From bffbfb2775c734f6abfd0ceeb966d7b870f01e23 Mon Sep 17 00:00:00 2001 From: spielhuus Date: Sun, 24 Mar 2024 15:20:53 +0100 Subject: [PATCH] update to Kicad8 --- .config/kicad/8.0/3d_viewer.json | 307 + .config/kicad/8.0/cvpcb.json | 365 + .config/kicad/8.0/eeschema.json | 334 + .config/kicad/8.0/fp-lib-table | 146 + .config/kicad/8.0/fpedit.json | 290 + .config/kicad/8.0/kicad.json | 224 + .config/kicad/8.0/kicad_common.json | 83 + .config/kicad/8.0/pcbnew.json | 722 + .config/kicad/8.0/sym-lib-table | 226 + .config/kicad/8.0/symbol_editor.json | 149 + .gitignore | 2 + Makefile | 2 + article.mk | 7 +- module.mk | 6 +- module_python.mk | 6 +- src/adsr/main/main.kicad_pcb | 27392 +++++++---- src/adsr/main/main.kicad_pro | 76 +- src/adsr/main/main.kicad_sch | 11914 +++-- src/basspp/main/main.kicad_pcb | 40644 ++++++++++------ src/basspp/main/main.kicad_pro | 80 +- src/basspp/main/main.kicad_sch | 18970 +++++--- src/cp3/main/main.kicad_pcb | 43951 +++++++++-------- src/cp3/main/main.kicad_pro | 121 +- src/cp3/main/main.kicad_sch | 2825 +- src/cp3/panel/panel.kicad_pcb | 4078 +- src/cp3/panel/panel.kicad_pro | 71 +- src/cp3/panel/panel.kicad_sch | 236 +- src/digital/main/main.kicad_sch | 2905 +- src/digital/mount/mount.kicad_sch | 1203 +- src/digital/panel/panel.kicad_sch | 290 +- src/equalizer/main/main.kicad_pcb | 46693 +++++++++++++++---- src/equalizer/main/main.kicad_pro | 76 +- src/equalizer/main/main.kicad_sch | 30186 ++++++++---- src/equalizer/mount/mount.kicad_pcb | 19430 ++++++-- src/equalizer/mount/mount.kicad_pro | 76 +- src/equalizer/mount/mount.kicad_sch | 13829 ++++-- src/equalizer/panel/panel.kicad_pcb | 6202 +-- src/equalizer/panel/panel.kicad_pro | 89 +- src/equalizer/panel/panel.kicad_sch | 1736 +- src/funktion/Makefile | 4 - src/funktion/main/main.kicad_sch | 2 +- src/funktion/mount/mount.kicad_sch | 908 +- src/funktion/panel/panel.kicad_sch | 324 +- src/hall/main/main.kicad_pcb | 38515 +++++++++------ src/hall/main/main.kicad_pro | 74 + src/hall/main/main.kicad_sch | 2430 +- src/hall/mount/mount.kicad_pcb | 29656 +++++++----- src/hall/mount/mount.kicad_pro | 117 +- src/hall/mount/mount.kicad_sch | 2251 +- src/hall/panel/panel.kicad_pcb | 3846 +- src/hall/panel/panel.kicad_pro | 49 +- src/hall/panel/panel.kicad_sch | 218 +- src/kaos/main/main.kicad_sch | 4082 +- src/pentode/main/main.kicad_pcb | 29515 ++++++++---- src/pentode/main/main.kicad_pro | 78 +- src/pentode/main/main.kicad_sch | 2614 +- src/pentode/panel/panel.kicad_pcb | 4018 +- src/pentode/panel/panel.kicad_pro | 71 +- src/pentode/panel/panel.kicad_sch | 236 +- src/polivoks/main/main.kicad_pcb | 33776 +++++++++----- src/polivoks/main/main.kicad_pro | 76 +- src/polivoks/main/main.kicad_sch | 15429 ++++-- src/polivoks/mount/mount.kicad_pcb | 13279 +++--- src/polivoks/mount/mount.kicad_pro | 76 +- src/polivoks/mount/mount.kicad_sch | 7311 ++- src/produkt/main/main.kicad_pcb | 17996 +++++-- src/produkt/main/main.kicad_pro | 76 +- src/produkt/main/main.kicad_sch | 14846 ++++-- src/produkt/mount/mount.kicad_pcb | 25072 ++++++---- src/produkt/mount/mount.kicad_pro | 76 +- src/produkt/mount/mount.kicad_sch | 11629 +++-- src/produkt/panel/panel.kicad_pcb | 3960 +- src/produkt/panel/panel.kicad_pro | 89 +- src/produkt/panel/panel.kicad_sch | 1200 +- src/ssg/main/main.kicad_pcb | 62210 +++++++++++++++---------- src/ssg/main/main.kicad_pro | 76 +- src/ssg/main/main.kicad_sch | 27178 ++++++++--- src/summe/main/main.kicad_pcb | 38546 ++++++++++----- src/summe/main/main.kicad_pro | 80 +- src/summe/main/main.kicad_sch | 22984 ++++++--- src/threeler/main/main.kicad_pcb | 56971 ++++++++++++++-------- src/threeler/main/main.kicad_pro | 78 +- src/threeler/main/main.kicad_sch | 4130 +- src/threeler/mount/mount.kicad_pcb | 37514 ++++++++------- src/threeler/mount/mount.kicad_pro | 145 +- src/threeler/mount/mount.kicad_sch | 2150 +- src/threeler/panel/panel.kicad_pcb | 6044 +-- src/threeler/panel/panel.kicad_pro | 71 +- src/threeler/panel/panel.kicad_sch | 344 +- 89 files changed, 534932 insertions(+), 263430 deletions(-) create mode 100644 .config/kicad/8.0/3d_viewer.json create mode 100644 .config/kicad/8.0/cvpcb.json create mode 100644 .config/kicad/8.0/eeschema.json create mode 100644 .config/kicad/8.0/fp-lib-table create mode 100644 .config/kicad/8.0/fpedit.json create mode 100644 .config/kicad/8.0/kicad.json create mode 100644 .config/kicad/8.0/kicad_common.json create mode 100644 .config/kicad/8.0/pcbnew.json create mode 100644 .config/kicad/8.0/sym-lib-table create mode 100644 .config/kicad/8.0/symbol_editor.json delete mode 100644 src/funktion/Makefile diff --git a/.config/kicad/8.0/3d_viewer.json b/.config/kicad/8.0/3d_viewer.json new file mode 100644 index 00000000..6acc2adf --- /dev/null +++ b/.config/kicad/8.0/3d_viewer.json @@ -0,0 +1,307 @@ +{ + "appearance": { + "color_theme": "_builtin_default" + }, + "aui": { + "right_panel_width": -1, + "show_layer_manager": true + }, + "camera": { + "animation_enabled": true, + "moving_speed_multiplier": 3, + "projection_mode": 1, + "rotation_increment": 10.0 + }, + "color_picker": { + "default_tab": 0 + }, + "cross_probing": { + "auto_highlight": true, + "center_on_items": true, + "on_selection": true, + "zoom_to_fit": true + }, + "current_layer_preset": "legacy_preset_flag", + "find_replace": { + "find_history": [], + "find_string": "", + "match_case": false, + "match_mode": 0, + "replace_history": [], + "replace_string": "", + "search_and_replace": false + }, + "graphics": { + "canvas_type": 1, + "highlight_factor": 0.5, + "select_factor": 0.75 + }, + "layer_presets": [], + "lib_tree": { + "column_widths": null, + "columns": [], + "open_libs": [] + }, + "meta": { + "version": 3 + }, + "printing": { + "background": false, + "color_theme": "", + "layers": [], + "monochrome": true, + "scale": 1.0, + "title_block": false, + "use_theme": false + }, + "render": { + "clip_silk_on_via_annulus": false, + "engine": 0, + "grid_type": 0, + "material_mode": 0, + "opengl_AA_disableOnMove": false, + "opengl_AA_mode": 3, + "opengl_copper_thickness": false, + "opengl_highlight_on_rollover": true, + "opengl_holes_disableOnMove": false, + "opengl_render_bbox_only_OnMove": false, + "opengl_selection_color": "rgb(0, 255, 0)", + "opengl_show_model_bbox": false, + "opengl_show_off_board_silk": false, + "opengl_thickness_disableOnMove": false, + "opengl_vias_disableOnMove": false, + "plated_and_bare_copper": false, + "raytrace_anti_aliasing": true, + "raytrace_backfloor": false, + "raytrace_lightAzimuth": [ + 45, + 135, + 225, + 315, + 45, + 135, + 225, + 315 + ], + "raytrace_lightColor": [ + "rgb(43, 43, 43)", + "rgb(43, 43, 43)", + "rgb(43, 43, 43)", + "rgb(43, 43, 43)", + "rgb(43, 43, 43)", + "rgb(43, 43, 43)", + "rgb(43, 43, 43)", + "rgb(43, 43, 43)" + ], + "raytrace_lightColorBottom": "rgb(63, 63, 63)", + "raytrace_lightColorCamera": "rgb(51, 51, 51)", + "raytrace_lightColorTop": "rgb(63, 63, 63)", + "raytrace_lightElevation": [ + 67, + 67, + 67, + 67, + -67, + -67, + -67, + -67 + ], + "raytrace_nrsamples_reflections": 3, + "raytrace_nrsamples_refractions": 4, + "raytrace_nrsamples_shadows": 3, + "raytrace_post_processing": true, + "raytrace_procedural_textures": true, + "raytrace_recursivelevel_reflections": 3, + "raytrace_recursivelevel_refractions": 2, + "raytrace_reflections": true, + "raytrace_refractions": true, + "raytrace_shadows": true, + "raytrace_spread_reflections": 0.02500000037252903, + "raytrace_spread_refractions": 0.02500000037252903, + "raytrace_spread_shadows": 0.05000000074505806, + "show_adhesive": true, + "show_axis": true, + "show_board_body": true, + "show_comments": true, + "show_copper_bottom": true, + "show_copper_top": true, + "show_drawings": true, + "show_eco1": true, + "show_eco2": true, + "show_footprints_dnp": false, + "show_footprints_insert": true, + "show_footprints_normal": true, + "show_footprints_not_in_posfile": true, + "show_footprints_virtual": true, + "show_fp_references": true, + "show_fp_text": true, + "show_fp_values": true, + "show_silkscreen_bottom": true, + "show_silkscreen_top": true, + "show_soldermask_bottom": true, + "show_soldermask_top": true, + "show_solderpaste": true, + "show_zones": true, + "subtract_mask_from_silk": false + }, + "system": { + "file_history": [], + "first_run_shown": false, + "last_imperial_units": 5, + "last_metric_units": 1, + "max_undo_items": 0, + "units": 1 + }, + "use_stackup_colors": true, + "window": { + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "grid": { + "axes_enabled": false, + "fast_grid_1": 15, + "fast_grid_2": 16, + "last_size": 15, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": false, + "override_connected_idx": 16, + "override_graphics": false, + "override_graphics_idx": 15, + "override_text": false, + "override_text_idx": 18, + "override_vias": false, + "override_vias_idx": 18, + "override_wires": false, + "override_wires_idx": 19, + "overrides_enabled": false, + "show": true, + "sizes": [ + { + "name": "", + "x": "1000 mil", + "y": "1000 mil" + }, + { + "name": "", + "x": "500 mil", + "y": "500 mil" + }, + { + "name": "", + "x": "250 mil", + "y": "250 mil" + }, + { + "name": "", + "x": "200 mil", + "y": "200 mil" + }, + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "20 mil", + "y": "20 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + }, + { + "name": "", + "x": "5 mil", + "y": "5 mil" + }, + { + "name": "", + "x": "2 mil", + "y": "2 mil" + }, + { + "name": "", + "x": "1 mil", + "y": "1 mil" + }, + { + "name": "", + "x": "5.0 mm", + "y": "5.0 mm" + }, + { + "name": "", + "x": "2.5 mm", + "y": "2.5 mm" + }, + { + "name": "", + "x": "1.0 mm", + "y": "1.0 mm" + }, + { + "name": "", + "x": "0.5 mm", + "y": "0.5 mm" + }, + { + "name": "", + "x": "0.25 mm", + "y": "0.25 mm" + }, + { + "name": "", + "x": "0.2 mm", + "y": "0.2 mm" + }, + { + "name": "", + "x": "0.1 mm", + "y": "0.1 mm" + }, + { + "name": "", + "x": "0.05 mm", + "y": "0.05 mm" + }, + { + "name": "", + "x": "0.025 mm", + "y": "0.025 mm" + }, + { + "name": "", + "x": "0.01 mm", + "y": "0.01 mm" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "maximized": false, + "mru_path": "", + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 0, + "size_y": 0, + "zoom_factors": [] + } +} diff --git a/.config/kicad/8.0/cvpcb.json b/.config/kicad/8.0/cvpcb.json new file mode 100644 index 00000000..8a8db5a7 --- /dev/null +++ b/.config/kicad/8.0/cvpcb.json @@ -0,0 +1,365 @@ +{ + "appearance": { + "color_theme": "_builtin_default" + }, + "color_picker": { + "default_tab": 0 + }, + "cross_probing": { + "auto_highlight": true, + "center_on_items": true, + "on_selection": true, + "zoom_to_fit": true + }, + "filter_footprint": 0, + "filter_footprint_text": "", + "find_replace": { + "find_history": [], + "find_string": "", + "match_case": false, + "match_mode": 0, + "replace_history": [], + "replace_string": "", + "search_and_replace": false + }, + "footprint_viewer": { + "autozoom": true, + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "grid": { + "axes_enabled": false, + "fast_grid_1": 15, + "fast_grid_2": 16, + "last_size": 15, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": false, + "override_connected_idx": 16, + "override_graphics": false, + "override_graphics_idx": 15, + "override_text": false, + "override_text_idx": 18, + "override_vias": false, + "override_vias_idx": 18, + "override_wires": false, + "override_wires_idx": 19, + "overrides_enabled": false, + "show": true, + "sizes": [ + { + "name": "", + "x": "1000 mil", + "y": "1000 mil" + }, + { + "name": "", + "x": "500 mil", + "y": "500 mil" + }, + { + "name": "", + "x": "250 mil", + "y": "250 mil" + }, + { + "name": "", + "x": "200 mil", + "y": "200 mil" + }, + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "20 mil", + "y": "20 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + }, + { + "name": "", + "x": "5 mil", + "y": "5 mil" + }, + { + "name": "", + "x": "2 mil", + "y": "2 mil" + }, + { + "name": "", + "x": "1 mil", + "y": "1 mil" + }, + { + "name": "", + "x": "5.0 mm", + "y": "5.0 mm" + }, + { + "name": "", + "x": "2.5 mm", + "y": "2.5 mm" + }, + { + "name": "", + "x": "1.0 mm", + "y": "1.0 mm" + }, + { + "name": "", + "x": "0.5 mm", + "y": "0.5 mm" + }, + { + "name": "", + "x": "0.25 mm", + "y": "0.25 mm" + }, + { + "name": "", + "x": "0.2 mm", + "y": "0.2 mm" + }, + { + "name": "", + "x": "0.1 mm", + "y": "0.1 mm" + }, + { + "name": "", + "x": "0.05 mm", + "y": "0.05 mm" + }, + { + "name": "", + "x": "0.025 mm", + "y": "0.025 mm" + }, + { + "name": "", + "x": "0.01 mm", + "y": "0.01 mm" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "maximized": false, + "mru_path": "", + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "show_graphic_fill": true, + "show_pad_fill": true, + "show_pad_number": true, + "show_text_fill": true, + "size_x": 0, + "size_y": 0, + "zoom": 1.0, + "zoom_factors": [] + }, + "footprints_pane_width": 0, + "graphics": { + "canvas_type": 1, + "highlight_factor": 0.5, + "select_factor": 0.75 + }, + "lib_tree": { + "column_widths": null, + "columns": [], + "open_libs": [] + }, + "libraries_pane_width": 0, + "meta": { + "version": 0 + }, + "printing": { + "background": false, + "color_theme": "", + "layers": [], + "monochrome": true, + "scale": 1.0, + "title_block": false, + "use_theme": false + }, + "system": { + "file_history": [], + "first_run_shown": false, + "last_imperial_units": 5, + "last_metric_units": 1, + "max_undo_items": 0, + "units": 1 + }, + "window": { + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "grid": { + "axes_enabled": false, + "fast_grid_1": 15, + "fast_grid_2": 16, + "last_size": 15, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": false, + "override_connected_idx": 16, + "override_graphics": false, + "override_graphics_idx": 15, + "override_text": false, + "override_text_idx": 18, + "override_vias": false, + "override_vias_idx": 18, + "override_wires": false, + "override_wires_idx": 19, + "overrides_enabled": false, + "show": true, + "sizes": [ + { + "name": "", + "x": "1000 mil", + "y": "1000 mil" + }, + { + "name": "", + "x": "500 mil", + "y": "500 mil" + }, + { + "name": "", + "x": "250 mil", + "y": "250 mil" + }, + { + "name": "", + "x": "200 mil", + "y": "200 mil" + }, + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "20 mil", + "y": "20 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + }, + { + "name": "", + "x": "5 mil", + "y": "5 mil" + }, + { + "name": "", + "x": "2 mil", + "y": "2 mil" + }, + { + "name": "", + "x": "1 mil", + "y": "1 mil" + }, + { + "name": "", + "x": "5.0 mm", + "y": "5.0 mm" + }, + { + "name": "", + "x": "2.5 mm", + "y": "2.5 mm" + }, + { + "name": "", + "x": "1.0 mm", + "y": "1.0 mm" + }, + { + "name": "", + "x": "0.5 mm", + "y": "0.5 mm" + }, + { + "name": "", + "x": "0.25 mm", + "y": "0.25 mm" + }, + { + "name": "", + "x": "0.2 mm", + "y": "0.2 mm" + }, + { + "name": "", + "x": "0.1 mm", + "y": "0.1 mm" + }, + { + "name": "", + "x": "0.05 mm", + "y": "0.05 mm" + }, + { + "name": "", + "x": "0.025 mm", + "y": "0.025 mm" + }, + { + "name": "", + "x": "0.01 mm", + "y": "0.01 mm" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "maximized": false, + "mru_path": "", + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 0, + "size_y": 0, + "zoom_factors": [] + } +} diff --git a/.config/kicad/8.0/eeschema.json b/.config/kicad/8.0/eeschema.json new file mode 100644 index 00000000..1a79d01d --- /dev/null +++ b/.config/kicad/8.0/eeschema.json @@ -0,0 +1,334 @@ +{ + "annotation": { + "automatic": true, + "messages_filter": -1, + "method": 0, + "options": 0, + "recursive": true, + "scope": 0, + "sort_order": 0 + }, + "appearance": { + "color_theme": "_builtin_default", + "default_font": "KiCad Font", + "edit_label_height": -1, + "edit_label_visible_columns": "0 1 2 3 4 5 6 7", + "edit_label_width": -1, + "edit_sheet_height": -1, + "edit_sheet_visible_columns": "0 1 2 3 4 5 6 7", + "edit_sheet_width": -1, + "edit_symbol_height": -1, + "edit_symbol_visible_columns": "0 1 2 3 4 5 6 7", + "edit_symbol_width": -1, + "erc_severities": 24, + "footprint_preview": true, + "print_sheet_reference": true, + "show_directive_labels": true, + "show_erc_errors": true, + "show_erc_exclusions": false, + "show_erc_warnings": true, + "show_hidden_fields": false, + "show_hidden_pins": false, + "show_illegal_symbol_lib_dialog": true, + "show_op_currents": true, + "show_op_voltages": true, + "show_page_limits": true, + "show_sexpr_file_convert_warning": true, + "show_sheet_filename_case_sensitivity_dialog": true + }, + "aui": { + "float_net_nav_panel": false, + "hierarchy_panel_docked_height": -1, + "hierarchy_panel_docked_width": -1, + "hierarchy_panel_float_height": -1, + "hierarchy_panel_float_width": -1, + "net_nav_panel_docked_size": { + "height": -1, + "width": 120 + }, + "net_nav_panel_float_pos": { + "x": 50, + "y": 200 + }, + "net_nav_panel_float_size": { + "height": 200, + "width": 200 + }, + "properties_panel_width": -1, + "properties_splitter_proportion": 0.5, + "schematic_hierarchy_float": false, + "search_panel_dock_direction": 3, + "search_panel_height": -1, + "search_panel_width": -1, + "show_net_nav_panel": false, + "show_properties": true, + "show_schematic_hierarchy": true, + "show_search": false + }, + "autoplace_fields": { + "align_to_grid": true, + "allow_rejustify": true, + "enable": true + }, + "bom": { + "plugins": [ + { + "command": "", + "name": "bom_csv_grouped_extra", + "path": "bom_csv_grouped_extra.py" + }, + { + "command": "", + "name": "bom_csv_grouped_by_value", + "path": "bom_csv_grouped_by_value.py" + }, + { + "command": "", + "name": "bom_csv_grouped_by_value_with_fp", + "path": "bom_csv_grouped_by_value_with_fp.py" + } + ], + "selected_plugin": "" + }, + "color_picker": { + "default_tab": 0 + }, + "cross_probing": { + "auto_highlight": true, + "center_on_items": true, + "on_selection": true, + "zoom_to_fit": true + }, + "drawing": { + "auto_start_wires": true, + "default_bus_thickness": 12, + "default_junction_size": 36, + "default_line_thickness": 6, + "default_repeat_offset_x": 0, + "default_repeat_offset_y": 100, + "default_sheet_background_color": "rgba(0, 0, 0, 0.000)", + "default_sheet_border_color": "rgba(0, 0, 0, 0.000)", + "default_text_size": 50, + "default_wire_thickness": 6, + "field_names": "", + "junction_size_choice": 3, + "junction_size_mult_list": [ + 0.0, + 1.7, + 4.0, + 6.0, + 9.0, + 12.0 + ], + "line_mode": 1, + "pin_symbol_size": 25, + "repeat_label_increment": 1, + "text_offset_ratio": 0.08 + }, + "field_editor": { + "export_filename": "", + "field_widths": {}, + "height": 0, + "page": 0, + "scope": 0, + "selection_mode": 0, + "width": 0 + }, + "find_replace": { + "find_history": [], + "find_string": "", + "match_case": false, + "match_mode": 0, + "replace_history": [], + "replace_references": false, + "replace_string": "", + "search_all_fields": false, + "search_all_pins": false, + "search_and_replace": false, + "search_current_sheet_only": false + }, + "graphics": { + "canvas_type": 1, + "highlight_factor": 0.5, + "select_factor": 0.75 + }, + "import_graphics": { + "dxf_units": 0, + "interactive_placement": true, + "line_width": 0.2, + "line_width_units": 0, + "origin_units": 0, + "origin_x": 0.0, + "origin_y": 0.0 + }, + "input": { + "drag_is_move": false, + "esc_clears_net_highlight": true + }, + "lib_tree": { + "column_widths": null, + "columns": [], + "open_libs": [] + }, + "lib_view": { + "cmp_list_width": 150, + "lib_list_width": 150, + "show_pin_electrical_type": true, + "window": { + "display": 0, + "maximized": false, + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 500, + "size_y": 400 + } + }, + "meta": { + "version": 3 + }, + "netlist": { + "plugins": [] + }, + "page_settings": { + "export_comment1": false, + "export_comment2": false, + "export_comment3": false, + "export_comment4": false, + "export_comment5": false, + "export_comment6": false, + "export_comment7": false, + "export_comment8": false, + "export_comment9": false, + "export_company": false, + "export_date": false, + "export_paper": false, + "export_revision": false, + "export_title": false + }, + "plot": { + "background_color": false, + "color": true, + "color_theme": "user", + "format": 0, + "frame_reference": true, + "hpgl_origin": 0, + "hpgl_paper_size": 0, + "hpgl_pen_size": 0.5, + "other_open_file_after_plot": false, + "pdf_property_popups": true + }, + "printing": { + "background": false, + "color_theme": "", + "layers": [], + "monochrome": true, + "scale": 1.0, + "title_block": false, + "use_theme": false + }, + "selection": { + "draw_selected_children": true, + "fill_shapes": false, + "highlight_thickness": 2, + "select_pin_selects_symbol": false, + "thickness": 3 + }, + "simulator": { + "cursors_panel_height": 0, + "measurements_panel_height": 0, + "plot_panel_height": 0, + "plot_panel_width": 0, + "signal_panel_height": 0, + "white_background": false, + "window": { + "display": 0, + "maximized": false, + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 500, + "size_y": 400 + } + }, + "symbol_chooser": { + "height": -1, + "keep_symbol": false, + "place_all_units": true, + "sash_pos_h": -1, + "sash_pos_v": -1, + "sort_mode": 0, + "width": -1 + }, + "system": { + "file_history": [], + "first_run_shown": false, + "last_imperial_units": 5, + "last_metric_units": 1, + "last_symbol_lib_dir": "/github/workspace/lib/symbols", + "max_undo_items": 0, + "never_show_rescue_dialog": false, + "units": 5 + }, + "window": { + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "grid": { + "axes_enabled": false, + "fast_grid_1": 1, + "fast_grid_2": 2, + "last_size": 1, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": true, + "override_connected_idx": 1, + "override_graphics": false, + "override_graphics_idx": 2, + "override_text": true, + "override_text_idx": 3, + "override_vias": false, + "override_vias_idx": 0, + "override_wires": true, + "override_wires_idx": 1, + "overrides_enabled": true, + "show": true, + "sizes": [ + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "maximized": false, + "mru_path": "", + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 0, + "size_y": 0, + "zoom_factors": [] + } +} diff --git a/.config/kicad/8.0/fp-lib-table b/.config/kicad/8.0/fp-lib-table new file mode 100644 index 00000000..2c97808c --- /dev/null +++ b/.config/kicad/8.0/fp-lib-table @@ -0,0 +1,146 @@ +(fp_lib_table + (version 7) + (lib (name "Audio_Module")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Audio_Module.pretty")(options "")(descr "Audio Module footprints")) + (lib (name "Battery")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Battery.pretty")(options "")(descr "Battery and battery holder footprints")) + (lib (name "Button_Switch_Keyboard")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Button_Switch_Keyboard.pretty")(options "")(descr "Buttons and switches for keyboard applications")) + (lib (name "Button_Switch_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Button_Switch_SMD.pretty")(options "")(descr "Buttons and switches, surface mount")) + (lib (name "Button_Switch_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Button_Switch_THT.pretty")(options "")(descr "Buttons and switches, through hole")) + (lib (name "Buzzer_Beeper")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Buzzer_Beeper.pretty")(options "")(descr "Audio signalling devices")) + (lib (name "Calibration_Scale")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Calibration_Scale.pretty")(options "")(descr "Scales and grids intended for calibration and measurement")) + (lib (name "Capacitor_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Capacitor_SMD.pretty")(options "")(descr "Capacitor, surface mount")) + (lib (name "Capacitor_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Capacitor_THT.pretty")(options "")(descr "Capacitor, through hole")) + (lib (name "Capacitor_Tantalum_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Capacitor_Tantalum_SMD.pretty")(options "")(descr "Tantalum Capacitor, surface mount")) + (lib (name "Connector")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector.pretty")(options "")(descr "Generic/unsorted connector footprints")) + (lib (name "Connector_AMASS")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_AMASS.pretty")(options "")(descr "AMASS connector footprints")) + (lib (name "Connector_Amphenol")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Amphenol.pretty")(options "")(descr "Amphenol LTW connector footprints")) + (lib (name "Connector_Audio")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Audio.pretty")(options "")(descr "Audio connector footprints")) + (lib (name "Connector_BarrelJack")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_BarrelJack.pretty")(options "")(descr "(DC) barrel jack connector footprints")) + (lib (name "Connector_Card")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Card.pretty")(options "")(descr "Card and card holder footprints")) + (lib (name "Connector_Coaxial")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Coaxial.pretty")(options "")(descr "Coaxial and RF connector footprints")) + (lib (name "Connector_DIN")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_DIN.pretty")(options "")(descr "DIN connector footprints")) + (lib (name "Connector_Dsub")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Dsub.pretty")(options "")(descr "DSub connector footprints")) + (lib (name "Connector_FFC-FPC")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_FFC-FPC.pretty")(options "")(descr "FFC (Flexible Flat Cable) and FPC (Flexible Printed Circuit) connector footprints")) + (lib (name "Connector_HDMI")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_HDMI.pretty")(options "")(descr "HDMI connector footprints")) + (lib (name "Connector_Harting")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Harting.pretty")(options "")(descr "Harting connector footprints")) + (lib (name "Connector_Harwin")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Harwin.pretty")(options "")(descr "Harwin connector footprints")) + (lib (name "Connector_Hirose")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Hirose.pretty")(options "")(descr "Hirose connector footprints")) + (lib (name "Connector_IDC")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_IDC.pretty")(options "")(descr "IDC connector footprints")) + (lib (name "Connector_JAE")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_JAE.pretty")(options "")(descr "JAE connector footprints")) + (lib (name "Connector_JST")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_JST.pretty")(options "")(descr "JST connector footprints www.jst.com")) + (lib (name "Connector_Molex")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Molex.pretty")(options "")(descr "Molex connector footprints www.molex.com")) + (lib (name "Connector_PCBEdge")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_PCBEdge.pretty")(options "")(descr "PCB edge connectors (e.g. PCI, ISA, PCIe, ...)")) + (lib (name "Connector_Pin")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Pin.pretty")(options "")(descr "Single (solder) pin conectors")) + (lib (name "Connector_PinHeader_1.00mm")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_PinHeader_1.00mm.pretty")(options "")(descr "Pin headers, 1.0mm pitch")) + (lib (name "Connector_PinHeader_1.27mm")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_PinHeader_1.27mm.pretty")(options "")(descr "Pin headers, 1.27mm pitch")) + (lib (name "Connector_PinHeader_2.00mm")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_PinHeader_2.00mm.pretty")(options "")(descr "Pin headers, 2.0mm pitch")) + (lib (name "Connector_PinHeader_2.54mm")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_PinHeader_2.54mm.pretty")(options "")(descr "Pin headers, 2.54mm pitch")) + (lib (name "Connector_PinSocket_1.00mm")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_PinSocket_1.00mm.pretty")(options "")(descr "Pin sockets, 1.00mm pitch")) + (lib (name "Connector_PinSocket_1.27mm")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_PinSocket_1.27mm.pretty")(options "")(descr "Pin sockets, 1.27mm pitch")) + (lib (name "Connector_PinSocket_2.00mm")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_PinSocket_2.00mm.pretty")(options "")(descr "Pin sockets, 2.0mm pitch")) + (lib (name "Connector_PinSocket_2.54mm")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_PinSocket_2.54mm.pretty")(options "")(descr "Pin sockets, 2.54mm pitch")) + (lib (name "Connector_Phoenix_MC")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Phoenix_MC.pretty")(options "")(descr "Phoenix MC connector footprints")) + (lib (name "Connector_Phoenix_MC_HighVoltage")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Phoenix_MC_HighVoltage.pretty")(options "")(descr "Phoenix high voltage (320V, 5.08mm pitch) MC connector footprints")) + (lib (name "Connector_Phoenix_MSTB")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Phoenix_MSTB.pretty")(options "")(descr "Phoenix MSTB connector footprints")) + (lib (name "Connector_Phoenix_GMSTB")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Phoenix_GMSTB.pretty")(options "")(descr "Phoenix GMSTB series (high voltage MSTB) connector footprints")) + (lib (name "Connector_Phoenix_SPT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Phoenix_SPT.pretty")(options "")(descr "Phoenix SPT connector footprints")) + (lib (name "Connector_Samtec")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Samtec.pretty")(options "")(descr "Samtec connector footprints")) + (lib (name "Connector_Samtec_HLE_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Samtec_HLE_SMD.pretty")(options "")(descr "Samtec surface mount HLE series connector footprints")) + (lib (name "Connector_Samtec_HLE_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Samtec_HLE_THT.pretty")(options "")(descr "Samtec through hole HLE series connector footprints")) + (lib (name "Connector_Samtec_HPM_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Samtec_HPM_THT.pretty")(options "")(descr "Samtec through hole HPM series power header footprints")) + (lib (name "Connector_Samtec_HSEC8")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Samtec_HSEC8.pretty")(options "")(descr "Samtec HSEC8 0.8mm high speed card edge connector footprints")) + (lib (name "Connector_Samtec_MicroMate")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Samtec_MicroMate.pretty")(options "")(descr "Samtec MicroMate discrete wire terminal strips, 1.0mm pitch")) + (lib (name "Connector_RJ")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_RJ.pretty")(options "")(descr "Registered Jack (RJ) connector footprints (e.g. RJ11, RJ45, ...)")) + (lib (name "Connector_SATA_SAS")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_SATA_SAS.pretty")(options "")(descr "SATA/SAS connector footprints")) + (lib (name "Connector_Stocko")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Stocko.pretty")(options "")(descr "Stocko connector footprints")) + (lib (name "Connector_TE-Connectivity")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_TE-Connectivity.pretty")(options "")(descr "Footprints for connectors by TE Connectivity")) + (lib (name "Connector_USB")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_USB.pretty")(options "")(descr "USB connector footprints")) + (lib (name "Connector_Wago")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Wago.pretty")(options "")(descr "Wago connector footprints")) + (lib (name "Connector_Wire")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Wire.pretty")(options "")(descr "Footprints for solder wire pads")) + (lib (name "Connector_Wuerth")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Connector_Wuerth.pretty")(options "")(descr "Wuerth connector footprints")) + (lib (name "Converter_ACDC")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Converter_ACDC.pretty")(options "")(descr "AC/DC converter footprints")) + (lib (name "Converter_DCDC")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Converter_DCDC.pretty")(options "")(descr "DC/DC converter footprints")) + (lib (name "Crystal")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Crystal.pretty")(options "")(descr "Crystal footprints")) + (lib (name "Diode_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Diode_SMD.pretty")(options "")(descr "Diode footprints, surface mount")) + (lib (name "Diode_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Diode_THT.pretty")(options "")(descr "Diode footprints, through hole")) + (lib (name "Display_7Segment")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Display_7Segment.pretty")(options "")(descr "Seven segment Display")) + (lib (name "Display")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Display.pretty")(options "")(descr "Display modules")) + (lib (name "Ferrite_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Ferrite_THT.pretty")(options "")(descr "Ferrite bead, through hole")) + (lib (name "Fiducial")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Fiducial.pretty")(options "")(descr "Fiducial markings")) + (lib (name "Filter")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Filter.pretty")(options "")(descr "Filter footprints")) + (lib (name "Fuse")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Fuse.pretty")(options "")(descr "Fuse and fuse holder footprints")) + (lib (name "Heatsink")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Heatsink.pretty")(options "")(descr "Heatsinks and thermal products")) + (lib (name "Inductor_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Inductor_SMD.pretty")(options "")(descr "Inductor footprints, surface mount")) + (lib (name "Inductor_SMD_Wurth")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Inductor_SMD_Wurth.pretty")(options "")(descr "Würth Elektronik inductor footprints, surface mount")) + (lib (name "Inductor_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Inductor_THT.pretty")(options "")(descr "Inductor footprints, through hole")) + (lib (name "Inductor_THT_Wurth")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Inductor_THT_Wurth.pretty")(options "")(descr "Würth Elektronik inductor footprints, through hole")) + (lib (name "Jumper")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Jumper.pretty")(options "")(descr "Jumpers, solder jumpers, ... footprints")) + (lib (name "LED_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/LED_SMD.pretty")(options "")(descr "Light emitting diodes (LED), surface mount")) + (lib (name "LED_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/LED_THT.pretty")(options "")(descr "Light emitting diodes (LED), through hole")) + (lib (name "Module")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Module.pretty")(options "")(descr "Footprints for SoM (System on Module)")) + (lib (name "Motors")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Motors.pretty")(options "")(descr "Footprints for Motors")) + (lib (name "MountingHole")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/MountingHole.pretty")(options "")(descr "Mechanical fasteners")) + (lib (name "Mounting_Wuerth")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Mounting_Wuerth.pretty")(options "")(descr "Mechanical fasteners by wuerth electronics")) + (lib (name "MountingEquipment")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/MountingEquipment.pretty")(options "")(descr "Mechanical parts")) + (lib (name "NetTie")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/NetTie.pretty")(options "")(descr "Net ties")) + (lib (name "OptoDevice")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/OptoDevice.pretty")(options "")(descr "Optical devices (light sensors, opto isolators/interrupters, laser diodes, fiber optical components, lightpipes, lenses ...)")) + (lib (name "Oscillator")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Oscillator.pretty")(options "")(descr "Footprints for oscillator devices")) + (lib (name "Package_BGA")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_BGA.pretty")(options "")(descr "Ball Grid Array (BGA)")) + (lib (name "Package_CSP")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_CSP.pretty")(options "")(descr "Chip Scale Packages (CSP)")) + (lib (name "Package_DFN_QFN")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_DFN_QFN.pretty")(options "")(descr "Surface mount IC packages, DFN / LGA / QFN")) + (lib (name "Package_DIP")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_DIP.pretty")(options "")(descr "Through hole IC packages, DIP")) + (lib (name "Package_DirectFET")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_DirectFET.pretty")(options "")(descr "DirectFET packages from International Rectifier")) + (lib (name "Package_LCC")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_LCC.pretty")(options "")(descr "Leaded Chip Carriers (LCC)")) + (lib (name "Package_LGA")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_LGA.pretty")(options "")(descr "Land Grid Array (LGA)")) + (lib (name "Package_QFP")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_QFP.pretty")(options "")(descr "Quad Flat Package (QFP)")) + (lib (name "Package_SIP")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_SIP.pretty")(options "")(descr "Single Inline Package(SIP)")) + (lib (name "Package_SO")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_SO.pretty")(options "")(descr "Small Outline Integrated Circuits (SOIC, SSOP, xSOP, xSO)")) + (lib (name "Package_SO_J-Lead")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_SO_J-Lead.pretty")(options "")(descr "Small Outline Integrated Circuits J-Lead")) + (lib (name "Package_SON")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_SON.pretty")(options "")(descr "Small Outline No-Lead (SON)")) + (lib (name "Package_TO_SOT_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_TO_SOT_SMD.pretty")(options "")(descr "Surface mount transistor packages")) + (lib (name "Package_TO_SOT_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Package_TO_SOT_THT.pretty")(options "")(descr "Through hole transistor packages")) + (lib (name "Potentiometer_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Potentiometer_SMD.pretty")(options "")(descr "Potentiometer footprints, surface mount (SMD)")) + (lib (name "Potentiometer_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Potentiometer_THT.pretty")(options "")(descr "Potentiometer footprints, through hole (THT)")) + (lib (name "Relay_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Relay_SMD.pretty")(options "")(descr "Surface mount relay packages")) + (lib (name "Relay_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Relay_THT.pretty")(options "")(descr "Through hole relay packages")) + (lib (name "Resistor_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Resistor_SMD.pretty")(options "")(descr "Resistor footprints, surface mount (SMD)")) + (lib (name "Resistor_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Resistor_THT.pretty")(options "")(descr "Resistor footprints, through hole (THT)")) + (lib (name "RF")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/RF.pretty")(options "")(descr "Specialized footprints for RF components that don't fit in the other RF libraries.")) + (lib (name "RF_Antenna")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/RF_Antenna.pretty")(options "")(descr "Radio-frequency / wireless antenna footprints")) + (lib (name "RF_Converter")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/RF_Converter.pretty")(options "")(descr "Specialized footprints for RF signal converters (Like Attenuators, Baluns, Mixers, Couplers, etc.)")) + (lib (name "RF_GPS")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/RF_GPS.pretty")(options "")(descr "GNSS footprints")) + (lib (name "RF_GSM")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/RF_GSM.pretty")(options "")(descr "GSM Modules footprints")) + (lib (name "RF_Mini-Circuits")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/RF_Mini-Circuits.pretty")(options "")(descr "Footprints for Mini-Circuits RF parts.")) + (lib (name "RF_Module")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/RF_Module.pretty")(options "")(descr "Radio-frequency / wireless modules")) + (lib (name "RF_WiFi")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/RF_WiFi.pretty")(options "")(descr "WiFi modules")) + (lib (name "RF_Shielding")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/RF_Shielding.pretty")(options "")(descr "Specialied footprints for EMI shields and covers")) + (lib (name "Rotary_Encoder")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Rotary_Encoder.pretty")(options "")(descr "Rotary Encoder Footprints")) + (lib (name "Sensor")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Sensor.pretty")(options "")(descr "Specialized footprints for multi-function sensors")) + (lib (name "Sensor_Audio")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Sensor_Audio.pretty")(options "")(descr "Specialized footprints for audio sensors")) + (lib (name "Sensor_Distance")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Sensor_Distance.pretty")(options "")(descr "Specialized footprints for distance sensors")) + (lib (name "Sensor_Current")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Sensor_Current.pretty")(options "")(descr "Specialized footprints for current sensors")) + (lib (name "Sensor_Humidity")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Sensor_Humidity.pretty")(options "")(descr "Specialized footprints for humidity sensors")) + (lib (name "Sensor_Motion")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Sensor_Motion.pretty")(options "")(descr "Specialized footprints for motion sensors")) + (lib (name "Sensor_Pressure")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Sensor_Pressure.pretty")(options "")(descr "Specialized footprints for pressure sensors")) + (lib (name "Sensor_Voltage")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Sensor_Voltage.pretty")(options "")(descr "Specialized footprints for voltage sensors")) + (lib (name "Socket")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Socket.pretty")(options "")(descr "Sockets")) + (lib (name "Symbol")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Symbol.pretty")(options "")(descr "PCB symbols")) + (lib (name "TerminalBlock_Altech")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_Altech.pretty")(options "")(descr "Altech terminal block footprints")) + (lib (name "TerminalBlock")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock.pretty")(options "")(descr "Footprints for terminal blocks that do not have their own manufacturer specific library.")) + (lib (name "TerminalBlock_4Ucon")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_4Ucon.pretty")(options "")(descr "4UCON terminal blocks")) + (lib (name "TerminalBlock_Dinkle")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_Dinkle.pretty")(options "")(descr "Dinkle terminal blocks")) + (lib (name "TerminalBlock_MetzConnect")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_MetzConnect.pretty")(options "")(descr "Metz Connect terminal blocks")) + (lib (name "TerminalBlock_Philmore")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_Philmore.pretty")(options "")(descr "Philmore terminal blocks")) + (lib (name "TerminalBlock_Phoenix")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_Phoenix.pretty")(options "")(descr "Phoenix Contact terminal blocks")) + (lib (name "TerminalBlock_RND")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_RND.pretty")(options "")(descr "RND terminal blocks")) + (lib (name "TerminalBlock_TE-Connectivity")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_TE-Connectivity.pretty")(options "")(descr "TE Connectivity terminal blocks")) + (lib (name "TerminalBlock_WAGO")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_WAGO.pretty")(options "")(descr "WAGO terminal blocks")) + (lib (name "TerminalBlock_Wuerth")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TerminalBlock_Wuerth.pretty")(options "")(descr "Wuerth Elektronik terminal blocks")) + (lib (name "TestPoint")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/TestPoint.pretty")(options "")(descr "Test points, measurement points, probe connection points")) + (lib (name "Transformer_SMD")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Transformer_SMD.pretty")(options "")(descr "Surface mount transformers")) + (lib (name "Transformer_THT")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Transformer_THT.pretty")(options "")(descr "Through hole transformers")) + (lib (name "Transistor_Power")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Transistor_Power.pretty")(options "")(descr "Power Transistors")) + (lib (name "Transistor_Power_Module")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Transistor_Power_Module.pretty")(options "")(descr "Transistor Power Modules")) + (lib (name "Valve")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Valve.pretty")(options "")(descr "Valve")) + (lib (name "Varistor")(type "KiCad")(uri "${KICAD8_FOOTPRINT_DIR}/Varistor.pretty")(options "")(descr "Varistor")) + (lib (name "elektrophon")(type "KiCad")(uri "/github/workspace/lib/footprints/elektrophon.pretty")(options "")(descr "")) +) diff --git a/.config/kicad/8.0/fpedit.json b/.config/kicad/8.0/fpedit.json new file mode 100644 index 00000000..e6f658ca --- /dev/null +++ b/.config/kicad/8.0/fpedit.json @@ -0,0 +1,290 @@ +{ + "appearance": { + "color_theme": "_builtin_default" + }, + "aui": { + "appearance_panel_tab": 0, + "properties_panel_width": -1, + "properties_splitter_proportion": 0.5, + "right_panel_width": -1, + "show_layer_manager": true, + "show_properties": false + }, + "color_picker": { + "default_tab": 0 + }, + "cross_probing": { + "auto_highlight": true, + "center_on_items": true, + "on_selection": true, + "zoom_to_fit": true + }, + "design_settings": { + "copper_line_width": 0.2, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "courtyard_line_width": 0.05, + "default_footprint_text_items": [ + [ + "REF**", + true, + 37 + ], + [ + "", + true, + 49 + ], + [ + "${REFERENCE}", + true, + 49 + ] + ], + "edge_line_width": 0.05, + "fab_line_width": 0.1, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "others_line_width": 0.1, + "others_text_italic": false, + "others_text_size_h": 1.0, + "others_text_size_v": 1.0, + "others_text_thickness": 0.15, + "silk_line_width": 0.1, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.1 + }, + "editing": { + "fp_use_45_degree_limit": false, + "magnetic_all_layers": false, + "magnetic_graphics": true, + "magnetic_pads": 2, + "polar_coords": false, + "rotation_angle": 900, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": false, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + } + }, + "find_replace": { + "find_history": [], + "find_string": "", + "match_case": false, + "match_mode": 0, + "replace_history": [], + "replace_string": "", + "search_and_replace": false + }, + "graphics": { + "canvas_type": 1, + "highlight_factor": 0.5, + "select_factor": 0.75 + }, + "lib_tree": { + "column_widths": null, + "columns": [], + "open_libs": [] + }, + "library": { + "sort_mode": 0 + }, + "meta": { + "version": 2 + }, + "origin_invert_x_axis": false, + "origin_invert_y_axis": false, + "pcb_display": { + "active_layer_preset": "", + "graphics_fill": true, + "layer_presets": [], + "pad_fill": true, + "pad_numbers": true, + "text_fill": true + }, + "printing": { + "background": false, + "color_theme": "", + "layers": [], + "monochrome": true, + "scale": 1.0, + "title_block": false, + "use_theme": false + }, + "system": { + "file_history": [], + "first_run_shown": false, + "last_imperial_units": 5, + "last_import_export_path": "", + "last_metric_units": 1, + "max_undo_items": 0, + "units": 1 + }, + "window": { + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "footprint_text_shown_columns": "0 1 2 3 4 5 6", + "grid": { + "axes_enabled": false, + "fast_grid_1": 15, + "fast_grid_2": 16, + "last_size": 15, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": false, + "override_connected_idx": 16, + "override_graphics": false, + "override_graphics_idx": 15, + "override_text": false, + "override_text_idx": 18, + "override_vias": false, + "override_vias_idx": 18, + "override_wires": false, + "override_wires_idx": 19, + "overrides_enabled": false, + "show": true, + "sizes": [ + { + "name": "", + "x": "1000 mil", + "y": "1000 mil" + }, + { + "name": "", + "x": "500 mil", + "y": "500 mil" + }, + { + "name": "", + "x": "250 mil", + "y": "250 mil" + }, + { + "name": "", + "x": "200 mil", + "y": "200 mil" + }, + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "20 mil", + "y": "20 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + }, + { + "name": "", + "x": "5 mil", + "y": "5 mil" + }, + { + "name": "", + "x": "2 mil", + "y": "2 mil" + }, + { + "name": "", + "x": "1 mil", + "y": "1 mil" + }, + { + "name": "", + "x": "5.0 mm", + "y": "5.0 mm" + }, + { + "name": "", + "x": "2.5 mm", + "y": "2.5 mm" + }, + { + "name": "", + "x": "1.0 mm", + "y": "1.0 mm" + }, + { + "name": "", + "x": "0.5 mm", + "y": "0.5 mm" + }, + { + "name": "", + "x": "0.25 mm", + "y": "0.25 mm" + }, + { + "name": "", + "x": "0.2 mm", + "y": "0.2 mm" + }, + { + "name": "", + "x": "0.1 mm", + "y": "0.1 mm" + }, + { + "name": "", + "x": "0.05 mm", + "y": "0.05 mm" + }, + { + "name": "", + "x": "0.025 mm", + "y": "0.025 mm" + }, + { + "name": "", + "x": "0.01 mm", + "y": "0.01 mm" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "lib_width": 250, + "maximized": false, + "mru_path": "", + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 0, + "size_y": 0, + "zoom_factors": [] + } +} diff --git a/.config/kicad/8.0/kicad.json b/.config/kicad/8.0/kicad.json new file mode 100644 index 00000000..5fc39b1e --- /dev/null +++ b/.config/kicad/8.0/kicad.json @@ -0,0 +1,224 @@ +{ + "appearance": { + "color_theme": "_builtin_default", + "left_frame_width": 250 + }, + "color_picker": { + "default_tab": 0 + }, + "cross_probing": { + "auto_highlight": true, + "center_on_items": true, + "on_selection": true, + "zoom_to_fit": true + }, + "find_replace": { + "find_history": [], + "find_string": "", + "match_case": false, + "match_mode": 0, + "replace_history": [], + "replace_string": "", + "search_and_replace": false + }, + "graphics": { + "canvas_type": 1, + "highlight_factor": 0.5, + "select_factor": 0.75 + }, + "lib_tree": { + "column_widths": null, + "columns": [], + "open_libs": [] + }, + "meta": { + "version": 0 + }, + "pcm": { + "check_for_updates": true, + "last_download_dir": "", + "lib_auto_add": true, + "lib_auto_remove": true, + "lib_prefix": "PCM_", + "repositories": [ + { + "name": "KiCad official repository", + "url": "https://repository.kicad.org/repository.json" + } + ] + }, + "printing": { + "background": false, + "color_theme": "", + "layers": [], + "monochrome": true, + "scale": 1.0, + "title_block": false, + "use_theme": false + }, + "system": { + "check_for_kicad_updates": true, + "file_history": [], + "first_run_shown": false, + "last_imperial_units": 5, + "last_metric_units": 1, + "last_received_update": "", + "last_update_check_time": "2024-03-23T12:02:39", + "max_undo_items": 0, + "open_projects": [ + "" + ], + "units": 1 + }, + "window": { + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "grid": { + "axes_enabled": false, + "fast_grid_1": 15, + "fast_grid_2": 16, + "last_size": 15, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": false, + "override_connected_idx": 16, + "override_graphics": false, + "override_graphics_idx": 15, + "override_text": false, + "override_text_idx": 18, + "override_vias": false, + "override_vias_idx": 18, + "override_wires": false, + "override_wires_idx": 19, + "overrides_enabled": false, + "show": true, + "sizes": [ + { + "name": "", + "x": "1000 mil", + "y": "1000 mil" + }, + { + "name": "", + "x": "500 mil", + "y": "500 mil" + }, + { + "name": "", + "x": "250 mil", + "y": "250 mil" + }, + { + "name": "", + "x": "200 mil", + "y": "200 mil" + }, + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "20 mil", + "y": "20 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + }, + { + "name": "", + "x": "5 mil", + "y": "5 mil" + }, + { + "name": "", + "x": "2 mil", + "y": "2 mil" + }, + { + "name": "", + "x": "1 mil", + "y": "1 mil" + }, + { + "name": "", + "x": "5.0 mm", + "y": "5.0 mm" + }, + { + "name": "", + "x": "2.5 mm", + "y": "2.5 mm" + }, + { + "name": "", + "x": "1.0 mm", + "y": "1.0 mm" + }, + { + "name": "", + "x": "0.5 mm", + "y": "0.5 mm" + }, + { + "name": "", + "x": "0.25 mm", + "y": "0.25 mm" + }, + { + "name": "", + "x": "0.2 mm", + "y": "0.2 mm" + }, + { + "name": "", + "x": "0.1 mm", + "y": "0.1 mm" + }, + { + "name": "", + "x": "0.05 mm", + "y": "0.05 mm" + }, + { + "name": "", + "x": "0.025 mm", + "y": "0.025 mm" + }, + { + "name": "", + "x": "0.01 mm", + "y": "0.01 mm" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "maximized": true, + "mru_path": "", + "perspective": "layout2|name=MainToolbar;caption=;state=139644;dir=4;layer=2;row=0;pos=0;prop=100000;bestw=34;besth=227;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=ProjectTree;caption=Project Files;state=1532;dir=4;layer=1;row=0;pos=0;prop=100000;bestw=200;besth=-1;minw=250;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=Launcher;caption=Editors;state=508;dir=5;layer=0;row=0;pos=0;prop=100000;bestw=614;besth=560;minw=614;minh=560;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|dock_size(4,2,0)=34|dock_size(4,1,0)=250|dock_size(5,0,0)=614|", + "pos_x": 0, + "pos_y": 0, + "size_x": 1096, + "size_y": 584, + "zoom_factors": [] + } +} diff --git a/.config/kicad/8.0/kicad_common.json b/.config/kicad/8.0/kicad_common.json new file mode 100644 index 00000000..423e6d82 --- /dev/null +++ b/.config/kicad/8.0/kicad_common.json @@ -0,0 +1,83 @@ +{ + "appearance": { + "hicontrast_dimming_factor": 0.800000011920929, + "icon_theme": 2, + "show_scrollbars": false, + "text_editor_zoom": 0, + "toolbar_icon_size": 24, + "use_icons_in_menus": true + }, + "auto_backup": { + "backup_on_autosave": false, + "enabled": true, + "limit_daily_files": 5, + "limit_total_files": 25, + "limit_total_size": 104857600, + "min_interval": 300 + }, + "do_not_show_again": { + "data_collection_prompt": false, + "env_var_overwrite_warning": false, + "scaled_3d_models_warning": false, + "update_check_prompt": true, + "zone_fill_warning": false + }, + "environment": { + "vars": null + }, + "git": { + "authorEmail": "", + "authorName": "", + "repositories": null, + "useDefaultAuthor": true + }, + "graphics": { + "cairo_antialiasing_mode": 0, + "opengl_antialiasing_mode": 1 + }, + "input": { + "auto_pan": false, + "auto_pan_acceleration": 5, + "center_on_zoom": true, + "focus_follow_sch_pcb": false, + "horizontal_pan": false, + "hotkey_feedback": true, + "immediate_actions": true, + "mouse_left": -1, + "mouse_middle": 2, + "mouse_right": 2, + "reverse_scroll_pan_h": false, + "scroll_modifier_pan_h": 308, + "scroll_modifier_pan_v": 306, + "scroll_modifier_zoom": 0, + "warp_mouse_on_move": true, + "zoom_acceleration": false, + "zoom_speed": 1, + "zoom_speed_auto": true + }, + "meta": { + "filename": "kicad_common.json", + "version": 3 + }, + "netclass_panel": { + "sash_pos": 160 + }, + "package_manager": { + "sash_pos": 380 + }, + "session": { + "pinned_fp_libs": [], + "pinned_symbol_libs": [], + "remember_open_files": false + }, + "system": { + "autosave_interval": 600, + "clear_3d_cache_interval": 30, + "file_history_size": 9, + "language": "Default", + "pdf_viewer_name": "", + "text_editor": "", + "use_system_pdf_viewer": true, + "working_dir": "/github/workspace" + } +} diff --git a/.config/kicad/8.0/pcbnew.json b/.config/kicad/8.0/pcbnew.json new file mode 100644 index 00000000..14071fa4 --- /dev/null +++ b/.config/kicad/8.0/pcbnew.json @@ -0,0 +1,722 @@ +{ + "action_plugins": [], + "appearance": { + "color_theme": "_builtin_default" + }, + "aui": { + "appearance_expand_layer_display": false, + "appearance_expand_net_display": false, + "appearance_panel_tab": 0, + "properties_panel_width": -1, + "properties_splitter_proportion": 0.5, + "right_panel_width": -1, + "search_panel_dock_direction": 3, + "search_panel_height": -1, + "search_panel_width": -1, + "show_layer_manager": true, + "show_properties": false, + "show_search": false + }, + "cleanup": { + "cleanup_short_circuits": true, + "cleanup_tracks_in_pad": false, + "cleanup_unconnected": true, + "cleanup_vias": true, + "delete_dangling_vias": true, + "merge_segments": true + }, + "color_picker": { + "default_tab": 0 + }, + "cross_probing": { + "auto_highlight": true, + "center_on_items": true, + "on_selection": true, + "zoom_to_fit": true + }, + "drc_dialog": { + "refill_zones": true, + "severities": 24, + "test_all_track_errors": false, + "test_footprints": false + }, + "editing": { + "allow_free_pads": false, + "arc_edit_mode": 0, + "auto_fill_zones": false, + "ctrl_click_highlight": false, + "esc_clears_net_highlight": true, + "flip_left_right": true, + "magnetic_all_layers": false, + "magnetic_graphics": true, + "magnetic_pads": 1, + "magnetic_tracks": 1, + "pcb_use_45_degree_limit": false, + "polar_coords": false, + "rotation_angle": 900, + "show_courtyard_collisions": true, + "track_drag_action": 1 + }, + "export_2581": { + "compress": false, + "precision": 3, + "units": 0, + "version": 1 + }, + "export_idf": { + "auto_adjust": false, + "ref_units": 0, + "ref_x": 0.0, + "ref_y": 0.0, + "units_mils": false + }, + "export_step": { + "no_dnp": false, + "no_unspecified": false, + "origin_mode": 1, + "origin_units": 0, + "origin_x": 0.0, + "origin_y": 0.0, + "overwrite_file": true, + "replace_models": true + }, + "export_svg": { + "black_and_white": false, + "color_theme": "", + "layers": [], + "mirror": false, + "one_file": false, + "output_dir": "", + "page_size": 0, + "plot_board_edges": true, + "use_theme": true + }, + "export_vrml": { + "copy_3d_models": false, + "origin_mode": 0, + "ref_units": 0, + "ref_x": 0.0, + "ref_y": 0.0, + "units": 1, + "use_relative_paths": false + }, + "find_replace": { + "find_history": [], + "find_string": "", + "match_case": false, + "match_mode": 0, + "replace_history": [], + "replace_string": "", + "search_and_replace": false + }, + "footprint_chooser": { + "filter_on_pin_count": false, + "height": -1, + "sash_h": -1, + "sash_v": -1, + "sort_mode": 0, + "use_fp_filters": false, + "width": -1 + }, + "footprint_viewer": { + "autozoom": true, + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "fp_list_width": 300, + "grid": { + "axes_enabled": false, + "fast_grid_1": 15, + "fast_grid_2": 16, + "last_size": 15, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": false, + "override_connected_idx": 16, + "override_graphics": false, + "override_graphics_idx": 15, + "override_text": false, + "override_text_idx": 18, + "override_vias": false, + "override_vias_idx": 18, + "override_wires": false, + "override_wires_idx": 19, + "overrides_enabled": false, + "show": true, + "sizes": [ + { + "name": "", + "x": "1000 mil", + "y": "1000 mil" + }, + { + "name": "", + "x": "500 mil", + "y": "500 mil" + }, + { + "name": "", + "x": "250 mil", + "y": "250 mil" + }, + { + "name": "", + "x": "200 mil", + "y": "200 mil" + }, + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "20 mil", + "y": "20 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + }, + { + "name": "", + "x": "5 mil", + "y": "5 mil" + }, + { + "name": "", + "x": "2 mil", + "y": "2 mil" + }, + { + "name": "", + "x": "1 mil", + "y": "1 mil" + }, + { + "name": "", + "x": "5.0 mm", + "y": "5.0 mm" + }, + { + "name": "", + "x": "2.5 mm", + "y": "2.5 mm" + }, + { + "name": "", + "x": "1.0 mm", + "y": "1.0 mm" + }, + { + "name": "", + "x": "0.5 mm", + "y": "0.5 mm" + }, + { + "name": "", + "x": "0.25 mm", + "y": "0.25 mm" + }, + { + "name": "", + "x": "0.2 mm", + "y": "0.2 mm" + }, + { + "name": "", + "x": "0.1 mm", + "y": "0.1 mm" + }, + { + "name": "", + "x": "0.05 mm", + "y": "0.05 mm" + }, + { + "name": "", + "x": "0.025 mm", + "y": "0.025 mm" + }, + { + "name": "", + "x": "0.01 mm", + "y": "0.01 mm" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "lib_list_width": 200, + "maximized": false, + "mru_path": "", + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 0, + "size_y": 0, + "zoom": 1.0, + "zoom_factors": [] + }, + "footprint_wizard": { + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "grid": { + "axes_enabled": false, + "fast_grid_1": 15, + "fast_grid_2": 16, + "last_size": 15, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": false, + "override_connected_idx": 16, + "override_graphics": false, + "override_graphics_idx": 15, + "override_text": false, + "override_text_idx": 18, + "override_vias": false, + "override_vias_idx": 18, + "override_wires": false, + "override_wires_idx": 19, + "overrides_enabled": false, + "show": true, + "sizes": [ + { + "name": "", + "x": "1000 mil", + "y": "1000 mil" + }, + { + "name": "", + "x": "500 mil", + "y": "500 mil" + }, + { + "name": "", + "x": "250 mil", + "y": "250 mil" + }, + { + "name": "", + "x": "200 mil", + "y": "200 mil" + }, + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "20 mil", + "y": "20 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + }, + { + "name": "", + "x": "5 mil", + "y": "5 mil" + }, + { + "name": "", + "x": "2 mil", + "y": "2 mil" + }, + { + "name": "", + "x": "1 mil", + "y": "1 mil" + }, + { + "name": "", + "x": "5.0 mm", + "y": "5.0 mm" + }, + { + "name": "", + "x": "2.5 mm", + "y": "2.5 mm" + }, + { + "name": "", + "x": "1.0 mm", + "y": "1.0 mm" + }, + { + "name": "", + "x": "0.5 mm", + "y": "0.5 mm" + }, + { + "name": "", + "x": "0.25 mm", + "y": "0.25 mm" + }, + { + "name": "", + "x": "0.2 mm", + "y": "0.2 mm" + }, + { + "name": "", + "x": "0.1 mm", + "y": "0.1 mm" + }, + { + "name": "", + "x": "0.05 mm", + "y": "0.05 mm" + }, + { + "name": "", + "x": "0.025 mm", + "y": "0.025 mm" + }, + { + "name": "", + "x": "0.01 mm", + "y": "0.01 mm" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "maximized": false, + "mru_path": "", + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 0, + "size_y": 0, + "zoom_factors": [] + }, + "footprint_wizard_list": { + "height": -1, + "width": -1 + }, + "gen_drill": { + "drill_file_type": 0, + "map_file_type": 1, + "merge_pth_npth": false, + "minimal_header": false, + "mirror": false, + "unit_drill_is_inch": true, + "use_route_for_oval_holes": true, + "zeros_format": 0 + }, + "graphics": { + "canvas_type": 1, + "highlight_factor": 0.5, + "select_factor": 0.75 + }, + "import_graphics": { + "dxf_units": 0, + "fix_discontinuities": true, + "group_items": true, + "interactive_placement": true, + "layer": 40, + "line_width": 0.2, + "line_width_units": 0, + "origin_units": 0, + "origin_x": 0.0, + "origin_y": 0.0, + "tolerance": 1.0, + "use_dlg_layer_selection": true + }, + "lib_tree": { + "column_widths": null, + "columns": [], + "open_libs": [] + }, + "meta": { + "version": 5 + }, + "net_inspector_dialog": { + "col_order": [], + "col_widths": [], + "dlg_height": 520, + "dlg_width": 960, + "group_by": false, + "group_by_kind": 0, + "group_by_text": "", + "show_zero_pad_nets": true, + "sort_ascending": true, + "sorting_column": -1 + }, + "netlist": { + "associate_by_ref_sch": false, + "delete_extra_footprints": false, + "delete_shorting_tracks": false, + "report_filter": -1, + "update_footprints": true + }, + "pcb_display": { + "force_show_fields_when_fp_selected": true, + "graphic_items_fill": true, + "graphics_fill": true, + "live_3d_refresh": false, + "max_links_shown": 3, + "net_names_mode": 3, + "origin_invert_x_axis": false, + "origin_invert_y_axis": false, + "origin_mode": 0, + "pad_clearance": true, + "pad_fill": true, + "pad_numbers": true, + "ratsnest_curved": false, + "ratsnest_footprint": true, + "ratsnest_global": true, + "ratsnest_thickness": 0.5, + "show_page_borders": true, + "text_fill": true, + "track_clearance_mode": 2, + "track_fill": true, + "via_fill": true + }, + "place_file": { + "excludeTH": false, + "file_format": 0, + "file_options": 0, + "include_board_edge": false, + "negate_xcoord": false, + "onlySMD": false, + "output_directory": "", + "units": 1, + "use_place_file_origin": true + }, + "plot": { + "all_layers_on_one_page": 1, + "as_item_checkboxes": false, + "check_zones_before_plotting": true, + "edgecut_on_all_layers": true, + "fine_scale_x": 0.0, + "fine_scale_y": 0.0, + "mirror": false, + "pads_drill_mode": 2, + "ps_fine_width_adjust": 0.0 + }, + "printing": { + "background": false, + "color_theme": "", + "layers": [], + "monochrome": true, + "scale": 1.0, + "title_block": false, + "use_theme": false + }, + "reannotate_dialog": { + "annotate_back_prefix": "", + "annotate_back_refdes_start": "", + "annotate_choice": 0, + "annotate_exclude_list": "", + "annotate_exclude_locked": false, + "annotate_front_prefix": "", + "annotate_front_refdes_start": "1", + "annotate_grid_index": 0, + "annotate_remove_back_prefix": false, + "annotate_remove_front_prefix": false, + "annotate_report_file_name": "", + "annotate_report_severity": 0, + "annotate_sort_code": 0, + "annotate_sort_on_modules": true + }, + "system": { + "file_history": [], + "first_run_shown": false, + "last_footprint3d_dir": "", + "last_footprint_lib_dir": "/github/workspace/lib/footprints", + "last_imperial_units": 5, + "last_metric_units": 1, + "max_undo_items": 0, + "units": 1 + }, + "window": { + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "footprint_text_shown_columns": "0 1 2 3 4 5 6", + "grid": { + "axes_enabled": false, + "fast_grid_1": 15, + "fast_grid_2": 16, + "last_size": 15, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": false, + "override_connected_idx": 16, + "override_graphics": false, + "override_graphics_idx": 15, + "override_text": false, + "override_text_idx": 18, + "override_vias": false, + "override_vias_idx": 18, + "override_wires": false, + "override_wires_idx": 19, + "overrides_enabled": false, + "show": true, + "sizes": [ + { + "name": "", + "x": "1000 mil", + "y": "1000 mil" + }, + { + "name": "", + "x": "500 mil", + "y": "500 mil" + }, + { + "name": "", + "x": "250 mil", + "y": "250 mil" + }, + { + "name": "", + "x": "200 mil", + "y": "200 mil" + }, + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "20 mil", + "y": "20 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + }, + { + "name": "", + "x": "5 mil", + "y": "5 mil" + }, + { + "name": "", + "x": "2 mil", + "y": "2 mil" + }, + { + "name": "", + "x": "1 mil", + "y": "1 mil" + }, + { + "name": "", + "x": "5.0 mm", + "y": "5.0 mm" + }, + { + "name": "", + "x": "2.5 mm", + "y": "2.5 mm" + }, + { + "name": "", + "x": "1.0 mm", + "y": "1.0 mm" + }, + { + "name": "", + "x": "0.5 mm", + "y": "0.5 mm" + }, + { + "name": "", + "x": "0.25 mm", + "y": "0.25 mm" + }, + { + "name": "", + "x": "0.2 mm", + "y": "0.2 mm" + }, + { + "name": "", + "x": "0.1 mm", + "y": "0.1 mm" + }, + { + "name": "", + "x": "0.05 mm", + "y": "0.05 mm" + }, + { + "name": "", + "x": "0.025 mm", + "y": "0.025 mm" + }, + { + "name": "", + "x": "0.01 mm", + "y": "0.01 mm" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "maximized": false, + "mru_path": "", + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 0, + "size_y": 0, + "zoom_factors": [] + }, + "zones": { + "net_sort_mode": -1 + } +} diff --git a/.config/kicad/8.0/sym-lib-table b/.config/kicad/8.0/sym-lib-table new file mode 100644 index 00000000..fbae2d91 --- /dev/null +++ b/.config/kicad/8.0/sym-lib-table @@ -0,0 +1,226 @@ +(sym_lib_table + (version 7) + (lib (name "4xxx")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/4xxx.kicad_sym")(options "")(descr "4xxx series symbols")) + (lib (name "4xxx_IEEE")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/4xxx_IEEE.kicad_sym")(options "")(descr "4xxx series IEEE symbols")) + (lib (name "74xGxx")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/74xGxx.kicad_sym")(options "")(descr "74xGxx symbols")) + (lib (name "74xx")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/74xx.kicad_sym")(options "")(descr "74xx symbols")) + (lib (name "74xx_IEEE")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/74xx_IEEE.kicad_sym")(options "")(descr "74xx series IEEE symbols")) + (lib (name "Amplifier_Audio")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Amplifier_Audio.kicad_sym")(options "")(descr "Amplifier for audio applications")) + (lib (name "Amplifier_Buffer")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Amplifier_Buffer.kicad_sym")(options "")(descr "Buffer amplifiers")) + (lib (name "Amplifier_Current")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Amplifier_Current.kicad_sym")(options "")(descr "Amplifiers for current sensors (shunt)")) + (lib (name "Amplifier_Difference")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Amplifier_Difference.kicad_sym")(options "")(descr "Amplifiers for analog differential signals")) + (lib (name "Amplifier_Operational")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Amplifier_Operational.kicad_sym")(options "")(descr "General operational amplifiers")) + (lib (name "Amplifier_Instrumentation")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Amplifier_Instrumentation.kicad_sym")(options "")(descr "Instrumentation amplitifers")) + (lib (name "Amplifier_Video")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Amplifier_Video.kicad_sym")(options "")(descr "Video amplifiers")) + (lib (name "Analog")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Analog.kicad_sym")(options "")(descr "Miscellaneous analog devices")) + (lib (name "Analog_ADC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Analog_ADC.kicad_sym")(options "")(descr "Analog to digital converters")) + (lib (name "Analog_DAC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Analog_DAC.kicad_sym")(options "")(descr "Digital to analog converters")) + (lib (name "Analog_Switch")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Analog_Switch.kicad_sym")(options "")(descr "Analog switches")) + (lib (name "Audio")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Audio.kicad_sym")(options "")(descr "Audio devices")) + (lib (name "Battery_Management")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Battery_Management.kicad_sym")(options "")(descr "Battery management ICs")) + (lib (name "Buffer")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Buffer.kicad_sym")(options "")(descr "High-speed clock/data buffer ICs")) + (lib (name "Comparator")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Comparator.kicad_sym")(options "")(descr "Comparator symbols")) + (lib (name "Connector")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Connector.kicad_sym")(options "")(descr "Connector symbols (Examples: Terminal Block, D-SUB, DIN, USB...)")) + (lib (name "Connector_Audio")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Connector_Audio.kicad_sym")(options "")(descr "Audio connector symbols")) + (lib (name "Connector_Generic")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Connector_Generic.kicad_sym")(options "")(descr "Generic connector symbols")) + (lib (name "Connector_Generic_MountingPin")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Connector_Generic_MountingPin.kicad_sym")(options "")(descr "Generic connectors with mechanical mounting pin")) + (lib (name "Connector_Generic_Shielded")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Connector_Generic_Shielded.kicad_sym")(options "")(descr "Generic shielded connector symbols")) + (lib (name "Converter_ACDC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Converter_ACDC.kicad_sym")(options "")(descr "AC to DC converter modules")) + (lib (name "Converter_DCDC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Converter_DCDC.kicad_sym")(options "")(descr "DC to DC converter modules")) + (lib (name "CPLD_Altera")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/CPLD_Altera.kicad_sym")(options "")(descr "Altera CPLD symbols")) + (lib (name "CPLD_Microchip")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/CPLD_Microchip.kicad_sym")(options "")(descr "Microchip CPLD symbols")) + (lib (name "CPLD_Renesas")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/CPLD_Renesas.kicad_sym")(options "")(descr "Renesas CPLD symbols")) + (lib (name "CPLD_Xilinx")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/CPLD_Xilinx.kicad_sym")(options "")(descr "Xilinx CPLD symbols")) + (lib (name "CPU")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/CPU.kicad_sym")(options "")(descr "Central processor unit (CPU) symbols, assorted")) + (lib (name "CPU_NXP_6800")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/CPU_NXP_6800.kicad_sym")(options "")(descr "NXP (formerly Motorola) 6800 CPUs")) + (lib (name "CPU_NXP_68000")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/CPU_NXP_68000.kicad_sym")(options "")(descr "NXP (formerly Motorola) 68000 CPUs")) + (lib (name "CPU_NXP_IMX")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/CPU_NXP_IMX.kicad_sym")(options "")(descr "NXP IMX CPUs")) + (lib (name "CPU_PowerPC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/CPU_PowerPC.kicad_sym")(options "")(descr "PowerPC-based CPUs")) + (lib (name "Device")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Device.kicad_sym")(options "")(descr "Generic symbols for common devices")) + (lib (name "Diode")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Diode.kicad_sym")(options "")(descr "Diodes")) + (lib (name "Diode_Bridge")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Diode_Bridge.kicad_sym")(options "")(descr "Diode Bridges/Rectifiers")) + (lib (name "Diode_Laser")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Diode_Laser.kicad_sym")(options "")(descr "Laser diodes")) + (lib (name "Display_Character")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Display_Character.kicad_sym")(options "")(descr "Character displays. (n-Segment, dot-matrix, ...)")) + (lib (name "Display_Graphic")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Display_Graphic.kicad_sym")(options "")(descr "Graphic displays. (Pixel-based color or monochrome displays.)")) + (lib (name "Driver_Display")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Driver_Display.kicad_sym")(options "")(descr "Drivers for displays. (For graphic and character based displays.)")) + (lib (name "Driver_FET")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Driver_FET.kicad_sym")(options "")(descr "MOSFET and gate drivers")) + (lib (name "Driver_Haptic")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Driver_Haptic.kicad_sym")(options "")(descr "Haptic drivers for solenoids, voice coils, LRAs, etc.")) + (lib (name "Driver_LED")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Driver_LED.kicad_sym")(options "")(descr "LED drivers")) + (lib (name "Driver_Motor")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Driver_Motor.kicad_sym")(options "")(descr "Integrated motor driver and controller ICs")) + (lib (name "Driver_Relay")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Driver_Relay.kicad_sym")(options "")(descr "Relay drivers and controllers")) + (lib (name "Driver_TEC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Driver_TEC.kicad_sym")(options "")(descr "Thermoelectric cooler (Peltier) drivers and controllers")) + (lib (name "DSP_AnalogDevices")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/DSP_AnalogDevices.kicad_sym")(options "")(descr "Analog Devices DSP symbols")) + (lib (name "DSP_Freescale")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/DSP_Freescale.kicad_sym")(options "")(descr "Freescale DSP symbols")) + (lib (name "DSP_Microchip_DSPIC33")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/DSP_Microchip_DSPIC33.kicad_sym")(options "")(descr "Microchip DSPIC33 symbols")) + (lib (name "DSP_Motorola")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/DSP_Motorola.kicad_sym")(options "")(descr "Motorola DSP symbols")) + (lib (name "DSP_Texas")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/DSP_Texas.kicad_sym")(options "")(descr "Texas Instruments DSP symbols")) + (lib (name "Fiber_Optic")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Fiber_Optic.kicad_sym")(options "")(descr "Fiber optic symbols")) + (lib (name "Filter")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Filter.kicad_sym")(options "")(descr "Filter symbols")) + (lib (name "FPGA_CologneChip_GateMate")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_CologneChip_GateMate.kicad_sym")(options "")(descr "CologneChip GateMate FPGA symbols")) + (lib (name "FPGA_Efinix_Trion")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Efinix_Trion.kicad_sym")(options "")(descr "Efinix Trion FPGA symbols")) + (lib (name "FPGA_Lattice")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Lattice.kicad_sym")(options "")(descr "Lattice FPGA symbols")) + (lib (name "FPGA_Microsemi")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Microsemi.kicad_sym")(options "")(descr "Microsemi FPGA symbols")) + (lib (name "FPGA_Xilinx")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Xilinx.kicad_sym")(options "")(descr "Assorted Xilinx FPGA symbols")) + (lib (name "FPGA_Xilinx_Artix7")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Xilinx_Artix7.kicad_sym")(options "")(descr "Xilinx Artix7 FPGA symbols")) + (lib (name "FPGA_Xilinx_Kintex7")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Xilinx_Kintex7.kicad_sym")(options "")(descr "Xilinx Kintex7 FPGA symbols")) + (lib (name "FPGA_Xilinx_Spartan6")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Xilinx_Spartan6.kicad_sym")(options "")(descr "Xilinx Spartan6 FPGA symbols")) + (lib (name "FPGA_Xilinx_Virtex5")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Xilinx_Virtex5.kicad_sym")(options "")(descr "Xilinx Virtex5 FPGA symbols")) + (lib (name "FPGA_Xilinx_Virtex6")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Xilinx_Virtex6.kicad_sym")(options "")(descr "Xilinx Virtex6 FPGA symbols")) + (lib (name "FPGA_Xilinx_Virtex7")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/FPGA_Xilinx_Virtex7.kicad_sym")(options "")(descr "Xilinx Virtex7 FPGA symbols")) + (lib (name "GPU")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/GPU.kicad_sym")(options "")(descr "Graphics Processing Units")) + (lib (name "Graphic")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Graphic.kicad_sym")(options "")(descr "Graphical symbols")) + (lib (name "Interface")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface.kicad_sym")(options "")(descr "Assorted interface symbols")) + (lib (name "Interface_CAN_LIN")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_CAN_LIN.kicad_sym")(options "")(descr "CAN / LIN interface symbols")) + (lib (name "Interface_CurrentLoop")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_CurrentLoop.kicad_sym")(options "")(descr "Current loop interface devices")) + (lib (name "Interface_Ethernet")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_Ethernet.kicad_sym")(options "")(descr "Ethernet interface symbols")) + (lib (name "Interface_Expansion")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_Expansion.kicad_sym")(options "")(descr "I/O expansion devices, shift registers, etc")) + (lib (name "Interface_HDMI")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_HDMI.kicad_sym")(options "")(descr "High Definition Multimedia Interface (HDMI) symbols")) + (lib (name "Interface_HID")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_HID.kicad_sym")(options "")(descr "Human Interface Device (HID) symbols")) + (lib (name "Interface_LineDriver")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_LineDriver.kicad_sym")(options "")(descr "Line driver interface symbols")) + (lib (name "Interface_Optical")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_Optical.kicad_sym")(options "")(descr "Optical interfaces (IR receivers)")) + (lib (name "Interface_Telecom")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_Telecom.kicad_sym")(options "")(descr "Telecom interface symbols")) + (lib (name "Interface_UART")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_UART.kicad_sym")(options "")(descr "UART interface symbols")) + (lib (name "Interface_USB")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Interface_USB.kicad_sym")(options "")(descr "USB interface symbols")) + (lib (name "Isolator")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Isolator.kicad_sym")(options "")(descr "Isolator devices")) + (lib (name "Isolator_Analog")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Isolator_Analog.kicad_sym")(options "")(descr "Analog isolator devices")) + (lib (name "Jumper")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Jumper.kicad_sym")(options "")(descr "(Solder) jumper symbols")) + (lib (name "LED")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/LED.kicad_sym")(options "")(descr "Light Emitting Diode (LED) symbols")) + (lib (name "Logic_LevelTranslator")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Logic_LevelTranslator.kicad_sym")(options "")(descr "Logic level translators and level shifters")) + (lib (name "Logic_Programmable")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Logic_Programmable.kicad_sym")(options "")(descr "Programmable logic symbols")) + (lib (name "MCU_AnalogDevices")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_AnalogDevices.kicad_sym")(options "")(descr "Analog Devices microcontrollers")) + (lib (name "MCU_Cypress")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Cypress.kicad_sym")(options "")(descr "Cypress microcontrollers")) + (lib (name "MCU_Dialog")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Dialog.kicad_sym")(options "")(descr "Dialog Semiconductor microcontrollers")) + (lib (name "MCU_Espressif")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Espressif.kicad_sym")(options "")(descr "Espressif microcontrollers")) + (lib (name "MCU_Intel")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Intel.kicad_sym")(options "")(descr "Various Intel MCU devices and associated peripherals")) + (lib (name "MCU_Microchip_8051")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_8051.kicad_sym")(options "")(descr "Microchip 8051 microcontrollers")) + (lib (name "MCU_Microchip_ATmega")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_ATmega.kicad_sym")(options "")(descr "Microchip ATmega microcontrollers")) + (lib (name "MCU_Microchip_ATtiny")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_ATtiny.kicad_sym")(options "")(descr "Microchip ATtiny microcontrollers")) + (lib (name "MCU_Microchip_AVR")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_AVR.kicad_sym")(options "")(descr "Microchip AVR microcontrollers")) + (lib (name "MCU_Microchip_AVR_Dx")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_AVR_Dx.kicad_sym")(options "")(descr "Microchip AVR-Dx microcontrollers")) + (lib (name "MCU_Microchip_PIC10")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_PIC10.kicad_sym")(options "")(descr "Microchip PIC10 microcontrollers")) + (lib (name "MCU_Microchip_PIC12")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_PIC12.kicad_sym")(options "")(descr "Microchip PIC12 microcontrollers")) + (lib (name "MCU_Microchip_PIC16")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_PIC16.kicad_sym")(options "")(descr "Microchip PIC16 microcontrollers")) + (lib (name "MCU_Microchip_PIC18")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_PIC18.kicad_sym")(options "")(descr "Microchip PIC18 microcontrollers")) + (lib (name "MCU_Microchip_PIC24")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_PIC24.kicad_sym")(options "")(descr "Microchip PIC24 microcontrollers")) + (lib (name "MCU_Microchip_PIC32")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_PIC32.kicad_sym")(options "")(descr "Microchip PIC32 microcontrollers")) + (lib (name "MCU_Microchip_SAMA")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_SAMA.kicad_sym")(options "")(descr "Microchip SAMA microcontrollers")) + (lib (name "MCU_Microchip_SAMD")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_SAMD.kicad_sym")(options "")(descr "Microchip SAMD microcontrollers")) + (lib (name "MCU_Microchip_SAME")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_SAME.kicad_sym")(options "")(descr "Microchip SAME microcontrollers")) + (lib (name "MCU_Microchip_SAML")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_SAML.kicad_sym")(options "")(descr "Microchip SAML microcontrollers")) + (lib (name "MCU_Microchip_SAMV")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Microchip_SAMV.kicad_sym")(options "")(descr "Microchip SAMV microcontrollers")) + (lib (name "MCU_Module")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Module.kicad_sym")(options "")(descr "Microcontroller Modules and Breakouts (Arduino ...)")) + (lib (name "MCU_Nordic")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Nordic.kicad_sym")(options "")(descr "Nordic Semiconductor microcontrollers")) + (lib (name "MCU_NXP_ColdFire")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_ColdFire.kicad_sym")(options "")(descr "NXP ColdFire microcontrollers (formerly Motorola)")) + (lib (name "MCU_NXP_HC11")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_HC11.kicad_sym")(options "")(descr "NXP HC11 microcontrollers")) + (lib (name "MCU_NXP_HC12")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_HC12.kicad_sym")(options "")(descr "NXP HC12 microcontrollers")) + (lib (name "MCU_NXP_HCS12")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_HCS12.kicad_sym")(options "")(descr "NXP HCS12 microcontrollers")) + (lib (name "MCU_NXP_Kinetis")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_Kinetis.kicad_sym")(options "")(descr "NXP Kinetis microcontrollers")) + (lib (name "MCU_NXP_LPC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_LPC.kicad_sym")(options "")(descr "NXP LPC microcontrollers")) + (lib (name "MCU_NXP_MAC7100")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_MAC7100.kicad_sym")(options "")(descr "NXP MAC7100 (ARMv7-based) microcontrollers")) + (lib (name "MCU_NXP_MCore")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_MCore.kicad_sym")(options "")(descr "NXP M*Core microcontrollers")) + (lib (name "MCU_NXP_NTAG")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_NTAG.kicad_sym")(options "")(descr "NXP NFC microcontrollers")) + (lib (name "MCU_NXP_S08")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_NXP_S08.kicad_sym")(options "")(descr "NXP S08 microcontrollers")) + (lib (name "MCU_Parallax")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Parallax.kicad_sym")(options "")(descr "Parallax microcontrollers")) + (lib (name "MCU_RaspberryPi")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_RaspberryPi.kicad_sym")(options "")(descr "Raspberry Pi microcontrollers")) + (lib (name "MCU_Renesas_Synergy_S1")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Renesas_Synergy_S1.kicad_sym")(options "")(descr "Renesas Synergy S1 microcontrollers")) + (lib (name "MCU_SiFive")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_SiFive.kicad_sym")(options "")(descr "SiFive microcontrollers")) + (lib (name "MCU_SiliconLabs")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_SiliconLabs.kicad_sym")(options "")(descr "Silicon Labs (SiLabs) microcontrollers")) + (lib (name "MCU_STC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_STC.kicad_sym")(options "")(descr "STC microcontrollers")) + (lib (name "MCU_ST_STM8")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM8.kicad_sym")(options "")(descr "ST STM8 microcontrollers")) + (lib (name "MCU_ST_STM32C0")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32C0.kicad_sym")(options "")(descr "ST STM32C0 microcontrollers")) + (lib (name "MCU_ST_STM32F0")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32F0.kicad_sym")(options "")(descr "ST STM32F0 microcontrollers")) + (lib (name "MCU_ST_STM32F1")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32F1.kicad_sym")(options "")(descr "ST STM32F1 microcontrollers")) + (lib (name "MCU_ST_STM32F2")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32F2.kicad_sym")(options "")(descr "ST STM32F2 microcontrollers")) + (lib (name "MCU_ST_STM32F3")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32F3.kicad_sym")(options "")(descr "ST STM32F3 microcontrollers")) + (lib (name "MCU_ST_STM32F4")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32F4.kicad_sym")(options "")(descr "ST STM32F4 microcontrollers")) + (lib (name "MCU_ST_STM32F7")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32F7.kicad_sym")(options "")(descr "ST STM32F7 microcontrollers")) + (lib (name "MCU_ST_STM32G0")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32G0.kicad_sym")(options "")(descr "ST STM32G0 microcontrollers")) + (lib (name "MCU_ST_STM32G4")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32G4.kicad_sym")(options "")(descr "ST STM32G4 microcontrollers")) + (lib (name "MCU_ST_STM32H5")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32H5.kicad_sym")(options "")(descr "ST STM32H5 microcontrollers")) + (lib (name "MCU_ST_STM32H7")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32H7.kicad_sym")(options "")(descr "ST STM32H7 microcontrollers")) + (lib (name "MCU_ST_STM32L0")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32L0.kicad_sym")(options "")(descr "ST STM32L0 microcontrollers")) + (lib (name "MCU_ST_STM32L1")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32L1.kicad_sym")(options "")(descr "ST STM32L1 microcontrollers")) + (lib (name "MCU_ST_STM32L4")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32L4.kicad_sym")(options "")(descr "ST STM32L4 microcontrollers")) + (lib (name "MCU_ST_STM32L5")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32L5.kicad_sym")(options "")(descr "ST STM32L5 microcontrollers")) + (lib (name "MCU_ST_STM32MP1")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32MP1.kicad_sym")(options "")(descr "ST STM32MP1 microcontrollers")) + (lib (name "MCU_ST_STM32U5")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32U5.kicad_sym")(options "")(descr "ST STM32U5 microcontrollers")) + (lib (name "MCU_ST_STM32WB")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32WB.kicad_sym")(options "")(descr "ST STM32WB microcontrollers")) + (lib (name "MCU_ST_STM32WBA")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32WBA.kicad_sym")(options "")(descr "ST STM32WBA microcontrollers")) + (lib (name "MCU_ST_STM32WL")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_ST_STM32WL.kicad_sym")(options "")(descr "ST STM32WL microcontrollers")) + (lib (name "MCU_Texas")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Texas.kicad_sym")(options "")(descr "Texas Instruments microcontrollers (assorted)")) + (lib (name "MCU_Texas_MSP430")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Texas_MSP430.kicad_sym")(options "")(descr "Texas Instruments MSP430 microcontrollers")) + (lib (name "MCU_Texas_SimpleLink")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_Texas_SimpleLink.kicad_sym")(options "")(descr "Texas Instruments SimpleLink microcontrollers")) + (lib (name "MCU_WCH_CH32V0")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_WCH_CH32V0.kicad_sym")(options "")(descr "WCH CH32V0 microcontrollers")) + (lib (name "MCU_WCH_CH32V3")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/MCU_WCH_CH32V3.kicad_sym")(options "")(descr "Nanjing Qingheng Microelectronics (WCH) CH32V3 High-Density General RISC-V MCU")) + (lib (name "Mechanical")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Mechanical.kicad_sym")(options "")(descr "Mechanical symbols")) + (lib (name "Memory_EEPROM")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Memory_EEPROM.kicad_sym")(options "")(descr "EEPROM memory")) + (lib (name "Memory_EPROM")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Memory_EPROM.kicad_sym")(options "")(descr "EPROM memory")) + (lib (name "Memory_Flash")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Memory_Flash.kicad_sym")(options "")(descr "Flash memory")) + (lib (name "Memory_NVRAM")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Memory_NVRAM.kicad_sym")(options "")(descr "Non volatile RAM (NVRAM)")) + (lib (name "Memory_RAM")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Memory_RAM.kicad_sym")(options "")(descr "Volatile RAM")) + (lib (name "Memory_ROM")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Memory_ROM.kicad_sym")(options "")(descr "Read only memory (ROM)")) + (lib (name "Memory_UniqueID")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Memory_UniqueID.kicad_sym")(options "")(descr "UID and serial number memory devices")) + (lib (name "Motor")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Motor.kicad_sym")(options "")(descr "Motor symbols")) + (lib (name "Oscillator")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Oscillator.kicad_sym")(options "")(descr "Oscillator symbols")) + (lib (name "Potentiometer_Digital")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Potentiometer_Digital.kicad_sym")(options "")(descr "Digital potentiometers")) + (lib (name "power")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/power.kicad_sym")(options "")(descr "Power symbols, special power flags")) + (lib (name "Power_Management")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Power_Management.kicad_sym")(options "")(descr "Power management and distribution ICs")) + (lib (name "Power_Protection")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Power_Protection.kicad_sym")(options "")(descr "Power protection devices")) + (lib (name "Power_Supervisor")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Power_Supervisor.kicad_sym")(options "")(descr "Power supervisory devices")) + (lib (name "Reference_Current")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Reference_Current.kicad_sym")(options "")(descr "Precision current references")) + (lib (name "Reference_Voltage")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Reference_Voltage.kicad_sym")(options "")(descr "Precision voltage references")) + (lib (name "Regulator_Controller")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Regulator_Controller.kicad_sym")(options "")(descr "Power regulator controllers")) + (lib (name "Regulator_Current")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Regulator_Current.kicad_sym")(options "")(descr "Current regulators")) + (lib (name "Regulator_Linear")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Regulator_Linear.kicad_sym")(options "")(descr "Linear regulators")) + (lib (name "Regulator_SwitchedCapacitor")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Regulator_SwitchedCapacitor.kicad_sym")(options "")(descr "Switched capacitor / charge pump regulators")) + (lib (name "Regulator_Switching")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Regulator_Switching.kicad_sym")(options "")(descr "Switch-mode regulators")) + (lib (name "Relay")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Relay.kicad_sym")(options "")(descr "Relay symbols")) + (lib (name "Relay_SolidState")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Relay_SolidState.kicad_sym")(options "")(descr "Solid state relays (Transistor and Triac based)")) + (lib (name "RF")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF.kicad_sym")(options "")(descr "Assorted / uncategorized Radio Frequency (RF) devices")) + (lib (name "RF_Bluetooth")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_Bluetooth.kicad_sym")(options "")(descr "RF Bluetooth wireless modules")) + (lib (name "RF_AM_FM")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_AM_FM.kicad_sym")(options "")(descr "AM / FM wireless devices")) + (lib (name "RF_Amplifier")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_Amplifier.kicad_sym")(options "")(descr "RF amplifier symbols")) + (lib (name "RF_Filter")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_Filter.kicad_sym")(options "")(descr "RF filter symbols")) + (lib (name "RF_GPS")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_GPS.kicad_sym")(options "")(descr "GPS devices")) + (lib (name "RF_GSM")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_GSM.kicad_sym")(options "")(descr "GSM devices")) + (lib (name "RF_Mixer")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_Mixer.kicad_sym")(options "")(descr "RF mixer symbols")) + (lib (name "RF_Module")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_Module.kicad_sym")(options "")(descr "RF module symbols")) + (lib (name "RF_NFC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_NFC.kicad_sym")(options "")(descr "Near Field Communication (RFID)")) + (lib (name "RF_RFID")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_RFID.kicad_sym")(options "")(descr "Radio Frequency ID (RFID)")) + (lib (name "RF_Switch")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_Switch.kicad_sym")(options "")(descr "RF switch symbols")) + (lib (name "RF_WiFi")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_WiFi.kicad_sym")(options "")(descr "WiFi symbols")) + (lib (name "RF_ZigBee")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/RF_ZigBee.kicad_sym")(options "")(descr "ZigBee / XBee symbols")) + (lib (name "Security")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Security.kicad_sym")(options "")(descr "Security devices")) + (lib (name "Sensor")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor.kicad_sym")(options "")(descr "Multi-function sensors, assorted sensors")) + (lib (name "Sensor_Audio")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Audio.kicad_sym")(options "")(descr "Audio / sound / microphone sensors")) + (lib (name "Sensor_Current")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Current.kicad_sym")(options "")(descr "Current sensors")) + (lib (name "Sensor_Distance")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Distance.kicad_sym")(options "")(descr "Distance sensors")) + (lib (name "Sensor_Energy")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Energy.kicad_sym")(options "")(descr "Power / Energy sensors")) + (lib (name "Sensor_Gas")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Gas.kicad_sym")(options "")(descr "Gas sensors")) + (lib (name "Sensor_Humidity")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Humidity.kicad_sym")(options "")(descr "Humidity sensors")) + (lib (name "Sensor_Magnetic")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Magnetic.kicad_sym")(options "")(descr "Magnetic field and hall-effect sensors")) + (lib (name "Sensor_Motion")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Motion.kicad_sym")(options "")(descr "Accelerometers, gyroscopic sensors")) + (lib (name "Sensor_Optical")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Optical.kicad_sym")(options "")(descr "Light and color sensors")) + (lib (name "Sensor_Pressure")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Pressure.kicad_sym")(options "")(descr "Fluid and mechanical pressure sensors")) + (lib (name "Sensor_Proximity")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Proximity.kicad_sym")(options "")(descr "Optical interuption and proximity (optical, inductive, capacitve, ...) sensors")) + (lib (name "Sensor_Temperature")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Temperature.kicad_sym")(options "")(descr "Temperature sensors")) + (lib (name "Sensor_Touch")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Touch.kicad_sym")(options "")(descr "Touch sensors")) + (lib (name "Sensor_Voltage")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Sensor_Voltage.kicad_sym")(options "")(descr "Voltage sensors")) + (lib (name "Simulation_SPICE")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Simulation_SPICE.kicad_sym")(options "")(descr "Symbols specialized for SPICE circuit simulation (including ngspice).")) + (lib (name "Switch")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Switch.kicad_sym")(options "")(descr "Switch symbols")) + (lib (name "Timer")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Timer.kicad_sym")(options "")(descr "Assorted timer devices")) + (lib (name "Timer_PLL")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Timer_PLL.kicad_sym")(options "")(descr "Phase locked loop (PLL) devices")) + (lib (name "Timer_RTC")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Timer_RTC.kicad_sym")(options "")(descr "Real time clock (RTC) devices")) + (lib (name "Transformer")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Transformer.kicad_sym")(options "")(descr "Transformer symbols")) + (lib (name "Transistor_Array")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Transistor_Array.kicad_sym")(options "")(descr "Specialized transistor arrays")) + (lib (name "Transistor_BJT")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Transistor_BJT.kicad_sym")(options "")(descr "BJT transistor symbols")) + (lib (name "Transistor_FET")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Transistor_FET.kicad_sym")(options "")(descr "FET transistor symbols")) + (lib (name "Transistor_FET_Other")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Transistor_FET_Other.kicad_sym")(options "")(descr "Other FET transistor symbols")) + (lib (name "Transistor_IGBT")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Transistor_IGBT.kicad_sym")(options "")(descr "IGBT transistor symbols")) + (lib (name "Transistor_Power_Module")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Transistor_Power_Module.kicad_sym")(options "")(descr "Transistor power modules")) + (lib (name "Triac_Thyristor")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Triac_Thyristor.kicad_sym")(options "")(descr "TRIAC and thyristor symbols")) + (lib (name "Valve")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Valve.kicad_sym")(options "")(descr "Valve symbols")) + (lib (name "Video")(type "KiCad")(uri "${KICAD8_SYMBOL_DIR}/Video.kicad_sym")(options "")(descr "Video symbols")) + (lib (name "1j24b")(type "KiCad")(uri "/github/workspace/lib/symbols/1j24b.kicad_sym")(options "")(descr "")) + (lib (name "elektrophon")(type "KiCad")(uri "/github/workspace/lib/symbols/elektrophon.kicad_sym")(options "")(descr "")) +) diff --git a/.config/kicad/8.0/symbol_editor.json b/.config/kicad/8.0/symbol_editor.json new file mode 100644 index 00000000..60685362 --- /dev/null +++ b/.config/kicad/8.0/symbol_editor.json @@ -0,0 +1,149 @@ +{ + "appearance": { + "color_theme": "_builtin_default" + }, + "aui": { + "properties_panel_width": -1, + "properties_splitter_proportion": 0.5, + "show_properties": true + }, + "color_picker": { + "default_tab": 0 + }, + "cross_probing": { + "auto_highlight": true, + "center_on_items": true, + "on_selection": true, + "zoom_to_fit": true + }, + "defaults": { + "line_width": 0, + "pin_length": 100, + "pin_name_size": 50, + "pin_num_size": 50, + "text_size": 50 + }, + "edit_symbol_visible_columns": "0 1 2 3 4 5 6 7", + "find_replace": { + "find_history": [], + "find_string": "", + "match_case": false, + "match_mode": 0, + "replace_history": [], + "replace_string": "", + "search_and_replace": false + }, + "graphics": { + "canvas_type": 1, + "highlight_factor": 0.5, + "select_factor": 0.75 + }, + "import_graphics": { + "dxf_units": 0, + "interactive_placement": true, + "line_width": 0.2, + "line_width_units": 0, + "origin_units": 0, + "origin_x": 0.0, + "origin_y": 0.0 + }, + "lib_table_width": 250, + "lib_tree": { + "column_widths": null, + "columns": [], + "open_libs": [] + }, + "library": { + "sort_mode": 0 + }, + "meta": { + "version": 1 + }, + "pin_table_visible_columns": "0 1 2 3 4 5 9 10", + "printing": { + "background": false, + "color_theme": "", + "layers": [], + "monochrome": true, + "scale": 1.0, + "title_block": false, + "use_theme": false + }, + "repeat": { + "label_delta": 1, + "pin_step": 100 + }, + "show_hidden_lib_fields": true, + "show_hidden_lib_pins": true, + "show_pin_electrical_type": true, + "system": { + "file_history": [], + "first_run_shown": false, + "last_imperial_units": 5, + "last_metric_units": 1, + "max_undo_items": 0, + "units": 5 + }, + "use_eeschema_color_settings": true, + "window": { + "cursor": { + "always_show_cursor": true, + "fullscreen_cursor": false + }, + "display": 0, + "grid": { + "axes_enabled": false, + "fast_grid_1": 1, + "fast_grid_2": 2, + "last_size": 1, + "line_width": 1.0, + "min_spacing": 10.0, + "override_connected": true, + "override_connected_idx": 1, + "override_graphics": false, + "override_graphics_idx": 2, + "override_text": true, + "override_text_idx": 3, + "override_vias": false, + "override_vias_idx": 0, + "override_wires": true, + "override_wires_idx": 1, + "overrides_enabled": true, + "show": true, + "sizes": [ + { + "name": "", + "x": "100 mil", + "y": "100 mil" + }, + { + "name": "", + "x": "50 mil", + "y": "50 mil" + }, + { + "name": "", + "x": "25 mil", + "y": "25 mil" + }, + { + "name": "", + "x": "10 mil", + "y": "10 mil" + } + ], + "snap": 0, + "style": 0, + "user_grid_x": "", + "user_grid_y": "" + }, + "maximized": false, + "mru_path": "", + "perspective": "", + "pos_x": 0, + "pos_y": 0, + "size_x": 0, + "size_y": 0, + "zoom_factors": [] + } +} diff --git a/.gitignore b/.gitignore index 587af709..f8a6164d 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,5 @@ content/kraft/kraft/kraft.xml __pycache__ www/resources/_gen .hugo_build.lock +**/*kicad_prl +**/*-backups/ diff --git a/Makefile b/Makefile index 8fbb6329..cc404470 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,11 @@ PYTHON = python3 PIP = pip endif +RUST_DEBUG=info debug ?= ifdef debug DEBUG=ELEKTRON_DEBUG=true + RUST_DEBUG=debug endif MAKEFILES=$(shell find src -type f -name "Makefile" -exec dirname "{}" \; | sed 's/ /\\ /g') diff --git a/article.mk b/article.mk index 25258b16..48e02365 100644 --- a/article.mk +++ b/article.mk @@ -12,8 +12,10 @@ endif BUILD_DEPS ?= ifdef debug BUILD_DEPS=true + RUST_LEVEL=debug else BUILD_DEPS=false + RUST_LEVEL=info endif .PHONY: all help test doc clean @@ -21,8 +23,7 @@ all: $(MARKDOWN_TARGET) $(MARKDOWN_TARGET): $(MARKDOWN_FILE) ifeq ($(BUILD_DEPS),true) - $(VENV_ACTIVATE) && $(DEBUG) RUST_LOG=info MPLBACKEND=module://elektron elektron convert --input $< --output $@ - #$(VENV_ACTIVATE) && $(DEBUG) MPLBACKEND=module://elektron ELEKTRON_SPICE=lib/spice ELEKTRON_SYMBOLS=/usr/share/kicad/symbols:../../lib/symbols elektron convert --input $< --output $@ + $(VENV_ACTIVATE) && $(DEBUG) RUST_LOG=$(RUST_LEVEL) MPLBACKEND=module://elektron elektron convert --input $< --output $@ else $(DEBUG) MPLBACKEND=module://elektron ELEKTRON_SPICE=lib/spice ELEKTRON_SYMBOLS=/usr/share/kicad/symbols:lib/symbols elektron convert --input $< --output $@ endif @@ -30,6 +31,6 @@ endif clean: rm -rf $(MARKDOWN_TARGET_PATH) -distclean: clean +.PHONY distclean: clean $(V).SILENT: diff --git a/module.mk b/module.mk index 47a146a1..bafddd96 100644 --- a/module.mk +++ b/module.mk @@ -12,8 +12,10 @@ endif BUILD_DEPS ?= ifdef debug BUILD_DEPS=true + RUST_LEVEL=debug else BUILD_DEPS=false + RUST_LEVEL=info endif .PHONY: all help test doc clean @@ -21,9 +23,9 @@ all: $(MARKDOWN_TARGET) $(MARKDOWN_TARGET): $(MARKDOWN_FILE) ifeq ($(BUILD_DEPS),true) - $(VENV_ACTIVATE) && $(DEBUG) MPLBACKEND=module://elektron ELEKTRON_SPICE=lib/spice ELEKTRON_SYMBOLS=/usr/share/kicad/symbols:../../lib/symbols elektron convert --input $< --output $@ + $(VENV_ACTIVATE) && $(DEBUG) RUST_LOG=$(RUST_LEVEL) MPLBACKEND=module://elektron ELEKTRON_SPICE=lib/spice ELEKTRON_SYMBOLS=/usr/share/kicad/symbols:../../lib/symbols elektron convert --input $< --output $@ else - $(DEBUG) MPLBACKEND=module://elektron RUST_LOG=info elektron convert --input $< --output $@ + $(DEBUG) MPLBACKEND=module://elektron RUST_LOG=$(RUST_LEVEL) elektron convert --input $< --output $@ endif clean: diff --git a/module_python.mk b/module_python.mk index 84dad905..e24c695c 100644 --- a/module_python.mk +++ b/module_python.mk @@ -14,8 +14,10 @@ endif BUILD_DEPS ?= ifdef debug BUILD_DEPS=true + RUST_LEVEL=debug else BUILD_DEPS=false + RUST_LEVEL=info endif .PHONY: all help test doc clean @@ -23,10 +25,10 @@ all: $(MARKDOWN_TARGET) $(MARKDOWN_TARGET): $(MARKDOWN_FILE) $(PYTHON_TARGET) ifeq ($(BUILD_DEPS),true) - $(VENV_ACTIVATE) && $(DEBUG) MPLBACKEND=module://elektron ELEKTRON_SPICE=lib/spice ELEKTRON_SYMBOLS=/usr/share/kicad/symbols:../../lib/symbols elektron convert --input $< --output $@ + $(VENV_ACTIVATE) && $(DEBUG) RUST_LOG=$(RUST_LEVEL) MPLBACKEND=module://elektron ELEKTRON_SPICE=lib/spice ELEKTRON_SYMBOLS=/usr/share/kicad/symbols:../../lib/symbols elektron convert --input $< --output $@ echo $(IMAGES) else - $(DEBUG) MPLBACKEND=module://elektron RUST_LOG=info elektron convert --input $< --output $@ + $(DEBUG) MPLBACKEND=module://elektron RUST_LOG=$(RUST_LEVEL) elektron convert --input $< --output $@ endif $(PYTHON_TARGET): $(PYTHON_SRC) diff --git a/src/adsr/main/main.kicad_pcb b/src/adsr/main/main.kicad_pcb index 9bbb8514..1b5a4da5 100644 --- a/src/adsr/main/main.kicad_pcb +++ b/src/adsr/main/main.kicad_pcb @@ -1,10292 +1,17100 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "ADSR") - (date "2019-09-22") - (rev "01") - (comment 1 "Original design by René Schmitz") - (comment 2 "PCB for main circuit") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 0) - (scaleselection 1) - (outputdirectory "gerbers") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "+15V") - (net 3 "Net-(Q2-C)") - (net 4 "Net-(D2-K)") - (net 5 "Net-(U2-CV)") - (net 6 "Net-(D3-A)") - (net 7 "Net-(D1-K)") - (net 8 "Net-(D3-K)") - (net 9 "Net-(D4-A)") - (net 10 "Net-(J1-PadT)") - (net 11 "Net-(D5-K)") - (net 12 "Net-(D6-A)") - (net 13 "unconnected-(J1-PadTN)") - (net 14 "unconnected-(J2-Pin_10-Pad10)") - (net 15 "unconnected-(J2-Pin_9-Pad9)") - (net 16 "Net-(J3-PadT)") - (net 17 "unconnected-(J2-Pin_2-Pad2)") - (net 18 "unconnected-(J2-Pin_1-Pad1)") - (net 19 "unconnected-(J3-PadTN)") - (net 20 "Net-(Q1-C)") - (net 21 "Net-(Q2-B)") - (net 22 "Net-(R7-Pad1)") - (net 23 "Net-(R8-Pad1)") - (net 24 "Net-(R9-Pad1)") - (net 25 "Net-(R10-Pad2)") - (net 26 "Net-(Q3-C)") - (net 27 "Net-(Q3-B)") - (net 28 "Net-(Q4-E)") - (net 29 "Net-(Q4-B)") - (net 30 "Net-(U2-Q)") - (net 31 "Net-(U1B--)") - (net 32 "Net-(U1A--)") - (net 33 "Net-(U1B-+)") - (net 34 "Net-(U2-DIS)") - - (footprint "LED_THT:LED_D5.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d754846) - (at 71.12 148.59 90) - (descr "LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf") - (tags "LED diameter 5.0mm 2 pins") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-00005d785ff0") - (attr through_hole) - (fp_text reference "D6" (at -2.83 -0.01 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 38c87b73-1302-4948-b704-6dea9582b905) - ) - (fp_text value "LED (Red)" (at 1.27 3.96 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e07afc68-589e-421f-b240-41dac2019d3c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.2))) - (tstamp 3fd21c88-dbae-45fd-90d5-ba7672c396a0) - ) - (fp_line (start -1.29 -1.545) (end -1.29 1.545) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6712e7c6-0ce6-418e-9070-b7b6859122a5)) - (fp_arc (start -1.29 -1.54483) (mid 2.072002 -2.880433) (end 4.26 0.000462) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e446728-f804-490b-ab66-b5de35f9e74b)) - (fp_arc (start 4.26 -0.000462) (mid 2.072002 2.880433) (end -1.29 1.54483) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 478e539e-7192-4e51-8153-3be526656aae)) - (fp_circle (center 1.27 0) (end 3.77 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 6bf0efaf-719b-4425-b91f-87e801e86491)) - (fp_line (start -1.95 -3.25) (end -1.95 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bbaf3845-c8e2-4176-ae77-ab5561ae2280)) - (fp_line (start -1.95 3.25) (end 4.5 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c005a381-77fc-4254-a057-91bb4f7f231a)) - (fp_line (start 4.5 -3.25) (end -1.95 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75fc2cf5-ffd6-4d2f-bbe7-ad888dc63918)) - (fp_line (start 4.5 3.25) (end 4.5 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5466a04-cb6f-46e0-bb90-73e6c7f0c100)) - (fp_line (start -1.23 -1.469694) (end -1.23 1.469694) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8ecb12e-48df-4e87-8aad-49d87f4429f0)) - (fp_arc (start -1.23 -1.469694) (mid 4.17 0.000016) (end -1.230016 1.469666) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b56af6e4-0957-412b-a5d4-431dced3aa63)) - (fp_circle (center 1.27 0) (end 3.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 590a8429-d73f-4bfb-ad49-7e76d30f5817)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 890eff62-46ea-4f13-8b39-f66105d14a0f)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 12 "Net-(D6-A)") (pinfunction "A") (pintype "passive") (tstamp f46a7f2e-8e8b-45a0-a3b2-9e69a52845cd)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D5.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d754868) - (at 60.96 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005d64a5b4") - (attr through_hole) - (fp_text reference "J1" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4ffc8c21-9162-421d-9744-037f24f36586) - ) - (fp_text value "IN" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d009f367-62ca-4f3e-b5b7-e0ae04b3a19d) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp d4fad8d9-6c71-4b72-b32a-43519b8cf364) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8200178e-de35-4d1f-818a-3dc485f6776b) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddce3f0e-4645-4aac-a1a3-18234ef6cb9b)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 615b9484-70e0-42c6-9ddc-00ea8622a116)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f848e4ae-c779-4157-87ab-9d5d3f79a21d)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bc5a37a-c4d8-4360-8b80-9e12fdaeca94)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc220398-495f-4bbd-9ed8-614b787dba86)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73815327-8ab9-41ed-aec0-3dbc0925d5e1)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp c9562b50-aa0b-4383-ac5e-5c82f13b47e7)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 5475b949-8674-4f0f-8e6b-a412b5153d96)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ad87d721-7c47-4db9-a511-bd2282a20cc7)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 23d30796-ed0a-486d-a30c-049112c806f0)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 116e90f0-382c-4b9d-a01b-01ce516a043a)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6b82c978-8af6-4cbc-9ddf-0d1670c1857d)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp ccd4c4c9-f812-4fb0-864e-753f6b19c1ae)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6b7bf95-8dba-4cec-937a-8ffe5ee30064)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2969b9d-09ce-4667-9d4b-ef89f7bd2174)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e88a8d98-9b92-4441-b2b7-f1d688b9c4f6)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b268ef4-ff90-45d9-8e05-ed5c32ce3328)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7cb0718-b0b7-4ac3-a0c7-d7c41f12fb30)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e3a4739d-2a48-4c97-a9d6-a5dccaa6e615)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp d21f52ea-555b-4c81-b211-e5046d0866ca)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 10 "Net-(J1-PadT)") (pintype "passive") (tstamp 3134e8a8-4abb-497e-b32b-c63eb928ef25)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 13 "unconnected-(J1-PadTN)") (pintype "passive+no_connect") (tstamp 27f6ce9c-e096-4137-844a-5c41fc4ea4f8)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d7548b2) - (at 81.28 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005d64b3f0") - (attr through_hole) - (fp_text reference "J3" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d4b35418-0266-45b4-98dc-93ffa4877e25) - ) - (fp_text value "OUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1504c06b-2ca3-4805-b954-5ca4fe511c79) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 84f89fce-c4a8-41e4-aea9-d7034225c273) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9f78d7fb-becf-4c24-8817-39f4b1689e09) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 759abf83-467d-415b-a3af-724ea27c8bf2)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b3bd9b5-a939-4c09-8b09-4a07954794df)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a891949-03de-4fea-9c3d-585c4138b277)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25a54021-931a-4a8d-bf44-5d8e981cc1df)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ba1fc3d-c378-433a-a13a-5f7b63edc18a)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4815d8a-d50c-4cc4-93cc-9b3bea8f493d)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1a3bfed4-5730-41a9-a29e-9b87e452cfa6)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6836ffe5-75ae-4e92-805d-1b0ad0ea4601)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ef631121-7645-4741-b2b5-7e4df52d5072)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c0e5529f-7ff4-4027-b49b-046ad307d45d)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 02a7a8f9-0414-494e-b097-104a91a39f74)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 01b4fed9-ce5e-48b2-b24e-221665855632)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp c4e860ee-7fdb-4ef2-a6a0-6c82a3c0cc10)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35dd7487-4676-4b8d-8bd1-2cc2645c7519)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00d7b1b4-0128-438d-8c0d-bf4156079938)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f99488d-937b-4277-8b00-c1a3e4bec309)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da3e50d1-d80e-4a69-8201-2ee068c5c38a)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34dc4a39-09a8-49df-b54a-0e983e8b054a)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f2c2c67c-5ffb-4e6f-85e7-6869513d841c)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 5b757705-7378-4413-8234-0f282c1cb321)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 16 "Net-(J3-PadT)") (pintype "passive") (tstamp 47250a76-1fc4-44f0-9311-a032e183752c)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 19 "unconnected-(J3-PadTN)") (pintype "passive+no_connect") (tstamp 357b34d2-2aea-4e54-84ff-859314985d6d)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d754a39) - (at 81.28 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cb80d85") - (attr through_hole) - (fp_text reference "RV1" (at -0.97 7.42 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b91c4afe-a22d-40e1-8b0b-a577f3030c68) - ) - (fp_text value "10k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3c4ac483-72a8-4159-81d3-c30421db0475) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a91330ea-3867-4736-af45-ece64047ac15) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5aeecaa-a338-43b6-a446-d03d857a824a)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8558765-2f98-40f1-8bfd-81eeae1f68ff)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbc8e9db-519e-4684-a561-e4e9f7a5bdbb)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da569041-5b52-494d-96f6-424da04de148)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32b5279d-38c8-4f1b-a2bf-a11f243cec14)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8eef67bf-f107-4f0f-861a-080d4e1a3fc7)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5e3ed74-50a4-4c8b-bab9-261a051670ba)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fef7863-ad43-4d4d-ba64-959f071713f9)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3abff22-fc51-493d-ac9c-c872bdb706df)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f40b26eb-b7fe-4279-a668-f653275c1ced)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 913d1879-4456-4dbe-b419-0eebac58e3a2)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7586928-099b-46da-b661-c7c157e8f5ab)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7efc5833-cacc-40c7-9020-844c59428c2e)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6422c6e2-20d7-4d59-a6cd-cc6cc2fe447b)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72cc4cc4-77e6-4e35-9fc3-4c2b538cb0b1)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ff920ab-cf90-419e-8581-3145470f35e9)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2f409e2-4fbb-4e00-ab5c-da456f08034c)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 2841639d-eec0-4c99-89f5-3046dbeec86b)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 2a638e0c-98d2-4dd1-848d-4f430796d81b)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp b990c70d-ae92-40eb-b2d8-a4942e2f00db)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 34 "Net-(U2-DIS)") (pinfunction "1") (pintype "passive") (tstamp f9b16bad-b79d-4734-aaa7-60fef8a45c3f)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 33 "Net-(U1B-+)") (pinfunction "2") (pintype "passive") (tstamp 3689e0d4-54fb-44a6-a2cc-74e33e923410)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "Net-(R9-Pad1)") (pinfunction "3") (pintype "passive") (tstamp 0130c487-2976-4580-a278-0fcfd5d3dacb)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d754a55) - (at 81.28 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cb73aba") - (attr through_hole) - (fp_text reference "RV2" (at -2 7.47 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16864556-b133-4368-92a4-775bb2464ef1) - ) - (fp_text value "1M LOG" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22cda2cb-0af1-4785-8908-0f72968e0795) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 286e9138-7082-46ed-8554-588ab4255edd) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f65f276-471f-437e-89ba-6af6dfe1ef05)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51bccf4b-5230-42ca-aaa3-eafd2c3f81b3)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3aa009e9-51aa-4696-bacd-d5435a4c9f24)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c5f3846-3426-4d86-a798-9f32d33cd57b)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddd0e6c8-80b8-4545-baf7-6214e4147e61)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8729feab-6cc9-4f9f-bd7f-14126dde2d66)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1ab5042-bc97-4f37-86a0-4dfcf96a41d4)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75ee54ed-daad-4ad0-bfb9-f817308b4697)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14992a00-8f00-4a8d-a31f-53a5d7dd91f3)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7022ed1-1509-4894-b061-38e341154e55)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c71351df-70c7-4491-aa6f-d41aefd1904b)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34b8f18f-acd7-43b5-a6a5-8ac53b2b7e84)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90edec1a-ce98-4bc8-9843-75a0abc6ecb1)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 118ebf26-4582-4858-834d-94712bb06b7b)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3279f354-f884-4e8a-b4f9-7f47e0e6893b)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 034fb37f-5ef9-4fb8-86c7-eacc50219b87)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81fd7796-8445-434b-ac1c-c55302886e20)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp c2f7bb0c-56ee-4e69-8502-8c8f93286c86)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp d4636c1f-29e5-49fd-aa15-36a18b3bac8f)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 1abb04db-83ff-4db2-aae2-c74e70825b86)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 8 "Net-(D3-K)") (pinfunction "1") (pintype "passive") (tstamp 3be14215-dac8-4c51-a981-a7ad79a0d757)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 22 "Net-(R7-Pad1)") (pinfunction "2") (pintype "passive") (tstamp f697ab27-d8dd-4e15-b2cd-9ea2d8e03ca9)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 22 "Net-(R7-Pad1)") (pinfunction "3") (pintype "passive") (tstamp 9de7e595-dc8c-428b-82e2-99c290bd7565)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d754a71) - (at 81.28 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cb76da6") - (attr through_hole) - (fp_text reference "RV3" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 077f8d2d-6c89-4ec4-abdf-7b62929bb0be) - ) - (fp_text value "1M LOG" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a4e1c728-7dfe-4043-8706-052689238040) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3bc565a7-dbaf-4eb9-aba2-c1b156a0e024) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 263a2f0c-9478-4eb5-94d4-35e9d0cc62ea)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e73cec59-4e8f-4022-9ca9-690a5b0ba5b1)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dac33595-7de6-4cd8-b488-25c372f1ee4f)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1de7fd88-2dfb-4274-a353-fffdb9b572f4)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f770a91-6f31-425b-86e3-51aa0efc3c04)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f3e2b06-cc41-4c64-998b-0f56b353dd0a)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d19d0203-6371-48de-876d-b5b1b9228fed)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa1b5c7d-de8d-473a-bf80-1013dd4de484)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd128340-282c-4e4f-816b-5243b8ed5b03)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28aed737-2db5-49fd-8c5a-7ee551b3b24e)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d014e3b-06fe-4301-8654-12fa80a85c38)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea59dec3-b83c-4715-9615-eecfb99fe86d)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bef56433-96d3-47fe-8bad-6e1724595ef5)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5c7b2b2-be44-433d-889c-a3d4c9031070)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e390b36-6a58-4435-8a50-22e42526717f)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c169da0-f950-4997-9b32-30313b0bc9e4)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5a422aa-686c-483e-a069-c2c5dda71006)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 96c80c6a-a2c7-41cc-9701-db66eed70e78)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 98da9020-28dc-4e05-a0e2-633934bb4fa6)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 129514ed-ad08-4311-a147-93acdbcd9c11)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 9 "Net-(D4-A)") (pinfunction "1") (pintype "passive") (tstamp 39c9ba20-727a-4b06-9082-acac43b9836f)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "Net-(R8-Pad1)") (pinfunction "2") (pintype "passive") (tstamp cfb2931b-944c-44a4-9a59-bc5b7be7e202)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "Net-(R8-Pad1)") (pinfunction "3") (pintype "passive") (tstamp 0615db87-5408-46c7-a016-1a6b2f03908e)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d754a8d) - (at 81.28 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cb9fe03") - (attr through_hole) - (fp_text reference "RV4" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e029b80c-b5d2-40a8-add9-2404f1718f42) - ) - (fp_text value "1M LOG" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b94ba83b-c6e5-42cd-a06d-420d3e02e87e) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 60ac46cd-ccd2-4ceb-8e21-a8365691f173) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 921d370c-8a69-4d63-8609-a3866a1d1e09)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21ad80c5-699b-49c0-b321-673216c70b7e)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cfc7ba14-1a43-48b4-8e3e-8008c86bd2aa)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b7dedeb-53cd-4e86-b3d0-d095309fb44f)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f24f3ec-7eb5-472e-bd14-740ab515a3fd)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de502a1f-8f56-44b1-874c-031032b0cc8c)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d20faf2-9869-42de-a31d-0ca306f256c6)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4525ffb8-0d80-4d8a-8a04-55eaef6b8ca5)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 205f73e8-81ea-4316-abb4-7006adf8ecdc)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b770b346-d9fb-450b-bd43-1dc354d41514)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 806b6ade-d83a-4eb6-afeb-4e7c6b1b4090)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45537f80-7cf3-4f9a-8e48-5a6e3152b3b8)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c7c738b-600a-48a2-a670-174ce640bde7)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e39b7325-a897-4cb7-9e8a-c1d5b24223d7)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43d00132-9a3c-4d79-9ec0-177c29e0b41c)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12b4cae2-0af9-4924-8692-2eb09ce8317e)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d8e0c87-8238-40fb-977c-1b4b34f918a1)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 85a0586d-b194-4ab8-9ffa-cec5f1d3fa42)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 701ee735-2d76-4177-8d33-042164ef0ec4)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 56540023-06c4-438a-b92d-d7aaccbb292c)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 11 "Net-(D5-K)") (pinfunction "1") (pintype "passive") (tstamp ba33b7eb-14b0-47e3-af37-1ef2478cb10c)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "Net-(R10-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 84ccb23a-d818-43a4-86a0-0cceace43ebd)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "Net-(R10-Pad2)") (pinfunction "3") (pintype "passive") (tstamp cc12cfa3-31cb-4892-bebb-57e3a4b99ec0)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 2fbd631b-dcb6-4b8c-857c-834163c7fb1f) - (at 53.086 70.358 90) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a3e68ec-1044-4afe-a9ff-f9aa9270533b) - ) - (fp_text value "elektrophon logo" (at 0 -3.048 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8afbd217-e75e-4f9f-8362-7899adb48479) - ) - (fp_text user "R02" (at -8.68 0.99 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp 73299f0d-39be-42ff-bba8-e2700173832f) - ) - (fp_text user "adsr" (at 8.62 1.02 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp a4011e00-f25d-433d-9ed3-618c47a9d4c9) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp ae85838b-2f41-40b7-becb-79eb7b145441) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp bb7df48a-9db2-45ae-a3cb-1a756c8a24a1) - ) - (fp_text user "R02" (at 8.58 1.02 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp f5e320fa-c1ac-441a-93a7-20dd5de9315f) - ) - (fp_text user "adsr" (at -8.54 0.99 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp f9d5f309-d1a1-47b7-a608-57d6136537c9) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d75469a) - (at 65.532 65.024 180) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cca767c") - (attr through_hole) - (fp_text reference "C1" (at 1.142 -3.736) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cc51230a-c68a-4f03-92be-7afdd27bb45e) - ) - (fp_text value "10u" (at 1.25 -3.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2829950e-a318-46f5-ab1f-f0144180c066) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b7fddbd5-8268-4d78-8b62-85ed59c49da6) - ) - (fp_line (start -1.554775 1.475) (end -1.054775 1.475) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 18df50df-3ce6-442f-9e14-54424f4dc529)) - (fp_line (start -1.304775 1.725) (end -1.304775 1.225) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 43057137-f159-4ef9-a61b-a835a6bfe9ba)) - (fp_line (start 1.25 2.58) (end 1.25 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp adcb4718-dabe-432e-b82d-6aa7cb49b003)) - (fp_line (start 1.29 2.58) (end 1.29 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6577c99b-b70a-44a9-835d-07feae8a281a)) - (fp_line (start 1.33 2.579) (end 1.33 -2.579) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 29a1451c-b0e8-4f0a-a595-c440b64d89f1)) - (fp_line (start 1.37 2.578) (end 1.37 -2.578) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d7270dd4-e340-4029-8893-c5efc4bb818b)) - (fp_line (start 1.41 2.576) (end 1.41 -2.576) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2399e114-04fc-4ebf-bac6-09651802725e)) - (fp_line (start 1.45 2.573) (end 1.45 -2.573) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3f51fc22-1f74-4dce-b64e-d5cbea5fd657)) - (fp_line (start 1.49 -1.04) (end 1.49 -2.569) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f208aad7-583a-4878-ae75-6c941bc2b04c)) - (fp_line (start 1.49 2.569) (end 1.49 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f8c6b841-475a-4553-9891-256315037229)) - (fp_line (start 1.53 -1.04) (end 1.53 -2.565) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 79d0ef1d-b5bc-4a22-9f4d-373eddf74d1d)) - (fp_line (start 1.53 2.565) (end 1.53 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 683d7e3d-be0d-4fae-8b12-18e6ac3a7f06)) - (fp_line (start 1.57 -1.04) (end 1.57 -2.561) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6001204f-207d-468f-af31-25b0f90205ff)) - (fp_line (start 1.57 2.561) (end 1.57 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0005e90f-b474-4f62-ab8d-4c6907c26891)) - (fp_line (start 1.61 -1.04) (end 1.61 -2.556) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 85506580-78fa-4f0d-9d6f-3545f98d23ce)) - (fp_line (start 1.61 2.556) (end 1.61 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 894589de-93e4-46d3-85f8-d1c6fb05c1ff)) - (fp_line (start 1.65 -1.04) (end 1.65 -2.55) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2641d38-1f9a-47e5-996d-f47d7c6d3cea)) - (fp_line (start 1.65 2.55) (end 1.65 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2208a618-139c-4115-bf03-904b8be8e4dd)) - (fp_line (start 1.69 -1.04) (end 1.69 -2.543) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3cf52423-6031-4ce4-b2a2-a50839d370fa)) - (fp_line (start 1.69 2.543) (end 1.69 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0d01230e-2253-4212-8cb7-841b7ed4ecb4)) - (fp_line (start 1.73 -1.04) (end 1.73 -2.536) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a76e7ecb-57ef-4fde-b5c6-f7f7ca422ab1)) - (fp_line (start 1.73 2.536) (end 1.73 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3866ba60-f2d6-42c1-95d5-003aae00c230)) - (fp_line (start 1.77 -1.04) (end 1.77 -2.528) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e92d7e2f-f9f8-4912-a4a2-682c4c74c87e)) - (fp_line (start 1.77 2.528) (end 1.77 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 40facba0-0511-4437-812c-bce74d949bcd)) - (fp_line (start 1.81 -1.04) (end 1.81 -2.52) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp de9d6f0e-725b-4696-94a2-cd41cd9cc379)) - (fp_line (start 1.81 2.52) (end 1.81 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 12aa1edc-ec5c-4991-88ce-7ee48b010814)) - (fp_line (start 1.85 -1.04) (end 1.85 -2.511) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6c167466-3bd0-4fea-b5be-9a6d9b93dc26)) - (fp_line (start 1.85 2.511) (end 1.85 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b23eda0e-a8d7-4b40-9ee6-9c05e0fffdc4)) - (fp_line (start 1.89 -1.04) (end 1.89 -2.501) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3b6567c-fbc0-404b-af97-e6726401bcf7)) - (fp_line (start 1.89 2.501) (end 1.89 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e89e7d8a-e248-400b-9706-d666c65d90e9)) - (fp_line (start 1.93 -1.04) (end 1.93 -2.491) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3f6c81c-bfc5-4418-8e79-ff8ffdea74bc)) - (fp_line (start 1.93 2.491) (end 1.93 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9d162e90-649e-40c2-8df7-1ad99cb330b2)) - (fp_line (start 1.971 -1.04) (end 1.971 -2.48) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c8a0b712-a83c-46a6-bd89-75ecd876edb6)) - (fp_line (start 1.971 2.48) (end 1.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c8643a48-faf5-4de7-817d-3a990ce9e15a)) - (fp_line (start 2.011 -1.04) (end 2.011 -2.468) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3fbd6965-7d9b-4816-a677-44843679ef1d)) - (fp_line (start 2.011 2.468) (end 2.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3247db41-ba89-44a3-8320-e26f09927822)) - (fp_line (start 2.051 -1.04) (end 2.051 -2.455) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a719b804-0435-4b2a-b8f3-88854224c215)) - (fp_line (start 2.051 2.455) (end 2.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2644a70-3d15-4745-bc08-09fdfea2a208)) - (fp_line (start 2.091 -1.04) (end 2.091 -2.442) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c8e3c50a-fbef-4e85-b195-2d7ddf472bd9)) - (fp_line (start 2.091 2.442) (end 2.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cff4b532-d6a9-4e83-86a3-0fb4ef87debf)) - (fp_line (start 2.131 -1.04) (end 2.131 -2.428) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f8ac8eaa-46cf-4479-a1f4-311a49f6b368)) - (fp_line (start 2.131 2.428) (end 2.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp accd3ce0-d473-4b3e-8e1f-1674927ecb49)) - (fp_line (start 2.171 -1.04) (end 2.171 -2.414) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp af5ae4dd-b72e-43bd-aa25-7ec38580184e)) - (fp_line (start 2.171 2.414) (end 2.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 98df686e-b274-4995-8a36-8492b433712d)) - (fp_line (start 2.211 -1.04) (end 2.211 -2.398) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 80ed0019-8c8d-4d2f-88a0-034fe8aab505)) - (fp_line (start 2.211 2.398) (end 2.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fd8e72ab-9891-40f7-aa41-4deb03916a8c)) - (fp_line (start 2.251 -1.04) (end 2.251 -2.382) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6d55d080-d64b-4aee-abbe-17ee7f1f76fa)) - (fp_line (start 2.251 2.382) (end 2.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 132a4430-fb1c-4aa3-a56e-f81d0cc6fcc9)) - (fp_line (start 2.291 -1.04) (end 2.291 -2.365) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7185bd0c-1212-4cf4-b51f-ad3c7bd0bcac)) - (fp_line (start 2.291 2.365) (end 2.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c9affa20-5e42-4a91-b635-557cc0a6084c)) - (fp_line (start 2.331 -1.04) (end 2.331 -2.348) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 47cca79a-5002-4d01-991f-40c23424340b)) - (fp_line (start 2.331 2.348) (end 2.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 82f3079d-de41-4e13-9db0-6deef44e5860)) - (fp_line (start 2.371 -1.04) (end 2.371 -2.329) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e88ab91a-e8c6-4185-90f7-a795651195ca)) - (fp_line (start 2.371 2.329) (end 2.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 917b9e74-7805-4bc8-b9d3-f1269f4b2564)) - (fp_line (start 2.411 -1.04) (end 2.411 -2.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 546fe29c-af99-4ef5-a626-aed285c82474)) - (fp_line (start 2.411 2.31) (end 2.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 89d37e71-2808-4abe-9f11-9c64f4ba5659)) - (fp_line (start 2.451 -1.04) (end 2.451 -2.29) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 51867165-1145-4244-ae14-d7425e2a711c)) - (fp_line (start 2.451 2.29) (end 2.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp be47ef1e-1b8d-4a3f-b9e1-79df888f9b6d)) - (fp_line (start 2.491 -1.04) (end 2.491 -2.268) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 46625bec-b318-4ca8-a303-a108de25a010)) - (fp_line (start 2.491 2.268) (end 2.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7caed6b7-c1b2-438d-a92c-07ffde8bf2ac)) - (fp_line (start 2.531 -1.04) (end 2.531 -2.247) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 25022a5b-c6c5-4fb1-af71-6478a082f495)) - (fp_line (start 2.531 2.247) (end 2.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d036dc34-3481-432c-8937-a54d2ace57c2)) - (fp_line (start 2.571 -1.04) (end 2.571 -2.224) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7a83baa0-d9b9-4fd9-be20-82f40710e3a5)) - (fp_line (start 2.571 2.224) (end 2.571 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 809c085d-782e-42c8-8715-3e88c42713eb)) - (fp_line (start 2.611 -1.04) (end 2.611 -2.2) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f135fed3-59f1-479b-ab25-7ad9519f7b1f)) - (fp_line (start 2.611 2.2) (end 2.611 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 646018b3-17e2-4a70-9ef4-c99117500417)) - (fp_line (start 2.651 -1.04) (end 2.651 -2.175) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b1522c6-3ac9-44be-a59f-a50b865cbfd7)) - (fp_line (start 2.651 2.175) (end 2.651 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f86b8622-7f9c-4474-97bc-066fd8ebca5e)) - (fp_line (start 2.691 -1.04) (end 2.691 -2.149) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5435a327-bddd-4722-9854-6154bc6e7ab8)) - (fp_line (start 2.691 2.149) (end 2.691 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8b31a3ab-26d8-4fda-bb47-260f432ddbb4)) - (fp_line (start 2.731 -1.04) (end 2.731 -2.122) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 47ab951d-421c-47ba-ac07-530739b2de21)) - (fp_line (start 2.731 2.122) (end 2.731 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5d39ceb0-40e3-4652-9d4f-a9945b80f6b7)) - (fp_line (start 2.771 -1.04) (end 2.771 -2.095) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 10fc60b4-7698-4206-9c35-74362cea2176)) - (fp_line (start 2.771 2.095) (end 2.771 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 61dbad5d-044e-410b-9ecc-69d3ed6caf2d)) - (fp_line (start 2.811 -1.04) (end 2.811 -2.065) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 45e790c7-3e9b-43f9-9eb2-e62890c85cfd)) - (fp_line (start 2.811 2.065) (end 2.811 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dddae9ba-51dc-480d-ac37-c3b241ae8fd1)) - (fp_line (start 2.851 -1.04) (end 2.851 -2.035) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77afa043-2b77-4a3a-b229-d6ea46d303bd)) - (fp_line (start 2.851 2.035) (end 2.851 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 492078eb-eecf-407d-bf16-0bd128244667)) - (fp_line (start 2.891 -1.04) (end 2.891 -2.004) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad512d4e-18b5-42ca-aad0-ff2326a64475)) - (fp_line (start 2.891 2.004) (end 2.891 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dcee02d8-4ac6-436c-b379-fd3a48556b72)) - (fp_line (start 2.931 -1.04) (end 2.931 -1.971) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp de1e81ec-6a08-4b3f-bc6d-0f890b5facde)) - (fp_line (start 2.931 1.971) (end 2.931 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9f45a650-5f33-49ca-996b-1b0bccf01a00)) - (fp_line (start 2.971 -1.04) (end 2.971 -1.937) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 22a067c2-f693-45a8-a594-b16de26d9c1c)) - (fp_line (start 2.971 1.937) (end 2.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 64239890-8831-4498-9c55-f86588d010d8)) - (fp_line (start 3.011 -1.04) (end 3.011 -1.901) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 09d1670a-76d6-4f11-8b85-794d6cfbf5ba)) - (fp_line (start 3.011 1.901) (end 3.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 835474d2-690e-4e56-b150-8a2d4b108ed2)) - (fp_line (start 3.051 -1.04) (end 3.051 -1.864) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fbb4a7dd-fb7f-4990-858e-5ca371e8c0db)) - (fp_line (start 3.051 1.864) (end 3.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e64bb212-5444-49a0-80fe-c868ccc112d3)) - (fp_line (start 3.091 -1.04) (end 3.091 -1.826) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b980a79d-b27f-452c-80e4-5bc93441e7ee)) - (fp_line (start 3.091 1.826) (end 3.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 26fc4a84-ba03-4c7e-8592-f66232d8f5c1)) - (fp_line (start 3.131 -1.04) (end 3.131 -1.785) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 343d5fb4-44ed-4aa7-a17f-28d3c2a191cd)) - (fp_line (start 3.131 1.785) (end 3.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d45228de-b689-470e-ab9a-6c4c03a54fa2)) - (fp_line (start 3.171 -1.04) (end 3.171 -1.743) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 282ba9f8-552c-4555-bbf5-22b8d005f933)) - (fp_line (start 3.171 1.743) (end 3.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 00a0d5d2-349e-4e3a-a430-f71a05933afa)) - (fp_line (start 3.211 -1.04) (end 3.211 -1.699) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a117d119-5363-4fe0-9b1a-ace4ee6b94ca)) - (fp_line (start 3.211 1.699) (end 3.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bcdd8d89-e50c-45a7-863d-4615bf996ce3)) - (fp_line (start 3.251 -1.04) (end 3.251 -1.653) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0804d3f6-0f7e-425b-a9b3-b4d5b7c08bba)) - (fp_line (start 3.251 1.653) (end 3.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e325b320-e739-4377-8006-3a16e8b71aa4)) - (fp_line (start 3.291 -1.04) (end 3.291 -1.605) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 79585b98-518d-4ce7-bc8d-954e85be8b63)) - (fp_line (start 3.291 1.605) (end 3.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d2dd9270-3258-43ce-a535-95fdcbe25967)) - (fp_line (start 3.331 -1.04) (end 3.331 -1.554) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 657d86e1-5b9b-4657-ab02-1e0288dcf8c7)) - (fp_line (start 3.331 1.554) (end 3.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fc058406-2bb2-4b30-b104-0ce58a67f0d7)) - (fp_line (start 3.371 -1.04) (end 3.371 -1.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8b479391-d5ca-4403-a1c1-49b4f1cd1f26)) - (fp_line (start 3.371 1.5) (end 3.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 881c8fd9-259a-47a9-90f1-dd4bce08a25b)) - (fp_line (start 3.411 -1.04) (end 3.411 -1.443) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e0a09500-612e-4cf7-89e4-70c66581f9f0)) - (fp_line (start 3.411 1.443) (end 3.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dcc9cc9a-22b5-436c-bc47-bd6173f050f4)) - (fp_line (start 3.451 -1.04) (end 3.451 -1.383) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0d36e7f1-c02d-48ed-a86e-81a409e778de)) - (fp_line (start 3.451 1.383) (end 3.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b5f6ac9-4d1d-4b62-8d82-fd936587650b)) - (fp_line (start 3.491 -1.04) (end 3.491 -1.319) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cb9e7878-917b-4c94-9635-941b6e30085e)) - (fp_line (start 3.491 1.319) (end 3.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 43cf93cc-5e78-4b5c-882c-f7959fbb5c61)) - (fp_line (start 3.531 -1.04) (end 3.531 -1.251) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b5c62d61-64c0-40d5-815b-8c3e37739b5c)) - (fp_line (start 3.531 1.251) (end 3.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 59c6a923-db18-4ce3-a7da-703a11fa4120)) - (fp_line (start 3.571 1.178) (end 3.571 -1.178) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 88c1ff2d-2564-4abc-84a0-3c6ea9445dd5)) - (fp_line (start 3.611 1.098) (end 3.611 -1.098) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 22dfa1ee-6bd7-4692-8fc4-bcac1bdf8c10)) - (fp_line (start 3.651 1.011) (end 3.651 -1.011) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f7e4d0c9-566e-40ae-8834-74559447bdd0)) - (fp_line (start 3.691 0.915) (end 3.691 -0.915) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b4ab4079-e5d1-4d29-811e-08a27e8ac681)) - (fp_line (start 3.731 0.805) (end 3.731 -0.805) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d6da44be-6288-46e4-a385-6eacb4a87756)) - (fp_line (start 3.771 0.677) (end 3.771 -0.677) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cdb7e514-5846-40b0-b6ed-c0678b714732)) - (fp_line (start 3.811 0.518) (end 3.811 -0.518) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a7966e62-0643-40f9-8416-38559f65b9e8)) - (fp_line (start 3.851 0.284) (end 3.851 -0.284) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp abb19be4-de94-4cb0-aaab-4b9bf1c4fa80)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 01e39ca9-73c7-4eb8-8362-4b5842374cdc)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 4f91d487-dc6b-467d-a44a-cab4bf670a89)) - (fp_line (start -0.883605 1.0875) (end -0.383605 1.0875) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 735442db-df2b-4b5c-a314-0dbd8ddfef88)) - (fp_line (start -0.633605 1.3375) (end -0.633605 0.8375) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 751d324a-d6d6-459e-ab7d-7061f85a2ae7)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp f0049c59-a1d2-4b67-a6dc-d876af6ae101)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 2e2d82cd-3511-446b-81ca-2cf8559e284f)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp c02c77f5-d178-4601-8212-1dad8097b921)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7546af) - (at 54.68 85.35 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cc9dd67") - (attr through_hole) - (fp_text reference "C2" (at 1.25 2.3 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0212a871-c5b9-44fe-8166-3f3cf7c9102b) - ) - (fp_text value "0.1u" (at 1.25 -2.3 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1ea470fd-f8d7-40da-ada2-dc86514e7184) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 270) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp 93c9c977-666f-41a7-80c4-756e9317222b) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d81f1781-d495-4c5f-8d3a-e2322ff8ce20)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3b5a321d-da9e-40c4-ab29-1efa18e85141)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9d8df798-d874-421e-9d20-5cf5d8aae3eb)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 83dfd04d-736a-4256-b992-b07e34dfad81)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 33140932-d60c-4f80-973c-406fa398fe5f)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3b528328-7f3c-455a-be88-f501c28837dc)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d179e007-4afe-414a-a96a-44ae6b36a074)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d86d0703-56b0-4718-8902-aac6fde5e889)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e2db9679-c61c-457f-aeaf-4745212416f5)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5f12a294-d663-486e-baed-fefbc8daece1)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 60710251-8554-4231-a9df-3cea6c39a5b3)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e403de2a-0d0d-4731-a452-1665d843b042)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 84b54386-1b3d-4117-84da-576ca14976ed)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 967d0d4b-5265-4a65-aae9-f8d01daa4d09)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 2a6b971d-38f6-4182-8683-33bba4300727)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp ebb47d68-99ab-49f9-a992-910922533073)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7546c4) - (at 70.88 92.78 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cc9709d") - (attr through_hole) - (fp_text reference "C3" (at 1.25 2.3 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 27d6b0bb-7b27-472f-9621-513f81ec8756) - ) - (fp_text value "0.1u" (at 1.25 -2.3 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e118fc2a-58dc-4e30-b1bc-802150dc0f55) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 270) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp bf61d61d-b8b6-4b1c-9a39-863d9b4aaa84) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1b6d0a4e-f5cd-4105-a7c5-a621c53dee18)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 69587a87-31e2-487a-96f8-5c1cc00bb532)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 428561c8-f50a-4320-9a8e-63a4c2d276e4)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 63b778cc-4172-48fc-b342-000c5a2eaa11)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d66cc0ce-a7fb-4ebb-8d3b-7d8f12fea4f1)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2b0381bc-a73b-40cf-b787-642a5cab7db1)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0b67404f-86b3-41a4-995c-ab1cc7ebc30f)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2f932e36-ef84-45f6-88ec-61d4f6eb6d7b)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eb45ffd0-5fab-46a6-aa14-6d7677cf8dfb)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 60da1ac0-f99f-4914-a80b-e3bac9da18ad)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ad1502c-5939-4b8d-a792-04bca6bad10a)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4aa0545d-37a0-4f57-a8f0-97f39e5aec51)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ea5a0d1-8d47-41d9-8ab6-1a9efe5a5cd9)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2989d3ae-ff83-4868-92e0-cfef178ad9e5)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 80a806a6-6f5b-4313-9b52-460b37b1ca52)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp d1c608b3-679b-41bc-ad3d-934c695c4d06)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7546d9) - (at 56.896 120.396) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cb6ce2b") - (attr through_hole) - (fp_text reference "C4" (at 1.25 2.5 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 394dabdc-75b1-40e2-b226-e81ba4b44be7) - ) - (fp_text value "10n" (at 1.25 -2.5 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 78d19874-26e2-4500-a437-6f11943e52f8) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp 90f712ba-a7b3-452b-b710-3ffd9a034921) - ) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4ea86542-362b-4b6c-9182-c31def8e2069)) - (fp_line (start -0.87 -0.665) (end -0.87 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d72a5c58-230b-4de8-ac56-0f9af2e6c7c5)) - (fp_line (start -0.87 1.37) (end -0.87 0.665) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2f87082b-d6e5-4d3b-9a6e-e176142c30d0)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b28cf86d-0968-4ef7-9614-a9188b39bbf8)) - (fp_line (start 3.37 -0.665) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 05b6d230-a151-4b47-aa0b-e87a05dfaa56)) - (fp_line (start 3.37 1.37) (end 3.37 0.665) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 55efb1f7-1a8b-42d1-b786-e114e5486fd6)) - (fp_line (start -1.05 -1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6703c667-9148-4cbc-9d60-16cdab88611c)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3cffcef6-7147-42ad-9f6b-00a22b44ccc2)) - (fp_line (start 3.55 -1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6f499cf8-dd80-4aa2-9589-984142d91c7a)) - (fp_line (start 3.55 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 25e6df5b-802a-44e3-b0ba-fb10247d3082)) - (fp_line (start -0.75 -1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f079be3a-c439-4083-8d0b-015090fc507c)) - (fp_line (start -0.75 1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b0564de-b93d-41d5-9a0f-20181a44586a)) - (fp_line (start 3.25 -1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ecc30bbb-f771-40c1-93f7-85b8560b5341)) - (fp_line (start 3.25 1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e1cc00ad-7642-4ad6-b406-1cd4135f424a)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(D2-K)") (pintype "passive") (tstamp 748a5ca6-cb4e-4955-b187-7992fdf3f34c)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(Q2-C)") (pintype "passive") (tstamp 65115f12-7018-4c2c-9696-2d9adc41cb82)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7546ee) - (at 55.28 95.4 90) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cb7d114") - (attr through_hole) - (fp_text reference "C5" (at 1.25 -2.194 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5d2838e8-af73-4969-b373-a73b8197d8c7) - ) - (fp_text value "10n" (at 1.25 -2.5 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2bb6f20a-4b37-4253-9425-0af5cf31280e) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 270) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp 8352ed46-23ef-4dd2-b1f6-4c8d18974f5c) - ) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d7c31361-408f-4ce4-936a-45b744a0a06e)) - (fp_line (start -0.87 -0.665) (end -0.87 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c52a9e82-029e-4ad5-85b7-8974912a8d8c)) - (fp_line (start -0.87 1.37) (end -0.87 0.665) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fcc75322-b109-499e-a657-3cbb33ebff60)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 409ee417-1fc8-4b23-b807-d83731ec1c2c)) - (fp_line (start 3.37 -0.665) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3d48bcd8-108c-4b51-b1c2-ad30338124c9)) - (fp_line (start 3.37 1.37) (end 3.37 0.665) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1abcd2c1-d021-498d-b773-ca6a15dc7c19)) - (fp_line (start -1.05 -1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e98965b4-e170-4f70-be18-e350c858c45e)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5da6c95d-0d72-42c3-9ac4-267bf4ca9a42)) - (fp_line (start 3.55 -1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02965de0-9fd3-44ae-ae15-512ffedb5a81)) - (fp_line (start 3.55 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 72af0229-a69a-442a-a86d-529362008bbd)) - (fp_line (start -0.75 -1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19739ac4-153d-49fe-a791-48eb5814f594)) - (fp_line (start -0.75 1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a93a5cbe-371a-4651-8ed0-155057828b24)) - (fp_line (start 3.25 -1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2daeb3fd-dac5-48be-a825-acfebe4a612e)) - (fp_line (start 3.25 1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c7b53160-0cbe-4025-9e6c-6fb1950693a5)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 69721a7c-aa85-418c-8f4c-17648e07caff)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(U2-CV)") (pintype "passive") (tstamp ebded313-faaa-4463-b14e-a97c5cc641e6)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754772) - (at 72.07 140.25) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cf3d2bd") - (attr through_hole) - (fp_text reference "C6" (at 1.25 3.75) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp df4643ac-2d34-4403-8648-e2426502645e) - ) - (fp_text value "4.7u" (at 1.25 -3.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 36dad6d0-be2d-45eb-92d7-c17bdb2ad2c3) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2e46f3f4-470a-4a84-9c35-09349f798c72) - ) - (fp_line (start -1.554775 1.475) (end -1.054775 1.475) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 87a86670-f986-48b9-a10b-c3512ef54197)) - (fp_line (start -1.304775 1.725) (end -1.304775 1.225) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 38e0c56a-40c7-41ed-88a5-6e0f7d68505e)) - (fp_line (start 1.25 2.58) (end 1.25 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1bd2fcb0-ef71-4ead-94cf-27f295805bf9)) - (fp_line (start 1.29 2.58) (end 1.29 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 91259b14-400a-4e4b-95d3-f98f145373e5)) - (fp_line (start 1.33 2.579) (end 1.33 -2.579) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ba6390f7-a31e-4778-8e5d-ba9a16057f73)) - (fp_line (start 1.37 2.578) (end 1.37 -2.578) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 665a08be-c0bb-4a98-bf02-61029c669f23)) - (fp_line (start 1.41 2.576) (end 1.41 -2.576) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5736ab99-e5e5-40d5-b813-081325fbfd83)) - (fp_line (start 1.45 2.573) (end 1.45 -2.573) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3c4e96c7-5bfc-4563-b88f-dfd96182f279)) - (fp_line (start 1.49 -1.04) (end 1.49 -2.569) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dfa31ccb-62ff-4489-bb27-5c3216bd4e81)) - (fp_line (start 1.49 2.569) (end 1.49 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e538de4f-5bc8-490b-90d4-e2f5c2eace88)) - (fp_line (start 1.53 -1.04) (end 1.53 -2.565) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c0b5ad55-ec96-4825-96ce-c66e576bf4fc)) - (fp_line (start 1.53 2.565) (end 1.53 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e757350b-b1f7-45f8-b6b9-cbbf8a66d736)) - (fp_line (start 1.57 -1.04) (end 1.57 -2.561) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 118f6fe1-7a71-4371-9f6f-adb3b1c810df)) - (fp_line (start 1.57 2.561) (end 1.57 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f06d5c02-6166-4747-ae4b-966981617c74)) - (fp_line (start 1.61 -1.04) (end 1.61 -2.556) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd158598-33c7-4a0c-9791-e6b8c45c05fa)) - (fp_line (start 1.61 2.556) (end 1.61 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9f8d79d4-2620-4a18-a9b8-0af8aa74becf)) - (fp_line (start 1.65 -1.04) (end 1.65 -2.55) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d542d1b0-43a2-40ed-a318-4bf0709d59a1)) - (fp_line (start 1.65 2.55) (end 1.65 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e6120446-178d-4fb3-9baf-283bdd0d472d)) - (fp_line (start 1.69 -1.04) (end 1.69 -2.543) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c40a0882-cd56-4247-8960-1bf022b88ab1)) - (fp_line (start 1.69 2.543) (end 1.69 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 325f7f68-a73e-44a9-b6e5-5addeba80a75)) - (fp_line (start 1.73 -1.04) (end 1.73 -2.536) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e491e31d-532f-45d8-80d9-2b931e5a6f9a)) - (fp_line (start 1.73 2.536) (end 1.73 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b97b559-f908-43d4-9081-8395416efb55)) - (fp_line (start 1.77 -1.04) (end 1.77 -2.528) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd37296e-543a-4ac5-b9da-d5ca6f8ae151)) - (fp_line (start 1.77 2.528) (end 1.77 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8af38132-0b62-4a98-a65b-6221387aa635)) - (fp_line (start 1.81 -1.04) (end 1.81 -2.52) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp af02d42c-602b-43f5-bce1-303f8e621878)) - (fp_line (start 1.81 2.52) (end 1.81 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 88c050c2-fc7f-4905-bc23-efd388551626)) - (fp_line (start 1.85 -1.04) (end 1.85 -2.511) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 37115900-072a-4f94-ba0e-528a9d526186)) - (fp_line (start 1.85 2.511) (end 1.85 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 48ed81c7-1cd1-4d9b-842a-d8991e46593e)) - (fp_line (start 1.89 -1.04) (end 1.89 -2.501) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e20ca620-111e-4d20-86df-91d748b3d27d)) - (fp_line (start 1.89 2.501) (end 1.89 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0c10b49-2d3a-447d-8354-8550582b7240)) - (fp_line (start 1.93 -1.04) (end 1.93 -2.491) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 00d9e414-3348-40e5-84be-78711b3ce711)) - (fp_line (start 1.93 2.491) (end 1.93 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 89ce5228-f253-4409-a734-f5d92bf40c26)) - (fp_line (start 1.971 -1.04) (end 1.971 -2.48) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 608bfcbc-8fde-4e34-8e63-4a2121524a87)) - (fp_line (start 1.971 2.48) (end 1.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 47064bd9-53ef-4c31-98ce-5b8ce3be7f03)) - (fp_line (start 2.011 -1.04) (end 2.011 -2.468) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d09162e1-2110-4e68-a72c-7bf9ca243830)) - (fp_line (start 2.011 2.468) (end 2.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0974f442-fdd8-446c-bc25-20465703256b)) - (fp_line (start 2.051 -1.04) (end 2.051 -2.455) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2bc57ac2-dc29-40ec-b107-1ac165687023)) - (fp_line (start 2.051 2.455) (end 2.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 601ffb01-225f-4a78-b7b4-5faba5ab0100)) - (fp_line (start 2.091 -1.04) (end 2.091 -2.442) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1a3381f6-c639-4c29-bab5-081a75b22005)) - (fp_line (start 2.091 2.442) (end 2.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a21099ac-c05d-4ef6-a0fb-993346a67a3d)) - (fp_line (start 2.131 -1.04) (end 2.131 -2.428) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c45edab1-b948-441b-8f12-5ea0f14459ef)) - (fp_line (start 2.131 2.428) (end 2.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ff2079a6-226e-4b99-b525-5e622ef5a32c)) - (fp_line (start 2.171 -1.04) (end 2.171 -2.414) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ae629692-b354-48a5-90c2-c9cdbd13284a)) - (fp_line (start 2.171 2.414) (end 2.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 53a8558c-7a4e-428a-98c6-c28044d113be)) - (fp_line (start 2.211 -1.04) (end 2.211 -2.398) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a708802d-a3d4-4627-a275-1088a0c3380c)) - (fp_line (start 2.211 2.398) (end 2.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fcd66583-f5ec-444c-abbf-4847c4ab4d01)) - (fp_line (start 2.251 -1.04) (end 2.251 -2.382) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8c99b1a5-b983-446c-a413-dd26d805f181)) - (fp_line (start 2.251 2.382) (end 2.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6aee4105-b150-43ad-9f8f-c87df437a721)) - (fp_line (start 2.291 -1.04) (end 2.291 -2.365) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 38b26875-f70f-438f-ac76-99e1e6c8fb62)) - (fp_line (start 2.291 2.365) (end 2.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 54f45660-9d86-47fb-afe0-9a2866eeb6a3)) - (fp_line (start 2.331 -1.04) (end 2.331 -2.348) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6cb52744-93e0-41b5-afe5-04468c54e2c8)) - (fp_line (start 2.331 2.348) (end 2.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 45b59f57-8a3a-49a4-bd96-42de416a3c90)) - (fp_line (start 2.371 -1.04) (end 2.371 -2.329) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7b0514ed-16b8-4f61-87c4-a456f5ac8a67)) - (fp_line (start 2.371 2.329) (end 2.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3e7f29e6-90fb-474d-ae29-50a5c96132a3)) - (fp_line (start 2.411 -1.04) (end 2.411 -2.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f956e3b-51e3-4e0e-8eb9-44513d0a8a6d)) - (fp_line (start 2.411 2.31) (end 2.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0c1ef6ae-da93-4c74-953d-b0ff19a5d840)) - (fp_line (start 2.451 -1.04) (end 2.451 -2.29) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 73f8ec5b-2138-43ca-949b-9c482209e0ff)) - (fp_line (start 2.451 2.29) (end 2.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 872f783e-b72a-4b59-8193-40132884e1b5)) - (fp_line (start 2.491 -1.04) (end 2.491 -2.268) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e7442dab-b7d6-426c-a019-5b93a3934225)) - (fp_line (start 2.491 2.268) (end 2.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4f9612bb-993a-4d93-85ca-02f6494fae3a)) - (fp_line (start 2.531 -1.04) (end 2.531 -2.247) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b2caa293-5d48-4afb-b204-610cd1d5a205)) - (fp_line (start 2.531 2.247) (end 2.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 88662525-eeb7-4f8f-94b7-cf79f9a9893c)) - (fp_line (start 2.571 -1.04) (end 2.571 -2.224) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a3c8b79d-3b05-4c8d-8a04-64a220197e06)) - (fp_line (start 2.571 2.224) (end 2.571 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 037e1fc3-c5b9-41ac-8dbc-50da86af0ce7)) - (fp_line (start 2.611 -1.04) (end 2.611 -2.2) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c38770bb-6671-452f-afec-3096571579bf)) - (fp_line (start 2.611 2.2) (end 2.611 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aeeb7e53-bb07-45c2-b1bc-63b501b3df14)) - (fp_line (start 2.651 -1.04) (end 2.651 -2.175) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 17bddb1e-9f13-4f83-8938-e1fb485c9304)) - (fp_line (start 2.651 2.175) (end 2.651 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 33a5d1ab-3540-41c3-8eaa-12b23b16ecf0)) - (fp_line (start 2.691 -1.04) (end 2.691 -2.149) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed4e9901-b078-46c4-8b98-cabe4cdc7d2c)) - (fp_line (start 2.691 2.149) (end 2.691 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94618dd8-3f21-4b0f-96ad-2be7e4eff520)) - (fp_line (start 2.731 -1.04) (end 2.731 -2.122) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b933e980-d2f0-423a-a4a8-57a860eb99e2)) - (fp_line (start 2.731 2.122) (end 2.731 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6034d3f7-a742-408c-a2cc-eb3260c5af0f)) - (fp_line (start 2.771 -1.04) (end 2.771 -2.095) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 225703bb-3116-4e53-807e-bda1c90fb57e)) - (fp_line (start 2.771 2.095) (end 2.771 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 444f2041-35a6-4e0b-a7e6-1f530e994f02)) - (fp_line (start 2.811 -1.04) (end 2.811 -2.065) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a419c321-3c0f-4b12-9f4e-016ad84fb7aa)) - (fp_line (start 2.811 2.065) (end 2.811 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 25a2c0e8-f7fc-4943-98d6-02259088c2d6)) - (fp_line (start 2.851 -1.04) (end 2.851 -2.035) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 78b6aafc-bab1-443d-9298-aaf5c45d7049)) - (fp_line (start 2.851 2.035) (end 2.851 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f53961bd-8c3b-48c1-8532-f471d0929b2c)) - (fp_line (start 2.891 -1.04) (end 2.891 -2.004) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 91aa98c9-888c-4526-a1e8-1621526a25f3)) - (fp_line (start 2.891 2.004) (end 2.891 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 367b3a57-d37a-48bd-bba2-5252e50bf9ae)) - (fp_line (start 2.931 -1.04) (end 2.931 -1.971) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0f445b90-1f82-4668-95c8-b9da80fc655e)) - (fp_line (start 2.931 1.971) (end 2.931 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e93bdb2d-6e73-4c3e-b1d0-14198023b635)) - (fp_line (start 2.971 -1.04) (end 2.971 -1.937) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0ff38b1c-01fe-47bd-94cc-e83bc2b9d996)) - (fp_line (start 2.971 1.937) (end 2.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0c3cbb1-8c2b-4a41-99bc-9d48a7fbcd81)) - (fp_line (start 3.011 -1.04) (end 3.011 -1.901) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 897e914a-dff9-43d8-9358-61a91e271931)) - (fp_line (start 3.011 1.901) (end 3.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77ae9277-42fa-40e1-b4be-933401b1c8e0)) - (fp_line (start 3.051 -1.04) (end 3.051 -1.864) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9c29931c-f009-490a-b26d-7e4eab475cc5)) - (fp_line (start 3.051 1.864) (end 3.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f661d2a0-5f97-48aa-a741-c100054be416)) - (fp_line (start 3.091 -1.04) (end 3.091 -1.826) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8a065be8-433a-4819-ac44-71f1f9ef4a9a)) - (fp_line (start 3.091 1.826) (end 3.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f93617f9-0449-4fc0-9c95-d8b6bf0cdd20)) - (fp_line (start 3.131 -1.04) (end 3.131 -1.785) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bb36d502-bba8-414a-a625-b1a6fd4e4698)) - (fp_line (start 3.131 1.785) (end 3.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b06ed1a2-bd73-4457-9f48-6356c6ed4465)) - (fp_line (start 3.171 -1.04) (end 3.171 -1.743) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d58566a1-9c0b-4897-a925-9f5726f4495c)) - (fp_line (start 3.171 1.743) (end 3.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c75d7874-c7dc-4716-a985-e065fc994854)) - (fp_line (start 3.211 -1.04) (end 3.211 -1.699) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4a3daab6-6e30-421c-a1ab-b7a4ccdf9b85)) - (fp_line (start 3.211 1.699) (end 3.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f0ccb432-6bc4-4568-90a2-83ed265f7adc)) - (fp_line (start 3.251 -1.04) (end 3.251 -1.653) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3351c810-3446-45a1-9dfc-773112264628)) - (fp_line (start 3.251 1.653) (end 3.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 37f4c377-9a21-42cb-968e-e43f7d648d24)) - (fp_line (start 3.291 -1.04) (end 3.291 -1.605) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c69823b5-31c1-4386-8194-5ebaac4b13dd)) - (fp_line (start 3.291 1.605) (end 3.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 63009d2f-d78e-46f9-90a4-1d0bfaadb019)) - (fp_line (start 3.331 -1.04) (end 3.331 -1.554) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2ad0fb0c-5e10-45c1-95d5-fa5923097a13)) - (fp_line (start 3.331 1.554) (end 3.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 95c1f11a-071b-4df4-af9f-8c752453fff5)) - (fp_line (start 3.371 -1.04) (end 3.371 -1.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1a719c56-63df-43a9-9b5c-a99fda19a81a)) - (fp_line (start 3.371 1.5) (end 3.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3777322a-d5fe-43ec-bbba-652cc7e4599c)) - (fp_line (start 3.411 -1.04) (end 3.411 -1.443) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c3a3b31c-66aa-4d3b-a7e2-cd0bf24b7379)) - (fp_line (start 3.411 1.443) (end 3.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp da7c20ad-6cda-4052-a53f-f5cb14e753e6)) - (fp_line (start 3.451 -1.04) (end 3.451 -1.383) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2075e6ec-70b6-4b5a-ab06-5c019364aa6d)) - (fp_line (start 3.451 1.383) (end 3.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9e28e976-e79b-4ff9-848e-0229f9325377)) - (fp_line (start 3.491 -1.04) (end 3.491 -1.319) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7d6b36a7-0b80-471d-99ee-f9850ac94222)) - (fp_line (start 3.491 1.319) (end 3.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d6eb3092-b09f-43ee-8a81-4b0570a9df43)) - (fp_line (start 3.531 -1.04) (end 3.531 -1.251) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 05ee57f0-2cc6-4d37-a97b-e26e70923cb3)) - (fp_line (start 3.531 1.251) (end 3.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7da8d4c7-341f-4b6d-a870-cbf40551c474)) - (fp_line (start 3.571 1.178) (end 3.571 -1.178) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ce9fdeb8-612a-4adf-8c29-53f73f0f682b)) - (fp_line (start 3.611 1.098) (end 3.611 -1.098) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5a23cac0-b5d8-4a0e-a4e6-140b77ee894c)) - (fp_line (start 3.651 1.011) (end 3.651 -1.011) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a58263f1-673e-47de-b607-27b739d4cb3d)) - (fp_line (start 3.691 0.915) (end 3.691 -0.915) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cc8a9fb6-2dbb-4fdb-a9c0-c3fe132a2b05)) - (fp_line (start 3.731 0.805) (end 3.731 -0.805) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e0370921-440a-4942-821a-e95d224829fe)) - (fp_line (start 3.771 0.677) (end 3.771 -0.677) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5deadf72-be26-47e9-923a-0966b64248a7)) - (fp_line (start 3.811 0.518) (end 3.811 -0.518) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7a812cca-f72b-493e-ba26-19fa12ebe9bd)) - (fp_line (start 3.851 0.284) (end 3.851 -0.284) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fbc40075-2dff-401c-84a9-92adfbe52016)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 8dccb872-c208-4731-9b60-88eaad4d94d7)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 0bfe3e80-80ef-4f7b-9f3b-42f7d6aefc3f)) - (fp_line (start -0.883605 1.0875) (end -0.383605 1.0875) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6227bbf6-ffcc-475f-9d55-c8a27ce03131)) - (fp_line (start -0.633605 1.3375) (end -0.633605 0.8375) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 400e4b6c-49c6-4a55-873b-36f7e9b05eb4)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 5f70fb53-702a-457a-9abc-efaae1520b81)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(D3-A)") (pintype "passive") (tstamp 35a7324c-3008-4191-bfe0-8c9a7ccd73d7)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 637b947e-15d6-44d4-a9bc-92054ba7bf12)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754787) - (at 75.03 157.98 -90) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d787291") - (attr through_hole) - (fp_text reference "C7" (at 1.278 -2.186 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ea9ac28f-c330-4a68-a800-2a6e658bc124) - ) - (fp_text value "100n" (at 1.25 -2.5 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 89520cd4-ae8b-47ff-afa3-d4e76a539635) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp 7c62a0c3-54a8-41a0-854c-47f9311ef30e) - ) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96d560d3-59c3-415d-b1db-071b7709c098)) - (fp_line (start -0.87 -0.665) (end -0.87 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1cb67f06-227c-4c70-9163-224fee529552)) - (fp_line (start -0.87 1.37) (end -0.87 0.665) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad800cec-1206-4ff7-8b8c-3eaf8ec130d5)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ec271776-9c6a-4059-a411-9edf1780ac41)) - (fp_line (start 3.37 -0.665) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 86b83d06-b138-43c3-b0e1-93a641464f3b)) - (fp_line (start 3.37 1.37) (end 3.37 0.665) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0abdd17a-7de5-4fe1-b37d-e7309c3f2249)) - (fp_line (start -1.05 -1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b48ec947-c58b-43c2-abc3-8dd7c1635ec2)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 624c4ac7-d8bf-4cbc-b6be-2c2cc3f2bf43)) - (fp_line (start 3.55 -1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 75ae41af-d6ac-44e5-bc41-d102fc238399)) - (fp_line (start 3.55 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d2fad71c-889f-4225-9b55-96b710d90948)) - (fp_line (start -0.75 -1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f2e2942-aa63-4c0a-bfad-74be573459a4)) - (fp_line (start -0.75 1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5522c009-9c28-4ce5-bc12-7076d3962eae)) - (fp_line (start 3.25 -1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5f264fa-5a92-4c81-b761-28aee9f5b430)) - (fp_line (start 3.25 1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fb428643-13cd-440b-a026-e1a6d19dbc8f)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 24387d99-34f5-43b8-b212-652ba3b4439d)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 4f959723-cd77-42ed-a5d1-227e300d1ea3)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7547a6) - (at 53.34 138.684 90) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Diode") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cb666de") - (attr through_hole) - (fp_text reference "D1" (at 4.064 -1.778 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1af04343-6ae8-46ae-96c8-58803ff78068) - ) - (fp_text value "1N4148" (at 3.81 -2.12 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e59c90f4-b0c0-4783-8ef8-320559fd0825) - ) - (fp_text user "K" (at 0 1.8 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9c54c971-de29-4cd1-8e03-b1545cddd9b9) - ) - (fp_text user "K" (at 0 1.8 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2509a78e-6409-40fd-b404-53ca4157b985) - ) - (fp_text user "${REFERENCE}" (at 4.11 0 270) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp 6a1e3a09-570f-42c4-aa4b-f2e5c32d4aae) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c73ca424-f687-44fc-bb1d-d3ac6114bfe1)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 14ff35e7-1ae7-4783-b181-b616ab0289c0)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6555176c-ae03-4899-aba8-7e111ee92fb8)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c68c0d6c-3877-46da-90bf-f74e2cf36b52)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a6ce948-f22a-4048-8211-4410b13d530c)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dbdadced-d7eb-4bf4-b96b-424f1d7159a4)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9bb956f3-576a-492b-8d60-cbe61dd8b50b)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6759fb49-acb4-4d7b-bf29-731867991efb)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8154441-4a95-489b-a819-1880fe7221af)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 31e6f28d-22db-4eda-9843-d9f2849a43c9)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 79d3960a-fc61-4a9e-adc4-c921100e485f)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5bf1e572-4420-4cdd-af5c-7c509dbf199b)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5c7ae544-7578-470b-be2a-a4cabdbf7ca2)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e5ce8de6-7634-4f87-b2ea-9df8b88a6245)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b75c2cab-f6e7-4c5c-becb-06f1054506ec)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3051a731-f648-409a-b1f1-71fc21b67c6a)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7e922096-42f7-4f2c-a28c-5a3e6f706361)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 02629b0a-7a3e-4983-95bc-f657186d8afd)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 270e69dc-c7a3-4ca3-b98a-84e8192d32ba)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6c5b3e7c-6ed8-498d-9060-9e751a8e853f)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 070c9ccd-5cb7-43c3-9a0d-ab82ace61e95)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ee5ecff-9ff3-42d8-a498-06646dd2ce7e)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp b47e02cd-1c29-474a-bcfd-7bceffd6b5bc)) - (pad "2" thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp be1b4b29-7218-416c-9f5f-a1b14e4eff5b)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7547c5) - (at 60.96 116.84 180) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Diode") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cb6aa15") - (attr through_hole) - (fp_text reference "D2" (at 3.81 1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 675878d6-4ed5-47c7-8ef5-7d30f0a86be5) - ) - (fp_text value "1N4148" (at 3.81 -2.12) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 405739a4-c596-487e-95bc-940fb34eab6c) - ) - (fp_text user "K" (at 0 1.8) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9d795227-e29b-4f9c-b55b-bc273f4dee8f) - ) - (fp_text user "K" (at 0 1.8) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5cd8444c-7e44-4808-9027-38c6ff0ee18b) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp 5ce8a55c-44fd-4647-9b7a-32abf37b21cf) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 55824c84-71f0-4519-83af-cbbd31cca31b)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f3fa4491-bb7e-43bb-a34d-40eaf4d5405d)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2710a0e8-6090-475f-9d66-8a87a2ad6608)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b56859f5-ffeb-4500-9b1f-82a15120344c)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e240f777-9a22-4320-92b8-52fd7bd335b4)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2edfb835-c6b7-485f-be70-3a963b95e45f)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 89a33de0-6c46-4fdc-ab60-cebd869a88cb)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 86ba18a5-e659-4530-b505-78a958aa01c7)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9f4833c3-62d9-4006-b9dd-b54ad48c25c1)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c74dd445-d528-43fd-b103-756ec3d1efb8)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 48e6205a-0c5b-42f8-978e-2e6f1c9553d3)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ec106b3b-eee8-46cf-9a7d-905f67b81d38)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4e8ff825-8b31-4710-a169-6ae82dcc1515)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e754927c-7887-462f-b89a-7d8c7b682567)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7da4f2ba-01aa-49db-8ede-b74ee84de89f)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 813e7360-6102-40dc-9081-6edbe2cf951a)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 47de1b7f-a571-4d76-b780-7d5d6f21b75a)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 07115214-13fe-4899-8242-46452c2c5804)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a5408dcc-89a5-4339-b10e-3b82e5b5cce7)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 943df1a6-f57c-45d1-ad65-140b37e11c5e)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4cec42a8-da0f-4810-bf70-c5605106dd1b)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 30905b8c-5895-4624-afc6-bc2249dd9e39)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(D2-K)") (pinfunction "K") (pintype "passive") (tstamp 5ec8d40b-3d1f-4b3d-8c60-516e7878f149)) - (pad "2" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 68d376a5-e679-4199-8565-8db7a223deb0)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7547e4) - (at 85.979 138.176 180) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Diode") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cb73ecd") - (attr through_hole) - (fp_text reference "D3" (at 3.81 1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 39d66a09-5741-4719-9444-6efe726fcd00) - ) - (fp_text value "1N4148" (at 3.81 -2.12) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4b6016ef-eabf-434b-ae55-d31490a71a64) - ) - (fp_text user "K" (at 0 1.8) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 37450939-8111-48f9-80a6-3cdc5f09877f) - ) - (fp_text user "K" (at 0 1.8) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 081946b4-921d-4f94-be2e-321a66d091aa) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp 43214881-8795-4adb-b494-bb6e7eefa74b) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f8629c9a-4700-4dcd-9374-23c3a1b379f3)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5243e6a0-1bb9-4e28-9ba8-16a01b27f90f)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7b0693c7-4653-4eb0-b3cb-cc03d54c4b5c)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b77c4e8e-56df-44bc-8ad3-57af67fb872d)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 562363cd-8642-43b5-bef7-9825230bcfff)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 565d29d0-4c13-42dc-8652-9a0c6f3c7c98)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b90d3c01-353c-4931-a07a-12f5a3b19d6f)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 926fa79e-e722-4564-b425-2e5b14fd4007)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 79462857-bdfd-4529-a430-5ca3f63a31f0)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ee33d58-ab02-48de-9de4-16072a11593a)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02aeb103-e4da-43ed-a472-258b13a5a896)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 12279741-154e-4b95-86ba-dfa7473bc3f6)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 375aa926-5473-4bf4-8e78-031a98fc5a29)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cad821e5-ed83-4c13-ac4c-3257e72db8e1)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37f735c0-184d-408c-8790-f25376fc0ff0)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b167c5d7-8e83-4560-b5c8-55efdc0082c2)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6a4dfd9a-98cb-4cbf-8ab6-62730eed806f)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 97da5a96-816e-49c7-a4af-9de8598489a3)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e1bf728-d84a-4f9f-899e-a48abe86267e)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f5a416ed-fd75-4e56-9ea0-d72ce2b94f63)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3b52f57a-7dba-45c7-b146-27de7f6cfe0b)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp de20419f-2da2-4153-9312-091b7fca14a6)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(D3-K)") (pinfunction "K") (pintype "passive") (tstamp c9b6d447-87bd-40e0-88c3-995c3251a0a7)) - (pad "2" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(D3-A)") (pinfunction "A") (pintype "passive") (tstamp 809cf2c1-d520-4170-a6eb-b152d471c21c)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754803) - (at 65.532 75.184) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Diode") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cb76dac") - (attr through_hole) - (fp_text reference "D4" (at 3.81 2.12 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 838a72db-3612-44a3-960f-465613a0db7a) - ) - (fp_text value "1N4148" (at 3.81 -2.12 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a7ed32b5-a5fa-4fc4-a5ab-f6ed20186fb1) - ) - (fp_text user "K" (at 0 1.8 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e5a46f6a-dbc3-4ff3-969a-1000bc359f75) - ) - (fp_text user "K" (at 0 1.8 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 95040d96-ab95-4bfd-82fe-6303d4a11295) - ) - (fp_text user "${REFERENCE}" (at 4.11 0 180) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp aa50cd25-ad26-444b-b99d-24057741e036) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b6a3e2c1-eb53-4eb9-afac-08958486b906)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0a5cc736-3629-42b2-95b7-abf036307adb)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d243d2a9-1a70-4b5c-a326-1746ac13c9a1)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe6c86e3-1007-4630-8a50-e1b00b4d6867)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2fa26382-357b-43b0-a68b-36dcf32c8e20)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0979e9e5-c7f5-428c-94b5-b0f5506f3602)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6fd4bb96-0d2a-41d2-8439-4a861fc37ab0)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a9918ff7-548a-4a63-8825-94c7318da160)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ae460343-9fbd-411c-97dd-d44232672da8)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5d0888da-6161-4dbd-8c78-54bca15db38f)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 59ef7b47-74c1-470e-9863-6cca00e77d47)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b5ab6d5b-1811-4d9d-b7d5-33d7f3ca8bc3)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dd8cf020-65a1-4cda-85c9-82c8ff54c36a)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 291ff481-e38a-4faa-abe4-8bf38014a4aa)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ff8cbb60-e070-476b-98d6-e9605bd2bb64)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 559980ab-4fe3-4e57-8842-7a4b8a60c575)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0f904879-a583-4b2f-9d4c-3304202fb38f)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 57c5443d-15cd-4df4-b05a-a8b75554980a)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e2571a58-8c96-40ed-a565-116244e03c0f)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0243b2d9-8ed4-4198-b888-4227eff3a251)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6cf4d40e-4dac-4fcc-ae1b-97c92c3b83fe)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fe79610c-1aff-464b-9f70-844e6bee13f0)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(D3-A)") (pinfunction "K") (pintype "passive") (tstamp 0cd667d2-fd38-486c-a73c-f7409e0dd8ce)) - (pad "2" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(D4-A)") (pinfunction "A") (pintype "passive") (tstamp a91ef4a4-31da-4a57-9fa3-4a9363de51a0)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754822) - (at 78.232 100.076 180) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Diode") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cb9f7fa") - (attr through_hole) - (fp_text reference "D5" (at 3.81 -2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 199ada8b-96b9-4504-88cf-1832938d4418) - ) - (fp_text value "1N4148" (at 3.81 -2.12) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1cf6a0c3-379b-406f-b345-51f9959a6b89) - ) - (fp_text user "K" (at -1.778 0) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 61211026-de73-46fe-9ced-b8e062d67b31) - ) - (fp_text user "K" (at 0 1.8) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b39aff42-6df9-4b81-b2ab-dd8fdb44aec1) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp c344ce5b-02b3-42a2-85fb-89f41edd5573) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0739f01c-106f-479c-bb3f-950908bea4eb)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 55c3b785-125a-4975-a002-707e4a32bf45)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp af85e14f-bd2c-47dc-99e0-5292c7a06fe5)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d958b2e4-49e1-4e5a-8a13-332f5154a68c)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a78a042b-ff39-4d12-8d0e-afb5cd7a5a7b)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e7ad1d90-5c57-4a98-bfeb-d6923d411633)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b5652306-f6b3-413b-bb7a-c36d606dc169)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 508a292b-1db0-49b2-9c4a-a0103884c372)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 53293c94-efe7-4ed6-90c0-d6000d3cdd8a)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c2941fe2-ad74-433f-8b31-612e43f65878)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eab78f90-9baa-4281-8a9f-d9abd430fc41)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 97f3e778-deae-4972-b161-a6b20847eb2a)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b62717d-c4c2-4ee4-98de-83ac9cb20989)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 719295fb-f80b-4f47-ae99-d5ea958e9e80)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 83ec9915-169a-4af2-9b0c-b015542edf1d)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 955a288b-88f7-4550-8a61-10df3faf4159)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3ebe4b3e-61ec-4f00-a072-9cf86b86ed4c)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9911fe0d-8da5-488f-a970-1899dffa7f30)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f43d034f-e5f9-48aa-b29a-ccb09af1e0df)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d008ef82-ba14-45c7-a6d2-f2046952546f)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cec1fd9b-419e-4115-aeab-ea7735cd4098)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 51e089e6-7668-453c-b6c7-25d2164667ea)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(D5-K)") (pinfunction "K") (pintype "passive") (tstamp 95495575-f304-4482-b940-b09dfa72f1a2)) - (pad "2" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(D3-A)") (pinfunction "A") (pintype "passive") (tstamp 0944734f-22f8-4a80-9c92-a97ccaceb55c)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754890) - (at 68.072 57.404 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005cf322f1") - (attr through_hole) - (fp_text reference "J2" (at 1.27 6.604 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 02af3207-a6f2-405a-b499-cbe3a8ff096b) - ) - (fp_text value "Power" (at 1.27 -16.764 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0f1374bc-b133-4283-96d9-660efc36491e) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 49d0dd5c-c1c2-4c84-ab86-b5ffff00d9d3) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ee83b7a-876a-4f81-a2d2-467715a2f33b)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 320bba73-905d-4aa8-bbcd-fb40ab0096f4)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d7e5ea59-556d-46b0-9dd8-c84f6997f51c)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aacdf583-4dff-4d30-917c-2d44acb1ff78)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0aa0f380-7660-4619-86a2-1a527fbd139b)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1795708d-690b-4d2e-a2f0-c732793dcc59)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c26b9378-5b8d-4262-b9cf-c7e3b8b8be52)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad6b744b-28ca-4556-935b-1d39034bf341)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c16ce6d6-4acb-4611-85b2-2cde74763c19)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 21405a0f-19b4-45a9-b45a-382d5bbe95cd)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp db9a1b9c-a910-4488-a1eb-d74522d81f65)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 563c1edc-727f-40a9-ba12-c26925e3ef45)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ad6fa9d-cfcb-4875-a85e-b5414901e768)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0f0881d7-ef8f-42ec-aef6-b9fe4426b3cd)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 847baee4-b740-46cd-bb86-601fe0346e52)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7fe57800-1dfa-4963-b067-082c897d7598)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e867a239-44b4-4a3d-b7af-f8635310b25f)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6b02bb79-391c-4594-8cdc-36a33b3b6ad5)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 004256ab-77fb-4269-9660-d47514c61bd5)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8028fbc9-83b7-4ffc-8d8a-f94018047805)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d687b0ef-9de6-461a-9600-3cea886467d6)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bd51c65d-27b8-415c-a980-d03c1a37476f)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6d20aa8c-3885-4314-ada5-e9b8c504f7e0)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 58cfb474-9a08-4db0-a639-e0e678911895)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 79206428-79b4-49cf-abab-f2f813c5bad4)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6fcc8806-00e4-4418-bcaa-5595c1dbcc7b)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a44497c1-98f7-4328-a002-81e66357e050)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bdc558ad-0c63-4f06-8023-8bbfc6ede9ab)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5c157d28-734a-4c74-aac2-08f7a2a0dde6)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bfe4f1c8-6678-4986-b6c4-453208730014)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7562bbc9-50d2-4471-86bf-74d22e77693c)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 108b1762-8bad-4c90-b5fc-042650352d93)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 18 "unconnected-(J2-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive+no_connect") (tstamp 4525660b-2e5e-41c7-93ff-3fb3c32d9722)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "unconnected-(J2-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive+no_connect") (tstamp 9d6d8113-98e4-4855-8c03-f215457bd1b0)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "Pin_3") (pintype "passive") (tstamp 43487f1c-9770-4a79-a610-bd0a0535b4ab)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "Pin_4") (pintype "passive") (tstamp 8fcc3fae-3578-44ff-aa0a-8141aea95c7b)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp 2f21576e-ed1f-4244-8d5d-2193f7f0f0d9)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp 7892b83f-a263-49be-bfb7-225823dc7305)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp 6215bbed-54d3-405e-9b1b-cb609a6e1066)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp d8e38eee-063d-4bfb-9ab5-e88cf379de5f)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "unconnected-(J2-Pin_9-Pad9)") (pinfunction "Pin_9") (pintype "passive+no_connect") (tstamp 547b319c-1136-4aa7-879a-c4985c08163e)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 14 "unconnected-(J2-Pin_10-Pad10)") (pinfunction "Pin_10") (pintype "passive+no_connect") (tstamp 6f09301c-0e26-4232-ab1e-dc948871b582)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7548c4) - (at 58.653 131.572 -90) - (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-00005cb63ab0") - (attr through_hole) - (fp_text reference "Q1" (at 2.54 3.281 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4b7f63dc-3937-4b4f-ab2b-d61dab287db7) - ) - (fp_text value "BC547" (at 2.54 -2.79 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6dd12653-f77c-4b7a-91cf-033787f1da04) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 660bbcf3-be9c-4494-afa5-a8688231012b) - ) - (fp_line (start 0.74 -1.85) (end 4.34 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8c0c4c8b-8dd2-4d80-8d68-b09c005d7390)) - (fp_arc (start 0.215816 -1.122795) (mid 0.446097 -1.509328) (end 0.74 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 17b8a63a-27ed-44e9-b968-b238aca1fc4b)) - (fp_arc (start 2.54 2.6) (mid 1.143021 2.192818) (end 0.1836 1.098807) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9e6fbc26-0dac-4248-8088-aeef0e037882)) - (fp_arc (start 4.34 -1.85) (mid 4.633903 -1.509328) (end 4.864184 -1.122795) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 436fd1c4-3464-467e-9c27-79466d0c3acf)) - (fp_arc (start 4.8964 1.098807) (mid 3.936979 2.192817) (end 2.54 2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp eb073eb1-6fb2-41bf-a0b1-2a7667e23c2f)) - (fp_line (start -1.01 2.73) (end -1.01 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb5d67c3-ffe0-4623-8d8b-42b30f992458)) - (fp_line (start -1.01 2.73) (end 6.09 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ab6c3082-cd0a-443a-9763-8dbe6d368138)) - (fp_line (start 6.09 -2.01) (end -1.01 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0c8ecaf9-b427-48b9-93d7-2169e0b5de8c)) - (fp_line (start 6.09 -2.01) (end 6.09 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 51bbe64e-b7ae-476c-85b9-7da26303fe0a)) - (fp_line (start 0.8 -1.75) (end 4.3 -1.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ceb087a9-0897-47d8-a398-6eb0d3ad6ce8)) - (fp_arc (start 2.54 2.48) (mid 0.248779 0.949055) (end 0.786375 -1.753625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0bb54253-161e-47a8-aaa2-b999c6317ae7)) - (fp_arc (start 4.293625 -1.753625) (mid 4.831221 0.949055) (end 2.54 2.48) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2193fe0-5d7f-43ad-bca8-55e646bd98dc)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp b75a3136-6bfa-4e47-a9ee-0148a6b97d7f)) - (pad "2" thru_hole circle (at 2.54 0 270) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(D1-K)") (pinfunction "B") (pintype "input") (tstamp 64ce7c6c-2fa9-449a-96f9-2dd193e674ff)) - (pad "3" thru_hole circle (at 5.08 0 270) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "E") (pintype "passive") (tstamp d712d929-d5e7-495f-9dbd-4879b105d0fa)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7548d6) - (at 59.436 126.492 180) - (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-00005cb642bf") - (attr through_hole) - (fp_text reference "Q2" (at 2.54 -2.794) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fa1cb3d9-18cc-44fc-b761-cbc5b59c3556) - ) - (fp_text value "BC547" (at 2.54 -2.79) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0e94d933-9bb6-4bb4-bf08-a857baf71dc2) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bbb97288-dc04-4499-806b-d1de3b8cc256) - ) - (fp_line (start 0.74 -1.85) (end 4.34 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 10e608e9-6d80-488e-91fe-2104b90f79da)) - (fp_arc (start 0.215816 -1.122795) (mid 0.446097 -1.509328) (end 0.74 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 81652536-a55d-40ab-b6f8-d266ba177ff5)) - (fp_arc (start 2.54 2.6) (mid 1.143021 2.192818) (end 0.1836 1.098807) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d17f34b3-8edf-4ff8-b380-fd42202da6c8)) - (fp_arc (start 4.34 -1.85) (mid 4.633903 -1.509328) (end 4.864184 -1.122795) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f1afef35-0cd1-48e6-8739-bcbb22ce0ba7)) - (fp_arc (start 4.8964 1.098807) (mid 3.936979 2.192817) (end 2.54 2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2befc34b-a243-4d2f-9e34-4abdfa38b6e6)) - (fp_line (start -1.01 2.73) (end -1.01 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp db2a1273-632f-43ec-8129-09d545d2be8b)) - (fp_line (start -1.01 2.73) (end 6.09 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3cac9e8c-e2bb-40bc-993d-b99f85a0a436)) - (fp_line (start 6.09 -2.01) (end -1.01 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02b73d55-51d9-4ec7-8c50-ba82ba0abc1a)) - (fp_line (start 6.09 -2.01) (end 6.09 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c6aaade0-ca71-4ed4-88e1-e86a1f66085b)) - (fp_line (start 0.8 -1.75) (end 4.3 -1.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3cfd6caa-3fdb-4b48-b99c-8590b87de406)) - (fp_arc (start 2.54 2.48) (mid 0.248779 0.949055) (end 0.786375 -1.753625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 580d4a3e-67ef-46e3-aea3-d3c148fad708)) - (fp_arc (start 4.293625 -1.753625) (mid 4.831221 0.949055) (end 2.54 2.48) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 252c6076-bd97-489f-a948-deb6f961168c)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(Q2-C)") (pinfunction "C") (pintype "passive") (tstamp 29b1b93c-e40e-43cf-953d-bfedbdec710a)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(Q2-B)") (pinfunction "B") (pintype "input") (tstamp 2754e00f-d3ab-4a89-b65f-f72bd12481ac)) - (pad "3" thru_hole circle (at 5.08 0 180) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "E") (pintype "passive") (tstamp 34158b40-8964-4e0e-8d99-526ed7514997)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7548fa) - (at 68.072 154.178) - (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-00005d78aef7") - (attr through_hole) - (fp_text reference "Q4" (at 2.54 3.56 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4b7d29b9-54a7-4d7b-a76a-5a6c87b358d8) - ) - (fp_text value "BC547" (at 2.54 -2.79 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3d76febd-6e5c-4002-9795-d8a48f25280f) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 385948c1-0c77-4643-8eb6-4fefe3a8ef73) - ) - (fp_line (start 0.74 -1.85) (end 4.34 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d51f1680-4df2-4483-af6e-fb6bd29e3a7c)) - (fp_arc (start 0.215816 -1.122795) (mid 0.446097 -1.509328) (end 0.74 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 46ea2f93-f857-48b1-b8a2-7a76f4566e84)) - (fp_arc (start 2.54 2.6) (mid 1.143021 2.192818) (end 0.1836 1.098807) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2bbdea31-ae35-4703-ab4f-7fc8fd400e4e)) - (fp_arc (start 4.34 -1.85) (mid 4.633903 -1.509328) (end 4.864184 -1.122795) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp af2171b0-149a-4c69-9bf4-2d7431793077)) - (fp_arc (start 4.8964 1.098807) (mid 3.936979 2.192817) (end 2.54 2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7e7ad2cb-672b-4ea0-a8da-d0f163a0eeb1)) - (fp_line (start -1.01 2.73) (end -1.01 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3b8c38bf-6abd-41c3-86e1-9ad15a84d8bd)) - (fp_line (start -1.01 2.73) (end 6.09 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cdc33edc-b676-46ae-a364-a7e25ac4355b)) - (fp_line (start 6.09 -2.01) (end -1.01 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2b1dd7d7-4aaf-4224-a0ee-5ec1b299d931)) - (fp_line (start 6.09 -2.01) (end 6.09 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e6d3884c-3df4-4e0c-8a18-c1e402f6602b)) - (fp_line (start 0.8 -1.75) (end 4.3 -1.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2faf0927-13aa-4425-8662-0c7aee2d29b2)) - (fp_arc (start 2.54 2.48) (mid 0.248779 0.949055) (end 0.786375 -1.753625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6c2cd39d-6901-4350-8c85-c3bb89b09eb3)) - (fp_arc (start 4.293625 -1.753625) (mid 4.831221 0.949055) (end 2.54 2.48) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 07be0621-2f3c-4b60-a1d8-663086b0f3f2)) - (pad "1" thru_hole rect (at 0 0) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "C") (pintype "passive") (tstamp 08b85f3b-146b-4aa6-9486-d60bfb3e70ce)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "Net-(Q4-B)") (pinfunction "B") (pintype "input") (tstamp b23893ae-8667-406f-98eb-770fd21b7c5e)) - (pad "3" thru_hole circle (at 5.08 0) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "Net-(Q4-E)") (pinfunction "E") (pintype "passive") (tstamp 7ed0a1db-cdc0-46f4-b0d0-2b56596827a6)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754911) - (at 53.34 141.732 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cb65cbc") - (attr through_hole) - (fp_text reference "R1" (at 5.488 -2.27 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ff224185-aaaf-4f91-970a-35aed74a330e) - ) - (fp_text value "10k" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e3fa2dfa-5103-44d5-b616-9117cc7194d1) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 753b6d49-92c4-43f0-943e-56e223929ae0) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e750e5b1-cdef-4e1c-97f7-adfd8d1cf199)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 48c884d5-0553-41db-970d-b77b3e72285f)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9ac470d6-f75d-4836-b489-74a388dca487)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fb282bc7-f446-4c5f-bef1-01980072629d)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96ab5e70-5940-4ae1-9f8e-6a3caff71bf4)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ceea7bbe-9d1b-4f52-94a5-33cf0dc8c953)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bdd68e63-1562-4108-88ff-3f63f473d971)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7bede40d-acde-4eaf-a332-69c1ad38562a)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7a8cd0be-d1fb-41bd-817a-c4f57dcd0fb2)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8730059e-713e-41cc-9f88-46d6ea227daf)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 39dd5637-b11d-409b-8a5c-fc07a1bf5d0b)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bee3ef7d-094f-4ef1-8dc9-5015410d7fdd)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c181cee7-3c5d-4425-a2ee-98e5cbd5d44e)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fcc0c67b-84e9-4428-b803-5cef0398e27b)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1fcc81ba-0adb-467e-bc30-b6b54f2a4de0)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 950041a7-50b8-45d2-8725-7cb1c3cd7c3a)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(D1-K)") (pintype "passive") (tstamp 1ed2509c-47d4-4aba-a7aa-3a7996f23df7)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(J1-PadT)") (pintype "passive") (tstamp 93c9275a-1e3d-4ab0-9b0f-49c878abc2c7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754928) - (at 73.152 135.636 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cb67b4d") - (attr through_hole) - (fp_text reference "R2" (at 5.08 2.37 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2d81af3c-6640-49f7-953c-a59688687885) - ) - (fp_text value "4.7k" (at 5.08 -2.37 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8e17d2ef-7022-4602-adce-f91977b1ab72) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d39b377f-b483-46d0-92ba-e12a1787bc5b) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4e7abbba-c55c-48eb-a83b-a16c6b1baef1)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0532bef-8a8e-485c-ab88-6bb80c34d072)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9b847a1b-b795-4490-820c-9be641b6c276)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a359edae-e168-417b-9b9d-dde20e1d31fd)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e0140cf9-22d6-4b0c-886f-616f203e4a3b)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 37120aad-40e0-4fc8-82e1-0357479dbda0)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39d120b2-c322-4ee2-9403-6ceb690744cd)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 032073e9-3b0d-4ad6-9048-473ab89e0ace)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e6316ace-0239-4779-9567-fec1aa2e878a)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 32c9d6f0-ae05-4807-be2d-349cccdaa371)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f6d1f5b8-a769-473c-a106-c0fbe37ec223)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7cffda91-ebb7-481b-b8db-eed487dab4ec)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5b72b14-4027-4a8c-b76e-6decdf8207f3)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7fe5891d-3922-48a8-aa82-7b6e5a501a48)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e1f28cbc-eee4-4468-8117-d34c23f16fcb)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3f36969f-67c8-4273-ab79-bf4a2a13b073)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp cec28e05-e004-405f-ba64-14ad511b8e19)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(Q1-C)") (pintype "passive") (tstamp eeafbbd0-b5d0-4785-aee6-09138a44f16a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754937) - (at 65.532 131.572 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cb6846c") - (attr through_hole) - (fp_text reference "R3" (at 1.27 2.37) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3683940d-ad5f-40a9-b51e-112483261986) - ) - (fp_text value "22k" (at 1.27 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 67c6c833-b54c-4d5f-9ac8-447a945f849c) - ) - (fp_text user "${REFERENCE}" (at 1.27 2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 73206e72-719f-4eac-b85e-f04b30d9d920) - ) - (fp_line (start 1.37 0) (end 1.44 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd9da4c3-d6da-4b1e-89e9-e303af34120d)) - (fp_circle (center 0 0) (end 1.37 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp b29bed29-cfd3-41af-baae-f1d8fedfab59)) - (fp_line (start -1.5 -1.5) (end 3.59 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ceac57c-8f87-4ecc-8bac-4bed89f2ec33)) - (fp_line (start -1.5 1.5) (end -1.5 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c19c135b-b08b-43a3-bdfd-f4a8f860c0a3)) - (fp_line (start 3.59 -1.5) (end 3.59 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f0f6678-e563-4358-9929-2f8c9314a661)) - (fp_line (start 3.59 1.5) (end -1.5 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d234ef83-de42-4dfa-a8e7-2e1ff2f2acf6)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a4e01c07-9554-41a1-bdcc-74967c44398a)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 96c6d19e-37c8-49ef-a0cd-e0ac62d13d3f)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(Q2-B)") (pintype "passive") (tstamp 294a0bb1-8077-459d-9cb0-fa99aadac221)) - (pad "2" thru_hole oval (at 2.54 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(Q1-C)") (pintype "passive") (tstamp fda0db97-5e7e-4187-a11c-5e8dfe21244b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d75494e) - (at 73.152 122.936 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cb6f57e") - (attr through_hole) - (fp_text reference "R4" (at 5.08 2.37 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2bc863a8-7e7f-4d4e-932b-e8c01961f2f5) - ) - (fp_text value "4.7k" (at 5.08 -2.37 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f17e2e5e-a081-4bf5-ba93-f12076f7d775) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ac66a9ac-f032-45bf-9720-39eca6884998) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ff5b949-281f-435b-8bdd-e9d697112580)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 214511c2-ffb5-4f5c-abc5-39032f2153ee)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f534f415-6eda-460e-89f9-6cc12cbba00e)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a7d4781f-1c48-45d8-a80a-b16b20f9131f)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5affe94a-4931-4e06-bcfc-a270bcdbaebc)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77371bd4-205d-438c-9fc0-1ac47c3253c7)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dc7dd9cc-72c2-4f7e-8c29-2dd1eac8aad5)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ff89c079-a056-45f5-bb7c-e17193116dc1)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8e4daf99-555b-4a39-98be-d4edcc8cf026)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2f261f21-58cc-4f13-b61d-6a37a0fc0f7e)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d2f250ed-b91d-48a5-a778-fc936c7f928e)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dc8ba08d-35c4-4460-a567-e4887343e009)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ce7b7a3-07ac-4d7a-a1b3-981c717bc03b)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c1c0dddc-1265-417b-ab35-7fbc6c72f64a)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dbb60225-595c-4b43-9e8f-10426a38cdf9)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 864ec6b0-f5ea-41da-8d47-6c6794be9019)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp cdc5a7f4-516a-42e3-bf2c-0560ebb1e14a)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(Q2-C)") (pintype "passive") (tstamp 18e4bedf-85fb-4d3f-b51c-7608e617fc62)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754965) - (at 63.5 112.776 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cb6b47f") - (attr through_hole) - (fp_text reference "R5" (at 5.0165 2.0955) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 266d573d-05da-488e-85d3-9137aa8598b0) - ) - (fp_text value "10k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b9fe7a89-b972-413f-94f9-8cfcef64c3eb) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b8ebffbf-d721-4993-8ea4-20b06bf82740) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 32c80045-c422-4c1a-8080-8c8bab2d2ef4)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5802af74-889a-4f6f-8c07-355127a95c47)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 02917f50-cac6-4903-86f6-fbc13d20507e)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5dff592c-5737-4775-a622-a87d43829b37)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9d3060d3-2e8f-43bd-9a4a-aa4281685c59)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e571f52f-08f3-42cd-ba52-d263c978d73a)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2b0e60a2-db21-4338-9ccd-25a226dae76a)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bee329a1-83c3-49de-8b31-63e5446e8023)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7d174864-a241-48dd-840a-685f69a9e049)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bcd0c4f8-f351-4c81-ad0d-19eed90361a0)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a867cc92-3370-4dca-8dd1-3a617b38737c)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ffe92392-e550-4c02-bea0-d41c64db6851)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e98784ac-5b28-4b6b-8f8f-2d23947f5ff6)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0af89bae-fa56-4a7b-b00c-c85b884b47cb)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f323269f-d0c1-442e-802a-64e11f7b8c72)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 652c75f9-48f9-4780-bcd5-41cd210754cb)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 27 "Net-(Q3-B)") (pintype "passive") (tstamp adfd8155-d2b3-4c77-bb53-7236a3832000)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(D2-K)") (pintype "passive") (tstamp e7641a08-8f97-41e3-ac8c-fa47e70b9692)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d75497c) - (at 73.152 107.696 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cb6fcea") - (attr through_hole) - (fp_text reference "R6" (at 5.08 2.37 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 63dcb38c-4772-47d9-9f68-ffe49ba80349) - ) - (fp_text value "4.7k" (at 5.08 -2.37 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 992a3fe1-3502-42d5-a5f5-d67207599ced) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 25098e60-f4f2-4450-b431-4483c79a4683) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a9f1d88-93e6-4f50-8130-98172b00b6ce)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e1cbb49c-aa16-4865-9eb5-bb240a1bf858)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 01f33bdd-6494-46f0-a7ba-cb518ca4d519)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 115f819c-6337-44ac-ba98-b3fbc235b84b)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d5f26019-6824-4e1d-a605-f3ff61626796)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad8e62ae-7301-41ac-81d0-feb948315c43)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 90b26126-2fba-43f4-8c10-3e44769246e0)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6836b757-c69d-4979-bfa1-213bc03ec44b)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dc54c4c2-d63e-49e7-b1c0-584b1bb7a7fa)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 91d5b2ea-ce07-4eda-98fd-1295660d427e)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f6d69f8a-a375-4e31-a686-d1eb1f706892)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87638058-6529-422b-976a-0ac2a98f2d18)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ae9fb861-54cc-41b2-b92a-873f09b240fc)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4acbbcfb-382b-445b-bd6b-6da8ce0531da)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e6f3fb9-c56f-4234-992d-4652941bb557)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 96ae52e4-19ab-487a-a4c0-ae952d9dc5d1)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp f4bc9824-8d34-4471-9044-d0fb725054da)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "Net-(Q3-C)") (pintype "passive") (tstamp 150b1509-39d6-427e-88bd-f7dacbdceb5a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754993) - (at 73.152 127 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cb734ac") - (attr through_hole) - (fp_text reference "R7" (at 4.912 -2.39) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3be27b24-7ce2-426b-8ece-72fb374dfd1d) - ) - (fp_text value "100" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp aa971bd1-a051-48bf-80cc-ab9e5a42bb2b) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8e013df9-223a-4f27-8326-ae1cac23b3d7) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2d376b3e-8e9f-4e7d-8de5-fbf0d51c8001)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6b65ff8b-07a1-4456-87c5-0f2bbeca88ee)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8b8464d8-139b-4ae4-b768-dd772a835c21)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6d48d4dc-0f28-4203-82d3-c5e2a50ba56b)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4865083-402d-40c6-b5f1-63f1fcc875b4)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3c5206dc-f747-48b1-a2e5-a933583b36f1)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4ff16610-1294-4a19-b695-02d9961bdee5)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 055c8c4c-5207-43d0-9096-0dce046117d0)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3af07ee6-b0e1-4173-9179-fe879971547f)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02e2498b-a92f-42e1-9ad4-603d3b4ef295)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0d0c7546-ddbb-49cf-b64c-000685d31735)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c8cbc32c-06d9-4284-a98b-77ae019f8fae)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6f39f757-1858-46aa-85c9-c4c4eabc69bc)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6703fee0-7fab-4c8f-b8eb-1bd11f9c3b02)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fbd10679-6887-4651-b441-039c87385baa)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 15c7ff48-ad17-4b9f-9891-e59fa54265d5)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "Net-(R7-Pad1)") (pintype "passive") (tstamp 0750967d-ffe2-47a5-8d2d-67c200c0d5b4)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(Q2-C)") (pintype "passive") (tstamp 3f9f9526-e344-4473-8f7a-cdb62ac9e5aa)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7549aa) - (at 73.152 71.12 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cb76da0") - (attr through_hole) - (fp_text reference "R8" (at 5.08 2.37) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8cf3b1f7-dd1d-4b72-9e8a-54cfcce7d09e) - ) - (fp_text value "100" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 47fc74c9-6e5d-47d3-babc-29c979827996) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 415bf287-f4e5-48de-a482-c5d9314efca2) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ddefd315-bc67-40b1-8160-ffe96d26020a)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0fbd665d-4f05-409e-8f66-ad4f6c37380a)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 49d90936-d4f9-4da1-882f-cb4d214ce889)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 758479a2-e4fb-40b8-adf9-94aa06bbaae6)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 95f29d23-9a90-4692-9d84-59abcd015aab)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d4be8c04-d5ad-41d1-bff2-c44a6a4b5162)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 97b68367-63fb-4331-a1cd-caf2fd05fdfd)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b099a7e-0732-469b-b22f-09e1e1d23b22)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a9999028-6f08-4f84-8ff1-00950a46a947)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8ef86a38-5c04-451e-8a89-696e956ca261)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0833c5ad-3b21-478c-92a6-855fa8c61bc0)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db826691-8e32-49dc-af99-266414bd5836)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b6a7020a-b692-409d-9487-04f1e3289914)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9bb3d33e-e59c-4134-b74a-ecef14121148)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 898ff0da-a3ef-4a88-b11e-9fd859b67591)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 24d18fad-c4be-4e0d-997c-9d2867e31e40)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "Net-(R8-Pad1)") (pintype "passive") (tstamp 24e2ff86-b48f-4eda-a166-8baf3e637b7c)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "Net-(U2-Q)") (pintype "passive") (tstamp 0b1fa952-0c66-4dba-b58f-852e86562836)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7549c1) - (at 76.2 118.49) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cb80795") - (attr through_hole) - (fp_text reference "R9" (at 5.08 2.37) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fcb7be56-21e3-4462-83a3-4984c003334d) - ) - (fp_text value "4.7k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 297927e5-e360-4efb-9bf9-5d862be497f8) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f68a5832-3f0b-4998-a650-7f1caa4c67b6) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2aa35dd0-7967-4f0e-8988-453f83698d0b)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5da04f21-24ce-431f-b6a5-15da250137f4)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d1d7f1f3-ba12-4285-8166-0297bb91a470)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 929316e3-cfb5-42d9-8460-9dfd5d701caa)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1ca7e210-051f-49df-abb4-9c9fc9ba2286)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d20b2696-390c-41a1-86d9-d14d889e70fc)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 82a2abf2-d203-47fe-accf-11409757ec02)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 022cc44a-846d-42a8-90cc-40321630c9e9)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9de529c5-9a3b-442e-aac4-0d3f200e0d32)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca2dc3dd-b81e-477f-9e72-f897f64965fc)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3ca7e370-ac2f-4b1c-9757-325d76fc9dae)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e48145c-b6f2-44e6-85c0-07b501c9dc4e)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e38b9f85-42fc-46ba-9d57-e34ec35606d5)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3622e9cd-f959-4302-b10a-030a48fb088a)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1d1f0c7e-57d3-4a01-a0b3-e3934909a3b0)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp abc5b2aa-1a5d-482b-97d7-a75ee23bbf64)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 24 "Net-(R9-Pad1)") (pintype "passive") (tstamp 37c01c24-31c0-4fed-828b-33a9a9920ca2)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 67e394df-8e5b-4a9c-8f9b-a9bcd070fd0d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7549d8) - (at 70.612 97.028) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cba0616") - (attr through_hole) - (fp_text reference "R10" (at 4.028 -2.328) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2b2120c0-260d-4abd-865a-fb13cfb0d1e9) - ) - (fp_text value "100" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2f1f6be7-040f-41eb-8754-e77024af9da7) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bb550125-a05a-46d7-83b1-265971248337) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 456e4ff8-e6eb-4a2c-a51c-c8e2242403df)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 31647cd0-2f9f-4109-8eac-eab6507971cc)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 04f79d29-78e6-47b6-829c-9a76792601bb)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4a153725-c3c1-442b-a946-ffaebfe6dee9)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9a510981-5f0d-4225-a105-5288d18dc760)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5abf58c7-2ed1-4a2a-aa3a-24a31e167cf2)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 07d546e0-3a1d-4895-85e1-832528d0060a)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ecd1c577-f93c-42a9-a2e0-2a993a661c12)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cc3e33aa-eb5f-42ae-a153-06f21f7d3baa)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3db4118a-2625-473e-83c6-48abecd9732b)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19f3942d-2802-41a6-a585-408778970ba7)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp be5f5e3a-b972-4d0d-a667-24b3017a82bd)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a9933ed2-8467-45f4-b1b2-69ea8f3c2166)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 484a894d-b9a3-437b-96bb-bad874ad0587)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 218b3dc6-65d2-4ad1-a135-6825c4cfe63c)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0c46f08d-b840-488e-8b77-d2a149bd1b04)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "Net-(U1B--)") (pintype "passive") (tstamp a099e755-117a-4d01-9367-ef0e09a135f6)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(R10-Pad2)") (pintype "passive") (tstamp 2d7f3323-0edd-46a0-87af-fa911087db19)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d7549ef) - (at 79.212 159.766) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005d7980ff") - (attr through_hole) - (fp_text reference "R11" (at 4.989 2.159) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3a9fab85-d56b-45c4-b765-c55f04618f67) - ) - (fp_text value "10k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp aa8f5ab8-14db-4f4c-99a5-e264bac88da2) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b30b7bfe-93d3-4eb5-853a-73287cfb6c45) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 997cc9d0-1590-4de6-b1a2-5181d381feb2)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0bb6adc9-74d8-4bef-b749-1465ad4a5535)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 13e288c8-e61d-4566-b1fc-509ed4a748fd)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0e71df80-1cfb-4c0f-be72-9df40bb9825f)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ce861c88-c88e-473a-8f45-d0af2ccd22f1)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 57b0949b-3506-4805-91d4-6e5fa4c0a5ae)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c29ec5a3-b00e-4d4c-8f4f-da60fc11f1dd)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2959a43a-4931-4d84-9d62-da32b720c87c)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1a41a4b8-a59e-477c-9a3a-43fd9a00826a)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3e6938ba-d39f-41cb-b051-8d83428261c8)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e8f1f57d-c6a2-4bd3-8a78-65e8c535c554)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ade4b5f8-af26-4f74-8fb1-ff6b341a1ea5)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cca7b6a0-d261-4461-a584-de646fe7a747)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 94e9fdf9-1113-48da-a957-db84ae6628d6)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7ed691b5-1743-48a6-abe4-dca7956b99e5)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b2c7cf0c-31a5-4e8f-83b6-aff306705c76)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "Net-(Q4-B)") (pintype "passive") (tstamp 17c0f3b6-1900-4dd0-aeb3-7fdd116e99f9)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U1A--)") (pintype "passive") (tstamp 05932af3-c85b-4681-949f-d0eab8905cf5)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754a06) - (at 71.21 160.04 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005d7a2366") - (attr through_hole) - (fp_text reference "R12" (at 5.08 2.37 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7e314b18-3d13-47f7-abdd-98ed8d698358) - ) - (fp_text value "2.2k" (at 5.08 -2.37 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b29ddcdb-816f-4348-8b4e-4c808e32eb64) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0bb1ac37-2043-4951-bc1c-c0d8f95622f7) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9e32a4cd-b0f8-404d-b8d6-aacb1001cb18)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp eaf677c2-d4b4-41fa-a8b8-cf0dff416ff6)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 434d00df-b288-4c84-a124-0b8695a128c5)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1f47ed38-d6f4-4acd-9e28-005f9f88b9bc)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 31a4bcf3-8061-43b8-96e0-977409fe45d5)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 893f1ead-0074-452e-a73e-9ec15dbf2a86)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 95e50ed3-825d-4475-8e99-8cb7af0dc53e)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4a761823-4547-4b29-b748-d3aa76c67261)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d7726ef1-3afa-4e79-9710-3fea33472dce)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 42c9130b-68bc-4e10-bca5-bc3da9609e4f)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f5944164-54f3-4d9b-b77d-dc5669a5dde0)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d0dc4f0c-59c3-4fcd-ab1d-60eaaaf18e2c)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9ae53707-5490-452e-93b2-30c5eb77b6b7)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b85c4667-9451-4644-bc84-9d959b1e5ec2)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cf5556aa-70e4-48f7-858a-0fa5273c6599)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 504f5f11-dc7b-443b-bc8f-aedc552489d0)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "Net-(Q4-E)") (pintype "passive") (tstamp 466ef33a-6b29-46e7-8e22-b4269190b99b)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Net-(D6-A)") (pintype "passive") (tstamp 4d65599c-ec46-4455-9a8b-0465d560fd29)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754a1d) - (at 79.212 155.575) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005d7bf067") - (attr through_hole) - (fp_text reference "R13" (at 5.37 2.159) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 41188e54-a9c6-405a-b1bc-b5da834f1a94) - ) - (fp_text value "1k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3cb92053-5477-494e-beea-f82e18099cdb) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2d62d2a0-86b8-4bfd-86c6-c5e083905211) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e0eb96de-b766-4888-b6d7-cf6434b0432a)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 15e44acf-25bd-4f3f-bc8b-9b24c299cd89)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a9092594-0523-421c-9e8d-c9daf07199f5)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a06dc511-da1e-4ef8-93c9-dce7c393da2b)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 284529bc-aa23-4337-93fe-626c96df9ac7)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6dcfa7ca-32a7-4fda-acfc-3d7e4db53234)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 35b85354-e799-4133-88ec-c3f41c5ecb6b)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8e306ee7-8172-4cf3-897f-d6dc3d008cce)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f1a32ecb-f1bc-4696-898a-fa76c0c8b45e)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e82d7342-18e3-456f-8f5c-4b2528c80e66)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0f0b08a8-9392-4e6c-9999-adf0c4dd514d)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ce87249f-92d8-4d6f-8e74-8b4633ed39fd)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 686cb327-663c-4656-b460-f748ab4c0d04)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b3ed3468-76e1-4051-a694-f9315b165d00)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6249e2a0-599b-408d-8e97-a2b99d407b69)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 04409c98-8ce9-4921-ab87-f642a30b225e)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U1A--)") (pintype "passive") (tstamp 39686c3f-6a4c-4c02-985b-b7670522e30d)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "Net-(J3-PadT)") (pintype "passive") (tstamp 39cb2d0e-3e8d-4a10-b213-252e6aa64ceb)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754ab1) - (at 58.74 79.91 -90) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00005cb87ba1") - (attr through_hole) - (fp_text reference "U1" (at 3.81 2.33 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp aa4773b7-97a2-4856-8f5c-f58be8e1d19e) - ) - (fp_text value "LM358" (at 3.81 -9.95 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d932a439-7296-426a-a0b4-e8cba332248e) - ) - (fp_text user "${REFERENCE}" (at 3.81 -3.81 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b5b848cd-3915-4310-9190-26ac26c5b52e) - ) - (fp_line (start -1.33 -9.01) (end 8.95 -9.01) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bd15fc98-ddb7-4576-afc8-61baebf164c9)) - (fp_line (start -1.33 1.39) (end -1.33 -9.01) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp df22a2ef-fe59-4f43-9f12-42db5ce374c4)) - (fp_line (start 1.16 -8.95) (end 6.46 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1a19ad34-76e5-496a-aeb7-68ae24c50f1c)) - (fp_line (start 1.16 1.33) (end 1.16 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e75084e7-f2f8-4da7-8f66-5b73251030be)) - (fp_line (start 2.81 1.33) (end 1.16 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 85e8e91e-92e2-4d4c-b9f3-5541cbab5663)) - (fp_line (start 6.46 -8.95) (end 6.46 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6f792784-0592-49c9-8339-020eca50ea26)) - (fp_line (start 6.46 1.33) (end 4.81 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 322c9569-95ff-424d-a4aa-8cd558cd7066)) - (fp_line (start 8.95 -9.01) (end 8.95 1.39) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3e0a19b-69df-4389-8328-b01ef8b7370f)) - (fp_line (start 8.95 1.39) (end -1.33 1.39) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 023e32ae-2fb7-4f95-bde2-9f6850ef175a)) - (fp_arc (start 2.81 1.33) (mid 3.81 0.33) (end 4.81 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 74bcba3f-c8b3-4efc-9038-12b00ac55f47)) - (fp_line (start -1.55 -9.2) (end 9.15 -9.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e7cdaf1f-e047-4c2a-a061-993a1ac05a8d)) - (fp_line (start -1.55 1.6) (end -1.55 -9.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7a28ad35-8992-40ec-ba1f-70911917b54f)) - (fp_line (start 9.15 -9.2) (end 9.15 1.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c8476c2-2c1a-4c9e-b702-c86f9bc5c0d2)) - (fp_line (start 9.15 1.6) (end -1.55 1.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5b604c3d-4f6c-41db-9036-2d2a77d4bcbf)) - (fp_line (start -1.27 -8.95) (end 8.89 -8.95) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c2239f30-79e0-4883-aad0-22674eebb554)) - (fp_line (start -1.27 1.33) (end -1.27 -8.95) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4bca077a-2a3f-4362-9640-b2f2b0049436)) - (fp_line (start 0.635 -8.89) (end 0.635 0.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f1ab3522-935b-4d00-ab0a-ce6f5c500f32)) - (fp_line (start 0.635 0.27) (end 1.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1e5917f3-f635-4ab5-95a2-04b4d2d6ab50)) - (fp_line (start 1.635 1.27) (end 6.985 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6a50960a-cb41-4d10-9a72-d4c1394d4f92)) - (fp_line (start 6.985 -8.89) (end 0.635 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 85bcde9c-5397-46dc-bf40-8e0b092934a1)) - (fp_line (start 6.985 1.27) (end 6.985 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 32cd06c2-32c7-4c55-a714-49b9632ccf64)) - (fp_line (start 8.89 -8.95) (end 8.89 1.33) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e62c3fb9-0b83-4330-bd0d-34271611a9a6)) - (fp_line (start 8.89 1.33) (end -1.27 1.33) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aa5a0b19-e849-4f96-b62e-1f2bd0fde1e3)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U1A--)") (pintype "output") (tstamp b84cc65c-b135-4828-b4f1-670d6ad0afb4)) - (pad "2" thru_hole oval (at 0 -2.54 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U1A--)") (pinfunction "-") (pintype "input") (tstamp 9cf34974-945b-42c2-a822-045feb2b26de)) - (pad "3" thru_hole oval (at 0 -5.08 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(D3-A)") (pinfunction "+") (pintype "input") (tstamp 5bbdfd04-c8b0-4761-aaf1-fb311d51b180)) - (pad "4" thru_hole oval (at 0 -7.62 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "V-") (pintype "power_in") (tstamp cee53d82-d3ec-4eca-b513-bc8823cbde5e)) - (pad "5" thru_hole oval (at 7.62 -7.62 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "Net-(U1B-+)") (pinfunction "+") (pintype "input") (tstamp 93ddc839-5b92-4913-9f40-7ac7a46fd52c)) - (pad "6" thru_hole oval (at 7.62 -5.08 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "Net-(U1B--)") (pinfunction "-") (pintype "input") (tstamp 1f42e226-4b3a-4d20-9655-03bf61270f49)) - (pad "7" thru_hole oval (at 7.62 -2.54 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "Net-(U1B--)") (pintype "output") (tstamp b58298e3-3068-4b63-9fdd-b8a6e9957861)) - (pad "8" thru_hole oval (at 7.62 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp ebc8f2c5-4d94-4117-a84d-549f4359bf80)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d754ad5) - (at 66.18 100.51 90) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "CMOS General Purpose Timer, 555 compatible, PDIP-8") - (property "ki_keywords" "single timer 555") - (path "/00000000-0000-0000-0000-00005f013698") - (attr through_hole) - (fp_text reference "U2" (at 3.81 2.33 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bf656246-e58b-41af-b700-a40113b302fe) - ) - (fp_text value "ICM7555xP" (at 3.81 -9.95 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fa73c23f-7904-4977-946d-ab425d4eee6a) - ) - (fp_text user "${REFERENCE}" (at 3.81 -3.81 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b18557ef-74b2-47a2-bdae-01dd2d71287c) - ) - (fp_line (start 1.16 -8.95) (end 6.46 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5e9dfa0e-4f8d-41f6-989e-39dc92ee679d)) - (fp_line (start 1.16 1.33) (end 1.16 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9acfba90-3640-4444-9ee5-b2a82b380efb)) - (fp_line (start 2.81 1.33) (end 1.16 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 67451155-713e-4d05-9af9-c959d1032526)) - (fp_line (start 6.46 -8.95) (end 6.46 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 16099d95-f267-47fc-8696-3cc4f549ab59)) - (fp_line (start 6.46 1.33) (end 4.81 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0ba42f95-04d2-4935-bacc-72d64ee28764)) - (fp_arc (start 2.81 1.33) (mid 3.81 0.33) (end 4.81 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4677fed5-41ee-4ea1-b23c-a16bc8198b9c)) - (fp_line (start -1.1 -9.15) (end 8.7 -9.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 83460c4d-f2f5-4e37-b0a1-ff20cbedf0e7)) - (fp_line (start -1.1 1.55) (end -1.1 -9.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4dfdd6d9-e1bf-478d-97b0-95fc2543bb26)) - (fp_line (start 8.7 -9.15) (end 8.7 1.55) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d5d504f2-9e59-4523-8dd4-2fdc80d6be79)) - (fp_line (start 8.7 1.55) (end -1.1 1.55) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 77f11264-183c-47a4-859c-a3dfc1078727)) - (fp_line (start 0.635 -8.89) (end 0.635 0.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eaf92579-209f-41a3-8d63-e9dcc68cb0dc)) - (fp_line (start 0.635 0.27) (end 1.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dd9c8f35-4948-4929-bcda-75ef220a9167)) - (fp_line (start 1.635 1.27) (end 6.985 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 298fc0e3-3e9e-40c6-88b0-fcc019dbeb16)) - (fp_line (start 6.985 -8.89) (end 0.635 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 358c2cf4-1bc4-4409-9923-dddbd267cdb7)) - (fp_line (start 6.985 1.27) (end 6.985 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 567cf39f-609c-4f39-88f1-5703ae4fee8f)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 6e902e2d-1a60-4135-932e-954f8705a70e)) - (pad "2" thru_hole oval (at 0 -2.54 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "Net-(Q3-C)") (pinfunction "TR") (pintype "input") (tstamp 6df30927-56aa-4233-8af7-83b70338fede)) - (pad "3" thru_hole oval (at 0 -5.08 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "Net-(U2-Q)") (pinfunction "Q") (pintype "output") (tstamp 0d19ca38-b37f-48bd-b15c-7f29be9466af)) - (pad "4" thru_hole oval (at 0 -7.62 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(Q2-C)") (pinfunction "R") (pintype "input") (tstamp 11f679e5-a726-478b-868e-c40b771f0fc5)) - (pad "5" thru_hole oval (at 7.62 -7.62 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(U2-CV)") (pinfunction "CV") (pintype "input") (tstamp f0632a4a-52bb-4423-ade2-db9423ebffb5)) - (pad "6" thru_hole oval (at 7.62 -5.08 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(D3-A)") (pinfunction "THR") (pintype "input") (tstamp 23ed68ee-43d8-41fa-b3a9-15c9702e9b62)) - (pad "7" thru_hole oval (at 7.62 -2.54 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 34 "Net-(U2-DIS)") (pinfunction "DIS") (pintype "input") (tstamp a02ee662-77b2-4edc-8135-80e29b7076b7)) - (pad "8" thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "VCC") (pintype "power_in") (tstamp 696c6190-8c15-4613-9b4b-fbe2b4658824)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005de2e096) - (at 60.071 107.929 180) - (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-00005cb651d4") - (attr through_hole) - (fp_text reference "Q3" (at 2.54 3.535) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 63315666-f460-4d5c-8432-110338a9f3ab) - ) - (fp_text value "BC547" (at 2.54 -2.79) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d1ff261b-e396-4e6a-86ac-728794b0c01b) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fab3c033-6f2a-4712-a2ef-569b7435e8e3) - ) - (fp_line (start 0.74 -1.85) (end 4.34 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 936e22d5-7f01-4959-84aa-031ba9916037)) - (fp_arc (start 0.215816 -1.122795) (mid 0.446097 -1.509328) (end 0.74 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bf753392-f85c-451b-a4d1-1f3ef39e4039)) - (fp_arc (start 2.54 2.6) (mid 1.143021 2.192818) (end 0.1836 1.098807) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 04e1d43f-1dfc-4e2f-bde8-3bfefdbc472a)) - (fp_arc (start 4.34 -1.85) (mid 4.633903 -1.509328) (end 4.864184 -1.122795) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2bc3aa20-8a67-4430-bdc2-df3f9d437e20)) - (fp_arc (start 4.8964 1.098807) (mid 3.936979 2.192817) (end 2.54 2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a2973089-d6d0-425e-b509-0aedb9c14943)) - (fp_line (start -1.01 2.73) (end -1.01 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9490bb1e-2ab2-4a6d-8561-3a4844c9b7e9)) - (fp_line (start -1.01 2.73) (end 6.09 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fd307897-8fd0-4551-b053-ab829c6afe4b)) - (fp_line (start 6.09 -2.01) (end -1.01 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8cf868f9-1c01-4419-9a6f-c7452e7c242a)) - (fp_line (start 6.09 -2.01) (end 6.09 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 348afd18-3e34-4c38-81f0-3c9abf2ead40)) - (fp_line (start 0.8 -1.75) (end 4.3 -1.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0e54d926-ba67-4958-9809-5c538c780105)) - (fp_arc (start 2.54 2.48) (mid 0.248779 0.949055) (end 0.786375 -1.753625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d6ca77da-169b-4bb7-97b9-e71ce190696a)) - (fp_arc (start 4.293625 -1.753625) (mid 4.831221 0.949055) (end 2.54 2.48) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf302dd3-cb6a-4d60-86db-9eebd972dbee)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "Net-(Q3-C)") (pinfunction "C") (pintype "passive") (tstamp 46004b58-67b7-4581-9ce7-302c006008a3)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 27 "Net-(Q3-B)") (pinfunction "B") (pintype "input") (tstamp 0b1c6c9c-c3a1-4b45-ae6e-b7e3805da5bb)) - (pad "3" thru_hole circle (at 5.08 0 180) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "E") (pintype "passive") (tstamp 80898ead-e7d1-48be-b890-4cde12a903da)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 91.1 50.8) (end 50.8 50.8) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d754f6f)) - (gr_line (start 91.1 162.56) (end 91.1 50.8) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 13c9ad97-2bd5-4f6c-a9c3-86b049ae9b3f)) - (gr_line (start 50.8 162.56) (end 91.1 162.56) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 44f8d1e3-d693-4d53-9042-f9963a230249)) - (gr_line (start 50.8 50.8) (end 50.8 162.56) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp b14a1a2b-29ab-4491-9959-2a36e5e8778c)) - - (segment (start 53.298999 77.257001) (end 65.532 65.024) (width 0.762) (layer "B.Cu") (net 2) (tstamp 2313e462-df26-4961-bfbd-c0437f9b784e)) - (segment (start 84.328 102.616) (end 89.773001 97.170999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 2716b9a4-1a43-464e-ae79-ff8b24210199)) - (segment (start 71.755 158.115) (end 68.072 154.432) (width 0.762) (layer "B.Cu") (net 2) (tstamp 2e9e40a1-7181-4853-b8e4-3f30ee2c74f1)) - (segment (start 53.298999 84.851001) (end 53.298999 96.478999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 30dd6d9b-e87c-4539-be01-d380e3e32cc2)) - (segment (start 65.532 65.024) (end 65.532 69.533882) (width 0.762) (layer "B.Cu") (net 2) (tstamp 3147b178-c562-4f1d-bf81-108dc1ccbbf0)) - (segment (start 65.532 54.864) (end 65.532 57.404) (width 0.762) (layer "B.Cu") (net 2) (tstamp 3292e473-e349-4eda-9888-93fefe489863)) - (segment (start 73.152 135.636) (end 89.773001 119.014999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 416bfaae-fa0d-41b9-8a29-7668f4641a35)) - (segment (start 54.991 98.171) (end 65.489 98.171) (width 0.762) (layer "B.Cu") (net 2) (tstamp 42257956-f33a-41c1-bbc5-a5a4f538a2ba)) - (segment (start 77.975881 122.136001) (end 89.773001 110.338881) (width 0.762) (layer "B.Cu") (net 2) (tstamp 47d6f639-7019-4ca1-bfbb-b11f82b3301b)) - (segment (start 75.03 152.626082) (end 89.773001 137.883081) (width 0.762) (layer "B.Cu") (net 2) (tstamp 534928bf-2aa0-47af-8279-68755de4c22f)) - (segment (start 53.298999 77.257001) (end 53.298999 84.851001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 61661dc2-5792-4d4c-b348-ef656f224d59)) - (segment (start 89.773001 93.774883) (end 89.773001 97.170999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6592455c-ab39-4f70-b847-a18d4de0a5a3)) - (segment (start 66.29 92.78) (end 66.18 92.89) (width 0.762) (layer "B.Cu") (net 2) (tstamp 67360ec7-efb0-4d43-aa81-3ad86cab2536)) - (segment (start 89.773001 101.965001) (end 89.773001 110.378999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 675a5dba-858e-44bb-8459-fda84b62c89e)) - (segment (start 89.773001 110.338881) (end 89.773001 101.965001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6e35ed13-77ad-4370-80bc-e08b6c73baad)) - (segment (start 58.42 87.85) (end 58.74 87.53) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6fc1db1b-a604-4dc1-88f0-00180c64c949)) - (segment (start 75.03 157.98) (end 74.895 158.115) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6fcf1de0-c54b-4143-9e62-c7c7c85f8f65)) - (segment (start 89.773001 119.014999) (end 89.773001 113.426999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 7c5b72cd-f6d5-4974-9163-66db20208018)) - (segment (start 65.489 98.171) (end 70.88 92.78) (width 0.762) (layer "B.Cu") (net 2) (tstamp 8757deb5-2e7d-4f6c-a1d6-faeb9159ca97)) - (segment (start 54.68 87.85) (end 53.298999 86.468999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 8a12b1e3-ecf2-4a5f-af40-f01be62713d7)) - (segment (start 89.773001 97.170999) (end 89.773001 101.965001) (width 0.762) (layer "B.Cu") (net 2) (tstamp a01fbe06-c486-49fe-8392-b7b7d0dd66ca)) - (segment (start 75.03 157.98) (end 75.03 152.626082) (width 0.762) (layer "B.Cu") (net 2) (tstamp a3231e0e-1d3a-4133-a09a-39e9e5429835)) - (segment (start 54.68 87.85) (end 58.42 87.85) (width 0.762) (layer "B.Cu") (net 2) (tstamp a8811730-c30f-49eb-b00c-2b2502056558)) - (segment (start 89.773001 110.378999) (end 89.773001 113.426999) (width 0.762) (layer "B.Cu") (net 2) (tstamp a8c69794-b95d-4ea2-bddf-470112715b2f)) - (segment (start 65.532 69.533882) (end 89.773001 93.774883) (width 0.762) (layer "B.Cu") (net 2) (tstamp b25ccc61-ff04-475d-a72b-56ea29425961)) - (segment (start 73.951999 122.136001) (end 77.975881 122.136001) (width 0.762) (layer "B.Cu") (net 2) (tstamp b37ded6b-e7a1-485d-b7b7-38e25a75976c)) - (segment (start 53.298999 86.468999) (end 53.298999 84.851001) (width 0.762) (layer "B.Cu") (net 2) (tstamp bf9da9f7-104d-4ea3-9111-ba2a518dd1af)) - (segment (start 73.152 107.696) (end 73.152 106.56463) (width 0.762) (layer "B.Cu") (net 2) (tstamp cc0ea472-e128-416a-b809-133254712dbe)) - (segment (start 77.10063 102.616) (end 84.328 102.616) (width 0.762) (layer "B.Cu") (net 2) (tstamp d0e24ba5-8437-442f-be2f-70012b2708a4)) - (segment (start 65.532 57.404) (end 65.532 65.024) (width 0.762) (layer "B.Cu") (net 2) (tstamp d242b6bf-29b0-45cf-b322-75da2b4ca481)) - (segment (start 86.36 113.792) (end 89.773001 110.378999) (width 0.762) (layer "B.Cu") (net 2) (tstamp d5173697-6c34-4eab-a21f-91142a6c291a)) - (segment (start 86.36 118.49) (end 86.36 113.792) (width 0.762) (layer "B.Cu") (net 2) (tstamp e8876679-d97b-4101-a14b-60b29254be98)) - (segment (start 70.88 92.78) (end 66.29 92.78) (width 0.762) (layer "B.Cu") (net 2) (tstamp e8ac252c-6606-43d1-970d-2e7002d4d8f8)) - (segment (start 89.773001 113.426999) (end 89.773001 137.883081) (width 0.762) (layer "B.Cu") (net 2) (tstamp f1e73117-16bf-46be-a206-b568749e2021)) - (segment (start 53.298999 96.478999) (end 54.991 98.171) (width 0.762) (layer "B.Cu") (net 2) (tstamp f5210383-2bb4-42e1-94a6-396dc498d0bc)) - (segment (start 74.895 158.115) (end 71.755 158.115) (width 0.762) (layer "B.Cu") (net 2) (tstamp fc8da119-20ae-4716-b559-4c254c2967ec)) - (segment (start 73.152 106.56463) (end 77.10063 102.616) (width 0.762) (layer "B.Cu") (net 2) (tstamp fcb01e31-7e04-4995-9f3e-b0e09d595fa9)) - (segment (start 73.152 122.936) (end 73.951999 122.136001) (width 0.762) (layer "B.Cu") (net 2) (tstamp feb698c1-9852-485f-b294-28912b8c4e3a)) - (segment (start 52.215 119.398) (end 54.483 121.666) (width 0.25) (layer "F.Cu") (net 3) (tstamp 36163ad4-1085-4302-9d33-fcb9b81716d9)) - (segment (start 62.484 126.492) (end 62.992 127) (width 0.25) (layer "F.Cu") (net 3) (tstamp 426e548e-f522-44f2-b36d-733f96b11219)) - (segment (start 58.126 121.666) (end 59.396 120.396) (width 0.25) (layer "F.Cu") (net 3) (tstamp 467c85ca-a110-44d0-99f8-70d7ba9c7bb9)) - (segment (start 59.396 120.396) (end 61.936 122.936) (width 0.381) (layer "F.Cu") (net 3) (tstamp 67eb7556-201b-4e20-8479-51aa299f4a8a)) - (segment (start 52.215 106.855) (end 52.215 119.398) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6d96167a-55e8-4bd7-a2a8-d9950d0eb367)) - (segment (start 62.992 122.936) (end 62.992 127) (width 0.381) (layer "F.Cu") (net 3) (tstamp 82d3c9b3-5f07-45f0-8d2e-99058f619f37)) - (segment (start 58.56 100.51) (end 52.215 106.855) (width 0.25) (layer "F.Cu") (net 3) (tstamp 90dc620f-7908-4bf5-b5b3-26674dc1a4ba)) - (segment (start 61.936 122.936) (end 62.992 122.936) (width 0.381) (layer "F.Cu") (net 3) (tstamp cabd7f7b-b324-4204-abe5-62519376d53a)) - (segment (start 54.483 121.666) (end 58.126 121.666) (width 0.25) (layer "F.Cu") (net 3) (tstamp df384237-e3ac-4eeb-b6cf-8803bf7f9b6f)) - (segment (start 59.436 126.492) (end 62.484 126.492) (width 0.25) (layer "F.Cu") (net 3) (tstamp f063c7a2-ff11-4a73-85c9-61cc8f1a17e9)) - (segment (start 57.404 116.84) (end 53.34 112.776) (width 0.381) (layer "F.Cu") (net 4) (tstamp 0450913a-f8e6-499b-af6d-6e1f9170a2e6)) - (segment (start 60.96 116.84) (end 58.928 116.84) (width 0.381) (layer "F.Cu") (net 4) (tstamp 1ef21aa7-3145-4417-8881-048bd1e98cdd)) - (segment (start 56.896 118.872) (end 58.928 116.84) (width 0.381) (layer "F.Cu") (net 4) (tstamp 231df9c7-63c3-4e06-85fe-60479168238a)) - (segment (start 56.896 120.396) (end 56.896 118.872) (width 0.381) (layer "F.Cu") (net 4) (tstamp 42d4c05a-d886-4362-b3f6-4c6af89c16c3)) - (segment (start 60.96 116.84) (end 57.404 116.84) (width 0.381) (layer "F.Cu") (net 4) (tstamp 9ea860f8-8226-4fc2-aae0-b68c0bc831a8)) - (segment (start 58.55 92.9) (end 58.56 92.89) (width 0.381) (layer "F.Cu") (net 5) (tstamp d0f702ec-534e-4c77-9518-5fc62336f289)) - (segment (start 55.28 92.9) (end 58.55 92.9) (width 0.381) (layer "F.Cu") (net 5) (tstamp d1919770-1c73-4a33-88ae-cad9c3f6bad9)) - (segment (start 65.532 75.184) (end 65.532 78.198) (width 0.381) (layer "F.Cu") (net 6) (tstamp 163b0272-bb48-45b8-b5db-c6ee5622ee89)) - (segment (start 65.532 78.198) (end 63.82 79.91) (width 0.381) (layer "F.Cu") (net 6) (tstamp 2ec0f7dc-83d7-4f97-b6ca-becd63c2ebf8)) - (segment (start 59.930501 83.799499) (end 59.930501 91.720501) (width 0.381) (layer "F.Cu") (net 6) (tstamp 3bb62428-0a62-4556-bcfc-31774bfee608)) - (segment (start 69.421499 98.885499) (end 70.612 100.076) (width 0.381) (layer "F.Cu") (net 6) (tstamp 3e8eaa6d-92ff-4dcc-81f6-0a14dc8375a0)) - (segment (start 61.1 92.89) (end 62.290501 91.699499) (width 0.381) (layer "F.Cu") (net 6) (tstamp 7db588cf-a319-417e-a5dd-da9a85145a1a)) - (segment (start 62.290501 91.699499) (end 66.751441 91.699499) (width 0.381) (layer "F.Cu") (net 6) (tstamp a65fbaeb-7184-4b40-9323-ad9f1ad20269)) - (segment (start 69.421499 94.369557) (end 69.421499 98.885499) (width 0.381) (layer "F.Cu") (net 6) (tstamp b2a9b259-9eb3-419a-bf44-2e69ca0ca59d)) - (segment (start 59.930501 91.720501) (end 61.1 92.89) (width 0.381) (layer "F.Cu") (net 6) (tstamp c52486f6-7b71-429c-90da-8b2bf66ae3a7)) - (segment (start 66.751441 91.699499) (end 69.421499 94.369557) (width 0.381) (layer "F.Cu") (net 6) (tstamp cd0cd26f-bb19-405b-b2f9-65bfbd2f5fa7)) - (segment (start 63.82 79.91) (end 59.930501 83.799499) (width 0.381) (layer "F.Cu") (net 6) (tstamp f0e72c4d-c3d5-40ad-9511-b320f6e7e42c)) - (segment (start 70.620029 134.865971) (end 73.930058 138.176) (width 0.381) (layer "B.Cu") (net 6) (tstamp 0b91212d-6203-4f1b-b57f-229e237d3cbf)) - (segment (start 72.057029 136.302971) (end 70.620029 134.865971) (width 0.381) (layer "B.Cu") (net 6) (tstamp 2d7ce5f4-b67d-49bd-a4e0-8682f921aa21)) - (segment (start 72.07 139.069) (end 72.057029 139.056029) (width 0.381) (layer "B.Cu") (net 6) (tstamp 330eb736-5ecf-4301-a086-bd19d36fe62f)) - (segment (start 65.532 129.777942) (end 65.532 105.156) (width 0.381) (layer "B.Cu") (net 6) (tstamp 3b0fb04f-b51d-47a5-b4ab-7068b8bfd992)) - (segment (start 72.057029 139.056029) (end 72.057029 136.302971) (width 0.381) (layer "B.Cu") (net 6) (tstamp 81bc7633-c54c-4089-b3d3-f363c1008fe5)) - (segment (start 73.930058 138.176) (end 78.359 138.176) (width 0.381) (layer "B.Cu") (net 6) (tstamp 8bc48169-cb57-4aa6-bcdb-26a951009f88)) - (segment (start 72.07 140.25) (end 72.07 139.069) (width 0.381) (layer "B.Cu") (net 6) (tstamp bca35b5d-3b95-4e03-b188-b75e31134625)) - (segment (start 70.612 100.076) (end 65.532 105.156) (width 0.381) (layer "B.Cu") (net 6) (tstamp e2869d78-2c14-4df3-81c5-8b565064177e)) - (segment (start 70.620029 134.865971) (end 65.532 129.777942) (width 0.381) (layer "B.Cu") (net 6) (tstamp eaffb36d-6cd1-40c8-ac1d-73b0458fb8a4)) - (segment (start 54.081 138.684) (end 53.34 138.684) (width 0.25) (layer "F.Cu") (net 7) (tstamp 00902aa8-3130-4f50-a624-509b86986311)) - (segment (start 58.653 134.112) (end 54.081 138.684) (width 0.25) (layer "F.Cu") (net 7) (tstamp b119c591-28fc-4bdd-b50d-3cf012fcbfcf)) - (segment (start 53.34 141.732) (end 53.34 138.684) (width 0.381) (layer "F.Cu") (net 7) (tstamp f535197b-e228-485e-982d-0334aaf80f27)) - (segment (start 82.416 138.176) (end 78.74 134.5) (width 0.25) (layer "F.Cu") (net 8) (tstamp 404b2d26-fae1-4a3a-a573-3b17048fcea7)) - (segment (start 85.979 138.176) (end 82.416 138.176) (width 0.25) (layer "F.Cu") (net 8) (tstamp 95ef24fe-a1b3-4fa1-9321-1689d04c902f)) - (segment (start 78.74 73.54) (end 74.796 73.54) (width 0.381) (layer "F.Cu") (net 9) (tstamp bd8276f1-4a95-4c06-aab3-da1fcbf3eeee)) - (segment (start 74.796 73.54) (end 73.152 75.184) (width 0.381) (layer "F.Cu") (net 9) (tstamp d3ba1ac3-fc0d-4f00-bcca-1b1771bfbcf6)) - (segment (start 60.96 152.24) (end 53.688 152.24) (width 0.381) (layer "F.Cu") (net 10) (tstamp 39b6298a-dad6-466b-96bf-12a694dc223b)) - (segment (start 53.688 152.24) (end 53.34 151.892) (width 0.381) (layer "F.Cu") (net 10) (tstamp 8e528dbe-8ca2-4457-8f51-3854be43d20b)) - (segment (start 78.74 93.86) (end 78.74 99.568) (width 0.381) (layer "F.Cu") (net 11) (tstamp 13bd8994-931a-4dd0-a45b-8bcbc5da6acd)) - (segment (start 78.74 99.568) (end 78.232 100.076) (width 0.381) (layer "F.Cu") (net 11) (tstamp 738a7195-423a-4f93-b30f-516f9ed45ee2)) - (segment (start 62.415501 158.674499) (end 62.415501 154.754499) (width 0.381) (layer "F.Cu") (net 12) (tstamp 39beb14e-615f-4377-a7f9-b389049d380e)) - (segment (start 61.05 160.04) (end 62.415501 158.674499) (width 0.381) (layer "F.Cu") (net 12) (tstamp a6579c03-8806-40bb-a3e8-3dbc2291b004)) - (segment (start 62.415501 154.754499) (end 71.12 146.05) (width 0.381) (layer "F.Cu") (net 12) (tstamp cff0c2dc-4612-4ce8-8be7-5af41d4e555e)) - (segment (start 84.996 155.956) (end 81.28 152.24) (width 0.381) (layer "F.Cu") (net 16) (tstamp 6b12f602-c512-4d69-a02b-ba286a9b69db)) - (segment (start 89.372 155.956) (end 84.996 155.956) (width 0.381) (layer "F.Cu") (net 16) (tstamp cbe6faca-c42d-4709-bdea-5f1dae8fcbb8)) - (segment (start 62.992 131.572) (end 62.992 135.636) (width 0.381) (layer "F.Cu") (net 20) (tstamp 39f13c3e-8ad5-419a-bdaf-e3d23dea6ed6)) - (segment (start 58.653 131.572) (end 62.992 131.572) (width 0.25) (layer "F.Cu") (net 20) (tstamp 8d926620-5fa4-41f8-a490-0371c178f8da)) - (segment (start 57.971 127.567) (end 56.896 126.492) (width 0.25) (layer "F.Cu") (net 21) (tstamp 25cafa1b-4b8a-4e95-92ed-812d06f59535)) - (segment (start 61.527 127.567) (end 57.971 127.567) (width 0.25) (layer "F.Cu") (net 21) (tstamp 350a7f0b-fbc6-4d16-9f0b-045a71e8389c)) - (segment (start 65.532 131.572) (end 61.527 127.567) (width 0.25) (layer "F.Cu") (net 21) (tstamp 7b74dcfe-abba-43e9-aff0-bca6b3bca556)) - (segment (start 81.24 134.5) (end 80.340001 133.600001) (width 0.381) (layer "F.Cu") (net 22) (tstamp 1f4f5371-0714-4b0a-bc03-551ce0d8c00c)) - (segment (start 83.74 134.5) (end 81.24 134.5) (width 0.381) (layer "F.Cu") (net 22) (tstamp 1f7b8490-e83e-4575-966c-47c8aa8118b8)) - (segment (start 74.504405 127.799999) (end 73.951999 127.799999) (width 0.381) (layer "F.Cu") (net 22) (tstamp 252b048b-d20c-4f73-a0ff-cc6459fa6445)) - (segment (start 73.951999 127.799999) (end 73.152 127) (width 0.381) (layer "F.Cu") (net 22) (tstamp 995b3fbc-b60b-4ad8-a3b2-fda11a843b84)) - (segment (start 80.340001 133.600001) (end 80.304407 133.600001) (width 0.381) (layer "F.Cu") (net 22) (tstamp f2697986-2251-4030-bf9c-3b76c8f56c2b)) - (segment (start 80.304407 133.600001) (end 74.504405 127.799999) (width 0.381) (layer "F.Cu") (net 22) (tstamp f592cc2d-dfce-488c-8598-7d0e0775ecf2)) - (segment (start 81.24 73.54) (end 78.82 71.12) (width 0.381) (layer "F.Cu") (net 23) (tstamp 41a2a559-4c7a-4fd1-b1df-a74c65b83571)) - (segment (start 78.82 71.12) (end 73.152 71.12) (width 0.381) (layer "F.Cu") (net 23) (tstamp 7e467f7c-d420-4842-aa35-da5e2c29604a)) - (segment (start 83.74 73.54) (end 81.24 73.54) (width 0.381) (layer "F.Cu") (net 23) (tstamp db1ae75b-b61f-4a27-8f4b-ea72ab0dd7d1)) - (segment (start 76.999999 117.690001) (end 80.229999 117.690001) (width 0.381) (layer "F.Cu") (net 24) (tstamp 5a261437-63e7-4f71-85d9-bd35fd18d98d)) - (segment (start 76.2 118.49) (end 76.999999 117.690001) (width 0.381) (layer "F.Cu") (net 24) (tstamp b5b7b64f-df0e-48ce-a6f6-0c04fc27ebfe)) - (segment (start 80.229999 117.690001) (end 83.74 114.18) (width 0.381) (layer "F.Cu") (net 24) (tstamp ff192888-948c-4776-8d44-4f3481d72438)) - (segment (start 80.772 97.028) (end 80.772 94.328) (width 0.381) (layer "F.Cu") (net 25) (tstamp 49d1a581-e57b-43de-ad48-c4403943a999)) - (segment (start 80.772 94.328) (end 81.24 93.86) (width 0.381) (layer "F.Cu") (net 25) (tstamp 78f7749b-a51a-47e5-ae7a-3bdd2d25ac20)) - (segment (start 83.74 93.86) (end 81.24 93.86) (width 0.381) (layer "F.Cu") (net 25) (tstamp fad4eea5-65ca-4ff0-8a64-524432496d75)) - (segment (start 62.992 101.158) (end 63.64 100.51) (width 0.381) (layer "F.Cu") (net 26) (tstamp 770c5879-b534-4d2b-be7e-89fbc37cd6ef)) - (segment (start 62.992 107.696) (end 60.304 107.696) (width 0.381) (layer "F.Cu") (net 26) (tstamp 7ea3ff7f-13a8-468a-a22a-04051b769880)) - (segment (start 62.992 107.696) (end 62.992 101.158) (width 0.381) (layer "F.Cu") (net 26) (tstamp b9cfb59c-2b11-4178-828f-85bb724fde97)) - (segment (start 60.304 107.696) (end 60.071 107.929) (width 0.381) (layer "F.Cu") (net 26) (tstamp ca52a6b0-fd0e-4d45-8c59-98bbf9baa4b4)) - (segment (start 57.531 107.929) (end 62.378 112.776) (width 0.381) (layer "F.Cu") (net 27) (tstamp 9e705fe2-e89f-456c-9d3f-543937c76fff)) - (segment (start 62.378 112.776) (end 63.5 112.776) (width 0.381) (layer "F.Cu") (net 27) (tstamp a1901daa-34b7-41b3-bd99-3eabf778050a)) - (segment (start 71.21 156.12) (end 73.152 154.178) (width 0.25) (layer "F.Cu") (net 28) (tstamp 28f0707a-47d7-40cd-a0a4-73f5f21a8fee)) - (segment (start 71.21 160.04) (end 71.21 156.12) (width 0.25) (layer "F.Cu") (net 28) (tstamp 86d4a3c1-5165-4941-917a-2067a89d7852)) - (segment (start 70.085 154.705) (end 70.612 154.178) (width 0.25) (layer "F.Cu") (net 29) (tstamp 0b4bffa0-0440-4867-afdd-3ff22c8b3506)) - (segment (start 70.085 160.509) (end 70.085 154.705) (width 0.25) (layer "F.Cu") (net 29) (tstamp 22ca3296-c931-4e86-80b6-feb4eae2ee8f)) - (segment (start 79.212 159.766) (end 77.373 161.605) (width 0.25) (layer "F.Cu") (net 29) (tstamp 2db9b137-f5a4-439f-9928-f9845f2cb04c)) - (segment (start 71.181 161.605) (end 70.085 160.509) (width 0.25) (layer "F.Cu") (net 29) (tstamp 30e19f9d-73cc-4b8f-8efd-41db42d592d2)) - (segment (start 77.373 161.605) (end 71.181 161.605) (width 0.25) (layer "F.Cu") (net 29) (tstamp 888ef297-6b80-49f3-8e0a-bf7eaa5f4011)) - (segment (start 56.615884 99.319499) (end 52.798989 95.502604) (width 0.381) (layer "F.Cu") (net 30) (tstamp 1f7684a0-b96c-427a-b072-246917fabd07)) - (segment (start 52.798989 95.502604) (end 52.798989 81.313011) (width 0.381) (layer "F.Cu") (net 30) (tstamp 84738d41-ae93-4f82-92c5-f28a1b133c05)) - (segment (start 59.909499 99.319499) (end 56.615884 99.319499) (width 0.381) (layer "F.Cu") (net 30) (tstamp 89ae8fd3-3fdf-4b30-baca-746b839da504)) - (segment (start 61.1 100.51) (end 59.909499 99.319499) (width 0.381) (layer "F.Cu") (net 30) (tstamp a1986316-26e2-4c43-a54d-0d382d237afd)) - (segment (start 52.798989 81.313011) (end 62.992 71.12) (width 0.381) (layer "F.Cu") (net 30) (tstamp d4094b5e-29aa-4357-baf5-df43119075c9)) - (segment (start 70.612 94.322) (end 70.612 97.028) (width 0.381) (layer "F.Cu") (net 31) (tstamp a1f74dd5-033c-48e8-afac-eaee19012262)) - (segment (start 63.82 87.53) (end 70.612 94.322) (width 0.381) (layer "F.Cu") (net 31) (tstamp d914d998-3832-448f-a012-771fca826ee6)) - (segment (start 61.28 87.53) (end 63.82 87.53) (width 0.381) (layer "F.Cu") (net 31) (tstamp db7551a3-9672-49d3-abbe-274e082415ad)) - (segment (start 73.390558 144.1325) (end 73.6475 144.1325) (width 0.381) (layer "F.Cu") (net 32) (tstamp 0d814075-23e0-4b11-9da0-e88826d21e96)) - (segment (start 57.559 79.91) (end 58.74 79.91) (width 0.381) (layer "F.Cu") (net 32) (tstamp 15a34bf2-f857-4262-8ebf-e480be114f7a)) - (segment (start 53.44 84.029) (end 57.559 79.91) (width 0.381) (layer "F.Cu") (net 32) (tstamp 17f9b756-7139-4dc0-9ec0-e06bace98006)) - (segment (start 79.212 155.956) (end 79.212 149.697) (width 0.381) (layer "F.Cu") (net 32) (tstamp 1b1465e5-7803-4a52-bd99-5e39b2e8a9ce)) - (segment (start 89.372 160.02) (end 83.276 160.02) (width 0.381) (layer "F.Cu") (net 32) (tstamp 3dbff33f-568c-4076-ad58-d5264615510d)) - (segment (start 53.44 95.321942) (end 53.44 84.029) (width 0.381) (layer "F.Cu") (net 32) (tstamp 4bf32307-33de-41c3-947b-3c9774c70ad5)) - (segment (start 73.6475 144.1325) (end 79.212 149.697) (width 0.381) (layer "F.Cu") (net 32) (tstamp 4c111e27-12f3-4127-8a37-50c20054689f)) - (segment (start 55.387087 97.269029) (end 53.44 95.321942) (width 0.381) (layer "F.Cu") (net 32) (tstamp 4cdd01f4-ece0-4598-bf61-34dc56ecc23d)) - (segment (start 64.989499 109.863113) (end 69.748193 114.621807) (width 0.381) (layer "F.Cu") (net 32) (tstamp 7430f995-e1cb-4e7e-97f4-acdc190395ec)) - (segment (start 64.989499 100.097557) (end 62.160971 97.269029) (width 0.381) (layer "F.Cu") (net 32) (tstamp 8a130360-e26a-4f14-b527-87532b326492)) - (segment (start 69.748193 114.621807) (end 69.748193 140.490135) (width 0.381) (layer "F.Cu") (net 32) (tstamp 9f501cfd-5a1e-42e9-8ca8-d3c5540bfd37)) - (segment (start 83.276 160.02) (end 79.212 155.956) (width 0.381) (layer "F.Cu") (net 32) (tstamp a29383b0-f5c7-4fb2-a4aa-b9d553d9d0bc)) - (segment (start 62.160971 97.269029) (end 55.387087 97.269029) (width 0.381) (layer "F.Cu") (net 32) (tstamp ac6b29d3-74a0-43f2-a41d-8e5cc3e2bb51)) - (segment (start 58.74 79.91) (end 61.28 79.91) (width 0.381) (layer "F.Cu") (net 32) (tstamp b463559d-a4ac-49b7-8f68-a72e19df54cc)) - (segment (start 64.989499 109.863113) (end 64.989499 100.097557) (width 0.381) (layer "F.Cu") (net 32) (tstamp ee73d995-2a4f-407f-98e6-35114051f4e5)) - (segment (start 69.748193 140.490135) (end 73.390558 144.1325) (width 0.381) (layer "F.Cu") (net 32) (tstamp fd6ead62-e05f-416e-8fa4-3338528156c0)) - (segment (start 66.36 87.53) (end 67.20051 88.37051) (width 0.381) (layer "F.Cu") (net 33) (tstamp 00b27b36-d960-4230-a584-83f7f0aababc)) - (segment (start 67.20051 88.37051) (end 80.160452 88.37051) (width 0.381) (layer "F.Cu") (net 33) (tstamp 0336e8b2-9e98-4e3b-ac0c-854bae599648)) - (segment (start 85.030501 95.353113) (end 81.24 99.143614) (width 0.381) (layer "F.Cu") (net 33) (tstamp 24d365c3-3beb-4d5e-949b-e6ce3d3f6fc5)) - (segment (start 80.160452 88.37051) (end 85.030501 93.240559) (width 0.381) (layer "F.Cu") (net 33) (tstamp 42b8fe56-b56c-4d41-b859-033f69a65b3f)) - (segment (start 85.030501 93.240559) (end 85.030501 95.353113) (width 0.381) (layer "F.Cu") (net 33) (tstamp 4848d33f-bfc4-4ea8-a693-f5b4e52c78cb)) - (segment (start 81.24 99.143614) (end 81.24 114.18) (width 0.381) (layer "F.Cu") (net 33) (tstamp bc4a6cea-aee0-4814-85c3-0dead03e9552)) - (segment (start 67.370501 109.280501) (end 72.27 114.18) (width 0.381) (layer "F.Cu") (net 34) (tstamp 1560a9b5-a0c7-4313-afb8-0197e75b497d)) - (segment (start 67.370501 96.620501) (end 67.370501 109.280501) (width 0.381) (layer "F.Cu") (net 34) (tstamp 2d2a7818-51b6-4d01-bc27-dceb78b40f35)) - (segment (start 63.64 92.89) (end 67.370501 96.620501) (width 0.381) (layer "F.Cu") (net 34) (tstamp 39404467-0bd9-43a0-bdac-f2988d80a55e)) - (segment (start 72.27 114.18) (end 78.74 114.18) (width 0.381) (layer "F.Cu") (net 34) (tstamp befa2a19-49c9-4e0a-9244-4a9626673f4e)) - - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005d873c83) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 50.82 50.78) - (xy 91.06 50.78) - (xy 91.11 162.54) - (xy 50.8 162.53) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 72.964541 138.199473) - (xy 72.971123 138.205601) - (xy 73.41952 138.653998) - (xy 73.422105 138.656744) - (xy 73.463131 138.703052) - (xy 73.514026 138.738182) - (xy 73.517092 138.740438) - (xy 73.565781 138.778583) - (xy 73.565784 138.778585) - (xy 73.574806 138.782645) - (xy 73.594677 138.793852) - (xy 73.602822 138.799474) - (xy 73.602831 138.79948) - (xy 73.644908 138.815437) - (xy 73.660673 138.821416) - (xy 73.664177 138.822867) - (xy 73.720576 138.848251) - (xy 73.730321 138.850037) - (xy 73.752282 138.856159) - (xy 73.761548 138.859673) - (xy 73.76155 138.859673) - (xy 73.761553 138.859674) - (xy 73.82295 138.867128) - (xy 73.826715 138.867701) - (xy 73.877995 138.877099) - (xy 73.941394 138.909054) - (xy 73.977453 138.970212) - (xy 73.974723 139.041156) - (xy 73.934071 139.099362) - (xy 73.917981 139.109665) - (xy 73.918267 139.110161) - (xy 73.913501 139.112912) - (xy 73.842109 139.1629) - (xy 74.530481 139.851272) - (xy 74.444852 139.864835) - (xy 74.331955 139.922359) - (xy 74.242359 140.011955) - (xy 74.184835 140.124852) - (xy 74.171273 140.210481) - (xy 73.471219 139.510428) - (xy 73.445649 139.505289) - (xy 73.394657 139.45589) - (xy 73.379666 139.40463) - (xy 73.378861 139.404717) - (xy 73.37199 139.340803) - (xy 73.371988 139.340795) - (xy 73.320889 139.203797) - (xy 73.320887 139.203792) - (xy 73.233261 139.086738) - (xy 73.116207 138.999112) - (xy 73.116202 138.99911) - (xy 72.979204 138.948011) - (xy 72.979196 138.948009) - (xy 72.918649 138.9415) - (xy 72.918638 138.9415) - (xy 72.882029 138.9415) - (xy 72.813908 138.921498) - (xy 72.767415 138.867842) - (xy 72.756029 138.8155) - (xy 72.756029 138.294697) - (xy 72.776031 138.226576) - (xy 72.829687 138.180083) - (xy 72.899961 138.169979) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 54.397011 93.867962) - (xy 54.403567 93.874065) - (xy 54.4357 93.906198) - (xy 54.435703 93.9062) - (xy 54.435704 93.906201) - (xy 54.623253 94.037525) - (xy 54.628015 94.040274) - (xy 54.626971 94.042082) - (xy 54.673439 94.08299) - (xy 54.692905 94.151265) - (xy 54.672369 94.219227) - (xy 54.627223 94.258354) - (xy 54.628267 94.260161) - (xy 54.623501 94.262912) - (xy 54.552109 94.3129) - (xy 55.240481 95.001272) - (xy 55.154852 95.014835) - (xy 55.041955 95.072359) - (xy 54.952359 95.161955) - (xy 54.894835 95.274852) - (xy 54.881272 95.360482) - (xy 54.225404 94.704613) - (xy 54.191378 94.642301) - (xy 54.188499 94.615518) - (xy 54.188499 93.963186) - (xy 54.208501 93.895065) - (xy 54.262157 93.848572) - (xy 54.332431 93.838468) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 59.992507 55.073844) - (xy 60.070239 55.194798) - (xy 60.1789 55.288952) - (xy 60.309685 55.34868) - (xy 60.324412 55.350797) - (xy 59.68631 55.988898) - (xy 59.706694 56.004763) - (xy 59.706696 56.004765) - (xy 59.740733 56.023185) - (xy 59.791123 56.073199) - (xy 59.806475 56.142516) - (xy 59.781914 56.209129) - (xy 59.740735 56.244811) - (xy 59.706702 56.263229) - (xy 59.68631 56.279099) - (xy 59.68631 56.279101) - (xy 60.324411 56.917202) - (xy 60.309685 56.91932) - (xy 60.1789 56.979048) - (xy 60.070239 57.073202) - (xy 59.992507 57.194156) - (xy 59.967638 57.278849) - (xy 59.328921 56.640132) - (xy 59.32892 56.640132) - (xy 59.28778 56.703102) - (xy 59.233776 56.74919) - (xy 59.163428 56.758765) - (xy 59.099071 56.728787) - (xy 59.076822 56.703111) - (xy 58.987722 56.566732) - (xy 58.83524 56.401094) - (xy 58.835239 56.401093) - (xy 58.835237 56.401091) - (xy 58.752829 56.33695) - (xy 58.657576 56.262811) - (xy 58.624319 56.244813) - (xy 58.573929 56.194802) - (xy 58.558576 56.125485) - (xy 58.583136 56.058872) - (xy 58.62432 56.023186) - (xy 58.624324 56.023184) - (xy 58.657576 56.005189) - (xy 58.83524 55.866906) - (xy 58.987722 55.701268) - (xy 59.076816 55.564898) - (xy 59.130819 55.51881) - (xy 59.201167 55.509235) - (xy 59.265524 55.539212) - (xy 59.287782 55.564898) - (xy 59.328922 55.627866) - (xy 59.967638 54.989149) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 62.532507 55.073844) - (xy 62.610239 55.194798) - (xy 62.7189 55.288952) - (xy 62.849685 55.34868) - (xy 62.864412 55.350797) - (xy 62.22631 55.988898) - (xy 62.246694 56.004763) - (xy 62.246696 56.004765) - (xy 62.280733 56.023185) - (xy 62.331123 56.073199) - (xy 62.346475 56.142516) - (xy 62.321914 56.209129) - (xy 62.280735 56.244811) - (xy 62.246702 56.263229) - (xy 62.22631 56.279099) - (xy 62.22631 56.279101) - (xy 62.864411 56.917202) - (xy 62.849685 56.91932) - (xy 62.7189 56.979048) - (xy 62.610239 57.073202) - (xy 62.532507 57.194156) - (xy 62.507638 57.278849) - (xy 61.868921 56.640132) - (xy 61.827482 56.70356) - (xy 61.773478 56.749648) - (xy 61.70313 56.759223) - (xy 61.638773 56.729245) - (xy 61.616516 56.70356) - (xy 61.575075 56.640132) - (xy 60.93636 57.278846) - (xy 60.911493 57.194156) - (xy 60.833761 57.073202) - (xy 60.7251 56.979048) - (xy 60.594315 56.91932) - (xy 60.579587 56.917202) - (xy 61.217689 56.2791) - (xy 61.217688 56.279099) - (xy 61.197306 56.263235) - (xy 61.197299 56.26323) - (xy 61.163265 56.244812) - (xy 61.112876 56.194798) - (xy 61.097524 56.125481) - (xy 61.122086 56.058869) - (xy 61.163269 56.023184) - (xy 61.197299 56.004768) - (xy 61.197302 56.004766) - (xy 61.217689 55.988898) - (xy 60.579588 55.350797) - (xy 60.594315 55.34868) - (xy 60.7251 55.288952) - (xy 60.833761 55.194798) - (xy 60.911493 55.073844) - (xy 60.93636 54.989151) - (xy 61.575076 55.627867) - (xy 61.616516 55.56444) - (xy 61.67052 55.518352) - (xy 61.740868 55.508777) - (xy 61.805225 55.538755) - (xy 61.827481 55.564439) - (xy 61.868921 55.627866) - (xy 61.868922 55.627866) - (xy 62.507638 54.989149) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 64.115076 55.627867) - (xy 64.115077 55.627866) - (xy 64.156218 55.564898) - (xy 64.210222 55.51881) - (xy 64.28057 55.509235) - (xy 64.344927 55.539213) - (xy 64.367183 55.564898) - (xy 64.456279 55.70127) - (xy 64.6092 55.867384) - (xy 64.640621 55.931049) - (xy 64.642499 55.952722) - (xy 64.642499 56.315277) - (xy 64.622497 56.383398) - (xy 64.6092 56.400615) - (xy 64.45628 56.566729) - (xy 64.456279 56.566729) - (xy 64.367183 56.703102) - (xy 64.313179 56.74919) - (xy 64.242831 56.758765) - (xy 64.178474 56.728788) - (xy 64.156218 56.703102) - (xy 64.115077 56.640132) - (xy 64.115075 56.640132) - (xy 63.47636 57.278847) - (xy 63.451493 57.194156) - (xy 63.373761 57.073202) - (xy 63.2651 56.979048) - (xy 63.134315 56.91932) - (xy 63.119587 56.917202) - (xy 63.757689 56.2791) - (xy 63.757688 56.279099) - (xy 63.737306 56.263235) - (xy 63.737299 56.26323) - (xy 63.703265 56.244812) - (xy 63.652876 56.194798) - (xy 63.637524 56.125481) - (xy 63.662086 56.058869) - (xy 63.703269 56.023184) - (xy 63.737299 56.004768) - (xy 63.737302 56.004766) - (xy 63.757689 55.988898) - (xy 63.119588 55.350797) - (xy 63.134315 55.34868) - (xy 63.2651 55.288952) - (xy 63.373761 55.194798) - (xy 63.451493 55.073844) - (xy 63.47636 54.989151) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 90.981621 50.880502) - (xy 91.028114 50.934158) - (xy 91.0395 50.9865) - (xy 91.0395 162.3735) - (xy 91.019498 162.441621) - (xy 90.965842 162.488114) - (xy 90.9135 162.4995) - (xy 50.9865 162.4995) - (xy 50.918379 162.479498) - (xy 50.871886 162.425842) - (xy 50.8605 162.3735) - (xy 50.8605 160.04) - (xy 59.736502 160.04) - (xy 59.751833 160.21524) - (xy 59.756457 160.268086) - (xy 59.815715 160.48924) - (xy 59.815717 160.489246) - (xy 59.912477 160.696749) - (xy 60.012229 160.83921) - (xy 60.043802 160.8843) - (xy 60.2057 161.046198) - (xy 60.393251 161.177523) - (xy 60.600757 161.274284) - (xy 60.821913 161.333543) - (xy 61.05 161.353498) - (xy 61.278087 161.333543) - (xy 61.499243 161.274284) - (xy 61.706749 161.177523) - (xy 61.8943 161.046198) - (xy 62.056198 160.8843) - (xy 62.187523 160.696749) - (xy 62.284284 160.489243) - (xy 62.343543 160.268087) - (xy 62.363498 160.04) - (xy 62.343543 159.811913) - (xy 62.284284 159.590757) - (xy 62.187523 159.383251) - (xy 62.056198 159.1957) - (xy 61.8943 159.033802) - (xy 61.881018 159.024502) - (xy 61.706749 158.902477) - (xy 61.499246 158.805717) - (xy 61.49924 158.805715) - (xy 61.405771 158.78067) - (xy 61.278087 158.746457) - (xy 61.05 158.726502) - (xy 61.049999 158.726502) - (xy 60.821913 158.746457) - (xy 60.600759 158.805715) - (xy 60.600753 158.805717) - (xy 60.39325 158.902477) - (xy 60.205703 159.033799) - (xy 60.205697 159.033804) - (xy 60.043804 159.195697) - (xy 60.043799 159.195703) - (xy 59.912477 159.38325) - (xy 59.815717 159.590753) - (xy 59.815715 159.590759) - (xy 59.772481 159.75211) - (xy 59.756457 159.811913) - (xy 59.736502 160.04) - (xy 50.8605 160.04) - (xy 50.8605 151.892) - (xy 52.026502 151.892) - (xy 52.046457 152.120086) - (xy 52.105715 152.34124) - (xy 52.105717 152.341246) - (xy 52.202477 152.548749) - (xy 52.327809 152.727742) - (xy 52.333802 152.7363) - (xy 52.4957 152.898198) - (xy 52.683251 153.029523) - (xy 52.890757 153.126284) - (xy 53.111913 153.185543) - (xy 53.34 153.205498) - (xy 53.568087 153.185543) - (xy 53.789243 153.126284) - (xy 53.996749 153.029523) - (xy 54.1843 152.898198) - (xy 54.346198 152.7363) - (xy 54.477523 152.548749) - (xy 54.574284 152.341243) - (xy 54.601412 152.24) - (xy 59.381634 152.24) - (xy 59.401066 152.486911) - (xy 59.458885 152.727742) - (xy 59.553666 152.956563) - (xy 59.678263 153.159888) - (xy 59.683076 153.167741) - (xy 59.683077 153.167743) - (xy 59.843926 153.356073) - (xy 60.032256 153.516922) - (xy 60.03226 153.516925) - (xy 60.243437 153.646334) - (xy 60.472258 153.741115) - (xy 60.713089 153.798934) - (xy 60.96 153.818366) - (xy 61.206911 153.798934) - (xy 61.447742 153.741115) - (xy 61.676563 153.646334) - (xy 61.88774 153.516925) - (xy 62.076073 153.356073) - (xy 62.236925 153.16774) - (xy 62.366334 152.956563) - (xy 62.461115 152.727742) - (xy 62.518934 152.486911) - (xy 62.538366 152.24) - (xy 62.518934 151.993089) - (xy 62.461115 151.752258) - (xy 62.366334 151.523437) - (xy 62.236925 151.31226) - (xy 62.236922 151.312256) - (xy 62.076073 151.123926) - (xy 61.887743 150.963077) - (xy 61.887741 150.963076) - (xy 61.88774 150.963075) - (xy 61.676563 150.833666) - (xy 61.447742 150.738885) - (xy 61.206911 150.681066) - (xy 61.206912 150.681066) - (xy 60.96 150.661634) - (xy 60.713088 150.681066) - (xy 60.472257 150.738885) - (xy 60.243438 150.833665) - (xy 60.032258 150.963076) - (xy 60.032256 150.963077) - (xy 59.843926 151.123926) - (xy 59.683077 151.312256) - (xy 59.683076 151.312258) - (xy 59.553665 151.523438) - (xy 59.458885 151.752257) - (xy 59.425336 151.892) - (xy 59.401066 151.993089) - (xy 59.381634 152.24) - (xy 54.601412 152.24) - (xy 54.633543 152.120087) - (xy 54.653498 151.892) - (xy 54.633543 151.663913) - (xy 54.574284 151.442757) - (xy 54.477523 151.235251) - (xy 54.346198 151.0477) - (xy 54.1843 150.885802) - (xy 53.996749 150.754477) - (xy 53.839318 150.681066) - (xy 53.789246 150.657717) - (xy 53.78924 150.657715) - (xy 53.695771 150.63267) - (xy 53.568087 150.598457) - (xy 53.34 150.578502) - (xy 53.111913 150.598457) - (xy 52.890759 150.657715) - (xy 52.890753 150.657717) - (xy 52.68325 150.754477) - (xy 52.495703 150.885799) - (xy 52.495697 150.885804) - (xy 52.333804 151.047697) - (xy 52.333799 151.047703) - (xy 52.202477 151.23525) - (xy 52.105717 151.442753) - (xy 52.105715 151.442759) - (xy 52.046457 151.663913) - (xy 52.026502 151.892) - (xy 50.8605 151.892) - (xy 50.8605 146.049999) - (xy 69.706673 146.049999) - (xy 69.72595 146.282633) - (xy 69.783249 146.508903) - (xy 69.783252 146.50891) - (xy 69.877015 146.722668) - (xy 69.877016 146.722669) - (xy 70.004686 146.918083) - (xy 70.090209 147.010985) - (xy 70.121629 147.074648) - (xy 70.113642 147.145194) - (xy 70.068784 147.200223) - (xy 70.041541 147.214376) - (xy 69.974037 147.239554) - (xy 69.974034 147.239555) - (xy 69.857095 147.327095) - (xy 69.769555 147.444034) - (xy 69.769555 147.444035) - (xy 69.718505 147.580906) - (xy 69.712 147.641402) - (xy 69.712 148.336) - (xy 70.747032 148.336) - (xy 70.696375 148.42374) - (xy 70.66619 148.555992) - (xy 70.676327 148.691265) - (xy 70.725887 148.817541) - (xy 70.746987 148.844) - (xy 69.712 148.844) - (xy 69.712 149.538597) - (xy 69.718505 149.599093) - (xy 69.769555 149.735964) - (xy 69.769555 149.735965) - (xy 69.857095 149.852904) - (xy 69.974034 149.940444) - (xy 70.110906 149.991494) - (xy 70.171402 149.997999) - (xy 70.171415 149.998) - (xy 70.866 149.998) - (xy 70.866 148.961462) - (xy 70.922547 149.000016) - (xy 71.052173 149.04) - (xy 71.153724 149.04) - (xy 71.254138 149.024865) - (xy 71.374 148.967142) - (xy 71.374 149.998) - (xy 72.068585 149.998) - (xy 72.068597 149.997999) - (xy 72.129093 149.991494) - (xy 72.265964 149.940444) - (xy 72.265965 149.940444) - (xy 72.382904 149.852904) - (xy 72.470444 149.735965) - (xy 72.470444 149.735964) - (xy 72.521494 149.599093) - (xy 72.527999 149.538597) - (xy 72.528 149.538585) - (xy 72.528 148.844) - (xy 71.492968 148.844) - (xy 71.543625 148.75626) - (xy 71.57381 148.624008) - (xy 71.563673 148.488735) - (xy 71.514113 148.362459) - (xy 71.493013 148.336) - (xy 72.528 148.336) - (xy 72.528 147.641414) - (xy 72.527999 147.641402) - (xy 72.521494 147.580906) - (xy 72.470444 147.444035) - (xy 72.470444 147.444034) - (xy 72.382904 147.327095) - (xy 72.265965 147.239555) - (xy 72.26596 147.239553) - (xy 72.198459 147.214376) - (xy 72.141623 147.171829) - (xy 72.116813 147.105309) - (xy 72.131905 147.035935) - (xy 72.149784 147.010991) - (xy 72.235314 146.918083) - (xy 72.362984 146.722669) - (xy 72.456749 146.508907) - (xy 72.514051 146.282626) - (xy 72.533327 146.05) - (xy 72.514051 145.817374) - (xy 72.456749 145.591093) - (xy 72.362984 145.377331) - (xy 72.258184 145.216922) - (xy 72.235314 145.181916) - (xy 72.077225 145.010186) - (xy 72.077221 145.010182) - (xy 71.985118 144.938496) - (xy 71.893017 144.86681) - (xy 71.687727 144.755713) - (xy 71.687724 144.755712) - (xy 71.687723 144.755711) - (xy 71.466955 144.679921) - (xy 71.466948 144.679919) - (xy 71.368411 144.663476) - (xy 71.236712 144.6415) - (xy 71.003288 144.6415) - (xy 70.888066 144.660727) - (xy 70.773051 144.679919) - (xy 70.773044 144.679921) - (xy 70.552276 144.755711) - (xy 70.552273 144.755713) - (xy 70.346985 144.866809) - (xy 70.346983 144.86681) - (xy 70.162778 145.010182) - (xy 70.162774 145.010186) - (xy 70.004685 145.181916) - (xy 69.877015 145.377331) - (xy 69.783252 145.591089) - (xy 69.783249 145.591096) - (xy 69.72595 145.817366) - (xy 69.706673 146.049999) - (xy 50.8605 146.049999) - (xy 50.8605 143.94) - (xy 59.381634 143.94) - (xy 59.401066 144.186911) - (xy 59.458885 144.427742) - (xy 59.553666 144.656563) - (xy 59.682504 144.866809) - (xy 59.683076 144.867741) - (xy 59.683077 144.867743) - (xy 59.843926 145.056073) - (xy 60.032256 145.216922) - (xy 60.03226 145.216925) - (xy 60.243437 145.346334) - (xy 60.472258 145.441115) - (xy 60.713089 145.498934) - (xy 60.96 145.518366) - (xy 61.206911 145.498934) - (xy 61.447742 145.441115) - (xy 61.676563 145.346334) - (xy 61.88774 145.216925) - (xy 62.076073 145.056073) - (xy 62.236925 144.86774) - (xy 62.366334 144.656563) - (xy 62.461115 144.427742) - (xy 62.518934 144.186911) - (xy 62.538366 143.94) - (xy 62.518934 143.693089) - (xy 62.461115 143.452258) - (xy 62.366334 143.223437) - (xy 62.236925 143.01226) - (xy 62.197656 142.966282) - (xy 62.076073 142.823926) - (xy 61.887743 142.663077) - (xy 61.887741 142.663076) - (xy 61.88774 142.663075) - (xy 61.676563 142.533666) - (xy 61.608343 142.505408) - (xy 61.553063 142.46086) - (xy 61.530642 142.393497) - (xy 61.5482 142.324706) - (xy 61.600162 142.276328) - (xy 61.656562 142.263) - (xy 61.973585 142.263) - (xy 61.973597 142.262999) - (xy 62.034093 142.256494) - (xy 62.170964 142.205444) - (xy 62.170965 142.205444) - (xy 62.287904 142.117904) - (xy 62.375444 142.000965) - (xy 62.375444 142.000964) - (xy 62.426494 141.864093) - (xy 62.432999 141.803597) - (xy 62.433 141.803585) - (xy 62.433 141.094) - (xy 61.514638 141.094) - (xy 61.544755 141.029998) - (xy 61.573635 140.878607) - (xy 61.563957 140.724789) - (xy 61.518862 140.586) - (xy 62.433 140.586) - (xy 62.433 139.876414) - (xy 62.432999 139.876402) - (xy 62.426494 139.815906) - (xy 62.375444 139.679035) - (xy 62.375444 139.679034) - (xy 62.287904 139.562095) - (xy 62.170965 139.474555) - (xy 62.034093 139.423505) - (xy 61.973597 139.417) - (xy 61.214 139.417) - (xy 61.214 140.283534) - (xy 61.186341 140.268329) - (xy 61.037061 140.23) - (xy 60.921625 140.23) - (xy 60.807094 140.244469) - (xy 60.706 140.284494) - (xy 60.706 139.417) - (xy 59.946402 139.417) - (xy 59.885906 139.423505) - (xy 59.749035 139.474555) - (xy 59.749034 139.474555) - (xy 59.632095 139.562095) - (xy 59.544555 139.679034) - (xy 59.544555 139.679035) - (xy 59.493505 139.815906) - (xy 59.487 139.876402) - (xy 59.487 140.586) - (xy 60.405362 140.586) - (xy 60.375245 140.650002) - (xy 60.346365 140.801393) - (xy 60.356043 140.955211) - (xy 60.401138 141.094) - (xy 59.487 141.094) - (xy 59.487 141.803597) - (xy 59.493505 141.864093) - (xy 59.544555 142.000964) - (xy 59.544555 142.000965) - (xy 59.632095 142.117904) - (xy 59.749034 142.205444) - (xy 59.885906 142.256494) - (xy 59.946402 142.262999) - (xy 59.946415 142.263) - (xy 60.263438 142.263) - (xy 60.331559 142.283002) - (xy 60.378052 142.336658) - (xy 60.388156 142.406932) - (xy 60.358662 142.471512) - (xy 60.311656 142.505408) - (xy 60.288243 142.515106) - (xy 60.243438 142.533665) - (xy 60.032258 142.663076) - (xy 60.032256 142.663077) - (xy 59.843926 142.823926) - (xy 59.683077 143.012256) - (xy 59.683076 143.012258) - (xy 59.553665 143.223438) - (xy 59.458885 143.452257) - (xy 59.454758 143.46945) - (xy 59.401066 143.693089) - (xy 59.381634 143.94) - (xy 50.8605 143.94) - (xy 50.8605 141.732) - (xy 52.026502 141.732) - (xy 52.046457 141.960086) - (xy 52.105715 142.18124) - (xy 52.105717 142.181246) - (xy 52.202477 142.388749) - (xy 52.303948 142.533665) - (xy 52.333802 142.5763) - (xy 52.4957 142.738198) - (xy 52.683251 142.869523) - (xy 52.890757 142.966284) - (xy 53.111913 143.025543) - (xy 53.34 143.045498) - (xy 53.568087 143.025543) - (xy 53.789243 142.966284) - (xy 53.996749 142.869523) - (xy 54.1843 142.738198) - (xy 54.346198 142.5763) - (xy 54.477523 142.388749) - (xy 54.574284 142.181243) - (xy 54.633543 141.960087) - (xy 54.653498 141.732) - (xy 54.633543 141.503913) - (xy 54.574284 141.282757) - (xy 54.477523 141.075251) - (xy 54.346198 140.8877) - (xy 54.1843 140.725802) - (xy 54.182853 140.724789) - (xy 53.996749 140.594477) - (xy 53.789246 140.497717) - (xy 53.78924 140.497715) - (xy 53.695771 140.47267) - (xy 53.568087 140.438457) - (xy 53.34 140.418502) - (xy 53.111913 140.438457) - (xy 52.890759 140.497715) - (xy 52.890753 140.497717) - (xy 52.68325 140.594477) - (xy 52.495703 140.725799) - (xy 52.495697 140.725804) - (xy 52.333804 140.887697) - (xy 52.333799 140.887703) - (xy 52.202477 141.07525) - (xy 52.105717 141.282753) - (xy 52.105715 141.282759) - (xy 52.046457 141.503913) - (xy 52.026502 141.732) - (xy 50.8605 141.732) - (xy 50.8605 139.532649) - (xy 52.0315 139.532649) - (xy 52.038009 139.593196) - (xy 52.038011 139.593204) - (xy 52.08911 139.730202) - (xy 52.089112 139.730207) - (xy 52.176738 139.847261) - (xy 52.293792 139.934887) - (xy 52.293794 139.934888) - (xy 52.293796 139.934889) - (xy 52.352875 139.956924) - (xy 52.430795 139.985988) - (xy 52.430803 139.98599) - (xy 52.49135 139.992499) - (xy 52.491355 139.992499) - (xy 52.491362 139.9925) - (xy 52.491368 139.9925) - (xy 54.188632 139.9925) - (xy 54.188638 139.9925) - (xy 54.188645 139.992499) - (xy 54.188649 139.992499) - (xy 54.249196 139.98599) - (xy 54.249199 139.985989) - (xy 54.249201 139.985989) - (xy 54.386204 139.934889) - (xy 54.503261 139.847261) - (xy 54.590889 139.730204) - (xy 54.641989 139.593201) - (xy 54.645757 139.558158) - (xy 54.648499 139.532649) - (xy 54.6485 139.532632) - (xy 54.6485 137.835367) - (xy 54.648499 137.83535) - (xy 54.64199 137.774803) - (xy 54.641988 137.774795) - (xy 54.590889 137.637797) - (xy 54.590887 137.637792) - (xy 54.503261 137.520738) - (xy 54.386207 137.433112) - (xy 54.386202 137.43311) - (xy 54.249204 137.382011) - (xy 54.249196 137.382009) - (xy 54.188649 137.3755) - (xy 54.188638 137.3755) - (xy 52.491362 137.3755) - (xy 52.49135 137.3755) - (xy 52.430803 137.382009) - (xy 52.430795 137.382011) - (xy 52.293797 137.43311) - (xy 52.293792 137.433112) - (xy 52.176738 137.520738) - (xy 52.089112 137.637792) - (xy 52.08911 137.637797) - (xy 52.038011 137.774795) - (xy 52.038009 137.774803) - (xy 52.0315 137.83535) - (xy 52.0315 139.532649) - (xy 50.8605 139.532649) - (xy 50.8605 134.112) - (xy 57.389693 134.112) - (xy 57.408885 134.331371) - (xy 57.441791 134.454178) - (xy 57.465879 134.544073) - (xy 57.465881 134.544079) - (xy 57.553805 134.732633) - (xy 57.558944 134.743654) - (xy 57.685251 134.924038) - (xy 57.685254 134.924042) - (xy 57.840957 135.079745) - (xy 57.840961 135.079748) - (xy 57.840962 135.079749) - (xy 58.021346 135.206056) - (xy 58.021351 135.206058) - (xy 58.021351 135.206059) - (xy 58.154358 135.26808) - (xy 58.207644 135.314997) - (xy 58.227105 135.383274) - (xy 58.206564 135.451234) - (xy 58.15436 135.496469) - (xy 58.0216 135.558377) - (xy 57.961011 135.600801) - (xy 58.613482 136.253272) - (xy 58.527852 136.266835) - (xy 58.414955 136.324359) - (xy 58.325359 136.413955) - (xy 58.267835 136.526852) - (xy 58.254272 136.612482) - (xy 57.601801 135.960011) - (xy 57.559378 136.020598) - (xy 57.466352 136.220092) - (xy 57.46635 136.220096) - (xy 57.40938 136.432712) - (xy 57.390195 136.652) - (xy 57.40938 136.871287) - (xy 57.46635 137.083903) - (xy 57.466352 137.083907) - (xy 57.559378 137.283402) - (xy 57.601801 137.343986) - (xy 58.254272 136.691515) - (xy 58.267835 136.777148) - (xy 58.325359 136.890045) - (xy 58.414955 136.979641) - (xy 58.527852 137.037165) - (xy 58.613481 137.050727) - (xy 57.961012 137.703196) - (xy 57.961012 137.703197) - (xy 58.0216 137.745622) - (xy 58.221092 137.838647) - (xy 58.221096 137.838649) - (xy 58.433712 137.895619) - (xy 58.653 137.914804) - (xy 58.872287 137.895619) - (xy 59.084903 137.838649) - (xy 59.084912 137.838645) - (xy 59.284405 137.745619) - (xy 59.284412 137.745615) - (xy 59.344986 137.703198) - (xy 59.344986 137.703197) - (xy 58.692517 137.050727) - (xy 58.778148 137.037165) - (xy 58.891045 136.979641) - (xy 58.980641 136.890045) - (xy 59.038165 136.777148) - (xy 59.051727 136.691517) - (xy 59.704197 137.343986) - (xy 59.704198 137.343986) - (xy 59.746615 137.283412) - (xy 59.746619 137.283405) - (xy 59.839645 137.083912) - (xy 59.839649 137.083903) - (xy 59.896619 136.871287) - (xy 59.915804 136.652) - (xy 59.896619 136.432712) - (xy 59.839649 136.220096) - (xy 59.839647 136.220092) - (xy 59.746621 136.020598) - (xy 59.704198 135.960012) - (xy 59.704196 135.960012) - (xy 59.051726 136.612481) - (xy 59.038165 136.526852) - (xy 58.980641 136.413955) - (xy 58.891045 136.324359) - (xy 58.778148 136.266835) - (xy 58.692516 136.253272) - (xy 59.309787 135.636) - (xy 61.678502 135.636) - (xy 61.698457 135.864087) - (xy 61.700063 135.87008) - (xy 61.757715 136.08524) - (xy 61.757717 136.085246) - (xy 61.854477 136.292749) - (xy 61.939346 136.413955) - (xy 61.985802 136.4803) - (xy 62.1477 136.642198) - (xy 62.335251 136.773523) - (xy 62.542757 136.870284) - (xy 62.763913 136.929543) - (xy 62.992 136.949498) - (xy 63.220087 136.929543) - (xy 63.441243 136.870284) - (xy 63.648749 136.773523) - (xy 63.8363 136.642198) - (xy 63.998198 136.4803) - (xy 64.129523 136.292749) - (xy 64.226284 136.085243) - (xy 64.285543 135.864087) - (xy 64.305498 135.636) - (xy 64.285543 135.407913) - (xy 64.226284 135.186757) - (xy 64.129523 134.979251) - (xy 63.998198 134.7917) - (xy 63.8363 134.629802) - (xy 63.648749 134.498477) - (xy 63.648748 134.498476) - (xy 63.441246 134.401717) - (xy 63.44124 134.401715) - (xy 63.347771 134.37667) - (xy 63.220087 134.342457) - (xy 62.992 134.322502) - (xy 62.763913 134.342457) - (xy 62.542759 134.401715) - (xy 62.542753 134.401717) - (xy 62.33525 134.498477) - (xy 62.147703 134.629799) - (xy 62.147697 134.629804) - (xy 61.985804 134.791697) - (xy 61.985799 134.791703) - (xy 61.854477 134.97925) - (xy 61.757717 135.186753) - (xy 61.757715 135.186759) - (xy 61.712336 135.356115) - (xy 61.698457 135.407913) - (xy 61.678502 135.636) - (xy 59.309787 135.636) - (xy 59.344986 135.600801) - (xy 59.344986 135.6008) - (xy 59.284401 135.558378) - (xy 59.284402 135.558378) - (xy 59.15164 135.49647) - (xy 59.098355 135.449552) - (xy 59.078894 135.381275) - (xy 59.099436 135.313315) - (xy 59.151639 135.268081) - (xy 59.284654 135.206056) - (xy 59.465038 135.079749) - (xy 59.620749 134.924038) - (xy 59.747056 134.743654) - (xy 59.84012 134.544076) - (xy 59.897115 134.331371) - (xy 59.916307 134.112) - (xy 59.897115 133.892629) - (xy 59.84012 133.679924) - (xy 59.747056 133.480347) - (xy 59.620749 133.299962) - (xy 59.465038 133.144251) - (xy 59.465037 133.14425) - (xy 59.465036 133.144249) - (xy 59.465033 133.144247) - (xy 59.344306 133.059713) - (xy 59.299977 133.004256) - (xy 59.292668 132.933637) - (xy 59.324698 132.870276) - (xy 59.3859 132.834291) - (xy 59.416576 132.8305) - (xy 59.451632 132.8305) - (xy 59.451638 132.8305) - (xy 59.451645 132.830499) - (xy 59.451649 132.830499) - (xy 59.512196 132.82399) - (xy 59.512199 132.823989) - (xy 59.512201 132.823989) - (xy 59.649204 132.772889) - (xy 59.766261 132.685261) - (xy 59.853889 132.568204) - (xy 59.904989 132.431201) - (xy 59.906592 132.416296) - (xy 59.911499 132.370649) - (xy 59.9115 132.370632) - (xy 59.9115 130.773367) - (xy 59.911499 130.77335) - (xy 59.90499 130.712803) - (xy 59.904988 130.712795) - (xy 59.853889 130.575797) - (xy 59.853887 130.575792) - (xy 59.766261 130.458738) - (xy 59.649207 130.371112) - (xy 59.649202 130.37111) - (xy 59.512204 130.320011) - (xy 59.512196 130.320009) - (xy 59.451649 130.3135) - (xy 59.451638 130.3135) - (xy 57.854362 130.3135) - (xy 57.85435 130.3135) - (xy 57.793803 130.320009) - (xy 57.793795 130.320011) - (xy 57.656797 130.37111) - (xy 57.656792 130.371112) - (xy 57.539738 130.458738) - (xy 57.452112 130.575792) - (xy 57.45211 130.575797) - (xy 57.401011 130.712795) - (xy 57.401009 130.712803) - (xy 57.3945 130.77335) - (xy 57.3945 132.370649) - (xy 57.401009 132.431196) - (xy 57.401011 132.431204) - (xy 57.45211 132.568202) - (xy 57.452112 132.568207) - (xy 57.539738 132.685261) - (xy 57.656792 132.772887) - (xy 57.656794 132.772888) - (xy 57.656796 132.772889) - (xy 57.715875 132.794924) - (xy 57.793795 132.823988) - (xy 57.793803 132.82399) - (xy 57.85435 132.830499) - (xy 57.854355 132.830499) - (xy 57.854362 132.8305) - (xy 57.854368 132.8305) - (xy 57.889423 132.8305) - (xy 57.957544 132.850502) - (xy 58.004037 132.904158) - (xy 58.014141 132.974432) - (xy 57.984647 133.039012) - (xy 57.961694 133.059713) - (xy 57.840965 133.144248) - (xy 57.840959 133.144253) - (xy 57.685253 133.299959) - (xy 57.685248 133.299965) - (xy 57.558944 133.480346) - (xy 57.465881 133.67992) - (xy 57.465879 133.679926) - (xy 57.454417 133.722704) - (xy 57.408885 133.892629) - (xy 57.389693 134.112) - (xy 50.8605 134.112) - (xy 50.8605 130.81) - (xy 52.053917 130.81) - (xy 53.028314 130.81) - (xy 53.012359 130.825955) - (xy 52.954835 130.938852) - (xy 52.935014 131.064) - (xy 52.954835 131.189148) - (xy 53.012359 131.302045) - (xy 53.028314 131.318) - (xy 52.053918 131.318) - (xy 52.106186 131.513068) - (xy 52.106188 131.513073) - (xy 52.202912 131.720498) - (xy 52.334184 131.907974) - (xy 52.334189 131.90798) - (xy 52.496019 132.06981) - (xy 52.496025 132.069815) - (xy 52.683501 132.201087) - (xy 52.890926 132.297811) - (xy 52.890931 132.297813) - (xy 53.086 132.350081) - (xy 53.086 131.375686) - (xy 53.101955 131.391641) - (xy 53.214852 131.449165) - (xy 53.308519 131.464) - (xy 53.371481 131.464) - (xy 53.465148 131.449165) - (xy 53.578045 131.391641) - (xy 53.593999 131.375685) - (xy 53.594 132.350081) - (xy 53.789068 132.297813) - (xy 53.789073 132.297811) - (xy 53.996498 132.201087) - (xy 54.183974 132.069815) - (xy 54.18398 132.06981) - (xy 54.34581 131.90798) - (xy 54.345815 131.907974) - (xy 54.477087 131.720498) - (xy 54.573811 131.513073) - (xy 54.573813 131.513068) - (xy 54.626082 131.318) - (xy 53.651686 131.318) - (xy 53.667641 131.302045) - (xy 53.725165 131.189148) - (xy 53.744986 131.064) - (xy 53.725165 130.938852) - (xy 53.667641 130.825955) - (xy 53.651686 130.81) - (xy 54.626082 130.81) - (xy 54.573813 130.614931) - (xy 54.573811 130.614926) - (xy 54.477087 130.407501) - (xy 54.345815 130.220025) - (xy 54.34581 130.220019) - (xy 54.18398 130.058189) - (xy 54.183974 130.058184) - (xy 53.996498 129.926912) - (xy 53.789073 129.830188) - (xy 53.789071 129.830187) - (xy 53.594 129.777917) - (xy 53.594 130.752313) - (xy 53.578045 130.736359) - (xy 53.465148 130.678835) - (xy 53.371481 130.664) - (xy 53.308519 130.664) - (xy 53.214852 130.678835) - (xy 53.101955 130.736359) - (xy 53.085999 130.752314) - (xy 53.085999 129.777917) - (xy 52.890928 129.830187) - (xy 52.890926 129.830188) - (xy 52.683501 129.926912) - (xy 52.496025 130.058184) - (xy 52.496019 130.058189) - (xy 52.334189 130.220019) - (xy 52.334184 130.220025) - (xy 52.202912 130.407501) - (xy 52.106188 130.614926) - (xy 52.106186 130.614931) - (xy 52.053917 130.81) - (xy 50.8605 130.81) - (xy 50.8605 126.492) - (xy 53.093195 126.492) - (xy 53.11238 126.711287) - (xy 53.16935 126.923903) - (xy 53.169352 126.923907) - (xy 53.262378 127.123402) - (xy 53.304801 127.183986) - (xy 53.957272 126.531515) - (xy 53.970835 126.617148) - (xy 54.028359 126.730045) - (xy 54.117955 126.819641) - (xy 54.230852 126.877165) - (xy 54.316481 126.890727) - (xy 53.664012 127.543196) - (xy 53.664012 127.543197) - (xy 53.7246 127.585622) - (xy 53.924092 127.678647) - (xy 53.924096 127.678649) - (xy 54.136712 127.735619) - (xy 54.356 127.754804) - (xy 54.575287 127.735619) - (xy 54.787903 127.678649) - (xy 54.787912 127.678645) - (xy 54.987405 127.585619) - (xy 54.987412 127.585615) - (xy 55.047986 127.543198) - (xy 55.047986 127.543197) - (xy 54.395517 126.890727) - (xy 54.481148 126.877165) - (xy 54.594045 126.819641) - (xy 54.683641 126.730045) - (xy 54.741165 126.617148) - (xy 54.754727 126.531516) - (xy 55.407197 127.183986) - (xy 55.407198 127.183986) - (xy 55.449615 127.123412) - (xy 55.449616 127.12341) - (xy 55.511529 126.99064) - (xy 55.558447 126.937355) - (xy 55.626724 126.917894) - (xy 55.694684 126.938436) - (xy 55.739919 126.99064) - (xy 55.801944 127.123654) - (xy 55.918864 127.290632) - (xy 55.928251 127.304038) - (xy 55.928254 127.304042) - (xy 56.083957 127.459745) - (xy 56.083961 127.459748) - (xy 56.083962 127.459749) - (xy 56.264346 127.586056) - (xy 56.463924 127.67912) - (xy 56.676629 127.736115) - (xy 56.896 127.755307) - (xy 57.115371 127.736115) - (xy 57.328076 127.67912) - (xy 57.527654 127.586056) - (xy 57.708038 127.459749) - (xy 57.863749 127.304038) - (xy 57.948286 127.183306) - (xy 58.003744 127.138977) - (xy 58.074363 127.131668) - (xy 58.137724 127.163698) - (xy 58.173709 127.2249) - (xy 58.1775 127.255576) - (xy 58.1775 127.290649) - (xy 58.184009 127.351196) - (xy 58.184011 127.351204) - (xy 58.23511 127.488202) - (xy 58.235112 127.488207) - (xy 58.322738 127.605261) - (xy 58.439792 127.692887) - (xy 58.439794 127.692888) - (xy 58.439796 127.692889) - (xy 58.498875 127.714924) - (xy 58.576795 127.743988) - (xy 58.576803 127.74399) - (xy 58.63735 127.750499) - (xy 58.637355 127.750499) - (xy 58.637362 127.7505) - (xy 58.637368 127.7505) - (xy 60.234632 127.7505) - (xy 60.234638 127.7505) - (xy 60.234645 127.750499) - (xy 60.234649 127.750499) - (xy 60.295196 127.74399) - (xy 60.295199 127.743989) - (xy 60.295201 127.743989) - (xy 60.432204 127.692889) - (xy 60.451227 127.678649) - (xy 60.549261 127.605261) - (xy 60.636887 127.488207) - (xy 60.636887 127.488206) - (xy 60.636889 127.488204) - (xy 60.687989 127.351201) - (xy 60.690453 127.328288) - (xy 60.694499 127.290649) - (xy 60.6945 127.290632) - (xy 60.6945 127) - (xy 61.678502 127) - (xy 61.698457 127.228086) - (xy 61.757715 127.44924) - (xy 61.757717 127.449246) - (xy 61.854477 127.656749) - (xy 61.923487 127.755306) - (xy 61.985802 127.8443) - (xy 62.1477 128.006198) - (xy 62.335251 128.137523) - (xy 62.542757 128.234284) - (xy 62.763913 128.293543) - (xy 62.992 128.313498) - (xy 63.220087 128.293543) - (xy 63.441243 128.234284) - (xy 63.648749 128.137523) - (xy 63.8363 128.006198) - (xy 63.998198 127.8443) - (xy 64.129523 127.656749) - (xy 64.226284 127.449243) - (xy 64.285543 127.228087) - (xy 64.305498 127) - (xy 64.285543 126.771913) - (xy 64.226284 126.550757) - (xy 64.129523 126.343251) - (xy 63.998198 126.1557) - (xy 63.8363 125.993802) - (xy 63.835667 125.993359) - (xy 63.648749 125.862477) - (xy 63.441246 125.765717) - (xy 63.44124 125.765715) - (xy 63.347771 125.74067) - (xy 63.220087 125.706457) - (xy 62.992 125.686502) - (xy 62.763913 125.706457) - (xy 62.542759 125.765715) - (xy 62.542753 125.765717) - (xy 62.33525 125.862477) - (xy 62.147703 125.993799) - (xy 62.147697 125.993804) - (xy 61.985804 126.155697) - (xy 61.985799 126.155703) - (xy 61.854477 126.34325) - (xy 61.757717 126.550753) - (xy 61.757715 126.550759) - (xy 61.698457 126.771913) - (xy 61.678502 127) - (xy 60.6945 127) - (xy 60.6945 125.693367) - (xy 60.694499 125.69335) - (xy 60.68799 125.632803) - (xy 60.687988 125.632795) - (xy 60.636889 125.495797) - (xy 60.636887 125.495792) - (xy 60.549261 125.378738) - (xy 60.432207 125.291112) - (xy 60.432202 125.29111) - (xy 60.295204 125.240011) - (xy 60.295196 125.240009) - (xy 60.234649 125.2335) - (xy 60.234638 125.2335) - (xy 58.637362 125.2335) - (xy 58.63735 125.2335) - (xy 58.576803 125.240009) - (xy 58.576795 125.240011) - (xy 58.439797 125.29111) - (xy 58.439792 125.291112) - (xy 58.322738 125.378738) - (xy 58.235112 125.495792) - (xy 58.23511 125.495797) - (xy 58.184011 125.632795) - (xy 58.184009 125.632803) - (xy 58.1775 125.69335) - (xy 58.1775 125.728423) - (xy 58.157498 125.796544) - (xy 58.103842 125.843037) - (xy 58.033568 125.853141) - (xy 57.968988 125.823647) - (xy 57.948287 125.800694) - (xy 57.863751 125.679965) - (xy 57.863749 125.679962) - (xy 57.708038 125.524251) - (xy 57.527654 125.397944) - (xy 57.513333 125.391266) - (xy 57.328079 125.304881) - (xy 57.328073 125.304879) - (xy 57.238178 125.280791) - (xy 57.115371 125.247885) - (xy 56.896 125.228693) - (xy 56.676629 125.247885) - (xy 56.463926 125.304879) - (xy 56.46392 125.304881) - (xy 56.264346 125.397944) - (xy 56.083965 125.524248) - (xy 56.083959 125.524253) - (xy 55.928253 125.679959) - (xy 55.928248 125.679965) - (xy 55.801944 125.860346) - (xy 55.739919 125.993359) - (xy 55.693001 126.046644) - (xy 55.624724 126.066105) - (xy 55.556764 126.045563) - (xy 55.511529 125.993359) - (xy 55.449621 125.860598) - (xy 55.407198 125.800012) - (xy 55.407196 125.800012) - (xy 54.754726 126.452481) - (xy 54.741165 126.366852) - (xy 54.683641 126.253955) - (xy 54.594045 126.164359) - (xy 54.481148 126.106835) - (xy 54.395516 126.093272) - (xy 55.047986 125.440801) - (xy 55.047986 125.4408) - (xy 54.987401 125.398378) - (xy 54.987402 125.398378) - (xy 54.787907 125.305352) - (xy 54.787903 125.30535) - (xy 54.575287 125.24838) - (xy 54.356 125.229195) - (xy 54.136712 125.24838) - (xy 53.924096 125.30535) - (xy 53.924092 125.305352) - (xy 53.724598 125.398378) - (xy 53.664011 125.440801) - (xy 54.316482 126.093272) - (xy 54.230852 126.106835) - (xy 54.117955 126.164359) - (xy 54.028359 126.253955) - (xy 53.970835 126.366852) - (xy 53.957272 126.452482) - (xy 53.304801 125.800011) - (xy 53.262378 125.860598) - (xy 53.169352 126.060092) - (xy 53.16935 126.060096) - (xy 53.11238 126.272712) - (xy 53.093195 126.492) - (xy 50.8605 126.492) - (xy 50.8605 122.936) - (xy 61.678502 122.936) - (xy 61.698457 123.164087) - (xy 61.757716 123.385243) - (xy 61.854477 123.592749) - (xy 61.985802 123.7803) - (xy 62.1477 123.942198) - (xy 62.335251 124.073523) - (xy 62.542757 124.170284) - (xy 62.763913 124.229543) - (xy 62.992 124.249498) - (xy 63.220087 124.229543) - (xy 63.441243 124.170284) - (xy 63.648749 124.073523) - (xy 63.8363 123.942198) - (xy 63.998198 123.7803) - (xy 64.129523 123.592749) - (xy 64.226284 123.385243) - (xy 64.285543 123.164087) - (xy 64.305498 122.936) - (xy 64.285543 122.707913) - (xy 64.226284 122.486757) - (xy 64.129523 122.279251) - (xy 63.998198 122.0917) - (xy 63.8363 121.929802) - (xy 63.648749 121.798477) - (xy 63.45793 121.709497) - (xy 63.441246 121.701717) - (xy 63.44124 121.701715) - (xy 63.347771 121.67667) - (xy 63.220087 121.642457) - (xy 62.992 121.622502) - (xy 62.763913 121.642457) - (xy 62.542759 121.701715) - (xy 62.542753 121.701717) - (xy 62.33525 121.798477) - (xy 62.147703 121.929799) - (xy 62.147697 121.929804) - (xy 61.985804 122.091697) - (xy 61.985799 122.091703) - (xy 61.854477 122.27925) - (xy 61.757717 122.486753) - (xy 61.757716 122.486757) - (xy 61.698457 122.707913) - (xy 61.678502 122.936) - (xy 50.8605 122.936) - (xy 50.8605 120.396) - (xy 55.582502 120.396) - (xy 55.602457 120.624086) - (xy 55.661715 120.84524) - (xy 55.661717 120.845246) - (xy 55.73537 121.003196) - (xy 55.758477 121.052749) - (xy 55.889802 121.2403) - (xy 56.0517 121.402198) - (xy 56.239251 121.533523) - (xy 56.446757 121.630284) - (xy 56.667913 121.689543) - (xy 56.896 121.709498) - (xy 57.124087 121.689543) - (xy 57.345243 121.630284) - (xy 57.552749 121.533523) - (xy 57.7403 121.402198) - (xy 57.902198 121.2403) - (xy 58.033523 121.052749) - (xy 58.033523 121.052748) - (xy 58.033525 121.052746) - (xy 58.036274 121.047985) - (xy 58.038258 121.04913) - (xy 58.078645 121.003196) - (xy 58.146909 120.983686) - (xy 58.214883 121.00418) - (xy 58.253835 121.049076) - (xy 58.255726 121.047985) - (xy 58.258474 121.052746) - (xy 58.389799 121.240296) - (xy 58.389802 121.2403) - (xy 58.5517 121.402198) - (xy 58.739251 121.533523) - (xy 58.946757 121.630284) - (xy 59.167913 121.689543) - (xy 59.396 121.709498) - (xy 59.624087 121.689543) - (xy 59.845243 121.630284) - (xy 60.052749 121.533523) - (xy 60.2403 121.402198) - (xy 60.402198 121.2403) - (xy 60.533523 121.052749) - (xy 60.630284 120.845243) - (xy 60.689543 120.624087) - (xy 60.709498 120.396) - (xy 60.689543 120.167913) - (xy 60.630284 119.946757) - (xy 60.533523 119.739251) - (xy 60.402198 119.5517) - (xy 60.2403 119.389802) - (xy 60.161029 119.334296) - (xy 60.052749 119.258477) - (xy 59.845246 119.161717) - (xy 59.84524 119.161715) - (xy 59.751771 119.13667) - (xy 59.624087 119.102457) - (xy 59.396 119.082502) - (xy 59.167913 119.102457) - (xy 58.946759 119.161715) - (xy 58.946753 119.161717) - (xy 58.73925 119.258477) - (xy 58.551703 119.389799) - (xy 58.551697 119.389804) - (xy 58.389804 119.551697) - (xy 58.389799 119.551703) - (xy 58.258474 119.739253) - (xy 58.255726 119.744015) - (xy 58.253775 119.742888) - (xy 58.213187 119.788908) - (xy 58.144893 119.808311) - (xy 58.076951 119.787712) - (xy 58.038182 119.742913) - (xy 58.036274 119.744015) - (xy 58.033525 119.739253) - (xy 57.9022 119.551703) - (xy 57.902195 119.551697) - (xy 57.740302 119.389804) - (xy 57.740296 119.389799) - (xy 57.552749 119.258477) - (xy 57.345246 119.161717) - (xy 57.34524 119.161715) - (xy 57.251771 119.13667) - (xy 57.124087 119.102457) - (xy 56.896 119.082502) - (xy 56.667913 119.102457) - (xy 56.446759 119.161715) - (xy 56.446753 119.161717) - (xy 56.23925 119.258477) - (xy 56.051703 119.389799) - (xy 56.051697 119.389804) - (xy 55.889804 119.551697) - (xy 55.889799 119.551703) - (xy 55.758477 119.73925) - (xy 55.661717 119.946753) - (xy 55.661715 119.946759) - (xy 55.602457 120.167913) - (xy 55.582502 120.396) - (xy 50.8605 120.396) - (xy 50.8605 116.586) - (xy 52.053917 116.586) - (xy 53.028314 116.586) - (xy 53.012359 116.601955) - (xy 52.954835 116.714852) - (xy 52.935014 116.84) - (xy 52.954835 116.965148) - (xy 53.012359 117.078045) - (xy 53.028314 117.094) - (xy 52.053918 117.094) - (xy 52.106186 117.289068) - (xy 52.106188 117.289073) - (xy 52.202912 117.496498) - (xy 52.334184 117.683974) - (xy 52.334189 117.68398) - (xy 52.496019 117.84581) - (xy 52.496025 117.845815) - (xy 52.683501 117.977087) - (xy 52.890926 118.073811) - (xy 52.890931 118.073813) - (xy 53.086 118.126081) - (xy 53.086 117.151686) - (xy 53.101955 117.167641) - (xy 53.214852 117.225165) - (xy 53.308519 117.24) - (xy 53.371481 117.24) - (xy 53.465148 117.225165) - (xy 53.578045 117.167641) - (xy 53.593999 117.151686) - (xy 53.594 118.126081) - (xy 53.789068 118.073813) - (xy 53.789073 118.073811) - (xy 53.996498 117.977087) - (xy 54.183974 117.845815) - (xy 54.18398 117.84581) - (xy 54.341141 117.688649) - (xy 59.6515 117.688649) - (xy 59.658009 117.749196) - (xy 59.658011 117.749204) - (xy 59.70911 117.886202) - (xy 59.709112 117.886207) - (xy 59.796738 118.003261) - (xy 59.913792 118.090887) - (xy 59.913794 118.090888) - (xy 59.913796 118.090889) - (xy 59.972875 118.112924) - (xy 60.050795 118.141988) - (xy 60.050803 118.14199) - (xy 60.11135 118.148499) - (xy 60.111355 118.148499) - (xy 60.111362 118.1485) - (xy 60.111368 118.1485) - (xy 61.808632 118.1485) - (xy 61.808638 118.1485) - (xy 61.808645 118.148499) - (xy 61.808649 118.148499) - (xy 61.869196 118.14199) - (xy 61.869199 118.141989) - (xy 61.869201 118.141989) - (xy 62.006204 118.090889) - (xy 62.029018 118.073811) - (xy 62.123261 118.003261) - (xy 62.210887 117.886207) - (xy 62.210887 117.886206) - (xy 62.210889 117.886204) - (xy 62.261989 117.749201) - (xy 62.2685 117.688638) - (xy 62.2685 115.991362) - (xy 62.268499 115.99135) - (xy 62.26199 115.930803) - (xy 62.261988 115.930795) - (xy 62.210889 115.793797) - (xy 62.210887 115.793792) - (xy 62.123261 115.676738) - (xy 62.006207 115.589112) - (xy 62.006202 115.58911) - (xy 61.869204 115.538011) - (xy 61.869196 115.538009) - (xy 61.808649 115.5315) - (xy 61.808638 115.5315) - (xy 60.111362 115.5315) - (xy 60.11135 115.5315) - (xy 60.050803 115.538009) - (xy 60.050795 115.538011) - (xy 59.913797 115.58911) - (xy 59.913792 115.589112) - (xy 59.796738 115.676738) - (xy 59.709112 115.793792) - (xy 59.70911 115.793797) - (xy 59.658011 115.930795) - (xy 59.658009 115.930803) - (xy 59.6515 115.99135) - (xy 59.6515 117.688649) - (xy 54.341141 117.688649) - (xy 54.34581 117.68398) - (xy 54.345815 117.683974) - (xy 54.477087 117.496498) - (xy 54.573811 117.289073) - (xy 54.573813 117.289068) - (xy 54.626082 117.094) - (xy 53.651686 117.094) - (xy 53.667641 117.078045) - (xy 53.725165 116.965148) - (xy 53.744986 116.84) - (xy 53.725165 116.714852) - (xy 53.667641 116.601955) - (xy 53.651686 116.586) - (xy 54.626082 116.586) - (xy 54.573813 116.390931) - (xy 54.573811 116.390926) - (xy 54.477087 116.183501) - (xy 54.345815 115.996025) - (xy 54.34581 115.996019) - (xy 54.18398 115.834189) - (xy 54.183974 115.834184) - (xy 53.996498 115.702912) - (xy 53.789073 115.606188) - (xy 53.789071 115.606187) - (xy 53.594 115.553917) - (xy 53.594 116.528314) - (xy 53.578045 116.512359) - (xy 53.465148 116.454835) - (xy 53.371481 116.44) - (xy 53.308519 116.44) - (xy 53.214852 116.454835) - (xy 53.101955 116.512359) - (xy 53.085999 116.528314) - (xy 53.085999 115.553917) - (xy 52.890928 115.606187) - (xy 52.890926 115.606188) - (xy 52.683501 115.702912) - (xy 52.496025 115.834184) - (xy 52.496019 115.834189) - (xy 52.334189 115.996019) - (xy 52.334184 115.996025) - (xy 52.202912 116.183501) - (xy 52.106188 116.390926) - (xy 52.106186 116.390931) - (xy 52.053917 116.586) - (xy 50.8605 116.586) - (xy 50.8605 112.776) - (xy 52.026502 112.776) - (xy 52.046457 113.004087) - (xy 52.054418 113.033796) - (xy 52.105715 113.22524) - (xy 52.105717 113.225246) - (xy 52.202477 113.432749) - (xy 52.313426 113.591201) - (xy 52.333802 113.6203) - (xy 52.4957 113.782198) - (xy 52.683251 113.913523) - (xy 52.890757 114.010284) - (xy 53.111913 114.069543) - (xy 53.34 114.089498) - (xy 53.568087 114.069543) - (xy 53.789243 114.010284) - (xy 53.996749 113.913523) - (xy 54.1843 113.782198) - (xy 54.346198 113.6203) - (xy 54.477523 113.432749) - (xy 54.574284 113.225243) - (xy 54.633543 113.004087) - (xy 54.653498 112.776) - (xy 54.633543 112.547913) - (xy 54.574284 112.326757) - (xy 54.477523 112.119251) - (xy 54.346198 111.9317) - (xy 54.1843 111.769802) - (xy 53.996749 111.638477) - (xy 53.996748 111.638476) - (xy 53.789246 111.541717) - (xy 53.78924 111.541715) - (xy 53.695771 111.51667) - (xy 53.568087 111.482457) - (xy 53.34 111.462502) - (xy 53.111913 111.482457) - (xy 52.890759 111.541715) - (xy 52.890753 111.541717) - (xy 52.68325 111.638477) - (xy 52.495703 111.769799) - (xy 52.495697 111.769804) - (xy 52.333804 111.931697) - (xy 52.333799 111.931703) - (xy 52.202477 112.11925) - (xy 52.105717 112.326753) - (xy 52.105716 112.326757) - (xy 52.046457 112.547913) - (xy 52.026502 112.776) - (xy 50.8605 112.776) - (xy 50.8605 107.928999) - (xy 53.728195 107.928999) - (xy 53.74738 108.148287) - (xy 53.80435 108.360903) - (xy 53.804352 108.360907) - (xy 53.897378 108.560402) - (xy 53.939801 108.620986) - (xy 54.592272 107.968515) - (xy 54.605835 108.054148) - (xy 54.663359 108.167045) - (xy 54.752955 108.256641) - (xy 54.865852 108.314165) - (xy 54.951481 108.327727) - (xy 54.299012 108.980196) - (xy 54.299012 108.980197) - (xy 54.3596 109.022622) - (xy 54.559092 109.115647) - (xy 54.559096 109.115649) - (xy 54.771712 109.172619) - (xy 54.990999 109.191804) - (xy 55.210287 109.172619) - (xy 55.422903 109.115649) - (xy 55.422912 109.115645) - (xy 55.622405 109.022619) - (xy 55.622412 109.022615) - (xy 55.682986 108.980198) - (xy 55.682986 108.980197) - (xy 55.030517 108.327727) - (xy 55.116148 108.314165) - (xy 55.229045 108.256641) - (xy 55.318641 108.167045) - (xy 55.376165 108.054148) - (xy 55.389727 107.968517) - (xy 56.042197 108.620986) - (xy 56.042198 108.620986) - (xy 56.084615 108.560412) - (xy 56.084616 108.56041) - (xy 56.146529 108.42764) - (xy 56.193447 108.374355) - (xy 56.261724 108.354894) - (xy 56.329684 108.375436) - (xy 56.374919 108.42764) - (xy 56.391732 108.463697) - (xy 56.436944 108.560654) - (xy 56.536053 108.702195) - (xy 56.563251 108.741038) - (xy 56.563254 108.741042) - (xy 56.718957 108.896745) - (xy 56.718961 108.896748) - (xy 56.718962 108.896749) - (xy 56.899346 109.023056) - (xy 57.098924 109.11612) - (xy 57.311629 109.173115) - (xy 57.531 109.192307) - (xy 57.750371 109.173115) - (xy 57.963076 109.11612) - (xy 58.162654 109.023056) - (xy 58.343038 108.896749) - (xy 58.498749 108.741038) - (xy 58.583286 108.620306) - (xy 58.638744 108.575977) - (xy 58.709363 108.568668) - (xy 58.772724 108.600698) - (xy 58.808709 108.6619) - (xy 58.8125 108.692576) - (xy 58.8125 108.727649) - (xy 58.819009 108.788196) - (xy 58.819011 108.788204) - (xy 58.87011 108.925202) - (xy 58.870112 108.925207) - (xy 58.957738 109.042261) - (xy 59.074792 109.129887) - (xy 59.074794 109.129888) - (xy 59.074796 109.129889) - (xy 59.133875 109.151924) - (xy 59.211795 109.180988) - (xy 59.211803 109.18099) - (xy 59.27235 109.187499) - (xy 59.272355 109.187499) - (xy 59.272362 109.1875) - (xy 59.272368 109.1875) - (xy 60.869632 109.1875) - (xy 60.869638 109.1875) - (xy 60.869645 109.187499) - (xy 60.869649 109.187499) - (xy 60.930196 109.18099) - (xy 60.930199 109.180989) - (xy 60.930201 109.180989) - (xy 61.067204 109.129889) - (xy 61.086227 109.115649) - (xy 61.184261 109.042261) - (xy 61.271887 108.925207) - (xy 61.271887 108.925206) - (xy 61.271889 108.925204) - (xy 61.322989 108.788201) - (xy 61.32806 108.741038) - (xy 61.329499 108.727649) - (xy 61.3295 108.727632) - (xy 61.3295 107.696) - (xy 61.678502 107.696) - (xy 61.698457 107.924087) - (xy 61.711757 107.973724) - (xy 61.757715 108.14524) - (xy 61.757717 108.145246) - (xy 61.854477 108.352749) - (xy 61.860186 108.360903) - (xy 61.985802 108.5403) - (xy 62.1477 108.702198) - (xy 62.335251 108.833523) - (xy 62.542757 108.930284) - (xy 62.763913 108.989543) - (xy 62.992 109.009498) - (xy 63.220087 108.989543) - (xy 63.441243 108.930284) - (xy 63.648749 108.833523) - (xy 63.8363 108.702198) - (xy 63.998198 108.5403) - (xy 64.129523 108.352749) - (xy 64.226284 108.145243) - (xy 64.285543 107.924087) - (xy 64.305498 107.696) - (xy 64.285543 107.467913) - (xy 64.226284 107.246757) - (xy 64.129523 107.039251) - (xy 63.998198 106.8517) - (xy 63.8363 106.689802) - (xy 63.826317 106.682812) - (xy 63.648749 106.558477) - (xy 63.441246 106.461717) - (xy 63.44124 106.461715) - (xy 63.254201 106.411598) - (xy 63.220087 106.402457) - (xy 62.992 106.382502) - (xy 62.763913 106.402457) - (xy 62.542759 106.461715) - (xy 62.542753 106.461717) - (xy 62.33525 106.558477) - (xy 62.147703 106.689799) - (xy 62.147697 106.689804) - (xy 61.985804 106.851697) - (xy 61.985799 106.851703) - (xy 61.854477 107.03925) - (xy 61.757717 107.246753) - (xy 61.757715 107.246759) - (xy 61.70852 107.430359) - (xy 61.698457 107.467913) - (xy 61.678502 107.696) - (xy 61.3295 107.696) - (xy 61.3295 107.130367) - (xy 61.329499 107.13035) - (xy 61.32299 107.069803) - (xy 61.322988 107.069795) - (xy 61.271889 106.932797) - (xy 61.271887 106.932792) - (xy 61.184261 106.815738) - (xy 61.067207 106.728112) - (xy 61.067202 106.72811) - (xy 60.930204 106.677011) - (xy 60.930196 106.677009) - (xy 60.869649 106.6705) - (xy 60.869638 106.6705) - (xy 59.272362 106.6705) - (xy 59.27235 106.6705) - (xy 59.211803 106.677009) - (xy 59.211795 106.677011) - (xy 59.074797 106.72811) - (xy 59.074792 106.728112) - (xy 58.957738 106.815738) - (xy 58.870112 106.932792) - (xy 58.87011 106.932797) - (xy 58.819011 107.069795) - (xy 58.819009 107.069803) - (xy 58.8125 107.13035) - (xy 58.8125 107.165423) - (xy 58.792498 107.233544) - (xy 58.738842 107.280037) - (xy 58.668568 107.290141) - (xy 58.603988 107.260647) - (xy 58.583287 107.237694) - (xy 58.498751 107.116965) - (xy 58.498749 107.116962) - (xy 58.343038 106.961251) - (xy 58.162654 106.834944) - (xy 58.160709 106.834037) - (xy 57.963079 106.741881) - (xy 57.963073 106.741879) - (xy 57.833882 106.707262) - (xy 57.750371 106.684885) - (xy 57.531 106.665693) - (xy 57.311629 106.684885) - (xy 57.098926 106.741879) - (xy 57.09892 106.741881) - (xy 56.899346 106.834944) - (xy 56.718965 106.961248) - (xy 56.718959 106.961253) - (xy 56.563253 107.116959) - (xy 56.563248 107.116965) - (xy 56.436944 107.297346) - (xy 56.374919 107.430359) - (xy 56.328001 107.483644) - (xy 56.259724 107.503105) - (xy 56.191764 107.482563) - (xy 56.146529 107.430359) - (xy 56.084621 107.297598) - (xy 56.042198 107.237012) - (xy 56.042196 107.237012) - (xy 55.389726 107.889481) - (xy 55.376165 107.803852) - (xy 55.318641 107.690955) - (xy 55.229045 107.601359) - (xy 55.116148 107.543835) - (xy 55.030516 107.530272) - (xy 55.682986 106.877801) - (xy 55.682986 106.8778) - (xy 55.622401 106.835378) - (xy 55.622402 106.835378) - (xy 55.422907 106.742352) - (xy 55.422903 106.74235) - (xy 55.210287 106.68538) - (xy 54.990999 106.666195) - (xy 54.771712 106.68538) - (xy 54.559096 106.74235) - (xy 54.559092 106.742352) - (xy 54.359598 106.835378) - (xy 54.299011 106.877801) - (xy 54.951482 107.530272) - (xy 54.865852 107.543835) - (xy 54.752955 107.601359) - (xy 54.663359 107.690955) - (xy 54.605835 107.803852) - (xy 54.592272 107.889482) - (xy 53.939801 107.237011) - (xy 53.897378 107.297598) - (xy 53.804352 107.497092) - (xy 53.80435 107.497096) - (xy 53.74738 107.709712) - (xy 53.728195 107.928999) - (xy 50.8605 107.928999) - (xy 50.8605 96.432189) - (xy 52.405824 96.432189) - (xy 52.407966 96.473054) - (xy 52.409413 96.50067) - (xy 52.409499 96.503943) - (xy 52.409499 96.525623) - (xy 52.411764 96.547174) - (xy 52.412023 96.550463) - (xy 52.415609 96.618907) - (xy 52.41561 96.618918) - (xy 52.419124 96.632032) - (xy 52.422725 96.651462) - (xy 52.424143 96.664956) - (xy 52.445327 96.730149) - (xy 52.446255 96.733283) - (xy 52.464005 96.799523) - (xy 52.470164 96.811612) - (xy 52.477728 96.829871) - (xy 52.481924 96.842784) - (xy 52.516208 96.902166) - (xy 52.517773 96.905049) - (xy 52.54889 96.966122) - (xy 52.557429 96.976666) - (xy 52.568628 96.99296) - (xy 52.575414 97.004714) - (xy 52.621284 97.055659) - (xy 52.623426 97.058167) - (xy 52.637062 97.075005) - (xy 52.637067 97.075011) - (xy 52.652376 97.090319) - (xy 52.654646 97.092711) - (xy 52.700529 97.143668) - (xy 52.711508 97.151645) - (xy 52.726544 97.164487) - (xy 54.305509 98.743452) - (xy 54.318348 98.758483) - (xy 54.326332 98.769472) - (xy 54.352954 98.793442) - (xy 54.377297 98.81536) - (xy 54.379652 98.817595) - (xy 54.394994 98.832937) - (xy 54.411838 98.846577) - (xy 54.411843 98.846581) - (xy 54.414327 98.848702) - (xy 54.465285 98.894585) - (xy 54.474851 98.900107) - (xy 54.477034 98.901368) - (xy 54.493333 98.91257) - (xy 54.503872 98.921105) - (xy 54.503877 98.921108) - (xy 54.564939 98.95222) - (xy 54.567838 98.953794) - (xy 54.611276 98.978872) - (xy 54.627215 98.988075) - (xy 54.640126 98.99227) - (xy 54.658379 98.99983) - (xy 54.670476 99.005994) - (xy 54.736707 99.02374) - (xy 54.739828 99.024664) - (xy 54.805044 99.045855) - (xy 54.81853 99.047272) - (xy 54.837969 99.050874) - (xy 54.851085 99.054389) - (xy 54.851091 99.054389) - (xy 54.851094 99.05439) - (xy 54.890173 99.056436) - (xy 54.919554 99.057976) - (xy 54.922815 99.058232) - (xy 54.94438 99.0605) - (xy 54.966056 99.0605) - (xy 54.969328 99.060585) - (xy 55.028609 99.063691) - (xy 55.037808 99.064174) - (xy 55.037808 99.064173) - (xy 55.03781 99.064174) - (xy 55.051214 99.06205) - (xy 55.070925 99.0605) - (xy 58.003939 99.0605) - (xy 58.07206 99.080502) - (xy 58.118553 99.134158) - (xy 58.128657 99.204432) - (xy 58.099163 99.269012) - (xy 58.057189 99.300695) - (xy 57.90325 99.372477) - (xy 57.715703 99.503799) - (xy 57.715697 99.503804) - (xy 57.553804 99.665697) - (xy 57.553799 99.665703) - (xy 57.422477 99.85325) - (xy 57.325717 100.060753) - (xy 57.325715 100.060759) - (xy 57.29 100.194049) - (xy 57.266457 100.281913) - (xy 57.246502 100.51) - (xy 57.266457 100.738087) - (xy 57.29 100.82595) - (xy 57.325715 100.95924) - (xy 57.325717 100.959246) - (xy 57.422477 101.166749) - (xy 57.553092 101.353287) - (xy 57.553802 101.3543) - (xy 57.7157 101.516198) - (xy 57.903251 101.647523) - (xy 58.110757 101.744284) - (xy 58.331913 101.803543) - (xy 58.56 101.823498) - (xy 58.788087 101.803543) - (xy 59.009243 101.744284) - (xy 59.216749 101.647523) - (xy 59.4043 101.516198) - (xy 59.566198 101.3543) - (xy 59.697523 101.166749) - (xy 59.715805 101.127542) - (xy 59.762718 101.074259) - (xy 59.830995 101.054796) - (xy 59.898955 101.075336) - (xy 59.944193 101.127541) - (xy 59.962475 101.166747) - (xy 60.093799 101.354296) - (xy 60.093802 101.3543) - (xy 60.2557 101.516198) - (xy 60.443251 101.647523) - (xy 60.650757 101.744284) - (xy 60.871913 101.803543) - (xy 61.1 101.823498) - (xy 61.328087 101.803543) - (xy 61.549243 101.744284) - (xy 61.756749 101.647523) - (xy 61.9443 101.516198) - (xy 62.106198 101.3543) - (xy 62.237523 101.166749) - (xy 62.255805 101.127542) - (xy 62.302718 101.074259) - (xy 62.370995 101.054796) - (xy 62.438955 101.075336) - (xy 62.484193 101.127541) - (xy 62.502475 101.166747) - (xy 62.633799 101.354296) - (xy 62.633802 101.3543) - (xy 62.7957 101.516198) - (xy 62.983251 101.647523) - (xy 63.190757 101.744284) - (xy 63.411913 101.803543) - (xy 63.64 101.823498) - (xy 63.868087 101.803543) - (xy 64.089243 101.744284) - (xy 64.296749 101.647523) - (xy 64.4843 101.516198) - (xy 64.646198 101.3543) - (xy 64.648943 101.350378) - (xy 64.704396 101.306048) - (xy 64.775015 101.298734) - (xy 64.838378 101.330761) - (xy 64.874367 101.39196) - (xy 64.877437 101.409168) - (xy 64.878504 101.41909) - (xy 64.878504 101.419091) - (xy 64.929555 101.555964) - (xy 64.929555 101.555965) - (xy 65.017095 101.672904) - (xy 65.134034 101.760444) - (xy 65.270906 101.811494) - (xy 65.331402 101.817999) - (xy 65.331415 101.818) - (xy 65.926 101.818) - (xy 65.925999 100.821685) - (xy 65.941955 100.837641) - (xy 66.054852 100.895165) - (xy 66.148519 100.91) - (xy 66.211481 100.91) - (xy 66.305148 100.895165) - (xy 66.418045 100.837641) - (xy 66.434 100.821686) - (xy 66.434 101.818) - (xy 67.028585 101.818) - (xy 67.028597 101.817999) - (xy 67.089093 101.811494) - (xy 67.225964 101.760444) - (xy 67.225965 101.760444) - (xy 67.342904 101.672904) - (xy 67.430444 101.555965) - (xy 67.430444 101.555964) - (xy 67.481494 101.419093) - (xy 67.487999 101.358597) - (xy 67.488 101.358585) - (xy 67.488 100.764) - (xy 66.491686 100.764) - (xy 66.507641 100.748045) - (xy 66.565165 100.635148) - (xy 66.584986 100.51) - (xy 66.565165 100.384852) - (xy 66.507641 100.271955) - (xy 66.491686 100.256) - (xy 67.488 100.256) - (xy 67.488 99.661414) - (xy 67.487999 99.661402) - (xy 67.481494 99.600906) - (xy 67.430444 99.464035) - (xy 67.430444 99.464034) - (xy 67.342904 99.347095) - (xy 67.225965 99.259555) - (xy 67.089093 99.208505) - (xy 67.028597 99.202) - (xy 66.434 99.202) - (xy 66.434 100.198314) - (xy 66.418045 100.182359) - (xy 66.305148 100.124835) - (xy 66.211481 100.11) - (xy 66.148519 100.11) - (xy 66.054852 100.124835) - (xy 65.941955 100.182359) - (xy 65.925999 100.198314) - (xy 65.925999 99.201999) - (xy 65.914988 99.190987) - (xy 65.884372 99.181998) - (xy 65.837879 99.128342) - (xy 65.827775 99.058068) - (xy 65.857269 98.993488) - (xy 65.889488 98.966884) - (xy 65.89088 98.966079) - (xy 65.912172 98.953786) - (xy 65.915038 98.952231) - (xy 65.91506 98.95222) - (xy 65.976125 98.921107) - (xy 65.986671 98.912565) - (xy 66.002959 98.901371) - (xy 66.014715 98.894585) - (xy 66.014718 98.894581) - (xy 66.01472 98.894581) - (xy 66.065653 98.84872) - (xy 66.068162 98.846577) - (xy 66.074164 98.841716) - (xy 66.085006 98.832937) - (xy 66.100345 98.817597) - (xy 66.102701 98.81536) - (xy 66.153669 98.76947) - (xy 66.161654 98.758478) - (xy 66.174483 98.743458) - (xy 67.889941 97.028) - (xy 69.298502 97.028) - (xy 69.318457 97.256087) - (xy 69.377716 97.477243) - (xy 69.474477 97.684749) - (xy 69.605802 97.8723) - (xy 69.7677 98.034198) - (xy 69.955251 98.165523) - (xy 70.162757 98.262284) - (xy 70.383913 98.321543) - (xy 70.612 98.341498) - (xy 70.840087 98.321543) - (xy 71.061243 98.262284) - (xy 71.268749 98.165523) - (xy 71.4563 98.034198) - (xy 71.618198 97.8723) - (xy 71.749523 97.684749) - (xy 71.846284 97.477243) - (xy 71.905543 97.256087) - (xy 71.925498 97.028) - (xy 79.458502 97.028) - (xy 79.478457 97.256087) - (xy 79.537716 97.477243) - (xy 79.634477 97.684749) - (xy 79.765802 97.8723) - (xy 79.9277 98.034198) - (xy 80.115251 98.165523) - (xy 80.322757 98.262284) - (xy 80.543913 98.321543) - (xy 80.772 98.341498) - (xy 81.000087 98.321543) - (xy 81.221243 98.262284) - (xy 81.428749 98.165523) - (xy 81.6163 98.034198) - (xy 81.778198 97.8723) - (xy 81.909523 97.684749) - (xy 82.006284 97.477243) - (xy 82.065543 97.256087) - (xy 82.085498 97.028) - (xy 82.065543 96.799913) - (xy 82.006284 96.578757) - (xy 81.909523 96.371251) - (xy 81.778198 96.1837) - (xy 81.6163 96.021802) - (xy 81.428749 95.890477) - (xy 81.428748 95.890477) - (xy 81.221246 95.793717) - (xy 81.22124 95.793715) - (xy 81.092466 95.75921) - (xy 81.000087 95.734457) - (xy 80.772 95.714502) - (xy 80.543913 95.734457) - (xy 80.322759 95.793715) - (xy 80.322753 95.793717) - (xy 80.11525 95.890477) - (xy 79.927703 96.021799) - (xy 79.927697 96.021804) - (xy 79.765804 96.183697) - (xy 79.765799 96.183703) - (xy 79.634477 96.37125) - (xy 79.537717 96.578753) - (xy 79.537715 96.578759) - (xy 79.49715 96.730149) - (xy 79.478457 96.799913) - (xy 79.458502 97.028) - (xy 71.925498 97.028) - (xy 71.905543 96.799913) - (xy 71.846284 96.578757) - (xy 71.749523 96.371251) - (xy 71.618198 96.1837) - (xy 71.4563 96.021802) - (xy 71.268749 95.890477) - (xy 71.268748 95.890477) - (xy 71.061246 95.793717) - (xy 71.06124 95.793715) - (xy 70.932466 95.75921) - (xy 70.840087 95.734457) - (xy 70.612 95.714502) - (xy 70.383913 95.734457) - (xy 70.162759 95.793715) - (xy 70.162753 95.793717) - (xy 69.95525 95.890477) - (xy 69.767703 96.021799) - (xy 69.767697 96.021804) - (xy 69.605804 96.183697) - (xy 69.605799 96.183703) - (xy 69.474477 96.37125) - (xy 69.377717 96.578753) - (xy 69.377715 96.578759) - (xy 69.33715 96.730149) - (xy 69.318457 96.799913) - (xy 69.298502 97.028) - (xy 67.889941 97.028) - (xy 70.109293 94.808649) - (xy 77.3315 94.808649) - (xy 77.338009 94.869196) - (xy 77.338011 94.869204) - (xy 77.38911 95.006202) - (xy 77.389112 95.006207) - (xy 77.476738 95.123261) - (xy 77.593792 95.210887) - (xy 77.593794 95.210888) - (xy 77.593796 95.210889) - (xy 77.645243 95.230078) - (xy 77.730795 95.261988) - (xy 77.730803 95.26199) - (xy 77.79135 95.268499) - (xy 77.791355 95.268499) - (xy 77.791362 95.2685) - (xy 77.791368 95.2685) - (xy 79.688632 95.2685) - (xy 79.688638 95.2685) - (xy 79.688645 95.268499) - (xy 79.688649 95.268499) - (xy 79.749196 95.26199) - (xy 79.749199 95.261989) - (xy 79.749201 95.261989) - (xy 79.886204 95.210889) - (xy 79.938158 95.171997) - (xy 80.003261 95.123261) - (xy 80.090887 95.006207) - (xy 80.090888 95.006205) - (xy 80.090887 95.006205) - (xy 80.090889 95.006204) - (xy 80.104828 94.968832) - (xy 80.147372 94.911999) - (xy 80.213891 94.887187) - (xy 80.283266 94.902278) - (xy 80.300273 94.913434) - (xy 80.371452 94.968835) - (xy 80.466983 95.04319) - (xy 80.672273 95.154287) - (xy 80.893049 95.23008) - (xy 81.123288 95.2685) - (xy 81.123292 95.2685) - (xy 81.356708 95.2685) - (xy 81.356712 95.2685) - (xy 81.586951 95.23008) - (xy 81.807727 95.154287) - (xy 82.013017 95.04319) - (xy 82.19722 94.899818) - (xy 82.355314 94.728083) - (xy 82.384517 94.683383) - (xy 82.438519 94.637296) - (xy 82.508867 94.62772) - (xy 82.573225 94.657696) - (xy 82.595481 94.683382) - (xy 82.624686 94.728083) - (xy 82.624687 94.728084) - (xy 82.782774 94.899813) - (xy 82.782778 94.899817) - (xy 82.848443 94.950926) - (xy 82.966983 95.04319) - (xy 83.172273 95.154287) - (xy 83.393049 95.23008) - (xy 83.623288 95.2685) - (xy 83.623292 95.2685) - (xy 83.856708 95.2685) - (xy 83.856712 95.2685) - (xy 84.086951 95.23008) - (xy 84.307727 95.154287) - (xy 84.513017 95.04319) - (xy 84.69722 94.899818) - (xy 84.725403 94.869204) - (xy 84.855314 94.728083) - (xy 84.870648 94.704613) - (xy 84.982984 94.532669) - (xy 85.076749 94.318907) - (xy 85.134051 94.092626) - (xy 85.153327 93.86) - (xy 85.134051 93.627374) - (xy 85.103705 93.507541) - (xy 85.07675 93.401096) - (xy 85.076747 93.401089) - (xy 85.049617 93.33924) - (xy 84.982984 93.187331) - (xy 84.944278 93.128087) - (xy 84.855314 92.991916) - (xy 84.697225 92.820186) - (xy 84.697221 92.820182) - (xy 84.605118 92.748496) - (xy 84.513017 92.67681) - (xy 84.307727 92.565713) - (xy 84.307724 92.565712) - (xy 84.307723 92.565711) - (xy 84.086955 92.489921) - (xy 84.086948 92.489919) - (xy 83.988411 92.473476) - (xy 83.856712 92.4515) - (xy 83.623288 92.4515) - (xy 83.508066 92.470727) - (xy 83.393051 92.489919) - (xy 83.393044 92.489921) - (xy 83.172276 92.565711) - (xy 83.172273 92.565713) - (xy 82.966985 92.676809) - (xy 82.966983 92.67681) - (xy 82.782778 92.820182) - (xy 82.782774 92.820186) - (xy 82.624686 92.991915) - (xy 82.595481 93.036617) - (xy 82.541477 93.082704) - (xy 82.471129 93.092279) - (xy 82.406772 93.062301) - (xy 82.384518 93.036617) - (xy 82.355314 92.991917) - (xy 82.281158 92.911362) - (xy 82.197225 92.820186) - (xy 82.197221 92.820182) - (xy 82.105118 92.748496) - (xy 82.013017 92.67681) - (xy 81.807727 92.565713) - (xy 81.807724 92.565712) - (xy 81.807723 92.565711) - (xy 81.586955 92.489921) - (xy 81.586948 92.489919) - (xy 81.488411 92.473476) - (xy 81.356712 92.4515) - (xy 81.123288 92.4515) - (xy 81.008066 92.470727) - (xy 80.893051 92.489919) - (xy 80.893044 92.489921) - (xy 80.672276 92.565711) - (xy 80.672273 92.565713) - (xy 80.466983 92.67681) - (xy 80.334406 92.78) - (xy 80.300274 92.806566) - (xy 80.234232 92.832622) - (xy 80.164586 92.818837) - (xy 80.11345 92.769587) - (xy 80.104828 92.751167) - (xy 80.090889 92.713796) - (xy 80.090887 92.713792) - (xy 80.003261 92.596738) - (xy 79.886207 92.509112) - (xy 79.886202 92.50911) - (xy 79.749204 92.458011) - (xy 79.749196 92.458009) - (xy 79.688649 92.4515) - (xy 79.688638 92.4515) - (xy 77.791362 92.4515) - (xy 77.79135 92.4515) - (xy 77.730803 92.458009) - (xy 77.730795 92.458011) - (xy 77.593797 92.50911) - (xy 77.593792 92.509112) - (xy 77.476738 92.596738) - (xy 77.389112 92.713792) - (xy 77.38911 92.713797) - (xy 77.338011 92.850795) - (xy 77.338009 92.850803) - (xy 77.3315 92.91135) - (xy 77.3315 94.808649) - (xy 70.109293 94.808649) - (xy 70.787539 94.130403) - (xy 70.849851 94.096377) - (xy 70.876634 94.093498) - (xy 70.879994 94.093498) - (xy 70.879997 94.093497) - (xy 70.88 94.093498) - (xy 71.108087 94.073543) - (xy 71.329243 94.014284) - (xy 71.536749 93.917523) - (xy 71.7243 93.786198) - (xy 71.886198 93.6243) - (xy 72.017523 93.436749) - (xy 72.114284 93.229243) - (xy 72.173543 93.008087) - (xy 72.193498 92.78) - (xy 72.173543 92.551913) - (xy 72.114284 92.330757) - (xy 72.017523 92.123251) - (xy 71.886198 91.9357) - (xy 71.7243 91.773802) - (xy 71.724296 91.773799) - (xy 71.536746 91.642474) - (xy 71.531985 91.639726) - (xy 71.533023 91.637927) - (xy 71.486532 91.596963) - (xy 71.467095 91.528679) - (xy 71.487661 91.460726) - (xy 71.532782 91.421664) - (xy 71.53173 91.419841) - (xy 71.536496 91.417088) - (xy 71.607888 91.367099) - (xy 71.607888 91.367097) - (xy 70.919518 90.678727) - (xy 71.005148 90.665165) - (xy 71.118045 90.607641) - (xy 71.207641 90.518045) - (xy 71.265165 90.405148) - (xy 71.278727 90.319518) - (xy 71.967097 91.007888) - (xy 71.967099 91.007888) - (xy 72.017088 90.936497) - (xy 72.113811 90.729073) - (xy 72.113813 90.729068) - (xy 72.173048 90.508002) - (xy 72.192995 90.28) - (xy 72.173048 90.051997) - (xy 72.113813 89.830931) - (xy 72.113811 89.830926) - (xy 72.017086 89.623498) - (xy 71.9671 89.55211) - (xy 71.967098 89.55211) - (xy 71.278727 90.240481) - (xy 71.265165 90.154852) - (xy 71.207641 90.041955) - (xy 71.118045 89.952359) - (xy 71.005148 89.894835) - (xy 70.919517 89.881272) - (xy 71.607888 89.192899) - (xy 71.607888 89.192898) - (xy 71.536501 89.142913) - (xy 71.329073 89.046188) - (xy 71.329068 89.046186) - (xy 71.108 88.986951) - (xy 71.108004 88.986951) - (xy 70.88 88.967004) - (xy 70.651997 88.986951) - (xy 70.430931 89.046186) - (xy 70.430926 89.046188) - (xy 70.2235 89.142913) - (xy 70.152109 89.1929) - (xy 70.840481 89.881272) - (xy 70.754852 89.894835) - (xy 70.641955 89.952359) - (xy 70.552359 90.041955) - (xy 70.494835 90.154852) - (xy 70.481272 90.240481) - (xy 69.7929 89.552109) - (xy 69.742913 89.6235) - (xy 69.646188 89.830926) - (xy 69.646186 89.830931) - (xy 69.586951 90.051997) - (xy 69.567004 90.28) - (xy 69.586951 90.508002) - (xy 69.646186 90.729068) - (xy 69.646188 90.729073) - (xy 69.742913 90.936501) - (xy 69.792899 91.007888) - (xy 70.481272 90.319516) - (xy 70.494835 90.405148) - (xy 70.552359 90.518045) - (xy 70.641955 90.607641) - (xy 70.754852 90.665165) - (xy 70.840482 90.678727) - (xy 70.15211 91.367098) - (xy 70.15211 91.3671) - (xy 70.223498 91.417086) - (xy 70.228266 91.419839) - (xy 70.227178 91.421721) - (xy 70.27342 91.462409) - (xy 70.292904 91.53068) - (xy 70.272386 91.598647) - (xy 70.227015 91.637995) - (xy 70.228015 91.639726) - (xy 70.223253 91.642474) - (xy 70.035703 91.773799) - (xy 70.035697 91.773804) - (xy 69.955907 91.853595) - (xy 69.893595 91.887621) - (xy 69.866812 91.8905) - (xy 67.073594 91.8905) - (xy 67.005473 91.870498) - (xy 67.001323 91.867713) - (xy 66.836749 91.752477) - (xy 66.629246 91.655717) - (xy 66.62924 91.655715) - (xy 66.445407 91.606457) - (xy 66.408087 91.596457) - (xy 66.18 91.576502) - (xy 65.951913 91.596457) - (xy 65.730759 91.655715) - (xy 65.730753 91.655717) - (xy 65.52325 91.752477) - (xy 65.335703 91.883799) - (xy 65.335697 91.883804) - (xy 65.173804 92.045697) - (xy 65.173799 92.045703) - (xy 65.042477 92.23325) - (xy 65.024195 92.272457) - (xy 64.977278 92.325742) - (xy 64.909001 92.345203) - (xy 64.841041 92.324661) - (xy 64.795805 92.272457) - (xy 64.782186 92.243251) - (xy 64.777523 92.233251) - (xy 64.646198 92.0457) - (xy 64.4843 91.883802) - (xy 64.296749 91.752477) - (xy 64.296749 91.752476) - (xy 64.089246 91.655717) - (xy 64.08924 91.655715) - (xy 63.905407 91.606457) - (xy 63.868087 91.596457) - (xy 63.64 91.576502) - (xy 63.411913 91.596457) - (xy 63.190759 91.655715) - (xy 63.190753 91.655717) - (xy 62.98325 91.752477) - (xy 62.795703 91.883799) - (xy 62.795697 91.883804) - (xy 62.633804 92.045697) - (xy 62.633799 92.045703) - (xy 62.502477 92.23325) - (xy 62.484195 92.272457) - (xy 62.437278 92.325742) - (xy 62.369001 92.345203) - (xy 62.301041 92.324661) - (xy 62.255805 92.272457) - (xy 62.242186 92.243251) - (xy 62.237523 92.233251) - (xy 62.106198 92.0457) - (xy 61.9443 91.883802) - (xy 61.756749 91.752477) - (xy 61.756749 91.752476) - (xy 61.549246 91.655717) - (xy 61.54924 91.655715) - (xy 61.365407 91.606457) - (xy 61.328087 91.596457) - (xy 61.1 91.576502) - (xy 60.871913 91.596457) - (xy 60.650759 91.655715) - (xy 60.650753 91.655717) - (xy 60.44325 91.752477) - (xy 60.255703 91.883799) - (xy 60.255697 91.883804) - (xy 60.093804 92.045697) - (xy 60.093799 92.045703) - (xy 59.962477 92.23325) - (xy 59.944195 92.272457) - (xy 59.897278 92.325742) - (xy 59.829001 92.345203) - (xy 59.761041 92.324661) - (xy 59.715805 92.272457) - (xy 59.702186 92.243251) - (xy 59.697523 92.233251) - (xy 59.566198 92.0457) - (xy 59.4043 91.883802) - (xy 59.216749 91.752477) - (xy 59.216749 91.752476) - (xy 59.009246 91.655717) - (xy 59.00924 91.655715) - (xy 58.825407 91.606457) - (xy 58.788087 91.596457) - (xy 58.56 91.576502) - (xy 58.331913 91.596457) - (xy 58.110759 91.655715) - (xy 58.110753 91.655717) - (xy 57.90325 91.752477) - (xy 57.715703 91.883799) - (xy 57.715697 91.883804) - (xy 57.553804 92.045697) - (xy 57.553799 92.045703) - (xy 57.422477 92.23325) - (xy 57.325717 92.440753) - (xy 57.325715 92.440759) - (xy 57.292234 92.565711) - (xy 57.266457 92.661913) - (xy 57.246502 92.89) - (xy 57.266457 93.118087) - (xy 57.289297 93.203325) - (xy 57.325715 93.33924) - (xy 57.325717 93.339246) - (xy 57.422477 93.546749) - (xy 57.54605 93.72323) - (xy 57.553802 93.7343) - (xy 57.7157 93.896198) - (xy 57.903251 94.027523) - (xy 58.110757 94.124284) - (xy 58.331913 94.183543) - (xy 58.56 94.203498) - (xy 58.788087 94.183543) - (xy 59.009243 94.124284) - (xy 59.216749 94.027523) - (xy 59.4043 93.896198) - (xy 59.566198 93.7343) - (xy 59.697523 93.546749) - (xy 59.715804 93.507543) - (xy 59.762721 93.454258) - (xy 59.830998 93.434796) - (xy 59.898958 93.455337) - (xy 59.944195 93.507543) - (xy 59.962477 93.546749) - (xy 60.093802 93.7343) - (xy 60.2557 93.896198) - (xy 60.443251 94.027523) - (xy 60.650757 94.124284) - (xy 60.871913 94.183543) - (xy 61.1 94.203498) - (xy 61.328087 94.183543) - (xy 61.549243 94.124284) - (xy 61.756749 94.027523) - (xy 61.9443 93.896198) - (xy 62.106198 93.7343) - (xy 62.237523 93.546749) - (xy 62.255804 93.507543) - (xy 62.302721 93.454258) - (xy 62.370998 93.434796) - (xy 62.438958 93.455337) - (xy 62.484195 93.507543) - (xy 62.502477 93.546749) - (xy 62.633802 93.7343) - (xy 62.7957 93.896198) - (xy 62.983251 94.027523) - (xy 63.190757 94.124284) - (xy 63.411913 94.183543) - (xy 63.64 94.203498) - (xy 63.868087 94.183543) - (xy 64.089243 94.124284) - (xy 64.296749 94.027523) - (xy 64.4843 93.896198) - (xy 64.646198 93.7343) - (xy 64.777523 93.546749) - (xy 64.795805 93.507542) - (xy 64.842718 93.454259) - (xy 64.910995 93.434796) - (xy 64.978955 93.455336) - (xy 65.024193 93.507541) - (xy 65.042475 93.546747) - (xy 65.169572 93.728259) - (xy 65.173802 93.7343) - (xy 65.3357 93.896198) - (xy 65.523251 94.027523) - (xy 65.730757 94.124284) - (xy 65.951913 94.183543) - (xy 66.18 94.203498) - (xy 66.408087 94.183543) - (xy 66.629243 94.124284) - (xy 66.836749 94.027523) - (xy 67.0243 93.896198) - (xy 67.186198 93.7343) - (xy 67.193951 93.723227) - (xy 67.249405 93.678901) - (xy 67.297162 93.6695) - (xy 68.428367 93.6695) - (xy 68.496488 93.689502) - (xy 68.542981 93.743158) - (xy 68.553085 93.813432) - (xy 68.523591 93.878012) - (xy 68.517462 93.884595) - (xy 65.157462 97.244595) - (xy 65.09515 97.278621) - (xy 65.068367 97.2815) - (xy 55.411633 97.2815) - (xy 55.343512 97.261498) - (xy 55.322538 97.244595) - (xy 54.988836 96.910893) - (xy 54.95481 96.848581) - (xy 54.959875 96.777766) - (xy 55.002422 96.72093) - (xy 55.068942 96.696119) - (xy 55.088913 96.696277) - (xy 55.28 96.712995) - (xy 55.508002 96.693048) - (xy 55.729068 96.633813) - (xy 55.729073 96.633811) - (xy 55.936497 96.537088) - (xy 56.007888 96.487099) - (xy 56.007888 96.487098) - (xy 55.319517 95.798727) - (xy 55.405148 95.785165) - (xy 55.518045 95.727641) - (xy 55.607641 95.638045) - (xy 55.665165 95.525148) - (xy 55.678727 95.439517) - (xy 56.367098 96.127888) - (xy 56.367099 96.127888) - (xy 56.417088 96.056497) - (xy 56.513811 95.849073) - (xy 56.513813 95.849068) - (xy 56.573048 95.628002) - (xy 56.592995 95.4) - (xy 56.573048 95.171997) - (xy 56.513813 94.950931) - (xy 56.513811 94.950926) - (xy 56.417086 94.743498) - (xy 56.3671 94.67211) - (xy 56.367097 94.67211) - (xy 55.678726 95.36048) - (xy 55.665165 95.274852) - (xy 55.607641 95.161955) - (xy 55.518045 95.072359) - (xy 55.405148 95.014835) - (xy 55.319517 95.001272) - (xy 56.007888 94.312899) - (xy 56.007888 94.312898) - (xy 55.936501 94.262913) - (xy 55.931734 94.260161) - (xy 55.932817 94.258284) - (xy 55.886561 94.217561) - (xy 55.867095 94.149285) - (xy 55.887632 94.081324) - (xy 55.932992 94.042019) - (xy 55.931985 94.040274) - (xy 55.936746 94.037525) - (xy 55.951032 94.027522) - (xy 56.1243 93.906198) - (xy 56.286198 93.7443) - (xy 56.417523 93.556749) - (xy 56.514284 93.349243) - (xy 56.573543 93.128087) - (xy 56.593498 92.9) - (xy 56.573543 92.671913) - (xy 56.514284 92.450757) - (xy 56.417523 92.243251) - (xy 56.286198 92.0557) - (xy 56.1243 91.893802) - (xy 56.119584 91.8905) - (xy 55.936749 91.762477) - (xy 55.729246 91.665717) - (xy 55.72924 91.665715) - (xy 55.632248 91.639726) - (xy 55.508087 91.606457) - (xy 55.28 91.586502) - (xy 55.051913 91.606457) - (xy 54.830759 91.665715) - (xy 54.830753 91.665717) - (xy 54.62325 91.762477) - (xy 54.435703 91.893799) - (xy 54.403593 91.925909) - (xy 54.341281 91.959933) - (xy 54.270465 91.954867) - (xy 54.21363 91.91232) - (xy 54.18882 91.845799) - (xy 54.188499 91.836812) - (xy 54.188499 89.237167) - (xy 54.208501 89.169046) - (xy 54.262157 89.122553) - (xy 54.332431 89.112449) - (xy 54.347092 89.115456) - (xy 54.451913 89.143543) - (xy 54.68 89.163498) - (xy 54.908087 89.143543) - (xy 55.129243 89.084284) - (xy 55.336749 88.987523) - (xy 55.5243 88.856198) - (xy 55.604092 88.776405) - (xy 55.666405 88.742379) - (xy 55.693188 88.7395) - (xy 58.209674 88.7395) - (xy 58.262925 88.751306) - (xy 58.290757 88.764284) - (xy 58.511913 88.823543) - (xy 58.74 88.843498) - (xy 58.968087 88.823543) - (xy 59.189243 88.764284) - (xy 59.396749 88.667523) - (xy 59.5843 88.536198) - (xy 59.746198 88.3743) - (xy 59.877523 88.186749) - (xy 59.895804 88.147543) - (xy 59.942721 88.094258) - (xy 60.010998 88.074796) - (xy 60.078958 88.095337) - (xy 60.124195 88.147543) - (xy 60.142477 88.186749) - (xy 60.273802 88.3743) - (xy 60.4357 88.536198) - (xy 60.623251 88.667523) - (xy 60.830757 88.764284) - (xy 61.051913 88.823543) - (xy 61.28 88.843498) - (xy 61.508087 88.823543) - (xy 61.729243 88.764284) - (xy 61.936749 88.667523) - (xy 62.1243 88.536198) - (xy 62.286198 88.3743) - (xy 62.417523 88.186749) - (xy 62.435804 88.147543) - (xy 62.482721 88.094258) - (xy 62.550998 88.074796) - (xy 62.618958 88.095337) - (xy 62.664195 88.147543) - (xy 62.682477 88.186749) - (xy 62.813802 88.3743) - (xy 62.9757 88.536198) - (xy 63.163251 88.667523) - (xy 63.370757 88.764284) - (xy 63.591913 88.823543) - (xy 63.82 88.843498) - (xy 64.048087 88.823543) - (xy 64.269243 88.764284) - (xy 64.476749 88.667523) - (xy 64.6643 88.536198) - (xy 64.826198 88.3743) - (xy 64.957523 88.186749) - (xy 64.975805 88.147542) - (xy 65.022718 88.094259) - (xy 65.090995 88.074796) - (xy 65.158955 88.095336) - (xy 65.204193 88.147541) - (xy 65.222475 88.186747) - (xy 65.332773 88.344268) - (xy 65.353802 88.3743) - (xy 65.5157 88.536198) - (xy 65.703251 88.667523) - (xy 65.910757 88.764284) - (xy 66.131913 88.823543) - (xy 66.36 88.843498) - (xy 66.588087 88.823543) - (xy 66.809243 88.764284) - (xy 67.016749 88.667523) - (xy 67.2043 88.536198) - (xy 67.366198 88.3743) - (xy 67.497523 88.186749) - (xy 67.594284 87.979243) - (xy 67.653543 87.758087) - (xy 67.673498 87.53) - (xy 67.653543 87.301913) - (xy 67.594284 87.080757) - (xy 67.497523 86.873251) - (xy 67.368012 86.68829) - (xy 74.5715 86.68829) - (xy 74.586466 86.892779) - (xy 74.593331 86.923595) - (xy 74.62834 87.080759) - (xy 74.645938 87.159756) - (xy 74.645939 87.159758) - (xy 74.743645 87.415221) - (xy 74.743647 87.415224) - (xy 74.877499 87.653724) - (xy 74.877511 87.653742) - (xy 75.044665 87.870213) - (xy 75.044673 87.870222) - (xy 75.241572 88.060057) - (xy 75.241578 88.060062) - (xy 75.352796 88.139631) - (xy 75.418652 88.186748) - (xy 75.464015 88.219202) - (xy 75.464025 88.219209) - (xy 75.707265 88.344267) - (xy 75.707267 88.344268) - (xy 75.966124 88.432577) - (xy 75.96613 88.432579) - (xy 76.235093 88.482259) - (xy 76.508424 88.492248) - (xy 76.671072 88.474351) - (xy 76.780291 88.462335) - (xy 76.780293 88.462334) - (xy 76.780296 88.462334) - (xy 77.044916 88.393153) - (xy 77.296643 88.286181) - (xy 77.530112 88.143697) - (xy 77.740347 87.968738) - (xy 77.922867 87.765033) - (xy 78.073783 87.536923) - (xy 78.189877 87.289271) - (xy 78.268676 87.027355) - (xy 78.289222 86.88775) - (xy 78.3085 86.75676) - (xy 78.3085 86.03171) - (xy 78.293533 85.82722) - (xy 78.293533 85.827217) - (xy 78.234063 85.560247) - (xy 78.136355 85.304781) - (xy 78.136354 85.304778) - (xy 78.136352 85.304775) - (xy 78.0025 85.066275) - (xy 78.002488 85.066257) - (xy 77.835334 84.849786) - (xy 77.835326 84.849777) - (xy 77.638427 84.659942) - (xy 77.638421 84.659937) - (xy 77.415984 84.500797) - (xy 77.415974 84.50079) - (xy 77.172734 84.375732) - (xy 77.172732 84.375731) - (xy 76.913875 84.287422) - (xy 76.913863 84.287419) - (xy 76.644902 84.23774) - (xy 76.644904 84.23774) - (xy 76.410119 84.22916) - (xy 76.371576 84.227752) - (xy 76.371575 84.227752) - (xy 76.371572 84.227752) - (xy 76.099708 84.257664) - (xy 76.099705 84.257665) - (xy 75.835081 84.326847) - (xy 75.583356 84.433818) - (xy 75.583357 84.433819) - (xy 75.349888 84.576303) - (xy 75.209064 84.693498) - (xy 75.139648 84.751266) - (xy 74.957142 84.954956) - (xy 74.957131 84.954969) - (xy 74.806217 85.183076) - (xy 74.690123 85.430729) - (xy 74.611323 85.692648) - (xy 74.611322 85.692653) - (xy 74.5715 85.963239) - (xy 74.5715 86.68829) - (xy 67.368012 86.68829) - (xy 67.366198 86.6857) - (xy 67.2043 86.523802) - (xy 67.158402 86.491664) - (xy 67.016749 86.392477) - (xy 66.809246 86.295717) - (xy 66.80924 86.295715) - (xy 66.715771 86.27067) - (xy 66.588087 86.236457) - (xy 66.36 86.216502) - (xy 66.359999 86.216502) - (xy 66.131913 86.236457) - (xy 65.910759 86.295715) - (xy 65.910753 86.295717) - (xy 65.70325 86.392477) - (xy 65.515703 86.523799) - (xy 65.515697 86.523804) - (xy 65.353804 86.685697) - (xy 65.353799 86.685703) - (xy 65.222477 86.87325) - (xy 65.204195 86.912457) - (xy 65.157278 86.965742) - (xy 65.089001 86.985203) - (xy 65.021041 86.964661) - (xy 64.975805 86.912457) - (xy 64.957523 86.873252) - (xy 64.957523 86.873251) - (xy 64.826198 86.6857) - (xy 64.6643 86.523802) - (xy 64.618402 86.491664) - (xy 64.476749 86.392477) - (xy 64.269246 86.295717) - (xy 64.26924 86.295715) - (xy 64.175771 86.27067) - (xy 64.048087 86.236457) - (xy 63.82 86.216502) - (xy 63.591913 86.236457) - (xy 63.370759 86.295715) - (xy 63.370753 86.295717) - (xy 63.16325 86.392477) - (xy 62.975703 86.523799) - (xy 62.975697 86.523804) - (xy 62.813804 86.685697) - (xy 62.813799 86.685703) - (xy 62.682477 86.87325) - (xy 62.664195 86.912457) - (xy 62.617278 86.965742) - (xy 62.549001 86.985203) - (xy 62.481041 86.964661) - (xy 62.435805 86.912457) - (xy 62.417523 86.873252) - (xy 62.417523 86.873251) - (xy 62.286198 86.6857) - (xy 62.1243 86.523802) - (xy 62.078402 86.491664) - (xy 61.936749 86.392477) - (xy 61.729246 86.295717) - (xy 61.72924 86.295715) - (xy 61.635771 86.27067) - (xy 61.508087 86.236457) - (xy 61.28 86.216502) - (xy 61.051913 86.236457) - (xy 60.830759 86.295715) - (xy 60.830753 86.295717) - (xy 60.62325 86.392477) - (xy 60.435703 86.523799) - (xy 60.435697 86.523804) - (xy 60.273804 86.685697) - (xy 60.273799 86.685703) - (xy 60.142477 86.87325) - (xy 60.124195 86.912457) - (xy 60.077278 86.965742) - (xy 60.009001 86.985203) - (xy 59.941041 86.964661) - (xy 59.895805 86.912457) - (xy 59.877523 86.873252) - (xy 59.877523 86.873251) - (xy 59.746198 86.6857) - (xy 59.5843 86.523802) - (xy 59.538402 86.491664) - (xy 59.396749 86.392477) - (xy 59.189246 86.295717) - (xy 59.18924 86.295715) - (xy 59.095771 86.27067) - (xy 58.968087 86.236457) - (xy 58.74 86.216502) - (xy 58.511913 86.236457) - (xy 58.290759 86.295715) - (xy 58.290753 86.295717) - (xy 58.08325 86.392477) - (xy 57.895703 86.523799) - (xy 57.895697 86.523804) - (xy 57.733804 86.685697) - (xy 57.733795 86.685708) - (xy 57.602477 86.87325) - (xy 57.602476 86.873252) - (xy 57.595716 86.88775) - (xy 57.548799 86.941035) - (xy 57.481521 86.9605) - (xy 55.693188 86.9605) - (xy 55.625067 86.940498) - (xy 55.604093 86.923595) - (xy 55.524302 86.843804) - (xy 55.524296 86.843799) - (xy 55.336746 86.712474) - (xy 55.331985 86.709726) - (xy 55.333023 86.707927) - (xy 55.286532 86.666963) - (xy 55.267095 86.598679) - (xy 55.287661 86.530726) - (xy 55.332782 86.491664) - (xy 55.33173 86.489841) - (xy 55.336496 86.487088) - (xy 55.407888 86.437099) - (xy 55.407888 86.437097) - (xy 54.719518 85.748727) - (xy 54.805148 85.735165) - (xy 54.918045 85.677641) - (xy 55.007641 85.588045) - (xy 55.065165 85.475148) - (xy 55.078727 85.389517) - (xy 55.767098 86.077888) - (xy 55.767099 86.077888) - (xy 55.817088 86.006497) - (xy 55.913811 85.799073) - (xy 55.913813 85.799068) - (xy 55.973048 85.578002) - (xy 55.992995 85.35) - (xy 55.973048 85.121997) - (xy 55.913813 84.900931) - (xy 55.913811 84.900926) - (xy 55.817086 84.693498) - (xy 55.7671 84.62211) - (xy 55.767097 84.62211) - (xy 55.078726 85.31048) - (xy 55.065165 85.224852) - (xy 55.007641 85.111955) - (xy 54.918045 85.022359) - (xy 54.805148 84.964835) - (xy 54.719516 84.951272) - (xy 55.407888 84.262899) - (xy 55.407888 84.262898) - (xy 55.336501 84.212913) - (xy 55.129073 84.116188) - (xy 55.129068 84.116186) - (xy 54.908 84.056951) - (xy 54.908004 84.056951) - (xy 54.68 84.037004) - (xy 54.451997 84.056951) - (xy 54.34711 84.085056) - (xy 54.276133 84.083366) - (xy 54.217338 84.043572) - (xy 54.18939 83.978307) - (xy 54.188499 83.963349) - (xy 54.188499 80.758649) - (xy 57.4315 80.758649) - (xy 57.438009 80.819196) - (xy 57.438011 80.819204) - (xy 57.48911 80.956202) - (xy 57.489112 80.956207) - (xy 57.576738 81.073261) - (xy 57.693792 81.160887) - (xy 57.693794 81.160888) - (xy 57.693796 81.160889) - (xy 57.752875 81.182924) - (xy 57.830795 81.211988) - (xy 57.830803 81.21199) - (xy 57.89135 81.218499) - (xy 57.891355 81.218499) - (xy 57.891362 81.2185) - (xy 57.891368 81.2185) - (xy 59.588632 81.2185) - (xy 59.588638 81.2185) - (xy 59.588645 81.218499) - (xy 59.588649 81.218499) - (xy 59.649196 81.21199) - (xy 59.649199 81.211989) - (xy 59.649201 81.211989) - (xy 59.786204 81.160889) - (xy 59.808389 81.144282) - (xy 59.903261 81.073261) - (xy 59.990887 80.956207) - (xy 59.990887 80.956206) - (xy 59.990889 80.956204) - (xy 60.041989 80.819201) - (xy 60.042998 80.809808) - (xy 60.070163 80.744215) - (xy 60.128478 80.703721) - (xy 60.199429 80.701182) - (xy 60.26049 80.737405) - (xy 60.271487 80.750995) - (xy 60.273796 80.754292) - (xy 60.273802 80.7543) - (xy 60.4357 80.916198) - (xy 60.623251 81.047523) - (xy 60.830757 81.144284) - (xy 61.051913 81.203543) - (xy 61.28 81.223498) - (xy 61.508087 81.203543) - (xy 61.729243 81.144284) - (xy 61.936749 81.047523) - (xy 62.1243 80.916198) - (xy 62.286198 80.7543) - (xy 62.417523 80.566749) - (xy 62.435804 80.527543) - (xy 62.482721 80.474258) - (xy 62.550998 80.454796) - (xy 62.618958 80.475337) - (xy 62.664195 80.527543) - (xy 62.682477 80.566749) - (xy 62.813802 80.7543) - (xy 62.9757 80.916198) - (xy 63.163251 81.047523) - (xy 63.370757 81.144284) - (xy 63.591913 81.203543) - (xy 63.82 81.223498) - (xy 64.048087 81.203543) - (xy 64.269243 81.144284) - (xy 64.476749 81.047523) - (xy 64.6643 80.916198) - (xy 64.826198 80.7543) - (xy 64.957523 80.566749) - (xy 64.976081 80.52695) - (xy 65.022995 80.473667) - (xy 65.091272 80.454205) - (xy 65.159232 80.474745) - (xy 65.204469 80.526949) - (xy 65.222911 80.566497) - (xy 65.354184 80.753974) - (xy 65.354189 80.75398) - (xy 65.516019 80.91581) - (xy 65.516025 80.915815) - (xy 65.703501 81.047087) - (xy 65.910926 81.143811) - (xy 65.910931 81.143813) - (xy 66.106 81.196081) - (xy 66.106 80.221686) - (xy 66.121955 80.237641) - (xy 66.234852 80.295165) - (xy 66.328519 80.31) - (xy 66.391481 80.31) - (xy 66.485148 80.295165) - (xy 66.598045 80.237641) - (xy 66.613999 80.221686) - (xy 66.613999 81.196081) - (xy 66.809068 81.143813) - (xy 66.809073 81.143811) - (xy 67.016498 81.047087) - (xy 67.203974 80.915815) - (xy 67.20398 80.91581) - (xy 67.36581 80.75398) - (xy 67.365815 80.753974) - (xy 67.497087 80.566498) - (xy 67.593811 80.359073) - (xy 67.593813 80.359068) - (xy 67.646082 80.164) - (xy 66.671686 80.164) - (xy 66.687641 80.148045) - (xy 66.745165 80.035148) - (xy 66.764986 79.91) - (xy 66.745165 79.784852) - (xy 66.687641 79.671955) - (xy 66.671686 79.656) - (xy 67.646082 79.656) - (xy 67.593813 79.460931) - (xy 67.593811 79.460926) - (xy 67.497087 79.253501) - (xy 67.365815 79.066025) - (xy 67.36581 79.066019) - (xy 67.20398 78.904189) - (xy 67.203974 78.904184) - (xy 67.016498 78.772912) - (xy 66.809073 78.676188) - (xy 66.809071 78.676187) - (xy 66.614 78.623917) - (xy 66.614 79.598314) - (xy 66.598045 79.582359) - (xy 66.485148 79.524835) - (xy 66.391481 79.51) - (xy 66.328519 79.51) - (xy 66.234852 79.524835) - (xy 66.121955 79.582359) - (xy 66.106 79.598314) - (xy 66.106 78.623917) - (xy 66.105999 78.623917) - (xy 65.910928 78.676187) - (xy 65.910926 78.676188) - (xy 65.703501 78.772912) - (xy 65.516025 78.904184) - (xy 65.516019 78.904189) - (xy 65.354189 79.066019) - (xy 65.354184 79.066025) - (xy 65.22291 79.253504) - (xy 65.204468 79.293051) - (xy 65.15755 79.346335) - (xy 65.089272 79.365794) - (xy 65.021313 79.34525) - (xy 64.97608 79.293047) - (xy 64.957641 79.253504) - (xy 64.957523 79.253251) - (xy 64.826198 79.0657) - (xy 64.6643 78.903802) - (xy 64.476749 78.772477) - (xy 64.476748 78.772477) - (xy 64.269246 78.675717) - (xy 64.26924 78.675715) - (xy 64.175771 78.65067) - (xy 64.048087 78.616457) - (xy 63.82 78.596502) - (xy 63.591913 78.616457) - (xy 63.370759 78.675715) - (xy 63.370753 78.675717) - (xy 63.16325 78.772477) - (xy 62.975703 78.903799) - (xy 62.975697 78.903804) - (xy 62.813804 79.065697) - (xy 62.813799 79.065703) - (xy 62.682477 79.25325) - (xy 62.664195 79.292457) - (xy 62.617278 79.345742) - (xy 62.549001 79.365203) - (xy 62.481041 79.344661) - (xy 62.435805 79.292457) - (xy 62.433894 79.288359) - (xy 62.417523 79.253251) - (xy 62.286198 79.0657) - (xy 62.1243 78.903802) - (xy 61.936749 78.772477) - (xy 61.729246 78.675717) - (xy 61.72924 78.675715) - (xy 61.635771 78.65067) - (xy 61.508087 78.616457) - (xy 61.28 78.596502) - (xy 61.279999 78.596502) - (xy 61.051913 78.616457) - (xy 60.830759 78.675715) - (xy 60.830753 78.675717) - (xy 60.62325 78.772477) - (xy 60.435703 78.903799) - (xy 60.435697 78.903804) - (xy 60.273804 79.065697) - (xy 60.273795 79.065708) - (xy 60.271483 79.06901) - (xy 60.216021 79.113333) - (xy 60.145401 79.120635) - (xy 60.082044 79.088598) - (xy 60.046065 79.027393) - (xy 60.042999 79.010198) - (xy 60.041989 79.000799) - (xy 59.990889 78.863796) - (xy 59.990888 78.863794) - (xy 59.990887 78.863792) - (xy 59.903261 78.746738) - (xy 59.786207 78.659112) - (xy 59.786202 78.65911) - (xy 59.649204 78.608011) - (xy 59.649196 78.608009) - (xy 59.588649 78.6015) - (xy 59.588638 78.6015) - (xy 57.891362 78.6015) - (xy 57.89135 78.6015) - (xy 57.830803 78.608009) - (xy 57.830795 78.608011) - (xy 57.693797 78.65911) - (xy 57.693792 78.659112) - (xy 57.576738 78.746738) - (xy 57.489112 78.863792) - (xy 57.48911 78.863797) - (xy 57.438011 79.000795) - (xy 57.438009 79.000803) - (xy 57.4315 79.06135) - (xy 57.4315 80.758649) - (xy 54.188499 80.758649) - (xy 54.188499 77.677633) - (xy 54.208501 77.609512) - (xy 54.225404 77.588538) - (xy 55.781293 76.032649) - (xy 64.2235 76.032649) - (xy 64.230009 76.093196) - (xy 64.230011 76.093204) - (xy 64.28111 76.230202) - (xy 64.281112 76.230207) - (xy 64.368738 76.347261) - (xy 64.485792 76.434887) - (xy 64.485794 76.434888) - (xy 64.485796 76.434889) - (xy 64.544875 76.456924) - (xy 64.622795 76.485988) - (xy 64.622803 76.48599) - (xy 64.68335 76.492499) - (xy 64.683355 76.492499) - (xy 64.683362 76.4925) - (xy 64.683368 76.4925) - (xy 66.380632 76.4925) - (xy 66.380638 76.4925) - (xy 66.380645 76.492499) - (xy 66.380649 76.492499) - (xy 66.441196 76.48599) - (xy 66.441199 76.485989) - (xy 66.441201 76.485989) - (xy 66.578204 76.434889) - (xy 66.639346 76.389119) - (xy 66.695261 76.347261) - (xy 66.782887 76.230207) - (xy 66.782887 76.230206) - (xy 66.782889 76.230204) - (xy 66.833989 76.093201) - (xy 66.8405 76.032638) - (xy 66.8405 74.335362) - (xy 66.838558 74.317296) - (xy 66.83399 74.274803) - (xy 66.833988 74.274795) - (xy 66.797811 74.177804) - (xy 66.782889 74.137796) - (xy 66.782888 74.137794) - (xy 66.782887 74.137792) - (xy 66.695261 74.020738) - (xy 66.578207 73.933112) - (xy 66.578202 73.93311) - (xy 66.441204 73.882011) - (xy 66.441196 73.882009) - (xy 66.380649 73.8755) - (xy 66.380638 73.8755) - (xy 64.683362 73.8755) - (xy 64.68335 73.8755) - (xy 64.622803 73.882009) - (xy 64.622795 73.882011) - (xy 64.485797 73.93311) - (xy 64.485792 73.933112) - (xy 64.368738 74.020738) - (xy 64.281112 74.137792) - (xy 64.28111 74.137797) - (xy 64.230011 74.274795) - (xy 64.230009 74.274803) - (xy 64.2235 74.33535) - (xy 64.2235 76.032649) - (xy 55.781293 76.032649) - (xy 60.693942 71.12) - (xy 61.678502 71.12) - (xy 61.698457 71.348087) - (xy 61.757716 71.569243) - (xy 61.854477 71.776749) - (xy 61.985802 71.9643) - (xy 62.1477 72.126198) - (xy 62.335251 72.257523) - (xy 62.542757 72.354284) - (xy 62.763913 72.413543) - (xy 62.992 72.433498) - (xy 63.220087 72.413543) - (xy 63.441243 72.354284) - (xy 63.648749 72.257523) - (xy 63.8363 72.126198) - (xy 63.998198 71.9643) - (xy 64.129523 71.776749) - (xy 64.226284 71.569243) - (xy 64.285543 71.348087) - (xy 64.305498 71.12) - (xy 64.285543 70.891913) - (xy 64.226284 70.670757) - (xy 64.129523 70.463251) - (xy 63.998198 70.2757) - (xy 63.8363 70.113802) - (xy 63.833389 70.111764) - (xy 63.648749 69.982477) - (xy 63.441246 69.885717) - (xy 63.44124 69.885715) - (xy 63.324386 69.854404) - (xy 63.220087 69.826457) - (xy 62.992 69.806502) - (xy 62.763913 69.826457) - (xy 62.542759 69.885715) - (xy 62.542753 69.885717) - (xy 62.33525 69.982477) - (xy 62.147703 70.113799) - (xy 62.147697 70.113804) - (xy 61.985804 70.275697) - (xy 61.985799 70.275703) - (xy 61.854477 70.46325) - (xy 61.757717 70.670753) - (xy 61.757716 70.670757) - (xy 61.698457 70.891913) - (xy 61.678502 71.12) - (xy 60.693942 71.12) - (xy 64.427405 67.386537) - (xy 64.489717 67.352511) - (xy 64.560532 67.357576) - (xy 64.617368 67.400123) - (xy 64.642179 67.466643) - (xy 64.6425 67.475632) - (xy 64.6425 69.453956) - (xy 64.640949 69.473666) - (xy 64.638825 69.487072) - (xy 64.640967 69.527937) - (xy 64.642414 69.555553) - (xy 64.6425 69.558826) - (xy 64.6425 69.580506) - (xy 64.644765 69.602057) - (xy 64.645024 69.605346) - (xy 64.64861 69.67379) - (xy 64.648611 69.673801) - (xy 64.652125 69.686915) - (xy 64.655726 69.706345) - (xy 64.657144 69.719839) - (xy 64.678328 69.785032) - (xy 64.679256 69.788166) - (xy 64.697006 69.854406) - (xy 64.703165 69.866495) - (xy 64.710729 69.884754) - (xy 64.714925 69.897667) - (xy 64.749209 69.957049) - (xy 64.750774 69.959932) - (xy 64.781891 70.021005) - (xy 64.79043 70.031549) - (xy 64.801629 70.047843) - (xy 64.808415 70.059597) - (xy 64.854285 70.110542) - (xy 64.856427 70.11305) - (xy 64.870063 70.129888) - (xy 64.870068 70.129894) - (xy 64.885377 70.145202) - (xy 64.887647 70.147594) - (xy 64.93353 70.198551) - (xy 64.944509 70.206528) - (xy 64.959545 70.21937) - (xy 88.846596 94.106421) - (xy 88.880622 94.168733) - (xy 88.883501 94.195516) - (xy 88.883501 96.750366) - (xy 88.863499 96.818487) - (xy 88.846596 96.839461) - (xy 83.996462 101.689595) - (xy 83.93415 101.723621) - (xy 83.907367 101.7265) - (xy 77.180555 101.7265) - (xy 77.160845 101.724949) - (xy 77.147436 101.722825) - (xy 77.104888 101.725056) - (xy 77.078964 101.726414) - (xy 77.075694 101.7265) - (xy 77.05401 101.7265) - (xy 77.054006 101.7265) - (xy 77.053994 101.726501) - (xy 77.032442 101.728766) - (xy 77.029157 101.729024) - (xy 76.960716 101.732611) - (xy 76.947605 101.736124) - (xy 76.928175 101.739725) - (xy 76.914677 101.741144) - (xy 76.84948 101.762327) - (xy 76.846318 101.763263) - (xy 76.780105 101.781005) - (xy 76.780103 101.781006) - (xy 76.768008 101.787169) - (xy 76.749753 101.79473) - (xy 76.736851 101.798922) - (xy 76.736837 101.798928) - (xy 76.677473 101.833202) - (xy 76.674576 101.834775) - (xy 76.613506 101.865891) - (xy 76.602961 101.874431) - (xy 76.586672 101.885626) - (xy 76.574922 101.89241) - (xy 76.574911 101.892418) - (xy 76.523982 101.938274) - (xy 76.521478 101.940412) - (xy 76.50463 101.954057) - (xy 76.504621 101.954065) - (xy 76.489287 101.969398) - (xy 76.486897 101.971665) - (xy 76.43596 102.017529) - (xy 76.427976 102.028518) - (xy 76.415141 102.043544) - (xy 72.579544 105.879141) - (xy 72.564518 105.891976) - (xy 72.553529 105.89996) - (xy 72.507665 105.950897) - (xy 72.505398 105.953287) - (xy 72.490065 105.968621) - (xy 72.490057 105.96863) - (xy 72.476412 105.985478) - (xy 72.474274 105.987982) - (xy 72.428418 106.038911) - (xy 72.42841 106.038922) - (xy 72.421626 106.050672) - (xy 72.410431 106.066961) - (xy 72.401893 106.077504) - (xy 72.370773 106.13858) - (xy 72.369199 106.141478) - (xy 72.334925 106.200844) - (xy 72.334923 106.200847) - (xy 72.330731 106.21375) - (xy 72.323168 106.232011) - (xy 72.317007 106.244103) - (xy 72.299261 106.310326) - (xy 72.298325 106.313488) - (xy 72.277144 106.378672) - (xy 72.275726 106.392168) - (xy 72.272125 106.411598) - (xy 72.26861 106.424717) - (xy 72.265024 106.493164) - (xy 72.264765 106.496452) - (xy 72.2625 106.518001) - (xy 72.2625 106.539685) - (xy 72.262414 106.542957) - (xy 72.261093 106.568176) - (xy 72.258825 106.611437) - (xy 72.260949 106.624842) - (xy 72.2625 106.644554) - (xy 72.2625 106.682812) - (xy 72.242498 106.750933) - (xy 72.225595 106.771907) - (xy 72.145804 106.851697) - (xy 72.145799 106.851703) - (xy 72.014477 107.03925) - (xy 71.917717 107.246753) - (xy 71.917715 107.246759) - (xy 71.858457 107.467913) - (xy 71.843061 107.643896) - (xy 71.838502 107.696) - (xy 71.858457 107.924087) - (xy 71.871757 107.973724) - (xy 71.917715 108.14524) - (xy 71.917717 108.145246) - (xy 72.014477 108.352749) - (xy 72.020186 108.360903) - (xy 72.145802 108.5403) - (xy 72.3077 108.702198) - (xy 72.495251 108.833523) - (xy 72.702757 108.930284) - (xy 72.923913 108.989543) - (xy 73.152 109.009498) - (xy 73.380087 108.989543) - (xy 73.601243 108.930284) - (xy 73.808749 108.833523) - (xy 73.9963 108.702198) - (xy 74.158198 108.5403) - (xy 74.289523 108.352749) - (xy 74.386284 108.145243) - (xy 74.445543 107.924087) - (xy 74.465498 107.696) - (xy 74.465497 107.695996) - (xy 74.465498 107.695993) - (xy 74.465498 107.690499) - (xy 74.468092 107.690499) - (xy 74.479812 107.631606) - (xy 74.529115 107.58052) - (xy 74.59821 107.564199) - (xy 74.665161 107.587825) - (xy 74.70871 107.643896) - (xy 74.709141 107.645006) - (xy 74.743647 107.735224) - (xy 74.877499 107.973724) - (xy 74.877511 107.973742) - (xy 75.044665 108.190213) - (xy 75.044673 108.190222) - (xy 75.241572 108.380057) - (xy 75.241578 108.380062) - (xy 75.464015 108.539202) - (xy 75.464025 108.539209) - (xy 75.707265 108.664267) - (xy 75.707267 108.664268) - (xy 75.932312 108.741042) - (xy 75.96613 108.752579) - (xy 76.235093 108.802259) - (xy 76.508424 108.812248) - (xy 76.671072 108.794351) - (xy 76.780291 108.782335) - (xy 76.780293 108.782334) - (xy 76.780296 108.782334) - (xy 77.044916 108.713153) - (xy 77.296643 108.606181) - (xy 77.530112 108.463697) - (xy 77.740347 108.288738) - (xy 77.922867 108.085033) - (xy 78.073783 107.856923) - (xy 78.189877 107.609271) - (xy 78.268676 107.347355) - (xy 78.290691 107.197765) - (xy 78.3085 107.07676) - (xy 78.3085 107.00829) - (xy 84.1715 107.00829) - (xy 84.186466 107.212779) - (xy 84.245938 107.479756) - (xy 84.245939 107.479758) - (xy 84.343645 107.735221) - (xy 84.343647 107.735224) - (xy 84.477499 107.973724) - (xy 84.477511 107.973742) - (xy 84.644665 108.190213) - (xy 84.644673 108.190222) - (xy 84.841572 108.380057) - (xy 84.841578 108.380062) - (xy 85.064015 108.539202) - (xy 85.064025 108.539209) - (xy 85.307265 108.664267) - (xy 85.307267 108.664268) - (xy 85.532312 108.741042) - (xy 85.56613 108.752579) - (xy 85.835093 108.802259) - (xy 86.108424 108.812248) - (xy 86.271072 108.794351) - (xy 86.380291 108.782335) - (xy 86.380293 108.782334) - (xy 86.380296 108.782334) - (xy 86.644916 108.713153) - (xy 86.896643 108.606181) - (xy 87.130112 108.463697) - (xy 87.340347 108.288738) - (xy 87.522867 108.085033) - (xy 87.673783 107.856923) - (xy 87.789877 107.609271) - (xy 87.868676 107.347355) - (xy 87.890691 107.197765) - (xy 87.9085 107.07676) - (xy 87.9085 106.35171) - (xy 87.899093 106.223181) - (xy 87.893533 106.147217) - (xy 87.834063 105.880247) - (xy 87.736355 105.624781) - (xy 87.736354 105.624778) - (xy 87.736352 105.624775) - (xy 87.6025 105.386275) - (xy 87.602488 105.386257) - (xy 87.435334 105.169786) - (xy 87.435326 105.169777) - (xy 87.238427 104.979942) - (xy 87.238421 104.979937) - (xy 87.015984 104.820797) - (xy 87.015974 104.82079) - (xy 86.772734 104.695732) - (xy 86.772732 104.695731) - (xy 86.513875 104.607422) - (xy 86.513863 104.607419) - (xy 86.244902 104.55774) - (xy 86.244904 104.55774) - (xy 86.010119 104.54916) - (xy 85.971576 104.547752) - (xy 85.971575 104.547752) - (xy 85.971572 104.547752) - (xy 85.699708 104.577664) - (xy 85.699705 104.577665) - (xy 85.435081 104.646847) - (xy 85.183356 104.753818) - (xy 85.183357 104.753819) - (xy 84.949888 104.896303) - (xy 84.780663 105.037132) - (xy 84.739648 105.071266) - (xy 84.557142 105.274956) - (xy 84.557131 105.274969) - (xy 84.406217 105.503076) - (xy 84.290123 105.750729) - (xy 84.211323 106.012648) - (xy 84.211322 106.012653) - (xy 84.1715 106.283239) - (xy 84.1715 107.00829) - (xy 78.3085 107.00829) - (xy 78.3085 106.35171) - (xy 78.299093 106.223181) - (xy 78.293533 106.147217) - (xy 78.234063 105.880247) - (xy 78.136355 105.624781) - (xy 78.136354 105.624778) - (xy 78.136352 105.624775) - (xy 78.0025 105.386275) - (xy 78.002488 105.386257) - (xy 77.835334 105.169786) - (xy 77.835326 105.169777) - (xy 77.638427 104.979942) - (xy 77.638421 104.979937) - (xy 77.415984 104.820797) - (xy 77.415974 104.82079) - (xy 77.172734 104.695732) - (xy 77.172732 104.695731) - (xy 76.913875 104.607422) - (xy 76.913863 104.607419) - (xy 76.722241 104.572025) - (xy 76.688065 104.565712) - (xy 76.624711 104.533671) - (xy 76.588738 104.472463) - (xy 76.591566 104.401523) - (xy 76.621853 104.352718) - (xy 77.43217 103.542402) - (xy 77.49448 103.508379) - (xy 77.521263 103.5055) - (xy 84.248075 103.5055) - (xy 84.267785 103.50705) - (xy 84.28119 103.509174) - (xy 84.349671 103.505585) - (xy 84.352944 103.5055) - (xy 84.374612 103.5055) - (xy 84.37462 103.5055) - (xy 84.396227 103.503228) - (xy 84.399409 103.502978) - (xy 84.467915 103.499389) - (xy 84.48102 103.495876) - (xy 84.500471 103.492272) - (xy 84.513956 103.490855) - (xy 84.513958 103.490854) - (xy 84.51396 103.490854) - (xy 84.579142 103.469674) - (xy 84.582291 103.46874) - (xy 84.648524 103.450994) - (xy 84.660613 103.444833) - (xy 84.678877 103.437268) - (xy 84.691785 103.433075) - (xy 84.691788 103.433073) - (xy 84.691789 103.433073) - (xy 84.70085 103.42784) - (xy 84.751185 103.398779) - (xy 84.754038 103.397231) - (xy 84.815125 103.366107) - (xy 84.825671 103.357565) - (xy 84.841959 103.346371) - (xy 84.853715 103.339585) - (xy 84.853718 103.339581) - (xy 84.85372 103.339581) - (xy 84.904653 103.29372) - (xy 84.907162 103.291577) - (xy 84.910223 103.289097) - (xy 84.924006 103.277937) - (xy 84.939345 103.262597) - (xy 84.941701 103.26036) - (xy 84.992669 103.21447) - (xy 85.000654 103.203478) - (xy 85.013483 103.188458) - (xy 88.668408 99.533534) - (xy 88.730718 99.49951) - (xy 88.801534 99.504575) - (xy 88.858369 99.547122) - (xy 88.88318 99.613642) - (xy 88.883501 99.622631) - (xy 88.883501 109.918247) - (xy 88.863499 109.986368) - (xy 88.846596 110.007342) - (xy 85.224255 113.629682) - (xy 85.161943 113.663708) - (xy 85.091127 113.658643) - (xy 85.034292 113.616096) - (xy 85.019773 113.591201) - (xy 84.982984 113.507331) - (xy 84.855314 113.311916) - (xy 84.697225 113.140186) - (xy 84.697221 113.140182) - (xy 84.605118 113.068496) - (xy 84.513017 112.99681) - (xy 84.307727 112.885713) - (xy 84.307724 112.885712) - (xy 84.307723 112.885711) - (xy 84.086955 112.809921) - (xy 84.086948 112.809919) - (xy 83.988411 112.793476) - (xy 83.856712 112.7715) - (xy 83.623288 112.7715) - (xy 83.508066 112.790727) - (xy 83.393051 112.809919) - (xy 83.393044 112.809921) - (xy 83.172276 112.885711) - (xy 83.172273 112.885713) - (xy 82.966985 112.996809) - (xy 82.966983 112.99681) - (xy 82.782778 113.140182) - (xy 82.782774 113.140186) - (xy 82.624685 113.311916) - (xy 82.595483 113.356615) - (xy 82.54148 113.402704) - (xy 82.471132 113.412279) - (xy 82.406774 113.382302) - (xy 82.384517 113.356615) - (xy 82.355314 113.311916) - (xy 82.197225 113.140186) - (xy 82.197221 113.140182) - (xy 82.105118 113.068496) - (xy 82.013017 112.99681) - (xy 81.807727 112.885713) - (xy 81.807724 112.885712) - (xy 81.807723 112.885711) - (xy 81.586955 112.809921) - (xy 81.586948 112.809919) - (xy 81.488411 112.793476) - (xy 81.356712 112.7715) - (xy 81.123288 112.7715) - (xy 81.008066 112.790727) - (xy 80.893051 112.809919) - (xy 80.893044 112.809921) - (xy 80.672276 112.885711) - (xy 80.672273 112.885713) - (xy 80.466983 112.99681) - (xy 80.419463 113.033797) - (xy 80.300274 113.126566) - (xy 80.234232 113.152622) - (xy 80.164586 113.138837) - (xy 80.11345 113.089587) - (xy 80.104828 113.071167) - (xy 80.090889 113.033796) - (xy 80.090887 113.033792) - (xy 80.003261 112.916738) - (xy 79.886207 112.829112) - (xy 79.886202 112.82911) - (xy 79.749204 112.778011) - (xy 79.749196 112.778009) - (xy 79.688649 112.7715) - (xy 79.688638 112.7715) - (xy 77.791362 112.7715) - (xy 77.79135 112.7715) - (xy 77.730803 112.778009) - (xy 77.730795 112.778011) - (xy 77.593797 112.82911) - (xy 77.593792 112.829112) - (xy 77.476738 112.916738) - (xy 77.389112 113.033792) - (xy 77.38911 113.033797) - (xy 77.338011 113.170795) - (xy 77.338009 113.170803) - (xy 77.3315 113.23135) - (xy 77.3315 115.128649) - (xy 77.338009 115.189196) - (xy 77.338011 115.189204) - (xy 77.38911 115.326202) - (xy 77.389112 115.326207) - (xy 77.476738 115.443261) - (xy 77.593792 115.530887) - (xy 77.593794 115.530888) - (xy 77.593796 115.530889) - (xy 77.612891 115.538011) - (xy 77.730795 115.581988) - (xy 77.730803 115.58199) - (xy 77.79135 115.588499) - (xy 77.791355 115.588499) - (xy 77.791362 115.5885) - (xy 77.791368 115.5885) - (xy 79.688632 115.5885) - (xy 79.688638 115.5885) - (xy 79.688645 115.588499) - (xy 79.688649 115.588499) - (xy 79.749196 115.58199) - (xy 79.749199 115.581989) - (xy 79.749201 115.581989) - (xy 79.886204 115.530889) - (xy 80.003261 115.443261) - (xy 80.090889 115.326204) - (xy 80.104828 115.288832) - (xy 80.147372 115.231999) - (xy 80.213891 115.207187) - (xy 80.283266 115.222278) - (xy 80.300273 115.233434) - (xy 80.371452 115.288835) - (xy 80.466983 115.36319) - (xy 80.672273 115.474287) - (xy 80.893049 115.55008) - (xy 81.123288 115.5885) - (xy 81.123292 115.5885) - (xy 81.356708 115.5885) - (xy 81.356712 115.5885) - (xy 81.586951 115.55008) - (xy 81.807727 115.474287) - (xy 82.013017 115.36319) - (xy 82.19722 115.219818) - (xy 82.355314 115.048083) - (xy 82.384517 115.003383) - (xy 82.438519 114.957296) - (xy 82.508867 114.94772) - (xy 82.573225 114.977696) - (xy 82.595481 115.003382) - (xy 82.624686 115.048083) - (xy 82.624687 115.048084) - (xy 82.782774 115.219813) - (xy 82.782778 115.219817) - (xy 82.84865 115.271087) - (xy 82.966983 115.36319) - (xy 83.114942 115.443261) - (xy 83.15822 115.466682) - (xy 83.208611 115.516695) - (xy 83.223963 115.586012) - (xy 83.199402 115.652625) - (xy 83.187346 115.666591) - (xy 77.644343 121.209596) - (xy 77.582031 121.243622) - (xy 77.555248 121.246501) - (xy 74.031923 121.246501) - (xy 74.012213 121.24495) - (xy 73.998804 121.242826) - (xy 73.956256 121.245057) - (xy 73.930332 121.246415) - (xy 73.927062 121.246501) - (xy 73.905379 121.246501) - (xy 73.905375 121.246501) - (xy 73.905361 121.246502) - (xy 73.88381 121.248767) - (xy 73.880525 121.249025) - (xy 73.812082 121.252612) - (xy 73.798971 121.256125) - (xy 73.779546 121.259726) - (xy 73.766043 121.261146) - (xy 73.766037 121.261147) - (xy 73.700842 121.282329) - (xy 73.697682 121.283265) - (xy 73.63147 121.301008) - (xy 73.631465 121.30101) - (xy 73.619374 121.30717) - (xy 73.60113 121.314728) - (xy 73.588214 121.318926) - (xy 73.52884 121.353204) - (xy 73.525944 121.354776) - (xy 73.464872 121.385895) - (xy 73.454324 121.394436) - (xy 73.438049 121.405621) - (xy 73.426289 121.412412) - (xy 73.426286 121.412413) - (xy 73.375331 121.458293) - (xy 73.372826 121.460433) - (xy 73.355992 121.474065) - (xy 73.35599 121.474067) - (xy 73.340666 121.48939) - (xy 73.338276 121.491657) - (xy 73.28733 121.53753) - (xy 73.279344 121.548521) - (xy 73.26651 121.563546) - (xy 73.244462 121.585595) - (xy 73.182151 121.619622) - (xy 73.155365 121.622502) - (xy 73.152005 121.622502) - (xy 73.152002 121.622502) - (xy 73.152 121.622502) - (xy 72.923913 121.642457) - (xy 72.702759 121.701715) - (xy 72.702753 121.701717) - (xy 72.49525 121.798477) - (xy 72.307703 121.929799) - (xy 72.307697 121.929804) - (xy 72.145804 122.091697) - (xy 72.145799 122.091703) - (xy 72.014477 122.27925) - (xy 71.917717 122.486753) - (xy 71.917716 122.486757) - (xy 71.858457 122.707913) - (xy 71.838502 122.936) - (xy 71.858457 123.164087) - (xy 71.917716 123.385243) - (xy 72.014477 123.592749) - (xy 72.145802 123.7803) - (xy 72.3077 123.942198) - (xy 72.495251 124.073523) - (xy 72.702757 124.170284) - (xy 72.923913 124.229543) - (xy 73.152 124.249498) - (xy 73.380087 124.229543) - (xy 73.601243 124.170284) - (xy 73.808749 124.073523) - (xy 73.9963 123.942198) - (xy 74.158198 123.7803) - (xy 74.289523 123.592749) - (xy 74.386284 123.385243) - (xy 74.445543 123.164087) - (xy 74.446335 123.15503) - (xy 74.447606 123.140517) - (xy 74.47347 123.074399) - (xy 74.530975 123.032761) - (xy 74.573126 123.025501) - (xy 77.895956 123.025501) - (xy 77.915666 123.027051) - (xy 77.929071 123.029175) - (xy 77.997552 123.025586) - (xy 78.000825 123.025501) - (xy 78.022493 123.025501) - (xy 78.022501 123.025501) - (xy 78.044108 123.023229) - (xy 78.04729 123.022979) - (xy 78.115796 123.01939) - (xy 78.128901 123.015877) - (xy 78.148352 123.012273) - (xy 78.161837 123.010856) - (xy 78.161839 123.010855) - (xy 78.161841 123.010855) - (xy 78.227023 122.989675) - (xy 78.230172 122.988741) - (xy 78.296405 122.970995) - (xy 78.308494 122.964834) - (xy 78.326758 122.957269) - (xy 78.339666 122.953076) - (xy 78.339669 122.953074) - (xy 78.33967 122.953074) - (xy 78.348731 122.947841) - (xy 78.399066 122.91878) - (xy 78.401919 122.917232) - (xy 78.463006 122.886108) - (xy 78.473552 122.877566) - (xy 78.48984 122.866372) - (xy 78.501596 122.859586) - (xy 78.501599 122.859582) - (xy 78.501601 122.859582) - (xy 78.552534 122.813721) - (xy 78.555043 122.811578) - (xy 78.558104 122.809098) - (xy 78.571887 122.797938) - (xy 78.587226 122.782598) - (xy 78.589582 122.780361) - (xy 78.64055 122.734471) - (xy 78.648535 122.723479) - (xy 78.661364 122.708459) - (xy 85.255407 116.114416) - (xy 85.317717 116.080392) - (xy 85.388532 116.085457) - (xy 85.445368 116.128004) - (xy 85.470179 116.194524) - (xy 85.4705 116.203513) - (xy 85.4705 117.476811) - (xy 85.450498 117.544932) - (xy 85.433596 117.565906) - (xy 85.353799 117.645703) - (xy 85.222477 117.83325) - (xy 85.125717 118.040753) - (xy 85.125715 118.040759) - (xy 85.066457 118.261913) - (xy 85.046502 118.49) - (xy 85.066457 118.718086) - (xy 85.125715 118.93924) - (xy 85.125717 118.939246) - (xy 85.172669 119.039935) - (xy 85.222477 119.146749) - (xy 85.353802 119.3343) - (xy 85.5157 119.496198) - (xy 85.703251 119.627523) - (xy 85.910757 119.724284) - (xy 86.131913 119.783543) - (xy 86.36 119.803498) - (xy 86.588087 119.783543) - (xy 86.809243 119.724284) - (xy 87.016749 119.627523) - (xy 87.2043 119.496198) - (xy 87.366198 119.3343) - (xy 87.497523 119.146749) - (xy 87.594284 118.939243) - (xy 87.653543 118.718087) - (xy 87.673498 118.49) - (xy 87.653543 118.261913) - (xy 87.594284 118.040757) - (xy 87.497523 117.833251) - (xy 87.366198 117.6457) - (xy 87.286404 117.565905) - (xy 87.252379 117.503592) - (xy 87.2495 117.47681) - (xy 87.2495 114.212632) - (xy 87.269502 114.144511) - (xy 87.2864 114.123542) - (xy 88.668406 112.741535) - (xy 88.730718 112.70751) - (xy 88.801533 112.712575) - (xy 88.858369 112.755122) - (xy 88.88318 112.821642) - (xy 88.883501 112.830631) - (xy 88.883501 118.594365) - (xy 88.863499 118.662486) - (xy 88.846596 118.68346) - (xy 73.244459 134.285597) - (xy 73.182147 134.319623) - (xy 73.155364 134.322502) - (xy 73.152006 134.322502) - (xy 73.152003 134.322502) - (xy 73.152 134.322502) - (xy 72.923913 134.342456) - (xy 72.923913 134.342457) - (xy 72.702759 134.401715) - (xy 72.702753 134.401717) - (xy 72.49525 134.498477) - (xy 72.307703 134.629799) - (xy 72.307697 134.629804) - (xy 72.145804 134.791697) - (xy 72.145799 134.791703) - (xy 72.014477 134.97925) - (xy 71.997464 135.015735) - (xy 71.950546 135.06902) - (xy 71.882269 135.088481) - (xy 71.814309 135.067939) - (xy 71.794178 135.051584) - (xy 71.084399 134.341805) - (xy 71.084398 134.341804) - (xy 71.083124 134.34053) - (xy 71.083104 134.340511) - (xy 66.267905 129.525311) - (xy 66.233879 129.462999) - (xy 66.231 129.436216) - (xy 66.231 127) - (xy 71.838502 127) - (xy 71.850022 127.131668) - (xy 71.858457 127.228086) - (xy 71.917715 127.44924) - (xy 71.917717 127.449246) - (xy 72.014477 127.656749) - (xy 72.083487 127.755306) - (xy 72.145802 127.8443) - (xy 72.3077 128.006198) - (xy 72.495251 128.137523) - (xy 72.702757 128.234284) - (xy 72.923913 128.293543) - (xy 73.152 128.313498) - (xy 73.380087 128.293543) - (xy 73.601243 128.234284) - (xy 73.808749 128.137523) - (xy 73.9963 128.006198) - (xy 74.158198 127.8443) - (xy 74.289523 127.656749) - (xy 74.352551 127.521583) - (xy 74.399466 127.4683) - (xy 74.467743 127.448838) - (xy 74.535704 127.469379) - (xy 74.58177 127.523402) - (xy 74.58973 127.547437) - (xy 74.645935 127.799745) - (xy 74.645939 127.799758) - (xy 74.743645 128.055221) - (xy 74.743647 128.055224) - (xy 74.877499 128.293724) - (xy 74.877511 128.293742) - (xy 75.044665 128.510213) - (xy 75.044673 128.510222) - (xy 75.241572 128.700057) - (xy 75.241578 128.700062) - (xy 75.464015 128.859202) - (xy 75.464025 128.859209) - (xy 75.707265 128.984267) - (xy 75.707267 128.984268) - (xy 75.966124 129.072577) - (xy 75.96613 129.072579) - (xy 76.235093 129.122259) - (xy 76.508424 129.132248) - (xy 76.671072 129.114351) - (xy 76.780291 129.102335) - (xy 76.780293 129.102334) - (xy 76.780296 129.102334) - (xy 77.044916 129.033153) - (xy 77.296643 128.926181) - (xy 77.530112 128.783697) - (xy 77.740347 128.608738) - (xy 77.922867 128.405033) - (xy 78.073783 128.176923) - (xy 78.189877 127.929271) - (xy 78.268676 127.667355) - (xy 78.297971 127.4683) - (xy 78.3085 127.39676) - (xy 78.3085 126.67171) - (xy 78.295347 126.491998) - (xy 78.293533 126.467217) - (xy 78.234063 126.200247) - (xy 78.136355 125.944781) - (xy 78.136354 125.944778) - (xy 78.136352 125.944775) - (xy 78.0025 125.706275) - (xy 78.002488 125.706257) - (xy 77.835334 125.489786) - (xy 77.835326 125.489777) - (xy 77.638427 125.299942) - (xy 77.638421 125.299937) - (xy 77.415984 125.140797) - (xy 77.415974 125.14079) - (xy 77.172734 125.015732) - (xy 77.172732 125.015731) - (xy 76.913875 124.927422) - (xy 76.913863 124.927419) - (xy 76.644902 124.87774) - (xy 76.644904 124.87774) - (xy 76.410119 124.86916) - (xy 76.371576 124.867752) - (xy 76.371575 124.867752) - (xy 76.371572 124.867752) - (xy 76.099708 124.897664) - (xy 76.099705 124.897665) - (xy 75.835081 124.966847) - (xy 75.583357 125.073818) - (xy 75.583357 125.073819) - (xy 75.349888 125.216303) - (xy 75.243453 125.304879) - (xy 75.139648 125.391266) - (xy 74.957142 125.594956) - (xy 74.957131 125.594969) - (xy 74.806217 125.823076) - (xy 74.690123 126.070729) - (xy 74.611323 126.332648) - (xy 74.611322 126.332652) - (xy 74.594142 126.449387) - (xy 74.564434 126.513869) - (xy 74.504581 126.552054) - (xy 74.433585 126.551817) - (xy 74.373987 126.513235) - (xy 74.35529 126.48429) - (xy 74.347329 126.467217) - (xy 74.289523 126.343251) - (xy 74.158198 126.1557) - (xy 73.9963 125.993802) - (xy 73.995667 125.993359) - (xy 73.808749 125.862477) - (xy 73.601246 125.765717) - (xy 73.60124 125.765715) - (xy 73.507771 125.74067) - (xy 73.380087 125.706457) - (xy 73.152 125.686502) - (xy 72.923913 125.706457) - (xy 72.702759 125.765715) - (xy 72.702753 125.765717) - (xy 72.49525 125.862477) - (xy 72.307703 125.993799) - (xy 72.307697 125.993804) - (xy 72.145804 126.155697) - (xy 72.145799 126.155703) - (xy 72.014477 126.34325) - (xy 71.917717 126.550753) - (xy 71.917715 126.550759) - (xy 71.858457 126.771913) - (xy 71.838502 127) - (xy 66.231 127) - (xy 66.231 118.49) - (xy 74.886502 118.49) - (xy 74.906457 118.718086) - (xy 74.965715 118.93924) - (xy 74.965717 118.939246) - (xy 75.012669 119.039935) - (xy 75.062477 119.146749) - (xy 75.193802 119.3343) - (xy 75.3557 119.496198) - (xy 75.543251 119.627523) - (xy 75.750757 119.724284) - (xy 75.971913 119.783543) - (xy 76.2 119.803498) - (xy 76.428087 119.783543) - (xy 76.649243 119.724284) - (xy 76.856749 119.627523) - (xy 77.0443 119.496198) - (xy 77.206198 119.3343) - (xy 77.337523 119.146749) - (xy 77.434284 118.939243) - (xy 77.493543 118.718087) - (xy 77.513498 118.49) - (xy 77.493543 118.261913) - (xy 77.434284 118.040757) - (xy 77.337523 117.833251) - (xy 77.206198 117.6457) - (xy 77.0443 117.483802) - (xy 77.034314 117.47681) - (xy 76.856749 117.352477) - (xy 76.649246 117.255717) - (xy 76.64924 117.255715) - (xy 76.535226 117.225165) - (xy 76.428087 117.196457) - (xy 76.2 117.176502) - (xy 75.971913 117.196457) - (xy 75.750759 117.255715) - (xy 75.750753 117.255717) - (xy 75.54325 117.352477) - (xy 75.355703 117.483799) - (xy 75.355697 117.483804) - (xy 75.193804 117.645697) - (xy 75.193799 117.645703) - (xy 75.062477 117.83325) - (xy 74.965717 118.040753) - (xy 74.965715 118.040759) - (xy 74.906457 118.261913) - (xy 74.886502 118.49) - (xy 66.231 118.49) - (xy 66.231 105.497725) - (xy 66.251002 105.429604) - (xy 66.267905 105.40863) - (xy 68.243462 103.433073) - (xy 70.272143 101.404391) - (xy 70.334453 101.370367) - (xy 70.378395 101.369496) - (xy 70.378433 101.369063) - (xy 70.382466 101.369415) - (xy 70.383118 101.369403) - (xy 70.383904 101.369541) - (xy 70.383906 101.369541) - (xy 70.383913 101.369543) - (xy 70.612 101.389498) - (xy 70.840087 101.369543) - (xy 71.061243 101.310284) - (xy 71.268749 101.213523) - (xy 71.4563 101.082198) - (xy 71.613849 100.924649) - (xy 76.9235 100.924649) - (xy 76.930009 100.985196) - (xy 76.930011 100.985204) - (xy 76.98111 101.122202) - (xy 76.981112 101.122207) - (xy 77.068738 101.239261) - (xy 77.185792 101.326887) - (xy 77.185794 101.326888) - (xy 77.185796 101.326889) - (xy 77.244875 101.348924) - (xy 77.322795 101.377988) - (xy 77.322803 101.37799) - (xy 77.38335 101.384499) - (xy 77.383355 101.384499) - (xy 77.383362 101.3845) - (xy 77.383368 101.3845) - (xy 79.080632 101.3845) - (xy 79.080638 101.3845) - (xy 79.080645 101.384499) - (xy 79.080649 101.384499) - (xy 79.141196 101.37799) - (xy 79.141199 101.377989) - (xy 79.141201 101.377989) - (xy 79.278204 101.326889) - (xy 79.300389 101.310282) - (xy 79.395261 101.239261) - (xy 79.482887 101.122207) - (xy 79.482887 101.122206) - (xy 79.482889 101.122204) - (xy 79.533989 100.985201) - (xy 79.53678 100.959246) - (xy 79.540499 100.924649) - (xy 79.5405 100.924632) - (xy 79.5405 99.227367) - (xy 79.540499 99.22735) - (xy 79.53399 99.166803) - (xy 79.533988 99.166795) - (xy 79.497811 99.069804) - (xy 79.482889 99.029796) - (xy 79.482888 99.029794) - (xy 79.482887 99.029792) - (xy 79.395261 98.912738) - (xy 79.278207 98.825112) - (xy 79.278202 98.82511) - (xy 79.141204 98.774011) - (xy 79.141196 98.774009) - (xy 79.080649 98.7675) - (xy 79.080638 98.7675) - (xy 77.383362 98.7675) - (xy 77.38335 98.7675) - (xy 77.322803 98.774009) - (xy 77.322795 98.774011) - (xy 77.185797 98.82511) - (xy 77.185792 98.825112) - (xy 77.068738 98.912738) - (xy 76.981112 99.029792) - (xy 76.98111 99.029797) - (xy 76.930011 99.166795) - (xy 76.930009 99.166803) - (xy 76.9235 99.22735) - (xy 76.9235 100.924649) - (xy 71.613849 100.924649) - (xy 71.618198 100.9203) - (xy 71.749523 100.732749) - (xy 71.846284 100.525243) - (xy 71.905543 100.304087) - (xy 71.925498 100.076) - (xy 71.905543 99.847913) - (xy 71.846284 99.626757) - (xy 71.749523 99.419251) - (xy 71.618198 99.2317) - (xy 71.4563 99.069802) - (xy 71.448262 99.064174) - (xy 71.268749 98.938477) - (xy 71.061246 98.841717) - (xy 71.06124 98.841715) - (xy 70.962811 98.815341) - (xy 70.840087 98.782457) - (xy 70.612 98.762502) - (xy 70.383913 98.782457) - (xy 70.162759 98.841715) - (xy 70.162753 98.841717) - (xy 69.95525 98.938477) - (xy 69.767703 99.069799) - (xy 69.767697 99.069804) - (xy 69.605804 99.231697) - (xy 69.605799 99.231703) - (xy 69.474477 99.41925) - (xy 69.377717 99.626753) - (xy 69.377715 99.626759) - (xy 69.318457 99.847913) - (xy 69.298502 100.076) - (xy 69.318458 100.304095) - (xy 69.318598 100.304888) - (xy 69.318558 100.305241) - (xy 69.318937 100.309567) - (xy 69.318067 100.309643) - (xy 69.310725 100.375447) - (xy 69.283606 100.415856) - (xy 65.054016 104.645447) - (xy 65.051245 104.648055) - (xy 65.004949 104.68907) - (xy 64.96982 104.739964) - (xy 64.967566 104.743027) - (xy 64.929417 104.791723) - (xy 64.929415 104.791726) - (xy 64.925349 104.80076) - (xy 64.914153 104.82061) - (xy 64.908522 104.828768) - (xy 64.90852 104.828772) - (xy 64.886583 104.886613) - (xy 64.885127 104.890128) - (xy 64.859747 104.946519) - (xy 64.857962 104.956262) - (xy 64.851842 104.978216) - (xy 64.848327 104.987485) - (xy 64.848326 104.987488) - (xy 64.840872 105.048886) - (xy 64.840299 105.052648) - (xy 64.829151 105.113482) - (xy 64.832885 105.175214) - (xy 64.833 105.179019) - (xy 64.833 111.998799) - (xy 64.812998 112.06692) - (xy 64.759342 112.113413) - (xy 64.689068 112.123517) - (xy 64.624488 112.094023) - (xy 64.603787 112.07107) - (xy 64.5062 111.931703) - (xy 64.506195 111.931697) - (xy 64.344302 111.769804) - (xy 64.344296 111.769799) - (xy 64.156749 111.638477) - (xy 63.949246 111.541717) - (xy 63.94924 111.541715) - (xy 63.855771 111.51667) - (xy 63.728087 111.482457) - (xy 63.5 111.462502) - (xy 63.271913 111.482457) - (xy 63.050759 111.541715) - (xy 63.050753 111.541717) - (xy 62.84325 111.638477) - (xy 62.655703 111.769799) - (xy 62.655697 111.769804) - (xy 62.493804 111.931697) - (xy 62.493799 111.931703) - (xy 62.362477 112.11925) - (xy 62.265717 112.326753) - (xy 62.265716 112.326757) - (xy 62.206457 112.547913) - (xy 62.186502 112.776) - (xy 62.206457 113.004087) - (xy 62.214418 113.033796) - (xy 62.265715 113.22524) - (xy 62.265717 113.225246) - (xy 62.362477 113.432749) - (xy 62.473426 113.591201) - (xy 62.493802 113.6203) - (xy 62.6557 113.782198) - (xy 62.843251 113.913523) - (xy 63.050757 114.010284) - (xy 63.271913 114.069543) - (xy 63.5 114.089498) - (xy 63.728087 114.069543) - (xy 63.949243 114.010284) - (xy 64.156749 113.913523) - (xy 64.3443 113.782198) - (xy 64.506198 113.6203) - (xy 64.603786 113.480929) - (xy 64.659244 113.436601) - (xy 64.729864 113.429292) - (xy 64.793224 113.461323) - (xy 64.829209 113.522524) - (xy 64.833 113.5532) - (xy 64.833 129.754921) - (xy 64.832885 129.758726) - (xy 64.829151 129.820457) - (xy 64.840299 129.881291) - (xy 64.840872 129.885054) - (xy 64.848325 129.946446) - (xy 64.848327 129.946452) - (xy 64.85184 129.955716) - (xy 64.857961 129.977674) - (xy 64.859747 129.98742) - (xy 64.859748 129.987424) - (xy 64.885131 130.043824) - (xy 64.886587 130.047339) - (xy 64.908519 130.105166) - (xy 64.908523 130.105175) - (xy 64.914147 130.113322) - (xy 64.925353 130.133189) - (xy 64.929416 130.142217) - (xy 64.967555 130.1909) - (xy 64.969809 130.193963) - (xy 64.987652 130.219812) - (xy 65.009889 130.287236) - (xy 64.992145 130.355979) - (xy 64.940051 130.404216) - (xy 64.937208 130.405586) - (xy 64.87525 130.434477) - (xy 64.687703 130.565799) - (xy 64.687697 130.565804) - (xy 64.525804 130.727697) - (xy 64.525799 130.727703) - (xy 64.394477 130.91525) - (xy 64.376195 130.954457) - (xy 64.329278 131.007742) - (xy 64.261001 131.027203) - (xy 64.193041 131.006661) - (xy 64.147805 130.954457) - (xy 64.140528 130.938852) - (xy 64.129523 130.915251) - (xy 63.998198 130.7277) - (xy 63.8363 130.565802) - (xy 63.648749 130.434477) - (xy 63.648748 130.434476) - (xy 63.441246 130.337717) - (xy 63.44124 130.337715) - (xy 63.25285 130.287236) - (xy 63.220087 130.278457) - (xy 62.992 130.258502) - (xy 62.763913 130.278457) - (xy 62.542759 130.337715) - (xy 62.542753 130.337717) - (xy 62.33525 130.434477) - (xy 62.147703 130.565799) - (xy 62.147697 130.565804) - (xy 61.985804 130.727697) - (xy 61.985799 130.727703) - (xy 61.854477 130.91525) - (xy 61.757717 131.122753) - (xy 61.757715 131.122759) - (xy 61.698457 131.343913) - (xy 61.678502 131.572) - (xy 61.698457 131.800086) - (xy 61.757715 132.02124) - (xy 61.757717 132.021246) - (xy 61.802273 132.116796) - (xy 61.854477 132.228749) - (xy 61.985802 132.4163) - (xy 62.1477 132.578198) - (xy 62.335251 132.709523) - (xy 62.542757 132.806284) - (xy 62.763913 132.865543) - (xy 62.992 132.885498) - (xy 63.220087 132.865543) - (xy 63.441243 132.806284) - (xy 63.648749 132.709523) - (xy 63.8363 132.578198) - (xy 63.998198 132.4163) - (xy 64.129523 132.228749) - (xy 64.147804 132.189543) - (xy 64.194721 132.136258) - (xy 64.262998 132.116796) - (xy 64.330958 132.137337) - (xy 64.376195 132.189543) - (xy 64.394477 132.228749) - (xy 64.525802 132.4163) - (xy 64.6877 132.578198) - (xy 64.875251 132.709523) - (xy 65.082757 132.806284) - (xy 65.303913 132.865543) - (xy 65.532 132.885498) - (xy 65.760087 132.865543) - (xy 65.981243 132.806284) - (xy 66.188749 132.709523) - (xy 66.3763 132.578198) - (xy 66.538198 132.4163) - (xy 66.669523 132.228749) - (xy 66.696749 132.170361) - (xy 66.743665 132.117077) - (xy 66.811942 132.097615) - (xy 66.879902 132.118156) - (xy 66.900038 132.134515) - (xy 70.094569 135.329046) - (xy 70.094606 135.329085) - (xy 71.321124 136.555602) - (xy 71.355149 136.617914) - (xy 71.358029 136.644697) - (xy 71.358029 138.8155) - (xy 71.338027 138.883621) - (xy 71.284371 138.930114) - (xy 71.232029 138.9415) - (xy 71.22135 138.9415) - (xy 71.160803 138.948009) - (xy 71.160795 138.948011) - (xy 71.023797 138.99911) - (xy 71.023792 138.999112) - (xy 70.906738 139.086738) - (xy 70.819112 139.203792) - (xy 70.81911 139.203797) - (xy 70.768011 139.340795) - (xy 70.768009 139.340803) - (xy 70.7615 139.40135) - (xy 70.7615 141.098649) - (xy 70.768009 141.159196) - (xy 70.768011 141.159204) - (xy 70.81911 141.296202) - (xy 70.819112 141.296207) - (xy 70.906738 141.413261) - (xy 71.023792 141.500887) - (xy 71.023794 141.500888) - (xy 71.023796 141.500889) - (xy 71.031904 141.503913) - (xy 71.160795 141.551988) - (xy 71.160803 141.55199) - (xy 71.22135 141.558499) - (xy 71.221355 141.558499) - (xy 71.221362 141.5585) - (xy 71.221368 141.5585) - (xy 72.918632 141.5585) - (xy 72.918638 141.5585) - (xy 72.918645 141.558499) - (xy 72.918649 141.558499) - (xy 72.979196 141.55199) - (xy 72.979199 141.551989) - (xy 72.979201 141.551989) - (xy 73.116204 141.500889) - (xy 73.139018 141.483811) - (xy 73.233261 141.413261) - (xy 73.320887 141.296207) - (xy 73.320887 141.296206) - (xy 73.320889 141.296204) - (xy 73.371989 141.159201) - (xy 73.3785 141.098638) - (xy 73.378861 141.095283) - (xy 73.379908 141.095395) - (xy 73.402056 141.032567) - (xy 73.458113 140.989) - (xy 73.474105 140.986682) - (xy 74.171272 140.289516) - (xy 74.184835 140.375148) - (xy 74.242359 140.488045) - (xy 74.331955 140.577641) - (xy 74.444852 140.635165) - (xy 74.530482 140.648727) - (xy 73.84211 141.337098) - (xy 73.84211 141.3371) - (xy 73.913498 141.387086) - (xy 74.120926 141.483811) - (xy 74.120931 141.483813) - (xy 74.341999 141.543048) - (xy 74.341995 141.543048) - (xy 74.569999 141.562995) - (xy 74.798002 141.543048) - (xy 75.019068 141.483813) - (xy 75.019073 141.483811) - (xy 75.226497 141.387088) - (xy 75.297888 141.337099) - (xy 75.297888 141.337097) - (xy 74.609518 140.648727) - (xy 74.695148 140.635165) - (xy 74.808045 140.577641) - (xy 74.897641 140.488045) - (xy 74.955165 140.375148) - (xy 74.968727 140.289518) - (xy 75.657097 140.977888) - (xy 75.657099 140.977888) - (xy 75.707088 140.906497) - (xy 75.803811 140.699073) - (xy 75.803813 140.699068) - (xy 75.863048 140.478002) - (xy 75.882995 140.249999) - (xy 75.863048 140.021997) - (xy 75.803813 139.800931) - (xy 75.803811 139.800926) - (xy 75.707086 139.593498) - (xy 75.6571 139.52211) - (xy 75.657098 139.52211) - (xy 74.968727 140.210481) - (xy 74.955165 140.124852) - (xy 74.897641 140.011955) - (xy 74.808045 139.922359) - (xy 74.695148 139.864835) - (xy 74.609515 139.851272) - (xy 75.297888 139.1629) - (xy 75.297888 139.162898) - (xy 75.226501 139.112913) - (xy 75.221734 139.110161) - (xy 75.223059 139.107865) - (xy 75.178089 139.068246) - (xy 75.158648 138.999963) - (xy 75.17921 138.932009) - (xy 75.233247 138.88596) - (xy 75.284644 138.875) - (xy 77.18547 138.875) - (xy 77.253591 138.895002) - (xy 77.288683 138.928729) - (xy 77.337965 138.999111) - (xy 77.352802 139.0203) - (xy 77.5147 139.182198) - (xy 77.702251 139.313523) - (xy 77.909757 139.410284) - (xy 78.130913 139.469543) - (xy 78.359 139.489498) - (xy 78.587087 139.469543) - (xy 78.808243 139.410284) - (xy 79.015749 139.313523) - (xy 79.2033 139.182198) - (xy 79.365198 139.0203) - (xy 79.496523 138.832749) - (xy 79.593284 138.625243) - (xy 79.652543 138.404087) - (xy 79.672498 138.176) - (xy 79.652543 137.947913) - (xy 79.593284 137.726757) - (xy 79.496523 137.519251) - (xy 79.365198 137.3317) - (xy 79.2033 137.169802) - (xy 79.015749 137.038477) - (xy 79.012935 137.037165) - (xy 78.808246 136.941717) - (xy 78.80824 136.941715) - (xy 78.714771 136.91667) - (xy 78.587087 136.882457) - (xy 78.359 136.862502) - (xy 78.130913 136.882457) - (xy 77.909759 136.941715) - (xy 77.909753 136.941717) - (xy 77.70225 137.038477) - (xy 77.514703 137.169799) - (xy 77.514697 137.169804) - (xy 77.352804 137.331697) - (xy 77.352799 137.331703) - (xy 77.288683 137.423271) - (xy 77.233226 137.467599) - (xy 77.18547 137.477) - (xy 74.271784 137.477) - (xy 74.203663 137.456998) - (xy 74.182689 137.440095) - (xy 73.736419 136.993825) - (xy 73.702393 136.931513) - (xy 73.707458 136.860698) - (xy 73.750005 136.803862) - (xy 73.772258 136.790538) - (xy 73.808749 136.773523) - (xy 73.9963 136.642198) - (xy 74.158198 136.4803) - (xy 74.289523 136.292749) - (xy 74.386284 136.085243) - (xy 74.445543 135.864087) - (xy 74.465498 135.636) - (xy 74.465497 135.635996) - (xy 74.465498 135.635993) - (xy 74.465498 135.632634) - (xy 74.465916 135.631207) - (xy 74.465977 135.630519) - (xy 74.466115 135.630531) - (xy 74.4855 135.564513) - (xy 74.502403 135.543539) - (xy 74.597293 135.448649) - (xy 77.3315 135.448649) - (xy 77.338009 135.509196) - (xy 77.338011 135.509204) - (xy 77.38911 135.646202) - (xy 77.389112 135.646207) - (xy 77.476738 135.763261) - (xy 77.593792 135.850887) - (xy 77.593794 135.850888) - (xy 77.593796 135.850889) - (xy 77.629181 135.864087) - (xy 77.730795 135.901988) - (xy 77.730803 135.90199) - (xy 77.79135 135.908499) - (xy 77.791355 135.908499) - (xy 77.791362 135.9085) - (xy 77.791368 135.9085) - (xy 79.688632 135.9085) - (xy 79.688638 135.9085) - (xy 79.688645 135.908499) - (xy 79.688649 135.908499) - (xy 79.749196 135.90199) - (xy 79.749199 135.901989) - (xy 79.749201 135.901989) - (xy 79.886204 135.850889) - (xy 80.003261 135.763261) - (xy 80.090889 135.646204) - (xy 80.104828 135.608832) - (xy 80.147372 135.551999) - (xy 80.213891 135.527187) - (xy 80.283266 135.542278) - (xy 80.300273 135.553434) - (xy 80.361129 135.6008) - (xy 80.466983 135.68319) - (xy 80.672273 135.794287) - (xy 80.893049 135.87008) - (xy 81.123288 135.9085) - (xy 81.123292 135.9085) - (xy 81.356708 135.9085) - (xy 81.356712 135.9085) - (xy 81.586951 135.87008) - (xy 81.807727 135.794287) - (xy 82.013017 135.68319) - (xy 82.19722 135.539818) - (xy 82.355314 135.368083) - (xy 82.384517 135.323383) - (xy 82.438519 135.277296) - (xy 82.508867 135.26772) - (xy 82.573225 135.297696) - (xy 82.595481 135.323382) - (xy 82.616867 135.356115) - (xy 82.624687 135.368084) - (xy 82.782774 135.539813) - (xy 82.782778 135.539817) - (xy 82.814508 135.564513) - (xy 82.966983 135.68319) - (xy 83.172273 135.794287) - (xy 83.393049 135.87008) - (xy 83.623288 135.9085) - (xy 83.623292 135.9085) - (xy 83.856708 135.9085) - (xy 83.856712 135.9085) - (xy 84.086951 135.87008) - (xy 84.307727 135.794287) - (xy 84.513017 135.68319) - (xy 84.69722 135.539818) - (xy 84.725403 135.509204) - (xy 84.855314 135.368083) - (xy 84.879975 135.330336) - (xy 84.982984 135.172669) - (xy 85.076749 134.958907) - (xy 85.134051 134.732626) - (xy 85.153327 134.5) - (xy 85.134051 134.267374) - (xy 85.076749 134.041093) - (xy 84.982984 133.827331) - (xy 84.88668 133.679926) - (xy 84.855314 133.631916) - (xy 84.697225 133.460186) - (xy 84.697221 133.460182) - (xy 84.605118 133.388496) - (xy 84.513017 133.31681) - (xy 84.307727 133.205713) - (xy 84.307724 133.205712) - (xy 84.307723 133.205711) - (xy 84.086955 133.129921) - (xy 84.086948 133.129919) - (xy 83.988411 133.113476) - (xy 83.856712 133.0915) - (xy 83.623288 133.0915) - (xy 83.508066 133.110727) - (xy 83.393051 133.129919) - (xy 83.393044 133.129921) - (xy 83.172276 133.205711) - (xy 83.172273 133.205713) - (xy 82.998116 133.299962) - (xy 82.966985 133.316809) - (xy 82.966983 133.31681) - (xy 82.782778 133.460182) - (xy 82.782774 133.460186) - (xy 82.624685 133.631916) - (xy 82.595483 133.676615) - (xy 82.54148 133.722704) - (xy 82.471132 133.732279) - (xy 82.406774 133.702302) - (xy 82.384517 133.676615) - (xy 82.355314 133.631916) - (xy 82.197225 133.460186) - (xy 82.197221 133.460182) - (xy 82.105118 133.388496) - (xy 82.013017 133.31681) - (xy 81.807727 133.205713) - (xy 81.807724 133.205712) - (xy 81.807723 133.205711) - (xy 81.586955 133.129921) - (xy 81.586948 133.129919) - (xy 81.488411 133.113476) - (xy 81.356712 133.0915) - (xy 81.123288 133.0915) - (xy 81.008066 133.110727) - (xy 80.893051 133.129919) - (xy 80.893044 133.129921) - (xy 80.672276 133.205711) - (xy 80.672273 133.205713) - (xy 80.466983 133.31681) - (xy 80.419463 133.353797) - (xy 80.300274 133.446566) - (xy 80.234232 133.472622) - (xy 80.164586 133.458837) - (xy 80.11345 133.409587) - (xy 80.104828 133.391167) - (xy 80.090889 133.353796) - (xy 80.090887 133.353792) - (xy 80.003261 133.236738) - (xy 79.886207 133.149112) - (xy 79.886202 133.14911) - (xy 79.749204 133.098011) - (xy 79.749196 133.098009) - (xy 79.688649 133.0915) - (xy 79.688638 133.0915) - (xy 77.791362 133.0915) - (xy 77.79135 133.0915) - (xy 77.730803 133.098009) - (xy 77.730795 133.098011) - (xy 77.593797 133.14911) - (xy 77.593792 133.149112) - (xy 77.476738 133.236738) - (xy 77.389112 133.353792) - (xy 77.38911 133.353797) - (xy 77.338011 133.490795) - (xy 77.338009 133.490803) - (xy 77.3315 133.55135) - (xy 77.3315 135.448649) - (xy 74.597293 135.448649) - (xy 81.640912 128.40503) - (xy 84.071662 125.97428) - (xy 84.133973 125.940255) - (xy 84.204788 125.94532) - (xy 84.261624 125.987867) - (xy 84.286435 126.054387) - (xy 84.281414 126.099676) - (xy 84.211323 126.332648) - (xy 84.211322 126.332653) - (xy 84.1715 126.603239) - (xy 84.1715 127.32829) - (xy 84.186466 127.532779) - (xy 84.188787 127.543197) - (xy 84.245935 127.799745) - (xy 84.245938 127.799756) - (xy 84.245939 127.799758) - (xy 84.343645 128.055221) - (xy 84.343647 128.055224) - (xy 84.477499 128.293724) - (xy 84.477511 128.293742) - (xy 84.644665 128.510213) - (xy 84.644673 128.510222) - (xy 84.841572 128.700057) - (xy 84.841578 128.700062) - (xy 85.064015 128.859202) - (xy 85.064025 128.859209) - (xy 85.307265 128.984267) - (xy 85.307267 128.984268) - (xy 85.566124 129.072577) - (xy 85.56613 129.072579) - (xy 85.835093 129.122259) - (xy 86.108424 129.132248) - (xy 86.271072 129.114351) - (xy 86.380291 129.102335) - (xy 86.380293 129.102334) - (xy 86.380296 129.102334) - (xy 86.644916 129.033153) - (xy 86.896643 128.926181) - (xy 87.130112 128.783697) - (xy 87.340347 128.608738) - (xy 87.522867 128.405033) - (xy 87.673783 128.176923) - (xy 87.789877 127.929271) - (xy 87.868676 127.667355) - (xy 87.897971 127.4683) - (xy 87.9085 127.39676) - (xy 87.9085 126.67171) - (xy 87.895347 126.491998) - (xy 87.893533 126.467217) - (xy 87.834063 126.200247) - (xy 87.736355 125.944781) - (xy 87.736354 125.944778) - (xy 87.736352 125.944775) - (xy 87.6025 125.706275) - (xy 87.602488 125.706257) - (xy 87.435334 125.489786) - (xy 87.435326 125.489777) - (xy 87.238427 125.299942) - (xy 87.238421 125.299937) - (xy 87.015984 125.140797) - (xy 87.015974 125.14079) - (xy 86.772734 125.015732) - (xy 86.772732 125.015731) - (xy 86.513875 124.927422) - (xy 86.513863 124.927419) - (xy 86.244902 124.87774) - (xy 86.244904 124.87774) - (xy 86.010119 124.86916) - (xy 85.971576 124.867752) - (xy 85.971575 124.867752) - (xy 85.971572 124.867752) - (xy 85.699708 124.897664) - (xy 85.699705 124.897665) - (xy 85.435078 124.966848) - (xy 85.413249 124.976125) - (xy 85.342731 124.984358) - (xy 85.278957 124.953159) - (xy 85.242174 124.892434) - (xy 85.244061 124.821462) - (xy 85.274874 124.771067) - (xy 88.668408 121.377534) - (xy 88.730718 121.34351) - (xy 88.801533 121.348575) - (xy 88.858369 121.391122) - (xy 88.88318 121.457642) - (xy 88.883501 121.466631) - (xy 88.883501 137.462447) - (xy 88.863499 137.530568) - (xy 88.846596 137.551542) - (xy 87.502595 138.895543) - (xy 87.440283 138.929569) - (xy 87.369468 138.924504) - (xy 87.312632 138.881957) - (xy 87.287821 138.815437) - (xy 87.2875 138.806448) - (xy 87.2875 137.327367) - (xy 87.287499 137.32735) - (xy 87.28099 137.266803) - (xy 87.280988 137.266795) - (xy 87.244811 137.169804) - (xy 87.229889 137.129796) - (xy 87.229888 137.129794) - (xy 87.229887 137.129792) - (xy 87.142261 137.012738) - (xy 87.025207 136.925112) - (xy 87.025202 136.92511) - (xy 86.888204 136.874011) - (xy 86.888196 136.874009) - (xy 86.827649 136.8675) - (xy 86.827638 136.8675) - (xy 85.130362 136.8675) - (xy 85.13035 136.8675) - (xy 85.069803 136.874009) - (xy 85.069795 136.874011) - (xy 84.932797 136.92511) - (xy 84.932792 136.925112) - (xy 84.815738 137.012738) - (xy 84.728112 137.129792) - (xy 84.72811 137.129797) - (xy 84.677011 137.266795) - (xy 84.677009 137.266803) - (xy 84.6705 137.32735) - (xy 84.6705 139.024649) - (xy 84.677009 139.085196) - (xy 84.677011 139.085204) - (xy 84.72811 139.222202) - (xy 84.728112 139.222207) - (xy 84.815738 139.339261) - (xy 84.932792 139.426887) - (xy 84.932794 139.426888) - (xy 84.932796 139.426889) - (xy 84.991875 139.448924) - (xy 85.069795 139.477988) - (xy 85.069803 139.47799) - (xy 85.13035 139.484499) - (xy 85.130355 139.484499) - (xy 85.130362 139.4845) - (xy 85.130368 139.4845) - (xy 86.609448 139.4845) - (xy 86.677569 139.504502) - (xy 86.724062 139.558158) - (xy 86.734166 139.628432) - (xy 86.704672 139.693012) - (xy 86.698543 139.699595) - (xy 82.962713 143.435424) - (xy 82.900401 143.46945) - (xy 82.829585 143.464385) - (xy 82.77275 143.421838) - (xy 82.757213 143.394555) - (xy 82.686334 143.223437) - (xy 82.556925 143.01226) - (xy 82.517656 142.966282) - (xy 82.396073 142.823926) - (xy 82.207743 142.663077) - (xy 82.207741 142.663076) - (xy 82.20774 142.663075) - (xy 81.996563 142.533666) - (xy 81.928343 142.505408) - (xy 81.873063 142.46086) - (xy 81.850642 142.393497) - (xy 81.8682 142.324706) - (xy 81.920162 142.276328) - (xy 81.976562 142.263) - (xy 82.293585 142.263) - (xy 82.293597 142.262999) - (xy 82.354093 142.256494) - (xy 82.490964 142.205444) - (xy 82.490965 142.205444) - (xy 82.607904 142.117904) - (xy 82.695444 142.000965) - (xy 82.695444 142.000964) - (xy 82.746494 141.864093) - (xy 82.752999 141.803597) - (xy 82.753 141.803585) - (xy 82.753 141.094) - (xy 81.834638 141.094) - (xy 81.864755 141.029998) - (xy 81.893635 140.878607) - (xy 81.883957 140.724789) - (xy 81.838862 140.586) - (xy 82.753 140.586) - (xy 82.753 139.876414) - (xy 82.752999 139.876402) - (xy 82.746494 139.815906) - (xy 82.695444 139.679035) - (xy 82.695444 139.679034) - (xy 82.607904 139.562095) - (xy 82.490965 139.474555) - (xy 82.354093 139.423505) - (xy 82.293597 139.417) - (xy 81.534 139.417) - (xy 81.534 140.283534) - (xy 81.506341 140.268329) - (xy 81.357061 140.23) - (xy 81.241625 140.23) - (xy 81.127094 140.244469) - (xy 81.026 140.284494) - (xy 81.026 139.417) - (xy 80.266402 139.417) - (xy 80.205906 139.423505) - (xy 80.069035 139.474555) - (xy 80.069034 139.474555) - (xy 79.952095 139.562095) - (xy 79.864555 139.679034) - (xy 79.864555 139.679035) - (xy 79.813505 139.815906) - (xy 79.807 139.876402) - (xy 79.807 140.586) - (xy 80.725362 140.586) - (xy 80.695245 140.650002) - (xy 80.666365 140.801393) - (xy 80.676043 140.955211) - (xy 80.721138 141.094) - (xy 79.807 141.094) - (xy 79.807 141.803597) - (xy 79.813505 141.864093) - (xy 79.864555 142.000964) - (xy 79.864555 142.000965) - (xy 79.952095 142.117904) - (xy 80.069034 142.205444) - (xy 80.205906 142.256494) - (xy 80.266402 142.262999) - (xy 80.266415 142.263) - (xy 80.583438 142.263) - (xy 80.651559 142.283002) - (xy 80.698052 142.336658) - (xy 80.708156 142.406932) - (xy 80.678662 142.471512) - (xy 80.631656 142.505408) - (xy 80.608243 142.515106) - (xy 80.563438 142.533665) - (xy 80.352258 142.663076) - (xy 80.352256 142.663077) - (xy 80.163926 142.823926) - (xy 80.003077 143.012256) - (xy 80.003076 143.012258) - (xy 79.873665 143.223438) - (xy 79.778885 143.452257) - (xy 79.774758 143.46945) - (xy 79.721066 143.693089) - (xy 79.701634 143.94) - (xy 79.721066 144.186911) - (xy 79.778885 144.427742) - (xy 79.873666 144.656563) - (xy 80.002504 144.866809) - (xy 80.003076 144.867741) - (xy 80.003077 144.867743) - (xy 80.163926 145.056073) - (xy 80.352256 145.216922) - (xy 80.35226 145.216925) - (xy 80.563437 145.346334) - (xy 80.73455 145.417211) - (xy 80.789828 145.461757) - (xy 80.812249 145.52912) - (xy 80.794691 145.597912) - (xy 80.775424 145.622713) - (xy 74.457544 151.940593) - (xy 74.442518 151.953428) - (xy 74.431529 151.961412) - (xy 74.385665 152.012349) - (xy 74.383398 152.014739) - (xy 74.368065 152.030073) - (xy 74.368057 152.030082) - (xy 74.354412 152.04693) - (xy 74.352274 152.049434) - (xy 74.306418 152.100363) - (xy 74.30641 152.100374) - (xy 74.299626 152.112124) - (xy 74.288431 152.128413) - (xy 74.279893 152.138956) - (xy 74.248773 152.200032) - (xy 74.247199 152.20293) - (xy 74.212925 152.262296) - (xy 74.212923 152.262299) - (xy 74.208731 152.275202) - (xy 74.201168 152.293463) - (xy 74.195007 152.305555) - (xy 74.177261 152.371778) - (xy 74.176325 152.37494) - (xy 74.155144 152.440124) - (xy 74.153726 152.45362) - (xy 74.150125 152.47305) - (xy 74.14661 152.486169) - (xy 74.143024 152.554616) - (xy 74.142765 152.557904) - (xy 74.1405 152.579453) - (xy 74.1405 152.601137) - (xy 74.140414 152.604409) - (xy 74.139093 152.629628) - (xy 74.136825 152.672889) - (xy 74.138949 152.686294) - (xy 74.1405 152.706006) - (xy 74.1405 153.091767) - (xy 74.120498 153.159888) - (xy 74.066842 153.206381) - (xy 73.996568 153.216485) - (xy 73.942229 153.19498) - (xy 73.923395 153.181792) - (xy 73.783654 153.083944) - (xy 73.78365 153.083942) - (xy 73.584079 152.990881) - (xy 73.584073 152.990879) - (xy 73.456005 152.956563) - (xy 73.371371 152.933885) - (xy 73.152 152.914693) - (xy 72.932629 152.933885) - (xy 72.719926 152.990879) - (xy 72.71992 152.990881) - (xy 72.520346 153.083944) - (xy 72.339965 153.210248) - (xy 72.339959 153.210253) - (xy 72.184253 153.365959) - (xy 72.184248 153.365965) - (xy 72.057944 153.546346) - (xy 71.996195 153.678768) - (xy 71.949278 153.732053) - (xy 71.881 153.751514) - (xy 71.81304 153.730972) - (xy 71.767805 153.678768) - (xy 71.747488 153.635198) - (xy 71.706056 153.546347) - (xy 71.579749 153.365962) - (xy 71.424038 153.210251) - (xy 71.243654 153.083944) - (xy 71.24365 153.083942) - (xy 71.044079 152.990881) - (xy 71.044073 152.990879) - (xy 70.916005 152.956563) - (xy 70.831371 152.933885) - (xy 70.612 152.914693) - (xy 70.611999 152.914693) - (xy 70.392629 152.933885) - (xy 70.179926 152.990879) - (xy 70.17992 152.990881) - (xy 69.980346 153.083944) - (xy 69.799965 153.210248) - (xy 69.799959 153.210253) - (xy 69.644253 153.365959) - (xy 69.644248 153.365965) - (xy 69.559713 153.486694) - (xy 69.504256 153.531022) - (xy 69.433636 153.538331) - (xy 69.370276 153.5063) - (xy 69.334291 153.445099) - (xy 69.3305 153.414423) - (xy 69.3305 153.379367) - (xy 69.330499 153.37935) - (xy 69.32399 153.318803) - (xy 69.323988 153.318795) - (xy 69.277806 153.19498) - (xy 69.272889 153.181796) - (xy 69.272888 153.181794) - (xy 69.272887 153.181792) - (xy 69.185261 153.064738) - (xy 69.068207 152.977112) - (xy 69.068202 152.97711) - (xy 68.931204 152.926011) - (xy 68.931196 152.926009) - (xy 68.870649 152.9195) - (xy 68.870638 152.9195) - (xy 67.273362 152.9195) - (xy 67.27335 152.9195) - (xy 67.212803 152.926009) - (xy 67.212795 152.926011) - (xy 67.075797 152.97711) - (xy 67.075792 152.977112) - (xy 66.958738 153.064738) - (xy 66.871112 153.181792) - (xy 66.87111 153.181797) - (xy 66.820011 153.318795) - (xy 66.820009 153.318803) - (xy 66.8135 153.37935) - (xy 66.8135 154.976649) - (xy 66.820009 155.037196) - (xy 66.820011 155.037204) - (xy 66.87111 155.174202) - (xy 66.871112 155.174207) - (xy 66.958738 155.291261) - (xy 67.075792 155.378887) - (xy 67.075794 155.378888) - (xy 67.075796 155.378889) - (xy 67.120468 155.395551) - (xy 67.212795 155.429988) - (xy 67.212803 155.42999) - (xy 67.27335 155.436499) - (xy 67.273355 155.436499) - (xy 67.273362 155.4365) - (xy 67.766367 155.4365) - (xy 67.834488 155.456502) - (xy 67.855462 155.473405) - (xy 70.943216 158.561159) - (xy 70.977242 158.623471) - (xy 70.972177 158.694286) - (xy 70.92963 158.751122) - (xy 70.886732 158.77196) - (xy 70.856973 158.779934) - (xy 70.760759 158.805715) - (xy 70.760753 158.805717) - (xy 70.55325 158.902477) - (xy 70.365703 159.033799) - (xy 70.365697 159.033804) - (xy 70.203804 159.195697) - (xy 70.203799 159.195703) - (xy 70.072477 159.38325) - (xy 69.975717 159.590753) - (xy 69.975715 159.590759) - (xy 69.932481 159.75211) - (xy 69.916457 159.811913) - (xy 69.896502 160.04) - (xy 69.911834 160.21524) - (xy 69.916457 160.268086) - (xy 69.975715 160.48924) - (xy 69.975717 160.489246) - (xy 70.072477 160.696749) - (xy 70.172229 160.83921) - (xy 70.203802 160.8843) - (xy 70.3657 161.046198) - (xy 70.553251 161.177523) - (xy 70.760757 161.274284) - (xy 70.981913 161.333543) - (xy 71.21 161.353498) - (xy 71.438087 161.333543) - (xy 71.659243 161.274284) - (xy 71.866749 161.177523) - (xy 72.0543 161.046198) - (xy 72.216198 160.8843) - (xy 72.347523 160.696749) - (xy 72.444284 160.489243) - (xy 72.503543 160.268087) - (xy 72.523498 160.04) - (xy 72.503543 159.811913) - (xy 72.444284 159.590757) - (xy 72.347523 159.383251) - (xy 72.221148 159.20277) - (xy 72.198461 159.135497) - (xy 72.215746 159.066637) - (xy 72.267515 159.018052) - (xy 72.324362 159.0045) - (xy 74.17211 159.0045) - (xy 74.240231 159.024502) - (xy 74.244381 159.027287) - (xy 74.373253 159.117525) - (xy 74.378015 159.120274) - (xy 74.376971 159.122082) - (xy 74.423439 159.16299) - (xy 74.442905 159.231265) - (xy 74.422369 159.299227) - (xy 74.377223 159.338354) - (xy 74.378267 159.340161) - (xy 74.373501 159.342912) - (xy 74.302109 159.3929) - (xy 74.990481 160.081272) - (xy 74.904852 160.094835) - (xy 74.791955 160.152359) - (xy 74.702359 160.241955) - (xy 74.644835 160.354852) - (xy 74.631272 160.440482) - (xy 73.942899 159.752109) - (xy 73.892913 159.8235) - (xy 73.796188 160.030926) - (xy 73.796186 160.030931) - (xy 73.736951 160.251997) - (xy 73.717004 160.48) - (xy 73.736951 160.708002) - (xy 73.796186 160.929068) - (xy 73.796188 160.929073) - (xy 73.892913 161.136501) - (xy 73.942899 161.207888) - (xy 74.631272 160.519515) - (xy 74.644835 160.605148) - (xy 74.702359 160.718045) - (xy 74.791955 160.807641) - (xy 74.904852 160.865165) - (xy 74.990482 160.878727) - (xy 74.30211 161.567098) - (xy 74.30211 161.5671) - (xy 74.373498 161.617086) - (xy 74.580926 161.713811) - (xy 74.580931 161.713813) - (xy 74.801999 161.773048) - (xy 74.801995 161.773048) - (xy 75.03 161.792995) - (xy 75.258002 161.773048) - (xy 75.479068 161.713813) - (xy 75.479073 161.713811) - (xy 75.686497 161.617088) - (xy 75.757888 161.567099) - (xy 75.757888 161.567097) - (xy 75.069518 160.878727) - (xy 75.155148 160.865165) - (xy 75.268045 160.807641) - (xy 75.357641 160.718045) - (xy 75.415165 160.605148) - (xy 75.428727 160.519516) - (xy 76.117098 161.207888) - (xy 76.117099 161.207888) - (xy 76.167088 161.136497) - (xy 76.263811 160.929073) - (xy 76.263813 160.929068) - (xy 76.323048 160.708002) - (xy 76.342995 160.48) - (xy 76.323048 160.251997) - (xy 76.263813 160.030931) - (xy 76.263811 160.030926) - (xy 76.167086 159.823498) - (xy 76.126826 159.766) - (xy 77.898502 159.766) - (xy 77.918457 159.994087) - (xy 77.945453 160.094835) - (xy 77.977715 160.21524) - (xy 77.977717 160.215246) - (xy 78.074477 160.422749) - (xy 78.202194 160.605148) - (xy 78.205802 160.6103) - (xy 78.3677 160.772198) - (xy 78.555251 160.903523) - (xy 78.762757 161.000284) - (xy 78.983913 161.059543) - (xy 79.212 161.079498) - (xy 79.440087 161.059543) - (xy 79.661243 161.000284) - (xy 79.868749 160.903523) - (xy 80.0563 160.772198) - (xy 80.218198 160.6103) - (xy 80.349523 160.422749) - (xy 80.446284 160.215243) - (xy 80.505543 159.994087) - (xy 80.525498 159.766) - (xy 88.058502 159.766) - (xy 88.078457 159.994087) - (xy 88.105453 160.094835) - (xy 88.137715 160.21524) - (xy 88.137717 160.215246) - (xy 88.234477 160.422749) - (xy 88.362194 160.605148) - (xy 88.365802 160.6103) - (xy 88.5277 160.772198) - (xy 88.715251 160.903523) - (xy 88.922757 161.000284) - (xy 89.143913 161.059543) - (xy 89.372 161.079498) - (xy 89.600087 161.059543) - (xy 89.821243 161.000284) - (xy 90.028749 160.903523) - (xy 90.2163 160.772198) - (xy 90.378198 160.6103) - (xy 90.509523 160.422749) - (xy 90.606284 160.215243) - (xy 90.665543 159.994087) - (xy 90.685498 159.766) - (xy 90.665543 159.537913) - (xy 90.606284 159.316757) - (xy 90.509523 159.109251) - (xy 90.378198 158.9217) - (xy 90.2163 158.759802) - (xy 90.197241 158.746457) - (xy 90.028749 158.628477) - (xy 89.821246 158.531717) - (xy 89.82124 158.531715) - (xy 89.727771 158.50667) - (xy 89.600087 158.472457) - (xy 89.372 158.452502) - (xy 89.371999 158.452502) - (xy 89.143913 158.472457) - (xy 88.922759 158.531715) - (xy 88.922753 158.531717) - (xy 88.71525 158.628477) - (xy 88.527703 158.759799) - (xy 88.527697 158.759804) - (xy 88.365804 158.921697) - (xy 88.365799 158.921703) - (xy 88.234477 159.10925) - (xy 88.137717 159.316753) - (xy 88.137715 159.316759) - (xy 88.130707 159.342913) - (xy 88.078457 159.537913) - (xy 88.058502 159.766) - (xy 80.525498 159.766) - (xy 80.505543 159.537913) - (xy 80.446284 159.316757) - (xy 80.349523 159.109251) - (xy 80.218198 158.9217) - (xy 80.0563 158.759802) - (xy 80.037241 158.746457) - (xy 79.868749 158.628477) - (xy 79.661246 158.531717) - (xy 79.66124 158.531715) - (xy 79.567771 158.50667) - (xy 79.440087 158.472457) - (xy 79.212 158.452502) - (xy 79.211999 158.452502) - (xy 78.983913 158.472457) - (xy 78.762759 158.531715) - (xy 78.762753 158.531717) - (xy 78.55525 158.628477) - (xy 78.367703 158.759799) - (xy 78.367697 158.759804) - (xy 78.205804 158.921697) - (xy 78.205799 158.921703) - (xy 78.074477 159.10925) - (xy 77.977717 159.316753) - (xy 77.977715 159.316759) - (xy 77.970707 159.342913) - (xy 77.918457 159.537913) - (xy 77.898502 159.766) - (xy 76.126826 159.766) - (xy 76.1171 159.75211) - (xy 76.117097 159.75211) - (xy 75.428726 160.44048) - (xy 75.415165 160.354852) - (xy 75.357641 160.241955) - (xy 75.268045 160.152359) - (xy 75.155148 160.094835) - (xy 75.069515 160.081272) - (xy 75.757888 159.3929) - (xy 75.757888 159.392898) - (xy 75.686501 159.342913) - (xy 75.681734 159.340161) - (xy 75.682817 159.338284) - (xy 75.636561 159.297561) - (xy 75.617095 159.229285) - (xy 75.637632 159.161324) - (xy 75.682992 159.122019) - (xy 75.681985 159.120274) - (xy 75.686746 159.117525) - (xy 75.686749 159.117523) - (xy 75.8743 158.986198) - (xy 76.036198 158.8243) - (xy 76.167523 158.636749) - (xy 76.264284 158.429243) - (xy 76.323543 158.208087) - (xy 76.343498 157.98) - (xy 76.323543 157.751913) - (xy 76.264284 157.530757) - (xy 76.167523 157.323251) - (xy 76.036198 157.1357) - (xy 75.956404 157.055906) - (xy 75.922379 156.993595) - (xy 75.9195 156.966812) - (xy 75.9195 155.575) - (xy 77.898502 155.575) - (xy 77.918457 155.803087) - (xy 77.977716 156.024243) - (xy 78.074477 156.231749) - (xy 78.205802 156.4193) - (xy 78.3677 156.581198) - (xy 78.555251 156.712523) - (xy 78.762757 156.809284) - (xy 78.983913 156.868543) - (xy 79.212 156.888498) - (xy 79.440087 156.868543) - (xy 79.661243 156.809284) - (xy 79.868749 156.712523) - (xy 80.0563 156.581198) - (xy 80.218198 156.4193) - (xy 80.349523 156.231749) - (xy 80.446284 156.024243) - (xy 80.505543 155.803087) - (xy 80.525498 155.575) - (xy 88.058502 155.575) - (xy 88.078457 155.803087) - (xy 88.137716 156.024243) - (xy 88.234477 156.231749) - (xy 88.365802 156.4193) - (xy 88.5277 156.581198) - (xy 88.715251 156.712523) - (xy 88.922757 156.809284) - (xy 89.143913 156.868543) - (xy 89.372 156.888498) - (xy 89.600087 156.868543) - (xy 89.821243 156.809284) - (xy 90.028749 156.712523) - (xy 90.2163 156.581198) - (xy 90.378198 156.4193) - (xy 90.509523 156.231749) - (xy 90.606284 156.024243) - (xy 90.665543 155.803087) - (xy 90.685498 155.575) - (xy 90.665543 155.346913) - (xy 90.606284 155.125757) - (xy 90.509523 154.918251) - (xy 90.378198 154.7307) - (xy 90.2163 154.568802) - (xy 90.113049 154.496505) - (xy 90.028749 154.437477) - (xy 89.821246 154.340717) - (xy 89.82124 154.340715) - (xy 89.727771 154.31567) - (xy 89.600087 154.281457) - (xy 89.372 154.261502) - (xy 89.143913 154.281457) - (xy 88.922759 154.340715) - (xy 88.922753 154.340717) - (xy 88.71525 154.437477) - (xy 88.527703 154.568799) - (xy 88.527697 154.568804) - (xy 88.365804 154.730697) - (xy 88.365799 154.730703) - (xy 88.234477 154.91825) - (xy 88.137717 155.125753) - (xy 88.137715 155.125759) - (xy 88.100611 155.264232) - (xy 88.078457 155.346913) - (xy 88.058502 155.575) - (xy 80.525498 155.575) - (xy 80.505543 155.346913) - (xy 80.446284 155.125757) - (xy 80.349523 154.918251) - (xy 80.218198 154.7307) - (xy 80.0563 154.568802) - (xy 79.953049 154.496505) - (xy 79.868749 154.437477) - (xy 79.661246 154.340717) - (xy 79.66124 154.340715) - (xy 79.567771 154.31567) - (xy 79.440087 154.281457) - (xy 79.212 154.261502) - (xy 78.983913 154.281457) - (xy 78.762759 154.340715) - (xy 78.762753 154.340717) - (xy 78.55525 154.437477) - (xy 78.367703 154.568799) - (xy 78.367697 154.568804) - (xy 78.205804 154.730697) - (xy 78.205799 154.730703) - (xy 78.074477 154.91825) - (xy 77.977717 155.125753) - (xy 77.977715 155.125759) - (xy 77.940611 155.264232) - (xy 77.918457 155.346913) - (xy 77.898502 155.575) - (xy 75.9195 155.575) - (xy 75.9195 153.046714) - (xy 75.939502 152.978593) - (xy 75.9564 152.957624) - (xy 76.674024 152.24) - (xy 79.701634 152.24) - (xy 79.721066 152.486911) - (xy 79.778885 152.727742) - (xy 79.873666 152.956563) - (xy 79.998263 153.159888) - (xy 80.003076 153.167741) - (xy 80.003077 153.167743) - (xy 80.163926 153.356073) - (xy 80.352256 153.516922) - (xy 80.35226 153.516925) - (xy 80.563437 153.646334) - (xy 80.792258 153.741115) - (xy 81.033089 153.798934) - (xy 81.28 153.818366) - (xy 81.526911 153.798934) - (xy 81.767742 153.741115) - (xy 81.996563 153.646334) - (xy 82.20774 153.516925) - (xy 82.396073 153.356073) - (xy 82.556925 153.16774) - (xy 82.686334 152.956563) - (xy 82.781115 152.727742) - (xy 82.838934 152.486911) - (xy 82.858366 152.24) - (xy 82.838934 151.993089) - (xy 82.781115 151.752258) - (xy 82.686334 151.523437) - (xy 82.556925 151.31226) - (xy 82.556922 151.312256) - (xy 82.396073 151.123926) - (xy 82.207743 150.963077) - (xy 82.207741 150.963076) - (xy 82.20774 150.963075) - (xy 81.996563 150.833666) - (xy 81.767742 150.738885) - (xy 81.526911 150.681066) - (xy 81.526912 150.681066) - (xy 81.28 150.661634) - (xy 81.033088 150.681066) - (xy 80.792257 150.738885) - (xy 80.563438 150.833665) - (xy 80.352258 150.963076) - (xy 80.352256 150.963077) - (xy 80.163926 151.123926) - (xy 80.003077 151.312256) - (xy 80.003076 151.312258) - (xy 79.873665 151.523438) - (xy 79.778885 151.752257) - (xy 79.745336 151.892) - (xy 79.721066 151.993089) - (xy 79.701634 152.24) - (xy 76.674024 152.24) - (xy 90.345459 138.568564) - (xy 90.360479 138.555735) - (xy 90.371471 138.54775) - (xy 90.417361 138.496782) - (xy 90.419598 138.494426) - (xy 90.434938 138.479087) - (xy 90.448578 138.462243) - (xy 90.450721 138.459734) - (xy 90.496582 138.408801) - (xy 90.496582 138.408799) - (xy 90.496586 138.408796) - (xy 90.503372 138.39704) - (xy 90.514566 138.380752) - (xy 90.523108 138.370206) - (xy 90.554234 138.309114) - (xy 90.55578 138.306266) - (xy 90.590076 138.246866) - (xy 90.594269 138.233958) - (xy 90.601834 138.215694) - (xy 90.607995 138.203605) - (xy 90.625741 138.137372) - (xy 90.626675 138.134223) - (xy 90.647855 138.069041) - (xy 90.647856 138.069035) - (xy 90.649273 138.055552) - (xy 90.652878 138.036101) - (xy 90.65639 138.022996) - (xy 90.659979 137.95449) - (xy 90.660229 137.951308) - (xy 90.662501 137.929701) - (xy 90.662501 137.908025) - (xy 90.662586 137.904752) - (xy 90.666175 137.836271) - (xy 90.664052 137.822865) - (xy 90.662501 137.803155) - (xy 90.662501 119.039935) - (xy 90.662586 119.036663) - (xy 90.666175 118.968189) - (xy 90.664052 118.954784) - (xy 90.662501 118.935074) - (xy 90.662501 110.403935) - (xy 90.662586 110.400663) - (xy 90.666175 110.332189) - (xy 90.666174 110.332188) - (xy 90.666175 110.332185) - (xy 90.66583 110.325591) - (xy 90.666158 110.325573) - (xy 90.665288 110.308986) - (xy 90.666175 110.292071) - (xy 90.664052 110.278666) - (xy 90.662501 110.258956) - (xy 90.662501 97.195935) - (xy 90.662586 97.192663) - (xy 90.666175 97.124189) - (xy 90.664052 97.110784) - (xy 90.662501 97.091074) - (xy 90.662501 93.854806) - (xy 90.664052 93.835094) - (xy 90.666175 93.821689) - (xy 90.664315 93.786198) - (xy 90.662586 93.753217) - (xy 90.662501 93.749945) - (xy 90.662501 93.728271) - (xy 90.662501 93.728263) - (xy 90.660231 93.706679) - (xy 90.659976 93.703437) - (xy 90.656389 93.634968) - (xy 90.652876 93.621857) - (xy 90.649275 93.602424) - (xy 90.648696 93.596923) - (xy 90.647856 93.588927) - (xy 90.62667 93.523725) - (xy 90.625735 93.520567) - (xy 90.607995 93.454358) - (xy 90.607944 93.454258) - (xy 90.601833 93.442265) - (xy 90.594269 93.424004) - (xy 90.590076 93.411098) - (xy 90.555783 93.3517) - (xy 90.554226 93.348832) - (xy 90.52311 93.287762) - (xy 90.523104 93.287754) - (xy 90.514571 93.277217) - (xy 90.503374 93.260926) - (xy 90.496586 93.249168) - (xy 90.450707 93.198214) - (xy 90.448601 93.19575) - (xy 90.434938 93.178877) - (xy 90.419596 93.163535) - (xy 90.417361 93.16118) - (xy 90.387563 93.128086) - (xy 90.371473 93.110215) - (xy 90.360484 93.102231) - (xy 90.345453 93.089392) - (xy 85.961369 88.705308) - (xy 85.927343 88.642996) - (xy 85.932408 88.572181) - (xy 85.974955 88.515345) - (xy 86.041475 88.490534) - (xy 86.055047 88.490297) - (xy 86.108424 88.492248) - (xy 86.259171 88.475661) - (xy 86.380291 88.462335) - (xy 86.380293 88.462334) - (xy 86.380296 88.462334) - (xy 86.644916 88.393153) - (xy 86.896643 88.286181) - (xy 87.130112 88.143697) - (xy 87.340347 87.968738) - (xy 87.522867 87.765033) - (xy 87.673783 87.536923) - (xy 87.789877 87.289271) - (xy 87.868676 87.027355) - (xy 87.889222 86.88775) - (xy 87.9085 86.75676) - (xy 87.9085 86.03171) - (xy 87.893533 85.82722) - (xy 87.893533 85.827217) - (xy 87.834063 85.560247) - (xy 87.736355 85.304781) - (xy 87.736354 85.304778) - (xy 87.736352 85.304775) - (xy 87.6025 85.066275) - (xy 87.602488 85.066257) - (xy 87.435334 84.849786) - (xy 87.435326 84.849777) - (xy 87.238427 84.659942) - (xy 87.238421 84.659937) - (xy 87.015984 84.500797) - (xy 87.015974 84.50079) - (xy 86.772734 84.375732) - (xy 86.772732 84.375731) - (xy 86.513875 84.287422) - (xy 86.513863 84.287419) - (xy 86.244902 84.23774) - (xy 86.244904 84.23774) - (xy 86.010119 84.22916) - (xy 85.971576 84.227752) - (xy 85.971575 84.227752) - (xy 85.971572 84.227752) - (xy 85.699708 84.257664) - (xy 85.699705 84.257665) - (xy 85.435081 84.326847) - (xy 85.183356 84.433818) - (xy 85.183357 84.433819) - (xy 84.949888 84.576303) - (xy 84.809064 84.693498) - (xy 84.739648 84.751266) - (xy 84.557142 84.954956) - (xy 84.557131 84.954969) - (xy 84.406217 85.183076) - (xy 84.290123 85.430729) - (xy 84.211323 85.692648) - (xy 84.211322 85.692653) - (xy 84.1715 85.963239) - (xy 84.1715 86.611248) - (xy 84.151498 86.679369) - (xy 84.097842 86.725862) - (xy 84.027568 86.735966) - (xy 83.962988 86.706472) - (xy 83.956405 86.700343) - (xy 73.778307 76.522246) - (xy 73.744281 76.459934) - (xy 73.749346 76.389119) - (xy 73.791893 76.332283) - (xy 73.804413 76.324025) - (xy 73.808731 76.321531) - (xy 73.808749 76.321523) - (xy 73.9963 76.190198) - (xy 74.158198 76.0283) - (xy 74.289523 75.840749) - (xy 74.386284 75.633243) - (xy 74.445543 75.412087) - (xy 74.465498 75.184) - (xy 74.445543 74.955913) - (xy 74.386284 74.734757) - (xy 74.289523 74.527251) - (xy 74.262494 74.488649) - (xy 77.3315 74.488649) - (xy 77.338009 74.549196) - (xy 77.338011 74.549204) - (xy 77.38911 74.686202) - (xy 77.389112 74.686207) - (xy 77.476738 74.803261) - (xy 77.593792 74.890887) - (xy 77.593794 74.890888) - (xy 77.593796 74.890889) - (xy 77.645243 74.910078) - (xy 77.730795 74.941988) - (xy 77.730803 74.94199) - (xy 77.79135 74.948499) - (xy 77.791355 74.948499) - (xy 77.791362 74.9485) - (xy 77.791368 74.9485) - (xy 79.688632 74.9485) - (xy 79.688638 74.9485) - (xy 79.688645 74.948499) - (xy 79.688649 74.948499) - (xy 79.749196 74.94199) - (xy 79.749199 74.941989) - (xy 79.749201 74.941989) - (xy 79.886204 74.890889) - (xy 80.003261 74.803261) - (xy 80.090889 74.686204) - (xy 80.104828 74.648832) - (xy 80.147372 74.591999) - (xy 80.213891 74.567187) - (xy 80.283266 74.582278) - (xy 80.300273 74.593434) - (xy 80.371452 74.648835) - (xy 80.466983 74.72319) - (xy 80.672273 74.834287) - (xy 80.893049 74.91008) - (xy 81.123288 74.9485) - (xy 81.123292 74.9485) - (xy 81.356708 74.9485) - (xy 81.356712 74.9485) - (xy 81.586951 74.91008) - (xy 81.807727 74.834287) - (xy 82.013017 74.72319) - (xy 82.19722 74.579818) - (xy 82.355314 74.408083) - (xy 82.384517 74.363383) - (xy 82.438519 74.317296) - (xy 82.508867 74.30772) - (xy 82.573225 74.337696) - (xy 82.595481 74.363382) - (xy 82.624686 74.408083) - (xy 82.624687 74.408084) - (xy 82.782774 74.579813) - (xy 82.782778 74.579817) - (xy 82.801033 74.594025) - (xy 82.966983 74.72319) - (xy 83.172273 74.834287) - (xy 83.393049 74.91008) - (xy 83.623288 74.9485) - (xy 83.623292 74.9485) - (xy 83.856708 74.9485) - (xy 83.856712 74.9485) - (xy 84.086951 74.91008) - (xy 84.307727 74.834287) - (xy 84.513017 74.72319) - (xy 84.69722 74.579818) - (xy 84.725403 74.549204) - (xy 84.855314 74.408083) - (xy 84.982984 74.212669) - (xy 85.076749 73.998907) - (xy 85.134051 73.772626) - (xy 85.153327 73.54) - (xy 85.134051 73.307374) - (xy 85.076749 73.081093) - (xy 84.982984 72.867331) - (xy 84.884516 72.716614) - (xy 84.855314 72.671916) - (xy 84.697225 72.500186) - (xy 84.697221 72.500182) - (xy 84.585906 72.413542) - (xy 84.513017 72.35681) - (xy 84.307727 72.245713) - (xy 84.307724 72.245712) - (xy 84.307723 72.245711) - (xy 84.086955 72.169921) - (xy 84.086948 72.169919) - (xy 83.988411 72.153476) - (xy 83.856712 72.1315) - (xy 83.623288 72.1315) - (xy 83.508066 72.150727) - (xy 83.393051 72.169919) - (xy 83.393044 72.169921) - (xy 83.172276 72.245711) - (xy 83.172273 72.245713) - (xy 82.971655 72.354282) - (xy 82.966985 72.356809) - (xy 82.966983 72.35681) - (xy 82.782778 72.500182) - (xy 82.782774 72.500186) - (xy 82.624686 72.671915) - (xy 82.595481 72.716617) - (xy 82.541477 72.762704) - (xy 82.471129 72.772279) - (xy 82.406772 72.742301) - (xy 82.384518 72.716617) - (xy 82.355314 72.671917) - (xy 82.281158 72.591362) - (xy 82.197225 72.500186) - (xy 82.197221 72.500182) - (xy 82.085906 72.413542) - (xy 82.013017 72.35681) - (xy 81.807727 72.245713) - (xy 81.807724 72.245712) - (xy 81.807723 72.245711) - (xy 81.586955 72.169921) - (xy 81.586948 72.169919) - (xy 81.488411 72.153476) - (xy 81.356712 72.1315) - (xy 81.123288 72.1315) - (xy 81.008066 72.150727) - (xy 80.893051 72.169919) - (xy 80.893044 72.169921) - (xy 80.672276 72.245711) - (xy 80.672273 72.245713) - (xy 80.466983 72.35681) - (xy 80.419463 72.393797) - (xy 80.300274 72.486566) - (xy 80.234232 72.512622) - (xy 80.164586 72.498837) - (xy 80.11345 72.449587) - (xy 80.104828 72.431167) - (xy 80.090889 72.393796) - (xy 80.090887 72.393792) - (xy 80.003261 72.276738) - (xy 79.886207 72.189112) - (xy 79.886202 72.18911) - (xy 79.749204 72.138011) - (xy 79.749196 72.138009) - (xy 79.688649 72.1315) - (xy 79.688638 72.1315) - (xy 77.791362 72.1315) - (xy 77.79135 72.1315) - (xy 77.730803 72.138009) - (xy 77.730795 72.138011) - (xy 77.593797 72.18911) - (xy 77.593792 72.189112) - (xy 77.476738 72.276738) - (xy 77.389112 72.393792) - (xy 77.38911 72.393797) - (xy 77.338011 72.530795) - (xy 77.338009 72.530803) - (xy 77.3315 72.59135) - (xy 77.3315 74.488649) - (xy 74.262494 74.488649) - (xy 74.158198 74.3397) - (xy 73.9963 74.177802) - (xy 73.808749 74.046477) - (xy 73.808748 74.046476) - (xy 73.601246 73.949717) - (xy 73.60124 73.949715) - (xy 73.507771 73.92467) - (xy 73.380087 73.890457) - (xy 73.152 73.870502) - (xy 72.923913 73.890457) - (xy 72.702759 73.949715) - (xy 72.702753 73.949717) - (xy 72.49525 74.046477) - (xy 72.307703 74.177799) - (xy 72.307697 74.177804) - (xy 72.145804 74.339697) - (xy 72.145795 74.339708) - (xy 72.014474 74.527254) - (xy 72.01196 74.531609) - (xy 71.960572 74.580597) - (xy 71.890857 74.594025) - (xy 71.824949 74.567631) - (xy 71.813753 74.557692) - (xy 68.376061 71.12) - (xy 71.838502 71.12) - (xy 71.858457 71.348087) - (xy 71.917716 71.569243) - (xy 72.014477 71.776749) - (xy 72.145802 71.9643) - (xy 72.3077 72.126198) - (xy 72.495251 72.257523) - (xy 72.702757 72.354284) - (xy 72.923913 72.413543) - (xy 73.152 72.433498) - (xy 73.380087 72.413543) - (xy 73.601243 72.354284) - (xy 73.808749 72.257523) - (xy 73.9963 72.126198) - (xy 74.158198 71.9643) - (xy 74.289523 71.776749) - (xy 74.386284 71.569243) - (xy 74.445543 71.348087) - (xy 74.465498 71.12) - (xy 74.445543 70.891913) - (xy 74.386284 70.670757) - (xy 74.289523 70.463251) - (xy 74.158198 70.2757) - (xy 73.9963 70.113802) - (xy 73.993389 70.111764) - (xy 73.808749 69.982477) - (xy 73.601246 69.885717) - (xy 73.60124 69.885715) - (xy 73.484386 69.854404) - (xy 73.380087 69.826457) - (xy 73.152 69.806502) - (xy 72.923913 69.826457) - (xy 72.702759 69.885715) - (xy 72.702753 69.885717) - (xy 72.49525 69.982477) - (xy 72.307703 70.113799) - (xy 72.307697 70.113804) - (xy 72.145804 70.275697) - (xy 72.145799 70.275703) - (xy 72.014477 70.46325) - (xy 71.917717 70.670753) - (xy 71.917716 70.670757) - (xy 71.858457 70.891913) - (xy 71.838502 71.12) - (xy 68.376061 71.12) - (xy 66.458404 69.202343) - (xy 66.424378 69.140031) - (xy 66.421499 69.113257) - (xy 66.421499 66.420819) - (xy 66.436923 66.36829) - (xy 74.5715 66.36829) - (xy 74.586466 66.572779) - (xy 74.645938 66.839756) - (xy 74.645939 66.839758) - (xy 74.743645 67.095221) - (xy 74.743647 67.095224) - (xy 74.877499 67.333724) - (xy 74.877511 67.333742) - (xy 75.044665 67.550213) - (xy 75.044673 67.550222) - (xy 75.241572 67.740057) - (xy 75.241578 67.740062) - (xy 75.464015 67.899202) - (xy 75.464025 67.899209) - (xy 75.707265 68.024267) - (xy 75.707267 68.024268) - (xy 75.966124 68.112577) - (xy 75.96613 68.112579) - (xy 76.235093 68.162259) - (xy 76.508424 68.172248) - (xy 76.671072 68.154351) - (xy 76.780291 68.142335) - (xy 76.780293 68.142334) - (xy 76.780296 68.142334) - (xy 77.044916 68.073153) - (xy 77.296643 67.966181) - (xy 77.530112 67.823697) - (xy 77.740347 67.648738) - (xy 77.922867 67.445033) - (xy 78.073783 67.216923) - (xy 78.189877 66.969271) - (xy 78.268676 66.707355) - (xy 78.3085 66.436757) - (xy 78.3085 66.36829) - (xy 84.1715 66.36829) - (xy 84.186466 66.572779) - (xy 84.245938 66.839756) - (xy 84.245939 66.839758) - (xy 84.343645 67.095221) - (xy 84.343647 67.095224) - (xy 84.477499 67.333724) - (xy 84.477511 67.333742) - (xy 84.644665 67.550213) - (xy 84.644673 67.550222) - (xy 84.841572 67.740057) - (xy 84.841578 67.740062) - (xy 85.064015 67.899202) - (xy 85.064025 67.899209) - (xy 85.307265 68.024267) - (xy 85.307267 68.024268) - (xy 85.566124 68.112577) - (xy 85.56613 68.112579) - (xy 85.835093 68.162259) - (xy 86.108424 68.172248) - (xy 86.271072 68.154351) - (xy 86.380291 68.142335) - (xy 86.380293 68.142334) - (xy 86.380296 68.142334) - (xy 86.644916 68.073153) - (xy 86.896643 67.966181) - (xy 87.130112 67.823697) - (xy 87.340347 67.648738) - (xy 87.522867 67.445033) - (xy 87.673783 67.216923) - (xy 87.789877 66.969271) - (xy 87.868676 66.707355) - (xy 87.9085 66.436757) - (xy 87.9085 65.711712) - (xy 87.893533 65.507217) - (xy 87.834063 65.240247) - (xy 87.736355 64.984781) - (xy 87.736354 64.984778) - (xy 87.736352 64.984775) - (xy 87.6025 64.746275) - (xy 87.602488 64.746257) - (xy 87.435334 64.529786) - (xy 87.435326 64.529777) - (xy 87.238427 64.339942) - (xy 87.238421 64.339937) - (xy 87.015984 64.180797) - (xy 87.015974 64.18079) - (xy 86.772734 64.055732) - (xy 86.772732 64.055731) - (xy 86.513875 63.967422) - (xy 86.513863 63.967419) - (xy 86.244902 63.91774) - (xy 86.244904 63.91774) - (xy 86.010119 63.90916) - (xy 85.971576 63.907752) - (xy 85.971575 63.907752) - (xy 85.971572 63.907752) - (xy 85.699708 63.937664) - (xy 85.699705 63.937665) - (xy 85.435081 64.006847) - (xy 85.183356 64.113818) - (xy 85.183357 64.113819) - (xy 84.949888 64.256303) - (xy 84.816271 64.3675) - (xy 84.739648 64.431266) - (xy 84.557142 64.634956) - (xy 84.557131 64.634969) - (xy 84.406217 64.863076) - (xy 84.290123 65.110729) - (xy 84.211323 65.372648) - (xy 84.211322 65.372653) - (xy 84.1715 65.643239) - (xy 84.1715 66.36829) - (xy 78.3085 66.36829) - (xy 78.3085 65.711712) - (xy 78.293533 65.507217) - (xy 78.234063 65.240247) - (xy 78.136355 64.984781) - (xy 78.136354 64.984778) - (xy 78.136352 64.984775) - (xy 78.0025 64.746275) - (xy 78.002488 64.746257) - (xy 77.835334 64.529786) - (xy 77.835326 64.529777) - (xy 77.638427 64.339942) - (xy 77.638421 64.339937) - (xy 77.415984 64.180797) - (xy 77.415974 64.18079) - (xy 77.172734 64.055732) - (xy 77.172732 64.055731) - (xy 76.913875 63.967422) - (xy 76.913863 63.967419) - (xy 76.644902 63.91774) - (xy 76.644904 63.91774) - (xy 76.410119 63.90916) - (xy 76.371576 63.907752) - (xy 76.371575 63.907752) - (xy 76.371572 63.907752) - (xy 76.099708 63.937664) - (xy 76.099705 63.937665) - (xy 75.835081 64.006847) - (xy 75.583356 64.113818) - (xy 75.583357 64.113819) - (xy 75.349888 64.256303) - (xy 75.216271 64.3675) - (xy 75.139648 64.431266) - (xy 74.957142 64.634956) - (xy 74.957131 64.634969) - (xy 74.806217 64.863076) - (xy 74.690123 65.110729) - (xy 74.611323 65.372648) - (xy 74.611322 65.372653) - (xy 74.5715 65.643239) - (xy 74.5715 66.36829) - (xy 66.436923 66.36829) - (xy 66.441501 66.352699) - (xy 66.495157 66.306206) - (xy 66.503438 66.302775) - (xy 66.578204 66.274889) - (xy 66.695261 66.187261) - (xy 66.782889 66.070204) - (xy 66.833989 65.933201) - (xy 66.8405 65.872638) - (xy 66.8405 64.175362) - (xy 66.840499 64.17535) - (xy 66.83399 64.114803) - (xy 66.833988 64.114795) - (xy 66.804924 64.036875) - (xy 66.782889 63.977796) - (xy 66.782888 63.977794) - (xy 66.782887 63.977792) - (xy 66.695261 63.860738) - (xy 66.578207 63.773112) - (xy 66.578204 63.773111) - (xy 66.503466 63.745234) - (xy 66.446631 63.702686) - (xy 66.421821 63.636166) - (xy 66.4215 63.627179) - (xy 66.4215 63.627178) - (xy 66.4215 58.492718) - (xy 66.441501 58.424601) - (xy 66.454799 58.407384) - (xy 66.455236 58.406908) - (xy 66.45524 58.406906) - (xy 66.540428 58.314367) - (xy 66.568516 58.283857) - (xy 66.629369 58.247286) - (xy 66.700333 58.249421) - (xy 66.758878 58.289583) - (xy 66.775857 58.320517) - (xy 66.776783 58.320086) - (xy 66.779883 58.326733) - (xy 66.779885 58.326738) - (xy 66.868897 58.471048) - (xy 66.87297 58.477652) - (xy 66.872975 58.477658) - (xy 66.998341 58.603024) - (xy 66.998347 58.603029) - (xy 66.998348 58.60303) - (xy 67.149262 58.696115) - (xy 67.317574 58.751887) - (xy 67.421455 58.7625) - (xy 68.722544 58.762499) - (xy 68.826426 58.751887) - (xy 68.994738 58.696115) - (xy 69.145652 58.60303) - (xy 69.27103 58.477652) - (xy 69.364115 58.326738) - (xy 69.419887 58.158426) - (xy 69.4305 58.054545) - (xy 69.430499 56.753456) - (xy 69.428306 56.731993) - (xy 69.419887 56.649574) - (xy 69.391553 56.564067) - (xy 69.364115 56.481262) - (xy 69.27103 56.330348) - (xy 69.271029 56.330347) - (xy 69.271024 56.330341) - (xy 69.145658 56.204975) - (xy 69.145652 56.20497) - (xy 69.129167 56.194802) - (xy 68.994738 56.111885) - (xy 68.994734 56.111883) - (xy 68.994733 56.111883) - (xy 68.988086 56.108783) - (xy 68.989055 56.106704) - (xy 68.939819 56.072611) - (xy 68.912567 56.007053) - (xy 68.925085 55.937168) - (xy 68.960438 55.893994) - (xy 68.995235 55.86691) - (xy 68.995237 55.866908) - (xy 68.99524 55.866906) - (xy 69.147722 55.701268) - (xy 69.27086 55.512791) - (xy 69.361296 55.306616) - (xy 69.416564 55.088368) - (xy 69.435156 54.864) - (xy 69.416564 54.639632) - (xy 69.361296 54.421384) - (xy 69.27086 54.215209) - (xy 69.195677 54.100132) - (xy 69.147724 54.026734) - (xy 69.14772 54.026729) - (xy 68.995237 53.861091) - (xy 68.913382 53.797381) - (xy 68.817576 53.722811) - (xy 68.619574 53.615658) - (xy 68.619572 53.615657) - (xy 68.619571 53.615656) - (xy 68.406639 53.542557) - (xy 68.40663 53.542555) - (xy 68.362476 53.535187) - (xy 68.184569 53.5055) - (xy 67.959431 53.5055) - (xy 67.81121 53.530233) - (xy 67.737369 53.542555) - (xy 67.73736 53.542557) - (xy 67.524428 53.615656) - (xy 67.524426 53.615658) - (xy 67.326426 53.72281) - (xy 67.326424 53.722811) - (xy 67.148762 53.861091) - (xy 66.996279 54.026729) - (xy 66.996279 54.02673) - (xy 66.907482 54.162643) - (xy 66.853478 54.208731) - (xy 66.78313 54.218306) - (xy 66.718773 54.188328) - (xy 66.696516 54.162642) - (xy 66.607724 54.026734) - (xy 66.60772 54.026729) - (xy 66.455237 53.861091) - (xy 66.373382 53.797381) - (xy 66.277576 53.722811) - (xy 66.079574 53.615658) - (xy 66.079572 53.615657) - (xy 66.079571 53.615656) - (xy 65.866639 53.542557) - (xy 65.86663 53.542555) - (xy 65.822476 53.535187) - (xy 65.644569 53.5055) - (xy 65.419431 53.5055) - (xy 65.27121 53.530233) - (xy 65.197369 53.542555) - (xy 65.19736 53.542557) - (xy 64.984428 53.615656) - (xy 64.984426 53.615658) - (xy 64.786426 53.72281) - (xy 64.786424 53.722811) - (xy 64.608762 53.861091) - (xy 64.456279 54.026729) - (xy 64.367183 54.163102) - (xy 64.313179 54.20919) - (xy 64.242831 54.218765) - (xy 64.178474 54.188788) - (xy 64.156218 54.163102) - (xy 64.115076 54.100132) - (xy 63.47636 54.738848) - (xy 63.451493 54.654156) - (xy 63.373761 54.533202) - (xy 63.2651 54.439048) - (xy 63.134315 54.37932) - (xy 63.119587 54.377202) - (xy 63.757689 53.7391) - (xy 63.757688 53.739099) - (xy 63.737306 53.723235) - (xy 63.737299 53.72323) - (xy 63.539371 53.616118) - (xy 63.539369 53.616116) - (xy 63.326516 53.543044) - (xy 63.326509 53.543042) - (xy 63.104523 53.506) - (xy 62.879477 53.506) - (xy 62.65749 53.543042) - (xy 62.657483 53.543044) - (xy 62.44463 53.616116) - (xy 62.444628 53.616118) - (xy 62.2467 53.72323) - (xy 62.22631 53.739099) - (xy 62.22631 53.739101) - (xy 62.864411 54.377202) - (xy 62.849685 54.37932) - (xy 62.7189 54.439048) - (xy 62.610239 54.533202) - (xy 62.532507 54.654156) - (xy 62.507638 54.738849) - (xy 61.868921 54.100132) - (xy 61.827482 54.16356) - (xy 61.773478 54.209648) - (xy 61.70313 54.219223) - (xy 61.638773 54.189245) - (xy 61.616516 54.16356) - (xy 61.575076 54.100132) - (xy 60.93636 54.738847) - (xy 60.911493 54.654156) - (xy 60.833761 54.533202) - (xy 60.7251 54.439048) - (xy 60.594315 54.37932) - (xy 60.579587 54.377202) - (xy 61.217689 53.7391) - (xy 61.217688 53.739099) - (xy 61.197306 53.723235) - (xy 61.197299 53.72323) - (xy 60.999371 53.616118) - (xy 60.999369 53.616116) - (xy 60.786516 53.543044) - (xy 60.786509 53.543042) - (xy 60.564523 53.506) - (xy 60.339477 53.506) - (xy 60.11749 53.543042) - (xy 60.117483 53.543044) - (xy 59.90463 53.616116) - (xy 59.904628 53.616118) - (xy 59.7067 53.72323) - (xy 59.68631 53.739099) - (xy 59.68631 53.739101) - (xy 60.324411 54.377202) - (xy 60.309685 54.37932) - (xy 60.1789 54.439048) - (xy 60.070239 54.533202) - (xy 59.992507 54.654156) - (xy 59.967638 54.738849) - (xy 59.328921 54.100132) - (xy 59.32892 54.100132) - (xy 59.28778 54.163102) - (xy 59.233776 54.20919) - (xy 59.163428 54.218765) - (xy 59.099071 54.188787) - (xy 59.076822 54.163111) - (xy 58.987722 54.026732) - (xy 58.83524 53.861094) - (xy 58.835239 53.861093) - (xy 58.835237 53.861091) - (xy 58.753382 53.797381) - (xy 58.657576 53.722811) - (xy 58.459574 53.615658) - (xy 58.459572 53.615657) - (xy 58.459571 53.615656) - (xy 58.246639 53.542557) - (xy 58.24663 53.542555) - (xy 58.202476 53.535187) - (xy 58.024569 53.5055) - (xy 57.799431 53.5055) - (xy 57.65121 53.530233) - (xy 57.577369 53.542555) - (xy 57.57736 53.542557) - (xy 57.364428 53.615656) - (xy 57.364426 53.615658) - (xy 57.166426 53.72281) - (xy 57.166424 53.722811) - (xy 56.988762 53.861091) - (xy 56.836279 54.026729) - (xy 56.836275 54.026734) - (xy 56.713141 54.215206) - (xy 56.622703 54.421386) - (xy 56.622702 54.421387) - (xy 56.567437 54.639624) - (xy 56.567436 54.63963) - (xy 56.567436 54.639632) - (xy 56.548844 54.864) - (xy 56.566232 55.073844) - (xy 56.567437 55.088375) - (xy 56.622702 55.306612) - (xy 56.622703 55.306613) - (xy 56.713141 55.512793) - (xy 56.836275 55.701265) - (xy 56.836279 55.70127) - (xy 56.988762 55.866908) - (xy 57.043331 55.909381) - (xy 57.166424 56.005189) - (xy 57.199676 56.023184) - (xy 57.19968 56.023186) - (xy 57.250071 56.0732) - (xy 57.265423 56.142516) - (xy 57.240862 56.209129) - (xy 57.19968 56.244813) - (xy 57.166426 56.26281) - (xy 57.166424 56.262811) - (xy 56.988762 56.401091) - (xy 56.836279 56.566729) - (xy 56.836275 56.566734) - (xy 56.713141 56.755206) - (xy 56.622703 56.961386) - (xy 56.622702 56.961387) - (xy 56.567437 57.179624) - (xy 56.567436 57.17963) - (xy 56.567436 57.179632) - (xy 56.548844 57.404) - (xy 56.566232 57.613844) - (xy 56.567437 57.628375) - (xy 56.622702 57.846612) - (xy 56.622703 57.846613) - (xy 56.713141 58.052793) - (xy 56.836275 58.241265) - (xy 56.836279 58.24127) - (xy 56.988762 58.406908) - (xy 56.989374 58.407384) - (xy 57.166424 58.545189) - (xy 57.364426 58.652342) - (xy 57.364427 58.652342) - (xy 57.364428 58.652343) - (xy 57.476227 58.690723) - (xy 57.577365 58.725444) - (xy 57.799431 58.7625) - (xy 57.799435 58.7625) - (xy 58.024565 58.7625) - (xy 58.024569 58.7625) - (xy 58.246635 58.725444) - (xy 58.459574 58.652342) - (xy 58.657576 58.545189) - (xy 58.83524 58.406906) - (xy 58.987722 58.241268) - (xy 59.076816 58.104898) - (xy 59.130819 58.05881) - (xy 59.201167 58.049235) - (xy 59.265524 58.079212) - (xy 59.287782 58.104898) - (xy 59.328922 58.167866) - (xy 59.967638 57.529149) - (xy 59.992507 57.613844) - (xy 60.070239 57.734798) - (xy 60.1789 57.828952) - (xy 60.309685 57.88868) - (xy 60.324412 57.890797) - (xy 59.68631 58.528898) - (xy 59.706694 58.544763) - (xy 59.706696 58.544765) - (xy 59.904632 58.651883) - (xy 60.117483 58.724955) - (xy 60.11749 58.724957) - (xy 60.339477 58.762) - (xy 60.564523 58.762) - (xy 60.786509 58.724957) - (xy 60.786516 58.724955) - (xy 60.999369 58.651883) - (xy 60.999371 58.651882) - (xy 61.197298 58.544768) - (xy 61.197302 58.544766) - (xy 61.217689 58.528898) - (xy 60.579588 57.890797) - (xy 60.594315 57.88868) - (xy 60.7251 57.828952) - (xy 60.833761 57.734798) - (xy 60.911493 57.613844) - (xy 60.93636 57.52915) - (xy 61.575076 58.167866) - (xy 61.616516 58.10444) - (xy 61.67052 58.058352) - (xy 61.740868 58.048777) - (xy 61.805225 58.078755) - (xy 61.827481 58.104439) - (xy 61.868921 58.167866) - (xy 61.868922 58.167866) - (xy 62.507638 57.529149) - (xy 62.532507 57.613844) - (xy 62.610239 57.734798) - (xy 62.7189 57.828952) - (xy 62.849685 57.88868) - (xy 62.864412 57.890797) - (xy 62.22631 58.528898) - (xy 62.246694 58.544763) - (xy 62.246696 58.544765) - (xy 62.444632 58.651883) - (xy 62.657483 58.724955) - (xy 62.65749 58.724957) - (xy 62.879477 58.762) - (xy 63.104523 58.762) - (xy 63.326509 58.724957) - (xy 63.326516 58.724955) - (xy 63.539369 58.651883) - (xy 63.539371 58.651882) - (xy 63.737298 58.544768) - (xy 63.737302 58.544766) - (xy 63.757689 58.528898) - (xy 63.119588 57.890797) - (xy 63.134315 57.88868) - (xy 63.2651 57.828952) - (xy 63.373761 57.734798) - (xy 63.451493 57.613844) - (xy 63.476361 57.52915) - (xy 64.115077 58.167866) - (xy 64.156218 58.104898) - (xy 64.210222 58.05881) - (xy 64.28057 58.049235) - (xy 64.344927 58.079213) - (xy 64.367183 58.104898) - (xy 64.456279 58.24127) - (xy 64.456285 58.241277) - (xy 64.6092 58.407384) - (xy 64.640622 58.471048) - (xy 64.6425 58.492722) - (xy 64.6425 63.627179) - (xy 64.622498 63.6953) - (xy 64.568842 63.741793) - (xy 64.560534 63.745234) - (xy 64.485795 63.773111) - (xy 64.485792 63.773112) - (xy 64.368738 63.860738) - (xy 64.281112 63.977792) - (xy 64.28111 63.977797) - (xy 64.230011 64.114795) - (xy 64.230009 64.114803) - (xy 64.223139 64.178717) - (xy 64.222103 64.178605) - (xy 64.199912 64.241474) - (xy 64.143837 64.285018) - (xy 64.127882 64.287326) - (xy 63.430727 64.984482) - (xy 63.417165 64.898852) - (xy 63.359641 64.785955) - (xy 63.270045 64.696359) - (xy 63.157148 64.638835) - (xy 63.071517 64.625272) - (xy 63.759888 63.936899) - (xy 63.759888 63.936898) - (xy 63.688501 63.886913) - (xy 63.481073 63.790188) - (xy 63.481068 63.790186) - (xy 63.26 63.730951) - (xy 63.260004 63.730951) - (xy 63.032 63.711004) - (xy 62.803997 63.730951) - (xy 62.582931 63.790186) - (xy 62.582926 63.790188) - (xy 62.3755 63.886913) - (xy 62.304109 63.9369) - (xy 62.992481 64.625272) - (xy 62.906852 64.638835) - (xy 62.793955 64.696359) - (xy 62.704359 64.785955) - (xy 62.646835 64.898852) - (xy 62.633272 64.984481) - (xy 61.9449 64.296109) - (xy 61.894913 64.3675) - (xy 61.798188 64.574926) - (xy 61.798186 64.574931) - (xy 61.738951 64.795997) - (xy 61.719004 65.024) - (xy 61.738951 65.252002) - (xy 61.798186 65.473068) - (xy 61.798188 65.473073) - (xy 61.894913 65.680501) - (xy 61.944899 65.751888) - (xy 62.633272 65.063516) - (xy 62.646835 65.149148) - (xy 62.704359 65.262045) - (xy 62.793955 65.351641) - (xy 62.906852 65.409165) - (xy 62.992482 65.422727) - (xy 62.30411 66.111098) - (xy 62.30411 66.1111) - (xy 62.375498 66.161086) - (xy 62.582926 66.257811) - (xy 62.58293 66.257813) - (xy 62.732799 66.29797) - (xy 62.793422 66.334922) - (xy 62.824443 66.398782) - (xy 62.816015 66.469277) - (xy 62.789283 66.508772) - (xy 52.726543 76.571512) - (xy 52.711517 76.584347) - (xy 52.700528 76.592331) - (xy 52.654664 76.643268) - (xy 52.652397 76.645658) - (xy 52.637064 76.660992) - (xy 52.637056 76.661001) - (xy 52.623411 76.677849) - (xy 52.621273 76.680353) - (xy 52.575417 76.731282) - (xy 52.575409 76.731293) - (xy 52.568625 76.743043) - (xy 52.55743 76.759332) - (xy 52.548892 76.769875) - (xy 52.517772 76.830951) - (xy 52.516198 76.833849) - (xy 52.481924 76.893215) - (xy 52.481922 76.893218) - (xy 52.47773 76.906121) - (xy 52.470167 76.924382) - (xy 52.464006 76.936474) - (xy 52.44626 77.002697) - (xy 52.445324 77.005859) - (xy 52.424143 77.071043) - (xy 52.422725 77.084539) - (xy 52.419124 77.103969) - (xy 52.415609 77.117088) - (xy 52.412023 77.185535) - (xy 52.411764 77.188823) - (xy 52.409499 77.210372) - (xy 52.409499 77.232056) - (xy 52.409413 77.235328) - (xy 52.408092 77.260547) - (xy 52.405824 77.303808) - (xy 52.407948 77.317213) - (xy 52.409499 77.336925) - (xy 52.409499 86.389073) - (xy 52.407948 86.408783) - (xy 52.405824 86.422189) - (xy 52.406606 86.437097) - (xy 52.409413 86.49067) - (xy 52.409499 86.493943) - (xy 52.409499 96.399073) - (xy 52.407948 96.418783) - (xy 52.405824 96.432189) - (xy 50.8605 96.432189) - (xy 50.8605 50.9865) - (xy 50.880502 50.918379) - (xy 50.934158 50.871886) - (xy 50.9865 50.8605) - (xy 90.9135 50.8605) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "ADSR") + (date "2019-09-22") + (rev "01") + (comment 1 "Original design by René Schmitz") + (comment 2 "PCB for main circuit") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "gerbers") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "+15V") + (net 3 "Net-(Q2-C)") + (net 4 "Net-(D2-K)") + (net 5 "Net-(U2-CV)") + (net 6 "Net-(D3-A)") + (net 7 "Net-(D1-K)") + (net 8 "Net-(D3-K)") + (net 9 "Net-(D4-A)") + (net 10 "Net-(J1-PadT)") + (net 11 "Net-(D5-K)") + (net 12 "Net-(D6-A)") + (net 13 "unconnected-(J1-PadTN)") + (net 14 "unconnected-(J2-Pin_10-Pad10)") + (net 15 "unconnected-(J2-Pin_9-Pad9)") + (net 16 "Net-(J3-PadT)") + (net 17 "unconnected-(J2-Pin_2-Pad2)") + (net 18 "unconnected-(J2-Pin_1-Pad1)") + (net 19 "unconnected-(J3-PadTN)") + (net 20 "Net-(Q1-C)") + (net 21 "Net-(Q2-B)") + (net 22 "Net-(R7-Pad1)") + (net 23 "Net-(R8-Pad1)") + (net 24 "Net-(R9-Pad1)") + (net 25 "Net-(R10-Pad2)") + (net 26 "Net-(Q3-C)") + (net 27 "Net-(Q3-B)") + (net 28 "Net-(Q4-E)") + (net 29 "Net-(Q4-B)") + (net 30 "Net-(U2-Q)") + (net 31 "Net-(U1B--)") + (net 32 "Net-(U1A--)") + (net 33 "Net-(U1B-+)") + (net 34 "Net-(U2-DIS)") + (footprint "LED_THT:LED_D5.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d754846") + (at 71.12 148.59 90) + (descr "LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf") + (tags "LED diameter 5.0mm 2 pins") + (property "Reference" "D6" + (at -2.83 -0.01 180) + (layer "F.SilkS") + (uuid "38c87b73-1302-4948-b704-6dea9582b905") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 3.96 90) + (layer "F.Fab") + (uuid "e07afc68-589e-421f-b240-41dac2019d3c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D5.0mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39874e4b-1082-4638-bb26-95eb57b7f2ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa7c7761-5b79-4959-955d-59b52e180ce4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a45aa539-ddf3-44ff-97ab-24dfe4423224") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/00000000-0000-0000-0000-00005d785ff0") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.29 -1.545) + (end -1.29 1.545) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6712e7c6-0ce6-418e-9070-b7b6859122a5") + ) + (fp_arc + (start -1.29 -1.54483) + (mid 2.072002 -2.880433) + (end 4.26 0.000462) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e446728-f804-490b-ab66-b5de35f9e74b") + ) + (fp_arc + (start 4.26 -0.000462) + (mid 2.072002 2.880433) + (end -1.29 1.54483) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "478e539e-7192-4e51-8153-3be526656aae") + ) + (fp_circle + (center 1.27 0) + (end 3.77 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "6bf0efaf-719b-4425-b91f-87e801e86491") + ) + (fp_line + (start 4.5 -3.25) + (end -1.95 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75fc2cf5-ffd6-4d2f-bbe7-ad888dc63918") + ) + (fp_line + (start -1.95 -3.25) + (end -1.95 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bbaf3845-c8e2-4176-ae77-ab5561ae2280") + ) + (fp_line + (start 4.5 3.25) + (end 4.5 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5466a04-cb6f-46e0-bb90-73e6c7f0c100") + ) + (fp_line + (start -1.95 3.25) + (end 4.5 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c005a381-77fc-4254-a057-91bb4f7f231a") + ) + (fp_line + (start -1.23 -1.469694) + (end -1.23 1.469694) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8ecb12e-48df-4e87-8aad-49d87f4429f0") + ) + (fp_arc + (start -1.23 -1.469694) + (mid 4.17 0.000016) + (end -1.230016 1.469666) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b56af6e4-0957-412b-a5d4-431dced3aa63") + ) + (fp_circle + (center 1.27 0) + (end 3.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "590a8429-d73f-4bfb-ad49-7e76d30f5817") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "3fd21c88-dbae-45fd-90d5-ba7672c396a0") + (effects + (font + (size 0.8 0.8) + (thickness 0.2) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "890eff62-46ea-4f13-8b39-f66105d14a0f") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(D6-A)") + (pinfunction "A") + (pintype "passive") + (uuid "f46a7f2e-8e8b-45a0-a3b2-9e69a52845cd") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D5.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d754868") + (at 60.96 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J1" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "4ffc8c21-9162-421d-9744-037f24f36586") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "d009f367-62ca-4f3e-b5b7-e0ae04b3a19d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c6a2ee8-f2e9-4307-bc3a-84e964c19097") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f724de62-b5f7-4fbe-823c-92adab6e22ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4dcfa925-93a2-4ae6-8683-c6aa4de60ab5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Jack*") + (path "/00000000-0000-0000-0000-00005d64a5b4") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ddce3f0e-4645-4aac-a1a3-18234ef6cb9b") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "615b9484-70e0-42c6-9ddc-00ea8622a116") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f848e4ae-c779-4157-87ab-9d5d3f79a21d") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2bc5a37a-c4d8-4360-8b80-9e12fdaeca94") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc220398-495f-4bbd-9ed8-614b787dba86") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73815327-8ab9-41ed-aec0-3dbc0925d5e1") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "c9562b50-aa0b-4383-ac5e-5c82f13b47e7") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5475b949-8674-4f0f-8e6b-a412b5153d96") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ad87d721-7c47-4db9-a511-bd2282a20cc7") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "23d30796-ed0a-486d-a30c-049112c806f0") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "116e90f0-382c-4b9d-a01b-01ce516a043a") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6b82c978-8af6-4cbc-9ddf-0d1670c1857d") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "ccd4c4c9-f812-4fb0-864e-753f6b19c1ae") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6b7bf95-8dba-4cec-937a-8ffe5ee30064") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2969b9d-09ce-4667-9d4b-ef89f7bd2174") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e88a8d98-9b92-4441-b2b7-f1d688b9c4f6") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b268ef4-ff90-45d9-8e05-ed5c32ce3328") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7cb0718-b0b7-4ac3-a0c7-d7c41f12fb30") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e3a4739d-2a48-4c97-a9d6-a5dccaa6e615") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "d4fad8d9-6c71-4b72-b32a-43519b8cf364") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "8200178e-de35-4d1f-818a-3dc485f6776b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "d21f52ea-555b-4c81-b211-e5046d0866ca") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(J1-PadT)") + (pintype "passive") + (uuid "3134e8a8-4abb-497e-b32b-c63eb928ef25") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "unconnected-(J1-PadTN)") + (pintype "passive+no_connect") + (uuid "27f6ce9c-e096-4137-844a-5c41fc4ea4f8") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d7548b2") + (at 81.28 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J3" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "d4b35418-0266-45b4-98dc-93ffa4877e25") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "1504c06b-2ca3-4805-b954-5ca4fe511c79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b04eb2d3-ca3e-47ca-b774-6f1a0faa97c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ca783c9-6001-49e3-aebe-63f67589c772") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a198151-688c-4ed7-a3b4-8212978b4f71") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Jack*") + (path "/00000000-0000-0000-0000-00005d64b3f0") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "759abf83-467d-415b-a3af-724ea27c8bf2") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b3bd9b5-a939-4c09-8b09-4a07954794df") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a891949-03de-4fea-9c3d-585c4138b277") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25a54021-931a-4a8d-bf44-5d8e981cc1df") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ba1fc3d-c378-433a-a13a-5f7b63edc18a") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4815d8a-d50c-4cc4-93cc-9b3bea8f493d") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1a3bfed4-5730-41a9-a29e-9b87e452cfa6") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6836ffe5-75ae-4e92-805d-1b0ad0ea4601") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ef631121-7645-4741-b2b5-7e4df52d5072") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c0e5529f-7ff4-4027-b49b-046ad307d45d") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "02a7a8f9-0414-494e-b097-104a91a39f74") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "01b4fed9-ce5e-48b2-b24e-221665855632") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "c4e860ee-7fdb-4ef2-a6a0-6c82a3c0cc10") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35dd7487-4676-4b8d-8bd1-2cc2645c7519") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00d7b1b4-0128-438d-8c0d-bf4156079938") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f99488d-937b-4277-8b00-c1a3e4bec309") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da3e50d1-d80e-4a69-8201-2ee068c5c38a") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34dc4a39-09a8-49df-b54a-0e983e8b054a") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "f2c2c67c-5ffb-4e6f-85e7-6869513d841c") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "84f89fce-c4a8-41e4-aea9-d7034225c273") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "9f78d7fb-becf-4c24-8817-39f4b1689e09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "5b757705-7378-4413-8234-0f282c1cb321") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(J3-PadT)") + (pintype "passive") + (uuid "47250a76-1fc4-44f0-9311-a032e183752c") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "unconnected-(J3-PadTN)") + (pintype "passive+no_connect") + (uuid "357b34d2-2aea-4e54-84ff-859314985d6d") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d754a39") + (at 81.28 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV1" + (at -0.97 7.42 -90) + (layer "F.SilkS") + (uuid "b91c4afe-a22d-40e1-8b0b-a577f3030c68") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "3c4ac483-72a8-4159-81d3-c30421db0475") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1af7f96c-d479-4e77-997c-2bd0b9949ce9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e1a033f3-202b-4b13-9bb6-44f12353fd26") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17edc451-76f2-4329-a57a-7453759f5d37") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/00000000-0000-0000-0000-00005cb80d85") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5aeecaa-a338-43b6-a446-d03d857a824a") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5e3ed74-50a4-4c8b-bab9-261a051670ba") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8558765-2f98-40f1-8bfd-81eeae1f68ff") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbc8e9db-519e-4684-a561-e4e9f7a5bdbb") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da569041-5b52-494d-96f6-424da04de148") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3abff22-fc51-493d-ac9c-c872bdb706df") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fef7863-ad43-4d4d-ba64-959f071713f9") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32b5279d-38c8-4f1b-a2bf-a11f243cec14") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8eef67bf-f107-4f0f-861a-080d4e1a3fc7") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f7586928-099b-46da-b661-c7c157e8f5ab") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f40b26eb-b7fe-4279-a668-f653275c1ced") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7efc5833-cacc-40c7-9020-844c59428c2e") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "913d1879-4456-4dbe-b419-0eebac58e3a2") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6422c6e2-20d7-4d59-a6cd-cc6cc2fe447b") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e2f409e2-4fbb-4e00-ab5c-da456f08034c") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72cc4cc4-77e6-4e35-9fc3-4c2b538cb0b1") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ff920ab-cf90-419e-8581-3145470f35e9") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "2841639d-eec0-4c99-89f5-3046dbeec86b") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "a91330ea-3867-4736-af45-ece64047ac15") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "2a638e0c-98d2-4dd1-848d-4f430796d81b") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "b990c70d-ae92-40eb-b2d8-a4942e2f00db") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(U2-DIS)") + (pinfunction "1") + (pintype "passive") + (uuid "f9b16bad-b79d-4734-aaa7-60fef8a45c3f") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(U1B-+)") + (pinfunction "2") + (pintype "passive") + (uuid "3689e0d4-54fb-44a6-a2cc-74e33e923410") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(R9-Pad1)") + (pinfunction "3") + (pintype "passive") + (uuid "0130c487-2976-4580-a278-0fcfd5d3dacb") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d754a55") + (at 81.28 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV2" + (at -2 7.47 -90) + (layer "F.SilkS") + (uuid "16864556-b133-4368-92a4-775bb2464ef1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M LOG" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "22cda2cb-0af1-4785-8908-0f72968e0795") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41d338df-50ca-43d0-9656-69fe2b7813de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6e1ace0-d569-4a30-9169-2bbe0b3c0dde") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b9df6f02-ea04-4feb-9845-1d9d7102080e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/00000000-0000-0000-0000-00005cb73aba") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f65f276-471f-437e-89ba-6af6dfe1ef05") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1ab5042-bc97-4f37-86a0-4dfcf96a41d4") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51bccf4b-5230-42ca-aaa3-eafd2c3f81b3") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3aa009e9-51aa-4696-bacd-d5435a4c9f24") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c5f3846-3426-4d86-a798-9f32d33cd57b") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14992a00-8f00-4a8d-a31f-53a5d7dd91f3") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75ee54ed-daad-4ad0-bfb9-f817308b4697") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ddd0e6c8-80b8-4545-baf7-6214e4147e61") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8729feab-6cc9-4f9f-bd7f-14126dde2d66") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34b8f18f-acd7-43b5-a6a5-8ac53b2b7e84") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7022ed1-1509-4894-b061-38e341154e55") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90edec1a-ce98-4bc8-9843-75a0abc6ecb1") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c71351df-70c7-4491-aa6f-d41aefd1904b") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "118ebf26-4582-4858-834d-94712bb06b7b") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81fd7796-8445-434b-ac1c-c55302886e20") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3279f354-f884-4e8a-b4f9-7f47e0e6893b") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "034fb37f-5ef9-4fb8-86c7-eacc50219b87") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "c2f7bb0c-56ee-4e69-8502-8c8f93286c86") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "286e9138-7082-46ed-8554-588ab4255edd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d4636c1f-29e5-49fd-aa15-36a18b3bac8f") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "1abb04db-83ff-4db2-aae2-c74e70825b86") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(D3-K)") + (pinfunction "1") + (pintype "passive") + (uuid "3be14215-dac8-4c51-a981-a7ad79a0d757") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(R7-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "f697ab27-d8dd-4e15-b2cd-9ea2d8e03ca9") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(R7-Pad1)") + (pinfunction "3") + (pintype "passive") + (uuid "9de7e595-dc8c-428b-82e2-99c290bd7565") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d754a71") + (at 81.28 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV3" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "077f8d2d-6c89-4ec4-abdf-7b62929bb0be") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M LOG" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "a4e1c728-7dfe-4043-8706-052689238040") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "305813b9-9471-48bd-8110-682bf1a4001d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b96103f-2d83-4324-b6ce-64c4a0ce214a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e0089655-45a0-418b-a503-926c3c3adfee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/00000000-0000-0000-0000-00005cb76da6") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "263a2f0c-9478-4eb5-94d4-35e9d0cc62ea") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d19d0203-6371-48de-876d-b5b1b9228fed") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e73cec59-4e8f-4022-9ca9-690a5b0ba5b1") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dac33595-7de6-4cd8-b488-25c372f1ee4f") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1de7fd88-2dfb-4274-a353-fffdb9b572f4") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd128340-282c-4e4f-816b-5243b8ed5b03") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa1b5c7d-de8d-473a-bf80-1013dd4de484") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f770a91-6f31-425b-86e3-51aa0efc3c04") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f3e2b06-cc41-4c64-998b-0f56b353dd0a") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea59dec3-b83c-4715-9615-eecfb99fe86d") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28aed737-2db5-49fd-8c5a-7ee551b3b24e") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bef56433-96d3-47fe-8bad-6e1724595ef5") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d014e3b-06fe-4301-8654-12fa80a85c38") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5c7b2b2-be44-433d-889c-a3d4c9031070") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5a422aa-686c-483e-a069-c2c5dda71006") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e390b36-6a58-4435-8a50-22e42526717f") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c169da0-f950-4997-9b32-30313b0bc9e4") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "96c80c6a-a2c7-41cc-9701-db66eed70e78") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "3bc565a7-dbaf-4eb9-aba2-c1b156a0e024") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "98da9020-28dc-4e05-a0e2-633934bb4fa6") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "129514ed-ad08-4311-a147-93acdbcd9c11") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(D4-A)") + (pinfunction "1") + (pintype "passive") + (uuid "39c9ba20-727a-4b06-9082-acac43b9836f") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(R8-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "cfb2931b-944c-44a4-9a59-bc5b7be7e202") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(R8-Pad1)") + (pinfunction "3") + (pintype "passive") + (uuid "0615db87-5408-46c7-a016-1a6b2f03908e") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d754a8d") + (at 81.28 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV4" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "e029b80c-b5d2-40a8-add9-2404f1718f42") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M LOG" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "b94ba83b-c6e5-42cd-a06d-420d3e02e87e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4a7eb23-95f2-4b4a-86b3-c558cffaa847") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2acc4d32-7ab3-4471-b862-c8fc5012f7c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35e68a0b-7420-46fa-858a-cf70c8cc1046") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/00000000-0000-0000-0000-00005cb9fe03") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "921d370c-8a69-4d63-8609-a3866a1d1e09") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d20faf2-9869-42de-a31d-0ca306f256c6") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21ad80c5-699b-49c0-b321-673216c70b7e") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cfc7ba14-1a43-48b4-8e3e-8008c86bd2aa") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b7dedeb-53cd-4e86-b3d0-d095309fb44f") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "205f73e8-81ea-4316-abb4-7006adf8ecdc") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4525ffb8-0d80-4d8a-8a04-55eaef6b8ca5") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f24f3ec-7eb5-472e-bd14-740ab515a3fd") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de502a1f-8f56-44b1-874c-031032b0cc8c") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "45537f80-7cf3-4f9a-8e48-5a6e3152b3b8") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b770b346-d9fb-450b-bd43-1dc354d41514") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c7c738b-600a-48a2-a670-174ce640bde7") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "806b6ade-d83a-4eb6-afeb-4e7c6b1b4090") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e39b7325-a897-4cb7-9e8a-c1d5b24223d7") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d8e0c87-8238-40fb-977c-1b4b34f918a1") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43d00132-9a3c-4d79-9ec0-177c29e0b41c") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12b4cae2-0af9-4924-8692-2eb09ce8317e") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "85a0586d-b194-4ab8-9ffa-cec5f1d3fa42") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "60ac46cd-ccd2-4ceb-8e21-a8365691f173") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "701ee735-2d76-4177-8d33-042164ef0ec4") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "56540023-06c4-438a-b92d-d7aaccbb292c") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(D5-K)") + (pinfunction "1") + (pintype "passive") + (uuid "ba33b7eb-14b0-47e3-af37-1ef2478cb10c") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(R10-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "84ccb23a-d818-43a4-86a0-0cceace43ebd") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(R10-Pad2)") + (pinfunction "3") + (pintype "passive") + (uuid "cc12cfa3-31cb-4892-bebb-57e3a4b99ec0") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "2fbd631b-dcb6-4b8c-857c-834163c7fb1f") + (at 53.086 70.358 90) + (property "Reference" "REF**" + (at 0 3.556 90) + (layer "F.SilkS") + (hide yes) + (uuid "7a3e68ec-1044-4afe-a9ff-f9aa9270533b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 90) + (layer "F.Fab") + (hide yes) + (uuid "8afbd217-e75e-4f9f-8362-7899adb48479") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff16e0f0-06fa-45b3-a837-e9ca36255051") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "407f0866-0f8a-45df-88f9-80b3fd0e5ffd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b74aec5-d1e5-4cae-9982-94b770647268") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "R02" + (at -8.68 0.99 90) + (layer "B.SilkS") + (uuid "73299f0d-39be-42ff-bba8-e2700173832f") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "adsr" + (at 8.62 1.02 90) + (layer "B.SilkS") + (uuid "a4011e00-f25d-433d-9ed3-618c47a9d4c9") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "B.SilkS") + (uuid "ae85838b-2f41-40b7-becb-79eb7b145441") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "F.SilkS") + (uuid "bb7df48a-9db2-45ae-a3cb-1a756c8a24a1") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "R02" + (at 8.58 1.02 90) + (layer "F.SilkS") + (uuid "f5e320fa-c1ac-441a-93a7-20dd5de9315f") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (fp_text user "adsr" + (at -8.54 0.99 90) + (layer "F.SilkS") + (uuid "f9d5f309-d1a1-47b7-a608-57d6136537c9") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d75469a") + (at 65.532 65.024 180) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C1" + (at 1.142 -3.736 0) + (layer "B.SilkS") + (uuid "74630354-9f93-4381-9b57-c89885506a56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10u" + (at 1.25 -3.75 0) + (layer "B.Fab") + (uuid "2dc50e33-c51a-4d2d-a35a-f2b986ffc657") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a52e7f9-dc38-46d7-b412-6bca11d3173d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de511825-922f-43c1-9607-64d97ff90cc0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ba2e658-af1d-4eae-8a81-454409935215") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/00000000-0000-0000-0000-00005cca767c") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1090687c-7561-4eba-b2f3-91e23b50eaa5") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "57e6ebfa-b6f4-49f1-aa5e-72918c7cebd5") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7321b51a-7b26-4758-8181-3a832185890e") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "79280b27-e365-4e3e-8ce8-62e690e9c820") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7dc819b3-4c31-4054-b573-4ba73b2f8aae") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "67963109-a16b-4b68-9c04-d96e8671aab1") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "077d0935-7f52-4775-9295-298824f993a4") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "74c45b8c-2466-4c80-bb1f-72bd7a3bb9a1") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "745f1e51-6114-483b-929b-9daa2e4a6468") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "75269123-bad8-4b60-9d8a-14eb9b9356b5") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f8586683-e3ac-421c-b42b-74fdf241e981") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e5d09a8-313b-48e0-91da-699f83394ccb") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99c072ec-2030-4dc6-9da8-0a0584821dc2") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c91c32c6-0826-48fa-85ff-c613f90d942b") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b013d78-00e5-4c5e-8775-2d37c5a1194b") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2908b87-59f6-4fab-b885-9e925d0191fb") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99be6ed8-4a05-4d3c-a7fb-ecb31d202ebb") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b8c1f5bb-5b1b-4bc9-b9da-f2ab09523391") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "410c0c43-7211-42dc-a559-e6aa4680ff63") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "54b5ab97-52eb-4ef2-8038-70277c765370") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "22fee337-45d3-44df-8955-52199e5ebb8a") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "71bc3d73-7e06-4c63-a3db-2bc9ebe09f75") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "79792658-ebc1-4bba-baf7-3c7408456675") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f4e3d8a-528d-4f68-a90b-7614c6d1a34d") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b26a994-c8f9-4db5-8d0a-220a2633222d") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8347d5bb-a7ea-434d-95a2-81dfd2ed2bbd") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "079362ac-cedb-42ac-9043-bf42bb5744bb") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6c01988-7263-4073-b921-c09c1f619b31") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "308f1b44-9a7f-48d2-b0f3-0cd298f97ef0") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d15cbc1-0a8c-4f88-90f1-a726e3365d2f") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4174fd9-9263-4c18-b16e-0ca94ef12c6e") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dfe66d18-364e-4e64-9aea-7389bb3edee9") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0d04ce9c-c5de-42ce-9346-d5ba4d8ccc74") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3c0732d1-c6c8-4013-880e-85a9d40a52b9") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4271866-2cbd-43dc-a812-19d6eb6d2f6d") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8da8b688-2533-43a4-82c9-6913944a9a4e") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72b01fe2-6135-4937-a72d-88844fd5035f") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5a106af-5a18-4e53-a5f9-9833f7b9f702") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51d4adda-ee86-4cbe-9d06-d658729ed34d") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "151661b3-be4f-4f73-bc8c-347d5030f35a") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "27de8218-b5f8-4ec4-b26e-92d251843ff5") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b972571-5564-4ca9-9b0d-9bc7fc59bc5c") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "79eb3a0d-edee-469d-abd2-b8d2d03ec264") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c22ba23-a277-4919-836b-76d9dfbc2eb0") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "af6b3e56-bb3f-4d4d-af5b-eed8ddbb196c") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "54a41cc3-586c-4985-80af-c6e73bd8664f") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4c33c59-319a-4d09-ada9-1345be957ef6") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2eab7ae6-1a03-4edf-b711-37473d5b93c3") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f91517c-a389-461d-b800-44b950175afe") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "76fc13da-5298-4396-badc-95e90bd95c6a") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c644aa0e-3296-45f2-90ff-2a63de797d59") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d14b9cd4-5514-4a7b-8117-ec525bb2b510") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "564be4ee-ec7a-481d-baa4-ec43d993ab6e") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6fbd22b3-e38a-4cb9-92bc-0cc3d18cfe7b") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "22a62a3a-8eb0-4c72-aecc-1fe1fa21971b") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff50dce4-9207-4bef-b01e-94b2107dfcd7") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "135942d7-2c1b-4b0b-b08d-786005377ec6") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "450a2e53-360c-4bb6-85c2-a353b63648ab") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0ffd249-6904-4866-8207-c6433b287bc7") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f6c48c9-238a-40d0-b797-851331758175") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f6d0458-b07d-4329-bf69-1be60b77bb0b") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2681d483-7334-4cfb-8f49-f6529104d0c8") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e401877-bf2f-44bd-8b7e-80b434ff025a") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e2a6230-d7b9-459c-b7d0-bd0a9cccf6f3") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9eea77e1-c4d9-4253-96b4-a975609b211f") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "31158c94-fd3c-461f-8cab-c04829cade36") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fac95673-67c4-441d-82e8-c4e961771182") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "22bab1fa-3fa9-4a98-8145-f71a3748ed94") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a75c48b2-11e5-4195-941e-48e82a2a421a") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "63326910-32a9-4e11-8a05-62210b31c1c7") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "837c32f8-5b2f-47ba-9ed8-cc78d5cdb079") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "563fe9cc-5a40-4292-9c67-adab4f3a3513") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "11908228-f5af-48a2-8761-60050ee275b3") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6806fa23-4ffc-4aed-b6be-4988bc366706") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "16ba2981-bb50-4f9e-a33c-ed0fab7b7e47") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "80d68953-b2cd-445c-b584-3e237283a2c6") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1eff5305-3140-4e6c-9d92-5a00435bc85f") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7cdcc87-ff09-4ee4-8a4f-d3ad4f49e0e9") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "71e2f054-095d-49d1-a279-245abc8a1c5e") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f99f49c4-a9fd-4937-8005-35669f9a867c") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb67a3e0-9fe9-45ce-93ea-01f1287a843f") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8da16e35-7f7b-4b35-9e89-387bae04b97d") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "629319df-38ea-4146-9649-ddd594f3ab3c") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "34567c80-fd37-44b8-bbaa-dfab4660f42c") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "31373261-0eb5-40dc-8f57-ff27713b193f") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee124225-306f-460d-a17c-8f56f683abe0") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd549905-39f1-4b24-8a53-35e1798f754f") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5fad3f97-f921-449a-ad9f-36a67b124e1d") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddd2ceb3-7a22-487c-afd5-ed55853aa72f") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2f15a4c-af8e-4421-9685-db47d07f5cbe") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f4135a2-2e4c-42d2-8c3e-f6df5da19631") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dbf4ea9c-c866-49b7-a8c3-6cb991d7934a") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "63820c7f-2df5-4917-b236-f933ec868536") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a481ab4-28b0-42a6-b7e2-0a1531d5f681") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b25e2d86-424d-4773-b14f-287aec433a83") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e25699a0-427d-46f5-a807-7d0e39bf867a") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e20f5dfc-ebfa-47ed-8f6d-a51aa1d3dd40") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "90a43dac-f65b-4789-96f4-4f8ea5d75f2e") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "259ad6f9-fe29-4454-b989-f94975677e15") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b33dc415-c5df-4dbf-8839-cbf26780df59") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b671e0da-190a-48c3-b5d5-b4e598d0bf7b") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "450b56de-dd15-4b8b-b0b3-9c237796852b") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "64924376-d459-46ee-b408-16df1b08a8ca") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "da5470b0-b1e0-4f48-af2a-4b0cd9bd7de3") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "73786512-148c-4bbc-920d-484bbad0bd3b") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee6c78dc-2b3d-47b0-aead-09391a1a75c2") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a6724b5-5e3f-4566-9c7e-ff29a37d4b03") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "20c82c9f-c169-4d27-97cd-0aa5513b97d6") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c6e56b3-c60b-4e07-8842-1d5e03c3f737") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "517f8fe3-d5cb-495e-9a29-e72678ec244b") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9065f5f9-8c8b-4827-b818-b7e04c75e9c2") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8aafd9d6-369b-4f75-9cba-e79780c1c002") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddab8283-5ae9-4a53-8629-02a9bbaf3017") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b7ed3681-8800-4721-8bff-3253ab37e1db") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa09e726-e391-4646-a0b2-1467e45327df") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec5a228f-e897-4151-be97-e9196cc986be") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aa8bcfc0-8dfe-42b9-a55b-4cade2c37113") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d6a64cb-ae9f-4dbe-970b-30227adb5da9") + ) + (fp_line + (start -1.054775 1.475) + (end -1.554775 1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9df0f18a-efbb-4819-a08f-50e56abc2331") + ) + (fp_line + (start -1.304775 1.225) + (end -1.304775 1.725) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "930bc643-069f-4adc-a4e3-b95ae9daff15") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "73074f9d-d6b2-4829-9072-753fe9457481") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "a1ae92e9-6e6f-4f29-aca8-9bb3b9b49062") + ) + (fp_line + (start -0.383605 1.0875) + (end -0.883605 1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d0cb9695-4c44-4bdf-a294-1f9a5465036a") + ) + (fp_line + (start -0.633605 0.8375) + (end -0.633605 1.3375) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a280a86a-6649-44a0-a65a-8fde34e84f58") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "c362ae93-cbe7-4233-8786-59cf4834ed76") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "fcb76f25-74c3-4548-b198-da8f2802feab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "814115ea-e1a2-46fb-9d7b-ffbcc57328ca") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "a9cbe56d-8af9-4283-aabb-c90345ddd98b") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7546af") + (at 54.68 85.35 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C2" + (at 1.25 2.3 -90) + (layer "B.SilkS") + (uuid "ad105d8d-de9b-4ee7-b44e-3d243e90bcb1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 1.25 -2.3 -90) + (layer "B.Fab") + (uuid "d6f9c3df-de54-40ba-979a-5cc6ab3e2ddf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc2d9313-3b6f-4a80-8d9f-5cd435528dc4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6b4cc25-a37d-4564-abf5-64dd40d192dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a1976bb-3f62-4b04-9146-7e551d679eba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005cc9dd67") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 1.17) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b863da77-d407-4606-a92d-c11fd073242e") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c024d65e-d5f0-4de0-8c23-0e3833352873") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "66ca5015-8d7d-4d04-8741-dd953ef98bf4") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "48101c8f-8d6d-48a8-b7a4-ec4ee9b5c371") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "519220ed-3681-4529-9f49-b71dd70cf4c7") + ) + (fp_line + (start 3.07 -1.17) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b70d0f8-156a-4e9b-923f-bf6187f65da6") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "89f9702a-f70f-4b5f-8a1d-96b0656df888") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4ec57b36-f714-41d0-aea1-b37720de431f") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "da2e88dc-f5a3-4b5c-97a9-0dddc2cd2475") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cec97585-e582-4dc5-b0fe-b2110934210b") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f7addbea-e8e8-41e4-9691-0fd0ad6ad876") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2562fa0e-4f5c-4ccf-9f0e-6a88f9524060") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "20184022-cb14-40df-836d-1cadd5c43d08") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fbd339cd-1e50-4fcb-8f13-3c4bfcf3fe91") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 -90) + (layer "B.Fab") + (uuid "ad30adb4-d479-493d-af6d-b22766f79f26") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "2009f7df-71b7-43bb-bc14-7a8f79593e83") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "d5fc973c-547e-4c74-80f6-7cd21b62c241") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7546c4") + (at 70.88 92.78 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C3" + (at 1.25 2.3 -90) + (layer "B.SilkS") + (uuid "1e987455-02b0-43aa-b49e-7b4a225caf99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 1.25 -2.3 -90) + (layer "B.Fab") + (uuid "13948f7e-ce29-40a0-ad16-655cba98e77e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a796272b-af81-4762-ad9a-99b7e9be2000") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2f05821e-6c07-4f73-a6c9-39b1c0c3c48a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3dc79d8-9d48-482f-8c37-506ecf58300d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005cc9709d") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "03c0c7c5-86b5-480b-9c3f-97a445026065") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee48855c-00ba-46b6-9667-78bc5561ed54") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f7d9b33-bb33-4dd1-97bf-380ecb1c56f0") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "db67f366-4d57-4f98-ab39-cc021d98ff62") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a2938fe-8f25-4b53-be80-5db66100d177") + ) + (fp_line + (start 3.07 1.17) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "77fb1861-81b2-451c-8f31-1f4a3257dce8") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2ef63f84-1576-4786-bd91-fe4fc27ab083") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "83e34270-835a-4cd9-990c-e51c6d7185f4") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d93d2f8a-acae-4e9c-9147-fff8a05c7b0b") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3353a87c-d3b4-4c28-9145-6d660e43f33b") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b9fe33c2-0ec8-4f06-b3c1-cf1ceeaa0880") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "876ecda9-86cb-4645-a881-5fa549418603") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "862728bc-724e-4219-9249-5133d1908a5e") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "03bee778-7f5b-4237-8562-1f07222db272") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 -90) + (layer "B.Fab") + (uuid "665533fe-7387-40ac-8f94-79dd389a717f") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "6d6b29a1-eed1-404c-a845-6ac66a0a6210") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "93333556-0e4e-489b-bfd7-2d7a528f6dd0") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7546d9") + (at 56.896 120.396) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C4" + (at 1.25 2.5 180) + (layer "B.SilkS") + (uuid "408e0363-d32c-4ffa-a056-a683a3225856") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10n" + (at 1.25 -2.5 180) + (layer "B.Fab") + (uuid "7a706fd4-6385-498b-9bff-8b5259b69b9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b69a45d-275c-4674-bc4f-5d00f4a2fa07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6ac3110-ceaa-455e-9c48-dc3684789af6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b46729b5-d038-4720-badf-397dbd5c1d76") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005cb6ce2b") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "241c7f3d-6580-40df-ac9e-44ac9985c7a9") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "492c4cf6-da59-4b54-8937-5497905e09fe") + ) + (fp_line + (start 3.37 -1.37) + (end -0.87 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a58d8932-508c-43e9-8aad-6c161f6d2f1c") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b8b4bf6f-51fc-40c6-b091-35a6cae33ffd") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a3ddcb0c-8a6a-4d35-b814-75c95f7549e9") + ) + (fp_line + (start 3.37 1.37) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2dd900cf-ce6a-41d1-a858-4a9608ae65db") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "377d724a-a787-40e8-b446-ad4a847f9c44") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0634e63b-530f-4da8-a66b-78f119a2dc88") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9a701733-5963-4cb7-b15b-394fa92427ec") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e6b66ad2-1253-4f22-88fa-26226e1b28c0") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fc5486c3-f3b0-4d4d-9a77-9f9c8252b81f") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "035aab10-0abb-40c1-9ff5-6559079df22c") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bfe3eed5-6419-4196-b074-7cf3e390341d") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b0f2d7f9-906d-44fe-80f7-484149b02967") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "B.Fab") + (uuid "a90781d0-6647-45f4-81ce-330ff1b12f01") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(D2-K)") + (pintype "passive") + (uuid "4c6f165d-2c74-43e3-bd1a-fed33f1beed7") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(Q2-C)") + (pintype "passive") + (uuid "b36175b3-d4ba-4f8a-aeb4-525f7f4cedc2") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7546ee") + (at 55.28 95.4 90) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C5" + (at 1.25 -2.194 -90) + (layer "B.SilkS") + (uuid "1e8a68a3-526f-477d-8459-635fa01dba52") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10n" + (at 1.25 -2.5 -90) + (layer "B.Fab") + (uuid "06c1ebbe-9f5d-4ffb-885e-34a02a1236bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc075103-8d23-4ba4-a6f3-f7b038ecc721") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "409d7dca-2653-4e5f-bc3b-9fdb0a373b01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25e19be8-b778-4f95-b96d-7efdab024c35") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005cb7d114") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 -1.37) + (end -0.87 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "958c2174-c61f-4033-919f-ab7f7ef4d2f2") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2be4795e-ee85-4a8c-a99e-547ae9f464ba") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9883ca1-9079-4273-8ec7-4c61e6dcfea2") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0052a15-3d67-47e5-929f-c30f56ff5aa7") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fffd2f08-b42f-4da3-99c0-f1775884e20c") + ) + (fp_line + (start 3.37 1.37) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "75027092-4bbf-4d79-bc5d-a10dd2f53f02") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "83c7114c-9eb7-44d9-b38e-dae8eec8d09b") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "91496351-6f18-438e-ab98-0f48feab4c86") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb91700e-0aea-4f40-985a-9849a02cc3c1") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c4ddd759-b62b-48aa-bb12-7f6f17d63195") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5888e27e-bc44-4714-8764-c401c0f31281") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4333bced-feaa-4904-8822-57ff95062fbf") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bcadfb2f-4e5a-44ca-aad9-cbe291b53a1f") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d5d11abe-c907-4312-8565-ed4a8aa524ae") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 -90) + (layer "B.Fab") + (uuid "35618530-4a3f-4848-a474-828b16cf647d") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "ca782a0b-eb46-4a95-a165-5d4285e71d06") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(U2-CV)") + (pintype "passive") + (uuid "bbb8bbd2-954b-48ce-a1df-c75bfc3e1aa3") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754772") + (at 72.07 140.25) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C6" + (at 1.25 3.75 0) + (layer "B.SilkS") + (uuid "b9c0d0e9-29d9-4cae-8863-40c4847ddfea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4.7u" + (at 1.25 -3.75 0) + (layer "B.Fab") + (uuid "111d51f7-dad3-4434-8134-47b17375641c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89902316-ec3d-4af3-9ddf-e1479f5fac26") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3fc2838f-c277-4761-a347-d320713d5e85") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c419aa5a-504f-4987-9da3-556e58c72dd1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/00000000-0000-0000-0000-00005cf3d2bd") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.304775 1.225) + (end -1.304775 1.725) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "15a27178-23ec-4be4-976c-ef3ac0d01baf") + ) + (fp_line + (start -1.054775 1.475) + (end -1.554775 1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "50300123-28fd-432a-8703-5c4361b76f1c") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "76981c80-7d07-4afb-a0f0-b878ba80e98f") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6493cee0-22d9-46aa-9e90-d641982987f7") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3383a9d5-1ca5-4201-8083-820d32a53f46") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "092aaea3-964c-4e7a-b4ee-17923a371612") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "306cd83d-9503-4f0d-93c9-a143a4f48280") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1a6ec9e9-4b20-4d01-bc26-544891b9691a") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8292ca4-a89d-4016-9e56-4600efec4d21") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e6dc699-1185-4fe3-a80b-6d04a3a5c34f") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f48bf6e7-98d6-4fd6-bb88-8a9a948baaa0") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc695b01-2b4c-4ff4-a2f3-10fcdbb8aa6f") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "727cf244-db83-468e-9753-ffb8628fc73f") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "403d5912-219b-4748-9af5-6ae7cd95a52f") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a12a5a52-6cdf-4f09-8075-0faa0c2d9eed") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ada51a52-0919-4c59-afed-6250b669a077") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e788e5b7-38ab-4174-b84f-91f3dfba081c") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddde2056-a45c-4083-8471-686eff986ea8") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f564b7e-4b35-4715-a5ef-6b7abe62a278") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f8e211b7-acfd-4b40-bcfb-2f8e45b43246") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4636ab40-e30c-4088-81a5-254e4c42d429") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6bde125d-86c1-400d-be0c-aa557e7c82fe") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "655037bd-87a2-4b22-9af4-1458b8038f73") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "70214fce-cd38-4069-99df-ecd98be79cc8") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bebbc6cc-be1e-42bc-ba39-37ddc374baa1") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99d3c6e0-549e-4bac-b224-c4cf43cf3911") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2fa7f766-4211-423d-ab04-6f23c7a1507d") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b7b3ac99-ac69-49db-baa6-f48042c9ec13") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8cb26d8-9ef0-487c-a9df-0d93efa6fc67") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc4c764e-5133-4986-bee4-ec03fafd5354") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3efb10ec-002f-4370-9a6a-71e26b46d5d8") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7cf809fa-addc-4ec7-a56e-6209dc77edf5") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9277c010-a571-4d96-9075-5dc7b3e72813") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f459f56d-29e4-4387-b74a-7a1ec01946a1") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5baf2151-8c1c-4f49-b8d1-a263ed0a99f9") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f7afe8ad-8567-4933-ba12-9a5f50c99937") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c13c94d-775e-498c-8a70-efaa1c1cb81e") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8906388-811d-4f67-aaaa-b8fd660e3957") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c60f9334-33ee-44fe-87f5-9423b91e970f") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8387ad74-a731-4257-b3e2-fb4bb545fdab") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bee90904-4c85-499e-ac64-8876ed91f5b4") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3a46d83-4f17-424b-a33b-90ba2c10b712") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3c0ecb24-08f1-432b-b60f-e9ee461cdb73") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd6c112c-c725-4471-9865-f42255348452") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e77c83a5-8d88-483c-96e7-000f4f6f436c") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1008a136-0a3e-4cc6-8af4-13b24eeba5da") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f459013-98e5-43b6-8c2d-17f71dc65436") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fae0ade0-14f3-408b-954d-e11b6ba61a19") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4fe1ae8d-e781-4a2a-a6ee-e18501611d00") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9ede53b-8be1-472c-96f0-c4f68d33ec08") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0f54d0b-ceeb-43c9-90f1-f05d0243b31e") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5d6d182-10bb-431d-882c-fd0e9ebe8fa9") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aeb86eb4-594c-414e-8e69-e15ae6b65b3c") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0807b233-103f-4c64-a679-f02540911c74") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed621cc9-82b2-455c-ba56-a20418d275a1") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1951b5fb-0699-4b31-87f4-0a7c2a249fa3") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "01a2ee20-1f7b-4ad7-afd3-4d59a8dc4a16") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e18594b0-ef17-4299-a501-f9fcef98e4b9") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d6515f6-fbae-4358-9a39-f1db07b22479") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "15b336cd-e140-4b20-a74b-c23be0c6997b") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7d3ef35-3b85-49db-9892-68644b6cf233") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "49178e27-e6f0-4e0c-a68f-d76edcae67cb") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8abbf011-9d80-473b-a9cc-71e4054d88aa") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae871766-3a65-460a-932b-f9ef8e92470c") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0451a74e-9183-4525-bc3a-932fabdf9d14") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1c38e5c-20e1-48b3-a3dc-9806ca06c3ac") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5b3b868-fed9-457a-94d2-d9d55c02ee8b") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "947f0b1d-d270-48f5-a880-862d8b007755") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "67a0d8e2-7051-41ca-a533-5b61b8c7429e") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "502ef448-71be-4289-890b-7095c971bf0b") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4e66afd-258d-4340-b277-4ddc367bcdf1") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b319490-03cd-4be3-ae98-5635184b10f0") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f6c63a9-41f5-4276-8932-726179787bc3") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d6622a9-0bcc-4b2b-82ad-2a287390cec2") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "599e45c8-d5d0-4432-a4fa-3f23f2156434") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aca430a8-a368-47dd-96aa-6cc701dd6756") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b5ccb72-1169-4185-a707-393064b54b2d") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d3f41ed-b952-4ec0-a2bc-5c7d02ce1a13") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aab0b350-28ef-43f7-a128-ece48bc87c67") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "227410e1-97d8-4871-a26a-81af3a0cd0f0") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec3b6bf3-5175-4168-afda-292c73167522") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "205df1b2-f960-408a-9167-d36349f2d25e") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1b8f0ba-fae3-4623-ad65-d15d7f901c86") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b830d9a-b522-4152-8808-2b740a5b8005") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "462430f7-221e-4422-b51a-bf0c582a7f96") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f95c056b-dc04-4e31-86e5-62d3622cbc8f") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4971d3d-1e43-45ea-9f44-3588b2db92c1") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e91a381c-7426-4ce9-8461-474db5cb58ec") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a740cb68-d86a-43f1-8cea-edf55d430da5") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "957c7c61-aa29-44ff-a3e4-ac7c451b5012") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bb67051-eba4-43b0-86ad-e02e6ae4abc6") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "530538b2-bca7-4f9b-bdfd-c4b472d578e9") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8542f75e-64d5-4b83-bb9d-0875c7e1f759") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c07dc3d-3093-4c0c-8501-c312b8049981") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "66e8fd22-b99c-4eb7-b842-29dad4988b03") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fdc40e44-79c8-430b-a495-1471321ff466") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4e5e181-6cfc-4896-b3c6-b0fb78982960") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3c74c9f9-0234-46d4-a232-a945913078b7") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6e6fd8f-388e-4a9d-ad35-2fe1b0d54681") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0c167d3-89fe-4bc0-ad63-9fec37505ee1") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ccb0853b-ea25-4f88-ab77-d8c215fb4232") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b170aca-4bfb-4405-b735-bd392060a95b") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e137d7dd-9090-47fa-bb45-316a17e3d177") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bbd07a3c-c1a5-404c-a51f-55143169d6d4") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7a659d79-5c5b-4b3c-ada0-cd5cac33c35b") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf7cc555-72b4-4d89-880b-4a34d1ad5a56") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3dd5c5c8-8c9f-4410-8a8a-0259a6ebd605") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "52e0e66e-2dea-431c-a635-16ec83c120c2") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "29d80d0a-4cbf-4040-b7c6-0b56fa24b96d") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1097a556-509a-40cf-96d1-3d6bbbb10e14") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff5afe17-f429-4e1f-8327-1105280e1367") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3b51443-eb15-40af-901d-fcbea2833fef") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6f824f8-982d-4097-a20c-54685e1f49d1") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e84de78e-70c5-4189-8858-fb573be787bf") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "38019b4f-fe01-4af8-9eba-673752e97e19") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bab5a121-a334-4f70-bd97-e566b1a7c2aa") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "15929b55-a7d2-41ab-8313-c2deaf2b71d7") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "18518f7e-5644-44c6-aa78-4cbed4a242d1") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a3b0ca35-2526-40ed-b29f-dc1e2c748310") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "36851753-cdce-4a4a-8b4c-a6cbc5150d88") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "3aa192f8-1b15-4ce7-a4bb-6d5f06b08ccc") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "1f4b41ed-4201-420f-828f-7deb889557aa") + ) + (fp_line + (start -0.633605 0.8375) + (end -0.633605 1.3375) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5426dd49-083f-4e59-9095-510a90016815") + ) + (fp_line + (start -0.383605 1.0875) + (end -0.883605 1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4c873579-0f69-4ec3-80b4-6eacbf86cc07") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "2b2d5c0f-aa03-4b94-b5a6-068ef202f899") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "98a3d8f3-e399-4e59-9e1f-506cfabcd805") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(D3-A)") + (pintype "passive") + (uuid "e126d945-9323-40d0-803a-2649c351ca89") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "52f08aff-3f91-400f-99ec-8ca062e29465") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754787") + (at 75.03 157.98 -90) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C7" + (at 1.278 -2.186 90) + (layer "B.SilkS") + (uuid "4d044484-fe7a-4993-80ff-95e9ff98a8bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 1.25 -2.5 90) + (layer "B.Fab") + (uuid "be77d236-4409-4333-9e61-1640d6607f44") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27e1042c-a6b7-4383-b979-d7cfb8c2434a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a687ab5-7417-4871-8dbf-311797dce56a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a28ba71c-60e7-4b8d-95c7-73f3eadd94d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005d787291") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 1.37) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f6f64fd2-39ea-4b0d-9e82-25ec64b1d25b") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e248c166-1961-4b29-8745-024036a574f8") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c5f9a31-9f8f-4c95-a1a9-e165f4232229") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fbdd13c3-dfe6-4ea2-b5af-c25a69f3c98f") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "52e155ec-a9aa-475d-bd0e-d55667a3367b") + ) + (fp_line + (start 3.37 -1.37) + (end -0.87 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "306344ed-b67b-4928-b349-876e8f942f8c") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "78054827-9180-4b3d-81a8-e29711f36153") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8741b63a-7313-45eb-9646-d9078f5351a7") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0092f232-f4cf-412d-9049-c58d4a46b75b") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2359a4a5-aea8-4647-bd81-c7e17ce6b4eb") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "10976019-8a21-403a-9ad2-2aec0ea447d8") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7476bea6-066f-4b70-8683-8548a3d91300") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a2ca4577-ca10-4827-a479-aae04af1a0d2") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bc46bce5-f406-43a2-8128-4fa1103b355a") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "B.Fab") + (uuid "c58fc644-db82-4f79-b0b2-ea53a8b0a499") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "80891610-7655-4858-911d-7055e431a476") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "53e3ac22-d1f1-4de3-a5af-64cc69d771ed") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7547a6") + (at 53.34 138.684 90) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D1" + (at 4.064 -1.778 -90) + (layer "B.SilkS") + (uuid "a141f9fe-2c01-40e8-b8d3-4707e8a46726") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 -90) + (layer "B.Fab") + (uuid "90cae0f6-9328-4598-a3e6-07c95cdcb8bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c22c4b73-d084-4add-b39c-64cc64d70560") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9fd7eb1a-ee69-4d00-a727-063d49372c29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Diode" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "425061ed-6b0a-4c54-bd2c-90ae99d7a00a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "822c8a3e-0043-4e4b-86a1-0e6550a2b739") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "4aa19788-c0d1-409e-8ec3-3f43cfdeddb0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "TO-???* *_Diode_* *SingleDiode* D_*") + (path "/00000000-0000-0000-0000-00005cb666de") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c30a2661-7308-4373-aaa3-09e11a130988") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4cab0644-38b0-4283-902e-18707ae756b1") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce160692-4110-44c4-a214-42245b143dbd") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0a8d528-5256-4d2e-bd73-75787fb88318") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bd4a7e59-95c9-47ea-8d0e-a3c6c90daa7b") + ) + (fp_line + (start 5.93 0) + (end 6.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b337657-a00f-4318-8cd4-26425a0b39ac") + ) + (fp_line + (start 1.69 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cee81761-b85c-4fa7-ac27-39a7eeda237c") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b011b97-3e10-4ff2-802f-453eef6dcc59") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0800b5e1-f502-4996-a239-b3cd7e770f4a") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cfec1922-0148-4159-a817-21a25ff5232f") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bd1b073c-d8b1-4731-91c9-8a472dd89587") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "325ca10d-a74f-42e1-a645-b73393e96244") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "610c9e45-22b3-4f52-809c-729a186f7e67") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "05e2601a-367f-4e04-a72c-46bba31f3361") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c7f58a5f-fbaa-4b08-be48-4b8f991c61fe") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c148f5b5-3c5e-4202-8994-0e15576168d6") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c8ffcabe-417a-4d3e-a159-c763ca690184") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9eab4660-c2b8-4e8d-a97d-390228008dd0") + ) + (fp_line + (start 5.81 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a6717513-72a6-4243-b0d6-b4dfb981cd92") + ) + (fp_line + (start 1.81 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48e51ec2-60bc-4811-a391-d78d84b7ac9d") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3642ba10-cf60-4c5f-829a-1f57d91af6cb") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8a9382fa-7934-478b-9eb0-eff3c00f27dc") + ) + (fp_text user "K" + (at 0 1.8 -90) + (layer "B.SilkS") + (uuid "248c2fee-ab5a-44e0-a45a-a31fbdfb946b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 -90) + (layer "B.Fab") + (uuid "b3b9b4fb-7bad-49ee-9833-20c11193f621") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 -90) + (layer "B.Fab") + (uuid "cd8a6989-cf59-41f1-8ab2-cb0909b562c7") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(D1-K)") + (pinfunction "K") + (pintype "passive") + (uuid "f6c84f3c-5acb-4b13-8572-382de6bc4870") + ) + (pad "2" thru_hole oval + (at 7.62 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "4ef2d719-18cf-447f-b7d4-c8e6333070bd") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7547c5") + (at 60.96 116.84 180) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D2" + (at 3.81 1.778 0) + (layer "B.SilkS") + (uuid "072488d7-a9b9-431a-afbd-25f9e7850d32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 0) + (layer "B.Fab") + (uuid "057852c6-6f4f-43b5-bdd2-4473790f66ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bcfc16f8-9049-46ba-9c99-95bd04ab459c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d22fc44-ed46-402a-a39b-1ac2dc6969fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5f33762-934a-401b-a67d-6769e0133efe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "ec0b4431-e85e-4481-8b06-d4bb97912825") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "a3584649-05f6-4f9d-b3a1-171a78f2e300") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "TO-???* *_Diode_* *SingleDiode* D_*") + (path "/00000000-0000-0000-0000-00005cb6aa15") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a931546-4d4d-4e2f-894e-426417a1b604") + ) + (fp_line + (start 5.93 0) + (end 6.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "33a7c175-669a-4921-8eec-f90958f2efe1") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb05faa2-f564-430f-b3d9-1f3a33fe3edc") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0123262-3077-43fa-998f-df9b11907563") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2911bbfe-858e-44fb-8d50-c16284762a3d") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e3ff3864-0a81-4d8d-a98f-a618c6a5a271") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7224674b-25aa-4f11-ba01-3b44eb3bb196") + ) + (fp_line + (start 1.69 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7aecd81c-ef79-4d24-ad9e-1e0235452c56") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "57ec1446-6ff3-4852-a25b-9cc74a4652ff") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4d0b13d8-89a9-473e-baa9-128e55f576ce") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8d4bf0bd-139f-4a5f-839e-18362c3a9547") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ff56ea74-f33c-4b2c-be3f-082df877c773") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ef7b7a7d-8818-4055-9d85-c70b03893bcd") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "06c27bcf-7663-4b9c-bf54-5c2aea5ed23f") + ) + (fp_line + (start 5.81 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8a066a89-cc8c-4291-b6b3-4177d37baa01") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cb25c2a4-ddc2-4968-8725-8ae96421f7ac") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "21d0aa1d-8c26-46c1-bd07-f9ea72ac7eb5") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1e425391-c1f8-436a-af82-98fea4f60ddb") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65e00c6e-64f1-4de5-98b9-d18b108fc44a") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22611301-e7ca-4bca-921a-b3ab6e74e0de") + ) + (fp_line + (start 1.81 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7c20a582-223f-4012-9ac0-e0b32d8b5034") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c439f080-b067-43ed-8292-ce53e2c90edf") + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.SilkS") + (uuid "d9e9a6a9-ae6b-4c70-b078-4422fd02ebeb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.Fab") + (uuid "28609351-6df1-44c4-bd42-055009cb4702") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "B.Fab") + (uuid "7cd4a2c0-ad52-4d61-9901-49f9d312386d") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(D2-K)") + (pinfunction "K") + (pintype "passive") + (uuid "ac1003ba-4349-4fee-905d-13a3b8b9d793") + ) + (pad "2" thru_hole oval + (at 7.62 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "bc6f1e6e-ee64-49e3-96ac-49028e3a6d44") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7547e4") + (at 85.979 138.176 180) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D3" + (at 3.81 1.778 0) + (layer "B.SilkS") + (uuid "11736376-890f-42c1-b3d8-f88aa5460a79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 0) + (layer "B.Fab") + (uuid "305be5ec-0574-4b26-9a04-7704d3a9c765") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5938458e-f242-4ea2-abd7-a85b154011ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68eca7c8-da31-423b-ad94-5c4040176565") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5924a74-525e-46b0-b50f-7d569fd6b5c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "c6c0de6d-f8c3-4bc5-849c-f3c6f2b4b37e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "3459ae42-41f7-4acc-a3ce-8071f5844108") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "TO-???* *_Diode_* *SingleDiode* D_*") + (path "/00000000-0000-0000-0000-00005cb73ecd") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "afdfaa0b-34d4-4bb5-af3c-10badc17d2e6") + ) + (fp_line + (start 5.93 0) + (end 6.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a1a48f3-4d11-48c7-b570-f074e618fa31") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b0f91b1-3ba9-4d9e-b920-4cf4337b770c") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "165cdbef-c3f9-4d31-8859-bf52ed5ab391") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "57d28f7f-ab65-4184-b98d-6d5372c177ab") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4cdaf9f-1c92-4d9d-907d-ff1d6e0b887a") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5947769c-ec47-4758-82db-a4fa42c95c6b") + ) + (fp_line + (start 1.69 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e26a37d-3d30-48a1-9645-4773ff343085") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2dd1208f-fb5d-45bd-bf89-8038f937ace3") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "502ae1c3-3cb9-43f7-96a3-ef3fe70068d0") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "767ff611-e319-444a-8c34-d0bd126499d7") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dabcf3f7-df2d-4879-9978-29a1fa8a7527") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "23aa8f33-3061-4f18-986a-5825bd543b16") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "69d1a4ea-b349-472c-8b4a-a0992e24b01a") + ) + (fp_line + (start 5.81 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "982c56f4-8b98-4ca8-964d-45616d08d306") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "807a62af-2140-4bec-83e1-f3c9e42bcf2f") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "57f2e4d5-f1b6-4daa-9a2f-dc0aa730f0ca") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ce5f4bed-082a-469e-bb3e-4f1a5854d701") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d8a6aef7-f4de-4754-a346-dd1211edfdea") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3698fd93-f773-4c2d-b0ad-f586f6e4b9e3") + ) + (fp_line + (start 1.81 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f29bb744-6683-4815-9e90-ad94b2ac3453") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b8ca168-33f6-4281-b13d-901f6569531f") + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.SilkS") + (uuid "2e19eee1-68c5-4fa8-bae7-cad05bcce3b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "B.Fab") + (uuid "1402048b-71c3-4f26-92de-3b5ade567d7a") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.Fab") + (uuid "7308be27-930b-4186-a196-255e238e0ce3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(D3-K)") + (pinfunction "K") + (pintype "passive") + (uuid "fec2eea4-2c69-41ae-b330-9d095a70e40d") + ) + (pad "2" thru_hole oval + (at 7.62 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(D3-A)") + (pinfunction "A") + (pintype "passive") + (uuid "54183f28-b6ab-403e-8a7e-64c80b36b793") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754803") + (at 65.532 75.184) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D4" + (at 3.81 2.12 180) + (layer "B.SilkS") + (uuid "ae36646c-2a68-4c81-a876-c79331495da3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 180) + (layer "B.Fab") + (uuid "c386e183-99de-4251-b712-08990d06d705") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "babca2fd-8a32-4aed-8045-7c7821bb2393") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2f849324-1c73-408b-b51b-cd46b3d7c402") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fe2120f-a805-4e9f-96de-97048123395b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "28a8a359-4988-44f9-9cde-41926ffaf719") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "273a19d6-ce48-48a1-ac29-fbd58053ee6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "TO-???* *_Diode_* *SingleDiode* D_*") + (path "/00000000-0000-0000-0000-00005cb76dac") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e07bd8e9-e2cd-42af-9b2b-dfaed3981c50") + ) + (fp_line + (start 1.69 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51b1e553-da40-43d1-b217-a53f9fa0b861") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5a704d3-328f-4d2d-a7f5-fb3b13c73ae5") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "97851886-3ac1-44a8-a071-d70581ec5ca5") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "489e6372-553c-4c41-bc5b-b7105d749d42") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "986a4d9e-85e8-4ed6-870c-8d5b62645eeb") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "13f95553-8c4b-4763-b6f4-6dc5c579b953") + ) + (fp_line + (start 5.93 0) + (end 6.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "87978b17-77d2-4622-9be6-e49891982fad") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b5f3e424-d8dc-44f3-8dfe-ccbca24de773") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "60d40f70-3c5c-45b5-b69d-38f344b35259") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c5c75281-2d26-4ff6-b6c9-32ec642f0b59") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ceb66d6e-f6f7-43f7-97c5-4dc95e654f0c") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e8ea609a-f05d-4dd9-8b07-8030efe73c5b") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8279516e-f1fa-49f2-b60f-cddec66153ef") + ) + (fp_line + (start 1.81 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "23088529-f836-46e1-aa86-52607b1d0d14") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a5a9dabb-4871-43dd-b075-29c6275f1e71") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "09a517d6-ea5e-466d-8930-ce8e45dbe0ee") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7c6c6e71-e861-408b-ab64-311f4fd693f8") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4a6da9fc-c7e0-4203-8e71-9fad26213b27") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb414997-f75b-4f6f-aa50-b1198afc8031") + ) + (fp_line + (start 5.81 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "67c27509-31df-453d-bd30-a4a4dead9d9d") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1e9c23a6-71c7-410d-9453-a2c995a23c69") + ) + (fp_text user "K" + (at 0 1.8 180) + (layer "B.SilkS") + (uuid "c1dd89fa-32f9-4d91-90db-6eef6ff7b08d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 180) + (layer "B.Fab") + (uuid "800d8c71-0a1e-4cc2-bdbe-ad37e1469ef4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 180) + (layer "B.Fab") + (uuid "a56a33ef-ba7f-4428-bcab-59f22ccb1632") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(D3-A)") + (pinfunction "K") + (pintype "passive") + (uuid "9577ab08-7f4a-467a-8e71-cbce3a79fd8d") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(D4-A)") + (pinfunction "A") + (pintype "passive") + (uuid "897dc999-9fed-4c33-82dc-6e47ac1012fb") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754822") + (at 78.232 100.076 180) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D5" + (at 3.81 -2.032 0) + (layer "B.SilkS") + (uuid "c9d4dccd-d0a6-473c-b06b-c6ebd84f0924") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 0) + (layer "B.Fab") + (uuid "71d04fc5-02b3-4e56-9839-2da3c790dcd0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b937198e-1c3f-4a6c-b280-ba6c10fc2a3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e137da45-0589-46f7-ab73-255deb446597") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7fbd6fae-89c1-4f5c-8d66-1a0652f6d48c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "cb8f8725-5fd1-41f0-a4b5-ce44f98f51e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "c94cc49a-0ab8-4293-8927-819b7ca397c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "TO-???* *_Diode_* *SingleDiode* D_*") + (path "/00000000-0000-0000-0000-00005cb9f7fa") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b35d847-9b17-48e5-b016-d979b6839654") + ) + (fp_line + (start 5.93 0) + (end 6.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdceffa8-45f5-4784-a2e4-01114d5c0389") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4bf1e55-0c97-4ba4-8552-f77d0d968b54") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4ff363e-1a4f-44be-9183-b1f3bc13e6ef") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3629d3c3-d3a4-4296-aa08-821b1d073ccd") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "166d7763-6f0f-4022-8bda-09b1234de12b") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "90dcecf9-0a5c-47f0-819e-c7edfe3023c6") + ) + (fp_line + (start 1.69 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "961fa418-7460-4ab4-b253-a06669af8fbb") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dbf9759e-405e-4aeb-ab34-f6e16f4629a6") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "83adc408-64f8-4ea7-ae94-56d7c5b9874f") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ce121582-6d10-429c-9559-d5df511884ac") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b9e04132-5fc7-4cf6-b86e-9dcc07151b45") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4f5e86db-c0ce-4a7a-8aed-20a0aaef252a") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7e383454-e882-42e2-a417-68c922728227") + ) + (fp_line + (start 5.81 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6de5d153-5dcd-4e8d-a75a-b6f429243fbe") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "feb3289f-7116-4c39-9e08-5d858e48c318") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9304ee25-bf10-47a9-9818-de01d4d1bbc3") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "de5d45af-eefa-4f98-9748-ecc94a40069d") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "67e1ce39-dc48-4c0c-90bf-dc62c41ad18a") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "21c92949-17bb-4b8c-8d7d-6b70c57f2ad2") + ) + (fp_line + (start 1.81 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aa06ca71-dcca-4961-b2f1-6eae06149363") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "edb50512-b962-47df-92c7-1f5d6d708a41") + ) + (fp_text user "K" + (at -1.778 0 0) + (layer "B.SilkS") + (uuid "5aa7e680-fd49-439e-a051-e5a3749d792a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "B.Fab") + (uuid "520efeb6-a0b0-4efd-879a-1a6cc5a63630") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.Fab") + (uuid "90856b7e-4100-45a8-8558-52a08929ba2e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(D5-K)") + (pinfunction "K") + (pintype "passive") + (uuid "2abb67fb-acac-4ae5-815f-f7c915f06764") + ) + (pad "2" thru_hole oval + (at 7.62 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(D3-A)") + (pinfunction "A") + (pintype "passive") + (uuid "3d49901a-d364-4d52-9944-0162ef78ccc9") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754890") + (at 68.072 57.404 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J2" + (at 1.27 6.604 -90) + (layer "B.SilkS") + (uuid "bb496537-6a35-477e-a9d8-40f30ab0866b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Power" + (at 1.27 -16.764 -90) + (layer "B.Fab") + (uuid "6cc84ff2-765d-40b1-9e9c-3e44ab14f2c7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc68917e-d5c6-4f29-8f7c-b47f4db29b70") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "143a1ee9-14de-4b7d-a858-56541ba7bbe3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d5bae7c-01a9-4e6e-beb1-d0d0f82e2241") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_2x??_*") + (path "/00000000-0000-0000-0000-00005cf322f1") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "512e23cd-db09-474c-9dbe-290eb6786678") + ) + (fp_line + (start -3.29 -15.37) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2cacbda9-cd2d-4633-9e08-1215ff62882f") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "841a7e8d-c229-4b05-a7e8-47b28653a440") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "184172f4-cd4b-47a3-a39f-e2e99551ebae") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3c35397-42c8-47fb-a3d0-4f9897a1af31") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7129b032-997e-4357-a9f5-022aacc71e82") + ) + (fp_line + (start -3.29 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4bf84e11-1ac6-42f0-bf03-cbc03567384c") + ) + (fp_line + (start -1.98 -3.03) + (end -3.29 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef91a3aa-874d-40d3-88ee-d9e3a44d2410") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "20aab2ee-dd47-400b-8b4c-82f1f8e26861") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "131c0897-7676-48d4-a127-4d2b4cb2e2ce") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fcd1fde0-f45e-49eb-a515-721dc48e8edd") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "71f9eb87-f2e2-4e45-b05a-d8d5ba5897d5") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c112b51-7d5e-4d02-b919-f7676f1c5610") + ) + (fp_line + (start 5.83 5.21) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d8553ac-74b1-47ec-a77c-815e75a3f82a") + ) + (fp_line + (start -3.29 5.21) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d82a78e6-1039-48ee-9476-3851d3bd81f2") + ) + (fp_line + (start 6.22 -15.76) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "515c7b54-c293-41b3-94db-58124dd2a402") + ) + (fp_line + (start -3.68 -15.76) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "30d40987-5938-42c1-8369-6a2ee3b40673") + ) + (fp_line + (start 6.22 5.6) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b5f98574-f4c8-4fd2-a104-5eca12fae801") + ) + (fp_line + (start -3.68 5.6) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eff4945e-1bdf-44bf-b9a4-977a0f778dd6") + ) + (fp_line + (start 5.72 -15.26) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "547c27e1-9626-4f3e-bb0d-c093ccc5f4d9") + ) + (fp_line + (start -3.18 -15.26) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "167e5882-82c4-45ca-a00f-a4136a48b1d6") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e5d00b7d-74f9-45d2-94de-a9166275a234") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a2c5adf1-3699-4408-a546-be0f3ee90cb0") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bf511ddb-bf8e-4386-87a6-1d160a2c9a04") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "753f4a9f-7898-4afb-b2c8-01b77a227184") + ) + (fp_line + (start -3.18 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "98d450d1-c5fc-44fb-af55-f33800a2c92d") + ) + (fp_line + (start -1.98 -3.03) + (end -3.18 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7c6e4f72-d5cd-4b5a-8883-3afc6e4a915e") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8c0fc2ec-f72f-4847-988d-68dba4f793f6") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6e4bb894-3248-4131-b074-d284cda153c9") + ) + (fp_line + (start -3.18 4.1) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "27697ecf-8fbf-446b-bd60-239aa1d81f7d") + ) + (fp_line + (start 5.72 5.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3cb5a3bd-d54a-4ca5-ae95-a2ad89fd2efd") + ) + (fp_line + (start -2.18 5.1) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7c0caaa4-ca69-41ec-956d-48ddaa5f9005") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 -90) + (layer "B.Fab") + (uuid "a11d9aef-3138-4949-b61c-b0d780b35727") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 18 "unconnected-(J2-Pin_1-Pad1)") + (pinfunction "Pin_1") + (pintype "passive+no_connect") + (uuid "e6824f16-f1a1-4aea-afb1-5e3704ab0deb") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "unconnected-(J2-Pin_2-Pad2)") + (pinfunction "Pin_2") + (pintype "passive+no_connect") + (uuid "2f56bf80-76eb-43e0-99fb-09b153e3eb11") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "956affb0-4315-4ff7-a42d-a8800380d2e1") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "11b3aff9-1f40-4d2f-98c7-1239a5e8433d") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "94df357e-bab9-49c8-a963-ca803ef7137e") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "1ba170b2-6b74-45fe-9fda-c05bb9fcf1f4") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "5843bd57-b786-4087-a8d1-0c8452e9f9ba") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "b05fbf4a-e6e6-481b-88cb-4a2d9f0b81d8") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "unconnected-(J2-Pin_9-Pad9)") + (pinfunction "Pin_9") + (pintype "passive+no_connect") + (uuid "ba17f4a5-a3c3-44d6-bf39-24836177862f") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "unconnected-(J2-Pin_10-Pad10)") + (pinfunction "Pin_10") + (pintype "passive+no_connect") + (uuid "689cd3ea-4277-4d57-adf4-6b1029299c66") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7548c4") + (at 58.653 131.572 -90) + (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q1" + (at 2.548 3.363 90) + (layer "B.SilkS") + (uuid "8925e5cb-7039-4335-b541-862826a0f1ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "BC547" + (at 2.54 -2.79 90) + (layer "B.Fab") + (uuid "c5b258a4-bd8b-48e8-a70a-0ea7fb61c0fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb7bae7f-1525-4de4-81c9-d111a1aa35c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "759feb65-f5c6-44f5-a333-462c8538a066") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fabbef93-2683-428b-942f-3de8cf45d2f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "TO?92*") + (path "/00000000-0000-0000-0000-00005cb63ab0") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 4.34 -1.85) + (end 0.74 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "160e8513-a64e-4f93-a16c-7e365f08c2c5") + ) + (fp_arc + (start 2.54 2.6) + (mid 1.143021 2.192818) + (end 0.1836 1.098807) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1108d4e6-87b6-4a10-9b43-c0f36ce1acd3") + ) + (fp_arc + (start 4.8964 1.098807) + (mid 3.936979 2.192817) + (end 2.54 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "918ce2a5-ee4d-4ff9-ba78-8a8c1c531e17") + ) + (fp_arc + (start 0.215816 -1.122795) + (mid 0.446097 -1.509328) + (end 0.74 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6881dce-6360-4992-9801-4d5ef31e7521") + ) + (fp_arc + (start 4.34 -1.85) + (mid 4.633903 -1.509328) + (end 4.864184 -1.122795) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "07485961-2c4e-4714-b6c1-994ec39c90db") + ) + (fp_line + (start 6.09 2.73) + (end -1.01 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e8bda76f-a252-47d3-a4e5-7ed026ebb9c6") + ) + (fp_line + (start 6.09 2.73) + (end 6.09 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3b0c8c5e-f7a4-4022-b91d-bba07a54e389") + ) + (fp_line + (start -1.01 -2.01) + (end -1.01 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58d8058e-22ea-47a6-aee4-ea8bcd2e90fd") + ) + (fp_line + (start -1.01 -2.01) + (end 6.09 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c852247f-024d-4919-9479-ffddf7231b3b") + ) + (fp_line + (start 4.3 -1.75) + (end 0.8 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7cbfa1d5-9be3-445b-9592-c7d9c9075c41") + ) + (fp_arc + (start 2.54 2.48) + (mid 0.248779 0.949055) + (end 0.786375 -1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "df5a7ec0-c6e3-4836-9137-c16d47990f3d") + ) + (fp_arc + (start 4.293625 -1.753625) + (mid 4.831221 0.949055) + (end 2.54 2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3998e64f-23ec-436b-b5ed-33fac2a285a9") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "B.Fab") + (uuid "b42f07a2-961e-4c83-b6d7-b1f233fcc87a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(Q1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "bc2c6b99-1c60-4ed8-a99c-fbc75002a64e") + ) + (pad "2" thru_hole circle + (at 2.54 0 270) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(D1-K)") + (pinfunction "B") + (pintype "input") + (uuid "76d5745e-dd03-44fa-ae69-00a9d5a08707") + ) + (pad "3" thru_hole circle + (at 5.08 0 270) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "E") + (pintype "passive") + (uuid "ee57c558-1163-42b0-bfa0-749ea3d26292") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7548d6") + (at 59.436 126.492 180) + (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q2" + (at 2.54 -2.794 0) + (layer "B.SilkS") + (uuid "649faada-13f6-4481-8f8d-e25091b30c8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "BC547" + (at 2.54 -2.79 0) + (layer "B.Fab") + (uuid "21b282b4-d973-476d-a7f0-14edd7b3a847") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e52a7f03-dd29-4722-881b-c6991bfe89d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8fc9aa9f-2ac0-4ef9-bc27-1d9d120a467d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c142d235-8acb-4a7a-8491-9094cb460738") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "TO?92*") + (path "/00000000-0000-0000-0000-00005cb642bf") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 4.34 -1.85) + (end 0.74 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "55722018-1e63-48c0-851b-159205b5d540") + ) + (fp_arc + (start 4.8964 1.098807) + (mid 3.936979 2.192817) + (end 2.54 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "10f0169e-111e-4192-9396-c12125c45e9e") + ) + (fp_arc + (start 4.34 -1.85) + (mid 4.633903 -1.509328) + (end 4.864184 -1.122795) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "23fe6372-36dc-43c7-9b25-36f245a02d38") + ) + (fp_arc + (start 2.54 2.6) + (mid 1.143021 2.192818) + (end 0.1836 1.098807) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0adb2fe8-9d28-4e24-8396-b17c3538af15") + ) + (fp_arc + (start 0.215816 -1.122795) + (mid 0.446097 -1.509328) + (end 0.74 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "251e6436-e181-44d7-b500-b1a6889834c7") + ) + (fp_line + (start 6.09 2.73) + (end 6.09 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b54b66fa-7be1-478a-96d6-fe5cec77a0db") + ) + (fp_line + (start 6.09 2.73) + (end -1.01 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "83b6fa0e-209b-4363-a96a-6bbda98f226e") + ) + (fp_line + (start -1.01 -2.01) + (end 6.09 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e66e74be-f168-4ec4-94f2-3f572f0b4110") + ) + (fp_line + (start -1.01 -2.01) + (end -1.01 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ce8b487f-409a-424a-9a79-ef093b45f967") + ) + (fp_line + (start 4.3 -1.75) + (end 0.8 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c06fd0ad-6232-4b09-888e-ab562db939ed") + ) + (fp_arc + (start 4.293625 -1.753625) + (mid 4.831221 0.949055) + (end 2.54 2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "80067dc1-ad75-4d2e-93ec-d9f2610b5650") + ) + (fp_arc + (start 2.54 2.48) + (mid 0.248779 0.949055) + (end 0.786375 -1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "46775f8d-fed0-450c-8e50-a071a8ef33a7") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "B.Fab") + (uuid "b7fabd98-5133-47e3-91f6-961bd5b087ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(Q2-C)") + (pinfunction "C") + (pintype "passive") + (uuid "066199b5-e931-437b-ae0b-d32306aff208") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(Q2-B)") + (pinfunction "B") + (pintype "input") + (uuid "84861538-5973-4ac0-b354-992ac5ae03a3") + ) + (pad "3" thru_hole circle + (at 5.08 0 180) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "E") + (pintype "passive") + (uuid "654a0169-88ce-43b6-a57e-3723555532b7") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7548fa") + (at 68.072 154.178) + (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q4" + (at 2.54 3.56 180) + (layer "B.SilkS") + (uuid "0367fe9f-fc0b-4f8a-b1e6-3ec99b5fc3d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "BC547" + (at 2.54 -2.79 180) + (layer "B.Fab") + (uuid "ab65777b-f1c4-4546-9081-69a21b104ed4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dbe86065-1d91-4d04-afac-0739a90d9399") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9fef193f-18ad-43f0-8d56-3a2babdc63a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a84819a8-1dbf-4c8f-aaa0-2f126784a384") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "TO?92*") + (path "/00000000-0000-0000-0000-00005d78aef7") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 4.34 -1.85) + (end 0.74 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4383910-e623-4410-b6c6-4dbec6860175") + ) + (fp_arc + (start 0.215816 -1.122795) + (mid 0.446097 -1.509328) + (end 0.74 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "28480341-9ecb-491e-b1b6-9a41ced06877") + ) + (fp_arc + (start 2.54 2.6) + (mid 1.143021 2.192818) + (end 0.1836 1.098807) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "15a53ac5-fe80-4ad3-96ab-3cc7348e86b7") + ) + (fp_arc + (start 4.34 -1.85) + (mid 4.633903 -1.509328) + (end 4.864184 -1.122795) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cec926c8-fcab-4cda-9daa-efc22e02c6d5") + ) + (fp_arc + (start 4.8964 1.098807) + (mid 3.936979 2.192817) + (end 2.54 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "04cd45e5-4c2c-4f5b-b494-ff7ac402c24f") + ) + (fp_line + (start -1.01 -2.01) + (end -1.01 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0f4d8705-0add-4b1c-aec3-078fb3463bdf") + ) + (fp_line + (start -1.01 -2.01) + (end 6.09 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8c97c297-6e32-4dab-bdf1-539cf6908479") + ) + (fp_line + (start 6.09 2.73) + (end -1.01 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "60be44ea-ac84-40ba-8ff9-b0afea853d3e") + ) + (fp_line + (start 6.09 2.73) + (end 6.09 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "23f11b6e-9c9f-4d38-b6af-b31c336dd5f3") + ) + (fp_line + (start 4.3 -1.75) + (end 0.8 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "289d5570-25b2-4042-a0bf-7d941c357e77") + ) + (fp_arc + (start 2.54 2.48) + (mid 0.248779 0.949055) + (end 0.786375 -1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "481f2042-31b1-4528-95cf-a32e35adafce") + ) + (fp_arc + (start 4.293625 -1.753625) + (mid 4.831221 0.949055) + (end 2.54 2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53dc821c-a429-459e-ab6e-e9d44b2258d8") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "B.Fab") + (uuid "a918c35f-6d74-47e3-9009-307794aaac57") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "C") + (pintype "passive") + (uuid "4b37fd47-3f9d-4349-8c53-6c87fff7f257") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(Q4-B)") + (pinfunction "B") + (pintype "input") + (uuid "f11792cc-6761-4494-b240-2a09784bb202") + ) + (pad "3" thru_hole circle + (at 5.08 0) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(Q4-E)") + (pinfunction "E") + (pintype "passive") + (uuid "78f891c1-8cae-418b-acb6-d77fa90dd0f7") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754911") + (at 53.34 141.732 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R1" + (at 5.488 -2.27 90) + (layer "B.SilkS") + (uuid "ef758d4d-a97e-4715-a060-f1880dc8080a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "243538a8-8b99-4823-ab4a-fff8e03e0375") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e244de3-611d-4046-951c-94f1ff5628d1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "709e028a-7b8f-484e-bcd5-2f520bb4bcbd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58e69b6b-62f7-4ab1-8144-4e3f91b3b493") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cb65cbc") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "523a87b6-36f7-4e39-bad2-87631dc41449") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "93d3f63a-d5c9-48dd-85f0-d802f1da0469") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ab382e31-9abd-4a99-875a-dca530719dd2") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d33a17b7-268e-4c0c-8f3c-1555b10fb6e8") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6794923-c34a-47ab-a208-3782a5c9b12f") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d34d9a34-acb8-47be-91df-f03e408ac709") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e7977e41-5e5b-4c78-9cee-9d60834c0e31") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "886fa958-1203-4c95-9dd6-c6e8e98cbaa8") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dc74f485-59ca-451a-89b0-f10f44115ce4") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a3e6e299-a0ce-4909-9e92-92aab8cb00ae") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e26b7223-8310-4492-9c4e-f058c6fa62df") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1fb10a2b-af38-4c1d-9fd2-e6f3408a87ac") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "db2bafd4-3238-434a-89ae-bda435d76628") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "372e99d1-e035-4bc1-996a-2789c631f4aa") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f48dd4af-0b90-4019-90e1-c0f05ed4a91f") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "09b6ddfb-b0e3-48a5-a719-d4e7ac1345b7") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "b6af4892-f605-4442-a035-a750df4de000") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(D1-K)") + (pintype "passive") + (uuid "4ecb5675-9cb0-4517-9c24-659c221cc92c") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(J1-PadT)") + (pintype "passive") + (uuid "46d3f1e8-a460-419c-b1ef-a8e3a2e1d29d") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754928") + (at 73.152 135.636 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R2" + (at 5.08 2.37 180) + (layer "B.SilkS") + (uuid "5ff33cb6-bf46-4e2f-ad85-cce2c009aa33") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4.7k" + (at 5.08 -2.37 180) + (layer "B.Fab") + (uuid "dd09180e-c55a-4a60-976e-560593d7c81e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2fbf5ba1-9e6d-42cc-9bd7-58a7ce1f811e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ff3f131-e02e-40d3-982c-96294c8a975b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b267f10-fc28-491e-9098-08e4ac99737b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cb67b4d") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed66c12a-692e-451a-93ab-8ce6368926f4") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d3e31e8-2a30-430e-85c6-10eaed6d76b2") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea52b439-4651-457e-b6ca-2eff6b5d146f") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cc7e8a85-eed9-40ca-a35f-a330aa321446") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1317b143-e250-43a2-9a0d-41084ccde5fe") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa6e566c-8ddd-4ef1-83db-0cb55f9bd9d6") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a9160ae1-ccf1-4dd8-b591-ac8c0391e54e") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aa7ebd55-120b-4b72-8c5e-dd0f0238c56c") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "23a9081d-2c3a-4816-9ba3-fb49580ec726") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "201e95fa-b8b2-4265-9d32-b710f702e4a8") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a62ac55f-93c1-434c-94ec-765d37c1e36e") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3d2b9d39-10a7-41e0-9bb1-9319757f5c4b") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "54943666-222a-4863-97bb-37587eed35af") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e0ffd779-e7b5-40be-bada-0db29d436c1e") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66fd43e1-eed4-424d-8421-3ccfc91dc1a9") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d4931907-cd9e-4068-a098-a5af6a435180") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 180) + (layer "B.Fab") + (uuid "e94a216a-46b0-4edb-8dc7-2510067b888c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "40ebf9ca-f68b-44a5-a6a9-0189b4f2a162") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(Q1-C)") + (pintype "passive") + (uuid "8abe3b2a-29cb-4d14-bcb7-b9d742f3836b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754937") + (at 65.532 131.572 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R3" + (at 1.27 2.37 0) + (layer "B.SilkS") + (uuid "7b17ba84-5b5e-485b-83f2-7d4de92112ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22k" + (at 1.27 -2.37 0) + (layer "B.Fab") + (uuid "c6b01978-32a8-4dfc-91fc-f97f3a7fe280") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27ab798c-b6c1-4aec-a918-3bfcbfba7a10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7b2a051-a8d1-48f6-a06f-5e7d9e98d259") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02754004-05ab-4d75-8b67-9541eadc98da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cb6846c") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 1.37 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a6324fb-5c9e-484a-bcc4-84cc4a2c3263") + ) + (fp_circle + (center 0 0) + (end 1.37 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "5278aa59-92fa-4aa7-a7e6-da895e974bb8") + ) + (fp_line + (start 3.59 1.5) + (end 3.59 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4bcb262e-97a2-4acd-9495-26d288d12e83") + ) + (fp_line + (start 3.59 -1.5) + (end -1.5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b24c4e9a-e460-47ce-aa4d-c680e4e82a3e") + ) + (fp_line + (start -1.5 1.5) + (end 3.59 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fd26b21a-f8d4-44b3-8e98-afdd3faf698d") + ) + (fp_line + (start -1.5 -1.5) + (end -1.5 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "75fc84bb-a2ac-4520-9d29-c35be5c10799") + ) + (fp_line + (start 2.54 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b435c683-2ed4-4586-a441-21c6a30e2cbf") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "a5a62b78-66b2-49db-8677-a9137be41cd6") + ) + (fp_text user "${REFERENCE}" + (at 1.27 2.37 0) + (layer "B.Fab") + (uuid "6a307358-154e-400f-936d-4c93230ce3b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(Q2-B)") + (pintype "passive") + (uuid "6c1444fe-002f-4d87-abbb-1c5088786963") + ) + (pad "2" thru_hole oval + (at 2.54 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(Q1-C)") + (pintype "passive") + (uuid "26f9e2dd-c8d6-4434-b20c-3e843bc07c61") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d75494e") + (at 73.152 122.936 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R4" + (at 5.08 2.37 180) + (layer "B.SilkS") + (uuid "421a1d3e-c6c5-4229-9435-3fb3c3004022") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4.7k" + (at 5.08 -2.37 180) + (layer "B.Fab") + (uuid "8e631e35-7800-40b6-bef1-215eccbb72f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5fe97a4b-4c91-4466-8a17-a7fbcf700d6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0887e9a3-3673-4a39-b2c1-10b423abc2a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cfb866d-b5eb-474e-a9df-0ffa603c9e69") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cb6f57e") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6307a51a-9c68-477f-a78e-b23121275b67") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a06a1598-8edf-49e4-9e50-a2ebfd86ef17") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "126acf9c-f68b-47bd-9540-2f338720b29b") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "af7bf60c-08c8-4e69-8c5b-6ce202c20617") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "23ac5b07-22b6-4d97-a127-d619305bc85b") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdc995e8-c894-4f6a-9f19-eb647fe79c16") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "458cc0ac-ebae-4ee1-adfe-8be688c70943") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "615828c6-9c4a-452d-8ebb-223aa08f7b5c") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "de713cd3-3f31-48ad-a215-83849f9d6a1d") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b4b7f6b5-594e-4e00-8e69-2d8f4a8bc4be") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a2f217a5-e7fc-451f-8e25-5c24648d8df2") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62c83bc0-e8a6-4e0e-b3b1-c8753a80f56e") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2764f9ad-a55f-49e9-9ec7-3ace47cf3a8d") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "23f666f8-b9d2-4fc7-8d03-c43982ededc9") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ad3b8eec-c898-466b-9142-e0363e4dcebb") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1a2e221f-d0da-4f68-b403-c3846ff61302") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 180) + (layer "B.Fab") + (uuid "63d54d88-07ac-4a02-8aa6-dde5224bbba1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "53532755-2d9f-498f-8ad4-cab866cdeb42") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(Q2-C)") + (pintype "passive") + (uuid "18ca9565-1f65-4516-9c52-6607ad202f53") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754965") + (at 63.5 112.776 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R5" + (at 5.0165 2.0955 0) + (layer "B.SilkS") + (uuid "d20e3621-ddc6-4207-be65-6295498b30b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "11e1884c-9124-4979-aab2-bd66cf29c2b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ab770a5-9b47-4f67-a8bc-b97a2ca2552c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c75843a5-ff95-4c4f-a7b5-1b4560d26d32") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7add23b9-e568-48ee-b2bc-55ed127602bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cb6b47f") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5dd17c47-2af8-4b65-98b5-918b5bfbe92e") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b233ede3-4a00-4c16-ae46-f0a4bb88f6e3") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1986e236-593d-4677-9579-359620b25447") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8de2d5a-3655-47ab-92d5-592e770df6d0") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f21793fe-ed95-4447-a5f4-eb32487a41e8") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e3560838-eb84-4b19-9500-a4ffb854358e") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2342c6a2-5144-410b-86a4-e44046bcbfb6") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dc32d739-0edb-4976-84f1-a4c1f8547ef0") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fb9128ae-d83b-441d-8ec5-a0f03b19665c") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c05e0485-aaa6-4e57-8c3a-c531ea429bef") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7ecbc8c8-5404-40f8-8309-d3a63c31ed47") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bfed45b9-a5bc-4aa8-a181-779f15402e6f") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "93920e2e-a439-4d6f-af81-f0a2476b5b83") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4ad170f6-e4c9-48ba-83ce-35d91ffc9a3e") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3fbbd827-766e-4d09-b93a-f847cc0a2c42") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7a39a97b-c2ab-4aa6-8c57-e368ee3287f7") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "cc724a3a-42d8-499f-887d-9d5070a3d75f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(Q3-B)") + (pintype "passive") + (uuid "582d4182-a302-4cda-a6fc-96c9771554fe") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(D2-K)") + (pintype "passive") + (uuid "74d96f05-e53e-4496-a1ed-1d7822156458") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d75497c") + (at 73.152 107.696 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R6" + (at 5.08 2.37 180) + (layer "B.SilkS") + (uuid "fe1915e8-a8c0-4de0-954d-ad801f73641d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4.7k" + (at 5.08 -2.37 180) + (layer "B.Fab") + (uuid "6bc17880-872a-4ff9-8c13-e3965c1614bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c31a7927-e54e-460c-a9e6-a35a921669d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5a60b18-04c9-45f5-8ad8-01a769a1bc2a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "132aa877-0de0-4cfb-a420-34367fb36839") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cb6fcea") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0fec3f16-d575-48d0-b0ec-95b2d12c35c2") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9f373cd-6980-4a42-823b-e972f6e057f8") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9327414c-5add-4b2b-8a36-2ee5dddbb1b3") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c42ea52-7fa4-440c-acce-dde1b588aec7") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bcd06596-f427-432c-9284-d1dfcdfac5fc") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d212760e-57ee-4d5a-bd3a-f538a05f479c") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4d7a00f1-0aa6-4ba4-a22b-bee599164c46") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2ffc3c27-1e4b-4993-9eab-26203ad36873") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "45402843-b815-4728-8125-434131331954") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f405a183-2d37-4c30-b713-8d5a19e69a13") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2abcd33a-1b30-4dcb-998a-113f67f3cb77") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4e45ef65-e8d6-4db1-a34c-e64794e16e91") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "92baec70-c380-4d59-868a-9e7bf3116fdd") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3d3d5ad2-00cf-4db9-aa40-33056118e158") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30ff353a-ba8b-4375-89ef-b0421c0df1bf") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1306f52e-a6a4-4616-b4e9-52101e4333e2") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 180) + (layer "B.Fab") + (uuid "f57129d2-3a74-46e7-879c-53067ffd8856") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "66036007-a884-44e7-80f4-c66f34d296a9") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(Q3-C)") + (pintype "passive") + (uuid "7bac7a64-1da0-472f-ba70-72167a299335") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754993") + (at 73.152 127 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R7" + (at 4.912 -2.39 0) + (layer "B.SilkS") + (uuid "5dd3d30a-508c-40f7-b375-75584fec6b10") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "5e7e5372-4e1b-42f5-9bc4-ca5f70a146bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9582bb10-9f15-481a-88f3-c77142c57a71") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c5fc7be-ee58-4110-9f9f-02858694eecc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "915e63e5-e09d-4f05-90ff-6fce968ddf9f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cb734ac") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c24ed15c-9fef-4385-9028-4c54e4feb732") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb510bbb-7518-416a-81e2-93ea9f2f34f5") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b648247-49a0-4326-b6f0-c6471ff34cfd") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "681c3a84-4cbe-42b1-96b5-0975e4c4672e") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "566c2d8c-9e93-425b-a7de-8935997b43fc") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b82e8c3c-1fb2-470d-9ddf-7d2a687af140") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "568d1758-37c8-4f56-b63b-f576f22cdc35") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "078f9005-e914-4355-a0ce-b9fa46100982") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e64d8622-4a42-4def-9036-bbec4face0cd") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "31e7dda8-54ba-4199-a6d0-c47b6b572844") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c2b56221-e102-426b-bc38-d88673001541") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c2b93117-6c7a-410e-ac6d-61fff034baf2") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b8aae380-2890-4eab-b983-32f4e4eba4ab") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22c9337e-8d6d-47cf-9e6c-72715673eb25") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c40fa983-346e-4b14-ad48-e16d1e4034ec") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8a458523-5ff4-4a07-b665-022ce2ad7cf9") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "829ddb67-6d4c-49e2-a58b-fbda5da59927") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(R7-Pad1)") + (pintype "passive") + (uuid "bff44e7e-00b3-4ca8-8cbd-6adfce81336c") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(Q2-C)") + (pintype "passive") + (uuid "1e76fe02-7155-464d-b4c9-f0f022ce8a3b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7549aa") + (at 73.152 71.12 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R8" + (at 5.08 2.37 0) + (layer "B.SilkS") + (uuid "90ac4a48-6912-4a44-87fc-b57e4fc89496") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "3a469b2e-d718-488b-b58f-94d4afc3730c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7c19155-a567-41fa-9ecb-5c4c822183cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a943280a-a8f0-45e8-883b-fbe2c966e6ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fb20e20-55d9-4ec1-8aad-53c202beed4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cb76da0") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd09e710-c1f8-4766-97c3-4702ac1f3a51") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5a481db-a5ef-4c32-bef1-c4aeb580ca5e") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8fbb3bdf-ba45-47b3-91da-1711beb2ff22") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "00084d82-49f5-43bb-92fd-bcf762de7f57") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7413aa87-b3e5-4bab-9c51-deae46f6cde1") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1289f709-382c-4806-9fa6-09701309d09a") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "05a35afd-eb3b-45e0-8cdc-acf93d23b438") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a5716bc8-8b83-415e-9f5b-7f3b64e52798") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "44e5086a-f899-4273-95d9-b7c76772f2b9") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5e953685-ff23-4e7d-a11b-44b3f3186628") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "318753a7-ae79-4ae9-90d0-76e6c91e0c7b") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "69fcc1a6-4571-4954-b4d9-dc25e1350b7f") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bd4caa59-c3d8-47d5-8a4b-e3d0a22ff246") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4c8cd53f-f27f-4a34-9879-6f4a8595bbd0") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "777bad49-497e-4e98-ac2a-99772cc82db4") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1ffff126-d02d-4e25-9c9c-7cef60334ef8") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "37766ba9-0c5a-421c-9b68-eefcc34d2c05") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(R8-Pad1)") + (pintype "passive") + (uuid "a73cbc64-48b2-45d3-8e6f-fbe79f213985") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(U2-Q)") + (pintype "passive") + (uuid "2fecec68-88b9-4b4a-b137-73af362dca75") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7549c1") + (at 76.2 118.49) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R9" + (at 5.08 2.37 0) + (layer "B.SilkS") + (uuid "2f57f791-89ef-4fb9-abcd-25f2a2032ffc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4.7k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "cce3c2d4-c6b9-465f-80f5-26e880ec99c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8a26757-22f6-46da-90eb-ab031284bb3e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "900621d1-2e7c-47b0-86bc-20c3dca03ace") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6631ae0-533a-426d-9c75-840c1b49fe5a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cb80795") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "78a48202-7909-4a69-9a16-fcac875abefd") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a11199fc-3eb7-4502-9ee8-b3b18a1d8f5f") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ae6fb3c-410f-4ead-99c2-bc6688709935") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "572b878e-52b1-420f-b381-9e36f1af7e03") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f95fc09-d3de-4246-a1e4-015a7359f3e0") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4cf02bd8-4e12-4e9f-a51b-d6cf6342c4f8") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "be8485a8-464e-46c6-992a-997a328e1491") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0a26d218-aa90-4456-8c34-392e1234abde") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "27ba5f1f-02f3-47c8-98b8-d8d740ea7501") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "84cd3c8c-bef5-4850-85fe-7b37f4d0377b") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "da58899d-b470-47fd-9d95-5dbc9688b578") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "16863b4d-d0c1-48e1-a655-43ca5d3fc2ad") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "badeaf11-0ada-4d84-89f1-bd70fd28deac") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "80e752b6-e588-47c2-966b-69d4fad37b6e") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3f32a73f-84a0-44ea-a2b1-5755e239e0f5") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f6ba9805-08d1-404a-aa8a-6d17d4ee2fef") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "c376d8c0-6a09-4fec-863c-f13f194b5e32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(R9-Pad1)") + (pintype "passive") + (uuid "2af45543-207c-483a-82a2-5a74b5ae0bb9") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "c3665d6c-0c86-4efc-90b4-e0792be8c920") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7549d8") + (at 70.612 97.028) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R10" + (at 4.028 -2.328 0) + (layer "B.SilkS") + (uuid "dd80a917-1ab2-4a5e-8bc2-14b63f3c446c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "a15e3f6c-0de4-434b-893e-16f9fc2a69b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0ea416d-9063-45e7-8842-0d6af5a066d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17086c09-5de5-42f3-819a-451276e4a1bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e68c252d-8112-43fc-b063-07b9be8f949b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cba0616") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea80cf00-8280-4bbd-b934-71dba59df7fb") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c697ee38-6f3a-485b-b02a-b16d2dac758f") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5468114a-be75-48ef-8685-02cf4fb2696d") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "083ee84e-7e13-4756-bab2-448a054f845a") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f01aa7b-a290-4fe6-8911-7d7118ae9022") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e1fb8b8-2c82-4db8-b817-43d5da9c1d71") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "abcfd6d3-a8cf-415c-a173-0e40da34dca8") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d3f02b23-6957-4a3f-ae44-6bec4666a119") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f7c2a1ae-e0a9-4c69-84e3-e3b63031f273") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b0ed4493-671b-47f9-a01b-722bae268537") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cbb2cbf4-b85c-4407-9e82-d2b8008ecd32") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f660475d-84d4-42da-8cb8-4bd6e745b136") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1aa54516-109b-425e-a7bf-765cb560348d") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "462f5c27-62a6-4636-8a26-90c3e4a9a3d5") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76681997-7295-44a1-bdea-560de5a0523e") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3ab92158-579a-4ee4-abdb-1f7738b2bb97") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "4f4be34f-c9f3-4fe4-a1a5-fd1031652fe9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(U1B--)") + (pintype "passive") + (uuid "f03e10cf-c83d-48b2-b54e-dfb016a14e67") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(R10-Pad2)") + (pintype "passive") + (uuid "90ba72d6-f9b3-4b0b-9439-ecb2042492e1") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d7549ef") + (at 79.212 159.766) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R11" + (at 4.989 2.159 0) + (layer "B.SilkS") + (uuid "a299d411-0526-463d-8cd2-acd2f72b0ac0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "c0089bad-fa6f-4a9b-9ee2-5384397d3b09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01227c11-a743-449b-8c5a-0297727d5fa5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0df6e25-f19e-49ac-9dbd-56e5b4605ec7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "193e10f1-cba5-4794-8bac-eb3677ea473e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005d7980ff") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4abd1b30-0bd3-4de7-b2af-1fb187d8ac83") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "403f041c-d05f-4bcf-9de1-ed916250e0a0") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f7359157-b22c-4514-95cd-00f222f77618") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca1d2a13-63d4-4164-978a-ca11ab2bc08b") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4114d92d-2975-4c1e-b87a-978171324931") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "95d68e34-f938-4752-bf65-c087b70e181e") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "83eeb50f-a447-4f9f-9987-e64f72013c66") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e31cdac3-c686-4d08-9094-1d09cb54b190") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8aa75187-36e0-4cb5-8242-24d1bd6416c6") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "69fcb839-1051-4abd-8265-c8a19bbe3541") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dead7c15-c069-42bb-90e4-5b80e4fb4922") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0765a651-25ae-405c-8a57-a597a1e7be83") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "71e7ab31-252c-44bb-a1c1-f7c866a4d899") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8679e1ab-5b60-4a48-a166-9dc270578246") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e9d0b29a-f1fb-4000-8373-90903d7b00d4") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6993493e-f655-421d-a594-2d47a7107c7c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "46ea5951-5a3a-4b39-aeb5-c3192a27b6c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(Q4-B)") + (pintype "passive") + (uuid "a12c4018-c185-4e18-952b-07cbaeb4c378") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U1A--)") + (pintype "passive") + (uuid "90b2c508-fc7c-4efd-8265-08e93ddcb35a") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754a06") + (at 71.21 160.04 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R12" + (at 5.08 2.37 180) + (layer "B.SilkS") + (uuid "ea689655-32e7-4e2d-b45a-e964d595e85a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2.2k" + (at 5.08 -2.37 180) + (layer "B.Fab") + (uuid "96d52106-a5ba-4873-b07a-3cf29c9e6336") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f00395e6-50fa-4540-a58a-1f3926b6f846") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8323cf0f-275f-4891-bd4c-ae5409df6e04") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24297a39-8f22-4723-9233-ee5678be8007") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005d7a2366") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "10df427e-d9b4-4e4a-8ee8-0cbeb0eae5bd") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d5b96c73-6e78-4ede-a1d0-5343fdd3dc05") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "edc6ac33-923d-47c4-9242-2d334d14f598") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "de13b704-b726-4795-a856-cefc17cb6b6b") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6620fa4-426e-4b18-8f58-2701873a199b") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bcd9ba48-1893-42f6-9753-13d1f3e1572d") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2cca0f4b-7c85-47bd-9454-446066f0ecc1") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "538e5656-eb8b-4f8c-925b-c6c8f2802a1e") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "73762d68-f373-47e7-82ca-baecf2a7b60e") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "00595570-aa5b-44d2-9e9f-c423d0df4b0e") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2b326fd3-fed2-4300-a220-8156b10e32fd") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6e631c11-1d6a-4948-8cb2-67999b3c5a91") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9c1b6b6f-0688-4cb7-abc0-253e79b0d7c4") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "73ae1aaf-c0dd-40ad-99b2-3f4044567258") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "812d6233-909c-43b4-811d-08d5943d0fd4") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d2def85-fa27-4d02-9e13-3adbcbcdf80a") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 180) + (layer "B.Fab") + (uuid "3704ba1c-b584-454e-a549-2a49a842cd3c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(Q4-E)") + (pintype "passive") + (uuid "59472378-6e75-4687-86e5-2810bdeb5a7d") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(D6-A)") + (pintype "passive") + (uuid "89920412-0f0f-4b0f-bada-8e9f56719f37") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754a1d") + (at 79.212 155.575) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R13" + (at 5.37 2.159 0) + (layer "B.SilkS") + (uuid "aa99325c-ae54-4902-9d64-7131eebde0e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "24ed456a-5081-4749-bc02-657f6aba5e57") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78b5ad53-8749-4643-8e2c-995bc1c9fc15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b258e845-1a12-45d5-a079-5d6398ae89d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a503929d-8c15-4486-bc62-b6b446fadaf8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005d7bf067") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "026fa5cb-6fd6-4ccf-be6f-4b976f74b3a6") + ) + (fp_line + (start 1.81 0) + (end 1.04 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "163d915b-39d1-4199-a300-5a49ce6a0f15") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d37ffadd-ae38-4b6c-bef7-5ed64de4627f") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4413a100-b964-4781-b2b9-b23c51f55cf2") + ) + (fp_line + (start 8.35 0) + (end 9.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5fdb2a29-d1de-4e70-9873-15cd31412361") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "48ed5ceb-3b57-4534-ba0a-6e8e294e92a7") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58ae20ba-8fe5-4076-a958-6e8481cc7443") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d1947465-2294-4abe-bef6-2ba2c9fe40be") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ca6b9de1-3552-4576-a069-d7a9792115de") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "495e018e-9ebc-46dc-b12f-dce723f7e2e1") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e1f9804c-f680-473b-a46d-616dbbc326ab") + ) + (fp_line + (start 1.93 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "efd91ed2-0c71-45b3-a876-08386a0f78a6") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0fb58aa5-d10e-44fb-96c1-98d168c0922a") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1546ddd8-bec6-43d8-b03d-cb4e041ea1f3") + ) + (fp_line + (start 8.23 0) + (end 10.16 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "722aa4e0-178d-453f-84eb-1b5c5a4ee049") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aa0a0cbf-5fef-4d01-8977-77454d53bc65") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "d0122392-6201-49a9-8b3c-833c0a794fad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U1A--)") + (pintype "passive") + (uuid "8c4f9136-4308-4603-8977-3358d33fc22b") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(J3-PadT)") + (pintype "passive") + (uuid "18479fee-6f0e-4a24-a7ce-6451ea6c2a08") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754ab1") + (at 58.74 79.91 -90) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U1" + (at 3.81 2.33 -90) + (layer "B.SilkS") + (uuid "bc81aed1-782b-4a27-b69f-8863f56fb8f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "LM358" + (at 3.81 -9.95 -90) + (layer "B.Fab") + (uuid "7725d27e-aab8-49ba-bc1c-b2f944c70f0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb440efd-b5f1-4797-938d-eb3d72cad189") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c145d853-5099-48e8-90da-63e5190d861f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ee6d4fd-3fd3-4ca7-91f3-d7f497cecb4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*") + (path "/00000000-0000-0000-0000-00005cb87ba1") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.39) + (end 8.95 1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39439868-c33a-41c0-8087-9eea550ca712") + ) + (fp_line + (start 8.95 1.39) + (end 8.95 -9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "97fd6007-3701-460b-8501-58ae0589e81b") + ) + (fp_line + (start 1.16 1.33) + (end 2.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2cd53eb2-61cd-4b80-8469-7e7af2f0dac5") + ) + (fp_line + (start 4.81 1.33) + (end 6.46 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c508fa87-57a4-449c-afaf-e3601020c5a8") + ) + (fp_line + (start 6.46 1.33) + (end 6.46 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "782ecdd8-ddca-4b8e-9505-490116b6a8e2") + ) + (fp_line + (start 1.16 -8.95) + (end 1.16 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "388408c4-8a6a-450d-8138-b9ef79ee3d1f") + ) + (fp_line + (start 6.46 -8.95) + (end 1.16 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbe9ff2c-6fb2-455b-9e83-19ce10f8c487") + ) + (fp_line + (start -1.33 -9.01) + (end -1.33 1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6429e6f4-b3fa-4227-b52e-e04c06b4cd4c") + ) + (fp_line + (start 8.95 -9.01) + (end -1.33 -9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f04bee57-c850-4d81-83d3-39787ba478a6") + ) + (fp_arc + (start 2.81 1.33) + (mid 3.81 0.33) + (end 4.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "964ffe93-aa50-4f7a-8487-e875547d0642") + ) + (fp_line + (start -1.55 1.6) + (end 9.15 1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1a52637e-549f-446e-9d34-490e7d9a2c65") + ) + (fp_line + (start 9.15 1.6) + (end 9.15 -9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "18a9d015-2af1-4e42-aa87-c158bd21d116") + ) + (fp_line + (start -1.55 -9.2) + (end -1.55 1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "958b24b5-9b34-479f-a328-270bf3d61230") + ) + (fp_line + (start 9.15 -9.2) + (end -1.55 -9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "616d3910-223a-4c0a-b45b-335fb316e8df") + ) + (fp_line + (start -1.27 1.33) + (end 8.89 1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b9132cf-289d-426b-bba7-085ede46d4fb") + ) + (fp_line + (start 8.89 1.33) + (end 8.89 -8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "40ab1cba-3e8d-416e-ae08-5608653e26d6") + ) + (fp_line + (start 1.635 1.27) + (end 0.635 0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3ad304a0-7c4c-48a5-839b-e489f1d95e6c") + ) + (fp_line + (start 6.985 1.27) + (end 1.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d9cabda-f771-495d-b230-56ddd4741bf3") + ) + (fp_line + (start 0.635 0.27) + (end 0.635 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5ac9af0e-e8f6-49ef-bb32-b4230d23527a") + ) + (fp_line + (start 0.635 -8.89) + (end 6.985 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35395743-9e2a-41ab-8d76-d1f458608442") + ) + (fp_line + (start 6.985 -8.89) + (end 6.985 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "279f28bc-e151-4eed-b413-32e76791aaca") + ) + (fp_line + (start -1.27 -8.95) + (end -1.27 1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3d230f35-d565-4fe2-981c-b852a6c1f8fe") + ) + (fp_line + (start 8.89 -8.95) + (end -1.27 -8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "80cbbac0-cc92-4210-9f6c-897e8a834709") + ) + (fp_text user "${REFERENCE}" + (at 3.81 -3.81 -90) + (layer "B.Fab") + (uuid "57d6e625-eb6f-4422-821c-f0a4c94a559a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U1A--)") + (pintype "output") + (uuid "af19e936-c4eb-4635-8887-2f1162b1d51e") + ) + (pad "2" thru_hole oval + (at 0 -2.54 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U1A--)") + (pinfunction "-") + (pintype "input") + (uuid "54b44ff3-a7e0-4296-8cda-45d3b86a7a94") + ) + (pad "3" thru_hole oval + (at 0 -5.08 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(D3-A)") + (pinfunction "+") + (pintype "input") + (uuid "6972dcfa-f37d-4531-ba7f-bc04b46e77b2") + ) + (pad "4" thru_hole oval + (at 0 -7.62 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "V-") + (pintype "power_in") + (uuid "2f7f9262-9a67-4bfb-b572-64da18cfa98d") + ) + (pad "5" thru_hole oval + (at 7.62 -7.62 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(U1B-+)") + (pinfunction "+") + (pintype "input") + (uuid "e753980c-d122-420b-a81f-e2cfd3f91b37") + ) + (pad "6" thru_hole oval + (at 7.62 -5.08 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(U1B--)") + (pinfunction "-") + (pintype "input") + (uuid "b3f90566-0899-434a-a108-c34f271e9956") + ) + (pad "7" thru_hole oval + (at 7.62 -2.54 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(U1B--)") + (pintype "output") + (uuid "d12182ee-e9a9-4bd0-8780-d32772bfba94") + ) + (pad "8" thru_hole oval + (at 7.62 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "857aca2a-9c11-4a72-a73d-4eac3e26af9a") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d754ad5") + (at 66.18 100.51 90) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (property "Reference" "U2" + (at 3.81 2.33 -90) + (layer "B.SilkS") + (uuid "add3630a-33ba-4a90-9ee2-dc541780fef5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "ICM7555xP" + (at 3.81 -9.95 -90) + (layer "B.Fab") + (uuid "7a6da7bf-85b8-45e0-95cc-82b7380784f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c59bd93e-ab0e-4b0b-806c-921386d0284f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/icm7/icm7555-56.pdf" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e07c616e-4b12-4d0c-9836-42cf84f69a67") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "CMOS General Purpose Timer, 555 compatible, PDIP-8" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e17f45b-a199-4d7d-b2d8-7339bdac9871") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "DIP*W7.62mm*") + (path "/00000000-0000-0000-0000-00005f013698") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.46 -8.95) + (end 1.16 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "508be19f-0f27-4de7-8719-11507715aad1") + ) + (fp_line + (start 1.16 -8.95) + (end 1.16 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9677b48-86d9-459d-b213-3c72d06edefe") + ) + (fp_line + (start 6.46 1.33) + (end 6.46 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "94d579f0-0e57-4a4d-9f29-52269519ac8d") + ) + (fp_line + (start 4.81 1.33) + (end 6.46 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf6df63c-75fe-4837-94e6-b24aafb81b39") + ) + (fp_line + (start 1.16 1.33) + (end 2.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "13fc3813-bed9-41cc-9671-2b44cb71f2b3") + ) + (fp_arc + (start 2.81 1.33) + (mid 3.81 0.33) + (end 4.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b17d2b9-e56b-4ef7-aef2-7983a04bdb93") + ) + (fp_line + (start 8.7 -9.15) + (end -1.1 -9.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e8e0ea32-30cc-40bd-9bd8-a9c21560f869") + ) + (fp_line + (start -1.1 -9.15) + (end -1.1 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "96831997-e100-4bd3-93dd-4e6fb5942442") + ) + (fp_line + (start 8.7 1.55) + (end 8.7 -9.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "657546ad-9896-42c5-8a9d-36fc2c70da81") + ) + (fp_line + (start -1.1 1.55) + (end 8.7 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "71690ce1-f4a5-44d4-bc62-442479953461") + ) + (fp_line + (start 6.985 -8.89) + (end 6.985 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5c3acf9b-981f-457e-af85-0b896fbba0eb") + ) + (fp_line + (start 0.635 -8.89) + (end 6.985 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "241627f4-ad7b-4046-8ca1-187a11e8e157") + ) + (fp_line + (start 0.635 0.27) + (end 0.635 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6e540f43-2ea3-4d04-8113-b7d5c7323dbc") + ) + (fp_line + (start 6.985 1.27) + (end 1.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9c7f592a-6966-4815-a4a7-c90be656de9a") + ) + (fp_line + (start 1.635 1.27) + (end 0.635 0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a3de6e78-b820-4e6e-b191-87d0f8b58ac6") + ) + (fp_text user "${REFERENCE}" + (at 3.81 -3.81 -90) + (layer "B.Fab") + (uuid "71f5dcd2-9d33-4ade-adbf-4318bdee2099") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "GND") + (pintype "power_in") + (uuid "b3278048-3213-42aa-b0f8-c4d121f3cb04") + ) + (pad "2" thru_hole oval + (at 0 -2.54 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(Q3-C)") + (pinfunction "TR") + (pintype "input") + (uuid "9b4ffd41-3056-4151-9fda-59baa8b98a30") + ) + (pad "3" thru_hole oval + (at 0 -5.08 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(U2-Q)") + (pinfunction "Q") + (pintype "output") + (uuid "cb928487-c346-4c0f-8aa8-fdfd4e949463") + ) + (pad "4" thru_hole oval + (at 0 -7.62 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(Q2-C)") + (pinfunction "R") + (pintype "input") + (uuid "5b819f51-f6a7-4065-b8c0-7fa17daa7ec5") + ) + (pad "5" thru_hole oval + (at 7.62 -7.62 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(U2-CV)") + (pinfunction "CV") + (pintype "input") + (uuid "db8a08f2-8f74-4550-9e47-f3d874afb398") + ) + (pad "6" thru_hole oval + (at 7.62 -5.08 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(D3-A)") + (pinfunction "THR") + (pintype "input") + (uuid "8505860b-b7bf-441b-bf5f-36751df4abb3") + ) + (pad "7" thru_hole oval + (at 7.62 -2.54 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(U2-DIS)") + (pinfunction "DIS") + (pintype "input") + (uuid "a0aedec8-d502-49b4-b221-48b5aa934896") + ) + (pad "8" thru_hole oval + (at 7.62 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "VCC") + (pintype "power_in") + (uuid "958e797b-ebdf-460f-b6b1-7fa6e255d2d4") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005de2e096") + (at 60.071 107.929 180) + (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q3" + (at 2.54 3.535 0) + (layer "B.SilkS") + (uuid "4caa502f-cdda-4b71-838c-89c2e0fcfcc2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "BC547" + (at 2.54 -2.79 0) + (layer "B.Fab") + (uuid "c3f963b8-3dac-4337-979a-1c81928f80a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ea6fe3d-53e8-4d9a-8c6b-4499211b477a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68d0b6ce-88a1-4383-9de0-acce92f16c60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a9f1039-4a57-4ee6-a85e-5f51543edec5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "TO?92*") + (path "/00000000-0000-0000-0000-00005cb651d4") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 4.34 -1.85) + (end 0.74 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "23d71411-5515-4ad9-86e6-81082a2f7f3a") + ) + (fp_arc + (start 4.8964 1.098807) + (mid 3.936979 2.192817) + (end 2.54 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ecce961-35f8-4c3b-813d-cf4327012664") + ) + (fp_arc + (start 4.34 -1.85) + (mid 4.633903 -1.509328) + (end 4.864184 -1.122795) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3350d276-8231-4a57-9c67-48336ea993e2") + ) + (fp_arc + (start 2.54 2.6) + (mid 1.143021 2.192818) + (end 0.1836 1.098807) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "30eb0265-358e-48d5-938f-ae1f5520d6fa") + ) + (fp_arc + (start 0.215816 -1.122795) + (mid 0.446097 -1.509328) + (end 0.74 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2ba0e02-a239-487d-8735-01b3f54b14f5") + ) + (fp_line + (start 6.09 2.73) + (end 6.09 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8ad5bbb6-aa71-4e68-8ef5-8d9af0816a4e") + ) + (fp_line + (start 6.09 2.73) + (end -1.01 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cb751557-2e76-4811-bb49-7b3f04af9176") + ) + (fp_line + (start -1.01 -2.01) + (end 6.09 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bef70c00-9062-4c57-b05c-dd151b323b6a") + ) + (fp_line + (start -1.01 -2.01) + (end -1.01 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ae5e25b7-1b9a-4718-8f29-a5a7b907e572") + ) + (fp_line + (start 4.3 -1.75) + (end 0.8 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "598fc59f-0043-4cad-acd9-2b10de4f0ec8") + ) + (fp_arc + (start 4.293625 -1.753625) + (mid 4.831221 0.949055) + (end 2.54 2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2917c4f8-0b42-43d0-8a0c-11a7e22fa670") + ) + (fp_arc + (start 2.54 2.48) + (mid 0.248779 0.949055) + (end 0.786375 -1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fe03dae8-2031-4f4e-a133-9e9fd7fae0c9") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "B.Fab") + (uuid "5006b1a3-a88e-4a81-9626-7bbd6fa4edf8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(Q3-C)") + (pinfunction "C") + (pintype "passive") + (uuid "6e02def3-afc0-48af-8f4c-6eed1e6a333f") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(Q3-B)") + (pinfunction "B") + (pintype "input") + (uuid "b63b56ff-1d19-4fdb-8315-1e301fca2f48") + ) + (pad "3" thru_hole circle + (at 5.08 0 180) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "E") + (pintype "passive") + (uuid "3548bda5-e3a9-446f-8c76-a32c1158ccc2") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 91.1 50.8) + (end 50.8 50.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d754f6f") + ) + (gr_line + (start 91.1 162.56) + (end 91.1 50.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "13c9ad97-2bd5-4f6c-a9c3-86b049ae9b3f") + ) + (gr_line + (start 50.8 162.56) + (end 91.1 162.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "44f8d1e3-d693-4d53-9042-f9963a230249") + ) + (gr_line + (start 50.8 50.8) + (end 50.8 162.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "b14a1a2b-29ab-4491-9959-2a36e5e8778c") + ) + (segment + (start 53.298999 77.257001) + (end 65.532 65.024) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "2313e462-df26-4961-bfbd-c0437f9b784e") + ) + (segment + (start 84.328 102.616) + (end 89.773001 97.170999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "2716b9a4-1a43-464e-ae79-ff8b24210199") + ) + (segment + (start 71.755 158.115) + (end 68.072 154.432) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "2e9e40a1-7181-4853-b8e4-3f30ee2c74f1") + ) + (segment + (start 53.298999 84.851001) + (end 53.298999 96.478999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "30dd6d9b-e87c-4539-be01-d380e3e32cc2") + ) + (segment + (start 65.532 65.024) + (end 65.532 69.533882) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "3147b178-c562-4f1d-bf81-108dc1ccbbf0") + ) + (segment + (start 65.532 54.864) + (end 65.532 57.404) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "3292e473-e349-4eda-9888-93fefe489863") + ) + (segment + (start 73.152 135.636) + (end 89.773001 119.014999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "416bfaae-fa0d-41b9-8a29-7668f4641a35") + ) + (segment + (start 54.991 98.171) + (end 65.489 98.171) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "42257956-f33a-41c1-bbc5-a5a4f538a2ba") + ) + (segment + (start 77.975881 122.136001) + (end 89.773001 110.338881) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "47d6f639-7019-4ca1-bfbb-b11f82b3301b") + ) + (segment + (start 75.03 152.626082) + (end 89.773001 137.883081) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "534928bf-2aa0-47af-8279-68755de4c22f") + ) + (segment + (start 53.298999 77.257001) + (end 53.298999 84.851001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "61661dc2-5792-4d4c-b348-ef656f224d59") + ) + (segment + (start 89.773001 93.774883) + (end 89.773001 97.170999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6592455c-ab39-4f70-b847-a18d4de0a5a3") + ) + (segment + (start 66.29 92.78) + (end 66.18 92.89) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "67360ec7-efb0-4d43-aa81-3ad86cab2536") + ) + (segment + (start 89.773001 101.965001) + (end 89.773001 110.378999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "675a5dba-858e-44bb-8459-fda84b62c89e") + ) + (segment + (start 89.773001 110.338881) + (end 89.773001 101.965001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6e35ed13-77ad-4370-80bc-e08b6c73baad") + ) + (segment + (start 58.42 87.85) + (end 58.74 87.53) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6fc1db1b-a604-4dc1-88f0-00180c64c949") + ) + (segment + (start 75.03 157.98) + (end 74.895 158.115) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6fcf1de0-c54b-4143-9e62-c7c7c85f8f65") + ) + (segment + (start 89.773001 119.014999) + (end 89.773001 113.426999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "7c5b72cd-f6d5-4974-9163-66db20208018") + ) + (segment + (start 65.489 98.171) + (end 70.88 92.78) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "8757deb5-2e7d-4f6c-a1d6-faeb9159ca97") + ) + (segment + (start 54.68 87.85) + (end 53.298999 86.468999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "8a12b1e3-ecf2-4a5f-af40-f01be62713d7") + ) + (segment + (start 89.773001 97.170999) + (end 89.773001 101.965001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "a01fbe06-c486-49fe-8392-b7b7d0dd66ca") + ) + (segment + (start 75.03 157.98) + (end 75.03 152.626082) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "a3231e0e-1d3a-4133-a09a-39e9e5429835") + ) + (segment + (start 54.68 87.85) + (end 58.42 87.85) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "a8811730-c30f-49eb-b00c-2b2502056558") + ) + (segment + (start 89.773001 110.378999) + (end 89.773001 113.426999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "a8c69794-b95d-4ea2-bddf-470112715b2f") + ) + (segment + (start 65.532 69.533882) + (end 89.773001 93.774883) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "b25ccc61-ff04-475d-a72b-56ea29425961") + ) + (segment + (start 73.951999 122.136001) + (end 77.975881 122.136001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "b37ded6b-e7a1-485d-b7b7-38e25a75976c") + ) + (segment + (start 53.298999 86.468999) + (end 53.298999 84.851001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "bf9da9f7-104d-4ea3-9111-ba2a518dd1af") + ) + (segment + (start 73.152 107.696) + (end 73.152 106.56463) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "cc0ea472-e128-416a-b809-133254712dbe") + ) + (segment + (start 77.10063 102.616) + (end 84.328 102.616) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "d0e24ba5-8437-442f-be2f-70012b2708a4") + ) + (segment + (start 65.532 57.404) + (end 65.532 65.024) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "d242b6bf-29b0-45cf-b322-75da2b4ca481") + ) + (segment + (start 86.36 113.792) + (end 89.773001 110.378999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "d5173697-6c34-4eab-a21f-91142a6c291a") + ) + (segment + (start 86.36 118.49) + (end 86.36 113.792) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "e8876679-d97b-4101-a14b-60b29254be98") + ) + (segment + (start 70.88 92.78) + (end 66.29 92.78) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "e8ac252c-6606-43d1-970d-2e7002d4d8f8") + ) + (segment + (start 89.773001 113.426999) + (end 89.773001 137.883081) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "f1e73117-16bf-46be-a206-b568749e2021") + ) + (segment + (start 53.298999 96.478999) + (end 54.991 98.171) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "f5210383-2bb4-42e1-94a6-396dc498d0bc") + ) + (segment + (start 74.895 158.115) + (end 71.755 158.115) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "fc8da119-20ae-4716-b559-4c254c2967ec") + ) + (segment + (start 73.152 106.56463) + (end 77.10063 102.616) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "fcb01e31-7e04-4995-9f3e-b0e09d595fa9") + ) + (segment + (start 73.152 122.936) + (end 73.951999 122.136001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "feb698c1-9852-485f-b294-28912b8c4e3a") + ) + (segment + (start 52.215 119.398) + (end 54.483 121.666) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "36163ad4-1085-4302-9d33-fcb9b81716d9") + ) + (segment + (start 62.484 126.492) + (end 62.992 127) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "426e548e-f522-44f2-b36d-733f96b11219") + ) + (segment + (start 58.126 121.666) + (end 59.396 120.396) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "467c85ca-a110-44d0-99f8-70d7ba9c7bb9") + ) + (segment + (start 59.396 120.396) + (end 61.936 122.936) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "67eb7556-201b-4e20-8479-51aa299f4a8a") + ) + (segment + (start 52.215 106.855) + (end 52.215 119.398) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6d96167a-55e8-4bd7-a2a8-d9950d0eb367") + ) + (segment + (start 62.992 122.936) + (end 62.992 127) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "82d3c9b3-5f07-45f0-8d2e-99058f619f37") + ) + (segment + (start 58.56 100.51) + (end 52.215 106.855) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "90dc620f-7908-4bf5-b5b3-26674dc1a4ba") + ) + (segment + (start 61.936 122.936) + (end 62.992 122.936) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "cabd7f7b-b324-4204-abe5-62519376d53a") + ) + (segment + (start 54.483 121.666) + (end 58.126 121.666) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "df384237-e3ac-4eeb-b6cf-8803bf7f9b6f") + ) + (segment + (start 59.436 126.492) + (end 62.484 126.492) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "f063c7a2-ff11-4a73-85c9-61cc8f1a17e9") + ) + (segment + (start 57.404 116.84) + (end 53.34 112.776) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "0450913a-f8e6-499b-af6d-6e1f9170a2e6") + ) + (segment + (start 60.96 116.84) + (end 58.928 116.84) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "1ef21aa7-3145-4417-8881-048bd1e98cdd") + ) + (segment + (start 56.896 118.872) + (end 58.928 116.84) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "231df9c7-63c3-4e06-85fe-60479168238a") + ) + (segment + (start 56.896 120.396) + (end 56.896 118.872) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "42d4c05a-d886-4362-b3f6-4c6af89c16c3") + ) + (segment + (start 60.96 116.84) + (end 57.404 116.84) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "9ea860f8-8226-4fc2-aae0-b68c0bc831a8") + ) + (segment + (start 58.55 92.9) + (end 58.56 92.89) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "d0f702ec-534e-4c77-9518-5fc62336f289") + ) + (segment + (start 55.28 92.9) + (end 58.55 92.9) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "d1919770-1c73-4a33-88ae-cad9c3f6bad9") + ) + (segment + (start 65.532 75.184) + (end 65.532 78.198) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "163b0272-bb48-45b8-b5db-c6ee5622ee89") + ) + (segment + (start 65.532 78.198) + (end 63.82 79.91) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "2ec0f7dc-83d7-4f97-b6ca-becd63c2ebf8") + ) + (segment + (start 59.930501 83.799499) + (end 59.930501 91.720501) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "3bb62428-0a62-4556-bcfc-31774bfee608") + ) + (segment + (start 69.421499 98.885499) + (end 70.612 100.076) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "3e8eaa6d-92ff-4dcc-81f6-0a14dc8375a0") + ) + (segment + (start 61.1 92.89) + (end 62.290501 91.699499) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "7db588cf-a319-417e-a5dd-da9a85145a1a") + ) + (segment + (start 62.290501 91.699499) + (end 66.751441 91.699499) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "a65fbaeb-7184-4b40-9323-ad9f1ad20269") + ) + (segment + (start 69.421499 94.369557) + (end 69.421499 98.885499) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "b2a9b259-9eb3-419a-bf44-2e69ca0ca59d") + ) + (segment + (start 59.930501 91.720501) + (end 61.1 92.89) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "c52486f6-7b71-429c-90da-8b2bf66ae3a7") + ) + (segment + (start 66.751441 91.699499) + (end 69.421499 94.369557) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "cd0cd26f-bb19-405b-b2f9-65bfbd2f5fa7") + ) + (segment + (start 63.82 79.91) + (end 59.930501 83.799499) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "f0e72c4d-c3d5-40ad-9511-b320f6e7e42c") + ) + (segment + (start 70.620029 134.865971) + (end 73.930058 138.176) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "0b91212d-6203-4f1b-b57f-229e237d3cbf") + ) + (segment + (start 72.057029 136.302971) + (end 70.620029 134.865971) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "2d7ce5f4-b67d-49bd-a4e0-8682f921aa21") + ) + (segment + (start 72.07 139.069) + (end 72.057029 139.056029) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "330eb736-5ecf-4301-a086-bd19d36fe62f") + ) + (segment + (start 65.532 129.777942) + (end 65.532 105.156) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "3b0fb04f-b51d-47a5-b4ab-7068b8bfd992") + ) + (segment + (start 72.057029 139.056029) + (end 72.057029 136.302971) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "81bc7633-c54c-4089-b3d3-f363c1008fe5") + ) + (segment + (start 73.930058 138.176) + (end 78.359 138.176) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "8bc48169-cb57-4aa6-bcdb-26a951009f88") + ) + (segment + (start 72.07 140.25) + (end 72.07 139.069) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "bca35b5d-3b95-4e03-b188-b75e31134625") + ) + (segment + (start 70.612 100.076) + (end 65.532 105.156) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "e2869d78-2c14-4df3-81c5-8b565064177e") + ) + (segment + (start 70.620029 134.865971) + (end 65.532 129.777942) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "eaffb36d-6cd1-40c8-ac1d-73b0458fb8a4") + ) + (segment + (start 54.081 138.684) + (end 53.34 138.684) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "00902aa8-3130-4f50-a624-509b86986311") + ) + (segment + (start 58.653 134.112) + (end 54.081 138.684) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "b119c591-28fc-4bdd-b50d-3cf012fcbfcf") + ) + (segment + (start 53.34 141.732) + (end 53.34 138.684) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "f535197b-e228-485e-982d-0334aaf80f27") + ) + (segment + (start 82.416 138.176) + (end 78.74 134.5) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "404b2d26-fae1-4a3a-a573-3b17048fcea7") + ) + (segment + (start 85.979 138.176) + (end 82.416 138.176) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "95ef24fe-a1b3-4fa1-9321-1689d04c902f") + ) + (segment + (start 78.74 73.54) + (end 74.796 73.54) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "bd8276f1-4a95-4c06-aab3-da1fcbf3eeee") + ) + (segment + (start 74.796 73.54) + (end 73.152 75.184) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "d3ba1ac3-fc0d-4f00-bcca-1b1771bfbcf6") + ) + (segment + (start 60.96 152.24) + (end 53.688 152.24) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "39b6298a-dad6-466b-96bf-12a694dc223b") + ) + (segment + (start 53.688 152.24) + (end 53.34 151.892) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "8e528dbe-8ca2-4457-8f51-3854be43d20b") + ) + (segment + (start 78.74 93.86) + (end 78.74 99.568) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "13bd8994-931a-4dd0-a45b-8bcbc5da6acd") + ) + (segment + (start 78.74 99.568) + (end 78.232 100.076) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "738a7195-423a-4f93-b30f-516f9ed45ee2") + ) + (segment + (start 62.415501 158.674499) + (end 62.415501 154.754499) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "39beb14e-615f-4377-a7f9-b389049d380e") + ) + (segment + (start 61.05 160.04) + (end 62.415501 158.674499) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "a6579c03-8806-40bb-a3e8-3dbc2291b004") + ) + (segment + (start 62.415501 154.754499) + (end 71.12 146.05) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "cff0c2dc-4612-4ce8-8be7-5af41d4e555e") + ) + (segment + (start 84.996 155.956) + (end 81.28 152.24) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "6b12f602-c512-4d69-a02b-ba286a9b69db") + ) + (segment + (start 89.372 155.956) + (end 84.996 155.956) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "cbe6faca-c42d-4709-bdea-5f1dae8fcbb8") + ) + (segment + (start 62.992 131.572) + (end 62.992 135.636) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "39f13c3e-8ad5-419a-bdaf-e3d23dea6ed6") + ) + (segment + (start 58.653 131.572) + (end 62.992 131.572) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "8d926620-5fa4-41f8-a490-0371c178f8da") + ) + (segment + (start 57.971 127.567) + (end 56.896 126.492) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "25cafa1b-4b8a-4e95-92ed-812d06f59535") + ) + (segment + (start 61.527 127.567) + (end 57.971 127.567) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "350a7f0b-fbc6-4d16-9f0b-045a71e8389c") + ) + (segment + (start 65.532 131.572) + (end 61.527 127.567) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "7b74dcfe-abba-43e9-aff0-bca6b3bca556") + ) + (segment + (start 81.24 134.5) + (end 80.340001 133.600001) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "1f4f5371-0714-4b0a-bc03-551ce0d8c00c") + ) + (segment + (start 83.74 134.5) + (end 81.24 134.5) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "1f7b8490-e83e-4575-966c-47c8aa8118b8") + ) + (segment + (start 74.504405 127.799999) + (end 73.951999 127.799999) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "252b048b-d20c-4f73-a0ff-cc6459fa6445") + ) + (segment + (start 73.951999 127.799999) + (end 73.152 127) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "995b3fbc-b60b-4ad8-a3b2-fda11a843b84") + ) + (segment + (start 80.340001 133.600001) + (end 80.304407 133.600001) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "f2697986-2251-4030-bf9c-3b76c8f56c2b") + ) + (segment + (start 80.304407 133.600001) + (end 74.504405 127.799999) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "f592cc2d-dfce-488c-8598-7d0e0775ecf2") + ) + (segment + (start 81.24 73.54) + (end 78.82 71.12) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "41a2a559-4c7a-4fd1-b1df-a74c65b83571") + ) + (segment + (start 78.82 71.12) + (end 73.152 71.12) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "7e467f7c-d420-4842-aa35-da5e2c29604a") + ) + (segment + (start 83.74 73.54) + (end 81.24 73.54) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "db1ae75b-b61f-4a27-8f4b-ea72ab0dd7d1") + ) + (segment + (start 76.999999 117.690001) + (end 80.229999 117.690001) + (width 0.381) + (layer "F.Cu") + (net 24) + (uuid "5a261437-63e7-4f71-85d9-bd35fd18d98d") + ) + (segment + (start 76.2 118.49) + (end 76.999999 117.690001) + (width 0.381) + (layer "F.Cu") + (net 24) + (uuid "b5b7b64f-df0e-48ce-a6f6-0c04fc27ebfe") + ) + (segment + (start 80.229999 117.690001) + (end 83.74 114.18) + (width 0.381) + (layer "F.Cu") + (net 24) + (uuid "ff192888-948c-4776-8d44-4f3481d72438") + ) + (segment + (start 80.772 97.028) + (end 80.772 94.328) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "49d1a581-e57b-43de-ad48-c4403943a999") + ) + (segment + (start 80.772 94.328) + (end 81.24 93.86) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "78f7749b-a51a-47e5-ae7a-3bdd2d25ac20") + ) + (segment + (start 83.74 93.86) + (end 81.24 93.86) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "fad4eea5-65ca-4ff0-8a64-524432496d75") + ) + (segment + (start 62.992 101.158) + (end 63.64 100.51) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "770c5879-b534-4d2b-be7e-89fbc37cd6ef") + ) + (segment + (start 62.992 107.696) + (end 60.304 107.696) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "7ea3ff7f-13a8-468a-a22a-04051b769880") + ) + (segment + (start 62.992 107.696) + (end 62.992 101.158) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "b9cfb59c-2b11-4178-828f-85bb724fde97") + ) + (segment + (start 60.304 107.696) + (end 60.071 107.929) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "ca52a6b0-fd0e-4d45-8c59-98bbf9baa4b4") + ) + (segment + (start 57.531 107.929) + (end 62.378 112.776) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "9e705fe2-e89f-456c-9d3f-543937c76fff") + ) + (segment + (start 62.378 112.776) + (end 63.5 112.776) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "a1901daa-34b7-41b3-bd99-3eabf778050a") + ) + (segment + (start 71.21 156.12) + (end 73.152 154.178) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "28f0707a-47d7-40cd-a0a4-73f5f21a8fee") + ) + (segment + (start 71.21 160.04) + (end 71.21 156.12) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "86d4a3c1-5165-4941-917a-2067a89d7852") + ) + (segment + (start 70.085 154.705) + (end 70.612 154.178) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "0b4bffa0-0440-4867-afdd-3ff22c8b3506") + ) + (segment + (start 70.085 160.509) + (end 70.085 154.705) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "22ca3296-c931-4e86-80b6-feb4eae2ee8f") + ) + (segment + (start 79.212 159.766) + (end 77.373 161.605) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "2db9b137-f5a4-439f-9928-f9845f2cb04c") + ) + (segment + (start 71.181 161.605) + (end 70.085 160.509) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "30e19f9d-73cc-4b8f-8efd-41db42d592d2") + ) + (segment + (start 77.373 161.605) + (end 71.181 161.605) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "888ef297-6b80-49f3-8e0a-bf7eaa5f4011") + ) + (segment + (start 56.615884 99.319499) + (end 52.798989 95.502604) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "1f7684a0-b96c-427a-b072-246917fabd07") + ) + (segment + (start 52.798989 95.502604) + (end 52.798989 81.313011) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "84738d41-ae93-4f82-92c5-f28a1b133c05") + ) + (segment + (start 59.909499 99.319499) + (end 56.615884 99.319499) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "89ae8fd3-3fdf-4b30-baca-746b839da504") + ) + (segment + (start 61.1 100.51) + (end 59.909499 99.319499) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "a1986316-26e2-4c43-a54d-0d382d237afd") + ) + (segment + (start 52.798989 81.313011) + (end 62.992 71.12) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "d4094b5e-29aa-4357-baf5-df43119075c9") + ) + (segment + (start 70.612 94.322) + (end 70.612 97.028) + (width 0.381) + (layer "F.Cu") + (net 31) + (uuid "a1f74dd5-033c-48e8-afac-eaee19012262") + ) + (segment + (start 63.82 87.53) + (end 70.612 94.322) + (width 0.381) + (layer "F.Cu") + (net 31) + (uuid "d914d998-3832-448f-a012-771fca826ee6") + ) + (segment + (start 61.28 87.53) + (end 63.82 87.53) + (width 0.381) + (layer "F.Cu") + (net 31) + (uuid "db7551a3-9672-49d3-abbe-274e082415ad") + ) + (segment + (start 73.390558 144.1325) + (end 73.6475 144.1325) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "0d814075-23e0-4b11-9da0-e88826d21e96") + ) + (segment + (start 57.559 79.91) + (end 58.74 79.91) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "15a34bf2-f857-4262-8ebf-e480be114f7a") + ) + (segment + (start 53.44 84.029) + (end 57.559 79.91) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "17f9b756-7139-4dc0-9ec0-e06bace98006") + ) + (segment + (start 79.212 155.956) + (end 79.212 149.697) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "1b1465e5-7803-4a52-bd99-5e39b2e8a9ce") + ) + (segment + (start 89.372 160.02) + (end 83.276 160.02) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "3dbff33f-568c-4076-ad58-d5264615510d") + ) + (segment + (start 53.44 95.321942) + (end 53.44 84.029) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "4bf32307-33de-41c3-947b-3c9774c70ad5") + ) + (segment + (start 73.6475 144.1325) + (end 79.212 149.697) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "4c111e27-12f3-4127-8a37-50c20054689f") + ) + (segment + (start 55.387087 97.269029) + (end 53.44 95.321942) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "4cdd01f4-ece0-4598-bf61-34dc56ecc23d") + ) + (segment + (start 64.989499 109.863113) + (end 69.748193 114.621807) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "7430f995-e1cb-4e7e-97f4-acdc190395ec") + ) + (segment + (start 64.989499 100.097557) + (end 62.160971 97.269029) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "8a130360-e26a-4f14-b527-87532b326492") + ) + (segment + (start 69.748193 114.621807) + (end 69.748193 140.490135) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "9f501cfd-5a1e-42e9-8ca8-d3c5540bfd37") + ) + (segment + (start 83.276 160.02) + (end 79.212 155.956) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "a29383b0-f5c7-4fb2-a4aa-b9d553d9d0bc") + ) + (segment + (start 62.160971 97.269029) + (end 55.387087 97.269029) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "ac6b29d3-74a0-43f2-a41d-8e5cc3e2bb51") + ) + (segment + (start 58.74 79.91) + (end 61.28 79.91) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "b463559d-a4ac-49b7-8f68-a72e19df54cc") + ) + (segment + (start 64.989499 109.863113) + (end 64.989499 100.097557) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "ee73d995-2a4f-407f-98e6-35114051f4e5") + ) + (segment + (start 69.748193 140.490135) + (end 73.390558 144.1325) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "fd6ead62-e05f-416e-8fa4-3338528156c0") + ) + (segment + (start 66.36 87.53) + (end 67.20051 88.37051) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "00b27b36-d960-4230-a584-83f7f0aababc") + ) + (segment + (start 67.20051 88.37051) + (end 80.160452 88.37051) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "0336e8b2-9e98-4e3b-ac0c-854bae599648") + ) + (segment + (start 85.030501 95.353113) + (end 81.24 99.143614) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "24d365c3-3beb-4d5e-949b-e6ce3d3f6fc5") + ) + (segment + (start 80.160452 88.37051) + (end 85.030501 93.240559) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "42b8fe56-b56c-4d41-b859-033f69a65b3f") + ) + (segment + (start 85.030501 93.240559) + (end 85.030501 95.353113) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "4848d33f-bfc4-4ea8-a693-f5b4e52c78cb") + ) + (segment + (start 81.24 99.143614) + (end 81.24 114.18) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "bc4a6cea-aee0-4814-85c3-0dead03e9552") + ) + (segment + (start 67.370501 109.280501) + (end 72.27 114.18) + (width 0.381) + (layer "F.Cu") + (net 34) + (uuid "1560a9b5-a0c7-4313-afb8-0197e75b497d") + ) + (segment + (start 67.370501 96.620501) + (end 67.370501 109.280501) + (width 0.381) + (layer "F.Cu") + (net 34) + (uuid "2d2a7818-51b6-4d01-bc27-dceb78b40f35") + ) + (segment + (start 63.64 92.89) + (end 67.370501 96.620501) + (width 0.381) + (layer "F.Cu") + (net 34) + (uuid "39404467-0bd9-43a0-bdac-f2988d80a55e") + ) + (segment + (start 72.27 114.18) + (end 78.74 114.18) + (width 0.381) + (layer "F.Cu") + (net 34) + (uuid "befa2a19-49c9-4e0a-9244-4a9626673f4e") + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d873c83") + (hatch edge 0.508) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 50.82 50.78) (xy 91.06 50.78) (xy 91.11 162.54) (xy 50.8 162.53) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 72.964541 138.199472) (xy 72.971124 138.205601) (xy 73.387109 138.621586) (xy 73.484472 138.718949) + (xy 73.566081 138.773479) (xy 73.598957 138.795446) (xy 73.726167 138.848138) (xy 73.861212 138.875) + (xy 73.861213 138.875) (xy 73.861219 138.875) (xy 73.867368 138.875606) (xy 73.867088 138.878444) + (xy 73.923478 138.895002) (xy 73.969971 138.948658) (xy 73.980075 139.018932) (xy 73.950581 139.083512) + (xy 73.917362 139.108593) (xy 73.918267 139.110161) (xy 73.913501 139.112912) (xy 73.842109 139.1629) + (xy 74.529209 139.85) (xy 74.517339 139.85) (xy 74.415606 139.877259) (xy 74.324394 139.92992) (xy 74.24992 140.004394) + (xy 74.197259 140.095606) (xy 74.17 140.197339) (xy 74.17 140.209209) (xy 73.471219 139.510428) + (xy 73.445649 139.505289) (xy 73.394657 139.45589) (xy 73.379666 139.40463) (xy 73.378861 139.404717) + (xy 73.37199 139.340803) (xy 73.371988 139.340795) (xy 73.320889 139.203797) (xy 73.320887 139.203792) + (xy 73.233261 139.086738) (xy 73.116207 138.999112) (xy 73.116202 138.99911) (xy 72.979204 138.948011) + (xy 72.979196 138.948009) (xy 72.918649 138.9415) (xy 72.918638 138.9415) (xy 72.882029 138.9415) + (xy 72.813908 138.921498) (xy 72.767415 138.867842) (xy 72.756029 138.8155) (xy 72.756029 138.294696) + (xy 72.776031 138.226575) (xy 72.829687 138.180082) (xy 72.899961 138.169978) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 54.397011 93.867963) (xy 54.403594 93.874092) (xy 54.4357 93.906198) (xy 54.435703 93.9062) + (xy 54.623253 94.037525) (xy 54.628015 94.040274) (xy 54.626971 94.042082) (xy 54.673439 94.08299) + (xy 54.692905 94.151265) (xy 54.672369 94.219227) (xy 54.627223 94.258354) (xy 54.628267 94.260161) + (xy 54.623501 94.262912) (xy 54.552109 94.3129) (xy 55.239209 95) (xy 55.227339 95) (xy 55.125606 95.027259) + (xy 55.034394 95.07992) (xy 54.95992 95.154394) (xy 54.907259 95.245606) (xy 54.88 95.347339) (xy 54.88 95.359209) + (xy 54.225404 94.704613) (xy 54.191378 94.642301) (xy 54.188499 94.615518) (xy 54.188499 93.963187) + (xy 54.208501 93.895066) (xy 54.262157 93.848573) (xy 54.332431 93.838469) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 59.986075 55.056993) (xy 60.051901 55.171007) (xy 60.144993 55.264099) (xy 60.259007 55.329925) + (xy 60.327051 55.348157) (xy 59.68631 55.988898) (xy 59.706697 56.004766) (xy 59.706705 56.004771) + (xy 59.740731 56.023185) (xy 59.791122 56.073197) (xy 59.806475 56.142514) (xy 59.781915 56.209127) + (xy 59.740735 56.244811) (xy 59.706705 56.263227) (xy 59.706693 56.263235) (xy 59.686311 56.279099) + (xy 59.68631 56.2791) (xy 60.327052 56.919842) (xy 60.259007 56.938075) (xy 60.144993 57.003901) + (xy 60.051901 57.096993) (xy 59.986075 57.211007) (xy 59.967842 57.279052) (xy 59.328921 56.640131) + (xy 59.328919 56.640132) (xy 59.287781 56.7031) (xy 59.233777 56.749189) (xy 59.16343 56.758764) + (xy 59.099072 56.728787) (xy 59.076816 56.703101) (xy 59.035676 56.640131) (xy 58.987724 56.566734) + (xy 58.98772 56.566729) (xy 58.835237 56.401091) (xy 58.752829 56.33695) (xy 58.657576 56.262811) + (xy 58.624319 56.244813) (xy 58.573929 56.194802) (xy 58.558576 56.125485) (xy 58.583136 56.058872) + (xy 58.62432 56.023186) (xy 58.624322 56.023185) (xy 58.657576 56.005189) (xy 58.83524 55.866906) + (xy 58.987722 55.701268) (xy 59.076816 55.564898) (xy 59.130819 55.51881) (xy 59.201167 55.509235) + (xy 59.265524 55.539212) (xy 59.287782 55.564899) (xy 59.32892 55.627866) (xy 59.328921 55.627866) + (xy 59.967841 54.988946) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 62.526075 55.056993) (xy 62.591901 55.171007) (xy 62.684993 55.264099) (xy 62.799007 55.329925) + (xy 62.867051 55.348157) (xy 62.22631 55.988898) (xy 62.246697 56.004766) (xy 62.246705 56.004771) + (xy 62.280731 56.023185) (xy 62.331122 56.073197) (xy 62.346475 56.142514) (xy 62.321915 56.209127) + (xy 62.280735 56.244811) (xy 62.246705 56.263227) (xy 62.246693 56.263235) (xy 62.226311 56.279099) + (xy 62.22631 56.2791) (xy 62.867052 56.919842) (xy 62.799007 56.938075) (xy 62.684993 57.003901) + (xy 62.591901 57.096993) (xy 62.526075 57.211007) (xy 62.507842 57.279052) (xy 61.868921 56.640131) + (xy 61.86892 56.640132) (xy 61.827482 56.703558) (xy 61.773479 56.749647) (xy 61.703131 56.759222) + (xy 61.638773 56.729245) (xy 61.616516 56.703558) (xy 61.575078 56.640132) (xy 60.936157 57.279051) + (xy 60.917925 57.211007) (xy 60.852099 57.096993) (xy 60.759007 57.003901) (xy 60.644993 56.938075) + (xy 60.576947 56.919841) (xy 61.217688 56.2791) (xy 61.217687 56.279099) (xy 61.197308 56.263237) + (xy 61.197298 56.263231) (xy 61.163267 56.244814) (xy 61.112876 56.194801) (xy 61.097524 56.125484) + (xy 61.122085 56.058871) (xy 61.163268 56.023186) (xy 61.197294 56.004772) (xy 61.197298 56.004769) + (xy 61.217688 55.988898) (xy 60.576947 55.348157) (xy 60.644993 55.329925) (xy 60.759007 55.264099) + (xy 60.852099 55.171007) (xy 60.917925 55.056993) (xy 60.936158 54.988947) (xy 61.575077 55.627866) + (xy 61.575078 55.627866) (xy 61.616516 55.564441) (xy 61.670519 55.518352) (xy 61.740867 55.508777) + (xy 61.805225 55.538754) (xy 61.827482 55.56444) (xy 61.868921 55.627866) (xy 62.507841 54.988946) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 64.115077 55.627866) (xy 64.115078 55.627866) (xy 64.156217 55.564899) (xy 64.210221 55.51881) + (xy 64.280568 55.509235) (xy 64.344926 55.539212) (xy 64.367183 55.564898) (xy 64.456279 55.70127) + (xy 64.456285 55.701277) (xy 64.6092 55.867384) (xy 64.640622 55.931048) (xy 64.6425 55.952722) + (xy 64.6425 56.315277) (xy 64.622498 56.383398) (xy 64.609201 56.400615) (xy 64.45628 56.566729) + (xy 64.456279 56.566729) (xy 64.367183 56.703101) (xy 64.313179 56.749189) (xy 64.242831 56.758764) + (xy 64.178474 56.728786) (xy 64.156217 56.7031) (xy 64.115078 56.640132) (xy 63.476157 57.279051) + (xy 63.457925 57.211007) (xy 63.392099 57.096993) (xy 63.299007 57.003901) (xy 63.184993 56.938075) + (xy 63.116947 56.919841) (xy 63.757688 56.2791) (xy 63.757687 56.279099) (xy 63.737308 56.263237) + (xy 63.737298 56.263231) (xy 63.703267 56.244814) (xy 63.652876 56.194801) (xy 63.637524 56.125484) + (xy 63.662085 56.058871) (xy 63.703268 56.023186) (xy 63.737294 56.004772) (xy 63.737298 56.004769) + (xy 63.757688 55.988898) (xy 63.116947 55.348157) (xy 63.184993 55.329925) (xy 63.299007 55.264099) + (xy 63.392099 55.171007) (xy 63.457925 55.056993) (xy 63.476158 54.988947) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 90.981621 50.880502) (xy 91.028114 50.934158) (xy 91.0395 50.9865) (xy 91.0395 162.3735) (xy 91.019498 162.441621) + (xy 90.965842 162.488114) (xy 90.9135 162.4995) (xy 50.9865 162.4995) (xy 50.918379 162.479498) + (xy 50.871886 162.425842) (xy 50.8605 162.3735) (xy 50.8605 160.04) (xy 59.736502 160.04) (xy 59.751833 160.21524) + (xy 59.756457 160.268086) (xy 59.815715 160.48924) (xy 59.815717 160.489246) (xy 59.912477 160.696749) + (xy 60.012229 160.83921) (xy 60.043802 160.8843) (xy 60.2057 161.046198) (xy 60.393251 161.177523) + (xy 60.600757 161.274284) (xy 60.821913 161.333543) (xy 61.05 161.353498) (xy 61.278087 161.333543) + (xy 61.499243 161.274284) (xy 61.706749 161.177523) (xy 61.8943 161.046198) (xy 62.056198 160.8843) + (xy 62.187523 160.696749) (xy 62.284284 160.489243) (xy 62.343543 160.268087) (xy 62.363498 160.04) + (xy 62.343543 159.811913) (xy 62.284284 159.590757) (xy 62.187523 159.383251) (xy 62.056198 159.1957) + (xy 61.8943 159.033802) (xy 61.881018 159.024502) (xy 61.706749 158.902477) (xy 61.499246 158.805717) + (xy 61.49924 158.805715) (xy 61.405771 158.78067) (xy 61.278087 158.746457) (xy 61.05 158.726502) + (xy 60.821913 158.746457) (xy 60.600759 158.805715) (xy 60.600753 158.805717) (xy 60.39325 158.902477) + (xy 60.205703 159.033799) (xy 60.205697 159.033804) (xy 60.043804 159.195697) (xy 60.043799 159.195703) + (xy 59.912477 159.38325) (xy 59.815717 159.590753) (xy 59.815715 159.590759) (xy 59.772481 159.75211) + (xy 59.756457 159.811913) (xy 59.736502 160.04) (xy 50.8605 160.04) (xy 50.8605 151.892) (xy 52.026502 151.892) + (xy 52.046457 152.120087) (xy 52.078588 152.24) (xy 52.105715 152.34124) (xy 52.105717 152.341246) + (xy 52.202477 152.548749) (xy 52.327809 152.727742) (xy 52.333802 152.7363) (xy 52.4957 152.898198) + (xy 52.683251 153.029523) (xy 52.890757 153.126284) (xy 53.111913 153.185543) (xy 53.34 153.205498) + (xy 53.568087 153.185543) (xy 53.789243 153.126284) (xy 53.996749 153.029523) (xy 54.1843 152.898198) + (xy 54.346198 152.7363) (xy 54.477523 152.548749) (xy 54.574284 152.341243) (xy 54.601412 152.24) + (xy 59.381634 152.24) (xy 59.401066 152.486911) (xy 59.458885 152.727742) (xy 59.553666 152.956563) + (xy 59.678263 153.159888) (xy 59.683076 153.167741) (xy 59.683077 153.167743) (xy 59.843926 153.356073) + (xy 60.032256 153.516922) (xy 60.03226 153.516925) (xy 60.243437 153.646334) (xy 60.472258 153.741115) + (xy 60.713089 153.798934) (xy 60.96 153.818366) (xy 61.206911 153.798934) (xy 61.447742 153.741115) + (xy 61.676563 153.646334) (xy 61.88774 153.516925) (xy 62.076073 153.356073) (xy 62.236925 153.16774) + (xy 62.366334 152.956563) (xy 62.461115 152.727742) (xy 62.518934 152.486911) (xy 62.538366 152.24) + (xy 62.518934 151.993089) (xy 62.461115 151.752258) (xy 62.366334 151.523437) (xy 62.236925 151.31226) + (xy 62.236922 151.312256) (xy 62.076073 151.123926) (xy 61.887743 150.963077) (xy 61.887741 150.963076) + (xy 61.88774 150.963075) (xy 61.676563 150.833666) (xy 61.447742 150.738885) (xy 61.206911 150.681066) + (xy 61.206912 150.681066) (xy 60.96 150.661634) (xy 60.713088 150.681066) (xy 60.472257 150.738885) + (xy 60.243438 150.833665) (xy 60.032258 150.963076) (xy 60.032256 150.963077) (xy 59.843926 151.123926) + (xy 59.683077 151.312256) (xy 59.683076 151.312258) (xy 59.553665 151.523438) (xy 59.458885 151.752257) + (xy 59.401066 151.993088) (xy 59.381634 152.24) (xy 54.601412 152.24) (xy 54.633543 152.120087) + (xy 54.653498 151.892) (xy 54.633543 151.663913) (xy 54.574284 151.442757) (xy 54.477523 151.235251) + (xy 54.346198 151.0477) (xy 54.1843 150.885802) (xy 53.996749 150.754477) (xy 53.839318 150.681066) + (xy 53.789246 150.657717) (xy 53.78924 150.657715) (xy 53.695771 150.63267) (xy 53.568087 150.598457) + (xy 53.34 150.578502) (xy 53.111913 150.598457) (xy 52.890759 150.657715) (xy 52.890753 150.657717) + (xy 52.68325 150.754477) (xy 52.495703 150.885799) (xy 52.495697 150.885804) (xy 52.333804 151.047697) + (xy 52.333799 151.047703) (xy 52.202477 151.23525) (xy 52.105717 151.442753) (xy 52.105715 151.442759) + (xy 52.084097 151.523438) (xy 52.046457 151.663913) (xy 52.026502 151.892) (xy 50.8605 151.892) + (xy 50.8605 146.05) (xy 69.706673 146.05) (xy 69.72595 146.282633) (xy 69.783249 146.508903) (xy 69.783252 146.50891) + (xy 69.877015 146.722668) (xy 69.877016 146.722669) (xy 70.004686 146.918083) (xy 70.090209 147.010985) + (xy 70.121629 147.074648) (xy 70.113642 147.145194) (xy 70.068784 147.200223) (xy 70.041541 147.214376) + (xy 69.974037 147.239554) (xy 69.974034 147.239555) (xy 69.857095 147.327095) (xy 69.769555 147.444034) + (xy 69.769555 147.444035) (xy 69.718505 147.580906) (xy 69.712 147.641402) (xy 69.712 148.336) (xy 70.747032 148.336) + (xy 70.700667 148.416306) (xy 70.67 148.530756) (xy 70.67 148.649244) (xy 70.700667 148.763694) + (xy 70.747032 148.844) (xy 69.712 148.844) (xy 69.712 149.538597) (xy 69.718505 149.599093) (xy 69.769555 149.735964) + (xy 69.769555 149.735965) (xy 69.857095 149.852904) (xy 69.974034 149.940444) (xy 70.110906 149.991494) + (xy 70.171402 149.997999) (xy 70.171415 149.998) (xy 70.866 149.998) (xy 70.866 148.962968) (xy 70.946306 149.009333) + (xy 71.060756 149.04) (xy 71.179244 149.04) (xy 71.293694 149.009333) (xy 71.374 148.962968) (xy 71.374 149.998) + (xy 72.068585 149.998) (xy 72.068597 149.997999) (xy 72.129093 149.991494) (xy 72.265964 149.940444) + (xy 72.265965 149.940444) (xy 72.382904 149.852904) (xy 72.470444 149.735965) (xy 72.470444 149.735964) + (xy 72.521494 149.599093) (xy 72.527999 149.538597) (xy 72.528 149.538585) (xy 72.528 148.844) (xy 71.492968 148.844) + (xy 71.539333 148.763694) (xy 71.57 148.649244) (xy 71.57 148.530756) (xy 71.539333 148.416306) + (xy 71.492968 148.336) (xy 72.528 148.336) (xy 72.528 147.641414) (xy 72.527999 147.641402) (xy 72.521494 147.580906) + (xy 72.470444 147.444035) (xy 72.470444 147.444034) (xy 72.382904 147.327095) (xy 72.265965 147.239555) + (xy 72.26596 147.239553) (xy 72.198459 147.214376) (xy 72.141623 147.171829) (xy 72.116813 147.105309) + (xy 72.131905 147.035935) (xy 72.149784 147.010991) (xy 72.235314 146.918083) (xy 72.362984 146.722669) + (xy 72.456749 146.508907) (xy 72.514051 146.282626) (xy 72.533327 146.05) (xy 72.514051 145.817374) + (xy 72.456749 145.591093) (xy 72.362984 145.377331) (xy 72.258184 145.216922) (xy 72.235314 145.181916) + (xy 72.077225 145.010186) (xy 72.077221 145.010182) (xy 71.985118 144.938496) (xy 71.893017 144.86681) + (xy 71.687727 144.755713) (xy 71.687724 144.755712) (xy 71.687723 144.755711) (xy 71.466955 144.679921) + (xy 71.466948 144.679919) (xy 71.368411 144.663476) (xy 71.236712 144.6415) (xy 71.003288 144.6415) + (xy 70.888066 144.660727) (xy 70.773051 144.679919) (xy 70.773044 144.679921) (xy 70.552276 144.755711) + (xy 70.552273 144.755713) (xy 70.346985 144.866809) (xy 70.346983 144.86681) (xy 70.162778 145.010182) + (xy 70.162774 145.010186) (xy 70.004685 145.181916) (xy 69.877015 145.377331) (xy 69.783252 145.591089) + (xy 69.783249 145.591096) (xy 69.72595 145.817366) (xy 69.706673 146.05) (xy 50.8605 146.05) (xy 50.8605 143.94) + (xy 59.381634 143.94) (xy 59.401066 144.186911) (xy 59.458885 144.427742) (xy 59.553666 144.656563) + (xy 59.682504 144.866809) (xy 59.683076 144.867741) (xy 59.683077 144.867743) (xy 59.843926 145.056073) + (xy 60.032256 145.216922) (xy 60.03226 145.216925) (xy 60.243437 145.346334) (xy 60.472258 145.441115) + (xy 60.713089 145.498934) (xy 60.96 145.518366) (xy 61.206911 145.498934) (xy 61.447742 145.441115) + (xy 61.676563 145.346334) (xy 61.88774 145.216925) (xy 62.076073 145.056073) (xy 62.236925 144.86774) + (xy 62.366334 144.656563) (xy 62.461115 144.427742) (xy 62.518934 144.186911) (xy 62.538366 143.94) + (xy 62.518934 143.693089) (xy 62.461115 143.452258) (xy 62.366334 143.223437) (xy 62.236925 143.01226) + (xy 62.197656 142.966282) (xy 62.076073 142.823926) (xy 61.887743 142.663077) (xy 61.887741 142.663076) + (xy 61.88774 142.663075) (xy 61.676563 142.533666) (xy 61.608343 142.505408) (xy 61.553063 142.46086) + (xy 61.530642 142.393497) (xy 61.5482 142.324706) (xy 61.600162 142.276328) (xy 61.656562 142.263) + (xy 61.973585 142.263) (xy 61.973597 142.262999) (xy 62.034093 142.256494) (xy 62.170964 142.205444) + (xy 62.170965 142.205444) (xy 62.287904 142.117904) (xy 62.375444 142.000965) (xy 62.375444 142.000964) + (xy 62.426494 141.864093) (xy 62.432999 141.803597) (xy 62.433 141.803585) (xy 62.433 141.094) (xy 61.515049 141.094) + (xy 61.546558 141.017931) (xy 61.57 140.90008) (xy 61.57 140.77992) (xy 61.546558 140.662069) (xy 61.515049 140.586) + (xy 62.433 140.586) (xy 62.433 139.876414) (xy 62.432999 139.876402) (xy 62.426494 139.815906) (xy 62.375444 139.679035) + (xy 62.375444 139.679034) (xy 62.287904 139.562095) (xy 62.170965 139.474555) (xy 62.034093 139.423505) + (xy 61.973597 139.417) (xy 61.214 139.417) (xy 61.214 140.28495) (xy 61.137931 140.253442) (xy 61.02008 140.23) + (xy 60.89992 140.23) (xy 60.782069 140.253442) (xy 60.706 140.28495) (xy 60.706 139.417) (xy 59.946402 139.417) + (xy 59.885906 139.423505) (xy 59.749035 139.474555) (xy 59.749034 139.474555) (xy 59.632095 139.562095) + (xy 59.544555 139.679034) (xy 59.544555 139.679035) (xy 59.493505 139.815906) (xy 59.487 139.876402) + (xy 59.487 140.586) (xy 60.404951 140.586) (xy 60.373442 140.662069) (xy 60.35 140.77992) (xy 60.35 140.90008) + (xy 60.373442 141.017931) (xy 60.404951 141.094) (xy 59.487 141.094) (xy 59.487 141.803597) (xy 59.493505 141.864093) + (xy 59.544555 142.000964) (xy 59.544555 142.000965) (xy 59.632095 142.117904) (xy 59.749034 142.205444) + (xy 59.885906 142.256494) (xy 59.946402 142.262999) (xy 59.946415 142.263) (xy 60.263438 142.263) + (xy 60.331559 142.283002) (xy 60.378052 142.336658) (xy 60.388156 142.406932) (xy 60.358662 142.471512) + (xy 60.311656 142.505408) (xy 60.288243 142.515106) (xy 60.243438 142.533665) (xy 60.032258 142.663076) + (xy 60.032256 142.663077) (xy 59.843926 142.823926) (xy 59.683077 143.012256) (xy 59.683076 143.012258) + (xy 59.553665 143.223438) (xy 59.458885 143.452257) (xy 59.454758 143.46945) (xy 59.401066 143.693089) + (xy 59.381634 143.94) (xy 50.8605 143.94) (xy 50.8605 141.732) (xy 52.026502 141.732) (xy 52.046457 141.960086) + (xy 52.105715 142.18124) (xy 52.105717 142.181246) (xy 52.202477 142.388749) (xy 52.303948 142.533665) + (xy 52.333802 142.5763) (xy 52.4957 142.738198) (xy 52.683251 142.869523) (xy 52.890757 142.966284) + (xy 53.111913 143.025543) (xy 53.34 143.045498) (xy 53.568087 143.025543) (xy 53.789243 142.966284) + (xy 53.996749 142.869523) (xy 54.1843 142.738198) (xy 54.346198 142.5763) (xy 54.477523 142.388749) + (xy 54.574284 142.181243) (xy 54.633543 141.960087) (xy 54.653498 141.732) (xy 54.633543 141.503913) + (xy 54.574284 141.282757) (xy 54.477523 141.075251) (xy 54.346198 140.8877) (xy 54.1843 140.725802) + (xy 53.996749 140.594477) (xy 53.903632 140.551056) (xy 53.789246 140.497717) (xy 53.78924 140.497715) + (xy 53.615446 140.451147) (xy 53.568087 140.438457) (xy 53.34 140.418502) (xy 53.111913 140.438457) + (xy 52.890759 140.497715) (xy 52.890753 140.497717) (xy 52.68325 140.594477) (xy 52.495703 140.725799) + (xy 52.495697 140.725804) (xy 52.333804 140.887697) (xy 52.333799 140.887703) (xy 52.202477 141.07525) + (xy 52.105717 141.282753) (xy 52.105715 141.282759) (xy 52.046457 141.503913) (xy 52.026502 141.732) + (xy 50.8605 141.732) (xy 50.8605 139.532649) (xy 52.0315 139.532649) (xy 52.038009 139.593196) (xy 52.038011 139.593204) + (xy 52.08911 139.730202) (xy 52.089112 139.730207) (xy 52.176738 139.847261) (xy 52.293792 139.934887) + (xy 52.293794 139.934888) (xy 52.293796 139.934889) (xy 52.352875 139.956924) (xy 52.430795 139.985988) + (xy 52.430803 139.98599) (xy 52.49135 139.992499) (xy 52.491355 139.992499) (xy 52.491362 139.9925) + (xy 52.491368 139.9925) (xy 54.188632 139.9925) (xy 54.188638 139.9925) (xy 54.188645 139.992499) + (xy 54.188649 139.992499) (xy 54.249196 139.98599) (xy 54.249199 139.985989) (xy 54.249201 139.985989) + (xy 54.386204 139.934889) (xy 54.463189 139.877259) (xy 54.503261 139.847261) (xy 54.590887 139.730207) + (xy 54.590887 139.730206) (xy 54.590889 139.730204) (xy 54.641989 139.593201) (xy 54.645757 139.558158) + (xy 54.648499 139.532649) (xy 54.6485 139.532632) (xy 54.6485 137.835367) (xy 54.648499 137.83535) + (xy 54.64199 137.774803) (xy 54.641988 137.774795) (xy 54.590889 137.637797) (xy 54.590887 137.637792) + (xy 54.503261 137.520738) (xy 54.386207 137.433112) (xy 54.386202 137.43311) (xy 54.249204 137.382011) + (xy 54.249196 137.382009) (xy 54.188649 137.3755) (xy 54.188638 137.3755) (xy 52.491362 137.3755) + (xy 52.49135 137.3755) (xy 52.430803 137.382009) (xy 52.430795 137.382011) (xy 52.293797 137.43311) + (xy 52.293792 137.433112) (xy 52.176738 137.520738) (xy 52.089112 137.637792) (xy 52.08911 137.637797) + (xy 52.038011 137.774795) (xy 52.038009 137.774803) (xy 52.0315 137.83535) (xy 52.0315 139.532649) + (xy 50.8605 139.532649) (xy 50.8605 134.112) (xy 57.389693 134.112) (xy 57.408885 134.331371) (xy 57.432736 134.420384) + (xy 57.465879 134.544073) (xy 57.465881 134.544079) (xy 57.553805 134.732633) (xy 57.558944 134.743654) + (xy 57.685251 134.924038) (xy 57.685254 134.924042) (xy 57.840957 135.079745) (xy 57.840961 135.079748) + (xy 57.840962 135.079749) (xy 58.021346 135.206056) (xy 58.021351 135.206058) (xy 58.021351 135.206059) + (xy 58.154358 135.26808) (xy 58.207644 135.314997) (xy 58.227105 135.383274) (xy 58.206564 135.451234) + (xy 58.15436 135.496469) (xy 58.0216 135.558377) (xy 57.96101 135.600801) (xy 58.612209 136.252) + (xy 58.600339 136.252) (xy 58.498606 136.279259) (xy 58.407394 136.33192) (xy 58.33292 136.406394) + (xy 58.280259 136.497606) (xy 58.253 136.599339) (xy 58.253 136.611209) (xy 57.601801 135.96001) + (xy 57.559378 136.020598) (xy 57.466352 136.220092) (xy 57.46635 136.220096) (xy 57.40938 136.432712) + (xy 57.390195 136.652) (xy 57.40938 136.871287) (xy 57.46635 137.083903) (xy 57.466352 137.083907) + (xy 57.559379 137.283403) (xy 57.6018 137.343987) (xy 58.253 136.692788) (xy 58.253 136.704661) + (xy 58.280259 136.806394) (xy 58.33292 136.897606) (xy 58.407394 136.97208) (xy 58.498606 137.024741) + (xy 58.600339 137.052) (xy 58.61221 137.052) (xy 57.961011 137.703197) (xy 57.961011 137.703198) + (xy 58.021597 137.745621) (xy 58.221092 137.838647) (xy 58.221096 137.838649) (xy 58.433712 137.895619) + (xy 58.653 137.914804) (xy 58.872287 137.895619) (xy 59.084903 137.838649) (xy 59.084907 137.838647) + (xy 59.284399 137.745622) (xy 59.344987 137.703197) (xy 59.344987 137.703196) (xy 58.693791 137.052) + (xy 58.705661 137.052) (xy 58.807394 137.024741) (xy 58.898606 136.97208) (xy 58.97308 136.897606) + (xy 59.025741 136.806394) (xy 59.053 136.704661) (xy 59.053 136.692791) (xy 59.704196 137.343987) + (xy 59.704197 137.343987) (xy 59.746622 137.283399) (xy 59.839647 137.083907) (xy 59.839649 137.083903) + (xy 59.896619 136.871287) (xy 59.915804 136.652) (xy 59.896619 136.432712) (xy 59.839649 136.220096) + (xy 59.839647 136.220092) (xy 59.746619 136.020594) (xy 59.704199 135.960011) (xy 59.704197 135.960011) + (xy 59.053 136.611208) (xy 59.053 136.599339) (xy 59.025741 136.497606) (xy 58.97308 136.406394) + (xy 58.898606 136.33192) (xy 58.807394 136.279259) (xy 58.705661 136.252) (xy 58.69379 136.252) + (xy 59.309787 135.636) (xy 61.678502 135.636) (xy 61.698457 135.864087) (xy 61.700063 135.87008) + (xy 61.757715 136.08524) (xy 61.757717 136.085246) (xy 61.848187 136.279259) (xy 61.854477 136.292749) + (xy 61.985802 136.4803) (xy 62.1477 136.642198) (xy 62.335251 136.773523) (xy 62.542757 136.870284) + (xy 62.763913 136.929543) (xy 62.992 136.949498) (xy 63.220087 136.929543) (xy 63.441243 136.870284) + (xy 63.648749 136.773523) (xy 63.8363 136.642198) (xy 63.998198 136.4803) (xy 64.129523 136.292749) + (xy 64.226284 136.085243) (xy 64.285543 135.864087) (xy 64.305498 135.636) (xy 64.285543 135.407913) + (xy 64.226284 135.186757) (xy 64.129523 134.979251) (xy 63.998198 134.7917) (xy 63.8363 134.629802) + (xy 63.648749 134.498477) (xy 63.441246 134.401717) (xy 63.44124 134.401715) (xy 63.347771 134.37667) + (xy 63.220087 134.342457) (xy 62.992 134.322502) (xy 62.763913 134.342457) (xy 62.542759 134.401715) + (xy 62.542753 134.401717) (xy 62.33525 134.498477) (xy 62.147703 134.629799) (xy 62.147697 134.629804) + (xy 61.985804 134.791697) (xy 61.985799 134.791703) (xy 61.854477 134.97925) (xy 61.757717 135.186753) + (xy 61.757715 135.186759) (xy 61.723354 135.314997) (xy 61.698457 135.407913) (xy 61.678502 135.636) + (xy 59.309787 135.636) (xy 59.344987 135.6008) (xy 59.284403 135.558379) (xy 59.15164 135.49647) + (xy 59.098355 135.449552) (xy 59.078894 135.381275) (xy 59.099436 135.313315) (xy 59.151639 135.268081) + (xy 59.284654 135.206056) (xy 59.465038 135.079749) (xy 59.620749 134.924038) (xy 59.747056 134.743654) + (xy 59.84012 134.544076) (xy 59.897115 134.331371) (xy 59.916307 134.112) (xy 59.897115 133.892629) + (xy 59.84012 133.679924) (xy 59.747056 133.480347) (xy 59.620749 133.299962) (xy 59.465038 133.144251) + (xy 59.465037 133.14425) (xy 59.465036 133.144249) (xy 59.465033 133.144247) (xy 59.344306 133.059713) + (xy 59.299977 133.004256) (xy 59.292668 132.933637) (xy 59.324698 132.870276) (xy 59.3859 132.834291) + (xy 59.416576 132.8305) (xy 59.451632 132.8305) (xy 59.451638 132.8305) (xy 59.451645 132.830499) + (xy 59.451649 132.830499) (xy 59.512196 132.82399) (xy 59.512199 132.823989) (xy 59.512201 132.823989) + (xy 59.649204 132.772889) (xy 59.766261 132.685261) (xy 59.853889 132.568204) (xy 59.904989 132.431201) + (xy 59.906592 132.416296) (xy 59.911499 132.370649) (xy 59.9115 132.370632) (xy 59.9115 130.773367) + (xy 59.911499 130.77335) (xy 59.90499 130.712803) (xy 59.904988 130.712795) (xy 59.853889 130.575797) + (xy 59.853887 130.575792) (xy 59.766261 130.458738) (xy 59.649207 130.371112) (xy 59.649202 130.37111) + (xy 59.512204 130.320011) (xy 59.512196 130.320009) (xy 59.451649 130.3135) (xy 59.451638 130.3135) + (xy 57.854362 130.3135) (xy 57.85435 130.3135) (xy 57.793803 130.320009) (xy 57.793795 130.320011) + (xy 57.656797 130.37111) (xy 57.656792 130.371112) (xy 57.539738 130.458738) (xy 57.452112 130.575792) + (xy 57.45211 130.575797) (xy 57.401011 130.712795) (xy 57.401009 130.712803) (xy 57.3945 130.77335) + (xy 57.3945 132.370649) (xy 57.401009 132.431196) (xy 57.401011 132.431204) (xy 57.45211 132.568202) + (xy 57.452112 132.568207) (xy 57.539738 132.685261) (xy 57.656792 132.772887) (xy 57.656794 132.772888) + (xy 57.656796 132.772889) (xy 57.715875 132.794924) (xy 57.793795 132.823988) (xy 57.793803 132.82399) + (xy 57.85435 132.830499) (xy 57.854355 132.830499) (xy 57.854362 132.8305) (xy 57.854368 132.8305) + (xy 57.889423 132.8305) (xy 57.957544 132.850502) (xy 58.004037 132.904158) (xy 58.014141 132.974432) + (xy 57.984647 133.039012) (xy 57.961694 133.059713) (xy 57.840965 133.144248) (xy 57.840959 133.144253) + (xy 57.685253 133.299959) (xy 57.685248 133.299965) (xy 57.558944 133.480346) (xy 57.465881 133.67992) + (xy 57.465879 133.679926) (xy 57.454417 133.722704) (xy 57.408885 133.892629) (xy 57.389693 134.112) + (xy 50.8605 134.112) (xy 50.8605 130.81) (xy 52.053917 130.81) (xy 53.028314 130.81) (xy 53.01992 130.818394) + (xy 52.967259 130.909606) (xy 52.94 131.011339) (xy 52.94 131.116661) (xy 52.967259 131.218394) + (xy 53.01992 131.309606) (xy 53.028314 131.318) (xy 52.053918 131.318) (xy 52.106186 131.513068) + (xy 52.106188 131.513073) (xy 52.202912 131.720498) (xy 52.334184 131.907974) (xy 52.334189 131.90798) + (xy 52.496019 132.06981) (xy 52.496025 132.069815) (xy 52.683501 132.201087) (xy 52.890926 132.297811) + (xy 52.890931 132.297813) (xy 53.086 132.350081) (xy 53.086 131.375686) (xy 53.094394 131.38408) + (xy 53.185606 131.436741) (xy 53.287339 131.464) (xy 53.392661 131.464) (xy 53.494394 131.436741) + (xy 53.585606 131.38408) (xy 53.594 131.375686) (xy 53.594 132.350081) (xy 53.789068 132.297813) + (xy 53.789073 132.297811) (xy 53.996498 132.201087) (xy 54.183974 132.069815) (xy 54.18398 132.06981) + (xy 54.34581 131.90798) (xy 54.345815 131.907974) (xy 54.477087 131.720498) (xy 54.573811 131.513073) + (xy 54.573813 131.513068) (xy 54.626082 131.318) (xy 53.651686 131.318) (xy 53.66008 131.309606) + (xy 53.712741 131.218394) (xy 53.74 131.116661) (xy 53.74 131.011339) (xy 53.712741 130.909606) + (xy 53.66008 130.818394) (xy 53.651686 130.81) (xy 54.626082 130.81) (xy 54.573813 130.614931) (xy 54.573811 130.614926) + (xy 54.477087 130.407501) (xy 54.345815 130.220025) (xy 54.34581 130.220019) (xy 54.18398 130.058189) + (xy 54.183974 130.058184) (xy 53.996498 129.926912) (xy 53.789073 129.830188) (xy 53.789071 129.830187) + (xy 53.594 129.777917) (xy 53.594 130.752314) (xy 53.585606 130.74392) (xy 53.494394 130.691259) + (xy 53.392661 130.664) (xy 53.287339 130.664) (xy 53.185606 130.691259) (xy 53.094394 130.74392) + (xy 53.086 130.752314) (xy 53.086 129.777917) (xy 53.085999 129.777917) (xy 52.890928 129.830187) + (xy 52.890926 129.830188) (xy 52.683501 129.926912) (xy 52.496025 130.058184) (xy 52.496019 130.058189) + (xy 52.334189 130.220019) (xy 52.334184 130.220025) (xy 52.202912 130.407501) (xy 52.106188 130.614926) + (xy 52.106186 130.614931) (xy 52.053917 130.81) (xy 50.8605 130.81) (xy 50.8605 126.492) (xy 53.093195 126.492) + (xy 53.11238 126.711287) (xy 53.16935 126.923903) (xy 53.169352 126.923907) (xy 53.262379 127.123403) + (xy 53.3048 127.183987) (xy 53.956 126.532788) (xy 53.956 126.544661) (xy 53.983259 126.646394) + (xy 54.03592 126.737606) (xy 54.110394 126.81208) (xy 54.201606 126.864741) (xy 54.303339 126.892) + (xy 54.31521 126.892) (xy 53.664011 127.543197) (xy 53.664011 127.543198) (xy 53.724597 127.585621) + (xy 53.924092 127.678647) (xy 53.924096 127.678649) (xy 54.136712 127.735619) (xy 54.356 127.754804) + (xy 54.575287 127.735619) (xy 54.787903 127.678649) (xy 54.787907 127.678647) (xy 54.987399 127.585622) + (xy 55.047987 127.543197) (xy 55.047987 127.543196) (xy 54.396791 126.892) (xy 54.408661 126.892) + (xy 54.510394 126.864741) (xy 54.601606 126.81208) (xy 54.67608 126.737606) (xy 54.728741 126.646394) + (xy 54.756 126.544661) (xy 54.756 126.532791) (xy 55.407196 127.183987) (xy 55.407197 127.183987) + (xy 55.449622 127.123399) (xy 55.511529 126.99064) (xy 55.558446 126.937355) (xy 55.626723 126.917894) + (xy 55.694683 126.938436) (xy 55.739919 126.99064) (xy 55.801944 127.123654) (xy 55.918864 127.290632) + (xy 55.928251 127.304038) (xy 55.928254 127.304042) (xy 56.083957 127.459745) (xy 56.083961 127.459748) + (xy 56.083962 127.459749) (xy 56.264346 127.586056) (xy 56.463924 127.67912) (xy 56.676629 127.736115) + (xy 56.896 127.755307) (xy 57.115371 127.736115) (xy 57.328076 127.67912) (xy 57.527654 127.586056) + (xy 57.708038 127.459749) (xy 57.863749 127.304038) (xy 57.948287 127.183306) (xy 58.003744 127.138977) + (xy 58.074363 127.131668) (xy 58.137724 127.163698) (xy 58.173709 127.2249) (xy 58.1775 127.255576) + (xy 58.1775 127.290649) (xy 58.184009 127.351196) (xy 58.184011 127.351204) (xy 58.23511 127.488202) + (xy 58.235112 127.488207) (xy 58.322738 127.605261) (xy 58.439792 127.692887) (xy 58.439794 127.692888) + (xy 58.439796 127.692889) (xy 58.498875 127.714924) (xy 58.576795 127.743988) (xy 58.576803 127.74399) + (xy 58.63735 127.750499) (xy 58.637355 127.750499) (xy 58.637362 127.7505) (xy 58.637368 127.7505) + (xy 60.234632 127.7505) (xy 60.234638 127.7505) (xy 60.234645 127.750499) (xy 60.234649 127.750499) + (xy 60.295196 127.74399) (xy 60.295199 127.743989) (xy 60.295201 127.743989) (xy 60.432204 127.692889) + (xy 60.451227 127.678649) (xy 60.549261 127.605261) (xy 60.636887 127.488207) (xy 60.636887 127.488206) + (xy 60.636889 127.488204) (xy 60.687989 127.351201) (xy 60.69306 127.304038) (xy 60.694499 127.290649) + (xy 60.6945 127.290632) (xy 60.6945 127) (xy 61.678502 127) (xy 61.698457 127.228086) (xy 61.757715 127.44924) + (xy 61.757717 127.449246) (xy 61.854477 127.656749) (xy 61.923487 127.755306) (xy 61.985802 127.8443) + (xy 62.1477 128.006198) (xy 62.335251 128.137523) (xy 62.542757 128.234284) (xy 62.763913 128.293543) + (xy 62.992 128.313498) (xy 63.220087 128.293543) (xy 63.441243 128.234284) (xy 63.648749 128.137523) + (xy 63.8363 128.006198) (xy 63.998198 127.8443) (xy 64.129523 127.656749) (xy 64.226284 127.449243) + (xy 64.285543 127.228087) (xy 64.305498 127) (xy 64.285543 126.771913) (xy 64.226284 126.550757) + (xy 64.129523 126.343251) (xy 63.998198 126.1557) (xy 63.8363 125.993802) (xy 63.835667 125.993359) + (xy 63.648749 125.862477) (xy 63.441246 125.765717) (xy 63.44124 125.765715) (xy 63.347771 125.74067) + (xy 63.220087 125.706457) (xy 62.992 125.686502) (xy 62.763913 125.706457) (xy 62.542759 125.765715) + (xy 62.542753 125.765717) (xy 62.33525 125.862477) (xy 62.147703 125.993799) (xy 62.147697 125.993804) + (xy 61.985804 126.155697) (xy 61.985799 126.155703) (xy 61.854477 126.34325) (xy 61.757717 126.550753) + (xy 61.757715 126.550759) (xy 61.698457 126.771913) (xy 61.678502 127) (xy 60.6945 127) (xy 60.6945 125.693367) + (xy 60.694499 125.69335) (xy 60.68799 125.632803) (xy 60.687988 125.632795) (xy 60.647501 125.524248) + (xy 60.636889 125.495796) (xy 60.636888 125.495794) (xy 60.636887 125.495792) (xy 60.549261 125.378738) + (xy 60.432207 125.291112) (xy 60.432202 125.29111) (xy 60.295204 125.240011) (xy 60.295196 125.240009) + (xy 60.234649 125.2335) (xy 60.234638 125.2335) (xy 58.637362 125.2335) (xy 58.63735 125.2335) (xy 58.576803 125.240009) + (xy 58.576795 125.240011) (xy 58.439797 125.29111) (xy 58.439792 125.291112) (xy 58.322738 125.378738) + (xy 58.235112 125.495792) (xy 58.23511 125.495797) (xy 58.184011 125.632795) (xy 58.184009 125.632803) + (xy 58.1775 125.69335) (xy 58.1775 125.728423) (xy 58.157498 125.796544) (xy 58.103842 125.843037) + (xy 58.033568 125.853141) (xy 57.968988 125.823647) (xy 57.948287 125.800694) (xy 57.863751 125.679965) + (xy 57.863749 125.679962) (xy 57.708038 125.524251) (xy 57.68107 125.505368) (xy 57.658903 125.489846) + (xy 57.527654 125.397944) (xy 57.52765 125.397942) (xy 57.328079 125.304881) (xy 57.328073 125.304879) + (xy 57.238178 125.280791) (xy 57.115371 125.247885) (xy 56.896 125.228693) (xy 56.676629 125.247885) + (xy 56.463926 125.304879) (xy 56.46392 125.304881) (xy 56.264346 125.397944) (xy 56.083965 125.524248) + (xy 56.083959 125.524253) (xy 55.928253 125.679959) (xy 55.928248 125.679965) (xy 55.801944 125.860346) + (xy 55.739919 125.993359) (xy 55.693001 126.046644) (xy 55.624724 126.066105) (xy 55.556764 126.045563) + (xy 55.511529 125.993359) (xy 55.449619 125.860594) (xy 55.407199 125.800011) (xy 55.407197 125.800011) + (xy 54.756 126.451208) (xy 54.756 126.439339) (xy 54.728741 126.337606) (xy 54.67608 126.246394) + (xy 54.601606 126.17192) (xy 54.510394 126.119259) (xy 54.408661 126.092) (xy 54.39679 126.092) + (xy 55.047987 125.4408) (xy 54.987403 125.398379) (xy 54.787907 125.305352) (xy 54.787903 125.30535) + (xy 54.575287 125.24838) (xy 54.356 125.229195) (xy 54.136712 125.24838) (xy 53.924096 125.30535) + (xy 53.924092 125.305352) (xy 53.724598 125.398378) (xy 53.66401 125.440801) (xy 54.315209 126.092) + (xy 54.303339 126.092) (xy 54.201606 126.119259) (xy 54.110394 126.17192) (xy 54.03592 126.246394) + (xy 53.983259 126.337606) (xy 53.956 126.439339) (xy 53.956 126.451209) (xy 53.304801 125.80001) + (xy 53.262378 125.860598) (xy 53.169352 126.060092) (xy 53.16935 126.060096) (xy 53.11238 126.272712) + (xy 53.093195 126.492) (xy 50.8605 126.492) (xy 50.8605 122.936) (xy 61.678502 122.936) (xy 61.698457 123.164087) + (xy 61.757716 123.385243) (xy 61.854477 123.592749) (xy 61.985802 123.7803) (xy 62.1477 123.942198) + (xy 62.335251 124.073523) (xy 62.542757 124.170284) (xy 62.763913 124.229543) (xy 62.992 124.249498) + (xy 63.220087 124.229543) (xy 63.441243 124.170284) (xy 63.648749 124.073523) (xy 63.8363 123.942198) + (xy 63.998198 123.7803) (xy 64.129523 123.592749) (xy 64.226284 123.385243) (xy 64.285543 123.164087) + (xy 64.305498 122.936) (xy 64.285543 122.707913) (xy 64.226284 122.486757) (xy 64.129523 122.279251) + (xy 63.998198 122.0917) (xy 63.8363 121.929802) (xy 63.648749 121.798477) (xy 63.45793 121.709497) + (xy 63.441246 121.701717) (xy 63.44124 121.701715) (xy 63.347771 121.67667) (xy 63.220087 121.642457) + (xy 62.992 121.622502) (xy 62.763913 121.642457) (xy 62.542759 121.701715) (xy 62.542753 121.701717) + (xy 62.33525 121.798477) (xy 62.147703 121.929799) (xy 62.147697 121.929804) (xy 61.985804 122.091697) + (xy 61.985799 122.091703) (xy 61.854477 122.27925) (xy 61.757717 122.486753) (xy 61.757716 122.486757) + (xy 61.698457 122.707913) (xy 61.678502 122.936) (xy 50.8605 122.936) (xy 50.8605 120.396) (xy 55.582502 120.396) + (xy 55.602457 120.624087) (xy 55.661716 120.845243) (xy 55.758477 121.052749) (xy 55.889802 121.2403) + (xy 56.0517 121.402198) (xy 56.239251 121.533523) (xy 56.446757 121.630284) (xy 56.667913 121.689543) + (xy 56.896 121.709498) (xy 57.124087 121.689543) (xy 57.345243 121.630284) (xy 57.552749 121.533523) + (xy 57.7403 121.402198) (xy 57.902198 121.2403) (xy 58.033523 121.052749) (xy 58.033523 121.052748) + (xy 58.033525 121.052746) (xy 58.036274 121.047985) (xy 58.038245 121.049122) (xy 58.078713 121.003154) + (xy 58.146989 120.983687) (xy 58.214951 121.004223) (xy 58.253822 121.049083) (xy 58.255726 121.047985) + (xy 58.258474 121.052746) (xy 58.389799 121.240296) (xy 58.389802 121.2403) (xy 58.5517 121.402198) + (xy 58.739251 121.533523) (xy 58.946757 121.630284) (xy 59.167913 121.689543) (xy 59.396 121.709498) + (xy 59.624087 121.689543) (xy 59.845243 121.630284) (xy 60.052749 121.533523) (xy 60.2403 121.402198) + (xy 60.402198 121.2403) (xy 60.533523 121.052749) (xy 60.630284 120.845243) (xy 60.689543 120.624087) + (xy 60.709498 120.396) (xy 60.689543 120.167913) (xy 60.630284 119.946757) (xy 60.533523 119.739251) + (xy 60.402198 119.5517) (xy 60.2403 119.389802) (xy 60.161029 119.334296) (xy 60.052749 119.258477) + (xy 59.845246 119.161717) (xy 59.84524 119.161715) (xy 59.751771 119.13667) (xy 59.624087 119.102457) + (xy 59.396 119.082502) (xy 59.167913 119.102457) (xy 58.946759 119.161715) (xy 58.946753 119.161717) + (xy 58.73925 119.258477) (xy 58.551703 119.389799) (xy 58.551697 119.389804) (xy 58.389804 119.551697) + (xy 58.389799 119.551703) (xy 58.258474 119.739253) (xy 58.255726 119.744015) (xy 58.253761 119.74288) + (xy 58.213255 119.788865) (xy 58.144974 119.808312) (xy 58.077018 119.787756) (xy 58.038168 119.742921) + (xy 58.036274 119.744015) (xy 58.033525 119.739253) (xy 57.9022 119.551703) (xy 57.902195 119.551697) + (xy 57.740302 119.389804) (xy 57.740296 119.389799) (xy 57.552749 119.258477) (xy 57.345246 119.161717) + (xy 57.34524 119.161715) (xy 57.251771 119.13667) (xy 57.124087 119.102457) (xy 56.896 119.082502) + (xy 56.667913 119.102457) (xy 56.446759 119.161715) (xy 56.446753 119.161717) (xy 56.23925 119.258477) + (xy 56.051703 119.389799) (xy 56.051697 119.389804) (xy 55.889804 119.551697) (xy 55.889799 119.551703) + (xy 55.758477 119.73925) (xy 55.661717 119.946753) (xy 55.661716 119.946757) (xy 55.602457 120.167913) + (xy 55.582502 120.396) (xy 50.8605 120.396) (xy 50.8605 116.586) (xy 52.053917 116.586) (xy 53.028314 116.586) + (xy 53.01992 116.594394) (xy 52.967259 116.685606) (xy 52.94 116.787339) (xy 52.94 116.892661) (xy 52.967259 116.994394) + (xy 53.01992 117.085606) (xy 53.028314 117.094) (xy 52.053918 117.094) (xy 52.106186 117.289068) + (xy 52.106188 117.289073) (xy 52.202912 117.496498) (xy 52.334184 117.683974) (xy 52.334189 117.68398) + (xy 52.496019 117.84581) (xy 52.496025 117.845815) (xy 52.683501 117.977087) (xy 52.890926 118.073811) + (xy 52.890931 118.073813) (xy 53.086 118.126081) (xy 53.086 117.151686) (xy 53.094394 117.16008) + (xy 53.185606 117.212741) (xy 53.287339 117.24) (xy 53.392661 117.24) (xy 53.494394 117.212741) + (xy 53.585606 117.16008) (xy 53.594 117.151686) (xy 53.594 118.126081) (xy 53.789068 118.073813) + (xy 53.789073 118.073811) (xy 53.996498 117.977087) (xy 54.183974 117.845815) (xy 54.18398 117.84581) + (xy 54.341141 117.688649) (xy 59.6515 117.688649) (xy 59.658009 117.749196) (xy 59.658011 117.749204) + (xy 59.70911 117.886202) (xy 59.709112 117.886207) (xy 59.796738 118.003261) (xy 59.913792 118.090887) + (xy 59.913794 118.090888) (xy 59.913796 118.090889) (xy 59.972875 118.112924) (xy 60.050795 118.141988) + (xy 60.050803 118.14199) (xy 60.11135 118.148499) (xy 60.111355 118.148499) (xy 60.111362 118.1485) + (xy 60.111368 118.1485) (xy 61.808632 118.1485) (xy 61.808638 118.1485) (xy 61.808645 118.148499) + (xy 61.808649 118.148499) (xy 61.869196 118.14199) (xy 61.869199 118.141989) (xy 61.869201 118.141989) + (xy 62.006204 118.090889) (xy 62.029018 118.073811) (xy 62.123261 118.003261) (xy 62.210887 117.886207) + (xy 62.210887 117.886206) (xy 62.210889 117.886204) (xy 62.261989 117.749201) (xy 62.2685 117.688638) + (xy 62.2685 115.991362) (xy 62.268499 115.99135) (xy 62.26199 115.930803) (xy 62.261988 115.930795) + (xy 62.210889 115.793797) (xy 62.210887 115.793792) (xy 62.123261 115.676738) (xy 62.006207 115.589112) + (xy 62.006202 115.58911) (xy 61.869204 115.538011) (xy 61.869196 115.538009) (xy 61.808649 115.5315) + (xy 61.808638 115.5315) (xy 60.111362 115.5315) (xy 60.11135 115.5315) (xy 60.050803 115.538009) + (xy 60.050795 115.538011) (xy 59.913797 115.58911) (xy 59.913792 115.589112) (xy 59.796738 115.676738) + (xy 59.709112 115.793792) (xy 59.70911 115.793797) (xy 59.658011 115.930795) (xy 59.658009 115.930803) + (xy 59.6515 115.99135) (xy 59.6515 117.688649) (xy 54.341141 117.688649) (xy 54.34581 117.68398) + (xy 54.345815 117.683974) (xy 54.477087 117.496498) (xy 54.573811 117.289073) (xy 54.573813 117.289068) + (xy 54.626082 117.094) (xy 53.651686 117.094) (xy 53.66008 117.085606) (xy 53.712741 116.994394) + (xy 53.74 116.892661) (xy 53.74 116.787339) (xy 53.712741 116.685606) (xy 53.66008 116.594394) (xy 53.651686 116.586) + (xy 54.626082 116.586) (xy 54.573813 116.390931) (xy 54.573811 116.390926) (xy 54.477087 116.183501) + (xy 54.345815 115.996025) (xy 54.34581 115.996019) (xy 54.18398 115.834189) (xy 54.183974 115.834184) + (xy 53.996498 115.702912) (xy 53.789073 115.606188) (xy 53.789071 115.606187) (xy 53.594 115.553917) + (xy 53.594 116.528314) (xy 53.585606 116.51992) (xy 53.494394 116.467259) (xy 53.392661 116.44) + (xy 53.287339 116.44) (xy 53.185606 116.467259) (xy 53.094394 116.51992) (xy 53.086 116.528314) + (xy 53.086 115.553917) (xy 53.085999 115.553917) (xy 52.890928 115.606187) (xy 52.890926 115.606188) + (xy 52.683501 115.702912) (xy 52.496025 115.834184) (xy 52.496019 115.834189) (xy 52.334189 115.996019) + (xy 52.334184 115.996025) (xy 52.202912 116.183501) (xy 52.106188 116.390926) (xy 52.106186 116.390931) + (xy 52.053917 116.586) (xy 50.8605 116.586) (xy 50.8605 112.776) (xy 52.026502 112.776) (xy 52.046457 113.004087) + (xy 52.054418 113.033796) (xy 52.105715 113.22524) (xy 52.105717 113.225246) (xy 52.202477 113.432749) + (xy 52.313426 113.591201) (xy 52.333802 113.6203) (xy 52.4957 113.782198) (xy 52.683251 113.913523) + (xy 52.890757 114.010284) (xy 53.111913 114.069543) (xy 53.34 114.089498) (xy 53.568087 114.069543) + (xy 53.789243 114.010284) (xy 53.996749 113.913523) (xy 54.1843 113.782198) (xy 54.346198 113.6203) + (xy 54.477523 113.432749) (xy 54.574284 113.225243) (xy 54.633543 113.004087) (xy 54.653498 112.776) + (xy 54.633543 112.547913) (xy 54.574284 112.326757) (xy 54.477523 112.119251) (xy 54.346198 111.9317) + (xy 54.1843 111.769802) (xy 53.996749 111.638477) (xy 53.789246 111.541717) (xy 53.78924 111.541715) + (xy 53.695771 111.51667) (xy 53.568087 111.482457) (xy 53.34 111.462502) (xy 53.111913 111.482457) + (xy 52.890759 111.541715) (xy 52.890753 111.541717) (xy 52.68325 111.638477) (xy 52.495703 111.769799) + (xy 52.495697 111.769804) (xy 52.333804 111.931697) (xy 52.333799 111.931703) (xy 52.202477 112.11925) + (xy 52.105717 112.326753) (xy 52.105716 112.326757) (xy 52.046457 112.547913) (xy 52.026502 112.776) + (xy 50.8605 112.776) (xy 50.8605 107.929) (xy 53.728195 107.929) (xy 53.74738 108.148287) (xy 53.80435 108.360903) + (xy 53.804352 108.360907) (xy 53.897379 108.560403) (xy 53.9398 108.620987) (xy 54.591 107.969788) + (xy 54.591 107.981661) (xy 54.618259 108.083394) (xy 54.67092 108.174606) (xy 54.745394 108.24908) + (xy 54.836606 108.301741) (xy 54.938339 108.329) (xy 54.95021 108.329) (xy 54.299011 108.980197) + (xy 54.299011 108.980198) (xy 54.359597 109.022621) (xy 54.559092 109.115647) (xy 54.559096 109.115649) + (xy 54.771712 109.172619) (xy 54.991 109.191804) (xy 55.210287 109.172619) (xy 55.422903 109.115649) + (xy 55.422907 109.115647) (xy 55.622399 109.022622) (xy 55.682987 108.980197) (xy 55.682987 108.980196) + (xy 55.031791 108.329) (xy 55.043661 108.329) (xy 55.145394 108.301741) (xy 55.236606 108.24908) + (xy 55.31108 108.174606) (xy 55.363741 108.083394) (xy 55.391 107.981661) (xy 55.391 107.969791) + (xy 56.042196 108.620987) (xy 56.042197 108.620987) (xy 56.084622 108.560399) (xy 56.146529 108.42764) + (xy 56.193446 108.374355) (xy 56.261723 108.354894) (xy 56.329683 108.375436) (xy 56.374919 108.42764) + (xy 56.436944 108.560654) (xy 56.536053 108.702195) (xy 56.563251 108.741038) (xy 56.563254 108.741042) + (xy 56.718957 108.896745) (xy 56.718961 108.896748) (xy 56.718962 108.896749) (xy 56.899346 109.023056) + (xy 57.098924 109.11612) (xy 57.311629 109.173115) (xy 57.531 109.192307) (xy 57.750371 109.173115) + (xy 57.963076 109.11612) (xy 58.162654 109.023056) (xy 58.343038 108.896749) (xy 58.498749 108.741038) + (xy 58.583287 108.620306) (xy 58.638744 108.575977) (xy 58.709363 108.568668) (xy 58.772724 108.600698) + (xy 58.808709 108.6619) (xy 58.8125 108.692576) (xy 58.8125 108.727649) (xy 58.819009 108.788196) + (xy 58.819011 108.788204) (xy 58.87011 108.925202) (xy 58.870112 108.925207) (xy 58.957738 109.042261) + (xy 59.074792 109.129887) (xy 59.074794 109.129888) (xy 59.074796 109.129889) (xy 59.133875 109.151924) + (xy 59.211795 109.180988) (xy 59.211803 109.18099) (xy 59.27235 109.187499) (xy 59.272355 109.187499) + (xy 59.272362 109.1875) (xy 59.272368 109.1875) (xy 60.869632 109.1875) (xy 60.869638 109.1875) + (xy 60.869645 109.187499) (xy 60.869649 109.187499) (xy 60.930196 109.18099) (xy 60.930199 109.180989) + (xy 60.930201 109.180989) (xy 61.067204 109.129889) (xy 61.086227 109.115649) (xy 61.184261 109.042261) + (xy 61.271887 108.925207) (xy 61.271887 108.925206) (xy 61.271889 108.925204) (xy 61.322989 108.788201) + (xy 61.32806 108.741038) (xy 61.329499 108.727649) (xy 61.3295 108.727632) (xy 61.3295 107.696) + (xy 61.678502 107.696) (xy 61.698457 107.924087) (xy 61.699774 107.929001) (xy 61.757715 108.14524) + (xy 61.757717 108.145246) (xy 61.854477 108.352749) (xy 61.860186 108.360903) (xy 61.985802 108.5403) + (xy 62.1477 108.702198) (xy 62.335251 108.833523) (xy 62.542757 108.930284) (xy 62.763913 108.989543) + (xy 62.992 109.009498) (xy 63.220087 108.989543) (xy 63.441243 108.930284) (xy 63.648749 108.833523) + (xy 63.8363 108.702198) (xy 63.998198 108.5403) (xy 64.129523 108.352749) (xy 64.226284 108.145243) + (xy 64.285543 107.924087) (xy 64.305498 107.696) (xy 64.285543 107.467913) (xy 64.226284 107.246757) + (xy 64.129523 107.039251) (xy 63.998198 106.8517) (xy 63.8363 106.689802) (xy 63.826317 106.682812) + (xy 63.648749 106.558477) (xy 63.441246 106.461717) (xy 63.44124 106.461715) (xy 63.347771 106.43667) + (xy 63.220087 106.402457) (xy 62.992 106.382502) (xy 62.763913 106.402457) (xy 62.542759 106.461715) + (xy 62.542753 106.461717) (xy 62.33525 106.558477) (xy 62.147703 106.689799) (xy 62.147697 106.689804) + (xy 61.985804 106.851697) (xy 61.985799 106.851703) (xy 61.854477 107.03925) (xy 61.757717 107.246753) + (xy 61.757715 107.246759) (xy 61.74416 107.297347) (xy 61.698457 107.467913) (xy 61.678502 107.696) + (xy 61.3295 107.696) (xy 61.3295 107.130367) (xy 61.329499 107.13035) (xy 61.32299 107.069803) (xy 61.322988 107.069795) + (xy 61.271889 106.932797) (xy 61.271887 106.932792) (xy 61.184261 106.815738) (xy 61.067207 106.728112) + (xy 61.067202 106.72811) (xy 60.930204 106.677011) (xy 60.930196 106.677009) (xy 60.869649 106.6705) + (xy 60.869638 106.6705) (xy 59.272362 106.6705) (xy 59.27235 106.6705) (xy 59.211803 106.677009) + (xy 59.211795 106.677011) (xy 59.074797 106.72811) (xy 59.074792 106.728112) (xy 58.957738 106.815738) + (xy 58.870112 106.932792) (xy 58.87011 106.932797) (xy 58.819011 107.069795) (xy 58.819009 107.069803) + (xy 58.8125 107.13035) (xy 58.8125 107.165423) (xy 58.792498 107.233544) (xy 58.738842 107.280037) + (xy 58.668568 107.290141) (xy 58.603988 107.260647) (xy 58.583287 107.237694) (xy 58.498751 107.116965) + (xy 58.498749 107.116962) (xy 58.343038 106.961251) (xy 58.162654 106.834944) (xy 58.160709 106.834037) + (xy 57.963079 106.741881) (xy 57.963073 106.741879) (xy 57.873178 106.717791) (xy 57.750371 106.684885) + (xy 57.531 106.665693) (xy 57.311629 106.684885) (xy 57.098926 106.741879) (xy 57.09892 106.741881) + (xy 56.899346 106.834944) (xy 56.718965 106.961248) (xy 56.718959 106.961253) (xy 56.563253 107.116959) + (xy 56.563248 107.116965) (xy 56.436944 107.297346) (xy 56.374919 107.430359) (xy 56.328001 107.483644) + (xy 56.259724 107.503105) (xy 56.191764 107.482563) (xy 56.146529 107.430359) (xy 56.084619 107.297594) + (xy 56.042199 107.237011) (xy 56.042197 107.237011) (xy 55.391 107.888208) (xy 55.391 107.876339) + (xy 55.363741 107.774606) (xy 55.31108 107.683394) (xy 55.236606 107.60892) (xy 55.145394 107.556259) + (xy 55.043661 107.529) (xy 55.03179 107.529) (xy 55.682987 106.8778) (xy 55.622403 106.835379) (xy 55.422907 106.742352) + (xy 55.422903 106.74235) (xy 55.210287 106.68538) (xy 54.991 106.666195) (xy 54.771712 106.68538) + (xy 54.559096 106.74235) (xy 54.559092 106.742352) (xy 54.359598 106.835378) (xy 54.29901 106.877801) + (xy 54.950209 107.529) (xy 54.938339 107.529) (xy 54.836606 107.556259) (xy 54.745394 107.60892) + (xy 54.67092 107.683394) (xy 54.618259 107.774606) (xy 54.591 107.876339) (xy 54.591 107.888209) + (xy 53.939801 107.23701) (xy 53.897378 107.297598) (xy 53.804352 107.497092) (xy 53.80435 107.497096) + (xy 53.74738 107.709712) (xy 53.728195 107.929) (xy 50.8605 107.929) (xy 50.8605 96.566609) (xy 52.409499 96.566609) + (xy 52.422867 96.633813) (xy 52.443682 96.738457) (xy 52.510734 96.900335) (xy 52.608079 97.046022) + (xy 54.423977 98.86192) (xy 54.569664 98.959265) (xy 54.731542 99.026317) (xy 54.903392 99.0605) + (xy 54.903393 99.0605) (xy 58.003939 99.0605) (xy 58.07206 99.080502) (xy 58.118553 99.134158) (xy 58.128657 99.204432) + (xy 58.099163 99.269012) (xy 58.057189 99.300695) (xy 57.90325 99.372477) (xy 57.715703 99.503799) + (xy 57.715697 99.503804) (xy 57.553804 99.665697) (xy 57.553799 99.665703) (xy 57.422477 99.85325) + (xy 57.325717 100.060753) (xy 57.325715 100.060759) (xy 57.29 100.194049) (xy 57.266457 100.281913) + (xy 57.246502 100.51) (xy 57.266457 100.738087) (xy 57.29 100.82595) (xy 57.325715 100.95924) (xy 57.325717 100.959246) + (xy 57.422477 101.166749) (xy 57.553092 101.353287) (xy 57.553802 101.3543) (xy 57.7157 101.516198) + (xy 57.903251 101.647523) (xy 58.110757 101.744284) (xy 58.331913 101.803543) (xy 58.56 101.823498) + (xy 58.788087 101.803543) (xy 59.009243 101.744284) (xy 59.216749 101.647523) (xy 59.4043 101.516198) + (xy 59.566198 101.3543) (xy 59.697523 101.166749) (xy 59.715805 101.127543) (xy 59.762721 101.074258) + (xy 59.830998 101.054796) (xy 59.898958 101.075337) (xy 59.944195 101.127543) (xy 59.962476 101.166747) + (xy 60.093092 101.353287) (xy 60.093802 101.3543) (xy 60.2557 101.516198) (xy 60.443251 101.647523) + (xy 60.650757 101.744284) (xy 60.871913 101.803543) (xy 61.1 101.823498) (xy 61.328087 101.803543) + (xy 61.549243 101.744284) (xy 61.756749 101.647523) (xy 61.9443 101.516198) (xy 62.106198 101.3543) + (xy 62.237523 101.166749) (xy 62.255805 101.127543) (xy 62.302721 101.074258) (xy 62.370998 101.054796) + (xy 62.438958 101.075337) (xy 62.484195 101.127543) (xy 62.502476 101.166747) (xy 62.633092 101.353287) + (xy 62.633802 101.3543) (xy 62.7957 101.516198) (xy 62.983251 101.647523) (xy 63.190757 101.744284) + (xy 63.411913 101.803543) (xy 63.64 101.823498) (xy 63.868087 101.803543) (xy 64.089243 101.744284) + (xy 64.296749 101.647523) (xy 64.4843 101.516198) (xy 64.646198 101.3543) (xy 64.648943 101.350378) + (xy 64.704396 101.306048) (xy 64.775015 101.298734) (xy 64.838378 101.330761) (xy 64.874367 101.39196) + (xy 64.877437 101.409168) (xy 64.878504 101.41909) (xy 64.878504 101.419091) (xy 64.929555 101.555964) + (xy 64.929555 101.555965) (xy 65.017095 101.672904) (xy 65.134034 101.760444) (xy 65.270906 101.811494) + (xy 65.331402 101.817999) (xy 65.331415 101.818) (xy 65.926 101.818) (xy 65.926 100.821686) (xy 65.934394 100.83008) + (xy 66.025606 100.882741) (xy 66.127339 100.91) (xy 66.232661 100.91) (xy 66.334394 100.882741) + (xy 66.425606 100.83008) (xy 66.434 100.821686) (xy 66.434 101.818) (xy 67.028585 101.818) (xy 67.028597 101.817999) + (xy 67.089093 101.811494) (xy 67.225964 101.760444) (xy 67.225965 101.760444) (xy 67.342904 101.672904) + (xy 67.430444 101.555965) (xy 67.430444 101.555964) (xy 67.481494 101.419093) (xy 67.487999 101.358597) + (xy 67.488 101.358585) (xy 67.488 100.764) (xy 66.491686 100.764) (xy 66.50008 100.755606) (xy 66.552741 100.664394) + (xy 66.58 100.562661) (xy 66.58 100.457339) (xy 66.552741 100.355606) (xy 66.50008 100.264394) (xy 66.491686 100.256) + (xy 67.488 100.256) (xy 67.488 99.661414) (xy 67.487999 99.661402) (xy 67.481494 99.600906) (xy 67.430444 99.464035) + (xy 67.430444 99.464034) (xy 67.342904 99.347095) (xy 67.225965 99.259555) (xy 67.089093 99.208505) + (xy 67.028597 99.202) (xy 66.434 99.202) (xy 66.434 100.198314) (xy 66.425606 100.18992) (xy 66.334394 100.137259) + (xy 66.232661 100.11) (xy 66.127339 100.11) (xy 66.025606 100.137259) (xy 65.934394 100.18992) (xy 65.926 100.198314) + (xy 65.926 99.201999) (xy 65.912796 99.188795) (xy 65.889646 99.181998) (xy 65.843153 99.128342) + (xy 65.833049 99.058068) (xy 65.862543 98.993488) (xy 65.905174 98.962744) (xy 65.904875 98.962184) + (xy 65.909039 98.959957) (xy 65.909547 98.959592) (xy 65.909691 98.959532) (xy 65.910336 98.959265) + (xy 66.056023 98.86192) (xy 67.889942 97.028) (xy 69.298502 97.028) (xy 69.318457 97.256087) (xy 69.377716 97.477243) + (xy 69.474477 97.684749) (xy 69.605802 97.8723) (xy 69.7677 98.034198) (xy 69.955251 98.165523) + (xy 70.162757 98.262284) (xy 70.383913 98.321543) (xy 70.612 98.341498) (xy 70.840087 98.321543) + (xy 71.061243 98.262284) (xy 71.268749 98.165523) (xy 71.4563 98.034198) (xy 71.618198 97.8723) + (xy 71.749523 97.684749) (xy 71.846284 97.477243) (xy 71.905543 97.256087) (xy 71.925498 97.028) + (xy 79.458502 97.028) (xy 79.478457 97.256087) (xy 79.537716 97.477243) (xy 79.634477 97.684749) + (xy 79.765802 97.8723) (xy 79.9277 98.034198) (xy 80.115251 98.165523) (xy 80.322757 98.262284) + (xy 80.543913 98.321543) (xy 80.772 98.341498) (xy 81.000087 98.321543) (xy 81.221243 98.262284) + (xy 81.428749 98.165523) (xy 81.6163 98.034198) (xy 81.778198 97.8723) (xy 81.909523 97.684749) + (xy 82.006284 97.477243) (xy 82.065543 97.256087) (xy 82.085498 97.028) (xy 82.065543 96.799913) + (xy 82.006284 96.578757) (xy 81.909523 96.371251) (xy 81.778198 96.1837) (xy 81.6163 96.021802) + (xy 81.428749 95.890477) (xy 81.221246 95.793717) (xy 81.22124 95.793715) (xy 81.127771 95.76867) + (xy 81.000087 95.734457) (xy 80.772 95.714502) (xy 80.543913 95.734457) (xy 80.322759 95.793715) + (xy 80.322753 95.793717) (xy 80.11525 95.890477) (xy 79.927703 96.021799) (xy 79.927697 96.021804) + (xy 79.765804 96.183697) (xy 79.765799 96.183703) (xy 79.634477 96.37125) (xy 79.537717 96.578753) + (xy 79.537715 96.578759) (xy 79.494924 96.738457) (xy 79.478457 96.799913) (xy 79.458502 97.028) + (xy 71.925498 97.028) (xy 71.905543 96.799913) (xy 71.846284 96.578757) (xy 71.749523 96.371251) + (xy 71.618198 96.1837) (xy 71.4563 96.021802) (xy 71.268749 95.890477) (xy 71.061246 95.793717) + (xy 71.06124 95.793715) (xy 70.967771 95.76867) (xy 70.840087 95.734457) (xy 70.612 95.714502) (xy 70.383913 95.734457) + (xy 70.162759 95.793715) (xy 70.162753 95.793717) (xy 69.95525 95.890477) (xy 69.767703 96.021799) + (xy 69.767697 96.021804) (xy 69.605804 96.183697) (xy 69.605799 96.183703) (xy 69.474477 96.37125) + (xy 69.377717 96.578753) (xy 69.377715 96.578759) (xy 69.334924 96.738457) (xy 69.318457 96.799913) + (xy 69.298502 97.028) (xy 67.889942 97.028) (xy 70.109291 94.808649) (xy 77.3315 94.808649) (xy 77.338009 94.869196) + (xy 77.338011 94.869204) (xy 77.38911 95.006202) (xy 77.389112 95.006207) (xy 77.476738 95.123261) + (xy 77.593792 95.210887) (xy 77.593794 95.210888) (xy 77.593796 95.210889) (xy 77.645243 95.230078) + (xy 77.730795 95.261988) (xy 77.730803 95.26199) (xy 77.79135 95.268499) (xy 77.791355 95.268499) + (xy 77.791362 95.2685) (xy 77.791368 95.2685) (xy 79.688632 95.2685) (xy 79.688638 95.2685) (xy 79.688645 95.268499) + (xy 79.688649 95.268499) (xy 79.749196 95.26199) (xy 79.749199 95.261989) (xy 79.749201 95.261989) + (xy 79.886204 95.210889) (xy 79.938158 95.171997) (xy 80.003261 95.123261) (xy 80.090887 95.006207) + (xy 80.090888 95.006205) (xy 80.090887 95.006205) (xy 80.090889 95.006204) (xy 80.104828 94.968832) + (xy 80.147372 94.911999) (xy 80.213891 94.887187) (xy 80.283266 94.902278) (xy 80.300273 94.913434) + (xy 80.371452 94.968835) (xy 80.466983 95.04319) (xy 80.672273 95.154287) (xy 80.893049 95.23008) + (xy 81.123288 95.2685) (xy 81.123292 95.2685) (xy 81.356708 95.2685) (xy 81.356712 95.2685) (xy 81.586951 95.23008) + (xy 81.807727 95.154287) (xy 82.013017 95.04319) (xy 82.19722 94.899818) (xy 82.355314 94.728083) + (xy 82.384517 94.683383) (xy 82.438519 94.637296) (xy 82.508867 94.62772) (xy 82.573225 94.657696) + (xy 82.595481 94.683382) (xy 82.624686 94.728083) (xy 82.624687 94.728084) (xy 82.782774 94.899813) + (xy 82.782778 94.899817) (xy 82.848443 94.950926) (xy 82.966983 95.04319) (xy 83.172273 95.154287) + (xy 83.393049 95.23008) (xy 83.623288 95.2685) (xy 83.623292 95.2685) (xy 83.856708 95.2685) (xy 83.856712 95.2685) + (xy 84.086951 95.23008) (xy 84.307727 95.154287) (xy 84.513017 95.04319) (xy 84.69722 94.899818) + (xy 84.725403 94.869204) (xy 84.855314 94.728083) (xy 84.870648 94.704613) (xy 84.982984 94.532669) + (xy 85.076749 94.318907) (xy 85.134051 94.092626) (xy 85.153327 93.86) (xy 85.134051 93.627374) + (xy 85.103706 93.507543) (xy 85.07675 93.401096) (xy 85.076747 93.401089) (xy 85.049617 93.33924) + (xy 84.982984 93.187331) (xy 84.944278 93.128087) (xy 84.855314 92.991916) (xy 84.697225 92.820186) + (xy 84.697221 92.820182) (xy 84.605118 92.748496) (xy 84.513017 92.67681) (xy 84.307727 92.565713) + (xy 84.307724 92.565712) (xy 84.307723 92.565711) (xy 84.086955 92.489921) (xy 84.086948 92.489919) + (xy 83.988411 92.473476) (xy 83.856712 92.4515) (xy 83.623288 92.4515) (xy 83.508066 92.470727) + (xy 83.393051 92.489919) (xy 83.393044 92.489921) (xy 83.172276 92.565711) (xy 83.172273 92.565713) + (xy 82.966985 92.676809) (xy 82.966983 92.67681) (xy 82.782778 92.820182) (xy 82.782774 92.820186) + (xy 82.624685 92.991916) (xy 82.595483 93.036615) (xy 82.54148 93.082704) (xy 82.471132 93.092279) + (xy 82.406774 93.062302) (xy 82.384517 93.036615) (xy 82.355314 92.991916) (xy 82.197225 92.820186) + (xy 82.197221 92.820182) (xy 82.105118 92.748496) (xy 82.013017 92.67681) (xy 81.807727 92.565713) + (xy 81.807724 92.565712) (xy 81.807723 92.565711) (xy 81.586955 92.489921) (xy 81.586948 92.489919) + (xy 81.488411 92.473476) (xy 81.356712 92.4515) (xy 81.123288 92.4515) (xy 81.008066 92.470727) + (xy 80.893051 92.489919) (xy 80.893044 92.489921) (xy 80.672276 92.565711) (xy 80.672273 92.565713) + (xy 80.466983 92.67681) (xy 80.334406 92.78) (xy 80.300274 92.806566) (xy 80.234232 92.832622) (xy 80.164586 92.818837) + (xy 80.11345 92.769587) (xy 80.104828 92.751167) (xy 80.090889 92.713796) (xy 80.090887 92.713792) + (xy 80.003261 92.596738) (xy 79.886207 92.509112) (xy 79.886202 92.50911) (xy 79.749204 92.458011) + (xy 79.749196 92.458009) (xy 79.688649 92.4515) (xy 79.688638 92.4515) (xy 77.791362 92.4515) (xy 77.79135 92.4515) + (xy 77.730803 92.458009) (xy 77.730795 92.458011) (xy 77.593797 92.50911) (xy 77.593792 92.509112) + (xy 77.476738 92.596738) (xy 77.389112 92.713792) (xy 77.38911 92.713797) (xy 77.338011 92.850795) + (xy 77.338009 92.850803) (xy 77.3315 92.91135) (xy 77.3315 94.808649) (xy 70.109291 94.808649) (xy 70.787538 94.130402) + (xy 70.84985 94.096378) (xy 70.876633 94.093498) (xy 70.879994 94.093498) (xy 70.879997 94.093497) + (xy 70.88 94.093498) (xy 71.108087 94.073543) (xy 71.329243 94.014284) (xy 71.536749 93.917523) + (xy 71.7243 93.786198) (xy 71.886198 93.6243) (xy 72.017523 93.436749) (xy 72.114284 93.229243) + (xy 72.173543 93.008087) (xy 72.193498 92.78) (xy 72.173543 92.551913) (xy 72.114284 92.330757) + (xy 72.017523 92.123251) (xy 71.886198 91.9357) (xy 71.7243 91.773802) (xy 71.724296 91.773799) + (xy 71.536746 91.642474) (xy 71.531985 91.639726) (xy 71.533023 91.637927) (xy 71.486532 91.596963) + (xy 71.467095 91.528679) (xy 71.487661 91.460726) (xy 71.532782 91.421664) (xy 71.53173 91.419841) + (xy 71.536496 91.417088) (xy 71.607888 91.367099) (xy 71.607888 91.367097) (xy 70.920791 90.68) + (xy 70.932661 90.68) (xy 71.034394 90.652741) (xy 71.125606 90.60008) (xy 71.20008 90.525606) (xy 71.252741 90.434394) + (xy 71.28 90.332661) (xy 71.28 90.320791) (xy 71.967097 91.007888) (xy 71.967099 91.007888) (xy 72.017088 90.936497) + (xy 72.113811 90.729073) (xy 72.113813 90.729068) (xy 72.173048 90.508002) (xy 72.192995 90.28) + (xy 72.173048 90.051997) (xy 72.113813 89.830931) (xy 72.113811 89.830926) (xy 72.017086 89.623498) + (xy 71.9671 89.55211) (xy 71.967098 89.55211) (xy 71.28 90.239208) (xy 71.28 90.227339) (xy 71.252741 90.125606) + (xy 71.20008 90.034394) (xy 71.125606 89.95992) (xy 71.034394 89.907259) (xy 70.932661 89.88) (xy 70.92079 89.88) + (xy 71.607888 89.192899) (xy 71.607888 89.192898) (xy 71.536501 89.142913) (xy 71.329073 89.046188) + (xy 71.329068 89.046186) (xy 71.108 88.986951) (xy 71.108004 88.986951) (xy 70.88 88.967004) (xy 70.651997 88.986951) + (xy 70.430931 89.046186) (xy 70.430926 89.046188) (xy 70.2235 89.142913) (xy 70.152109 89.1929) + (xy 70.839209 89.88) (xy 70.827339 89.88) (xy 70.725606 89.907259) (xy 70.634394 89.95992) (xy 70.55992 90.034394) + (xy 70.507259 90.125606) (xy 70.48 90.227339) (xy 70.48 90.239209) (xy 69.7929 89.552109) (xy 69.742913 89.6235) + (xy 69.646188 89.830926) (xy 69.646186 89.830931) (xy 69.586951 90.051997) (xy 69.567004 90.28) + (xy 69.586951 90.508002) (xy 69.646186 90.729068) (xy 69.646188 90.729073) (xy 69.742913 90.936501) + (xy 69.792899 91.007888) (xy 70.48 90.320788) (xy 70.48 90.332661) (xy 70.507259 90.434394) (xy 70.55992 90.525606) + (xy 70.634394 90.60008) (xy 70.725606 90.652741) (xy 70.827339 90.68) (xy 70.83921 90.68) (xy 70.15211 91.367098) + (xy 70.15211 91.3671) (xy 70.223498 91.417086) (xy 70.228266 91.419839) (xy 70.227178 91.421721) + (xy 70.27342 91.462409) (xy 70.292904 91.53068) (xy 70.272386 91.598647) (xy 70.227015 91.637995) + (xy 70.228015 91.639726) (xy 70.223253 91.642474) (xy 70.035703 91.773799) (xy 70.035697 91.773804) + (xy 69.955907 91.853595) (xy 69.893595 91.887621) (xy 69.866812 91.8905) (xy 67.073594 91.8905) + (xy 67.005473 91.870498) (xy 67.001323 91.867713) (xy 66.836749 91.752477) (xy 66.629246 91.655717) + (xy 66.62924 91.655715) (xy 66.445407 91.606457) (xy 66.408087 91.596457) (xy 66.18 91.576502) (xy 65.951913 91.596457) + (xy 65.730759 91.655715) (xy 65.730753 91.655717) (xy 65.52325 91.752477) (xy 65.335703 91.883799) + (xy 65.335697 91.883804) (xy 65.173804 92.045697) (xy 65.173799 92.045703) (xy 65.042477 92.23325) + (xy 65.024195 92.272457) (xy 64.977278 92.325742) (xy 64.909001 92.345203) (xy 64.841041 92.324661) + (xy 64.795805 92.272457) (xy 64.782186 92.243251) (xy 64.777523 92.233251) (xy 64.646198 92.0457) + (xy 64.4843 91.883802) (xy 64.296749 91.752477) (xy 64.089246 91.655717) (xy 64.08924 91.655715) + (xy 63.905407 91.606457) (xy 63.868087 91.596457) (xy 63.64 91.576502) (xy 63.411913 91.596457) + (xy 63.190759 91.655715) (xy 63.190753 91.655717) (xy 62.98325 91.752477) (xy 62.795703 91.883799) + (xy 62.795697 91.883804) (xy 62.633804 92.045697) (xy 62.633799 92.045703) (xy 62.502477 92.23325) + (xy 62.484195 92.272457) (xy 62.437278 92.325742) (xy 62.369001 92.345203) (xy 62.301041 92.324661) + (xy 62.255805 92.272457) (xy 62.242186 92.243251) (xy 62.237523 92.233251) (xy 62.106198 92.0457) + (xy 61.9443 91.883802) (xy 61.756749 91.752477) (xy 61.549246 91.655717) (xy 61.54924 91.655715) + (xy 61.365407 91.606457) (xy 61.328087 91.596457) (xy 61.1 91.576502) (xy 60.871913 91.596457) (xy 60.650759 91.655715) + (xy 60.650753 91.655717) (xy 60.44325 91.752477) (xy 60.255703 91.883799) (xy 60.255697 91.883804) + (xy 60.093804 92.045697) (xy 60.093799 92.045703) (xy 59.962477 92.23325) (xy 59.944195 92.272457) + (xy 59.897278 92.325742) (xy 59.829001 92.345203) (xy 59.761041 92.324661) (xy 59.715805 92.272457) + (xy 59.702186 92.243251) (xy 59.697523 92.233251) (xy 59.566198 92.0457) (xy 59.4043 91.883802) + (xy 59.216749 91.752477) (xy 59.009246 91.655717) (xy 59.00924 91.655715) (xy 58.825407 91.606457) + (xy 58.788087 91.596457) (xy 58.56 91.576502) (xy 58.331913 91.596457) (xy 58.110759 91.655715) + (xy 58.110753 91.655717) (xy 57.90325 91.752477) (xy 57.715703 91.883799) (xy 57.715697 91.883804) + (xy 57.553804 92.045697) (xy 57.553799 92.045703) (xy 57.422477 92.23325) (xy 57.325717 92.440753) + (xy 57.325715 92.440759) (xy 57.292234 92.565711) (xy 57.266457 92.661913) (xy 57.246502 92.89) + (xy 57.261576 93.062302) (xy 57.266457 93.118086) (xy 57.325715 93.33924) (xy 57.325717 93.339246) + (xy 57.422477 93.546749) (xy 57.54605 93.72323) (xy 57.553802 93.7343) (xy 57.7157 93.896198) (xy 57.903251 94.027523) + (xy 58.110757 94.124284) (xy 58.331913 94.183543) (xy 58.56 94.203498) (xy 58.788087 94.183543) + (xy 59.009243 94.124284) (xy 59.216749 94.027523) (xy 59.4043 93.896198) (xy 59.566198 93.7343) + (xy 59.697523 93.546749) (xy 59.715805 93.507543) (xy 59.762721 93.454258) (xy 59.830998 93.434796) + (xy 59.898958 93.455337) (xy 59.944195 93.507543) (xy 59.962477 93.546749) (xy 60.093802 93.7343) + (xy 60.2557 93.896198) (xy 60.443251 94.027523) (xy 60.650757 94.124284) (xy 60.871913 94.183543) + (xy 61.1 94.203498) (xy 61.328087 94.183543) (xy 61.549243 94.124284) (xy 61.756749 94.027523) (xy 61.9443 93.896198) + (xy 62.106198 93.7343) (xy 62.237523 93.546749) (xy 62.255805 93.507543) (xy 62.302721 93.454258) + (xy 62.370998 93.434796) (xy 62.438958 93.455337) (xy 62.484195 93.507543) (xy 62.502477 93.546749) + (xy 62.633802 93.7343) (xy 62.7957 93.896198) (xy 62.983251 94.027523) (xy 63.190757 94.124284) + (xy 63.411913 94.183543) (xy 63.64 94.203498) (xy 63.868087 94.183543) (xy 64.089243 94.124284) + (xy 64.296749 94.027523) (xy 64.4843 93.896198) (xy 64.646198 93.7343) (xy 64.777523 93.546749) + (xy 64.795805 93.507543) (xy 64.842721 93.454258) (xy 64.910998 93.434796) (xy 64.978958 93.455337) + (xy 65.024195 93.507543) (xy 65.042477 93.546749) (xy 65.173802 93.7343) (xy 65.3357 93.896198) + (xy 65.523251 94.027523) (xy 65.730757 94.124284) (xy 65.951913 94.183543) (xy 66.18 94.203498) + (xy 66.408087 94.183543) (xy 66.629243 94.124284) (xy 66.836749 94.027523) (xy 67.0243 93.896198) + (xy 67.186198 93.7343) (xy 67.193951 93.723227) (xy 67.249405 93.678901) (xy 67.297162 93.6695) + (xy 68.428368 93.6695) (xy 68.496489 93.689502) (xy 68.542982 93.743158) (xy 68.553086 93.813432) + (xy 68.523592 93.878012) (xy 68.517463 93.884594) (xy 66.774055 95.628002) (xy 65.157462 97.244595) + (xy 65.09515 97.278621) (xy 65.068367 97.2815) (xy 55.411633 97.2815) (xy 55.343512 97.261498) (xy 55.322538 97.244595) + (xy 54.988836 96.910893) (xy 54.95481 96.848581) (xy 54.959875 96.777766) (xy 55.002422 96.72093) + (xy 55.068942 96.696119) (xy 55.088913 96.696277) (xy 55.28 96.712995) (xy 55.508002 96.693048) + (xy 55.729068 96.633813) (xy 55.729073 96.633811) (xy 55.936497 96.537088) (xy 56.007888 96.487099) + (xy 56.007888 96.487098) (xy 55.320789 95.8) (xy 55.332661 95.8) (xy 55.434394 95.772741) (xy 55.525606 95.72008) + (xy 55.60008 95.645606) (xy 55.652741 95.554394) (xy 55.68 95.452661) (xy 55.68 95.440791) (xy 56.367097 96.127888) + (xy 56.367099 96.127888) (xy 56.417088 96.056497) (xy 56.513811 95.849073) (xy 56.513813 95.849068) + (xy 56.573048 95.628002) (xy 56.592995 95.4) (xy 56.573048 95.171997) (xy 56.513813 94.950931) (xy 56.513811 94.950926) + (xy 56.417086 94.743498) (xy 56.3671 94.67211) (xy 56.367098 94.67211) (xy 55.68 95.359208) (xy 55.68 95.347339) + (xy 55.652741 95.245606) (xy 55.60008 95.154394) (xy 55.525606 95.07992) (xy 55.434394 95.027259) + (xy 55.332661 95) (xy 55.32079 95) (xy 56.007888 94.312899) (xy 56.007888 94.312898) (xy 55.936501 94.262913) + (xy 55.931734 94.260161) (xy 55.932817 94.258284) (xy 55.886561 94.217561) (xy 55.867095 94.149285) + (xy 55.887632 94.081324) (xy 55.932992 94.042019) (xy 55.931985 94.040274) (xy 55.936746 94.037525) + (xy 55.951032 94.027522) (xy 56.1243 93.906198) (xy 56.286198 93.7443) (xy 56.417523 93.556749) + (xy 56.514284 93.349243) (xy 56.573543 93.128087) (xy 56.593498 92.9) (xy 56.573543 92.671913) (xy 56.514284 92.450757) + (xy 56.417523 92.243251) (xy 56.286198 92.0557) (xy 56.1243 91.893802) (xy 56.119584 91.8905) (xy 55.936749 91.762477) + (xy 55.729246 91.665717) (xy 55.72924 91.665715) (xy 55.632248 91.639726) (xy 55.508087 91.606457) + (xy 55.28 91.586502) (xy 55.051913 91.606457) (xy 54.830759 91.665715) (xy 54.830753 91.665717) + (xy 54.62325 91.762477) (xy 54.435703 91.893799) (xy 54.403593 91.925909) (xy 54.341281 91.959933) + (xy 54.270465 91.954867) (xy 54.21363 91.91232) (xy 54.18882 91.845799) (xy 54.188499 91.836812) + (xy 54.188499 89.237167) (xy 54.208501 89.169046) (xy 54.262157 89.122553) (xy 54.332431 89.112449) + (xy 54.347092 89.115456) (xy 54.451913 89.143543) (xy 54.68 89.163498) (xy 54.908087 89.143543) + (xy 55.129243 89.084284) (xy 55.336749 88.987523) (xy 55.5243 88.856198) (xy 55.604093 88.776405) + (xy 55.666405 88.742379) (xy 55.693188 88.7395) (xy 58.209674 88.7395) (xy 58.262925 88.751306) + (xy 58.290757 88.764284) (xy 58.511913 88.823543) (xy 58.74 88.843498) (xy 58.968087 88.823543) + (xy 59.189243 88.764284) (xy 59.396749 88.667523) (xy 59.5843 88.536198) (xy 59.746198 88.3743) + (xy 59.877523 88.186749) (xy 59.895805 88.147543) (xy 59.942721 88.094258) (xy 60.010998 88.074796) + (xy 60.078958 88.095337) (xy 60.124195 88.147543) (xy 60.142477 88.186749) (xy 60.273802 88.3743) + (xy 60.4357 88.536198) (xy 60.623251 88.667523) (xy 60.830757 88.764284) (xy 61.051913 88.823543) + (xy 61.28 88.843498) (xy 61.508087 88.823543) (xy 61.729243 88.764284) (xy 61.936749 88.667523) + (xy 62.1243 88.536198) (xy 62.286198 88.3743) (xy 62.417523 88.186749) (xy 62.435805 88.147543) + (xy 62.482721 88.094258) (xy 62.550998 88.074796) (xy 62.618958 88.095337) (xy 62.664195 88.147543) + (xy 62.682477 88.186749) (xy 62.813802 88.3743) (xy 62.9757 88.536198) (xy 63.163251 88.667523) + (xy 63.370757 88.764284) (xy 63.591913 88.823543) (xy 63.82 88.843498) (xy 64.048087 88.823543) + (xy 64.269243 88.764284) (xy 64.476749 88.667523) (xy 64.6643 88.536198) (xy 64.826198 88.3743) + (xy 64.957523 88.186749) (xy 64.975805 88.147543) (xy 65.022721 88.094258) (xy 65.090998 88.074796) + (xy 65.158958 88.095337) (xy 65.204195 88.147543) (xy 65.222477 88.186749) (xy 65.353802 88.3743) + (xy 65.5157 88.536198) (xy 65.703251 88.667523) (xy 65.910757 88.764284) (xy 66.131913 88.823543) + (xy 66.36 88.843498) (xy 66.588087 88.823543) (xy 66.809243 88.764284) (xy 67.016749 88.667523) + (xy 67.2043 88.536198) (xy 67.366198 88.3743) (xy 67.497523 88.186749) (xy 67.594284 87.979243) + (xy 67.653543 87.758087) (xy 67.673498 87.53) (xy 67.653543 87.301913) (xy 67.594284 87.080757) + (xy 67.497523 86.873251) (xy 67.405949 86.74247) (xy 74.5715 86.74247) (xy 74.603469 86.9853) (xy 74.60347 86.985306) + (xy 74.603471 86.985308) (xy 74.666865 87.221898) (xy 74.760598 87.44819) (xy 74.760599 87.448191) + (xy 74.760604 87.448201) (xy 74.883063 87.660306) (xy 75.032173 87.854631) (xy 75.032182 87.854641) + (xy 75.205358 88.027817) (xy 75.205368 88.027826) (xy 75.205369 88.027827) (xy 75.29335 88.095337) + (xy 75.399693 88.176936) (xy 75.41669 88.186749) (xy 75.61181 88.299402) (xy 75.838102 88.393135) + (xy 76.074692 88.456529) (xy 76.074698 88.456529) (xy 76.074699 88.45653) (xy 76.10256 88.460198) + (xy 76.317532 88.4885) (xy 76.317539 88.4885) (xy 76.562461 88.4885) (xy 76.562468 88.4885) (xy 76.805308 88.456529) + (xy 77.041898 88.393135) (xy 77.26819 88.299402) (xy 77.48031 88.176934) (xy 77.674631 88.027827) + (xy 77.847827 87.854631) (xy 77.996934 87.66031) (xy 78.119402 87.44819) (xy 78.213135 87.221898) + (xy 78.276529 86.985308) (xy 78.3085 86.742468) (xy 78.3085 85.977532) (xy 78.276529 85.734692) + (xy 78.213135 85.498102) (xy 78.119402 85.27181) (xy 77.996934 85.05969) (xy 77.847827 84.865369) + (xy 77.847826 84.865368) (xy 77.847817 84.865358) (xy 77.674641 84.692182) (xy 77.674631 84.692173) + (xy 77.480306 84.543063) (xy 77.268201 84.420604) (xy 77.268196 84.420601) (xy 77.26819 84.420598) + (xy 77.041898 84.326865) (xy 76.805308 84.263471) (xy 76.805306 84.26347) (xy 76.8053 84.263469) + (xy 76.56247 84.2315) (xy 76.562468 84.2315) (xy 76.317532 84.2315) (xy 76.317529 84.2315) (xy 76.074699 84.263469) + (xy 75.838102 84.326865) (xy 75.611808 84.420599) (xy 75.611798 84.420604) (xy 75.399693 84.543063) + (xy 75.205368 84.692173) (xy 75.205358 84.692182) (xy 75.032182 84.865358) (xy 75.032173 84.865368) + (xy 74.883063 85.059693) (xy 74.760604 85.271798) (xy 74.760599 85.271808) (xy 74.666865 85.498102) + (xy 74.603469 85.734699) (xy 74.5715 85.977529) (xy 74.5715 86.74247) (xy 67.405949 86.74247) (xy 67.366198 86.6857) + (xy 67.2043 86.523802) (xy 67.158402 86.491664) (xy 67.016749 86.392477) (xy 66.809246 86.295717) + (xy 66.80924 86.295715) (xy 66.715771 86.27067) (xy 66.588087 86.236457) (xy 66.36 86.216502) (xy 66.131913 86.236457) + (xy 65.910759 86.295715) (xy 65.910753 86.295717) (xy 65.70325 86.392477) (xy 65.515703 86.523799) + (xy 65.515697 86.523804) (xy 65.353804 86.685697) (xy 65.353799 86.685703) (xy 65.222477 86.87325) + (xy 65.204195 86.912457) (xy 65.157278 86.965742) (xy 65.089001 86.985203) (xy 65.021041 86.964661) + (xy 64.975805 86.912457) (xy 64.957523 86.873252) (xy 64.957523 86.873251) (xy 64.826198 86.6857) + (xy 64.6643 86.523802) (xy 64.618402 86.491664) (xy 64.476749 86.392477) (xy 64.269246 86.295717) + (xy 64.26924 86.295715) (xy 64.175771 86.27067) (xy 64.048087 86.236457) (xy 63.82 86.216502) (xy 63.591913 86.236457) + (xy 63.370759 86.295715) (xy 63.370753 86.295717) (xy 63.16325 86.392477) (xy 62.975703 86.523799) + (xy 62.975697 86.523804) (xy 62.813804 86.685697) (xy 62.813799 86.685703) (xy 62.682477 86.87325) + (xy 62.664195 86.912457) (xy 62.617278 86.965742) (xy 62.549001 86.985203) (xy 62.481041 86.964661) + (xy 62.435805 86.912457) (xy 62.417523 86.873252) (xy 62.417523 86.873251) (xy 62.286198 86.6857) + (xy 62.1243 86.523802) (xy 62.078402 86.491664) (xy 61.936749 86.392477) (xy 61.729246 86.295717) + (xy 61.72924 86.295715) (xy 61.635771 86.27067) (xy 61.508087 86.236457) (xy 61.28 86.216502) (xy 61.051913 86.236457) + (xy 60.830759 86.295715) (xy 60.830753 86.295717) (xy 60.62325 86.392477) (xy 60.435703 86.523799) + (xy 60.435697 86.523804) (xy 60.273804 86.685697) (xy 60.273799 86.685703) (xy 60.142477 86.87325) + (xy 60.124195 86.912457) (xy 60.077278 86.965742) (xy 60.009001 86.985203) (xy 59.941041 86.964661) + (xy 59.895805 86.912457) (xy 59.877523 86.873252) (xy 59.877523 86.873251) (xy 59.746198 86.6857) + (xy 59.5843 86.523802) (xy 59.538402 86.491664) (xy 59.396749 86.392477) (xy 59.189246 86.295717) + (xy 59.18924 86.295715) (xy 59.095771 86.27067) (xy 58.968087 86.236457) (xy 58.74 86.216502) (xy 58.511913 86.236457) + (xy 58.290759 86.295715) (xy 58.290753 86.295717) (xy 58.08325 86.392477) (xy 57.895703 86.523799) + (xy 57.895697 86.523804) (xy 57.733804 86.685697) (xy 57.733795 86.685708) (xy 57.602477 86.87325) + (xy 57.602476 86.873252) (xy 57.595716 86.88775) (xy 57.548799 86.941035) (xy 57.481521 86.9605) + (xy 55.693188 86.9605) (xy 55.625067 86.940498) (xy 55.604093 86.923595) (xy 55.524302 86.843804) + (xy 55.524296 86.843799) (xy 55.336746 86.712474) (xy 55.331985 86.709726) (xy 55.333023 86.707927) + (xy 55.286532 86.666963) (xy 55.267095 86.598679) (xy 55.287661 86.530726) (xy 55.332782 86.491664) + (xy 55.33173 86.489841) (xy 55.336496 86.487088) (xy 55.407888 86.437099) (xy 55.407888 86.437097) + (xy 54.720791 85.75) (xy 54.732661 85.75) (xy 54.834394 85.722741) (xy 54.925606 85.67008) (xy 55.00008 85.595606) + (xy 55.052741 85.504394) (xy 55.08 85.402661) (xy 55.08 85.390791) (xy 55.767097 86.077888) (xy 55.767099 86.077888) + (xy 55.817088 86.006497) (xy 55.913811 85.799073) (xy 55.913813 85.799068) (xy 55.973048 85.578002) + (xy 55.992995 85.35) (xy 55.973048 85.121997) (xy 55.913813 84.900931) (xy 55.913811 84.900926) + (xy 55.817086 84.693498) (xy 55.7671 84.62211) (xy 55.767098 84.62211) (xy 55.08 85.309208) (xy 55.08 85.297339) + (xy 55.052741 85.195606) (xy 55.00008 85.104394) (xy 54.925606 85.02992) (xy 54.834394 84.977259) + (xy 54.732661 84.95) (xy 54.720789 84.95) (xy 55.407888 84.262899) (xy 55.407888 84.262898) (xy 55.336501 84.212913) + (xy 55.129073 84.116188) (xy 55.129068 84.116186) (xy 54.908 84.056951) (xy 54.908004 84.056951) + (xy 54.68 84.037004) (xy 54.451997 84.056951) (xy 54.34711 84.085056) (xy 54.276133 84.083366) (xy 54.217338 84.043572) + (xy 54.18939 83.978307) (xy 54.188499 83.963349) (xy 54.188499 80.758649) (xy 57.4315 80.758649) + (xy 57.438009 80.819196) (xy 57.438011 80.819204) (xy 57.48911 80.956202) (xy 57.489112 80.956207) + (xy 57.576738 81.073261) (xy 57.693792 81.160887) (xy 57.693794 81.160888) (xy 57.693796 81.160889) + (xy 57.752875 81.182924) (xy 57.830795 81.211988) (xy 57.830803 81.21199) (xy 57.89135 81.218499) + (xy 57.891355 81.218499) (xy 57.891362 81.2185) (xy 57.891368 81.2185) (xy 59.588632 81.2185) (xy 59.588638 81.2185) + (xy 59.588645 81.218499) (xy 59.588649 81.218499) (xy 59.649196 81.21199) (xy 59.649199 81.211989) + (xy 59.649201 81.211989) (xy 59.786204 81.160889) (xy 59.808389 81.144282) (xy 59.903261 81.073261) + (xy 59.990887 80.956207) (xy 59.990887 80.956206) (xy 59.990889 80.956204) (xy 60.041989 80.819201) + (xy 60.042998 80.809808) (xy 60.070163 80.744215) (xy 60.128478 80.703721) (xy 60.199429 80.701182) + (xy 60.26049 80.737405) (xy 60.271487 80.750995) (xy 60.273796 80.754292) (xy 60.273802 80.7543) + (xy 60.4357 80.916198) (xy 60.623251 81.047523) (xy 60.830757 81.144284) (xy 61.051913 81.203543) + (xy 61.28 81.223498) (xy 61.508087 81.203543) (xy 61.729243 81.144284) (xy 61.936749 81.047523) + (xy 62.1243 80.916198) (xy 62.286198 80.7543) (xy 62.417523 80.566749) (xy 62.435805 80.527543) + (xy 62.482721 80.474258) (xy 62.550998 80.454796) (xy 62.618958 80.475337) (xy 62.664195 80.527543) + (xy 62.682477 80.566749) (xy 62.813802 80.7543) (xy 62.9757 80.916198) (xy 63.163251 81.047523) + (xy 63.370757 81.144284) (xy 63.591913 81.203543) (xy 63.82 81.223498) (xy 64.048087 81.203543) + (xy 64.269243 81.144284) (xy 64.476749 81.047523) (xy 64.6643 80.916198) (xy 64.826198 80.7543) + (xy 64.957523 80.566749) (xy 64.976081 80.52695) (xy 65.022995 80.473667) (xy 65.091272 80.454205) + (xy 65.159232 80.474745) (xy 65.204469 80.526949) (xy 65.222911 80.566497) (xy 65.354184 80.753974) + (xy 65.354189 80.75398) (xy 65.516019 80.91581) (xy 65.516025 80.915815) (xy 65.703501 81.047087) + (xy 65.910926 81.143811) (xy 65.910931 81.143813) (xy 66.106 81.196081) (xy 66.106 80.221686) (xy 66.114394 80.23008) + (xy 66.205606 80.282741) (xy 66.307339 80.31) (xy 66.412661 80.31) (xy 66.514394 80.282741) (xy 66.605606 80.23008) + (xy 66.614 80.221686) (xy 66.614 81.196081) (xy 66.809068 81.143813) (xy 66.809073 81.143811) (xy 67.016498 81.047087) + (xy 67.203974 80.915815) (xy 67.20398 80.91581) (xy 67.36581 80.75398) (xy 67.365815 80.753974) + (xy 67.497087 80.566498) (xy 67.593811 80.359073) (xy 67.593813 80.359068) (xy 67.646082 80.164) + (xy 66.671686 80.164) (xy 66.68008 80.155606) (xy 66.732741 80.064394) (xy 66.76 79.962661) (xy 66.76 79.857339) + (xy 66.732741 79.755606) (xy 66.68008 79.664394) (xy 66.671686 79.656) (xy 67.646082 79.656) (xy 67.593813 79.460931) + (xy 67.593811 79.460926) (xy 67.497087 79.253501) (xy 67.365815 79.066025) (xy 67.36581 79.066019) + (xy 67.20398 78.904189) (xy 67.203974 78.904184) (xy 67.016498 78.772912) (xy 66.809073 78.676188) + (xy 66.809071 78.676187) (xy 66.614 78.623917) (xy 66.614 79.598314) (xy 66.605606 79.58992) (xy 66.514394 79.537259) + (xy 66.412661 79.51) (xy 66.307339 79.51) (xy 66.205606 79.537259) (xy 66.114394 79.58992) (xy 66.106 79.598314) + (xy 66.106 78.623917) (xy 66.105999 78.623917) (xy 65.910928 78.676187) (xy 65.910926 78.676188) + (xy 65.703501 78.772912) (xy 65.516025 78.904184) (xy 65.516019 78.904189) (xy 65.354189 79.066019) + (xy 65.354184 79.066025) (xy 65.22291 79.253504) (xy 65.204468 79.293051) (xy 65.15755 79.346335) + (xy 65.089272 79.365794) (xy 65.021313 79.34525) (xy 64.97608 79.293047) (xy 64.957641 79.253504) + (xy 64.957523 79.253251) (xy 64.826198 79.0657) (xy 64.6643 78.903802) (xy 64.476749 78.772477) + (xy 64.269246 78.675717) (xy 64.26924 78.675715) (xy 64.175771 78.65067) (xy 64.048087 78.616457) + (xy 63.82 78.596502) (xy 63.591913 78.616457) (xy 63.370759 78.675715) (xy 63.370753 78.675717) + (xy 63.16325 78.772477) (xy 62.975703 78.903799) (xy 62.975697 78.903804) (xy 62.813804 79.065697) + (xy 62.813799 79.065703) (xy 62.682477 79.25325) (xy 62.664195 79.292457) (xy 62.617278 79.345742) + (xy 62.549001 79.365203) (xy 62.481041 79.344661) (xy 62.435805 79.292457) (xy 62.433894 79.288359) + (xy 62.417523 79.253251) (xy 62.286198 79.0657) (xy 62.1243 78.903802) (xy 61.936749 78.772477) + (xy 61.729246 78.675717) (xy 61.72924 78.675715) (xy 61.635771 78.65067) (xy 61.508087 78.616457) + (xy 61.28 78.596502) (xy 61.051913 78.616457) (xy 60.830759 78.675715) (xy 60.830753 78.675717) + (xy 60.62325 78.772477) (xy 60.435703 78.903799) (xy 60.435697 78.903804) (xy 60.273804 79.065697) + (xy 60.273795 79.065708) (xy 60.271483 79.06901) (xy 60.216021 79.113333) (xy 60.145401 79.120635) + (xy 60.082044 79.088598) (xy 60.046065 79.027393) (xy 60.042999 79.010198) (xy 60.041989 79.000799) + (xy 59.990889 78.863796) (xy 59.990888 78.863794) (xy 59.990887 78.863792) (xy 59.903261 78.746738) + (xy 59.786207 78.659112) (xy 59.786202 78.65911) (xy 59.649204 78.608011) (xy 59.649196 78.608009) + (xy 59.588649 78.6015) (xy 59.588638 78.6015) (xy 57.891362 78.6015) (xy 57.89135 78.6015) (xy 57.830803 78.608009) + (xy 57.830795 78.608011) (xy 57.693797 78.65911) (xy 57.693792 78.659112) (xy 57.576738 78.746738) + (xy 57.489112 78.863792) (xy 57.48911 78.863797) (xy 57.438011 79.000795) (xy 57.438009 79.000803) + (xy 57.4315 79.06135) (xy 57.4315 80.758649) (xy 54.188499 80.758649) (xy 54.188499 77.677634) (xy 54.208501 77.609513) + (xy 54.225404 77.588539) (xy 55.781294 76.032649) (xy 64.2235 76.032649) (xy 64.230009 76.093196) + (xy 64.230011 76.093204) (xy 64.28111 76.230202) (xy 64.281112 76.230207) (xy 64.368738 76.347261) + (xy 64.485792 76.434887) (xy 64.485794 76.434888) (xy 64.485796 76.434889) (xy 64.544875 76.456924) + (xy 64.622795 76.485988) (xy 64.622803 76.48599) (xy 64.68335 76.492499) (xy 64.683355 76.492499) + (xy 64.683362 76.4925) (xy 64.683368 76.4925) (xy 66.380632 76.4925) (xy 66.380638 76.4925) (xy 66.380645 76.492499) + (xy 66.380649 76.492499) (xy 66.441196 76.48599) (xy 66.441199 76.485989) (xy 66.441201 76.485989) + (xy 66.578204 76.434889) (xy 66.639346 76.389119) (xy 66.695261 76.347261) (xy 66.782887 76.230207) + (xy 66.782887 76.230206) (xy 66.782889 76.230204) (xy 66.833989 76.093201) (xy 66.8405 76.032638) + (xy 66.8405 74.335362) (xy 66.838558 74.317296) (xy 66.83399 74.274803) (xy 66.833988 74.274795) + (xy 66.797811 74.177804) (xy 66.782889 74.137796) (xy 66.782888 74.137794) (xy 66.782887 74.137792) + (xy 66.695261 74.020738) (xy 66.578207 73.933112) (xy 66.578202 73.93311) (xy 66.441204 73.882011) + (xy 66.441196 73.882009) (xy 66.380649 73.8755) (xy 66.380638 73.8755) (xy 64.683362 73.8755) (xy 64.68335 73.8755) + (xy 64.622803 73.882009) (xy 64.622795 73.882011) (xy 64.485797 73.93311) (xy 64.485792 73.933112) + (xy 64.368738 74.020738) (xy 64.281112 74.137792) (xy 64.28111 74.137797) (xy 64.230011 74.274795) + (xy 64.230009 74.274803) (xy 64.2235 74.33535) (xy 64.2235 76.032649) (xy 55.781294 76.032649) (xy 60.693943 71.12) + (xy 61.678502 71.12) (xy 61.698457 71.348087) (xy 61.757716 71.569243) (xy 61.854477 71.776749) + (xy 61.985802 71.9643) (xy 62.1477 72.126198) (xy 62.335251 72.257523) (xy 62.542757 72.354284) + (xy 62.763913 72.413543) (xy 62.992 72.433498) (xy 63.220087 72.413543) (xy 63.441243 72.354284) + (xy 63.648749 72.257523) (xy 63.8363 72.126198) (xy 63.998198 71.9643) (xy 64.129523 71.776749) + (xy 64.226284 71.569243) (xy 64.285543 71.348087) (xy 64.305498 71.12) (xy 64.285543 70.891913) + (xy 64.226284 70.670757) (xy 64.129523 70.463251) (xy 63.998198 70.2757) (xy 63.8363 70.113802) + (xy 63.648749 69.982477) (xy 63.590292 69.955218) (xy 63.441246 69.885717) (xy 63.44124 69.885715) + (xy 63.347771 69.86067) (xy 63.220087 69.826457) (xy 62.992 69.806502) (xy 62.763913 69.826457) + (xy 62.542759 69.885715) (xy 62.542753 69.885717) (xy 62.33525 69.982477) (xy 62.147703 70.113799) + (xy 62.147697 70.113804) (xy 61.985804 70.275697) (xy 61.985799 70.275703) (xy 61.854477 70.46325) + (xy 61.757717 70.670753) (xy 61.757716 70.670757) (xy 61.698457 70.891913) (xy 61.678502 71.12) + (xy 60.693943 71.12) (xy 64.427405 67.386538) (xy 64.489717 67.352512) (xy 64.560532 67.357577) + (xy 64.617368 67.400124) (xy 64.642179 67.466644) (xy 64.6425 67.475633) (xy 64.6425 69.446274) + (xy 64.6425 69.62149) (xy 64.676683 69.79334) (xy 64.743735 69.955218) (xy 64.84108 70.100905) (xy 64.841082 70.100907) + (xy 88.846596 94.106421) (xy 88.880622 94.168733) (xy 88.883501 94.195516) (xy 88.883501 96.750366) + (xy 88.863499 96.818487) (xy 88.846596 96.839461) (xy 83.996462 101.689595) (xy 83.93415 101.723621) + (xy 83.907367 101.7265) (xy 77.013019 101.7265) (xy 76.841171 101.760683) (xy 76.841166 101.760685) + (xy 76.679294 101.827735) (xy 76.533611 101.925077) (xy 76.533604 101.925082) (xy 72.461082 105.997604) + (xy 72.461077 105.997611) (xy 72.363735 106.143294) (xy 72.296685 106.305166) (xy 72.296683 106.305171) + (xy 72.2625 106.477019) (xy 72.2625 106.682812) (xy 72.242498 106.750933) (xy 72.225595 106.771907) + (xy 72.145804 106.851697) (xy 72.145799 106.851703) (xy 72.014477 107.03925) (xy 71.917717 107.246753) + (xy 71.917715 107.246759) (xy 71.90416 107.297347) (xy 71.858457 107.467913) (xy 71.838502 107.696) + (xy 71.858457 107.924087) (xy 71.859774 107.929001) (xy 71.917715 108.14524) (xy 71.917717 108.145246) + (xy 72.014477 108.352749) (xy 72.020186 108.360903) (xy 72.145802 108.5403) (xy 72.3077 108.702198) + (xy 72.495251 108.833523) (xy 72.702757 108.930284) (xy 72.923913 108.989543) (xy 73.152 109.009498) + (xy 73.380087 108.989543) (xy 73.601243 108.930284) (xy 73.808749 108.833523) (xy 73.9963 108.702198) + (xy 74.158198 108.5403) (xy 74.289523 108.352749) (xy 74.386284 108.145243) (xy 74.445543 107.924087) + (xy 74.465498 107.696) (xy 74.465497 107.695996) (xy 74.465498 107.695993) (xy 74.465498 107.690499) + (xy 74.467721 107.690499) (xy 74.479792 107.630283) (xy 74.529167 107.579266) (xy 74.598285 107.563042) + (xy 74.665202 107.586761) (xy 74.707761 107.640631) (xy 74.760598 107.76819) (xy 74.760599 107.768191) + (xy 74.760601 107.768196) (xy 74.760604 107.768201) (xy 74.883063 107.980306) (xy 75.032173 108.174631) + (xy 75.032182 108.174641) (xy 75.205358 108.347817) (xy 75.205368 108.347826) (xy 75.205369 108.347827) + (xy 75.39969 108.496934) (xy 75.61181 108.619402) (xy 75.838102 108.713135) (xy 76.074692 108.776529) + (xy 76.074698 108.776529) (xy 76.074699 108.77653) (xy 76.10256 108.780198) (xy 76.317532 108.8085) + (xy 76.317539 108.8085) (xy 76.562461 108.8085) (xy 76.562468 108.8085) (xy 76.805308 108.776529) + (xy 77.041898 108.713135) (xy 77.26819 108.619402) (xy 77.48031 108.496934) (xy 77.674631 108.347827) + (xy 77.847827 108.174631) (xy 77.996934 107.98031) (xy 78.119402 107.76819) (xy 78.213135 107.541898) + (xy 78.276529 107.305308) (xy 78.3085 107.06247) (xy 84.1715 107.06247) (xy 84.203469 107.3053) + (xy 84.20347 107.305306) (xy 84.203471 107.305308) (xy 84.266865 107.541898) (xy 84.360598 107.76819) + (xy 84.360601 107.768196) (xy 84.360604 107.768201) (xy 84.483063 107.980306) (xy 84.632173 108.174631) + (xy 84.632182 108.174641) (xy 84.805358 108.347817) (xy 84.805368 108.347826) (xy 84.805369 108.347827) + (xy 84.99969 108.496934) (xy 85.21181 108.619402) (xy 85.438102 108.713135) (xy 85.674692 108.776529) + (xy 85.674698 108.776529) (xy 85.674699 108.77653) (xy 85.70256 108.780198) (xy 85.917532 108.8085) + (xy 85.917539 108.8085) (xy 86.162461 108.8085) (xy 86.162468 108.8085) (xy 86.405308 108.776529) + (xy 86.641898 108.713135) (xy 86.86819 108.619402) (xy 87.08031 108.496934) (xy 87.274631 108.347827) + (xy 87.447827 108.174631) (xy 87.596934 107.98031) (xy 87.719402 107.76819) (xy 87.813135 107.541898) + (xy 87.876529 107.305308) (xy 87.9085 107.062468) (xy 87.9085 106.297532) (xy 87.876529 106.054692) + (xy 87.813135 105.818102) (xy 87.719402 105.59181) (xy 87.63495 105.445535) (xy 87.596936 105.379693) + (xy 87.447826 105.185368) (xy 87.447817 105.185358) (xy 87.274641 105.012182) (xy 87.274631 105.012173) + (xy 87.080306 104.863063) (xy 86.868201 104.740604) (xy 86.868196 104.740601) (xy 86.86819 104.740598) + (xy 86.641898 104.646865) (xy 86.405308 104.583471) (xy 86.405306 104.58347) (xy 86.4053 104.583469) + (xy 86.16247 104.5515) (xy 86.162468 104.5515) (xy 85.917532 104.5515) (xy 85.917529 104.5515) (xy 85.674699 104.583469) + (xy 85.438102 104.646865) (xy 85.211808 104.740599) (xy 85.211798 104.740604) (xy 84.999693 104.863063) + (xy 84.805368 105.012173) (xy 84.805358 105.012182) (xy 84.632182 105.185358) (xy 84.632173 105.185368) + (xy 84.483063 105.379693) (xy 84.360604 105.591798) (xy 84.360599 105.591808) (xy 84.266865 105.818102) + (xy 84.203469 106.054699) (xy 84.1715 106.297529) (xy 84.1715 107.06247) (xy 78.3085 107.06247) + (xy 78.3085 107.062468) (xy 78.3085 106.297532) (xy 78.276529 106.054692) (xy 78.213135 105.818102) + (xy 78.119402 105.59181) (xy 78.03495 105.445535) (xy 77.996936 105.379693) (xy 77.847826 105.185368) + (xy 77.847817 105.185358) (xy 77.674641 105.012182) (xy 77.674631 105.012173) (xy 77.480306 104.863063) + (xy 77.268201 104.740604) (xy 77.268196 104.740601) (xy 77.26819 104.740598) (xy 77.041898 104.646865) + (xy 76.805308 104.583471) (xy 76.805306 104.58347) (xy 76.8053 104.583469) (xy 76.692605 104.568633) + (xy 76.627678 104.539911) (xy 76.588586 104.480646) (xy 76.587741 104.409654) (xy 76.619953 104.354619) + (xy 77.43217 103.542402) (xy 77.49448 103.508379) (xy 77.521263 103.5055) (xy 84.415607 103.5055) + (xy 84.415608 103.5055) (xy 84.587458 103.471317) (xy 84.749336 103.404265) (xy 84.895023 103.30692) + (xy 88.668406 99.533537) (xy 88.730718 99.499511) (xy 88.801533 99.504576) (xy 88.858369 99.547123) + (xy 88.88318 99.613643) (xy 88.883501 99.622632) (xy 88.883501 109.918247) (xy 88.863499 109.986368) + (xy 88.846596 110.007342) (xy 85.224255 113.629682) (xy 85.161943 113.663708) (xy 85.091127 113.658643) + (xy 85.034292 113.616096) (xy 85.019773 113.591201) (xy 84.982984 113.507331) (xy 84.855314 113.311916) + (xy 84.697225 113.140186) (xy 84.697221 113.140182) (xy 84.605118 113.068496) (xy 84.513017 112.99681) + (xy 84.307727 112.885713) (xy 84.307724 112.885712) (xy 84.307723 112.885711) (xy 84.086955 112.809921) + (xy 84.086948 112.809919) (xy 83.988411 112.793476) (xy 83.856712 112.7715) (xy 83.623288 112.7715) + (xy 83.508066 112.790727) (xy 83.393051 112.809919) (xy 83.393044 112.809921) (xy 83.172276 112.885711) + (xy 83.172273 112.885713) (xy 82.966985 112.996809) (xy 82.966983 112.99681) (xy 82.782778 113.140182) + (xy 82.782774 113.140186) (xy 82.624685 113.311916) (xy 82.595483 113.356615) (xy 82.54148 113.402704) + (xy 82.471132 113.412279) (xy 82.406774 113.382302) (xy 82.384517 113.356615) (xy 82.355314 113.311916) + (xy 82.197225 113.140186) (xy 82.197221 113.140182) (xy 82.105118 113.068496) (xy 82.013017 112.99681) + (xy 81.807727 112.885713) (xy 81.807724 112.885712) (xy 81.807723 112.885711) (xy 81.586955 112.809921) + (xy 81.586948 112.809919) (xy 81.488411 112.793476) (xy 81.356712 112.7715) (xy 81.123288 112.7715) + (xy 81.008066 112.790727) (xy 80.893051 112.809919) (xy 80.893044 112.809921) (xy 80.672276 112.885711) + (xy 80.672273 112.885713) (xy 80.466983 112.99681) (xy 80.419463 113.033797) (xy 80.300274 113.126566) + (xy 80.234232 113.152622) (xy 80.164586 113.138837) (xy 80.11345 113.089587) (xy 80.104828 113.071167) + (xy 80.090889 113.033796) (xy 80.090887 113.033792) (xy 80.003261 112.916738) (xy 79.886207 112.829112) + (xy 79.886202 112.82911) (xy 79.749204 112.778011) (xy 79.749196 112.778009) (xy 79.688649 112.7715) + (xy 79.688638 112.7715) (xy 77.791362 112.7715) (xy 77.79135 112.7715) (xy 77.730803 112.778009) + (xy 77.730795 112.778011) (xy 77.593797 112.82911) (xy 77.593792 112.829112) (xy 77.476738 112.916738) + (xy 77.389112 113.033792) (xy 77.38911 113.033797) (xy 77.338011 113.170795) (xy 77.338009 113.170803) + (xy 77.3315 113.23135) (xy 77.3315 115.128649) (xy 77.338009 115.189196) (xy 77.338011 115.189204) + (xy 77.38911 115.326202) (xy 77.389112 115.326207) (xy 77.476738 115.443261) (xy 77.593792 115.530887) + (xy 77.593794 115.530888) (xy 77.593796 115.530889) (xy 77.612891 115.538011) (xy 77.730795 115.581988) + (xy 77.730803 115.58199) (xy 77.79135 115.588499) (xy 77.791355 115.588499) (xy 77.791362 115.5885) + (xy 77.791368 115.5885) (xy 79.688632 115.5885) (xy 79.688638 115.5885) (xy 79.688645 115.588499) + (xy 79.688649 115.588499) (xy 79.749196 115.58199) (xy 79.749199 115.581989) (xy 79.749201 115.581989) + (xy 79.886204 115.530889) (xy 80.003261 115.443261) (xy 80.090889 115.326204) (xy 80.104828 115.288832) + (xy 80.147372 115.231999) (xy 80.213891 115.207187) (xy 80.283266 115.222278) (xy 80.300273 115.233434) + (xy 80.371452 115.288835) (xy 80.466983 115.36319) (xy 80.672273 115.474287) (xy 80.893049 115.55008) + (xy 81.123288 115.5885) (xy 81.123292 115.5885) (xy 81.356708 115.5885) (xy 81.356712 115.5885) + (xy 81.586951 115.55008) (xy 81.807727 115.474287) (xy 82.013017 115.36319) (xy 82.19722 115.219818) + (xy 82.355314 115.048083) (xy 82.384517 115.003383) (xy 82.438519 114.957296) (xy 82.508867 114.94772) + (xy 82.573225 114.977696) (xy 82.595481 115.003382) (xy 82.624686 115.048083) (xy 82.624687 115.048084) + (xy 82.782774 115.219813) (xy 82.782778 115.219817) (xy 82.84865 115.271087) (xy 82.966983 115.36319) + (xy 83.114942 115.443261) (xy 83.15822 115.466682) (xy 83.208611 115.516695) (xy 83.223963 115.586012) + (xy 83.199402 115.652625) (xy 83.187346 115.666591) (xy 77.644343 121.209596) (xy 77.582031 121.243622) + (xy 77.555248 121.246501) (xy 73.864387 121.246501) (xy 73.69254 121.280684) (xy 73.692535 121.280686) + (xy 73.530663 121.347736) (xy 73.384976 121.44508) (xy 73.244458 121.585598) (xy 73.182146 121.619623) + (xy 73.155363 121.622502) (xy 73.152006 121.622502) (xy 73.152003 121.622502) (xy 73.152 121.622502) + (xy 72.923913 121.642457) (xy 72.702759 121.701715) (xy 72.702753 121.701717) (xy 72.49525 121.798477) + (xy 72.307703 121.929799) (xy 72.307697 121.929804) (xy 72.145804 122.091697) (xy 72.145799 122.091703) + (xy 72.014477 122.27925) (xy 71.917717 122.486753) (xy 71.917716 122.486757) (xy 71.858457 122.707913) + (xy 71.838502 122.936) (xy 71.858457 123.164087) (xy 71.917716 123.385243) (xy 72.014477 123.592749) + (xy 72.145802 123.7803) (xy 72.3077 123.942198) (xy 72.495251 124.073523) (xy 72.702757 124.170284) + (xy 72.923913 124.229543) (xy 73.152 124.249498) (xy 73.380087 124.229543) (xy 73.601243 124.170284) + (xy 73.808749 124.073523) (xy 73.9963 123.942198) (xy 74.158198 123.7803) (xy 74.289523 123.592749) + (xy 74.386284 123.385243) (xy 74.445543 123.164087) (xy 74.446335 123.15503) (xy 74.447606 123.140517) + (xy 74.47347 123.074399) (xy 74.530975 123.032761) (xy 74.573126 123.025501) (xy 78.063488 123.025501) + (xy 78.063489 123.025501) (xy 78.235339 122.991318) (xy 78.397217 122.924266) (xy 78.542904 122.826921) + (xy 85.255405 116.11442) (xy 85.317717 116.080394) (xy 85.388532 116.085459) (xy 85.445368 116.128006) + (xy 85.470179 116.194526) (xy 85.4705 116.203515) (xy 85.4705 117.476812) (xy 85.450498 117.544933) + (xy 85.433595 117.565907) (xy 85.353804 117.645697) (xy 85.353799 117.645703) (xy 85.222477 117.83325) + (xy 85.125717 118.040753) (xy 85.125715 118.040759) (xy 85.096846 118.148499) (xy 85.066457 118.261913) + (xy 85.046502 118.49) (xy 85.066457 118.718087) (xy 85.125716 118.939243) (xy 85.222477 119.146749) + (xy 85.353802 119.3343) (xy 85.5157 119.496198) (xy 85.703251 119.627523) (xy 85.910757 119.724284) + (xy 86.131913 119.783543) (xy 86.36 119.803498) (xy 86.588087 119.783543) (xy 86.809243 119.724284) + (xy 87.016749 119.627523) (xy 87.2043 119.496198) (xy 87.366198 119.3343) (xy 87.497523 119.146749) + (xy 87.594284 118.939243) (xy 87.653543 118.718087) (xy 87.673498 118.49) (xy 87.653543 118.261913) + (xy 87.594284 118.040757) (xy 87.497523 117.833251) (xy 87.366198 117.6457) (xy 87.286405 117.565907) + (xy 87.252379 117.503595) (xy 87.2495 117.476812) (xy 87.2495 114.212632) (xy 87.269502 114.144511) + (xy 87.286405 114.123537) (xy 88.668406 112.741536) (xy 88.730718 112.70751) (xy 88.801533 112.712575) + (xy 88.858369 112.755122) (xy 88.88318 112.821642) (xy 88.883501 112.830631) (xy 88.883501 118.594365) + (xy 88.863499 118.662486) (xy 88.846596 118.68346) (xy 73.244459 134.285597) (xy 73.182147 134.319623) + (xy 73.155364 134.322502) (xy 73.152006 134.322502) (xy 73.152003 134.322502) (xy 73.152 134.322502) + (xy 72.923913 134.342457) (xy 72.702759 134.401715) (xy 72.702753 134.401717) (xy 72.49525 134.498477) + (xy 72.307703 134.629799) (xy 72.307697 134.629804) (xy 72.145804 134.791697) (xy 72.145795 134.791708) + (xy 72.014477 134.97925) (xy 72.014472 134.979259) (xy 71.997461 135.015738) (xy 71.950543 135.069022) + (xy 71.882265 135.088481) (xy 71.814306 135.067938) (xy 71.794173 135.05158) (xy 71.167388 134.424795) + (xy 71.167368 134.424773) (xy 66.267905 129.52531) (xy 66.233879 129.462998) (xy 66.231 129.436215) + (xy 66.231 127) (xy 71.838502 127) (xy 71.858457 127.228086) (xy 71.917715 127.44924) (xy 71.917717 127.449246) + (xy 72.014477 127.656749) (xy 72.083487 127.755306) (xy 72.145802 127.8443) (xy 72.3077 128.006198) + (xy 72.495251 128.137523) (xy 72.702757 128.234284) (xy 72.923913 128.293543) (xy 73.152 128.313498) + (xy 73.380087 128.293543) (xy 73.601243 128.234284) (xy 73.808749 128.137523) (xy 73.9963 128.006198) + (xy 74.158198 127.8443) (xy 74.289523 127.656749) (xy 74.354884 127.516578) (xy 74.4018 127.463294) + (xy 74.470078 127.443833) (xy 74.538038 127.464374) (xy 74.584104 127.518397) (xy 74.594001 127.553382) + (xy 74.603469 127.625301) (xy 74.603471 127.625308) (xy 74.666865 127.861898) (xy 74.760598 128.08819) + (xy 74.760599 128.088191) (xy 74.760604 128.088201) (xy 74.883063 128.300306) (xy 74.883065 128.300309) + (xy 74.883066 128.30031) (xy 75.032173 128.494631) (xy 75.032182 128.494641) (xy 75.205358 128.667817) + (xy 75.205368 128.667826) (xy 75.205369 128.667827) (xy 75.39969 128.816934) (xy 75.61181 128.939402) + (xy 75.838102 129.033135) (xy 76.074692 129.096529) (xy 76.074698 129.096529) (xy 76.074699 129.09653) + (xy 76.10256 129.100198) (xy 76.317532 129.1285) (xy 76.317539 129.1285) (xy 76.562461 129.1285) + (xy 76.562468 129.1285) (xy 76.805308 129.096529) (xy 77.041898 129.033135) (xy 77.26819 128.939402) + (xy 77.48031 128.816934) (xy 77.674631 128.667827) (xy 77.847827 128.494631) (xy 77.996934 128.30031) + (xy 78.119402 128.08819) (xy 78.213135 127.861898) (xy 78.276529 127.625308) (xy 78.3085 127.382468) + (xy 78.3085 126.617532) (xy 78.276529 126.374692) (xy 78.213135 126.138102) (xy 78.119402 125.91181) + (xy 77.996934 125.69969) (xy 77.847827 125.505369) (xy 77.847826 125.505368) (xy 77.847817 125.505358) + (xy 77.674641 125.332182) (xy 77.674631 125.332173) (xy 77.564784 125.247885) (xy 77.48031 125.183066) + (xy 77.480309 125.183065) (xy 77.480306 125.183063) (xy 77.268201 125.060604) (xy 77.268196 125.060601) + (xy 77.26819 125.060598) (xy 77.041898 124.966865) (xy 76.805308 124.903471) (xy 76.805306 124.90347) + (xy 76.8053 124.903469) (xy 76.56247 124.8715) (xy 76.562468 124.8715) (xy 76.317532 124.8715) (xy 76.317529 124.8715) + (xy 76.074699 124.903469) (xy 75.838102 124.966865) (xy 75.611808 125.060599) (xy 75.611798 125.060604) + (xy 75.399693 125.183063) (xy 75.205368 125.332173) (xy 75.205358 125.332182) (xy 75.032182 125.505358) + (xy 75.032173 125.505368) (xy 74.883063 125.699693) (xy 74.760604 125.911798) (xy 74.760599 125.911808) + (xy 74.666865 126.138102) (xy 74.603469 126.374698) (xy 74.594001 126.446617) (xy 74.565278 126.511544) + (xy 74.506013 126.550635) (xy 74.435021 126.55148) (xy 74.374843 126.513809) (xy 74.354884 126.483419) + (xy 74.289524 126.343252) (xy 74.1582 126.155703) (xy 74.158195 126.155697) (xy 73.996302 125.993804) + (xy 73.996296 125.993799) (xy 73.808749 125.862477) (xy 73.601246 125.765717) (xy 73.60124 125.765715) + (xy 73.507771 125.74067) (xy 73.380087 125.706457) (xy 73.152 125.686502) (xy 72.923913 125.706457) + (xy 72.702759 125.765715) (xy 72.702753 125.765717) (xy 72.49525 125.862477) (xy 72.307703 125.993799) + (xy 72.307697 125.993804) (xy 72.145804 126.155697) (xy 72.145799 126.155703) (xy 72.014477 126.34325) + (xy 71.917717 126.550753) (xy 71.917715 126.550759) (xy 71.858457 126.771913) (xy 71.838502 127) + (xy 66.231 127) (xy 66.231 118.49) (xy 74.886502 118.49) (xy 74.906457 118.718087) (xy 74.965716 118.939243) + (xy 75.062477 119.146749) (xy 75.193802 119.3343) (xy 75.3557 119.496198) (xy 75.543251 119.627523) + (xy 75.750757 119.724284) (xy 75.971913 119.783543) (xy 76.2 119.803498) (xy 76.428087 119.783543) + (xy 76.649243 119.724284) (xy 76.856749 119.627523) (xy 77.0443 119.496198) (xy 77.206198 119.3343) + (xy 77.337523 119.146749) (xy 77.434284 118.939243) (xy 77.493543 118.718087) (xy 77.513498 118.49) + (xy 77.493543 118.261913) (xy 77.434284 118.040757) (xy 77.337523 117.833251) (xy 77.206198 117.6457) + (xy 77.0443 117.483802) (xy 77.034317 117.476812) (xy 76.856749 117.352477) (xy 76.649246 117.255717) + (xy 76.64924 117.255715) (xy 76.488859 117.212741) (xy 76.428087 117.196457) (xy 76.2 117.176502) + (xy 75.971913 117.196457) (xy 75.750759 117.255715) (xy 75.750753 117.255717) (xy 75.54325 117.352477) + (xy 75.355703 117.483799) (xy 75.355697 117.483804) (xy 75.193804 117.645697) (xy 75.193799 117.645703) + (xy 75.062477 117.83325) (xy 74.965717 118.040753) (xy 74.965715 118.040759) (xy 74.936846 118.148499) + (xy 74.906457 118.261913) (xy 74.886502 118.49) (xy 66.231 118.49) (xy 66.231 105.497724) (xy 66.251002 105.429603) + (xy 66.2679 105.408634) (xy 70.272143 101.40439) (xy 70.334453 101.370366) (xy 70.378394 101.369498) + (xy 70.378433 101.369063) (xy 70.382488 101.369417) (xy 70.383138 101.369405) (xy 70.383899 101.369539) + (xy 70.383913 101.369543) (xy 70.612 101.389498) (xy 70.840087 101.369543) (xy 71.061243 101.310284) + (xy 71.268749 101.213523) (xy 71.4563 101.082198) (xy 71.613849 100.924649) (xy 76.9235 100.924649) + (xy 76.930009 100.985196) (xy 76.930011 100.985204) (xy 76.98111 101.122202) (xy 76.981112 101.122207) + (xy 77.068738 101.239261) (xy 77.185792 101.326887) (xy 77.185794 101.326888) (xy 77.185796 101.326889) + (xy 77.244875 101.348924) (xy 77.322795 101.377988) (xy 77.322803 101.37799) (xy 77.38335 101.384499) + (xy 77.383355 101.384499) (xy 77.383362 101.3845) (xy 77.383368 101.3845) (xy 79.080632 101.3845) + (xy 79.080638 101.3845) (xy 79.080645 101.384499) (xy 79.080649 101.384499) (xy 79.141196 101.37799) + (xy 79.141199 101.377989) (xy 79.141201 101.377989) (xy 79.278204 101.326889) (xy 79.300389 101.310282) + (xy 79.395261 101.239261) (xy 79.482887 101.122207) (xy 79.482887 101.122206) (xy 79.482889 101.122204) + (xy 79.533989 100.985201) (xy 79.53678 100.959246) (xy 79.540499 100.924649) (xy 79.5405 100.924632) + (xy 79.5405 99.227367) (xy 79.540499 99.22735) (xy 79.53399 99.166803) (xy 79.533988 99.166795) + (xy 79.497811 99.069804) (xy 79.482889 99.029796) (xy 79.482888 99.029794) (xy 79.482887 99.029792) + (xy 79.395261 98.912738) (xy 79.278207 98.825112) (xy 79.278202 98.82511) (xy 79.141204 98.774011) + (xy 79.141196 98.774009) (xy 79.080649 98.7675) (xy 79.080638 98.7675) (xy 77.383362 98.7675) (xy 77.38335 98.7675) + (xy 77.322803 98.774009) (xy 77.322795 98.774011) (xy 77.185797 98.82511) (xy 77.185792 98.825112) + (xy 77.068738 98.912738) (xy 76.981112 99.029792) (xy 76.98111 99.029797) (xy 76.930011 99.166795) + (xy 76.930009 99.166803) (xy 76.9235 99.22735) (xy 76.9235 100.924649) (xy 71.613849 100.924649) + (xy 71.618198 100.9203) (xy 71.749523 100.732749) (xy 71.846284 100.525243) (xy 71.905543 100.304087) + (xy 71.925498 100.076) (xy 71.905543 99.847913) (xy 71.846284 99.626757) (xy 71.749523 99.419251) + (xy 71.618198 99.2317) (xy 71.4563 99.069802) (xy 71.443015 99.0605) (xy 71.268749 98.938477) (xy 71.061246 98.841717) + (xy 71.06124 98.841715) (xy 70.967771 98.81667) (xy 70.840087 98.782457) (xy 70.612 98.762502) (xy 70.383913 98.782457) + (xy 70.162759 98.841715) (xy 70.162753 98.841717) (xy 69.95525 98.938477) (xy 69.767703 99.069799) + (xy 69.767697 99.069804) (xy 69.605804 99.231697) (xy 69.605799 99.231703) (xy 69.474477 99.41925) + (xy 69.377717 99.626753) (xy 69.377715 99.626759) (xy 69.318457 99.847913) (xy 69.298502 100.076) + (xy 69.318457 100.304091) (xy 69.318599 100.304892) (xy 69.318559 100.305248) (xy 69.318937 100.309567) + (xy 69.318068 100.309642) (xy 69.310724 100.375451) (xy 69.283606 100.415857) (xy 65.34485 104.354615) + (xy 65.086414 104.613051) (xy 65.0526 104.646865) (xy 64.98905 104.710414) (xy 64.912554 104.824899) + (xy 64.859864 104.952103) (xy 64.859862 104.952108) (xy 64.833 105.087152) (xy 64.833 111.998799) + (xy 64.812998 112.06692) (xy 64.759342 112.113413) (xy 64.689068 112.123517) (xy 64.624488 112.094023) + (xy 64.603787 112.07107) (xy 64.5062 111.931703) (xy 64.506195 111.931697) (xy 64.344302 111.769804) + (xy 64.344296 111.769799) (xy 64.156749 111.638477) (xy 63.949246 111.541717) (xy 63.94924 111.541715) + (xy 63.855771 111.51667) (xy 63.728087 111.482457) (xy 63.5 111.462502) (xy 63.271913 111.482457) + (xy 63.050759 111.541715) (xy 63.050753 111.541717) (xy 62.84325 111.638477) (xy 62.655703 111.769799) + (xy 62.655697 111.769804) (xy 62.493804 111.931697) (xy 62.493799 111.931703) (xy 62.362477 112.11925) + (xy 62.265717 112.326753) (xy 62.265716 112.326757) (xy 62.206457 112.547913) (xy 62.186502 112.776) + (xy 62.206457 113.004087) (xy 62.214418 113.033796) (xy 62.265715 113.22524) (xy 62.265717 113.225246) + (xy 62.362477 113.432749) (xy 62.473426 113.591201) (xy 62.493802 113.6203) (xy 62.6557 113.782198) + (xy 62.843251 113.913523) (xy 63.050757 114.010284) (xy 63.271913 114.069543) (xy 63.5 114.089498) + (xy 63.728087 114.069543) (xy 63.949243 114.010284) (xy 64.156749 113.913523) (xy 64.3443 113.782198) + (xy 64.506198 113.6203) (xy 64.603787 113.480929) (xy 64.659244 113.436601) (xy 64.729864 113.429292) + (xy 64.793224 113.461323) (xy 64.829209 113.522524) (xy 64.833 113.5532) (xy 64.833 129.84679) (xy 64.859862 129.981833) + (xy 64.912554 130.109043) (xy 64.962389 130.183626) (xy 64.987883 130.22178) (xy 65.009098 130.289533) + (xy 64.990315 130.358) (xy 64.937498 130.405443) (xy 64.936369 130.405976) (xy 64.875252 130.434475) + (xy 64.687703 130.565799) (xy 64.687697 130.565804) (xy 64.525804 130.727697) (xy 64.525799 130.727703) + (xy 64.394477 130.91525) (xy 64.376195 130.954457) (xy 64.329278 131.007742) (xy 64.261001 131.027203) + (xy 64.193041 131.006661) (xy 64.147805 130.954457) (xy 64.145894 130.950359) (xy 64.129523 130.915251) + (xy 63.998198 130.7277) (xy 63.8363 130.565802) (xy 63.648749 130.434477) (xy 63.648745 130.434475) + (xy 63.441246 130.337717) (xy 63.44124 130.337715) (xy 63.347771 130.31267) (xy 63.220087 130.278457) + (xy 62.992 130.258502) (xy 62.763913 130.278457) (xy 62.542759 130.337715) (xy 62.542753 130.337717) + (xy 62.33525 130.434477) (xy 62.147703 130.565799) (xy 62.147697 130.565804) (xy 61.985804 130.727697) + (xy 61.985799 130.727703) (xy 61.854477 130.91525) (xy 61.757717 131.122753) (xy 61.757715 131.122759) + (xy 61.698457 131.343913) (xy 61.678502 131.572) (xy 61.698457 131.800086) (xy 61.757715 132.02124) + (xy 61.757717 132.021246) (xy 61.802273 132.116796) (xy 61.854477 132.228749) (xy 61.985802 132.4163) + (xy 62.1477 132.578198) (xy 62.335251 132.709523) (xy 62.542757 132.806284) (xy 62.763913 132.865543) + (xy 62.992 132.885498) (xy 63.220087 132.865543) (xy 63.441243 132.806284) (xy 63.648749 132.709523) + (xy 63.8363 132.578198) (xy 63.998198 132.4163) (xy 64.129523 132.228749) (xy 64.147805 132.189543) + (xy 64.194721 132.136258) (xy 64.262998 132.116796) (xy 64.330958 132.137337) (xy 64.376195 132.189543) + (xy 64.394477 132.228749) (xy 64.525802 132.4163) (xy 64.6877 132.578198) (xy 64.875251 132.709523) + (xy 65.082757 132.806284) (xy 65.303913 132.865543) (xy 65.532 132.885498) (xy 65.760087 132.865543) + (xy 65.981243 132.806284) (xy 66.188749 132.709523) (xy 66.3763 132.578198) (xy 66.538198 132.4163) + (xy 66.669523 132.228749) (xy 66.696749 132.170361) (xy 66.743665 132.117077) (xy 66.811942 132.097615) + (xy 66.879902 132.118156) (xy 66.900039 132.134516) (xy 70.178831 135.41331) (xy 70.178853 135.41333) + (xy 71.321124 136.555601) (xy 71.35515 136.617913) (xy 71.358029 136.644696) (xy 71.358029 138.8155) + (xy 71.338027 138.883621) (xy 71.284371 138.930114) (xy 71.232029 138.9415) (xy 71.22135 138.9415) + (xy 71.160803 138.948009) (xy 71.160795 138.948011) (xy 71.023797 138.99911) (xy 71.023792 138.999112) + (xy 70.906738 139.086738) (xy 70.819112 139.203792) (xy 70.81911 139.203797) (xy 70.768011 139.340795) + (xy 70.768009 139.340803) (xy 70.7615 139.40135) (xy 70.7615 141.098649) (xy 70.768009 141.159196) + (xy 70.768011 141.159204) (xy 70.81911 141.296202) (xy 70.819112 141.296207) (xy 70.906738 141.413261) + (xy 71.023792 141.500887) (xy 71.023794 141.500888) (xy 71.023796 141.500889) (xy 71.031904 141.503913) + (xy 71.160795 141.551988) (xy 71.160803 141.55199) (xy 71.22135 141.558499) (xy 71.221355 141.558499) + (xy 71.221362 141.5585) (xy 71.221368 141.5585) (xy 72.918632 141.5585) (xy 72.918638 141.5585) + (xy 72.918645 141.558499) (xy 72.918649 141.558499) (xy 72.979196 141.55199) (xy 72.979199 141.551989) + (xy 72.979201 141.551989) (xy 73.116204 141.500889) (xy 73.139018 141.483811) (xy 73.233261 141.413261) + (xy 73.320887 141.296207) (xy 73.320887 141.296206) (xy 73.320889 141.296204) (xy 73.371989 141.159201) + (xy 73.3785 141.098638) (xy 73.378861 141.095283) (xy 73.379908 141.095395) (xy 73.402056 141.032567) + (xy 73.458113 140.989) (xy 73.474105 140.986682) (xy 74.17 140.290788) (xy 74.17 140.302661) (xy 74.197259 140.404394) + (xy 74.24992 140.495606) (xy 74.324394 140.57008) (xy 74.415606 140.622741) (xy 74.517339 140.65) + (xy 74.52921 140.65) (xy 73.84211 141.337098) (xy 73.84211 141.3371) (xy 73.913498 141.387086) (xy 74.120926 141.483811) + (xy 74.120931 141.483813) (xy 74.341999 141.543048) (xy 74.341995 141.543048) (xy 74.57 141.562995) + (xy 74.798002 141.543048) (xy 75.019068 141.483813) (xy 75.019073 141.483811) (xy 75.226497 141.387088) + (xy 75.297888 141.337099) (xy 75.297888 141.337097) (xy 74.610791 140.65) (xy 74.622661 140.65) + (xy 74.724394 140.622741) (xy 74.815606 140.57008) (xy 74.89008 140.495606) (xy 74.942741 140.404394) + (xy 74.97 140.302661) (xy 74.97 140.290791) (xy 75.657097 140.977888) (xy 75.657099 140.977888) + (xy 75.707088 140.906497) (xy 75.803811 140.699073) (xy 75.803813 140.699068) (xy 75.863048 140.478002) + (xy 75.882995 140.25) (xy 75.863048 140.021997) (xy 75.803813 139.800931) (xy 75.803811 139.800926) + (xy 75.707086 139.593498) (xy 75.6571 139.52211) (xy 75.657098 139.52211) (xy 74.97 140.209208) + (xy 74.97 140.197339) (xy 74.942741 140.095606) (xy 74.89008 140.004394) (xy 74.815606 139.92992) + (xy 74.724394 139.877259) (xy 74.622661 139.85) (xy 74.61079 139.85) (xy 75.297888 139.162899) (xy 75.297888 139.162898) + (xy 75.226501 139.112913) (xy 75.221734 139.110161) (xy 75.223059 139.107865) (xy 75.178089 139.068246) + (xy 75.158648 138.999963) (xy 75.17921 138.932009) (xy 75.233247 138.88596) (xy 75.284644 138.875) + (xy 77.18547 138.875) (xy 77.253591 138.895002) (xy 77.288683 138.928729) (xy 77.337965 138.999111) + (xy 77.352802 139.0203) (xy 77.5147 139.182198) (xy 77.702251 139.313523) (xy 77.909757 139.410284) + (xy 78.130913 139.469543) (xy 78.359 139.489498) (xy 78.587087 139.469543) (xy 78.808243 139.410284) + (xy 79.015749 139.313523) (xy 79.2033 139.182198) (xy 79.365198 139.0203) (xy 79.496523 138.832749) + (xy 79.593284 138.625243) (xy 79.652543 138.404087) (xy 79.672498 138.176) (xy 79.652543 137.947913) + (xy 79.593284 137.726757) (xy 79.496523 137.519251) (xy 79.365198 137.3317) (xy 79.2033 137.169802) + (xy 79.015749 137.038477) (xy 78.986292 137.024741) (xy 78.808246 136.941717) (xy 78.80824 136.941715) + (xy 78.643623 136.897606) (xy 78.587087 136.882457) (xy 78.359 136.862502) (xy 78.130913 136.882457) + (xy 77.909759 136.941715) (xy 77.909753 136.941717) (xy 77.70225 137.038477) (xy 77.514703 137.169799) + (xy 77.514697 137.169804) (xy 77.352804 137.331697) (xy 77.352799 137.331703) (xy 77.288683 137.423271) + (xy 77.233226 137.467599) (xy 77.18547 137.477) (xy 74.271783 137.477) (xy 74.203662 137.456998) + (xy 74.182688 137.440095) (xy 73.736418 136.993825) (xy 73.702392 136.931513) (xy 73.707457 136.860698) + (xy 73.750004 136.803862) (xy 73.772257 136.790539) (xy 73.808749 136.773523) (xy 73.9963 136.642198) + (xy 74.158198 136.4803) (xy 74.289523 136.292749) (xy 74.386284 136.085243) (xy 74.445543 135.864087) + (xy 74.465498 135.636) (xy 74.465497 135.635996) (xy 74.465498 135.635993) (xy 74.465498 135.632634) + (xy 74.465916 135.631207) (xy 74.465977 135.630519) (xy 74.466115 135.630531) (xy 74.4855 135.564513) + (xy 74.502403 135.543539) (xy 74.597293 135.448649) (xy 77.3315 135.448649) (xy 77.338009 135.509196) + (xy 77.338011 135.509204) (xy 77.38911 135.646202) (xy 77.389112 135.646207) (xy 77.476738 135.763261) + (xy 77.593792 135.850887) (xy 77.593794 135.850888) (xy 77.593796 135.850889) (xy 77.629181 135.864087) + (xy 77.730795 135.901988) (xy 77.730803 135.90199) (xy 77.79135 135.908499) (xy 77.791355 135.908499) + (xy 77.791362 135.9085) (xy 77.791368 135.9085) (xy 79.688632 135.9085) (xy 79.688638 135.9085) + (xy 79.688645 135.908499) (xy 79.688649 135.908499) (xy 79.749196 135.90199) (xy 79.749199 135.901989) + (xy 79.749201 135.901989) (xy 79.886204 135.850889) (xy 80.003261 135.763261) (xy 80.090889 135.646204) + (xy 80.104828 135.608832) (xy 80.147372 135.551999) (xy 80.213891 135.527187) (xy 80.283266 135.542278) + (xy 80.300273 135.553434) (xy 80.361129 135.6008) (xy 80.466983 135.68319) (xy 80.672273 135.794287) + (xy 80.893049 135.87008) (xy 81.123288 135.9085) (xy 81.123292 135.9085) (xy 81.356708 135.9085) + (xy 81.356712 135.9085) (xy 81.586951 135.87008) (xy 81.807727 135.794287) (xy 82.013017 135.68319) + (xy 82.19722 135.539818) (xy 82.355314 135.368083) (xy 82.384517 135.323383) (xy 82.438519 135.277296) + (xy 82.508867 135.26772) (xy 82.573225 135.297696) (xy 82.595481 135.323382) (xy 82.616867 135.356115) + (xy 82.624687 135.368084) (xy 82.782774 135.539813) (xy 82.782778 135.539817) (xy 82.806624 135.558377) + (xy 82.966983 135.68319) (xy 83.172273 135.794287) (xy 83.393049 135.87008) (xy 83.623288 135.9085) + (xy 83.623292 135.9085) (xy 83.856708 135.9085) (xy 83.856712 135.9085) (xy 84.086951 135.87008) + (xy 84.307727 135.794287) (xy 84.513017 135.68319) (xy 84.69722 135.539818) (xy 84.725403 135.509204) + (xy 84.855314 135.368083) (xy 84.863133 135.356115) (xy 84.982984 135.172669) (xy 85.076749 134.958907) + (xy 85.134051 134.732626) (xy 85.153327 134.5) (xy 85.134051 134.267374) (xy 85.076749 134.041093) + (xy 84.982984 133.827331) (xy 84.88668 133.679926) (xy 84.855314 133.631916) (xy 84.697225 133.460186) + (xy 84.697221 133.460182) (xy 84.605118 133.388496) (xy 84.513017 133.31681) (xy 84.307727 133.205713) + (xy 84.307724 133.205712) (xy 84.307723 133.205711) (xy 84.086955 133.129921) (xy 84.086948 133.129919) + (xy 83.988411 133.113476) (xy 83.856712 133.0915) (xy 83.623288 133.0915) (xy 83.508066 133.110727) + (xy 83.393051 133.129919) (xy 83.393044 133.129921) (xy 83.172276 133.205711) (xy 83.172273 133.205713) + (xy 82.998116 133.299962) (xy 82.966985 133.316809) (xy 82.966983 133.31681) (xy 82.782778 133.460182) + (xy 82.782774 133.460186) (xy 82.624685 133.631916) (xy 82.595483 133.676615) (xy 82.54148 133.722704) + (xy 82.471132 133.732279) (xy 82.406774 133.702302) (xy 82.384517 133.676615) (xy 82.355314 133.631916) + (xy 82.197225 133.460186) (xy 82.197221 133.460182) (xy 82.105118 133.388496) (xy 82.013017 133.31681) + (xy 81.807727 133.205713) (xy 81.807724 133.205712) (xy 81.807723 133.205711) (xy 81.586955 133.129921) + (xy 81.586948 133.129919) (xy 81.488411 133.113476) (xy 81.356712 133.0915) (xy 81.123288 133.0915) + (xy 81.008066 133.110727) (xy 80.893051 133.129919) (xy 80.893044 133.129921) (xy 80.672276 133.205711) + (xy 80.672273 133.205713) (xy 80.466983 133.31681) (xy 80.419463 133.353797) (xy 80.300274 133.446566) + (xy 80.234232 133.472622) (xy 80.164586 133.458837) (xy 80.11345 133.409587) (xy 80.104828 133.391167) + (xy 80.090889 133.353796) (xy 80.090887 133.353792) (xy 80.003261 133.236738) (xy 79.886207 133.149112) + (xy 79.886202 133.14911) (xy 79.749204 133.098011) (xy 79.749196 133.098009) (xy 79.688649 133.0915) + (xy 79.688638 133.0915) (xy 77.791362 133.0915) (xy 77.79135 133.0915) (xy 77.730803 133.098009) + (xy 77.730795 133.098011) (xy 77.593797 133.14911) (xy 77.593792 133.149112) (xy 77.476738 133.236738) + (xy 77.389112 133.353792) (xy 77.38911 133.353797) (xy 77.338011 133.490795) (xy 77.338009 133.490803) + (xy 77.3315 133.55135) (xy 77.3315 135.448649) (xy 74.597293 135.448649) (xy 81.551311 128.494631) + (xy 84.072823 125.973119) (xy 84.135134 125.939094) (xy 84.205949 125.944159) (xy 84.262785 125.986706) + (xy 84.287596 126.053226) (xy 84.278326 126.110432) (xy 84.266865 126.138102) (xy 84.26215 126.1557) + (xy 84.203469 126.374699) (xy 84.1715 126.617529) (xy 84.1715 127.38247) (xy 84.203469 127.6253) + (xy 84.20347 127.625306) (xy 84.203471 127.625308) (xy 84.266865 127.861898) (xy 84.360598 128.08819) + (xy 84.360599 128.088191) (xy 84.360604 128.088201) (xy 84.483063 128.300306) (xy 84.483065 128.300309) + (xy 84.483066 128.30031) (xy 84.632173 128.494631) (xy 84.632182 128.494641) (xy 84.805358 128.667817) + (xy 84.805368 128.667826) (xy 84.805369 128.667827) (xy 84.99969 128.816934) (xy 85.21181 128.939402) + (xy 85.438102 129.033135) (xy 85.674692 129.096529) (xy 85.674698 129.096529) (xy 85.674699 129.09653) + (xy 85.70256 129.100198) (xy 85.917532 129.1285) (xy 85.917539 129.1285) (xy 86.162461 129.1285) + (xy 86.162468 129.1285) (xy 86.405308 129.096529) (xy 86.641898 129.033135) (xy 86.86819 128.939402) + (xy 87.08031 128.816934) (xy 87.274631 128.667827) (xy 87.447827 128.494631) (xy 87.596934 128.30031) + (xy 87.719402 128.08819) (xy 87.813135 127.861898) (xy 87.876529 127.625308) (xy 87.9085 127.382468) + (xy 87.9085 126.617532) (xy 87.876529 126.374692) (xy 87.813135 126.138102) (xy 87.719402 125.91181) + (xy 87.596934 125.69969) (xy 87.447827 125.505369) (xy 87.447826 125.505368) (xy 87.447817 125.505358) + (xy 87.274641 125.332182) (xy 87.274631 125.332173) (xy 87.164784 125.247885) (xy 87.08031 125.183066) + (xy 87.080309 125.183065) (xy 87.080306 125.183063) (xy 86.868201 125.060604) (xy 86.868196 125.060601) + (xy 86.86819 125.060598) (xy 86.641898 124.966865) (xy 86.405308 124.903471) (xy 86.405306 124.90347) + (xy 86.4053 124.903469) (xy 86.16247 124.8715) (xy 86.162468 124.8715) (xy 85.917532 124.8715) (xy 85.917529 124.8715) + (xy 85.674699 124.903469) (xy 85.674692 124.903471) (xy 85.438102 124.966865) (xy 85.4381 124.966865) + (xy 85.438099 124.966866) (xy 85.410432 124.978326) (xy 85.339842 124.985915) (xy 85.276355 124.954135) + (xy 85.240129 124.893076) (xy 85.242663 124.822125) (xy 85.273118 124.772823) (xy 88.668408 121.377534) + (xy 88.730718 121.34351) (xy 88.801533 121.348575) (xy 88.858369 121.391122) (xy 88.88318 121.457642) + (xy 88.883501 121.466631) (xy 88.883501 137.462447) (xy 88.863499 137.530568) (xy 88.846596 137.551542) + (xy 87.502595 138.895543) (xy 87.440283 138.929569) (xy 87.369468 138.924504) (xy 87.312632 138.881957) + (xy 87.287821 138.815437) (xy 87.2875 138.806448) (xy 87.2875 137.327367) (xy 87.287499 137.32735) + (xy 87.28099 137.266803) (xy 87.280988 137.266795) (xy 87.244811 137.169804) (xy 87.229889 137.129796) + (xy 87.229888 137.129794) (xy 87.229887 137.129792) (xy 87.142261 137.012738) (xy 87.025207 136.925112) + (xy 87.025202 136.92511) (xy 86.888204 136.874011) (xy 86.888196 136.874009) (xy 86.827649 136.8675) + (xy 86.827638 136.8675) (xy 85.130362 136.8675) (xy 85.13035 136.8675) (xy 85.069803 136.874009) + (xy 85.069795 136.874011) (xy 84.932797 136.92511) (xy 84.932792 136.925112) (xy 84.815738 137.012738) + (xy 84.728112 137.129792) (xy 84.72811 137.129797) (xy 84.677011 137.266795) (xy 84.677009 137.266803) + (xy 84.6705 137.32735) (xy 84.6705 139.024649) (xy 84.677009 139.085196) (xy 84.677011 139.085204) + (xy 84.72811 139.222202) (xy 84.728112 139.222207) (xy 84.815738 139.339261) (xy 84.932792 139.426887) + (xy 84.932794 139.426888) (xy 84.932796 139.426889) (xy 84.991875 139.448924) (xy 85.069795 139.477988) + (xy 85.069803 139.47799) (xy 85.13035 139.484499) (xy 85.130355 139.484499) (xy 85.130362 139.4845) + (xy 85.130368 139.4845) (xy 86.609448 139.4845) (xy 86.677569 139.504502) (xy 86.724062 139.558158) + (xy 86.734166 139.628432) (xy 86.704672 139.693012) (xy 86.698543 139.699595) (xy 82.962713 143.435424) + (xy 82.900401 143.46945) (xy 82.829585 143.464385) (xy 82.77275 143.421838) (xy 82.757213 143.394555) + (xy 82.686334 143.223437) (xy 82.556925 143.01226) (xy 82.517656 142.966282) (xy 82.396073 142.823926) + (xy 82.207743 142.663077) (xy 82.207741 142.663076) (xy 82.20774 142.663075) (xy 81.996563 142.533666) + (xy 81.928343 142.505408) (xy 81.873063 142.46086) (xy 81.850642 142.393497) (xy 81.8682 142.324706) + (xy 81.920162 142.276328) (xy 81.976562 142.263) (xy 82.293585 142.263) (xy 82.293597 142.262999) + (xy 82.354093 142.256494) (xy 82.490964 142.205444) (xy 82.490965 142.205444) (xy 82.607904 142.117904) + (xy 82.695444 142.000965) (xy 82.695444 142.000964) (xy 82.746494 141.864093) (xy 82.752999 141.803597) + (xy 82.753 141.803585) (xy 82.753 141.094) (xy 81.835049 141.094) (xy 81.866558 141.017931) (xy 81.89 140.90008) + (xy 81.89 140.77992) (xy 81.866558 140.662069) (xy 81.835049 140.586) (xy 82.753 140.586) (xy 82.753 139.876414) + (xy 82.752999 139.876402) (xy 82.746494 139.815906) (xy 82.695444 139.679035) (xy 82.695444 139.679034) + (xy 82.607904 139.562095) (xy 82.490965 139.474555) (xy 82.354093 139.423505) (xy 82.293597 139.417) + (xy 81.534 139.417) (xy 81.534 140.28495) (xy 81.457931 140.253442) (xy 81.34008 140.23) (xy 81.21992 140.23) + (xy 81.102069 140.253442) (xy 81.026 140.28495) (xy 81.026 139.417) (xy 80.266402 139.417) (xy 80.205906 139.423505) + (xy 80.069035 139.474555) (xy 80.069034 139.474555) (xy 79.952095 139.562095) (xy 79.864555 139.679034) + (xy 79.864555 139.679035) (xy 79.813505 139.815906) (xy 79.807 139.876402) (xy 79.807 140.586) (xy 80.724951 140.586) + (xy 80.693442 140.662069) (xy 80.67 140.77992) (xy 80.67 140.90008) (xy 80.693442 141.017931) (xy 80.724951 141.094) + (xy 79.807 141.094) (xy 79.807 141.803597) (xy 79.813505 141.864093) (xy 79.864555 142.000964) (xy 79.864555 142.000965) + (xy 79.952095 142.117904) (xy 80.069034 142.205444) (xy 80.205906 142.256494) (xy 80.266402 142.262999) + (xy 80.266415 142.263) (xy 80.583438 142.263) (xy 80.651559 142.283002) (xy 80.698052 142.336658) + (xy 80.708156 142.406932) (xy 80.678662 142.471512) (xy 80.631656 142.505408) (xy 80.608243 142.515106) + (xy 80.563438 142.533665) (xy 80.352258 142.663076) (xy 80.352256 142.663077) (xy 80.163926 142.823926) + (xy 80.003077 143.012256) (xy 80.003076 143.012258) (xy 79.873665 143.223438) (xy 79.778885 143.452257) + (xy 79.774758 143.46945) (xy 79.721066 143.693089) (xy 79.701634 143.94) (xy 79.721066 144.186911) + (xy 79.778885 144.427742) (xy 79.873666 144.656563) (xy 80.002504 144.866809) (xy 80.003076 144.867741) + (xy 80.003077 144.867743) (xy 80.163926 145.056073) (xy 80.352256 145.216922) (xy 80.35226 145.216925) + (xy 80.563437 145.346334) (xy 80.73455 145.417211) (xy 80.789828 145.461757) (xy 80.812249 145.52912) + (xy 80.794691 145.597912) (xy 80.775424 145.622713) (xy 74.462977 151.935162) (xy 74.339082 152.059056) + (xy 74.339077 152.059063) (xy 74.241735 152.204746) (xy 74.174685 152.366618) (xy 74.174683 152.366623) + (xy 74.1405 152.538471) (xy 74.1405 153.091767) (xy 74.120498 153.159888) (xy 74.066842 153.206381) + (xy 73.996568 153.216485) (xy 73.942229 153.19498) (xy 73.923395 153.181792) (xy 73.783654 153.083944) + (xy 73.78365 153.083942) (xy 73.584079 152.990881) (xy 73.584073 152.990879) (xy 73.456005 152.956563) + (xy 73.371371 152.933885) (xy 73.152 152.914693) (xy 72.932629 152.933885) (xy 72.719926 152.990879) + (xy 72.71992 152.990881) (xy 72.520346 153.083944) (xy 72.339965 153.210248) (xy 72.339959 153.210253) + (xy 72.184253 153.365959) (xy 72.184248 153.365965) (xy 72.057944 153.546346) (xy 71.996195 153.678768) + (xy 71.949278 153.732053) (xy 71.881 153.751514) (xy 71.81304 153.730972) (xy 71.767805 153.678768) + (xy 71.747488 153.635198) (xy 71.706056 153.546347) (xy 71.579749 153.365962) (xy 71.424038 153.210251) + (xy 71.243654 153.083944) (xy 71.24365 153.083942) (xy 71.044079 152.990881) (xy 71.044073 152.990879) + (xy 70.916005 152.956563) (xy 70.831371 152.933885) (xy 70.612 152.914693) (xy 70.392629 152.933885) + (xy 70.179926 152.990879) (xy 70.17992 152.990881) (xy 69.980346 153.083944) (xy 69.799965 153.210248) + (xy 69.799959 153.210253) (xy 69.644253 153.365959) (xy 69.644248 153.365965) (xy 69.559713 153.486694) + (xy 69.504256 153.531022) (xy 69.433636 153.538331) (xy 69.370276 153.5063) (xy 69.334291 153.445099) + (xy 69.3305 153.414423) (xy 69.3305 153.379367) (xy 69.330499 153.37935) (xy 69.32399 153.318803) + (xy 69.323988 153.318795) (xy 69.277806 153.19498) (xy 69.272889 153.181796) (xy 69.272888 153.181794) + (xy 69.272887 153.181792) (xy 69.185261 153.064738) (xy 69.068207 152.977112) (xy 69.068202 152.97711) + (xy 68.931204 152.926011) (xy 68.931196 152.926009) (xy 68.870649 152.9195) (xy 68.870638 152.9195) + (xy 67.273362 152.9195) (xy 67.27335 152.9195) (xy 67.212803 152.926009) (xy 67.212795 152.926011) + (xy 67.075797 152.97711) (xy 67.075792 152.977112) (xy 66.958738 153.064738) (xy 66.871112 153.181792) + (xy 66.87111 153.181797) (xy 66.820011 153.318795) (xy 66.820009 153.318803) (xy 66.8135 153.37935) + (xy 66.8135 154.976649) (xy 66.820009 155.037196) (xy 66.820011 155.037204) (xy 66.87111 155.174202) + (xy 66.871112 155.174207) (xy 66.958738 155.291261) (xy 67.075792 155.378887) (xy 67.075794 155.378888) + (xy 67.075796 155.378889) (xy 67.120468 155.395551) (xy 67.212795 155.429988) (xy 67.212803 155.42999) + (xy 67.27335 155.436499) (xy 67.273355 155.436499) (xy 67.273362 155.4365) (xy 67.766367 155.4365) + (xy 67.834488 155.456502) (xy 67.855462 155.473405) (xy 70.943216 158.561159) (xy 70.977242 158.623471) + (xy 70.972177 158.694286) (xy 70.92963 158.751122) (xy 70.886732 158.77196) (xy 70.856973 158.779934) + (xy 70.760759 158.805715) (xy 70.760753 158.805717) (xy 70.55325 158.902477) (xy 70.365703 159.033799) + (xy 70.365697 159.033804) (xy 70.203804 159.195697) (xy 70.203799 159.195703) (xy 70.072477 159.38325) + (xy 69.975717 159.590753) (xy 69.975715 159.590759) (xy 69.932481 159.75211) (xy 69.916457 159.811913) + (xy 69.896502 160.04) (xy 69.911833 160.21524) (xy 69.916457 160.268086) (xy 69.975715 160.48924) + (xy 69.975717 160.489246) (xy 70.072477 160.696749) (xy 70.172229 160.83921) (xy 70.203802 160.8843) + (xy 70.3657 161.046198) (xy 70.553251 161.177523) (xy 70.760757 161.274284) (xy 70.981913 161.333543) + (xy 71.21 161.353498) (xy 71.438087 161.333543) (xy 71.659243 161.274284) (xy 71.866749 161.177523) + (xy 72.0543 161.046198) (xy 72.216198 160.8843) (xy 72.347523 160.696749) (xy 72.444284 160.489243) + (xy 72.503543 160.268087) (xy 72.523498 160.04) (xy 72.503543 159.811913) (xy 72.444284 159.590757) + (xy 72.347523 159.383251) (xy 72.221148 159.20277) (xy 72.198461 159.135497) (xy 72.215746 159.066637) + (xy 72.267515 159.018052) (xy 72.324362 159.0045) (xy 74.17211 159.0045) (xy 74.240231 159.024502) + (xy 74.244381 159.027287) (xy 74.373253 159.117525) (xy 74.378015 159.120274) (xy 74.376971 159.122082) + (xy 74.423439 159.16299) (xy 74.442905 159.231265) (xy 74.422369 159.299227) (xy 74.377223 159.338354) + (xy 74.378267 159.340161) (xy 74.373501 159.342912) (xy 74.302109 159.3929) (xy 74.989209 160.08) + (xy 74.977339 160.08) (xy 74.875606 160.107259) (xy 74.784394 160.15992) (xy 74.70992 160.234394) + (xy 74.657259 160.325606) (xy 74.63 160.427339) (xy 74.63 160.439209) (xy 73.9429 159.752109) (xy 73.892913 159.8235) + (xy 73.796188 160.030926) (xy 73.796186 160.030931) (xy 73.736951 160.251997) (xy 73.717004 160.48) + (xy 73.736951 160.708002) (xy 73.796186 160.929068) (xy 73.796188 160.929073) (xy 73.892913 161.136501) + (xy 73.942899 161.207888) (xy 74.63 160.520788) (xy 74.63 160.532661) (xy 74.657259 160.634394) + (xy 74.70992 160.725606) (xy 74.784394 160.80008) (xy 74.875606 160.852741) (xy 74.977339 160.88) + (xy 74.98921 160.88) (xy 74.30211 161.567098) (xy 74.30211 161.5671) (xy 74.373498 161.617086) (xy 74.580926 161.713811) + (xy 74.580931 161.713813) (xy 74.801999 161.773048) (xy 74.801995 161.773048) (xy 75.03 161.792995) + (xy 75.258002 161.773048) (xy 75.479068 161.713813) (xy 75.479073 161.713811) (xy 75.686497 161.617088) + (xy 75.757888 161.567099) (xy 75.757888 161.567097) (xy 75.070791 160.88) (xy 75.082661 160.88) + (xy 75.184394 160.852741) (xy 75.275606 160.80008) (xy 75.35008 160.725606) (xy 75.402741 160.634394) + (xy 75.43 160.532661) (xy 75.43 160.520791) (xy 76.117097 161.207888) (xy 76.117099 161.207888) + (xy 76.167088 161.136497) (xy 76.263811 160.929073) (xy 76.263813 160.929068) (xy 76.323048 160.708002) + (xy 76.342995 160.48) (xy 76.323048 160.251997) (xy 76.263813 160.030931) (xy 76.263811 160.030926) + (xy 76.167086 159.823498) (xy 76.126826 159.766) (xy 77.898502 159.766) (xy 77.918457 159.994087) + (xy 77.948782 160.107259) (xy 77.977715 160.21524) (xy 77.977717 160.215246) (xy 78.002357 160.268086) + (xy 78.074477 160.422749) (xy 78.205802 160.6103) (xy 78.3677 160.772198) (xy 78.555251 160.903523) + (xy 78.762757 161.000284) (xy 78.983913 161.059543) (xy 79.212 161.079498) (xy 79.440087 161.059543) + (xy 79.661243 161.000284) (xy 79.868749 160.903523) (xy 80.0563 160.772198) (xy 80.218198 160.6103) + (xy 80.349523 160.422749) (xy 80.446284 160.215243) (xy 80.505543 159.994087) (xy 80.525498 159.766) + (xy 88.058502 159.766) (xy 88.078457 159.994087) (xy 88.108782 160.107259) (xy 88.137715 160.21524) + (xy 88.137717 160.215246) (xy 88.162357 160.268086) (xy 88.234477 160.422749) (xy 88.365802 160.6103) + (xy 88.5277 160.772198) (xy 88.715251 160.903523) (xy 88.922757 161.000284) (xy 89.143913 161.059543) + (xy 89.372 161.079498) (xy 89.600087 161.059543) (xy 89.821243 161.000284) (xy 90.028749 160.903523) + (xy 90.2163 160.772198) (xy 90.378198 160.6103) (xy 90.509523 160.422749) (xy 90.606284 160.215243) + (xy 90.665543 159.994087) (xy 90.685498 159.766) (xy 90.665543 159.537913) (xy 90.606284 159.316757) + (xy 90.509523 159.109251) (xy 90.378198 158.9217) (xy 90.2163 158.759802) (xy 90.197241 158.746457) + (xy 90.028749 158.628477) (xy 89.821246 158.531717) (xy 89.82124 158.531715) (xy 89.727771 158.50667) + (xy 89.600087 158.472457) (xy 89.372 158.452502) (xy 89.143913 158.472457) (xy 88.922759 158.531715) + (xy 88.922753 158.531717) (xy 88.71525 158.628477) (xy 88.527703 158.759799) (xy 88.527697 158.759804) + (xy 88.365804 158.921697) (xy 88.365799 158.921703) (xy 88.234477 159.10925) (xy 88.137717 159.316753) + (xy 88.137715 159.316759) (xy 88.117313 159.3929) (xy 88.078457 159.537913) (xy 88.058502 159.766) + (xy 80.525498 159.766) (xy 80.505543 159.537913) (xy 80.446284 159.316757) (xy 80.349523 159.109251) + (xy 80.218198 158.9217) (xy 80.0563 158.759802) (xy 80.037241 158.746457) (xy 79.868749 158.628477) + (xy 79.661246 158.531717) (xy 79.66124 158.531715) (xy 79.567771 158.50667) (xy 79.440087 158.472457) + (xy 79.212 158.452502) (xy 78.983913 158.472457) (xy 78.762759 158.531715) (xy 78.762753 158.531717) + (xy 78.55525 158.628477) (xy 78.367703 158.759799) (xy 78.367697 158.759804) (xy 78.205804 158.921697) + (xy 78.205799 158.921703) (xy 78.074477 159.10925) (xy 77.977717 159.316753) (xy 77.977715 159.316759) + (xy 77.957313 159.3929) (xy 77.918457 159.537913) (xy 77.898502 159.766) (xy 76.126826 159.766) + (xy 76.1171 159.75211) (xy 76.117098 159.75211) (xy 75.43 160.439208) (xy 75.43 160.427339) (xy 75.402741 160.325606) + (xy 75.35008 160.234394) (xy 75.275606 160.15992) (xy 75.184394 160.107259) (xy 75.082661 160.08) + (xy 75.07079 160.08) (xy 75.757888 159.392899) (xy 75.757888 159.392898) (xy 75.686501 159.342913) + (xy 75.681734 159.340161) (xy 75.682817 159.338284) (xy 75.636561 159.297561) (xy 75.617095 159.229285) + (xy 75.637632 159.161324) (xy 75.682992 159.122019) (xy 75.681985 159.120274) (xy 75.686746 159.117525) + (xy 75.686749 159.117523) (xy 75.8743 158.986198) (xy 76.036198 158.8243) (xy 76.167523 158.636749) + (xy 76.264284 158.429243) (xy 76.323543 158.208087) (xy 76.343498 157.98) (xy 76.323543 157.751913) + (xy 76.264284 157.530757) (xy 76.167523 157.323251) (xy 76.036198 157.1357) (xy 75.956404 157.055906) + (xy 75.922379 156.993595) (xy 75.9195 156.966812) (xy 75.9195 155.575) (xy 77.898502 155.575) (xy 77.918457 155.803087) + (xy 77.977716 156.024243) (xy 78.074477 156.231749) (xy 78.205802 156.4193) (xy 78.3677 156.581198) + (xy 78.555251 156.712523) (xy 78.762757 156.809284) (xy 78.983913 156.868543) (xy 79.212 156.888498) + (xy 79.440087 156.868543) (xy 79.661243 156.809284) (xy 79.868749 156.712523) (xy 80.0563 156.581198) + (xy 80.218198 156.4193) (xy 80.349523 156.231749) (xy 80.446284 156.024243) (xy 80.505543 155.803087) + (xy 80.525498 155.575) (xy 88.058502 155.575) (xy 88.078457 155.803087) (xy 88.137716 156.024243) + (xy 88.234477 156.231749) (xy 88.365802 156.4193) (xy 88.5277 156.581198) (xy 88.715251 156.712523) + (xy 88.922757 156.809284) (xy 89.143913 156.868543) (xy 89.372 156.888498) (xy 89.600087 156.868543) + (xy 89.821243 156.809284) (xy 90.028749 156.712523) (xy 90.2163 156.581198) (xy 90.378198 156.4193) + (xy 90.509523 156.231749) (xy 90.606284 156.024243) (xy 90.665543 155.803087) (xy 90.685498 155.575) + (xy 90.665543 155.346913) (xy 90.606284 155.125757) (xy 90.509523 154.918251) (xy 90.378198 154.7307) + (xy 90.2163 154.568802) (xy 90.113049 154.496505) (xy 90.028749 154.437477) (xy 89.821246 154.340717) + (xy 89.82124 154.340715) (xy 89.727771 154.31567) (xy 89.600087 154.281457) (xy 89.372 154.261502) + (xy 89.143913 154.281457) (xy 88.922759 154.340715) (xy 88.922753 154.340717) (xy 88.71525 154.437477) + (xy 88.527703 154.568799) (xy 88.527697 154.568804) (xy 88.365804 154.730697) (xy 88.365799 154.730703) + (xy 88.234477 154.91825) (xy 88.137717 155.125753) (xy 88.137715 155.125759) (xy 88.100611 155.264232) + (xy 88.078457 155.346913) (xy 88.058502 155.575) (xy 80.525498 155.575) (xy 80.505543 155.346913) + (xy 80.446284 155.125757) (xy 80.349523 154.918251) (xy 80.218198 154.7307) (xy 80.0563 154.568802) + (xy 79.953049 154.496505) (xy 79.868749 154.437477) (xy 79.661246 154.340717) (xy 79.66124 154.340715) + (xy 79.567771 154.31567) (xy 79.440087 154.281457) (xy 79.212 154.261502) (xy 78.983913 154.281457) + (xy 78.762759 154.340715) (xy 78.762753 154.340717) (xy 78.55525 154.437477) (xy 78.367703 154.568799) + (xy 78.367697 154.568804) (xy 78.205804 154.730697) (xy 78.205799 154.730703) (xy 78.074477 154.91825) + (xy 77.977717 155.125753) (xy 77.977715 155.125759) (xy 77.940611 155.264232) (xy 77.918457 155.346913) + (xy 77.898502 155.575) (xy 75.9195 155.575) (xy 75.9195 153.046715) (xy 75.939502 152.978594) (xy 75.956405 152.95762) + (xy 76.674025 152.24) (xy 79.701634 152.24) (xy 79.721066 152.486911) (xy 79.778885 152.727742) + (xy 79.873666 152.956563) (xy 79.998263 153.159888) (xy 80.003076 153.167741) (xy 80.003077 153.167743) + (xy 80.163926 153.356073) (xy 80.352256 153.516922) (xy 80.35226 153.516925) (xy 80.563437 153.646334) + (xy 80.792258 153.741115) (xy 81.033089 153.798934) (xy 81.28 153.818366) (xy 81.526911 153.798934) + (xy 81.767742 153.741115) (xy 81.996563 153.646334) (xy 82.20774 153.516925) (xy 82.396073 153.356073) + (xy 82.556925 153.16774) (xy 82.686334 152.956563) (xy 82.781115 152.727742) (xy 82.838934 152.486911) + (xy 82.858366 152.24) (xy 82.838934 151.993089) (xy 82.781115 151.752258) (xy 82.686334 151.523437) + (xy 82.556925 151.31226) (xy 82.556922 151.312256) (xy 82.396073 151.123926) (xy 82.207743 150.963077) + (xy 82.207741 150.963076) (xy 82.20774 150.963075) (xy 81.996563 150.833666) (xy 81.767742 150.738885) + (xy 81.526911 150.681066) (xy 81.526912 150.681066) (xy 81.28 150.661634) (xy 81.033088 150.681066) + (xy 80.792257 150.738885) (xy 80.563438 150.833665) (xy 80.352258 150.963076) (xy 80.352256 150.963077) + (xy 80.163926 151.123926) (xy 80.003077 151.312256) (xy 80.003076 151.312258) (xy 79.873665 151.523438) + (xy 79.778885 151.752257) (xy 79.721066 151.993088) (xy 79.701634 152.24) (xy 76.674025 152.24) + (xy 83.096659 145.817366) (xy 90.463921 138.450104) (xy 90.561266 138.304417) (xy 90.628318 138.142539) + (xy 90.662501 137.970689) (xy 90.662501 137.795473) (xy 90.662501 113.339391) (xy 90.662501 110.291391) + (xy 90.662501 101.877393) (xy 90.662501 97.083391) (xy 90.662501 93.687275) (xy 90.6625 93.687268) + (xy 90.658967 93.669508) (xy 90.658964 93.669497) (xy 90.628318 93.515425) (xy 90.561266 93.353547) + (xy 90.533061 93.311336) (xy 90.463921 93.20786) (xy 90.340024 93.083963) (xy 85.959656 88.703595) + (xy 85.92563 88.641283) (xy 85.930695 88.570468) (xy 85.973242 88.513632) (xy 86.039762 88.488821) + (xy 86.048751 88.4885) (xy 86.162461 88.4885) (xy 86.162468 88.4885) (xy 86.405308 88.456529) (xy 86.641898 88.393135) + (xy 86.86819 88.299402) (xy 87.08031 88.176934) (xy 87.274631 88.027827) (xy 87.447827 87.854631) + (xy 87.596934 87.66031) (xy 87.719402 87.44819) (xy 87.813135 87.221898) (xy 87.876529 86.985308) + (xy 87.9085 86.742468) (xy 87.9085 85.977532) (xy 87.876529 85.734692) (xy 87.813135 85.498102) + (xy 87.719402 85.27181) (xy 87.596934 85.05969) (xy 87.447827 84.865369) (xy 87.447826 84.865368) + (xy 87.447817 84.865358) (xy 87.274641 84.692182) (xy 87.274631 84.692173) (xy 87.080306 84.543063) + (xy 86.868201 84.420604) (xy 86.868196 84.420601) (xy 86.86819 84.420598) (xy 86.641898 84.326865) + (xy 86.405308 84.263471) (xy 86.405306 84.26347) (xy 86.4053 84.263469) (xy 86.16247 84.2315) (xy 86.162468 84.2315) + (xy 85.917532 84.2315) (xy 85.917529 84.2315) (xy 85.674699 84.263469) (xy 85.438102 84.326865) + (xy 85.211808 84.420599) (xy 85.211798 84.420604) (xy 84.999693 84.543063) (xy 84.805368 84.692173) + (xy 84.805358 84.692182) (xy 84.632182 84.865358) (xy 84.632173 84.865368) (xy 84.483063 85.059693) + (xy 84.360604 85.271798) (xy 84.360599 85.271808) (xy 84.266865 85.498102) (xy 84.203469 85.734699) + (xy 84.1715 85.977529) (xy 84.1715 86.611249) (xy 84.151498 86.67937) (xy 84.097842 86.725863) (xy 84.027568 86.735967) + (xy 83.962988 86.706473) (xy 83.956405 86.700344) (xy 73.778307 76.522246) (xy 73.744281 76.459934) + (xy 73.749346 76.389119) (xy 73.791893 76.332283) (xy 73.804413 76.324025) (xy 73.808731 76.321531) + (xy 73.808749 76.321523) (xy 73.9963 76.190198) (xy 74.158198 76.0283) (xy 74.289523 75.840749) + (xy 74.386284 75.633243) (xy 74.445543 75.412087) (xy 74.465498 75.184) (xy 74.445543 74.955913) + (xy 74.386284 74.734757) (xy 74.289523 74.527251) (xy 74.262494 74.488649) (xy 77.3315 74.488649) + (xy 77.338009 74.549196) (xy 77.338011 74.549204) (xy 77.38911 74.686202) (xy 77.389112 74.686207) + (xy 77.476738 74.803261) (xy 77.593792 74.890887) (xy 77.593794 74.890888) (xy 77.593796 74.890889) + (xy 77.645243 74.910078) (xy 77.730795 74.941988) (xy 77.730803 74.94199) (xy 77.79135 74.948499) + (xy 77.791355 74.948499) (xy 77.791362 74.9485) (xy 77.791368 74.9485) (xy 79.688632 74.9485) (xy 79.688638 74.9485) + (xy 79.688645 74.948499) (xy 79.688649 74.948499) (xy 79.749196 74.94199) (xy 79.749199 74.941989) + (xy 79.749201 74.941989) (xy 79.886204 74.890889) (xy 80.003261 74.803261) (xy 80.090889 74.686204) + (xy 80.104828 74.648832) (xy 80.147372 74.591999) (xy 80.213891 74.567187) (xy 80.283266 74.582278) + (xy 80.300273 74.593434) (xy 80.371452 74.648835) (xy 80.466983 74.72319) (xy 80.672273 74.834287) + (xy 80.893049 74.91008) (xy 81.123288 74.9485) (xy 81.123292 74.9485) (xy 81.356708 74.9485) (xy 81.356712 74.9485) + (xy 81.586951 74.91008) (xy 81.807727 74.834287) (xy 82.013017 74.72319) (xy 82.19722 74.579818) + (xy 82.355314 74.408083) (xy 82.384517 74.363383) (xy 82.438519 74.317296) (xy 82.508867 74.30772) + (xy 82.573225 74.337696) (xy 82.595481 74.363382) (xy 82.624686 74.408083) (xy 82.624687 74.408084) + (xy 82.782774 74.579813) (xy 82.782778 74.579817) (xy 82.801033 74.594025) (xy 82.966983 74.72319) + (xy 83.172273 74.834287) (xy 83.393049 74.91008) (xy 83.623288 74.9485) (xy 83.623292 74.9485) (xy 83.856708 74.9485) + (xy 83.856712 74.9485) (xy 84.086951 74.91008) (xy 84.307727 74.834287) (xy 84.513017 74.72319) + (xy 84.69722 74.579818) (xy 84.725403 74.549204) (xy 84.855314 74.408083) (xy 84.982984 74.212669) + (xy 85.076749 73.998907) (xy 85.134051 73.772626) (xy 85.153327 73.54) (xy 85.134051 73.307374) + (xy 85.076749 73.081093) (xy 84.982984 72.867331) (xy 84.884517 72.716615) (xy 84.855314 72.671916) + (xy 84.697225 72.500186) (xy 84.697221 72.500182) (xy 84.585906 72.413542) (xy 84.513017 72.35681) + (xy 84.307727 72.245713) (xy 84.307724 72.245712) (xy 84.307723 72.245711) (xy 84.086955 72.169921) + (xy 84.086948 72.169919) (xy 83.988411 72.153476) (xy 83.856712 72.1315) (xy 83.623288 72.1315) + (xy 83.508066 72.150727) (xy 83.393051 72.169919) (xy 83.393044 72.169921) (xy 83.172276 72.245711) + (xy 83.172273 72.245713) (xy 82.971655 72.354282) (xy 82.966985 72.356809) (xy 82.966983 72.35681) + (xy 82.782778 72.500182) (xy 82.782774 72.500186) (xy 82.624685 72.671916) (xy 82.595483 72.716615) + (xy 82.54148 72.762704) (xy 82.471132 72.772279) (xy 82.406774 72.742302) (xy 82.384517 72.716615) + (xy 82.355314 72.671916) (xy 82.197225 72.500186) (xy 82.197221 72.500182) (xy 82.085906 72.413542) + (xy 82.013017 72.35681) (xy 81.807727 72.245713) (xy 81.807724 72.245712) (xy 81.807723 72.245711) + (xy 81.586955 72.169921) (xy 81.586948 72.169919) (xy 81.488411 72.153476) (xy 81.356712 72.1315) + (xy 81.123288 72.1315) (xy 81.008066 72.150727) (xy 80.893051 72.169919) (xy 80.893044 72.169921) + (xy 80.672276 72.245711) (xy 80.672273 72.245713) (xy 80.466983 72.35681) (xy 80.419463 72.393797) + (xy 80.300274 72.486566) (xy 80.234232 72.512622) (xy 80.164586 72.498837) (xy 80.11345 72.449587) + (xy 80.104828 72.431167) (xy 80.090889 72.393796) (xy 80.090887 72.393792) (xy 80.003261 72.276738) + (xy 79.886207 72.189112) (xy 79.886202 72.18911) (xy 79.749204 72.138011) (xy 79.749196 72.138009) + (xy 79.688649 72.1315) (xy 79.688638 72.1315) (xy 77.791362 72.1315) (xy 77.79135 72.1315) (xy 77.730803 72.138009) + (xy 77.730795 72.138011) (xy 77.593797 72.18911) (xy 77.593792 72.189112) (xy 77.476738 72.276738) + (xy 77.389112 72.393792) (xy 77.38911 72.393797) (xy 77.338011 72.530795) (xy 77.338009 72.530803) + (xy 77.3315 72.59135) (xy 77.3315 74.488649) (xy 74.262494 74.488649) (xy 74.158198 74.3397) (xy 73.9963 74.177802) + (xy 73.808749 74.046477) (xy 73.601246 73.949717) (xy 73.60124 73.949715) (xy 73.507771 73.92467) + (xy 73.380087 73.890457) (xy 73.152 73.870502) (xy 72.923913 73.890457) (xy 72.702759 73.949715) + (xy 72.702753 73.949717) (xy 72.49525 74.046477) (xy 72.307703 74.177799) (xy 72.307697 74.177804) + (xy 72.145804 74.339697) (xy 72.145795 74.339708) (xy 72.014474 74.527254) (xy 72.01196 74.531609) + (xy 71.960572 74.580597) (xy 71.890857 74.594025) (xy 71.824949 74.567631) (xy 71.813753 74.557692) + (xy 68.376061 71.12) (xy 71.838502 71.12) (xy 71.858457 71.348087) (xy 71.917716 71.569243) (xy 72.014477 71.776749) + (xy 72.145802 71.9643) (xy 72.3077 72.126198) (xy 72.495251 72.257523) (xy 72.702757 72.354284) + (xy 72.923913 72.413543) (xy 73.152 72.433498) (xy 73.380087 72.413543) (xy 73.601243 72.354284) + (xy 73.808749 72.257523) (xy 73.9963 72.126198) (xy 74.158198 71.9643) (xy 74.289523 71.776749) + (xy 74.386284 71.569243) (xy 74.445543 71.348087) (xy 74.465498 71.12) (xy 74.445543 70.891913) + (xy 74.386284 70.670757) (xy 74.289523 70.463251) (xy 74.158198 70.2757) (xy 73.9963 70.113802) + (xy 73.808749 69.982477) (xy 73.750292 69.955218) (xy 73.601246 69.885717) (xy 73.60124 69.885715) + (xy 73.507771 69.86067) (xy 73.380087 69.826457) (xy 73.152 69.806502) (xy 72.923913 69.826457) + (xy 72.702759 69.885715) (xy 72.702753 69.885717) (xy 72.49525 69.982477) (xy 72.307703 70.113799) + (xy 72.307697 70.113804) (xy 72.145804 70.275697) (xy 72.145799 70.275703) (xy 72.014477 70.46325) + (xy 71.917717 70.670753) (xy 71.917716 70.670757) (xy 71.858457 70.891913) (xy 71.838502 71.12) + (xy 68.376061 71.12) (xy 66.458405 69.202344) (xy 66.424379 69.140032) (xy 66.4215 69.113249) (xy 66.4215 66.42247) + (xy 74.5715 66.42247) (xy 74.603469 66.6653) (xy 74.60347 66.665306) (xy 74.603471 66.665308) (xy 74.666865 66.901898) + (xy 74.760598 67.12819) (xy 74.760599 67.128191) (xy 74.760604 67.128201) (xy 74.883063 67.340306) + (xy 75.032173 67.534631) (xy 75.032182 67.534641) (xy 75.205358 67.707817) (xy 75.205368 67.707826) + (xy 75.205369 67.707827) (xy 75.39969 67.856934) (xy 75.61181 67.979402) (xy 75.838102 68.073135) + (xy 76.074692 68.136529) (xy 76.074698 68.136529) (xy 76.074699 68.13653) (xy 76.10256 68.140198) + (xy 76.317532 68.1685) (xy 76.317539 68.1685) (xy 76.562461 68.1685) (xy 76.562468 68.1685) (xy 76.805308 68.136529) + (xy 77.041898 68.073135) (xy 77.26819 67.979402) (xy 77.48031 67.856934) (xy 77.674631 67.707827) + (xy 77.847827 67.534631) (xy 77.996934 67.34031) (xy 78.119402 67.12819) (xy 78.213135 66.901898) + (xy 78.276529 66.665308) (xy 78.3085 66.42247) (xy 84.1715 66.42247) (xy 84.203469 66.6653) (xy 84.20347 66.665306) + (xy 84.203471 66.665308) (xy 84.266865 66.901898) (xy 84.360598 67.12819) (xy 84.360599 67.128191) + (xy 84.360604 67.128201) (xy 84.483063 67.340306) (xy 84.632173 67.534631) (xy 84.632182 67.534641) + (xy 84.805358 67.707817) (xy 84.805368 67.707826) (xy 84.805369 67.707827) (xy 84.99969 67.856934) + (xy 85.21181 67.979402) (xy 85.438102 68.073135) (xy 85.674692 68.136529) (xy 85.674698 68.136529) + (xy 85.674699 68.13653) (xy 85.70256 68.140198) (xy 85.917532 68.1685) (xy 85.917539 68.1685) (xy 86.162461 68.1685) + (xy 86.162468 68.1685) (xy 86.405308 68.136529) (xy 86.641898 68.073135) (xy 86.86819 67.979402) + (xy 87.08031 67.856934) (xy 87.274631 67.707827) (xy 87.447827 67.534631) (xy 87.596934 67.34031) + (xy 87.719402 67.12819) (xy 87.813135 66.901898) (xy 87.876529 66.665308) (xy 87.9085 66.422468) + (xy 87.9085 65.657532) (xy 87.876529 65.414692) (xy 87.813135 65.178102) (xy 87.719402 64.95181) + (xy 87.596934 64.73969) (xy 87.447827 64.545369) (xy 87.447826 64.545368) (xy 87.447817 64.545358) + (xy 87.274641 64.372182) (xy 87.274631 64.372173) (xy 87.080306 64.223063) (xy 86.868201 64.100604) + (xy 86.868196 64.100601) (xy 86.86819 64.100598) (xy 86.641898 64.006865) (xy 86.405308 63.943471) + (xy 86.405306 63.94347) (xy 86.4053 63.943469) (xy 86.16247 63.9115) (xy 86.162468 63.9115) (xy 85.917532 63.9115) + (xy 85.917529 63.9115) (xy 85.674699 63.943469) (xy 85.438102 64.006865) (xy 85.211808 64.100599) + (xy 85.211798 64.100604) (xy 84.999693 64.223063) (xy 84.805368 64.372173) (xy 84.805358 64.372182) + (xy 84.632182 64.545358) (xy 84.632173 64.545368) (xy 84.483063 64.739693) (xy 84.360604 64.951798) + (xy 84.360599 64.951808) (xy 84.360598 64.95181) (xy 84.330696 65.024) (xy 84.266865 65.178102) + (xy 84.203469 65.414699) (xy 84.1715 65.657529) (xy 84.1715 66.42247) (xy 78.3085 66.42247) (xy 78.3085 66.422468) + (xy 78.3085 65.657532) (xy 78.276529 65.414692) (xy 78.213135 65.178102) (xy 78.119402 64.95181) + (xy 77.996934 64.73969) (xy 77.847827 64.545369) (xy 77.847826 64.545368) (xy 77.847817 64.545358) + (xy 77.674641 64.372182) (xy 77.674631 64.372173) (xy 77.480306 64.223063) (xy 77.268201 64.100604) + (xy 77.268196 64.100601) (xy 77.26819 64.100598) (xy 77.041898 64.006865) (xy 76.805308 63.943471) + (xy 76.805306 63.94347) (xy 76.8053 63.943469) (xy 76.56247 63.9115) (xy 76.562468 63.9115) (xy 76.317532 63.9115) + (xy 76.317529 63.9115) (xy 76.074699 63.943469) (xy 75.838102 64.006865) (xy 75.611808 64.100599) + (xy 75.611798 64.100604) (xy 75.399693 64.223063) (xy 75.205368 64.372173) (xy 75.205358 64.372182) + (xy 75.032182 64.545358) (xy 75.032173 64.545368) (xy 74.883063 64.739693) (xy 74.760604 64.951798) + (xy 74.760599 64.951808) (xy 74.760598 64.95181) (xy 74.730696 65.024) (xy 74.666865 65.178102) + (xy 74.603469 65.414699) (xy 74.5715 65.657529) (xy 74.5715 66.42247) (xy 66.4215 66.42247) (xy 66.4215 66.42082) + (xy 66.441502 66.352699) (xy 66.495158 66.306206) (xy 66.503467 66.302765) (xy 66.53381 66.291447) + (xy 66.578204 66.274889) (xy 66.601018 66.257811) (xy 66.695261 66.187261) (xy 66.782887 66.070207) + (xy 66.782887 66.070206) (xy 66.782889 66.070204) (xy 66.833989 65.933201) (xy 66.8405 65.872638) + (xy 66.8405 64.175362) (xy 66.840499 64.17535) (xy 66.83399 64.114803) (xy 66.833988 64.114795) + (xy 66.782889 63.977797) (xy 66.782887 63.977792) (xy 66.695261 63.860738) (xy 66.578207 63.773112) + (xy 66.578204 63.773111) (xy 66.503466 63.745234) (xy 66.446631 63.702686) (xy 66.421821 63.636166) + (xy 66.4215 63.627179) (xy 66.4215 58.492722) (xy 66.441502 58.424601) (xy 66.454799 58.407384) + (xy 66.455236 58.406908) (xy 66.45524 58.406906) (xy 66.568516 58.283856) (xy 66.629368 58.247286) + (xy 66.700333 58.249421) (xy 66.758878 58.289583) (xy 66.775857 58.320517) (xy 66.776783 58.320086) + (xy 66.779883 58.326733) (xy 66.779885 58.326738) (xy 66.868897 58.471048) (xy 66.87297 58.477652) + (xy 66.872975 58.477658) (xy 66.998341 58.603024) (xy 66.998347 58.603029) (xy 66.998348 58.60303) + (xy 67.149262 58.696115) (xy 67.317574 58.751887) (xy 67.421455 58.7625) (xy 68.722544 58.762499) + (xy 68.826426 58.751887) (xy 68.994738 58.696115) (xy 69.145652 58.60303) (xy 69.27103 58.477652) + (xy 69.364115 58.326738) (xy 69.419887 58.158426) (xy 69.4305 58.054545) (xy 69.430499 56.753456) + (xy 69.428306 56.731993) (xy 69.419887 56.649574) (xy 69.391553 56.564067) (xy 69.364115 56.481262) + (xy 69.27103 56.330348) (xy 69.271029 56.330347) (xy 69.271024 56.330341) (xy 69.145658 56.204975) + (xy 69.145652 56.20497) (xy 69.129167 56.194802) (xy 68.994738 56.111885) (xy 68.994734 56.111883) + (xy 68.994733 56.111883) (xy 68.988086 56.108783) (xy 68.989055 56.106704) (xy 68.939819 56.072611) + (xy 68.912567 56.007053) (xy 68.925085 55.937168) (xy 68.960438 55.893994) (xy 68.995235 55.86691) + (xy 68.995237 55.866908) (xy 68.99524 55.866906) (xy 69.147722 55.701268) (xy 69.27086 55.512791) + (xy 69.361296 55.306616) (xy 69.416564 55.088368) (xy 69.435156 54.864) (xy 69.416564 54.639632) + (xy 69.361296 54.421384) (xy 69.27086 54.215209) (xy 69.253597 54.188786) (xy 69.147724 54.026734) + (xy 69.14772 54.026729) (xy 68.995237 53.861091) (xy 68.913382 53.797381) (xy 68.817576 53.722811) + (xy 68.619574 53.615658) (xy 68.619572 53.615657) (xy 68.619571 53.615656) (xy 68.406639 53.542557) + (xy 68.40663 53.542555) (xy 68.362476 53.535187) (xy 68.184569 53.5055) (xy 67.959431 53.5055) (xy 67.811211 53.530233) + (xy 67.737369 53.542555) (xy 67.73736 53.542557) (xy 67.524428 53.615656) (xy 67.524426 53.615658) + (xy 67.326426 53.72281) (xy 67.326424 53.722811) (xy 67.148762 53.861091) (xy 66.996279 54.026729) + (xy 66.907483 54.162643) (xy 66.853479 54.208731) (xy 66.783131 54.218306) (xy 66.718774 54.188329) + (xy 66.696517 54.162643) (xy 66.60772 54.026729) (xy 66.455237 53.861091) (xy 66.373382 53.797381) + (xy 66.277576 53.722811) (xy 66.079574 53.615658) (xy 66.079572 53.615657) (xy 66.079571 53.615656) + (xy 65.866639 53.542557) (xy 65.86663 53.542555) (xy 65.822476 53.535187) (xy 65.644569 53.5055) + (xy 65.419431 53.5055) (xy 65.271211 53.530233) (xy 65.197369 53.542555) (xy 65.19736 53.542557) + (xy 64.984428 53.615656) (xy 64.984426 53.615658) (xy 64.786426 53.72281) (xy 64.786424 53.722811) + (xy 64.608762 53.861091) (xy 64.456279 54.026729) (xy 64.367183 54.163101) (xy 64.313179 54.209189) + (xy 64.242831 54.218764) (xy 64.178474 54.188786) (xy 64.156217 54.1631) (xy 64.115078 54.100132) + (xy 63.476157 54.739051) (xy 63.457925 54.671007) (xy 63.392099 54.556993) (xy 63.299007 54.463901) + (xy 63.184993 54.398075) (xy 63.116947 54.379841) (xy 63.757688 53.7391) (xy 63.757687 53.739099) + (xy 63.737308 53.723237) (xy 63.737298 53.723231) (xy 63.539371 53.616117) (xy 63.539369 53.616116) + (xy 63.326516 53.543044) (xy 63.326509 53.543042) (xy 63.104523 53.506) (xy 62.879477 53.506) (xy 62.65749 53.543042) + (xy 62.657483 53.543044) (xy 62.44463 53.616116) (xy 62.444628 53.616118) (xy 62.2467 53.72323) + (xy 62.246693 53.723235) (xy 62.226311 53.739099) (xy 62.22631 53.7391) (xy 62.867052 54.379842) + (xy 62.799007 54.398075) (xy 62.684993 54.463901) (xy 62.591901 54.556993) (xy 62.526075 54.671007) + (xy 62.507842 54.739052) (xy 61.868921 54.100131) (xy 61.86892 54.100132) (xy 61.827482 54.163558) + (xy 61.773479 54.209647) (xy 61.703131 54.219222) (xy 61.638773 54.189245) (xy 61.616516 54.163558) + (xy 61.575078 54.100132) (xy 60.936157 54.739051) (xy 60.917925 54.671007) (xy 60.852099 54.556993) + (xy 60.759007 54.463901) (xy 60.644993 54.398075) (xy 60.576947 54.379841) (xy 61.217688 53.7391) + (xy 61.217687 53.739099) (xy 61.197308 53.723237) (xy 61.197298 53.723231) (xy 60.999371 53.616117) + (xy 60.999369 53.616116) (xy 60.786516 53.543044) (xy 60.786509 53.543042) (xy 60.564523 53.506) + (xy 60.339477 53.506) (xy 60.11749 53.543042) (xy 60.117483 53.543044) (xy 59.90463 53.616116) (xy 59.904628 53.616118) + (xy 59.7067 53.72323) (xy 59.706693 53.723235) (xy 59.686311 53.739099) (xy 59.68631 53.7391) (xy 60.327052 54.379842) + (xy 60.259007 54.398075) (xy 60.144993 54.463901) (xy 60.051901 54.556993) (xy 59.986075 54.671007) + (xy 59.967842 54.739052) (xy 59.328921 54.100131) (xy 59.328919 54.100132) (xy 59.287781 54.1631) + (xy 59.233777 54.209189) (xy 59.16343 54.218764) (xy 59.099072 54.188787) (xy 59.076816 54.163101) + (xy 59.035676 54.100131) (xy 58.987724 54.026734) (xy 58.98772 54.026729) (xy 58.835237 53.861091) + (xy 58.753382 53.797381) (xy 58.657576 53.722811) (xy 58.459574 53.615658) (xy 58.459572 53.615657) + (xy 58.459571 53.615656) (xy 58.246639 53.542557) (xy 58.24663 53.542555) (xy 58.202476 53.535187) + (xy 58.024569 53.5055) (xy 57.799431 53.5055) (xy 57.651211 53.530233) (xy 57.577369 53.542555) + (xy 57.57736 53.542557) (xy 57.364428 53.615656) (xy 57.364426 53.615658) (xy 57.166426 53.72281) + (xy 57.166424 53.722811) (xy 56.988762 53.861091) (xy 56.836279 54.026729) (xy 56.836275 54.026734) + (xy 56.713141 54.215206) (xy 56.622703 54.421386) (xy 56.622702 54.421387) (xy 56.567437 54.639624) + (xy 56.567436 54.63963) (xy 56.567436 54.639632) (xy 56.548844 54.864) (xy 56.564836 55.056993) + (xy 56.567437 55.088375) (xy 56.622702 55.306612) (xy 56.622703 55.306613) (xy 56.713141 55.512793) + (xy 56.836275 55.701265) (xy 56.836279 55.70127) (xy 56.988762 55.866908) (xy 57.043331 55.909381) + (xy 57.166424 56.005189) (xy 57.199678 56.023185) (xy 57.19968 56.023186) (xy 57.250071 56.0732) + (xy 57.265423 56.142516) (xy 57.240862 56.209129) (xy 57.19968 56.244813) (xy 57.166426 56.26281) + (xy 57.166424 56.262811) (xy 56.988762 56.401091) (xy 56.836279 56.566729) (xy 56.836275 56.566734) + (xy 56.713141 56.755206) (xy 56.622703 56.961386) (xy 56.622702 56.961387) (xy 56.567437 57.179624) + (xy 56.567436 57.17963) (xy 56.567436 57.179632) (xy 56.548844 57.404) (xy 56.564836 57.596993) + (xy 56.567437 57.628375) (xy 56.622702 57.846612) (xy 56.622703 57.846613) (xy 56.713141 58.052793) + (xy 56.836275 58.241265) (xy 56.836279 58.24127) (xy 56.988762 58.406908) (xy 56.989374 58.407384) + (xy 57.166424 58.545189) (xy 57.364426 58.652342) (xy 57.364427 58.652342) (xy 57.364428 58.652343) + (xy 57.476227 58.690723) (xy 57.577365 58.725444) (xy 57.799431 58.7625) (xy 57.799435 58.7625) + (xy 58.024565 58.7625) (xy 58.024569 58.7625) (xy 58.246635 58.725444) (xy 58.459574 58.652342) + (xy 58.657576 58.545189) (xy 58.83524 58.406906) (xy 58.987722 58.241268) (xy 59.076816 58.104898) + (xy 59.130819 58.05881) (xy 59.201167 58.049235) (xy 59.265524 58.079212) (xy 59.287782 58.104899) + (xy 59.32892 58.167866) (xy 59.328921 58.167866) (xy 59.967841 57.528946) (xy 59.986075 57.596993) + (xy 60.051901 57.711007) (xy 60.144993 57.804099) (xy 60.259007 57.869925) (xy 60.327051 57.888157) + (xy 59.68631 58.528898) (xy 59.706697 58.544766) (xy 59.706701 58.544768) (xy 59.904628 58.651882) + (xy 59.90463 58.651883) (xy 60.117483 58.724955) (xy 60.11749 58.724957) (xy 60.339477 58.762) (xy 60.564523 58.762) + (xy 60.786509 58.724957) (xy 60.786516 58.724955) (xy 60.999369 58.651883) (xy 60.999371 58.651881) + (xy 61.197298 58.544769) (xy 61.217688 58.528898) (xy 60.576947 57.888157) (xy 60.644993 57.869925) + (xy 60.759007 57.804099) (xy 60.852099 57.711007) (xy 60.917925 57.596993) (xy 60.936158 57.528947) + (xy 61.575077 58.167866) (xy 61.575078 58.167866) (xy 61.616516 58.104441) (xy 61.670519 58.058352) + (xy 61.740867 58.048777) (xy 61.805225 58.078754) (xy 61.827482 58.10444) (xy 61.868921 58.167866) + (xy 62.507841 57.528946) (xy 62.526075 57.596993) (xy 62.591901 57.711007) (xy 62.684993 57.804099) + (xy 62.799007 57.869925) (xy 62.867051 57.888157) (xy 62.22631 58.528898) (xy 62.246697 58.544766) + (xy 62.246701 58.544768) (xy 62.444628 58.651882) (xy 62.44463 58.651883) (xy 62.657483 58.724955) + (xy 62.65749 58.724957) (xy 62.879477 58.762) (xy 63.104523 58.762) (xy 63.326509 58.724957) (xy 63.326516 58.724955) + (xy 63.539369 58.651883) (xy 63.539371 58.651881) (xy 63.737298 58.544769) (xy 63.757688 58.528898) + (xy 63.116947 57.888157) (xy 63.184993 57.869925) (xy 63.299007 57.804099) (xy 63.392099 57.711007) + (xy 63.457925 57.596993) (xy 63.476158 57.528947) (xy 64.115077 58.167866) (xy 64.115078 58.167866) + (xy 64.156217 58.104899) (xy 64.210221 58.05881) (xy 64.280568 58.049235) (xy 64.344926 58.079212) + (xy 64.367183 58.104898) (xy 64.456279 58.24127) (xy 64.456285 58.241277) (xy 64.6092 58.407384) + (xy 64.640622 58.471048) (xy 64.6425 58.492722) (xy 64.6425 63.627179) (xy 64.622498 63.6953) (xy 64.568842 63.741793) + (xy 64.560534 63.745234) (xy 64.485795 63.773111) (xy 64.485792 63.773112) (xy 64.368738 63.860738) + (xy 64.281112 63.977792) (xy 64.28111 63.977797) (xy 64.230011 64.114795) (xy 64.230009 64.114803) + (xy 64.223139 64.178717) (xy 64.222103 64.178605) (xy 64.199912 64.241474) (xy 64.143837 64.285018) + (xy 64.12788 64.287327) (xy 63.432 64.983208) (xy 63.432 64.971339) (xy 63.404741 64.869606) (xy 63.35208 64.778394) + (xy 63.277606 64.70392) (xy 63.186394 64.651259) (xy 63.084661 64.624) (xy 63.07279 64.624) (xy 63.759888 63.936899) + (xy 63.759888 63.936898) (xy 63.688501 63.886913) (xy 63.481073 63.790188) (xy 63.481068 63.790186) + (xy 63.26 63.730951) (xy 63.260004 63.730951) (xy 63.032 63.711004) (xy 62.803997 63.730951) (xy 62.582931 63.790186) + (xy 62.582926 63.790188) (xy 62.3755 63.886913) (xy 62.304109 63.9369) (xy 62.991209 64.624) (xy 62.979339 64.624) + (xy 62.877606 64.651259) (xy 62.786394 64.70392) (xy 62.71192 64.778394) (xy 62.659259 64.869606) + (xy 62.632 64.971339) (xy 62.632 64.983209) (xy 61.9449 64.296109) (xy 61.894913 64.3675) (xy 61.798188 64.574926) + (xy 61.798186 64.574931) (xy 61.738951 64.795997) (xy 61.719004 65.024) (xy 61.738951 65.252002) + (xy 61.798186 65.473068) (xy 61.798188 65.473073) (xy 61.894913 65.680501) (xy 61.944899 65.751888) + (xy 62.632 65.064788) (xy 62.632 65.076661) (xy 62.659259 65.178394) (xy 62.71192 65.269606) (xy 62.786394 65.34408) + (xy 62.877606 65.396741) (xy 62.979339 65.424) (xy 62.99121 65.424) (xy 62.30411 66.111098) (xy 62.30411 66.1111) + (xy 62.375498 66.161086) (xy 62.582926 66.257811) (xy 62.58293 66.257813) (xy 62.732799 66.29797) + (xy 62.793422 66.334922) (xy 62.824443 66.398782) (xy 62.816015 66.469277) (xy 62.789283 66.508772) + (xy 52.731976 76.566081) (xy 52.608081 76.689975) (xy 52.608076 76.689982) (xy 52.510734 76.835665) + (xy 52.443684 76.997537) (xy 52.443682 76.997542) (xy 52.409499 77.16939) (xy 52.409499 96.566609) + (xy 50.8605 96.566609) (xy 50.8605 50.9865) (xy 50.880502 50.918379) (xy 50.934158 50.871886) (xy 50.9865 50.8605) + (xy 90.9135 50.8605) + ) + ) + ) +) \ No newline at end of file diff --git a/src/adsr/main/main.kicad_pro b/src/adsr/main/main.kicad_pro index 63337f84..cef807fc 100644 --- a/src/adsr/main/main.kicad_pro +++ b/src/adsr/main/main.kicad_pro @@ -174,6 +174,13 @@ "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -569,14 +576,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -590,6 +658,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -606,6 +679,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -613,7 +687,7 @@ "sheets": [ [ "a63f04a0-ab74-4f43-a41d-29942d996f7b", - "" + "Root" ] ], "text_variables": {} diff --git a/src/adsr/main/main.kicad_sch b/src/adsr/main/main.kicad_sch index 2128d5b0..7eb64292 100644 --- a/src/adsr/main/main.kicad_sch +++ b/src/adsr/main/main.kicad_sch @@ -1,3278 +1,8636 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid a63f04a0-ab74-4f43-a41d-29942d996f7b) - - (paper "A4") - - (title_block - (title "ADSR") - (date "2019-11-30") - (rev "02") - (comment 1 "Original design by René Schmitz") - (comment 2 "Schema for main circuit") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Amplifier_Operational:LM358" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM358" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "dual opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LM358_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM358_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM358_3_1" - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 8.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Jack*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AudioJack2_SwitchT_0_1" - (rectangle (start -2.54 0) (end -3.81 -2.54) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy 1.778 -0.254) - (xy 2.032 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0.635 -0.635) - (xy 1.27 0) - (xy 2.54 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 -2.54) - (xy 1.778 -2.54) - (xy 1.778 -0.254) - (xy 1.524 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 2.54) - (xy -0.635 2.54) - (xy -0.635 0) - (xy -1.27 -0.635) - (xy -1.905 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (rectangle (start 2.54 3.81) (end -2.54 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AudioJack2_SwitchT_1_1" - (pin passive line (at 5.08 2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "S" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "T" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "TN" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 1.27 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_02x05_Odd_Even_1_1" - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 3.81 -6.35) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 -2.413) (end 2.54 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 0.127) (end 2.54 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 2.667) (end 2.54 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 5.207) (end 2.54 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 5.08 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 0 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -2.54 180) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C_Polarized" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C_Polarized" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Polarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "CP_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_Polarized_0_1" - (rectangle (start -2.286 0.508) (end 2.286 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 2.286) - (xy -0.762 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.794) - (xy -1.27 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 2.286 -0.508) (end -2.286 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "C_Polarized_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:D" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "D_0_1" - (polyline - (pts - (xy -1.27 1.27) - (xy -1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy -1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 1.27) - (xy 1.27 -1.27) - (xy -1.27 0) - (xy 1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "D_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "LED diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_0_1" - (polyline - (pts - (xy -1.27 -1.27) - (xy -1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy 1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.27) - (xy 1.27 1.27) - (xy -1.27 0) - (xy 1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.048 -0.762) - (xy -4.572 -2.286) - (xy -3.81 -2.286) - (xy -4.572 -2.286) - (xy -4.572 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 -0.762) - (xy -3.302 -2.286) - (xy -2.54 -2.286) - (xy -3.302 -2.286) - (xy -3.302 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "RV" (at -4.445 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_Potentiometer" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "resistor variable" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Potentiometer" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_Potentiometer_0_1" - (polyline - (pts - (xy 2.54 0) - (xy 1.524 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.143 0) - (xy 2.286 0.508) - (xy 2.286 -0.508) - (xy 1.143 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.016 2.54) (end -1.016 -2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_Potentiometer_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Timer:ICM7555xP" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -10.16 8.89 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "ICM7555xP" (at 2.54 8.89 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (at 16.51 -10.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/icm7/icm7555-56.pdf" (at 21.59 -10.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "single timer 555" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "CMOS General Purpose Timer, 555 compatible, PDIP-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "DIP*W7.62mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "ICM7555xP_0_0" - (pin power_in line (at 0 -10.16 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 10.16 270) (length 2.54) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "ICM7555xP_0_1" - (rectangle (start -8.89 -7.62) (end 8.89 7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start -8.89 -7.62) (end 8.89 7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "ICM7555xP_1_1" - (pin input line (at -12.7 5.08 0) (length 3.81) - (name "TR" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 12.7 5.08 180) (length 3.81) - (name "Q" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -12.7 -5.08 0) (length 3.81) - (name "R" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 0 0) (length 3.81) - (name "CV" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 12.7 -5.08 180) (length 3.81) - (name "THR" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 12.7 0 180) (length 3.81) - (name "DIS" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Transistor_BJT:BC547" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.905 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "BC547" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "BC547_0_1" - (polyline - (pts - (xy 0 0) - (xy 0.635 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "BC547_1_1" - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -5.08 0 0) (length 5.08) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+15V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 125.73 63.5) (diameter 0) (color 0 0 0 0) - (uuid 0271ca9f-74db-460b-9521-db7c61ca6c5e) - ) - (junction (at 214.63 69.85) (diameter 0) (color 0 0 0 0) - (uuid 0898b487-0d1a-46f9-a27b-f4c5952ca3de) - ) - (junction (at 91.44 80.01) (diameter 0) (color 0 0 0 0) - (uuid 0cf8eabd-55d3-44cc-b956-88baf9242fa9) - ) - (junction (at 53.34 172.72) (diameter 0) (color 0 0 0 0) - (uuid 19d7a0f0-647e-4468-b582-3c79426c21ee) - ) - (junction (at 58.42 187.96) (diameter 0) (color 0 0 0 0) - (uuid 1ebd6afd-514d-4ba5-bd82-533ea1fb616a) - ) - (junction (at 59.69 72.39) (diameter 0) (color 0 0 0 0) - (uuid 341f416e-ea14-4776-8725-96b9b5034e94) - ) - (junction (at 199.39 100.33) (diameter 0) (color 0 0 0 0) - (uuid 3b8b2d7d-f624-4154-93cf-b9387e0f95a3) - ) - (junction (at 38.1 172.72) (diameter 0) (color 0 0 0 0) - (uuid 3d06d939-b23b-40fb-b335-fd5aebee7c0f) - ) - (junction (at 69.85 187.96) (diameter 0) (color 0 0 0 0) - (uuid 4ae41253-80aa-42a4-90f1-c66580f71917) - ) - (junction (at 199.39 72.39) (diameter 0) (color 0 0 0 0) - (uuid 52484115-1c5c-4cc6-8b30-a0b5579160b4) - ) - (junction (at 237.49 105.41) (diameter 0) (color 0 0 0 0) - (uuid 54afc294-0986-450b-b7b8-28884aa26d1b) - ) - (junction (at 241.3 72.39) (diameter 0) (color 0 0 0 0) - (uuid 5dc4b298-1164-46c8-aa85-6aff36044470) - ) - (junction (at 69.85 172.72) (diameter 0) (color 0 0 0 0) - (uuid 6bd6f00c-3cab-4638-8911-aa4e064a77b6) - ) - (junction (at 107.95 69.85) (diameter 0) (color 0 0 0 0) - (uuid 76962b6e-4de7-41c5-8b62-88de5baa21da) - ) - (junction (at 53.34 187.96) (diameter 0) (color 0 0 0 0) - (uuid ba376009-778a-41a9-bb56-e1e1caca5c62) - ) - (junction (at 38.1 187.96) (diameter 0) (color 0 0 0 0) - (uuid c22665c2-31a1-4021-9f29-97e3e5ed2308) - ) - (junction (at 81.28 72.39) (diameter 0) (color 0 0 0 0) - (uuid c5b36930-b3b8-4060-9ab4-f3c5c98b51e4) - ) - (junction (at 81.28 63.5) (diameter 0) (color 0 0 0 0) - (uuid d800243c-f837-4aba-a548-f914033e9b85) - ) - (junction (at 50.8 80.01) (diameter 0) (color 0 0 0 0) - (uuid dcc93a09-8830-4fcf-b532-18957632a328) - ) - (junction (at 237.49 72.39) (diameter 0) (color 0 0 0 0) - (uuid e0dc7fa9-f46a-4e59-a8e7-b6e767611b66) - ) - (junction (at 199.39 69.85) (diameter 0) (color 0 0 0 0) - (uuid f18d22cd-e008-4668-8d1d-d51fa6085137) - ) - (junction (at 58.42 172.72) (diameter 0) (color 0 0 0 0) - (uuid f5fa63fb-5961-4e63-98cf-a5a5f468af7b) - ) - - (no_connect (at 106.68 184.15) (uuid 451f62d8-650a-41c7-b1e3-eb7e2aff2dbf)) - (no_connect (at 119.38 173.99) (uuid 8d01fa2f-10c4-4456-8efb-d9e024914aea)) - (no_connect (at 257.81 74.93) (uuid 8d89483e-6a75-47c5-99d4-5407c501e9b5)) - (no_connect (at 33.02 82.55) (uuid 8e2bbbc7-130d-4bff-a736-354cbd1bffcf)) - (no_connect (at 106.68 173.99) (uuid 9815e371-0513-47eb-bbfa-7ea9083f2c4e)) - (no_connect (at 119.38 184.15) (uuid c2569672-8b91-46c9-a3a9-0d09118a1810)) - - (wire (pts (xy 248.92 105.41) (xy 248.92 106.68)) - (stroke (width 0) (type default)) - (uuid 05c75eb1-d31f-4b1b-a646-708aa0cb706a) - ) - (wire (pts (xy 63.5 72.39) (xy 59.69 72.39)) - (stroke (width 0) (type default)) - (uuid 0863ee0d-61d3-4f0b-8863-b2f38e3fb6a4) - ) - (wire (pts (xy 195.58 69.85) (xy 199.39 69.85)) - (stroke (width 0) (type default)) - (uuid 0c23860f-f5e8-4b4a-b9d3-0dbebab944b6) - ) - (wire (pts (xy 199.39 109.22) (xy 199.39 100.33)) - (stroke (width 0) (type default)) - (uuid 0f62a2ce-8e4c-4b47-adec-36e46a1b0a59) - ) - (wire (pts (xy 81.28 63.5) (xy 81.28 72.39)) - (stroke (width 0) (type default)) - (uuid 11d95665-b358-4373-806f-7d323d1b43c2) - ) - (wire (pts (xy 38.1 184.15) (xy 38.1 187.96)) - (stroke (width 0) (type default)) - (uuid 14df284c-e69c-434a-a8a2-292377aaa72b) - ) - (wire (pts (xy 175.26 69.85) (xy 175.26 73.66)) - (stroke (width 0) (type default)) - (uuid 1952c041-53f3-43c9-b17a-38a4b239f49a) - ) - (wire (pts (xy 181.61 109.22) (xy 199.39 109.22)) - (stroke (width 0) (type default)) - (uuid 1d8e388f-8d80-4e1d-a2b8-9da2dab21337) - ) - (wire (pts (xy 129.54 80.01) (xy 125.73 80.01)) - (stroke (width 0) (type default)) - (uuid 2003ebc4-e3a7-46fe-9af2-4dbc9f2812ef) - ) - (wire (pts (xy 142.24 90.17) (xy 142.24 85.09)) - (stroke (width 0) (type default)) - (uuid 2038b2c9-5d19-4539-bcbf-b49ca5b6d7e0) - ) - (wire (pts (xy 182.88 69.85) (xy 187.96 69.85)) - (stroke (width 0) (type default)) - (uuid 25aa5b9e-9d8b-4ad4-aadf-b4f3943f956e) - ) - (wire (pts (xy 53.34 187.96) (xy 38.1 187.96)) - (stroke (width 0) (type default)) - (uuid 296e2132-58ce-4966-ae2c-8eb21fab3a60) - ) - (wire (pts (xy 125.73 63.5) (xy 125.73 80.01)) - (stroke (width 0) (type default)) - (uuid 29dbf85a-7a99-4b6a-9007-46a654e3fc89) - ) - (wire (pts (xy 214.63 69.85) (xy 222.25 69.85)) - (stroke (width 0) (type default)) - (uuid 2a62dd50-a099-4ac7-a4c9-9c7c62b8e15a) - ) - (wire (pts (xy 107.95 85.09) (xy 107.95 90.17)) - (stroke (width 0) (type default)) - (uuid 2c192cb6-322f-4ddb-9ed8-4a63e9832b4b) - ) - (wire (pts (xy 59.69 90.17) (xy 59.69 85.09)) - (stroke (width 0) (type default)) - (uuid 30d8095e-849e-42f9-b37b-4bbce38e4f08) - ) - (wire (pts (xy 50.8 80.01) (xy 52.07 80.01)) - (stroke (width 0) (type default)) - (uuid 33232b88-c888-4aec-8212-103a130a13e4) - ) - (wire (pts (xy 142.24 50.8) (xy 142.24 64.77)) - (stroke (width 0) (type default)) - (uuid 33607f8c-def2-4a31-bd71-4c63a4bc9cdf) - ) - (wire (pts (xy 38.1 187.96) (xy 31.75 187.96)) - (stroke (width 0) (type default)) - (uuid 34674441-c951-43bf-bcee-89830289ad27) - ) - (wire (pts (xy 125.73 63.5) (xy 125.73 57.15)) - (stroke (width 0) (type default)) - (uuid 34d6b332-67e6-4692-b835-8b9bfe499bc7) - ) - (wire (pts (xy 81.28 50.8) (xy 81.28 53.34)) - (stroke (width 0) (type default)) - (uuid 35307448-8807-4a12-8466-84542d8acaae) - ) - (wire (pts (xy 246.38 105.41) (xy 248.92 105.41)) - (stroke (width 0) (type default)) - (uuid 37efb0b7-b800-4196-ac9f-18d4c8fe40b9) - ) - (wire (pts (xy 195.58 57.15) (xy 199.39 57.15)) - (stroke (width 0) (type default)) - (uuid 3975de4d-b83d-47d0-9cc7-86bbaecddeb4) - ) - (wire (pts (xy 193.04 80.01) (xy 193.04 72.39)) - (stroke (width 0) (type default)) - (uuid 3abfd52b-ef63-479a-904f-a5b539acb819) - ) - (wire (pts (xy 156.21 74.93) (xy 156.21 104.14)) - (stroke (width 0) (type default)) - (uuid 3ebe54f1-3ec2-4f66-9493-131aff079204) - ) - (wire (pts (xy 222.25 81.28) (xy 237.49 81.28)) - (stroke (width 0) (type default)) - (uuid 3f2df5ee-f44a-4b58-a668-8508568341e0) - ) - (wire (pts (xy 229.87 93.98) (xy 229.87 105.41)) - (stroke (width 0) (type default)) - (uuid 403784c4-2804-4f40-87b3-8a9bf928a87c) - ) - (wire (pts (xy 92.71 80.01) (xy 91.44 80.01)) - (stroke (width 0) (type default)) - (uuid 46c1af3a-6703-405e-85fb-b89f183ab1ce) - ) - (wire (pts (xy 222.25 74.93) (xy 222.25 81.28)) - (stroke (width 0) (type default)) - (uuid 471e6f9c-340f-42fb-9728-323f47342438) - ) - (wire (pts (xy 199.39 57.15) (xy 199.39 69.85)) - (stroke (width 0) (type default)) - (uuid 483bc03f-3a1e-4058-8b12-41f401e536af) - ) - (wire (pts (xy 91.44 72.39) (xy 91.44 80.01)) - (stroke (width 0) (type default)) - (uuid 49914f57-1894-4894-a96c-54f361521fec) - ) - (wire (pts (xy 129.54 69.85) (xy 107.95 69.85)) - (stroke (width 0) (type default)) - (uuid 4ad22a2d-5c70-4b09-9a37-ae94c3bf79df) - ) - (wire (pts (xy 81.28 90.17) (xy 81.28 85.09)) - (stroke (width 0) (type default)) - (uuid 4cfd073d-9981-4259-a508-30a4b6edff45) - ) - (wire (pts (xy 125.73 57.15) (xy 162.56 57.15)) - (stroke (width 0) (type default)) - (uuid 50e53f9c-8eb2-43a7-96e3-7228d7e63158) - ) - (wire (pts (xy 199.39 69.85) (xy 214.63 69.85)) - (stroke (width 0) (type default)) - (uuid 54463ab6-1604-4f67-9748-a977016c7c3e) - ) - (wire (pts (xy 170.18 69.85) (xy 175.26 69.85)) - (stroke (width 0) (type default)) - (uuid 54816c85-a100-4353-ac1a-69ec4b98f98d) - ) - (wire (pts (xy 81.28 72.39) (xy 81.28 74.93)) - (stroke (width 0) (type default)) - (uuid 5b5d915e-b4d3-43ef-b6e4-d736aff5233a) - ) - (wire (pts (xy 195.58 83.82) (xy 195.58 87.63)) - (stroke (width 0) (type default)) - (uuid 6949095a-a44b-4aef-9d1f-2be8745b8aae) - ) - (wire (pts (xy 243.84 72.39) (xy 241.3 72.39)) - (stroke (width 0) (type default)) - (uuid 69841b76-3803-4cf2-8e27-d35d05e29844) - ) - (wire (pts (xy 58.42 172.72) (xy 69.85 172.72)) - (stroke (width 0) (type default)) - (uuid 6a03ca64-9408-4cfc-a56c-b1d984af7b41) - ) - (wire (pts (xy 59.69 60.96) (xy 59.69 72.39)) - (stroke (width 0) (type default)) - (uuid 6bc960df-d6e4-487f-b2b1-0d241d0a1430) - ) - (wire (pts (xy 170.18 97.79) (xy 181.61 97.79)) - (stroke (width 0) (type default)) - (uuid 6bedf6ce-e1ee-48e6-88c7-b36f4e69ab2a) - ) - (wire (pts (xy 199.39 69.85) (xy 199.39 72.39)) - (stroke (width 0) (type default)) - (uuid 73f54755-9d0e-4f66-8cee-053988f708e6) - ) - (wire (pts (xy 53.34 172.72) (xy 58.42 172.72)) - (stroke (width 0) (type default)) - (uuid 77e58584-8af2-4a16-8e39-72a0d1966718) - ) - (wire (pts (xy 58.42 187.96) (xy 53.34 187.96)) - (stroke (width 0) (type default)) - (uuid 7bf3d63a-491a-4f7d-adbb-7b2618dc2d37) - ) - (wire (pts (xy 254 124.46) (xy 256.54 124.46)) - (stroke (width 0) (type default)) - (uuid 7d874456-21c0-42ea-8c30-2648ee7be836) - ) - (wire (pts (xy 53.34 176.53) (xy 53.34 172.72)) - (stroke (width 0) (type default)) - (uuid 7f2b0b09-b091-469e-bcc4-f7535363b691) - ) - (wire (pts (xy 154.94 74.93) (xy 156.21 74.93)) - (stroke (width 0) (type default)) - (uuid 825b8ac2-aa57-42b2-a8e3-43cfcef0b2a6) - ) - (wire (pts (xy 90.17 72.39) (xy 91.44 72.39)) - (stroke (width 0) (type default)) - (uuid 82d11f6a-846d-4dba-a69e-15e594468340) - ) - (wire (pts (xy 33.02 80.01) (xy 40.64 80.01)) - (stroke (width 0) (type default)) - (uuid 843d8bdd-d48a-4a73-8a06-b3815ec2df57) - ) - (wire (pts (xy 107.95 50.8) (xy 107.95 53.34)) - (stroke (width 0) (type default)) - (uuid 84dde9cb-1d63-4b52-b2e9-8f82908698b2) - ) - (wire (pts (xy 71.12 72.39) (xy 73.66 72.39)) - (stroke (width 0) (type default)) - (uuid 853dd808-9d8a-4975-a101-83b5df36a544) - ) - (wire (pts (xy 166.37 101.6) (xy 166.37 104.14)) - (stroke (width 0) (type default)) - (uuid 8a589799-0ef0-400e-9602-e1fec223abc3) - ) - (wire (pts (xy 214.63 72.39) (xy 214.63 69.85)) - (stroke (width 0) (type default)) - (uuid 8ba5e289-e7ed-457c-a154-5724c8e62558) - ) - (wire (pts (xy 50.8 82.55) (xy 50.8 80.01)) - (stroke (width 0) (type default)) - (uuid 8c52e6c0-331b-48f4-9572-126119370cfa) - ) - (wire (pts (xy 238.76 105.41) (xy 237.49 105.41)) - (stroke (width 0) (type default)) - (uuid 91ba4574-18ff-4bf6-b148-d9ffd857f478) - ) - (wire (pts (xy 229.87 116.84) (xy 229.87 113.03)) - (stroke (width 0) (type default)) - (uuid 954fb8fe-28ee-4de2-a01e-76b52e163967) - ) - (wire (pts (xy 181.61 102.87) (xy 181.61 109.22)) - (stroke (width 0) (type default)) - (uuid 97142a5b-bc93-4967-98dc-ce46c637a8ec) - ) - (wire (pts (xy 237.49 121.92) (xy 237.49 124.46)) - (stroke (width 0) (type default)) - (uuid a00d5662-5c91-4409-9434-ba6e167f4290) - ) - (wire (pts (xy 241.3 72.39) (xy 241.3 93.98)) - (stroke (width 0) (type default)) - (uuid a12c7215-0549-404a-806b-2c53807e6a53) - ) - (wire (pts (xy 182.88 57.15) (xy 187.96 57.15)) - (stroke (width 0) (type default)) - (uuid a1531515-f886-40e5-8ddb-3635bf0625f3) - ) - (wire (pts (xy 156.21 104.14) (xy 166.37 104.14)) - (stroke (width 0) (type default)) - (uuid a4700cf3-086f-4e1b-b937-e8a0dde719ff) - ) - (wire (pts (xy 69.85 176.53) (xy 69.85 172.72)) - (stroke (width 0) (type default)) - (uuid a6eb5416-7896-471c-8483-b92671173e9f) - ) - (wire (pts (xy 59.69 50.8) (xy 59.69 53.34)) - (stroke (width 0) (type default)) - (uuid a7db04b8-962d-40df-b959-3134259513f8) - ) - (wire (pts (xy 170.18 57.15) (xy 175.26 57.15)) - (stroke (width 0) (type default)) - (uuid ab39d9f6-22eb-4ffd-a958-2e39f13488f7) - ) - (wire (pts (xy 237.49 124.46) (xy 238.76 124.46)) - (stroke (width 0) (type default)) - (uuid abc614f7-7787-425b-a4cc-114b7def29cb) - ) - (wire (pts (xy 31.75 172.72) (xy 38.1 172.72)) - (stroke (width 0) (type default)) - (uuid ad66c00f-1fad-41dd-b3db-6e2b7097c386) - ) - (wire (pts (xy 237.49 81.28) (xy 237.49 72.39)) - (stroke (width 0) (type default)) - (uuid b183cb5f-5d00-4e75-aa03-ea488849de61) - ) - (wire (pts (xy 237.49 105.41) (xy 237.49 111.76)) - (stroke (width 0) (type default)) - (uuid b458ef82-234c-435e-93f8-172f48e9ff48) - ) - (wire (pts (xy 256.54 124.46) (xy 256.54 125.73)) - (stroke (width 0) (type default)) - (uuid b467025c-d316-4809-afe7-43f3474e2aef) - ) - (wire (pts (xy 251.46 72.39) (xy 257.81 72.39)) - (stroke (width 0) (type default)) - (uuid b4d1c161-eca2-4549-8558-32e8cd4dcfff) - ) - (wire (pts (xy 38.1 172.72) (xy 53.34 172.72)) - (stroke (width 0) (type default)) - (uuid b93457df-4e5d-4a03-8b54-d95c6cd2cfcb) - ) - (wire (pts (xy 81.28 63.5) (xy 125.73 63.5)) - (stroke (width 0) (type default)) - (uuid bc471f6b-70f9-4805-aedd-5a4b0a1e0670) - ) - (wire (pts (xy 214.63 93.98) (xy 214.63 80.01)) - (stroke (width 0) (type default)) - (uuid bd6e0293-01a2-4d59-bf47-378d9a942a9a) - ) - (wire (pts (xy 91.44 80.01) (xy 91.44 82.55)) - (stroke (width 0) (type default)) - (uuid be1587b3-14c2-4639-a84c-bb6f584cc76f) - ) - (wire (pts (xy 195.58 87.63) (xy 199.39 87.63)) - (stroke (width 0) (type default)) - (uuid bf5dd8ce-5fba-4ffa-8f65-0df0dda16997) - ) - (wire (pts (xy 196.85 100.33) (xy 199.39 100.33)) - (stroke (width 0) (type default)) - (uuid bffeacbe-fe06-4e54-bfe7-c4d28b536773) - ) - (wire (pts (xy 118.11 81.28) (xy 118.11 74.93)) - (stroke (width 0) (type default)) - (uuid cd4002b9-d8e2-4f61-875c-a1778f12626f) - ) - (wire (pts (xy 81.28 72.39) (xy 82.55 72.39)) - (stroke (width 0) (type default)) - (uuid cd694b87-04ba-4b7f-bf51-42816a438cd1) - ) - (wire (pts (xy 175.26 57.15) (xy 175.26 60.96)) - (stroke (width 0) (type default)) - (uuid cec85331-48a7-477e-83f6-295303e51c0a) - ) - (wire (pts (xy 53.34 184.15) (xy 53.34 187.96)) - (stroke (width 0) (type default)) - (uuid cf001b4b-48da-4f93-81e8-f5c0aeabff21) - ) - (wire (pts (xy 241.3 72.39) (xy 237.49 72.39)) - (stroke (width 0) (type default)) - (uuid cfc4fc68-88fe-481c-b0b6-48d001ce0c40) - ) - (wire (pts (xy 59.69 74.93) (xy 59.69 72.39)) - (stroke (width 0) (type default)) - (uuid cfdc0937-21cb-4d88-a06e-e54f2c9da122) - ) - (wire (pts (xy 193.04 72.39) (xy 199.39 72.39)) - (stroke (width 0) (type default)) - (uuid d2fa04c1-b7d9-4895-add2-794f0a008f54) - ) - (wire (pts (xy 107.95 60.96) (xy 107.95 69.85)) - (stroke (width 0) (type default)) - (uuid d38394fb-ae6c-4d55-8e3f-9e713b907cf1) - ) - (wire (pts (xy 175.26 73.66) (xy 179.07 73.66)) - (stroke (width 0) (type default)) - (uuid d72732b4-e6df-4b91-ac4e-d313d681956d) - ) - (wire (pts (xy 241.3 93.98) (xy 229.87 93.98)) - (stroke (width 0) (type default)) - (uuid d8a8f4cf-5449-45ab-a909-4af8b55ed0a9) - ) - (wire (pts (xy 237.49 101.6) (xy 237.49 105.41)) - (stroke (width 0) (type default)) - (uuid d8e4d0e7-4ded-4342-bbe2-1fe920b1c8ca) - ) - (wire (pts (xy 73.66 72.39) (xy 73.66 80.01)) - (stroke (width 0) (type default)) - (uuid da2c5784-6306-4103-8732-6f1f2a96ef46) - ) - (wire (pts (xy 199.39 100.33) (xy 199.39 95.25)) - (stroke (width 0) (type default)) - (uuid daa04f4c-734a-4798-b5e0-a24649d1582e) - ) - (wire (pts (xy 154.94 80.01) (xy 193.04 80.01)) - (stroke (width 0) (type default)) - (uuid dc805358-9c03-4053-8475-24e59c97c594) - ) - (wire (pts (xy 118.11 74.93) (xy 129.54 74.93)) - (stroke (width 0) (type default)) - (uuid df179fea-457a-4db1-8c40-7bd71b592cbe) - ) - (wire (pts (xy 69.85 184.15) (xy 69.85 187.96)) - (stroke (width 0) (type default)) - (uuid e00aff85-4657-4365-b785-c87041e8e24f) - ) - (wire (pts (xy 38.1 176.53) (xy 38.1 172.72)) - (stroke (width 0) (type default)) - (uuid e385e478-3c86-42ee-b31f-6891dbf77121) - ) - (wire (pts (xy 69.85 187.96) (xy 58.42 187.96)) - (stroke (width 0) (type default)) - (uuid eabe3ddb-0e0d-46cf-bddf-09990f474943) - ) - (wire (pts (xy 48.26 80.01) (xy 50.8 80.01)) - (stroke (width 0) (type default)) - (uuid ece6a673-cedf-4386-b001-7f6077b1ea09) - ) - (wire (pts (xy 81.28 60.96) (xy 81.28 63.5)) - (stroke (width 0) (type default)) - (uuid f02c7896-835c-42b6-84ca-9fe2a5051c38) - ) - (wire (pts (xy 107.95 69.85) (xy 107.95 74.93)) - (stroke (width 0) (type default)) - (uuid f4d61efc-1756-4cec-8e34-0ebda3bcd249) - ) - (wire (pts (xy 118.11 88.9) (xy 118.11 90.17)) - (stroke (width 0) (type default)) - (uuid f7ef0e57-5e64-48b0-8e85-2846b8cbbe51) - ) - (wire (pts (xy 154.94 69.85) (xy 162.56 69.85)) - (stroke (width 0) (type default)) - (uuid f874b4f4-1d0f-4ce1-9965-72ca30ceb021) - ) - (wire (pts (xy 175.26 60.96) (xy 179.07 60.96)) - (stroke (width 0) (type default)) - (uuid fc7b8192-4c16-4cf3-8e89-747493209df6) - ) - - (text "Release" (at 175.26 50.8 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 1e176d01-9524-43bc-b5d3-5e5d73341a10) - ) - (text "U1" (at 63.5 170.18 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 2f229bdb-f02d-47f4-b3ee-a6d22bd4e0cb) - ) - (text "LED Driver" (at 236.22 133.35 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 35178141-5d3a-49fd-91e2-1515f483451d) - ) - (text "reset" (at 125.73 82.55 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 6b9f55bb-d06b-49bd-96ca-eda12427b142) - ) - (text "Sustain" (at 160.02 93.98 90) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 6bcdc227-abfb-4813-98b1-883eb94f8209) - ) - (text "U2" (at 49.53 170.18 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 88b928ee-9c94-488e-afb5-88268ed1f716) - ) - (text "Decay" (at 194.31 82.55 90) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid c4ba52aa-fe80-45af-bc5d-3c8c83a094d6) - ) - (text "Attack" (at 176.53 63.5 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d8673f9b-33a8-4984-b41e-76873aa481e7) - ) - (text "trigger" (at 114.3 69.85 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid edd39459-c8e6-4125-9d52-76a4f69a14a6) - ) - (text "treshold" (at 172.72 80.01 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid efa86e23-9b47-463c-badd-d68b13872a1d) - ) - - (symbol (lib_id "Transistor_BJT:BC547") (at 57.15 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb63ab0) - (property "Reference" "Q1" (at 62.0014 78.8416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "BC547" (at 62.0014 81.153 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" (at 62.23 81.915 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC547.pdf" (at 57.15 80.01 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid a45cdacf-d80a-41ba-927e-5e41eb309052)) - (pin "2" (uuid 0dcdd563-dd02-47ce-a314-7af85bf3f463)) - (pin "3" (uuid 6f1a66ee-f567-4cd2-a57b-9998d8d0c68e)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:BC547") (at 78.74 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb642bf) - (property "Reference" "Q2" (at 83.5914 78.8416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "BC547" (at 83.5914 81.153 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" (at 83.82 81.915 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC547.pdf" (at 78.74 80.01 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 133867c4-9b52-44d8-8cdc-68752360e5c0)) - (pin "2" (uuid 97b02451-5a0d-452d-a769-cec668a441d8)) - (pin "3" (uuid ba852c2c-5d29-4068-b0a0-f8a2765a9737)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:BC547") (at 105.41 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb651d4) - (property "Reference" "Q3" (at 110.2614 78.8416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "BC547" (at 110.2614 81.153 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" (at 110.49 81.915 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC547.pdf" (at 105.41 80.01 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid a8a0c21c-3b21-465d-8ffa-a2afcdca9493)) - (pin "2" (uuid a1b3b77b-7346-481f-8b65-afd1927cd1a8)) - (pin "3" (uuid ad8cc597-884b-470d-b841-fe2f33568515)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "Q3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 44.45 80.01 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb65cbc) - (property "Reference" "R1" (at 44.45 74.7522 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 44.45 77.0636 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 44.45 78.232 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 44.45 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c3c38f62-f2c5-43ff-99cc-4497c475748c)) - (pin "2" (uuid a8d8328f-23eb-4658-aaf7-2cd2a9e67093)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 59.69 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb66032) - (property "Reference" "#PWR06" (at 59.69 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 59.817 94.5642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 59.69 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 59.69 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4708ad40-e46d-4d47-a722-89c165b35890)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D") (at 50.8 86.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb666de) - (property "Reference" "D1" (at 52.8066 85.1916 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148" (at 52.8066 87.503 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 50.8 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 82667174-61ae-4dfa-ab9c-f199d80329f9)) - (pin "2" (uuid e0216530-ba60-4929-aa54-afb509f69876)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 50.8 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb66f4e) - (property "Reference" "#PWR04" (at 50.8 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 50.927 94.5642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 50.8 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 50.8 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dba78e47-4f2b-4baa-beab-4a37157b2318)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 59.69 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb67b4d) - (property "Reference" "R2" (at 61.468 55.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4.7k" (at 61.468 58.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 57.912 57.15 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 59.69 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a048d7fd-40ab-4c36-8966-0cc8b69075fe)) - (pin "2" (uuid 9d64ef76-5d16-45eb-ae76-5f305fd08f68)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 67.31 72.39 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb6846c) - (property "Reference" "R3" (at 67.31 67.1322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "22k" (at 67.31 69.4436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (at 67.31 70.612 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 67.31 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 345dadae-b612-40f8-828f-fcef37f9b1e2)) - (pin "2" (uuid 2f5205cc-03bb-4521-b25a-213736a7e0d1)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 59.69 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb691e1) - (property "Reference" "#PWR05" (at 59.69 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 60.071 46.4058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 59.69 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 59.69 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 05714d8b-932d-4588-a51e-1ef478b5efe4)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 81.28 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb6a26a) - (property "Reference" "#PWR08" (at 81.28 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 81.407 94.5642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 81.28 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 81.28 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9b5ede69-34f1-4321-932e-070ab68ede5b)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D") (at 91.44 86.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb6aa15) - (property "Reference" "D2" (at 93.4466 85.1916 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148" (at 93.4466 87.503 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 91.44 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 91.44 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 94fe370f-f675-4575-bc41-fadca29db378)) - (pin "2" (uuid 31e2eb61-ca77-48ed-9965-b2cf8617acc9)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 96.52 80.01 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb6b47f) - (property "Reference" "R5" (at 96.52 74.7522 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 96.52 77.0636 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 96.52 78.232 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 96.52 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 08c3ed33-9e99-4a05-81be-819397ad4f04)) - (pin "2" (uuid d08231d6-669e-4427-9d55-9d56a05b626b)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 91.44 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb6c4af) - (property "Reference" "#PWR09" (at 91.44 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 91.567 94.5642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 91.44 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 91.44 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 853536a9-620d-4995-9f57-76c294c61dc5)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 86.36 72.39 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb6ce2b) - (property "Reference" "C4" (at 86.36 65.9892 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10n" (at 86.36 68.3006 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (at 82.55 73.3552 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 86.36 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0cf10b56-b9e9-4c45-9576-f7f93e17fc0a)) - (pin "2" (uuid 4a69fc59-2cca-4c17-86b2-e3b1b1102a38)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 107.95 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb6e0db) - (property "Reference" "#PWR014" (at 107.95 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 108.077 94.5642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 107.95 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 107.95 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0fe1f795-b0f6-452e-9b5a-75863f85be22)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR014") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 81.28 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb6f57e) - (property "Reference" "R4" (at 83.058 55.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4.7k" (at 83.058 58.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 79.502 57.15 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b4de2a51-721a-444d-8ac7-37a34420e184)) - (pin "2" (uuid ae7a94ce-3cd0-4e26-ade9-b9eebff8837f)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 107.95 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb6fcea) - (property "Reference" "R6" (at 109.728 55.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4.7k" (at 109.728 58.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 106.172 57.15 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc853e34-8d63-4489-ac1c-109c552d307e)) - (pin "2" (uuid 2f0b8688-8442-47f1-a7f5-61c5be1f9d6d)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 81.28 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb7047c) - (property "Reference" "#PWR07" (at 81.28 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 81.661 46.4058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 81.28 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 81.28 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 41681b4a-f355-472f-b3c3-0a59e2679446)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 107.95 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb70ac2) - (property "Reference" "#PWR013" (at 107.95 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 108.331 46.4058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 107.95 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 107.95 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ee245ebd-0f8a-47ec-904e-1e945a35ab2b)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR013") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 166.37 57.15 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb734ac) - (property "Reference" "R7" (at 166.37 51.8922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100" (at 166.37 54.2036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 166.37 55.372 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 166.37 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ef0e5436-ee43-4708-a6b2-630b5b36a24d)) - (pin "2" (uuid cd45f362-0430-43e3-8c48-1bb374636e6f)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 179.07 57.15 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb73aba) - (property "Reference" "RV2" (at 179.07 51.8922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M LOG" (at 179.07 54.2036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 179.07 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 078953d7-aa38-4639-a25c-ccbfec48bbe2)) - (pin "2" (uuid 846d7ff0-ba08-4681-b8cd-dc1ac468f405)) - (pin "3" (uuid 3ade4044-0426-43d6-b0cb-144dcf7a67a5)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "RV2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D") (at 191.77 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb73ecd) - (property "Reference" "D3" (at 191.77 51.6636 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 191.77 53.975 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 191.77 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 191.77 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c68bb2c-ff2f-4404-a1b6-5ef5d2176f1c)) - (pin "2" (uuid 445d4ada-e204-4036-9825-bf8ae3ea91c7)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "D3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 166.37 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb76da0) - (property "Reference" "R8" (at 166.37 64.5922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100" (at 166.37 66.9036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 166.37 68.072 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 166.37 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d18fe090-2263-4672-b3e7-0d7262486a9e)) - (pin "2" (uuid 28a2bf1d-f7d6-4de1-b1f7-d6f08045f31d)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 179.07 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb76da6) - (property "Reference" "RV3" (at 179.07 64.5922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M LOG" (at 179.07 66.9036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 179.07 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 48ca617b-5c7d-4e7f-b346-a27e3cc7b2d9)) - (pin "2" (uuid 6db7d6f7-ec78-4c5d-8c4f-7ab4d54f3dfb)) - (pin "3" (uuid a72c82be-e845-432f-b953-f19c8b7e211c)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "RV3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D") (at 191.77 69.85 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb76dac) - (property "Reference" "D4" (at 191.77 64.3636 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 191.77 66.675 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 191.77 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 191.77 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cc960be2-3d21-47a2-9ce2-298ad6ec464e)) - (pin "2" (uuid c46ed7ec-347c-4546-8a73-362bb818fbb5)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "D4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 142.24 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb7b600) - (property "Reference" "#PWR020" (at 142.24 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 142.367 94.5642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 142.24 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 142.24 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 37c1cda3-4064-4509-a7c3-dc2c94baf694)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR020") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 142.24 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb7c263) - (property "Reference" "#PWR019" (at 142.24 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 142.621 46.4058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 142.24 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 142.24 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3f1488ef-cc1f-4035-a827-7b54f9439a4f)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR019") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 118.11 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb7cc23) - (property "Reference" "#PWR015" (at 118.11 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 118.237 94.5642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 118.11 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 118.11 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cf1e4b83-0d5b-4d87-869b-4b23e8f3f5d5)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR015") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 118.11 85.09 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb7d114) - (property "Reference" "C5" (at 121.031 83.9216 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10n" (at 121.031 86.233 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (at 117.1448 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 118.11 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b2cd1317-ab88-4198-add1-439989d36079)) - (pin "2" (uuid c2c5b712-a0b5-4957-bdf7-e25e25a67e27)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 166.37 90.17 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb80795) - (property "Reference" "R9" (at 168.148 89.0016 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "4.7k" (at 168.148 91.313 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 168.148 90.17 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 166.37 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d4e2985a-4e72-48fe-9712-cc81281a5178)) - (pin "2" (uuid 4a54c635-9473-4109-8b62-7a6857d06bd5)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 166.37 97.79 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb80d85) - (property "Reference" "RV1" (at 164.592 98.9584 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10k" (at 164.592 96.647 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 166.37 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 166.37 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a6739649-2a71-4beb-8e81-99b85e44ad6b)) - (pin "2" (uuid 35c89903-acb3-4752-b5b3-774767396a8d)) - (pin "3" (uuid 8b2630fb-b928-419b-afdb-c7181e01de4b)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "RV1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM358") (at 229.87 72.39 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb81c4b) - (property "Reference" "U1" (at 229.87 63.0682 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM358" (at 229.87 65.3796 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 229.87 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 229.87 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b46daaa6-3adc-43fc-a390-323150e69b84)) - (pin "2" (uuid d95b8cad-1cfa-4ad6-907e-660ccdf515c6)) - (pin "3" (uuid 5875bbe2-af33-4ee2-893b-e75955888261)) - (pin "5" (uuid 5f30b2e3-3e52-43dc-9204-c2e5c0deb2ed)) - (pin "6" (uuid 7158cf51-4d1f-498b-969e-bf51825c450f)) - (pin "7" (uuid 2788e345-cd3e-405b-8465-918ae98ba2cc)) - (pin "4" (uuid a9fefd0c-76cd-4e09-9d30-42aaef658507)) - (pin "8" (uuid 5c1434cb-7f69-4830-98e8-9a4ea0c8f6ca)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM358") (at 189.23 100.33 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb85503) - (property "Reference" "U1" (at 189.23 91.0082 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM358" (at 189.23 93.3196 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 189.23 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 189.23 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7e8dc263-aa41-4d6f-87c7-3a42c9016c05)) - (pin "2" (uuid e165786a-cfc4-4352-af3f-f155b04dfd88)) - (pin "3" (uuid fbb16b57-02f2-40f3-a0ec-f50e285a1f72)) - (pin "5" (uuid b6133687-7876-4c12-a9a4-c5d621fad226)) - (pin "6" (uuid f40bb5fa-bf0b-4acf-a086-b787ba151b87)) - (pin "7" (uuid aecfff17-c776-4b9f-89bf-11f6cb27b77d)) - (pin "4" (uuid db4c14d8-1709-4070-a1aa-030a8766c2ec)) - (pin "8" (uuid c4bf3da1-bbf6-428f-9791-73c551474fde)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM358") (at 60.96 180.34 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb87ba1) - (property "Reference" "U1" (at 59.8932 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM358" (at 59.8932 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 60.96 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 60.96 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0be95e41-9e8e-434c-88d3-139c96673017)) - (pin "2" (uuid 08133e26-017c-4ddd-a3f1-761d3483e2d4)) - (pin "3" (uuid 97ef46ed-cb87-4e58-aa35-59d1b1e48cb7)) - (pin "5" (uuid 2860a121-94f6-4875-81f1-8a052c99de4c)) - (pin "6" (uuid 0ba6500f-7e41-4217-b977-7ef1e7c54be8)) - (pin "7" (uuid cfd3d5fa-d703-4872-8948-fe6031187c1d)) - (pin "4" (uuid 338355df-99c6-4381-82f7-9217d28d2598)) - (pin "8" (uuid 1a227bd5-ce28-4e8c-bbc8-b4731ca1f78d)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "U1") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 214.63 93.98 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb980c1) - (property "Reference" "#PWR022" (at 214.63 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 214.757 98.3742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 214.63 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 214.63 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f0c3fe4e-a68f-4125-b6bb-357c015513d6)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR022") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D") (at 199.39 76.2 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb9f7fa) - (property "Reference" "D5" (at 201.3966 75.0316 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1N4148" (at 201.3966 77.343 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 199.39 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 199.39 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4a1f5c60-d6cc-4c75-ac29-a20ce738d97e)) - (pin "2" (uuid a390faf5-7f9a-4203-b3d1-4cfa5c0e7923)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "D5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 199.39 83.82 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cb9fe03) - (property "Reference" "RV4" (at 201.168 84.9884 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1M LOG" (at 201.168 82.677 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 199.39 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 199.39 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5af79532-78f8-4810-b1cc-affc818659fb)) - (pin "2" (uuid b18261f4-976e-4d19-8b45-f639c69245ba)) - (pin "3" (uuid 7e635148-8f44-449d-85ca-18b4cf4f3197)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "RV4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 199.39 91.44 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cba0616) - (property "Reference" "R10" (at 201.168 90.2716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100" (at 201.168 92.583 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 201.168 91.44 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 199.39 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e7293378-444d-4c0c-901b-264bafb1bd2b)) - (pin "2" (uuid 68867e1d-db15-4438-a988-40aba987ac26)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 166.37 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cbbed64) - (property "Reference" "#PWR021" (at 166.37 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 166.751 81.9658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 166.37 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 166.37 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f7132cc3-09c9-453a-b538-d3c71a83d859)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR021") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 69.85 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cc9709d) - (property "Reference" "C3" (at 72.771 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 72.771 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 70.8152 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6622bfae-e70a-4be1-9a0a-4bfa9a7617ec)) - (pin "2" (uuid 65103daf-dcc1-460e-be74-08a3fa56245c)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 31.75 172.72 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cc9878f) - (property "Reference" "#PWR01" (at 35.56 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 28.4988 172.339 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 31.75 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 31.75 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8c4e5936-567d-4ceb-9641-7627b33ff51a)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 31.75 187.96 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cc99f57) - (property "Reference" "#PWR02" (at 25.4 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 28.4988 188.087 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 31.75 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 31.75 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 54b50a2c-cb17-4c28-a8ed-4d634d1f9c3f)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 53.34 180.34 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cc9dd67) - (property "Reference" "C2" (at 50.4444 179.1716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 50.4444 181.483 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 54.3052 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 53.34 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 092ba486-94d3-4f5f-ad14-40a6a68db4a6)) - (pin "2" (uuid 7927434f-8380-43e1-a6c6-75df8a1578d4)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 38.1 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cca767c) - (property "Reference" "C1" (at 41.0972 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10u" (at 41.0972 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 39.0652 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 38.1 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 02aed6e8-59a5-46c9-ad57-7f99546a098e)) - (pin "2" (uuid 8a023748-9499-4ce4-ae82-75e452306ac1)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 69.85 172.72 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ccb374c) - (property "Reference" "#FLG01" (at 71.755 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 73.1012 172.72 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 69.85 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8302a11a-794e-4294-93b3-98a242eda8cf)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 69.85 187.96 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ccb497f) - (property "Reference" "#FLG02" (at 71.755 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 73.1012 187.96 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 69.85 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0c0fa391-ba03-4a18-9fbd-9f9642a69db9)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 111.76 179.07 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf322f1) - (property "Reference" "J2" (at 113.03 167.64 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Power" (at 113.03 170.18 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (at 111.76 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c789b17a-4e8b-4ea4-b5fa-1ebb02d09228)) - (pin "10" (uuid 48b24326-2b16-4ce2-a3cd-c310852e3842)) - (pin "2" (uuid 7015dba3-4a4d-4fa4-bdf2-9b1f8a974d54)) - (pin "3" (uuid df932976-2f5e-458e-b20a-ef7573948368)) - (pin "4" (uuid 7b7b8d32-ac58-473d-8420-65462d6470c2)) - (pin "5" (uuid a7ca0165-dd9e-4b16-8bce-05d71dff22d7)) - (pin "6" (uuid 6b22e2d7-81ca-4005-968e-36ecfd789d5d)) - (pin "7" (uuid 29b92ab9-afbe-45d2-a4bf-6592727722e7)) - (pin "8" (uuid 81f060d3-6b1f-4ce5-9379-fe8d29adcc36)) - (pin "9" (uuid ec12b1e5-6544-449c-92cd-9ddde2ced903)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 106.68 181.61 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf32c04) - (property "Reference" "#PWR012" (at 110.49 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 103.4288 181.229 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 106.68 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 106.68 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6369bcde-905e-4092-854d-72826b908986)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 119.38 181.61 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf3314c) - (property "Reference" "#PWR018" (at 115.57 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 122.6312 181.991 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 119.38 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 119.38 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5723c4c7-05d0-40fe-936f-b8ce20968801)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR018") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 106.68 179.07 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf33869) - (property "Reference" "#PWR011" (at 100.33 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 103.4288 179.197 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 106.68 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 106.68 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c9e4cc4c-0fe3-49d9-aa11-3b566f00333e)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 106.68 176.53 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf33cd8) - (property "Reference" "#PWR010" (at 100.33 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 103.4288 176.657 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 106.68 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 106.68 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2dd1605d-5f33-49c9-8a50-9246d6d26c75)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 119.38 176.53 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf33dbb) - (property "Reference" "#PWR016" (at 125.73 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 122.6312 176.403 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 119.38 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 119.38 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 76eba881-a65d-435d-bae5-bc3e8e101559)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR016") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 119.38 179.07 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf34152) - (property "Reference" "#PWR017" (at 125.73 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 122.6312 178.943 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 119.38 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 119.38 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1d57f6f9-0259-4300-879a-5e0cbef60a4f)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR017") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 214.63 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf3d2bd) - (property "Reference" "C6" (at 217.6272 75.0316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4.7u" (at 217.6272 77.343 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 215.5952 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 214.63 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e438f81a-77c4-4fac-9766-c8647db0cb3c)) - (pin "2" (uuid e349b326-09ef-4a63-93d9-6e25aec9296e)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 27.94 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d64a5b4) - (property "Reference" "J1" (at 28.7528 71.755 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IN" (at 28.7528 74.0664 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 27.94 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 27.94 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid bf24fbdc-2ef6-4da0-b66e-98e499def63b)) - (pin "T" (uuid 7bd3bcf4-4ebb-40fa-99ca-af716d3ab031)) - (pin "TN" (uuid a3da4d2a-df1b-49d3-8a19-fe53fb990440)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 262.89 72.39 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d64b3f0) - (property "Reference" "J3" (at 262.0772 64.135 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OUT" (at 262.0772 66.4464 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 262.89 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 262.89 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 6f634d73-3e78-468a-9e05-144281e3093a)) - (pin "T" (uuid bfd99df3-f150-4f71-8270-2080b81717ad)) - (pin "TN" (uuid 42048874-0035-4d87-b48a-47062269c3de)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 33.02 77.47 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d667130) - (property "Reference" "#PWR03" (at 39.37 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 37.4142 77.343 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 33.02 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 33.02 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 031aa70b-551b-414e-a28e-0ae9e1e48b76)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 257.81 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d7582f3) - (property "Reference" "#PWR026" (at 251.46 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 253.4158 69.977 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e5c93749-2f74-4236-9d66-66264c675d6d)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR026") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 250.19 124.46 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d785ff0) - (property "Reference" "D6" (at 250.3678 117.983 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Red)" (at 250.3678 120.2944 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D5.0mm" (at 250.19 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 250.19 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2f8b80d0-6331-4511-a987-e26889147584)) - (pin "2" (uuid cc238427-80ce-466f-9f7b-ebda7fd8e2f8)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "D6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 237.49 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d78684f) - (property "Reference" "#PWR023" (at 237.49 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 237.871 97.2058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 237.49 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 237.49 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7bc0eeec-f5f2-4a4a-988c-d3554b30e529)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR023") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 242.57 105.41 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d787291) - (property "Reference" "C7" (at 243.7384 108.331 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100n" (at 241.427 108.331 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (at 246.38 104.4448 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 242.57 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a2120d75-e47f-4a7e-9f10-ea2e20fb02fd)) - (pin "2" (uuid a1ff27cd-af4f-4257-8685-3c6b87010876)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 248.92 106.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d78a5a6) - (property "Reference" "#PWR024" (at 248.92 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 249.047 111.0742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 248.92 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 248.92 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 98974b83-e80f-4e5a-9297-99b24da70f36)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR024") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:BC547") (at 234.95 116.84 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d78aef7) - (property "Reference" "Q4" (at 239.8014 115.6716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "BC547" (at 239.8014 117.983 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" (at 240.03 118.745 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC547.pdf" (at 234.95 116.84 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid d5def865-06fd-4e63-92d1-e4e04bf55c6e)) - (pin "2" (uuid 4eb5bd26-26a6-4194-8fc4-9f112094ac5a)) - (pin "3" (uuid 0fda743e-42b9-4028-9460-2afa9250d188)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "Q4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 229.87 109.22 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d7980ff) - (property "Reference" "R11" (at 231.648 108.0516 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10k" (at 231.648 110.363 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 231.648 109.22 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 229.87 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6b90511e-fbb5-4c70-81b5-38e441339a68)) - (pin "2" (uuid c6440846-d9b1-4ff2-813d-69cc6bc33449)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 256.54 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d79f342) - (property "Reference" "#PWR025" (at 256.54 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 256.667 130.1242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 256.54 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 256.54 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 657467b3-7140-442b-a5ea-a18ef54e55bb)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "#PWR025") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 242.57 124.46 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d7a2366) - (property "Reference" "R12" (at 243.7384 126.238 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "2.2k" (at 241.427 126.238 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 242.57 126.238 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 242.57 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 37e62627-279b-4264-bb8b-83070368d08d)) - (pin "2" (uuid 762d45d6-21cf-4612-8459-dd9c16b10c21)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 247.65 72.39 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d7bf067) - (property "Reference" "R13" (at 248.8184 74.168 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1k" (at 246.507 74.168 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 247.65 74.168 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 247.65 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ac6ad24e-e791-4f09-940d-12f456c0fa53)) - (pin "2" (uuid 1fbc7ff2-dec6-428d-8b99-8133aa2aef26)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Timer:ICM7555xP") (at 142.24 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f013698) - (property "Reference" "U2" (at 142.24 60.1726 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "ICM7555xP" (at 142.24 62.484 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (at 158.75 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/icm7/icm7555-56.pdf" (at 163.83 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b1c32f87-a420-4c7b-90b0-52ffc468de8e)) - (pin "8" (uuid f9ff8318-2bbf-45a4-9df9-48bba9d9e507)) - (pin "2" (uuid bfc1d191-0cd5-429e-a97d-d316dffc70d3)) - (pin "3" (uuid ad327f64-afa4-4492-9f6a-040f0b8047cc)) - (pin "4" (uuid 81b42de6-7e7f-418d-ba84-414042114592)) - (pin "5" (uuid 30d5bc1a-dbe3-4976-81f4-773b60c1596d)) - (pin "6" (uuid 2ac917d7-aa7b-45da-8a07-262c4000aab4)) - (pin "7" (uuid b7551265-abd2-4b8d-9991-e23903b5c947)) - (instances - (project "main" - (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "a63f04a0-ab74-4f43-a41d-29942d996f7b") + (paper "A4") + (title_block + (title "ADSR") + (date "2019-11-30") + (rev "02") + (comment 1 "Original design by René Schmitz") + (comment 2 "Schema for main circuit") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Amplifier_Operational:LM358" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM358" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM358_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM358_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM358_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Jack*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AudioJack2_SwitchT_0_1" + (rectangle + (start -2.54 0) + (end -3.81 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.778 -0.254) (xy 2.032 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0.635 -0.635) (xy 1.27 0) (xy 2.54 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 1.778 -2.54) (xy 1.778 -0.254) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy -0.635 2.54) (xy -0.635 0) (xy -1.27 -0.635) (xy -1.905 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.54 3.81) + (end -2.54 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AudioJack2_SwitchT_1_1" + (pin passive line + (at 5.08 2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "T" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 1.27 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_02x05_Odd_Even_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 3.81 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start 3.81 -4.953) + (end 2.54 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 -2.413) + (end 2.54 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 0.127) + (end 2.54 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 2.667) + (end 2.54 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 5.207) + (end 2.54 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 5.08 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 0 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:D" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "D_0_1" + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "D_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_Potentiometer" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_0_1" + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.143 0) (xy 2.286 0.508) (xy 2.286 -0.508) (xy 1.143 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Timer:ICM7555xP" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -10.16 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "ICM7555xP" + (at 2.54 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 16.51 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/icm7/icm7555-56.pdf" + (at 21.59 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "CMOS General Purpose Timer, 555 compatible, PDIP-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "single timer 555" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ICM7555xP_0_0" + (pin power_in line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 10.16 270) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "ICM7555xP_0_1" + (rectangle + (start -8.89 -7.62) + (end 8.89 7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start -8.89 -7.62) + (end 8.89 7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "ICM7555xP_1_1" + (pin input line + (at -12.7 5.08 0) + (length 3.81) + (name "TR" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 12.7 5.08 180) + (length 3.81) + (name "Q" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -12.7 -5.08 0) + (length 3.81) + (name "R" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 0 0) + (length 3.81) + (name "CV" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 12.7 -5.08 180) + (length 3.81) + (name "THR" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 12.7 0 180) + (length 3.81) + (name "DIS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Transistor_BJT:BC547" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "BC547" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "NPN Transistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO?92*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "BC547_0_1" + (polyline + (pts + (xy 0 0) (xy 0.635 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "BC547_1_1" + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -5.08 0 0) + (length 5.08) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+15V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+15V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 125.73 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "0271ca9f-74db-460b-9521-db7c61ca6c5e") + ) + (junction + (at 214.63 69.85) + (diameter 0) + (color 0 0 0 0) + (uuid "0898b487-0d1a-46f9-a27b-f4c5952ca3de") + ) + (junction + (at 91.44 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "0cf8eabd-55d3-44cc-b956-88baf9242fa9") + ) + (junction + (at 53.34 172.72) + (diameter 0) + (color 0 0 0 0) + (uuid "19d7a0f0-647e-4468-b582-3c79426c21ee") + ) + (junction + (at 58.42 187.96) + (diameter 0) + (color 0 0 0 0) + (uuid "1ebd6afd-514d-4ba5-bd82-533ea1fb616a") + ) + (junction + (at 59.69 72.39) + (diameter 0) + (color 0 0 0 0) + (uuid "341f416e-ea14-4776-8725-96b9b5034e94") + ) + (junction + (at 199.39 100.33) + (diameter 0) + (color 0 0 0 0) + (uuid "3b8b2d7d-f624-4154-93cf-b9387e0f95a3") + ) + (junction + (at 38.1 172.72) + (diameter 0) + (color 0 0 0 0) + (uuid "3d06d939-b23b-40fb-b335-fd5aebee7c0f") + ) + (junction + (at 69.85 187.96) + (diameter 0) + (color 0 0 0 0) + (uuid "4ae41253-80aa-42a4-90f1-c66580f71917") + ) + (junction + (at 199.39 72.39) + (diameter 0) + (color 0 0 0 0) + (uuid "52484115-1c5c-4cc6-8b30-a0b5579160b4") + ) + (junction + (at 237.49 105.41) + (diameter 0) + (color 0 0 0 0) + (uuid "54afc294-0986-450b-b7b8-28884aa26d1b") + ) + (junction + (at 241.3 72.39) + (diameter 0) + (color 0 0 0 0) + (uuid "5dc4b298-1164-46c8-aa85-6aff36044470") + ) + (junction + (at 69.85 172.72) + (diameter 0) + (color 0 0 0 0) + (uuid "6bd6f00c-3cab-4638-8911-aa4e064a77b6") + ) + (junction + (at 107.95 69.85) + (diameter 0) + (color 0 0 0 0) + (uuid "76962b6e-4de7-41c5-8b62-88de5baa21da") + ) + (junction + (at 53.34 187.96) + (diameter 0) + (color 0 0 0 0) + (uuid "ba376009-778a-41a9-bb56-e1e1caca5c62") + ) + (junction + (at 38.1 187.96) + (diameter 0) + (color 0 0 0 0) + (uuid "c22665c2-31a1-4021-9f29-97e3e5ed2308") + ) + (junction + (at 81.28 72.39) + (diameter 0) + (color 0 0 0 0) + (uuid "c5b36930-b3b8-4060-9ab4-f3c5c98b51e4") + ) + (junction + (at 81.28 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "d800243c-f837-4aba-a548-f914033e9b85") + ) + (junction + (at 50.8 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "dcc93a09-8830-4fcf-b532-18957632a328") + ) + (junction + (at 237.49 72.39) + (diameter 0) + (color 0 0 0 0) + (uuid "e0dc7fa9-f46a-4e59-a8e7-b6e767611b66") + ) + (junction + (at 199.39 69.85) + (diameter 0) + (color 0 0 0 0) + (uuid "f18d22cd-e008-4668-8d1d-d51fa6085137") + ) + (junction + (at 58.42 172.72) + (diameter 0) + (color 0 0 0 0) + (uuid "f5fa63fb-5961-4e63-98cf-a5a5f468af7b") + ) + (no_connect + (at 106.68 184.15) + (uuid "451f62d8-650a-41c7-b1e3-eb7e2aff2dbf") + ) + (no_connect + (at 119.38 173.99) + (uuid "8d01fa2f-10c4-4456-8efb-d9e024914aea") + ) + (no_connect + (at 257.81 74.93) + (uuid "8d89483e-6a75-47c5-99d4-5407c501e9b5") + ) + (no_connect + (at 33.02 82.55) + (uuid "8e2bbbc7-130d-4bff-a736-354cbd1bffcf") + ) + (no_connect + (at 106.68 173.99) + (uuid "9815e371-0513-47eb-bbfa-7ea9083f2c4e") + ) + (no_connect + (at 119.38 184.15) + (uuid "c2569672-8b91-46c9-a3a9-0d09118a1810") + ) + (wire + (pts + (xy 248.92 105.41) (xy 248.92 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "05c75eb1-d31f-4b1b-a646-708aa0cb706a") + ) + (wire + (pts + (xy 63.5 72.39) (xy 59.69 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0863ee0d-61d3-4f0b-8863-b2f38e3fb6a4") + ) + (wire + (pts + (xy 195.58 69.85) (xy 199.39 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0c23860f-f5e8-4b4a-b9d3-0dbebab944b6") + ) + (wire + (pts + (xy 199.39 109.22) (xy 199.39 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f62a2ce-8e4c-4b47-adec-36e46a1b0a59") + ) + (wire + (pts + (xy 81.28 63.5) (xy 81.28 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "11d95665-b358-4373-806f-7d323d1b43c2") + ) + (wire + (pts + (xy 38.1 184.15) (xy 38.1 187.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "14df284c-e69c-434a-a8a2-292377aaa72b") + ) + (wire + (pts + (xy 175.26 69.85) (xy 175.26 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1952c041-53f3-43c9-b17a-38a4b239f49a") + ) + (wire + (pts + (xy 181.61 109.22) (xy 199.39 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1d8e388f-8d80-4e1d-a2b8-9da2dab21337") + ) + (wire + (pts + (xy 129.54 80.01) (xy 125.73 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2003ebc4-e3a7-46fe-9af2-4dbc9f2812ef") + ) + (wire + (pts + (xy 142.24 90.17) (xy 142.24 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2038b2c9-5d19-4539-bcbf-b49ca5b6d7e0") + ) + (wire + (pts + (xy 182.88 69.85) (xy 187.96 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25aa5b9e-9d8b-4ad4-aadf-b4f3943f956e") + ) + (wire + (pts + (xy 53.34 187.96) (xy 38.1 187.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "296e2132-58ce-4966-ae2c-8eb21fab3a60") + ) + (wire + (pts + (xy 125.73 63.5) (xy 125.73 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29dbf85a-7a99-4b6a-9007-46a654e3fc89") + ) + (wire + (pts + (xy 214.63 69.85) (xy 222.25 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a62dd50-a099-4ac7-a4c9-9c7c62b8e15a") + ) + (wire + (pts + (xy 107.95 85.09) (xy 107.95 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2c192cb6-322f-4ddb-9ed8-4a63e9832b4b") + ) + (wire + (pts + (xy 59.69 90.17) (xy 59.69 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30d8095e-849e-42f9-b37b-4bbce38e4f08") + ) + (wire + (pts + (xy 50.8 80.01) (xy 52.07 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "33232b88-c888-4aec-8212-103a130a13e4") + ) + (wire + (pts + (xy 142.24 50.8) (xy 142.24 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "33607f8c-def2-4a31-bd71-4c63a4bc9cdf") + ) + (wire + (pts + (xy 38.1 187.96) (xy 31.75 187.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34674441-c951-43bf-bcee-89830289ad27") + ) + (wire + (pts + (xy 125.73 63.5) (xy 125.73 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34d6b332-67e6-4692-b835-8b9bfe499bc7") + ) + (wire + (pts + (xy 81.28 50.8) (xy 81.28 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "35307448-8807-4a12-8466-84542d8acaae") + ) + (wire + (pts + (xy 246.38 105.41) (xy 248.92 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37efb0b7-b800-4196-ac9f-18d4c8fe40b9") + ) + (wire + (pts + (xy 195.58 57.15) (xy 199.39 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3975de4d-b83d-47d0-9cc7-86bbaecddeb4") + ) + (wire + (pts + (xy 193.04 80.01) (xy 193.04 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3abfd52b-ef63-479a-904f-a5b539acb819") + ) + (wire + (pts + (xy 156.21 74.93) (xy 156.21 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3ebe54f1-3ec2-4f66-9493-131aff079204") + ) + (wire + (pts + (xy 222.25 81.28) (xy 237.49 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f2df5ee-f44a-4b58-a668-8508568341e0") + ) + (wire + (pts + (xy 229.87 93.98) (xy 229.87 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "403784c4-2804-4f40-87b3-8a9bf928a87c") + ) + (wire + (pts + (xy 92.71 80.01) (xy 91.44 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "46c1af3a-6703-405e-85fb-b89f183ab1ce") + ) + (wire + (pts + (xy 222.25 74.93) (xy 222.25 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "471e6f9c-340f-42fb-9728-323f47342438") + ) + (wire + (pts + (xy 199.39 57.15) (xy 199.39 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "483bc03f-3a1e-4058-8b12-41f401e536af") + ) + (wire + (pts + (xy 91.44 72.39) (xy 91.44 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "49914f57-1894-4894-a96c-54f361521fec") + ) + (wire + (pts + (xy 129.54 69.85) (xy 107.95 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ad22a2d-5c70-4b09-9a37-ae94c3bf79df") + ) + (wire + (pts + (xy 81.28 90.17) (xy 81.28 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4cfd073d-9981-4259-a508-30a4b6edff45") + ) + (wire + (pts + (xy 125.73 57.15) (xy 162.56 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50e53f9c-8eb2-43a7-96e3-7228d7e63158") + ) + (wire + (pts + (xy 199.39 69.85) (xy 214.63 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "54463ab6-1604-4f67-9748-a977016c7c3e") + ) + (wire + (pts + (xy 170.18 69.85) (xy 175.26 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "54816c85-a100-4353-ac1a-69ec4b98f98d") + ) + (wire + (pts + (xy 81.28 72.39) (xy 81.28 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5b5d915e-b4d3-43ef-b6e4-d736aff5233a") + ) + (wire + (pts + (xy 195.58 83.82) (xy 195.58 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6949095a-a44b-4aef-9d1f-2be8745b8aae") + ) + (wire + (pts + (xy 243.84 72.39) (xy 241.3 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "69841b76-3803-4cf2-8e27-d35d05e29844") + ) + (wire + (pts + (xy 58.42 172.72) (xy 69.85 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a03ca64-9408-4cfc-a56c-b1d984af7b41") + ) + (wire + (pts + (xy 59.69 60.96) (xy 59.69 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6bc960df-d6e4-487f-b2b1-0d241d0a1430") + ) + (wire + (pts + (xy 170.18 97.79) (xy 181.61 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6bedf6ce-e1ee-48e6-88c7-b36f4e69ab2a") + ) + (wire + (pts + (xy 199.39 69.85) (xy 199.39 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "73f54755-9d0e-4f66-8cee-053988f708e6") + ) + (wire + (pts + (xy 53.34 172.72) (xy 58.42 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77e58584-8af2-4a16-8e39-72a0d1966718") + ) + (wire + (pts + (xy 58.42 187.96) (xy 53.34 187.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7bf3d63a-491a-4f7d-adbb-7b2618dc2d37") + ) + (wire + (pts + (xy 254 124.46) (xy 256.54 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d874456-21c0-42ea-8c30-2648ee7be836") + ) + (wire + (pts + (xy 53.34 176.53) (xy 53.34 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f2b0b09-b091-469e-bcc4-f7535363b691") + ) + (wire + (pts + (xy 154.94 74.93) (xy 156.21 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "825b8ac2-aa57-42b2-a8e3-43cfcef0b2a6") + ) + (wire + (pts + (xy 90.17 72.39) (xy 91.44 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "82d11f6a-846d-4dba-a69e-15e594468340") + ) + (wire + (pts + (xy 33.02 80.01) (xy 40.64 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "843d8bdd-d48a-4a73-8a06-b3815ec2df57") + ) + (wire + (pts + (xy 107.95 50.8) (xy 107.95 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84dde9cb-1d63-4b52-b2e9-8f82908698b2") + ) + (wire + (pts + (xy 71.12 72.39) (xy 73.66 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "853dd808-9d8a-4975-a101-83b5df36a544") + ) + (wire + (pts + (xy 166.37 101.6) (xy 166.37 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8a589799-0ef0-400e-9602-e1fec223abc3") + ) + (wire + (pts + (xy 214.63 72.39) (xy 214.63 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ba5e289-e7ed-457c-a154-5724c8e62558") + ) + (wire + (pts + (xy 50.8 82.55) (xy 50.8 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c52e6c0-331b-48f4-9572-126119370cfa") + ) + (wire + (pts + (xy 238.76 105.41) (xy 237.49 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "91ba4574-18ff-4bf6-b148-d9ffd857f478") + ) + (wire + (pts + (xy 229.87 116.84) (xy 229.87 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "954fb8fe-28ee-4de2-a01e-76b52e163967") + ) + (wire + (pts + (xy 181.61 102.87) (xy 181.61 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97142a5b-bc93-4967-98dc-ce46c637a8ec") + ) + (wire + (pts + (xy 237.49 121.92) (xy 237.49 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a00d5662-5c91-4409-9434-ba6e167f4290") + ) + (wire + (pts + (xy 241.3 72.39) (xy 241.3 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a12c7215-0549-404a-806b-2c53807e6a53") + ) + (wire + (pts + (xy 182.88 57.15) (xy 187.96 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a1531515-f886-40e5-8ddb-3635bf0625f3") + ) + (wire + (pts + (xy 156.21 104.14) (xy 166.37 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4700cf3-086f-4e1b-b937-e8a0dde719ff") + ) + (wire + (pts + (xy 69.85 176.53) (xy 69.85 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a6eb5416-7896-471c-8483-b92671173e9f") + ) + (wire + (pts + (xy 59.69 50.8) (xy 59.69 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a7db04b8-962d-40df-b959-3134259513f8") + ) + (wire + (pts + (xy 170.18 57.15) (xy 175.26 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ab39d9f6-22eb-4ffd-a958-2e39f13488f7") + ) + (wire + (pts + (xy 237.49 124.46) (xy 238.76 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "abc614f7-7787-425b-a4cc-114b7def29cb") + ) + (wire + (pts + (xy 31.75 172.72) (xy 38.1 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ad66c00f-1fad-41dd-b3db-6e2b7097c386") + ) + (wire + (pts + (xy 237.49 81.28) (xy 237.49 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b183cb5f-5d00-4e75-aa03-ea488849de61") + ) + (wire + (pts + (xy 237.49 105.41) (xy 237.49 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b458ef82-234c-435e-93f8-172f48e9ff48") + ) + (wire + (pts + (xy 256.54 124.46) (xy 256.54 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b467025c-d316-4809-afe7-43f3474e2aef") + ) + (wire + (pts + (xy 251.46 72.39) (xy 257.81 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4d1c161-eca2-4549-8558-32e8cd4dcfff") + ) + (wire + (pts + (xy 38.1 172.72) (xy 53.34 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b93457df-4e5d-4a03-8b54-d95c6cd2cfcb") + ) + (wire + (pts + (xy 81.28 63.5) (xy 125.73 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bc471f6b-70f9-4805-aedd-5a4b0a1e0670") + ) + (wire + (pts + (xy 214.63 93.98) (xy 214.63 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd6e0293-01a2-4d59-bf47-378d9a942a9a") + ) + (wire + (pts + (xy 91.44 80.01) (xy 91.44 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be1587b3-14c2-4639-a84c-bb6f584cc76f") + ) + (wire + (pts + (xy 195.58 87.63) (xy 199.39 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf5dd8ce-5fba-4ffa-8f65-0df0dda16997") + ) + (wire + (pts + (xy 196.85 100.33) (xy 199.39 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bffeacbe-fe06-4e54-bfe7-c4d28b536773") + ) + (wire + (pts + (xy 118.11 81.28) (xy 118.11 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cd4002b9-d8e2-4f61-875c-a1778f12626f") + ) + (wire + (pts + (xy 81.28 72.39) (xy 82.55 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cd694b87-04ba-4b7f-bf51-42816a438cd1") + ) + (wire + (pts + (xy 175.26 57.15) (xy 175.26 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cec85331-48a7-477e-83f6-295303e51c0a") + ) + (wire + (pts + (xy 53.34 184.15) (xy 53.34 187.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cf001b4b-48da-4f93-81e8-f5c0aeabff21") + ) + (wire + (pts + (xy 241.3 72.39) (xy 237.49 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cfc4fc68-88fe-481c-b0b6-48d001ce0c40") + ) + (wire + (pts + (xy 59.69 74.93) (xy 59.69 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cfdc0937-21cb-4d88-a06e-e54f2c9da122") + ) + (wire + (pts + (xy 193.04 72.39) (xy 199.39 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d2fa04c1-b7d9-4895-add2-794f0a008f54") + ) + (wire + (pts + (xy 107.95 60.96) (xy 107.95 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d38394fb-ae6c-4d55-8e3f-9e713b907cf1") + ) + (wire + (pts + (xy 175.26 73.66) (xy 179.07 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d72732b4-e6df-4b91-ac4e-d313d681956d") + ) + (wire + (pts + (xy 241.3 93.98) (xy 229.87 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d8a8f4cf-5449-45ab-a909-4af8b55ed0a9") + ) + (wire + (pts + (xy 237.49 101.6) (xy 237.49 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d8e4d0e7-4ded-4342-bbe2-1fe920b1c8ca") + ) + (wire + (pts + (xy 73.66 72.39) (xy 73.66 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "da2c5784-6306-4103-8732-6f1f2a96ef46") + ) + (wire + (pts + (xy 199.39 100.33) (xy 199.39 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "daa04f4c-734a-4798-b5e0-a24649d1582e") + ) + (wire + (pts + (xy 154.94 80.01) (xy 193.04 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dc805358-9c03-4053-8475-24e59c97c594") + ) + (wire + (pts + (xy 118.11 74.93) (xy 129.54 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df179fea-457a-4db1-8c40-7bd71b592cbe") + ) + (wire + (pts + (xy 69.85 184.15) (xy 69.85 187.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e00aff85-4657-4365-b785-c87041e8e24f") + ) + (wire + (pts + (xy 38.1 176.53) (xy 38.1 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e385e478-3c86-42ee-b31f-6891dbf77121") + ) + (wire + (pts + (xy 69.85 187.96) (xy 58.42 187.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eabe3ddb-0e0d-46cf-bddf-09990f474943") + ) + (wire + (pts + (xy 48.26 80.01) (xy 50.8 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ece6a673-cedf-4386-b001-7f6077b1ea09") + ) + (wire + (pts + (xy 81.28 60.96) (xy 81.28 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f02c7896-835c-42b6-84ca-9fe2a5051c38") + ) + (wire + (pts + (xy 107.95 69.85) (xy 107.95 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4d61efc-1756-4cec-8e34-0ebda3bcd249") + ) + (wire + (pts + (xy 118.11 88.9) (xy 118.11 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f7ef0e57-5e64-48b0-8e85-2846b8cbbe51") + ) + (wire + (pts + (xy 154.94 69.85) (xy 162.56 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f874b4f4-1d0f-4ce1-9965-72ca30ceb021") + ) + (wire + (pts + (xy 175.26 60.96) (xy 179.07 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc7b8192-4c16-4cf3-8e89-747493209df6") + ) + (text "Release" + (exclude_from_sim no) + (at 175.26 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1e176d01-9524-43bc-b5d3-5e5d73341a10") + ) + (text "U1" + (exclude_from_sim no) + (at 63.5 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2f229bdb-f02d-47f4-b3ee-a6d22bd4e0cb") + ) + (text "LED Driver" + (exclude_from_sim no) + (at 236.22 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "35178141-5d3a-49fd-91e2-1515f483451d") + ) + (text "reset" + (exclude_from_sim no) + (at 125.73 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6b9f55bb-d06b-49bd-96ca-eda12427b142") + ) + (text "Sustain" + (exclude_from_sim no) + (at 160.02 93.98 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "6bcdc227-abfb-4813-98b1-883eb94f8209") + ) + (text "U2" + (exclude_from_sim no) + (at 49.53 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "88b928ee-9c94-488e-afb5-88268ed1f716") + ) + (text "Decay" + (exclude_from_sim no) + (at 194.31 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c4ba52aa-fe80-45af-bc5d-3c8c83a094d6") + ) + (text "Attack" + (exclude_from_sim no) + (at 176.53 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d8673f9b-33a8-4984-b41e-76873aa481e7") + ) + (text "trigger" + (exclude_from_sim no) + (at 114.3 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "edd39459-c8e6-4125-9d52-76a4f69a14a6") + ) + (text "treshold" + (exclude_from_sim no) + (at 172.72 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "efa86e23-9b47-463c-badd-d68b13872a1d") + ) + (symbol + (lib_id "Transistor_BJT:BC547") + (at 57.15 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb63ab0") + (property "Reference" "Q1" + (at 62.0014 78.8416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "BC547" + (at 62.0014 81.153 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 62.23 81.915 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (at 57.15 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" + (at 57.15 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a45cdacf-d80a-41ba-927e-5e41eb309052") + ) + (pin "2" + (uuid "0dcdd563-dd02-47ce-a314-7af85bf3f463") + ) + (pin "3" + (uuid "6f1a66ee-f567-4cd2-a57b-9998d8d0c68e") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:BC547") + (at 78.74 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb642bf") + (property "Reference" "Q2" + (at 83.5914 78.8416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "BC547" + (at 83.5914 81.153 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 83.82 81.915 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (at 78.74 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" + (at 78.74 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "133867c4-9b52-44d8-8cdc-68752360e5c0") + ) + (pin "2" + (uuid "97b02451-5a0d-452d-a769-cec668a441d8") + ) + (pin "3" + (uuid "ba852c2c-5d29-4068-b0a0-f8a2765a9737") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:BC547") + (at 105.41 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb651d4") + (property "Reference" "Q3" + (at 110.2614 78.8416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "BC547" + (at 110.2614 81.153 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 110.49 81.915 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (at 105.41 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" + (at 105.41 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a8a0c21c-3b21-465d-8ffa-a2afcdca9493") + ) + (pin "2" + (uuid "a1b3b77b-7346-481f-8b65-afd1927cd1a8") + ) + (pin "3" + (uuid "ad8cc597-884b-470d-b841-fe2f33568515") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 44.45 80.01 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb65cbc") + (property "Reference" "R1" + (at 44.45 74.7522 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 44.45 77.0636 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 44.45 78.232 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 44.45 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 44.45 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3c38f62-f2c5-43ff-99cc-4497c475748c") + ) + (pin "2" + (uuid "a8d8328f-23eb-4658-aaf7-2cd2a9e67093") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 59.69 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb66032") + (property "Reference" "#PWR06" + (at 59.69 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 59.817 94.5642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 59.69 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 59.69 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4708ad40-e46d-4d47-a722-89c165b35890") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D") + (at 50.8 86.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb666de") + (property "Reference" "D1" + (at 52.8066 85.1916 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148" + (at 52.8066 87.503 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 50.8 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 50.8 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 50.8 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 50.8 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "82667174-61ae-4dfa-ab9c-f199d80329f9") + ) + (pin "2" + (uuid "e0216530-ba60-4929-aa54-afb509f69876") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 50.8 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb66f4e") + (property "Reference" "#PWR04" + (at 50.8 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 50.927 94.5642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 50.8 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 50.8 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 50.8 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dba78e47-4f2b-4baa-beab-4a37157b2318") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 59.69 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb67b4d") + (property "Reference" "R2" + (at 61.468 55.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7k" + (at 61.468 58.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 57.912 57.15 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 59.69 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 59.69 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a048d7fd-40ab-4c36-8966-0cc8b69075fe") + ) + (pin "2" + (uuid "9d64ef76-5d16-45eb-ae76-5f305fd08f68") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 67.31 72.39 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb6846c") + (property "Reference" "R3" + (at 67.31 67.1322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22k" + (at 67.31 69.4436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 67.31 70.612 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 67.31 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 67.31 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "345dadae-b612-40f8-828f-fcef37f9b1e2") + ) + (pin "2" + (uuid "2f5205cc-03bb-4521-b25a-213736a7e0d1") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 59.69 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb691e1") + (property "Reference" "#PWR05" + (at 59.69 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 60.071 46.4058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 59.69 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 59.69 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "05714d8b-932d-4588-a51e-1ef478b5efe4") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 81.28 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb6a26a") + (property "Reference" "#PWR08" + (at 81.28 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 81.407 94.5642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 81.28 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 81.28 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 81.28 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9b5ede69-34f1-4321-932e-070ab68ede5b") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D") + (at 91.44 86.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb6aa15") + (property "Reference" "D2" + (at 93.4466 85.1916 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148" + (at 93.4466 87.503 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 91.44 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 91.44 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 91.44 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 91.44 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 91.44 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94fe370f-f675-4575-bc41-fadca29db378") + ) + (pin "2" + (uuid "31e2eb61-ca77-48ed-9965-b2cf8617acc9") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 96.52 80.01 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb6b47f") + (property "Reference" "R5" + (at 96.52 74.7522 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 96.52 77.0636 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 96.52 78.232 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 96.52 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "08c3ed33-9e99-4a05-81be-819397ad4f04") + ) + (pin "2" + (uuid "d08231d6-669e-4427-9d55-9d56a05b626b") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 91.44 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb6c4af") + (property "Reference" "#PWR09" + (at 91.44 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 91.567 94.5642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 91.44 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 91.44 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "853536a9-620d-4995-9f57-76c294c61dc5") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 86.36 72.39 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb6ce2b") + (property "Reference" "C4" + (at 86.36 65.9892 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10n" + (at 86.36 68.3006 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (at 82.55 73.3552 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 86.36 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 86.36 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0cf10b56-b9e9-4c45-9576-f7f93e17fc0a") + ) + (pin "2" + (uuid "4a69fc59-2cca-4c17-86b2-e3b1b1102a38") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 107.95 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb6e0db") + (property "Reference" "#PWR014" + (at 107.95 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 108.077 94.5642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 107.95 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 107.95 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0fe1f795-b0f6-452e-9b5a-75863f85be22") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 81.28 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb6f57e") + (property "Reference" "R4" + (at 83.058 55.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7k" + (at 83.058 58.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 79.502 57.15 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 81.28 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b4de2a51-721a-444d-8ac7-37a34420e184") + ) + (pin "2" + (uuid "ae7a94ce-3cd0-4e26-ade9-b9eebff8837f") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 107.95 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb6fcea") + (property "Reference" "R6" + (at 109.728 55.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7k" + (at 109.728 58.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 106.172 57.15 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 107.95 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc853e34-8d63-4489-ac1c-109c552d307e") + ) + (pin "2" + (uuid "2f0b8688-8442-47f1-a7f5-61c5be1f9d6d") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 81.28 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb7047c") + (property "Reference" "#PWR07" + (at 81.28 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 81.661 46.4058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 81.28 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 81.28 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 81.28 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "41681b4a-f355-472f-b3c3-0a59e2679446") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 107.95 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb70ac2") + (property "Reference" "#PWR013" + (at 107.95 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 108.331 46.4058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 107.95 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 107.95 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ee245ebd-0f8a-47ec-904e-1e945a35ab2b") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 166.37 57.15 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb734ac") + (property "Reference" "R7" + (at 166.37 51.8922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 166.37 54.2036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 166.37 55.372 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 166.37 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ef0e5436-ee43-4708-a6b2-630b5b36a24d") + ) + (pin "2" + (uuid "cd45f362-0430-43e3-8c48-1bb374636e6f") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 179.07 57.15 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb73aba") + (property "Reference" "RV2" + (at 179.07 51.8922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M LOG" + (at 179.07 54.2036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 179.07 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 179.07 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "078953d7-aa38-4639-a25c-ccbfec48bbe2") + ) + (pin "2" + (uuid "846d7ff0-ba08-4681-b8cd-dc1ac468f405") + ) + (pin "3" + (uuid "3ade4044-0426-43d6-b0cb-144dcf7a67a5") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "RV2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D") + (at 191.77 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb73ecd") + (property "Reference" "D3" + (at 191.77 51.6636 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 191.77 53.975 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 191.77 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 191.77 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 191.77 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 191.77 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 191.77 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c68bb2c-ff2f-4404-a1b6-5ef5d2176f1c") + ) + (pin "2" + (uuid "445d4ada-e204-4036-9825-bf8ae3ea91c7") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 166.37 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb76da0") + (property "Reference" "R8" + (at 166.37 64.5922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 166.37 66.9036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 166.37 68.072 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 166.37 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d18fe090-2263-4672-b3e7-0d7262486a9e") + ) + (pin "2" + (uuid "28a2bf1d-f7d6-4de1-b1f7-d6f08045f31d") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 179.07 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb76da6") + (property "Reference" "RV3" + (at 179.07 64.5922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M LOG" + (at 179.07 66.9036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 179.07 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 179.07 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "48ca617b-5c7d-4e7f-b346-a27e3cc7b2d9") + ) + (pin "2" + (uuid "6db7d6f7-ec78-4c5d-8c4f-7ab4d54f3dfb") + ) + (pin "3" + (uuid "a72c82be-e845-432f-b953-f19c8b7e211c") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "RV3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D") + (at 191.77 69.85 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb76dac") + (property "Reference" "D4" + (at 191.77 64.3636 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 191.77 66.675 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 191.77 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 191.77 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 191.77 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 191.77 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 191.77 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cc960be2-3d21-47a2-9ce2-298ad6ec464e") + ) + (pin "2" + (uuid "c46ed7ec-347c-4546-8a73-362bb818fbb5") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 142.24 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb7b600") + (property "Reference" "#PWR020" + (at 142.24 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 142.367 94.5642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 142.24 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 142.24 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 142.24 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "37c1cda3-4064-4509-a7c3-dc2c94baf694") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 142.24 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb7c263") + (property "Reference" "#PWR019" + (at 142.24 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 142.621 46.4058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 142.24 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 142.24 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 142.24 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3f1488ef-cc1f-4035-a827-7b54f9439a4f") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb7cc23") + (property "Reference" "#PWR015" + (at 118.11 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 118.237 94.5642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 118.11 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 118.11 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 118.11 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cf1e4b83-0d5b-4d87-869b-4b23e8f3f5d5") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 118.11 85.09 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb7d114") + (property "Reference" "C5" + (at 121.031 83.9216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10n" + (at 121.031 86.233 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (at 117.1448 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 118.11 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 118.11 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b2cd1317-ab88-4198-add1-439989d36079") + ) + (pin "2" + (uuid "c2c5b712-a0b5-4957-bdf7-e25e25a67e27") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 166.37 90.17 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb80795") + (property "Reference" "R9" + (at 168.148 89.0016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "4.7k" + (at 168.148 91.313 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 168.148 90.17 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 166.37 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d4e2985a-4e72-48fe-9712-cc81281a5178") + ) + (pin "2" + (uuid "4a54c635-9473-4109-8b62-7a6857d06bd5") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 166.37 97.79 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb80d85") + (property "Reference" "RV1" + (at 164.592 98.9584 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 164.592 96.647 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 166.37 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 166.37 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a6739649-2a71-4beb-8e81-99b85e44ad6b") + ) + (pin "2" + (uuid "35c89903-acb3-4752-b5b3-774767396a8d") + ) + (pin "3" + (uuid "8b2630fb-b928-419b-afdb-c7181e01de4b") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM358") + (at 229.87 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb81c4b") + (property "Reference" "U1" + (at 229.87 63.0682 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM358" + (at 229.87 65.3796 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 229.87 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 229.87 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 229.87 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b46daaa6-3adc-43fc-a390-323150e69b84") + ) + (pin "2" + (uuid "d95b8cad-1cfa-4ad6-907e-660ccdf515c6") + ) + (pin "3" + (uuid "5875bbe2-af33-4ee2-893b-e75955888261") + ) + (pin "5" + (uuid "5f30b2e3-3e52-43dc-9204-c2e5c0deb2ed") + ) + (pin "6" + (uuid "7158cf51-4d1f-498b-969e-bf51825c450f") + ) + (pin "7" + (uuid "2788e345-cd3e-405b-8465-918ae98ba2cc") + ) + (pin "4" + (uuid "a9fefd0c-76cd-4e09-9d30-42aaef658507") + ) + (pin "8" + (uuid "5c1434cb-7f69-4830-98e8-9a4ea0c8f6ca") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM358") + (at 189.23 100.33 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb85503") + (property "Reference" "U1" + (at 189.23 91.0082 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM358" + (at 189.23 93.3196 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 189.23 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 189.23 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 189.23 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7e8dc263-aa41-4d6f-87c7-3a42c9016c05") + ) + (pin "2" + (uuid "e165786a-cfc4-4352-af3f-f155b04dfd88") + ) + (pin "3" + (uuid "fbb16b57-02f2-40f3-a0ec-f50e285a1f72") + ) + (pin "5" + (uuid "b6133687-7876-4c12-a9a4-c5d621fad226") + ) + (pin "6" + (uuid "f40bb5fa-bf0b-4acf-a086-b787ba151b87") + ) + (pin "7" + (uuid "aecfff17-c776-4b9f-89bf-11f6cb27b77d") + ) + (pin "4" + (uuid "db4c14d8-1709-4070-a1aa-030a8766c2ec") + ) + (pin "8" + (uuid "c4bf3da1-bbf6-428f-9791-73c551474fde") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM358") + (at 60.96 180.34 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb87ba1") + (property "Reference" "U1" + (at 59.8932 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM358" + (at 59.8932 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 60.96 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 60.96 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 60.96 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0be95e41-9e8e-434c-88d3-139c96673017") + ) + (pin "2" + (uuid "08133e26-017c-4ddd-a3f1-761d3483e2d4") + ) + (pin "3" + (uuid "97ef46ed-cb87-4e58-aa35-59d1b1e48cb7") + ) + (pin "5" + (uuid "2860a121-94f6-4875-81f1-8a052c99de4c") + ) + (pin "6" + (uuid "0ba6500f-7e41-4217-b977-7ef1e7c54be8") + ) + (pin "7" + (uuid "cfd3d5fa-d703-4872-8948-fe6031187c1d") + ) + (pin "4" + (uuid "338355df-99c6-4381-82f7-9217d28d2598") + ) + (pin "8" + (uuid "1a227bd5-ce28-4e8c-bbc8-b4731ca1f78d") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 214.63 93.98 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb980c1") + (property "Reference" "#PWR022" + (at 214.63 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 214.757 98.3742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 214.63 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 214.63 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 214.63 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f0c3fe4e-a68f-4125-b6bb-357c015513d6") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D") + (at 199.39 76.2 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb9f7fa") + (property "Reference" "D5" + (at 201.3966 75.0316 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1N4148" + (at 201.3966 77.343 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 199.39 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 199.39 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 199.39 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 199.39 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4a1f5c60-d6cc-4c75-ac29-a20ce738d97e") + ) + (pin "2" + (uuid "a390faf5-7f9a-4203-b3d1-4cfa5c0e7923") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "D5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 199.39 83.82 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cb9fe03") + (property "Reference" "RV4" + (at 201.168 84.9884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1M LOG" + (at 201.168 82.677 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 199.39 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 199.39 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5af79532-78f8-4810-b1cc-affc818659fb") + ) + (pin "2" + (uuid "b18261f4-976e-4d19-8b45-f639c69245ba") + ) + (pin "3" + (uuid "7e635148-8f44-449d-85ca-18b4cf4f3197") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "RV4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 199.39 91.44 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cba0616") + (property "Reference" "R10" + (at 201.168 90.2716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100" + (at 201.168 92.583 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 201.168 91.44 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 199.39 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7293378-444d-4c0c-901b-264bafb1bd2b") + ) + (pin "2" + (uuid "68867e1d-db15-4438-a988-40aba987ac26") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 166.37 86.36 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cbbed64") + (property "Reference" "#PWR021" + (at 166.37 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 166.751 81.9658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 166.37 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 166.37 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 166.37 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f7132cc3-09c9-453a-b538-d3c71a83d859") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 69.85 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cc9709d") + (property "Reference" "C3" + (at 72.771 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 72.771 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 70.8152 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 69.85 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6622bfae-e70a-4be1-9a0a-4bfa9a7617ec") + ) + (pin "2" + (uuid "65103daf-dcc1-460e-be74-08a3fa56245c") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 31.75 172.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cc9878f") + (property "Reference" "#PWR01" + (at 35.56 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 28.4988 172.339 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 31.75 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 31.75 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 31.75 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8c4e5936-567d-4ceb-9641-7627b33ff51a") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 31.75 187.96 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cc99f57") + (property "Reference" "#PWR02" + (at 25.4 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 28.4988 188.087 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 31.75 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 31.75 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 31.75 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "54b50a2c-cb17-4c28-a8ed-4d634d1f9c3f") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 53.34 180.34 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cc9dd67") + (property "Reference" "C2" + (at 50.4444 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 50.4444 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 54.3052 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 53.34 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "092ba486-94d3-4f5f-ad14-40a6a68db4a6") + ) + (pin "2" + (uuid "7927434f-8380-43e1-a6c6-75df8a1578d4") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 38.1 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cca767c") + (property "Reference" "C1" + (at 41.0972 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10u" + (at 41.0972 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 39.0652 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 38.1 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 38.1 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "02aed6e8-59a5-46c9-ad57-7f99546a098e") + ) + (pin "2" + (uuid "8a023748-9499-4ce4-ae82-75e452306ac1") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 69.85 172.72 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ccb374c") + (property "Reference" "#FLG01" + (at 71.755 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 73.1012 172.72 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 69.85 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 69.85 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8302a11a-794e-4294-93b3-98a242eda8cf") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 69.85 187.96 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ccb497f") + (property "Reference" "#FLG02" + (at 71.755 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 73.1012 187.96 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 69.85 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 69.85 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0c0fa391-ba03-4a18-9fbd-9f9642a69db9") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_02x05_Odd_Even") + (at 111.76 179.07 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf322f1") + (property "Reference" "J2" + (at 113.03 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Power" + (at 113.03 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 111.76 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 111.76 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c789b17a-4e8b-4ea4-b5fa-1ebb02d09228") + ) + (pin "10" + (uuid "48b24326-2b16-4ce2-a3cd-c310852e3842") + ) + (pin "2" + (uuid "7015dba3-4a4d-4fa4-bdf2-9b1f8a974d54") + ) + (pin "3" + (uuid "df932976-2f5e-458e-b20a-ef7573948368") + ) + (pin "4" + (uuid "7b7b8d32-ac58-473d-8420-65462d6470c2") + ) + (pin "5" + (uuid "a7ca0165-dd9e-4b16-8bce-05d71dff22d7") + ) + (pin "6" + (uuid "6b22e2d7-81ca-4005-968e-36ecfd789d5d") + ) + (pin "7" + (uuid "29b92ab9-afbe-45d2-a4bf-6592727722e7") + ) + (pin "8" + (uuid "81f060d3-6b1f-4ce5-9379-fe8d29adcc36") + ) + (pin "9" + (uuid "ec12b1e5-6544-449c-92cd-9ddde2ced903") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 106.68 181.61 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf32c04") + (property "Reference" "#PWR012" + (at 110.49 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 103.4288 181.229 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 106.68 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 106.68 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 106.68 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6369bcde-905e-4092-854d-72826b908986") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 119.38 181.61 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf3314c") + (property "Reference" "#PWR018" + (at 115.57 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 122.6312 181.991 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 119.38 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 119.38 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 119.38 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5723c4c7-05d0-40fe-936f-b8ce20968801") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 106.68 179.07 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf33869") + (property "Reference" "#PWR011" + (at 100.33 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 103.4288 179.197 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 106.68 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 106.68 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 106.68 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c9e4cc4c-0fe3-49d9-aa11-3b566f00333e") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 106.68 176.53 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf33cd8") + (property "Reference" "#PWR010" + (at 100.33 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 103.4288 176.657 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 106.68 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 106.68 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 106.68 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2dd1605d-5f33-49c9-8a50-9246d6d26c75") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 119.38 176.53 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf33dbb") + (property "Reference" "#PWR016" + (at 125.73 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 122.6312 176.403 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 119.38 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 119.38 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 119.38 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "76eba881-a65d-435d-bae5-bc3e8e101559") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 119.38 179.07 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf34152") + (property "Reference" "#PWR017" + (at 125.73 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 122.6312 178.943 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 119.38 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 119.38 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 119.38 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1d57f6f9-0259-4300-879a-5e0cbef60a4f") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 214.63 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf3d2bd") + (property "Reference" "C6" + (at 217.6272 75.0316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7u" + (at 217.6272 77.343 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 215.5952 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 214.63 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 214.63 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e438f81a-77c4-4fac-9766-c8647db0cb3c") + ) + (pin "2" + (uuid "e349b326-09ef-4a63-93d9-6e25aec9296e") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 27.94 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d64a5b4") + (property "Reference" "J1" + (at 28.7528 71.755 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IN" + (at 28.7528 74.0664 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 27.94 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.94 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 27.94 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "bf24fbdc-2ef6-4da0-b66e-98e499def63b") + ) + (pin "T" + (uuid "7bd3bcf4-4ebb-40fa-99ca-af716d3ab031") + ) + (pin "TN" + (uuid "a3da4d2a-df1b-49d3-8a19-fe53fb990440") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 262.89 72.39 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d64b3f0") + (property "Reference" "J3" + (at 262.0772 64.135 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OUT" + (at 262.0772 66.4464 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 262.89 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 262.89 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 262.89 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "6f634d73-3e78-468a-9e05-144281e3093a") + ) + (pin "T" + (uuid "bfd99df3-f150-4f71-8270-2080b81717ad") + ) + (pin "TN" + (uuid "42048874-0035-4d87-b48a-47062269c3de") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 33.02 77.47 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d667130") + (property "Reference" "#PWR03" + (at 39.37 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 37.4142 77.343 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 33.02 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 33.02 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 33.02 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "031aa70b-551b-414e-a28e-0ae9e1e48b76") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 257.81 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d7582f3") + (property "Reference" "#PWR026" + (at 251.46 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 253.4158 69.977 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 257.81 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e5c93749-2f74-4236-9d66-66264c675d6d") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 250.19 124.46 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d785ff0") + (property "Reference" "D6" + (at 250.3678 117.983 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Red)" + (at 250.3678 120.2944 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D5.0mm" + (at 250.19 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 250.19 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 250.19 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2f8b80d0-6331-4511-a987-e26889147584") + ) + (pin "2" + (uuid "cc238427-80ce-466f-9f7b-ebda7fd8e2f8") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 237.49 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d78684f") + (property "Reference" "#PWR023" + (at 237.49 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 237.871 97.2058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 237.49 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 237.49 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 237.49 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7bc0eeec-f5f2-4a4a-988c-d3554b30e529") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 242.57 105.41 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d787291") + (property "Reference" "C7" + (at 243.7384 108.331 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100n" + (at 241.427 108.331 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (at 246.38 104.4448 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 242.57 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 242.57 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a2120d75-e47f-4a7e-9f10-ea2e20fb02fd") + ) + (pin "2" + (uuid "a1ff27cd-af4f-4257-8685-3c6b87010876") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 248.92 106.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d78a5a6") + (property "Reference" "#PWR024" + (at 248.92 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 249.047 111.0742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 248.92 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 248.92 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 248.92 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "98974b83-e80f-4e5a-9297-99b24da70f36") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:BC547") + (at 234.95 116.84 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d78aef7") + (property "Reference" "Q4" + (at 239.8014 115.6716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "BC547" + (at 239.8014 117.983 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 240.03 118.745 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" + (at 234.95 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" + (at 234.95 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d5def865-06fd-4e63-92d1-e4e04bf55c6e") + ) + (pin "2" + (uuid "4eb5bd26-26a6-4194-8fc4-9f112094ac5a") + ) + (pin "3" + (uuid "0fda743e-42b9-4028-9460-2afa9250d188") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 229.87 109.22 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d7980ff") + (property "Reference" "R11" + (at 231.648 108.0516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 231.648 110.363 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 231.648 109.22 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 229.87 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 229.87 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6b90511e-fbb5-4c70-81b5-38e441339a68") + ) + (pin "2" + (uuid "c6440846-d9b1-4ff2-813d-69cc6bc33449") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 256.54 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d79f342") + (property "Reference" "#PWR025" + (at 256.54 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 256.667 130.1242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 256.54 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 256.54 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 256.54 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "657467b3-7140-442b-a5ea-a18ef54e55bb") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 242.57 124.46 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d7a2366") + (property "Reference" "R12" + (at 243.7384 126.238 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "2.2k" + (at 241.427 126.238 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 242.57 126.238 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 242.57 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 242.57 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "37e62627-279b-4264-bb8b-83070368d08d") + ) + (pin "2" + (uuid "762d45d6-21cf-4612-8459-dd9c16b10c21") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 247.65 72.39 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d7bf067") + (property "Reference" "R13" + (at 248.8184 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1k" + (at 246.507 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 247.65 74.168 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 247.65 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 247.65 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ac6ad24e-e791-4f09-940d-12f456c0fa53") + ) + (pin "2" + (uuid "1fbc7ff2-dec6-428d-8b99-8133aa2aef26") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Timer:ICM7555xP") + (at 142.24 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f013698") + (property "Reference" "U2" + (at 142.24 60.1726 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ICM7555xP" + (at 142.24 62.484 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 158.75 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/icm7/icm7555-56.pdf" + (at 163.83 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "CMOS General Purpose Timer, 555 compatible, PDIP-8" + (at 142.24 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b1c32f87-a420-4c7b-90b0-52ffc468de8e") + ) + (pin "8" + (uuid "f9ff8318-2bbf-45a4-9df9-48bba9d9e507") + ) + (pin "2" + (uuid "bfc1d191-0cd5-429e-a97d-d316dffc70d3") + ) + (pin "3" + (uuid "ad327f64-afa4-4492-9f6a-040f0b8047cc") + ) + (pin "4" + (uuid "81b42de6-7e7f-418d-ba84-414042114592") + ) + (pin "5" + (uuid "30d5bc1a-dbe3-4976-81f4-773b60c1596d") + ) + (pin "6" + (uuid "2ac917d7-aa7b-45da-8a07-262c4000aab4") + ) + (pin "7" + (uuid "b7551265-abd2-4b8d-9991-e23903b5c947") + ) + (instances + (project "main" + (path "/a63f04a0-ab74-4f43-a41d-29942d996f7b" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/basspp/main/main.kicad_pcb b/src/basspp/main/main.kicad_pcb index a0d94c19..791e868e 100644 --- a/src/basspp/main/main.kicad_pcb +++ b/src/basspp/main/main.kicad_pcb @@ -1,14238 +1,26406 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "Bass++") - (date "2019-10-03") - (rev "01") - (comment 1 "Original design by Thomas Henry") - (comment 2 "PCB for main circuit") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "+15V") - (net 3 "-15V") - (net 4 "Net-(C5-Pad2)") - (net 5 "Net-(C5-Pad1)") - (net 6 "Net-(U1A-+)") - (net 7 "Net-(D1-A)") - (net 8 "Net-(C10-Pad1)") - (net 9 "Net-(D4-K)") - (net 10 "Net-(D3-K)") - (net 11 "Net-(C13-Pad2)") - (net 12 "Net-(C13-Pad1)") - (net 13 "Net-(D5-K)") - (net 14 "Net-(C15-Pad2)") - (net 15 "Net-(C16-Pad2)") - (net 16 "/Shell") - (net 17 "Net-(C17-Pad1)") - (net 18 "/PULSE") - (net 19 "Net-(D6-K)") - (net 20 "unconnected-(J1-PadTN)") - (net 21 "Net-(J1-PadT)") - (net 22 "unconnected-(J2-PadTN)") - (net 23 "+5V") - (net 24 "unconnected-(J5-PadTN)") - (net 25 "Net-(Q1-E)") - (net 26 "Net-(Q1-C)") - (net 27 "Net-(Q2-E)") - (net 28 "Net-(Q2-B)") - (net 29 "Net-(Q3-E)") - (net 30 "Net-(Q3-C)") - (net 31 "Net-(R1-Pad2)") - (net 32 "Net-(R2-Pad2)") - (net 33 "Net-(R3-Pad2)") - (net 34 "Net-(R4-Pad2)") - (net 35 "Net-(R5-Pad2)") - (net 36 "Net-(R6-Pad2)") - (net 37 "Net-(Q4-C)") - (net 38 "Net-(Q4-B)") - (net 39 "Net-(U2C--)") - (net 40 "Net-(U2A-+)") - (net 41 "Net-(U2A--)") - (net 42 "Net-(U1B--)") - (net 43 "Net-(U1A--)") - (net 44 "Net-(C8-Pad1)") - (net 45 "Net-(C9-Pad2)") - (net 46 "Net-(C11-Pad2)") - (net 47 "Net-(C17-Pad2)") - (net 48 "unconnected-(RV2-Pad3)") - (net 49 "unconnected-(U2A-DIODE_BIAS-Pad15)") - (net 50 "Net-(R11-Pad1)") - (net 51 "Net-(R21-Pad2)") - (net 52 "Net-(R22-Pad2)") - (net 53 "unconnected-(U2C-DIODE_BIAS-Pad2)") - - (footprint "LED_THT:LED_D5.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fccc9) - (at 68.58 147.32) - (descr "LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf") - (tags "LED diameter 5.0mm 2 pins") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-00005d087c7c") - (attr through_hole) - (fp_text reference "D6" (at 1.27 -3.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 88bd9ba0-475b-4d6e-a432-5c4382687b7e) - ) - (fp_text value "LED" (at 1.27 3.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0dc9fded-b2c4-49b8-9282-f8bcf5525e92) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.2))) - (tstamp 125b771c-17f0-4f48-85b5-0108b81a543f) - ) - (fp_line (start -1.29 -1.545) (end -1.29 1.545) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16aa5f5a-5dc4-4684-b11d-ba2589529e5d)) - (fp_arc (start -1.29 -1.54483) (mid 2.072002 -2.880433) (end 4.26 0.000462) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98a9fcbe-0ef2-4a27-8ef5-ba1d7e97e13a)) - (fp_arc (start 4.26 -0.000462) (mid 2.072002 2.880433) (end -1.29 1.54483) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6c59e7a-34c4-42b9-b8e8-3c9d3566e86d)) - (fp_circle (center 1.27 0) (end 3.77 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 88f81260-bc77-48bf-beb0-3dbedbd86236)) - (fp_line (start -1.95 -3.25) (end -1.95 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ead820cc-41dc-4d41-856c-5e411af96dd8)) - (fp_line (start -1.95 3.25) (end 4.5 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 674d2404-627e-49d0-9c9c-52c5bacc5b6c)) - (fp_line (start 4.5 -3.25) (end -1.95 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9af53d5c-31bc-4402-aa25-72abc938ffbf)) - (fp_line (start 4.5 3.25) (end 4.5 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8592aae3-818a-41d4-b3da-8293d4321ca3)) - (fp_line (start -1.23 -1.469694) (end -1.23 1.469694) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cae8ef93-c571-49d1-bcc8-3340e16f4f3e)) - (fp_arc (start -1.23 -1.469694) (mid 4.17 0.000016) (end -1.230016 1.469666) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c905b22-271d-40df-9324-e2ecf466123b)) - (fp_circle (center 1.27 0) (end 3.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp c3b2b898-22a0-45a9-8dc0-8907cc864989)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D6-K)") (pinfunction "K") (pintype "passive") (tstamp be824c02-ed18-4f82-b3fd-47baf78d037b)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "A") (pintype "passive") (tstamp 4c2e3c6d-27b8-4ab0-a025-272f080c440c)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D5.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcceb) - (at 60.96 86.36) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005da61d73") - (attr through_hole) - (fp_text reference "J1" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b25df16-bcda-4498-a9c6-6aa6018342e1) - ) - (fp_text value "CV" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 865796ef-c040-417b-bfd3-9fe2625bd87d) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 39565a4e-de5f-47fe-8a08-f3f2c4f28182) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6faaba84-9d3b-4bb4-982c-56d00f971d89) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f924f6e7-a1af-4501-b7d8-217c303b6853)) - (fp_line (start -1.06 -7.48) (end -1.06 -6.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f511be90-5854-4604-9466-388dea024d28)) - (fp_line (start -1.06 -7.48) (end -0.2 -7.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7097d8ac-8acd-4080-b278-298a82a3272e)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c43c0d9-9e49-40eb-9d3c-1ba2c387d22b)) - (fp_line (start -0.35 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90b32b7a-1c10-4b79-818b-bf3d7542403d)) - (fp_line (start 4.5 -4.5) (end 0.35 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 039d2b80-41bb-4190-83ad-fb3a2e24680b)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b44d24cb-d5f4-40d9-aec4-293da6760523)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fa4475f-5d0b-426e-9ce8-5cf76b318e9e)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b6fc9253-962d-438a-a5a5-80726d0e6188)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp cd87c3e6-ab2e-482e-9fa4-adea3d6cd22c)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp bacf48f2-04d8-4926-a088-e0365f5c19ea)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1f382a8b-2e0f-4da9-9a6f-cfaf2cac09b8)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1a02b8c4-b76b-443f-a3f0-3f26f17268ac)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d0d2b471-f06d-4523-a8bf-8f9e384ddcc5)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 086c1341-4737-4cdc-bfe8-3eb8582c81c7)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c9647fb-87d9-4cb0-bda9-bd4aadadcb24)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 559c2315-61b1-4614-b248-0f4770f0f9ae)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f348ae97-5a9b-4474-9480-f59ff051907a)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ab7dbf8-c5fe-4529-a610-ca6a943047f8)) - (fp_line (start -4.5 6) (end -4.5 -4.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80471d5b-7e77-468f-b230-3efc445cbbf2)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cea7d46-243b-4b78-b222-aa01a27c7827)) - (fp_line (start 4.5 -4.45) (end -4.5 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ddfbd1d-bfe0-4001-b3c6-9de5adc71a8d)) - (fp_line (start 4.5 6) (end -4.5 6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbe2e0a2-8e7e-477c-b86b-f868bd7553b8)) - (fp_line (start 4.5 6) (end 4.5 -4.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 159fdbfb-0bfe-49a3-bbf3-f150b87bf3e5)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp bbb35c81-3bd1-432b-bb32-76b57ec64d44)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 54854d33-9c2d-4347-9f67-38869ee86642)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 21 "Net-(J1-PadT)") (pintype "passive") (tstamp 721ecc3b-3389-4942-8626-37d930afc001)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 20 "unconnected-(J1-PadTN)") (pintype "passive+no_connect") (tstamp 774e8ff1-5f72-4357-ac13-15f44d7380fe)) - (model "${KISYS3DMOD}/Connector_Audio.3dshapes/Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/Projects/elektrophon/lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcd0d) - (at 60.96 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005da8003e") - (attr through_hole) - (fp_text reference "J2" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp da9acc04-717e-42fa-8152-b84eae4d0937) - ) - (fp_text value "Trigger" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a30a45ce-b4b1-405c-a62d-b6b3f0089ced) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp cde06511-ebc4-41fe-9057-bff9d31d4a73) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4588ae90-ccbd-4777-b67d-4d41fe03ce6e) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cd92aeb-adba-4fa7-ac36-46262e355e06)) - (fp_line (start -1.06 -7.48) (end -1.06 -6.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fa0c496-7cd9-48f0-8911-ca62212150c3)) - (fp_line (start -1.06 -7.48) (end -0.2 -7.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37332c2f-5598-42c1-a53d-9463eb72ac27)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 664303bc-6bda-4e81-a054-787ea4146c30)) - (fp_line (start -0.35 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d240f8d5-960e-4774-aadf-ea7e04fc9ace)) - (fp_line (start 4.5 -4.5) (end 0.35 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15a4b36a-288f-4dd2-afd8-eacdeb0c5c29)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09c7f534-0b36-4b88-a9ba-ae7227c2394b)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c54f843-22a5-44de-9b31-c15cef41e316)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 38f93d9b-e118-4935-afd4-deddc449ba66)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp fe1abaf5-41c9-4b51-ae80-0b3f8f93059a)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 19e976ed-4b7e-4bfd-aebd-2c0dcdb535c9)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d4565140-8949-448f-8033-ce29bde11a18)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 16d7ad30-4133-46b8-97cd-e06877df1017)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 69afca91-2659-4701-a322-b59d7d267e5d)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp ac1f642f-9163-442e-bf1b-3efb960f4059)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17c0acdf-3263-41da-894f-2764c607ffeb)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b87ed7d1-c5c9-4352-ae53-a0524bef1797)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2407539-ebd6-4a7e-9d7d-0ab2182dc783)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7b5951c-d39b-4cf3-aec0-d24d13b5780e)) - (fp_line (start -4.5 6) (end -4.5 -4.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c35899e4-957a-44fe-b951-2e732e0ef3f6)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33db86eb-1f09-4bd6-b1c4-b260cad41abf)) - (fp_line (start 4.5 -4.45) (end -4.5 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97afd4bf-8a7a-42c6-83f4-d33cb2675d52)) - (fp_line (start 4.5 6) (end -4.5 6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52d2f9bd-5b6b-452d-868e-4684390985bc)) - (fp_line (start 4.5 6) (end 4.5 -4.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79a28800-8cac-4e35-866d-f184c601c5b1)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 50e2012a-3f88-4336-a01c-74f648352a46)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 89ea0b20-a35d-42cf-916c-41d3dbccea12)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 44 "Net-(C8-Pad1)") (pintype "passive") (tstamp ca0f6522-6dbf-4838-811b-0f02c1233ead)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 22 "unconnected-(J2-PadTN)") (pintype "passive+no_connect") (tstamp 1dc44862-59e4-4f49-a5be-213a4a666031)) - (model "${KISYS3DMOD}/Connector_Audio.3dshapes/Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/Projects/elektrophon/lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcd76) - (at 101.6 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005da92389") - (attr through_hole) - (fp_text reference "J5" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de29027d-6df7-4b4e-b94f-7675b82f4064) - ) - (fp_text value "CV" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 266f5941-1c19-4ca7-b561-9b181a7120c1) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp a7a07ded-c2a7-4ff2-a848-eedb24990d65) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6d06f2f-738b-4e3f-9d3e-2fd72c760c1a) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d67da9bf-d1bc-4d04-87f3-64128f012edb)) - (fp_line (start -1.06 -7.48) (end -1.06 -6.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e4927ed-ace5-4de2-9e30-6600b87bb80b)) - (fp_line (start -1.06 -7.48) (end -0.2 -7.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3372eaa-cebe-4fd2-af70-c0854fcdad13)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a374055-2f76-458c-84e8-5841ab6d69cb)) - (fp_line (start -0.35 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cebf40ac-0924-4541-8ffa-ea5dc868f04a)) - (fp_line (start 4.5 -4.5) (end 0.35 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37a6ce84-1c38-4e22-80b5-acd46f91ea5a)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a652031f-47a7-402e-b9d7-11f3095825cf)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9efd33d-e15f-46af-aa5b-4ee4f1727b36)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b9d21ba2-9d0d-4a7f-bd0b-5a220d019972)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3e2654a1-bfed-457d-b90b-0bbf1f0fe973)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 66fa55c5-1e44-4db9-83a1-bf3307c082e3)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6fcb503b-d2d7-4d34-8780-0595329ab2fd)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 92c904cc-4455-43ef-afcd-c5cf2a705c1b)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6d9ad51a-eff5-4eec-a28e-5e13c0591c58)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 06f4d8fd-3193-4370-9529-5c57c73df001)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b377cb6e-17bb-408a-8c87-ffa6fe04d905)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 168a4d90-20b9-45dc-a5ff-d08ad3d9d6be)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cf08ccc-6e59-467d-83f7-819e1d27a5d9)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81c0067a-63fd-4e10-8367-04e26eb1945d)) - (fp_line (start -4.5 6) (end -4.5 -4.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64eb7d4c-fabf-44b5-8988-9159d8d6b571)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62dcb353-eb7f-4dc2-a1c4-a089ef09973a)) - (fp_line (start 4.5 -4.45) (end -4.5 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 316766f3-f593-4d37-b7c9-fbd4218c19e6)) - (fp_line (start 4.5 6) (end -4.5 6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f433910c-ec31-42a0-a8f5-751fdf43025e)) - (fp_line (start 4.5 6) (end 4.5 -4.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53a6fb56-d154-4226-9747-c151422b1e39)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp dc2188fd-513c-4c34-a712-3b1bf538791d)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 6d8a0e62-b90f-437b-947d-d3f5c46f4975)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 47 "Net-(C17-Pad2)") (pintype "passive") (tstamp 53a5243a-4f76-4d8f-8ef0-2365bbd9f7ea)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 24 "unconnected-(J5-PadTN)") (pintype "passive+no_connect") (tstamp 7f69b5e2-14e2-4ae2-8474-85937ac29dd0)) - (model "${KISYS3DMOD}/Connector_Audio.3dshapes/Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/Projects/elektrophon/lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd019) - (at 81.28 147.32 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cd09063") - (attr through_hole) - (fp_text reference "RV1" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4559f950-df8d-4be8-8c6e-79ed24048230) - ) - (fp_text value "10k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 493b4e50-45a0-4762-9fc5-1b1381a3edc9) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bec58af5-ab73-419c-a54e-ee1f0d01890e) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ae154ba-cc18-42bb-94f1-94695b8572a6)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f121dfef-33f7-42bc-8211-8d99829b1fbe)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0065b747-8191-4d2d-9756-e3886217c179)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ab7daaa-a5de-411f-89c0-9698332baad2)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a3b2d8f-b9b8-4614-8d4f-4baf28eab243)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd856077-308d-4687-aef3-e1bc76116814)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6be4f95f-dc8f-4a1a-8f31-84f4008005d0)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 133c3aa9-f8c7-413f-8078-4a9f96d59e6c)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9da498c5-d564-4458-92cd-03633a5339e2)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 655908e7-bbb4-47a9-a618-e027d1d99118)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4dca0f3-b97d-4844-b6d1-4f8ee123b3b4)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 322e192a-e85c-44cc-a8cb-ce0dd16831e4)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec37e756-f034-46dd-973a-beb2697839a0)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65c3164f-e13f-4edf-b4e0-85e1e9eec30f)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe03d909-e35c-4bc2-9d28-789c9a21e43f)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69ac6efc-8c5c-42cd-b5a2-7ab6fd631b01)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc7423e4-703f-408f-b24f-9f3eb222a343)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d05448db-5bed-4cde-a69b-5985888c3f79)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 95b7a7dc-b2d6-4326-b910-53fb0d0ddc47)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 99b09587-3216-4935-90a9-d2d76c33d667)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 31 "Net-(R1-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 7cefa5cc-2374-405e-8b66-6a64b68f08ae)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 43 "Net-(U1A--)") (pinfunction "2") (pintype "passive") (tstamp 6f8b00fd-88d2-43b4-a95e-c36d6ace83f4)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 32 "Net-(R2-Pad2)") (pinfunction "3") (pintype "passive") (tstamp 34e1047c-d93f-4512-b9b7-bc1c62107ab7)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd035) - (at 60.96 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cd0c492") - (attr through_hole) - (fp_text reference "RV2" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bbe95ed0-75bb-44af-853a-21df94706335) - ) - (fp_text value "500k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8dc5d35b-7bde-49fc-8e35-957f522dd499) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d2a8b1e5-5103-4053-b3aa-6c33d0ee93a8) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62c74082-3fa3-465e-9623-0c6672272641)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfb8b1d9-3d29-42f8-9a13-ac6afa949337)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f436fe51-8072-47f5-bb39-47cf3e3c0829)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4070e013-2299-4ec8-85b8-3a35c10c8375)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 169007c1-7333-4e83-a358-1c6a1f706819)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f126d0a-1de7-441e-9a78-e780b98e4011)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4cbe394d-44de-48fa-bd46-4259022362ae)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 213ff160-9548-4292-8401-46734566f1c9)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 616ea275-771f-44a6-9a6f-230b5a7c4999)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43bab74c-58ae-439e-8565-0538a0d3bae9)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 786b3c8e-c837-4510-be5d-4679e070cd99)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9239089e-ec17-4b34-96b2-1bdca8eb79b1)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cce59ef-361c-4cd2-975f-afe8aa21eeb1)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61f5585a-4b1c-48b2-840c-f646b443ce50)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d056380-aef7-462b-a59d-f7a625fa4629)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d2566ae-1571-4d54-8825-3357e4c2aefe)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0764ec7-bd3f-4c8e-9229-eca4c6749769)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 79ccc0ea-ad73-4720-a7ba-63880347e5f6)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp ee8dc4a9-b14f-41c0-aca6-757b9e0524b3)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 048b00d9-0982-4ed3-b055-cc78b98a825b)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp 74a1dfad-cd56-4e9f-bc23-77a8b611accf)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 50 "Net-(R11-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 323c78dd-9ede-4161-aaf7-3dd47b3f9366)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 48 "unconnected-(RV2-Pad3)") (pinfunction "3") (pintype "passive+no_connect") (tstamp 05053d90-187a-40b3-a5bd-1281bff8eba4)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd051) - (at 81.28 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cd0c945") - (attr through_hole) - (fp_text reference "RV3" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp daafeebb-6d33-4c18-b730-acf30bf0ea95) - ) - (fp_text value "10k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4964bcde-f514-46c0-aee3-4984e44ecb3b) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 35441225-cc0f-4023-bb55-34a65d15ef22) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a451db5-3e49-48d8-9e5c-f55b18552537)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1e4ead6-037d-4486-bbef-ffc5a07a8f3b)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd2f1499-b015-43aa-9833-3e2619be1bbf)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1b2257b-8990-4690-9718-56a44afc9b38)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0eda2f4f-28c0-43a1-b39b-00933c6688af)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01eb399b-2ae6-4fd3-85a1-467c43338997)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc0e0c7c-c5a6-4fe1-92cc-596a0a5334bd)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca6344b7-a827-4f17-a2b0-254611a51a71)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c11ecc2-f965-4f04-8eb2-93b547864316)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7fb7ac2b-48fa-492f-86e8-1d54a0982358)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d09995a3-32e2-4446-b343-a4b7041bd4f6)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4ce720e-9790-461c-8b78-1f3c306a482c)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7fdae834-004c-4673-8142-a583714ab77c)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03852e5d-dcef-4459-85d8-f5f21ac749a7)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44792279-0e92-44fa-a192-ea12ae748bbc)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6b2e749-d6ab-46be-a478-1a3f27ff8d87)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ece56d9d-f700-4a6f-a906-7ad69ea8b6fd)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 81990dff-4e6e-4f6f-b5bc-1f7b3834d316)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp d2d6a33b-6150-40b0-983a-245b23560a82)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 269c06b4-3331-45fa-9f10-3e1c50110a7c)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp 8af1d072-58c8-4e63-ae77-8e5b9b5ab8e6)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 33 "Net-(R3-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 9533f25f-6656-4fd4-af76-347924be8d40)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 27 "Net-(Q2-E)") (pinfunction "3") (pintype "passive") (tstamp e2f82dbf-04df-42a4-9284-6484f323031f)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd06d) - (at 81.28 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cd0ce86") - (attr through_hole) - (fp_text reference "RV4" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9fc5507b-2324-483e-b40a-ed0900dc4ae8) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eee9e2d8-b0d7-434b-bef6-13ca925f70fd) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dc1ecd4b-77da-4798-a641-4c3e89a78270) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1066163f-277a-45f6-8e9d-eb821b04124d)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 505b8d1f-46cf-40cb-ba96-5aa40d36be46)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fedf4a3b-a143-41fc-b2d8-a3c02cacc387)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1351e4a9-97dc-421f-99e8-e7ec716d22bb)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ecea98a-b1e1-4284-8864-c803a467eb15)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 414cebd1-29d1-4457-b46d-4b8d853f98df)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9f685b2-7e78-4652-8651-39dab43071e8)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df7538ef-3483-400f-ab16-d88cc1133095)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 336ef5ac-a1c4-4593-9024-e09c6bf0138e)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 747e1d78-9e5f-4e22-b33a-2f7b12e3a0f7)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8844eae-a66b-4dfc-aa49-0f3324227f78)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50905b4d-c898-4e66-9ad6-6fd86891b399)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac098152-de63-447b-952c-0418c9f44325)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df5b24e1-5296-42a5-815a-ef44dbd003a1)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7c2b10c-55b1-4062-a8b7-9fa7b0e40d0a)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3388b70a-2254-45b1-a6c1-d34dfb33bda5)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 985826e5-24c6-4673-8471-ea9323266a03)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a06d2516-bc3b-4e1a-878e-4c2f05e787c7)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 7cc6a21c-eb1c-408e-9555-04c76a98de44)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp ca967845-2d4e-492c-8470-a3893a1f7154)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp bb93234b-df04-48c8-a1b8-90978a3f454d)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 34 "Net-(R4-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 17a4b83c-7b56-4ede-a93b-9fc555e8e63e)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "Net-(J1-PadT)") (pinfunction "3") (pintype "passive") (tstamp dc848555-4b78-47e9-9929-6818328e6fd1)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd089) - (at 101.6 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cd0d21d") - (attr through_hole) - (fp_text reference "RV5" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b69a4a1-46f5-4615-a501-3c687dcefbdc) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8eaebaff-23c5-46bc-9f4a-d9904c475675) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 96bad8f6-4277-43f7-a8bd-62e0c90afcc3) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9a93c26-c139-442d-9cc4-ef352995e981)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d22d07a-4409-415a-9f74-2f22a694dc92)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d63c5c29-2eef-4143-9b9d-1ad780c36efe)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82d53446-5296-4f07-8451-b16d376c4608)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7430303b-2cd0-4427-991e-38aad475b073)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12978f01-4306-4f63-997a-179f9d6941d8)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 644d5b16-c92e-4285-92d5-e9a36aa60883)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 967d7cab-a6ba-4b95-8609-3d95e30abca4)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44d29b4a-b1dc-4d25-9a11-2a3e8cf6abcc)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4fc2cf6d-3891-4b93-9928-d0cee0f6a8d1)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc71f482-eee5-414c-92a6-18866fba8e3c)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b7859fa-629b-45b4-b5ad-b5fe265f37dd)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9ae98f2-085b-46d2-90d7-edae1c7d2cc3)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8eae86e6-fe57-487f-8ff8-83001d9a8953)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6aa568ba-cc00-4f0f-8e7f-b8f52be301d7)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ccdfeb1f-6c7c-40a1-bba6-edb8a390c125)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f4042a2-110f-4381-bc18-0a83416e7da2)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 781e0288-08f5-4b0d-ad85-68ec0f189728)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 49e22742-cde8-46f3-a551-10793df571a9)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 18917abe-1ca1-4497-b8dc-d4e88199d2cc)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 36 "Net-(R6-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 546a2cf2-af2e-47c0-8261-46d2ce5e30c2)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 35 "Net-(R5-Pad2)") (pinfunction "2") (pintype "passive") (tstamp baf24b07-b4b5-4df8-a11e-58930ffb16ec)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "3") (pintype "passive") (tstamp 08818605-a7cd-47b6-a7f9-22953145630d)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd0a5) - (at 101.6 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cd0e407") - (attr through_hole) - (fp_text reference "RV6" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 82365517-3c76-4740-b2db-ad2d01111f82) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9920442c-32be-4cc6-a79b-b4967e44a688) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 637c1da7-2d4b-4028-8646-e85bff8267ee) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 925ab6fb-bf48-4e70-b327-d1a680d4fd03)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 596d9947-fd95-4da7-91a2-606e1247f337)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61e95d1e-ee2e-4318-b8e4-c40ee43b6d6b)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc7b1874-70ba-42e0-aa92-d3b61dac9878)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44037793-1cd8-4946-8723-32fde1f9b83d)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b88b8ed-b9b8-49f7-907e-120428e6f53c)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3d752f5-3b5d-49a1-8f5b-96461858e007)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13c0f1e6-50e1-4005-8ba2-7f27309e464b)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d28d264-1fd2-482b-81ac-89557dfba3c4)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4167b7ac-5e64-42ec-ba3d-ba3046fcfbe2)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99c0c1c3-7695-4540-87e9-d2f5a37c23df)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1bc5dbb-0c0d-4a93-a51b-5bbf3aaa4cc4)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c04832d6-29e6-4dc1-9c24-174bb9ac0bc1)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a21bf373-5ce6-45bb-af46-de0d13c5246f)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d703a497-391c-4ff8-8481-281bb464f8d6)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp baba5c3f-a205-4332-8451-072d967f5e8a)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5b4355a-ae3f-4047-b3ce-36308d1a5627)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 33e51dd4-fefa-4ab3-a50f-9c7bbc67460f)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp d866ffdf-6bb7-4ce7-8c7f-65c88d9c82a7)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp a48d96c7-d3b4-4bf5-8e32-9fee1065285c)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp c8e74e72-5fe5-4859-9012-b1f3745f228e)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 51 "Net-(R21-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 8f65a0a8-d378-4290-afeb-4eda9f96a7ce)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "/Shell") (pinfunction "3") (pintype "passive") (tstamp ebaba979-7e56-4b20-839e-7e5b2b78679f)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd0c1) - (at 81.28 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cd0dee3") - (attr through_hole) - (fp_text reference "RV7" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15743e7f-c064-44cb-a591-7c95627f476e) - ) - (fp_text value "10k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 36480442-c58b-4605-b29c-3f6892e959a7) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 284bbe09-d02e-41ea-890a-397535377cfc) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f43e6371-af9a-4940-bb5b-14364ab39f80)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f30c8d23-b3d2-4136-80e7-b68322d85b18)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e1459bd-3f16-451d-a99d-752f8079c806)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe963f1e-c499-4ecc-972c-8874f5292d68)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a30eef2b-1b69-4880-ba78-887a877f6847)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 421b6ab4-5f25-453e-aec8-8b1ddf9acc08)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87f40199-f7e6-4b1e-a3c8-cefbf8a5e892)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0e6d478-1133-4ccd-b234-d3622e96ed50)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b5ee3b2-9cd4-408a-a222-75f7b3b10231)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6f166eb-4b14-4070-89d6-e83d40ef6b92)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb98e888-8e15-4ece-9ffe-7075c8c2cccc)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85f9983a-2ecb-4156-b1d9-b62a1706b441)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp faa0e4c2-8309-4841-b1d1-76cae12bf7bd)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eee2a407-0e2b-4a9c-a593-babc891ddf3f)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26207084-a630-43d0-81ea-d9b3a6375891)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b69a9770-c38e-4e62-97f3-1fa00c925576)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29a6fba7-e58e-405e-af0a-c0ea9ca67fd3)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e9321fb3-b35c-46b5-8f14-3e93e75af30a)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 43154444-d61c-4be7-9cd1-e7afac37d9e6)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp fe49a1d3-f72a-4fb9-8ec9-659738eed471)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 45 "Net-(C9-Pad2)") (pinfunction "1") (pintype "passive") (tstamp bba0eb42-ecf0-4064-9b7d-057b69d6e810)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "Net-(C5-Pad1)") (pinfunction "2") (pintype "passive") (tstamp ed99d2ce-d652-4c0a-bd9e-2fc2818919a0)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 46 "Net-(C11-Pad2)") (pinfunction "3") (pintype "passive") (tstamp 2257162b-ed9a-4e22-80a4-4007f9ba5857)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd0dd) - (at 101.6 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005cd0d5ac") - (attr through_hole) - (fp_text reference "RV8" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d2be4e3-ca6c-4d82-b75c-a788d23ca834) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 37533041-f1d8-4857-9afb-9e4775e511f1) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2436b970-0078-4efb-afa3-c66ab75e67e4) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5af5c706-04dc-4f01-8ca7-9eeb4304127f)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69c33a01-1184-46ee-b21d-78d8c486fded)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7765930-00c6-452a-8583-9b011141a456)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db0cc782-ee81-4868-b0f8-1dd0b8854979)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d62924e-29c8-4981-89b6-16ac0b7bc495)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d54111a7-8731-410f-8495-fa53fcadda14)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ef67b92-a4db-4515-9836-a70079777e03)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9da068f9-928e-4ee3-b30d-4926a939f3a8)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a11fc9d-d875-423e-a663-cd031091a907)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71ac6778-4009-4c4f-a8c1-2247766a84c9)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66a56626-b373-4d07-953c-01ab6a21402b)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4721bdc-3d96-4951-acbc-3e2cd08228bd)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 37ecca45-661d-436f-ad1e-4ee4098aec92)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a96cdd9f-56bd-4599-97a9-c8e2971b8b8c)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 763b0637-d941-4c0f-99fa-7ab52f012ad7)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0fa99b7-4ce3-4259-99e7-66c92e7d9add)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45c5ea56-2e2d-404b-8a62-fe89fead3a3d)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp af000b28-d76d-4de5-8d13-e4ba9c6e00d5)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp d6ea6972-a3f8-44df-998f-25cf497eece4)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 24ba7427-a0ba-4b62-9e15-6301c993ed67)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp cae62578-2318-44df-a695-1bc201543bb6)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 52 "Net-(R22-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 51e4ac65-3d1b-4fa5-965e-6c33092e8a04)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C5-Pad2)") (pinfunction "3") (pintype "passive") (tstamp f36a6298-68d3-4254-87a1-34108ef13f72)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fc9f6) - (at 92.71 55.88) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d0af8d3") - (attr through_hole) - (fp_text reference "C1" (at 1.25 3.75) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dc1c5aa6-b40e-4333-a4dc-d8d1697b1b37) - ) - (fp_text value "10u" (at 1.25 -3.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 015da368-edd4-431c-a05d-7c37403df1de) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 13f268f3-47d4-4238-ad50-a7b801a01dd9) - ) - (fp_line (start -1.554775 1.475) (end -1.054775 1.475) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d70f7ca-c544-4ce5-af0b-caf89173caaf)) - (fp_line (start -1.304775 1.725) (end -1.304775 1.225) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8c635bf4-b861-45d5-97e6-7b886214a240)) - (fp_line (start 1.25 2.58) (end 1.25 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7c2facdc-7bb4-4547-8fd3-7a1acbccbd0e)) - (fp_line (start 1.29 2.58) (end 1.29 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1fdeb85e-fd50-45ac-895e-920ee143fb00)) - (fp_line (start 1.33 2.579) (end 1.33 -2.579) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1ddedc14-dffb-48e2-813d-2a917f37f752)) - (fp_line (start 1.37 2.578) (end 1.37 -2.578) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8d634ecd-d62d-44b8-b24b-a656b10190de)) - (fp_line (start 1.41 2.576) (end 1.41 -2.576) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dc59b583-dfbd-4bbb-b8f2-df4719d71385)) - (fp_line (start 1.45 2.573) (end 1.45 -2.573) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 45f1b959-b586-4d83-a025-3c8239ffd232)) - (fp_line (start 1.49 -1.04) (end 1.49 -2.569) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e87fa9ad-1eff-4f1c-b35f-b17ac441638c)) - (fp_line (start 1.49 2.569) (end 1.49 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c2986dcd-6084-4e3b-a1c4-58b61ec151bc)) - (fp_line (start 1.53 -1.04) (end 1.53 -2.565) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b829e757-4d6b-4d04-ac64-b84fd956dd87)) - (fp_line (start 1.53 2.565) (end 1.53 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 75f0cb16-d5f2-4516-8af1-48dec776788b)) - (fp_line (start 1.57 -1.04) (end 1.57 -2.561) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 682afcfb-0945-4d5f-9df3-baffb287e203)) - (fp_line (start 1.57 2.561) (end 1.57 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 09244d7e-652b-4973-bc88-e290b9f41677)) - (fp_line (start 1.61 -1.04) (end 1.61 -2.556) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7ab3911a-ffb2-42be-a2e5-0741c960513b)) - (fp_line (start 1.61 2.556) (end 1.61 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp eb068bb1-5ec9-417c-b895-daf78d6af9b5)) - (fp_line (start 1.65 -1.04) (end 1.65 -2.55) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 17c45593-ec44-4a32-8726-35940386a6ca)) - (fp_line (start 1.65 2.55) (end 1.65 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cb1c9fa6-f0a8-40fd-a820-194696a7d24c)) - (fp_line (start 1.69 -1.04) (end 1.69 -2.543) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 226de15e-e897-4c98-8dd4-7bb93f54a23b)) - (fp_line (start 1.69 2.543) (end 1.69 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f3fd0364-e6a9-4508-83aa-5771d831a547)) - (fp_line (start 1.73 -1.04) (end 1.73 -2.536) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6c8be82a-c213-41d6-bb19-ff0e85212bab)) - (fp_line (start 1.73 2.536) (end 1.73 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c0fc3101-4eb0-41c1-826e-18cf1a31e69d)) - (fp_line (start 1.77 -1.04) (end 1.77 -2.528) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f79bf7ca-0d70-4b5b-b7d7-3ffd58899caa)) - (fp_line (start 1.77 2.528) (end 1.77 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 280cf47b-7463-44f1-a819-b96af3c4f8a2)) - (fp_line (start 1.81 -1.04) (end 1.81 -2.52) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1eb1046d-adba-4ce7-a543-f27f85be2aea)) - (fp_line (start 1.81 2.52) (end 1.81 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 73ff14b3-555b-400b-a08c-d31bcdb763de)) - (fp_line (start 1.85 -1.04) (end 1.85 -2.511) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9acb64a2-2a04-42d5-9d22-5921edc5cac8)) - (fp_line (start 1.85 2.511) (end 1.85 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 02e8614c-9565-4229-ad0a-ca7c630200e4)) - (fp_line (start 1.89 -1.04) (end 1.89 -2.501) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 59805f55-16fb-4ead-9ba8-367726abab50)) - (fp_line (start 1.89 2.501) (end 1.89 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed0629f1-0860-4d89-9e0b-3a740909b861)) - (fp_line (start 1.93 -1.04) (end 1.93 -2.491) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4d800124-d96d-46d4-88b5-0b753101d8fd)) - (fp_line (start 1.93 2.491) (end 1.93 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4557d73-0587-4998-a1f7-7e45b30e09c4)) - (fp_line (start 1.971 -1.04) (end 1.971 -2.48) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b80aef8c-5d40-495a-99ba-aec16f9aa147)) - (fp_line (start 1.971 2.48) (end 1.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9daec7c6-a4df-4ee5-932a-060a5dffb9bf)) - (fp_line (start 2.011 -1.04) (end 2.011 -2.468) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b39d5330-a5ac-41dc-8f1d-623bcea0932e)) - (fp_line (start 2.011 2.468) (end 2.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1729fe11-219a-4538-bfb9-b0d595fd56ba)) - (fp_line (start 2.051 -1.04) (end 2.051 -2.455) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4658f529-ce46-4786-b4db-12425e9546ab)) - (fp_line (start 2.051 2.455) (end 2.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 55ab15d8-5e20-41b7-adf6-bedd433f0ba2)) - (fp_line (start 2.091 -1.04) (end 2.091 -2.442) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a707b351-6088-4c20-9f75-b677281c3db8)) - (fp_line (start 2.091 2.442) (end 2.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 73753655-cda5-4150-8463-d86bc8d439e8)) - (fp_line (start 2.131 -1.04) (end 2.131 -2.428) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a7760b06-da70-4f4e-ac56-3f4021f1618d)) - (fp_line (start 2.131 2.428) (end 2.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 45dd4f29-cea9-4e44-89b9-302011555a24)) - (fp_line (start 2.171 -1.04) (end 2.171 -2.414) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 616b3a73-e6b5-4355-876a-c08db29092f0)) - (fp_line (start 2.171 2.414) (end 2.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b1d366e4-0e9d-4981-bbad-19e5a97dd27f)) - (fp_line (start 2.211 -1.04) (end 2.211 -2.398) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bb680493-58a1-4ea2-bb89-fd4b18b22f96)) - (fp_line (start 2.211 2.398) (end 2.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 33c39084-a488-4da3-a82d-abb931c26e83)) - (fp_line (start 2.251 -1.04) (end 2.251 -2.382) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0bdc2620-d6c4-403b-bf9c-bffa43b7049e)) - (fp_line (start 2.251 2.382) (end 2.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7aac21cb-4622-4cce-affa-61fccf363d73)) - (fp_line (start 2.291 -1.04) (end 2.291 -2.365) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 29035654-55ab-4d11-a0d5-fdc08d88b11a)) - (fp_line (start 2.291 2.365) (end 2.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d234911e-0dba-442a-9ac1-17177102fb3e)) - (fp_line (start 2.331 -1.04) (end 2.331 -2.348) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b94303ad-dbd4-4bcb-898e-6fc1291dd799)) - (fp_line (start 2.331 2.348) (end 2.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f6996bc5-05be-4607-a8e4-2847add37ce6)) - (fp_line (start 2.371 -1.04) (end 2.371 -2.329) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9e26d4be-3efd-4584-ace2-3e9a4f6921cb)) - (fp_line (start 2.371 2.329) (end 2.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 60d2cb2a-65cc-49ce-b0b7-2db77fd3e289)) - (fp_line (start 2.411 -1.04) (end 2.411 -2.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1aa3b157-bafd-4396-b9ba-8025b9944766)) - (fp_line (start 2.411 2.31) (end 2.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4fdc4502-9da6-4e58-89bd-27f52ce33b5b)) - (fp_line (start 2.451 -1.04) (end 2.451 -2.29) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2f184780-573b-492e-8dde-7ab9f515a32c)) - (fp_line (start 2.451 2.29) (end 2.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b760faf-f018-45b3-b98d-5b05b24809bb)) - (fp_line (start 2.491 -1.04) (end 2.491 -2.268) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7480f02d-4fef-46de-a0e3-1723d4d1e14c)) - (fp_line (start 2.491 2.268) (end 2.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a6b23585-950b-4f4c-8918-de79cc1f2612)) - (fp_line (start 2.531 -1.04) (end 2.531 -2.247) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e027d9eb-9b64-41ab-9972-90d8a3aa2c57)) - (fp_line (start 2.531 2.247) (end 2.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9906a510-64e5-4f18-9f84-f8b7ff2971e0)) - (fp_line (start 2.571 -1.04) (end 2.571 -2.224) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp eef85c0c-08de-4379-bb9a-9869fde4e70b)) - (fp_line (start 2.571 2.224) (end 2.571 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e05d222b-370b-4178-9466-1a169d94a8df)) - (fp_line (start 2.611 -1.04) (end 2.611 -2.2) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 38573569-a3a2-47fd-8b31-eb04f4811bda)) - (fp_line (start 2.611 2.2) (end 2.611 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c6d059b5-316c-4b32-af10-38f5ee504650)) - (fp_line (start 2.651 -1.04) (end 2.651 -2.175) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 406eb23e-7a4c-4c16-94df-983b8e374a2a)) - (fp_line (start 2.651 2.175) (end 2.651 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 37b36472-bd51-4378-bbb5-05c04cf6b49e)) - (fp_line (start 2.691 -1.04) (end 2.691 -2.149) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c78abdd5-41ea-42ee-a0a8-380d1ceceac1)) - (fp_line (start 2.691 2.149) (end 2.691 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 080c81bb-e032-477e-a513-449522cbfb72)) - (fp_line (start 2.731 -1.04) (end 2.731 -2.122) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cf384e42-2eb4-4abd-93bd-d3fe48db3a16)) - (fp_line (start 2.731 2.122) (end 2.731 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d0163b15-2952-4c43-a97a-ec0a6cdb0ce2)) - (fp_line (start 2.771 -1.04) (end 2.771 -2.095) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cf58f40d-cfec-4b60-b94a-27e8f3836054)) - (fp_line (start 2.771 2.095) (end 2.771 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 511d9db0-2e24-44d4-8e83-a572b67edf0d)) - (fp_line (start 2.811 -1.04) (end 2.811 -2.065) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 504c89fe-6bb9-4624-a3c0-ae3140236e04)) - (fp_line (start 2.811 2.065) (end 2.811 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 14cbcd90-9f12-4c4b-bb60-6b988ab963a8)) - (fp_line (start 2.851 -1.04) (end 2.851 -2.035) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ca690fed-01a5-41a9-a6e3-b6d4af3a3d10)) - (fp_line (start 2.851 2.035) (end 2.851 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 70cc1de6-3b76-4fc7-80df-453534cbe76e)) - (fp_line (start 2.891 -1.04) (end 2.891 -2.004) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7cc0098b-d041-47dc-87b5-de59a003469b)) - (fp_line (start 2.891 2.004) (end 2.891 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 73b42a70-018b-4497-b816-8821699af682)) - (fp_line (start 2.931 -1.04) (end 2.931 -1.971) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1a30c691-a883-47af-a5f5-f140414a88b7)) - (fp_line (start 2.931 1.971) (end 2.931 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed7dfa55-aece-4079-950b-7c5b62f7e683)) - (fp_line (start 2.971 -1.04) (end 2.971 -1.937) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ec729c05-80d7-413c-8646-09da5af4d480)) - (fp_line (start 2.971 1.937) (end 2.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f036ed08-2375-49d4-9f4a-a5776f2de34f)) - (fp_line (start 3.011 -1.04) (end 3.011 -1.901) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3633f324-a123-4ae4-bc49-dd24f7d40283)) - (fp_line (start 3.011 1.901) (end 3.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d5e89bcf-3c4c-45bd-9bcc-f60d151af736)) - (fp_line (start 3.051 -1.04) (end 3.051 -1.864) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b67189ac-766d-4177-8a9d-a86f5d16070e)) - (fp_line (start 3.051 1.864) (end 3.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 905bd4fc-ab19-4563-b1b9-b1c74969d519)) - (fp_line (start 3.091 -1.04) (end 3.091 -1.826) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9b1de3e4-7ed8-41ea-8fbc-6b423cc6ed60)) - (fp_line (start 3.091 1.826) (end 3.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a34834ab-962a-44d3-a0b5-027a418adb8e)) - (fp_line (start 3.131 -1.04) (end 3.131 -1.785) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 897a1aa6-e2d9-41be-aa9a-f413bcb84ea9)) - (fp_line (start 3.131 1.785) (end 3.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 35083a33-caaf-4985-8491-a36498e4d383)) - (fp_line (start 3.171 -1.04) (end 3.171 -1.743) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 098037c2-23d3-4f72-9e72-375bdece1002)) - (fp_line (start 3.171 1.743) (end 3.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ff2d703-d8ea-4221-8225-e3660587b8ee)) - (fp_line (start 3.211 -1.04) (end 3.211 -1.699) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd486094-59c2-4513-ab82-49977df5bef7)) - (fp_line (start 3.211 1.699) (end 3.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c2ad2162-076d-4cb9-8469-002174b494cb)) - (fp_line (start 3.251 -1.04) (end 3.251 -1.653) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp babb279e-f5d9-4db2-8723-8cca695c6999)) - (fp_line (start 3.251 1.653) (end 3.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd4f7a06-15f8-4fd7-a1fc-bd6cbd7e856f)) - (fp_line (start 3.291 -1.04) (end 3.291 -1.605) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 376e40d5-ae58-4f8a-95b2-b3948cbeace1)) - (fp_line (start 3.291 1.605) (end 3.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 14590d02-9436-44fc-883f-d60658b19c79)) - (fp_line (start 3.331 -1.04) (end 3.331 -1.554) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4a4d8460-9cff-4d60-ac23-45d530abfdc8)) - (fp_line (start 3.331 1.554) (end 3.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b6e18d34-cf06-42d3-adf5-71af2061c56c)) - (fp_line (start 3.371 -1.04) (end 3.371 -1.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 945d76d7-3c49-42ed-ba1a-3e4965c81d57)) - (fp_line (start 3.371 1.5) (end 3.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 661748cf-f5cb-43fd-9f11-ef9f8fa702b4)) - (fp_line (start 3.411 -1.04) (end 3.411 -1.443) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7833b06b-5355-4f17-be01-8cfa25d1a872)) - (fp_line (start 3.411 1.443) (end 3.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 147267f8-b8cc-44ad-8473-c028278d92d8)) - (fp_line (start 3.451 -1.04) (end 3.451 -1.383) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3f48f991-4a4b-4dab-9f68-37001c1d8858)) - (fp_line (start 3.451 1.383) (end 3.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 27592fd5-b37c-40b3-b6b6-e78520a857bf)) - (fp_line (start 3.491 -1.04) (end 3.491 -1.319) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ffa48808-6811-4cf1-a156-77b57bbcb540)) - (fp_line (start 3.491 1.319) (end 3.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bffefc57-2cab-48bc-9892-9d47667d2506)) - (fp_line (start 3.531 -1.04) (end 3.531 -1.251) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 20426a00-be82-4cce-a760-22b739a78ebd)) - (fp_line (start 3.531 1.251) (end 3.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f7c609d0-9e39-4838-818d-2488a300de31)) - (fp_line (start 3.571 1.178) (end 3.571 -1.178) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3648025b-18ec-4eb9-9a99-f1e24d8b850e)) - (fp_line (start 3.611 1.098) (end 3.611 -1.098) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fba05081-3277-4efc-b6c0-bde6b28b0f63)) - (fp_line (start 3.651 1.011) (end 3.651 -1.011) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b4eb5b6f-a0c1-4b75-ae99-5a403985937b)) - (fp_line (start 3.691 0.915) (end 3.691 -0.915) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c7accc39-b93c-4a3d-aef5-6ab53fa7c9ba)) - (fp_line (start 3.731 0.805) (end 3.731 -0.805) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ddd95165-cfa1-4b48-b14e-9c5ea6d220b5)) - (fp_line (start 3.771 0.677) (end 3.771 -0.677) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 23bd6c31-4a9f-47a8-9a2f-ce72280150d3)) - (fp_line (start 3.811 0.518) (end 3.811 -0.518) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2f9b7740-8f5d-42bb-aaf3-94089d53f241)) - (fp_line (start 3.851 0.284) (end 3.851 -0.284) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3d20fa23-864b-475f-9128-0ea225d0c5b0)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 1e55b9c8-991a-4ad9-acd9-e3958167a7c4)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 2ad726bc-e8bd-4c34-8696-4a9d8b122b8e)) - (fp_line (start -0.883605 1.0875) (end -0.383605 1.0875) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 32817981-d6c5-4ff2-8734-7e7e6c4f553f)) - (fp_line (start -0.633605 1.3375) (end -0.633605 0.8375) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 76b1fd11-2117-4016-b43f-51668088335b)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp a3226803-403e-4d73-ac7b-b8dad104ecc5)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 681a9cfa-f5b0-4dc3-9f68-aaa5353a73ef)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp d659deb1-5429-4ec2-8a41-01acb331b1ec)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fca7a) - (at 86.36 55.88) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005da131fb") - (attr through_hole) - (fp_text reference "C2" (at 1.25 3.75) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp be76a3b2-8d37-4e42-b813-57c587cd2a0a) - ) - (fp_text value "10u" (at 1.25 -3.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ee62c594-4ffc-4d18-b528-4968cccc9765) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 40a4d7b4-2249-408d-9912-98e6ec661df3) - ) - (fp_line (start -1.554775 1.475) (end -1.054775 1.475) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4adb5086-8d39-4a83-923e-584a1fd501c8)) - (fp_line (start -1.304775 1.725) (end -1.304775 1.225) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 20890f79-b488-4d96-bdcc-e44e68d6615e)) - (fp_line (start 1.25 2.58) (end 1.25 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 148e8993-6533-447b-b800-fde1725ed2f3)) - (fp_line (start 1.29 2.58) (end 1.29 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 406f3195-a3b6-4ed6-82f0-fb4fd66fac6f)) - (fp_line (start 1.33 2.579) (end 1.33 -2.579) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aca46f9e-6117-4936-a460-9558d158aed9)) - (fp_line (start 1.37 2.578) (end 1.37 -2.578) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 327fb5bf-3605-4f51-8573-7cac7d6e2730)) - (fp_line (start 1.41 2.576) (end 1.41 -2.576) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f9a2fab-30f8-4dc2-92b9-93acd7d18d7b)) - (fp_line (start 1.45 2.573) (end 1.45 -2.573) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 82d33ced-c245-4bfa-b899-a4e640f2eb67)) - (fp_line (start 1.49 -1.04) (end 1.49 -2.569) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2d54431c-99a4-42b3-ad83-1adea2dc8474)) - (fp_line (start 1.49 2.569) (end 1.49 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe988560-e279-423f-81c7-32d7fd18ecbc)) - (fp_line (start 1.53 -1.04) (end 1.53 -2.565) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cf5bf6b0-a8f0-4157-a562-26df36321879)) - (fp_line (start 1.53 2.565) (end 1.53 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ea0e035f-6798-494f-b97c-26c99c6aef13)) - (fp_line (start 1.57 -1.04) (end 1.57 -2.561) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 83a6a1b0-1a79-48d6-a61b-688af6444c45)) - (fp_line (start 1.57 2.561) (end 1.57 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5931e468-6e5f-4a80-a65d-6c23c6de55b6)) - (fp_line (start 1.61 -1.04) (end 1.61 -2.556) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 657541ae-fd3f-48b3-80eb-2a06c1747dd4)) - (fp_line (start 1.61 2.556) (end 1.61 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5cb682f5-4e6e-46bb-b1e5-37645e63a623)) - (fp_line (start 1.65 -1.04) (end 1.65 -2.55) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e116221e-a871-4abf-a49d-1fbf9dbb2974)) - (fp_line (start 1.65 2.55) (end 1.65 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cf0ad88c-60d5-4ead-ba7c-022f186c5ca1)) - (fp_line (start 1.69 -1.04) (end 1.69 -2.543) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 606594d1-c40f-4a0f-ae8b-00f33ccfbf16)) - (fp_line (start 1.69 2.543) (end 1.69 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3ddfd4d0-a706-4f50-aa22-c792f88e92f4)) - (fp_line (start 1.73 -1.04) (end 1.73 -2.536) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8cfc5f6b-d958-4834-ad50-7c4aef6d7500)) - (fp_line (start 1.73 2.536) (end 1.73 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d1710088-e1fa-4b12-b06f-5969d2902fc2)) - (fp_line (start 1.77 -1.04) (end 1.77 -2.528) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 18eb512d-3aea-4e7b-bcca-2ef341fffb09)) - (fp_line (start 1.77 2.528) (end 1.77 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp afdad62c-4373-4f5e-bcfa-003610b470bd)) - (fp_line (start 1.81 -1.04) (end 1.81 -2.52) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c0d39735-500c-4ba7-b9aa-2da1c4084624)) - (fp_line (start 1.81 2.52) (end 1.81 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5247924e-09b0-411c-a4fd-e151e436f59c)) - (fp_line (start 1.85 -1.04) (end 1.85 -2.511) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1871faa1-6629-482f-96fa-3b5af846df62)) - (fp_line (start 1.85 2.511) (end 1.85 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 835f51a2-176b-4dae-be39-eae16007f899)) - (fp_line (start 1.89 -1.04) (end 1.89 -2.501) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b1e0bb4-1b15-4349-9f4c-41772fd6af44)) - (fp_line (start 1.89 2.501) (end 1.89 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8f0ebe50-e8e9-4c00-a328-ee460a9fa6b5)) - (fp_line (start 1.93 -1.04) (end 1.93 -2.491) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9906f43-adae-484b-9cae-35b06ea31188)) - (fp_line (start 1.93 2.491) (end 1.93 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp caa0c8dc-8239-4c85-8339-3dddc4fc3d92)) - (fp_line (start 1.971 -1.04) (end 1.971 -2.48) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a1c2551-15cf-4279-ae3d-d8878894319a)) - (fp_line (start 1.971 2.48) (end 1.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 74d4f585-d6c1-45bc-b8a0-a7d6ef8f8bb2)) - (fp_line (start 2.011 -1.04) (end 2.011 -2.468) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5e423377-a2ab-46ff-ac46-3b7027ced77b)) - (fp_line (start 2.011 2.468) (end 2.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e840d256-fcbf-4d1a-a2f2-eae0432dc69c)) - (fp_line (start 2.051 -1.04) (end 2.051 -2.455) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cdbd0440-debe-4071-8ca3-81e9070d5140)) - (fp_line (start 2.051 2.455) (end 2.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 88af6ea7-290b-447a-b2ff-824493c7fdb4)) - (fp_line (start 2.091 -1.04) (end 2.091 -2.442) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a98d8445-32b2-4d55-9495-3701e81d7889)) - (fp_line (start 2.091 2.442) (end 2.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4e1e4039-4147-4dda-a035-c5430cb97c03)) - (fp_line (start 2.131 -1.04) (end 2.131 -2.428) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b39c19b2-fda5-4e48-b183-cefb46c8682b)) - (fp_line (start 2.131 2.428) (end 2.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f0f92f75-2ab5-4aaa-8bd4-a3af51d4e984)) - (fp_line (start 2.171 -1.04) (end 2.171 -2.414) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2ec78ac4-4cc5-4451-88b6-65255dc4f54a)) - (fp_line (start 2.171 2.414) (end 2.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e0c743f4-6bf3-442d-8a49-47a2e84f8993)) - (fp_line (start 2.211 -1.04) (end 2.211 -2.398) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 91439cd2-dcb8-472b-8e31-7f84164d218b)) - (fp_line (start 2.211 2.398) (end 2.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 50a2bfa2-0560-49c4-b4d1-8da91001b66f)) - (fp_line (start 2.251 -1.04) (end 2.251 -2.382) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 118bbe4a-d816-40d6-9bd5-db2368a0a40f)) - (fp_line (start 2.251 2.382) (end 2.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ca9b55a9-7447-4abf-b67f-0b183f323338)) - (fp_line (start 2.291 -1.04) (end 2.291 -2.365) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5d2905a1-c65b-4fe9-b744-79410ae90eba)) - (fp_line (start 2.291 2.365) (end 2.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp abd31553-b8f0-4f12-9093-07593a04ed45)) - (fp_line (start 2.331 -1.04) (end 2.331 -2.348) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b9688e7a-90b7-4466-8a0e-ba708cca67ea)) - (fp_line (start 2.331 2.348) (end 2.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bfd05c34-026b-48f4-bff5-2ebf135766f6)) - (fp_line (start 2.371 -1.04) (end 2.371 -2.329) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 123b937c-b9c0-405f-aa43-7dd5d104fb9c)) - (fp_line (start 2.371 2.329) (end 2.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1bff5c73-3757-4f71-a575-a28ea2845943)) - (fp_line (start 2.411 -1.04) (end 2.411 -2.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1951073e-d2e8-41f8-bac4-364c0730c4ed)) - (fp_line (start 2.411 2.31) (end 2.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d03d6ea4-bbf0-485f-8981-f93b98bad01a)) - (fp_line (start 2.451 -1.04) (end 2.451 -2.29) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7539778c-10a9-444b-adce-f45204281873)) - (fp_line (start 2.451 2.29) (end 2.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d6cb6543-e2f4-40c1-b058-b15e41ec666f)) - (fp_line (start 2.491 -1.04) (end 2.491 -2.268) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0bc7e73-abd8-4e0f-99ee-8e392503bbf0)) - (fp_line (start 2.491 2.268) (end 2.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 56cdc40f-3532-49b4-b400-33497ba1202f)) - (fp_line (start 2.531 -1.04) (end 2.531 -2.247) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a67ff67b-3251-4ad5-a689-fa7582926f7b)) - (fp_line (start 2.531 2.247) (end 2.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e5b76488-758a-4520-98ff-78b287790908)) - (fp_line (start 2.571 -1.04) (end 2.571 -2.224) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2e085339-fda5-474f-bb71-ff0af5ed6f8a)) - (fp_line (start 2.571 2.224) (end 2.571 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f3ed52b0-367c-4eb0-9ac3-bb84ae159454)) - (fp_line (start 2.611 -1.04) (end 2.611 -2.2) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 489a4de6-2a61-4879-94df-7b377fc73b0a)) - (fp_line (start 2.611 2.2) (end 2.611 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a27e7ebe-de7f-440d-a53a-259eca37e74b)) - (fp_line (start 2.651 -1.04) (end 2.651 -2.175) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ea619274-4e1c-4cbe-b722-83a736bfdbc5)) - (fp_line (start 2.651 2.175) (end 2.651 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 470cc198-7934-4a50-abe9-17f8de73e9d6)) - (fp_line (start 2.691 -1.04) (end 2.691 -2.149) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4d73f552-d7af-444b-98f2-5b55926fd55f)) - (fp_line (start 2.691 2.149) (end 2.691 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f5845918-87c3-4464-b4a4-0f96821304a6)) - (fp_line (start 2.731 -1.04) (end 2.731 -2.122) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 875e3ddc-3b26-4cb8-92fd-21d701af5a20)) - (fp_line (start 2.731 2.122) (end 2.731 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9817c67e-8da6-4050-b706-130b189bac0e)) - (fp_line (start 2.771 -1.04) (end 2.771 -2.095) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 69edce2d-7e51-47b5-8a45-3f3eb6ae51ee)) - (fp_line (start 2.771 2.095) (end 2.771 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a17241af-de4e-4af2-b716-95625c14a813)) - (fp_line (start 2.811 -1.04) (end 2.811 -2.065) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 72873d81-e068-4e74-adda-947879547e3b)) - (fp_line (start 2.811 2.065) (end 2.811 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0e4dc4e-b009-47ff-a586-b622694b50c1)) - (fp_line (start 2.851 -1.04) (end 2.851 -2.035) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 168b3933-7cbd-47fe-bf4a-f39e84542911)) - (fp_line (start 2.851 2.035) (end 2.851 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 39336b02-5c6d-40f9-aa31-3614674d2053)) - (fp_line (start 2.891 -1.04) (end 2.891 -2.004) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp af35bb8a-2ebc-49a3-9498-bad43e6b3698)) - (fp_line (start 2.891 2.004) (end 2.891 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ea639839-c3c6-43c1-95a8-4659cd06f784)) - (fp_line (start 2.931 -1.04) (end 2.931 -1.971) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ddb3dede-372e-4adc-9129-6bdb8f664f96)) - (fp_line (start 2.931 1.971) (end 2.931 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 68e28c54-ec01-4d8e-90d3-e5a5990ff4d9)) - (fp_line (start 2.971 -1.04) (end 2.971 -1.937) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 319b32a6-5b18-4b42-b7fc-bad699d7cda5)) - (fp_line (start 2.971 1.937) (end 2.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8a16d8c2-3a11-4a49-9bbe-29166f3d5220)) - (fp_line (start 3.011 -1.04) (end 3.011 -1.901) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4deb7929-f9ff-4d3a-9aa9-8207f8845b8a)) - (fp_line (start 3.011 1.901) (end 3.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 88c0406e-e639-4d23-a4ae-700db0833bac)) - (fp_line (start 3.051 -1.04) (end 3.051 -1.864) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fc65034a-463e-449d-8548-26ab857a0d58)) - (fp_line (start 3.051 1.864) (end 3.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 29252cb6-304b-4e7a-932b-1458a37d91c7)) - (fp_line (start 3.091 -1.04) (end 3.091 -1.826) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6fb62a72-700c-4be3-ad84-0ecc3090299a)) - (fp_line (start 3.091 1.826) (end 3.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b9acc2f-ef4f-4e2c-8714-22808ca757e2)) - (fp_line (start 3.131 -1.04) (end 3.131 -1.785) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f5d1ece2-13b9-4349-9cc1-84b6ca44b2e8)) - (fp_line (start 3.131 1.785) (end 3.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f0d431c9-1c6a-4094-8695-fb833bdf2541)) - (fp_line (start 3.171 -1.04) (end 3.171 -1.743) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1242f257-4afe-4d10-97d2-ce794f061b93)) - (fp_line (start 3.171 1.743) (end 3.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d46980c6-85d2-48b0-808c-95e3661d9680)) - (fp_line (start 3.211 -1.04) (end 3.211 -1.699) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77d45c10-c7e2-4bb0-a53e-64f5fe16615c)) - (fp_line (start 3.211 1.699) (end 3.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1afe675f-afd5-468a-8cdf-094720747897)) - (fp_line (start 3.251 -1.04) (end 3.251 -1.653) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f96d2abe-c814-4f53-bad5-4e7dfd5753b0)) - (fp_line (start 3.251 1.653) (end 3.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe9c6e72-3cec-4b74-af7b-e7d444cb9d9a)) - (fp_line (start 3.291 -1.04) (end 3.291 -1.605) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 366ce865-607d-4a5c-99b3-43ce0dc54c2c)) - (fp_line (start 3.291 1.605) (end 3.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cdef123b-c4d3-49c3-9c0e-c8bdc069242f)) - (fp_line (start 3.331 -1.04) (end 3.331 -1.554) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bc80fef2-36a2-46bb-acd4-9c6cf37ae035)) - (fp_line (start 3.331 1.554) (end 3.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 32f326dd-be59-4b83-8496-58aa667e2ec3)) - (fp_line (start 3.371 -1.04) (end 3.371 -1.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ac6ecad5-4456-4c30-919b-b2bf74915f11)) - (fp_line (start 3.371 1.5) (end 3.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 920f6106-0583-40d5-b635-7e9c819f111f)) - (fp_line (start 3.411 -1.04) (end 3.411 -1.443) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c9bcb575-d30d-4fb4-b7e2-680cfb44465b)) - (fp_line (start 3.411 1.443) (end 3.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0bbc9fac-e34b-43c0-97a0-a9b881594c9f)) - (fp_line (start 3.451 -1.04) (end 3.451 -1.383) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6a7228cc-9b0f-4e39-a37a-5752116f8a08)) - (fp_line (start 3.451 1.383) (end 3.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 09a5a9cd-2f86-4258-9131-4d9d9e824c90)) - (fp_line (start 3.491 -1.04) (end 3.491 -1.319) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a2a394e7-0a91-4f42-a38b-18bbff2eee76)) - (fp_line (start 3.491 1.319) (end 3.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0f24219f-1b2c-4bf4-b8db-7a77bcd5bb1d)) - (fp_line (start 3.531 -1.04) (end 3.531 -1.251) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ea32149-06af-4b5b-ae66-b048ee63dd34)) - (fp_line (start 3.531 1.251) (end 3.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 14127cf7-fc3d-4da6-9042-3e5b12229364)) - (fp_line (start 3.571 1.178) (end 3.571 -1.178) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp db9acfda-f76f-4265-bf01-5a25de47e683)) - (fp_line (start 3.611 1.098) (end 3.611 -1.098) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b96107c8-f9f9-4842-8b56-0558a33150c5)) - (fp_line (start 3.651 1.011) (end 3.651 -1.011) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 25696c94-b228-4252-a7d1-302ec75b316e)) - (fp_line (start 3.691 0.915) (end 3.691 -0.915) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 870c3a08-66eb-4de7-ac04-8acbf6745d13)) - (fp_line (start 3.731 0.805) (end 3.731 -0.805) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2c4843cb-b617-45af-ba58-7ed0e0313ea4)) - (fp_line (start 3.771 0.677) (end 3.771 -0.677) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 80a28eaf-9575-446b-bbd1-f964c3816489)) - (fp_line (start 3.811 0.518) (end 3.811 -0.518) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c98bb548-f8ac-4e0b-a719-60a7bc2f14fe)) - (fp_line (start 3.851 0.284) (end 3.851 -0.284) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a2e14357-aa79-454d-a562-bd0a75d12fef)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 8868991a-efa4-4051-9c47-63ce9e56f3f2)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 033886dd-8f51-457c-aa42-94aea2c9b635)) - (fp_line (start -0.883605 1.0875) (end -0.383605 1.0875) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ff5b94f-6fe9-4f0e-8d35-6d61980f617b)) - (fp_line (start -0.633605 1.3375) (end -0.633605 0.8375) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1a1909cc-fcfc-4b43-b8ee-c029430930ed)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 80c50afe-7c60-44ef-804a-85c89bff20df)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp d93734c0-f615-45e7-97cf-db41d3b4160c)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp a7be9205-1144-4c50-8b89-7a5e634f740d)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fca8f) - (at 68.58 137.16 180) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d0b0dd1") - (attr through_hole) - (fp_text reference "C3" (at 1.25 -2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f8f319fb-dba6-45fe-839a-0027efb546d6) - ) - (fp_text value "0.1u" (at 1.25 -2.3) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4b52489e-9b7b-4a30-bc70-2a5e559d7edb) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp 8cc0258e-d82f-4b40-b049-5f4e26c1033d) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3a6a0414-ac8b-4827-960f-9aeb5a6af77c)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b154e728-efc7-4c88-9660-dab325afa904)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 74851ce7-18c5-4074-b745-3791c21ad461)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 30639a2b-5402-41d1-8a42-407f86c09fa2)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 04b096e6-3409-4822-92dd-135dc1fb26d1)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fa5ae2c6-0fda-4c11-8be9-e9b111074984)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c1573256-fd59-48fd-864c-65ab2ba6bf21)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 178a4b1e-e663-458c-b778-c0e412722203)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0624331b-3ce9-4cd2-8e6e-147b037ab04d)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eb5f6929-9cda-4fb7-a662-15acc3146bee)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66dfa5de-582c-459c-90d4-a001d405b206)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0f85d25c-21cf-4e27-ab71-8f41b1fc143e)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ad1c7b19-704a-4811-a769-ea85516324ce)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1d44c891-b24b-47bd-9adf-505663e02fba)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 4467c84a-7c02-47ff-b5b2-c7159d6410e6)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 72135ace-0954-49df-b1bc-de28a6bb0450)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcaa4) - (at 63.5 122.555 180) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d0b1093") - (attr through_hole) - (fp_text reference "C4" (at 1.25 2.3) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 25f3b56d-efb8-41c9-afc6-9ac63e5ed8b5) - ) - (fp_text value "0.1u" (at 1.25 -2.3) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8719e18a-8954-4c5c-9a58-e6fe03eb959e) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp 2cc71408-a9b2-4e00-8511-10d6b3616191) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3acc3e3e-a8a6-4622-8776-f9693ff430bc)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e50b13af-d737-4daa-afdf-e6cfff3436d0)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 79c22ccd-f5d6-40cd-9a4f-bf9f818cc1e7)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ccc92914-dcca-4a6e-abca-8de1c97f278b)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94964f2a-bac8-4675-bdb3-d1720ec90e4d)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96270385-56ff-4426-8978-8dfb701d306e)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 308ceffe-e41c-4834-9bc8-5d2fae3475e7)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e5411d28-0299-4505-8773-b2ab1b21df1f)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp af28507d-5cae-4864-b71d-2be2684309b6)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4c2d33dd-6522-43c8-8f79-d630a44f8840)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cd48bdc9-0ccb-48e6-8d39-4cff051a2023)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6830b7ef-a0a2-4faf-b383-444e740c7ee9)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8577d735-946d-49c7-bd05-c54984924c42)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 522f5c71-5e3b-4f4f-8d76-0651d0e25ea0)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e0c0656a-65ba-4222-b6a3-92a4f68a8ede)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp c670c4e4-7ad5-4205-9779-e41628d6ec92)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcb28) - (at 88.265 98.425) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cffa9d0") - (attr through_hole) - (fp_text reference "C5" (at 2.5 4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9266995e-5526-42ac-973b-296e2e7217bf) - ) - (fp_text value "2u2" (at 2.5 -4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6adf3be6-00b3-47f5-90f9-7e62b74de71e) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fe9a2b2b-4d66-4acb-85fa-fd9b316e5b46) - ) - (fp_line (start -1.22 -2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c3a702e3-9980-4ea4-b258-d3230d9a8391)) - (fp_line (start -1.22 2.87) (end -1.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c9f98862-c7c3-4b10-8a23-70ad558d37cd)) - (fp_line (start -1.22 2.87) (end 6.22 2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1243bb05-e213-407e-a6d2-ea587ab8ff8b)) - (fp_line (start 6.22 2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6ff49f8b-8515-4c4e-8fc6-2092ecb9754e)) - (fp_line (start -1.35 -3) (end 6.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f89efc87-db8e-41a1-bca4-f72c96607ae7)) - (fp_line (start -1.35 3) (end -1.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f3224e82-f4ec-45b2-a35c-fd152b3d4beb)) - (fp_line (start 6.35 -3) (end 6.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9eb8e603-cb37-42f9-8c9f-0f35d64037e5)) - (fp_line (start 6.35 3) (end -1.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39e755a6-36da-453f-bf16-2fd1dd33c221)) - (fp_line (start -1.1 -2.75) (end 6.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 62a935e5-a26e-4b4d-85fd-bc6790478290)) - (fp_line (start -1.1 2.75) (end -1.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fa90c560-8769-49d2-baa9-0708bf8f3350)) - (fp_line (start 6.1 -2.75) (end 6.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4830954d-3e82-4a67-a3cf-b3174c224715)) - (fp_line (start 6.1 2.75) (end -1.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 23750040-49af-46bf-ae46-7026f77d3f21)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(C5-Pad1)") (pintype "passive") (tstamp 7ca5107b-f81a-4b86-a376-c2c2b25cca01)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C5-Pad2)") (pintype "passive") (tstamp fbca1f77-db68-4417-934b-c0941d3d42d6)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcb3d) - (at 99.1 122.555) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005da131fe") - (attr through_hole) - (fp_text reference "C6" (at 1.23 -1.905) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 475b9815-15cc-49cf-8f4d-3871c70cb893) - ) - (fp_text value "0.1u" (at 1.25 -2.3) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 33769d2c-08d9-45dd-8957-e0adcb25751e) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp 90ff6879-fa2c-406b-9919-e750c1b550b3) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b61585ca-2c42-49de-94b6-41ef00553bb0)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c0a80427-9ccd-4a4b-8a7f-487f7f10f5c1)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1aa4adce-ccf3-4412-bf95-1c9d2a9b69a9)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a74f38ab-2abd-4be5-9dc8-4384449640ea)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp db471e27-ad48-4186-90b8-1257b1513a02)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b06d3fec-00d3-4fe5-9d21-50eb010d9e71)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp acafc306-8d94-444d-9421-5b9f58ba12ca)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0cb8a94d-d027-40b9-849d-b7f34d8446af)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6500a5f2-a5cc-40c3-8163-f314c5755e60)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ad1a0766-6769-46b5-97f9-d9332a5adf50)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 03bef70a-73d2-44c3-8dba-14e065147cff)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dfc3838e-7cbf-402f-8b19-de3c288f721c)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cdaf8fb2-64f0-4a3b-b4d0-281bb008a629)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e2b5320b-dee0-4a0b-b748-59333b6a3928)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp c7c3788a-5cf1-4305-82c3-a77bfd32e7d2)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 35afb8f7-b415-4e5a-9e2c-8614fcd0ebd7)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcb52) - (at 81.28 126.365) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005da131ff") - (attr through_hole) - (fp_text reference "C7" (at 1.397 2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0599d9f3-5b9f-462d-b47b-fe34bbcba595) - ) - (fp_text value "0.1u" (at 1.25 -2.3) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6acf067c-7447-4d4e-ae4e-eda7be0043b9) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp 38fcd9be-a123-4f1f-b25f-7f19bf5186da) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8cb70fea-f2a6-4b7c-8127-7d3b9e2656f9)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6c18df51-abfc-4ac8-a3b4-4f0268318ec0)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b3d2b28f-eb41-4e3c-9994-d82c7c75992d)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 506f59f5-9815-4241-a35d-a2e832ae230b)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5f7224a3-7feb-4654-b4d3-03c8e1f7bef4)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 86f0f92a-6912-498c-82a9-26ecd38a3ac0)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aaed94b8-8181-4e16-9077-0be8dde321df)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bfda37f3-bb2f-4674-aebc-01326c4c25fe)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 91f83f35-d07f-4fc9-8245-9227ba7948c0)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp baa82398-925a-4978-a45a-b6b54ca809e0)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0d7eb35f-5e17-41e6-b82c-40a461cd611e)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 203f3b8c-834b-4a26-b3da-39c6cab89ada)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 476846ff-3e8a-49b5-a763-b78f6f005fb7)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 41667e8e-bd36-4a55-9ea6-7356535b7561)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 803e10ce-c57d-4ff0-9947-bb46bc6b141c)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 28dc053b-2622-43b6-b031-5f10a69dba14)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcb67) - (at 62.865 137.16 180) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cd12b65") - (attr through_hole) - (fp_text reference "C8" (at 1.397 -2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 083e142e-a6e0-4df4-af13-2e1d9363811c) - ) - (fp_text value "1n" (at 1.25 -2.3) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 360b7d4d-6bf3-464a-a48d-77b4cf783696) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp a616bb96-2013-471a-9606-7d51485c07e0) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd43de89-f8a4-45d9-ad54-be043fc8d625)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d6c37c42-42fd-42fa-9f67-5696a9f32f98)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 34688e6f-a076-4062-b43c-544b713de4c7)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 67c923cd-f7ee-4de7-9ebd-704728f2c339)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6cb97e43-c849-440f-8a1f-f69692d8a22a)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5f4afe36-bf8d-4983-8a42-000f2aad7bdb)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 227040b1-a236-4f33-8df1-25751d446076)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b8a8c0e8-92da-42a5-b8a7-fd65e9fe4dbf)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 73aab6c2-43c1-4618-892e-2f7fa41df911)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aab2d807-1dd2-4368-9f04-f4e0bfbc84f3)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 50c2e559-033a-4b41-a158-3493ece223ab)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 77b8239a-3967-41f4-9ff1-d78bf5ec55f6)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a32cd6c6-3541-44aa-99c5-50797c5a50db)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 67116307-a8bc-430b-b5cb-5b8329c661f0)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 44 "Net-(C8-Pad1)") (pintype "passive") (tstamp 51b1d6ab-1096-4248-8107-9208c5b7e5ce)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(U1A-+)") (pintype "passive") (tstamp fa257cd3-9993-46b8-a919-0726560e33e9)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcb7c) - (at 66.675 107.315 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cf15091") - (attr through_hole) - (fp_text reference "C9" (at 1.25 2.3 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f5c8905b-a80f-463e-b4e9-9fec8577f644) - ) - (fp_text value "0.1u" (at 1.25 -2.3 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ba0f3874-d2e0-491a-91fc-2e7765cbf6ea) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp ddf6d4c1-4353-491f-9c4a-74b9231c0462) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7b3ddf35-a2f1-4520-aae9-bb1c03988560)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8b301de-3202-4f4e-b8d7-436761c013ec)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0978d576-5109-475f-be67-263e71226416)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2667dfd3-6231-428d-bad0-d4b8a62a5d64)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 90fc791f-abca-4640-8b67-7018e6788ddf)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dfdf9ea5-9d79-4ec9-ba49-906b728de76b)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 61bc9a13-44f2-413b-aa2a-99b66e672471)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f7580667-02af-4694-a24f-3d4aba917101)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6d16018f-dc23-4f7a-8bf8-cf00557c4828)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3cdee07b-3d7a-4ecb-8e0b-f32b75925eec)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b53af34-4cf8-4ea4-b831-d34aee9c8d8a)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 85bbdacd-b748-4cc9-986b-67bd6f45572f)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 92869ed2-5a3b-4e78-9544-57e7fb1cf758)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f6d94747-9cdb-4146-9b23-9bbbd8d8be48)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 48aef6b6-85a8-4247-b50e-a9b9b3e8b022)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "Net-(C9-Pad2)") (pintype "passive") (tstamp 4c477ae1-7a82-436a-a10c-117ea0da420b)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcb91) - (at 78.105 126.365 180) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cf14943") - (attr through_hole) - (fp_text reference "C10" (at 1.143 -2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d79baff6-bc0c-4232-bddf-393b218aec85) - ) - (fp_text value "10n" (at 1.25 -2.3) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 653d4197-1e6c-4c70-9b09-9b4cc1727ac9) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp b30fe51b-8d57-4a81-8767-74e88402ae4a) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e6e9ed30-6bbb-4cc5-b386-7d350dd59052)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2684213f-0cd3-4276-8943-cac6f6d32a6c)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b78cafde-f2b2-405d-be38-d3768b66c1d3)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f2b602e7-bf4a-46bd-9a96-8d42dca50646)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ddf62b88-f1d2-490b-941a-2aa42f721890)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2850c7da-58a4-45a3-96c9-7b78e06b7c58)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b14deb1c-18f0-47dc-b9a5-98b7a85223a2)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c81105e8-2168-470c-8e3e-40d0738cf13a)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp caddd6e0-46ac-438f-b88b-b44cc524d02b)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e1d37849-0e92-466c-95f0-ea1cc79f8ae0)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f90b5703-ff2b-4618-a2d3-90712d1224c0)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a29c5c14-78fb-48a9-b130-c67573bd567c)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 33f79466-83ec-4950-b060-2da6cbf0233f)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 693ce496-859c-488e-a0d6-7117451383c6)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C10-Pad1)") (pintype "passive") (tstamp 039b6786-f389-4e55-8aea-8c31296377fe)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(D1-A)") (pintype "passive") (tstamp c14f4eb9-b2fd-4798-9763-ef1e88a71236)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcba6) - (at 90.17 111.76 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cf0bdea") - (attr through_hole) - (fp_text reference "C11" (at 1.25 2.3 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e003fedf-fb31-4c74-9bfa-47f48cccf786) - ) - (fp_text value "0.1u" (at 1.25 -2.3 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ac5b6932-a681-4fc9-8935-b7c157f287a5) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp 734a1f8a-d12e-4950-b003-cdbdc152a84d) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 12e02d8d-d124-4f24-b610-8632b0ea7011)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 838e3dc0-1db8-427a-9d13-c8691452315e)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5d0da783-54a3-43c7-a98d-8161d1715366)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2f9f9554-b00c-4d48-89c7-a2d87648a55f)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f6ade53-7f9e-4b6b-8f89-6634c79c37e7)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 10d304e5-8ef8-4a9c-bae2-be36c55535c8)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5dca6496-95c1-474a-9e8f-94dea63062b7)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f40dd78a-f8f5-4c97-85d0-dbd4dba8be48)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ae235b3-88c7-4ccf-8d59-75b7f82e1d23)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b562f89d-16a6-4c7a-8bc7-aa25783852b9)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fa32b5d1-3988-491b-b28a-c80f53bae5ce)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2a85b83-64b3-45ee-9945-2f028bd7b20d)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 21df48a5-5e2f-4fc7-aafa-0ddcdd09eeb6)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bb55c01d-de95-4be0-ad54-981cb9863249)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(D4-K)") (pintype "passive") (tstamp d59ff302-44f3-4b6d-ac56-edec2d9fc66e)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 46 "Net-(C11-Pad2)") (pintype "passive") (tstamp bf5b2f92-e194-41b6-8477-91df5ddaa3fd)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcbb9) - (at 53.34 120.65) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cf2f070") - (attr through_hole) - (fp_text reference "C12" (at 2.5 4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7b72db97-79fa-469d-96f6-4659221863eb) - ) - (fp_text value "2u2" (at 2.5 -4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d75413a4-e664-468e-a0e2-292aca515739) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 16e9e2eb-a4bb-41a9-83dc-abacf599d95c) - ) - (fp_line (start -1.22 -2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4fdbedde-27be-4ed2-8d59-9ea87dcca2ba)) - (fp_line (start -1.22 2.87) (end -1.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7327aa41-b6ae-4a79-98e4-5010983d55b3)) - (fp_line (start -1.22 2.87) (end 6.22 2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f86e8a28-f7b9-4d30-ac89-c00bada95f81)) - (fp_line (start 6.22 2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 673ebf09-b7d0-4ff5-91ff-ded03424a087)) - (fp_line (start -1.35 -3) (end 6.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 04a9feaa-b71d-45ac-95b9-77d40e5850a5)) - (fp_line (start -1.35 3) (end -1.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4c8356ef-f71e-4361-9518-e25419675f30)) - (fp_line (start 6.35 -3) (end 6.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a72f029e-7ade-45e6-82e9-fe35bb66504c)) - (fp_line (start 6.35 3) (end -1.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e93e2146-55bc-4fe1-b6ae-d72ddb8a6659)) - (fp_line (start -1.1 -2.75) (end 6.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 406daf19-f7ce-4851-b17d-c35247be6de9)) - (fp_line (start -1.1 2.75) (end -1.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d9daf2ea-be90-4dfc-8c0c-866eadcab768)) - (fp_line (start 6.1 -2.75) (end 6.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 05bfdb97-5bfa-4e27-b3a4-44d55046c524)) - (fp_line (start 6.1 2.75) (end -1.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 24d7e5a0-9bc2-47ae-9799-c7a7ff4928da)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(D3-K)") (pintype "passive") (tstamp a7b74057-8b60-43c7-b61e-25ddbef9515d)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 0fb5a32e-2fed-4c56-ac68-3c7a2c38d720)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcbcc) - (at 63.119 106.807 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cf1ff0b") - (attr through_hole) - (fp_text reference "C13" (at 2.54 -3.81) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 93785ef9-48e8-4832-bbb7-50663b182120) - ) - (fp_text value "2u2" (at 2.5 -4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2af45835-1c28-402a-a790-39352b8583b6) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f99907f2-7675-4f1d-829e-ff7f95f30ada) - ) - (fp_line (start -1.22 -2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 138e8e48-8725-41f8-8931-700093fc3e8a)) - (fp_line (start -1.22 2.87) (end -1.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f646f913-27f8-4b17-aeb6-90cfa5b9c067)) - (fp_line (start -1.22 2.87) (end 6.22 2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d85b941f-1bb1-4a5f-993e-a4b7273423a3)) - (fp_line (start 6.22 2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8d2a1e2e-8723-492c-95b8-205ff2f2c009)) - (fp_line (start -1.35 -3) (end 6.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 70780997-5028-4545-902e-10de664d6cc1)) - (fp_line (start -1.35 3) (end -1.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d3de9826-123c-4e13-bd53-9a3e5d43471a)) - (fp_line (start 6.35 -3) (end 6.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 732047d5-3800-4403-831d-4ec91541ad48)) - (fp_line (start 6.35 3) (end -1.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a2241d50-f589-4770-aedd-38eb6a4e0fd1)) - (fp_line (start -1.1 -2.75) (end 6.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fce4603a-57e9-4344-a460-4637b3edcbe7)) - (fp_line (start -1.1 2.75) (end -1.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 72a4b993-6280-420f-9d2f-8ca01b808cb0)) - (fp_line (start 6.1 -2.75) (end 6.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c6bcabe1-59bd-46e2-95cc-5782c492ac89)) - (fp_line (start 6.1 2.75) (end -1.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1de00a26-f182-4bd9-afee-8f8bea48ce7d)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Net-(C13-Pad1)") (pintype "passive") (tstamp d07d9f9d-6314-4706-bfec-a5c44a374ce6)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C13-Pad2)") (pintype "passive") (tstamp dfa5aec7-6f44-4dcc-9ed7-6fb038b6c6fe)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcbe1) - (at 53.848 153.376 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d08e8cc") - (attr through_hole) - (fp_text reference "C14" (at 1.25 2.032 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4443518d-7004-4b45-8f5e-ed631b362204) - ) - (fp_text value "10n" (at 1.25 -2.3 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 64aeb219-e919-4034-9d6b-6b60c8c80532) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp 8ce6a883-ae8e-402d-abe1-5b4987617fcf) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 659aa19e-d7bd-428a-a3da-d7b6836e42c6)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2e4683f7-46c4-4c9b-a817-5239a796c901)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bfbc233f-0ec1-4f08-aec3-0998120567a1)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 243fe665-eb18-4089-97ce-0aa4ddb192c7)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a6171563-7a47-4102-8f34-5538949407ed)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 37ba6720-c1d1-49d1-b446-a01dfe3550f5)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b47ab946-a087-411b-a925-e2a7be85d7b2)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3b7a0d4a-b690-41af-80a4-bb56578501c7)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d4a0a984-2821-41a3-817a-7496efb10bf1)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4370bc26-d018-4106-9587-ef45d81040d1)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 88276c71-a061-4ae8-b03a-ae50907c2dc5)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 113a587a-109b-4e96-ba7a-4674501b3e58)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8cd8e03d-f06d-4466-b6b9-fd2e70dfe588)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1d225aaf-a77a-4081-b923-47e7bd77d6b8)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(D5-K)") (pintype "passive") (tstamp 8257c498-fe6f-4dec-a8e6-db0f1ea71233)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp fc2b1a78-02c0-4736-b68c-58f034749baf)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcbf6) - (at 107.95 122.555 180) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cf2a595") - (attr through_hole) - (fp_text reference "C15" (at 1.25 1.905) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ec51ea70-7481-4b88-a8c1-fe7f18c6bc45) - ) - (fp_text value "10n" (at 1.25 -2.3) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b929f1cb-b962-4448-b6e5-f729877833c9) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102)) (justify mirror)) - (tstamp 82d3e0fc-8da0-435a-bb52-4a79bcb786b4) - ) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d81af515-a5c2-4a97-b2b6-991abad95dc5)) - (fp_line (start -0.57 -0.925) (end -0.57 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 36ad799c-5a93-4620-8127-c61a0957da83)) - (fp_line (start -0.57 1.17) (end -0.57 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6d17d85a-5511-4a0e-b12b-a869b80ce290)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d285b007-89c5-48b3-a63a-91594ef4233e)) - (fp_line (start 3.07 -0.925) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd12f375-91ce-4d8f-9d82-3fcc3f8d5d53)) - (fp_line (start 3.07 1.17) (end 3.07 0.925) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp df3502c8-2370-4615-a5ed-a5c52155361c)) - (fp_line (start -1.05 -1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 34a80cd0-89e8-4281-8c5e-1f8dc65475b8)) - (fp_line (start -1.05 1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5cb3b91c-805c-4724-bf6a-1cbd13dd175d)) - (fp_line (start 3.55 -1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e681e544-241b-4235-ade1-a0f4dfaeb9ff)) - (fp_line (start 3.55 1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fd5f91a0-8aa9-42ec-8c0c-1dec16c4f082)) - (fp_line (start -0.45 -1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8a77eb35-574a-4483-ac74-90df62b85b33)) - (fp_line (start -0.45 1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e8cfaddb-ffc4-46e2-9992-64fcb2182b38)) - (fp_line (start 2.95 -1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 022ec540-6e71-493e-8c15-d4b366bf7c8d)) - (fp_line (start 2.95 1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dc3ab1f0-1034-4060-825e-270c6d2eb697)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 24419e85-6c2f-42b0-b5bf-aac86a39707e)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(C15-Pad2)") (pintype "passive") (tstamp ff413c51-fc9c-448b-8b33-3133b9f1d56a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcc09) - (at 102.87 78.105) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cffd53c") - (attr through_hole) - (fp_text reference "C16" (at 2.5 4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 979c50c8-611f-4803-8c1f-ca38c8d47583) - ) - (fp_text value "2u2" (at 2.5 -4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f8b8c06c-0755-4e1b-b7eb-a089a54138e3) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bb18e77b-22cc-49c6-b4af-45e670965753) - ) - (fp_line (start -1.22 -2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7dbbab84-01d0-44ee-9b8b-4ca35985b4b0)) - (fp_line (start -1.22 2.87) (end -1.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3cf3541e-472f-425e-bab0-2e53465813dd)) - (fp_line (start -1.22 2.87) (end 6.22 2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4ec9adc-b98c-4cec-bf7d-27bdc01710c9)) - (fp_line (start 6.22 2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ff3ee77c-0cf3-4d15-9df3-a4718b53763b)) - (fp_line (start -1.35 -3) (end 6.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9ccfba24-781e-4331-98f2-e01cd68106ed)) - (fp_line (start -1.35 3) (end -1.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 82c6a921-c93f-46c7-ba13-65d95ab11592)) - (fp_line (start 6.35 -3) (end 6.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp abd96eb7-2522-4945-957a-d12e74a36e01)) - (fp_line (start 6.35 3) (end -1.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 44592222-09c8-4ecb-9ba8-9c0d712ee8b4)) - (fp_line (start -1.1 -2.75) (end 6.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 377216dc-dc7b-49dc-b857-439c927d7bc4)) - (fp_line (start -1.1 2.75) (end -1.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cb92a785-5875-4de3-a27b-d41a4e5e9c53)) - (fp_line (start 6.1 -2.75) (end 6.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0bf68f4e-fe96-4dff-bb5e-8c6bded34c4c)) - (fp_line (start 6.1 2.75) (end -1.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2fb59be0-1b71-4e65-b6cd-7b033c5cbe7b)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "/Shell") (pintype "passive") (tstamp 02a2680b-46b2-4858-894e-a2abfd2417c6)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(C16-Pad2)") (pintype "passive") (tstamp 342bfc2a-4531-4cc8-8209-b13463efc8de)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcc1c) - (at 90.17 149.86) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005cffde6a") - (attr through_hole) - (fp_text reference "C17" (at 2.5 4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2243455b-8adb-46ce-87ff-314401abc60d) - ) - (fp_text value "2u2" (at 2.5 -4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0ec5f047-90fd-4583-b0f4-50432a0bfbf0) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 184749fa-913a-469d-acac-0cc411a7d08c) - ) - (fp_line (start -1.22 -2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0b8d69cf-1870-480b-908a-5ab0069ac4ba)) - (fp_line (start -1.22 2.87) (end -1.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 52e8a1f2-f773-45f3-9efd-453768d2c065)) - (fp_line (start -1.22 2.87) (end 6.22 2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 49052ba2-c2e8-4ff2-9280-1c01bd5401aa)) - (fp_line (start 6.22 2.87) (end 6.22 -2.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e52944ba-e6ca-4c38-96fa-f1354720d63a)) - (fp_line (start -1.35 -3) (end 6.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 504ba039-7197-433d-829d-4553ed731ee6)) - (fp_line (start -1.35 3) (end -1.35 -3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 13b4a527-330c-4d07-8f1e-7f2c21bb39b1)) - (fp_line (start 6.35 -3) (end 6.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bc0b25a9-cad0-4f59-8153-c1153eeb03e3)) - (fp_line (start 6.35 3) (end -1.35 3) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 522dc6d2-9f32-4e4d-851c-c6f07b091a65)) - (fp_line (start -1.1 -2.75) (end 6.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db4f288e-c40b-491c-a688-c7cf9dbad55f)) - (fp_line (start -1.1 2.75) (end -1.1 -2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b2db37c4-a37a-432a-90ce-e647f2ed345f)) - (fp_line (start 6.1 -2.75) (end 6.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dce53bba-a0b0-4cd2-be74-ba84ae49fcca)) - (fp_line (start 6.1 2.75) (end -1.1 2.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fd738860-6c1c-405b-bdd3-74a6c561dd06)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(C17-Pad1)") (pintype "passive") (tstamp aeaa801f-4d60-49d1-b3ba-cb4566ba3c27)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 47 "Net-(C17-Pad2)") (pintype "passive") (tstamp 18a5a7a8-7aa3-40cb-88b8-3b6831c5f74f)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcc3b) - (at 76.2 135.255) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cf9d088") - (attr through_hole) - (fp_text reference "D1" (at 3.81 5.715) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 941645bf-e3a5-4b77-a2b4-e384c8d5c773) - ) - (fp_text value "1N4148" (at 3.81 -2.12) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp efd76150-552c-49c3-8e5a-6589f59758f3) - ) - (fp_text user "K" (at 0 1.8) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp af0f5f3c-bb8d-4466-91ab-e5b1e0ec9255) - ) - (fp_text user "K" (at 0 1.8) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0e05acc8-2d0d-4e43-a8ee-9622dcb8868c) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp 84c204e9-3b4e-4a3e-ae81-1708236dd215) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 59daee2b-1e04-4ac1-868d-dcd93e736554)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9a0a6e1-3053-4ec1-bc4a-53bddbf3e841)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6eac2aca-03f7-480e-93e5-4aec71bc99f3)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 13ffb821-9871-441d-991a-cab50176dcf1)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 66e977a6-4861-4b93-8011-3eadcb947725)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7255c529-1c28-48f0-8527-e5b5e001070b)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bc0db734-67db-4a8f-8575-c51b1571ff54)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c388cb40-3f3f-47ba-96c5-52e63b216333)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9efc92b3-02bf-494a-a133-ee68a32f1075)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 35ab878e-de2b-4841-b7cf-8e9d5b82dfa2)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 19e4527a-3c05-4c2a-a81b-eb30ec73696c)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 110d6e4c-5881-42de-a1a2-b4bb7a1a9aab)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8377cdfc-df9b-4cc7-82f9-5d58708de02d)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35560f31-7d56-493d-92b2-c1b1c9e06238)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 944cd478-ce3c-4e6b-968b-5f22af66f0e1)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 48bcc16c-b152-47cb-bd87-ad3f7e3e580c)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9276535f-d43d-4b92-94a2-b0c5b7e9aa1c)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53015d04-730b-4885-aae4-e7915af560b3)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 04d38677-81d5-4e36-8c6e-a829c9715a99)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 637a6793-e430-478f-80de-80b39f824104)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 475ee219-2f85-45b4-83d4-9a9d38deef24)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 15957316-3415-4782-8f98-151bfdba879e)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp d0b891a2-f00a-49af-a111-a8f6ad2ec2c0)) - (pad "2" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp d3044474-e2f8-41ac-9075-4e8448eb9456)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcc5a) - (at 83.82 139.065 180) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cfd7411") - (attr through_hole) - (fp_text reference "D2" (at 3.556 1.905) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fd9b97bb-b4f0-46fd-8eab-d9cfb77d3fbd) - ) - (fp_text value "1N4148" (at 3.81 -2.12) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3cd9fe94-18a3-4600-9d2b-c8076bb66c6d) - ) - (fp_text user "K" (at 0 1.8) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c1aa9c07-1003-4835-8621-e79c00180705) - ) - (fp_text user "K" (at 0 1.8) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 17c570eb-9b11-4df8-8d84-fd0475f9fcbe) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp c1e9f462-0018-4bd3-bb83-ef1817f2c6e9) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 569aabb0-0e55-41b1-a533-1608d227f946)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a122099d-aa88-44aa-84e5-3e5111fb3d09)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 24ddf5f2-3a63-4e88-8e24-a6e6b1e255f3)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d504bfe0-439c-4470-af44-a286e0df0fa0)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1f56955b-af76-43db-aa02-6a9947ece2ec)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bca16321-55b0-4ab0-8639-98e08acfbf00)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b6cd083a-75a4-4be1-bc23-41929697e03f)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9bc1b03b-8166-43a3-bdff-63c393ece3aa)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7211b934-88b0-43c4-a0af-51fee2b912d9)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c2c594e3-fc3e-4624-982b-ee9cfe9b703c)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca549591-c6c2-4a7b-a001-4fd0cbe1e42e)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 23635877-be95-4920-9484-edb46dfe792d)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 952c5a9b-686c-495e-aabf-1ded15efbd65)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cd49ebe6-1fe1-4df7-b0a1-d468d71c52c3)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 22b10f9c-686d-464a-bff7-cb5030f8cd22)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38bdffd9-7a23-48bc-8f99-d30c5256c3b2)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ea95ed88-0558-40a2-b0e3-0a8166d6c019)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2fad9846-1e77-4c0f-a057-16d53f6de23e)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp adc4c4ed-c928-47f0-8814-226a8d217a84)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 45ad86ae-66ce-40a5-8c91-dcf7ae1f176d)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 39a9207c-76d1-4676-b568-58bcc8c884ba)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c208856f-e9fb-415b-b325-0f37b86f1735)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(D1-A)") (pinfunction "K") (pintype "passive") (tstamp ac842597-69f5-4793-b158-b797415fadf7)) - (pad "2" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp c3537e2c-8c71-421e-b406-bcbbb1b693e6)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcc79) - (at 53.34 126.365 -90) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cf2dae3") - (attr through_hole) - (fp_text reference "D3" (at 3.81 -1.778 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0bc70cc5-a251-46f2-ba23-c8bcc11b55f0) - ) - (fp_text value "1N4148" (at 3.81 -2.12 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 50fb5dcb-5866-4670-b404-41de0c1d30d7) - ) - (fp_text user "K" (at 0 1.8 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a49bd972-d9aa-464c-820d-56f1483a5f96) - ) - (fp_text user "K" (at 0 1.8 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9b290dc6-8227-46e5-8651-cf8dba45c345) - ) - (fp_text user "${REFERENCE}" (at 4.11 0 90) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp ebad7973-8193-4261-90cd-d5e182e9d277) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 891bb20a-44c9-4388-ae57-4c5797875e62)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 50a9f138-b22a-4ab7-9171-b4a8ae9fc574)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7b634fb0-e0da-4f11-9ad7-09aa2ddf97b1)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cab694ba-69c2-4a44-94ef-6ce2d81469eb)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9fb9b5e1-aaea-447d-89a5-115503916499)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c16adad5-ce6c-41a1-8342-68a9ff617884)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ac069bcc-3f26-41a3-8246-fc4fa5f731a6)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dc28490b-93ba-47f6-885a-236d2f3db61e)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9dfbe4c2-da8f-4a40-b19f-fd893f003dd3)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ae141b26-345d-44fe-b345-0d925c2d8c60)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1b36ca12-518c-49bf-aa04-fc28fa0994d4)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fac7dd3e-9f32-4c3b-ae95-bf1f042a40c8)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8c520811-857d-4833-97d9-bc540bdc8287)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c0eecc01-8592-4336-b8a3-f192bd6c2b03)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8274393a-b03b-4a9e-b93a-108e4baaf368)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4fe86374-9ba2-44de-8352-4d10b8e686a8)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5dbff422-35e2-4a24-9d77-3119adf6c8de)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 916a8283-6646-4a5a-8dcb-5672a7689421)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 689d1be9-0b7f-4fc7-8dbb-57604870fb94)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f64ad78a-eb74-49d7-bd20-89a163a73b22)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35e1d0c7-684c-4389-b20f-ad79a7dbc117)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 40aec41f-45e3-4da9-a2c3-2c944698be32)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(D3-K)") (pinfunction "K") (pintype "passive") (tstamp 4b8d16f5-d049-4987-9172-96f358f35c79)) - (pad "2" thru_hole oval (at 7.62 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "/PULSE") (pinfunction "A") (pintype "passive") (tstamp a1d31ab8-df8b-4904-8a76-e94835d467d7)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcc98) - (at 73.025 114.935 180) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cfeeec9") - (attr through_hole) - (fp_text reference "D4" (at 3.81 2.12) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d7267be8-e6c1-4e35-9400-e313877bc3a1) - ) - (fp_text value "1N4148" (at 3.81 -2.12) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 10961dc8-a18c-4889-ad6a-4a977a777f53) - ) - (fp_text user "K" (at 0 1.8) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e33e73c2-f698-43d1-8eb8-7f140884cb1c) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp a90bdf87-849f-49cb-a1fd-3bf9240096d6) - ) - (fp_text user "K" (at 0 1.8) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bd87f60b-33db-494a-a1d6-5aafecc0fc9f) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b8aed96-b541-47fc-a130-2d27564037c5)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 337aba87-a35d-4f4c-8c56-408cf584dd66)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3f376d60-ddac-49d1-bb84-089c62d44fa1)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a57ebfc-ab4a-4419-829f-d28a19906afc)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ec2f555b-72f5-4af4-b38e-15c814baadc5)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 070799a9-348a-4344-95bd-2c91eab26562)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a28ab859-90be-4c98-9f00-c56cdb8f8b90)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 18d0ad20-2c7b-4a88-b717-c226e8c0be7b)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 134dd684-b340-4c07-bd29-36b98f48411c)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 005539eb-ac0e-46f5-9f30-6acec45780ff)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1b34a33d-88b3-41ea-963b-1ca7d51c5c30)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 70d1b318-ddf6-4d8f-8991-a2d131e9427b)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e8fe5128-211a-4bb9-b811-756fdcae48fc)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 76cdb27c-cea6-4048-8b5c-1276c82584f6)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 47216c37-fb80-4234-ac84-988b321f75e3)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4701f06e-31cf-4503-9898-06ce25a1a4da)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d554b433-f849-4d80-b4ed-03e90e63a3bf)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1d9d1d4e-5f99-48be-975a-088bf8f59065)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 861fd0bd-7576-40e9-a9e5-90b0dbc3c4f5)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp da1772e8-2488-4a42-bb73-2be3507868c7)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ddf14547-4f6e-42ab-b454-6c4cef1c82d3)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 09e620f5-cdaa-4c62-9dc5-2a28fc15fc05)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(D4-K)") (pinfunction "K") (pintype "passive") (tstamp 87d49a25-7abd-48be-a20a-00000c887aea)) - (pad "2" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "/PULSE") (pinfunction "A") (pintype "passive") (tstamp 1be45626-63dc-4b92-91c9-07dd4fbd45ca)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fccb7) - (at 53.848 147.32 90) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005cff0895") - (attr through_hole) - (fp_text reference "D5" (at 3.81 2.032 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bf698b05-eb02-4a28-b188-c6eb5044168f) - ) - (fp_text value "1N4148" (at 3.81 -2.12 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8ee1165d-96d9-4b4e-a575-85c84ade02fa) - ) - (fp_text user "K" (at 0 1.8 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4c74d759-5a9f-4b54-aefa-acc515d3d2f5) - ) - (fp_text user "K" (at 0 1.8 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 28e149b0-7e50-49c8-985d-1fc7366545da) - ) - (fp_text user "${REFERENCE}" (at 4.11 0 90) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp 643df8e4-b44a-4605-9acf-077ed638bc2d) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9c5a9b8-0bc3-484d-b8f9-18616343c5b2)) - (fp_line (start 1.69 -1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cb83efcf-be18-4e89-bc28-9b14c9699a25)) - (fp_line (start 1.69 1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d763f0d1-05f3-4690-b716-25fce804699e)) - (fp_line (start 2.29 1.12) (end 2.29 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 43959369-b0f3-405e-abb7-f2040ecc92d5)) - (fp_line (start 2.41 1.12) (end 2.41 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9623f89-d7b5-477a-bdf5-1210e600b5e6)) - (fp_line (start 2.53 1.12) (end 2.53 -1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 31f5c475-e67d-41b1-8edd-aab747afaf12)) - (fp_line (start 5.93 -1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e975b79e-b241-4baf-ae61-01fd317bf58e)) - (fp_line (start 5.93 1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 87a1d7ea-ff36-44a3-be67-5932da78b2fa)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3ae8aa1c-8e1f-4e99-82ba-f68764b4a9e1)) - (fp_line (start -1.05 -1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4891b286-7b32-4307-9d1a-2fd4dcc5735a)) - (fp_line (start -1.05 1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c77d19ac-3c55-46c6-a94c-3cd0d9d76399)) - (fp_line (start 8.67 -1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e4af532f-f800-4a74-9ab7-c58c27c3a5f1)) - (fp_line (start 8.67 1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1ccb2e72-ed18-405c-8224-109c7596c3a6)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf134c27-f167-4725-8ec6-683880cda529)) - (fp_line (start 1.81 -1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bde9589e-f243-44c9-b726-85c9dc0b72f7)) - (fp_line (start 1.81 1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9c02dc35-61df-4037-a34a-4a3176cfbba9)) - (fp_line (start 2.31 1) (end 2.31 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b017634-71a0-4332-b659-f146d3fb818e)) - (fp_line (start 2.41 1) (end 2.41 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2cedb5bb-a09d-4a78-af3b-7738beb972f2)) - (fp_line (start 2.51 1) (end 2.51 -1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f4618ce5-97cb-4464-ab14-877d997fea85)) - (fp_line (start 5.81 -1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a6aff474-4627-4aa6-9431-e7a5a66c1827)) - (fp_line (start 5.81 1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4a47b22d-a37e-4a25-b682-f63247a46124)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4ff29336-93cb-4fd1-822e-3eef3257fdbc)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(D5-K)") (pinfunction "K") (pintype "passive") (tstamp cbe52324-9c29-4160-8e81-930dd66f69ef)) - (pad "2" thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "/PULSE") (pinfunction "A") (pintype "passive") (tstamp 1e48944f-c8a0-47d1-9c65-763f5b7f0e67)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcd35) - (at 77.47 57.15 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005d0c07ad") - (attr through_hole) - (fp_text reference "J3" (at 1.27 6.604 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 93467b21-4e88-46d4-97e5-399743659934) - ) - (fp_text value "IDC Header" (at 1.27 -16.764 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1d61d453-3311-4f26-8a67-69cee7edfd9b) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7052061b-ee81-42c4-9b73-61eb730c9381) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 430c6f4f-5b67-4130-86de-297ccff01513)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 718e9002-e3cf-425f-a3d3-a53e5458856d)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2c5cb8c8-3085-45ce-9a52-1966203ce935)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 381133a1-58de-455a-b837-b44b374c5226)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9275eef3-23e7-4d68-a223-ea3f11cf501a)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 57f77983-23b8-4e8a-a4bb-ba26742b1114)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 902e33aa-2e76-4e24-be9b-93e94308b2ab)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 806b24e3-ccf5-4826-9a4d-7b2c7ccd0290)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 52ba99bb-7dea-4fd2-a0cb-fc93a031e98f)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 79266cc1-4b0b-4a9c-b270-3867f38a071c)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dddaee79-e25d-4a19-8cb6-7c63fe0db191)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 074f1fe8-e2f5-4274-be4a-281c38c1eec6)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a86dc701-22cc-4e8d-9f70-6c537bbbda35)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d78c4ce2-3041-4d70-88ad-4c2286115f14)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2597c45d-3ec5-4a71-acef-215de3162f0f)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e849d7ff-b53b-4446-a1b6-b974d40bc0c6)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 413a908b-e6c2-42b3-9736-7c3f18acce6d)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb6d3bb0-61b1-45c7-921b-cc6363d756dd)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 919e3284-fddc-4dbe-aa59-909fae72fe89)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 67aedf72-d2be-487c-a352-2e1be4f8df3d)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3cc87862-78b7-464a-8b34-d5ebea498e01)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5f891adb-664b-4d1a-a373-656791f8022f)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 448c4de1-2071-4748-8c51-e6d8fc76f6ea)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp daa6d337-9893-46a5-ab4f-1d3833b3a5e3)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 29e1ea2d-e69d-450b-8cf1-15682e2c3465)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38597424-3b68-4f19-9016-df1de2ec945c)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6f52545c-eb8c-4a75-b9e8-7cd9a1227a34)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2a209d56-b4ed-4be8-a932-c1c9cbb9c269)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9d04fd9b-b845-482b-8df4-9e0a5414473a)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bdce9c7d-29ef-44dd-8288-2fd198c0998f)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b49c4611-c335-474c-9266-0207a2835c3f)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 344ef9b1-b181-4228-91c4-73d9ffa55f49)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 3 "-15V") (pinfunction "Pin_1") (pintype "passive") (tstamp 85bbd894-31ca-4011-a175-4a6b52f5045a)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "Pin_2") (pintype "passive") (tstamp 7e242194-8992-4ae8-8b26-f95d997689c7)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "Pin_3") (pintype "passive") (tstamp 4965791f-9955-4529-aa2e-cc7e0acf814b)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "Pin_4") (pintype "passive") (tstamp d2ad245c-0fb4-4b80-8362-6480c0ca4062)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp 66fec48d-8d3f-446a-9bf7-85dc742254c1)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp de9cd503-b691-4048-8bca-67d021d6a734)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp f0a41d0b-7411-4f8a-971f-9fff1291bd9e)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp 50075f5e-b6d4-4758-88fb-d750b170c87f)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp 5d7b0f9f-d7cb-43da-8f0b-3d26dd1582ea)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp f80e21f0-2695-4fa5-aa28-bac85d31f4f5)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcd88) - (at 66.04 100.203 180) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92") - (property "ki_keywords" "PNP Transistor") - (path "/00000000-0000-0000-0000-00005cf0d5b9") - (attr through_hole) - (fp_text reference "Q1" (at 1.143 -2.794) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6e04b0fd-b6d1-4884-93c8-46f968191d2b) - ) - (fp_text value "2N3906" (at 1.27 -2.79) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ed28f287-43db-4612-8224-b187db9d4037) - ) - (fp_text user "${REFERENCE}" (at 1.27 3.56) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c17928ba-17c3-4135-913d-9c3bdaa8d16a) - ) - (fp_line (start -0.53 -1.85) (end 3.07 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp caa11a25-12c3-4377-993e-51b5b455d667)) - (fp_arc (start 1.27 2.6) (mid -1.132087 0.994977) (end -0.568478 -1.838478) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 926e5d6f-c5be-4e3c-8523-0d2322a8c6f2)) - (fp_arc (start 3.108478 -1.838478) (mid 3.672087 0.994977) (end 1.27 2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f8e8b17a-6429-41ca-a931-34d1ef9e3353)) - (fp_line (start -1.46 2.73) (end -1.46 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7d8d6e17-bd62-4506-8933-0f621dabea06)) - (fp_line (start -1.46 2.73) (end 4 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f276ebfc-0a5b-4e09-9e86-c1b7d0ddfb59)) - (fp_line (start 4 -2.01) (end -1.46 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0e9a6217-b567-4974-97c1-56692d795e3f)) - (fp_line (start 4 -2.01) (end 4 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0571e7c2-cbf2-452a-81a7-afa2e97c6fd1)) - (fp_line (start -0.5 -1.75) (end 3 -1.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fc8d626d-9a46-4906-aa3a-40f16a749e06)) - (fp_arc (start 1.27 2.48) (mid -1.021221 0.949055) (end -0.483625 -1.753625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b2725897-02f6-4653-941c-bfda2073b316)) - (fp_arc (start 3.023625 -1.753625) (mid 3.561221 0.949055) (end 1.27 2.48) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 69c79685-d07e-4f65-a096-f8ba80963a8f)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 25 "Net-(Q1-E)") (pinfunction "E") (pintype "passive") (tstamp 6c6fe789-fa20-482e-ba76-60a843b2f62f)) - (pad "2" thru_hole oval (at 1.27 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "B") (pintype "input") (tstamp e1e9867d-c537-42ea-b64d-06b90239f6bc)) - (pad "3" thru_hole oval (at 2.54 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 26 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp 7b1f2ecd-4f11-41c9-8c5d-e5250764982e)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcd9a) - (at 57.15 99.568) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-00005cf3754e") - (attr through_hole) - (fp_text reference "Q2" (at 1.397 -2.794) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dccbca2b-d87f-4aa5-bf07-57de8b1b0c29) - ) - (fp_text value "2N3904" (at 1.27 -2.79) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5bf7c28a-e325-4543-a27e-3167daf17a0f) - ) - (fp_text user "${REFERENCE}" (at 1.27 3.56) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 536a3c8e-9a90-47fc-b5ca-4185f39c9b1a) - ) - (fp_line (start -0.53 -1.85) (end 3.07 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 12a34ea1-ca48-4da0-92c3-902628c43ad7)) - (fp_arc (start 1.27 2.6) (mid -1.132087 0.994977) (end -0.568478 -1.838478) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0b77e95-b3ba-4f11-bf0a-c4e291eb7f2a)) - (fp_arc (start 3.108478 -1.838478) (mid 3.672087 0.994977) (end 1.27 2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b2d5e690-794e-4d55-9096-74d2f9851908)) - (fp_line (start -1.46 2.73) (end -1.46 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d1637307-cde9-4527-ae46-409f533381c9)) - (fp_line (start -1.46 2.73) (end 4 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ea20283e-eb26-4ce2-9ffa-ad63d370676e)) - (fp_line (start 4 -2.01) (end -1.46 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp af51f908-9b13-4234-8be1-c6317fed1b80)) - (fp_line (start 4 -2.01) (end 4 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a00aff51-361f-42a0-9abe-6901b9995ee0)) - (fp_line (start -0.5 -1.75) (end 3 -1.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8b93450c-d7fc-4c3f-b61a-b844cfe3a3ae)) - (fp_arc (start 1.27 2.48) (mid -1.021221 0.949055) (end -0.483625 -1.753625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 52ba2646-abb7-4006-854a-54ab029fcf4c)) - (fp_arc (start 3.023625 -1.753625) (mid 3.561221 0.949055) (end 1.27 2.48) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2f060dd9-47ae-4ad8-81ed-e31a83dbb1b5)) - (pad "1" thru_hole rect (at 0 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 27 "Net-(Q2-E)") (pinfunction "E") (pintype "passive") (tstamp 069dfc3a-53a0-418e-99ca-16d0316ddb7a)) - (pad "2" thru_hole oval (at 1.27 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 28 "Net-(Q2-B)") (pinfunction "B") (pintype "passive") (tstamp 2ea84443-47c6-4490-aa4a-58adcc82caa7)) - (pad "3" thru_hole oval (at 2.54 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "C") (pintype "passive") (tstamp fc4c6231-9f37-4c2c-8bd4-5b1e4825d155)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcdac) - (at 61.214 114.173 180) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92") - (property "ki_keywords" "PNP Transistor") - (path "/00000000-0000-0000-0000-00005cf0c8bc") - (attr through_hole) - (fp_text reference "Q3" (at 1.143 -2.794) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 371cee16-89e5-4b57-960f-66e5f5716869) - ) - (fp_text value "2N3906" (at 1.27 -2.79) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9a71f5d0-515d-4ea9-84dd-9d0218d179c0) - ) - (fp_text user "${REFERENCE}" (at 1.27 3.56) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6d110a4a-a51a-4f83-a129-ba3e912730af) - ) - (fp_line (start -0.53 -1.85) (end 3.07 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f410230c-78e9-4930-871f-d43020e807df)) - (fp_arc (start 1.27 2.6) (mid -1.132087 0.994977) (end -0.568478 -1.838478) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4d2522ed-7090-436f-baed-b2bcd84e1b01)) - (fp_arc (start 3.108478 -1.838478) (mid 3.672087 0.994977) (end 1.27 2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b69323d4-4e05-42ea-8738-0bd786ae7b24)) - (fp_line (start -1.46 2.73) (end -1.46 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9921e8f7-68e7-4a61-8745-c894ca6f7da1)) - (fp_line (start -1.46 2.73) (end 4 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f667bd3d-6797-43be-a745-cf5f4051e6fa)) - (fp_line (start 4 -2.01) (end -1.46 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a2f05273-95e8-4a03-b145-d8b3bdb26bc1)) - (fp_line (start 4 -2.01) (end 4 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 05173d01-18bb-4e34-bcc1-c6ecb97faeae)) - (fp_line (start -0.5 -1.75) (end 3 -1.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 16d52ac7-1cb5-4fd0-a6c2-ebf9e77e4824)) - (fp_arc (start 1.27 2.48) (mid -1.021221 0.949055) (end -0.483625 -1.753625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 137afa54-feac-4e80-a8af-81d7a2a7e73a)) - (fp_arc (start 3.023625 -1.753625) (mid 3.561221 0.949055) (end 1.27 2.48) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4006589c-36fa-44be-992b-bd21c8e2fa3a)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 29 "Net-(Q3-E)") (pinfunction "E") (pintype "passive") (tstamp 757c86de-a830-4a3b-acdd-036145b05f84)) - (pad "2" thru_hole oval (at 1.27 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "B") (pintype "input") (tstamp 9e12d788-811f-492a-a06f-a00d0f4826f1)) - (pad "3" thru_hole oval (at 2.54 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 30 "Net-(Q3-C)") (pinfunction "C") (pintype "passive") (tstamp 72d92873-e550-47ca-840c-7f9a9a469f4a)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcdbe) - (at 69.85 153.67) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-00005d087002") - (attr through_hole) - (fp_text reference "Q4" (at 1.27 -2.54) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 57aa82b7-7177-463a-8771-2654df9ab3a1) - ) - (fp_text value "2N3904" (at 1.27 -2.79) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 21e6aca9-d53b-4cde-bb2a-1056c39dc404) - ) - (fp_text user "${REFERENCE}" (at 1.27 3.56) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 42d86e28-145b-4ceb-8088-2465d5b6dbcd) - ) - (fp_line (start -0.53 -1.85) (end 3.07 -1.85) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 62193bd3-b781-47e2-8bfe-f4a66b24d70a)) - (fp_arc (start 1.27 2.6) (mid -1.132087 0.994977) (end -0.568478 -1.838478) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e7bcc3a3-5325-440c-b50d-cf66b38ee9b7)) - (fp_arc (start 3.108478 -1.838478) (mid 3.672087 0.994977) (end 1.27 2.6) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7e5375b1-57f6-4583-a39a-cbf86b0df268)) - (fp_line (start -1.46 2.73) (end -1.46 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 478cce88-a13c-4be1-a348-11a0219a6347)) - (fp_line (start -1.46 2.73) (end 4 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b569d7b1-533d-4ba5-b43d-a1858472b288)) - (fp_line (start 4 -2.01) (end -1.46 -2.01) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0b65d3de-b8de-49be-9386-b30e47cf211a)) - (fp_line (start 4 -2.01) (end 4 2.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 78d7e061-498a-4133-917c-6c1e139a98a7)) - (fp_line (start -0.5 -1.75) (end 3 -1.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 40acdab8-27ed-4965-ab28-fc94eee3724b)) - (fp_arc (start 1.27 2.48) (mid -1.021221 0.949055) (end -0.483625 -1.753625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp def54a40-4717-460c-9fc5-7252d7b387e5)) - (fp_arc (start 3.023625 -1.753625) (mid 3.561221 0.949055) (end 1.27 2.48) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6bac7d78-2689-49b1-bdcd-46cf0583ed5c)) - (pad "1" thru_hole rect (at 0 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "E") (pintype "passive") (tstamp 0049a78a-8ecc-4fec-b660-782731f7a28e)) - (pad "2" thru_hole oval (at 1.27 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 38 "Net-(Q4-B)") (pinfunction "B") (pintype "passive") (tstamp 964739d7-dc1a-4dde-8174-44f837978bb4)) - (pad "3" thru_hole oval (at 2.54 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 37 "Net-(Q4-C)") (pinfunction "C") (pintype "passive") (tstamp b6465c37-ba1a-4e1b-ad38-8f27e3428c8d)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcdd5) - (at 71.12 158.75) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cd0fe9a") - (attr through_hole) - (fp_text reference "R1" (at 5.08 -2.286) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4dad93d5-0b53-4678-9e90-ba77a4e8aa1f) - ) - (fp_text value "100" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8dbd0117-3e8d-45de-b34d-f09b014a6b56) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ef4e7cf0-fca4-4259-987a-782785890f7b) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 457e750a-9ba2-435a-97d9-7a29931e1aaf)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dcdf043c-4fb3-475a-8809-b26470df6474)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fc34f77e-d116-4f40-bbed-f6ce67f9c7de)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 777d1966-de48-45ee-8723-ca5d5c107793)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9b476148-1c31-474c-8b9b-6cbce5fc8abb)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 69efd1d6-cc2f-4da0-bc76-d195ad50fd65)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6669a47f-f778-4957-95aa-002f342f6d3b)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b703d0d4-c013-4588-8da8-20fd2af31d79)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 15ee7fb6-c58c-4859-9c12-72722747f017)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 81f0371d-c7d4-47c2-9f41-c7338af99503)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 76458b15-2c40-4a5b-b5d9-7bdc5ff5216b)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 260c7ad1-7f90-4996-a783-3ac70c13cb76)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 231792a9-3ea6-4d17-8c19-611687d2544c)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ce005dfa-9782-4bec-909f-4c1254a870a9)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 95535482-72b9-4c08-a443-d553a1a427d8)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 52c21695-633a-4d66-996a-de7434f4b4b9)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp c6c3f465-3f2f-4522-b30b-2f6535832c10)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "Net-(R1-Pad2)") (pintype "passive") (tstamp 0f6f291b-2275-46e5-86ba-a5683b391d61)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcdec) - (at 93.98 158.75 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cd1108f") - (attr through_hole) - (fp_text reference "R2" (at 5.08 2.37) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f22cd9ab-0ca6-4bd7-aebb-de162774fd54) - ) - (fp_text value "20k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 36b5a8a8-5c3b-4e69-960d-d29c49c94eee) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 17796a0e-5a8f-4fef-83fe-3a1117f5f8b6) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp caaff75b-5500-4312-bbb4-db3a9c7d9c5d)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 42327dae-6f25-48a6-bae3-bbc78357ea45)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9a8a990d-aa43-41b8-ba12-24fcc3e33336)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1fa1ce64-526a-44b2-bb14-0f7e161b6f92)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9617a721-aed1-4b82-ba1a-86a0585d1b97)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 296bce40-6561-41f8-a1ac-46e2bf77481e)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 25f21ead-9906-484e-9221-a63c8d2119c7)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 63944351-7fdb-4495-b955-e9f60b4116d5)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 86ec4aa8-3768-46f5-9984-d1310e065497)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 326d3057-7b01-4b8d-a9a4-72bf4039c56d)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a289ac36-c730-47a9-9dca-6049aead7953)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5cee63b0-5516-4f01-9dd5-6bd507daefea)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 318eab48-ecf9-4b08-88a7-7b275a517cd6)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 360760ec-3b8f-4b2f-b205-c8f1d0255f01)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 848b3872-11ff-4b0e-a517-e7ebb6eff1fe)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5427cf77-1442-4e33-9ee6-05d2b83e5772)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp ec5143cc-4513-4428-be57-f12f8cfa47bf)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "Net-(R2-Pad2)") (pintype "passive") (tstamp 6b3b9fb2-d809-486b-88d6-1f100437848b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fce03) - (at 91.44 81.28 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf4dd81") - (attr through_hole) - (fp_text reference "R3" (at 5.08 2.37 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a57b3b57-a964-4fd5-b0e4-403bbd0ca911) - ) - (fp_text value "100k" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 625d4374-467f-41e6-97ab-54c620988a8a) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a635153c-8017-44bb-8d2c-bbad1fb5fa22) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3127a889-e7f0-450b-b672-6bbb06196342)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 49728791-1b03-40d8-909a-47d5c207f5e0)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e9e1e84-7fc7-4466-87dd-ecae8de09a97)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 82263633-cfb5-4d81-ae1e-a4f43e82b6b4)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 26fc72d4-7dce-4418-9dea-27bf7df39279)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 23bd8dae-dd27-4098-a402-eefff7461a48)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a0bf3a3c-08d7-445a-be99-3ce5be368c89)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d0493b4c-7d66-4334-ad5d-935c86b2fa8f)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ea012a1c-337d-49f2-9993-3475bc07a127)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf799d0a-6858-4070-861a-3617befe7f23)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2856cbf2-f21d-4145-ae6e-523c8a48377e)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8aa38cfa-cfd5-41ba-9ba6-53feadbf773e)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 694e81e7-216d-45f6-a7e3-a82590f1991d)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66d7bdcb-1e0e-4e4a-a0cb-2415f387ad30)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ab394cc-90c7-4671-bc93-7ac70d062e1c)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 10c3e323-fedc-405c-a031-9f717e506165)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(Q1-E)") (pintype "passive") (tstamp dabc8306-59f1-43ac-9812-0a9b7dc3173d)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "Net-(R3-Pad2)") (pintype "passive") (tstamp edb9f82a-7ac5-4a52-8f66-9f16f1c3f590)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fce1a) - (at 85.09 97.155 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf4bdd9") - (attr through_hole) - (fp_text reference "R4" (at 12.7 0.381) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp caec3a50-9059-4fdb-a8ef-dd6631ff1c0a) - ) - (fp_text value "56k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1937b6df-561e-4c76-9220-07b2b33504e8) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1e5715d5-f055-47e8-8eff-47f854875642) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f467130a-4255-4233-a503-195f3ea42097)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 57c1d227-3c23-4609-bc35-99ce9989f42a)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 62206188-c35c-49a5-88f9-3f275038a987)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c2b91ab5-3641-4986-93e5-30c87613d6c7)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f4cff325-1a04-40a9-9ea6-0b17c6fad127)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 72585223-a74d-46ca-ba65-b18de4c423f8)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 74546428-4c00-45ca-97dc-4472db0d9da3)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0d35e48b-b345-42f9-a8a8-385594736d53)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8afd50e0-cc7d-4cfa-85a3-a11b70030046)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d0d3f084-d07d-4051-8e1a-1219a7d6bfbd)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d9d22cbc-be1f-480c-9a1c-6a6f91571f08)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2c2c41b6-231a-4a4b-9e1d-c27292e2b775)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d32dc2b1-9fcc-4441-a601-e7d59af8ff34)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a71e2ee6-f514-41dc-800b-a1ea7a2632f7)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5c1aced9-5e40-4fdc-a4f0-85a4ecffc861)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c77816a7-8331-4706-a149-2236cf29bf09)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(Q1-E)") (pintype "passive") (tstamp 58c840d1-5ff9-4d52-8edd-10e28e1a72a6)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 34 "Net-(R4-Pad2)") (pintype "passive") (tstamp d55bdf17-0218-4d74-9a22-b53de2ce1de6)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fce31) - (at 95.885 96.52) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf54f83") - (attr through_hole) - (fp_text reference "R5" (at 5.08 2.37) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 62cc3c4a-3b5c-4948-885d-ba54677645c3) - ) - (fp_text value "27k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 88c8c88b-cf6a-4966-8252-64d36ecec38c) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e65a336e-a9d7-4f92-b1fb-1e4692e024e6) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 028e15b1-beaa-4978-9e49-99cc2968df20)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fd337aa0-3cce-4e41-bcc1-ac2c16f271d1)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e52e5a51-8cc3-490f-8940-ae8a882a991c)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a2ba1055-fbc5-41f6-9f74-1c0b07b25f4f)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fac9350e-6db4-4b88-996a-77fabd512180)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0b0b6621-2dde-45c7-99a0-eeb9314c5306)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cea7f442-924f-47c7-91bc-fcff59156ea1)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 428466ca-e5c1-4b47-82d4-26d73cb3b3d2)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp adf3a699-2024-4ab9-99bd-5db1d707b6fd)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6c318b1b-c3c4-4fa4-827e-7353565ac066)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6ad395ba-ec60-432c-9616-7f740e9796da)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1a6f7a57-f0e8-4e52-816e-239ce0244fc2)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e88be34a-ea81-4b7a-b64b-3f0519b124d9)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 24a9d988-dc82-4b3e-9832-25a72fb9a688)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f8ad0ed-e1fa-4104-894f-1382bf393afd)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3abf1a73-6785-4193-aec7-306ba3799dae)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(Q1-E)") (pintype "passive") (tstamp 3c21da4f-8e0a-4cc1-aafe-7c88d8af81f3)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 35 "Net-(R5-Pad2)") (pintype "passive") (tstamp ebba8f40-98bb-4179-aa70-75f943cdae56)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fce48) - (at 109.22 104.14 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005d12018e") - (attr through_hole) - (fp_text reference "R6" (at 5.08 -2.159 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 923a3203-3541-45e5-ac01-b0bd4d98b1fe) - ) - (fp_text value "3k3" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2186ce6e-69ca-48d7-b166-9385ef2ac86a) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4d8b99b4-af8c-4a2b-a404-7399ebe10a29) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 365545c2-cda3-4f20-b824-3fda64729f19)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e1912fde-59b6-474d-aea8-75b5f761bbc4)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 99d0470a-97b0-4e9f-8b86-ac57ba246da3)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3de13734-7f2b-4a37-8edf-b44d60172180)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 512f77d4-4449-4fc8-8be3-f15c1993825a)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a8a77718-faa0-4eca-b05b-84b77f7ffeb0)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aefa02b0-cf08-4b58-b709-15516ad6e670)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 36df2e5d-7b74-4ab2-8787-c527338350ad)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0ff815db-1c22-48b1-8775-262dd5709efe)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c43135a8-a1a4-4d72-8981-722910c471be)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fce0d4af-f73e-4bd9-8601-74e6e7cd36d5)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e79c6cba-00f7-4581-84ac-d56704f52aef)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 591a104e-38a1-4214-b923-41d93438f225)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d8ec9a23-d90a-4eda-8f7c-0f11517682c3)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 70b19a44-1b7f-4ec8-92ed-00b45fff7652)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 266ef02b-2e4f-4740-abc8-791c348d6190)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 2910710b-5a67-4ef5-8593-ee6ba8cb8240)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 36 "Net-(R6-Pad2)") (pintype "passive") (tstamp 16e39776-1288-4440-8606-bbc567919476)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fce5f) - (at 57.15 136.525 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cd13189") - (attr through_hole) - (fp_text reference "R7" (at 5.08 2.032 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7a80d0bd-1941-487f-bc69-b8aa16b2a723) - ) - (fp_text value "1M" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 573d76f4-f5a5-44c5-9abf-6214424e1b77) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 241a48c1-39e3-4f67-9492-abd5e8019cfa) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b36def3f-1cd0-46c1-a34d-3d139c3d45eb)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 89a8bceb-17b0-4825-8771-e68cf7cdc9ed)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d399b8ca-f067-411c-bd07-870019ffa31a)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 700a3b9f-7dee-47ec-9b62-65596a7463ff)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9cd0fd08-59a9-475d-a92e-ba0c35aa2cd0)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0065580a-e9cc-4aaf-9c5a-2b5dae587cd2)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 91f229f3-4c01-4cda-a566-833d304426ea)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f1cf182a-d4ff-46f0-bbe1-fec974474cd2)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f3ddd117-49b5-4b67-97bb-2ab04cb888bb)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a9d15eaa-74ac-446a-937b-7885c95d6697)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d7d1a22a-e46e-4ee7-91cd-cf658fd81b65)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0585bb5a-da1b-47bb-abfc-3e13298d14bd)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 92035d38-1156-4059-823a-a8fb9d938a95)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1fdc2c2a-d8f1-452c-8e33-4f01bb385dff)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7b88f5b1-92c5-4b23-a000-d00d045c9e38)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 62bdb106-bf4d-4128-83d1-f053dbf5abbc)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp a65fb924-3479-42ba-8dfe-4e3cde89775f)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(U1A-+)") (pintype "passive") (tstamp 15e8ee8d-dbfe-4d22-828b-9db1d994b4f8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fce76) - (at 83.82 130.81 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf1ca42") - (attr through_hole) - (fp_text reference "R8" (at 5.08 -2.286) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0b268ab2-a296-4108-a0b0-d0bc719c2d14) - ) - (fp_text value "2k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 37645cd2-33a0-46a6-9fb3-e083a86ddceb) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4b063747-10ce-4fa1-8567-66d94496e29e) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 93df1343-ed46-491f-b289-66b2c7dbb425)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 235c815e-7aa4-45cd-9a18-dc381f6ccb56)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5037eee5-d0a9-43cf-b8c5-0dc54b7843fb)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ce7d5135-1170-4b3e-80a5-df442ab94509)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 83f41887-154c-49c6-a035-50a1b7cdca7d)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fc8be00b-dd49-45dc-95e2-db3ccd54d47e)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5b8ee8b3-2e87-44e7-9e6e-73a63c5019ff)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2a8e5493-1346-43c4-bb5f-0b489c673132)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cff6dda4-6a3a-45f7-a416-811ea13ff47d)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5f5551f1-2af0-4052-8930-a93861042dbe)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a5ad4745-98d7-46ee-8cb5-8919198f2313)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 47200e38-a0c5-4322-bb94-61a9bae165d3)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 310a8af9-f250-4e9b-ae74-2836f00e10a9)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d30bccbf-f237-404d-aef8-55ab62bda238)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d3e49723-a90f-40fa-b65c-607a94f27282)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp deb7610f-18c2-49c4-8ae4-c12b1f6e31d3)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 39 "Net-(U2C--)") (pintype "passive") (tstamp 68c76631-a679-491b-bf59-6d48311c0517)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e6b62969-7640-4a29-81e7-1506faec88dc)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fce8d) - (at 74.93 100.33) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf10fd9") - (attr through_hole) - (fp_text reference "R9" (at -2.54 -0.762) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b6ef4709-4bbc-4aa9-8b3f-3184a5434d08) - ) - (fp_text value "2k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6fc0a92a-9438-4b71-b269-fdee5b4c9513) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4992fde4-3f31-476c-88ba-b44653ba868a) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 325a3dc1-e5e0-4373-9b77-6222f00ef3a0)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 922fc5be-aff6-4069-833a-4fd463d2d6a7)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3a6781b2-8f29-48f0-871f-001d17f55c5b)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5e5f869f-bbc4-43d2-b026-48cb52ab6424)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2f35fc4e-d6dd-419f-93b6-5ef5759237d5)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dedd1284-8e25-44e2-94a8-dc9bba88a052)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 56095327-b511-4bf5-80ee-642ac70f9d86)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b7a6a39e-9595-4453-83fa-0b50137028da)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 16c3f109-c484-401a-81dd-ed7e5464954e)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 616ab01c-5be1-40cc-a2a6-2feddad8e789)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d78a4a91-f8cd-4dc9-88db-32ebe7a0f3ac)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6c282482-a5a1-47d5-ae85-4c320c016e6e)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f4495ce3-d502-470d-a395-3f6a4e8668b1)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dc9ab8ba-641d-48c9-8cf6-a325bf9bbecc)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 62cd9b10-258c-48ae-bf8c-1e4896fc9739)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5d5235ca-ed92-4699-a90b-2711e19cf187)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 1f5e0c7b-296f-496a-8373-abb918e1193c)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 46 "Net-(C11-Pad2)") (pintype "passive") (tstamp 778f98d0-c741-44b1-a8c3-a1725ec99293)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcea4) - (at 71.755 101.6 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf27f37") - (attr through_hole) - (fp_text reference "R10" (at 5.334 -2.159 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e3a76229-7ebb-442b-a99d-a3a3780aeed5) - ) - (fp_text value "10k" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 96abb650-64f7-4570-bec5-08f2fe4c1f37) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e1a932aa-9267-4276-aa92-13fb384aa11c) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aecaaadf-9171-458e-8a24-a525ecea4bbf)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 456f090b-af47-4cf5-a190-04e02cb67056)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bf780a4b-b303-4481-9ad7-c97c4747b585)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a31ba140-c4d8-4c19-80aa-2e47c93ac71c)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 751ad522-0443-4609-9936-b7926a68215b)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8cd72190-4781-4e01-86d4-84168116760b)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3f52e971-8926-4e55-8db8-8d87de5959fd)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ea6f11ac-139f-4aa6-aead-0d1a90335eb0)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1a0f7903-89f2-4d02-ae15-697ce50f3115)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eb303c63-7ef4-4431-9fe7-83e50ba0abe8)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 173e4dee-e4d7-4d52-b143-c5cda0568649)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5aa3fe96-0751-4ee5-b55a-e29f5b0c56b9)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7c06e1ab-be9f-4cbb-870f-46e6a0d25f0e)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 836a90e5-fefd-41ec-9485-a949b12ad19d)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 054be32a-984a-4130-8e0f-844dc628d0a3)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b272399e-c509-465e-89b7-57d1c632811a)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "Net-(C9-Pad2)") (pintype "passive") (tstamp 5987bb4f-85dd-4feb-a1fd-02f11c3ecd7e)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(D4-K)") (pintype "passive") (tstamp 04626c3b-a5fc-4ce8-9418-ac5ebd543c57)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcebb) - (at 53.848 76.2 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf2f4ca") - (attr through_hole) - (fp_text reference "R11" (at 5.08 -2.54 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5337938b-dc31-4107-9633-8988dfd98b69) - ) - (fp_text value "1k" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 34f2fd64-8c4a-4496-8936-dde363c2add3) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8404348b-ea2b-4a80-9b50-612f021ef7d1) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7d6d9cca-eccb-4ae4-bdbf-1ed17d30bb81)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 255380a5-4e31-4ea0-ba19-abd4c9765f7d)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96c232ac-da97-47f7-8703-78f7ac8206c2)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2c8d2002-600d-4a4d-805d-0b5907e91ccb)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b3e7979-f1e9-4651-a959-4007f028b967)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 844c42a3-a3a2-4f17-9055-a1524352c5d8)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ba9ad4a1-3d29-4845-96e8-0e64a956a93c)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a47a4036-3d03-48c6-9e89-015ee6d88a6e)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d604f01b-528b-4a45-a9c7-7d2034f14c2c)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 264abe96-f2c0-4724-9dcd-94de40ab6572)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2cb9e900-c28b-4d89-abe9-78d601bde1b4)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 415f804d-da53-4f27-8596-86aa6fc9b0db)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ea1728e2-f701-4409-89a7-750ae66c56ec)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a65781e6-b285-4ead-969e-8191efe7ba4b)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6c112427-807e-421f-8c2a-5f758cc7e05c)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 02803403-159a-408c-9849-7baa462d1415)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 50 "Net-(R11-Pad1)") (pintype "passive") (tstamp 0bb9b714-7a1b-4f8f-aaca-55fc2eb03b96)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(D3-K)") (pintype "passive") (tstamp f1193576-65ab-4980-ace7-28587c471994)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fced2) - (at 53.848 104.775 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf1dd9d") - (attr through_hole) - (fp_text reference "R12" (at 5.207 -2.159 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c818be63-dc8a-4abc-bcca-2ec772ea92ce) - ) - (fp_text value "20k" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 58d2cf8e-7049-4e87-b2db-5d58b093d513) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ec61d3c6-fbac-4256-8d0c-626ef2c502e4) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 72e7c2c5-1ccf-4b25-978d-98103609fd93)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 584015ef-3abd-44c4-adb3-97158c9a2f20)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c0d6f223-70dd-4e75-ad87-1a58f76f9e0d)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 54c85d93-4a73-4245-97f7-ae33b7c8687b)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cc6866a4-1691-47aa-9e93-01741dc70617)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3b43464-671f-4fba-bd4c-d4b9876a9177)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9a9a3a6b-91ad-49a6-818a-b8b2f7737e7b)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 52fb31fc-e491-4e51-a935-aa98ca8e9364)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 99ebf17f-7b50-495f-9c71-31ab5fd313ab)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2f83bf11-80ba-46fe-83e7-9668dd38e554)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1c515f39-0452-462d-8b80-1ae6540aae1d)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3b3f10bf-8136-4fde-b38a-3ebee58a858a)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 237f33ad-e35c-4ccf-8e10-0f9e8831ed84)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b36d4542-d0c7-4d19-90d6-c3bef62e738c)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aba1a694-414e-42f6-9ca9-f6c1d4cc126c)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66e857ce-c0fe-4d00-801e-9bd1ab1a7067)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C13-Pad2)") (pintype "passive") (tstamp 4b899f85-ef15-4ac9-81a3-df0558db1329)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 39 "Net-(U2C--)") (pintype "passive") (tstamp 81509900-9788-4ef5-afc6-a3dd92cfe8c8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcee9) - (at 53.848 99.06 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf33f7a") - (attr through_hole) - (fp_text reference "R13" (at 5.08 2.37 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3222fc61-46ec-4485-a771-6083a3a3fd91) - ) - (fp_text value "10k" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f9d621aa-7120-422f-8077-8681c43e4fbd) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9193e9cf-9980-44d3-a038-b248a685b0e3) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c45094da-b39c-4ac8-bc32-c543ef472a21)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1dd1af87-eb03-43f4-91f3-9ff7d090e4bd)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2f9808b2-4566-49fc-9ea6-a61833083939)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f78e396e-ddf0-4ad1-88ad-52ef8b92a324)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f07a4407-6d72-404d-ae63-ec5c9d0798a3)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed3db129-797d-44bf-b30e-cfac87854799)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 249e2fa8-90ee-4a11-9f95-a498de2ba742)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 34be48e6-61cf-45a3-b214-579cf14d6cd9)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0ea898d3-f555-4506-a4bd-d8854ad08c80)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2e5d6560-b7c9-4281-9278-bef1a6052a78)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 45fbd832-6761-4698-9865-1cac9bac1caa)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b19b826b-2942-4138-8201-cdc6457cfd2f)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b86af68-ed40-4419-b83b-06fa9df3af8e)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 47b060cc-0cf5-4235-8fe8-180b978b03e4)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7a5ee264-f920-4b2b-a096-267eae19f010)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3045d29d-a2b2-468e-86b3-0518b699ef73)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "Net-(Q2-B)") (pintype "passive") (tstamp 2882c3d6-155a-447a-83fd-123c0281bbef)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(D3-K)") (pintype "passive") (tstamp dfbb01f3-f594-4054-b268-2ba7418fa028)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcf00) - (at 73.66 122.555) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005d2c0f0b") - (attr through_hole) - (fp_text reference "R14" (at 5.334 -2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d19cfd11-3a43-4798-81a1-d9f550ac2790) - ) - (fp_text value "5k1" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a99f0af5-0d8e-4d29-a67d-5a1bdc3de935) - ) - (fp_text user "${REFERENCE}" (at 5.08 -2.159) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a807a143-a0e9-4eea-954d-3288a980a27e) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp be3d187c-8207-4381-9cad-b3c1e9c6619b)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4eb586c6-0ee6-415c-babb-8fa28b7f1b11)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f99f770b-c9fa-4a59-b76e-7d1fdbd1b404)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4e8c9580-177a-4441-8b15-ef57d72d2564)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 16a45825-9c53-4982-89e3-84bffa51ff19)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5c9db37f-03ef-4cb5-b9e3-bb5b627eb2a0)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 841392a0-2e2f-45f0-b75c-53433dd24031)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1077bb02-0e33-4545-8c02-565f3290d6c6)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf849323-e44a-4d5a-bbe0-07b223d4adc8)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 76021d0a-f26c-44bb-9d6c-6a890aa2dd12)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 180f4dfd-3856-426e-9603-e22521f946b9)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3985bdf7-8693-45c6-95a0-9f5a88c7c8a2)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 982bb940-73d5-4b7e-8b26-9f30154549e2)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf9d20c6-3ee1-4e9c-83f0-448e599f7189)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp af0093e1-f404-45e4-bac8-d92c67eb0454)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp abf4dfc1-e360-4441-887c-3b063aa290cc)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 0777634a-7b0a-49f9-8ccc-b9e9718b3c36)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C13-Pad2)") (pintype "passive") (tstamp 93aadda2-e07e-4185-9059-05d1ec8b8220)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcf17) - (at 109.22 133.35 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005d262485") - (attr through_hole) - (fp_text reference "R15" (at 5.08 -2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a99a592c-5398-4e32-bb7b-46d0e5f10dc5) - ) - (fp_text value "100k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 66b63838-b47e-4f91-86f9-321347e3235d) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 805baeb4-e47e-4ad9-beba-70dd64c3d996) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 504f44b1-e46f-4c46-abf5-dc180f27b25d)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d7b71a54-bbcc-4604-8063-e0d740d97723)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 76e68dba-d632-45c6-ade9-95dd26cfa9aa)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 39d2e495-6698-4088-a067-693c5a1d419c)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5fa606c9-caab-4f22-a60b-41f549394dc7)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3acdc78d-6690-40b3-9ccb-7919054a57b7)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 29b610d3-54f6-48d9-8913-ac67a991001e)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 222626b7-af03-4841-a74f-3f3e368e0392)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 127b3a90-57e2-486f-a2d4-ca2f6ebec23e)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 79594eb7-eba0-405b-985f-ccea1554932f)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 81ed7cd2-85ac-48d8-94ab-6d1ef716ef32)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8b0d9f56-16f1-4461-90d7-8d5af08bbda9)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 326fbdf1-9b2b-4e33-adbd-930d968666e4)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b1030947-e7bc-45cd-9fe8-0f8e1a6b78bf)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3bf6c6d7-4267-43df-8a25-32eb68660155)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f5ba1e45-1983-46cb-ae8b-cde99a1e54c5)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Net-(C13-Pad1)") (pintype "passive") (tstamp cc5ad8ca-1806-4714-8b20-d1a09bc0a25f)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 40 "Net-(U2A-+)") (pintype "passive") (tstamp 7ab92bfe-3992-4b0d-be52-ac34cd4ba712)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcf2e) - (at 68.326 94.742 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf5dd03") - (attr through_hole) - (fp_text reference "R16" (at 4.953 -2.159) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5af9ba2d-6579-4874-a2cd-319f36c4d51f) - ) - (fp_text value "20k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7f0ecfbe-4aaf-406a-b7da-b9acd1a0dd49) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 46731833-46e6-4046-9d71-7fde37411099) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 52e52a1f-65c1-4569-89c2-704679fb0fe8)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 14a6b904-5f78-491e-b1bc-9f885a49842f)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a993f080-0e28-49f4-97ee-1af2e74776f5)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp caf46e29-b4c9-4b11-aa60-bdcd4c98eab8)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7678c112-26af-44b7-bb43-8f862dfbf949)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 62c32c6f-86c9-43c1-b94e-6919c0f7ef5d)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e0ea5505-ee6a-4de4-ab5e-5ba58fc96df9)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 215dcabd-294a-44b3-a042-86b4eb604995)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f3b4e93d-9b0a-4f49-953f-c201cd04665c)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b06cb098-a6eb-4c59-9b1b-9aa5d91fc0d4)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1d525c92-8132-4aa6-bcef-19fff0d75846)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dda843dd-4300-411d-9d0f-aac5fdeb0912)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 29566a14-8d63-439e-86f8-6bca6398aef3)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 20719e1b-748d-4502-8ea0-28476e900ffa)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7b94cf35-f5df-4dff-9cd5-30499f7d085c)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a3345417-250a-4f23-b9b5-fd7ea23d742c)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "Net-(Q3-E)") (pintype "passive") (tstamp b3be8edc-21b0-4b85-8d0d-deb646493850)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 27 "Net-(Q2-E)") (pintype "passive") (tstamp 1040e298-7f3f-4f2c-af4c-074df21bb45a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcf45) - (at 99.06 137.16) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf20303") - (attr through_hole) - (fp_text reference "R17" (at 5.08 2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e883761e-7a45-4843-a734-4334c202d7b6) - ) - (fp_text value "220" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a074277f-9d96-4b11-b62c-d1aba9c07e6b) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 353a938c-faf9-4393-808f-b2aa6b2c2ae4) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ac1b897c-9f9b-4911-a5d4-17449ff9570e)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 24c45fec-e847-473e-90b5-118f39cf91b7)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c4ec0c28-59ba-4fea-82d0-f610a7b156a3)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 51099beb-fbdc-469c-93eb-79e8e919c8a6)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d05d145f-35c0-4971-9de1-36f8a5394786)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f0f6c5a4-22a1-48a4-9705-33b1616d4e67)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b0041eb9-eb15-43ca-bef7-4d819b814e8b)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 68f1e029-d05e-4cc9-a64d-c97adbf6a01d)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6bb65472-4a51-4fdc-b80e-c758b91b9aa3)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b2871957-89cc-46e9-8f38-f430ef099fb8)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f406812d-ac05-4b09-b14c-8fc0feb11606)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 42cda72f-dc06-4771-aaf4-9c7549b71936)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 573acaf8-48cb-4a65-99ce-4c9e2eff8037)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1cba10e6-3685-469e-9238-d6779237fab6)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5dd917ec-41b4-4d45-b3c4-ab2d4fe4badc)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a855f5fc-150b-46f3-bf48-2843d0955744)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp c9282cbb-d648-45a2-b720-255bdca5f677)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 40 "Net-(U2A-+)") (pintype "passive") (tstamp 10af6a53-18de-4aa4-9eaa-dfe35a8be90f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcf5c) - (at 109.22 129.54 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf26caf") - (attr through_hole) - (fp_text reference "R18" (at 5.08 -2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 53105c6b-cc59-4a07-9493-020756166fe9) - ) - (fp_text value "220" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9e043edb-9abf-4d00-816d-6454ea7cc238) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cff50826-1d93-42da-a635-4aa10986603e) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0a96b8f-1445-40c8-b399-62a080cdd094)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 41364406-8f55-451a-84b2-6476a2e091cb)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c5967d40-82db-4695-a6aa-0f01ed25059d)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fbde50a5-0b5e-44c3-a539-93fef60af723)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7699f629-4c17-42d8-8ecf-5fdd82a83253)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bb617bed-bbc9-44ec-9c5f-4c4faf98e31a)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bccaa544-1256-4908-8f6f-6e51634a33fc)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 80d5fe16-6b9d-4716-9e05-ee4a4eb65152)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 05f12d83-49dd-4455-8151-9d878e858a56)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a2b2eb8d-2878-4596-8f2f-341f1800a3f2)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3642464e-981c-42ea-a366-59b64987d864)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 173425b1-fec5-41b4-aed1-683276757d40)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d9474d40-1903-4ffd-8b5d-415f352d0034)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53f8b887-4e6a-4f1c-a2df-b43b51ef6b9d)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5c4ae082-6b27-4348-907a-86c3e7307fc6)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 86474d4e-0218-4c65-9726-75ef9dd5acfd)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp c5f85572-3fc5-4c7d-a73b-e7757e309a39)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 41 "Net-(U2A--)") (pintype "passive") (tstamp edde7a98-4338-4772-a3aa-2af49654079c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcf73) - (at 109.22 125.73 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf293c6") - (attr through_hole) - (fp_text reference "R19" (at 5.08 -2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9a7288f1-96e5-4048-958d-dfcf165dd9c5) - ) - (fp_text value "56k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 44a3a566-6e4e-43c1-bfef-437376fe374a) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e1a90203-b8ef-42f3-a147-73600b39d651) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f24b2453-c06a-4c74-92bc-ecb537dc26ab)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed24f404-1179-4b60-bda7-2386d10769ea)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3736900a-bad6-4647-9b8a-7cdb9635eb98)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7783309f-f344-4d6f-9012-10e0a0e6e1b0)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 78158402-7e00-4d00-8cf6-4c30b93a3121)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp be653e23-af30-4b97-91eb-ee8ab3d7af6c)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0cc5cf12-6e94-4ceb-91dc-9e4b8404f3e6)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b46c6c67-2d0f-43af-8cd5-c9b21560f5e0)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dded8b41-92de-471d-82ca-eb07a635f675)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f03506b-335f-4ad7-a1fd-64aadb2924d2)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 30352883-903b-4840-903f-c7a0a0df5126)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0f773ce0-e74b-49ff-b9dc-5ae092b7db4d)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8f3f4bb9-4a3f-4573-9382-26cdba091242)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4ed99663-6d85-48ef-9590-9a854eb14342)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp de7dd19a-588a-4d08-8515-862ad365bc02)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 073d09da-dacd-471c-84a8-fddecf482f69)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp f7ed31cd-271e-43de-a6cb-a978aea6121b)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(C15-Pad2)") (pintype "passive") (tstamp 5deebeff-e919-4c4f-b81e-6764c97688b2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcf8a) - (at 66.04 160.02 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005d08e444") - (attr through_hole) - (fp_text reference "R20" (at 12.954 0) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4abd644a-27aa-4344-b629-a311f95df61a) - ) - (fp_text value "220k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c3808c1d-62b0-41b9-8bf6-f9bd0e0bf074) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5fdba80d-7056-4118-8f71-15e78fa56788) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 09f6b1a7-173c-4fe4-b954-b4d6ea0a95a1)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cb466d88-14e5-4881-b1cb-5ae4254501ed)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ef82574-6848-4742-911c-5059b37e1fbc)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2af94968-ba7c-4167-ab18-205e29e36290)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3e73c9ab-b015-40f8-9274-1c5fa110659e)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aafb8451-36c9-4bf1-87cc-74bfaaa75034)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 386f0113-e95f-46fd-90fd-86a6fa43cd34)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39ef73a8-b4a9-4ca6-b5dd-de226c56e3a2)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 037a908b-7ed7-40e1-954b-c6975f2f6e21)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8c99d6ae-1555-4602-933b-ed54f5311f44)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d66ff1ea-b71e-483b-9b24-57bd8a75e15e)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 96499255-e0ef-4553-9e8c-fc0084baca70)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e48ccd25-bcbe-440d-8926-c9b22f7b531b)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aef3223a-9733-4c74-af3d-876e20f98220)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 69b9cea1-7ed1-4ae5-a19f-06dcdea1b3fc)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 100a0c87-4492-44c9-aa57-f03b4d6bd3b7)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 38 "Net-(Q4-B)") (pintype "passive") (tstamp 973d55e5-0d10-4638-993d-2e1e06b7e92a)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(D5-K)") (pintype "passive") (tstamp 22dc9f46-d891-429c-bda2-7cbd662dfbf1)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcfa1) - (at 91.44 93.98 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf84cf6") - (attr through_hole) - (fp_text reference "R21" (at 5.08 2.37 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp eb49bd19-e603-43c3-b663-9b63bcdc0649) - ) - (fp_text value "100k" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp eb60addf-9881-42cc-95d2-220b3f6f4770) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fb20398e-a781-4daa-a0c9-131a02cc4d16) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8140e069-8bca-4264-8aef-57f56f606d59)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d3d1b093-7b7f-49eb-aced-b9edb88c55e0)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3ceb1434-6885-4edb-ac70-d26b7829c992)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 90ef6d00-21c9-48b7-8173-2a9b5ed0ce92)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 37d87f36-ac91-4025-a40b-86e1e4cc5164)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b08f618b-aded-4b8a-8e1b-4b940a73725f)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6e942ef1-fc64-4ef5-a28d-9a6ddc1faf8a)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8ae2842a-17e3-4938-bf59-76aae2a1f6de)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ab81e1af-af21-443a-a0d2-4f0662148ec4)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cac08497-1285-447b-bc4b-bbd7367f602d)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 56951fe7-fcaa-41a0-964b-1f84db7786f7)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8370f42-0c8c-4839-b699-efc961d9cfa9)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0007d917-ec75-4e76-8501-da2c8fef3d40)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3ec463d9-97cb-4101-b42d-24d132de47fd)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 16bbc9da-7112-4fa1-9db7-83727146f00a)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e018f5d4-064d-4fb2-8655-0a64de8f1ad4)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 42 "Net-(U1B--)") (pintype "passive") (tstamp d10b29e8-88b0-4e24-81ec-5c3558e91a9a)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 51 "Net-(R21-Pad2)") (pintype "passive") (tstamp 3f8d36a1-ddb7-4b72-9c52-8a0c94aae5ad)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcfb8) - (at 82.55 118.745) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf4a613") - (attr through_hole) - (fp_text reference "R22" (at 5.334 -2.032) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1ccb268c-9498-4f85-8656-98192cefc6d9) - ) - (fp_text value "100k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6a0545a7-2a49-47ee-8ab2-2f52b5f6db4e) - ) - (fp_text user "${REFERENCE}" (at 5.08 -1.905) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ac687fe0-a6ba-4e16-8388-904e73ab9665) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3cb79c51-0bda-49b0-9107-88299ff8fff2)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp db54d1dd-aac7-4b13-8a95-4fd85889bb31)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4e9f22bd-988b-4438-a0a0-57b4605855b6)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e8215e72-571d-429a-9795-d71ea88f2962)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8b2db77f-8d7a-4a91-9b8f-b6064db9f868)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a5314298-a0a7-474e-b49a-741a4d847dbb)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5d795b55-a8d6-4b41-8a1d-df1874c974f3)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1032723f-d590-488c-b526-3999385575cb)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6f0bb5f6-7884-41d0-a351-058539d2468e)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7a6e4c13-4ef0-42eb-bc70-0efe9309b829)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0f92bd63-0ace-4695-a85c-2a63ebbf2609)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 83ad4648-abfe-49f4-b96f-a9c93a901cc2)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c355748f-455e-472f-8c6e-54f934483dd6)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f52d9a4-1a1e-4e1a-b92c-38c49ae7f464)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3c06c75b-8172-4e8e-a744-dd06bde64c53)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 76bb0210-b121-47c7-b5fb-fbf8ae8e746b)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 42 "Net-(U1B--)") (pintype "passive") (tstamp 2017427a-d178-4e01-b9c6-9f01c29b104e)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 52 "Net-(R22-Pad2)") (pintype "passive") (tstamp 470796f6-7a3f-4288-aa44-4572ac61bd8a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcfcf) - (at 109.22 119.38 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf70f91") - (attr through_hole) - (fp_text reference "R23" (at 5.08 -2.159 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e4f53673-3483-4836-9898-0b768983e246) - ) - (fp_text value "10k" (at 5.08 -2.37 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 46808d72-b37b-4a82-934a-f6201cadc737) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 992d830b-6176-47c9-8c9f-3d1cdedebab4) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7795cfeb-3e15-4f3c-a3c7-6cf936aa174c)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fb6c674e-09bd-44a6-a4db-ed43231fa19f)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cfdd90a1-0ba0-4175-83ff-0de225735994)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4ee83cc4-f0a3-4ef5-9e2b-fc834b85eb56)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 849fe03e-6b95-4656-91d2-1d59ed007e47)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 203a5157-bfa3-415e-a9fa-bbdffd9d9d2f)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b36f6520-297d-4fc5-8df5-9c922d359591)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c7ee0530-0975-4651-bdb7-c87984747227)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5b1dd0fa-144b-4ae8-ad88-f5ce6063168d)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 36f619c5-849f-4a67-ae61-ee3aae837adf)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f0e9267-d612-472d-bb1a-c367fbea3024)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e7842ac-aa75-4cf0-bb24-117749d8f395)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eb496699-1a68-45cb-823a-9355c35032ca)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7d6f6c36-97e7-4562-8e3c-40527fc6e21d)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 56ae27ed-185b-4806-adc9-4b752837a7a1)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d3886c72-8421-4d21-9e58-b04b91b6fbbd)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 3c543dc6-bcdf-4396-ab7e-0713d2c69648)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(C16-Pad2)") (pintype "passive") (tstamp f0301169-93bb-40f1-b937-78f0e8433d34)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcfe6) - (at 66.04 156.21 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005db2b532") - (attr through_hole) - (fp_text reference "R24" (at 12.7 0) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6e097dda-0103-493e-9651-a51cf48ff292) - ) - (fp_text value "1.5k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp eafd8898-e37d-4e35-aa46-0730a80d69fe) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fb03373c-f249-4eca-958a-8b0e2cba2379) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dc126ba5-8c14-42a7-bc66-f7937509d179)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a9ee33b6-9634-4c3f-8be8-9a77dd894d49)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8b097fe7-ef2b-4cef-8a6b-73220c290159)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9cdcffb3-597e-47f4-bf2f-c44aa3e35cbf)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2562c7fb-8da5-43fb-96a7-36bce9532352)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6352e2aa-a463-44d3-8fb6-5657d1dc0440)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 368eef2c-647e-4bde-856a-c172655d864a)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 69f6921e-da5a-49cb-b3ac-e0d3ddb9de0b)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5e41f431-6c16-49c1-9d80-2f961cdfdc79)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4fc9a65a-a831-43ea-ba3e-355c07feef15)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0f89ec31-f695-4fb8-826d-331551a5864d)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53dd4c56-c7ab-461e-b510-83de50ac3290)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0d7e15d-a485-45cd-b7ad-956ef2bcf06f)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c0f6d295-a422-4a97-ab34-e572dd6380ba)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e3430aa1-77e4-4035-ac9f-b57398a91728)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3bfaa393-359d-44ad-9fd2-0a9048c91bf3)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D6-K)") (pintype "passive") (tstamp 89432acb-3dca-4b1e-b746-74872af58696)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 37 "Net-(Q4-C)") (pintype "passive") (tstamp 3c71c8fa-90d0-4a3c-bebb-34e97351dc9d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fcffd) - (at 68.58 118.745) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005cf4f04a") - (attr through_hole) - (fp_text reference "R25" (at 5.08 -1.905) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b2bd4def-ceba-4140-bd10-13910a976277) - ) - (fp_text value "100k" (at 5.08 -2.37) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5e41f325-41f8-4422-a420-498a9536ce65) - ) - (fp_text user "${REFERENCE}" (at 5.08 -1.905) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cef3dae8-5d9e-43af-8581-41924a00981c) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2f9139b1-590a-4bbb-bf06-cc12de06b829)) - (fp_line (start 1.81 -1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 06452c42-acd1-4176-8602-1df1b74ba996)) - (fp_line (start 1.81 1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c6809ecb-ad3e-47d0-8592-95632af52845)) - (fp_line (start 8.35 -1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ffa24ac9-926f-4dac-861c-f85f8acede32)) - (fp_line (start 8.35 1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a6c671e7-637f-4d93-8136-fbc5d081fa92)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8403cc74-97a5-44a6-8e5b-4636a200c69e)) - (fp_line (start -1.05 -1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 80d8c6da-7634-4605-a819-680ad958ef22)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1a70c8f0-71a9-4a48-9b57-207e91044b7d)) - (fp_line (start 11.21 -1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7281e830-6a20-4eb5-8368-630ae4b2b7a1)) - (fp_line (start 11.21 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ed8b65d6-9f0e-456b-9214-4c2ce10f5911)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fdf3cf6c-66d3-405d-bd44-dcffb96b61f4)) - (fp_line (start 1.93 -1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d5c2cae1-ce0a-4ce6-a975-94d8eac48de4)) - (fp_line (start 1.93 1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f1dd3c1-5d12-494f-97a1-1e1af0152522)) - (fp_line (start 8.23 -1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a81a40b7-9d9c-4885-87d1-ddc868e2bec9)) - (fp_line (start 8.23 1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 84028faf-13f1-4e86-9668-a05dba6fc14c)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e9ba1b7d-04b2-4bd5-8965-d6837e766b41)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(C17-Pad1)") (pintype "passive") (tstamp a0d505fb-b0d9-449f-9dd5-22b345980f23)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 42 "Net-(U1B--)") (pintype "passive") (tstamp 4f0c921e-27df-48d8-bc94-d5bf1d8c8251)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd101) - (at 60.96 133.35) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00005da131f2") - (attr through_hole) - (fp_text reference "U1" (at 3.81 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1711ff46-be98-472b-88c9-9dea2e992b8f) - ) - (fp_text value "TL072" (at 3.81 -9.95) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4be901b5-1aa5-4006-9589-b1b316e4d684) - ) - (fp_text user "${REFERENCE}" (at 3.81 -3.81) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ce28b887-2bcf-4a4b-8914-a535b67acc62) - ) - (fp_line (start -1.33 -9.01) (end 8.95 -9.01) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp de73d26e-3625-4ac1-b88a-8c513e90b280)) - (fp_line (start -1.33 1.39) (end -1.33 -9.01) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f02b2a5b-5293-4d7a-81d3-8848d32dc1bf)) - (fp_line (start 1.16 -8.95) (end 6.46 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aa8f5fdb-6f1a-4d40-b7ca-796b35e74873)) - (fp_line (start 1.16 1.33) (end 1.16 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4c55541e-191f-4721-b3cc-8e3e8117fdf2)) - (fp_line (start 2.81 1.33) (end 1.16 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5a3007fb-65ea-46b8-b1fd-09ecde8c2d6d)) - (fp_line (start 6.46 -8.95) (end 6.46 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 12e65d39-d69d-4f7c-8863-f9afbb8b0727)) - (fp_line (start 6.46 1.33) (end 4.81 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 183ff6d6-291e-4d25-a979-269a6ea66316)) - (fp_line (start 8.95 -9.01) (end 8.95 1.39) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f30a940c-40a0-4f1e-8a8f-0a1029833120)) - (fp_line (start 8.95 1.39) (end -1.33 1.39) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd3721b3-524a-437d-bd28-1f5dc8e7dc32)) - (fp_arc (start 2.81 1.33) (mid 3.81 0.33) (end 4.81 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 50a1100c-0cef-4491-97db-f87840d3c303)) - (fp_line (start -1.55 -9.2) (end 9.15 -9.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3af75fa4-7a6a-4600-84ab-e10fb22b05cf)) - (fp_line (start -1.55 1.6) (end -1.55 -9.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 69a83f34-493d-40ee-b33d-e1e3bff54ecf)) - (fp_line (start 9.15 -9.2) (end 9.15 1.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 002bf71d-4858-407d-a8d0-0308fed06dea)) - (fp_line (start 9.15 1.6) (end -1.55 1.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 091aa021-8c0d-4223-b8f2-e5c800ce09a5)) - (fp_line (start -1.27 -8.95) (end 8.89 -8.95) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f5889bfe-ff82-4095-b267-71a277db86ea)) - (fp_line (start -1.27 1.33) (end -1.27 -8.95) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 25651681-0189-419b-bc45-c10e79912738)) - (fp_line (start 0.635 -8.89) (end 0.635 0.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9bebc582-7c8b-4b32-8041-d6d91439e60a)) - (fp_line (start 0.635 0.27) (end 1.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7f6eacb8-944d-4f61-98ce-af3f78b14017)) - (fp_line (start 1.635 1.27) (end 6.985 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 05713eef-2714-4e4c-86dc-ea1c9851344d)) - (fp_line (start 6.985 -8.89) (end 0.635 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp abb983b7-9f41-4ed1-a4e3-7da9bfc17072)) - (fp_line (start 6.985 1.27) (end 6.985 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6570c780-b426-43e0-9c95-ee780eb626ff)) - (fp_line (start 8.89 -8.95) (end 8.89 1.33) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7f1f76bc-e468-46c3-8ac0-aa3b9d07f534)) - (fp_line (start 8.89 1.33) (end -1.27 1.33) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aad1caf8-6e1e-4924-b678-0e3b8bd46281)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "/PULSE") (pintype "output") (tstamp 369d31ba-999e-43fb-a04a-08505ced465a)) - (pad "2" thru_hole oval (at 0 -2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 43 "Net-(U1A--)") (pinfunction "-") (pintype "input") (tstamp 8f709402-0247-4a13-8488-5c41fd9bc836)) - (pad "3" thru_hole oval (at 0 -5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(U1A-+)") (pinfunction "+") (pintype "input") (tstamp 677676ca-170b-49ac-9e04-54f140b730f7)) - (pad "4" thru_hole oval (at 0 -7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 50b037aa-96c7-4310-a08a-c0d31c61a696)) - (pad "5" thru_hole oval (at 7.62 -7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp d1b8d9f7-26f5-4026-8393-b2177b874b94)) - (pad "6" thru_hole oval (at 7.62 -5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 42 "Net-(U1B--)") (pinfunction "-") (pintype "input") (tstamp b7edd21d-96fc-4e6b-8bb4-cce3018cbb7a)) - (pad "7" thru_hole oval (at 7.62 -2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(C17-Pad1)") (pintype "output") (tstamp cb88d468-3167-4bc2-98a1-fde7d85e13e2)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp eddb3c44-3511-425e-be0b-b4b2d8967caf)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-16_W7.62mm_Socket" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005d9fd12d) - (at 87.63 140.335) - (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16") - (property "ki_keywords" "operational transconductance amplifier OTA") - (path "/00000000-0000-0000-0000-00005cf00aac") - (attr through_hole) - (fp_text reference "U2" (at 3.81 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 51bab9e0-4300-4326-80c3-acf0b176697f) - ) - (fp_text value "LM13700" (at 3.81 -20.11) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fe675c06-a055-4ad6-87c6-0bc8ef306020) - ) - (fp_text user "${REFERENCE}" (at 3.81 -8.89) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 681fe64c-a608-4835-8e30-2f8ed4c80823) - ) - (fp_line (start -1.33 -19.17) (end 8.95 -19.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 830e1289-5257-4bec-98b4-1967b95abcd2)) - (fp_line (start -1.33 1.39) (end -1.33 -19.17) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9924daf0-b830-47ba-bcd0-44988ee09e44)) - (fp_line (start 1.16 -19.11) (end 6.46 -19.11) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f4f99a92-343b-4154-acfd-0cec8539b8f1)) - (fp_line (start 1.16 1.33) (end 1.16 -19.11) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ae6579bb-bc1c-4b1e-b449-9ce16fe44a1b)) - (fp_line (start 2.81 1.33) (end 1.16 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6c578682-1a6d-4922-930f-e82a0663fd96)) - (fp_line (start 6.46 -19.11) (end 6.46 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 680335ad-a27d-4855-a665-1c6cfae676c1)) - (fp_line (start 6.46 1.33) (end 4.81 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8bf4828c-1841-400a-bb3a-e9b70ad8e960)) - (fp_line (start 8.95 -19.17) (end 8.95 1.39) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 34a5567c-c347-4a57-a21f-6f9b65b148da)) - (fp_line (start 8.95 1.39) (end -1.33 1.39) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bfc1cf46-5688-461d-9f3c-47a6e763f214)) - (fp_arc (start 2.81 1.33) (mid 3.81 0.33) (end 4.81 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c1d161bd-6ac4-4d4c-acd6-8ba91bb2c7ec)) - (fp_line (start -1.55 -19.4) (end 9.15 -19.4) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9818c558-1fb6-479b-a345-f47d2277c74c)) - (fp_line (start -1.55 1.6) (end -1.55 -19.4) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b1a6374d-bc7c-498c-845f-932ee6973fd4)) - (fp_line (start 9.15 -19.4) (end 9.15 1.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 421eac7a-6ed4-4539-9dcb-162a26e63a7b)) - (fp_line (start 9.15 1.6) (end -1.55 1.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c8b824bd-d20f-4365-83d4-3bcdbe7f413e)) - (fp_line (start -1.27 -19.11) (end 8.89 -19.11) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a1cde54b-defa-4d33-a7f9-01b43c3bc933)) - (fp_line (start -1.27 1.33) (end -1.27 -19.11) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d1c1740-9f29-4376-bdd7-89f53b349921)) - (fp_line (start 0.635 -19.05) (end 0.635 0.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 03f381f5-0199-4d48-b1ce-bc62fdf9f859)) - (fp_line (start 0.635 0.27) (end 1.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dd5e4a7c-ee85-4b98-8622-506dd6e5caeb)) - (fp_line (start 1.635 1.27) (end 6.985 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 99008b54-2663-4e07-bffd-c4a59da2cf0a)) - (fp_line (start 6.985 -19.05) (end 0.635 -19.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7094ab7e-b482-4061-ab6c-14e2922839c1)) - (fp_line (start 6.985 1.27) (end 6.985 -19.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aaac00c4-a0a8-4839-9ea5-73ff84baef9a)) - (fp_line (start 8.89 -19.11) (end 8.89 1.33) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 394556cc-940b-453b-9271-d46bbe0a8415)) - (fp_line (start 8.89 1.33) (end -1.27 1.33) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 70ab1732-1c09-489b-bc27-cc51d6b56529)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "Net-(Q1-C)") (pintype "input") (tstamp 09bccf8e-202f-431a-8ad0-81da5a8ba834)) - (pad "2" thru_hole oval (at 0 -2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 53 "unconnected-(U2C-DIODE_BIAS-Pad2)") (pinfunction "DIODE_BIAS") (pintype "input+no_connect") (tstamp 4b3a735f-f4b0-45c7-ab1c-f63e54faf039)) - (pad "3" thru_hole oval (at 0 -5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(D1-A)") (pinfunction "+") (pintype "input") (tstamp fa788da6-b254-4094-8718-96dda2ddca23)) - (pad "4" thru_hole oval (at 0 -7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 39 "Net-(U2C--)") (pinfunction "-") (pintype "input") (tstamp fcb38842-c8cd-4933-bd69-97a46b3d38da)) - (pad "5" thru_hole oval (at 0 -10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C10-Pad1)") (pintype "output") (tstamp 5bacf2a6-7cfa-41e3-9015-493594edd6b0)) - (pad "6" thru_hole oval (at 0 -12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 4328b681-13ba-497e-b564-7bbdcd507e36)) - (pad "7" thru_hole oval (at 0 -15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C10-Pad1)") (pintype "input") (tstamp f3dfc2a0-a4da-4148-81ee-2ec84ed07701)) - (pad "8" thru_hole oval (at 0 -17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C13-Pad2)") (pintype "output") (tstamp 5e3f4b8d-6817-4aae-b543-f0df70a3125c)) - (pad "9" thru_hole oval (at 7.62 -17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(C16-Pad2)") (pintype "output") (tstamp 2d17a987-f690-41b3-9fab-f9efb4d3eabb)) - (pad "10" thru_hole oval (at 7.62 -15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(C15-Pad2)") (pintype "input") (tstamp 5acdd58a-f955-4a9e-b2f4-92ae296b08e0)) - (pad "11" thru_hole oval (at 7.62 -12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp e165c05b-5449-47b1-bcdd-7e1976148d59)) - (pad "12" thru_hole oval (at 7.62 -10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(C15-Pad2)") (pintype "output") (tstamp ad75685b-66c9-4c6b-be74-436a3b97c036)) - (pad "13" thru_hole oval (at 7.62 -7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 41 "Net-(U2A--)") (pinfunction "-") (pintype "input") (tstamp a22a29c6-1798-46c5-b07b-7a6c8b350b8b)) - (pad "14" thru_hole oval (at 7.62 -5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 40 "Net-(U2A-+)") (pinfunction "+") (pintype "input") (tstamp c0c20683-9078-4810-8b33-8a141c9dbbf0)) - (pad "15" thru_hole oval (at 7.62 -2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 49 "unconnected-(U2A-DIODE_BIAS-Pad15)") (pinfunction "DIODE_BIAS") (pintype "input+no_connect") (tstamp c9eb9e73-4990-434e-9887-173d58ff96c0)) - (pad "16" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "Net-(Q3-C)") (pintype "input") (tstamp 4a228596-dc8d-4b84-8b63-b130ee3d641b)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 162.56) (end 50.8 50.8) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d958384)) - (gr_line (start 50.8 50.8) (end 111.4 50.8) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 588f0913-b756-4d0f-a0c9-ff001d155726)) - (gr_line (start 111.4 162.56) (end 50.8 162.56) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 79c22f0c-59a9-4157-a336-139ba4e242fa)) - (gr_line (start 111.4 50.8) (end 111.4 162.56) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 8df3e531-93fb-42cf-b144-7795ae24b627)) - - (segment (start 92.71 54.572) (end 91.430399 53.292399) (width 0.508) (layer "F.Cu") (net 2) (tstamp 1d38855c-5c5f-4b0b-80ef-c6b211dafcb0)) - (segment (start 74.93 54.61) (end 74.93 57.15) (width 0.508) (layer "F.Cu") (net 2) (tstamp 33d492a5-4966-4e27-97e0-c6660a8fa172)) - (segment (start 76.247601 53.292399) (end 74.93 54.61) (width 0.508) (layer "F.Cu") (net 2) (tstamp 4e9e2ad8-bb5b-45f9-9e6a-37187edbcb68)) - (segment (start 91.430399 53.292399) (end 76.247601 53.292399) (width 0.508) (layer "F.Cu") (net 2) (tstamp 5d4a61d5-d2e5-41b9-b821-e3807f5c2491)) - (segment (start 92.71 55.88) (end 92.71 54.572) (width 0.508) (layer "F.Cu") (net 2) (tstamp 94a980f7-997a-46fe-8f5c-b250baaf1de8)) - (segment (start 93.98 82.55) (end 93.98 97.155) (width 0.508) (layer "B.Cu") (net 2) (tstamp 0a541e60-00c2-437a-97a9-27e47cefc40c)) - (segment (start 71.12 147.32) (end 74.914001 151.114001) (width 0.508) (layer "B.Cu") (net 2) (tstamp 1621009e-2644-4e51-a6c3-39c5fc638b73)) - (segment (start 102.597039 123.552039) (end 100.314001 125.835077) (width 0.508) (layer "B.Cu") (net 2) (tstamp 2275a0bf-d504-497e-9c42-5f318b2bf4a5)) - (segment (start 92.059001 151.114001) (end 74.914001 151.114001) (width 0.508) (layer "B.Cu") (net 2) (tstamp 2a3ae56a-8d16-4a9c-acd0-fa85dfc43fdd)) - (segment (start 99.1 122.555) (end 100.354001 123.809001) (width 0.508) (layer "B.Cu") (net 2) (tstamp 2a6b9e34-81a2-4685-8493-927f1412d649)) - (segment (start 105.414001 120.735077) (end 102.597039 123.552039) (width 0.508) (layer "B.Cu") (net 2) (tstamp 30a8f26d-6616-48cc-b9d8-247f18886c69)) - (segment (start 100.354001 123.809001) (end 102.340077 123.809001) (width 0.508) (layer "B.Cu") (net 2) (tstamp 316b0303-1306-4356-a50d-bf32922c7b31)) - (segment (start 105.414001 111.129001) (end 105.414001 120.735077) (width 0.508) (layer "B.Cu") (net 2) (tstamp 3557d3fd-ec69-4fe7-8301-bfbf684f85a0)) - (segment (start 104.06 93.86) (end 102.705999 92.505999) (width 0.508) (layer "B.Cu") (net 2) (tstamp 4534e3c4-cba4-49d8-a637-677f6b6a39e3)) - (segment (start 95.25 98.425) (end 95.25 100.965) (width 0.508) (layer "B.Cu") (net 2) (tstamp 491809e7-5659-4fb9-ae4e-8f11881e50dd)) - (segment (start 74.914001 151.114001) (end 62.644001 151.114001) (width 0.508) (layer "B.Cu") (net 2) (tstamp 49dda217-9a87-43de-855a-331ef82e5ffc)) - (segment (start 59.69 99.06) (end 59.69 102.87) (width 0.508) (layer "B.Cu") (net 2) (tstamp 51c7f38b-c539-450a-8e5a-1c2f450c21fc)) - (segment (start 59.69 102.87) (end 55.895999 106.664001) (width 0.508) (layer "B.Cu") (net 2) (tstamp 55e710d0-28ad-4895-80fe-c6c4a08c7271)) - (segment (start 93.98 97.155) (end 95.25 98.425) (width 0.508) (layer "B.Cu") (net 2) (tstamp 575cc537-4a10-485c-bbf0-550a946daf41)) - (segment (start 102.340077 123.809001) (end 102.597039 123.552039) (width 0.508) (layer "B.Cu") (net 2) (tstamp 5774539a-312e-46b6-9049-9037b42dee8a)) - (segment (start 102.705999 92.505999) (end 100.080602 92.505999) (width 0.508) (layer "B.Cu") (net 2) (tstamp 591fe7f9-c65d-4ed3-9967-faba623e8a15)) - (segment (start 99.1 122.555) (end 98.300001 123.354999) (width 0.508) (layer "B.Cu") (net 2) (tstamp 69bedd8a-7684-4ed1-b778-c5eec1598b1c)) - (segment (start 96.504001 146.669001) (end 92.059001 151.114001) (width 0.508) (layer "B.Cu") (net 2) (tstamp 892bef62-c2d1-4ce1-ac02-176470b80422)) - (segment (start 100.080602 92.505999) (end 93.98 86.405397) (width 0.508) (layer "B.Cu") (net 2) (tstamp 96624533-a670-4fee-984d-801b7141caa8)) - (segment (start 93.98 57.15) (end 93.98 82.55) (width 0.508) (layer "B.Cu") (net 2) (tstamp 9dc6831e-9ad1-4fbf-a073-fa088f075d90)) - (segment (start 96.504001 156.225999) (end 93.98 158.75) (width 0.508) (layer "B.Cu") (net 2) (tstamp a04af496-f5b5-4aaf-8be1-853aca5eef42)) - (segment (start 98.300001 123.354999) (end 98.300001 124.584999) (width 0.508) (layer "B.Cu") (net 2) (tstamp a7069ec2-2d8d-409c-af07-f6378a0b8eb1)) - (segment (start 95.25 100.965) (end 105.414001 111.129001) (width 0.508) (layer "B.Cu") (net 2) (tstamp b7c44d54-39a8-4b47-a8f4-dc3072113096)) - (segment (start 71.12 147.32) (end 71.12 139.7) (width 0.508) (layer "B.Cu") (net 2) (tstamp c240fedb-9661-4394-a42c-348170494d82)) - (segment (start 55.895999 144.365999) (end 62.644001 151.114001) (width 0.508) (layer "B.Cu") (net 2) (tstamp c2cfc446-7f78-442e-8fc3-3c2b09fda3a6)) - (segment (start 98.300001 124.584999) (end 95.25 127.635) (width 0.508) (layer "B.Cu") (net 2) (tstamp c711075e-0445-4a47-a16a-f7269eeab9c2)) - (segment (start 96.504001 146.669001) (end 96.504001 156.225999) (width 0.508) (layer "B.Cu") (net 2) (tstamp c8159326-0e8d-40dc-a264-fbb5f579d0af)) - (segment (start 92.71 55.88) (end 93.98 57.15) (width 0.508) (layer "B.Cu") (net 2) (tstamp caff5e7f-f1c1-4e8a-9941-1f2ff24aeadc)) - (segment (start 100.314001 125.835077) (end 100.314001 126.331921) (width 0.508) (layer "B.Cu") (net 2) (tstamp cb58def9-564c-4267-9c1d-4513dbe55175)) - (segment (start 68.58 137.16) (end 68.58 133.35) (width 0.508) (layer "B.Cu") (net 2) (tstamp cb72e105-04eb-4c77-ab2a-24b52f16b543)) - (segment (start 55.895999 106.664001) (end 55.895999 144.365999) (width 0.508) (layer "B.Cu") (net 2) (tstamp e716ce05-d1ee-4133-9a82-f0d97352d1f2)) - (segment (start 96.504001 130.141921) (end 96.504001 146.669001) (width 0.508) (layer "B.Cu") (net 2) (tstamp e7c882f2-489b-4db3-ac52-4a792af10181)) - (segment (start 71.12 139.7) (end 68.58 137.16) (width 0.508) (layer "B.Cu") (net 2) (tstamp e7df1b47-8b44-4f0a-84ee-8dacc42774f7)) - (segment (start 96.504001 130.141921) (end 100.314001 126.331921) (width 0.508) (layer "B.Cu") (net 2) (tstamp f95fc143-ef44-441b-bff1-c65b8d3a84a6)) - (segment (start 93.98 86.405397) (end 93.98 82.55) (width 0.508) (layer "B.Cu") (net 2) (tstamp fd21a447-7a9e-4d46-9adf-9e79cb785eec)) - (segment (start 87.59 54.61) (end 77.47 54.61) (width 0.508) (layer "F.Cu") (net 3) (tstamp 06c819c4-4884-4493-a1ea-99dcf2c0dbea)) - (segment (start 88.86 55.88) (end 87.59 54.61) (width 0.508) (layer "F.Cu") (net 3) (tstamp 2fce9b7e-f1f2-41dc-8df5-425cbe4fc307)) - (segment (start 77.47 54.61) (end 77.47 57.15) (width 0.508) (layer "F.Cu") (net 3) (tstamp 9e4e93fb-23d8-4ff3-9da0-13b6327e3673)) - (segment (start 88.86 57.01137) (end 88.86 55.88) (width 0.508) (layer "B.Cu") (net 3) (tstamp 0e61fe39-8371-41e0-93ca-492c02546ec7)) - (segment (start 88.86 55.88) (end 91.5 53.24) (width 0.508) (layer "B.Cu") (net 3) (tstamp 0fceec82-7c34-414d-b782-01c2a650ba9a)) - (segment (start 61 122.555) (end 65.425 118.13) (width 0.508) (layer "B.Cu") (net 3) (tstamp 242cc5f8-10dd-401d-aa1b-3bf90052dc78)) - (segment (start 101.9 53.24) (end 110.474001 61.814001) (width 0.508) (layer "B.Cu") (net 3) (tstamp 2c0b5457-9454-4b29-92c3-eedc30092438)) - (segment (start 110.474001 118.125999) (end 109.22 119.38) (width 0.508) (layer "B.Cu") (net 3) (tstamp 54d4b1df-b5c3-4517-b835-df0f5dcc1cb3)) - (segment (start 83.78 125.73) (end 85.725 125.73) (width 0.508) (layer "B.Cu") (net 3) (tstamp 5a4d6bc4-57cd-4ec1-a23c-2e975feb2bdd)) - (segment (start 65.425 126.970922) (end 67.978079 129.524001) (width 0.508) (layer "B.Cu") (net 3) (tstamp 5cb0d6a2-4883-40cb-a8df-6942548bae7c)) - (segment (start 65.425 118.13) (end 65.425 126.970922) (width 0.508) (layer "B.Cu") (net 3) (tstamp 6cc5e256-dd71-43be-9c4b-0b4e5adafdec)) - (segment (start 76.924078 122.555) (end 78.74 122.555) (width 0.508) (layer "B.Cu") (net 3) (tstamp 74e8b053-0c7c-4dcc-9fa4-8c3a553fb9ec)) - (segment (start 110.474001 61.814001) (end 110.474001 118.125999) (width 0.508) (layer "B.Cu") (net 3) (tstamp 7679ab34-a9de-4e56-aa3f-3fcbac954a1d)) - (segment (start 78.74 122.555) (end 73.66 122.555) (width 0.508) (layer "B.Cu") (net 3) (tstamp 872f79da-669c-450f-8e70-0632afc47766)) - (segment (start 69.955077 129.524001) (end 76.924078 122.555) (width 0.508) (layer "B.Cu") (net 3) (tstamp 9c60fd70-1d5d-4ed1-aad1-e93aa222af2a)) - (segment (start 65.425 118.13) (end 69.865999 113.689001) (width 0.508) (layer "B.Cu") (net 3) (tstamp b0b0a964-f666-4d9d-80e9-bc72647554c4)) - (segment (start 61 122.555) (end 61 125.69) (width 0.508) (layer "B.Cu") (net 3) (tstamp c7018ca0-1eb5-4cab-b240-d7b57f1f9f12)) - (segment (start 67.978079 129.524001) (end 69.955077 129.524001) (width 0.508) (layer "B.Cu") (net 3) (tstamp ca0bea92-0624-4621-8df4-b323b43593e2)) - (segment (start 85.725 125.73) (end 87.63 127.635) (width 0.508) (layer "B.Cu") (net 3) (tstamp d034afdc-2afc-4f0f-9d69-7fa1bb47ae02)) - (segment (start 83.78 125.73) (end 80.605 122.555) (width 0.508) (layer "B.Cu") (net 3) (tstamp d1360657-7ea3-42c6-a043-351b41dbbec7)) - (segment (start 91.5 53.24) (end 101.9 53.24) (width 0.508) (layer "B.Cu") (net 3) (tstamp d148a76b-17a5-464c-8126-6842eb38cbe7)) - (segment (start 69.865999 113.689001) (end 69.865999 76.005371) (width 0.508) (layer "B.Cu") (net 3) (tstamp dc46db77-f1ad-4bdc-82a9-c97f7d8e0bfc)) - (segment (start 69.865999 76.005371) (end 88.86 57.01137) (width 0.508) (layer "B.Cu") (net 3) (tstamp e423b284-59a0-49b3-852a-9cd349123ac4)) - (segment (start 80.605 122.555) (end 78.74 122.555) (width 0.508) (layer "B.Cu") (net 3) (tstamp e675b64d-acb5-4c49-81e1-4f05a69999c8)) - (segment (start 61 125.69) (end 60.96 125.73) (width 0.508) (layer "B.Cu") (net 3) (tstamp eaf79812-c9af-4195-9de3-0bdd8a719549)) - (segment (start 104.06 109.22) (end 93.265 98.425) (width 0.381) (layer "F.Cu") (net 4) (tstamp 9d1c011e-3734-4ba0-a49e-7ceac74a02a7)) - (segment (start 104.06 114.18) (end 104.06 109.22) (width 0.381) (layer "F.Cu") (net 4) (tstamp c0eca2bb-1de7-4035-8ae6-f914bb2416c8)) - (segment (start 81.24 102.418058) (end 85.233058 98.425) (width 0.381) (layer "F.Cu") (net 5) (tstamp 1456971a-57b9-491f-bbf5-8540e8e97199)) - (segment (start 85.233058 98.425) (end 88.265 98.425) (width 0.381) (layer "F.Cu") (net 5) (tstamp 39372352-37b5-42f0-917e-7ca3981745af)) - (segment (start 81.24 114.18) (end 81.24 102.418058) (width 0.381) (layer "F.Cu") (net 5) (tstamp 5ed58c2c-4deb-4ed6-ac37-0fb1edc4fb3b)) - (segment (start 59.055 128.27) (end 60.96 128.27) (width 0.381) (layer "F.Cu") (net 6) (tstamp 5e15b48b-83ca-4fd9-8d3e-ca5d89a0d6f0)) - (segment (start 57.15 126.365) (end 59.055 128.27) (width 0.381) (layer "F.Cu") (net 6) (tstamp bb4ad3da-fbf1-499f-b991-e456566dbf78)) - (segment (start 60.96 128.27) (end 59.565001 129.664999) (width 0.381) (layer "B.Cu") (net 6) (tstamp 6b36a9de-a746-475e-bb2f-b0f3f624ae1a)) - (segment (start 59.565001 136.360001) (end 60.365 137.16) (width 0.381) (layer "B.Cu") (net 6) (tstamp 7a285be5-5f16-448d-a6b6-a6f652005968)) - (segment (start 59.565001 129.664999) (end 59.565001 136.360001) (width 0.381) (layer "B.Cu") (net 6) (tstamp 8df77400-fd8d-455c-835e-6a17df6e7ab3)) - (segment (start 75.605 127.04) (end 75.605 126.365) (width 0.381) (layer "F.Cu") (net 7) (tstamp 07f355b7-644c-464c-b97e-d44edadd6342)) - (segment (start 83.82 135.255) (end 87.63 135.255) (width 0.381) (layer "F.Cu") (net 7) (tstamp 1d70ddab-cd61-4b05-80b7-b378cab3698e)) - (segment (start 83.82 139.065) (end 83.82 135.255) (width 0.381) (layer "F.Cu") (net 7) (tstamp 67e3cf2c-b9bb-4741-bd80-b46c47c9c541)) - (segment (start 83.82 135.255) (end 75.605 127.04) (width 0.381) (layer "F.Cu") (net 7) (tstamp e2225f85-7a55-4dc8-b0bb-b4cef0b8c56c)) - (segment (start 88.820501 128.984499) (end 88.820501 126.285501) (width 0.381) (layer "F.Cu") (net 8) (tstamp 04dda730-455e-490f-be04-ddeb5a71d876)) - (segment (start 85.010501 127.555501) (end 87.63 130.175) (width 0.381) (layer "F.Cu") (net 8) (tstamp 373d0132-4ee6-4d44-9a26-5c27e4eb37c7)) - (segment (start 78.105 126.365) (end 79.295501 127.555501) (width 0.381) (layer "F.Cu") (net 8) (tstamp 6c068c80-1027-4fbe-82b6-120568cee112)) - (segment (start 88.820501 126.285501) (end 87.63 125.095) (width 0.381) (layer "F.Cu") (net 8) (tstamp 872b8299-7f8f-47e0-8560-0836b2814f15)) - (segment (start 79.295501 127.555501) (end 85.010501 127.555501) (width 0.381) (layer "F.Cu") (net 8) (tstamp 983a0d3f-e3b1-4732-a8cb-72d8b446f6d5)) - (segment (start 87.63 130.175) (end 88.820501 128.984499) (width 0.381) (layer "F.Cu") (net 8) (tstamp c3b89b47-7ac1-4d4e-afd8-34fc1d147f00)) - (segment (start 73.025 113.03) (end 71.755 111.76) (width 0.381) (layer "F.Cu") (net 9) (tstamp 03173afc-3291-4e63-bf7e-ee3a3571995b)) - (segment (start 74.741501 115.470501) (end 86.459499 115.470501) (width 0.381) (layer "F.Cu") (net 9) (tstamp 17f170f6-25ad-4fc6-9947-d11e58275d0c)) - (segment (start 73.025 114.935) (end 73.025 113.03) (width 0.381) (layer "F.Cu") (net 9) (tstamp 6fcc2c4e-c1ac-4eef-a1b4-c869cc152ba3)) - (segment (start 86.459499 115.470501) (end 90.17 111.76) (width 0.381) (layer "F.Cu") (net 9) (tstamp c3f7a5bd-70df-4302-90fb-caae92fc6d5a)) - (segment (start 73.025 114.935) (end 74.206 114.935) (width 0.381) (layer "F.Cu") (net 9) (tstamp d0901cc0-2229-43f5-b2ff-6d97ce1abda8)) - (segment (start 74.206 114.935) (end 74.741501 115.470501) (width 0.381) (layer "F.Cu") (net 9) (tstamp f12b5927-5c7e-4ee2-93ef-481f7bcec664)) - (segment (start 53.848 88.9) (end 51.609501 91.138499) (width 0.381) (layer "F.Cu") (net 10) (tstamp 077ed121-1548-402a-92c3-27c48fd19842)) - (segment (start 53.848 86.36) (end 53.848 88.9) (width 0.381) (layer "F.Cu") (net 10) (tstamp 5784018f-a392-4e01-941c-d5b9581ebf90)) - (segment (start 53.34 125.184) (end 53.34 126.365) (width 0.381) (layer "F.Cu") (net 10) (tstamp 5d1e8c50-cb8e-460f-9da3-ac7cfecc04e7)) - (segment (start 51.514499 123.358499) (end 53.34 125.184) (width 0.381) (layer "F.Cu") (net 10) (tstamp 6dc697f8-7275-4c51-b8b0-0e5249ac4267)) - (segment (start 51.609501 91.138499) (end 51.514499 91.138499) (width 0.381) (layer "F.Cu") (net 10) (tstamp 9c2829e5-c9fc-48cc-96b2-34b26b5727da)) - (segment (start 51.514499 118.030501) (end 51.514499 123.358499) (width 0.381) (layer "F.Cu") (net 10) (tstamp aa98c108-5af9-4406-9101-1e0a07d8d4a9)) - (segment (start 51.514499 91.138499) (end 51.514499 118.030501) (width 0.381) (layer "F.Cu") (net 10) (tstamp ab8fece2-bcbd-40f1-ac82-489fd0c7e0ea)) - (segment (start 51.514499 118.824499) (end 51.514499 118.030501) (width 0.381) (layer "F.Cu") (net 10) (tstamp c804220a-7427-4718-a225-a7a2cd4c5c8a)) - (segment (start 53.34 120.65) (end 51.514499 118.824499) (width 0.381) (layer "F.Cu") (net 10) (tstamp cde71061-ee38-4a61-9a00-1b3ef37de70c)) - (segment (start 53.848 104.775) (end 56.087 104.775) (width 0.381) (layer "F.Cu") (net 11) (tstamp 14a98775-42c9-4853-9649-dfb5bd9c8931)) - (segment (start 60.495614 106.807) (end 76.243615 122.555) (width 0.381) (layer "F.Cu") (net 11) (tstamp 253da7d1-42df-4cca-b84c-df878a3a5f08)) - (segment (start 76.243615 122.555) (end 83.82 122.555) (width 0.381) (layer "F.Cu") (net 11) (tstamp 88d1b7f0-02ef-41dd-891e-f84374f8bab4)) - (segment (start 58.119 106.807) (end 60.495614 106.807) (width 0.381) (layer "F.Cu") (net 11) (tstamp 9080cfb9-76aa-4dcf-83e9-ca546043d8a6)) - (segment (start 56.087 104.775) (end 58.119 106.807) (width 0.381) (layer "F.Cu") (net 11) (tstamp 919bcf33-fac1-4f5d-8149-9270d1f17b40)) - (segment (start 83.82 122.555) (end 87.63 122.555) (width 0.381) (layer "F.Cu") (net 11) (tstamp dbcc9021-1ca0-441d-b34e-b202a1dc8a7d)) - (segment (start 95.821441 133.905501) (end 97.567443 132.159499) (width 0.381) (layer "F.Cu") (net 12) (tstamp 18a50fbc-7b65-4ca6-ab82-8473d49a29b6)) - (segment (start 63.918999 108.495999) (end 71.548501 116.125501) (width 0.381) (layer "F.Cu") (net 12) (tstamp 2d8c5e8e-d0ec-4e3d-9ffd-861fb6666c5f)) - (segment (start 71.548501 116.125501) (end 84.748847 116.125501) (width 0.381) (layer "F.Cu") (net 12) (tstamp 61f1b3ca-7b10-425f-8224-fa225fc03f57)) - (segment (start 97.567443 132.159499) (end 108.029499 132.159499) (width 0.381) (layer "F.Cu") (net 12) (tstamp 63ac9012-d51a-4855-9e93-f3e6493ad00a)) - (segment (start 63.119 106.807) (end 63.918999 107.606999) (width 0.381) (layer "F.Cu") (net 12) (tstamp 6ce050d1-d2a1-4197-9d2f-ad73aa4fcf50)) - (segment (start 94.678559 133.905501) (end 95.821441 133.905501) (width 0.381) (layer "F.Cu") (net 12) (tstamp 8d99021e-fc17-480a-8e15-e14caddbb3a8)) - (segment (start 92.075 123.451654) (end 92.075 131.301942) (width 0.381) (layer "F.Cu") (net 12) (tstamp 9864b4b6-8241-419b-829c-6bc5391c391d)) - (segment (start 92.075 131.301942) (end 94.678559 133.905501) (width 0.381) (layer "F.Cu") (net 12) (tstamp a5a11a11-9b08-4d78-ba60-6f42ad6b120c)) - (segment (start 108.029499 132.159499) (end 109.22 133.35) (width 0.381) (layer "F.Cu") (net 12) (tstamp a8cdb911-ad0f-4fa9-9d23-db7ebf0d93bb)) - (segment (start 84.748847 116.125501) (end 92.075 123.451654) (width 0.381) (layer "F.Cu") (net 12) (tstamp b5e54510-4264-4556-8c6a-662d4fac5bb3)) - (segment (start 63.918999 107.606999) (end 63.918999 108.495999) (width 0.381) (layer "F.Cu") (net 12) (tstamp feb04115-bdb7-4441-9eb7-7d335999ea60)) - (segment (start 53.848 153.376) (end 53.048001 154.175999) (width 0.381) (layer "F.Cu") (net 13) (tstamp 02e74577-ddbc-466a-a015-0685f8fa6b31)) - (segment (start 52.657499 152.185499) (end 52.657499 149.691501) (width 0.381) (layer "F.Cu") (net 13) (tstamp 355a6fd4-11ad-419d-9926-a50be36fd444)) - (segment (start 53.048001 157.188001) (end 55.88 160.02) (width 0.381) (layer "F.Cu") (net 13) (tstamp 65696b27-5ee6-40eb-b47d-360533b6a23d)) - (segment (start 53.848 148.501) (end 53.848 147.32) (width 0.381) (layer "F.Cu") (net 13) (tstamp 714685c8-bd65-488d-9d23-6ae296a21653)) - (segment (start 52.657499 149.691501) (end 53.848 148.501) (width 0.381) (layer "F.Cu") (net 13) (tstamp bd1d3a41-8fd0-4c94-a66f-4b896e4e2059)) - (segment (start 53.048001 154.175999) (end 53.048001 157.188001) (width 0.381) (layer "F.Cu") (net 13) (tstamp d2a43696-0b73-43c5-8221-266f2a1e82ac)) - (segment (start 53.848 153.376) (end 52.657499 152.185499) (width 0.381) (layer "F.Cu") (net 13) (tstamp f2e6f10c-89f6-423f-9257-a90fb448db6f)) - (segment (start 95.25 129.54) (end 95.25 130.175) (width 0.381) (layer "F.Cu") (net 14) (tstamp 70b5e525-8eab-47d7-a4f4-9ee50bc3c8a0)) - (segment (start 99.06 125.73) (end 102.275 125.73) (width 0.381) (layer "F.Cu") (net 14) (tstamp a79ce81f-8a6d-4194-9868-337145e37250)) - (segment (start 99.06 125.73) (end 95.885 125.73) (width 0.381) (layer "F.Cu") (net 14) (tstamp aefe99f5-c227-4161-9743-83942230239e)) - (segment (start 95.885 125.73) (end 95.25 125.095) (width 0.381) (layer "F.Cu") (net 14) (tstamp b485a892-f468-4e21-b0e9-f4905b94c827)) - (segment (start 102.275 125.73) (end 105.45 122.555) (width 0.381) (layer "F.Cu") (net 14) (tstamp b9081b27-658b-4a1b-9d37-6092ab959956)) - (segment (start 99.06 125.73) (end 95.25 129.54) (width 0.381) (layer "F.Cu") (net 14) (tstamp fe25d67b-3cd9-494b-b109-b9339019c3dc)) - (segment (start 109.22 110.929942) (end 109.22 109.22) (width 0.381) (layer "F.Cu") (net 15) (tstamp 10acc70e-dc49-4e6f-acd4-b2f71464051b)) - (segment (start 97.409 120.396) (end 99.753942 120.396) (width 0.381) (layer "F.Cu") (net 15) (tstamp 134f88d6-d3e3-4607-aef7-f757d4e7a590)) - (segment (start 95.25 122.555) (end 97.409 120.396) (width 0.381) (layer "F.Cu") (net 15) (tstamp 2114ff82-ce3c-4f40-8081-c04e9da897ea)) - (segment (start 110.410501 108.029499) (end 110.410501 80.645501) (width 0.381) (layer "F.Cu") (net 15) (tstamp 3b5e3344-7373-41fe-96aa-1da5b78c10ef)) - (segment (start 99.753942 120.396) (end 109.22 110.929942) (width 0.381) (layer "F.Cu") (net 15) (tstamp 62e0da1e-bc50-44a6-bb02-17e575394ced)) - (segment (start 110.410501 80.645501) (end 107.87 78.105) (width 0.381) (layer "F.Cu") (net 15) (tstamp ae1bea2a-2ad8-46a3-bc2c-a0009b9890b7)) - (segment (start 109.22 109.22) (end 110.410501 108.029499) (width 0.381) (layer "F.Cu") (net 15) (tstamp f2b4ffa7-574e-4499-9e15-366914a9b047)) - (segment (start 102.87 74.73) (end 102.87 78.105) (width 0.381) (layer "F.Cu") (net 16) (tstamp 0895e59a-afeb-45cd-8d5a-d655ca394827)) - (segment (start 104.06 73.54) (end 102.87 74.73) (width 0.381) (layer "F.Cu") (net 16) (tstamp d4ef0388-a7b2-4180-922c-a1da618d7225)) - (segment (start 67.389499 129.619499) (end 68.58 130.81) (width 0.381) (layer "F.Cu") (net 17) (tstamp 2bbb0267-b0ec-4df7-83be-b62404ac3ac8)) - (segment (start 68.58 118.745) (end 67.44863 118.745) (width 0.381) (layer "F.Cu") (net 17) (tstamp 32b83483-5885-4f24-84b3-501ee91fce79)) - (segment (start 69.770501 134.397443) (end 85.233058 149.86) (width 0.381) (layer "F.Cu") (net 17) (tstamp 357074ee-2126-44c6-883c-d2fe2ff800b1)) - (segment (start 67.44863 118.745) (end 67.389499 118.804131) (width 0.381) (layer "F.Cu") (net 17) (tstamp 69430d42-1fb2-4dbe-b67b-9feebe821a66)) - (segment (start 68.58 130.81) (end 69.770501 132.000501) (width 0.381) (layer "F.Cu") (net 17) (tstamp 73a72fc1-96b2-434c-8441-944f2eac720d)) - (segment (start 69.770501 132.000501) (end 69.770501 134.397443) (width 0.381) (layer "F.Cu") (net 17) (tstamp 79033150-51a0-4e2f-88fb-718bfc2e56ad)) - (segment (start 85.233058 149.86) (end 90.17 149.86) (width 0.381) (layer "F.Cu") (net 17) (tstamp 7ed0b1ca-758d-4a0c-827b-bbc220b21b29)) - (segment (start 67.389499 118.804131) (end 67.389499 129.619499) (width 0.381) (layer "F.Cu") (net 17) (tstamp b839b296-e990-4b66-bb7c-54fbb0a9bade)) - (segment (start 62.051392 113.03249) (end 58.294784 113.03249) (width 0.381) (layer "F.Cu") (net 18) (tstamp 1b6d4104-3b45-423a-bf1d-baf923f40380)) - (segment (start 55.959499 129.530499) (end 55.959499 129.460501) (width 0.381) (layer "F.Cu") (net 18) (tstamp 6a7f1321-9737-4f3d-b034-cbb901d05ac7)) - (segment (start 53.34 133.985) (end 55.959499 131.365501) (width 0.381) (layer "F.Cu") (net 18) (tstamp 74c21072-6d80-4de1-952b-496768360ced)) - (segment (start 58.294784 113.03249) (end 55.959499 115.367775) (width 0.381) (layer "F.Cu") (net 18) (tstamp 75594562-5c80-4d64-a76b-38601fa3698d)) - (segment (start 65.405 114.935) (end 63.953902 114.935) (width 0.381) (layer "F.Cu") (net 18) (tstamp 79d63863-32f0-4eaa-98cf-4fba141c6039)) - (segment (start 55.959499 129.460501) (end 55.959499 131.365501) (width 0.381) (layer "F.Cu") (net 18) (tstamp 91f9d45a-9690-4ce3-b005-65a1d6f4f368)) - (segment (start 63.953902 114.935) (end 62.051392 113.03249) (width 0.381) (layer "F.Cu") (net 18) (tstamp bd387ed5-af84-463d-a716-1c24debb4f38)) - (segment (start 55.959499 137.588501) (end 53.848 139.7) (width 0.381) (layer "F.Cu") (net 18) (tstamp cd19f86f-fa43-47f6-b616-bc1f0fcd83a7)) - (segment (start 55.959499 131.365501) (end 55.959499 137.588501) (width 0.381) (layer "F.Cu") (net 18) (tstamp e1191d64-0204-4938-987d-d028de9df693)) - (segment (start 55.959499 115.367775) (end 55.959499 129.460501) (width 0.381) (layer "F.Cu") (net 18) (tstamp e1c77bbc-4038-4912-920f-f01d1fa7f03f)) - (segment (start 60.96 133.35) (end 59.779 133.35) (width 0.381) (layer "F.Cu") (net 18) (tstamp fbee46de-1c16-441f-8394-9f9abcb79ad5)) - (segment (start 59.779 133.35) (end 55.959499 129.530499) (width 0.381) (layer "F.Cu") (net 18) (tstamp ff43eba4-bed6-4250-88a8-14acfab5b4f7)) - (segment (start 68.58 147.32) (end 68.58 153.67) (width 0.381) (layer "F.Cu") (net 19) (tstamp a000c721-a967-4fa1-8958-83e5a078f68a)) - (segment (start 68.58 153.67) (end 66.04 156.21) (width 0.381) (layer "F.Cu") (net 19) (tstamp eab67d9f-f6ba-49b4-877c-5240f8c37c39)) - (segment (start 83.74 93.86) (end 81.16 91.28) (width 0.381) (layer "F.Cu") (net 21) (tstamp acfacf61-5205-42c3-8693-e100e7a92395)) - (segment (start 81.16 91.28) (end 60.96 91.28) (width 0.381) (layer "F.Cu") (net 21) (tstamp d3070360-52d7-43b8-96d7-b77f387750cf)) - (segment (start 67.31 54.61) (end 67.31 57.15) (width 0.508) (layer "F.Cu") (net 23) (tstamp 59aa0bf1-f46c-4508-a0a3-d5343b8d47e7)) - (segment (start 90.314999 82.405001) (end 90.314999 90.314999) (width 0.25) (layer "F.Cu") (net 25) (tstamp 0e1c3381-c683-4649-a538-84a9a0c05653)) - (segment (start 90.249499 91.995501) (end 85.09 97.155) (width 0.381) (layer "F.Cu") (net 25) (tstamp 236c7732-2b74-4765-8d14-fbe886e5d1a1)) - (segment (start 90.249499 87.074499) (end 90.249499 82.470501) (width 0.381) (layer "F.Cu") (net 25) (tstamp 2c2a776d-a0d2-4575-babb-82094b73ce9e)) - (segment (start 85.09 97.155) (end 83.95863 97.155) (width 0.381) (layer "F.Cu") (net 25) (tstamp 381c7e1d-7e1f-4cd9-88be-f22200efc1c9)) - (segment (start 90.249499 88.820501) (end 90.249499 87.074499) (width 0.381) (layer "F.Cu") (net 25) (tstamp 390f0402-eb18-4cba-8d06-efd8f51acdb9)) - (segment (start 90.640001 82.079999) (end 91.44 81.28) (width 0.381) (layer "F.Cu") (net 25) (tstamp 43122c71-494c-4664-a2a7-4fe031ade08d)) - (segment (start 68.295499 98.345501) (end 82.768129 98.345501) (width 0.381) (layer "F.Cu") (net 25) (tstamp 4b37e090-2fb5-4cef-80cd-a8414337f7bf)) - (segment (start 90.314999 89.390001) (end 90.314999 82.405001) (width 0.25) (layer "F.Cu") (net 25) (tstamp 51b5b530-9581-45b0-9c89-fc87babc12f1)) - (segment (start 95.885 96.52) (end 90.249499 90.884499) (width 0.381) (layer "F.Cu") (net 25) (tstamp 67181513-7857-43a0-a878-df0f3f7f61bf)) - (segment (start 90.249499 89.316871) (end 90.249499 88.820501) (width 0.381) (layer "F.Cu") (net 25) (tstamp 7a204043-062e-461c-91e0-82c82777724e)) - (segment (start 90.249499 90.884499) (end 90.249499 87.074499) (width 0.381) (layer "F.Cu") (net 25) (tstamp 7cf86f42-feb8-4957-a8e0-69e2eb582d72)) - (segment (start 90.249499 88.820501) (end 90.249499 91.995501) (width 0.381) (layer "F.Cu") (net 25) (tstamp 943c2323-85ae-4be2-b741-7d62b9ca3219)) - (segment (start 66.04 99.695) (end 66.946 99.695) (width 0.381) (layer "F.Cu") (net 25) (tstamp 9fde9237-cb4c-4496-a02c-78fdd452e579)) - (segment (start 90.314999 82.405001) (end 90.640001 82.079999) (width 0.25) (layer "F.Cu") (net 25) (tstamp af5ea0d5-8e11-406b-958a-00250d2e62a9)) - (segment (start 66.946 99.695) (end 68.295499 98.345501) (width 0.381) (layer "F.Cu") (net 25) (tstamp cfcbfd6e-5487-4db3-bd4b-6a0fb1cdb979)) - (segment (start 83.95863 97.155) (end 82.768129 98.345501) (width 0.381) (layer "F.Cu") (net 25) (tstamp d0b2f555-f56f-4321-9cee-f08dd5bd090d)) - (segment (start 90.249499 82.470501) (end 90.640001 82.079999) (width 0.381) (layer "F.Cu") (net 25) (tstamp fdc78bf7-0ba2-4463-bf20-736218635f1a)) - (segment (start 87.63 140.335) (end 88.811 140.335) (width 0.381) (layer "F.Cu") (net 26) (tstamp 084057e5-09d3-4fc3-b65e-f5430ada8dca)) - (segment (start 88.121942 121.285) (end 75.795287 121.285) (width 0.381) (layer "F.Cu") (net 26) (tstamp 1e0e0865-e454-476a-8fb3-9ec95b9fcdb6)) - (segment (start 60.833 106.322713) (end 60.833 102.587) (width 0.381) (layer "F.Cu") (net 26) (tstamp 546fd180-0131-4bda-a555-2580e94cce40)) - (segment (start 60.833 102.587) (end 63.5 99.92) (width 0.381) (layer "F.Cu") (net 26) (tstamp 5f66f63b-ce65-430d-8334-3c9d137eb206)) - (segment (start 88.811 140.335) (end 90.805 138.341) (width 0.381) (layer "F.Cu") (net 26) (tstamp 89f77ea9-5cfb-47ba-9f1d-e66ea199e6c4)) - (segment (start 75.795287 121.285) (end 60.833 106.322713) (width 0.381) (layer "F.Cu") (net 26) (tstamp 95ad349c-a3b2-444b-973b-c571c0be34f3)) - (segment (start 90.805 123.968058) (end 88.121942 121.285) (width 0.381) (layer "F.Cu") (net 26) (tstamp b6f99b66-6aa0-4dae-91de-6c6df8569c53)) - (segment (start 90.805 138.341) (end 90.805 123.968058) (width 0.381) (layer "F.Cu") (net 26) (tstamp d6d253c9-8cb4-453d-8924-ba5194fdba5d)) - (segment (start 57.15 99.568) (end 57.15 95.758) (width 0.381) (layer "F.Cu") (net 27) (tstamp 16b4c23f-1307-4938-922d-9cef5b480988)) - (segment (start 82.449499 74.830501) (end 83.74 73.54) (width 0.381) (layer "F.Cu") (net 27) (tstamp 17a86a24-7b12-463a-a603-d35842232337)) - (segment (start 57.15 95.758) (end 58.166 94.742) (width 0.381) (layer "F.Cu") (net 27) (tstamp 42aa4ae5-c950-4e94-a2fe-6abb38450e0e)) - (segment (start 75.168129 74.830501) (end 82.449499 74.830501) (width 0.381) (layer "F.Cu") (net 27) (tstamp 537634a2-8859-4421-869c-fa624eb9b03c)) - (segment (start 58.166 94.742) (end 58.166 91.83263) (width 0.381) (layer "F.Cu") (net 27) (tstamp 8b959ec5-0f89-407f-a6c8-be7090bdc10b)) - (segment (start 58.166 91.83263) (end 75.168129 74.830501) (width 0.381) (layer "F.Cu") (net 27) (tstamp eb09738d-c7a5-4bf0-ae64-89ec3a8c259f)) - (segment (start 58.410499 100.708501) (end 55.496501 100.708501) (width 0.381) (layer "F.Cu") (net 28) (tstamp 8c857236-648d-4ee2-a1e0-4450f8cf6333)) - (segment (start 58.42 100.699) (end 58.410499 100.708501) (width 0.381) (layer "F.Cu") (net 28) (tstamp d71f0c34-1612-4bb3-9022-6a795645d6e4)) - (segment (start 58.42 99.568) (end 58.42 100.699) (width 0.381) (layer "F.Cu") (net 28) (tstamp f8ccb48f-e73e-4a7a-983d-aaa6ab89c9d7)) - (segment (start 55.496501 100.708501) (end 53.848 99.06) (width 0.381) (layer "F.Cu") (net 28) (tstamp facb11ec-2991-48e3-8697-2d5c027f07b6)) - (segment (start 62.12 114.173) (end 69.088 107.205) (width 0.381) (layer "B.Cu") (net 29) (tstamp d9730ac2-83ea-4ca3-87dd-6e06ce7e4ab1)) - (segment (start 68.326 94.742) (end 69.088 95.504) (width 0.381) (layer "B.Cu") (net 29) (tstamp d9cf366d-58c9-468c-8bc3-1d2d2fc12c67)) - (segment (start 61.214 114.173) (end 62.12 114.173) (width 0.381) (layer "B.Cu") (net 29) (tstamp ea81a79c-9425-4f36-b2b7-ce6267d5d70a)) - (segment (start 69.088 95.504) (end 69.088 107.205) (width 0.381) (layer "B.Cu") (net 29) (tstamp f412fd1d-ad0e-427f-a647-1ff543c960c5)) - (segment (start 58.674 115.304) (end 65.015971 121.645971) (width 0.381) (layer "F.Cu") (net 30) (tstamp 11b730ae-2fd0-4481-9201-0b430afe672e)) - (segment (start 84.518559 151.050501) (end 90.741441 151.050501) (width 0.381) (layer "F.Cu") (net 30) (tstamp 5ec7d4da-9e3c-42b3-8051-609a82455663)) - (segment (start 95.25 146.541942) (end 95.25 140.335) (width 0.381) (layer "F.Cu") (net 30) (tstamp 94af4a36-94f3-49a2-9ac7-c234a51861e5)) - (segment (start 90.741441 151.050501) (end 95.25 146.541942) (width 0.381) (layer "F.Cu") (net 30) (tstamp a9359cc7-d107-42c5-974e-7ff1f0e2388e)) - (segment (start 65.015971 131.547913) (end 84.518559 151.050501) (width 0.381) (layer "F.Cu") (net 30) (tstamp ac4db340-43ba-4b32-bf53-979b323af8b4)) - (segment (start 58.674 114.173) (end 58.674 115.304) (width 0.381) (layer "F.Cu") (net 30) (tstamp bd85435c-0781-4c00-9e40-937c6d1361f0)) - (segment (start 65.015971 121.645971) (end 65.015971 131.547913) (width 0.381) (layer "F.Cu") (net 30) (tstamp ea680454-68c7-48bf-8a69-415e22e15dcc)) - (segment (start 78.74 154.82) (end 78.74 156.21) (width 0.381) (layer "F.Cu") (net 31) (tstamp 6be232a5-0ed5-4ac5-80b0-6750f0573654)) - (segment (start 78.74 156.21) (end 81.28 158.75) (width 0.381) (layer "F.Cu") (net 31) (tstamp 8b64cd95-de9c-4817-9c29-40936f824bb3)) - (segment (start 83.74 154.82) (end 83.74 158.67) (width 0.381) (layer "F.Cu") (net 32) (tstamp 80502fd9-6ee6-42e7-bdc6-ed0a70a7e3c8)) - (segment (start 83.74 158.67) (end 83.82 158.75) (width 0.381) (layer "F.Cu") (net 32) (tstamp b509b52e-f6f7-4582-ae49-42434ae5f9a0)) - (segment (start 91.44 71.12) (end 83.66 71.12) (width 0.25) (layer "F.Cu") (net 33) (tstamp 357026da-99de-4aeb-bf3a-5481663df279)) - (segment (start 83.66 71.12) (end 81.24 73.54) (width 0.25) (layer "F.Cu") (net 33) (tstamp 9beb71df-3b43-465d-ba61-6f8bedcde746)) - (segment (start 77.945 97.155) (end 74.93 97.155) (width 0.381) (layer "F.Cu") (net 34) (tstamp 694a45f2-501c-46d2-8d16-79a9ec793133)) - (segment (start 81.24 93.86) (end 77.945 97.155) (width 0.381) (layer "F.Cu") (net 34) (tstamp f7a94475-d46b-4b0a-8148-24515e4bde50)) - (segment (start 101.56 93.86) (end 104.22 96.52) (width 0.381) (layer "F.Cu") (net 35) (tstamp 043a07ec-a98c-43ff-8b2f-a08ca196928d)) - (segment (start 104.22 96.52) (end 106.68 96.52) (width 0.381) (layer "F.Cu") (net 35) (tstamp 0fbc94a2-c400-4a3a-a5d1-dd87ec313e0a)) - (segment (start 109.22 93.98) (end 106.68 91.44) (width 0.381) (layer "F.Cu") (net 36) (tstamp 3421540f-8bed-4c19-b579-187e544550d1)) - (segment (start 100.199 91.44) (end 99.06 92.579) (width 0.381) (layer "F.Cu") (net 36) (tstamp 8cdc832d-8e27-49e0-8ac0-20f9274af8ae)) - (segment (start 106.68 91.44) (end 100.199 91.44) (width 0.381) (layer "F.Cu") (net 36) (tstamp b733207e-61d6-4bb7-a55a-4e722050fb30)) - (segment (start 99.06 92.579) (end 99.06 93.86) (width 0.381) (layer "F.Cu") (net 36) (tstamp ebedb6f8-b354-4615-8e2c-c910253d4d0a)) - (segment (start 66.611441 161.210501) (end 60.880501 161.210501) (width 0.381) (layer "F.Cu") (net 37) (tstamp 0268a7ce-0b25-4ed5-b844-c9a3c6ff7fc3)) - (segment (start 72.39 153.67) (end 72.39 155.431942) (width 0.381) (layer "F.Cu") (net 37) (tstamp 40c787a0-0091-4005-86c9-d9d6718e15f1)) - (segment (start 72.39 155.431942) (end 66.611441 161.210501) (width 0.381) (layer "F.Cu") (net 37) (tstamp 52379ba7-6662-4eca-9659-c3fa7abbb6d6)) - (segment (start 60.880501 161.210501) (end 55.88 156.21) (width 0.381) (layer "F.Cu") (net 37) (tstamp f0fd8dc8-ec1b-464e-ae2b-26de6fc976b0)) - (segment (start 66.04 160.02) (end 71.12 154.94) (width 0.381) (layer "F.Cu") (net 38) (tstamp 044d90a1-252c-4422-aba7-52540c3dcfef)) - (segment (start 71.12 154.94) (end 71.12 153.67) (width 0.381) (layer "F.Cu") (net 38) (tstamp c15f3dc5-8ecd-4679-b64d-8863ba07d207)) - (segment (start 65.318421 112.451479) (end 76.795501 123.928559) (width 0.381) (layer "F.Cu") (net 39) (tstamp 24db577d-e83c-4283-b111-7a86b4ca61be)) - (segment (start 80.788058 130.81) (end 83.82 130.81) (width 0.381) (layer "F.Cu") (net 39) (tstamp 42a8b1e2-eb06-4a91-b916-de4d24dfbe75)) - (segment (start 87.63 132.715) (end 85.725 132.715) (width 0.381) (layer "F.Cu") (net 39) (tstamp 471f5499-c499-4050-bf5d-5bd92f0e36b8)) - (segment (start 55.823521 112.451479) (end 65.318421 112.451479) (width 0.381) (layer "F.Cu") (net 39) (tstamp 5b23678c-4633-4f10-9c23-777108bba62e)) - (segment (start 53.34 114.935) (end 55.823521 112.451479) (width 0.381) (layer "F.Cu") (net 39) (tstamp 93031cac-8871-4603-a33b-902d64cc14d1)) - (segment (start 85.725 132.715) (end 83.82 130.81) (width 0.381) (layer "F.Cu") (net 39) (tstamp b9102ff0-3deb-413e-ab13-cb8cf63da0b8)) - (segment (start 76.795501 123.928559) (end 76.795501 126.817443) (width 0.381) (layer "F.Cu") (net 39) (tstamp d68beacd-3caf-4fd3-9c45-509ed4c10e23)) - (segment (start 76.795501 126.817443) (end 80.788058 130.81) (width 0.381) (layer "F.Cu") (net 39) (tstamp f1d91e39-4111-4412-b632-1d3107b6386b)) - (segment (start 109.22 137.16) (end 102.87 137.16) (width 0.381) (layer "F.Cu") (net 40) (tstamp 384bd3cb-df35-40de-b63b-2ce629c28014)) - (segment (start 102.87 137.16) (end 99.06 133.35) (width 0.381) (layer "F.Cu") (net 40) (tstamp 69b9350d-0468-457f-8495-af37eff2b5cf)) - (segment (start 97.155 135.255) (end 95.25 135.255) (width 0.381) (layer "F.Cu") (net 40) (tstamp 6c1e9af2-aaaa-4edb-8f62-c8e49b2f3e9c)) - (segment (start 99.06 133.35) (end 97.155 135.255) (width 0.381) (layer "F.Cu") (net 40) (tstamp b04240b3-a1c7-45fc-9689-f8e96c5d4584)) - (segment (start 95.885 132.715) (end 95.25 132.715) (width 0.381) (layer "F.Cu") (net 41) (tstamp 5debee0a-cc24-4c0f-b8d8-95ef490de7f7)) - (segment (start 99.06 129.54) (end 95.885 132.715) (width 0.381) (layer "F.Cu") (net 41) (tstamp cd56b6f4-555e-468a-8aba-c9240949ec8a)) - (segment (start 78.74 118.745) (end 82.55 118.745) (width 0.381) (layer "F.Cu") (net 42) (tstamp 75f5c3b2-8cdf-4ed1-be3e-a175ec33c2f0)) - (segment (start 69.770501 122.634499) (end 69.770501 127.079499) (width 0.381) (layer "B.Cu") (net 42) (tstamp 19a2b75c-6c1a-448d-994f-4646e2edce52)) - (segment (start 91.44 93.98) (end 91.44 106.324998) (width 0.25) (layer "B.Cu") (net 42) (tstamp 373bbba0-ad61-493c-a246-1182a71ed916)) - (segment (start 84.965001 116.329999) (end 82.55 118.745) (width 0.25) (layer "B.Cu") (net 42) (tstamp 4ecb46e7-5f4b-4435-98cb-db94024cf2ce)) - (segment (start 78.74 118.745) (end 73.66 118.745) (width 0.381) (layer "B.Cu") (net 42) (tstamp 714e83f9-7e93-48df-8283-47f4493b13ce)) - (segment (start 91.44 106.324998) (end 84.965001 112.799997) (width 0.25) (layer "B.Cu") (net 42) (tstamp 7f63ff0f-e292-4a33-8374-661dfeacd15d)) - (segment (start 69.770501 127.079499) (end 68.58 128.27) (width 0.381) (layer "B.Cu") (net 42) (tstamp 9bb22616-c334-4064-ab5c-4127f6612c58)) - (segment (start 73.66 118.745) (end 69.770501 122.634499) (width 0.381) (layer "B.Cu") (net 42) (tstamp b264b4fe-d8bb-4478-bb51-dff20fc1542b)) - (segment (start 84.965001 112.799997) (end 84.965001 116.329999) (width 0.25) (layer "B.Cu") (net 42) (tstamp fbc4a997-ba0c-431e-a1c0-821fc086b979)) - (segment (start 74.181338 144.853011) (end 77.499397 144.853011) (width 0.381) (layer "F.Cu") (net 43) (tstamp 2733bf69-212f-4dcc-8044-7983ef7ba4eb)) - (segment (start 60.96 130.81) (end 62.09137 130.81) (width 0.381) (layer "F.Cu") (net 43) (tstamp 4f4db5c1-5492-4ce2-8e9d-a4c4a26c5cc5)) - (segment (start 62.09137 130.81) (end 67.389499 136.108129) (width 0.381) (layer "F.Cu") (net 43) (tstamp 71e1d4df-e216-446f-af7b-3bc4d8c32108)) - (segment (start 67.389499 136.108129) (end 67.389499 138.061172) (width 0.381) (layer "F.Cu") (net 43) (tstamp c2789faf-4dc4-4184-92c1-e0f2355cf085)) - (segment (start 77.499397 144.853011) (end 81.24 148.593614) (width 0.381) (layer "F.Cu") (net 43) (tstamp cb71f1ef-01c1-4b44-9ca9-47b3a0ef6c80)) - (segment (start 81.24 148.593614) (end 81.24 154.82) (width 0.381) (layer "F.Cu") (net 43) (tstamp cd2db627-72ae-4494-be0d-0525bd88ea3b)) - (segment (start 67.389499 138.061172) (end 74.181338 144.853011) (width 0.381) (layer "F.Cu") (net 43) (tstamp d33e7ccd-61e6-44ba-afb0-08a79bfb6a50)) - (segment (start 62.865 137.16) (end 62.865 150.335) (width 0.381) (layer "F.Cu") (net 44) (tstamp 66d9809b-90c0-4338-bad4-32155841114a)) - (segment (start 62.865 150.335) (end 60.96 152.24) (width 0.381) (layer "F.Cu") (net 44) (tstamp f5985964-ff9d-4b07-a178-c1a936ea5d80)) - (segment (start 77.459 114.18) (end 78.74 114.18) (width 0.381) (layer "F.Cu") (net 45) (tstamp 3b66a67f-74dc-4653-8251-5a24912b732d)) - (segment (start 71.755 108.476) (end 77.459 114.18) (width 0.381) (layer "F.Cu") (net 45) (tstamp 66b2a396-c54c-44ec-b68e-968122a675dc)) - (segment (start 71.755 101.6) (end 71.755 108.476) (width 0.381) (layer "F.Cu") (net 45) (tstamp 960dbf21-93a3-4697-843c-d88c218a57fb)) - (segment (start 69.89 101.6) (end 66.675 104.815) (width 0.381) (layer "F.Cu") (net 45) (tstamp a31ebc5b-bb76-472b-9f32-a067807daeb3)) - (segment (start 71.755 101.6) (end 69.89 101.6) (width 0.381) (layer "F.Cu") (net 45) (tstamp f3f6a132-c9a7-4d83-8230-1f1d9d18fa96)) - (segment (start 85.25 114.18) (end 90.17 109.26) (width 0.381) (layer "F.Cu") (net 46) (tstamp 286ecd05-1a2e-4c4a-9921-8aaef9b5d2d1)) - (segment (start 90.17 109.26) (end 90.17 105.41) (width 0.381) (layer "F.Cu") (net 46) (tstamp 53867029-11cb-4410-927a-5c61d4f47efd)) - (segment (start 83.74 114.18) (end 85.25 114.18) (width 0.381) (layer "F.Cu") (net 46) (tstamp 5977ae7e-bb56-452a-9e20-19b09234d1be)) - (segment (start 90.17 105.41) (end 85.09 100.33) (width 0.381) (layer "F.Cu") (net 46) (tstamp a9ec1163-4277-455f-af34-50ccc46badaa)) - (segment (start 95.17 149.86) (end 97.55 152.24) (width 0.381) (layer "F.Cu") (net 47) (tstamp 1f2fa555-fa57-4282-8ef8-120052ca0358)) - (segment (start 97.55 152.24) (end 101.6 152.24) (width 0.381) (layer "F.Cu") (net 47) (tstamp b5d5197c-132e-423c-ab88-70fc4dc9f3ba)) - (segment (start 53.848 76.2) (end 58.26 76.2) (width 0.381) (layer "F.Cu") (net 50) (tstamp 3073cd50-0c37-4f7d-819b-3f0c0ff19363)) - (segment (start 58.26 76.2) (end 60.92 73.54) (width 0.381) (layer "F.Cu") (net 50) (tstamp bf565a26-cfe9-4fc2-a1b1-17d5b85ec0b9)) - (segment (start 91.44 83.66) (end 91.44 83.82) (width 0.381) (layer "F.Cu") (net 51) (tstamp 414130e4-4437-446a-8468-d32cb39f6a3a)) - (segment (start 101.56 73.54) (end 91.44 83.66) (width 0.381) (layer "F.Cu") (net 51) (tstamp 926476f3-0c4e-4dd5-8f1f-604b1fdc7d37)) - (segment (start 101.56 114.18) (end 96.995 118.745) (width 0.381) (layer "F.Cu") (net 52) (tstamp 42524eaf-b385-4633-b425-d0adc93c1358)) - (segment (start 96.995 118.745) (end 92.71 118.745) (width 0.381) (layer "F.Cu") (net 52) (tstamp fd6d59be-f718-42a0-a19e-c4cf6d03a3d2)) - - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005dac31ad) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 50.81 50.82) - (xy 111.37 50.79) - (xy 111.37 162.56) - (xy 50.8 162.55) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 111.2765 50.877381) - (xy 111.322619 50.9235) - (xy 111.3395 50.9865) - (xy 111.3395 61.320455) - (xy 111.322984 61.382819) - (xy 111.277765 61.428834) - (xy 111.215699 61.446436) - (xy 111.153056 61.431011) - (xy 111.10626 61.386603) - (xy 111.076189 61.337851) - (xy 111.076188 61.33785) - (xy 111.075511 61.336752) - (xy 111.063018 61.321418) - (xy 111.006641 61.268228) - (xy 111.004013 61.265675) - (xy 102.484943 52.746605) - (xy 102.472971 52.732752) - (xy 102.458399 52.713179) - (xy 102.454591 52.709984) - (xy 102.419833 52.680818) - (xy 102.41173 52.673392) - (xy 102.407768 52.66943) - (xy 102.407768 52.669429) - (xy 102.407765 52.669427) - (xy 102.385618 52.651915) - (xy 102.383061 52.649893) - (xy 102.380224 52.647582) - (xy 102.352175 52.624047) - (xy 102.321853 52.598604) - (xy 102.32185 52.598602) - (xy 102.320863 52.597774) - (xy 102.304183 52.587147) - (xy 102.233959 52.554401) - (xy 102.230661 52.552804) - (xy 102.161421 52.518031) - (xy 102.142732 52.511534) - (xy 102.066865 52.495869) - (xy 102.06329 52.495076) - (xy 101.987878 52.477204) - (xy 101.968196 52.475193) - (xy 101.890746 52.477447) - (xy 101.887082 52.4775) - (xy 91.564735 52.4775) - (xy 91.546474 52.47617) - (xy 91.539804 52.475193) - (xy 91.522328 52.472633) - (xy 91.522326 52.472633) - (xy 91.492634 52.475231) - (xy 91.472186 52.47702) - (xy 91.461205 52.4775) - (xy 91.455585 52.4775) - (xy 91.424287 52.481156) - (xy 91.420653 52.481527) - (xy 91.343492 52.488279) - (xy 91.324153 52.492566) - (xy 91.251341 52.519067) - (xy 91.247883 52.520269) - (xy 91.174347 52.544637) - (xy 91.156528 52.553263) - (xy 91.091792 52.595841) - (xy 91.088702 52.597809) - (xy 91.022766 52.638479) - (xy 91.007412 52.650987) - (xy 90.954228 52.707357) - (xy 90.951676 52.709984) - (xy 89.117787 54.543873) - (xy 89.071787 54.573179) - (xy 89.017712 54.580299) - (xy 88.86 54.566502) - (xy 88.631912 54.586457) - (xy 88.410756 54.645715) - (xy 88.203249 54.742477) - (xy 88.015699 54.873802) - (xy 87.869972 55.019529) - (xy 87.816375 55.051329) - (xy 87.754093 55.053553) - (xy 87.698364 55.025657) - (xy 87.662821 54.974464) - (xy 87.610446 54.834037) - (xy 87.522904 54.717095) - (xy 87.405962 54.629554) - (xy 87.269093 54.578505) - (xy 87.208589 54.572) - (xy 86.614 54.572) - (xy 86.614 57.188) - (xy 87.208589 57.188) - (xy 87.269089 57.181495) - (xy 87.272543 57.180207) - (xy 87.339833 57.174426) - (xy 87.400441 57.204224) - (xy 87.436956 57.26104) - (xy 87.438885 57.32855) - (xy 87.405674 57.387357) - (xy 78.523595 66.269436) - (xy 78.473436 66.300174) - (xy 78.414789 66.30479) - (xy 78.360439 66.282277) - (xy 78.322233 66.237544) - (xy 78.3085 66.180341) - (xy 78.3085 65.711713) - (xy 78.293533 65.507218) - (xy 78.293533 65.507217) - (xy 78.234063 65.240247) - (xy 78.136355 64.984781) - (xy 78.136355 64.98478) - (xy 78.002492 64.746261) - (xy 77.835329 64.52978) - (xy 77.638428 64.339942) - (xy 77.521524 64.256305) - (xy 77.415981 64.180795) - (xy 77.172734 64.055733) - (xy 77.172733 64.055732) - (xy 77.17273 64.055731) - (xy 76.913871 63.967421) - (xy 76.644908 63.917741) - (xy 76.371574 63.907751) - (xy 76.099706 63.937665) - (xy 75.835084 64.006847) - (xy 75.583358 64.113818) - (xy 75.349884 64.256305) - (xy 75.139652 64.431262) - (xy 74.957136 64.634962) - (xy 74.806213 64.863083) - (xy 74.690125 65.110722) - (xy 74.611322 65.372649) - (xy 74.5715 65.643241) - (xy 74.5715 66.368287) - (xy 74.586466 66.572781) - (xy 74.645938 66.839756) - (xy 74.743644 67.095219) - (xy 74.877507 67.333738) - (xy 75.04467 67.550219) - (xy 75.241571 67.740057) - (xy 75.241574 67.740059) - (xy 75.464019 67.899205) - (xy 75.707266 68.024267) - (xy 75.96613 68.112579) - (xy 76.235093 68.162259) - (xy 76.327879 68.165649) - (xy 76.383733 68.181017) - (xy 76.426809 68.219755) - (xy 76.447998 68.273674) - (xy 76.442821 68.331375) - (xy 76.41237 68.38066) - (xy 69.372601 75.420429) - (xy 69.358753 75.432398) - (xy 69.339179 75.446971) - (xy 69.30682 75.485534) - (xy 69.299405 75.493626) - (xy 69.295425 75.497606) - (xy 69.275884 75.522318) - (xy 69.273575 75.525152) - (xy 69.223782 75.584495) - (xy 69.213141 75.601196) - (xy 69.180393 75.671424) - (xy 69.178797 75.674721) - (xy 69.144031 75.743945) - (xy 69.137534 75.762636) - (xy 69.121865 75.838519) - (xy 69.121072 75.842093) - (xy 69.103203 75.917492) - (xy 69.101192 75.937174) - (xy 69.103446 76.014625) - (xy 69.103499 76.018289) - (xy 69.103499 93.463004) - (xy 69.087967 93.523609) - (xy 69.045199 93.569271) - (xy 68.98574 93.588734) - (xy 68.924251 93.577199) - (xy 68.809326 93.523609) - (xy 68.775242 93.507715) - (xy 68.554087 93.448457) - (xy 68.554086 93.448456) - (xy 68.326 93.428502) - (xy 68.325999 93.428502) - (xy 68.097912 93.448457) - (xy 67.876756 93.507715) - (xy 67.669249 93.604477) - (xy 67.481696 93.735804) - (xy 67.319804 93.897696) - (xy 67.188477 94.085249) - (xy 67.091715 94.292756) - (xy 67.032457 94.513912) - (xy 67.013719 94.728083) - (xy 67.012502 94.742) - (xy 67.032319 94.968514) - (xy 67.032457 94.970087) - (xy 67.091715 95.191243) - (xy 67.188477 95.39875) - (xy 67.319804 95.586303) - (xy 67.481696 95.748195) - (xy 67.669249 95.879522) - (xy 67.876756 95.976284) - (xy 67.936015 95.992162) - (xy 68.097913 96.035543) - (xy 68.273984 96.050947) - (xy 68.332238 96.071195) - (xy 68.373905 96.116667) - (xy 68.389 96.176467) - (xy 68.389 106.863274) - (xy 68.379409 106.911492) - (xy 68.352095 106.95237) - (xy 68.175074 107.12939) - (xy 68.11859 107.162001) - (xy 68.053368 107.162001) - (xy 67.996883 107.129389) - (xy 67.964272 107.072905) - (xy 67.908813 106.865929) - (xy 67.812085 106.658497) - (xy 67.7621 106.58711) - (xy 67.762098 106.58711) - (xy 66.675001 107.67421) - (xy 66.674998 107.674211) - (xy 65.94711 108.402098) - (xy 65.94711 108.4021) - (xy 66.018497 108.452085) - (xy 66.225929 108.548813) - (xy 66.432905 108.604272) - (xy 66.489389 108.636883) - (xy 66.522001 108.693368) - (xy 66.522001 108.75859) - (xy 66.489389 108.815074) - (xy 62.260936 113.043526) - (xy 62.210206 113.074448) - (xy 62.150947 113.078686) - (xy 62.096332 113.055299) - (xy 61.985205 112.972111) - (xy 61.91404 112.945568) - (xy 61.848201 112.921011) - (xy 61.787638 112.9145) - (xy 60.640362 112.9145) - (xy 60.579799 112.921011) - (xy 60.51396 112.945568) - (xy 60.425822 112.978442) - (xy 60.425569 112.977764) - (xy 60.394797 112.991076) - (xy 60.336406 112.987553) - (xy 60.198 112.945567) - (xy 60.198 113.261605) - (xy 60.190055 113.305638) - (xy 60.187011 113.313798) - (xy 60.1805 113.374362) - (xy 60.1805 114.971638) - (xy 60.187011 115.032201) - (xy 60.190055 115.040362) - (xy 60.198 115.084395) - (xy 60.198 115.400432) - (xy 60.336406 115.358447) - (xy 60.394797 115.354924) - (xy 60.425569 115.368235) - (xy 60.425822 115.367558) - (xy 60.442795 115.373888) - (xy 60.442796 115.373889) - (xy 60.579799 115.424989) - (xy 60.640362 115.4315) - (xy 61.787638 115.4315) - (xy 61.848201 115.424989) - (xy 61.985204 115.373889) - (xy 62.102261 115.286261) - (xy 62.189889 115.169204) - (xy 62.240989 115.032201) - (xy 62.2475 114.971638) - (xy 62.2475 114.963614) - (xy 62.256611 114.916571) - (xy 62.282627 114.876332) - (xy 62.321786 114.848716) - (xy 62.384147 114.820648) - (xy 62.391151 114.817746) - (xy 62.447227 114.79648) - (xy 62.455376 114.790854) - (xy 62.475248 114.779645) - (xy 62.484275 114.775584) - (xy 62.531486 114.738596) - (xy 62.537574 114.734116) - (xy 62.586927 114.700052) - (xy 62.626683 114.655175) - (xy 62.631882 114.649652) - (xy 68.888403 108.393131) - (xy 68.938563 108.362393) - (xy 68.99721 108.357777) - (xy 69.05156 108.38029) - (xy 69.089766 108.425023) - (xy 69.103499 108.482226) - (xy 69.103499 113.320974) - (xy 69.093908 113.369192) - (xy 69.066594 113.410069) - (xy 66.748648 115.728013) - (xy 66.687897 115.761689) - (xy 66.618531 115.758053) - (xy 66.561633 115.718212) - (xy 66.534492 115.654273) - (xy 66.545357 115.585669) - (xy 66.639284 115.384243) - (xy 66.698543 115.163087) - (xy 66.718498 114.935) - (xy 66.698543 114.706913) - (xy 66.639284 114.485757) - (xy 66.615149 114.434) - (xy 66.542522 114.278249) - (xy 66.411195 114.090696) - (xy 66.249303 113.928804) - (xy 66.06175 113.797477) - (xy 65.854243 113.700715) - (xy 65.633087 113.641457) - (xy 65.405 113.621502) - (xy 65.176912 113.641457) - (xy 64.955756 113.700715) - (xy 64.748249 113.797477) - (xy 64.560696 113.928804) - (xy 64.398804 114.090696) - (xy 64.267477 114.278249) - (xy 64.170715 114.485756) - (xy 64.111457 114.706912) - (xy 64.091502 114.935) - (xy 64.111457 115.163087) - (xy 64.170715 115.384243) - (xy 64.267477 115.59175) - (xy 64.398804 115.779303) - (xy 64.560696 115.941195) - (xy 64.748249 116.072522) - (xy 64.955756 116.169284) - (xy 65.015015 116.185162) - (xy 65.176913 116.228543) - (xy 65.405 116.248498) - (xy 65.633087 116.228543) - (xy 65.854243 116.169284) - (xy 66.055669 116.075357) - (xy 66.124274 116.064492) - (xy 66.188212 116.091633) - (xy 66.228053 116.148531) - (xy 66.231689 116.217897) - (xy 66.198013 116.278648) - (xy 64.931602 117.545058) - (xy 64.917754 117.557027) - (xy 64.898178 117.571602) - (xy 64.865822 117.610161) - (xy 64.858409 117.618252) - (xy 64.854433 117.622229) - (xy 64.854431 117.622227) - (xy 64.854427 117.622235) - (xy 64.854423 117.622239) - (xy 61.257787 121.218873) - (xy 61.211787 121.248179) - (xy 61.157712 121.255299) - (xy 61 121.241502) - (xy 60.771912 121.261457) - (xy 60.550756 121.320715) - (xy 60.343249 121.417477) - (xy 60.155696 121.548804) - (xy 59.993804 121.710696) - (xy 59.862477 121.898249) - (xy 59.765715 122.105756) - (xy 59.706457 122.326912) - (xy 59.686502 122.555) - (xy 59.706457 122.783087) - (xy 59.765715 123.004243) - (xy 59.862477 123.21175) - (xy 59.993804 123.399303) - (xy 60.155694 123.561193) - (xy 60.155697 123.561195) - (xy 60.1557 123.561198) - (xy 60.183771 123.580854) - (xy 60.223263 123.625885) - (xy 60.2375 123.684066) - (xy 60.2375 124.572925) - (xy 60.223263 124.631105) - (xy 60.183771 124.676138) - (xy 60.115696 124.723804) - (xy 59.953804 124.885696) - (xy 59.822477 125.073249) - (xy 59.725715 125.280756) - (xy 59.666457 125.501912) - (xy 59.646502 125.729999) - (xy 59.666457 125.958087) - (xy 59.725715 126.179243) - (xy 59.822477 126.38675) - (xy 59.953804 126.574303) - (xy 60.115696 126.736195) - (xy 60.115699 126.736197) - (xy 60.1157 126.736198) - (xy 60.303251 126.867523) - (xy 60.338359 126.883894) - (xy 60.342457 126.885805) - (xy 60.395474 126.9323) - (xy 60.415207 127) - (xy 60.395474 127.0677) - (xy 60.342457 127.114195) - (xy 60.30325 127.132477) - (xy 60.115696 127.263804) - (xy 59.953804 127.425696) - (xy 59.822477 127.613249) - (xy 59.725715 127.820756) - (xy 59.666457 128.041912) - (xy 59.648518 128.246951) - (xy 59.646502 128.27) - (xy 59.664813 128.4793) - (xy 59.667418 128.509069) - (xy 59.663884 128.509378) - (xy 59.663884 128.553707) - (xy 59.631272 128.610191) - (xy 59.088353 129.153109) - (xy 59.082813 129.158324) - (xy 59.037948 129.198072) - (xy 59.003901 129.247397) - (xy 58.999394 129.253523) - (xy 58.962416 129.300724) - (xy 58.958351 129.309757) - (xy 58.947153 129.329611) - (xy 58.94152 129.337771) - (xy 58.920258 129.393833) - (xy 58.917347 129.40086) - (xy 58.892749 129.455516) - (xy 58.890963 129.465261) - (xy 58.884844 129.487215) - (xy 58.881328 129.496487) - (xy 58.874102 129.555997) - (xy 58.872957 129.56352) - (xy 58.862151 129.622483) - (xy 58.865771 129.682315) - (xy 58.866001 129.689923) - (xy 58.866001 136.335077) - (xy 58.865771 136.342685) - (xy 58.862151 136.402516) - (xy 58.872957 136.461478) - (xy 58.874102 136.469002) - (xy 58.881327 136.528509) - (xy 58.884841 136.537774) - (xy 58.890962 136.559733) - (xy 58.892749 136.569484) - (xy 58.917351 136.624149) - (xy 58.920262 136.631177) - (xy 58.941519 136.687225) - (xy 58.947149 136.695381) - (xy 58.958353 136.715247) - (xy 58.962416 136.724275) - (xy 58.999383 136.771462) - (xy 59.003891 136.777588) - (xy 59.046639 136.839517) - (xy 59.044742 136.840826) - (xy 59.063564 136.867609) - (xy 59.07204 136.925243) - (xy 59.051502 137.159999) - (xy 59.071457 137.388087) - (xy 59.130715 137.609243) - (xy 59.227477 137.81675) - (xy 59.358804 138.004303) - (xy 59.520696 138.166195) - (xy 59.708249 138.297522) - (xy 59.915756 138.394284) - (xy 59.961187 138.406457) - (xy 60.136913 138.453543) - (xy 60.365 138.473498) - (xy 60.593087 138.453543) - (xy 60.814243 138.394284) - (xy 61.021749 138.297523) - (xy 61.2093 138.166198) - (xy 61.371198 138.0043) - (xy 61.502523 137.816749) - (xy 61.502522 137.816749) - (xy 61.508846 137.807719) - (xy 61.510772 137.809068) - (xy 61.547297 137.767417) - (xy 61.615 137.747682) - (xy 61.682703 137.767417) - (xy 61.719227 137.809068) - (xy 61.721154 137.807719) - (xy 61.858804 138.004303) - (xy 62.020696 138.166195) - (xy 62.208249 138.297522) - (xy 62.415756 138.394284) - (xy 62.461187 138.406457) - (xy 62.636913 138.453543) - (xy 62.865 138.473498) - (xy 63.093087 138.453543) - (xy 63.314243 138.394284) - (xy 63.521749 138.297523) - (xy 63.59376 138.2471) - (xy 65.35211 138.2471) - (xy 65.423497 138.297085) - (xy 65.630929 138.393813) - (xy 65.852 138.453048) - (xy 66.08 138.472995) - (xy 66.307999 138.453048) - (xy 66.52907 138.393813) - (xy 66.736498 138.297087) - (xy 66.807888 138.247099) - (xy 66.807888 138.247097) - (xy 66.080001 137.51921) - (xy 66.08 137.51921) - (xy 65.35211 138.247098) - (xy 65.35211 138.2471) - (xy 63.59376 138.2471) - (xy 63.7093 138.166198) - (xy 63.871198 138.0043) - (xy 64.002523 137.816749) - (xy 64.099284 137.609243) - (xy 64.158543 137.388087) - (xy 64.178498 137.16) - (xy 64.767004 137.16) - (xy 64.786951 137.387999) - (xy 64.846186 137.60907) - (xy 64.942912 137.816497) - (xy 64.9929 137.887887) - (xy 65.72079 137.16) - (xy 65.72079 137.159999) - (xy 64.9929 136.432109) - (xy 64.942913 136.503499) - (xy 64.846186 136.710929) - (xy 64.786951 136.932) - (xy 64.767004 137.16) - (xy 64.178498 137.16) - (xy 64.158543 136.931913) - (xy 64.110603 136.752999) - (xy 64.099284 136.710756) - (xy 64.002522 136.503249) - (xy 63.871195 136.315696) - (xy 63.709303 136.153804) - (xy 63.593761 136.0729) - (xy 65.352109 136.0729) - (xy 66.079999 136.80079) - (xy 66.08 136.80079) - (xy 66.807888 136.072899) - (xy 66.736497 136.022912) - (xy 66.52907 135.926186) - (xy 66.307999 135.866951) - (xy 66.079999 135.847004) - (xy 65.852 135.866951) - (xy 65.630929 135.926186) - (xy 65.423499 136.022913) - (xy 65.352109 136.0729) - (xy 63.593761 136.0729) - (xy 63.52175 136.022477) - (xy 63.314243 135.925715) - (xy 63.093087 135.866457) - (xy 62.865 135.846502) - (xy 62.636912 135.866457) - (xy 62.415756 135.925715) - (xy 62.208249 136.022477) - (xy 62.020696 136.153804) - (xy 61.858804 136.315696) - (xy 61.721154 136.512281) - (xy 61.719227 136.510932) - (xy 61.6827 136.552584) - (xy 61.615 136.572317) - (xy 61.5473 136.552584) - (xy 61.510772 136.510932) - (xy 61.508846 136.512281) - (xy 61.371195 136.315696) - (xy 61.209303 136.153804) - (xy 61.02175 136.022477) - (xy 60.814243 135.925715) - (xy 60.593087 135.866457) - (xy 60.379018 135.847728) - (xy 60.320763 135.82748) - (xy 60.279096 135.782008) - (xy 60.264001 135.722208) - (xy 60.264001 134.7845) - (xy 60.280882 134.7215) - (xy 60.327001 134.675381) - (xy 60.390001 134.6585) - (xy 61.808638 134.6585) - (xy 61.869201 134.651989) - (xy 62.006204 134.600889) - (xy 62.123261 134.513261) - (xy 62.210889 134.396204) - (xy 62.261989 134.259201) - (xy 62.2685 134.198638) - (xy 62.2685 132.501362) - (xy 62.261989 132.440799) - (xy 62.210889 132.303796) - (xy 62.210888 132.303794) - (xy 62.123261 132.186738) - (xy 62.006205 132.099111) - (xy 61.896655 132.058251) - (xy 61.869201 132.048011) - (xy 61.859796 132.046999) - (xy 61.802973 132.02629) - (xy 61.762346 131.981488) - (xy 61.747275 131.922916) - (xy 61.761233 131.864069) - (xy 61.801002 131.818507) - (xy 61.8043 131.816198) - (xy 61.966198 131.6543) - (xy 62.097523 131.466749) - (xy 62.194284 131.259243) - (xy 62.253543 131.038087) - (xy 62.273498 130.81) - (xy 62.253543 130.581913) - (xy 62.200593 130.384303) - (xy 62.194284 130.360756) - (xy 62.097522 130.153249) - (xy 61.982562 129.98907) - (xy 61.966198 129.9657) - (xy 61.966197 129.965699) - (xy 61.966195 129.965696) - (xy 61.804303 129.803804) - (xy 61.616748 129.672476) - (xy 61.577543 129.654195) - (xy 61.524525 129.6077) - (xy 61.504792 129.54) - (xy 61.524525 129.4723) - (xy 61.577543 129.425805) - (xy 61.582163 129.42365) - (xy 61.616749 129.407523) - (xy 61.8043 129.276198) - (xy 61.966198 129.1143) - (xy 62.097523 128.926749) - (xy 62.194284 128.719243) - (xy 62.253543 128.498087) - (xy 62.273498 128.27) - (xy 62.253543 128.041913) - (xy 62.194284 127.820757) - (xy 62.191912 127.815671) - (xy 62.097522 127.613249) - (xy 61.986718 127.455005) - (xy 61.966198 127.4257) - (xy 61.966197 127.425699) - (xy 61.966195 127.425696) - (xy 61.804303 127.263804) - (xy 61.616747 127.132475) - (xy 61.577541 127.114193) - (xy 61.524524 127.067697) - (xy 61.504792 126.999997) - (xy 61.524526 126.932297) - (xy 61.577542 126.885805) - (xy 61.616749 126.867523) - (xy 61.8043 126.736198) - (xy 61.966198 126.5743) - (xy 62.097523 126.386749) - (xy 62.194284 126.179243) - (xy 62.253543 125.958087) - (xy 62.273498 125.73) - (xy 62.253543 125.501913) - (xy 62.194284 125.280757) - (xy 62.192951 125.277899) - (xy 62.097522 125.073249) - (xy 61.968254 124.888636) - (xy 61.966198 124.8857) - (xy 61.966197 124.885699) - (xy 61.966195 124.885696) - (xy 61.799405 124.718906) - (xy 61.772091 124.678029) - (xy 61.7625 124.629811) - (xy 61.7625 123.684066) - (xy 61.772769 123.6421) - (xy 62.77211 123.6421) - (xy 62.843497 123.692085) - (xy 63.050929 123.788813) - (xy 63.272 123.848048) - (xy 63.5 123.867995) - (xy 63.727999 123.848048) - (xy 63.94907 123.788813) - (xy 64.156498 123.692087) - (xy 64.227888 123.642099) - (xy 64.227888 123.642097) - (xy 63.500001 122.91421) - (xy 63.5 122.91421) - (xy 62.77211 123.642098) - (xy 62.77211 123.6421) - (xy 61.772769 123.6421) - (xy 61.776737 123.625885) - (xy 61.816228 123.580854) - (xy 61.8443 123.561198) - (xy 62.006198 123.3993) - (xy 62.137523 123.211749) - (xy 62.137522 123.211749) - (xy 62.143846 123.202719) - (xy 62.145622 123.203962) - (xy 62.182571 123.161826) - (xy 62.250272 123.14209) - (xy 62.317974 123.161822) - (xy 62.35475 123.203756) - (xy 62.35659 123.202468) - (xy 62.4129 123.282888) - (xy 63.5 122.19579) - (xy 63.499999 122.19579) - (xy 64.227888 121.467899) - (xy 64.156497 121.417912) - (xy 63.94907 121.321186) - (xy 63.727999 121.261951) - (xy 63.669255 121.256812) - (xy 63.603532 121.231254) - (xy 63.561835 121.174386) - (xy 63.557223 121.10402) - (xy 63.591139 121.042197) - (xy 64.447404 120.185933) - (xy 64.497564 120.155196) - (xy 64.556211 120.15058) - (xy 64.610561 120.173093) - (xy 64.648767 120.217826) - (xy 64.6625 120.275029) - (xy 64.6625 121.699518) - (xy 64.652909 121.747736) - (xy 64.625596 121.788613) - (xy 63.85921 122.555) - (xy 63.85921 122.555001) - (xy 64.625595 123.321386) - (xy 64.652909 123.362263) - (xy 64.6625 123.410481) - (xy 64.6625 126.906193) - (xy 64.66117 126.924453) - (xy 64.657634 126.948594) - (xy 64.660229 126.978251) - (xy 64.662021 126.998738) - (xy 64.6625 127.009719) - (xy 64.6625 127.015338) - (xy 64.666155 127.046617) - (xy 64.666527 127.050258) - (xy 64.673279 127.127433) - (xy 64.677565 127.146765) - (xy 64.70407 127.219588) - (xy 64.705256 127.223) - (xy 64.713544 127.248009) - (xy 64.729638 127.296578) - (xy 64.73826 127.314388) - (xy 64.78085 127.379143) - (xy 64.782818 127.382233) - (xy 64.823489 127.44817) - (xy 64.835983 127.463506) - (xy 64.892374 127.516708) - (xy 64.895003 127.519262) - (xy 67.393137 130.017397) - (xy 67.405107 130.031246) - (xy 67.418151 130.048768) - (xy 67.442432 130.111203) - (xy 67.43128 130.17726) - (xy 67.345716 130.360754) - (xy 67.286457 130.581912) - (xy 67.27813 130.677085) - (xy 67.266502 130.81) - (xy 67.270308 130.853498) - (xy 67.286457 131.038087) - (xy 67.345715 131.259243) - (xy 67.442477 131.46675) - (xy 67.573804 131.654303) - (xy 67.735696 131.816195) - (xy 67.735699 131.816197) - (xy 67.7357 131.816198) - (xy 67.923251 131.947523) - (xy 67.958359 131.963894) - (xy 67.962457 131.965805) - (xy 68.015474 132.0123) - (xy 68.035207 132.08) - (xy 68.015474 132.1477) - (xy 67.962457 132.194195) - (xy 67.92325 132.212477) - (xy 67.735696 132.343804) - (xy 67.573804 132.505696) - (xy 67.442477 132.693249) - (xy 67.345715 132.900756) - (xy 67.286457 133.121912) - (xy 67.266502 133.349999) - (xy 67.286457 133.578087) - (xy 67.345715 133.799243) - (xy 67.442477 134.00675) - (xy 67.573804 134.194303) - (xy 67.735694 134.356193) - (xy 67.735697 134.356195) - (xy 67.7357 134.356198) - (xy 67.763771 134.375854) - (xy 67.803263 134.420885) - (xy 67.8175 134.479066) - (xy 67.8175 136.030934) - (xy 67.803263 136.089115) - (xy 67.763771 136.134145) - (xy 67.741153 136.149983) - (xy 67.735694 136.153806) - (xy 67.573804 136.315696) - (xy 67.436154 136.512281) - (xy 67.43438 136.511039) - (xy 67.397408 136.553185) - (xy 67.329708 136.572908) - (xy 67.262013 136.553169) - (xy 67.225251 136.511242) - (xy 67.223411 136.512531) - (xy 67.1671 136.43211) - (xy 67.167098 136.43211) - (xy 66.43921 137.16) - (xy 66.43921 137.160001) - (xy 67.167097 137.887888) - (xy 67.167099 137.887888) - (xy 67.223411 137.807468) - (xy 67.22525 137.808755) - (xy 67.262024 137.766824) - (xy 67.329724 137.747091) - (xy 67.397424 137.766824) - (xy 67.434378 137.808962) - (xy 67.436154 137.807719) - (xy 67.573804 138.004303) - (xy 67.735696 138.166195) - (xy 67.923249 138.297522) - (xy 68.130756 138.394284) - (xy 68.176187 138.406457) - (xy 68.351913 138.453543) - (xy 68.58 138.473498) - (xy 68.737714 138.459699) - (xy 68.791786 138.466819) - (xy 68.837787 138.496125) - (xy 70.320595 139.978933) - (xy 70.347909 140.01981) - (xy 70.3575 140.068028) - (xy 70.3575 146.067027) - (xy 70.344697 146.122366) - (xy 70.308892 146.166457) - (xy 70.170985 146.273796) - (xy 70.154541 146.286595) - (xy 70.153451 146.285195) - (xy 70.11153 146.312158) - (xy 70.048072 146.316062) - (xy 69.990786 146.288485) - (xy 69.954257 146.236448) - (xy 69.930888 146.173794) - (xy 69.843261 146.056738) - (xy 69.726205 145.969111) - (xy 69.657702 145.943561) - (xy 69.589201 145.918011) - (xy 69.528638 145.9115) - (xy 67.631362 145.9115) - (xy 67.570799 145.918011) - (xy 67.433794 145.969111) - (xy 67.316738 146.056738) - (xy 67.229111 146.173794) - (xy 67.178011 146.310799) - (xy 67.1715 146.371362) - (xy 67.1715 148.268638) - (xy 67.178011 148.3292) - (xy 67.229111 148.466205) - (xy 67.316738 148.583261) - (xy 67.433794 148.670888) - (xy 67.433795 148.670888) - (xy 67.433796 148.670889) - (xy 67.570799 148.721989) - (xy 67.631362 148.7285) - (xy 69.528638 148.7285) - (xy 69.589201 148.721989) - (xy 69.726204 148.670889) - (xy 69.843261 148.583261) - (xy 69.930889 148.466204) - (xy 69.954258 148.403549) - (xy 69.990788 148.351512) - (xy 70.048077 148.323936) - (xy 70.111538 148.327844) - (xy 70.15345 148.354805) - (xy 70.154541 148.353405) - (xy 70.162779 148.359816) - (xy 70.16278 148.359818) - (xy 70.346983 148.50319) - (xy 70.552273 148.614287) - (xy 70.773049 148.69008) - (xy 71.003288 148.7285) - (xy 71.236712 148.7285) - (xy 71.236714 148.7285) - (xy 71.287487 148.720027) - (xy 71.355664 148.70865) - (xy 71.414843 148.712938) - (xy 71.465498 148.743836) - (xy 72.858068 150.136406) - (xy 72.888806 150.186565) - (xy 72.893422 150.245212) - (xy 72.870909 150.299562) - (xy 72.826176 150.337768) - (xy 72.768973 150.351501) - (xy 63.012028 150.351501) - (xy 62.96381 150.34191) - (xy 62.922933 150.314596) - (xy 56.695404 144.087066) - (xy 56.66809 144.046189) - (xy 56.658499 143.997971) - (xy 56.658499 143.94) - (xy 59.381634 143.94) - (xy 59.401066 144.186911) - (xy 59.458885 144.427743) - (xy 59.537744 144.618125) - (xy 59.553666 144.656563) - (xy 59.683075 144.86774) - (xy 59.683076 144.867742) - (xy 59.683078 144.867744) - (xy 59.843926 145.056073) - (xy 60.009798 145.197741) - (xy 60.03226 145.216925) - (xy 60.243437 145.346334) - (xy 60.472258 145.441115) - (xy 60.713089 145.498934) - (xy 60.96 145.518366) - (xy 61.206911 145.498934) - (xy 61.447742 145.441115) - (xy 61.676563 145.346334) - (xy 61.88774 145.216925) - (xy 62.076073 145.056073) - (xy 62.236925 144.86774) - (xy 62.366334 144.656563) - (xy 62.461115 144.427742) - (xy 62.518934 144.186911) - (xy 62.538366 143.94) - (xy 62.518934 143.693089) - (xy 62.461115 143.452258) - (xy 62.366334 143.223437) - (xy 62.236925 143.01226) - (xy 62.236921 143.012255) - (xy 62.076073 142.823926) - (xy 61.887744 142.663078) - (xy 61.887742 142.663076) - (xy 61.88774 142.663075) - (xy 61.676563 142.533666) - (xy 61.608345 142.505409) - (xy 61.554627 142.463061) - (xy 61.530951 142.398886) - (xy 61.544296 142.331797) - (xy 61.590728 142.281567) - (xy 61.656563 142.263) - (xy 61.973589 142.263) - (xy 62.034093 142.256494) - (xy 62.170962 142.205445) - (xy 62.287904 142.117904) - (xy 62.375445 142.000962) - (xy 62.426494 141.864093) - (xy 62.433 141.803589) - (xy 62.433 141.094) - (xy 59.487 141.094) - (xy 59.487 141.803589) - (xy 59.493505 141.864093) - (xy 59.544554 142.000962) - (xy 59.632095 142.117904) - (xy 59.749037 142.205445) - (xy 59.885906 142.256494) - (xy 59.946411 142.263) - (xy 60.263437 142.263) - (xy 60.329272 142.281567) - (xy 60.375704 142.331797) - (xy 60.389049 142.398886) - (xy 60.365373 142.463061) - (xy 60.311655 142.505409) - (xy 60.243438 142.533665) - (xy 60.032255 142.663078) - (xy 59.843926 142.823926) - (xy 59.683078 143.012255) - (xy 59.553665 143.223438) - (xy 59.458885 143.452256) - (xy 59.401066 143.693088) - (xy 59.381634 143.94) - (xy 56.658499 143.94) - (xy 56.658499 140.586) - (xy 59.487 140.586) - (xy 60.706 140.586) - (xy 60.706 139.417) - (xy 61.214 139.417) - (xy 61.214 140.586) - (xy 62.433 140.586) - (xy 62.433 139.876411) - (xy 62.426494 139.815906) - (xy 62.375445 139.679037) - (xy 62.287904 139.562095) - (xy 62.170962 139.474554) - (xy 62.034093 139.423505) - (xy 61.973589 139.417) - (xy 61.214 139.417) - (xy 60.706 139.417) - (xy 59.946411 139.417) - (xy 59.885906 139.423505) - (xy 59.749037 139.474554) - (xy 59.632095 139.562095) - (xy 59.544554 139.679037) - (xy 59.493505 139.815906) - (xy 59.487 139.876411) - (xy 59.487 140.586) - (xy 56.658499 140.586) - (xy 56.658499 137.911651) - (xy 56.671493 137.855923) - (xy 56.707795 137.811689) - (xy 56.759917 137.788072) - (xy 56.81711 137.789944) - (xy 56.922 137.818048) - (xy 57.149999 137.837995) - (xy 57.377999 137.818048) - (xy 57.59907 137.758813) - (xy 57.806498 137.662087) - (xy 57.877888 137.612099) - (xy 57.877888 137.612097) - (xy 56.879885 136.614094) - (xy 56.847273 136.55761) - (xy 56.847273 136.525001) - (xy 57.50921 136.525001) - (xy 58.237097 137.252888) - (xy 58.237099 137.252888) - (xy 58.287087 137.181498) - (xy 58.383813 136.97407) - (xy 58.443048 136.752999) - (xy 58.462995 136.524999) - (xy 58.443048 136.297) - (xy 58.383813 136.075929) - (xy 58.287085 135.868497) - (xy 58.2371 135.79711) - (xy 58.237098 135.79711) - (xy 57.50921 136.525) - (xy 57.50921 136.525001) - (xy 56.847273 136.525001) - (xy 56.847273 136.492388) - (xy 56.879885 136.435903) - (xy 57.15 136.165789) - (xy 57.150003 136.165786) - (xy 57.877888 135.437899) - (xy 57.806497 135.387912) - (xy 57.59907 135.291186) - (xy 57.377999 135.231951) - (xy 57.15 135.212004) - (xy 56.922 135.231951) - (xy 56.81711 135.260056) - (xy 56.759917 135.261928) - (xy 56.707795 135.238311) - (xy 56.671493 135.194077) - (xy 56.658499 135.138349) - (xy 56.658499 127.752168) - (xy 56.671493 127.69644) - (xy 56.707795 127.652205) - (xy 56.759918 127.628589) - (xy 56.81711 127.630461) - (xy 56.921913 127.658543) - (xy 57.15 127.678498) - (xy 57.378087 127.658543) - (xy 57.599243 127.599284) - (xy 57.806749 127.502523) - (xy 57.9943 127.371198) - (xy 58.156198 127.2093) - (xy 58.287523 127.021749) - (xy 58.384284 126.814243) - (xy 58.443543 126.593087) - (xy 58.463498 126.365) - (xy 58.443543 126.136913) - (xy 58.390593 125.939303) - (xy 58.384284 125.915756) - (xy 58.287522 125.708249) - (xy 58.156195 125.520696) - (xy 57.994303 125.358804) - (xy 57.80675 125.227477) - (xy 57.599243 125.130715) - (xy 57.378087 125.071457) - (xy 57.15 125.051502) - (xy 56.921912 125.071457) - (xy 56.81711 125.099539) - (xy 56.759918 125.101411) - (xy 56.707795 125.077795) - (xy 56.671493 125.03356) - (xy 56.658499 124.977832) - (xy 56.658499 121.7371) - (xy 57.61211 121.7371) - (xy 57.683497 121.787085) - (xy 57.890929 121.883813) - (xy 58.112 121.943048) - (xy 58.34 121.962995) - (xy 58.567999 121.943048) - (xy 58.78907 121.883813) - (xy 58.996498 121.787087) - (xy 59.067888 121.737099) - (xy 59.067888 121.737097) - (xy 58.340001 121.00921) - (xy 58.34 121.00921) - (xy 57.61211 121.737098) - (xy 57.61211 121.7371) - (xy 56.658499 121.7371) - (xy 56.658499 120.649999) - (xy 57.027004 120.649999) - (xy 57.046951 120.877999) - (xy 57.106186 121.09907) - (xy 57.202912 121.306497) - (xy 57.2529 121.377887) - (xy 57.980789 120.650001) - (xy 58.69921 120.650001) - (xy 59.427097 121.377888) - (xy 59.427099 121.377888) - (xy 59.477087 121.306498) - (xy 59.573813 121.09907) - (xy 59.633048 120.877999) - (xy 59.652995 120.65) - (xy 59.633048 120.422) - (xy 59.573813 120.200929) - (xy 59.477085 119.993497) - (xy 59.4271 119.92211) - (xy 59.427098 119.92211) - (xy 58.69921 120.65) - (xy 58.69921 120.650001) - (xy 57.980789 120.650001) - (xy 57.98079 120.65) - (xy 57.98079 120.649999) - (xy 57.2529 119.922109) - (xy 57.202913 119.993499) - (xy 57.106186 120.200929) - (xy 57.046951 120.422) - (xy 57.027004 120.649999) - (xy 56.658499 120.649999) - (xy 56.658499 119.5629) - (xy 57.612109 119.5629) - (xy 58.339999 120.29079) - (xy 58.34 120.29079) - (xy 59.067888 119.562899) - (xy 58.996497 119.512912) - (xy 58.78907 119.416186) - (xy 58.567999 119.356951) - (xy 58.34 119.337004) - (xy 58.112 119.356951) - (xy 57.890929 119.416186) - (xy 57.683499 119.512913) - (xy 57.612109 119.5629) - (xy 56.658499 119.5629) - (xy 56.658499 114.448778) - (xy 57.6405 114.448778) - (xy 57.655453 114.600596) - (xy 57.655453 114.600598) - (xy 57.655454 114.600601) - (xy 57.71455 114.795417) - (xy 57.714551 114.795419) - (xy 57.810519 114.974963) - (xy 57.939668 115.132331) - (xy 58.097036 115.26148) - (xy 58.09704 115.261482) - (xy 58.276583 115.35745) - (xy 58.471399 115.416546) - (xy 58.674 115.436501) - (xy 58.876601 115.416546) - (xy 59.071417 115.35745) - (xy 59.250135 115.261922) - (xy 59.30953 115.247045) - (xy 59.368926 115.261923) - (xy 59.546776 115.356985) - (xy 59.689999 115.400432) - (xy 59.69 115.400432) - (xy 59.69 114.627685) - (xy 59.692173 114.613035) - (xy 59.69133 114.612952) - (xy 59.7075 114.448778) - (xy 59.7075 113.897222) - (xy 59.69133 113.733048) - (xy 59.692173 113.732964) - (xy 59.69 113.718315) - (xy 59.69 112.945568) - (xy 59.689999 112.945567) - (xy 59.546776 112.989014) - (xy 59.368926 113.084077) - (xy 59.30953 113.098955) - (xy 59.250135 113.084077) - (xy 59.071417 112.98855) - (xy 58.876601 112.929454) - (xy 58.876598 112.929453) - (xy 58.876596 112.929453) - (xy 58.674 112.909498) - (xy 58.471403 112.929453) - (xy 58.4714 112.929453) - (xy 58.471399 112.929454) - (xy 58.309905 112.978442) - (xy 58.27658 112.988551) - (xy 58.097036 113.084519) - (xy 57.939668 113.213668) - (xy 57.810519 113.371036) - (xy 57.714551 113.55058) - (xy 57.71455 113.550582) - (xy 57.71455 113.550583) - (xy 57.676481 113.676083) - (xy 57.655453 113.745403) - (xy 57.6405 113.897222) - (xy 57.6405 114.448778) - (xy 56.658499 114.448778) - (xy 56.658499 107.339469) - (xy 56.676496 107.274574) - (xy 56.725346 107.228218) - (xy 56.791093 107.213642) - (xy 56.854957 107.23501) - (xy 56.898694 107.286219) - (xy 56.981477 107.46375) - (xy 57.112804 107.651303) - (xy 57.274696 107.813195) - (xy 57.462249 107.944522) - (xy 57.669756 108.041284) - (xy 57.675739 108.042887) - (xy 57.890913 108.100543) - (xy 58.119 108.120498) - (xy 58.347087 108.100543) - (xy 58.568243 108.041284) - (xy 58.775749 107.944523) - (xy 58.9633 107.813198) - (xy 59.125198 107.6513) - (xy 59.256523 107.463749) - (xy 59.353284 107.256243) - (xy 59.412543 107.035087) - (xy 59.432498 106.807) - (xy 61.805502 106.807) - (xy 61.825457 107.035087) - (xy 61.884715 107.256243) - (xy 61.981477 107.46375) - (xy 62.112804 107.651303) - (xy 62.274696 107.813195) - (xy 62.462249 107.944522) - (xy 62.669756 108.041284) - (xy 62.675739 108.042887) - (xy 62.890913 108.100543) - (xy 63.119 108.120498) - (xy 63.347087 108.100543) - (xy 63.568243 108.041284) - (xy 63.775749 107.944523) - (xy 63.9633 107.813198) - (xy 64.125198 107.6513) - (xy 64.256523 107.463749) - (xy 64.325885 107.315) - (xy 65.362004 107.315) - (xy 65.381951 107.542999) - (xy 65.441186 107.76407) - (xy 65.537912 107.971497) - (xy 65.5879 108.042887) - (xy 66.31579 107.315) - (xy 66.31579 107.314999) - (xy 65.5879 106.587109) - (xy 65.537913 106.658499) - (xy 65.441186 106.865929) - (xy 65.381951 107.087) - (xy 65.362004 107.315) - (xy 64.325885 107.315) - (xy 64.353284 107.256243) - (xy 64.412543 107.035087) - (xy 64.432498 106.807) - (xy 64.412543 106.578913) - (xy 64.364988 106.401435) - (xy 64.353284 106.357756) - (xy 64.256522 106.150249) - (xy 64.125195 105.962696) - (xy 63.963303 105.800804) - (xy 63.77575 105.669477) - (xy 63.568243 105.572715) - (xy 63.347087 105.513457) - (xy 63.119 105.493502) - (xy 62.890912 105.513457) - (xy 62.669756 105.572715) - (xy 62.462249 105.669477) - (xy 62.274696 105.800804) - (xy 62.112804 105.962696) - (xy 61.981477 106.150249) - (xy 61.884715 106.357756) - (xy 61.825457 106.578912) - (xy 61.805502 106.807) - (xy 59.432498 106.807) - (xy 59.412543 106.578913) - (xy 59.364988 106.401435) - (xy 59.353284 106.357756) - (xy 59.256522 106.150249) - (xy 59.125195 105.962696) - (xy 58.963303 105.800804) - (xy 58.77575 105.669477) - (xy 58.568243 105.572715) - (xy 58.382638 105.522983) - (xy 58.326153 105.490371) - (xy 58.293542 105.433887) - (xy 58.293542 105.368665) - (xy 58.326152 105.312183) - (xy 58.823336 104.814999) - (xy 65.361502 104.814999) - (xy 65.381457 105.043087) - (xy 65.440715 105.264243) - (xy 65.537477 105.47175) - (xy 65.668804 105.659303) - (xy 65.830696 105.821195) - (xy 65.830699 105.821197) - (xy 65.8307 105.821198) - (xy 65.958232 105.910497) - (xy 66.027281 105.958846) - (xy 66.026037 105.960621) - (xy 66.068175 105.997574) - (xy 66.087909 106.065272) - (xy 66.068179 106.132971) - (xy 66.026243 106.169751) - (xy 66.027531 106.17159) - (xy 65.947109 106.2279) - (xy 66.674999 106.95579) - (xy 66.675 106.95579) - (xy 67.402888 106.227899) - (xy 67.322468 106.17159) - (xy 67.323756 106.16975) - (xy 67.281822 106.132974) - (xy 67.26209 106.065272) - (xy 67.281826 105.997571) - (xy 67.323962 105.960622) - (xy 67.322719 105.958846) - (xy 67.343764 105.944109) - (xy 67.5193 105.821198) - (xy 67.681198 105.6593) - (xy 67.812523 105.471749) - (xy 67.909284 105.264243) - (xy 67.968543 105.043087) - (xy 67.988498 104.815) - (xy 67.968543 104.586913) - (xy 67.909284 104.365757) - (xy 67.890631 104.325756) - (xy 67.812522 104.158249) - (xy 67.681195 103.970696) - (xy 67.519303 103.808804) - (xy 67.33175 103.677477) - (xy 67.124243 103.580715) - (xy 66.903087 103.521457) - (xy 66.675 103.501502) - (xy 66.446912 103.521457) - (xy 66.225756 103.580715) - (xy 66.018249 103.677477) - (xy 65.830696 103.808804) - (xy 65.668804 103.970696) - (xy 65.537477 104.158249) - (xy 65.440715 104.365756) - (xy 65.381457 104.586912) - (xy 65.361502 104.814999) - (xy 58.823336 104.814999) - (xy 60.183401 103.454935) - (xy 60.19724 103.442975) - (xy 60.216822 103.428398) - (xy 60.249178 103.389835) - (xy 60.256608 103.381729) - (xy 60.260573 103.377765) - (xy 60.280123 103.353038) - (xy 60.282395 103.350248) - (xy 60.331396 103.291853) - (xy 60.331398 103.291848) - (xy 60.332227 103.290861) - (xy 60.342848 103.27419) - (xy 60.343391 103.273024) - (xy 60.343395 103.27302) - (xy 60.37562 103.203909) - (xy 60.377172 103.200704) - (xy 60.411394 103.132566) - (xy 60.411394 103.132563) - (xy 60.411974 103.13141) - (xy 60.41846 103.112748) - (xy 60.418721 103.111479) - (xy 60.418725 103.111473) - (xy 60.434146 103.036779) - (xy 60.434909 103.033338) - (xy 60.4525 102.959123) - (xy 60.4525 102.95912) - (xy 60.452795 102.957875) - (xy 60.454806 102.938195) - (xy 60.453507 102.893543) - (xy 60.452553 102.86073) - (xy 60.4525 102.857067) - (xy 60.4525 100.538091) - (xy 60.459865 100.495643) - (xy 60.469419 100.478778) - (xy 62.4665 100.478778) - (xy 62.481453 100.630596) - (xy 62.481453 100.630598) - (xy 62.481454 100.630601) - (xy 62.54055 100.825417) - (xy 62.540551 100.825419) - (xy 62.636519 101.004963) - (xy 62.765668 101.162331) - (xy 62.923036 101.29148) - (xy 62.92304 101.291482) - (xy 63.102583 101.38745) - (xy 63.297399 101.446546) - (xy 63.5 101.466501) - (xy 63.702601 101.446546) - (xy 63.897417 101.38745) - (xy 64.076135 101.291922) - (xy 64.13553 101.277045) - (xy 64.194926 101.291923) - (xy 64.372776 101.386985) - (xy 64.515999 101.430432) - (xy 64.516 101.430432) - (xy 64.516 101.001638) - (xy 65.0065 101.001638) - (xy 65.013011 101.062201) - (xy 65.016055 101.070362) - (xy 65.024 101.114395) - (xy 65.024 101.430432) - (xy 65.162406 101.388447) - (xy 65.220797 101.384924) - (xy 65.251569 101.398235) - (xy 65.251822 101.397558) - (xy 65.268795 101.403888) - (xy 65.268796 101.403889) - (xy 65.405799 101.454989) - (xy 65.466362 101.4615) - (xy 66.613638 101.4615) - (xy 66.674201 101.454989) - (xy 66.811204 101.403889) - (xy 66.928261 101.316261) - (xy 67.015889 101.199204) - (xy 67.066989 101.062201) - (xy 67.0735 101.001638) - (xy 67.0735 99.404362) - (xy 67.066989 99.343799) - (xy 67.015889 99.206796) - (xy 67.015888 99.206794) - (xy 66.928261 99.089738) - (xy 66.811205 99.002111) - (xy 66.74004 98.975568) - (xy 66.674201 98.951011) - (xy 66.613638 98.9445) - (xy 65.466362 98.9445) - (xy 65.405799 98.951011) - (xy 65.33996 98.975568) - (xy 65.251822 99.008442) - (xy 65.251569 99.007764) - (xy 65.220797 99.021076) - (xy 65.162406 99.017553) - (xy 65.024 98.975567) - (xy 65.024 99.291605) - (xy 65.016055 99.335638) - (xy 65.013011 99.343798) - (xy 65.0065 99.404362) - (xy 65.0065 101.001638) - (xy 64.516 101.001638) - (xy 64.516 100.657685) - (xy 64.518173 100.643035) - (xy 64.51733 100.642952) - (xy 64.5335 100.478778) - (xy 64.5335 99.927222) - (xy 64.51733 99.763048) - (xy 64.518173 99.762964) - (xy 64.516 99.748315) - (xy 64.516 98.975568) - (xy 64.515999 98.975567) - (xy 64.372776 99.019014) - (xy 64.194926 99.114077) - (xy 64.13553 99.128955) - (xy 64.076135 99.114077) - (xy 63.897417 99.01855) - (xy 63.702601 98.959454) - (xy 63.702598 98.959453) - (xy 63.702596 98.959453) - (xy 63.5 98.939498) - (xy 63.297403 98.959453) - (xy 63.2974 98.959453) - (xy 63.297399 98.959454) - (xy 63.10768 99.017004) - (xy 63.10258 99.018551) - (xy 62.923036 99.114519) - (xy 62.765668 99.243668) - (xy 62.636519 99.401036) - (xy 62.540551 99.58058) - (xy 62.54055 99.580582) - (xy 62.54055 99.580583) - (xy 62.512441 99.673249) - (xy 62.481453 99.775403) - (xy 62.4665 99.927222) - (xy 62.4665 100.478778) - (xy 60.469419 100.478778) - (xy 60.481101 100.458158) - (xy 60.55348 100.369962) - (xy 60.553482 100.36996) - (xy 60.64945 100.190417) - (xy 60.708546 99.995601) - (xy 60.719841 99.880929) - (xy 60.7235 99.843778) - (xy 60.7235 99.292222) - (xy 60.715086 99.206796) - (xy 60.708546 99.140399) - (xy 60.64945 98.945583) - (xy 60.553482 98.76604) - (xy 60.55348 98.766036) - (xy 60.424331 98.608668) - (xy 60.266962 98.479519) - (xy 60.08742 98.383551) - (xy 60.087417 98.38355) - (xy 60.008372 98.359571) - (xy 60.006916 98.358941) - (xy 59.959381 98.344709) - (xy 59.958948 98.344578) - (xy 59.882582 98.321414) - (xy 59.879628 98.320832) - (xy 59.823309 98.303971) - (xy 59.654644 98.294148) - (xy 59.645363 98.293608) - (xy 59.645362 98.293608) - (xy 59.469823 98.324559) - (xy 59.435532 98.339351) - (xy 59.422204 98.344229) - (xy 59.292584 98.383549) - (xy 59.114396 98.478793) - (xy 59.055 98.493671) - (xy 58.995604 98.478793) - (xy 58.817419 98.383551) - (xy 58.817418 98.38355) - (xy 58.817417 98.38355) - (xy 58.622601 98.324454) - (xy 58.622598 98.324453) - (xy 58.622596 98.324453) - (xy 58.419999 98.304498) - (xy 58.217401 98.324453) - (xy 58.027095 98.382181) - (xy 57.968705 98.385703) - (xy 57.938481 98.372629) - (xy 57.938178 98.373442) - (xy 57.900999 98.359575) - (xy 57.784201 98.316011) - (xy 57.723638 98.3095) - (xy 56.576362 98.3095) - (xy 56.515799 98.316011) - (xy 56.378794 98.367111) - (xy 56.261738 98.454738) - (xy 56.174111 98.571794) - (xy 56.123011 98.708798) - (xy 56.123011 98.708799) - (xy 56.1165 98.769362) - (xy 56.1165 100.366638) - (xy 56.123011 100.427201) - (xy 56.147556 100.493007) - (xy 56.174111 100.564205) - (xy 56.261738 100.681261) - (xy 56.378794 100.768888) - (xy 56.378795 100.768888) - (xy 56.378796 100.768889) - (xy 56.515799 100.819989) - (xy 56.576362 100.8265) - (xy 57.723638 100.8265) - (xy 57.784201 100.819989) - (xy 57.921204 100.768889) - (xy 57.921206 100.768887) - (xy 57.938178 100.762557) - (xy 57.938481 100.76337) - (xy 57.968697 100.750297) - (xy 58.027092 100.753817) - (xy 58.217399 100.811546) - (xy 58.42 100.831501) - (xy 58.622601 100.811546) - (xy 58.764925 100.768372) - (xy 58.823042 100.764803) - (xy 58.876558 100.787744) - (xy 58.914046 100.832297) - (xy 58.9275 100.888948) - (xy 58.9275 102.501972) - (xy 58.917909 102.55019) - (xy 58.890595 102.591067) - (xy 55.402601 106.079059) - (xy 55.388753 106.091028) - (xy 55.369179 106.105601) - (xy 55.369177 106.105602) - (xy 55.369177 106.105603) - (xy 55.346212 106.132971) - (xy 55.33682 106.144164) - (xy 55.329405 106.152256) - (xy 55.325425 106.156236) - (xy 55.305884 106.180948) - (xy 55.303575 106.183782) - (xy 55.253782 106.243125) - (xy 55.243141 106.259826) - (xy 55.210393 106.330054) - (xy 55.208797 106.333351) - (xy 55.174031 106.402575) - (xy 55.167534 106.421266) - (xy 55.151865 106.497149) - (xy 55.151072 106.500723) - (xy 55.133203 106.576122) - (xy 55.131192 106.595804) - (xy 55.133446 106.673255) - (xy 55.133499 106.676919) - (xy 55.133499 114.089962) - (xy 55.117701 114.151048) - (xy 55.074269 114.196816) - (xy 55.014093 114.215789) - (xy 54.952264 114.20321) - (xy 54.904286 114.162233) - (xy 54.854195 114.090696) - (xy 54.692303 113.928804) - (xy 54.50475 113.797477) - (xy 54.297243 113.700715) - (xy 54.076087 113.641457) - (xy 53.848 113.621502) - (xy 53.619912 113.641457) - (xy 53.398756 113.700715) - (xy 53.191249 113.797477) - (xy 53.003696 113.928804) - (xy 52.841804 114.090696) - (xy 52.710477 114.278249) - (xy 52.613715 114.485756) - (xy 52.554457 114.706912) - (xy 52.544761 114.817733) - (xy 52.534502 114.935) - (xy 52.546659 115.073952) - (xy 52.554457 115.163087) - (xy 52.613715 115.384243) - (xy 52.710477 115.59175) - (xy 52.841804 115.779303) - (xy 53.003696 115.941195) - (xy 53.191249 116.072522) - (xy 53.398756 116.169284) - (xy 53.458015 116.185162) - (xy 53.619913 116.228543) - (xy 53.848 116.248498) - (xy 54.076087 116.228543) - (xy 54.297243 116.169284) - (xy 54.504749 116.072523) - (xy 54.6923 115.941198) - (xy 54.854198 115.7793) - (xy 54.904286 115.707766) - (xy 54.952264 115.66679) - (xy 55.014093 115.654211) - (xy 55.074269 115.673184) - (xy 55.117701 115.718952) - (xy 55.133499 115.780038) - (xy 55.133499 138.854962) - (xy 55.117701 138.916048) - (xy 55.074269 138.961816) - (xy 55.014093 138.980789) - (xy 54.952264 138.96821) - (xy 54.904286 138.927233) - (xy 54.854195 138.855696) - (xy 54.692303 138.693804) - (xy 54.50475 138.562477) - (xy 54.297243 138.465715) - (xy 54.076087 138.406457) - (xy 53.848 138.386502) - (xy 53.619912 138.406457) - (xy 53.398756 138.465715) - (xy 53.191249 138.562477) - (xy 53.003696 138.693804) - (xy 52.841804 138.855696) - (xy 52.710477 139.043249) - (xy 52.613715 139.250756) - (xy 52.554457 139.471912) - (xy 52.534502 139.7) - (xy 52.554457 139.928087) - (xy 52.613715 140.149243) - (xy 52.710477 140.35675) - (xy 52.841804 140.544303) - (xy 53.003696 140.706195) - (xy 53.191249 140.837522) - (xy 53.398756 140.934284) - (xy 53.458014 140.950162) - (xy 53.619913 140.993543) - (xy 53.848 141.013498) - (xy 54.076087 140.993543) - (xy 54.297243 140.934284) - (xy 54.504749 140.837523) - (xy 54.6923 140.706198) - (xy 54.854198 140.5443) - (xy 54.904286 140.472766) - (xy 54.952264 140.43179) - (xy 55.014093 140.419211) - (xy 55.074269 140.438184) - (xy 55.117701 140.483952) - (xy 55.133499 140.545038) - (xy 55.133499 144.30127) - (xy 55.132169 144.31953) - (xy 55.128633 144.343669) - (xy 55.13302 144.393815) - (xy 55.133499 144.404796) - (xy 55.133499 144.410415) - (xy 55.137154 144.441694) - (xy 55.137526 144.445335) - (xy 55.144278 144.52251) - (xy 55.148564 144.541842) - (xy 55.175069 144.614665) - (xy 55.176255 144.618077) - (xy 55.200234 144.690439) - (xy 55.200637 144.691655) - (xy 55.209259 144.709465) - (xy 55.251849 144.77422) - (xy 55.253817 144.77731) - (xy 55.294488 144.843247) - (xy 55.306982 144.858583) - (xy 55.363374 144.911786) - (xy 55.366003 144.91434) - (xy 60.908848 150.457186) - (xy 60.942825 150.519278) - (xy 60.937965 150.589892) - (xy 60.895801 150.646743) - (xy 60.829639 150.671893) - (xy 60.713088 150.681065) - (xy 60.472256 150.738885) - (xy 60.243438 150.833665) - (xy 60.032255 150.963078) - (xy 59.843926 151.123926) - (xy 59.683078 151.312255) - (xy 59.553665 151.523438) - (xy 59.458885 151.752256) - (xy 59.401066 151.993088) - (xy 59.381634 152.24) - (xy 59.401066 152.486911) - (xy 59.458885 152.727743) - (xy 59.54132 152.926757) - (xy 59.553666 152.956563) - (xy 59.683075 153.16774) - (xy 59.683076 153.167742) - (xy 59.683078 153.167744) - (xy 59.843926 153.356073) - (xy 59.976277 153.469111) - (xy 60.03226 153.516925) - (xy 60.243437 153.646334) - (xy 60.472258 153.741115) - (xy 60.713089 153.798934) - (xy 60.96 153.818366) - (xy 61.206911 153.798934) - (xy 61.447742 153.741115) - (xy 61.676563 153.646334) - (xy 61.88774 153.516925) - (xy 62.005908 153.416) - (xy 68.817 153.416) - (xy 69.596 153.416) - (xy 69.596 152.412) - (xy 69.276411 152.412) - (xy 69.215906 152.418505) - (xy 69.079037 152.469554) - (xy 68.962095 152.557095) - (xy 68.874554 152.674037) - (xy 68.823505 152.810906) - (xy 68.817 152.871411) - (xy 68.817 153.416) - (xy 62.005908 153.416) - (xy 62.076073 153.356073) - (xy 62.236925 153.16774) - (xy 62.366334 152.956563) - (xy 62.461115 152.727742) - (xy 62.518934 152.486911) - (xy 62.538366 152.24) - (xy 62.520477 152.012699) - (xy 62.533273 151.946704) - (xy 62.578184 151.89668) - (xy 62.642425 151.876869) - (xy 62.651419 151.876607) - (xy 62.653256 151.876554) - (xy 62.656919 151.876501) - (xy 74.823231 151.876501) - (xy 74.845805 151.878807) - (xy 74.847091 151.878769) - (xy 74.847093 151.87877) - (xy 74.919061 151.876676) - (xy 74.923271 151.876554) - (xy 74.926934 151.876501) - (xy 74.958413 151.876501) - (xy 91.994272 151.876501) - (xy 92.012532 151.877831) - (xy 92.018504 151.878705) - (xy 92.036673 151.881367) - (xy 92.086816 151.87698) - (xy 92.097798 151.876501) - (xy 92.103412 151.876501) - (xy 92.103413 151.876501) - (xy 92.134689 151.872844) - (xy 92.138319 151.872473) - (xy 92.214241 151.865832) - (xy 92.214246 151.86583) - (xy 92.215529 151.865718) - (xy 92.234828 151.86144) - (xy 92.236038 151.860999) - (xy 92.236043 151.860999) - (xy 92.307704 151.834916) - (xy 92.311053 151.833752) - (xy 92.383441 151.809766) - (xy 92.383447 151.809762) - (xy 92.384664 151.809359) - (xy 92.402464 151.800742) - (xy 92.403537 151.800035) - (xy 92.40354 151.800035) - (xy 92.467246 151.758133) - (xy 92.470265 151.75621) - (xy 92.53515 151.716189) - (xy 92.53515 151.716188) - (xy 92.536249 151.715511) - (xy 92.551579 151.703023) - (xy 92.604788 151.646624) - (xy 92.607308 151.644029) - (xy 93.810505 150.440833) - (xy 93.861709 150.409762) - (xy 93.921478 150.405844) - (xy 93.976302 150.429968) - (xy 94.013793 150.476681) - (xy 94.032476 150.516748) - (xy 94.163804 150.704303) - (xy 94.325696 150.866195) - (xy 94.513249 150.997522) - (xy 94.720756 151.094284) - (xy 94.780015 151.110162) - (xy 94.941913 151.153543) - (xy 95.17 151.173498) - (xy 95.398087 151.153543) - (xy 95.555689 151.111313) - (xy 95.58289 151.104025) - (xy 95.640082 151.102153) - (xy 95.692205 151.125769) - (xy 95.728507 151.170004) - (xy 95.741501 151.225732) - (xy 95.741501 155.857971) - (xy 95.73191 155.906189) - (xy 95.704598 155.947063) - (xy 94.597361 157.0543) - (xy 94.237787 157.413874) - (xy 94.191787 157.443179) - (xy 94.137712 157.450299) - (xy 93.98 157.436502) - (xy 93.751912 157.456457) - (xy 93.530756 157.515715) - (xy 93.323249 157.612477) - (xy 93.135696 157.743804) - (xy 92.973804 157.905696) - (xy 92.842477 158.093249) - (xy 92.745715 158.300756) - (xy 92.686457 158.521912) - (xy 92.666502 158.75) - (xy 92.686457 158.978087) - (xy 92.745715 159.199243) - (xy 92.842477 159.40675) - (xy 92.973804 159.594303) - (xy 93.135696 159.756195) - (xy 93.323249 159.887522) - (xy 93.530756 159.984284) - (xy 93.590014 160.000162) - (xy 93.751913 160.043543) - (xy 93.98 160.063498) - (xy 94.208087 160.043543) - (xy 94.429243 159.984284) - (xy 94.636749 159.887523) - (xy 94.8243 159.756198) - (xy 94.986198 159.5943) - (xy 95.117523 159.406749) - (xy 95.214284 159.199243) - (xy 95.273543 158.978087) - (xy 95.293498 158.75) - (xy 95.279699 158.592284) - (xy 95.286819 158.538212) - (xy 95.316123 158.492213) - (xy 96.997402 156.810934) - (xy 97.011241 156.798974) - (xy 97.030823 156.784397) - (xy 97.063179 156.745834) - (xy 97.070609 156.737728) - (xy 97.074574 156.733764) - (xy 97.094124 156.709037) - (xy 97.096396 156.706247) - (xy 97.145397 156.647852) - (xy 97.145399 156.647847) - (xy 97.146228 156.64686) - (xy 97.156848 156.630191) - (xy 97.157392 156.629023) - (xy 97.157396 156.629019) - (xy 97.189631 156.559888) - (xy 97.191167 156.556714) - (xy 97.225395 156.488565) - (xy 97.225396 156.488559) - (xy 97.225972 156.487413) - (xy 97.232464 156.468738) - (xy 97.232724 156.467476) - (xy 97.232726 156.467473) - (xy 97.248136 156.392836) - (xy 97.248921 156.389296) - (xy 97.266796 156.313876) - (xy 97.268807 156.294195) - (xy 97.266554 156.216745) - (xy 97.266501 156.213081) - (xy 97.266501 152.24) - (xy 100.021634 152.24) - (xy 100.041066 152.486911) - (xy 100.098885 152.727743) - (xy 100.18132 152.926757) - (xy 100.193666 152.956563) - (xy 100.323075 153.16774) - (xy 100.323076 153.167742) - (xy 100.323078 153.167744) - (xy 100.483926 153.356073) - (xy 100.616277 153.469111) - (xy 100.67226 153.516925) - (xy 100.883437 153.646334) - (xy 101.112258 153.741115) - (xy 101.353089 153.798934) - (xy 101.6 153.818366) - (xy 101.846911 153.798934) - (xy 102.087742 153.741115) - (xy 102.316563 153.646334) - (xy 102.52774 153.516925) - (xy 102.716073 153.356073) - (xy 102.876925 153.16774) - (xy 103.006334 152.956563) - (xy 103.101115 152.727742) - (xy 103.158934 152.486911) - (xy 103.178366 152.24) - (xy 103.158934 151.993089) - (xy 103.101115 151.752258) - (xy 103.006334 151.523437) - (xy 102.876925 151.31226) - (xy 102.758411 151.173498) - (xy 102.716073 151.123926) - (xy 102.527744 150.963078) - (xy 102.527742 150.963076) - (xy 102.52774 150.963075) - (xy 102.316563 150.833666) - (xy 102.316561 150.833665) - (xy 102.087743 150.738885) - (xy 101.846911 150.681066) - (xy 101.6 150.661634) - (xy 101.353088 150.681066) - (xy 101.112256 150.738885) - (xy 100.883438 150.833665) - (xy 100.672255 150.963078) - (xy 100.483926 151.123926) - (xy 100.323078 151.312255) - (xy 100.193665 151.523438) - (xy 100.098885 151.752256) - (xy 100.041066 151.993088) - (xy 100.021634 152.24) - (xy 97.266501 152.24) - (xy 97.266501 146.759771) - (xy 97.268807 146.737197) - (xy 97.266554 146.659747) - (xy 97.266501 146.656083) - (xy 97.266501 143.939999) - (xy 100.021634 143.939999) - (xy 100.041066 144.186911) - (xy 100.098885 144.427743) - (xy 100.177744 144.618125) - (xy 100.193666 144.656563) - (xy 100.323075 144.86774) - (xy 100.323076 144.867742) - (xy 100.323078 144.867744) - (xy 100.483926 145.056073) - (xy 100.649798 145.197741) - (xy 100.67226 145.216925) - (xy 100.883437 145.346334) - (xy 101.112258 145.441115) - (xy 101.353089 145.498934) - (xy 101.6 145.518366) - (xy 101.846911 145.498934) - (xy 102.087742 145.441115) - (xy 102.316563 145.346334) - (xy 102.52774 145.216925) - (xy 102.716073 145.056073) - (xy 102.876925 144.86774) - (xy 103.006334 144.656563) - (xy 103.101115 144.427742) - (xy 103.158934 144.186911) - (xy 103.178366 143.94) - (xy 103.158934 143.693089) - (xy 103.101115 143.452258) - (xy 103.006334 143.223437) - (xy 102.876925 143.01226) - (xy 102.876921 143.012255) - (xy 102.716073 142.823926) - (xy 102.527744 142.663078) - (xy 102.527742 142.663076) - (xy 102.52774 142.663075) - (xy 102.316563 142.533666) - (xy 102.248345 142.505409) - (xy 102.194627 142.463061) - (xy 102.170951 142.398886) - (xy 102.184296 142.331797) - (xy 102.230728 142.281567) - (xy 102.296563 142.263) - (xy 102.613589 142.263) - (xy 102.674093 142.256494) - (xy 102.810962 142.205445) - (xy 102.927904 142.117904) - (xy 103.015445 142.000962) - (xy 103.066494 141.864093) - (xy 103.073 141.803589) - (xy 103.073 141.094) - (xy 100.127 141.094) - (xy 100.127 141.803589) - (xy 100.133505 141.864093) - (xy 100.184554 142.000962) - (xy 100.272095 142.117904) - (xy 100.389037 142.205445) - (xy 100.525906 142.256494) - (xy 100.586411 142.263) - (xy 100.903437 142.263) - (xy 100.969272 142.281567) - (xy 101.015704 142.331797) - (xy 101.029049 142.398886) - (xy 101.005373 142.463061) - (xy 100.951655 142.505409) - (xy 100.883438 142.533665) - (xy 100.672255 142.663078) - (xy 100.483926 142.823926) - (xy 100.323078 143.012255) - (xy 100.193665 143.223438) - (xy 100.098885 143.452256) - (xy 100.041066 143.693088) - (xy 100.021634 143.939999) - (xy 97.266501 143.939999) - (xy 97.266501 140.586) - (xy 100.127 140.586) - (xy 101.346 140.586) - (xy 101.346 139.417) - (xy 101.854 139.417) - (xy 101.854 140.586) - (xy 103.073 140.586) - (xy 103.073 139.876411) - (xy 103.066494 139.815906) - (xy 103.015445 139.679037) - (xy 102.927904 139.562095) - (xy 102.810962 139.474554) - (xy 102.674093 139.423505) - (xy 102.613589 139.417) - (xy 101.854 139.417) - (xy 101.346 139.417) - (xy 100.586411 139.417) - (xy 100.525906 139.423505) - (xy 100.389037 139.474554) - (xy 100.272095 139.562095) - (xy 100.184554 139.679037) - (xy 100.133505 139.815906) - (xy 100.127 139.876411) - (xy 100.127 140.586) - (xy 97.266501 140.586) - (xy 97.266501 138.2471) - (xy 98.33211 138.2471) - (xy 98.403497 138.297085) - (xy 98.610929 138.393813) - (xy 98.832 138.453048) - (xy 99.06 138.472995) - (xy 99.287999 138.453048) - (xy 99.50907 138.393813) - (xy 99.716498 138.297087) - (xy 99.787888 138.247099) - (xy 99.787888 138.247097) - (xy 99.060001 137.51921) - (xy 99.06 137.51921) - (xy 98.33211 138.247098) - (xy 98.33211 138.2471) - (xy 97.266501 138.2471) - (xy 97.266501 137.16) - (xy 97.747004 137.16) - (xy 97.766951 137.387999) - (xy 97.826186 137.60907) - (xy 97.922912 137.816497) - (xy 97.9729 137.887887) - (xy 98.700789 137.160001) - (xy 99.41921 137.160001) - (xy 100.147097 137.887888) - (xy 100.147099 137.887888) - (xy 100.197087 137.816498) - (xy 100.293813 137.60907) - (xy 100.353048 137.387999) - (xy 100.372995 137.16) - (xy 107.906502 137.16) - (xy 107.926457 137.388087) - (xy 107.985715 137.609243) - (xy 108.082477 137.81675) - (xy 108.213804 138.004303) - (xy 108.375696 138.166195) - (xy 108.563249 138.297522) - (xy 108.770756 138.394284) - (xy 108.816187 138.406457) - (xy 108.991913 138.453543) - (xy 109.22 138.473498) - (xy 109.448087 138.453543) - (xy 109.669243 138.394284) - (xy 109.876749 138.297523) - (xy 110.0643 138.166198) - (xy 110.226198 138.0043) - (xy 110.357523 137.816749) - (xy 110.454284 137.609243) - (xy 110.513543 137.388087) - (xy 110.533498 137.16) - (xy 110.513543 136.931913) - (xy 110.465603 136.752999) - (xy 110.454284 136.710756) - (xy 110.357522 136.503249) - (xy 110.226195 136.315696) - (xy 110.064303 136.153804) - (xy 109.87675 136.022477) - (xy 109.669243 135.925715) - (xy 109.448087 135.866457) - (xy 109.22 135.846502) - (xy 108.991912 135.866457) - (xy 108.770756 135.925715) - (xy 108.563249 136.022477) - (xy 108.375696 136.153804) - (xy 108.213804 136.315696) - (xy 108.082477 136.503249) - (xy 107.985715 136.710756) - (xy 107.926457 136.931912) - (xy 107.906502 137.16) - (xy 100.372995 137.16) - (xy 100.353048 136.932) - (xy 100.293813 136.710929) - (xy 100.197085 136.503497) - (xy 100.1471 136.43211) - (xy 100.147098 136.43211) - (xy 99.41921 137.16) - (xy 99.41921 137.160001) - (xy 98.700789 137.160001) - (xy 98.70079 137.16) - (xy 98.70079 137.159999) - (xy 97.9729 136.432109) - (xy 97.922913 136.503499) - (xy 97.826186 136.710929) - (xy 97.766951 136.932) - (xy 97.747004 137.16) - (xy 97.266501 137.16) - (xy 97.266501 136.0729) - (xy 98.332109 136.0729) - (xy 99.059999 136.80079) - (xy 99.06 136.80079) - (xy 99.787888 136.072899) - (xy 99.716497 136.022912) - (xy 99.50907 135.926186) - (xy 99.287999 135.866951) - (xy 99.059999 135.847004) - (xy 98.832 135.866951) - (xy 98.610929 135.926186) - (xy 98.403499 136.022913) - (xy 98.332109 136.0729) - (xy 97.266501 136.0729) - (xy 97.266501 133.349999) - (xy 97.746502 133.349999) - (xy 97.766457 133.578087) - (xy 97.825715 133.799243) - (xy 97.922477 134.00675) - (xy 98.053804 134.194303) - (xy 98.215696 134.356195) - (xy 98.403249 134.487522) - (xy 98.610756 134.584284) - (xy 98.662875 134.598249) - (xy 98.831913 134.643543) - (xy 99.06 134.663498) - (xy 99.288087 134.643543) - (xy 99.509243 134.584284) - (xy 99.716749 134.487523) - (xy 99.9043 134.356198) - (xy 100.066198 134.1943) - (xy 100.197523 134.006749) - (xy 100.294284 133.799243) - (xy 100.353543 133.578087) - (xy 100.373498 133.35) - (xy 100.373498 133.349999) - (xy 107.906502 133.349999) - (xy 107.926457 133.578087) - (xy 107.985715 133.799243) - (xy 108.082477 134.00675) - (xy 108.213804 134.194303) - (xy 108.375696 134.356195) - (xy 108.563249 134.487522) - (xy 108.770756 134.584284) - (xy 108.822875 134.598249) - (xy 108.991913 134.643543) - (xy 109.22 134.663498) - (xy 109.448087 134.643543) - (xy 109.669243 134.584284) - (xy 109.876749 134.487523) - (xy 110.0643 134.356198) - (xy 110.226198 134.1943) - (xy 110.357523 134.006749) - (xy 110.454284 133.799243) - (xy 110.513543 133.578087) - (xy 110.533498 133.35) - (xy 110.513543 133.121913) - (xy 110.454284 132.900757) - (xy 110.429439 132.847477) - (xy 110.357522 132.693249) - (xy 110.226195 132.505696) - (xy 110.064303 132.343804) - (xy 109.87675 132.212477) - (xy 109.669243 132.115715) - (xy 109.448087 132.056457) - (xy 109.22 132.036502) - (xy 108.991912 132.056457) - (xy 108.770756 132.115715) - (xy 108.563249 132.212477) - (xy 108.375696 132.343804) - (xy 108.213804 132.505696) - (xy 108.082477 132.693249) - (xy 107.985715 132.900756) - (xy 107.926457 133.121912) - (xy 107.906502 133.349999) - (xy 100.373498 133.349999) - (xy 100.353543 133.121913) - (xy 100.294284 132.900757) - (xy 100.269439 132.847477) - (xy 100.197522 132.693249) - (xy 100.066195 132.505696) - (xy 99.904303 132.343804) - (xy 99.71675 132.212477) - (xy 99.509243 132.115715) - (xy 99.288087 132.056457) - (xy 99.06 132.036502) - (xy 98.831912 132.056457) - (xy 98.610756 132.115715) - (xy 98.403249 132.212477) - (xy 98.215696 132.343804) - (xy 98.053804 132.505696) - (xy 97.922477 132.693249) - (xy 97.825715 132.900756) - (xy 97.766457 133.121912) - (xy 97.746502 133.349999) - (xy 97.266501 133.349999) - (xy 97.266501 130.509949) - (xy 97.276092 130.461731) - (xy 97.303405 130.420854) - (xy 97.381015 130.343244) - (xy 97.669632 130.054626) - (xy 97.720836 130.023555) - (xy 97.780605 130.019637) - (xy 97.835429 130.043761) - (xy 97.87292 130.090473) - (xy 97.922477 130.19675) - (xy 98.053804 130.384303) - (xy 98.215696 130.546195) - (xy 98.403249 130.677522) - (xy 98.610756 130.774284) - (xy 98.670015 130.790162) - (xy 98.831913 130.833543) - (xy 99.06 130.853498) - (xy 99.288087 130.833543) - (xy 99.509243 130.774284) - (xy 99.716749 130.677523) - (xy 99.78876 130.6271) - (xy 108.49211 130.6271) - (xy 108.563497 130.677085) - (xy 108.770929 130.773813) - (xy 108.992 130.833048) - (xy 109.22 130.852995) - (xy 109.447999 130.833048) - (xy 109.66907 130.773813) - (xy 109.876498 130.677087) - (xy 109.947888 130.627099) - (xy 109.947888 130.627097) - (xy 109.220001 129.89921) - (xy 109.22 129.89921) - (xy 108.49211 130.627098) - (xy 108.49211 130.6271) - (xy 99.78876 130.6271) - (xy 99.9043 130.546198) - (xy 100.066198 130.3843) - (xy 100.197523 130.196749) - (xy 100.294284 129.989243) - (xy 100.353543 129.768087) - (xy 100.373498 129.54) - (xy 100.373498 129.539999) - (xy 107.907004 129.539999) - (xy 107.926951 129.767999) - (xy 107.986186 129.98907) - (xy 108.082912 130.196497) - (xy 108.1329 130.267887) - (xy 108.860789 129.540001) - (xy 109.57921 129.540001) - (xy 110.307097 130.267888) - (xy 110.307099 130.267888) - (xy 110.357087 130.196498) - (xy 110.453813 129.98907) - (xy 110.513048 129.767999) - (xy 110.532995 129.539999) - (xy 110.513048 129.312) - (xy 110.453813 129.090929) - (xy 110.357085 128.883497) - (xy 110.3071 128.81211) - (xy 110.307098 128.81211) - (xy 109.57921 129.54) - (xy 109.57921 129.540001) - (xy 108.860789 129.540001) - (xy 108.86079 129.54) - (xy 108.86079 129.539999) - (xy 108.1329 128.812109) - (xy 108.082913 128.883499) - (xy 107.986186 129.090929) - (xy 107.926951 129.312) - (xy 107.907004 129.539999) - (xy 100.373498 129.539999) - (xy 100.353543 129.311913) - (xy 100.300593 129.114303) - (xy 100.294284 129.090756) - (xy 100.197522 128.883249) - (xy 100.066195 128.695696) - (xy 99.904303 128.533804) - (xy 99.788761 128.4529) - (xy 108.492109 128.4529) - (xy 109.219999 129.18079) - (xy 109.22 129.18079) - (xy 109.947888 128.452899) - (xy 109.876497 128.402912) - (xy 109.66907 128.306186) - (xy 109.447999 128.246951) - (xy 109.22 128.227004) - (xy 108.992 128.246951) - (xy 108.770929 128.306186) - (xy 108.563499 128.402913) - (xy 108.492109 128.4529) - (xy 99.788761 128.4529) - (xy 99.716748 128.402476) - (xy 99.610473 128.35292) - (xy 99.56376 128.315429) - (xy 99.539636 128.260605) - (xy 99.543554 128.200836) - (xy 99.574625 128.149632) - (xy 100.807402 126.916856) - (xy 100.821241 126.904896) - (xy 100.840823 126.890319) - (xy 100.873179 126.851756) - (xy 100.880609 126.84365) - (xy 100.884574 126.839686) - (xy 100.902431 126.8171) - (xy 108.49211 126.8171) - (xy 108.563497 126.867085) - (xy 108.770929 126.963813) - (xy 108.992 127.023048) - (xy 109.22 127.042995) - (xy 109.447999 127.023048) - (xy 109.66907 126.963813) - (xy 109.876498 126.867087) - (xy 109.947888 126.817099) - (xy 109.947888 126.817097) - (xy 109.220001 126.08921) - (xy 109.22 126.08921) - (xy 108.49211 126.817098) - (xy 108.49211 126.8171) - (xy 100.902431 126.8171) - (xy 100.904124 126.814959) - (xy 100.906396 126.812169) - (xy 100.955397 126.753774) - (xy 100.955399 126.753769) - (xy 100.956228 126.752782) - (xy 100.966849 126.736111) - (xy 100.967392 126.734945) - (xy 100.967396 126.734941) - (xy 100.999621 126.66583) - (xy 101.001173 126.662625) - (xy 101.035395 126.594487) - (xy 101.035395 126.594484) - (xy 101.035975 126.593331) - (xy 101.042461 126.574669) - (xy 101.042722 126.5734) - (xy 101.042726 126.573394) - (xy 101.058147 126.4987) - (xy 101.05891 126.495259) - (xy 101.076501 126.421044) - (xy 101.076501 126.421041) - (xy 101.076796 126.419796) - (xy 101.078807 126.400116) - (xy 101.078418 126.38675) - (xy 101.076554 126.322651) - (xy 101.076501 126.318988) - (xy 101.076501 126.203104) - (xy 101.086092 126.154886) - (xy 101.113406 126.114009) - (xy 101.497415 125.73) - (xy 107.907004 125.73) - (xy 107.926951 125.957999) - (xy 107.986186 126.17907) - (xy 108.082912 126.386497) - (xy 108.1329 126.457887) - (xy 108.860789 125.730001) - (xy 109.57921 125.730001) - (xy 110.307097 126.457888) - (xy 110.307099 126.457888) - (xy 110.357087 126.386498) - (xy 110.453813 126.17907) - (xy 110.513048 125.957999) - (xy 110.532995 125.73) - (xy 110.513048 125.502) - (xy 110.453813 125.280929) - (xy 110.357085 125.073497) - (xy 110.3071 125.00211) - (xy 110.307098 125.00211) - (xy 109.57921 125.73) - (xy 109.57921 125.730001) - (xy 108.860789 125.730001) - (xy 108.86079 125.73) - (xy 108.86079 125.729999) - (xy 108.1329 125.002109) - (xy 108.082913 125.073499) - (xy 107.986186 125.280929) - (xy 107.926951 125.502) - (xy 107.907004 125.73) - (xy 101.497415 125.73) - (xy 101.949516 125.277899) - (xy 102.584514 124.6429) - (xy 108.492109 124.6429) - (xy 109.219999 125.37079) - (xy 109.22 125.37079) - (xy 109.947888 124.642899) - (xy 109.876497 124.592912) - (xy 109.66907 124.496186) - (xy 109.447999 124.436951) - (xy 109.22 124.417004) - (xy 108.992 124.436951) - (xy 108.770929 124.496186) - (xy 108.563499 124.592913) - (xy 108.492109 124.6429) - (xy 102.584514 124.6429) - (xy 102.81506 124.412354) - (xy 102.832657 124.398021) - (xy 102.885832 124.341658) - (xy 102.888353 124.339061) - (xy 103.167612 124.059804) - (xy 103.167613 124.059801) - (xy 103.178574 124.048841) - (xy 103.178577 124.048836) - (xy 104.090849 123.136565) - (xy 104.142051 123.105496) - (xy 104.20182 123.101578) - (xy 104.256644 123.125702) - (xy 104.294135 123.172414) - (xy 104.312477 123.21175) - (xy 104.443804 123.399303) - (xy 104.605696 123.561195) - (xy 104.793249 123.692522) - (xy 105.000756 123.789284) - (xy 105.060015 123.805162) - (xy 105.221913 123.848543) - (xy 105.45 123.868498) - (xy 105.678087 123.848543) - (xy 105.899243 123.789284) - (xy 106.106749 123.692523) - (xy 106.17876 123.6421) - (xy 107.22211 123.6421) - (xy 107.293497 123.692085) - (xy 107.500929 123.788813) - (xy 107.722 123.848048) - (xy 107.95 123.867995) - (xy 108.177999 123.848048) - (xy 108.39907 123.788813) - (xy 108.606498 123.692087) - (xy 108.677888 123.642099) - (xy 108.677888 123.642097) - (xy 107.950001 122.91421) - (xy 107.95 122.91421) - (xy 107.22211 123.642098) - (xy 107.22211 123.6421) - (xy 106.17876 123.6421) - (xy 106.2943 123.561198) - (xy 106.456198 123.3993) - (xy 106.587523 123.211749) - (xy 106.587522 123.211749) - (xy 106.593846 123.202719) - (xy 106.595622 123.203962) - (xy 106.632571 123.161826) - (xy 106.700272 123.14209) - (xy 106.767974 123.161822) - (xy 106.80475 123.203756) - (xy 106.80659 123.202468) - (xy 106.8629 123.282887) - (xy 107.590789 122.555001) - (xy 108.30921 122.555001) - (xy 109.037097 123.282888) - (xy 109.037099 123.282888) - (xy 109.087087 123.211498) - (xy 109.183813 123.00407) - (xy 109.243048 122.782999) - (xy 109.262995 122.555) - (xy 109.243048 122.327) - (xy 109.183813 122.105929) - (xy 109.087085 121.898497) - (xy 109.0371 121.82711) - (xy 109.037098 121.82711) - (xy 108.30921 122.555) - (xy 108.30921 122.555001) - (xy 107.590789 122.555001) - (xy 107.59079 122.555) - (xy 107.59079 122.554999) - (xy 106.8629 121.827109) - (xy 106.80659 121.907531) - (xy 106.804751 121.906243) - (xy 106.767971 121.948179) - (xy 106.700272 121.967909) - (xy 106.632574 121.948175) - (xy 106.595621 121.906037) - (xy 106.593846 121.907281) - (xy 106.526337 121.810869) - (xy 106.456198 121.7107) - (xy 106.456197 121.710699) - (xy 106.456195 121.710696) - (xy 106.294303 121.548804) - (xy 106.178761 121.4679) - (xy 107.222109 121.4679) - (xy 107.949999 122.19579) - (xy 107.95 122.19579) - (xy 108.677888 121.467899) - (xy 108.606497 121.417912) - (xy 108.39907 121.321186) - (xy 108.177999 121.261951) - (xy 107.95 121.242004) - (xy 107.722 121.261951) - (xy 107.500929 121.321186) - (xy 107.293499 121.417913) - (xy 107.222109 121.4679) - (xy 106.178761 121.4679) - (xy 106.106747 121.417475) - (xy 106.061519 121.396385) - (xy 106.016504 121.361056) - (xy 105.991756 121.309461) - (xy 105.992381 121.252241) - (xy 106.018247 121.201202) - (xy 106.055397 121.15693) - (xy 106.055399 121.156925) - (xy 106.056228 121.155938) - (xy 106.066849 121.139267) - (xy 106.067392 121.138101) - (xy 106.067396 121.138097) - (xy 106.099621 121.068986) - (xy 106.101173 121.065781) - (xy 106.135395 120.997643) - (xy 106.135395 120.99764) - (xy 106.135975 120.996487) - (xy 106.142461 120.977825) - (xy 106.142722 120.976556) - (xy 106.142726 120.97655) - (xy 106.158147 120.901856) - (xy 106.15891 120.898415) - (xy 106.176501 120.8242) - (xy 106.176501 120.824197) - (xy 106.176796 120.822952) - (xy 106.178807 120.803272) - (xy 106.176554 120.725807) - (xy 106.176501 120.722144) - (xy 106.176501 111.19373) - (xy 106.177831 111.17547) - (xy 106.178587 111.170302) - (xy 106.181367 111.151329) - (xy 106.17698 111.101185) - (xy 106.176501 111.090204) - (xy 106.176501 111.084592) - (xy 106.176501 111.084589) - (xy 106.172841 111.053283) - (xy 106.172473 111.049676) - (xy 106.165719 110.972474) - (xy 106.161438 110.953166) - (xy 106.160999 110.951959) - (xy 106.134913 110.880288) - (xy 106.133754 110.876954) - (xy 106.109766 110.804561) - (xy 106.109764 110.804558) - (xy 106.109361 110.803341) - (xy 106.10074 110.785535) - (xy 106.100035 110.784464) - (xy 106.100035 110.784462) - (xy 106.058127 110.720745) - (xy 106.056224 110.717757) - (xy 106.016189 110.652852) - (xy 106.01551 110.651751) - (xy 106.003016 110.636416) - (xy 105.946623 110.583211) - (xy 105.943995 110.580658) - (xy 102.371624 107.008287) - (xy 104.4915 107.008287) - (xy 104.506466 107.212781) - (xy 104.565938 107.479756) - (xy 104.663644 107.735219) - (xy 104.797507 107.973738) - (xy 104.96467 108.190219) - (xy 105.161571 108.380057) - (xy 105.161574 108.380059) - (xy 105.384019 108.539205) - (xy 105.627266 108.664267) - (xy 105.88613 108.752579) - (xy 106.155093 108.802259) - (xy 106.428424 108.812248) - (xy 106.428424 108.812247) - (xy 106.428425 108.812248) - (xy 106.496391 108.804769) - (xy 106.700296 108.782334) - (xy 106.964916 108.713153) - (xy 107.216643 108.606181) - (xy 107.450112 108.463697) - (xy 107.660347 108.288738) - (xy 107.842867 108.085033) - (xy 107.993783 107.856923) - (xy 108.109877 107.609271) - (xy 108.188676 107.347355) - (xy 108.193438 107.314999) - (xy 108.2285 107.076759) - (xy 108.2285 106.351713) - (xy 108.220552 106.243125) - (xy 108.213533 106.147217) - (xy 108.154063 105.880247) - (xy 108.069559 105.659303) - (xy 108.056355 105.62478) - (xy 107.922492 105.386261) - (xy 107.755329 105.16978) - (xy 107.558428 104.979942) - (xy 107.441524 104.896305) - (xy 107.335981 104.820795) - (xy 107.092734 104.695733) - (xy 107.092733 104.695732) - (xy 107.09273 104.695731) - (xy 106.833871 104.607421) - (xy 106.564908 104.557741) - (xy 106.291574 104.547751) - (xy 106.019706 104.577665) - (xy 105.755084 104.646847) - (xy 105.503358 104.753818) - (xy 105.269884 104.896305) - (xy 105.059652 105.071262) - (xy 104.877136 105.274962) - (xy 104.726213 105.503083) - (xy 104.610125 105.750722) - (xy 104.531322 106.012649) - (xy 104.4915 106.283241) - (xy 104.4915 107.008287) - (xy 102.371624 107.008287) - (xy 99.503336 104.139999) - (xy 107.907004 104.139999) - (xy 107.926951 104.367999) - (xy 107.986186 104.58907) - (xy 108.082912 104.796497) - (xy 108.1329 104.867887) - (xy 108.86079 104.14) - (xy 108.86079 104.139999) - (xy 108.1329 103.412109) - (xy 108.082913 103.483499) - (xy 107.986186 103.690929) - (xy 107.926951 103.912) - (xy 107.907004 104.139999) - (xy 99.503336 104.139999) - (xy 96.049405 100.686067) - (xy 96.022091 100.64519) - (xy 96.0125 100.596972) - (xy 96.0125 98.489728) - (xy 96.01383 98.471468) - (xy 96.017366 98.447325) - (xy 96.01298 98.397198) - (xy 96.0125 98.386215) - (xy 96.0125 98.380591) - (xy 96.0125 98.380588) - (xy 96.008839 98.349273) - (xy 96.00847 98.345658) - (xy 96.008345 98.344229) - (xy 96.00183 98.269759) - (xy 96.001828 98.269754) - (xy 96.001716 98.268468) - (xy 95.997438 98.249168) - (xy 95.97093 98.176338) - (xy 95.969726 98.172874) - (xy 95.945361 98.099341) - (xy 95.936742 98.081537) - (xy 95.895659 98.019074) - (xy 95.8752 97.958077) - (xy 95.887522 97.894931) - (xy 95.929412 97.8461) - (xy 95.989944 97.824316) - (xy 96.113087 97.813543) - (xy 96.334243 97.754284) - (xy 96.541749 97.657523) - (xy 96.7293 97.526198) - (xy 96.891198 97.3643) - (xy 97.022523 97.176749) - (xy 97.119284 96.969243) - (xy 97.178543 96.748087) - (xy 97.198498 96.52) - (xy 97.198498 96.519999) - (xy 104.731502 96.519999) - (xy 104.751457 96.748087) - (xy 104.810715 96.969243) - (xy 104.907477 97.17675) - (xy 105.038804 97.364303) - (xy 105.200696 97.526195) - (xy 105.388249 97.657522) - (xy 105.595756 97.754284) - (xy 105.641187 97.766457) - (xy 105.816913 97.813543) - (xy 106.045 97.833498) - (xy 106.273087 97.813543) - (xy 106.494243 97.754284) - (xy 106.701749 97.657523) - (xy 106.8893 97.526198) - (xy 107.051198 97.3643) - (xy 107.182523 97.176749) - (xy 107.279284 96.969243) - (xy 107.338543 96.748087) - (xy 107.358498 96.52) - (xy 107.338543 96.291913) - (xy 107.291586 96.116667) - (xy 107.279284 96.070756) - (xy 107.182522 95.863249) - (xy 107.051195 95.675696) - (xy 106.889303 95.513804) - (xy 106.70175 95.382477) - (xy 106.494243 95.285715) - (xy 106.273087 95.226457) - (xy 106.045 95.206502) - (xy 105.816912 95.226457) - (xy 105.595756 95.285715) - (xy 105.388249 95.382477) - (xy 105.200696 95.513804) - (xy 105.038804 95.675696) - (xy 104.907477 95.863249) - (xy 104.810715 96.070756) - (xy 104.751457 96.291912) - (xy 104.731502 96.519999) - (xy 97.198498 96.519999) - (xy 97.178543 96.291913) - (xy 97.131586 96.116667) - (xy 97.119284 96.070756) - (xy 97.022522 95.863249) - (xy 96.891195 95.675696) - (xy 96.729303 95.513804) - (xy 96.54175 95.382477) - (xy 96.334243 95.285715) - (xy 96.113087 95.226457) - (xy 95.885 95.206502) - (xy 95.656912 95.226457) - (xy 95.435756 95.285715) - (xy 95.228249 95.382477) - (xy 95.040696 95.513804) - (xy 94.957595 95.596906) - (xy 94.907436 95.627644) - (xy 94.848789 95.63226) - (xy 94.794439 95.609747) - (xy 94.756233 95.565014) - (xy 94.7425 95.507811) - (xy 94.7425 88.550424) - (xy 94.756233 88.493221) - (xy 94.794439 88.448488) - (xy 94.848789 88.425975) - (xy 94.907436 88.430591) - (xy 94.957595 88.461329) - (xy 98.73267 92.236405) - (xy 98.763408 92.286564) - (xy 98.768024 92.345211) - (xy 98.745511 92.399561) - (xy 98.700778 92.437767) - (xy 98.643575 92.4515) - (xy 98.111362 92.4515) - (xy 98.050799 92.458011) - (xy 97.913794 92.509111) - (xy 97.796738 92.596738) - (xy 97.709111 92.713794) - (xy 97.684002 92.781114) - (xy 97.658011 92.850799) - (xy 97.6515 92.911362) - (xy 97.6515 94.808638) - (xy 97.658011 94.869201) - (xy 97.669431 94.899818) - (xy 97.709111 95.006205) - (xy 97.796738 95.123261) - (xy 97.913794 95.210888) - (xy 97.913795 95.210888) - (xy 97.913796 95.210889) - (xy 98.050799 95.261989) - (xy 98.111362 95.2685) - (xy 100.008638 95.2685) - (xy 100.069201 95.261989) - (xy 100.206204 95.210889) - (xy 100.323261 95.123261) - (xy 100.383202 95.04319) - (xy 100.410889 95.006205) - (xy 100.424827 94.968835) - (xy 100.457458 94.920246) - (xy 100.508522 94.891642) - (xy 100.567 94.889196) - (xy 100.620273 94.913433) - (xy 100.786983 95.04319) - (xy 100.992273 95.154287) - (xy 101.213049 95.23008) - (xy 101.443288 95.2685) - (xy 101.676709 95.2685) - (xy 101.676712 95.2685) - (xy 101.906951 95.23008) - (xy 102.127727 95.154287) - (xy 102.333017 95.04319) - (xy 102.51722 94.899818) - (xy 102.675314 94.728083) - (xy 102.704517 94.683383) - (xy 102.750031 94.641485) - (xy 102.81 94.626299) - (xy 102.869969 94.641485) - (xy 102.915482 94.683383) - (xy 102.944686 94.728083) - (xy 103.10278 94.899818) - (xy 103.286983 95.04319) - (xy 103.492273 95.154287) - (xy 103.713049 95.23008) - (xy 103.943288 95.2685) - (xy 104.176709 95.2685) - (xy 104.176712 95.2685) - (xy 104.406951 95.23008) - (xy 104.627727 95.154287) - (xy 104.833017 95.04319) - (xy 105.01722 94.899818) - (xy 105.175314 94.728083) - (xy 105.302984 94.532669) - (xy 105.396749 94.318907) - (xy 105.454051 94.092626) - (xy 105.473327 93.86) - (xy 105.454051 93.627374) - (xy 105.396749 93.401093) - (xy 105.302984 93.187331) - (xy 105.175314 92.991917) - (xy 105.01722 92.820182) - (xy 104.833017 92.67681) - (xy 104.780815 92.64856) - (xy 104.627726 92.565712) - (xy 104.478275 92.514405) - (xy 104.406951 92.48992) - (xy 104.176712 92.4515) - (xy 103.943288 92.4515) - (xy 103.904269 92.458011) - (xy 103.824333 92.471349) - (xy 103.765154 92.46706) - (xy 103.7145 92.436162) - (xy 103.290942 92.012604) - (xy 103.27897 91.998751) - (xy 103.264398 91.979178) - (xy 103.225832 91.946817) - (xy 103.217729 91.939391) - (xy 103.213767 91.935429) - (xy 103.213764 91.935426) - (xy 103.198775 91.923574) - (xy 103.18906 91.915892) - (xy 103.186223 91.913581) - (xy 103.158174 91.890046) - (xy 103.127852 91.864603) - (xy 103.127849 91.864601) - (xy 103.126862 91.863773) - (xy 103.110182 91.853146) - (xy 103.039958 91.8204) - (xy 103.03666 91.818803) - (xy 102.96742 91.78403) - (xy 102.948731 91.777533) - (xy 102.872864 91.761868) - (xy 102.869289 91.761075) - (xy 102.793877 91.743203) - (xy 102.774195 91.741192) - (xy 102.696745 91.743446) - (xy 102.693081 91.743499) - (xy 100.44863 91.743499) - (xy 100.400412 91.733908) - (xy 100.359535 91.706594) - (xy 97.267578 88.614637) - (xy 97.234917 88.557968) - (xy 97.235066 88.49256) - (xy 97.267986 88.43604) - (xy 97.324802 88.40364) - (xy 97.364916 88.393153) - (xy 97.616643 88.286181) - (xy 97.850112 88.143697) - (xy 98.060347 87.968738) - (xy 98.242867 87.765033) - (xy 98.393783 87.536923) - (xy 98.509877 87.289271) - (xy 98.588676 87.027355) - (xy 98.608481 86.892783) - (xy 98.6285 86.756759) - (xy 98.6285 86.688287) - (xy 104.4915 86.688287) - (xy 104.506466 86.892781) - (xy 104.565938 87.159756) - (xy 104.663644 87.415219) - (xy 104.797507 87.653738) - (xy 104.96467 87.870219) - (xy 105.161571 88.060057) - (xy 105.161574 88.060059) - (xy 105.384019 88.219205) - (xy 105.627266 88.344267) - (xy 105.88613 88.432579) - (xy 106.155093 88.482259) - (xy 106.428424 88.492248) - (xy 106.428424 88.492247) - (xy 106.428425 88.492248) - (xy 106.496392 88.484769) - (xy 106.700296 88.462334) - (xy 106.964916 88.393153) - (xy 107.216643 88.286181) - (xy 107.450112 88.143697) - (xy 107.660347 87.968738) - (xy 107.842867 87.765033) - (xy 107.993783 87.536923) - (xy 108.109877 87.289271) - (xy 108.188676 87.027355) - (xy 108.208481 86.892783) - (xy 108.2285 86.756759) - (xy 108.2285 86.031713) - (xy 108.213533 85.827218) - (xy 108.185918 85.703251) - (xy 108.154063 85.560247) - (xy 108.056355 85.304781) - (xy 108.056355 85.30478) - (xy 107.922492 85.066261) - (xy 107.755329 84.84978) - (xy 107.558428 84.659942) - (xy 107.441524 84.576305) - (xy 107.335981 84.500795) - (xy 107.092734 84.375733) - (xy 107.092733 84.375732) - (xy 107.09273 84.375731) - (xy 106.833871 84.287421) - (xy 106.564908 84.237741) - (xy 106.291574 84.227751) - (xy 106.019706 84.257665) - (xy 105.755084 84.326847) - (xy 105.503358 84.433818) - (xy 105.269884 84.576305) - (xy 105.059652 84.751262) - (xy 104.877136 84.954962) - (xy 104.726213 85.183083) - (xy 104.610125 85.430722) - (xy 104.531322 85.692649) - (xy 104.4915 85.963241) - (xy 104.4915 86.688287) - (xy 98.6285 86.688287) - (xy 98.6285 86.031713) - (xy 98.613533 85.827218) - (xy 98.585918 85.703251) - (xy 98.554063 85.560247) - (xy 98.456355 85.304781) - (xy 98.456355 85.30478) - (xy 98.322492 85.066261) - (xy 98.155329 84.84978) - (xy 97.958428 84.659942) - (xy 97.841524 84.576305) - (xy 97.735981 84.500795) - (xy 97.492734 84.375733) - (xy 97.492733 84.375732) - (xy 97.49273 84.375731) - (xy 97.233871 84.287421) - (xy 96.964908 84.237741) - (xy 96.691574 84.227751) - (xy 96.419706 84.257665) - (xy 96.155084 84.326847) - (xy 95.903358 84.433818) - (xy 95.669884 84.576305) - (xy 95.459652 84.751262) - (xy 95.277136 84.954962) - (xy 95.126213 85.183083) - (xy 95.010125 85.430722) - (xy 94.989158 85.500414) - (xy 94.950505 85.559775) - (xy 94.885934 85.588901) - (xy 94.815853 85.578587) - (xy 94.762412 85.532093) - (xy 94.7425 85.464113) - (xy 94.7425 78.105) - (xy 101.556502 78.105) - (xy 101.576457 78.333087) - (xy 101.635715 78.554243) - (xy 101.732477 78.76175) - (xy 101.863804 78.949303) - (xy 102.025696 79.111195) - (xy 102.213249 79.242522) - (xy 102.420756 79.339284) - (xy 102.480015 79.355162) - (xy 102.641913 79.398543) - (xy 102.87 79.418498) - (xy 103.098087 79.398543) - (xy 103.319243 79.339284) - (xy 103.526749 79.242523) - (xy 103.7143 79.111198) - (xy 103.876198 78.9493) - (xy 104.007523 78.761749) - (xy 104.104284 78.554243) - (xy 104.163543 78.333087) - (xy 104.183498 78.105) - (xy 106.556502 78.105) - (xy 106.576457 78.333087) - (xy 106.635715 78.554243) - (xy 106.732477 78.76175) - (xy 106.863804 78.949303) - (xy 107.025696 79.111195) - (xy 107.213249 79.242522) - (xy 107.420756 79.339284) - (xy 107.480015 79.355162) - (xy 107.641913 79.398543) - (xy 107.87 79.418498) - (xy 108.098087 79.398543) - (xy 108.319243 79.339284) - (xy 108.526749 79.242523) - (xy 108.7143 79.111198) - (xy 108.876198 78.9493) - (xy 109.007523 78.761749) - (xy 109.104284 78.554243) - (xy 109.163543 78.333087) - (xy 109.183498 78.105) - (xy 109.163543 77.876913) - (xy 109.104284 77.655757) - (xy 109.007523 77.448251) - (xy 108.997743 77.434284) - (xy 108.876195 77.260696) - (xy 108.714303 77.098804) - (xy 108.52675 76.967477) - (xy 108.319243 76.870715) - (xy 108.098087 76.811457) - (xy 107.87 76.791502) - (xy 107.641912 76.811457) - (xy 107.420756 76.870715) - (xy 107.213249 76.967477) - (xy 107.025696 77.098804) - (xy 106.863804 77.260696) - (xy 106.732477 77.448249) - (xy 106.635715 77.655756) - (xy 106.576457 77.876912) - (xy 106.556502 78.105) - (xy 104.183498 78.105) - (xy 104.163543 77.876913) - (xy 104.104284 77.655757) - (xy 104.007523 77.448251) - (xy 103.997743 77.434284) - (xy 103.876195 77.260696) - (xy 103.714303 77.098804) - (xy 103.52675 76.967477) - (xy 103.319243 76.870715) - (xy 103.098087 76.811457) - (xy 102.87 76.791502) - (xy 102.641912 76.811457) - (xy 102.420756 76.870715) - (xy 102.213249 76.967477) - (xy 102.025696 77.098804) - (xy 101.863804 77.260696) - (xy 101.732477 77.448249) - (xy 101.635715 77.655756) - (xy 101.576457 77.876912) - (xy 101.556502 78.105) - (xy 94.7425 78.105) - (xy 94.7425 73.794) - (xy 97.652 73.794) - (xy 97.652 74.488589) - (xy 97.658505 74.549093) - (xy 97.709554 74.685962) - (xy 97.797095 74.802904) - (xy 97.914037 74.890445) - (xy 98.050906 74.941494) - (xy 98.111411 74.948) - (xy 98.806 74.948) - (xy 99.314 74.948) - (xy 100.008589 74.948) - (xy 100.069093 74.941494) - (xy 100.205962 74.890445) - (xy 100.322904 74.802904) - (xy 100.410446 74.685961) - (xy 100.424413 74.648514) - (xy 100.457043 74.599924) - (xy 100.508107 74.57132) - (xy 100.566585 74.568873) - (xy 100.61986 74.593112) - (xy 100.786983 74.72319) - (xy 100.992273 74.834287) - (xy 101.213049 74.91008) - (xy 101.443288 74.9485) - (xy 101.676709 74.9485) - (xy 101.676712 74.9485) - (xy 101.906951 74.91008) - (xy 102.127727 74.834287) - (xy 102.333017 74.72319) - (xy 102.51722 74.579818) - (xy 102.675314 74.408083) - (xy 102.704517 74.363383) - (xy 102.750031 74.321485) - (xy 102.81 74.306299) - (xy 102.869969 74.321485) - (xy 102.915482 74.363383) - (xy 102.944686 74.408083) - (xy 103.10278 74.579818) - (xy 103.286983 74.72319) - (xy 103.492273 74.834287) - (xy 103.713049 74.91008) - (xy 103.943288 74.9485) - (xy 104.176709 74.9485) - (xy 104.176712 74.9485) - (xy 104.406951 74.91008) - (xy 104.627727 74.834287) - (xy 104.833017 74.72319) - (xy 105.01722 74.579818) - (xy 105.175314 74.408083) - (xy 105.302984 74.212669) - (xy 105.396749 73.998907) - (xy 105.454051 73.772626) - (xy 105.473327 73.54) - (xy 105.454051 73.307374) - (xy 105.396749 73.081093) - (xy 105.302984 72.867331) - (xy 105.175314 72.671917) - (xy 105.01722 72.500182) - (xy 104.833017 72.35681) - (xy 104.801779 72.339904) - (xy 104.627726 72.245712) - (xy 104.478275 72.194405) - (xy 104.406951 72.16992) - (xy 104.176712 72.1315) - (xy 103.943288 72.1315) - (xy 103.713049 72.16992) - (xy 103.713046 72.16992) - (xy 103.713046 72.169921) - (xy 103.492273 72.245712) - (xy 103.286984 72.356809) - (xy 103.102779 72.500182) - (xy 102.944683 72.67192) - (xy 102.915482 72.716616) - (xy 102.869969 72.758514) - (xy 102.81 72.7737) - (xy 102.750031 72.758514) - (xy 102.704518 72.716616) - (xy 102.675316 72.67192) - (xy 102.675315 72.671919) - (xy 102.675314 72.671917) - (xy 102.51722 72.500182) - (xy 102.333017 72.35681) - (xy 102.301779 72.339904) - (xy 102.127726 72.245712) - (xy 101.978275 72.194405) - (xy 101.906951 72.16992) - (xy 101.676712 72.1315) - (xy 101.443288 72.1315) - (xy 101.213049 72.16992) - (xy 101.213046 72.16992) - (xy 101.213046 72.169921) - (xy 100.992273 72.245712) - (xy 100.786983 72.356809) - (xy 100.61986 72.486887) - (xy 100.566585 72.511126) - (xy 100.508107 72.508679) - (xy 100.457044 72.480075) - (xy 100.424413 72.431486) - (xy 100.410446 72.394037) - (xy 100.322904 72.277095) - (xy 100.205962 72.189554) - (xy 100.069093 72.138505) - (xy 100.008589 72.132) - (xy 99.314 72.132) - (xy 99.314 74.948) - (xy 98.806 74.948) - (xy 98.806 73.794) - (xy 97.652 73.794) - (xy 94.7425 73.794) - (xy 94.7425 73.286) - (xy 97.652 73.286) - (xy 98.806 73.286) - (xy 98.806 72.132) - (xy 98.111411 72.132) - (xy 98.050906 72.138505) - (xy 97.914037 72.189554) - (xy 97.797095 72.277095) - (xy 97.709554 72.394037) - (xy 97.658505 72.530906) - (xy 97.652 72.591411) - (xy 97.652 73.286) - (xy 94.7425 73.286) - (xy 94.7425 66.937707) - (xy 94.76143 66.871284) - (xy 94.812531 66.82482) - (xy 94.880449 66.812275) - (xy 94.944777 66.837419) - (xy 94.986186 66.892696) - (xy 95.063644 67.095219) - (xy 95.197507 67.333738) - (xy 95.36467 67.550219) - (xy 95.561571 67.740057) - (xy 95.561574 67.740059) - (xy 95.784019 67.899205) - (xy 96.027266 68.024267) - (xy 96.28613 68.112579) - (xy 96.555093 68.162259) - (xy 96.828424 68.172248) - (xy 96.828424 68.172247) - (xy 96.828425 68.172248) - (xy 96.896392 68.164769) - (xy 97.100296 68.142334) - (xy 97.364916 68.073153) - (xy 97.616643 67.966181) - (xy 97.850112 67.823697) - (xy 98.060347 67.648738) - (xy 98.242867 67.445033) - (xy 98.393783 67.216923) - (xy 98.509877 66.969271) - (xy 98.588676 66.707355) - (xy 98.608481 66.572783) - (xy 98.6285 66.436759) - (xy 98.6285 66.368287) - (xy 104.4915 66.368287) - (xy 104.506466 66.572781) - (xy 104.565938 66.839756) - (xy 104.663644 67.095219) - (xy 104.797507 67.333738) - (xy 104.96467 67.550219) - (xy 105.161571 67.740057) - (xy 105.161574 67.740059) - (xy 105.384019 67.899205) - (xy 105.627266 68.024267) - (xy 105.88613 68.112579) - (xy 106.155093 68.162259) - (xy 106.428424 68.172248) - (xy 106.428424 68.172247) - (xy 106.428425 68.172248) - (xy 106.496392 68.164769) - (xy 106.700296 68.142334) - (xy 106.964916 68.073153) - (xy 107.216643 67.966181) - (xy 107.450112 67.823697) - (xy 107.660347 67.648738) - (xy 107.842867 67.445033) - (xy 107.993783 67.216923) - (xy 108.109877 66.969271) - (xy 108.188676 66.707355) - (xy 108.208481 66.572783) - (xy 108.2285 66.436759) - (xy 108.2285 65.711713) - (xy 108.213533 65.507218) - (xy 108.213533 65.507217) - (xy 108.154063 65.240247) - (xy 108.056355 64.984781) - (xy 108.056355 64.98478) - (xy 107.922492 64.746261) - (xy 107.755329 64.52978) - (xy 107.558428 64.339942) - (xy 107.441524 64.256305) - (xy 107.335981 64.180795) - (xy 107.092734 64.055733) - (xy 107.092733 64.055732) - (xy 107.09273 64.055731) - (xy 106.833871 63.967421) - (xy 106.564908 63.917741) - (xy 106.291574 63.907751) - (xy 106.019706 63.937665) - (xy 105.755084 64.006847) - (xy 105.503358 64.113818) - (xy 105.269884 64.256305) - (xy 105.059652 64.431262) - (xy 104.877136 64.634962) - (xy 104.726213 64.863083) - (xy 104.610125 65.110722) - (xy 104.531322 65.372649) - (xy 104.4915 65.643241) - (xy 104.4915 66.368287) - (xy 98.6285 66.368287) - (xy 98.6285 65.711713) - (xy 98.613533 65.507218) - (xy 98.613533 65.507217) - (xy 98.554063 65.240247) - (xy 98.456355 64.984781) - (xy 98.456355 64.98478) - (xy 98.322492 64.746261) - (xy 98.155329 64.52978) - (xy 97.958428 64.339942) - (xy 97.841524 64.256305) - (xy 97.735981 64.180795) - (xy 97.492734 64.055733) - (xy 97.492733 64.055732) - (xy 97.49273 64.055731) - (xy 97.233871 63.967421) - (xy 96.964908 63.917741) - (xy 96.691574 63.907751) - (xy 96.419706 63.937665) - (xy 96.155084 64.006847) - (xy 95.903358 64.113818) - (xy 95.669884 64.256305) - (xy 95.459652 64.431262) - (xy 95.277136 64.634962) - (xy 95.126213 64.863083) - (xy 95.010125 65.110722) - (xy 94.989158 65.180414) - (xy 94.950505 65.239775) - (xy 94.885934 65.268901) - (xy 94.815853 65.258587) - (xy 94.762412 65.212093) - (xy 94.7425 65.144113) - (xy 94.7425 57.273082) - (xy 94.755494 57.217354) - (xy 94.791796 57.17312) - (xy 94.843918 57.149503) - (xy 94.901111 57.151375) - (xy 94.982 57.173048) - (xy 95.21 57.192995) - (xy 95.437999 57.173048) - (xy 95.65907 57.113813) - (xy 95.866498 57.017087) - (xy 95.937888 56.967099) - (xy 95.937888 56.967098) - (xy 95.21 56.239211) - (xy 95.21 56.23921) - (xy 94.850791 55.880001) - (xy 95.56921 55.880001) - (xy 96.297097 56.607888) - (xy 96.297099 56.607888) - (xy 96.347087 56.536498) - (xy 96.443813 56.32907) - (xy 96.503048 56.107999) - (xy 96.522995 55.88) - (xy 96.503048 55.652) - (xy 96.443813 55.430929) - (xy 96.347085 55.223497) - (xy 96.2971 55.15211) - (xy 96.297098 55.15211) - (xy 95.56921 55.88) - (xy 95.56921 55.880001) - (xy 94.850791 55.880001) - (xy 94.11267 55.141879) - (xy 94.091912 55.13829) - (xy 94.042158 55.097374) - (xy 94.019129 55.037215) - (xy 94.0185 55.031362) - (xy 94.011989 54.970799) - (xy 93.960889 54.833796) - (xy 93.930275 54.7929) - (xy 94.482109 54.7929) - (xy 95.209999 55.52079) - (xy 95.21 55.52079) - (xy 95.937888 54.792899) - (xy 95.866497 54.742912) - (xy 95.65907 54.646186) - (xy 95.437999 54.586951) - (xy 95.21 54.567004) - (xy 94.982 54.586951) - (xy 94.760929 54.646186) - (xy 94.553499 54.742913) - (xy 94.482109 54.7929) - (xy 93.930275 54.7929) - (xy 93.892855 54.742913) - (xy 93.873261 54.716738) - (xy 93.756205 54.629111) - (xy 93.687702 54.60356) - (xy 93.619201 54.578011) - (xy 93.558638 54.5715) - (xy 91.861362 54.5715) - (xy 91.800799 54.578011) - (xy 91.663794 54.629111) - (xy 91.546738 54.716738) - (xy 91.459111 54.833794) - (xy 91.408011 54.970799) - (xy 91.4015 55.031362) - (xy 91.4015 56.728638) - (xy 91.408011 56.7892) - (xy 91.459111 56.926205) - (xy 91.546738 57.043261) - (xy 91.663794 57.130888) - (xy 91.663795 57.130888) - (xy 91.663796 57.130889) - (xy 91.800799 57.181989) - (xy 91.861362 57.1885) - (xy 92.887972 57.1885) - (xy 92.93619 57.198091) - (xy 92.977067 57.225405) - (xy 93.180595 57.428933) - (xy 93.207909 57.46981) - (xy 93.2175 57.518028) - (xy 93.2175 86.340668) - (xy 93.21617 86.358928) - (xy 93.212634 86.383067) - (xy 93.217021 86.433213) - (xy 93.2175 86.444194) - (xy 93.2175 97.0002) - (xy 93.202405 97.06) - (xy 93.160738 97.105472) - (xy 93.102482 97.12572) - (xy 93.046817 97.13059) - (xy 93.036912 97.131457) - (xy 92.815756 97.190715) - (xy 92.608249 97.287477) - (xy 92.420696 97.418804) - (xy 92.288595 97.550906) - (xy 92.238436 97.581644) - (xy 92.179789 97.58626) - (xy 92.125439 97.563747) - (xy 92.087233 97.519014) - (xy 92.0735 97.461811) - (xy 92.0735 95.199393) - (xy 92.087737 95.141213) - (xy 92.127227 95.096181) - (xy 92.2843 94.986198) - (xy 92.446198 94.8243) - (xy 92.577523 94.636749) - (xy 92.674284 94.429243) - (xy 92.733543 94.208087) - (xy 92.753498 93.98) - (xy 92.733543 93.751913) - (xy 92.674284 93.530757) - (xy 92.663539 93.507715) - (xy 92.577522 93.323249) - (xy 92.489817 93.197995) - (xy 92.446198 93.1357) - (xy 92.446197 93.135699) - (xy 92.446195 93.135696) - (xy 92.284303 92.973804) - (xy 92.09675 92.842477) - (xy 91.889243 92.745715) - (xy 91.668087 92.686457) - (xy 91.44 92.666502) - (xy 91.211912 92.686457) - (xy 90.990756 92.745715) - (xy 90.783249 92.842477) - (xy 90.595696 92.973804) - (xy 90.433804 93.135696) - (xy 90.302477 93.323249) - (xy 90.205715 93.530756) - (xy 90.179827 93.627374) - (xy 90.146457 93.751913) - (xy 90.126502 93.98) - (xy 90.146456 94.208086) - (xy 90.146457 94.208087) - (xy 90.205715 94.429243) - (xy 90.302477 94.63675) - (xy 90.433804 94.824303) - (xy 90.595696 94.986195) - (xy 90.595699 94.986197) - (xy 90.5957 94.986198) - (xy 90.752772 95.096181) - (xy 90.792263 95.141213) - (xy 90.8065 95.199393) - (xy 90.8065 106.010403) - (xy 90.796909 106.058621) - (xy 90.769595 106.099498) - (xy 84.576337 112.292754) - (xy 84.560017 112.30583) - (xy 84.511371 112.357632) - (xy 84.508621 112.36047) - (xy 84.488869 112.380223) - (xy 84.488865 112.380227) - (xy 84.488866 112.380227) - (xy 84.48638 112.38343) - (xy 84.478688 112.392436) - (xy 84.448414 112.424675) - (xy 84.438653 112.442431) - (xy 84.427802 112.458949) - (xy 84.415386 112.474956) - (xy 84.397825 112.515536) - (xy 84.392605 112.526192) - (xy 84.371305 112.564937) - (xy 84.366268 112.584556) - (xy 84.359865 112.603258) - (xy 84.351819 112.621852) - (xy 84.344902 112.665521) - (xy 84.342496 112.677141) - (xy 84.327543 112.735383) - (xy 84.327167 112.735286) - (xy 84.31753 112.775066) - (xy 84.278717 112.819945) - (xy 84.223667 112.842084) - (xy 84.164589 112.836573) - (xy 84.124413 112.82278) - (xy 84.086951 112.80992) - (xy 83.856712 112.7715) - (xy 83.623288 112.7715) - (xy 83.393049 112.80992) - (xy 83.393046 112.80992) - (xy 83.393046 112.809921) - (xy 83.172273 112.885712) - (xy 82.966984 112.996809) - (xy 82.782779 113.140182) - (xy 82.624683 113.31192) - (xy 82.595482 113.356616) - (xy 82.549969 113.398514) - (xy 82.49 113.4137) - (xy 82.430031 113.398514) - (xy 82.384518 113.356616) - (xy 82.355316 113.31192) - (xy 82.355315 113.311919) - (xy 82.355314 113.311917) - (xy 82.19722 113.140182) - (xy 82.013017 112.99681) - (xy 81.888552 112.929453) - (xy 81.807726 112.885712) - (xy 81.645069 112.829872) - (xy 81.586951 112.80992) - (xy 81.356712 112.7715) - (xy 81.123288 112.7715) - (xy 80.893049 112.80992) - (xy 80.893046 112.80992) - (xy 80.893046 112.809921) - (xy 80.672273 112.885712) - (xy 80.466984 112.996809) - (xy 80.300274 113.126565) - (xy 80.247 113.150804) - (xy 80.188522 113.148357) - (xy 80.137458 113.119754) - (xy 80.104827 113.071165) - (xy 80.090888 113.033794) - (xy 80.003261 112.916738) - (xy 79.886205 112.829111) - (xy 79.776486 112.788188) - (xy 79.749201 112.778011) - (xy 79.688638 112.7715) - (xy 77.791362 112.7715) - (xy 77.730799 112.778011) - (xy 77.593794 112.829111) - (xy 77.476738 112.916738) - (xy 77.389111 113.033794) - (xy 77.346261 113.148679) - (xy 77.338011 113.170799) - (xy 77.3315 113.231362) - (xy 77.3315 115.128638) - (xy 77.338011 115.189201) - (xy 77.349431 115.219818) - (xy 77.389111 115.326205) - (xy 77.476738 115.443261) - (xy 77.593794 115.530888) - (xy 77.593795 115.530888) - (xy 77.593796 115.530889) - (xy 77.730799 115.581989) - (xy 77.791362 115.5885) - (xy 79.688638 115.5885) - (xy 79.749201 115.581989) - (xy 79.886204 115.530889) - (xy 80.003261 115.443261) - (xy 80.003528 115.442904) - (xy 80.090889 115.326205) - (xy 80.104827 115.288835) - (xy 80.137458 115.240246) - (xy 80.188522 115.211642) - (xy 80.247 115.209196) - (xy 80.300273 115.233433) - (xy 80.466983 115.36319) - (xy 80.672273 115.474287) - (xy 80.893049 115.55008) - (xy 81.123288 115.5885) - (xy 81.356709 115.5885) - (xy 81.356712 115.5885) - (xy 81.586951 115.55008) - (xy 81.807727 115.474287) - (xy 82.013017 115.36319) - (xy 82.19722 115.219818) - (xy 82.355314 115.048083) - (xy 82.384517 115.003383) - (xy 82.430031 114.961485) - (xy 82.49 114.946299) - (xy 82.549969 114.961485) - (xy 82.595482 115.003383) - (xy 82.624686 115.048083) - (xy 82.78278 115.219818) - (xy 82.966983 115.36319) - (xy 83.172273 115.474287) - (xy 83.393049 115.55008) - (xy 83.623288 115.5885) - (xy 83.856709 115.5885) - (xy 83.856712 115.5885) - (xy 84.086951 115.55008) - (xy 84.148769 115.528857) - (xy 84.164589 115.523427) - (xy 84.223667 115.517916) - (xy 84.278717 115.540055) - (xy 84.31753 115.584934) - (xy 84.331501 115.6426) - (xy 84.331501 116.015404) - (xy 84.32191 116.063622) - (xy 84.294598 116.104496) - (xy 83.008658 117.390435) - (xy 82.963246 117.435848) - (xy 82.906762 117.468459) - (xy 82.84154 117.468459) - (xy 82.778087 117.451457) - (xy 82.55 117.431502) - (xy 82.321912 117.451457) - (xy 82.100756 117.510715) - (xy 81.893249 117.607477) - (xy 81.705696 117.738804) - (xy 81.543804 117.900696) - (xy 81.412477 118.088249) - (xy 81.315715 118.295756) - (xy 81.256457 118.516912) - (xy 81.236502 118.745) - (xy 81.256457 118.973087) - (xy 81.315715 119.194243) - (xy 81.412477 119.40175) - (xy 81.543804 119.589303) - (xy 81.705696 119.751195) - (xy 81.893249 119.882522) - (xy 82.100756 119.979284) - (xy 82.152875 119.993249) - (xy 82.321913 120.038543) - (xy 82.55 120.058498) - (xy 82.778087 120.038543) - (xy 82.999243 119.979284) - (xy 83.206749 119.882523) - (xy 83.3943 119.751198) - (xy 83.556198 119.5893) - (xy 83.687523 119.401749) - (xy 83.784284 119.194243) - (xy 83.843543 118.973087) - (xy 83.863498 118.745) - (xy 91.396502 118.745) - (xy 91.416457 118.973087) - (xy 91.475715 119.194243) - (xy 91.572477 119.40175) - (xy 91.703804 119.589303) - (xy 91.865696 119.751195) - (xy 92.053249 119.882522) - (xy 92.260756 119.979284) - (xy 92.312875 119.993249) - (xy 92.481913 120.038543) - (xy 92.71 120.058498) - (xy 92.938087 120.038543) - (xy 93.159243 119.979284) - (xy 93.366749 119.882523) - (xy 93.5543 119.751198) - (xy 93.716198 119.5893) - (xy 93.847523 119.401749) - (xy 93.944284 119.194243) - (xy 94.003543 118.973087) - (xy 94.023498 118.745) - (xy 94.003543 118.516913) - (xy 93.944284 118.295757) - (xy 93.931513 118.26837) - (xy 93.847522 118.088249) - (xy 93.716195 117.900696) - (xy 93.554303 117.738804) - (xy 93.36675 117.607477) - (xy 93.159243 117.510715) - (xy 92.938087 117.451457) - (xy 92.71 117.431502) - (xy 92.481912 117.451457) - (xy 92.260756 117.510715) - (xy 92.053249 117.607477) - (xy 91.865696 117.738804) - (xy 91.703804 117.900696) - (xy 91.572477 118.088249) - (xy 91.475715 118.295756) - (xy 91.416457 118.516912) - (xy 91.396502 118.745) - (xy 83.863498 118.745) - (xy 83.843543 118.516913) - (xy 83.826539 118.453457) - (xy 83.826539 118.388235) - (xy 83.859149 118.331753) - (xy 85.353659 116.837243) - (xy 85.36998 116.824169) - (xy 85.372015 116.822001) - (xy 85.372019 116.821999) - (xy 85.418678 116.77231) - (xy 85.421369 116.769533) - (xy 85.441135 116.749769) - (xy 85.443606 116.746582) - (xy 85.451313 116.737558) - (xy 85.481587 116.70532) - (xy 85.491344 116.687569) - (xy 85.5022 116.671042) - (xy 85.514614 116.65504) - (xy 85.532173 116.61446) - (xy 85.537393 116.603808) - (xy 85.558695 116.56506) - (xy 85.558696 116.565059) - (xy 85.563733 116.545438) - (xy 85.570139 116.526729) - (xy 85.578182 116.508143) - (xy 85.585097 116.46448) - (xy 85.587505 116.452852) - (xy 85.598501 116.410028) - (xy 85.598501 116.389775) - (xy 85.600052 116.370065) - (xy 85.603221 116.350056) - (xy 85.59906 116.306038) - (xy 85.598501 116.29418) - (xy 85.598501 114.434) - (xy 97.652 114.434) - (xy 97.652 115.128589) - (xy 97.658505 115.189093) - (xy 97.709554 115.325962) - (xy 97.797095 115.442904) - (xy 97.914037 115.530445) - (xy 98.050906 115.581494) - (xy 98.111411 115.588) - (xy 98.806 115.588) - (xy 98.806 114.434) - (xy 97.652 114.434) - (xy 85.598501 114.434) - (xy 85.598501 113.926) - (xy 97.652 113.926) - (xy 98.806 113.926) - (xy 98.806 112.772) - (xy 98.111411 112.772) - (xy 98.050906 112.778505) - (xy 97.914037 112.829554) - (xy 97.797095 112.917095) - (xy 97.709554 113.034037) - (xy 97.658505 113.170906) - (xy 97.652 113.231411) - (xy 97.652 113.926) - (xy 85.598501 113.926) - (xy 85.598501 113.114591) - (xy 85.608092 113.066373) - (xy 85.635406 113.025496) - (xy 86.368148 112.292754) - (xy 88.813546 109.847354) - (xy 88.86475 109.816283) - (xy 88.924519 109.812365) - (xy 88.979344 109.836489) - (xy 89.016834 109.883202) - (xy 89.032476 109.916748) - (xy 89.163804 110.104303) - (xy 89.325696 110.266195) - (xy 89.522281 110.403846) - (xy 89.520932 110.405772) - (xy 89.562584 110.4423) - (xy 89.582317 110.51) - (xy 89.562584 110.5777) - (xy 89.520932 110.614227) - (xy 89.522281 110.616154) - (xy 89.325696 110.753804) - (xy 89.163804 110.915696) - (xy 89.032477 111.103249) - (xy 88.935715 111.310756) - (xy 88.876457 111.531912) - (xy 88.856502 111.759999) - (xy 88.876457 111.988087) - (xy 88.935715 112.209243) - (xy 89.032477 112.41675) - (xy 89.163804 112.604303) - (xy 89.325696 112.766195) - (xy 89.513249 112.897522) - (xy 89.720756 112.994284) - (xy 89.780014 113.010162) - (xy 89.941913 113.053543) - (xy 90.17 113.073498) - (xy 90.398087 113.053543) - (xy 90.619243 112.994284) - (xy 90.826749 112.897523) - (xy 91.0143 112.766198) - (xy 91.176198 112.6043) - (xy 91.307523 112.416749) - (xy 91.404284 112.209243) - (xy 91.463543 111.988087) - (xy 91.483498 111.76) - (xy 91.463543 111.531913) - (xy 91.404284 111.310757) - (xy 91.329942 111.15133) - (xy 91.307522 111.103249) - (xy 91.215952 110.972474) - (xy 91.176198 110.9157) - (xy 91.176197 110.915699) - (xy 91.176195 110.915696) - (xy 91.014303 110.753804) - (xy 90.817719 110.616154) - (xy 90.819068 110.614227) - (xy 90.777417 110.577703) - (xy 90.757682 110.51) - (xy 90.777417 110.442297) - (xy 90.819068 110.405772) - (xy 90.817719 110.403846) - (xy 90.838764 110.389109) - (xy 91.0143 110.266198) - (xy 91.176198 110.1043) - (xy 91.307523 109.916749) - (xy 91.404284 109.709243) - (xy 91.463543 109.488087) - (xy 91.483498 109.26) - (xy 91.463543 109.031913) - (xy 91.404284 108.810757) - (xy 91.400321 108.802259) - (xy 91.307522 108.603249) - (xy 91.176195 108.415696) - (xy 91.014303 108.253804) - (xy 90.826748 108.122476) - (xy 90.793202 108.106834) - (xy 90.746489 108.069344) - (xy 90.722365 108.014519) - (xy 90.726283 107.95475) - (xy 90.757354 107.903546) - (xy 91.828658 106.832242) - (xy 91.844979 106.819168) - (xy 91.847014 106.817) - (xy 91.847018 106.816998) - (xy 91.893677 106.767309) - (xy 91.896368 106.764532) - (xy 91.916134 106.744768) - (xy 91.918605 106.741581) - (xy 91.926312 106.732557) - (xy 91.956586 106.700319) - (xy 91.966343 106.682568) - (xy 91.977199 106.666041) - (xy 91.989613 106.650039) - (xy 92.007172 106.609459) - (xy 92.012392 106.598807) - (xy 92.023329 106.578913) - (xy 92.033695 106.560058) - (xy 92.038732 106.540437) - (xy 92.045138 106.521728) - (xy 92.053181 106.503143) - (xy 92.060096 106.459474) - (xy 92.062496 106.447879) - (xy 92.0735 106.405028) - (xy 92.0735 106.384767) - (xy 92.075051 106.365056) - (xy 92.077164 106.351713) - (xy 92.078219 106.345055) - (xy 92.074058 106.301043) - (xy 92.0735 106.289187) - (xy 92.0735 99.388189) - (xy 92.087233 99.330986) - (xy 92.125439 99.286253) - (xy 92.179789 99.26374) - (xy 92.238436 99.268356) - (xy 92.288595 99.299094) - (xy 92.420696 99.431195) - (xy 92.608249 99.562522) - (xy 92.815756 99.659284) - (xy 92.867875 99.673249) - (xy 93.036913 99.718543) - (xy 93.265 99.738498) - (xy 93.493087 99.718543) - (xy 93.714243 99.659284) - (xy 93.921749 99.562523) - (xy 94.1093 99.431198) - (xy 94.183309 99.357189) - (xy 94.272405 99.268094) - (xy 94.322564 99.237356) - (xy 94.381211 99.23274) - (xy 94.435561 99.255253) - (xy 94.473767 99.299986) - (xy 94.4875 99.357189) - (xy 94.4875 100.900271) - (xy 94.48617 100.918531) - (xy 94.482634 100.942672) - (xy 94.482685 100.943251) - (xy 94.487021 100.992816) - (xy 94.4875 101.003797) - (xy 94.4875 101.009416) - (xy 94.491155 101.040695) - (xy 94.491527 101.044336) - (xy 94.498279 101.121511) - (xy 94.502565 101.140843) - (xy 94.52907 101.213666) - (xy 94.530256 101.217078) - (xy 94.550128 101.277045) - (xy 94.554638 101.290656) - (xy 94.56326 101.308466) - (xy 94.60585 101.373221) - (xy 94.607818 101.376311) - (xy 94.648489 101.442248) - (xy 94.660983 101.457584) - (xy 94.717375 101.510787) - (xy 94.720004 101.513341) - (xy 97.766642 104.559979) - (xy 97.800533 104.621678) - (xy 97.796035 104.691928) - (xy 97.754555 104.748803) - (xy 97.689038 104.774549) - (xy 97.619934 104.761131) - (xy 97.492731 104.695731) - (xy 97.233871 104.607421) - (xy 96.964908 104.557741) - (xy 96.691574 104.547751) - (xy 96.419706 104.577665) - (xy 96.155084 104.646847) - (xy 95.903358 104.753818) - (xy 95.669884 104.896305) - (xy 95.459652 105.071262) - (xy 95.277136 105.274962) - (xy 95.126213 105.503083) - (xy 95.010125 105.750722) - (xy 94.931322 106.012649) - (xy 94.8915 106.283241) - (xy 94.8915 107.008287) - (xy 94.906466 107.212781) - (xy 94.965938 107.479756) - (xy 95.063644 107.735219) - (xy 95.197507 107.973738) - (xy 95.36467 108.190219) - (xy 95.561571 108.380057) - (xy 95.561574 108.380059) - (xy 95.784019 108.539205) - (xy 96.027266 108.664267) - (xy 96.28613 108.752579) - (xy 96.555093 108.802259) - (xy 96.828424 108.812248) - (xy 96.828424 108.812247) - (xy 96.828425 108.812248) - (xy 96.896391 108.804769) - (xy 97.100296 108.782334) - (xy 97.364916 108.713153) - (xy 97.616643 108.606181) - (xy 97.850112 108.463697) - (xy 98.060347 108.288738) - (xy 98.242867 108.085033) - (xy 98.393783 107.856923) - (xy 98.509877 107.609271) - (xy 98.588676 107.347355) - (xy 98.593438 107.314999) - (xy 98.6285 107.076759) - (xy 98.6285 106.351713) - (xy 98.620552 106.243125) - (xy 98.613533 106.147217) - (xy 98.554063 105.880247) - (xy 98.469559 105.659303) - (xy 98.456354 105.624777) - (xy 98.423927 105.566998) - (xy 98.407876 105.50955) - (xy 98.420046 105.451157) - (xy 98.457711 105.404904) - (xy 98.512429 105.381158) - (xy 98.571938 105.385241) - (xy 98.622898 105.416236) - (xy 101.622358 108.415696) - (xy 104.614596 111.407934) - (xy 104.64191 111.448811) - (xy 104.651501 111.497029) - (xy 104.651501 112.7174) - (xy 104.63753 112.775066) - (xy 104.598717 112.819945) - (xy 104.543667 112.842084) - (xy 104.484589 112.836573) - (xy 104.444413 112.82278) - (xy 104.406951 112.80992) - (xy 104.176712 112.7715) - (xy 103.943288 112.7715) - (xy 103.713049 112.80992) - (xy 103.713046 112.80992) - (xy 103.713046 112.809921) - (xy 103.492273 112.885712) - (xy 103.286984 112.996809) - (xy 103.102779 113.140182) - (xy 102.944683 113.31192) - (xy 102.915482 113.356616) - (xy 102.869969 113.398514) - (xy 102.81 113.4137) - (xy 102.750031 113.398514) - (xy 102.704518 113.356616) - (xy 102.675316 113.31192) - (xy 102.675315 113.311919) - (xy 102.675314 113.311917) - (xy 102.51722 113.140182) - (xy 102.333017 112.99681) - (xy 102.208552 112.929453) - (xy 102.127726 112.885712) - (xy 101.965069 112.829872) - (xy 101.906951 112.80992) - (xy 101.676712 112.7715) - (xy 101.443288 112.7715) - (xy 101.213049 112.80992) - (xy 101.213046 112.80992) - (xy 101.213046 112.809921) - (xy 100.992273 112.885712) - (xy 100.786983 112.996809) - (xy 100.61986 113.126887) - (xy 100.566585 113.151126) - (xy 100.508107 113.148679) - (xy 100.457044 113.120075) - (xy 100.424413 113.071486) - (xy 100.410446 113.034037) - (xy 100.322904 112.917095) - (xy 100.205962 112.829554) - (xy 100.069093 112.778505) - (xy 100.008589 112.772) - (xy 99.314 112.772) - (xy 99.314 115.588) - (xy 100.008589 115.588) - (xy 100.069093 115.581494) - (xy 100.205962 115.530445) - (xy 100.322904 115.442904) - (xy 100.410446 115.325961) - (xy 100.424413 115.288514) - (xy 100.457043 115.239924) - (xy 100.508107 115.21132) - (xy 100.566585 115.208873) - (xy 100.61986 115.233112) - (xy 100.786983 115.36319) - (xy 100.992273 115.474287) - (xy 101.213049 115.55008) - (xy 101.443288 115.5885) - (xy 101.676709 115.5885) - (xy 101.676712 115.5885) - (xy 101.906951 115.55008) - (xy 102.127727 115.474287) - (xy 102.333017 115.36319) - (xy 102.51722 115.219818) - (xy 102.675314 115.048083) - (xy 102.704517 115.003383) - (xy 102.750031 114.961485) - (xy 102.81 114.946299) - (xy 102.869969 114.961485) - (xy 102.915482 115.003383) - (xy 102.944686 115.048083) - (xy 103.10278 115.219818) - (xy 103.286983 115.36319) - (xy 103.492273 115.474287) - (xy 103.713049 115.55008) - (xy 103.943288 115.5885) - (xy 104.176709 115.5885) - (xy 104.176712 115.5885) - (xy 104.406951 115.55008) - (xy 104.468769 115.528857) - (xy 104.484589 115.523427) - (xy 104.543667 115.517916) - (xy 104.598717 115.540055) - (xy 104.63753 115.584934) - (xy 104.651501 115.6426) - (xy 104.651501 120.367049) - (xy 104.64191 120.415267) - (xy 104.614596 120.456145) - (xy 103.002713 122.068025) - (xy 102.951507 122.099097) - (xy 102.891738 122.103015) - (xy 102.836914 122.078892) - (xy 102.799423 122.032179) - (xy 102.737086 121.898497) - (xy 102.6871 121.82711) - (xy 102.687097 121.82711) - (xy 101.689094 122.825114) - (xy 101.63261 122.857726) - (xy 101.567388 122.857726) - (xy 101.510904 122.825114) - (xy 100.5129 121.827109) - (xy 100.45659 121.907531) - (xy 100.454751 121.906243) - (xy 100.417971 121.948179) - (xy 100.350272 121.967909) - (xy 100.282574 121.948175) - (xy 100.245621 121.906037) - (xy 100.243846 121.907281) - (xy 100.176337 121.810869) - (xy 100.106198 121.7107) - (xy 100.106197 121.710699) - (xy 100.106195 121.710696) - (xy 99.944303 121.548804) - (xy 99.828761 121.4679) - (xy 100.872109 121.4679) - (xy 101.599999 122.19579) - (xy 101.6 122.19579) - (xy 102.327888 121.467899) - (xy 102.256497 121.417912) - (xy 102.04907 121.321186) - (xy 101.827999 121.261951) - (xy 101.6 121.242004) - (xy 101.372 121.261951) - (xy 101.150929 121.321186) - (xy 100.943499 121.417913) - (xy 100.872109 121.4679) - (xy 99.828761 121.4679) - (xy 99.75675 121.417477) - (xy 99.549243 121.320715) - (xy 99.328087 121.261457) - (xy 99.1 121.241502) - (xy 98.871912 121.261457) - (xy 98.650756 121.320715) - (xy 98.443249 121.417477) - (xy 98.255696 121.548804) - (xy 98.093804 121.710696) - (xy 97.962477 121.898249) - (xy 97.865715 122.105756) - (xy 97.806457 122.326912) - (xy 97.786502 122.555) - (xy 97.799836 122.70742) - (xy 97.794483 122.75629) - (xy 97.770836 122.799391) - (xy 97.740823 122.835159) - (xy 97.733407 122.843254) - (xy 97.729427 122.847234) - (xy 97.709886 122.871946) - (xy 97.707577 122.87478) - (xy 97.657784 122.934123) - (xy 97.647143 122.950824) - (xy 97.614395 123.021052) - (xy 97.612799 123.024349) - (xy 97.578033 123.093573) - (xy 97.571536 123.112264) - (xy 97.555867 123.188147) - (xy 97.555074 123.191721) - (xy 97.537205 123.26712) - (xy 97.535194 123.286802) - (xy 97.537448 123.364253) - (xy 97.537501 123.367917) - (xy 97.537501 124.216971) - (xy 97.52791 124.265189) - (xy 97.500598 124.306063) - (xy 96.766481 125.040179) - (xy 96.704659 125.074096) - (xy 96.634293 125.069484) - (xy 96.577425 125.027787) - (xy 96.551867 124.962066) - (xy 96.543543 124.866913) - (xy 96.492425 124.676138) - (xy 96.484284 124.645756) - (xy 96.393187 124.450397) - (xy 96.387523 124.438251) - (xy 96.372447 124.416721) - (xy 96.296943 124.30889) - (xy 96.256198 124.2507) - (xy 96.256197 124.250699) - (xy 96.256195 124.250696) - (xy 96.094303 124.088804) - (xy 95.906748 123.957476) - (xy 95.867543 123.939195) - (xy 95.814525 123.8927) - (xy 95.794792 123.825) - (xy 95.814525 123.7573) - (xy 95.867543 123.710805) - (xy 95.900671 123.695357) - (xy 95.906749 123.692523) - (xy 96.0943 123.561198) - (xy 96.256198 123.3993) - (xy 96.387523 123.211749) - (xy 96.484284 123.004243) - (xy 96.543543 122.783087) - (xy 96.563498 122.555) - (xy 96.543543 122.326913) - (xy 96.484284 122.105757) - (xy 96.483005 122.103015) - (xy 96.387522 121.898249) - (xy 96.275853 121.73877) - (xy 96.256198 121.7107) - (xy 96.256197 121.710699) - (xy 96.256195 121.710696) - (xy 96.094303 121.548804) - (xy 95.90675 121.417477) - (xy 95.699243 121.320715) - (xy 95.478087 121.261457) - (xy 95.25 121.241502) - (xy 95.021912 121.261457) - (xy 94.800756 121.320715) - (xy 94.593249 121.417477) - (xy 94.405696 121.548804) - (xy 94.243804 121.710696) - (xy 94.112477 121.898249) - (xy 94.015715 122.105756) - (xy 93.956457 122.326912) - (xy 93.936502 122.554999) - (xy 93.956457 122.783087) - (xy 94.015715 123.004243) - (xy 94.112477 123.21175) - (xy 94.243804 123.399303) - (xy 94.405696 123.561195) - (xy 94.405699 123.561197) - (xy 94.4057 123.561198) - (xy 94.593251 123.692523) - (xy 94.628359 123.708894) - (xy 94.632457 123.710805) - (xy 94.685474 123.7573) - (xy 94.705207 123.825) - (xy 94.685474 123.8927) - (xy 94.632457 123.939195) - (xy 94.59325 123.957477) - (xy 94.405696 124.088804) - (xy 94.243804 124.250696) - (xy 94.112477 124.438249) - (xy 94.015715 124.645756) - (xy 93.956457 124.866912) - (xy 93.937061 125.088604) - (xy 93.936502 125.095) - (xy 93.94584 125.201738) - (xy 93.956457 125.323087) - (xy 94.015715 125.544243) - (xy 94.112477 125.75175) - (xy 94.243804 125.939303) - (xy 94.405696 126.101195) - (xy 94.405699 126.101197) - (xy 94.4057 126.101198) - (xy 94.593251 126.232523) - (xy 94.615949 126.243107) - (xy 94.632457 126.250805) - (xy 94.685474 126.2973) - (xy 94.705207 126.365) - (xy 94.685474 126.4327) - (xy 94.632457 126.479195) - (xy 94.59325 126.497477) - (xy 94.405696 126.628804) - (xy 94.243804 126.790696) - (xy 94.112477 126.978249) - (xy 94.015715 127.185756) - (xy 93.956457 127.406912) - (xy 93.94813 127.502085) - (xy 93.936502 127.635) - (xy 93.940308 127.678498) - (xy 93.956457 127.863087) - (xy 94.015715 128.084243) - (xy 94.112477 128.29175) - (xy 94.243804 128.479303) - (xy 94.405696 128.641195) - (xy 94.405699 128.641197) - (xy 94.4057 128.641198) - (xy 94.593251 128.772523) - (xy 94.632457 128.790805) - (xy 94.685473 128.837298) - (xy 94.705207 128.904997) - (xy 94.685475 128.972697) - (xy 94.632459 129.019193) - (xy 94.593251 129.037476) - (xy 94.405696 129.168804) - (xy 94.243804 129.330696) - (xy 94.112477 129.518249) - (xy 94.015715 129.725756) - (xy 93.956457 129.946912) - (xy 93.936502 130.174999) - (xy 93.956457 130.403087) - (xy 94.015715 130.624243) - (xy 94.112477 130.83175) - (xy 94.243804 131.019303) - (xy 94.405696 131.181195) - (xy 94.405699 131.181197) - (xy 94.4057 131.181198) - (xy 94.593251 131.312523) - (xy 94.628359 131.328894) - (xy 94.632457 131.330805) - (xy 94.685474 131.3773) - (xy 94.705207 131.445) - (xy 94.685474 131.5127) - (xy 94.632457 131.559195) - (xy 94.59325 131.577477) - (xy 94.405696 131.708804) - (xy 94.243804 131.870696) - (xy 94.112477 132.058249) - (xy 94.015715 132.265756) - (xy 93.956457 132.486912) - (xy 93.936502 132.714999) - (xy 93.956457 132.943087) - (xy 94.015715 133.164243) - (xy 94.112477 133.37175) - (xy 94.243804 133.559303) - (xy 94.405696 133.721195) - (xy 94.405699 133.721197) - (xy 94.4057 133.721198) - (xy 94.593251 133.852523) - (xy 94.628359 133.868894) - (xy 94.632457 133.870805) - (xy 94.685474 133.9173) - (xy 94.705207 133.985) - (xy 94.685474 134.0527) - (xy 94.632457 134.099195) - (xy 94.59325 134.117477) - (xy 94.405696 134.248804) - (xy 94.243804 134.410696) - (xy 94.112477 134.598249) - (xy 94.015715 134.805756) - (xy 93.956457 135.026912) - (xy 93.936502 135.255) - (xy 93.956457 135.483087) - (xy 94.015715 135.704243) - (xy 94.112477 135.91175) - (xy 94.243804 136.099303) - (xy 94.405696 136.261195) - (xy 94.405699 136.261197) - (xy 94.4057 136.261198) - (xy 94.593251 136.392523) - (xy 94.628359 136.408894) - (xy 94.632457 136.410805) - (xy 94.685474 136.4573) - (xy 94.705207 136.525) - (xy 94.685474 136.5927) - (xy 94.632457 136.639195) - (xy 94.59325 136.657477) - (xy 94.405696 136.788804) - (xy 94.243804 136.950696) - (xy 94.112477 137.138249) - (xy 94.015715 137.345756) - (xy 93.956457 137.566912) - (xy 93.936502 137.795) - (xy 93.956457 138.023087) - (xy 94.015715 138.244243) - (xy 94.112477 138.45175) - (xy 94.243804 138.639303) - (xy 94.405696 138.801195) - (xy 94.405699 138.801197) - (xy 94.4057 138.801198) - (xy 94.593251 138.932523) - (xy 94.628359 138.948894) - (xy 94.632457 138.950805) - (xy 94.685474 138.9973) - (xy 94.705207 139.065) - (xy 94.685474 139.1327) - (xy 94.632457 139.179195) - (xy 94.59325 139.197477) - (xy 94.405696 139.328804) - (xy 94.243804 139.490696) - (xy 94.112477 139.678249) - (xy 94.015715 139.885756) - (xy 93.956457 140.106912) - (xy 93.936502 140.335) - (xy 93.956457 140.563087) - (xy 94.015715 140.784243) - (xy 94.112477 140.99175) - (xy 94.243804 141.179303) - (xy 94.405696 141.341195) - (xy 94.593249 141.472522) - (xy 94.800756 141.569284) - (xy 94.860014 141.585162) - (xy 95.021913 141.628543) - (xy 95.25 141.648498) - (xy 95.478087 141.628543) - (xy 95.582889 141.600461) - (xy 95.640082 141.598589) - (xy 95.692205 141.622205) - (xy 95.728507 141.66644) - (xy 95.741501 141.722168) - (xy 95.741501 146.300973) - (xy 95.73191 146.349191) - (xy 95.704596 146.390068) - (xy 91.780068 150.314596) - (xy 91.739191 150.34191) - (xy 91.690973 150.351501) - (xy 91.557168 150.351501) - (xy 91.50144 150.338507) - (xy 91.457205 150.302205) - (xy 91.433589 150.250082) - (xy 91.435461 150.19289) - (xy 91.437594 150.184927) - (xy 91.463543 150.088087) - (xy 91.483498 149.86) - (xy 91.463543 149.631913) - (xy 91.404284 149.410757) - (xy 91.307523 149.203251) - (xy 91.176198 149.0157) - (xy 91.176197 149.015699) - (xy 91.176195 149.015696) - (xy 91.014303 148.853804) - (xy 90.82675 148.722477) - (xy 90.619243 148.625715) - (xy 90.398087 148.566457) - (xy 90.17 148.546502) - (xy 89.941912 148.566457) - (xy 89.720756 148.625715) - (xy 89.513249 148.722477) - (xy 89.325696 148.853804) - (xy 89.163804 149.015696) - (xy 89.032477 149.203249) - (xy 88.935715 149.410756) - (xy 88.876457 149.631912) - (xy 88.856502 149.86) - (xy 88.876457 150.088087) - (xy 88.904539 150.19289) - (xy 88.906411 150.250082) - (xy 88.882795 150.302205) - (xy 88.83856 150.338507) - (xy 88.782832 150.351501) - (xy 75.282029 150.351501) - (xy 75.233811 150.34191) - (xy 75.192934 150.314596) - (xy 72.547886 147.669548) - (xy 72.535513 147.648287) - (xy 74.5715 147.648287) - (xy 74.586466 147.852781) - (xy 74.645938 148.119756) - (xy 74.743644 148.375219) - (xy 74.877507 148.613738) - (xy 75.04467 148.830219) - (xy 75.241571 149.020057) - (xy 75.241574 149.020059) - (xy 75.464019 149.179205) - (xy 75.707266 149.304267) - (xy 75.96613 149.392579) - (xy 76.235093 149.442259) - (xy 76.508424 149.452248) - (xy 76.508424 149.452247) - (xy 76.508425 149.452248) - (xy 76.576392 149.444769) - (xy 76.780296 149.422334) - (xy 77.044916 149.353153) - (xy 77.296643 149.246181) - (xy 77.530112 149.103697) - (xy 77.740347 148.928738) - (xy 77.922867 148.725033) - (xy 78.073783 148.496923) - (xy 78.189877 148.249271) - (xy 78.268676 147.987355) - (xy 78.288481 147.852783) - (xy 78.3085 147.716759) - (xy 78.3085 147.648287) - (xy 84.1715 147.648287) - (xy 84.186466 147.852781) - (xy 84.245938 148.119756) - (xy 84.343644 148.375219) - (xy 84.477507 148.613738) - (xy 84.64467 148.830219) - (xy 84.841571 149.020057) - (xy 84.841574 149.020059) - (xy 85.064019 149.179205) - (xy 85.307266 149.304267) - (xy 85.56613 149.392579) - (xy 85.835093 149.442259) - (xy 86.108424 149.452248) - (xy 86.108424 149.452247) - (xy 86.108425 149.452248) - (xy 86.176392 149.444769) - (xy 86.380296 149.422334) - (xy 86.644916 149.353153) - (xy 86.896643 149.246181) - (xy 87.130112 149.103697) - (xy 87.340347 148.928738) - (xy 87.522867 148.725033) - (xy 87.673783 148.496923) - (xy 87.789877 148.249271) - (xy 87.868676 147.987355) - (xy 87.888481 147.852783) - (xy 87.9085 147.716759) - (xy 87.9085 146.991713) - (xy 87.893533 146.787218) - (xy 87.887419 146.759771) - (xy 87.834063 146.520247) - (xy 87.777119 146.371362) - (xy 87.736355 146.26478) - (xy 87.602492 146.026261) - (xy 87.435329 145.80978) - (xy 87.238428 145.619942) - (xy 87.121524 145.536305) - (xy 87.015981 145.460795) - (xy 86.772734 145.335733) - (xy 86.772733 145.335732) - (xy 86.77273 145.335731) - (xy 86.513871 145.247421) - (xy 86.244908 145.197741) - (xy 85.971574 145.187751) - (xy 85.699706 145.217665) - (xy 85.435084 145.286847) - (xy 85.183358 145.393818) - (xy 84.949884 145.536305) - (xy 84.739652 145.711262) - (xy 84.557136 145.914962) - (xy 84.406213 146.143083) - (xy 84.290125 146.390722) - (xy 84.211322 146.652649) - (xy 84.1715 146.923241) - (xy 84.1715 147.648287) - (xy 78.3085 147.648287) - (xy 78.3085 146.991713) - (xy 78.293533 146.787218) - (xy 78.287419 146.759771) - (xy 78.234063 146.520247) - (xy 78.177119 146.371362) - (xy 78.136355 146.26478) - (xy 78.002492 146.026261) - (xy 77.835329 145.80978) - (xy 77.638428 145.619942) - (xy 77.521524 145.536305) - (xy 77.415981 145.460795) - (xy 77.172734 145.335733) - (xy 77.172733 145.335732) - (xy 77.17273 145.335731) - (xy 76.913871 145.247421) - (xy 76.644908 145.197741) - (xy 76.371574 145.187751) - (xy 76.099706 145.217665) - (xy 75.835084 145.286847) - (xy 75.583358 145.393818) - (xy 75.349884 145.536305) - (xy 75.139652 145.711262) - (xy 74.957136 145.914962) - (xy 74.806213 146.143083) - (xy 74.690125 146.390722) - (xy 74.611322 146.652649) - (xy 74.5715 146.923241) - (xy 74.5715 147.648287) - (xy 72.535513 147.648287) - (xy 72.515502 147.613901) - (xy 72.514978 147.563179) - (xy 72.513188 147.563031) - (xy 72.514049 147.55263) - (xy 72.514051 147.552626) - (xy 72.533327 147.32) - (xy 72.514051 147.087374) - (xy 72.456749 146.861093) - (xy 72.362984 146.647331) - (xy 72.235314 146.451917) - (xy 72.07722 146.280182) - (xy 71.931107 146.166457) - (xy 71.895303 146.122366) - (xy 71.8825 146.067027) - (xy 71.8825 139.764728) - (xy 71.88383 139.746468) - (xy 71.887366 139.722325) - (xy 71.88298 139.672198) - (xy 71.8825 139.661215) - (xy 71.8825 139.655591) - (xy 71.878843 139.624307) - (xy 71.87847 139.620658) - (xy 71.87183 139.544759) - (xy 71.871828 139.544754) - (xy 71.871716 139.543468) - (xy 71.867439 139.524171) - (xy 71.866998 139.52296) - (xy 71.866998 139.522958) - (xy 71.840903 139.451264) - (xy 71.839723 139.447867) - (xy 71.829495 139.417) - (xy 71.815764 139.375559) - (xy 71.815359 139.374336) - (xy 71.806739 139.356532) - (xy 71.782054 139.319) - (xy 74.913918 139.319) - (xy 74.966186 139.51407) - (xy 75.062912 139.721498) - (xy 75.194189 139.908981) - (xy 75.356018 140.07081) - (xy 75.543501 140.202087) - (xy 75.750929 140.298813) - (xy 75.946 140.351082) - (xy 75.946 139.319) - (xy 76.454 139.319) - (xy 76.454 140.351082) - (xy 76.64907 140.298813) - (xy 76.856498 140.202087) - (xy 77.043981 140.07081) - (xy 77.201153 139.913638) - (xy 82.5115 139.913638) - (xy 82.518011 139.974201) - (xy 82.543561 140.042702) - (xy 82.569111 140.111205) - (xy 82.656738 140.228261) - (xy 82.773794 140.315888) - (xy 82.773795 140.315888) - (xy 82.773796 140.315889) - (xy 82.910799 140.366989) - (xy 82.971362 140.3735) - (xy 84.668638 140.3735) - (xy 84.729201 140.366989) - (xy 84.866204 140.315889) - (xy 84.983261 140.228261) - (xy 85.070889 140.111204) - (xy 85.121989 139.974201) - (xy 85.1285 139.913638) - (xy 85.1285 138.216362) - (xy 85.121989 138.155799) - (xy 85.070889 138.018796) - (xy 85.06004 138.004303) - (xy 84.983261 137.901738) - (xy 84.866205 137.814111) - (xy 84.771846 137.778917) - (xy 84.729201 137.763011) - (xy 84.668638 137.7565) - (xy 82.971362 137.7565) - (xy 82.910799 137.763011) - (xy 82.773794 137.814111) - (xy 82.656738 137.901738) - (xy 82.569111 138.018794) - (xy 82.554045 138.059189) - (xy 82.518011 138.155799) - (xy 82.5115 138.216362) - (xy 82.5115 139.913638) - (xy 77.201153 139.913638) - (xy 77.20581 139.908981) - (xy 77.337087 139.721498) - (xy 77.433813 139.51407) - (xy 77.486082 139.319) - (xy 76.454 139.319) - (xy 75.946 139.319) - (xy 74.913918 139.319) - (xy 71.782054 139.319) - (xy 71.764152 139.291781) - (xy 71.762183 139.28869) - (xy 71.721514 139.222756) - (xy 71.709017 139.207417) - (xy 71.65264 139.154227) - (xy 71.650012 139.151674) - (xy 71.309338 138.811) - (xy 74.913917 138.811) - (xy 75.946 138.811) - (xy 75.946 137.778917) - (xy 76.453999 137.778917) - (xy 76.454 137.778918) - (xy 76.454 138.811) - (xy 77.486082 138.811) - (xy 77.433813 138.615929) - (xy 77.337087 138.408501) - (xy 77.20581 138.221018) - (xy 77.043981 138.059189) - (xy 76.856498 137.927912) - (xy 76.64907 137.831186) - (xy 76.453999 137.778917) - (xy 75.946 137.778917) - (xy 75.750929 137.831186) - (xy 75.543501 137.927912) - (xy 75.356018 138.059189) - (xy 75.194189 138.221018) - (xy 75.062912 138.408501) - (xy 74.966186 138.615929) - (xy 74.913917 138.811) - (xy 71.309338 138.811) - (xy 69.916125 137.417787) - (xy 69.886819 137.371786) - (xy 69.879699 137.317714) - (xy 69.893498 137.16) - (xy 69.873543 136.931913) - (xy 69.825603 136.752999) - (xy 69.814284 136.710756) - (xy 69.717522 136.503249) - (xy 69.586195 136.315696) - (xy 69.424305 136.153806) - (xy 69.424301 136.153803) - (xy 69.4243 136.153802) - (xy 69.396228 136.134145) - (xy 69.356737 136.089115) - (xy 69.3425 136.030934) - (xy 69.3425 135.509) - (xy 74.892 135.509) - (xy 74.892 136.103589) - (xy 74.898505 136.164093) - (xy 74.949554 136.300962) - (xy 75.037095 136.417904) - (xy 75.154037 136.505445) - (xy 75.290906 136.556494) - (xy 75.351411 136.563) - (xy 75.946 136.563) - (xy 75.946 135.509) - (xy 76.454 135.509) - (xy 76.454 136.563) - (xy 77.048589 136.563) - (xy 77.109093 136.556494) - (xy 77.245962 136.505445) - (xy 77.362904 136.417904) - (xy 77.450445 136.300962) - (xy 77.501494 136.164093) - (xy 77.508 136.103589) - (xy 77.508 135.509) - (xy 76.454 135.509) - (xy 75.946 135.509) - (xy 74.892 135.509) - (xy 69.3425 135.509) - (xy 69.3425 135.255) - (xy 82.506502 135.255) - (xy 82.526457 135.483087) - (xy 82.585715 135.704243) - (xy 82.682477 135.91175) - (xy 82.813804 136.099303) - (xy 82.975696 136.261195) - (xy 83.163249 136.392522) - (xy 83.370756 136.489284) - (xy 83.422875 136.503249) - (xy 83.591913 136.548543) - (xy 83.82 136.568498) - (xy 84.048087 136.548543) - (xy 84.269243 136.489284) - (xy 84.476749 136.392523) - (xy 84.6643 136.261198) - (xy 84.826198 136.0993) - (xy 84.957523 135.911749) - (xy 85.054284 135.704243) - (xy 85.113543 135.483087) - (xy 85.133498 135.255) - (xy 85.113543 135.026913) - (xy 85.060593 134.829303) - (xy 85.054284 134.805756) - (xy 84.957522 134.598249) - (xy 84.842683 134.434243) - (xy 84.826198 134.4107) - (xy 84.826197 134.410699) - (xy 84.826195 134.410696) - (xy 84.664303 134.248804) - (xy 84.47675 134.117477) - (xy 84.269243 134.020715) - (xy 84.048087 133.961457) - (xy 83.82 133.941502) - (xy 83.591912 133.961457) - (xy 83.370756 134.020715) - (xy 83.163249 134.117477) - (xy 82.975696 134.248804) - (xy 82.813804 134.410696) - (xy 82.682477 134.598249) - (xy 82.585715 134.805756) - (xy 82.526457 135.026912) - (xy 82.506502 135.255) - (xy 69.3425 135.255) - (xy 69.3425 135.001) - (xy 74.892 135.001) - (xy 75.946 135.001) - (xy 75.946 133.947) - (xy 76.454 133.947) - (xy 76.454 135.001) - (xy 77.508 135.001) - (xy 77.508 134.406411) - (xy 77.501494 134.345906) - (xy 77.450445 134.209037) - (xy 77.362904 134.092095) - (xy 77.245962 134.004554) - (xy 77.109093 133.953505) - (xy 77.048589 133.947) - (xy 76.454 133.947) - (xy 75.946 133.947) - (xy 75.351411 133.947) - (xy 75.290906 133.953505) - (xy 75.154037 134.004554) - (xy 75.037095 134.092095) - (xy 74.949554 134.209037) - (xy 74.898505 134.345906) - (xy 74.892 134.406411) - (xy 74.892 135.001) - (xy 69.3425 135.001) - (xy 69.3425 134.479066) - (xy 69.356737 134.420885) - (xy 69.396228 134.375854) - (xy 69.4243 134.356198) - (xy 69.586198 134.1943) - (xy 69.717523 134.006749) - (xy 69.814284 133.799243) - (xy 69.873543 133.578087) - (xy 69.893498 133.35) - (xy 69.873543 133.121913) - (xy 69.814284 132.900757) - (xy 69.789439 132.847477) - (xy 69.717522 132.693249) - (xy 69.586195 132.505696) - (xy 69.424303 132.343804) - (xy 69.236747 132.212475) - (xy 69.197541 132.194193) - (xy 69.144524 132.147697) - (xy 69.124792 132.079997) - (xy 69.144526 132.012297) - (xy 69.197542 131.965805) - (xy 69.236749 131.947523) - (xy 69.4243 131.816198) - (xy 69.586198 131.6543) - (xy 69.717523 131.466749) - (xy 69.814284 131.259243) - (xy 69.8666 131.064) - (xy 72.373918 131.064) - (xy 72.426186 131.25907) - (xy 72.522912 131.466498) - (xy 72.654189 131.653981) - (xy 72.816018 131.81581) - (xy 73.003501 131.947087) - (xy 73.210929 132.043813) - (xy 73.406 132.096082) - (xy 73.406 131.064) - (xy 73.914 131.064) - (xy 73.914 132.096082) - (xy 74.10907 132.043813) - (xy 74.316498 131.947087) - (xy 74.503981 131.81581) - (xy 74.66581 131.653981) - (xy 74.797087 131.466498) - (xy 74.893813 131.25907) - (xy 74.946082 131.064) - (xy 73.914 131.064) - (xy 73.406 131.064) - (xy 72.373918 131.064) - (xy 69.8666 131.064) - (xy 69.873543 131.038087) - (xy 69.893498 130.81) - (xy 82.506502 130.81) - (xy 82.510308 130.853498) - (xy 82.526457 131.038087) - (xy 82.585715 131.259243) - (xy 82.682477 131.46675) - (xy 82.813804 131.654303) - (xy 82.975696 131.816195) - (xy 83.163249 131.947522) - (xy 83.370756 132.044284) - (xy 83.416187 132.056457) - (xy 83.591913 132.103543) - (xy 83.82 132.123498) - (xy 84.048087 132.103543) - (xy 84.269243 132.044284) - (xy 84.476749 131.947523) - (xy 84.6643 131.816198) - (xy 84.826198 131.6543) - (xy 84.957523 131.466749) - (xy 85.054284 131.259243) - (xy 85.113543 131.038087) - (xy 85.133498 130.81) - (xy 85.113543 130.581913) - (xy 85.060593 130.384303) - (xy 85.054284 130.360756) - (xy 84.957522 130.153249) - (xy 84.842562 129.98907) - (xy 84.826198 129.9657) - (xy 84.826197 129.965699) - (xy 84.826195 129.965696) - (xy 84.664303 129.803804) - (xy 84.47675 129.672477) - (xy 84.269243 129.575715) - (xy 84.048087 129.516457) - (xy 83.82 129.496502) - (xy 83.591912 129.516457) - (xy 83.370756 129.575715) - (xy 83.163249 129.672477) - (xy 82.975696 129.803804) - (xy 82.813804 129.965696) - (xy 82.682477 130.153249) - (xy 82.585715 130.360756) - (xy 82.526457 130.581912) - (xy 82.51813 130.677085) - (xy 82.506502 130.81) - (xy 69.893498 130.81) - (xy 69.873543 130.581913) - (xy 69.8666 130.556) - (xy 72.373917 130.556) - (xy 73.406 130.556) - (xy 73.406 129.523917) - (xy 73.913999 129.523917) - (xy 73.914 129.523918) - (xy 73.914 130.556) - (xy 74.946082 130.556) - (xy 74.893813 130.360929) - (xy 74.797087 130.153501) - (xy 74.66581 129.966018) - (xy 74.503981 129.804189) - (xy 74.316498 129.672912) - (xy 74.10907 129.576186) - (xy 73.913999 129.523917) - (xy 73.406 129.523917) - (xy 73.210929 129.576186) - (xy 73.003501 129.672912) - (xy 72.816018 129.804189) - (xy 72.654189 129.966018) - (xy 72.522912 130.153501) - (xy 72.426186 130.360929) - (xy 72.373917 130.556) - (xy 69.8666 130.556) - (xy 69.837695 130.448127) - (xy 69.835316 130.393636) - (xy 69.85619 130.343244) - (xy 69.896404 130.306396) - (xy 69.948421 130.289995) - (xy 69.972617 130.287878) - (xy 69.982896 130.28698) - (xy 69.993874 130.286501) - (xy 69.999488 130.286501) - (xy 69.999489 130.286501) - (xy 70.030765 130.282844) - (xy 70.034395 130.282473) - (xy 70.110317 130.275832) - (xy 70.110322 130.27583) - (xy 70.111605 130.275718) - (xy 70.130904 130.27144) - (xy 70.132114 130.270999) - (xy 70.132119 130.270999) - (xy 70.20378 130.244916) - (xy 70.207129 130.243752) - (xy 70.279517 130.219766) - (xy 70.279523 130.219762) - (xy 70.28074 130.219359) - (xy 70.29854 130.210742) - (xy 70.299613 130.210035) - (xy 70.299616 130.210035) - (xy 70.363322 130.168133) - (xy 70.366341 130.16621) - (xy 70.431226 130.126189) - (xy 70.431226 130.126188) - (xy 70.432325 130.125511) - (xy 70.447655 130.113023) - (xy 70.500864 130.056624) - (xy 70.503384 130.054029) - (xy 74.092466 126.464948) - (xy 74.154287 126.431032) - (xy 74.224653 126.435643) - (xy 74.281521 126.47734) - (xy 74.307079 126.543062) - (xy 74.311455 126.593082) - (xy 74.370715 126.814243) - (xy 74.467477 127.02175) - (xy 74.598804 127.209303) - (xy 74.760696 127.371195) - (xy 74.948249 127.502522) - (xy 75.155756 127.599284) - (xy 75.207875 127.613249) - (xy 75.376913 127.658543) - (xy 75.605 127.678498) - (xy 75.833087 127.658543) - (xy 76.054243 127.599284) - (xy 76.261749 127.502523) - (xy 76.4493 127.371198) - (xy 76.611198 127.2093) - (xy 76.742523 127.021749) - (xy 76.742522 127.021749) - (xy 76.748846 127.012719) - (xy 76.750772 127.014068) - (xy 76.787297 126.972417) - (xy 76.855 126.952682) - (xy 76.922703 126.972417) - (xy 76.959227 127.014068) - (xy 76.961154 127.012719) - (xy 77.098804 127.209303) - (xy 77.260696 127.371195) - (xy 77.448249 127.502522) - (xy 77.655756 127.599284) - (xy 77.707875 127.613249) - (xy 77.876913 127.658543) - (xy 78.105 127.678498) - (xy 78.333087 127.658543) - (xy 78.554243 127.599284) - (xy 78.761749 127.502523) - (xy 78.83376 127.4521) - (xy 80.55211 127.4521) - (xy 80.623497 127.502085) - (xy 80.830929 127.598813) - (xy 81.052 127.658048) - (xy 81.28 127.677995) - (xy 81.507999 127.658048) - (xy 81.72907 127.598813) - (xy 81.936498 127.502087) - (xy 82.007888 127.452099) - (xy 82.007888 127.452097) - (xy 81.280001 126.72421) - (xy 81.28 126.72421) - (xy 80.55211 127.452098) - (xy 80.55211 127.4521) - (xy 78.83376 127.4521) - (xy 78.9493 127.371198) - (xy 79.111198 127.2093) - (xy 79.242523 127.021749) - (xy 79.339284 126.814243) - (xy 79.398543 126.593087) - (xy 79.418498 126.365) - (xy 79.967004 126.365) - (xy 79.986951 126.592999) - (xy 80.046186 126.81407) - (xy 80.142912 127.021497) - (xy 80.1929 127.092887) - (xy 80.92079 126.365) - (xy 80.92079 126.364999) - (xy 80.1929 125.637109) - (xy 80.142913 125.708499) - (xy 80.046186 125.915929) - (xy 79.986951 126.137) - (xy 79.967004 126.365) - (xy 79.418498 126.365) - (xy 79.398543 126.136913) - (xy 79.345593 125.939303) - (xy 79.339284 125.915756) - (xy 79.242522 125.708249) - (xy 79.111195 125.520696) - (xy 78.949303 125.358804) - (xy 78.76175 125.227477) - (xy 78.554243 125.130715) - (xy 78.333087 125.071457) - (xy 78.105 125.051502) - (xy 77.876912 125.071457) - (xy 77.655756 125.130715) - (xy 77.448249 125.227477) - (xy 77.260696 125.358804) - (xy 77.098804 125.520696) - (xy 76.961154 125.717281) - (xy 76.959227 125.715932) - (xy 76.9227 125.757584) - (xy 76.855 125.777317) - (xy 76.7873 125.757584) - (xy 76.750772 125.715932) - (xy 76.748846 125.717281) - (xy 76.611195 125.520696) - (xy 76.449303 125.358804) - (xy 76.26175 125.227477) - (xy 76.054243 125.130715) - (xy 75.833082 125.071455) - (xy 75.783062 125.067079) - (xy 75.71734 125.041521) - (xy 75.675643 124.984653) - (xy 75.671032 124.914287) - (xy 75.704947 124.852467) - (xy 77.203013 123.354402) - (xy 77.243888 123.327091) - (xy 77.292106 123.3175) - (xy 78.650877 123.3175) - (xy 78.784412 123.3175) - (xy 80.236973 123.3175) - (xy 80.285191 123.327091) - (xy 80.326067 123.354404) - (xy 81.924149 124.952487) - (xy 81.957825 125.013237) - (xy 81.954189 125.082602) - (xy 81.914349 125.139501) - (xy 81.85041 125.166642) - (xy 81.781805 125.155776) - (xy 81.729073 125.131187) - (xy 81.507999 125.071951) - (xy 81.28 125.052004) - (xy 81.052 125.071951) - (xy 80.830929 125.131186) - (xy 80.623499 125.227913) - (xy 80.552109 125.277899) - (xy 81.28 126.005789) - (xy 81.28 126.00579) - (xy 82.367097 127.092888) - (xy 82.367099 127.092888) - (xy 82.423411 127.012468) - (xy 82.42525 127.013755) - (xy 82.462024 126.971824) - (xy 82.529724 126.952091) - (xy 82.597424 126.971824) - (xy 82.634378 127.013962) - (xy 82.636154 127.012719) - (xy 82.773804 127.209303) - (xy 82.935696 127.371195) - (xy 83.123249 127.502522) - (xy 83.330756 127.599284) - (xy 83.382875 127.613249) - (xy 83.551913 127.658543) - (xy 83.78 127.678498) - (xy 84.008087 127.658543) - (xy 84.229243 127.599284) - (xy 84.436749 127.502523) - (xy 84.6243 127.371198) - (xy 84.786198 127.2093) - (xy 84.917523 127.021749) - (xy 85.014284 126.814243) - (xy 85.073543 126.593087) - (xy 85.075472 126.585889) - (xy 85.100658 126.537509) - (xy 85.143929 126.504305) - (xy 85.197179 126.4925) - (xy 85.356972 126.4925) - (xy 85.40519 126.502091) - (xy 85.446068 126.529405) - (xy 86.293874 127.377212) - (xy 86.323179 127.423212) - (xy 86.330299 127.477287) - (xy 86.318174 127.615888) - (xy 86.316502 127.635) - (xy 86.321877 127.69644) - (xy 86.336457 127.863087) - (xy 86.395715 128.084243) - (xy 86.492477 128.29175) - (xy 86.623804 128.479303) - (xy 86.785696 128.641195) - (xy 86.785699 128.641197) - (xy 86.7857 128.641198) - (xy 86.973251 128.772523) - (xy 87.012457 128.790805) - (xy 87.065473 128.837298) - (xy 87.085207 128.904997) - (xy 87.065475 128.972697) - (xy 87.012459 129.019193) - (xy 86.973251 129.037476) - (xy 86.785696 129.168804) - (xy 86.623804 129.330696) - (xy 86.492477 129.518249) - (xy 86.395715 129.725756) - (xy 86.336457 129.946912) - (xy 86.316502 130.174999) - (xy 86.336457 130.403087) - (xy 86.395715 130.624243) - (xy 86.492477 130.83175) - (xy 86.623804 131.019303) - (xy 86.785696 131.181195) - (xy 86.785699 131.181197) - (xy 86.7857 131.181198) - (xy 86.973251 131.312523) - (xy 87.008359 131.328894) - (xy 87.012457 131.330805) - (xy 87.065474 131.3773) - (xy 87.085207 131.445) - (xy 87.065474 131.5127) - (xy 87.012457 131.559195) - (xy 86.97325 131.577477) - (xy 86.785696 131.708804) - (xy 86.623804 131.870696) - (xy 86.492477 132.058249) - (xy 86.395715 132.265756) - (xy 86.336457 132.486912) - (xy 86.316502 132.714999) - (xy 86.336457 132.943087) - (xy 86.395715 133.164243) - (xy 86.492477 133.37175) - (xy 86.623804 133.559303) - (xy 86.785696 133.721195) - (xy 86.785699 133.721197) - (xy 86.7857 133.721198) - (xy 86.973251 133.852523) - (xy 87.008359 133.868894) - (xy 87.012457 133.870805) - (xy 87.065474 133.9173) - (xy 87.085207 133.985) - (xy 87.065474 134.0527) - (xy 87.012457 134.099195) - (xy 86.97325 134.117477) - (xy 86.785696 134.248804) - (xy 86.623804 134.410696) - (xy 86.492477 134.598249) - (xy 86.395715 134.805756) - (xy 86.336457 135.026912) - (xy 86.316502 135.255) - (xy 86.336457 135.483087) - (xy 86.395715 135.704243) - (xy 86.492477 135.91175) - (xy 86.623804 136.099303) - (xy 86.785696 136.261195) - (xy 86.785699 136.261197) - (xy 86.7857 136.261198) - (xy 86.973251 136.392523) - (xy 87.008359 136.408894) - (xy 87.012457 136.410805) - (xy 87.065474 136.4573) - (xy 87.085207 136.525) - (xy 87.065474 136.5927) - (xy 87.012457 136.639195) - (xy 86.97325 136.657477) - (xy 86.785696 136.788804) - (xy 86.623804 136.950696) - (xy 86.492477 137.138249) - (xy 86.395715 137.345756) - (xy 86.336457 137.566912) - (xy 86.316502 137.795) - (xy 86.336457 138.023087) - (xy 86.395715 138.244243) - (xy 86.492477 138.45175) - (xy 86.623804 138.639303) - (xy 86.785696 138.801195) - (xy 86.788999 138.803508) - (xy 86.828768 138.849072) - (xy 86.842724 138.907919) - (xy 86.827653 138.96649) - (xy 86.787025 139.011291) - (xy 86.730202 139.032) - (xy 86.725593 139.032495) - (xy 86.720799 139.033011) - (xy 86.693345 139.043251) - (xy 86.583794 139.084111) - (xy 86.466738 139.171738) - (xy 86.379111 139.288794) - (xy 86.328011 139.425799) - (xy 86.3215 139.486362) - (xy 86.3215 141.183638) - (xy 86.328011 141.2442) - (xy 86.379111 141.381205) - (xy 86.466738 141.498261) - (xy 86.583794 141.585888) - (xy 86.583795 141.585888) - (xy 86.583796 141.585889) - (xy 86.720799 141.636989) - (xy 86.781362 141.6435) - (xy 88.478638 141.6435) - (xy 88.539201 141.636989) - (xy 88.676204 141.585889) - (xy 88.793261 141.498261) - (xy 88.880889 141.381204) - (xy 88.931989 141.244201) - (xy 88.9385 141.183638) - (xy 88.9385 139.486362) - (xy 88.931989 139.425799) - (xy 88.880889 139.288796) - (xy 88.88081 139.28869) - (xy 88.793261 139.171738) - (xy 88.676205 139.084111) - (xy 88.566655 139.043251) - (xy 88.539201 139.033011) - (xy 88.529796 139.031999) - (xy 88.472973 139.01129) - (xy 88.432346 138.966488) - (xy 88.417275 138.907916) - (xy 88.431233 138.849069) - (xy 88.471002 138.803507) - (xy 88.4743 138.801198) - (xy 88.636198 138.6393) - (xy 88.767523 138.451749) - (xy 88.864284 138.244243) - (xy 88.923543 138.023087) - (xy 88.943498 137.795) - (xy 88.923543 137.566913) - (xy 88.872452 137.376241) - (xy 88.864284 137.345756) - (xy 88.767522 137.138249) - (xy 88.636195 136.950696) - (xy 88.474303 136.788804) - (xy 88.286748 136.657476) - (xy 88.247543 136.639195) - (xy 88.194525 136.5927) - (xy 88.174792 136.525) - (xy 88.194525 136.4573) - (xy 88.247543 136.410805) - (xy 88.252163 136.40865) - (xy 88.286749 136.392523) - (xy 88.4743 136.261198) - (xy 88.636198 136.0993) - (xy 88.767523 135.911749) - (xy 88.864284 135.704243) - (xy 88.923543 135.483087) - (xy 88.943498 135.255) - (xy 88.923543 135.026913) - (xy 88.870593 134.829303) - (xy 88.864284 134.805756) - (xy 88.767522 134.598249) - (xy 88.652683 134.434243) - (xy 88.636198 134.4107) - (xy 88.636197 134.410699) - (xy 88.636195 134.410696) - (xy 88.474303 134.248804) - (xy 88.286747 134.117475) - (xy 88.247541 134.099193) - (xy 88.194524 134.052697) - (xy 88.174792 133.984997) - (xy 88.194526 133.917297) - (xy 88.247542 133.870805) - (xy 88.286749 133.852523) - (xy 88.4743 133.721198) - (xy 88.636198 133.5593) - (xy 88.767523 133.371749) - (xy 88.864284 133.164243) - (xy 88.923543 132.943087) - (xy 88.943498 132.715) - (xy 88.923543 132.486913) - (xy 88.864284 132.265757) - (xy 88.839439 132.212477) - (xy 88.767522 132.058249) - (xy 88.636195 131.870696) - (xy 88.474303 131.708804) - (xy 88.286748 131.577476) - (xy 88.247543 131.559195) - (xy 88.194525 131.5127) - (xy 88.174792 131.445) - (xy 88.194525 131.3773) - (xy 88.247543 131.330805) - (xy 88.252163 131.32865) - (xy 88.286749 131.312523) - (xy 88.4743 131.181198) - (xy 88.636198 131.0193) - (xy 88.767523 130.831749) - (xy 88.864284 130.624243) - (xy 88.923543 130.403087) - (xy 88.943498 130.175) - (xy 88.923543 129.946913) - (xy 88.864284 129.725757) - (xy 88.847574 129.689923) - (xy 88.777664 129.539999) - (xy 88.767523 129.518251) - (xy 88.757743 129.504284) - (xy 88.636195 129.330696) - (xy 88.474303 129.168804) - (xy 88.286747 129.037475) - (xy 88.247541 129.019193) - (xy 88.194524 128.972697) - (xy 88.174792 128.904997) - (xy 88.194526 128.837297) - (xy 88.247542 128.790805) - (xy 88.286749 128.772523) - (xy 88.4743 128.641198) - (xy 88.636198 128.4793) - (xy 88.767523 128.291749) - (xy 88.864284 128.084243) - (xy 88.923543 127.863087) - (xy 88.943498 127.635) - (xy 88.923543 127.406913) - (xy 88.870593 127.209303) - (xy 88.864284 127.185756) - (xy 88.767522 126.978249) - (xy 88.678956 126.851765) - (xy 88.636198 126.7907) - (xy 88.636197 126.790699) - (xy 88.636195 126.790696) - (xy 88.474303 126.628804) - (xy 88.286748 126.497476) - (xy 88.247543 126.479195) - (xy 88.194525 126.4327) - (xy 88.174792 126.365) - (xy 88.194525 126.2973) - (xy 88.247543 126.250805) - (xy 88.264051 126.243107) - (xy 88.286749 126.232523) - (xy 88.4743 126.101198) - (xy 88.636198 125.9393) - (xy 88.767523 125.751749) - (xy 88.864284 125.544243) - (xy 88.923543 125.323087) - (xy 88.943498 125.095) - (xy 88.923543 124.866913) - (xy 88.872425 124.676138) - (xy 88.864284 124.645756) - (xy 88.773187 124.450397) - (xy 88.767523 124.438251) - (xy 88.752447 124.416721) - (xy 88.676943 124.30889) - (xy 88.636198 124.2507) - (xy 88.636197 124.250699) - (xy 88.636195 124.250696) - (xy 88.474303 124.088804) - (xy 88.286748 123.957476) - (xy 88.247543 123.939195) - (xy 88.194525 123.8927) - (xy 88.174792 123.825) - (xy 88.194525 123.7573) - (xy 88.247543 123.710805) - (xy 88.280671 123.695357) - (xy 88.286749 123.692523) - (xy 88.4743 123.561198) - (xy 88.636198 123.3993) - (xy 88.767523 123.211749) - (xy 88.864284 123.004243) - (xy 88.923543 122.783087) - (xy 88.943498 122.555) - (xy 88.923543 122.326913) - (xy 88.864284 122.105757) - (xy 88.863005 122.103015) - (xy 88.767522 121.898249) - (xy 88.655853 121.73877) - (xy 88.636198 121.7107) - (xy 88.636197 121.710699) - (xy 88.636195 121.710696) - (xy 88.474303 121.548804) - (xy 88.28675 121.417477) - (xy 88.079243 121.320715) - (xy 87.858087 121.261457) - (xy 87.63 121.241502) - (xy 87.401912 121.261457) - (xy 87.180756 121.320715) - (xy 86.973249 121.417477) - (xy 86.785696 121.548804) - (xy 86.623804 121.710696) - (xy 86.492477 121.898249) - (xy 86.395715 122.105756) - (xy 86.336457 122.326912) - (xy 86.316502 122.554999) - (xy 86.336457 122.783087) - (xy 86.395715 123.004243) - (xy 86.492477 123.21175) - (xy 86.623804 123.399303) - (xy 86.785696 123.561195) - (xy 86.785699 123.561197) - (xy 86.7857 123.561198) - (xy 86.973251 123.692523) - (xy 87.008359 123.708894) - (xy 87.012457 123.710805) - (xy 87.065474 123.7573) - (xy 87.085207 123.825) - (xy 87.065474 123.8927) - (xy 87.012457 123.939195) - (xy 86.97325 123.957477) - (xy 86.785696 124.088804) - (xy 86.623804 124.250696) - (xy 86.492477 124.438249) - (xy 86.395715 124.645756) - (xy 86.336457 124.866912) - (xy 86.326179 124.984392) - (xy 86.302809 125.047175) - (xy 86.250563 125.089106) - (xy 86.18421 125.098332) - (xy 86.142384 125.080649) - (xy 86.141368 125.082829) - (xy 86.058959 125.044401) - (xy 86.055661 125.042804) - (xy 85.986421 125.008031) - (xy 85.967732 125.001534) - (xy 85.891865 124.985869) - (xy 85.88829 124.985076) - (xy 85.812878 124.967204) - (xy 85.793196 124.965193) - (xy 85.715746 124.967447) - (xy 85.712082 124.9675) - (xy 84.148027 124.9675) - (xy 84.099809 124.957909) - (xy 84.058932 124.930595) - (xy 83.026984 123.898647) - (xy 82.993308 123.837896) - (xy 82.996944 123.76853) - (xy 83.036785 123.711632) - (xy 83.100723 123.684491) - (xy 83.169329 123.695357) - (xy 83.370756 123.789284) - (xy 83.430015 123.805162) - (xy 83.591913 123.848543) - (xy 83.82 123.868498) - (xy 84.048087 123.848543) - (xy 84.269243 123.789284) - (xy 84.476749 123.692523) - (xy 84.6643 123.561198) - (xy 84.826198 123.3993) - (xy 84.957523 123.211749) - (xy 85.054284 123.004243) - (xy 85.113543 122.783087) - (xy 85.133498 122.555) - (xy 85.113543 122.326913) - (xy 85.054284 122.105757) - (xy 85.053005 122.103015) - (xy 84.957522 121.898249) - (xy 84.845853 121.73877) - (xy 84.826198 121.7107) - (xy 84.826197 121.710699) - (xy 84.826195 121.710696) - (xy 84.664303 121.548804) - (xy 84.47675 121.417477) - (xy 84.269243 121.320715) - (xy 84.048087 121.261457) - (xy 83.82 121.241502) - (xy 83.591912 121.261457) - (xy 83.370756 121.320715) - (xy 83.163249 121.417477) - (xy 82.975696 121.548804) - (xy 82.813804 121.710696) - (xy 82.682477 121.898249) - (xy 82.585715 122.105756) - (xy 82.526457 122.326912) - (xy 82.506502 122.554999) - (xy 82.526457 122.783087) - (xy 82.585715 123.004243) - (xy 82.679642 123.205669) - (xy 82.690508 123.274275) - (xy 82.663367 123.338213) - (xy 82.606469 123.378054) - (xy 82.537103 123.38169) - (xy 82.476352 123.348014) - (xy 81.189943 122.061605) - (xy 81.177971 122.047752) - (xy 81.163399 122.028179) - (xy 81.124833 121.995818) - (xy 81.11673 121.988392) - (xy 81.112768 121.98443) - (xy 81.112765 121.984427) - (xy 81.091875 121.967909) - (xy 81.088061 121.964893) - (xy 81.085224 121.962582) - (xy 81.057175 121.939047) - (xy 81.026853 121.913604) - (xy 81.02685 121.913602) - (xy 81.025863 121.912774) - (xy 81.009183 121.902147) - (xy 80.938959 121.869401) - (xy 80.935661 121.867804) - (xy 80.866421 121.833031) - (xy 80.847732 121.826534) - (xy 80.771865 121.810869) - (xy 80.76829 121.810076) - (xy 80.692878 121.792204) - (xy 80.673196 121.790193) - (xy 80.595746 121.792447) - (xy 80.592082 121.7925) - (xy 78.829123 121.7925) - (xy 76.988813 121.7925) - (xy 76.970552 121.79117) - (xy 76.963882 121.790193) - (xy 76.946406 121.787633) - (xy 76.946404 121.787633) - (xy 76.916712 121.790231) - (xy 76.896264 121.79202) - (xy 76.885283 121.7925) - (xy 74.789066 121.7925) - (xy 74.730885 121.778263) - (xy 74.685854 121.738771) - (xy 74.666198 121.7107) - (xy 74.666194 121.710696) - (xy 74.666193 121.710694) - (xy 74.504303 121.548804) - (xy 74.31675 121.417477) - (xy 74.109243 121.320715) - (xy 73.888087 121.261457) - (xy 73.66 121.241502) - (xy 73.431912 121.261457) - (xy 73.210756 121.320715) - (xy 73.003249 121.417477) - (xy 72.815696 121.548804) - (xy 72.653804 121.710696) - (xy 72.522477 121.898249) - (xy 72.425715 122.105756) - (xy 72.366457 122.326912) - (xy 72.346502 122.555) - (xy 72.366457 122.783087) - (xy 72.425715 123.004243) - (xy 72.522477 123.21175) - (xy 72.653804 123.399303) - (xy 72.815696 123.561195) - (xy 73.003249 123.692522) - (xy 73.210756 123.789284) - (xy 73.270015 123.805162) - (xy 73.431913 123.848543) - (xy 73.66 123.868498) - (xy 73.888087 123.848543) - (xy 74.109243 123.789284) - (xy 74.316749 123.692523) - (xy 74.442818 123.604248) - (xy 74.500459 123.582314) - (xy 74.561607 123.590364) - (xy 74.611608 123.626471) - (xy 74.638484 123.681982) - (xy 74.635794 123.743599) - (xy 74.604182 123.796557) - (xy 70.103649 128.297089) - (xy 70.041825 128.331007) - (xy 69.971459 128.326395) - (xy 69.914591 128.284698) - (xy 69.889034 128.218977) - (xy 69.873543 128.041913) - (xy 69.873542 128.041912) - (xy 69.872582 128.03093) - (xy 69.876122 128.03062) - (xy 69.876109 127.986316) - (xy 69.908725 127.929809) - (xy 70.247153 127.591381) - (xy 70.252679 127.58618) - (xy 70.26013 127.579579) - (xy 70.297553 127.546426) - (xy 70.331613 127.497079) - (xy 70.336104 127.490976) - (xy 70.373086 127.443774) - (xy 70.377152 127.434737) - (xy 70.388355 127.414875) - (xy 70.393981 127.406726) - (xy 70.415243 127.350661) - (xy 70.418133 127.343683) - (xy 70.442753 127.288981) - (xy 70.444539 127.279232) - (xy 70.450661 127.257271) - (xy 70.454174 127.248009) - (xy 70.461404 127.188463) - (xy 70.462535 127.181031) - (xy 70.473351 127.122014) - (xy 70.472861 127.113919) - (xy 70.469731 127.062167) - (xy 70.469501 127.054559) - (xy 70.469501 122.976225) - (xy 70.479092 122.928007) - (xy 70.506406 122.88713) - (xy 73.91263 119.480905) - (xy 73.953507 119.453591) - (xy 74.001725 119.444) - (xy 77.56647 119.444) - (xy 77.62465 119.458237) - (xy 77.669683 119.497729) - (xy 77.733804 119.589303) - (xy 77.895696 119.751195) - (xy 78.083249 119.882522) - (xy 78.290756 119.979284) - (xy 78.342875 119.993249) - (xy 78.511913 120.038543) - (xy 78.74 120.058498) - (xy 78.968087 120.038543) - (xy 79.189243 119.979284) - (xy 79.396749 119.882523) - (xy 79.5843 119.751198) - (xy 79.746198 119.5893) - (xy 79.877523 119.401749) - (xy 79.974284 119.194243) - (xy 80.033543 118.973087) - (xy 80.053498 118.745) - (xy 80.033543 118.516913) - (xy 79.974284 118.295757) - (xy 79.961513 118.26837) - (xy 79.877522 118.088249) - (xy 79.746195 117.900696) - (xy 79.584303 117.738804) - (xy 79.39675 117.607477) - (xy 79.189243 117.510715) - (xy 78.968087 117.451457) - (xy 78.74 117.431502) - (xy 78.511912 117.451457) - (xy 78.290756 117.510715) - (xy 78.083249 117.607477) - (xy 77.895696 117.738804) - (xy 77.733804 117.900696) - (xy 77.669683 117.992271) - (xy 77.62465 118.031763) - (xy 77.56647 118.046) - (xy 73.684923 118.046) - (xy 73.677315 118.04577) - (xy 73.617484 118.04215) - (xy 73.558521 118.052956) - (xy 73.550998 118.054101) - (xy 73.491488 118.061327) - (xy 73.482216 118.064843) - (xy 73.460262 118.070962) - (xy 73.450517 118.072748) - (xy 73.395861 118.097346) - (xy 73.388834 118.100257) - (xy 73.332772 118.121519) - (xy 73.324612 118.127152) - (xy 73.304758 118.13835) - (xy 73.295725 118.142415) - (xy 73.248541 118.17938) - (xy 73.242417 118.183886) - (xy 73.193075 118.217945) - (xy 73.153309 118.262831) - (xy 73.148093 118.26837) - (xy 69.293862 122.1226) - (xy 69.288322 122.127816) - (xy 69.243448 122.167572) - (xy 69.209401 122.216897) - (xy 69.204894 122.223023) - (xy 69.167916 122.270224) - (xy 69.163851 122.279257) - (xy 69.152653 122.299111) - (xy 69.14702 122.307271) - (xy 69.125758 122.363333) - (xy 69.122847 122.37036) - (xy 69.098249 122.425016) - (xy 69.096463 122.434761) - (xy 69.090344 122.456715) - (xy 69.086828 122.465987) - (xy 69.079602 122.525497) - (xy 69.078457 122.53302) - (xy 69.067651 122.591983) - (xy 69.071271 122.651815) - (xy 69.071501 122.659423) - (xy 69.071501 124.343349) - (xy 69.058507 124.399077) - (xy 69.022205 124.443311) - (xy 68.970083 124.466928) - (xy 68.91289 124.465056) - (xy 68.833999 124.443917) - (xy 68.834 124.443918) - (xy 68.834 125.858) - (xy 68.817119 125.921) - (xy 68.771 125.967119) - (xy 68.708 125.984) - (xy 67.293918 125.984) - (xy 67.346186 126.17907) - (xy 67.442912 126.386498) - (xy 67.574189 126.573981) - (xy 67.736018 126.73581) - (xy 67.923501 126.867087) - (xy 67.963049 126.885529) - (xy 68.016066 126.932024) - (xy 68.035799 126.999724) - (xy 68.016066 127.067424) - (xy 67.963049 127.113919) - (xy 67.92325 127.132477) - (xy 67.735696 127.263804) - (xy 67.573804 127.425696) - (xy 67.442476 127.613251) - (xy 67.424134 127.652586) - (xy 67.386643 127.699297) - (xy 67.331819 127.72342) - (xy 67.272051 127.719502) - (xy 67.220845 127.688429) - (xy 66.224405 126.691989) - (xy 66.197091 126.651112) - (xy 66.1875 126.602894) - (xy 66.1875 125.476) - (xy 67.293917 125.476) - (xy 68.326 125.476) - (xy 68.326 124.443917) - (xy 68.130929 124.496186) - (xy 67.923501 124.592912) - (xy 67.736018 124.724189) - (xy 67.574189 124.886018) - (xy 67.442912 125.073501) - (xy 67.346186 125.280929) - (xy 67.293917 125.476) - (xy 66.1875 125.476) - (xy 66.1875 118.745) - (xy 67.266502 118.745) - (xy 67.286457 118.973087) - (xy 67.345715 119.194243) - (xy 67.442477 119.40175) - (xy 67.573804 119.589303) - (xy 67.735696 119.751195) - (xy 67.923249 119.882522) - (xy 68.130756 119.979284) - (xy 68.182875 119.993249) - (xy 68.351913 120.038543) - (xy 68.58 120.058498) - (xy 68.808087 120.038543) - (xy 69.029243 119.979284) - (xy 69.236749 119.882523) - (xy 69.4243 119.751198) - (xy 69.586198 119.5893) - (xy 69.717523 119.401749) - (xy 69.814284 119.194243) - (xy 69.873543 118.973087) - (xy 69.893498 118.745) - (xy 69.873543 118.516913) - (xy 69.814284 118.295757) - (xy 69.801513 118.26837) - (xy 69.717522 118.088249) - (xy 69.586195 117.900696) - (xy 69.424303 117.738804) - (xy 69.23675 117.607477) - (xy 69.029243 117.510715) - (xy 68.808087 117.451457) - (xy 68.58 117.431502) - (xy 68.351912 117.451457) - (xy 68.130756 117.510715) - (xy 67.923249 117.607477) - (xy 67.735696 117.738804) - (xy 67.573804 117.900696) - (xy 67.442477 118.088249) - (xy 67.345715 118.295756) - (xy 67.286457 118.516912) - (xy 67.266502 118.745) - (xy 66.1875 118.745) - (xy 66.1875 118.498027) - (xy 66.197091 118.449809) - (xy 66.224405 118.408932) - (xy 68.283281 116.350056) - (xy 68.849699 115.783638) - (xy 71.7165 115.783638) - (xy 71.723011 115.8442) - (xy 71.774111 115.981205) - (xy 71.861738 116.098261) - (xy 71.978794 116.185888) - (xy 71.978795 116.185888) - (xy 71.978796 116.185889) - (xy 72.115799 116.236989) - (xy 72.176362 116.2435) - (xy 73.873638 116.2435) - (xy 73.934201 116.236989) - (xy 74.071204 116.185889) - (xy 74.188261 116.098261) - (xy 74.275889 115.981204) - (xy 74.326989 115.844201) - (xy 74.3335 115.783638) - (xy 74.3335 114.086362) - (xy 74.326989 114.025799) - (xy 74.275889 113.888796) - (xy 74.275888 113.888794) - (xy 74.188261 113.771738) - (xy 74.071205 113.684111) - (xy 73.956845 113.641457) - (xy 73.934201 113.633011) - (xy 73.873638 113.6265) - (xy 72.176362 113.6265) - (xy 72.115799 113.633011) - (xy 71.978794 113.684111) - (xy 71.861738 113.771738) - (xy 71.774111 113.888794) - (xy 71.723011 114.025799) - (xy 71.7165 114.086362) - (xy 71.7165 115.783638) - (xy 68.849699 115.783638) - (xy 70.3594 114.273936) - (xy 70.373239 114.261976) - (xy 70.392821 114.247399) - (xy 70.425177 114.208836) - (xy 70.432607 114.20073) - (xy 70.436572 114.196766) - (xy 70.456122 114.172039) - (xy 70.458394 114.169249) - (xy 70.507395 114.110854) - (xy 70.507397 114.110849) - (xy 70.508226 114.109862) - (xy 70.518847 114.093191) - (xy 70.51939 114.092025) - (xy 70.519394 114.092021) - (xy 70.551619 114.02291) - (xy 70.553171 114.019705) - (xy 70.587393 113.951567) - (xy 70.587393 113.951564) - (xy 70.587973 113.950411) - (xy 70.594459 113.931749) - (xy 70.59472 113.93048) - (xy 70.594724 113.930474) - (xy 70.610146 113.855777) - (xy 70.610918 113.852301) - (xy 70.628794 113.776878) - (xy 70.630805 113.757197) - (xy 70.628552 113.679747) - (xy 70.628499 113.676083) - (xy 70.628499 112.788188) - (xy 70.642232 112.730985) - (xy 70.680438 112.686252) - (xy 70.734788 112.663739) - (xy 70.793435 112.668355) - (xy 70.843594 112.699093) - (xy 70.910696 112.766195) - (xy 71.098249 112.897522) - (xy 71.305756 112.994284) - (xy 71.365014 113.010162) - (xy 71.526913 113.053543) - (xy 71.755 113.073498) - (xy 71.983087 113.053543) - (xy 72.204243 112.994284) - (xy 72.411749 112.897523) - (xy 72.5993 112.766198) - (xy 72.761198 112.6043) - (xy 72.892523 112.416749) - (xy 72.989284 112.209243) - (xy 73.048543 111.988087) - (xy 73.068498 111.76) - (xy 73.048543 111.531913) - (xy 72.989284 111.310757) - (xy 72.914942 111.15133) - (xy 72.892522 111.103249) - (xy 72.800952 110.972474) - (xy 72.761198 110.9157) - (xy 72.761197 110.915699) - (xy 72.761195 110.915696) - (xy 72.599303 110.753804) - (xy 72.41175 110.622477) - (xy 72.204243 110.525715) - (xy 71.983087 110.466457) - (xy 71.755 110.446502) - (xy 71.526912 110.466457) - (xy 71.305756 110.525715) - (xy 71.098249 110.622477) - (xy 70.910696 110.753804) - (xy 70.843594 110.820907) - (xy 70.793435 110.851645) - (xy 70.734788 110.856261) - (xy 70.680438 110.833748) - (xy 70.642232 110.789015) - (xy 70.628499 110.731812) - (xy 70.628499 107.008287) - (xy 74.5715 107.008287) - (xy 74.586466 107.212781) - (xy 74.645938 107.479756) - (xy 74.743644 107.735219) - (xy 74.877507 107.973738) - (xy 75.04467 108.190219) - (xy 75.241571 108.380057) - (xy 75.241574 108.380059) - (xy 75.464019 108.539205) - (xy 75.707266 108.664267) - (xy 75.96613 108.752579) - (xy 76.235093 108.802259) - (xy 76.508424 108.812248) - (xy 76.508424 108.812247) - (xy 76.508425 108.812248) - (xy 76.576391 108.804769) - (xy 76.780296 108.782334) - (xy 77.044916 108.713153) - (xy 77.296643 108.606181) - (xy 77.530112 108.463697) - (xy 77.740347 108.288738) - (xy 77.922867 108.085033) - (xy 78.073783 107.856923) - (xy 78.189877 107.609271) - (xy 78.268676 107.347355) - (xy 78.273438 107.314999) - (xy 78.3085 107.076759) - (xy 78.3085 107.008287) - (xy 84.1715 107.008287) - (xy 84.186466 107.212781) - (xy 84.245938 107.479756) - (xy 84.343644 107.735219) - (xy 84.477507 107.973738) - (xy 84.64467 108.190219) - (xy 84.841571 108.380057) - (xy 84.841574 108.380059) - (xy 85.064019 108.539205) - (xy 85.307266 108.664267) - (xy 85.56613 108.752579) - (xy 85.835093 108.802259) - (xy 86.108424 108.812248) - (xy 86.108424 108.812247) - (xy 86.108425 108.812248) - (xy 86.176391 108.804769) - (xy 86.380296 108.782334) - (xy 86.644916 108.713153) - (xy 86.896643 108.606181) - (xy 87.130112 108.463697) - (xy 87.340347 108.288738) - (xy 87.522867 108.085033) - (xy 87.673783 107.856923) - (xy 87.789877 107.609271) - (xy 87.868676 107.347355) - (xy 87.873438 107.314999) - (xy 87.9085 107.076759) - (xy 87.9085 106.351713) - (xy 87.900552 106.243125) - (xy 87.893533 106.147217) - (xy 87.834063 105.880247) - (xy 87.749559 105.659303) - (xy 87.736355 105.62478) - (xy 87.602492 105.386261) - (xy 87.435329 105.16978) - (xy 87.238428 104.979942) - (xy 87.121524 104.896305) - (xy 87.015981 104.820795) - (xy 86.772734 104.695733) - (xy 86.772733 104.695732) - (xy 86.77273 104.695731) - (xy 86.513871 104.607421) - (xy 86.244908 104.557741) - (xy 85.971574 104.547751) - (xy 85.699706 104.577665) - (xy 85.435084 104.646847) - (xy 85.183358 104.753818) - (xy 84.949884 104.896305) - (xy 84.739652 105.071262) - (xy 84.557136 105.274962) - (xy 84.406213 105.503083) - (xy 84.290125 105.750722) - (xy 84.211322 106.012649) - (xy 84.1715 106.283241) - (xy 84.1715 107.008287) - (xy 78.3085 107.008287) - (xy 78.3085 106.351713) - (xy 78.300552 106.243125) - (xy 78.293533 106.147217) - (xy 78.234063 105.880247) - (xy 78.149559 105.659303) - (xy 78.136355 105.62478) - (xy 78.002492 105.386261) - (xy 77.835329 105.16978) - (xy 77.638428 104.979942) - (xy 77.521524 104.896305) - (xy 77.415981 104.820795) - (xy 77.172734 104.695733) - (xy 77.172733 104.695732) - (xy 77.17273 104.695731) - (xy 76.913871 104.607421) - (xy 76.644908 104.557741) - (xy 76.371574 104.547751) - (xy 76.099706 104.577665) - (xy 75.835084 104.646847) - (xy 75.583358 104.753818) - (xy 75.349884 104.896305) - (xy 75.139652 105.071262) - (xy 74.957136 105.274962) - (xy 74.806213 105.503083) - (xy 74.690125 105.750722) - (xy 74.611322 106.012649) - (xy 74.5715 106.283241) - (xy 74.5715 107.008287) - (xy 70.628499 107.008287) - (xy 70.628499 102.628188) - (xy 70.642232 102.570985) - (xy 70.680438 102.526252) - (xy 70.734788 102.503739) - (xy 70.793435 102.508355) - (xy 70.843594 102.539093) - (xy 70.910696 102.606195) - (xy 71.098249 102.737522) - (xy 71.305756 102.834284) - (xy 71.365014 102.850162) - (xy 71.526913 102.893543) - (xy 71.755 102.913498) - (xy 71.983087 102.893543) - (xy 72.204243 102.834284) - (xy 72.411749 102.737523) - (xy 72.5993 102.606198) - (xy 72.761198 102.4443) - (xy 72.892523 102.256749) - (xy 72.989284 102.049243) - (xy 73.048543 101.828087) - (xy 73.068498 101.6) - (xy 73.052496 101.4171) - (xy 74.20211 101.4171) - (xy 74.273497 101.467085) - (xy 74.480929 101.563813) - (xy 74.702 101.623048) - (xy 74.93 101.642995) - (xy 75.157999 101.623048) - (xy 75.37907 101.563813) - (xy 75.586498 101.467087) - (xy 75.657888 101.417099) - (xy 75.657888 101.417097) - (xy 74.930001 100.68921) - (xy 74.93 100.68921) - (xy 74.20211 101.417098) - (xy 74.20211 101.4171) - (xy 73.052496 101.4171) - (xy 73.048543 101.371913) - (xy 72.995593 101.174303) - (xy 72.989284 101.150756) - (xy 72.892522 100.943249) - (xy 72.800302 100.811546) - (xy 72.761198 100.7557) - (xy 72.761197 100.755699) - (xy 72.761195 100.755696) - (xy 72.599303 100.593804) - (xy 72.41175 100.462477) - (xy 72.204243 100.365715) - (xy 72.070948 100.329999) - (xy 73.617004 100.329999) - (xy 73.636951 100.557999) - (xy 73.696186 100.77907) - (xy 73.792912 100.986497) - (xy 73.8429 101.057887) - (xy 74.570789 100.330001) - (xy 75.28921 100.330001) - (xy 76.017097 101.057888) - (xy 76.017099 101.057888) - (xy 76.067087 100.986498) - (xy 76.163813 100.77907) - (xy 76.223048 100.557999) - (xy 76.242995 100.33) - (xy 83.776502 100.33) - (xy 83.780308 100.373498) - (xy 83.796457 100.558087) - (xy 83.855715 100.779243) - (xy 83.952477 100.98675) - (xy 84.083804 101.174303) - (xy 84.245696 101.336195) - (xy 84.433249 101.467522) - (xy 84.640756 101.564284) - (xy 84.700014 101.580162) - (xy 84.861913 101.623543) - (xy 85.09 101.643498) - (xy 85.318087 101.623543) - (xy 85.539243 101.564284) - (xy 85.746749 101.467523) - (xy 85.9343 101.336198) - (xy 86.096198 101.1743) - (xy 86.227523 100.986749) - (xy 86.324284 100.779243) - (xy 86.383543 100.558087) - (xy 86.403498 100.33) - (xy 86.383543 100.101913) - (xy 86.330593 99.904303) - (xy 86.324284 99.880756) - (xy 86.227522 99.673249) - (xy 86.096195 99.485696) - (xy 85.934303 99.323804) - (xy 85.74675 99.192477) - (xy 85.539243 99.095715) - (xy 85.318087 99.036457) - (xy 85.09 99.016502) - (xy 84.861912 99.036457) - (xy 84.640756 99.095715) - (xy 84.433249 99.192477) - (xy 84.245696 99.323804) - (xy 84.083804 99.485696) - (xy 83.952477 99.673249) - (xy 83.855715 99.880756) - (xy 83.796457 100.101912) - (xy 83.780307 100.286502) - (xy 83.776502 100.33) - (xy 76.242995 100.33) - (xy 76.242995 100.329999) - (xy 76.223048 100.102) - (xy 76.163813 99.880929) - (xy 76.067085 99.673497) - (xy 76.0171 99.60211) - (xy 76.017098 99.60211) - (xy 75.28921 100.33) - (xy 75.28921 100.330001) - (xy 74.570789 100.330001) - (xy 74.57079 100.33) - (xy 74.57079 100.329999) - (xy 73.8429 99.602109) - (xy 73.792913 99.673499) - (xy 73.696186 99.880929) - (xy 73.636951 100.102) - (xy 73.617004 100.329999) - (xy 72.070948 100.329999) - (xy 71.983087 100.306457) - (xy 71.755 100.286502) - (xy 71.526912 100.306457) - (xy 71.305756 100.365715) - (xy 71.098249 100.462477) - (xy 70.910696 100.593804) - (xy 70.843594 100.660907) - (xy 70.793435 100.691645) - (xy 70.734788 100.696261) - (xy 70.680438 100.673748) - (xy 70.642232 100.629015) - (xy 70.628499 100.571812) - (xy 70.628499 99.2429) - (xy 74.202109 99.2429) - (xy 74.929999 99.97079) - (xy 74.93 99.97079) - (xy 75.657888 99.242899) - (xy 75.586497 99.192912) - (xy 75.37907 99.096186) - (xy 75.157999 99.036951) - (xy 74.93 99.017004) - (xy 74.702 99.036951) - (xy 74.480929 99.096186) - (xy 74.273499 99.192913) - (xy 74.202109 99.2429) - (xy 70.628499 99.2429) - (xy 70.628499 97.154999) - (xy 73.616502 97.154999) - (xy 73.636457 97.383087) - (xy 73.695715 97.604243) - (xy 73.792477 97.81175) - (xy 73.923804 97.999303) - (xy 74.085696 98.161195) - (xy 74.273249 98.292522) - (xy 74.480756 98.389284) - (xy 74.510292 98.397198) - (xy 74.701913 98.448543) - (xy 74.93 98.468498) - (xy 75.158087 98.448543) - (xy 75.379243 98.389284) - (xy 75.586749 98.292523) - (xy 75.7743 98.161198) - (xy 75.936198 97.9993) - (xy 76.067523 97.811749) - (xy 76.164284 97.604243) - (xy 76.223543 97.383087) - (xy 76.243498 97.155) - (xy 76.243498 97.154999) - (xy 83.776502 97.154999) - (xy 83.796457 97.383087) - (xy 83.855715 97.604243) - (xy 83.952477 97.81175) - (xy 84.083804 97.999303) - (xy 84.245696 98.161195) - (xy 84.433249 98.292522) - (xy 84.640756 98.389284) - (xy 84.670292 98.397198) - (xy 84.861913 98.448543) - (xy 85.09 98.468498) - (xy 85.318087 98.448543) - (xy 85.40595 98.425) - (xy 86.951502 98.425) - (xy 86.971457 98.653087) - (xy 87.030715 98.874243) - (xy 87.127477 99.08175) - (xy 87.258804 99.269303) - (xy 87.420696 99.431195) - (xy 87.608249 99.562522) - (xy 87.815756 99.659284) - (xy 87.867875 99.673249) - (xy 88.036913 99.718543) - (xy 88.265 99.738498) - (xy 88.493087 99.718543) - (xy 88.714243 99.659284) - (xy 88.921749 99.562523) - (xy 89.1093 99.431198) - (xy 89.271198 99.2693) - (xy 89.402523 99.081749) - (xy 89.499284 98.874243) - (xy 89.558543 98.653087) - (xy 89.578498 98.425) - (xy 89.558543 98.196913) - (xy 89.505593 97.999303) - (xy 89.499284 97.975756) - (xy 89.402522 97.768249) - (xy 89.271195 97.580696) - (xy 89.109303 97.418804) - (xy 88.92175 97.287477) - (xy 88.714243 97.190715) - (xy 88.493087 97.131457) - (xy 88.265 97.111502) - (xy 88.036912 97.131457) - (xy 87.815756 97.190715) - (xy 87.608249 97.287477) - (xy 87.420696 97.418804) - (xy 87.258804 97.580696) - (xy 87.127477 97.768249) - (xy 87.030715 97.975756) - (xy 86.971457 98.196912) - (xy 86.951502 98.425) - (xy 85.40595 98.425) - (xy 85.539243 98.389284) - (xy 85.746749 98.292523) - (xy 85.9343 98.161198) - (xy 86.096198 97.9993) - (xy 86.227523 97.811749) - (xy 86.324284 97.604243) - (xy 86.383543 97.383087) - (xy 86.403498 97.155) - (xy 86.383543 96.926913) - (xy 86.324284 96.705757) - (xy 86.227523 96.498251) - (xy 86.096198 96.3107) - (xy 86.096197 96.310699) - (xy 86.096195 96.310696) - (xy 85.934303 96.148804) - (xy 85.74675 96.017477) - (xy 85.539243 95.920715) - (xy 85.318087 95.861457) - (xy 85.09 95.841502) - (xy 84.861912 95.861457) - (xy 84.640756 95.920715) - (xy 84.433249 96.017477) - (xy 84.245696 96.148804) - (xy 84.083804 96.310696) - (xy 83.952477 96.498249) - (xy 83.855715 96.705756) - (xy 83.796457 96.926912) - (xy 83.776502 97.154999) - (xy 76.243498 97.154999) - (xy 76.223543 96.926913) - (xy 76.164284 96.705757) - (xy 76.067523 96.498251) - (xy 75.936198 96.3107) - (xy 75.936197 96.310699) - (xy 75.936195 96.310696) - (xy 75.774303 96.148804) - (xy 75.58675 96.017477) - (xy 75.379243 95.920715) - (xy 75.158087 95.861457) - (xy 74.93 95.841502) - (xy 74.701912 95.861457) - (xy 74.480756 95.920715) - (xy 74.273249 96.017477) - (xy 74.085696 96.148804) - (xy 73.923804 96.310696) - (xy 73.792477 96.498249) - (xy 73.695715 96.705756) - (xy 73.636457 96.926912) - (xy 73.616502 97.154999) - (xy 70.628499 97.154999) - (xy 70.628499 94.114) - (xy 77.332 94.114) - (xy 77.332 94.808589) - (xy 77.338505 94.869093) - (xy 77.389554 95.005962) - (xy 77.477095 95.122904) - (xy 77.594037 95.210445) - (xy 77.730906 95.261494) - (xy 77.791411 95.268) - (xy 78.486 95.268) - (xy 78.994 95.268) - (xy 79.688589 95.268) - (xy 79.749093 95.261494) - (xy 79.885962 95.210445) - (xy 80.002904 95.122904) - (xy 80.090446 95.005961) - (xy 80.104413 94.968514) - (xy 80.137043 94.919924) - (xy 80.188107 94.89132) - (xy 80.246585 94.888873) - (xy 80.29986 94.913112) - (xy 80.466983 95.04319) - (xy 80.672273 95.154287) - (xy 80.893049 95.23008) - (xy 81.123288 95.2685) - (xy 81.356709 95.2685) - (xy 81.356712 95.2685) - (xy 81.586951 95.23008) - (xy 81.807727 95.154287) - (xy 82.013017 95.04319) - (xy 82.19722 94.899818) - (xy 82.355314 94.728083) - (xy 82.384517 94.683383) - (xy 82.430031 94.641485) - (xy 82.49 94.626299) - (xy 82.549969 94.641485) - (xy 82.595482 94.683383) - (xy 82.624686 94.728083) - (xy 82.78278 94.899818) - (xy 82.966983 95.04319) - (xy 83.172273 95.154287) - (xy 83.393049 95.23008) - (xy 83.623288 95.2685) - (xy 83.856709 95.2685) - (xy 83.856712 95.2685) - (xy 84.086951 95.23008) - (xy 84.307727 95.154287) - (xy 84.513017 95.04319) - (xy 84.69722 94.899818) - (xy 84.855314 94.728083) - (xy 84.982984 94.532669) - (xy 85.076749 94.318907) - (xy 85.134051 94.092626) - (xy 85.153327 93.86) - (xy 85.134051 93.627374) - (xy 85.076749 93.401093) - (xy 84.982984 93.187331) - (xy 84.855314 92.991917) - (xy 84.69722 92.820182) - (xy 84.513017 92.67681) - (xy 84.460815 92.64856) - (xy 84.307726 92.565712) - (xy 84.158275 92.514405) - (xy 84.086951 92.48992) - (xy 83.856712 92.4515) - (xy 83.623288 92.4515) - (xy 83.393049 92.48992) - (xy 83.393046 92.48992) - (xy 83.393046 92.489921) - (xy 83.172273 92.565712) - (xy 82.966984 92.676809) - (xy 82.782779 92.820182) - (xy 82.624683 92.99192) - (xy 82.595482 93.036616) - (xy 82.549969 93.078514) - (xy 82.49 93.0937) - (xy 82.430031 93.078514) - (xy 82.384518 93.036616) - (xy 82.355316 92.99192) - (xy 82.355315 92.991919) - (xy 82.355314 92.991917) - (xy 82.19722 92.820182) - (xy 82.013017 92.67681) - (xy 81.960815 92.64856) - (xy 81.807726 92.565712) - (xy 81.658275 92.514405) - (xy 81.586951 92.48992) - (xy 81.356712 92.4515) - (xy 81.123288 92.4515) - (xy 80.893049 92.48992) - (xy 80.893046 92.48992) - (xy 80.893046 92.489921) - (xy 80.672273 92.565712) - (xy 80.466983 92.676809) - (xy 80.29986 92.806887) - (xy 80.246585 92.831126) - (xy 80.188107 92.828679) - (xy 80.137044 92.800075) - (xy 80.104413 92.751486) - (xy 80.090446 92.714037) - (xy 80.002904 92.597095) - (xy 79.885962 92.509554) - (xy 79.749093 92.458505) - (xy 79.688589 92.452) - (xy 78.994 92.452) - (xy 78.994 95.268) - (xy 78.486 95.268) - (xy 78.486 94.114) - (xy 77.332 94.114) - (xy 70.628499 94.114) - (xy 70.628499 93.606) - (xy 77.332 93.606) - (xy 78.486 93.606) - (xy 78.486 92.452) - (xy 77.791411 92.452) - (xy 77.730906 92.458505) - (xy 77.594037 92.509554) - (xy 77.477095 92.597095) - (xy 77.389554 92.714037) - (xy 77.338505 92.850906) - (xy 77.332 92.911411) - (xy 77.332 93.606) - (xy 70.628499 93.606) - (xy 70.628499 86.688287) - (xy 74.5715 86.688287) - (xy 74.586466 86.892781) - (xy 74.645938 87.159756) - (xy 74.743644 87.415219) - (xy 74.877507 87.653738) - (xy 75.04467 87.870219) - (xy 75.241571 88.060057) - (xy 75.241574 88.060059) - (xy 75.464019 88.219205) - (xy 75.707266 88.344267) - (xy 75.96613 88.432579) - (xy 76.235093 88.482259) - (xy 76.508424 88.492248) - (xy 76.508424 88.492247) - (xy 76.508425 88.492248) - (xy 76.576392 88.484769) - (xy 76.780296 88.462334) - (xy 77.044916 88.393153) - (xy 77.296643 88.286181) - (xy 77.530112 88.143697) - (xy 77.740347 87.968738) - (xy 77.922867 87.765033) - (xy 78.073783 87.536923) - (xy 78.189877 87.289271) - (xy 78.268676 87.027355) - (xy 78.288481 86.892783) - (xy 78.3085 86.756759) - (xy 78.3085 86.688287) - (xy 84.1715 86.688287) - (xy 84.186466 86.892781) - (xy 84.245938 87.159756) - (xy 84.343644 87.415219) - (xy 84.477507 87.653738) - (xy 84.64467 87.870219) - (xy 84.841571 88.060057) - (xy 84.841574 88.060059) - (xy 85.064019 88.219205) - (xy 85.307266 88.344267) - (xy 85.56613 88.432579) - (xy 85.835093 88.482259) - (xy 86.108424 88.492248) - (xy 86.108424 88.492247) - (xy 86.108425 88.492248) - (xy 86.176392 88.484769) - (xy 86.380296 88.462334) - (xy 86.644916 88.393153) - (xy 86.896643 88.286181) - (xy 87.130112 88.143697) - (xy 87.340347 87.968738) - (xy 87.522867 87.765033) - (xy 87.673783 87.536923) - (xy 87.789877 87.289271) - (xy 87.868676 87.027355) - (xy 87.888481 86.892783) - (xy 87.9085 86.756759) - (xy 87.9085 86.031713) - (xy 87.893533 85.827218) - (xy 87.865918 85.703251) - (xy 87.834063 85.560247) - (xy 87.736355 85.304781) - (xy 87.736355 85.30478) - (xy 87.602492 85.066261) - (xy 87.435329 84.84978) - (xy 87.238428 84.659942) - (xy 87.121524 84.576305) - (xy 87.015981 84.500795) - (xy 86.772734 84.375733) - (xy 86.772733 84.375732) - (xy 86.77273 84.375731) - (xy 86.513871 84.287421) - (xy 86.244908 84.237741) - (xy 85.971574 84.227751) - (xy 85.699706 84.257665) - (xy 85.435084 84.326847) - (xy 85.183358 84.433818) - (xy 84.949884 84.576305) - (xy 84.739652 84.751262) - (xy 84.557136 84.954962) - (xy 84.406213 85.183083) - (xy 84.290125 85.430722) - (xy 84.211322 85.692649) - (xy 84.1715 85.963241) - (xy 84.1715 86.688287) - (xy 78.3085 86.688287) - (xy 78.3085 86.031713) - (xy 78.293533 85.827218) - (xy 78.265918 85.703251) - (xy 78.234063 85.560247) - (xy 78.136355 85.304781) - (xy 78.136355 85.30478) - (xy 78.002492 85.066261) - (xy 77.835329 84.84978) - (xy 77.638428 84.659942) - (xy 77.521524 84.576305) - (xy 77.415981 84.500795) - (xy 77.172734 84.375733) - (xy 77.172733 84.375732) - (xy 77.17273 84.375731) - (xy 76.913871 84.287421) - (xy 76.644908 84.237741) - (xy 76.371574 84.227751) - (xy 76.099706 84.257665) - (xy 75.835084 84.326847) - (xy 75.583358 84.433818) - (xy 75.349884 84.576305) - (xy 75.139652 84.751262) - (xy 74.957136 84.954962) - (xy 74.806213 85.183083) - (xy 74.690125 85.430722) - (xy 74.611322 85.692649) - (xy 74.5715 85.963241) - (xy 74.5715 86.688287) - (xy 70.628499 86.688287) - (xy 70.628499 83.82) - (xy 90.126502 83.82) - (xy 90.146457 84.048087) - (xy 90.205715 84.269243) - (xy 90.302477 84.47675) - (xy 90.433804 84.664303) - (xy 90.595696 84.826195) - (xy 90.595699 84.826197) - (xy 90.5957 84.826198) - (xy 90.657995 84.869817) - (xy 90.783249 84.957522) - (xy 90.990756 85.054284) - (xy 91.036187 85.066457) - (xy 91.211913 85.113543) - (xy 91.44 85.133498) - (xy 91.668087 85.113543) - (xy 91.889243 85.054284) - (xy 92.096749 84.957523) - (xy 92.2843 84.826198) - (xy 92.446198 84.6643) - (xy 92.577523 84.476749) - (xy 92.674284 84.269243) - (xy 92.733543 84.048087) - (xy 92.753498 83.82) - (xy 92.733543 83.591913) - (xy 92.674284 83.370757) - (xy 92.577523 83.163251) - (xy 92.446198 82.9757) - (xy 92.446197 82.975699) - (xy 92.446195 82.975696) - (xy 92.284303 82.813804) - (xy 92.096748 82.682476) - (xy 92.057543 82.664195) - (xy 92.004525 82.6177) - (xy 91.984792 82.55) - (xy 92.004525 82.4823) - (xy 92.057543 82.435805) - (xy 92.062163 82.43365) - (xy 92.096749 82.417523) - (xy 92.2843 82.286198) - (xy 92.446198 82.1243) - (xy 92.577523 81.936749) - (xy 92.674284 81.729243) - (xy 92.733543 81.508087) - (xy 92.753498 81.28) - (xy 92.733543 81.051913) - (xy 92.690162 80.890014) - (xy 92.674284 80.830756) - (xy 92.577522 80.623249) - (xy 92.446195 80.435696) - (xy 92.284303 80.273804) - (xy 92.09675 80.142477) - (xy 91.889243 80.045715) - (xy 91.668087 79.986457) - (xy 91.44 79.966502) - (xy 91.211912 79.986457) - (xy 90.990756 80.045715) - (xy 90.783249 80.142477) - (xy 90.595696 80.273804) - (xy 90.433804 80.435696) - (xy 90.302477 80.623249) - (xy 90.205715 80.830756) - (xy 90.146457 81.051912) - (xy 90.126502 81.28) - (xy 90.146457 81.508087) - (xy 90.205715 81.729243) - (xy 90.302477 81.93675) - (xy 90.433804 82.124303) - (xy 90.595696 82.286195) - (xy 90.595699 82.286197) - (xy 90.5957 82.286198) - (xy 90.783251 82.417523) - (xy 90.822457 82.435805) - (xy 90.875473 82.482298) - (xy 90.895207 82.549997) - (xy 90.875475 82.617697) - (xy 90.822459 82.664193) - (xy 90.783251 82.682476) - (xy 90.595696 82.813804) - (xy 90.433804 82.975696) - (xy 90.302477 83.163249) - (xy 90.205715 83.370756) - (xy 90.146457 83.591912) - (xy 90.126502 83.82) - (xy 70.628499 83.82) - (xy 70.628499 76.373398) - (xy 70.63809 76.32518) - (xy 70.665404 76.284303) - (xy 73.155707 73.794) - (xy 77.332 73.794) - (xy 77.332 74.488589) - (xy 77.338505 74.549093) - (xy 77.389554 74.685962) - (xy 77.477095 74.802904) - (xy 77.594037 74.890445) - (xy 77.730906 74.941494) - (xy 77.791411 74.948) - (xy 78.486 74.948) - (xy 78.994 74.948) - (xy 79.688589 74.948) - (xy 79.749093 74.941494) - (xy 79.885962 74.890445) - (xy 80.002904 74.802904) - (xy 80.090446 74.685961) - (xy 80.104413 74.648514) - (xy 80.137043 74.599924) - (xy 80.188107 74.57132) - (xy 80.246585 74.568873) - (xy 80.29986 74.593112) - (xy 80.466983 74.72319) - (xy 80.672273 74.834287) - (xy 80.893049 74.91008) - (xy 81.123288 74.9485) - (xy 81.356709 74.9485) - (xy 81.356712 74.9485) - (xy 81.586951 74.91008) - (xy 81.807727 74.834287) - (xy 82.013017 74.72319) - (xy 82.19722 74.579818) - (xy 82.355314 74.408083) - (xy 82.384517 74.363383) - (xy 82.430031 74.321485) - (xy 82.49 74.306299) - (xy 82.549969 74.321485) - (xy 82.595482 74.363383) - (xy 82.624686 74.408083) - (xy 82.78278 74.579818) - (xy 82.966983 74.72319) - (xy 83.172273 74.834287) - (xy 83.393049 74.91008) - (xy 83.623288 74.9485) - (xy 83.856709 74.9485) - (xy 83.856712 74.9485) - (xy 84.086951 74.91008) - (xy 84.307727 74.834287) - (xy 84.513017 74.72319) - (xy 84.69722 74.579818) - (xy 84.855314 74.408083) - (xy 84.982984 74.212669) - (xy 85.076749 73.998907) - (xy 85.134051 73.772626) - (xy 85.153327 73.54) - (xy 85.134051 73.307374) - (xy 85.076749 73.081093) - (xy 84.982984 72.867331) - (xy 84.855314 72.671917) - (xy 84.69722 72.500182) - (xy 84.513017 72.35681) - (xy 84.481779 72.339904) - (xy 84.307726 72.245712) - (xy 84.158275 72.194405) - (xy 84.086951 72.16992) - (xy 83.856712 72.1315) - (xy 83.623288 72.1315) - (xy 83.393049 72.16992) - (xy 83.393046 72.16992) - (xy 83.393046 72.169921) - (xy 83.172273 72.245712) - (xy 82.966984 72.356809) - (xy 82.782779 72.500182) - (xy 82.624683 72.67192) - (xy 82.595482 72.716616) - (xy 82.549969 72.758514) - (xy 82.49 72.7737) - (xy 82.430031 72.758514) - (xy 82.384518 72.716616) - (xy 82.355316 72.67192) - (xy 82.355315 72.671919) - (xy 82.355314 72.671917) - (xy 82.19722 72.500182) - (xy 82.013017 72.35681) - (xy 81.981779 72.339904) - (xy 81.807726 72.245712) - (xy 81.658275 72.194405) - (xy 81.586951 72.16992) - (xy 81.356712 72.1315) - (xy 81.123288 72.1315) - (xy 80.893049 72.16992) - (xy 80.893046 72.16992) - (xy 80.893046 72.169921) - (xy 80.672273 72.245712) - (xy 80.466983 72.356809) - (xy 80.29986 72.486887) - (xy 80.246585 72.511126) - (xy 80.188107 72.508679) - (xy 80.137044 72.480075) - (xy 80.104413 72.431486) - (xy 80.090446 72.394037) - (xy 80.002904 72.277095) - (xy 79.885962 72.189554) - (xy 79.749093 72.138505) - (xy 79.688589 72.132) - (xy 78.994 72.132) - (xy 78.994 74.948) - (xy 78.486 74.948) - (xy 78.486 73.794) - (xy 77.332 73.794) - (xy 73.155707 73.794) - (xy 73.663707 73.286) - (xy 77.332 73.286) - (xy 78.486 73.286) - (xy 78.486 72.132) - (xy 77.791411 72.132) - (xy 77.730906 72.138505) - (xy 77.594037 72.189554) - (xy 77.477095 72.277095) - (xy 77.389554 72.394037) - (xy 77.338505 72.530906) - (xy 77.332 72.591411) - (xy 77.332 73.286) - (xy 73.663707 73.286) - (xy 75.829707 71.12) - (xy 90.126502 71.12) - (xy 90.146457 71.348087) - (xy 90.205715 71.569243) - (xy 90.302477 71.77675) - (xy 90.433804 71.964303) - (xy 90.595696 72.126195) - (xy 90.783249 72.257522) - (xy 90.990756 72.354284) - (xy 91.050014 72.370162) - (xy 91.211913 72.413543) - (xy 91.44 72.433498) - (xy 91.668087 72.413543) - (xy 91.889243 72.354284) - (xy 92.096749 72.257523) - (xy 92.2843 72.126198) - (xy 92.446198 71.9643) - (xy 92.577523 71.776749) - (xy 92.674284 71.569243) - (xy 92.733543 71.348087) - (xy 92.753498 71.12) - (xy 92.733543 70.891913) - (xy 92.674284 70.670757) - (xy 92.577523 70.463251) - (xy 92.446198 70.2757) - (xy 92.446197 70.275699) - (xy 92.446195 70.275696) - (xy 92.284303 70.113804) - (xy 92.09675 69.982477) - (xy 91.889243 69.885715) - (xy 91.668087 69.826457) - (xy 91.44 69.806502) - (xy 91.211912 69.826457) - (xy 90.990756 69.885715) - (xy 90.783249 69.982477) - (xy 90.595696 70.113804) - (xy 90.433804 70.275696) - (xy 90.302477 70.463249) - (xy 90.205715 70.670756) - (xy 90.146457 70.891912) - (xy 90.126502 71.12) - (xy 75.829707 71.12) - (xy 79.980436 66.969271) - (xy 80.58142 66.368287) - (xy 84.1715 66.368287) - (xy 84.186466 66.572781) - (xy 84.245938 66.839756) - (xy 84.343644 67.095219) - (xy 84.477507 67.333738) - (xy 84.64467 67.550219) - (xy 84.841571 67.740057) - (xy 84.841574 67.740059) - (xy 85.064019 67.899205) - (xy 85.307266 68.024267) - (xy 85.56613 68.112579) - (xy 85.835093 68.162259) - (xy 86.108424 68.172248) - (xy 86.108424 68.172247) - (xy 86.108425 68.172248) - (xy 86.176392 68.164769) - (xy 86.380296 68.142334) - (xy 86.644916 68.073153) - (xy 86.896643 67.966181) - (xy 87.130112 67.823697) - (xy 87.340347 67.648738) - (xy 87.522867 67.445033) - (xy 87.673783 67.216923) - (xy 87.789877 66.969271) - (xy 87.868676 66.707355) - (xy 87.888481 66.572783) - (xy 87.9085 66.436759) - (xy 87.9085 65.711713) - (xy 87.893533 65.507218) - (xy 87.893533 65.507217) - (xy 87.834063 65.240247) - (xy 87.736355 64.984781) - (xy 87.736355 64.98478) - (xy 87.602492 64.746261) - (xy 87.435329 64.52978) - (xy 87.238428 64.339942) - (xy 87.121524 64.256305) - (xy 87.015981 64.180795) - (xy 86.772734 64.055733) - (xy 86.772733 64.055732) - (xy 86.77273 64.055731) - (xy 86.513871 63.967421) - (xy 86.244908 63.917741) - (xy 85.971574 63.907751) - (xy 85.699706 63.937665) - (xy 85.435084 64.006847) - (xy 85.183358 64.113818) - (xy 84.949884 64.256305) - (xy 84.739652 64.431262) - (xy 84.557136 64.634962) - (xy 84.406213 64.863083) - (xy 84.290125 65.110722) - (xy 84.211322 65.372649) - (xy 84.1715 65.643241) - (xy 84.1715 66.368287) - (xy 80.58142 66.368287) - (xy 89.353401 57.596305) - (xy 89.36724 57.584345) - (xy 89.386822 57.569768) - (xy 89.419178 57.531205) - (xy 89.426608 57.523099) - (xy 89.430573 57.519135) - (xy 89.450123 57.494408) - (xy 89.452395 57.491618) - (xy 89.501396 57.433223) - (xy 89.501398 57.433218) - (xy 89.502227 57.432231) - (xy 89.512848 57.41556) - (xy 89.513391 57.414394) - (xy 89.513395 57.41439) - (xy 89.54562 57.345279) - (xy 89.547172 57.342074) - (xy 89.581394 57.273936) - (xy 89.581394 57.273933) - (xy 89.581974 57.27278) - (xy 89.58846 57.254118) - (xy 89.588721 57.252849) - (xy 89.588725 57.252843) - (xy 89.604146 57.178149) - (xy 89.604909 57.174708) - (xy 89.6225 57.100493) - (xy 89.6225 57.10049) - (xy 89.622795 57.099245) - (xy 89.624806 57.079565) - (xy 89.622856 57.012517) - (xy 89.636206 56.952305) - (xy 89.676533 56.905641) - (xy 89.704301 56.886197) - (xy 89.866195 56.724303) - (xy 89.866198 56.7243) - (xy 89.997523 56.536749) - (xy 90.094284 56.329243) - (xy 90.153543 56.108087) - (xy 90.173498 55.88) - (xy 90.159699 55.722284) - (xy 90.166819 55.668211) - (xy 90.196123 55.622212) - (xy 91.778933 54.039404) - (xy 91.819811 54.012091) - (xy 91.868029 54.0025) - (xy 101.531973 54.0025) - (xy 101.580191 54.012091) - (xy 101.621068 54.039405) - (xy 109.674596 62.092934) - (xy 109.70191 62.133811) - (xy 109.711501 62.182029) - (xy 109.711501 92.592832) - (xy 109.698507 92.64856) - (xy 109.662205 92.692795) - (xy 109.610082 92.716411) - (xy 109.55289 92.714539) - (xy 109.448087 92.686457) - (xy 109.22 92.666502) - (xy 108.991912 92.686457) - (xy 108.770756 92.745715) - (xy 108.563249 92.842477) - (xy 108.375696 92.973804) - (xy 108.213804 93.135696) - (xy 108.082477 93.323249) - (xy 107.985715 93.530756) - (xy 107.959827 93.627374) - (xy 107.926457 93.751913) - (xy 107.906502 93.98) - (xy 107.926456 94.208086) - (xy 107.926457 94.208087) - (xy 107.985715 94.429243) - (xy 108.082477 94.63675) - (xy 108.213804 94.824303) - (xy 108.375696 94.986195) - (xy 108.375699 94.986197) - (xy 108.3757 94.986198) - (xy 108.404273 95.006205) - (xy 108.563249 95.117522) - (xy 108.770756 95.214284) - (xy 108.816187 95.226457) - (xy 108.991913 95.273543) - (xy 109.22 95.293498) - (xy 109.448087 95.273543) - (xy 109.552889 95.245461) - (xy 109.610082 95.243589) - (xy 109.662205 95.267205) - (xy 109.698507 95.31144) - (xy 109.711501 95.367168) - (xy 109.711501 102.753349) - (xy 109.698507 102.809077) - (xy 109.662205 102.853311) - (xy 109.610083 102.876928) - (xy 109.55289 102.875056) - (xy 109.447999 102.846951) - (xy 109.22 102.827004) - (xy 108.992 102.846951) - (xy 108.770929 102.906186) - (xy 108.563499 103.002913) - (xy 108.492109 103.052899) - (xy 109.22 103.780789) - (xy 109.22 103.78079) - (xy 109.490114 104.050904) - (xy 109.522726 104.107388) - (xy 109.522726 104.17261) - (xy 109.490114 104.229094) - (xy 108.49211 105.227097) - (xy 108.49211 105.2271) - (xy 108.563497 105.277085) - (xy 108.770929 105.373813) - (xy 108.992 105.433048) - (xy 109.22 105.452995) - (xy 109.447999 105.433048) - (xy 109.55289 105.404944) - (xy 109.610083 105.403072) - (xy 109.662205 105.426689) - (xy 109.698507 105.470923) - (xy 109.711501 105.526651) - (xy 109.711501 107.832832) - (xy 109.698507 107.88856) - (xy 109.662205 107.932795) - (xy 109.610082 107.956411) - (xy 109.55289 107.954539) - (xy 109.448087 107.926457) - (xy 109.22 107.906502) - (xy 108.991912 107.926457) - (xy 108.770756 107.985715) - (xy 108.563249 108.082477) - (xy 108.375696 108.213804) - (xy 108.213804 108.375696) - (xy 108.082477 108.563249) - (xy 107.985715 108.770756) - (xy 107.926457 108.991912) - (xy 107.906502 109.219999) - (xy 107.926457 109.448087) - (xy 107.985715 109.669243) - (xy 108.082477 109.87675) - (xy 108.213804 110.064303) - (xy 108.375696 110.226195) - (xy 108.563249 110.357522) - (xy 108.770756 110.454284) - (xy 108.816187 110.466457) - (xy 108.991913 110.513543) - (xy 109.22 110.533498) - (xy 109.448087 110.513543) - (xy 109.552889 110.485461) - (xy 109.610082 110.483589) - (xy 109.662205 110.507205) - (xy 109.698507 110.55144) - (xy 109.711501 110.607168) - (xy 109.711501 117.75797) - (xy 109.70191 117.806188) - (xy 109.674596 117.847066) - (xy 109.477786 118.043874) - (xy 109.431786 118.073179) - (xy 109.377711 118.080299) - (xy 109.22 118.066502) - (xy 108.991912 118.086457) - (xy 108.770756 118.145715) - (xy 108.563249 118.242477) - (xy 108.375696 118.373804) - (xy 108.213804 118.535696) - (xy 108.082477 118.723249) - (xy 107.985715 118.930756) - (xy 107.926457 119.151912) - (xy 107.906502 119.379999) - (xy 107.926457 119.608087) - (xy 107.985715 119.829243) - (xy 108.082477 120.03675) - (xy 108.213804 120.224303) - (xy 108.375696 120.386195) - (xy 108.563249 120.517522) - (xy 108.770756 120.614284) - (xy 108.830015 120.630162) - (xy 108.991913 120.673543) - (xy 109.22 120.693498) - (xy 109.448087 120.673543) - (xy 109.669243 120.614284) - (xy 109.876749 120.517523) - (xy 110.0643 120.386198) - (xy 110.226198 120.2243) - (xy 110.357523 120.036749) - (xy 110.454284 119.829243) - (xy 110.513543 119.608087) - (xy 110.533498 119.38) - (xy 110.519699 119.222284) - (xy 110.526819 119.168212) - (xy 110.556123 119.122213) - (xy 110.967402 118.710934) - (xy 110.981241 118.698974) - (xy 111.000823 118.684397) - (xy 111.033179 118.645834) - (xy 111.040609 118.637728) - (xy 111.044574 118.633764) - (xy 111.064124 118.609037) - (xy 111.066396 118.606247) - (xy 111.115397 118.547852) - (xy 111.115397 118.54785) - (xy 111.116979 118.545966) - (xy 111.1663 118.510132) - (xy 111.226671 118.501648) - (xy 111.283959 118.5225) - (xy 111.324752 118.567805) - (xy 111.3395 118.626958) - (xy 111.3395 162.3735) - (xy 111.322619 162.4365) - (xy 111.2765 162.482619) - (xy 111.2135 162.4995) - (xy 50.9865 162.4995) - (xy 50.9235 162.482619) - (xy 50.877381 162.4365) - (xy 50.8605 162.3735) - (xy 50.8605 160.02) - (xy 54.566502 160.02) - (xy 54.586457 160.248087) - (xy 54.645715 160.469243) - (xy 54.742477 160.67675) - (xy 54.873804 160.864303) - (xy 55.035696 161.026195) - (xy 55.223249 161.157522) - (xy 55.430756 161.254284) - (xy 55.490014 161.270162) - (xy 55.651913 161.313543) - (xy 55.88 161.333498) - (xy 56.108087 161.313543) - (xy 56.329243 161.254284) - (xy 56.536749 161.157523) - (xy 56.7243 161.026198) - (xy 56.886198 160.8643) - (xy 57.017523 160.676749) - (xy 57.114284 160.469243) - (xy 57.173543 160.248087) - (xy 57.193498 160.02) - (xy 64.726502 160.02) - (xy 64.746457 160.248087) - (xy 64.805715 160.469243) - (xy 64.902477 160.67675) - (xy 65.033804 160.864303) - (xy 65.195696 161.026195) - (xy 65.383249 161.157522) - (xy 65.590756 161.254284) - (xy 65.650014 161.270162) - (xy 65.811913 161.313543) - (xy 66.04 161.333498) - (xy 66.268087 161.313543) - (xy 66.489243 161.254284) - (xy 66.696749 161.157523) - (xy 66.8843 161.026198) - (xy 67.046198 160.8643) - (xy 67.177523 160.676749) - (xy 67.274284 160.469243) - (xy 67.333543 160.248087) - (xy 67.353498 160.02) - (xy 67.337496 159.8371) - (xy 70.39211 159.8371) - (xy 70.463497 159.887085) - (xy 70.670929 159.983813) - (xy 70.892 160.043048) - (xy 71.12 160.062995) - (xy 71.347999 160.043048) - (xy 71.56907 159.983813) - (xy 71.776498 159.887087) - (xy 71.847888 159.837099) - (xy 71.847888 159.837097) - (xy 71.120001 159.10921) - (xy 71.12 159.10921) - (xy 70.39211 159.837098) - (xy 70.39211 159.8371) - (xy 67.337496 159.8371) - (xy 67.333543 159.791913) - (xy 67.280593 159.594303) - (xy 67.274284 159.570756) - (xy 67.177522 159.363249) - (xy 67.046195 159.175696) - (xy 66.884303 159.013804) - (xy 66.69675 158.882477) - (xy 66.489243 158.785715) - (xy 66.355952 158.75) - (xy 69.807004 158.75) - (xy 69.826951 158.977999) - (xy 69.886186 159.19907) - (xy 69.982912 159.406497) - (xy 70.0329 159.477887) - (xy 70.760789 158.750001) - (xy 71.47921 158.750001) - (xy 72.207097 159.477888) - (xy 72.207099 159.477888) - (xy 72.257087 159.406498) - (xy 72.353813 159.19907) - (xy 72.413048 158.977999) - (xy 72.432995 158.75) - (xy 79.966502 158.75) - (xy 79.986457 158.978087) - (xy 80.045715 159.199243) - (xy 80.142477 159.40675) - (xy 80.273804 159.594303) - (xy 80.435696 159.756195) - (xy 80.623249 159.887522) - (xy 80.830756 159.984284) - (xy 80.890014 160.000162) - (xy 81.051913 160.043543) - (xy 81.28 160.063498) - (xy 81.508087 160.043543) - (xy 81.729243 159.984284) - (xy 81.936749 159.887523) - (xy 82.1243 159.756198) - (xy 82.286198 159.5943) - (xy 82.417523 159.406749) - (xy 82.435804 159.367543) - (xy 82.4823 159.314525) - (xy 82.55 159.294792) - (xy 82.6177 159.314525) - (xy 82.664195 159.367543) - (xy 82.682476 159.406748) - (xy 82.813804 159.594303) - (xy 82.975696 159.756195) - (xy 83.163249 159.887522) - (xy 83.370756 159.984284) - (xy 83.430014 160.000162) - (xy 83.591913 160.043543) - (xy 83.82 160.063498) - (xy 84.048087 160.043543) - (xy 84.269243 159.984284) - (xy 84.476749 159.887523) - (xy 84.6643 159.756198) - (xy 84.826198 159.5943) - (xy 84.957523 159.406749) - (xy 85.054284 159.199243) - (xy 85.113543 158.978087) - (xy 85.133498 158.75) - (xy 85.113543 158.521913) - (xy 85.054284 158.300757) - (xy 85.000527 158.185475) - (xy 84.957522 158.093249) - (xy 84.826195 157.905696) - (xy 84.664303 157.743804) - (xy 84.47675 157.612477) - (xy 84.269243 157.515715) - (xy 84.048087 157.456457) - (xy 83.82 157.436502) - (xy 83.591912 157.456457) - (xy 83.370756 157.515715) - (xy 83.163249 157.612477) - (xy 82.975696 157.743804) - (xy 82.813804 157.905696) - (xy 82.682476 158.093251) - (xy 82.664193 158.132459) - (xy 82.617697 158.185475) - (xy 82.549997 158.205207) - (xy 82.482298 158.185473) - (xy 82.435805 158.132457) - (xy 82.417523 158.093251) - (xy 82.286198 157.9057) - (xy 82.286197 157.905699) - (xy 82.286195 157.905696) - (xy 82.124303 157.743804) - (xy 81.93675 157.612477) - (xy 81.729243 157.515715) - (xy 81.508087 157.456457) - (xy 81.28 157.436502) - (xy 81.051912 157.456457) - (xy 80.830756 157.515715) - (xy 80.623249 157.612477) - (xy 80.435696 157.743804) - (xy 80.273804 157.905696) - (xy 80.142477 158.093249) - (xy 80.045715 158.300756) - (xy 79.986457 158.521912) - (xy 79.966502 158.75) - (xy 72.432995 158.75) - (xy 72.413048 158.522) - (xy 72.353813 158.300929) - (xy 72.257085 158.093497) - (xy 72.2071 158.02211) - (xy 72.207098 158.02211) - (xy 71.47921 158.75) - (xy 71.47921 158.750001) - (xy 70.760789 158.750001) - (xy 70.76079 158.75) - (xy 70.76079 158.749999) - (xy 70.0329 158.022109) - (xy 69.982913 158.093499) - (xy 69.886186 158.300929) - (xy 69.826951 158.522) - (xy 69.807004 158.75) - (xy 66.355952 158.75) - (xy 66.268087 158.726457) - (xy 66.04 158.706502) - (xy 65.811912 158.726457) - (xy 65.590756 158.785715) - (xy 65.383249 158.882477) - (xy 65.195696 159.013804) - (xy 65.033804 159.175696) - (xy 64.902477 159.363249) - (xy 64.805715 159.570756) - (xy 64.746457 159.791912) - (xy 64.726502 160.02) - (xy 57.193498 160.02) - (xy 57.173543 159.791913) - (xy 57.120593 159.594303) - (xy 57.114284 159.570756) - (xy 57.017522 159.363249) - (xy 56.886195 159.175696) - (xy 56.724303 159.013804) - (xy 56.53675 158.882477) - (xy 56.329243 158.785715) - (xy 56.108087 158.726457) - (xy 55.88 158.706502) - (xy 55.651912 158.726457) - (xy 55.430756 158.785715) - (xy 55.223249 158.882477) - (xy 55.035696 159.013804) - (xy 54.873804 159.175696) - (xy 54.742477 159.363249) - (xy 54.645715 159.570756) - (xy 54.586457 159.791912) - (xy 54.566502 160.02) - (xy 50.8605 160.02) - (xy 50.8605 157.6629) - (xy 70.392109 157.6629) - (xy 71.119999 158.39079) - (xy 71.12 158.39079) - (xy 71.847888 157.662899) - (xy 71.776497 157.612912) - (xy 71.56907 157.516186) - (xy 71.347999 157.456951) - (xy 71.12 157.437004) - (xy 70.892 157.456951) - (xy 70.670929 157.516186) - (xy 70.463499 157.612913) - (xy 70.392109 157.6629) - (xy 50.8605 157.6629) - (xy 50.8605 156.21) - (xy 54.566502 156.21) - (xy 54.586457 156.438087) - (xy 54.645715 156.659243) - (xy 54.742477 156.86675) - (xy 54.873804 157.054303) - (xy 55.035696 157.216195) - (xy 55.223249 157.347522) - (xy 55.430756 157.444284) - (xy 55.490014 157.460162) - (xy 55.651913 157.503543) - (xy 55.88 157.523498) - (xy 56.108087 157.503543) - (xy 56.329243 157.444284) - (xy 56.536749 157.347523) - (xy 56.7243 157.216198) - (xy 56.886198 157.0543) - (xy 57.017523 156.866749) - (xy 57.114284 156.659243) - (xy 57.173543 156.438087) - (xy 57.193498 156.21) - (xy 64.726502 156.21) - (xy 64.746457 156.438087) - (xy 64.805715 156.659243) - (xy 64.902477 156.86675) - (xy 65.033804 157.054303) - (xy 65.195696 157.216195) - (xy 65.383249 157.347522) - (xy 65.590756 157.444284) - (xy 65.650014 157.460162) - (xy 65.811913 157.503543) - (xy 66.04 157.523498) - (xy 66.268087 157.503543) - (xy 66.489243 157.444284) - (xy 66.696749 157.347523) - (xy 66.8843 157.216198) - (xy 67.046198 157.0543) - (xy 67.177523 156.866749) - (xy 67.274284 156.659243) - (xy 67.333543 156.438087) - (xy 67.353498 156.21) - (xy 67.333543 155.981913) - (xy 67.276396 155.768638) - (xy 77.3315 155.768638) - (xy 77.338011 155.829201) - (xy 77.349431 155.859818) - (xy 77.389111 155.966205) - (xy 77.476738 156.083261) - (xy 77.593794 156.170888) - (xy 77.593795 156.170888) - (xy 77.593796 156.170889) - (xy 77.730799 156.221989) - (xy 77.791362 156.2285) - (xy 79.688638 156.2285) - (xy 79.749201 156.221989) - (xy 79.886204 156.170889) - (xy 80.003261 156.083261) - (xy 80.063202 156.00319) - (xy 80.090889 155.966205) - (xy 80.104827 155.928835) - (xy 80.137458 155.880246) - (xy 80.188522 155.851642) - (xy 80.247 155.849196) - (xy 80.300273 155.873433) - (xy 80.466983 156.00319) - (xy 80.672273 156.114287) - (xy 80.893049 156.19008) - (xy 81.123288 156.2285) - (xy 81.356709 156.2285) - (xy 81.356712 156.2285) - (xy 81.586951 156.19008) - (xy 81.807727 156.114287) - (xy 82.013017 156.00319) - (xy 82.19722 155.859818) - (xy 82.355314 155.688083) - (xy 82.384517 155.643383) - (xy 82.430031 155.601485) - (xy 82.49 155.586299) - (xy 82.549969 155.601485) - (xy 82.595482 155.643383) - (xy 82.624686 155.688083) - (xy 82.78278 155.859818) - (xy 82.966983 156.00319) - (xy 83.172273 156.114287) - (xy 83.393049 156.19008) - (xy 83.623288 156.2285) - (xy 83.856709 156.2285) - (xy 83.856712 156.2285) - (xy 84.086951 156.19008) - (xy 84.307727 156.114287) - (xy 84.513017 156.00319) - (xy 84.69722 155.859818) - (xy 84.855314 155.688083) - (xy 84.982984 155.492669) - (xy 85.076749 155.278907) - (xy 85.134051 155.052626) - (xy 85.153327 154.82) - (xy 85.134051 154.587374) - (xy 85.076749 154.361093) - (xy 84.982984 154.147331) - (xy 84.855314 153.951917) - (xy 84.69722 153.780182) - (xy 84.513017 153.63681) - (xy 84.45255 153.604087) - (xy 84.307726 153.525712) - (xy 84.142852 153.469111) - (xy 84.086951 153.44992) - (xy 83.856712 153.4115) - (xy 83.623288 153.4115) - (xy 83.393049 153.44992) - (xy 83.393046 153.44992) - (xy 83.393046 153.449921) - (xy 83.172273 153.525712) - (xy 82.966984 153.636809) - (xy 82.782779 153.780182) - (xy 82.624683 153.95192) - (xy 82.595482 153.996616) - (xy 82.549969 154.038514) - (xy 82.49 154.0537) - (xy 82.430031 154.038514) - (xy 82.384518 153.996616) - (xy 82.355316 153.95192) - (xy 82.355315 153.951919) - (xy 82.355314 153.951917) - (xy 82.19722 153.780182) - (xy 82.013017 153.63681) - (xy 81.95255 153.604087) - (xy 81.807726 153.525712) - (xy 81.642852 153.469111) - (xy 81.586951 153.44992) - (xy 81.356712 153.4115) - (xy 81.123288 153.4115) - (xy 80.893049 153.44992) - (xy 80.893046 153.44992) - (xy 80.893046 153.449921) - (xy 80.672273 153.525712) - (xy 80.466984 153.636809) - (xy 80.300274 153.766565) - (xy 80.247 153.790804) - (xy 80.188522 153.788357) - (xy 80.137458 153.759754) - (xy 80.104827 153.711165) - (xy 80.090888 153.673794) - (xy 80.003261 153.556738) - (xy 79.886205 153.469111) - (xy 79.817702 153.44356) - (xy 79.749201 153.418011) - (xy 79.688638 153.4115) - (xy 77.791362 153.4115) - (xy 77.730799 153.418011) - (xy 77.593794 153.469111) - (xy 77.476738 153.556738) - (xy 77.389111 153.673794) - (xy 77.345469 153.790804) - (xy 77.338011 153.810799) - (xy 77.3315 153.871362) - (xy 77.3315 155.768638) - (xy 67.276396 155.768638) - (xy 67.274284 155.760757) - (xy 67.240394 155.68808) - (xy 67.177522 155.553249) - (xy 67.046195 155.365696) - (xy 66.884303 155.203804) - (xy 66.69675 155.072477) - (xy 66.489243 154.975715) - (xy 66.268087 154.916457) - (xy 66.04 154.896502) - (xy 65.811912 154.916457) - (xy 65.590756 154.975715) - (xy 65.383249 155.072477) - (xy 65.195696 155.203804) - (xy 65.033804 155.365696) - (xy 64.902477 155.553249) - (xy 64.805715 155.760756) - (xy 64.746457 155.981912) - (xy 64.726502 156.21) - (xy 57.193498 156.21) - (xy 57.173543 155.981913) - (xy 57.114284 155.760757) - (xy 57.080394 155.68808) - (xy 57.017522 155.553249) - (xy 56.886195 155.365696) - (xy 56.724303 155.203804) - (xy 56.53675 155.072477) - (xy 56.329243 154.975715) - (xy 56.108087 154.916457) - (xy 55.88 154.896502) - (xy 55.651912 154.916457) - (xy 55.430756 154.975715) - (xy 55.223249 155.072477) - (xy 55.035696 155.203804) - (xy 54.873804 155.365696) - (xy 54.742477 155.553249) - (xy 54.645715 155.760756) - (xy 54.586457 155.981912) - (xy 54.566502 156.21) - (xy 50.8605 156.21) - (xy 50.8605 153.376) - (xy 52.534502 153.376) - (xy 52.554457 153.604087) - (xy 52.613715 153.825243) - (xy 52.710477 154.03275) - (xy 52.841804 154.220303) - (xy 53.003696 154.382195) - (xy 53.191249 154.513522) - (xy 53.398756 154.610284) - (xy 53.458014 154.626162) - (xy 53.619913 154.669543) - (xy 53.848 154.689498) - (xy 54.076087 154.669543) - (xy 54.297243 154.610284) - (xy 54.504749 154.513523) - (xy 54.6923 154.382198) - (xy 54.854198 154.2203) - (xy 54.985523 154.032749) - (xy 55.036233 153.924) - (xy 68.817 153.924) - (xy 68.817 154.468589) - (xy 68.823505 154.529093) - (xy 68.874554 154.665962) - (xy 68.962095 154.782904) - (xy 69.079037 154.870445) - (xy 69.215906 154.921494) - (xy 69.276411 154.928) - (xy 69.596 154.928) - (xy 69.596 153.945778) - (xy 70.0865 153.945778) - (xy 70.10267 154.109952) - (xy 70.101826 154.110035) - (xy 70.104 154.124685) - (xy 70.104 154.928) - (xy 70.423589 154.928) - (xy 70.484093 154.921494) - (xy 70.637937 154.864115) - (xy 70.638275 154.865023) - (xy 70.668105 154.852117) - (xy 70.726498 154.855637) - (xy 70.917399 154.913546) - (xy 71.12 154.933501) - (xy 71.322601 154.913546) - (xy 71.517417 154.85445) - (xy 71.695603 154.759207) - (xy 71.755 154.744329) - (xy 71.814396 154.759207) - (xy 71.992583 154.85445) - (xy 72.187399 154.913546) - (xy 72.39 154.933501) - (xy 72.592601 154.913546) - (xy 72.787417 154.85445) - (xy 72.96696 154.758482) - (xy 72.966961 154.75848) - (xy 72.966963 154.75848) - (xy 73.124331 154.629331) - (xy 73.25348 154.471963) - (xy 73.253482 154.47196) - (xy 73.34945 154.292417) - (xy 73.408546 154.097601) - (xy 73.4235 153.945775) - (xy 73.4235 153.394225) - (xy 73.408546 153.242399) - (xy 73.34945 153.047583) - (xy 73.253482 152.86804) - (xy 73.25348 152.868036) - (xy 73.124331 152.710668) - (xy 72.966963 152.581519) - (xy 72.787419 152.485551) - (xy 72.787418 152.48555) - (xy 72.787417 152.48555) - (xy 72.592601 152.426454) - (xy 72.592598 152.426453) - (xy 72.592596 152.426453) - (xy 72.39 152.406498) - (xy 72.187403 152.426453) - (xy 72.1874 152.426453) - (xy 72.187399 152.426454) - (xy 71.992583 152.48555) - (xy 71.992582 152.48555) - (xy 71.992577 152.485552) - (xy 71.814395 152.580792) - (xy 71.755 152.59567) - (xy 71.695605 152.580792) - (xy 71.517422 152.485552) - (xy 71.517419 152.485551) - (xy 71.517417 152.48555) - (xy 71.322601 152.426454) - (xy 71.322598 152.426453) - (xy 71.322596 152.426453) - (xy 71.12 152.406498) - (xy 70.917401 152.426453) - (xy 70.726501 152.484361) - (xy 70.668109 152.487883) - (xy 70.638274 152.474976) - (xy 70.637936 152.475885) - (xy 70.484093 152.418505) - (xy 70.423589 152.412) - (xy 70.104 152.412) - (xy 70.104 153.215315) - (xy 70.101826 153.229964) - (xy 70.10267 153.230048) - (xy 70.0865 153.394222) - (xy 70.0865 153.945778) - (xy 69.596 153.945778) - (xy 69.596 153.924) - (xy 68.817 153.924) - (xy 55.036233 153.924) - (xy 55.082284 153.825243) - (xy 55.141543 153.604087) - (xy 55.161498 153.376) - (xy 55.141543 153.147913) - (xy 55.082284 152.926757) - (xy 54.985523 152.719251) - (xy 54.922433 152.62915) - (xy 54.854195 152.531696) - (xy 54.692303 152.369804) - (xy 54.495719 152.232154) - (xy 54.496962 152.230378) - (xy 54.454824 152.193424) - (xy 54.435091 152.125724) - (xy 54.454824 152.058024) - (xy 54.496755 152.02125) - (xy 54.495468 152.019411) - (xy 54.575888 151.963099) - (xy 54.575888 151.963097) - (xy 53.848001 151.23521) - (xy 53.848 151.23521) - (xy 53.12011 151.963098) - (xy 53.12011 151.9631) - (xy 53.200531 152.019411) - (xy 53.199242 152.021251) - (xy 53.241169 152.058013) - (xy 53.260908 152.125708) - (xy 53.241185 152.193408) - (xy 53.199039 152.23038) - (xy 53.200281 152.232154) - (xy 53.003696 152.369804) - (xy 52.841804 152.531696) - (xy 52.710477 152.719249) - (xy 52.613715 152.926756) - (xy 52.554457 153.147912) - (xy 52.534502 153.376) - (xy 50.8605 153.376) - (xy 50.8605 150.876) - (xy 52.535004 150.876) - (xy 52.554951 151.103999) - (xy 52.614186 151.32507) - (xy 52.710912 151.532497) - (xy 52.7609 151.603887) - (xy 53.488789 150.876001) - (xy 54.20721 150.876001) - (xy 54.935097 151.603888) - (xy 54.935099 151.603888) - (xy 54.985087 151.532498) - (xy 55.081813 151.32507) - (xy 55.141048 151.103999) - (xy 55.160995 150.876) - (xy 55.141048 150.648) - (xy 55.081813 150.426929) - (xy 54.985085 150.219497) - (xy 54.9351 150.14811) - (xy 54.935098 150.14811) - (xy 54.20721 150.876) - (xy 54.20721 150.876001) - (xy 53.488789 150.876001) - (xy 53.48879 150.876) - (xy 53.48879 150.875999) - (xy 52.7609 150.148109) - (xy 52.710913 150.219499) - (xy 52.614186 150.426929) - (xy 52.554951 150.648) - (xy 52.535004 150.876) - (xy 50.8605 150.876) - (xy 50.8605 149.7889) - (xy 53.120109 149.7889) - (xy 53.847999 150.51679) - (xy 53.848 150.51679) - (xy 54.575888 149.788899) - (xy 54.504497 149.738912) - (xy 54.29707 149.642186) - (xy 54.075999 149.582951) - (xy 53.848 149.563004) - (xy 53.62 149.582951) - (xy 53.398929 149.642186) - (xy 53.191499 149.738913) - (xy 53.120109 149.7889) - (xy 50.8605 149.7889) - (xy 50.8605 148.168638) - (xy 52.5395 148.168638) - (xy 52.546011 148.229201) - (xy 52.571561 148.297702) - (xy 52.597111 148.366205) - (xy 52.684738 148.483261) - (xy 52.801794 148.570888) - (xy 52.801795 148.570888) - (xy 52.801796 148.570889) - (xy 52.938799 148.621989) - (xy 52.999362 148.6285) - (xy 54.696638 148.6285) - (xy 54.757201 148.621989) - (xy 54.894204 148.570889) - (xy 55.011261 148.483261) - (xy 55.098889 148.366204) - (xy 55.149989 148.229201) - (xy 55.1565 148.168638) - (xy 55.1565 146.471362) - (xy 55.149989 146.410799) - (xy 55.098889 146.273796) - (xy 55.098888 146.273794) - (xy 55.011261 146.156738) - (xy 54.894205 146.069111) - (xy 54.825702 146.04356) - (xy 54.757201 146.018011) - (xy 54.696638 146.0115) - (xy 52.999362 146.0115) - (xy 52.938799 146.018011) - (xy 52.801794 146.069111) - (xy 52.684738 146.156738) - (xy 52.597111 146.273794) - (xy 52.567508 146.353163) - (xy 52.546011 146.410799) - (xy 52.5395 146.471362) - (xy 52.5395 148.168638) - (xy 50.8605 148.168638) - (xy 50.8605 133.984999) - (xy 52.026502 133.984999) - (xy 52.046457 134.213087) - (xy 52.105715 134.434243) - (xy 52.202477 134.64175) - (xy 52.333804 134.829303) - (xy 52.495696 134.991195) - (xy 52.683249 135.122522) - (xy 52.890756 135.219284) - (xy 52.950015 135.235162) - (xy 53.111913 135.278543) - (xy 53.34 135.298498) - (xy 53.568087 135.278543) - (xy 53.789243 135.219284) - (xy 53.996749 135.122523) - (xy 54.1843 134.991198) - (xy 54.346198 134.8293) - (xy 54.477523 134.641749) - (xy 54.574284 134.434243) - (xy 54.633543 134.213087) - (xy 54.653498 133.985) - (xy 54.633543 133.756913) - (xy 54.580593 133.559303) - (xy 54.574284 133.535756) - (xy 54.477522 133.328249) - (xy 54.346195 133.140696) - (xy 54.184303 132.978804) - (xy 53.99675 132.847477) - (xy 53.789243 132.750715) - (xy 53.568087 132.691457) - (xy 53.34 132.671502) - (xy 53.111912 132.691457) - (xy 52.890756 132.750715) - (xy 52.683249 132.847477) - (xy 52.495696 132.978804) - (xy 52.333804 133.140696) - (xy 52.202477 133.328249) - (xy 52.105715 133.535756) - (xy 52.046457 133.756912) - (xy 52.026502 133.984999) - (xy 50.8605 133.984999) - (xy 50.8605 127.213638) - (xy 52.0315 127.213638) - (xy 52.038011 127.274201) - (xy 52.049467 127.304915) - (xy 52.089111 127.411205) - (xy 52.176738 127.528261) - (xy 52.293794 127.615888) - (xy 52.293795 127.615888) - (xy 52.293796 127.615889) - (xy 52.430799 127.666989) - (xy 52.491362 127.6735) - (xy 54.188638 127.6735) - (xy 54.249201 127.666989) - (xy 54.386204 127.615889) - (xy 54.503261 127.528261) - (xy 54.590889 127.411204) - (xy 54.641989 127.274201) - (xy 54.6485 127.213638) - (xy 54.6485 125.516362) - (xy 54.641989 125.455799) - (xy 54.590889 125.318796) - (xy 54.590888 125.318794) - (xy 54.503261 125.201738) - (xy 54.386205 125.114111) - (xy 54.304316 125.083568) - (xy 54.249201 125.063011) - (xy 54.188638 125.0565) - (xy 52.491362 125.0565) - (xy 52.430799 125.063011) - (xy 52.293794 125.114111) - (xy 52.176738 125.201738) - (xy 52.089111 125.318794) - (xy 52.069718 125.37079) - (xy 52.038011 125.455799) - (xy 52.0315 125.516362) - (xy 52.0315 127.213638) - (xy 50.8605 127.213638) - (xy 50.8605 120.65) - (xy 52.026502 120.65) - (xy 52.030308 120.693498) - (xy 52.046457 120.878087) - (xy 52.105715 121.099243) - (xy 52.202477 121.30675) - (xy 52.333804 121.494303) - (xy 52.495696 121.656195) - (xy 52.683249 121.787522) - (xy 52.890756 121.884284) - (xy 52.942875 121.898249) - (xy 53.111913 121.943543) - (xy 53.34 121.963498) - (xy 53.568087 121.943543) - (xy 53.789243 121.884284) - (xy 53.996749 121.787523) - (xy 54.1843 121.656198) - (xy 54.346198 121.4943) - (xy 54.477523 121.306749) - (xy 54.574284 121.099243) - (xy 54.633543 120.878087) - (xy 54.653498 120.65) - (xy 54.633543 120.421913) - (xy 54.580593 120.224303) - (xy 54.574284 120.200756) - (xy 54.477522 119.993249) - (xy 54.346195 119.805696) - (xy 54.184303 119.643804) - (xy 53.99675 119.512477) - (xy 53.789243 119.415715) - (xy 53.568087 119.356457) - (xy 53.34 119.336502) - (xy 53.111912 119.356457) - (xy 52.890756 119.415715) - (xy 52.683249 119.512477) - (xy 52.495696 119.643804) - (xy 52.333804 119.805696) - (xy 52.202477 119.993249) - (xy 52.105715 120.200756) - (xy 52.048238 120.415267) - (xy 52.046457 120.421913) - (xy 52.026502 120.65) - (xy 50.8605 120.65) - (xy 50.8605 104.775) - (xy 52.534502 104.775) - (xy 52.538002 104.815) - (xy 52.554457 105.003087) - (xy 52.613715 105.224243) - (xy 52.710477 105.43175) - (xy 52.841804 105.619303) - (xy 53.003696 105.781195) - (xy 53.191249 105.912522) - (xy 53.398756 106.009284) - (xy 53.458015 106.025162) - (xy 53.619913 106.068543) - (xy 53.848 106.088498) - (xy 54.076087 106.068543) - (xy 54.297243 106.009284) - (xy 54.504749 105.912523) - (xy 54.6923 105.781198) - (xy 54.854198 105.6193) - (xy 54.985523 105.431749) - (xy 55.082284 105.224243) - (xy 55.141543 105.003087) - (xy 55.161498 104.775) - (xy 55.141543 104.546913) - (xy 55.082284 104.325757) - (xy 54.985523 104.118251) - (xy 54.854198 103.9307) - (xy 54.854197 103.930699) - (xy 54.854195 103.930696) - (xy 54.692303 103.768804) - (xy 54.50475 103.637477) - (xy 54.297243 103.540715) - (xy 54.076087 103.481457) - (xy 53.848 103.461502) - (xy 53.619912 103.481457) - (xy 53.398756 103.540715) - (xy 53.191249 103.637477) - (xy 53.003696 103.768804) - (xy 52.841804 103.930696) - (xy 52.710477 104.118249) - (xy 52.613715 104.325756) - (xy 52.554457 104.546912) - (xy 52.550957 104.586912) - (xy 52.534502 104.775) - (xy 50.8605 104.775) - (xy 50.8605 99.059999) - (xy 52.534502 99.059999) - (xy 52.554457 99.288087) - (xy 52.613715 99.509243) - (xy 52.710477 99.71675) - (xy 52.841804 99.904303) - (xy 53.003696 100.066195) - (xy 53.191249 100.197522) - (xy 53.398756 100.294284) - (xy 53.444187 100.306457) - (xy 53.619913 100.353543) - (xy 53.848 100.373498) - (xy 54.076087 100.353543) - (xy 54.297243 100.294284) - (xy 54.504749 100.197523) - (xy 54.6923 100.066198) - (xy 54.854198 99.9043) - (xy 54.985523 99.716749) - (xy 55.082284 99.509243) - (xy 55.141543 99.288087) - (xy 55.161498 99.06) - (xy 55.141543 98.831913) - (xy 55.082284 98.610757) - (xy 55.08131 98.608669) - (xy 54.985522 98.403249) - (xy 54.854195 98.215696) - (xy 54.692303 98.053804) - (xy 54.50475 97.922477) - (xy 54.297243 97.825715) - (xy 54.076087 97.766457) - (xy 53.848 97.746502) - (xy 53.619912 97.766457) - (xy 53.398756 97.825715) - (xy 53.191249 97.922477) - (xy 53.003696 98.053804) - (xy 52.841804 98.215696) - (xy 52.710477 98.403249) - (xy 52.613715 98.610756) - (xy 52.554457 98.831912) - (xy 52.534502 99.059999) - (xy 50.8605 99.059999) - (xy 50.8605 94.742) - (xy 56.852502 94.742) - (xy 56.872319 94.968514) - (xy 56.872457 94.970087) - (xy 56.931715 95.191243) - (xy 57.028477 95.39875) - (xy 57.159804 95.586303) - (xy 57.321696 95.748195) - (xy 57.509249 95.879522) - (xy 57.716756 95.976284) - (xy 57.776015 95.992162) - (xy 57.937913 96.035543) - (xy 58.166 96.055498) - (xy 58.394087 96.035543) - (xy 58.615243 95.976284) - (xy 58.822749 95.879523) - (xy 59.0103 95.748198) - (xy 59.172198 95.5863) - (xy 59.303523 95.398749) - (xy 59.400284 95.191243) - (xy 59.459543 94.970087) - (xy 59.479498 94.742) - (xy 59.459543 94.513913) - (xy 59.407291 94.318907) - (xy 59.400284 94.292756) - (xy 59.303522 94.085249) - (xy 59.172195 93.897696) - (xy 59.010303 93.735804) - (xy 58.82275 93.604477) - (xy 58.615243 93.507715) - (xy 58.394087 93.448457) - (xy 58.394086 93.448456) - (xy 58.166 93.428502) - (xy 58.165999 93.428502) - (xy 57.937912 93.448457) - (xy 57.716756 93.507715) - (xy 57.509249 93.604477) - (xy 57.321696 93.735804) - (xy 57.159804 93.897696) - (xy 57.028477 94.085249) - (xy 56.931715 94.292756) - (xy 56.872457 94.513912) - (xy 56.853719 94.728083) - (xy 56.852502 94.742) - (xy 50.8605 94.742) - (xy 50.8605 91.28) - (xy 59.381634 91.28) - (xy 59.401066 91.526911) - (xy 59.458885 91.767743) - (xy 59.53306 91.946817) - (xy 59.553666 91.996563) - (xy 59.683075 92.20774) - (xy 59.683076 92.207742) - (xy 59.683078 92.207744) - (xy 59.843926 92.396073) - (xy 60.032255 92.556921) - (xy 60.03226 92.556925) - (xy 60.243437 92.686334) - (xy 60.472258 92.781115) - (xy 60.713089 92.838934) - (xy 60.96 92.858366) - (xy 61.206911 92.838934) - (xy 61.447742 92.781115) - (xy 61.676563 92.686334) - (xy 61.88774 92.556925) - (xy 62.076073 92.396073) - (xy 62.236925 92.20774) - (xy 62.366334 91.996563) - (xy 62.461115 91.767742) - (xy 62.518934 91.526911) - (xy 62.538366 91.28) - (xy 62.518934 91.033089) - (xy 62.461115 90.792258) - (xy 62.366334 90.563437) - (xy 62.236925 90.35226) - (xy 62.118411 90.213498) - (xy 62.076073 90.163926) - (xy 61.887744 90.003078) - (xy 61.887742 90.003076) - (xy 61.88774 90.003075) - (xy 61.676563 89.873666) - (xy 61.676561 89.873665) - (xy 61.447743 89.778885) - (xy 61.206911 89.721066) - (xy 60.96 89.701634) - (xy 60.713088 89.721066) - (xy 60.472256 89.778885) - (xy 60.243438 89.873665) - (xy 60.032255 90.003078) - (xy 59.843926 90.163926) - (xy 59.683078 90.352255) - (xy 59.553665 90.563438) - (xy 59.458885 90.792256) - (xy 59.401066 91.033088) - (xy 59.381634 91.28) - (xy 50.8605 91.28) - (xy 50.8605 88.899999) - (xy 52.534502 88.899999) - (xy 52.554457 89.128087) - (xy 52.613715 89.349243) - (xy 52.710477 89.55675) - (xy 52.841804 89.744303) - (xy 53.003696 89.906195) - (xy 53.191249 90.037522) - (xy 53.398756 90.134284) - (xy 53.458015 90.150162) - (xy 53.619913 90.193543) - (xy 53.848 90.213498) - (xy 54.076087 90.193543) - (xy 54.297243 90.134284) - (xy 54.504749 90.037523) - (xy 54.6923 89.906198) - (xy 54.854198 89.7443) - (xy 54.985523 89.556749) - (xy 55.082284 89.349243) - (xy 55.141543 89.128087) - (xy 55.161498 88.9) - (xy 55.141543 88.671913) - (xy 55.082284 88.450757) - (xy 55.075421 88.43604) - (xy 54.985522 88.243249) - (xy 54.854195 88.055696) - (xy 54.692303 87.893804) - (xy 54.504748 87.762476) - (xy 54.465543 87.744195) - (xy 54.412525 87.6977) - (xy 54.392792 87.63) - (xy 54.412525 87.5623) - (xy 54.465543 87.515805) - (xy 54.470163 87.51365) - (xy 54.504749 87.497523) - (xy 54.6923 87.366198) - (xy 54.854198 87.2043) - (xy 54.985523 87.016749) - (xy 55.082284 86.809243) - (xy 55.141543 86.588087) - (xy 55.161498 86.36) - (xy 55.141543 86.131913) - (xy 55.082284 85.910757) - (xy 55.043329 85.827218) - (xy 54.985522 85.703249) - (xy 54.88506 85.559775) - (xy 54.854198 85.5157) - (xy 54.854197 85.515699) - (xy 54.854195 85.515696) - (xy 54.692303 85.353804) - (xy 54.50475 85.222477) - (xy 54.297243 85.125715) - (xy 54.076087 85.066457) - (xy 53.848 85.046502) - (xy 53.619912 85.066457) - (xy 53.398756 85.125715) - (xy 53.191249 85.222477) - (xy 53.003696 85.353804) - (xy 52.841804 85.515696) - (xy 52.710477 85.703249) - (xy 52.613715 85.910756) - (xy 52.554457 86.131912) - (xy 52.534502 86.359999) - (xy 52.554457 86.588087) - (xy 52.613715 86.809243) - (xy 52.710477 87.01675) - (xy 52.841804 87.204303) - (xy 53.003696 87.366195) - (xy 53.003699 87.366197) - (xy 53.0037 87.366198) - (xy 53.191251 87.497523) - (xy 53.226359 87.513894) - (xy 53.230457 87.515805) - (xy 53.283474 87.5623) - (xy 53.303207 87.63) - (xy 53.283474 87.6977) - (xy 53.230457 87.744195) - (xy 53.19125 87.762477) - (xy 53.003696 87.893804) - (xy 52.841804 88.055696) - (xy 52.710477 88.243249) - (xy 52.613715 88.450756) - (xy 52.554457 88.671912) - (xy 52.534502 88.899999) - (xy 50.8605 88.899999) - (xy 50.8605 82.98) - (xy 59.381634 82.98) - (xy 59.401066 83.226911) - (xy 59.458885 83.467742) - (xy 59.553666 83.696563) - (xy 59.683075 83.90774) - (xy 59.683076 83.907742) - (xy 59.683078 83.907744) - (xy 59.843926 84.096073) - (xy 60.009798 84.237741) - (xy 60.03226 84.256925) - (xy 60.243437 84.386334) - (xy 60.472258 84.481115) - (xy 60.713089 84.538934) - (xy 60.96 84.558366) - (xy 61.206911 84.538934) - (xy 61.447742 84.481115) - (xy 61.676563 84.386334) - (xy 61.88774 84.256925) - (xy 62.076073 84.096073) - (xy 62.236925 83.90774) - (xy 62.366334 83.696563) - (xy 62.461115 83.467742) - (xy 62.518934 83.226911) - (xy 62.538366 82.98) - (xy 62.518934 82.733089) - (xy 62.461115 82.492258) - (xy 62.366334 82.263437) - (xy 62.236925 82.05226) - (xy 62.236921 82.052255) - (xy 62.076073 81.863926) - (xy 61.887744 81.703078) - (xy 61.887742 81.703076) - (xy 61.88774 81.703075) - (xy 61.676563 81.573666) - (xy 61.608345 81.545409) - (xy 61.554627 81.503061) - (xy 61.530951 81.438886) - (xy 61.544296 81.371797) - (xy 61.590728 81.321567) - (xy 61.656563 81.303) - (xy 61.973589 81.303) - (xy 62.034093 81.296494) - (xy 62.170962 81.245445) - (xy 62.287904 81.157904) - (xy 62.375445 81.040962) - (xy 62.426494 80.904093) - (xy 62.433 80.843589) - (xy 62.433 80.134) - (xy 59.487 80.134) - (xy 59.487 80.843589) - (xy 59.493505 80.904093) - (xy 59.544554 81.040962) - (xy 59.632095 81.157904) - (xy 59.749037 81.245445) - (xy 59.885906 81.296494) - (xy 59.946411 81.303) - (xy 60.263437 81.303) - (xy 60.329272 81.321567) - (xy 60.375704 81.371797) - (xy 60.389049 81.438886) - (xy 60.365373 81.503061) - (xy 60.311655 81.545409) - (xy 60.243438 81.573665) - (xy 60.032255 81.703078) - (xy 59.843926 81.863926) - (xy 59.683078 82.052255) - (xy 59.553665 82.263438) - (xy 59.458885 82.492256) - (xy 59.417606 82.664195) - (xy 59.401066 82.733089) - (xy 59.381634 82.98) - (xy 50.8605 82.98) - (xy 50.8605 79.626) - (xy 59.487 79.626) - (xy 60.706 79.626) - (xy 60.706 78.457) - (xy 61.214 78.457) - (xy 61.214 79.626) - (xy 62.433 79.626) - (xy 62.433 78.916411) - (xy 62.426494 78.855906) - (xy 62.375445 78.719037) - (xy 62.287904 78.602095) - (xy 62.170962 78.514554) - (xy 62.034093 78.463505) - (xy 61.973589 78.457) - (xy 61.214 78.457) - (xy 60.706 78.457) - (xy 59.946411 78.457) - (xy 59.885906 78.463505) - (xy 59.749037 78.514554) - (xy 59.632095 78.602095) - (xy 59.544554 78.719037) - (xy 59.493505 78.855906) - (xy 59.487 78.916411) - (xy 59.487 79.626) - (xy 50.8605 79.626) - (xy 50.8605 76.2) - (xy 52.534502 76.2) - (xy 52.554457 76.428087) - (xy 52.613715 76.649243) - (xy 52.710477 76.85675) - (xy 52.841804 77.044303) - (xy 53.003696 77.206195) - (xy 53.191249 77.337522) - (xy 53.398756 77.434284) - (xy 53.450875 77.448249) - (xy 53.619913 77.493543) - (xy 53.848 77.513498) - (xy 54.076087 77.493543) - (xy 54.297243 77.434284) - (xy 54.504749 77.337523) - (xy 54.6923 77.206198) - (xy 54.854198 77.0443) - (xy 54.985523 76.856749) - (xy 55.082284 76.649243) - (xy 55.141543 76.428087) - (xy 55.161498 76.2) - (xy 55.141543 75.971913) - (xy 55.082284 75.750757) - (xy 54.985523 75.543251) - (xy 54.971868 75.52375) - (xy 54.854195 75.355696) - (xy 54.692303 75.193804) - (xy 54.50475 75.062477) - (xy 54.297243 74.965715) - (xy 54.076087 74.906457) - (xy 53.848 74.886502) - (xy 53.619912 74.906457) - (xy 53.398756 74.965715) - (xy 53.191249 75.062477) - (xy 53.003696 75.193804) - (xy 52.841804 75.355696) - (xy 52.710477 75.543249) - (xy 52.613715 75.750756) - (xy 52.554457 75.971912) - (xy 52.534502 76.2) - (xy 50.8605 76.2) - (xy 50.8605 73.794) - (xy 57.012 73.794) - (xy 57.012 74.488589) - (xy 57.018505 74.549093) - (xy 57.069554 74.685962) - (xy 57.157095 74.802904) - (xy 57.274037 74.890445) - (xy 57.410906 74.941494) - (xy 57.471411 74.948) - (xy 58.166 74.948) - (xy 58.674 74.948) - (xy 59.368589 74.948) - (xy 59.429093 74.941494) - (xy 59.565962 74.890445) - (xy 59.682904 74.802904) - (xy 59.770446 74.685961) - (xy 59.784413 74.648514) - (xy 59.817043 74.599924) - (xy 59.868107 74.57132) - (xy 59.926585 74.568873) - (xy 59.97986 74.593112) - (xy 60.146983 74.72319) - (xy 60.352273 74.834287) - (xy 60.573049 74.91008) - (xy 60.803288 74.9485) - (xy 61.036709 74.9485) - (xy 61.036712 74.9485) - (xy 61.266951 74.91008) - (xy 61.487727 74.834287) - (xy 61.693017 74.72319) - (xy 61.87722 74.579818) - (xy 62.035314 74.408083) - (xy 62.064517 74.363383) - (xy 62.110031 74.321485) - (xy 62.17 74.306299) - (xy 62.229969 74.321485) - (xy 62.275482 74.363383) - (xy 62.304686 74.408083) - (xy 62.46278 74.579818) - (xy 62.646983 74.72319) - (xy 62.852273 74.834287) - (xy 63.073049 74.91008) - (xy 63.303288 74.9485) - (xy 63.536709 74.9485) - (xy 63.536712 74.9485) - (xy 63.766951 74.91008) - (xy 63.987727 74.834287) - (xy 64.193017 74.72319) - (xy 64.37722 74.579818) - (xy 64.535314 74.408083) - (xy 64.662984 74.212669) - (xy 64.756749 73.998907) - (xy 64.814051 73.772626) - (xy 64.833327 73.54) - (xy 64.814051 73.307374) - (xy 64.756749 73.081093) - (xy 64.662984 72.867331) - (xy 64.535314 72.671917) - (xy 64.37722 72.500182) - (xy 64.193017 72.35681) - (xy 64.161779 72.339904) - (xy 63.987726 72.245712) - (xy 63.838275 72.194405) - (xy 63.766951 72.16992) - (xy 63.536712 72.1315) - (xy 63.303288 72.1315) - (xy 63.073049 72.16992) - (xy 63.073046 72.16992) - (xy 63.073046 72.169921) - (xy 62.852273 72.245712) - (xy 62.646984 72.356809) - (xy 62.462779 72.500182) - (xy 62.304683 72.67192) - (xy 62.275482 72.716616) - (xy 62.229969 72.758514) - (xy 62.17 72.7737) - (xy 62.110031 72.758514) - (xy 62.064518 72.716616) - (xy 62.035316 72.67192) - (xy 62.035315 72.671919) - (xy 62.035314 72.671917) - (xy 61.87722 72.500182) - (xy 61.693017 72.35681) - (xy 61.661779 72.339904) - (xy 61.487726 72.245712) - (xy 61.338275 72.194405) - (xy 61.266951 72.16992) - (xy 61.036712 72.1315) - (xy 60.803288 72.1315) - (xy 60.573049 72.16992) - (xy 60.573046 72.16992) - (xy 60.573046 72.169921) - (xy 60.352273 72.245712) - (xy 60.146983 72.356809) - (xy 59.97986 72.486887) - (xy 59.926585 72.511126) - (xy 59.868107 72.508679) - (xy 59.817044 72.480075) - (xy 59.784413 72.431486) - (xy 59.770446 72.394037) - (xy 59.682904 72.277095) - (xy 59.565962 72.189554) - (xy 59.429093 72.138505) - (xy 59.368589 72.132) - (xy 58.674 72.132) - (xy 58.674 74.948) - (xy 58.166 74.948) - (xy 58.166 73.794) - (xy 57.012 73.794) - (xy 50.8605 73.794) - (xy 50.8605 73.286) - (xy 57.012 73.286) - (xy 58.166 73.286) - (xy 58.166 72.132) - (xy 57.471411 72.132) - (xy 57.410906 72.138505) - (xy 57.274037 72.189554) - (xy 57.157095 72.277095) - (xy 57.069554 72.394037) - (xy 57.018505 72.530906) - (xy 57.012 72.591411) - (xy 57.012 73.286) - (xy 50.8605 73.286) - (xy 50.8605 66.368287) - (xy 54.2515 66.368287) - (xy 54.266466 66.572781) - (xy 54.325938 66.839756) - (xy 54.423644 67.095219) - (xy 54.557507 67.333738) - (xy 54.72467 67.550219) - (xy 54.921571 67.740057) - (xy 54.921574 67.740059) - (xy 55.144019 67.899205) - (xy 55.387266 68.024267) - (xy 55.64613 68.112579) - (xy 55.915093 68.162259) - (xy 56.188424 68.172248) - (xy 56.188424 68.172247) - (xy 56.188425 68.172248) - (xy 56.256392 68.164769) - (xy 56.460296 68.142334) - (xy 56.724916 68.073153) - (xy 56.976643 67.966181) - (xy 57.210112 67.823697) - (xy 57.420347 67.648738) - (xy 57.602867 67.445033) - (xy 57.753783 67.216923) - (xy 57.869877 66.969271) - (xy 57.948676 66.707355) - (xy 57.968481 66.572783) - (xy 57.9885 66.436759) - (xy 57.9885 66.368287) - (xy 63.8515 66.368287) - (xy 63.866466 66.572781) - (xy 63.925938 66.839756) - (xy 64.023644 67.095219) - (xy 64.157507 67.333738) - (xy 64.32467 67.550219) - (xy 64.521571 67.740057) - (xy 64.521574 67.740059) - (xy 64.744019 67.899205) - (xy 64.987266 68.024267) - (xy 65.24613 68.112579) - (xy 65.515093 68.162259) - (xy 65.788424 68.172248) - (xy 65.788424 68.172247) - (xy 65.788425 68.172248) - (xy 65.856392 68.164769) - (xy 66.060296 68.142334) - (xy 66.324916 68.073153) - (xy 66.576643 67.966181) - (xy 66.810112 67.823697) - (xy 67.020347 67.648738) - (xy 67.202867 67.445033) - (xy 67.353783 67.216923) - (xy 67.469877 66.969271) - (xy 67.548676 66.707355) - (xy 67.568481 66.572783) - (xy 67.5885 66.436759) - (xy 67.5885 65.711713) - (xy 67.573533 65.507218) - (xy 67.573533 65.507217) - (xy 67.514063 65.240247) - (xy 67.416355 64.984781) - (xy 67.416355 64.98478) - (xy 67.282492 64.746261) - (xy 67.115329 64.52978) - (xy 66.918428 64.339942) - (xy 66.801524 64.256305) - (xy 66.695981 64.180795) - (xy 66.452734 64.055733) - (xy 66.452733 64.055732) - (xy 66.45273 64.055731) - (xy 66.193871 63.967421) - (xy 65.924908 63.917741) - (xy 65.651574 63.907751) - (xy 65.379706 63.937665) - (xy 65.115084 64.006847) - (xy 64.863358 64.113818) - (xy 64.629884 64.256305) - (xy 64.419652 64.431262) - (xy 64.237136 64.634962) - (xy 64.086213 64.863083) - (xy 63.970125 65.110722) - (xy 63.891322 65.372649) - (xy 63.8515 65.643241) - (xy 63.8515 66.368287) - (xy 57.9885 66.368287) - (xy 57.9885 65.711713) - (xy 57.973533 65.507218) - (xy 57.973533 65.507217) - (xy 57.914063 65.240247) - (xy 57.816355 64.984781) - (xy 57.816355 64.98478) - (xy 57.682492 64.746261) - (xy 57.515329 64.52978) - (xy 57.318428 64.339942) - (xy 57.201524 64.256305) - (xy 57.095981 64.180795) - (xy 56.852734 64.055733) - (xy 56.852733 64.055732) - (xy 56.85273 64.055731) - (xy 56.593871 63.967421) - (xy 56.324908 63.917741) - (xy 56.051574 63.907751) - (xy 55.779706 63.937665) - (xy 55.515084 64.006847) - (xy 55.263358 64.113818) - (xy 55.029884 64.256305) - (xy 54.819652 64.431262) - (xy 54.637136 64.634962) - (xy 54.486213 64.863083) - (xy 54.370125 65.110722) - (xy 54.291322 65.372649) - (xy 54.2515 65.643241) - (xy 54.2515 66.368287) - (xy 50.8605 66.368287) - (xy 50.8605 57.15) - (xy 65.946844 57.15) - (xy 65.965436 57.374368) - (xy 65.965436 57.374371) - (xy 65.965437 57.374372) - (xy 66.020702 57.592611) - (xy 66.111139 57.79879) - (xy 66.112286 57.800545) - (xy 66.234278 57.987268) - (xy 66.312959 58.072738) - (xy 66.386762 58.152908) - (xy 66.564421 58.291187) - (xy 66.564424 58.291189) - (xy 66.762426 58.398342) - (xy 66.975365 58.471444) - (xy 67.197431 58.5085) - (xy 67.422566 58.5085) - (xy 67.422569 58.5085) - (xy 67.644635 58.471444) - (xy 67.857574 58.398342) - (xy 68.055576 58.291189) - (xy 68.076505 58.274899) - (xy 69.08431 58.274899) - (xy 69.104697 58.290767) - (xy 69.302628 58.397882) - (xy 69.515491 58.470957) - (xy 69.73747 58.508) - (xy 69.96253 58.508) - (xy 70.184508 58.470957) - (xy 70.397368 58.397883) - (xy 70.595305 58.290764) - (xy 70.615688 58.274899) - (xy 71.62431 58.274899) - (xy 71.644697 58.290767) - (xy 71.842628 58.397882) - (xy 72.055491 58.470957) - (xy 72.27747 58.508) - (xy 72.50253 58.508) - (xy 72.724508 58.470957) - (xy 72.937368 58.397883) - (xy 73.135305 58.290764) - (xy 73.155688 58.274899) - (xy 73.155689 58.274898) - (xy 72.390001 57.50921) - (xy 72.39 57.50921) - (xy 71.62431 58.274899) - (xy 70.615688 58.274899) - (xy 70.615689 58.274898) - (xy 69.850001 57.50921) - (xy 69.85 57.50921) - (xy 69.08431 58.274899) - (xy 68.076505 58.274899) - (xy 68.23324 58.152906) - (xy 68.385722 57.987268) - (xy 68.474816 57.850898) - (xy 68.520329 57.809) - (xy 68.580299 57.793814) - (xy 68.640268 57.809) - (xy 68.685782 57.850898) - (xy 68.726922 57.913866) - (xy 69.490789 57.150001) - (xy 70.20921 57.150001) - (xy 70.973076 57.913867) - (xy 71.014516 57.850439) - (xy 71.06003 57.808541) - (xy 71.119999 57.793355) - (xy 71.179968 57.808541) - (xy 71.225482 57.850439) - (xy 71.266922 57.913866) - (xy 72.030789 57.150001) - (xy 72.74921 57.150001) - (xy 73.513076 57.913867) - (xy 73.513077 57.913866) - (xy 73.554218 57.850898) - (xy 73.599731 57.809) - (xy 73.6597 57.793814) - (xy 73.719669 57.809) - (xy 73.765183 57.850898) - (xy 73.854278 57.987268) - (xy 73.932959 58.072738) - (xy 74.006762 58.152908) - (xy 74.184421 58.291187) - (xy 74.184424 58.291189) - (xy 74.382426 58.398342) - (xy 74.595365 58.471444) - (xy 74.817431 58.5085) - (xy 75.042566 58.5085) - (xy 75.042569 58.5085) - (xy 75.264635 58.471444) - (xy 75.477574 58.398342) - (xy 75.675576 58.291189) - (xy 75.85324 58.152906) - (xy 75.966516 58.029855) - (xy 76.021096 57.995099) - (xy 76.085732 57.992016) - (xy 76.143374 58.021421) - (xy 76.169165 58.060812) - (xy 76.170154 58.060203) - (xy 76.177884 58.072735) - (xy 76.177885 58.072738) - (xy 76.227335 58.152908) - (xy 76.270972 58.223655) - (xy 76.396344 58.349027) - (xy 76.396346 58.349028) - (xy 76.396348 58.34903) - (xy 76.547262 58.442115) - (xy 76.715574 58.497887) - (xy 76.819455 58.5085) - (xy 78.120544 58.508499) - (xy 78.224426 58.497887) - (xy 78.392738 58.442115) - (xy 78.543652 58.34903) - (xy 78.66903 58.223652) - (xy 78.762115 58.072738) - (xy 78.817887 57.904426) - (xy 78.8285 57.800545) - (xy 78.828499 56.499456) - (xy 78.817887 56.395574) - (xy 78.762115 56.227262) - (xy 78.70459 56.134) - (xy 85.052 56.134) - (xy 85.052 56.728589) - (xy 85.058505 56.789093) - (xy 85.109554 56.925962) - (xy 85.197095 57.042904) - (xy 85.314037 57.130445) - (xy 85.450906 57.181494) - (xy 85.511411 57.188) - (xy 86.106 57.188) - (xy 86.106 56.134) - (xy 85.052 56.134) - (xy 78.70459 56.134) - (xy 78.66903 56.076348) - (xy 78.669028 56.076346) - (xy 78.669027 56.076344) - (xy 78.543655 55.950972) - (xy 78.533159 55.944498) - (xy 78.392738 55.857885) - (xy 78.392735 55.857884) - (xy 78.380203 55.850154) - (xy 78.381002 55.848858) - (xy 78.340335 55.821628) - (xy 78.311659 55.760829) - (xy 78.318326 55.693938) - (xy 78.358435 55.639995) - (xy 78.376416 55.626) - (xy 85.052 55.626) - (xy 86.106 55.626) - (xy 86.106 54.572) - (xy 85.511411 54.572) - (xy 85.450906 54.578505) - (xy 85.314037 54.629554) - (xy 85.197095 54.717095) - (xy 85.109554 54.834037) - (xy 85.058505 54.970906) - (xy 85.052 55.031411) - (xy 85.052 55.626) - (xy 78.376416 55.626) - (xy 78.39324 55.612906) - (xy 78.545722 55.447268) - (xy 78.66886 55.258791) - (xy 78.759296 55.052616) - (xy 78.814564 54.834368) - (xy 78.833156 54.61) - (xy 78.814564 54.385632) - (xy 78.759296 54.167384) - (xy 78.66886 53.961209) - (xy 78.545722 53.772732) - (xy 78.39324 53.607094) - (xy 78.393239 53.607093) - (xy 78.393237 53.607091) - (xy 78.215578 53.468812) - (xy 78.017573 53.361657) - (xy 77.873427 53.312172) - (xy 77.804635 53.288556) - (xy 77.582569 53.2515) - (xy 77.357431 53.2515) - (xy 77.135365 53.288556) - (xy 77.135362 53.288556) - (xy 77.135362 53.288557) - (xy 76.922426 53.361657) - (xy 76.724421 53.468812) - (xy 76.546762 53.607091) - (xy 76.394278 53.772731) - (xy 76.305483 53.908643) - (xy 76.259969 53.950541) - (xy 76.2 53.965727) - (xy 76.140031 53.950541) - (xy 76.094517 53.908643) - (xy 76.086486 53.89635) - (xy 76.005722 53.772732) - (xy 75.85324 53.607094) - (xy 75.853239 53.607093) - (xy 75.853237 53.607091) - (xy 75.675578 53.468812) - (xy 75.477573 53.361657) - (xy 75.333427 53.312172) - (xy 75.264635 53.288556) - (xy 75.042569 53.2515) - (xy 74.817431 53.2515) - (xy 74.595365 53.288556) - (xy 74.595362 53.288556) - (xy 74.595362 53.288557) - (xy 74.382426 53.361657) - (xy 74.184421 53.468812) - (xy 74.006762 53.607091) - (xy 73.854278 53.772731) - (xy 73.765183 53.909102) - (xy 73.719669 53.951) - (xy 73.6597 53.966186) - (xy 73.599731 53.951) - (xy 73.554218 53.909102) - (xy 73.513076 53.846132) - (xy 72.74921 54.61) - (xy 72.74921 54.610001) - (xy 73.513076 55.373867) - (xy 73.513077 55.373866) - (xy 73.554218 55.310898) - (xy 73.599731 55.269) - (xy 73.6597 55.253814) - (xy 73.719669 55.269) - (xy 73.765183 55.310898) - (xy 73.854278 55.447268) - (xy 74.006762 55.612908) - (xy 74.184418 55.751185) - (xy 74.18442 55.751186) - (xy 74.184424 55.751189) - (xy 74.217682 55.769187) - (xy 74.265952 55.815503) - (xy 74.283711 55.88) - (xy 74.265952 55.944497) - (xy 74.217682 55.990812) - (xy 74.192794 56.004281) - (xy 74.184418 56.008814) - (xy 74.006762 56.147091) - (xy 73.854278 56.312731) - (xy 73.765183 56.449102) - (xy 73.719669 56.491) - (xy 73.6597 56.506186) - (xy 73.599731 56.491) - (xy 73.554218 56.449102) - (xy 73.513076 56.386132) - (xy 72.74921 57.15) - (xy 72.74921 57.150001) - (xy 72.030789 57.150001) - (xy 72.03079 57.15) - (xy 71.266921 56.386132) - (xy 71.225482 56.44956) - (xy 71.179968 56.491458) - (xy 71.119999 56.506644) - (xy 71.06003 56.491458) - (xy 71.014516 56.44956) - (xy 70.973076 56.386132) - (xy 70.20921 57.15) - (xy 70.20921 57.150001) - (xy 69.490789 57.150001) - (xy 69.49079 57.15) - (xy 68.726921 56.386132) - (xy 68.685782 56.449101) - (xy 68.640268 56.490999) - (xy 68.580299 56.506185) - (xy 68.52033 56.490999) - (xy 68.474816 56.449101) - (xy 68.439845 56.395574) - (xy 68.385722 56.312732) - (xy 68.23324 56.147094) - (xy 68.233239 56.147093) - (xy 68.233237 56.147091) - (xy 68.076506 56.025101) - (xy 69.08431 56.025101) - (xy 69.849999 56.79079) - (xy 69.85 56.79079) - (xy 70.615688 56.025101) - (xy 71.62431 56.025101) - (xy 72.389999 56.79079) - (xy 72.39 56.79079) - (xy 73.155689 56.0251) - (xy 73.155688 56.025099) - (xy 73.135302 56.009232) - (xy 73.101265 55.990812) - (xy 73.052994 55.944495) - (xy 73.035236 55.879997) - (xy 73.052996 55.8155) - (xy 73.101268 55.769184) - (xy 73.135306 55.750763) - (xy 73.155688 55.734899) - (xy 73.155689 55.734898) - (xy 72.390001 54.96921) - (xy 72.39 54.96921) - (xy 71.62431 55.734899) - (xy 71.644699 55.750768) - (xy 71.678733 55.769187) - (xy 71.727004 55.815503) - (xy 71.744763 55.88) - (xy 71.727004 55.944497) - (xy 71.678733 55.990813) - (xy 71.644702 56.009229) - (xy 71.62431 56.025099) - (xy 71.62431 56.025101) - (xy 70.615688 56.025101) - (xy 70.615689 56.0251) - (xy 70.615688 56.025099) - (xy 70.595302 56.009232) - (xy 70.561265 55.990812) - (xy 70.512994 55.944495) - (xy 70.495236 55.879997) - (xy 70.512996 55.8155) - (xy 70.561268 55.769184) - (xy 70.595306 55.750763) - (xy 70.615688 55.734899) - (xy 70.615689 55.734898) - (xy 69.850001 54.96921) - (xy 69.85 54.96921) - (xy 69.08431 55.734899) - (xy 69.104699 55.750768) - (xy 69.138733 55.769187) - (xy 69.187004 55.815503) - (xy 69.204763 55.88) - (xy 69.187004 55.944497) - (xy 69.138733 55.990813) - (xy 69.104702 56.009229) - (xy 69.08431 56.025099) - (xy 69.08431 56.025101) - (xy 68.076506 56.025101) - (xy 68.055579 56.008813) - (xy 68.055577 56.008812) - (xy 68.055576 56.008811) - (xy 68.022317 55.990812) - (xy 67.974047 55.944498) - (xy 67.956288 55.88) - (xy 67.974047 55.815502) - (xy 68.022317 55.769187) - (xy 68.055576 55.751189) - (xy 68.23324 55.612906) - (xy 68.385722 55.447268) - (xy 68.474816 55.310898) - (xy 68.520329 55.269) - (xy 68.580299 55.253814) - (xy 68.640268 55.269) - (xy 68.685782 55.310898) - (xy 68.726922 55.373866) - (xy 69.490789 54.610001) - (xy 70.20921 54.610001) - (xy 70.973076 55.373867) - (xy 71.014516 55.310439) - (xy 71.06003 55.268541) - (xy 71.119999 55.253355) - (xy 71.179968 55.268541) - (xy 71.225482 55.310439) - (xy 71.266922 55.373866) - (xy 72.03079 54.61) - (xy 71.266921 53.846132) - (xy 71.225482 53.90956) - (xy 71.179968 53.951458) - (xy 71.119999 53.966644) - (xy 71.06003 53.951458) - (xy 71.014516 53.90956) - (xy 70.973076 53.846132) - (xy 70.20921 54.61) - (xy 70.20921 54.610001) - (xy 69.490789 54.610001) - (xy 69.49079 54.61) - (xy 68.726921 53.846132) - (xy 68.685782 53.909101) - (xy 68.640268 53.950999) - (xy 68.580299 53.966185) - (xy 68.52033 53.950999) - (xy 68.474816 53.909101) - (xy 68.474517 53.908643) - (xy 68.385722 53.772732) - (xy 68.23324 53.607094) - (xy 68.233239 53.607093) - (xy 68.233237 53.607091) - (xy 68.076506 53.485101) - (xy 69.08431 53.485101) - (xy 69.849999 54.25079) - (xy 69.85 54.25079) - (xy 70.615688 53.485101) - (xy 71.62431 53.485101) - (xy 72.389999 54.25079) - (xy 72.39 54.25079) - (xy 73.155689 53.4851) - (xy 73.155688 53.485099) - (xy 73.135302 53.469232) - (xy 72.937371 53.362117) - (xy 72.724508 53.289042) - (xy 72.50253 53.252) - (xy 72.27747 53.252) - (xy 72.055491 53.289042) - (xy 71.842628 53.362117) - (xy 71.6447 53.469231) - (xy 71.62431 53.485099) - (xy 71.62431 53.485101) - (xy 70.615688 53.485101) - (xy 70.615689 53.4851) - (xy 70.615688 53.485099) - (xy 70.595302 53.469232) - (xy 70.397371 53.362117) - (xy 70.184508 53.289042) - (xy 69.96253 53.252) - (xy 69.73747 53.252) - (xy 69.515491 53.289042) - (xy 69.302628 53.362117) - (xy 69.1047 53.469231) - (xy 69.08431 53.485099) - (xy 69.08431 53.485101) - (xy 68.076506 53.485101) - (xy 68.055578 53.468812) - (xy 67.857573 53.361657) - (xy 67.713427 53.312172) - (xy 67.644635 53.288556) - (xy 67.422569 53.2515) - (xy 67.197431 53.2515) - (xy 66.975365 53.288556) - (xy 66.975362 53.288556) - (xy 66.975362 53.288557) - (xy 66.762426 53.361657) - (xy 66.564421 53.468812) - (xy 66.386762 53.607091) - (xy 66.234278 53.772731) - (xy 66.111139 53.961209) - (xy 66.020702 54.167388) - (xy 65.965437 54.385627) - (xy 65.965436 54.385632) - (xy 65.946844 54.61) - (xy 65.965436 54.834368) - (xy 65.965436 54.834371) - (xy 65.965437 54.834372) - (xy 66.020702 55.052611) - (xy 66.111139 55.25879) - (xy 66.234278 55.447268) - (xy 66.386762 55.612908) - (xy 66.564418 55.751185) - (xy 66.56442 55.751186) - (xy 66.564424 55.751189) - (xy 66.597682 55.769187) - (xy 66.645952 55.815503) - (xy 66.663711 55.88) - (xy 66.645952 55.944497) - (xy 66.597682 55.990812) - (xy 66.572794 56.004281) - (xy 66.564418 56.008814) - (xy 66.386762 56.147091) - (xy 66.234278 56.312731) - (xy 66.111139 56.501209) - (xy 66.020702 56.707388) - (xy 65.989206 56.831765) - (xy 65.965436 56.925632) - (xy 65.946844 57.15) - (xy 50.8605 57.15) - (xy 50.8605 50.9865) - (xy 50.877381 50.9235) - (xy 50.9235 50.877381) - (xy 50.9865 50.8605) - (xy 111.2135 50.8605) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "Bass++") + (date "2019-10-03") + (rev "01") + (comment 1 "Original design by Thomas Henry") + (comment 2 "PCB for main circuit") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "+15V") + (net 3 "-15V") + (net 4 "Net-(C5-Pad2)") + (net 5 "Net-(C5-Pad1)") + (net 6 "Net-(U1A-+)") + (net 7 "Net-(D1-A)") + (net 8 "Net-(C10-Pad1)") + (net 9 "Net-(D4-K)") + (net 10 "Net-(D3-K)") + (net 11 "Net-(C13-Pad2)") + (net 12 "Net-(C13-Pad1)") + (net 13 "Net-(D5-K)") + (net 14 "Net-(C15-Pad2)") + (net 15 "Net-(C16-Pad2)") + (net 16 "/Shell") + (net 17 "Net-(C17-Pad1)") + (net 18 "/PULSE") + (net 19 "Net-(D6-K)") + (net 20 "unconnected-(J1-PadTN)") + (net 21 "Net-(J1-PadT)") + (net 22 "unconnected-(J2-PadTN)") + (net 23 "+5V") + (net 24 "unconnected-(J5-PadTN)") + (net 25 "Net-(Q1-E)") + (net 26 "Net-(Q1-C)") + (net 27 "Net-(Q2-E)") + (net 28 "Net-(Q2-B)") + (net 29 "Net-(Q3-E)") + (net 30 "Net-(Q3-C)") + (net 31 "Net-(R1-Pad2)") + (net 32 "Net-(R2-Pad2)") + (net 33 "Net-(R3-Pad2)") + (net 34 "Net-(R4-Pad2)") + (net 35 "Net-(R5-Pad2)") + (net 36 "Net-(R6-Pad2)") + (net 37 "Net-(Q4-C)") + (net 38 "Net-(Q4-B)") + (net 39 "Net-(U2C--)") + (net 40 "Net-(U2A-+)") + (net 41 "Net-(U2A--)") + (net 42 "Net-(U1B--)") + (net 43 "Net-(U1A--)") + (net 44 "Net-(C8-Pad1)") + (net 45 "Net-(C9-Pad2)") + (net 46 "Net-(C11-Pad2)") + (net 47 "Net-(C17-Pad2)") + (net 48 "unconnected-(RV2-Pad3)") + (net 49 "unconnected-(U2A-DIODE_BIAS-Pad15)") + (net 50 "Net-(R11-Pad1)") + (net 51 "Net-(R21-Pad2)") + (net 52 "Net-(R22-Pad2)") + (net 53 "unconnected-(U2C-DIODE_BIAS-Pad2)") + (footprint "LED_THT:LED_D5.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fccc9") + (at 68.58 147.32) + (descr "LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf") + (tags "LED diameter 5.0mm 2 pins") + (property "Reference" "D6" + (at 1.27 -3.96 0) + (layer "F.SilkS") + (uuid "88bd9ba0-475b-4d6e-a432-5c4382687b7e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED" + (at 1.27 3.96 0) + (layer "F.Fab") + (uuid "0dc9fded-b2c4-49b8-9282-f8bcf5525e92") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5adec91f-0935-42fe-b3fe-55aff5329884") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c29620a-eb74-40ab-9374-d8eb398e899b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b077fbc-19b6-4ccc-8661-cf062b72232f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d087c7c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.29 -1.545) + (end -1.29 1.545) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16aa5f5a-5dc4-4684-b11d-ba2589529e5d") + ) + (fp_arc + (start -1.29 -1.54483) + (mid 2.072002 -2.880433) + (end 4.26 0.000462) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98a9fcbe-0ef2-4a27-8ef5-ba1d7e97e13a") + ) + (fp_arc + (start 4.26 -0.000462) + (mid 2.072002 2.880433) + (end -1.29 1.54483) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6c59e7a-34c4-42b9-b8e8-3c9d3566e86d") + ) + (fp_circle + (center 1.27 0) + (end 3.77 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "88f81260-bc77-48bf-beb0-3dbedbd86236") + ) + (fp_line + (start -1.95 -3.25) + (end -1.95 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ead820cc-41dc-4d41-856c-5e411af96dd8") + ) + (fp_line + (start -1.95 3.25) + (end 4.5 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "674d2404-627e-49d0-9c9c-52c5bacc5b6c") + ) + (fp_line + (start 4.5 -3.25) + (end -1.95 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9af53d5c-31bc-4402-aa25-72abc938ffbf") + ) + (fp_line + (start 4.5 3.25) + (end 4.5 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8592aae3-818a-41d4-b3da-8293d4321ca3") + ) + (fp_line + (start -1.23 -1.469694) + (end -1.23 1.469694) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cae8ef93-c571-49d1-bcc8-3340e16f4f3e") + ) + (fp_arc + (start -1.23 -1.469694) + (mid 4.17 0.000016) + (end -1.230016 1.469666) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c905b22-271d-40df-9324-e2ecf466123b") + ) + (fp_circle + (center 1.27 0) + (end 3.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "c3b2b898-22a0-45a9-8dc0-8907cc864989") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "125b771c-17f0-4f48-85b5-0108b81a543f") + (effects + (font + (size 0.8 0.8) + (thickness 0.2) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D6-K)") + (pinfunction "K") + (pintype "passive") + (uuid "be824c02-ed18-4f82-b3fd-47baf78d037b") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "A") + (pintype "passive") + (uuid "4c2e3c6d-27b8-4ab0-a025-272f080c440c") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D5.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcceb") + (at 60.96 86.36) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J1" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "9b25df16-bcda-4498-a9c6-6aa6018342e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CV" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "865796ef-c040-417b-bfd3-9fe2625bd87d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5bc6467-6a04-4e37-94dd-9328e57a2c09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ee47ba4-608b-4544-a886-f69c37f54fa2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "11fecc3a-3137-4f69-b9d7-8f9bd302d571") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da61d73") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f924f6e7-a1af-4501-b7d8-217c303b6853") + ) + (fp_line + (start -1.06 -7.48) + (end -1.06 -6.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f511be90-5854-4604-9466-388dea024d28") + ) + (fp_line + (start -1.06 -7.48) + (end -0.2 -7.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7097d8ac-8acd-4080-b278-298a82a3272e") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c43c0d9-9e49-40eb-9d3c-1ba2c387d22b") + ) + (fp_line + (start -0.35 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90b32b7a-1c10-4b79-818b-bf3d7542403d") + ) + (fp_line + (start 4.5 -4.5) + (end 0.35 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "039d2b80-41bb-4190-83ad-fb3a2e24680b") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b44d24cb-d5f4-40d9-aec4-293da6760523") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fa4475f-5d0b-426e-9ce8-5cf76b318e9e") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b6fc9253-962d-438a-a5a5-80726d0e6188") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "cd87c3e6-ab2e-482e-9fa4-adea3d6cd22c") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "bacf48f2-04d8-4926-a088-e0365f5c19ea") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1f382a8b-2e0f-4da9-9a6f-cfaf2cac09b8") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1a02b8c4-b76b-443f-a3f0-3f26f17268ac") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d0d2b471-f06d-4523-a8bf-8f9e384ddcc5") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "086c1341-4737-4cdc-bfe8-3eb8582c81c7") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c9647fb-87d9-4cb0-bda9-bd4aadadcb24") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "559c2315-61b1-4614-b248-0f4770f0f9ae") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f348ae97-5a9b-4474-9480-f59ff051907a") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ab7dbf8-c5fe-4529-a610-ca6a943047f8") + ) + (fp_line + (start -4.5 6) + (end -4.5 -4.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80471d5b-7e77-468f-b230-3efc445cbbf2") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cea7d46-243b-4b78-b222-aa01a27c7827") + ) + (fp_line + (start 4.5 -4.45) + (end -4.5 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ddfbd1d-bfe0-4001-b3c6-9de5adc71a8d") + ) + (fp_line + (start 4.5 6) + (end -4.5 6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bbe2e0a2-8e7e-477c-b86b-f868bd7553b8") + ) + (fp_line + (start 4.5 6) + (end 4.5 -4.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "159fdbfb-0bfe-49a3-bbf3-f150b87bf3e5") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "bbb35c81-3bd1-432b-bb32-76b57ec64d44") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "39565a4e-de5f-47fe-8a08-f3f2c4f28182") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "6faaba84-9d3b-4bb4-982c-56d00f971d89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "54854d33-9c2d-4347-9f67-38869ee86642") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(J1-PadT)") + (pintype "passive") + (uuid "721ecc3b-3389-4942-8626-37d930afc001") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "unconnected-(J1-PadTN)") + (pintype "passive+no_connect") + (uuid "774e8ff1-5f72-4357-ac13-15f44d7380fe") + ) + (model "${KISYS3DMOD}/Connector_Audio.3dshapes/Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/Projects/elektrophon/lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcd0d") + (at 60.96 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J2" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "da9acc04-717e-42fa-8152-b84eae4d0937") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Trigger" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "a30a45ce-b4b1-405c-a62d-b6b3f0089ced") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb647de8-9000-48bd-93d5-48ae060e3a02") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33b8c51f-3e1c-4130-9ee1-1024f694cf11") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6eb01a19-d63e-4751-b7cb-194b8357c52b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da8003e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9cd92aeb-adba-4fa7-ac36-46262e355e06") + ) + (fp_line + (start -1.06 -7.48) + (end -1.06 -6.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0fa0c496-7cd9-48f0-8911-ca62212150c3") + ) + (fp_line + (start -1.06 -7.48) + (end -0.2 -7.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37332c2f-5598-42c1-a53d-9463eb72ac27") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "664303bc-6bda-4e81-a054-787ea4146c30") + ) + (fp_line + (start -0.35 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d240f8d5-960e-4774-aadf-ea7e04fc9ace") + ) + (fp_line + (start 4.5 -4.5) + (end 0.35 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15a4b36a-288f-4dd2-afd8-eacdeb0c5c29") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09c7f534-0b36-4b88-a9ba-ae7227c2394b") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c54f843-22a5-44de-9b31-c15cef41e316") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "38f93d9b-e118-4935-afd4-deddc449ba66") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fe1abaf5-41c9-4b51-ae80-0b3f8f93059a") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "19e976ed-4b7e-4bfd-aebd-2c0dcdb535c9") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d4565140-8949-448f-8033-ce29bde11a18") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "16d7ad30-4133-46b8-97cd-e06877df1017") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "69afca91-2659-4701-a322-b59d7d267e5d") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "ac1f642f-9163-442e-bf1b-3efb960f4059") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17c0acdf-3263-41da-894f-2764c607ffeb") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b87ed7d1-c5c9-4352-ae53-a0524bef1797") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2407539-ebd6-4a7e-9d7d-0ab2182dc783") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f7b5951c-d39b-4cf3-aec0-d24d13b5780e") + ) + (fp_line + (start -4.5 6) + (end -4.5 -4.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c35899e4-957a-44fe-b951-2e732e0ef3f6") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33db86eb-1f09-4bd6-b1c4-b260cad41abf") + ) + (fp_line + (start 4.5 -4.45) + (end -4.5 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97afd4bf-8a7a-42c6-83f4-d33cb2675d52") + ) + (fp_line + (start 4.5 6) + (end -4.5 6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52d2f9bd-5b6b-452d-868e-4684390985bc") + ) + (fp_line + (start 4.5 6) + (end 4.5 -4.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79a28800-8cac-4e35-866d-f184c601c5b1") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "50e2012a-3f88-4336-a01c-74f648352a46") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "cde06511-ebc4-41fe-9057-bff9d31d4a73") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "4588ae90-ccbd-4777-b67d-4d41fe03ce6e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "89ea0b20-a35d-42cf-916c-41d3dbccea12") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(C8-Pad1)") + (pintype "passive") + (uuid "ca0f6522-6dbf-4838-811b-0f02c1233ead") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "unconnected-(J2-PadTN)") + (pintype "passive+no_connect") + (uuid "1dc44862-59e4-4f49-a5be-213a4a666031") + ) + (model "${KISYS3DMOD}/Connector_Audio.3dshapes/Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/Projects/elektrophon/lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcd76") + (at 101.6 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J5" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "de29027d-6df7-4b4e-b94f-7675b82f4064") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CV" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "266f5941-1c19-4ca7-b561-9b181a7120c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ab28106-e912-4c13-9f5d-ec85069fbe74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a880523c-346c-4069-8989-1065bc42e6d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7582f7a5-24bc-4d68-8dd4-7cd18f347f80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da92389") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d67da9bf-d1bc-4d04-87f3-64128f012edb") + ) + (fp_line + (start -1.06 -7.48) + (end -1.06 -6.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e4927ed-ace5-4de2-9e30-6600b87bb80b") + ) + (fp_line + (start -1.06 -7.48) + (end -0.2 -7.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3372eaa-cebe-4fd2-af70-c0854fcdad13") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a374055-2f76-458c-84e8-5841ab6d69cb") + ) + (fp_line + (start -0.35 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cebf40ac-0924-4541-8ffa-ea5dc868f04a") + ) + (fp_line + (start 4.5 -4.5) + (end 0.35 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37a6ce84-1c38-4e22-80b5-acd46f91ea5a") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a652031f-47a7-402e-b9d7-11f3095825cf") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9efd33d-e15f-46af-aa5b-4ee4f1727b36") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b9d21ba2-9d0d-4a7f-bd0b-5a220d019972") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "3e2654a1-bfed-457d-b90b-0bbf1f0fe973") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "66fa55c5-1e44-4db9-83a1-bf3307c082e3") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6fcb503b-d2d7-4d34-8780-0595329ab2fd") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "92c904cc-4455-43ef-afcd-c5cf2a705c1b") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6d9ad51a-eff5-4eec-a28e-5e13c0591c58") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "06f4d8fd-3193-4370-9529-5c57c73df001") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b377cb6e-17bb-408a-8c87-ffa6fe04d905") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "168a4d90-20b9-45dc-a5ff-d08ad3d9d6be") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8cf08ccc-6e59-467d-83f7-819e1d27a5d9") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81c0067a-63fd-4e10-8367-04e26eb1945d") + ) + (fp_line + (start -4.5 6) + (end -4.5 -4.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64eb7d4c-fabf-44b5-8988-9159d8d6b571") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62dcb353-eb7f-4dc2-a1c4-a089ef09973a") + ) + (fp_line + (start 4.5 -4.45) + (end -4.5 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "316766f3-f593-4d37-b7c9-fbd4218c19e6") + ) + (fp_line + (start 4.5 6) + (end -4.5 6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f433910c-ec31-42a0-a8f5-751fdf43025e") + ) + (fp_line + (start 4.5 6) + (end 4.5 -4.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53a6fb56-d154-4226-9747-c151422b1e39") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "dc2188fd-513c-4c34-a712-3b1bf538791d") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "a7a07ded-c2a7-4ff2-a848-eedb24990d65") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "b6d06f2f-738b-4e3f-9d3e-2fd72c760c1a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "6d8a0e62-b90f-437b-947d-d3f5c46f4975") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "Net-(C17-Pad2)") + (pintype "passive") + (uuid "53a5243a-4f76-4d8f-8ef0-2365bbd9f7ea") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "unconnected-(J5-PadTN)") + (pintype "passive+no_connect") + (uuid "7f69b5e2-14e2-4ae2-8474-85937ac29dd0") + ) + (model "${KISYS3DMOD}/Connector_Audio.3dshapes/Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/Projects/elektrophon/lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd019") + (at 81.28 147.32 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV1" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "4559f950-df8d-4be8-8c6e-79ed24048230") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "493b4e50-45a0-4762-9fc5-1b1381a3edc9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "518e7014-ad18-4e48-b177-8c1fe9f1ffad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6abfbaba-6d36-489e-83b1-04eed4d67082") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b925fe3-4c47-4e8b-8d4e-d2181bd6fa9e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd09063") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ae154ba-cc18-42bb-94f1-94695b8572a6") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6be4f95f-dc8f-4a1a-8f31-84f4008005d0") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f121dfef-33f7-42bc-8211-8d99829b1fbe") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0065b747-8191-4d2d-9756-e3886217c179") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ab7daaa-a5de-411f-89c0-9698332baad2") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9da498c5-d564-4458-92cd-03633a5339e2") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "133c3aa9-f8c7-413f-8078-4a9f96d59e6c") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a3b2d8f-b9b8-4614-8d4f-4baf28eab243") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd856077-308d-4687-aef3-e1bc76116814") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "322e192a-e85c-44cc-a8cb-ce0dd16831e4") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "655908e7-bbb4-47a9-a618-e027d1d99118") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec37e756-f034-46dd-973a-beb2697839a0") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4dca0f3-b97d-4844-b6d1-4f8ee123b3b4") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65c3164f-e13f-4edf-b4e0-85e1e9eec30f") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc7423e4-703f-408f-b24f-9f3eb222a343") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe03d909-e35c-4bc2-9d28-789c9a21e43f") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "69ac6efc-8c5c-42cd-b5a2-7ab6fd631b01") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d05448db-5bed-4cde-a69b-5985888c3f79") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "bec58af5-ab73-419c-a54e-ee1f0d01890e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "95b7a7dc-b2d6-4326-b910-53fb0d0ddc47") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "99b09587-3216-4935-90a9-d2d76c33d667") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(R1-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "7cefa5cc-2374-405e-8b66-6a64b68f08ae") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(U1A--)") + (pinfunction "2") + (pintype "passive") + (uuid "6f8b00fd-88d2-43b4-a95e-c36d6ace83f4") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(R2-Pad2)") + (pinfunction "3") + (pintype "passive") + (uuid "34e1047c-d93f-4512-b9b7-bc1c62107ab7") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd035") + (at 60.96 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV2" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "bbe95ed0-75bb-44af-853a-21df94706335") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "500k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "8dc5d35b-7bde-49fc-8e35-957f522dd499") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68263618-a261-4436-9d2c-c10a636978ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f273ecbc-ac23-4128-8cac-7ef6026ca9a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e28976fd-e2aa-4f8d-8bc0-131910802024") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd0c492") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62c74082-3fa3-465e-9623-0c6672272641") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4cbe394d-44de-48fa-bd46-4259022362ae") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfb8b1d9-3d29-42f8-9a13-ac6afa949337") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f436fe51-8072-47f5-bb39-47cf3e3c0829") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4070e013-2299-4ec8-85b8-3a35c10c8375") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "616ea275-771f-44a6-9a6f-230b5a7c4999") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "213ff160-9548-4292-8401-46734566f1c9") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "169007c1-7333-4e83-a358-1c6a1f706819") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f126d0a-1de7-441e-9a78-e780b98e4011") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9239089e-ec17-4b34-96b2-1bdca8eb79b1") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43bab74c-58ae-439e-8565-0538a0d3bae9") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5cce59ef-361c-4cd2-975f-afe8aa21eeb1") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "786b3c8e-c837-4510-be5d-4679e070cd99") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61f5585a-4b1c-48b2-840c-f646b443ce50") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b0764ec7-bd3f-4c8e-9229-eca4c6749769") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d056380-aef7-462b-a59d-f7a625fa4629") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d2566ae-1571-4d54-8825-3357e4c2aefe") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "79ccc0ea-ad73-4720-a7ba-63880347e5f6") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "d2a8b1e5-5103-4053-b3aa-6c33d0ee93a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "ee8dc4a9-b14f-41c0-aca6-757b9e0524b3") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "048b00d9-0982-4ed3-b055-cc78b98a825b") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "74a1dfad-cd56-4e9f-bc23-77a8b611accf") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "Net-(R11-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "323c78dd-9ede-4161-aaf7-3dd47b3f9366") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "unconnected-(RV2-Pad3)") + (pinfunction "3") + (pintype "passive+no_connect") + (uuid "05053d90-187a-40b3-a5bd-1281bff8eba4") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd051") + (at 81.28 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV3" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "daafeebb-6d33-4c18-b730-acf30bf0ea95") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "4964bcde-f514-46c0-aee3-4984e44ecb3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4dfa4fda-174a-4472-b7b6-017005a74891") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40cc9765-f527-4a7a-856d-fe225dfce5ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af94cfa9-5990-486d-a091-b64429f3cb50") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd0c945") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a451db5-3e49-48d8-9e5c-f55b18552537") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc0e0c7c-c5a6-4fe1-92cc-596a0a5334bd") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1e4ead6-037d-4486-bbef-ffc5a07a8f3b") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd2f1499-b015-43aa-9833-3e2619be1bbf") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1b2257b-8990-4690-9718-56a44afc9b38") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c11ecc2-f965-4f04-8eb2-93b547864316") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca6344b7-a827-4f17-a2b0-254611a51a71") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0eda2f4f-28c0-43a1-b39b-00933c6688af") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01eb399b-2ae6-4fd3-85a1-467c43338997") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4ce720e-9790-461c-8b78-1f3c306a482c") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7fb7ac2b-48fa-492f-86e8-1d54a0982358") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7fdae834-004c-4673-8142-a583714ab77c") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d09995a3-32e2-4446-b343-a4b7041bd4f6") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03852e5d-dcef-4459-85d8-f5f21ac749a7") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ece56d9d-f700-4a6f-a906-7ad69ea8b6fd") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44792279-0e92-44fa-a192-ea12ae748bbc") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6b2e749-d6ab-46be-a478-1a3f27ff8d87") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "81990dff-4e6e-4f6f-b5bc-1f7b3834d316") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "35441225-cc0f-4023-bb55-34a65d15ef22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d2d6a33b-6150-40b0-983a-245b23560a82") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "269c06b4-3331-45fa-9f10-3e1c50110a7c") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "8af1d072-58c8-4e63-ae77-8e5b9b5ab8e6") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(R3-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "9533f25f-6656-4fd4-af76-347924be8d40") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(Q2-E)") + (pinfunction "3") + (pintype "passive") + (uuid "e2f82dbf-04df-42a4-9284-6484f323031f") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd06d") + (at 81.28 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV4" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "9fc5507b-2324-483e-b40a-ed0900dc4ae8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "eee9e2d8-b0d7-434b-bef6-13ca925f70fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfda67c7-1bb5-471f-9131-94e9eb7b7812") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0339ae0-1d80-4a7e-b8c1-4e288a218682") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60027180-8f15-4ec8-9e79-e21c163d8da1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd0ce86") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1066163f-277a-45f6-8e9d-eb821b04124d") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9f685b2-7e78-4652-8651-39dab43071e8") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "505b8d1f-46cf-40cb-ba96-5aa40d36be46") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fedf4a3b-a143-41fc-b2d8-a3c02cacc387") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1351e4a9-97dc-421f-99e8-e7ec716d22bb") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "336ef5ac-a1c4-4593-9024-e09c6bf0138e") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df7538ef-3483-400f-ab16-d88cc1133095") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ecea98a-b1e1-4284-8864-c803a467eb15") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "414cebd1-29d1-4457-b46d-4b8d853f98df") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "50905b4d-c898-4e66-9ad6-6fd86891b399") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "747e1d78-9e5f-4e22-b33a-2f7b12e3a0f7") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac098152-de63-447b-952c-0418c9f44325") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e8844eae-a66b-4dfc-aa49-0f3324227f78") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df5b24e1-5296-42a5-815a-ef44dbd003a1") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "985826e5-24c6-4673-8471-ea9323266a03") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7c2b10c-55b1-4062-a8b7-9fa7b0e40d0a") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3388b70a-2254-45b1-a6c1-d34dfb33bda5") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a06d2516-bc3b-4e1a-878e-4c2f05e787c7") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "dc1ecd4b-77da-4798-a641-4c3e89a78270") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "7cc6a21c-eb1c-408e-9555-04c76a98de44") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "ca967845-2d4e-492c-8470-a3893a1f7154") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "bb93234b-df04-48c8-a1b8-90978a3f454d") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(R4-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "17a4b83c-7b56-4ede-a93b-9fc555e8e63e") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(J1-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "dc848555-4b78-47e9-9929-6818328e6fd1") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd089") + (at 101.6 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV5" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "9b69a4a1-46f5-4615-a501-3c687dcefbdc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "8eaebaff-23c5-46bc-9f4a-d9904c475675") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "081f831f-0ad2-4750-9d2f-7b2fd3d37ad5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1fe2be65-ec08-4408-b46b-f2b41b1731e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40d9cdc6-22c3-48e1-9162-4011ef01874b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd0d21d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9a93c26-c139-442d-9cc4-ef352995e981") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "644d5b16-c92e-4285-92d5-e9a36aa60883") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d22d07a-4409-415a-9f74-2f22a694dc92") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d63c5c29-2eef-4143-9b9d-1ad780c36efe") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82d53446-5296-4f07-8451-b16d376c4608") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44d29b4a-b1dc-4d25-9a11-2a3e8cf6abcc") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "967d7cab-a6ba-4b95-8609-3d95e30abca4") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7430303b-2cd0-4427-991e-38aad475b073") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12978f01-4306-4f63-997a-179f9d6941d8") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b7859fa-629b-45b4-b5ad-b5fe265f37dd") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4fc2cf6d-3891-4b93-9928-d0cee0f6a8d1") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c9ae98f2-085b-46d2-90d7-edae1c7d2cc3") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc71f482-eee5-414c-92a6-18866fba8e3c") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8eae86e6-fe57-487f-8ff8-83001d9a8953") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f4042a2-110f-4381-bc18-0a83416e7da2") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6aa568ba-cc00-4f0f-8e7f-b8f52be301d7") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ccdfeb1f-6c7c-40a1-bba6-edb8a390c125") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "781e0288-08f5-4b0d-ad85-68ec0f189728") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "96bad8f6-4277-43f7-a8bd-62e0c90afcc3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "49e22742-cde8-46f3-a551-10793df571a9") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "18917abe-1ca1-4497-b8dc-d4e88199d2cc") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "Net-(R6-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "546a2cf2-af2e-47c0-8261-46d2ce5e30c2") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "Net-(R5-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "baf24b07-b4b5-4df8-a11e-58930ffb16ec") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "3") + (pintype "passive") + (uuid "08818605-a7cd-47b6-a7f9-22953145630d") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd0a5") + (at 101.6 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV6" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "82365517-3c76-4740-b2db-ad2d01111f82") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "9920442c-32be-4cc6-a79b-b4967e44a688") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5751e44a-2d7b-4759-8dba-d31d4570ba41") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "547efa25-cb76-46db-8a20-4074e7e9d5a4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "baa30f12-6c51-42e8-b320-74324a5e51c1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd0e407") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "925ab6fb-bf48-4e70-b327-d1a680d4fd03") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3d752f5-3b5d-49a1-8f5b-96461858e007") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "596d9947-fd95-4da7-91a2-606e1247f337") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61e95d1e-ee2e-4318-b8e4-c40ee43b6d6b") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc7b1874-70ba-42e0-aa92-d3b61dac9878") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d28d264-1fd2-482b-81ac-89557dfba3c4") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13c0f1e6-50e1-4005-8ba2-7f27309e464b") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44037793-1cd8-4946-8723-32fde1f9b83d") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b88b8ed-b9b8-49f7-907e-120428e6f53c") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a1bc5dbb-0c0d-4a93-a51b-5bbf3aaa4cc4") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4167b7ac-5e64-42ec-ba3d-ba3046fcfbe2") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c04832d6-29e6-4dc1-9c24-174bb9ac0bc1") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99c0c1c3-7695-4540-87e9-d2f5a37c23df") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a21bf373-5ce6-45bb-af46-de0d13c5246f") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5b4355a-ae3f-4047-b3ce-36308d1a5627") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d703a497-391c-4ff8-8481-281bb464f8d6") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "baba5c3f-a205-4332-8451-072d967f5e8a") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "33e51dd4-fefa-4ab3-a50f-9c7bbc67460f") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "637c1da7-2d4b-4028-8646-e85bff8267ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d866ffdf-6bb7-4ce7-8c7f-65c88d9c82a7") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "a48d96c7-d3b4-4bf5-8e32-9fee1065285c") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "c8e74e72-5fe5-4859-9012-b1f3745f228e") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "Net-(R21-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "8f65a0a8-d378-4290-afeb-4eda9f96a7ce") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/Shell") + (pinfunction "3") + (pintype "passive") + (uuid "ebaba979-7e56-4b20-839e-7e5b2b78679f") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd0c1") + (at 81.28 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV7" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "15743e7f-c064-44cb-a591-7c95627f476e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "36480442-c58b-4605-b29c-3f6892e959a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b00d273-55ec-42a4-89db-a0324616f1cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9fae802d-1f77-4e77-8cb8-6a09f222e045") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e82ef3b-42af-430a-b5e5-a289e457b11f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd0dee3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f43e6371-af9a-4940-bb5b-14364ab39f80") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87f40199-f7e6-4b1e-a3c8-cefbf8a5e892") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f30c8d23-b3d2-4136-80e7-b68322d85b18") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e1459bd-3f16-451d-a99d-752f8079c806") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe963f1e-c499-4ecc-972c-8874f5292d68") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b5ee3b2-9cd4-408a-a222-75f7b3b10231") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0e6d478-1133-4ccd-b234-d3622e96ed50") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a30eef2b-1b69-4880-ba78-887a877f6847") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "421b6ab4-5f25-453e-aec8-8b1ddf9acc08") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "85f9983a-2ecb-4156-b1d9-b62a1706b441") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6f166eb-4b14-4070-89d6-e83d40ef6b92") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "faa0e4c2-8309-4841-b1d1-76cae12bf7bd") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb98e888-8e15-4ece-9ffe-7075c8c2cccc") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eee2a407-0e2b-4a9c-a593-babc891ddf3f") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29a6fba7-e58e-405e-af0a-c0ea9ca67fd3") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26207084-a630-43d0-81ea-d9b3a6375891") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b69a9770-c38e-4e62-97f3-1fa00c925576") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e9321fb3-b35c-46b5-8f14-3e93e75af30a") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "284bbe09-d02e-41ea-890a-397535377cfc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "43154444-d61c-4be7-9cd1-e7afac37d9e6") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "fe49a1d3-f72a-4fb9-8ec9-659738eed471") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(C9-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "bba0eb42-ecf0-4064-9b7d-057b69d6e810") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(C5-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "ed99d2ce-d652-4c0a-bd9e-2fc2818919a0") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(C11-Pad2)") + (pinfunction "3") + (pintype "passive") + (uuid "2257162b-ed9a-4e22-80a4-4007f9ba5857") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd0dd") + (at 101.6 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV8" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "5d2be4e3-ca6c-4d82-b75c-a788d23ca834") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "37533041-f1d8-4857-9afb-9e4775e511f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7687b15d-75e1-4b04-b549-21ae72d2cbb0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "80d3daef-724e-45f7-8578-f93e947aeb17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "51736245-56b4-4c6d-8be5-f29ac220f187") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd0d5ac") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5af5c706-04dc-4f01-8ca7-9eeb4304127f") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ef67b92-a4db-4515-9836-a70079777e03") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69c33a01-1184-46ee-b21d-78d8c486fded") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7765930-00c6-452a-8583-9b011141a456") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db0cc782-ee81-4868-b0f8-1dd0b8854979") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a11fc9d-d875-423e-a663-cd031091a907") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9da068f9-928e-4ee3-b30d-4926a939f3a8") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d62924e-29c8-4981-89b6-16ac0b7bc495") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d54111a7-8731-410f-8495-fa53fcadda14") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4721bdc-3d96-4951-acbc-3e2cd08228bd") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71ac6778-4009-4c4f-a8c1-2247766a84c9") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "37ecca45-661d-436f-ad1e-4ee4098aec92") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66a56626-b373-4d07-953c-01ab6a21402b") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a96cdd9f-56bd-4599-97a9-c8e2971b8b8c") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45c5ea56-2e2d-404b-8a62-fe89fead3a3d") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "763b0637-d941-4c0f-99fa-7ab52f012ad7") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0fa99b7-4ce3-4259-99e7-66c92e7d9add") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "af000b28-d76d-4de5-8d13-e4ba9c6e00d5") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "2436b970-0078-4efb-afa3-c66ab75e67e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d6ea6972-a3f8-44df-998f-25cf497eece4") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "24ba7427-a0ba-4b62-9e15-6301c993ed67") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "cae62578-2318-44df-a695-1bc201543bb6") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "Net-(R22-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "51e4ac65-3d1b-4fa5-965e-6c33092e8a04") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C5-Pad2)") + (pinfunction "3") + (pintype "passive") + (uuid "f36a6298-68d3-4254-87a1-34108ef13f72") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fc9f6") + (at 92.71 55.88) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C1" + (at 1.25 3.75 0) + (layer "B.SilkS") + (uuid "dc1c5aa6-b40e-4333-a4dc-d8d1697b1b37") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10u" + (at 1.25 -3.75 0) + (layer "B.Fab") + (uuid "015da368-edd4-431c-a05d-7c37403df1de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53390d96-0bb3-4a17-9864-dc8e047b1e25") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f12506a6-0c67-4ea1-87ba-7417f1bccc8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eea119a0-0b9b-4e63-b651-d73c12e7c87d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d0af8d3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 1.475) + (end -1.054775 1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d70f7ca-c544-4ce5-af0b-caf89173caaf") + ) + (fp_line + (start -1.304775 1.725) + (end -1.304775 1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c635bf4-b861-45d5-97e6-7b886214a240") + ) + (fp_line + (start 1.25 2.58) + (end 1.25 -2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c2facdc-7bb4-4547-8fd3-7a1acbccbd0e") + ) + (fp_line + (start 1.29 2.58) + (end 1.29 -2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1fdeb85e-fd50-45ac-895e-920ee143fb00") + ) + (fp_line + (start 1.33 2.579) + (end 1.33 -2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1ddedc14-dffb-48e2-813d-2a917f37f752") + ) + (fp_line + (start 1.37 2.578) + (end 1.37 -2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8d634ecd-d62d-44b8-b24b-a656b10190de") + ) + (fp_line + (start 1.41 2.576) + (end 1.41 -2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc59b583-dfbd-4bbb-b8f2-df4719d71385") + ) + (fp_line + (start 1.45 2.573) + (end 1.45 -2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "45f1b959-b586-4d83-a025-3c8239ffd232") + ) + (fp_line + (start 1.49 -1.04) + (end 1.49 -2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e87fa9ad-1eff-4f1c-b35f-b17ac441638c") + ) + (fp_line + (start 1.49 2.569) + (end 1.49 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2986dcd-6084-4e3b-a1c4-58b61ec151bc") + ) + (fp_line + (start 1.53 -1.04) + (end 1.53 -2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b829e757-4d6b-4d04-ac64-b84fd956dd87") + ) + (fp_line + (start 1.53 2.565) + (end 1.53 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "75f0cb16-d5f2-4516-8af1-48dec776788b") + ) + (fp_line + (start 1.57 -1.04) + (end 1.57 -2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "682afcfb-0945-4d5f-9df3-baffb287e203") + ) + (fp_line + (start 1.57 2.561) + (end 1.57 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "09244d7e-652b-4973-bc88-e290b9f41677") + ) + (fp_line + (start 1.61 -1.04) + (end 1.61 -2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ab3911a-ffb2-42be-a2e5-0741c960513b") + ) + (fp_line + (start 1.61 2.556) + (end 1.61 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb068bb1-5ec9-417c-b895-daf78d6af9b5") + ) + (fp_line + (start 1.65 -1.04) + (end 1.65 -2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "17c45593-ec44-4a32-8726-35940386a6ca") + ) + (fp_line + (start 1.65 2.55) + (end 1.65 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb1c9fa6-f0a8-40fd-a820-194696a7d24c") + ) + (fp_line + (start 1.69 -1.04) + (end 1.69 -2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "226de15e-e897-4c98-8dd4-7bb93f54a23b") + ) + (fp_line + (start 1.69 2.543) + (end 1.69 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3fd0364-e6a9-4508-83aa-5771d831a547") + ) + (fp_line + (start 1.73 -1.04) + (end 1.73 -2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c8be82a-c213-41d6-bb19-ff0e85212bab") + ) + (fp_line + (start 1.73 2.536) + (end 1.73 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0fc3101-4eb0-41c1-826e-18cf1a31e69d") + ) + (fp_line + (start 1.77 -1.04) + (end 1.77 -2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f79bf7ca-0d70-4b5b-b7d7-3ffd58899caa") + ) + (fp_line + (start 1.77 2.528) + (end 1.77 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "280cf47b-7463-44f1-a819-b96af3c4f8a2") + ) + (fp_line + (start 1.81 -1.04) + (end 1.81 -2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1eb1046d-adba-4ce7-a543-f27f85be2aea") + ) + (fp_line + (start 1.81 2.52) + (end 1.81 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "73ff14b3-555b-400b-a08c-d31bcdb763de") + ) + (fp_line + (start 1.85 -1.04) + (end 1.85 -2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9acb64a2-2a04-42d5-9d22-5921edc5cac8") + ) + (fp_line + (start 1.85 2.511) + (end 1.85 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "02e8614c-9565-4229-ad0a-ca7c630200e4") + ) + (fp_line + (start 1.89 -1.04) + (end 1.89 -2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "59805f55-16fb-4ead-9ba8-367726abab50") + ) + (fp_line + (start 1.89 2.501) + (end 1.89 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed0629f1-0860-4d89-9e0b-3a740909b861") + ) + (fp_line + (start 1.93 -1.04) + (end 1.93 -2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d800124-d96d-46d4-88b5-0b753101d8fd") + ) + (fp_line + (start 1.93 2.491) + (end 1.93 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4557d73-0587-4998-a1f7-7e45b30e09c4") + ) + (fp_line + (start 1.971 -1.04) + (end 1.971 -2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b80aef8c-5d40-495a-99ba-aec16f9aa147") + ) + (fp_line + (start 1.971 2.48) + (end 1.971 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9daec7c6-a4df-4ee5-932a-060a5dffb9bf") + ) + (fp_line + (start 2.011 -1.04) + (end 2.011 -2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b39d5330-a5ac-41dc-8f1d-623bcea0932e") + ) + (fp_line + (start 2.011 2.468) + (end 2.011 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1729fe11-219a-4538-bfb9-b0d595fd56ba") + ) + (fp_line + (start 2.051 -1.04) + (end 2.051 -2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4658f529-ce46-4786-b4db-12425e9546ab") + ) + (fp_line + (start 2.051 2.455) + (end 2.051 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "55ab15d8-5e20-41b7-adf6-bedd433f0ba2") + ) + (fp_line + (start 2.091 -1.04) + (end 2.091 -2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a707b351-6088-4c20-9f75-b677281c3db8") + ) + (fp_line + (start 2.091 2.442) + (end 2.091 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "73753655-cda5-4150-8463-d86bc8d439e8") + ) + (fp_line + (start 2.131 -1.04) + (end 2.131 -2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7760b06-da70-4f4e-ac56-3f4021f1618d") + ) + (fp_line + (start 2.131 2.428) + (end 2.131 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "45dd4f29-cea9-4e44-89b9-302011555a24") + ) + (fp_line + (start 2.171 -1.04) + (end 2.171 -2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "616b3a73-e6b5-4355-876a-c08db29092f0") + ) + (fp_line + (start 2.171 2.414) + (end 2.171 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b1d366e4-0e9d-4981-bbad-19e5a97dd27f") + ) + (fp_line + (start 2.211 -1.04) + (end 2.211 -2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb680493-58a1-4ea2-bb89-fd4b18b22f96") + ) + (fp_line + (start 2.211 2.398) + (end 2.211 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "33c39084-a488-4da3-a82d-abb931c26e83") + ) + (fp_line + (start 2.251 -1.04) + (end 2.251 -2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0bdc2620-d6c4-403b-bf9c-bffa43b7049e") + ) + (fp_line + (start 2.251 2.382) + (end 2.251 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7aac21cb-4622-4cce-affa-61fccf363d73") + ) + (fp_line + (start 2.291 -1.04) + (end 2.291 -2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "29035654-55ab-4d11-a0d5-fdc08d88b11a") + ) + (fp_line + (start 2.291 2.365) + (end 2.291 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d234911e-0dba-442a-9ac1-17177102fb3e") + ) + (fp_line + (start 2.331 -1.04) + (end 2.331 -2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b94303ad-dbd4-4bcb-898e-6fc1291dd799") + ) + (fp_line + (start 2.331 2.348) + (end 2.331 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f6996bc5-05be-4607-a8e4-2847add37ce6") + ) + (fp_line + (start 2.371 -1.04) + (end 2.371 -2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e26d4be-3efd-4584-ace2-3e9a4f6921cb") + ) + (fp_line + (start 2.371 2.329) + (end 2.371 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "60d2cb2a-65cc-49ce-b0b7-2db77fd3e289") + ) + (fp_line + (start 2.411 -1.04) + (end 2.411 -2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1aa3b157-bafd-4396-b9ba-8025b9944766") + ) + (fp_line + (start 2.411 2.31) + (end 2.411 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4fdc4502-9da6-4e58-89bd-27f52ce33b5b") + ) + (fp_line + (start 2.451 -1.04) + (end 2.451 -2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f184780-573b-492e-8dde-7ab9f515a32c") + ) + (fp_line + (start 2.451 2.29) + (end 2.451 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b760faf-f018-45b3-b98d-5b05b24809bb") + ) + (fp_line + (start 2.491 -1.04) + (end 2.491 -2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7480f02d-4fef-46de-a0e3-1723d4d1e14c") + ) + (fp_line + (start 2.491 2.268) + (end 2.491 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6b23585-950b-4f4c-8918-de79cc1f2612") + ) + (fp_line + (start 2.531 -1.04) + (end 2.531 -2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e027d9eb-9b64-41ab-9972-90d8a3aa2c57") + ) + (fp_line + (start 2.531 2.247) + (end 2.531 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9906a510-64e5-4f18-9f84-f8b7ff2971e0") + ) + (fp_line + (start 2.571 -1.04) + (end 2.571 -2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eef85c0c-08de-4379-bb9a-9869fde4e70b") + ) + (fp_line + (start 2.571 2.224) + (end 2.571 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e05d222b-370b-4178-9466-1a169d94a8df") + ) + (fp_line + (start 2.611 -1.04) + (end 2.611 -2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "38573569-a3a2-47fd-8b31-eb04f4811bda") + ) + (fp_line + (start 2.611 2.2) + (end 2.611 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6d059b5-316c-4b32-af10-38f5ee504650") + ) + (fp_line + (start 2.651 -1.04) + (end 2.651 -2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "406eb23e-7a4c-4c16-94df-983b8e374a2a") + ) + (fp_line + (start 2.651 2.175) + (end 2.651 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "37b36472-bd51-4378-bbb5-05c04cf6b49e") + ) + (fp_line + (start 2.691 -1.04) + (end 2.691 -2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c78abdd5-41ea-42ee-a0a8-380d1ceceac1") + ) + (fp_line + (start 2.691 2.149) + (end 2.691 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "080c81bb-e032-477e-a513-449522cbfb72") + ) + (fp_line + (start 2.731 -1.04) + (end 2.731 -2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf384e42-2eb4-4abd-93bd-d3fe48db3a16") + ) + (fp_line + (start 2.731 2.122) + (end 2.731 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0163b15-2952-4c43-a97a-ec0a6cdb0ce2") + ) + (fp_line + (start 2.771 -1.04) + (end 2.771 -2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf58f40d-cfec-4b60-b94a-27e8f3836054") + ) + (fp_line + (start 2.771 2.095) + (end 2.771 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "511d9db0-2e24-44d4-8e83-a572b67edf0d") + ) + (fp_line + (start 2.811 -1.04) + (end 2.811 -2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "504c89fe-6bb9-4624-a3c0-ae3140236e04") + ) + (fp_line + (start 2.811 2.065) + (end 2.811 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "14cbcd90-9f12-4c4b-bb60-6b988ab963a8") + ) + (fp_line + (start 2.851 -1.04) + (end 2.851 -2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca690fed-01a5-41a9-a6e3-b6d4af3a3d10") + ) + (fp_line + (start 2.851 2.035) + (end 2.851 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "70cc1de6-3b76-4fc7-80df-453534cbe76e") + ) + (fp_line + (start 2.891 -1.04) + (end 2.891 -2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7cc0098b-d041-47dc-87b5-de59a003469b") + ) + (fp_line + (start 2.891 2.004) + (end 2.891 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "73b42a70-018b-4497-b816-8821699af682") + ) + (fp_line + (start 2.931 -1.04) + (end 2.931 -1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1a30c691-a883-47af-a5f5-f140414a88b7") + ) + (fp_line + (start 2.931 1.971) + (end 2.931 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed7dfa55-aece-4079-950b-7c5b62f7e683") + ) + (fp_line + (start 2.971 -1.04) + (end 2.971 -1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec729c05-80d7-413c-8646-09da5af4d480") + ) + (fp_line + (start 2.971 1.937) + (end 2.971 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f036ed08-2375-49d4-9f4a-a5776f2de34f") + ) + (fp_line + (start 3.011 -1.04) + (end 3.011 -1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3633f324-a123-4ae4-bc49-dd24f7d40283") + ) + (fp_line + (start 3.011 1.901) + (end 3.011 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d5e89bcf-3c4c-45bd-9bcc-f60d151af736") + ) + (fp_line + (start 3.051 -1.04) + (end 3.051 -1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b67189ac-766d-4177-8a9d-a86f5d16070e") + ) + (fp_line + (start 3.051 1.864) + (end 3.051 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "905bd4fc-ab19-4563-b1b9-b1c74969d519") + ) + (fp_line + (start 3.091 -1.04) + (end 3.091 -1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b1de3e4-7ed8-41ea-8fbc-6b423cc6ed60") + ) + (fp_line + (start 3.091 1.826) + (end 3.091 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a34834ab-962a-44d3-a0b5-027a418adb8e") + ) + (fp_line + (start 3.131 -1.04) + (end 3.131 -1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "897a1aa6-e2d9-41be-aa9a-f413bcb84ea9") + ) + (fp_line + (start 3.131 1.785) + (end 3.131 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "35083a33-caaf-4985-8491-a36498e4d383") + ) + (fp_line + (start 3.171 -1.04) + (end 3.171 -1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "098037c2-23d3-4f72-9e72-375bdece1002") + ) + (fp_line + (start 3.171 1.743) + (end 3.171 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ff2d703-d8ea-4221-8225-e3660587b8ee") + ) + (fp_line + (start 3.211 -1.04) + (end 3.211 -1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd486094-59c2-4513-ab82-49977df5bef7") + ) + (fp_line + (start 3.211 1.699) + (end 3.211 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2ad2162-076d-4cb9-8469-002174b494cb") + ) + (fp_line + (start 3.251 -1.04) + (end 3.251 -1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "babb279e-f5d9-4db2-8723-8cca695c6999") + ) + (fp_line + (start 3.251 1.653) + (end 3.251 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd4f7a06-15f8-4fd7-a1fc-bd6cbd7e856f") + ) + (fp_line + (start 3.291 -1.04) + (end 3.291 -1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "376e40d5-ae58-4f8a-95b2-b3948cbeace1") + ) + (fp_line + (start 3.291 1.605) + (end 3.291 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "14590d02-9436-44fc-883f-d60658b19c79") + ) + (fp_line + (start 3.331 -1.04) + (end 3.331 -1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a4d8460-9cff-4d60-ac23-45d530abfdc8") + ) + (fp_line + (start 3.331 1.554) + (end 3.331 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6e18d34-cf06-42d3-adf5-71af2061c56c") + ) + (fp_line + (start 3.371 -1.04) + (end 3.371 -1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "945d76d7-3c49-42ed-ba1a-3e4965c81d57") + ) + (fp_line + (start 3.371 1.5) + (end 3.371 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "661748cf-f5cb-43fd-9f11-ef9f8fa702b4") + ) + (fp_line + (start 3.411 -1.04) + (end 3.411 -1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7833b06b-5355-4f17-be01-8cfa25d1a872") + ) + (fp_line + (start 3.411 1.443) + (end 3.411 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "147267f8-b8cc-44ad-8473-c028278d92d8") + ) + (fp_line + (start 3.451 -1.04) + (end 3.451 -1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f48f991-4a4b-4dab-9f68-37001c1d8858") + ) + (fp_line + (start 3.451 1.383) + (end 3.451 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "27592fd5-b37c-40b3-b6b6-e78520a857bf") + ) + (fp_line + (start 3.491 -1.04) + (end 3.491 -1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ffa48808-6811-4cf1-a156-77b57bbcb540") + ) + (fp_line + (start 3.491 1.319) + (end 3.491 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bffefc57-2cab-48bc-9892-9d47667d2506") + ) + (fp_line + (start 3.531 -1.04) + (end 3.531 -1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "20426a00-be82-4cce-a760-22b739a78ebd") + ) + (fp_line + (start 3.531 1.251) + (end 3.531 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f7c609d0-9e39-4838-818d-2488a300de31") + ) + (fp_line + (start 3.571 1.178) + (end 3.571 -1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3648025b-18ec-4eb9-9a99-f1e24d8b850e") + ) + (fp_line + (start 3.611 1.098) + (end 3.611 -1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fba05081-3277-4efc-b6c0-bde6b28b0f63") + ) + (fp_line + (start 3.651 1.011) + (end 3.651 -1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4eb5b6f-a0c1-4b75-ae99-5a403985937b") + ) + (fp_line + (start 3.691 0.915) + (end 3.691 -0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c7accc39-b93c-4a3d-aef5-6ab53fa7c9ba") + ) + (fp_line + (start 3.731 0.805) + (end 3.731 -0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddd95165-cfa1-4b48-b14e-9c5ea6d220b5") + ) + (fp_line + (start 3.771 0.677) + (end 3.771 -0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "23bd6c31-4a9f-47a8-9a2f-ce72280150d3") + ) + (fp_line + (start 3.811 0.518) + (end 3.811 -0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f9b7740-8f5d-42bb-aaf3-94089d53f241") + ) + (fp_line + (start 3.851 0.284) + (end 3.851 -0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d20fa23-864b-475f-9128-0ea225d0c5b0") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "1e55b9c8-991a-4ad9-acd9-e3958167a7c4") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "2ad726bc-e8bd-4c34-8696-4a9d8b122b8e") + ) + (fp_line + (start -0.883605 1.0875) + (end -0.383605 1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "32817981-d6c5-4ff2-8734-7e7e6c4f553f") + ) + (fp_line + (start -0.633605 1.3375) + (end -0.633605 0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76b1fd11-2117-4016-b43f-51668088335b") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "a3226803-403e-4d73-ac7b-b8dad104ecc5") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "13f268f3-47d4-4238-ad50-a7b801a01dd9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "681a9cfa-f5b0-4dc3-9f68-aaa5353a73ef") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "d659deb1-5429-4ec2-8a41-01acb331b1ec") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fca7a") + (at 86.36 55.88) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C2" + (at 1.25 3.75 0) + (layer "B.SilkS") + (uuid "be76a3b2-8d37-4e42-b813-57c587cd2a0a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10u" + (at 1.25 -3.75 0) + (layer "B.Fab") + (uuid "ee62c594-4ffc-4d18-b528-4968cccc9765") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e86d99bf-b185-4bd4-bd73-513dbb766ecd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1311be11-35a2-4862-a5c0-ec0b2c7ca34b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f67f9041-95ef-4e4e-9ce2-4952cdc0cfd2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da131fb") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 1.475) + (end -1.054775 1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4adb5086-8d39-4a83-923e-584a1fd501c8") + ) + (fp_line + (start -1.304775 1.725) + (end -1.304775 1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "20890f79-b488-4d96-bdcc-e44e68d6615e") + ) + (fp_line + (start 1.25 2.58) + (end 1.25 -2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "148e8993-6533-447b-b800-fde1725ed2f3") + ) + (fp_line + (start 1.29 2.58) + (end 1.29 -2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "406f3195-a3b6-4ed6-82f0-fb4fd66fac6f") + ) + (fp_line + (start 1.33 2.579) + (end 1.33 -2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aca46f9e-6117-4936-a460-9558d158aed9") + ) + (fp_line + (start 1.37 2.578) + (end 1.37 -2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "327fb5bf-3605-4f51-8573-7cac7d6e2730") + ) + (fp_line + (start 1.41 2.576) + (end 1.41 -2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f9a2fab-30f8-4dc2-92b9-93acd7d18d7b") + ) + (fp_line + (start 1.45 2.573) + (end 1.45 -2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "82d33ced-c245-4bfa-b899-a4e640f2eb67") + ) + (fp_line + (start 1.49 -1.04) + (end 1.49 -2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d54431c-99a4-42b3-ad83-1adea2dc8474") + ) + (fp_line + (start 1.49 2.569) + (end 1.49 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe988560-e279-423f-81c7-32d7fd18ecbc") + ) + (fp_line + (start 1.53 -1.04) + (end 1.53 -2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf5bf6b0-a8f0-4157-a562-26df36321879") + ) + (fp_line + (start 1.53 2.565) + (end 1.53 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea0e035f-6798-494f-b97c-26c99c6aef13") + ) + (fp_line + (start 1.57 -1.04) + (end 1.57 -2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "83a6a1b0-1a79-48d6-a61b-688af6444c45") + ) + (fp_line + (start 1.57 2.561) + (end 1.57 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5931e468-6e5f-4a80-a65d-6c23c6de55b6") + ) + (fp_line + (start 1.61 -1.04) + (end 1.61 -2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "657541ae-fd3f-48b3-80eb-2a06c1747dd4") + ) + (fp_line + (start 1.61 2.556) + (end 1.61 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5cb682f5-4e6e-46bb-b1e5-37645e63a623") + ) + (fp_line + (start 1.65 -1.04) + (end 1.65 -2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e116221e-a871-4abf-a49d-1fbf9dbb2974") + ) + (fp_line + (start 1.65 2.55) + (end 1.65 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf0ad88c-60d5-4ead-ba7c-022f186c5ca1") + ) + (fp_line + (start 1.69 -1.04) + (end 1.69 -2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "606594d1-c40f-4a0f-ae8b-00f33ccfbf16") + ) + (fp_line + (start 1.69 2.543) + (end 1.69 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ddfd4d0-a706-4f50-aa22-c792f88e92f4") + ) + (fp_line + (start 1.73 -1.04) + (end 1.73 -2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8cfc5f6b-d958-4834-ad50-7c4aef6d7500") + ) + (fp_line + (start 1.73 2.536) + (end 1.73 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1710088-e1fa-4b12-b06f-5969d2902fc2") + ) + (fp_line + (start 1.77 -1.04) + (end 1.77 -2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "18eb512d-3aea-4e7b-bcca-2ef341fffb09") + ) + (fp_line + (start 1.77 2.528) + (end 1.77 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "afdad62c-4373-4f5e-bcfa-003610b470bd") + ) + (fp_line + (start 1.81 -1.04) + (end 1.81 -2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0d39735-500c-4ba7-b9aa-2da1c4084624") + ) + (fp_line + (start 1.81 2.52) + (end 1.81 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5247924e-09b0-411c-a4fd-e151e436f59c") + ) + (fp_line + (start 1.85 -1.04) + (end 1.85 -2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1871faa1-6629-482f-96fa-3b5af846df62") + ) + (fp_line + (start 1.85 2.511) + (end 1.85 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "835f51a2-176b-4dae-be39-eae16007f899") + ) + (fp_line + (start 1.89 -1.04) + (end 1.89 -2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b1e0bb4-1b15-4349-9f4c-41772fd6af44") + ) + (fp_line + (start 1.89 2.501) + (end 1.89 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f0ebe50-e8e9-4c00-a328-ee460a9fa6b5") + ) + (fp_line + (start 1.93 -1.04) + (end 1.93 -2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9906f43-adae-484b-9cae-35b06ea31188") + ) + (fp_line + (start 1.93 2.491) + (end 1.93 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "caa0c8dc-8239-4c85-8339-3dddc4fc3d92") + ) + (fp_line + (start 1.971 -1.04) + (end 1.971 -2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a1c2551-15cf-4279-ae3d-d8878894319a") + ) + (fp_line + (start 1.971 2.48) + (end 1.971 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "74d4f585-d6c1-45bc-b8a0-a7d6ef8f8bb2") + ) + (fp_line + (start 2.011 -1.04) + (end 2.011 -2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e423377-a2ab-46ff-ac46-3b7027ced77b") + ) + (fp_line + (start 2.011 2.468) + (end 2.011 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e840d256-fcbf-4d1a-a2f2-eae0432dc69c") + ) + (fp_line + (start 2.051 -1.04) + (end 2.051 -2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdbd0440-debe-4071-8ca3-81e9070d5140") + ) + (fp_line + (start 2.051 2.455) + (end 2.051 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "88af6ea7-290b-447a-b2ff-824493c7fdb4") + ) + (fp_line + (start 2.091 -1.04) + (end 2.091 -2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a98d8445-32b2-4d55-9495-3701e81d7889") + ) + (fp_line + (start 2.091 2.442) + (end 2.091 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e1e4039-4147-4dda-a035-c5430cb97c03") + ) + (fp_line + (start 2.131 -1.04) + (end 2.131 -2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b39c19b2-fda5-4e48-b183-cefb46c8682b") + ) + (fp_line + (start 2.131 2.428) + (end 2.131 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0f92f75-2ab5-4aaa-8bd4-a3af51d4e984") + ) + (fp_line + (start 2.171 -1.04) + (end 2.171 -2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ec78ac4-4cc5-4451-88b6-65255dc4f54a") + ) + (fp_line + (start 2.171 2.414) + (end 2.171 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0c743f4-6bf3-442d-8a49-47a2e84f8993") + ) + (fp_line + (start 2.211 -1.04) + (end 2.211 -2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "91439cd2-dcb8-472b-8e31-7f84164d218b") + ) + (fp_line + (start 2.211 2.398) + (end 2.211 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "50a2bfa2-0560-49c4-b4d1-8da91001b66f") + ) + (fp_line + (start 2.251 -1.04) + (end 2.251 -2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "118bbe4a-d816-40d6-9bd5-db2368a0a40f") + ) + (fp_line + (start 2.251 2.382) + (end 2.251 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca9b55a9-7447-4abf-b67f-0b183f323338") + ) + (fp_line + (start 2.291 -1.04) + (end 2.291 -2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d2905a1-c65b-4fe9-b744-79410ae90eba") + ) + (fp_line + (start 2.291 2.365) + (end 2.291 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "abd31553-b8f0-4f12-9093-07593a04ed45") + ) + (fp_line + (start 2.331 -1.04) + (end 2.331 -2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9688e7a-90b7-4466-8a0e-ba708cca67ea") + ) + (fp_line + (start 2.331 2.348) + (end 2.331 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bfd05c34-026b-48f4-bff5-2ebf135766f6") + ) + (fp_line + (start 2.371 -1.04) + (end 2.371 -2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "123b937c-b9c0-405f-aa43-7dd5d104fb9c") + ) + (fp_line + (start 2.371 2.329) + (end 2.371 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1bff5c73-3757-4f71-a575-a28ea2845943") + ) + (fp_line + (start 2.411 -1.04) + (end 2.411 -2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1951073e-d2e8-41f8-bac4-364c0730c4ed") + ) + (fp_line + (start 2.411 2.31) + (end 2.411 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d03d6ea4-bbf0-485f-8981-f93b98bad01a") + ) + (fp_line + (start 2.451 -1.04) + (end 2.451 -2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7539778c-10a9-444b-adce-f45204281873") + ) + (fp_line + (start 2.451 2.29) + (end 2.451 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6cb6543-e2f4-40c1-b058-b15e41ec666f") + ) + (fp_line + (start 2.491 -1.04) + (end 2.491 -2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0bc7e73-abd8-4e0f-99ee-8e392503bbf0") + ) + (fp_line + (start 2.491 2.268) + (end 2.491 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "56cdc40f-3532-49b4-b400-33497ba1202f") + ) + (fp_line + (start 2.531 -1.04) + (end 2.531 -2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a67ff67b-3251-4ad5-a689-fa7582926f7b") + ) + (fp_line + (start 2.531 2.247) + (end 2.531 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5b76488-758a-4520-98ff-78b287790908") + ) + (fp_line + (start 2.571 -1.04) + (end 2.571 -2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e085339-fda5-474f-bb71-ff0af5ed6f8a") + ) + (fp_line + (start 2.571 2.224) + (end 2.571 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3ed52b0-367c-4eb0-9ac3-bb84ae159454") + ) + (fp_line + (start 2.611 -1.04) + (end 2.611 -2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "489a4de6-2a61-4879-94df-7b377fc73b0a") + ) + (fp_line + (start 2.611 2.2) + (end 2.611 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a27e7ebe-de7f-440d-a53a-259eca37e74b") + ) + (fp_line + (start 2.651 -1.04) + (end 2.651 -2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea619274-4e1c-4cbe-b722-83a736bfdbc5") + ) + (fp_line + (start 2.651 2.175) + (end 2.651 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "470cc198-7934-4a50-abe9-17f8de73e9d6") + ) + (fp_line + (start 2.691 -1.04) + (end 2.691 -2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d73f552-d7af-444b-98f2-5b55926fd55f") + ) + (fp_line + (start 2.691 2.149) + (end 2.691 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5845918-87c3-4464-b4a4-0f96821304a6") + ) + (fp_line + (start 2.731 -1.04) + (end 2.731 -2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "875e3ddc-3b26-4cb8-92fd-21d701af5a20") + ) + (fp_line + (start 2.731 2.122) + (end 2.731 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9817c67e-8da6-4050-b706-130b189bac0e") + ) + (fp_line + (start 2.771 -1.04) + (end 2.771 -2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "69edce2d-7e51-47b5-8a45-3f3eb6ae51ee") + ) + (fp_line + (start 2.771 2.095) + (end 2.771 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a17241af-de4e-4af2-b716-95625c14a813") + ) + (fp_line + (start 2.811 -1.04) + (end 2.811 -2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72873d81-e068-4e74-adda-947879547e3b") + ) + (fp_line + (start 2.811 2.065) + (end 2.811 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0e4dc4e-b009-47ff-a586-b622694b50c1") + ) + (fp_line + (start 2.851 -1.04) + (end 2.851 -2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "168b3933-7cbd-47fe-bf4a-f39e84542911") + ) + (fp_line + (start 2.851 2.035) + (end 2.851 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39336b02-5c6d-40f9-aa31-3614674d2053") + ) + (fp_line + (start 2.891 -1.04) + (end 2.891 -2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "af35bb8a-2ebc-49a3-9498-bad43e6b3698") + ) + (fp_line + (start 2.891 2.004) + (end 2.891 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea639839-c3c6-43c1-95a8-4659cd06f784") + ) + (fp_line + (start 2.931 -1.04) + (end 2.931 -1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddb3dede-372e-4adc-9129-6bdb8f664f96") + ) + (fp_line + (start 2.931 1.971) + (end 2.931 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "68e28c54-ec01-4d8e-90d3-e5a5990ff4d9") + ) + (fp_line + (start 2.971 -1.04) + (end 2.971 -1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "319b32a6-5b18-4b42-b7fc-bad699d7cda5") + ) + (fp_line + (start 2.971 1.937) + (end 2.971 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a16d8c2-3a11-4a49-9bbe-29166f3d5220") + ) + (fp_line + (start 3.011 -1.04) + (end 3.011 -1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4deb7929-f9ff-4d3a-9aa9-8207f8845b8a") + ) + (fp_line + (start 3.011 1.901) + (end 3.011 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "88c0406e-e639-4d23-a4ae-700db0833bac") + ) + (fp_line + (start 3.051 -1.04) + (end 3.051 -1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc65034a-463e-449d-8548-26ab857a0d58") + ) + (fp_line + (start 3.051 1.864) + (end 3.051 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "29252cb6-304b-4e7a-932b-1458a37d91c7") + ) + (fp_line + (start 3.091 -1.04) + (end 3.091 -1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6fb62a72-700c-4be3-ad84-0ecc3090299a") + ) + (fp_line + (start 3.091 1.826) + (end 3.091 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b9acc2f-ef4f-4e2c-8714-22808ca757e2") + ) + (fp_line + (start 3.131 -1.04) + (end 3.131 -1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5d1ece2-13b9-4349-9cc1-84b6ca44b2e8") + ) + (fp_line + (start 3.131 1.785) + (end 3.131 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0d431c9-1c6a-4094-8695-fb833bdf2541") + ) + (fp_line + (start 3.171 -1.04) + (end 3.171 -1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1242f257-4afe-4d10-97d2-ce794f061b93") + ) + (fp_line + (start 3.171 1.743) + (end 3.171 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d46980c6-85d2-48b0-808c-95e3661d9680") + ) + (fp_line + (start 3.211 -1.04) + (end 3.211 -1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "77d45c10-c7e2-4bb0-a53e-64f5fe16615c") + ) + (fp_line + (start 3.211 1.699) + (end 3.211 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1afe675f-afd5-468a-8cdf-094720747897") + ) + (fp_line + (start 3.251 -1.04) + (end 3.251 -1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f96d2abe-c814-4f53-bad5-4e7dfd5753b0") + ) + (fp_line + (start 3.251 1.653) + (end 3.251 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe9c6e72-3cec-4b74-af7b-e7d444cb9d9a") + ) + (fp_line + (start 3.291 -1.04) + (end 3.291 -1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "366ce865-607d-4a5c-99b3-43ce0dc54c2c") + ) + (fp_line + (start 3.291 1.605) + (end 3.291 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdef123b-c4d3-49c3-9c0e-c8bdc069242f") + ) + (fp_line + (start 3.331 -1.04) + (end 3.331 -1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc80fef2-36a2-46bb-acd4-9c6cf37ae035") + ) + (fp_line + (start 3.331 1.554) + (end 3.331 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "32f326dd-be59-4b83-8496-58aa667e2ec3") + ) + (fp_line + (start 3.371 -1.04) + (end 3.371 -1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ac6ecad5-4456-4c30-919b-b2bf74915f11") + ) + (fp_line + (start 3.371 1.5) + (end 3.371 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "920f6106-0583-40d5-b635-7e9c819f111f") + ) + (fp_line + (start 3.411 -1.04) + (end 3.411 -1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9bcb575-d30d-4fb4-b7e2-680cfb44465b") + ) + (fp_line + (start 3.411 1.443) + (end 3.411 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0bbc9fac-e34b-43c0-97a0-a9b881594c9f") + ) + (fp_line + (start 3.451 -1.04) + (end 3.451 -1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a7228cc-9b0f-4e39-a37a-5752116f8a08") + ) + (fp_line + (start 3.451 1.383) + (end 3.451 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "09a5a9cd-2f86-4258-9131-4d9d9e824c90") + ) + (fp_line + (start 3.491 -1.04) + (end 3.491 -1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2a394e7-0a91-4f42-a38b-18bbff2eee76") + ) + (fp_line + (start 3.491 1.319) + (end 3.491 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f24219f-1b2c-4bf4-b8db-7a77bcd5bb1d") + ) + (fp_line + (start 3.531 -1.04) + (end 3.531 -1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ea32149-06af-4b5b-ae66-b048ee63dd34") + ) + (fp_line + (start 3.531 1.251) + (end 3.531 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "14127cf7-fc3d-4da6-9042-3e5b12229364") + ) + (fp_line + (start 3.571 1.178) + (end 3.571 -1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "db9acfda-f76f-4265-bf01-5a25de47e683") + ) + (fp_line + (start 3.611 1.098) + (end 3.611 -1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b96107c8-f9f9-4842-8b56-0558a33150c5") + ) + (fp_line + (start 3.651 1.011) + (end 3.651 -1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "25696c94-b228-4252-a7d1-302ec75b316e") + ) + (fp_line + (start 3.691 0.915) + (end 3.691 -0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "870c3a08-66eb-4de7-ac04-8acbf6745d13") + ) + (fp_line + (start 3.731 0.805) + (end 3.731 -0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c4843cb-b617-45af-ba58-7ed0e0313ea4") + ) + (fp_line + (start 3.771 0.677) + (end 3.771 -0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "80a28eaf-9575-446b-bbd1-f964c3816489") + ) + (fp_line + (start 3.811 0.518) + (end 3.811 -0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c98bb548-f8ac-4e0b-a719-60a7bc2f14fe") + ) + (fp_line + (start 3.851 0.284) + (end 3.851 -0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2e14357-aa79-454d-a562-bd0a75d12fef") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "8868991a-efa4-4051-9c47-63ce9e56f3f2") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "033886dd-8f51-457c-aa42-94aea2c9b635") + ) + (fp_line + (start -0.883605 1.0875) + (end -0.383605 1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5ff5b94f-6fe9-4f0e-8d35-6d61980f617b") + ) + (fp_line + (start -0.633605 1.3375) + (end -0.633605 0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1a1909cc-fcfc-4b43-b8ee-c029430930ed") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "80c50afe-7c60-44ef-804a-85c89bff20df") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "40a4d7b4-2249-408d-9912-98e6ec661df3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "d93734c0-f615-45e7-97cf-db41d3b4160c") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "a7be9205-1144-4c50-8b89-7a5e634f740d") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fca8f") + (at 68.58 137.16 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C3" + (at 1.25 -2.032 0) + (layer "B.SilkS") + (uuid "f8f319fb-dba6-45fe-839a-0027efb546d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 1.25 -2.3 0) + (layer "B.Fab") + (uuid "4b52489e-9b7b-4a30-bc70-2a5e559d7edb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c3c364a9-01f4-4470-9d79-e4be830da8c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2d0e654-6470-4ef3-a588-874ede32ecb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "077cc6ed-441f-46f9-9ac4-c866b55d0d60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d0b0dd1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa5ae2c6-0fda-4c11-8be9-e9b111074984") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "04b096e6-3409-4822-92dd-135dc1fb26d1") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "30639a2b-5402-41d1-8a42-407f86c09fa2") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "74851ce7-18c5-4074-b745-3791c21ad461") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b154e728-efc7-4c88-9660-dab325afa904") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a6a0414-ac8b-4827-960f-9aeb5a6af77c") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb5f6929-9cda-4fb7-a662-15acc3146bee") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0624331b-3ce9-4cd2-8e6e-147b037ab04d") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "178a4b1e-e663-458c-b778-c0e412722203") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c1573256-fd59-48fd-864c-65ab2ba6bf21") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1d44c891-b24b-47bd-9adf-505663e02fba") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ad1c7b19-704a-4811-a769-ea85516324ce") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0f85d25c-21cf-4e27-ab71-8f41b1fc143e") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66dfa5de-582c-459c-90d4-a001d405b206") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "8cc0258e-d82f-4b40-b049-5f4e26c1033d") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "4467c84a-7c02-47ff-b5b2-c7159d6410e6") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "72135ace-0954-49df-b1bc-de28a6bb0450") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcaa4") + (at 63.5 122.555 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C4" + (at 1.25 2.3 0) + (layer "B.SilkS") + (uuid "25f3b56d-efb8-41c9-afc6-9ac63e5ed8b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 1.25 -2.3 0) + (layer "B.Fab") + (uuid "8719e18a-8954-4c5c-9a58-e6fe03eb959e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9a58b48-7a45-41e9-8815-d8e2bd8c4609") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91a1ede2-b8d2-4763-8ff4-735b2ade0bb3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5f7e5d1-07ca-4d96-ae28-80b8604e68a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d0b1093") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "96270385-56ff-4426-8978-8dfb701d306e") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "94964f2a-bac8-4675-bdb3-d1720ec90e4d") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ccc92914-dcca-4a6e-abca-8de1c97f278b") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "79c22ccd-f5d6-40cd-9a4f-bf9f818cc1e7") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e50b13af-d737-4daa-afdf-e6cfff3436d0") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3acc3e3e-a8a6-4622-8776-f9693ff430bc") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4c2d33dd-6522-43c8-8f79-d630a44f8840") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "af28507d-5cae-4864-b71d-2be2684309b6") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e5411d28-0299-4505-8773-b2ab1b21df1f") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "308ceffe-e41c-4834-9bc8-5d2fae3475e7") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "522f5c71-5e3b-4f4f-8d76-0651d0e25ea0") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8577d735-946d-49c7-bd05-c54984924c42") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6830b7ef-a0a2-4faf-b383-444e740c7ee9") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cd48bdc9-0ccb-48e6-8d39-4cff051a2023") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "2cc71408-a9b2-4e00-8511-10d6b3616191") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e0c0656a-65ba-4222-b6a3-92a4f68a8ede") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "c670c4e4-7ad5-4205-9779-e41628d6ec92") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcb28") + (at 88.265 98.425) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") + (property "Reference" "C5" + (at 2.5 4 0) + (layer "B.SilkS") + (uuid "9266995e-5526-42ac-973b-296e2e7217bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2u2" + (at 2.5 -4 0) + (layer "B.Fab") + (uuid "6adf3be6-00b3-47f5-90f9-7e62b74de71e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bf09cd9-6f2d-40c9-ba6f-39c9010c4cef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63dd6ad1-c683-4e57-b233-ab65347afefe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc1a7671-885d-4e91-9925-37bfd1f7408e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cffa9d0") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c3a702e3-9980-4ea4-b258-d3230d9a8391") + ) + (fp_line + (start -1.22 2.87) + (end -1.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9f98862-c7c3-4b10-8a23-70ad558d37cd") + ) + (fp_line + (start -1.22 2.87) + (end 6.22 2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1243bb05-e213-407e-a6d2-ea587ab8ff8b") + ) + (fp_line + (start 6.22 2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ff49f8b-8515-4c4e-8fc6-2092ecb9754e") + ) + (fp_line + (start -1.35 -3) + (end 6.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f89efc87-db8e-41a1-bca4-f72c96607ae7") + ) + (fp_line + (start -1.35 3) + (end -1.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f3224e82-f4ec-45b2-a35c-fd152b3d4beb") + ) + (fp_line + (start 6.35 -3) + (end 6.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9eb8e603-cb37-42f9-8c9f-0f35d64037e5") + ) + (fp_line + (start 6.35 3) + (end -1.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "39e755a6-36da-453f-bf16-2fd1dd33c221") + ) + (fp_line + (start -1.1 -2.75) + (end 6.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62a935e5-a26e-4b4d-85fd-bc6790478290") + ) + (fp_line + (start -1.1 2.75) + (end -1.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fa90c560-8769-49d2-baa9-0708bf8f3350") + ) + (fp_line + (start 6.1 -2.75) + (end 6.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4830954d-3e82-4a67-a3cf-b3174c224715") + ) + (fp_line + (start 6.1 2.75) + (end -1.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "23750040-49af-46bf-ae46-7026f77d3f21") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "B.Fab") + (uuid "fe9a2b2b-4d66-4acb-85fa-fd9b316e5b46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(C5-Pad1)") + (pintype "passive") + (uuid "7ca5107b-f81a-4b86-a376-c2c2b25cca01") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C5-Pad2)") + (pintype "passive") + (uuid "fbca1f77-db68-4417-934b-c0941d3d42d6") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcb3d") + (at 99.1 122.555) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C6" + (at 1.23 -1.905 0) + (layer "B.SilkS") + (uuid "475b9815-15cc-49cf-8f4d-3871c70cb893") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 1.25 -2.3 0) + (layer "B.Fab") + (uuid "33769d2c-08d9-45dd-8957-e0adcb25751e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d8c5619-201d-4226-8a03-3a71766a1c05") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "22f1957e-1e4e-48a3-a39e-f97d0bc4c0b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cefb0a9a-b816-4217-ba9c-0cd694d6f82e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da131fe") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b61585ca-2c42-49de-94b6-41ef00553bb0") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0a80427-9ccd-4a4b-8a7f-487f7f10f5c1") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1aa4adce-ccf3-4412-bf95-1c9d2a9b69a9") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a74f38ab-2abd-4be5-9dc8-4384449640ea") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "db471e27-ad48-4186-90b8-1257b1513a02") + ) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b06d3fec-00d3-4fe5-9d21-50eb010d9e71") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "acafc306-8d94-444d-9421-5b9f58ba12ca") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0cb8a94d-d027-40b9-849d-b7f34d8446af") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6500a5f2-a5cc-40c3-8163-f314c5755e60") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ad1a0766-6769-46b5-97f9-d9332a5adf50") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "03bef70a-73d2-44c3-8dba-14e065147cff") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dfc3838e-7cbf-402f-8b19-de3c288f721c") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cdaf8fb2-64f0-4a3b-b4d0-281bb008a629") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e2b5320b-dee0-4a0b-b748-59333b6a3928") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "90ff6879-fa2c-406b-9919-e750c1b550b3") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "c7c3788a-5cf1-4305-82c3-a77bfd32e7d2") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "35afb8f7-b415-4e5a-9e2c-8614fcd0ebd7") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcb52") + (at 81.28 126.365) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C7" + (at 1.397 2.032 0) + (layer "B.SilkS") + (uuid "0599d9f3-5b9f-462d-b47b-fe34bbcba595") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 1.25 -2.3 0) + (layer "B.Fab") + (uuid "6acf067c-7447-4d4e-ae4e-eda7be0043b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfbbcbb5-ec06-4b45-9c42-1cb66a601929") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7a5d971-d5b5-4069-b25d-1c937491f63c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc64161e-5506-4ca4-9494-629f02ff3791") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da131ff") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8cb70fea-f2a6-4b7c-8127-7d3b9e2656f9") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c18df51-abfc-4ac8-a3b4-4f0268318ec0") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3d2b28f-eb41-4e3c-9994-d82c7c75992d") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "506f59f5-9815-4241-a35d-a2e832ae230b") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f7224a3-7feb-4654-b4d3-03c8e1f7bef4") + ) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "86f0f92a-6912-498c-82a9-26ecd38a3ac0") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aaed94b8-8181-4e16-9077-0be8dde321df") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bfda37f3-bb2f-4674-aebc-01326c4c25fe") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "91f83f35-d07f-4fc9-8245-9227ba7948c0") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "baa82398-925a-4978-a45a-b6b54ca809e0") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0d7eb35f-5e17-41e6-b82c-40a461cd611e") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "203f3b8c-834b-4a26-b3da-39c6cab89ada") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "476846ff-3e8a-49b5-a763-b78f6f005fb7") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "41667e8e-bd36-4a55-9ea6-7356535b7561") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "38fcd9be-a123-4f1f-b25f-7f19bf5186da") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "803e10ce-c57d-4ff0-9947-bb46bc6b141c") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "28dc053b-2622-43b6-b031-5f10a69dba14") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcb67") + (at 62.865 137.16 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C8" + (at 1.397 -2.032 0) + (layer "B.SilkS") + (uuid "083e142e-a6e0-4df4-af13-2e1d9363811c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1n" + (at 1.25 -2.3 0) + (layer "B.Fab") + (uuid "360b7d4d-6bf3-464a-a48d-77b4cf783696") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6340fd49-cfc4-4427-a0e4-ca8f1ec48d27") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0968b25a-e5c4-414b-9116-1faa0117be1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c25645e-d2dc-4924-82cc-3669e05c5974") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd12b65") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f4afe36-bf8d-4983-8a42-000f2aad7bdb") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6cb97e43-c849-440f-8a1f-f69692d8a22a") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "67c923cd-f7ee-4de7-9ebd-704728f2c339") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "34688e6f-a076-4062-b43c-544b713de4c7") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6c37c42-42fd-42fa-9f67-5696a9f32f98") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd43de89-f8a4-45d9-ad54-be043fc8d625") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aab2d807-1dd2-4368-9f04-f4e0bfbc84f3") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "73aab6c2-43c1-4618-892e-2f7fa41df911") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b8a8c0e8-92da-42a5-b8a7-fd65e9fe4dbf") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "227040b1-a236-4f33-8df1-25751d446076") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "67116307-a8bc-430b-b5cb-5b8329c661f0") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a32cd6c6-3541-44aa-99c5-50797c5a50db") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "77b8239a-3967-41f4-9ff1-d78bf5ec55f6") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "50c2e559-033a-4b41-a158-3493ece223ab") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "a616bb96-2013-471a-9606-7d51485c07e0") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(C8-Pad1)") + (pintype "passive") + (uuid "51b1d6ab-1096-4248-8107-9208c5b7e5ce") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U1A-+)") + (pintype "passive") + (uuid "fa257cd3-9993-46b8-a919-0726560e33e9") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcb7c") + (at 66.675 107.315 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C9" + (at 1.25 2.3 90) + (layer "B.SilkS") + (uuid "f5c8905b-a80f-463e-b4e9-9fec8577f644") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 1.25 -2.3 90) + (layer "B.Fab") + (uuid "ba0f3874-d2e0-491a-91fc-2e7765cbf6ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4aef25d1-be7b-4227-ab30-33072601529a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54c72453-717a-4421-9159-6edce08e69fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72db5da4-cd45-4677-a343-5dd105672d59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf15091") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b3ddf35-a2f1-4520-aae9-bb1c03988560") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "90fc791f-abca-4640-8b67-7018e6788ddf") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8b301de-3202-4f4e-b8d7-436761c013ec") + ) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dfdf9ea5-9d79-4ec9-ba49-906b728de76b") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0978d576-5109-475f-be67-263e71226416") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2667dfd3-6231-428d-bad0-d4b8a62a5d64") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6d16018f-dc23-4f7a-8bf8-cf00557c4828") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "61bc9a13-44f2-413b-aa2a-99b66e672471") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3cdee07b-3d7a-4ecb-8e0b-f32b75925eec") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f7580667-02af-4694-a24f-3d4aba917101") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "92869ed2-5a3b-4e78-9544-57e7fb1cf758") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b53af34-4cf8-4ea4-b831-d34aee9c8d8a") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f6d94747-9cdb-4146-9b23-9bbbd8d8be48") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "85bbdacd-b748-4cc9-986b-67bd6f45572f") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "B.Fab") + (uuid "ddf6d4c1-4353-491f-9c4a-74b9231c0462") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "48aef6b6-85a8-4247-b50e-a9b9b3e8b022") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(C9-Pad2)") + (pintype "passive") + (uuid "4c477ae1-7a82-436a-a10c-117ea0da420b") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcb91") + (at 78.105 126.365 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C10" + (at 1.143 -2.032 0) + (layer "B.SilkS") + (uuid "d79baff6-bc0c-4232-bddf-393b218aec85") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10n" + (at 1.25 -2.3 0) + (layer "B.Fab") + (uuid "653d4197-1e6c-4c70-9b09-9b4cc1727ac9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8598aff3-1d1c-4746-a356-25a9dad0f9e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd5241f3-1a43-4870-8de5-dd21e2c75639") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c55ca36-6d56-4815-b5b3-0818c61d0669") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf14943") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2850c7da-58a4-45a3-96c9-7b78e06b7c58") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddf62b88-f1d2-490b-941a-2aa42f721890") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f2b602e7-bf4a-46bd-9a96-8d42dca50646") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b78cafde-f2b2-405d-be38-d3768b66c1d3") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2684213f-0cd3-4276-8943-cac6f6d32a6c") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6e9ed30-6bbb-4cc5-b386-7d350dd59052") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e1d37849-0e92-466c-95f0-ea1cc79f8ae0") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "caddd6e0-46ac-438f-b88b-b44cc524d02b") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c81105e8-2168-470c-8e3e-40d0738cf13a") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b14deb1c-18f0-47dc-b9a5-98b7a85223a2") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "693ce496-859c-488e-a0d6-7117451383c6") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "33f79466-83ec-4950-b060-2da6cbf0233f") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a29c5c14-78fb-48a9-b130-c67573bd567c") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f90b5703-ff2b-4618-a2d3-90712d1224c0") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "b30fe51b-8d57-4a81-8767-74e88402ae4a") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C10-Pad1)") + (pintype "passive") + (uuid "039b6786-f389-4e55-8aea-8c31296377fe") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(D1-A)") + (pintype "passive") + (uuid "c14f4eb9-b2fd-4798-9763-ef1e88a71236") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcba6") + (at 90.17 111.76 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C11" + (at 1.25 2.3 90) + (layer "B.SilkS") + (uuid "e003fedf-fb31-4c74-9bfa-47f48cccf786") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 1.25 -2.3 90) + (layer "B.Fab") + (uuid "ac5b6932-a681-4fc9-8935-b7c157f287a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d14af5e1-d7ae-461e-9418-e03821d3d7b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "105f38f6-3723-43e8-be0f-fb4b48aa5f18") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e4e0b45-ba4a-46e6-934c-8ef3d7c557a4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf0bdea") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "12e02d8d-d124-4f24-b610-8632b0ea7011") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f6ade53-7f9e-4b6b-8f89-6634c79c37e7") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "838e3dc0-1db8-427a-9d13-c8691452315e") + ) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "10d304e5-8ef8-4a9c-bae2-be36c55535c8") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d0da783-54a3-43c7-a98d-8161d1715366") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f9f9554-b00c-4d48-89c7-a2d87648a55f") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2ae235b3-88c7-4ccf-8d59-75b7f82e1d23") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5dca6496-95c1-474a-9e8f-94dea63062b7") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b562f89d-16a6-4c7a-8bc7-aa25783852b9") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f40dd78a-f8f5-4c97-85d0-dbd4dba8be48") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "21df48a5-5e2f-4fc7-aafa-0ddcdd09eeb6") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fa32b5d1-3988-491b-b28a-c80f53bae5ce") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb55c01d-de95-4be0-ad54-981cb9863249") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f2a85b83-64b3-45ee-9945-2f028bd7b20d") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "B.Fab") + (uuid "734a1f8a-d12e-4950-b003-cdbdc152a84d") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(D4-K)") + (pintype "passive") + (uuid "d59ff302-44f3-4b6d-ac56-edec2d9fc66e") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(C11-Pad2)") + (pintype "passive") + (uuid "bf5b2f92-e194-41b6-8477-91df5ddaa3fd") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcbb9") + (at 53.34 120.65) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") + (property "Reference" "C12" + (at 2.5 4 0) + (layer "B.SilkS") + (uuid "7b72db97-79fa-469d-96f6-4659221863eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2u2" + (at 2.5 -4 0) + (layer "B.Fab") + (uuid "d75413a4-e664-468e-a0e2-292aca515739") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7142df73-80e0-4f49-9bb6-a91b7504d4ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a891c94-a79f-453c-a2dc-03bcc3489b67") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0f52967-e645-4466-9826-8f286fecda18") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf2f070") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4fdbedde-27be-4ed2-8d59-9ea87dcca2ba") + ) + (fp_line + (start -1.22 2.87) + (end -1.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7327aa41-b6ae-4a79-98e4-5010983d55b3") + ) + (fp_line + (start -1.22 2.87) + (end 6.22 2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f86e8a28-f7b9-4d30-ac89-c00bada95f81") + ) + (fp_line + (start 6.22 2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "673ebf09-b7d0-4ff5-91ff-ded03424a087") + ) + (fp_line + (start -1.35 -3) + (end 6.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "04a9feaa-b71d-45ac-95b9-77d40e5850a5") + ) + (fp_line + (start -1.35 3) + (end -1.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4c8356ef-f71e-4361-9518-e25419675f30") + ) + (fp_line + (start 6.35 -3) + (end 6.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a72f029e-7ade-45e6-82e9-fe35bb66504c") + ) + (fp_line + (start 6.35 3) + (end -1.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e93e2146-55bc-4fe1-b6ae-d72ddb8a6659") + ) + (fp_line + (start -1.1 -2.75) + (end 6.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "406daf19-f7ce-4851-b17d-c35247be6de9") + ) + (fp_line + (start -1.1 2.75) + (end -1.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d9daf2ea-be90-4dfc-8c0c-866eadcab768") + ) + (fp_line + (start 6.1 -2.75) + (end 6.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "05bfdb97-5bfa-4e27-b3a4-44d55046c524") + ) + (fp_line + (start 6.1 2.75) + (end -1.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "24d7e5a0-9bc2-47ae-9799-c7a7ff4928da") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "B.Fab") + (uuid "16e9e2eb-a4bb-41a9-83dc-abacf599d95c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(D3-K)") + (pintype "passive") + (uuid "a7b74057-8b60-43c7-b61e-25ddbef9515d") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "0fb5a32e-2fed-4c56-ac68-3c7a2c38d720") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcbcc") + (at 63.119 106.807 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") + (property "Reference" "C13" + (at 2.54 -3.81 0) + (layer "B.SilkS") + (uuid "93785ef9-48e8-4832-bbb7-50663b182120") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2u2" + (at 2.5 -4 0) + (layer "B.Fab") + (uuid "2af45835-1c28-402a-a790-39352b8583b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a2951de-51a5-4eff-993e-b42bda08d209") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c37fcf34-ccb1-4064-a3af-4c6b59dc1806") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de839cfb-b589-49d6-9813-ca8d995bfb3e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf1ff0b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8d2a1e2e-8723-492c-95b8-205ff2f2c009") + ) + (fp_line + (start -1.22 2.87) + (end 6.22 2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d85b941f-1bb1-4a5f-993e-a4b7273423a3") + ) + (fp_line + (start -1.22 2.87) + (end -1.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f646f913-27f8-4b17-aeb6-90cfa5b9c067") + ) + (fp_line + (start -1.22 -2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "138e8e48-8725-41f8-8931-700093fc3e8a") + ) + (fp_line + (start 6.35 3) + (end -1.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a2241d50-f589-4770-aedd-38eb6a4e0fd1") + ) + (fp_line + (start 6.35 -3) + (end 6.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "732047d5-3800-4403-831d-4ec91541ad48") + ) + (fp_line + (start -1.35 3) + (end -1.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d3de9826-123c-4e13-bd53-9a3e5d43471a") + ) + (fp_line + (start -1.35 -3) + (end 6.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "70780997-5028-4545-902e-10de664d6cc1") + ) + (fp_line + (start 6.1 2.75) + (end -1.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1de00a26-f182-4bd9-afee-8f8bea48ce7d") + ) + (fp_line + (start 6.1 -2.75) + (end 6.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c6bcabe1-59bd-46e2-95cc-5782c492ac89") + ) + (fp_line + (start -1.1 2.75) + (end -1.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "72a4b993-6280-420f-9d2f-8ca01b808cb0") + ) + (fp_line + (start -1.1 -2.75) + (end 6.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fce4603a-57e9-4344-a460-4637b3edcbe7") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "B.Fab") + (uuid "f99907f2-7675-4f1d-829e-ff7f95f30ada") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(C13-Pad1)") + (pintype "passive") + (uuid "d07d9f9d-6314-4706-bfec-a5c44a374ce6") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C13-Pad2)") + (pintype "passive") + (uuid "dfa5aec7-6f44-4dcc-9ed7-6fb038b6c6fe") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcbe1") + (at 53.848 153.376 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C14" + (at 1.25 2.032 90) + (layer "B.SilkS") + (uuid "4443518d-7004-4b45-8f5e-ed631b362204") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10n" + (at 1.25 -2.3 90) + (layer "B.Fab") + (uuid "64aeb219-e919-4034-9d6b-6b60c8c80532") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb1c4867-d88c-4536-82e2-7c26473d9aa4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4f1b762-11da-4f69-8f9d-a44372360b06") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4ea4838-24c9-4b5a-b528-911f2e07050d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d08e8cc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "659aa19e-d7bd-428a-a3da-d7b6836e42c6") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6171563-7a47-4102-8f34-5538949407ed") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e4683f7-46c4-4c9b-a817-5239a796c901") + ) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "37ba6720-c1d1-49d1-b446-a01dfe3550f5") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bfbc233f-0ec1-4f08-aec3-0998120567a1") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "243fe665-eb18-4089-97ce-0aa4ddb192c7") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d4a0a984-2821-41a3-817a-7496efb10bf1") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b47ab946-a087-411b-a925-e2a7be85d7b2") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4370bc26-d018-4106-9587-ef45d81040d1") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3b7a0d4a-b690-41af-80a4-bb56578501c7") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8cd8e03d-f06d-4466-b6b9-fd2e70dfe588") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "88276c71-a061-4ae8-b03a-ae50907c2dc5") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1d225aaf-a77a-4081-b923-47e7bd77d6b8") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "113a587a-109b-4e96-ba7a-4674501b3e58") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "B.Fab") + (uuid "8ce6a883-ae8e-402d-abe1-5b4987617fcf") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(D5-K)") + (pintype "passive") + (uuid "8257c498-fe6f-4dec-a8e6-db0f1ea71233") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "fc2b1a78-02c0-4736-b68c-58f034749baf") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcbf6") + (at 107.95 122.555 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C15" + (at 1.25 1.905 0) + (layer "B.SilkS") + (uuid "ec51ea70-7481-4b88-a8c1-fe7f18c6bc45") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10n" + (at 1.25 -2.3 0) + (layer "B.Fab") + (uuid "b929f1cb-b962-4448-b6e5-f729877833c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eeb20185-2589-4e8c-b496-6b904b112e23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21a69943-1054-4a78-bbb9-ad551082ad16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aecb7f06-bed3-47ba-b3b0-dca8ecab565b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf2a595") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 1.17) + (end 3.07 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "df3502c8-2370-4615-a5ed-a5c52155361c") + ) + (fp_line + (start 3.07 -0.925) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd12f375-91ce-4d8f-9d82-3fcc3f8d5d53") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d285b007-89c5-48b3-a63a-91594ef4233e") + ) + (fp_line + (start -0.57 1.17) + (end -0.57 0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6d17d85a-5511-4a0e-b12b-a869b80ce290") + ) + (fp_line + (start -0.57 -0.925) + (end -0.57 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "36ad799c-5a93-4620-8127-c61a0957da83") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d81af515-a5c2-4a97-b2b6-991abad95dc5") + ) + (fp_line + (start 3.55 1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fd5f91a0-8aa9-42ec-8c0c-1dec16c4f082") + ) + (fp_line + (start 3.55 -1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e681e544-241b-4235-ade1-a0f4dfaeb9ff") + ) + (fp_line + (start -1.05 1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5cb3b91c-805c-4724-bf6a-1cbd13dd175d") + ) + (fp_line + (start -1.05 -1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "34a80cd0-89e8-4281-8c5e-1f8dc65475b8") + ) + (fp_line + (start 2.95 1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dc3ab1f0-1034-4060-825e-270c6d2eb697") + ) + (fp_line + (start 2.95 -1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "022ec540-6e71-493e-8c15-d4b366bf7c8d") + ) + (fp_line + (start -0.45 1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e8cfaddb-ffc4-46e2-9992-64fcb2182b38") + ) + (fp_line + (start -0.45 -1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8a77eb35-574a-4483-ac74-90df62b85b33") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "82d3e0fc-8da0-435a-bb52-4a79bcb786b4") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "24419e85-6c2f-42b0-b5bf-aac86a39707e") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(C15-Pad2)") + (pintype "passive") + (uuid "ff413c51-fc9c-448b-8b33-3133b9f1d56a") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcc09") + (at 102.87 78.105) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") + (property "Reference" "C16" + (at 2.5 4 0) + (layer "B.SilkS") + (uuid "979c50c8-611f-4803-8c1f-ca38c8d47583") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2u2" + (at 2.5 -4 0) + (layer "B.Fab") + (uuid "f8b8c06c-0755-4e1b-b7eb-a089a54138e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a09634e7-2ceb-4c2c-a0ef-a21d6d89ff3a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b69630e1-169e-46c0-a203-d4c16b254300") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b6ba6e7-bca3-40db-8992-be91cb361d6c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cffd53c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7dbbab84-01d0-44ee-9b8b-4ca35985b4b0") + ) + (fp_line + (start -1.22 2.87) + (end -1.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3cf3541e-472f-425e-bab0-2e53465813dd") + ) + (fp_line + (start -1.22 2.87) + (end 6.22 2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4ec9adc-b98c-4cec-bf7d-27bdc01710c9") + ) + (fp_line + (start 6.22 2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff3ee77c-0cf3-4d15-9df3-a4718b53763b") + ) + (fp_line + (start -1.35 -3) + (end 6.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9ccfba24-781e-4331-98f2-e01cd68106ed") + ) + (fp_line + (start -1.35 3) + (end -1.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "82c6a921-c93f-46c7-ba13-65d95ab11592") + ) + (fp_line + (start 6.35 -3) + (end 6.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "abd96eb7-2522-4945-957a-d12e74a36e01") + ) + (fp_line + (start 6.35 3) + (end -1.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "44592222-09c8-4ecb-9ba8-9c0d712ee8b4") + ) + (fp_line + (start -1.1 -2.75) + (end 6.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "377216dc-dc7b-49dc-b857-439c927d7bc4") + ) + (fp_line + (start -1.1 2.75) + (end -1.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cb92a785-5875-4de3-a27b-d41a4e5e9c53") + ) + (fp_line + (start 6.1 -2.75) + (end 6.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0bf68f4e-fe96-4dff-bb5e-8c6bded34c4c") + ) + (fp_line + (start 6.1 2.75) + (end -1.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2fb59be0-1b71-4e65-b6cd-7b033c5cbe7b") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "B.Fab") + (uuid "bb18e77b-22cc-49c6-b4af-45e670965753") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/Shell") + (pintype "passive") + (uuid "02a2680b-46b2-4858-894e-a2abfd2417c6") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(C16-Pad2)") + (pintype "passive") + (uuid "342bfc2a-4531-4cc8-8209-b13463efc8de") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcc1c") + (at 90.17 149.86) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor") + (property "Reference" "C17" + (at 2.5 4 0) + (layer "B.SilkS") + (uuid "2243455b-8adb-46ce-87ff-314401abc60d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2u2" + (at 2.5 -4 0) + (layer "B.Fab") + (uuid "0ec5f047-90fd-4583-b0f4-50432a0bfbf0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "523080e0-5bf6-47b7-aee1-14d8cbdcf7f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24ccbe23-7ae9-43e6-87c1-d264499a0b80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c3ee6fe3-fe76-4cc2-ad24-8d3d42c0d476") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cffde6a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b8d69cf-1870-480b-908a-5ab0069ac4ba") + ) + (fp_line + (start -1.22 2.87) + (end -1.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "52e8a1f2-f773-45f3-9efd-453768d2c065") + ) + (fp_line + (start -1.22 2.87) + (end 6.22 2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "49052ba2-c2e8-4ff2-9280-1c01bd5401aa") + ) + (fp_line + (start 6.22 2.87) + (end 6.22 -2.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e52944ba-e6ca-4c38-96fa-f1354720d63a") + ) + (fp_line + (start -1.35 -3) + (end 6.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "504ba039-7197-433d-829d-4553ed731ee6") + ) + (fp_line + (start -1.35 3) + (end -1.35 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "13b4a527-330c-4d07-8f1e-7f2c21bb39b1") + ) + (fp_line + (start 6.35 -3) + (end 6.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bc0b25a9-cad0-4f59-8153-c1153eeb03e3") + ) + (fp_line + (start 6.35 3) + (end -1.35 3) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "522dc6d2-9f32-4e4d-851c-c6f07b091a65") + ) + (fp_line + (start -1.1 -2.75) + (end 6.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "db4f288e-c40b-491c-a688-c7cf9dbad55f") + ) + (fp_line + (start -1.1 2.75) + (end -1.1 -2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b2db37c4-a37a-432a-90ce-e647f2ed345f") + ) + (fp_line + (start 6.1 -2.75) + (end 6.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dce53bba-a0b0-4cd2-be74-ba84ae49fcca") + ) + (fp_line + (start 6.1 2.75) + (end -1.1 2.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fd738860-6c1c-405b-bdd3-74a6c561dd06") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "B.Fab") + (uuid "184749fa-913a-469d-acac-0cc411a7d08c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(C17-Pad1)") + (pintype "passive") + (uuid "aeaa801f-4d60-49d1-b3ba-cb4566ba3c27") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "Net-(C17-Pad2)") + (pintype "passive") + (uuid "18a5a7a8-7aa3-40cb-88b8-3b6831c5f74f") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcc3b") + (at 76.2 135.255) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D1" + (at 3.81 5.715 0) + (layer "B.SilkS") + (uuid "941645bf-e3a5-4b77-a2b4-e384c8d5c773") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 0) + (layer "B.Fab") + (uuid "efd76150-552c-49c3-8e5a-6589f59758f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f599c549-980e-426c-ae89-c22772d82894") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c05afa3-31fa-4a75-9632-3b834d37df16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bdc0bdc6-a76a-48f7-8166-29b84efb7736") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf9d088") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "59daee2b-1e04-4ac1-868d-dcd93e736554") + ) + (fp_line + (start 1.69 -1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9a0a6e1-3053-4ec1-bc4a-53bddbf3e841") + ) + (fp_line + (start 1.69 1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6eac2aca-03f7-480e-93e5-4aec71bc99f3") + ) + (fp_line + (start 2.29 1.12) + (end 2.29 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "13ffb821-9871-441d-991a-cab50176dcf1") + ) + (fp_line + (start 2.41 1.12) + (end 2.41 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "66e977a6-4861-4b93-8011-3eadcb947725") + ) + (fp_line + (start 2.53 1.12) + (end 2.53 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7255c529-1c28-48f0-8527-e5b5e001070b") + ) + (fp_line + (start 5.93 -1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc0db734-67db-4a8f-8575-c51b1571ff54") + ) + (fp_line + (start 5.93 1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c388cb40-3f3f-47ba-96c5-52e63b216333") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9efc92b3-02bf-494a-a133-ee68a32f1075") + ) + (fp_line + (start -1.05 -1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "35ab878e-de2b-4841-b7cf-8e9d5b82dfa2") + ) + (fp_line + (start -1.05 1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "19e4527a-3c05-4c2a-a81b-eb30ec73696c") + ) + (fp_line + (start 8.67 -1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "110d6e4c-5881-42de-a1a2-b4bb7a1a9aab") + ) + (fp_line + (start 8.67 1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8377cdfc-df9b-4cc7-82f9-5d58708de02d") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35560f31-7d56-493d-92b2-c1b1c9e06238") + ) + (fp_line + (start 1.81 -1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "944cd478-ce3c-4e6b-968b-5f22af66f0e1") + ) + (fp_line + (start 1.81 1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48bcc16c-b152-47cb-bd87-ad3f7e3e580c") + ) + (fp_line + (start 2.31 1) + (end 2.31 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9276535f-d43d-4b92-94a2-b0c5b7e9aa1c") + ) + (fp_line + (start 2.41 1) + (end 2.41 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53015d04-730b-4885-aae4-e7915af560b3") + ) + (fp_line + (start 2.51 1) + (end 2.51 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "04d38677-81d5-4e36-8c6e-a829c9715a99") + ) + (fp_line + (start 5.81 -1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "637a6793-e430-478f-80de-80b39f824104") + ) + (fp_line + (start 5.81 1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "475ee219-2f85-45b4-83d4-9a9d38deef24") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "15957316-3415-4782-8f98-151bfdba879e") + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.SilkS") + (uuid "af0f5f3c-bb8d-4466-91ab-e5b1e0ec9255") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.Fab") + (uuid "0e05acc8-2d0d-4e43-a8ee-9622dcb8868c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "B.Fab") + (uuid "84c204e9-3b4e-4a3e-ae81-1708236dd215") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "d0b891a2-f00a-49af-a111-a8f6ad2ec2c0") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "d3044474-e2f8-41ac-9075-4e8448eb9456") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcc5a") + (at 83.82 139.065 180) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D2" + (at 3.556 1.905 0) + (layer "B.SilkS") + (uuid "fd9b97bb-b4f0-46fd-8eab-d9cfb77d3fbd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 0) + (layer "B.Fab") + (uuid "3cd9fe94-18a3-4600-9d2b-c8076bb66c6d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bcc8ebdd-5ecc-4600-a5f2-1ab0e5230851") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "18ebea63-a239-4d8d-beac-e94770c1be48") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27f0cac1-c0d1-4fd9-bd3b-d435720fc47d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cfd7411") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7211b934-88b0-43c4-a0af-51fee2b912d9") + ) + (fp_line + (start 5.93 1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9bc1b03b-8166-43a3-bdff-63c393ece3aa") + ) + (fp_line + (start 5.93 -1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6cd083a-75a4-4be1-bc23-41929697e03f") + ) + (fp_line + (start 2.53 1.12) + (end 2.53 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bca16321-55b0-4ab0-8639-98e08acfbf00") + ) + (fp_line + (start 2.41 1.12) + (end 2.41 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f56955b-af76-43db-aa02-6a9947ece2ec") + ) + (fp_line + (start 2.29 1.12) + (end 2.29 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d504bfe0-439c-4470-af44-a286e0df0fa0") + ) + (fp_line + (start 1.69 1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "24ddf5f2-3a63-4e88-8e24-a6e6b1e255f3") + ) + (fp_line + (start 1.69 -1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a122099d-aa88-44aa-84e5-3e5111fb3d09") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "569aabb0-0e55-41b1-a533-1608d227f946") + ) + (fp_line + (start 8.67 1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "952c5a9b-686c-495e-aabf-1ded15efbd65") + ) + (fp_line + (start 8.67 -1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "23635877-be95-4920-9484-edb46dfe792d") + ) + (fp_line + (start -1.05 1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ca549591-c6c2-4a7b-a001-4fd0cbe1e42e") + ) + (fp_line + (start -1.05 -1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c2c594e3-fc3e-4624-982b-ee9cfe9b703c") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c208856f-e9fb-415b-b325-0f37b86f1735") + ) + (fp_line + (start 5.81 1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "39a9207c-76d1-4676-b568-58bcc8c884ba") + ) + (fp_line + (start 5.81 -1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "45ad86ae-66ce-40a5-8c91-dcf7ae1f176d") + ) + (fp_line + (start 2.51 1) + (end 2.51 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "adc4c4ed-c928-47f0-8814-226a8d217a84") + ) + (fp_line + (start 2.41 1) + (end 2.41 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2fad9846-1e77-4c0f-a057-16d53f6de23e") + ) + (fp_line + (start 2.31 1) + (end 2.31 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ea95ed88-0558-40a2-b0e3-0a8166d6c019") + ) + (fp_line + (start 1.81 1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38bdffd9-7a23-48bc-8f99-d30c5256c3b2") + ) + (fp_line + (start 1.81 -1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22b10f9c-686d-464a-bff7-cb5030f8cd22") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cd49ebe6-1fe1-4df7-b0a1-d468d71c52c3") + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.SilkS") + (uuid "c1aa9c07-1003-4835-8621-e79c00180705") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.Fab") + (uuid "17c570eb-9b11-4df8-8d84-fd0475f9fcbe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "B.Fab") + (uuid "c1e9f462-0018-4bd3-bb83-ef1817f2c6e9") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(D1-A)") + (pinfunction "K") + (pintype "passive") + (uuid "ac842597-69f5-4793-b158-b797415fadf7") + ) + (pad "2" thru_hole oval + (at 7.62 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "c3537e2c-8c71-421e-b406-bcbbb1b693e6") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcc79") + (at 53.34 126.365 -90) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D3" + (at 3.885 -1.8 90) + (layer "B.SilkS") + (uuid "0bc70cc5-a251-46f2-ba23-c8bcc11b55f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 90) + (layer "B.Fab") + (uuid "50fb5dcb-5866-4670-b404-41de0c1d30d7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7813ba1-c2f1-497d-b0f2-ba87b40c0f1d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "803ee873-5b3e-40f7-9d37-98506f721bde") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6959cdd-0294-4d6f-bb36-93d323eb2cd1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf2dae3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.69 1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b634fb0-e0da-4f11-9ad7-09aa2ddf97b1") + ) + (fp_line + (start 2.29 1.12) + (end 2.29 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cab694ba-69c2-4a44-94ef-6ce2d81469eb") + ) + (fp_line + (start 2.41 1.12) + (end 2.41 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fb9b5e1-aaea-447d-89a5-115503916499") + ) + (fp_line + (start 2.53 1.12) + (end 2.53 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c16adad5-ce6c-41a1-8342-68a9ff617884") + ) + (fp_line + (start 5.93 1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc28490b-93ba-47f6-885a-236d2f3db61e") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "891bb20a-44c9-4388-ae57-4c5797875e62") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9dfbe4c2-da8f-4a40-b19f-fd893f003dd3") + ) + (fp_line + (start 1.69 -1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "50a9f138-b22a-4ab7-9171-b4a8ae9fc574") + ) + (fp_line + (start 5.93 -1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ac069bcc-3f26-41a3-8246-fc4fa5f731a6") + ) + (fp_line + (start -1.05 1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1b36ca12-518c-49bf-aa04-fc28fa0994d4") + ) + (fp_line + (start 8.67 1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8c520811-857d-4833-97d9-bc540bdc8287") + ) + (fp_line + (start -1.05 -1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ae141b26-345d-44fe-b345-0d925c2d8c60") + ) + (fp_line + (start 8.67 -1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fac7dd3e-9f32-4c3b-ae95-bf1f042a40c8") + ) + (fp_line + (start 1.81 1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4fe86374-9ba2-44de-8352-4d10b8e686a8") + ) + (fp_line + (start 2.31 1) + (end 2.31 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5dbff422-35e2-4a24-9d77-3119adf6c8de") + ) + (fp_line + (start 2.41 1) + (end 2.41 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "916a8283-6646-4a5a-8dcb-5672a7689421") + ) + (fp_line + (start 2.51 1) + (end 2.51 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "689d1be9-0b7f-4fc7-8dbb-57604870fb94") + ) + (fp_line + (start 5.81 1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35e1d0c7-684c-4389-b20f-ad79a7dbc117") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c0eecc01-8592-4336-b8a3-f192bd6c2b03") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "40aec41f-45e3-4da9-a2c3-2c944698be32") + ) + (fp_line + (start 1.81 -1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8274393a-b03b-4a9e-b93a-108e4baaf368") + ) + (fp_line + (start 5.81 -1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f64ad78a-eb74-49d7-bd20-89a163a73b22") + ) + (fp_text user "K" + (at 0 1.8 90) + (layer "B.SilkS") + (uuid "a49bd972-d9aa-464c-820d-56f1483a5f96") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 90) + (layer "B.Fab") + (uuid "9b290dc6-8227-46e5-8651-cf8dba45c345") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 90) + (layer "B.Fab") + (uuid "ebad7973-8193-4261-90cd-d5e182e9d277") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(D3-K)") + (pinfunction "K") + (pintype "passive") + (uuid "4b8d16f5-d049-4987-9172-96f358f35c79") + ) + (pad "2" thru_hole oval + (at 7.62 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/PULSE") + (pinfunction "A") + (pintype "passive") + (uuid "a1d31ab8-df8b-4904-8a76-e94835d467d7") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcc98") + (at 73.025 114.935 180) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D4" + (at 3.81 2.12 0) + (layer "B.SilkS") + (uuid "d7267be8-e6c1-4e35-9400-e313877bc3a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 0) + (layer "B.Fab") + (uuid "10961dc8-a18c-4889-ad6a-4a977a777f53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "875dd549-82b4-4390-abab-fa17e0bb43b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e78332c2-777d-4c23-8f77-d66197a17b51") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20a631f0-d1ad-4e55-b1e1-41a23b79038e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cfeeec9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "134dd684-b340-4c07-bd29-36b98f48411c") + ) + (fp_line + (start 5.93 1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "18d0ad20-2c7b-4a88-b717-c226e8c0be7b") + ) + (fp_line + (start 5.93 -1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a28ab859-90be-4c98-9f00-c56cdb8f8b90") + ) + (fp_line + (start 2.53 1.12) + (end 2.53 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "070799a9-348a-4344-95bd-2c91eab26562") + ) + (fp_line + (start 2.41 1.12) + (end 2.41 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec2f555b-72f5-4af4-b38e-15c814baadc5") + ) + (fp_line + (start 2.29 1.12) + (end 2.29 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a57ebfc-ab4a-4419-829f-d28a19906afc") + ) + (fp_line + (start 1.69 1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f376d60-ddac-49d1-bb84-089c62d44fa1") + ) + (fp_line + (start 1.69 -1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "337aba87-a35d-4f4c-8c56-408cf584dd66") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b8aed96-b541-47fc-a130-2d27564037c5") + ) + (fp_line + (start 8.67 1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e8fe5128-211a-4bb9-b811-756fdcae48fc") + ) + (fp_line + (start 8.67 -1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "70d1b318-ddf6-4d8f-8991-a2d131e9427b") + ) + (fp_line + (start -1.05 1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1b34a33d-88b3-41ea-963b-1ca7d51c5c30") + ) + (fp_line + (start -1.05 -1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "005539eb-ac0e-46f5-9f30-6acec45780ff") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "09e620f5-cdaa-4c62-9dc5-2a28fc15fc05") + ) + (fp_line + (start 5.81 1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ddf14547-4f6e-42ab-b454-6c4cef1c82d3") + ) + (fp_line + (start 5.81 -1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "da1772e8-2488-4a42-bb73-2be3507868c7") + ) + (fp_line + (start 2.51 1) + (end 2.51 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "861fd0bd-7576-40e9-a9e5-90b0dbc3c4f5") + ) + (fp_line + (start 2.41 1) + (end 2.41 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1d9d1d4e-5f99-48be-975a-088bf8f59065") + ) + (fp_line + (start 2.31 1) + (end 2.31 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d554b433-f849-4d80-b4ed-03e90e63a3bf") + ) + (fp_line + (start 1.81 1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4701f06e-31cf-4503-9898-06ce25a1a4da") + ) + (fp_line + (start 1.81 -1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47216c37-fb80-4234-ac84-988b321f75e3") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76cdb27c-cea6-4048-8b5c-1276c82584f6") + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.SilkS") + (uuid "e33e73c2-f698-43d1-8eb8-7f140884cb1c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "B.Fab") + (uuid "a90bdf87-849f-49cb-a1fd-3bf9240096d6") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 0) + (layer "B.Fab") + (uuid "bd87f60b-33db-494a-a1d6-5aafecc0fc9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(D4-K)") + (pinfunction "K") + (pintype "passive") + (uuid "87d49a25-7abd-48be-a20a-00000c887aea") + ) + (pad "2" thru_hole oval + (at 7.62 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/PULSE") + (pinfunction "A") + (pintype "passive") + (uuid "1be45626-63dc-4b92-91c9-07dd4fbd45ca") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fccb7") + (at 53.848 147.32 90) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D5" + (at 3.81 2.032 90) + (layer "B.SilkS") + (uuid "bf698b05-eb02-4a28-b188-c6eb5044168f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148" + (at 3.81 -2.12 90) + (layer "B.Fab") + (uuid "8ee1165d-96d9-4b4e-a575-85c84ade02fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "405d7e0a-84d4-474b-9d01-856d5304b095") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f81a10c1-226f-4cf0-a9e4-81521c88d39a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5878b0fa-ba21-4f82-98a2-bbb06fba53f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cff0895") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.93 -1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e975b79e-b241-4baf-ae61-01fd317bf58e") + ) + (fp_line + (start 1.69 -1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb83efcf-be18-4e89-bc28-9b14c9699a25") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ae8aa1c-8e1f-4e99-82ba-f68764b4a9e1") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9c5a9b8-0bc3-484d-b8f9-18616343c5b2") + ) + (fp_line + (start 5.93 1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "87a1d7ea-ff36-44a3-be67-5932da78b2fa") + ) + (fp_line + (start 2.53 1.12) + (end 2.53 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "31f5c475-e67d-41b1-8edd-aab747afaf12") + ) + (fp_line + (start 2.41 1.12) + (end 2.41 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9623f89-d7b5-477a-bdf5-1210e600b5e6") + ) + (fp_line + (start 2.29 1.12) + (end 2.29 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "43959369-b0f3-405e-abb7-f2040ecc92d5") + ) + (fp_line + (start 1.69 1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d763f0d1-05f3-4690-b716-25fce804699e") + ) + (fp_line + (start 8.67 -1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e4af532f-f800-4a74-9ab7-c58c27c3a5f1") + ) + (fp_line + (start -1.05 -1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4891b286-7b32-4307-9d1a-2fd4dcc5735a") + ) + (fp_line + (start 8.67 1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1ccb2e72-ed18-405c-8224-109c7596c3a6") + ) + (fp_line + (start -1.05 1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c77d19ac-3c55-46c6-a94c-3cd0d9d76399") + ) + (fp_line + (start 5.81 -1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a6aff474-4627-4aa6-9431-e7a5a66c1827") + ) + (fp_line + (start 1.81 -1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bde9589e-f243-44c9-b726-85c9dc0b72f7") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4ff29336-93cb-4fd1-822e-3eef3257fdbc") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bf134c27-f167-4725-8ec6-683880cda529") + ) + (fp_line + (start 5.81 1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4a47b22d-a37e-4a25-b682-f63247a46124") + ) + (fp_line + (start 2.51 1) + (end 2.51 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f4618ce5-97cb-4464-ab14-877d997fea85") + ) + (fp_line + (start 2.41 1) + (end 2.41 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2cedb5bb-a09d-4a78-af3b-7738beb972f2") + ) + (fp_line + (start 2.31 1) + (end 2.31 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b017634-71a0-4332-b659-f146d3fb818e") + ) + (fp_line + (start 1.81 1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9c02dc35-61df-4037-a34a-4a3176cfbba9") + ) + (fp_text user "K" + (at 0 1.8 90) + (layer "B.SilkS") + (uuid "4c74d759-5a9f-4b54-aefa-acc515d3d2f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "K" + (at 0 1.8 90) + (layer "B.Fab") + (uuid "28e149b0-7e50-49c8-985d-1fc7366545da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 90) + (layer "B.Fab") + (uuid "643df8e4-b44a-4605-9acf-077ed638bc2d") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(D5-K)") + (pinfunction "K") + (pintype "passive") + (uuid "cbe52324-9c29-4160-8e81-930dd66f69ef") + ) + (pad "2" thru_hole oval + (at 7.62 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/PULSE") + (pinfunction "A") + (pintype "passive") + (uuid "1e48944f-c8a0-47d1-9c65-763f5b7f0e67") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcd35") + (at 77.47 57.15 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J3" + (at 1.27 6.604 -90) + (layer "B.SilkS") + (uuid "93467b21-4e88-46d4-97e5-399743659934") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "IDC Header" + (at 1.27 -16.764 -90) + (layer "B.Fab") + (uuid "1d61d453-3311-4f26-8a67-69cee7edfd9b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff88abd3-9cf2-47a8-84b3-6910c379333c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "093f0aff-6017-4283-b315-eee5eca7214b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "419d2c16-da3e-4f83-8a0a-bc87a273233b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d0c07ad") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d78c4ce2-3041-4d70-88ad-4c2286115f14") + ) + (fp_line + (start -3.29 -15.37) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "381133a1-58de-455a-b837-b44b374c5226") + ) + (fp_line + (start 4.52 -14.07) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "074f1fe8-e2f5-4274-be4a-281c38c1eec6") + ) + (fp_line + (start -1.98 -14.07) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "902e33aa-2e76-4e24-be9b-93e94308b2ab") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "52ba99bb-7dea-4fd2-a0cb-fc93a031e98f") + ) + (fp_line + (start -1.98 -7.13) + (end -3.29 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "806b24e3-ccf5-4826-9a4d-7b2c7ccd0290") + ) + (fp_line + (start -1.98 -3.03) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "79266cc1-4b0b-4a9c-b270-3867f38a071c") + ) + (fp_line + (start -3.29 -3.03) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9275eef3-23e7-4d68-a223-ea3f11cf501a") + ) + (fp_line + (start -4.68 -0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "430c6f4f-5b67-4130-86de-297ccff01513") + ) + (fp_line + (start -3.68 0) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c5cb8c8-3085-45ce-9a52-1966203ce935") + ) + (fp_line + (start -4.68 0.5) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "718e9002-e3cf-425f-a3d3-a53e5458856d") + ) + (fp_line + (start 4.52 3.91) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a86dc701-22cc-4e8d-9f70-6c537bbbda35") + ) + (fp_line + (start -1.98 3.91) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dddaee79-e25d-4a19-8cb6-7c63fe0db191") + ) + (fp_line + (start 5.83 5.21) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2597c45d-3ec5-4a71-acef-215de3162f0f") + ) + (fp_line + (start -3.29 5.21) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "57f77983-23b8-4e8a-a4bb-ba26742b1114") + ) + (fp_line + (start 6.22 -15.76) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fb6d3bb0-61b1-45c7-921b-cc6363d756dd") + ) + (fp_line + (start -3.68 -15.76) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e849d7ff-b53b-4446-a1b6-b974d40bc0c6") + ) + (fp_line + (start 6.22 5.6) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "919e3284-fddc-4dbe-aa59-909fae72fe89") + ) + (fp_line + (start -3.68 5.6) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "413a908b-e6c2-42b3-9736-7c3f18acce6d") + ) + (fp_line + (start 5.72 -15.26) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b49c4611-c335-474c-9266-0207a2835c3f") + ) + (fp_line + (start -3.18 -15.26) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "67aedf72-d2be-487c-a352-2e1be4f8df3d") + ) + (fp_line + (start 4.52 -14.07) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d04fd9b-b845-482b-8df4-9e0a5414473a") + ) + (fp_line + (start -1.98 -14.07) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "daa6d337-9893-46a5-ab4f-1d3833b3a5e3") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38597424-3b68-4f19-9016-df1de2ec945c") + ) + (fp_line + (start -1.98 -7.13) + (end -3.18 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29e1ea2d-e69d-450b-8cf1-15682e2c3465") + ) + (fp_line + (start -1.98 -3.03) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6f52545c-eb8c-4a75-b9e8-7cd9a1227a34") + ) + (fp_line + (start -3.18 -3.03) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3cc87862-78b7-464a-8b34-d5ebea498e01") + ) + (fp_line + (start 4.52 3.91) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bdce9c7d-29ef-44dd-8288-2fd198c0998f") + ) + (fp_line + (start -1.98 3.91) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2a209d56-b4ed-4be8-a932-c1c9cbb9c269") + ) + (fp_line + (start -3.18 4.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5f891adb-664b-4d1a-a373-656791f8022f") + ) + (fp_line + (start 5.72 5.1) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "344ef9b1-b181-4228-91c4-73d9ffa55f49") + ) + (fp_line + (start -2.18 5.1) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "448c4de1-2071-4748-8c51-e6d8fc76f6ea") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 -90) + (layer "B.Fab") + (uuid "7052061b-ee81-42c4-9b73-61eb730c9381") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 3 "-15V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "85bbd894-31ca-4011-a175-4a6b52f5045a") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "7e242194-8992-4ae8-8b26-f95d997689c7") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "4965791f-9955-4529-aa2e-cc7e0acf814b") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "d2ad245c-0fb4-4b80-8362-6480c0ca4062") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "66fec48d-8d3f-446a-9bf7-85dc742254c1") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "de9cd503-b691-4048-8bca-67d021d6a734") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "f0a41d0b-7411-4f8a-971f-9fff1291bd9e") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "50075f5e-b6d4-4758-88fb-d750b170c87f") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "5d7b0f9f-d7cb-43da-8f0b-3d26dd1582ea") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "f80e21f0-2695-4fa5-aa28-bac85d31f4f5") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcd88") + (at 66.04 100.203 180) + (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q1" + (at 1.143 -2.794 0) + (layer "B.SilkS") + (uuid "6e04b0fd-b6d1-4884-93c8-46f968191d2b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2N3906" + (at 1.27 -2.79 0) + (layer "B.Fab") + (uuid "ed28f287-43db-4612-8224-b187db9d4037") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dab0f588-895d-4571-92be-cb66a948ed11") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d648d7de-c24b-4163-9c15-c39235551403") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "911ab8cb-9c1d-4165-8b2f-9af11682cb78") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf0d5b9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.53 -1.85) + (end 3.07 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "caa11a25-12c3-4377-993e-51b5b455d667") + ) + (fp_arc + (start 3.108478 -1.838478) + (mid 3.672087 0.994977) + (end 1.27 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f8e8b17a-6429-41ca-a931-34d1ef9e3353") + ) + (fp_arc + (start 1.27 2.6) + (mid -1.132087 0.994977) + (end -0.568478 -1.838478) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "926e5d6f-c5be-4e3c-8523-0d2322a8c6f2") + ) + (fp_line + (start 4 -2.01) + (end 4 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0571e7c2-cbf2-452a-81a7-afa2e97c6fd1") + ) + (fp_line + (start 4 -2.01) + (end -1.46 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0e9a6217-b567-4974-97c1-56692d795e3f") + ) + (fp_line + (start -1.46 2.73) + (end 4 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f276ebfc-0a5b-4e09-9e86-c1b7d0ddfb59") + ) + (fp_line + (start -1.46 2.73) + (end -1.46 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7d8d6e17-bd62-4506-8933-0f621dabea06") + ) + (fp_line + (start -0.5 -1.75) + (end 3 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fc8d626d-9a46-4906-aa3a-40f16a749e06") + ) + (fp_arc + (start 3.023625 -1.753625) + (mid 3.561221 0.949055) + (end 1.27 2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "69c79685-d07e-4f65-a096-f8ba80963a8f") + ) + (fp_arc + (start 1.27 2.48) + (mid -1.021221 0.949055) + (end -0.483625 -1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b2725897-02f6-4653-941c-bfda2073b316") + ) + (fp_text user "${REFERENCE}" + (at 1.27 3.56 0) + (layer "B.Fab") + (uuid "c17928ba-17c3-4135-913d-9c3bdaa8d16a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(Q1-E)") + (pinfunction "E") + (pintype "passive") + (uuid "6c6fe789-fa20-482e-ba76-60a843b2f62f") + ) + (pad "2" thru_hole oval + (at 1.27 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "B") + (pintype "input") + (uuid "e1e9867d-c537-42ea-b64d-06b90239f6bc") + ) + (pad "3" thru_hole oval + (at 2.54 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(Q1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "7b1f2ecd-4f11-41c9-8c5d-e5250764982e") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcd9a") + (at 57.15 99.568) + (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q2" + (at 1.397 -2.794 0) + (layer "B.SilkS") + (uuid "dccbca2b-d87f-4aa5-bf07-57de8b1b0c29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2N3904" + (at 1.27 -2.79 0) + (layer "B.Fab") + (uuid "5bf7c28a-e325-4543-a27e-3167daf17a0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2412b7b-54b9-4564-b010-abe81e844856") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae04e470-84ec-41de-9f0d-8712fd96800b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f39024d-660a-4894-b336-197898ee2da6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf3754e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.53 -1.85) + (end 3.07 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "12a34ea1-ca48-4da0-92c3-902628c43ad7") + ) + (fp_arc + (start 1.27 2.6) + (mid -1.132087 0.994977) + (end -0.568478 -1.838478) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0b77e95-b3ba-4f11-bf0a-c4e291eb7f2a") + ) + (fp_arc + (start 3.108478 -1.838478) + (mid 3.672087 0.994977) + (end 1.27 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2d5e690-794e-4d55-9096-74d2f9851908") + ) + (fp_line + (start -1.46 2.73) + (end -1.46 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d1637307-cde9-4527-ae46-409f533381c9") + ) + (fp_line + (start -1.46 2.73) + (end 4 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ea20283e-eb26-4ce2-9ffa-ad63d370676e") + ) + (fp_line + (start 4 -2.01) + (end -1.46 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "af51f908-9b13-4234-8be1-c6317fed1b80") + ) + (fp_line + (start 4 -2.01) + (end 4 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a00aff51-361f-42a0-9abe-6901b9995ee0") + ) + (fp_line + (start -0.5 -1.75) + (end 3 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8b93450c-d7fc-4c3f-b61a-b844cfe3a3ae") + ) + (fp_arc + (start 1.27 2.48) + (mid -1.021221 0.949055) + (end -0.483625 -1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "52ba2646-abb7-4006-854a-54ab029fcf4c") + ) + (fp_arc + (start 3.023625 -1.753625) + (mid 3.561221 0.949055) + (end 1.27 2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2f060dd9-47ae-4ad8-81ed-e31a83dbb1b5") + ) + (fp_text user "${REFERENCE}" + (at 1.27 3.56 0) + (layer "B.Fab") + (uuid "536a3c8e-9a90-47fc-b5ca-4185f39c9b1a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(Q2-E)") + (pinfunction "E") + (pintype "passive") + (uuid "069dfc3a-53a0-418e-99ca-16d0316ddb7a") + ) + (pad "2" thru_hole oval + (at 1.27 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(Q2-B)") + (pinfunction "B") + (pintype "passive") + (uuid "2ea84443-47c6-4490-aa4a-58adcc82caa7") + ) + (pad "3" thru_hole oval + (at 2.54 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "C") + (pintype "passive") + (uuid "fc4c6231-9f37-4c2c-8bd4-5b1e4825d155") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcdac") + (at 61.214 114.173 180) + (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q3" + (at 1.143 -2.794 0) + (layer "B.SilkS") + (uuid "371cee16-89e5-4b57-960f-66e5f5716869") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2N3906" + (at 1.27 -2.79 0) + (layer "B.Fab") + (uuid "9a71f5d0-515d-4ea9-84dd-9d0218d179c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40571e2e-f868-4bf3-bc65-89592780c8b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9558fab1-1a1b-4b90-9e3e-4ea26d2b981d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15d09c6e-ccb1-4135-ac77-b1fbd3792161") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf0c8bc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.53 -1.85) + (end 3.07 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f410230c-78e9-4930-871f-d43020e807df") + ) + (fp_arc + (start 3.108478 -1.838478) + (mid 3.672087 0.994977) + (end 1.27 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b69323d4-4e05-42ea-8738-0bd786ae7b24") + ) + (fp_arc + (start 1.27 2.6) + (mid -1.132087 0.994977) + (end -0.568478 -1.838478) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d2522ed-7090-436f-baed-b2bcd84e1b01") + ) + (fp_line + (start 4 -2.01) + (end 4 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "05173d01-18bb-4e34-bcc1-c6ecb97faeae") + ) + (fp_line + (start 4 -2.01) + (end -1.46 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a2f05273-95e8-4a03-b145-d8b3bdb26bc1") + ) + (fp_line + (start -1.46 2.73) + (end 4 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f667bd3d-6797-43be-a745-cf5f4051e6fa") + ) + (fp_line + (start -1.46 2.73) + (end -1.46 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9921e8f7-68e7-4a61-8745-c894ca6f7da1") + ) + (fp_line + (start -0.5 -1.75) + (end 3 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "16d52ac7-1cb5-4fd0-a6c2-ebf9e77e4824") + ) + (fp_arc + (start 3.023625 -1.753625) + (mid 3.561221 0.949055) + (end 1.27 2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4006589c-36fa-44be-992b-bd21c8e2fa3a") + ) + (fp_arc + (start 1.27 2.48) + (mid -1.021221 0.949055) + (end -0.483625 -1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "137afa54-feac-4e80-a8af-81d7a2a7e73a") + ) + (fp_text user "${REFERENCE}" + (at 1.27 3.56 0) + (layer "B.Fab") + (uuid "6d110a4a-a51a-4f83-a129-ba3e912730af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(Q3-E)") + (pinfunction "E") + (pintype "passive") + (uuid "757c86de-a830-4a3b-acdd-036145b05f84") + ) + (pad "2" thru_hole oval + (at 1.27 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "B") + (pintype "input") + (uuid "9e12d788-811f-492a-a06f-a00d0f4826f1") + ) + (pad "3" thru_hole oval + (at 2.54 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(Q3-C)") + (pinfunction "C") + (pintype "passive") + (uuid "72d92873-e550-47ca-840c-7f9a9a469f4a") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcdbe") + (at 69.85 153.67) + (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q4" + (at 1.27 -2.54 0) + (layer "B.SilkS") + (uuid "57aa82b7-7177-463a-8771-2654df9ab3a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2N3904" + (at 1.27 -2.79 0) + (layer "B.Fab") + (uuid "21e6aca9-d53b-4cde-bb2a-1056c39dc404") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45342088-cf0b-48ee-9be8-9e9b2bf6d35b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e0a17d7-b066-465f-8b40-881429ab92e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "448d4e41-bff0-480a-959b-586f294e6a8a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d087002") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.53 -1.85) + (end 3.07 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "62193bd3-b781-47e2-8bfe-f4a66b24d70a") + ) + (fp_arc + (start 1.27 2.6) + (mid -1.132087 0.994977) + (end -0.568478 -1.838478) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7bcc3a3-5325-440c-b50d-cf66b38ee9b7") + ) + (fp_arc + (start 3.108478 -1.838478) + (mid 3.672087 0.994977) + (end 1.27 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e5375b1-57f6-4583-a39a-cbf86b0df268") + ) + (fp_line + (start -1.46 2.73) + (end -1.46 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "478cce88-a13c-4be1-a348-11a0219a6347") + ) + (fp_line + (start -1.46 2.73) + (end 4 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b569d7b1-533d-4ba5-b43d-a1858472b288") + ) + (fp_line + (start 4 -2.01) + (end -1.46 -2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0b65d3de-b8de-49be-9386-b30e47cf211a") + ) + (fp_line + (start 4 -2.01) + (end 4 2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "78d7e061-498a-4133-917c-6c1e139a98a7") + ) + (fp_line + (start -0.5 -1.75) + (end 3 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "40acdab8-27ed-4965-ab28-fc94eee3724b") + ) + (fp_arc + (start 1.27 2.48) + (mid -1.021221 0.949055) + (end -0.483625 -1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "def54a40-4717-460c-9fc5-7252d7b387e5") + ) + (fp_arc + (start 3.023625 -1.753625) + (mid 3.561221 0.949055) + (end 1.27 2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6bac7d78-2689-49b1-bdcd-46cf0583ed5c") + ) + (fp_text user "${REFERENCE}" + (at 1.27 3.56 0) + (layer "B.Fab") + (uuid "42d86e28-145b-4ceb-8088-2465d5b6dbcd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "E") + (pintype "passive") + (uuid "0049a78a-8ecc-4fec-b660-782731f7a28e") + ) + (pad "2" thru_hole oval + (at 1.27 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(Q4-B)") + (pinfunction "B") + (pintype "passive") + (uuid "964739d7-dc1a-4dde-8174-44f837978bb4") + ) + (pad "3" thru_hole oval + (at 2.54 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(Q4-C)") + (pinfunction "C") + (pintype "passive") + (uuid "b6465c37-ba1a-4e1b-ad38-8f27e3428c8d") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcdd5") + (at 71.12 158.75) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R1" + (at 5.08 -2.286 0) + (layer "B.SilkS") + (uuid "4dad93d5-0b53-4678-9e90-ba77a4e8aa1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "8dbd0117-3e8d-45de-b34d-f09b014a6b56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "08937260-f87e-4e80-8b59-4c6185fcccb0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "086b1186-b4b1-4c43-b4c8-04fd41353a73") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3917e14d-32da-4ae6-a5c6-96cefb3f9b59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd0fe9a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "457e750a-9ba2-435a-97d9-7a29931e1aaf") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dcdf043c-4fb3-475a-8809-b26470df6474") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc34f77e-d116-4f40-bbed-f6ce67f9c7de") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "777d1966-de48-45ee-8723-ca5d5c107793") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b476148-1c31-474c-8b9b-6cbce5fc8abb") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "69efd1d6-cc2f-4da0-bc76-d195ad50fd65") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6669a47f-f778-4957-95aa-002f342f6d3b") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b703d0d4-c013-4588-8da8-20fd2af31d79") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "15ee7fb6-c58c-4859-9c12-72722747f017") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "81f0371d-c7d4-47c2-9f41-c7338af99503") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76458b15-2c40-4a5b-b5d9-7bdc5ff5216b") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "260c7ad1-7f90-4996-a783-3ac70c13cb76") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "231792a9-3ea6-4d17-8c19-611687d2544c") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ce005dfa-9782-4bec-909f-4c1254a870a9") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "95535482-72b9-4c08-a443-d553a1a427d8") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "52c21695-633a-4d66-996a-de7434f4b4b9") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "ef4e7cf0-fca4-4259-987a-782785890f7b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "c6c3f465-3f2f-4522-b30b-2f6535832c10") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(R1-Pad2)") + (pintype "passive") + (uuid "0f6f291b-2275-46e5-86ba-a5683b391d61") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcdec") + (at 93.98 158.75 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R2" + (at 5.08 2.37 0) + (layer "B.SilkS") + (uuid "f22cd9ab-0ca6-4bd7-aebb-de162774fd54") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "20k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "36b5a8a8-5c3b-4e69-960d-d29c49c94eee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64e46282-67ae-431b-b7cd-025d0d1a2f06") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a3d1e67-bc31-4b0f-8963-0af3e7ccb2da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5382cafa-7c1e-4324-b937-143e737ccd89") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd1108f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "296bce40-6561-41f8-a1ac-46e2bf77481e") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9617a721-aed1-4b82-ba1a-86a0585d1b97") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1fa1ce64-526a-44b2-bb14-0f7e161b6f92") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a8a990d-aa43-41b8-ba12-24fcc3e33336") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "42327dae-6f25-48a6-bae3-bbc78357ea45") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "caaff75b-5500-4312-bbb4-db3a9c7d9c5d") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "326d3057-7b01-4b8d-a9a4-72bf4039c56d") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "86ec4aa8-3768-46f5-9984-d1310e065497") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "63944351-7fdb-4495-b955-e9f60b4116d5") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "25f21ead-9906-484e-9221-a63c8d2119c7") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5427cf77-1442-4e33-9ee6-05d2b83e5772") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "848b3872-11ff-4b0e-a517-e7ebb6eff1fe") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "360760ec-3b8f-4b2f-b205-c8f1d0255f01") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "318eab48-ecf9-4b08-88a7-7b275a517cd6") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5cee63b0-5516-4f01-9dd5-6bd507daefea") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a289ac36-c730-47a9-9dca-6049aead7953") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "17796a0e-5a8f-4fef-83fe-3a1117f5f8b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "ec5143cc-4513-4428-be57-f12f8cfa47bf") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(R2-Pad2)") + (pintype "passive") + (uuid "6b3b9fb2-d809-486b-88d6-1f100437848b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fce03") + (at 91.44 81.28 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R3" + (at 5.08 2.37 90) + (layer "B.SilkS") + (uuid "a57b3b57-a964-4fd5-b0e4-403bbd0ca911") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "625d4374-467f-41e6-97ab-54c620988a8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7184a21e-9d39-4c0c-ae2e-f8d6d7b34fb6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38b9bf37-0765-438e-859c-0c73aa7e7f96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46af6cf5-1e53-4b51-ae72-059d957e1c50") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf4dd81") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "82263633-cfb5-4d81-ae1e-a4f43e82b6b4") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "49728791-1b03-40d8-909a-47d5c207f5e0") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "23bd8dae-dd27-4098-a402-eefff7461a48") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3127a889-e7f0-450b-b672-6bbb06196342") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "26fc72d4-7dce-4418-9dea-27bf7df39279") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e9e1e84-7fc7-4466-87dd-ecae8de09a97") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ea012a1c-337d-49f2-9993-3475bc07a127") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a0bf3a3c-08d7-445a-be99-3ce5be368c89") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bf799d0a-6858-4070-861a-3617befe7f23") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d0493b4c-7d66-4334-ad5d-935c86b2fa8f") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66d7bdcb-1e0e-4e4a-a0cb-2415f387ad30") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8aa38cfa-cfd5-41ba-9ba6-53feadbf773e") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "10c3e323-fedc-405c-a031-9f717e506165") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2856cbf2-f21d-4145-ae6e-523c8a48377e") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1ab394cc-90c7-4671-bc93-7ac70d062e1c") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "694e81e7-216d-45f6-a7e3-a82590f1991d") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "a635153c-8017-44bb-8d2c-bbad1fb5fa22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(Q1-E)") + (pintype "passive") + (uuid "dabc8306-59f1-43ac-9812-0a9b7dc3173d") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(R3-Pad2)") + (pintype "passive") + (uuid "edb9f82a-7ac5-4a52-8f66-9f16f1c3f590") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fce1a") + (at 85.09 97.155 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R4" + (at 12.7 0.381 0) + (layer "B.SilkS") + (uuid "caec3a50-9059-4fdb-a8ef-dd6631ff1c0a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "56k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "1937b6df-561e-4c76-9220-07b2b33504e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f45ba99b-617a-4c6d-8b51-471ed33b2536") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06a48298-b79b-45eb-8b14-bc442feba4c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f906b6a-a26d-4fdf-9c41-e9d271c9f3ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf4bdd9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72585223-a74d-46ca-ba65-b18de4c423f8") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4cff325-1a04-40a9-9ea6-0b17c6fad127") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2b91ab5-3641-4986-93e5-30c87613d6c7") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "62206188-c35c-49a5-88f9-3f275038a987") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "57c1d227-3c23-4609-bc35-99ce9989f42a") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f467130a-4255-4233-a503-195f3ea42097") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d0d3f084-d07d-4051-8e1a-1219a7d6bfbd") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8afd50e0-cc7d-4cfa-85a3-a11b70030046") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0d35e48b-b345-42f9-a8a8-385594736d53") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "74546428-4c00-45ca-97dc-4472db0d9da3") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c77816a7-8331-4706-a149-2236cf29bf09") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5c1aced9-5e40-4fdc-a4f0-85a4ecffc861") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a71e2ee6-f514-41dc-800b-a1ea7a2632f7") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d32dc2b1-9fcc-4441-a601-e7d59af8ff34") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2c2c41b6-231a-4a4b-9e1d-c27292e2b775") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d9d22cbc-be1f-480c-9a1c-6a6f91571f08") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "1e5715d5-f055-47e8-8eff-47f854875642") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(Q1-E)") + (pintype "passive") + (uuid "58c840d1-5ff9-4d52-8edd-10e28e1a72a6") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(R4-Pad2)") + (pintype "passive") + (uuid "d55bdf17-0218-4d74-9a22-b53de2ce1de6") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fce31") + (at 95.885 96.52) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R5" + (at 5.08 2.37 0) + (layer "B.SilkS") + (uuid "62cc3c4a-3b5c-4948-885d-ba54677645c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "27k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "88c8c88b-cf6a-4966-8252-64d36ecec38c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19e9078d-d2ce-4068-9f79-90b057e4e0df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f7e5039-7462-4786-ade4-0693760e8378") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1dea572-28a3-4b4f-a7dd-17b7a6135d52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf54f83") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "028e15b1-beaa-4978-9e49-99cc2968df20") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd337aa0-3cce-4e41-bcc1-ac2c16f271d1") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e52e5a51-8cc3-490f-8940-ae8a882a991c") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2ba1055-fbc5-41f6-9f74-1c0b07b25f4f") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fac9350e-6db4-4b88-996a-77fabd512180") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b0b6621-2dde-45c7-99a0-eeb9314c5306") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cea7f442-924f-47c7-91bc-fcff59156ea1") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "428466ca-e5c1-4b47-82d4-26d73cb3b3d2") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "adf3a699-2024-4ab9-99bd-5db1d707b6fd") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6c318b1b-c3c4-4fa4-827e-7353565ac066") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6ad395ba-ec60-432c-9616-7f740e9796da") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1a6f7a57-f0e8-4e52-816e-239ce0244fc2") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e88be34a-ea81-4b7a-b64b-3f0519b124d9") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "24a9d988-dc82-4b3e-9832-25a72fb9a688") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9f8ad0ed-e1fa-4104-894f-1382bf393afd") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3abf1a73-6785-4193-aec7-306ba3799dae") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "e65a336e-a9d7-4f92-b1fb-1e4692e024e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(Q1-E)") + (pintype "passive") + (uuid "3c21da4f-8e0a-4cc1-aafe-7c88d8af81f3") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "Net-(R5-Pad2)") + (pintype "passive") + (uuid "ebba8f40-98bb-4179-aa70-75f943cdae56") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fce48") + (at 109.22 104.14 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R6" + (at 5.08 -2.159 90) + (layer "B.SilkS") + (uuid "923a3203-3541-45e5-ac01-b0bd4d98b1fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "3k3" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "2186ce6e-69ca-48d7-b166-9385ef2ac86a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a8457ae-ae0b-499d-9d5e-070cc698a4be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d76127ab-3128-472a-9f6c-8cab359b8a65") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6bf6379-d424-4dc4-a496-6b0461a4d9bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d12018e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3de13734-7f2b-4a37-8edf-b44d60172180") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1912fde-59b6-474d-aea8-75b5f761bbc4") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8a77718-faa0-4eca-b05b-84b77f7ffeb0") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "365545c2-cda3-4f20-b824-3fda64729f19") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "512f77d4-4449-4fc8-8be3-f15c1993825a") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99d0470a-97b0-4e9f-8b86-ac57ba246da3") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0ff815db-1c22-48b1-8775-262dd5709efe") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aefa02b0-cf08-4b58-b709-15516ad6e670") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c43135a8-a1a4-4d72-8981-722910c471be") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "36df2e5d-7b74-4ab2-8787-c527338350ad") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d8ec9a23-d90a-4eda-8f7c-0f11517682c3") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e79c6cba-00f7-4581-84ac-d56704f52aef") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "266ef02b-2e4f-4740-abc8-791c348d6190") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fce0d4af-f73e-4bd9-8601-74e6e7cd36d5") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "70b19a44-1b7f-4ec8-92ed-00b45fff7652") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "591a104e-38a1-4214-b923-41d93438f225") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "4d8b99b4-af8c-4a2b-a404-7399ebe10a29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "2910710b-5a67-4ef5-8593-ee6ba8cb8240") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "Net-(R6-Pad2)") + (pintype "passive") + (uuid "16e39776-1288-4440-8606-bbc567919476") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fce5f") + (at 57.15 136.525 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R7" + (at 5.08 2.032 90) + (layer "B.SilkS") + (uuid "7a80d0bd-1941-487f-bc69-b8aa16b2a723") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1M" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "573d76f4-f5a5-44c5-9abf-6214424e1b77") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0cf6c6c-092a-4565-972c-a6ea1484e15e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2bc0bc4-f2ef-4c36-9fce-b2b767256be7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12fcdd3b-69c9-47ff-98db-bcf517066663") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cd13189") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "700a3b9f-7dee-47ec-9b62-65596a7463ff") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "89a8bceb-17b0-4825-8771-e68cf7cdc9ed") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0065580a-e9cc-4aaf-9c5a-2b5dae587cd2") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b36def3f-1cd0-46c1-a34d-3d139c3d45eb") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9cd0fd08-59a9-475d-a92e-ba0c35aa2cd0") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d399b8ca-f067-411c-bd07-870019ffa31a") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f3ddd117-49b5-4b67-97bb-2ab04cb888bb") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "91f229f3-4c01-4cda-a566-833d304426ea") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a9d15eaa-74ac-446a-937b-7885c95d6697") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f1cf182a-d4ff-46f0-bbe1-fec974474cd2") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1fdc2c2a-d8f1-452c-8e33-4f01bb385dff") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0585bb5a-da1b-47bb-abfc-3e13298d14bd") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62bdb106-bf4d-4128-83d1-f053dbf5abbc") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d7d1a22a-e46e-4ee7-91cd-cf658fd81b65") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7b88f5b1-92c5-4b23-a000-d00d045c9e38") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "92035d38-1156-4059-823a-a8fb9d938a95") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "241a48c1-39e3-4f67-9492-abd5e8019cfa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "a65fb924-3479-42ba-8dfe-4e3cde89775f") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U1A-+)") + (pintype "passive") + (uuid "15e8ee8d-dbfe-4d22-828b-9db1d994b4f8") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fce76") + (at 83.82 130.81 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R8" + (at 5.08 -2.286 0) + (layer "B.SilkS") + (uuid "0b268ab2-a296-4108-a0b0-d0bc719c2d14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "37645cd2-33a0-46a6-9fb3-e083a86ddceb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bca494d-e288-4e34-81fc-99ca057ed886") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f4b19b8f-4ea9-4cc1-a11e-2173cf6a5b07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc7e39af-396c-470f-851e-5c316a56c163") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf1ca42") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc8be00b-dd49-45dc-95e2-db3ccd54d47e") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "83f41887-154c-49c6-a035-50a1b7cdca7d") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce7d5135-1170-4b3e-80a5-df442ab94509") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5037eee5-d0a9-43cf-b8c5-0dc54b7843fb") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "235c815e-7aa4-45cd-9a18-dc381f6ccb56") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "93df1343-ed46-491f-b289-66b2c7dbb425") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5f5551f1-2af0-4052-8930-a93861042dbe") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cff6dda4-6a3a-45f7-a416-811ea13ff47d") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2a8e5493-1346-43c4-bb5f-0b489c673132") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5b8ee8b3-2e87-44e7-9e6e-73a63c5019ff") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "deb7610f-18c2-49c4-8ae4-c12b1f6e31d3") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d3e49723-a90f-40fa-b65c-607a94f27282") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d30bccbf-f237-404d-aef8-55ab62bda238") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "310a8af9-f250-4e9b-ae74-2836f00e10a9") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47200e38-a0c5-4322-bb94-61a9bae165d3") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a5ad4745-98d7-46ee-8cb5-8919198f2313") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "4b063747-10ce-4fa1-8567-66d94496e29e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(U2C--)") + (pintype "passive") + (uuid "68c76631-a679-491b-bf59-6d48311c0517") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e6b62969-7640-4a29-81e7-1506faec88dc") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fce8d") + (at 74.93 100.33) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R9" + (at -2.54 -0.762 0) + (layer "B.SilkS") + (uuid "b6ef4709-4bbc-4aa9-8b3f-3184a5434d08") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "6fc0a92a-9438-4b71-b269-fdee5b4c9513") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09299cea-1370-47cf-9927-bf984231d919") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b41ad2f-cdd3-476b-9196-ad5f35a9b1ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f12fed54-c1b8-4631-be6a-9d282e37aab5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf10fd9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "325a3dc1-e5e0-4373-9b77-6222f00ef3a0") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "922fc5be-aff6-4069-833a-4fd463d2d6a7") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a6781b2-8f29-48f0-871f-001d17f55c5b") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e5f869f-bbc4-43d2-b026-48cb52ab6424") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f35fc4e-d6dd-419f-93b6-5ef5759237d5") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dedd1284-8e25-44e2-94a8-dc9bba88a052") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "56095327-b511-4bf5-80ee-642ac70f9d86") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b7a6a39e-9595-4453-83fa-0b50137028da") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "16c3f109-c484-401a-81dd-ed7e5464954e") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "616ab01c-5be1-40cc-a2a6-2feddad8e789") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d78a4a91-f8cd-4dc9-88db-32ebe7a0f3ac") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c282482-a5a1-47d5-ae85-4c320c016e6e") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f4495ce3-d502-470d-a395-3f6a4e8668b1") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dc9ab8ba-641d-48c9-8cf6-a325bf9bbecc") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62cd9b10-258c-48ae-bf8c-1e4896fc9739") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d5235ca-ed92-4699-a90b-2711e19cf187") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "4992fde4-3f31-476c-88ba-b44653ba868a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "1f5e0c7b-296f-496a-8373-abb918e1193c") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(C11-Pad2)") + (pintype "passive") + (uuid "778f98d0-c741-44b1-a8c3-a1725ec99293") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcea4") + (at 71.755 101.6 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R10" + (at 5.334 -2.159 90) + (layer "B.SilkS") + (uuid "e3a76229-7ebb-442b-a99d-a3a3780aeed5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "96abb650-64f7-4570-bec5-08f2fe4c1f37") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7adaa34-2862-4f96-95e9-7c1577e76a98") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5bb783b-c9ee-4b50-ac96-fa770732fc10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56007039-bb16-4679-a9d4-1b92ecd4d326") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf27f37") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf780a4b-b303-4481-9ad7-c97c4747b585") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "751ad522-0443-4609-9936-b7926a68215b") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aecaaadf-9171-458e-8a24-a525ecea4bbf") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8cd72190-4781-4e01-86d4-84168116760b") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "456f090b-af47-4cf5-a190-04e02cb67056") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a31ba140-c4d8-4c19-80aa-2e47c93ac71c") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ea6f11ac-139f-4aa6-aead-0d1a90335eb0") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb303c63-7ef4-4431-9fe7-83e50ba0abe8") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3f52e971-8926-4e55-8db8-8d87de5959fd") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1a0f7903-89f2-4d02-ae15-697ce50f3115") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7c06e1ab-be9f-4cbb-870f-46e6a0d25f0e") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "054be32a-984a-4130-8e0f-844dc628d0a3") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "173e4dee-e4d7-4d52-b143-c5cda0568649") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b272399e-c509-465e-89b7-57d1c632811a") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5aa3fe96-0751-4ee5-b55a-e29f5b0c56b9") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "836a90e5-fefd-41ec-9485-a949b12ad19d") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "e1a932aa-9267-4276-aa92-13fb384aa11c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(C9-Pad2)") + (pintype "passive") + (uuid "5987bb4f-85dd-4feb-a1fd-02f11c3ecd7e") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(D4-K)") + (pintype "passive") + (uuid "04626c3b-a5fc-4ce8-9418-ac5ebd543c57") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcebb") + (at 53.848 76.2 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R11" + (at 5.08 -2.54 90) + (layer "B.SilkS") + (uuid "5337938b-dc31-4107-9633-8988dfd98b69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "34f2fd64-8c4a-4496-8936-dde363c2add3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73f80cac-fd6b-4cdc-aada-8152979935e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57ec382c-1703-4105-9789-7149e98ec271") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c48e5574-0fbb-44dd-ba10-af51395964d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf2f4ca") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "96c232ac-da97-47f7-8703-78f7ac8206c2") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b3e7979-f1e9-4651-a959-4007f028b967") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d6d9cca-eccb-4ae4-bdbf-1ed17d30bb81") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "844c42a3-a3a2-4f17-9055-a1524352c5d8") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "255380a5-4e31-4ea0-ba19-abd4c9765f7d") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c8d2002-600d-4a4d-805d-0b5907e91ccb") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a47a4036-3d03-48c6-9e89-015ee6d88a6e") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "264abe96-f2c0-4724-9dcd-94de40ab6572") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ba9ad4a1-3d29-4845-96e8-0e64a956a93c") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d604f01b-528b-4a45-a9c7-7d2034f14c2c") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ea1728e2-f701-4409-89a7-750ae66c56ec") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c112427-807e-421f-8c2a-5f758cc7e05c") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2cb9e900-c28b-4d89-abe9-78d601bde1b4") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "02803403-159a-408c-9849-7baa462d1415") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "415f804d-da53-4f27-8596-86aa6fc9b0db") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a65781e6-b285-4ead-969e-8191efe7ba4b") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "8404348b-ea2b-4a80-9b50-612f021ef7d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "Net-(R11-Pad1)") + (pintype "passive") + (uuid "0bb9b714-7a1b-4f8f-aaca-55fc2eb03b96") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(D3-K)") + (pintype "passive") + (uuid "f1193576-65ab-4980-ace7-28587c471994") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fced2") + (at 53.848 104.775 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R12" + (at 5.207 -2.159 90) + (layer "B.SilkS") + (uuid "c818be63-dc8a-4abc-bcca-2ec772ea92ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "20k" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "58d2cf8e-7049-4e87-b2db-5d58b093d513") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3151296a-ae76-484c-b6d6-96d2dd9071e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8efc41ed-0531-4ff2-b9a7-9e7d105798cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56e5145a-bc6e-4b1d-aef9-8ddb7614d611") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf1dd9d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0d6f223-70dd-4e75-ad87-1a58f76f9e0d") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cc6866a4-1691-47aa-9e93-01741dc70617") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72e7c2c5-1ccf-4b25-978d-98103609fd93") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e3b43464-671f-4fba-bd4c-d4b9876a9177") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "584015ef-3abd-44c4-adb3-97158c9a2f20") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "54c85d93-4a73-4245-97f7-ae33b7c8687b") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "52fb31fc-e491-4e51-a935-aa98ca8e9364") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2f83bf11-80ba-46fe-83e7-9668dd38e554") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9a9a3a6b-91ad-49a6-818a-b8b2f7737e7b") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "99ebf17f-7b50-495f-9c71-31ab5fd313ab") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "237f33ad-e35c-4ccf-8e10-0f9e8831ed84") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aba1a694-414e-42f6-9ca9-f6c1d4cc126c") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1c515f39-0452-462d-8b80-1ae6540aae1d") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66e857ce-c0fe-4d00-801e-9bd1ab1a7067") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3b3f10bf-8136-4fde-b38a-3ebee58a858a") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b36d4542-d0c7-4d19-90d6-c3bef62e738c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "ec61d3c6-fbac-4256-8d0c-626ef2c502e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C13-Pad2)") + (pintype "passive") + (uuid "4b899f85-ef15-4ac9-81a3-df0558db1329") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(U2C--)") + (pintype "passive") + (uuid "81509900-9788-4ef5-afc6-a3dd92cfe8c8") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcee9") + (at 53.848 99.06 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R13" + (at 5.08 2.37 90) + (layer "B.SilkS") + (uuid "3222fc61-46ec-4485-a771-6083a3a3fd91") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "f9d621aa-7120-422f-8077-8681c43e4fbd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83e296ad-f869-45dc-81e8-42e735879941") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ab7c600-44be-430e-bdc1-d4234f5665d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0616a429-e7e6-477e-ae16-e38cbe7b906d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf33f7a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f78e396e-ddf0-4ad1-88ad-52ef8b92a324") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1dd1af87-eb03-43f4-91f3-9ff7d090e4bd") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed3db129-797d-44bf-b30e-cfac87854799") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c45094da-b39c-4ac8-bc32-c543ef472a21") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f07a4407-6d72-404d-ae63-ec5c9d0798a3") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f9808b2-4566-49fc-9ea6-a61833083939") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0ea898d3-f555-4506-a4bd-d8854ad08c80") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "249e2fa8-90ee-4a11-9f95-a498de2ba742") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2e5d6560-b7c9-4281-9278-bef1a6052a78") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "34be48e6-61cf-45a3-b214-579cf14d6cd9") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47b060cc-0cf5-4235-8fe8-180b978b03e4") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b19b826b-2942-4138-8201-cdc6457cfd2f") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3045d29d-a2b2-468e-86b3-0518b699ef73") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "45fbd832-6761-4698-9865-1cac9bac1caa") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7a5ee264-f920-4b2b-a096-267eae19f010") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b86af68-ed40-4419-b83b-06fa9df3af8e") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "9193e9cf-9980-44d3-a038-b248a685b0e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(Q2-B)") + (pintype "passive") + (uuid "2882c3d6-155a-447a-83fd-123c0281bbef") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(D3-K)") + (pintype "passive") + (uuid "dfbb01f3-f594-4054-b268-2ba7418fa028") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcf00") + (at 73.66 122.555) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R14" + (at 5.334 -2.032 0) + (layer "B.SilkS") + (uuid "d19cfd11-3a43-4798-81a1-d9f550ac2790") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5k1" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "a99f0af5-0d8e-4d29-a67d-5a1bdc3de935") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "66fc731a-45bd-43cc-9638-8dccdd640ab0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb0ebcb0-db8b-4b35-888a-80fbf0c55afe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5303f90a-ac50-4800-8a44-c44820ed3130") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d2c0f0b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "be3d187c-8207-4381-9cad-b3c1e9c6619b") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4eb586c6-0ee6-415c-babb-8fa28b7f1b11") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f99f770b-c9fa-4a59-b76e-7d1fdbd1b404") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e8c9580-177a-4441-8b15-ef57d72d2564") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "16a45825-9c53-4982-89e3-84bffa51ff19") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c9db37f-03ef-4cb5-b9e3-bb5b627eb2a0") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "841392a0-2e2f-45f0-b75c-53433dd24031") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1077bb02-0e33-4545-8c02-565f3290d6c6") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bf849323-e44a-4d5a-bbe0-07b223d4adc8") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "76021d0a-f26c-44bb-9d6c-6a890aa2dd12") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "180f4dfd-3856-426e-9603-e22521f946b9") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3985bdf7-8693-45c6-95a0-9f5a88c7c8a2") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "982bb940-73d5-4b7e-8b26-9f30154549e2") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bf9d20c6-3ee1-4e9c-83f0-448e599f7189") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "af0093e1-f404-45e4-bac8-d92c67eb0454") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "abf4dfc1-e360-4441-887c-3b063aa290cc") + ) + (fp_text user "${REFERENCE}" + (at 5.08 -2.159 0) + (layer "B.Fab") + (uuid "a807a143-a0e9-4eea-954d-3288a980a27e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "0777634a-7b0a-49f9-8ccc-b9e9718b3c36") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C13-Pad2)") + (pintype "passive") + (uuid "93aadda2-e07e-4185-9059-05d1ec8b8220") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcf17") + (at 109.22 133.35 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R15" + (at 5.08 -2.032 0) + (layer "B.SilkS") + (uuid "a99a592c-5398-4e32-bb7b-46d0e5f10dc5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "66b63838-b47e-4f91-86f9-321347e3235d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58f5ca49-46a1-4210-99e9-fe21e22f052c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5be3cae9-3203-43d9-9261-d2e436036b29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "445d6b1d-75d9-4961-8a32-e209490716d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d262485") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3acdc78d-6690-40b3-9ccb-7919054a57b7") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5fa606c9-caab-4f22-a60b-41f549394dc7") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39d2e495-6698-4088-a067-693c5a1d419c") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "76e68dba-d632-45c6-ade9-95dd26cfa9aa") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7b71a54-bbcc-4604-8063-e0d740d97723") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "504f44b1-e46f-4c46-abf5-dc180f27b25d") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "79594eb7-eba0-405b-985f-ccea1554932f") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "127b3a90-57e2-486f-a2d4-ca2f6ebec23e") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "222626b7-af03-4841-a74f-3f3e368e0392") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "29b610d3-54f6-48d9-8913-ac67a991001e") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f5ba1e45-1983-46cb-ae8b-cde99a1e54c5") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3bf6c6d7-4267-43df-8a25-32eb68660155") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b1030947-e7bc-45cd-9fe8-0f8e1a6b78bf") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "326fbdf1-9b2b-4e33-adbd-930d968666e4") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8b0d9f56-16f1-4461-90d7-8d5af08bbda9") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "81ed7cd2-85ac-48d8-94ab-6d1ef716ef32") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "805baeb4-e47e-4ad9-beba-70dd64c3d996") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(C13-Pad1)") + (pintype "passive") + (uuid "cc5ad8ca-1806-4714-8b20-d1a09bc0a25f") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(U2A-+)") + (pintype "passive") + (uuid "7ab92bfe-3992-4b0d-be52-ac34cd4ba712") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcf2e") + (at 68.326 94.742 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R16" + (at 4.953 -2.159 0) + (layer "B.SilkS") + (uuid "5af9ba2d-6579-4874-a2cd-319f36c4d51f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "20k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "7f0ecfbe-4aaf-406a-b7da-b9acd1a0dd49") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "886edf89-773a-4a9e-95f5-b3877901846a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5fc6227e-df9b-4d1f-bae4-d20b99d8fff6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "592c69f4-a7e9-4623-b6bc-6417a42d52e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf5dd03") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "62c32c6f-86c9-43c1-b94e-6919c0f7ef5d") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7678c112-26af-44b7-bb43-8f862dfbf949") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "caf46e29-b4c9-4b11-aa60-bdcd4c98eab8") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a993f080-0e28-49f4-97ee-1af2e74776f5") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "14a6b904-5f78-491e-b1bc-9f885a49842f") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "52e52a1f-65c1-4569-89c2-704679fb0fe8") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b06cb098-a6eb-4c59-9b1b-9aa5d91fc0d4") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f3b4e93d-9b0a-4f49-953f-c201cd04665c") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "215dcabd-294a-44b3-a042-86b4eb604995") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e0ea5505-ee6a-4de4-ab5e-5ba58fc96df9") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a3345417-250a-4f23-b9b5-fd7ea23d742c") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7b94cf35-f5df-4dff-9cd5-30499f7d085c") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "20719e1b-748d-4502-8ea0-28476e900ffa") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29566a14-8d63-439e-86f8-6bca6398aef3") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dda843dd-4300-411d-9d0f-aac5fdeb0912") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1d525c92-8132-4aa6-bcef-19fff0d75846") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "46731833-46e6-4046-9d71-7fde37411099") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(Q3-E)") + (pintype "passive") + (uuid "b3be8edc-21b0-4b85-8d0d-deb646493850") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(Q2-E)") + (pintype "passive") + (uuid "1040e298-7f3f-4f2c-af4c-074df21bb45a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcf45") + (at 99.06 137.16) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R17" + (at 5.08 2.032 0) + (layer "B.SilkS") + (uuid "e883761e-7a45-4843-a734-4334c202d7b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "220" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "a074277f-9d96-4b11-b62c-d1aba9c07e6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da789f52-8eef-45cd-94bc-5b09e9d43cd6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "50d2b579-811a-45a4-ba60-3141ac20c0b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48b0e4d7-fb2f-49a9-8473-77413de22601") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf20303") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ac1b897c-9f9b-4911-a5d4-17449ff9570e") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "24c45fec-e847-473e-90b5-118f39cf91b7") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4ec0c28-59ba-4fea-82d0-f610a7b156a3") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51099beb-fbdc-469c-93eb-79e8e919c8a6") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d05d145f-35c0-4971-9de1-36f8a5394786") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0f6c5a4-22a1-48a4-9705-33b1616d4e67") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b0041eb9-eb15-43ca-bef7-4d819b814e8b") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "68f1e029-d05e-4cc9-a64d-c97adbf6a01d") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6bb65472-4a51-4fdc-b80e-c758b91b9aa3") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b2871957-89cc-46e9-8f38-f430ef099fb8") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f406812d-ac05-4b09-b14c-8fc0feb11606") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "42cda72f-dc06-4771-aaf4-9c7549b71936") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "573acaf8-48cb-4a65-99ce-4c9e2eff8037") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1cba10e6-3685-469e-9238-d6779237fab6") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5dd917ec-41b4-4d45-b3c4-ab2d4fe4badc") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a855f5fc-150b-46f3-bf48-2843d0955744") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "353a938c-faf9-4393-808f-b2aa6b2c2ae4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "c9282cbb-d648-45a2-b720-255bdca5f677") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(U2A-+)") + (pintype "passive") + (uuid "10af6a53-18de-4aa4-9eaa-dfe35a8be90f") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcf5c") + (at 109.22 129.54 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R18" + (at 5.08 -2.032 0) + (layer "B.SilkS") + (uuid "53105c6b-cc59-4a07-9493-020756166fe9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "220" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "9e043edb-9abf-4d00-816d-6454ea7cc238") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8a90f62-61ab-4392-bbb9-365a95c2f2f2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e655d26c-6bca-4ac0-8664-bbfd0e27e2e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce962b6c-0901-4dd7-ad8c-7e3160c45732") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf26caf") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb617bed-bbc9-44ec-9c5f-4c4faf98e31a") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7699f629-4c17-42d8-8ecf-5fdd82a83253") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fbde50a5-0b5e-44c3-a539-93fef60af723") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c5967d40-82db-4695-a6aa-0f01ed25059d") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "41364406-8f55-451a-84b2-6476a2e091cb") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0a96b8f-1445-40c8-b399-62a080cdd094") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a2b2eb8d-2878-4596-8f2f-341f1800a3f2") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "05f12d83-49dd-4455-8151-9d878e858a56") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "80d5fe16-6b9d-4716-9e05-ee4a4eb65152") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bccaa544-1256-4908-8f6f-6e51634a33fc") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "86474d4e-0218-4c65-9726-75ef9dd5acfd") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5c4ae082-6b27-4348-907a-86c3e7307fc6") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53f8b887-4e6a-4f1c-a2df-b43b51ef6b9d") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d9474d40-1903-4ffd-8b5d-415f352d0034") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "173425b1-fec5-41b4-aed1-683276757d40") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3642464e-981c-42ea-a366-59b64987d864") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "cff50826-1d93-42da-a635-4aa10986603e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "c5f85572-3fc5-4c7d-a73b-e7757e309a39") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "Net-(U2A--)") + (pintype "passive") + (uuid "edde7a98-4338-4772-a3aa-2af49654079c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcf73") + (at 109.22 125.73 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R19" + (at 5.08 -2.032 0) + (layer "B.SilkS") + (uuid "9a7288f1-96e5-4048-958d-dfcf165dd9c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "56k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "44a3a566-6e4e-43c1-bfef-437376fe374a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4067a611-527a-4b76-b56a-b3c0e4f8ee3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ad791e2-2629-4399-ad43-0d6fa3ada8d1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92f44a3a-0f48-49df-85c9-7dcf6cacaac8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf293c6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "be653e23-af30-4b97-91eb-ee8ab3d7af6c") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "78158402-7e00-4d00-8cf6-4c30b93a3121") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7783309f-f344-4d6f-9012-10e0a0e6e1b0") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3736900a-bad6-4647-9b8a-7cdb9635eb98") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed24f404-1179-4b60-bda7-2386d10769ea") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f24b2453-c06a-4c74-92bc-ecb537dc26ab") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8f03506b-335f-4ad7-a1fd-64aadb2924d2") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dded8b41-92de-471d-82ca-eb07a635f675") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b46c6c67-2d0f-43af-8cd5-c9b21560f5e0") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0cc5cf12-6e94-4ceb-91dc-9e4b8404f3e6") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "073d09da-dacd-471c-84a8-fddecf482f69") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "de7dd19a-588a-4d08-8515-862ad365bc02") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4ed99663-6d85-48ef-9590-9a854eb14342") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8f3f4bb9-4a3f-4573-9382-26cdba091242") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0f773ce0-e74b-49ff-b9dc-5ae092b7db4d") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30352883-903b-4840-903f-c7a0a0df5126") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "e1a90203-b8ef-42f3-a147-73600b39d651") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "f7ed31cd-271e-43de-a6cb-a978aea6121b") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(C15-Pad2)") + (pintype "passive") + (uuid "5deebeff-e919-4c4f-b81e-6764c97688b2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcf8a") + (at 66.04 160.02 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R20" + (at 12.954 0 0) + (layer "B.SilkS") + (uuid "4abd644a-27aa-4344-b629-a311f95df61a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "220k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "c3808c1d-62b0-41b9-8bf6-f9bd0e0bf074") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54ad8949-2c10-475f-8b16-d5f719ca52bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9d9681a-029f-4a3a-a18f-f8c870314dcd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3d1e6cde-693f-4ae7-8f57-b0e7a70b7347") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d08e444") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aafb8451-36c9-4bf1-87cc-74bfaaa75034") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e73c9ab-b015-40f8-9274-1c5fa110659e") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2af94968-ba7c-4167-ab18-205e29e36290") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ef82574-6848-4742-911c-5059b37e1fbc") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb466d88-14e5-4881-b1cb-5ae4254501ed") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "09f6b1a7-173c-4fe4-b954-b4d6ea0a95a1") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8c99d6ae-1555-4602-933b-ed54f5311f44") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "037a908b-7ed7-40e1-954b-c6975f2f6e21") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "39ef73a8-b4a9-4ca6-b5dd-de226c56e3a2") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "386f0113-e95f-46fd-90fd-86a6fa43cd34") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "100a0c87-4492-44c9-aa57-f03b4d6bd3b7") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "69b9cea1-7ed1-4ae5-a19f-06dcdea1b3fc") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aef3223a-9733-4c74-af3d-876e20f98220") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e48ccd25-bcbe-440d-8926-c9b22f7b531b") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "96499255-e0ef-4553-9e8c-fc0084baca70") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d66ff1ea-b71e-483b-9b24-57bd8a75e15e") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "5fdba80d-7056-4118-8f71-15e78fa56788") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(Q4-B)") + (pintype "passive") + (uuid "973d55e5-0d10-4638-993d-2e1e06b7e92a") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(D5-K)") + (pintype "passive") + (uuid "22dc9f46-d891-429c-bda2-7cbd662dfbf1") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcfa1") + (at 91.44 93.98 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R21" + (at 5.08 2.37 90) + (layer "B.SilkS") + (uuid "eb49bd19-e603-43c3-b663-9b63bcdc0649") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "eb60addf-9881-42cc-95d2-220b3f6f4770") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0b1234d-7426-415a-9ede-b2f6846bed71") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa53a8b7-3b9f-4728-aa25-1f19887fcfdb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79ed1e0b-69d1-4dcb-8965-3f2cadd9168c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf84cf6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "90ef6d00-21c9-48b7-8173-2a9b5ed0ce92") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d3d1b093-7b7f-49eb-aced-b9edb88c55e0") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b08f618b-aded-4b8a-8e1b-4b940a73725f") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8140e069-8bca-4264-8aef-57f56f606d59") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "37d87f36-ac91-4025-a40b-86e1e4cc5164") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ceb1434-6885-4edb-ac70-d26b7829c992") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ab81e1af-af21-443a-a0d2-4f0662148ec4") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6e942ef1-fc64-4ef5-a28d-9a6ddc1faf8a") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cac08497-1285-447b-bc4b-bbd7367f602d") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8ae2842a-17e3-4938-bf59-76aae2a1f6de") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3ec463d9-97cb-4101-b42d-24d132de47fd") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f8370f42-0c8c-4839-b699-efc961d9cfa9") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e018f5d4-064d-4fb2-8655-0a64de8f1ad4") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56951fe7-fcaa-41a0-964b-1f84db7786f7") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "16bbc9da-7112-4fa1-9db7-83727146f00a") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0007d917-ec75-4e76-8501-da2c8fef3d40") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "fb20398e-a781-4daa-a0c9-131a02cc4d16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(U1B--)") + (pintype "passive") + (uuid "d10b29e8-88b0-4e24-81ec-5c3558e91a9a") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "Net-(R21-Pad2)") + (pintype "passive") + (uuid "3f8d36a1-ddb7-4b72-9c52-8a0c94aae5ad") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcfb8") + (at 82.55 118.745) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R22" + (at 5.334 -2.032 0) + (layer "B.SilkS") + (uuid "1ccb268c-9498-4f85-8656-98192cefc6d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "6a0545a7-2a49-47ee-8ab2-2f52b5f6db4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e99685c7-6c0b-4986-b78e-3e56a62e1082") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37587777-a290-46e1-a07d-2a59d9b27bc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4dab6b19-d5bc-47a9-a99c-3170ecc97268") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf4a613") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3cb79c51-0bda-49b0-9107-88299ff8fff2") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "db54d1dd-aac7-4b13-8a95-4fd85889bb31") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e9f22bd-988b-4438-a0a0-57b4605855b6") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8215e72-571d-429a-9795-d71ea88f2962") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b2db77f-8d7a-4a91-9b8f-b6064db9f868") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5314298-a0a7-474e-b49a-741a4d847dbb") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5d795b55-a8d6-4b41-8a1d-df1874c974f3") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1032723f-d590-488c-b526-3999385575cb") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6f0bb5f6-7884-41d0-a351-058539d2468e") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7a6e4c13-4ef0-42eb-bc70-0efe9309b829") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0f92bd63-0ace-4695-a85c-2a63ebbf2609") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "83ad4648-abfe-49f4-b96f-a9c93a901cc2") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c355748f-455e-472f-8c6e-54f934483dd6") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9f52d9a4-1a1e-4e1a-b92c-38c49ae7f464") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3c06c75b-8172-4e8e-a744-dd06bde64c53") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76bb0210-b121-47c7-b5fb-fbf8ae8e746b") + ) + (fp_text user "${REFERENCE}" + (at 5.08 -1.905 0) + (layer "B.Fab") + (uuid "ac687fe0-a6ba-4e16-8388-904e73ab9665") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(U1B--)") + (pintype "passive") + (uuid "2017427a-d178-4e01-b9c6-9f01c29b104e") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "Net-(R22-Pad2)") + (pintype "passive") + (uuid "470796f6-7a3f-4288-aa44-4572ac61bd8a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcfcf") + (at 109.22 119.38 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R23" + (at 5.08 -2.159 90) + (layer "B.SilkS") + (uuid "e4f53673-3483-4836-9898-0b768983e246") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 5.08 -2.37 90) + (layer "B.Fab") + (uuid "46808d72-b37b-4a82-934a-f6201cadc737") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "770ebd65-5547-4204-b1e3-8e01e0decdd0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13ffbc88-5de2-46fe-8148-8a265bac883a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6305c0b7-986a-40cc-be10-a34d3d609244") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf70f91") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ee83cc4-f0a3-4ef5-9e2b-fc834b85eb56") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb6c674e-09bd-44a6-a4db-ed43231fa19f") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "203a5157-bfa3-415e-a9fa-bbdffd9d9d2f") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7795cfeb-3e15-4f3c-a3c7-6cf936aa174c") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "849fe03e-6b95-4656-91d2-1d59ed007e47") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cfdd90a1-0ba0-4175-83ff-0de225735994") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5b1dd0fa-144b-4ae8-ad88-f5ce6063168d") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b36f6520-297d-4fc5-8df5-9c922d359591") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "36f619c5-849f-4a67-ae61-ee3aae837adf") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c7ee0530-0975-4651-bdb7-c87984747227") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d6f6c36-97e7-4562-8e3c-40527fc6e21d") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8e7842ac-aa75-4cf0-bb24-117749d8f395") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d3886c72-8421-4d21-9e58-b04b91b6fbbd") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1f0e9267-d612-472d-bb1a-c367fbea3024") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56ae27ed-185b-4806-adc9-4b752837a7a1") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eb496699-1a68-45cb-823a-9355c35032ca") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "B.Fab") + (uuid "992d830b-6176-47c9-8c9f-3d1cdedebab4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "3c543dc6-bcdf-4396-ab7e-0713d2c69648") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(C16-Pad2)") + (pintype "passive") + (uuid "f0301169-93bb-40f1-b937-78f0e8433d34") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcfe6") + (at 66.04 156.21 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R24" + (at 12.7 0 0) + (layer "B.SilkS") + (uuid "6e097dda-0103-493e-9651-a51cf48ff292") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1.5k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "eafd8898-e37d-4e35-aa46-0730a80d69fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35156a87-6fce-46ee-b72a-a17c04e967f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1ad1dec-ccb1-4a73-b74b-7f16187798e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ba7e696-2a5e-45db-a303-80bc8afd7292") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db2b532") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6352e2aa-a463-44d3-8fb6-5657d1dc0440") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2562c7fb-8da5-43fb-96a7-36bce9532352") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9cdcffb3-597e-47f4-bf2f-c44aa3e35cbf") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b097fe7-ef2b-4cef-8a6b-73220c290159") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9ee33b6-9634-4c3f-8be8-9a77dd894d49") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc126ba5-8c14-42a7-bc66-f7937509d179") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4fc9a65a-a831-43ea-ba3e-355c07feef15") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5e41f431-6c16-49c1-9d80-2f961cdfdc79") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "69f6921e-da5a-49cb-b3ac-e0d3ddb9de0b") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "368eef2c-647e-4bde-856a-c172655d864a") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3bfaa393-359d-44ad-9fd2-0a9048c91bf3") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e3430aa1-77e4-4035-ac9f-b57398a91728") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c0f6d295-a422-4a97-ab34-e572dd6380ba") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f0d7e15d-a485-45cd-b7ad-956ef2bcf06f") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53dd4c56-c7ab-461e-b510-83de50ac3290") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0f89ec31-f695-4fb8-826d-331551a5864d") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "B.Fab") + (uuid "fb03373c-f249-4eca-958a-8b0e2cba2379") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D6-K)") + (pintype "passive") + (uuid "89432acb-3dca-4b1e-b746-74872af58696") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(Q4-C)") + (pintype "passive") + (uuid "3c71c8fa-90d0-4a3c-bebb-34e97351dc9d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fcffd") + (at 68.58 118.745) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R25" + (at 5.08 -1.905 0) + (layer "B.SilkS") + (uuid "b2bd4def-ceba-4140-bd10-13910a976277") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 5.08 -2.37 0) + (layer "B.Fab") + (uuid "5e41f325-41f8-4422-a420-498a9536ce65") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d26f128a-b948-4f1a-a70c-66a3e324e57b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de88c501-2f23-415b-9d77-4abd68dbe9a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1732ccca-142a-468b-90d9-800462a1a3da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf4f04a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f9139b1-590a-4bbb-bf06-cc12de06b829") + ) + (fp_line + (start 1.81 -1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "06452c42-acd1-4176-8602-1df1b74ba996") + ) + (fp_line + (start 1.81 1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6809ecb-ad3e-47d0-8592-95632af52845") + ) + (fp_line + (start 8.35 -1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ffa24ac9-926f-4dac-861c-f85f8acede32") + ) + (fp_line + (start 8.35 1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6c671e7-637f-4d93-8136-fbc5d081fa92") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8403cc74-97a5-44a6-8e5b-4636a200c69e") + ) + (fp_line + (start -1.05 -1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "80d8c6da-7634-4605-a819-680ad958ef22") + ) + (fp_line + (start -1.05 1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1a70c8f0-71a9-4a48-9b57-207e91044b7d") + ) + (fp_line + (start 11.21 -1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7281e830-6a20-4eb5-8368-630ae4b2b7a1") + ) + (fp_line + (start 11.21 1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ed8b65d6-9f0e-456b-9214-4c2ce10f5911") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fdf3cf6c-66d3-405d-bd44-dcffb96b61f4") + ) + (fp_line + (start 1.93 -1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d5c2cae1-ce0a-4ce6-a975-94d8eac48de4") + ) + (fp_line + (start 1.93 1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1f1dd3c1-5d12-494f-97a1-1e1af0152522") + ) + (fp_line + (start 8.23 -1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a81a40b7-9d9c-4885-87d1-ddc868e2bec9") + ) + (fp_line + (start 8.23 1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "84028faf-13f1-4e86-9668-a05dba6fc14c") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e9ba1b7d-04b2-4bd5-8965-d6837e766b41") + ) + (fp_text user "${REFERENCE}" + (at 5.08 -1.905 0) + (layer "B.Fab") + (uuid "cef3dae8-5d9e-43af-8581-41924a00981c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(C17-Pad1)") + (pintype "passive") + (uuid "a0d505fb-b0d9-449f-9dd5-22b345980f23") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(U1B--)") + (pintype "passive") + (uuid "4f0c921e-27df-48d8-bc94-d5bf1d8c8251") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd101") + (at 60.96 133.35) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U1" + (at 3.81 2.33 0) + (layer "B.SilkS") + (uuid "1711ff46-be98-472b-88c9-9dea2e992b8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 3.81 -9.95 0) + (layer "B.Fab") + (uuid "4be901b5-1aa5-4006-9589-b1b316e4d684") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0aabb0b0-4735-4b15-85f4-d1bea85ca4db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e4f2624-3b9d-4b59-9fa3-9231f268f012") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c908934a-584c-44da-8f66-95a93112b504") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da131f2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -9.01) + (end 8.95 -9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "de73d26e-3625-4ac1-b88a-8c513e90b280") + ) + (fp_line + (start -1.33 1.39) + (end -1.33 -9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f02b2a5b-5293-4d7a-81d3-8848d32dc1bf") + ) + (fp_line + (start 1.16 -8.95) + (end 6.46 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aa8f5fdb-6f1a-4d40-b7ca-796b35e74873") + ) + (fp_line + (start 1.16 1.33) + (end 1.16 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c55541e-191f-4721-b3cc-8e3e8117fdf2") + ) + (fp_line + (start 2.81 1.33) + (end 1.16 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a3007fb-65ea-46b8-b1fd-09ecde8c2d6d") + ) + (fp_line + (start 6.46 -8.95) + (end 6.46 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "12e65d39-d69d-4f7c-8863-f9afbb8b0727") + ) + (fp_line + (start 6.46 1.33) + (end 4.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "183ff6d6-291e-4d25-a979-269a6ea66316") + ) + (fp_line + (start 8.95 -9.01) + (end 8.95 1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f30a940c-40a0-4f1e-8a8f-0a1029833120") + ) + (fp_line + (start 8.95 1.39) + (end -1.33 1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd3721b3-524a-437d-bd28-1f5dc8e7dc32") + ) + (fp_arc + (start 2.81 1.33) + (mid 3.81 0.33) + (end 4.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "50a1100c-0cef-4491-97db-f87840d3c303") + ) + (fp_line + (start -1.55 -9.2) + (end 9.15 -9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3af75fa4-7a6a-4600-84ab-e10fb22b05cf") + ) + (fp_line + (start -1.55 1.6) + (end -1.55 -9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "69a83f34-493d-40ee-b33d-e1e3bff54ecf") + ) + (fp_line + (start 9.15 -9.2) + (end 9.15 1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "002bf71d-4858-407d-a8d0-0308fed06dea") + ) + (fp_line + (start 9.15 1.6) + (end -1.55 1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "091aa021-8c0d-4223-b8f2-e5c800ce09a5") + ) + (fp_line + (start -1.27 -8.95) + (end 8.89 -8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f5889bfe-ff82-4095-b267-71a277db86ea") + ) + (fp_line + (start -1.27 1.33) + (end -1.27 -8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "25651681-0189-419b-bc45-c10e79912738") + ) + (fp_line + (start 0.635 -8.89) + (end 0.635 0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9bebc582-7c8b-4b32-8041-d6d91439e60a") + ) + (fp_line + (start 0.635 0.27) + (end 1.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7f6eacb8-944d-4f61-98ce-af3f78b14017") + ) + (fp_line + (start 1.635 1.27) + (end 6.985 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "05713eef-2714-4e4c-86dc-ea1c9851344d") + ) + (fp_line + (start 6.985 -8.89) + (end 0.635 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "abb983b7-9f41-4ed1-a4e3-7da9bfc17072") + ) + (fp_line + (start 6.985 1.27) + (end 6.985 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6570c780-b426-43e0-9c95-ee780eb626ff") + ) + (fp_line + (start 8.89 -8.95) + (end 8.89 1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7f1f76bc-e468-46c3-8ac0-aa3b9d07f534") + ) + (fp_line + (start 8.89 1.33) + (end -1.27 1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aad1caf8-6e1e-4924-b678-0e3b8bd46281") + ) + (fp_text user "${REFERENCE}" + (at 3.81 -3.81 0) + (layer "B.Fab") + (uuid "ce28b887-2bcf-4a4b-8914-a535b67acc62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/PULSE") + (pintype "output") + (uuid "369d31ba-999e-43fb-a04a-08505ced465a") + ) + (pad "2" thru_hole oval + (at 0 -2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(U1A--)") + (pinfunction "-") + (pintype "input") + (uuid "8f709402-0247-4a13-8488-5c41fd9bc836") + ) + (pad "3" thru_hole oval + (at 0 -5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U1A-+)") + (pinfunction "+") + (pintype "input") + (uuid "677676ca-170b-49ac-9e04-54f140b730f7") + ) + (pad "4" thru_hole oval + (at 0 -7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "50b037aa-96c7-4310-a08a-c0d31c61a696") + ) + (pad "5" thru_hole oval + (at 7.62 -7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "d1b8d9f7-26f5-4026-8393-b2177b874b94") + ) + (pad "6" thru_hole oval + (at 7.62 -5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(U1B--)") + (pinfunction "-") + (pintype "input") + (uuid "b7edd21d-96fc-4e6b-8bb4-cce3018cbb7a") + ) + (pad "7" thru_hole oval + (at 7.62 -2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(C17-Pad1)") + (pintype "output") + (uuid "cb88d468-3167-4bc2-98a1-fde7d85e13e2") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "eddb3c44-3511-425e-be0b-b4b2d8967caf") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-16_W7.62mm_Socket" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d9fd12d") + (at 87.63 140.335) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U2" + (at 3.81 2.33 0) + (layer "B.SilkS") + (uuid "51bab9e0-4300-4326-80c3-acf0b176697f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "LM13700" + (at 3.81 -20.11 0) + (layer "B.Fab") + (uuid "fe675c06-a055-4ad6-87c6-0bc8ef306020") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b9241231-ec9b-4342-9d06-a8886349d69a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa7fe2f5-4bab-4f53-9660-846c6683d665") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b93d496-d966-4357-891d-257ab71f53e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf00aac") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -19.17) + (end 8.95 -19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "830e1289-5257-4bec-98b4-1967b95abcd2") + ) + (fp_line + (start -1.33 1.39) + (end -1.33 -19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9924daf0-b830-47ba-bcd0-44988ee09e44") + ) + (fp_line + (start 1.16 -19.11) + (end 6.46 -19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4f99a92-343b-4154-acfd-0cec8539b8f1") + ) + (fp_line + (start 1.16 1.33) + (end 1.16 -19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae6579bb-bc1c-4b1e-b449-9ce16fe44a1b") + ) + (fp_line + (start 2.81 1.33) + (end 1.16 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c578682-1a6d-4922-930f-e82a0663fd96") + ) + (fp_line + (start 6.46 -19.11) + (end 6.46 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "680335ad-a27d-4855-a665-1c6cfae676c1") + ) + (fp_line + (start 6.46 1.33) + (end 4.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8bf4828c-1841-400a-bb3a-e9b70ad8e960") + ) + (fp_line + (start 8.95 -19.17) + (end 8.95 1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "34a5567c-c347-4a57-a21f-6f9b65b148da") + ) + (fp_line + (start 8.95 1.39) + (end -1.33 1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bfc1cf46-5688-461d-9f3c-47a6e763f214") + ) + (fp_arc + (start 2.81 1.33) + (mid 3.81 0.33) + (end 4.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c1d161bd-6ac4-4d4c-acd6-8ba91bb2c7ec") + ) + (fp_line + (start -1.55 -19.4) + (end 9.15 -19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9818c558-1fb6-479b-a345-f47d2277c74c") + ) + (fp_line + (start -1.55 1.6) + (end -1.55 -19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b1a6374d-bc7c-498c-845f-932ee6973fd4") + ) + (fp_line + (start 9.15 -19.4) + (end 9.15 1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "421eac7a-6ed4-4539-9dcb-162a26e63a7b") + ) + (fp_line + (start 9.15 1.6) + (end -1.55 1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c8b824bd-d20f-4365-83d4-3bcdbe7f413e") + ) + (fp_line + (start -1.27 -19.11) + (end 8.89 -19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a1cde54b-defa-4d33-a7f9-01b43c3bc933") + ) + (fp_line + (start -1.27 1.33) + (end -1.27 -19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8d1c1740-9f29-4376-bdd7-89f53b349921") + ) + (fp_line + (start 0.635 -19.05) + (end 0.635 0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "03f381f5-0199-4d48-b1ce-bc62fdf9f859") + ) + (fp_line + (start 0.635 0.27) + (end 1.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dd5e4a7c-ee85-4b98-8622-506dd6e5caeb") + ) + (fp_line + (start 1.635 1.27) + (end 6.985 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "99008b54-2663-4e07-bffd-c4a59da2cf0a") + ) + (fp_line + (start 6.985 -19.05) + (end 0.635 -19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7094ab7e-b482-4061-ab6c-14e2922839c1") + ) + (fp_line + (start 6.985 1.27) + (end 6.985 -19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aaac00c4-a0a8-4839-9ea5-73ff84baef9a") + ) + (fp_line + (start 8.89 -19.11) + (end 8.89 1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "394556cc-940b-453b-9271-d46bbe0a8415") + ) + (fp_line + (start 8.89 1.33) + (end -1.27 1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "70ab1732-1c09-489b-bc27-cc51d6b56529") + ) + (fp_text user "${REFERENCE}" + (at 3.81 -8.89 0) + (layer "B.Fab") + (uuid "681fe64c-a608-4835-8e30-2f8ed4c80823") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(Q1-C)") + (pintype "input") + (uuid "09bccf8e-202f-431a-8ad0-81da5a8ba834") + ) + (pad "2" thru_hole oval + (at 0 -2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "unconnected-(U2C-DIODE_BIAS-Pad2)") + (pinfunction "DIODE_BIAS") + (pintype "input+no_connect") + (uuid "4b3a735f-f4b0-45c7-ab1c-f63e54faf039") + ) + (pad "3" thru_hole oval + (at 0 -5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(D1-A)") + (pinfunction "+") + (pintype "input") + (uuid "fa788da6-b254-4094-8718-96dda2ddca23") + ) + (pad "4" thru_hole oval + (at 0 -7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(U2C--)") + (pinfunction "-") + (pintype "input") + (uuid "fcb38842-c8cd-4933-bd69-97a46b3d38da") + ) + (pad "5" thru_hole oval + (at 0 -10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C10-Pad1)") + (pintype "output") + (uuid "5bacf2a6-7cfa-41e3-9015-493594edd6b0") + ) + (pad "6" thru_hole oval + (at 0 -12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "4328b681-13ba-497e-b564-7bbdcd507e36") + ) + (pad "7" thru_hole oval + (at 0 -15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C10-Pad1)") + (pintype "input") + (uuid "f3dfc2a0-a4da-4148-81ee-2ec84ed07701") + ) + (pad "8" thru_hole oval + (at 0 -17.78) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C13-Pad2)") + (pintype "output") + (uuid "5e3f4b8d-6817-4aae-b543-f0df70a3125c") + ) + (pad "9" thru_hole oval + (at 7.62 -17.78) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(C16-Pad2)") + (pintype "output") + (uuid "2d17a987-f690-41b3-9fab-f9efb4d3eabb") + ) + (pad "10" thru_hole oval + (at 7.62 -15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(C15-Pad2)") + (pintype "input") + (uuid "5acdd58a-f955-4a9e-b2f4-92ae296b08e0") + ) + (pad "11" thru_hole oval + (at 7.62 -12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "e165c05b-5449-47b1-bcdd-7e1976148d59") + ) + (pad "12" thru_hole oval + (at 7.62 -10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(C15-Pad2)") + (pintype "output") + (uuid "ad75685b-66c9-4c6b-be74-436a3b97c036") + ) + (pad "13" thru_hole oval + (at 7.62 -7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "Net-(U2A--)") + (pinfunction "-") + (pintype "input") + (uuid "a22a29c6-1798-46c5-b07b-7a6c8b350b8b") + ) + (pad "14" thru_hole oval + (at 7.62 -5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(U2A-+)") + (pinfunction "+") + (pintype "input") + (uuid "c0c20683-9078-4810-8b33-8a141c9dbbf0") + ) + (pad "15" thru_hole oval + (at 7.62 -2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "unconnected-(U2A-DIODE_BIAS-Pad15)") + (pinfunction "DIODE_BIAS") + (pintype "input+no_connect") + (uuid "c9eb9e73-4990-434e-9887-173d58ff96c0") + ) + (pad "16" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(Q3-C)") + (pintype "input") + (uuid "4a228596-dc8d-4b84-8b63-b130ee3d641b") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 162.56) + (end 50.8 50.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d958384") + ) + (gr_line + (start 50.8 50.8) + (end 111.4 50.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "588f0913-b756-4d0f-a0c9-ff001d155726") + ) + (gr_line + (start 111.4 162.56) + (end 50.8 162.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "79c22f0c-59a9-4157-a336-139ba4e242fa") + ) + (gr_line + (start 111.4 50.8) + (end 111.4 162.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "8df3e531-93fb-42cf-b144-7795ae24b627") + ) + (segment + (start 92.71 54.572) + (end 91.430399 53.292399) + (width 0.508) + (layer "F.Cu") + (net 2) + (uuid "1d38855c-5c5f-4b0b-80ef-c6b211dafcb0") + ) + (segment + (start 74.93 54.61) + (end 74.93 57.15) + (width 0.508) + (layer "F.Cu") + (net 2) + (uuid "33d492a5-4966-4e27-97e0-c6660a8fa172") + ) + (segment + (start 76.247601 53.292399) + (end 74.93 54.61) + (width 0.508) + (layer "F.Cu") + (net 2) + (uuid "4e9e2ad8-bb5b-45f9-9e6a-37187edbcb68") + ) + (segment + (start 91.430399 53.292399) + (end 76.247601 53.292399) + (width 0.508) + (layer "F.Cu") + (net 2) + (uuid "5d4a61d5-d2e5-41b9-b821-e3807f5c2491") + ) + (segment + (start 92.71 55.88) + (end 92.71 54.572) + (width 0.508) + (layer "F.Cu") + (net 2) + (uuid "94a980f7-997a-46fe-8f5c-b250baaf1de8") + ) + (segment + (start 93.98 82.55) + (end 93.98 97.155) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "0a541e60-00c2-437a-97a9-27e47cefc40c") + ) + (segment + (start 71.12 147.32) + (end 74.914001 151.114001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "1621009e-2644-4e51-a6c3-39c5fc638b73") + ) + (segment + (start 102.597039 123.552039) + (end 100.314001 125.835077) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "2275a0bf-d504-497e-9c42-5f318b2bf4a5") + ) + (segment + (start 92.059001 151.114001) + (end 74.914001 151.114001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "2a3ae56a-8d16-4a9c-acd0-fa85dfc43fdd") + ) + (segment + (start 99.1 122.555) + (end 100.354001 123.809001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "2a6b9e34-81a2-4685-8493-927f1412d649") + ) + (segment + (start 105.414001 120.735077) + (end 102.597039 123.552039) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "30a8f26d-6616-48cc-b9d8-247f18886c69") + ) + (segment + (start 100.354001 123.809001) + (end 102.340077 123.809001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "316b0303-1306-4356-a50d-bf32922c7b31") + ) + (segment + (start 105.414001 111.129001) + (end 105.414001 120.735077) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "3557d3fd-ec69-4fe7-8301-bfbf684f85a0") + ) + (segment + (start 104.06 93.86) + (end 102.705999 92.505999) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "4534e3c4-cba4-49d8-a637-677f6b6a39e3") + ) + (segment + (start 95.25 98.425) + (end 95.25 100.965) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "491809e7-5659-4fb9-ae4e-8f11881e50dd") + ) + (segment + (start 74.914001 151.114001) + (end 62.644001 151.114001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "49dda217-9a87-43de-855a-331ef82e5ffc") + ) + (segment + (start 59.69 99.06) + (end 59.69 102.87) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "51c7f38b-c539-450a-8e5a-1c2f450c21fc") + ) + (segment + (start 59.69 102.87) + (end 55.895999 106.664001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "55e710d0-28ad-4895-80fe-c6c4a08c7271") + ) + (segment + (start 93.98 97.155) + (end 95.25 98.425) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "575cc537-4a10-485c-bbf0-550a946daf41") + ) + (segment + (start 102.340077 123.809001) + (end 102.597039 123.552039) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "5774539a-312e-46b6-9049-9037b42dee8a") + ) + (segment + (start 102.705999 92.505999) + (end 100.080602 92.505999) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "591fe7f9-c65d-4ed3-9967-faba623e8a15") + ) + (segment + (start 99.1 122.555) + (end 98.300001 123.354999) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "69bedd8a-7684-4ed1-b778-c5eec1598b1c") + ) + (segment + (start 96.504001 146.669001) + (end 92.059001 151.114001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "892bef62-c2d1-4ce1-ac02-176470b80422") + ) + (segment + (start 100.080602 92.505999) + (end 93.98 86.405397) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "96624533-a670-4fee-984d-801b7141caa8") + ) + (segment + (start 93.98 57.15) + (end 93.98 82.55) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "9dc6831e-9ad1-4fbf-a073-fa088f075d90") + ) + (segment + (start 96.504001 156.225999) + (end 93.98 158.75) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "a04af496-f5b5-4aaf-8be1-853aca5eef42") + ) + (segment + (start 98.300001 123.354999) + (end 98.300001 124.584999) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "a7069ec2-2d8d-409c-af07-f6378a0b8eb1") + ) + (segment + (start 95.25 100.965) + (end 105.414001 111.129001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "b7c44d54-39a8-4b47-a8f4-dc3072113096") + ) + (segment + (start 71.12 147.32) + (end 71.12 139.7) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "c240fedb-9661-4394-a42c-348170494d82") + ) + (segment + (start 55.895999 144.365999) + (end 62.644001 151.114001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "c2cfc446-7f78-442e-8fc3-3c2b09fda3a6") + ) + (segment + (start 98.300001 124.584999) + (end 95.25 127.635) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "c711075e-0445-4a47-a16a-f7269eeab9c2") + ) + (segment + (start 96.504001 146.669001) + (end 96.504001 156.225999) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "c8159326-0e8d-40dc-a264-fbb5f579d0af") + ) + (segment + (start 92.71 55.88) + (end 93.98 57.15) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "caff5e7f-f1c1-4e8a-9941-1f2ff24aeadc") + ) + (segment + (start 100.314001 125.835077) + (end 100.314001 126.331921) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "cb58def9-564c-4267-9c1d-4513dbe55175") + ) + (segment + (start 68.58 137.16) + (end 68.58 133.35) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "cb72e105-04eb-4c77-ab2a-24b52f16b543") + ) + (segment + (start 55.895999 106.664001) + (end 55.895999 144.365999) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "e716ce05-d1ee-4133-9a82-f0d97352d1f2") + ) + (segment + (start 96.504001 130.141921) + (end 96.504001 146.669001) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "e7c882f2-489b-4db3-ac52-4a792af10181") + ) + (segment + (start 71.12 139.7) + (end 68.58 137.16) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "e7df1b47-8b44-4f0a-84ee-8dacc42774f7") + ) + (segment + (start 96.504001 130.141921) + (end 100.314001 126.331921) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "f95fc143-ef44-441b-bff1-c65b8d3a84a6") + ) + (segment + (start 93.98 86.405397) + (end 93.98 82.55) + (width 0.508) + (layer "B.Cu") + (net 2) + (uuid "fd21a447-7a9e-4d46-9adf-9e79cb785eec") + ) + (segment + (start 87.59 54.61) + (end 77.47 54.61) + (width 0.508) + (layer "F.Cu") + (net 3) + (uuid "06c819c4-4884-4493-a1ea-99dcf2c0dbea") + ) + (segment + (start 88.86 55.88) + (end 87.59 54.61) + (width 0.508) + (layer "F.Cu") + (net 3) + (uuid "2fce9b7e-f1f2-41dc-8df5-425cbe4fc307") + ) + (segment + (start 77.47 54.61) + (end 77.47 57.15) + (width 0.508) + (layer "F.Cu") + (net 3) + (uuid "9e4e93fb-23d8-4ff3-9da0-13b6327e3673") + ) + (segment + (start 88.86 57.01137) + (end 88.86 55.88) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "0e61fe39-8371-41e0-93ca-492c02546ec7") + ) + (segment + (start 88.86 55.88) + (end 91.5 53.24) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "0fceec82-7c34-414d-b782-01c2a650ba9a") + ) + (segment + (start 61 122.555) + (end 65.425 118.13) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "242cc5f8-10dd-401d-aa1b-3bf90052dc78") + ) + (segment + (start 101.9 53.24) + (end 110.474001 61.814001) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "2c0b5457-9454-4b29-92c3-eedc30092438") + ) + (segment + (start 110.474001 118.125999) + (end 109.22 119.38) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "54d4b1df-b5c3-4517-b835-df0f5dcc1cb3") + ) + (segment + (start 83.78 125.73) + (end 85.725 125.73) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "5a4d6bc4-57cd-4ec1-a23c-2e975feb2bdd") + ) + (segment + (start 65.425 126.970922) + (end 67.978079 129.524001) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "5cb0d6a2-4883-40cb-a8df-6942548bae7c") + ) + (segment + (start 65.425 118.13) + (end 65.425 126.970922) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "6cc5e256-dd71-43be-9c4b-0b4e5adafdec") + ) + (segment + (start 76.924078 122.555) + (end 78.74 122.555) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "74e8b053-0c7c-4dcc-9fa4-8c3a553fb9ec") + ) + (segment + (start 110.474001 61.814001) + (end 110.474001 118.125999) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "7679ab34-a9de-4e56-aa3f-3fcbac954a1d") + ) + (segment + (start 78.74 122.555) + (end 73.66 122.555) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "872f79da-669c-450f-8e70-0632afc47766") + ) + (segment + (start 69.955077 129.524001) + (end 76.924078 122.555) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "9c60fd70-1d5d-4ed1-aad1-e93aa222af2a") + ) + (segment + (start 65.425 118.13) + (end 69.865999 113.689001) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "b0b0a964-f666-4d9d-80e9-bc72647554c4") + ) + (segment + (start 61 122.555) + (end 61 125.69) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "c7018ca0-1eb5-4cab-b240-d7b57f1f9f12") + ) + (segment + (start 67.978079 129.524001) + (end 69.955077 129.524001) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "ca0bea92-0624-4621-8df4-b323b43593e2") + ) + (segment + (start 85.725 125.73) + (end 87.63 127.635) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "d034afdc-2afc-4f0f-9d69-7fa1bb47ae02") + ) + (segment + (start 83.78 125.73) + (end 80.605 122.555) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "d1360657-7ea3-42c6-a043-351b41dbbec7") + ) + (segment + (start 91.5 53.24) + (end 101.9 53.24) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "d148a76b-17a5-464c-8126-6842eb38cbe7") + ) + (segment + (start 69.865999 113.689001) + (end 69.865999 76.005371) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "dc46db77-f1ad-4bdc-82a9-c97f7d8e0bfc") + ) + (segment + (start 69.865999 76.005371) + (end 88.86 57.01137) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "e423b284-59a0-49b3-852a-9cd349123ac4") + ) + (segment + (start 80.605 122.555) + (end 78.74 122.555) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "e675b64d-acb5-4c49-81e1-4f05a69999c8") + ) + (segment + (start 61 125.69) + (end 60.96 125.73) + (width 0.508) + (layer "B.Cu") + (net 3) + (uuid "eaf79812-c9af-4195-9de3-0bdd8a719549") + ) + (segment + (start 104.06 109.22) + (end 93.265 98.425) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "9d1c011e-3734-4ba0-a49e-7ceac74a02a7") + ) + (segment + (start 104.06 114.18) + (end 104.06 109.22) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "c0eca2bb-1de7-4035-8ae6-f914bb2416c8") + ) + (segment + (start 81.24 102.418058) + (end 85.233058 98.425) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "1456971a-57b9-491f-bbf5-8540e8e97199") + ) + (segment + (start 85.233058 98.425) + (end 88.265 98.425) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "39372352-37b5-42f0-917e-7ca3981745af") + ) + (segment + (start 81.24 114.18) + (end 81.24 102.418058) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "5ed58c2c-4deb-4ed6-ac37-0fb1edc4fb3b") + ) + (segment + (start 59.055 128.27) + (end 60.96 128.27) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "5e15b48b-83ca-4fd9-8d3e-ca5d89a0d6f0") + ) + (segment + (start 57.15 126.365) + (end 59.055 128.27) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "bb4ad3da-fbf1-499f-b991-e456566dbf78") + ) + (segment + (start 60.96 128.27) + (end 59.565001 129.664999) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "6b36a9de-a746-475e-bb2f-b0f3f624ae1a") + ) + (segment + (start 59.565001 136.360001) + (end 60.365 137.16) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "7a285be5-5f16-448d-a6b6-a6f652005968") + ) + (segment + (start 59.565001 129.664999) + (end 59.565001 136.360001) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "8df77400-fd8d-455c-835e-6a17df6e7ab3") + ) + (segment + (start 75.605 127.04) + (end 75.605 126.365) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "07f355b7-644c-464c-b97e-d44edadd6342") + ) + (segment + (start 83.82 135.255) + (end 87.63 135.255) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "1d70ddab-cd61-4b05-80b7-b378cab3698e") + ) + (segment + (start 83.82 139.065) + (end 83.82 135.255) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "67e3cf2c-b9bb-4741-bd80-b46c47c9c541") + ) + (segment + (start 83.82 135.255) + (end 75.605 127.04) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "e2225f85-7a55-4dc8-b0bb-b4cef0b8c56c") + ) + (segment + (start 88.820501 128.984499) + (end 88.820501 126.285501) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "04dda730-455e-490f-be04-ddeb5a71d876") + ) + (segment + (start 85.010501 127.555501) + (end 87.63 130.175) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "373d0132-4ee6-4d44-9a26-5c27e4eb37c7") + ) + (segment + (start 78.105 126.365) + (end 79.295501 127.555501) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "6c068c80-1027-4fbe-82b6-120568cee112") + ) + (segment + (start 88.820501 126.285501) + (end 87.63 125.095) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "872b8299-7f8f-47e0-8560-0836b2814f15") + ) + (segment + (start 79.295501 127.555501) + (end 85.010501 127.555501) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "983a0d3f-e3b1-4732-a8cb-72d8b446f6d5") + ) + (segment + (start 87.63 130.175) + (end 88.820501 128.984499) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "c3b89b47-7ac1-4d4e-afd8-34fc1d147f00") + ) + (segment + (start 73.025 113.03) + (end 71.755 111.76) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "03173afc-3291-4e63-bf7e-ee3a3571995b") + ) + (segment + (start 74.741501 115.470501) + (end 86.459499 115.470501) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "17f170f6-25ad-4fc6-9947-d11e58275d0c") + ) + (segment + (start 73.025 114.935) + (end 73.025 113.03) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "6fcc2c4e-c1ac-4eef-a1b4-c869cc152ba3") + ) + (segment + (start 86.459499 115.470501) + (end 90.17 111.76) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "c3f7a5bd-70df-4302-90fb-caae92fc6d5a") + ) + (segment + (start 73.025 114.935) + (end 74.206 114.935) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "d0901cc0-2229-43f5-b2ff-6d97ce1abda8") + ) + (segment + (start 74.206 114.935) + (end 74.741501 115.470501) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "f12b5927-5c7e-4ee2-93ef-481f7bcec664") + ) + (segment + (start 53.848 88.9) + (end 51.609501 91.138499) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "077ed121-1548-402a-92c3-27c48fd19842") + ) + (segment + (start 53.848 86.36) + (end 53.848 88.9) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "5784018f-a392-4e01-941c-d5b9581ebf90") + ) + (segment + (start 53.34 125.184) + (end 53.34 126.365) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "5d1e8c50-cb8e-460f-9da3-ac7cfecc04e7") + ) + (segment + (start 51.514499 123.358499) + (end 53.34 125.184) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "6dc697f8-7275-4c51-b8b0-0e5249ac4267") + ) + (segment + (start 51.609501 91.138499) + (end 51.514499 91.138499) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "9c2829e5-c9fc-48cc-96b2-34b26b5727da") + ) + (segment + (start 51.514499 118.030501) + (end 51.514499 123.358499) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "aa98c108-5af9-4406-9101-1e0a07d8d4a9") + ) + (segment + (start 51.514499 91.138499) + (end 51.514499 118.030501) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "ab8fece2-bcbd-40f1-ac82-489fd0c7e0ea") + ) + (segment + (start 51.514499 118.824499) + (end 51.514499 118.030501) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "c804220a-7427-4718-a225-a7a2cd4c5c8a") + ) + (segment + (start 53.34 120.65) + (end 51.514499 118.824499) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "cde71061-ee38-4a61-9a00-1b3ef37de70c") + ) + (segment + (start 53.848 104.775) + (end 56.087 104.775) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "14a98775-42c9-4853-9649-dfb5bd9c8931") + ) + (segment + (start 60.495614 106.807) + (end 76.243615 122.555) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "253da7d1-42df-4cca-b84c-df878a3a5f08") + ) + (segment + (start 76.243615 122.555) + (end 83.82 122.555) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "88d1b7f0-02ef-41dd-891e-f84374f8bab4") + ) + (segment + (start 58.119 106.807) + (end 60.495614 106.807) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "9080cfb9-76aa-4dcf-83e9-ca546043d8a6") + ) + (segment + (start 56.087 104.775) + (end 58.119 106.807) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "919bcf33-fac1-4f5d-8149-9270d1f17b40") + ) + (segment + (start 83.82 122.555) + (end 87.63 122.555) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "dbcc9021-1ca0-441d-b34e-b202a1dc8a7d") + ) + (segment + (start 95.821441 133.905501) + (end 97.567443 132.159499) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "18a50fbc-7b65-4ca6-ab82-8473d49a29b6") + ) + (segment + (start 63.918999 108.495999) + (end 71.548501 116.125501) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "2d8c5e8e-d0ec-4e3d-9ffd-861fb6666c5f") + ) + (segment + (start 71.548501 116.125501) + (end 84.748847 116.125501) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "61f1b3ca-7b10-425f-8224-fa225fc03f57") + ) + (segment + (start 97.567443 132.159499) + (end 108.029499 132.159499) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "63ac9012-d51a-4855-9e93-f3e6493ad00a") + ) + (segment + (start 63.119 106.807) + (end 63.918999 107.606999) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "6ce050d1-d2a1-4197-9d2f-ad73aa4fcf50") + ) + (segment + (start 94.678559 133.905501) + (end 95.821441 133.905501) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "8d99021e-fc17-480a-8e15-e14caddbb3a8") + ) + (segment + (start 92.075 123.451654) + (end 92.075 131.301942) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "9864b4b6-8241-419b-829c-6bc5391c391d") + ) + (segment + (start 92.075 131.301942) + (end 94.678559 133.905501) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "a5a11a11-9b08-4d78-ba60-6f42ad6b120c") + ) + (segment + (start 108.029499 132.159499) + (end 109.22 133.35) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "a8cdb911-ad0f-4fa9-9d23-db7ebf0d93bb") + ) + (segment + (start 84.748847 116.125501) + (end 92.075 123.451654) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "b5e54510-4264-4556-8c6a-662d4fac5bb3") + ) + (segment + (start 63.918999 107.606999) + (end 63.918999 108.495999) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "feb04115-bdb7-4441-9eb7-7d335999ea60") + ) + (segment + (start 53.848 153.376) + (end 53.048001 154.175999) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "02e74577-ddbc-466a-a015-0685f8fa6b31") + ) + (segment + (start 52.657499 152.185499) + (end 52.657499 149.691501) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "355a6fd4-11ad-419d-9926-a50be36fd444") + ) + (segment + (start 53.048001 157.188001) + (end 55.88 160.02) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "65696b27-5ee6-40eb-b47d-360533b6a23d") + ) + (segment + (start 53.848 148.501) + (end 53.848 147.32) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "714685c8-bd65-488d-9d23-6ae296a21653") + ) + (segment + (start 52.657499 149.691501) + (end 53.848 148.501) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "bd1d3a41-8fd0-4c94-a66f-4b896e4e2059") + ) + (segment + (start 53.048001 154.175999) + (end 53.048001 157.188001) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "d2a43696-0b73-43c5-8221-266f2a1e82ac") + ) + (segment + (start 53.848 153.376) + (end 52.657499 152.185499) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "f2e6f10c-89f6-423f-9257-a90fb448db6f") + ) + (segment + (start 95.25 129.54) + (end 95.25 130.175) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "70b5e525-8eab-47d7-a4f4-9ee50bc3c8a0") + ) + (segment + (start 99.06 125.73) + (end 102.275 125.73) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "a79ce81f-8a6d-4194-9868-337145e37250") + ) + (segment + (start 99.06 125.73) + (end 95.885 125.73) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "aefe99f5-c227-4161-9743-83942230239e") + ) + (segment + (start 95.885 125.73) + (end 95.25 125.095) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "b485a892-f468-4e21-b0e9-f4905b94c827") + ) + (segment + (start 102.275 125.73) + (end 105.45 122.555) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "b9081b27-658b-4a1b-9d37-6092ab959956") + ) + (segment + (start 99.06 125.73) + (end 95.25 129.54) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "fe25d67b-3cd9-494b-b109-b9339019c3dc") + ) + (segment + (start 109.22 110.929942) + (end 109.22 109.22) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "10acc70e-dc49-4e6f-acd4-b2f71464051b") + ) + (segment + (start 97.409 120.396) + (end 99.753942 120.396) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "134f88d6-d3e3-4607-aef7-f757d4e7a590") + ) + (segment + (start 95.25 122.555) + (end 97.409 120.396) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "2114ff82-ce3c-4f40-8081-c04e9da897ea") + ) + (segment + (start 110.410501 108.029499) + (end 110.410501 80.645501) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "3b5e3344-7373-41fe-96aa-1da5b78c10ef") + ) + (segment + (start 99.753942 120.396) + (end 109.22 110.929942) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "62e0da1e-bc50-44a6-bb02-17e575394ced") + ) + (segment + (start 110.410501 80.645501) + (end 107.87 78.105) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "ae1bea2a-2ad8-46a3-bc2c-a0009b9890b7") + ) + (segment + (start 109.22 109.22) + (end 110.410501 108.029499) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "f2b4ffa7-574e-4499-9e15-366914a9b047") + ) + (segment + (start 102.87 74.73) + (end 102.87 78.105) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "0895e59a-afeb-45cd-8d5a-d655ca394827") + ) + (segment + (start 104.06 73.54) + (end 102.87 74.73) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "d4ef0388-a7b2-4180-922c-a1da618d7225") + ) + (segment + (start 67.389499 129.619499) + (end 68.58 130.81) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "2bbb0267-b0ec-4df7-83be-b62404ac3ac8") + ) + (segment + (start 68.58 118.745) + (end 67.44863 118.745) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "32b83483-5885-4f24-84b3-501ee91fce79") + ) + (segment + (start 69.770501 134.397443) + (end 85.233058 149.86) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "357074ee-2126-44c6-883c-d2fe2ff800b1") + ) + (segment + (start 67.44863 118.745) + (end 67.389499 118.804131) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "69430d42-1fb2-4dbe-b67b-9feebe821a66") + ) + (segment + (start 68.58 130.81) + (end 69.770501 132.000501) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "73a72fc1-96b2-434c-8441-944f2eac720d") + ) + (segment + (start 69.770501 132.000501) + (end 69.770501 134.397443) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "79033150-51a0-4e2f-88fb-718bfc2e56ad") + ) + (segment + (start 85.233058 149.86) + (end 90.17 149.86) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "7ed0b1ca-758d-4a0c-827b-bbc220b21b29") + ) + (segment + (start 67.389499 118.804131) + (end 67.389499 129.619499) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "b839b296-e990-4b66-bb7c-54fbb0a9bade") + ) + (segment + (start 62.051392 113.03249) + (end 58.294784 113.03249) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "1b6d4104-3b45-423a-bf1d-baf923f40380") + ) + (segment + (start 55.959499 129.530499) + (end 55.959499 129.460501) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "6a7f1321-9737-4f3d-b034-cbb901d05ac7") + ) + (segment + (start 53.34 133.985) + (end 55.959499 131.365501) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "74c21072-6d80-4de1-952b-496768360ced") + ) + (segment + (start 58.294784 113.03249) + (end 55.959499 115.367775) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "75594562-5c80-4d64-a76b-38601fa3698d") + ) + (segment + (start 65.405 114.935) + (end 63.953902 114.935) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "79d63863-32f0-4eaa-98cf-4fba141c6039") + ) + (segment + (start 55.959499 129.460501) + (end 55.959499 131.365501) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "91f9d45a-9690-4ce3-b005-65a1d6f4f368") + ) + (segment + (start 63.953902 114.935) + (end 62.051392 113.03249) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "bd387ed5-af84-463d-a716-1c24debb4f38") + ) + (segment + (start 55.959499 137.588501) + (end 53.848 139.7) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "cd19f86f-fa43-47f6-b616-bc1f0fcd83a7") + ) + (segment + (start 55.959499 131.365501) + (end 55.959499 137.588501) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "e1191d64-0204-4938-987d-d028de9df693") + ) + (segment + (start 55.959499 115.367775) + (end 55.959499 129.460501) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "e1c77bbc-4038-4912-920f-f01d1fa7f03f") + ) + (segment + (start 60.96 133.35) + (end 59.779 133.35) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "fbee46de-1c16-441f-8394-9f9abcb79ad5") + ) + (segment + (start 59.779 133.35) + (end 55.959499 129.530499) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "ff43eba4-bed6-4250-88a8-14acfab5b4f7") + ) + (segment + (start 68.58 147.32) + (end 68.58 153.67) + (width 0.381) + (layer "F.Cu") + (net 19) + (uuid "a000c721-a967-4fa1-8958-83e5a078f68a") + ) + (segment + (start 68.58 153.67) + (end 66.04 156.21) + (width 0.381) + (layer "F.Cu") + (net 19) + (uuid "eab67d9f-f6ba-49b4-877c-5240f8c37c39") + ) + (segment + (start 83.74 93.86) + (end 81.16 91.28) + (width 0.381) + (layer "F.Cu") + (net 21) + (uuid "acfacf61-5205-42c3-8693-e100e7a92395") + ) + (segment + (start 81.16 91.28) + (end 60.96 91.28) + (width 0.381) + (layer "F.Cu") + (net 21) + (uuid "d3070360-52d7-43b8-96d7-b77f387750cf") + ) + (segment + (start 67.31 54.61) + (end 67.31 57.15) + (width 0.508) + (layer "F.Cu") + (net 23) + (uuid "59aa0bf1-f46c-4508-a0a3-d5343b8d47e7") + ) + (segment + (start 90.314999 82.405001) + (end 90.314999 90.314999) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "0e1c3381-c683-4649-a538-84a9a0c05653") + ) + (segment + (start 90.249499 91.995501) + (end 85.09 97.155) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "236c7732-2b74-4765-8d14-fbe886e5d1a1") + ) + (segment + (start 90.249499 87.074499) + (end 90.249499 82.470501) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "2c2a776d-a0d2-4575-babb-82094b73ce9e") + ) + (segment + (start 85.09 97.155) + (end 83.95863 97.155) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "381c7e1d-7e1f-4cd9-88be-f22200efc1c9") + ) + (segment + (start 90.249499 88.820501) + (end 90.249499 87.074499) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "390f0402-eb18-4cba-8d06-efd8f51acdb9") + ) + (segment + (start 90.640001 82.079999) + (end 91.44 81.28) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "43122c71-494c-4664-a2a7-4fe031ade08d") + ) + (segment + (start 68.295499 98.345501) + (end 82.768129 98.345501) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "4b37e090-2fb5-4cef-80cd-a8414337f7bf") + ) + (segment + (start 90.314999 89.390001) + (end 90.314999 82.405001) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "51b5b530-9581-45b0-9c89-fc87babc12f1") + ) + (segment + (start 95.885 96.52) + (end 90.249499 90.884499) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "67181513-7857-43a0-a878-df0f3f7f61bf") + ) + (segment + (start 90.249499 89.316871) + (end 90.249499 88.820501) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "7a204043-062e-461c-91e0-82c82777724e") + ) + (segment + (start 90.249499 90.884499) + (end 90.249499 87.074499) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "7cf86f42-feb8-4957-a8e0-69e2eb582d72") + ) + (segment + (start 90.249499 88.820501) + (end 90.249499 91.995501) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "943c2323-85ae-4be2-b741-7d62b9ca3219") + ) + (segment + (start 66.04 99.695) + (end 66.946 99.695) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "9fde9237-cb4c-4496-a02c-78fdd452e579") + ) + (segment + (start 90.314999 82.405001) + (end 90.640001 82.079999) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "af5ea0d5-8e11-406b-958a-00250d2e62a9") + ) + (segment + (start 66.946 99.695) + (end 68.295499 98.345501) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "cfcbfd6e-5487-4db3-bd4b-6a0fb1cdb979") + ) + (segment + (start 83.95863 97.155) + (end 82.768129 98.345501) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "d0b2f555-f56f-4321-9cee-f08dd5bd090d") + ) + (segment + (start 90.249499 82.470501) + (end 90.640001 82.079999) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "fdc78bf7-0ba2-4463-bf20-736218635f1a") + ) + (segment + (start 87.63 140.335) + (end 88.811 140.335) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "084057e5-09d3-4fc3-b65e-f5430ada8dca") + ) + (segment + (start 88.121942 121.285) + (end 75.795287 121.285) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "1e0e0865-e454-476a-8fb3-9ec95b9fcdb6") + ) + (segment + (start 60.833 106.322713) + (end 60.833 102.587) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "546fd180-0131-4bda-a555-2580e94cce40") + ) + (segment + (start 60.833 102.587) + (end 63.5 99.92) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "5f66f63b-ce65-430d-8334-3c9d137eb206") + ) + (segment + (start 88.811 140.335) + (end 90.805 138.341) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "89f77ea9-5cfb-47ba-9f1d-e66ea199e6c4") + ) + (segment + (start 75.795287 121.285) + (end 60.833 106.322713) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "95ad349c-a3b2-444b-973b-c571c0be34f3") + ) + (segment + (start 90.805 123.968058) + (end 88.121942 121.285) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "b6f99b66-6aa0-4dae-91de-6c6df8569c53") + ) + (segment + (start 90.805 138.341) + (end 90.805 123.968058) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "d6d253c9-8cb4-453d-8924-ba5194fdba5d") + ) + (segment + (start 57.15 99.568) + (end 57.15 95.758) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "16b4c23f-1307-4938-922d-9cef5b480988") + ) + (segment + (start 82.449499 74.830501) + (end 83.74 73.54) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "17a86a24-7b12-463a-a603-d35842232337") + ) + (segment + (start 57.15 95.758) + (end 58.166 94.742) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "42aa4ae5-c950-4e94-a2fe-6abb38450e0e") + ) + (segment + (start 75.168129 74.830501) + (end 82.449499 74.830501) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "537634a2-8859-4421-869c-fa624eb9b03c") + ) + (segment + (start 58.166 94.742) + (end 58.166 91.83263) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "8b959ec5-0f89-407f-a6c8-be7090bdc10b") + ) + (segment + (start 58.166 91.83263) + (end 75.168129 74.830501) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "eb09738d-c7a5-4bf0-ae64-89ec3a8c259f") + ) + (segment + (start 58.410499 100.708501) + (end 55.496501 100.708501) + (width 0.381) + (layer "F.Cu") + (net 28) + (uuid "8c857236-648d-4ee2-a1e0-4450f8cf6333") + ) + (segment + (start 58.42 100.699) + (end 58.410499 100.708501) + (width 0.381) + (layer "F.Cu") + (net 28) + (uuid "d71f0c34-1612-4bb3-9022-6a795645d6e4") + ) + (segment + (start 58.42 99.568) + (end 58.42 100.699) + (width 0.381) + (layer "F.Cu") + (net 28) + (uuid "f8ccb48f-e73e-4a7a-983d-aaa6ab89c9d7") + ) + (segment + (start 55.496501 100.708501) + (end 53.848 99.06) + (width 0.381) + (layer "F.Cu") + (net 28) + (uuid "facb11ec-2991-48e3-8697-2d5c027f07b6") + ) + (segment + (start 62.12 114.173) + (end 69.088 107.205) + (width 0.381) + (layer "B.Cu") + (net 29) + (uuid "d9730ac2-83ea-4ca3-87dd-6e06ce7e4ab1") + ) + (segment + (start 68.326 94.742) + (end 69.088 95.504) + (width 0.381) + (layer "B.Cu") + (net 29) + (uuid "d9cf366d-58c9-468c-8bc3-1d2d2fc12c67") + ) + (segment + (start 61.214 114.173) + (end 62.12 114.173) + (width 0.381) + (layer "B.Cu") + (net 29) + (uuid "ea81a79c-9425-4f36-b2b7-ce6267d5d70a") + ) + (segment + (start 69.088 95.504) + (end 69.088 107.205) + (width 0.381) + (layer "B.Cu") + (net 29) + (uuid "f412fd1d-ad0e-427f-a647-1ff543c960c5") + ) + (segment + (start 58.674 115.304) + (end 65.015971 121.645971) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "11b730ae-2fd0-4481-9201-0b430afe672e") + ) + (segment + (start 84.518559 151.050501) + (end 90.741441 151.050501) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "5ec7d4da-9e3c-42b3-8051-609a82455663") + ) + (segment + (start 95.25 146.541942) + (end 95.25 140.335) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "94af4a36-94f3-49a2-9ac7-c234a51861e5") + ) + (segment + (start 90.741441 151.050501) + (end 95.25 146.541942) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "a9359cc7-d107-42c5-974e-7ff1f0e2388e") + ) + (segment + (start 65.015971 131.547913) + (end 84.518559 151.050501) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "ac4db340-43ba-4b32-bf53-979b323af8b4") + ) + (segment + (start 58.674 114.173) + (end 58.674 115.304) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "bd85435c-0781-4c00-9e40-937c6d1361f0") + ) + (segment + (start 65.015971 121.645971) + (end 65.015971 131.547913) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "ea680454-68c7-48bf-8a69-415e22e15dcc") + ) + (segment + (start 78.74 154.82) + (end 78.74 156.21) + (width 0.381) + (layer "F.Cu") + (net 31) + (uuid "6be232a5-0ed5-4ac5-80b0-6750f0573654") + ) + (segment + (start 78.74 156.21) + (end 81.28 158.75) + (width 0.381) + (layer "F.Cu") + (net 31) + (uuid "8b64cd95-de9c-4817-9c29-40936f824bb3") + ) + (segment + (start 83.74 154.82) + (end 83.74 158.67) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "80502fd9-6ee6-42e7-bdc6-ed0a70a7e3c8") + ) + (segment + (start 83.74 158.67) + (end 83.82 158.75) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "b509b52e-f6f7-4582-ae49-42434ae5f9a0") + ) + (segment + (start 91.44 71.12) + (end 83.66 71.12) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "357026da-99de-4aeb-bf3a-5481663df279") + ) + (segment + (start 83.66 71.12) + (end 81.24 73.54) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "9beb71df-3b43-465d-ba61-6f8bedcde746") + ) + (segment + (start 77.945 97.155) + (end 74.93 97.155) + (width 0.381) + (layer "F.Cu") + (net 34) + (uuid "694a45f2-501c-46d2-8d16-79a9ec793133") + ) + (segment + (start 81.24 93.86) + (end 77.945 97.155) + (width 0.381) + (layer "F.Cu") + (net 34) + (uuid "f7a94475-d46b-4b0a-8148-24515e4bde50") + ) + (segment + (start 101.56 93.86) + (end 104.22 96.52) + (width 0.381) + (layer "F.Cu") + (net 35) + (uuid "043a07ec-a98c-43ff-8b2f-a08ca196928d") + ) + (segment + (start 104.22 96.52) + (end 106.68 96.52) + (width 0.381) + (layer "F.Cu") + (net 35) + (uuid "0fbc94a2-c400-4a3a-a5d1-dd87ec313e0a") + ) + (segment + (start 109.22 93.98) + (end 106.68 91.44) + (width 0.381) + (layer "F.Cu") + (net 36) + (uuid "3421540f-8bed-4c19-b579-187e544550d1") + ) + (segment + (start 100.199 91.44) + (end 99.06 92.579) + (width 0.381) + (layer "F.Cu") + (net 36) + (uuid "8cdc832d-8e27-49e0-8ac0-20f9274af8ae") + ) + (segment + (start 106.68 91.44) + (end 100.199 91.44) + (width 0.381) + (layer "F.Cu") + (net 36) + (uuid "b733207e-61d6-4bb7-a55a-4e722050fb30") + ) + (segment + (start 99.06 92.579) + (end 99.06 93.86) + (width 0.381) + (layer "F.Cu") + (net 36) + (uuid "ebedb6f8-b354-4615-8e2c-c910253d4d0a") + ) + (segment + (start 66.611441 161.210501) + (end 60.880501 161.210501) + (width 0.381) + (layer "F.Cu") + (net 37) + (uuid "0268a7ce-0b25-4ed5-b844-c9a3c6ff7fc3") + ) + (segment + (start 72.39 153.67) + (end 72.39 155.431942) + (width 0.381) + (layer "F.Cu") + (net 37) + (uuid "40c787a0-0091-4005-86c9-d9d6718e15f1") + ) + (segment + (start 72.39 155.431942) + (end 66.611441 161.210501) + (width 0.381) + (layer "F.Cu") + (net 37) + (uuid "52379ba7-6662-4eca-9659-c3fa7abbb6d6") + ) + (segment + (start 60.880501 161.210501) + (end 55.88 156.21) + (width 0.381) + (layer "F.Cu") + (net 37) + (uuid "f0fd8dc8-ec1b-464e-ae2b-26de6fc976b0") + ) + (segment + (start 66.04 160.02) + (end 71.12 154.94) + (width 0.381) + (layer "F.Cu") + (net 38) + (uuid "044d90a1-252c-4422-aba7-52540c3dcfef") + ) + (segment + (start 71.12 154.94) + (end 71.12 153.67) + (width 0.381) + (layer "F.Cu") + (net 38) + (uuid "c15f3dc5-8ecd-4679-b64d-8863ba07d207") + ) + (segment + (start 65.318421 112.451479) + (end 76.795501 123.928559) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "24db577d-e83c-4283-b111-7a86b4ca61be") + ) + (segment + (start 80.788058 130.81) + (end 83.82 130.81) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "42a8b1e2-eb06-4a91-b916-de4d24dfbe75") + ) + (segment + (start 87.63 132.715) + (end 85.725 132.715) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "471f5499-c499-4050-bf5d-5bd92f0e36b8") + ) + (segment + (start 55.823521 112.451479) + (end 65.318421 112.451479) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "5b23678c-4633-4f10-9c23-777108bba62e") + ) + (segment + (start 53.34 114.935) + (end 55.823521 112.451479) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "93031cac-8871-4603-a33b-902d64cc14d1") + ) + (segment + (start 85.725 132.715) + (end 83.82 130.81) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "b9102ff0-3deb-413e-ab13-cb8cf63da0b8") + ) + (segment + (start 76.795501 123.928559) + (end 76.795501 126.817443) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "d68beacd-3caf-4fd3-9c45-509ed4c10e23") + ) + (segment + (start 76.795501 126.817443) + (end 80.788058 130.81) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "f1d91e39-4111-4412-b632-1d3107b6386b") + ) + (segment + (start 109.22 137.16) + (end 102.87 137.16) + (width 0.381) + (layer "F.Cu") + (net 40) + (uuid "384bd3cb-df35-40de-b63b-2ce629c28014") + ) + (segment + (start 102.87 137.16) + (end 99.06 133.35) + (width 0.381) + (layer "F.Cu") + (net 40) + (uuid "69b9350d-0468-457f-8495-af37eff2b5cf") + ) + (segment + (start 97.155 135.255) + (end 95.25 135.255) + (width 0.381) + (layer "F.Cu") + (net 40) + (uuid "6c1e9af2-aaaa-4edb-8f62-c8e49b2f3e9c") + ) + (segment + (start 99.06 133.35) + (end 97.155 135.255) + (width 0.381) + (layer "F.Cu") + (net 40) + (uuid "b04240b3-a1c7-45fc-9689-f8e96c5d4584") + ) + (segment + (start 95.885 132.715) + (end 95.25 132.715) + (width 0.381) + (layer "F.Cu") + (net 41) + (uuid "5debee0a-cc24-4c0f-b8d8-95ef490de7f7") + ) + (segment + (start 99.06 129.54) + (end 95.885 132.715) + (width 0.381) + (layer "F.Cu") + (net 41) + (uuid "cd56b6f4-555e-468a-8aba-c9240949ec8a") + ) + (segment + (start 78.74 118.745) + (end 82.55 118.745) + (width 0.381) + (layer "F.Cu") + (net 42) + (uuid "75f5c3b2-8cdf-4ed1-be3e-a175ec33c2f0") + ) + (segment + (start 69.770501 122.634499) + (end 69.770501 127.079499) + (width 0.381) + (layer "B.Cu") + (net 42) + (uuid "19a2b75c-6c1a-448d-994f-4646e2edce52") + ) + (segment + (start 91.44 93.98) + (end 91.44 106.324998) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "373bbba0-ad61-493c-a246-1182a71ed916") + ) + (segment + (start 84.965001 116.329999) + (end 82.55 118.745) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "4ecb46e7-5f4b-4435-98cb-db94024cf2ce") + ) + (segment + (start 78.74 118.745) + (end 73.66 118.745) + (width 0.381) + (layer "B.Cu") + (net 42) + (uuid "714e83f9-7e93-48df-8283-47f4493b13ce") + ) + (segment + (start 91.44 106.324998) + (end 84.965001 112.799997) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "7f63ff0f-e292-4a33-8374-661dfeacd15d") + ) + (segment + (start 69.770501 127.079499) + (end 68.58 128.27) + (width 0.381) + (layer "B.Cu") + (net 42) + (uuid "9bb22616-c334-4064-ab5c-4127f6612c58") + ) + (segment + (start 73.66 118.745) + (end 69.770501 122.634499) + (width 0.381) + (layer "B.Cu") + (net 42) + (uuid "b264b4fe-d8bb-4478-bb51-dff20fc1542b") + ) + (segment + (start 84.965001 112.799997) + (end 84.965001 116.329999) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "fbc4a997-ba0c-431e-a1c0-821fc086b979") + ) + (segment + (start 74.181338 144.853011) + (end 77.499397 144.853011) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "2733bf69-212f-4dcc-8044-7983ef7ba4eb") + ) + (segment + (start 60.96 130.81) + (end 62.09137 130.81) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "4f4db5c1-5492-4ce2-8e9d-a4c4a26c5cc5") + ) + (segment + (start 62.09137 130.81) + (end 67.389499 136.108129) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "71e1d4df-e216-446f-af7b-3bc4d8c32108") + ) + (segment + (start 67.389499 136.108129) + (end 67.389499 138.061172) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "c2789faf-4dc4-4184-92c1-e0f2355cf085") + ) + (segment + (start 77.499397 144.853011) + (end 81.24 148.593614) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "cb71f1ef-01c1-4b44-9ca9-47b3a0ef6c80") + ) + (segment + (start 81.24 148.593614) + (end 81.24 154.82) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "cd2db627-72ae-4494-be0d-0525bd88ea3b") + ) + (segment + (start 67.389499 138.061172) + (end 74.181338 144.853011) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "d33e7ccd-61e6-44ba-afb0-08a79bfb6a50") + ) + (segment + (start 62.865 137.16) + (end 62.865 150.335) + (width 0.381) + (layer "F.Cu") + (net 44) + (uuid "66d9809b-90c0-4338-bad4-32155841114a") + ) + (segment + (start 62.865 150.335) + (end 60.96 152.24) + (width 0.381) + (layer "F.Cu") + (net 44) + (uuid "f5985964-ff9d-4b07-a178-c1a936ea5d80") + ) + (segment + (start 77.459 114.18) + (end 78.74 114.18) + (width 0.381) + (layer "F.Cu") + (net 45) + (uuid "3b66a67f-74dc-4653-8251-5a24912b732d") + ) + (segment + (start 71.755 108.476) + (end 77.459 114.18) + (width 0.381) + (layer "F.Cu") + (net 45) + (uuid "66b2a396-c54c-44ec-b68e-968122a675dc") + ) + (segment + (start 71.755 101.6) + (end 71.755 108.476) + (width 0.381) + (layer "F.Cu") + (net 45) + (uuid "960dbf21-93a3-4697-843c-d88c218a57fb") + ) + (segment + (start 69.89 101.6) + (end 66.675 104.815) + (width 0.381) + (layer "F.Cu") + (net 45) + (uuid "a31ebc5b-bb76-472b-9f32-a067807daeb3") + ) + (segment + (start 71.755 101.6) + (end 69.89 101.6) + (width 0.381) + (layer "F.Cu") + (net 45) + (uuid "f3f6a132-c9a7-4d83-8230-1f1d9d18fa96") + ) + (segment + (start 85.25 114.18) + (end 90.17 109.26) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "286ecd05-1a2e-4c4a-9921-8aaef9b5d2d1") + ) + (segment + (start 90.17 109.26) + (end 90.17 105.41) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "53867029-11cb-4410-927a-5c61d4f47efd") + ) + (segment + (start 83.74 114.18) + (end 85.25 114.18) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "5977ae7e-bb56-452a-9e20-19b09234d1be") + ) + (segment + (start 90.17 105.41) + (end 85.09 100.33) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "a9ec1163-4277-455f-af34-50ccc46badaa") + ) + (segment + (start 95.17 149.86) + (end 97.55 152.24) + (width 0.381) + (layer "F.Cu") + (net 47) + (uuid "1f2fa555-fa57-4282-8ef8-120052ca0358") + ) + (segment + (start 97.55 152.24) + (end 101.6 152.24) + (width 0.381) + (layer "F.Cu") + (net 47) + (uuid "b5d5197c-132e-423c-ab88-70fc4dc9f3ba") + ) + (segment + (start 53.848 76.2) + (end 58.26 76.2) + (width 0.381) + (layer "F.Cu") + (net 50) + (uuid "3073cd50-0c37-4f7d-819b-3f0c0ff19363") + ) + (segment + (start 58.26 76.2) + (end 60.92 73.54) + (width 0.381) + (layer "F.Cu") + (net 50) + (uuid "bf565a26-cfe9-4fc2-a1b1-17d5b85ec0b9") + ) + (segment + (start 91.44 83.66) + (end 91.44 83.82) + (width 0.381) + (layer "F.Cu") + (net 51) + (uuid "414130e4-4437-446a-8468-d32cb39f6a3a") + ) + (segment + (start 101.56 73.54) + (end 91.44 83.66) + (width 0.381) + (layer "F.Cu") + (net 51) + (uuid "926476f3-0c4e-4dd5-8f1f-604b1fdc7d37") + ) + (segment + (start 101.56 114.18) + (end 96.995 118.745) + (width 0.381) + (layer "F.Cu") + (net 52) + (uuid "42524eaf-b385-4633-b425-d0adc93c1358") + ) + (segment + (start 96.995 118.745) + (end 92.71 118.745) + (width 0.381) + (layer "F.Cu") + (net 52) + (uuid "fd6d59be-f718-42a0-a19e-c4cf6d03a3d2") + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005dac31ad") + (hatch edge 0.508) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 50.81 50.82) (xy 111.37 50.79) (xy 111.37 162.56) (xy 50.8 162.55) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 69.384075 54.802993) (xy 69.449901 54.917007) (xy 69.542993 55.010099) (xy 69.657007 55.075925) + (xy 69.725051 55.094157) (xy 69.08431 55.734898) (xy 69.104697 55.750766) (xy 69.104705 55.750771) + (xy 69.138731 55.769185) (xy 69.189122 55.819197) (xy 69.204475 55.888514) (xy 69.179915 55.955127) + (xy 69.138735 55.990811) (xy 69.104705 56.009227) (xy 69.104693 56.009235) (xy 69.084311 56.025099) + (xy 69.08431 56.0251) (xy 69.725052 56.665842) (xy 69.657007 56.684075) (xy 69.542993 56.749901) + (xy 69.449901 56.842993) (xy 69.384075 56.957007) (xy 69.365842 57.025052) (xy 68.726921 56.386131) + (xy 68.726919 56.386132) (xy 68.685781 56.4491) (xy 68.631777 56.495189) (xy 68.56143 56.504764) + (xy 68.497072 56.474787) (xy 68.474816 56.449101) (xy 68.433676 56.386131) (xy 68.385724 56.312734) + (xy 68.38572 56.312729) (xy 68.233237 56.147091) (xy 68.151382 56.083381) (xy 68.055576 56.008811) + (xy 68.022319 55.990813) (xy 67.971929 55.940802) (xy 67.956576 55.871485) (xy 67.981136 55.804872) + (xy 68.02232 55.769186) (xy 68.022322 55.769185) (xy 68.055576 55.751189) (xy 68.23324 55.612906) + (xy 68.385722 55.447268) (xy 68.474816 55.310898) (xy 68.528819 55.26481) (xy 68.599167 55.255235) + (xy 68.663524 55.285212) (xy 68.685782 55.310899) (xy 68.72692 55.373866) (xy 68.726921 55.373866) + (xy 69.365841 54.734946) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 71.924075 54.802993) (xy 71.989901 54.917007) (xy 72.082993 55.010099) (xy 72.197007 55.075925) + (xy 72.265051 55.094157) (xy 71.62431 55.734898) (xy 71.644697 55.750766) (xy 71.644705 55.750771) + (xy 71.678731 55.769185) (xy 71.729122 55.819197) (xy 71.744475 55.888514) (xy 71.719915 55.955127) + (xy 71.678735 55.990811) (xy 71.644705 56.009227) (xy 71.644693 56.009235) (xy 71.624311 56.025099) + (xy 71.62431 56.0251) (xy 72.265052 56.665842) (xy 72.197007 56.684075) (xy 72.082993 56.749901) + (xy 71.989901 56.842993) (xy 71.924075 56.957007) (xy 71.905842 57.025052) (xy 71.266921 56.386131) + (xy 71.26692 56.386132) (xy 71.225482 56.449558) (xy 71.171479 56.495647) (xy 71.101131 56.505222) + (xy 71.036773 56.475245) (xy 71.014516 56.449558) (xy 70.973078 56.386132) (xy 70.334157 57.025051) + (xy 70.315925 56.957007) (xy 70.250099 56.842993) (xy 70.157007 56.749901) (xy 70.042993 56.684075) + (xy 69.974947 56.665841) (xy 70.615688 56.0251) (xy 70.615687 56.025099) (xy 70.595308 56.009237) + (xy 70.595298 56.009231) (xy 70.561267 55.990814) (xy 70.510876 55.940801) (xy 70.495524 55.871484) + (xy 70.520085 55.804871) (xy 70.561268 55.769186) (xy 70.595294 55.750772) (xy 70.595298 55.750769) + (xy 70.615688 55.734898) (xy 69.974947 55.094157) (xy 70.042993 55.075925) (xy 70.157007 55.010099) + (xy 70.250099 54.917007) (xy 70.315925 54.802993) (xy 70.334158 54.734947) (xy 70.973077 55.373866) + (xy 70.973078 55.373866) (xy 71.014516 55.310441) (xy 71.068519 55.264352) (xy 71.138867 55.254777) + (xy 71.203225 55.284754) (xy 71.225482 55.31044) (xy 71.266921 55.373866) (xy 71.905841 54.734946) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 73.513077 55.373866) (xy 73.513078 55.373866) (xy 73.554217 55.310899) (xy 73.608221 55.26481) + (xy 73.678568 55.255235) (xy 73.742926 55.285212) (xy 73.765183 55.310898) (xy 73.854279 55.44727) + (xy 74.006762 55.612908) (xy 74.056876 55.651913) (xy 74.184424 55.751189) (xy 74.217678 55.769185) + (xy 74.21768 55.769186) (xy 74.268071 55.8192) (xy 74.283423 55.888516) (xy 74.258862 55.955129) + (xy 74.21768 55.990813) (xy 74.184426 56.00881) (xy 74.184424 56.008811) (xy 74.006762 56.147091) + (xy 73.854279 56.312729) (xy 73.765183 56.449101) (xy 73.711179 56.495189) (xy 73.640831 56.504764) + (xy 73.576474 56.474786) (xy 73.554217 56.4491) (xy 73.513078 56.386132) (xy 72.874157 57.025051) + (xy 72.855925 56.957007) (xy 72.790099 56.842993) (xy 72.697007 56.749901) (xy 72.582993 56.684075) + (xy 72.514947 56.665841) (xy 73.155688 56.0251) (xy 73.155687 56.025099) (xy 73.135308 56.009237) + (xy 73.135298 56.009231) (xy 73.101267 55.990814) (xy 73.050876 55.940801) (xy 73.035524 55.871484) + (xy 73.060085 55.804871) (xy 73.101268 55.769186) (xy 73.135294 55.750772) (xy 73.135298 55.750769) + (xy 73.155688 55.734898) (xy 72.514947 55.094157) (xy 72.582993 55.075925) (xy 72.697007 55.010099) + (xy 72.790099 54.917007) (xy 72.855925 54.802993) (xy 72.874158 54.734947) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 111.281621 50.880502) (xy 111.328114 50.934158) (xy 111.3395 50.9865) (xy 111.3395 61.321482) + (xy 111.319498 61.389603) (xy 111.265842 61.436096) (xy 111.195568 61.4462) (xy 111.130988 61.416706) + (xy 111.108735 61.391484) (xy 111.100183 61.378686) (xy 111.066273 61.327935) (xy 111.066268 61.32793) + (xy 111.066266 61.327927) (xy 102.386069 52.64773) (xy 102.386065 52.647727) (xy 102.261179 52.564282) + (xy 102.122415 52.506804) (xy 102.122414 52.506803) (xy 101.975103 52.4775) (xy 101.9751 52.4775) + (xy 91.5751 52.4775) (xy 91.4249 52.4775) (xy 91.424896 52.4775) (xy 91.277585 52.506803) (xy 91.277584 52.506804) + (xy 91.13882 52.564282) (xy 91.013934 52.647727) (xy 91.01393 52.64773) (xy 89.117787 54.543873) + (xy 89.055475 54.577899) (xy 89.017711 54.580299) (xy 88.86 54.566502) (xy 88.631913 54.586457) + (xy 88.410759 54.645715) (xy 88.410753 54.645717) (xy 88.20325 54.742477) (xy 88.015703 54.873799) + (xy 87.869973 55.019529) (xy 87.807661 55.053554) (xy 87.736845 55.048489) (xy 87.68001 55.005942) + (xy 87.662822 54.974465) (xy 87.610444 54.834035) (xy 87.610444 54.834034) (xy 87.522904 54.717095) + (xy 87.405965 54.629555) (xy 87.269093 54.578505) (xy 87.208597 54.572) (xy 86.614 54.572) (xy 86.614 55.568314) + (xy 86.605606 55.55992) (xy 86.514394 55.507259) (xy 86.412661 55.48) (xy 86.307339 55.48) (xy 86.205606 55.507259) + (xy 86.114394 55.55992) (xy 86.106 55.568314) (xy 86.106 54.572) (xy 85.511402 54.572) (xy 85.450906 54.578505) + (xy 85.314035 54.629555) (xy 85.314034 54.629555) (xy 85.197095 54.717095) (xy 85.109555 54.834034) + (xy 85.109555 54.834035) (xy 85.058505 54.970906) (xy 85.052 55.031402) (xy 85.052 55.626) (xy 86.048314 55.626) + (xy 86.03992 55.634394) (xy 85.987259 55.725606) (xy 85.96 55.827339) (xy 85.96 55.932661) (xy 85.987259 56.034394) + (xy 86.03992 56.125606) (xy 86.048314 56.134) (xy 85.052 56.134) (xy 85.052 56.728597) (xy 85.058505 56.789093) + (xy 85.109555 56.925964) (xy 85.109555 56.925965) (xy 85.197095 57.042904) (xy 85.314034 57.130444) + (xy 85.450906 57.181494) (xy 85.511402 57.187999) (xy 85.511415 57.188) (xy 86.106 57.188) (xy 86.106 56.191686) + (xy 86.114394 56.20008) (xy 86.205606 56.252741) (xy 86.307339 56.28) (xy 86.412661 56.28) (xy 86.514394 56.252741) + (xy 86.605606 56.20008) (xy 86.614 56.191686) (xy 86.614 57.188) (xy 87.208585 57.188) (xy 87.208597 57.187999) + (xy 87.269093 57.181494) (xy 87.27254 57.180209) (xy 87.275403 57.180004) (xy 87.276766 57.179682) + (xy 87.276818 57.179902) (xy 87.343356 57.17514) (xy 87.40567 57.209162) (xy 87.439698 57.271472) + (xy 87.434637 57.342288) (xy 87.405674 57.387357) (xy 78.523595 66.269436) (xy 78.461283 66.303462) + (xy 78.390468 66.298397) (xy 78.333632 66.25585) (xy 78.308821 66.18933) (xy 78.3085 66.180341) + (xy 78.3085 65.657539) (xy 78.3085 65.657532) (xy 78.276529 65.414692) (xy 78.213135 65.178102) + (xy 78.119402 64.95181) (xy 77.996934 64.73969) (xy 77.847827 64.545369) (xy 77.847826 64.545368) + (xy 77.847817 64.545358) (xy 77.674641 64.372182) (xy 77.674631 64.372173) (xy 77.480306 64.223063) + (xy 77.268201 64.100604) (xy 77.268196 64.100601) (xy 77.26819 64.100598) (xy 77.041898 64.006865) + (xy 76.805308 63.943471) (xy 76.805306 63.94347) (xy 76.8053 63.943469) (xy 76.56247 63.9115) (xy 76.562468 63.9115) + (xy 76.317532 63.9115) (xy 76.317529 63.9115) (xy 76.074699 63.943469) (xy 75.838102 64.006865) + (xy 75.611808 64.100599) (xy 75.611798 64.100604) (xy 75.399693 64.223063) (xy 75.205368 64.372173) + (xy 75.205358 64.372182) (xy 75.032182 64.545358) (xy 75.032173 64.545368) (xy 74.883063 64.739693) + (xy 74.760604 64.951798) (xy 74.760599 64.951808) (xy 74.666865 65.178102) (xy 74.603469 65.414699) + (xy 74.5715 65.657529) (xy 74.5715 66.42247) (xy 74.603469 66.6653) (xy 74.60347 66.665306) (xy 74.603471 66.665308) + (xy 74.666865 66.901898) (xy 74.760598 67.12819) (xy 74.760599 67.128191) (xy 74.760604 67.128201) + (xy 74.883063 67.340306) (xy 75.032173 67.534631) (xy 75.032182 67.534641) (xy 75.205358 67.707817) + (xy 75.205368 67.707826) (xy 75.205369 67.707827) (xy 75.39969 67.856934) (xy 75.61181 67.979402) + (xy 75.838102 68.073135) (xy 76.074692 68.136529) (xy 76.074698 68.136529) (xy 76.074699 68.13653) + (xy 76.10256 68.140198) (xy 76.317532 68.1685) (xy 76.317539 68.1685) (xy 76.320341 68.1685) (xy 76.321147 68.168736) + (xy 76.321655 68.16877) (xy 76.321647 68.168883) (xy 76.388462 68.188502) (xy 76.434955 68.242158) + (xy 76.445059 68.312432) (xy 76.415565 68.377012) (xy 76.409436 68.383595) (xy 69.273729 75.519301) + (xy 69.273726 75.519305) (xy 69.190281 75.644191) (xy 69.132803 75.782955) (xy 69.132802 75.782956) + (xy 69.103499 75.930267) (xy 69.103499 93.463003) (xy 69.083497 93.531124) (xy 69.029841 93.577617) + (xy 68.959567 93.587721) (xy 68.924249 93.577198) (xy 68.775246 93.507717) (xy 68.77524 93.507715) + (xy 68.681771 93.48267) (xy 68.554087 93.448457) (xy 68.326 93.428502) (xy 68.097913 93.448457) + (xy 67.876759 93.507715) (xy 67.876753 93.507717) (xy 67.66925 93.604477) (xy 67.481703 93.735799) + (xy 67.481697 93.735804) (xy 67.319804 93.897697) (xy 67.319799 93.897703) (xy 67.188477 94.08525) + (xy 67.091717 94.292753) (xy 67.091715 94.292759) (xy 67.032457 94.513913) (xy 67.012502 94.742) + (xy 67.032457 94.970087) (xy 67.052045 95.043189) (xy 67.091715 95.19124) (xy 67.091717 95.191246) + (xy 67.188477 95.398749) (xy 67.269039 95.513804) (xy 67.319802 95.5863) (xy 67.4817 95.748198) + (xy 67.669251 95.879523) (xy 67.876757 95.976284) (xy 68.097913 96.035543) (xy 68.273984 96.050947) + (xy 68.3401 96.076809) (xy 68.381739 96.134313) (xy 68.389 96.176467) (xy 68.389 106.863273) (xy 68.368998 106.931394) + (xy 68.352095 106.952368) (xy 68.175074 107.129389) (xy 68.112762 107.163415) (xy 68.041947 107.15835) + (xy 67.985111 107.115803) (xy 67.964272 107.072905) (xy 67.908813 106.865931) (xy 67.908811 106.865926) + (xy 67.812086 106.658498) (xy 67.7621 106.58711) (xy 67.762097 106.58711) (xy 67.075 107.274208) + (xy 67.075 107.262339) (xy 67.047741 107.160606) (xy 66.99508 107.069394) (xy 66.920606 106.99492) + (xy 66.829394 106.942259) (xy 66.727661 106.915) (xy 66.71579 106.915) (xy 67.402888 106.227899) + (xy 67.402888 106.227898) (xy 67.331501 106.177913) (xy 67.326734 106.175161) (xy 67.327817 106.173284) + (xy 67.281561 106.132561) (xy 67.262095 106.064285) (xy 67.282632 105.996324) (xy 67.327992 105.957019) + (xy 67.326985 105.955274) (xy 67.331746 105.952525) (xy 67.331749 105.952523) (xy 67.5193 105.821198) + (xy 67.681198 105.6593) (xy 67.812523 105.471749) (xy 67.909284 105.264243) (xy 67.968543 105.043087) + (xy 67.988498 104.815) (xy 67.968543 104.586913) (xy 67.909284 104.365757) (xy 67.812523 104.158251) + (xy 67.681198 103.9707) (xy 67.5193 103.808802) (xy 67.479293 103.780789) (xy 67.331749 103.677477) + (xy 67.124246 103.580717) (xy 67.12424 103.580715) (xy 67.030771 103.55567) (xy 66.903087 103.521457) + (xy 66.675 103.501502) (xy 66.446913 103.521457) (xy 66.225759 103.580715) (xy 66.225753 103.580717) + (xy 66.01825 103.677477) (xy 65.830703 103.808799) (xy 65.830697 103.808804) (xy 65.668804 103.970697) + (xy 65.668799 103.970703) (xy 65.537477 104.15825) (xy 65.440717 104.365753) (xy 65.440715 104.365759) + (xy 65.38238 104.583469) (xy 65.381457 104.586913) (xy 65.361502 104.815) (xy 65.377957 105.003087) + (xy 65.381457 105.043086) (xy 65.440715 105.26424) (xy 65.440717 105.264246) (xy 65.537477 105.471749) + (xy 65.640793 105.6193) (xy 65.668802 105.6593) (xy 65.8307 105.821198) (xy 65.830703 105.8212) + (xy 66.018253 105.952525) (xy 66.023015 105.955274) (xy 66.021971 105.957082) (xy 66.068439 105.99799) + (xy 66.087905 106.066265) (xy 66.067369 106.134227) (xy 66.022223 106.173354) (xy 66.023267 106.175161) + (xy 66.018501 106.177912) (xy 65.947109 106.2279) (xy 66.634209 106.915) (xy 66.622339 106.915) + (xy 66.520606 106.942259) (xy 66.429394 106.99492) (xy 66.35492 107.069394) (xy 66.302259 107.160606) + (xy 66.275 107.262339) (xy 66.275 107.274209) (xy 65.5879 106.587109) (xy 65.537913 106.6585) (xy 65.441188 106.865926) + (xy 65.441186 106.865931) (xy 65.381951 107.086997) (xy 65.362004 107.315) (xy 65.381951 107.543002) + (xy 65.441186 107.764068) (xy 65.441188 107.764073) (xy 65.537913 107.971501) (xy 65.587899 108.042888) + (xy 66.275 107.355788) (xy 66.275 107.367661) (xy 66.302259 107.469394) (xy 66.35492 107.560606) + (xy 66.429394 107.63508) (xy 66.520606 107.687741) (xy 66.622339 107.715) (xy 66.63421 107.715) + (xy 65.94711 108.402098) (xy 65.94711 108.4021) (xy 66.018498 108.452086) (xy 66.225926 108.548811) + (xy 66.225931 108.548813) (xy 66.432905 108.604272) (xy 66.493528 108.641224) (xy 66.524549 108.705084) + (xy 66.516121 108.775579) (xy 66.489389 108.815074) (xy 62.260936 113.043527) (xy 62.198624 113.077553) + (xy 62.127809 113.072488) (xy 62.096332 113.0553) (xy 61.985207 112.972112) (xy 61.985202 112.97211) + (xy 61.848204 112.921011) (xy 61.848196 112.921009) (xy 61.787649 112.9145) (xy 61.787638 112.9145) + (xy 60.640362 112.9145) (xy 60.64035 112.9145) (xy 60.579803 112.921009) (xy 60.579795 112.921011) + (xy 60.442796 112.97211) (xy 60.434886 112.97643) (xy 60.433913 112.974649) (xy 60.378331 112.995375) + (xy 60.321136 112.986104) (xy 60.245318 112.954699) (xy 60.245315 112.954698) (xy 60.198 112.945286) + (xy 60.198 113.261603) (xy 60.190057 113.305632) (xy 60.187011 113.313798) (xy 60.187009 113.313804) + (xy 60.1805 113.37435) (xy 60.1805 113.87917) (xy 60.174255 113.872925) (xy 60.088745 113.823556) + (xy 59.99337 113.798) (xy 59.89463 113.798) (xy 59.799255 113.823556) (xy 59.713745 113.872925) + (xy 59.7075 113.87917) (xy 59.7075 113.846209) (xy 59.707499 113.846203) (xy 59.692421 113.7704) + (xy 59.69 113.745819) (xy 59.69 112.945286) (xy 59.689999 112.945286) (xy 59.642684 112.954698) + (xy 59.642681 112.954699) (xy 59.454692 113.032566) (xy 59.37945 113.082841) (xy 59.311697 113.104055) + (xy 59.24323 113.085271) (xy 59.239449 113.082841) (xy 59.163546 113.032124) (xy 58.975461 112.954217) + (xy 58.930562 112.945286) (xy 58.775793 112.9145) (xy 58.775791 112.9145) (xy 58.572209 112.9145) + (xy 58.572206 112.9145) (xy 58.372538 112.954217) (xy 58.372533 112.954219) (xy 58.184453 113.032124) + (xy 58.015186 113.145225) (xy 58.015179 113.14523) (xy 57.87123 113.289179) (xy 57.871225 113.289186) + (xy 57.758124 113.458453) (xy 57.680219 113.646533) (xy 57.680217 113.646538) (xy 57.6405 113.846206) + (xy 57.6405 113.846209) (xy 57.6405 114.499791) (xy 57.680217 114.699461) (xy 57.758124 114.887546) + (xy 57.871228 115.056818) (xy 58.015182 115.200772) (xy 58.184454 115.313876) (xy 58.372539 115.391783) + (xy 58.572209 115.4315) (xy 58.57221 115.4315) (xy 58.77579 115.4315) (xy 58.775791 115.4315) (xy 58.975461 115.391783) + (xy 59.163546 115.313876) (xy 59.239449 115.263158) (xy 59.307198 115.241944) (xy 59.375666 115.260726) + (xy 59.379451 115.263159) (xy 59.45469 115.313432) (xy 59.642683 115.391301) (xy 59.64269 115.391303) + (xy 59.689999 115.400713) (xy 59.69 115.400713) (xy 59.69 114.600179) (xy 59.692421 114.575597) + (xy 59.7075 114.499791) (xy 59.7075 114.46683) (xy 59.713745 114.473075) (xy 59.799255 114.522444) + (xy 59.89463 114.548) (xy 59.99337 114.548) (xy 60.088745 114.522444) (xy 60.174255 114.473075) + (xy 60.1805 114.46683) (xy 60.1805 114.971649) (xy 60.187009 115.032196) (xy 60.18701 115.032198) + (xy 60.18701 115.0322) (xy 60.187011 115.032201) (xy 60.190054 115.04036) (xy 60.198 115.084395) + (xy 60.198 115.400713) (xy 60.24531 115.391303) (xy 60.245314 115.391302) (xy 60.321133 115.359896) + (xy 60.391723 115.352306) (xy 60.434209 115.370799) (xy 60.434882 115.369568) (xy 60.442793 115.373886) + (xy 60.442796 115.373889) (xy 60.490771 115.391783) (xy 60.579795 115.424988) (xy 60.579803 115.42499) + (xy 60.64035 115.431499) (xy 60.640355 115.431499) (xy 60.640362 115.4315) (xy 60.640368 115.4315) + (xy 61.787632 115.4315) (xy 61.787638 115.4315) (xy 61.787645 115.431499) (xy 61.787649 115.431499) + (xy 61.848196 115.42499) (xy 61.848199 115.424989) (xy 61.848201 115.424989) (xy 61.985204 115.373889) + (xy 61.999498 115.363189) (xy 62.102261 115.286261) (xy 62.189887 115.169207) (xy 62.189887 115.169206) + (xy 62.189889 115.169204) (xy 62.240989 115.032201) (xy 62.240989 115.032199) (xy 62.24099 115.032196) + (xy 62.247499 114.971649) (xy 62.2475 114.971632) (xy 62.2475 114.96097) (xy 62.267502 114.892849) + (xy 62.321158 114.846356) (xy 62.325263 114.844569) (xy 62.451101 114.792446) (xy 62.565587 114.715948) + (xy 68.888404 108.393131) (xy 68.950716 108.359105) (xy 69.021531 108.36417) (xy 69.078367 108.406717) + (xy 69.103178 108.473237) (xy 69.103499 108.482226) (xy 69.103499 113.320973) (xy 69.083497 113.389094) + (xy 69.066594 113.410068) (xy 66.748648 115.728013) (xy 66.686336 115.762039) (xy 66.61552 115.756974) + (xy 66.558685 115.714427) (xy 66.533874 115.647907) (xy 66.545357 115.58567) (xy 66.639284 115.384243) + (xy 66.698543 115.163087) (xy 66.718498 114.935) (xy 66.698543 114.706913) (xy 66.639284 114.485757) + (xy 66.542523 114.278251) (xy 66.411198 114.0907) (xy 66.2493 113.928802) (xy 66.245298 113.926) + (xy 66.061749 113.797477) (xy 65.854246 113.700717) (xy 65.85424 113.700715) (xy 65.760771 113.67567) + (xy 65.633087 113.641457) (xy 65.405 113.621502) (xy 65.176913 113.641457) (xy 64.955759 113.700715) + (xy 64.955753 113.700717) (xy 64.74825 113.797477) (xy 64.560703 113.928799) (xy 64.560697 113.928804) + (xy 64.398804 114.090697) (xy 64.398799 114.090703) (xy 64.267477 114.27825) (xy 64.170717 114.485753) + (xy 64.170715 114.485759) (xy 64.154038 114.548) (xy 64.111457 114.706913) (xy 64.091502 114.935) + (xy 64.111457 115.163087) (xy 64.138271 115.263159) (xy 64.170715 115.38424) (xy 64.170717 115.384246) + (xy 64.25075 115.555877) (xy 64.267477 115.591749) (xy 64.398802 115.7793) (xy 64.5607 115.941198) + (xy 64.748251 116.072523) (xy 64.955757 116.169284) (xy 65.176913 116.228543) (xy 65.405 116.248498) + (xy 65.633087 116.228543) (xy 65.854243 116.169284) (xy 66.055669 116.075357) (xy 66.12586 116.064697) + (xy 66.190672 116.093677) (xy 66.229529 116.153097) (xy 66.230092 116.224091) (xy 66.198013 116.278648) + (xy 64.938935 117.537727) (xy 61.257787 121.218873) (xy 61.195475 121.252899) (xy 61.157711 121.255299) + (xy 61 121.241502) (xy 60.771913 121.261457) (xy 60.550759 121.320715) (xy 60.550753 121.320717) + (xy 60.34325 121.417477) (xy 60.155703 121.548799) (xy 60.155697 121.548804) (xy 59.993804 121.710697) + (xy 59.993799 121.710703) (xy 59.862477 121.89825) (xy 59.765717 122.105753) (xy 59.765715 122.105759) + (xy 59.712758 122.303398) (xy 59.706457 122.326913) (xy 59.686502 122.555) (xy 59.706457 122.783087) + (xy 59.72946 122.868933) (xy 59.765715 123.00424) (xy 59.765717 123.004246) (xy 59.862477 123.211749) + (xy 59.993799 123.399296) (xy 59.993804 123.399302) (xy 60.155697 123.561195) (xy 60.155705 123.561202) + (xy 60.183769 123.580852) (xy 60.228099 123.636308) (xy 60.2375 123.684066) (xy 60.2375 124.572924) + (xy 60.217498 124.641045) (xy 60.183772 124.676136) (xy 60.115701 124.7238) (xy 59.953799 124.885703) + (xy 59.822477 125.07325) (xy 59.725717 125.280753) (xy 59.725715 125.280759) (xy 59.678814 125.455795) + (xy 59.666457 125.501913) (xy 59.646502 125.73) (xy 59.666457 125.958087) (xy 59.679239 126.005789) + (xy 59.725715 126.17924) (xy 59.725717 126.179246) (xy 59.822477 126.386749) (xy 59.939821 126.554334) + (xy 59.953802 126.5743) (xy 60.1157 126.736198) (xy 60.303251 126.867523) (xy 60.338359 126.883894) + (xy 60.342457 126.885805) (xy 60.395742 126.932722) (xy 60.415203 127.000999) (xy 60.394661 127.068959) + (xy 60.342457 127.114195) (xy 60.30325 127.132477) (xy 60.115703 127.263799) (xy 60.115697 127.263804) + (xy 59.953804 127.425697) (xy 59.953799 127.425703) (xy 59.822477 127.61325) (xy 59.725717 127.820753) + (xy 59.725715 127.820759) (xy 59.667946 128.036355) (xy 59.666457 128.041913) (xy 59.646502 128.27) + (xy 59.664813 128.4793) (xy 59.666458 128.498095) (xy 59.666598 128.498888) (xy 59.666558 128.499241) + (xy 59.666937 128.503567) (xy 59.666067 128.503643) (xy 59.658725 128.569447) (xy 59.631607 128.609856) + (xy 59.022053 129.219411) (xy 59.022052 129.219412) (xy 58.945555 129.333898) (xy 58.892862 129.461109) + (xy 58.892861 129.461112) (xy 58.877171 129.539998) (xy 58.877171 129.539999) (xy 58.866001 129.596153) + (xy 58.866001 136.428848) (xy 58.892863 136.563892) (xy 58.892865 136.563897) (xy 58.899709 136.580421) + (xy 58.945555 136.691102) (xy 58.971321 136.729664) (xy 59.009806 136.787259) (xy 59.022055 136.805591) + (xy 59.036606 136.820142) (xy 59.070632 136.882454) (xy 59.071505 136.926395) (xy 59.071937 136.926433) + (xy 59.071585 136.930445) (xy 59.071599 136.931103) (xy 59.071458 136.931898) (xy 59.051502 137.16) + (xy 59.071457 137.388086) (xy 59.130715 137.60924) (xy 59.130717 137.609246) (xy 59.227477 137.816749) + (xy 59.293927 137.91165) (xy 59.358802 138.0043) (xy 59.5207 138.166198) (xy 59.708251 138.297523) + (xy 59.915757 138.394284) (xy 60.136913 138.453543) (xy 60.365 138.473498) (xy 60.593087 138.453543) + (xy 60.814243 138.394284) (xy 61.021749 138.297523) (xy 61.2093 138.166198) (xy 61.371198 138.0043) + (xy 61.502523 137.816749) (xy 61.502523 137.816748) (xy 61.502525 137.816746) (xy 61.505274 137.811985) + (xy 61.507245 137.813122) (xy 61.547713 137.767154) (xy 61.615989 137.747687) (xy 61.683951 137.768223) + (xy 61.722822 137.813083) (xy 61.724726 137.811985) (xy 61.727474 137.816746) (xy 61.805314 137.927912) + (xy 61.858802 138.0043) (xy 62.0207 138.166198) (xy 62.208251 138.297523) (xy 62.415757 138.394284) + (xy 62.636913 138.453543) (xy 62.865 138.473498) (xy 63.093087 138.453543) (xy 63.314243 138.394284) + (xy 63.521749 138.297523) (xy 63.7093 138.166198) (xy 63.871198 138.0043) (xy 64.002523 137.816749) + (xy 64.099284 137.609243) (xy 64.158543 137.388087) (xy 64.178498 137.16) (xy 64.158543 136.931913) + (xy 64.099284 136.710757) (xy 64.002523 136.503251) (xy 63.871198 136.3157) (xy 63.7093 136.153802) + (xy 63.707096 136.152259) (xy 63.521749 136.022477) (xy 63.314246 135.925717) (xy 63.31424 135.925715) + (xy 63.220771 135.90067) (xy 63.093087 135.866457) (xy 62.865 135.846502) (xy 62.636913 135.866457) + (xy 62.415759 135.925715) (xy 62.415753 135.925717) (xy 62.20825 136.022477) (xy 62.020703 136.153799) + (xy 62.020697 136.153804) (xy 61.858804 136.315697) (xy 61.858799 136.315703) (xy 61.727474 136.503253) + (xy 61.724726 136.508015) (xy 61.722761 136.50688) (xy 61.682255 136.552865) (xy 61.613974 136.572312) + (xy 61.546018 136.551756) (xy 61.507168 136.506921) (xy 61.505274 136.508015) (xy 61.502525 136.503253) + (xy 61.3712 136.315703) (xy 61.371195 136.315697) (xy 61.209302 136.153804) (xy 61.209298 136.153801) + (xy 61.207096 136.152259) (xy 61.021749 136.022477) (xy 60.814246 135.925717) (xy 60.81424 135.925715) + (xy 60.720771 135.90067) (xy 60.593087 135.866457) (xy 60.379017 135.847728) (xy 60.312901 135.821865) + (xy 60.271262 135.764362) (xy 60.264001 135.722208) (xy 60.264001 134.7845) (xy 60.284003 134.716379) + (xy 60.337659 134.669886) (xy 60.390001 134.6585) (xy 61.808632 134.6585) (xy 61.808638 134.6585) + (xy 61.808645 134.658499) (xy 61.808649 134.658499) (xy 61.869196 134.65199) (xy 61.869199 134.651989) + (xy 61.869201 134.651989) (xy 62.006204 134.600889) (xy 62.00973 134.59825) (xy 62.123261 134.513261) + (xy 62.210887 134.396207) (xy 62.210887 134.396206) (xy 62.210889 134.396204) (xy 62.261989 134.259201) + (xy 62.263108 134.248799) (xy 62.268499 134.198649) (xy 62.2685 134.198632) (xy 62.2685 132.501367) + (xy 62.268499 132.50135) (xy 62.26199 132.440803) (xy 62.261988 132.440795) (xy 62.225811 132.343804) + (xy 62.210889 132.303796) (xy 62.210888 132.303794) (xy 62.210887 132.303792) (xy 62.123261 132.186738) + (xy 62.006207 132.099112) (xy 62.006202 132.09911) (xy 61.869204 132.048011) (xy 61.869196 132.048009) + (xy 61.859802 132.047) (xy 61.79421 132.019832) (xy 61.753718 131.961514) (xy 61.751184 131.890563) + (xy 61.78741 131.829504) (xy 61.801004 131.818506) (xy 61.801278 131.818313) (xy 61.8043 131.816198) + (xy 61.966198 131.6543) (xy 62.097523 131.466749) (xy 62.194284 131.259243) (xy 62.253543 131.038087) + (xy 62.273498 130.81) (xy 62.253543 130.581913) (xy 62.194284 130.360757) (xy 62.097523 130.153251) + (xy 61.966198 129.9657) (xy 61.8043 129.803802) (xy 61.778313 129.785606) (xy 61.692843 129.725759) + (xy 61.616749 129.672477) (xy 61.577543 129.654195) (xy 61.524258 129.607279) (xy 61.504796 129.539002) + (xy 61.525337 129.471042) (xy 61.577543 129.425805) (xy 61.579997 129.42466) (xy 61.616749 129.407523) + (xy 61.8043 129.276198) (xy 61.966198 129.1143) (xy 62.097523 128.926749) (xy 62.194284 128.719243) + (xy 62.253543 128.498087) (xy 62.273498 128.27) (xy 62.253543 128.041913) (xy 62.194284 127.820757) + (xy 62.097523 127.613251) (xy 61.966198 127.4257) (xy 61.8043 127.263802) (xy 61.616749 127.132477) + (xy 61.577543 127.114195) (xy 61.524258 127.067279) (xy 61.504796 126.999002) (xy 61.525337 126.931042) + (xy 61.577543 126.885805) (xy 61.579997 126.88466) (xy 61.616749 126.867523) (xy 61.8043 126.736198) + (xy 61.966198 126.5743) (xy 62.097523 126.386749) (xy 62.194284 126.179243) (xy 62.253543 125.958087) + (xy 62.273498 125.73) (xy 62.253543 125.501913) (xy 62.194284 125.280757) (xy 62.097523 125.073251) + (xy 61.966198 124.8857) (xy 61.8043 124.723802) (xy 61.804299 124.723801) (xy 61.80041 124.719912) + (xy 61.802033 124.718288) (xy 61.768163 124.667323) (xy 61.7625 124.629972) (xy 61.7625 123.684066) + (xy 61.782502 123.615945) (xy 61.816231 123.580852) (xy 61.844294 123.561202) (xy 61.8443 123.561198) + (xy 62.006198 123.3993) (xy 62.137523 123.211749) (xy 62.137524 123.211747) (xy 62.137525 123.211746) + (xy 62.140274 123.206985) (xy 62.142082 123.208028) (xy 62.18299 123.161561) (xy 62.251265 123.142095) + (xy 62.319227 123.162631) (xy 62.358349 123.207779) (xy 62.360161 123.206734) (xy 62.362913 123.211501) + (xy 62.412898 123.282888) (xy 62.4129 123.282888) (xy 63.1 122.595788) (xy 63.1 122.607661) (xy 63.127259 122.709394) + (xy 63.17992 122.800606) (xy 63.254394 122.87508) (xy 63.345606 122.927741) (xy 63.447339 122.955) + (xy 63.45921 122.955) (xy 62.77211 123.642098) (xy 62.77211 123.6421) (xy 62.843498 123.692086) + (xy 63.050926 123.788811) (xy 63.050931 123.788813) (xy 63.271999 123.848048) (xy 63.271995 123.848048) + (xy 63.5 123.867995) (xy 63.728002 123.848048) (xy 63.949068 123.788813) (xy 63.949073 123.788811) + (xy 64.156497 123.692088) (xy 64.227888 123.642099) (xy 64.227888 123.642097) (xy 63.540791 122.955) + (xy 63.552661 122.955) (xy 63.654394 122.927741) (xy 63.745606 122.87508) (xy 63.82008 122.800606) + (xy 63.872741 122.709394) (xy 63.9 122.607661) (xy 63.9 122.595791) (xy 64.625595 123.321386) (xy 64.659621 123.383698) + (xy 64.6625 123.410481) (xy 64.6625 127.046022) (xy 64.667008 127.068684) (xy 64.682854 127.148344) + (xy 64.691803 127.193335) (xy 64.691805 127.19334) (xy 64.720991 127.263802) (xy 64.749282 127.332101) + (xy 64.775407 127.3712) (xy 64.832727 127.456987) (xy 64.83273 127.456991) (xy 67.407604 130.031864) + (xy 67.441629 130.094176) (xy 67.436565 130.164991) (xy 67.432704 130.174209) (xy 67.345717 130.360753) + (xy 67.345715 130.360759) (xy 67.30574 130.509949) (xy 67.286457 130.581913) (xy 67.266502 130.81) + (xy 67.286457 131.038087) (xy 67.311107 131.13008) (xy 67.345715 131.25924) (xy 67.345717 131.259246) + (xy 67.442477 131.466749) (xy 67.507208 131.559195) (xy 67.573802 131.6543) (xy 67.7357 131.816198) + (xy 67.923251 131.947523) (xy 67.953255 131.961514) (xy 67.962457 131.965805) (xy 68.015742 132.012722) + (xy 68.035203 132.080999) (xy 68.014661 132.148959) (xy 67.962457 132.194195) (xy 67.92325 132.212477) + (xy 67.735703 132.343799) (xy 67.735697 132.343804) (xy 67.573804 132.505697) (xy 67.573799 132.505703) + (xy 67.442477 132.69325) (xy 67.345717 132.900753) (xy 67.345715 132.900759) (xy 67.286457 133.121913) + (xy 67.266502 133.35) (xy 67.286457 133.578086) (xy 67.345715 133.79924) (xy 67.345717 133.799246) + (xy 67.442477 134.006749) (xy 67.573799 134.194296) (xy 67.573804 134.194302) (xy 67.735697 134.356195) + (xy 67.735705 134.356202) (xy 67.763769 134.375852) (xy 67.808099 134.431308) (xy 67.8175 134.479066) + (xy 67.8175 136.030933) (xy 67.797498 136.099054) (xy 67.763772 136.134145) (xy 67.735701 136.1538) + (xy 67.7357 136.153801) (xy 67.573799 136.315703) (xy 67.442474 136.503253) (xy 67.439726 136.508015) + (xy 67.437931 136.506978) (xy 67.396942 136.55348) (xy 67.328653 136.572903) (xy 67.260705 136.552324) + (xy 67.221655 136.507217) (xy 67.219839 136.508266) (xy 67.217086 136.503498) (xy 67.1671 136.43211) + (xy 67.167098 136.43211) (xy 66.48 137.119208) (xy 66.48 137.107339) (xy 66.452741 137.005606) (xy 66.40008 136.914394) + (xy 66.325606 136.83992) (xy 66.234394 136.787259) (xy 66.132661 136.76) (xy 66.12079 136.76) (xy 66.807888 136.072899) + (xy 66.807888 136.072898) (xy 66.736501 136.022913) (xy 66.529073 135.926188) (xy 66.529068 135.926186) + (xy 66.308 135.866951) (xy 66.308004 135.866951) (xy 66.08 135.847004) (xy 65.851997 135.866951) + (xy 65.630931 135.926186) (xy 65.630926 135.926188) (xy 65.4235 136.022913) (xy 65.352109 136.0729) + (xy 66.039209 136.76) (xy 66.027339 136.76) (xy 65.925606 136.787259) (xy 65.834394 136.83992) (xy 65.75992 136.914394) + (xy 65.707259 137.005606) (xy 65.68 137.107339) (xy 65.68 137.119209) (xy 64.9929 136.432109) (xy 64.942913 136.5035) + (xy 64.846188 136.710926) (xy 64.846186 136.710931) (xy 64.786951 136.931997) (xy 64.767004 137.16) + (xy 64.786951 137.388002) (xy 64.846186 137.609068) (xy 64.846188 137.609073) (xy 64.942913 137.816501) + (xy 64.992899 137.887888) (xy 65.68 137.200788) (xy 65.68 137.212661) (xy 65.707259 137.314394) + (xy 65.75992 137.405606) (xy 65.834394 137.48008) (xy 65.925606 137.532741) (xy 66.027339 137.56) + (xy 66.03921 137.56) (xy 65.35211 138.247098) (xy 65.35211 138.2471) (xy 65.423498 138.297086) (xy 65.630926 138.393811) + (xy 65.630931 138.393813) (xy 65.851999 138.453048) (xy 65.851995 138.453048) (xy 66.08 138.472995) + (xy 66.308002 138.453048) (xy 66.529068 138.393813) (xy 66.529073 138.393811) (xy 66.736497 138.297088) + (xy 66.807888 138.247099) (xy 66.807888 138.247097) (xy 66.120791 137.56) (xy 66.132661 137.56) + (xy 66.234394 137.532741) (xy 66.325606 137.48008) (xy 66.40008 137.405606) (xy 66.452741 137.314394) + (xy 66.48 137.212661) (xy 66.48 137.200791) (xy 67.167097 137.887888) (xy 67.167099 137.887888) + (xy 67.217088 137.816496) (xy 67.219841 137.81173) (xy 67.221729 137.81282) (xy 67.262384 137.766594) + (xy 67.330651 137.747094) (xy 67.398622 137.767597) (xy 67.437989 137.812987) (xy 67.439726 137.811985) + (xy 67.442474 137.816746) (xy 67.520314 137.927912) (xy 67.573802 138.0043) (xy 67.7357 138.166198) + (xy 67.923251 138.297523) (xy 68.130757 138.394284) (xy 68.351913 138.453543) (xy 68.58 138.473498) + (xy 68.713397 138.461827) (xy 68.73771 138.4597) (xy 68.807315 138.473688) (xy 68.837787 138.496125) + (xy 70.320595 139.978933) (xy 70.354621 140.041245) (xy 70.3575 140.068028) (xy 70.3575 146.067026) + (xy 70.337498 146.135147) (xy 70.308891 146.166457) (xy 70.162785 146.280176) (xy 70.158946 146.283711) + (xy 70.157581 146.282228) (xy 70.104129 146.314333) (xy 70.033165 146.31218) (xy 69.97463 146.272003) + (xy 69.954258 146.236449) (xy 69.930889 146.173797) (xy 69.930887 146.173792) (xy 69.843261 146.056738) + (xy 69.726207 145.969112) (xy 69.726202 145.96911) (xy 69.589204 145.918011) (xy 69.589196 145.918009) + (xy 69.528649 145.9115) (xy 69.528638 145.9115) (xy 67.631362 145.9115) (xy 67.63135 145.9115) (xy 67.570803 145.918009) + (xy 67.570795 145.918011) (xy 67.433797 145.96911) (xy 67.433792 145.969112) (xy 67.316738 146.056738) + (xy 67.229112 146.173792) (xy 67.22911 146.173797) (xy 67.178011 146.310795) (xy 67.178009 146.310803) + (xy 67.1715 146.37135) (xy 67.1715 148.268649) (xy 67.178009 148.329196) (xy 67.178011 148.329204) + (xy 67.22911 148.466202) (xy 67.229112 148.466207) (xy 67.316738 148.583261) (xy 67.433792 148.670887) + (xy 67.433794 148.670888) (xy 67.433796 148.670889) (xy 67.485243 148.690078) (xy 67.570795 148.721988) + (xy 67.570803 148.72199) (xy 67.63135 148.728499) (xy 67.631355 148.728499) (xy 67.631362 148.7285) + (xy 67.631368 148.7285) (xy 69.528632 148.7285) (xy 69.528638 148.7285) (xy 69.528645 148.728499) + (xy 69.528649 148.728499) (xy 69.589196 148.72199) (xy 69.589199 148.721989) (xy 69.589201 148.721989) + (xy 69.726204 148.670889) (xy 69.783838 148.627745) (xy 69.843261 148.583261) (xy 69.930886 148.466208) + (xy 69.930885 148.466208) (xy 69.930889 148.466204) (xy 69.954258 148.403547) (xy 69.996804 148.346715) + (xy 70.063325 148.321904) (xy 70.132699 148.336996) (xy 70.158294 148.356996) (xy 70.158946 148.356289) + (xy 70.162778 148.359817) (xy 70.218966 148.40355) (xy 70.346983 148.50319) (xy 70.552273 148.614287) + (xy 70.773049 148.69008) (xy 71.003288 148.7285) (xy 71.003292 148.7285) (xy 71.236713 148.7285) + (xy 71.268988 148.723114) (xy 71.355664 148.70865) (xy 71.426147 148.717166) (xy 71.465498 148.743836) + (xy 72.858068 150.136406) (xy 72.892094 150.198718) (xy 72.887029 150.269533) (xy 72.844482 150.326369) + (xy 72.777962 150.35118) (xy 72.768973 150.351501) (xy 63.012029 150.351501) (xy 62.943908 150.331499) + (xy 62.922934 150.314596) (xy 56.695404 144.087066) (xy 56.661378 144.024754) (xy 56.658499 143.997971) + (xy 56.658499 143.94) (xy 59.381634 143.94) (xy 59.401066 144.186911) (xy 59.458885 144.427742) + (xy 59.553666 144.656563) (xy 59.673471 144.852068) (xy 59.683076 144.867741) (xy 59.683077 144.867743) + (xy 59.843926 145.056073) (xy 60.002491 145.1915) (xy 60.03226 145.216925) (xy 60.243437 145.346334) + (xy 60.472258 145.441115) (xy 60.713089 145.498934) (xy 60.96 145.518366) (xy 61.206911 145.498934) + (xy 61.447742 145.441115) (xy 61.676563 145.346334) (xy 61.88774 145.216925) (xy 62.076073 145.056073) + (xy 62.236925 144.86774) (xy 62.366334 144.656563) (xy 62.461115 144.427742) (xy 62.518934 144.186911) + (xy 62.538366 143.94) (xy 62.518934 143.693089) (xy 62.461115 143.452258) (xy 62.366334 143.223437) + (xy 62.236925 143.01226) (xy 62.236922 143.012256) (xy 62.076073 142.823926) (xy 61.887743 142.663077) + (xy 61.887741 142.663076) (xy 61.88774 142.663075) (xy 61.676563 142.533666) (xy 61.608343 142.505408) + (xy 61.553063 142.46086) (xy 61.530642 142.393497) (xy 61.5482 142.324706) (xy 61.600162 142.276328) + (xy 61.656562 142.263) (xy 61.973585 142.263) (xy 61.973597 142.262999) (xy 62.034093 142.256494) + (xy 62.170964 142.205444) (xy 62.170965 142.205444) (xy 62.287904 142.117904) (xy 62.375444 142.000965) + (xy 62.375444 142.000964) (xy 62.426494 141.864093) (xy 62.432999 141.803597) (xy 62.433 141.803585) + (xy 62.433 141.094) (xy 61.515049 141.094) (xy 61.546558 141.017931) (xy 61.57 140.90008) (xy 61.57 140.77992) + (xy 61.546558 140.662069) (xy 61.515049 140.586) (xy 62.433 140.586) (xy 62.433 139.876414) (xy 62.432999 139.876402) + (xy 62.426494 139.815906) (xy 62.375444 139.679035) (xy 62.375444 139.679034) (xy 62.287904 139.562095) + (xy 62.170965 139.474555) (xy 62.034093 139.423505) (xy 61.973597 139.417) (xy 61.214 139.417) (xy 61.214 140.28495) + (xy 61.137931 140.253442) (xy 61.02008 140.23) (xy 60.89992 140.23) (xy 60.782069 140.253442) (xy 60.706 140.28495) + (xy 60.706 139.417) (xy 59.946402 139.417) (xy 59.885906 139.423505) (xy 59.749035 139.474555) (xy 59.749034 139.474555) + (xy 59.632095 139.562095) (xy 59.544555 139.679034) (xy 59.544555 139.679035) (xy 59.493505 139.815906) + (xy 59.487 139.876402) (xy 59.487 140.586) (xy 60.404951 140.586) (xy 60.373442 140.662069) (xy 60.35 140.77992) + (xy 60.35 140.90008) (xy 60.373442 141.017931) (xy 60.404951 141.094) (xy 59.487 141.094) (xy 59.487 141.803597) + (xy 59.493505 141.864093) (xy 59.544555 142.000964) (xy 59.544555 142.000965) (xy 59.632095 142.117904) + (xy 59.749034 142.205444) (xy 59.885906 142.256494) (xy 59.946402 142.262999) (xy 59.946415 142.263) + (xy 60.263438 142.263) (xy 60.331559 142.283002) (xy 60.378052 142.336658) (xy 60.388156 142.406932) + (xy 60.358662 142.471512) (xy 60.311656 142.505408) (xy 60.288243 142.515106) (xy 60.243438 142.533665) + (xy 60.032258 142.663076) (xy 60.032256 142.663077) (xy 59.843926 142.823926) (xy 59.683077 143.012256) + (xy 59.683076 143.012258) (xy 59.553665 143.223438) (xy 59.458885 143.452257) (xy 59.458885 143.452258) + (xy 59.401066 143.693089) (xy 59.381634 143.94) (xy 56.658499 143.94) (xy 56.658499 137.91165) (xy 56.678501 137.843529) + (xy 56.732157 137.797036) (xy 56.802431 137.786932) (xy 56.817111 137.789944) (xy 56.921991 137.818047) + (xy 56.921995 137.818048) (xy 57.15 137.837995) (xy 57.378002 137.818048) (xy 57.599068 137.758813) + (xy 57.599073 137.758811) (xy 57.806497 137.662088) (xy 57.877888 137.612099) (xy 57.877888 137.612097) + (xy 57.190791 136.925) (xy 57.202661 136.925) (xy 57.304394 136.897741) (xy 57.395606 136.84508) + (xy 57.47008 136.770606) (xy 57.522741 136.679394) (xy 57.55 136.577661) (xy 57.55 136.565791) (xy 58.237097 137.252888) + (xy 58.237099 137.252888) (xy 58.287088 137.181497) (xy 58.383811 136.974073) (xy 58.383813 136.974068) + (xy 58.443048 136.753002) (xy 58.462995 136.525) (xy 58.443048 136.296997) (xy 58.383813 136.075931) + (xy 58.383811 136.075926) (xy 58.287086 135.868498) (xy 58.2371 135.79711) (xy 58.237098 135.79711) + (xy 57.55 136.484208) (xy 57.55 136.472339) (xy 57.522741 136.370606) (xy 57.47008 136.279394) (xy 57.395606 136.20492) + (xy 57.304394 136.152259) (xy 57.202661 136.125) (xy 57.190789 136.125) (xy 57.877888 135.437899) + (xy 57.877888 135.437898) (xy 57.806501 135.387913) (xy 57.599073 135.291188) (xy 57.599068 135.291186) + (xy 57.378 135.231951) (xy 57.378004 135.231951) (xy 57.15 135.212004) (xy 56.921997 135.231951) + (xy 56.81711 135.260056) (xy 56.746133 135.258366) (xy 56.687338 135.218572) (xy 56.65939 135.153307) + (xy 56.658499 135.138349) (xy 56.658499 127.752167) (xy 56.678501 127.684046) (xy 56.732157 127.637553) + (xy 56.802431 127.627449) (xy 56.817092 127.630456) (xy 56.921913 127.658543) (xy 57.15 127.678498) + (xy 57.378087 127.658543) (xy 57.599243 127.599284) (xy 57.806749 127.502523) (xy 57.9943 127.371198) + (xy 58.156198 127.2093) (xy 58.287523 127.021749) (xy 58.384284 126.814243) (xy 58.443543 126.593087) + (xy 58.463498 126.365) (xy 58.443543 126.136913) (xy 58.384284 125.915757) (xy 58.287523 125.708251) + (xy 58.156198 125.5207) (xy 57.9943 125.358802) (xy 57.992096 125.357259) (xy 57.806749 125.227477) + (xy 57.599246 125.130717) (xy 57.59924 125.130715) (xy 57.48289 125.099539) (xy 57.378087 125.071457) + (xy 57.15 125.051502) (xy 56.921913 125.071457) (xy 56.81711 125.099539) (xy 56.746133 125.097849) + (xy 56.687338 125.058055) (xy 56.65939 124.99279) (xy 56.658499 124.977832) (xy 56.658499 120.65) + (xy 57.027004 120.65) (xy 57.046951 120.878002) (xy 57.106186 121.099068) (xy 57.106188 121.099073) + (xy 57.202913 121.306501) (xy 57.252899 121.377888) (xy 57.94 120.690788) (xy 57.94 120.702661) + (xy 57.967259 120.804394) (xy 58.01992 120.895606) (xy 58.094394 120.97008) (xy 58.185606 121.022741) + (xy 58.287339 121.05) (xy 58.29921 121.05) (xy 57.61211 121.737098) (xy 57.61211 121.7371) (xy 57.683498 121.787086) + (xy 57.890926 121.883811) (xy 57.890931 121.883813) (xy 58.111999 121.943048) (xy 58.111995 121.943048) + (xy 58.34 121.962995) (xy 58.568002 121.943048) (xy 58.789068 121.883813) (xy 58.789073 121.883811) + (xy 58.996497 121.787088) (xy 59.067888 121.737099) (xy 59.067888 121.737097) (xy 58.380791 121.05) + (xy 58.392661 121.05) (xy 58.494394 121.022741) (xy 58.585606 120.97008) (xy 58.66008 120.895606) + (xy 58.712741 120.804394) (xy 58.74 120.702661) (xy 58.74 120.690791) (xy 59.427097 121.377888) + (xy 59.427099 121.377888) (xy 59.477088 121.306497) (xy 59.573811 121.099073) (xy 59.573813 121.099068) + (xy 59.633048 120.878002) (xy 59.652995 120.65) (xy 59.633048 120.421997) (xy 59.573813 120.200931) + (xy 59.573811 120.200926) (xy 59.477086 119.993498) (xy 59.4271 119.92211) (xy 59.427098 119.92211) + (xy 58.74 120.609208) (xy 58.74 120.597339) (xy 58.712741 120.495606) (xy 58.66008 120.404394) (xy 58.585606 120.32992) + (xy 58.494394 120.277259) (xy 58.392661 120.25) (xy 58.38079 120.25) (xy 59.067888 119.562899) (xy 59.067888 119.562898) + (xy 58.996501 119.512913) (xy 58.789073 119.416188) (xy 58.789068 119.416186) (xy 58.568 119.356951) + (xy 58.568004 119.356951) (xy 58.34 119.337004) (xy 58.111997 119.356951) (xy 57.890931 119.416186) + (xy 57.890926 119.416188) (xy 57.6835 119.512913) (xy 57.612109 119.5629) (xy 58.299209 120.25) + (xy 58.287339 120.25) (xy 58.185606 120.277259) (xy 58.094394 120.32992) (xy 58.01992 120.404394) + (xy 57.967259 120.495606) (xy 57.94 120.597339) (xy 57.94 120.609209) (xy 57.2529 119.922109) (xy 57.202913 119.9935) + (xy 57.106188 120.200926) (xy 57.106186 120.200931) (xy 57.046951 120.421997) (xy 57.027004 120.65) + (xy 56.658499 120.65) (xy 56.658499 107.339469) (xy 56.678501 107.271348) (xy 56.732157 107.224855) + (xy 56.802431 107.214751) (xy 56.867011 107.244245) (xy 56.898694 107.286219) (xy 56.981477 107.463749) + (xy 57.101444 107.63508) (xy 57.112802 107.6513) (xy 57.2747 107.813198) (xy 57.462251 107.944523) + (xy 57.669757 108.041284) (xy 57.890913 108.100543) (xy 58.119 108.120498) (xy 58.347087 108.100543) + (xy 58.568243 108.041284) (xy 58.775749 107.944523) (xy 58.9633 107.813198) (xy 59.125198 107.6513) + (xy 59.256523 107.463749) (xy 59.353284 107.256243) (xy 59.412543 107.035087) (xy 59.432498 106.807) + (xy 61.805502 106.807) (xy 61.825457 107.035087) (xy 61.847085 107.115803) (xy 61.884715 107.25624) + (xy 61.884717 107.256246) (xy 61.981477 107.463749) (xy 62.101444 107.63508) (xy 62.112802 107.6513) + (xy 62.2747 107.813198) (xy 62.462251 107.944523) (xy 62.669757 108.041284) (xy 62.890913 108.100543) + (xy 63.119 108.120498) (xy 63.347087 108.100543) (xy 63.568243 108.041284) (xy 63.775749 107.944523) + (xy 63.9633 107.813198) (xy 64.125198 107.6513) (xy 64.256523 107.463749) (xy 64.353284 107.256243) + (xy 64.412543 107.035087) (xy 64.432498 106.807) (xy 64.412543 106.578913) (xy 64.353284 106.357757) + (xy 64.256523 106.150251) (xy 64.125198 105.9627) (xy 63.9633 105.800802) (xy 63.935298 105.781195) + (xy 63.775749 105.669477) (xy 63.568246 105.572717) (xy 63.56824 105.572715) (xy 63.474771 105.54767) + (xy 63.347087 105.513457) (xy 63.119 105.493502) (xy 62.890913 105.513457) (xy 62.669759 105.572715) + (xy 62.669753 105.572717) (xy 62.46225 105.669477) (xy 62.274703 105.800799) (xy 62.274697 105.800804) + (xy 62.112804 105.962697) (xy 62.112799 105.962703) (xy 61.981477 106.15025) (xy 61.884717 106.357753) + (xy 61.884715 106.357759) (xy 61.862254 106.441585) (xy 61.825457 106.578913) (xy 61.805502 106.807) + (xy 59.432498 106.807) (xy 59.412543 106.578913) (xy 59.353284 106.357757) (xy 59.256523 106.150251) + (xy 59.125198 105.9627) (xy 58.9633 105.800802) (xy 58.935298 105.781195) (xy 58.775749 105.669477) + (xy 58.568246 105.572717) (xy 58.568243 105.572716) (xy 58.56216 105.571086) (xy 58.382637 105.522982) + (xy 58.322016 105.486031) (xy 58.290994 105.42217) (xy 58.299423 105.351676) (xy 58.326152 105.312184) + (xy 60.282273 103.356065) (xy 60.365719 103.231179) (xy 60.423197 103.092412) (xy 60.4525 102.945099) + (xy 60.4525 102.7949) (xy 60.4525 100.54428) (xy 60.456754 100.529793) (xy 62.4665 100.529793) (xy 62.506217 100.729461) + (xy 62.506219 100.729466) (xy 62.529959 100.786779) (xy 62.584124 100.917546) (xy 62.697228 101.086818) + (xy 62.841182 101.230772) (xy 63.010454 101.343876) (xy 63.198539 101.421783) (xy 63.398209 101.4615) + (xy 63.39821 101.4615) (xy 63.60179 101.4615) (xy 63.601791 101.4615) (xy 63.801461 101.421783) + (xy 63.989546 101.343876) (xy 64.065449 101.293158) (xy 64.133198 101.271944) (xy 64.201666 101.290726) + (xy 64.205451 101.293159) (xy 64.28069 101.343432) (xy 64.468683 101.421301) (xy 64.46869 101.421303) + (xy 64.515999 101.430713) (xy 64.516 101.430713) (xy 64.516 100.630179) (xy 64.518421 100.605597) + (xy 64.520768 100.593799) (xy 64.5335 100.529791) (xy 64.5335 100.49683) (xy 64.539745 100.503075) + (xy 64.625255 100.552444) (xy 64.72063 100.578) (xy 64.81937 100.578) (xy 64.914745 100.552444) + (xy 65.000255 100.503075) (xy 65.0065 100.49683) (xy 65.0065 101.001649) (xy 65.013009 101.062196) + (xy 65.01301 101.062198) (xy 65.01301 101.0622) (xy 65.013011 101.062201) (xy 65.016054 101.07036) + (xy 65.024 101.114395) (xy 65.024 101.430713) (xy 65.07131 101.421303) (xy 65.071314 101.421302) + (xy 65.147133 101.389896) (xy 65.217723 101.382306) (xy 65.260209 101.400799) (xy 65.260882 101.399568) + (xy 65.268793 101.403886) (xy 65.268796 101.403889) (xy 65.316771 101.421783) (xy 65.405795 101.454988) + (xy 65.405803 101.45499) (xy 65.46635 101.461499) (xy 65.466355 101.461499) (xy 65.466362 101.4615) + (xy 65.466368 101.4615) (xy 66.613632 101.4615) (xy 66.613638 101.4615) (xy 66.613645 101.461499) + (xy 66.613649 101.461499) (xy 66.674196 101.45499) (xy 66.674199 101.454989) (xy 66.674201 101.454989) + (xy 66.811204 101.403889) (xy 66.829897 101.389896) (xy 66.928261 101.316261) (xy 67.015887 101.199207) + (xy 67.015887 101.199206) (xy 67.015889 101.199204) (xy 67.066989 101.062201) (xy 67.066989 101.062199) + (xy 67.06699 101.062196) (xy 67.073499 101.001649) (xy 67.0735 101.001632) (xy 67.0735 99.404367) + (xy 67.073499 99.40435) (xy 67.06699 99.343803) (xy 67.066988 99.343795) (xy 67.028725 99.24121) + (xy 67.015889 99.206796) (xy 67.015888 99.206794) (xy 67.015887 99.206792) (xy 66.928261 99.089738) + (xy 66.811207 99.002112) (xy 66.811202 99.00211) (xy 66.674204 98.951011) (xy 66.674196 98.951009) + (xy 66.613649 98.9445) (xy 66.613638 98.9445) (xy 65.466362 98.9445) (xy 65.46635 98.9445) (xy 65.405803 98.951009) + (xy 65.405795 98.951011) (xy 65.268796 99.00211) (xy 65.260886 99.00643) (xy 65.259913 99.004649) + (xy 65.204331 99.025375) (xy 65.147136 99.016104) (xy 65.071318 98.984699) (xy 65.071315 98.984698) + (xy 65.024 98.975286) (xy 65.024 99.291603) (xy 65.016057 99.335632) (xy 65.013011 99.343798) (xy 65.013009 99.343804) + (xy 65.0065 99.40435) (xy 65.0065 99.90917) (xy 65.000255 99.902925) (xy 64.914745 99.853556) (xy 64.81937 99.828) + (xy 64.72063 99.828) (xy 64.625255 99.853556) (xy 64.539745 99.902925) (xy 64.5335 99.90917) (xy 64.5335 99.876209) + (xy 64.518421 99.8004) (xy 64.516 99.775819) (xy 64.516 98.975286) (xy 64.515999 98.975286) (xy 64.468684 98.984698) + (xy 64.468681 98.984699) (xy 64.280692 99.062566) (xy 64.20545 99.112841) (xy 64.137697 99.134055) + (xy 64.06923 99.115271) (xy 64.065449 99.112841) (xy 63.989546 99.062124) (xy 63.801461 98.984217) + (xy 63.756562 98.975286) (xy 63.601793 98.9445) (xy 63.601791 98.9445) (xy 63.398209 98.9445) (xy 63.398206 98.9445) + (xy 63.198538 98.984217) (xy 63.198533 98.984219) (xy 63.010453 99.062124) (xy 62.841186 99.175225) + (xy 62.841179 99.17523) (xy 62.69723 99.319179) (xy 62.697225 99.319186) (xy 62.584124 99.488453) + (xy 62.506219 99.676533) (xy 62.506217 99.676538) (xy 62.4665 99.876206) (xy 62.4665 100.529793) + (xy 60.456754 100.529793) (xy 60.472502 100.476159) (xy 60.489405 100.455185) (xy 60.492772 100.451818) + (xy 60.605876 100.282546) (xy 60.683783 100.094461) (xy 60.7235 99.894791) (xy 60.7235 99.241209) + (xy 60.683783 99.041539) (xy 60.605876 98.853454) (xy 60.492772 98.684182) (xy 60.348818 98.540228) + (xy 60.179546 98.427124) (xy 60.088187 98.389282) (xy 59.991464 98.349218) (xy 59.991456 98.349215) + (xy 59.955653 98.342093) (xy 59.932021 98.334924) (xy 59.912421 98.326805) (xy 59.912413 98.326803) + (xy 59.765103 98.2975) (xy 59.7651 98.2975) (xy 59.6149 98.2975) (xy 59.614898 98.2975) (xy 59.556292 98.309158) + (xy 59.467587 98.326803) (xy 59.467585 98.326804) (xy 59.467577 98.326806) (xy 59.447969 98.334927) + (xy 59.424346 98.342093) (xy 59.38854 98.349216) (xy 59.388532 98.349219) (xy 59.200453 98.427124) + (xy 59.200449 98.427126) (xy 59.125001 98.477539) (xy 59.057248 98.498754) (xy 58.988782 98.479971) + (xy 58.984999 98.477539) (xy 58.90955 98.427126) (xy 58.909546 98.427124) (xy 58.721466 98.349219) + (xy 58.721461 98.349217) (xy 58.521793 98.3095) (xy 58.521791 98.3095) (xy 58.318209 98.3095) (xy 58.318206 98.3095) + (xy 58.118538 98.349217) (xy 58.118528 98.34922) (xy 58.042396 98.380755) (xy 57.971806 98.388344) + (xy 57.92985 98.370081) (xy 57.929114 98.37143) (xy 57.921203 98.36711) (xy 57.784204 98.316011) + (xy 57.784196 98.316009) (xy 57.723649 98.3095) (xy 57.723638 98.3095) (xy 56.576362 98.3095) (xy 56.57635 98.3095) + (xy 56.515803 98.316009) (xy 56.515795 98.316011) (xy 56.378797 98.36711) (xy 56.378792 98.367112) + (xy 56.261738 98.454738) (xy 56.174112 98.571792) (xy 56.17411 98.571797) (xy 56.123011 98.708795) + (xy 56.123009 98.708803) (xy 56.1165 98.76935) (xy 56.1165 100.366649) (xy 56.123009 100.427196) + (xy 56.123011 100.427204) (xy 56.17411 100.564202) (xy 56.174112 100.564207) (xy 56.261738 100.681261) + (xy 56.378792 100.768887) (xy 56.378794 100.768888) (xy 56.378796 100.768889) (xy 56.426771 100.786783) + (xy 56.515795 100.819988) (xy 56.515803 100.81999) (xy 56.57635 100.826499) (xy 56.576355 100.826499) + (xy 56.576362 100.8265) (xy 56.576368 100.8265) (xy 57.723632 100.8265) (xy 57.723638 100.8265) + (xy 57.723645 100.826499) (xy 57.723649 100.826499) (xy 57.784196 100.81999) (xy 57.784199 100.819989) + (xy 57.784201 100.819989) (xy 57.921204 100.768889) (xy 57.921207 100.768886) (xy 57.929113 100.76457) + (xy 57.930166 100.766499) (xy 57.98518 100.745975) (xy 58.042396 100.755243) (xy 58.118539 100.786783) + (xy 58.318209 100.8265) (xy 58.31821 100.8265) (xy 58.52179 100.8265) (xy 58.521791 100.8265) (xy 58.721461 100.786783) + (xy 58.739657 100.779246) (xy 58.753281 100.773603) (xy 58.823871 100.766013) (xy 58.887358 100.797791) + (xy 58.923586 100.858849) (xy 58.9275 100.890011) (xy 58.9275 102.501971) (xy 58.907498 102.570092) + (xy 58.890595 102.591066) (xy 55.303729 106.177931) (xy 55.303726 106.177935) (xy 55.247154 106.262604) + (xy 55.247153 106.262604) (xy 55.220283 106.302817) (xy 55.220282 106.302818) (xy 55.162803 106.441585) + (xy 55.162802 106.441586) (xy 55.133499 106.588897) (xy 55.133499 114.089961) (xy 55.113497 114.158082) + (xy 55.059841 114.204575) (xy 54.989567 114.214679) (xy 54.924987 114.185185) (xy 54.904286 114.162232) + (xy 54.8542 114.090703) (xy 54.854195 114.090697) (xy 54.692302 113.928804) (xy 54.692296 113.928799) + (xy 54.504749 113.797477) (xy 54.297246 113.700717) (xy 54.29724 113.700715) (xy 54.203771 113.67567) + (xy 54.076087 113.641457) (xy 53.848 113.621502) (xy 53.619913 113.641457) (xy 53.398759 113.700715) + (xy 53.398753 113.700717) (xy 53.19125 113.797477) (xy 53.003703 113.928799) (xy 53.003697 113.928804) + (xy 52.841804 114.090697) (xy 52.841799 114.090703) (xy 52.710477 114.27825) (xy 52.613717 114.485753) + (xy 52.613715 114.485759) (xy 52.597038 114.548) (xy 52.554457 114.706913) (xy 52.534502 114.935) + (xy 52.554457 115.163087) (xy 52.581271 115.263159) (xy 52.613715 115.38424) (xy 52.613717 115.384246) + (xy 52.69375 115.555877) (xy 52.710477 115.591749) (xy 52.841802 115.7793) (xy 53.0037 115.941198) + (xy 53.191251 116.072523) (xy 53.398757 116.169284) (xy 53.619913 116.228543) (xy 53.848 116.248498) + (xy 54.076087 116.228543) (xy 54.297243 116.169284) (xy 54.504749 116.072523) (xy 54.6923 115.941198) + (xy 54.854198 115.7793) (xy 54.904286 115.707766) (xy 54.959743 115.663439) (xy 55.030362 115.65613) + (xy 55.093723 115.688161) (xy 55.129708 115.749362) (xy 55.133499 115.780038) (xy 55.133499 138.854961) + (xy 55.113497 138.923082) (xy 55.059841 138.969575) (xy 54.989567 138.979679) (xy 54.924987 138.950185) + (xy 54.904286 138.927232) (xy 54.8542 138.855703) (xy 54.854195 138.855697) (xy 54.692302 138.693804) + (xy 54.692296 138.693799) (xy 54.504749 138.562477) (xy 54.297246 138.465717) (xy 54.29724 138.465715) + (xy 54.203771 138.44067) (xy 54.076087 138.406457) (xy 53.848 138.386502) (xy 53.619913 138.406457) + (xy 53.398759 138.465715) (xy 53.398753 138.465717) (xy 53.19125 138.562477) (xy 53.003703 138.693799) + (xy 53.003697 138.693804) (xy 52.841804 138.855697) (xy 52.841799 138.855703) (xy 52.710477 139.04325) + (xy 52.613717 139.250753) (xy 52.613715 139.250759) (xy 52.554457 139.471913) (xy 52.534502 139.7) + (xy 52.554457 139.928086) (xy 52.613715 140.14924) (xy 52.613717 140.149246) (xy 52.710477 140.356749) + (xy 52.722205 140.373499) (xy 52.841802 140.5443) (xy 53.0037 140.706198) (xy 53.191251 140.837523) + (xy 53.398757 140.934284) (xy 53.619913 140.993543) (xy 53.848 141.013498) (xy 54.076087 140.993543) + (xy 54.297243 140.934284) (xy 54.504749 140.837523) (xy 54.6923 140.706198) (xy 54.854198 140.5443) + (xy 54.904286 140.472766) (xy 54.959743 140.428439) (xy 55.030362 140.42113) (xy 55.093723 140.453161) + (xy 55.129708 140.514362) (xy 55.133499 140.545038) (xy 55.133499 144.441097) (xy 55.160856 144.578632) + (xy 55.160858 144.578637) (xy 55.162802 144.588412) (xy 55.22028 144.727176) (xy 55.303726 144.852064) + (xy 55.303729 144.852068) (xy 60.908848 150.457186) (xy 60.942874 150.519498) (xy 60.937809 150.590313) + (xy 60.895262 150.647149) (xy 60.82964 150.671893) (xy 60.713088 150.681066) (xy 60.472257 150.738885) + (xy 60.243438 150.833665) (xy 60.032258 150.963076) (xy 60.032256 150.963077) (xy 59.843926 151.123926) + (xy 59.683077 151.312256) (xy 59.683076 151.312258) (xy 59.553665 151.523438) (xy 59.458885 151.752257) + (xy 59.401066 151.993088) (xy 59.381634 152.24) (xy 59.401066 152.486911) (xy 59.458885 152.727742) + (xy 59.553665 152.956561) (xy 59.683076 153.167741) (xy 59.683077 153.167743) (xy 59.843926 153.356073) + (xy 59.976277 153.469111) (xy 60.03226 153.516925) (xy 60.243437 153.646334) (xy 60.472258 153.741115) + (xy 60.713089 153.798934) (xy 60.96 153.818366) (xy 61.206911 153.798934) (xy 61.447742 153.741115) + (xy 61.676563 153.646334) (xy 61.88774 153.516925) (xy 62.076073 153.356073) (xy 62.236925 153.16774) + (xy 62.366334 152.956563) (xy 62.461115 152.727742) (xy 62.518934 152.486911) (xy 62.538366 152.24) + (xy 62.520452 152.012384) (xy 62.535048 151.942907) (xy 62.584891 151.892347) (xy 62.646064 151.876501) + (xy 92.134101 151.876501) (xy 92.281414 151.847198) (xy 92.42018 151.789719) (xy 92.545066 151.706274) + (xy 93.810504 150.440834) (xy 93.872815 150.406811) (xy 93.94363 150.411875) (xy 94.000466 150.454422) + (xy 94.013793 150.476681) (xy 94.032477 150.516749) (xy 94.163802 150.7043) (xy 94.3257 150.866198) + (xy 94.513251 150.997523) (xy 94.720757 151.094284) (xy 94.941913 151.153543) (xy 95.17 151.173498) + (xy 95.398087 151.153543) (xy 95.582892 151.104024) (xy 95.653866 151.105714) (xy 95.712662 151.145508) + (xy 95.74061 151.210772) (xy 95.741501 151.225731) (xy 95.741501 155.85797) (xy 95.721499 155.926091) + (xy 95.704596 155.947065) (xy 94.237787 157.413873) (xy 94.175475 157.447899) (xy 94.137711 157.450299) + (xy 93.98 157.436502) (xy 93.751913 157.456457) (xy 93.530759 157.515715) (xy 93.530753 157.515717) + (xy 93.32325 157.612477) (xy 93.135703 157.743799) (xy 93.135697 157.743804) (xy 92.973804 157.905697) + (xy 92.973799 157.905703) (xy 92.842477 158.09325) (xy 92.745717 158.300753) (xy 92.745715 158.300759) + (xy 92.71 158.434049) (xy 92.686457 158.521913) (xy 92.666502 158.75) (xy 92.686457 158.978087) + (xy 92.71 159.06595) (xy 92.739407 159.1757) (xy 92.745716 159.199243) (xy 92.842477 159.406749) + (xy 92.973802 159.5943) (xy 93.1357 159.756198) (xy 93.323251 159.887523) (xy 93.530757 159.984284) + (xy 93.751913 160.043543) (xy 93.98 160.063498) (xy 94.208087 160.043543) (xy 94.429243 159.984284) + (xy 94.636749 159.887523) (xy 94.8243 159.756198) (xy 94.986198 159.5943) (xy 95.117523 159.406749) + (xy 95.214284 159.199243) (xy 95.273543 158.978087) (xy 95.293498 158.75) (xy 95.279699 158.592285) + (xy 95.293688 158.522683) (xy 95.316119 158.492217) (xy 97.096273 156.712065) (xy 97.179719 156.587178) + (xy 97.237198 156.448412) (xy 97.239252 156.438087) (xy 97.266501 156.301099) (xy 97.266501 152.24) + (xy 100.021634 152.24) (xy 100.041066 152.486911) (xy 100.098885 152.727742) (xy 100.193665 152.956561) + (xy 100.323076 153.167741) (xy 100.323077 153.167743) (xy 100.483926 153.356073) (xy 100.616277 153.469111) + (xy 100.67226 153.516925) (xy 100.883437 153.646334) (xy 101.112258 153.741115) (xy 101.353089 153.798934) + (xy 101.6 153.818366) (xy 101.846911 153.798934) (xy 102.087742 153.741115) (xy 102.316563 153.646334) + (xy 102.52774 153.516925) (xy 102.716073 153.356073) (xy 102.876925 153.16774) (xy 103.006334 152.956563) + (xy 103.101115 152.727742) (xy 103.158934 152.486911) (xy 103.178366 152.24) (xy 103.158934 151.993089) + (xy 103.101115 151.752258) (xy 103.006334 151.523437) (xy 102.876925 151.31226) (xy 102.822675 151.248741) + (xy 102.716073 151.123926) (xy 102.527743 150.963077) (xy 102.527741 150.963076) (xy 102.52774 150.963075) + (xy 102.316563 150.833666) (xy 102.291631 150.823339) (xy 102.087742 150.738885) (xy 101.846911 150.681066) + (xy 101.846912 150.681066) (xy 101.6 150.661634) (xy 101.353088 150.681066) (xy 101.112257 150.738885) + (xy 100.883438 150.833665) (xy 100.672258 150.963076) (xy 100.672256 150.963077) (xy 100.483926 151.123926) + (xy 100.323077 151.312256) (xy 100.323076 151.312258) (xy 100.193665 151.523438) (xy 100.098885 151.752257) + (xy 100.041066 151.993088) (xy 100.021634 152.24) (xy 97.266501 152.24) (xy 97.266501 146.593901) + (xy 97.266501 143.94) (xy 100.021634 143.94) (xy 100.041066 144.186911) (xy 100.098885 144.427742) + (xy 100.193666 144.656563) (xy 100.313471 144.852068) (xy 100.323076 144.867741) (xy 100.323077 144.867743) + (xy 100.483926 145.056073) (xy 100.642491 145.1915) (xy 100.67226 145.216925) (xy 100.883437 145.346334) + (xy 101.112258 145.441115) (xy 101.353089 145.498934) (xy 101.6 145.518366) (xy 101.846911 145.498934) + (xy 102.087742 145.441115) (xy 102.316563 145.346334) (xy 102.52774 145.216925) (xy 102.716073 145.056073) + (xy 102.876925 144.86774) (xy 103.006334 144.656563) (xy 103.101115 144.427742) (xy 103.158934 144.186911) + (xy 103.178366 143.94) (xy 103.158934 143.693089) (xy 103.101115 143.452258) (xy 103.006334 143.223437) + (xy 102.876925 143.01226) (xy 102.876922 143.012256) (xy 102.716073 142.823926) (xy 102.527743 142.663077) + (xy 102.527741 142.663076) (xy 102.52774 142.663075) (xy 102.316563 142.533666) (xy 102.248343 142.505408) + (xy 102.193063 142.46086) (xy 102.170642 142.393497) (xy 102.1882 142.324706) (xy 102.240162 142.276328) + (xy 102.296562 142.263) (xy 102.613585 142.263) (xy 102.613597 142.262999) (xy 102.674093 142.256494) + (xy 102.810964 142.205444) (xy 102.810965 142.205444) (xy 102.927904 142.117904) (xy 103.015444 142.000965) + (xy 103.015444 142.000964) (xy 103.066494 141.864093) (xy 103.072999 141.803597) (xy 103.073 141.803585) + (xy 103.073 141.094) (xy 102.155049 141.094) (xy 102.186558 141.017931) (xy 102.21 140.90008) (xy 102.21 140.77992) + (xy 102.186558 140.662069) (xy 102.155049 140.586) (xy 103.073 140.586) (xy 103.073 139.876414) + (xy 103.072999 139.876402) (xy 103.066494 139.815906) (xy 103.015444 139.679035) (xy 103.015444 139.679034) + (xy 102.927904 139.562095) (xy 102.810965 139.474555) (xy 102.674093 139.423505) (xy 102.613597 139.417) + (xy 101.854 139.417) (xy 101.854 140.28495) (xy 101.777931 140.253442) (xy 101.66008 140.23) (xy 101.53992 140.23) + (xy 101.422069 140.253442) (xy 101.346 140.28495) (xy 101.346 139.417) (xy 100.586402 139.417) (xy 100.525906 139.423505) + (xy 100.389035 139.474555) (xy 100.389034 139.474555) (xy 100.272095 139.562095) (xy 100.184555 139.679034) + (xy 100.184555 139.679035) (xy 100.133505 139.815906) (xy 100.127 139.876402) (xy 100.127 140.586) + (xy 101.044951 140.586) (xy 101.013442 140.662069) (xy 100.99 140.77992) (xy 100.99 140.90008) (xy 101.013442 141.017931) + (xy 101.044951 141.094) (xy 100.127 141.094) (xy 100.127 141.803597) (xy 100.133505 141.864093) + (xy 100.184555 142.000964) (xy 100.184555 142.000965) (xy 100.272095 142.117904) (xy 100.389034 142.205444) + (xy 100.525906 142.256494) (xy 100.586402 142.262999) (xy 100.586415 142.263) (xy 100.903438 142.263) + (xy 100.971559 142.283002) (xy 101.018052 142.336658) (xy 101.028156 142.406932) (xy 100.998662 142.471512) + (xy 100.951656 142.505408) (xy 100.928243 142.515106) (xy 100.883438 142.533665) (xy 100.672258 142.663076) + (xy 100.672256 142.663077) (xy 100.483926 142.823926) (xy 100.323077 143.012256) (xy 100.323076 143.012258) + (xy 100.193665 143.223438) (xy 100.098885 143.452257) (xy 100.098885 143.452258) (xy 100.041066 143.693089) + (xy 100.021634 143.94) (xy 97.266501 143.94) (xy 97.266501 137.16) (xy 97.747004 137.16) (xy 97.766951 137.388002) + (xy 97.826186 137.609068) (xy 97.826188 137.609073) (xy 97.922913 137.816501) (xy 97.972899 137.887888) + (xy 98.66 137.200788) (xy 98.66 137.212661) (xy 98.687259 137.314394) (xy 98.73992 137.405606) (xy 98.814394 137.48008) + (xy 98.905606 137.532741) (xy 99.007339 137.56) (xy 99.01921 137.56) (xy 98.33211 138.247098) (xy 98.33211 138.2471) + (xy 98.403498 138.297086) (xy 98.610926 138.393811) (xy 98.610931 138.393813) (xy 98.831999 138.453048) + (xy 98.831995 138.453048) (xy 99.06 138.472995) (xy 99.288002 138.453048) (xy 99.509068 138.393813) + (xy 99.509073 138.393811) (xy 99.716497 138.297088) (xy 99.787888 138.247099) (xy 99.787888 138.247097) + (xy 99.100791 137.56) (xy 99.112661 137.56) (xy 99.214394 137.532741) (xy 99.305606 137.48008) (xy 99.38008 137.405606) + (xy 99.432741 137.314394) (xy 99.46 137.212661) (xy 99.46 137.200791) (xy 100.147097 137.887888) + (xy 100.147099 137.887888) (xy 100.197088 137.816497) (xy 100.293811 137.609073) (xy 100.293813 137.609068) + (xy 100.353048 137.388002) (xy 100.372995 137.16) (xy 107.906502 137.16) (xy 107.926457 137.388086) + (xy 107.985715 137.60924) (xy 107.985717 137.609246) (xy 108.082477 137.816749) (xy 108.148927 137.91165) + (xy 108.213802 138.0043) (xy 108.3757 138.166198) (xy 108.563251 138.297523) (xy 108.770757 138.394284) + (xy 108.991913 138.453543) (xy 109.22 138.473498) (xy 109.448087 138.453543) (xy 109.669243 138.394284) + (xy 109.876749 138.297523) (xy 110.0643 138.166198) (xy 110.226198 138.0043) (xy 110.357523 137.816749) + (xy 110.454284 137.609243) (xy 110.513543 137.388087) (xy 110.533498 137.16) (xy 110.513543 136.931913) + (xy 110.454284 136.710757) (xy 110.357523 136.503251) (xy 110.226198 136.3157) (xy 110.0643 136.153802) + (xy 110.062096 136.152259) (xy 109.876749 136.022477) (xy 109.669246 135.925717) (xy 109.66924 135.925715) + (xy 109.575771 135.90067) (xy 109.448087 135.866457) (xy 109.22 135.846502) (xy 108.991913 135.866457) + (xy 108.770759 135.925715) (xy 108.770753 135.925717) (xy 108.56325 136.022477) (xy 108.375703 136.153799) + (xy 108.375697 136.153804) (xy 108.213804 136.315697) (xy 108.213799 136.315703) (xy 108.082477 136.50325) + (xy 107.985717 136.710753) (xy 107.985715 136.710759) (xy 107.926457 136.931913) (xy 107.906502 137.16) + (xy 100.372995 137.16) (xy 100.353048 136.931997) (xy 100.293813 136.710931) (xy 100.293811 136.710926) + (xy 100.197086 136.503498) (xy 100.1471 136.43211) (xy 100.147098 136.43211) (xy 99.46 137.119208) + (xy 99.46 137.107339) (xy 99.432741 137.005606) (xy 99.38008 136.914394) (xy 99.305606 136.83992) + (xy 99.214394 136.787259) (xy 99.112661 136.76) (xy 99.10079 136.76) (xy 99.787888 136.072899) (xy 99.787888 136.072898) + (xy 99.716501 136.022913) (xy 99.509073 135.926188) (xy 99.509068 135.926186) (xy 99.288 135.866951) + (xy 99.288004 135.866951) (xy 99.06 135.847004) (xy 98.831997 135.866951) (xy 98.610931 135.926186) + (xy 98.610926 135.926188) (xy 98.4035 136.022913) (xy 98.332109 136.0729) (xy 99.019209 136.76) + (xy 99.007339 136.76) (xy 98.905606 136.787259) (xy 98.814394 136.83992) (xy 98.73992 136.914394) + (xy 98.687259 137.005606) (xy 98.66 137.107339) (xy 98.66 137.119209) (xy 97.9729 136.432109) (xy 97.922913 136.5035) + (xy 97.826188 136.710926) (xy 97.826186 136.710931) (xy 97.766951 136.931997) (xy 97.747004 137.16) + (xy 97.266501 137.16) (xy 97.266501 133.35) (xy 97.746502 133.35) (xy 97.766457 133.578086) (xy 97.825715 133.79924) + (xy 97.825717 133.799246) (xy 97.922477 134.006749) (xy 97.987208 134.099195) (xy 98.053802 134.1943) + (xy 98.2157 134.356198) (xy 98.403251 134.487523) (xy 98.610757 134.584284) (xy 98.831913 134.643543) + (xy 99.06 134.663498) (xy 99.288087 134.643543) (xy 99.509243 134.584284) (xy 99.716749 134.487523) + (xy 99.9043 134.356198) (xy 100.066198 134.1943) (xy 100.197523 134.006749) (xy 100.294284 133.799243) + (xy 100.353543 133.578087) (xy 100.373498 133.35) (xy 107.906502 133.35) (xy 107.926457 133.578086) + (xy 107.985715 133.79924) (xy 107.985717 133.799246) (xy 108.082477 134.006749) (xy 108.147208 134.099195) + (xy 108.213802 134.1943) (xy 108.3757 134.356198) (xy 108.563251 134.487523) (xy 108.770757 134.584284) + (xy 108.991913 134.643543) (xy 109.22 134.663498) (xy 109.448087 134.643543) (xy 109.669243 134.584284) + (xy 109.876749 134.487523) (xy 110.0643 134.356198) (xy 110.226198 134.1943) (xy 110.357523 134.006749) + (xy 110.454284 133.799243) (xy 110.513543 133.578087) (xy 110.533498 133.35) (xy 110.513543 133.121913) + (xy 110.454284 132.900757) (xy 110.357523 132.693251) (xy 110.226198 132.5057) (xy 110.0643 132.343802) + (xy 109.876749 132.212477) (xy 109.837543 132.194195) (xy 109.669246 132.115717) (xy 109.66924 132.115715) + (xy 109.532225 132.079002) (xy 109.448087 132.056457) (xy 109.22 132.036502) (xy 108.991913 132.056457) + (xy 108.770759 132.115715) (xy 108.770753 132.115717) (xy 108.56325 132.212477) (xy 108.375703 132.343799) + (xy 108.375697 132.343804) (xy 108.213804 132.505697) (xy 108.213799 132.505703) (xy 108.082477 132.69325) + (xy 107.985717 132.900753) (xy 107.985715 132.900759) (xy 107.926457 133.121913) (xy 107.906502 133.35) + (xy 100.373498 133.35) (xy 100.353543 133.121913) (xy 100.294284 132.900757) (xy 100.197523 132.693251) + (xy 100.066198 132.5057) (xy 99.9043 132.343802) (xy 99.716749 132.212477) (xy 99.677543 132.194195) + (xy 99.509246 132.115717) (xy 99.50924 132.115715) (xy 99.372225 132.079002) (xy 99.288087 132.056457) + (xy 99.06 132.036502) (xy 98.831913 132.056457) (xy 98.610759 132.115715) (xy 98.610753 132.115717) + (xy 98.40325 132.212477) (xy 98.215703 132.343799) (xy 98.215697 132.343804) (xy 98.053804 132.505697) + (xy 98.053799 132.505703) (xy 97.922477 132.69325) (xy 97.825717 132.900753) (xy 97.825715 132.900759) + (xy 97.766457 133.121913) (xy 97.746502 133.35) (xy 97.266501 133.35) (xy 97.266501 130.509949) + (xy 97.286503 130.441828) (xy 97.303401 130.420858) (xy 97.669631 130.054627) (xy 97.731942 130.020604) + (xy 97.802757 130.025668) (xy 97.859593 130.068215) (xy 97.87292 130.090474) (xy 97.922477 130.196749) + (xy 98.005515 130.31534) (xy 98.053802 130.3843) (xy 98.2157 130.546198) (xy 98.403251 130.677523) + (xy 98.610757 130.774284) (xy 98.831913 130.833543) (xy 99.06 130.853498) (xy 99.288087 130.833543) + (xy 99.509243 130.774284) (xy 99.716749 130.677523) (xy 99.9043 130.546198) (xy 100.066198 130.3843) + (xy 100.197523 130.196749) (xy 100.294284 129.989243) (xy 100.353543 129.768087) (xy 100.373498 129.54) + (xy 107.907004 129.54) (xy 107.926951 129.768002) (xy 107.986186 129.989068) (xy 107.986188 129.989073) + (xy 108.082913 130.196501) (xy 108.132899 130.267888) (xy 108.82 129.580788) (xy 108.82 129.592661) + (xy 108.847259 129.694394) (xy 108.89992 129.785606) (xy 108.974394 129.86008) (xy 109.065606 129.912741) + (xy 109.167339 129.94) (xy 109.17921 129.94) (xy 108.49211 130.627098) (xy 108.49211 130.6271) (xy 108.563498 130.677086) + (xy 108.770926 130.773811) (xy 108.770931 130.773813) (xy 108.991999 130.833048) (xy 108.991995 130.833048) + (xy 109.22 130.852995) (xy 109.448002 130.833048) (xy 109.669068 130.773813) (xy 109.669073 130.773811) + (xy 109.876497 130.677088) (xy 109.947888 130.627099) (xy 109.947888 130.627097) (xy 109.260791 129.94) + (xy 109.272661 129.94) (xy 109.374394 129.912741) (xy 109.465606 129.86008) (xy 109.54008 129.785606) + (xy 109.592741 129.694394) (xy 109.62 129.592661) (xy 109.62 129.580791) (xy 110.307097 130.267888) + (xy 110.307099 130.267888) (xy 110.357088 130.196497) (xy 110.453811 129.989073) (xy 110.453813 129.989068) + (xy 110.513048 129.768002) (xy 110.532995 129.54) (xy 110.513048 129.311997) (xy 110.453813 129.090931) + (xy 110.453811 129.090926) (xy 110.357086 128.883498) (xy 110.3071 128.81211) (xy 110.307098 128.81211) + (xy 109.62 129.499208) (xy 109.62 129.487339) (xy 109.592741 129.385606) (xy 109.54008 129.294394) + (xy 109.465606 129.21992) (xy 109.374394 129.167259) (xy 109.272661 129.14) (xy 109.26079 129.14) + (xy 109.947888 128.452899) (xy 109.947888 128.452898) (xy 109.876501 128.402913) (xy 109.669073 128.306188) + (xy 109.669068 128.306186) (xy 109.448 128.246951) (xy 109.448004 128.246951) (xy 109.22 128.227004) + (xy 108.991997 128.246951) (xy 108.770931 128.306186) (xy 108.770926 128.306188) (xy 108.5635 128.402913) + (xy 108.492109 128.4529) (xy 109.179209 129.14) (xy 109.167339 129.14) (xy 109.065606 129.167259) + (xy 108.974394 129.21992) (xy 108.89992 129.294394) (xy 108.847259 129.385606) (xy 108.82 129.487339) + (xy 108.82 129.499209) (xy 108.1329 128.812109) (xy 108.082913 128.8835) (xy 107.986188 129.090926) + (xy 107.986186 129.090931) (xy 107.926951 129.311997) (xy 107.907004 129.54) (xy 100.373498 129.54) + (xy 100.353543 129.311913) (xy 100.294284 129.090757) (xy 100.197523 128.883251) (xy 100.066198 128.6957) + (xy 99.9043 128.533802) (xy 99.853292 128.498086) (xy 99.716749 128.402477) (xy 99.610473 128.35292) + (xy 99.557188 128.306003) (xy 99.537727 128.237726) (xy 99.558269 128.169766) (xy 99.574618 128.14964) + (xy 100.906274 126.817986) (xy 100.98972 126.6931) (xy 101.047198 126.554333) (xy 101.050736 126.53655) + (xy 101.076501 126.407021) (xy 101.076501 126.203103) (xy 101.096503 126.134982) (xy 101.113401 126.114013) + (xy 101.497414 125.73) (xy 107.907004 125.73) (xy 107.926951 125.958002) (xy 107.986186 126.179068) + (xy 107.986188 126.179073) (xy 108.082913 126.386501) (xy 108.132899 126.457888) (xy 108.82 125.770788) + (xy 108.82 125.782661) (xy 108.847259 125.884394) (xy 108.89992 125.975606) (xy 108.974394 126.05008) + (xy 109.065606 126.102741) (xy 109.167339 126.13) (xy 109.17921 126.13) (xy 108.49211 126.817098) + (xy 108.49211 126.8171) (xy 108.563498 126.867086) (xy 108.770926 126.963811) (xy 108.770931 126.963813) + (xy 108.991999 127.023048) (xy 108.991995 127.023048) (xy 109.22 127.042995) (xy 109.448002 127.023048) + (xy 109.669068 126.963813) (xy 109.669073 126.963811) (xy 109.876497 126.867088) (xy 109.947888 126.817099) + (xy 109.947888 126.817097) (xy 109.260791 126.13) (xy 109.272661 126.13) (xy 109.374394 126.102741) + (xy 109.465606 126.05008) (xy 109.54008 125.975606) (xy 109.592741 125.884394) (xy 109.62 125.782661) + (xy 109.62 125.770791) (xy 110.307097 126.457888) (xy 110.307099 126.457888) (xy 110.357088 126.386497) + (xy 110.453811 126.179073) (xy 110.453813 126.179068) (xy 110.513048 125.958002) (xy 110.532995 125.73) + (xy 110.513048 125.501997) (xy 110.453813 125.280931) (xy 110.453811 125.280926) (xy 110.357086 125.073498) + (xy 110.3071 125.00211) (xy 110.307098 125.00211) (xy 109.62 125.689208) (xy 109.62 125.677339) + (xy 109.592741 125.575606) (xy 109.54008 125.484394) (xy 109.465606 125.40992) (xy 109.374394 125.357259) + (xy 109.272661 125.33) (xy 109.26079 125.33) (xy 109.947888 124.642899) (xy 109.947888 124.642898) + (xy 109.876501 124.592913) (xy 109.669073 124.496188) (xy 109.669068 124.496186) (xy 109.448 124.436951) + (xy 109.448004 124.436951) (xy 109.22 124.417004) (xy 108.991997 124.436951) (xy 108.770931 124.496186) + (xy 108.770926 124.496188) (xy 108.5635 124.592913) (xy 108.492109 124.6429) (xy 109.179209 125.33) + (xy 109.167339 125.33) (xy 109.065606 125.357259) (xy 108.974394 125.40992) (xy 108.89992 125.484394) + (xy 108.847259 125.575606) (xy 108.82 125.677339) (xy 108.82 125.689209) (xy 108.1329 125.002109) + (xy 108.082913 125.0735) (xy 107.986188 125.280926) (xy 107.986186 125.280931) (xy 107.926951 125.501997) + (xy 107.907004 125.73) (xy 101.497414 125.73) (xy 102.815766 124.411647) (xy 102.815771 124.411644) + (xy 102.82614 124.401274) (xy 102.826142 124.401274) (xy 103.189312 124.038104) (xy 104.090848 123.136566) + (xy 104.153157 123.102544) (xy 104.223972 123.107608) (xy 104.280808 123.150155) (xy 104.294135 123.172415) + (xy 104.312475 123.211747) (xy 104.432877 123.383698) (xy 104.443802 123.3993) (xy 104.6057 123.561198) + (xy 104.793251 123.692523) (xy 105.000757 123.789284) (xy 105.221913 123.848543) (xy 105.45 123.868498) + (xy 105.678087 123.848543) (xy 105.899243 123.789284) (xy 106.106749 123.692523) (xy 106.2943 123.561198) + (xy 106.456198 123.3993) (xy 106.587523 123.211749) (xy 106.587524 123.211747) (xy 106.587525 123.211746) + (xy 106.590274 123.206985) (xy 106.592082 123.208028) (xy 106.63299 123.161561) (xy 106.701265 123.142095) + (xy 106.769227 123.162631) (xy 106.808349 123.207779) (xy 106.810161 123.206734) (xy 106.812913 123.211501) + (xy 106.862899 123.282888) (xy 107.55 122.595788) (xy 107.55 122.607661) (xy 107.577259 122.709394) + (xy 107.62992 122.800606) (xy 107.704394 122.87508) (xy 107.795606 122.927741) (xy 107.897339 122.955) + (xy 107.90921 122.955) (xy 107.22211 123.642098) (xy 107.22211 123.6421) (xy 107.293498 123.692086) + (xy 107.500926 123.788811) (xy 107.500931 123.788813) (xy 107.721999 123.848048) (xy 107.721995 123.848048) + (xy 107.95 123.867995) (xy 108.178002 123.848048) (xy 108.399068 123.788813) (xy 108.399073 123.788811) + (xy 108.606497 123.692088) (xy 108.677888 123.642099) (xy 108.677888 123.642097) (xy 107.990791 122.955) + (xy 108.002661 122.955) (xy 108.104394 122.927741) (xy 108.195606 122.87508) (xy 108.27008 122.800606) + (xy 108.322741 122.709394) (xy 108.35 122.607661) (xy 108.35 122.595791) (xy 109.037097 123.282888) + (xy 109.037099 123.282888) (xy 109.087088 123.211497) (xy 109.183811 123.004073) (xy 109.183813 123.004068) + (xy 109.243048 122.783002) (xy 109.262995 122.555) (xy 109.243048 122.326997) (xy 109.183813 122.105931) + (xy 109.183811 122.105926) (xy 109.087086 121.898498) (xy 109.0371 121.82711) (xy 109.037098 121.82711) + (xy 108.35 122.514208) (xy 108.35 122.502339) (xy 108.322741 122.400606) (xy 108.27008 122.309394) + (xy 108.195606 122.23492) (xy 108.104394 122.182259) (xy 108.002661 122.155) (xy 107.99079 122.155) + (xy 108.677888 121.467899) (xy 108.677888 121.467898) (xy 108.606501 121.417913) (xy 108.399073 121.321188) + (xy 108.399068 121.321186) (xy 108.178 121.261951) (xy 108.178004 121.261951) (xy 107.95 121.242004) + (xy 107.721997 121.261951) (xy 107.500931 121.321186) (xy 107.500926 121.321188) (xy 107.2935 121.417913) + (xy 107.222109 121.4679) (xy 107.909209 122.155) (xy 107.897339 122.155) (xy 107.795606 122.182259) + (xy 107.704394 122.23492) (xy 107.62992 122.309394) (xy 107.577259 122.400606) (xy 107.55 122.502339) + (xy 107.55 122.514209) (xy 106.8629 121.827109) (xy 106.812912 121.898501) (xy 106.810161 121.903267) + (xy 106.808288 121.902185) (xy 106.767536 121.948455) (xy 106.699256 121.967905) (xy 106.631299 121.947352) + (xy 106.592018 121.902008) (xy 106.590274 121.903015) (xy 106.587525 121.898253) (xy 106.4562 121.710703) + (xy 106.456195 121.710697) (xy 106.294302 121.548804) (xy 106.294296 121.548799) (xy 106.106749 121.417477) + (xy 106.063235 121.397186) (xy 106.00995 121.350269) (xy 105.990489 121.281991) (xy 106.011031 121.214031) + (xy 106.011569 121.213217) (xy 106.089719 121.096256) (xy 106.147198 120.95749) (xy 106.176501 120.810177) + (xy 106.176501 120.659977) (xy 106.176501 111.053901) (xy 106.147198 110.906588) (xy 106.089719 110.767822) + (xy 106.089716 110.767817) (xy 106.080351 110.753801) (xy 106.08035 110.7538) (xy 106.006273 110.642935) + (xy 106.00627 110.642931) (xy 102.425809 107.06247) (xy 104.4915 107.06247) (xy 104.523469 107.3053) + (xy 104.52347 107.305306) (xy 104.523471 107.305308) (xy 104.586865 107.541898) (xy 104.680598 107.76819) + (xy 104.680599 107.768191) (xy 104.680604 107.768201) (xy 104.803063 107.980306) (xy 104.803065 107.980309) + (xy 104.803066 107.98031) (xy 104.912154 108.122477) (xy 104.952173 108.174631) (xy 104.952182 108.174641) + (xy 105.125358 108.347817) (xy 105.125368 108.347826) (xy 105.125369 108.347827) (xy 105.31969 108.496934) + (xy 105.53181 108.619402) (xy 105.758102 108.713135) (xy 105.994692 108.776529) (xy 105.994698 108.776529) + (xy 105.994699 108.77653) (xy 106.02256 108.780198) (xy 106.237532 108.8085) (xy 106.237539 108.8085) + (xy 106.482461 108.8085) (xy 106.482468 108.8085) (xy 106.725308 108.776529) (xy 106.961898 108.713135) + (xy 107.18819 108.619402) (xy 107.40031 108.496934) (xy 107.594631 108.347827) (xy 107.767827 108.174631) + (xy 107.916934 107.98031) (xy 108.039402 107.76819) (xy 108.133135 107.541898) (xy 108.196529 107.305308) + (xy 108.2285 107.062468) (xy 108.2285 106.297532) (xy 108.196529 106.054692) (xy 108.133135 105.818102) + (xy 108.039402 105.59181) (xy 107.97833 105.486031) (xy 107.916936 105.379693) (xy 107.838203 105.277086) + (xy 107.767827 105.185369) (xy 107.767826 105.185368) (xy 107.767817 105.185358) (xy 107.594641 105.012182) + (xy 107.594631 105.012173) (xy 107.400306 104.863063) (xy 107.188201 104.740604) (xy 107.188196 104.740601) + (xy 107.18819 104.740598) (xy 106.961898 104.646865) (xy 106.725308 104.583471) (xy 106.725306 104.58347) + (xy 106.7253 104.583469) (xy 106.48247 104.5515) (xy 106.482468 104.5515) (xy 106.237532 104.5515) + (xy 106.237529 104.5515) (xy 105.994699 104.583469) (xy 105.758102 104.646865) (xy 105.531808 104.740599) + (xy 105.531798 104.740604) (xy 105.319693 104.863063) (xy 105.125368 105.012173) (xy 105.125358 105.012182) + (xy 104.952182 105.185358) (xy 104.952173 105.185368) (xy 104.803063 105.379693) (xy 104.680604 105.591798) + (xy 104.680599 105.591808) (xy 104.680598 105.59181) (xy 104.652643 105.6593) (xy 104.586865 105.818102) + (xy 104.523469 106.054699) (xy 104.4915 106.297529) (xy 104.4915 107.06247) (xy 102.425809 107.06247) + (xy 96.049405 100.686066) (xy 96.015379 100.623754) (xy 96.0125 100.596971) (xy 96.0125 98.349899) + (xy 96.012499 98.349896) (xy 96.012365 98.34922) (xy 95.983197 98.202587) (xy 95.925718 98.063821) + (xy 95.89632 98.019824) (xy 95.875105 97.952073) (xy 95.893887 97.883606) (xy 95.946704 97.836162) + (xy 95.9901 97.824302) (xy 96.113087 97.813543) (xy 96.334243 97.754284) (xy 96.541749 97.657523) + (xy 96.7293 97.526198) (xy 96.891198 97.3643) (xy 97.022523 97.176749) (xy 97.119284 96.969243) + (xy 97.178543 96.748087) (xy 97.198498 96.52) (xy 104.731502 96.52) (xy 104.751457 96.748086) (xy 104.810715 96.96924) + (xy 104.810717 96.969246) (xy 104.883681 97.125719) (xy 104.907477 97.176749) (xy 105.038802 97.3643) + (xy 105.2007 97.526198) (xy 105.388251 97.657523) (xy 105.595757 97.754284) (xy 105.816913 97.813543) + (xy 106.045 97.833498) (xy 106.273087 97.813543) (xy 106.494243 97.754284) (xy 106.701749 97.657523) + (xy 106.8893 97.526198) (xy 107.051198 97.3643) (xy 107.182523 97.176749) (xy 107.279284 96.969243) + (xy 107.338543 96.748087) (xy 107.358498 96.52) (xy 107.338543 96.291913) (xy 107.279284 96.070757) + (xy 107.182523 95.863251) (xy 107.051198 95.6757) (xy 106.8893 95.513802) (xy 106.880745 95.507812) + (xy 106.701749 95.382477) (xy 106.494246 95.285717) (xy 106.49424 95.285715) (xy 106.400771 95.26067) + (xy 106.273087 95.226457) (xy 106.045 95.206502) (xy 105.816913 95.226457) (xy 105.595759 95.285715) + (xy 105.595753 95.285717) (xy 105.38825 95.382477) (xy 105.200703 95.513799) (xy 105.200697 95.513804) + (xy 105.038804 95.675697) (xy 105.038799 95.675703) (xy 104.907477 95.86325) (xy 104.810717 96.070753) + (xy 104.810715 96.070759) (xy 104.751457 96.291913) (xy 104.731502 96.52) (xy 97.198498 96.52) (xy 97.178543 96.291913) + (xy 97.119284 96.070757) (xy 97.022523 95.863251) (xy 96.891198 95.6757) (xy 96.7293 95.513802) + (xy 96.720745 95.507812) (xy 96.541749 95.382477) (xy 96.334246 95.285717) (xy 96.33424 95.285715) + (xy 96.240771 95.26067) (xy 96.113087 95.226457) (xy 95.885 95.206502) (xy 95.656913 95.226457) + (xy 95.435759 95.285715) (xy 95.435753 95.285717) (xy 95.22825 95.382477) (xy 95.040703 95.513799) + (xy 95.040697 95.513804) (xy 94.957595 95.596907) (xy 94.895283 95.630933) (xy 94.824468 95.625868) + (xy 94.767632 95.583321) (xy 94.742821 95.516801) (xy 94.7425 95.507812) (xy 94.7425 88.550425) + (xy 94.762502 88.482304) (xy 94.816158 88.435811) (xy 94.886432 88.425707) (xy 94.951012 88.455201) + (xy 94.957595 88.46133) (xy 98.73267 92.236405) (xy 98.766696 92.298717) (xy 98.761631 92.369532) + (xy 98.719084 92.426368) (xy 98.652564 92.451179) (xy 98.643575 92.4515) (xy 98.11135 92.4515) (xy 98.050803 92.458009) + (xy 98.050795 92.458011) (xy 97.913797 92.50911) (xy 97.913792 92.509112) (xy 97.796738 92.596738) + (xy 97.709112 92.713792) (xy 97.70911 92.713797) (xy 97.658011 92.850795) (xy 97.658009 92.850803) + (xy 97.6515 92.91135) (xy 97.6515 94.808649) (xy 97.658009 94.869196) (xy 97.658011 94.869204) (xy 97.70911 95.006202) + (xy 97.709112 95.006207) (xy 97.796738 95.123261) (xy 97.913792 95.210887) (xy 97.913794 95.210888) + (xy 97.913796 95.210889) (xy 97.955535 95.226457) (xy 98.050795 95.261988) (xy 98.050803 95.26199) + (xy 98.11135 95.268499) (xy 98.111355 95.268499) (xy 98.111362 95.2685) (xy 98.111368 95.2685) (xy 100.008632 95.2685) + (xy 100.008638 95.2685) (xy 100.008645 95.268499) (xy 100.008649 95.268499) (xy 100.069196 95.26199) + (xy 100.069199 95.261989) (xy 100.069201 95.261989) (xy 100.206204 95.210889) (xy 100.206799 95.210444) + (xy 100.323261 95.123261) (xy 100.410887 95.006207) (xy 100.410888 95.006205) (xy 100.410887 95.006205) + (xy 100.410889 95.006204) (xy 100.424828 94.968832) (xy 100.467372 94.911999) (xy 100.533891 94.887187) + (xy 100.603266 94.902278) (xy 100.620273 94.913434) (xy 100.693061 94.970087) (xy 100.786983 95.04319) + (xy 100.992273 95.154287) (xy 101.213049 95.23008) (xy 101.443288 95.2685) (xy 101.443292 95.2685) + (xy 101.676708 95.2685) (xy 101.676712 95.2685) (xy 101.906951 95.23008) (xy 102.127727 95.154287) + (xy 102.333017 95.04319) (xy 102.51722 94.899818) (xy 102.545505 94.869093) (xy 102.559745 94.853623) + (xy 102.675314 94.728083) (xy 102.704517 94.683383) (xy 102.758519 94.637296) (xy 102.828867 94.62772) + (xy 102.893225 94.657696) (xy 102.915481 94.683382) (xy 102.944686 94.728083) (xy 102.944687 94.728084) + (xy 103.102774 94.899813) (xy 103.102778 94.899817) (xy 103.16865 94.951087) (xy 103.286983 95.04319) + (xy 103.492273 95.154287) (xy 103.713049 95.23008) (xy 103.943288 95.2685) (xy 103.943292 95.2685) + (xy 104.176708 95.2685) (xy 104.176712 95.2685) (xy 104.406951 95.23008) (xy 104.627727 95.154287) + (xy 104.833017 95.04319) (xy 105.01722 94.899818) (xy 105.029145 94.886865) (xy 105.175314 94.728083) + (xy 105.302984 94.532669) (xy 105.396749 94.318907) (xy 105.454051 94.092626) (xy 105.473327 93.86) + (xy 105.454051 93.627374) (xy 105.396749 93.401093) (xy 105.302984 93.187331) (xy 105.204517 93.036615) + (xy 105.175314 92.991916) (xy 105.017225 92.820186) (xy 105.017221 92.820182) (xy 104.885359 92.71755) + (xy 104.833017 92.67681) (xy 104.627727 92.565713) (xy 104.627724 92.565712) (xy 104.627723 92.565711) + (xy 104.406955 92.489921) (xy 104.406948 92.489919) (xy 104.308411 92.473476) (xy 104.176712 92.4515) + (xy 103.943288 92.4515) (xy 103.890498 92.460308) (xy 103.824332 92.471349) (xy 103.753848 92.462831) + (xy 103.714502 92.436164) (xy 103.192064 91.913726) (xy 103.067178 91.830281) (xy 102.928413 91.772802) + (xy 102.781102 91.743499) (xy 102.781099 91.743499) (xy 100.44863 91.743499) (xy 100.380509 91.723497) + (xy 100.359535 91.706594) (xy 97.267134 88.614193) (xy 97.233108 88.551881) (xy 97.238173 88.481066) + (xy 97.28072 88.42423) (xy 97.323615 88.403392) (xy 97.361898 88.393135) (xy 97.58819 88.299402) + (xy 97.80031 88.176934) (xy 97.994631 88.027827) (xy 98.167827 87.854631) (xy 98.316934 87.66031) + (xy 98.439402 87.44819) (xy 98.533135 87.221898) (xy 98.596529 86.985308) (xy 98.6285 86.74247) + (xy 104.4915 86.74247) (xy 104.523469 86.9853) (xy 104.52347 86.985306) (xy 104.523471 86.985308) + (xy 104.586865 87.221898) (xy 104.680598 87.44819) (xy 104.680599 87.448191) (xy 104.680604 87.448201) + (xy 104.803063 87.660306) (xy 104.952173 87.854631) (xy 104.952182 87.854641) (xy 105.125358 88.027817) + (xy 105.125368 88.027826) (xy 105.125369 88.027827) (xy 105.31969 88.176934) (xy 105.53181 88.299402) + (xy 105.758102 88.393135) (xy 105.994692 88.456529) (xy 105.994698 88.456529) (xy 105.994699 88.45653) + (xy 106.008683 88.458371) (xy 106.237532 88.4885) (xy 106.237539 88.4885) (xy 106.482461 88.4885) + (xy 106.482468 88.4885) (xy 106.725308 88.456529) (xy 106.961898 88.393135) (xy 107.18819 88.299402) + (xy 107.40031 88.176934) (xy 107.594631 88.027827) (xy 107.767827 87.854631) (xy 107.916934 87.66031) + (xy 108.039402 87.44819) (xy 108.133135 87.221898) (xy 108.196529 86.985308) (xy 108.2285 86.742468) + (xy 108.2285 85.977532) (xy 108.196529 85.734692) (xy 108.133135 85.498102) (xy 108.039402 85.27181) + (xy 107.916934 85.05969) (xy 107.767827 84.865369) (xy 107.767826 84.865368) (xy 107.767817 84.865358) + (xy 107.594641 84.692182) (xy 107.594631 84.692173) (xy 107.400306 84.543063) (xy 107.188201 84.420604) + (xy 107.188196 84.420601) (xy 107.18819 84.420598) (xy 106.961898 84.326865) (xy 106.725308 84.263471) + (xy 106.725306 84.26347) (xy 106.7253 84.263469) (xy 106.48247 84.2315) (xy 106.482468 84.2315) + (xy 106.237532 84.2315) (xy 106.237529 84.2315) (xy 105.994699 84.263469) (xy 105.758102 84.326865) + (xy 105.531808 84.420599) (xy 105.531798 84.420604) (xy 105.319693 84.543063) (xy 105.125368 84.692173) + (xy 105.125358 84.692182) (xy 104.952182 84.865358) (xy 104.952173 84.865368) (xy 104.803063 85.059693) + (xy 104.680604 85.271798) (xy 104.680599 85.271808) (xy 104.586865 85.498102) (xy 104.523469 85.734699) + (xy 104.4915 85.977529) (xy 104.4915 86.74247) (xy 98.6285 86.74247) (xy 98.6285 86.742468) (xy 98.6285 85.977532) + (xy 98.596529 85.734692) (xy 98.533135 85.498102) (xy 98.439402 85.27181) (xy 98.316934 85.05969) + (xy 98.167827 84.865369) (xy 98.167826 84.865368) (xy 98.167817 84.865358) (xy 97.994641 84.692182) + (xy 97.994631 84.692173) (xy 97.800306 84.543063) (xy 97.588201 84.420604) (xy 97.588196 84.420601) + (xy 97.58819 84.420598) (xy 97.361898 84.326865) (xy 97.125308 84.263471) (xy 97.125306 84.26347) + (xy 97.1253 84.263469) (xy 96.88247 84.2315) (xy 96.882468 84.2315) (xy 96.637532 84.2315) (xy 96.637529 84.2315) + (xy 96.394699 84.263469) (xy 96.158102 84.326865) (xy 95.931808 84.420599) (xy 95.931798 84.420604) + (xy 95.719693 84.543063) (xy 95.525368 84.692173) (xy 95.525358 84.692182) (xy 95.352182 84.865358) + (xy 95.352173 84.865368) (xy 95.203063 85.059693) (xy 95.080604 85.271798) (xy 95.080599 85.271808) + (xy 95.080598 85.27181) (xy 94.986865 85.498102) (xy 94.986863 85.498105) (xy 94.985287 85.501913) + (xy 94.983651 85.501235) (xy 94.946961 85.553397) (xy 94.881204 85.580166) (xy 94.811414 85.567134) + (xy 94.759748 85.51844) (xy 94.7425 85.454808) (xy 94.7425 78.105) (xy 101.556502 78.105) (xy 101.576457 78.333086) + (xy 101.635715 78.55424) (xy 101.635717 78.554246) (xy 101.732477 78.761749) (xy 101.840766 78.916402) + (xy 101.863802 78.9493) (xy 102.0257 79.111198) (xy 102.213251 79.242523) (xy 102.420757 79.339284) + (xy 102.641913 79.398543) (xy 102.87 79.418498) (xy 103.098087 79.398543) (xy 103.319243 79.339284) + (xy 103.526749 79.242523) (xy 103.7143 79.111198) (xy 103.876198 78.9493) (xy 104.007523 78.761749) + (xy 104.104284 78.554243) (xy 104.163543 78.333087) (xy 104.183498 78.105) (xy 106.556502 78.105) + (xy 106.576457 78.333086) (xy 106.635715 78.55424) (xy 106.635717 78.554246) (xy 106.732477 78.761749) + (xy 106.840766 78.916402) (xy 106.863802 78.9493) (xy 107.0257 79.111198) (xy 107.213251 79.242523) + (xy 107.420757 79.339284) (xy 107.641913 79.398543) (xy 107.87 79.418498) (xy 108.098087 79.398543) + (xy 108.319243 79.339284) (xy 108.526749 79.242523) (xy 108.7143 79.111198) (xy 108.876198 78.9493) + (xy 109.007523 78.761749) (xy 109.104284 78.554243) (xy 109.163543 78.333087) (xy 109.183498 78.105) + (xy 109.163543 77.876913) (xy 109.104284 77.655757) (xy 109.007523 77.448251) (xy 108.876198 77.2607) + (xy 108.7143 77.098802) (xy 108.526749 76.967477) (xy 108.319246 76.870717) (xy 108.31924 76.870715) + (xy 108.225771 76.84567) (xy 108.098087 76.811457) (xy 107.87 76.791502) (xy 107.641913 76.811457) + (xy 107.420759 76.870715) (xy 107.420753 76.870717) (xy 107.21325 76.967477) (xy 107.025703 77.098799) + (xy 107.025697 77.098804) (xy 106.863804 77.260697) (xy 106.863799 77.260703) (xy 106.732477 77.44825) + (xy 106.635717 77.655753) (xy 106.635715 77.655759) (xy 106.576457 77.876913) (xy 106.556502 78.105) + (xy 104.183498 78.105) (xy 104.163543 77.876913) (xy 104.104284 77.655757) (xy 104.007523 77.448251) + (xy 103.876198 77.2607) (xy 103.7143 77.098802) (xy 103.526749 76.967477) (xy 103.319246 76.870717) + (xy 103.31924 76.870715) (xy 103.225771 76.84567) (xy 103.098087 76.811457) (xy 102.87 76.791502) + (xy 102.641913 76.811457) (xy 102.420759 76.870715) (xy 102.420753 76.870717) (xy 102.21325 76.967477) + (xy 102.025703 77.098799) (xy 102.025697 77.098804) (xy 101.863804 77.260697) (xy 101.863799 77.260703) + (xy 101.732477 77.44825) (xy 101.635717 77.655753) (xy 101.635715 77.655759) (xy 101.576457 77.876913) + (xy 101.556502 78.105) (xy 94.7425 78.105) (xy 94.7425 74.488597) (xy 97.652 74.488597) (xy 97.658505 74.549093) + (xy 97.709555 74.685964) (xy 97.709555 74.685965) (xy 97.797095 74.802904) (xy 97.914034 74.890444) + (xy 98.050906 74.941494) (xy 98.111402 74.947999) (xy 98.111415 74.948) (xy 98.806 74.948) (xy 98.806 73.970702) + (xy 98.867007 74.005925) (xy 98.994174 74.04) (xy 99.125826 74.04) (xy 99.252993 74.005925) (xy 99.314 73.970702) + (xy 99.314 74.948) (xy 100.008585 74.948) (xy 100.008597 74.947999) (xy 100.069093 74.941494) (xy 100.205964 74.890444) + (xy 100.205965 74.890444) (xy 100.322904 74.802904) (xy 100.410444 74.685965) (xy 100.410445 74.685963) + (xy 100.424413 74.648513) (xy 100.466959 74.591677) (xy 100.533479 74.566865) (xy 100.602853 74.581956) + (xy 100.61986 74.593112) (xy 100.786983 74.72319) (xy 100.992273 74.834287) (xy 101.213049 74.91008) + (xy 101.443288 74.9485) (xy 101.443292 74.9485) (xy 101.676708 74.9485) (xy 101.676712 74.9485) + (xy 101.906951 74.91008) (xy 102.127727 74.834287) (xy 102.333017 74.72319) (xy 102.51722 74.579818) + (xy 102.545505 74.549093) (xy 102.601195 74.488597) (xy 102.675314 74.408083) (xy 102.704517 74.363383) + (xy 102.758519 74.317296) (xy 102.828867 74.30772) (xy 102.893225 74.337696) (xy 102.915481 74.363382) + (xy 102.944686 74.408083) (xy 102.944687 74.408084) (xy 103.102774 74.579813) (xy 103.102778 74.579817) + (xy 103.16865 74.631087) (xy 103.286983 74.72319) (xy 103.492273 74.834287) (xy 103.713049 74.91008) + (xy 103.943288 74.9485) (xy 103.943292 74.9485) (xy 104.176708 74.9485) (xy 104.176712 74.9485) + (xy 104.406951 74.91008) (xy 104.627727 74.834287) (xy 104.833017 74.72319) (xy 105.01722 74.579818) + (xy 105.029145 74.566865) (xy 105.175314 74.408083) (xy 105.302984 74.212669) (xy 105.396749 73.998907) + (xy 105.454051 73.772626) (xy 105.473327 73.54) (xy 105.454051 73.307374) (xy 105.396749 73.081093) + (xy 105.302984 72.867331) (xy 105.204517 72.716615) (xy 105.175314 72.671916) (xy 105.017225 72.500186) + (xy 105.017221 72.500182) (xy 104.905906 72.413542) (xy 104.833017 72.35681) (xy 104.627727 72.245713) + (xy 104.627724 72.245712) (xy 104.627723 72.245711) (xy 104.406955 72.169921) (xy 104.406948 72.169919) + (xy 104.308411 72.153476) (xy 104.176712 72.1315) (xy 103.943288 72.1315) (xy 103.828066 72.150727) + (xy 103.713051 72.169919) (xy 103.713044 72.169921) (xy 103.492276 72.245711) (xy 103.492273 72.245713) + (xy 103.291655 72.354282) (xy 103.286985 72.356809) (xy 103.286983 72.35681) (xy 103.102778 72.500182) + (xy 103.102774 72.500186) (xy 102.944685 72.671916) (xy 102.915483 72.716615) (xy 102.86148 72.762704) + (xy 102.791132 72.772279) (xy 102.726774 72.742302) (xy 102.704517 72.716615) (xy 102.675314 72.671916) + (xy 102.517225 72.500186) (xy 102.517221 72.500182) (xy 102.405906 72.413542) (xy 102.333017 72.35681) + (xy 102.127727 72.245713) (xy 102.127724 72.245712) (xy 102.127723 72.245711) (xy 101.906955 72.169921) + (xy 101.906948 72.169919) (xy 101.808411 72.153476) (xy 101.676712 72.1315) (xy 101.443288 72.1315) + (xy 101.328066 72.150727) (xy 101.213051 72.169919) (xy 101.213044 72.169921) (xy 100.992276 72.245711) + (xy 100.992273 72.245713) (xy 100.791655 72.354282) (xy 100.786985 72.356809) (xy 100.786983 72.35681) + (xy 100.61986 72.486888) (xy 100.553818 72.512944) (xy 100.484172 72.499159) (xy 100.433036 72.449909) + (xy 100.424413 72.431487) (xy 100.410445 72.394036) (xy 100.410444 72.394034) (xy 100.322904 72.277095) + (xy 100.205965 72.189555) (xy 100.069093 72.138505) (xy 100.008597 72.132) (xy 99.314 72.132) (xy 99.314 73.109297) + (xy 99.252993 73.074075) (xy 99.125826 73.04) (xy 98.994174 73.04) (xy 98.867007 73.074075) (xy 98.806 73.109297) + (xy 98.806 72.132) (xy 98.111402 72.132) (xy 98.050906 72.138505) (xy 97.914035 72.189555) (xy 97.914034 72.189555) + (xy 97.797095 72.277095) (xy 97.709555 72.394034) (xy 97.709555 72.394035) (xy 97.658505 72.530906) + (xy 97.652 72.591402) (xy 97.652 73.286) (xy 98.629297 73.286) (xy 98.594075 73.347007) (xy 98.56 73.474174) + (xy 98.56 73.605826) (xy 98.594075 73.732993) (xy 98.629297 73.794) (xy 97.652 73.794) (xy 97.652 74.488597) + (xy 94.7425 74.488597) (xy 94.7425 66.945191) (xy 94.762502 66.87707) (xy 94.816158 66.830577) (xy 94.886432 66.820473) + (xy 94.951012 66.849967) (xy 94.983786 66.898708) (xy 94.985287 66.898087) (xy 94.986863 66.901894) + (xy 94.986865 66.901898) (xy 95.080598 67.12819) (xy 95.080599 67.128191) (xy 95.080604 67.128201) + (xy 95.203063 67.340306) (xy 95.352173 67.534631) (xy 95.352182 67.534641) (xy 95.525358 67.707817) + (xy 95.525368 67.707826) (xy 95.525369 67.707827) (xy 95.71969 67.856934) (xy 95.93181 67.979402) + (xy 96.158102 68.073135) (xy 96.394692 68.136529) (xy 96.394698 68.136529) (xy 96.394699 68.13653) + (xy 96.42256 68.140198) (xy 96.637532 68.1685) (xy 96.637539 68.1685) (xy 96.882461 68.1685) (xy 96.882468 68.1685) + (xy 97.125308 68.136529) (xy 97.361898 68.073135) (xy 97.58819 67.979402) (xy 97.80031 67.856934) + (xy 97.994631 67.707827) (xy 98.167827 67.534631) (xy 98.316934 67.34031) (xy 98.439402 67.12819) + (xy 98.533135 66.901898) (xy 98.596529 66.665308) (xy 98.6285 66.42247) (xy 104.4915 66.42247) (xy 104.523469 66.6653) + (xy 104.52347 66.665306) (xy 104.523471 66.665308) (xy 104.586865 66.901898) (xy 104.680598 67.12819) + (xy 104.680599 67.128191) (xy 104.680604 67.128201) (xy 104.803063 67.340306) (xy 104.952173 67.534631) + (xy 104.952182 67.534641) (xy 105.125358 67.707817) (xy 105.125368 67.707826) (xy 105.125369 67.707827) + (xy 105.31969 67.856934) (xy 105.53181 67.979402) (xy 105.758102 68.073135) (xy 105.994692 68.136529) + (xy 105.994698 68.136529) (xy 105.994699 68.13653) (xy 106.02256 68.140198) (xy 106.237532 68.1685) + (xy 106.237539 68.1685) (xy 106.482461 68.1685) (xy 106.482468 68.1685) (xy 106.725308 68.136529) + (xy 106.961898 68.073135) (xy 107.18819 67.979402) (xy 107.40031 67.856934) (xy 107.594631 67.707827) + (xy 107.767827 67.534631) (xy 107.916934 67.34031) (xy 108.039402 67.12819) (xy 108.133135 66.901898) + (xy 108.196529 66.665308) (xy 108.2285 66.422468) (xy 108.2285 65.657532) (xy 108.196529 65.414692) + (xy 108.133135 65.178102) (xy 108.039402 64.95181) (xy 107.916934 64.73969) (xy 107.767827 64.545369) + (xy 107.767826 64.545368) (xy 107.767817 64.545358) (xy 107.594641 64.372182) (xy 107.594631 64.372173) + (xy 107.400306 64.223063) (xy 107.188201 64.100604) (xy 107.188196 64.100601) (xy 107.18819 64.100598) + (xy 106.961898 64.006865) (xy 106.725308 63.943471) (xy 106.725306 63.94347) (xy 106.7253 63.943469) + (xy 106.48247 63.9115) (xy 106.482468 63.9115) (xy 106.237532 63.9115) (xy 106.237529 63.9115) (xy 105.994699 63.943469) + (xy 105.758102 64.006865) (xy 105.531808 64.100599) (xy 105.531798 64.100604) (xy 105.319693 64.223063) + (xy 105.125368 64.372173) (xy 105.125358 64.372182) (xy 104.952182 64.545358) (xy 104.952173 64.545368) + (xy 104.803063 64.739693) (xy 104.680604 64.951798) (xy 104.680599 64.951808) (xy 104.586865 65.178102) + (xy 104.523469 65.414699) (xy 104.4915 65.657529) (xy 104.4915 66.42247) (xy 98.6285 66.42247) (xy 98.6285 66.422468) + (xy 98.6285 65.657532) (xy 98.596529 65.414692) (xy 98.533135 65.178102) (xy 98.439402 64.95181) + (xy 98.316934 64.73969) (xy 98.167827 64.545369) (xy 98.167826 64.545368) (xy 98.167817 64.545358) + (xy 97.994641 64.372182) (xy 97.994631 64.372173) (xy 97.800306 64.223063) (xy 97.588201 64.100604) + (xy 97.588196 64.100601) (xy 97.58819 64.100598) (xy 97.361898 64.006865) (xy 97.125308 63.943471) + (xy 97.125306 63.94347) (xy 97.1253 63.943469) (xy 96.88247 63.9115) (xy 96.882468 63.9115) (xy 96.637532 63.9115) + (xy 96.637529 63.9115) (xy 96.394699 63.943469) (xy 96.158102 64.006865) (xy 95.931808 64.100599) + (xy 95.931798 64.100604) (xy 95.719693 64.223063) (xy 95.525368 64.372173) (xy 95.525358 64.372182) + (xy 95.352182 64.545358) (xy 95.352173 64.545368) (xy 95.203063 64.739693) (xy 95.080604 64.951798) + (xy 95.080599 64.951808) (xy 95.080598 64.95181) (xy 94.986865 65.178102) (xy 94.986863 65.178105) + (xy 94.985287 65.181913) (xy 94.983651 65.181235) (xy 94.946961 65.233397) (xy 94.881204 65.260166) + (xy 94.811414 65.247134) (xy 94.759748 65.19844) (xy 94.7425 65.134808) (xy 94.7425 57.273081) (xy 94.762502 57.20496) + (xy 94.816158 57.158467) (xy 94.886432 57.148363) (xy 94.901112 57.151375) (xy 94.981991 57.173047) + (xy 94.981995 57.173048) (xy 95.21 57.192995) (xy 95.438002 57.173048) (xy 95.659068 57.113813) + (xy 95.659073 57.113811) (xy 95.866497 57.017088) (xy 95.937888 56.967099) (xy 95.937888 56.967098) + (xy 95.250789 56.28) (xy 95.262661 56.28) (xy 95.364394 56.252741) (xy 95.455606 56.20008) (xy 95.53008 56.125606) + (xy 95.582741 56.034394) (xy 95.61 55.932661) (xy 95.61 55.920791) (xy 96.297097 56.607888) (xy 96.297099 56.607888) + (xy 96.347088 56.536497) (xy 96.443811 56.329073) (xy 96.443813 56.329068) (xy 96.503048 56.108002) + (xy 96.522995 55.88) (xy 96.503048 55.651997) (xy 96.443813 55.430931) (xy 96.443811 55.430926) + (xy 96.347086 55.223498) (xy 96.2971 55.15211) (xy 96.297098 55.15211) (xy 95.61 55.839208) (xy 95.61 55.827339) + (xy 95.582741 55.725606) (xy 95.53008 55.634394) (xy 95.455606 55.55992) (xy 95.364394 55.507259) + (xy 95.262661 55.48) (xy 95.25079 55.48) (xy 95.937888 54.792899) (xy 95.937888 54.792898) (xy 95.866501 54.742913) + (xy 95.659073 54.646188) (xy 95.659068 54.646186) (xy 95.438 54.586951) (xy 95.438004 54.586951) + (xy 95.21 54.567004) (xy 94.981997 54.586951) (xy 94.760931 54.646186) (xy 94.760926 54.646188) + (xy 94.5535 54.742913) (xy 94.482109 54.7929) (xy 95.169209 55.48) (xy 95.157339 55.48) (xy 95.055606 55.507259) + (xy 94.964394 55.55992) (xy 94.88992 55.634394) (xy 94.837259 55.725606) (xy 94.81 55.827339) (xy 94.81 55.839209) + (xy 94.111219 55.140428) (xy 94.085649 55.135289) (xy 94.034657 55.08589) (xy 94.019666 55.03463) + (xy 94.018861 55.034717) (xy 94.01199 54.970803) (xy 94.011988 54.970795) (xy 93.982924 54.892875) + (xy 93.960889 54.833796) (xy 93.960888 54.833794) (xy 93.960887 54.833792) (xy 93.873261 54.716738) + (xy 93.756207 54.629112) (xy 93.756202 54.62911) (xy 93.619204 54.578011) (xy 93.619196 54.578009) + (xy 93.558649 54.5715) (xy 93.558638 54.5715) (xy 91.861362 54.5715) (xy 91.86135 54.5715) (xy 91.800803 54.578009) + (xy 91.800795 54.578011) (xy 91.663797 54.62911) (xy 91.663792 54.629112) (xy 91.546738 54.716738) + (xy 91.459112 54.833792) (xy 91.45911 54.833797) (xy 91.408011 54.970795) (xy 91.408009 54.970803) + (xy 91.4015 55.03135) (xy 91.4015 56.728649) (xy 91.408009 56.789196) (xy 91.408011 56.789204) (xy 91.45911 56.926202) + (xy 91.459112 56.926207) (xy 91.546738 57.043261) (xy 91.663792 57.130887) (xy 91.663794 57.130888) + (xy 91.663796 57.130889) (xy 91.715034 57.15) (xy 91.800795 57.181988) (xy 91.800803 57.18199) (xy 91.86135 57.188499) + (xy 91.861355 57.188499) (xy 91.861362 57.1885) (xy 92.887973 57.1885) (xy 92.956094 57.208502) + (xy 92.977068 57.225405) (xy 93.180595 57.428932) (xy 93.214621 57.491244) (xy 93.2175 57.518027) + (xy 93.2175 97.000199) (xy 93.197498 97.06832) (xy 93.143842 97.114813) (xy 93.102483 97.125719) + (xy 93.036918 97.131456) (xy 93.036914 97.131456) (xy 93.036913 97.131457) (xy 92.94905 97.155) + (xy 92.815759 97.190715) (xy 92.815753 97.190717) (xy 92.60825 97.287477) (xy 92.420703 97.418799) + (xy 92.420697 97.418804) (xy 92.288595 97.550907) (xy 92.226283 97.584933) (xy 92.155468 97.579868) + (xy 92.098632 97.537321) (xy 92.073821 97.470801) (xy 92.0735 97.461812) (xy 92.0735 95.199393) + (xy 92.093502 95.131272) (xy 92.12723 95.09618) (xy 92.255727 95.006205) (xy 92.2843 94.986198) + (xy 92.446198 94.8243) (xy 92.577523 94.636749) (xy 92.674284 94.429243) (xy 92.733543 94.208087) + (xy 92.753498 93.98) (xy 92.733543 93.751913) (xy 92.674284 93.530757) (xy 92.577523 93.323251) + (xy 92.446198 93.1357) (xy 92.2843 92.973802) (xy 92.096749 92.842477) (xy 92.076305 92.832944) + (xy 91.889246 92.745717) (xy 91.88924 92.745715) (xy 91.771005 92.714034) (xy 91.668087 92.686457) + (xy 91.44 92.666502) (xy 91.211913 92.686457) (xy 90.990759 92.745715) (xy 90.990753 92.745717) + (xy 90.78325 92.842477) (xy 90.595703 92.973799) (xy 90.595697 92.973804) (xy 90.433804 93.135697) + (xy 90.433799 93.135703) (xy 90.302477 93.32325) (xy 90.205717 93.530753) (xy 90.205715 93.530759) + (xy 90.163307 93.689027) (xy 90.146457 93.751913) (xy 90.126502 93.98) (xy 90.146457 94.208087) + (xy 90.169145 94.292759) (xy 90.205715 94.42924) (xy 90.205717 94.429246) (xy 90.302477 94.636749) + (xy 90.422806 94.808597) (xy 90.433802 94.8243) (xy 90.5957 94.986198) (xy 90.595703 94.9862) (xy 90.595708 94.986204) + (xy 90.75277 95.09618) (xy 90.797099 95.151637) (xy 90.8065 95.199393) (xy 90.8065 106.010404) (xy 90.786498 106.078525) + (xy 90.769595 106.099499) (xy 84.472932 112.396161) (xy 84.472927 112.396168) (xy 84.403602 112.49992) + (xy 84.355847 112.615208) (xy 84.33053 112.742481) (xy 84.297622 112.80539) (xy 84.235926 112.840521) + (xy 84.166039 112.837071) (xy 84.086955 112.809921) (xy 84.086948 112.809919) (xy 83.988411 112.793476) + (xy 83.856712 112.7715) (xy 83.623288 112.7715) (xy 83.508066 112.790727) (xy 83.393051 112.809919) + (xy 83.393044 112.809921) (xy 83.172276 112.885711) (xy 83.172273 112.885713) (xy 82.971655 112.994282) + (xy 82.966985 112.996809) (xy 82.966983 112.99681) (xy 82.782778 113.140182) (xy 82.782774 113.140186) + (xy 82.624685 113.311916) (xy 82.595483 113.356615) (xy 82.54148 113.402704) (xy 82.471132 113.412279) + (xy 82.406774 113.382302) (xy 82.384517 113.356615) (xy 82.355314 113.311916) (xy 82.197225 113.140186) + (xy 82.197221 113.140182) (xy 82.097288 113.062401) (xy 82.013017 112.99681) (xy 81.807727 112.885713) + (xy 81.807724 112.885712) (xy 81.807723 112.885711) (xy 81.586955 112.809921) (xy 81.586948 112.809919) + (xy 81.488411 112.793476) (xy 81.356712 112.7715) (xy 81.123288 112.7715) (xy 81.008066 112.790727) + (xy 80.893051 112.809919) (xy 80.893044 112.809921) (xy 80.672276 112.885711) (xy 80.672273 112.885713) + (xy 80.466983 112.99681) (xy 80.315661 113.11459) (xy 80.300274 113.126566) (xy 80.234232 113.152622) + (xy 80.164586 113.138837) (xy 80.11345 113.089587) (xy 80.104828 113.071167) (xy 80.090889 113.033796) + (xy 80.090887 113.033792) (xy 80.003261 112.916738) (xy 79.886207 112.829112) (xy 79.886202 112.82911) + (xy 79.749204 112.778011) (xy 79.749196 112.778009) (xy 79.688649 112.7715) (xy 79.688638 112.7715) + (xy 77.791362 112.7715) (xy 77.79135 112.7715) (xy 77.730803 112.778009) (xy 77.730795 112.778011) + (xy 77.593797 112.82911) (xy 77.593792 112.829112) (xy 77.476738 112.916738) (xy 77.389112 113.033792) + (xy 77.38911 113.033797) (xy 77.338011 113.170795) (xy 77.338009 113.170803) (xy 77.3315 113.23135) + (xy 77.3315 115.128649) (xy 77.338009 115.189196) (xy 77.338011 115.189204) (xy 77.38911 115.326202) + (xy 77.389112 115.326207) (xy 77.476738 115.443261) (xy 77.593792 115.530887) (xy 77.593794 115.530888) + (xy 77.593796 115.530889) (xy 77.645243 115.550078) (xy 77.730795 115.581988) (xy 77.730803 115.58199) + (xy 77.79135 115.588499) (xy 77.791355 115.588499) (xy 77.791362 115.5885) (xy 77.791368 115.5885) + (xy 79.688632 115.5885) (xy 79.688638 115.5885) (xy 79.688645 115.588499) (xy 79.688649 115.588499) + (xy 79.749196 115.58199) (xy 79.749199 115.581989) (xy 79.749201 115.581989) (xy 79.886204 115.530889) + (xy 79.886799 115.530444) (xy 80.003261 115.443261) (xy 80.090887 115.326207) (xy 80.090888 115.326205) + (xy 80.090887 115.326205) (xy 80.090889 115.326204) (xy 80.104828 115.288832) (xy 80.147372 115.231999) + (xy 80.213891 115.207187) (xy 80.283266 115.222278) (xy 80.300273 115.233434) (xy 80.403625 115.313876) + (xy 80.466983 115.36319) (xy 80.672273 115.474287) (xy 80.893049 115.55008) (xy 81.123288 115.5885) + (xy 81.123292 115.5885) (xy 81.356708 115.5885) (xy 81.356712 115.5885) (xy 81.586951 115.55008) + (xy 81.807727 115.474287) (xy 82.013017 115.36319) (xy 82.19722 115.219818) (xy 82.214752 115.200774) + (xy 82.281147 115.128649) (xy 82.355314 115.048083) (xy 82.384517 115.003383) (xy 82.438519 114.957296) + (xy 82.508867 114.94772) (xy 82.573225 114.977696) (xy 82.595481 115.003382) (xy 82.614307 115.032196) + (xy 82.624687 115.048084) (xy 82.782774 115.219813) (xy 82.782778 115.219817) (xy 82.811207 115.241944) + (xy 82.966983 115.36319) (xy 83.172273 115.474287) (xy 83.393049 115.55008) (xy 83.623288 115.5885) + (xy 83.623292 115.5885) (xy 83.856708 115.5885) (xy 83.856712 115.5885) (xy 84.086951 115.55008) + (xy 84.164591 115.523425) (xy 84.235512 115.520225) (xy 84.296908 115.555877) (xy 84.329283 115.619062) + (xy 84.331501 115.642599) (xy 84.331501 116.015404) (xy 84.311499 116.083525) (xy 84.294596 116.104499) + (xy 82.963247 117.435847) (xy 82.900935 117.469873) (xy 82.841541 117.468459) (xy 82.77809 117.451457) + (xy 82.55 117.431502) (xy 82.321913 117.451457) (xy 82.100759 117.510715) (xy 82.100753 117.510717) + (xy 81.89325 117.607477) (xy 81.705703 117.738799) (xy 81.705697 117.738804) (xy 81.543804 117.900697) + (xy 81.543799 117.900703) (xy 81.412477 118.08825) (xy 81.315717 118.295753) (xy 81.315715 118.295759) + (xy 81.256457 118.516913) (xy 81.236502 118.745) (xy 81.256457 118.973086) (xy 81.315715 119.19424) + (xy 81.315717 119.194246) (xy 81.382052 119.336502) (xy 81.412477 119.401749) (xy 81.543802 119.5893) + (xy 81.7057 119.751198) (xy 81.893251 119.882523) (xy 82.100757 119.979284) (xy 82.321913 120.038543) + (xy 82.55 120.058498) (xy 82.778087 120.038543) (xy 82.999243 119.979284) (xy 83.206749 119.882523) + (xy 83.3943 119.751198) (xy 83.556198 119.5893) (xy 83.687523 119.401749) (xy 83.784284 119.194243) + (xy 83.843543 118.973087) (xy 83.863498 118.745) (xy 91.396502 118.745) (xy 91.416457 118.973086) + (xy 91.475715 119.19424) (xy 91.475717 119.194246) (xy 91.542052 119.336502) (xy 91.572477 119.401749) + (xy 91.703802 119.5893) (xy 91.8657 119.751198) (xy 92.053251 119.882523) (xy 92.260757 119.979284) + (xy 92.481913 120.038543) (xy 92.71 120.058498) (xy 92.938087 120.038543) (xy 93.159243 119.979284) + (xy 93.366749 119.882523) (xy 93.5543 119.751198) (xy 93.716198 119.5893) (xy 93.847523 119.401749) + (xy 93.944284 119.194243) (xy 94.003543 118.973087) (xy 94.023498 118.745) (xy 94.003543 118.516913) + (xy 93.944284 118.295757) (xy 93.847523 118.088251) (xy 93.716198 117.9007) (xy 93.5543 117.738802) + (xy 93.366749 117.607477) (xy 93.217169 117.537727) (xy 93.159246 117.510717) (xy 93.15924 117.510715) + (xy 93.065771 117.48567) (xy 92.938087 117.451457) (xy 92.71 117.431502) (xy 92.481913 117.451457) + (xy 92.260759 117.510715) (xy 92.260753 117.510717) (xy 92.05325 117.607477) (xy 91.865703 117.738799) + (xy 91.865697 117.738804) (xy 91.703804 117.900697) (xy 91.703799 117.900703) (xy 91.572477 118.08825) + (xy 91.475717 118.295753) (xy 91.475715 118.295759) (xy 91.416457 118.516913) (xy 91.396502 118.745) + (xy 83.863498 118.745) (xy 83.843543 118.516913) (xy 83.82654 118.453457) (xy 83.828229 118.382481) + (xy 83.859147 118.331755) (xy 85.457072 116.733832) (xy 85.526401 116.630074) (xy 85.574156 116.514784) + (xy 85.598501 116.392393) (xy 85.598501 116.267605) (xy 85.598501 113.11459) (xy 85.618503 113.046469) + (xy 85.635401 113.0255) (xy 88.813546 109.847354) (xy 88.875856 109.81333) (xy 88.946671 109.818395) + (xy 89.003507 109.860942) (xy 89.016834 109.883202) (xy 89.032477 109.916749) (xy 89.135793 110.0643) + (xy 89.163802 110.1043) (xy 89.3257 110.266198) (xy 89.325703 110.2662) (xy 89.513253 110.397525) + (xy 89.518015 110.400274) (xy 89.51688 110.402238) (xy 89.562865 110.442745) (xy 89.582312 110.511026) + (xy 89.561756 110.578982) (xy 89.516921 110.617831) (xy 89.518015 110.619726) (xy 89.513253 110.622474) + (xy 89.325703 110.753799) (xy 89.325697 110.753804) (xy 89.163804 110.915697) (xy 89.163799 110.915703) + (xy 89.032477 111.10325) (xy 88.935717 111.310753) (xy 88.935715 111.310759) (xy 88.876457 111.531913) + (xy 88.856502 111.76) (xy 88.876457 111.988086) (xy 88.935715 112.20924) (xy 88.935717 112.209246) + (xy 89.032477 112.416749) (xy 89.090715 112.499922) (xy 89.163802 112.6043) (xy 89.3257 112.766198) + (xy 89.513251 112.897523) (xy 89.720757 112.994284) (xy 89.941913 113.053543) (xy 90.17 113.073498) + (xy 90.398087 113.053543) (xy 90.619243 112.994284) (xy 90.826749 112.897523) (xy 91.0143 112.766198) + (xy 91.176198 112.6043) (xy 91.307523 112.416749) (xy 91.404284 112.209243) (xy 91.463543 111.988087) + (xy 91.483498 111.76) (xy 91.463543 111.531913) (xy 91.404284 111.310757) (xy 91.307523 111.103251) + (xy 91.176198 110.9157) (xy 91.0143 110.753802) (xy 91.014296 110.753799) (xy 90.826746 110.622474) + (xy 90.821985 110.619726) (xy 90.823122 110.617754) (xy 90.777154 110.577287) (xy 90.757687 110.509011) + (xy 90.778223 110.441049) (xy 90.823083 110.402177) (xy 90.821985 110.400274) (xy 90.826746 110.397525) + (xy 90.826749 110.397523) (xy 91.0143 110.266198) (xy 91.176198 110.1043) (xy 91.307523 109.916749) + (xy 91.404284 109.709243) (xy 91.463543 109.488087) (xy 91.483498 109.26) (xy 91.463543 109.031913) + (xy 91.404284 108.810757) (xy 91.307523 108.603251) (xy 91.176198 108.4157) (xy 91.0143 108.253802) + (xy 90.901232 108.174631) (xy 90.826749 108.122477) (xy 90.82675 108.122477) (xy 90.793202 108.106834) + (xy 90.739916 108.059917) (xy 90.720455 107.99164) (xy 90.740996 107.92368) (xy 90.757346 107.903554) + (xy 91.932071 106.728831) (xy 92.0014 106.625073) (xy 92.049155 106.509783) (xy 92.0735 106.387392) + (xy 92.0735 106.262605) (xy 92.0735 99.388188) (xy 92.093502 99.320067) (xy 92.147158 99.273574) + (xy 92.217432 99.26347) (xy 92.282012 99.292964) (xy 92.288595 99.299093) (xy 92.4207 99.431198) + (xy 92.608251 99.562523) (xy 92.815757 99.659284) (xy 93.036913 99.718543) (xy 93.265 99.738498) + (xy 93.493087 99.718543) (xy 93.714243 99.659284) (xy 93.921749 99.562523) (xy 94.1093 99.431198) + (xy 94.271198 99.2693) (xy 94.271198 99.269299) (xy 94.272405 99.268093) (xy 94.334717 99.234067) + (xy 94.405532 99.239132) (xy 94.462368 99.281679) (xy 94.487179 99.348199) (xy 94.4875 99.357188) + (xy 94.4875 101.0401) (xy 94.491897 101.062204) (xy 94.514194 101.174295) (xy 94.514194 101.174297) + (xy 94.516802 101.187412) (xy 94.560605 101.29316) (xy 94.574282 101.326179) (xy 94.635031 101.417097) + (xy 94.657727 101.451065) (xy 94.65773 101.451069) (xy 97.76101 104.554349) (xy 97.795036 104.616661) + (xy 97.789971 104.687476) (xy 97.747424 104.744312) (xy 97.680904 104.769123) (xy 97.61153 104.754032) + (xy 97.608915 104.752563) (xy 97.588201 104.740604) (xy 97.588196 104.740601) (xy 97.58819 104.740598) + (xy 97.361898 104.646865) (xy 97.125308 104.583471) (xy 97.125306 104.58347) (xy 97.1253 104.583469) + (xy 96.88247 104.5515) (xy 96.882468 104.5515) (xy 96.637532 104.5515) (xy 96.637529 104.5515) (xy 96.394699 104.583469) + (xy 96.158102 104.646865) (xy 95.931808 104.740599) (xy 95.931798 104.740604) (xy 95.719693 104.863063) + (xy 95.525368 105.012173) (xy 95.525358 105.012182) (xy 95.352182 105.185358) (xy 95.352173 105.185368) + (xy 95.203063 105.379693) (xy 95.080604 105.591798) (xy 95.080599 105.591808) (xy 95.080598 105.59181) + (xy 95.052643 105.6593) (xy 94.986865 105.818102) (xy 94.923469 106.054699) (xy 94.8915 106.297529) + (xy 94.8915 107.06247) (xy 94.923469 107.3053) (xy 94.92347 107.305306) (xy 94.923471 107.305308) + (xy 94.986865 107.541898) (xy 95.080598 107.76819) (xy 95.080599 107.768191) (xy 95.080604 107.768201) + (xy 95.203063 107.980306) (xy 95.203065 107.980309) (xy 95.203066 107.98031) (xy 95.312154 108.122477) + (xy 95.352173 108.174631) (xy 95.352182 108.174641) (xy 95.525358 108.347817) (xy 95.525368 108.347826) + (xy 95.525369 108.347827) (xy 95.71969 108.496934) (xy 95.93181 108.619402) (xy 96.158102 108.713135) + (xy 96.394692 108.776529) (xy 96.394698 108.776529) (xy 96.394699 108.77653) (xy 96.42256 108.780198) + (xy 96.637532 108.8085) (xy 96.637539 108.8085) (xy 96.882461 108.8085) (xy 96.882468 108.8085) + (xy 97.125308 108.776529) (xy 97.361898 108.713135) (xy 97.58819 108.619402) (xy 97.80031 108.496934) + (xy 97.994631 108.347827) (xy 98.167827 108.174631) (xy 98.316934 107.98031) (xy 98.439402 107.76819) + (xy 98.533135 107.541898) (xy 98.596529 107.305308) (xy 98.6285 107.062468) (xy 98.6285 106.297532) + (xy 98.596529 106.054692) (xy 98.533135 105.818102) (xy 98.439402 105.59181) (xy 98.439398 105.591803) + (xy 98.439397 105.5918) (xy 98.427437 105.571086) (xy 98.410698 105.502091) (xy 98.433917 105.434999) + (xy 98.489724 105.39111) (xy 98.560399 105.384361) (xy 98.623503 105.416892) (xy 98.62565 105.418989) + (xy 104.614596 111.407934) (xy 104.648622 111.470246) (xy 104.651501 111.497029) (xy 104.651501 112.7174) + (xy 104.631499 112.785521) (xy 104.577843 112.832014) (xy 104.507569 112.842118) (xy 104.484589 112.836573) + (xy 104.406955 112.809921) (xy 104.406948 112.809919) (xy 104.308411 112.793476) (xy 104.176712 112.7715) + (xy 103.943288 112.7715) (xy 103.828066 112.790727) (xy 103.713051 112.809919) (xy 103.713044 112.809921) + (xy 103.492276 112.885711) (xy 103.492273 112.885713) (xy 103.291655 112.994282) (xy 103.286985 112.996809) + (xy 103.286983 112.99681) (xy 103.102778 113.140182) (xy 103.102774 113.140186) (xy 102.944685 113.311916) + (xy 102.915483 113.356615) (xy 102.86148 113.402704) (xy 102.791132 113.412279) (xy 102.726774 113.382302) + (xy 102.704517 113.356615) (xy 102.675314 113.311916) (xy 102.517225 113.140186) (xy 102.517221 113.140182) + (xy 102.417288 113.062401) (xy 102.333017 112.99681) (xy 102.127727 112.885713) (xy 102.127724 112.885712) + (xy 102.127723 112.885711) (xy 101.906955 112.809921) (xy 101.906948 112.809919) (xy 101.808411 112.793476) + (xy 101.676712 112.7715) (xy 101.443288 112.7715) (xy 101.328066 112.790727) (xy 101.213051 112.809919) + (xy 101.213044 112.809921) (xy 100.992276 112.885711) (xy 100.992273 112.885713) (xy 100.791655 112.994282) + (xy 100.786985 112.996809) (xy 100.786983 112.99681) (xy 100.61986 113.126888) (xy 100.553818 113.152944) + (xy 100.484172 113.139159) (xy 100.433036 113.089909) (xy 100.424413 113.071487) (xy 100.410445 113.034036) + (xy 100.410444 113.034034) (xy 100.322904 112.917095) (xy 100.205965 112.829555) (xy 100.069093 112.778505) + (xy 100.008597 112.772) (xy 99.314 112.772) (xy 99.314 113.749297) (xy 99.252993 113.714075) (xy 99.125826 113.68) + (xy 98.994174 113.68) (xy 98.867007 113.714075) (xy 98.806 113.749297) (xy 98.806 112.772) (xy 98.111402 112.772) + (xy 98.050906 112.778505) (xy 97.914035 112.829555) (xy 97.914034 112.829555) (xy 97.797095 112.917095) + (xy 97.709555 113.034034) (xy 97.709555 113.034035) (xy 97.658505 113.170906) (xy 97.652 113.231402) + (xy 97.652 113.926) (xy 98.629297 113.926) (xy 98.594075 113.987007) (xy 98.56 114.114174) (xy 98.56 114.245826) + (xy 98.594075 114.372993) (xy 98.629297 114.434) (xy 97.652 114.434) (xy 97.652 115.128597) (xy 97.658505 115.189093) + (xy 97.709555 115.325964) (xy 97.709555 115.325965) (xy 97.797095 115.442904) (xy 97.914034 115.530444) + (xy 98.050906 115.581494) (xy 98.111402 115.587999) (xy 98.111415 115.588) (xy 98.806 115.588) (xy 98.806 114.610702) + (xy 98.867007 114.645925) (xy 98.994174 114.68) (xy 99.125826 114.68) (xy 99.252993 114.645925) + (xy 99.314 114.610702) (xy 99.314 115.588) (xy 100.008585 115.588) (xy 100.008597 115.587999) (xy 100.069093 115.581494) + (xy 100.205964 115.530444) (xy 100.205965 115.530444) (xy 100.322904 115.442904) (xy 100.410444 115.325965) + (xy 100.410445 115.325963) (xy 100.424413 115.288513) (xy 100.466959 115.231677) (xy 100.533479 115.206865) + (xy 100.602853 115.221956) (xy 100.61986 115.233112) (xy 100.786983 115.36319) (xy 100.992273 115.474287) + (xy 101.213049 115.55008) (xy 101.443288 115.5885) (xy 101.443292 115.5885) (xy 101.676708 115.5885) + (xy 101.676712 115.5885) (xy 101.906951 115.55008) (xy 102.127727 115.474287) (xy 102.333017 115.36319) + (xy 102.51722 115.219818) (xy 102.534752 115.200774) (xy 102.601147 115.128649) (xy 102.675314 115.048083) + (xy 102.704517 115.003383) (xy 102.758519 114.957296) (xy 102.828867 114.94772) (xy 102.893225 114.977696) + (xy 102.915481 115.003382) (xy 102.934307 115.032196) (xy 102.944687 115.048084) (xy 103.102774 115.219813) + (xy 103.102778 115.219817) (xy 103.131207 115.241944) (xy 103.286983 115.36319) (xy 103.492273 115.474287) + (xy 103.713049 115.55008) (xy 103.943288 115.5885) (xy 103.943292 115.5885) (xy 104.176708 115.5885) + (xy 104.176712 115.5885) (xy 104.406951 115.55008) (xy 104.484591 115.523425) (xy 104.555512 115.520225) + (xy 104.616908 115.555877) (xy 104.649283 115.619062) (xy 104.651501 115.642599) (xy 104.651501 120.367048) + (xy 104.631499 120.435169) (xy 104.614596 120.456143) (xy 103.002713 122.068025) (xy 102.940401 122.102051) + (xy 102.869585 122.096986) (xy 102.81275 122.054439) (xy 102.799423 122.03218) (xy 102.737086 121.898498) + (xy 102.6871 121.82711) (xy 102.687097 121.82711) (xy 102 122.514207) (xy 102 122.502339) (xy 101.972741 122.400606) + (xy 101.92008 122.309394) (xy 101.845606 122.23492) (xy 101.754394 122.182259) (xy 101.652661 122.155) + (xy 101.64079 122.155) (xy 102.327888 121.467899) (xy 102.327888 121.467898) (xy 102.256501 121.417913) + (xy 102.049073 121.321188) (xy 102.049068 121.321186) (xy 101.828 121.261951) (xy 101.828004 121.261951) + (xy 101.6 121.242004) (xy 101.371997 121.261951) (xy 101.150931 121.321186) (xy 101.150926 121.321188) + (xy 100.9435 121.417913) (xy 100.872109 121.4679) (xy 101.559209 122.155) (xy 101.547339 122.155) + (xy 101.445606 122.182259) (xy 101.354394 122.23492) (xy 101.27992 122.309394) (xy 101.227259 122.400606) + (xy 101.2 122.502339) (xy 101.2 122.514209) (xy 100.5129 121.827109) (xy 100.462912 121.898501) + (xy 100.460161 121.903267) (xy 100.458288 121.902185) (xy 100.417536 121.948455) (xy 100.349256 121.967905) + (xy 100.281299 121.947352) (xy 100.242018 121.902008) (xy 100.240274 121.903015) (xy 100.237525 121.898253) + (xy 100.1062 121.710703) (xy 100.106195 121.710697) (xy 99.944302 121.548804) (xy 99.944296 121.548799) + (xy 99.756749 121.417477) (xy 99.549246 121.320717) (xy 99.54924 121.320715) (xy 99.40472 121.281991) + (xy 99.328087 121.261457) (xy 99.1 121.241502) (xy 98.871913 121.261457) (xy 98.650759 121.320715) + (xy 98.650753 121.320717) (xy 98.44325 121.417477) (xy 98.255703 121.548799) (xy 98.255697 121.548804) + (xy 98.093804 121.710697) (xy 98.093799 121.710703) (xy 97.962477 121.89825) (xy 97.865717 122.105753) + (xy 97.865715 122.105759) (xy 97.806457 122.326913) (xy 97.786502 122.555) (xy 97.800299 122.71271) + (xy 97.786309 122.782315) (xy 97.763875 122.812785) (xy 97.707728 122.868933) (xy 97.677476 122.91421) + (xy 97.650222 122.955) (xy 97.647038 122.959765) (xy 97.624283 122.993819) (xy 97.566805 123.132583) + (xy 97.566804 123.132584) (xy 97.537501 123.279895) (xy 97.537501 124.21697) (xy 97.517499 124.285091) + (xy 97.500596 124.306065) (xy 96.766483 125.040178) (xy 96.704171 125.074204) (xy 96.633356 125.069139) + (xy 96.57652 125.026592) (xy 96.551867 124.962066) (xy 96.543543 124.866913) (xy 96.484284 124.645757) + (xy 96.387523 124.438251) (xy 96.256198 124.2507) (xy 96.0943 124.088802) (xy 95.906749 123.957477) + (xy 95.867543 123.939195) (xy 95.814258 123.892279) (xy 95.794796 123.824002) (xy 95.815337 123.756042) + (xy 95.867543 123.710805) (xy 95.872089 123.708685) (xy 95.906749 123.692523) (xy 96.0943 123.561198) + (xy 96.256198 123.3993) (xy 96.387523 123.211749) (xy 96.484284 123.004243) (xy 96.543543 122.783087) + (xy 96.563498 122.555) (xy 96.543543 122.326913) (xy 96.484284 122.105757) (xy 96.387523 121.898251) + (xy 96.256198 121.7107) (xy 96.0943 121.548802) (xy 95.978757 121.467898) (xy 95.906749 121.417477) + (xy 95.699246 121.320717) (xy 95.69924 121.320715) (xy 95.55472 121.281991) (xy 95.478087 121.261457) + (xy 95.25 121.241502) (xy 95.021913 121.261457) (xy 94.800759 121.320715) (xy 94.800753 121.320717) + (xy 94.59325 121.417477) (xy 94.405703 121.548799) (xy 94.405697 121.548804) (xy 94.243804 121.710697) + (xy 94.243799 121.710703) (xy 94.112477 121.89825) (xy 94.015717 122.105753) (xy 94.015715 122.105759) + (xy 93.962758 122.303398) (xy 93.956457 122.326913) (xy 93.936502 122.555) (xy 93.956457 122.783087) + (xy 93.97946 122.868933) (xy 94.015715 123.00424) (xy 94.015717 123.004246) (xy 94.112477 123.211749) + (xy 94.230351 123.380091) (xy 94.243802 123.3993) (xy 94.4057 123.561198) (xy 94.593251 123.692523) + (xy 94.627911 123.708685) (xy 94.632457 123.710805) (xy 94.685742 123.757722) (xy 94.705203 123.825999) + (xy 94.684661 123.893959) (xy 94.632457 123.939195) (xy 94.59325 123.957477) (xy 94.405703 124.088799) + (xy 94.405697 124.088804) (xy 94.243804 124.250697) (xy 94.243799 124.250703) (xy 94.112477 124.43825) + (xy 94.015717 124.645753) (xy 94.015715 124.645759) (xy 93.994701 124.724184) (xy 93.956457 124.866913) + (xy 93.936502 125.095) (xy 93.956457 125.323087) (xy 93.969239 125.37079) (xy 94.015715 125.54424) + (xy 94.015717 125.544246) (xy 94.05902 125.637109) (xy 94.112477 125.751749) (xy 94.243802 125.9393) + (xy 94.4057 126.101198) (xy 94.593251 126.232523) (xy 94.628359 126.248894) (xy 94.632457 126.250805) + (xy 94.685742 126.297722) (xy 94.705203 126.365999) (xy 94.684661 126.433959) (xy 94.632457 126.479195) + (xy 94.59325 126.497477) (xy 94.405703 126.628799) (xy 94.405697 126.628804) (xy 94.243804 126.790697) + (xy 94.243799 126.790703) (xy 94.112477 126.97825) (xy 94.015717 127.185753) (xy 94.015715 127.185759) + (xy 93.989555 127.28339) (xy 93.956457 127.406913) (xy 93.936502 127.635) (xy 93.940307 127.678497) + (xy 93.956457 127.863086) (xy 94.015715 128.08424) (xy 94.015717 128.084246) (xy 94.112477 128.291749) + (xy 94.155309 128.35292) (xy 94.243802 128.4793) (xy 94.4057 128.641198) (xy 94.593251 128.772523) + (xy 94.628359 128.788894) (xy 94.632457 128.790805) (xy 94.685742 128.837722) (xy 94.705203 128.905999) + (xy 94.684661 128.973959) (xy 94.632457 129.019195) (xy 94.59325 129.037477) (xy 94.405703 129.168799) + (xy 94.405697 129.168804) (xy 94.243804 129.330697) (xy 94.243799 129.330703) (xy 94.112477 129.51825) + (xy 94.015717 129.725753) (xy 94.015715 129.725759) (xy 93.994803 129.803804) (xy 93.956457 129.946913) + (xy 93.936502 130.175) (xy 93.956457 130.403087) (xy 93.979724 130.48992) (xy 94.015715 130.62424) + (xy 94.015717 130.624246) (xy 94.077779 130.757339) (xy 94.112477 130.831749) (xy 94.243802 131.0193) + (xy 94.4057 131.181198) (xy 94.593251 131.312523) (xy 94.628359 131.328894) (xy 94.632457 131.330805) + (xy 94.685742 131.377722) (xy 94.705203 131.445999) (xy 94.684661 131.513959) (xy 94.632457 131.559195) + (xy 94.59325 131.577477) (xy 94.405703 131.708799) (xy 94.405697 131.708804) (xy 94.243804 131.870697) + (xy 94.243799 131.870703) (xy 94.112477 132.05825) (xy 94.015717 132.265753) (xy 94.015715 132.265759) + (xy 93.994803 132.343804) (xy 93.956457 132.486913) (xy 93.936502 132.715) (xy 93.956457 132.943087) + (xy 93.99067 133.070771) (xy 94.009407 133.1407) (xy 94.015716 133.164243) (xy 94.112477 133.371749) + (xy 94.243802 133.5593) (xy 94.4057 133.721198) (xy 94.593251 133.852523) (xy 94.628359 133.868894) + (xy 94.632457 133.870805) (xy 94.685742 133.917722) (xy 94.705203 133.985999) (xy 94.684661 134.053959) + (xy 94.632457 134.099195) (xy 94.59325 134.117477) (xy 94.405703 134.248799) (xy 94.405697 134.248804) + (xy 94.243804 134.410697) (xy 94.243799 134.410703) (xy 94.112477 134.59825) (xy 94.015717 134.805753) + (xy 94.015715 134.805759) (xy 93.966028 134.991195) (xy 93.956457 135.026913) (xy 93.936502 135.255) + (xy 93.956457 135.483087) (xy 93.981107 135.57508) (xy 94.015715 135.70424) (xy 94.015717 135.704246) + (xy 94.112477 135.911749) (xy 94.229368 136.078687) (xy 94.243802 136.0993) (xy 94.4057 136.261198) + (xy 94.593251 136.392523) (xy 94.628359 136.408894) (xy 94.632457 136.410805) (xy 94.685742 136.457722) + (xy 94.705203 136.525999) (xy 94.684661 136.593959) (xy 94.632457 136.639195) (xy 94.59325 136.657477) + (xy 94.405703 136.788799) (xy 94.405697 136.788804) (xy 94.243804 136.950697) (xy 94.243799 136.950703) + (xy 94.112477 137.13825) (xy 94.015717 137.345753) (xy 94.015715 137.345759) (xy 93.956457 137.566913) + (xy 93.936502 137.795) (xy 93.956457 138.023086) (xy 94.015715 138.24424) (xy 94.015717 138.244246) + (xy 94.082052 138.386502) (xy 94.112477 138.451749) (xy 94.243802 138.6393) (xy 94.4057 138.801198) + (xy 94.593251 138.932523) (xy 94.623255 138.946514) (xy 94.632457 138.950805) (xy 94.685742 138.997722) + (xy 94.705203 139.065999) (xy 94.684661 139.133959) (xy 94.632457 139.179195) (xy 94.59325 139.197477) + (xy 94.405703 139.328799) (xy 94.405699 139.328803) (xy 94.243804 139.490697) (xy 94.243799 139.490703) + (xy 94.112477 139.67825) (xy 94.015717 139.885753) (xy 94.015715 139.885759) (xy 93.974053 140.041245) + (xy 93.956457 140.106913) (xy 93.936502 140.335) (xy 93.955404 140.551056) (xy 93.956457 140.563086) + (xy 94.015715 140.78424) (xy 94.015717 140.784246) (xy 94.069731 140.90008) (xy 94.112477 140.991749) + (xy 94.243802 141.1793) (xy 94.4057 141.341198) (xy 94.593251 141.472523) (xy 94.800757 141.569284) + (xy 95.021913 141.628543) (xy 95.25 141.648498) (xy 95.478087 141.628543) (xy 95.582893 141.60046) + (xy 95.653866 141.60215) (xy 95.712662 141.641944) (xy 95.74061 141.707208) (xy 95.741501 141.722167) + (xy 95.741501 146.300973) (xy 95.721499 146.369094) (xy 95.704596 146.390068) (xy 91.780068 150.314596) + (xy 91.717756 150.348622) (xy 91.690973 150.351501) (xy 91.557168 150.351501) (xy 91.489047 150.331499) + (xy 91.442554 150.277843) (xy 91.43245 150.207569) (xy 91.435461 150.19289) (xy 91.437171 150.186507) + (xy 91.463543 150.088087) (xy 91.483498 149.86) (xy 91.463543 149.631913) (xy 91.404284 149.410757) + (xy 91.307523 149.203251) (xy 91.176198 149.0157) (xy 91.0143 148.853802) (xy 90.958372 148.814641) + (xy 90.826749 148.722477) (xy 90.619246 148.625717) (xy 90.61924 148.625715) (xy 90.525771 148.60067) + (xy 90.398087 148.566457) (xy 90.17 148.546502) (xy 89.941913 148.566457) (xy 89.720759 148.625715) + (xy 89.720753 148.625717) (xy 89.51325 148.722477) (xy 89.325703 148.853799) (xy 89.325697 148.853804) + (xy 89.163804 149.015697) (xy 89.163799 149.015703) (xy 89.032477 149.20325) (xy 88.935717 149.410753) + (xy 88.935715 149.410759) (xy 88.876457 149.631913) (xy 88.856502 149.86) (xy 88.876457 150.088086) + (xy 88.904539 150.19289) (xy 88.902849 150.263867) (xy 88.863055 150.322662) (xy 88.79779 150.35061) + (xy 88.782832 150.351501) (xy 75.282029 150.351501) (xy 75.213908 150.331499) (xy 75.192934 150.314596) + (xy 72.580808 147.70247) (xy 74.5715 147.70247) (xy 74.603469 147.9453) (xy 74.60347 147.945306) + (xy 74.603471 147.945308) (xy 74.666865 148.181898) (xy 74.760598 148.40819) (xy 74.760599 148.408191) + (xy 74.760604 148.408201) (xy 74.883063 148.620306) (xy 74.883065 148.620309) (xy 74.883066 148.62031) + (xy 74.936601 148.690078) (xy 75.032173 148.814631) (xy 75.032182 148.814641) (xy 75.205358 148.987817) + (xy 75.205368 148.987826) (xy 75.205369 148.987827) (xy 75.39969 149.136934) (xy 75.61181 149.259402) + (xy 75.838102 149.353135) (xy 76.074692 149.416529) (xy 76.074698 149.416529) (xy 76.074699 149.41653) + (xy 76.10256 149.420198) (xy 76.317532 149.4485) (xy 76.317539 149.4485) (xy 76.562461 149.4485) + (xy 76.562468 149.4485) (xy 76.805308 149.416529) (xy 77.041898 149.353135) (xy 77.26819 149.259402) + (xy 77.48031 149.136934) (xy 77.674631 148.987827) (xy 77.847827 148.814631) (xy 77.996934 148.62031) + (xy 78.119402 148.40819) (xy 78.213135 148.181898) (xy 78.276529 147.945308) (xy 78.3085 147.70247) + (xy 84.1715 147.70247) (xy 84.203469 147.9453) (xy 84.20347 147.945306) (xy 84.203471 147.945308) + (xy 84.266865 148.181898) (xy 84.360598 148.40819) (xy 84.360599 148.408191) (xy 84.360604 148.408201) + (xy 84.483063 148.620306) (xy 84.483065 148.620309) (xy 84.483066 148.62031) (xy 84.536601 148.690078) + (xy 84.632173 148.814631) (xy 84.632182 148.814641) (xy 84.805358 148.987817) (xy 84.805368 148.987826) + (xy 84.805369 148.987827) (xy 84.99969 149.136934) (xy 85.21181 149.259402) (xy 85.438102 149.353135) + (xy 85.674692 149.416529) (xy 85.674698 149.416529) (xy 85.674699 149.41653) (xy 85.70256 149.420198) + (xy 85.917532 149.4485) (xy 85.917539 149.4485) (xy 86.162461 149.4485) (xy 86.162468 149.4485) + (xy 86.405308 149.416529) (xy 86.641898 149.353135) (xy 86.86819 149.259402) (xy 87.08031 149.136934) + (xy 87.274631 148.987827) (xy 87.447827 148.814631) (xy 87.596934 148.62031) (xy 87.719402 148.40819) + (xy 87.813135 148.181898) (xy 87.876529 147.945308) (xy 87.9085 147.702468) (xy 87.9085 146.937532) + (xy 87.876529 146.694692) (xy 87.813135 146.458102) (xy 87.719402 146.23181) (xy 87.625468 146.069112) + (xy 87.596936 146.019693) (xy 87.595645 146.018011) (xy 87.447827 145.825369) (xy 87.447826 145.825368) + (xy 87.447817 145.825358) (xy 87.274641 145.652182) (xy 87.274631 145.652173) (xy 87.080306 145.503063) + (xy 86.868201 145.380604) (xy 86.868196 145.380601) (xy 86.86819 145.380598) (xy 86.641898 145.286865) + (xy 86.405308 145.223471) (xy 86.405306 145.22347) (xy 86.4053 145.223469) (xy 86.16247 145.1915) + (xy 86.162468 145.1915) (xy 85.917532 145.1915) (xy 85.917529 145.1915) (xy 85.674699 145.223469) + (xy 85.438102 145.286865) (xy 85.211808 145.380599) (xy 85.211798 145.380604) (xy 84.999693 145.503063) + (xy 84.805368 145.652173) (xy 84.805358 145.652182) (xy 84.632182 145.825358) (xy 84.632173 145.825368) + (xy 84.483063 146.019693) (xy 84.360604 146.231798) (xy 84.360599 146.231808) (xy 84.360598 146.23181) + (xy 84.286457 146.410803) (xy 84.266865 146.458102) (xy 84.203469 146.694699) (xy 84.1715 146.937529) + (xy 84.1715 147.70247) (xy 78.3085 147.70247) (xy 78.3085 147.702468) (xy 78.3085 146.937532) (xy 78.276529 146.694692) + (xy 78.213135 146.458102) (xy 78.119402 146.23181) (xy 78.025468 146.069112) (xy 77.996936 146.019693) + (xy 77.995645 146.018011) (xy 77.847827 145.825369) (xy 77.847826 145.825368) (xy 77.847817 145.825358) + (xy 77.674641 145.652182) (xy 77.674631 145.652173) (xy 77.480306 145.503063) (xy 77.268201 145.380604) + (xy 77.268196 145.380601) (xy 77.26819 145.380598) (xy 77.041898 145.286865) (xy 76.805308 145.223471) + (xy 76.805306 145.22347) (xy 76.8053 145.223469) (xy 76.56247 145.1915) (xy 76.562468 145.1915) + (xy 76.317532 145.1915) (xy 76.317529 145.1915) (xy 76.074699 145.223469) (xy 75.838102 145.286865) + (xy 75.611808 145.380599) (xy 75.611798 145.380604) (xy 75.399693 145.503063) (xy 75.205368 145.652173) + (xy 75.205358 145.652182) (xy 75.032182 145.825358) (xy 75.032173 145.825368) (xy 74.883063 146.019693) + (xy 74.760604 146.231798) (xy 74.760599 146.231808) (xy 74.760598 146.23181) (xy 74.686457 146.410803) + (xy 74.666865 146.458102) (xy 74.603469 146.694699) (xy 74.5715 146.937529) (xy 74.5715 147.70247) + (xy 72.580808 147.70247) (xy 72.547886 147.669548) (xy 72.51386 147.607236) (xy 72.514701 147.558022) + (xy 72.513193 147.557771) (xy 72.514049 147.552637) (xy 72.514049 147.552632) (xy 72.514051 147.552626) + (xy 72.533327 147.32) (xy 72.514051 147.087374) (xy 72.456749 146.861093) (xy 72.362984 146.647331) + (xy 72.2515 146.476691) (xy 72.235314 146.451916) (xy 72.077225 146.280186) (xy 72.077214 146.280176) + (xy 71.931109 146.166457) (xy 71.889638 146.108832) (xy 71.8825 146.067026) (xy 71.8825 139.624899) + (xy 71.882499 139.624896) (xy 71.870007 139.562095) (xy 71.853197 139.477587) (xy 71.853195 139.477583) + (xy 71.853193 139.477575) (xy 71.795718 139.338822) (xy 71.795718 139.338821) (xy 71.789024 139.328802) + (xy 71.712272 139.213934) (xy 71.309338 138.811) (xy 74.913917 138.811) (xy 75.888314 138.811) (xy 75.87992 138.819394) + (xy 75.827259 138.910606) (xy 75.8 139.012339) (xy 75.8 139.117661) (xy 75.827259 139.219394) (xy 75.87992 139.310606) + (xy 75.888314 139.319) (xy 74.913918 139.319) (xy 74.966186 139.514068) (xy 74.966188 139.514073) + (xy 75.062912 139.721498) (xy 75.194184 139.908974) (xy 75.194189 139.90898) (xy 75.356019 140.07081) + (xy 75.356025 140.070815) (xy 75.543501 140.202087) (xy 75.750926 140.298811) (xy 75.750931 140.298813) + (xy 75.946 140.351081) (xy 75.946 139.376686) (xy 75.954394 139.38508) (xy 76.045606 139.437741) + (xy 76.147339 139.465) (xy 76.252661 139.465) (xy 76.354394 139.437741) (xy 76.445606 139.38508) + (xy 76.454 139.376686) (xy 76.454 140.351081) (xy 76.649068 140.298813) (xy 76.649073 140.298811) + (xy 76.856498 140.202087) (xy 77.043974 140.070815) (xy 77.04398 140.07081) (xy 77.201141 139.913649) + (xy 82.5115 139.913649) (xy 82.518009 139.974196) (xy 82.518011 139.974204) (xy 82.56911 140.111202) + (xy 82.569112 140.111207) (xy 82.656738 140.228261) (xy 82.773792 140.315887) (xy 82.773794 140.315888) + (xy 82.773796 140.315889) (xy 82.825034 140.335) (xy 82.910795 140.366988) (xy 82.910803 140.36699) + (xy 82.97135 140.373499) (xy 82.971355 140.373499) (xy 82.971362 140.3735) (xy 82.971368 140.3735) + (xy 84.668632 140.3735) (xy 84.668638 140.3735) (xy 84.668645 140.373499) (xy 84.668649 140.373499) + (xy 84.729196 140.36699) (xy 84.729199 140.366989) (xy 84.729201 140.366989) (xy 84.866204 140.315889) + (xy 84.888198 140.299425) (xy 84.983261 140.228261) (xy 85.070887 140.111207) (xy 85.070887 140.111206) + (xy 85.070889 140.111204) (xy 85.121989 139.974201) (xy 85.12372 139.958107) (xy 85.128499 139.913649) + (xy 85.1285 139.913632) (xy 85.1285 138.216367) (xy 85.128499 138.21635) (xy 85.12199 138.155803) + (xy 85.121988 138.155795) (xy 85.070889 138.018797) (xy 85.070887 138.018792) (xy 84.983261 137.901738) + (xy 84.866207 137.814112) (xy 84.866202 137.81411) (xy 84.729204 137.763011) (xy 84.729196 137.763009) + (xy 84.668649 137.7565) (xy 84.668638 137.7565) (xy 82.971362 137.7565) (xy 82.97135 137.7565) (xy 82.910803 137.763009) + (xy 82.910795 137.763011) (xy 82.773797 137.81411) (xy 82.773792 137.814112) (xy 82.656738 137.901738) + (xy 82.569112 138.018792) (xy 82.56911 138.018797) (xy 82.518011 138.155795) (xy 82.518009 138.155803) + (xy 82.5115 138.21635) (xy 82.5115 139.913649) (xy 77.201141 139.913649) (xy 77.20581 139.90898) + (xy 77.205815 139.908974) (xy 77.337087 139.721498) (xy 77.433811 139.514073) (xy 77.433813 139.514068) + (xy 77.486082 139.319) (xy 76.511686 139.319) (xy 76.52008 139.310606) (xy 76.572741 139.219394) + (xy 76.6 139.117661) (xy 76.6 139.012339) (xy 76.572741 138.910606) (xy 76.52008 138.819394) (xy 76.511686 138.811) + (xy 77.486082 138.811) (xy 77.433813 138.615931) (xy 77.433811 138.615926) (xy 77.337087 138.408501) + (xy 77.205815 138.221025) (xy 77.20581 138.221019) (xy 77.04398 138.059189) (xy 77.043974 138.059184) + (xy 76.856498 137.927912) (xy 76.649073 137.831188) (xy 76.649071 137.831187) (xy 76.454 137.778917) + (xy 76.454 138.753314) (xy 76.445606 138.74492) (xy 76.354394 138.692259) (xy 76.252661 138.665) + (xy 76.147339 138.665) (xy 76.045606 138.692259) (xy 75.954394 138.74492) (xy 75.946 138.753314) + (xy 75.946 137.778917) (xy 75.945999 137.778917) (xy 75.750928 137.831187) (xy 75.750926 137.831188) + (xy 75.543501 137.927912) (xy 75.356025 138.059184) (xy 75.356019 138.059189) (xy 75.194189 138.221019) + (xy 75.194184 138.221025) (xy 75.062912 138.408501) (xy 74.966188 138.615926) (xy 74.966186 138.615931) + (xy 74.913917 138.811) (xy 71.309338 138.811) (xy 69.916125 137.417787) (xy 69.882099 137.355475) + (xy 69.8797 137.31771) (xy 69.885371 137.252888) (xy 69.893498 137.16) (xy 69.873543 136.931913) + (xy 69.814284 136.710757) (xy 69.717523 136.503251) (xy 69.586198 136.3157) (xy 69.4243 136.153802) + (xy 69.424299 136.153801) (xy 69.424298 136.1538) (xy 69.396228 136.134145) (xy 69.371811 136.103597) + (xy 74.892 136.103597) (xy 74.898505 136.164093) (xy 74.949555 136.300964) (xy 74.949555 136.300965) + (xy 75.037095 136.417904) (xy 75.154034 136.505444) (xy 75.290906 136.556494) (xy 75.351402 136.562999) + (xy 75.351415 136.563) (xy 75.946 136.563) (xy 75.946 135.566686) (xy 75.954394 135.57508) (xy 76.045606 135.627741) + (xy 76.147339 135.655) (xy 76.252661 135.655) (xy 76.354394 135.627741) (xy 76.445606 135.57508) + (xy 76.454 135.566686) (xy 76.454 136.563) (xy 77.048585 136.563) (xy 77.048597 136.562999) (xy 77.109093 136.556494) + (xy 77.245964 136.505444) (xy 77.245965 136.505444) (xy 77.362904 136.417904) (xy 77.450444 136.300965) + (xy 77.450444 136.300964) (xy 77.501494 136.164093) (xy 77.507999 136.103597) (xy 77.508 136.103585) + (xy 77.508 135.509) (xy 76.511686 135.509) (xy 76.52008 135.500606) (xy 76.572741 135.409394) (xy 76.6 135.307661) + (xy 76.6 135.255) (xy 82.506502 135.255) (xy 82.526457 135.483087) (xy 82.551107 135.57508) (xy 82.585715 135.70424) + (xy 82.585717 135.704246) (xy 82.682477 135.911749) (xy 82.799368 136.078687) (xy 82.813802 136.0993) + (xy 82.9757 136.261198) (xy 83.163251 136.392523) (xy 83.370757 136.489284) (xy 83.591913 136.548543) + (xy 83.82 136.568498) (xy 84.048087 136.548543) (xy 84.269243 136.489284) (xy 84.476749 136.392523) + (xy 84.6643 136.261198) (xy 84.826198 136.0993) (xy 84.957523 135.911749) (xy 85.054284 135.704243) + (xy 85.113543 135.483087) (xy 85.133498 135.255) (xy 85.113543 135.026913) (xy 85.054284 134.805757) + (xy 84.957523 134.598251) (xy 84.826198 134.4107) (xy 84.6643 134.248802) (xy 84.613292 134.213086) + (xy 84.476749 134.117477) (xy 84.269246 134.020717) (xy 84.26924 134.020715) (xy 84.132225 133.984002) + (xy 84.048087 133.961457) (xy 83.82 133.941502) (xy 83.591913 133.961457) (xy 83.370759 134.020715) + (xy 83.370753 134.020717) (xy 83.16325 134.117477) (xy 82.975703 134.248799) (xy 82.975697 134.248804) + (xy 82.813804 134.410697) (xy 82.813799 134.410703) (xy 82.682477 134.59825) (xy 82.585717 134.805753) + (xy 82.585715 134.805759) (xy 82.536028 134.991195) (xy 82.526457 135.026913) (xy 82.506502 135.255) + (xy 76.6 135.255) (xy 76.6 135.202339) (xy 76.572741 135.100606) (xy 76.52008 135.009394) (xy 76.511686 135.001) + (xy 77.508 135.001) (xy 77.508 134.406414) (xy 77.507999 134.406402) (xy 77.501494 134.345906) (xy 77.450444 134.209035) + (xy 77.450444 134.209034) (xy 77.362904 134.092095) (xy 77.245965 134.004555) (xy 77.109093 133.953505) + (xy 77.048597 133.947) (xy 76.454 133.947) (xy 76.454 134.943314) (xy 76.445606 134.93492) (xy 76.354394 134.882259) + (xy 76.252661 134.855) (xy 76.147339 134.855) (xy 76.045606 134.882259) (xy 75.954394 134.93492) + (xy 75.946 134.943314) (xy 75.946 133.947) (xy 75.351402 133.947) (xy 75.290906 133.953505) (xy 75.154035 134.004555) + (xy 75.154034 134.004555) (xy 75.037095 134.092095) (xy 74.949555 134.209034) (xy 74.949555 134.209035) + (xy 74.898505 134.345906) (xy 74.892 134.406402) (xy 74.892 135.001) (xy 75.888314 135.001) (xy 75.87992 135.009394) + (xy 75.827259 135.100606) (xy 75.8 135.202339) (xy 75.8 135.307661) (xy 75.827259 135.409394) (xy 75.87992 135.500606) + (xy 75.888314 135.509) (xy 74.892 135.509) (xy 74.892 136.103597) (xy 69.371811 136.103597) (xy 69.3519 136.078687) + (xy 69.3425 136.030933) (xy 69.3425 134.479066) (xy 69.362502 134.410945) (xy 69.396231 134.375852) + (xy 69.424294 134.356202) (xy 69.4243 134.356198) (xy 69.586198 134.1943) (xy 69.717523 134.006749) + (xy 69.814284 133.799243) (xy 69.873543 133.578087) (xy 69.893498 133.35) (xy 69.873543 133.121913) + (xy 69.814284 132.900757) (xy 69.717523 132.693251) (xy 69.586198 132.5057) (xy 69.4243 132.343802) + (xy 69.236749 132.212477) (xy 69.197543 132.194195) (xy 69.144258 132.147279) (xy 69.124796 132.079002) + (xy 69.145337 132.011042) (xy 69.197543 131.965805) (xy 69.206745 131.961514) (xy 69.236749 131.947523) + (xy 69.4243 131.816198) (xy 69.586198 131.6543) (xy 69.717523 131.466749) (xy 69.814284 131.259243) + (xy 69.873543 131.038087) (xy 69.893498 130.81) (xy 69.873543 130.581913) (xy 69.8666 130.556) (xy 72.373917 130.556) + (xy 73.348314 130.556) (xy 73.33992 130.564394) (xy 73.287259 130.655606) (xy 73.26 130.757339) + (xy 73.26 130.862661) (xy 73.287259 130.964394) (xy 73.33992 131.055606) (xy 73.348314 131.064) + (xy 72.373918 131.064) (xy 72.426186 131.259068) (xy 72.426188 131.259073) (xy 72.522912 131.466498) + (xy 72.654184 131.653974) (xy 72.654189 131.65398) (xy 72.816019 131.81581) (xy 72.816025 131.815815) + (xy 73.003501 131.947087) (xy 73.210926 132.043811) (xy 73.210931 132.043813) (xy 73.406 132.096081) + (xy 73.406 131.121686) (xy 73.414394 131.13008) (xy 73.505606 131.182741) (xy 73.607339 131.21) + (xy 73.712661 131.21) (xy 73.814394 131.182741) (xy 73.905606 131.13008) (xy 73.914 131.121686) + (xy 73.914 132.096081) (xy 74.109068 132.043813) (xy 74.109073 132.043811) (xy 74.316498 131.947087) + (xy 74.503974 131.815815) (xy 74.50398 131.81581) (xy 74.66581 131.65398) (xy 74.665815 131.653974) + (xy 74.797087 131.466498) (xy 74.893811 131.259073) (xy 74.893813 131.259068) (xy 74.946082 131.064) + (xy 73.971686 131.064) (xy 73.98008 131.055606) (xy 74.032741 130.964394) (xy 74.06 130.862661) + (xy 74.06 130.81) (xy 82.506502 130.81) (xy 82.526457 131.038087) (xy 82.551107 131.13008) (xy 82.585715 131.25924) + (xy 82.585717 131.259246) (xy 82.682477 131.466749) (xy 82.747208 131.559195) (xy 82.813802 131.6543) + (xy 82.9757 131.816198) (xy 83.163251 131.947523) (xy 83.370757 132.044284) (xy 83.591913 132.103543) + (xy 83.82 132.123498) (xy 84.048087 132.103543) (xy 84.269243 132.044284) (xy 84.476749 131.947523) + (xy 84.6643 131.816198) (xy 84.826198 131.6543) (xy 84.957523 131.466749) (xy 85.054284 131.259243) + (xy 85.113543 131.038087) (xy 85.133498 130.81) (xy 85.113543 130.581913) (xy 85.054284 130.360757) + (xy 84.957523 130.153251) (xy 84.826198 129.9657) (xy 84.6643 129.803802) (xy 84.638313 129.785606) + (xy 84.476749 129.672477) (xy 84.269246 129.575717) (xy 84.26924 129.575715) (xy 84.175771 129.55067) + (xy 84.048087 129.516457) (xy 83.82 129.496502) (xy 83.591913 129.516457) (xy 83.370759 129.575715) + (xy 83.370753 129.575717) (xy 83.16325 129.672477) (xy 82.975703 129.803799) (xy 82.975697 129.803804) + (xy 82.813804 129.965697) (xy 82.813799 129.965703) (xy 82.682477 130.15325) (xy 82.585717 130.360753) + (xy 82.585715 130.360759) (xy 82.54574 130.509949) (xy 82.526457 130.581913) (xy 82.506502 130.81) + (xy 74.06 130.81) (xy 74.06 130.757339) (xy 74.032741 130.655606) (xy 73.98008 130.564394) (xy 73.971686 130.556) + (xy 74.946082 130.556) (xy 74.893813 130.360931) (xy 74.893811 130.360926) (xy 74.797087 130.153501) + (xy 74.665815 129.966025) (xy 74.66581 129.966019) (xy 74.50398 129.804189) (xy 74.503974 129.804184) + (xy 74.316498 129.672912) (xy 74.109073 129.576188) (xy 74.109071 129.576187) (xy 73.914 129.523917) + (xy 73.914 130.498314) (xy 73.905606 130.48992) (xy 73.814394 130.437259) (xy 73.712661 130.41) + (xy 73.607339 130.41) (xy 73.505606 130.437259) (xy 73.414394 130.48992) (xy 73.406 130.498314) + (xy 73.406 129.523917) (xy 73.405999 129.523917) (xy 73.210928 129.576187) (xy 73.210926 129.576188) + (xy 73.003501 129.672912) (xy 72.816025 129.804184) (xy 72.816019 129.804189) (xy 72.654189 129.966019) + (xy 72.654184 129.966025) (xy 72.522912 130.153501) (xy 72.426188 130.360926) (xy 72.426186 130.360931) + (xy 72.373917 130.556) (xy 69.8666 130.556) (xy 69.836887 130.445111) (xy 69.838577 130.374135) + (xy 69.878371 130.31534) (xy 69.943636 130.287392) (xy 69.958594 130.286501) (xy 70.030177 130.286501) + (xy 70.17749 130.257198) (xy 70.316256 130.199719) (xy 70.353251 130.175) (xy 70.441142 130.116274) + (xy 74.092465 126.464949) (xy 74.154777 126.430925) (xy 74.225592 126.435989) (xy 74.282428 126.478536) + (xy 74.30708 126.543061) (xy 74.311457 126.593087) (xy 74.328069 126.655084) (xy 74.370715 126.81424) + (xy 74.370717 126.814246) (xy 74.467477 127.021749) (xy 74.587626 127.19334) (xy 74.598802 127.2093) + (xy 74.7607 127.371198) (xy 74.948251 127.502523) (xy 75.155757 127.599284) (xy 75.376913 127.658543) + (xy 75.605 127.678498) (xy 75.833087 127.658543) (xy 76.054243 127.599284) (xy 76.261749 127.502523) + (xy 76.4493 127.371198) (xy 76.611198 127.2093) (xy 76.742523 127.021749) (xy 76.742523 127.021748) + (xy 76.742525 127.021746) (xy 76.745274 127.016985) (xy 76.747245 127.018122) (xy 76.787713 126.972154) + (xy 76.855989 126.952687) (xy 76.923951 126.973223) (xy 76.962822 127.018083) (xy 76.964726 127.016985) + (xy 76.967474 127.021746) (xy 77.098799 127.209296) (xy 77.098802 127.2093) (xy 77.2607 127.371198) + (xy 77.448251 127.502523) (xy 77.655757 127.599284) (xy 77.876913 127.658543) (xy 78.105 127.678498) + (xy 78.333087 127.658543) (xy 78.554243 127.599284) (xy 78.761749 127.502523) (xy 78.9493 127.371198) + (xy 79.111198 127.2093) (xy 79.242523 127.021749) (xy 79.339284 126.814243) (xy 79.398543 126.593087) + (xy 79.418498 126.365) (xy 79.398543 126.136913) (xy 79.339284 125.915757) (xy 79.242523 125.708251) + (xy 79.111198 125.5207) (xy 78.9493 125.358802) (xy 78.947096 125.357259) (xy 78.761749 125.227477) + (xy 78.554246 125.130717) (xy 78.55424 125.130715) (xy 78.43789 125.099539) (xy 78.333087 125.071457) + (xy 78.105 125.051502) (xy 77.876913 125.071457) (xy 77.655759 125.130715) (xy 77.655753 125.130717) + (xy 77.44825 125.227477) (xy 77.260703 125.358799) (xy 77.260697 125.358804) (xy 77.098804 125.520697) + (xy 77.098799 125.520703) (xy 76.967474 125.708253) (xy 76.964726 125.713015) (xy 76.962761 125.71188) + (xy 76.922255 125.757865) (xy 76.853974 125.777312) (xy 76.786018 125.756756) (xy 76.747168 125.711921) + (xy 76.745274 125.713015) (xy 76.742525 125.708253) (xy 76.6112 125.520703) (xy 76.611195 125.520697) + (xy 76.449302 125.358804) (xy 76.449296 125.358799) (xy 76.261749 125.227477) (xy 76.054246 125.130717) + (xy 76.05424 125.130715) (xy 75.93789 125.099539) (xy 75.833087 125.071457) (xy 75.783061 125.06708) + (xy 75.716945 125.041217) (xy 75.675306 124.983714) (xy 75.671365 124.912827) (xy 75.70495 124.852465) + (xy 77.203011 123.354405) (xy 77.265323 123.320379) (xy 77.292106 123.3175) (xy 78.6649 123.3175) + (xy 80.236972 123.3175) (xy 80.305093 123.337502) (xy 80.326067 123.354405) (xy 81.924148 124.952486) + (xy 81.958174 125.014798) (xy 81.953109 125.085613) (xy 81.910562 125.142449) (xy 81.844042 125.16726) + (xy 81.781804 125.155776) (xy 81.729078 125.13119) (xy 81.729068 125.131186) (xy 81.508 125.071951) + (xy 81.508004 125.071951) (xy 81.28 125.052004) (xy 81.051997 125.071951) (xy 80.830931 125.131186) + (xy 80.830926 125.131188) (xy 80.6235 125.227913) (xy 80.552109 125.277899) (xy 81.239211 125.965) + (xy 81.227339 125.965) (xy 81.125606 125.992259) (xy 81.034394 126.04492) (xy 80.95992 126.119394) + (xy 80.907259 126.210606) (xy 80.88 126.312339) (xy 80.88 126.324209) (xy 80.1929 125.637109) (xy 80.142913 125.7085) + (xy 80.046188 125.915926) (xy 80.046186 125.915931) (xy 79.986951 126.136997) (xy 79.967004 126.365) + (xy 79.986951 126.593002) (xy 80.046186 126.814068) (xy 80.046188 126.814073) (xy 80.142913 127.021501) + (xy 80.192899 127.092888) (xy 80.88 126.405788) (xy 80.88 126.417661) (xy 80.907259 126.519394) + (xy 80.95992 126.610606) (xy 81.034394 126.68508) (xy 81.125606 126.737741) (xy 81.227339 126.765) + (xy 81.23921 126.765) (xy 80.55211 127.452098) (xy 80.55211 127.4521) (xy 80.623498 127.502086) + (xy 80.830926 127.598811) (xy 80.830931 127.598813) (xy 81.051999 127.658048) (xy 81.051995 127.658048) + (xy 81.28 127.677995) (xy 81.508002 127.658048) (xy 81.729068 127.598813) (xy 81.729073 127.598811) + (xy 81.936497 127.502088) (xy 82.007888 127.452099) (xy 82.007888 127.452097) (xy 81.320791 126.765) + (xy 81.332661 126.765) (xy 81.434394 126.737741) (xy 81.525606 126.68508) (xy 81.60008 126.610606) + (xy 81.652741 126.519394) (xy 81.68 126.417661) (xy 81.68 126.40579) (xy 82.367097 127.092888) (xy 82.367099 127.092888) + (xy 82.417088 127.021496) (xy 82.419841 127.01673) (xy 82.421729 127.01782) (xy 82.462384 126.971594) + (xy 82.530651 126.952094) (xy 82.598622 126.972597) (xy 82.637989 127.017987) (xy 82.639726 127.016985) + (xy 82.642474 127.021746) (xy 82.773799 127.209296) (xy 82.773802 127.2093) (xy 82.9357 127.371198) + (xy 83.123251 127.502523) (xy 83.330757 127.599284) (xy 83.551913 127.658543) (xy 83.78 127.678498) + (xy 84.008087 127.658543) (xy 84.229243 127.599284) (xy 84.436749 127.502523) (xy 84.6243 127.371198) + (xy 84.786198 127.2093) (xy 84.917523 127.021749) (xy 85.014284 126.814243) (xy 85.073543 126.593087) + (xy 85.073543 126.593082) (xy 85.074966 126.587773) (xy 85.077032 126.588326) (xy 85.104438 126.533017) + (xy 85.165348 126.496542) (xy 85.197005 126.4925) (xy 85.356972 126.4925) (xy 85.425093 126.512502) + (xy 85.446067 126.529405) (xy 86.293873 127.377211) (xy 86.327899 127.439523) (xy 86.330299 127.477286) + (xy 86.316899 127.63046) (xy 86.316502 127.635) (xy 86.322608 127.704787) (xy 86.336457 127.863086) + (xy 86.395715 128.08424) (xy 86.395717 128.084246) (xy 86.492477 128.291749) (xy 86.535309 128.35292) + (xy 86.623802 128.4793) (xy 86.7857 128.641198) (xy 86.973251 128.772523) (xy 87.008359 128.788894) + (xy 87.012457 128.790805) (xy 87.065742 128.837722) (xy 87.085203 128.905999) (xy 87.064661 128.973959) + (xy 87.012457 129.019195) (xy 86.97325 129.037477) (xy 86.785703 129.168799) (xy 86.785697 129.168804) + (xy 86.623804 129.330697) (xy 86.623799 129.330703) (xy 86.492477 129.51825) (xy 86.395717 129.725753) + (xy 86.395715 129.725759) (xy 86.374803 129.803804) (xy 86.336457 129.946913) (xy 86.316502 130.175) + (xy 86.336457 130.403087) (xy 86.359724 130.48992) (xy 86.395715 130.62424) (xy 86.395717 130.624246) + (xy 86.457779 130.757339) (xy 86.492477 130.831749) (xy 86.623802 131.0193) (xy 86.7857 131.181198) + (xy 86.973251 131.312523) (xy 87.008359 131.328894) (xy 87.012457 131.330805) (xy 87.065742 131.377722) + (xy 87.085203 131.445999) (xy 87.064661 131.513959) (xy 87.012457 131.559195) (xy 86.97325 131.577477) + (xy 86.785703 131.708799) (xy 86.785697 131.708804) (xy 86.623804 131.870697) (xy 86.623799 131.870703) + (xy 86.492477 132.05825) (xy 86.395717 132.265753) (xy 86.395715 132.265759) (xy 86.374803 132.343804) + (xy 86.336457 132.486913) (xy 86.316502 132.715) (xy 86.336457 132.943087) (xy 86.37067 133.070771) + (xy 86.389407 133.1407) (xy 86.395716 133.164243) (xy 86.492477 133.371749) (xy 86.623802 133.5593) + (xy 86.7857 133.721198) (xy 86.973251 133.852523) (xy 87.008359 133.868894) (xy 87.012457 133.870805) + (xy 87.065742 133.917722) (xy 87.085203 133.985999) (xy 87.064661 134.053959) (xy 87.012457 134.099195) + (xy 86.97325 134.117477) (xy 86.785703 134.248799) (xy 86.785697 134.248804) (xy 86.623804 134.410697) + (xy 86.623799 134.410703) (xy 86.492477 134.59825) (xy 86.395717 134.805753) (xy 86.395715 134.805759) + (xy 86.346028 134.991195) (xy 86.336457 135.026913) (xy 86.316502 135.255) (xy 86.336457 135.483087) + (xy 86.361107 135.57508) (xy 86.395715 135.70424) (xy 86.395717 135.704246) (xy 86.492477 135.911749) + (xy 86.609368 136.078687) (xy 86.623802 136.0993) (xy 86.7857 136.261198) (xy 86.973251 136.392523) + (xy 87.008359 136.408894) (xy 87.012457 136.410805) (xy 87.065742 136.457722) (xy 87.085203 136.525999) + (xy 87.064661 136.593959) (xy 87.012457 136.639195) (xy 86.97325 136.657477) (xy 86.785703 136.788799) + (xy 86.785697 136.788804) (xy 86.623804 136.950697) (xy 86.623799 136.950703) (xy 86.492477 137.13825) + (xy 86.395717 137.345753) (xy 86.395715 137.345759) (xy 86.336457 137.566913) (xy 86.316502 137.795) + (xy 86.336457 138.023086) (xy 86.395715 138.24424) (xy 86.395717 138.244246) (xy 86.492477 138.451749) + (xy 86.623799 138.639296) (xy 86.623804 138.639302) (xy 86.785697 138.801195) (xy 86.785706 138.801203) + (xy 86.789001 138.80351) (xy 86.833329 138.858968) (xy 86.840637 138.929587) (xy 86.808605 138.992947) + (xy 86.747403 139.028931) (xy 86.730197 139.032) (xy 86.720803 139.033009) (xy 86.720795 139.033011) + (xy 86.583797 139.08411) (xy 86.583792 139.084112) (xy 86.466738 139.171738) (xy 86.379112 139.288792) + (xy 86.37911 139.288797) (xy 86.328011 139.425795) (xy 86.328009 139.425803) (xy 86.3215 139.48635) + (xy 86.3215 141.183649) (xy 86.328009 141.244196) (xy 86.328011 141.244204) (xy 86.37911 141.381202) + (xy 86.379112 141.381207) (xy 86.466738 141.498261) (xy 86.583792 141.585887) (xy 86.583794 141.585888) + (xy 86.583796 141.585889) (xy 86.622862 141.60046) (xy 86.720795 141.636988) (xy 86.720803 141.63699) + (xy 86.78135 141.643499) (xy 86.781355 141.643499) (xy 86.781362 141.6435) (xy 86.781368 141.6435) + (xy 88.478632 141.6435) (xy 88.478638 141.6435) (xy 88.478645 141.643499) (xy 88.478649 141.643499) + (xy 88.539196 141.63699) (xy 88.539199 141.636989) (xy 88.539201 141.636989) (xy 88.676204 141.585889) + (xy 88.698389 141.569282) (xy 88.793261 141.498261) (xy 88.880887 141.381207) (xy 88.880887 141.381206) + (xy 88.880889 141.381204) (xy 88.931989 141.244201) (xy 88.9385 141.183638) (xy 88.9385 139.486362) + (xy 88.937557 139.477587) (xy 88.93199 139.425803) (xy 88.931988 139.425795) (xy 88.899548 139.338822) + (xy 88.880889 139.288796) (xy 88.880888 139.288794) (xy 88.880887 139.288792) (xy 88.793261 139.171738) + (xy 88.676207 139.084112) (xy 88.676202 139.08411) (xy 88.539204 139.033011) (xy 88.539196 139.033009) + (xy 88.529802 139.032) (xy 88.46421 139.004832) (xy 88.423718 138.946514) (xy 88.421184 138.875563) + (xy 88.45741 138.814504) (xy 88.471004 138.803506) (xy 88.471278 138.803313) (xy 88.4743 138.801198) + (xy 88.636198 138.6393) (xy 88.767523 138.451749) (xy 88.864284 138.244243) (xy 88.923543 138.023087) + (xy 88.943498 137.795) (xy 88.923543 137.566913) (xy 88.864284 137.345757) (xy 88.767523 137.138251) + (xy 88.636198 136.9507) (xy 88.4743 136.788802) (xy 88.472096 136.787259) (xy 88.362843 136.710759) + (xy 88.286749 136.657477) (xy 88.247543 136.639195) (xy 88.194258 136.592279) (xy 88.174796 136.524002) + (xy 88.195337 136.456042) (xy 88.247543 136.410805) (xy 88.249997 136.40966) (xy 88.286749 136.392523) + (xy 88.4743 136.261198) (xy 88.636198 136.0993) (xy 88.767523 135.911749) (xy 88.864284 135.704243) + (xy 88.923543 135.483087) (xy 88.943498 135.255) (xy 88.923543 135.026913) (xy 88.864284 134.805757) + (xy 88.767523 134.598251) (xy 88.636198 134.4107) (xy 88.4743 134.248802) (xy 88.286749 134.117477) + (xy 88.247543 134.099195) (xy 88.194258 134.052279) (xy 88.174796 133.984002) (xy 88.195337 133.916042) + (xy 88.247543 133.870805) (xy 88.249997 133.86966) (xy 88.286749 133.852523) (xy 88.4743 133.721198) + (xy 88.636198 133.5593) (xy 88.767523 133.371749) (xy 88.864284 133.164243) (xy 88.923543 132.943087) + (xy 88.943498 132.715) (xy 88.923543 132.486913) (xy 88.864284 132.265757) (xy 88.767523 132.058251) + (xy 88.636198 131.8707) (xy 88.4743 131.708802) (xy 88.286749 131.577477) (xy 88.247543 131.559195) + (xy 88.194258 131.512279) (xy 88.174796 131.444002) (xy 88.195337 131.376042) (xy 88.247543 131.330805) + (xy 88.249997 131.32966) (xy 88.286749 131.312523) (xy 88.4743 131.181198) (xy 88.636198 131.0193) + (xy 88.767523 130.831749) (xy 88.864284 130.624243) (xy 88.923543 130.403087) (xy 88.943498 130.175) + (xy 88.923543 129.946913) (xy 88.864284 129.725757) (xy 88.767523 129.518251) (xy 88.636198 129.3307) + (xy 88.4743 129.168802) (xy 88.472096 129.167259) (xy 88.362843 129.090759) (xy 88.286749 129.037477) + (xy 88.247543 129.019195) (xy 88.194258 128.972279) (xy 88.174796 128.904002) (xy 88.195337 128.836042) + (xy 88.247543 128.790805) (xy 88.249997 128.78966) (xy 88.286749 128.772523) (xy 88.4743 128.641198) + (xy 88.636198 128.4793) (xy 88.767523 128.291749) (xy 88.864284 128.084243) (xy 88.923543 127.863087) + (xy 88.943498 127.635) (xy 88.923543 127.406913) (xy 88.864284 127.185757) (xy 88.767523 126.978251) + (xy 88.636198 126.7907) (xy 88.4743 126.628802) (xy 88.448313 126.610606) (xy 88.367949 126.554334) + (xy 88.286749 126.497477) (xy 88.247543 126.479195) (xy 88.194258 126.432279) (xy 88.174796 126.364002) + (xy 88.195337 126.296042) (xy 88.247543 126.250805) (xy 88.251118 126.249138) (xy 88.286749 126.232523) + (xy 88.4743 126.101198) (xy 88.636198 125.9393) (xy 88.767523 125.751749) (xy 88.864284 125.544243) + (xy 88.923543 125.323087) (xy 88.943498 125.095) (xy 88.923543 124.866913) (xy 88.864284 124.645757) + (xy 88.767523 124.438251) (xy 88.636198 124.2507) (xy 88.4743 124.088802) (xy 88.286749 123.957477) + (xy 88.247543 123.939195) (xy 88.194258 123.892279) (xy 88.174796 123.824002) (xy 88.195337 123.756042) + (xy 88.247543 123.710805) (xy 88.252089 123.708685) (xy 88.286749 123.692523) (xy 88.4743 123.561198) + (xy 88.636198 123.3993) (xy 88.767523 123.211749) (xy 88.864284 123.004243) (xy 88.923543 122.783087) + (xy 88.943498 122.555) (xy 88.923543 122.326913) (xy 88.864284 122.105757) (xy 88.767523 121.898251) + (xy 88.636198 121.7107) (xy 88.4743 121.548802) (xy 88.358757 121.467898) (xy 88.286749 121.417477) + (xy 88.079246 121.320717) (xy 88.07924 121.320715) (xy 87.93472 121.281991) (xy 87.858087 121.261457) + (xy 87.63 121.241502) (xy 87.401913 121.261457) (xy 87.180759 121.320715) (xy 87.180753 121.320717) + (xy 86.97325 121.417477) (xy 86.785703 121.548799) (xy 86.785697 121.548804) (xy 86.623804 121.710697) + (xy 86.623799 121.710703) (xy 86.492477 121.89825) (xy 86.395717 122.105753) (xy 86.395715 122.105759) + (xy 86.342758 122.303398) (xy 86.336457 122.326913) (xy 86.316502 122.555) (xy 86.336457 122.783087) + (xy 86.35946 122.868933) (xy 86.395715 123.00424) (xy 86.395717 123.004246) (xy 86.492477 123.211749) + (xy 86.610351 123.380091) (xy 86.623802 123.3993) (xy 86.7857 123.561198) (xy 86.973251 123.692523) + (xy 87.007911 123.708685) (xy 87.012457 123.710805) (xy 87.065742 123.757722) (xy 87.085203 123.825999) + (xy 87.064661 123.893959) (xy 87.012457 123.939195) (xy 86.97325 123.957477) (xy 86.785703 124.088799) + (xy 86.785697 124.088804) (xy 86.623804 124.250697) (xy 86.623799 124.250703) (xy 86.492477 124.43825) + (xy 86.395717 124.645753) (xy 86.395716 124.645757) (xy 86.340329 124.852465) (xy 86.336456 124.866918) + (xy 86.325696 124.989896) (xy 86.299833 125.056014) (xy 86.242329 125.097653) (xy 86.171442 125.101593) + (xy 86.130175 125.083679) (xy 86.114942 125.073501) (xy 86.086179 125.054282) (xy 85.947414 124.996803) + (xy 85.800103 124.9675) (xy 85.8001 124.9675) (xy 84.148028 124.9675) (xy 84.079907 124.947498) + (xy 84.058933 124.930595) (xy 83.026986 123.898648) (xy 82.99296 123.836336) (xy 82.998025 123.765521) + (xy 83.040572 123.708685) (xy 83.107092 123.683874) (xy 83.16933 123.695357) (xy 83.370757 123.789284) + (xy 83.591913 123.848543) (xy 83.82 123.868498) (xy 84.048087 123.848543) (xy 84.269243 123.789284) + (xy 84.476749 123.692523) (xy 84.6643 123.561198) (xy 84.826198 123.3993) (xy 84.957523 123.211749) + (xy 85.054284 123.004243) (xy 85.113543 122.783087) (xy 85.133498 122.555) (xy 85.113543 122.326913) + (xy 85.054284 122.105757) (xy 84.957523 121.898251) (xy 84.826198 121.7107) (xy 84.6643 121.548802) + (xy 84.548757 121.467898) (xy 84.476749 121.417477) (xy 84.269246 121.320717) (xy 84.26924 121.320715) + (xy 84.12472 121.281991) (xy 84.048087 121.261457) (xy 83.82 121.241502) (xy 83.591913 121.261457) + (xy 83.370759 121.320715) (xy 83.370753 121.320717) (xy 83.16325 121.417477) (xy 82.975703 121.548799) + (xy 82.975697 121.548804) (xy 82.813804 121.710697) (xy 82.813799 121.710703) (xy 82.682477 121.89825) + (xy 82.585717 122.105753) (xy 82.585715 122.105759) (xy 82.532758 122.303398) (xy 82.526457 122.326913) + (xy 82.506502 122.555) (xy 82.526457 122.783087) (xy 82.54946 122.868933) (xy 82.585715 123.00424) + (xy 82.585717 123.004246) (xy 82.679641 123.205667) (xy 82.690302 123.275859) (xy 82.661322 123.340672) + (xy 82.601902 123.379528) (xy 82.530908 123.380091) (xy 82.476351 123.348012) (xy 81.091069 121.96273) + (xy 81.091065 121.962727) (xy 80.966179 121.879282) (xy 80.840225 121.82711) (xy 80.827414 121.821803) + (xy 80.680103 121.7925) (xy 80.6801 121.7925) (xy 78.8151 121.7925) (xy 74.789067 121.7925) (xy 74.720946 121.772498) + (xy 74.685854 121.738771) (xy 74.678622 121.728444) (xy 74.666198 121.7107) (xy 74.5043 121.548802) + (xy 74.388757 121.467898) (xy 74.316749 121.417477) (xy 74.109246 121.320717) (xy 74.10924 121.320715) + (xy 73.96472 121.281991) (xy 73.888087 121.261457) (xy 73.66 121.241502) (xy 73.431913 121.261457) + (xy 73.210759 121.320715) (xy 73.210753 121.320717) (xy 73.00325 121.417477) (xy 72.815703 121.548799) + (xy 72.815697 121.548804) (xy 72.653804 121.710697) (xy 72.653799 121.710703) (xy 72.522477 121.89825) + (xy 72.425717 122.105753) (xy 72.425715 122.105759) (xy 72.372758 122.303398) (xy 72.366457 122.326913) + (xy 72.346502 122.555) (xy 72.366457 122.783087) (xy 72.38946 122.868933) (xy 72.425715 123.00424) + (xy 72.425717 123.004246) (xy 72.522477 123.211749) (xy 72.640351 123.380091) (xy 72.653802 123.3993) + (xy 72.8157 123.561198) (xy 73.003251 123.692523) (xy 73.210757 123.789284) (xy 73.431913 123.848543) + (xy 73.66 123.868498) (xy 73.888087 123.848543) (xy 74.109243 123.789284) (xy 74.316749 123.692523) + (xy 74.442817 123.604248) (xy 74.51009 123.581561) (xy 74.57895 123.598846) (xy 74.627534 123.650615) + (xy 74.640418 123.720433) (xy 74.613509 123.786133) (xy 74.604182 123.796557) (xy 70.103649 128.297089) + (xy 70.041337 128.331115) (xy 69.970522 128.32605) (xy 69.913686 128.283503) (xy 69.889034 128.218978) + (xy 69.873543 128.041913) (xy 69.873539 128.0419) (xy 69.873403 128.041123) (xy 69.873442 128.040769) + (xy 69.873063 128.036432) (xy 69.873934 128.036355) (xy 69.881269 127.970563) (xy 69.908393 127.930141) + (xy 70.31345 127.525086) (xy 70.38951 127.411254) (xy 70.389535 127.411217) (xy 70.389942 127.410607) + (xy 70.389947 127.4106) (xy 70.442639 127.28339) (xy 70.465173 127.170102) (xy 70.469501 127.148345) + (xy 70.469501 127.010653) (xy 70.469501 122.976224) (xy 70.489503 122.908103) (xy 70.506406 122.887129) + (xy 73.91263 119.480905) (xy 73.974942 119.446879) (xy 74.001725 119.444) (xy 77.56647 119.444) + (xy 77.634591 119.464002) (xy 77.669683 119.497729) (xy 77.733799 119.589296) (xy 77.733802 119.5893) + (xy 77.8957 119.751198) (xy 78.083251 119.882523) (xy 78.290757 119.979284) (xy 78.511913 120.038543) + (xy 78.74 120.058498) (xy 78.968087 120.038543) (xy 79.189243 119.979284) (xy 79.396749 119.882523) + (xy 79.5843 119.751198) (xy 79.746198 119.5893) (xy 79.877523 119.401749) (xy 79.974284 119.194243) + (xy 80.033543 118.973087) (xy 80.053498 118.745) (xy 80.033543 118.516913) (xy 79.974284 118.295757) + (xy 79.877523 118.088251) (xy 79.746198 117.9007) (xy 79.5843 117.738802) (xy 79.396749 117.607477) + (xy 79.247169 117.537727) (xy 79.189246 117.510717) (xy 79.18924 117.510715) (xy 79.095771 117.48567) + (xy 78.968087 117.451457) (xy 78.74 117.431502) (xy 78.511913 117.451457) (xy 78.290759 117.510715) + (xy 78.290753 117.510717) (xy 78.08325 117.607477) (xy 77.895703 117.738799) (xy 77.895697 117.738804) + (xy 77.733804 117.900697) (xy 77.733799 117.900703) (xy 77.669683 117.992271) (xy 77.614226 118.036599) + (xy 77.56647 118.046) (xy 73.591151 118.046) (xy 73.456108 118.072862) (xy 73.456103 118.072864) + (xy 73.328899 118.125554) (xy 73.214413 118.202051) (xy 73.214407 118.202056) (xy 70.24302 121.173445) + (xy 69.324915 122.09155) (xy 69.276233 122.140232) (xy 69.227551 122.188913) (xy 69.151055 122.303398) + (xy 69.098365 122.430602) (xy 69.098363 122.430607) (xy 69.071501 122.565651) (xy 69.071501 124.343348) + (xy 69.051499 124.411469) (xy 68.997843 124.457962) (xy 68.927569 124.468066) (xy 68.91289 124.465055) + (xy 68.834001 124.443916) (xy 68.834 124.443917) (xy 68.834 125.418314) (xy 68.825606 125.40992) + (xy 68.734394 125.357259) (xy 68.632661 125.33) (xy 68.527339 125.33) (xy 68.425606 125.357259) + (xy 68.334394 125.40992) (xy 68.326 125.418314) (xy 68.326 124.443917) (xy 68.325999 124.443917) + (xy 68.130928 124.496187) (xy 68.130926 124.496188) (xy 67.923501 124.592912) (xy 67.736025 124.724184) + (xy 67.736019 124.724189) (xy 67.574189 124.886019) (xy 67.574184 124.886025) (xy 67.442912 125.073501) + (xy 67.346188 125.280926) (xy 67.346186 125.280931) (xy 67.293917 125.476) (xy 68.268314 125.476) + (xy 68.25992 125.484394) (xy 68.207259 125.575606) (xy 68.18 125.677339) (xy 68.18 125.782661) (xy 68.207259 125.884394) + (xy 68.25992 125.975606) (xy 68.268314 125.984) (xy 67.293918 125.984) (xy 67.346186 126.179068) + (xy 67.346188 126.179073) (xy 67.442912 126.386498) (xy 67.574184 126.573974) (xy 67.574189 126.57398) + (xy 67.736019 126.73581) (xy 67.736025 126.735815) (xy 67.923503 126.867089) (xy 67.963049 126.88553) + (xy 68.016334 126.932447) (xy 68.035794 127.000724) (xy 68.015252 127.068684) (xy 67.963049 127.113918) + (xy 67.923252 127.132475) (xy 67.735703 127.263799) (xy 67.735697 127.263804) (xy 67.573804 127.425697) + (xy 67.573795 127.425708) (xy 67.442477 127.61325) (xy 67.442472 127.613258) (xy 67.424134 127.652585) + (xy 67.377216 127.70587) (xy 67.308939 127.72533) (xy 67.240979 127.704787) (xy 67.220845 127.688429) + (xy 66.224405 126.691989) (xy 66.190379 126.629677) (xy 66.1875 126.602894) (xy 66.1875 118.745) + (xy 67.266502 118.745) (xy 67.286457 118.973086) (xy 67.345715 119.19424) (xy 67.345717 119.194246) + (xy 67.412052 119.336502) (xy 67.442477 119.401749) (xy 67.573802 119.5893) (xy 67.7357 119.751198) + (xy 67.923251 119.882523) (xy 68.130757 119.979284) (xy 68.351913 120.038543) (xy 68.58 120.058498) + (xy 68.808087 120.038543) (xy 69.029243 119.979284) (xy 69.236749 119.882523) (xy 69.4243 119.751198) + (xy 69.586198 119.5893) (xy 69.717523 119.401749) (xy 69.814284 119.194243) (xy 69.873543 118.973087) + (xy 69.893498 118.745) (xy 69.873543 118.516913) (xy 69.814284 118.295757) (xy 69.717523 118.088251) + (xy 69.586198 117.9007) (xy 69.4243 117.738802) (xy 69.236749 117.607477) (xy 69.087169 117.537727) + (xy 69.029246 117.510717) (xy 69.02924 117.510715) (xy 68.935771 117.48567) (xy 68.808087 117.451457) + (xy 68.58 117.431502) (xy 68.351913 117.451457) (xy 68.130759 117.510715) (xy 68.130753 117.510717) + (xy 67.92325 117.607477) (xy 67.735703 117.738799) (xy 67.735697 117.738804) (xy 67.573804 117.900697) + (xy 67.573799 117.900703) (xy 67.442477 118.08825) (xy 67.345717 118.295753) (xy 67.345715 118.295759) + (xy 67.286457 118.516913) (xy 67.266502 118.745) (xy 66.1875 118.745) (xy 66.1875 118.498028) (xy 66.207502 118.429907) + (xy 66.224405 118.408933) (xy 68.849689 115.783649) (xy 71.7165 115.783649) (xy 71.723009 115.844196) + (xy 71.723011 115.844204) (xy 71.77411 115.981202) (xy 71.774112 115.981207) (xy 71.861738 116.098261) + (xy 71.978792 116.185887) (xy 71.978794 116.185888) (xy 71.978796 116.185889) (xy 72.037875 116.207924) + (xy 72.115795 116.236988) (xy 72.115803 116.23699) (xy 72.17635 116.243499) (xy 72.176355 116.243499) + (xy 72.176362 116.2435) (xy 72.176368 116.2435) (xy 73.873632 116.2435) (xy 73.873638 116.2435) + (xy 73.873645 116.243499) (xy 73.873649 116.243499) (xy 73.934196 116.23699) (xy 73.934199 116.236989) + (xy 73.934201 116.236989) (xy 74.071204 116.185889) (xy 74.093389 116.169282) (xy 74.188261 116.098261) + (xy 74.275887 115.981207) (xy 74.275887 115.981206) (xy 74.275889 115.981204) (xy 74.326989 115.844201) + (xy 74.3335 115.783638) (xy 74.3335 114.086362) (xy 74.333499 114.08635) (xy 74.32699 114.025803) + (xy 74.326988 114.025795) (xy 74.290811 113.928804) (xy 74.275889 113.888796) (xy 74.275888 113.888794) + (xy 74.275887 113.888792) (xy 74.188261 113.771738) (xy 74.071207 113.684112) (xy 74.071202 113.68411) + (xy 73.934204 113.633011) (xy 73.934196 113.633009) (xy 73.873649 113.6265) (xy 73.873638 113.6265) + (xy 72.176362 113.6265) (xy 72.17635 113.6265) (xy 72.115803 113.633009) (xy 72.115795 113.633011) + (xy 71.978797 113.68411) (xy 71.978792 113.684112) (xy 71.861738 113.771738) (xy 71.774112 113.888792) + (xy 71.77411 113.888797) (xy 71.723011 114.025795) (xy 71.723009 114.025803) (xy 71.7165 114.08635) + (xy 71.7165 115.783649) (xy 68.849689 115.783649) (xy 70.458268 114.17507) (xy 70.458272 114.175066) + (xy 70.541717 114.05018) (xy 70.599196 113.911414) (xy 70.612166 113.846209) (xy 70.628499 113.764101) + (xy 70.628499 112.788187) (xy 70.648501 112.720066) (xy 70.702157 112.673573) (xy 70.772431 112.663469) + (xy 70.837011 112.692963) (xy 70.843594 112.699092) (xy 70.9107 112.766198) (xy 71.098251 112.897523) + (xy 71.305757 112.994284) (xy 71.526913 113.053543) (xy 71.755 113.073498) (xy 71.983087 113.053543) + (xy 72.204243 112.994284) (xy 72.411749 112.897523) (xy 72.5993 112.766198) (xy 72.761198 112.6043) + (xy 72.892523 112.416749) (xy 72.989284 112.209243) (xy 73.048543 111.988087) (xy 73.068498 111.76) + (xy 73.048543 111.531913) (xy 72.989284 111.310757) (xy 72.892523 111.103251) (xy 72.761198 110.9157) + (xy 72.5993 110.753802) (xy 72.580731 110.7408) (xy 72.411749 110.622477) (xy 72.204246 110.525717) + (xy 72.20424 110.525715) (xy 72.086938 110.494284) (xy 71.983087 110.466457) (xy 71.755 110.446502) + (xy 71.526913 110.466457) (xy 71.305759 110.525715) (xy 71.305753 110.525717) (xy 71.09825 110.622477) + (xy 70.910703 110.753799) (xy 70.843594 110.820908) (xy 70.781281 110.854933) (xy 70.710466 110.849867) + (xy 70.65363 110.80732) (xy 70.62882 110.7408) (xy 70.628499 110.731812) (xy 70.628499 107.06247) + (xy 74.5715 107.06247) (xy 74.603469 107.3053) (xy 74.60347 107.305306) (xy 74.603471 107.305308) + (xy 74.666865 107.541898) (xy 74.760598 107.76819) (xy 74.760599 107.768191) (xy 74.760604 107.768201) + (xy 74.883063 107.980306) (xy 74.883065 107.980309) (xy 74.883066 107.98031) (xy 74.992154 108.122477) + (xy 75.032173 108.174631) (xy 75.032182 108.174641) (xy 75.205358 108.347817) (xy 75.205368 108.347826) + (xy 75.205369 108.347827) (xy 75.39969 108.496934) (xy 75.61181 108.619402) (xy 75.838102 108.713135) + (xy 76.074692 108.776529) (xy 76.074698 108.776529) (xy 76.074699 108.77653) (xy 76.10256 108.780198) + (xy 76.317532 108.8085) (xy 76.317539 108.8085) (xy 76.562461 108.8085) (xy 76.562468 108.8085) + (xy 76.805308 108.776529) (xy 77.041898 108.713135) (xy 77.26819 108.619402) (xy 77.48031 108.496934) + (xy 77.674631 108.347827) (xy 77.847827 108.174631) (xy 77.996934 107.98031) (xy 78.119402 107.76819) + (xy 78.213135 107.541898) (xy 78.276529 107.305308) (xy 78.3085 107.06247) (xy 84.1715 107.06247) + (xy 84.203469 107.3053) (xy 84.20347 107.305306) (xy 84.203471 107.305308) (xy 84.266865 107.541898) + (xy 84.360598 107.76819) (xy 84.360599 107.768191) (xy 84.360604 107.768201) (xy 84.483063 107.980306) + (xy 84.483065 107.980309) (xy 84.483066 107.98031) (xy 84.592154 108.122477) (xy 84.632173 108.174631) + (xy 84.632182 108.174641) (xy 84.805358 108.347817) (xy 84.805368 108.347826) (xy 84.805369 108.347827) + (xy 84.99969 108.496934) (xy 85.21181 108.619402) (xy 85.438102 108.713135) (xy 85.674692 108.776529) + (xy 85.674698 108.776529) (xy 85.674699 108.77653) (xy 85.70256 108.780198) (xy 85.917532 108.8085) + (xy 85.917539 108.8085) (xy 86.162461 108.8085) (xy 86.162468 108.8085) (xy 86.405308 108.776529) + (xy 86.641898 108.713135) (xy 86.86819 108.619402) (xy 87.08031 108.496934) (xy 87.274631 108.347827) + (xy 87.447827 108.174631) (xy 87.596934 107.98031) (xy 87.719402 107.76819) (xy 87.813135 107.541898) + (xy 87.876529 107.305308) (xy 87.9085 107.062468) (xy 87.9085 106.297532) (xy 87.876529 106.054692) + (xy 87.813135 105.818102) (xy 87.719402 105.59181) (xy 87.65833 105.486031) (xy 87.596936 105.379693) + (xy 87.518203 105.277086) (xy 87.447827 105.185369) (xy 87.447826 105.185368) (xy 87.447817 105.185358) + (xy 87.274641 105.012182) (xy 87.274631 105.012173) (xy 87.080306 104.863063) (xy 86.868201 104.740604) + (xy 86.868196 104.740601) (xy 86.86819 104.740598) (xy 86.641898 104.646865) (xy 86.405308 104.583471) + (xy 86.405306 104.58347) (xy 86.4053 104.583469) (xy 86.16247 104.5515) (xy 86.162468 104.5515) + (xy 85.917532 104.5515) (xy 85.917529 104.5515) (xy 85.674699 104.583469) (xy 85.438102 104.646865) + (xy 85.211808 104.740599) (xy 85.211798 104.740604) (xy 84.999693 104.863063) (xy 84.805368 105.012173) + (xy 84.805358 105.012182) (xy 84.632182 105.185358) (xy 84.632173 105.185368) (xy 84.483063 105.379693) + (xy 84.360604 105.591798) (xy 84.360599 105.591808) (xy 84.360598 105.59181) (xy 84.332643 105.6593) + (xy 84.266865 105.818102) (xy 84.203469 106.054699) (xy 84.1715 106.297529) (xy 84.1715 107.06247) + (xy 78.3085 107.06247) (xy 78.3085 107.062468) (xy 78.3085 106.297532) (xy 78.276529 106.054692) + (xy 78.213135 105.818102) (xy 78.119402 105.59181) (xy 78.05833 105.486031) (xy 77.996936 105.379693) + (xy 77.918203 105.277086) (xy 77.847827 105.185369) (xy 77.847826 105.185368) (xy 77.847817 105.185358) + (xy 77.674641 105.012182) (xy 77.674631 105.012173) (xy 77.480306 104.863063) (xy 77.268201 104.740604) + (xy 77.268196 104.740601) (xy 77.26819 104.740598) (xy 77.041898 104.646865) (xy 76.805308 104.583471) + (xy 76.805306 104.58347) (xy 76.8053 104.583469) (xy 76.56247 104.5515) (xy 76.562468 104.5515) + (xy 76.317532 104.5515) (xy 76.317529 104.5515) (xy 76.074699 104.583469) (xy 75.838102 104.646865) + (xy 75.611808 104.740599) (xy 75.611798 104.740604) (xy 75.399693 104.863063) (xy 75.205368 105.012173) + (xy 75.205358 105.012182) (xy 75.032182 105.185358) (xy 75.032173 105.185368) (xy 74.883063 105.379693) + (xy 74.760604 105.591798) (xy 74.760599 105.591808) (xy 74.760598 105.59181) (xy 74.732643 105.6593) + (xy 74.666865 105.818102) (xy 74.603469 106.054699) (xy 74.5715 106.297529) (xy 74.5715 107.06247) + (xy 70.628499 107.06247) (xy 70.628499 102.628187) (xy 70.648501 102.560066) (xy 70.702157 102.513573) + (xy 70.772431 102.503469) (xy 70.837011 102.532963) (xy 70.843594 102.539092) (xy 70.9107 102.606198) + (xy 71.098251 102.737523) (xy 71.305757 102.834284) (xy 71.526913 102.893543) (xy 71.755 102.913498) + (xy 71.983087 102.893543) (xy 72.204243 102.834284) (xy 72.411749 102.737523) (xy 72.5993 102.606198) + (xy 72.761198 102.4443) (xy 72.892523 102.256749) (xy 72.989284 102.049243) (xy 73.048543 101.828087) + (xy 73.068498 101.6) (xy 73.048543 101.371913) (xy 72.989284 101.150757) (xy 72.892523 100.943251) + (xy 72.761198 100.7557) (xy 72.5993 100.593802) (xy 72.580731 100.5808) (xy 72.411749 100.462477) + (xy 72.204246 100.365717) (xy 72.20424 100.365715) (xy 72.110771 100.34067) (xy 72.07095 100.33) + (xy 73.617004 100.33) (xy 73.636951 100.558002) (xy 73.696186 100.779068) (xy 73.696188 100.779073) + (xy 73.792913 100.986501) (xy 73.842899 101.057888) (xy 74.53 100.370788) (xy 74.53 100.382661) + (xy 74.557259 100.484394) (xy 74.60992 100.575606) (xy 74.684394 100.65008) (xy 74.775606 100.702741) + (xy 74.877339 100.73) (xy 74.88921 100.73) (xy 74.20211 101.417098) (xy 74.20211 101.4171) (xy 74.273498 101.467086) + (xy 74.480926 101.563811) (xy 74.480931 101.563813) (xy 74.701999 101.623048) (xy 74.701995 101.623048) + (xy 74.93 101.642995) (xy 75.158002 101.623048) (xy 75.379068 101.563813) (xy 75.379073 101.563811) + (xy 75.586497 101.467088) (xy 75.657888 101.417099) (xy 75.657888 101.417097) (xy 74.970791 100.73) + (xy 74.982661 100.73) (xy 75.084394 100.702741) (xy 75.175606 100.65008) (xy 75.25008 100.575606) + (xy 75.302741 100.484394) (xy 75.33 100.382661) (xy 75.33 100.370791) (xy 76.017097 101.057888) + (xy 76.017099 101.057888) (xy 76.067088 100.986497) (xy 76.163811 100.779073) (xy 76.163813 100.779068) + (xy 76.223048 100.558002) (xy 76.242995 100.33) (xy 83.776502 100.33) (xy 83.796457 100.558087) + (xy 83.814053 100.623754) (xy 83.855715 100.77924) (xy 83.855717 100.779246) (xy 83.952477 100.986749) + (xy 84.022547 101.08682) (xy 84.083802 101.1743) (xy 84.2457 101.336198) (xy 84.433251 101.467523) + (xy 84.640757 101.564284) (xy 84.861913 101.623543) (xy 85.09 101.643498) (xy 85.318087 101.623543) + (xy 85.539243 101.564284) (xy 85.746749 101.467523) (xy 85.9343 101.336198) (xy 86.096198 101.1743) + (xy 86.227523 100.986749) (xy 86.324284 100.779243) (xy 86.383543 100.558087) (xy 86.403498 100.33) + (xy 86.383543 100.101913) (xy 86.324284 99.880757) (xy 86.227523 99.673251) (xy 86.096198 99.4857) + (xy 85.9343 99.323802) (xy 85.883292 99.288086) (xy 85.746749 99.192477) (xy 85.539246 99.095717) + (xy 85.53924 99.095715) (xy 85.40595 99.06) (xy 85.318087 99.036457) (xy 85.09 99.016502) (xy 84.861913 99.036457) + (xy 84.640759 99.095715) (xy 84.640753 99.095717) (xy 84.43325 99.192477) (xy 84.245703 99.323799) + (xy 84.245697 99.323804) (xy 84.083804 99.485697) (xy 84.083799 99.485703) (xy 83.952477 99.67325) + (xy 83.855717 99.880753) (xy 83.855715 99.880759) (xy 83.808155 100.058255) (xy 83.796457 100.101913) + (xy 83.776502 100.33) (xy 76.242995 100.33) (xy 76.223048 100.101997) (xy 76.163813 99.880931) (xy 76.163811 99.880926) + (xy 76.067086 99.673498) (xy 76.0171 99.60211) (xy 76.017098 99.60211) (xy 75.33 100.289208) (xy 75.33 100.277339) + (xy 75.302741 100.175606) (xy 75.25008 100.084394) (xy 75.175606 100.00992) (xy 75.084394 99.957259) + (xy 74.982661 99.93) (xy 74.97079 99.93) (xy 75.657888 99.242899) (xy 75.657888 99.242898) (xy 75.586501 99.192913) + (xy 75.379073 99.096188) (xy 75.379068 99.096186) (xy 75.158 99.036951) (xy 75.158004 99.036951) + (xy 74.93 99.017004) (xy 74.701997 99.036951) (xy 74.480931 99.096186) (xy 74.480926 99.096188) + (xy 74.2735 99.192913) (xy 74.202109 99.2429) (xy 74.889209 99.93) (xy 74.877339 99.93) (xy 74.775606 99.957259) + (xy 74.684394 100.00992) (xy 74.60992 100.084394) (xy 74.557259 100.175606) (xy 74.53 100.277339) + (xy 74.53 100.289209) (xy 73.8429 99.602109) (xy 73.792913 99.6735) (xy 73.696188 99.880926) (xy 73.696186 99.880931) + (xy 73.636951 100.101997) (xy 73.617004 100.33) (xy 72.07095 100.33) (xy 71.983087 100.306457) (xy 71.755 100.286502) + (xy 71.526913 100.306457) (xy 71.305759 100.365715) (xy 71.305753 100.365717) (xy 71.09825 100.462477) + (xy 70.910703 100.593799) (xy 70.843594 100.660908) (xy 70.781281 100.694933) (xy 70.710466 100.689867) + (xy 70.65363 100.64732) (xy 70.62882 100.5808) (xy 70.628499 100.571812) (xy 70.628499 97.155) (xy 73.616502 97.155) + (xy 73.636457 97.383087) (xy 73.65996 97.470801) (xy 73.695715 97.60424) (xy 73.695717 97.604246) + (xy 73.762052 97.746502) (xy 73.792477 97.811749) (xy 73.923802 97.9993) (xy 74.0857 98.161198) + (xy 74.273251 98.292523) (xy 74.480757 98.389284) (xy 74.701913 98.448543) (xy 74.93 98.468498) + (xy 75.158087 98.448543) (xy 75.379243 98.389284) (xy 75.586749 98.292523) (xy 75.7743 98.161198) + (xy 75.936198 97.9993) (xy 76.067523 97.811749) (xy 76.164284 97.604243) (xy 76.223543 97.383087) + (xy 76.243498 97.155) (xy 83.776502 97.155) (xy 83.796457 97.383087) (xy 83.81996 97.470801) (xy 83.855715 97.60424) + (xy 83.855717 97.604246) (xy 83.922052 97.746502) (xy 83.952477 97.811749) (xy 84.083802 97.9993) + (xy 84.2457 98.161198) (xy 84.433251 98.292523) (xy 84.640757 98.389284) (xy 84.861913 98.448543) + (xy 85.09 98.468498) (xy 85.318087 98.448543) (xy 85.40595 98.425) (xy 86.951502 98.425) (xy 86.955307 98.468497) + (xy 86.971457 98.653086) (xy 87.030715 98.87424) (xy 87.030717 98.874246) (xy 87.127477 99.081749) + (xy 87.234131 99.234067) (xy 87.258802 99.2693) (xy 87.4207 99.431198) (xy 87.608251 99.562523) + (xy 87.815757 99.659284) (xy 88.036913 99.718543) (xy 88.265 99.738498) (xy 88.493087 99.718543) + (xy 88.714243 99.659284) (xy 88.921749 99.562523) (xy 89.1093 99.431198) (xy 89.271198 99.2693) + (xy 89.402523 99.081749) (xy 89.499284 98.874243) (xy 89.558543 98.653087) (xy 89.578498 98.425) + (xy 89.558543 98.196913) (xy 89.499284 97.975757) (xy 89.402523 97.768251) (xy 89.271198 97.5807) + (xy 89.1093 97.418802) (xy 89.058292 97.383086) (xy 88.921749 97.287477) (xy 88.714246 97.190717) + (xy 88.71424 97.190715) (xy 88.58095 97.155) (xy 88.493087 97.131457) (xy 88.265 97.111502) (xy 88.036913 97.131457) + (xy 87.815759 97.190715) (xy 87.815753 97.190717) (xy 87.60825 97.287477) (xy 87.420703 97.418799) + (xy 87.420697 97.418804) (xy 87.258804 97.580697) (xy 87.258799 97.580703) (xy 87.127477 97.76825) + (xy 87.030717 97.975753) (xy 87.030715 97.975759) (xy 87.009803 98.053804) (xy 86.971457 98.196913) + (xy 86.951502 98.425) (xy 85.40595 98.425) (xy 85.539243 98.389284) (xy 85.746749 98.292523) (xy 85.9343 98.161198) + (xy 86.096198 97.9993) (xy 86.227523 97.811749) (xy 86.324284 97.604243) (xy 86.383543 97.383087) + (xy 86.403498 97.155) (xy 86.383543 96.926913) (xy 86.324284 96.705757) (xy 86.227523 96.498251) + (xy 86.096198 96.3107) (xy 85.9343 96.148802) (xy 85.801048 96.055498) (xy 85.746749 96.017477) + (xy 85.539246 95.920717) (xy 85.53924 95.920715) (xy 85.445771 95.89567) (xy 85.318087 95.861457) + (xy 85.09 95.841502) (xy 84.861913 95.861457) (xy 84.640759 95.920715) (xy 84.640753 95.920717) + (xy 84.43325 96.017477) (xy 84.245703 96.148799) (xy 84.245697 96.148804) (xy 84.083804 96.310697) + (xy 84.083799 96.310703) (xy 83.952477 96.49825) (xy 83.855717 96.705753) (xy 83.855715 96.705759) + (xy 83.796457 96.926913) (xy 83.776502 97.155) (xy 76.243498 97.155) (xy 76.223543 96.926913) (xy 76.164284 96.705757) + (xy 76.067523 96.498251) (xy 75.936198 96.3107) (xy 75.7743 96.148802) (xy 75.641048 96.055498) + (xy 75.586749 96.017477) (xy 75.379246 95.920717) (xy 75.37924 95.920715) (xy 75.285771 95.89567) + (xy 75.158087 95.861457) (xy 74.93 95.841502) (xy 74.701913 95.861457) (xy 74.480759 95.920715) + (xy 74.480753 95.920717) (xy 74.27325 96.017477) (xy 74.085703 96.148799) (xy 74.085697 96.148804) + (xy 73.923804 96.310697) (xy 73.923799 96.310703) (xy 73.792477 96.49825) (xy 73.695717 96.705753) + (xy 73.695715 96.705759) (xy 73.636457 96.926913) (xy 73.616502 97.155) (xy 70.628499 97.155) (xy 70.628499 94.808597) + (xy 77.332 94.808597) (xy 77.338505 94.869093) (xy 77.389555 95.005964) (xy 77.389555 95.005965) + (xy 77.477095 95.122904) (xy 77.594034 95.210444) (xy 77.730906 95.261494) (xy 77.791402 95.267999) + (xy 77.791415 95.268) (xy 78.486 95.268) (xy 78.486 94.290702) (xy 78.547007 94.325925) (xy 78.674174 94.36) + (xy 78.805826 94.36) (xy 78.932993 94.325925) (xy 78.994 94.290702) (xy 78.994 95.268) (xy 79.688585 95.268) + (xy 79.688597 95.267999) (xy 79.749093 95.261494) (xy 79.885964 95.210444) (xy 79.885965 95.210444) + (xy 80.002904 95.122904) (xy 80.090444 95.005965) (xy 80.090445 95.005963) (xy 80.104413 94.968513) + (xy 80.146959 94.911677) (xy 80.213479 94.886865) (xy 80.282853 94.901956) (xy 80.29986 94.913112) + (xy 80.466983 95.04319) (xy 80.672273 95.154287) (xy 80.893049 95.23008) (xy 81.123288 95.2685) + (xy 81.123292 95.2685) (xy 81.356708 95.2685) (xy 81.356712 95.2685) (xy 81.586951 95.23008) (xy 81.807727 95.154287) + (xy 82.013017 95.04319) (xy 82.19722 94.899818) (xy 82.225505 94.869093) (xy 82.239745 94.853623) + (xy 82.355314 94.728083) (xy 82.384517 94.683383) (xy 82.438519 94.637296) (xy 82.508867 94.62772) + (xy 82.573225 94.657696) (xy 82.595481 94.683382) (xy 82.624686 94.728083) (xy 82.624687 94.728084) + (xy 82.782774 94.899813) (xy 82.782778 94.899817) (xy 82.84865 94.951087) (xy 82.966983 95.04319) + (xy 83.172273 95.154287) (xy 83.393049 95.23008) (xy 83.623288 95.2685) (xy 83.623292 95.2685) (xy 83.856708 95.2685) + (xy 83.856712 95.2685) (xy 84.086951 95.23008) (xy 84.307727 95.154287) (xy 84.513017 95.04319) + (xy 84.69722 94.899818) (xy 84.709145 94.886865) (xy 84.855314 94.728083) (xy 84.982984 94.532669) + (xy 85.076749 94.318907) (xy 85.134051 94.092626) (xy 85.153327 93.86) (xy 85.134051 93.627374) + (xy 85.076749 93.401093) (xy 84.982984 93.187331) (xy 84.884517 93.036615) (xy 84.855314 92.991916) + (xy 84.697225 92.820186) (xy 84.697221 92.820182) (xy 84.565359 92.71755) (xy 84.513017 92.67681) + (xy 84.307727 92.565713) (xy 84.307724 92.565712) (xy 84.307723 92.565711) (xy 84.086955 92.489921) + (xy 84.086948 92.489919) (xy 83.988411 92.473476) (xy 83.856712 92.4515) (xy 83.623288 92.4515) + (xy 83.508066 92.470727) (xy 83.393051 92.489919) (xy 83.393044 92.489921) (xy 83.172276 92.565711) + (xy 83.172273 92.565713) (xy 82.966985 92.676809) (xy 82.966983 92.67681) (xy 82.782778 92.820182) + (xy 82.782774 92.820186) (xy 82.624685 92.991916) (xy 82.595483 93.036615) (xy 82.54148 93.082704) + (xy 82.471132 93.092279) (xy 82.406774 93.062302) (xy 82.384517 93.036615) (xy 82.355314 92.991916) + (xy 82.197225 92.820186) (xy 82.197221 92.820182) (xy 82.065359 92.71755) (xy 82.013017 92.67681) + (xy 81.807727 92.565713) (xy 81.807724 92.565712) (xy 81.807723 92.565711) (xy 81.586955 92.489921) + (xy 81.586948 92.489919) (xy 81.488411 92.473476) (xy 81.356712 92.4515) (xy 81.123288 92.4515) + (xy 81.008066 92.470727) (xy 80.893051 92.489919) (xy 80.893044 92.489921) (xy 80.672276 92.565711) + (xy 80.672273 92.565713) (xy 80.466985 92.676809) (xy 80.466983 92.67681) (xy 80.29986 92.806888) + (xy 80.233818 92.832944) (xy 80.164172 92.819159) (xy 80.113036 92.769909) (xy 80.104413 92.751487) + (xy 80.090445 92.714036) (xy 80.090444 92.714034) (xy 80.002904 92.597095) (xy 79.885965 92.509555) + (xy 79.749093 92.458505) (xy 79.688597 92.452) (xy 78.994 92.452) (xy 78.994 93.429297) (xy 78.932993 93.394075) + (xy 78.805826 93.36) (xy 78.674174 93.36) (xy 78.547007 93.394075) (xy 78.486 93.429297) (xy 78.486 92.452) + (xy 77.791402 92.452) (xy 77.730906 92.458505) (xy 77.594035 92.509555) (xy 77.594034 92.509555) + (xy 77.477095 92.597095) (xy 77.389555 92.714034) (xy 77.389555 92.714035) (xy 77.338505 92.850906) + (xy 77.332 92.911402) (xy 77.332 93.606) (xy 78.309297 93.606) (xy 78.274075 93.667007) (xy 78.24 93.794174) + (xy 78.24 93.925826) (xy 78.274075 94.052993) (xy 78.309297 94.114) (xy 77.332 94.114) (xy 77.332 94.808597) + (xy 70.628499 94.808597) (xy 70.628499 86.74247) (xy 74.5715 86.74247) (xy 74.603469 86.9853) (xy 74.60347 86.985306) + (xy 74.603471 86.985308) (xy 74.666865 87.221898) (xy 74.760598 87.44819) (xy 74.760599 87.448191) + (xy 74.760604 87.448201) (xy 74.883063 87.660306) (xy 75.032173 87.854631) (xy 75.032182 87.854641) + (xy 75.205358 88.027817) (xy 75.205368 88.027826) (xy 75.205369 88.027827) (xy 75.39969 88.176934) + (xy 75.61181 88.299402) (xy 75.838102 88.393135) (xy 76.074692 88.456529) (xy 76.074698 88.456529) + (xy 76.074699 88.45653) (xy 76.088683 88.458371) (xy 76.317532 88.4885) (xy 76.317539 88.4885) (xy 76.562461 88.4885) + (xy 76.562468 88.4885) (xy 76.805308 88.456529) (xy 77.041898 88.393135) (xy 77.26819 88.299402) + (xy 77.48031 88.176934) (xy 77.674631 88.027827) (xy 77.847827 87.854631) (xy 77.996934 87.66031) + (xy 78.119402 87.44819) (xy 78.213135 87.221898) (xy 78.276529 86.985308) (xy 78.3085 86.74247) + (xy 84.1715 86.74247) (xy 84.203469 86.9853) (xy 84.20347 86.985306) (xy 84.203471 86.985308) (xy 84.266865 87.221898) + (xy 84.360598 87.44819) (xy 84.360599 87.448191) (xy 84.360604 87.448201) (xy 84.483063 87.660306) + (xy 84.632173 87.854631) (xy 84.632182 87.854641) (xy 84.805358 88.027817) (xy 84.805368 88.027826) + (xy 84.805369 88.027827) (xy 84.99969 88.176934) (xy 85.21181 88.299402) (xy 85.438102 88.393135) + (xy 85.674692 88.456529) (xy 85.674698 88.456529) (xy 85.674699 88.45653) (xy 85.688683 88.458371) + (xy 85.917532 88.4885) (xy 85.917539 88.4885) (xy 86.162461 88.4885) (xy 86.162468 88.4885) (xy 86.405308 88.456529) + (xy 86.641898 88.393135) (xy 86.86819 88.299402) (xy 87.08031 88.176934) (xy 87.274631 88.027827) + (xy 87.447827 87.854631) (xy 87.596934 87.66031) (xy 87.719402 87.44819) (xy 87.813135 87.221898) + (xy 87.876529 86.985308) (xy 87.9085 86.742468) (xy 87.9085 85.977532) (xy 87.876529 85.734692) + (xy 87.813135 85.498102) (xy 87.719402 85.27181) (xy 87.596934 85.05969) (xy 87.447827 84.865369) + (xy 87.447826 84.865368) (xy 87.447817 84.865358) (xy 87.274641 84.692182) (xy 87.274631 84.692173) + (xy 87.080306 84.543063) (xy 86.868201 84.420604) (xy 86.868196 84.420601) (xy 86.86819 84.420598) + (xy 86.641898 84.326865) (xy 86.405308 84.263471) (xy 86.405306 84.26347) (xy 86.4053 84.263469) + (xy 86.16247 84.2315) (xy 86.162468 84.2315) (xy 85.917532 84.2315) (xy 85.917529 84.2315) (xy 85.674699 84.263469) + (xy 85.438102 84.326865) (xy 85.211808 84.420599) (xy 85.211798 84.420604) (xy 84.999693 84.543063) + (xy 84.805368 84.692173) (xy 84.805358 84.692182) (xy 84.632182 84.865358) (xy 84.632173 84.865368) + (xy 84.483063 85.059693) (xy 84.360604 85.271798) (xy 84.360599 85.271808) (xy 84.266865 85.498102) + (xy 84.203469 85.734699) (xy 84.1715 85.977529) (xy 84.1715 86.74247) (xy 78.3085 86.74247) (xy 78.3085 86.742468) + (xy 78.3085 85.977532) (xy 78.276529 85.734692) (xy 78.213135 85.498102) (xy 78.119402 85.27181) + (xy 77.996934 85.05969) (xy 77.847827 84.865369) (xy 77.847826 84.865368) (xy 77.847817 84.865358) + (xy 77.674641 84.692182) (xy 77.674631 84.692173) (xy 77.480306 84.543063) (xy 77.268201 84.420604) + (xy 77.268196 84.420601) (xy 77.26819 84.420598) (xy 77.041898 84.326865) (xy 76.805308 84.263471) + (xy 76.805306 84.26347) (xy 76.8053 84.263469) (xy 76.56247 84.2315) (xy 76.562468 84.2315) (xy 76.317532 84.2315) + (xy 76.317529 84.2315) (xy 76.074699 84.263469) (xy 75.838102 84.326865) (xy 75.611808 84.420599) + (xy 75.611798 84.420604) (xy 75.399693 84.543063) (xy 75.205368 84.692173) (xy 75.205358 84.692182) + (xy 75.032182 84.865358) (xy 75.032173 84.865368) (xy 74.883063 85.059693) (xy 74.760604 85.271798) + (xy 74.760599 85.271808) (xy 74.666865 85.498102) (xy 74.603469 85.734699) (xy 74.5715 85.977529) + (xy 74.5715 86.74247) (xy 70.628499 86.74247) (xy 70.628499 83.82) (xy 90.126502 83.82) (xy 90.146457 84.048086) + (xy 90.205715 84.26924) (xy 90.205717 84.269246) (xy 90.302477 84.476749) (xy 90.346019 84.538934) + (xy 90.433802 84.6643) (xy 90.5957 84.826198) (xy 90.783251 84.957523) (xy 90.990757 85.054284) + (xy 91.211913 85.113543) (xy 91.44 85.133498) (xy 91.668087 85.113543) (xy 91.889243 85.054284) + (xy 92.096749 84.957523) (xy 92.2843 84.826198) (xy 92.446198 84.6643) (xy 92.577523 84.476749) + (xy 92.674284 84.269243) (xy 92.733543 84.048087) (xy 92.753498 83.82) (xy 92.733543 83.591913) + (xy 92.674284 83.370757) (xy 92.577523 83.163251) (xy 92.446198 82.9757) (xy 92.2843 82.813802) + (xy 92.096749 82.682477) (xy 92.057543 82.664195) (xy 92.004258 82.617279) (xy 91.984796 82.549002) + (xy 92.005337 82.481042) (xy 92.057543 82.435805) (xy 92.059997 82.43466) (xy 92.096749 82.417523) + (xy 92.2843 82.286198) (xy 92.446198 82.1243) (xy 92.577523 81.936749) (xy 92.674284 81.729243) + (xy 92.733543 81.508087) (xy 92.753498 81.28) (xy 92.733543 81.051913) (xy 92.674284 80.830757) + (xy 92.577523 80.623251) (xy 92.446198 80.4357) (xy 92.2843 80.273802) (xy 92.096749 80.142477) + (xy 92.07857 80.134) (xy 91.889246 80.045717) (xy 91.88924 80.045715) (xy 91.795771 80.02067) (xy 91.668087 79.986457) + (xy 91.44 79.966502) (xy 91.211913 79.986457) (xy 90.990759 80.045715) (xy 90.990753 80.045717) + (xy 90.78325 80.142477) (xy 90.595703 80.273799) (xy 90.595697 80.273804) (xy 90.433804 80.435697) + (xy 90.433799 80.435703) (xy 90.302477 80.62325) (xy 90.205717 80.830753) (xy 90.205715 80.830759) + (xy 90.149391 81.040964) (xy 90.146457 81.051913) (xy 90.126502 81.28) (xy 90.146457 81.508087) + (xy 90.164029 81.573665) (xy 90.205715 81.72924) (xy 90.205717 81.729246) (xy 90.302477 81.936749) + (xy 90.383357 82.052258) (xy 90.433802 82.1243) (xy 90.5957 82.286198) (xy 90.783251 82.417523) + (xy 90.818359 82.433894) (xy 90.822457 82.435805) (xy 90.875742 82.482722) (xy 90.895203 82.550999) + (xy 90.874661 82.618959) (xy 90.822457 82.664195) (xy 90.78325 82.682477) (xy 90.595703 82.813799) + (xy 90.595697 82.813804) (xy 90.433804 82.975697) (xy 90.433799 82.975703) (xy 90.302477 83.16325) + (xy 90.205717 83.370753) (xy 90.205715 83.370759) (xy 90.146457 83.591913) (xy 90.126502 83.82) + (xy 70.628499 83.82) (xy 70.628499 76.373399) (xy 70.648501 76.305278) (xy 70.665404 76.284304) + (xy 72.461111 74.488597) (xy 77.332 74.488597) (xy 77.338505 74.549093) (xy 77.389555 74.685964) + (xy 77.389555 74.685965) (xy 77.477095 74.802904) (xy 77.594034 74.890444) (xy 77.730906 74.941494) + (xy 77.791402 74.947999) (xy 77.791415 74.948) (xy 78.486 74.948) (xy 78.486 73.970702) (xy 78.547007 74.005925) + (xy 78.674174 74.04) (xy 78.805826 74.04) (xy 78.932993 74.005925) (xy 78.994 73.970702) (xy 78.994 74.948) + (xy 79.688585 74.948) (xy 79.688597 74.947999) (xy 79.749093 74.941494) (xy 79.885964 74.890444) + (xy 79.885965 74.890444) (xy 80.002904 74.802904) (xy 80.090444 74.685965) (xy 80.090445 74.685963) + (xy 80.104413 74.648513) (xy 80.146959 74.591677) (xy 80.213479 74.566865) (xy 80.282853 74.581956) + (xy 80.29986 74.593112) (xy 80.466983 74.72319) (xy 80.672273 74.834287) (xy 80.893049 74.91008) + (xy 81.123288 74.9485) (xy 81.123292 74.9485) (xy 81.356708 74.9485) (xy 81.356712 74.9485) (xy 81.586951 74.91008) + (xy 81.807727 74.834287) (xy 82.013017 74.72319) (xy 82.19722 74.579818) (xy 82.225505 74.549093) + (xy 82.281195 74.488597) (xy 82.355314 74.408083) (xy 82.384517 74.363383) (xy 82.438519 74.317296) + (xy 82.508867 74.30772) (xy 82.573225 74.337696) (xy 82.595481 74.363382) (xy 82.624686 74.408083) + (xy 82.624687 74.408084) (xy 82.782774 74.579813) (xy 82.782778 74.579817) (xy 82.84865 74.631087) + (xy 82.966983 74.72319) (xy 83.172273 74.834287) (xy 83.393049 74.91008) (xy 83.623288 74.9485) + (xy 83.623292 74.9485) (xy 83.856708 74.9485) (xy 83.856712 74.9485) (xy 84.086951 74.91008) (xy 84.307727 74.834287) + (xy 84.513017 74.72319) (xy 84.69722 74.579818) (xy 84.709145 74.566865) (xy 84.855314 74.408083) + (xy 84.982984 74.212669) (xy 85.076749 73.998907) (xy 85.134051 73.772626) (xy 85.153327 73.54) + (xy 85.134051 73.307374) (xy 85.076749 73.081093) (xy 84.982984 72.867331) (xy 84.884517 72.716615) + (xy 84.855314 72.671916) (xy 84.697225 72.500186) (xy 84.697221 72.500182) (xy 84.585906 72.413542) + (xy 84.513017 72.35681) (xy 84.307727 72.245713) (xy 84.307724 72.245712) (xy 84.307723 72.245711) + (xy 84.086955 72.169921) (xy 84.086948 72.169919) (xy 83.988411 72.153476) (xy 83.856712 72.1315) + (xy 83.623288 72.1315) (xy 83.508066 72.150727) (xy 83.393051 72.169919) (xy 83.393044 72.169921) + (xy 83.172276 72.245711) (xy 83.172273 72.245713) (xy 82.971655 72.354282) (xy 82.966985 72.356809) + (xy 82.966983 72.35681) (xy 82.782778 72.500182) (xy 82.782774 72.500186) (xy 82.624685 72.671916) + (xy 82.595483 72.716615) (xy 82.54148 72.762704) (xy 82.471132 72.772279) (xy 82.406774 72.742302) + (xy 82.384517 72.716615) (xy 82.355314 72.671916) (xy 82.197225 72.500186) (xy 82.197221 72.500182) + (xy 82.085906 72.413542) (xy 82.013017 72.35681) (xy 81.807727 72.245713) (xy 81.807724 72.245712) + (xy 81.807723 72.245711) (xy 81.586955 72.169921) (xy 81.586948 72.169919) (xy 81.488411 72.153476) + (xy 81.356712 72.1315) (xy 81.123288 72.1315) (xy 81.008066 72.150727) (xy 80.893051 72.169919) + (xy 80.893044 72.169921) (xy 80.672276 72.245711) (xy 80.672273 72.245713) (xy 80.471655 72.354282) + (xy 80.466985 72.356809) (xy 80.466983 72.35681) (xy 80.29986 72.486888) (xy 80.233818 72.512944) + (xy 80.164172 72.499159) (xy 80.113036 72.449909) (xy 80.104413 72.431487) (xy 80.090445 72.394036) + (xy 80.090444 72.394034) (xy 80.002904 72.277095) (xy 79.885965 72.189555) (xy 79.749093 72.138505) + (xy 79.688597 72.132) (xy 78.994 72.132) (xy 78.994 73.109297) (xy 78.932993 73.074075) (xy 78.805826 73.04) + (xy 78.674174 73.04) (xy 78.547007 73.074075) (xy 78.486 73.109297) (xy 78.486 72.132) (xy 77.791402 72.132) + (xy 77.730906 72.138505) (xy 77.594035 72.189555) (xy 77.594034 72.189555) (xy 77.477095 72.277095) + (xy 77.389555 72.394034) (xy 77.389555 72.394035) (xy 77.338505 72.530906) (xy 77.332 72.591402) + (xy 77.332 73.286) (xy 78.309297 73.286) (xy 78.274075 73.347007) (xy 78.24 73.474174) (xy 78.24 73.605826) + (xy 78.274075 73.732993) (xy 78.309297 73.794) (xy 77.332 73.794) (xy 77.332 74.488597) (xy 72.461111 74.488597) + (xy 75.829708 71.12) (xy 90.126502 71.12) (xy 90.146457 71.348087) (xy 90.205716 71.569243) (xy 90.302477 71.776749) + (xy 90.433802 71.9643) (xy 90.5957 72.126198) (xy 90.783251 72.257523) (xy 90.990757 72.354284) + (xy 91.211913 72.413543) (xy 91.44 72.433498) (xy 91.668087 72.413543) (xy 91.889243 72.354284) + (xy 92.096749 72.257523) (xy 92.2843 72.126198) (xy 92.446198 71.9643) (xy 92.577523 71.776749) + (xy 92.674284 71.569243) (xy 92.733543 71.348087) (xy 92.753498 71.12) (xy 92.733543 70.891913) + (xy 92.674284 70.670757) (xy 92.577523 70.463251) (xy 92.446198 70.2757) (xy 92.2843 70.113802) + (xy 92.096749 69.982477) (xy 91.889246 69.885717) (xy 91.88924 69.885715) (xy 91.795771 69.86067) + (xy 91.668087 69.826457) (xy 91.44 69.806502) (xy 91.211913 69.826457) (xy 90.990759 69.885715) + (xy 90.990753 69.885717) (xy 90.78325 69.982477) (xy 90.595703 70.113799) (xy 90.595697 70.113804) + (xy 90.433804 70.275697) (xy 90.433799 70.275703) (xy 90.302477 70.46325) (xy 90.205717 70.670753) + (xy 90.205716 70.670757) (xy 90.146457 70.891913) (xy 90.126502 71.12) (xy 75.829708 71.12) (xy 80.527238 66.42247) + (xy 84.1715 66.42247) (xy 84.203469 66.6653) (xy 84.20347 66.665306) (xy 84.203471 66.665308) (xy 84.266865 66.901898) + (xy 84.360598 67.12819) (xy 84.360599 67.128191) (xy 84.360604 67.128201) (xy 84.483063 67.340306) + (xy 84.632173 67.534631) (xy 84.632182 67.534641) (xy 84.805358 67.707817) (xy 84.805368 67.707826) + (xy 84.805369 67.707827) (xy 84.99969 67.856934) (xy 85.21181 67.979402) (xy 85.438102 68.073135) + (xy 85.674692 68.136529) (xy 85.674698 68.136529) (xy 85.674699 68.13653) (xy 85.70256 68.140198) + (xy 85.917532 68.1685) (xy 85.917539 68.1685) (xy 86.162461 68.1685) (xy 86.162468 68.1685) (xy 86.405308 68.136529) + (xy 86.641898 68.073135) (xy 86.86819 67.979402) (xy 87.08031 67.856934) (xy 87.274631 67.707827) + (xy 87.447827 67.534631) (xy 87.596934 67.34031) (xy 87.719402 67.12819) (xy 87.813135 66.901898) + (xy 87.876529 66.665308) (xy 87.9085 66.422468) (xy 87.9085 65.657532) (xy 87.876529 65.414692) + (xy 87.813135 65.178102) (xy 87.719402 64.95181) (xy 87.596934 64.73969) (xy 87.447827 64.545369) + (xy 87.447826 64.545368) (xy 87.447817 64.545358) (xy 87.274641 64.372182) (xy 87.274631 64.372173) + (xy 87.080306 64.223063) (xy 86.868201 64.100604) (xy 86.868196 64.100601) (xy 86.86819 64.100598) + (xy 86.641898 64.006865) (xy 86.405308 63.943471) (xy 86.405306 63.94347) (xy 86.4053 63.943469) + (xy 86.16247 63.9115) (xy 86.162468 63.9115) (xy 85.917532 63.9115) (xy 85.917529 63.9115) (xy 85.674699 63.943469) + (xy 85.438102 64.006865) (xy 85.211808 64.100599) (xy 85.211798 64.100604) (xy 84.999693 64.223063) + (xy 84.805368 64.372173) (xy 84.805358 64.372182) (xy 84.632182 64.545358) (xy 84.632173 64.545368) + (xy 84.483063 64.739693) (xy 84.360604 64.951798) (xy 84.360599 64.951808) (xy 84.266865 65.178102) + (xy 84.203469 65.414699) (xy 84.1715 65.657529) (xy 84.1715 66.42247) (xy 80.527238 66.42247) (xy 89.452269 57.497439) + (xy 89.452273 57.497435) (xy 89.535718 57.372549) (xy 89.593197 57.233783) (xy 89.6225 57.08647) + (xy 89.6225 57.009066) (xy 89.642502 56.940945) (xy 89.676231 56.905852) (xy 89.704294 56.886202) + (xy 89.7043 56.886198) (xy 89.866198 56.7243) (xy 89.997523 56.536749) (xy 90.094284 56.329243) + (xy 90.153543 56.108087) (xy 90.173498 55.88) (xy 90.159699 55.722285) (xy 90.173688 55.652683) + (xy 90.196119 55.622217) (xy 91.778935 54.039402) (xy 91.841245 54.005379) (xy 91.868028 54.0025) + (xy 101.531972 54.0025) (xy 101.600093 54.022502) (xy 101.621067 54.039405) (xy 109.674596 62.092934) + (xy 109.708622 62.155246) (xy 109.711501 62.182029) (xy 109.711501 92.592832) (xy 109.691499 92.660953) + (xy 109.637843 92.707446) (xy 109.567569 92.71755) (xy 109.55289 92.714539) (xy 109.526418 92.707446) + (xy 109.448087 92.686457) (xy 109.22 92.666502) (xy 108.991913 92.686457) (xy 108.770759 92.745715) + (xy 108.770753 92.745717) (xy 108.56325 92.842477) (xy 108.375703 92.973799) (xy 108.375697 92.973804) + (xy 108.213804 93.135697) (xy 108.213799 93.135703) (xy 108.082477 93.32325) (xy 107.985717 93.530753) + (xy 107.985715 93.530759) (xy 107.943307 93.689027) (xy 107.926457 93.751913) (xy 107.906502 93.98) + (xy 107.926457 94.208087) (xy 107.949145 94.292759) (xy 107.985715 94.42924) (xy 107.985717 94.429246) + (xy 108.082477 94.636749) (xy 108.202806 94.808597) (xy 108.213802 94.8243) (xy 108.3757 94.986198) + (xy 108.563251 95.117523) (xy 108.770757 95.214284) (xy 108.991913 95.273543) (xy 109.22 95.293498) + (xy 109.448087 95.273543) (xy 109.552893 95.24546) (xy 109.623866 95.24715) (xy 109.682662 95.286944) + (xy 109.71061 95.352208) (xy 109.711501 95.367167) (xy 109.711501 102.753349) (xy 109.691499 102.82147) + (xy 109.637843 102.867963) (xy 109.567569 102.878067) (xy 109.55289 102.875056) (xy 109.448 102.846951) + (xy 109.448004 102.846951) (xy 109.22 102.827004) (xy 108.991997 102.846951) (xy 108.770931 102.906186) + (xy 108.770926 102.906188) (xy 108.5635 103.002913) (xy 108.492109 103.052899) (xy 109.179211 103.74) + (xy 109.167339 103.74) (xy 109.065606 103.767259) (xy 108.974394 103.81992) (xy 108.89992 103.894394) + (xy 108.847259 103.985606) (xy 108.82 104.087339) (xy 108.82 104.099209) (xy 108.1329 103.412109) + (xy 108.082913 103.4835) (xy 107.986188 103.690926) (xy 107.986186 103.690931) (xy 107.926951 103.911997) + (xy 107.907004 104.14) (xy 107.926951 104.368002) (xy 107.986186 104.589068) (xy 107.986188 104.589073) + (xy 108.082913 104.796501) (xy 108.132899 104.867888) (xy 108.82 104.180788) (xy 108.82 104.192661) + (xy 108.847259 104.294394) (xy 108.89992 104.385606) (xy 108.974394 104.46008) (xy 109.065606 104.512741) + (xy 109.167339 104.54) (xy 109.179208 104.54) (xy 108.49211 105.227097) (xy 108.49211 105.2271) + (xy 108.563498 105.277086) (xy 108.770926 105.373811) (xy 108.770931 105.373813) (xy 108.991999 105.433048) + (xy 108.991995 105.433048) (xy 109.22 105.452995) (xy 109.448004 105.433048) (xy 109.448008 105.433047) + (xy 109.552889 105.404944) (xy 109.623866 105.406633) (xy 109.682662 105.446426) (xy 109.71061 105.511691) + (xy 109.711501 105.52665) (xy 109.711501 107.832832) (xy 109.691499 107.900953) (xy 109.637843 107.947446) + (xy 109.567569 107.95755) (xy 109.55289 107.954539) (xy 109.515506 107.944522) (xy 109.448087 107.926457) + (xy 109.22 107.906502) (xy 108.991913 107.926457) (xy 108.770759 107.985715) (xy 108.770753 107.985717) + (xy 108.56325 108.082477) (xy 108.375703 108.213799) (xy 108.375697 108.213804) (xy 108.213804 108.375697) + (xy 108.213799 108.375703) (xy 108.082477 108.56325) (xy 107.985717 108.770753) (xy 107.985715 108.770759) + (xy 107.926457 108.991913) (xy 107.906502 109.22) (xy 107.926457 109.448086) (xy 107.985715 109.66924) + (xy 107.985717 109.669246) (xy 108.009438 109.720115) (xy 108.082477 109.876749) (xy 108.213802 110.0643) + (xy 108.3757 110.226198) (xy 108.563251 110.357523) (xy 108.770757 110.454284) (xy 108.991913 110.513543) + (xy 109.22 110.533498) (xy 109.448087 110.513543) (xy 109.552893 110.48546) (xy 109.623866 110.48715) + (xy 109.682662 110.526944) (xy 109.71061 110.592208) (xy 109.711501 110.607167) (xy 109.711501 117.757969) + (xy 109.691499 117.82609) (xy 109.674596 117.847065) (xy 109.477786 118.043874) (xy 109.415474 118.077899) + (xy 109.37771 118.080299) (xy 109.22 118.066502) (xy 108.991913 118.086457) (xy 108.770759 118.145715) + (xy 108.770753 118.145717) (xy 108.56325 118.242477) (xy 108.375703 118.373799) (xy 108.375697 118.373804) + (xy 108.213804 118.535697) (xy 108.213799 118.535703) (xy 108.082477 118.72325) (xy 107.985717 118.930753) + (xy 107.985715 118.930759) (xy 107.934416 119.12221) (xy 107.926457 119.151913) (xy 107.906502 119.38) + (xy 107.926457 119.608087) (xy 107.96067 119.735771) (xy 107.985715 119.82924) (xy 107.985717 119.829246) + (xy 108.082477 120.036749) (xy 108.166657 120.156971) (xy 108.213802 120.2243) (xy 108.3757 120.386198) + (xy 108.563251 120.517523) (xy 108.770757 120.614284) (xy 108.991913 120.673543) (xy 109.22 120.693498) + (xy 109.448087 120.673543) (xy 109.669243 120.614284) (xy 109.876749 120.517523) (xy 110.0643 120.386198) + (xy 110.226198 120.2243) (xy 110.357523 120.036749) (xy 110.454284 119.829243) (xy 110.513543 119.608087) + (xy 110.533498 119.38) (xy 110.519699 119.222285) (xy 110.533688 119.152683) (xy 110.556119 119.122217) + (xy 111.066273 118.612064) (xy 111.108735 118.548514) (xy 111.163212 118.502987) (xy 111.233655 118.494139) + (xy 111.297699 118.52478) (xy 111.33501 118.585182) (xy 111.3395 118.618517) (xy 111.3395 162.3735) + (xy 111.319498 162.441621) (xy 111.265842 162.488114) (xy 111.2135 162.4995) (xy 50.9865 162.4995) + (xy 50.918379 162.479498) (xy 50.871886 162.425842) (xy 50.8605 162.3735) (xy 50.8605 160.02) (xy 54.566502 160.02) + (xy 54.586457 160.248087) (xy 54.645716 160.469243) (xy 54.742477 160.676749) (xy 54.873802 160.8643) + (xy 55.0357 161.026198) (xy 55.223251 161.157523) (xy 55.430757 161.254284) (xy 55.651913 161.313543) + (xy 55.88 161.333498) (xy 56.108087 161.313543) (xy 56.329243 161.254284) (xy 56.536749 161.157523) + (xy 56.7243 161.026198) (xy 56.886198 160.8643) (xy 57.017523 160.676749) (xy 57.114284 160.469243) + (xy 57.173543 160.248087) (xy 57.193498 160.02) (xy 64.726502 160.02) (xy 64.746457 160.248087) + (xy 64.805716 160.469243) (xy 64.902477 160.676749) (xy 65.033802 160.8643) (xy 65.1957 161.026198) + (xy 65.383251 161.157523) (xy 65.590757 161.254284) (xy 65.811913 161.313543) (xy 66.04 161.333498) + (xy 66.268087 161.313543) (xy 66.489243 161.254284) (xy 66.696749 161.157523) (xy 66.8843 161.026198) + (xy 67.046198 160.8643) (xy 67.177523 160.676749) (xy 67.274284 160.469243) (xy 67.333543 160.248087) + (xy 67.353498 160.02) (xy 67.333543 159.791913) (xy 67.274284 159.570757) (xy 67.177523 159.363251) + (xy 67.046198 159.1757) (xy 66.8843 159.013802) (xy 66.858313 158.995606) (xy 66.696749 158.882477) + (xy 66.489246 158.785717) (xy 66.48924 158.785715) (xy 66.395771 158.76067) (xy 66.35595 158.75) + (xy 69.807004 158.75) (xy 69.826951 158.978002) (xy 69.886186 159.199068) (xy 69.886188 159.199073) + (xy 69.982913 159.406501) (xy 70.032899 159.477888) (xy 70.72 158.790788) (xy 70.72 158.802661) + (xy 70.747259 158.904394) (xy 70.79992 158.995606) (xy 70.874394 159.07008) (xy 70.965606 159.122741) + (xy 71.067339 159.15) (xy 71.07921 159.15) (xy 70.39211 159.837098) (xy 70.39211 159.8371) (xy 70.463498 159.887086) + (xy 70.670926 159.983811) (xy 70.670931 159.983813) (xy 70.891999 160.043048) (xy 70.891995 160.043048) + (xy 71.12 160.062995) (xy 71.348002 160.043048) (xy 71.569068 159.983813) (xy 71.569073 159.983811) + (xy 71.776497 159.887088) (xy 71.847888 159.837099) (xy 71.847888 159.837097) (xy 71.160791 159.15) + (xy 71.172661 159.15) (xy 71.274394 159.122741) (xy 71.365606 159.07008) (xy 71.44008 158.995606) + (xy 71.492741 158.904394) (xy 71.52 158.802661) (xy 71.52 158.790791) (xy 72.207097 159.477888) + (xy 72.207099 159.477888) (xy 72.257088 159.406497) (xy 72.353811 159.199073) (xy 72.353813 159.199068) + (xy 72.413048 158.978002) (xy 72.432995 158.75) (xy 79.966502 158.75) (xy 79.986457 158.978087) + (xy 80.01 159.06595) (xy 80.039407 159.1757) (xy 80.045716 159.199243) (xy 80.142477 159.406749) + (xy 80.273802 159.5943) (xy 80.4357 159.756198) (xy 80.623251 159.887523) (xy 80.830757 159.984284) + (xy 81.051913 160.043543) (xy 81.28 160.063498) (xy 81.508087 160.043543) (xy 81.729243 159.984284) + (xy 81.936749 159.887523) (xy 82.1243 159.756198) (xy 82.286198 159.5943) (xy 82.417523 159.406749) + (xy 82.435805 159.367543) (xy 82.482721 159.314258) (xy 82.550998 159.294796) (xy 82.618958 159.315337) + (xy 82.664195 159.367543) (xy 82.682477 159.406749) (xy 82.813802 159.5943) (xy 82.9757 159.756198) + (xy 83.163251 159.887523) (xy 83.370757 159.984284) (xy 83.591913 160.043543) (xy 83.82 160.063498) + (xy 84.048087 160.043543) (xy 84.269243 159.984284) (xy 84.476749 159.887523) (xy 84.6643 159.756198) + (xy 84.826198 159.5943) (xy 84.957523 159.406749) (xy 85.054284 159.199243) (xy 85.113543 158.978087) + (xy 85.133498 158.75) (xy 85.113543 158.521913) (xy 85.054284 158.300757) (xy 84.957523 158.093251) + (xy 84.826198 157.9057) (xy 84.6643 157.743802) (xy 84.548757 157.662898) (xy 84.476749 157.612477) + (xy 84.269246 157.515717) (xy 84.26924 157.515715) (xy 84.175771 157.49067) (xy 84.048087 157.456457) + (xy 83.82 157.436502) (xy 83.591913 157.456457) (xy 83.370759 157.515715) (xy 83.370753 157.515717) + (xy 83.16325 157.612477) (xy 82.975703 157.743799) (xy 82.975697 157.743804) (xy 82.813804 157.905697) + (xy 82.813799 157.905703) (xy 82.682477 158.09325) (xy 82.664195 158.132457) (xy 82.617278 158.185742) + (xy 82.549001 158.205203) (xy 82.481041 158.184661) (xy 82.435805 158.132457) (xy 82.417638 158.093498) + (xy 82.417523 158.093251) (xy 82.286198 157.9057) (xy 82.1243 157.743802) (xy 82.008757 157.662898) + (xy 81.936749 157.612477) (xy 81.729246 157.515717) (xy 81.72924 157.515715) (xy 81.635771 157.49067) + (xy 81.508087 157.456457) (xy 81.28 157.436502) (xy 81.051913 157.456457) (xy 80.830759 157.515715) + (xy 80.830753 157.515717) (xy 80.62325 157.612477) (xy 80.435703 157.743799) (xy 80.435697 157.743804) + (xy 80.273804 157.905697) (xy 80.273799 157.905703) (xy 80.142477 158.09325) (xy 80.045717 158.300753) + (xy 80.045715 158.300759) (xy 80.01 158.434049) (xy 79.986457 158.521913) (xy 79.966502 158.75) + (xy 72.432995 158.75) (xy 72.413048 158.521997) (xy 72.353813 158.300931) (xy 72.353811 158.300926) + (xy 72.257086 158.093498) (xy 72.2071 158.02211) (xy 72.207098 158.02211) (xy 71.52 158.709208) + (xy 71.52 158.697339) (xy 71.492741 158.595606) (xy 71.44008 158.504394) (xy 71.365606 158.42992) + (xy 71.274394 158.377259) (xy 71.172661 158.35) (xy 71.16079 158.35) (xy 71.847888 157.662899) (xy 71.847888 157.662898) + (xy 71.776501 157.612913) (xy 71.569073 157.516188) (xy 71.569068 157.516186) (xy 71.348 157.456951) + (xy 71.348004 157.456951) (xy 71.12 157.437004) (xy 70.891997 157.456951) (xy 70.670931 157.516186) + (xy 70.670926 157.516188) (xy 70.4635 157.612913) (xy 70.392109 157.6629) (xy 71.079209 158.35) + (xy 71.067339 158.35) (xy 70.965606 158.377259) (xy 70.874394 158.42992) (xy 70.79992 158.504394) + (xy 70.747259 158.595606) (xy 70.72 158.697339) (xy 70.72 158.709209) (xy 70.0329 158.022109) (xy 69.982913 158.0935) + (xy 69.886188 158.300926) (xy 69.886186 158.300931) (xy 69.826951 158.521997) (xy 69.807004 158.75) + (xy 66.35595 158.75) (xy 66.268087 158.726457) (xy 66.04 158.706502) (xy 65.811913 158.726457) (xy 65.590759 158.785715) + (xy 65.590753 158.785717) (xy 65.38325 158.882477) (xy 65.195703 159.013799) (xy 65.195697 159.013804) + (xy 65.033804 159.175697) (xy 65.033799 159.175703) (xy 64.902477 159.36325) (xy 64.805717 159.570753) + (xy 64.805715 159.570759) (xy 64.799407 159.594302) (xy 64.746457 159.791913) (xy 64.726502 160.02) + (xy 57.193498 160.02) (xy 57.173543 159.791913) (xy 57.114284 159.570757) (xy 57.017523 159.363251) + (xy 56.886198 159.1757) (xy 56.7243 159.013802) (xy 56.698313 158.995606) (xy 56.536749 158.882477) + (xy 56.329246 158.785717) (xy 56.32924 158.785715) (xy 56.235771 158.76067) (xy 56.108087 158.726457) + (xy 55.88 158.706502) (xy 55.651913 158.726457) (xy 55.430759 158.785715) (xy 55.430753 158.785717) + (xy 55.22325 158.882477) (xy 55.035703 159.013799) (xy 55.035697 159.013804) (xy 54.873804 159.175697) + (xy 54.873799 159.175703) (xy 54.742477 159.36325) (xy 54.645717 159.570753) (xy 54.645715 159.570759) + (xy 54.639407 159.594302) (xy 54.586457 159.791913) (xy 54.566502 160.02) (xy 50.8605 160.02) (xy 50.8605 156.21) + (xy 54.566502 156.21) (xy 54.586457 156.438087) (xy 54.589224 156.448412) (xy 54.645715 156.65924) + (xy 54.645717 156.659246) (xy 54.670348 156.712067) (xy 54.742477 156.866749) (xy 54.873802 157.0543) + (xy 55.0357 157.216198) (xy 55.223251 157.347523) (xy 55.430757 157.444284) (xy 55.651913 157.503543) + (xy 55.88 157.523498) (xy 56.108087 157.503543) (xy 56.329243 157.444284) (xy 56.536749 157.347523) + (xy 56.7243 157.216198) (xy 56.886198 157.0543) (xy 57.017523 156.866749) (xy 57.114284 156.659243) + (xy 57.173543 156.438087) (xy 57.193498 156.21) (xy 64.726502 156.21) (xy 64.746457 156.438087) + (xy 64.749224 156.448412) (xy 64.805715 156.65924) (xy 64.805717 156.659246) (xy 64.830348 156.712067) + (xy 64.902477 156.866749) (xy 65.033802 157.0543) (xy 65.1957 157.216198) (xy 65.383251 157.347523) + (xy 65.590757 157.444284) (xy 65.811913 157.503543) (xy 66.04 157.523498) (xy 66.268087 157.503543) + (xy 66.489243 157.444284) (xy 66.696749 157.347523) (xy 66.8843 157.216198) (xy 67.046198 157.0543) + (xy 67.177523 156.866749) (xy 67.274284 156.659243) (xy 67.333543 156.438087) (xy 67.353498 156.21) + (xy 67.333543 155.981913) (xy 67.276399 155.768649) (xy 77.3315 155.768649) (xy 77.338009 155.829196) + (xy 77.338011 155.829204) (xy 77.38911 155.966202) (xy 77.389112 155.966207) (xy 77.476738 156.083261) + (xy 77.593792 156.170887) (xy 77.593794 156.170888) (xy 77.593796 156.170889) (xy 77.645243 156.190078) + (xy 77.730795 156.221988) (xy 77.730803 156.22199) (xy 77.79135 156.228499) (xy 77.791355 156.228499) + (xy 77.791362 156.2285) (xy 77.791368 156.2285) (xy 79.688632 156.2285) (xy 79.688638 156.2285) + (xy 79.688645 156.228499) (xy 79.688649 156.228499) (xy 79.749196 156.22199) (xy 79.749199 156.221989) + (xy 79.749201 156.221989) (xy 79.886204 156.170889) (xy 80.003261 156.083261) (xy 80.063202 156.003189) + (xy 80.090887 155.966207) (xy 80.090888 155.966205) (xy 80.090887 155.966205) (xy 80.090889 155.966204) + (xy 80.104828 155.928832) (xy 80.147372 155.871999) (xy 80.213891 155.847187) (xy 80.283266 155.862278) + (xy 80.300273 155.873434) (xy 80.34746 155.910161) (xy 80.466983 156.00319) (xy 80.672273 156.114287) + (xy 80.893049 156.19008) (xy 81.123288 156.2285) (xy 81.123292 156.2285) (xy 81.356708 156.2285) + (xy 81.356712 156.2285) (xy 81.586951 156.19008) (xy 81.807727 156.114287) (xy 82.013017 156.00319) + (xy 82.19722 155.859818) (xy 82.198922 155.85797) (xy 82.281147 155.768649) (xy 82.355314 155.688083) + (xy 82.384517 155.643383) (xy 82.438519 155.597296) (xy 82.508867 155.58772) (xy 82.573225 155.617696) + (xy 82.595481 155.643382) (xy 82.624686 155.688083) (xy 82.624687 155.688084) (xy 82.782774 155.859813) + (xy 82.782778 155.859817) (xy 82.84746 155.910161) (xy 82.966983 156.00319) (xy 83.172273 156.114287) + (xy 83.393049 156.19008) (xy 83.623288 156.2285) (xy 83.623292 156.2285) (xy 83.856708 156.2285) + (xy 83.856712 156.2285) (xy 84.086951 156.19008) (xy 84.307727 156.114287) (xy 84.513017 156.00319) + (xy 84.69722 155.859818) (xy 84.698922 155.85797) (xy 84.855314 155.688083) (xy 84.982984 155.492669) + (xy 85.076749 155.278907) (xy 85.134051 155.052626) (xy 85.153327 154.82) (xy 85.134051 154.587374) + (xy 85.125554 154.55382) (xy 85.07675 154.361096) (xy 85.076747 154.361089) (xy 85.014989 154.220296) + (xy 84.982984 154.147331) (xy 84.901299 154.022302) (xy 84.855314 153.951916) (xy 84.697225 153.780186) + (xy 84.697221 153.780182) (xy 84.605118 153.708496) (xy 84.513017 153.63681) (xy 84.307727 153.525713) + (xy 84.307724 153.525712) (xy 84.307723 153.525711) (xy 84.086955 153.449921) (xy 84.086948 153.449919) + (xy 83.988411 153.433476) (xy 83.856712 153.4115) (xy 83.623288 153.4115) (xy 83.508066 153.430727) + (xy 83.393051 153.449919) (xy 83.393044 153.449921) (xy 83.172276 153.525711) (xy 83.172273 153.525713) + (xy 82.966985 153.636809) (xy 82.966983 153.63681) (xy 82.782778 153.780182) (xy 82.782774 153.780186) + (xy 82.624685 153.951916) (xy 82.595483 153.996615) (xy 82.54148 154.042704) (xy 82.471132 154.052279) + (xy 82.406774 154.022302) (xy 82.384517 153.996615) (xy 82.355314 153.951916) (xy 82.197225 153.780186) + (xy 82.197221 153.780182) (xy 82.105118 153.708496) (xy 82.013017 153.63681) (xy 81.807727 153.525713) + (xy 81.807724 153.525712) (xy 81.807723 153.525711) (xy 81.586955 153.449921) (xy 81.586948 153.449919) + (xy 81.488411 153.433476) (xy 81.356712 153.4115) (xy 81.123288 153.4115) (xy 81.008066 153.430727) + (xy 80.893051 153.449919) (xy 80.893044 153.449921) (xy 80.672276 153.525711) (xy 80.672273 153.525713) + (xy 80.466983 153.63681) (xy 80.419463 153.673797) (xy 80.300274 153.766566) (xy 80.234232 153.792622) + (xy 80.164586 153.778837) (xy 80.11345 153.729587) (xy 80.104828 153.711167) (xy 80.090889 153.673796) + (xy 80.090887 153.673792) (xy 80.003261 153.556738) (xy 79.886207 153.469112) (xy 79.886202 153.46911) + (xy 79.749204 153.418011) (xy 79.749196 153.418009) (xy 79.688649 153.4115) (xy 79.688638 153.4115) + (xy 77.791362 153.4115) (xy 77.79135 153.4115) (xy 77.730803 153.418009) (xy 77.730795 153.418011) + (xy 77.593797 153.46911) (xy 77.593792 153.469112) (xy 77.476738 153.556738) (xy 77.389112 153.673792) + (xy 77.38911 153.673797) (xy 77.338011 153.810795) (xy 77.338009 153.810803) (xy 77.3315 153.87135) + (xy 77.3315 155.768649) (xy 67.276399 155.768649) (xy 67.274284 155.760757) (xy 67.177523 155.553251) + (xy 67.046198 155.3657) (xy 66.8843 155.203802) (xy 66.696749 155.072477) (xy 66.654178 155.052626) + (xy 66.489246 154.975717) (xy 66.48924 154.975715) (xy 66.395771 154.95067) (xy 66.268087 154.916457) + (xy 66.04 154.896502) (xy 65.811913 154.916457) (xy 65.590759 154.975715) (xy 65.590753 154.975717) + (xy 65.38325 155.072477) (xy 65.195703 155.203799) (xy 65.195697 155.203804) (xy 65.033804 155.365697) + (xy 65.033799 155.365703) (xy 64.902477 155.55325) (xy 64.805717 155.760753) (xy 64.805715 155.760759) + (xy 64.750667 155.966202) (xy 64.746457 155.981913) (xy 64.726502 156.21) (xy 57.193498 156.21) + (xy 57.173543 155.981913) (xy 57.114284 155.760757) (xy 57.017523 155.553251) (xy 56.886198 155.3657) + (xy 56.7243 155.203802) (xy 56.536749 155.072477) (xy 56.494178 155.052626) (xy 56.329246 154.975717) + (xy 56.32924 154.975715) (xy 56.235771 154.95067) (xy 56.108087 154.916457) (xy 55.88 154.896502) + (xy 55.651913 154.916457) (xy 55.430759 154.975715) (xy 55.430753 154.975717) (xy 55.22325 155.072477) + (xy 55.035703 155.203799) (xy 55.035697 155.203804) (xy 54.873804 155.365697) (xy 54.873799 155.365703) + (xy 54.742477 155.55325) (xy 54.645717 155.760753) (xy 54.645715 155.760759) (xy 54.590667 155.966202) + (xy 54.586457 155.981913) (xy 54.566502 156.21) (xy 50.8605 156.21) (xy 50.8605 153.376) (xy 52.534502 153.376) + (xy 52.554457 153.604086) (xy 52.613715 153.82524) (xy 52.613717 153.825246) (xy 52.710477 154.032749) + (xy 52.801907 154.163325) (xy 52.841802 154.2203) (xy 53.0037 154.382198) (xy 53.191251 154.513523) + (xy 53.398757 154.610284) (xy 53.619913 154.669543) (xy 53.848 154.689498) (xy 54.076087 154.669543) + (xy 54.297243 154.610284) (xy 54.504749 154.513523) (xy 54.56891 154.468597) (xy 68.817 154.468597) + (xy 68.823505 154.529093) (xy 68.874555 154.665964) (xy 68.874555 154.665965) (xy 68.962095 154.782904) + (xy 69.079034 154.870444) (xy 69.215906 154.921494) (xy 69.276402 154.927999) (xy 69.276415 154.928) + (xy 69.596 154.928) (xy 69.596 153.94633) (xy 69.619745 153.970075) (xy 69.705255 154.019444) (xy 69.80063 154.045) + (xy 69.89937 154.045) (xy 69.994745 154.019444) (xy 70.080255 153.970075) (xy 70.0865 153.96383) + (xy 70.0865 153.996793) (xy 70.101579 154.072597) (xy 70.104 154.097179) (xy 70.104 154.928) (xy 70.423585 154.928) + (xy 70.423597 154.927999) (xy 70.484093 154.921494) (xy 70.620963 154.870445) (xy 70.628875 154.866125) + (xy 70.629978 154.868146) (xy 70.684646 154.847753) (xy 70.74186 154.857021) (xy 70.818539 154.888783) + (xy 71.018209 154.9285) (xy 71.01821 154.9285) (xy 71.22179 154.9285) (xy 71.221791 154.9285) (xy 71.421461 154.888783) + (xy 71.609546 154.810876) (xy 71.684998 154.760459) (xy 71.752751 154.739245) (xy 71.821218 154.758028) + (xy 71.824994 154.760454) (xy 71.900454 154.810876) (xy 72.088539 154.888783) (xy 72.288209 154.9285) + (xy 72.28821 154.9285) (xy 72.49179 154.9285) (xy 72.491791 154.9285) (xy 72.691461 154.888783) + (xy 72.879546 154.810876) (xy 73.048818 154.697772) (xy 73.192772 154.553818) (xy 73.305876 154.384546) + (xy 73.383783 154.196461) (xy 73.4235 153.996791) (xy 73.4235 153.343209) (xy 73.383783 153.143539) + (xy 73.305876 152.955454) (xy 73.192772 152.786182) (xy 73.048818 152.642228) (xy 72.879546 152.529124) + (xy 72.691461 152.451217) (xy 72.491793 152.4115) (xy 72.491791 152.4115) (xy 72.288209 152.4115) + (xy 72.288206 152.4115) (xy 72.088538 152.451217) (xy 72.088533 152.451219) (xy 71.900453 152.529124) + (xy 71.900449 152.529126) (xy 71.825001 152.579539) (xy 71.757248 152.600754) (xy 71.688782 152.581971) + (xy 71.684999 152.579539) (xy 71.60955 152.529126) (xy 71.609546 152.529124) (xy 71.421466 152.451219) + (xy 71.421461 152.451217) (xy 71.221793 152.4115) (xy 71.221791 152.4115) (xy 71.018209 152.4115) + (xy 71.018206 152.4115) (xy 70.818538 152.451217) (xy 70.818533 152.451219) (xy 70.741858 152.482978) + (xy 70.671269 152.490566) (xy 70.629647 152.47245) (xy 70.628871 152.473873) (xy 70.620963 152.469555) + (xy 70.484093 152.418505) (xy 70.423597 152.412) (xy 70.104 152.412) (xy 70.104 153.242819) (xy 70.101579 153.2674) + (xy 70.0865 153.343203) (xy 70.0865 153.37617) (xy 70.080255 153.369925) (xy 69.994745 153.320556) + (xy 69.89937 153.295) (xy 69.80063 153.295) (xy 69.705255 153.320556) (xy 69.619745 153.369925) + (xy 69.596 153.39367) (xy 69.596 152.412) (xy 69.276402 152.412) (xy 69.215906 152.418505) (xy 69.079035 152.469555) + (xy 69.079034 152.469555) (xy 68.962095 152.557095) (xy 68.874555 152.674034) (xy 68.874555 152.674035) + (xy 68.823505 152.810906) (xy 68.817 152.871402) (xy 68.817 153.416) (xy 69.57367 153.416) (xy 69.549925 153.439745) + (xy 69.500556 153.525255) (xy 69.475 153.62063) (xy 69.475 153.71937) (xy 69.500556 153.814745) + (xy 69.549925 153.900255) (xy 69.57367 153.924) (xy 68.817 153.924) (xy 68.817 154.468597) (xy 54.56891 154.468597) + (xy 54.6923 154.382198) (xy 54.854198 154.2203) (xy 54.985523 154.032749) (xy 55.082284 153.825243) + (xy 55.141543 153.604087) (xy 55.161498 153.376) (xy 55.141543 153.147913) (xy 55.082284 152.926757) + (xy 54.985523 152.719251) (xy 54.854198 152.5317) (xy 54.6923 152.369802) (xy 54.692296 152.369799) + (xy 54.504746 152.238474) (xy 54.499985 152.235726) (xy 54.501023 152.233927) (xy 54.454532 152.192963) + (xy 54.435095 152.124679) (xy 54.455661 152.056726) (xy 54.500782 152.017664) (xy 54.49973 152.015841) + (xy 54.504496 152.013088) (xy 54.575888 151.963099) (xy 54.575888 151.963097) (xy 53.888791 151.276) + (xy 53.900661 151.276) (xy 54.002394 151.248741) (xy 54.093606 151.19608) (xy 54.16808 151.121606) + (xy 54.220741 151.030394) (xy 54.248 150.928661) (xy 54.248 150.916791) (xy 54.935097 151.603888) + (xy 54.935099 151.603888) (xy 54.985088 151.532497) (xy 55.081811 151.325073) (xy 55.081813 151.325068) + (xy 55.141048 151.104002) (xy 55.160995 150.876) (xy 55.141048 150.647997) (xy 55.081813 150.426931) + (xy 55.081811 150.426926) (xy 54.985086 150.219498) (xy 54.9351 150.14811) (xy 54.935098 150.14811) + (xy 54.248 150.835208) (xy 54.248 150.823339) (xy 54.220741 150.721606) (xy 54.16808 150.630394) + (xy 54.093606 150.55592) (xy 54.002394 150.503259) (xy 53.900661 150.476) (xy 53.88879 150.476) + (xy 54.575888 149.788899) (xy 54.575888 149.788898) (xy 54.504501 149.738913) (xy 54.297073 149.642188) + (xy 54.297068 149.642186) (xy 54.076 149.582951) (xy 54.076004 149.582951) (xy 53.848 149.563004) + (xy 53.619997 149.582951) (xy 53.398931 149.642186) (xy 53.398926 149.642188) (xy 53.1915 149.738913) + (xy 53.120109 149.7889) (xy 53.807209 150.476) (xy 53.795339 150.476) (xy 53.693606 150.503259) + (xy 53.602394 150.55592) (xy 53.52792 150.630394) (xy 53.475259 150.721606) (xy 53.448 150.823339) + (xy 53.448 150.835209) (xy 52.7609 150.148109) (xy 52.710913 150.2195) (xy 52.614188 150.426926) + (xy 52.614186 150.426931) (xy 52.554951 150.647997) (xy 52.535004 150.876) (xy 52.554951 151.104002) + (xy 52.614186 151.325068) (xy 52.614188 151.325073) (xy 52.710913 151.532501) (xy 52.760899 151.603888) + (xy 53.448 150.916788) (xy 53.448 150.928661) (xy 53.475259 151.030394) (xy 53.52792 151.121606) + (xy 53.602394 151.19608) (xy 53.693606 151.248741) (xy 53.795339 151.276) (xy 53.80721 151.276) + (xy 53.12011 151.963098) (xy 53.12011 151.9631) (xy 53.191498 152.013086) (xy 53.196266 152.015839) + (xy 53.195178 152.017721) (xy 53.24142 152.058409) (xy 53.260904 152.12668) (xy 53.240386 152.194647) + (xy 53.195015 152.233995) (xy 53.196015 152.235726) (xy 53.191253 152.238474) (xy 53.003703 152.369799) + (xy 53.003697 152.369804) (xy 52.841804 152.531697) (xy 52.841799 152.531703) (xy 52.710477 152.71925) + (xy 52.613717 152.926753) (xy 52.613715 152.926759) (xy 52.554457 153.147913) (xy 52.534502 153.376) + (xy 50.8605 153.376) (xy 50.8605 148.168649) (xy 52.5395 148.168649) (xy 52.546009 148.229196) (xy 52.546011 148.229204) + (xy 52.59711 148.366202) (xy 52.597112 148.366207) (xy 52.684738 148.483261) (xy 52.801792 148.570887) + (xy 52.801794 148.570888) (xy 52.801796 148.570889) (xy 52.860875 148.592924) (xy 52.938795 148.621988) + (xy 52.938803 148.62199) (xy 52.99935 148.628499) (xy 52.999355 148.628499) (xy 52.999362 148.6285) + (xy 52.999368 148.6285) (xy 54.696632 148.6285) (xy 54.696638 148.6285) (xy 54.696645 148.628499) + (xy 54.696649 148.628499) (xy 54.757196 148.62199) (xy 54.757199 148.621989) (xy 54.757201 148.621989) + (xy 54.894204 148.570889) (xy 54.900125 148.566457) (xy 55.011261 148.483261) (xy 55.098887 148.366207) + (xy 55.098887 148.366206) (xy 55.098889 148.366204) (xy 55.149989 148.229201) (xy 55.155075 148.181898) + (xy 55.156499 148.168649) (xy 55.1565 148.168632) (xy 55.1565 146.471367) (xy 55.156499 146.47135) + (xy 55.14999 146.410803) (xy 55.149988 146.410795) (xy 55.112692 146.310803) (xy 55.098889 146.273796) + (xy 55.098888 146.273794) (xy 55.098887 146.273792) (xy 55.011261 146.156738) (xy 54.894207 146.069112) + (xy 54.894202 146.06911) (xy 54.757204 146.018011) (xy 54.757196 146.018009) (xy 54.696649 146.0115) + (xy 54.696638 146.0115) (xy 52.999362 146.0115) (xy 52.99935 146.0115) (xy 52.938803 146.018009) + (xy 52.938795 146.018011) (xy 52.801797 146.06911) (xy 52.801792 146.069112) (xy 52.684738 146.156738) + (xy 52.597112 146.273792) (xy 52.59711 146.273797) (xy 52.546011 146.410795) (xy 52.546009 146.410803) + (xy 52.5395 146.47135) (xy 52.5395 148.168649) (xy 50.8605 148.168649) (xy 50.8605 133.985) (xy 52.026502 133.985) + (xy 52.046457 134.213087) (xy 52.058812 134.259196) (xy 52.105715 134.43424) (xy 52.105717 134.434246) + (xy 52.202477 134.641749) (xy 52.302432 134.7845) (xy 52.333802 134.8293) (xy 52.4957 134.991198) + (xy 52.683251 135.122523) (xy 52.890757 135.219284) (xy 53.111913 135.278543) (xy 53.34 135.298498) + (xy 53.568087 135.278543) (xy 53.789243 135.219284) (xy 53.996749 135.122523) (xy 54.1843 134.991198) + (xy 54.346198 134.8293) (xy 54.477523 134.641749) (xy 54.574284 134.434243) (xy 54.633543 134.213087) + (xy 54.653498 133.985) (xy 54.633543 133.756913) (xy 54.574284 133.535757) (xy 54.477523 133.328251) + (xy 54.346198 133.1407) (xy 54.1843 132.978802) (xy 54.133292 132.943086) (xy 53.996749 132.847477) + (xy 53.789246 132.750717) (xy 53.78924 132.750715) (xy 53.65595 132.715) (xy 53.568087 132.691457) + (xy 53.34 132.671502) (xy 53.111913 132.691457) (xy 52.890759 132.750715) (xy 52.890753 132.750717) + (xy 52.68325 132.847477) (xy 52.495703 132.978799) (xy 52.495697 132.978804) (xy 52.333804 133.140697) + (xy 52.333799 133.140703) (xy 52.202477 133.32825) (xy 52.105717 133.535753) (xy 52.105715 133.535759) + (xy 52.056028 133.721195) (xy 52.046457 133.756913) (xy 52.026502 133.985) (xy 50.8605 133.985) + (xy 50.8605 127.213649) (xy 52.0315 127.213649) (xy 52.038009 127.274196) (xy 52.038011 127.274204) + (xy 52.08911 127.411202) (xy 52.089112 127.411207) (xy 52.176738 127.528261) (xy 52.293792 127.615887) + (xy 52.293794 127.615888) (xy 52.293796 127.615889) (xy 52.332862 127.63046) (xy 52.430795 127.666988) + (xy 52.430803 127.66699) (xy 52.49135 127.673499) (xy 52.491355 127.673499) (xy 52.491362 127.6735) + (xy 52.491368 127.6735) (xy 54.188632 127.6735) (xy 54.188638 127.6735) (xy 54.188645 127.673499) + (xy 54.188649 127.673499) (xy 54.249196 127.66699) (xy 54.249199 127.666989) (xy 54.249201 127.666989) + (xy 54.386204 127.615889) (xy 54.38973 127.61325) (xy 54.503261 127.528261) (xy 54.590887 127.411207) + (xy 54.590887 127.411206) (xy 54.590889 127.411204) (xy 54.641989 127.274201) (xy 54.643108 127.263799) + (xy 54.648499 127.213649) (xy 54.6485 127.213632) (xy 54.6485 125.516367) (xy 54.648499 125.51635) + (xy 54.64199 125.455803) (xy 54.641988 125.455795) (xy 54.605811 125.358804) (xy 54.590889 125.318796) + (xy 54.590888 125.318794) (xy 54.590887 125.318792) (xy 54.503261 125.201738) (xy 54.386207 125.114112) + (xy 54.386202 125.11411) (xy 54.249204 125.063011) (xy 54.249196 125.063009) (xy 54.188649 125.0565) + (xy 54.188638 125.0565) (xy 52.491362 125.0565) (xy 52.49135 125.0565) (xy 52.430803 125.063009) + (xy 52.430795 125.063011) (xy 52.293797 125.11411) (xy 52.293792 125.114112) (xy 52.176738 125.201738) + (xy 52.089112 125.318792) (xy 52.08911 125.318797) (xy 52.038011 125.455795) (xy 52.038009 125.455803) + (xy 52.0315 125.51635) (xy 52.0315 127.213649) (xy 50.8605 127.213649) (xy 50.8605 120.65) (xy 52.026502 120.65) + (xy 52.030307 120.693497) (xy 52.046457 120.878086) (xy 52.105715 121.09924) (xy 52.105717 121.099246) + (xy 52.181357 121.261457) (xy 52.202477 121.306749) (xy 52.333802 121.4943) (xy 52.4957 121.656198) + (xy 52.683251 121.787523) (xy 52.890757 121.884284) (xy 53.111913 121.943543) (xy 53.34 121.963498) + (xy 53.568087 121.943543) (xy 53.789243 121.884284) (xy 53.996749 121.787523) (xy 54.1843 121.656198) + (xy 54.346198 121.4943) (xy 54.477523 121.306749) (xy 54.574284 121.099243) (xy 54.633543 120.878087) + (xy 54.653498 120.65) (xy 54.633543 120.421913) (xy 54.574284 120.200757) (xy 54.477523 119.993251) + (xy 54.346198 119.8057) (xy 54.1843 119.643802) (xy 54.133292 119.608086) (xy 53.996749 119.512477) + (xy 53.789246 119.415717) (xy 53.78924 119.415715) (xy 53.65595 119.38) (xy 53.568087 119.356457) + (xy 53.34 119.336502) (xy 53.111913 119.356457) (xy 52.890759 119.415715) (xy 52.890753 119.415717) + (xy 52.68325 119.512477) (xy 52.495703 119.643799) (xy 52.495697 119.643804) (xy 52.333804 119.805697) + (xy 52.333799 119.805703) (xy 52.202477 119.99325) (xy 52.105717 120.200753) (xy 52.105715 120.200759) + (xy 52.046457 120.421913) (xy 52.026502 120.65) (xy 50.8605 120.65) (xy 50.8605 104.775) (xy 52.534502 104.775) + (xy 52.554457 105.003086) (xy 52.613715 105.22424) (xy 52.613717 105.224246) (xy 52.710477 105.431749) + (xy 52.776927 105.52665) (xy 52.841802 105.6193) (xy 53.0037 105.781198) (xy 53.191251 105.912523) + (xy 53.398757 106.009284) (xy 53.619913 106.068543) (xy 53.848 106.088498) (xy 54.076087 106.068543) + (xy 54.297243 106.009284) (xy 54.504749 105.912523) (xy 54.6923 105.781198) (xy 54.854198 105.6193) + (xy 54.985523 105.431749) (xy 55.082284 105.224243) (xy 55.141543 105.003087) (xy 55.161498 104.775) + (xy 55.141543 104.546913) (xy 55.082284 104.325757) (xy 54.985523 104.118251) (xy 54.854198 103.9307) + (xy 54.6923 103.768802) (xy 54.690096 103.767259) (xy 54.504749 103.637477) (xy 54.297246 103.540717) + (xy 54.29724 103.540715) (xy 54.150895 103.501502) (xy 54.076087 103.481457) (xy 53.848 103.461502) + (xy 53.619913 103.481457) (xy 53.398759 103.540715) (xy 53.398753 103.540717) (xy 53.19125 103.637477) + (xy 53.003703 103.768799) (xy 53.003697 103.768804) (xy 52.841804 103.930697) (xy 52.841799 103.930703) + (xy 52.710477 104.11825) (xy 52.613717 104.325753) (xy 52.613715 104.325759) (xy 52.554457 104.546913) + (xy 52.534502 104.775) (xy 50.8605 104.775) (xy 50.8605 99.06) (xy 52.534502 99.06) (xy 52.554457 99.288087) + (xy 52.570564 99.348199) (xy 52.613715 99.50924) (xy 52.613717 99.509246) (xy 52.710477 99.716749) + (xy 52.80627 99.853556) (xy 52.841802 99.9043) (xy 53.0037 100.066198) (xy 53.191251 100.197523) + (xy 53.398757 100.294284) (xy 53.619913 100.353543) (xy 53.848 100.373498) (xy 54.076087 100.353543) + (xy 54.297243 100.294284) (xy 54.504749 100.197523) (xy 54.6923 100.066198) (xy 54.854198 99.9043) + (xy 54.985523 99.716749) (xy 55.082284 99.509243) (xy 55.141543 99.288087) (xy 55.161498 99.06) + (xy 55.141543 98.831913) (xy 55.082284 98.610757) (xy 54.985523 98.403251) (xy 54.854198 98.2157) + (xy 54.6923 98.053802) (xy 54.643777 98.019826) (xy 54.504749 97.922477) (xy 54.297246 97.825717) + (xy 54.29724 97.825715) (xy 54.203771 97.80067) (xy 54.076087 97.766457) (xy 53.848 97.746502) (xy 53.619913 97.766457) + (xy 53.398759 97.825715) (xy 53.398753 97.825717) (xy 53.19125 97.922477) (xy 53.003703 98.053799) + (xy 53.003697 98.053804) (xy 52.841804 98.215697) (xy 52.841799 98.215703) (xy 52.710477 98.40325) + (xy 52.613717 98.610753) (xy 52.613715 98.610759) (xy 52.554457 98.831913) (xy 52.534502 99.06) + (xy 50.8605 99.06) (xy 50.8605 94.742) (xy 56.852502 94.742) (xy 56.872457 94.970087) (xy 56.892045 95.043189) + (xy 56.931715 95.19124) (xy 56.931717 95.191246) (xy 57.028477 95.398749) (xy 57.109039 95.513804) + (xy 57.159802 95.5863) (xy 57.3217 95.748198) (xy 57.509251 95.879523) (xy 57.716757 95.976284) + (xy 57.937913 96.035543) (xy 58.166 96.055498) (xy 58.394087 96.035543) (xy 58.615243 95.976284) + (xy 58.822749 95.879523) (xy 59.0103 95.748198) (xy 59.172198 95.5863) (xy 59.303523 95.398749) + (xy 59.400284 95.191243) (xy 59.459543 94.970087) (xy 59.479498 94.742) (xy 59.459543 94.513913) + (xy 59.400284 94.292757) (xy 59.303523 94.085251) (xy 59.172198 93.8977) (xy 59.0103 93.735802) + (xy 58.822749 93.604477) (xy 58.615246 93.507717) (xy 58.61524 93.507715) (xy 58.521771 93.48267) + (xy 58.394087 93.448457) (xy 58.166 93.428502) (xy 57.937913 93.448457) (xy 57.716759 93.507715) + (xy 57.716753 93.507717) (xy 57.50925 93.604477) (xy 57.321703 93.735799) (xy 57.321697 93.735804) + (xy 57.159804 93.897697) (xy 57.159799 93.897703) (xy 57.028477 94.08525) (xy 56.931717 94.292753) + (xy 56.931715 94.292759) (xy 56.872457 94.513913) (xy 56.852502 94.742) (xy 50.8605 94.742) (xy 50.8605 91.28) + (xy 59.381634 91.28) (xy 59.401066 91.526911) (xy 59.458885 91.767742) (xy 59.553665 91.996561) + (xy 59.683076 92.207741) (xy 59.683077 92.207743) (xy 59.843926 92.396073) (xy 60.032256 92.556922) + (xy 60.03226 92.556925) (xy 60.243437 92.686334) (xy 60.472258 92.781115) (xy 60.713089 92.838934) + (xy 60.96 92.858366) (xy 61.206911 92.838934) (xy 61.447742 92.781115) (xy 61.676563 92.686334) + (xy 61.88774 92.556925) (xy 62.076073 92.396073) (xy 62.236925 92.20774) (xy 62.366334 91.996563) + (xy 62.461115 91.767742) (xy 62.518934 91.526911) (xy 62.538366 91.28) (xy 62.518934 91.033089) + (xy 62.461115 90.792258) (xy 62.366334 90.563437) (xy 62.236925 90.35226) (xy 62.118411 90.213498) + (xy 62.076073 90.163926) (xy 61.887743 90.003077) (xy 61.887741 90.003076) (xy 61.88774 90.003075) + (xy 61.676563 89.873666) (xy 61.447742 89.778885) (xy 61.206911 89.721066) (xy 61.206912 89.721066) + (xy 60.96 89.701634) (xy 60.713088 89.721066) (xy 60.472257 89.778885) (xy 60.243438 89.873665) + (xy 60.032258 90.003076) (xy 60.032256 90.003077) (xy 59.843926 90.163926) (xy 59.683077 90.352256) + (xy 59.683076 90.352258) (xy 59.553665 90.563438) (xy 59.458885 90.792257) (xy 59.401066 91.033088) + (xy 59.381634 91.28) (xy 50.8605 91.28) (xy 50.8605 88.9) (xy 52.534502 88.9) (xy 52.554457 89.128087) + (xy 52.613716 89.349243) (xy 52.710477 89.556749) (xy 52.841802 89.7443) (xy 53.0037 89.906198) + (xy 53.191251 90.037523) (xy 53.398757 90.134284) (xy 53.619913 90.193543) (xy 53.848 90.213498) + (xy 54.076087 90.193543) (xy 54.297243 90.134284) (xy 54.504749 90.037523) (xy 54.6923 89.906198) + (xy 54.854198 89.7443) (xy 54.985523 89.556749) (xy 55.082284 89.349243) (xy 55.141543 89.128087) + (xy 55.161498 88.9) (xy 55.141543 88.671913) (xy 55.082284 88.450757) (xy 54.985523 88.243251) (xy 54.854198 88.0557) + (xy 54.6923 87.893802) (xy 54.504749 87.762477) (xy 54.465543 87.744195) (xy 54.412258 87.697279) + (xy 54.392796 87.629002) (xy 54.413337 87.561042) (xy 54.465543 87.515805) (xy 54.467997 87.51466) + (xy 54.504749 87.497523) (xy 54.6923 87.366198) (xy 54.854198 87.2043) (xy 54.985523 87.016749) + (xy 55.082284 86.809243) (xy 55.141543 86.588087) (xy 55.161498 86.36) (xy 55.141543 86.131913) + (xy 55.082284 85.910757) (xy 54.985523 85.703251) (xy 54.854198 85.5157) (xy 54.6923 85.353802) + (xy 54.575186 85.271798) (xy 54.504749 85.222477) (xy 54.297246 85.125717) (xy 54.29724 85.125715) + (xy 54.203771 85.10067) (xy 54.076087 85.066457) (xy 53.848 85.046502) (xy 53.619913 85.066457) + (xy 53.398759 85.125715) (xy 53.398753 85.125717) (xy 53.19125 85.222477) (xy 53.003703 85.353799) + (xy 53.003697 85.353804) (xy 52.841804 85.515697) (xy 52.841799 85.515703) (xy 52.710477 85.70325) + (xy 52.613717 85.910753) (xy 52.613715 85.910759) (xy 52.565806 86.089559) (xy 52.554457 86.131913) + (xy 52.534502 86.36) (xy 52.554457 86.588087) (xy 52.613716 86.809243) (xy 52.710477 87.016749) + (xy 52.841802 87.2043) (xy 53.0037 87.366198) (xy 53.191251 87.497523) (xy 53.226359 87.513894) + (xy 53.230457 87.515805) (xy 53.283742 87.562722) (xy 53.303203 87.630999) (xy 53.282661 87.698959) + (xy 53.230457 87.744195) (xy 53.19125 87.762477) (xy 53.003703 87.893799) (xy 53.003697 87.893804) + (xy 52.841804 88.055697) (xy 52.841799 88.055703) (xy 52.710477 88.24325) (xy 52.613717 88.450753) + (xy 52.613715 88.450759) (xy 52.569923 88.614193) (xy 52.554457 88.671913) (xy 52.534502 88.9) (xy 50.8605 88.9) + (xy 50.8605 82.98) (xy 59.381634 82.98) (xy 59.401066 83.226911) (xy 59.458885 83.467742) (xy 59.553665 83.696561) + (xy 59.683076 83.907741) (xy 59.683077 83.907743) (xy 59.843926 84.096073) (xy 60.002491 84.2315) + (xy 60.03226 84.256925) (xy 60.243437 84.386334) (xy 60.472258 84.481115) (xy 60.713089 84.538934) + (xy 60.96 84.558366) (xy 61.206911 84.538934) (xy 61.447742 84.481115) (xy 61.676563 84.386334) + (xy 61.88774 84.256925) (xy 62.076073 84.096073) (xy 62.236925 83.90774) (xy 62.366334 83.696563) + (xy 62.461115 83.467742) (xy 62.518934 83.226911) (xy 62.538366 82.98) (xy 62.518934 82.733089) + (xy 62.461115 82.492258) (xy 62.366334 82.263437) (xy 62.236925 82.05226) (xy 62.236922 82.052256) + (xy 62.076073 81.863926) (xy 61.887743 81.703077) (xy 61.887741 81.703076) (xy 61.88774 81.703075) + (xy 61.676563 81.573666) (xy 61.608343 81.545408) (xy 61.553063 81.50086) (xy 61.530642 81.433497) + (xy 61.5482 81.364706) (xy 61.600162 81.316328) (xy 61.656562 81.303) (xy 61.973585 81.303) (xy 61.973597 81.302999) + (xy 62.034093 81.296494) (xy 62.170964 81.245444) (xy 62.170965 81.245444) (xy 62.287904 81.157904) + (xy 62.375444 81.040965) (xy 62.375444 81.040964) (xy 62.426494 80.904093) (xy 62.432999 80.843597) + (xy 62.433 80.843585) (xy 62.433 80.134) (xy 61.515049 80.134) (xy 61.546558 80.057931) (xy 61.57 79.94008) + (xy 61.57 79.81992) (xy 61.546558 79.702069) (xy 61.515049 79.626) (xy 62.433 79.626) (xy 62.433 78.916414) + (xy 62.432999 78.916402) (xy 62.426494 78.855906) (xy 62.375444 78.719035) (xy 62.375444 78.719034) + (xy 62.287904 78.602095) (xy 62.170965 78.514555) (xy 62.034093 78.463505) (xy 61.973597 78.457) + (xy 61.214 78.457) (xy 61.214 79.32495) (xy 61.137931 79.293442) (xy 61.02008 79.27) (xy 60.89992 79.27) + (xy 60.782069 79.293442) (xy 60.706 79.32495) (xy 60.706 78.457) (xy 59.946402 78.457) (xy 59.885906 78.463505) + (xy 59.749035 78.514555) (xy 59.749034 78.514555) (xy 59.632095 78.602095) (xy 59.544555 78.719034) + (xy 59.544555 78.719035) (xy 59.493505 78.855906) (xy 59.487 78.916402) (xy 59.487 79.626) (xy 60.404951 79.626) + (xy 60.373442 79.702069) (xy 60.35 79.81992) (xy 60.35 79.94008) (xy 60.373442 80.057931) (xy 60.404951 80.134) + (xy 59.487 80.134) (xy 59.487 80.843597) (xy 59.493505 80.904093) (xy 59.544555 81.040964) (xy 59.544555 81.040965) + (xy 59.632095 81.157904) (xy 59.749034 81.245444) (xy 59.885906 81.296494) (xy 59.946402 81.302999) + (xy 59.946415 81.303) (xy 60.263438 81.303) (xy 60.331559 81.323002) (xy 60.378052 81.376658) (xy 60.388156 81.446932) + (xy 60.358662 81.511512) (xy 60.311656 81.545408) (xy 60.288243 81.555106) (xy 60.243438 81.573665) + (xy 60.032258 81.703076) (xy 60.032256 81.703077) (xy 59.843926 81.863926) (xy 59.683077 82.052256) + (xy 59.683076 82.052258) (xy 59.553665 82.263438) (xy 59.458885 82.492257) (xy 59.401066 82.733088) + (xy 59.381634 82.98) (xy 50.8605 82.98) (xy 50.8605 76.2) (xy 52.534502 76.2) (xy 52.554457 76.428087) + (xy 52.613716 76.649243) (xy 52.710477 76.856749) (xy 52.841802 77.0443) (xy 53.0037 77.206198) + (xy 53.191251 77.337523) (xy 53.398757 77.434284) (xy 53.619913 77.493543) (xy 53.848 77.513498) + (xy 54.076087 77.493543) (xy 54.297243 77.434284) (xy 54.504749 77.337523) (xy 54.6923 77.206198) + (xy 54.854198 77.0443) (xy 54.985523 76.856749) (xy 55.082284 76.649243) (xy 55.141543 76.428087) + (xy 55.161498 76.2) (xy 55.141543 75.971913) (xy 55.082284 75.750757) (xy 54.985523 75.543251) (xy 54.854198 75.3557) + (xy 54.6923 75.193802) (xy 54.504749 75.062477) (xy 54.297246 74.965717) (xy 54.29724 74.965715) + (xy 54.203771 74.94067) (xy 54.076087 74.906457) (xy 53.848 74.886502) (xy 53.619913 74.906457) + (xy 53.398759 74.965715) (xy 53.398753 74.965717) (xy 53.19125 75.062477) (xy 53.003703 75.193799) + (xy 53.003697 75.193804) (xy 52.841804 75.355697) (xy 52.841799 75.355703) (xy 52.710477 75.54325) + (xy 52.613717 75.750753) (xy 52.613715 75.750759) (xy 52.565616 75.930267) (xy 52.554457 75.971913) + (xy 52.534502 76.2) (xy 50.8605 76.2) (xy 50.8605 74.488597) (xy 57.012 74.488597) (xy 57.018505 74.549093) + (xy 57.069555 74.685964) (xy 57.069555 74.685965) (xy 57.157095 74.802904) (xy 57.274034 74.890444) + (xy 57.410906 74.941494) (xy 57.471402 74.947999) (xy 57.471415 74.948) (xy 58.166 74.948) (xy 58.166 73.970702) + (xy 58.227007 74.005925) (xy 58.354174 74.04) (xy 58.485826 74.04) (xy 58.612993 74.005925) (xy 58.674 73.970702) + (xy 58.674 74.948) (xy 59.368585 74.948) (xy 59.368597 74.947999) (xy 59.429093 74.941494) (xy 59.565964 74.890444) + (xy 59.565965 74.890444) (xy 59.682904 74.802904) (xy 59.770444 74.685965) (xy 59.770445 74.685963) + (xy 59.784413 74.648513) (xy 59.826959 74.591677) (xy 59.893479 74.566865) (xy 59.962853 74.581956) + (xy 59.97986 74.593112) (xy 60.146983 74.72319) (xy 60.352273 74.834287) (xy 60.573049 74.91008) + (xy 60.803288 74.9485) (xy 60.803292 74.9485) (xy 61.036708 74.9485) (xy 61.036712 74.9485) (xy 61.266951 74.91008) + (xy 61.487727 74.834287) (xy 61.693017 74.72319) (xy 61.87722 74.579818) (xy 61.905505 74.549093) + (xy 61.961195 74.488597) (xy 62.035314 74.408083) (xy 62.064517 74.363383) (xy 62.118519 74.317296) + (xy 62.188867 74.30772) (xy 62.253225 74.337696) (xy 62.275481 74.363382) (xy 62.304686 74.408083) + (xy 62.304687 74.408084) (xy 62.462774 74.579813) (xy 62.462778 74.579817) (xy 62.52865 74.631087) + (xy 62.646983 74.72319) (xy 62.852273 74.834287) (xy 63.073049 74.91008) (xy 63.303288 74.9485) + (xy 63.303292 74.9485) (xy 63.536708 74.9485) (xy 63.536712 74.9485) (xy 63.766951 74.91008) (xy 63.987727 74.834287) + (xy 64.193017 74.72319) (xy 64.37722 74.579818) (xy 64.389145 74.566865) (xy 64.535314 74.408083) + (xy 64.662984 74.212669) (xy 64.756749 73.998907) (xy 64.814051 73.772626) (xy 64.833327 73.54) + (xy 64.814051 73.307374) (xy 64.756749 73.081093) (xy 64.662984 72.867331) (xy 64.564517 72.716615) + (xy 64.535314 72.671916) (xy 64.377225 72.500186) (xy 64.377221 72.500182) (xy 64.265906 72.413542) + (xy 64.193017 72.35681) (xy 63.987727 72.245713) (xy 63.987724 72.245712) (xy 63.987723 72.245711) + (xy 63.766955 72.169921) (xy 63.766948 72.169919) (xy 63.668411 72.153476) (xy 63.536712 72.1315) + (xy 63.303288 72.1315) (xy 63.188066 72.150727) (xy 63.073051 72.169919) (xy 63.073044 72.169921) + (xy 62.852276 72.245711) (xy 62.852273 72.245713) (xy 62.651655 72.354282) (xy 62.646985 72.356809) + (xy 62.646983 72.35681) (xy 62.462778 72.500182) (xy 62.462774 72.500186) (xy 62.304685 72.671916) + (xy 62.275483 72.716615) (xy 62.22148 72.762704) (xy 62.151132 72.772279) (xy 62.086774 72.742302) + (xy 62.064517 72.716615) (xy 62.035314 72.671916) (xy 61.877225 72.500186) (xy 61.877221 72.500182) + (xy 61.765906 72.413542) (xy 61.693017 72.35681) (xy 61.487727 72.245713) (xy 61.487724 72.245712) + (xy 61.487723 72.245711) (xy 61.266955 72.169921) (xy 61.266948 72.169919) (xy 61.168411 72.153476) + (xy 61.036712 72.1315) (xy 60.803288 72.1315) (xy 60.688066 72.150727) (xy 60.573051 72.169919) + (xy 60.573044 72.169921) (xy 60.352276 72.245711) (xy 60.352273 72.245713) (xy 60.151655 72.354282) + (xy 60.146985 72.356809) (xy 60.146983 72.35681) (xy 59.97986 72.486888) (xy 59.913818 72.512944) + (xy 59.844172 72.499159) (xy 59.793036 72.449909) (xy 59.784413 72.431487) (xy 59.770445 72.394036) + (xy 59.770444 72.394034) (xy 59.682904 72.277095) (xy 59.565965 72.189555) (xy 59.429093 72.138505) + (xy 59.368597 72.132) (xy 58.674 72.132) (xy 58.674 73.109297) (xy 58.612993 73.074075) (xy 58.485826 73.04) + (xy 58.354174 73.04) (xy 58.227007 73.074075) (xy 58.166 73.109297) (xy 58.166 72.132) (xy 57.471402 72.132) + (xy 57.410906 72.138505) (xy 57.274035 72.189555) (xy 57.274034 72.189555) (xy 57.157095 72.277095) + (xy 57.069555 72.394034) (xy 57.069555 72.394035) (xy 57.018505 72.530906) (xy 57.012 72.591402) + (xy 57.012 73.286) (xy 57.989297 73.286) (xy 57.954075 73.347007) (xy 57.92 73.474174) (xy 57.92 73.605826) + (xy 57.954075 73.732993) (xy 57.989297 73.794) (xy 57.012 73.794) (xy 57.012 74.488597) (xy 50.8605 74.488597) + (xy 50.8605 66.42247) (xy 54.2515 66.42247) (xy 54.283469 66.6653) (xy 54.28347 66.665306) (xy 54.283471 66.665308) + (xy 54.346865 66.901898) (xy 54.440598 67.12819) (xy 54.440599 67.128191) (xy 54.440604 67.128201) + (xy 54.563063 67.340306) (xy 54.712173 67.534631) (xy 54.712182 67.534641) (xy 54.885358 67.707817) + (xy 54.885368 67.707826) (xy 54.885369 67.707827) (xy 55.07969 67.856934) (xy 55.29181 67.979402) + (xy 55.518102 68.073135) (xy 55.754692 68.136529) (xy 55.754698 68.136529) (xy 55.754699 68.13653) + (xy 55.78256 68.140198) (xy 55.997532 68.1685) (xy 55.997539 68.1685) (xy 56.242461 68.1685) (xy 56.242468 68.1685) + (xy 56.485308 68.136529) (xy 56.721898 68.073135) (xy 56.94819 67.979402) (xy 57.16031 67.856934) + (xy 57.354631 67.707827) (xy 57.527827 67.534631) (xy 57.676934 67.34031) (xy 57.799402 67.12819) + (xy 57.893135 66.901898) (xy 57.956529 66.665308) (xy 57.9885 66.42247) (xy 63.8515 66.42247) (xy 63.883469 66.6653) + (xy 63.88347 66.665306) (xy 63.883471 66.665308) (xy 63.946865 66.901898) (xy 64.040598 67.12819) + (xy 64.040599 67.128191) (xy 64.040604 67.128201) (xy 64.163063 67.340306) (xy 64.312173 67.534631) + (xy 64.312182 67.534641) (xy 64.485358 67.707817) (xy 64.485368 67.707826) (xy 64.485369 67.707827) + (xy 64.67969 67.856934) (xy 64.89181 67.979402) (xy 65.118102 68.073135) (xy 65.354692 68.136529) + (xy 65.354698 68.136529) (xy 65.354699 68.13653) (xy 65.38256 68.140198) (xy 65.597532 68.1685) + (xy 65.597539 68.1685) (xy 65.842461 68.1685) (xy 65.842468 68.1685) (xy 66.085308 68.136529) (xy 66.321898 68.073135) + (xy 66.54819 67.979402) (xy 66.76031 67.856934) (xy 66.954631 67.707827) (xy 67.127827 67.534631) + (xy 67.276934 67.34031) (xy 67.399402 67.12819) (xy 67.493135 66.901898) (xy 67.556529 66.665308) + (xy 67.5885 66.422468) (xy 67.5885 65.657532) (xy 67.556529 65.414692) (xy 67.493135 65.178102) + (xy 67.399402 64.95181) (xy 67.276934 64.73969) (xy 67.127827 64.545369) (xy 67.127826 64.545368) + (xy 67.127817 64.545358) (xy 66.954641 64.372182) (xy 66.954631 64.372173) (xy 66.760306 64.223063) + (xy 66.548201 64.100604) (xy 66.548196 64.100601) (xy 66.54819 64.100598) (xy 66.321898 64.006865) + (xy 66.085308 63.943471) (xy 66.085306 63.94347) (xy 66.0853 63.943469) (xy 65.84247 63.9115) (xy 65.842468 63.9115) + (xy 65.597532 63.9115) (xy 65.597529 63.9115) (xy 65.354699 63.943469) (xy 65.118102 64.006865) + (xy 64.891808 64.100599) (xy 64.891798 64.100604) (xy 64.679693 64.223063) (xy 64.485368 64.372173) + (xy 64.485358 64.372182) (xy 64.312182 64.545358) (xy 64.312173 64.545368) (xy 64.163063 64.739693) + (xy 64.040604 64.951798) (xy 64.040599 64.951808) (xy 63.946865 65.178102) (xy 63.883469 65.414699) + (xy 63.8515 65.657529) (xy 63.8515 66.42247) (xy 57.9885 66.42247) (xy 57.9885 66.422468) (xy 57.9885 65.657532) + (xy 57.956529 65.414692) (xy 57.893135 65.178102) (xy 57.799402 64.95181) (xy 57.676934 64.73969) + (xy 57.527827 64.545369) (xy 57.527826 64.545368) (xy 57.527817 64.545358) (xy 57.354641 64.372182) + (xy 57.354631 64.372173) (xy 57.160306 64.223063) (xy 56.948201 64.100604) (xy 56.948196 64.100601) + (xy 56.94819 64.100598) (xy 56.721898 64.006865) (xy 56.485308 63.943471) (xy 56.485306 63.94347) + (xy 56.4853 63.943469) (xy 56.24247 63.9115) (xy 56.242468 63.9115) (xy 55.997532 63.9115) (xy 55.997529 63.9115) + (xy 55.754699 63.943469) (xy 55.518102 64.006865) (xy 55.291808 64.100599) (xy 55.291798 64.100604) + (xy 55.079693 64.223063) (xy 54.885368 64.372173) (xy 54.885358 64.372182) (xy 54.712182 64.545358) + (xy 54.712173 64.545368) (xy 54.563063 64.739693) (xy 54.440604 64.951798) (xy 54.440599 64.951808) + (xy 54.346865 65.178102) (xy 54.283469 65.414699) (xy 54.2515 65.657529) (xy 54.2515 66.42247) (xy 50.8605 66.42247) + (xy 50.8605 57.15) (xy 65.946844 57.15) (xy 65.965285 57.372549) (xy 65.965437 57.374375) (xy 66.020702 57.592612) + (xy 66.020703 57.592613) (xy 66.111141 57.798793) (xy 66.234275 57.987265) (xy 66.234279 57.98727) + (xy 66.386762 58.152908) (xy 66.441331 58.195381) (xy 66.564424 58.291189) (xy 66.762426 58.398342) + (xy 66.762427 58.398342) (xy 66.762428 58.398343) (xy 66.874227 58.436723) (xy 66.975365 58.471444) + (xy 67.197431 58.5085) (xy 67.197435 58.5085) (xy 67.422565 58.5085) (xy 67.422569 58.5085) (xy 67.644635 58.471444) + (xy 67.857574 58.398342) (xy 68.055576 58.291189) (xy 68.23324 58.152906) (xy 68.385722 57.987268) + (xy 68.474816 57.850898) (xy 68.528819 57.80481) (xy 68.599167 57.795235) (xy 68.663524 57.825212) + (xy 68.685782 57.850899) (xy 68.72692 57.913866) (xy 68.726921 57.913866) (xy 69.365841 57.274946) + (xy 69.384075 57.342993) (xy 69.449901 57.457007) (xy 69.542993 57.550099) (xy 69.657007 57.615925) + (xy 69.725051 57.634157) (xy 69.08431 58.274898) (xy 69.104697 58.290766) (xy 69.104701 58.290768) + (xy 69.302628 58.397882) (xy 69.30263 58.397883) (xy 69.515483 58.470955) (xy 69.51549 58.470957) + (xy 69.737477 58.508) (xy 69.962523 58.508) (xy 70.184509 58.470957) (xy 70.184516 58.470955) (xy 70.397369 58.397883) + (xy 70.397371 58.397881) (xy 70.595298 58.290769) (xy 70.615688 58.274898) (xy 69.974947 57.634157) + (xy 70.042993 57.615925) (xy 70.157007 57.550099) (xy 70.250099 57.457007) (xy 70.315925 57.342993) + (xy 70.334158 57.274947) (xy 70.973077 57.913866) (xy 70.973078 57.913866) (xy 71.014516 57.850441) + (xy 71.068519 57.804352) (xy 71.138867 57.794777) (xy 71.203225 57.824754) (xy 71.225482 57.85044) + (xy 71.266921 57.913866) (xy 71.905841 57.274946) (xy 71.924075 57.342993) (xy 71.989901 57.457007) + (xy 72.082993 57.550099) (xy 72.197007 57.615925) (xy 72.265051 57.634157) (xy 71.62431 58.274898) + (xy 71.644697 58.290766) (xy 71.644701 58.290768) (xy 71.842628 58.397882) (xy 71.84263 58.397883) + (xy 72.055483 58.470955) (xy 72.05549 58.470957) (xy 72.277477 58.508) (xy 72.502523 58.508) (xy 72.724509 58.470957) + (xy 72.724516 58.470955) (xy 72.937369 58.397883) (xy 72.937371 58.397881) (xy 73.135298 58.290769) + (xy 73.155688 58.274898) (xy 72.514947 57.634157) (xy 72.582993 57.615925) (xy 72.697007 57.550099) + (xy 72.790099 57.457007) (xy 72.855925 57.342993) (xy 72.874158 57.274947) (xy 73.513077 57.913866) + (xy 73.513078 57.913866) (xy 73.554217 57.850899) (xy 73.608221 57.80481) (xy 73.678568 57.795235) + (xy 73.742926 57.825212) (xy 73.765183 57.850898) (xy 73.854279 57.98727) (xy 74.006762 58.152908) + (xy 74.061331 58.195381) (xy 74.184424 58.291189) (xy 74.382426 58.398342) (xy 74.382427 58.398342) + (xy 74.382428 58.398343) (xy 74.494227 58.436723) (xy 74.595365 58.471444) (xy 74.817431 58.5085) + (xy 74.817435 58.5085) (xy 75.042565 58.5085) (xy 75.042569 58.5085) (xy 75.264635 58.471444) (xy 75.477574 58.398342) + (xy 75.675576 58.291189) (xy 75.85324 58.152906) (xy 75.966516 58.029856) (xy 76.027368 57.993286) + (xy 76.098333 57.995421) (xy 76.156878 58.035583) (xy 76.173857 58.066517) (xy 76.174783 58.066086) + (xy 76.177883 58.072733) (xy 76.177885 58.072738) (xy 76.227335 58.152908) (xy 76.27097 58.223652) + (xy 76.270975 58.223658) (xy 76.396341 58.349024) (xy 76.396347 58.349029) (xy 76.396348 58.34903) + (xy 76.547262 58.442115) (xy 76.715574 58.497887) (xy 76.819455 58.5085) (xy 78.120544 58.508499) + (xy 78.224426 58.497887) (xy 78.392738 58.442115) (xy 78.543652 58.34903) (xy 78.66903 58.223652) + (xy 78.762115 58.072738) (xy 78.817887 57.904426) (xy 78.8285 57.800545) (xy 78.828499 56.499456) + (xy 78.826306 56.477993) (xy 78.817887 56.395574) (xy 78.814758 56.386131) (xy 78.762115 56.227262) + (xy 78.66903 56.076348) (xy 78.669029 56.076347) (xy 78.669024 56.076341) (xy 78.543658 55.950975) + (xy 78.543652 55.95097) (xy 78.527167 55.940802) (xy 78.392738 55.857885) (xy 78.392734 55.857883) + (xy 78.392733 55.857883) (xy 78.386086 55.854783) (xy 78.387055 55.852704) (xy 78.337819 55.818611) + (xy 78.310567 55.753053) (xy 78.323085 55.683168) (xy 78.358438 55.639994) (xy 78.393235 55.61291) + (xy 78.393237 55.612908) (xy 78.39324 55.612906) (xy 78.545722 55.447268) (xy 78.66886 55.258791) + (xy 78.759296 55.052616) (xy 78.814564 54.834368) (xy 78.833156 54.61) (xy 78.814564 54.385632) + (xy 78.759296 54.167384) (xy 78.66886 53.961209) (xy 78.651597 53.934786) (xy 78.545724 53.772734) + (xy 78.54572 53.772729) (xy 78.393237 53.607091) (xy 78.311382 53.543381) (xy 78.215576 53.468811) + (xy 78.017574 53.361658) (xy 78.017572 53.361657) (xy 78.017571 53.361656) (xy 77.804639 53.288557) + (xy 77.80463 53.288555) (xy 77.760476 53.281187) (xy 77.582569 53.2515) (xy 77.357431 53.2515) (xy 77.209211 53.276233) + (xy 77.135369 53.288555) (xy 77.13536 53.288557) (xy 76.922428 53.361656) (xy 76.922426 53.361658) + (xy 76.724426 53.46881) (xy 76.724424 53.468811) (xy 76.546762 53.607091) (xy 76.394279 53.772729) + (xy 76.305483 53.908643) (xy 76.251479 53.954731) (xy 76.181131 53.964306) (xy 76.116774 53.934329) + (xy 76.094517 53.908643) (xy 76.00572 53.772729) (xy 75.853237 53.607091) (xy 75.771382 53.543381) + (xy 75.675576 53.468811) (xy 75.477574 53.361658) (xy 75.477572 53.361657) (xy 75.477571 53.361656) + (xy 75.264639 53.288557) (xy 75.26463 53.288555) (xy 75.220476 53.281187) (xy 75.042569 53.2515) + (xy 74.817431 53.2515) (xy 74.669211 53.276233) (xy 74.595369 53.288555) (xy 74.59536 53.288557) + (xy 74.382428 53.361656) (xy 74.382426 53.361658) (xy 74.184426 53.46881) (xy 74.184424 53.468811) + (xy 74.006762 53.607091) (xy 73.854279 53.772729) (xy 73.765183 53.909101) (xy 73.711179 53.955189) + (xy 73.640831 53.964764) (xy 73.576474 53.934786) (xy 73.554217 53.9091) (xy 73.513078 53.846132) + (xy 72.874157 54.485051) (xy 72.855925 54.417007) (xy 72.790099 54.302993) (xy 72.697007 54.209901) + (xy 72.582993 54.144075) (xy 72.514947 54.125841) (xy 73.155688 53.4851) (xy 73.155687 53.485099) + (xy 73.135308 53.469237) (xy 73.135298 53.469231) (xy 72.937371 53.362117) (xy 72.937369 53.362116) + (xy 72.724516 53.289044) (xy 72.724509 53.289042) (xy 72.502523 53.252) (xy 72.277477 53.252) (xy 72.05549 53.289042) + (xy 72.055483 53.289044) (xy 71.84263 53.362116) (xy 71.842628 53.362118) (xy 71.6447 53.46923) + (xy 71.644693 53.469235) (xy 71.624311 53.485099) (xy 71.62431 53.4851) (xy 72.265052 54.125842) + (xy 72.197007 54.144075) (xy 72.082993 54.209901) (xy 71.989901 54.302993) (xy 71.924075 54.417007) + (xy 71.905842 54.485052) (xy 71.266921 53.846131) (xy 71.26692 53.846132) (xy 71.225482 53.909558) + (xy 71.171479 53.955647) (xy 71.101131 53.965222) (xy 71.036773 53.935245) (xy 71.014516 53.909558) + (xy 70.973078 53.846132) (xy 70.334157 54.485051) (xy 70.315925 54.417007) (xy 70.250099 54.302993) + (xy 70.157007 54.209901) (xy 70.042993 54.144075) (xy 69.974947 54.125841) (xy 70.615688 53.4851) + (xy 70.615687 53.485099) (xy 70.595308 53.469237) (xy 70.595298 53.469231) (xy 70.397371 53.362117) + (xy 70.397369 53.362116) (xy 70.184516 53.289044) (xy 70.184509 53.289042) (xy 69.962523 53.252) + (xy 69.737477 53.252) (xy 69.51549 53.289042) (xy 69.515483 53.289044) (xy 69.30263 53.362116) (xy 69.302628 53.362118) + (xy 69.1047 53.46923) (xy 69.104693 53.469235) (xy 69.084311 53.485099) (xy 69.08431 53.4851) (xy 69.725052 54.125842) + (xy 69.657007 54.144075) (xy 69.542993 54.209901) (xy 69.449901 54.302993) (xy 69.384075 54.417007) + (xy 69.365842 54.485052) (xy 68.726921 53.846131) (xy 68.726919 53.846132) (xy 68.685781 53.9091) + (xy 68.631777 53.955189) (xy 68.56143 53.964764) (xy 68.497072 53.934787) (xy 68.474816 53.909101) + (xy 68.433676 53.846131) (xy 68.385724 53.772734) (xy 68.38572 53.772729) (xy 68.233237 53.607091) + (xy 68.151382 53.543381) (xy 68.055576 53.468811) (xy 67.857574 53.361658) (xy 67.857572 53.361657) + (xy 67.857571 53.361656) (xy 67.644639 53.288557) (xy 67.64463 53.288555) (xy 67.600476 53.281187) + (xy 67.422569 53.2515) (xy 67.197431 53.2515) (xy 67.049211 53.276233) (xy 66.975369 53.288555) + (xy 66.97536 53.288557) (xy 66.762428 53.361656) (xy 66.762426 53.361658) (xy 66.564426 53.46881) + (xy 66.564424 53.468811) (xy 66.386762 53.607091) (xy 66.234279 53.772729) (xy 66.234275 53.772734) + (xy 66.111141 53.961206) (xy 66.020703 54.167386) (xy 66.020702 54.167387) (xy 65.965437 54.385624) + (xy 65.965436 54.38563) (xy 65.965436 54.385632) (xy 65.946844 54.61) (xy 65.965408 54.834035) (xy 65.965437 54.834375) + (xy 66.020702 55.052612) (xy 66.020703 55.052613) (xy 66.020704 55.052616) (xy 66.059222 55.140428) + (xy 66.111141 55.258793) (xy 66.234275 55.447265) (xy 66.234279 55.44727) (xy 66.386762 55.612908) + (xy 66.436876 55.651913) (xy 66.564424 55.751189) (xy 66.597678 55.769185) (xy 66.59768 55.769186) + (xy 66.648071 55.8192) (xy 66.663423 55.888516) (xy 66.638862 55.955129) (xy 66.59768 55.990813) + (xy 66.564426 56.00881) (xy 66.564424 56.008811) (xy 66.386762 56.147091) (xy 66.234279 56.312729) + (xy 66.234275 56.312734) (xy 66.111141 56.501206) (xy 66.020703 56.707386) (xy 66.020702 56.707387) + (xy 65.965437 56.925624) (xy 65.965436 56.92563) (xy 65.965436 56.925632) (xy 65.946844 57.15) (xy 50.8605 57.15) + (xy 50.8605 50.9865) (xy 50.880502 50.918379) (xy 50.934158 50.871886) (xy 50.9865 50.8605) (xy 111.2135 50.8605) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 64.580532 120.156971) (xy 64.637368 120.199518) (xy 64.662179 120.266038) (xy 64.6625 120.275027) + (xy 64.6625 121.699518) (xy 64.642498 121.767639) (xy 64.625596 121.788613) (xy 63.9 122.514209) + (xy 63.9 122.502339) (xy 63.872741 122.400606) (xy 63.82008 122.309394) (xy 63.745606 122.23492) + (xy 63.654394 122.182259) (xy 63.552661 122.155) (xy 63.540789 122.155) (xy 64.227888 121.467899) + (xy 64.227888 121.467898) (xy 64.156501 121.417913) (xy 63.949073 121.321188) (xy 63.949068 121.321186) + (xy 63.728002 121.261951) (xy 63.669254 121.256812) (xy 63.603136 121.230948) (xy 63.561497 121.173445) + (xy 63.557556 121.102558) (xy 63.59114 121.042197) (xy 64.447407 120.18593) (xy 64.509717 120.151906) + ) + ) + ) +) \ No newline at end of file diff --git a/src/basspp/main/main.kicad_pro b/src/basspp/main/main.kicad_pro index a54a630d..82f23950 100644 --- a/src/basspp/main/main.kicad_pro +++ b/src/basspp/main/main.kicad_pro @@ -174,6 +174,13 @@ "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -382,10 +389,10 @@ "no_connect_dangling": "warning", "pin_not_connected": "error", "pin_not_driven": "error", - "pin_to_pin": "warning", + "pin_to_pin": "error", "power_pin_not_driven": "error", "similar_labels": "warning", - "simulation_model_issue": "error", + "simulation_model_issue": "ignore", "unannotated": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", @@ -645,14 +652,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -666,6 +734,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -682,6 +755,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -689,7 +763,7 @@ "sheets": [ [ "a4d18036-a387-420c-bda6-4b0d95ff6393", - "" + "Root" ] ], "text_variables": {} diff --git a/src/basspp/main/main.kicad_sch b/src/basspp/main/main.kicad_sch index 22eeedca..f0cd68fd 100644 --- a/src/basspp/main/main.kicad_sch +++ b/src/basspp/main/main.kicad_sch @@ -1,5304 +1,13666 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid a4d18036-a387-420c-bda6-4b0d95ff6393) - - (paper "A4") - - (title_block - (title "Bass++") - (date "2019-10-03") - (rev "01") - (comment 1 "Original design by Thomas Henry") - (comment 2 "Schema for main circuit") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Amplifier_Operational:LM13700" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 3.81 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM13700" (at 5.08 -5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -7.62 0.635 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LM13700_1_1" - (polyline - (pts - (xy 3.81 -0.635) - (xy 3.81 -2.54) - (xy 5.08 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - (xy 5.08 0) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 2.54) - (name "DIODE_BIAS" (effects (font (size 0.508 0.508)))) - (number "15" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 7.62 -2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM13700_2_0" - (polyline - (pts - (xy -1.905 2.54) - (xy -3.175 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LM13700_2_1" - (circle (center -2.54 1.905) (radius 0.254) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -3.81 -0.635) - (xy -2.54 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.81 1.27) - (xy -3.81 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 -1.905) - (xy -1.27 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 0) - (xy -2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.81 0.635) - (xy -2.54 1.27) - (xy -2.54 1.905) - (xy -2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 -1.27) - (xy -3.175 -0.635) - (xy -3.175 -1.27) - (xy -2.54 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -2.54 -0.635) - (xy -1.27 0) - (xy -1.27 1.905) - (xy -2.54 1.905) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -1.905 -1.905) - (xy -1.905 -2.54) - (xy -1.27 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (text "V+" (at -2.54 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 2.54 -2.54 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM13700_3_1" - (polyline - (pts - (xy 3.81 -0.635) - (xy 3.81 -2.54) - (xy 5.08 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - (xy 5.08 0) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at 7.62 -2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 2.54) - (name "DIODE_BIAS" (effects (font (size 0.508 0.508)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM13700_4_0" - (polyline - (pts - (xy -3.175 2.54) - (xy -1.905 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (text "V+" (at -2.54 3.81 0) - (effects (font (size 1.27 1.27))) - ) - ) - (symbol "LM13700_4_1" - (circle (center -2.54 1.905) (radius 0.254) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -3.81 -0.635) - (xy -2.54 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.81 1.27) - (xy -3.81 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 -1.905) - (xy -1.27 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 0) - (xy -2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.81 0.635) - (xy -2.54 1.27) - (xy -2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 -1.27) - (xy -3.175 -0.635) - (xy -3.175 -1.27) - (xy -2.54 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -2.54 -0.635) - (xy -1.27 0) - (xy -1.27 1.905) - (xy -2.54 1.905) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -1.905 -1.905) - (xy -1.905 -2.54) - (xy -1.27 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 2.54 -2.54 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM13700_5_1" - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "dual opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TL072_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_3_1" - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 8.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Jack*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AudioJack2_SwitchT_0_1" - (rectangle (start -2.54 0) (end -3.81 -2.54) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy 1.778 -0.254) - (xy 2.032 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0.635 -0.635) - (xy 1.27 0) - (xy 2.54 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 -2.54) - (xy 1.778 -2.54) - (xy 1.778 -0.254) - (xy 1.524 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 2.54) - (xy -0.635 2.54) - (xy -0.635 0) - (xy -1.27 -0.635) - (xy -1.905 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (rectangle (start 2.54 3.81) (end -2.54 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AudioJack2_SwitchT_1_1" - (pin passive line (at 5.08 2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "S" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "T" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "TN" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 1.27 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_02x05_Odd_Even_1_1" - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 3.81 -6.35) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 -2.413) (end 2.54 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 0.127) (end 2.54 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 2.667) (end 2.54 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 5.207) (end 2.54 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 5.08 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 0 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -2.54 180) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C_Polarized" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C_Polarized" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Polarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "CP_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_Polarized_0_1" - (rectangle (start -2.286 0.508) (end 2.286 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 2.286) - (xy -0.762 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.794) - (xy -1.27 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 2.286 -0.508) (end -2.286 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "C_Polarized_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "LED diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_0_1" - (polyline - (pts - (xy -1.27 -1.27) - (xy -1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy 1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.27) - (xy 1.27 1.27) - (xy -1.27 0) - (xy 1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.048 -0.762) - (xy -4.572 -2.286) - (xy -3.81 -2.286) - (xy -4.572 -2.286) - (xy -4.572 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 -0.762) - (xy -3.302 -2.286) - (xy -2.54 -2.286) - (xy -3.302 -2.286) - (xy -3.302 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "RV" (at -4.445 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_Potentiometer" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "resistor variable" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Potentiometer" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_Potentiometer_0_1" - (polyline - (pts - (xy 2.54 0) - (xy 1.524 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.143 0) - (xy 2.286 0.508) - (xy 2.286 -0.508) - (xy 1.143 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.016 2.54) (end -1.016 -2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_Potentiometer_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Diode:1N4148" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "1N4148_0_1" - (polyline - (pts - (xy -1.27 1.27) - (xy -1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy -1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 1.27) - (xy 1.27 -1.27) - (xy -1.27 0) - (xy 1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "1N4148_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Transistor_BJT:2N3904" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.905 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2N3904" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "2N3904_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "2N3904_1_1" - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Transistor_BJT:2N3906" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.905 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2N3906" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3906-D.PDF" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_keywords" "PNP Transistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "2N3906_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.286 -1.778) - (xy 1.778 -2.286) - (xy 1.27 -1.27) - (xy 2.286 -1.778) - (xy 2.286 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "2N3906_1_1" - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+15V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:-15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "-15V_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy 0.762 1.27) - (xy 0 2.54) - (xy -0.762 1.27) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 105.41 114.3) (diameter 0) (color 0 0 0 0) - (uuid 02b244dd-bdda-4172-b04e-9966d984602c) - ) - (junction (at 207.01 127) (diameter 0) (color 0 0 0 0) - (uuid 08b3be90-12dc-4a0b-a124-630d0d799bd6) - ) - (junction (at 185.42 36.83) (diameter 0) (color 0 0 0 0) - (uuid 08bb792f-feec-49e6-8622-98fe152027d0) - ) - (junction (at 58.42 189.23) (diameter 0) (color 0 0 0 0) - (uuid 09068890-63f3-40f1-9e7e-df23e34b5283) - ) - (junction (at 124.46 33.02) (diameter 0) (color 0 0 0 0) - (uuid 0ca7c17b-6aae-4d78-ac53-b51de9e34334) - ) - (junction (at 161.29 100.33) (diameter 0) (color 0 0 0 0) - (uuid 1a91b849-744d-4266-ab30-e606b382cce7) - ) - (junction (at 69.85 88.9) (diameter 0) (color 0 0 0 0) - (uuid 1d57f37d-68e0-45ee-87de-d17d213594e3) - ) - (junction (at 207.01 134.62) (diameter 0) (color 0 0 0 0) - (uuid 1db453a2-44f6-400e-aa83-57167984c26d) - ) - (junction (at 58.42 173.99) (diameter 0) (color 0 0 0 0) - (uuid 2644ed0c-f4de-4b10-85b9-5931bfe027f6) - ) - (junction (at 50.8 189.23) (diameter 0) (color 0 0 0 0) - (uuid 2709a07a-965c-4346-9571-43a35b7d1a7f) - ) - (junction (at 104.14 137.16) (diameter 0) (color 0 0 0 0) - (uuid 3642efb4-a2f3-4245-a2ee-d7e375c1f6dc) - ) - (junction (at 140.97 100.33) (diameter 0) (color 0 0 0 0) - (uuid 36559953-6fe3-48c7-9833-ba4fde18f023) - ) - (junction (at 229.87 137.16) (diameter 0) (color 0 0 0 0) - (uuid 3f78d458-cb2c-4a01-a9f7-d1252e9e0021) - ) - (junction (at 50.8 173.99) (diameter 0) (color 0 0 0 0) - (uuid 472ccd79-6531-4d49-9e85-c3da489205dd) - ) - (junction (at 92.71 35.56) (diameter 0) (color 0 0 0 0) - (uuid 4a019d02-bfc0-4f3e-a698-4c691b9751b4) - ) - (junction (at 133.35 33.02) (diameter 0) (color 0 0 0 0) - (uuid 4b00f1f8-f960-4d68-98d9-1a3f4e9785a7) - ) - (junction (at 125.73 137.16) (diameter 0) (color 0 0 0 0) - (uuid 53f05007-d4f9-4221-b27a-c10d45d8f295) - ) - (junction (at 105.41 95.25) (diameter 0) (color 0 0 0 0) - (uuid 5fd3903d-c6e8-4792-bb6c-dad9c968729d) - ) - (junction (at 71.12 189.23) (diameter 0) (color 0 0 0 0) - (uuid 626f8e35-a214-4fe5-b165-33eb3634a3db) - ) - (junction (at 78.74 173.99) (diameter 0) (color 0 0 0 0) - (uuid 6432a396-4ac0-4e9b-8ea6-c68aedc8ded8) - ) - (junction (at 105.41 105.41) (diameter 0) (color 0 0 0 0) - (uuid 647a1eb6-f26e-4f80-8153-80766ff0f741) - ) - (junction (at 194.31 114.3) (diameter 0) (color 0 0 0 0) - (uuid 6e625b84-32b5-4aa2-acae-d2e35b02f857) - ) - (junction (at 36.83 173.99) (diameter 0) (color 0 0 0 0) - (uuid 76172eae-22b5-40f2-ab65-371215c8f58c) - ) - (junction (at 36.83 181.61) (diameter 0) (color 0 0 0 0) - (uuid 8929743b-ca73-4368-a0da-fc72180df4ad) - ) - (junction (at 189.23 102.87) (diameter 0) (color 0 0 0 0) - (uuid 93480bc2-8152-4e82-9506-42c080142350) - ) - (junction (at 152.4 66.04) (diameter 0) (color 0 0 0 0) - (uuid 95df8c12-b174-426f-85dd-45320015d267) - ) - (junction (at 128.27 97.79) (diameter 0) (color 0 0 0 0) - (uuid 979d3f9a-bfef-42be-ba16-c5f2390e7ddf) - ) - (junction (at 71.12 173.99) (diameter 0) (color 0 0 0 0) - (uuid 9875616d-1d69-488a-b4e2-454466a815c1) - ) - (junction (at 29.21 181.61) (diameter 0) (color 0 0 0 0) - (uuid aa940bab-66b9-4f72-94e0-cd43618fce41) - ) - (junction (at 91.44 114.3) (diameter 0) (color 0 0 0 0) - (uuid b4a2d3fc-857f-4a03-9a57-90d05d74fed4) - ) - (junction (at 78.74 189.23) (diameter 0) (color 0 0 0 0) - (uuid de8ad770-1d36-48f8-8337-3f437837b55b) - ) - (junction (at 36.83 189.23) (diameter 0) (color 0 0 0 0) - (uuid dfa4dffa-0532-4662-b57b-0b87b3c23c9b) - ) - (junction (at 71.12 181.61) (diameter 0) (color 0 0 0 0) - (uuid e10160f4-c087-4099-8a4b-8974b6c7c5d5) - ) - (junction (at 50.8 181.61) (diameter 0) (color 0 0 0 0) - (uuid e452a349-420e-4dd2-873a-d448ef302082) - ) - (junction (at 102.87 176.53) (diameter 0) (color 0 0 0 0) - (uuid e5e25fa0-cf0f-4789-9a0d-e03ba65ea049) - ) - (junction (at 69.85 71.12) (diameter 0) (color 0 0 0 0) - (uuid eadcb32b-bf40-4b92-84e9-ce344852641c) - ) - (junction (at 199.39 102.87) (diameter 0) (color 0 0 0 0) - (uuid eb01fcee-fea3-49cd-955d-31e4ea488ad9) - ) - (junction (at 96.52 147.32) (diameter 0) (color 0 0 0 0) - (uuid fb089842-443e-40aa-b5c3-270b2b54e3d3) - ) - - (no_connect (at 31.75 85.09) (uuid 3a72d685-99a2-4b90-973f-3e32cfb09071)) - (no_connect (at 168.91 102.87) (uuid 70a82ccb-dfcb-4019-9b2e-d25a0f1ca797)) - (no_connect (at 35.56 50.8) (uuid 94b13b0e-5b63-4643-a688-8ba4c9afc001)) - (no_connect (at 48.26 53.34) (uuid a4aaf343-4d62-44d5-a0c6-9e0c357d869e)) - (no_connect (at 107.95 97.79) (uuid b5a83a50-63c2-4bc7-ac9d-e77750039a87)) - (no_connect (at 254 139.7) (uuid e1b2970b-f3fd-4733-9039-3e423bdfefa9)) - - (wire (pts (xy 189.23 114.3) (xy 194.31 114.3)) - (stroke (width 0) (type default)) - (uuid 000a212c-d63b-4c00-b6f2-b102690daac2) - ) - (wire (pts (xy 186.69 66.04) (xy 186.69 100.33)) - (stroke (width 0) (type default)) - (uuid 00e7ff7d-39ed-4666-b5c6-6c51899787e2) - ) - (wire (pts (xy 91.44 114.3) (xy 91.44 116.84)) - (stroke (width 0) (type default)) - (uuid 0a2c28a7-cfe4-436f-a469-ed17f82bd4e2) - ) - (wire (pts (xy 240.03 137.16) (xy 254 137.16)) - (stroke (width 0) (type default)) - (uuid 0ae356ac-b286-4dac-88d5-f60bd5ac326f) - ) - (wire (pts (xy 161.29 102.87) (xy 161.29 100.33)) - (stroke (width 0) (type default)) - (uuid 0c742451-245d-466b-9757-9e3fa7001259) - ) - (wire (pts (xy 48.26 133.35) (xy 48.26 130.81)) - (stroke (width 0) (type default)) - (uuid 0e8dbc17-522d-4975-bf29-107f3abb61cf) - ) - (wire (pts (xy 48.26 26.67) (xy 48.26 24.13)) - (stroke (width 0) (type default)) - (uuid 1097021c-0087-47a5-8717-72a0490ed579) - ) - (wire (pts (xy 152.4 66.04) (xy 156.21 66.04)) - (stroke (width 0) (type default)) - (uuid 136c7217-ebbb-42c1-9db0-d2e01a78151e) - ) - (wire (pts (xy 142.24 100.33) (xy 140.97 100.33)) - (stroke (width 0) (type default)) - (uuid 13b48245-8859-49f4-a07a-5ff8bb6e872d) - ) - (wire (pts (xy 167.64 105.41) (xy 167.64 107.95)) - (stroke (width 0) (type default)) - (uuid 143e4896-9d24-43cc-b78f-92a764a16ad3) - ) - (wire (pts (xy 104.14 137.16) (xy 113.03 137.16)) - (stroke (width 0) (type default)) - (uuid 16cd304c-ed0a-4b09-b031-807fefd1c604) - ) - (wire (pts (xy 71.12 189.23) (xy 58.42 189.23)) - (stroke (width 0) (type default)) - (uuid 19838fa6-836f-448c-b019-c13ab3dfca0c) - ) - (wire (pts (xy 229.87 127) (xy 229.87 137.16)) - (stroke (width 0) (type default)) - (uuid 19897fd3-2276-4456-a18f-337be76e05da) - ) - (wire (pts (xy 128.27 97.79) (xy 128.27 114.3)) - (stroke (width 0) (type default)) - (uuid 199ed1be-d4c1-4832-a65e-454a0e1c52e9) - ) - (wire (pts (xy 48.26 100.33) (xy 48.26 102.87)) - (stroke (width 0) (type default)) - (uuid 1b7a3962-20da-4f1c-8e8a-2cbe628515fc) - ) - (wire (pts (xy 212.09 139.7) (xy 210.82 139.7)) - (stroke (width 0) (type default)) - (uuid 1c9ddc07-a0bf-4391-b54b-cfefea5ed6c3) - ) - (wire (pts (xy 69.85 106.68) (xy 69.85 88.9)) - (stroke (width 0) (type default)) - (uuid 1e66d53f-ce5d-4fa8-8882-0966a608ec73) - ) - (wire (pts (xy 133.35 57.15) (xy 133.35 41.91)) - (stroke (width 0) (type default)) - (uuid 1f59608a-0c7f-483d-9967-a73beffc10da) - ) - (wire (pts (xy 92.71 36.83) (xy 92.71 35.56)) - (stroke (width 0) (type default)) - (uuid 24ccb904-3984-428d-a61d-62cf7201c8d1) - ) - (wire (pts (xy 50.8 173.99) (xy 58.42 173.99)) - (stroke (width 0) (type default)) - (uuid 260a35a8-562d-4129-a1f2-e5e7133c5d69) - ) - (wire (pts (xy 227.33 137.16) (xy 229.87 137.16)) - (stroke (width 0) (type default)) - (uuid 26ab8b53-c792-402b-90d0-a521b8a55081) - ) - (wire (pts (xy 83.82 36.83) (xy 83.82 35.56)) - (stroke (width 0) (type default)) - (uuid 275b287e-6311-46e6-97ef-e2a9d1d9116c) - ) - (wire (pts (xy 120.65 147.32) (xy 125.73 147.32)) - (stroke (width 0) (type default)) - (uuid 299d766c-a9be-4e76-ad79-8995447650a9) - ) - (wire (pts (xy 48.26 76.2) (xy 48.26 74.93)) - (stroke (width 0) (type default)) - (uuid 2a29e26d-eca1-4359-8ab5-24eb53b6217d) - ) - (wire (pts (xy 48.26 38.1) (xy 48.26 34.29)) - (stroke (width 0) (type default)) - (uuid 2ce12f8b-5af4-4398-ad15-5d197975837f) - ) - (wire (pts (xy 36.83 181.61) (xy 50.8 181.61)) - (stroke (width 0) (type default)) - (uuid 2d0f3a1c-bd3d-4e19-ac09-35654ddca423) - ) - (wire (pts (xy 199.39 102.87) (xy 204.47 102.87)) - (stroke (width 0) (type default)) - (uuid 2d9cae0f-7833-4032-b3e1-6d8a700e09a3) - ) - (wire (pts (xy 69.85 71.12) (xy 109.22 71.12)) - (stroke (width 0) (type default)) - (uuid 2dcf3642-5e13-41a7-95fb-9f5964652585) - ) - (wire (pts (xy 71.12 173.99) (xy 78.74 173.99)) - (stroke (width 0) (type default)) - (uuid 2de196c5-90c5-4279-993a-7dd280fd3ba8) - ) - (wire (pts (xy 105.41 95.25) (xy 107.95 95.25)) - (stroke (width 0) (type default)) - (uuid 2e50c8c8-f756-4dd3-81e9-7f6a9af63655) - ) - (wire (pts (xy 91.44 114.3) (xy 95.25 114.3)) - (stroke (width 0) (type default)) - (uuid 315adc9c-e4e7-4970-a5c8-4ea2c3095ffa) - ) - (wire (pts (xy 124.46 33.02) (xy 120.65 33.02)) - (stroke (width 0) (type default)) - (uuid 3304bf17-f45c-47b5-8720-d44bc23b93f5) - ) - (wire (pts (xy 69.85 88.9) (xy 69.85 71.12)) - (stroke (width 0) (type default)) - (uuid 33200bc5-d0b4-4716-8b69-a9b596ba817f) - ) - (wire (pts (xy 124.46 33.02) (xy 133.35 33.02)) - (stroke (width 0) (type default)) - (uuid 33901dff-ba21-4f02-936f-493b95c24f8c) - ) - (wire (pts (xy 59.69 143.51) (xy 52.07 143.51)) - (stroke (width 0) (type default)) - (uuid 34b192ee-a279-445f-b79e-ddcf232dd267) - ) - (wire (pts (xy 91.44 95.25) (xy 91.44 97.79)) - (stroke (width 0) (type default)) - (uuid 3579f132-32f3-4f1c-87e3-100b2b3a98c5) - ) - (wire (pts (xy 125.73 100.33) (xy 123.19 100.33)) - (stroke (width 0) (type default)) - (uuid 3689e1e5-5cc2-4d4b-88fe-dbdf4a2bf4a2) - ) - (wire (pts (xy 212.09 134.62) (xy 207.01 134.62)) - (stroke (width 0) (type default)) - (uuid 389181a4-1b44-45b5-a71f-46619af4b739) - ) - (wire (pts (xy 128.27 97.79) (xy 130.81 97.79)) - (stroke (width 0) (type default)) - (uuid 3c1afe14-e24c-40bc-a98d-a25cc500c484) - ) - (wire (pts (xy 105.41 100.33) (xy 105.41 105.41)) - (stroke (width 0) (type default)) - (uuid 437e0ebd-866b-445c-858b-b00918616d6a) - ) - (wire (pts (xy 232.41 137.16) (xy 229.87 137.16)) - (stroke (width 0) (type default)) - (uuid 48bc25c7-3c51-49b9-976d-f363707cb768) - ) - (wire (pts (xy 104.14 95.25) (xy 105.41 95.25)) - (stroke (width 0) (type default)) - (uuid 4bbcef2a-e604-453b-a94b-a63dc74e0d31) - ) - (wire (pts (xy 96.52 156.21) (xy 96.52 147.32)) - (stroke (width 0) (type default)) - (uuid 4bcd13a6-26b5-4a23-aa66-3e0b8c17fb9c) - ) - (wire (pts (xy 229.87 127) (xy 223.52 127)) - (stroke (width 0) (type default)) - (uuid 4c565dd3-4f7c-49af-bfb8-28b9554b739b) - ) - (wire (pts (xy 105.41 85.09) (xy 129.54 85.09)) - (stroke (width 0) (type default)) - (uuid 4c97e0a7-7e4d-4a6a-abff-b530b906d30e) - ) - (wire (pts (xy 48.26 24.13) (xy 54.61 24.13)) - (stroke (width 0) (type default)) - (uuid 4ce75747-a4c4-4594-8377-70c47316bdb8) - ) - (wire (pts (xy 36.83 173.99) (xy 50.8 173.99)) - (stroke (width 0) (type default)) - (uuid 4eec7382-3213-47db-bcdd-ec284e5a2425) - ) - (wire (pts (xy 48.26 121.92) (xy 73.66 121.92)) - (stroke (width 0) (type default)) - (uuid 50538006-aeee-4fa9-818a-5ab4c7cc3cda) - ) - (wire (pts (xy 185.42 38.1) (xy 185.42 36.83)) - (stroke (width 0) (type default)) - (uuid 508974b0-e06b-4afc-b587-9555b19df9d9) - ) - (wire (pts (xy 91.44 105.41) (xy 91.44 114.3)) - (stroke (width 0) (type default)) - (uuid 51a8d6ea-069e-4dbf-9647-ab9a896fa6a6) - ) - (wire (pts (xy 48.26 113.03) (xy 48.26 110.49)) - (stroke (width 0) (type default)) - (uuid 5269b289-d103-4405-beb8-5c7e88c06bf4) - ) - (wire (pts (xy 123.19 97.79) (xy 128.27 97.79)) - (stroke (width 0) (type default)) - (uuid 54bfcb28-3ea3-49d6-b31b-968631999204) - ) - (wire (pts (xy 133.35 34.29) (xy 133.35 33.02)) - (stroke (width 0) (type default)) - (uuid 59bd07ab-6663-4722-8110-dbe87122b73e) - ) - (wire (pts (xy 48.26 137.16) (xy 104.14 137.16)) - (stroke (width 0) (type default)) - (uuid 59fcea22-3414-42ee-8d80-b217612c815b) - ) - (wire (pts (xy 36.83 189.23) (xy 50.8 189.23)) - (stroke (width 0) (type default)) - (uuid 5ad7f188-6b5e-47df-acf3-dcaa811b77c3) - ) - (wire (pts (xy 119.38 114.3) (xy 128.27 114.3)) - (stroke (width 0) (type default)) - (uuid 5c994506-8843-4d45-9a2b-efa862ab7e65) - ) - (wire (pts (xy 91.44 95.25) (xy 96.52 95.25)) - (stroke (width 0) (type default)) - (uuid 5d094683-9eee-42c4-b046-1318a1b75342) - ) - (wire (pts (xy 58.42 173.99) (xy 71.12 173.99)) - (stroke (width 0) (type default)) - (uuid 5db034d2-7d06-4fa5-a89d-230b54cf4122) - ) - (wire (pts (xy 58.42 189.23) (xy 50.8 189.23)) - (stroke (width 0) (type default)) - (uuid 5f03a071-0d53-4958-9d15-880be34a2b08) - ) - (wire (pts (xy 207.01 127) (xy 207.01 134.62)) - (stroke (width 0) (type default)) - (uuid 61e7bd5f-0c00-48aa-be80-39991815b11e) - ) - (wire (pts (xy 48.26 76.2) (xy 50.8 76.2)) - (stroke (width 0) (type default)) - (uuid 6b8594c2-b753-48c4-a01d-f22edd132cfc) - ) - (wire (pts (xy 29.21 181.61) (xy 36.83 181.61)) - (stroke (width 0) (type default)) - (uuid 71088b49-dff5-498a-ad86-8a6a5842c357) - ) - (wire (pts (xy 48.26 113.03) (xy 57.15 113.03)) - (stroke (width 0) (type default)) - (uuid 75cdf333-da59-4639-ae5a-89b2f960af6e) - ) - (wire (pts (xy 102.87 105.41) (xy 105.41 105.41)) - (stroke (width 0) (type default)) - (uuid 78829ae0-e321-43bc-a270-7ceb481de0a2) - ) - (wire (pts (xy 105.41 114.3) (xy 111.76 114.3)) - (stroke (width 0) (type default)) - (uuid 79b14d50-7948-4397-98a1-58eba2c14dc6) - ) - (wire (pts (xy 125.73 71.12) (xy 125.73 100.33)) - (stroke (width 0) (type default)) - (uuid 7b4498f9-2aa8-410c-a4f7-d542085f6cdf) - ) - (wire (pts (xy 64.77 106.68) (xy 69.85 106.68)) - (stroke (width 0) (type default)) - (uuid 7c4ed616-8946-4dc8-a131-582eeba28084) - ) - (wire (pts (xy 210.82 139.7) (xy 210.82 140.97)) - (stroke (width 0) (type default)) - (uuid 817a1d1f-b31e-416b-8b2a-bc047113a8bc) - ) - (wire (pts (xy 214.63 105.41) (xy 217.17 105.41)) - (stroke (width 0) (type default)) - (uuid 84230323-a2f3-45ec-82b1-a75e63be4030) - ) - (wire (pts (xy 48.26 82.55) (xy 48.26 85.09)) - (stroke (width 0) (type default)) - (uuid 868a362e-6899-4071-b88f-fac509f8fad2) - ) - (wire (pts (xy 207.01 153.67) (xy 207.01 146.05)) - (stroke (width 0) (type default)) - (uuid 86ceeacd-4004-4a1d-84db-93e9878378b2) - ) - (wire (pts (xy 140.97 85.09) (xy 140.97 100.33)) - (stroke (width 0) (type default)) - (uuid 88f28f95-b007-4e2f-9f65-4915658fca4c) - ) - (wire (pts (xy 48.26 62.23) (xy 48.26 60.96)) - (stroke (width 0) (type default)) - (uuid 89aa4517-1146-4f1a-87f1-fb44883e4725) - ) - (wire (pts (xy 184.15 100.33) (xy 186.69 100.33)) - (stroke (width 0) (type default)) - (uuid 8a1f11d5-32d6-4fc5-9b58-6b42167271d0) - ) - (wire (pts (xy 52.07 127) (xy 195.58 127)) - (stroke (width 0) (type default)) - (uuid 8b18d83e-ec43-4813-9a71-c84d19811441) - ) - (wire (pts (xy 29.21 173.99) (xy 36.83 173.99)) - (stroke (width 0) (type default)) - (uuid 8ea077a5-8a93-4807-9e7c-358a3457b68c) - ) - (wire (pts (xy 107.95 100.33) (xy 105.41 100.33)) - (stroke (width 0) (type default)) - (uuid 8eead84e-8513-418a-bb81-86844807ccc4) - ) - (wire (pts (xy 50.8 181.61) (xy 71.12 181.61)) - (stroke (width 0) (type default)) - (uuid 8f0ef087-598f-4993-929b-1e935c6c6457) - ) - (wire (pts (xy 172.72 36.83) (xy 167.64 36.83)) - (stroke (width 0) (type default)) - (uuid 90341e98-511b-45b2-95d3-0b1dea9425de) - ) - (wire (pts (xy 104.14 163.83) (xy 104.14 144.78)) - (stroke (width 0) (type default)) - (uuid 9185193d-df2c-4ec4-8595-e5aab284ffb0) - ) - (wire (pts (xy 185.42 36.83) (xy 191.77 36.83)) - (stroke (width 0) (type default)) - (uuid 91f446b9-f6d5-4c40-97e1-0fa6fa7f2cb7) - ) - (wire (pts (xy 49.53 133.35) (xy 48.26 133.35)) - (stroke (width 0) (type default)) - (uuid 93814df1-1424-4b5c-ae75-dd710ff87f7c) - ) - (wire (pts (xy 35.56 48.26) (xy 83.82 48.26)) - (stroke (width 0) (type default)) - (uuid 97593d70-2899-48aa-b19b-983e4031a148) - ) - (wire (pts (xy 184.15 102.87) (xy 189.23 102.87)) - (stroke (width 0) (type default)) - (uuid 98eec86f-3072-493e-bc83-fc703f790220) - ) - (wire (pts (xy 203.2 127) (xy 207.01 127)) - (stroke (width 0) (type default)) - (uuid 9a84dfa6-ff26-4c3e-a1b4-4f0810361450) - ) - (wire (pts (xy 83.82 35.56) (xy 92.71 35.56)) - (stroke (width 0) (type default)) - (uuid 9fa2a68e-f3c2-4298-9665-4201e422aeb0) - ) - (wire (pts (xy 217.17 105.41) (xy 217.17 106.68)) - (stroke (width 0) (type default)) - (uuid 9fa6c0a8-c300-4954-afa4-f499fecc38e3) - ) - (wire (pts (xy 52.07 153.67) (xy 207.01 153.67)) - (stroke (width 0) (type default)) - (uuid a000f9ec-f775-44a3-9b84-330750d8bc43) - ) - (wire (pts (xy 189.23 114.3) (xy 189.23 111.76)) - (stroke (width 0) (type default)) - (uuid a197361b-e6fa-42b7-b005-f4ae23b9171f) - ) - (wire (pts (xy 207.01 29.21) (xy 214.63 29.21)) - (stroke (width 0) (type default)) - (uuid a360dd40-d9bb-4cf5-82bb-8f95fe8b766d) - ) - (wire (pts (xy 194.31 116.84) (xy 194.31 114.3)) - (stroke (width 0) (type default)) - (uuid a480d938-57fb-48ef-8485-d283d8b93a43) - ) - (wire (pts (xy 199.39 114.3) (xy 199.39 111.76)) - (stroke (width 0) (type default)) - (uuid a49d43be-bdfb-4081-9a45-d4f4a5985927) - ) - (wire (pts (xy 48.26 147.32) (xy 96.52 147.32)) - (stroke (width 0) (type default)) - (uuid a67a4e9e-3380-44a5-b6f7-0dd2a77c6151) - ) - (wire (pts (xy 64.77 88.9) (xy 69.85 88.9)) - (stroke (width 0) (type default)) - (uuid a6a7a9ec-e091-4b27-9242-9007a1905e5c) - ) - (wire (pts (xy 125.73 147.32) (xy 125.73 137.16)) - (stroke (width 0) (type default)) - (uuid aa6816da-e10a-4d58-bb97-8bfdf4d0087c) - ) - (wire (pts (xy 50.8 62.23) (xy 48.26 62.23)) - (stroke (width 0) (type default)) - (uuid aafa9727-3d47-417c-a686-353405e1b1e4) - ) - (wire (pts (xy 52.07 71.12) (xy 57.15 71.12)) - (stroke (width 0) (type default)) - (uuid ac36fbb2-8563-4547-a9a6-b5a8893d7ebb) - ) - (wire (pts (xy 119.38 71.12) (xy 125.73 71.12)) - (stroke (width 0) (type default)) - (uuid ae41cd08-1def-47ac-9591-37a5134cbfdf) - ) - (wire (pts (xy 137.16 85.09) (xy 140.97 85.09)) - (stroke (width 0) (type default)) - (uuid af3f6ca0-a109-42d2-af99-149a0aca2fad) - ) - (wire (pts (xy 29.21 189.23) (xy 36.83 189.23)) - (stroke (width 0) (type default)) - (uuid b15ed1db-a6fc-4cde-a3fd-a0b9ec235efb) - ) - (wire (pts (xy 105.41 85.09) (xy 105.41 95.25)) - (stroke (width 0) (type default)) - (uuid b29e7df0-f8cc-4ba4-b17e-f20ced9006a1) - ) - (wire (pts (xy 102.87 114.3) (xy 105.41 114.3)) - (stroke (width 0) (type default)) - (uuid b3213cfd-ff73-45a5-be4b-4090bb5852bb) - ) - (wire (pts (xy 83.82 44.45) (xy 83.82 48.26)) - (stroke (width 0) (type default)) - (uuid b4dbce39-1f2a-48ae-b84f-0dddd0dfddc2) - ) - (wire (pts (xy 140.97 137.16) (xy 151.13 137.16)) - (stroke (width 0) (type default)) - (uuid b6e1d785-243e-4bfb-8827-c1b52233390f) - ) - (wire (pts (xy 180.34 36.83) (xy 185.42 36.83)) - (stroke (width 0) (type default)) - (uuid b92232b5-4f1a-4478-8938-0babcf09ca08) - ) - (wire (pts (xy 31.75 82.55) (xy 48.26 82.55)) - (stroke (width 0) (type default)) - (uuid ba7e4a80-7efc-476d-8e5f-951d36324be6) - ) - (wire (pts (xy 207.01 29.21) (xy 207.01 31.75)) - (stroke (width 0) (type default)) - (uuid bb2e32e7-f179-4fe3-95ca-73e6e4513da3) - ) - (wire (pts (xy 157.48 100.33) (xy 161.29 100.33)) - (stroke (width 0) (type default)) - (uuid bb82a2d3-09ff-43ff-b79b-4bcae585601c) - ) - (wire (pts (xy 207.01 138.43) (xy 207.01 134.62)) - (stroke (width 0) (type default)) - (uuid bf9aca86-bc13-4fb5-933c-da48717f6631) - ) - (wire (pts (xy 189.23 104.14) (xy 189.23 102.87)) - (stroke (width 0) (type default)) - (uuid c01aa4d5-378d-4dba-a90c-5f22bfe647f4) - ) - (wire (pts (xy 125.73 137.16) (xy 133.35 137.16)) - (stroke (width 0) (type default)) - (uuid c24c738d-9192-42d7-a87f-a81d387cdb00) - ) - (wire (pts (xy 64.77 38.1) (xy 62.23 38.1)) - (stroke (width 0) (type default)) - (uuid c2584fe6-a445-4710-8ae0-56d266b9c800) - ) - (wire (pts (xy 59.69 149.86) (xy 59.69 143.51)) - (stroke (width 0) (type default)) - (uuid c3f00764-e042-4ce3-b16f-dd7d87348f1c) - ) - (wire (pts (xy 140.97 101.6) (xy 140.97 100.33)) - (stroke (width 0) (type default)) - (uuid c4322f6d-4397-4c10-8482-ad23ff68ddfe) - ) - (wire (pts (xy 64.77 71.12) (xy 69.85 71.12)) - (stroke (width 0) (type default)) - (uuid c4840956-ec8c-4a76-81c2-9245cdbc69dd) - ) - (wire (pts (xy 48.26 95.25) (xy 48.26 92.71)) - (stroke (width 0) (type default)) - (uuid cb35403b-0b3b-42f3-b71c-0ff13d10eaa7) - ) - (wire (pts (xy 48.26 66.04) (xy 48.26 67.31)) - (stroke (width 0) (type default)) - (uuid cbcbe612-59f4-4793-8834-cef3a31759a7) - ) - (wire (pts (xy 199.39 104.14) (xy 199.39 102.87)) - (stroke (width 0) (type default)) - (uuid ce4bb9a2-2255-4809-9d68-c4d4927222f5) - ) - (wire (pts (xy 113.03 33.02) (xy 111.76 33.02)) - (stroke (width 0) (type default)) - (uuid d1569662-ab56-4ad3-b14e-3f172f1073d4) - ) - (wire (pts (xy 152.4 38.1) (xy 152.4 66.04)) - (stroke (width 0) (type default)) - (uuid d2c38c37-e2e7-4f5b-b47a-87798c8fb49e) - ) - (wire (pts (xy 168.91 100.33) (xy 161.29 100.33)) - (stroke (width 0) (type default)) - (uuid d2c75001-adeb-43a0-b3b4-6528d95e89ee) - ) - (wire (pts (xy 215.9 127) (xy 207.01 127)) - (stroke (width 0) (type default)) - (uuid d3229708-3aca-4c69-b685-ae1a57b03643) - ) - (wire (pts (xy 168.91 105.41) (xy 167.64 105.41)) - (stroke (width 0) (type default)) - (uuid d408233e-ef88-4c6f-9d3f-a69fc79e25de) - ) - (wire (pts (xy 50.8 100.33) (xy 48.26 100.33)) - (stroke (width 0) (type default)) - (uuid d464d1d2-d09a-4232-a77a-211708707be3) - ) - (wire (pts (xy 189.23 102.87) (xy 199.39 102.87)) - (stroke (width 0) (type default)) - (uuid d4f9ddc5-cb9b-439b-8ae8-6af8d604eb4b) - ) - (wire (pts (xy 54.61 38.1) (xy 48.26 38.1)) - (stroke (width 0) (type default)) - (uuid d7bf6e62-8512-4e5e-bf65-dfabb554aeda) - ) - (wire (pts (xy 52.07 57.15) (xy 133.35 57.15)) - (stroke (width 0) (type default)) - (uuid dbbc79e0-2dca-4fba-9475-bedb3fd6a83e) - ) - (wire (pts (xy 133.35 33.02) (xy 137.16 33.02)) - (stroke (width 0) (type default)) - (uuid dd1680f5-f662-4c2d-a1ac-7ee517b318de) - ) - (wire (pts (xy 96.52 147.32) (xy 113.03 147.32)) - (stroke (width 0) (type default)) - (uuid dd4111ad-007c-4f03-b5b6-ffc677ded1d4) - ) - (wire (pts (xy 105.41 105.41) (xy 105.41 114.3)) - (stroke (width 0) (type default)) - (uuid dd96ccf9-fe8e-411e-bb16-9903e502dd66) - ) - (wire (pts (xy 124.46 34.29) (xy 124.46 33.02)) - (stroke (width 0) (type default)) - (uuid e1e3f9e1-d0a3-4ea1-84c9-3a378ad85a74) - ) - (wire (pts (xy 48.26 121.92) (xy 48.26 123.19)) - (stroke (width 0) (type default)) - (uuid e53ecdf9-1cfe-4c08-b2ab-aa57a0126ba6) - ) - (wire (pts (xy 57.15 106.68) (xy 52.07 106.68)) - (stroke (width 0) (type default)) - (uuid e5f535fa-ac2d-4411-952e-e070c61ea1c5) - ) - (wire (pts (xy 78.74 189.23) (xy 71.12 189.23)) - (stroke (width 0) (type default)) - (uuid e607ca25-9aa9-4f3d-8d99-febf7396d215) - ) - (wire (pts (xy 49.53 95.25) (xy 48.26 95.25)) - (stroke (width 0) (type default)) - (uuid e654a527-c426-42da-9913-3777c6a2edb6) - ) - (wire (pts (xy 91.44 105.41) (xy 95.25 105.41)) - (stroke (width 0) (type default)) - (uuid e901868c-160c-4991-a267-9638ab54fa44) - ) - (wire (pts (xy 52.07 30.48) (xy 96.52 30.48)) - (stroke (width 0) (type default)) - (uuid e90e0f9c-eefb-44a7-ba3a-d4bf6be20e4b) - ) - (wire (pts (xy 152.4 27.94) (xy 152.4 25.4)) - (stroke (width 0) (type default)) - (uuid eae3ddf2-f1e3-469a-a0da-d7e79a4bfbc9) - ) - (wire (pts (xy 163.83 66.04) (xy 166.37 66.04)) - (stroke (width 0) (type default)) - (uuid edd33dff-f99a-412e-b154-75dfe486b886) - ) - (wire (pts (xy 96.52 35.56) (xy 92.71 35.56)) - (stroke (width 0) (type default)) - (uuid ef4f49df-c590-46f7-9016-6e83d889752e) - ) - (wire (pts (xy 52.07 88.9) (xy 57.15 88.9)) - (stroke (width 0) (type default)) - (uuid ef686acf-7316-4c28-b841-a4d09355852a) - ) - (wire (pts (xy 194.31 114.3) (xy 199.39 114.3)) - (stroke (width 0) (type default)) - (uuid efc42aa6-e800-4088-924a-575c1d7c01c0) - ) - (wire (pts (xy 48.26 137.16) (xy 48.26 139.7)) - (stroke (width 0) (type default)) - (uuid efd1ec47-e65f-423f-8b03-6fe3c669aa36) - ) - (wire (pts (xy 120.65 137.16) (xy 125.73 137.16)) - (stroke (width 0) (type default)) - (uuid f092df22-f42e-4231-8b71-7058a5cf547a) - ) - (wire (pts (xy 48.26 66.04) (xy 152.4 66.04)) - (stroke (width 0) (type default)) - (uuid f33e899e-045b-49ae-a298-cd40c7f2d147) - ) - (wire (pts (xy 64.77 24.13) (xy 62.23 24.13)) - (stroke (width 0) (type default)) - (uuid f72d808a-b3bf-4fe0-96c1-77fae18e116f) - ) - (wire (pts (xy 176.53 66.04) (xy 186.69 66.04)) - (stroke (width 0) (type default)) - (uuid fd40d2e4-9ac1-4818-8dab-48e1f907ba03) - ) - (wire (pts (xy 52.07 149.86) (xy 48.26 149.86)) - (stroke (width 0) (type default)) - (uuid fd5c68b1-cf72-4f6f-a5a9-1e8024e5d81f) - ) - - (text "Range" (at 39.37 91.44 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 081965ac-1b40-4550-88f3-fee48af9d42d) - ) - (text "Change value of R25 to 150k for louder output." (at 209.55 157.48 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 2710396f-28ea-432c-a7cf-0d0bf49f0719) - ) - (text "Original design uses 4n7 for c10, \nFor lower shell voice this is replaced." - (at 102.87 123.19 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 358de481-8563-4c2d-92eb-0061f7e246e5) - ) - (text "Sweep" (at 39.37 73.66 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 460c4cbe-58cd-40e4-8ce9-e40e00eba0e8) - ) - (text "Power" (at 106.68 196.85 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 5e3022ef-a5a0-428f-90cc-b5c8919e5819) - ) - (text "Sensitivity" (at 39.37 35.56 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 687199e2-bb04-45b4-9e76-373f27602565) - ) - (text "Activity LED" (at 190.5 55.88 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 8b282105-6c16-4d42-9da1-92c4b75f327e) - ) - (text "Shell Volume" (at 39.37 134.62 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 99e8558f-a5d5-4326-828c-f02c8592c750) - ) - (text "Impact Volume" (at 39.37 161.29 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9bab5046-25ec-4e0e-918d-86406cb9ecd0) - ) - (text "Impact Tone" (at 36.83 148.59 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid ed2b584e-240d-4746-8088-af24e5ca75bb) - ) - (text "Decay" (at 39.37 59.69 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f71ebf12-012b-4947-b153-a0695f2f55ad) - ) - (text "Pitch" (at 39.37 109.22 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f8021503-0d6b-4b98-82ee-fa0de65d1d18) - ) - - (label "PULSE" (at 167.64 36.83 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 251a9f21-acb8-4aa6-8e6f-0870a1a69b63) - ) - (label "PULSE" (at 151.13 137.16 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 55cb9304-e3db-4aab-bf1b-20bb4d0c3d06) - ) - (label "PULSE" (at 113.03 33.02 270) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 6940fce2-819e-4b57-a6e0-4db38316031b) - ) - (label "Shell" (at 73.66 121.92 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 6b5b2aed-4ee2-4153-bdd4-b62b6daf9a20) - ) - (label "Shell" (at 224.79 105.41 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 99a8d1b9-ed02-4627-9e22-706c96f1d539) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 48.26 30.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd09063) - (property "Reference" "RV1" (at 46.5074 29.3116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10k" (at 46.5074 31.623 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 48.26 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 62111ad8-90f8-4e7f-91d8-414066d65331)) - (pin "2" (uuid 8c8b5e3d-8cb4-439b-998f-41b6b4a5ed77)) - (pin "3" (uuid d21fe5a1-e563-46a3-96c8-8f4a0d64ac6e)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "RV1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 48.26 57.15 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd0c492) - (property "Reference" "RV2" (at 46.5074 58.3184 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "500k" (at 46.5074 56.007 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 48.26 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4c6fb82b-05b2-40b6-8afc-efb72030f752)) - (pin "2" (uuid 129e50c6-f171-4260-a0fd-de0de8cd06b7)) - (pin "3" (uuid fe3d47ce-debe-42c9-8f6e-9ca32c43bf05)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "RV2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 48.26 71.12 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd0c945) - (property "Reference" "RV3" (at 46.5074 72.2884 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10k" (at 46.5074 69.977 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 48.26 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c24b874-ea78-44b3-a9e4-1ebea27cdf26)) - (pin "2" (uuid e10ee5a1-725c-45a8-88d1-28cb2800940a)) - (pin "3" (uuid 80821815-3959-469f-8fa6-1dc0f343d13a)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "RV3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 48.26 88.9 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd0ce86) - (property "Reference" "RV4" (at 46.5074 90.0684 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 46.5074 87.757 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 48.26 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a2e6eee5-2b46-4cdc-b5b7-4e22153dba8c)) - (pin "2" (uuid 6eded910-ca9a-4cc2-96f2-4ccd080d1284)) - (pin "3" (uuid df378b1e-443c-410e-b0b5-afbbd436d87c)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "RV4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 48.26 106.68 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd0d21d) - (property "Reference" "RV5" (at 46.482 107.8484 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 46.482 105.537 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 48.26 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bb3fb9ae-083b-4b3e-b55c-09e6c703bf6e)) - (pin "2" (uuid 5648a411-bbd4-4994-a61a-4a2bd03e0f71)) - (pin "3" (uuid fa81e940-2b0b-4f0c-bf05-c9d2fa1d3aa9)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "RV5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 48.26 153.67 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd0d5ac) - (property "Reference" "RV8" (at 46.482 154.8384 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 46.482 152.527 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 48.26 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 913ab556-a4de-4858-89fe-68ca989066bd)) - (pin "2" (uuid afcddcae-9935-4836-8f8c-936bb86e29c2)) - (pin "3" (uuid c3707fb3-5ec3-4f5d-909b-2578a01f4862)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "RV8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 48.26 143.51 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd0dee3) - (property "Reference" "RV7" (at 46.482 144.6784 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10k" (at 46.482 142.367 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 48.26 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a6685b39-8d76-4715-87fd-e146213a86bf)) - (pin "2" (uuid 303464f3-b9a7-4fef-a6af-9bb304310131)) - (pin "3" (uuid 9bdf2414-f4d5-4928-81ca-a1cf85a4d7db)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "RV7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 48.26 127 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd0e407) - (property "Reference" "RV6" (at 46.5074 128.1684 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 46.5074 125.857 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 48.26 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 463a1b41-1b74-4f72-9175-267d824d918f)) - (pin "2" (uuid 389941ea-35ab-4cc2-a0b8-b7b1dd3f626f)) - (pin "3" (uuid a69064fa-8e1e-414c-aac9-901cb55cab9e)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "RV6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 58.42 24.13 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd0fe9a) - (property "Reference" "R1" (at 58.42 18.8722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100" (at 58.42 21.1836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 58.42 22.352 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 58.42 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 270d7a0c-531e-4ca1-b756-afbfe2fb191f)) - (pin "2" (uuid 1b8b8ea9-6a55-4599-ae51-ba84cf65b9b4)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 58.42 38.1 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd1108f) - (property "Reference" "R2" (at 58.42 32.8422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "20k" (at 58.42 35.1536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 58.42 36.322 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 58.42 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 00fbe7d2-b4e9-446d-85fd-74c68979a79a)) - (pin "2" (uuid a203454a-380f-4618-91c0-65693c61807c)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 64.77 24.13 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd1171e) - (property "Reference" "#PWR012" (at 71.12 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 68.0212 24.003 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 64.77 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 441e03c0-73fa-44b1-b02c-27595ae4107f)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 64.77 38.1 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd121cb) - (property "Reference" "#PWR013" (at 60.96 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 68.0212 38.481 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 64.77 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ef3e2299-74c7-4315-b9e6-0f2d49a31357)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR013") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 83.82 40.64 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd12b65) - (property "Reference" "C8" (at 90.2208 40.64 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1n" (at 87.9094 40.64 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 82.8548 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 83.82 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a7102174-24e4-45fc-acc4-9a7fd516baf3)) - (pin "2" (uuid 22e5c700-4bb2-49d1-8ef7-ebf9a0d7d0ae)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 40.64 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd13189) - (property "Reference" "R7" (at 94.488 39.4716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1M" (at 94.488 41.783 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 94.488 40.64 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7d6d6fd0-6a89-45c3-9f27-7228d65cfb3c)) - (pin "2" (uuid 3bf0c679-bf89-498c-8cd7-7ad45cc24d7d)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 92.71 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd13a29) - (property "Reference" "#PWR017" (at 92.71 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 92.837 48.8442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 92.71 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 92.71 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 754b08d5-aca6-4532-94c8-fc532a9e3f72)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR017") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 104.14 33.02 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cd145ee) - (property "Reference" "U1" (at 104.14 23.6982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 104.14 26.0096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 104.14 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 104.14 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 11cd5340-9a18-42b5-a17c-b0295f2e509a)) - (pin "2" (uuid 1bf721b6-c243-4643-b032-a5ff238c0135)) - (pin "3" (uuid 14a4bfa8-f9f6-4dd4-b1b4-377fdb7d2bdf)) - (pin "5" (uuid 26d86cde-c7b7-498f-a452-26d487641516)) - (pin "6" (uuid 01cbe4bf-125e-4c66-bd9c-cb7b52fef697)) - (pin "7" (uuid 2654abb6-eb1f-4ec0-9ac5-57ade84b4d9e)) - (pin "4" (uuid 3868fd5c-f527-4888-b384-88d36acf3ee5)) - (pin "8" (uuid 916c8e26-ccc5-469c-a619-dd72dd69c8d5)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM13700") (at 176.53 102.87 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cef99f4) - (property "Reference" "U2" (at 176.53 93.5482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM13700" (at 176.53 95.8596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" (at 168.91 103.505 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at 168.91 103.505 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "12" (uuid 798f22c3-bb1b-48af-b8ba-ec1df65356cf)) - (pin "13" (uuid 4af8824d-ee42-44f7-a1f2-6b8b973ab8ab)) - (pin "14" (uuid 8c678f0a-ea70-4e99-a22d-38c4bc296259)) - (pin "15" (uuid d1bd491c-6205-4a2c-9406-d397283224d0)) - (pin "16" (uuid 2c7d7176-8d69-4e90-b6e6-f9bef42d2555)) - (pin "10" (uuid 9c5fbc56-93c6-4090-8266-d980fe5f161f)) - (pin "9" (uuid d83d50ce-dfbf-4506-9089-64e230498e46)) - (pin "1" (uuid 0671d266-af52-4cee-be6f-5cde59f42f6a)) - (pin "2" (uuid fb685674-0ae1-479e-ac21-a0e2fb1a7f09)) - (pin "3" (uuid 477af5cd-718c-4f5d-b0ce-6b5377a2691d)) - (pin "4" (uuid b3f63f85-82f4-4dc3-a81c-191a36745c8d)) - (pin "5" (uuid c0d8f33d-0709-4e65-bb2d-afd2c63c9ef1)) - (pin "7" (uuid b94c5cd4-debc-48ad-b5ea-e94bb2fef5a1)) - (pin "8" (uuid 17407161-1706-4368-a423-bb9ea475f409)) - (pin "11" (uuid 6ce5c867-6ab1-4049-ba02-992c0248c433)) - (pin "6" (uuid 8e3dd4c3-82f3-4216-8b78-b2c2578deb42)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM13700") (at 212.09 102.87 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cefaa76) - (property "Reference" "U2" (at 209.55 94.0308 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM13700" (at 209.55 96.3422 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" (at 204.47 102.235 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at 204.47 102.235 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "12" (uuid df2b37d0-feab-4f5f-bb97-0af491854b31)) - (pin "13" (uuid c28d1cad-e045-4f7a-b6f2-e19f9653cb74)) - (pin "14" (uuid 68f780d4-b5df-4b4c-8587-f39ef6a773e8)) - (pin "15" (uuid af51f5c5-fb0b-43ae-9541-119efc23e63a)) - (pin "16" (uuid 1b6eac2a-959e-4838-b7a7-9849221cb4fc)) - (pin "10" (uuid 9cd9136a-8099-4b87-95c5-e650bae11d6b)) - (pin "9" (uuid e31a0d89-d56e-4dd8-88ec-c915ee7ef944)) - (pin "1" (uuid 30dadee5-dc4c-4386-8d5c-4298f3a5530f)) - (pin "2" (uuid 2a8ce4e6-f61f-49fb-80be-4535dcdea403)) - (pin "3" (uuid b9e807e8-6b2d-4714-bfb7-4993fe0ed02c)) - (pin "4" (uuid 44f3344e-ebb7-4050-a8a7-81f7d2d900cd)) - (pin "5" (uuid b492144b-61f0-4cfa-9df2-5376aa77abaa)) - (pin "7" (uuid a55c3018-6d07-4a3b-9a4c-0c48abf1b147)) - (pin "8" (uuid 4aef09d9-b4d5-4fcb-8db4-2af4ba46ba83)) - (pin "11" (uuid 6b6cf633-1573-4708-a001-e770a55b90ba)) - (pin "6" (uuid 8f8857e2-168c-4352-aba7-fdfcbc70e3fe)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "U2") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM13700") (at 115.57 97.79 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cefca4a) - (property "Reference" "U2" (at 115.57 88.4682 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM13700" (at 115.57 90.7796 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" (at 107.95 97.155 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at 107.95 97.155 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "12" (uuid f5bc237c-63cf-48bb-94bd-4d37f2ffdf4a)) - (pin "13" (uuid 4cfa5e5c-9a81-47d8-bbf2-2bb2b782a27e)) - (pin "14" (uuid 622c781c-efd7-47f4-9299-6f935334cfe9)) - (pin "15" (uuid 5505552a-1c8f-4a42-878c-9d0b36ec997d)) - (pin "16" (uuid 1acd94f5-ae7d-49a5-8a58-575ce08f4f95)) - (pin "10" (uuid 31eea076-9e8c-444d-9773-f9bca186412e)) - (pin "9" (uuid c704db38-b405-40ca-8507-15258d3efadb)) - (pin "1" (uuid 709ba9c7-42ad-4281-be47-0b7fca47802d)) - (pin "2" (uuid d755b909-8b1e-4d3c-81a2-2891a6139a68)) - (pin "3" (uuid 87b417f6-fe4b-46f8-826a-cdc90ccd08f1)) - (pin "4" (uuid c93f5780-53a8-4aa0-a74f-6d6577240019)) - (pin "5" (uuid 2597e2ac-32f6-46d0-ad49-00dc66b4641b)) - (pin "7" (uuid 518e85ae-da6a-4490-9400-007daa2ccd16)) - (pin "8" (uuid 6d1b8584-ceaf-49d9-b73c-91f2734aa061)) - (pin "11" (uuid ec642187-6a91-4ae8-b787-95a2375712ce)) - (pin "6" (uuid 855c679f-fd1c-491d-9520-10434c6ad572)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "U2") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM13700") (at 138.43 97.79 0) (unit 4) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cefe0bb) - (property "Reference" "U2" (at 135.89 88.9508 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM13700" (at 135.89 91.2622 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" (at 130.81 97.155 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at 130.81 97.155 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "12" (uuid c04cb566-76c0-43dc-8cd7-d917b387ed10)) - (pin "13" (uuid 70832b33-f8ba-4054-b60d-0d211ca4bd3c)) - (pin "14" (uuid 685801af-661b-468b-acda-b1ba40fab94e)) - (pin "15" (uuid 8e60731c-288b-4b85-8d6e-f094f0170794)) - (pin "16" (uuid 7bf3d939-1b14-49b3-9c2d-0571ebf073f8)) - (pin "10" (uuid ebe31edf-5fc7-4d74-a57d-a16c499fe177)) - (pin "9" (uuid 12882309-3ad7-4870-8f59-f0c397782de6)) - (pin "1" (uuid 42d98df4-7145-439b-92c3-e9fd8d2b7b09)) - (pin "2" (uuid 16035492-fd21-4a8e-89f2-dd0a1ea5d679)) - (pin "3" (uuid e1e5911a-f58d-45f0-a1a5-fd37a36f2ba7)) - (pin "4" (uuid ec9a2194-3181-452c-b6b6-f9e9bbb6989a)) - (pin "5" (uuid b49240e5-513a-4b7d-909c-8ddf0940362b)) - (pin "7" (uuid 47503da2-4996-498c-ab79-7c08de031bb9)) - (pin "8" (uuid 9025fa69-b44b-4146-a065-7d0a2dd85f1b)) - (pin "11" (uuid 306168ad-a077-4ae0-aab5-51321858cf7c)) - (pin "6" (uuid f23a61ec-8523-49a3-8f52-06c3749452f6)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "U2") (unit 4) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM13700") (at 81.28 181.61 0) (unit 5) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf00aac) - (property "Reference" "U2" (at 80.2132 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM13700" (at 80.2132 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" (at 73.66 180.975 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at 73.66 180.975 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "12" (uuid fa3e3823-987a-4977-a2cb-f535e077d07c)) - (pin "13" (uuid 46841c30-619b-491f-95f0-a828a17027cc)) - (pin "14" (uuid 045c0e82-8813-4673-999f-0e7c02f8544e)) - (pin "15" (uuid f8fc0531-43ce-43a1-b346-672629ad291e)) - (pin "16" (uuid 39e8e848-47eb-4fdf-9eef-b768bbdd2b4d)) - (pin "10" (uuid 0d5e770c-1caa-4c49-894d-b451444c16e7)) - (pin "9" (uuid 2b02c44c-1a55-4da9-a827-7c01431541ba)) - (pin "1" (uuid b89abbcc-baf1-4dce-a6d2-57b6ded87ac7)) - (pin "2" (uuid 3f9573ab-cc05-4813-81a4-f1fc253251e5)) - (pin "3" (uuid 8c8c1648-a7c0-4e86-a594-847804b8505c)) - (pin "4" (uuid 720f9e0d-c954-4723-85c7-dd7e6430af8e)) - (pin "5" (uuid 15e15693-c1de-4107-8039-6cc1f03c707f)) - (pin "7" (uuid 8dd644be-aae1-4b79-ba64-26ad1dc4b8d2)) - (pin "8" (uuid da0553b7-a0f3-414d-858b-f2494a30071b)) - (pin "11" (uuid 1fb31f37-fac6-4901-8213-4bcef7f11664)) - (pin "6" (uuid f662502a-0fc1-4132-a7b3-c7a5dc3679f2)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "U2") (unit 5) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 116.84 137.16 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf0bdea) - (property "Reference" "C11" (at 116.84 130.7592 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "0.1u" (at 116.84 133.0706 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 113.03 138.1252 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 116.84 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 03fa6189-ba19-46c5-be65-631cc159d0cd)) - (pin "2" (uuid 46c2eef8-e369-4495-b021-0efd0c424628)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:2N3906") (at 171.45 68.58 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf0c8bc) - (property "Reference" "Q3" (at 171.45 60.2488 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2N3906" (at 171.45 62.5602 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 169.545 63.5 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.fairchildsemi.com/datasheets/2N/2N3906.pdf" (at 171.45 68.58 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 4584048f-f281-4c83-b199-bef86ad45cd8)) - (pin "2" (uuid 45dc4ee3-ce6d-467d-b64d-a33490def533)) - (pin "3" (uuid 43dc9bb4-2304-4c63-8487-b483841e973d)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "Q3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:2N3906") (at 114.3 73.66 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf0d5b9) - (property "Reference" "Q1" (at 121.92 73.66 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2N3906" (at 121.92 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 112.395 68.58 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.fairchildsemi.com/datasheets/2N/2N3906.pdf" (at 114.3 73.66 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid d5bd2432-4bf7-4115-9be7-40b5f4d6a390)) - (pin "2" (uuid 4d289b4a-38c0-4a97-9a87-54ddc7501750)) - (pin "3" (uuid c1516247-b1b4-4609-845c-518ee93ec1e9)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 91.44 97.79 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf10c05) - (property "Reference" "#PWR015" (at 91.44 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 91.567 102.1842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 91.44 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 91.44 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c082ea9-6fcb-4701-a1d3-9d8f4319b784)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR015") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 91.44 116.84 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf10f8b) - (property "Reference" "#PWR016" (at 91.44 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 91.567 121.2342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 91.44 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 91.44 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b8897701-6376-4972-b578-8d0f6f9e401e)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR016") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 104.14 140.97 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf10fd9) - (property "Reference" "R9" (at 109.3978 140.97 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2k" (at 107.0864 140.97 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 105.918 140.97 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 104.14 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 45cb1bb8-c68b-4155-9aa2-b27a7a700f36)) - (pin "2" (uuid 7a152065-b8bb-45a3-b067-9de47efcf15d)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 104.14 163.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf13f4d) - (property "Reference" "#PWR024" (at 104.14 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 104.267 168.2242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 104.14 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 104.14 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d415e58a-ff18-48f7-ba5a-4828dac99ced)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR024") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 115.57 114.3 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf14943) - (property "Reference" "C10" (at 115.57 107.8992 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10n" (at 115.57 110.2106 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 111.76 115.2652 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 115.57 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f68c77ac-8815-4b61-a2ce-8ecf0133eb4b)) - (pin "2" (uuid 84da9ad6-e17a-4d78-8529-96c6ff18564b)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 96.52 160.02 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf15091) - (property "Reference" "C9" (at 102.9208 160.02 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "0.1u" (at 100.6094 160.02 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 95.5548 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 96.52 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c2d97cfc-33fa-4359-a575-26796f2a8ec0)) - (pin "2" (uuid 6c5da781-96ab-47a4-acf9-6a29a822ebb4)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 96.52 163.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf15481) - (property "Reference" "#PWR018" (at 96.52 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 96.647 168.2242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 96.52 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 96.52 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e2939a01-3d08-4fdc-997d-5c2a7fc2ef74)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR018") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 100.33 95.25 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf1ca42) - (property "Reference" "R8" (at 100.33 89.9922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2k" (at 100.33 92.3036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 100.33 93.472 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 100.33 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e281b165-9bd4-4d85-979e-7e6a1cb214c1)) - (pin "2" (uuid ac9efaf9-d07c-4820-9c05-9ed96fbef769)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 133.35 85.09 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf1dd9d) - (property "Reference" "R12" (at 133.35 79.8322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "20k" (at 133.35 82.1436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 133.35 83.312 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 133.35 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1ea56880-0c41-4633-bfce-5ca44d1a0e15)) - (pin "2" (uuid 057872db-a19a-4cbd-8edd-8e5c89b41458)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 146.05 100.33 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf1ff0b) - (property "Reference" "C13" (at 146.05 93.853 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2u2" (at 146.05 96.1644 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 142.24 101.2952 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 146.05 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c045b0f7-df5d-45f8-b2cf-c55a6fa9fd07)) - (pin "2" (uuid 82515f06-8aa2-4ec6-be24-fcf45c0fe265)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 161.29 106.68 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf20303) - (property "Reference" "R17" (at 163.068 105.5116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "220" (at 163.068 107.823 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 163.068 106.68 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 161.29 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7f54a6ee-166b-4b0a-b9bc-ebc42bbec1b6)) - (pin "2" (uuid 5f5bdcd4-f829-4da9-98ca-c7ec176343fd)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 161.29 110.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf209b1) - (property "Reference" "#PWR034" (at 161.29 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 161.417 114.8842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 161.29 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 161.29 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ca23357a-b31e-4945-a674-f9748a3fdef2)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR034") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 167.64 111.76 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf26caf) - (property "Reference" "R18" (at 169.418 110.5916 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "220" (at 169.418 112.903 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 169.418 111.76 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 167.64 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dfcb1d07-b9e0-4003-a602-8973c0409dc8)) - (pin "2" (uuid a6395e14-afdb-4ccb-af74-c521a0350988)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 167.64 115.57 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf26cb5) - (property "Reference" "#PWR035" (at 167.64 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 167.767 119.9642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 167.64 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 167.64 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2105b03e-237b-4993-bef4-60c6416629fc)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR035") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 116.84 147.32 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf27f37) - (property "Reference" "R10" (at 116.84 152.5778 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 116.84 150.2664 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 116.84 149.098 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 116.84 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3478fd64-8a12-41ee-8494-4f34ee2fff01)) - (pin "2" (uuid ed2dd4ec-1cc3-460b-b95e-b39a00947b59)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 189.23 107.95 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf293c6) - (property "Reference" "R19" (at 191.008 106.7816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "56k" (at 191.008 109.093 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 191.008 107.95 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ac0837d8-85a5-45ec-a901-850733712cc8)) - (pin "2" (uuid 8fcf721c-39cc-45ae-a0f5-81c7602a0cf4)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 194.31 116.84 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf293cc) - (property "Reference" "#PWR038" (at 194.31 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 194.437 121.2342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 194.31 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 194.31 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 13770aee-eb45-4c12-b598-583fc2c374cb)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR038") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 199.39 107.95 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf2a595) - (property "Reference" "C15" (at 202.311 106.7816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10n" (at 202.311 109.093 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 198.4248 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 199.39 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid da1fde10-5103-48b6-9db5-fbee07eb7b61)) - (pin "2" (uuid d426064e-cf0a-430e-a10c-dd56becc6bab)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 116.84 33.02 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf2dae3) - (property "Reference" "D3" (at 116.84 27.5336 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 116.84 29.845 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 116.84 28.575 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 116.84 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c1b6ea76-27dc-4d3c-86f1-8da791e48d25)) - (pin "2" (uuid 2678e440-4b5e-4489-b5b6-219f0f2aba45)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "D3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 124.46 38.1 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf2f070) - (property "Reference" "C12" (at 127.4572 36.9316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2u2" (at 127.4572 39.243 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 125.4252 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 124.46 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 794065c5-1f89-4263-92aa-8e9f283b9ea0)) - (pin "2" (uuid cd25eb89-e1c6-469b-babe-1311ccf6d792)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 124.46 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf2f0f3) - (property "Reference" "#PWR031" (at 124.46 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 124.587 46.3042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 124.46 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 124.46 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a5cf5217-3844-4a39-8324-dc5a035a4308)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR031") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 133.35 38.1 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf2f4ca) - (property "Reference" "R11" (at 135.128 36.9316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1k" (at 135.128 39.243 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 135.128 38.1 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 133.35 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2afc198e-feea-417a-be43-363292423be6)) - (pin "2" (uuid ba84eb40-17e0-4d23-94e4-0d3415bdde02)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 50.8 62.23 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf2fad2) - (property "Reference" "#PWR09" (at 57.15 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 55.1942 62.103 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 50.8 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 50.8 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 554e79fc-46d3-419a-8aa9-020b8375f108)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 140.97 33.02 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf33f7a) - (property "Reference" "R13" (at 139.8016 31.242 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10k" (at 142.113 31.242 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 140.97 31.242 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 140.97 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b752fbc8-3339-4bdd-841e-bc3c1e5f47e9)) - (pin "2" (uuid 896e2469-c051-4bf4-9b98-0accfd7a587d)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:2N3904") (at 149.86 33.02 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf3754e) - (property "Reference" "Q2" (at 154.686 31.8516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2N3904" (at 154.686 34.163 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 154.94 34.925 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.fairchildsemi.com/datasheets/2N/2N3904.pdf" (at 149.86 33.02 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 16e71454-1c2c-4088-b13a-adf2402a8349)) - (pin "2" (uuid ced5df47-76c4-4e12-b928-dd0901caf3d4)) - (pin "3" (uuid f2b4484c-2346-470c-b9c3-e2d3466b73b5)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 152.4 25.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf3814c) - (property "Reference" "#PWR033" (at 152.4 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 152.781 21.0058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 152.4 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 152.4 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2794aaac-4801-4f6b-8010-0dc1dfb21ad3)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR033") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 50.8 76.2 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf394e5) - (property "Reference" "#PWR010" (at 57.15 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 55.1942 76.073 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 50.8 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 50.8 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 39a8a1de-dc30-4534-941e-8fca848ccaea)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 48.26 157.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf3bcbd) - (property "Reference" "#PWR06" (at 48.26 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 48.387 161.8742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 48.26 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 48.26 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f5f2c61b-579d-4653-be96-389288060cca)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 49.53 95.25 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf4992e) - (property "Reference" "#PWR07" (at 55.88 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 53.9242 95.123 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 49.53 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 49.53 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 23ff7dac-e1f7-4db9-a58b-eec1f3489b36)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 207.01 142.24 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf4a613) - (property "Reference" "R22" (at 201.7522 142.24 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 204.0636 142.24 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 205.232 142.24 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 207.01 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 964bea75-e1a2-46dc-87ef-572f94a2a98b)) - (pin "2" (uuid 6096bdcf-361f-4e32-b7bd-d1603e60d283)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 210.82 140.97 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf4b017) - (property "Reference" "#PWR040" (at 210.82 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 210.947 145.3642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 210.82 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 210.82 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8f788b79-db3b-4c33-a358-837737eeabeb)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR040") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 60.96 88.9 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf4bdd9) - (property "Reference" "R4" (at 60.96 83.6422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "56k" (at 60.96 85.9536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 60.96 87.122 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 60.96 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f58688ae-6242-45b9-9440-45d8501ae445)) - (pin "2" (uuid ead36496-e176-4d88-9e1e-f09e7782de03)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 60.96 71.12 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf4dd81) - (property "Reference" "R3" (at 60.96 74.93 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 60.96 77.47 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 60.96 69.342 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 60.96 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3a5f9267-3771-4583-a76a-1b5bc9f8ca24)) - (pin "2" (uuid a72f3d69-c5d8-4ef1-acf0-72fc5c5aaf72)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 219.71 127 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf4f04a) - (property "Reference" "R25" (at 219.71 121.7422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 219.71 124.0536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 219.71 125.222 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 219.71 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7cf4be7c-c734-45a8-8776-f9849afb707d)) - (pin "2" (uuid da3e0256-d866-4832-b3e5-28a997b18910)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R25") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 50.8 100.33 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf50fde) - (property "Reference" "#PWR011" (at 46.99 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 54.0512 100.711 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 50.8 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 50.8 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d26a5b6b-4bdb-4890-89d1-c4d4797eb75f)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 64.77 113.03 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf53aae) - (property "Reference" "#PWR014" (at 71.12 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 69.1642 112.903 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 64.77 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fd977c85-8da8-4996-93a0-492ff21f62d6)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR014") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 60.96 106.68 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf54f83) - (property "Reference" "R5" (at 60.96 101.4222 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "27k" (at 60.96 103.7336 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 60.96 104.902 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 60.96 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8cdb7d19-8205-49b3-8ad8-30f5685ed62f)) - (pin "2" (uuid 065069c5-f244-4506-97b0-5e25ab9ed51b)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 160.02 66.04 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf5dd03) - (property "Reference" "R16" (at 160.02 60.7822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "20k" (at 160.02 63.0936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 160.02 64.262 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 160.02 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0aac036a-cc93-431a-b012-1b2e95c4ebee)) - (pin "2" (uuid 099d0c42-8990-4e24-a45b-643562189105)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 171.45 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf65419) - (property "Reference" "#PWR036" (at 171.45 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 171.577 78.0542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 171.45 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 171.45 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fac7ae14-ea5b-4e8e-b5cd-8acf8d3bb0b1)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR036") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf68325) - (property "Reference" "#PWR025" (at 114.3 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 114.427 83.1342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0ebe0bff-b77b-4445-ae5d-a26b1b611210)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR025") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 217.17 110.49 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf70f91) - (property "Reference" "R23" (at 212.09 109.22 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10k" (at 212.09 111.76 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 218.948 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 217.17 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4908ac39-569a-4ade-9294-dfd2b6884d17)) - (pin "2" (uuid 93b687f7-cc6f-4425-b9fa-bf368c6f744e)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R23") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 217.17 114.3 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf71f8c) - (property "Reference" "#PWR041" (at 217.17 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 216.789 118.6942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 217.17 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 217.17 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71e73e92-329b-4791-812a-548e5d756bfd)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR041") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 49.53 133.35 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf7c16f) - (property "Reference" "#PWR08" (at 55.88 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 53.9242 133.223 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 49.53 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 49.53 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid db3c2ff8-33b5-4460-b49b-885fc5ea69c3)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 199.39 127 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf84cf6) - (property "Reference" "R21" (at 199.39 121.7422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 199.39 124.0536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 199.39 125.222 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 199.39 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9226b702-ef1f-4c35-be52-4d306eb5766c)) - (pin "2" (uuid b865c6a8-65fa-4cdd-a7dd-cd5b58382b38)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 99.06 105.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cf9d088) - (property "Reference" "D1" (at 99.06 110.8964 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 99.06 108.585 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 99.06 109.855 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 99.06 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2d2f778b-a1c3-4211-bcca-76e5fff3dea5)) - (pin "2" (uuid b7dbedc5-d5b5-4687-9449-9aef7a3e2ca3)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 219.71 137.16 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cfaf7d3) - (property "Reference" "U1" (at 219.71 146.4818 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 219.71 144.1704 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 219.71 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 219.71 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fdeaefac-2b05-420f-a6aa-3fc24a0485f4)) - (pin "2" (uuid 9ce4ba58-3c3f-4dea-91de-c0a1d359f603)) - (pin "3" (uuid a8b54f50-d907-4f8b-b4ff-d9836f6d57fc)) - (pin "5" (uuid 6102d3da-5196-4a21-bc29-b12c538c08b7)) - (pin "6" (uuid 15cd5203-2c15-490e-a419-22322dbb4bbe)) - (pin "7" (uuid 0689836f-e9fb-487c-9306-a6053e1b539d)) - (pin "4" (uuid 970e0304-f1b3-49b2-983c-12eccdb98555)) - (pin "8" (uuid 9985c202-ab8d-4855-beb9-359848d9e811)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 99.06 114.3 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cfd7411) - (property "Reference" "D2" (at 99.06 119.7864 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 99.06 117.475 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 99.06 109.855 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 99.06 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dba6f8e3-50a5-4661-988f-377dac75d86c)) - (pin "2" (uuid f716c346-776e-4766-8458-bca2a7359e06)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 137.16 137.16 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cfeeec9) - (property "Reference" "D4" (at 137.16 131.6736 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 137.16 133.985 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 137.16 141.605 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 137.16 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e2c0ac06-8b4f-4c07-b949-8f7ccbf8369c)) - (pin "2" (uuid 56fd0e61-5f93-430c-b252-2a5541cb622c)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "D4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 176.53 36.83 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cff0895) - (property "Reference" "D5" (at 176.53 31.3436 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 176.53 33.655 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 176.53 32.385 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 176.53 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 902ffcf5-f1c8-467e-8636-3ce4a9570b41)) - (pin "2" (uuid 531843c4-f1fa-4784-8b34-d99b06d11f4e)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "D5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 55.88 149.86 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cffa9d0) - (property "Reference" "C5" (at 55.88 143.383 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2u2" (at 55.88 145.6944 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 52.07 150.8252 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 18edd567-0844-466e-9beb-01c23715ba79)) - (pin "2" (uuid c1959861-985a-4730-850b-95025f53f568)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 220.98 105.41 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cffd53c) - (property "Reference" "C16" (at 220.98 98.933 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2u2" (at 220.98 101.2444 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 217.17 106.3752 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 220.98 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5feee002-5fc9-44bd-b4c2-eefcf755ff5b)) - (pin "2" (uuid d294b323-cc57-45bd-a212-fac06a6eb182)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 236.22 137.16 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005cffde6a) - (property "Reference" "C17" (at 236.22 143.637 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2u2" (at 236.22 141.3256 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 240.03 136.1948 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 236.22 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7b6252b3-66fd-43b0-acbf-1149a7c8681a)) - (pin "2" (uuid 323ffcf3-9cd6-432c-8178-7288dfb360e6)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:2N3904") (at 204.47 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d087002) - (property "Reference" "Q4" (at 209.296 35.6616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2N3904" (at 209.296 37.973 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 209.55 38.735 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.fairchildsemi.com/datasheets/2N/2N3904.pdf" (at 204.47 36.83 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid c27c5b9b-333e-48b8-8381-d040411b4598)) - (pin "2" (uuid 28a5664f-9e43-400a-9416-9ab705b211a6)) - (pin "3" (uuid 31ff199d-c44b-4a7f-a5d9-44b02a6eb24e)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "Q4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 226.06 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d087c7c) - (property "Reference" "D6" (at 227.0506 32.1818 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "LED" (at 224.7392 32.1818 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_THT:LED_D5.0mm" (at 226.06 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 226.06 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7e076b3c-0fc0-41ce-b6e1-80bd77a880cc)) - (pin "2" (uuid 702f3884-e1f0-465e-98c6-89e178201b34)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "D6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 229.87 29.21 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d088fd3) - (property "Reference" "#PWR042" (at 226.06 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 234.2642 29.591 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 229.87 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 229.87 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5b6385ff-d16e-487a-99bc-68fdff973f21)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR042") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 207.01 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d08df9f) - (property "Reference" "#PWR039" (at 207.01 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 207.137 46.3042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 207.01 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 207.01 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 13011084-be77-4015-8873-f52105b97dab)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR039") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 195.58 36.83 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d08e444) - (property "Reference" "R20" (at 195.58 31.5722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "220k" (at 195.58 33.8836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 195.58 35.052 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 195.58 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a241af26-90fc-4ff8-b873-e1f63b0817d1)) - (pin "2" (uuid a84029e3-103e-472c-b6ec-3519450eefdc)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R20") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 185.42 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d08e8cc) - (property "Reference" "C14" (at 188.341 40.7416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10n" (at 188.341 43.053 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 186.3852 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 185.42 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid af1662b8-99a2-4192-8284-706a874f984e)) - (pin "2" (uuid 3d2344fb-72b8-4699-9323-2840d54e5208)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 185.42 45.72 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d099c15) - (property "Reference" "#PWR037" (at 185.42 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 185.547 50.1142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 185.42 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 185.42 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ef2b75f3-2ce1-4605-a44d-92a731937b4f)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR037") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 29.21 189.23 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0a2d42) - (property "Reference" "#PWR03" (at 26.67 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 25.9588 188.849 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 29.21 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 44830cd3-317d-4854-87d5-c6bfba129599)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 29.21 181.61 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0a3a54) - (property "Reference" "#PWR02" (at 22.86 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 25.9588 181.737 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 29.21 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3dd60a66-2c62-424c-9a29-81a4f9b00e5c)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 36.83 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0af8d3) - (property "Reference" "C1" (at 39.8272 176.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10u" (at 39.8272 178.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 37.7952 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 36.83 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 498dc19e-ff7f-48ba-b543-ae7985a4be9f)) - (pin "2" (uuid f3cdccd3-6539-4679-bf5a-a65ffe877b44)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 50.8 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0b0dd1) - (property "Reference" "C3" (at 53.721 176.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 53.721 178.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 51.7652 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 76532fd9-b000-4b39-935c-60f4347a629f)) - (pin "2" (uuid e1f068d5-322c-41ee-83ec-6db4176014c9)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 50.8 185.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0b1093) - (property "Reference" "C4" (at 53.721 184.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 53.721 186.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 51.7652 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 885c72dc-73e0-4f97-8414-8062eb4f90a1)) - (pin "2" (uuid 96430f12-523d-4404-91c9-a09075693ae3)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 78.74 173.99 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0b8dc7) - (property "Reference" "#FLG02" (at 80.645 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 81.9912 173.99 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 78.74 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 78.74 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cbefdb76-6144-4b1d-8264-24ddb90d8c5e)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 78.74 189.23 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0b9d97) - (property "Reference" "#FLG03" (at 80.645 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 81.9912 189.23 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 78.74 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 78.74 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e62aa0c3-d918-4c05-bbe6-64cfe6cab338)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#FLG03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 29.21 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0ba866) - (property "Reference" "#FLG01" (at 29.21 179.705 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 29.21 177.2158 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 29.21 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 28d37a9a-a7d3-46cc-a9b1-378d3a1d5f8b)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 110.49 181.61 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0c07ad) - (property "Reference" "J3" (at 109.22 192.2018 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IDC Header" (at 109.22 189.8904 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (at 110.49 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 110.49 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bfe0d1b8-7d0c-4374-bc10-2fd145da92d7)) - (pin "10" (uuid 3999c43f-d943-4fc8-ade4-2017fa44e674)) - (pin "2" (uuid d36a6bac-edd4-4fd7-9f7a-cf7c651eb7fc)) - (pin "3" (uuid ebfd62e2-a5f4-451d-be20-4e20e3613356)) - (pin "4" (uuid ab53f865-5d8f-4c45-91a1-e9b383b19daa)) - (pin "5" (uuid 1cf19ec6-a3a2-4672-b584-faf7235465ad)) - (pin "6" (uuid 6771acd2-4cf1-475a-9e1e-81a86fa1d2cd)) - (pin "7" (uuid 0b529f7a-7cb5-4c56-95bd-12496a891063)) - (pin "8" (uuid 951941e8-cd0e-4ba5-813a-fdb79fbd757c)) - (pin "9" (uuid 95096376-7e00-4efc-8044-d8dd7cbfb2f6)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 102.87 184.15 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0c127a) - (property "Reference" "#PWR022" (at 106.68 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 99.6188 183.769 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 102.87 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 102.87 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5b99bd3e-b771-4115-a4e7-a9cb40ed267f)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR022") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 115.57 184.15 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0c1bc0) - (property "Reference" "#PWR029" (at 111.76 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 118.8212 184.531 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 115.57 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 375fd564-800c-424d-a185-44e31fa7de89)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR029") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 102.87 179.07 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d0c3073) - (property "Reference" "#PWR020" (at 96.52 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 99.6188 179.197 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 102.87 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 102.87 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f5adc177-2c79-4283-9f3d-9a6ac83d6344)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR020") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 60.96 113.03 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d12018e) - (property "Reference" "R6" (at 60.96 115.57 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3k3" (at 60.96 118.11 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 60.96 111.252 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 60.96 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 16841d20-2793-4ed4-a3df-4e865e67a9c8)) - (pin "2" (uuid 6912f15b-b53d-44b2-a470-71c89a2242bc)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 153.67 100.33 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d262485) - (property "Reference" "R15" (at 154.8384 102.108 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 152.527 102.108 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 153.67 102.108 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 942720c5-fb64-4cd6-9399-b622893c5ff4)) - (pin "2" (uuid 8ac8ef9e-3653-4aa1-8069-1a42f0750062)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 140.97 105.41 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d2c0f0b) - (property "Reference" "R14" (at 142.748 104.2416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "5k1" (at 142.748 106.553 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 142.748 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 140.97 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b10830b8-d619-4f58-898f-7f56acefb02d)) - (pin "2" (uuid 7b557c64-eea5-4869-bfa4-bd9d3aa2dd5e)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 140.97 109.22 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d2ce16f) - (property "Reference" "#PWR032" (at 140.97 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 143.51 114.3 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 140.97 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 140.97 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5ea00acf-52ee-484e-877a-7e0695f69a52)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR032") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 35.56 45.72 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d48a340) - (property "Reference" "#PWR05" (at 41.91 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 39.9542 45.593 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 35.56 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 35.56 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b017a48f-7663-47a8-b647-5faa3373bedd)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 31.75 80.01 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d49cdb9) - (property "Reference" "#PWR04" (at 38.1 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 36.1442 79.883 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 31.75 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 31.75 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 790a4e40-c77b-4996-ac97-745afd03ab71)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 254 134.62 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d4aaed4) - (property "Reference" "#PWR043" (at 247.65 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 249.6058 134.747 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 254 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 254 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7bca05e3-6ac7-47b8-a97d-8c3697c81026)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR043") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 60.96 181.61 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da131f2) - (property "Reference" "U1" (at 59.8932 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 59.8932 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 60.96 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 60.96 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a04468e2-07d0-4313-9a9a-7a0e9ec5dd6f)) - (pin "2" (uuid 675d8aad-058d-4ef1-be08-f8b03c35297e)) - (pin "3" (uuid 44154dd4-9abd-47fc-890e-1a682bbcccc1)) - (pin "5" (uuid ade2284f-3411-4b3a-ac69-50ef9c95552b)) - (pin "6" (uuid f79f9473-4744-4691-b8a7-f5759421aed4)) - (pin "7" (uuid ba4435fd-9ef5-424c-9263-cfa4352205be)) - (pin "4" (uuid 9d5ea528-1c2d-4073-8b51-c61560191e9e)) - (pin "8" (uuid 26b50246-dac6-4952-b0b8-07bda451aca3)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "U1") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 102.87 176.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da131f6) - (property "Reference" "#FLG04" (at 102.87 174.625 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 102.87 173.2788 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 102.87 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 102.87 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7ab5f40f-1ec7-4b2b-b21a-509790e20948)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#FLG04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 29.21 173.99 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da131f7) - (property "Reference" "#PWR01" (at 33.02 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 25.9588 173.609 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 29.21 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 562aee85-8901-4e5c-aed2-1bcc99942002)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 36.83 185.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da131fb) - (property "Reference" "C2" (at 33.8328 186.5884 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10u" (at 33.8328 184.277 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 37.7952 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 36.83 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ab1f892c-16f5-462f-995d-0b593aeecc00)) - (pin "2" (uuid e9857a07-6438-4b01-8836-07d7015c0ba6)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 71.12 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da131fe) - (property "Reference" "C6" (at 74.041 176.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 74.041 178.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 72.0852 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 71.12 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 84cd4e6f-fe90-42b2-9066-79575e4b82f5)) - (pin "2" (uuid 0811af6d-b8aa-46d9-a6eb-fb3c38278f2a)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 71.12 185.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da131ff) - (property "Reference" "C7" (at 74.041 184.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 74.041 186.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 72.0852 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 71.12 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1909bf07-89ea-4dac-9bff-7af83037eed1)) - (pin "2" (uuid d99e9996-27d9-4d6a-8f75-202ce8c5884f)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 102.87 186.69 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da13206) - (property "Reference" "#PWR023" (at 100.33 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 99.6188 186.309 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 102.87 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 102.87 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 61b26e98-cc55-4f0b-b09e-d752b150a173)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR023") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 115.57 186.69 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da13207) - (property "Reference" "#PWR030" (at 118.11 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 118.8212 187.071 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 115.57 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 800ef040-964b-447f-8b74-be7c1ddc38a3)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR030") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 102.87 181.61 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da13208) - (property "Reference" "#PWR021" (at 96.52 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 99.6188 181.737 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 102.87 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 102.87 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 87be0f38-80e8-4769-98ba-5c31b969566a)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR021") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 115.57 179.07 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da1320a) - (property "Reference" "#PWR027" (at 121.92 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 118.8212 178.943 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 115.57 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b43c65fb-444c-47f1-a8b9-528d8a6a8618)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR027") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 115.57 181.61 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da1320b) - (property "Reference" "#PWR028" (at 121.92 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 118.8212 181.483 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 115.57 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2169cbf4-cec1-4962-94ec-ee55ae7238fb)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR028") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 115.57 176.53 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da1320c) - (property "Reference" "#PWR026" (at 111.76 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 118.8212 176.911 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 115.57 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b92a3f6d-2b5c-475b-b7f1-696132d0b8b6)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR026") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 102.87 176.53 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da1320d) - (property "Reference" "#PWR019" (at 106.68 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 99.6188 176.149 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 102.87 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 102.87 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 513b1c89-5509-4030-a31f-a943ea406189)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "#PWR019") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 26.67 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da61d73) - (property "Reference" "J1" (at 27.4828 74.295 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CV" (at 27.4828 76.6064 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" (at 26.67 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 26.67 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 478cc9be-af0f-428c-b3b2-e8aebfe45793)) - (pin "T" (uuid b9336ce8-4c9c-44b5-ac2b-89243d1e640e)) - (pin "TN" (uuid 4992157e-a4c5-4c66-8bec-94241ed53002)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 30.48 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8003e) - (property "Reference" "J2" (at 31.2928 40.005 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Trigger" (at 31.2928 42.3164 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" (at 30.48 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 30.48 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 4bec9707-3fc4-40ee-a1a1-f6d4b98c1e30)) - (pin "T" (uuid 834b9ee7-e24d-464f-bfca-bcab12d64fb6)) - (pin "TN" (uuid 5239e2f7-f7b6-4719-b78b-250630abf5e0)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 259.08 137.16 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da92389) - (property "Reference" "J5" (at 263.652 136.525 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "CV" (at 263.652 138.8364 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" (at 259.08 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 259.08 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 75cf2976-91c2-4fab-bf53-1671eac6b52e)) - (pin "T" (uuid 359a388d-bdef-41f7-afc7-6965dc521793)) - (pin "TN" (uuid 503eb73c-49b4-47be-938e-f5b38db67127)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "J5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 218.44 29.21 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db2b532) - (property "Reference" "R24" (at 218.44 23.9522 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1.5k" (at 218.44 26.2636 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 218.44 27.432 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 53910c16-98a7-4a49-b0a0-3297d3cfa2d9)) - (pin "2" (uuid 1c4b0030-3d7a-416c-b361-5b54d87f2023)) - (instances - (project "main" - (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" - (reference "R24") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "a4d18036-a387-420c-bda6-4b0d95ff6393") + (paper "A4") + (title_block + (title "Bass++") + (date "2019-10-03") + (rev "01") + (comment 1 "Original design by Thomas Henry") + (comment 2 "Schema for main circuit") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Amplifier_Operational:LM13700" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 3.81 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM13700" + (at 5.08 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -7.62 0.635 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" + (at -7.62 0.635 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "operational transconductance amplifier OTA" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM13700_1_1" + (polyline + (pts + (xy 3.81 -0.635) (xy 3.81 -2.54) (xy 5.08 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) (xy 5.08 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 2.54) + (name "DIODE_BIAS" + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 7.62 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM13700_2_0" + (polyline + (pts + (xy -1.905 2.54) (xy -3.175 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LM13700_2_1" + (circle + (center -2.54 1.905) + (radius 0.254) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -3.81 -0.635) (xy -2.54 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 1.27) (xy -3.81 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -1.905) (xy -1.27 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 0) (xy -2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 0.635) (xy -2.54 1.27) (xy -2.54 1.905) (xy -2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -1.27) (xy -3.175 -0.635) (xy -3.175 -1.27) (xy -2.54 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -2.54 -0.635) (xy -1.27 0) (xy -1.27 1.905) (xy -2.54 1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -1.905 -1.905) (xy -1.905 -2.54) (xy -1.27 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (text "V+" + (at -2.54 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 2.54 -2.54 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM13700_3_1" + (polyline + (pts + (xy 3.81 -0.635) (xy 3.81 -2.54) (xy 5.08 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) (xy 5.08 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at 7.62 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 2.54) + (name "DIODE_BIAS" + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM13700_4_0" + (polyline + (pts + (xy -3.175 2.54) (xy -1.905 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (text "V+" + (at -2.54 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (symbol "LM13700_4_1" + (circle + (center -2.54 1.905) + (radius 0.254) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -3.81 -0.635) (xy -2.54 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 1.27) (xy -3.81 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -1.905) (xy -1.27 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 0) (xy -2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 0.635) (xy -2.54 1.27) (xy -2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -1.27) (xy -3.175 -0.635) (xy -3.175 -1.27) (xy -2.54 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -2.54 -0.635) (xy -1.27 0) (xy -1.27 1.905) (xy -2.54 1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -1.905 -1.905) (xy -1.905 -2.54) (xy -1.27 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 2.54 -2.54 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM13700_5_1" + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Amplifier_Operational:TL072" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TL072_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Jack*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AudioJack2_SwitchT_0_1" + (rectangle + (start -2.54 0) + (end -3.81 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.778 -0.254) (xy 2.032 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0.635 -0.635) (xy 1.27 0) (xy 2.54 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 1.778 -2.54) (xy 1.778 -0.254) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy -0.635 2.54) (xy -0.635 0) (xy -1.27 -0.635) (xy -1.905 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.54 3.81) + (end -2.54 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AudioJack2_SwitchT_1_1" + (pin passive line + (at 5.08 2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "T" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 1.27 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_02x05_Odd_Even_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 3.81 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start 3.81 -4.953) + (end 2.54 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 -2.413) + (end 2.54 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 0.127) + (end 2.54 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 2.667) + (end 2.54 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 5.207) + (end 2.54 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 5.08 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 0 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_Potentiometer" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_0_1" + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.143 0) (xy 2.286 0.508) (xy 2.286 -0.508) (xy 1.143 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Diode:1N4148" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "D*DO?35*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "1N4148_0_1" + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "1N4148_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Transistor_BJT:2N3904" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N3904" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "NPN Transistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO?92*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "2N3904_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "2N3904_1_1" + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Transistor_BJT:2N3906" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N3906" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3906-D.PDF" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "PNP Transistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO?92*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "2N3906_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 -1.778) (xy 1.778 -2.286) (xy 1.27 -1.27) (xy 2.286 -1.778) (xy 2.286 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "2N3906_1_1" + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+15V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+15V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "-15V_0_0" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "-15V_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 105.41 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "02b244dd-bdda-4172-b04e-9966d984602c") + ) + (junction + (at 207.01 127) + (diameter 0) + (color 0 0 0 0) + (uuid "08b3be90-12dc-4a0b-a124-630d0d799bd6") + ) + (junction + (at 185.42 36.83) + (diameter 0) + (color 0 0 0 0) + (uuid "08bb792f-feec-49e6-8622-98fe152027d0") + ) + (junction + (at 58.42 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "09068890-63f3-40f1-9e7e-df23e34b5283") + ) + (junction + (at 124.46 33.02) + (diameter 0) + (color 0 0 0 0) + (uuid "0ca7c17b-6aae-4d78-ac53-b51de9e34334") + ) + (junction + (at 161.29 100.33) + (diameter 0) + (color 0 0 0 0) + (uuid "1a91b849-744d-4266-ab30-e606b382cce7") + ) + (junction + (at 69.85 88.9) + (diameter 0) + (color 0 0 0 0) + (uuid "1d57f37d-68e0-45ee-87de-d17d213594e3") + ) + (junction + (at 207.01 134.62) + (diameter 0) + (color 0 0 0 0) + (uuid "1db453a2-44f6-400e-aa83-57167984c26d") + ) + (junction + (at 58.42 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "2644ed0c-f4de-4b10-85b9-5931bfe027f6") + ) + (junction + (at 50.8 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "2709a07a-965c-4346-9571-43a35b7d1a7f") + ) + (junction + (at 104.14 137.16) + (diameter 0) + (color 0 0 0 0) + (uuid "3642efb4-a2f3-4245-a2ee-d7e375c1f6dc") + ) + (junction + (at 140.97 100.33) + (diameter 0) + (color 0 0 0 0) + (uuid "36559953-6fe3-48c7-9833-ba4fde18f023") + ) + (junction + (at 229.87 137.16) + (diameter 0) + (color 0 0 0 0) + (uuid "3f78d458-cb2c-4a01-a9f7-d1252e9e0021") + ) + (junction + (at 50.8 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "472ccd79-6531-4d49-9e85-c3da489205dd") + ) + (junction + (at 92.71 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "4a019d02-bfc0-4f3e-a698-4c691b9751b4") + ) + (junction + (at 133.35 33.02) + (diameter 0) + (color 0 0 0 0) + (uuid "4b00f1f8-f960-4d68-98d9-1a3f4e9785a7") + ) + (junction + (at 125.73 137.16) + (diameter 0) + (color 0 0 0 0) + (uuid "53f05007-d4f9-4221-b27a-c10d45d8f295") + ) + (junction + (at 105.41 95.25) + (diameter 0) + (color 0 0 0 0) + (uuid "5fd3903d-c6e8-4792-bb6c-dad9c968729d") + ) + (junction + (at 71.12 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "626f8e35-a214-4fe5-b165-33eb3634a3db") + ) + (junction + (at 78.74 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "6432a396-4ac0-4e9b-8ea6-c68aedc8ded8") + ) + (junction + (at 105.41 105.41) + (diameter 0) + (color 0 0 0 0) + (uuid "647a1eb6-f26e-4f80-8153-80766ff0f741") + ) + (junction + (at 194.31 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "6e625b84-32b5-4aa2-acae-d2e35b02f857") + ) + (junction + (at 36.83 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "76172eae-22b5-40f2-ab65-371215c8f58c") + ) + (junction + (at 36.83 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "8929743b-ca73-4368-a0da-fc72180df4ad") + ) + (junction + (at 189.23 102.87) + (diameter 0) + (color 0 0 0 0) + (uuid "93480bc2-8152-4e82-9506-42c080142350") + ) + (junction + (at 152.4 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "95df8c12-b174-426f-85dd-45320015d267") + ) + (junction + (at 128.27 97.79) + (diameter 0) + (color 0 0 0 0) + (uuid "979d3f9a-bfef-42be-ba16-c5f2390e7ddf") + ) + (junction + (at 71.12 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "9875616d-1d69-488a-b4e2-454466a815c1") + ) + (junction + (at 29.21 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "aa940bab-66b9-4f72-94e0-cd43618fce41") + ) + (junction + (at 91.44 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "b4a2d3fc-857f-4a03-9a57-90d05d74fed4") + ) + (junction + (at 78.74 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "de8ad770-1d36-48f8-8337-3f437837b55b") + ) + (junction + (at 36.83 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "dfa4dffa-0532-4662-b57b-0b87b3c23c9b") + ) + (junction + (at 71.12 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "e10160f4-c087-4099-8a4b-8974b6c7c5d5") + ) + (junction + (at 50.8 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "e452a349-420e-4dd2-873a-d448ef302082") + ) + (junction + (at 102.87 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "e5e25fa0-cf0f-4789-9a0d-e03ba65ea049") + ) + (junction + (at 69.85 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "eadcb32b-bf40-4b92-84e9-ce344852641c") + ) + (junction + (at 199.39 102.87) + (diameter 0) + (color 0 0 0 0) + (uuid "eb01fcee-fea3-49cd-955d-31e4ea488ad9") + ) + (junction + (at 96.52 147.32) + (diameter 0) + (color 0 0 0 0) + (uuid "fb089842-443e-40aa-b5c3-270b2b54e3d3") + ) + (no_connect + (at 31.75 85.09) + (uuid "3a72d685-99a2-4b90-973f-3e32cfb09071") + ) + (no_connect + (at 168.91 102.87) + (uuid "70a82ccb-dfcb-4019-9b2e-d25a0f1ca797") + ) + (no_connect + (at 35.56 50.8) + (uuid "94b13b0e-5b63-4643-a688-8ba4c9afc001") + ) + (no_connect + (at 48.26 53.34) + (uuid "a4aaf343-4d62-44d5-a0c6-9e0c357d869e") + ) + (no_connect + (at 107.95 97.79) + (uuid "b5a83a50-63c2-4bc7-ac9d-e77750039a87") + ) + (no_connect + (at 254 139.7) + (uuid "e1b2970b-f3fd-4733-9039-3e423bdfefa9") + ) + (wire + (pts + (xy 189.23 114.3) (xy 194.31 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "000a212c-d63b-4c00-b6f2-b102690daac2") + ) + (wire + (pts + (xy 186.69 66.04) (xy 186.69 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00e7ff7d-39ed-4666-b5c6-6c51899787e2") + ) + (wire + (pts + (xy 91.44 114.3) (xy 91.44 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0a2c28a7-cfe4-436f-a469-ed17f82bd4e2") + ) + (wire + (pts + (xy 240.03 137.16) (xy 254 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ae356ac-b286-4dac-88d5-f60bd5ac326f") + ) + (wire + (pts + (xy 161.29 102.87) (xy 161.29 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0c742451-245d-466b-9757-9e3fa7001259") + ) + (wire + (pts + (xy 48.26 133.35) (xy 48.26 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e8dbc17-522d-4975-bf29-107f3abb61cf") + ) + (wire + (pts + (xy 48.26 26.67) (xy 48.26 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1097021c-0087-47a5-8717-72a0490ed579") + ) + (wire + (pts + (xy 152.4 66.04) (xy 156.21 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "136c7217-ebbb-42c1-9db0-d2e01a78151e") + ) + (wire + (pts + (xy 142.24 100.33) (xy 140.97 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "13b48245-8859-49f4-a07a-5ff8bb6e872d") + ) + (wire + (pts + (xy 167.64 105.41) (xy 167.64 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "143e4896-9d24-43cc-b78f-92a764a16ad3") + ) + (wire + (pts + (xy 104.14 137.16) (xy 113.03 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16cd304c-ed0a-4b09-b031-807fefd1c604") + ) + (wire + (pts + (xy 71.12 189.23) (xy 58.42 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19838fa6-836f-448c-b019-c13ab3dfca0c") + ) + (wire + (pts + (xy 229.87 127) (xy 229.87 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19897fd3-2276-4456-a18f-337be76e05da") + ) + (wire + (pts + (xy 128.27 97.79) (xy 128.27 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "199ed1be-d4c1-4832-a65e-454a0e1c52e9") + ) + (wire + (pts + (xy 48.26 100.33) (xy 48.26 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1b7a3962-20da-4f1c-8e8a-2cbe628515fc") + ) + (wire + (pts + (xy 212.09 139.7) (xy 210.82 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c9ddc07-a0bf-4391-b54b-cfefea5ed6c3") + ) + (wire + (pts + (xy 69.85 106.68) (xy 69.85 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e66d53f-ce5d-4fa8-8882-0966a608ec73") + ) + (wire + (pts + (xy 133.35 57.15) (xy 133.35 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1f59608a-0c7f-483d-9967-a73beffc10da") + ) + (wire + (pts + (xy 92.71 36.83) (xy 92.71 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "24ccb904-3984-428d-a61d-62cf7201c8d1") + ) + (wire + (pts + (xy 50.8 173.99) (xy 58.42 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "260a35a8-562d-4129-a1f2-e5e7133c5d69") + ) + (wire + (pts + (xy 227.33 137.16) (xy 229.87 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "26ab8b53-c792-402b-90d0-a521b8a55081") + ) + (wire + (pts + (xy 83.82 36.83) (xy 83.82 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "275b287e-6311-46e6-97ef-e2a9d1d9116c") + ) + (wire + (pts + (xy 120.65 147.32) (xy 125.73 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "299d766c-a9be-4e76-ad79-8995447650a9") + ) + (wire + (pts + (xy 48.26 76.2) (xy 48.26 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a29e26d-eca1-4359-8ab5-24eb53b6217d") + ) + (wire + (pts + (xy 48.26 38.1) (xy 48.26 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2ce12f8b-5af4-4398-ad15-5d197975837f") + ) + (wire + (pts + (xy 36.83 181.61) (xy 50.8 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d0f3a1c-bd3d-4e19-ac09-35654ddca423") + ) + (wire + (pts + (xy 199.39 102.87) (xy 204.47 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d9cae0f-7833-4032-b3e1-6d8a700e09a3") + ) + (wire + (pts + (xy 69.85 71.12) (xy 109.22 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2dcf3642-5e13-41a7-95fb-9f5964652585") + ) + (wire + (pts + (xy 71.12 173.99) (xy 78.74 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2de196c5-90c5-4279-993a-7dd280fd3ba8") + ) + (wire + (pts + (xy 105.41 95.25) (xy 107.95 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e50c8c8-f756-4dd3-81e9-7f6a9af63655") + ) + (wire + (pts + (xy 91.44 114.3) (xy 95.25 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "315adc9c-e4e7-4970-a5c8-4ea2c3095ffa") + ) + (wire + (pts + (xy 124.46 33.02) (xy 120.65 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3304bf17-f45c-47b5-8720-d44bc23b93f5") + ) + (wire + (pts + (xy 69.85 88.9) (xy 69.85 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "33200bc5-d0b4-4716-8b69-a9b596ba817f") + ) + (wire + (pts + (xy 124.46 33.02) (xy 133.35 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "33901dff-ba21-4f02-936f-493b95c24f8c") + ) + (wire + (pts + (xy 59.69 143.51) (xy 52.07 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34b192ee-a279-445f-b79e-ddcf232dd267") + ) + (wire + (pts + (xy 91.44 95.25) (xy 91.44 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3579f132-32f3-4f1c-87e3-100b2b3a98c5") + ) + (wire + (pts + (xy 125.73 100.33) (xy 123.19 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3689e1e5-5cc2-4d4b-88fe-dbdf4a2bf4a2") + ) + (wire + (pts + (xy 212.09 134.62) (xy 207.01 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "389181a4-1b44-45b5-a71f-46619af4b739") + ) + (wire + (pts + (xy 128.27 97.79) (xy 130.81 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3c1afe14-e24c-40bc-a98d-a25cc500c484") + ) + (wire + (pts + (xy 105.41 100.33) (xy 105.41 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "437e0ebd-866b-445c-858b-b00918616d6a") + ) + (wire + (pts + (xy 232.41 137.16) (xy 229.87 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "48bc25c7-3c51-49b9-976d-f363707cb768") + ) + (wire + (pts + (xy 104.14 95.25) (xy 105.41 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4bbcef2a-e604-453b-a94b-a63dc74e0d31") + ) + (wire + (pts + (xy 96.52 156.21) (xy 96.52 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4bcd13a6-26b5-4a23-aa66-3e0b8c17fb9c") + ) + (wire + (pts + (xy 229.87 127) (xy 223.52 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c565dd3-4f7c-49af-bfb8-28b9554b739b") + ) + (wire + (pts + (xy 105.41 85.09) (xy 129.54 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c97e0a7-7e4d-4a6a-abff-b530b906d30e") + ) + (wire + (pts + (xy 48.26 24.13) (xy 54.61 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ce75747-a4c4-4594-8377-70c47316bdb8") + ) + (wire + (pts + (xy 36.83 173.99) (xy 50.8 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4eec7382-3213-47db-bcdd-ec284e5a2425") + ) + (wire + (pts + (xy 48.26 121.92) (xy 73.66 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50538006-aeee-4fa9-818a-5ab4c7cc3cda") + ) + (wire + (pts + (xy 185.42 38.1) (xy 185.42 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "508974b0-e06b-4afc-b587-9555b19df9d9") + ) + (wire + (pts + (xy 91.44 105.41) (xy 91.44 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51a8d6ea-069e-4dbf-9647-ab9a896fa6a6") + ) + (wire + (pts + (xy 48.26 113.03) (xy 48.26 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5269b289-d103-4405-beb8-5c7e88c06bf4") + ) + (wire + (pts + (xy 123.19 97.79) (xy 128.27 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "54bfcb28-3ea3-49d6-b31b-968631999204") + ) + (wire + (pts + (xy 133.35 34.29) (xy 133.35 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "59bd07ab-6663-4722-8110-dbe87122b73e") + ) + (wire + (pts + (xy 48.26 137.16) (xy 104.14 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "59fcea22-3414-42ee-8d80-b217612c815b") + ) + (wire + (pts + (xy 36.83 189.23) (xy 50.8 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ad7f188-6b5e-47df-acf3-dcaa811b77c3") + ) + (wire + (pts + (xy 119.38 114.3) (xy 128.27 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c994506-8843-4d45-9a2b-efa862ab7e65") + ) + (wire + (pts + (xy 91.44 95.25) (xy 96.52 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5d094683-9eee-42c4-b046-1318a1b75342") + ) + (wire + (pts + (xy 58.42 173.99) (xy 71.12 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5db034d2-7d06-4fa5-a89d-230b54cf4122") + ) + (wire + (pts + (xy 58.42 189.23) (xy 50.8 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f03a071-0d53-4958-9d15-880be34a2b08") + ) + (wire + (pts + (xy 207.01 127) (xy 207.01 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61e7bd5f-0c00-48aa-be80-39991815b11e") + ) + (wire + (pts + (xy 48.26 76.2) (xy 50.8 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b8594c2-b753-48c4-a01d-f22edd132cfc") + ) + (wire + (pts + (xy 29.21 181.61) (xy 36.83 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "71088b49-dff5-498a-ad86-8a6a5842c357") + ) + (wire + (pts + (xy 48.26 113.03) (xy 57.15 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "75cdf333-da59-4639-ae5a-89b2f960af6e") + ) + (wire + (pts + (xy 102.87 105.41) (xy 105.41 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78829ae0-e321-43bc-a270-7ceb481de0a2") + ) + (wire + (pts + (xy 105.41 114.3) (xy 111.76 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79b14d50-7948-4397-98a1-58eba2c14dc6") + ) + (wire + (pts + (xy 125.73 71.12) (xy 125.73 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b4498f9-2aa8-410c-a4f7-d542085f6cdf") + ) + (wire + (pts + (xy 64.77 106.68) (xy 69.85 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c4ed616-8946-4dc8-a131-582eeba28084") + ) + (wire + (pts + (xy 210.82 139.7) (xy 210.82 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "817a1d1f-b31e-416b-8b2a-bc047113a8bc") + ) + (wire + (pts + (xy 214.63 105.41) (xy 217.17 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84230323-a2f3-45ec-82b1-a75e63be4030") + ) + (wire + (pts + (xy 48.26 82.55) (xy 48.26 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "868a362e-6899-4071-b88f-fac509f8fad2") + ) + (wire + (pts + (xy 207.01 153.67) (xy 207.01 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "86ceeacd-4004-4a1d-84db-93e9878378b2") + ) + (wire + (pts + (xy 140.97 85.09) (xy 140.97 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88f28f95-b007-4e2f-9f65-4915658fca4c") + ) + (wire + (pts + (xy 48.26 62.23) (xy 48.26 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "89aa4517-1146-4f1a-87f1-fb44883e4725") + ) + (wire + (pts + (xy 184.15 100.33) (xy 186.69 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8a1f11d5-32d6-4fc5-9b58-6b42167271d0") + ) + (wire + (pts + (xy 52.07 127) (xy 195.58 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8b18d83e-ec43-4813-9a71-c84d19811441") + ) + (wire + (pts + (xy 29.21 173.99) (xy 36.83 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ea077a5-8a93-4807-9e7c-358a3457b68c") + ) + (wire + (pts + (xy 107.95 100.33) (xy 105.41 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8eead84e-8513-418a-bb81-86844807ccc4") + ) + (wire + (pts + (xy 50.8 181.61) (xy 71.12 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8f0ef087-598f-4993-929b-1e935c6c6457") + ) + (wire + (pts + (xy 172.72 36.83) (xy 167.64 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "90341e98-511b-45b2-95d3-0b1dea9425de") + ) + (wire + (pts + (xy 104.14 163.83) (xy 104.14 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9185193d-df2c-4ec4-8595-e5aab284ffb0") + ) + (wire + (pts + (xy 185.42 36.83) (xy 191.77 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "91f446b9-f6d5-4c40-97e1-0fa6fa7f2cb7") + ) + (wire + (pts + (xy 49.53 133.35) (xy 48.26 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "93814df1-1424-4b5c-ae75-dd710ff87f7c") + ) + (wire + (pts + (xy 35.56 48.26) (xy 83.82 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97593d70-2899-48aa-b19b-983e4031a148") + ) + (wire + (pts + (xy 184.15 102.87) (xy 189.23 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "98eec86f-3072-493e-bc83-fc703f790220") + ) + (wire + (pts + (xy 203.2 127) (xy 207.01 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a84dfa6-ff26-4c3e-a1b4-4f0810361450") + ) + (wire + (pts + (xy 83.82 35.56) (xy 92.71 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9fa2a68e-f3c2-4298-9665-4201e422aeb0") + ) + (wire + (pts + (xy 217.17 105.41) (xy 217.17 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9fa6c0a8-c300-4954-afa4-f499fecc38e3") + ) + (wire + (pts + (xy 52.07 153.67) (xy 207.01 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a000f9ec-f775-44a3-9b84-330750d8bc43") + ) + (wire + (pts + (xy 189.23 114.3) (xy 189.23 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a197361b-e6fa-42b7-b005-f4ae23b9171f") + ) + (wire + (pts + (xy 207.01 29.21) (xy 214.63 29.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a360dd40-d9bb-4cf5-82bb-8f95fe8b766d") + ) + (wire + (pts + (xy 194.31 116.84) (xy 194.31 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a480d938-57fb-48ef-8485-d283d8b93a43") + ) + (wire + (pts + (xy 199.39 114.3) (xy 199.39 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a49d43be-bdfb-4081-9a45-d4f4a5985927") + ) + (wire + (pts + (xy 48.26 147.32) (xy 96.52 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a67a4e9e-3380-44a5-b6f7-0dd2a77c6151") + ) + (wire + (pts + (xy 64.77 88.9) (xy 69.85 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a6a7a9ec-e091-4b27-9242-9007a1905e5c") + ) + (wire + (pts + (xy 125.73 147.32) (xy 125.73 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa6816da-e10a-4d58-bb97-8bfdf4d0087c") + ) + (wire + (pts + (xy 50.8 62.23) (xy 48.26 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aafa9727-3d47-417c-a686-353405e1b1e4") + ) + (wire + (pts + (xy 52.07 71.12) (xy 57.15 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ac36fbb2-8563-4547-a9a6-b5a8893d7ebb") + ) + (wire + (pts + (xy 119.38 71.12) (xy 125.73 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae41cd08-1def-47ac-9591-37a5134cbfdf") + ) + (wire + (pts + (xy 137.16 85.09) (xy 140.97 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af3f6ca0-a109-42d2-af99-149a0aca2fad") + ) + (wire + (pts + (xy 29.21 189.23) (xy 36.83 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b15ed1db-a6fc-4cde-a3fd-a0b9ec235efb") + ) + (wire + (pts + (xy 105.41 85.09) (xy 105.41 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b29e7df0-f8cc-4ba4-b17e-f20ced9006a1") + ) + (wire + (pts + (xy 102.87 114.3) (xy 105.41 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b3213cfd-ff73-45a5-be4b-4090bb5852bb") + ) + (wire + (pts + (xy 83.82 44.45) (xy 83.82 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4dbce39-1f2a-48ae-b84f-0dddd0dfddc2") + ) + (wire + (pts + (xy 140.97 137.16) (xy 151.13 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6e1d785-243e-4bfb-8827-c1b52233390f") + ) + (wire + (pts + (xy 180.34 36.83) (xy 185.42 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b92232b5-4f1a-4478-8938-0babcf09ca08") + ) + (wire + (pts + (xy 31.75 82.55) (xy 48.26 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba7e4a80-7efc-476d-8e5f-951d36324be6") + ) + (wire + (pts + (xy 207.01 29.21) (xy 207.01 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bb2e32e7-f179-4fe3-95ca-73e6e4513da3") + ) + (wire + (pts + (xy 157.48 100.33) (xy 161.29 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bb82a2d3-09ff-43ff-b79b-4bcae585601c") + ) + (wire + (pts + (xy 207.01 138.43) (xy 207.01 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf9aca86-bc13-4fb5-933c-da48717f6631") + ) + (wire + (pts + (xy 189.23 104.14) (xy 189.23 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c01aa4d5-378d-4dba-a90c-5f22bfe647f4") + ) + (wire + (pts + (xy 125.73 137.16) (xy 133.35 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c24c738d-9192-42d7-a87f-a81d387cdb00") + ) + (wire + (pts + (xy 64.77 38.1) (xy 62.23 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c2584fe6-a445-4710-8ae0-56d266b9c800") + ) + (wire + (pts + (xy 59.69 149.86) (xy 59.69 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c3f00764-e042-4ce3-b16f-dd7d87348f1c") + ) + (wire + (pts + (xy 140.97 101.6) (xy 140.97 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c4322f6d-4397-4c10-8482-ad23ff68ddfe") + ) + (wire + (pts + (xy 64.77 71.12) (xy 69.85 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c4840956-ec8c-4a76-81c2-9245cdbc69dd") + ) + (wire + (pts + (xy 48.26 95.25) (xy 48.26 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb35403b-0b3b-42f3-b71c-0ff13d10eaa7") + ) + (wire + (pts + (xy 48.26 66.04) (xy 48.26 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cbcbe612-59f4-4793-8834-cef3a31759a7") + ) + (wire + (pts + (xy 199.39 104.14) (xy 199.39 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce4bb9a2-2255-4809-9d68-c4d4927222f5") + ) + (wire + (pts + (xy 113.03 33.02) (xy 111.76 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d1569662-ab56-4ad3-b14e-3f172f1073d4") + ) + (wire + (pts + (xy 152.4 38.1) (xy 152.4 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d2c38c37-e2e7-4f5b-b47a-87798c8fb49e") + ) + (wire + (pts + (xy 168.91 100.33) (xy 161.29 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d2c75001-adeb-43a0-b3b4-6528d95e89ee") + ) + (wire + (pts + (xy 215.9 127) (xy 207.01 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3229708-3aca-4c69-b685-ae1a57b03643") + ) + (wire + (pts + (xy 168.91 105.41) (xy 167.64 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d408233e-ef88-4c6f-9d3f-a69fc79e25de") + ) + (wire + (pts + (xy 50.8 100.33) (xy 48.26 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d464d1d2-d09a-4232-a77a-211708707be3") + ) + (wire + (pts + (xy 189.23 102.87) (xy 199.39 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4f9ddc5-cb9b-439b-8ae8-6af8d604eb4b") + ) + (wire + (pts + (xy 54.61 38.1) (xy 48.26 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d7bf6e62-8512-4e5e-bf65-dfabb554aeda") + ) + (wire + (pts + (xy 52.07 57.15) (xy 133.35 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dbbc79e0-2dca-4fba-9475-bedb3fd6a83e") + ) + (wire + (pts + (xy 133.35 33.02) (xy 137.16 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd1680f5-f662-4c2d-a1ac-7ee517b318de") + ) + (wire + (pts + (xy 96.52 147.32) (xy 113.03 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd4111ad-007c-4f03-b5b6-ffc677ded1d4") + ) + (wire + (pts + (xy 105.41 105.41) (xy 105.41 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd96ccf9-fe8e-411e-bb16-9903e502dd66") + ) + (wire + (pts + (xy 124.46 34.29) (xy 124.46 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1e3f9e1-d0a3-4ea1-84c9-3a378ad85a74") + ) + (wire + (pts + (xy 48.26 121.92) (xy 48.26 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e53ecdf9-1cfe-4c08-b2ab-aa57a0126ba6") + ) + (wire + (pts + (xy 57.15 106.68) (xy 52.07 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5f535fa-ac2d-4411-952e-e070c61ea1c5") + ) + (wire + (pts + (xy 78.74 189.23) (xy 71.12 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e607ca25-9aa9-4f3d-8d99-febf7396d215") + ) + (wire + (pts + (xy 49.53 95.25) (xy 48.26 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e654a527-c426-42da-9913-3777c6a2edb6") + ) + (wire + (pts + (xy 91.44 105.41) (xy 95.25 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e901868c-160c-4991-a267-9638ab54fa44") + ) + (wire + (pts + (xy 52.07 30.48) (xy 96.52 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e90e0f9c-eefb-44a7-ba3a-d4bf6be20e4b") + ) + (wire + (pts + (xy 152.4 27.94) (xy 152.4 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eae3ddf2-f1e3-469a-a0da-d7e79a4bfbc9") + ) + (wire + (pts + (xy 163.83 66.04) (xy 166.37 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "edd33dff-f99a-412e-b154-75dfe486b886") + ) + (wire + (pts + (xy 96.52 35.56) (xy 92.71 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef4f49df-c590-46f7-9016-6e83d889752e") + ) + (wire + (pts + (xy 52.07 88.9) (xy 57.15 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef686acf-7316-4c28-b841-a4d09355852a") + ) + (wire + (pts + (xy 194.31 114.3) (xy 199.39 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "efc42aa6-e800-4088-924a-575c1d7c01c0") + ) + (wire + (pts + (xy 48.26 137.16) (xy 48.26 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "efd1ec47-e65f-423f-8b03-6fe3c669aa36") + ) + (wire + (pts + (xy 120.65 137.16) (xy 125.73 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f092df22-f42e-4231-8b71-7058a5cf547a") + ) + (wire + (pts + (xy 48.26 66.04) (xy 152.4 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f33e899e-045b-49ae-a298-cd40c7f2d147") + ) + (wire + (pts + (xy 64.77 24.13) (xy 62.23 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f72d808a-b3bf-4fe0-96c1-77fae18e116f") + ) + (wire + (pts + (xy 176.53 66.04) (xy 186.69 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd40d2e4-9ac1-4818-8dab-48e1f907ba03") + ) + (wire + (pts + (xy 52.07 149.86) (xy 48.26 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd5c68b1-cf72-4f6f-a5a9-1e8024e5d81f") + ) + (text "Range" + (exclude_from_sim no) + (at 39.37 91.44 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "081965ac-1b40-4550-88f3-fee48af9d42d") + ) + (text "Change value of R25 to 150k for louder output." + (exclude_from_sim no) + (at 209.55 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2710396f-28ea-432c-a7cf-0d0bf49f0719") + ) + (text "Original design uses 4n7 for c10, \nFor lower shell voice this is replaced." + (exclude_from_sim no) + (at 102.87 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "358de481-8563-4c2d-92eb-0061f7e246e5") + ) + (text "Sweep" + (exclude_from_sim no) + (at 39.37 73.66 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "460c4cbe-58cd-40e4-8ce9-e40e00eba0e8") + ) + (text "Power" + (exclude_from_sim no) + (at 106.68 196.85 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5e3022ef-a5a0-428f-90cc-b5c8919e5819") + ) + (text "Sensitivity" + (exclude_from_sim no) + (at 39.37 35.56 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "687199e2-bb04-45b4-9e76-373f27602565") + ) + (text "Activity LED" + (exclude_from_sim no) + (at 190.5 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8b282105-6c16-4d42-9da1-92c4b75f327e") + ) + (text "Shell Volume" + (exclude_from_sim no) + (at 39.37 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "99e8558f-a5d5-4326-828c-f02c8592c750") + ) + (text "Impact Volume" + (exclude_from_sim no) + (at 39.37 161.29 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9bab5046-25ec-4e0e-918d-86406cb9ecd0") + ) + (text "Impact Tone" + (exclude_from_sim no) + (at 36.83 148.59 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ed2b584e-240d-4746-8088-af24e5ca75bb") + ) + (text "Decay" + (exclude_from_sim no) + (at 39.37 59.69 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f71ebf12-012b-4947-b153-a0695f2f55ad") + ) + (text "Pitch" + (exclude_from_sim no) + (at 39.37 109.22 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f8021503-0d6b-4b98-82ee-fa0de65d1d18") + ) + (label "PULSE" + (at 167.64 36.83 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "251a9f21-acb8-4aa6-8e6f-0870a1a69b63") + ) + (label "PULSE" + (at 151.13 137.16 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "55cb9304-e3db-4aab-bf1b-20bb4d0c3d06") + ) + (label "PULSE" + (at 113.03 33.02 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "6940fce2-819e-4b57-a6e0-4db38316031b") + ) + (label "Shell" + (at 73.66 121.92 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6b5b2aed-4ee2-4153-bdd4-b62b6daf9a20") + ) + (label "Shell" + (at 224.79 105.41 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "99a8d1b9-ed02-4627-9e22-706c96f1d539") + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 48.26 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd09063") + (property "Reference" "RV1" + (at 46.5074 29.3116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 46.5074 31.623 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 48.26 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 48.26 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "62111ad8-90f8-4e7f-91d8-414066d65331") + ) + (pin "2" + (uuid "8c8b5e3d-8cb4-439b-998f-41b6b4a5ed77") + ) + (pin "3" + (uuid "d21fe5a1-e563-46a3-96c8-8f4a0d64ac6e") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 48.26 57.15 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd0c492") + (property "Reference" "RV2" + (at 46.5074 58.3184 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "500k" + (at 46.5074 56.007 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 48.26 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 48.26 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4c6fb82b-05b2-40b6-8afc-efb72030f752") + ) + (pin "2" + (uuid "129e50c6-f171-4260-a0fd-de0de8cd06b7") + ) + (pin "3" + (uuid "fe3d47ce-debe-42c9-8f6e-9ca32c43bf05") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "RV2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 48.26 71.12 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd0c945") + (property "Reference" "RV3" + (at 46.5074 72.2884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 46.5074 69.977 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 48.26 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 48.26 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c24b874-ea78-44b3-a9e4-1ebea27cdf26") + ) + (pin "2" + (uuid "e10ee5a1-725c-45a8-88d1-28cb2800940a") + ) + (pin "3" + (uuid "80821815-3959-469f-8fa6-1dc0f343d13a") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "RV3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 48.26 88.9 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd0ce86") + (property "Reference" "RV4" + (at 46.5074 90.0684 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 46.5074 87.757 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 48.26 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 48.26 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a2e6eee5-2b46-4cdc-b5b7-4e22153dba8c") + ) + (pin "2" + (uuid "6eded910-ca9a-4cc2-96f2-4ccd080d1284") + ) + (pin "3" + (uuid "df378b1e-443c-410e-b0b5-afbbd436d87c") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "RV4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 48.26 106.68 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd0d21d") + (property "Reference" "RV5" + (at 46.482 107.8484 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 46.482 105.537 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 48.26 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 48.26 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bb3fb9ae-083b-4b3e-b55c-09e6c703bf6e") + ) + (pin "2" + (uuid "5648a411-bbd4-4994-a61a-4a2bd03e0f71") + ) + (pin "3" + (uuid "fa81e940-2b0b-4f0c-bf05-c9d2fa1d3aa9") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "RV5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 48.26 153.67 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd0d5ac") + (property "Reference" "RV8" + (at 46.482 154.8384 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 46.482 152.527 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 48.26 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 48.26 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "913ab556-a4de-4858-89fe-68ca989066bd") + ) + (pin "2" + (uuid "afcddcae-9935-4836-8f8c-936bb86e29c2") + ) + (pin "3" + (uuid "c3707fb3-5ec3-4f5d-909b-2578a01f4862") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "RV8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 48.26 143.51 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd0dee3") + (property "Reference" "RV7" + (at 46.482 144.6784 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 46.482 142.367 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 48.26 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 48.26 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a6685b39-8d76-4715-87fd-e146213a86bf") + ) + (pin "2" + (uuid "303464f3-b9a7-4fef-a6af-9bb304310131") + ) + (pin "3" + (uuid "9bdf2414-f4d5-4928-81ca-a1cf85a4d7db") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "RV7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 48.26 127 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd0e407") + (property "Reference" "RV6" + (at 46.5074 128.1684 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 46.5074 125.857 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 48.26 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 48.26 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "463a1b41-1b74-4f72-9175-267d824d918f") + ) + (pin "2" + (uuid "389941ea-35ab-4cc2-a0b8-b7b1dd3f626f") + ) + (pin "3" + (uuid "a69064fa-8e1e-414c-aac9-901cb55cab9e") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "RV6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 58.42 24.13 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd0fe9a") + (property "Reference" "R1" + (at 58.42 18.8722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 58.42 21.1836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 58.42 22.352 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 58.42 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 58.42 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "270d7a0c-531e-4ca1-b756-afbfe2fb191f") + ) + (pin "2" + (uuid "1b8b8ea9-6a55-4599-ae51-ba84cf65b9b4") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 58.42 38.1 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd1108f") + (property "Reference" "R2" + (at 58.42 32.8422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "20k" + (at 58.42 35.1536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 58.42 36.322 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 58.42 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 58.42 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "00fbe7d2-b4e9-446d-85fd-74c68979a79a") + ) + (pin "2" + (uuid "a203454a-380f-4618-91c0-65693c61807c") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 64.77 24.13 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd1171e") + (property "Reference" "#PWR012" + (at 71.12 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 68.0212 24.003 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 64.77 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 64.77 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "441e03c0-73fa-44b1-b02c-27595ae4107f") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 64.77 38.1 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd121cb") + (property "Reference" "#PWR013" + (at 60.96 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 68.0212 38.481 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 64.77 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 64.77 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ef3e2299-74c7-4315-b9e6-0f2d49a31357") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 83.82 40.64 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd12b65") + (property "Reference" "C8" + (at 90.2208 40.64 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1n" + (at 87.9094 40.64 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 82.8548 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 83.82 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 83.82 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a7102174-24e4-45fc-acc4-9a7fd516baf3") + ) + (pin "2" + (uuid "22e5c700-4bb2-49d1-8ef7-ebf9a0d7d0ae") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 40.64 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd13189") + (property "Reference" "R7" + (at 94.488 39.4716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1M" + (at 94.488 41.783 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 94.488 40.64 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 92.71 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7d6d6fd0-6a89-45c3-9f27-7228d65cfb3c") + ) + (pin "2" + (uuid "3bf0c679-bf89-498c-8cd7-7ad45cc24d7d") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 92.71 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd13a29") + (property "Reference" "#PWR017" + (at 92.71 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 92.837 48.8442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 92.71 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 92.71 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 92.71 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "754b08d5-aca6-4532-94c8-fc532a9e3f72") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 104.14 33.02 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd145ee") + (property "Reference" "U1" + (at 104.14 23.6982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 104.14 26.0096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 104.14 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 104.14 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 104.14 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "11cd5340-9a18-42b5-a17c-b0295f2e509a") + ) + (pin "2" + (uuid "1bf721b6-c243-4643-b032-a5ff238c0135") + ) + (pin "3" + (uuid "14a4bfa8-f9f6-4dd4-b1b4-377fdb7d2bdf") + ) + (pin "5" + (uuid "26d86cde-c7b7-498f-a452-26d487641516") + ) + (pin "6" + (uuid "01cbe4bf-125e-4c66-bd9c-cb7b52fef697") + ) + (pin "7" + (uuid "2654abb6-eb1f-4ec0-9ac5-57ade84b4d9e") + ) + (pin "4" + (uuid "3868fd5c-f527-4888-b384-88d36acf3ee5") + ) + (pin "8" + (uuid "916c8e26-ccc5-469c-a619-dd72dd69c8d5") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM13700") + (at 176.53 102.87 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cef99f4") + (property "Reference" "U2" + (at 176.53 93.5482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM13700" + (at 176.53 95.8596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" + (at 168.91 103.505 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" + (at 168.91 103.505 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" + (at 176.53 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "12" + (uuid "798f22c3-bb1b-48af-b8ba-ec1df65356cf") + ) + (pin "13" + (uuid "4af8824d-ee42-44f7-a1f2-6b8b973ab8ab") + ) + (pin "14" + (uuid "8c678f0a-ea70-4e99-a22d-38c4bc296259") + ) + (pin "15" + (uuid "d1bd491c-6205-4a2c-9406-d397283224d0") + ) + (pin "16" + (uuid "2c7d7176-8d69-4e90-b6e6-f9bef42d2555") + ) + (pin "10" + (uuid "9c5fbc56-93c6-4090-8266-d980fe5f161f") + ) + (pin "9" + (uuid "d83d50ce-dfbf-4506-9089-64e230498e46") + ) + (pin "1" + (uuid "0671d266-af52-4cee-be6f-5cde59f42f6a") + ) + (pin "2" + (uuid "fb685674-0ae1-479e-ac21-a0e2fb1a7f09") + ) + (pin "3" + (uuid "477af5cd-718c-4f5d-b0ce-6b5377a2691d") + ) + (pin "4" + (uuid "b3f63f85-82f4-4dc3-a81c-191a36745c8d") + ) + (pin "5" + (uuid "c0d8f33d-0709-4e65-bb2d-afd2c63c9ef1") + ) + (pin "7" + (uuid "b94c5cd4-debc-48ad-b5ea-e94bb2fef5a1") + ) + (pin "8" + (uuid "17407161-1706-4368-a423-bb9ea475f409") + ) + (pin "11" + (uuid "6ce5c867-6ab1-4049-ba02-992c0248c433") + ) + (pin "6" + (uuid "8e3dd4c3-82f3-4216-8b78-b2c2578deb42") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM13700") + (at 212.09 102.87 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cefaa76") + (property "Reference" "U2" + (at 209.55 94.0308 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM13700" + (at 209.55 96.3422 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" + (at 204.47 102.235 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" + (at 204.47 102.235 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" + (at 212.09 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "12" + (uuid "df2b37d0-feab-4f5f-bb97-0af491854b31") + ) + (pin "13" + (uuid "c28d1cad-e045-4f7a-b6f2-e19f9653cb74") + ) + (pin "14" + (uuid "68f780d4-b5df-4b4c-8587-f39ef6a773e8") + ) + (pin "15" + (uuid "af51f5c5-fb0b-43ae-9541-119efc23e63a") + ) + (pin "16" + (uuid "1b6eac2a-959e-4838-b7a7-9849221cb4fc") + ) + (pin "10" + (uuid "9cd9136a-8099-4b87-95c5-e650bae11d6b") + ) + (pin "9" + (uuid "e31a0d89-d56e-4dd8-88ec-c915ee7ef944") + ) + (pin "1" + (uuid "30dadee5-dc4c-4386-8d5c-4298f3a5530f") + ) + (pin "2" + (uuid "2a8ce4e6-f61f-49fb-80be-4535dcdea403") + ) + (pin "3" + (uuid "b9e807e8-6b2d-4714-bfb7-4993fe0ed02c") + ) + (pin "4" + (uuid "44f3344e-ebb7-4050-a8a7-81f7d2d900cd") + ) + (pin "5" + (uuid "b492144b-61f0-4cfa-9df2-5376aa77abaa") + ) + (pin "7" + (uuid "a55c3018-6d07-4a3b-9a4c-0c48abf1b147") + ) + (pin "8" + (uuid "4aef09d9-b4d5-4fcb-8db4-2af4ba46ba83") + ) + (pin "11" + (uuid "6b6cf633-1573-4708-a001-e770a55b90ba") + ) + (pin "6" + (uuid "8f8857e2-168c-4352-aba7-fdfcbc70e3fe") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "U2") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM13700") + (at 115.57 97.79 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cefca4a") + (property "Reference" "U2" + (at 115.57 88.4682 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM13700" + (at 115.57 90.7796 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" + (at 107.95 97.155 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" + (at 107.95 97.155 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" + (at 115.57 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "12" + (uuid "f5bc237c-63cf-48bb-94bd-4d37f2ffdf4a") + ) + (pin "13" + (uuid "4cfa5e5c-9a81-47d8-bbf2-2bb2b782a27e") + ) + (pin "14" + (uuid "622c781c-efd7-47f4-9299-6f935334cfe9") + ) + (pin "15" + (uuid "5505552a-1c8f-4a42-878c-9d0b36ec997d") + ) + (pin "16" + (uuid "1acd94f5-ae7d-49a5-8a58-575ce08f4f95") + ) + (pin "10" + (uuid "31eea076-9e8c-444d-9773-f9bca186412e") + ) + (pin "9" + (uuid "c704db38-b405-40ca-8507-15258d3efadb") + ) + (pin "1" + (uuid "709ba9c7-42ad-4281-be47-0b7fca47802d") + ) + (pin "2" + (uuid "d755b909-8b1e-4d3c-81a2-2891a6139a68") + ) + (pin "3" + (uuid "87b417f6-fe4b-46f8-826a-cdc90ccd08f1") + ) + (pin "4" + (uuid "c93f5780-53a8-4aa0-a74f-6d6577240019") + ) + (pin "5" + (uuid "2597e2ac-32f6-46d0-ad49-00dc66b4641b") + ) + (pin "7" + (uuid "518e85ae-da6a-4490-9400-007daa2ccd16") + ) + (pin "8" + (uuid "6d1b8584-ceaf-49d9-b73c-91f2734aa061") + ) + (pin "11" + (uuid "ec642187-6a91-4ae8-b787-95a2375712ce") + ) + (pin "6" + (uuid "855c679f-fd1c-491d-9520-10434c6ad572") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "U2") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM13700") + (at 138.43 97.79 0) + (unit 4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cefe0bb") + (property "Reference" "U2" + (at 135.89 88.9508 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM13700" + (at 135.89 91.2622 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" + (at 130.81 97.155 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" + (at 130.81 97.155 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" + (at 138.43 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "12" + (uuid "c04cb566-76c0-43dc-8cd7-d917b387ed10") + ) + (pin "13" + (uuid "70832b33-f8ba-4054-b60d-0d211ca4bd3c") + ) + (pin "14" + (uuid "685801af-661b-468b-acda-b1ba40fab94e") + ) + (pin "15" + (uuid "8e60731c-288b-4b85-8d6e-f094f0170794") + ) + (pin "16" + (uuid "7bf3d939-1b14-49b3-9c2d-0571ebf073f8") + ) + (pin "10" + (uuid "ebe31edf-5fc7-4d74-a57d-a16c499fe177") + ) + (pin "9" + (uuid "12882309-3ad7-4870-8f59-f0c397782de6") + ) + (pin "1" + (uuid "42d98df4-7145-439b-92c3-e9fd8d2b7b09") + ) + (pin "2" + (uuid "16035492-fd21-4a8e-89f2-dd0a1ea5d679") + ) + (pin "3" + (uuid "e1e5911a-f58d-45f0-a1a5-fd37a36f2ba7") + ) + (pin "4" + (uuid "ec9a2194-3181-452c-b6b6-f9e9bbb6989a") + ) + (pin "5" + (uuid "b49240e5-513a-4b7d-909c-8ddf0940362b") + ) + (pin "7" + (uuid "47503da2-4996-498c-ab79-7c08de031bb9") + ) + (pin "8" + (uuid "9025fa69-b44b-4146-a065-7d0a2dd85f1b") + ) + (pin "11" + (uuid "306168ad-a077-4ae0-aab5-51321858cf7c") + ) + (pin "6" + (uuid "f23a61ec-8523-49a3-8f52-06c3749452f6") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "U2") + (unit 4) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM13700") + (at 81.28 181.61 0) + (unit 5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf00aac") + (property "Reference" "U2" + (at 80.2132 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM13700" + (at 80.2132 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-16_W7.62mm_Socket" + (at 73.66 180.975 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" + (at 73.66 180.975 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" + (at 81.28 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "12" + (uuid "fa3e3823-987a-4977-a2cb-f535e077d07c") + ) + (pin "13" + (uuid "46841c30-619b-491f-95f0-a828a17027cc") + ) + (pin "14" + (uuid "045c0e82-8813-4673-999f-0e7c02f8544e") + ) + (pin "15" + (uuid "f8fc0531-43ce-43a1-b346-672629ad291e") + ) + (pin "16" + (uuid "39e8e848-47eb-4fdf-9eef-b768bbdd2b4d") + ) + (pin "10" + (uuid "0d5e770c-1caa-4c49-894d-b451444c16e7") + ) + (pin "9" + (uuid "2b02c44c-1a55-4da9-a827-7c01431541ba") + ) + (pin "1" + (uuid "b89abbcc-baf1-4dce-a6d2-57b6ded87ac7") + ) + (pin "2" + (uuid "3f9573ab-cc05-4813-81a4-f1fc253251e5") + ) + (pin "3" + (uuid "8c8c1648-a7c0-4e86-a594-847804b8505c") + ) + (pin "4" + (uuid "720f9e0d-c954-4723-85c7-dd7e6430af8e") + ) + (pin "5" + (uuid "15e15693-c1de-4107-8039-6cc1f03c707f") + ) + (pin "7" + (uuid "8dd644be-aae1-4b79-ba64-26ad1dc4b8d2") + ) + (pin "8" + (uuid "da0553b7-a0f3-414d-858b-f2494a30071b") + ) + (pin "11" + (uuid "1fb31f37-fac6-4901-8213-4bcef7f11664") + ) + (pin "6" + (uuid "f662502a-0fc1-4132-a7b3-c7a5dc3679f2") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "U2") + (unit 5) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 116.84 137.16 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf0bdea") + (property "Reference" "C11" + (at 116.84 130.7592 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0.1u" + (at 116.84 133.0706 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 113.03 138.1252 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 116.84 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "03fa6189-ba19-46c5-be65-631cc159d0cd") + ) + (pin "2" + (uuid "46c2eef8-e369-4495-b021-0efd0c424628") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:2N3906") + (at 171.45 68.58 270) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf0c8bc") + (property "Reference" "Q3" + (at 171.45 60.2488 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2N3906" + (at 171.45 62.5602 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 169.545 63.5 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3906-D.PDF" + (at 171.45 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" + (at 171.45 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4584048f-f281-4c83-b199-bef86ad45cd8") + ) + (pin "2" + (uuid "45dc4ee3-ce6d-467d-b64d-a33490def533") + ) + (pin "3" + (uuid "43dc9bb4-2304-4c63-8487-b483841e973d") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:2N3906") + (at 114.3 73.66 270) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf0d5b9") + (property "Reference" "Q1" + (at 121.92 73.66 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2N3906" + (at 121.92 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 112.395 68.58 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3906-D.PDF" + (at 114.3 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" + (at 114.3 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d5bd2432-4bf7-4115-9be7-40b5f4d6a390") + ) + (pin "2" + (uuid "4d289b4a-38c0-4a97-9a87-54ddc7501750") + ) + (pin "3" + (uuid "c1516247-b1b4-4609-845c-518ee93ec1e9") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 91.44 97.79 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf10c05") + (property "Reference" "#PWR015" + (at 91.44 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 91.567 102.1842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 91.44 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 91.44 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c082ea9-6fcb-4701-a1d3-9d8f4319b784") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 91.44 116.84 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf10f8b") + (property "Reference" "#PWR016" + (at 91.44 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 91.567 121.2342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 91.44 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 91.44 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b8897701-6376-4972-b578-8d0f6f9e401e") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 104.14 140.97 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf10fd9") + (property "Reference" "R9" + (at 109.3978 140.97 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2k" + (at 107.0864 140.97 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 105.918 140.97 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 104.14 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 104.14 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "45cb1bb8-c68b-4155-9aa2-b27a7a700f36") + ) + (pin "2" + (uuid "7a152065-b8bb-45a3-b067-9de47efcf15d") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 104.14 163.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf13f4d") + (property "Reference" "#PWR024" + (at 104.14 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 104.267 168.2242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 104.14 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 104.14 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 104.14 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d415e58a-ff18-48f7-ba5a-4828dac99ced") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 115.57 114.3 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf14943") + (property "Reference" "C10" + (at 115.57 107.8992 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10n" + (at 115.57 110.2106 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 111.76 115.2652 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 115.57 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 115.57 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f68c77ac-8815-4b61-a2ce-8ecf0133eb4b") + ) + (pin "2" + (uuid "84da9ad6-e17a-4d78-8529-96c6ff18564b") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 96.52 160.02 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf15091") + (property "Reference" "C9" + (at 102.9208 160.02 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0.1u" + (at 100.6094 160.02 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 95.5548 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 96.52 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c2d97cfc-33fa-4359-a575-26796f2a8ec0") + ) + (pin "2" + (uuid "6c5da781-96ab-47a4-acf9-6a29a822ebb4") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 96.52 163.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf15481") + (property "Reference" "#PWR018" + (at 96.52 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 96.647 168.2242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 96.52 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 96.52 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 96.52 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e2939a01-3d08-4fdc-997d-5c2a7fc2ef74") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 100.33 95.25 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf1ca42") + (property "Reference" "R8" + (at 100.33 89.9922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2k" + (at 100.33 92.3036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 100.33 93.472 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 100.33 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 100.33 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e281b165-9bd4-4d85-979e-7e6a1cb214c1") + ) + (pin "2" + (uuid "ac9efaf9-d07c-4820-9c05-9ed96fbef769") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 133.35 85.09 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf1dd9d") + (property "Reference" "R12" + (at 133.35 79.8322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "20k" + (at 133.35 82.1436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 133.35 83.312 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 133.35 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 133.35 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1ea56880-0c41-4633-bfce-5ca44d1a0e15") + ) + (pin "2" + (uuid "057872db-a19a-4cbd-8edd-8e5c89b41458") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 146.05 100.33 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf1ff0b") + (property "Reference" "C13" + (at 146.05 93.853 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2u2" + (at 146.05 96.1644 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 142.24 101.2952 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 146.05 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 146.05 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c045b0f7-df5d-45f8-b2cf-c55a6fa9fd07") + ) + (pin "2" + (uuid "82515f06-8aa2-4ec6-be24-fcf45c0fe265") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 161.29 106.68 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf20303") + (property "Reference" "R17" + (at 163.068 105.5116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "220" + (at 163.068 107.823 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 163.068 106.68 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 161.29 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f54a6ee-166b-4b0a-b9bc-ebc42bbec1b6") + ) + (pin "2" + (uuid "5f5bdcd4-f829-4da9-98ca-c7ec176343fd") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 161.29 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf209b1") + (property "Reference" "#PWR034" + (at 161.29 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 161.417 114.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 161.29 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 161.29 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 161.29 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ca23357a-b31e-4945-a674-f9748a3fdef2") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR034") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 167.64 111.76 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf26caf") + (property "Reference" "R18" + (at 169.418 110.5916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "220" + (at 169.418 112.903 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 169.418 111.76 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 167.64 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 167.64 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dfcb1d07-b9e0-4003-a602-8973c0409dc8") + ) + (pin "2" + (uuid "a6395e14-afdb-4ccb-af74-c521a0350988") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 167.64 115.57 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf26cb5") + (property "Reference" "#PWR035" + (at 167.64 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 167.767 119.9642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 167.64 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 167.64 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2105b03e-237b-4993-bef4-60c6416629fc") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR035") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 116.84 147.32 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf27f37") + (property "Reference" "R10" + (at 116.84 152.5778 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 116.84 150.2664 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 116.84 149.098 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 116.84 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3478fd64-8a12-41ee-8494-4f34ee2fff01") + ) + (pin "2" + (uuid "ed2dd4ec-1cc3-460b-b95e-b39a00947b59") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 189.23 107.95 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf293c6") + (property "Reference" "R19" + (at 191.008 106.7816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "56k" + (at 191.008 109.093 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 191.008 107.95 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 189.23 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ac0837d8-85a5-45ec-a901-850733712cc8") + ) + (pin "2" + (uuid "8fcf721c-39cc-45ae-a0f5-81c7602a0cf4") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 194.31 116.84 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf293cc") + (property "Reference" "#PWR038" + (at 194.31 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 194.437 121.2342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 194.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 194.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 194.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "13770aee-eb45-4c12-b598-583fc2c374cb") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR038") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 199.39 107.95 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf2a595") + (property "Reference" "C15" + (at 202.311 106.7816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10n" + (at 202.311 109.093 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 198.4248 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 199.39 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "da1fde10-5103-48b6-9db5-fbee07eb7b61") + ) + (pin "2" + (uuid "d426064e-cf0a-430e-a10c-dd56becc6bab") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 116.84 33.02 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf2dae3") + (property "Reference" "D3" + (at 116.84 27.5336 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 116.84 29.845 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 116.84 28.575 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 116.84 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 116.84 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 116.84 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 116.84 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c1b6ea76-27dc-4d3c-86f1-8da791e48d25") + ) + (pin "2" + (uuid "2678e440-4b5e-4489-b5b6-219f0f2aba45") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 124.46 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf2f070") + (property "Reference" "C12" + (at 127.4572 36.9316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2u2" + (at 127.4572 39.243 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 125.4252 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 124.46 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 124.46 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "794065c5-1f89-4263-92aa-8e9f283b9ea0") + ) + (pin "2" + (uuid "cd25eb89-e1c6-469b-babe-1311ccf6d792") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 124.46 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf2f0f3") + (property "Reference" "#PWR031" + (at 124.46 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 124.587 46.3042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 124.46 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 124.46 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 124.46 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a5cf5217-3844-4a39-8324-dc5a035a4308") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 133.35 38.1 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf2f4ca") + (property "Reference" "R11" + (at 135.128 36.9316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1k" + (at 135.128 39.243 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 135.128 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 133.35 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 133.35 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2afc198e-feea-417a-be43-363292423be6") + ) + (pin "2" + (uuid "ba84eb40-17e0-4d23-94e4-0d3415bdde02") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 50.8 62.23 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf2fad2") + (property "Reference" "#PWR09" + (at 57.15 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 55.1942 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 50.8 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 50.8 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 50.8 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "554e79fc-46d3-419a-8aa9-020b8375f108") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 140.97 33.02 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf33f7a") + (property "Reference" "R13" + (at 139.8016 31.242 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 142.113 31.242 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 140.97 31.242 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 140.97 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 140.97 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b752fbc8-3339-4bdd-841e-bc3c1e5f47e9") + ) + (pin "2" + (uuid "896e2469-c051-4bf4-9b98-0accfd7a587d") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:2N3904") + (at 149.86 33.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf3754e") + (property "Reference" "Q2" + (at 154.686 31.8516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N3904" + (at 154.686 34.163 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 154.94 34.925 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" + (at 149.86 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 149.86 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "16e71454-1c2c-4088-b13a-adf2402a8349") + ) + (pin "2" + (uuid "ced5df47-76c4-4e12-b928-dd0901caf3d4") + ) + (pin "3" + (uuid "f2b4484c-2346-470c-b9c3-e2d3466b73b5") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 152.4 25.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf3814c") + (property "Reference" "#PWR033" + (at 152.4 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 152.781 21.0058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 152.4 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 152.4 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2794aaac-4801-4f6b-8010-0dc1dfb21ad3") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 50.8 76.2 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf394e5") + (property "Reference" "#PWR010" + (at 57.15 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 55.1942 76.073 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 50.8 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 50.8 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 50.8 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39a8a1de-dc30-4534-941e-8fca848ccaea") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 48.26 157.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf3bcbd") + (property "Reference" "#PWR06" + (at 48.26 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 48.387 161.8742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 48.26 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 48.26 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 48.26 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f5f2c61b-579d-4653-be96-389288060cca") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 49.53 95.25 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf4992e") + (property "Reference" "#PWR07" + (at 55.88 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 53.9242 95.123 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 49.53 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 49.53 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 49.53 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "23ff7dac-e1f7-4db9-a58b-eec1f3489b36") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 207.01 142.24 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf4a613") + (property "Reference" "R22" + (at 201.7522 142.24 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 204.0636 142.24 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 205.232 142.24 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 207.01 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 207.01 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "964bea75-e1a2-46dc-87ef-572f94a2a98b") + ) + (pin "2" + (uuid "6096bdcf-361f-4e32-b7bd-d1603e60d283") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 210.82 140.97 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf4b017") + (property "Reference" "#PWR040" + (at 210.82 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 210.947 145.3642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 210.82 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 210.82 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 210.82 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8f788b79-db3b-4c33-a358-837737eeabeb") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR040") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 60.96 88.9 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf4bdd9") + (property "Reference" "R4" + (at 60.96 83.6422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "56k" + (at 60.96 85.9536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 60.96 87.122 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 60.96 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 60.96 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f58688ae-6242-45b9-9440-45d8501ae445") + ) + (pin "2" + (uuid "ead36496-e176-4d88-9e1e-f09e7782de03") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 60.96 71.12 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf4dd81") + (property "Reference" "R3" + (at 60.96 74.93 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 60.96 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 60.96 69.342 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 60.96 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 60.96 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3a5f9267-3771-4583-a76a-1b5bc9f8ca24") + ) + (pin "2" + (uuid "a72f3d69-c5d8-4ef1-acf0-72fc5c5aaf72") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 219.71 127 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf4f04a") + (property "Reference" "R25" + (at 219.71 121.7422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 219.71 124.0536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 219.71 125.222 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 219.71 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 219.71 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7cf4be7c-c734-45a8-8776-f9849afb707d") + ) + (pin "2" + (uuid "da3e0256-d866-4832-b3e5-28a997b18910") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R25") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 50.8 100.33 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf50fde") + (property "Reference" "#PWR011" + (at 46.99 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 54.0512 100.711 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 50.8 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 50.8 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 50.8 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d26a5b6b-4bdb-4890-89d1-c4d4797eb75f") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 64.77 113.03 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf53aae") + (property "Reference" "#PWR014" + (at 71.12 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 69.1642 112.903 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 64.77 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fd977c85-8da8-4996-93a0-492ff21f62d6") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 60.96 106.68 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf54f83") + (property "Reference" "R5" + (at 60.96 101.4222 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "27k" + (at 60.96 103.7336 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 60.96 104.902 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 60.96 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 60.96 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8cdb7d19-8205-49b3-8ad8-30f5685ed62f") + ) + (pin "2" + (uuid "065069c5-f244-4506-97b0-5e25ab9ed51b") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 160.02 66.04 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf5dd03") + (property "Reference" "R16" + (at 160.02 60.7822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "20k" + (at 160.02 63.0936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 160.02 64.262 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 160.02 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0aac036a-cc93-431a-b012-1b2e95c4ebee") + ) + (pin "2" + (uuid "099d0c42-8990-4e24-a45b-643562189105") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 171.45 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf65419") + (property "Reference" "#PWR036" + (at 171.45 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 171.577 78.0542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 171.45 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 171.45 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 171.45 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fac7ae14-ea5b-4e8e-b5cd-8acf8d3bb0b1") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR036") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf68325") + (property "Reference" "#PWR025" + (at 114.3 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.427 83.1342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 114.3 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0ebe0bff-b77b-4445-ae5d-a26b1b611210") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 217.17 110.49 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf70f91") + (property "Reference" "R23" + (at 212.09 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 212.09 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 218.948 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 217.17 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 217.17 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4908ac39-569a-4ade-9294-dfd2b6884d17") + ) + (pin "2" + (uuid "93b687f7-cc6f-4425-b9fa-bf368c6f744e") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 217.17 114.3 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf71f8c") + (property "Reference" "#PWR041" + (at 217.17 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 216.789 118.6942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 217.17 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 217.17 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 217.17 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71e73e92-329b-4791-812a-548e5d756bfd") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR041") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 49.53 133.35 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf7c16f") + (property "Reference" "#PWR08" + (at 55.88 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 53.9242 133.223 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 49.53 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 49.53 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 49.53 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "db3c2ff8-33b5-4460-b49b-885fc5ea69c3") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 199.39 127 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf84cf6") + (property "Reference" "R21" + (at 199.39 121.7422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 199.39 124.0536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 199.39 125.222 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 199.39 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9226b702-ef1f-4c35-be52-4d306eb5766c") + ) + (pin "2" + (uuid "b865c6a8-65fa-4cdd-a7dd-cd5b58382b38") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 99.06 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf9d088") + (property "Reference" "D1" + (at 99.06 110.8964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 99.06 108.585 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 99.06 109.855 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 99.06 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 99.06 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 99.06 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 99.06 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2d2f778b-a1c3-4211-bcca-76e5fff3dea5") + ) + (pin "2" + (uuid "b7dbedc5-d5b5-4687-9449-9aef7a3e2ca3") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 219.71 137.16 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cfaf7d3") + (property "Reference" "U1" + (at 219.71 146.4818 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 219.71 144.1704 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 219.71 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 219.71 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 219.71 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fdeaefac-2b05-420f-a6aa-3fc24a0485f4") + ) + (pin "2" + (uuid "9ce4ba58-3c3f-4dea-91de-c0a1d359f603") + ) + (pin "3" + (uuid "a8b54f50-d907-4f8b-b4ff-d9836f6d57fc") + ) + (pin "5" + (uuid "6102d3da-5196-4a21-bc29-b12c538c08b7") + ) + (pin "6" + (uuid "15cd5203-2c15-490e-a419-22322dbb4bbe") + ) + (pin "7" + (uuid "0689836f-e9fb-487c-9306-a6053e1b539d") + ) + (pin "4" + (uuid "970e0304-f1b3-49b2-983c-12eccdb98555") + ) + (pin "8" + (uuid "9985c202-ab8d-4855-beb9-359848d9e811") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 99.06 114.3 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cfd7411") + (property "Reference" "D2" + (at 99.06 119.7864 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 99.06 117.475 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 99.06 109.855 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 99.06 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 99.06 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 99.06 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 99.06 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dba6f8e3-50a5-4661-988f-377dac75d86c") + ) + (pin "2" + (uuid "f716c346-776e-4766-8458-bca2a7359e06") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 137.16 137.16 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cfeeec9") + (property "Reference" "D4" + (at 137.16 131.6736 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 137.16 133.985 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 137.16 141.605 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 137.16 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 137.16 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 137.16 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 137.16 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e2c0ac06-8b4f-4c07-b949-8f7ccbf8369c") + ) + (pin "2" + (uuid "56fd0e61-5f93-430c-b252-2a5541cb622c") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 176.53 36.83 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cff0895") + (property "Reference" "D5" + (at 176.53 31.3436 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 176.53 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 176.53 32.385 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 176.53 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 176.53 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 176.53 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 176.53 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "902ffcf5-f1c8-467e-8636-3ce4a9570b41") + ) + (pin "2" + (uuid "531843c4-f1fa-4784-8b34-d99b06d11f4e") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "D5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 55.88 149.86 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cffa9d0") + (property "Reference" "C5" + (at 55.88 143.383 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2u2" + (at 55.88 145.6944 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 52.07 150.8252 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 55.88 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "18edd567-0844-466e-9beb-01c23715ba79") + ) + (pin "2" + (uuid "c1959861-985a-4730-850b-95025f53f568") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 220.98 105.41 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cffd53c") + (property "Reference" "C16" + (at 220.98 98.933 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2u2" + (at 220.98 101.2444 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 217.17 106.3752 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 220.98 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 220.98 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5feee002-5fc9-44bd-b4c2-eefcf755ff5b") + ) + (pin "2" + (uuid "d294b323-cc57-45bd-a212-fac06a6eb182") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 236.22 137.16 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cffde6a") + (property "Reference" "C17" + (at 236.22 143.637 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2u2" + (at 236.22 141.3256 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 240.03 136.1948 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 236.22 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 236.22 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7b6252b3-66fd-43b0-acbf-1149a7c8681a") + ) + (pin "2" + (uuid "323ffcf3-9cd6-432c-8178-7288dfb360e6") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:2N3904") + (at 204.47 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d087002") + (property "Reference" "Q4" + (at 209.296 35.6616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N3904" + (at 209.296 37.973 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 209.55 38.735 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" + (at 204.47 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 204.47 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c27c5b9b-333e-48b8-8381-d040411b4598") + ) + (pin "2" + (uuid "28a5664f-9e43-400a-9416-9ab705b211a6") + ) + (pin "3" + (uuid "31ff199d-c44b-4a7f-a5d9-44b02a6eb24e") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 226.06 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d087c7c") + (property "Reference" "D6" + (at 227.0506 32.1818 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LED" + (at 224.7392 32.1818 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_THT:LED_D5.0mm" + (at 226.06 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 226.06 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 226.06 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7e076b3c-0fc0-41ce-b6e1-80bd77a880cc") + ) + (pin "2" + (uuid "702f3884-e1f0-465e-98c6-89e178201b34") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 229.87 29.21 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d088fd3") + (property "Reference" "#PWR042" + (at 226.06 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 234.2642 29.591 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 229.87 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 229.87 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 229.87 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5b6385ff-d16e-487a-99bc-68fdff973f21") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 207.01 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d08df9f") + (property "Reference" "#PWR039" + (at 207.01 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 207.137 46.3042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 207.01 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 207.01 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 207.01 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "13011084-be77-4015-8873-f52105b97dab") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR039") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 195.58 36.83 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d08e444") + (property "Reference" "R20" + (at 195.58 31.5722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "220k" + (at 195.58 33.8836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 195.58 35.052 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 195.58 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 195.58 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a241af26-90fc-4ff8-b873-e1f63b0817d1") + ) + (pin "2" + (uuid "a84029e3-103e-472c-b6ec-3519450eefdc") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 185.42 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d08e8cc") + (property "Reference" "C14" + (at 188.341 40.7416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10n" + (at 188.341 43.053 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 186.3852 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 185.42 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "af1662b8-99a2-4192-8284-706a874f984e") + ) + (pin "2" + (uuid "3d2344fb-72b8-4699-9323-2840d54e5208") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 185.42 45.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d099c15") + (property "Reference" "#PWR037" + (at 185.42 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 185.547 50.1142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 185.42 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 185.42 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 185.42 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ef2b75f3-2ce1-4605-a44d-92a731937b4f") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR037") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 29.21 189.23 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0a2d42") + (property "Reference" "#PWR03" + (at 26.67 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 25.9588 188.849 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 29.21 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 29.21 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "44830cd3-317d-4854-87d5-c6bfba129599") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 29.21 181.61 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0a3a54") + (property "Reference" "#PWR02" + (at 22.86 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 25.9588 181.737 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 29.21 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 29.21 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3dd60a66-2c62-424c-9a29-81a4f9b00e5c") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 36.83 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0af8d3") + (property "Reference" "C1" + (at 39.8272 176.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10u" + (at 39.8272 178.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 37.7952 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 36.83 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "498dc19e-ff7f-48ba-b543-ae7985a4be9f") + ) + (pin "2" + (uuid "f3cdccd3-6539-4679-bf5a-a65ffe877b44") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 50.8 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0b0dd1") + (property "Reference" "C3" + (at 53.721 176.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 53.721 178.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 51.7652 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 50.8 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "76532fd9-b000-4b39-935c-60f4347a629f") + ) + (pin "2" + (uuid "e1f068d5-322c-41ee-83ec-6db4176014c9") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 50.8 185.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0b1093") + (property "Reference" "C4" + (at 53.721 184.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 53.721 186.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 51.7652 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 50.8 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "885c72dc-73e0-4f97-8414-8062eb4f90a1") + ) + (pin "2" + (uuid "96430f12-523d-4404-91c9-a09075693ae3") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 78.74 173.99 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0b8dc7") + (property "Reference" "#FLG02" + (at 80.645 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 81.9912 173.99 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 78.74 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 78.74 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 78.74 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cbefdb76-6144-4b1d-8264-24ddb90d8c5e") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 78.74 189.23 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0b9d97") + (property "Reference" "#FLG03" + (at 80.645 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 81.9912 189.23 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 78.74 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 78.74 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 78.74 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e62aa0c3-d918-4c05-bbe6-64cfe6cab338") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 29.21 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0ba866") + (property "Reference" "#FLG01" + (at 29.21 179.705 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 29.21 177.2158 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 29.21 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 29.21 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "28d37a9a-a7d3-46cc-a9b1-378d3a1d5f8b") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_02x05_Odd_Even") + (at 110.49 181.61 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0c07ad") + (property "Reference" "J3" + (at 109.22 192.2018 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IDC Header" + (at 109.22 189.8904 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 110.49 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 110.49 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 110.49 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bfe0d1b8-7d0c-4374-bc10-2fd145da92d7") + ) + (pin "10" + (uuid "3999c43f-d943-4fc8-ade4-2017fa44e674") + ) + (pin "2" + (uuid "d36a6bac-edd4-4fd7-9f7a-cf7c651eb7fc") + ) + (pin "3" + (uuid "ebfd62e2-a5f4-451d-be20-4e20e3613356") + ) + (pin "4" + (uuid "ab53f865-5d8f-4c45-91a1-e9b383b19daa") + ) + (pin "5" + (uuid "1cf19ec6-a3a2-4672-b584-faf7235465ad") + ) + (pin "6" + (uuid "6771acd2-4cf1-475a-9e1e-81a86fa1d2cd") + ) + (pin "7" + (uuid "0b529f7a-7cb5-4c56-95bd-12496a891063") + ) + (pin "8" + (uuid "951941e8-cd0e-4ba5-813a-fdb79fbd757c") + ) + (pin "9" + (uuid "95096376-7e00-4efc-8044-d8dd7cbfb2f6") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 102.87 184.15 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0c127a") + (property "Reference" "#PWR022" + (at 106.68 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 99.6188 183.769 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 102.87 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 102.87 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 102.87 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5b99bd3e-b771-4115-a4e7-a9cb40ed267f") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 115.57 184.15 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0c1bc0") + (property "Reference" "#PWR029" + (at 111.76 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 118.8212 184.531 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 115.57 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 115.57 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "375fd564-800c-424d-a185-44e31fa7de89") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 102.87 179.07 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d0c3073") + (property "Reference" "#PWR020" + (at 96.52 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 99.6188 179.197 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 102.87 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 102.87 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 102.87 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f5adc177-2c79-4283-9f3d-9a6ac83d6344") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 60.96 113.03 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d12018e") + (property "Reference" "R6" + (at 60.96 115.57 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3k3" + (at 60.96 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 60.96 111.252 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 60.96 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 60.96 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "16841d20-2793-4ed4-a3df-4e865e67a9c8") + ) + (pin "2" + (uuid "6912f15b-b53d-44b2-a470-71c89a2242bc") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 153.67 100.33 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d262485") + (property "Reference" "R15" + (at 154.8384 102.108 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 152.527 102.108 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 153.67 102.108 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 153.67 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "942720c5-fb64-4cd6-9399-b622893c5ff4") + ) + (pin "2" + (uuid "8ac8ef9e-3653-4aa1-8069-1a42f0750062") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 140.97 105.41 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d2c0f0b") + (property "Reference" "R14" + (at 142.748 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "5k1" + (at 142.748 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 142.748 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 140.97 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 140.97 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b10830b8-d619-4f58-898f-7f56acefb02d") + ) + (pin "2" + (uuid "7b557c64-eea5-4869-bfa4-bd9d3aa2dd5e") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 140.97 109.22 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d2ce16f") + (property "Reference" "#PWR032" + (at 140.97 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 143.51 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 140.97 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 140.97 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 140.97 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5ea00acf-52ee-484e-877a-7e0695f69a52") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 35.56 45.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d48a340") + (property "Reference" "#PWR05" + (at 41.91 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 39.9542 45.593 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 35.56 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 35.56 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 35.56 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b017a48f-7663-47a8-b647-5faa3373bedd") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 31.75 80.01 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d49cdb9") + (property "Reference" "#PWR04" + (at 38.1 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 36.1442 79.883 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 31.75 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 31.75 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 31.75 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "790a4e40-c77b-4996-ac97-745afd03ab71") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 254 134.62 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d4aaed4") + (property "Reference" "#PWR043" + (at 247.65 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 249.6058 134.747 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 254 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 254 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 254 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7bca05e3-6ac7-47b8-a97d-8c3697c81026") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 60.96 181.61 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da131f2") + (property "Reference" "U1" + (at 59.8932 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 59.8932 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 60.96 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 60.96 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 60.96 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a04468e2-07d0-4313-9a9a-7a0e9ec5dd6f") + ) + (pin "2" + (uuid "675d8aad-058d-4ef1-be08-f8b03c35297e") + ) + (pin "3" + (uuid "44154dd4-9abd-47fc-890e-1a682bbcccc1") + ) + (pin "5" + (uuid "ade2284f-3411-4b3a-ac69-50ef9c95552b") + ) + (pin "6" + (uuid "f79f9473-4744-4691-b8a7-f5759421aed4") + ) + (pin "7" + (uuid "ba4435fd-9ef5-424c-9263-cfa4352205be") + ) + (pin "4" + (uuid "9d5ea528-1c2d-4073-8b51-c61560191e9e") + ) + (pin "8" + (uuid "26b50246-dac6-4952-b0b8-07bda451aca3") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 102.87 176.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da131f6") + (property "Reference" "#FLG04" + (at 102.87 174.625 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 102.87 173.2788 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 102.87 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 102.87 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 102.87 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7ab5f40f-1ec7-4b2b-b21a-509790e20948") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#FLG04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 29.21 173.99 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da131f7") + (property "Reference" "#PWR01" + (at 33.02 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 25.9588 173.609 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 29.21 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 29.21 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "562aee85-8901-4e5c-aed2-1bcc99942002") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 36.83 185.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da131fb") + (property "Reference" "C2" + (at 33.8328 186.5884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10u" + (at 33.8328 184.277 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 37.7952 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 36.83 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ab1f892c-16f5-462f-995d-0b593aeecc00") + ) + (pin "2" + (uuid "e9857a07-6438-4b01-8836-07d7015c0ba6") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 71.12 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da131fe") + (property "Reference" "C6" + (at 74.041 176.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 74.041 178.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 72.0852 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 71.12 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 71.12 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "84cd4e6f-fe90-42b2-9066-79575e4b82f5") + ) + (pin "2" + (uuid "0811af6d-b8aa-46d9-a6eb-fb3c38278f2a") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 71.12 185.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da131ff") + (property "Reference" "C7" + (at 74.041 184.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 74.041 186.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 72.0852 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 71.12 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 71.12 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1909bf07-89ea-4dac-9bff-7af83037eed1") + ) + (pin "2" + (uuid "d99e9996-27d9-4d6a-8f75-202ce8c5884f") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 102.87 186.69 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da13206") + (property "Reference" "#PWR023" + (at 100.33 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 99.6188 186.309 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 102.87 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 102.87 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 102.87 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "61b26e98-cc55-4f0b-b09e-d752b150a173") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 115.57 186.69 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da13207") + (property "Reference" "#PWR030" + (at 118.11 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 118.8212 187.071 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 115.57 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 115.57 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "800ef040-964b-447f-8b74-be7c1ddc38a3") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 102.87 181.61 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da13208") + (property "Reference" "#PWR021" + (at 96.52 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 99.6188 181.737 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 102.87 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 102.87 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 102.87 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "87be0f38-80e8-4769-98ba-5c31b969566a") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 115.57 179.07 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da1320a") + (property "Reference" "#PWR027" + (at 121.92 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 118.8212 178.943 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 115.57 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 115.57 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b43c65fb-444c-47f1-a8b9-528d8a6a8618") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 115.57 181.61 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da1320b") + (property "Reference" "#PWR028" + (at 121.92 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 118.8212 181.483 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 115.57 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 115.57 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2169cbf4-cec1-4962-94ec-ee55ae7238fb") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 115.57 176.53 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da1320c") + (property "Reference" "#PWR026" + (at 111.76 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 118.8212 176.911 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 115.57 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 115.57 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b92a3f6d-2b5c-475b-b7f1-696132d0b8b6") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 102.87 176.53 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da1320d") + (property "Reference" "#PWR019" + (at 106.68 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 99.6188 176.149 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 102.87 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 102.87 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 102.87 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "513b1c89-5509-4030-a31f-a943ea406189") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 26.67 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da61d73") + (property "Reference" "J1" + (at 27.4828 74.295 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CV" + (at 27.4828 76.6064 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" + (at 26.67 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 26.67 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 26.67 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "478cc9be-af0f-428c-b3b2-e8aebfe45793") + ) + (pin "T" + (uuid "b9336ce8-4c9c-44b5-ac2b-89243d1e640e") + ) + (pin "TN" + (uuid "4992157e-a4c5-4c66-8bec-94241ed53002") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 30.48 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8003e") + (property "Reference" "J2" + (at 31.2928 40.005 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Trigger" + (at 31.2928 42.3164 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" + (at 30.48 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 30.48 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 30.48 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "4bec9707-3fc4-40ee-a1a1-f6d4b98c1e30") + ) + (pin "T" + (uuid "834b9ee7-e24d-464f-bfca-bcab12d64fb6") + ) + (pin "TN" + (uuid "5239e2f7-f7b6-4719-b78b-250630abf5e0") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 259.08 137.16 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da92389") + (property "Reference" "J5" + (at 263.652 136.525 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "CV" + (at 263.652 138.8364 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles" + (at 259.08 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 259.08 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 259.08 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "75cf2976-91c2-4fab-bf53-1671eac6b52e") + ) + (pin "T" + (uuid "359a388d-bdef-41f7-afc7-6965dc521793") + ) + (pin "TN" + (uuid "503eb73c-49b4-47be-938e-f5b38db67127") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 218.44 29.21 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db2b532") + (property "Reference" "R24" + (at 218.44 23.9522 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1.5k" + (at 218.44 26.2636 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 218.44 27.432 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "53910c16-98a7-4a49-b0a0-3297d3cfa2d9") + ) + (pin "2" + (uuid "1c4b0030-3d7a-416c-b361-5b54d87f2023") + ) + (instances + (project "main" + (path "/a4d18036-a387-420c-bda6-4b0d95ff6393" + (reference "R24") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/cp3/main/main.kicad_pcb b/src/cp3/main/main.kicad_pcb index 6b1cf9a8..7fe8f8cc 100644 --- a/src/cp3/main/main.kicad_pcb +++ b/src/cp3/main/main.kicad_pcb @@ -1,18756 +1,25195 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "cp3") - (date "1") - (comment 1 "PCB for panel") - (comment 2 "Moog like discrete mixer") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "Net-(Q1A-B)") - (net 2 "GND") - (net 3 "+15V") - (net 4 "-15V") - (net 5 "-6V") - (net 6 "+12V") - (net 7 "Net-(D1-A)") - (net 8 "Net-(D2-K)") - (net 9 "Net-(D3-A)") - (net 10 "Net-(D4-K)") - (net 11 "Net-(D5-A)") - (net 12 "Net-(D6-K)") - (net 13 "Net-(D7-A)") - (net 14 "Net-(D8-K)") - (net 15 "Net-(D9-A)") - (net 16 "Net-(D10-K)") - (net 17 "Net-(D11-A)") - (net 18 "Net-(D12-K)") - (net 19 "/IN_a") - (net 20 "unconnected-(J1-PadTN)") - (net 21 "/IN_b") - (net 22 "unconnected-(J2-PadTN)") - (net 23 "/IN_c") - (net 24 "unconnected-(J3-PadTN)") - (net 25 "/IN_d") - (net 26 "unconnected-(J4-PadTN)") - (net 27 "/OUT_A") - (net 28 "unconnected-(J5-PadTN)") - (net 29 "/OUT_B") - (net 30 "unconnected-(J6-PadTN)") - (net 31 "/VN") - (net 32 "/VP") - (net 33 "+5V") - (net 34 "Net-(Q1A-C)") - (net 35 "Net-(Q1A-E)") - (net 36 "unconnected-(Q1E-B-Pad4)") - (net 37 "Net-(Q1C-C)") - (net 38 "Net-(Q1C-E)") - (net 39 "Net-(Q1D-E)") - (net 40 "Net-(Q1B-C)") - (net 41 "unconnected-(Q1E-E-Pad11)") - (net 42 "Net-(Q5-C)") - (net 43 "Net-(Q6-C)") - (net 44 "Net-(Q7-C)") - (net 45 "Net-(Q8-C)") - (net 46 "Net-(Q9-C)") - (net 47 "Net-(Q10-C)") - (net 48 "/IN_1") - (net 49 "/IN_2") - (net 50 "/IN_3") - (net 51 "/IN_4") - (net 52 "Net-(R14-Pad2)") - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 2fcf2d1e-20c0-4019-a573-972d3ebc55cf) - (at 62.23 116.84 180) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/26a0cdfe-d192-48c9-a73a-2dc2ffb07938") - (attr through_hole) - (fp_text reference "D5" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f193a82c-6930-4199-9cb2-10cda6ebefb3) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 95b45245-eafc-49ae-875f-439a1f188cf6) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c874b5bd-8de0-4102-add9-afc809da7566)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c49f7fd-19fd-4721-ba7e-f66055eadb2e)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9515aa2e-a95c-4092-8366-04a65cea687e)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 523dd139-52f0-4c71-b395-f66930b35ac0)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a738548a-38a9-487a-b464-c7ff6a22559c)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b099605-828f-4260-b775-a183e3eec746)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c662c64-0330-499d-bcd3-a490f4e3474b)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50267e44-a896-4835-addc-fc95c238d1af)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b7e8771-e196-44c6-939e-eb89d08e1a53)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cbba015-59d3-4745-80b5-c26034964233)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3fe1bd86-e164-4fe3-b0c9-31b8689a358b)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11c3d3ca-0891-4f65-be4f-42b56e1d35e4)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5355c330-6521-44ce-84aa-a7ff65c1bbe0)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "K") (pintype "passive") (tstamp 682135b3-df24-4c28-a7fe-00dd310c55ee)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 11 "Net-(D5-A)") (pinfunction "A") (pintype "passive") (tstamp 25fa30b6-df7f-4599-b0b5-1527b07c1dab)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 3a441e42-92f7-4942-8faf-1eaad8179b6a) - (at 64.516 53.34 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/b44b4762-5576-4686-8e64-a00dea0f3d56") - (attr through_hole) - (fp_text reference "R28" (at 2.286 -1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4556972c-929f-4122-afdf-fdba77c6ea43) - ) - (fp_text value "10" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 87e05d41-790b-4f23-a5c5-b0158d1a65f3) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 556b9194-bcf4-4f3c-89ed-af25c97b1c03) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 111c0a57-73dc-4727-a8f7-ebe8f48738b3)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dadafeaa-59a3-48b1-8788-b2677de7f5e6)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc221059-bcc9-43a0-bbc7-d5b03295f29f)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5a8ff21-9693-4133-ba9a-25e455f30aca)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6fbf3715-13e5-4206-a567-a6197181bc3f)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 173e7271-3102-46a2-80bf-731654e80ea1)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 046f482e-7bcc-4a87-8472-7c45aa3941f8)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbbc278f-1453-4970-a9f6-f9e82ffd4443)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10aee184-a226-4666-beb2-be5e3d118bfd)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 907aa591-5175-4f64-8903-0218c270433b)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93f643ee-1b07-4994-8b8b-a1498dfb8451)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4b06498-b877-4778-b7bf-2af6a122b163)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 32 "/VP") (pintype "passive") (tstamp 057ba60e-05e8-4050-a0a5-026e48964aa1)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp 1204e598-b8ab-476e-959d-a23316538c75)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 3afa2f7d-9415-495e-b82e-2ba372a840bb) - (at 68.27 58.42 90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/c005b753-e69a-41f9-aae2-605d493094f4") - (attr through_hole) - (fp_text reference "R29" (at 2.54 1.834 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6cc9c69d-f592-4460-ad92-117a2f8890c0) - ) - (fp_text value "10" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c0ff2ba8-ca06-4443-83bd-04be21f195b4) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 08a4c4e5-696d-4452-9f3d-ae1f44a9705e) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa0cd3ec-644a-47b4-8225-1596148a5a9f)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f6f91cb-b8e0-49d5-8391-f01ab836f2e5)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b82feb73-d5a8-4193-b745-531e4ec60177)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8cb1885-acd0-4416-9925-0a522fe89aee)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e9cdf96-75ae-4dcd-b72f-f752dcd22fd1)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a52119a-681d-41e0-bb21-385d1224ad11)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8f0c593-f9e4-4f41-8827-7a27d77d3265)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e53f672-9601-4c4f-8e56-c7ee0429b393)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e522040-53ef-4a09-8832-acacfe8c8523)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb819c1d-4858-43ad-b285-cf575395b236)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4040c20e-7fc1-419e-bbea-7488912c3441)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 640d16e7-4253-48b6-878a-adffe2416971)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 4 "-15V") (pintype "passive") (tstamp 93389b81-0f60-4ccd-9603-19bbde3cdfee)) - (pad "2" thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 31 "/VN") (pintype "passive") (tstamp ba30286b-9bb4-4de5-aaad-753995826b55)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 46a967ce-c7b6-4b9c-bae7-4cba62842b20) - (at 81.28 86.12 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/27d0bfc2-2a6a-42b1-8931-b467ceb1e6f7") - (attr through_hole) - (fp_text reference "RV2" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c55c2fc4-eafc-418f-be9c-4db2463dada4) - ) - (fp_text value "50k (A)" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e1f65eeb-86f9-4241-a824-340acc9696b3) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 682c6bf4-f2bc-4240-af47-ff7c0ee18765) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c42e809c-3365-4fc9-a00f-81a82d010770)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1512c4cb-6f0d-4f55-856c-4e1c0f9bd03a)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69126114-3030-4c96-8002-d8dd626cdff4)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77e5c3f5-26da-46ef-9d58-a5dca16bd655)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6db418cd-f79b-4aff-abe2-1c304e4fc44f)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 969f31b4-e68f-4c14-b829-5dbdff70066a)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9761bcf8-300d-4353-b94c-995e6c2b9598)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ef248a3-10cf-4563-9885-a3470cc1f07d)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1bc1a03c-c50e-49b8-9934-6c88de1149e5)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47209b85-9096-4e97-8fa5-0cd65db7ec5a)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 37deead9-9aa8-4ba5-991d-22a9be34258e)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6a95cc5-c945-4203-b7e4-82b894c86666)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2196ae17-2e5e-4fa9-bec7-cca434d1fb99)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 893abe32-84f6-4726-b91f-42361b80cd1b)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee61e6fb-e115-4f38-b11a-b692a1960efb)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13b7f469-cd67-4b0b-b0da-3ed7fd157dc6)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8901e868-d2dd-418d-a6e1-eb4735e7bc20)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 7f33227a-e450-4d22-9333-e1695d0aa036)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 53eb073a-d2ee-47d8-ab9b-5e902c676356)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 09f502d4-f210-45d3-9890-52a884276ce7)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "1") (pintype "passive") (tstamp aad02a1d-c35b-403f-aa9b-bfb0da5b6c4d)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 49 "/IN_2") (pinfunction "2") (pintype "passive") (tstamp 29bf1c6f-e1f3-4d9e-bf93-e113ae8bba57)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "/IN_b") (pinfunction "3") (pintype "passive") (tstamp 39a40f17-2b22-40b2-81cb-7332b3f635d6)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 53148513-3c05-4ec1-973c-b763704a41ed) - (at 88.9 76.2 90) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cfe31ca8-b899-426f-801e-bf2b96358a99) - ) - (fp_text value "elektrophon logo" (at 0 -3.048 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eec6eca3-83cf-4224-874e-2e0dbff131e6) - ) - (fp_text user "R01" (at -8.68 0.99 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp 2196e150-3368-438c-b26a-6210cfc09127) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp 8bf7bfc8-e8dd-4288-8aaf-a3d9da5b7450) - ) - (fp_text user "cp3" (at 8.62 1.02 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp c94150ed-03f5-4d04-92fd-4f5e000fb610) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp 043bfeb3-487f-4d68-b237-326d9f4e4a61) - ) - (fp_text user "cp3" (at -8.54 0.99 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp 75cefedc-b28c-4df4-9df0-5515c6bcc85b) - ) - (fp_text user "R01" (at 8.58 1.02 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp d1d1157f-571c-484a-bb4d-5f18bca18ee4) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 55d38da8-4693-42dc-92bc-95d37009ec34) - (at 59.69 52.745 -90) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/385cd9d7-c48f-4bad-b499-f0ddcf0b0fe1") - (attr through_hole) - (fp_text reference "C3" (at 5.04 0 -180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a5cc6f7a-fcd0-4ffd-b13a-a318686bd4e3) - ) - (fp_text value "10u" (at 1.25 3.75 -270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ffada72f-3114-4e5f-b860-af39569115c0) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 -270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 687bc2a3-ca36-42fa-bc70-659daee4c546) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14d1191d-347f-41e1-bfb0-f7b1335f1b38)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5c3594d-bca0-4395-a631-29063a4a4224)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc3c743c-fe4f-4ed9-b3a9-ea011b312400)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b568ec1-e154-49fa-ae0b-5eda3366577b)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 722e6914-73e1-439e-a840-8cf03ac723df)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e3de639-96d7-4ee9-bf11-aabdb2359342)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 286fd2ab-ef14-4255-aade-8a9ed20edd27)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a96e2138-e6a3-4d58-b1df-a1eb0bf3d0cf)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aacf427e-d4df-4568-b9cd-7d48e79ba738)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf0d7074-54cb-4e26-b781-48413e1f4932)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 540bef79-3db3-42be-a0b2-bf83e370e652)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 158688a6-2cbe-4a1b-ab3a-adea1fbc5644)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f807087c-6a80-4cc3-b003-40fd88e3651e)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a82624a8-c4e9-4271-bf22-38e325f45773)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 803dc467-e67e-4f1c-a123-70a6b8ead7c0)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57bded96-b0cf-464b-a116-88fbf6785279)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ce068f3-ef9c-4ea6-b8e9-f3972d4bd2b8)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 014e5e84-2dab-4b15-9ff7-2b2f9be5d456)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 721a915e-07ba-4b62-8b23-774fdfe2463d)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78b3d1be-b4f2-4d49-8abb-6fa7fe940223)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9a52a99-35cd-402e-8e6d-841f64131f3e)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7129159-9b1b-4ea6-b56d-a314fc167253)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 455fb5bd-eb0b-4f2a-a969-be58858a2b19)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a8a41e3-8bea-4996-90ba-d519527ee876)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84de9b04-38b1-45f4-8b5f-1f04f6aee433)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be5eb344-1438-4307-95dc-abd77ad3de71)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36c56dc0-4d1c-4555-bdb7-7dbf9d866980)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2d31094-78df-46a5-b8d3-4faa22b63c3d)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 269ea546-23ab-49d2-8eaa-08bbb3d8190f)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7604c834-bae4-4c54-9c9f-9b0442403b50)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecf81876-c1f7-49ee-8239-b9d848e6c64e)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca70ac5c-5d51-4139-85eb-72160e16029a)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58ece37a-6e30-46e8-a29b-5f8d96ae0f0e)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82bd4bab-f772-406d-8bc6-356df12f3bb8)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0f725e8-2c74-4db2-a86f-7208a0fd9d3b)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe40fa35-a52b-4481-9604-6b6fd3f74acf)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59c92b6a-8496-4eea-9742-489f70f41a3d)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9deda0fc-6f47-44b5-806e-8d90ea96211f)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a30de80d-69e7-4a75-9917-c538ee6362d8)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1b970c0-694d-4f32-9815-bba8d74e4004)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 859f326b-35b4-4085-b265-e35a5292e241)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 828abae7-8c96-4f2f-ab34-52ea86bd0d0a)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c643f2df-d44f-4699-be8f-9b3da6409c6a)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 940d165c-7096-4c4a-9200-80f856164f72)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1adbca36-1a30-4e8a-8bac-1b0ae90a6ba4)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b6c0a7a-7d4d-4727-9189-241ec4dd7b5d)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76f1eee1-c2b5-4a8f-942c-22c7953eb063)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c6b87ed-0954-41c0-af79-75645ef633da)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8021584-dba8-45e2-8b47-4d328a4c47aa)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e708413-d9bd-4278-8c3d-57a8509338bd)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96b0202f-260b-447a-86e3-77ebfd19a7aa)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ba08fda-65ae-4b90-98ec-d977f95818fd)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa49e19b-98bf-480d-9d2f-30ee6a08ca28)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 627c7696-3dfa-4ce4-b2cb-478065aab444)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c6f54a1-b86d-47c1-97bf-81560af179ea)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab75899f-fccc-4c5d-9e29-44dda4fb6211)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2b8febd-f162-4e51-bb83-7589bf684ab7)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d35eab9-23c1-42a6-9b0a-e437d23546e9)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65dd7f94-87ba-4c4b-b5a2-8891c6284516)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce0fde2a-a1aa-4bbb-ae01-f7c1b7357f46)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a099a6f2-e676-4cf2-9f34-1051023576d9)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01ab8f0c-58f0-4a17-a1ef-05f4a71cf031)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d472a37e-854a-4fc6-aa19-c58ea4fbb0a8)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eaecbcf9-3a53-4e34-a554-84dfc5929082)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5acbc05f-5ca7-4dec-b733-2e0cfc053543)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81588b2e-7a1d-49d8-8a60-3baa34045b31)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10396e11-002c-4550-8fb7-55cb0a406acd)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3eb13393-ba5b-4b26-b731-a149a583f612)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4e01125-c01d-4ad7-a891-43c3abe45bd1)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44312cfe-4eea-4142-bf08-48dfe7799ec5)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51215550-ac0c-4851-953d-526ad37565bb)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8f9d31f-e656-40f3-974a-8deec3d48a81)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c27cbc7c-d430-4568-9179-c78c432df92e)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aaa199ef-5e0b-46c5-aabb-fe68a8a0d172)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 585bc1fb-51aa-439e-8620-2b474aa0e173)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6b745c2-ee1a-4836-bba7-d40af1c75256)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6beb5a7-dcab-44b8-969c-0e4d20df7811)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 163bbed7-baae-44ca-940c-7bc6507393ba)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f621cef1-8467-4eed-a6f9-8aeedc0277cd)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00a32cb9-2e51-4a9b-93bc-037c3f89af08)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bb7311b-1e0b-4b73-9f40-9f8f6bfcaaa0)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2356405-7275-4c86-b2a0-664917214d0c)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c21d7f97-a7d6-41c7-81dc-708cd019b6f9)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2648848-336e-4679-90ef-8573943b7509)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbe3f3a9-3ff2-464b-b8ac-ff4164c4d964)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e19c2743-a2fc-4b02-82b1-2c70532e31bf)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54e46003-154e-4f66-979b-9336ee4fb243)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4675eabc-35c0-4a5f-8826-71056b01d72a)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bbd21ac-6e59-4f53-bd3b-1bf22d7cb7fa)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 388f87be-69f5-43d1-b5ec-3eb5630807ac)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f9cae50-e530-4cc9-b8f5-0eec4a5ba9ac)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d197bcff-90f1-481a-a721-88286c988777)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 992a7387-e16e-4292-9187-91d8aefbc7d6)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 550e9fc7-b56d-4bdc-9a98-13d9085b64da)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e13c65aa-0b2a-49ad-b7b2-1113f1d79ec4)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ec94c1f-e26b-41b9-b490-1ebf60113e7b)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbbcdd08-c23b-4794-9de9-433d6dd7c39e)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c2c1025-3497-4889-a601-35f34befe853)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f7f253a-3a9d-44c3-8b2a-02f918510d70)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89962993-c37f-4094-b030-1da39d4df313)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 624891e2-849c-4d6c-87ac-f17762912fa3)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9102d6b5-c666-499d-8fc1-25b0e359b7c7)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5306a1ec-f26e-49a8-b453-2771412edfd7)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c9df3b0-1e46-42f2-b5bc-24e1c59dedb7)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb9a72f6-7683-4f2d-a9f2-800160174483)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5787966a-6aed-4459-b250-2570661f73ca)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54d3e330-25f5-46c1-82b7-e1efd7847be9)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1621890e-b88d-4386-b73b-b437b9253499)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f0ac939-0ae5-4079-9904-89eab89c85c8)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb78f904-bfd4-40fb-8758-9ebce1798589)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9b90559-b529-4854-b949-f25ed0b761d5)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e75500cc-a5bf-4ee9-94b1-635f087c7625)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 252fde0a-6dbb-4c1e-bb41-dc953e4fa192)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3922c28-23b3-4a3b-a29b-91560e939ea8)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e4d5d84-451b-4ce2-84e4-a1862e93ace0)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b63c6378-e335-43fa-a9e7-4180fb416236)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1286f52d-b0a8-4b29-bd5e-2a1d5a35fbe5)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 797e0b93-bc50-441f-865a-5f6d86581824)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f56b3e9f-b6ab-4045-9c34-558bd2b7e1a9)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3bb0a54-d13f-4c3e-a7b2-b9f127356aed)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 42a80280-7692-4646-a0a8-42f49ebf593f)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 099809d0-de9e-442c-b047-6e96f4cb7396)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43f23161-7eed-4bff-b0f0-2c4722d733dd)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60ea4c59-4cd3-4dc3-a016-efc48963d78a)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f098f8c4-e45b-495e-bd0d-ad108813a6f5)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pintype "passive") (tstamp a01b7371-9904-47a5-8f1a-052a8bb11440)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "-15V") (pintype "passive") (tstamp 6dca150f-9429-4178-b36e-24541203542b)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 593c830a-9d8b-4605-91e5-c1d4dfc8f8ff) - (at 53.848 55.307113 90) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/f0048940-816a-4e3b-a290-e3210214249d") - (attr through_hole) - (fp_text reference "C2" (at -2.350887 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c85b53c-577e-4e9f-b6a0-cf85e1c4cadf) - ) - (fp_text value "10u" (at 1.25 3.75 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 24eec6eb-c2d5-4fce-92e1-ada0904b6456) - ) - (fp_text user "${REFERENCE}" (at 1.25 -2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 89a4e355-fcd4-4f5c-a75d-ac98f78031a9) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ee05843-2d83-4ace-a0cb-1d45c13981fb)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e15f44e-4a9b-467b-a155-481a0d3074f1)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 233ac1b6-15cf-4f30-8567-cead97117daf)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f2374a4-1827-46c7-aa1d-80f0764d0822)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00b23473-ce5c-4360-8b5d-436ff01027b4)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4892afe-cddf-44b2-8791-83ca65d0f7b3)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 161a9252-b8cf-4f03-9e4c-d08fd7ee97b7)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a918b992-f0ee-4f26-88a7-c396bd558a11)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3397a840-8983-4fa1-ac85-a5a03a09ac8e)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a01e35d-914d-46f6-9202-c839ae2dd604)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a987d98-f36a-4955-937e-b43b7cee521b)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b5e659c-99eb-4158-b67a-53d50621be32)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbabf9fc-a8b6-4508-934b-c63c80923c51)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de7c0830-92ee-44d4-a3c9-635ee3632b66)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd31298b-2db6-457d-9ef3-1616a4bb1fbb)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da6c4743-a050-47b2-abc8-3fb3f621b72a)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b849346e-102d-4b10-9267-85028542e546)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ad07411-3d18-49ee-b318-f7a9deccdf56)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb35bd04-5a94-4267-acae-ea7526d66bf3)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e87ae682-f66b-4301-beb1-5f1d62cd08f1)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20d3b9a5-a632-4fd9-b8ac-29a756438bed)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7fc7d8a-b6b1-4abd-92f0-3117bfa9d744)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2789ad3d-7713-476b-a29e-a1426ec76208)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e84a2bc5-aa50-44ec-b047-1822c9524bc8)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f18a566c-6c99-4840-a0cd-36bf11aa3797)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a453cd4c-a062-46a0-b548-4fcb043369cc)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc64af6c-ab98-4199-b954-aec6a00f8985)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75536d00-5dfc-4073-ad29-dd71640cd966)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 357f412d-4fb3-4406-99f7-048f1943aeab)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00252967-8a95-437a-9675-d4c416fefc30)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d401f7e3-b72e-4523-898a-c7dbeede9877)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 034687f1-a8aa-47e2-871a-222bc790e53b)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fab1664-81ef-48ff-901d-3958dec27b19)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp beb9f183-8d7e-44b9-b809-a3e233a14f96)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 432fa894-afc4-4573-955e-9eef250a9c06)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5517afd4-43a6-4cdc-b2cf-8f3a6d7a998d)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99536326-1ab0-4f91-909c-42a877d0c300)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed98ed11-9f6c-4ac3-a39a-3e9e05c5a5ab)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0756d6e3-ae63-489f-9468-817380bd4db2)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5446c1ce-7277-426d-bcf6-c77ec9700070)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d4e9384-8e75-4986-8902-090ca7c8278e)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92bac750-7d5e-4b16-9e25-955fd7779a87)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 588a8f48-195b-4d79-911c-4a0c06bcfb24)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 410786ec-cb37-473e-b7e8-4098d58c4a8e)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae6a56d6-4546-491a-a1cc-dc1abb2de0a1)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76eadadd-6490-4c96-a6ff-2f7bdca8bc0a)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75178685-e1f8-48cd-81dc-7a7431ab2b07)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb916d40-f5ce-41f1-96c1-4add5fe558b5)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e894ce0b-a422-435f-b58f-008c562ecf36)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ceaf764f-0cef-4497-b550-02ec0a28cdc6)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eabc27a1-07db-43c7-bb48-d2f32ffd7cfd)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f93396a2-54fa-4e4e-9a8f-863ea27f436f)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 483ae991-f783-4d63-bac4-82d99446b181)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c60ef411-f4f0-412b-94e5-4bd1e08f8322)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d7968c3-d868-4908-a31d-d279fde83f25)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cac91275-6537-4ce0-b412-9a8289690305)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09da9977-11ec-47c6-84d2-a4cc5482df59)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b094948f-b1cc-4976-8151-9e4d77332ffb)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddce4b29-44d3-4eff-b482-27948385de6a)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 930cdaa7-f0be-4eb1-82e9-a87471be90bf)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e53f23fe-ba94-4034-8dce-f37880aae5d8)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2093cbc-3967-49c0-b62c-f21187755742)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9df2c2f8-7a97-4a29-8753-854d2d5b79f3)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21116dac-ad91-4d44-935d-7bfa136704fe)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2928c594-1a8b-4107-bb62-da8f2d9c2be0)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f441f7c-8b22-4ebe-a82f-d9e02c681b27)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 120ae08a-1a3f-4bd9-96ea-593672a06209)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50ea38ad-3956-416d-a417-c28e0628e7f3)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 003c00e6-9f16-4632-acbe-084683e7113f)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48acd5b3-ccc6-418c-a247-b7617a46ac9e)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d096fbd-228d-436e-9cf5-8eb67badb5f7)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9009f0f-9b2f-4fcb-8bef-27bcf6e5389e)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0babcf9-bc3d-42b0-99fe-9e559902e210)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d2fd27d-ca04-4bb1-8382-827a0950aa4c)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dac40d0e-254a-4827-9901-866463cef397)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14ed25ad-400a-4fe2-995c-b0b128f1846b)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb02c0c6-f3a7-408d-babc-6c9ca2ff12f5)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73a480c0-9c4f-4e2a-966b-c0593e6eb6fd)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f29015c-572f-4a13-b881-2820b9157b93)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 527e7009-4af2-4ad3-b07f-d6f4991068bb)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e658e1a5-bced-46b3-9d1b-0e07b8dec3c0)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 787a41a4-2829-437d-92ac-8535e9eafc6b)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a73843e-c535-44a5-bbed-78883c4ece1b)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc48a4b6-a625-4814-8ab4-80b895ee65bc)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c017f8d3-5840-4a4f-b717-58d6e7d98604)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 294e2775-832b-4481-a2c1-5d23bf272a0b)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33be75e2-df63-43bb-9b71-e0ede540e02e)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28f91581-c071-4329-8ec1-69094698187d)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ee698c9-2784-4719-90d4-6b2fac841e3c)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3954f2d7-7f7b-44f7-ae8f-aec7415feab6)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6a0fa53-2316-4b7a-a698-726f5a3d2530)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 030077b0-8483-4657-9fee-49f9287a24dd)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c34d7589-b533-4f36-938f-373bc678c1f5)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65165f93-e88f-4221-b713-5eca3e79d32a)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f230d336-2c6f-4832-94ba-d92028aa4669)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50323a84-2080-48d8-b6db-dd3b8558183c)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82ec2ed1-cae2-4d40-a308-bf63ba9d1452)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed46f2fe-af50-40b6-99c7-568cae3511cb)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c2da093-c317-47eb-8fd4-37d1903cebc2)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e35a290c-e3c2-4c00-bf7c-6c39f7880645)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92aaddbb-9c7f-49bb-a5e8-5f92358641dd)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8df2f077-5eaf-4f9f-983c-a63a2bcddce1)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f60705d-1a4a-4107-b5c3-3e79504a8661)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99578625-2169-465d-9d12-5effa72f940d)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5295b13-5895-4ecd-b4fd-5264678abce2)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13766892-9786-4704-9711-a879c6360efb)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 173ce2a9-2769-4785-864c-16b6f18f332e)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9afc3a0-3f00-424e-be51-9966f7fbf7d1)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d50843a5-c394-456e-a4fe-9d10f7c1392f)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5845bfd-571c-48cd-85d8-e96ab44207d9)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df20cd0a-7431-494e-8845-c01e9950c069)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 176110e6-e0e7-441f-86cf-841a01695917)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bb96250-ff35-4ea7-a792-87e48d0f199b)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4826c158-0e09-46ac-8489-d566932f6577)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebe81310-f6ee-4d3c-8c68-522cb56c69e0)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b70c4462-9fae-41a0-bc3d-38a80cbd2e38)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17082d94-1e43-440c-b8f7-b4c177f94e93)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe14794f-7b0b-4008-be36-e78165c50681)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5e0429d-91df-4974-87e6-0cc8bb941cf6)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ff10865-44e3-43b2-ad14-7f2e3157cd10)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 4f5ca44d-6344-42bd-8fd7-38f2c20c76ea)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp c4e1a03e-33cf-4ea3-9234-474f4f3f0683)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c90c234-f8a5-4d45-8354-e950978d6493)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ccc549cf-1512-494d-a103-ca966007dbd3)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 3028ed5b-39c2-4acb-91a1-1555b1280a59)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp 67032255-d92a-443b-98c2-035b3bba44f3)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pintype "passive") (tstamp ade637da-1ea4-4701-9fb7-d075562ab298)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 7a825081-b1be-40ed-b9a1-80ae34ff3da2) - (at 60.96 106.52 180) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/89218627-e35d-4801-8071-04e4d2f70491") - (attr through_hole) - (fp_text reference "J3" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20d53d47-ff32-40ca-992c-1b3d3abc1c06) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2e9eef57-81c8-45e9-8cd7-a760ae1f5118) - ) - (fp_text user "KEEPOUT" (at 0 0) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 8f181141-1916-46d3-bbfa-2fa66c097b67) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 84c62823-6d59-4f77-b689-4bdda3828cbd) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 853bb7ca-016d-4b8e-81a6-7e45c1f0e465)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca1ae217-5e5b-4e5e-b894-4057aae707fd)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7074365d-4f35-4d68-873c-a646f929968c)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26ff35ca-5f75-4809-8b41-980d378b0517)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab4e5a29-cb80-42dc-85cc-ae79f48fbb46)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 992c13be-d04f-45b0-8ec2-154f44da79ee)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b617a304-b60a-4fac-a0fc-ccf050de456e)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 5399462a-9ccd-4d40-bd52-f0586182fa55)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0208ce7e-c12f-47b1-a681-ba43bf78dccd)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 75453206-8295-4699-901a-9a077d77d167)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f89df175-cd68-418e-8d78-5bd0742130a6)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 088568dc-ab43-4e00-a357-1ccf707165ae)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 16edd2e4-6959-4cee-bee9-17e08ef5e813)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ef69909-0b10-41d3-a29d-c4019a30748f)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e94788a2-69de-4d87-a511-facfce040cb7)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 218d52b2-9c4f-4701-93c7-910f47bf0bcc)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8984a6c-df9e-415d-93ee-f08ce8f313b1)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a9c3a9c-96f3-4d6d-a2c5-dc14d8510b03)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 4940d60a-2628-4248-86d0-8ac0d0b26e34)) - (pad "S" thru_hole rect (at 0 -6.48) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pintype "passive") (tstamp 16ca7e29-c842-423a-8ee0-378f7463c295)) - (pad "T" thru_hole circle (at 0 4.92) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 23 "/IN_c") (pintype "passive") (tstamp 61cbb2e9-f4b5-4eaf-86f7-ebffd80aa2ca)) - (pad "TN" thru_hole circle (at 0 -3.38) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 24 "unconnected-(J3-PadTN)") (pintype "passive+no_connect") (tstamp ec239586-7cd2-4275-a7ef-1d819d6b4cee)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 7bd7ecd1-5b64-4bda-9a20-ff61f490942d) - (at 60.96 86.36 180) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/e1abf621-cd68-4464-a517-f9819d80c77a") - (attr through_hole) - (fp_text reference "J2" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 89c49238-9f5f-47e4-bd12-d17fe4ff9698) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7bad3a96-779d-4f7f-9258-3b18fd23b570) - ) - (fp_text user "KEEPOUT" (at 0 0) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 2d486b52-846d-4fbe-9f52-46ee978c283d) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3939face-fefd-4e80-8db9-019f787b49ba) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddfa0349-66d3-42bc-827a-da278a0a2934)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee7b6e70-b9e7-48e3-a964-29684010fbca)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69a435fc-0849-48a8-bb9f-68a4598fe31c)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01717983-6d7f-47f1-af07-ad6a49ec05e8)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b43a8fef-4296-4fe9-992d-e873c4dc2869)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e5f7926-0a21-4609-a390-430e0d423dfd)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 124b473c-307e-46dc-a567-bef3fe32a11e)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3fbc245d-686a-4b49-9a36-b0cc547068cc)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 733559d3-cc9c-403a-b217-e88edbc647ab)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f691c98a-dd64-41c4-8050-639bdfae8e6b)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d5361a3e-bbef-468e-b3aa-b81cde4ca94e)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0ed79fdf-d4d5-46e3-9aa7-d80d1aa6c22f)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp beb78772-d051-4d92-a6ca-9514ed29465b)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a44f1b4-b615-4b4d-8059-87e733ee5b65)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f14d8273-e30a-4d06-ab11-e2955e5650df)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4196a254-6895-47c8-849e-468b212389d0)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3cfe467-fa28-4e38-9cc3-a0c433d75a67)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45374da6-703f-47a8-aa20-a1cd283d58e7)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp fc6c089d-a578-4214-a71e-dfecce391064)) - (pad "S" thru_hole rect (at 0 -6.48) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pintype "passive") (tstamp 588431d4-a480-487d-873d-a5f6abecfaf5)) - (pad "T" thru_hole circle (at 0 4.92) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 21 "/IN_b") (pintype "passive") (tstamp d1f72231-1dcb-4060-a84d-41741c866146)) - (pad "TN" thru_hole circle (at 0 -3.38) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 22 "unconnected-(J2-PadTN)") (pintype "passive+no_connect") (tstamp 54d8575b-a226-4ced-8c5b-981fd569495a)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 88c8cd00-f460-4fc6-b533-233ca37fa3d9) - (at 60.96 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/749419af-9b53-4485-bd46-4d3195c51e03") - (attr through_hole) - (fp_text reference "J5" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0e0e82a4-67d2-478d-980b-f03f965eacc6) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e275f301-31fa-4723-b16b-58350080e8e0) - ) - (fp_text user "KEEPOUT" (at 0 0) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 087eafd2-249d-4e76-9c40-14536f35c698) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d13c3ef8-0c8b-4853-8e41-709c6eb32b80) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b84ff3f0-e7b7-4b9b-b31c-d8a43f8758c9)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79852b22-faac-494c-9af1-14d37134dcbf)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9667a70e-3b84-45c1-a0c1-cf78e6a62b73)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53168707-0150-4457-83b9-586b2ee5ea4d)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa223309-8164-4df6-91fa-73cf12ad9654)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5b640f6-193a-4ca0-a24c-f6f9f838e4e5)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 09758afe-1515-4c2b-955d-bbbd2b52a50b)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 17a8a358-78d6-466d-9fb1-769cfa6844b3)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6e79c367-eafc-4d13-bbe2-7b1189887e72)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a02951d1-c678-4e29-8776-4fbfaa0bfc62)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ac8600cc-ff24-4a52-839b-fa4e09517ee7)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 20678eb9-9ea8-4ee6-afac-c9ba0c3d51af)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 4b4fe8dc-1da5-4194-88cf-36b1e519e643)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8acc5a73-3cc2-48cc-bd0f-39d80a10c2b1)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 446317d2-9f27-488b-94a9-bda5a9c624b3)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e331f69-c424-4ce5-8c2e-638bc0eb4f52)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea69ae97-99e6-4140-84ea-6da439f2f667)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d766a4bb-0459-4a06-b802-1c5219711524)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp eabe7336-8b9d-4ac7-a16f-b5f7804363b6)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pintype "passive") (tstamp e1dc66b8-7cfc-4c06-a25d-3135f62ddf97)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 27 "/OUT_A") (pintype "passive") (tstamp a402307f-5408-4886-9cb8-e158d7fca6b7)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 28 "unconnected-(J5-PadTN)") (pintype "passive+no_connect") (tstamp 31e57449-b37f-48bb-93a5-763fb8e86b39)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 9cba7307-a7be-4b95-bb79-36812ff2623c) - (at 62.23 156.21 180) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/c95516aa-ae15-467c-9735-67bcd0946693") - (attr through_hole) - (fp_text reference "D9" (at 4.572 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7e71a937-c8ba-488a-924e-4c91c57fe16d) - ) - (fp_text value "LED (Red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6538dc35-f6ad-42de-91d0-b74e95952832) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fc16911-6263-4d8e-9f26-c8078d3c258a)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42dfdaac-8eb4-42bf-8404-320863802434)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8d6e5f6-fb9a-4abf-87c0-4c2f51a3c4c9)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp badfa002-b74c-4dd5-acda-7fa3e5a514de)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66514f5a-3f92-4904-b14f-626e99a63a53)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64521f49-3573-4165-a254-0537cca5b3c7)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97a80515-5525-4576-a879-a5e5b698a087)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f02c3c86-833d-417c-843a-a53af4044b85)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5819904f-e1b0-4dd1-96bd-d52052df80ac)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32ac8aed-1fd9-4a21-b0bc-58687cfecaeb)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13a3609c-7561-4d6a-be27-096930da1e99)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c292fb04-1846-4fb3-afb2-c298b477295f)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp dcc59a68-1136-4182-9505-2d41a544cd31)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "K") (pintype "passive") (tstamp 22157d49-dd2f-4883-bd16-c96c1a6165b7)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D9-A)") (pinfunction "A") (pintype "passive") (tstamp 14204235-9afa-45a3-ba52-36ba0979ee90)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp a37e62b3-95ad-4f4a-8eee-b3510f74c134) - (at 62.23 76.2 180) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/99467052-92cf-48f9-a249-4dbae4ac896e") - (attr through_hole) - (fp_text reference "D1" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bafedbff-f7df-436f-bb59-9b088fbf123d) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b7a17b2-0ac7-4f2e-9084-ea01fa5027fd) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df040b28-e061-4511-afe9-00f0bcb0721b)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5381b8b-0317-4b04-8a00-6fa8a52fcc94)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd2af6e0-15e1-4b7c-9fba-d386ce7d3b4a)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d916098f-bd61-4b39-b069-a0dcdea66fe9)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 597de3f2-adea-4153-8d6e-ed8582b69b7f)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3c21097-befd-4407-95f1-5e1b4820c257)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2b9b39b-1b68-46cb-b26e-3af47aff871c)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1857fd72-6e91-4d5b-8b58-64f9ad9248ef)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bd4e058-b444-47a0-a289-b2e76d80c8ac)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b0276ee-4170-432f-a2c3-8249590a6e90)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c84b3ec-6c6d-4050-a9d5-6a60c852ab3b)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97cbfa7e-00e5-4d0c-94a7-2865f740a1d7)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 33441194-7441-4df8-be17-01b17b167398)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "K") (pintype "passive") (tstamp 70222b7c-4121-4be1-a762-a8b4f208e8c7)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 7 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp 5d8936fd-bd63-40e3-848e-453c7534eeee)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp ad260c83-5bc8-4ab4-b98d-63c0d07fe2a0) - (at 60.96 66.04 180) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/7a593e53-34cb-46c1-88fa-a98cde4e58fa") - (attr through_hole) - (fp_text reference "J1" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2073523b-392e-4ca2-94a4-1ac0aa234dae) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 009ecb36-b7c3-4b80-8eaf-edf0e208461a) - ) - (fp_text user "KEEPOUT" (at 0 0) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 18e5de99-bde4-4748-a6f2-f4626421d142) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0963bcf2-0853-4eda-9344-353f8537464e) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcd3b3ac-631b-4cb1-83f2-6e0aaebbcdc1)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4df062b-25ca-45ad-967f-1bc3fd3ae0a4)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cc91df5-4be9-4d15-ab6b-d7ab5187d957)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71849e28-6451-449e-b8f5-2db20bad53a5)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 906e2ed2-a66a-4dcd-8ec7-41bece357ec0)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 208b69cf-da88-414e-b267-f9fb555023b8)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b0778821-9637-4cf5-b0d2-1e7a5497b4e9)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 782f7666-9d60-4c24-928c-8487d3bea1db)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0ca1340f-170d-4d28-8d4a-ee363350ac96)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 4d4e3577-95f8-47c5-8c63-ef7479ce5ca3)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp adaf346e-be79-47da-bd69-1113f66f39b0)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 58e70251-4c0b-4847-b70b-dc9ada815957)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 217151ad-1816-4bc0-915a-097685bec5a6)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8793640b-0c78-4790-a53a-a00a4b868a5f)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99dff2ea-c084-4a5d-baef-863d480341a5)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5ee869d-93d2-41ab-835d-0aefd6aaf030)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c739856-59d8-40ee-8662-173f51a9d8c5)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74d7ba8a-a1e5-46ed-93dd-f4f547f5d29f)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp bbd734a2-87da-46cb-aadc-5a005db9533f)) - (pad "S" thru_hole rect (at 0 -6.48) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pintype "passive") (tstamp f6f3c219-42b4-4332-92b6-3270aa5919d1)) - (pad "T" thru_hole circle (at 0 4.92) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 19 "/IN_a") (pintype "passive") (tstamp f7a81593-3e45-4868-96c7-1d5f4dd7bc19)) - (pad "TN" thru_hole circle (at 0 -3.38) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 20 "unconnected-(J1-PadTN)") (pintype "passive+no_connect") (tstamp d8e8b5b4-12cc-4360-ae55-ddad37ee4877)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp b6eeb16b-4722-4f50-9df5-3fa2901025f8) - (at 80.01 156.21) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/e0cccecb-c2cf-4f58-9bad-d8f556f95efb") - (attr through_hole) - (fp_text reference "D11" (at 4.572 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d4cfb85c-513f-4b63-bbe9-11c66b2e6dfe) - ) - (fp_text value "LED (Red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2325875e-392f-49f2-b31f-b9c8d4266e52) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9703a69f-59e4-45a5-a027-acba7be28d16)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c618d5c-9701-40ec-9c6d-e9f0e4f95c6f)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b93a1b8f-126a-48ab-8287-663148f5ce7b)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86d61b51-887c-4040-8ddd-c26c5fccfce9)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 894e7fc1-a3fb-4d9a-b91a-135cc542492e)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32d66acd-c105-4c64-b5c0-391a88ddfded)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 245e4256-d39e-4a51-8e36-76af747b823a)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e777379-be73-4a9e-b6f4-63d98f7584bf)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 544629ef-ea00-4db5-abe9-8cc7d927f75d)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5be29560-8503-4498-b6b9-df46a9023178)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85b44ca6-b748-4013-a1a9-2277feee9628)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d5324dd-ecae-45dd-be9d-64eb26f7f00d)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 647d05f9-cd67-4a4b-aeab-c47c500413f9)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "K") (pintype "passive") (tstamp 139b48d6-caff-4d43-a6b3-89e902f75c11)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 17 "Net-(D11-A)") (pinfunction "A") (pintype "passive") (tstamp 5c2cc286-123e-4d7d-a82f-fce58456d68a)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp bb19121c-5563-46cd-903a-0af6ac1ae54c) - (at 81.28 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/1f288796-1c0f-4d7a-82fe-7215e5184cd9") - (attr through_hole) - (fp_text reference "RV1" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f586cb9a-cc94-4a99-b49d-b870fe617b24) - ) - (fp_text value "50k (A)" (at -6.604 -7.62 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eba6dade-09be-4720-baa5-df7a1a8bcbe6) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0ab4e4e2-7d2a-47e8-ba97-f7a8c3396f07) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1dc05abf-faf7-4b5e-85c8-6471d00e0992)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0aecfda0-92c0-437d-a1b2-d1a955c3a281)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a55d158-1f7f-45a6-be35-88b2323c6ab1)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cdd37cd-2afd-490f-ac41-9a168077f78c)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c5ffc1b-7bf2-40e1-9de0-f4ba444a5835)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81a47726-b506-4159-9d3b-b058ed877080)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cabd65d-ebe1-4072-b585-1597606eb0ca)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9670acaf-7052-4ef9-8c60-3bbc46a2927c)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04ad14b7-f776-4239-b92e-dffb59606848)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef8e5b8d-ce8e-4e8f-bd0a-26271debd427)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6350689-9d53-4268-afde-10b3615295cb)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ffcc23f-c913-468a-8927-9a4274348b0f)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3545f5b-cba1-400b-906b-7be6d9270e04)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 381cb2fd-665a-4ffc-8aa2-83cffcda663a)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bb0cd93-5255-4ecc-ad8e-b87e9107ec86)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d521aa55-7d73-42ff-97f7-6cf2e1f2652d)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37d786a9-8305-43f8-82b2-afa9bd11b5c7)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a70b9c97-5b27-472b-8df6-468ed6e9f547)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 4993b2f9-4491-4296-a26c-2e1be3258688)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 205ebe48-dd5e-4049-a29a-e3596f948174)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "1") (pintype "passive") (tstamp 051c8414-48db-4310-8bce-8b97d317788b)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 48 "/IN_1") (pinfunction "2") (pintype "passive") (tstamp 6fe9a99a-4687-4180-beed-3f3066664703)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "/IN_a") (pinfunction "3") (pintype "passive") (tstamp fe46345a-ca1e-4680-9648-65b2d274cc4d)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp c64acc03-1c53-4c4b-ab28-2ccddae99b50) - (at 81.28 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/aede8a18-7a61-4495-9439-f93864766be5") - (attr through_hole) - (fp_text reference "RV3" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 387a80bc-687d-4052-ae29-5a50a4ee5a79) - ) - (fp_text value "50k (A)" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 132253b3-889e-410f-b12b-36511add0149) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e1bcf86f-5c9c-4229-a7d7-c585ee6b9276) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 472ec153-981c-41be-9fe9-454adabc8137)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85a2a965-af39-4aad-abb7-ba742f6b12f6)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a75b7a7-443c-4862-9907-b51162be4a5c)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 244dbbdf-ef21-47d2-99cc-b67b958a9371)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7b6a56d-d71a-4a60-8a71-bc5effcb7062)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2714368d-596a-492f-8245-e394255a0411)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9e13034-06a1-475c-86a2-c70fc3ea139f)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d4be40c-11f0-4e2d-850b-1921a38806ed)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1343622-78d9-4891-812b-6638efa05a1c)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b81203b-2a46-4121-8754-48db6b94b78c)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 491003c3-c635-492b-afee-4840516727a8)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8552ca4-c378-4fa6-8e90-433b2720964d)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c2ce85c-3e9f-478d-a937-f171f6a57054)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23aa0cd5-dc90-4822-bd56-ab8c52cd0e94)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff52c132-2ae7-43b3-b9c1-ccdc0623415a)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09077fb1-9988-4aae-9d9d-76914e458d66)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 323c3a5b-9fa8-4337-ab83-85dfc07efd73)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 05193751-19fd-440b-9e00-b1c06fb6f00a)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp f30be62b-ed07-4ad1-a2e7-30b1fef9827f)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 9f598a67-0633-45d4-84c1-914eba1296ae)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "1") (pintype "passive") (tstamp 28177494-a74d-424d-b1fc-301509bcbb39)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 50 "/IN_3") (pinfunction "2") (pintype "passive") (tstamp 1cd76321-1c92-41dd-b84b-e7295a48197b)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "/IN_c") (pinfunction "3") (pintype "passive") (tstamp 49814eba-36e9-459b-b917-12f78eff7751)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp c8d80eab-b81c-4730-a30d-84c4cbb2b9bc) - (at 81.28 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/92a0ef49-42c6-46de-82b2-e3548d18e642") - (attr through_hole) - (fp_text reference "RV4" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2cea60e8-121c-4587-a7ff-3d8d4df8f6bc) - ) - (fp_text value "50k (A)" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6ce33439-8880-4ff6-9479-9644609bb7e8) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5052d508-f57f-4245-a1fe-827e6455b7ef) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 063b3c86-1119-455b-910c-c051814783da)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c86f0d8e-6bf1-4c71-a969-190e433166d6)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97fd7d36-cf3d-4a0c-96d0-5222d2af086e)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbd3cba7-a3a9-4646-9199-e160663efdb1)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16b6ff76-0c82-4fc8-a3e6-9898543d7fa9)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 210ad539-e5cf-4716-bbd4-e89fee45844e)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7108691-b4bd-4001-b817-60cb9f5ecb4d)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42a6a647-bf9a-441d-9536-ab8e4eaaab33)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d318b0d3-06e7-4919-8c0c-807a62e8f405)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 904b96ae-fa37-4d56-a9e4-2d66385c5a06)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24846bb2-83d4-4da2-a40f-19d319647ff6)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97632bf7-0069-4bb8-9c9d-6b21c9eb4918)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4eb97d88-e975-4603-94a2-7389c92ea0e4)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8937e7a-c2dd-4e2f-9672-2ab6092df28f)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d487f99-d233-406c-8802-dc72db0a0d50)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad7fa36a-c902-4150-8aa9-7f9867ffd3c9)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a8612f9-1215-44af-b69b-93ca13c22cd5)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 3331d701-f491-40a8-b188-3f937ad59178)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 7ad4deb6-6963-482a-a1a8-14d15be1b51f)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 7b436531-cf8f-46fe-973b-70197bdee841)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "1") (pintype "passive") (tstamp 8c3fde92-0c8e-4072-953b-75c15c4bfc7e)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 51 "/IN_4") (pinfunction "2") (pintype "passive") (tstamp 2f1702fd-2117-4f19-a96a-4547d7cb9492)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "/IN_d") (pinfunction "3") (pintype "passive") (tstamp 4fb4d8fc-8fac-4454-a31a-c58b3ef1beb7)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp caacacf6-9f48-418e-9021-c0f62900be20) - (at 62.23 137.16 180) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/91be0501-3133-45a0-bad6-ed7cb9ccda11") - (zone_connect 1) - (attr through_hole) - (fp_text reference "D7" (at 4.318 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 762d55e9-2fd4-4c9d-8197-7d9efa7d1c64) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9f637716-76ac-4e10-b1a3-4f1d322da42f) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b388d2b-2992-4e14-80f6-74d2d1f277d6)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6b92748-bce4-43be-97ca-f5285dcf5cb0)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 774de5af-b57b-4977-9b62-ce32dd6127cf)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fd001e2-f081-452d-8be4-2c6fafd2867a)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9657e906-c38e-4606-a230-d7ba59a6f2bd)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91c974ca-bda9-4914-9430-1b5d37040b2c)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3bc85ea1-8e05-45be-87c7-e02a1a03dffe)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d4e962d-1559-4ac2-b2cc-ac8579d8a4cc)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 830336af-8342-45f6-b604-81ab0aaf5952)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7efa138-4333-4121-bc62-9aa4325fe6f4)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fd25a00-13fc-46cf-b47c-826e900a3271)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17d669fe-a8a3-4a83-9250-bdce047999d2)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 0a5a376e-2b64-4eb8-b79b-f352cd80624e)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "K") (pintype "passive") (thermal_bridge_angle 45) (tstamp 19eb14e6-3afe-467a-b85d-29b8b79d9d99)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 13 "Net-(D7-A)") (pinfunction "A") (pintype "passive") (tstamp 0b6ad09a-4058-4ac1-a270-7814d5b853cf)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp df48d2a9-c271-4c60-b508-d1caa127649a) - (at 60.96 126.84 180) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/686f719a-984a-449f-910e-48e508306764") - (attr through_hole) - (fp_text reference "J4" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 405c442b-1e56-418b-be01-5d8798e83d9a) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 433742a7-6522-4fd7-baae-b9b7322381f3) - ) - (fp_text user "KEEPOUT" (at 0 0) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp ec6292e5-61d0-4363-b8bd-18751f5e06e6) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 258a60d0-707f-469e-9912-1bb0659eb2bd) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bea53be1-a292-49b3-a597-1357c148cfd7)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9aa1e0d-fa02-477f-815d-6fd6b6a8a053)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13a4765a-cd9f-4c6c-bc34-e761b7f22bf3)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af3efd52-8fd6-46cd-ad69-2aa5d02f0653)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8658c5ae-7edc-4d74-865b-a820287f96c4)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 321392fb-c167-42b6-9330-c92cc7700e74)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp a92c6927-7929-477c-8e73-2289da81c203)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f862480e-4b99-40ed-bbf0-d1c82bb90835)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3ff45022-69d9-4546-8909-bf6d84611696)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 2820f88d-e154-4356-9e5f-c5b58abe06be)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a39f1ff3-cb3e-431f-8f9d-5c6474aea08a)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f9a845d0-1ff5-4041-b084-e475d2e5c9d7)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 2a7aab81-5b73-466a-b43a-7e97c98f22f8)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33bdba33-5e91-40fd-99cd-12ac3c5f8e83)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 121a37de-fb15-4e22-bc0d-feebb2679b46)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffba5c93-6e4d-43e9-9633-eb758b07b968)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 085035df-ae27-4579-9044-b26392eab97c)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 662ec602-f2d4-470a-a106-b8edef0649e5)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d52204ed-270a-4abf-8b44-4e254de93f88)) - (pad "S" thru_hole rect (at 0 -6.48) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pintype "passive") (tstamp 49654b40-342b-43c2-b9a8-e1e705c65f37)) - (pad "T" thru_hole circle (at 0 4.92) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 25 "/IN_d") (pintype "passive") (tstamp 9a6cdf71-bb06-4c56-bfe3-9a210944fe0a)) - (pad "TN" thru_hole circle (at 0 -3.38) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 26 "unconnected-(J4-PadTN)") (pintype "passive+no_connect") (tstamp 6932a7d7-8118-4ee2-8395-f84bceb10692)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp e9e05aae-dcee-458b-8cda-011dc0efaad3) - (at 62.23 96.52 180) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/b5fc6b28-b8d4-479a-877e-8b97ec564aec") - (attr through_hole) - (fp_text reference "D3" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e401680-3af8-406e-b6bb-f2bc2fda8141) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cb41c02c-9ca6-4e4f-8483-5bdf011a9eba) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d0a3f16-0a4b-460f-a8b1-e2de25e4631c)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30deadd7-37dc-4004-b2d5-5b7bba0859ba)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8ee3a42-e02d-434c-9755-50a481491873)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73758c55-d4bb-4c16-b06d-9a57070f1524)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7dae3ff5-5185-4856-aeb5-a51e36ed624e)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc594422-bd74-4ef7-ad33-cced84cba284)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d476371-584a-4432-b41a-9e40d93757b7)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 564493e4-5eaa-4fc0-ab8f-76e6be8539ea)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1a17399-44e5-4b40-88a2-de490d26e5e4)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01238afd-e671-43a1-9dd3-debf1e534970)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e38be69-083c-4892-95c0-82dee31c7c9b)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6459d81a-1c3c-4360-a4cf-abede46a4b78)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d0e6fc3f-d8b4-4a71-aadb-d0bc1377cf76)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "K") (pintype "passive") (tstamp a005d2d5-938d-46e6-9fa1-1bdf22f1ac86)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 9 "Net-(D3-A)") (pinfunction "A") (pintype "passive") (tstamp 98a12eaa-b60b-48a1-9593-e77559285b1c)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp f3cf1d00-0ad1-4204-aaeb-529eff4f14d4) - (at 81.28 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/36ad76a4-87c9-4b23-b3f0-9880b7fce024") - (attr through_hole) - (fp_text reference "J6" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5510392e-b316-4daa-a8eb-282dc5fca035) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 10355150-e334-4d39-9d76-87367d2c45f0) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 33154afc-8fd0-45a3-9d6a-a6d8b981caf0) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4ec05c59-b44d-4545-bacd-fb092a25d5eb) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ac7d75e-a519-42f1-a4c7-e1333fc32dc9)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25caeec1-1294-4dff-a885-07073aa17801)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c82654d8-a9cf-4002-9bea-d393d72693e6)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 492c8529-63da-4688-aeda-f2e28545faf0)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97e2824e-4de3-49e3-bb48-c3df3606efc1)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee0b2fef-945f-4933-95e4-350eadb41cbd)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp d17f4741-793d-46c0-b44a-91f3b8b88647)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 851fc02b-e175-442a-8a58-b17741f2c81e)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp af6eb5db-58ab-44ab-979e-eb46f9d0feb8)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 76998c35-7117-4ce5-aded-89a2d5feddfb)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 73aa2db4-6f44-4ce9-a49a-9aa4f48cfbdc)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 765fb590-50f7-4d94-9ad6-e39c509c7786)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp d71464c0-9063-4617-8e29-8a00267ca696)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f699dbd5-9734-4e66-9a5f-5fbbae1652e4)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 631a4fbd-cfed-4b07-847b-0ff2fbca2ca4)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca1761c2-633d-48b1-a9ec-e2ac9bf303a9)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac433963-7977-49b1-a411-5e70e20f70e8)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd7d856d-26d1-4209-a5dd-406a15129cf9)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 9b36350e-12ab-474a-b495-f801c4625b76)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pintype "passive") (tstamp 0fe04706-9cbe-4f71-88d0-9277db20e7e2)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 29 "/OUT_B") (pintype "passive") (tstamp 9b360bc2-6eca-4671-8cc8-98bc285acbd0)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 30 "unconnected-(J6-PadTN)") (pintype "passive+no_connect") (tstamp ba1842cb-afee-4d44-bf9d-269a808645c2)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" (layer "B.Cu") - (tstamp 04b32c51-b6d6-4b29-87d5-79b67884699c) - (at 71.892 127.871) - (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") - (tags "Potentiometer vertical Bourns 3299W") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Trim-potentiometer") - (property "ki_keywords" "resistor variable trimpot trimmer") - (path "/9c0b70aa-29aa-48e9-882d-4421e484cbb8") - (attr through_hole) - (fp_text reference "RV5" (at -2.54 3.16) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 462a4155-b219-4bd7-aba7-8bd6afa71a8d) - ) - (fp_text value "100" (at -2.54 -5.44) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 791b4276-f108-40a9-bcad-948b1a7f0030) - ) - (fp_text user "${REFERENCE}" (at -3.175 -1.14) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4fd64566-119b-4a61-bcdc-014545327f12) - ) - (fp_line (start -7.425 -4.31) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 118532db-1f45-408b-8231-482567498fce)) - (fp_line (start -7.425 2.03) (end -7.425 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e68b342e-6268-496a-8011-609b729699ba)) - (fp_line (start -7.425 2.03) (end 2.345 2.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9bf7a40c-8dba-4d99-983b-03f25120022d)) - (fp_line (start 2.345 2.03) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0f04aac7-31f2-40c9-89c1-a9b541c6a47c)) - (fp_line (start -7.6 -4.45) (end 2.5 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5b7f1407-2882-4714-b0ad-4bdec11cf0a7)) - (fp_line (start -7.6 2.2) (end -7.6 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 242c8c12-aef8-4e50-b5b3-d3f4806b041a)) - (fp_line (start 2.5 -4.45) (end 2.5 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2d97a99f-bb60-4a88-8f97-12e7ed522ef0)) - (fp_line (start 2.5 2.2) (end -7.6 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ad2dffd3-b4a6-4c4c-b254-f33dde350214)) - (fp_line (start -7.305 -4.19) (end 2.225 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a8b69aaa-7b32-451f-8485-360fe8f2595f)) - (fp_line (start -7.305 1.91) (end -7.305 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 65580a91-f1a0-40ed-8dbd-7a925e353e22)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 52328a8c-94d1-48b8-b8ce-fa43a0fb8d8c)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e562e370-43f6-420f-b3ec-179014d12231)) - (fp_line (start 2.225 -4.19) (end 2.225 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4384845d-da00-491b-bf5b-3f4374c2159b)) - (fp_line (start 2.225 1.91) (end -7.305 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7dddb270-d406-4b81-abc7-5e837ff29718)) - (fp_circle (center 0.955 -2.92) (end 2.05 -2.92) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 81bc6b2d-42db-4835-a9be-3b7ee6ee8a5a)) - (pad "1" thru_hole circle (at 0 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 52 "Net-(R14-Pad2)") (pinfunction "1") (pintype "passive") (tstamp d59b8d8d-438e-4fe6-adf4-8cff965346ea)) - (pad "2" thru_hole circle (at -2.54 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 52 "Net-(R14-Pad2)") (pinfunction "2") (pintype "passive") (tstamp e14c1a6f-5d1e-4dfb-b6db-497f46de0365)) - (pad "3" thru_hole circle (at -5.08 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "+12V") (pinfunction "3") (pintype "passive") (tstamp c45395df-7a01-418c-991e-15c7d567f6df)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 116166e8-ad9a-473c-89f5-d76b7cabdd60) - (at 86.106 137.672 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/f4444387-e850-4cdd-816f-2e840fd40ad6") - (attr smd) - (fp_text reference "R27" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 61f5b06d-665d-4bbf-b0fa-c40a3287baca) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 61c387a0-d81e-4d52-97c4-9ba68f875b2a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp dfd64578-9acf-4ca2-8790-abfaac92ad95) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77249df8-0f2a-456a-b0a5-b4e3d8242485)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2c4a9319-1c89-497f-9814-dab79ecea5db)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3e4e2588-8614-4b01-8204-e7231d698a78)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 95f8b98a-ab4b-4e4e-a156-64643f3f95f7)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 383bcca8-46df-474a-8642-fe3b9946d2e6)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b783608a-12ae-4b06-bf37-b71d1650d15b)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 182efcdc-c2c2-4f60-a39d-002eb76ed68e)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 640be2d9-a69c-446a-84ce-8e7384ca222b)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4690f366-5e0e-47e0-81bc-2c83171dc685)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e9e33318-ced9-4968-a58e-e0200ea0f0e1)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 47 "Net-(Q10-C)") (pintype "passive") (tstamp bba2411d-c25b-47a8-8803-61549ac6ca7a)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp 465f06d0-461c-4aa6-887d-6920f5edb01e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 1554cf45-435d-4667-ab4a-5d0b95f467b3) - (at 55.61 103.97635 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/ef53eec6-b56e-4f5b-ac80-b9c423bde941") - (attr smd) - (fp_text reference "R21" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7e84d783-0a94-4cde-9fed-4cb4d7f16bfe) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 00621f9e-2790-4127-bd89-a947919e0e54) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp de4d226d-af96-46a7-869a-ba0cb2227d88) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 34066bb7-28af-4e32-860d-cafa8a8c18f8)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4cc184ba-27ec-4142-8872-4c04432bdc31)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f16bd9d4-d085-4019-9505-e9d0ae8d2e25)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 82161949-1550-4292-8363-93bf76c4f832)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 85b6d539-2269-40ec-babe-1f9a701bafa8)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 30361781-6d3f-4d5d-bace-7aa174a68e0e)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f672dd89-9a76-485d-b601-0adf186c5277)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e22bf0e-cd57-409f-83ce-fbecc9873013)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ab28a2d2-c85f-4c19-a564-5691a5d2305b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 42271ec3-8fff-4499-b59e-dd4d02f9fc75)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 44 "Net-(Q7-C)") (pintype "passive") (tstamp b295e73c-4694-47e1-a16b-bc845e9b9091)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp 590fe45c-a931-4c83-a89b-bba7401b1fd3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 18d52d61-9fad-4b12-a133-d3ec979f7aa4) - (at 55.54 113.04265 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/6fdf7cff-149b-4424-acd0-d0d20fc41c0a") - (attr smd) - (fp_text reference "Q7" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 58c7f3ef-c8a5-4cd9-9e97-c5806d85583f) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2040116f-8333-4ff6-8efd-2d2a2257a32e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp f7b2f09d-bb6e-4088-800a-c8f8bd9603b4) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f85caa44-7f19-46df-b96a-00bcedd8aebe)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ceb12bbe-bd65-44fd-9667-15a83da7268b)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ee2d1ac1-3d0f-4492-a522-e7ecc98d41bb)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3f7f2f3d-b585-495e-9a99-d4f3b336b9dd)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3d2dbe97-8caf-4a7a-b457-3360077f370c)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ee9316e5-04c8-40a6-a78b-bf705c251b4c)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 11962b50-9fa3-4117-8725-49c228ba6b68)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4ffb4685-cd3c-4765-bbab-f25bd67426e2)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 68346ab9-893b-48fa-84bd-b58ccd21a167)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2aa92b67-8418-45e0-8a90-86138afc3d15)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 334f94df-4a1c-4c86-97a3-dc9bec1d7c38)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp daa7bd20-fd44-4df5-b047-686dffe0ddcd)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e3a442a5-a62c-4576-afc2-cef55b3f020e)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(D6-K)") (pinfunction "B") (pintype "input") (tstamp b5e30c5c-8b09-4081-9a99-70d6b40da92b)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 11 "Net-(D5-A)") (pinfunction "E") (pintype "passive") (tstamp 4cc7b650-a266-4d56-9786-383d4785c542)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 44 "Net-(Q7-C)") (pinfunction "C") (pintype "passive") (tstamp 5319063c-175f-43a9-9418-f68c4865848d)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 19997866-a0ac-42bb-ac14-93e96d731065) - (at 77.216 144.526) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/0c6818fa-5813-4160-aa1d-c5557414fccb") - (attr smd) - (fp_text reference "C1" (at 0 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6bca7363-a5dd-43e8-97da-f9b32158f94f) - ) - (fp_text value "3.3n" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a45c0574-2af0-4703-a323-214c3e02055d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 217c1e6a-fe38-4446-a3f9-bd81dcde5cb0) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0e39c42c-efc0-43aa-9374-e9d795d565c0)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3355168f-bad7-4890-9b9d-63e286d7b295)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6f5d29b2-fb88-438d-aae3-fbe72d030b84)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fbb029b2-e7f3-4585-a616-c6dd1840ff5f)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4bda6137-fad3-4141-9227-5a21dcffcb3d)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 573647f0-1f00-419b-ad2b-34f1713483d6)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f80ea2df-89c8-4d44-95de-79b95b3488fd)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c33bbcf2-fa28-4a00-b05d-284c593cd114)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 885bec4e-f9e6-4f85-a2aa-27f687b0c858)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 207cbfb4-4403-4f9a-b22a-118fb1509bf7)) - (pad "1" smd roundrect (at -1.0375 0) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "Net-(Q1A-B)") (pintype "passive") (tstamp a3ebfe0f-7b5d-45c1-8097-7ee5cf1f6477)) - (pad "2" smd roundrect (at 1.0375 0) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "GND") (pintype "passive") (tstamp 29c2f101-0eb0-420a-9a3b-8e563f0a29d7)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 1f2f4f15-4c49-4a74-b298-73de32aa30d6) - (at 55.61 68.51115 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/fc93dac7-6f0b-43bb-83bb-fe3abec8b46b") - (attr smd) - (fp_text reference "R17" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bb7fc632-ad39-4f94-b92f-caa078798ef9) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fe865819-7b63-4e09-a471-8a0c75d695a8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp d245d0a0-b03c-4af3-ba2b-59f774a22f15) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a225b8eb-e7ff-4026-b8b4-18e21c12a40d)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9959a3ab-7313-4559-88fa-0336e2f962bf)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1a325263-7480-4745-affa-5d0dd5c8bf54)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c5b62283-8fa8-4274-9866-02f75f85b511)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4c9d9363-a423-4175-af25-339bb71eb5dc)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c0c50e4e-fc9b-4005-b4ca-27a804de1dba)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1b232ec2-756a-4fc1-a99e-d6ada71c8a64)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 46302c30-bc2d-4149-a8e3-961095db3c9a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dae17aa9-bbb3-4a0e-819f-e2c4c8c119ad)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37340ffa-5cf9-4510-a615-1073dac61431)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 42 "Net-(Q5-C)") (pintype "passive") (tstamp fd4098df-f3d3-42c8-be94-75cc5e2ad6d9)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp d38ec729-e93c-4f4d-8d27-61d7a5827e51)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 2b5a5345-0c63-4585-a003-c7fba96f010b) - (at 85.55 144.78 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/c628dcda-4bf0-40c6-844c-17b84cd2f8ba") - (attr smd) - (fp_text reference "D12" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b198753d-633d-4f37-b107-4ee679f47ab3) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 811d8bf4-c6fb-424f-9a6f-f99185a031fb) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 27828937-bc20-4c47-8907-154cd339142d) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a012c8f9-a655-40d7-a960-bbd094756438)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b8c1df9-038e-42b1-bab9-768af5fa251d)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9eedb09f-51b9-464c-9409-d816ef8e6b0e)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a0fabe51-3d6f-46dd-8ad1-5637d4e59b53)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a69b448e-9143-4209-9b7b-b0ef61df0917)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 13f778dc-52a4-45f5-9b34-88a645b7bb8e)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f5da8198-0d40-4cd8-9fed-9688d3f70e1c)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0be4194-8cba-49f2-ac15-bdc0d34ca2bd)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0423a6ce-d28b-41d7-80e1-f42d13fe80e7)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2c61702-a07d-47d5-8b4f-3de1843cff12)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b2ad79c2-45ba-4238-9735-2e113f8bb370)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1b24dcef-503e-4a8d-b75f-01cf0a2855fb)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e3b182ce-eee6-420f-86cd-d66f932336d2)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 282bcd30-9bc8-4d44-93d8-2ccd8eb31e99)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2843693e-4e4a-451d-bbab-833da49a31bc)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f28c49af-737e-4704-b3ff-f00468b5981f)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 40b3035e-fec4-488e-ba38-09b43a29d1ce)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 55cf57f7-b7c8-4fd2-bc77-1ca5c5f47cac)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 18 "Net-(D12-K)") (pinfunction "K") (pintype "passive") (tstamp 0d0573ce-97b0-4ca8-8b1d-f938b7a8e8e9)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (pinfunction "A") (pintype "passive") (tstamp 76abe1cf-2d96-4645-b95e-5ed46c3f6e6a)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 2b8e9756-9631-4854-b3d6-73e4e98a25c5) - (at 85.955 150.06 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/34b9e6be-ebbb-45c9-bbad-95717228c45e") - (attr smd) - (fp_text reference "Q10" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8b54a42d-c28a-47fd-b870-7c6fad4a0990) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1a6a660a-3ce2-4558-ad31-b6af998a5029) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp f6e76d84-5ff5-4d19-960f-976bce47f2d5) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6decbbec-e3a5-402e-801a-5a3d1c9ade9b)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 778dce92-46bf-4dd1-bb1d-0aa94699d1d1)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4133271-1566-46ac-b74f-c8fac9369895)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6ffa6dc2-f7e9-45e1-9389-65bd14ce7b9f)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cde89591-874f-44f7-9ff8-1df821958e10)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b50a4ab9-40dd-4416-9d07-779efc11b5a3)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ae78aba9-20c5-4f20-b7ee-b93f2d4b540e)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 471fba23-c9ae-4482-bc1d-585a5a5514c3)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 76d0fdf4-b9df-4c2c-9fa1-7dcdc59334a3)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9a963f69-0c83-4401-9ba3-4b13f83693aa)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e4282eeb-aa47-4180-a408-28a288f9b5b2)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1972a119-0a2a-4129-8dd8-d3d6247dce42)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7184714d-1a55-4977-9827-765144583ff4)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 18 "Net-(D12-K)") (pinfunction "B") (pintype "input") (tstamp 2877b501-4745-4034-acc5-bf102ed9d2dc)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 17 "Net-(D11-A)") (pinfunction "E") (pintype "passive") (tstamp e2eed45a-6e7f-4625-af66-8818b88fef78)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 47 "Net-(Q10-C)") (pinfunction "C") (pintype "passive") (tstamp 37e10827-0584-431b-a294-6bb4c8853dc3)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 30250649-30fc-4ba1-9126-5db5c434a52e) - (at 55.54 77.57745 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/ab7f65c9-fcfe-4c40-b0f0-39c86c24d2ae") - (attr smd) - (fp_text reference "Q5" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f8861a56-ea5e-4b9a-b557-fc6c763981f7) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f8bf0ec5-cad9-4bd0-b4ca-e14ab9ebb974) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 24bf9d9f-01d9-46f9-b7c1-518dd0c44d35) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0a3f0053-b37a-4666-8a27-920aafe66038)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e51b47d6-4e20-4271-bd6c-46302c3731d7)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7764c881-dea1-407a-9c7e-2e750eebab9f)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ebad3c7a-6d52-485b-ab8a-15ab203fc0f3)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ee38425c-b4c1-456e-9058-b55b92601460)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 63c122fa-820c-412d-ab6b-e502acc41a08)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fcfb4f0f-ff7d-46c7-9220-535b1d0845a5)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8ef02389-21e7-47c3-9617-1ed71f02f648)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f6147d4-7253-45b3-bc6c-a5c032950c84)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9dade490-6831-4b5e-94a7-83c17f786569)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 97491644-2a3d-433f-a394-6201df93b155)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87b7c29a-7b85-4583-ac0c-9ee567e115ca)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d9830cfd-9486-4d55-921c-ce1985515e57)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(D2-K)") (pinfunction "B") (pintype "input") (tstamp 73e2d1c4-2698-4019-ae7f-da9e556e683a)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(D1-A)") (pinfunction "E") (pintype "passive") (tstamp 05cab370-873b-414b-8316-e7bfe21d4582)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(Q5-C)") (pinfunction "C") (pintype "passive") (tstamp 619d7b78-5169-44b0-99a9-27d480d54e22)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 3115e3ed-56fd-49f1-81d6-6085dc79db04) - (at 65.278 144.272 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1793acdc-ed16-4297-88b6-91fd88b10cfb") - (attr smd) - (fp_text reference "R8" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e3268972-5d6f-436d-9c08-233d3626ec83) - ) - (fp_text value "560" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 15ff88ba-4a2d-455b-8f54-8eacdfe5b562) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ef149dbd-3c2d-46d9-9c42-e397dbe9e7f7) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c28be783-214c-4095-91e6-13d9f98e3f6f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 56251e9a-06ad-445b-b86a-cc8e4a68991e)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 706d08c8-549e-43cc-bc29-e7560189a817)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 157fe32c-9930-4a7e-b634-27a42215e6fb)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6babd2ed-d325-404f-a31e-49bad8f18545)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b1b29d0d-97d8-4d7b-875b-9c48f8fe8e0c)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19d1d7c8-bdca-4e92-a360-20aada8bfb95)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 93509476-556a-44b5-8068-45b8213b97c9)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 50c13262-e81f-4b04-9280-cf0b7f7ab972)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5c73489f-d2bc-4f4e-87e3-3889d0477347)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 39 "Net-(Q1D-E)") (pintype "passive") (tstamp 25e8ec02-70b9-4a1d-97c6-a6510b0f6cde)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 5 "-6V") (pintype "passive") (tstamp f70e2bf4-a8fc-45ac-9789-89250f98a8e3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 31d05a0e-c898-46b4-839d-8509d512d6bf) - (at 65.278 147.828) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/54420eef-ea2e-4ea5-adbc-e27605efe5fd") - (attr smd) - (fp_text reference "R7" (at -0.254 -1.651) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f2eda17e-33f5-4fe4-b86c-555701fc81a3) - ) - (fp_text value "560" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ed767f76-8505-4d15-a9d0-d4c949a87556) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 931e9b58-54f6-487a-b8de-33eb9cb1b936) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ffee40f4-9210-45f1-ad7a-cc04d356b7f8)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fd0d8307-2e3f-4620-aa5a-1ceb94cb2039)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d1b6568f-7593-4ee7-892c-72eed99bd7db)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 65290811-311e-421f-8feb-8832b6de15a2)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cbe081ee-2936-476e-9e9a-bed801f6ffeb)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 21997217-6aa2-47da-9f91-30027e8249da)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp da39bfa1-ab05-4027-8b76-fffba829e5a5)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4fe7258f-3708-469b-9331-8834f3792457)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1696c764-a431-4df7-9a61-55004199e5ef)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b4176d86-c359-4005-8c76-0c43dd5d8ecc)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "Net-(Q1C-E)") (pintype "passive") (tstamp d64a5301-e94b-49ea-a4ea-25508c4787ea)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 5 "-6V") (pintype "passive") (tstamp bdd5c512-41b7-479a-a810-0d70442bf3f1)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 3ee8d6bb-8c9c-4b79-8bb2-4ef845811704) - (at 55.61 86.24375 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/0767fa73-c0ab-4714-9937-91bad5bb381e") - (attr smd) - (fp_text reference "R19" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 711ca8f6-118f-483b-82e2-a8525802750a) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 038aed9a-4cdc-48db-ad90-e7b0b9b81b0e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 513f5b93-9c1c-402e-ae40-38c5c581b8db) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cdd4464f-5c10-4619-9b95-2265c2a1b51e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3a03c38-75c5-4d94-8a61-ec5e0bce2f84)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 70294b04-4b1a-4103-9559-d217cb375a9d)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a923d77e-45d9-4cfd-837a-cd7f69d935b2)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 237ceea4-ec7e-48a7-8d15-e03a0bbce2d9)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fec74fab-6f8e-4789-b028-9823bba7d7f0)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bc2c460e-08d5-413a-8403-dc8409af1e8c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2daf7c43-7f8b-47f1-8373-e1c7aca40202)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3f290281-5657-452a-8a2a-43f4c0d5e11d)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53f1c99d-0e87-488e-858b-810e4a9348aa)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 43 "Net-(Q6-C)") (pintype "passive") (tstamp ebce95f2-ed8b-47d2-b809-0ab99988706e)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp a6bb6ba7-4f8f-4347-8574-e49091ce8388)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 434b9828-6f37-47d0-a0bb-3d500aa2376b) - (at 55.61 135.4834 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/701476c5-c01e-4b45-ae14-21f3ea7f498f") - (attr smd) - (fp_text reference "R10" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ea05188e-6543-4df0-9c8f-bdfd8c782ee0) - ) - (fp_text value "100" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c7c89b99-4828-41dc-b6b1-4fd93c118d9a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 4cf3672e-823c-467a-bf9e-64896cd58a3d) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3fa59f49-3acf-4eb7-bc3a-fb388c2bf32c)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b32fc771-e473-4312-83c8-8f424e20ed72)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 52d200e0-3b08-4205-9828-3fc228f7c72f)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5e70b9ab-56dd-49b5-a13a-ae0b11317e63)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 343c57cb-6031-4b03-9870-b3ff8787807d)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bc05444b-1154-423c-817e-ca84a72e2f97)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dc3424cc-8bb9-427d-8f48-6f4a2282de7c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 39ca0685-7ff5-4cc7-ad2c-8ebbdc0c08e8)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ac2266f8-e883-4d4d-8564-f3d74bff6005)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d3bfb6e1-e910-4021-beb9-1c3d24eb52b7)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "Net-(Q1C-E)") (pintype "passive") (tstamp 5ac5fa98-a6ba-4a48-8bc3-7e89cf99b397)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 27 "/OUT_A") (pintype "passive") (tstamp 0f9bed5f-1a8b-4481-af70-b6f0debaa281)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 44e4c997-3945-4bb8-89d9-e5a3d7c95981) - (at 55.065 72.6693 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/08d92a3b-d0e2-42cc-8958-b535dd3d73e5") - (attr smd) - (fp_text reference "D2" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ed4f32f1-5d61-4e21-a9f1-4f63739e636c) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 43c25676-622d-4240-9151-b40d825bda3f) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 54c9a467-9a4f-4c98-8059-735bcf9288ac) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cf508978-dcaa-49f6-9411-5b63eaae707d)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 328635b4-cf7a-43a6-ad18-4e03bb926aab)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0bcddef5-5dde-489e-888b-7e8bea47f376)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 91221215-c9c2-4a24-917d-02a36ebe1eb7)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f0686f18-68cd-4796-8f6f-4c20d4be7284)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ccda60ff-05ba-4a85-8a0c-d01daa1176d1)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dc14b697-273b-4360-8563-1ac2e3df3fd4)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 20cd47f1-8440-4f01-a4ad-2aec06fd0fdf)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5903d169-5826-4b45-960d-5588fc6acc5f)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 07c1e6a9-ee8f-4008-bc63-2bf61be3f347)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2654c70-ea19-4d33-8308-6f9ac758ea80)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b952a1a4-24ad-4589-a6e6-992ee3dc77ed)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f28be7aa-5128-4b22-a723-951d7cc6f2f1)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 13495973-5d25-4880-8b28-cba5b157f380)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3e36aa30-f099-4ebf-bf9f-20ffaa32acf1)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 578eae83-276e-4dac-882c-3142f9eb8fe3)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 88c77ce2-3fe5-492e-91eb-02df1427e455)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b2b6dd4f-be49-47e3-9f59-b150fc70b0cb)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(D2-K)") (pinfunction "K") (pintype "passive") (tstamp ac9e8ea9-ba71-4f2f-bf87-d78fc35b8ee2)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (pinfunction "A") (pintype "passive") (tstamp f5a2a0a8-bf34-4634-a110-cd940b2f18f2)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 4de41957-5484-4ef4-b971-a0a4fe5d7810) - (at 72.644 149.678 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/e1b01259-f26d-4923-980a-9829176d2876") - (attr smd) - (fp_text reference "C5" (at 0 1.68 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e043af0e-80ca-469b-93dc-1c4e155c40e4) - ) - (fp_text value "1.0u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8cc2e9bd-b85a-44e0-a08d-47e0ffdf3d3d) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 93309ae5-6aff-4845-a74f-9a484948537c) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 726c9c51-1ab0-4446-9b21-bb7189de899e)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a486db6b-eed9-4b97-98aa-48fdf8f41948)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d201189d-b8ea-47bf-8136-f172030d3957)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b038145a-f12d-4834-9a5c-7ff3f8cb5083)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b1737be-ee31-43fc-988c-bab3221dcc5e)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 69fe9f43-04fd-45b6-98ea-71e16862d2c6)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 74f8e28d-a075-4d75-a375-ec1618bbbeff)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 75f45f56-8bf6-4b76-9195-392555896f3a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2fb0f1d1-60a4-41f0-9bef-ec561f8c56a3)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f6bb499-62eb-4437-8c63-18c05c9b2cbc)) - (pad "1" smd roundrect (at -1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 4 "-15V") (pintype "passive") (tstamp 9920d71a-0da2-49bc-925d-8712eeeb5181)) - (pad "2" smd roundrect (at 1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "GND") (pintype "passive") (tstamp 622d4f1c-a0a2-4971-ae89-a9d975fd0b8a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 4ebd767e-661f-4222-a8e5-952e34f508fb) - (at 55.61 82.2856 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/a91b15aa-78b5-4d7e-b511-465ba6b1f2d4") - (attr smd) - (fp_text reference "R18" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9f82b4a1-f5a7-4a71-b074-1f1d5ea9c026) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dfe823f0-20de-4b2f-9724-f50e766bbe26) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 607f9854-0cb2-4be8-9c92-610225a2ecef) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d910ed87-d26d-4a52-affb-4f3d0a20d4de)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e558b5e2-1e79-4ac3-9aa3-03eda79c08aa)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp afb609c1-2ef6-459c-8a24-0ce18c774fdd)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4aeb4ad9-9411-479d-8c83-d36e7b53b81e)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b7319b6f-786e-46db-b0d1-5f0953eae547)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d25576ed-9228-44f9-a8ad-8ab08327907d)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6023914b-545f-4502-99d2-0c22e5549301)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 41b3054c-62fb-4b94-937d-1cd4b0911257)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c5ce350f-aa3a-4ec6-b720-3a2fad0dcb0c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 076895a6-2f9f-4af8-8309-a5804cf3ab38)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 21 "/IN_b") (pintype "passive") (tstamp 2f059df9-8291-44f2-b284-605aa7ee4ecd)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 10 "Net-(D4-K)") (pintype "passive") (tstamp f6cd20b1-482a-48bb-a94d-ca51bf840e28)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 51b6c3e6-a80d-4eb6-a9b8-5358c752a032) - (at 55.61 64.553 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/3e9fbe93-3bf7-4484-99e1-8014b87d9a59") - (attr smd) - (fp_text reference "R16" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a44a2487-1639-4889-a8f1-69aea341acfa) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b597b293-af13-4069-8561-b99b4e627ab9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 38d22fe8-a964-4d58-b694-d20524565af6) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 168d66fc-5fff-40fe-9ae8-4f66e164161d)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bdcda891-e51b-46da-a5dc-3d7d50964049)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 16d475a0-8e36-48b4-b168-d20c7337d7e2)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b93bc33d-b84c-43f2-9bbd-31d3cbae4632)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7a844a45-7fe3-4450-83a5-918ffb56522f)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 900217bd-bfe9-4bff-90d7-35045fce9560)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 386bd106-f568-498d-b7ae-1a2bf35d02b1)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0aeee380-bf39-4721-a2ae-a6734812399f)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1873749b-d046-41ee-8782-647d1af28adc)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f4d0df91-d657-4588-b4b7-811789abd109)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 19 "/IN_a") (pintype "passive") (tstamp ccab353c-efe1-48fd-a8fb-7e558854149a)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 8 "Net-(D2-K)") (pintype "passive") (tstamp 1f02a7ea-980e-4c17-a1c5-4ebdfab6391c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 5860d441-5f2f-4ced-ba6a-7d11ddd43478) - (at 55.61 139.44155 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/78d866e5-463e-4096-92c8-9e65d3df34b0") - (attr smd) - (fp_text reference "R24" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0397e903-a75f-4ad1-93a9-1e4c2277b775) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 51677646-4e54-4c40-942e-e1b09b2a3eeb) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 81e269a4-9ae2-4143-8d3e-6d12c6786f22) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f53c96b0-055a-4a4e-a27a-8415b08cbde6)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a93b09aa-9f82-4aec-b01c-cfb4d2f6717c)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ac3bdfab-1bbc-47d2-a218-392fc756d5e1)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8e29a3b5-aee1-4585-a0b5-6e36e05524d7)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2dd8d35b-b751-4918-b7a8-f356549ac5c3)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3aa40b83-7d8e-4214-821c-3bd16e040b2e)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a1c2357d-646d-4a3f-aac1-0a827bca8c28)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 44191f36-b579-4e75-a09d-3ff4e42a1180)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bfa0b1a9-0844-4e7d-950f-06f106ed0b22)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp edf7aa04-a462-44d4-a348-01f87131706f)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 27 "/OUT_A") (pintype "passive") (tstamp cd4bdd17-0613-428b-8835-1961e2cdb290)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 16 "Net-(D10-K)") (pintype "passive") (tstamp f8144278-896a-4b4a-9354-e243ae8462b1)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" (layer "B.Cu") - (tstamp 6b35d4f9-a622-4d43-8312-8cfaf091285c) - (at 71.185 140.97 180) - (descr "SOIC, 14 Pin (JEDEC MS-012AB, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"THAT340\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10 11=11 12=12 13=13 14=14") - (path "/dddb6bcf-2e31-4a63-a3bb-c7c8f7833612") - (attr smd) - (fp_text reference "Q1" (at 0 5.28) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7e885ef3-51fd-40bf-85eb-acc59aa6ee4b) - ) - (fp_text value "THAT340" (at 0 -5.28) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d989a3d8-a4ad-49ec-8741-40aab400db29) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 168ffc64-be11-4a73-bf8a-cf8e18cb20ed) - ) - (fp_line (start 0 -4.435) (end -1.95 -4.435) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d81b9b9a-58db-42fb-a622-6b209bb05665)) - (fp_line (start 0 -4.435) (end 1.95 -4.435) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 50cfdf54-aa62-4470-a3c6-6df3e87d6b68)) - (fp_line (start 0 4.435) (end -3.45 4.435) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e891f1e4-342c-4be2-8950-70eeac784797)) - (fp_line (start 0 4.435) (end 1.95 4.435) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d074c2fd-a0be-4a90-8dce-478484c8a11e)) - (fp_line (start -3.7 -4.58) (end 3.7 -4.58) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 898c00d2-22d0-45e4-9a1d-7699877d121d)) - (fp_line (start -3.7 4.58) (end -3.7 -4.58) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a893754c-c1ba-4024-98de-fb72711686f3)) - (fp_line (start 3.7 -4.58) (end 3.7 4.58) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 673a9e4e-4553-4287-8bb1-a8333e3d4e54)) - (fp_line (start 3.7 4.58) (end -3.7 4.58) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1eaa4730-fea5-42cc-876b-ed7a1793bd95)) - (fp_line (start -1.95 -4.325) (end -1.95 3.35) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f7f887bf-0430-4fa7-b1f3-46a20d7bc9bf)) - (fp_line (start -1.95 3.35) (end -0.975 4.325) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2b194b1f-c6fe-46fb-a595-bcf4ee1ff268)) - (fp_line (start -0.975 4.325) (end 1.95 4.325) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c96f7733-b3ca-484c-8aa0-d5ed15fd4a16)) - (fp_line (start 1.95 -4.325) (end -1.95 -4.325) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp daac1694-be88-42b9-8fac-ff9c511d11fc)) - (fp_line (start 1.95 4.325) (end 1.95 -4.325) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38cd44c8-ff2a-4b2d-9f91-1a74e25ec1ae)) - (pad "1" smd roundrect (at -2.475 3.81 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(Q1A-C)") (pinfunction "C") (pintype "passive") (tstamp 313b4473-c184-4981-9f81-0bcc85bb423b)) - (pad "2" smd roundrect (at -2.475 2.54 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(Q1A-B)") (pinfunction "B") (pintype "input") (tstamp 5a39f41b-8f13-4eb1-aad2-28c53df04932)) - (pad "3" smd roundrect (at -2.475 1.27 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(Q1A-E)") (pinfunction "E") (pintype "passive") (tstamp a92d79fd-cd67-4353-a8fb-8cbcab31cdbe)) - (pad "4" smd roundrect (at -2.475 0 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "unconnected-(Q1E-B-Pad4)") (pinfunction "B") (pintype "input+no_connect") (tstamp f1278616-2ac8-450c-82fb-96e1046512ae)) - (pad "5" smd roundrect (at -2.475 -1.27 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 37 "Net-(Q1C-C)") (pinfunction "C") (pintype "passive") (tstamp 66a5fd11-57c3-409a-b8b8-77e30c35984f)) - (pad "6" smd roundrect (at -2.475 -2.54 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(Q1A-C)") (pinfunction "B") (pintype "input") (tstamp 6dd6a6fe-bcc6-4749-88fe-a54e5468b051)) - (pad "7" smd roundrect (at -2.475 -3.81 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 38 "Net-(Q1C-E)") (pinfunction "E") (pintype "passive") (tstamp 7ccec817-481e-4b15-a3a2-07d4df24722a)) - (pad "8" smd roundrect (at 2.475 -3.81 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 39 "Net-(Q1D-E)") (pinfunction "E") (pintype "passive") (tstamp 925032db-fe39-402a-b72c-a266d09bc559)) - (pad "9" smd roundrect (at 2.475 -2.54 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 40 "Net-(Q1B-C)") (pinfunction "B") (pintype "input") (tstamp 503e2b1e-e904-46b5-b832-f36882769ac8)) - (pad "10" smd roundrect (at 2.475 -1.27 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 37 "Net-(Q1C-C)") (pintype "input") (tstamp 379d016a-dda3-4a42-b0f6-bd3a23c83202)) - (pad "11" smd roundrect (at 2.475 0 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 41 "unconnected-(Q1E-E-Pad11)") (pinfunction "E") (pintype "passive+no_connect") (tstamp ca323b70-4d17-4f69-91d0-f04d15e31545)) - (pad "12" smd roundrect (at 2.475 1.27 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(Q1A-E)") (pinfunction "E") (pintype "passive") (tstamp c8ec7368-1515-460a-a8c5-04b2b62c1597)) - (pad "13" smd roundrect (at 2.475 2.54 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (pinfunction "B") (pintype "input") (tstamp 3b7484bb-22f1-4ba6-b114-2675f424b9c6)) - (pad "14" smd roundrect (at 2.475 3.81 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 40 "Net-(Q1B-C)") (pinfunction "C") (pintype "passive") (tstamp 40aaf8bc-6c8e-4094-aa8d-6a54ae20d941)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-14_3.9x8.7mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 6f744af1-5014-4014-be24-c3ef4802c87e) - (at 55.54 95.31005 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/61170216-9c82-470a-9ad5-95d2701f4a63") - (attr smd) - (fp_text reference "Q6" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 00e19481-5e46-4179-a66d-d012085cd495) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 14640f6d-493b-4145-90f7-f37603a53535) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 11ffafc8-dc54-421d-be89-cb72a1c4eefb) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed6df6d7-ccf6-424e-b19e-76c130337d5e)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 62603458-7e0d-4cf3-8f42-c4ba1661e635)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a9cbb998-ccf9-4d6e-876a-769cf1f6af8e)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f001e78d-6b6c-447f-a59a-9789250b61c7)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e8277a12-b2c4-45a6-86c3-f17d9a383e99)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 87ca9517-fc84-47e3-bc7b-107560f9ea36)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 58893d79-804e-459e-b124-42f7e2122e0d)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4a59cf47-88fe-4e3d-a359-8dceb452e9b2)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7b4fc39a-b1cb-4dda-8215-17caa8b84377)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9d556973-167c-4e45-b8e5-303c04095258)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 65a3f35e-4a6c-41d8-9b2f-dc60c1c11877)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4d30056a-9328-4158-9a94-8a89cd5af5be)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 421a7861-19d6-4aa1-a799-ee443e38fa00)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 10 "Net-(D4-K)") (pinfunction "B") (pintype "input") (tstamp ad059a5e-ddfb-4fee-9352-3d91efbf0272)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 9 "Net-(D3-A)") (pinfunction "E") (pintype "passive") (tstamp c58513fe-6abb-4bb2-be1e-8e56717adfa8)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 43 "Net-(Q6-C)") (pinfunction "C") (pintype "passive") (tstamp 4da0d320-abff-454c-99f5-f1040f2fc392)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 7191407b-97a0-416c-8f6f-aa83c384d196) - (at 85.344 57.15 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "IDC_Header") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/296f62b1-e202-40df-9573-2afd0e499e5c") - (attr through_hole) - (fp_text reference "J7" (at -4.318 -5.08 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a1ab6b7f-bfde-4880-a137-bb9574ed0474) - ) - (fp_text value "IDC_Header" (at 1.27 -16.26 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0d130b95-991a-4c12-b675-49c661edc0db) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e0212dba-6f43-4f5e-9b8d-86366ae508d5) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 519ff00a-708c-47c3-b592-b6487f94d534)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 971baac2-df78-4686-8b99-8339a2a8e012)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bfff379a-2ce5-4d90-b648-a50b4075377a)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 32312f02-326d-4b9d-8274-68d74447e83f)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9770ec10-19f3-45dc-a527-6f57dc1cb7b1)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 234951cf-65c1-476d-899b-27638114053f)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f5548b0b-71ca-4bff-b233-4e3c31b6d93d)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c46ebc09-40c2-45a7-89a9-8b48e67087fa)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe0e2564-fb73-43ed-b2f4-56a5ee8650dc)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7be87ee9-29ea-4a5a-bd28-0947c6f091e6)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b06bb28c-b97b-411d-a9da-00d66fd7e477)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 87312b79-0e03-42f5-922d-9fd97a4b4325)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2013f627-592f-463a-812c-d856e7be307e)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2fd23f08-8fd5-4df2-b039-8b83fc6e2c6c)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0f1db142-e483-43cb-8611-6ffb22785a95)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 353532d7-8530-45fd-9b0c-cbd2eb2a24ad)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5c773567-66a1-482d-9c01-6c7b1b0f746c)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4bd32d2a-1d02-4382-b8e3-23b75a383b51)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 79e770f8-b672-4197-8cfa-c0876be5e1bf)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a67d4438-9d27-49d8-8387-d51307f4721e)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aebe9fa0-edd3-4466-a40b-770c0e80624c)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 108c6edf-2474-4270-80a9-f0019f8188e8)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4aa9de1b-7a6d-4b5b-b570-b19cc555419e)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eb0a3012-3932-4540-b6b6-7a14479da0b8)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5f4f3adc-79e1-4475-9c72-ae0913d1fec5)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 43cc198b-f720-4763-962e-bd00ad58c8fa)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 86abe502-8350-4688-98b2-b990d5dd52c9)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5771bb54-6e95-4e0a-8069-ad5fe19421fb)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4d32a977-31d8-4fb4-993d-84605570adf2)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6dc36cf4-d86e-44fa-a752-07948b65c40e)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1a39a4d3-7d27-404e-b73a-3635668521d3)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 690cc7e8-bd76-4c47-8cf2-cdcb961cfbd7)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 31 "/VN") (pinfunction "Pin_1") (pintype "passive") (tstamp b073b084-06c4-44f5-9bd5-fde0abcb540e)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 31 "/VN") (pinfunction "Pin_2") (pintype "passive") (tstamp 6555ce78-e175-4607-b04f-ca51d30d7182)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 32 "/VP") (pinfunction "Pin_3") (pintype "passive") (tstamp a498fe0e-9366-454a-bba6-ce6133d6cd61)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 32 "/VP") (pinfunction "Pin_4") (pintype "passive") (tstamp ede899f4-f691-40ff-9ea2-ec614ec16912)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp b27c005e-edb8-4868-aad9-c46071fcb31a)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp 60211822-c57d-47be-8696-c00d8400629c)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp 35731304-ddda-4c16-9260-c49c8fcd98da)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp 9900061c-bd50-4106-9790-8c2f408fc744)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 33 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp bf890ecc-2c17-45c2-aca1-e29e10e2f66f)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 33 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp c1f633f0-b11c-4515-b159-8c287828f591)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 77de99f8-8048-45d5-bd04-e7f58822c4f4) - (at 86.095 140.97 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/12a7df5c-a235-4465-b882-206d6e6ac662") - (attr smd) - (fp_text reference "R26" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4e2b73ca-590d-4a28-8ed3-33caa82dc726) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8d779dc3-597f-41a1-b34d-1e9982727f90) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 9aabb1d4-4359-44d4-9fc9-98788c1d0863) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7c68dac8-bab7-4e35-835a-71df07fd9f07)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cc1e7edf-8ffd-4c21-89c2-db4d8c7475ab)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d870949b-bcd2-4d4d-a221-2c1579e82787)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eaa00828-5b1d-4762-961c-dd0675b903b7)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02ff11ad-9406-47cd-8352-f8447f669de8)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 04eed032-de6b-4f3d-a692-06db569bb202)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 337287d1-b00e-4729-9d4f-3e160caaeb6b)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ba6138e6-43a9-404c-83db-bbe78c826247)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c252b534-f2b7-478d-a68d-eb8dc33cf855)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 06f4f94a-9656-4c5e-85a1-42e39615e35e)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 29 "/OUT_B") (pintype "passive") (tstamp 302698b5-1c84-4bc6-bfe5-f06f0b7241a5)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 18 "Net-(D12-K)") (pintype "passive") (tstamp 914ec280-1e53-4948-9d65-528534f2e4e4)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 7e584313-f79c-4bc4-b73d-e3b2cca43581) - (at 88.392 119.364 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/ebc4cbed-a402-4c27-a2db-d24b2993d258") - (attr smd) - (fp_text reference "R1" (at 0 1.65 -270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp db003d0b-ecb8-4863-bc7a-9c786a511467) - ) - (fp_text value "22k" (at 0 -1.65 -270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8f8cf8f4-8959-4527-9e31-56d358180524) - ) - (fp_text user "${REFERENCE}" (at 0 0 -270) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp a238a718-08ee-43d9-a286-4e92a10f418e) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 790ee85c-7770-4e68-9665-c710e50dbaa3)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fc548cf6-b780-4e0b-b900-5c3c10a3c896)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 70f91a78-1a0a-44fb-8873-e24ac8f599bf)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eb9c21db-ec6f-4f75-adb4-11872a8754ef)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1dbabe5c-5b50-4a53-abca-170ce65afdfe)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6b0d8fc6-6194-4544-b62c-aaa2939cc1cd)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 95680950-cd0a-4fff-9251-5e2d6a72dea4)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5950c18-c1ea-493c-a426-bb4c4c32703a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp befd7a11-609d-4723-bcd2-b481a869e50e)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7e0a5919-eb7d-4400-bd69-833236d327b2)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 48 "/IN_1") (pintype "passive") (tstamp 048dc0d8-f144-4d50-9936-2151a9c70c25)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "Net-(Q1A-B)") (pintype "passive") (tstamp 900611b0-1341-4ce7-a694-ab0fbb3f6557)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 85e1fc72-b8a7-4569-aaec-505452ba30be) - (at 55.54 152.466 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/9c977912-293c-4303-960e-0d72568ace93") - (attr smd) - (fp_text reference "Q9" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 47e7cefd-239b-4a07-99de-5fa9c51b8431) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2830ec48-0758-4a11-ba52-1068a587f79d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 09d510a8-327e-4a5d-8e37-4a6fbb7667db) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7caa4c10-c77d-4cbc-89f7-df1d53215e96)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 516b0808-6e1c-4f45-9f17-4dda59b4c23e)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7303e6ba-e1fb-47fd-9e1a-c5055c693156)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9db7dc05-68fe-4574-b44b-3acb8abc8b8a)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bd6a2899-e487-4efa-8ab5-951acd003339)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 776691ca-0c8c-4bf0-8095-3cff28c38e75)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 70eefbde-cccc-4aac-9956-a60e958ac7d0)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 19ee06d2-203b-4e66-8e5f-08af0b64d6bb)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cecfcd64-e320-4080-99b5-1c3a78e0baa2)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp be0436c7-524f-4d6b-a6e5-626b4a354c91)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5d306894-4d5c-48b4-8816-55d20a1c6820)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1fd0bb6c-03c4-405e-8146-0e73482514e1)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp abfc5e0c-398f-4e27-bc0e-f184ebd8c17b)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 16 "Net-(D10-K)") (pinfunction "B") (pintype "input") (tstamp 0ed7f76c-fcc0-4541-b35c-b824bc39412b)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 15 "Net-(D9-A)") (pinfunction "E") (pintype "passive") (tstamp 1e30098e-7a3e-47f1-8420-4d2b078d0820)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 46 "Net-(Q9-C)") (pinfunction "C") (pintype "passive") (tstamp c461c5cd-3fd8-49bb-aa78-b3a601d7775a)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 8fb3d52d-ae26-4a87-a19c-370f5a5de6a5) - (at 77.216 140.97 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/842433a1-e299-4fb5-a032-9cf381724612") - (attr smd) - (fp_text reference "R15" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d9200696-36c3-4f49-b240-b1b8122da887) - ) - (fp_text value "47k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6e1b4a17-5d5f-4ef5-816c-adb84b182afc) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp adc0f2f0-86d9-405d-a797-070326d8796c) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f75bb0a5-899f-4f34-9893-bbdeaaab9258)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0a1e4a0d-a532-4b31-a800-acf5fe5994b2)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e1b67f85-9027-49d7-a3cc-ae560da67ef7)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 31d528fd-31ba-475b-b018-580631b4476e)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb0a1b2e-c8e0-444b-ba26-9a6bdf3538a2)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 26d3bf02-86f1-46d4-9c38-57e282eb97ae)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8b438c5a-9d37-48f3-8016-b261f235d24c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp af99af73-e88e-4d07-a9b7-179476b51a0b)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7ec157a3-086a-4327-8914-0409d005cb16)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64eb5666-2a30-4c9d-99c5-cd7bffa8a429)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 39 "Net-(Q1D-E)") (pintype "passive") (tstamp bfbebe46-0ef8-4e05-807d-a31298f53bda)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "Net-(Q1A-B)") (pintype "passive") (tstamp eadb53b7-4757-407e-ae1f-91bfa03b568c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 928a5e04-7635-4b57-9743-abf7fbca313b) - (at 65.278 140.716 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/6c515082-27a1-4896-8f9b-daaea0dea952") - (attr smd) - (fp_text reference "R9" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a5037b65-e6f9-4210-94be-2bc717bdf4cd) - ) - (fp_text value "6.8k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 91531844-3fee-41be-a69e-a8524962dc8f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp a3a1bf9b-b396-4c3a-aeb2-59fc92a81d31) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 64a556c4-4fe8-43bb-8259-536f46216f1e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c6483589-4957-4ce9-bdca-1fc285dd89a2)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bfb0d9ae-edc7-4c46-89c6-8dc3bc327b2c)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 526545d3-1a1a-48b2-bc05-814495e03391)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4afe3f7b-2308-4361-93e9-c21c54f01bd7)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 344dcbad-f63e-4fe9-998a-aae4bc6518cb)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ede2b62e-f258-400e-bc4b-146620279181)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 80c6e3e6-5ae0-4aa8-bee0-d7efa5c8fc2e)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2a938521-2b80-43de-a69b-978fc8493f6b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8a68cca4-9807-454a-8010-cefee996ee1a)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 35 "Net-(Q1A-E)") (pintype "passive") (tstamp 665d7862-b2ed-42a5-9209-87719d21f9d3)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 5 "-6V") (pintype "passive") (tstamp 981a18ae-416f-4a4c-9448-771d0d098f93)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 950d79a2-c1a2-4935-b126-6a6dfc873b1a) - (at 84.836 119.364 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/b6d979e8-6444-46ec-b3b3-db4f7199250a") - (attr smd) - (fp_text reference "R2" (at 0.238 -1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3a2c422b-545a-4078-8c8c-f33b47dd9460) - ) - (fp_text value "22k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 46790523-ebb7-4112-847d-61912ea53eca) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 9634c52c-4872-4a8b-856c-91e76de0568e) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f21d7057-840c-4123-806b-4a37664b1836)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c68c86af-ad37-4b6c-b4d4-801bd8158052)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp caf70a5e-2ca7-45ca-b0eb-fcdac579e9d1)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c9cd0f26-afe4-4b20-8cf8-8d454fb72067)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cd6b2a4e-db4b-4c69-9fac-a1805371dc08)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e63b1bd3-acb8-4694-964d-0ac6d0cd2369)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a25259fb-af5a-4e18-850a-e237b2eff776)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 45699400-15ea-4466-87eb-5628a5469d86)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 85ff5aba-ffb3-4f5c-8c7f-4ae566940e39)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 564becf4-5d0e-47dc-8c57-1237a0202035)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "Net-(Q1A-B)") (pintype "passive") (tstamp 1e610643-a144-4b16-9177-6c4a6a323370)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 49 "/IN_2") (pintype "passive") (tstamp aabdb16a-b8dd-4756-bd8c-c6a7020eaa78)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 98582c46-9bc1-4770-9832-9ef84bbe33b3) - (at 55.54 130.77525 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/e23df102-3cdc-485a-b3f9-749143f7e513") - (attr smd) - (fp_text reference "Q8" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 36e598a9-1974-4942-bd97-9e5a59a95666) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 20acba7a-0dde-4d8e-95e7-1cea88b06351) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 94208129-9d17-4070-806a-d1381d0888ac) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 24ac2b55-0ae9-481e-bf5d-499e7d9a66b4)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7b59005b-cc4d-48c3-8f53-70204dd38ae8)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e805ea23-8882-44c7-90d8-bab69ade551e)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7ae95627-6b49-47ac-89ba-c3bb71fb8bc0)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dda64404-f72b-41a6-93a3-0bda49a3bb46)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e2f31553-cbcd-48ec-a231-4077016e779a)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4b949e2d-294d-4a7a-adf4-dde6b92fefb9)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 92fd2c62-6e23-4da3-aca1-e699a3b33d4e)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 47ba7ef8-9abc-4db3-982d-d8d1e14a656a)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 51469111-a065-4b6e-b9a8-a4c2509259f9)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 429aef37-4c32-435a-85f5-d040374574d3)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e80413fe-ae9b-4601-9167-68771a5ce77f)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4e41d0f6-d085-4eb5-8584-507650a6c946)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 14 "Net-(D8-K)") (pinfunction "B") (pintype "input") (tstamp 29cda93d-d357-4e6d-be70-c4efd0e2e636)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 13 "Net-(D7-A)") (pinfunction "E") (pintype "passive") (tstamp 1f7eca7c-e317-43c5-851c-0d4ad34a52d8)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 45 "Net-(Q8-C)") (pinfunction "C") (pintype "passive") (tstamp 3cade1b2-b316-43d2-9b51-f18307cdeb38)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 9e9be7bb-31ae-4c23-8a85-2e1798152d8f) - (at 73.152 120.65) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/bea1624a-78f8-4672-bf51-4f102df470c5") - (attr smd) - (fp_text reference "C6" (at 0 1.68) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2de16c53-b2f1-4281-8876-711308c56465) - ) - (fp_text value "0.33u" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5840a345-bc18-44d0-82b9-fc87517588d0) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp cf4eac4c-0590-4e77-a6ae-c2f9acbbe91c) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 46e16605-0e91-4fa7-a967-3a68caee8cf0)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2d491ff2-4731-4c10-b61b-72c0cb1d7d80)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bb9f2ef4-1e63-491a-93b8-4565e4cfa60f)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e3e53dc1-ebe8-4aa4-ad46-dc8a67208624)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 04c4dd34-af3e-46f6-b62d-dd9d31794573)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp df3a2a82-671c-4a3f-a47a-b11da6bb78f4)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1a9e6dc4-4c5c-490c-85a5-59258f41a8bc)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9b003ccb-a14c-46d2-990c-e0fcedb2a978)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3fda8601-2335-44f4-8cd3-6ccc87491531)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d6f28f27-aada-4bea-ac4e-d48ea9169e17)) - (pad "1" smd roundrect (at -1.0375 0) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 6 "+12V") (pintype "passive") (tstamp b3af49be-d0df-4ab4-b7b5-e46ea10910a1)) - (pad "2" smd roundrect (at 1.0375 0) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "GND") (pintype "passive") (tstamp a750b35f-410e-4de8-9757-efba3c6d748b)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp a1e37797-f746-43c2-89f5-74c995a78006) - (at 65.278 133.604 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/c713dc68-088f-422f-8816-645e72c9f47d") - (attr smd) - (fp_text reference "R5" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8e48786b-b7dc-4bd2-a540-a2247c941d5e) - ) - (fp_text value "15k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f9ed75f3-c2ee-4dc0-a76b-620e5fea7bbf) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 2dfa8253-ef9d-4c43-a17d-6e25e036c65d) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4112e4f8-6fef-4a59-afeb-39aae3a3e412)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7d042f78-8336-4c73-8461-0ef750586b67)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ee560452-36e8-4bb8-bc3d-8e754212afe4)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 68fad489-ffc1-47ca-a774-a52a85f2bcc8)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6ed23d9d-4cde-47fd-b348-54afdac88d03)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5ec26374-521a-49e4-9e2b-4b504183b308)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3aed095a-3f00-4a1e-9e57-036852067909)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38a0aa0e-5da9-48cc-b777-01e5623ba1ae)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fe532f37-ec89-4b49-aa63-ae4734d42ff5)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f9d1b0b1-6425-42a4-9331-08d12887a8d4)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 34 "Net-(Q1A-C)") (pintype "passive") (tstamp 2f9db855-6784-4a65-843b-5c9e6d682880)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 6 "+12V") (pintype "passive") (tstamp 55734790-5b7d-4a80-b1a0-48b9ebe62498)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp a48cc4df-4531-4c0a-b2f0-354fcf2a9693) - (at 55.61 117.7508 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/e87fc2f2-35e9-48dc-b6a3-1c06550978c8") - (attr smd) - (fp_text reference "R22" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 20d68394-9072-4d7c-b99f-a728f7ff86e8) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c2cbeeb0-fba3-4115-8dcb-a2582c81de52) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 28fb65b7-80a3-4c19-9624-7472d21ff9dc) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 220a8141-c9d8-47a7-b79b-d69cd72f173c)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 423051ea-6bcd-42a4-b75b-8be9e9ac019d)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 003a848b-96cb-4fe1-a16a-69a95f550494)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6017f18d-b0b4-4b8e-ab85-b132177f5b9a)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0cbe7e7d-164e-4d97-b579-44ae6d7474fd)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 556edb8d-5817-4ccf-820c-4397e0c3790f)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b79e9d59-ec90-4702-b1cc-c8eefd91ae7a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 562749fe-4ce8-4204-80cf-981e29972d48)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f2cb787-fefb-45c3-878f-2757381745b3)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b0008e55-a800-45a9-a33e-65dbfaa8cd74)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 25 "/IN_d") (pintype "passive") (tstamp c7b7f556-d7c4-41a7-ab57-bb514a3cea39)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 14 "Net-(D8-K)") (pintype "passive") (tstamp bbe5312e-2d82-443f-a15b-b564b12ddfa9)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp a4ea9a80-4d5b-4cf6-aea3-28281348feeb) - (at 81.915 149.86) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/21532733-6a10-4dc2-812c-0eb7a2643825") - (attr smd) - (fp_text reference "R11" (at 0 -1.524) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6bb8e2a1-c110-4285-948c-b9259ad9892d) - ) - (fp_text value "100" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 52b82ce2-3670-40c5-b93f-9713e8b38705) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 1d46d026-bdab-4755-b0f4-20fc6184141c) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77f66bae-a9c3-41d3-b9ac-4621bb936c05)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e9f86b91-2b49-4c0d-bb60-08c40042f1d0)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0b4617bd-688c-4a0b-bb38-84ebc1dc6bfc)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b3b19f3d-47a5-483a-be0d-d4d1b825b4e4)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 328f1e5e-4740-4819-8957-f76e5a28c276)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4b748d9a-d87d-46e5-953b-782c3723d9ac)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 444a35f1-5111-4216-8f52-853a9dbb47bb)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fdd46963-cb8d-4e3f-b4f6-f683b712e638)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2067dc87-52f2-49ab-9c01-c2a47ea950d6)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9fd9a27c-ea5a-457f-9ce6-4ebd718b9d2a)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 39 "Net-(Q1D-E)") (pintype "passive") (tstamp 29dec775-a2b3-4e36-bedc-fb7e9c37831b)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 29 "/OUT_B") (pintype "passive") (tstamp b50964de-c803-4012-804d-d3cd4d1821e5)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp a893e3e1-2855-48a5-b96c-436def05d4be) - (at 55.61 100.0182 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/6ea9accc-8e3e-4b87-9a5b-3e48ee160500") - (attr smd) - (fp_text reference "R20" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 502c89c3-2787-4788-8b07-a37e6168f250) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp abee6256-e29a-4b35-a80b-7b3182ed3609) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 5a0f1b19-545a-4b1c-adad-e048f691f07d) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp da057e2a-b7ae-41d2-8476-aa1e047e8e04)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 69aa6909-2c3f-4ea1-bb3e-41794e0dc6f0)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8cc3edda-4d98-47fb-bc42-7a8ea670f49e)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3b8c0511-bf36-43eb-bb11-1ca5eb4288b8)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1d34aae4-2e36-4112-9ba2-ec212eac3125)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 35b52a2f-9a3f-4d5a-9c74-c6d2e9962769)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 155f6484-0c8c-4f19-988b-9e39adb7e627)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 55770f21-358f-456f-88c5-b7c63fb145b0)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6328b10e-c31c-422b-9823-56df099b574c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1b6950d1-5d49-4732-ab1c-61f3dc749fe9)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 23 "/IN_c") (pintype "passive") (tstamp aa16a90f-4b7f-488f-a2e2-28fc22b93b9c)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 12 "Net-(D6-K)") (pintype "passive") (tstamp 86166a0b-a236-4f1c-b512-58d9dfcc0ab6)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp b139a2ae-c024-40db-a9da-14a0798eabe1) - (at 77.978 119.38 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/77db789e-2779-4894-bbcd-a90d00aa0ba7") - (attr smd) - (fp_text reference "R4" (at 0 -1.778 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e9ebb38b-33e7-495a-b240-106b8b0afa12) - ) - (fp_text value "22k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 20037d37-1a14-4635-be6b-452408dfd54d) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 5681b0ef-1590-42cb-bd5c-c52944d8894e) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 180c690c-5bee-4913-82c5-3fd54a38aed1)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0a3c1721-fa11-4b07-8dd6-6118f7a8a177)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 38b14598-39b3-4ae5-b7ce-61e29c09da4b)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3073d3fc-853e-4250-88ce-9f2acd015557)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2b30da8e-7f80-43c1-b07b-0ace272f2f4e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 82dcd596-9f77-43b2-91b4-b11f7eea1d66)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 26686023-2611-43f2-92bc-9d271c3246c6)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ec08cd63-c999-4aec-b564-1f3414fccec1)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0a9bb772-050a-4d86-99d7-017f97255c0b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 523f0381-12af-44f3-8aeb-df59508f622f)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "Net-(Q1A-B)") (pintype "passive") (tstamp d9619771-66d6-432a-81d0-d14c83a8ea53)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 51 "/IN_4") (pintype "passive") (tstamp 31a6e296-876c-4c9b-b7fc-4b308abc0877)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-89-3" (layer "B.Cu") - (tstamp b1acde6a-4565-44d6-baf4-184b3288241e) - (at 67.945 118.745 180) - (descr "SOT-89-3, http://ww1.microchip.com/downloads/en/DeviceDoc/3L_SOT-89_MB_C04-029C.pdf") - (tags "SOT-89-3") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Positive 1A 35V Linear Regulator, Fixed Output 12V, TO-220/TO-263") - (property "ki_keywords" "Voltage Regulator 1A Positive") - (path "/883e7257-e448-4437-a7f8-2e5d1b5df1f0") - (attr smd) - (fp_text reference "U2" (at 0 3.5) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 21d095cb-2160-4520-add2-9760929c5c89) - ) - (fp_text value "uA7812" (at 0 -3.5) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4d74c55d-de97-4f29-9285-2b0406740816) - ) - (fp_text user "${REFERENCE}" (at 0.2 0 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ff85f490-34c3-46ca-a07d-5b8db481aa2a) - ) - (fp_line (start -2.5 2.13) (end -1.36 2.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8bd80e56-0b79-48ca-953a-8895034389eb)) - (fp_line (start -1.36 -2.36) (end -1.36 -2.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2ae9612b-7c93-4fa6-b7df-935a1331b712)) - (fp_line (start -1.36 2.36) (end -1.36 2.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0a917a81-1bf5-4c57-9768-d70f8f2f2df8)) - (fp_line (start -1.36 2.36) (end 1.36 2.36) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7c5b3cb4-8e58-4b93-9f12-5e106c81c1c8)) - (fp_line (start 1.36 -2.36) (end -1.36 -2.36) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 78795e29-c76e-483c-9491-a343d7d6ebc8)) - (fp_line (start 1.36 -1.05) (end 1.36 -2.36) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c65696f8-a015-4f33-8dc7-5a5abdf2b7b0)) - (fp_line (start 1.36 2.36) (end 1.36 1.05) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 76ebc16b-36fd-4cc4-b03d-21cb97c56d7e)) - (fp_line (start -2.85 -2.5) (end -2.85 2.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8c3cf373-82b5-49a4-bf60-75ab10eabd48)) - (fp_line (start -2.85 -2.5) (end 2.25 -2.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e84473b4-7623-4387-b730-e8e7056e2e7d)) - (fp_line (start 2.25 2.5) (end -2.85 2.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 893270ff-8276-4a69-81aa-b621c5a372dc)) - (fp_line (start 2.25 2.5) (end 2.25 -2.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2da00d33-beff-4736-a004-34fd7fb4e7db)) - (fp_line (start -1.25 -2.25) (end -1.25 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f9198d5-5451-4b0e-8bf6-4344bc306cf1)) - (fp_line (start -1.25 1.25) (end -0.25 2.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 85e039b0-5de5-4321-8554-297e16a8f572)) - (fp_line (start -0.25 2.25) (end 1.25 2.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f7227d98-ea81-4906-a42b-ae61b2ab7514)) - (fp_line (start 1.25 -2.25) (end -1.25 -2.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7fb337d5-8697-4827-a448-6c96d529af54)) - (fp_line (start 1.25 2.25) (end 1.25 -2.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2183599-f093-4740-a314-9ff8788750e8)) - (pad "1" smd rect (at -1.95 1.5 180) (size 1.3 0.9) (layers "B.Cu" "B.Paste" "B.Mask") - (net 3 "+15V") (pinfunction "IN") (pintype "power_in") (tstamp 667c6409-7b17-4b65-b3e7-b1f2e482951c)) - (pad "2" smd custom (at -1.8625 0 180) (size 1.475 0.9) (layers "B.Cu" "B.Paste" "B.Mask") - (net 2 "GND") (pinfunction "GND") (pintype "power_in") (zone_connect 2) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 3.8625 -0.8665) - (xy 0.7375 -0.8665) - (xy 0.7375 0.8665) - (xy 3.8625 0.8665) - ) - (width 0) (fill yes)) - ) (tstamp 35662b5c-a91c-4b0f-8a4c-116f29bfcee5)) - (pad "3" smd rect (at -1.95 -1.5 180) (size 1.3 0.9) (layers "B.Cu" "B.Paste" "B.Mask") - (net 6 "+12V") (pinfunction "OUT") (pintype "power_out") (tstamp 61ac44db-6da1-4096-9533-e1e01cd7bbc7)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-89-3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-89-3" (layer "B.Cu") - (tstamp b524c944-d86d-4d5b-9653-e43cc0cb9f06) - (at 71.12 154.305 90) - (descr "SOT-89-3, http://ww1.microchip.com/downloads/en/DeviceDoc/3L_SOT-89_MB_C04-029C.pdf") - (tags "SOT-89-3") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "3-TERMINAL NEGATIVE VOLTAGE REGULTOR") - (property "ki_keywords" "linear regulator ldo fixed positive") - (path "/b4884644-04a4-4fe6-b75a-88330bdfc60d") - (attr smd) - (fp_text reference "U1" (at -3.511 0) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4c0a86e8-974b-406b-b6e8-12f4c1fecf0d) - ) - (fp_text value "NJM79L06" (at 0 -3.5 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 12407358-10ec-4d08-ba3d-5efe24de33d0) - ) - (fp_text user "${REFERENCE}" (at 0.2 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 70902223-cbaf-4aa6-a4ad-6691774ebfae) - ) - (fp_line (start -2.5 2.13) (end -1.36 2.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 028cecf5-6779-4036-bc59-38c31fab5b20)) - (fp_line (start -1.36 -2.36) (end -1.36 -2.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8a26e327-5ba8-464d-b7dc-ab6b1251439b)) - (fp_line (start -1.36 2.36) (end -1.36 2.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a565e433-4971-4ef0-acb9-4d42e6942859)) - (fp_line (start -1.36 2.36) (end 1.36 2.36) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0a6d2915-fbf2-4ca4-80e7-8f7898f4bf4e)) - (fp_line (start 1.36 -2.36) (end -1.36 -2.36) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 16552480-866e-44d1-9b70-6115fd4970c3)) - (fp_line (start 1.36 -1.05) (end 1.36 -2.36) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1355684a-8210-4635-9324-fff98fbc38dd)) - (fp_line (start 1.36 2.36) (end 1.36 1.05) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f0524fe-0ae8-443d-8752-a69fc7b0f46c)) - (fp_line (start -2.85 -2.5) (end -2.85 2.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 68ca7576-674b-410c-a1d7-24d6923efe75)) - (fp_line (start -2.85 -2.5) (end 2.25 -2.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1886dd8c-9efe-441d-b481-4097cae5217b)) - (fp_line (start 2.25 2.5) (end -2.85 2.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 73947648-1876-453d-9244-acbc5475f6f9)) - (fp_line (start 2.25 2.5) (end 2.25 -2.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f17b2020-132c-4e82-9a14-c79ee6577331)) - (fp_line (start -1.25 -2.25) (end -1.25 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 50a3e1c0-8227-4f2e-9772-f4bcc52fa73c)) - (fp_line (start -1.25 1.25) (end -0.25 2.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 23b3e53c-29d5-406c-a551-d3c16347f824)) - (fp_line (start -0.25 2.25) (end 1.25 2.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 96e67834-b986-49d7-87c1-c18825426ef9)) - (fp_line (start 1.25 -2.25) (end -1.25 -2.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 825c3ea4-8088-440f-876d-8c9c6958f92f)) - (fp_line (start 1.25 2.25) (end 1.25 -2.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 130c4c6c-a4f7-413f-b12d-07b1be728856)) - (pad "1" smd rect (at -1.95 1.5 90) (size 1.3 0.9) (layers "B.Cu" "B.Paste" "B.Mask") - (net 2 "GND") (pinfunction "GND") (pintype "power_in") (tstamp ebf04b52-14c9-4c43-82ff-a3cf9f7fbf44)) - (pad "2" smd custom (at -1.8625 0 90) (size 1.475 0.9) (layers "B.Cu" "B.Paste" "B.Mask") - (net 4 "-15V") (pinfunction "VI") (pintype "power_in") (zone_connect 2) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 3.8625 -0.8665) - (xy 0.7375 -0.8665) - (xy 0.7375 0.8665) - (xy 3.8625 0.8665) - ) - (width 0) (fill yes)) - ) (tstamp 94ed3eea-bf3b-4da7-92c8-a17d9707e7a4)) - (pad "3" smd rect (at -1.95 -1.5 90) (size 1.3 0.9) (layers "B.Cu" "B.Paste" "B.Mask") - (net 5 "-6V") (pinfunction "VO") (pintype "power_out") (tstamp acdd105a-54b7-4528-91bd-66ff436f7912)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-89-3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp c9673a10-8e10-4163-8f0e-b58aac25ec41) - (at 55.61 143.3997 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/192234f8-044d-4283-91a7-d6b8ee8b4887") - (attr smd) - (fp_text reference "R25" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 713da2b4-aa8f-4196-8c9c-62687658565f) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f1c437c3-004b-473c-b83d-9477c8f2843b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 9fcea022-0ef9-49a1-8e55-a7312fb27df3) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 28262189-54d9-4baf-a0fd-b9bb7df9c29e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1405ec2a-340f-4e16-a5b9-4e40a3aa96eb)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 93ec5304-2b37-47e7-bdef-deb668fd93ee)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ba659f13-6835-4401-b011-30fe5103e2e0)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 50b46749-243a-4efc-8409-89a7c31d4e56)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b074315b-eb5c-4838-8776-2958971f22a1)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5bb3c7c0-d491-4ffd-8b06-10171c704869)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f59f523c-1a66-4039-b214-b40fabb2c7c7)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aa5589be-1867-4143-acda-1367ae54bf7c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b6a50684-4efa-44ac-bc5c-e16509c58cb1)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 46 "Net-(Q9-C)") (pintype "passive") (tstamp 5ac133af-9fbf-4a4e-9bbb-821d6b6ad9c1)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp a9a63673-e7a5-4c6c-a428-26e518ea4682)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp cc681740-2214-4c35-92cc-5e1b465bdc8a) - (at 73.152 117.094) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/eecc46c9-219b-4176-a09e-449fc43c3440") - (attr smd) - (fp_text reference "C7" (at 0 1.68) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 54651d13-d301-4b88-a5b0-253784d1a661) - ) - (fp_text value "0.01" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 16fa92d7-6577-4fe3-8308-2f5b708608d9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp cf81fd50-8ada-44e9-bf98-06e2d5ce1e5b) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7fdc3b46-2f3c-48be-b3a7-f8ab2c39e221)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 206e79ba-5a3c-40b1-b07b-caf40ef50664)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e05fb1b9-5e6d-48ec-83de-142056bbf3db)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a0f38c5c-094f-453d-8ffc-17c5e0c209b4)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca15fece-1284-4ce8-b01c-8751434c20e6)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3e435168-4558-4625-9635-24afd2f930fe)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b22a05ab-0ee0-4c7d-8b4e-f3b88288a90c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0786507-a533-4016-a768-8f1a1e1bd038)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6891f49c-1e01-44ab-8616-a068533946fc)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64dc5b59-a0b3-4b55-bad1-eb6c474fc68f)) - (pad "1" smd roundrect (at -1.0375 0) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 3 "+15V") (pintype "passive") (tstamp d6136517-edb6-406e-820a-062f0e54612f)) - (pad "2" smd roundrect (at 1.0375 0) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "GND") (pintype "passive") (tstamp 8a9bbf9b-039a-4bb0-a0a1-3387e3294f96)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp cf2e02df-a4fe-42ab-9b2b-141ff3b43922) - (at 65.278 137.16) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1ae9a507-71fc-4a76-8555-d12c3cc21739") - (attr smd) - (fp_text reference "R6" (at 0.127 -1.651) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e4dca42f-895c-465f-a7e2-50a41174450d) - ) - (fp_text value "15k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fd471b21-be22-4125-86b9-222be3862996) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 8a79a17a-0a58-41b9-ad30-d082d7e5f81c) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c14e384b-bb8d-42f7-b638-e99ceaffc16b)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7feb143b-5bfc-456a-8702-598621a22bcd)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d1fde359-6ba4-4fc7-a052-3eb51dcaa534)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ff58db8-770a-41cc-ae84-c8c03a7a64b4)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4c00152f-6509-457a-849c-f304a129b807)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 67b0869e-4cfd-4926-ac3f-efb180240861)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 052cf456-16c7-4390-95aa-c3a284f76ba1)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 08672219-7453-4719-98f6-004dfb27460d)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 74095c6f-ba09-4f45-b030-0a3d1fc274f8)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f9f3f59-4ac4-466f-a9fc-e97840459536)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 6 "+12V") (pintype "passive") (tstamp b2ee7ee8-04e0-4fd0-9765-36d314604baa)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 40 "Net-(Q1B-C)") (pintype "passive") (tstamp 1aa1ce10-f5f4-4277-9a30-498c1bea8fa0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp d125a2d7-01bc-4ef5-ae90-3b673c3eeda7) - (at 55.065 90.4019 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/be003fbf-88bc-41a1-a55d-86f7328649ca") - (attr smd) - (fp_text reference "D4" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 62f2fae6-73de-4c5c-a7b4-83184886708d) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 12fcd2c7-e20e-40ec-a621-ca69c6cf9bed) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dc1dde11-b380-4688-b441-5d5a7d66fc9b) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 62156939-1720-4c5b-8ca1-c02d0c72802d)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4f69dced-60e5-48f9-a39c-4af09ec098ed)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1de7b65c-b7c7-4589-987e-fdf571b6eed8)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9b2cd103-c583-4b87-8b30-4ca0cf0c9faf)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 314080c0-227e-4160-af5e-301a84433089)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3f49d504-ceae-4230-b1a8-51c7a1c877fb)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 254ebbaf-a79b-4257-95f8-386fd5b8b82e)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 65efc91a-1c7e-4ef8-9081-ab2cb2c5c3d3)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c0d940c0-3cca-4c31-acb2-347c7e2c64aa)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0302d490-2aa3-49d8-92b1-c6a22bef18cc)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a19a1980-3f02-4571-a9e2-44eea1de7b90)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ed01cf76-81b6-4327-8353-a2a12b0bb063)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 62888f57-2d70-4e81-935a-0e9c41ce6a2a)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 42960635-d382-4439-b6f7-593e8ec6fa32)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 76edc051-f16f-487b-adf3-177706828060)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 560d98af-5720-4c19-a3ea-ee3a95e694d7)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7a89086b-c839-40df-9faa-2cd0b7d10fc6)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d9fdfabe-f696-4375-838f-6fee91d65da2)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 10 "Net-(D4-K)") (pinfunction "K") (pintype "passive") (tstamp e3064f2c-b1e0-42a6-85c0-69a6ea00c5bb)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (pinfunction "A") (pintype "passive") (tstamp cbcabb9f-96e4-4032-ba80-300094c545c1)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp dbb979a3-4057-486f-a467-798ba6240c8b) - (at 55.61 121.70895 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/2f8670b4-809e-485e-a1e7-7cca870c4a8b") - (attr smd) - (fp_text reference "R23" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 133996f0-0511-419c-a462-6af250794ac8) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1d237268-1888-4fab-8640-2e38453b2f88) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 85cf4af4-820b-4115-a925-a24c17a542e2) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b5442608-8cb8-4937-b7ec-6edd5f94ceff)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f6ac60e5-ed85-410f-9108-fdaf40cf101b)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 09efd74d-fe0a-4614-a4df-6d4d519e8e74)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c126dd48-bc73-439b-9253-04f86e574581)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7d488bb4-52e4-41a7-9eee-a6ce2896cee6)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp abfd0ec5-c9b0-4eff-8a8c-b5ffd41d96a8)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ea2a14c-10d3-414d-bfc4-c8402f505f97)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c1c06663-9b04-4d26-a277-b31b9698766b)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db8f22a8-5054-4254-9e99-62361148dfd8)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f207b059-f93c-439c-b610-959392f96d83)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 45 "Net-(Q8-C)") (pintype "passive") (tstamp dda51d30-6f75-419d-856c-e0a3fadc8fbb)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp 58fe9bd6-ce6c-4b16-a3a1-7aa97fabd5b0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp dd78377d-c5e0-4feb-a56e-50cc4464d4a9) - (at 81.28 119.364 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/7c678803-bca4-4a3a-b2b1-195a31848f7a") - (attr smd) - (fp_text reference "R3" (at 0 -1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0e40b658-7718-4452-9049-cd7edfadfc95) - ) - (fp_text value "22k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2365f089-6679-41dd-9948-f440f33c7244) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp cb475c75-ce91-44ae-8128-2b371f318c26) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 75878751-a796-404b-832a-4a3e326fea70)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1cda50f4-cc35-423a-ac26-e58239dc64a6)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5d3456a2-fde4-4212-b524-622c646dc309)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f1284f19-c3e0-4445-971f-a58444eb9d18)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7c4bd715-02cc-421a-a6df-9bbef02a0e09)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 17484d26-ae63-4326-9c18-21e802f55aae)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp be0fb057-e08c-49e6-a178-cfe5f2bfeca9)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ae3faeeb-4c9f-4e38-af9c-3d2b746e696a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 07952bee-8756-46c7-a904-d6ca8a4f5fa3)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8ff6afb8-de6d-497c-9852-67b19e1cd96b)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "Net-(Q1A-B)") (pintype "passive") (tstamp e33ce403-fe1a-4323-964e-79f7c54dc4a5)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 50 "/IN_3") (pintype "passive") (tstamp f570328e-849a-46b3-af0e-a9851a4cc682)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp e1f28c2d-1eed-479c-9598-c4a709d06a31) - (at 71.882 133.858 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1c3ffa04-1be7-412d-9b8d-89f2ff353481") - (attr smd) - (fp_text reference "R14" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 511746bf-b62b-4b1e-9bfa-d55bb0e7a323) - ) - (fp_text value "200" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 46557e34-077b-49a6-97fc-4fddae1c6a45) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 11847d50-f6e0-4274-bdb3-a3f5c3bf591a) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 09e8fb7e-9343-4897-8917-c3c6ee2ec33a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2574155e-5474-4248-856b-5da5b2453814)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4627eb14-2ce8-444b-bd07-3e40cac43916)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5ca0a62a-ca42-45e4-a56f-3cdfd79af213)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 107fd9c8-7ec8-487a-9e90-29ffe15ba71f)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b2e45ba1-8bba-4b5f-b50e-290abd6de974)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f1be6071-1f5a-4f02-9f8f-35fd5ae5de1c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c9e11fea-57a5-4d3d-9d58-eef9e29f5825)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ab842a74-ee24-4c6d-80d2-2252133ba3fe)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b9693f31-e3fe-4f4e-95c4-c90576b4713d)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 37 "Net-(Q1C-C)") (pintype "passive") (tstamp 0c5e78c6-e552-453f-802c-f3c9e3736a73)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 52 "Net-(R14-Pad2)") (pintype "passive") (tstamp 3c8b5a8d-f08e-43fb-8e85-e094b273ed33)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp e2f76010-940f-4da4-8049-07bea11f0f0e) - (at 55.065 147.55785 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/aaa55ba5-56e5-45cf-b5b0-4be60b73b0c4") - (attr smd) - (fp_text reference "D10" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cb139b52-4e02-4e8e-871f-662cc3af92e1) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a66847e7-20b9-4f2b-ba18-12bf0fc02d35) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0189d887-58dc-4a24-baff-65f822082fce) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f181093b-5179-4d8f-bee0-84e8825fbbc8)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 668e1d6e-caaa-4ad9-9dac-b4203e2232d3)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8cd29e2b-934e-4358-9036-7c43bc1bb436)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8a0b453d-2733-49f2-af2b-78b5fb9bac6a)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 486c3002-00cd-4877-a377-ac63ad416bd4)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 41e9846f-1c9e-4707-9640-9d869850c9c1)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 561b6761-e115-4267-a048-7c8ec93c0068)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a55720fb-846b-487d-85e2-4da128dc3def)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b111b8a7-2680-4ca5-ab85-6ab4ecd4d19b)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7be5270c-ed5d-47c0-b130-1a87c48e762a)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 91693a86-c6b6-4240-aed9-466e8842be4c)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9d922f92-2d51-4fcd-8a6c-f3cbe5d067a8)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0a22ee30-b321-4611-9c53-124a1d7bf057)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d4f8b06-90d4-4ca0-bef3-fd132b5c76c0)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2817544a-9fc4-441a-826c-f9a1e197f8a2)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 709e019f-4886-4bd9-a048-1d7d86de312d)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a5ad32ca-be10-4d22-836c-7c6f56f90579)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a928e7a5-f225-4142-9aee-8376ddb06a9e)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 16 "Net-(D10-K)") (pinfunction "K") (pintype "passive") (tstamp a338c833-f96d-43de-8201-4c99232bea1e)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (pinfunction "A") (pintype "passive") (tstamp 94e95fa3-ad44-47d5-9060-fd9a94d78602)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp f27873ca-7a52-43e5-8477-194825fc9188) - (at 55.065 108.1345 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/650142f3-5369-459d-a4bc-2dab462c329b") - (attr smd) - (fp_text reference "D6" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp aae9e335-32eb-4d44-8602-22b73d8aa07a) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 87704492-2452-4a55-a7c7-906f323eb790) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0ba9658a-7249-4d2c-98a6-fc9ba03d3030) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9b328967-19c7-4176-b007-4978544fbf97)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp efafb714-6003-4d9f-8be7-f72006bc0d50)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe30e6d3-7111-46c6-bd0d-ec311d2ea89c)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e43aca12-da40-4f5f-a895-72d154d522a0)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0910a483-af46-4dec-a94c-5bbdfbdf66a1)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cfdc8999-ac9d-4493-8878-7c127b2930d7)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f5946311-e5d0-491a-9ae4-efab08d91e48)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 86c15be1-4588-49ba-9f8e-51bf47d27cdd)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 227d10d8-a2d5-46a3-841e-427cac93ebc0)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b4b75eb9-b5d6-4758-8fa5-6691dd112caf)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c12d80cd-ab75-4f2c-b16c-c981b67f625a)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ea8d89c0-9583-4dad-9f16-2987224ea43a)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8b1710fb-aa1d-4da4-a772-46e94d7db6f6)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 75bcce3a-3dea-4bd7-bde0-5f4f125100bb)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7c969c6a-c4cd-4285-b923-75ff493a0722)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e3b2a210-d12d-48cb-9dfa-7f70e1c622e5)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3208b46c-1217-46a3-b6ad-368a423c0f8b)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 39536f96-a1ba-4ec9-aa04-f6929776c886)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(D6-K)") (pinfunction "K") (pintype "passive") (tstamp 3c7fa818-b9aa-4d07-ae1a-ffa9508fbe65)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (pinfunction "A") (pintype "passive") (tstamp 7eb422f7-2a43-46d4-a801-1432bea140ff)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp f899339e-2c59-4052-ae34-a60f36702f89) - (at 69.562 149.6995 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/76834f2e-6ccf-4719-93c6-fc1ba43d4f86") - (attr smd) - (fp_text reference "C4" (at 0 1.68 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6801a115-8a20-456b-904b-aac302476e42) - ) - (fp_text value "0.33u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 517dbd17-f01f-4fc0-ae38-6bac5e01d3b9) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp f4c956b3-870e-4620-bcd4-e2805c09a1a0) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6226b528-5147-4364-ac1f-8db97c8a4fc4)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ebdc705-be36-4ee1-a443-70391a6c4db0)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 104be228-7839-4576-b54f-1f1e1b177aae)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c76c9de2-ec5a-4a7a-aefb-f3bf54173779)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3d9ef0bc-3b7d-41cb-9024-9eee0dc1f2bb)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5d74112e-9a1b-4f5b-8bcb-ac73419c1a5b)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 61569452-6bb3-42c5-97a6-d4729702148a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0212f376-7d05-4b21-8b6a-15369220095a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 86153e24-3e58-4b85-9d6a-795214bd7847)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a6690767-c288-41cb-8356-83d3ac864b0b)) - (pad "1" smd roundrect (at -1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 5 "-6V") (pintype "passive") (tstamp 87e24747-aab6-4cf2-93a3-61c927724186)) - (pad "2" smd roundrect (at 1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "GND") (pintype "passive") (tstamp f3441b8b-c6ee-4b45-a7fc-f4e991a228db)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp fd713652-8c10-43f0-957f-cc43c7393196) - (at 55.065 125.8671 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/16f4394e-dab0-4830-a47e-ededd8f785c1") - (attr smd) - (fp_text reference "D8" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 17584c7f-6c13-42f8-af41-0893e7f8db17) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0f55742a-77ca-46f2-974d-a8d6bbe65aab) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 99ff4df4-b091-420d-b2f7-a2d5dfc0a01f) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd4634da-83ba-4b88-94b4-0dd3765711eb)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd8624f0-1f43-40ea-8954-88539895c25a)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aee8b3f7-d4d5-42a8-ad50-29f18a47ac6d)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eaca0d51-c96b-4a00-9ecb-26be43d3e778)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4c2fde35-1ba2-48cf-8a1c-bfb82744e274)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e86cfb70-13f6-4cbc-b124-2ffedbedb40d)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a44dc2ef-8351-4174-9759-9a7cdbd2057e)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 86339bc6-cf5a-4889-87c5-4d26a51d6ab5)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 52cb4e39-11ae-4f1d-b2ab-429fe2cf8b95)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bb8d3969-38f2-4631-85ed-60aff14a59b3)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 77cca2a2-7e8d-4cd3-b96a-5e2f35698d71)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c38e5d79-c029-48cd-86e9-c2e12a725c55)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2b59298d-f7f8-4702-9737-ee312c77afaa)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b9734549-a220-45c4-95d4-a8bbfda17623)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ea8e4db0-2836-4091-aa89-3c5ec65ae546)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 099f2609-c13a-4d30-a7bb-5b795406a931)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 06c72db1-eba4-4668-8d5c-fd4af876a887)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37df33b2-0d96-4215-b4f7-59ee067cc4ee)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 14 "Net-(D8-K)") (pinfunction "K") (pintype "passive") (tstamp 990ce7a3-a74f-4b13-a7f9-05c7d87551ea)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (pinfunction "A") (pintype "passive") (tstamp aee19d56-ca99-4828-91a6-a7ba722381b7)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 91.1 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 1c24117f-e0c8-42fd-88c7-706d12b1b9d7)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp ad927772-8dc4-47fe-a9c1-3a70d7daa0a3)) - (gr_line (start 91.1 50.8) (end 91.1 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp e3d00992-be14-4a6c-bf1f-6b676d9d800e)) - - (segment (start 81.542412 138.43) (end 73.66 138.43) (width 0.25) (layer "B.Cu") (net 1) (tstamp 03383190-5790-4e42-991b-7b82c3ecf936)) - (segment (start 76.216 140.609249) (end 74.036751 138.43) (width 0.25) (layer "B.Cu") (net 1) (tstamp 037f999d-69f8-4ccb-9a80-913c727079ee)) - (segment (start 76.1785 144.526) (end 76.1785 141.0075) (width 0.25) (layer "B.Cu") (net 1) (tstamp 04c953ba-8176-4b14-926f-05960dba2d12)) - (segment (start 88.392 120.364) (end 77.994 120.364) (width 0.25) (layer "B.Cu") (net 1) (tstamp 08a78b9a-7a22-4b81-a4aa-5c6acf829b81)) - (segment (start 88.392 131.580412) (end 81.542412 138.43) (width 0.25) (layer "B.Cu") (net 1) (tstamp 48eeaa2c-b8fd-4244-9f99-57ef2b73f831)) - (segment (start 76.1785 141.0075) (end 76.216 140.97) (width 0.25) (layer "B.Cu") (net 1) (tstamp 6cc489c0-c12f-4d36-967d-95ca78cf203c)) - (segment (start 88.392 120.364) (end 88.392 131.580412) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8b547ac7-fa3c-401f-ae45-5d07e8d0c702)) - (segment (start 74.036751 138.43) (end 73.66 138.43) (width 0.25) (layer "B.Cu") (net 1) (tstamp 95eb0001-a821-4fba-bde2-d5d6993a134a)) - (segment (start 76.216 140.97) (end 76.216 140.609249) (width 0.25) (layer "B.Cu") (net 1) (tstamp d6a632a9-fc48-43de-863b-d851fa5cd94c)) - (segment (start 77.994 120.364) (end 77.978 120.38) (width 0.25) (layer "B.Cu") (net 1) (tstamp dad66057-7e2e-4bea-b0c7-acde48c02093)) - (segment (start 61.252 52.745) (end 59.69 52.745) (width 0.762) (layer "F.Cu") (net 2) (tstamp 032fb847-e1a2-4e09-9ae6-9101b157182a)) - (segment (start 77.724 54.61) (end 76.293 53.179) (width 0.762) (layer "F.Cu") (net 2) (tstamp 1ca9e30c-3197-4345-96ce-a795886cbc61)) - (segment (start 59.69 52.745) (end 53.910113 52.745) (width 0.762) (layer "F.Cu") (net 2) (tstamp 20a211b1-1aeb-49e0-bac5-c74ab0df8d91)) - (segment (start 63.128 54.621) (end 61.252 52.745) (width 0.762) (layer "F.Cu") (net 2) (tstamp 2b3e0baa-fbf5-4ece-b234-653950156938)) - (segment (start 68.823 54.621) (end 63.128 54.621) (width 0.762) (layer "F.Cu") (net 2) (tstamp 4010c0e4-4b2d-41d2-86ff-62a2aae4a7f7)) - (segment (start 80.264 54.61) (end 80.264 57.15) (width 0.762) (layer "F.Cu") (net 2) (tstamp 492e1d1d-a288-4a15-855d-fc4c60f2bf84)) - (segment (start 70.265 53.179) (end 68.823 54.621) (width 0.762) (layer "F.Cu") (net 2) (tstamp 7534ee16-0525-4eea-9719-af5ed0897ce2)) - (segment (start 53.910113 52.745) (end 53.848 52.807113) (width 0.762) (layer "F.Cu") (net 2) (tstamp a9e6d790-ba11-41c1-b93d-7a8d1dbe10b2)) - (segment (start 76.293 53.179) (end 70.265 53.179) (width 0.762) (layer "F.Cu") (net 2) (tstamp c89f709e-95ba-48af-b56a-1d2174972841)) - (segment (start 77.724 54.61) (end 77.724 57.15) (width 0.762) (layer "F.Cu") (net 2) (tstamp e4a17d4c-ee9c-42c9-aea4-276bcd4a8f7a)) - (via (at 84.328 143.002) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 3964fd61-c513-44a9-9339-2e69734da1e1)) - (via (at 66.294 138.684) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (free) (net 2) (tstamp 46021c4e-bfc7-4fa6-bc26-09418301a846)) - (via (at 52.832 123.19) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (free) (net 2) (tstamp 9377532c-61fb-4f06-9329-377672cf8edb)) - (via (at 78.74 146.558) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (free) (net 2) (tstamp f62ef76d-013c-4304-b1ab-a5bd7107da48)) - (segment (start 83.9 144.78) (end 83.9 143.43) (width 0.25) (layer "B.Cu") (net 2) (tstamp 1ff660dd-c602-4c16-884f-7d1d58b9fc4c)) - (segment (start 69.562 148.662) (end 69.696 148.662) (width 0.25) (layer "B.Cu") (net 2) (tstamp 2330fe95-740b-4d3d-af68-70861fa65de8)) - (segment (start 68.71 138.43) (end 66.548 138.43) (width 0.25) (layer "B.Cu") (net 2) (tstamp 52ab329a-3d4c-45c2-8fb8-3447a8b76779)) - (segment (start 78.74 146.558) (end 78.74 145.0125) (width 0.25) (layer "B.Cu") (net 2) (tstamp 8284d553-e61d-4d6e-bc18-83dc9876b35b)) - (segment (start 66.548 138.43) (end 66.294 138.684) (width 0.25) (layer "B.Cu") (net 2) (tstamp a0196074-3038-4ee4-9665-9af0aef82a5e)) - (segment (start 78.74 145.0125) (end 78.2535 144.526) (width 0.25) (layer "B.Cu") (net 2) (tstamp b1d39838-3bee-4741-8877-ca50662c9c0c)) - (segment (start 83.9 143.43) (end 84.328 143.002) (width 0.25) (layer "B.Cu") (net 2) (tstamp fbcc8858-9164-4b59-aab0-fa7aae7dfeeb)) - (segment (start 60.216 54.12) (end 58.529 54.12) (width 0.25) (layer "F.Cu") (net 3) (tstamp 253c641e-163a-469f-9f28-9328d3db9129)) - (segment (start 72.136 113.909) (end 73.015 113.03) (width 0.25) (layer "F.Cu") (net 3) (tstamp 43ce2d9e-9d75-4f28-97a7-9797a12cc7e1)) - (segment (start 57.341887 55.307113) (end 53.848 55.307113) (width 0.25) (layer "F.Cu") (net 3) (tstamp 47784ad5-4392-4e87-87ec-4f5955d039f2)) - (segment (start 61.423 55.327) (end 60.216 54.12) (width 0.25) (layer "F.Cu") (net 3) (tstamp 684692fe-cc90-40b1-8ba1-0005b8702d2d)) - (segment (start 72.136 115.062) (end 72.136 113.909) (width 0.25) (layer "F.Cu") (net 3) (tstamp 70d24360-72e0-495d-b5c0-7af9a4d7c17e)) - (segment (start 69.115434 55.327) (end 61.423 55.327) (width 0.25) (layer "F.Cu") (net 3) (tstamp 799a3a78-baaf-4ca5-b0b1-21d3ac75cb60)) - (segment (start 58.529 54.12) (end 57.341887 55.307113) (width 0.25) (layer "F.Cu") (net 3) (tstamp a165e6bb-21b1-4ebf-a486-b1c9af3a7547)) - (segment (start 73.015 59.226566) (end 69.115434 55.327) (width 0.25) (layer "F.Cu") (net 3) (tstamp c65ecc8d-9f61-4a12-ad1e-5a34dde9d514)) - (segment (start 73.015 113.03) (end 73.015 59.226566) (width 0.25) (layer "F.Cu") (net 3) (tstamp fc086b93-ef31-4031-ae92-87eedee75beb)) - (via (at 72.136 115.062) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp 35022661-dfb1-4e7d-9b94-fb7ba254897e)) - (segment (start 72.1145 117.094) (end 70.046 117.094) (width 0.25) (layer "B.Cu") (net 3) (tstamp 202ddfb6-a257-4b2f-be00-959d56c88e36)) - (segment (start 70.046 117.094) (end 69.895 117.245) (width 0.25) (layer "B.Cu") (net 3) (tstamp 559aff7e-198f-4160-bd65-c4f5bc462b0b)) - (segment (start 72.1145 117.094) (end 72.1145 115.0835) (width 0.25) (layer "B.Cu") (net 3) (tstamp 68ad2d04-cc0f-4068-83dd-c8164bdab795)) - (segment (start 72.1145 115.0835) (end 72.136 115.062) (width 0.25) (layer "B.Cu") (net 3) (tstamp 73198acd-6c0a-4944-a15c-a32fb0c77c89)) - (segment (start 56.960887 58.42) (end 53.848 55.307113) (width 0.762) (layer "B.Cu") (net 3) (tstamp c3dbf7a8-8c29-4b8d-982e-5deac95a4659)) - (segment (start 64.516 58.42) (end 56.960887 58.42) (width 0.762) (layer "B.Cu") (net 3) (tstamp e246533d-082d-495f-9f14-97621992650f)) - (segment (start 61.584 57.139) (end 59.69 55.245) (width 0.762) (layer "F.Cu") (net 4) (tstamp 1a158fa5-a7ba-442f-bfa2-a96071900c17)) - (segment (start 75.311 138.675402) (end 75.311 149.479) (width 0.25) (layer "F.Cu") (net 4) (tstamp 5795ecb0-d643-433f-904d-4814cc0f9fbc)) - (segment (start 58.465 56.47) (end 58.465 121.829402) (width 0.25) (layer "F.Cu") (net 4) (tstamp 58116111-3344-440a-8742-f55900d1f678)) - (segment (start 67.067 58.42) (end 65.786 57.139) (width 0.762) (layer "F.Cu") (net 4) (tstamp 62d3d05a-2261-4700-89da-8296e7841cf9)) - (segment (start 68.27 58.42) (end 67.067 58.42) (width 0.762) (layer "F.Cu") (net 4) (tstamp 8e6ee0d6-e314-4a28-8d86-fa5ba63cffcc)) - (segment (start 75.311 149.479) (end 74.168 150.622) (width 0.25) (layer "F.Cu") (net 4) (tstamp 9add25f5-b8be-40d6-a4ec-3e4c07ddb8d1)) - (segment (start 65.786 57.139) (end 61.584 57.139) (width 0.762) (layer "F.Cu") (net 4) (tstamp a88450ac-5b8b-4845-8e2d-0183604fb31a)) - (segment (start 59.69 55.245) (end 58.465 56.47) (width 0.25) (layer "F.Cu") (net 4) (tstamp d289b75e-04fd-4260-924e-518b96b3d0ca)) - (segment (start 58.465 121.829402) (end 75.311 138.675402) (width 0.25) (layer "F.Cu") (net 4) (tstamp e59a6b8e-f296-4bf0-9805-c84a82ecd8be)) - (via (at 74.168 150.622) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 4) (tstamp 33ded4c4-10d6-4e6d-97e8-d51d55bccaf6)) - (segment (start 72.644 154.6435) (end 71.12 156.1675) (width 0.25) (layer "B.Cu") (net 4) (tstamp 31b9cf84-6e1e-4483-ade2-969b6d29a9aa)) - (segment (start 72.7375 150.622) (end 74.168 150.622) (width 0.25) (layer "B.Cu") (net 4) (tstamp 3dd174c1-c63a-4bcb-a3e6-eeed0a05565a)) - (segment (start 72.644 150.7155) (end 72.7375 150.622) (width 0.25) (layer "B.Cu") (net 4) (tstamp a83b3082-6592-4bb1-92dd-7cc496abbb9b)) - (segment (start 72.644 150.7155) (end 72.644 154.6435) (width 0.25) (layer "B.Cu") (net 4) (tstamp ba3114a4-f871-4e76-8650-f296035aad0a)) - (segment (start 64.278 140.716) (end 64.278 144.272) (width 0.25) (layer "B.Cu") (net 5) (tstamp 02a352ef-82b0-427e-8472-727678cc122a)) - (segment (start 66.653 147.828) (end 69.562 150.737) (width 0.25) (layer "B.Cu") (net 5) (tstamp 1c1b2ffb-4b3e-4c61-ba67-4411ddf1e1c8)) - (segment (start 64.278 144.272) (end 66.278 146.272) (width 0.25) (layer "B.Cu") (net 5) (tstamp 23b258e9-fe61-4161-b331-0e1ac485bc74)) - (segment (start 66.278 147.828) (end 66.653 147.828) (width 0.25) (layer "B.Cu") (net 5) (tstamp 3c5ec604-3d7c-48bf-9f7b-939aafeeeb1f)) - (segment (start 69.62 150.795) (end 69.562 150.737) (width 0.25) (layer "B.Cu") (net 5) (tstamp 8ac3a089-f1a3-41dc-8faa-4b41f49677de)) - (segment (start 69.62 156.255) (end 69.62 150.795) (width 0.25) (layer "B.Cu") (net 5) (tstamp 987ba652-3b77-45ec-9c00-05e067fc1d3c)) - (segment (start 66.278 146.272) (end 66.278 147.828) (width 0.25) (layer "B.Cu") (net 5) (tstamp b3a58dc1-c4a5-4e96-9a37-b9d7db5414a9)) - (segment (start 69.895 124.788) (end 69.895 120.245) (width 0.25) (layer "B.Cu") (net 6) (tstamp 226d245c-3f04-4cc1-a36c-d9fcb23a82ff)) - (segment (start 66.812 131.07) (end 64.278 133.604) (width 0.25) (layer "B.Cu") (net 6) (tstamp 227972d1-fd12-4a22-9547-4f93d65c685d)) - (segment (start 69.895 120.245) (end 71.7095 120.245) (width 0.25) (layer "B.Cu") (net 6) (tstamp 4dd006a7-a9c9-4f6e-ad94-31a71ee245f4)) - (segment (start 64.278 133.604) (end 64.278 137.16) (width 0.25) (layer "B.Cu") (net 6) (tstamp 76548898-8132-4e60-87af-a7ae01972337)) - (segment (start 66.812 127.871) (end 66.812 131.07) (width 0.25) (layer "B.Cu") (net 6) (tstamp a85d84ca-48cc-4724-b28d-f55af09d4edb)) - (segment (start 71.7095 120.245) (end 72.1145 120.65) (width 0.25) (layer "B.Cu") (net 6) (tstamp b83b9985-d5e5-4f2d-bf5e-3e1a7d0595b4)) - (segment (start 66.812 127.871) (end 69.895 124.788) (width 0.25) (layer "B.Cu") (net 6) (tstamp dcb8c29a-315f-4a5e-87b3-ea294983dce2)) - (segment (start 56.4775 78.52745) (end 57.36255 78.52745) (width 0.25) (layer "B.Cu") (net 7) (tstamp a88af8c8-84be-41b7-a7eb-3efab9966510)) - (segment (start 57.36255 78.52745) (end 59.69 76.2) (width 0.25) (layer "B.Cu") (net 7) (tstamp ab26302a-d4c8-482b-a276-aec40cd11d1a)) - (segment (start 54.61 64.553) (end 54.996827 64.553) (width 0.25) (layer "B.Cu") (net 8) (tstamp 099136e2-5ece-4729-be51-01bc20e1be0c)) - (segment (start 57.535 67.091173) (end 57.535 67.818) (width 0.25) (layer "B.Cu") (net 8) (tstamp 27ed14e4-ca1a-42cd-b120-714736bc3e3d)) - (segment (start 54.996827 64.553) (end 57.535 67.091173) (width 0.25) (layer "B.Cu") (net 8) (tstamp 3597ea10-ed6d-40e1-a660-1dc8c8c8b724)) - (segment (start 57.535 69.596) (end 57.535 70.16) (width 0.25) (layer "B.Cu") (net 8) (tstamp 7ab91471-f5c6-4ef5-b6f6-7d51c27b45e2)) - (segment (start 57.535 67.818) (end 57.535 71.8493) (width 0.25) (layer "B.Cu") (net 8) (tstamp 7d0fba5b-4347-4cde-9b93-52f3fb6c5e7f)) - (segment (start 56.4775 76.62745) (end 56.4775 72.9068) (width 0.25) (layer "B.Cu") (net 8) (tstamp a43b548f-72b2-49cb-b87e-5f582f2982fe)) - (segment (start 57.535 67.818) (end 57.535 69.596) (width 0.25) (layer "B.Cu") (net 8) (tstamp a6bfa2c8-9707-4dbc-ad19-aaf2b2521b57)) - (segment (start 57.535 71.8493) (end 56.715 72.6693) (width 0.25) (layer "B.Cu") (net 8) (tstamp bba8c4cf-befd-48ee-9bc7-420fca3a6b4f)) - (segment (start 56.4775 72.9068) (end 56.715 72.6693) (width 0.25) (layer "B.Cu") (net 8) (tstamp bdb293bb-4bfb-412c-8322-cbe2f4b94942)) - (segment (start 56.73745 96.52) (end 59.69 96.52) (width 0.25) (layer "B.Cu") (net 9) (tstamp 07cda1b0-ba68-46d8-ac37-8b6d6854ecda)) - (segment (start 56.4775 96.26005) (end 56.73745 96.52) (width 0.25) (layer "B.Cu") (net 9) (tstamp db3db5ed-e926-4b69-ae31-b09e93245aa9)) - (segment (start 54.61 82.2856) (end 57.535 85.2106) (width 0.25) (layer "B.Cu") (net 10) (tstamp 07a3ad7e-4a6f-4cd6-bcb7-bb6ee1f0205f)) - (segment (start 56.4775 94.36005) (end 56.715 94.12255) (width 0.25) (layer "B.Cu") (net 10) (tstamp 0ae13ec5-1709-4e9d-84bd-5e5b27cf8e8a)) - (segment (start 57.535 85.2106) (end 57.535 89.5819) (width 0.25) (layer "B.Cu") (net 10) (tstamp 33cc1c44-0225-4e8b-b88e-17fb7d2513cb)) - (segment (start 57.535 89.5819) (end 56.715 90.4019) (width 0.25) (layer "B.Cu") (net 10) (tstamp 62a87297-ffd1-4c6d-b3b0-4baa2a86f2cf)) - (segment (start 56.715 94.12255) (end 56.715 90.4019) (width 0.25) (layer "B.Cu") (net 10) (tstamp 7f76384c-8c98-4b2e-a847-c744a4b9ffdb)) - (segment (start 56.84265 113.99265) (end 59.69 116.84) (width 0.25) (layer "B.Cu") (net 11) (tstamp 6944f0d8-c475-4060-9741-ec50d4e3ca82)) - (segment (start 56.4775 113.99265) (end 56.84265 113.99265) (width 0.25) (layer "B.Cu") (net 11) (tstamp bb9e04d8-d672-47f9-b246-89ae3e463aaa)) - (segment (start 56.4775 108.372) (end 56.715 108.1345) (width 0.25) (layer "B.Cu") (net 12) (tstamp 3fe32878-7310-450e-9f67-333e6d9b416e)) - (segment (start 56.4775 112.09265) (end 56.4775 108.372) (width 0.25) (layer "B.Cu") (net 12) (tstamp 428f9ddf-7fcd-4f2c-852b-65966ab6ddfe)) - (segment (start 54.61 100.0182) (end 54.61 100.33) (width 0.25) (layer "B.Cu") (net 12) (tstamp 5ea0f533-fe68-4aea-9309-fe40bf7161be)) - (segment (start 57.535 103.255) (end 57.535 107.3145) (width 0.25) (layer "B.Cu") (net 12) (tstamp 6cdd2b26-4652-411a-a7f0-db82c6156dfe)) - (segment (start 54.61 100.33) (end 57.535 103.255) (width 0.25) (layer "B.Cu") (net 12) (tstamp 7ae6c487-e492-4e09-9bc5-568a4878cebd)) - (segment (start 57.535 107.3145) (end 56.715 108.1345) (width 0.25) (layer "B.Cu") (net 12) (tstamp b5b3b89a-e776-4401-ada8-b14fbe19eb50)) - (segment (start 59.69 134.93775) (end 59.69 137.16) (width 0.25) (layer "B.Cu") (net 13) (tstamp 4025580b-9431-4b73-99ed-fb642ddff2b4)) - (segment (start 56.4775 131.72525) (end 59.69 134.93775) (width 0.25) (layer "B.Cu") (net 13) (tstamp ff32e0e3-4e9f-4264-9511-c23c739d53f0)) - (segment (start 54.61 118.095777) (end 57.535 121.020777) (width 0.25) (layer "B.Cu") (net 14) (tstamp 3c8df4e4-2091-482c-8027-0b283ff5a6d3)) - (segment (start 54.61 117.7508) (end 54.61 118.095777) (width 0.25) (layer "B.Cu") (net 14) (tstamp 42422a3e-2f41-458d-92cf-82a4cbbf6b77)) - (segment (start 57.535 125.0471) (end 56.715 125.8671) (width 0.25) (layer "B.Cu") (net 14) (tstamp 4eb60139-c467-486e-b4c7-04e143d9755f)) - (segment (start 57.535 121.020777) (end 57.535 125.0471) (width 0.25) (layer "B.Cu") (net 14) (tstamp 7c501771-6de0-438d-9b39-d6c31465b84e)) - (segment (start 56.4775 129.82525) (end 56.715 129.58775) (width 0.25) (layer "B.Cu") (net 14) (tstamp 8a6a8c0f-8a98-4a4f-be66-d5955e95fb42)) - (segment (start 56.715 129.58775) (end 56.715 125.8671) (width 0.25) (layer "B.Cu") (net 14) (tstamp 95881a9c-6c17-4fc1-ac30-55f6f7c63083)) - (segment (start 56.896 153.416) (end 59.69 156.21) (width 0.25) (layer "B.Cu") (net 15) (tstamp 9e6711ab-4264-4c59-be49-9f337181b428)) - (segment (start 56.4775 153.416) (end 56.896 153.416) (width 0.25) (layer "B.Cu") (net 15) (tstamp f980ed99-19f4-43c5-b343-c79e12aaa5a5)) - (segment (start 54.61 139.44155) (end 54.61 139.7) (width 0.25) (layer "B.Cu") (net 16) (tstamp 4c9f5b57-3f8c-491c-98dd-fca047f32540)) - (segment (start 56.4775 147.79535) (end 56.4775 151.516) (width 0.25) (layer "B.Cu") (net 16) (tstamp 746cad4d-a859-4ea3-a151-c20b9813fe51)) - (segment (start 57.535 142.625) (end 57.535 146.73785) (width 0.25) (layer "B.Cu") (net 16) (tstamp 89da970d-8975-454b-b568-c12a1fc396c3)) - (segment (start 54.61 139.7) (end 57.535 142.625) (width 0.25) (layer "B.Cu") (net 16) (tstamp ae3c4adb-5cd4-405c-847a-35982f4bec5a)) - (segment (start 56.715 147.55785) (end 56.4775 147.79535) (width 0.25) (layer "B.Cu") (net 16) (tstamp b618bb45-8e20-4832-88b2-4ec424d44200)) - (segment (start 57.535 146.73785) (end 56.715 147.55785) (width 0.25) (layer "B.Cu") (net 16) (tstamp c20993ef-fadb-49e5-8322-0d32968f56e9)) - (segment (start 82.55 155.3525) (end 86.8925 151.01) (width 0.25) (layer "B.Cu") (net 17) (tstamp 7526a261-24b6-4e15-b924-1a09e4f714d4)) - (segment (start 82.55 156.21) (end 82.55 155.3525) (width 0.25) (layer "B.Cu") (net 17) (tstamp d66aa6d0-8e05-470a-8f2c-12849d53f7d9)) - (segment (start 87.2 148.8025) (end 87.2 144.78) (width 0.25) (layer "B.Cu") (net 18) (tstamp 042963e3-2fa7-480d-af76-f6d62ea92378)) - (segment (start 86.8925 149.11) (end 87.2 148.8025) (width 0.25) (layer "B.Cu") (net 18) (tstamp 086d3488-9895-425c-8627-905fe4e1b5b7)) - (segment (start 85.095 142.675) (end 87.2 144.78) (width 0.25) (layer "B.Cu") (net 18) (tstamp 989eb391-51cd-4ff9-a10c-713beb9e36a1)) - (segment (start 85.095 140.97) (end 85.095 142.675) (width 0.25) (layer "B.Cu") (net 18) (tstamp a4017858-833a-4084-b1cd-c4a6b5189690)) - (segment (start 57.527 64.553) (end 56.61 64.553) (width 0.25) (layer "B.Cu") (net 19) (tstamp 60e844cb-add4-4101-b29f-a23d9e6658d2)) - (segment (start 68.9071 69.0671) (end 60.96 61.12) (width 0.25) (layer "B.Cu") (net 19) (tstamp 61bd46ff-38f5-4d5c-b308-0ca785bb5e63)) - (segment (start 60.96 61.12) (end 57.527 64.553) (width 0.25) (layer "B.Cu") (net 19) (tstamp 89658747-3332-4468-a31e-3922c7c79623)) - (segment (start 83.74 73.54) (end 79.2671 69.0671) (width 0.25) (layer "B.Cu") (net 19) (tstamp 93d68d8b-9bb0-4af0-ac31-629592356aab)) - (segment (start 79.2671 69.0671) (end 68.9071 69.0671) (width 0.25) (layer "B.Cu") (net 19) (tstamp beea94ea-4d7a-4942-af42-a726b2531936)) - (segment (start 56.61 82.2856) (end 57.4556 81.44) (width 0.25) (layer "B.Cu") (net 21) (tstamp 1c95a49a-60d4-4bd0-8fed-206606410d44)) - (segment (start 69.268 89.748) (end 79.868 89.748) (width 0.25) (layer "B.Cu") (net 21) (tstamp 3620a2f4-3701-4d83-b645-8e4431dc63de)) - (segment (start 60.96 81.44) (end 69.268 89.748) (width 0.25) (layer "B.Cu") (net 21) (tstamp 65b6df0a-4494-4aff-a67d-a1544d2caff5)) - (segment (start 57.4556 81.44) (end 60.96 81.44) (width 0.25) (layer "B.Cu") (net 21) (tstamp 85ece01b-8d64-447f-8ad6-3e50e7deac8c)) - (segment (start 79.868 89.748) (end 83.74 93.62) (width 0.25) (layer "B.Cu") (net 21) (tstamp aebc62ef-473b-4b21-8663-02c510c444eb)) - (segment (start 58.1918 101.6) (end 56.61 100.0182) (width 0.25) (layer "B.Cu") (net 23) (tstamp 2f8ebb94-055d-492c-998e-0fd7b0bafa2d)) - (segment (start 68.66 101.6) (end 76.3925 109.3325) (width 0.25) (layer "B.Cu") (net 23) (tstamp 584b3f6f-7c44-4ed2-8881-2d2320cf648b)) - (segment (start 78.8925 109.3325) (end 83.74 114.18) (width 0.25) (layer "B.Cu") (net 23) (tstamp bca4148e-e5cb-464c-832e-f63a630ae13e)) - (segment (start 60.96 101.6) (end 58.1918 101.6) (width 0.25) (layer "B.Cu") (net 23) (tstamp c8c9d3b0-3853-4f73-919c-e4291fc36acf)) - (segment (start 60.96 101.6) (end 68.66 101.6) (width 0.25) (layer "B.Cu") (net 23) (tstamp f9041bcd-7cc0-48fa-8369-470eef77ed43)) - (segment (start 76.3925 109.3325) (end 78.8925 109.3325) (width 0.25) (layer "B.Cu") (net 23) (tstamp fcb37b1a-4e3c-472c-ae2b-21112148fdc5)) - (segment (start 61.976 122.936) (end 60.96 121.92) (width 0.25) (layer "F.Cu") (net 25) (tstamp 34158bd9-1c4d-461d-97e1-a909b438e407)) - (segment (start 83.74 131.65705) (end 75.01895 122.936) (width 0.25) (layer "F.Cu") (net 25) (tstamp 619e68c6-d956-45b6-b6d8-93ffa45b9965)) - (segment (start 83.74 134.5) (end 83.74 131.65705) (width 0.25) (layer "F.Cu") (net 25) (tstamp 71ee157e-997d-4301-b068-07b49cc8e095)) - (segment (start 75.01895 122.936) (end 61.976 122.936) (width 0.25) (layer "F.Cu") (net 25) (tstamp fc6fc573-3c4a-415d-b13f-e1cbf719438c)) - (segment (start 60.96 121.92) (end 56.7908 117.7508) (width 0.25) (layer "B.Cu") (net 25) (tstamp 0fb95ee4-970e-448e-b7fb-5a86904682b4)) - (segment (start 56.7908 117.7508) (end 56.61 117.7508) (width 0.25) (layer "B.Cu") (net 25) (tstamp 57053a04-3292-48c5-af92-a3bce51121e0)) - (segment (start 60.96 152.24) (end 58.674 149.954) (width 0.25) (layer "B.Cu") (net 27) (tstamp 4ccfa3a9-03e4-43f1-a881-4b1ee243b812)) - (segment (start 56.61 139.44155) (end 58.674 141.50555) (width 0.25) (layer "B.Cu") (net 27) (tstamp 8bd76379-736b-49ac-9d31-418db7371989)) - (segment (start 58.674 149.954) (end 58.674 141.50555) (width 0.25) (layer "B.Cu") (net 27) (tstamp 9ddef0a1-0d52-49c5-97da-7cb994adf8e2)) - (segment (start 58.674 141.986) (end 58.674 139.5474) (width 0.25) (layer "B.Cu") (net 27) (tstamp b50f6adb-75cd-4335-a705-746ce923d22c)) - (segment (start 58.674 139.5474) (end 54.61 135.4834) (width 0.25) (layer "B.Cu") (net 27) (tstamp c6578b7f-42bb-4485-892f-f6a0f6f12d58)) - (segment (start 58.674 141.986) (end 58.674 141.50555) (width 0.25) (layer "B.Cu") (net 27) (tstamp f3449f66-a17b-4281-bcf7-d406b3101d75)) - (segment (start 82.915 150.605) (end 82.915 149.86) (width 0.25) (layer "B.Cu") (net 29) (tstamp 1f0984f4-f95a-4606-9a32-2dee1053bbdc)) - (segment (start 88.5717 148.840051) (end 87.043751 150.368) (width 0.25) (layer "B.Cu") (net 29) (tstamp 352aaccf-6d4a-4339-aa17-9b721cf2d72a)) - (segment (start 81.28 152.24) (end 82.915 150.605) (width 0.25) (layer "B.Cu") (net 29) (tstamp 3789d27e-6007-48d2-bcca-94ba7a9b42a7)) - (segment (start 88.5717 142.4467) (end 88.5717 148.840051) (width 0.25) (layer "B.Cu") (net 29) (tstamp 3ed3bf37-ad46-432e-b9eb-7333f1bc5860)) - (segment (start 86.118751 150.368) (end 85.610751 150.876) (width 0.25) (layer "B.Cu") (net 29) (tstamp 5a5cd89f-3816-4764-9179-0b6a2196d0ad)) - (segment (start 85.610751 150.876) (end 83.931 150.876) (width 0.25) (layer "B.Cu") (net 29) (tstamp 6a2ee582-6350-45f3-a0d2-d1dcf029b299)) - (segment (start 87.095 140.97) (end 88.5717 142.4467) (width 0.25) (layer "B.Cu") (net 29) (tstamp 712bd543-5f98-4a37-9873-ebb1705a34bf)) - (segment (start 87.043751 150.368) (end 86.118751 150.368) (width 0.25) (layer "B.Cu") (net 29) (tstamp a250fce5-513b-4790-ae98-189d869ada16)) - (segment (start 83.931 150.876) (end 82.915 149.86) (width 0.25) (layer "B.Cu") (net 29) (tstamp ff668172-c6ba-42b8-8731-8a1957dd617d)) - (segment (start 85.344 54.61) (end 85.344 57.15) (width 0.762) (layer "F.Cu") (net 31) (tstamp 09d31397-b169-42c1-a20e-3d3def8ca4b0)) - (segment (start 69.392501 52.217499) (end 68.27 53.34) (width 0.762) (layer "F.Cu") (net 31) (tstamp 4f1805b1-cd88-45de-962b-42d036b63ca6)) - (segment (start 82.951499 52.217499) (end 69.392501 52.217499) (width 0.762) (layer "F.Cu") (net 31) (tstamp a0649df0-7d0f-46a1-a4d9-4cf469e1bd03)) - (segment (start 85.344 54.61) (end 82.951499 52.217499) (width 0.762) (layer "F.Cu") (net 31) (tstamp eb676583-8c09-4b3c-bf09-f38359e00662)) - (segment (start 82.804 54.61) (end 82.804 57.15) (width 0.762) (layer "F.Cu") (net 32) (tstamp 13fcd8a1-964b-4c18-8ce5-ad783bc598ba)) - (segment (start 82.804 57.15) (end 81.373 58.581) (width 0.762) (layer "B.Cu") (net 32) (tstamp af278343-1796-475b-a601-a15316ebb020)) - (segment (start 65.001608 53.34) (end 64.516 53.34) (width 0.762) (layer "B.Cu") (net 32) (tstamp b5eeb0e1-b149-41ad-9889-a37910fa878a)) - (segment (start 81.373 58.581) (end 70.242608 58.581) (width 0.762) (layer "B.Cu") (net 32) (tstamp f01442ce-c4e9-46cc-a018-c1425915cbaa)) - (segment (start 70.242608 58.581) (end 65.001608 53.34) (width 0.762) (layer "B.Cu") (net 32) (tstamp faf3bb03-5140-4378-a70d-3b987b351de3)) - (segment (start 75.184 54.61) (end 75.184 57.15) (width 0.25) (layer "F.Cu") (net 33) (tstamp 0aa1bfc4-c072-48a8-acdb-5a02abc804f6)) - (segment (start 51.054 64.008) (end 51.054 79.756) (width 0.25) (layer "B.Cu") (net 33) (tstamp 0177df5d-628c-44c7-903b-16d4ff48de06)) - (segment (start 76.962 52.832) (end 75.184 54.61) (width 0.25) (layer "B.Cu") (net 33) (tstamp 2847f3f9-2557-440e-841e-712391351461)) - (segment (start 51 79.81) (end 51.054 79.756) (width 0.25) (layer "B.Cu") (net 33) (tstamp 292c52bd-8f80-4416-8678-871c5b55b10a)) - (segment (start 51.054 139.8437) (end 51.054 115.57) (width 0.25) (layer "B.Cu") (net 33) (tstamp 3627ec7f-56a5-46a0-84a7-197d8644fc71)) - (segment (start 51.054 61.976) (end 51.054 52.07) (width 0.25) (layer "B.Cu") (net 33) (tstamp 36f24e5c-e160-4c97-b0c7-95254567b49f)) - (segment (start 51.054 52.07) (end 52.07 51.054) (width 0.25) (layer "B.Cu") (net 33) (tstamp 3b584a70-0ef5-4253-af08-d4c1dbaa420a)) - (segment (start 86.106 52.832) (end 76.962 52.832) (width 0.25) (layer "B.Cu") (net 33) (tstamp 55d2cf1d-4c9c-4dbf-8c54-a23503a6b139)) - (segment (start 90.17 56.896) (end 86.106 52.832) (width 0.25) (layer "B.Cu") (net 33) (tstamp 584628af-a213-4dbf-994c-765cd10de1c2)) - (segment (start 51 82.63375) (end 51 79.81) (width 0.25) (layer "B.Cu") (net 33) (tstamp 59b14b7b-9a14-4c14-bfd2-0ba9222045f6)) - (segment (start 51.054 64.262) (end 54.61 67.818) (width 0.25) (layer "B.Cu") (net 33) (tstamp 68ec6253-6ad0-419c-abd1-15301503b5b3)) - (segment (start 54.61 103.97635) (end 51.054 100.42035) (width 0.25) (layer "B.Cu") (net 33) (tstamp 79a788b2-28d3-400c-83b7-d33362f29622)) - (segment (start 52.07 51.054) (end 71.628 51.054) (width 0.25) (layer "B.Cu") (net 33) (tstamp 816a179f-e200-486e-bd4c-c6c76b4d4017)) - (segment (start 51.054 81.788) (end 51.054 97.79) (width 0.25) (layer "B.Cu") (net 33) (tstamp 88bbd1f2-812e-44d7-a1b7-60ac874c3cda)) - (segment (start 51.054 139.8437) (end 54.61 143.3997) (width 0.25) (layer "B.Cu") (net 33) (tstamp 89a87367-85a6-4246-8972-55a096a52b6c)) - (segment (start 51.054 79.756) (end 51.054 81.788) (width 0.25) (layer "B.Cu") (net 33) (tstamp 97ef8801-7ef6-4f0e-ab0b-aec5d78455b1)) - (segment (start 51.054 61.976) (end 51.054 64.008) (width 0.25) (layer "B.Cu") (net 33) (tstamp 9b16852d-3b54-4440-9700-7494e7437764)) - (segment (start 51.054 97.79) (end 51.054 115.57) (width 0.25) (layer "B.Cu") (net 33) (tstamp ae6ca8e1-6c6d-4f78-a608-96d303231b02)) - (segment (start 54.61 86.24375) (end 51 82.63375) (width 0.25) (layer "B.Cu") (net 33) (tstamp b6d22e17-591e-45c5-bca2-5b8b969177c5)) - (segment (start 51.054 61.976) (end 51.054 64.262) (width 0.25) (layer "B.Cu") (net 33) (tstamp b7f177c3-3805-4bb0-894a-7c1ee317d506)) - (segment (start 51.054 115.57) (end 51.054 118.15295) (width 0.25) (layer "B.Cu") (net 33) (tstamp bd7cc66f-1d21-4eab-9c30-0a16a3509c27)) - (segment (start 51.054 118.15295) (end 54.61 121.70895) (width 0.25) (layer "B.Cu") (net 33) (tstamp d7880e7c-2830-4106-a605-b8d9e1e1aa98)) - (segment (start 51.054 100.42035) (end 51.054 97.79) (width 0.25) (layer "B.Cu") (net 33) (tstamp da5006e0-93f4-43c8-a432-7f8cbf7191ba)) - (segment (start 90.17 132.608) (end 90.17 56.896) (width 0.25) (layer "B.Cu") (net 33) (tstamp df461885-a74f-465c-9b54-9e29c5c86299)) - (segment (start 85.106 137.672) (end 90.17 132.608) (width 0.25) (layer "B.Cu") (net 33) (tstamp e81f2ad8-43eb-493a-9635-f04ed92b1d04)) - (segment (start 71.628 51.054) (end 75.184 54.61) (width 0.25) (layer "B.Cu") (net 33) (tstamp ece06a1c-4920-4828-824d-08c0c7137297)) - (segment (start 71.12 138.684) (end 71.12 143.4105) (width 0.25) (layer "F.Cu") (net 34) (tstamp 0fef0418-36c4-4273-bb3e-c76c128c015a)) - (via (at 71.12 143.4105) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 34) (tstamp 208693a1-0b9b-4e34-9d2c-69567176a298)) - (via (at 71.12 138.684) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 34) (tstamp e105e0e5-0de5-48a3-8291-91de94efab0c)) - (segment (start 66.800751 133.604) (end 66.278 133.604) (width 0.25) (layer "B.Cu") (net 34) (tstamp 0a29d6c4-6dc9-4ee9-9e25-5613d82682b2)) - (segment (start 73.66 143.51) (end 71.2195 143.51) (width 0.25) (layer "B.Cu") (net 34) (tstamp 3623be9c-638d-496a-bf1a-6b4023c19ada)) - (segment (start 73.66 137.16) (end 72.644 137.16) (width 0.25) (layer "B.Cu") (net 34) (tstamp 49c567ad-fbfe-4352-9c8d-abd365a6e52f)) - (segment (start 73.66 137.16) (end 70.356751 137.16) (width 0.25) (layer "B.Cu") (net 34) (tstamp 589466c0-9765-4ca2-ab5d-c21d4c9a2e50)) - (segment (start 71.2195 143.51) (end 71.12 143.4105) (width 0.25) (layer "B.Cu") (net 34) (tstamp a209b6c0-34f9-4ab4-995e-69cb5b295443)) - (segment (start 72.644 137.16) (end 71.12 138.684) (width 0.25) (layer "B.Cu") (net 34) (tstamp b427f047-90a2-4750-8ddd-43e79fa53f7a)) - (segment (start 70.356751 137.16) (end 66.800751 133.604) (width 0.25) (layer "B.Cu") (net 34) (tstamp c0d74751-2242-432a-bbf6-8f1e1e9b757b)) - (segment (start 66.278 140.462) (end 67.04 139.7) (width 0.25) (layer "B.Cu") (net 35) (tstamp 506686e1-b212-4695-b9ad-60d397e01719)) - (segment (start 67.04 139.7) (end 68.71 139.7) (width 0.25) (layer "B.Cu") (net 35) (tstamp a9fd93de-028f-474a-a5b9-4f9d9abcff8e)) - (segment (start 73.66 139.7) (end 68.71 139.7) (width 0.25) (layer "B.Cu") (net 35) (tstamp ef1cdcf5-c647-4e62-b782-d4b71faeae8f)) - (segment (start 71.882 141.478) (end 71.882 136.271) (width 0.25) (layer "F.Cu") (net 37) (tstamp be2f3322-4664-4984-a8ab-ac055c530e3f)) - (via (at 71.882 136.271) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 37) (tstamp 24b11ab2-d170-4dd9-9e55-db65714074d5)) - (via (at 71.882 141.478) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 37) (tstamp a5396055-874b-4972-a97a-c36c689db890)) - (segment (start 71.882 141.478) (end 72.644 142.24) (width 0.25) (layer "B.Cu") (net 37) (tstamp 07574358-2f7c-4a5d-a37e-8c64779586c9)) - (segment (start 68.71 142.24) (end 73.66 142.24) (width 0.25) (layer "B.Cu") (net 37) (tstamp 5cf5ae70-4d9a-4356-934e-07c850d4cec6)) - (segment (start 72.644 142.24) (end 73.66 142.24) (width 0.25) (layer "B.Cu") (net 37) (tstamp 9e265a4d-8e2a-4225-92ec-89ad24402a7f)) - (segment (start 71.882 134.858) (end 72.882 133.858) (width 0.25) (layer "B.Cu") (net 37) (tstamp a16207b7-7013-4c85-9576-99481ddaf8b4)) - (segment (start 71.882 136.271) (end 71.882 134.858) (width 0.25) (layer "B.Cu") (net 37) (tstamp b828bea3-acaa-4d47-9530-6c8f5b2a92bc)) - (segment (start 70.136163 149.86) (end 74.383783 145.61238) (width 0.25) (layer "F.Cu") (net 38) (tstamp 3161a333-ac24-42a3-8769-1426d3135802)) - (segment (start 64.008 149.86) (end 70.136163 149.86) (width 0.25) (layer "F.Cu") (net 38) (tstamp 9d180817-1d75-4895-a369-07fa6ef4e8e0)) - (segment (start 74.383783 145.61238) (end 74.383783 145.389) (width 0.25) (layer "F.Cu") (net 38) (tstamp e34ad85b-70f4-4d74-9cdc-f903bc63a8a3)) - (via (at 64.008 149.86) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 38) (tstamp 4bfc46bd-0fc3-4b87-8012-06b842bedc78)) - (via (at 74.383783 145.389) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 38) (tstamp 7b44e71f-c5b4-48ea-b66c-aafa4508e975)) - (segment (start 59.124 144.069758) (end 59.124 138.326412) (width 0.25) (layer "B.Cu") (net 38) (tstamp 090a9b9b-1d51-467c-8485-6f241ee88937)) - (segment (start 64.008 148.225) (end 64.151 148.082) (width 0.25) (layer "B.Cu") (net 38) (tstamp 121d2fee-c479-406e-a2ca-633864627987)) - (segment (start 56.61 135.812412) (end 56.61 135.4834) (width 0.25) (layer "B.Cu") (net 38) (tstamp 52cc4c0f-58f6-48a4-b3c7-2e29024a7a54)) - (segment (start 73.66 144.78) (end 74.269 145.389) (width 0.25) (layer "B.Cu") (net 38) (tstamp 642bf52f-492e-40fa-b192-22adeca6b78d)) - (segment (start 74.269 145.389) (end 74.383783 145.389) (width 0.25) (layer "B.Cu") (net 38) (tstamp 674669c2-8a3f-4626-a702-68373d2a55ee)) - (segment (start 64.008 149.86) (end 64.008 148.225) (width 0.25) (layer "B.Cu") (net 38) (tstamp aca417a4-b4db-46f9-be6c-b3352fc1f4d3)) - (segment (start 59.124 138.326412) (end 56.61 135.812412) (width 0.25) (layer "B.Cu") (net 38) (tstamp b44f6d75-1ab9-44f5-9e50-5bb4233437a2)) - (segment (start 64.151 148.082) (end 63.127 147.058) (width 0.25) (layer "B.Cu") (net 38) (tstamp b9401027-f3b5-4bd8-b48d-3cc7f61f0be8)) - (segment (start 63.127 147.058) (end 62.112242 147.058) (width 0.25) (layer "B.Cu") (net 38) (tstamp cd7f1a59-12e7-4c7c-a00e-affa945c837c)) - (segment (start 62.112242 147.058) (end 59.124 144.069758) (width 0.25) (layer "B.Cu") (net 38) (tstamp dc4aad91-256e-4a28-911f-bc6a192fdb76)) - (segment (start 78.216 142.841757) (end 80.915 145.540757) (width 0.25) (layer "B.Cu") (net 39) (tstamp 4749364d-7c5f-4724-ae96-eeff1751728d)) - (segment (start 80.915 145.540757) (end 80.915 149.86) (width 0.25) (layer "B.Cu") (net 39) (tstamp 480edf9e-fa73-4df5-9807-9a7ff61655cb)) - (segment (start 68.71 144.78) (end 66.786 144.78) (width 0.25) (layer "B.Cu") (net 39) (tstamp 908bdd6e-5e9b-40cf-b66d-ab3d78b82036)) - (segment (start 78.216 140.97) (end 78.216 142.841757) (width 0.25) (layer "B.Cu") (net 39) (tstamp bb50f327-206c-4556-8262-7940629c9f23)) - (segment (start 70.0435 146.1135) (end 75.3745 146.1135) (width 0.25) (layer "B.Cu") (net 39) (tstamp c499eb82-3252-4fdd-9e52-1011dacb0d51)) - (segment (start 68.71 144.78) (end 70.0435 146.1135) (width 0.25) (layer "B.Cu") (net 39) (tstamp c72eb782-1ac6-469b-a47e-9f1e987ea122)) - (segment (start 75.3745 146.1135) (end 79.121 149.86) (width 0.25) (layer "B.Cu") (net 39) (tstamp ccbbd6fa-9922-4bf3-a8b0-be7e37ad5c1d)) - (segment (start 79.121 149.86) (end 80.915 149.86) (width 0.25) (layer "B.Cu") (net 39) (tstamp d0848e84-292f-4e6d-9535-ba194ab1a6b9)) - (segment (start 66.786 144.78) (end 66.278 144.272) (width 0.25) (layer "B.Cu") (net 39) (tstamp f344f487-2276-4e93-bc03-f227a30d8de5)) - (segment (start 65.353 142.187999) (end 65.913001 142.748) (width 0.25) (layer "B.Cu") (net 40) (tstamp 24835510-c74a-49ba-b598-f4e4ace56143)) - (segment (start 65.353 138.212) (end 65.353 142.187999) (width 0.25) (layer "B.Cu") (net 40) (tstamp 5951f6d2-6dc4-43fc-917b-67e1412d949a)) - (segment (start 68.71 137.16) (end 66.405 137.16) (width 0.25) (layer "B.Cu") (net 40) (tstamp 9c1fddf8-d33d-4d8b-b6e2-95fc488ce639)) - (segment (start 65.913001 142.748) (end 67.571249 142.748) (width 0.25) (layer "B.Cu") (net 40) (tstamp aef1fa9b-551e-4923-a8f8-b2c075f5cedb)) - (segment (start 66.405 137.16) (end 65.353 138.212) (width 0.25) (layer "B.Cu") (net 40) (tstamp c8adb8c2-abc3-4ee6-a5d6-ca15d65321ab)) - (segment (start 67.571249 142.748) (end 68.333249 143.51) (width 0.25) (layer "B.Cu") (net 40) (tstamp d1eac5ad-c60d-46f3-ae28-374ef4846e0e)) - (segment (start 68.333249 143.51) (end 68.71 143.51) (width 0.25) (layer "B.Cu") (net 40) (tstamp fb03f40b-0061-4601-a1a5-7d163f275446)) - (segment (start 54.6025 70.51865) (end 54.6025 77.57745) (width 0.25) (layer "B.Cu") (net 42) (tstamp 04fabc92-36ea-4937-aad7-0c68a9f6d1f1)) - (segment (start 56.61 68.51115) (end 54.6025 70.51865) (width 0.25) (layer "B.Cu") (net 42) (tstamp 1584ec73-252c-440d-adfc-ed98a6bf5d0b)) - (segment (start 54.6025 95.31005) (end 54.6025 88.25125) (width 0.25) (layer "B.Cu") (net 43) (tstamp 25f9ddb6-6092-44f1-8a8c-bb1a6ce586f4)) - (segment (start 54.6025 88.25125) (end 56.61 86.24375) (width 0.25) (layer "B.Cu") (net 43) (tstamp f5f353ff-1055-4e0e-b27f-a07f4de831ad)) - (segment (start 56.61 103.97635) (end 54.6025 105.98385) (width 0.25) (layer "B.Cu") (net 44) (tstamp 76c411ff-64de-4e9d-b450-2907d9f5c699)) - (segment (start 54.6025 105.98385) (end 54.6025 113.04265) (width 0.25) (layer "B.Cu") (net 44) (tstamp b77ddf3b-d6b6-44ea-9825-20e7ba8bdd39)) - (segment (start 56.61 121.70895) (end 54.6025 123.71645) (width 0.25) (layer "B.Cu") (net 45) (tstamp 09518221-4b9d-4331-8aa5-30a98b8f1701)) - (segment (start 54.6025 123.71645) (end 54.6025 130.77525) (width 0.25) (layer "B.Cu") (net 45) (tstamp 4cf947bb-b8ef-4a8b-a8c9-75fb3a894fa2)) - (segment (start 54.6025 152.466) (end 54.6025 145.4072) (width 0.25) (layer "B.Cu") (net 46) (tstamp e6584f54-eba1-423d-b657-9430a777dc43)) - (segment (start 54.6025 145.4072) (end 56.61 143.3997) (width 0.25) (layer "B.Cu") (net 46) (tstamp f2278a5e-1188-443d-8b21-54ac0fbc1bd5)) - (segment (start 83.119501 141.332326) (end 83.119501 148.162001) (width 0.25) (layer "B.Cu") (net 47) (tstamp 0dd80545-a19b-4e6f-abb5-d7dadc02d3f2)) - (segment (start 83.119501 148.162001) (end 85.0175 150.06) (width 0.25) (layer "B.Cu") (net 47) (tstamp 3c676378-cf66-45a6-97b9-e718b5ff5111)) - (segment (start 86.779827 137.672) (end 83.119501 141.332326) (width 0.25) (layer "B.Cu") (net 47) (tstamp 4faae550-8010-4e9b-b23c-6deb7e751886)) - (segment (start 87.106 137.672) (end 86.779827 137.672) (width 0.25) (layer "B.Cu") (net 47) (tstamp 78be3b3f-7d4f-476b-948e-b5614efb67f9)) - (segment (start 81.24 73.54) (end 88.392 80.692) (width 0.25) (layer "B.Cu") (net 48) (tstamp 1c4ecdcd-c6a3-47aa-bc05-7cc1c152ebd9)) - (segment (start 88.392 80.692) (end 88.392 118.364) (width 0.25) (layer "B.Cu") (net 48) (tstamp e53f7035-ab7a-4397-870c-0ca6493d96ca)) - (segment (start 84.965 108.24795) (end 81.24 104.52295) (width 0.25) (layer "B.Cu") (net 49) (tstamp 23dbfad5-d5f5-4ca5-81ea-cf9277e7e98b)) - (segment (start 84.965 118.235) (end 84.965 108.24795) (width 0.25) (layer "B.Cu") (net 49) (tstamp c800aa3d-3354-48aa-a372-2a38d5c000de)) - (segment (start 84.836 118.364) (end 84.965 118.235) (width 0.25) (layer "B.Cu") (net 49) (tstamp d9dda85e-8c44-466c-9392-017ce68f054a)) - (segment (start 81.24 104.52295) (end 81.24 93.62) (width 0.25) (layer "B.Cu") (net 49) (tstamp eb39980c-0934-4727-9ec7-dc108089aef7)) - (segment (start 81.28 118.364) (end 81.24 118.324) (width 0.25) (layer "B.Cu") (net 50) (tstamp 87e8c4be-610e-43e9-948a-19fbfeeb12b8)) - (segment (start 81.24 118.324) (end 81.24 114.18) (width 0.25) (layer "B.Cu") (net 50) (tstamp ed9f03c8-9576-4bb0-a791-b39ac5e86d3e)) - (segment (start 77.978 118.38) (end 76.953 119.405) (width 0.25) (layer "B.Cu") (net 51) (tstamp 3b8af24f-c2f6-4cd8-8597-fa9fb7dbddaf)) - (segment (start 81.24 125.255173) (end 81.24 134.5) (width 0.25) (layer "B.Cu") (net 51) (tstamp 4fd2ef18-8e3a-44e7-8fc4-149de7d6f811)) - (segment (start 76.953 119.405) (end 76.953 120.968173) (width 0.25) (layer "B.Cu") (net 51) (tstamp 6618d06e-4b3c-4388-86cc-3b28045c5496)) - (segment (start 76.953 120.968173) (end 81.24 125.255173) (width 0.25) (layer "B.Cu") (net 51) (tstamp d6926837-2c1c-4b50-ad98-e6f44db8b374)) - (segment (start 71.892 127.871) (end 69.352 127.871) (width 0.25) (layer "B.Cu") (net 52) (tstamp 31de706f-1094-4e88-862a-f2c97690f4d2)) - (segment (start 71.892 132.848) (end 70.882 133.858) (width 0.25) (layer "B.Cu") (net 52) (tstamp 493fb00c-642a-49c5-94fb-9d87da3fae56)) - (segment (start 71.892 127.871) (end 71.892 132.848) (width 0.25) (layer "B.Cu") (net 52) (tstamp 66504460-9a80-475a-bf18-9d9b04e26fa1)) - - (zone (net 2) (net_name "GND") (layer "F.Cu") (tstamp ffe9aeae-28d5-44a6-bf57-2f97eaf89823) (hatch edge 0.5) - (connect_pads (clearance 0.508)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 50.8 50.8) - (xy 91.186 50.8) - (xy 91.186 159.004) - (xy 50.8 159.004) - ) - ) - ) - (zone (net 2) (net_name "GND") (layers "F&B.Cu") (tstamp 77118ea9-3c50-473d-aa1b-a4cc048744b2) (hatch edge 0.5) - (priority 1) - (connect_pads (clearance 0.508)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 50.8 50.8) - (xy 91.186 50.8) - (xy 91.186 159.004) - (xy 50.8 159.004) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 77.264507 54.819844) - (xy 77.342239 54.940798) - (xy 77.4509 55.034952) - (xy 77.581685 55.09468) - (xy 77.591466 55.096086) - (xy 76.962625 55.724925) - (xy 77.039031 55.778425) - (xy 77.082655 55.833002) - (xy 77.089848 55.902501) - (xy 77.058326 55.964855) - (xy 77.039029 55.981576) - (xy 76.962625 56.035072) - (xy 77.591466 56.663913) - (xy 77.581685 56.66532) - (xy 77.4509 56.725048) - (xy 77.342239 56.819202) - (xy 77.264507 56.940156) - (xy 77.240923 57.020476) - (xy 76.609072 56.388625) - (xy 76.609072 56.388626) - (xy 76.559131 56.45995) - (xy 76.504555 56.503575) - (xy 76.435056 56.510769) - (xy 76.372701 56.479246) - (xy 76.353748 56.456649) - (xy 76.280291 56.344216) - (xy 76.259722 56.312732) - (xy 76.259719 56.312729) - (xy 76.259715 56.312723) - (xy 76.107243 56.147097) - (xy 76.107238 56.147092) - (xy 75.929577 56.008812) - (xy 75.929572 56.008808) - (xy 75.893068 55.989053) - (xy 75.843478 55.939833) - (xy 75.828371 55.871616) - (xy 75.852542 55.806061) - (xy 75.893069 55.770945) - (xy 75.929576 55.751189) - (xy 76.10724 55.612906) - (xy 76.235954 55.473087) - (xy 76.259715 55.447276) - (xy 76.259715 55.447275) - (xy 76.259722 55.447268) - (xy 76.353749 55.303347) - (xy 76.406894 55.257994) - (xy 76.476125 55.24857) - (xy 76.539461 55.278072) - (xy 76.559131 55.300049) - (xy 76.609072 55.371373) - (xy 76.609073 55.371373) - (xy 77.240923 54.739523) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 79.804507 54.819844) - (xy 79.882239 54.940798) - (xy 79.9909 55.034952) - (xy 80.121685 55.09468) - (xy 80.131466 55.096086) - (xy 79.502625 55.724925) - (xy 79.579031 55.778425) - (xy 79.622655 55.833002) - (xy 79.629848 55.902501) - (xy 79.598326 55.964855) - (xy 79.579029 55.981576) - (xy 79.502625 56.035072) - (xy 80.131466 56.663913) - (xy 80.121685 56.66532) - (xy 79.9909 56.725048) - (xy 79.882239 56.819202) - (xy 79.804507 56.940156) - (xy 79.780923 57.020476) - (xy 79.149072 56.388625) - (xy 79.149072 56.388626) - (xy 79.095574 56.46503) - (xy 79.040998 56.508655) - (xy 78.971499 56.515849) - (xy 78.909144 56.484326) - (xy 78.892424 56.46503) - (xy 78.838925 56.388626) - (xy 78.838925 56.388625) - (xy 78.207076 57.020475) - (xy 78.183493 56.940156) - (xy 78.105761 56.819202) - (xy 77.9971 56.725048) - (xy 77.866315 56.66532) - (xy 77.856533 56.663913) - (xy 78.485373 56.035073) - (xy 78.408969 55.981576) - (xy 78.365344 55.926999) - (xy 78.35815 55.857501) - (xy 78.389672 55.795146) - (xy 78.408968 55.778425) - (xy 78.485373 55.724925) - (xy 77.856533 55.096086) - (xy 77.866315 55.09468) - (xy 77.9971 55.034952) - (xy 78.105761 54.940798) - (xy 78.183493 54.819844) - (xy 78.207076 54.739524) - (xy 78.838925 55.371373) - (xy 78.892425 55.294968) - (xy 78.947002 55.251344) - (xy 79.016501 55.244151) - (xy 79.078855 55.275673) - (xy 79.095576 55.294969) - (xy 79.149073 55.371372) - (xy 79.780922 54.739523) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 81.378925 55.371373) - (xy 81.428868 55.300048) - (xy 81.483445 55.256424) - (xy 81.552944 55.249231) - (xy 81.615298 55.280753) - (xy 81.634251 55.30335) - (xy 81.723181 55.439467) - (xy 81.728278 55.447268) - (xy 81.88076 55.612906) - (xy 81.880765 55.61291) - (xy 81.881729 55.613957) - (xy 81.912652 55.676612) - (xy 81.9145 55.697941) - (xy 81.9145 56.062058) - (xy 81.894815 56.129097) - (xy 81.881729 56.146041) - (xy 81.728284 56.312723) - (xy 81.72828 56.312729) - (xy 81.63425 56.456651) - (xy 81.581103 56.502007) - (xy 81.511872 56.51143) - (xy 81.448536 56.481927) - (xy 81.428866 56.459951) - (xy 81.378924 56.388626) - (xy 80.747076 57.020475) - (xy 80.723493 56.940156) - (xy 80.645761 56.819202) - (xy 80.5371 56.725048) - (xy 80.406315 56.66532) - (xy 80.396533 56.663913) - (xy 81.025373 56.035073) - (xy 80.948969 55.981576) - (xy 80.905344 55.926999) - (xy 80.89815 55.857501) - (xy 80.929672 55.795146) - (xy 80.948968 55.778425) - (xy 81.025373 55.724925) - (xy 80.396533 55.096086) - (xy 80.406315 55.09468) - (xy 80.5371 55.034952) - (xy 80.645761 54.940798) - (xy 80.723493 54.819844) - (xy 80.747076 54.739524) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 77.260535 53.126684) - (xy 77.30629 53.179488) - (xy 77.316234 53.248646) - (xy 77.287209 53.312202) - (xy 77.245901 53.343381) - (xy 77.046419 53.436401) - (xy 76.962625 53.495072) - (xy 77.591466 54.123913) - (xy 77.581685 54.12532) - (xy 77.4509 54.185048) - (xy 77.342239 54.279202) - (xy 77.264507 54.400156) - (xy 77.240923 54.480476) - (xy 76.609072 53.848625) - (xy 76.609072 53.848626) - (xy 76.559131 53.91995) - (xy 76.504555 53.963575) - (xy 76.435056 53.970769) - (xy 76.372701 53.939246) - (xy 76.353748 53.916649) - (xy 76.270574 53.789343) - (xy 76.259722 53.772732) - (xy 76.259719 53.772729) - (xy 76.259715 53.772723) - (xy 76.107243 53.607097) - (xy 76.107238 53.607092) - (xy 75.95391 53.487751) - (xy 75.929576 53.468811) - (xy 75.929575 53.46881) - (xy 75.929572 53.468808) - (xy 75.73158 53.361661) - (xy 75.731577 53.361659) - (xy 75.731574 53.361658) - (xy 75.731571 53.361657) - (xy 75.731569 53.361656) - (xy 75.692606 53.34828) - (xy 75.63559 53.307894) - (xy 75.60946 53.243094) - (xy 75.622512 53.174455) - (xy 75.670601 53.123767) - (xy 75.732869 53.106999) - (xy 77.193496 53.106999) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 79.800535 53.126684) - (xy 79.84629 53.179488) - (xy 79.856234 53.248646) - (xy 79.827209 53.312202) - (xy 79.785901 53.343381) - (xy 79.586419 53.436401) - (xy 79.502625 53.495072) - (xy 80.131466 54.123913) - (xy 80.121685 54.12532) - (xy 79.9909 54.185048) - (xy 79.882239 54.279202) - (xy 79.804507 54.400156) - (xy 79.780923 54.480476) - (xy 79.149072 53.848625) - (xy 79.149072 53.848626) - (xy 79.095574 53.92503) - (xy 79.040998 53.968655) - (xy 78.971499 53.975849) - (xy 78.909144 53.944326) - (xy 78.892424 53.92503) - (xy 78.838925 53.848626) - (xy 78.838925 53.848625) - (xy 78.207076 54.480475) - (xy 78.183493 54.400156) - (xy 78.105761 54.279202) - (xy 77.9971 54.185048) - (xy 77.866315 54.12532) - (xy 77.856533 54.123913) - (xy 78.485373 53.495073) - (xy 78.485373 53.495072) - (xy 78.401583 53.436402) - (xy 78.401579 53.4364) - (xy 78.202099 53.343381) - (xy 78.14966 53.297209) - (xy 78.130508 53.230015) - (xy 78.150724 53.163134) - (xy 78.203889 53.117799) - (xy 78.254504 53.106999) - (xy 79.733496 53.106999) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 82.32217 53.126684) - (xy 82.367925 53.179488) - (xy 82.377869 53.248646) - (xy 82.348844 53.312202) - (xy 82.295394 53.34828) - (xy 82.25643 53.361656) - (xy 82.256419 53.361661) - (xy 82.058427 53.468808) - (xy 82.058422 53.468812) - (xy 81.880761 53.607092) - (xy 81.880756 53.607097) - (xy 81.728284 53.772723) - (xy 81.72828 53.772729) - (xy 81.63425 53.916651) - (xy 81.581103 53.962007) - (xy 81.511872 53.97143) - (xy 81.448536 53.941927) - (xy 81.428866 53.919951) - (xy 81.378924 53.848626) - (xy 80.747076 54.480475) - (xy 80.723493 54.400156) - (xy 80.645761 54.279202) - (xy 80.5371 54.185048) - (xy 80.406315 54.12532) - (xy 80.396533 54.123913) - (xy 81.025373 53.495073) - (xy 81.025373 53.495072) - (xy 80.941583 53.436402) - (xy 80.941579 53.4364) - (xy 80.742099 53.343381) - (xy 80.68966 53.297209) - (xy 80.670508 53.230015) - (xy 80.690724 53.163134) - (xy 80.743889 53.117799) - (xy 80.794504 53.106999) - (xy 82.255131 53.106999) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 90.967539 50.895185) - (xy 91.013294 50.947989) - (xy 91.0245 50.9995) - (xy 91.0245 158.7805) - (xy 91.004815 158.847539) - (xy 90.952011 158.893294) - (xy 90.9005 158.9045) - (xy 50.9995 158.9045) - (xy 50.932461 158.884815) - (xy 50.886706 158.832011) - (xy 50.8755 158.7805) - (xy 50.8755 156.210005) - (xy 58.276673 156.210005) - (xy 58.295948 156.442622) - (xy 58.353251 156.668907) - (xy 58.447015 156.882668) - (xy 58.574686 157.078084) - (xy 58.726354 157.242838) - (xy 58.73278 157.249818) - (xy 58.916983 157.39319) - (xy 58.916985 157.393191) - (xy 58.916988 157.393193) - (xy 59.036331 157.457777) - (xy 59.122273 157.504287) - (xy 59.236914 157.543643) - (xy 59.343045 157.580079) - (xy 59.343047 157.580079) - (xy 59.343049 157.58008) - (xy 59.573288 157.6185) - (xy 59.573289 157.6185) - (xy 59.806711 157.6185) - (xy 59.806712 157.6185) - (xy 60.036951 157.58008) - (xy 60.257727 157.504287) - (xy 60.463017 157.39319) - (xy 60.64722 157.249818) - (xy 60.653646 157.242837) - (xy 60.713531 157.206845) - (xy 60.783369 157.208944) - (xy 60.840986 157.248466) - (xy 60.861059 157.283485) - (xy 60.886645 157.352086) - (xy 60.886649 157.352093) - (xy 60.972809 157.467187) - (xy 60.972812 157.46719) - (xy 61.087906 157.55335) - (xy 61.087913 157.553354) - (xy 61.22262 157.603596) - (xy 61.222627 157.603598) - (xy 61.282155 157.609999) - (xy 61.282172 157.61) - (xy 61.98 157.61) - (xy 61.98 156.584189) - (xy 62.032547 156.620016) - (xy 62.162173 156.66) - (xy 62.263724 156.66) - (xy 62.364138 156.644865) - (xy 62.48 156.589068) - (xy 62.48 157.61) - (xy 63.177828 157.61) - (xy 63.177844 157.609999) - (xy 63.237372 157.603598) - (xy 63.237379 157.603596) - (xy 63.372086 157.553354) - (xy 63.372093 157.55335) - (xy 63.487187 157.46719) - (xy 63.48719 157.467187) - (xy 63.57335 157.352093) - (xy 63.573354 157.352086) - (xy 63.623596 157.217379) - (xy 63.623598 157.217372) - (xy 63.629999 157.157844) - (xy 78.61 157.157844) - (xy 78.616401 157.217372) - (xy 78.616403 157.217379) - (xy 78.666645 157.352086) - (xy 78.666649 157.352093) - (xy 78.752809 157.467187) - (xy 78.752812 157.46719) - (xy 78.867906 157.55335) - (xy 78.867913 157.553354) - (xy 79.00262 157.603596) - (xy 79.002627 157.603598) - (xy 79.062155 157.609999) - (xy 79.062172 157.61) - (xy 79.76 157.61) - (xy 79.76 156.584189) - (xy 79.812547 156.620016) - (xy 79.942173 156.66) - (xy 80.043724 156.66) - (xy 80.144138 156.644865) - (xy 80.26 156.589068) - (xy 80.26 157.61) - (xy 80.957828 157.61) - (xy 80.957844 157.609999) - (xy 81.017372 157.603598) - (xy 81.017379 157.603596) - (xy 81.152086 157.553354) - (xy 81.152093 157.55335) - (xy 81.267187 157.46719) - (xy 81.26719 157.467187) - (xy 81.35335 157.352093) - (xy 81.353355 157.352084) - (xy 81.37894 157.283486) - (xy 81.42081 157.227552) - (xy 81.486274 157.203134) - (xy 81.554547 157.217985) - (xy 81.586349 157.242832) - (xy 81.59278 157.249818) - (xy 81.776983 157.39319) - (xy 81.776985 157.393191) - (xy 81.776988 157.393193) - (xy 81.896331 157.457777) - (xy 81.982273 157.504287) - (xy 82.096914 157.543643) - (xy 82.203045 157.580079) - (xy 82.203047 157.580079) - (xy 82.203049 157.58008) - (xy 82.433288 157.6185) - (xy 82.433289 157.6185) - (xy 82.666711 157.6185) - (xy 82.666712 157.6185) - (xy 82.896951 157.58008) - (xy 83.117727 157.504287) - (xy 83.323017 157.39319) - (xy 83.50722 157.249818) - (xy 83.665314 157.078083) - (xy 83.792984 156.882669) - (xy 83.886749 156.668907) - (xy 83.944051 156.442626) - (xy 83.963327 156.21) - (xy 83.944051 155.977374) - (xy 83.886749 155.751093) - (xy 83.792984 155.537331) - (xy 83.665314 155.341917) - (xy 83.665313 155.341915) - (xy 83.507223 155.170185) - (xy 83.507222 155.170184) - (xy 83.50722 155.170182) - (xy 83.323017 155.02681) - (xy 83.323015 155.026809) - (xy 83.323014 155.026808) - (xy 83.323011 155.026806) - (xy 83.117733 154.915716) - (xy 83.11773 154.915715) - (xy 83.117727 154.915713) - (xy 83.117721 154.915711) - (xy 83.117719 154.91571) - (xy 82.896954 154.83992) - (xy 82.71765 154.81) - (xy 82.666712 154.8015) - (xy 82.433288 154.8015) - (xy 82.38724 154.809184) - (xy 82.203045 154.83992) - (xy 81.98228 154.91571) - (xy 81.982266 154.915716) - (xy 81.776988 155.026806) - (xy 81.776985 155.026808) - (xy 81.592781 155.170181) - (xy 81.592776 155.170185) - (xy 81.586346 155.17717) - (xy 81.526457 155.213157) - (xy 81.456619 155.211052) - (xy 81.399005 155.171524) - (xy 81.37894 155.136513) - (xy 81.353355 155.067915) - (xy 81.35335 155.067906) - (xy 81.26719 154.952812) - (xy 81.267187 154.952809) - (xy 81.152093 154.866649) - (xy 81.152086 154.866645) - (xy 81.017379 154.816403) - (xy 81.017372 154.816401) - (xy 80.957844 154.81) - (xy 80.26 154.81) - (xy 80.26 155.83581) - (xy 80.207453 155.799984) - (xy 80.077827 155.76) - (xy 79.976276 155.76) - (xy 79.875862 155.775135) - (xy 79.76 155.830931) - (xy 79.76 154.81) - (xy 79.062155 154.81) - (xy 79.002627 154.816401) - (xy 79.00262 154.816403) - (xy 78.867913 154.866645) - (xy 78.867906 154.866649) - (xy 78.752812 154.952809) - (xy 78.752809 154.952812) - (xy 78.666649 155.067906) - (xy 78.666645 155.067913) - (xy 78.616403 155.20262) - (xy 78.616401 155.202627) - (xy 78.61 155.262155) - (xy 78.61 155.96) - (xy 79.634722 155.96) - (xy 79.586375 156.04374) - (xy 79.55619 156.175992) - (xy 79.566327 156.311265) - (xy 79.615887 156.437541) - (xy 79.633797 156.46) - (xy 78.61 156.46) - (xy 78.61 157.157844) - (xy 63.629999 157.157844) - (xy 63.63 157.157827) - (xy 63.63 156.46) - (xy 62.605278 156.46) - (xy 62.653625 156.37626) - (xy 62.68381 156.244008) - (xy 62.673673 156.108735) - (xy 62.624113 155.982459) - (xy 62.606203 155.96) - (xy 63.63 155.96) - (xy 63.63 155.262172) - (xy 63.629999 155.262155) - (xy 63.623598 155.202627) - (xy 63.623596 155.20262) - (xy 63.573354 155.067913) - (xy 63.57335 155.067906) - (xy 63.48719 154.952812) - (xy 63.487187 154.952809) - (xy 63.372093 154.866649) - (xy 63.372086 154.866645) - (xy 63.237379 154.816403) - (xy 63.237372 154.816401) - (xy 63.177844 154.81) - (xy 62.48 154.81) - (xy 62.48 155.83581) - (xy 62.427453 155.799984) - (xy 62.297827 155.76) - (xy 62.196276 155.76) - (xy 62.095862 155.775135) - (xy 61.98 155.830931) - (xy 61.98 154.81) - (xy 61.282155 154.81) - (xy 61.222627 154.816401) - (xy 61.22262 154.816403) - (xy 61.087913 154.866645) - (xy 61.087906 154.866649) - (xy 60.972812 154.952809) - (xy 60.972809 154.952812) - (xy 60.886649 155.067906) - (xy 60.886645 155.067913) - (xy 60.861059 155.136514) - (xy 60.819188 155.192448) - (xy 60.753723 155.216865) - (xy 60.68545 155.202013) - (xy 60.653649 155.177165) - (xy 60.647224 155.170186) - (xy 60.647222 155.170184) - (xy 60.64722 155.170182) - (xy 60.463017 155.02681) - (xy 60.463015 155.026809) - (xy 60.463014 155.026808) - (xy 60.463011 155.026806) - (xy 60.257733 154.915716) - (xy 60.25773 154.915715) - (xy 60.257727 154.915713) - (xy 60.257721 154.915711) - (xy 60.257719 154.91571) - (xy 60.036954 154.83992) - (xy 59.85765 154.81) - (xy 59.806712 154.8015) - (xy 59.573288 154.8015) - (xy 59.52724 154.809184) - (xy 59.343045 154.83992) - (xy 59.12228 154.91571) - (xy 59.122266 154.915716) - (xy 58.916988 155.026806) - (xy 58.916985 155.026808) - (xy 58.732781 155.170181) - (xy 58.732776 155.170185) - (xy 58.574686 155.341915) - (xy 58.447015 155.537331) - (xy 58.353251 155.751092) - (xy 58.295948 155.977377) - (xy 58.276673 156.209994) - (xy 58.276673 156.210005) - (xy 50.8755 156.210005) - (xy 50.8755 152.24) - (xy 59.381634 152.24) - (xy 59.401065 152.486906) - (xy 59.401065 152.486909) - (xy 59.401066 152.486911) - (xy 59.458885 152.727742) - (xy 59.458886 152.727744) - (xy 59.553663 152.956558) - (xy 59.553665 152.956562) - (xy 59.553666 152.956563) - (xy 59.683075 153.16774) - (xy 59.843927 153.356073) - (xy 60.03226 153.516925) - (xy 60.243437 153.646334) - (xy 60.243439 153.646334) - (xy 60.243441 153.646336) - (xy 60.314786 153.675888) - (xy 60.472258 153.741115) - (xy 60.713089 153.798934) - (xy 60.96 153.818366) - (xy 61.206911 153.798934) - (xy 61.447742 153.741115) - (xy 61.676563 153.646334) - (xy 61.88774 153.516925) - (xy 62.076073 153.356073) - (xy 62.236925 153.16774) - (xy 62.366334 152.956563) - (xy 62.461115 152.727742) - (xy 62.518934 152.486911) - (xy 62.538366 152.24) - (xy 79.701634 152.24) - (xy 79.721065 152.486906) - (xy 79.721065 152.486909) - (xy 79.721066 152.486911) - (xy 79.778885 152.727742) - (xy 79.778886 152.727744) - (xy 79.873663 152.956558) - (xy 79.873665 152.956562) - (xy 79.873666 152.956563) - (xy 80.003075 153.16774) - (xy 80.163927 153.356073) - (xy 80.35226 153.516925) - (xy 80.563437 153.646334) - (xy 80.563439 153.646334) - (xy 80.563441 153.646336) - (xy 80.634786 153.675888) - (xy 80.792258 153.741115) - (xy 81.033089 153.798934) - (xy 81.28 153.818366) - (xy 81.526911 153.798934) - (xy 81.767742 153.741115) - (xy 81.996563 153.646334) - (xy 82.20774 153.516925) - (xy 82.396073 153.356073) - (xy 82.556925 153.16774) - (xy 82.686334 152.956563) - (xy 82.781115 152.727742) - (xy 82.838934 152.486911) - (xy 82.858366 152.24) - (xy 82.838934 151.993089) - (xy 82.781115 151.752258) - (xy 82.686334 151.523437) - (xy 82.556925 151.31226) - (xy 82.396073 151.123927) - (xy 82.20774 150.963075) - (xy 81.996563 150.833666) - (xy 81.996562 150.833665) - (xy 81.996558 150.833663) - (xy 81.767744 150.738886) - (xy 81.767742 150.738885) - (xy 81.526911 150.681066) - (xy 81.526909 150.681065) - (xy 81.526906 150.681065) - (xy 81.28 150.661634) - (xy 81.033093 150.681065) - (xy 81.033089 150.681066) - (xy 80.792258 150.738885) - (xy 80.792256 150.738885) - (xy 80.792255 150.738886) - (xy 80.563441 150.833663) - (xy 80.352259 150.963075) - (xy 80.163927 151.123927) - (xy 80.003075 151.312259) - (xy 79.873663 151.523441) - (xy 79.778886 151.752255) - (xy 79.721065 151.993093) - (xy 79.701634 152.24) - (xy 62.538366 152.24) - (xy 62.518934 151.993089) - (xy 62.461115 151.752258) - (xy 62.366334 151.523437) - (xy 62.236925 151.31226) - (xy 62.076073 151.123927) - (xy 61.88774 150.963075) - (xy 61.676563 150.833666) - (xy 61.676562 150.833665) - (xy 61.676558 150.833663) - (xy 61.447744 150.738886) - (xy 61.447742 150.738885) - (xy 61.206911 150.681066) - (xy 61.206909 150.681065) - (xy 61.206906 150.681065) - (xy 60.96 150.661634) - (xy 60.713093 150.681065) - (xy 60.713089 150.681066) - (xy 60.472258 150.738885) - (xy 60.472256 150.738885) - (xy 60.472255 150.738886) - (xy 60.243441 150.833663) - (xy 60.032259 150.963075) - (xy 59.843927 151.123927) - (xy 59.683075 151.312259) - (xy 59.553663 151.523441) - (xy 59.458886 151.752255) - (xy 59.401065 151.993093) - (xy 59.381634 152.24) - (xy 50.8755 152.24) - (xy 50.8755 143.94) - (xy 59.381634 143.94) - (xy 59.401065 144.186906) - (xy 59.401065 144.186909) - (xy 59.401066 144.186911) - (xy 59.458885 144.427742) - (xy 59.458886 144.427744) - (xy 59.553663 144.656558) - (xy 59.553665 144.656562) - (xy 59.553666 144.656563) - (xy 59.683075 144.86774) - (xy 59.843927 145.056073) - (xy 60.03226 145.216925) - (xy 60.243437 145.346334) - (xy 60.243439 145.346334) - (xy 60.243441 145.346336) - (xy 60.314786 145.375888) - (xy 60.472258 145.441115) - (xy 60.713089 145.498934) - (xy 60.96 145.518366) - (xy 61.206911 145.498934) - (xy 61.447742 145.441115) - (xy 61.676563 145.346334) - (xy 61.88774 145.216925) - (xy 62.076073 145.056073) - (xy 62.236925 144.86774) - (xy 62.366334 144.656563) - (xy 62.461115 144.427742) - (xy 62.518934 144.186911) - (xy 62.538366 143.94) - (xy 62.518934 143.693089) - (xy 62.461115 143.452258) - (xy 62.366334 143.223437) - (xy 62.236925 143.01226) - (xy 62.076073 142.823927) - (xy 61.88774 142.663075) - (xy 61.676563 142.533666) - (xy 61.676561 142.533665) - (xy 61.676556 142.533662) - (xy 61.579742 142.493561) - (xy 61.525338 142.44972) - (xy 61.503273 142.383426) - (xy 61.520552 142.315727) - (xy 61.571689 142.268116) - (xy 61.627194 142.255) - (xy 61.972828 142.255) - (xy 61.972844 142.254999) - (xy 62.032372 142.248598) - (xy 62.032379 142.248596) - (xy 62.167086 142.198354) - (xy 62.167093 142.19835) - (xy 62.282187 142.11219) - (xy 62.28219 142.112187) - (xy 62.36835 141.997093) - (xy 62.368354 141.997086) - (xy 62.418596 141.862379) - (xy 62.418598 141.862372) - (xy 62.424999 141.802844) - (xy 62.425 141.802827) - (xy 62.425 141.09) - (xy 61.51652 141.09) - (xy 61.544755 141.029998) - (xy 61.573635 140.878607) - (xy 61.563957 140.724789) - (xy 61.520162 140.59) - (xy 62.425 140.59) - (xy 62.425 139.877172) - (xy 62.424999 139.877155) - (xy 62.418598 139.817627) - (xy 62.418596 139.81762) - (xy 62.368354 139.682913) - (xy 62.36835 139.682906) - (xy 62.28219 139.567812) - (xy 62.282187 139.567809) - (xy 62.167093 139.481649) - (xy 62.167086 139.481645) - (xy 62.032379 139.431403) - (xy 62.032372 139.431401) - (xy 61.972844 139.425) - (xy 61.21 139.425) - (xy 61.21 140.281335) - (xy 61.186341 140.268329) - (xy 61.037061 140.23) - (xy 60.921625 140.23) - (xy 60.807094 140.244469) - (xy 60.71 140.282911) - (xy 60.71 139.425) - (xy 59.947155 139.425) - (xy 59.887627 139.431401) - (xy 59.88762 139.431403) - (xy 59.752913 139.481645) - (xy 59.752906 139.481649) - (xy 59.637812 139.567809) - (xy 59.637809 139.567812) - (xy 59.551649 139.682906) - (xy 59.551645 139.682913) - (xy 59.501403 139.81762) - (xy 59.501401 139.817627) - (xy 59.495 139.877155) - (xy 59.495 140.59) - (xy 60.40348 140.59) - (xy 60.375245 140.650002) - (xy 60.346365 140.801393) - (xy 60.356043 140.955211) - (xy 60.399838 141.09) - (xy 59.495 141.09) - (xy 59.495 141.802844) - (xy 59.501401 141.862372) - (xy 59.501403 141.862379) - (xy 59.551645 141.997086) - (xy 59.551649 141.997093) - (xy 59.637809 142.112187) - (xy 59.637812 142.11219) - (xy 59.752906 142.19835) - (xy 59.752913 142.198354) - (xy 59.88762 142.248596) - (xy 59.887627 142.248598) - (xy 59.947155 142.254999) - (xy 59.947172 142.255) - (xy 60.292806 142.255) - (xy 60.359845 142.274685) - (xy 60.4056 142.327489) - (xy 60.415544 142.396647) - (xy 60.386519 142.460203) - (xy 60.340258 142.493561) - (xy 60.243443 142.533662) - (xy 60.032259 142.663075) - (xy 59.843927 142.823927) - (xy 59.683075 143.012259) - (xy 59.553663 143.223441) - (xy 59.458886 143.452255) - (xy 59.458885 143.452258) - (xy 59.408246 143.663179) - (xy 59.401065 143.693093) - (xy 59.381634 143.94) - (xy 50.8755 143.94) - (xy 50.8755 137.160005) - (xy 58.276673 137.160005) - (xy 58.295948 137.392622) - (xy 58.353251 137.618907) - (xy 58.447015 137.832668) - (xy 58.574686 138.028084) - (xy 58.724819 138.19117) - (xy 58.73278 138.199818) - (xy 58.916983 138.34319) - (xy 58.916985 138.343191) - (xy 58.916988 138.343193) - (xy 58.99749 138.386758) - (xy 59.122273 138.454287) - (xy 59.175911 138.472701) - (xy 59.343045 138.530079) - (xy 59.343047 138.530079) - (xy 59.343049 138.53008) - (xy 59.573288 138.5685) - (xy 59.573289 138.5685) - (xy 59.806711 138.5685) - (xy 59.806712 138.5685) - (xy 60.036951 138.53008) - (xy 60.257727 138.454287) - (xy 60.463017 138.34319) - (xy 60.64722 138.199818) - (xy 60.653646 138.192836) - (xy 60.713529 138.156847) - (xy 60.783367 138.158944) - (xy 60.823412 138.186413) - (xy 60.845276 138.19117) - (xy 61.78555 137.250896) - (xy 61.786327 137.261265) - (xy 61.835887 137.387541) - (xy 61.920465 137.493599) - (xy 62.032547 137.570016) - (xy 62.140299 137.603253) - (xy 61.198829 138.544722) - (xy 61.222623 138.553597) - (xy 61.222627 138.553598) - (xy 61.282155 138.559999) - (xy 61.282172 138.56) - (xy 63.177828 138.56) - (xy 63.177844 138.559999) - (xy 63.237375 138.553598) - (xy 63.26117 138.544723) - (xy 63.26117 138.544722) - (xy 62.318231 137.601784) - (xy 62.364138 137.594865) - (xy 62.486357 137.536007) - (xy 62.585798 137.44374) - (xy 62.653625 137.32626) - (xy 62.671499 137.247947) - (xy 63.614722 138.19117) - (xy 63.614723 138.19117) - (xy 63.623598 138.167375) - (xy 63.629999 138.107844) - (xy 63.63 138.107827) - (xy 63.63 136.212172) - (xy 63.629999 136.212155) - (xy 63.623598 136.152627) - (xy 63.623597 136.152623) - (xy 63.614722 136.128829) - (xy 62.674449 137.069102) - (xy 62.673673 137.058735) - (xy 62.624113 136.932459) - (xy 62.539535 136.826401) - (xy 62.427453 136.749984) - (xy 62.3197 136.716747) - (xy 63.26117 135.775276) - (xy 63.237373 135.766401) - (xy 63.177844 135.76) - (xy 61.282157 135.76) - (xy 61.222625 135.766401) - (xy 61.222615 135.766404) - (xy 61.198829 135.775274) - (xy 61.198829 135.775277) - (xy 62.141768 136.718215) - (xy 62.095862 136.725135) - (xy 61.973643 136.783993) - (xy 61.874202 136.87626) - (xy 61.806375 136.99374) - (xy 61.7885 137.072052) - (xy 60.845277 136.128829) - (xy 60.826286 136.13296) - (xy 60.819188 136.142444) - (xy 60.753725 136.166863) - (xy 60.685451 136.152013) - (xy 60.653646 136.127163) - (xy 60.647218 136.12018) - (xy 60.463014 135.976808) - (xy 60.463011 135.976806) - (xy 60.257733 135.865716) - (xy 60.25773 135.865715) - (xy 60.257727 135.865713) - (xy 60.257721 135.865711) - (xy 60.257719 135.86571) - (xy 60.036954 135.78992) - (xy 59.840792 135.757187) - (xy 59.806712 135.7515) - (xy 59.573288 135.7515) - (xy 59.539208 135.757187) - (xy 59.343045 135.78992) - (xy 59.12228 135.86571) - (xy 59.122266 135.865716) - (xy 58.916988 135.976806) - (xy 58.916985 135.976808) - (xy 58.732781 136.120181) - (xy 58.732776 136.120185) - (xy 58.574686 136.291915) - (xy 58.447015 136.487331) - (xy 58.353251 136.701092) - (xy 58.295948 136.927377) - (xy 58.276673 137.159994) - (xy 58.276673 137.160005) - (xy 50.8755 137.160005) - (xy 50.8755 130.22) - (xy 59.381634 130.22) - (xy 59.401065 130.466906) - (xy 59.401065 130.466909) - (xy 59.401066 130.466911) - (xy 59.458885 130.707742) - (xy 59.458886 130.707744) - (xy 59.553663 130.936558) - (xy 59.553665 130.936562) - (xy 59.553666 130.936563) - (xy 59.683075 131.14774) - (xy 59.843927 131.336073) - (xy 60.03226 131.496925) - (xy 60.243437 131.626334) - (xy 60.24344 131.626335) - (xy 60.243443 131.626337) - (xy 60.340258 131.666439) - (xy 60.394662 131.71028) - (xy 60.416727 131.776574) - (xy 60.399448 131.844273) - (xy 60.348311 131.891884) - (xy 60.292806 131.905) - (xy 59.947155 131.905) - (xy 59.887627 131.911401) - (xy 59.88762 131.911403) - (xy 59.752913 131.961645) - (xy 59.752906 131.961649) - (xy 59.637812 132.047809) - (xy 59.637809 132.047812) - (xy 59.551649 132.162906) - (xy 59.551645 132.162913) - (xy 59.501403 132.29762) - (xy 59.501401 132.297627) - (xy 59.495 132.357155) - (xy 59.495 133.07) - (xy 60.40348 133.07) - (xy 60.375245 133.130002) - (xy 60.346365 133.281393) - (xy 60.356043 133.435211) - (xy 60.399838 133.57) - (xy 59.495 133.57) - (xy 59.495 134.282844) - (xy 59.501401 134.342372) - (xy 59.501403 134.342379) - (xy 59.551645 134.477086) - (xy 59.551649 134.477093) - (xy 59.637809 134.592187) - (xy 59.637812 134.59219) - (xy 59.752906 134.67835) - (xy 59.752913 134.678354) - (xy 59.88762 134.728596) - (xy 59.887627 134.728598) - (xy 59.947155 134.734999) - (xy 59.947172 134.735) - (xy 60.71 134.735) - (xy 60.71 133.878664) - (xy 60.733659 133.891671) - (xy 60.882939 133.93) - (xy 60.998375 133.93) - (xy 61.112906 133.915531) - (xy 61.21 133.877088) - (xy 61.21 134.735) - (xy 61.972828 134.735) - (xy 61.972844 134.734999) - (xy 62.032372 134.728598) - (xy 62.032379 134.728596) - (xy 62.167086 134.678354) - (xy 62.167093 134.67835) - (xy 62.282187 134.59219) - (xy 62.28219 134.592187) - (xy 62.36835 134.477093) - (xy 62.368354 134.477086) - (xy 62.418596 134.342379) - (xy 62.418598 134.342372) - (xy 62.424999 134.282844) - (xy 62.425 134.282827) - (xy 62.425 133.57) - (xy 61.51652 133.57) - (xy 61.544755 133.509998) - (xy 61.573635 133.358607) - (xy 61.563957 133.204789) - (xy 61.520162 133.07) - (xy 62.425 133.07) - (xy 62.425 132.357172) - (xy 62.424999 132.357155) - (xy 62.418598 132.297627) - (xy 62.418596 132.29762) - (xy 62.368354 132.162913) - (xy 62.36835 132.162906) - (xy 62.28219 132.047812) - (xy 62.282187 132.047809) - (xy 62.167093 131.961649) - (xy 62.167086 131.961645) - (xy 62.032379 131.911403) - (xy 62.032372 131.911401) - (xy 61.972844 131.905) - (xy 61.627194 131.905) - (xy 61.560155 131.885315) - (xy 61.5144 131.832511) - (xy 61.504456 131.763353) - (xy 61.533481 131.699797) - (xy 61.579742 131.666439) - (xy 61.676556 131.626337) - (xy 61.676556 131.626336) - (xy 61.676563 131.626334) - (xy 61.88774 131.496925) - (xy 62.076073 131.336073) - (xy 62.236925 131.14774) - (xy 62.366334 130.936563) - (xy 62.461115 130.707742) - (xy 62.518934 130.466911) - (xy 62.538366 130.22) - (xy 62.518934 129.973089) - (xy 62.461115 129.732258) - (xy 62.366334 129.503437) - (xy 62.236925 129.29226) - (xy 62.076073 129.103927) - (xy 61.88774 128.943075) - (xy 61.676563 128.813666) - (xy 61.676562 128.813665) - (xy 61.676558 128.813663) - (xy 61.447744 128.718886) - (xy 61.447742 128.718885) - (xy 61.206911 128.661066) - (xy 61.206909 128.661065) - (xy 61.206906 128.661065) - (xy 60.96 128.641634) - (xy 60.713093 128.661065) - (xy 60.713089 128.661066) - (xy 60.472258 128.718885) - (xy 60.472256 128.718885) - (xy 60.472255 128.718886) - (xy 60.243441 128.813663) - (xy 60.032259 128.943075) - (xy 59.843927 129.103927) - (xy 59.683075 129.292259) - (xy 59.553663 129.503441) - (xy 59.458886 129.732255) - (xy 59.401065 129.973093) - (xy 59.381634 130.22) - (xy 50.8755 130.22) - (xy 50.8755 56.155767) - (xy 52.5395 56.155767) - (xy 52.546011 56.216315) - (xy 52.546011 56.216317) - (xy 52.581042 56.310236) - (xy 52.597111 56.353317) - (xy 52.684739 56.470374) - (xy 52.801796 56.558002) - (xy 52.938799 56.609102) - (xy 52.96605 56.612031) - (xy 52.999345 56.615612) - (xy 52.999362 56.615613) - (xy 54.696638 56.615613) - (xy 54.696654 56.615612) - (xy 54.723692 56.612704) - (xy 54.757201 56.609102) - (xy 54.894204 56.558002) - (xy 55.011261 56.470374) - (xy 55.098889 56.353317) - (xy 55.149989 56.216314) - (xy 55.154734 56.172181) - (xy 55.156499 56.155767) - (xy 55.1565 56.15575) - (xy 55.1565 56.064613) - (xy 55.176185 55.997574) - (xy 55.228989 55.951819) - (xy 55.2805 55.940613) - (xy 57.258253 55.940613) - (xy 57.274 55.942351) - (xy 57.274026 55.942081) - (xy 57.281792 55.942814) - (xy 57.281796 55.942815) - (xy 57.351845 55.940613) - (xy 57.381743 55.940613) - (xy 57.381744 55.940613) - (xy 57.383109 55.94044) - (xy 57.388749 55.939727) - (xy 57.394572 55.939269) - (xy 57.420595 55.938451) - (xy 57.441777 55.937786) - (xy 57.451568 55.93494) - (xy 57.461368 55.932093) - (xy 57.480425 55.928145) - (xy 57.500684 55.925587) - (xy 57.544608 55.908195) - (xy 57.550108 55.906312) - (xy 57.59548 55.893131) - (xy 57.613052 55.882738) - (xy 57.630519 55.874181) - (xy 57.649504 55.866665) - (xy 57.687713 55.838903) - (xy 57.692591 55.835698) - (xy 57.733249 55.811655) - (xy 57.747689 55.797213) - (xy 57.762479 55.784583) - (xy 57.778994 55.772585) - (xy 57.809109 55.73618) - (xy 57.813013 55.731889) - (xy 58.182308 55.362594) - (xy 58.243629 55.329111) - (xy 58.313321 55.334095) - (xy 58.369254 55.375967) - (xy 58.393515 55.439467) - (xy 58.396456 55.473083) - (xy 58.396458 55.473091) - (xy 58.413758 55.537655) - (xy 58.412095 55.607504) - (xy 58.381664 55.657429) - (xy 58.076179 55.962914) - (xy 58.06382 55.972818) - (xy 58.063993 55.973027) - (xy 58.057983 55.977999) - (xy 58.010015 56.029079) - (xy 57.988872 56.050222) - (xy 57.988857 56.050239) - (xy 57.984531 56.055814) - (xy 57.980747 56.060244) - (xy 57.948419 56.094671) - (xy 57.948412 56.094681) - (xy 57.938579 56.112567) - (xy 57.927903 56.12882) - (xy 57.915386 56.144957) - (xy 57.915385 56.144959) - (xy 57.896625 56.18831) - (xy 57.894055 56.193556) - (xy 57.871303 56.234941) - (xy 57.871303 56.234942) - (xy 57.866225 56.25472) - (xy 57.859925 56.273122) - (xy 57.851818 56.291857) - (xy 57.844431 56.338495) - (xy 57.843246 56.344216) - (xy 57.8315 56.389965) - (xy 57.8315 56.410384) - (xy 57.829972 56.429783) - (xy 57.82678 56.449943) - (xy 57.827956 56.462386) - (xy 57.831225 56.496966) - (xy 57.8315 56.502804) - (xy 57.8315 121.745768) - (xy 57.829761 121.761515) - (xy 57.830032 121.761541) - (xy 57.829298 121.769307) - (xy 57.8315 121.839359) - (xy 57.8315 121.869261) - (xy 57.832384 121.876258) - (xy 57.832842 121.882081) - (xy 57.834326 121.929291) - (xy 57.834327 121.929293) - (xy 57.840022 121.948897) - (xy 57.843967 121.967944) - (xy 57.846526 121.988199) - (xy 57.846527 121.988202) - (xy 57.846528 121.988205) - (xy 57.863914 122.032118) - (xy 57.865806 122.037646) - (xy 57.878981 122.082994) - (xy 57.889372 122.100564) - (xy 57.897932 122.118037) - (xy 57.905447 122.137019) - (xy 57.933209 122.175229) - (xy 57.936416 122.180112) - (xy 57.960458 122.220764) - (xy 57.960462 122.220768) - (xy 57.974889 122.235195) - (xy 57.987526 122.24999) - (xy 57.999528 122.266509) - (xy 58.035931 122.296624) - (xy 58.040231 122.300537) - (xy 64.665875 128.926181) - (xy 71.21648 135.476786) - (xy 71.249965 135.538109) - (xy 71.244981 135.607801) - (xy 71.22095 135.647438) - (xy 71.142958 135.734057) - (xy 71.047473 135.899443) - (xy 71.04747 135.89945) - (xy 70.988459 136.081068) - (xy 70.988458 136.081072) - (xy 70.968496 136.271) - (xy 70.988458 136.460928) - (xy 70.988459 136.460931) - (xy 71.04747 136.642549) - (xy 71.047473 136.642556) - (xy 71.142095 136.806447) - (xy 71.14296 136.807944) - (xy 71.216649 136.889784) - (xy 71.24688 136.952775) - (xy 71.2485 136.972756) - (xy 71.2485 137.6515) - (xy 71.228815 137.718539) - (xy 71.176011 137.764294) - (xy 71.1245 137.7755) - (xy 71.024513 137.7755) - (xy 70.837714 137.815205) - (xy 70.663246 137.892883) - (xy 70.508745 138.005135) - (xy 70.380959 138.147057) - (xy 70.285473 138.312443) - (xy 70.28547 138.31245) - (xy 70.239386 138.454283) - (xy 70.226458 138.494072) - (xy 70.206496 138.684) - (xy 70.226458 138.873928) - (xy 70.226459 138.873931) - (xy 70.28547 139.055549) - (xy 70.285473 139.055556) - (xy 70.38096 139.220944) - (xy 70.454649 139.302784) - (xy 70.48488 139.365775) - (xy 70.4865 139.385756) - (xy 70.4865 142.708741) - (xy 70.466815 142.77578) - (xy 70.45465 142.791713) - (xy 70.380963 142.87355) - (xy 70.380958 142.873557) - (xy 70.285473 143.038943) - (xy 70.28547 143.03895) - (xy 70.226459 143.220568) - (xy 70.226458 143.220572) - (xy 70.206496 143.4105) - (xy 70.226458 143.600428) - (xy 70.226459 143.600431) - (xy 70.28547 143.782049) - (xy 70.285473 143.782056) - (xy 70.38096 143.947444) - (xy 70.508747 144.089366) - (xy 70.663248 144.201618) - (xy 70.837712 144.279294) - (xy 71.024513 144.319) - (xy 71.215487 144.319) - (xy 71.402288 144.279294) - (xy 71.576752 144.201618) - (xy 71.731253 144.089366) - (xy 71.85904 143.947444) - (xy 71.954527 143.782056) - (xy 72.013542 143.600428) - (xy 72.033504 143.4105) - (xy 72.013542 143.220572) - (xy 71.954527 143.038944) - (xy 71.85904 142.873556) - (xy 71.859036 142.87355) - (xy 71.78535 142.791713) - (xy 71.75512 142.728721) - (xy 71.7535 142.708741) - (xy 71.7535 142.5105) - (xy 71.773185 142.443461) - (xy 71.825989 142.397706) - (xy 71.8775 142.3865) - (xy 71.977487 142.3865) - (xy 72.164288 142.346794) - (xy 72.338752 142.269118) - (xy 72.493253 142.156866) - (xy 72.62104 142.014944) - (xy 72.716527 141.849556) - (xy 72.775542 141.667928) - (xy 72.795504 141.478) - (xy 72.775542 141.288072) - (xy 72.716527 141.106444) - (xy 72.668783 141.02375) - (xy 72.621041 140.941057) - (xy 72.621036 140.94105) - (xy 72.54735 140.859213) - (xy 72.51712 140.796221) - (xy 72.5155 140.776241) - (xy 72.5155 137.075168) - (xy 72.535185 137.008129) - (xy 72.587989 136.962374) - (xy 72.657147 136.95243) - (xy 72.720703 136.981455) - (xy 72.727181 136.987487) - (xy 74.641181 138.901487) - (xy 74.674666 138.96281) - (xy 74.6775 138.989168) - (xy 74.6775 144.369508) - (xy 74.657815 144.436547) - (xy 74.605011 144.482302) - (xy 74.535853 144.492246) - (xy 74.527719 144.490798) - (xy 74.47927 144.4805) - (xy 74.288296 144.4805) - (xy 74.101497 144.520205) - (xy 73.927029 144.597883) - (xy 73.772528 144.710135) - (xy 73.644742 144.852057) - (xy 73.549256 145.017443) - (xy 73.549253 145.01745) - (xy 73.490242 145.199068) - (xy 73.490241 145.199072) - (xy 73.470279 145.389) - (xy 73.487015 145.54824) - (xy 73.474447 145.616968) - (xy 73.451376 145.648881) - (xy 69.910077 149.190181) - (xy 69.848754 149.223666) - (xy 69.822396 149.2265) - (xy 64.715309 149.2265) - (xy 64.64827 149.206815) - (xy 64.62316 149.185473) - (xy 64.619254 149.181135) - (xy 64.464753 149.068883) - (xy 64.464752 149.068882) - (xy 64.290288 148.991206) - (xy 64.290286 148.991205) - (xy 64.103487 148.9515) - (xy 63.912513 148.9515) - (xy 63.725714 148.991205) - (xy 63.551246 149.068883) - (xy 63.396745 149.181135) - (xy 63.268959 149.323057) - (xy 63.173473 149.488443) - (xy 63.17347 149.48845) - (xy 63.118658 149.657145) - (xy 63.114458 149.670072) - (xy 63.094496 149.86) - (xy 63.114458 150.049928) - (xy 63.114459 150.049931) - (xy 63.17347 150.231549) - (xy 63.173473 150.231556) - (xy 63.26896 150.396944) - (xy 63.396747 150.538866) - (xy 63.551248 150.651118) - (xy 63.725712 150.728794) - (xy 63.912513 150.7685) - (xy 64.103487 150.7685) - (xy 64.290288 150.728794) - (xy 64.464752 150.651118) - (xy 64.619253 150.538866) - (xy 64.62316 150.534527) - (xy 64.682646 150.497879) - (xy 64.715309 150.4935) - (xy 70.052529 150.4935) - (xy 70.068276 150.495238) - (xy 70.068302 150.494968) - (xy 70.076068 150.495701) - (xy 70.076072 150.495702) - (xy 70.146121 150.4935) - (xy 70.176019 150.4935) - (xy 70.17602 150.4935) - (xy 70.177385 150.493327) - (xy 70.183025 150.492614) - (xy 70.188848 150.492156) - (xy 70.214871 150.491338) - (xy 70.236053 150.490673) - (xy 70.245844 150.487827) - (xy 70.255644 150.48498) - (xy 70.274701 150.481032) - (xy 70.29496 150.478474) - (xy 70.338884 150.461082) - (xy 70.344384 150.459199) - (xy 70.389756 150.446018) - (xy 70.407328 150.435625) - (xy 70.424795 150.427068) - (xy 70.44378 150.419552) - (xy 70.481989 150.39179) - (xy 70.486867 150.388585) - (xy 70.527525 150.364542) - (xy 70.541965 150.3501) - (xy 70.556755 150.33747) - (xy 70.57327 150.325472) - (xy 70.603385 150.289067) - (xy 70.607289 150.284776) - (xy 74.465821 146.426245) - (xy 74.527142 146.392762) - (xy 74.596834 146.397746) - (xy 74.652767 146.439618) - (xy 74.677184 146.505082) - (xy 74.6775 146.513928) - (xy 74.6775 149.165233) - (xy 74.657815 149.232272) - (xy 74.641181 149.252914) - (xy 74.216914 149.677181) - (xy 74.155591 149.710666) - (xy 74.129233 149.7135) - (xy 74.072513 149.7135) - (xy 73.885714 149.753205) - (xy 73.874922 149.75801) - (xy 73.735324 149.820163) - (xy 73.711246 149.830883) - (xy 73.556745 149.943135) - (xy 73.428959 150.085057) - (xy 73.333473 150.250443) - (xy 73.33347 150.25045) - (xy 73.274917 150.430659) - (xy 73.274458 150.432072) - (xy 73.254496 150.622) - (xy 73.274458 150.811928) - (xy 73.274459 150.811931) - (xy 73.33347 150.993549) - (xy 73.333473 150.993556) - (xy 73.42896 151.158944) - (xy 73.556747 151.300866) - (xy 73.711248 151.413118) - (xy 73.885712 151.490794) - (xy 74.072513 151.5305) - (xy 74.263487 151.5305) - (xy 74.450288 151.490794) - (xy 74.624752 151.413118) - (xy 74.779253 151.300866) - (xy 74.90704 151.158944) - (xy 75.002527 150.993556) - (xy 75.061542 150.811928) - (xy 75.078981 150.645999) - (xy 75.105564 150.581388) - (xy 75.114611 150.571292) - (xy 75.699817 149.986086) - (xy 75.712178 149.976185) - (xy 75.712004 149.975975) - (xy 75.718013 149.971002) - (xy 75.718018 149.971) - (xy 75.765984 149.91992) - (xy 75.787135 149.89877) - (xy 75.791461 149.893192) - (xy 75.79525 149.888755) - (xy 75.827586 149.854321) - (xy 75.837419 149.836432) - (xy 75.848102 149.820169) - (xy 75.860614 149.804041) - (xy 75.879371 149.760691) - (xy 75.881941 149.755447) - (xy 75.904693 149.714064) - (xy 75.904693 149.714063) - (xy 75.904695 149.71406) - (xy 75.909774 149.694273) - (xy 75.91607 149.675885) - (xy 75.924181 149.657145) - (xy 75.931569 149.610497) - (xy 75.932751 149.604786) - (xy 75.9445 149.55903) - (xy 75.9445 149.538615) - (xy 75.946027 149.519214) - (xy 75.94922 149.499057) - (xy 75.944775 149.452033) - (xy 75.9445 149.446195) - (xy 75.9445 143.94) - (xy 79.701634 143.94) - (xy 79.721065 144.186906) - (xy 79.721065 144.186909) - (xy 79.721066 144.186911) - (xy 79.778885 144.427742) - (xy 79.778886 144.427744) - (xy 79.873663 144.656558) - (xy 79.873665 144.656562) - (xy 79.873666 144.656563) - (xy 80.003075 144.86774) - (xy 80.163927 145.056073) - (xy 80.35226 145.216925) - (xy 80.563437 145.346334) - (xy 80.563439 145.346334) - (xy 80.563441 145.346336) - (xy 80.634786 145.375888) - (xy 80.792258 145.441115) - (xy 81.033089 145.498934) - (xy 81.28 145.518366) - (xy 81.526911 145.498934) - (xy 81.767742 145.441115) - (xy 81.996563 145.346334) - (xy 82.20774 145.216925) - (xy 82.396073 145.056073) - (xy 82.556925 144.86774) - (xy 82.686334 144.656563) - (xy 82.781115 144.427742) - (xy 82.838934 144.186911) - (xy 82.858366 143.94) - (xy 82.838934 143.693089) - (xy 82.781115 143.452258) - (xy 82.686334 143.223437) - (xy 82.556925 143.01226) - (xy 82.396073 142.823927) - (xy 82.20774 142.663075) - (xy 81.996563 142.533666) - (xy 81.996561 142.533665) - (xy 81.996556 142.533662) - (xy 81.899742 142.493561) - (xy 81.845338 142.44972) - (xy 81.823273 142.383426) - (xy 81.840552 142.315727) - (xy 81.891689 142.268116) - (xy 81.947194 142.255) - (xy 82.292828 142.255) - (xy 82.292844 142.254999) - (xy 82.352372 142.248598) - (xy 82.352379 142.248596) - (xy 82.487086 142.198354) - (xy 82.487093 142.19835) - (xy 82.602187 142.11219) - (xy 82.60219 142.112187) - (xy 82.68835 141.997093) - (xy 82.688354 141.997086) - (xy 82.738596 141.862379) - (xy 82.738598 141.862372) - (xy 82.744999 141.802844) - (xy 82.745 141.802827) - (xy 82.745 141.09) - (xy 81.83652 141.09) - (xy 81.864755 141.029998) - (xy 81.893635 140.878607) - (xy 81.883957 140.724789) - (xy 81.840162 140.59) - (xy 82.745 140.59) - (xy 82.745 139.877172) - (xy 82.744999 139.877155) - (xy 82.738598 139.817627) - (xy 82.738596 139.81762) - (xy 82.688354 139.682913) - (xy 82.68835 139.682906) - (xy 82.60219 139.567812) - (xy 82.602187 139.567809) - (xy 82.487093 139.481649) - (xy 82.487086 139.481645) - (xy 82.352379 139.431403) - (xy 82.352372 139.431401) - (xy 82.292844 139.425) - (xy 81.53 139.425) - (xy 81.53 140.281335) - (xy 81.506341 140.268329) - (xy 81.357061 140.23) - (xy 81.241625 140.23) - (xy 81.127094 140.244469) - (xy 81.03 140.282911) - (xy 81.03 139.425) - (xy 80.267155 139.425) - (xy 80.207627 139.431401) - (xy 80.20762 139.431403) - (xy 80.072913 139.481645) - (xy 80.072906 139.481649) - (xy 79.957812 139.567809) - (xy 79.957809 139.567812) - (xy 79.871649 139.682906) - (xy 79.871645 139.682913) - (xy 79.821403 139.81762) - (xy 79.821401 139.817627) - (xy 79.815 139.877155) - (xy 79.815 140.59) - (xy 80.72348 140.59) - (xy 80.695245 140.650002) - (xy 80.666365 140.801393) - (xy 80.676043 140.955211) - (xy 80.719838 141.09) - (xy 79.815 141.09) - (xy 79.815 141.802844) - (xy 79.821401 141.862372) - (xy 79.821403 141.862379) - (xy 79.871645 141.997086) - (xy 79.871649 141.997093) - (xy 79.957809 142.112187) - (xy 79.957812 142.11219) - (xy 80.072906 142.19835) - (xy 80.072913 142.198354) - (xy 80.20762 142.248596) - (xy 80.207627 142.248598) - (xy 80.267155 142.254999) - (xy 80.267172 142.255) - (xy 80.612806 142.255) - (xy 80.679845 142.274685) - (xy 80.7256 142.327489) - (xy 80.735544 142.396647) - (xy 80.706519 142.460203) - (xy 80.660258 142.493561) - (xy 80.563443 142.533662) - (xy 80.352259 142.663075) - (xy 80.163927 142.823927) - (xy 80.003075 143.012259) - (xy 79.873663 143.223441) - (xy 79.778886 143.452255) - (xy 79.778885 143.452258) - (xy 79.728246 143.663179) - (xy 79.721065 143.693093) - (xy 79.701634 143.94) - (xy 75.9445 143.94) - (xy 75.9445 138.759034) - (xy 75.946239 138.743282) - (xy 75.945968 138.743257) - (xy 75.9467 138.735501) - (xy 75.946702 138.735494) - (xy 75.9445 138.66543) - (xy 75.9445 138.635546) - (xy 75.943614 138.628543) - (xy 75.943157 138.622724) - (xy 75.941674 138.575515) - (xy 75.941674 138.575513) - (xy 75.935974 138.555894) - (xy 75.932031 138.536848) - (xy 75.929474 138.516606) - (xy 75.929474 138.516605) - (xy 75.912081 138.472676) - (xy 75.910204 138.467194) - (xy 75.897019 138.421809) - (xy 75.88662 138.404226) - (xy 75.878066 138.386765) - (xy 75.870552 138.367785) - (xy 75.842793 138.329578) - (xy 75.839586 138.324696) - (xy 75.815544 138.284043) - (xy 75.815543 138.284042) - (xy 75.815542 138.28404) - (xy 75.801108 138.269606) - (xy 75.788471 138.254811) - (xy 75.776472 138.238295) - (xy 75.77647 138.238292) - (xy 75.740073 138.208183) - (xy 75.735751 138.204249) - (xy 66.837912 129.306409) - (xy 66.804427 129.245086) - (xy 66.809411 129.175394) - (xy 66.851283 129.119461) - (xy 66.914784 129.0952) - (xy 67.026142 129.085458) - (xy 67.233777 129.029822) - (xy 67.428597 128.938976) - (xy 67.604681 128.815681) - (xy 67.756681 128.663681) - (xy 67.879976 128.487597) - (xy 67.969618 128.295356) - (xy 68.01579 128.242919) - (xy 68.082984 128.223767) - (xy 68.149865 128.243983) - (xy 68.194382 128.295358) - (xy 68.284024 128.487597) - (xy 68.284026 128.487601) - (xy 68.407319 128.663682) - (xy 68.559317 128.81568) - (xy 68.735398 128.938973) - (xy 68.7354 128.938974) - (xy 68.735403 128.938976) - (xy 68.930223 129.029822) - (xy 69.137858 129.085458) - (xy 69.290816 129.09884) - (xy 69.351998 129.104193) - (xy 69.352 129.104193) - (xy 69.352002 129.104193) - (xy 69.405535 129.099509) - (xy 69.566142 129.085458) - (xy 69.773777 129.029822) - (xy 69.968597 128.938976) - (xy 70.144681 128.815681) - (xy 70.296681 128.663681) - (xy 70.419976 128.487597) - (xy 70.509618 128.295356) - (xy 70.55579 128.242919) - (xy 70.622984 128.223767) - (xy 70.689865 128.243983) - (xy 70.734382 128.295358) - (xy 70.824024 128.487597) - (xy 70.824026 128.487601) - (xy 70.947319 128.663682) - (xy 71.099317 128.81568) - (xy 71.275398 128.938973) - (xy 71.2754 128.938974) - (xy 71.275403 128.938976) - (xy 71.470223 129.029822) - (xy 71.677858 129.085458) - (xy 71.830816 129.09884) - (xy 71.891998 129.104193) - (xy 71.892 129.104193) - (xy 71.892002 129.104193) - (xy 71.945535 129.099509) - (xy 72.106142 129.085458) - (xy 72.313777 129.029822) - (xy 72.508597 128.938976) - (xy 72.684681 128.815681) - (xy 72.836681 128.663681) - (xy 72.959976 128.487597) - (xy 73.050822 128.292777) - (xy 73.106458 128.085142) - (xy 73.125193 127.871) - (xy 73.106458 127.656858) - (xy 73.050822 127.449223) - (xy 72.959976 127.254404) - (xy 72.836681 127.078319) - (xy 72.836679 127.078316) - (xy 72.684682 126.926319) - (xy 72.508601 126.803026) - (xy 72.508597 126.803024) - (xy 72.508595 126.803023) - (xy 72.313777 126.712178) - (xy 72.313774 126.712177) - (xy 72.313772 126.712176) - (xy 72.106144 126.656542) - (xy 72.106136 126.656541) - (xy 71.892002 126.637807) - (xy 71.891998 126.637807) - (xy 71.677863 126.656541) - (xy 71.677855 126.656542) - (xy 71.470227 126.712176) - (xy 71.470221 126.712179) - (xy 71.275405 126.803023) - (xy 71.275403 126.803024) - (xy 71.099316 126.92632) - (xy 70.94732 127.078316) - (xy 70.824024 127.254403) - (xy 70.824023 127.254405) - (xy 70.734382 127.446641) - (xy 70.688209 127.49908) - (xy 70.621016 127.518232) - (xy 70.554135 127.498016) - (xy 70.509618 127.446641) - (xy 70.48826 127.400839) - (xy 70.419976 127.254404) - (xy 70.296681 127.078319) - (xy 70.296679 127.078316) - (xy 70.144682 126.926319) - (xy 69.968601 126.803026) - (xy 69.968597 126.803024) - (xy 69.968595 126.803023) - (xy 69.773777 126.712178) - (xy 69.773774 126.712177) - (xy 69.773772 126.712176) - (xy 69.566144 126.656542) - (xy 69.566136 126.656541) - (xy 69.352002 126.637807) - (xy 69.351998 126.637807) - (xy 69.137863 126.656541) - (xy 69.137855 126.656542) - (xy 68.930227 126.712176) - (xy 68.930221 126.712179) - (xy 68.735405 126.803023) - (xy 68.735403 126.803024) - (xy 68.559316 126.92632) - (xy 68.40732 127.078316) - (xy 68.284024 127.254403) - (xy 68.284023 127.254405) - (xy 68.194382 127.446641) - (xy 68.148209 127.49908) - (xy 68.081016 127.518232) - (xy 68.014135 127.498016) - (xy 67.969618 127.446641) - (xy 67.94826 127.400839) - (xy 67.879976 127.254404) - (xy 67.756681 127.078319) - (xy 67.756679 127.078316) - (xy 67.604682 126.926319) - (xy 67.428601 126.803026) - (xy 67.428597 126.803024) - (xy 67.428595 126.803023) - (xy 67.233777 126.712178) - (xy 67.233774 126.712177) - (xy 67.233772 126.712176) - (xy 67.026144 126.656542) - (xy 67.026136 126.656541) - (xy 66.812002 126.637807) - (xy 66.811998 126.637807) - (xy 66.597863 126.656541) - (xy 66.597855 126.656542) - (xy 66.390227 126.712176) - (xy 66.390221 126.712179) - (xy 66.195405 126.803023) - (xy 66.195403 126.803024) - (xy 66.019316 126.92632) - (xy 65.86732 127.078316) - (xy 65.744024 127.254403) - (xy 65.744023 127.254405) - (xy 65.653179 127.449221) - (xy 65.653176 127.449227) - (xy 65.597542 127.656855) - (xy 65.597541 127.656862) - (xy 65.587799 127.768214) - (xy 65.562346 127.833283) - (xy 65.505755 127.874261) - (xy 65.435993 127.878139) - (xy 65.37659 127.845087) - (xy 61.205039 123.673536) - (xy 61.171554 123.612213) - (xy 61.176538 123.542521) - (xy 61.21841 123.486588) - (xy 61.263766 123.465284) - (xy 61.447742 123.421115) - (xy 61.456636 123.41743) - (xy 61.526102 123.409958) - (xy 61.588583 123.441229) - (xy 61.588877 123.441503) - (xy 61.600679 123.452586) - (xy 61.600681 123.452587) - (xy 61.618562 123.462417) - (xy 61.634829 123.473102) - (xy 61.65096 123.485615) - (xy 61.668647 123.493268) - (xy 61.694307 123.504371) - (xy 61.699533 123.506931) - (xy 61.74094 123.529695) - (xy 61.760716 123.534772) - (xy 61.779124 123.541075) - (xy 61.79785 123.549179) - (xy 61.797852 123.54918) - (xy 61.797853 123.54918) - (xy 61.797855 123.549181) - (xy 61.838784 123.555663) - (xy 61.844503 123.556569) - (xy 61.850212 123.557751) - (xy 61.89597 123.5695) - (xy 61.916384 123.5695) - (xy 61.935783 123.571027) - (xy 61.955943 123.57422) - (xy 62.002966 123.569775) - (xy 62.008804 123.5695) - (xy 74.705184 123.5695) - (xy 74.772223 123.589185) - (xy 74.792865 123.605819) - (xy 75.934877 124.747831) - (xy 75.968362 124.809154) - (xy 75.963378 124.878846) - (xy 75.921506 124.934779) - (xy 75.878562 124.95548) - (xy 75.835082 124.966847) - (xy 75.583364 125.073814) - (xy 75.349892 125.2163) - (xy 75.349882 125.216307) - (xy 75.139654 125.39126) - (xy 75.139648 125.391266) - (xy 74.957133 125.594966) - (xy 74.806217 125.823077) - (xy 74.690121 126.070732) - (xy 74.690119 126.070739) - (xy 74.611326 126.332633) - (xy 74.611323 126.332647) - (xy 74.591521 126.467204) - (xy 74.5715 126.603243) - (xy 74.5715 126.603247) - (xy 74.5715 127.328294) - (xy 74.586467 127.532782) - (xy 74.586469 127.532795) - (xy 74.645934 127.799746) - (xy 74.645937 127.799753) - (xy 74.743646 128.055221) - (xy 74.877506 128.293734) - (xy 74.877509 128.293739) - (xy 75.044669 128.510218) - (xy 75.044678 128.510228) - (xy 75.180975 128.641634) - (xy 75.241574 128.700059) - (xy 75.464019 128.859205) - (xy 75.538617 128.897558) - (xy 75.70725 128.98426) - (xy 75.707261 128.984264) - (xy 75.707266 128.984267) - (xy 75.707272 128.984269) - (xy 75.966116 129.072575) - (xy 75.966122 129.072576) - (xy 75.96613 129.072579) - (xy 76.235093 129.122259) - (xy 76.399091 129.128252) - (xy 76.508422 129.132248) - (xy 76.508422 129.132247) - (xy 76.508424 129.132248) - (xy 76.780296 129.102334) - (xy 77.044916 129.033153) - (xy 77.159971 128.98426) - (xy 77.296635 128.926185) - (xy 77.296638 128.926183) - (xy 77.296643 128.926181) - (xy 77.530112 128.783697) - (xy 77.740347 128.608738) - (xy 77.922867 128.405033) - (xy 78.073783 128.176923) - (xy 78.189877 127.929271) - (xy 78.268676 127.667355) - (xy 78.307899 127.400835) - (xy 78.337134 127.33738) - (xy 78.396037 127.299801) - (xy 78.465906 127.300032) - (xy 78.518258 127.331212) - (xy 83.070181 131.883135) - (xy 83.103666 131.944458) - (xy 83.1065 131.970816) - (xy 83.1065 133.167418) - (xy 83.086815 133.234457) - (xy 83.041519 133.276472) - (xy 82.966988 133.316806) - (xy 82.966985 133.316808) - (xy 82.782781 133.460181) - (xy 82.782776 133.460185) - (xy 82.624688 133.631913) - (xy 82.593809 133.679178) - (xy 82.540662 133.724534) - (xy 82.471431 133.733958) - (xy 82.408095 133.704456) - (xy 82.386191 133.679178) - (xy 82.355311 133.631913) - (xy 82.197223 133.460185) - (xy 82.197222 133.460184) - (xy 82.19722 133.460182) - (xy 82.013017 133.31681) - (xy 82.013015 133.316809) - (xy 82.013014 133.316808) - (xy 82.013011 133.316806) - (xy 81.807733 133.205716) - (xy 81.80773 133.205715) - (xy 81.807727 133.205713) - (xy 81.807721 133.205711) - (xy 81.807719 133.20571) - (xy 81.586954 133.12992) - (xy 81.40765 133.1) - (xy 81.356712 133.0915) - (xy 81.123288 133.0915) - (xy 81.07724 133.099184) - (xy 80.893045 133.12992) - (xy 80.67228 133.20571) - (xy 80.672266 133.205716) - (xy 80.466988 133.316806) - (xy 80.466986 133.316807) - (xy 80.291093 133.453711) - (xy 80.226099 133.479353) - (xy 80.157559 133.465786) - (xy 80.107234 133.417318) - (xy 80.098749 133.399189) - (xy 80.083355 133.357915) - (xy 80.08335 133.357906) - (xy 79.99719 133.242812) - (xy 79.997187 133.242809) - (xy 79.882093 133.156649) - (xy 79.882086 133.156645) - (xy 79.747379 133.106403) - (xy 79.747372 133.106401) - (xy 79.687844 133.1) - (xy 78.99 133.1) - (xy 78.99 134.064498) - (xy 78.882315 134.01532) - (xy 78.775763 134) - (xy 78.704237 134) - (xy 78.597685 134.01532) - (xy 78.49 134.064498) - (xy 78.49 133.1) - (xy 77.792155 133.1) - (xy 77.732627 133.106401) - (xy 77.73262 133.106403) - (xy 77.597913 133.156645) - (xy 77.597906 133.156649) - (xy 77.482812 133.242809) - (xy 77.482809 133.242812) - (xy 77.396649 133.357906) - (xy 77.396645 133.357913) - (xy 77.346403 133.49262) - (xy 77.346401 133.492627) - (xy 77.34 133.552155) - (xy 77.34 134.25) - (xy 78.306314 134.25) - (xy 78.280507 134.290156) - (xy 78.24 134.428111) - (xy 78.24 134.571889) - (xy 78.280507 134.709844) - (xy 78.306314 134.75) - (xy 77.34 134.75) - (xy 77.34 135.447844) - (xy 77.346401 135.507372) - (xy 77.346403 135.507379) - (xy 77.396645 135.642086) - (xy 77.396649 135.642093) - (xy 77.482809 135.757187) - (xy 77.482812 135.75719) - (xy 77.597906 135.84335) - (xy 77.597913 135.843354) - (xy 77.73262 135.893596) - (xy 77.732627 135.893598) - (xy 77.792155 135.899999) - (xy 77.792172 135.9) - (xy 78.49 135.9) - (xy 78.49 134.935501) - (xy 78.597685 134.98468) - (xy 78.704237 135) - (xy 78.775763 135) - (xy 78.882315 134.98468) - (xy 78.99 134.935501) - (xy 78.99 135.9) - (xy 79.687828 135.9) - (xy 79.687844 135.899999) - (xy 79.747372 135.893598) - (xy 79.747379 135.893596) - (xy 79.882086 135.843354) - (xy 79.882093 135.84335) - (xy 79.997187 135.75719) - (xy 79.99719 135.757187) - (xy 80.08335 135.642093) - (xy 80.083353 135.642088) - (xy 80.098748 135.600811) - (xy 80.140619 135.544876) - (xy 80.206083 135.520458) - (xy 80.274356 135.535309) - (xy 80.291093 135.546288) - (xy 80.466983 135.68319) - (xy 80.466985 135.683191) - (xy 80.466988 135.683193) - (xy 80.560975 135.734056) - (xy 80.672273 135.794287) - (xy 80.786914 135.833643) - (xy 80.893045 135.870079) - (xy 80.893047 135.870079) - (xy 80.893049 135.87008) - (xy 81.123288 135.9085) - (xy 81.123289 135.9085) - (xy 81.356711 135.9085) - (xy 81.356712 135.9085) - (xy 81.586951 135.87008) - (xy 81.807727 135.794287) - (xy 82.013017 135.68319) - (xy 82.19722 135.539818) - (xy 82.355314 135.368083) - (xy 82.386191 135.320821) - (xy 82.439337 135.275465) - (xy 82.508568 135.266041) - (xy 82.571904 135.295542) - (xy 82.593809 135.320822) - (xy 82.624686 135.368084) - (xy 82.782776 135.539814) - (xy 82.78278 135.539818) - (xy 82.966983 135.68319) - (xy 82.966985 135.683191) - (xy 82.966988 135.683193) - (xy 83.060975 135.734056) - (xy 83.172273 135.794287) - (xy 83.286914 135.833643) - (xy 83.393045 135.870079) - (xy 83.393047 135.870079) - (xy 83.393049 135.87008) - (xy 83.623288 135.9085) - (xy 83.623289 135.9085) - (xy 83.856711 135.9085) - (xy 83.856712 135.9085) - (xy 84.086951 135.87008) - (xy 84.307727 135.794287) - (xy 84.513017 135.68319) - (xy 84.69722 135.539818) - (xy 84.855314 135.368083) - (xy 84.982984 135.172669) - (xy 85.076749 134.958907) - (xy 85.134051 134.732626) - (xy 85.153327 134.5) - (xy 85.151428 134.477086) - (xy 85.134051 134.267377) - (xy 85.134051 134.267374) - (xy 85.076749 134.041093) - (xy 84.982984 133.827331) - (xy 84.855314 133.631917) - (xy 84.855313 133.631915) - (xy 84.697223 133.460185) - (xy 84.697222 133.460184) - (xy 84.69722 133.460182) - (xy 84.513017 133.31681) - (xy 84.513015 133.316809) - (xy 84.513014 133.316808) - (xy 84.513011 133.316806) - (xy 84.438481 133.276472) - (xy 84.388891 133.227252) - (xy 84.3735 133.167418) - (xy 84.3735 131.740681) - (xy 84.375238 131.724931) - (xy 84.374968 131.724906) - (xy 84.375701 131.717144) - (xy 84.375702 131.717141) - (xy 84.3735 131.647091) - (xy 84.3735 131.617194) - (xy 84.372614 131.610186) - (xy 84.372156 131.604364) - (xy 84.370673 131.55716) - (xy 84.370672 131.557158) - (xy 84.364979 131.537564) - (xy 84.361032 131.518507) - (xy 84.358474 131.498253) - (xy 84.341084 131.454334) - (xy 84.339193 131.448807) - (xy 84.326018 131.403458) - (xy 84.326018 131.403457) - (xy 84.315624 131.385882) - (xy 84.307064 131.368406) - (xy 84.299554 131.349438) - (xy 84.299554 131.349437) - (xy 84.299553 131.349435) - (xy 84.299552 131.349433) - (xy 84.271789 131.311221) - (xy 84.268587 131.306347) - (xy 84.244542 131.265687) - (xy 84.230106 131.251251) - (xy 84.217469 131.236456) - (xy 84.205471 131.219942) - (xy 84.169084 131.18984) - (xy 84.164762 131.185907) - (xy 80.307149 127.328294) - (xy 84.1715 127.328294) - (xy 84.186467 127.532782) - (xy 84.186469 127.532795) - (xy 84.245934 127.799746) - (xy 84.245937 127.799753) - (xy 84.343646 128.055221) - (xy 84.477506 128.293734) - (xy 84.477509 128.293739) - (xy 84.644669 128.510218) - (xy 84.644678 128.510228) - (xy 84.780975 128.641634) - (xy 84.841574 128.700059) - (xy 85.064019 128.859205) - (xy 85.138617 128.897558) - (xy 85.30725 128.98426) - (xy 85.307261 128.984264) - (xy 85.307266 128.984267) - (xy 85.307272 128.984269) - (xy 85.566116 129.072575) - (xy 85.566122 129.072576) - (xy 85.56613 129.072579) - (xy 85.835093 129.122259) - (xy 85.999091 129.128252) - (xy 86.108422 129.132248) - (xy 86.108422 129.132247) - (xy 86.108424 129.132248) - (xy 86.380296 129.102334) - (xy 86.644916 129.033153) - (xy 86.759971 128.98426) - (xy 86.896635 128.926185) - (xy 86.896638 128.926183) - (xy 86.896643 128.926181) - (xy 87.130112 128.783697) - (xy 87.340347 128.608738) - (xy 87.522867 128.405033) - (xy 87.673783 128.176923) - (xy 87.789877 127.929271) - (xy 87.868676 127.667355) - (xy 87.9085 127.396757) - (xy 87.9085 126.671712) - (xy 87.906018 126.637807) - (xy 87.903489 126.603243) - (xy 87.893533 126.467217) - (xy 87.885462 126.430988) - (xy 87.834065 126.200253) - (xy 87.834063 126.200249) - (xy 87.834063 126.200247) - (xy 87.736355 125.944781) - (xy 87.602493 125.706264) - (xy 87.435329 125.48978) - (xy 87.435321 125.489771) - (xy 87.238429 125.299944) - (xy 87.238427 125.299942) - (xy 87.121522 125.216303) - (xy 87.015981 125.140795) - (xy 87.0082 125.136794) - (xy 86.772749 125.015739) - (xy 86.772727 125.01573) - (xy 86.513883 124.927424) - (xy 86.51387 124.927421) - (xy 86.513865 124.92742) - (xy 86.244903 124.87774) - (xy 85.971577 124.867751) - (xy 85.699703 124.897666) - (xy 85.435084 124.966846) - (xy 85.183364 125.073814) - (xy 84.949892 125.2163) - (xy 84.949882 125.216307) - (xy 84.739654 125.39126) - (xy 84.739648 125.391266) - (xy 84.557133 125.594966) - (xy 84.406217 125.823077) - (xy 84.290121 126.070732) - (xy 84.290119 126.070739) - (xy 84.211326 126.332633) - (xy 84.211323 126.332647) - (xy 84.191521 126.467204) - (xy 84.1715 126.603243) - (xy 84.1715 126.603247) - (xy 84.1715 127.328294) - (xy 80.307149 127.328294) - (xy 75.526038 122.547183) - (xy 75.516137 122.534823) - (xy 75.515927 122.534998) - (xy 75.510952 122.528986) - (xy 75.51095 122.528982) - (xy 75.484608 122.504245) - (xy 75.459872 122.481016) - (xy 75.438718 122.459863) - (xy 75.436742 122.458331) - (xy 75.433133 122.455531) - (xy 75.4287 122.451744) - (xy 75.394271 122.419414) - (xy 75.394269 122.419412) - (xy 75.376381 122.409578) - (xy 75.36012 122.398897) - (xy 75.343989 122.386384) - (xy 75.300643 122.367627) - (xy 75.295395 122.365056) - (xy 75.268201 122.350106) - (xy 75.25401 122.342305) - (xy 75.25061 122.341432) - (xy 75.234237 122.337228) - (xy 75.215831 122.330926) - (xy 75.197094 122.322818) - (xy 75.197096 122.322818) - (xy 75.150446 122.31543) - (xy 75.144731 122.314246) - (xy 75.124562 122.309068) - (xy 75.098982 122.3025) - (xy 75.09898 122.3025) - (xy 75.078566 122.3025) - (xy 75.059167 122.300973) - (xy 75.039008 122.29778) - (xy 75.039007 122.29778) - (xy 74.991984 122.302225) - (xy 74.986146 122.3025) - (xy 62.642406 122.3025) - (xy 62.575367 122.282815) - (xy 62.529612 122.230011) - (xy 62.518788 122.168772) - (xy 62.529107 122.037646) - (xy 62.538366 121.92) - (xy 62.518934 121.673089) - (xy 62.461115 121.432258) - (xy 62.366334 121.203437) - (xy 62.236925 120.99226) - (xy 62.076073 120.803927) - (xy 61.88774 120.643075) - (xy 61.676563 120.513666) - (xy 61.676562 120.513665) - (xy 61.676558 120.513663) - (xy 61.447744 120.418886) - (xy 61.447742 120.418885) - (xy 61.206911 120.361066) - (xy 61.206909 120.361065) - (xy 61.206906 120.361065) - (xy 60.96 120.341634) - (xy 60.713093 120.361065) - (xy 60.713089 120.361066) - (xy 60.472258 120.418885) - (xy 60.472256 120.418885) - (xy 60.472255 120.418886) - (xy 60.243441 120.513663) - (xy 60.032259 120.643075) - (xy 59.843927 120.803927) - (xy 59.683075 120.992259) - (xy 59.553663 121.203441) - (xy 59.458886 121.432255) - (xy 59.458885 121.432258) - (xy 59.414717 121.616228) - (xy 59.379927 121.676818) - (xy 59.3179 121.708982) - (xy 59.248332 121.702506) - (xy 59.206463 121.67496) - (xy 59.134819 121.603316) - (xy 59.101334 121.541993) - (xy 59.0985 121.515635) - (xy 59.0985 118.299799) - (xy 59.118185 118.23276) - (xy 59.170989 118.187005) - (xy 59.240147 118.177061) - (xy 59.262763 118.182518) - (xy 59.343045 118.210079) - (xy 59.343047 118.210079) - (xy 59.343049 118.21008) - (xy 59.573288 118.2485) - (xy 59.573289 118.2485) - (xy 59.806711 118.2485) - (xy 59.806712 118.2485) - (xy 60.036951 118.21008) - (xy 60.257727 118.134287) - (xy 60.463017 118.02319) - (xy 60.64722 117.879818) - (xy 60.653646 117.872837) - (xy 60.713531 117.836845) - (xy 60.783369 117.838944) - (xy 60.840986 117.878466) - (xy 60.861059 117.913485) - (xy 60.886645 117.982086) - (xy 60.886649 117.982093) - (xy 60.972809 118.097187) - (xy 60.972812 118.09719) - (xy 61.087906 118.18335) - (xy 61.087913 118.183354) - (xy 61.22262 118.233596) - (xy 61.222627 118.233598) - (xy 61.282155 118.239999) - (xy 61.282172 118.24) - (xy 61.98 118.24) - (xy 61.98 117.214189) - (xy 62.032547 117.250016) - (xy 62.162173 117.29) - (xy 62.263724 117.29) - (xy 62.364138 117.274865) - (xy 62.48 117.219068) - (xy 62.48 118.24) - (xy 63.177828 118.24) - (xy 63.177844 118.239999) - (xy 63.237372 118.233598) - (xy 63.237379 118.233596) - (xy 63.372086 118.183354) - (xy 63.372093 118.18335) - (xy 63.487187 118.09719) - (xy 63.48719 118.097187) - (xy 63.57335 117.982093) - (xy 63.573354 117.982086) - (xy 63.623596 117.847379) - (xy 63.623598 117.847372) - (xy 63.629999 117.787844) - (xy 63.63 117.787827) - (xy 63.63 117.09) - (xy 62.605278 117.09) - (xy 62.653625 117.00626) - (xy 62.68381 116.874008) - (xy 62.673673 116.738735) - (xy 62.624113 116.612459) - (xy 62.606203 116.59) - (xy 63.63 116.59) - (xy 63.63 115.892172) - (xy 63.629999 115.892155) - (xy 63.623598 115.832627) - (xy 63.623596 115.83262) - (xy 63.573354 115.697913) - (xy 63.57335 115.697906) - (xy 63.48719 115.582812) - (xy 63.487187 115.582809) - (xy 63.372093 115.496649) - (xy 63.372086 115.496645) - (xy 63.237379 115.446403) - (xy 63.237372 115.446401) - (xy 63.177844 115.44) - (xy 62.48 115.44) - (xy 62.48 116.46581) - (xy 62.427453 116.429984) - (xy 62.297827 116.39) - (xy 62.196276 116.39) - (xy 62.095862 116.405135) - (xy 61.98 116.460931) - (xy 61.98 115.44) - (xy 61.282155 115.44) - (xy 61.222627 115.446401) - (xy 61.22262 115.446403) - (xy 61.087913 115.496645) - (xy 61.087906 115.496649) - (xy 60.972812 115.582809) - (xy 60.972809 115.582812) - (xy 60.886649 115.697906) - (xy 60.886645 115.697913) - (xy 60.861059 115.766514) - (xy 60.819188 115.822448) - (xy 60.753723 115.846865) - (xy 60.68545 115.832013) - (xy 60.653649 115.807165) - (xy 60.647224 115.800186) - (xy 60.647222 115.800184) - (xy 60.64722 115.800182) - (xy 60.463017 115.65681) - (xy 60.463015 115.656809) - (xy 60.463014 115.656808) - (xy 60.463011 115.656806) - (xy 60.257733 115.545716) - (xy 60.25773 115.545715) - (xy 60.257727 115.545713) - (xy 60.257721 115.545711) - (xy 60.257719 115.54571) - (xy 60.036954 115.46992) - (xy 59.840792 115.437187) - (xy 59.806712 115.4315) - (xy 59.573288 115.4315) - (xy 59.544482 115.436306) - (xy 59.343048 115.469919) - (xy 59.262762 115.497482) - (xy 59.192963 115.500631) - (xy 59.132542 115.465544) - (xy 59.100682 115.403361) - (xy 59.0985 115.3802) - (xy 59.0985 109.9) - (xy 59.381634 109.9) - (xy 59.401065 110.146906) - (xy 59.401065 110.146909) - (xy 59.401066 110.146911) - (xy 59.458885 110.387742) - (xy 59.458886 110.387744) - (xy 59.553663 110.616558) - (xy 59.553665 110.616562) - (xy 59.553666 110.616563) - (xy 59.683075 110.82774) - (xy 59.843927 111.016073) - (xy 60.03226 111.176925) - (xy 60.243437 111.306334) - (xy 60.24344 111.306335) - (xy 60.243443 111.306337) - (xy 60.340258 111.346439) - (xy 60.394662 111.39028) - (xy 60.416727 111.456574) - (xy 60.399448 111.524273) - (xy 60.348311 111.571884) - (xy 60.292806 111.585) - (xy 59.947155 111.585) - (xy 59.887627 111.591401) - (xy 59.88762 111.591403) - (xy 59.752913 111.641645) - (xy 59.752906 111.641649) - (xy 59.637812 111.727809) - (xy 59.637809 111.727812) - (xy 59.551649 111.842906) - (xy 59.551645 111.842913) - (xy 59.501403 111.97762) - (xy 59.501401 111.977627) - (xy 59.495 112.037155) - (xy 59.495 112.75) - (xy 60.40348 112.75) - (xy 60.375245 112.810002) - (xy 60.346365 112.961393) - (xy 60.356043 113.115211) - (xy 60.399838 113.25) - (xy 59.495 113.25) - (xy 59.495 113.962844) - (xy 59.501401 114.022372) - (xy 59.501403 114.022379) - (xy 59.551645 114.157086) - (xy 59.551649 114.157093) - (xy 59.637809 114.272187) - (xy 59.637812 114.27219) - (xy 59.752906 114.35835) - (xy 59.752913 114.358354) - (xy 59.88762 114.408596) - (xy 59.887627 114.408598) - (xy 59.947155 114.414999) - (xy 59.947172 114.415) - (xy 60.71 114.415) - (xy 60.71 113.558664) - (xy 60.733659 113.571671) - (xy 60.882939 113.61) - (xy 60.998375 113.61) - (xy 61.112906 113.595531) - (xy 61.21 113.557088) - (xy 61.21 114.415) - (xy 61.972828 114.415) - (xy 61.972844 114.414999) - (xy 62.032372 114.408598) - (xy 62.032379 114.408596) - (xy 62.167086 114.358354) - (xy 62.167093 114.35835) - (xy 62.282187 114.27219) - (xy 62.28219 114.272187) - (xy 62.36835 114.157093) - (xy 62.368354 114.157086) - (xy 62.418596 114.022379) - (xy 62.418598 114.022372) - (xy 62.424999 113.962844) - (xy 62.425 113.962827) - (xy 62.425 113.25) - (xy 61.51652 113.25) - (xy 61.544755 113.189998) - (xy 61.573635 113.038607) - (xy 61.563957 112.884789) - (xy 61.520162 112.75) - (xy 62.425 112.75) - (xy 62.425 112.037172) - (xy 62.424999 112.037155) - (xy 62.418598 111.977627) - (xy 62.418596 111.97762) - (xy 62.368354 111.842913) - (xy 62.36835 111.842906) - (xy 62.28219 111.727812) - (xy 62.282187 111.727809) - (xy 62.167093 111.641649) - (xy 62.167086 111.641645) - (xy 62.032379 111.591403) - (xy 62.032372 111.591401) - (xy 61.972844 111.585) - (xy 61.627194 111.585) - (xy 61.560155 111.565315) - (xy 61.5144 111.512511) - (xy 61.504456 111.443353) - (xy 61.533481 111.379797) - (xy 61.579742 111.346439) - (xy 61.676556 111.306337) - (xy 61.676556 111.306336) - (xy 61.676563 111.306334) - (xy 61.88774 111.176925) - (xy 62.076073 111.016073) - (xy 62.236925 110.82774) - (xy 62.366334 110.616563) - (xy 62.461115 110.387742) - (xy 62.518934 110.146911) - (xy 62.538366 109.9) - (xy 62.518934 109.653089) - (xy 62.461115 109.412258) - (xy 62.366334 109.183437) - (xy 62.236925 108.97226) - (xy 62.076073 108.783927) - (xy 61.88774 108.623075) - (xy 61.676563 108.493666) - (xy 61.676562 108.493665) - (xy 61.676558 108.493663) - (xy 61.447744 108.398886) - (xy 61.447742 108.398885) - (xy 61.206911 108.341066) - (xy 61.206909 108.341065) - (xy 61.206906 108.341065) - (xy 60.96 108.321634) - (xy 60.713093 108.341065) - (xy 60.713089 108.341066) - (xy 60.472258 108.398885) - (xy 60.472256 108.398885) - (xy 60.472255 108.398886) - (xy 60.243441 108.493663) - (xy 60.032259 108.623075) - (xy 59.843927 108.783927) - (xy 59.683075 108.972259) - (xy 59.553663 109.183441) - (xy 59.458886 109.412255) - (xy 59.401065 109.653093) - (xy 59.381634 109.9) - (xy 59.0985 109.9) - (xy 59.0985 101.6) - (xy 59.381634 101.6) - (xy 59.401065 101.846906) - (xy 59.401065 101.846909) - (xy 59.401066 101.846911) - (xy 59.458885 102.087742) - (xy 59.458886 102.087744) - (xy 59.553663 102.316558) - (xy 59.553665 102.316562) - (xy 59.553666 102.316563) - (xy 59.683075 102.52774) - (xy 59.843927 102.716073) - (xy 60.03226 102.876925) - (xy 60.243437 103.006334) - (xy 60.243439 103.006334) - (xy 60.243441 103.006336) - (xy 60.314786 103.035888) - (xy 60.472258 103.101115) - (xy 60.713089 103.158934) - (xy 60.96 103.178366) - (xy 61.206911 103.158934) - (xy 61.447742 103.101115) - (xy 61.676563 103.006334) - (xy 61.88774 102.876925) - (xy 62.076073 102.716073) - (xy 62.236925 102.52774) - (xy 62.366334 102.316563) - (xy 62.461115 102.087742) - (xy 62.518934 101.846911) - (xy 62.538366 101.6) - (xy 62.518934 101.353089) - (xy 62.461115 101.112258) - (xy 62.366334 100.883437) - (xy 62.236925 100.67226) - (xy 62.076073 100.483927) - (xy 61.88774 100.323075) - (xy 61.676563 100.193666) - (xy 61.676562 100.193665) - (xy 61.676558 100.193663) - (xy 61.447744 100.098886) - (xy 61.447742 100.098885) - (xy 61.206911 100.041066) - (xy 61.206909 100.041065) - (xy 61.206906 100.041065) - (xy 60.96 100.021634) - (xy 60.713093 100.041065) - (xy 60.713089 100.041066) - (xy 60.472258 100.098885) - (xy 60.472256 100.098885) - (xy 60.472255 100.098886) - (xy 60.243441 100.193663) - (xy 60.032259 100.323075) - (xy 59.843927 100.483927) - (xy 59.683075 100.672259) - (xy 59.553663 100.883441) - (xy 59.458886 101.112255) - (xy 59.401065 101.353093) - (xy 59.381634 101.6) - (xy 59.0985 101.6) - (xy 59.0985 97.979799) - (xy 59.118185 97.91276) - (xy 59.170989 97.867005) - (xy 59.240147 97.857061) - (xy 59.262763 97.862518) - (xy 59.343045 97.890079) - (xy 59.343047 97.890079) - (xy 59.343049 97.89008) - (xy 59.573288 97.9285) - (xy 59.573289 97.9285) - (xy 59.806711 97.9285) - (xy 59.806712 97.9285) - (xy 60.036951 97.89008) - (xy 60.257727 97.814287) - (xy 60.463017 97.70319) - (xy 60.64722 97.559818) - (xy 60.653646 97.552837) - (xy 60.713531 97.516845) - (xy 60.783369 97.518944) - (xy 60.840986 97.558466) - (xy 60.861059 97.593485) - (xy 60.886645 97.662086) - (xy 60.886649 97.662093) - (xy 60.972809 97.777187) - (xy 60.972812 97.77719) - (xy 61.087906 97.86335) - (xy 61.087913 97.863354) - (xy 61.22262 97.913596) - (xy 61.222627 97.913598) - (xy 61.282155 97.919999) - (xy 61.282172 97.92) - (xy 61.98 97.92) - (xy 61.98 96.894189) - (xy 62.032547 96.930016) - (xy 62.162173 96.97) - (xy 62.263724 96.97) - (xy 62.364138 96.954865) - (xy 62.48 96.899068) - (xy 62.48 97.92) - (xy 63.177828 97.92) - (xy 63.177844 97.919999) - (xy 63.237372 97.913598) - (xy 63.237379 97.913596) - (xy 63.372086 97.863354) - (xy 63.372093 97.86335) - (xy 63.487187 97.77719) - (xy 63.48719 97.777187) - (xy 63.57335 97.662093) - (xy 63.573354 97.662086) - (xy 63.623596 97.527379) - (xy 63.623598 97.527372) - (xy 63.629999 97.467844) - (xy 63.63 97.467827) - (xy 63.63 96.77) - (xy 62.605278 96.77) - (xy 62.653625 96.68626) - (xy 62.68381 96.554008) - (xy 62.673673 96.418735) - (xy 62.624113 96.292459) - (xy 62.606203 96.27) - (xy 63.63 96.27) - (xy 63.63 95.572172) - (xy 63.629999 95.572155) - (xy 63.623598 95.512627) - (xy 63.623596 95.51262) - (xy 63.573354 95.377913) - (xy 63.57335 95.377906) - (xy 63.48719 95.262812) - (xy 63.487187 95.262809) - (xy 63.372093 95.176649) - (xy 63.372086 95.176645) - (xy 63.237379 95.126403) - (xy 63.237372 95.126401) - (xy 63.177844 95.12) - (xy 62.48 95.12) - (xy 62.48 96.14581) - (xy 62.427453 96.109984) - (xy 62.297827 96.07) - (xy 62.196276 96.07) - (xy 62.095862 96.085135) - (xy 61.98 96.140931) - (xy 61.98 95.12) - (xy 61.282155 95.12) - (xy 61.222627 95.126401) - (xy 61.22262 95.126403) - (xy 61.087913 95.176645) - (xy 61.087906 95.176649) - (xy 60.972812 95.262809) - (xy 60.972809 95.262812) - (xy 60.886649 95.377906) - (xy 60.886645 95.377913) - (xy 60.861059 95.446514) - (xy 60.819188 95.502448) - (xy 60.753723 95.526865) - (xy 60.68545 95.512013) - (xy 60.653649 95.487165) - (xy 60.647224 95.480186) - (xy 60.647222 95.480184) - (xy 60.64722 95.480182) - (xy 60.463017 95.33681) - (xy 60.463015 95.336809) - (xy 60.463014 95.336808) - (xy 60.463011 95.336806) - (xy 60.257733 95.225716) - (xy 60.25773 95.225715) - (xy 60.257727 95.225713) - (xy 60.257721 95.225711) - (xy 60.257719 95.22571) - (xy 60.036954 95.14992) - (xy 59.85765 95.12) - (xy 59.806712 95.1115) - (xy 59.573288 95.1115) - (xy 59.544482 95.116306) - (xy 59.343048 95.149919) - (xy 59.262762 95.177482) - (xy 59.192963 95.180631) - (xy 59.132542 95.145544) - (xy 59.100682 95.083361) - (xy 59.0985 95.0602) - (xy 59.0985 89.74) - (xy 59.381634 89.74) - (xy 59.401065 89.986906) - (xy 59.401065 89.986909) - (xy 59.401066 89.986911) - (xy 59.458885 90.227742) - (xy 59.458886 90.227744) - (xy 59.553663 90.456558) - (xy 59.553665 90.456562) - (xy 59.553666 90.456563) - (xy 59.683075 90.66774) - (xy 59.843927 90.856073) - (xy 60.03226 91.016925) - (xy 60.243437 91.146334) - (xy 60.24344 91.146335) - (xy 60.243443 91.146337) - (xy 60.340258 91.186439) - (xy 60.394662 91.23028) - (xy 60.416727 91.296574) - (xy 60.399448 91.364273) - (xy 60.348311 91.411884) - (xy 60.292806 91.425) - (xy 59.947155 91.425) - (xy 59.887627 91.431401) - (xy 59.88762 91.431403) - (xy 59.752913 91.481645) - (xy 59.752906 91.481649) - (xy 59.637812 91.567809) - (xy 59.637809 91.567812) - (xy 59.551649 91.682906) - (xy 59.551645 91.682913) - (xy 59.501403 91.81762) - (xy 59.501401 91.817627) - (xy 59.495 91.877155) - (xy 59.495 92.59) - (xy 60.40348 92.59) - (xy 60.375245 92.650002) - (xy 60.346365 92.801393) - (xy 60.356043 92.955211) - (xy 60.399838 93.09) - (xy 59.495 93.09) - (xy 59.495 93.802844) - (xy 59.501401 93.862372) - (xy 59.501403 93.862379) - (xy 59.551645 93.997086) - (xy 59.551649 93.997093) - (xy 59.637809 94.112187) - (xy 59.637812 94.11219) - (xy 59.752906 94.19835) - (xy 59.752913 94.198354) - (xy 59.88762 94.248596) - (xy 59.887627 94.248598) - (xy 59.947155 94.254999) - (xy 59.947172 94.255) - (xy 60.71 94.255) - (xy 60.71 93.398664) - (xy 60.733659 93.411671) - (xy 60.882939 93.45) - (xy 60.998375 93.45) - (xy 61.112906 93.435531) - (xy 61.21 93.397088) - (xy 61.21 94.255) - (xy 61.972828 94.255) - (xy 61.972844 94.254999) - (xy 62.032372 94.248598) - (xy 62.032379 94.248596) - (xy 62.167086 94.198354) - (xy 62.167093 94.19835) - (xy 62.282187 94.11219) - (xy 62.28219 94.112187) - (xy 62.36835 93.997093) - (xy 62.368354 93.997086) - (xy 62.418596 93.862379) - (xy 62.418598 93.862372) - (xy 62.424999 93.802844) - (xy 62.425 93.802827) - (xy 62.425 93.09) - (xy 61.51652 93.09) - (xy 61.544755 93.029998) - (xy 61.573635 92.878607) - (xy 61.563957 92.724789) - (xy 61.520162 92.59) - (xy 62.425 92.59) - (xy 62.425 91.877172) - (xy 62.424999 91.877155) - (xy 62.418598 91.817627) - (xy 62.418596 91.81762) - (xy 62.368354 91.682913) - (xy 62.36835 91.682906) - (xy 62.28219 91.567812) - (xy 62.282187 91.567809) - (xy 62.167093 91.481649) - (xy 62.167086 91.481645) - (xy 62.032379 91.431403) - (xy 62.032372 91.431401) - (xy 61.972844 91.425) - (xy 61.627194 91.425) - (xy 61.560155 91.405315) - (xy 61.5144 91.352511) - (xy 61.504456 91.283353) - (xy 61.533481 91.219797) - (xy 61.579742 91.186439) - (xy 61.676556 91.146337) - (xy 61.676556 91.146336) - (xy 61.676563 91.146334) - (xy 61.88774 91.016925) - (xy 62.076073 90.856073) - (xy 62.236925 90.66774) - (xy 62.366334 90.456563) - (xy 62.461115 90.227742) - (xy 62.518934 89.986911) - (xy 62.538366 89.74) - (xy 62.518934 89.493089) - (xy 62.461115 89.252258) - (xy 62.366334 89.023437) - (xy 62.236925 88.81226) - (xy 62.076073 88.623927) - (xy 61.88774 88.463075) - (xy 61.676563 88.333666) - (xy 61.676562 88.333665) - (xy 61.676558 88.333663) - (xy 61.480003 88.252248) - (xy 61.447742 88.238885) - (xy 61.206911 88.181066) - (xy 61.206909 88.181065) - (xy 61.206906 88.181065) - (xy 60.96 88.161634) - (xy 60.713093 88.181065) - (xy 60.713089 88.181066) - (xy 60.472258 88.238885) - (xy 60.472256 88.238885) - (xy 60.472255 88.238886) - (xy 60.243441 88.333663) - (xy 60.032259 88.463075) - (xy 59.843927 88.623927) - (xy 59.683075 88.812259) - (xy 59.553663 89.023441) - (xy 59.458886 89.252255) - (xy 59.401065 89.493093) - (xy 59.381634 89.74) - (xy 59.0985 89.74) - (xy 59.0985 81.44) - (xy 59.381634 81.44) - (xy 59.401065 81.686906) - (xy 59.401065 81.686909) - (xy 59.401066 81.686911) - (xy 59.458885 81.927742) - (xy 59.458886 81.927744) - (xy 59.553663 82.156558) - (xy 59.553665 82.156562) - (xy 59.553666 82.156563) - (xy 59.683075 82.36774) - (xy 59.843927 82.556073) - (xy 60.03226 82.716925) - (xy 60.243437 82.846334) - (xy 60.243439 82.846334) - (xy 60.243441 82.846336) - (xy 60.314786 82.875888) - (xy 60.472258 82.941115) - (xy 60.713089 82.998934) - (xy 60.96 83.018366) - (xy 61.206911 82.998934) - (xy 61.447742 82.941115) - (xy 61.676563 82.846334) - (xy 61.88774 82.716925) - (xy 62.076073 82.556073) - (xy 62.236925 82.36774) - (xy 62.366334 82.156563) - (xy 62.461115 81.927742) - (xy 62.518934 81.686911) - (xy 62.538366 81.44) - (xy 62.518934 81.193089) - (xy 62.461115 80.952258) - (xy 62.366334 80.723437) - (xy 62.236925 80.51226) - (xy 62.076073 80.323927) - (xy 61.88774 80.163075) - (xy 61.676563 80.033666) - (xy 61.676562 80.033665) - (xy 61.676558 80.033663) - (xy 61.447744 79.938886) - (xy 61.447742 79.938885) - (xy 61.206911 79.881066) - (xy 61.206909 79.881065) - (xy 61.206906 79.881065) - (xy 60.96 79.861634) - (xy 60.713093 79.881065) - (xy 60.713089 79.881066) - (xy 60.472258 79.938885) - (xy 60.472256 79.938885) - (xy 60.472255 79.938886) - (xy 60.243441 80.033663) - (xy 60.032259 80.163075) - (xy 59.843927 80.323927) - (xy 59.683075 80.512259) - (xy 59.553663 80.723441) - (xy 59.458886 80.952255) - (xy 59.401065 81.193093) - (xy 59.381634 81.44) - (xy 59.0985 81.44) - (xy 59.0985 77.659799) - (xy 59.118185 77.59276) - (xy 59.170989 77.547005) - (xy 59.240147 77.537061) - (xy 59.262763 77.542518) - (xy 59.343045 77.570079) - (xy 59.343047 77.570079) - (xy 59.343049 77.57008) - (xy 59.573288 77.6085) - (xy 59.573289 77.6085) - (xy 59.806711 77.6085) - (xy 59.806712 77.6085) - (xy 60.036951 77.57008) - (xy 60.257727 77.494287) - (xy 60.463017 77.38319) - (xy 60.64722 77.239818) - (xy 60.653646 77.232837) - (xy 60.713531 77.196845) - (xy 60.783369 77.198944) - (xy 60.840986 77.238466) - (xy 60.861059 77.273485) - (xy 60.886645 77.342086) - (xy 60.886649 77.342093) - (xy 60.972809 77.457187) - (xy 60.972812 77.45719) - (xy 61.087906 77.54335) - (xy 61.087913 77.543354) - (xy 61.22262 77.593596) - (xy 61.222627 77.593598) - (xy 61.282155 77.599999) - (xy 61.282172 77.6) - (xy 61.98 77.6) - (xy 61.98 76.574189) - (xy 62.032547 76.610016) - (xy 62.162173 76.65) - (xy 62.263724 76.65) - (xy 62.364138 76.634865) - (xy 62.48 76.579068) - (xy 62.48 77.6) - (xy 63.177828 77.6) - (xy 63.177844 77.599999) - (xy 63.237372 77.593598) - (xy 63.237379 77.593596) - (xy 63.372086 77.543354) - (xy 63.372093 77.54335) - (xy 63.487187 77.45719) - (xy 63.48719 77.457187) - (xy 63.57335 77.342093) - (xy 63.573354 77.342086) - (xy 63.623596 77.207379) - (xy 63.623598 77.207372) - (xy 63.629999 77.147844) - (xy 63.63 77.147827) - (xy 63.63 76.45) - (xy 62.605278 76.45) - (xy 62.653625 76.36626) - (xy 62.68381 76.234008) - (xy 62.673673 76.098735) - (xy 62.624113 75.972459) - (xy 62.606203 75.95) - (xy 63.63 75.95) - (xy 63.63 75.252172) - (xy 63.629999 75.252155) - (xy 63.623598 75.192627) - (xy 63.623596 75.19262) - (xy 63.573354 75.057913) - (xy 63.57335 75.057906) - (xy 63.48719 74.942812) - (xy 63.487187 74.942809) - (xy 63.372093 74.856649) - (xy 63.372086 74.856645) - (xy 63.237379 74.806403) - (xy 63.237372 74.806401) - (xy 63.177844 74.8) - (xy 62.48 74.8) - (xy 62.48 75.82581) - (xy 62.427453 75.789984) - (xy 62.297827 75.75) - (xy 62.196276 75.75) - (xy 62.095862 75.765135) - (xy 61.98 75.820931) - (xy 61.98 74.8) - (xy 61.282155 74.8) - (xy 61.222627 74.806401) - (xy 61.22262 74.806403) - (xy 61.087913 74.856645) - (xy 61.087906 74.856649) - (xy 60.972812 74.942809) - (xy 60.972809 74.942812) - (xy 60.886649 75.057906) - (xy 60.886645 75.057913) - (xy 60.861059 75.126514) - (xy 60.819188 75.182448) - (xy 60.753723 75.206865) - (xy 60.68545 75.192013) - (xy 60.653649 75.167165) - (xy 60.647224 75.160186) - (xy 60.647222 75.160184) - (xy 60.64722 75.160182) - (xy 60.463017 75.01681) - (xy 60.463015 75.016809) - (xy 60.463014 75.016808) - (xy 60.463011 75.016806) - (xy 60.257733 74.905716) - (xy 60.25773 74.905715) - (xy 60.257727 74.905713) - (xy 60.257721 74.905711) - (xy 60.257719 74.90571) - (xy 60.036954 74.82992) - (xy 59.840792 74.797187) - (xy 59.806712 74.7915) - (xy 59.573288 74.7915) - (xy 59.544482 74.796306) - (xy 59.343048 74.829919) - (xy 59.262762 74.857482) - (xy 59.192963 74.860631) - (xy 59.132542 74.825544) - (xy 59.100682 74.763361) - (xy 59.0985 74.7402) - (xy 59.0985 69.42) - (xy 59.381634 69.42) - (xy 59.401065 69.666906) - (xy 59.401065 69.666909) - (xy 59.401066 69.666911) - (xy 59.458885 69.907742) - (xy 59.458886 69.907744) - (xy 59.553663 70.136558) - (xy 59.553665 70.136562) - (xy 59.553666 70.136563) - (xy 59.683075 70.34774) - (xy 59.843927 70.536073) - (xy 60.03226 70.696925) - (xy 60.243437 70.826334) - (xy 60.24344 70.826335) - (xy 60.243443 70.826337) - (xy 60.340258 70.866439) - (xy 60.394662 70.91028) - (xy 60.416727 70.976574) - (xy 60.399448 71.044273) - (xy 60.348311 71.091884) - (xy 60.292806 71.105) - (xy 59.947155 71.105) - (xy 59.887627 71.111401) - (xy 59.88762 71.111403) - (xy 59.752913 71.161645) - (xy 59.752906 71.161649) - (xy 59.637812 71.247809) - (xy 59.637809 71.247812) - (xy 59.551649 71.362906) - (xy 59.551645 71.362913) - (xy 59.501403 71.49762) - (xy 59.501401 71.497627) - (xy 59.495 71.557155) - (xy 59.495 72.27) - (xy 60.40348 72.27) - (xy 60.375245 72.330002) - (xy 60.346365 72.481393) - (xy 60.356043 72.635211) - (xy 60.399838 72.77) - (xy 59.495 72.77) - (xy 59.495 73.482844) - (xy 59.501401 73.542372) - (xy 59.501403 73.542379) - (xy 59.551645 73.677086) - (xy 59.551649 73.677093) - (xy 59.637809 73.792187) - (xy 59.637812 73.79219) - (xy 59.752906 73.87835) - (xy 59.752913 73.878354) - (xy 59.88762 73.928596) - (xy 59.887627 73.928598) - (xy 59.947155 73.934999) - (xy 59.947172 73.935) - (xy 60.71 73.935) - (xy 60.71 73.078664) - (xy 60.733659 73.091671) - (xy 60.882939 73.13) - (xy 60.998375 73.13) - (xy 61.112906 73.115531) - (xy 61.21 73.077088) - (xy 61.21 73.935) - (xy 61.972828 73.935) - (xy 61.972844 73.934999) - (xy 62.032372 73.928598) - (xy 62.032379 73.928596) - (xy 62.167086 73.878354) - (xy 62.167093 73.87835) - (xy 62.282187 73.79219) - (xy 62.28219 73.792187) - (xy 62.36835 73.677093) - (xy 62.368354 73.677086) - (xy 62.418596 73.542379) - (xy 62.418598 73.542372) - (xy 62.424999 73.482844) - (xy 62.425 73.482827) - (xy 62.425 72.77) - (xy 61.51652 72.77) - (xy 61.544755 72.709998) - (xy 61.573635 72.558607) - (xy 61.563957 72.404789) - (xy 61.520162 72.27) - (xy 62.425 72.27) - (xy 62.425 71.557172) - (xy 62.424999 71.557155) - (xy 62.418598 71.497627) - (xy 62.418596 71.49762) - (xy 62.368354 71.362913) - (xy 62.36835 71.362906) - (xy 62.28219 71.247812) - (xy 62.282187 71.247809) - (xy 62.167093 71.161649) - (xy 62.167086 71.161645) - (xy 62.032379 71.111403) - (xy 62.032372 71.111401) - (xy 61.972844 71.105) - (xy 61.627194 71.105) - (xy 61.560155 71.085315) - (xy 61.5144 71.032511) - (xy 61.504456 70.963353) - (xy 61.533481 70.899797) - (xy 61.579742 70.866439) - (xy 61.676556 70.826337) - (xy 61.676556 70.826336) - (xy 61.676563 70.826334) - (xy 61.88774 70.696925) - (xy 62.076073 70.536073) - (xy 62.236925 70.34774) - (xy 62.366334 70.136563) - (xy 62.461115 69.907742) - (xy 62.518934 69.666911) - (xy 62.538366 69.42) - (xy 62.518934 69.173089) - (xy 62.461115 68.932258) - (xy 62.366334 68.703437) - (xy 62.236925 68.49226) - (xy 62.076073 68.303927) - (xy 61.88774 68.143075) - (xy 61.676563 68.013666) - (xy 61.676562 68.013665) - (xy 61.676558 68.013663) - (xy 61.447744 67.918886) - (xy 61.447742 67.918885) - (xy 61.206911 67.861066) - (xy 61.206909 67.861065) - (xy 61.206906 67.861065) - (xy 60.96 67.841634) - (xy 60.713093 67.861065) - (xy 60.713089 67.861066) - (xy 60.472258 67.918885) - (xy 60.472256 67.918885) - (xy 60.472255 67.918886) - (xy 60.243441 68.013663) - (xy 60.032259 68.143075) - (xy 59.843927 68.303927) - (xy 59.683075 68.492259) - (xy 59.553663 68.703441) - (xy 59.458886 68.932255) - (xy 59.401065 69.173093) - (xy 59.381634 69.42) - (xy 59.0985 69.42) - (xy 59.0985 61.12) - (xy 59.381634 61.12) - (xy 59.401065 61.366906) - (xy 59.401065 61.366909) - (xy 59.401066 61.366911) - (xy 59.458885 61.607742) - (xy 59.458886 61.607744) - (xy 59.553663 61.836558) - (xy 59.553665 61.836562) - (xy 59.553666 61.836563) - (xy 59.683075 62.04774) - (xy 59.843927 62.236073) - (xy 60.03226 62.396925) - (xy 60.243437 62.526334) - (xy 60.243439 62.526334) - (xy 60.243441 62.526336) - (xy 60.314786 62.555888) - (xy 60.472258 62.621115) - (xy 60.713089 62.678934) - (xy 60.96 62.698366) - (xy 61.206911 62.678934) - (xy 61.447742 62.621115) - (xy 61.676563 62.526334) - (xy 61.88774 62.396925) - (xy 62.076073 62.236073) - (xy 62.236925 62.04774) - (xy 62.366334 61.836563) - (xy 62.461115 61.607742) - (xy 62.518934 61.366911) - (xy 62.538366 61.12) - (xy 62.518934 60.873089) - (xy 62.461115 60.632258) - (xy 62.366334 60.403437) - (xy 62.236925 60.19226) - (xy 62.076073 60.003927) - (xy 61.88774 59.843075) - (xy 61.676563 59.713666) - (xy 61.676562 59.713665) - (xy 61.676558 59.713663) - (xy 61.447744 59.618886) - (xy 61.447742 59.618885) - (xy 61.206911 59.561066) - (xy 61.206909 59.561065) - (xy 61.206906 59.561065) - (xy 60.96 59.541634) - (xy 60.713093 59.561065) - (xy 60.713089 59.561066) - (xy 60.472258 59.618885) - (xy 60.472256 59.618885) - (xy 60.472255 59.618886) - (xy 60.243441 59.713663) - (xy 60.032259 59.843075) - (xy 59.843927 60.003927) - (xy 59.683075 60.192259) - (xy 59.553663 60.403441) - (xy 59.458886 60.632255) - (xy 59.401065 60.873093) - (xy 59.381634 61.12) - (xy 59.0985 61.12) - (xy 59.0985 56.783765) - (xy 59.118185 56.716726) - (xy 59.134815 56.696088) - (xy 59.277568 56.553334) - (xy 59.338891 56.51985) - (xy 59.397341 56.52124) - (xy 59.461913 56.538543) - (xy 59.611567 56.551636) - (xy 59.689998 56.558498) - (xy 59.694193 56.558498) - (xy 59.761232 56.578183) - (xy 59.781874 56.594817) - (xy 60.898622 57.711565) - (xy 60.911257 57.726358) - (xy 60.919329 57.737468) - (xy 60.919331 57.73747) - (xy 60.970298 57.783361) - (xy 60.972653 57.785596) - (xy 60.987993 57.800936) - (xy 61.004876 57.814607) - (xy 61.007306 57.816683) - (xy 61.033255 57.840048) - (xy 61.058287 57.862587) - (xy 61.07017 57.869447) - (xy 61.086211 57.880471) - (xy 61.096871 57.889104) - (xy 61.157972 57.920237) - (xy 61.160825 57.921786) - (xy 61.220209 57.956072) - (xy 61.220215 57.956075) - (xy 61.233267 57.960316) - (xy 61.251242 57.967761) - (xy 61.263475 57.973994) - (xy 61.329736 57.991748) - (xy 61.3328 57.992656) - (xy 61.398044 58.013855) - (xy 61.411698 58.015289) - (xy 61.430828 58.018835) - (xy 61.444084 58.022388) - (xy 61.512568 58.025976) - (xy 61.515783 58.026229) - (xy 61.53738 58.0285) - (xy 61.559083 58.0285) - (xy 61.562326 58.028584) - (xy 61.630809 58.032174) - (xy 61.644365 58.030026) - (xy 61.663763 58.0285) - (xy 63.208171 58.0285) - (xy 63.27521 58.048185) - (xy 63.320965 58.100989) - (xy 63.330909 58.170147) - (xy 63.327946 58.184592) - (xy 63.321316 58.209336) - (xy 63.321313 58.20935) - (xy 63.302884 58.419998) - (xy 63.302884 58.420001) - (xy 63.321313 58.630649) - (xy 63.321315 58.63066) - (xy 63.376041 58.834902) - (xy 63.376043 58.834906) - (xy 63.376044 58.83491) - (xy 63.440424 58.972973) - (xy 63.46541 59.026556) - (xy 63.465411 59.026558) - (xy 63.5867 59.199778) - (xy 63.736221 59.349299) - (xy 63.736224 59.349301) - (xy 63.909442 59.470589) - (xy 64.10109 59.559956) - (xy 64.101096 59.559957) - (xy 64.101097 59.559958) - (xy 64.150255 59.573129) - (xy 64.305345 59.614686) - (xy 64.455812 59.62785) - (xy 64.515998 59.633116) - (xy 64.516 59.633116) - (xy 64.516002 59.633116) - (xy 64.568663 59.628508) - (xy 64.726655 59.614686) - (xy 64.93091 59.559956) - (xy 65.122558 59.470589) - (xy 65.295776 59.349301) - (xy 65.445301 59.199776) - (xy 65.566589 59.026558) - (xy 65.655956 58.83491) - (xy 65.710686 58.630655) - (xy 65.712371 58.611394) - (xy 65.73782 58.54633) - (xy 65.794409 58.50535) - (xy 65.864171 58.501469) - (xy 65.923579 58.534522) - (xy 66.381622 58.992565) - (xy 66.394257 59.007358) - (xy 66.402329 59.018468) - (xy 66.402331 59.01847) - (xy 66.453298 59.064361) - (xy 66.455653 59.066596) - (xy 66.470989 59.081932) - (xy 66.471 59.081942) - (xy 66.487856 59.095592) - (xy 66.490324 59.0977) - (xy 66.541282 59.143583) - (xy 66.541283 59.143583) - (xy 66.541285 59.143585) - (xy 66.552152 59.149858) - (xy 66.553171 59.150447) - (xy 66.569209 59.16147) - (xy 66.579873 59.170106) - (xy 66.579875 59.170107) - (xy 66.64098 59.201241) - (xy 66.643815 59.202781) - (xy 66.66847 59.217014) - (xy 66.703215 59.237075) - (xy 66.716273 59.241317) - (xy 66.734241 59.248759) - (xy 66.746476 59.254994) - (xy 66.812729 59.272746) - (xy 66.8158 59.273655) - (xy 66.881044 59.294855) - (xy 66.894694 59.296289) - (xy 66.913829 59.299836) - (xy 66.927085 59.303389) - (xy 66.99557 59.306977) - (xy 66.998805 59.307231) - (xy 67.010192 59.308428) - (xy 67.020379 59.3095) - (xy 67.02038 59.3095) - (xy 67.042078 59.3095) - (xy 67.045321 59.309584) - (xy 67.11381 59.313174) - (xy 67.127366 59.311026) - (xy 67.146764 59.3095) - (xy 67.39906 59.3095) - (xy 67.466099 59.329185) - (xy 67.486741 59.345819) - (xy 67.490221 59.349299) - (xy 67.490224 59.349301) - (xy 67.663442 59.470589) - (xy 67.85509 59.559956) - (xy 67.855096 59.559957) - (xy 67.855097 59.559958) - (xy 67.904255 59.573129) - (xy 68.059345 59.614686) - (xy 68.209812 59.62785) - (xy 68.269998 59.633116) - (xy 68.27 59.633116) - (xy 68.270002 59.633116) - (xy 68.322663 59.628508) - (xy 68.480655 59.614686) - (xy 68.68491 59.559956) - (xy 68.876558 59.470589) - (xy 69.049776 59.349301) - (xy 69.199301 59.199776) - (xy 69.320589 59.026558) - (xy 69.409956 58.83491) - (xy 69.464686 58.630655) - (xy 69.483116 58.42) - (xy 69.464686 58.209345) - (xy 69.416638 58.030027) - (xy 69.409958 58.005097) - (xy 69.409957 58.005096) - (xy 69.409956 58.00509) - (xy 69.320589 57.813442) - (xy 69.199301 57.640224) - (xy 69.199299 57.640221) - (xy 69.049778 57.4907) - (xy 68.876558 57.369411) - (xy 68.876556 57.36941) - (xy 68.855071 57.359391) - (xy 68.68491 57.280044) - (xy 68.684906 57.280043) - (xy 68.684902 57.280041) - (xy 68.48066 57.225315) - (xy 68.480656 57.225314) - (xy 68.480655 57.225314) - (xy 68.480654 57.225313) - (xy 68.480649 57.225313) - (xy 68.270002 57.206884) - (xy 68.269998 57.206884) - (xy 68.05935 57.225313) - (xy 68.059339 57.225315) - (xy 67.855097 57.280041) - (xy 67.855088 57.280045) - (xy 67.663443 57.36941) - (xy 67.519823 57.469972) - (xy 67.453617 57.492299) - (xy 67.38585 57.475287) - (xy 67.36102 57.456077) - (xy 66.471375 56.566432) - (xy 66.458743 56.551643) - (xy 66.450669 56.54053) - (xy 66.450666 56.540527) - (xy 66.399701 56.494637) - (xy 66.397346 56.492403) - (xy 66.382013 56.477069) - (xy 66.382 56.477058) - (xy 66.373746 56.470374) - (xy 66.365124 56.463392) - (xy 66.362688 56.461311) - (xy 66.311715 56.415415) - (xy 66.311712 56.415412) - (xy 66.299824 56.408549) - (xy 66.283789 56.397529) - (xy 66.281375 56.395574) - (xy 66.273125 56.388893) - (xy 66.273124 56.388892) - (xy 66.248427 56.376308) - (xy 66.212005 56.357751) - (xy 66.209195 56.356225) - (xy 66.149785 56.321925) - (xy 66.136724 56.317681) - (xy 66.118751 56.310236) - (xy 66.10652 56.304004) - (xy 66.040271 56.286252) - (xy 66.037168 56.285333) - (xy 66.019423 56.279568) - (xy 65.971958 56.264145) - (xy 65.968985 56.263832) - (xy 65.958298 56.262709) - (xy 65.939184 56.259166) - (xy 65.929209 56.256493) - (xy 65.925912 56.25561) - (xy 65.857434 56.252022) - (xy 65.854199 56.251768) - (xy 65.832621 56.2495) - (xy 65.83262 56.2495) - (xy 65.810922 56.2495) - (xy 65.807678 56.249415) - (xy 65.73919 56.245826) - (xy 65.739189 56.245826) - (xy 65.731601 56.247027) - (xy 65.725633 56.247973) - (xy 65.706236 56.2495) - (xy 62.003805 56.2495) - (xy 61.936766 56.229815) - (xy 61.916124 56.213181) - (xy 61.875124 56.172181) - (xy 61.841639 56.110858) - (xy 61.846623 56.041166) - (xy 61.888495 55.985233) - (xy 61.953959 55.960816) - (xy 61.962805 55.9605) - (xy 68.801668 55.9605) - (xy 68.868707 55.980185) - (xy 68.889349 55.996819) - (xy 72.345181 59.452651) - (xy 72.378666 59.513974) - (xy 72.3815 59.540332) - (xy 72.3815 112.716233) - (xy 72.361815 112.783272) - (xy 72.345181 112.803914) - (xy 71.747182 113.401912) - (xy 71.73482 113.411816) - (xy 71.734994 113.412026) - (xy 71.728985 113.416997) - (xy 71.681015 113.468079) - (xy 71.659872 113.489222) - (xy 71.659857 113.489239) - (xy 71.655531 113.494814) - (xy 71.651747 113.499244) - (xy 71.619419 113.533671) - (xy 71.619412 113.533681) - (xy 71.609579 113.551567) - (xy 71.598903 113.56782) - (xy 71.586386 113.583957) - (xy 71.586385 113.583959) - (xy 71.567625 113.62731) - (xy 71.565055 113.632556) - (xy 71.542303 113.673941) - (xy 71.542303 113.673942) - (xy 71.537225 113.69372) - (xy 71.530925 113.712122) - (xy 71.522818 113.730857) - (xy 71.515431 113.777495) - (xy 71.514246 113.783216) - (xy 71.5025 113.828965) - (xy 71.5025 113.849384) - (xy 71.500973 113.868783) - (xy 71.49778 113.888941) - (xy 71.49778 113.888942) - (xy 71.502225 113.935966) - (xy 71.5025 113.941804) - (xy 71.5025 114.360241) - (xy 71.482815 114.42728) - (xy 71.47065 114.443213) - (xy 71.396963 114.52505) - (xy 71.396958 114.525057) - (xy 71.301473 114.690443) - (xy 71.30147 114.69045) - (xy 71.248762 114.852669) - (xy 71.242458 114.872072) - (xy 71.222496 115.062) - (xy 71.242458 115.251928) - (xy 71.242459 115.251931) - (xy 71.30147 115.433549) - (xy 71.301473 115.433556) - (xy 71.39696 115.598944) - (xy 71.524747 115.740866) - (xy 71.679248 115.853118) - (xy 71.853712 115.930794) - (xy 72.040513 115.9705) - (xy 72.231487 115.9705) - (xy 72.418288 115.930794) - (xy 72.592752 115.853118) - (xy 72.747253 115.740866) - (xy 72.87504 115.598944) - (xy 72.970527 115.433556) - (xy 73.029542 115.251928) - (xy 73.042584 115.127844) - (xy 77.34 115.127844) - (xy 77.346401 115.187372) - (xy 77.346403 115.187379) - (xy 77.396645 115.322086) - (xy 77.396649 115.322093) - (xy 77.482809 115.437187) - (xy 77.482812 115.43719) - (xy 77.597906 115.52335) - (xy 77.597913 115.523354) - (xy 77.73262 115.573596) - (xy 77.732627 115.573598) - (xy 77.792155 115.579999) - (xy 77.792172 115.58) - (xy 78.49 115.58) - (xy 78.49 114.615501) - (xy 78.597685 114.66468) - (xy 78.704237 114.68) - (xy 78.775763 114.68) - (xy 78.882315 114.66468) - (xy 78.99 114.615501) - (xy 78.99 115.58) - (xy 79.687828 115.58) - (xy 79.687844 115.579999) - (xy 79.747372 115.573598) - (xy 79.747379 115.573596) - (xy 79.882086 115.523354) - (xy 79.882093 115.52335) - (xy 79.997187 115.43719) - (xy 79.99719 115.437187) - (xy 80.08335 115.322093) - (xy 80.083353 115.322088) - (xy 80.098748 115.280811) - (xy 80.140619 115.224876) - (xy 80.206083 115.200458) - (xy 80.274356 115.215309) - (xy 80.291093 115.226288) - (xy 80.466983 115.36319) - (xy 80.466985 115.363191) - (xy 80.466988 115.363193) - (xy 80.541213 115.403361) - (xy 80.672273 115.474287) - (xy 80.74901 115.500631) - (xy 80.893045 115.550079) - (xy 80.893047 115.550079) - (xy 80.893049 115.55008) - (xy 81.123288 115.5885) - (xy 81.123289 115.5885) - (xy 81.356711 115.5885) - (xy 81.356712 115.5885) - (xy 81.586951 115.55008) - (xy 81.807727 115.474287) - (xy 82.013017 115.36319) - (xy 82.19722 115.219818) - (xy 82.355314 115.048083) - (xy 82.386191 115.000821) - (xy 82.439337 114.955465) - (xy 82.508568 114.946041) - (xy 82.571904 114.975542) - (xy 82.593809 115.000822) - (xy 82.624686 115.048084) - (xy 82.778629 115.215309) - (xy 82.78278 115.219818) - (xy 82.966983 115.36319) - (xy 82.966985 115.363191) - (xy 82.966988 115.363193) - (xy 83.041213 115.403361) - (xy 83.172273 115.474287) - (xy 83.24901 115.500631) - (xy 83.393045 115.550079) - (xy 83.393047 115.550079) - (xy 83.393049 115.55008) - (xy 83.623288 115.5885) - (xy 83.623289 115.5885) - (xy 83.856711 115.5885) - (xy 83.856712 115.5885) - (xy 84.086951 115.55008) - (xy 84.307727 115.474287) - (xy 84.513017 115.36319) - (xy 84.69722 115.219818) - (xy 84.855314 115.048083) - (xy 84.982984 114.852669) - (xy 85.076749 114.638907) - (xy 85.134051 114.412626) - (xy 85.14737 114.251889) - (xy 85.153327 114.180005) - (xy 85.153327 114.179994) - (xy 85.134051 113.947377) - (xy 85.134051 113.947374) - (xy 85.076749 113.721093) - (xy 84.982984 113.507331) - (xy 84.959196 113.47092) - (xy 84.855313 113.311915) - (xy 84.697223 113.140185) - (xy 84.697222 113.140184) - (xy 84.69722 113.140182) - (xy 84.513017 112.99681) - (xy 84.513015 112.996809) - (xy 84.513014 112.996808) - (xy 84.513011 112.996806) - (xy 84.307733 112.885716) - (xy 84.30773 112.885715) - (xy 84.307727 112.885713) - (xy 84.307721 112.885711) - (xy 84.307719 112.88571) - (xy 84.086954 112.80992) - (xy 83.90765 112.78) - (xy 83.856712 112.7715) - (xy 83.623288 112.7715) - (xy 83.57724 112.779184) - (xy 83.393045 112.80992) - (xy 83.17228 112.88571) - (xy 83.172266 112.885716) - (xy 82.966988 112.996806) - (xy 82.966985 112.996808) - (xy 82.782781 113.140181) - (xy 82.782776 113.140185) - (xy 82.624688 113.311913) - (xy 82.593809 113.359178) - (xy 82.540662 113.404534) - (xy 82.471431 113.413958) - (xy 82.408095 113.384456) - (xy 82.386191 113.359178) - (xy 82.355311 113.311913) - (xy 82.197223 113.140185) - (xy 82.197222 113.140184) - (xy 82.19722 113.140182) - (xy 82.013017 112.99681) - (xy 82.013015 112.996809) - (xy 82.013014 112.996808) - (xy 82.013011 112.996806) - (xy 81.807733 112.885716) - (xy 81.80773 112.885715) - (xy 81.807727 112.885713) - (xy 81.807721 112.885711) - (xy 81.807719 112.88571) - (xy 81.586954 112.80992) - (xy 81.40765 112.78) - (xy 81.356712 112.7715) - (xy 81.123288 112.7715) - (xy 81.07724 112.779184) - (xy 80.893045 112.80992) - (xy 80.67228 112.88571) - (xy 80.672266 112.885716) - (xy 80.466988 112.996806) - (xy 80.466986 112.996807) - (xy 80.291093 113.133711) - (xy 80.226099 113.159353) - (xy 80.157559 113.145786) - (xy 80.107234 113.097318) - (xy 80.098749 113.079189) - (xy 80.083355 113.037915) - (xy 80.08335 113.037906) - (xy 79.99719 112.922812) - (xy 79.997187 112.922809) - (xy 79.882093 112.836649) - (xy 79.882086 112.836645) - (xy 79.747379 112.786403) - (xy 79.747372 112.786401) - (xy 79.687844 112.78) - (xy 78.99 112.78) - (xy 78.99 113.744498) - (xy 78.882315 113.69532) - (xy 78.775763 113.68) - (xy 78.704237 113.68) - (xy 78.597685 113.69532) - (xy 78.49 113.744498) - (xy 78.49 112.78) - (xy 77.792155 112.78) - (xy 77.732627 112.786401) - (xy 77.73262 112.786403) - (xy 77.597913 112.836645) - (xy 77.597906 112.836649) - (xy 77.482812 112.922809) - (xy 77.482809 112.922812) - (xy 77.396649 113.037906) - (xy 77.396645 113.037913) - (xy 77.346403 113.17262) - (xy 77.346401 113.172627) - (xy 77.34 113.232155) - (xy 77.34 113.93) - (xy 78.306314 113.93) - (xy 78.280507 113.970156) - (xy 78.24 114.108111) - (xy 78.24 114.251889) - (xy 78.280507 114.389844) - (xy 78.306314 114.43) - (xy 77.34 114.43) - (xy 77.34 115.127844) - (xy 73.042584 115.127844) - (xy 73.049504 115.062) - (xy 73.029542 114.872072) - (xy 72.970527 114.690444) - (xy 72.87504 114.525056) - (xy 72.875036 114.52505) - (xy 72.80135 114.443213) - (xy 72.77112 114.380221) - (xy 72.7695 114.360241) - (xy 72.7695 114.222765) - (xy 72.789185 114.155726) - (xy 72.805815 114.135088) - (xy 73.403813 113.537089) - (xy 73.416177 113.527186) - (xy 73.416003 113.526976) - (xy 73.422015 113.522002) - (xy 73.422015 113.522001) - (xy 73.422018 113.522) - (xy 73.469984 113.47092) - (xy 73.491135 113.44977) - (xy 73.495461 113.444192) - (xy 73.49925 113.439755) - (xy 73.531586 113.405321) - (xy 73.541419 113.387432) - (xy 73.552102 113.371169) - (xy 73.564614 113.355041) - (xy 73.583371 113.311691) - (xy 73.585941 113.306447) - (xy 73.608693 113.265064) - (xy 73.608693 113.265063) - (xy 73.608695 113.26506) - (xy 73.613774 113.245273) - (xy 73.62007 113.226885) - (xy 73.628181 113.208145) - (xy 73.635569 113.161497) - (xy 73.636751 113.155786) - (xy 73.6485 113.11003) - (xy 73.6485 113.089615) - (xy 73.650027 113.070214) - (xy 73.65322 113.050057) - (xy 73.648775 113.003033) - (xy 73.6485 112.997195) - (xy 73.6485 107.008294) - (xy 74.5715 107.008294) - (xy 74.586467 107.212782) - (xy 74.586469 107.212795) - (xy 74.645934 107.479746) - (xy 74.645937 107.479753) - (xy 74.743646 107.735221) - (xy 74.877506 107.973734) - (xy 74.877509 107.973739) - (xy 75.044669 108.190218) - (xy 75.044678 108.190228) - (xy 75.180975 108.321634) - (xy 75.241574 108.380059) - (xy 75.464019 108.539205) - (xy 75.538617 108.577558) - (xy 75.70725 108.66426) - (xy 75.707261 108.664264) - (xy 75.707266 108.664267) - (xy 75.707272 108.664269) - (xy 75.966116 108.752575) - (xy 75.966122 108.752576) - (xy 75.96613 108.752579) - (xy 76.235093 108.802259) - (xy 76.399091 108.808252) - (xy 76.508422 108.812248) - (xy 76.508422 108.812247) - (xy 76.508424 108.812248) - (xy 76.780296 108.782334) - (xy 77.044916 108.713153) - (xy 77.159971 108.66426) - (xy 77.296635 108.606185) - (xy 77.296638 108.606183) - (xy 77.296643 108.606181) - (xy 77.530112 108.463697) - (xy 77.740347 108.288738) - (xy 77.922867 108.085033) - (xy 78.073783 107.856923) - (xy 78.189877 107.609271) - (xy 78.268676 107.347355) - (xy 78.3085 107.076757) - (xy 78.3085 107.008294) - (xy 84.1715 107.008294) - (xy 84.186467 107.212782) - (xy 84.186469 107.212795) - (xy 84.245934 107.479746) - (xy 84.245937 107.479753) - (xy 84.343646 107.735221) - (xy 84.477506 107.973734) - (xy 84.477509 107.973739) - (xy 84.644669 108.190218) - (xy 84.644678 108.190228) - (xy 84.780975 108.321634) - (xy 84.841574 108.380059) - (xy 85.064019 108.539205) - (xy 85.138617 108.577558) - (xy 85.30725 108.66426) - (xy 85.307261 108.664264) - (xy 85.307266 108.664267) - (xy 85.307272 108.664269) - (xy 85.566116 108.752575) - (xy 85.566122 108.752576) - (xy 85.56613 108.752579) - (xy 85.835093 108.802259) - (xy 85.999091 108.808252) - (xy 86.108422 108.812248) - (xy 86.108422 108.812247) - (xy 86.108424 108.812248) - (xy 86.380296 108.782334) - (xy 86.644916 108.713153) - (xy 86.759971 108.66426) - (xy 86.896635 108.606185) - (xy 86.896638 108.606183) - (xy 86.896643 108.606181) - (xy 87.130112 108.463697) - (xy 87.340347 108.288738) - (xy 87.522867 108.085033) - (xy 87.673783 107.856923) - (xy 87.789877 107.609271) - (xy 87.868676 107.347355) - (xy 87.9085 107.076757) - (xy 87.9085 106.351712) - (xy 87.893533 106.147217) - (xy 87.885462 106.110988) - (xy 87.834065 105.880253) - (xy 87.834063 105.880249) - (xy 87.834063 105.880247) - (xy 87.736355 105.624781) - (xy 87.602493 105.386264) - (xy 87.435329 105.16978) - (xy 87.435321 105.169771) - (xy 87.238429 104.979944) - (xy 87.238427 104.979942) - (xy 87.121522 104.896303) - (xy 87.015981 104.820795) - (xy 87.0082 104.816794) - (xy 86.772749 104.695739) - (xy 86.772727 104.69573) - (xy 86.513883 104.607424) - (xy 86.51387 104.607421) - (xy 86.513865 104.60742) - (xy 86.244903 104.55774) - (xy 85.971577 104.547751) - (xy 85.699703 104.577666) - (xy 85.435084 104.646846) - (xy 85.183364 104.753814) - (xy 84.949892 104.8963) - (xy 84.949882 104.896307) - (xy 84.739654 105.07126) - (xy 84.739648 105.071266) - (xy 84.557133 105.274966) - (xy 84.406217 105.503077) - (xy 84.290121 105.750732) - (xy 84.290119 105.750739) - (xy 84.211326 106.012633) - (xy 84.211323 106.012647) - (xy 84.191521 106.147204) - (xy 84.1715 106.283243) - (xy 84.1715 106.283247) - (xy 84.1715 107.008294) - (xy 78.3085 107.008294) - (xy 78.3085 106.351712) - (xy 78.293533 106.147217) - (xy 78.285462 106.110988) - (xy 78.234065 105.880253) - (xy 78.234063 105.880249) - (xy 78.234063 105.880247) - (xy 78.136355 105.624781) - (xy 78.002493 105.386264) - (xy 77.835329 105.16978) - (xy 77.835321 105.169771) - (xy 77.638429 104.979944) - (xy 77.638427 104.979942) - (xy 77.521522 104.896303) - (xy 77.415981 104.820795) - (xy 77.4082 104.816794) - (xy 77.172749 104.695739) - (xy 77.172727 104.69573) - (xy 76.913883 104.607424) - (xy 76.91387 104.607421) - (xy 76.913865 104.60742) - (xy 76.644903 104.55774) - (xy 76.371577 104.547751) - (xy 76.099703 104.577666) - (xy 75.835084 104.646846) - (xy 75.583364 104.753814) - (xy 75.349892 104.8963) - (xy 75.349882 104.896307) - (xy 75.139654 105.07126) - (xy 75.139648 105.071266) - (xy 74.957133 105.274966) - (xy 74.806217 105.503077) - (xy 74.690121 105.750732) - (xy 74.690119 105.750739) - (xy 74.611326 106.012633) - (xy 74.611323 106.012647) - (xy 74.591521 106.147204) - (xy 74.5715 106.283243) - (xy 74.5715 106.283247) - (xy 74.5715 107.008294) - (xy 73.6485 107.008294) - (xy 73.6485 94.567844) - (xy 77.34 94.567844) - (xy 77.346401 94.627372) - (xy 77.346403 94.627379) - (xy 77.396645 94.762086) - (xy 77.396649 94.762093) - (xy 77.482809 94.877187) - (xy 77.482812 94.87719) - (xy 77.597906 94.96335) - (xy 77.597913 94.963354) - (xy 77.73262 95.013596) - (xy 77.732627 95.013598) - (xy 77.792155 95.019999) - (xy 77.792172 95.02) - (xy 78.49 95.02) - (xy 78.49 94.055501) - (xy 78.597685 94.10468) - (xy 78.704237 94.12) - (xy 78.775763 94.12) - (xy 78.882315 94.10468) - (xy 78.99 94.055501) - (xy 78.99 95.02) - (xy 79.687828 95.02) - (xy 79.687844 95.019999) - (xy 79.747372 95.013598) - (xy 79.747379 95.013596) - (xy 79.882086 94.963354) - (xy 79.882093 94.96335) - (xy 79.997187 94.87719) - (xy 79.99719 94.877187) - (xy 80.08335 94.762093) - (xy 80.083353 94.762088) - (xy 80.098748 94.720811) - (xy 80.140619 94.664876) - (xy 80.206083 94.640458) - (xy 80.274356 94.655309) - (xy 80.291093 94.666288) - (xy 80.466983 94.80319) - (xy 80.466985 94.803191) - (xy 80.466988 94.803193) - (xy 80.586331 94.867777) - (xy 80.672273 94.914287) - (xy 80.786914 94.953643) - (xy 80.893045 94.990079) - (xy 80.893047 94.990079) - (xy 80.893049 94.99008) - (xy 81.123288 95.0285) - (xy 81.123289 95.0285) - (xy 81.356711 95.0285) - (xy 81.356712 95.0285) - (xy 81.586951 94.99008) - (xy 81.807727 94.914287) - (xy 82.013017 94.80319) - (xy 82.19722 94.659818) - (xy 82.355314 94.488083) - (xy 82.386191 94.440821) - (xy 82.439337 94.395465) - (xy 82.508568 94.386041) - (xy 82.571904 94.415542) - (xy 82.593809 94.440822) - (xy 82.624686 94.488084) - (xy 82.778629 94.655309) - (xy 82.78278 94.659818) - (xy 82.966983 94.80319) - (xy 82.966985 94.803191) - (xy 82.966988 94.803193) - (xy 83.086331 94.867777) - (xy 83.172273 94.914287) - (xy 83.286914 94.953643) - (xy 83.393045 94.990079) - (xy 83.393047 94.990079) - (xy 83.393049 94.99008) - (xy 83.623288 95.0285) - (xy 83.623289 95.0285) - (xy 83.856711 95.0285) - (xy 83.856712 95.0285) - (xy 84.086951 94.99008) - (xy 84.307727 94.914287) - (xy 84.513017 94.80319) - (xy 84.69722 94.659818) - (xy 84.855314 94.488083) - (xy 84.982984 94.292669) - (xy 85.076749 94.078907) - (xy 85.134051 93.852626) - (xy 85.153327 93.62) - (xy 85.134051 93.387374) - (xy 85.076749 93.161093) - (xy 84.982984 92.947331) - (xy 84.855313 92.751915) - (xy 84.697223 92.580185) - (xy 84.697222 92.580184) - (xy 84.69722 92.580182) - (xy 84.513017 92.43681) - (xy 84.513015 92.436809) - (xy 84.513014 92.436808) - (xy 84.513011 92.436806) - (xy 84.307733 92.325716) - (xy 84.30773 92.325715) - (xy 84.307727 92.325713) - (xy 84.307721 92.325711) - (xy 84.307719 92.32571) - (xy 84.086954 92.24992) - (xy 83.90765 92.22) - (xy 83.856712 92.2115) - (xy 83.623288 92.2115) - (xy 83.57724 92.219184) - (xy 83.393045 92.24992) - (xy 83.17228 92.32571) - (xy 83.172266 92.325716) - (xy 82.966988 92.436806) - (xy 82.966985 92.436808) - (xy 82.782781 92.580181) - (xy 82.782776 92.580185) - (xy 82.624688 92.751913) - (xy 82.593809 92.799178) - (xy 82.540662 92.844534) - (xy 82.471431 92.853958) - (xy 82.408095 92.824456) - (xy 82.386191 92.799178) - (xy 82.355311 92.751913) - (xy 82.197223 92.580185) - (xy 82.197222 92.580184) - (xy 82.19722 92.580182) - (xy 82.013017 92.43681) - (xy 82.013015 92.436809) - (xy 82.013014 92.436808) - (xy 82.013011 92.436806) - (xy 81.807733 92.325716) - (xy 81.80773 92.325715) - (xy 81.807727 92.325713) - (xy 81.807721 92.325711) - (xy 81.807719 92.32571) - (xy 81.586954 92.24992) - (xy 81.40765 92.22) - (xy 81.356712 92.2115) - (xy 81.123288 92.2115) - (xy 81.07724 92.219184) - (xy 80.893045 92.24992) - (xy 80.67228 92.32571) - (xy 80.672266 92.325716) - (xy 80.466988 92.436806) - (xy 80.466986 92.436807) - (xy 80.291093 92.573711) - (xy 80.226099 92.599353) - (xy 80.157559 92.585786) - (xy 80.107234 92.537318) - (xy 80.098749 92.519189) - (xy 80.083355 92.477915) - (xy 80.08335 92.477906) - (xy 79.99719 92.362812) - (xy 79.997187 92.362809) - (xy 79.882093 92.276649) - (xy 79.882086 92.276645) - (xy 79.747379 92.226403) - (xy 79.747372 92.226401) - (xy 79.687844 92.22) - (xy 78.99 92.22) - (xy 78.99 93.184498) - (xy 78.882315 93.13532) - (xy 78.775763 93.12) - (xy 78.704237 93.12) - (xy 78.597685 93.13532) - (xy 78.49 93.184498) - (xy 78.49 92.22) - (xy 77.792155 92.22) - (xy 77.732627 92.226401) - (xy 77.73262 92.226403) - (xy 77.597913 92.276645) - (xy 77.597906 92.276649) - (xy 77.482812 92.362809) - (xy 77.482809 92.362812) - (xy 77.396649 92.477906) - (xy 77.396645 92.477913) - (xy 77.346403 92.61262) - (xy 77.346401 92.612627) - (xy 77.34 92.672155) - (xy 77.34 93.37) - (xy 78.306314 93.37) - (xy 78.280507 93.410156) - (xy 78.24 93.548111) - (xy 78.24 93.691889) - (xy 78.280507 93.829844) - (xy 78.306314 93.87) - (xy 77.34 93.87) - (xy 77.34 94.567844) - (xy 73.6485 94.567844) - (xy 73.6485 86.448294) - (xy 74.5715 86.448294) - (xy 74.586467 86.652782) - (xy 74.586469 86.652795) - (xy 74.645934 86.919746) - (xy 74.645937 86.919753) - (xy 74.743646 87.175221) - (xy 74.877506 87.413734) - (xy 74.877509 87.413739) - (xy 75.044669 87.630218) - (xy 75.044678 87.630228) - (xy 75.22131 87.800522) - (xy 75.241574 87.820059) - (xy 75.464019 87.979205) - (xy 75.538617 88.017558) - (xy 75.70725 88.10426) - (xy 75.707261 88.104264) - (xy 75.707266 88.104267) - (xy 75.707272 88.104269) - (xy 75.966116 88.192575) - (xy 75.966122 88.192576) - (xy 75.96613 88.192579) - (xy 76.235093 88.242259) - (xy 76.399091 88.248252) - (xy 76.508422 88.252248) - (xy 76.508422 88.252247) - (xy 76.508424 88.252248) - (xy 76.780296 88.222334) - (xy 77.044916 88.153153) - (xy 77.159971 88.10426) - (xy 77.296635 88.046185) - (xy 77.296638 88.046183) - (xy 77.296643 88.046181) - (xy 77.530112 87.903697) - (xy 77.740347 87.728738) - (xy 77.922867 87.525033) - (xy 78.073783 87.296923) - (xy 78.189877 87.049271) - (xy 78.268676 86.787355) - (xy 78.3085 86.516757) - (xy 78.3085 86.448294) - (xy 84.1715 86.448294) - (xy 84.186467 86.652782) - (xy 84.186469 86.652795) - (xy 84.245934 86.919746) - (xy 84.245937 86.919753) - (xy 84.343646 87.175221) - (xy 84.477506 87.413734) - (xy 84.477509 87.413739) - (xy 84.644669 87.630218) - (xy 84.644678 87.630228) - (xy 84.82131 87.800522) - (xy 84.841574 87.820059) - (xy 85.064019 87.979205) - (xy 85.138617 88.017558) - (xy 85.30725 88.10426) - (xy 85.307261 88.104264) - (xy 85.307266 88.104267) - (xy 85.307272 88.104269) - (xy 85.566116 88.192575) - (xy 85.566122 88.192576) - (xy 85.56613 88.192579) - (xy 85.835093 88.242259) - (xy 85.999091 88.248252) - (xy 86.108422 88.252248) - (xy 86.108422 88.252247) - (xy 86.108424 88.252248) - (xy 86.380296 88.222334) - (xy 86.644916 88.153153) - (xy 86.759971 88.10426) - (xy 86.896635 88.046185) - (xy 86.896638 88.046183) - (xy 86.896643 88.046181) - (xy 87.130112 87.903697) - (xy 87.340347 87.728738) - (xy 87.522867 87.525033) - (xy 87.673783 87.296923) - (xy 87.789877 87.049271) - (xy 87.868676 86.787355) - (xy 87.9085 86.516757) - (xy 87.9085 85.791712) - (xy 87.893533 85.587217) - (xy 87.885462 85.550988) - (xy 87.834065 85.320253) - (xy 87.834063 85.320249) - (xy 87.834063 85.320247) - (xy 87.736355 85.064781) - (xy 87.602493 84.826264) - (xy 87.435329 84.60978) - (xy 87.435321 84.609771) - (xy 87.238429 84.419944) - (xy 87.238427 84.419942) - (xy 87.121522 84.336303) - (xy 87.015981 84.260795) - (xy 87.0082 84.256794) - (xy 86.772749 84.135739) - (xy 86.772727 84.13573) - (xy 86.513883 84.047424) - (xy 86.51387 84.047421) - (xy 86.513865 84.04742) - (xy 86.244903 83.99774) - (xy 85.971577 83.987751) - (xy 85.699703 84.017666) - (xy 85.435084 84.086846) - (xy 85.183364 84.193814) - (xy 84.949892 84.3363) - (xy 84.949882 84.336307) - (xy 84.739654 84.51126) - (xy 84.739648 84.511266) - (xy 84.557133 84.714966) - (xy 84.406217 84.943077) - (xy 84.290121 85.190732) - (xy 84.290119 85.190739) - (xy 84.211326 85.452633) - (xy 84.211323 85.452647) - (xy 84.191521 85.587204) - (xy 84.1715 85.723243) - (xy 84.1715 85.723247) - (xy 84.1715 86.448294) - (xy 78.3085 86.448294) - (xy 78.3085 85.791712) - (xy 78.293533 85.587217) - (xy 78.285462 85.550988) - (xy 78.234065 85.320253) - (xy 78.234063 85.320249) - (xy 78.234063 85.320247) - (xy 78.136355 85.064781) - (xy 78.002493 84.826264) - (xy 77.835329 84.60978) - (xy 77.835321 84.609771) - (xy 77.638429 84.419944) - (xy 77.638427 84.419942) - (xy 77.521522 84.336303) - (xy 77.415981 84.260795) - (xy 77.4082 84.256794) - (xy 77.172749 84.135739) - (xy 77.172727 84.13573) - (xy 76.913883 84.047424) - (xy 76.91387 84.047421) - (xy 76.913865 84.04742) - (xy 76.644903 83.99774) - (xy 76.371577 83.987751) - (xy 76.099703 84.017666) - (xy 75.835084 84.086846) - (xy 75.583364 84.193814) - (xy 75.349892 84.3363) - (xy 75.349882 84.336307) - (xy 75.139654 84.51126) - (xy 75.139648 84.511266) - (xy 74.957133 84.714966) - (xy 74.806217 84.943077) - (xy 74.690121 85.190732) - (xy 74.690119 85.190739) - (xy 74.611326 85.452633) - (xy 74.611323 85.452647) - (xy 74.591521 85.587204) - (xy 74.5715 85.723243) - (xy 74.5715 85.723247) - (xy 74.5715 86.448294) - (xy 73.6485 86.448294) - (xy 73.6485 74.487844) - (xy 77.34 74.487844) - (xy 77.346401 74.547372) - (xy 77.346403 74.547379) - (xy 77.396645 74.682086) - (xy 77.396649 74.682093) - (xy 77.482809 74.797187) - (xy 77.482812 74.79719) - (xy 77.597906 74.88335) - (xy 77.597913 74.883354) - (xy 77.73262 74.933596) - (xy 77.732627 74.933598) - (xy 77.792155 74.939999) - (xy 77.792172 74.94) - (xy 78.49 74.94) - (xy 78.49 73.975501) - (xy 78.597685 74.02468) - (xy 78.704237 74.04) - (xy 78.775763 74.04) - (xy 78.882315 74.02468) - (xy 78.99 73.975501) - (xy 78.99 74.94) - (xy 79.687828 74.94) - (xy 79.687844 74.939999) - (xy 79.747372 74.933598) - (xy 79.747379 74.933596) - (xy 79.882086 74.883354) - (xy 79.882093 74.88335) - (xy 79.997187 74.79719) - (xy 79.99719 74.797187) - (xy 80.08335 74.682093) - (xy 80.083353 74.682088) - (xy 80.098748 74.640811) - (xy 80.140619 74.584876) - (xy 80.206083 74.560458) - (xy 80.274356 74.575309) - (xy 80.291093 74.586288) - (xy 80.466983 74.72319) - (xy 80.466985 74.723191) - (xy 80.466988 74.723193) - (xy 80.541213 74.763361) - (xy 80.672273 74.834287) - (xy 80.74901 74.860631) - (xy 80.893045 74.910079) - (xy 80.893047 74.910079) - (xy 80.893049 74.91008) - (xy 81.123288 74.9485) - (xy 81.123289 74.9485) - (xy 81.356711 74.9485) - (xy 81.356712 74.9485) - (xy 81.586951 74.91008) - (xy 81.807727 74.834287) - (xy 82.013017 74.72319) - (xy 82.19722 74.579818) - (xy 82.355314 74.408083) - (xy 82.386191 74.360821) - (xy 82.439337 74.315465) - (xy 82.508568 74.306041) - (xy 82.571904 74.335542) - (xy 82.593809 74.360822) - (xy 82.624686 74.408084) - (xy 82.778629 74.575309) - (xy 82.78278 74.579818) - (xy 82.966983 74.72319) - (xy 82.966985 74.723191) - (xy 82.966988 74.723193) - (xy 83.041213 74.763361) - (xy 83.172273 74.834287) - (xy 83.24901 74.860631) - (xy 83.393045 74.910079) - (xy 83.393047 74.910079) - (xy 83.393049 74.91008) - (xy 83.623288 74.9485) - (xy 83.623289 74.9485) - (xy 83.856711 74.9485) - (xy 83.856712 74.9485) - (xy 84.086951 74.91008) - (xy 84.307727 74.834287) - (xy 84.513017 74.72319) - (xy 84.69722 74.579818) - (xy 84.855314 74.408083) - (xy 84.982984 74.212669) - (xy 85.076749 73.998907) - (xy 85.134051 73.772626) - (xy 85.15313 73.542379) - (xy 85.153327 73.540005) - (xy 85.153327 73.539994) - (xy 85.134051 73.307377) - (xy 85.134051 73.307374) - (xy 85.076749 73.081093) - (xy 84.982984 72.867331) - (xy 84.971303 72.849452) - (xy 84.855313 72.671915) - (xy 84.697223 72.500185) - (xy 84.697222 72.500184) - (xy 84.69722 72.500182) - (xy 84.513017 72.35681) - (xy 84.513015 72.356809) - (xy 84.513014 72.356808) - (xy 84.513011 72.356806) - (xy 84.307733 72.245716) - (xy 84.30773 72.245715) - (xy 84.307727 72.245713) - (xy 84.307721 72.245711) - (xy 84.307719 72.24571) - (xy 84.086954 72.16992) - (xy 83.90765 72.14) - (xy 83.856712 72.1315) - (xy 83.623288 72.1315) - (xy 83.57724 72.139184) - (xy 83.393045 72.16992) - (xy 83.17228 72.24571) - (xy 83.172266 72.245716) - (xy 82.966988 72.356806) - (xy 82.966985 72.356808) - (xy 82.782781 72.500181) - (xy 82.782776 72.500185) - (xy 82.624688 72.671913) - (xy 82.593809 72.719178) - (xy 82.540662 72.764534) - (xy 82.471431 72.773958) - (xy 82.408095 72.744456) - (xy 82.386191 72.719178) - (xy 82.355311 72.671913) - (xy 82.197223 72.500185) - (xy 82.197222 72.500184) - (xy 82.19722 72.500182) - (xy 82.013017 72.35681) - (xy 82.013015 72.356809) - (xy 82.013014 72.356808) - (xy 82.013011 72.356806) - (xy 81.807733 72.245716) - (xy 81.80773 72.245715) - (xy 81.807727 72.245713) - (xy 81.807721 72.245711) - (xy 81.807719 72.24571) - (xy 81.586954 72.16992) - (xy 81.40765 72.14) - (xy 81.356712 72.1315) - (xy 81.123288 72.1315) - (xy 81.07724 72.139184) - (xy 80.893045 72.16992) - (xy 80.67228 72.24571) - (xy 80.672266 72.245716) - (xy 80.466988 72.356806) - (xy 80.466986 72.356807) - (xy 80.291093 72.493711) - (xy 80.226099 72.519353) - (xy 80.157559 72.505786) - (xy 80.107234 72.457318) - (xy 80.098749 72.439189) - (xy 80.083355 72.397915) - (xy 80.08335 72.397906) - (xy 79.99719 72.282812) - (xy 79.997187 72.282809) - (xy 79.882093 72.196649) - (xy 79.882086 72.196645) - (xy 79.747379 72.146403) - (xy 79.747372 72.146401) - (xy 79.687844 72.14) - (xy 78.99 72.14) - (xy 78.99 73.104498) - (xy 78.882315 73.05532) - (xy 78.775763 73.04) - (xy 78.704237 73.04) - (xy 78.597685 73.05532) - (xy 78.49 73.104498) - (xy 78.49 72.14) - (xy 77.792155 72.14) - (xy 77.732627 72.146401) - (xy 77.73262 72.146403) - (xy 77.597913 72.196645) - (xy 77.597906 72.196649) - (xy 77.482812 72.282809) - (xy 77.482809 72.282812) - (xy 77.396649 72.397906) - (xy 77.396645 72.397913) - (xy 77.346403 72.53262) - (xy 77.346401 72.532627) - (xy 77.34 72.592155) - (xy 77.34 73.29) - (xy 78.306314 73.29) - (xy 78.280507 73.330156) - (xy 78.24 73.468111) - (xy 78.24 73.611889) - (xy 78.280507 73.749844) - (xy 78.306314 73.79) - (xy 77.34 73.79) - (xy 77.34 74.487844) - (xy 73.6485 74.487844) - (xy 73.6485 66.368294) - (xy 74.5715 66.368294) - (xy 74.586467 66.572782) - (xy 74.586469 66.572795) - (xy 74.645934 66.839746) - (xy 74.645937 66.839753) - (xy 74.743646 67.095221) - (xy 74.877506 67.333734) - (xy 74.877509 67.333739) - (xy 75.044669 67.550218) - (xy 75.044678 67.550228) - (xy 75.22131 67.720522) - (xy 75.241574 67.740059) - (xy 75.464019 67.899205) - (xy 75.502297 67.918885) - (xy 75.70725 68.02426) - (xy 75.707261 68.024264) - (xy 75.707266 68.024267) - (xy 75.707272 68.024269) - (xy 75.966116 68.112575) - (xy 75.966122 68.112576) - (xy 75.96613 68.112579) - (xy 76.235093 68.162259) - (xy 76.399091 68.168252) - (xy 76.508422 68.172248) - (xy 76.508422 68.172247) - (xy 76.508424 68.172248) - (xy 76.780296 68.142334) - (xy 77.044916 68.073153) - (xy 77.184908 68.013663) - (xy 77.296635 67.966185) - (xy 77.296638 67.966183) - (xy 77.296643 67.966181) - (xy 77.530112 67.823697) - (xy 77.740347 67.648738) - (xy 77.922867 67.445033) - (xy 78.073783 67.216923) - (xy 78.189877 66.969271) - (xy 78.268676 66.707355) - (xy 78.3085 66.436757) - (xy 78.3085 66.368294) - (xy 84.1715 66.368294) - (xy 84.186467 66.572782) - (xy 84.186469 66.572795) - (xy 84.245934 66.839746) - (xy 84.245937 66.839753) - (xy 84.343646 67.095221) - (xy 84.477506 67.333734) - (xy 84.477509 67.333739) - (xy 84.644669 67.550218) - (xy 84.644678 67.550228) - (xy 84.82131 67.720522) - (xy 84.841574 67.740059) - (xy 85.064019 67.899205) - (xy 85.102297 67.918885) - (xy 85.30725 68.02426) - (xy 85.307261 68.024264) - (xy 85.307266 68.024267) - (xy 85.307272 68.024269) - (xy 85.566116 68.112575) - (xy 85.566122 68.112576) - (xy 85.56613 68.112579) - (xy 85.835093 68.162259) - (xy 85.999091 68.168252) - (xy 86.108422 68.172248) - (xy 86.108422 68.172247) - (xy 86.108424 68.172248) - (xy 86.380296 68.142334) - (xy 86.644916 68.073153) - (xy 86.784908 68.013663) - (xy 86.896635 67.966185) - (xy 86.896638 67.966183) - (xy 86.896643 67.966181) - (xy 87.130112 67.823697) - (xy 87.340347 67.648738) - (xy 87.522867 67.445033) - (xy 87.673783 67.216923) - (xy 87.789877 66.969271) - (xy 87.868676 66.707355) - (xy 87.9085 66.436757) - (xy 87.9085 65.711712) - (xy 87.893533 65.507217) - (xy 87.885462 65.470988) - (xy 87.834065 65.240253) - (xy 87.834063 65.240249) - (xy 87.834063 65.240247) - (xy 87.736355 64.984781) - (xy 87.602493 64.746264) - (xy 87.435329 64.52978) - (xy 87.435321 64.529771) - (xy 87.238429 64.339944) - (xy 87.238427 64.339942) - (xy 87.121522 64.256303) - (xy 87.015981 64.180795) - (xy 87.0082 64.176794) - (xy 86.772749 64.055739) - (xy 86.772727 64.05573) - (xy 86.513883 63.967424) - (xy 86.51387 63.967421) - (xy 86.513865 63.96742) - (xy 86.244903 63.91774) - (xy 85.971577 63.907751) - (xy 85.699703 63.937666) - (xy 85.435084 64.006846) - (xy 85.183364 64.113814) - (xy 84.949892 64.2563) - (xy 84.949882 64.256307) - (xy 84.739654 64.43126) - (xy 84.739648 64.431266) - (xy 84.557133 64.634966) - (xy 84.406217 64.863077) - (xy 84.290121 65.110732) - (xy 84.290119 65.110739) - (xy 84.211326 65.372633) - (xy 84.211323 65.372647) - (xy 84.191521 65.507204) - (xy 84.1715 65.643243) - (xy 84.1715 65.643247) - (xy 84.1715 66.368294) - (xy 78.3085 66.368294) - (xy 78.3085 65.711712) - (xy 78.293533 65.507217) - (xy 78.285462 65.470988) - (xy 78.234065 65.240253) - (xy 78.234063 65.240249) - (xy 78.234063 65.240247) - (xy 78.136355 64.984781) - (xy 78.002493 64.746264) - (xy 77.835329 64.52978) - (xy 77.835321 64.529771) - (xy 77.638429 64.339944) - (xy 77.638427 64.339942) - (xy 77.521522 64.256303) - (xy 77.415981 64.180795) - (xy 77.4082 64.176794) - (xy 77.172749 64.055739) - (xy 77.172727 64.05573) - (xy 76.913883 63.967424) - (xy 76.91387 63.967421) - (xy 76.913865 63.96742) - (xy 76.644903 63.91774) - (xy 76.371577 63.907751) - (xy 76.099703 63.937666) - (xy 75.835084 64.006846) - (xy 75.583364 64.113814) - (xy 75.349892 64.2563) - (xy 75.349882 64.256307) - (xy 75.139654 64.43126) - (xy 75.139648 64.431266) - (xy 74.957133 64.634966) - (xy 74.806217 64.863077) - (xy 74.690121 65.110732) - (xy 74.690119 65.110739) - (xy 74.611326 65.372633) - (xy 74.611323 65.372647) - (xy 74.591521 65.507204) - (xy 74.5715 65.643243) - (xy 74.5715 65.643247) - (xy 74.5715 66.368294) - (xy 73.6485 66.368294) - (xy 73.6485 59.310197) - (xy 73.650238 59.294447) - (xy 73.649968 59.294422) - (xy 73.650701 59.28666) - (xy 73.650702 59.286657) - (xy 73.6485 59.216607) - (xy 73.6485 59.18671) - (xy 73.647614 59.179702) - (xy 73.647156 59.17388) - (xy 73.647037 59.170107) - (xy 73.645673 59.126676) - (xy 73.639977 59.107074) - (xy 73.636032 59.088023) - (xy 73.633474 59.067769) - (xy 73.617157 59.026558) - (xy 73.616086 59.023852) - (xy 73.614193 59.018323) - (xy 73.608715 58.999468) - (xy 73.601018 58.972973) - (xy 73.590622 58.955395) - (xy 73.582066 58.937928) - (xy 73.574552 58.918949) - (xy 73.546794 58.880745) - (xy 73.543587 58.875862) - (xy 73.533873 58.859437) - (xy 73.519542 58.835204) - (xy 73.505108 58.82077) - (xy 73.492471 58.805975) - (xy 73.480472 58.789459) - (xy 73.48047 58.789456) - (xy 73.444073 58.759347) - (xy 73.439751 58.755413) - (xy 69.622522 54.938183) - (xy 69.612621 54.925823) - (xy 69.612411 54.925998) - (xy 69.607436 54.919986) - (xy 69.607434 54.919982) - (xy 69.581092 54.895245) - (xy 69.556356 54.872016) - (xy 69.535202 54.850863) - (xy 69.533226 54.849331) - (xy 69.529617 54.846531) - (xy 69.525184 54.842744) - (xy 69.490755 54.810414) - (xy 69.490753 54.810412) - (xy 69.472865 54.800578) - (xy 69.456604 54.789897) - (xy 69.440473 54.777384) - (xy 69.397127 54.758627) - (xy 69.391879 54.756056) - (xy 69.364685 54.741106) - (xy 69.350494 54.733305) - (xy 69.347094 54.732432) - (xy 69.330721 54.728228) - (xy 69.312315 54.721926) - (xy 69.293578 54.713818) - (xy 69.29358 54.713818) - (xy 69.24693 54.70643) - (xy 69.241215 54.705246) - (xy 69.221046 54.700068) - (xy 69.195466 54.6935) - (xy 69.195464 54.6935) - (xy 69.17505 54.6935) - (xy 69.155651 54.691973) - (xy 69.135492 54.68878) - (xy 69.135491 54.68878) - (xy 69.088468 54.693225) - (xy 69.08263 54.6935) - (xy 68.786291 54.6935) - (xy 68.719252 54.673815) - (xy 68.673497 54.621011) - (xy 68.663553 54.551853) - (xy 68.692578 54.488297) - (xy 68.733886 54.457118) - (xy 68.876558 54.390589) - (xy 69.049776 54.269301) - (xy 69.199301 54.119776) - (xy 69.320589 53.946558) - (xy 69.409956 53.75491) - (xy 69.464686 53.550655) - (xy 69.474884 53.434082) - (xy 69.500336 53.369015) - (xy 69.510715 53.357226) - (xy 69.724626 53.143315) - (xy 69.785948 53.109833) - (xy 69.812306 53.106999) - (xy 74.635131 53.106999) - (xy 74.70217 53.126684) - (xy 74.747925 53.179488) - (xy 74.757869 53.248646) - (xy 74.728844 53.312202) - (xy 74.675394 53.34828) - (xy 74.63643 53.361656) - (xy 74.636419 53.361661) - (xy 74.438427 53.468808) - (xy 74.438422 53.468812) - (xy 74.260761 53.607092) - (xy 74.260756 53.607097) - (xy 74.108284 53.772723) - (xy 74.108276 53.772734) - (xy 73.98514 53.961207) - (xy 73.894703 54.167385) - (xy 73.839436 54.385628) - (xy 73.839434 54.38564) - (xy 73.820844 54.609994) - (xy 73.820844 54.610005) - (xy 73.839434 54.834359) - (xy 73.839436 54.834371) - (xy 73.894703 55.052614) - (xy 73.98514 55.258792) - (xy 74.108276 55.447265) - (xy 74.108284 55.447276) - (xy 74.255145 55.606807) - (xy 74.26076 55.612906) - (xy 74.438424 55.751189) - (xy 74.474929 55.770944) - (xy 74.524519 55.820162) - (xy 74.539629 55.888378) - (xy 74.515459 55.953934) - (xy 74.474932 55.989052) - (xy 74.438432 56.008805) - (xy 74.438422 56.008812) - (xy 74.260761 56.147092) - (xy 74.260756 56.147097) - (xy 74.108284 56.312723) - (xy 74.108276 56.312734) - (xy 73.98514 56.501207) - (xy 73.894703 56.707385) - (xy 73.839436 56.925628) - (xy 73.839434 56.92564) - (xy 73.820844 57.149994) - (xy 73.820844 57.150005) - (xy 73.839434 57.374359) - (xy 73.839436 57.374371) - (xy 73.894703 57.592614) - (xy 73.98514 57.798792) - (xy 74.108276 57.987265) - (xy 74.108284 57.987276) - (xy 74.260756 58.152902) - (xy 74.26076 58.152906) - (xy 74.438424 58.291189) - (xy 74.438425 58.291189) - (xy 74.438427 58.291191) - (xy 74.498314 58.3236) - (xy 74.636426 58.398342) - (xy 74.849365 58.471444) - (xy 75.071431 58.5085) - (xy 75.296569 58.5085) - (xy 75.518635 58.471444) - (xy 75.731574 58.398342) - (xy 75.929576 58.291189) - (xy 76.10724 58.152906) - (xy 76.22401 58.026061) - (xy 76.259715 57.987276) - (xy 76.259715 57.987275) - (xy 76.259722 57.987268) - (xy 76.353749 57.843347) - (xy 76.406894 57.797994) - (xy 76.476125 57.78857) - (xy 76.539461 57.818072) - (xy 76.559131 57.840049) - (xy 76.609072 57.911373) - (xy 76.609073 57.911373) - (xy 77.240923 57.279523) - (xy 77.264507 57.359844) - (xy 77.342239 57.480798) - (xy 77.4509 57.574952) - (xy 77.581685 57.63468) - (xy 77.591466 57.636086) - (xy 76.962625 58.264925) - (xy 77.046421 58.323599) - (xy 77.260507 58.423429) - (xy 77.260516 58.423433) - (xy 77.488673 58.484567) - (xy 77.488684 58.484569) - (xy 77.723998 58.505157) - (xy 77.724002 58.505157) - (xy 77.959315 58.484569) - (xy 77.959326 58.484567) - (xy 78.187483 58.423433) - (xy 78.187492 58.423429) - (xy 78.401578 58.3236) - (xy 78.401582 58.323598) - (xy 78.485373 58.264926) - (xy 78.485373 58.264925) - (xy 77.856533 57.636086) - (xy 77.866315 57.63468) - (xy 77.9971 57.574952) - (xy 78.105761 57.480798) - (xy 78.183493 57.359844) - (xy 78.207076 57.279524) - (xy 78.838925 57.911373) - (xy 78.892425 57.834968) - (xy 78.947002 57.791344) - (xy 79.016501 57.784151) - (xy 79.078855 57.815673) - (xy 79.095576 57.834969) - (xy 79.149073 57.911372) - (xy 79.780922 57.279523) - (xy 79.804507 57.359844) - (xy 79.882239 57.480798) - (xy 79.9909 57.574952) - (xy 80.121685 57.63468) - (xy 80.131466 57.636086) - (xy 79.502625 58.264925) - (xy 79.586421 58.323599) - (xy 79.800507 58.423429) - (xy 79.800516 58.423433) - (xy 80.028673 58.484567) - (xy 80.028684 58.484569) - (xy 80.263998 58.505157) - (xy 80.264002 58.505157) - (xy 80.499315 58.484569) - (xy 80.499326 58.484567) - (xy 80.727483 58.423433) - (xy 80.727492 58.423429) - (xy 80.941578 58.3236) - (xy 80.941582 58.323598) - (xy 81.025373 58.264926) - (xy 81.025373 58.264925) - (xy 80.396533 57.636086) - (xy 80.406315 57.63468) - (xy 80.5371 57.574952) - (xy 80.645761 57.480798) - (xy 80.723493 57.359844) - (xy 80.747076 57.279524) - (xy 81.378925 57.911373) - (xy 81.428868 57.840048) - (xy 81.483445 57.796424) - (xy 81.552944 57.789231) - (xy 81.615298 57.820753) - (xy 81.634251 57.84335) - (xy 81.728276 57.987265) - (xy 81.728284 57.987276) - (xy 81.880756 58.152902) - (xy 81.88076 58.152906) - (xy 82.058424 58.291189) - (xy 82.058425 58.291189) - (xy 82.058427 58.291191) - (xy 82.118314 58.3236) - (xy 82.256426 58.398342) - (xy 82.469365 58.471444) - (xy 82.691431 58.5085) - (xy 82.916569 58.5085) - (xy 83.138635 58.471444) - (xy 83.351574 58.398342) - (xy 83.549576 58.291189) - (xy 83.72724 58.152906) - (xy 83.842818 58.027355) - (xy 83.902704 57.991366) - (xy 83.972542 57.993467) - (xy 84.030158 58.032991) - (xy 84.048474 58.066362) - (xy 84.048835 58.066195) - (xy 84.051389 58.071672) - (xy 84.051749 58.072329) - (xy 84.051885 58.072738) - (xy 84.14497 58.223652) - (xy 84.270348 58.34903) - (xy 84.421262 58.442115) - (xy 84.589574 58.497887) - (xy 84.693455 58.5085) - (xy 85.994544 58.508499) - (xy 86.098426 58.497887) - (xy 86.266738 58.442115) - (xy 86.417652 58.34903) - (xy 86.54303 58.223652) - (xy 86.636115 58.072738) - (xy 86.691887 57.904426) - (xy 86.7025 57.800545) - (xy 86.702499 56.499456) - (xy 86.691887 56.395574) - (xy 86.636115 56.227262) - (xy 86.54303 56.076348) - (xy 86.417652 55.95097) - (xy 86.417651 55.950969) - (xy 86.292402 55.873714) - (xy 86.245678 55.821766) - (xy 86.2335 55.768176) - (xy 86.2335 55.697941) - (xy 86.253185 55.630902) - (xy 86.266271 55.613957) - (xy 86.267234 55.61291) - (xy 86.26724 55.612906) - (xy 86.419722 55.447268) - (xy 86.54286 55.258791) - (xy 86.633296 55.052616) - (xy 86.688564 54.834368) - (xy 86.691364 54.800578) - (xy 86.707156 54.610005) - (xy 86.707156 54.609994) - (xy 86.688565 54.38564) - (xy 86.688563 54.385628) - (xy 86.65698 54.260909) - (xy 86.633296 54.167384) - (xy 86.54286 53.961209) - (xy 86.530262 53.941927) - (xy 86.430574 53.789343) - (xy 86.419722 53.772732) - (xy 86.419719 53.772729) - (xy 86.419715 53.772723) - (xy 86.267243 53.607097) - (xy 86.267238 53.607092) - (xy 86.11391 53.487751) - (xy 86.089576 53.468811) - (xy 86.089575 53.46881) - (xy 86.089572 53.468808) - (xy 85.89158 53.361661) - (xy 85.891577 53.361659) - (xy 85.891574 53.361658) - (xy 85.891571 53.361657) - (xy 85.891569 53.361656) - (xy 85.678637 53.288556) - (xy 85.456569 53.2515) - (xy 85.294805 53.2515) - (xy 85.227766 53.231815) - (xy 85.207124 53.215181) - (xy 83.636874 51.644931) - (xy 83.624242 51.630142) - (xy 83.616168 51.619029) - (xy 83.616165 51.619026) - (xy 83.5652 51.573136) - (xy 83.562845 51.570902) - (xy 83.547512 51.555568) - (xy 83.547499 51.555557) - (xy 83.545047 51.553571) - (xy 83.530623 51.541891) - (xy 83.528187 51.53981) - (xy 83.477214 51.493914) - (xy 83.477211 51.493911) - (xy 83.465323 51.487048) - (xy 83.449288 51.476028) - (xy 83.438624 51.467392) - (xy 83.438623 51.467391) - (xy 83.413926 51.454807) - (xy 83.377504 51.43625) - (xy 83.374694 51.434724) - (xy 83.315284 51.400424) - (xy 83.302223 51.39618) - (xy 83.28425 51.388735) - (xy 83.272019 51.382503) - (xy 83.20577 51.364751) - (xy 83.202667 51.363832) - (xy 83.184922 51.358067) - (xy 83.137457 51.342644) - (xy 83.134484 51.342331) - (xy 83.123797 51.341208) - (xy 83.104683 51.337665) - (xy 83.091418 51.334111) - (xy 83.091411 51.334109) - (xy 83.022933 51.330521) - (xy 83.019698 51.330267) - (xy 82.99812 51.327999) - (xy 82.998119 51.327999) - (xy 82.976421 51.327999) - (xy 82.973177 51.327914) - (xy 82.904689 51.324325) - (xy 82.904688 51.324325) - (xy 82.8971 51.325526) - (xy 82.891132 51.326472) - (xy 82.871735 51.327999) - (xy 69.472265 51.327999) - (xy 69.452867 51.326472) - (xy 69.439311 51.324325) - (xy 69.370828 51.327914) - (xy 69.367585 51.327999) - (xy 69.345881 51.327999) - (xy 69.339588 51.32866) - (xy 69.324289 51.330267) - (xy 69.321058 51.330521) - (xy 69.252583 51.334111) - (xy 69.23932 51.337664) - (xy 69.220206 51.341207) - (xy 69.20655 51.342643) - (xy 69.206538 51.342645) - (xy 69.151518 51.360522) - (xy 69.141328 51.363833) - (xy 69.138225 51.364752) - (xy 69.07198 51.382503) - (xy 69.05974 51.388739) - (xy 69.041772 51.396181) - (xy 69.028719 51.400422) - (xy 69.028713 51.400424) - (xy 68.969321 51.434714) - (xy 68.96647 51.436262) - (xy 68.905381 51.467389) - (xy 68.905367 51.467398) - (xy 68.894705 51.476032) - (xy 68.878679 51.487046) - (xy 68.866792 51.493909) - (xy 68.866784 51.493915) - (xy 68.815827 51.539796) - (xy 68.813363 51.541901) - (xy 68.796502 51.555555) - (xy 68.796485 51.55557) - (xy 68.78114 51.570915) - (xy 68.778789 51.573145) - (xy 68.727833 51.619026) - (xy 68.727829 51.61903) - (xy 68.719755 51.630143) - (xy 68.707123 51.644932) - (xy 68.252788 52.099267) - (xy 68.191465 52.132752) - (xy 68.175916 52.135114) - (xy 68.059349 52.145313) - (xy 68.059339 52.145315) - (xy 67.855097 52.200041) - (xy 67.855088 52.200045) - (xy 67.663443 52.28941) - (xy 67.663441 52.289411) - (xy 67.490221 52.4107) - (xy 67.3407 52.560221) - (xy 67.219411 52.733441) - (xy 67.21941 52.733443) - (xy 67.130045 52.925088) - (xy 67.130041 52.925097) - (xy 67.075315 53.129339) - (xy 67.075313 53.12935) - (xy 67.056884 53.339998) - (xy 67.056884 53.340001) - (xy 67.075313 53.550649) - (xy 67.075315 53.55066) - (xy 67.130041 53.754902) - (xy 67.130043 53.754906) - (xy 67.130044 53.75491) - (xy 67.160548 53.820326) - (xy 67.21941 53.946556) - (xy 67.219411 53.946558) - (xy 67.3407 54.119778) - (xy 67.490221 54.269299) - (xy 67.490224 54.269301) - (xy 67.663442 54.390589) - (xy 67.806114 54.457118) - (xy 67.858553 54.50329) - (xy 67.877705 54.570484) - (xy 67.857489 54.637365) - (xy 67.804324 54.6827) - (xy 67.753709 54.6935) - (xy 65.032291 54.6935) - (xy 64.965252 54.673815) - (xy 64.919497 54.621011) - (xy 64.909553 54.551853) - (xy 64.938578 54.488297) - (xy 64.979886 54.457118) - (xy 65.122558 54.390589) - (xy 65.295776 54.269301) - (xy 65.445301 54.119776) - (xy 65.566589 53.946558) - (xy 65.655956 53.75491) - (xy 65.710686 53.550655) - (xy 65.729116 53.34) - (xy 65.710686 53.129345) - (xy 65.669129 52.974255) - (xy 65.655958 52.925097) - (xy 65.655957 52.925096) - (xy 65.655956 52.92509) - (xy 65.566589 52.733442) - (xy 65.475776 52.603747) - (xy 65.445299 52.560221) - (xy 65.295778 52.4107) - (xy 65.122558 52.289411) - (xy 65.122556 52.28941) - (xy 65.101071 52.279391) - (xy 64.93091 52.200044) - (xy 64.930906 52.200043) - (xy 64.930902 52.200041) - (xy 64.72666 52.145315) - (xy 64.726656 52.145314) - (xy 64.726655 52.145314) - (xy 64.726654 52.145313) - (xy 64.726649 52.145313) - (xy 64.516002 52.126884) - (xy 64.515998 52.126884) - (xy 64.30535 52.145313) - (xy 64.305339 52.145315) - (xy 64.101097 52.200041) - (xy 64.101088 52.200045) - (xy 63.909443 52.28941) - (xy 63.909441 52.289411) - (xy 63.736221 52.4107) - (xy 63.5867 52.560221) - (xy 63.465411 52.733441) - (xy 63.46541 52.733443) - (xy 63.376045 52.925088) - (xy 63.376041 52.925097) - (xy 63.321315 53.129339) - (xy 63.321313 53.12935) - (xy 63.302884 53.339998) - (xy 63.302884 53.340001) - (xy 63.321313 53.550649) - (xy 63.321315 53.55066) - (xy 63.376041 53.754902) - (xy 63.376043 53.754906) - (xy 63.376044 53.75491) - (xy 63.406548 53.820326) - (xy 63.46541 53.946556) - (xy 63.465411 53.946558) - (xy 63.5867 54.119778) - (xy 63.736221 54.269299) - (xy 63.736224 54.269301) - (xy 63.909442 54.390589) - (xy 64.052114 54.457118) - (xy 64.104553 54.50329) - (xy 64.123705 54.570484) - (xy 64.103489 54.637365) - (xy 64.050324 54.6827) - (xy 63.999709 54.6935) - (xy 61.736766 54.6935) - (xy 61.669727 54.673815) - (xy 61.649085 54.657181) - (xy 60.943246 53.951341) - (xy 60.909761 53.890018) - (xy 60.914745 53.820326) - (xy 60.931665 53.789343) - (xy 60.933351 53.78709) - (xy 60.983597 53.652376) - (xy 60.983598 53.652372) - (xy 60.989999 53.592844) - (xy 60.99 53.592827) - (xy 60.99 52.995) - (xy 60.005686 52.995) - (xy 60.017641 52.983045) - (xy 60.075165 52.870148) - (xy 60.094986 52.745) - (xy 60.075165 52.619852) - (xy 60.017641 52.506955) - (xy 60.005686 52.495) - (xy 60.99 52.495) - (xy 60.99 51.897172) - (xy 60.989999 51.897155) - (xy 60.983598 51.837627) - (xy 60.983596 51.83762) - (xy 60.933354 51.702913) - (xy 60.93335 51.702906) - (xy 60.84719 51.587812) - (xy 60.847187 51.587809) - (xy 60.732093 51.501649) - (xy 60.732086 51.501645) - (xy 60.597379 51.451403) - (xy 60.597372 51.451401) - (xy 60.537844 51.445) - (xy 59.94 51.445) - (xy 59.94 52.429314) - (xy 59.928045 52.417359) - (xy 59.815148 52.359835) - (xy 59.721481 52.345) - (xy 59.658519 52.345) - (xy 59.564852 52.359835) - (xy 59.451955 52.417359) - (xy 59.44 52.429314) - (xy 59.44 51.445) - (xy 58.842155 51.445) - (xy 58.782627 51.451401) - (xy 58.78262 51.451403) - (xy 58.647913 51.501645) - (xy 58.647906 51.501649) - (xy 58.532812 51.587809) - (xy 58.532809 51.587812) - (xy 58.446649 51.702906) - (xy 58.446645 51.702913) - (xy 58.396403 51.83762) - (xy 58.396401 51.837627) - (xy 58.39 51.897155) - (xy 58.39 52.495) - (xy 59.374314 52.495) - (xy 59.362359 52.506955) - (xy 59.304835 52.619852) - (xy 59.285014 52.745) - (xy 59.304835 52.870148) - (xy 59.362359 52.983045) - (xy 59.374314 52.995) - (xy 58.39 52.995) - (xy 58.39 53.407587) - (xy 58.370315 53.474626) - (xy 58.317511 53.520381) - (xy 58.300598 53.526663) - (xy 58.275405 53.533982) - (xy 58.257833 53.544374) - (xy 58.24037 53.552929) - (xy 58.221385 53.560446) - (xy 58.221383 53.560447) - (xy 58.183179 53.588204) - (xy 58.178296 53.591412) - (xy 58.137637 53.615458) - (xy 58.123196 53.629898) - (xy 58.108408 53.642527) - (xy 58.091897 53.654523) - (xy 58.091892 53.654528) - (xy 58.06179 53.690914) - (xy 58.057858 53.695235) - (xy 57.115801 54.637294) - (xy 57.054478 54.670779) - (xy 57.02812 54.673613) - (xy 55.2805 54.673613) - (xy 55.213461 54.653928) - (xy 55.167706 54.601124) - (xy 55.1565 54.549613) - (xy 55.1565 54.458475) - (xy 55.156499 54.458458) - (xy 55.15023 54.400156) - (xy 55.149989 54.397912) - (xy 55.147257 54.390588) - (xy 55.102018 54.269299) - (xy 55.098889 54.260909) - (xy 55.011261 54.143852) - (xy 54.894204 54.056224) - (xy 54.757203 54.005124) - (xy 54.696654 53.998613) - (xy 54.693331 53.998436) - (xy 54.69334 53.998257) - (xy 54.693335 53.998257) - (xy 54.693346 53.998153) - (xy 54.693408 53.996984) - (xy 54.631915 53.978928) - (xy 54.58616 53.926124) - (xy 54.580479 53.893145) - (xy 53.892401 53.205066) - (xy 53.973148 53.192278) - (xy 54.086045 53.134754) - (xy 54.175641 53.045158) - (xy 54.233165 52.932261) - (xy 54.245953 52.851513) - (xy 54.927025 53.532585) - (xy 54.978136 53.459591) - (xy 55.074264 53.253444) - (xy 55.074269 53.25343) - (xy 55.133139 53.033723) - (xy 55.133141 53.033712) - (xy 55.152966 52.807115) - (xy 55.152966 52.80711) - (xy 55.133141 52.580513) - (xy 55.133139 52.580502) - (xy 55.074269 52.360795) - (xy 55.074265 52.360786) - (xy 54.978133 52.154629) - (xy 54.978131 52.154625) - (xy 54.927026 52.081639) - (xy 54.927025 52.081639) - (xy 54.245953 52.762711) - (xy 54.233165 52.681965) - (xy 54.175641 52.569068) - (xy 54.086045 52.479472) - (xy 53.973148 52.421948) - (xy 53.8924 52.409159) - (xy 54.573472 51.728087) - (xy 54.573471 51.728086) - (xy 54.500483 51.676979) - (xy 54.500481 51.676978) - (xy 54.294326 51.580847) - (xy 54.294317 51.580843) - (xy 54.07461 51.521973) - (xy 54.074599 51.521971) - (xy 53.848002 51.502147) - (xy 53.847998 51.502147) - (xy 53.6214 51.521971) - (xy 53.621389 51.521973) - (xy 53.401682 51.580843) - (xy 53.401673 51.580847) - (xy 53.195513 51.676981) - (xy 53.122527 51.728085) - (xy 53.122526 51.728086) - (xy 53.8036 52.409159) - (xy 53.722852 52.421948) - (xy 53.609955 52.479472) - (xy 53.520359 52.569068) - (xy 53.462835 52.681965) - (xy 53.450046 52.762712) - (xy 52.768973 52.081639) - (xy 52.768972 52.08164) - (xy 52.717868 52.154626) - (xy 52.621734 52.360786) - (xy 52.62173 52.360795) - (xy 52.56286 52.580502) - (xy 52.562858 52.580513) - (xy 52.543034 52.80711) - (xy 52.543034 52.807115) - (xy 52.562858 53.033712) - (xy 52.56286 53.033723) - (xy 52.62173 53.25343) - (xy 52.621734 53.253439) - (xy 52.717865 53.459594) - (xy 52.717866 53.459596) - (xy 52.768973 53.532584) - (xy 52.768974 53.532585) - (xy 53.450046 52.851512) - (xy 53.462835 52.932261) - (xy 53.520359 53.045158) - (xy 53.609955 53.134754) - (xy 53.722852 53.192278) - (xy 53.803599 53.205066) - (xy 53.114464 53.8942) - (xy 53.106807 53.932305) - (xy 53.058192 53.982488) - (xy 53.0026 53.997148) - (xy 53.002653 53.998153) - (xy 53.002665 53.998257) - (xy 53.002659 53.998257) - (xy 53.002669 53.998436) - (xy 52.999345 53.998613) - (xy 52.938797 54.005124) - (xy 52.938795 54.005124) - (xy 52.801795 54.056224) - (xy 52.684739 54.143852) - (xy 52.597111 54.260908) - (xy 52.546011 54.397908) - (xy 52.546011 54.39791) - (xy 52.5395 54.458458) - (xy 52.5395 56.155767) - (xy 50.8755 56.155767) - (xy 50.8755 50.9995) - (xy 50.895185 50.932461) - (xy 50.947989 50.886706) - (xy 50.9995 50.8755) - (xy 90.9005 50.8755) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 90.951672 132.71384) - (xy 91.004614 132.759437) - (xy 91.024499 132.826417) - (xy 91.0245 132.826789) - (xy 91.0245 158.7805) - (xy 91.004815 158.847539) - (xy 90.952011 158.893294) - (xy 90.9005 158.9045) - (xy 50.9995 158.9045) - (xy 50.932461 158.884815) - (xy 50.886706 158.832011) - (xy 50.8755 158.7805) - (xy 50.8755 147.80785) - (xy 52.465001 147.80785) - (xy 52.465001 147.981172) - (xy 52.475144 148.080457) - (xy 52.528452 148.241331) - (xy 52.528457 148.241342) - (xy 52.617424 148.385578) - (xy 52.617427 148.385582) - (xy 52.737267 148.505422) - (xy 52.737271 148.505425) - (xy 52.881507 148.594392) - (xy 52.881518 148.594397) - (xy 53.042393 148.647705) - (xy 53.141683 148.657849) - (xy 53.165 148.657848) - (xy 53.165 147.80785) - (xy 52.465001 147.80785) - (xy 50.8755 147.80785) - (xy 50.8755 147.30785) - (xy 52.465 147.30785) - (xy 53.165 147.30785) - (xy 53.165 146.457849) - (xy 53.141693 146.45785) - (xy 53.141674 146.457851) - (xy 53.042392 146.467994) - (xy 52.881518 146.521302) - (xy 52.881507 146.521307) - (xy 52.737271 146.610274) - (xy 52.737267 146.610277) - (xy 52.617427 146.730117) - (xy 52.617424 146.730121) - (xy 52.528457 146.874357) - (xy 52.528452 146.874368) - (xy 52.475144 147.035243) - (xy 52.465 147.134527) - (xy 52.465 147.30785) - (xy 50.8755 147.30785) - (xy 50.8755 140.860466) - (xy 50.895185 140.793427) - (xy 50.947989 140.747672) - (xy 51.017147 140.737728) - (xy 51.080703 140.766753) - (xy 51.087181 140.772785) - (xy 53.465181 143.150785) - (xy 53.498666 143.212108) - (xy 53.5015 143.238466) - (xy 53.5015 143.900237) - (xy 53.501501 143.900253) - (xy 53.512113 144.004127) - (xy 53.567884 144.172435) - (xy 53.567886 144.17244) - (xy 53.599191 144.223193) - (xy 53.66097 144.323352) - (xy 53.786348 144.44873) - (xy 53.937262 144.541815) - (xy 54.105574 144.597587) - (xy 54.209455 144.6082) - (xy 54.212524 144.608356) - (xy 54.278479 144.631415) - (xy 54.321497 144.686472) - (xy 54.32792 144.756046) - (xy 54.295709 144.818047) - (xy 54.293916 144.819877) - (xy 54.213679 144.900114) - (xy 54.20132 144.910018) - (xy 54.201493 144.910227) - (xy 54.195483 144.915199) - (xy 54.147515 144.966279) - (xy 54.126372 144.987422) - (xy 54.126357 144.987439) - (xy 54.122031 144.993014) - (xy 54.118247 144.997444) - (xy 54.085919 145.031871) - (xy 54.085912 145.031881) - (xy 54.076079 145.049767) - (xy 54.065403 145.06602) - (xy 54.052886 145.082157) - (xy 54.052885 145.082159) - (xy 54.034125 145.12551) - (xy 54.031555 145.130756) - (xy 54.008803 145.172141) - (xy 54.008803 145.172142) - (xy 54.003725 145.19192) - (xy 53.997425 145.210322) - (xy 53.989318 145.229057) - (xy 53.981931 145.275695) - (xy 53.980746 145.281416) - (xy 53.969 145.327165) - (xy 53.969 145.347584) - (xy 53.967472 145.366983) - (xy 53.96428 145.387143) - (xy 53.966829 145.414113) - (xy 53.968725 145.434166) - (xy 53.969 145.440004) - (xy 53.969 146.356381) - (xy 53.949315 146.42342) - (xy 53.896511 146.469175) - (xy 53.827353 146.479119) - (xy 53.805998 146.474088) - (xy 53.787606 146.467993) - (xy 53.688322 146.45785) - (xy 53.665 146.45785) - (xy 53.665 148.657849) - (xy 53.688308 148.657849) - (xy 53.688322 148.657848) - (xy 53.787608 148.647705) - (xy 53.805994 148.641613) - (xy 53.875822 148.63921) - (xy 53.935865 148.67494) - (xy 53.967058 148.73746) - (xy 53.969 148.759318) - (xy 53.969 151.550534) - (xy 53.949315 151.617573) - (xy 53.896511 151.663328) - (xy 53.879595 151.66961) - (xy 53.751404 151.706853) - (xy 53.751398 151.706855) - (xy 53.608196 151.791544) - (xy 53.608187 151.791551) - (xy 53.490551 151.909187) - (xy 53.490544 151.909196) - (xy 53.405855 152.052398) - (xy 53.405853 152.052403) - (xy 53.359438 152.212164) - (xy 53.359437 152.21217) - (xy 53.3565 152.249495) - (xy 53.3565 152.682505) - (xy 53.359437 152.719829) - (xy 53.359438 152.719835) - (xy 53.405853 152.879596) - (xy 53.405855 152.879601) - (xy 53.490544 153.022803) - (xy 53.490551 153.022812) - (xy 53.608187 153.140448) - (xy 53.608191 153.140451) - (xy 53.608193 153.140453) - (xy 53.751399 153.225145) - (xy 53.79353 153.237385) - (xy 53.911164 153.271561) - (xy 53.911167 153.271561) - (xy 53.911169 153.271562) - (xy 53.920501 153.272296) - (xy 53.948495 153.2745) - (xy 53.948498 153.2745) - (xy 55.1075 153.2745) - (xy 55.174539 153.294185) - (xy 55.220294 153.346989) - (xy 55.2315 153.3985) - (xy 55.2315 153.632505) - (xy 55.234437 153.669829) - (xy 55.234438 153.669835) - (xy 55.280853 153.829596) - (xy 55.280855 153.829601) - (xy 55.365544 153.972803) - (xy 55.365551 153.972812) - (xy 55.483187 154.090448) - (xy 55.483191 154.090451) - (xy 55.483193 154.090453) - (xy 55.626399 154.175145) - (xy 55.66853 154.187385) - (xy 55.786164 154.221561) - (xy 55.786167 154.221561) - (xy 55.786169 154.221562) - (xy 55.795501 154.222296) - (xy 55.823495 154.2245) - (xy 55.823498 154.2245) - (xy 56.757234 154.2245) - (xy 56.824273 154.244185) - (xy 56.844915 154.260819) - (xy 58.29978 155.715684) - (xy 58.333265 155.777007) - (xy 58.332305 155.833805) - (xy 58.295948 155.977377) - (xy 58.276673 156.209994) - (xy 58.276673 156.210005) - (xy 58.295948 156.442622) - (xy 58.353251 156.668907) - (xy 58.447015 156.882668) - (xy 58.574686 157.078084) - (xy 58.726354 157.242838) - (xy 58.73278 157.249818) - (xy 58.916983 157.39319) - (xy 58.916985 157.393191) - (xy 58.916988 157.393193) - (xy 58.964173 157.418728) - (xy 59.122273 157.504287) - (xy 59.236914 157.543643) - (xy 59.343045 157.580079) - (xy 59.343047 157.580079) - (xy 59.343049 157.58008) - (xy 59.573288 157.6185) - (xy 59.573289 157.6185) - (xy 59.806711 157.6185) - (xy 59.806712 157.6185) - (xy 60.036951 157.58008) - (xy 60.257727 157.504287) - (xy 60.463017 157.39319) - (xy 60.64722 157.249818) - (xy 60.653646 157.242837) - (xy 60.713531 157.206845) - (xy 60.783369 157.208944) - (xy 60.840986 157.248466) - (xy 60.861059 157.283485) - (xy 60.886645 157.352086) - (xy 60.886649 157.352093) - (xy 60.972809 157.467187) - (xy 60.972812 157.46719) - (xy 61.087906 157.55335) - (xy 61.087913 157.553354) - (xy 61.22262 157.603596) - (xy 61.222627 157.603598) - (xy 61.282155 157.609999) - (xy 61.282172 157.61) - (xy 61.98 157.61) - (xy 61.98 156.584189) - (xy 62.032547 156.620016) - (xy 62.162173 156.66) - (xy 62.263724 156.66) - (xy 62.364138 156.644865) - (xy 62.48 156.589068) - (xy 62.48 157.61) - (xy 63.177828 157.61) - (xy 63.177844 157.609999) - (xy 63.237372 157.603598) - (xy 63.237379 157.603596) - (xy 63.372086 157.553354) - (xy 63.372093 157.55335) - (xy 63.487187 157.46719) - (xy 63.48719 157.467187) - (xy 63.57335 157.352093) - (xy 63.573354 157.352086) - (xy 63.623596 157.217379) - (xy 63.623598 157.217372) - (xy 63.629999 157.157844) - (xy 63.63 157.157827) - (xy 63.63 156.46) - (xy 62.605278 156.46) - (xy 62.653625 156.37626) - (xy 62.68381 156.244008) - (xy 62.673673 156.108735) - (xy 62.624113 155.982459) - (xy 62.606203 155.96) - (xy 63.63 155.96) - (xy 63.63 155.262172) - (xy 63.629999 155.262155) - (xy 63.623598 155.202627) - (xy 63.623596 155.20262) - (xy 63.573354 155.067913) - (xy 63.57335 155.067906) - (xy 63.48719 154.952812) - (xy 63.487187 154.952809) - (xy 63.372093 154.866649) - (xy 63.372086 154.866645) - (xy 63.237379 154.816403) - (xy 63.237372 154.816401) - (xy 63.177844 154.81) - (xy 62.48 154.81) - (xy 62.48 155.83581) - (xy 62.427453 155.799984) - (xy 62.297827 155.76) - (xy 62.196276 155.76) - (xy 62.095862 155.775135) - (xy 61.98 155.830931) - (xy 61.98 154.81) - (xy 61.282155 154.81) - (xy 61.222627 154.816401) - (xy 61.22262 154.816403) - (xy 61.087913 154.866645) - (xy 61.087906 154.866649) - (xy 60.972812 154.952809) - (xy 60.972809 154.952812) - (xy 60.886649 155.067906) - (xy 60.886645 155.067913) - (xy 60.861059 155.136514) - (xy 60.819188 155.192448) - (xy 60.753723 155.216865) - (xy 60.68545 155.202013) - (xy 60.653649 155.177165) - (xy 60.647224 155.170186) - (xy 60.647222 155.170184) - (xy 60.64722 155.170182) - (xy 60.463017 155.02681) - (xy 60.463015 155.026809) - (xy 60.463014 155.026808) - (xy 60.463011 155.026806) - (xy 60.257733 154.915716) - (xy 60.25773 154.915715) - (xy 60.257727 154.915713) - (xy 60.257721 154.915711) - (xy 60.257719 154.91571) - (xy 60.036954 154.83992) - (xy 59.85765 154.81) - (xy 59.806712 154.8015) - (xy 59.573288 154.8015) - (xy 59.534914 154.807903) - (xy 59.343044 154.83992) - (xy 59.321545 154.847301) - (xy 59.251746 154.850449) - (xy 59.193604 154.8177) - (xy 57.759819 153.383914) - (xy 57.726334 153.322591) - (xy 57.7235 153.296233) - (xy 57.7235 153.199495) - (xy 57.720562 153.16217) - (xy 57.720561 153.162164) - (xy 57.674146 153.002403) - (xy 57.674145 153.002399) - (xy 57.589453 152.859193) - (xy 57.589451 152.859191) - (xy 57.589448 152.859187) - (xy 57.471812 152.741551) - (xy 57.471803 152.741544) - (xy 57.328601 152.656855) - (xy 57.328596 152.656853) - (xy 57.168835 152.610438) - (xy 57.168829 152.610437) - (xy 57.131505 152.6075) - (xy 57.131502 152.6075) - (xy 55.9725 152.6075) - (xy 55.905461 152.587815) - (xy 55.859706 152.535011) - (xy 55.8485 152.4835) - (xy 55.8485 152.4485) - (xy 55.868185 152.381461) - (xy 55.920989 152.335706) - (xy 55.9725 152.3245) - (xy 57.131505 152.3245) - (xy 57.153899 152.322737) - (xy 57.168831 152.321562) - (xy 57.168833 152.321561) - (xy 57.168835 152.321561) - (xy 57.210962 152.309321) - (xy 57.328601 152.275145) - (xy 57.471807 152.190453) - (xy 57.589453 152.072807) - (xy 57.674145 151.929601) - (xy 57.720562 151.769831) - (xy 57.721945 151.752254) - (xy 57.7235 151.732505) - (xy 57.7235 151.299495) - (xy 57.720562 151.26217) - (xy 57.720561 151.262164) - (xy 57.6817 151.128404) - (xy 57.674145 151.102399) - (xy 57.589453 150.959193) - (xy 57.589451 150.959191) - (xy 57.589448 150.959187) - (xy 57.471812 150.841551) - (xy 57.471803 150.841544) - (xy 57.328601 150.756855) - (xy 57.328595 150.756853) - (xy 57.200405 150.71961) - (xy 57.141519 150.682004) - (xy 57.112313 150.618531) - (xy 57.111 150.600534) - (xy 57.111 148.738448) - (xy 57.130685 148.671409) - (xy 57.183489 148.625654) - (xy 57.195984 148.620746) - (xy 57.252101 148.602152) - (xy 57.39804 148.512135) - (xy 57.519285 148.39089) - (xy 57.609302 148.244951) - (xy 57.663236 148.082186) - (xy 57.6735 147.981722) - (xy 57.6735 147.546615) - (xy 57.693185 147.479576) - (xy 57.709815 147.458938) - (xy 57.828819 147.339933) - (xy 57.890142 147.306449) - (xy 57.959834 147.311433) - (xy 58.015767 147.353305) - (xy 58.040184 147.418769) - (xy 58.0405 147.427615) - (xy 58.0405 149.870366) - (xy 58.038761 149.886113) - (xy 58.039032 149.886139) - (xy 58.038298 149.893905) - (xy 58.0405 149.963957) - (xy 58.0405 149.993859) - (xy 58.041384 150.000856) - (xy 58.041842 150.006679) - (xy 58.043326 150.053889) - (xy 58.043327 150.053891) - (xy 58.049022 150.073495) - (xy 58.052967 150.092542) - (xy 58.055526 150.112797) - (xy 58.055527 150.1128) - (xy 58.055528 150.112803) - (xy 58.072914 150.156716) - (xy 58.074806 150.162244) - (xy 58.087981 150.207592) - (xy 58.098372 150.225162) - (xy 58.106932 150.242635) - (xy 58.114447 150.261617) - (xy 58.142209 150.299827) - (xy 58.145418 150.304712) - (xy 58.16762 150.342255) - (xy 58.169458 150.345362) - (xy 58.169462 150.345366) - (xy 58.183889 150.359793) - (xy 58.196526 150.374588) - (xy 58.207778 150.390075) - (xy 58.208528 150.391107) - (xy 58.20853 150.391109) - (xy 58.215581 150.396942) - (xy 58.244931 150.421222) - (xy 58.249231 150.425135) - (xy 58.88151 151.057414) - (xy 59.434703 151.610607) - (xy 59.468188 151.67193) - (xy 59.463204 151.741622) - (xy 59.461588 151.74573) - (xy 59.458884 151.752257) - (xy 59.401065 151.993092) - (xy 59.381634 152.24) - (xy 59.401065 152.486906) - (xy 59.401065 152.486909) - (xy 59.401066 152.486911) - (xy 59.458885 152.727742) - (xy 59.458886 152.727744) - (xy 59.553663 152.956558) - (xy 59.553665 152.956562) - (xy 59.553666 152.956563) - (xy 59.683075 153.16774) - (xy 59.843927 153.356073) - (xy 60.03226 153.516925) - (xy 60.243437 153.646334) - (xy 60.243439 153.646334) - (xy 60.243441 153.646336) - (xy 60.300173 153.669835) - (xy 60.472258 153.741115) - (xy 60.713089 153.798934) - (xy 60.96 153.818366) - (xy 61.206911 153.798934) - (xy 61.447742 153.741115) - (xy 61.676563 153.646334) - (xy 61.88774 153.516925) - (xy 62.076073 153.356073) - (xy 62.236925 153.16774) - (xy 62.366334 152.956563) - (xy 62.461115 152.727742) - (xy 62.518934 152.486911) - (xy 62.538366 152.24) - (xy 62.518934 151.993089) - (xy 62.461115 151.752258) - (xy 62.384301 151.566812) - (xy 62.366336 151.523441) - (xy 62.360685 151.51422) - (xy 62.236925 151.31226) - (xy 62.076073 151.123927) - (xy 61.88774 150.963075) - (xy 61.676563 150.833666) - (xy 61.676562 150.833665) - (xy 61.676558 150.833663) - (xy 61.472282 150.74905) - (xy 61.447742 150.738885) - (xy 61.206911 150.681066) - (xy 61.206909 150.681065) - (xy 61.206906 150.681065) - (xy 60.96 150.661634) - (xy 60.713092 150.681065) - (xy 60.472258 150.738884) - (xy 60.465735 150.741586) - (xy 60.396265 150.74905) - (xy 60.333788 150.717772) - (xy 60.330608 150.714703) - (xy 59.343819 149.727914) - (xy 59.310334 149.666591) - (xy 59.3075 149.640233) - (xy 59.3075 145.448524) - (xy 59.327185 145.381485) - (xy 59.379989 145.33573) - (xy 59.449147 145.325786) - (xy 59.512703 145.354811) - (xy 59.519181 145.360843) - (xy 61.605152 147.446814) - (xy 61.615058 147.459178) - (xy 61.615268 147.459005) - (xy 61.620243 147.465019) - (xy 61.671336 147.512999) - (xy 61.692467 147.534129) - (xy 61.692472 147.534134) - (xy 61.698044 147.538456) - (xy 61.702484 147.542249) - (xy 61.73692 147.574586) - (xy 61.754809 147.58442) - (xy 61.771075 147.595104) - (xy 61.787201 147.607613) - (xy 61.83054 147.626367) - (xy 61.835787 147.628937) - (xy 61.877182 147.651695) - (xy 61.89696 147.656773) - (xy 61.915363 147.663074) - (xy 61.934094 147.67118) - (xy 61.934095 147.67118) - (xy 61.934097 147.671181) - (xy 61.961492 147.675519) - (xy 61.980739 147.678568) - (xy 61.986455 147.679751) - (xy 62.032212 147.6915) - (xy 62.052632 147.6915) - (xy 62.072031 147.693027) - (xy 62.092183 147.696218) - (xy 62.092184 147.696219) - (xy 62.092184 147.696218) - (xy 62.092185 147.696219) - (xy 62.139201 147.691775) - (xy 62.145038 147.6915) - (xy 62.813234 147.6915) - (xy 62.880273 147.711185) - (xy 62.900915 147.727819) - (xy 63.133181 147.960085) - (xy 63.166666 148.021408) - (xy 63.1695 148.047766) - (xy 63.169501 148.328535) - (xy 63.169501 148.328553) - (xy 63.180113 148.432427) - (xy 63.206525 148.512134) - (xy 63.235885 148.600738) - (xy 63.320216 148.73746) - (xy 63.328971 148.751653) - (xy 63.338181 148.760863) - (xy 63.371666 148.822186) - (xy 63.3745 148.848544) - (xy 63.3745 149.158241) - (xy 63.354815 149.22528) - (xy 63.34265 149.241213) - (xy 63.268963 149.32305) - (xy 63.268958 149.323057) - (xy 63.173473 149.488443) - (xy 63.17347 149.48845) - (xy 63.118499 149.657635) - (xy 63.114458 149.670072) - (xy 63.094496 149.86) - (xy 63.114458 150.049928) - (xy 63.114459 150.049931) - (xy 63.17347 150.231549) - (xy 63.173473 150.231556) - (xy 63.26896 150.396944) - (xy 63.396747 150.538866) - (xy 63.551248 150.651118) - (xy 63.725712 150.728794) - (xy 63.912513 150.7685) - (xy 64.103487 150.7685) - (xy 64.290288 150.728794) - (xy 64.464752 150.651118) - (xy 64.619253 150.538866) - (xy 64.74704 150.396944) - (xy 64.842527 150.231556) - (xy 64.901542 150.049928) - (xy 64.921504 149.86) - (xy 64.901542 149.670072) - (xy 64.842527 149.488444) - (xy 64.755226 149.337234) - (xy 64.747041 149.323057) - (xy 64.747036 149.32305) - (xy 64.67335 149.241213) - (xy 64.64312 149.178221) - (xy 64.6415 149.158241) - (xy 64.6415 149.152261) - (xy 64.661185 149.085222) - (xy 64.713989 149.039467) - (xy 64.752898 149.028903) - (xy 64.782426 149.025887) - (xy 64.950738 148.970115) - (xy 65.101652 148.87703) - (xy 65.190319 148.788363) - (xy 65.251642 148.754878) - (xy 65.321334 148.759862) - (xy 65.365681 148.788363) - (xy 65.454348 148.87703) - (xy 65.605262 148.970115) - (xy 65.773574 149.025887) - (xy 65.877455 149.0365) - (xy 66.678544 149.036499) - (xy 66.782426 149.025887) - (xy 66.839432 149.006996) - (xy 66.909258 149.004594) - (xy 66.966117 149.037021) - (xy 68.292181 150.363085) - (xy 68.325666 150.424408) - (xy 68.3285 150.450766) - (xy 68.3285 151.125037) - (xy 68.328501 151.125053) - (xy 68.339113 151.228927) - (xy 68.394884 151.397235) - (xy 68.394886 151.39724) - (xy 68.412388 151.425615) - (xy 68.48797 151.548152) - (xy 68.613348 151.67353) - (xy 68.764262 151.766615) - (xy 68.901503 151.812091) - (xy 68.958948 151.851863) - (xy 68.985772 151.916379) - (xy 68.9865 151.929797) - (xy 68.9865 155.046299) - (xy 68.966815 155.113338) - (xy 68.930007 155.147608) - (xy 68.930896 155.148796) - (xy 68.806739 155.241739) - (xy 68.719111 155.358795) - (xy 68.668011 155.495795) - (xy 68.668011 155.495797) - (xy 68.6615 155.556345) - (xy 68.6615 156.953654) - (xy 68.668011 157.014202) - (xy 68.668011 157.014204) - (xy 68.691838 157.078084) - (xy 68.719111 157.151204) - (xy 68.806739 157.268261) - (xy 68.923796 157.355889) - (xy 69.023803 157.39319) - (xy 69.060793 157.406987) - (xy 69.060799 157.406989) - (xy 69.08805 157.409918) - (xy 69.121345 157.413499) - (xy 69.121362 157.4135) - (xy 70.118638 157.4135) - (xy 70.118654 157.413499) - (xy 70.145692 157.410591) - (xy 70.179201 157.406989) - (xy 70.179205 157.406987) - (xy 70.179207 157.406987) - (xy 70.324514 157.35279) - (xy 70.325093 157.354343) - (xy 70.383293 157.34168) - (xy 70.425965 157.35257) - (xy 70.525265 157.397919) - (xy 70.529988 157.398598) - (xy 70.67 157.418729) - (xy 70.670001 157.418729) - (xy 71.57 157.418729) - (xy 71.643111 157.4135) - (xy 71.665285 157.406989) - (xy 71.783411 157.372304) - (xy 71.808043 157.356473) - (xy 71.875077 157.336788) - (xy 71.918612 157.347904) - (xy 71.919601 157.345254) - (xy 72.06262 157.398596) - (xy 72.062627 157.398598) - (xy 72.122155 157.404999) - (xy 72.122172 157.405) - (xy 72.37 157.405) - (xy 72.37 156.505) - (xy 72.87 156.505) - (xy 72.87 157.405) - (xy 73.117828 157.405) - (xy 73.117844 157.404999) - (xy 73.177372 157.398598) - (xy 73.177379 157.398596) - (xy 73.312086 157.348354) - (xy 73.312093 157.34835) - (xy 73.427187 157.26219) - (xy 73.42719 157.262187) - (xy 73.51335 157.147093) - (xy 73.513354 157.147086) - (xy 73.563596 157.012379) - (xy 73.563598 157.012372) - (xy 73.569999 156.952844) - (xy 73.57 156.952827) - (xy 73.57 156.505) - (xy 72.87 156.505) - (xy 72.37 156.505) - (xy 72.37 156.129) - (xy 72.389685 156.061961) - (xy 72.442489 156.016206) - (xy 72.494 156.005) - (xy 73.57 156.005) - (xy 73.57 155.557172) - (xy 73.569999 155.557155) - (xy 73.563598 155.497627) - (xy 73.563596 155.49762) - (xy 73.513354 155.362913) - (xy 73.51335 155.362906) - (xy 73.42719 155.247812) - (xy 73.427187 155.247809) - (xy 73.312093 155.161649) - (xy 73.312088 155.161646) - (xy 73.260277 155.142322) - (xy 73.204344 155.10045) - (xy 73.179927 155.034986) - (xy 73.192624 154.976618) - (xy 73.190514 154.975705) - (xy 73.203372 154.945987) - (xy 73.212372 154.925189) - (xy 73.214933 154.919962) - (xy 73.237695 154.87856) - (xy 73.242774 154.858774) - (xy 73.249072 154.840382) - (xy 73.257181 154.821645) - (xy 73.264568 154.775001) - (xy 73.265748 154.769294) - (xy 73.2775 154.72353) - (xy 73.2775 154.703109) - (xy 73.279027 154.683709) - (xy 73.282219 154.663557) - (xy 73.277775 154.61654) - (xy 73.2775 154.610703) - (xy 73.2775 151.889078) - (xy 73.297185 151.822039) - (xy 73.349989 151.776284) - (xy 73.362481 151.771377) - (xy 73.441738 151.745115) - (xy 73.592652 151.65203) - (xy 73.71803 151.526652) - (xy 73.718034 151.526645) - (xy 73.722508 151.520988) - (xy 73.72496 151.522927) - (xy 73.766431 151.485557) - (xy 73.835383 151.47427) - (xy 73.870558 151.484047) - (xy 73.885712 151.490794) - (xy 74.072513 151.5305) - (xy 74.263487 151.5305) - (xy 74.450288 151.490794) - (xy 74.624752 151.413118) - (xy 74.779253 151.300866) - (xy 74.90704 151.158944) - (xy 75.002527 150.993556) - (xy 75.061542 150.811928) - (xy 75.081504 150.622) - (xy 75.061542 150.432072) - (xy 75.002527 150.250444) - (xy 74.90704 150.085056) - (xy 74.779253 149.943134) - (xy 74.624752 149.830882) - (xy 74.450288 149.753206) - (xy 74.450286 149.753205) - (xy 74.263487 149.7135) - (xy 74.072513 149.7135) - (xy 73.885714 149.753205) - (xy 73.742961 149.816762) - (xy 73.673711 149.826046) - (xy 73.610434 149.796417) - (xy 73.604845 149.791163) - (xy 73.592651 149.778969) - (xy 73.591963 149.778545) - (xy 73.59159 149.77813) - (xy 73.586985 149.774489) - (xy 73.587607 149.773702) - (xy 73.545238 149.726598) - (xy 73.534015 149.657635) - (xy 73.561858 149.593553) - (xy 73.582423 149.575742) - (xy 73.581677 149.574798) - (xy 73.587344 149.570316) - (xy 73.711315 149.446345) - (xy 73.803356 149.297124) - (xy 73.803358 149.297119) - (xy 73.858505 149.130697) - (xy 73.858506 149.13069) - (xy 73.868999 149.027986) - (xy 73.869 149.027973) - (xy 73.869 148.8905) - (xy 71.419001 148.8905) - (xy 71.419001 149.027986) - (xy 71.429494 149.130697) - (xy 71.484641 149.297119) - (xy 71.484643 149.297124) - (xy 71.576684 149.446345) - (xy 71.700655 149.570316) - (xy 71.706323 149.574798) - (xy 71.704592 149.576986) - (xy 71.742749 149.61939) - (xy 71.753987 149.68835) - (xy 71.726158 149.752438) - (xy 71.700894 149.774336) - (xy 71.701015 149.774489) - (xy 71.697627 149.777167) - (xy 71.696043 149.778541) - (xy 71.69535 149.778968) - (xy 71.695347 149.77897) - (xy 71.569971 149.904346) - (xy 71.476886 150.055259) - (xy 71.476884 150.055264) - (xy 71.421113 150.223572) - (xy 71.4105 150.327447) - (xy 71.4105 151.103537) - (xy 71.410501 151.103553) - (xy 71.421113 151.207427) - (xy 71.476884 151.375735) - (xy 71.476886 151.37574) - (xy 71.493341 151.402417) - (xy 71.567989 151.523441) - (xy 71.569971 151.526653) - (xy 71.622908 151.57959) - (xy 71.656393 151.640913) - (xy 71.651409 151.710605) - (xy 71.609537 151.766538) - (xy 71.544073 151.790955) - (xy 71.535227 151.791271) - (xy 70.692273 151.791271) - (xy 70.625234 151.771586) - (xy 70.579479 151.718782) - (xy 70.569535 151.649624) - (xy 70.59856 151.586068) - (xy 70.604592 151.57959) - (xy 70.617379 151.566803) - (xy 70.63603 151.548152) - (xy 70.729115 151.397238) - (xy 70.784887 151.228926) - (xy 70.7955 151.125045) - (xy 70.795499 150.348956) - (xy 70.784887 150.245074) - (xy 70.729115 150.076762) - (xy 70.63603 149.925848) - (xy 70.510652 149.80047) - (xy 70.510651 149.800469) - (xy 70.509963 149.800045) - (xy 70.50959 149.79963) - (xy 70.504985 149.795989) - (xy 70.505607 149.795202) - (xy 70.463238 149.748098) - (xy 70.452015 149.679135) - (xy 70.479858 149.615053) - (xy 70.500423 149.597242) - (xy 70.499677 149.596298) - (xy 70.505344 149.591816) - (xy 70.629315 149.467845) - (xy 70.721356 149.318624) - (xy 70.721358 149.318619) - (xy 70.776505 149.152197) - (xy 70.776506 149.15219) - (xy 70.786999 149.049486) - (xy 70.787 149.049473) - (xy 70.787 148.912) - (xy 69.436 148.912) - (xy 69.368961 148.892315) - (xy 69.323206 148.839511) - (xy 69.312 148.788) - (xy 69.312 147.5745) - (xy 69.812 147.5745) - (xy 69.812 148.412) - (xy 70.786999 148.412) - (xy 70.786999 148.3905) - (xy 71.419 148.3905) - (xy 72.394 148.3905) - (xy 72.394 147.553) - (xy 72.894 147.553) - (xy 72.894 148.3905) - (xy 73.868999 148.3905) - (xy 73.868999 148.253028) - (xy 73.868998 148.253013) - (xy 73.858505 148.150302) - (xy 73.803358 147.98388) - (xy 73.803356 147.983875) - (xy 73.711315 147.834654) - (xy 73.587345 147.710684) - (xy 73.438124 147.618643) - (xy 73.438119 147.618641) - (xy 73.271697 147.563494) - (xy 73.27169 147.563493) - (xy 73.168986 147.553) - (xy 72.894 147.553) - (xy 72.394 147.553) - (xy 72.119029 147.553) - (xy 72.119012 147.553001) - (xy 72.016302 147.563494) - (xy 71.84988 147.618641) - (xy 71.849875 147.618643) - (xy 71.700654 147.710684) - (xy 71.576684 147.834654) - (xy 71.484643 147.983875) - (xy 71.484641 147.98388) - (xy 71.429494 148.150302) - (xy 71.429493 148.150309) - (xy 71.419 148.253013) - (xy 71.419 148.3905) - (xy 70.786999 148.3905) - (xy 70.786999 148.274528) - (xy 70.786998 148.274513) - (xy 70.776505 148.171802) - (xy 70.721358 148.00538) - (xy 70.721356 148.005375) - (xy 70.629315 147.856154) - (xy 70.505345 147.732184) - (xy 70.356124 147.640143) - (xy 70.356119 147.640141) - (xy 70.189697 147.584994) - (xy 70.18969 147.584993) - (xy 70.086986 147.5745) - (xy 69.812 147.5745) - (xy 69.312 147.5745) - (xy 69.037029 147.5745) - (xy 69.037012 147.574501) - (xy 68.934302 147.584994) - (xy 68.76788 147.640141) - (xy 68.767875 147.640143) - (xy 68.618654 147.732184) - (xy 68.494684 147.856154) - (xy 68.402643 148.005375) - (xy 68.402641 148.00538) - (xy 68.347494 148.171802) - (xy 68.347493 148.171809) - (xy 68.337 148.274513) - (xy 68.337 148.316733) - (xy 68.317315 148.383772) - (xy 68.264511 148.429527) - (xy 68.195353 148.439471) - (xy 68.131797 148.410446) - (xy 68.125319 148.404414) - (xy 67.422818 147.701913) - (xy 67.389333 147.64059) - (xy 67.386499 147.614232) - (xy 67.386499 147.327462) - (xy 67.386498 147.327446) - (xy 67.37708 147.235256) - (xy 67.375887 147.223574) - (xy 67.320115 147.055262) - (xy 67.22703 146.904348) - (xy 67.101652 146.77897) - (xy 66.970402 146.698013) - (xy 66.923678 146.646067) - (xy 66.9115 146.592476) - (xy 66.9115 146.355631) - (xy 66.913238 146.339881) - (xy 66.912968 146.339856) - (xy 66.913701 146.332094) - (xy 66.913702 146.332091) - (xy 66.9115 146.262041) - (xy 66.9115 146.232144) - (xy 66.910614 146.225136) - (xy 66.910156 146.219314) - (xy 66.908673 146.17211) - (xy 66.908672 146.172108) - (xy 66.902979 146.152514) - (xy 66.899032 146.133457) - (xy 66.896474 146.113203) - (xy 66.8921 146.102156) - (xy 66.879086 146.069286) - (xy 66.877193 146.063757) - (xy 66.874135 146.053233) - (xy 66.864018 146.018407) - (xy 66.853622 146.000829) - (xy 66.845066 145.983362) - (xy 66.840243 145.97118) - (xy 66.837552 145.964383) - (xy 66.809794 145.926179) - (xy 66.806587 145.921296) - (xy 66.796873 145.904871) - (xy 66.782542 145.880638) - (xy 66.768108 145.866204) - (xy 66.755471 145.851409) - (xy 66.743472 145.834893) - (xy 66.74347 145.83489) - (xy 66.707073 145.804781) - (xy 66.702751 145.800847) - (xy 66.59408 145.692176) - (xy 66.560595 145.630853) - (xy 66.565579 145.561161) - (xy 66.607451 145.505228) - (xy 66.672915 145.480811) - (xy 66.675474 145.480654) - (xy 66.678524 145.480499) - (xy 66.678544 145.480499) - (xy 66.782426 145.469887) - (xy 66.9336 145.419793) - (xy 66.972603 145.4135) - (xy 67.385877 145.4135) - (xy 67.452916 145.433185) - (xy 67.473558 145.449819) - (xy 67.478187 145.454448) - (xy 67.478196 145.454455) - (xy 67.522231 145.480497) - (xy 67.621399 145.539145) - (xy 67.66353 145.551385) - (xy 67.781164 145.585561) - (xy 67.781167 145.585561) - (xy 67.781169 145.585562) - (xy 67.790501 145.586296) - (xy 67.818495 145.5885) - (xy 67.818498 145.5885) - (xy 68.571234 145.5885) - (xy 68.638273 145.608185) - (xy 68.658915 145.624819) - (xy 69.536412 146.502317) - (xy 69.546319 146.514683) - (xy 69.546529 146.51451) - (xy 69.551496 146.520515) - (xy 69.602579 146.568484) - (xy 69.623724 146.58963) - (xy 69.629313 146.593966) - (xy 69.633745 146.597752) - (xy 69.647081 146.610274) - (xy 69.66818 146.630087) - (xy 69.686062 146.639917) - (xy 69.702329 146.650602) - (xy 69.71846 146.663115) - (xy 69.740338 146.672581) - (xy 69.761807 146.681871) - (xy 69.767033 146.684431) - (xy 69.80844 146.707195) - (xy 69.828216 146.712272) - (xy 69.846624 146.718575) - (xy 69.86535 146.726679) - (xy 69.865352 146.72668) - (xy 69.865353 146.72668) - (xy 69.865355 146.726681) - (xy 69.906284 146.733163) - (xy 69.912003 146.734069) - (xy 69.917712 146.735251) - (xy 69.96347 146.747) - (xy 69.983884 146.747) - (xy 70.003283 146.748527) - (xy 70.023443 146.75172) - (xy 70.070466 146.747275) - (xy 70.076304 146.747) - (xy 75.060734 146.747) - (xy 75.127773 146.766685) - (xy 75.148414 146.783318) - (xy 76.906684 148.541589) - (xy 78.613912 150.248817) - (xy 78.623816 150.261178) - (xy 78.624026 150.261005) - (xy 78.629001 150.267019) - (xy 78.680078 150.314984) - (xy 78.701224 150.33613) - (xy 78.706813 150.340466) - (xy 78.711245 150.344252) - (xy 78.735148 150.366697) - (xy 78.74568 150.376587) - (xy 78.763562 150.386417) - (xy 78.779829 150.397102) - (xy 78.79596 150.409615) - (xy 78.817838 150.419081) - (xy 78.839307 150.428371) - (xy 78.844533 150.430931) - (xy 78.88594 150.453695) - (xy 78.905716 150.458772) - (xy 78.924124 150.465075) - (xy 78.94285 150.473179) - (xy 78.942852 150.47318) - (xy 78.942853 150.47318) - (xy 78.942855 150.473181) - (xy 78.983784 150.479663) - (xy 78.989503 150.480569) - (xy 78.995212 150.481751) - (xy 79.04097 150.4935) - (xy 79.061384 150.4935) - (xy 79.080783 150.495027) - (xy 79.100943 150.49822) - (xy 79.147966 150.493775) - (xy 79.153804 150.4935) - (xy 79.737205 150.4935) - (xy 79.804244 150.513185) - (xy 79.849999 150.565989) - (xy 79.854911 150.578497) - (xy 79.872882 150.632733) - (xy 79.872884 150.632737) - (xy 79.872885 150.632738) - (xy 79.949441 150.756855) - (xy 79.965971 150.783653) - (xy 80.091347 150.909029) - (xy 80.091351 150.909032) - (xy 80.135889 150.936504) - (xy 80.182614 150.988452) - (xy 80.193835 151.057414) - (xy 80.165992 151.121496) - (xy 80.165082 151.122573) - (xy 80.003077 151.312256) - (xy 79.873663 151.523441) - (xy 79.778886 151.752255) - (xy 79.778885 151.752258) - (xy 79.736308 151.929601) - (xy 79.721065 151.993093) - (xy 79.701634 152.24) - (xy 79.721065 152.486906) - (xy 79.721065 152.486909) - (xy 79.721066 152.486911) - (xy 79.778885 152.727742) - (xy 79.778886 152.727744) - (xy 79.873663 152.956558) - (xy 79.873665 152.956562) - (xy 79.873666 152.956563) - (xy 80.003075 153.16774) - (xy 80.163927 153.356073) - (xy 80.35226 153.516925) - (xy 80.563437 153.646334) - (xy 80.563439 153.646334) - (xy 80.563441 153.646336) - (xy 80.620173 153.669835) - (xy 80.792258 153.741115) - (xy 81.033089 153.798934) - (xy 81.28 153.818366) - (xy 81.526911 153.798934) - (xy 81.767742 153.741115) - (xy 81.996563 153.646334) - (xy 82.20774 153.516925) - (xy 82.396073 153.356073) - (xy 82.556925 153.16774) - (xy 82.686334 152.956563) - (xy 82.781115 152.727742) - (xy 82.838934 152.486911) - (xy 82.858366 152.24) - (xy 82.838934 151.993089) - (xy 82.781115 151.752258) - (xy 82.778417 151.745746) - (xy 82.770945 151.676279) - (xy 82.802216 151.613798) - (xy 82.805267 151.610635) - (xy 83.199819 151.216083) - (xy 83.26114 151.1826) - (xy 83.330832 151.187584) - (xy 83.375178 151.216084) - (xy 83.42391 151.264815) - (xy 83.433818 151.277181) - (xy 83.434028 151.277008) - (xy 83.438998 151.283017) - (xy 83.490079 151.330984) - (xy 83.511224 151.35213) - (xy 83.516813 151.356466) - (xy 83.521245 151.360252) - (xy 83.553159 151.39022) - (xy 83.55568 151.392587) - (xy 83.573562 151.402417) - (xy 83.589827 151.413101) - (xy 83.59548 151.417485) - (xy 83.60596 151.425615) - (xy 83.627838 151.435081) - (xy 83.649307 151.444371) - (xy 83.654533 151.446931) - (xy 83.69594 151.469695) - (xy 83.715716 151.474772) - (xy 83.734124 151.481075) - (xy 83.75285 151.489179) - (xy 83.752852 151.48918) - (xy 83.752853 151.48918) - (xy 83.752855 151.489181) - (xy 83.793784 151.495663) - (xy 83.799503 151.496569) - (xy 83.805212 151.497751) - (xy 83.85097 151.5095) - (xy 83.871384 151.5095) - (xy 83.890783 151.511027) - (xy 83.910943 151.51422) - (xy 83.957966 151.509775) - (xy 83.963804 151.5095) - (xy 85.197733 151.5095) - (xy 85.264772 151.529185) - (xy 85.310527 151.581989) - (xy 85.320471 151.651147) - (xy 85.291446 151.714703) - (xy 85.285414 151.721181) - (xy 82.167945 154.838648) - (xy 82.120528 154.868248) - (xy 81.982277 154.915711) - (xy 81.982266 154.915716) - (xy 81.776988 155.026806) - (xy 81.776985 155.026808) - (xy 81.592781 155.170181) - (xy 81.592776 155.170185) - (xy 81.586346 155.17717) - (xy 81.526457 155.213157) - (xy 81.456619 155.211052) - (xy 81.399005 155.171524) - (xy 81.37894 155.136513) - (xy 81.353355 155.067915) - (xy 81.35335 155.067906) - (xy 81.26719 154.952812) - (xy 81.267187 154.952809) - (xy 81.152093 154.866649) - (xy 81.152086 154.866645) - (xy 81.017379 154.816403) - (xy 81.017372 154.816401) - (xy 80.957844 154.81) - (xy 80.26 154.81) - (xy 80.26 155.83581) - (xy 80.207453 155.799984) - (xy 80.077827 155.76) - (xy 79.976276 155.76) - (xy 79.875862 155.775135) - (xy 79.76 155.830931) - (xy 79.76 154.81) - (xy 79.062155 154.81) - (xy 79.002627 154.816401) - (xy 79.00262 154.816403) - (xy 78.867913 154.866645) - (xy 78.867906 154.866649) - (xy 78.752812 154.952809) - (xy 78.752809 154.952812) - (xy 78.666649 155.067906) - (xy 78.666645 155.067913) - (xy 78.616403 155.20262) - (xy 78.616401 155.202627) - (xy 78.61 155.262155) - (xy 78.61 155.96) - (xy 79.634722 155.96) - (xy 79.586375 156.04374) - (xy 79.55619 156.175992) - (xy 79.566327 156.311265) - (xy 79.615887 156.437541) - (xy 79.633797 156.46) - (xy 78.61 156.46) - (xy 78.61 157.157844) - (xy 78.616401 157.217372) - (xy 78.616403 157.217379) - (xy 78.666645 157.352086) - (xy 78.666649 157.352093) - (xy 78.752809 157.467187) - (xy 78.752812 157.46719) - (xy 78.867906 157.55335) - (xy 78.867913 157.553354) - (xy 79.00262 157.603596) - (xy 79.002627 157.603598) - (xy 79.062155 157.609999) - (xy 79.062172 157.61) - (xy 79.76 157.61) - (xy 79.76 156.584189) - (xy 79.812547 156.620016) - (xy 79.942173 156.66) - (xy 80.043724 156.66) - (xy 80.144138 156.644865) - (xy 80.26 156.589068) - (xy 80.26 157.61) - (xy 80.957828 157.61) - (xy 80.957844 157.609999) - (xy 81.017372 157.603598) - (xy 81.017379 157.603596) - (xy 81.152086 157.553354) - (xy 81.152093 157.55335) - (xy 81.267187 157.46719) - (xy 81.26719 157.467187) - (xy 81.35335 157.352093) - (xy 81.353355 157.352084) - (xy 81.37894 157.283486) - (xy 81.42081 157.227552) - (xy 81.486274 157.203134) - (xy 81.554547 157.217985) - (xy 81.586349 157.242832) - (xy 81.59278 157.249818) - (xy 81.776983 157.39319) - (xy 81.776985 157.393191) - (xy 81.776988 157.393193) - (xy 81.824173 157.418728) - (xy 81.982273 157.504287) - (xy 82.096914 157.543643) - (xy 82.203045 157.580079) - (xy 82.203047 157.580079) - (xy 82.203049 157.58008) - (xy 82.433288 157.6185) - (xy 82.433289 157.6185) - (xy 82.666711 157.6185) - (xy 82.666712 157.6185) - (xy 82.896951 157.58008) - (xy 83.117727 157.504287) - (xy 83.323017 157.39319) - (xy 83.50722 157.249818) - (xy 83.665314 157.078083) - (xy 83.792984 156.882669) - (xy 83.886749 156.668907) - (xy 83.944051 156.442626) - (xy 83.963327 156.21) - (xy 83.944051 155.977374) - (xy 83.886749 155.751093) - (xy 83.792984 155.537331) - (xy 83.665314 155.341917) - (xy 83.665307 155.34191) - (xy 83.665307 155.341908) - (xy 83.645799 155.320717) - (xy 83.614877 155.258062) - (xy 83.622738 155.188636) - (xy 83.649345 155.149057) - (xy 86.943585 151.854819) - (xy 87.004908 151.821334) - (xy 87.031266 151.8185) - (xy 87.546505 151.8185) - (xy 87.568899 151.816737) - (xy 87.583831 151.815562) - (xy 87.583833 151.815561) - (xy 87.583835 151.815561) - (xy 87.666478 151.791551) - (xy 87.743601 151.769145) - (xy 87.886807 151.684453) - (xy 88.004453 151.566807) - (xy 88.089145 151.423601) - (xy 88.135562 151.263831) - (xy 88.1385 151.226502) - (xy 88.1385 150.793498) - (xy 88.135562 150.756169) - (xy 88.131325 150.741586) - (xy 88.089146 150.596403) - (xy 88.089145 150.596399) - (xy 88.021344 150.481754) - (xy 88.000482 150.446478) - (xy 88.002159 150.445485) - (xy 87.980399 150.390075) - (xy 87.994074 150.321556) - (xy 88.016229 150.291424) - (xy 88.960515 149.347138) - (xy 88.97288 149.337234) - (xy 88.972706 149.337024) - (xy 88.978712 149.332054) - (xy 88.978718 149.332051) - (xy 89.026699 149.280955) - (xy 89.047834 149.259821) - (xy 89.052163 149.254238) - (xy 89.055942 149.249814) - (xy 89.088286 149.215372) - (xy 89.098123 149.197475) - (xy 89.108797 149.181225) - (xy 89.121313 149.165092) - (xy 89.140072 149.12174) - (xy 89.142633 149.116513) - (xy 89.165395 149.075111) - (xy 89.170474 149.055325) - (xy 89.176772 149.036933) - (xy 89.184881 149.018196) - (xy 89.192269 148.971548) - (xy 89.193451 148.965837) - (xy 89.2052 148.920081) - (xy 89.2052 148.899666) - (xy 89.206727 148.880265) - (xy 89.20992 148.860108) - (xy 89.205475 148.813084) - (xy 89.2052 148.807246) - (xy 89.2052 142.530331) - (xy 89.206938 142.514581) - (xy 89.206668 142.514556) - (xy 89.207401 142.506794) - (xy 89.207402 142.506791) - (xy 89.2052 142.436741) - (xy 89.2052 142.406844) - (xy 89.204314 142.399836) - (xy 89.203856 142.394014) - (xy 89.202373 142.34681) - (xy 89.202372 142.346808) - (xy 89.196679 142.327214) - (xy 89.192732 142.308157) - (xy 89.190174 142.287903) - (xy 89.172784 142.243984) - (xy 89.170893 142.238457) - (xy 89.159241 142.19835) - (xy 89.157718 142.193107) - (xy 89.147323 142.175531) - (xy 89.138764 142.158056) - (xy 89.131254 142.139088) - (xy 89.131254 142.139087) - (xy 89.131253 142.139085) - (xy 89.131252 142.139083) - (xy 89.103489 142.100871) - (xy 89.100287 142.095997) - (xy 89.076242 142.055337) - (xy 89.061806 142.040901) - (xy 89.049169 142.026106) - (xy 89.04685 142.022914) - (xy 89.037172 142.009593) - (xy 89.028322 142.002272) - (xy 89.000784 141.97949) - (xy 88.996462 141.975557) - (xy 88.239818 141.218913) - (xy 88.206333 141.15759) - (xy 88.203499 141.131232) - (xy 88.203499 140.469462) - (xy 88.203498 140.469446) - (xy 88.197751 140.413193) - (xy 88.192887 140.365574) - (xy 88.137115 140.197262) - (xy 88.04403 140.046348) - (xy 87.918652 139.92097) - (xy 87.767738 139.827885) - (xy 87.713172 139.809804) - (xy 87.599427 139.772113) - (xy 87.495546 139.7615) - (xy 86.694462 139.7615) - (xy 86.694446 139.761501) - (xy 86.590572 139.772113) - (xy 86.422264 139.827884) - (xy 86.422259 139.827886) - (xy 86.271346 139.920971) - (xy 86.182681 140.009637) - (xy 86.121358 140.043122) - (xy 86.051666 140.038138) - (xy 86.007319 140.009637) - (xy 85.918653 139.920971) - (xy 85.918652 139.92097) - (xy 85.767738 139.827885) - (xy 85.767737 139.827884) - (xy 85.761195 139.824835) - (xy 85.762306 139.822451) - (xy 85.714926 139.789647) - (xy 85.688104 139.725131) - (xy 85.70042 139.656355) - (xy 85.723692 139.624037) - (xy 86.454558 138.893171) - (xy 86.515879 138.859688) - (xy 86.581239 138.863148) - (xy 86.601574 138.869887) - (xy 86.705455 138.8805) - (xy 87.506544 138.880499) - (xy 87.610426 138.869887) - (xy 87.778738 138.814115) - (xy 87.929652 138.72103) - (xy 88.05503 138.595652) - (xy 88.148115 138.444738) - (xy 88.203887 138.276426) - (xy 88.2145 138.172545) - (xy 88.214499 137.171456) - (xy 88.203887 137.067574) - (xy 88.148115 136.899262) - (xy 88.05503 136.748348) - (xy 87.929652 136.62297) - (xy 87.778738 136.529885) - (xy 87.768523 136.5265) - (xy 87.610427 136.474113) - (xy 87.506552 136.4635) - (xy 87.503456 136.463343) - (xy 87.437504 136.440275) - (xy 87.394493 136.385213) - (xy 87.388079 136.315638) - (xy 87.420298 136.25364) - (xy 87.42203 136.251872) - (xy 90.558815 133.115087) - (xy 90.57118 133.105183) - (xy 90.571006 133.104973) - (xy 90.577012 133.100003) - (xy 90.577018 133.1) - (xy 90.624999 133.048904) - (xy 90.646134 133.02777) - (xy 90.650463 133.022187) - (xy 90.654242 133.017763) - (xy 90.686586 132.983321) - (xy 90.696423 132.965424) - (xy 90.707097 132.949174) - (xy 90.719613 132.933041) - (xy 90.738372 132.889689) - (xy 90.740933 132.884462) - (xy 90.763695 132.84306) - (xy 90.768774 132.823274) - (xy 90.775072 132.804882) - (xy 90.783181 132.786145) - (xy 90.783181 132.786143) - (xy 90.786281 132.778981) - (xy 90.789089 132.780196) - (xy 90.819016 132.73332) - (xy 90.882484 132.704105) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 83.930271 141.519973) - (xy 83.986204 141.561845) - (xy 84.004643 141.597151) - (xy 84.052885 141.742738) - (xy 84.14597 141.893652) - (xy 84.271348 142.01903) - (xy 84.402597 142.099985) - (xy 84.449321 142.151932) - (xy 84.4615 142.205523) - (xy 84.4615 142.591366) - (xy 84.459761 142.607113) - (xy 84.460032 142.607139) - (xy 84.459298 142.614905) - (xy 84.4615 142.684957) - (xy 84.4615 142.714859) - (xy 84.462384 142.721856) - (xy 84.462842 142.727679) - (xy 84.464326 142.774889) - (xy 84.464327 142.774891) - (xy 84.470022 142.794495) - (xy 84.473967 142.813542) - (xy 84.476526 142.833797) - (xy 84.476527 142.8338) - (xy 84.476528 142.833803) - (xy 84.493914 142.877716) - (xy 84.495806 142.883244) - (xy 84.508981 142.928592) - (xy 84.519372 142.946162) - (xy 84.527932 142.963635) - (xy 84.535447 142.982617) - (xy 84.563209 143.020827) - (xy 84.566416 143.02571) - (xy 84.590458 143.066362) - (xy 84.590462 143.066366) - (xy 84.604889 143.080793) - (xy 84.617527 143.095589) - (xy 84.629528 143.112107) - (xy 84.62953 143.112109) - (xy 84.634752 143.116429) - (xy 84.665931 143.142222) - (xy 84.670231 143.146135) - (xy 85.44039 143.916294) - (xy 86.205181 144.681085) - (xy 86.238666 144.742408) - (xy 86.2415 144.768766) - (xy 86.2415 145.203879) - (xy 86.251764 145.304336) - (xy 86.305697 145.467098) - (xy 86.305702 145.467109) - (xy 86.395712 145.613036) - (xy 86.395715 145.61304) - (xy 86.516959 145.734284) - (xy 86.519411 145.736223) - (xy 86.520655 145.73798) - (xy 86.522067 145.739392) - (xy 86.521825 145.739633) - (xy 86.559788 145.793245) - (xy 86.5665 145.833489) - (xy 86.5665 148.1775) - (xy 86.546815 148.244539) - (xy 86.494011 148.290294) - (xy 86.4425 148.3015) - (xy 86.238495 148.3015) - (xy 86.20117 148.304437) - (xy 86.201164 148.304438) - (xy 86.041403 148.350853) - (xy 86.041398 148.350855) - (xy 85.898196 148.435544) - (xy 85.898187 148.435551) - (xy 85.780551 148.553187) - (xy 85.780544 148.553196) - (xy 85.695855 148.696398) - (xy 85.695853 148.696403) - (xy 85.649438 148.856164) - (xy 85.649437 148.85617) - (xy 85.6465 148.893495) - (xy 85.6465 149.1275) - (xy 85.626815 149.194539) - (xy 85.574011 149.240294) - (xy 85.5225 149.2515) - (xy 85.156266 149.2515) - (xy 85.089227 149.231815) - (xy 85.068585 149.215181) - (xy 83.78932 147.935915) - (xy 83.755835 147.874592) - (xy 83.753001 147.848234) - (xy 83.753001 145.03) - (xy 84.15 145.03) - (xy 84.15 145.879999) - (xy 84.173308 145.879999) - (xy 84.173322 145.879998) - (xy 84.272607 145.869855) - (xy 84.433481 145.816547) - (xy 84.433492 145.816542) - (xy 84.577728 145.727575) - (xy 84.577732 145.727572) - (xy 84.697572 145.607732) - (xy 84.697575 145.607728) - (xy 84.786542 145.463492) - (xy 84.786547 145.463481) - (xy 84.839855 145.302606) - (xy 84.849999 145.203322) - (xy 84.85 145.203309) - (xy 84.85 145.03) - (xy 84.15 145.03) - (xy 83.753001 145.03) - (xy 83.753001 143.68) - (xy 84.15 143.68) - (xy 84.15 144.53) - (xy 84.849999 144.53) - (xy 84.849999 144.356692) - (xy 84.849998 144.356677) - (xy 84.839855 144.257392) - (xy 84.786547 144.096518) - (xy 84.786542 144.096507) - (xy 84.697575 143.952271) - (xy 84.697572 143.952267) - (xy 84.577732 143.832427) - (xy 84.577728 143.832424) - (xy 84.433492 143.743457) - (xy 84.433481 143.743452) - (xy 84.272606 143.690144) - (xy 84.173322 143.68) - (xy 84.15 143.68) - (xy 83.753001 143.68) - (xy 83.753001 141.646091) - (xy 83.772686 141.579052) - (xy 83.789316 141.558414) - (xy 83.799257 141.548473) - (xy 83.860579 141.514989) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 78.446539 144.295685) - (xy 78.492294 144.348489) - (xy 78.5035 144.4) - (xy 78.5035 145.750999) - (xy 78.640972 145.750999) - (xy 78.640986 145.750998) - (xy 78.743697 145.740505) - (xy 78.910119 145.685358) - (xy 78.910124 145.685356) - (xy 79.059345 145.593315) - (xy 79.183315 145.469345) - (xy 79.275356 145.320124) - (xy 79.275358 145.320119) - (xy 79.330505 145.153697) - (xy 79.330507 145.153687) - (xy 79.331934 145.139717) - (xy 79.358328 145.075024) - (xy 79.415507 145.034871) - (xy 79.485318 145.032005) - (xy 79.542973 145.064634) - (xy 80.245181 145.766842) - (xy 80.278666 145.828165) - (xy 80.2815 145.854523) - (xy 80.2815 148.624476) - (xy 80.261815 148.691515) - (xy 80.222598 148.730013) - (xy 80.175089 148.759318) - (xy 80.091346 148.810971) - (xy 79.965971 148.936346) - (xy 79.872882 149.087266) - (xy 79.854911 149.141503) - (xy 79.815139 149.198948) - (xy 79.750624 149.225772) - (xy 79.737205 149.2265) - (xy 79.434766 149.2265) - (xy 79.367727 149.206815) - (xy 79.347085 149.190181) - (xy 76.128085 145.97118) - (xy 76.0946 145.909857) - (xy 76.099584 145.840165) - (xy 76.141456 145.784232) - (xy 76.20692 145.759815) - (xy 76.215766 145.759499) - (xy 76.566537 145.759499) - (xy 76.566544 145.759499) - (xy 76.670426 145.748887) - (xy 76.838738 145.693115) - (xy 76.989652 145.60003) - (xy 77.11503 145.474652) - (xy 77.115449 145.473971) - (xy 77.115859 145.473602) - (xy 77.119511 145.468985) - (xy 77.120299 145.469608) - (xy 77.167389 145.427244) - (xy 77.23635 145.416014) - (xy 77.300436 145.44385) - (xy 77.318261 145.46442) - (xy 77.319202 145.463677) - (xy 77.323683 145.469344) - (xy 77.447654 145.593315) - (xy 77.596875 145.685356) - (xy 77.59688 145.685358) - (xy 77.763302 145.740505) - (xy 77.763309 145.740506) - (xy 77.866019 145.750999) - (xy 78.003499 145.750999) - (xy 78.0035 145.750998) - (xy 78.0035 144.4) - (xy 78.023185 144.332961) - (xy 78.075989 144.287206) - (xy 78.1275 144.276) - (xy 78.3795 144.276) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 63.155432 137.731879) - (xy 63.185457 137.780556) - (xy 63.203219 137.834158) - (xy 63.235885 137.932738) - (xy 63.32897 138.083652) - (xy 63.454348 138.20903) - (xy 63.605262 138.302115) - (xy 63.773574 138.357887) - (xy 63.877455 138.3685) - (xy 64.5955 138.368499) - (xy 64.662539 138.388183) - (xy 64.708294 138.440987) - (xy 64.7195 138.492499) - (xy 64.7195 139.3835) - (xy 64.699815 139.450539) - (xy 64.647011 139.496294) - (xy 64.5955 139.5075) - (xy 63.877462 139.5075) - (xy 63.877446 139.507501) - (xy 63.773572 139.518113) - (xy 63.605264 139.573884) - (xy 63.605259 139.573886) - (xy 63.454346 139.666971) - (xy 63.328971 139.792346) - (xy 63.235886 139.943259) - (xy 63.235884 139.943264) - (xy 63.180113 140.111572) - (xy 63.1695 140.215447) - (xy 63.1695 141.216537) - (xy 63.169501 141.216553) - (xy 63.180113 141.320427) - (xy 63.199454 141.378795) - (xy 63.235885 141.488738) - (xy 63.32897 141.639652) - (xy 63.454348 141.76503) - (xy 63.585597 141.845985) - (xy 63.632321 141.897932) - (xy 63.6445 141.951523) - (xy 63.6445 143.036476) - (xy 63.624815 143.103515) - (xy 63.585598 143.142013) - (xy 63.538055 143.171339) - (xy 63.454346 143.222971) - (xy 63.328971 143.348346) - (xy 63.235886 143.499259) - (xy 63.235884 143.499264) - (xy 63.180113 143.667572) - (xy 63.1695 143.771447) - (xy 63.1695 144.772537) - (xy 63.169501 144.772553) - (xy 63.180113 144.876427) - (xy 63.235884 145.044735) - (xy 63.235886 145.04474) - (xy 63.248157 145.064634) - (xy 63.32897 145.195652) - (xy 63.454348 145.32103) - (xy 63.605262 145.414115) - (xy 63.773574 145.469887) - (xy 63.877455 145.4805) - (xy 64.539232 145.480499) - (xy 64.606271 145.500183) - (xy 64.626913 145.516818) - (xy 65.608181 146.498085) - (xy 65.641666 146.559408) - (xy 65.6445 146.585766) - (xy 65.6445 146.592476) - (xy 65.624815 146.659515) - (xy 65.585598 146.698013) - (xy 65.503704 146.748527) - (xy 65.454346 146.778971) - (xy 65.365681 146.867637) - (xy 65.304358 146.901122) - (xy 65.234666 146.896138) - (xy 65.190319 146.867637) - (xy 65.101653 146.778971) - (xy 65.101652 146.77897) - (xy 64.950738 146.685885) - (xy 64.9115 146.672883) - (xy 64.782427 146.630113) - (xy 64.678546 146.6195) - (xy 63.877462 146.6195) - (xy 63.877446 146.619501) - (xy 63.773574 146.630113) - (xy 63.712962 146.650197) - (xy 63.643134 146.652597) - (xy 63.589075 146.622881) - (xy 63.56792 146.603015) - (xy 63.546768 146.581863) - (xy 63.544792 146.580331) - (xy 63.541183 146.577531) - (xy 63.53675 146.573744) - (xy 63.531148 146.568484) - (xy 63.502321 146.541414) - (xy 63.502319 146.541412) - (xy 63.484431 146.531578) - (xy 63.46817 146.520897) - (xy 63.452039 146.508384) - (xy 63.408693 146.489627) - (xy 63.403445 146.487056) - (xy 63.368768 146.467993) - (xy 63.36206 146.464305) - (xy 63.34379 146.459614) - (xy 63.342287 146.459228) - (xy 63.323881 146.452926) - (xy 63.305144 146.444818) - (xy 63.305146 146.444818) - (xy 63.258496 146.43743) - (xy 63.252781 146.436246) - (xy 63.232612 146.431068) - (xy 63.207032 146.4245) - (xy 63.20703 146.4245) - (xy 63.186616 146.4245) - (xy 63.167217 146.422973) - (xy 63.147058 146.41978) - (xy 63.147057 146.41978) - (xy 63.100034 146.424225) - (xy 63.094196 146.4245) - (xy 62.426009 146.4245) - (xy 62.35897 146.404815) - (xy 62.338328 146.388181) - (xy 61.539028 145.588881) - (xy 61.505543 145.527558) - (xy 61.510527 145.457866) - (xy 61.552399 145.401933) - (xy 61.579246 145.386643) - (xy 61.676563 145.346334) - (xy 61.88774 145.216925) - (xy 62.076073 145.056073) - (xy 62.236925 144.86774) - (xy 62.366334 144.656563) - (xy 62.461115 144.427742) - (xy 62.518934 144.186911) - (xy 62.538366 143.94) - (xy 62.518934 143.693089) - (xy 62.461115 143.452258) - (xy 62.386941 143.273186) - (xy 62.366336 143.223441) - (xy 62.366047 143.22297) - (xy 62.236925 143.01226) - (xy 62.076073 142.823927) - (xy 61.88774 142.663075) - (xy 61.676563 142.533666) - (xy 61.676561 142.533665) - (xy 61.676556 142.533662) - (xy 61.579742 142.493561) - (xy 61.525338 142.44972) - (xy 61.503273 142.383426) - (xy 61.520552 142.315727) - (xy 61.571689 142.268116) - (xy 61.627194 142.255) - (xy 61.972828 142.255) - (xy 61.972844 142.254999) - (xy 62.032372 142.248598) - (xy 62.032379 142.248596) - (xy 62.167086 142.198354) - (xy 62.167093 142.19835) - (xy 62.282187 142.11219) - (xy 62.28219 142.112187) - (xy 62.36835 141.997093) - (xy 62.368354 141.997086) - (xy 62.418596 141.862379) - (xy 62.418598 141.862372) - (xy 62.424999 141.802844) - (xy 62.425 141.802827) - (xy 62.425 141.09) - (xy 61.51652 141.09) - (xy 61.544755 141.029998) - (xy 61.573635 140.878607) - (xy 61.563957 140.724789) - (xy 61.520162 140.59) - (xy 62.425 140.59) - (xy 62.425 139.877172) - (xy 62.424999 139.877155) - (xy 62.418598 139.817627) - (xy 62.418596 139.81762) - (xy 62.368354 139.682913) - (xy 62.36835 139.682906) - (xy 62.28219 139.567812) - (xy 62.282187 139.567809) - (xy 62.167093 139.481649) - (xy 62.167086 139.481645) - (xy 62.032379 139.431403) - (xy 62.032372 139.431401) - (xy 61.972844 139.425) - (xy 61.21 139.425) - (xy 61.21 140.281335) - (xy 61.186341 140.268329) - (xy 61.037061 140.23) - (xy 60.921625 140.23) - (xy 60.807094 140.244469) - (xy 60.71 140.282911) - (xy 60.71 139.425) - (xy 59.947155 139.425) - (xy 59.894756 139.430635) - (xy 59.825997 139.418231) - (xy 59.774859 139.370621) - (xy 59.7575 139.307346) - (xy 59.7575 138.681734) - (xy 59.777185 138.614695) - (xy 59.829989 138.56894) - (xy 59.861085 138.559426) - (xy 60.036951 138.53008) - (xy 60.257727 138.454287) - (xy 60.463017 138.34319) - (xy 60.64722 138.199818) - (xy 60.653646 138.192836) - (xy 60.713529 138.156847) - (xy 60.783367 138.158944) - (xy 60.823412 138.186413) - (xy 60.845276 138.19117) - (xy 61.78555 137.250896) - (xy 61.786327 137.261265) - (xy 61.835887 137.387541) - (xy 61.920465 137.493599) - (xy 62.032547 137.570016) - (xy 62.140299 137.603253) - (xy 61.198829 138.544722) - (xy 61.222623 138.553597) - (xy 61.222627 138.553598) - (xy 61.282155 138.559999) - (xy 61.282172 138.56) - (xy 63.177828 138.56) - (xy 63.177844 138.559999) - (xy 63.237375 138.553598) - (xy 63.26117 138.544723) - (xy 63.26117 138.544722) - (xy 62.318231 137.601784) - (xy 62.364138 137.594865) - (xy 62.486357 137.536007) - (xy 62.585798 137.44374) - (xy 62.653625 137.32626) - (xy 62.671499 137.247946) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 83.916834 137.053994) - (xy 83.972767 137.095866) - (xy 83.997184 137.16133) - (xy 83.9975 137.170176) - (xy 83.9975 138.172537) - (xy 83.997501 138.172553) - (xy 84.008113 138.276427) - (xy 84.063884 138.444735) - (xy 84.063886 138.44474) - (xy 84.082183 138.474404) - (xy 84.15697 138.595652) - (xy 84.282348 138.72103) - (xy 84.433262 138.814115) - (xy 84.474182 138.827674) - (xy 84.531627 138.867446) - (xy 84.558451 138.931961) - (xy 84.546136 139.000737) - (xy 84.52286 139.033061) - (xy 82.956681 140.59924) - (xy 82.895358 140.632725) - (xy 82.825666 140.627741) - (xy 82.769733 140.585869) - (xy 82.745316 140.520405) - (xy 82.745 140.511559) - (xy 82.745 139.877172) - (xy 82.744999 139.877155) - (xy 82.738598 139.817627) - (xy 82.738596 139.81762) - (xy 82.688354 139.682913) - (xy 82.68835 139.682906) - (xy 82.60219 139.567812) - (xy 82.602187 139.567809) - (xy 82.487093 139.481649) - (xy 82.487086 139.481645) - (xy 82.352379 139.431403) - (xy 82.352372 139.431401) - (xy 82.292844 139.425) - (xy 81.53 139.425) - (xy 81.53 140.281335) - (xy 81.506341 140.268329) - (xy 81.357061 140.23) - (xy 81.241625 140.23) - (xy 81.127094 140.244469) - (xy 81.03 140.282911) - (xy 81.03 139.425) - (xy 80.267155 139.425) - (xy 80.207627 139.431401) - (xy 80.20762 139.431403) - (xy 80.072913 139.481645) - (xy 80.072906 139.481649) - (xy 79.957812 139.567809) - (xy 79.957809 139.567812) - (xy 79.871649 139.682906) - (xy 79.871645 139.682913) - (xy 79.821403 139.81762) - (xy 79.821401 139.817627) - (xy 79.815 139.877155) - (xy 79.815 140.59) - (xy 80.72348 140.59) - (xy 80.695245 140.650002) - (xy 80.666365 140.801393) - (xy 80.676043 140.955211) - (xy 80.719838 141.09) - (xy 79.815 141.09) - (xy 79.815 141.802844) - (xy 79.821401 141.862372) - (xy 79.821403 141.862379) - (xy 79.871645 141.997086) - (xy 79.871649 141.997093) - (xy 79.957809 142.112187) - (xy 79.957812 142.11219) - (xy 80.072906 142.19835) - (xy 80.072913 142.198354) - (xy 80.20762 142.248596) - (xy 80.207627 142.248598) - (xy 80.267155 142.254999) - (xy 80.267172 142.255) - (xy 80.612806 142.255) - (xy 80.679845 142.274685) - (xy 80.7256 142.327489) - (xy 80.735544 142.396647) - (xy 80.706519 142.460203) - (xy 80.660258 142.493561) - (xy 80.563443 142.533662) - (xy 80.352259 142.663075) - (xy 80.163927 142.823927) - (xy 80.003075 143.012259) - (xy 79.873663 143.223441) - (xy 79.83336 143.320742) - (xy 79.789519 143.375146) - (xy 79.723224 143.39721) - (xy 79.655525 143.37993) - (xy 79.631118 143.36097) - (xy 78.885819 142.615671) - (xy 78.852334 142.554348) - (xy 78.8495 142.52799) - (xy 78.8495 142.205523) - (xy 78.869185 142.138484) - (xy 78.908401 142.099986) - (xy 79.039652 142.01903) - (xy 79.16503 141.893652) - (xy 79.258115 141.742738) - (xy 79.313887 141.574426) - (xy 79.3245 141.470545) - (xy 79.324499 140.469456) - (xy 79.313887 140.365574) - (xy 79.258115 140.197262) - (xy 79.16503 140.046348) - (xy 79.039652 139.92097) - (xy 78.888738 139.827885) - (xy 78.834172 139.809804) - (xy 78.720427 139.772113) - (xy 78.616546 139.7615) - (xy 77.815462 139.7615) - (xy 77.815446 139.761501) - (xy 77.711572 139.772113) - (xy 77.543264 139.827884) - (xy 77.543259 139.827886) - (xy 77.392346 139.920971) - (xy 77.303681 140.009637) - (xy 77.242358 140.043122) - (xy 77.172666 140.038138) - (xy 77.128319 140.009637) - (xy 77.039653 139.920971) - (xy 77.039652 139.92097) - (xy 76.888738 139.827885) - (xy 76.834172 139.809804) - (xy 76.720427 139.772113) - (xy 76.616552 139.7615) - (xy 76.616545 139.7615) - (xy 76.315518 139.7615) - (xy 76.248479 139.741815) - (xy 76.227837 139.725181) - (xy 75.777837 139.275181) - (xy 75.744352 139.213858) - (xy 75.749336 139.144166) - (xy 75.791208 139.088233) - (xy 75.856672 139.063816) - (xy 75.865518 139.0635) - (xy 81.458778 139.0635) - (xy 81.474525 139.065238) - (xy 81.474551 139.064968) - (xy 81.482317 139.065701) - (xy 81.482321 139.065702) - (xy 81.55237 139.0635) - (xy 81.582268 139.0635) - (xy 81.582269 139.0635) - (xy 81.583634 139.063327) - (xy 81.589274 139.062614) - (xy 81.595097 139.062156) - (xy 81.62112 139.061338) - (xy 81.642302 139.060673) - (xy 81.654498 139.057129) - (xy 81.661893 139.05498) - (xy 81.68095 139.051032) - (xy 81.701209 139.048474) - (xy 81.745133 139.031082) - (xy 81.750633 139.029199) - (xy 81.796005 139.016018) - (xy 81.813577 139.005625) - (xy 81.831044 138.997068) - (xy 81.850029 138.989552) - (xy 81.888238 138.96179) - (xy 81.893116 138.958585) - (xy 81.933774 138.934542) - (xy 81.948214 138.9201) - (xy 81.963004 138.90747) - (xy 81.979519 138.895472) - (xy 82.009634 138.859067) - (xy 82.013538 138.854776) - (xy 83.785821 137.082493) - (xy 83.847142 137.04901) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 51.892703 119.888003) - (xy 51.899181 119.894035) - (xy 53.465181 121.460035) - (xy 53.498666 121.521358) - (xy 53.5015 121.547716) - (xy 53.5015 122.209487) - (xy 53.501501 122.209503) - (xy 53.512113 122.313376) - (xy 53.567885 122.481688) - (xy 53.66097 122.632602) - (xy 53.786348 122.75798) - (xy 53.937262 122.851065) - (xy 54.105574 122.906837) - (xy 54.209455 122.91745) - (xy 54.212524 122.917606) - (xy 54.278479 122.940665) - (xy 54.321497 122.995722) - (xy 54.32792 123.065296) - (xy 54.295709 123.127297) - (xy 54.293916 123.129127) - (xy 54.213679 123.209364) - (xy 54.20132 123.219268) - (xy 54.201493 123.219477) - (xy 54.195483 123.224449) - (xy 54.147515 123.275529) - (xy 54.126372 123.296672) - (xy 54.126357 123.296689) - (xy 54.122031 123.302264) - (xy 54.118247 123.306694) - (xy 54.085919 123.341121) - (xy 54.085912 123.341131) - (xy 54.076079 123.359017) - (xy 54.065403 123.37527) - (xy 54.052886 123.391407) - (xy 54.052885 123.391409) - (xy 54.034125 123.43476) - (xy 54.031555 123.440006) - (xy 54.008803 123.481391) - (xy 54.008803 123.481392) - (xy 54.003725 123.50117) - (xy 53.997425 123.519572) - (xy 53.989318 123.538307) - (xy 53.981931 123.584945) - (xy 53.980746 123.590666) - (xy 53.969 123.636415) - (xy 53.969 123.656834) - (xy 53.967473 123.676233) - (xy 53.96428 123.696391) - (xy 53.96428 123.696392) - (xy 53.968725 123.743416) - (xy 53.969 123.749254) - (xy 53.969 124.665631) - (xy 53.949315 124.73267) - (xy 53.896511 124.778425) - (xy 53.827353 124.788369) - (xy 53.805998 124.783338) - (xy 53.787606 124.777243) - (xy 53.688322 124.7671) - (xy 53.665 124.7671) - (xy 53.665 126.967099) - (xy 53.688308 126.967099) - (xy 53.688322 126.967098) - (xy 53.787608 126.956955) - (xy 53.805994 126.950863) - (xy 53.875822 126.94846) - (xy 53.935865 126.98419) - (xy 53.967058 127.04671) - (xy 53.969 127.068568) - (xy 53.969 129.859784) - (xy 53.949315 129.926823) - (xy 53.896511 129.972578) - (xy 53.879595 129.97886) - (xy 53.751404 130.016103) - (xy 53.751398 130.016105) - (xy 53.608196 130.100794) - (xy 53.608187 130.100801) - (xy 53.490551 130.218437) - (xy 53.490544 130.218446) - (xy 53.405855 130.361648) - (xy 53.405853 130.361653) - (xy 53.359438 130.521414) - (xy 53.359437 130.52142) - (xy 53.3565 130.558745) - (xy 53.3565 130.991755) - (xy 53.359437 131.029079) - (xy 53.359438 131.029085) - (xy 53.405853 131.188846) - (xy 53.405855 131.188851) - (xy 53.490544 131.332053) - (xy 53.490551 131.332062) - (xy 53.608187 131.449698) - (xy 53.608191 131.449701) - (xy 53.608193 131.449703) - (xy 53.751399 131.534395) - (xy 53.79353 131.546635) - (xy 53.911164 131.580811) - (xy 53.911167 131.580811) - (xy 53.911169 131.580812) - (xy 53.920501 131.581546) - (xy 53.948495 131.58375) - (xy 53.948498 131.58375) - (xy 55.1075 131.58375) - (xy 55.174539 131.603435) - (xy 55.220294 131.656239) - (xy 55.2315 131.70775) - (xy 55.2315 131.941755) - (xy 55.234437 131.979079) - (xy 55.234438 131.979085) - (xy 55.280853 132.138846) - (xy 55.280855 132.138851) - (xy 55.365544 132.282053) - (xy 55.365551 132.282062) - (xy 55.483187 132.399698) - (xy 55.483196 132.399705) - (xy 55.534165 132.429848) - (xy 55.626399 132.484395) - (xy 55.66853 132.496635) - (xy 55.786164 132.530811) - (xy 55.786167 132.530811) - (xy 55.786169 132.530812) - (xy 55.795501 132.531546) - (xy 55.823495 132.53375) - (xy 55.823498 132.53375) - (xy 56.338734 132.53375) - (xy 56.405773 132.553435) - (xy 56.426415 132.570069) - (xy 59.020181 135.163835) - (xy 59.053666 135.225158) - (xy 59.0565 135.251516) - (xy 59.0565 135.827418) - (xy 59.036815 135.894457) - (xy 58.991519 135.936472) - (xy 58.916988 135.976806) - (xy 58.916985 135.976808) - (xy 58.732781 136.120181) - (xy 58.732776 136.120185) - (xy 58.574686 136.291915) - (xy 58.447018 136.487327) - (xy 58.438757 136.50616) - (xy 58.3938 136.559645) - (xy 58.327064 136.580334) - (xy 58.259737 136.561658) - (xy 58.237521 136.544029) - (xy 57.754818 136.061326) - (xy 57.721333 136.000003) - (xy 57.718499 135.973654) - (xy 57.718499 134.982856) - (xy 57.707887 134.878974) - (xy 57.652115 134.710662) - (xy 57.55903 134.559748) - (xy 57.433652 134.43437) - (xy 57.284512 134.342379) - (xy 57.28274 134.341286) - (xy 57.282735 134.341284) - (xy 57.114427 134.285513) - (xy 57.010546 134.2749) - (xy 56.209462 134.2749) - (xy 56.209446 134.274901) - (xy 56.105572 134.285513) - (xy 55.937264 134.341284) - (xy 55.937259 134.341286) - (xy 55.786346 134.434371) - (xy 55.697681 134.523037) - (xy 55.636358 134.556522) - (xy 55.566666 134.551538) - (xy 55.522319 134.523037) - (xy 55.433653 134.434371) - (xy 55.433652 134.43437) - (xy 55.284512 134.342379) - (xy 55.28274 134.341286) - (xy 55.282735 134.341284) - (xy 55.114427 134.285513) - (xy 55.010546 134.2749) - (xy 54.209462 134.2749) - (xy 54.209446 134.274901) - (xy 54.105572 134.285513) - (xy 53.937264 134.341284) - (xy 53.937259 134.341286) - (xy 53.786346 134.434371) - (xy 53.660971 134.559746) - (xy 53.567886 134.710659) - (xy 53.567884 134.710664) - (xy 53.512113 134.878972) - (xy 53.5015 134.982847) - (xy 53.5015 135.983937) - (xy 53.501501 135.983953) - (xy 53.512113 136.087827) - (xy 53.567884 136.256135) - (xy 53.567886 136.25614) - (xy 53.589954 136.291917) - (xy 53.66097 136.407052) - (xy 53.786348 136.53243) - (xy 53.937262 136.625515) - (xy 54.105574 136.681287) - (xy 54.209455 136.6919) - (xy 54.871232 136.691899) - (xy 54.938271 136.711583) - (xy 54.958913 136.728218) - (xy 55.674435 137.44374) - (xy 56.255657 138.024961) - (xy 56.289142 138.086284) - (xy 56.284158 138.155976) - (xy 56.242286 138.211909) - (xy 56.180579 138.236) - (xy 56.105572 138.243663) - (xy 55.937264 138.299434) - (xy 55.937259 138.299436) - (xy 55.786346 138.392521) - (xy 55.697681 138.481187) - (xy 55.636358 138.514672) - (xy 55.566666 138.509688) - (xy 55.522319 138.481187) - (xy 55.433653 138.392521) - (xy 55.433652 138.39252) - (xy 55.282738 138.299435) - (xy 55.282735 138.299434) - (xy 55.114427 138.243663) - (xy 55.010546 138.23305) - (xy 54.209462 138.23305) - (xy 54.209446 138.233051) - (xy 54.105572 138.243663) - (xy 53.937264 138.299434) - (xy 53.937259 138.299436) - (xy 53.786346 138.392521) - (xy 53.660971 138.517896) - (xy 53.567886 138.668809) - (xy 53.567884 138.668814) - (xy 53.512113 138.837122) - (xy 53.5015 138.940997) - (xy 53.5015 139.942087) - (xy 53.501501 139.942103) - (xy 53.512113 140.045977) - (xy 53.567884 140.214285) - (xy 53.567886 140.21429) - (xy 53.586501 140.244469) - (xy 53.66097 140.365202) - (xy 53.786348 140.49058) - (xy 53.937262 140.583665) - (xy 54.105574 140.639437) - (xy 54.209455 140.65005) - (xy 54.612783 140.650049) - (xy 54.679822 140.669733) - (xy 54.700464 140.686368) - (xy 56.046294 142.032198) - (xy 56.079779 142.093521) - (xy 56.074795 142.163213) - (xy 56.032923 142.219146) - (xy 55.997618 142.237585) - (xy 55.937262 142.257585) - (xy 55.937259 142.257586) - (xy 55.786346 142.350671) - (xy 55.697681 142.439337) - (xy 55.636358 142.472822) - (xy 55.566666 142.467838) - (xy 55.522319 142.439337) - (xy 55.433653 142.350671) - (xy 55.433652 142.35067) - (xy 55.331889 142.287902) - (xy 55.28274 142.257586) - (xy 55.282735 142.257584) - (xy 55.114427 142.201813) - (xy 55.010552 142.1912) - (xy 55.010545 142.1912) - (xy 54.348767 142.1912) - (xy 54.281728 142.171515) - (xy 54.261086 142.154881) - (xy 51.723819 139.617614) - (xy 51.690334 139.556291) - (xy 51.6875 139.529933) - (xy 51.6875 126.1171) - (xy 52.465001 126.1171) - (xy 52.465001 126.290422) - (xy 52.475144 126.389707) - (xy 52.528452 126.550581) - (xy 52.528457 126.550592) - (xy 52.617424 126.694828) - (xy 52.617427 126.694832) - (xy 52.737267 126.814672) - (xy 52.737271 126.814675) - (xy 52.881507 126.903642) - (xy 52.881518 126.903647) - (xy 53.042393 126.956955) - (xy 53.141683 126.967099) - (xy 53.165 126.967098) - (xy 53.165 126.1171) - (xy 52.465001 126.1171) - (xy 51.6875 126.1171) - (xy 51.6875 125.6171) - (xy 52.465 125.6171) - (xy 53.165 125.6171) - (xy 53.165 124.767099) - (xy 53.141693 124.7671) - (xy 53.141674 124.767101) - (xy 53.042392 124.777244) - (xy 52.881518 124.830552) - (xy 52.881507 124.830557) - (xy 52.737271 124.919524) - (xy 52.737267 124.919527) - (xy 52.617427 125.039367) - (xy 52.617424 125.039371) - (xy 52.528457 125.183607) - (xy 52.528452 125.183618) - (xy 52.475144 125.344493) - (xy 52.465 125.443777) - (xy 52.465 125.6171) - (xy 51.6875 125.6171) - (xy 51.6875 119.981716) - (xy 51.707185 119.914677) - (xy 51.759989 119.868922) - (xy 51.829147 119.858978) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 67.183466 138.182142) - (xy 67.183466 138.18) - (xy 68.836 138.18) - (xy 68.903039 138.199685) - (xy 68.948794 138.252489) - (xy 68.96 138.304) - (xy 68.96 138.556) - (xy 68.940315 138.623039) - (xy 68.887511 138.668794) - (xy 68.836 138.68) - (xy 67.237705 138.68) - (xy 67.237704 138.680001) - (xy 67.237899 138.682486) - (xy 67.283718 138.840198) - (xy 67.30689 138.879379) - (xy 67.324073 138.947102) - (xy 67.301913 139.013365) - (xy 67.247447 139.057129) - (xy 67.200158 139.0665) - (xy 67.123632 139.0665) - (xy 67.10788 139.06476) - (xy 67.107855 139.065032) - (xy 67.100093 139.064298) - (xy 67.100092 139.064298) - (xy 67.030029 139.0665) - (xy 67.000144 139.0665) - (xy 67.000141 139.0665) - (xy 67.000129 139.066501) - (xy 66.993137 139.067384) - (xy 66.98732 139.067841) - (xy 66.940114 139.069325) - (xy 66.940107 139.069326) - (xy 66.9205 139.075022) - (xy 66.901461 139.078965) - (xy 66.881211 139.081524) - (xy 66.881201 139.081526) - (xy 66.837291 139.098911) - (xy 66.831765 139.100803) - (xy 66.786412 139.113979) - (xy 66.786407 139.113981) - (xy 66.768833 139.124374) - (xy 66.751372 139.132928) - (xy 66.732386 139.140446) - (xy 66.732384 139.140447) - (xy 66.694172 139.168208) - (xy 66.68929 139.171415) - (xy 66.648637 139.195457) - (xy 66.634201 139.209894) - (xy 66.619415 139.222523) - (xy 66.602893 139.234528) - (xy 66.602891 139.234529) - (xy 66.602891 139.23453) - (xy 66.602889 139.234532) - (xy 66.572781 139.270925) - (xy 66.568849 139.275246) - (xy 66.372914 139.471181) - (xy 66.311591 139.504666) - (xy 66.285233 139.5075) - (xy 66.1105 139.5075) - (xy 66.043461 139.487815) - (xy 65.997706 139.435011) - (xy 65.9865 139.3835) - (xy 65.9865 138.525766) - (xy 66.006185 138.458727) - (xy 66.022819 138.438085) - (xy 66.056086 138.404818) - (xy 66.117409 138.371333) - (xy 66.143767 138.368499) - (xy 66.678537 138.368499) - (xy 66.678544 138.368499) - (xy 66.782426 138.357887) - (xy 66.950738 138.302115) - (xy 67.101652 138.20903) - (xy 67.101657 138.209024) - (xy 67.105703 138.205826) - (xy 67.170496 138.17968) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 56.938271 101.246384) - (xy 56.958913 101.263018) - (xy 57.684712 101.988817) - (xy 57.694619 102.001183) - (xy 57.694829 102.00101) - (xy 57.699796 102.007015) - (xy 57.750879 102.054984) - (xy 57.772024 102.07613) - (xy 57.777613 102.080466) - (xy 57.782045 102.084252) - (xy 57.813959 102.11422) - (xy 57.81648 102.116587) - (xy 57.834362 102.126417) - (xy 57.850629 102.137102) - (xy 57.86676 102.149615) - (xy 57.880137 102.155403) - (xy 57.910107 102.168371) - (xy 57.915333 102.170931) - (xy 57.95674 102.193695) - (xy 57.976516 102.198772) - (xy 57.994924 102.205075) - (xy 58.01365 102.213179) - (xy 58.013652 102.21318) - (xy 58.013653 102.21318) - (xy 58.013655 102.213181) - (xy 58.054584 102.219663) - (xy 58.060303 102.220569) - (xy 58.066012 102.221751) - (xy 58.11177 102.2335) - (xy 58.132184 102.2335) - (xy 58.151583 102.235027) - (xy 58.171743 102.23822) - (xy 58.218766 102.233775) - (xy 58.224604 102.2335) - (xy 59.436406 102.2335) - (xy 59.503445 102.253185) - (xy 59.5492 102.305989) - (xy 59.550968 102.310051) - (xy 59.553662 102.316555) - (xy 59.553664 102.316558) - (xy 59.553666 102.316563) - (xy 59.683075 102.52774) - (xy 59.843927 102.716073) - (xy 60.03226 102.876925) - (xy 60.243437 103.006334) - (xy 60.243439 103.006334) - (xy 60.243441 103.006336) - (xy 60.266741 103.015987) - (xy 60.472258 103.101115) - (xy 60.713089 103.158934) - (xy 60.96 103.178366) - (xy 61.206911 103.158934) - (xy 61.447742 103.101115) - (xy 61.676563 103.006334) - (xy 61.88774 102.876925) - (xy 62.076073 102.716073) - (xy 62.236925 102.52774) - (xy 62.366334 102.316563) - (xy 62.367235 102.314386) - (xy 62.369032 102.310051) - (xy 62.412871 102.255646) - (xy 62.479164 102.233579) - (xy 62.483594 102.2335) - (xy 68.346234 102.2335) - (xy 68.413273 102.253185) - (xy 68.433915 102.269819) - (xy 75.88541 109.721314) - (xy 75.895316 109.733678) - (xy 75.895526 109.733505) - (xy 75.900501 109.739519) - (xy 75.951594 109.787499) - (xy 75.972725 109.808629) - (xy 75.97273 109.808634) - (xy 75.978302 109.812956) - (xy 75.982742 109.816749) - (xy 76.017178 109.849086) - (xy 76.035067 109.85892) - (xy 76.051333 109.869604) - (xy 76.067459 109.882113) - (xy 76.110798 109.900867) - (xy 76.116045 109.903437) - (xy 76.15744 109.926195) - (xy 76.177218 109.931273) - (xy 76.195621 109.937574) - (xy 76.214352 109.94568) - (xy 76.214353 109.94568) - (xy 76.214355 109.945681) - (xy 76.24175 109.950019) - (xy 76.260997 109.953068) - (xy 76.266713 109.954251) - (xy 76.31247 109.966) - (xy 76.33289 109.966) - (xy 76.352289 109.967527) - (xy 76.372441 109.970718) - (xy 76.372442 109.970719) - (xy 76.372442 109.970718) - (xy 76.372443 109.970719) - (xy 76.419459 109.966275) - (xy 76.425296 109.966) - (xy 78.578734 109.966) - (xy 78.645773 109.985685) - (xy 78.666415 110.002319) - (xy 81.223915 112.559819) - (xy 81.2574 112.621142) - (xy 81.252416 112.690834) - (xy 81.210544 112.746767) - (xy 81.14508 112.771184) - (xy 81.136234 112.7715) - (xy 81.123288 112.7715) - (xy 81.07724 112.779184) - (xy 80.893045 112.80992) - (xy 80.67228 112.88571) - (xy 80.672266 112.885716) - (xy 80.466988 112.996806) - (xy 80.466986 112.996807) - (xy 80.291093 113.133711) - (xy 80.226099 113.159353) - (xy 80.157559 113.145786) - (xy 80.107234 113.097318) - (xy 80.098749 113.079189) - (xy 80.083355 113.037915) - (xy 80.08335 113.037906) - (xy 79.99719 112.922812) - (xy 79.997187 112.922809) - (xy 79.882093 112.836649) - (xy 79.882086 112.836645) - (xy 79.747379 112.786403) - (xy 79.747372 112.786401) - (xy 79.687844 112.78) - (xy 78.99 112.78) - (xy 78.99 113.744498) - (xy 78.882315 113.69532) - (xy 78.775763 113.68) - (xy 78.704237 113.68) - (xy 78.597685 113.69532) - (xy 78.49 113.744498) - (xy 78.49 112.78) - (xy 77.792155 112.78) - (xy 77.732627 112.786401) - (xy 77.73262 112.786403) - (xy 77.597913 112.836645) - (xy 77.597906 112.836649) - (xy 77.482812 112.922809) - (xy 77.482809 112.922812) - (xy 77.396649 113.037906) - (xy 77.396645 113.037913) - (xy 77.346403 113.17262) - (xy 77.346401 113.172627) - (xy 77.34 113.232155) - (xy 77.34 113.93) - (xy 78.306314 113.93) - (xy 78.280507 113.970156) - (xy 78.24 114.108111) - (xy 78.24 114.251889) - (xy 78.280507 114.389844) - (xy 78.306314 114.43) - (xy 77.34 114.43) - (xy 77.34 115.127844) - (xy 77.346401 115.187372) - (xy 77.346403 115.187379) - (xy 77.396645 115.322086) - (xy 77.396649 115.322093) - (xy 77.482809 115.437187) - (xy 77.482812 115.43719) - (xy 77.597906 115.52335) - (xy 77.597913 115.523354) - (xy 77.73262 115.573596) - (xy 77.732627 115.573598) - (xy 77.792155 115.579999) - (xy 77.792172 115.58) - (xy 78.49 115.58) - (xy 78.49 114.615501) - (xy 78.597685 114.66468) - (xy 78.704237 114.68) - (xy 78.775763 114.68) - (xy 78.882315 114.66468) - (xy 78.99 114.615501) - (xy 78.99 115.58) - (xy 79.687828 115.58) - (xy 79.687844 115.579999) - (xy 79.747372 115.573598) - (xy 79.747379 115.573596) - (xy 79.882086 115.523354) - (xy 79.882093 115.52335) - (xy 79.997187 115.43719) - (xy 79.99719 115.437187) - (xy 80.08335 115.322093) - (xy 80.083353 115.322088) - (xy 80.098748 115.280811) - (xy 80.140619 115.224876) - (xy 80.206083 115.200458) - (xy 80.274356 115.215309) - (xy 80.291093 115.226288) - (xy 80.466983 115.36319) - (xy 80.466985 115.363191) - (xy 80.466992 115.363196) - (xy 80.541516 115.403525) - (xy 80.591108 115.452743) - (xy 80.6065 115.51258) - (xy 80.6065 117.19946) - (xy 80.586815 117.266499) - (xy 80.534011 117.312254) - (xy 80.521515 117.317161) - (xy 80.507265 117.321884) - (xy 80.507262 117.321885) - (xy 80.507259 117.321886) - (xy 80.356346 117.414971) - (xy 80.230971 117.540346) - (xy 80.137886 117.691259) - (xy 80.137884 117.691264) - (xy 80.082113 117.859572) - (xy 80.0715 117.963447) - (xy 80.0715 118.764537) - (xy 80.071501 118.764553) - (xy 80.082113 118.868427) - (xy 80.124259 118.995618) - (xy 80.137885 119.036738) - (xy 80.220046 119.169942) - (xy 80.230971 119.187653) - (xy 80.319637 119.276319) - (xy 80.353122 119.337642) - (xy 80.348138 119.407334) - (xy 80.319637 119.451681) - (xy 80.230971 119.540346) - (xy 80.150015 119.671597) - (xy 80.098067 119.718322) - (xy 80.044476 119.7305) - (xy 79.203655 119.7305) - (xy 79.136616 119.710815) - (xy 79.098117 119.671598) - (xy 79.02703 119.556348) - (xy 78.938363 119.467681) - (xy 78.904878 119.406358) - (xy 78.909862 119.336666) - (xy 78.938363 119.292319) - (xy 78.957187 119.273495) - (xy 79.02703 119.203652) - (xy 79.120115 119.052738) - (xy 79.175887 118.884426) - (xy 79.1865 118.780545) - (xy 79.186499 117.979456) - (xy 79.175887 117.875574) - (xy 79.120115 117.707262) - (xy 79.02703 117.556348) - (xy 78.901652 117.43097) - (xy 78.807898 117.373142) - (xy 78.75074 117.337886) - (xy 78.750735 117.337884) - (xy 78.582427 117.282113) - (xy 78.478546 117.2715) - (xy 77.477462 117.2715) - (xy 77.477446 117.271501) - (xy 77.373572 117.282113) - (xy 77.205264 117.337884) - (xy 77.205259 117.337886) - (xy 77.054346 117.430971) - (xy 76.928971 117.556346) - (xy 76.835886 117.707259) - (xy 76.835884 117.707264) - (xy 76.780113 117.875572) - (xy 76.7695 117.979447) - (xy 76.7695 118.641232) - (xy 76.749815 118.708271) - (xy 76.733181 118.728913) - (xy 76.564182 118.897912) - (xy 76.55182 118.907816) - (xy 76.551994 118.908026) - (xy 76.545985 118.912997) - (xy 76.545982 118.912999) - (xy 76.545982 118.913) - (xy 76.504962 118.956681) - (xy 76.498015 118.964079) - (xy 76.476872 118.985222) - (xy 76.476857 118.985239) - (xy 76.472531 118.990814) - (xy 76.468747 118.995244) - (xy 76.436419 119.029671) - (xy 76.436412 119.029681) - (xy 76.426579 119.047567) - (xy 76.415903 119.06382) - (xy 76.403386 119.079957) - (xy 76.403385 119.079959) - (xy 76.384625 119.12331) - (xy 76.382055 119.128556) - (xy 76.359303 119.169941) - (xy 76.359303 119.169942) - (xy 76.354225 119.18972) - (xy 76.347925 119.208122) - (xy 76.339818 119.226857) - (xy 76.332431 119.273495) - (xy 76.331246 119.279216) - (xy 76.3195 119.324965) - (xy 76.3195 119.345384) - (xy 76.317973 119.364783) - (xy 76.31478 119.384941) - (xy 76.31478 119.384942) - (xy 76.319225 119.431966) - (xy 76.3195 119.437804) - (xy 76.3195 120.884539) - (xy 76.317761 120.900286) - (xy 76.318032 120.900312) - (xy 76.317298 120.908078) - (xy 76.3195 120.97813) - (xy 76.3195 121.008032) - (xy 76.320384 121.015029) - (xy 76.320842 121.020852) - (xy 76.322326 121.068062) - (xy 76.322327 121.068064) - (xy 76.328022 121.087668) - (xy 76.331967 121.106715) - (xy 76.334526 121.12697) - (xy 76.334527 121.126973) - (xy 76.334528 121.126976) - (xy 76.351914 121.170889) - (xy 76.353806 121.176417) - (xy 76.366981 121.221765) - (xy 76.377372 121.239335) - (xy 76.385932 121.256808) - (xy 76.393447 121.27579) - (xy 76.421209 121.314) - (xy 76.424416 121.318883) - (xy 76.448458 121.359535) - (xy 76.448462 121.359539) - (xy 76.462889 121.373966) - (xy 76.475527 121.388762) - (xy 76.487528 121.40528) - (xy 76.48753 121.405282) - (xy 76.496948 121.413073) - (xy 76.523931 121.435395) - (xy 76.528231 121.439308) - (xy 78.567857 123.478934) - (xy 80.570181 125.481258) - (xy 80.603666 125.542581) - (xy 80.6065 125.568939) - (xy 80.6065 133.167418) - (xy 80.586815 133.234457) - (xy 80.541519 133.276472) - (xy 80.466988 133.316806) - (xy 80.466986 133.316807) - (xy 80.291093 133.453711) - (xy 80.226099 133.479353) - (xy 80.157559 133.465786) - (xy 80.107234 133.417318) - (xy 80.098749 133.399189) - (xy 80.083355 133.357915) - (xy 80.08335 133.357906) - (xy 79.99719 133.242812) - (xy 79.997187 133.242809) - (xy 79.882093 133.156649) - (xy 79.882086 133.156645) - (xy 79.747379 133.106403) - (xy 79.747372 133.106401) - (xy 79.687844 133.1) - (xy 78.99 133.1) - (xy 78.99 134.064498) - (xy 78.882315 134.01532) - (xy 78.775763 134) - (xy 78.704237 134) - (xy 78.597685 134.01532) - (xy 78.49 134.064498) - (xy 78.49 133.1) - (xy 77.792155 133.1) - (xy 77.732627 133.106401) - (xy 77.73262 133.106403) - (xy 77.597913 133.156645) - (xy 77.597906 133.156649) - (xy 77.482812 133.242809) - (xy 77.482809 133.242812) - (xy 77.396649 133.357906) - (xy 77.396645 133.357913) - (xy 77.346403 133.49262) - (xy 77.346401 133.492627) - (xy 77.34 133.552155) - (xy 77.34 134.25) - (xy 78.306314 134.25) - (xy 78.280507 134.290156) - (xy 78.24 134.428111) - (xy 78.24 134.571889) - (xy 78.280507 134.709844) - (xy 78.306314 134.75) - (xy 77.34 134.75) - (xy 77.34 135.447844) - (xy 77.346401 135.507372) - (xy 77.346403 135.507379) - (xy 77.396645 135.642086) - (xy 77.396649 135.642093) - (xy 77.482809 135.757187) - (xy 77.482812 135.75719) - (xy 77.597906 135.84335) - (xy 77.597913 135.843354) - (xy 77.73262 135.893596) - (xy 77.732627 135.893598) - (xy 77.792155 135.899999) - (xy 77.792172 135.9) - (xy 78.49 135.9) - (xy 78.49 134.935501) - (xy 78.597685 134.98468) - (xy 78.704237 135) - (xy 78.775763 135) - (xy 78.882315 134.98468) - (xy 78.99 134.935501) - (xy 78.99 135.9) - (xy 79.687828 135.9) - (xy 79.687844 135.899999) - (xy 79.747372 135.893598) - (xy 79.747379 135.893596) - (xy 79.882086 135.843354) - (xy 79.882093 135.84335) - (xy 79.997187 135.75719) - (xy 79.99719 135.757187) - (xy 80.08335 135.642093) - (xy 80.083353 135.642088) - (xy 80.098748 135.600811) - (xy 80.140619 135.544876) - (xy 80.206083 135.520458) - (xy 80.274356 135.535309) - (xy 80.291093 135.546288) - (xy 80.466983 135.68319) - (xy 80.466985 135.683191) - (xy 80.466988 135.683193) - (xy 80.560964 135.73405) - (xy 80.672273 135.794287) - (xy 80.754119 135.822385) - (xy 80.893045 135.870079) - (xy 80.893047 135.870079) - (xy 80.893049 135.87008) - (xy 81.123288 135.9085) - (xy 81.123289 135.9085) - (xy 81.356711 135.9085) - (xy 81.356712 135.9085) - (xy 81.586951 135.87008) - (xy 81.807727 135.794287) - (xy 82.013017 135.68319) - (xy 82.19722 135.539818) - (xy 82.355314 135.368083) - (xy 82.386191 135.320821) - (xy 82.439337 135.275465) - (xy 82.508568 135.266041) - (xy 82.571904 135.295542) - (xy 82.593809 135.320822) - (xy 82.624686 135.368084) - (xy 82.778629 135.535309) - (xy 82.78278 135.539818) - (xy 82.966983 135.68319) - (xy 82.966985 135.683191) - (xy 82.966988 135.683193) - (xy 83.097359 135.753746) - (xy 83.14695 135.802965) - (xy 83.162058 135.871182) - (xy 83.137888 135.936738) - (xy 83.126023 135.950482) - (xy 81.316326 137.760181) - (xy 81.255003 137.793666) - (xy 81.228645 137.7965) - (xy 75.179718 137.7965) - (xy 75.112679 137.776815) - (xy 75.066924 137.724011) - (xy 75.05698 137.654853) - (xy 75.072986 137.609379) - (xy 75.094144 137.573602) - (xy 75.094145 137.573601) - (xy 75.140562 137.413831) - (xy 75.1435 137.376502) - (xy 75.1435 136.943498) - (xy 75.140562 136.906169) - (xy 75.138555 136.899262) - (xy 75.105067 136.783993) - (xy 75.094145 136.746399) - (xy 75.009453 136.603193) - (xy 75.009451 136.603191) - (xy 75.009448 136.603187) - (xy 74.891812 136.485551) - (xy 74.891803 136.485544) - (xy 74.748601 136.400855) - (xy 74.748596 136.400853) - (xy 74.588835 136.354438) - (xy 74.588829 136.354437) - (xy 74.551505 136.3515) - (xy 74.551502 136.3515) - (xy 72.915615 136.3515) - (xy 72.848576 136.331815) - (xy 72.802821 136.279011) - (xy 72.792294 136.240462) - (xy 72.791862 136.236348) - (xy 72.775542 136.081072) - (xy 72.720495 135.911658) - (xy 72.716529 135.89945) - (xy 72.716528 135.899449) - (xy 72.716527 135.899444) - (xy 72.655816 135.794289) - (xy 72.621041 135.734057) - (xy 72.621036 135.73405) - (xy 72.54735 135.652213) - (xy 72.51712 135.589221) - (xy 72.5155 135.569241) - (xy 72.5155 135.190499) - (xy 72.535185 135.12346) - (xy 72.587989 135.077705) - (xy 72.6395 135.066499) - (xy 73.282537 135.066499) - (xy 73.282544 135.066499) - (xy 73.386426 135.055887) - (xy 73.554738 135.000115) - (xy 73.705652 134.90703) - (xy 73.83103 134.781652) - (xy 73.924115 134.630738) - (xy 73.979887 134.462426) - (xy 73.9905 134.358545) - (xy 73.990499 133.357456) - (xy 73.979887 133.253574) - (xy 73.924115 133.085262) - (xy 73.83103 132.934348) - (xy 73.705652 132.80897) - (xy 73.588345 132.736614) - (xy 73.55474 132.715886) - (xy 73.554735 132.715884) - (xy 73.386427 132.660113) - (xy 73.282552 132.6495) - (xy 73.282545 132.6495) - (xy 72.6495 132.6495) - (xy 72.582461 132.629815) - (xy 72.536706 132.577011) - (xy 72.5255 132.5255) - (xy 72.5255 128.99169) - (xy 72.545185 128.924651) - (xy 72.578375 128.890116) - (xy 72.684681 128.815681) - (xy 72.836681 128.663681) - (xy 72.959976 128.487597) - (xy 73.050822 128.292777) - (xy 73.106458 128.085142) - (xy 73.125193 127.871) - (xy 73.106458 127.656858) - (xy 73.050822 127.449223) - (xy 72.994432 127.328294) - (xy 74.5715 127.328294) - (xy 74.586467 127.532782) - (xy 74.586469 127.532795) - (xy 74.645934 127.799746) - (xy 74.645937 127.799753) - (xy 74.743646 128.055221) - (xy 74.877506 128.293734) - (xy 74.877509 128.293739) - (xy 75.044669 128.510218) - (xy 75.044678 128.510228) - (xy 75.180975 128.641634) - (xy 75.241574 128.700059) - (xy 75.464019 128.859205) - (xy 75.538617 128.897558) - (xy 75.70725 128.98426) - (xy 75.707261 128.984264) - (xy 75.707266 128.984267) - (xy 75.707272 128.984269) - (xy 75.966116 129.072575) - (xy 75.966122 129.072576) - (xy 75.96613 129.072579) - (xy 76.235093 129.122259) - (xy 76.399091 129.128252) - (xy 76.508422 129.132248) - (xy 76.508422 129.132247) - (xy 76.508424 129.132248) - (xy 76.780296 129.102334) - (xy 77.044916 129.033153) - (xy 77.217557 128.959789) - (xy 77.296635 128.926185) - (xy 77.296638 128.926183) - (xy 77.296643 128.926181) - (xy 77.530112 128.783697) - (xy 77.740347 128.608738) - (xy 77.922867 128.405033) - (xy 78.073783 128.176923) - (xy 78.189877 127.929271) - (xy 78.268676 127.667355) - (xy 78.3085 127.396757) - (xy 78.3085 126.671712) - (xy 78.30775 126.661468) - (xy 78.299634 126.550581) - (xy 78.293533 126.467217) - (xy 78.276267 126.389707) - (xy 78.234065 126.200253) - (xy 78.234063 126.200249) - (xy 78.234063 126.200247) - (xy 78.136355 125.944781) - (xy 78.002493 125.706264) - (xy 77.950197 125.638539) - (xy 77.83533 125.489781) - (xy 77.835321 125.489771) - (xy 77.638429 125.299944) - (xy 77.638427 125.299942) - (xy 77.618113 125.285408) - (xy 77.415981 125.140795) - (xy 77.393349 125.129159) - (xy 77.172749 125.015739) - (xy 77.172727 125.01573) - (xy 76.913883 124.927424) - (xy 76.91387 124.927421) - (xy 76.871133 124.919527) - (xy 76.644903 124.87774) - (xy 76.371577 124.867751) - (xy 76.099703 124.897666) - (xy 75.835084 124.966846) - (xy 75.583364 125.073814) - (xy 75.349892 125.2163) - (xy 75.349882 125.216307) - (xy 75.139654 125.39126) - (xy 75.139648 125.391266) - (xy 74.957133 125.594966) - (xy 74.806217 125.823077) - (xy 74.690121 126.070732) - (xy 74.690119 126.070739) - (xy 74.611326 126.332633) - (xy 74.611323 126.332647) - (xy 74.596069 126.436301) - (xy 74.5715 126.603243) - (xy 74.5715 126.603247) - (xy 74.5715 127.328294) - (xy 72.994432 127.328294) - (xy 72.959976 127.254404) - (xy 72.836681 127.078319) - (xy 72.836679 127.078316) - (xy 72.684682 126.926319) - (xy 72.508601 126.803026) - (xy 72.508597 126.803024) - (xy 72.432754 126.767658) - (xy 72.313777 126.712178) - (xy 72.313774 126.712177) - (xy 72.313772 126.712176) - (xy 72.106144 126.656542) - (xy 72.106136 126.656541) - (xy 71.892002 126.637807) - (xy 71.891998 126.637807) - (xy 71.677863 126.656541) - (xy 71.677855 126.656542) - (xy 71.470227 126.712176) - (xy 71.470221 126.712179) - (xy 71.275405 126.803023) - (xy 71.275403 126.803024) - (xy 71.099316 126.92632) - (xy 70.94732 127.078316) - (xy 70.872885 127.184623) - (xy 70.818309 127.228248) - (xy 70.77131 127.2375) - (xy 70.47269 127.2375) - (xy 70.405651 127.217815) - (xy 70.371115 127.184623) - (xy 70.296679 127.078316) - (xy 70.144682 126.926319) - (xy 69.968601 126.803026) - (xy 69.968597 126.803024) - (xy 69.892754 126.767658) - (xy 69.773777 126.712178) - (xy 69.773774 126.712177) - (xy 69.773772 126.712176) - (xy 69.566144 126.656542) - (xy 69.566136 126.656541) - (xy 69.352002 126.637807) - (xy 69.351998 126.637807) - (xy 69.241089 126.64751) - (xy 69.172589 126.633743) - (xy 69.122406 126.585128) - (xy 69.106473 126.517099) - (xy 69.129849 126.451256) - (xy 69.142595 126.436307) - (xy 70.283815 125.295087) - (xy 70.29618 125.285183) - (xy 70.296006 125.284973) - (xy 70.302012 125.280003) - (xy 70.302018 125.28) - (xy 70.349999 125.228904) - (xy 70.371134 125.20777) - (xy 70.375463 125.202187) - (xy 70.379242 125.197763) - (xy 70.411586 125.163321) - (xy 70.421423 125.145424) - (xy 70.432097 125.129174) - (xy 70.444613 125.113041) - (xy 70.463372 125.069689) - (xy 70.465933 125.064462) - (xy 70.488695 125.02306) - (xy 70.493774 125.003274) - (xy 70.500072 124.984882) - (xy 70.508181 124.966145) - (xy 70.515568 124.919501) - (xy 70.516748 124.913794) - (xy 70.5285 124.86803) - (xy 70.5285 124.847609) - (xy 70.530027 124.828209) - (xy 70.530884 124.822802) - (xy 70.533219 124.808057) - (xy 70.530306 124.777243) - (xy 70.528775 124.76104) - (xy 70.5285 124.755203) - (xy 70.5285 121.321886) - (xy 70.548185 121.254847) - (xy 70.600989 121.209092) - (xy 70.639239 121.198597) - (xy 70.654201 121.196989) - (xy 70.654206 121.196987) - (xy 70.654207 121.196987) - (xy 70.750492 121.161074) - (xy 70.791204 121.145889) - (xy 70.791204 121.145888) - (xy 70.791206 121.145888) - (xy 70.791207 121.145887) - (xy 70.824137 121.121236) - (xy 70.889601 121.096818) - (xy 70.957874 121.111669) - (xy 71.00728 121.161074) - (xy 71.021806 121.2079) - (xy 71.029113 121.279427) - (xy 71.084884 121.447735) - (xy 71.084886 121.44774) - (xy 71.093612 121.461887) - (xy 71.17797 121.598652) - (xy 71.303348 121.72403) - (xy 71.454262 121.817115) - (xy 71.622574 121.872887) - (xy 71.726455 121.8835) - (xy 72.502544 121.883499) - (xy 72.606426 121.872887) - (xy 72.774738 121.817115) - (xy 72.925652 121.72403) - (xy 73.05103 121.598652) - (xy 73.051449 121.597971) - (xy 73.051859 121.597602) - (xy 73.055511 121.592985) - (xy 73.056299 121.593608) - (xy 73.103389 121.551244) - (xy 73.17235 121.540014) - (xy 73.236436 121.56785) - (xy 73.254261 121.58842) - (xy 73.255202 121.587677) - (xy 73.259683 121.593344) - (xy 73.383654 121.717315) - (xy 73.532875 121.809356) - (xy 73.53288 121.809358) - (xy 73.699302 121.864505) - (xy 73.699309 121.864506) - (xy 73.802019 121.874999) - (xy 73.939499 121.874999) - (xy 73.9395 121.874998) - (xy 73.9395 120.9) - (xy 74.4395 120.9) - (xy 74.4395 121.874999) - (xy 74.576972 121.874999) - (xy 74.576986 121.874998) - (xy 74.679697 121.864505) - (xy 74.846119 121.809358) - (xy 74.846124 121.809356) - (xy 74.995345 121.717315) - (xy 75.119315 121.593345) - (xy 75.211356 121.444124) - (xy 75.211358 121.444119) - (xy 75.266505 121.277697) - (xy 75.266506 121.27769) - (xy 75.276999 121.174986) - (xy 75.277 121.174973) - (xy 75.277 120.9) - (xy 74.4395 120.9) - (xy 73.9395 120.9) - (xy 73.9395 119.425) - (xy 74.4395 119.425) - (xy 74.4395 120.4) - (xy 75.276999 120.4) - (xy 75.276999 120.125028) - (xy 75.276998 120.125013) - (xy 75.266505 120.022302) - (xy 75.211358 119.85588) - (xy 75.211356 119.855875) - (xy 75.119315 119.706654) - (xy 74.995345 119.582684) - (xy 74.846124 119.490643) - (xy 74.846119 119.490641) - (xy 74.679697 119.435494) - (xy 74.67969 119.435493) - (xy 74.576986 119.425) - (xy 74.4395 119.425) - (xy 73.9395 119.425) - (xy 73.802027 119.425) - (xy 73.802012 119.425001) - (xy 73.699302 119.435494) - (xy 73.53288 119.490641) - (xy 73.532875 119.490643) - (xy 73.383654 119.582684) - (xy 73.259683 119.706655) - (xy 73.255202 119.712323) - (xy 73.253021 119.710598) - (xy 73.210556 119.748775) - (xy 73.141591 119.75998) - (xy 73.077516 119.732121) - (xy 73.055663 119.706894) - (xy 73.055511 119.707015) - (xy 73.052816 119.703606) - (xy 73.051451 119.702031) - (xy 73.051029 119.701347) - (xy 72.925653 119.575971) - (xy 72.925652 119.57597) - (xy 72.787316 119.490643) - (xy 72.77474 119.482886) - (xy 72.774735 119.482884) - (xy 72.606427 119.427113) - (xy 72.502546 119.4165) - (xy 71.726462 119.4165) - (xy 71.726446 119.416501) - (xy 71.622572 119.427113) - (xy 71.454264 119.482884) - (xy 71.454259 119.482886) - (xy 71.303345 119.575971) - (xy 71.297685 119.580448) - (xy 71.296721 119.579229) - (xy 71.242814 119.608666) - (xy 71.216456 119.6115) - (xy 71.103701 119.6115) - (xy 71.036662 119.591815) - (xy 71.002391 119.555007) - (xy 71.001204 119.555896) - (xy 70.952356 119.490643) - (xy 70.908261 119.431739) - (xy 70.791204 119.344111) - (xy 70.77386 119.337642) - (xy 70.654203 119.293011) - (xy 70.593654 119.2865) - (xy 70.593638 119.2865) - (xy 69.196362 119.2865) - (xy 69.196345 119.2865) - (xy 69.135797 119.293011) - (xy 69.135795 119.293011) - (xy 68.998795 119.344111) - (xy 68.881739 119.431739) - (xy 68.794111 119.548795) - (xy 68.743011 119.685795) - (xy 68.743011 119.685797) - (xy 68.7365 119.746345) - (xy 68.7365 120.743654) - (xy 68.743011 120.804202) - (xy 68.743011 120.804204) - (xy 68.781757 120.908082) - (xy 68.794111 120.941204) - (xy 68.881739 121.058261) - (xy 68.998796 121.145889) - (xy 69.065823 121.170889) - (xy 69.135792 121.196987) - (xy 69.135794 121.196987) - (xy 69.135799 121.196989) - (xy 69.150757 121.198597) - (xy 69.215306 121.225334) - (xy 69.255154 121.282727) - (xy 69.2615 121.321886) - (xy 69.2615 124.474232) - (xy 69.241815 124.541271) - (xy 69.225181 124.561913) - (xy 67.15911 126.627983) - (xy 67.097787 126.661468) - (xy 67.039338 126.660077) - (xy 67.026151 126.656543) - (xy 67.026142 126.656542) - (xy 66.919071 126.647174) - (xy 66.812001 126.637807) - (xy 66.811998 126.637807) - (xy 66.597863 126.656541) - (xy 66.597855 126.656542) - (xy 66.390227 126.712176) - (xy 66.390221 126.712179) - (xy 66.195405 126.803023) - (xy 66.195403 126.803024) - (xy 66.019316 126.92632) - (xy 65.86732 127.078316) - (xy 65.744024 127.254403) - (xy 65.744023 127.254405) - (xy 65.653179 127.449221) - (xy 65.653176 127.449227) - (xy 65.597542 127.656855) - (xy 65.597541 127.656863) - (xy 65.578807 127.870998) - (xy 65.578807 127.871001) - (xy 65.597541 128.085136) - (xy 65.597542 128.085144) - (xy 65.653176 128.292772) - (xy 65.653177 128.292774) - (xy 65.653178 128.292777) - (xy 65.705524 128.405033) - (xy 65.744024 128.487597) - (xy 65.744026 128.487601) - (xy 65.867319 128.663682) - (xy 66.019316 128.815679) - (xy 66.019319 128.815681) - (xy 66.125623 128.890115) - (xy 66.169248 128.944691) - (xy 66.1785 128.99169) - (xy 66.1785 130.756232) - (xy 66.158815 130.823271) - (xy 66.142181 130.843913) - (xy 64.626912 132.359181) - (xy 64.565589 132.392666) - (xy 64.539231 132.3955) - (xy 63.877462 132.3955) - (xy 63.877446 132.395501) - (xy 63.773572 132.406113) - (xy 63.605264 132.461884) - (xy 63.605259 132.461886) - (xy 63.454346 132.554971) - (xy 63.328971 132.680346) - (xy 63.235886 132.831259) - (xy 63.235884 132.831264) - (xy 63.180113 132.999572) - (xy 63.1695 133.103447) - (xy 63.1695 134.104537) - (xy 63.169501 134.104553) - (xy 63.180113 134.208427) - (xy 63.207195 134.290156) - (xy 63.235885 134.376738) - (xy 63.32897 134.527652) - (xy 63.454348 134.65303) - (xy 63.585597 134.733985) - (xy 63.632321 134.785932) - (xy 63.6445 134.839523) - (xy 63.6445 135.924476) - (xy 63.624815 135.991515) - (xy 63.585598 136.030013) - (xy 63.502827 136.081068) - (xy 63.454346 136.110971) - (xy 63.328971 136.236346) - (xy 63.235886 136.387259) - (xy 63.235884 136.387264) - (xy 63.185458 136.539441) - (xy 63.155433 136.588118) - (xy 62.674449 137.069101) - (xy 62.673673 137.058735) - (xy 62.624113 136.932459) - (xy 62.539535 136.826401) - (xy 62.427453 136.749984) - (xy 62.3197 136.716747) - (xy 63.26117 135.775276) - (xy 63.237373 135.766401) - (xy 63.177844 135.76) - (xy 61.282157 135.76) - (xy 61.222625 135.766401) - (xy 61.222615 135.766404) - (xy 61.198829 135.775274) - (xy 61.198829 135.775277) - (xy 62.141768 136.718215) - (xy 62.095862 136.725135) - (xy 61.973643 136.783993) - (xy 61.874202 136.87626) - (xy 61.806375 136.99374) - (xy 61.7885 137.072052) - (xy 60.845277 136.128829) - (xy 60.826286 136.13296) - (xy 60.819188 136.142444) - (xy 60.753725 136.166863) - (xy 60.685451 136.152013) - (xy 60.653646 136.127163) - (xy 60.647218 136.12018) - (xy 60.472184 135.983945) - (xy 60.463017 135.97681) - (xy 60.463015 135.976809) - (xy 60.463014 135.976808) - (xy 60.463011 135.976806) - (xy 60.388481 135.936472) - (xy 60.338891 135.887252) - (xy 60.3235 135.827418) - (xy 60.3235 135.021381) - (xy 60.325238 135.005631) - (xy 60.324968 135.005606) - (xy 60.325702 134.997843) - (xy 60.3235 134.927793) - (xy 60.3235 134.897896) - (xy 60.322615 134.890896) - (xy 60.322156 134.885061) - (xy 60.32146 134.86289) - (xy 60.339032 134.795266) - (xy 60.390375 134.747877) - (xy 60.445399 134.735) - (xy 60.71 134.735) - (xy 60.71 133.878664) - (xy 60.733659 133.891671) - (xy 60.882939 133.93) - (xy 60.998375 133.93) - (xy 61.112906 133.915531) - (xy 61.21 133.877088) - (xy 61.21 134.735) - (xy 61.972828 134.735) - (xy 61.972844 134.734999) - (xy 62.032372 134.728598) - (xy 62.032379 134.728596) - (xy 62.167086 134.678354) - (xy 62.167093 134.67835) - (xy 62.282187 134.59219) - (xy 62.28219 134.592187) - (xy 62.36835 134.477093) - (xy 62.368354 134.477086) - (xy 62.418596 134.342379) - (xy 62.418598 134.342372) - (xy 62.424999 134.282844) - (xy 62.425 134.282827) - (xy 62.425 133.57) - (xy 61.51652 133.57) - (xy 61.544755 133.509998) - (xy 61.573635 133.358607) - (xy 61.563957 133.204789) - (xy 61.520162 133.07) - (xy 62.425 133.07) - (xy 62.425 132.357172) - (xy 62.424999 132.357155) - (xy 62.418598 132.297627) - (xy 62.418596 132.29762) - (xy 62.368354 132.162913) - (xy 62.36835 132.162906) - (xy 62.28219 132.047812) - (xy 62.282187 132.047809) - (xy 62.167093 131.961649) - (xy 62.167086 131.961645) - (xy 62.032379 131.911403) - (xy 62.032372 131.911401) - (xy 61.972844 131.905) - (xy 61.627194 131.905) - (xy 61.560155 131.885315) - (xy 61.5144 131.832511) - (xy 61.504456 131.763353) - (xy 61.533481 131.699797) - (xy 61.579742 131.666439) - (xy 61.676556 131.626337) - (xy 61.676556 131.626336) - (xy 61.676563 131.626334) - (xy 61.88774 131.496925) - (xy 62.076073 131.336073) - (xy 62.236925 131.14774) - (xy 62.366334 130.936563) - (xy 62.461115 130.707742) - (xy 62.518934 130.466911) - (xy 62.538366 130.22) - (xy 62.518934 129.973089) - (xy 62.461115 129.732258) - (xy 62.366334 129.503437) - (xy 62.236925 129.29226) - (xy 62.076073 129.103927) - (xy 61.88774 128.943075) - (xy 61.676563 128.813666) - (xy 61.676562 128.813665) - (xy 61.676558 128.813663) - (xy 61.447744 128.718886) - (xy 61.447742 128.718885) - (xy 61.206911 128.661066) - (xy 61.206909 128.661065) - (xy 61.206906 128.661065) - (xy 60.96 128.641634) - (xy 60.713093 128.661065) - (xy 60.683179 128.668246) - (xy 60.472258 128.718885) - (xy 60.472256 128.718885) - (xy 60.472255 128.718886) - (xy 60.243441 128.813663) - (xy 60.032259 128.943075) - (xy 59.843927 129.103927) - (xy 59.683075 129.292259) - (xy 59.553663 129.503441) - (xy 59.458886 129.732255) - (xy 59.458885 129.732258) - (xy 59.412174 129.926823) - (xy 59.401065 129.973093) - (xy 59.381634 130.22) - (xy 59.401065 130.466906) - (xy 59.401065 130.466909) - (xy 59.401066 130.466911) - (xy 59.458885 130.707742) - (xy 59.458886 130.707744) - (xy 59.553663 130.936558) - (xy 59.553665 130.936562) - (xy 59.553666 130.936563) - (xy 59.683075 131.14774) - (xy 59.843927 131.336073) - (xy 60.03226 131.496925) - (xy 60.243437 131.626334) - (xy 60.24344 131.626335) - (xy 60.243443 131.626337) - (xy 60.340258 131.666439) - (xy 60.394662 131.71028) - (xy 60.416727 131.776574) - (xy 60.399448 131.844273) - (xy 60.348311 131.891884) - (xy 60.292806 131.905) - (xy 59.947155 131.905) - (xy 59.887627 131.911401) - (xy 59.88762 131.911403) - (xy 59.752913 131.961645) - (xy 59.752906 131.961649) - (xy 59.637812 132.047809) - (xy 59.637809 132.047812) - (xy 59.551649 132.162906) - (xy 59.551645 132.162913) - (xy 59.501403 132.29762) - (xy 59.501401 132.297627) - (xy 59.495 132.357155) - (xy 59.495 133.07) - (xy 60.40348 133.07) - (xy 60.375245 133.130002) - (xy 60.346365 133.281393) - (xy 60.356043 133.435211) - (xy 60.399838 133.57) - (xy 59.495 133.57) - (xy 59.485639 133.57936) - (xy 59.475315 133.614522) - (xy 59.422511 133.660277) - (xy 59.353353 133.670221) - (xy 59.289797 133.641196) - (xy 59.283319 133.635164) - (xy 57.751406 132.103251) - (xy 57.717921 132.041928) - (xy 57.719862 131.985389) - (xy 57.719424 131.985309) - (xy 57.719967 131.982331) - (xy 57.720014 131.980964) - (xy 57.720562 131.979081) - (xy 57.7235 131.941752) - (xy 57.7235 131.508748) - (xy 57.722569 131.496925) - (xy 57.720562 131.47142) - (xy 57.720561 131.471414) - (xy 57.685001 131.349016) - (xy 57.674145 131.311649) - (xy 57.589453 131.168443) - (xy 57.589451 131.168441) - (xy 57.589448 131.168437) - (xy 57.471812 131.050801) - (xy 57.471803 131.050794) - (xy 57.328601 130.966105) - (xy 57.328596 130.966103) - (xy 57.168835 130.919688) - (xy 57.168829 130.919687) - (xy 57.131505 130.91675) - (xy 57.131502 130.91675) - (xy 55.9725 130.91675) - (xy 55.905461 130.897065) - (xy 55.859706 130.844261) - (xy 55.8485 130.79275) - (xy 55.8485 130.75775) - (xy 55.868185 130.690711) - (xy 55.920989 130.644956) - (xy 55.9725 130.63375) - (xy 57.131505 130.63375) - (xy 57.153899 130.631987) - (xy 57.168831 130.630812) - (xy 57.168833 130.630811) - (xy 57.168835 130.630811) - (xy 57.210962 130.618571) - (xy 57.328601 130.584395) - (xy 57.471807 130.499703) - (xy 57.589453 130.382057) - (xy 57.674145 130.238851) - (xy 57.720562 130.079081) - (xy 57.7235 130.041752) - (xy 57.7235 129.608748) - (xy 57.720562 129.571419) - (xy 57.674145 129.411649) - (xy 57.589453 129.268443) - (xy 57.589451 129.268441) - (xy 57.589448 129.268437) - (xy 57.471812 129.150801) - (xy 57.471801 129.150792) - (xy 57.409378 129.113875) - (xy 57.361695 129.062806) - (xy 57.3485 129.007144) - (xy 57.3485 126.920589) - (xy 57.368185 126.85355) - (xy 57.395589 126.823323) - (xy 57.398034 126.821388) - (xy 57.39804 126.821385) - (xy 57.519285 126.70014) - (xy 57.609302 126.554201) - (xy 57.663236 126.391436) - (xy 57.6735 126.290972) - (xy 57.6735 125.855865) - (xy 57.693185 125.788826) - (xy 57.709815 125.768188) - (xy 57.923813 125.554189) - (xy 57.936177 125.544286) - (xy 57.936003 125.544076) - (xy 57.942015 125.539102) - (xy 57.942015 125.539101) - (xy 57.942018 125.5391) - (xy 57.989984 125.48802) - (xy 58.011135 125.46687) - (xy 58.015461 125.461292) - (xy 58.01925 125.456855) - (xy 58.051586 125.422421) - (xy 58.061419 125.404532) - (xy 58.072102 125.388269) - (xy 58.084614 125.372141) - (xy 58.103371 125.328791) - (xy 58.105941 125.323547) - (xy 58.128693 125.282164) - (xy 58.128693 125.282163) - (xy 58.128695 125.28216) - (xy 58.133774 125.262373) - (xy 58.14007 125.243985) - (xy 58.148181 125.225245) - (xy 58.154775 125.183607) - (xy 58.155569 125.178597) - (xy 58.156751 125.172886) - (xy 58.1685 125.12713) - (xy 58.1685 125.106715) - (xy 58.170027 125.087314) - (xy 58.17322 125.067157) - (xy 58.168775 125.020133) - (xy 58.1685 125.014295) - (xy 58.1685 121.104409) - (xy 58.170239 121.088657) - (xy 58.169968 121.088632) - (xy 58.1707 121.080876) - (xy 58.170702 121.080869) - (xy 58.1685 121.010805) - (xy 58.1685 120.980921) - (xy 58.167614 120.973918) - (xy 58.167157 120.968099) - (xy 58.165674 120.92089) - (xy 58.165674 120.920888) - (xy 58.159974 120.901269) - (xy 58.156031 120.882223) - (xy 58.155823 120.88058) - (xy 58.153474 120.86198) - (xy 58.136081 120.818051) - (xy 58.134204 120.812569) - (xy 58.121019 120.767184) - (xy 58.11062 120.749601) - (xy 58.102066 120.73214) - (xy 58.094552 120.71316) - (xy 58.066793 120.674953) - (xy 58.063586 120.670071) - (xy 58.039544 120.629418) - (xy 58.039543 120.629417) - (xy 58.039542 120.629415) - (xy 58.025108 120.614981) - (xy 58.012471 120.600186) - (xy 58.000472 120.58367) - (xy 58.00047 120.583667) - (xy 57.964073 120.553558) - (xy 57.959751 120.549624) - (xy 56.581108 119.17098) - (xy 56.547623 119.109657) - (xy 56.552607 119.039965) - (xy 56.594479 118.984032) - (xy 56.659943 118.959615) - (xy 56.668789 118.959299) - (xy 57.010537 118.959299) - (xy 57.010544 118.959299) - (xy 57.03617 118.956681) - (xy 57.104863 118.96945) - (xy 57.136454 118.992358) - (xy 59.434703 121.290607) - (xy 59.468188 121.35193) - (xy 59.463204 121.421622) - (xy 59.461588 121.42573) - (xy 59.458884 121.432257) - (xy 59.401065 121.673092) - (xy 59.381634 121.92) - (xy 59.401065 122.166906) - (xy 59.401065 122.166909) - (xy 59.401066 122.166911) - (xy 59.458885 122.407742) - (xy 59.458886 122.407744) - (xy 59.553663 122.636558) - (xy 59.553665 122.636562) - (xy 59.553666 122.636563) - (xy 59.683075 122.84774) - (xy 59.843927 123.036073) - (xy 60.03226 123.196925) - (xy 60.243437 123.326334) - (xy 60.243439 123.326334) - (xy 60.243441 123.326336) - (xy 60.279155 123.341129) - (xy 60.472258 123.421115) - (xy 60.713089 123.478934) - (xy 60.96 123.498366) - (xy 61.206911 123.478934) - (xy 61.447742 123.421115) - (xy 61.676563 123.326334) - (xy 61.88774 123.196925) - (xy 62.076073 123.036073) - (xy 62.236925 122.84774) - (xy 62.366334 122.636563) - (xy 62.461115 122.407742) - (xy 62.518934 122.166911) - (xy 62.538366 121.92) - (xy 62.518934 121.673089) - (xy 62.461115 121.432258) - (xy 62.384683 121.247736) - (xy 62.366336 121.203441) - (xy 62.362382 121.196989) - (xy 62.236925 120.99226) - (xy 62.076073 120.803927) - (xy 61.88774 120.643075) - (xy 61.676563 120.513666) - (xy 61.676562 120.513665) - (xy 61.676558 120.513663) - (xy 61.460832 120.424307) - (xy 61.447742 120.418885) - (xy 61.206911 120.361066) - (xy 61.206909 120.361065) - (xy 61.206906 120.361065) - (xy 60.96 120.341634) - (xy 60.713092 120.361065) - (xy 60.472258 120.418884) - (xy 60.465735 120.421586) - (xy 60.396265 120.42905) - (xy 60.333788 120.397772) - (xy 60.330608 120.394703) - (xy 57.754818 117.818913) - (xy 57.721333 117.75759) - (xy 57.718499 117.731232) - (xy 57.718499 117.250262) - (xy 57.718498 117.250246) - (xy 57.714539 117.211495) - (xy 57.707887 117.146374) - (xy 57.652115 116.978062) - (xy 57.55903 116.827148) - (xy 57.433652 116.70177) - (xy 57.282738 116.608685) - (xy 57.278782 116.607374) - (xy 57.114427 116.552913) - (xy 57.010546 116.5423) - (xy 56.209462 116.5423) - (xy 56.209446 116.542301) - (xy 56.105572 116.552913) - (xy 55.937264 116.608684) - (xy 55.937259 116.608686) - (xy 55.786346 116.701771) - (xy 55.697681 116.790437) - (xy 55.636358 116.823922) - (xy 55.566666 116.818938) - (xy 55.522319 116.790437) - (xy 55.433653 116.701771) - (xy 55.433652 116.70177) - (xy 55.282738 116.608685) - (xy 55.278782 116.607374) - (xy 55.114427 116.552913) - (xy 55.010546 116.5423) - (xy 54.209462 116.5423) - (xy 54.209446 116.542301) - (xy 54.105572 116.552913) - (xy 53.937264 116.608684) - (xy 53.937259 116.608686) - (xy 53.786346 116.701771) - (xy 53.660971 116.827146) - (xy 53.567886 116.978059) - (xy 53.567884 116.978064) - (xy 53.512113 117.146372) - (xy 53.5015 117.250247) - (xy 53.5015 118.251337) - (xy 53.501501 118.251353) - (xy 53.512113 118.355226) - (xy 53.567885 118.523538) - (xy 53.66097 118.674452) - (xy 53.786348 118.79983) - (xy 53.937262 118.892915) - (xy 54.105574 118.948687) - (xy 54.209455 118.9593) - (xy 54.526256 118.959299) - (xy 54.593295 118.978983) - (xy 54.613937 118.995618) - (xy 55.981303 120.362984) - (xy 56.014788 120.424307) - (xy 56.009804 120.493999) - (xy 55.967932 120.549932) - (xy 55.943337 120.562781) - (xy 55.943805 120.563785) - (xy 55.937259 120.566836) - (xy 55.786346 120.659921) - (xy 55.697681 120.748587) - (xy 55.636358 120.782072) - (xy 55.566666 120.777088) - (xy 55.522319 120.748587) - (xy 55.433653 120.659921) - (xy 55.433652 120.65992) - (xy 55.282738 120.566835) - (xy 55.230798 120.549624) - (xy 55.114427 120.511063) - (xy 55.010552 120.50045) - (xy 55.010545 120.50045) - (xy 54.348767 120.50045) - (xy 54.281728 120.480765) - (xy 54.261086 120.464131) - (xy 51.723819 117.926864) - (xy 51.690334 117.865541) - (xy 51.6875 117.839183) - (xy 51.6875 108.3845) - (xy 52.465001 108.3845) - (xy 52.465001 108.557822) - (xy 52.475144 108.657107) - (xy 52.528452 108.817981) - (xy 52.528457 108.817992) - (xy 52.617424 108.962228) - (xy 52.617427 108.962232) - (xy 52.737267 109.082072) - (xy 52.737271 109.082075) - (xy 52.881507 109.171042) - (xy 52.881518 109.171047) - (xy 53.042393 109.224355) - (xy 53.141683 109.234499) - (xy 53.165 109.234498) - (xy 53.165 108.3845) - (xy 52.465001 108.3845) - (xy 51.6875 108.3845) - (xy 51.6875 107.8845) - (xy 52.465 107.8845) - (xy 53.165 107.8845) - (xy 53.165 107.034499) - (xy 53.141693 107.0345) - (xy 53.141674 107.034501) - (xy 53.042392 107.044644) - (xy 52.881518 107.097952) - (xy 52.881507 107.097957) - (xy 52.737271 107.186924) - (xy 52.737267 107.186927) - (xy 52.617427 107.306767) - (xy 52.617424 107.306771) - (xy 52.528457 107.451007) - (xy 52.528452 107.451018) - (xy 52.475144 107.611893) - (xy 52.465 107.711177) - (xy 52.465 107.8845) - (xy 51.6875 107.8845) - (xy 51.6875 102.249116) - (xy 51.707185 102.182077) - (xy 51.759989 102.136322) - (xy 51.829147 102.126378) - (xy 51.892703 102.155403) - (xy 51.899181 102.161435) - (xy 53.465181 103.727435) - (xy 53.498666 103.788758) - (xy 53.5015 103.815116) - (xy 53.5015 104.476887) - (xy 53.501501 104.476903) - (xy 53.512113 104.580777) - (xy 53.534006 104.646846) - (xy 53.567885 104.749088) - (xy 53.66097 104.900002) - (xy 53.786348 105.02538) - (xy 53.937262 105.118465) - (xy 54.105574 105.174237) - (xy 54.209455 105.18485) - (xy 54.212524 105.185006) - (xy 54.278479 105.208065) - (xy 54.321497 105.263122) - (xy 54.32792 105.332696) - (xy 54.295709 105.394697) - (xy 54.293916 105.396527) - (xy 54.213679 105.476764) - (xy 54.20132 105.486668) - (xy 54.201493 105.486877) - (xy 54.195483 105.491849) - (xy 54.147515 105.542929) - (xy 54.126372 105.564072) - (xy 54.126357 105.564089) - (xy 54.122031 105.569664) - (xy 54.118247 105.574094) - (xy 54.085919 105.608521) - (xy 54.085912 105.608531) - (xy 54.076079 105.626417) - (xy 54.065403 105.64267) - (xy 54.052886 105.658807) - (xy 54.052885 105.658809) - (xy 54.034125 105.70216) - (xy 54.031555 105.707406) - (xy 54.008803 105.748791) - (xy 54.008803 105.748792) - (xy 54.003725 105.76857) - (xy 53.997425 105.786972) - (xy 53.989318 105.805707) - (xy 53.981931 105.852345) - (xy 53.980746 105.858066) - (xy 53.969 105.903815) - (xy 53.969 105.924234) - (xy 53.967473 105.943633) - (xy 53.96428 105.963791) - (xy 53.96428 105.963792) - (xy 53.968725 106.010816) - (xy 53.969 106.016654) - (xy 53.969 106.933031) - (xy 53.949315 107.00007) - (xy 53.896511 107.045825) - (xy 53.827353 107.055769) - (xy 53.805998 107.050738) - (xy 53.787606 107.044643) - (xy 53.688322 107.0345) - (xy 53.665 107.0345) - (xy 53.665 109.234499) - (xy 53.688308 109.234499) - (xy 53.688322 109.234498) - (xy 53.787608 109.224355) - (xy 53.805994 109.218263) - (xy 53.875822 109.21586) - (xy 53.935865 109.25159) - (xy 53.967058 109.31411) - (xy 53.969 109.335968) - (xy 53.969 112.127184) - (xy 53.949315 112.194223) - (xy 53.896511 112.239978) - (xy 53.879595 112.24626) - (xy 53.751404 112.283503) - (xy 53.751398 112.283505) - (xy 53.608196 112.368194) - (xy 53.608187 112.368201) - (xy 53.490551 112.485837) - (xy 53.490544 112.485846) - (xy 53.405855 112.629048) - (xy 53.405853 112.629053) - (xy 53.359438 112.788814) - (xy 53.359437 112.78882) - (xy 53.3565 112.826145) - (xy 53.3565 113.259155) - (xy 53.359437 113.296479) - (xy 53.359438 113.296485) - (xy 53.405853 113.456246) - (xy 53.405855 113.456251) - (xy 53.490544 113.599453) - (xy 53.490551 113.599462) - (xy 53.608187 113.717098) - (xy 53.608196 113.717105) - (xy 53.644904 113.738814) - (xy 53.751399 113.801795) - (xy 53.79353 113.814035) - (xy 53.911164 113.848211) - (xy 53.911167 113.848211) - (xy 53.911169 113.848212) - (xy 53.920501 113.848946) - (xy 53.948495 113.85115) - (xy 53.948498 113.85115) - (xy 55.1075 113.85115) - (xy 55.174539 113.870835) - (xy 55.220294 113.923639) - (xy 55.2315 113.97515) - (xy 55.2315 114.209155) - (xy 55.234437 114.246479) - (xy 55.234438 114.246485) - (xy 55.280853 114.406246) - (xy 55.280855 114.406251) - (xy 55.365544 114.549453) - (xy 55.365551 114.549462) - (xy 55.483187 114.667098) - (xy 55.483196 114.667105) - (xy 55.534165 114.697248) - (xy 55.626399 114.751795) - (xy 55.66853 114.764035) - (xy 55.786164 114.798211) - (xy 55.786167 114.798211) - (xy 55.786169 114.798212) - (xy 55.795501 114.798946) - (xy 55.823495 114.80115) - (xy 55.823498 114.80115) - (xy 56.703884 114.80115) - (xy 56.770923 114.820835) - (xy 56.791565 114.837469) - (xy 58.29978 116.345684) - (xy 58.333265 116.407007) - (xy 58.332305 116.463805) - (xy 58.295948 116.607377) - (xy 58.276673 116.839994) - (xy 58.276673 116.840005) - (xy 58.295948 117.072622) - (xy 58.353251 117.298907) - (xy 58.447015 117.512668) - (xy 58.574686 117.708084) - (xy 58.714142 117.859572) - (xy 58.73278 117.879818) - (xy 58.916983 118.02319) - (xy 58.916985 118.023191) - (xy 58.916988 118.023193) - (xy 58.952949 118.042654) - (xy 59.122273 118.134287) - (xy 59.236914 118.173643) - (xy 59.343045 118.210079) - (xy 59.343047 118.210079) - (xy 59.343049 118.21008) - (xy 59.573288 118.2485) - (xy 59.573289 118.2485) - (xy 59.806711 118.2485) - (xy 59.806712 118.2485) - (xy 60.036951 118.21008) - (xy 60.257727 118.134287) - (xy 60.463017 118.02319) - (xy 60.64722 117.879818) - (xy 60.653646 117.872837) - (xy 60.713531 117.836845) - (xy 60.783369 117.838944) - (xy 60.840986 117.878466) - (xy 60.861059 117.913485) - (xy 60.886645 117.982086) - (xy 60.886649 117.982093) - (xy 60.972809 118.097187) - (xy 60.972812 118.09719) - (xy 61.087906 118.18335) - (xy 61.087913 118.183354) - (xy 61.22262 118.233596) - (xy 61.222627 118.233598) - (xy 61.282155 118.239999) - (xy 61.282172 118.24) - (xy 61.98 118.24) - (xy 61.98 117.214189) - (xy 62.032547 117.250016) - (xy 62.162173 117.29) - (xy 62.263724 117.29) - (xy 62.364138 117.274865) - (xy 62.48 117.219068) - (xy 62.48 118.24) - (xy 63.177828 118.24) - (xy 63.177844 118.239999) - (xy 63.237372 118.233598) - (xy 63.237379 118.233596) - (xy 63.372086 118.183354) - (xy 63.372093 118.18335) - (xy 63.487187 118.09719) - (xy 63.48719 118.097187) - (xy 63.57335 117.982093) - (xy 63.573354 117.982086) - (xy 63.623596 117.847379) - (xy 63.623598 117.847372) - (xy 63.629999 117.787844) - (xy 63.63 117.787827) - (xy 63.63 117.743654) - (xy 68.7365 117.743654) - (xy 68.743011 117.804202) - (xy 68.743011 117.804204) - (xy 68.774311 117.888119) - (xy 68.794111 117.941204) - (xy 68.881739 118.058261) - (xy 68.998796 118.145889) - (xy 69.135799 118.196989) - (xy 69.16305 118.199918) - (xy 69.196345 118.203499) - (xy 69.196362 118.2035) - (xy 70.593638 118.2035) - (xy 70.593654 118.203499) - (xy 70.620692 118.200591) - (xy 70.654201 118.196989) - (xy 70.791204 118.145889) - (xy 70.908261 118.058261) - (xy 70.952239 117.999512) - (xy 71.008172 117.957641) - (xy 71.077864 117.952657) - (xy 71.139187 117.986142) - (xy 71.157045 118.008727) - (xy 71.177551 118.041974) - (xy 71.17797 118.042652) - (xy 71.303348 118.16803) - (xy 71.454262 118.261115) - (xy 71.622574 118.316887) - (xy 71.726455 118.3275) - (xy 72.502544 118.327499) - (xy 72.606426 118.316887) - (xy 72.774738 118.261115) - (xy 72.925652 118.16803) - (xy 73.05103 118.042652) - (xy 73.051449 118.041971) - (xy 73.051859 118.041602) - (xy 73.055511 118.036985) - (xy 73.056299 118.037608) - (xy 73.103389 117.995244) - (xy 73.17235 117.984014) - (xy 73.236436 118.01185) - (xy 73.254261 118.03242) - (xy 73.255202 118.031677) - (xy 73.259683 118.037344) - (xy 73.383654 118.161315) - (xy 73.532875 118.253356) - (xy 73.53288 118.253358) - (xy 73.699302 118.308505) - (xy 73.699309 118.308506) - (xy 73.802019 118.318999) - (xy 73.939499 118.318999) - (xy 73.9395 118.318998) - (xy 73.9395 117.344) - (xy 74.4395 117.344) - (xy 74.4395 118.318999) - (xy 74.576972 118.318999) - (xy 74.576986 118.318998) - (xy 74.679697 118.308505) - (xy 74.846119 118.253358) - (xy 74.846124 118.253356) - (xy 74.995345 118.161315) - (xy 75.119315 118.037345) - (xy 75.211356 117.888124) - (xy 75.211358 117.888119) - (xy 75.266505 117.721697) - (xy 75.266506 117.72169) - (xy 75.276999 117.618986) - (xy 75.277 117.618973) - (xy 75.277 117.344) - (xy 74.4395 117.344) - (xy 73.9395 117.344) - (xy 73.9395 115.869) - (xy 74.4395 115.869) - (xy 74.4395 116.844) - (xy 75.276999 116.844) - (xy 75.276999 116.569028) - (xy 75.276998 116.569013) - (xy 75.266505 116.466302) - (xy 75.211358 116.29988) - (xy 75.211356 116.299875) - (xy 75.119315 116.150654) - (xy 74.995345 116.026684) - (xy 74.846124 115.934643) - (xy 74.846119 115.934641) - (xy 74.679697 115.879494) - (xy 74.67969 115.879493) - (xy 74.576986 115.869) - (xy 74.4395 115.869) - (xy 73.9395 115.869) - (xy 73.802027 115.869) - (xy 73.802012 115.869001) - (xy 73.699302 115.879494) - (xy 73.53288 115.934641) - (xy 73.532875 115.934643) - (xy 73.383654 116.026684) - (xy 73.259683 116.150655) - (xy 73.255202 116.156323) - (xy 73.253021 116.154598) - (xy 73.210556 116.192775) - (xy 73.141591 116.20398) - (xy 73.077516 116.176121) - (xy 73.055663 116.150894) - (xy 73.055511 116.151015) - (xy 73.052816 116.147606) - (xy 73.051451 116.146031) - (xy 73.051029 116.145347) - (xy 72.925652 116.01997) - (xy 72.925648 116.019967) - (xy 72.806903 115.946724) - (xy 72.760178 115.894776) - (xy 72.748 115.841186) - (xy 72.748 115.787635) - (xy 72.767685 115.720596) - (xy 72.77985 115.704663) - (xy 72.785934 115.697906) - (xy 72.87504 115.598944) - (xy 72.970527 115.433556) - (xy 73.029542 115.251928) - (xy 73.049504 115.062) - (xy 73.029542 114.872072) - (xy 72.970527 114.690444) - (xy 72.87504 114.525056) - (xy 72.747253 114.383134) - (xy 72.592752 114.270882) - (xy 72.418288 114.193206) - (xy 72.418286 114.193205) - (xy 72.231487 114.1535) - (xy 72.040513 114.1535) - (xy 71.853714 114.193205) - (xy 71.679246 114.270883) - (xy 71.524745 114.383135) - (xy 71.396959 114.525057) - (xy 71.301473 114.690443) - (xy 71.30147 114.69045) - (xy 71.253701 114.837469) - (xy 71.242458 114.872072) - (xy 71.222496 115.062) - (xy 71.242458 115.251928) - (xy 71.242459 115.251931) - (xy 71.30147 115.433549) - (xy 71.301473 115.433556) - (xy 71.396958 115.598942) - (xy 71.39696 115.598944) - (xy 71.449061 115.656808) - (xy 71.449149 115.656905) - (xy 71.47938 115.719897) - (xy 71.481 115.739878) - (xy 71.481 115.841186) - (xy 71.461315 115.908225) - (xy 71.422097 115.946724) - (xy 71.303351 116.019967) - (xy 71.303347 116.01997) - (xy 71.177971 116.145346) - (xy 71.084883 116.296265) - (xy 71.067974 116.347294) - (xy 71.028201 116.404739) - (xy 70.963685 116.431562) - (xy 70.89491 116.419247) - (xy 70.875961 116.407559) - (xy 70.791204 116.344111) - (xy 70.654203 116.293011) - (xy 70.593654 116.2865) - (xy 70.593638 116.2865) - (xy 69.196362 116.2865) - (xy 69.196345 116.2865) - (xy 69.135797 116.293011) - (xy 69.135795 116.293011) - (xy 68.998795 116.344111) - (xy 68.881739 116.431739) - (xy 68.794111 116.548795) - (xy 68.743011 116.685795) - (xy 68.743011 116.685797) - (xy 68.7365 116.746345) - (xy 68.7365 117.743654) - (xy 63.63 117.743654) - (xy 63.63 117.09) - (xy 62.605278 117.09) - (xy 62.653625 117.00626) - (xy 62.68381 116.874008) - (xy 62.673673 116.738735) - (xy 62.624113 116.612459) - (xy 62.606203 116.59) - (xy 63.63 116.59) - (xy 63.63 115.892172) - (xy 63.629999 115.892155) - (xy 63.623598 115.832627) - (xy 63.623596 115.83262) - (xy 63.573354 115.697913) - (xy 63.57335 115.697906) - (xy 63.48719 115.582812) - (xy 63.487187 115.582809) - (xy 63.372093 115.496649) - (xy 63.372086 115.496645) - (xy 63.237379 115.446403) - (xy 63.237372 115.446401) - (xy 63.177844 115.44) - (xy 62.48 115.44) - (xy 62.48 116.46581) - (xy 62.427453 116.429984) - (xy 62.297827 116.39) - (xy 62.196276 116.39) - (xy 62.095862 116.405135) - (xy 61.98 116.460931) - (xy 61.98 115.44) - (xy 61.282155 115.44) - (xy 61.222627 115.446401) - (xy 61.22262 115.446403) - (xy 61.087913 115.496645) - (xy 61.087906 115.496649) - (xy 60.972812 115.582809) - (xy 60.972809 115.582812) - (xy 60.886649 115.697906) - (xy 60.886645 115.697913) - (xy 60.861059 115.766514) - (xy 60.819188 115.822448) - (xy 60.753723 115.846865) - (xy 60.68545 115.832013) - (xy 60.653649 115.807165) - (xy 60.647224 115.800186) - (xy 60.647222 115.800184) - (xy 60.64722 115.800182) - (xy 60.463017 115.65681) - (xy 60.463015 115.656809) - (xy 60.463014 115.656808) - (xy 60.463011 115.656806) - (xy 60.257733 115.545716) - (xy 60.25773 115.545715) - (xy 60.257727 115.545713) - (xy 60.257721 115.545711) - (xy 60.257719 115.54571) - (xy 60.036954 115.46992) - (xy 59.840792 115.437187) - (xy 59.806712 115.4315) - (xy 59.573288 115.4315) - (xy 59.539208 115.437187) - (xy 59.343044 115.46992) - (xy 59.321545 115.477301) - (xy 59.251746 115.480449) - (xy 59.193604 115.4477) - (xy 57.759819 114.013914) - (xy 57.726334 113.952591) - (xy 57.7235 113.926233) - (xy 57.7235 113.776145) - (xy 57.720562 113.73882) - (xy 57.720561 113.738814) - (xy 57.674146 113.579053) - (xy 57.674145 113.579049) - (xy 57.589453 113.435843) - (xy 57.589451 113.435841) - (xy 57.589448 113.435837) - (xy 57.471812 113.318201) - (xy 57.471803 113.318194) - (xy 57.328601 113.233505) - (xy 57.328596 113.233503) - (xy 57.168835 113.187088) - (xy 57.168829 113.187087) - (xy 57.131505 113.18415) - (xy 57.131502 113.18415) - (xy 55.9725 113.18415) - (xy 55.905461 113.164465) - (xy 55.859706 113.111661) - (xy 55.8485 113.06015) - (xy 55.8485 113.02515) - (xy 55.868185 112.958111) - (xy 55.920989 112.912356) - (xy 55.9725 112.90115) - (xy 57.131505 112.90115) - (xy 57.153899 112.899387) - (xy 57.168831 112.898212) - (xy 57.168833 112.898211) - (xy 57.168835 112.898211) - (xy 57.215034 112.884789) - (xy 57.328601 112.851795) - (xy 57.471807 112.767103) - (xy 57.589453 112.649457) - (xy 57.674145 112.506251) - (xy 57.720562 112.346481) - (xy 57.7235 112.309152) - (xy 57.7235 111.876148) - (xy 57.720562 111.838819) - (xy 57.674145 111.679049) - (xy 57.589453 111.535843) - (xy 57.589451 111.535841) - (xy 57.589448 111.535837) - (xy 57.471812 111.418201) - (xy 57.471803 111.418194) - (xy 57.328601 111.333505) - (xy 57.328595 111.333503) - (xy 57.200405 111.29626) - (xy 57.141519 111.258654) - (xy 57.112313 111.195181) - (xy 57.111 111.177184) - (xy 57.111 109.9) - (xy 59.381634 109.9) - (xy 59.401065 110.146906) - (xy 59.401065 110.146909) - (xy 59.401066 110.146911) - (xy 59.458885 110.387742) - (xy 59.458886 110.387744) - (xy 59.553663 110.616558) - (xy 59.553665 110.616562) - (xy 59.553666 110.616563) - (xy 59.683075 110.82774) - (xy 59.843927 111.016073) - (xy 60.03226 111.176925) - (xy 60.243437 111.306334) - (xy 60.24344 111.306335) - (xy 60.243443 111.306337) - (xy 60.340258 111.346439) - (xy 60.394662 111.39028) - (xy 60.416727 111.456574) - (xy 60.399448 111.524273) - (xy 60.348311 111.571884) - (xy 60.292806 111.585) - (xy 59.947155 111.585) - (xy 59.887627 111.591401) - (xy 59.88762 111.591403) - (xy 59.752913 111.641645) - (xy 59.752906 111.641649) - (xy 59.637812 111.727809) - (xy 59.637809 111.727812) - (xy 59.551649 111.842906) - (xy 59.551645 111.842913) - (xy 59.501403 111.97762) - (xy 59.501401 111.977627) - (xy 59.495 112.037155) - (xy 59.495 112.75) - (xy 60.40348 112.75) - (xy 60.375245 112.810002) - (xy 60.346365 112.961393) - (xy 60.356043 113.115211) - (xy 60.399838 113.25) - (xy 59.495 113.25) - (xy 59.495 113.962844) - (xy 59.501401 114.022372) - (xy 59.501403 114.022379) - (xy 59.551645 114.157086) - (xy 59.551649 114.157093) - (xy 59.637809 114.272187) - (xy 59.637812 114.27219) - (xy 59.752906 114.35835) - (xy 59.752913 114.358354) - (xy 59.88762 114.408596) - (xy 59.887627 114.408598) - (xy 59.947155 114.414999) - (xy 59.947172 114.415) - (xy 60.71 114.415) - (xy 60.71 113.558664) - (xy 60.733659 113.571671) - (xy 60.882939 113.61) - (xy 60.998375 113.61) - (xy 61.112906 113.595531) - (xy 61.21 113.557088) - (xy 61.21 114.415) - (xy 61.972828 114.415) - (xy 61.972844 114.414999) - (xy 62.032372 114.408598) - (xy 62.032379 114.408596) - (xy 62.167086 114.358354) - (xy 62.167093 114.35835) - (xy 62.282187 114.27219) - (xy 62.28219 114.272187) - (xy 62.36835 114.157093) - (xy 62.368354 114.157086) - (xy 62.418596 114.022379) - (xy 62.418598 114.022372) - (xy 62.424999 113.962844) - (xy 62.425 113.962827) - (xy 62.425 113.25) - (xy 61.51652 113.25) - (xy 61.544755 113.189998) - (xy 61.573635 113.038607) - (xy 61.563957 112.884789) - (xy 61.520162 112.75) - (xy 62.425 112.75) - (xy 62.425 112.037172) - (xy 62.424999 112.037155) - (xy 62.418598 111.977627) - (xy 62.418596 111.97762) - (xy 62.368354 111.842913) - (xy 62.36835 111.842906) - (xy 62.28219 111.727812) - (xy 62.282187 111.727809) - (xy 62.167093 111.641649) - (xy 62.167086 111.641645) - (xy 62.032379 111.591403) - (xy 62.032372 111.591401) - (xy 61.972844 111.585) - (xy 61.627194 111.585) - (xy 61.560155 111.565315) - (xy 61.5144 111.512511) - (xy 61.504456 111.443353) - (xy 61.533481 111.379797) - (xy 61.579742 111.346439) - (xy 61.676556 111.306337) - (xy 61.676556 111.306336) - (xy 61.676563 111.306334) - (xy 61.88774 111.176925) - (xy 62.076073 111.016073) - (xy 62.236925 110.82774) - (xy 62.366334 110.616563) - (xy 62.461115 110.387742) - (xy 62.518934 110.146911) - (xy 62.538366 109.9) - (xy 62.518934 109.653089) - (xy 62.461115 109.412258) - (xy 62.383283 109.224355) - (xy 62.366336 109.183441) - (xy 62.363493 109.178802) - (xy 62.236925 108.97226) - (xy 62.076073 108.783927) - (xy 61.88774 108.623075) - (xy 61.676563 108.493666) - (xy 61.676562 108.493665) - (xy 61.676558 108.493663) - (xy 61.447744 108.398886) - (xy 61.447742 108.398885) - (xy 61.206911 108.341066) - (xy 61.206909 108.341065) - (xy 61.206906 108.341065) - (xy 60.96 108.321634) - (xy 60.713093 108.341065) - (xy 60.713089 108.341066) - (xy 60.472258 108.398885) - (xy 60.472256 108.398885) - (xy 60.472255 108.398886) - (xy 60.243441 108.493663) - (xy 60.032259 108.623075) - (xy 59.843927 108.783927) - (xy 59.683075 108.972259) - (xy 59.553663 109.183441) - (xy 59.458886 109.412255) - (xy 59.401065 109.653093) - (xy 59.381634 109.9) - (xy 57.111 109.9) - (xy 57.111 109.315098) - (xy 57.130685 109.248059) - (xy 57.183489 109.202304) - (xy 57.195984 109.197396) - (xy 57.252101 109.178802) - (xy 57.39804 109.088785) - (xy 57.519285 108.96754) - (xy 57.609302 108.821601) - (xy 57.663236 108.658836) - (xy 57.6735 108.558372) - (xy 57.6735 108.123265) - (xy 57.693185 108.056226) - (xy 57.709815 108.035588) - (xy 57.923813 107.821589) - (xy 57.936177 107.811686) - (xy 57.936003 107.811476) - (xy 57.942015 107.806502) - (xy 57.942015 107.806501) - (xy 57.942018 107.8065) - (xy 57.989984 107.75542) - (xy 58.011135 107.73427) - (xy 58.015461 107.728692) - (xy 58.01925 107.724255) - (xy 58.051586 107.689821) - (xy 58.061419 107.671932) - (xy 58.072102 107.655669) - (xy 58.084614 107.639541) - (xy 58.103371 107.596191) - (xy 58.105941 107.590947) - (xy 58.128693 107.549564) - (xy 58.128693 107.549563) - (xy 58.128695 107.54956) - (xy 58.133774 107.529773) - (xy 58.14007 107.511385) - (xy 58.148181 107.492645) - (xy 58.154775 107.451007) - (xy 58.155569 107.445997) - (xy 58.156751 107.440286) - (xy 58.1685 107.39453) - (xy 58.1685 107.374115) - (xy 58.170027 107.354714) - (xy 58.171191 107.347366) - (xy 58.17322 107.334557) - (xy 58.168775 107.287533) - (xy 58.1685 107.281695) - (xy 58.1685 103.338632) - (xy 58.170239 103.32288) - (xy 58.169968 103.322855) - (xy 58.1707 103.315099) - (xy 58.170702 103.315092) - (xy 58.1685 103.245028) - (xy 58.1685 103.215144) - (xy 58.167614 103.208141) - (xy 58.167157 103.202322) - (xy 58.166404 103.178366) - (xy 58.165674 103.155111) - (xy 58.159974 103.135492) - (xy 58.156031 103.116446) - (xy 58.154094 103.101115) - (xy 58.153474 103.096203) - (xy 58.136081 103.052274) - (xy 58.134204 103.046792) - (xy 58.121019 103.001407) - (xy 58.11062 102.983824) - (xy 58.102066 102.966363) - (xy 58.094552 102.947383) - (xy 58.079975 102.92732) - (xy 58.066795 102.909179) - (xy 58.063586 102.904294) - (xy 58.039544 102.863641) - (xy 58.039543 102.86364) - (xy 58.039542 102.863638) - (xy 58.025108 102.849204) - (xy 58.012471 102.834409) - (xy 58.000472 102.817893) - (xy 58.00047 102.81789) - (xy 57.964073 102.787781) - (xy 57.959751 102.783847) - (xy 56.614285 101.43838) - (xy 56.5808 101.377057) - (xy 56.585784 101.307365) - (xy 56.627656 101.251432) - (xy 56.69312 101.227015) - (xy 56.701966 101.226699) - (xy 56.871232 101.226699) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 58.342199 51.707185) - (xy 58.387954 51.759989) - (xy 58.397898 51.829147) - (xy 58.396547 51.836272) - (xy 58.39 51.897155) - (xy 58.39 52.495) - (xy 59.374314 52.495) - (xy 59.362359 52.506955) - (xy 59.304835 52.619852) - (xy 59.285014 52.745) - (xy 59.304835 52.870148) - (xy 59.362359 52.983045) - (xy 59.374314 52.995) - (xy 58.39 52.995) - (xy 58.39 53.592844) - (xy 58.396401 53.652372) - (xy 58.396403 53.652379) - (xy 58.446645 53.787086) - (xy 58.446649 53.787093) - (xy 58.532809 53.902187) - (xy 58.532812 53.90219) - (xy 58.647906 53.98835) - (xy 58.647913 53.988354) - (xy 58.789892 54.041309) - (xy 58.789099 54.043433) - (xy 58.839891 54.072343) - (xy 58.872289 54.134247) - (xy 58.866075 54.20384) - (xy 58.838358 54.246144) - (xy 58.683802 54.4007) - (xy 58.628308 54.479954) - (xy 58.552476 54.588252) - (xy 58.552475 54.588254) - (xy 58.455718 54.79575) - (xy 58.455714 54.795761) - (xy 58.396457 55.01691) - (xy 58.396456 55.016918) - (xy 58.376502 55.244998) - (xy 58.376502 55.245001) - (xy 58.396456 55.473081) - (xy 58.396457 55.473089) - (xy 58.455714 55.694238) - (xy 58.455718 55.694249) - (xy 58.552475 55.901745) - (xy 58.552477 55.901749) - (xy 58.683802 56.0893) - (xy 58.8457 56.251198) - (xy 59.033251 56.382523) - (xy 59.124016 56.424847) - (xy 59.24075 56.479281) - (xy 59.240752 56.479281) - (xy 59.240757 56.479284) - (xy 59.461913 56.538543) - (xy 59.624832 56.552796) - (xy 59.689998 56.558498) - (xy 59.69 56.558498) - (xy 59.690002 56.558498) - (xy 59.747021 56.553509) - (xy 59.918087 56.538543) - (xy 60.139243 56.479284) - (xy 60.346749 56.382523) - (xy 60.5343 56.251198) - (xy 60.696198 56.0893) - (xy 60.827523 55.901749) - (xy 60.924284 55.694243) - (xy 60.983543 55.473087) - (xy 61.002499 55.256424) - (xy 61.003498 55.245001) - (xy 61.003498 55.244998) - (xy 60.990515 55.096606) - (xy 60.983543 55.016913) - (xy 60.924284 54.795757) - (xy 60.827523 54.588251) - (xy 60.696198 54.4007) - (xy 60.541642 54.246144) - (xy 60.508157 54.184821) - (xy 60.513141 54.115129) - (xy 60.555013 54.059196) - (xy 60.590579 54.042573) - (xy 60.590108 54.041309) - (xy 60.732086 53.988354) - (xy 60.732093 53.98835) - (xy 60.847187 53.90219) - (xy 60.84719 53.902187) - (xy 60.93335 53.787093) - (xy 60.933354 53.787086) - (xy 60.983596 53.652379) - (xy 60.983598 53.652372) - (xy 60.989999 53.592844) - (xy 60.99 53.592827) - (xy 60.99 52.995) - (xy 60.005686 52.995) - (xy 60.017641 52.983045) - (xy 60.075165 52.870148) - (xy 60.094986 52.745) - (xy 60.075165 52.619852) - (xy 60.017641 52.506955) - (xy 60.005686 52.495) - (xy 60.99 52.495) - (xy 60.99 51.897172) - (xy 60.989999 51.897155) - (xy 60.982769 51.829913) - (xy 60.984713 51.829703) - (xy 60.987908 51.770234) - (xy 61.028781 51.713566) - (xy 61.093802 51.687992) - (xy 61.10484 51.6875) - (xy 71.314234 51.6875) - (xy 71.381273 51.707185) - (xy 71.401915 51.723819) - (xy 73.834936 54.15684) - (xy 73.868421 54.218163) - (xy 73.867461 54.27496) - (xy 73.839435 54.385633) - (xy 73.820844 54.609994) - (xy 73.820844 54.610005) - (xy 73.839434 54.834359) - (xy 73.839436 54.834371) - (xy 73.894703 55.052614) - (xy 73.98514 55.258792) - (xy 74.108276 55.447265) - (xy 74.108284 55.447276) - (xy 74.260756 55.612902) - (xy 74.26076 55.612906) - (xy 74.438424 55.751189) - (xy 74.438429 55.751191) - (xy 74.438431 55.751193) - (xy 74.47493 55.770946) - (xy 74.52452 55.820165) - (xy 74.539628 55.888382) - (xy 74.515457 55.953937) - (xy 74.47493 55.989054) - (xy 74.438431 56.008806) - (xy 74.438422 56.008812) - (xy 74.260761 56.147092) - (xy 74.260756 56.147097) - (xy 74.108284 56.312723) - (xy 74.108276 56.312734) - (xy 73.98514 56.501207) - (xy 73.894703 56.707385) - (xy 73.839436 56.925628) - (xy 73.839434 56.92564) - (xy 73.820844 57.149994) - (xy 73.820844 57.150005) - (xy 73.839434 57.374359) - (xy 73.839436 57.374371) - (xy 73.880635 57.53706) - (xy 73.87801 57.60688) - (xy 73.838054 57.664198) - (xy 73.773452 57.690814) - (xy 73.760429 57.6915) - (xy 70.662413 57.6915) - (xy 70.595374 57.671815) - (xy 70.574732 57.655181) - (xy 67.487151 54.5676) - (xy 67.453666 54.506277) - (xy 67.45865 54.436585) - (xy 67.500522 54.380652) - (xy 67.565986 54.356235) - (xy 67.634259 54.371087) - (xy 67.64594 54.378334) - (xy 67.663442 54.390589) - (xy 67.85509 54.479956) - (xy 68.059345 54.534686) - (xy 68.209812 54.54785) - (xy 68.269998 54.553116) - (xy 68.27 54.553116) - (xy 68.270002 54.553116) - (xy 68.322663 54.548508) - (xy 68.480655 54.534686) - (xy 68.68491 54.479956) - (xy 68.876558 54.390589) - (xy 69.049776 54.269301) - (xy 69.199301 54.119776) - (xy 69.320589 53.946558) - (xy 69.409956 53.75491) - (xy 69.464686 53.550655) - (xy 69.483116 53.34) - (xy 69.464686 53.129345) - (xy 69.423129 52.974255) - (xy 69.409958 52.925097) - (xy 69.409957 52.925096) - (xy 69.409956 52.92509) - (xy 69.320589 52.733442) - (xy 69.216306 52.58451) - (xy 69.199299 52.560221) - (xy 69.049778 52.4107) - (xy 68.876558 52.289411) - (xy 68.876556 52.28941) - (xy 68.818776 52.262467) - (xy 68.68491 52.200044) - (xy 68.684906 52.200043) - (xy 68.684902 52.200041) - (xy 68.48066 52.145315) - (xy 68.480656 52.145314) - (xy 68.480655 52.145314) - (xy 68.480654 52.145313) - (xy 68.480649 52.145313) - (xy 68.270002 52.126884) - (xy 68.269998 52.126884) - (xy 68.05935 52.145313) - (xy 68.059339 52.145315) - (xy 67.855097 52.200041) - (xy 67.855088 52.200045) - (xy 67.663443 52.28941) - (xy 67.663441 52.289411) - (xy 67.490221 52.4107) - (xy 67.3407 52.560221) - (xy 67.219411 52.733441) - (xy 67.21941 52.733443) - (xy 67.130045 52.925088) - (xy 67.130041 52.925097) - (xy 67.075315 53.129339) - (xy 67.075313 53.12935) - (xy 67.056884 53.339998) - (xy 67.056884 53.340001) - (xy 67.075313 53.550649) - (xy 67.075315 53.55066) - (xy 67.130041 53.754902) - (xy 67.130043 53.754906) - (xy 67.130044 53.75491) - (xy 67.198722 53.90219) - (xy 67.217251 53.941927) - (xy 67.219411 53.946558) - (xy 67.230228 53.962007) - (xy 67.231655 53.964044) - (xy 67.253982 54.030251) - (xy 67.236971 54.098018) - (xy 67.186023 54.14583) - (xy 67.117313 54.158508) - (xy 67.052657 54.132026) - (xy 67.042399 54.122848) - (xy 65.686983 52.767432) - (xy 65.674351 52.752643) - (xy 65.666277 52.74153) - (xy 65.666274 52.741527) - (xy 65.615309 52.695637) - (xy 65.612954 52.693403) - (xy 65.597621 52.678069) - (xy 65.597608 52.678058) - (xy 65.595156 52.676072) - (xy 65.580732 52.664392) - (xy 65.578296 52.662311) - (xy 65.527323 52.616415) - (xy 65.52732 52.616412) - (xy 65.515432 52.609549) - (xy 65.499397 52.598529) - (xy 65.488733 52.589893) - (xy 65.478167 52.584509) - (xy 65.446786 52.561708) - (xy 65.295778 52.4107) - (xy 65.122558 52.289411) - (xy 65.122556 52.28941) - (xy 65.064776 52.262467) - (xy 64.93091 52.200044) - (xy 64.930906 52.200043) - (xy 64.930902 52.200041) - (xy 64.72666 52.145315) - (xy 64.726656 52.145314) - (xy 64.726655 52.145314) - (xy 64.726654 52.145313) - (xy 64.726649 52.145313) - (xy 64.516002 52.126884) - (xy 64.515998 52.126884) - (xy 64.30535 52.145313) - (xy 64.305339 52.145315) - (xy 64.101097 52.200041) - (xy 64.101088 52.200045) - (xy 63.909443 52.28941) - (xy 63.909441 52.289411) - (xy 63.736221 52.4107) - (xy 63.5867 52.560221) - (xy 63.465411 52.733441) - (xy 63.46541 52.733443) - (xy 63.376045 52.925088) - (xy 63.376041 52.925097) - (xy 63.321315 53.129339) - (xy 63.321313 53.12935) - (xy 63.302884 53.339998) - (xy 63.302884 53.340001) - (xy 63.321313 53.550649) - (xy 63.321315 53.55066) - (xy 63.376041 53.754902) - (xy 63.376043 53.754906) - (xy 63.376044 53.75491) - (xy 63.444722 53.90219) - (xy 63.46541 53.946556) - (xy 63.465411 53.946558) - (xy 63.5867 54.119778) - (xy 63.736221 54.269299) - (xy 63.736224 54.269301) - (xy 63.909442 54.390589) - (xy 64.10109 54.479956) - (xy 64.305345 54.534686) - (xy 64.455812 54.54785) - (xy 64.515998 54.553116) - (xy 64.516 54.553116) - (xy 64.516002 54.553116) - (xy 64.568663 54.548508) - (xy 64.726655 54.534686) - (xy 64.824463 54.508478) - (xy 64.894312 54.510141) - (xy 64.944237 54.540572) - (xy 67.62343 57.219765) - (xy 67.656915 57.281088) - (xy 67.651931 57.35078) - (xy 67.610059 57.406713) - (xy 67.606872 57.409021) - (xy 67.490222 57.490699) - (xy 67.3407 57.640221) - (xy 67.219411 57.813441) - (xy 67.21941 57.813443) - (xy 67.130045 58.005088) - (xy 67.130041 58.005097) - (xy 67.075315 58.209339) - (xy 67.075313 58.20935) - (xy 67.056884 58.419998) - (xy 67.056884 58.420001) - (xy 67.075313 58.630649) - (xy 67.075315 58.63066) - (xy 67.130041 58.834902) - (xy 67.130043 58.834906) - (xy 67.130044 58.83491) - (xy 67.184546 58.951789) - (xy 67.21941 59.026556) - (xy 67.219411 59.026558) - (xy 67.3407 59.199778) - (xy 67.490221 59.349299) - (xy 67.490224 59.349301) - (xy 67.663442 59.470589) - (xy 67.85509 59.559956) - (xy 67.855096 59.559957) - (xy 67.855097 59.559958) - (xy 67.904255 59.573129) - (xy 68.059345 59.614686) - (xy 68.209812 59.62785) - (xy 68.269998 59.633116) - (xy 68.27 59.633116) - (xy 68.270002 59.633116) - (xy 68.322663 59.628508) - (xy 68.480655 59.614686) - (xy 68.68491 59.559956) - (xy 68.876558 59.470589) - (xy 69.049776 59.349301) - (xy 69.199301 59.199776) - (xy 69.28098 59.083125) - (xy 69.335554 59.039502) - (xy 69.405052 59.032308) - (xy 69.467407 59.06383) - (xy 69.470234 59.066569) - (xy 69.55723 59.153565) - (xy 69.569865 59.168358) - (xy 69.577937 59.179468) - (xy 69.577939 59.17947) - (xy 69.628906 59.225361) - (xy 69.631255 59.22759) - (xy 69.646602 59.242937) - (xy 69.663485 59.256608) - (xy 69.665915 59.258684) - (xy 69.699468 59.288896) - (xy 69.716895 59.304587) - (xy 69.728778 59.311447) - (xy 69.744819 59.322471) - (xy 69.755479 59.331104) - (xy 69.81658 59.362237) - (xy 69.819433 59.363786) - (xy 69.878817 59.398072) - (xy 69.878823 59.398075) - (xy 69.891875 59.402316) - (xy 69.90985 59.409761) - (xy 69.922083 59.415994) - (xy 69.988334 59.433745) - (xy 69.991415 59.434658) - (xy 70.056652 59.455855) - (xy 70.07031 59.45729) - (xy 70.08943 59.460834) - (xy 70.102693 59.464388) - (xy 70.171175 59.467976) - (xy 70.174393 59.468229) - (xy 70.191622 59.470041) - (xy 70.195987 59.4705) - (xy 70.195988 59.4705) - (xy 70.217692 59.4705) - (xy 70.220935 59.470584) - (xy 70.289418 59.474174) - (xy 70.302974 59.472026) - (xy 70.322372 59.4705) - (xy 81.293236 59.4705) - (xy 81.312633 59.472026) - (xy 81.32619 59.474174) - (xy 81.394678 59.470584) - (xy 81.397922 59.4705) - (xy 81.419615 59.4705) - (xy 81.41962 59.4705) - (xy 81.44124 59.468226) - (xy 81.444392 59.467978) - (xy 81.512915 59.464389) - (xy 81.526182 59.460833) - (xy 81.545304 59.457289) - (xy 81.558956 59.455855) - (xy 81.624174 59.434663) - (xy 81.627259 59.433749) - (xy 81.693524 59.415994) - (xy 81.705754 59.409761) - (xy 81.723729 59.402316) - (xy 81.736785 59.398075) - (xy 81.796185 59.363779) - (xy 81.798989 59.362255) - (xy 81.860125 59.331107) - (xy 81.870787 59.322471) - (xy 81.886821 59.31145) - (xy 81.898715 59.304585) - (xy 81.949716 59.258662) - (xy 81.952118 59.256611) - (xy 81.969006 59.242937) - (xy 81.984371 59.22757) - (xy 81.986701 59.225361) - (xy 82.037669 59.17947) - (xy 82.045742 59.168357) - (xy 82.058371 59.15357) - (xy 82.667124 58.544819) - (xy 82.728447 58.511334) - (xy 82.754805 58.5085) - (xy 82.916569 58.5085) - (xy 83.138635 58.471444) - (xy 83.351574 58.398342) - (xy 83.549576 58.291189) - (xy 83.72724 58.152906) - (xy 83.842818 58.027355) - (xy 83.902704 57.991366) - (xy 83.972542 57.993467) - (xy 84.030158 58.032991) - (xy 84.048474 58.066362) - (xy 84.048835 58.066195) - (xy 84.051389 58.071672) - (xy 84.051749 58.072329) - (xy 84.051885 58.072738) - (xy 84.14497 58.223652) - (xy 84.270348 58.34903) - (xy 84.421262 58.442115) - (xy 84.589574 58.497887) - (xy 84.693455 58.5085) - (xy 85.994544 58.508499) - (xy 86.098426 58.497887) - (xy 86.266738 58.442115) - (xy 86.417652 58.34903) - (xy 86.54303 58.223652) - (xy 86.636115 58.072738) - (xy 86.691887 57.904426) - (xy 86.7025 57.800545) - (xy 86.702499 56.499456) - (xy 86.691887 56.395574) - (xy 86.636115 56.227262) - (xy 86.54303 56.076348) - (xy 86.417652 55.95097) - (xy 86.266738 55.857885) - (xy 86.266732 55.857883) - (xy 86.26673 55.857882) - (xy 86.266636 55.857851) - (xy 86.266579 55.857812) - (xy 86.260195 55.854835) - (xy 86.260703 55.853743) - (xy 86.209193 55.818076) - (xy 86.182372 55.753559) - (xy 86.19469 55.684784) - (xy 86.229481 55.642295) - (xy 86.26724 55.612906) - (xy 86.419722 55.447268) - (xy 86.54286 55.258791) - (xy 86.633296 55.052616) - (xy 86.688564 54.834368) - (xy 86.706562 54.617159) - (xy 86.731715 54.551979) - (xy 86.788117 54.510741) - (xy 86.85786 54.506543) - (xy 86.917819 54.539723) - (xy 89.500181 57.122085) - (xy 89.533666 57.183408) - (xy 89.5365 57.209766) - (xy 89.5365 117.336456) - (xy 89.516815 117.403495) - (xy 89.464011 117.44925) - (xy 89.394853 117.459194) - (xy 89.331297 117.430169) - (xy 89.324819 117.424137) - (xy 89.315653 117.414971) - (xy 89.315652 117.41497) - (xy 89.190678 117.337885) - (xy 89.16474 117.321886) - (xy 89.164739 117.321885) - (xy 89.164738 117.321885) - (xy 89.110493 117.30391) - (xy 89.053051 117.264138) - (xy 89.026228 117.199622) - (xy 89.0255 117.186205) - (xy 89.0255 80.775626) - (xy 89.027238 80.759881) - (xy 89.026967 80.759856) - (xy 89.027701 80.752093) - (xy 89.0255 80.682059) - (xy 89.0255 80.65215) - (xy 89.0255 80.652144) - (xy 89.024615 80.64514) - (xy 89.024156 80.639311) - (xy 89.022673 80.592109) - (xy 89.016979 80.572514) - (xy 89.013032 80.553457) - (xy 89.010474 80.533203) - (xy 88.993088 80.489291) - (xy 88.991196 80.483764) - (xy 88.985775 80.465107) - (xy 88.978018 80.438406) - (xy 88.967625 80.420833) - (xy 88.959063 80.403355) - (xy 88.951552 80.384383) - (xy 88.95155 80.38438) - (xy 88.951549 80.384378) - (xy 88.923794 80.346177) - (xy 88.920586 80.341293) - (xy 88.910315 80.323927) - (xy 88.896542 80.300637) - (xy 88.882108 80.286203) - (xy 88.869469 80.271406) - (xy 88.857471 80.254892) - (xy 88.821084 80.22479) - (xy 88.816762 80.220857) - (xy 83.756086 75.160181) - (xy 83.722601 75.098858) - (xy 83.727585 75.029166) - (xy 83.769457 74.973233) - (xy 83.834921 74.948816) - (xy 83.843767 74.9485) - (xy 83.856711 74.9485) - (xy 83.856712 74.9485) - (xy 84.086951 74.91008) - (xy 84.307727 74.834287) - (xy 84.513017 74.72319) - (xy 84.69722 74.579818) - (xy 84.855314 74.408083) - (xy 84.982984 74.212669) - (xy 85.076749 73.998907) - (xy 85.134051 73.772626) - (xy 85.15313 73.542379) - (xy 85.153327 73.540005) - (xy 85.153327 73.539994) - (xy 85.140476 73.384916) - (xy 85.134051 73.307374) - (xy 85.076749 73.081093) - (xy 84.982984 72.867331) - (xy 84.971303 72.849452) - (xy 84.855313 72.671915) - (xy 84.697223 72.500185) - (xy 84.697222 72.500184) - (xy 84.69722 72.500182) - (xy 84.513017 72.35681) - (xy 84.513015 72.356809) - (xy 84.513014 72.356808) - (xy 84.513011 72.356806) - (xy 84.307733 72.245716) - (xy 84.30773 72.245715) - (xy 84.307727 72.245713) - (xy 84.307721 72.245711) - (xy 84.307719 72.24571) - (xy 84.086954 72.16992) - (xy 83.90765 72.14) - (xy 83.856712 72.1315) - (xy 83.623288 72.1315) - (xy 83.584914 72.137903) - (xy 83.393044 72.16992) - (xy 83.371545 72.177301) - (xy 83.301746 72.180449) - (xy 83.243604 72.1477) - (xy 79.774188 68.678283) - (xy 79.764287 68.665923) - (xy 79.764077 68.666098) - (xy 79.759102 68.660086) - (xy 79.7591 68.660082) - (xy 79.732758 68.635345) - (xy 79.708022 68.612116) - (xy 79.686868 68.590963) - (xy 79.684892 68.589431) - (xy 79.681283 68.586631) - (xy 79.67685 68.582844) - (xy 79.642421 68.550514) - (xy 79.642419 68.550512) - (xy 79.624531 68.540678) - (xy 79.60827 68.529997) - (xy 79.592139 68.517484) - (xy 79.548793 68.498727) - (xy 79.543545 68.496156) - (xy 79.516351 68.481206) - (xy 79.50216 68.473405) - (xy 79.49876 68.472532) - (xy 79.482387 68.468328) - (xy 79.463981 68.462026) - (xy 79.445244 68.453918) - (xy 79.445246 68.453918) - (xy 79.398596 68.44653) - (xy 79.392881 68.445346) - (xy 79.372712 68.440168) - (xy 79.347132 68.4336) - (xy 79.34713 68.4336) - (xy 79.326716 68.4336) - (xy 79.307317 68.432073) - (xy 79.287158 68.42888) - (xy 79.287157 68.42888) - (xy 79.240134 68.433325) - (xy 79.234296 68.4336) - (xy 69.220866 68.4336) - (xy 69.153827 68.413915) - (xy 69.133185 68.397281) - (xy 67.104198 66.368294) - (xy 74.5715 66.368294) - (xy 74.586467 66.572782) - (xy 74.586469 66.572795) - (xy 74.645934 66.839746) - (xy 74.645937 66.839753) - (xy 74.696392 66.971673) - (xy 74.743646 67.095221) - (xy 74.877506 67.333734) - (xy 74.877509 67.333739) - (xy 75.044669 67.550218) - (xy 75.044678 67.550228) - (xy 75.169046 67.670133) - (xy 75.241574 67.740059) - (xy 75.464019 67.899205) - (xy 75.478644 67.906724) - (xy 75.70725 68.02426) - (xy 75.707261 68.024264) - (xy 75.707266 68.024267) - (xy 75.707272 68.024269) - (xy 75.966116 68.112575) - (xy 75.966122 68.112576) - (xy 75.96613 68.112579) - (xy 76.235093 68.162259) - (xy 76.399091 68.168252) - (xy 76.508422 68.172248) - (xy 76.508422 68.172247) - (xy 76.508424 68.172248) - (xy 76.780296 68.142334) - (xy 77.044916 68.073153) - (xy 77.184908 68.013663) - (xy 77.296635 67.966185) - (xy 77.296638 67.966183) - (xy 77.296643 67.966181) - (xy 77.530112 67.823697) - (xy 77.740347 67.648738) - (xy 77.922867 67.445033) - (xy 78.073783 67.216923) - (xy 78.189877 66.969271) - (xy 78.240042 66.802529) - (xy 78.268673 66.707366) - (xy 78.268673 66.707362) - (xy 78.268676 66.707355) - (xy 78.3085 66.436757) - (xy 78.3085 66.368294) - (xy 84.1715 66.368294) - (xy 84.186467 66.572782) - (xy 84.186469 66.572795) - (xy 84.245934 66.839746) - (xy 84.245937 66.839753) - (xy 84.296392 66.971673) - (xy 84.343646 67.095221) - (xy 84.477506 67.333734) - (xy 84.477509 67.333739) - (xy 84.644669 67.550218) - (xy 84.644678 67.550228) - (xy 84.769046 67.670133) - (xy 84.841574 67.740059) - (xy 85.064019 67.899205) - (xy 85.078644 67.906724) - (xy 85.30725 68.02426) - (xy 85.307261 68.024264) - (xy 85.307266 68.024267) - (xy 85.307272 68.024269) - (xy 85.566116 68.112575) - (xy 85.566122 68.112576) - (xy 85.56613 68.112579) - (xy 85.835093 68.162259) - (xy 85.999091 68.168252) - (xy 86.108422 68.172248) - (xy 86.108422 68.172247) - (xy 86.108424 68.172248) - (xy 86.380296 68.142334) - (xy 86.644916 68.073153) - (xy 86.784908 68.013663) - (xy 86.896635 67.966185) - (xy 86.896638 67.966183) - (xy 86.896643 67.966181) - (xy 87.130112 67.823697) - (xy 87.340347 67.648738) - (xy 87.522867 67.445033) - (xy 87.673783 67.216923) - (xy 87.789877 66.969271) - (xy 87.840042 66.802529) - (xy 87.868673 66.707366) - (xy 87.868673 66.707362) - (xy 87.868676 66.707355) - (xy 87.9085 66.436757) - (xy 87.9085 65.711712) - (xy 87.908008 65.704995) - (xy 87.900472 65.602028) - (xy 87.893533 65.507217) - (xy 87.885462 65.470988) - (xy 87.834065 65.240253) - (xy 87.834063 65.240249) - (xy 87.834063 65.240247) - (xy 87.736355 64.984781) - (xy 87.602493 64.746264) - (xy 87.435329 64.52978) - (xy 87.435321 64.529771) - (xy 87.238429 64.339944) - (xy 87.238427 64.339942) - (xy 87.121522 64.256303) - (xy 87.015981 64.180795) - (xy 87.0082 64.176794) - (xy 86.772749 64.055739) - (xy 86.772727 64.05573) - (xy 86.513883 63.967424) - (xy 86.51387 63.967421) - (xy 86.513865 63.96742) - (xy 86.244903 63.91774) - (xy 85.971577 63.907751) - (xy 85.699703 63.937666) - (xy 85.435084 64.006846) - (xy 85.183364 64.113814) - (xy 84.949892 64.2563) - (xy 84.949882 64.256307) - (xy 84.739654 64.43126) - (xy 84.739648 64.431266) - (xy 84.557133 64.634966) - (xy 84.406217 64.863077) - (xy 84.290121 65.110732) - (xy 84.290119 65.110739) - (xy 84.211326 65.372633) - (xy 84.211323 65.372647) - (xy 84.196017 65.476652) - (xy 84.1715 65.643243) - (xy 84.1715 65.643247) - (xy 84.1715 66.368294) - (xy 78.3085 66.368294) - (xy 78.3085 65.711712) - (xy 78.308008 65.704995) - (xy 78.300472 65.602028) - (xy 78.293533 65.507217) - (xy 78.285462 65.470988) - (xy 78.234065 65.240253) - (xy 78.234063 65.240249) - (xy 78.234063 65.240247) - (xy 78.136355 64.984781) - (xy 78.002493 64.746264) - (xy 77.835329 64.52978) - (xy 77.835321 64.529771) - (xy 77.638429 64.339944) - (xy 77.638427 64.339942) - (xy 77.521522 64.256303) - (xy 77.415981 64.180795) - (xy 77.4082 64.176794) - (xy 77.172749 64.055739) - (xy 77.172727 64.05573) - (xy 76.913883 63.967424) - (xy 76.91387 63.967421) - (xy 76.913865 63.96742) - (xy 76.644903 63.91774) - (xy 76.371577 63.907751) - (xy 76.099703 63.937666) - (xy 75.835084 64.006846) - (xy 75.583364 64.113814) - (xy 75.349892 64.2563) - (xy 75.349882 64.256307) - (xy 75.139654 64.43126) - (xy 75.139648 64.431266) - (xy 74.957133 64.634966) - (xy 74.806217 64.863077) - (xy 74.690121 65.110732) - (xy 74.690119 65.110739) - (xy 74.611326 65.372633) - (xy 74.611323 65.372647) - (xy 74.596017 65.476652) - (xy 74.5715 65.643243) - (xy 74.5715 65.643247) - (xy 74.5715 66.368294) - (xy 67.104198 66.368294) - (xy 65.817484 65.08158) - (xy 62.485293 61.749388) - (xy 62.45181 61.688068) - (xy 62.456794 61.618376) - (xy 62.458398 61.6143) - (xy 62.461115 61.607742) - (xy 62.518934 61.366911) - (xy 62.538366 61.12) - (xy 62.518934 60.873089) - (xy 62.461115 60.632258) - (xy 62.366334 60.403437) - (xy 62.236925 60.19226) - (xy 62.076073 60.003927) - (xy 61.88774 59.843075) - (xy 61.676563 59.713666) - (xy 61.676562 59.713665) - (xy 61.676558 59.713663) - (xy 61.447744 59.618886) - (xy 61.447742 59.618885) - (xy 61.206911 59.561066) - (xy 61.206909 59.561065) - (xy 61.206906 59.561065) - (xy 61.156748 59.557118) - (xy 61.09146 59.532234) - (xy 61.049989 59.476003) - (xy 61.045502 59.406278) - (xy 61.079424 59.345195) - (xy 61.140984 59.312149) - (xy 61.166477 59.3095) - (xy 63.64506 59.3095) - (xy 63.712099 59.329185) - (xy 63.732741 59.345819) - (xy 63.736221 59.349299) - (xy 63.736224 59.349301) - (xy 63.909442 59.470589) - (xy 64.10109 59.559956) - (xy 64.101096 59.559957) - (xy 64.101097 59.559958) - (xy 64.150255 59.573129) - (xy 64.305345 59.614686) - (xy 64.455812 59.62785) - (xy 64.515998 59.633116) - (xy 64.516 59.633116) - (xy 64.516002 59.633116) - (xy 64.568663 59.628508) - (xy 64.726655 59.614686) - (xy 64.93091 59.559956) - (xy 65.122558 59.470589) - (xy 65.295776 59.349301) - (xy 65.445301 59.199776) - (xy 65.566589 59.026558) - (xy 65.655956 58.83491) - (xy 65.710686 58.630655) - (xy 65.729116 58.42) - (xy 65.710686 58.209345) - (xy 65.655956 58.00509) - (xy 65.566589 57.813442) - (xy 65.445301 57.640224) - (xy 65.445299 57.640221) - (xy 65.295778 57.4907) - (xy 65.122558 57.369411) - (xy 65.122556 57.36941) - (xy 65.082604 57.35078) - (xy 64.93091 57.280044) - (xy 64.930906 57.280043) - (xy 64.930902 57.280041) - (xy 64.72666 57.225315) - (xy 64.726656 57.225314) - (xy 64.726655 57.225314) - (xy 64.726654 57.225313) - (xy 64.726649 57.225313) - (xy 64.516002 57.206884) - (xy 64.515998 57.206884) - (xy 64.30535 57.225313) - (xy 64.305339 57.225315) - (xy 64.101097 57.280041) - (xy 64.101088 57.280045) - (xy 63.909443 57.36941) - (xy 63.909441 57.369411) - (xy 63.736221 57.4907) - (xy 63.732741 57.494181) - (xy 63.671418 57.527666) - (xy 63.64506 57.5305) - (xy 57.380692 57.5305) - (xy 57.313653 57.510815) - (xy 57.293011 57.494181) - (xy 55.192819 55.393989) - (xy 55.159334 55.332666) - (xy 55.1565 55.306308) - (xy 55.1565 54.458475) - (xy 55.156499 54.458458) - (xy 55.153157 54.427383) - (xy 55.149989 54.397912) - (xy 55.147257 54.390588) - (xy 55.127522 54.337677) - (xy 55.098889 54.260909) - (xy 55.011261 54.143852) - (xy 54.894204 54.056224) - (xy 54.757203 54.005124) - (xy 54.696654 53.998613) - (xy 54.693331 53.998436) - (xy 54.69334 53.998257) - (xy 54.693335 53.998257) - (xy 54.693346 53.998153) - (xy 54.693408 53.996984) - (xy 54.631915 53.978928) - (xy 54.58616 53.926124) - (xy 54.580479 53.893145) - (xy 53.892401 53.205066) - (xy 53.973148 53.192278) - (xy 54.086045 53.134754) - (xy 54.175641 53.045158) - (xy 54.233165 52.932261) - (xy 54.245953 52.851513) - (xy 54.927025 53.532585) - (xy 54.978136 53.459591) - (xy 55.074264 53.253444) - (xy 55.074269 53.25343) - (xy 55.133139 53.033723) - (xy 55.133141 53.033712) - (xy 55.152966 52.807115) - (xy 55.152966 52.80711) - (xy 55.133141 52.580513) - (xy 55.133139 52.580502) - (xy 55.074269 52.360795) - (xy 55.074265 52.360786) - (xy 54.978133 52.154629) - (xy 54.978131 52.154625) - (xy 54.927026 52.081639) - (xy 54.927025 52.081639) - (xy 54.245953 52.762711) - (xy 54.233165 52.681965) - (xy 54.175641 52.569068) - (xy 54.086045 52.479472) - (xy 53.973148 52.421948) - (xy 53.8924 52.409159) - (xy 54.57774 51.723819) - (xy 54.639063 51.690334) - (xy 54.665421 51.6875) - (xy 58.27516 51.6875) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 59.503445 82.093185) - (xy 59.5492 82.145989) - (xy 59.550968 82.150051) - (xy 59.553662 82.156555) - (xy 59.553664 82.156558) - (xy 59.553666 82.156563) - (xy 59.683075 82.36774) - (xy 59.843927 82.556073) - (xy 60.03226 82.716925) - (xy 60.243437 82.846334) - (xy 60.243439 82.846334) - (xy 60.243441 82.846336) - (xy 60.314786 82.875888) - (xy 60.472258 82.941115) - (xy 60.713089 82.998934) - (xy 60.96 83.018366) - (xy 61.206911 82.998934) - (xy 61.447742 82.941115) - (xy 61.454251 82.938418) - (xy 61.523717 82.930944) - (xy 61.586199 82.962214) - (xy 61.589391 82.965295) - (xy 68.76091 90.136814) - (xy 68.770816 90.149178) - (xy 68.771026 90.149005) - (xy 68.776001 90.155019) - (xy 68.827094 90.202999) - (xy 68.848225 90.224129) - (xy 68.84823 90.224134) - (xy 68.852884 90.227744) - (xy 68.853802 90.228456) - (xy 68.858242 90.232249) - (xy 68.892678 90.264586) - (xy 68.910567 90.27442) - (xy 68.926833 90.285104) - (xy 68.942959 90.297613) - (xy 68.986298 90.316367) - (xy 68.991545 90.318937) - (xy 69.03294 90.341695) - (xy 69.052718 90.346773) - (xy 69.071119 90.353073) - (xy 69.089855 90.361181) - (xy 69.134362 90.368229) - (xy 69.136503 90.368569) - (xy 69.142212 90.369751) - (xy 69.18797 90.3815) - (xy 69.208384 90.3815) - (xy 69.227783 90.383027) - (xy 69.247943 90.38622) - (xy 69.294966 90.381775) - (xy 69.300804 90.3815) - (xy 79.554234 90.3815) - (xy 79.621273 90.401185) - (xy 79.641915 90.417819) - (xy 81.223915 91.999819) - (xy 81.2574 92.061142) - (xy 81.252416 92.130834) - (xy 81.210544 92.186767) - (xy 81.14508 92.211184) - (xy 81.136234 92.2115) - (xy 81.123288 92.2115) - (xy 81.07724 92.219184) - (xy 80.893045 92.24992) - (xy 80.67228 92.32571) - (xy 80.672266 92.325716) - (xy 80.466988 92.436806) - (xy 80.466986 92.436807) - (xy 80.291093 92.573711) - (xy 80.226099 92.599353) - (xy 80.157559 92.585786) - (xy 80.107234 92.537318) - (xy 80.098749 92.519189) - (xy 80.083355 92.477915) - (xy 80.08335 92.477906) - (xy 79.99719 92.362812) - (xy 79.997187 92.362809) - (xy 79.882093 92.276649) - (xy 79.882086 92.276645) - (xy 79.747379 92.226403) - (xy 79.747372 92.226401) - (xy 79.687844 92.22) - (xy 78.99 92.22) - (xy 78.99 93.184498) - (xy 78.882315 93.13532) - (xy 78.775763 93.12) - (xy 78.704237 93.12) - (xy 78.597685 93.13532) - (xy 78.49 93.184498) - (xy 78.49 92.22) - (xy 77.792155 92.22) - (xy 77.732627 92.226401) - (xy 77.73262 92.226403) - (xy 77.597913 92.276645) - (xy 77.597906 92.276649) - (xy 77.482812 92.362809) - (xy 77.482809 92.362812) - (xy 77.396649 92.477906) - (xy 77.396645 92.477913) - (xy 77.346403 92.61262) - (xy 77.346401 92.612627) - (xy 77.34 92.672155) - (xy 77.34 93.37) - (xy 78.306314 93.37) - (xy 78.280507 93.410156) - (xy 78.24 93.548111) - (xy 78.24 93.691889) - (xy 78.280507 93.829844) - (xy 78.306314 93.87) - (xy 77.34 93.87) - (xy 77.34 94.567844) - (xy 77.346401 94.627372) - (xy 77.346403 94.627379) - (xy 77.396645 94.762086) - (xy 77.396649 94.762093) - (xy 77.482809 94.877187) - (xy 77.482812 94.87719) - (xy 77.597906 94.96335) - (xy 77.597913 94.963354) - (xy 77.73262 95.013596) - (xy 77.732627 95.013598) - (xy 77.792155 95.019999) - (xy 77.792172 95.02) - (xy 78.49 95.02) - (xy 78.49 94.055501) - (xy 78.597685 94.10468) - (xy 78.704237 94.12) - (xy 78.775763 94.12) - (xy 78.882315 94.10468) - (xy 78.99 94.055501) - (xy 78.99 95.02) - (xy 79.687828 95.02) - (xy 79.687844 95.019999) - (xy 79.747372 95.013598) - (xy 79.747379 95.013596) - (xy 79.882086 94.963354) - (xy 79.882093 94.96335) - (xy 79.997187 94.87719) - (xy 79.99719 94.877187) - (xy 80.08335 94.762093) - (xy 80.083353 94.762088) - (xy 80.098748 94.720811) - (xy 80.140619 94.664876) - (xy 80.206083 94.640458) - (xy 80.274356 94.655309) - (xy 80.291093 94.666288) - (xy 80.466983 94.80319) - (xy 80.466985 94.803191) - (xy 80.466992 94.803196) - (xy 80.541516 94.843525) - (xy 80.591108 94.892743) - (xy 80.6065 94.95258) - (xy 80.6065 104.439316) - (xy 80.604761 104.455063) - (xy 80.605032 104.455089) - (xy 80.604298 104.462855) - (xy 80.604298 104.462858) - (xy 80.604298 104.462859) - (xy 80.6065 104.532907) - (xy 80.6065 104.562809) - (xy 80.607384 104.569806) - (xy 80.607842 104.575629) - (xy 80.609326 104.622839) - (xy 80.609327 104.622841) - (xy 80.615022 104.642445) - (xy 80.618967 104.661492) - (xy 80.621526 104.681747) - (xy 80.621527 104.68175) - (xy 80.621528 104.681753) - (xy 80.638914 104.725666) - (xy 80.640806 104.731194) - (xy 80.653981 104.776542) - (xy 80.664372 104.794112) - (xy 80.672932 104.811585) - (xy 80.680447 104.830567) - (xy 80.708209 104.868777) - (xy 80.711416 104.87366) - (xy 80.735458 104.914312) - (xy 80.735462 104.914316) - (xy 80.749889 104.928743) - (xy 80.762526 104.943538) - (xy 80.774528 104.960057) - (xy 80.810931 104.990172) - (xy 80.815231 104.994085) - (xy 82.723146 106.902) - (xy 84.295181 108.474035) - (xy 84.328666 108.535358) - (xy 84.3315 108.561716) - (xy 84.3315 112.7202) - (xy 84.311815 112.787239) - (xy 84.259011 112.832994) - (xy 84.189853 112.842938) - (xy 84.167238 112.837482) - (xy 84.086951 112.809919) - (xy 83.889636 112.776994) - (xy 83.856712 112.7715) - (xy 83.623288 112.7715) - (xy 83.519531 112.788814) - (xy 83.393048 112.80992) - (xy 83.371548 112.817301) - (xy 83.301749 112.82045) - (xy 83.243605 112.7877) - (xy 79.399588 108.943683) - (xy 79.389687 108.931323) - (xy 79.389477 108.931498) - (xy 79.384502 108.925486) - (xy 79.3845 108.925482) - (xy 79.351555 108.894545) - (xy 79.333422 108.877516) - (xy 79.312268 108.856363) - (xy 79.310292 108.854831) - (xy 79.306683 108.852031) - (xy 79.30225 108.848244) - (xy 79.267821 108.815914) - (xy 79.267819 108.815912) - (xy 79.249931 108.806078) - (xy 79.23367 108.795397) - (xy 79.217539 108.782884) - (xy 79.174193 108.764127) - (xy 79.168945 108.761556) - (xy 79.141751 108.746606) - (xy 79.12756 108.738805) - (xy 79.12416 108.737932) - (xy 79.107787 108.733728) - (xy 79.089381 108.727426) - (xy 79.070644 108.719318) - (xy 79.070646 108.719318) - (xy 79.023996 108.71193) - (xy 79.018281 108.710746) - (xy 78.998112 108.705568) - (xy 78.972532 108.699) - (xy 78.97253 108.699) - (xy 78.952116 108.699) - (xy 78.932717 108.697473) - (xy 78.912558 108.69428) - (xy 78.912557 108.69428) - (xy 78.865534 108.698725) - (xy 78.859696 108.699) - (xy 77.585767 108.699) - (xy 77.518728 108.679315) - (xy 77.472973 108.626511) - (xy 77.463029 108.557353) - (xy 77.492054 108.493797) - (xy 77.521169 108.469155) - (xy 77.522677 108.468233) - (xy 77.530112 108.463697) - (xy 77.740347 108.288738) - (xy 77.922867 108.085033) - (xy 78.073783 107.856923) - (xy 78.189877 107.609271) - (xy 78.268676 107.347355) - (xy 78.3085 107.076757) - (xy 78.3085 106.351712) - (xy 78.307834 106.342619) - (xy 78.30319 106.27916) - (xy 78.293533 106.147217) - (xy 78.264449 106.016654) - (xy 78.234065 105.880253) - (xy 78.234063 105.880249) - (xy 78.234063 105.880247) - (xy 78.136355 105.624781) - (xy 78.002493 105.386264) - (xy 77.942715 105.308849) - (xy 77.83533 105.169781) - (xy 77.835321 105.169771) - (xy 77.638429 104.979944) - (xy 77.638427 104.979942) - (xy 77.546694 104.914312) - (xy 77.415981 104.820795) - (xy 77.4082 104.816794) - (xy 77.172749 104.695739) - (xy 77.172727 104.69573) - (xy 76.913883 104.607424) - (xy 76.91387 104.607421) - (xy 76.913865 104.60742) - (xy 76.644903 104.55774) - (xy 76.371577 104.547751) - (xy 76.099703 104.577666) - (xy 75.835084 104.646846) - (xy 75.583364 104.753814) - (xy 75.349892 104.8963) - (xy 75.349882 104.896307) - (xy 75.139654 105.07126) - (xy 75.139648 105.071266) - (xy 74.957133 105.274966) - (xy 74.806217 105.503077) - (xy 74.690121 105.750732) - (xy 74.690119 105.750739) - (xy 74.611326 106.012633) - (xy 74.611323 106.012647) - (xy 74.591521 106.147204) - (xy 74.5715 106.283243) - (xy 74.5715 106.283247) - (xy 74.5715 106.316233) - (xy 74.551815 106.383272) - (xy 74.499011 106.429027) - (xy 74.429853 106.438971) - (xy 74.366297 106.409946) - (xy 74.359819 106.403914) - (xy 69.167088 101.211183) - (xy 69.157187 101.198823) - (xy 69.156977 101.198998) - (xy 69.152002 101.192986) - (xy 69.152 101.192982) - (xy 69.117211 101.160313) - (xy 69.100922 101.145016) - (xy 69.079768 101.123863) - (xy 69.077792 101.122331) - (xy 69.074183 101.119531) - (xy 69.06975 101.115744) - (xy 69.035321 101.083414) - (xy 69.035319 101.083412) - (xy 69.017431 101.073578) - (xy 69.00117 101.062897) - (xy 68.985039 101.050384) - (xy 68.941693 101.031627) - (xy 68.936445 101.029056) - (xy 68.909251 101.014106) - (xy 68.89506 101.006305) - (xy 68.89166 101.005432) - (xy 68.875287 101.001228) - (xy 68.856881 100.994926) - (xy 68.838144 100.986818) - (xy 68.838146 100.986818) - (xy 68.791496 100.97943) - (xy 68.785781 100.978246) - (xy 68.765612 100.973068) - (xy 68.740032 100.9665) - (xy 68.74003 100.9665) - (xy 68.719616 100.9665) - (xy 68.700217 100.964973) - (xy 68.680058 100.96178) - (xy 68.680057 100.96178) - (xy 68.633034 100.966225) - (xy 68.627196 100.9665) - (xy 62.483594 100.9665) - (xy 62.416555 100.946815) - (xy 62.3708 100.894011) - (xy 62.369032 100.889949) - (xy 62.366337 100.883444) - (xy 62.366336 100.883443) - (xy 62.366334 100.883437) - (xy 62.236925 100.67226) - (xy 62.076073 100.483927) - (xy 61.88774 100.323075) - (xy 61.676563 100.193666) - (xy 61.676562 100.193665) - (xy 61.676558 100.193663) - (xy 61.483416 100.113662) - (xy 61.447742 100.098885) - (xy 61.206911 100.041066) - (xy 61.206909 100.041065) - (xy 61.206906 100.041065) - (xy 60.96 100.021634) - (xy 60.713093 100.041065) - (xy 60.713089 100.041066) - (xy 60.472258 100.098885) - (xy 60.472256 100.098885) - (xy 60.472255 100.098886) - (xy 60.243441 100.193663) - (xy 60.032259 100.323075) - (xy 59.843927 100.483927) - (xy 59.683075 100.672259) - (xy 59.553662 100.883444) - (xy 59.550968 100.889949) - (xy 59.507129 100.944354) - (xy 59.440836 100.966421) - (xy 59.436406 100.9665) - (xy 58.505566 100.9665) - (xy 58.438527 100.946815) - (xy 58.417885 100.930181) - (xy 57.754818 100.267114) - (xy 57.721333 100.205791) - (xy 57.718499 100.179433) - (xy 57.718499 99.517662) - (xy 57.718498 99.517646) - (xy 57.718218 99.514907) - (xy 57.707887 99.413774) - (xy 57.652115 99.245462) - (xy 57.55903 99.094548) - (xy 57.433652 98.96917) - (xy 57.282738 98.876085) - (xy 57.282735 98.876084) - (xy 57.114427 98.820313) - (xy 57.010546 98.8097) - (xy 56.209462 98.8097) - (xy 56.209446 98.809701) - (xy 56.105572 98.820313) - (xy 55.937264 98.876084) - (xy 55.937259 98.876086) - (xy 55.786346 98.969171) - (xy 55.697681 99.057837) - (xy 55.636358 99.091322) - (xy 55.566666 99.086338) - (xy 55.522319 99.057837) - (xy 55.433653 98.969171) - (xy 55.433652 98.96917) - (xy 55.282738 98.876085) - (xy 55.282735 98.876084) - (xy 55.114427 98.820313) - (xy 55.010546 98.8097) - (xy 54.209462 98.8097) - (xy 54.209446 98.809701) - (xy 54.105572 98.820313) - (xy 53.937264 98.876084) - (xy 53.937259 98.876086) - (xy 53.786346 98.969171) - (xy 53.660971 99.094546) - (xy 53.567886 99.245459) - (xy 53.567884 99.245464) - (xy 53.512113 99.413772) - (xy 53.5015 99.517647) - (xy 53.5015 100.518737) - (xy 53.501501 100.518753) - (xy 53.512113 100.622626) - (xy 53.567885 100.790938) - (xy 53.66097 100.941852) - (xy 53.786348 101.06723) - (xy 53.937262 101.160315) - (xy 54.105574 101.216087) - (xy 54.209455 101.2267) - (xy 54.559433 101.226699) - (xy 54.626472 101.246383) - (xy 54.647114 101.263018) - (xy 56.006223 102.622127) - (xy 56.039708 102.68345) - (xy 56.034724 102.753142) - (xy 55.992852 102.809075) - (xy 55.957547 102.827513) - (xy 55.94763 102.830799) - (xy 55.937264 102.834234) - (xy 55.937259 102.834236) - (xy 55.786346 102.927321) - (xy 55.697681 103.015987) - (xy 55.636358 103.049472) - (xy 55.566666 103.044488) - (xy 55.522319 103.015987) - (xy 55.433653 102.927321) - (xy 55.433652 102.92732) - (xy 55.339898 102.869492) - (xy 55.28274 102.834236) - (xy 55.282735 102.834234) - (xy 55.114427 102.778463) - (xy 55.010552 102.76785) - (xy 55.010545 102.76785) - (xy 54.348767 102.76785) - (xy 54.281728 102.748165) - (xy 54.261086 102.731531) - (xy 51.723819 100.194264) - (xy 51.690334 100.132941) - (xy 51.6875 100.106583) - (xy 51.6875 90.6519) - (xy 52.465001 90.6519) - (xy 52.465001 90.825222) - (xy 52.475144 90.924507) - (xy 52.528452 91.085381) - (xy 52.528457 91.085392) - (xy 52.617424 91.229628) - (xy 52.617427 91.229632) - (xy 52.737267 91.349472) - (xy 52.737271 91.349475) - (xy 52.881507 91.438442) - (xy 52.881518 91.438447) - (xy 53.042393 91.491755) - (xy 53.141683 91.501899) - (xy 53.165 91.501898) - (xy 53.165 90.6519) - (xy 52.465001 90.6519) - (xy 51.6875 90.6519) - (xy 51.6875 90.1519) - (xy 52.465 90.1519) - (xy 53.165 90.1519) - (xy 53.165 89.301899) - (xy 53.141693 89.3019) - (xy 53.141674 89.301901) - (xy 53.042392 89.312044) - (xy 52.881518 89.365352) - (xy 52.881507 89.365357) - (xy 52.737271 89.454324) - (xy 52.737267 89.454327) - (xy 52.617427 89.574167) - (xy 52.617424 89.574171) - (xy 52.528457 89.718407) - (xy 52.528452 89.718418) - (xy 52.475144 89.879293) - (xy 52.465 89.978577) - (xy 52.465 90.1519) - (xy 51.6875 90.1519) - (xy 51.6875 84.516516) - (xy 51.707185 84.449477) - (xy 51.759989 84.403722) - (xy 51.829147 84.393778) - (xy 51.892703 84.422803) - (xy 51.899179 84.428833) - (xy 52.741037 85.270692) - (xy 53.465181 85.994836) - (xy 53.498666 86.056159) - (xy 53.5015 86.082517) - (xy 53.5015 86.744287) - (xy 53.501501 86.744303) - (xy 53.512113 86.848176) - (xy 53.567885 87.016488) - (xy 53.66097 87.167402) - (xy 53.786348 87.29278) - (xy 53.937262 87.385865) - (xy 54.105574 87.441637) - (xy 54.209455 87.45225) - (xy 54.212524 87.452406) - (xy 54.278479 87.475465) - (xy 54.321497 87.530522) - (xy 54.32792 87.600096) - (xy 54.295709 87.662097) - (xy 54.293916 87.663927) - (xy 54.213679 87.744164) - (xy 54.20132 87.754068) - (xy 54.201493 87.754277) - (xy 54.195483 87.759249) - (xy 54.147515 87.810329) - (xy 54.126372 87.831472) - (xy 54.126357 87.831489) - (xy 54.122031 87.837064) - (xy 54.118247 87.841494) - (xy 54.085919 87.875921) - (xy 54.085912 87.875931) - (xy 54.076079 87.893817) - (xy 54.065403 87.91007) - (xy 54.052886 87.926207) - (xy 54.052885 87.926209) - (xy 54.034125 87.96956) - (xy 54.031555 87.974806) - (xy 54.008803 88.016191) - (xy 54.008803 88.016192) - (xy 54.003725 88.03597) - (xy 53.997425 88.054372) - (xy 53.989318 88.073107) - (xy 53.981931 88.119745) - (xy 53.980746 88.125466) - (xy 53.969 88.171215) - (xy 53.969 88.191634) - (xy 53.967473 88.211033) - (xy 53.96428 88.231191) - (xy 53.96428 88.231192) - (xy 53.968725 88.278216) - (xy 53.969 88.284054) - (xy 53.969 89.200431) - (xy 53.949315 89.26747) - (xy 53.896511 89.313225) - (xy 53.827353 89.323169) - (xy 53.805998 89.318138) - (xy 53.787606 89.312043) - (xy 53.688322 89.3019) - (xy 53.665 89.3019) - (xy 53.665 91.501899) - (xy 53.688308 91.501899) - (xy 53.688322 91.501898) - (xy 53.787608 91.491755) - (xy 53.805994 91.485663) - (xy 53.875822 91.48326) - (xy 53.935865 91.51899) - (xy 53.967058 91.58151) - (xy 53.969 91.603368) - (xy 53.969 94.394584) - (xy 53.949315 94.461623) - (xy 53.896511 94.507378) - (xy 53.879595 94.51366) - (xy 53.751404 94.550903) - (xy 53.751398 94.550905) - (xy 53.608196 94.635594) - (xy 53.608187 94.635601) - (xy 53.490551 94.753237) - (xy 53.490544 94.753246) - (xy 53.405855 94.896448) - (xy 53.405853 94.896453) - (xy 53.359438 95.056214) - (xy 53.359437 95.05622) - (xy 53.3565 95.093545) - (xy 53.3565 95.526555) - (xy 53.359437 95.563879) - (xy 53.359438 95.563885) - (xy 53.405853 95.723646) - (xy 53.405855 95.723651) - (xy 53.490544 95.866853) - (xy 53.490551 95.866862) - (xy 53.608187 95.984498) - (xy 53.608191 95.984501) - (xy 53.608193 95.984503) - (xy 53.751399 96.069195) - (xy 53.75417 96.07) - (xy 53.911164 96.115611) - (xy 53.911167 96.115611) - (xy 53.911169 96.115612) - (xy 53.920501 96.116346) - (xy 53.948495 96.11855) - (xy 53.948498 96.11855) - (xy 55.1075 96.11855) - (xy 55.174539 96.138235) - (xy 55.220294 96.191039) - (xy 55.2315 96.24255) - (xy 55.2315 96.476555) - (xy 55.234437 96.513879) - (xy 55.234438 96.513885) - (xy 55.280853 96.673646) - (xy 55.280855 96.673651) - (xy 55.365544 96.816853) - (xy 55.365551 96.816862) - (xy 55.483187 96.934498) - (xy 55.483191 96.934501) - (xy 55.483193 96.934503) - (xy 55.626399 97.019195) - (xy 55.66853 97.031435) - (xy 55.786164 97.065611) - (xy 55.786167 97.065611) - (xy 55.786169 97.065612) - (xy 55.795501 97.066346) - (xy 55.823495 97.06855) - (xy 55.823498 97.06855) - (xy 56.384273 97.06855) - (xy 56.433511 97.078745) - (xy 56.455775 97.088379) - (xy 56.460983 97.090931) - (xy 56.50239 97.113695) - (xy 56.522166 97.118772) - (xy 56.540574 97.125075) - (xy 56.5593 97.133179) - (xy 56.559302 97.13318) - (xy 56.559303 97.13318) - (xy 56.559305 97.133181) - (xy 56.600234 97.139663) - (xy 56.605953 97.140569) - (xy 56.611662 97.141751) - (xy 56.65742 97.1535) - (xy 56.677834 97.1535) - (xy 56.697233 97.155027) - (xy 56.717393 97.15822) - (xy 56.764416 97.153775) - (xy 56.770254 97.1535) - (xy 58.35432 97.1535) - (xy 58.421359 97.173185) - (xy 58.458129 97.209679) - (xy 58.574686 97.388084) - (xy 58.726354 97.552838) - (xy 58.73278 97.559818) - (xy 58.916983 97.70319) - (xy 58.916985 97.703191) - (xy 58.916988 97.703193) - (xy 58.929511 97.70997) - (xy 59.122273 97.814287) - (xy 59.236914 97.853643) - (xy 59.343045 97.890079) - (xy 59.343047 97.890079) - (xy 59.343049 97.89008) - (xy 59.573288 97.9285) - (xy 59.573289 97.9285) - (xy 59.806711 97.9285) - (xy 59.806712 97.9285) - (xy 60.036951 97.89008) - (xy 60.257727 97.814287) - (xy 60.463017 97.70319) - (xy 60.64722 97.559818) - (xy 60.653646 97.552837) - (xy 60.713531 97.516845) - (xy 60.783369 97.518944) - (xy 60.840986 97.558466) - (xy 60.861059 97.593485) - (xy 60.886645 97.662086) - (xy 60.886649 97.662093) - (xy 60.972809 97.777187) - (xy 60.972812 97.77719) - (xy 61.087906 97.86335) - (xy 61.087913 97.863354) - (xy 61.22262 97.913596) - (xy 61.222627 97.913598) - (xy 61.282155 97.919999) - (xy 61.282172 97.92) - (xy 61.98 97.92) - (xy 61.98 96.894189) - (xy 62.032547 96.930016) - (xy 62.162173 96.97) - (xy 62.263724 96.97) - (xy 62.364138 96.954865) - (xy 62.48 96.899068) - (xy 62.48 97.92) - (xy 63.177828 97.92) - (xy 63.177844 97.919999) - (xy 63.237372 97.913598) - (xy 63.237379 97.913596) - (xy 63.372086 97.863354) - (xy 63.372093 97.86335) - (xy 63.487187 97.77719) - (xy 63.48719 97.777187) - (xy 63.57335 97.662093) - (xy 63.573354 97.662086) - (xy 63.623596 97.527379) - (xy 63.623598 97.527372) - (xy 63.629999 97.467844) - (xy 63.63 97.467827) - (xy 63.63 96.77) - (xy 62.605278 96.77) - (xy 62.653625 96.68626) - (xy 62.68381 96.554008) - (xy 62.673673 96.418735) - (xy 62.624113 96.292459) - (xy 62.606203 96.27) - (xy 63.63 96.27) - (xy 63.63 95.572172) - (xy 63.629999 95.572155) - (xy 63.623598 95.512627) - (xy 63.623596 95.51262) - (xy 63.573354 95.377913) - (xy 63.57335 95.377906) - (xy 63.48719 95.262812) - (xy 63.487187 95.262809) - (xy 63.372093 95.176649) - (xy 63.372086 95.176645) - (xy 63.237379 95.126403) - (xy 63.237372 95.126401) - (xy 63.177844 95.12) - (xy 62.48 95.12) - (xy 62.48 96.14581) - (xy 62.427453 96.109984) - (xy 62.297827 96.07) - (xy 62.196276 96.07) - (xy 62.095862 96.085135) - (xy 61.98 96.140931) - (xy 61.98 95.12) - (xy 61.282155 95.12) - (xy 61.222627 95.126401) - (xy 61.22262 95.126403) - (xy 61.087913 95.176645) - (xy 61.087906 95.176649) - (xy 60.972812 95.262809) - (xy 60.972809 95.262812) - (xy 60.886649 95.377906) - (xy 60.886645 95.377913) - (xy 60.861059 95.446514) - (xy 60.819188 95.502448) - (xy 60.753723 95.526865) - (xy 60.68545 95.512013) - (xy 60.653649 95.487165) - (xy 60.647224 95.480186) - (xy 60.647222 95.480184) - (xy 60.64722 95.480182) - (xy 60.463017 95.33681) - (xy 60.463015 95.336809) - (xy 60.463014 95.336808) - (xy 60.463011 95.336806) - (xy 60.257733 95.225716) - (xy 60.25773 95.225715) - (xy 60.257727 95.225713) - (xy 60.257721 95.225711) - (xy 60.257719 95.22571) - (xy 60.036954 95.14992) - (xy 59.85282 95.119194) - (xy 59.806712 95.1115) - (xy 59.573288 95.1115) - (xy 59.52724 95.119184) - (xy 59.343045 95.14992) - (xy 59.12228 95.22571) - (xy 59.122266 95.225716) - (xy 58.916988 95.336806) - (xy 58.916985 95.336808) - (xy 58.732781 95.480181) - (xy 58.732776 95.480185) - (xy 58.574686 95.651915) - (xy 58.458129 95.830321) - (xy 58.404983 95.875678) - (xy 58.35432 95.8865) - (xy 57.768559 95.8865) - (xy 57.70152 95.866815) - (xy 57.661827 95.825621) - (xy 57.589455 95.703246) - (xy 57.589448 95.703237) - (xy 57.471812 95.585601) - (xy 57.471803 95.585594) - (xy 57.328601 95.500905) - (xy 57.328596 95.500903) - (xy 57.168835 95.454488) - (xy 57.168829 95.454487) - (xy 57.131505 95.45155) - (xy 57.131502 95.45155) - (xy 55.9725 95.45155) - (xy 55.905461 95.431865) - (xy 55.859706 95.379061) - (xy 55.8485 95.32755) - (xy 55.8485 95.29255) - (xy 55.868185 95.225511) - (xy 55.920989 95.179756) - (xy 55.9725 95.16855) - (xy 57.131505 95.16855) - (xy 57.153899 95.166787) - (xy 57.168831 95.165612) - (xy 57.168833 95.165611) - (xy 57.168835 95.165611) - (xy 57.222844 95.14992) - (xy 57.328601 95.119195) - (xy 57.471807 95.034503) - (xy 57.589453 94.916857) - (xy 57.674145 94.773651) - (xy 57.720562 94.613881) - (xy 57.7235 94.576552) - (xy 57.7235 94.143548) - (xy 57.720562 94.106219) - (xy 57.712627 94.078907) - (xy 57.674146 93.946453) - (xy 57.674145 93.946449) - (xy 57.589453 93.803243) - (xy 57.589451 93.803241) - (xy 57.589448 93.803237) - (xy 57.471812 93.685601) - (xy 57.471801 93.685592) - (xy 57.409378 93.648675) - (xy 57.361695 93.597606) - (xy 57.3485 93.541944) - (xy 57.3485 91.455389) - (xy 57.368185 91.38835) - (xy 57.395589 91.358123) - (xy 57.398034 91.356188) - (xy 57.39804 91.356185) - (xy 57.519285 91.23494) - (xy 57.609302 91.089001) - (xy 57.663236 90.926236) - (xy 57.6735 90.825772) - (xy 57.6735 90.390665) - (xy 57.693185 90.323626) - (xy 57.709815 90.302988) - (xy 57.923813 90.088989) - (xy 57.936177 90.079086) - (xy 57.936003 90.078876) - (xy 57.942015 90.073902) - (xy 57.942015 90.073901) - (xy 57.942018 90.0739) - (xy 57.989984 90.02282) - (xy 58.011135 90.00167) - (xy 58.015461 89.996092) - (xy 58.01925 89.991655) - (xy 58.051586 89.957221) - (xy 58.061419 89.939332) - (xy 58.072102 89.923069) - (xy 58.084614 89.906941) - (xy 58.103371 89.863591) - (xy 58.105941 89.858347) - (xy 58.128693 89.816964) - (xy 58.128693 89.816963) - (xy 58.128695 89.81696) - (xy 58.133774 89.797173) - (xy 58.14007 89.778785) - (xy 58.148181 89.760045) - (xy 58.151355 89.74) - (xy 59.381634 89.74) - (xy 59.401065 89.986906) - (xy 59.401065 89.986909) - (xy 59.401066 89.986911) - (xy 59.458885 90.227742) - (xy 59.460752 90.232249) - (xy 59.553663 90.456558) - (xy 59.553665 90.456562) - (xy 59.553666 90.456563) - (xy 59.683075 90.66774) - (xy 59.843927 90.856073) - (xy 60.03226 91.016925) - (xy 60.243437 91.146334) - (xy 60.24344 91.146335) - (xy 60.243443 91.146337) - (xy 60.340258 91.186439) - (xy 60.394662 91.23028) - (xy 60.416727 91.296574) - (xy 60.399448 91.364273) - (xy 60.348311 91.411884) - (xy 60.292806 91.425) - (xy 59.947155 91.425) - (xy 59.887627 91.431401) - (xy 59.88762 91.431403) - (xy 59.752913 91.481645) - (xy 59.752906 91.481649) - (xy 59.637812 91.567809) - (xy 59.637809 91.567812) - (xy 59.551649 91.682906) - (xy 59.551645 91.682913) - (xy 59.501403 91.81762) - (xy 59.501401 91.817627) - (xy 59.495 91.877155) - (xy 59.495 92.59) - (xy 60.40348 92.59) - (xy 60.375245 92.650002) - (xy 60.346365 92.801393) - (xy 60.356043 92.955211) - (xy 60.399838 93.09) - (xy 59.495 93.09) - (xy 59.495 93.802844) - (xy 59.501401 93.862372) - (xy 59.501403 93.862379) - (xy 59.551645 93.997086) - (xy 59.551649 93.997093) - (xy 59.637809 94.112187) - (xy 59.637812 94.11219) - (xy 59.752906 94.19835) - (xy 59.752913 94.198354) - (xy 59.88762 94.248596) - (xy 59.887627 94.248598) - (xy 59.947155 94.254999) - (xy 59.947172 94.255) - (xy 60.71 94.255) - (xy 60.71 93.398664) - (xy 60.733659 93.411671) - (xy 60.882939 93.45) - (xy 60.998375 93.45) - (xy 61.112906 93.435531) - (xy 61.21 93.397088) - (xy 61.21 94.255) - (xy 61.972828 94.255) - (xy 61.972844 94.254999) - (xy 62.032372 94.248598) - (xy 62.032379 94.248596) - (xy 62.167086 94.198354) - (xy 62.167093 94.19835) - (xy 62.282187 94.11219) - (xy 62.28219 94.112187) - (xy 62.36835 93.997093) - (xy 62.368354 93.997086) - (xy 62.418596 93.862379) - (xy 62.418598 93.862372) - (xy 62.424999 93.802844) - (xy 62.425 93.802827) - (xy 62.425 93.09) - (xy 61.51652 93.09) - (xy 61.544755 93.029998) - (xy 61.573635 92.878607) - (xy 61.563957 92.724789) - (xy 61.520162 92.59) - (xy 62.425 92.59) - (xy 62.425 91.877172) - (xy 62.424999 91.877155) - (xy 62.418598 91.817627) - (xy 62.418596 91.81762) - (xy 62.368354 91.682913) - (xy 62.36835 91.682906) - (xy 62.28219 91.567812) - (xy 62.282187 91.567809) - (xy 62.167093 91.481649) - (xy 62.167086 91.481645) - (xy 62.032379 91.431403) - (xy 62.032372 91.431401) - (xy 61.972844 91.425) - (xy 61.627194 91.425) - (xy 61.560155 91.405315) - (xy 61.5144 91.352511) - (xy 61.504456 91.283353) - (xy 61.533481 91.219797) - (xy 61.579742 91.186439) - (xy 61.676556 91.146337) - (xy 61.676556 91.146336) - (xy 61.676563 91.146334) - (xy 61.88774 91.016925) - (xy 62.076073 90.856073) - (xy 62.236925 90.66774) - (xy 62.366334 90.456563) - (xy 62.461115 90.227742) - (xy 62.518934 89.986911) - (xy 62.538366 89.74) - (xy 62.518934 89.493089) - (xy 62.461115 89.252258) - (xy 62.366334 89.023437) - (xy 62.236925 88.81226) - (xy 62.076073 88.623927) - (xy 61.88774 88.463075) - (xy 61.676563 88.333666) - (xy 61.676562 88.333665) - (xy 61.676558 88.333663) - (xy 61.480003 88.252248) - (xy 61.447742 88.238885) - (xy 61.206911 88.181066) - (xy 61.206909 88.181065) - (xy 61.206906 88.181065) - (xy 60.96 88.161634) - (xy 60.713093 88.181065) - (xy 60.713089 88.181066) - (xy 60.472258 88.238885) - (xy 60.472256 88.238885) - (xy 60.472255 88.238886) - (xy 60.243441 88.333663) - (xy 60.032259 88.463075) - (xy 59.843927 88.623927) - (xy 59.683075 88.812259) - (xy 59.553663 89.023441) - (xy 59.467519 89.231414) - (xy 59.458885 89.252258) - (xy 59.441861 89.323169) - (xy 59.401065 89.493093) - (xy 59.381634 89.74) - (xy 58.151355 89.74) - (xy 58.154775 89.718407) - (xy 58.155569 89.713397) - (xy 58.156751 89.707686) - (xy 58.1685 89.66193) - (xy 58.1685 89.641515) - (xy 58.170027 89.622114) - (xy 58.17322 89.601957) - (xy 58.168775 89.554933) - (xy 58.1685 89.549095) - (xy 58.1685 85.294232) - (xy 58.170239 85.27848) - (xy 58.169968 85.278455) - (xy 58.1707 85.270699) - (xy 58.170702 85.270692) - (xy 58.1685 85.200628) - (xy 58.1685 85.170744) - (xy 58.167614 85.163741) - (xy 58.167157 85.157922) - (xy 58.165674 85.110713) - (xy 58.165674 85.110711) - (xy 58.159974 85.091092) - (xy 58.156031 85.072046) - (xy 58.155113 85.064781) - (xy 58.153474 85.051803) - (xy 58.136081 85.007874) - (xy 58.134204 85.002392) - (xy 58.121019 84.957007) - (xy 58.11062 84.939424) - (xy 58.102066 84.921963) - (xy 58.094552 84.902983) - (xy 58.066793 84.864776) - (xy 58.063586 84.859894) - (xy 58.039544 84.819241) - (xy 58.039543 84.81924) - (xy 58.039542 84.819238) - (xy 58.025108 84.804804) - (xy 58.012471 84.790009) - (xy 58.000472 84.773493) - (xy 58.00047 84.77349) - (xy 57.964073 84.743381) - (xy 57.959751 84.739447) - (xy 56.92608 83.705776) - (xy 56.892595 83.644453) - (xy 56.897579 83.574761) - (xy 56.939451 83.518828) - (xy 57.004915 83.494411) - (xy 57.007474 83.494254) - (xy 57.010524 83.494099) - (xy 57.010544 83.494099) - (xy 57.114426 83.483487) - (xy 57.282738 83.427715) - (xy 57.433652 83.33463) - (xy 57.55903 83.209252) - (xy 57.652115 83.058338) - (xy 57.707887 82.890026) - (xy 57.7185 82.786145) - (xy 57.718499 82.197499) - (xy 57.738183 82.130461) - (xy 57.790987 82.084706) - (xy 57.842499 82.0735) - (xy 59.436406 82.0735) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 61.586199 62.642214) - (xy 61.589391 62.645295) - (xy 68.40001 69.455914) - (xy 68.409916 69.468278) - (xy 68.410126 69.468105) - (xy 68.415101 69.474119) - (xy 68.466195 69.5221) - (xy 68.487324 69.543229) - (xy 68.487328 69.543232) - (xy 68.487331 69.543235) - (xy 68.492905 69.547558) - (xy 68.497347 69.551352) - (xy 68.531779 69.583686) - (xy 68.531783 69.583689) - (xy 68.549663 69.593518) - (xy 68.565927 69.604201) - (xy 68.58206 69.616714) - (xy 68.625401 69.635469) - (xy 68.63065 69.638041) - (xy 68.650727 69.649078) - (xy 68.67204 69.660795) - (xy 68.691818 69.665873) - (xy 68.710219 69.672173) - (xy 68.728955 69.680281) - (xy 68.773462 69.687329) - (xy 68.775603 69.687669) - (xy 68.781312 69.688851) - (xy 68.82707 69.7006) - (xy 68.847484 69.7006) - (xy 68.866883 69.702127) - (xy 68.887043 69.70532) - (xy 68.934066 69.700875) - (xy 68.939904 69.7006) - (xy 78.953334 69.7006) - (xy 79.020373 69.720285) - (xy 79.041015 69.736919) - (xy 81.223915 71.919819) - (xy 81.2574 71.981142) - (xy 81.252416 72.050834) - (xy 81.210544 72.106767) - (xy 81.14508 72.131184) - (xy 81.136234 72.1315) - (xy 81.123288 72.1315) - (xy 81.07724 72.139184) - (xy 80.893045 72.16992) - (xy 80.67228 72.24571) - (xy 80.672266 72.245716) - (xy 80.466988 72.356806) - (xy 80.466986 72.356807) - (xy 80.291093 72.493711) - (xy 80.226099 72.519353) - (xy 80.157559 72.505786) - (xy 80.107234 72.457318) - (xy 80.098749 72.439189) - (xy 80.083355 72.397915) - (xy 80.08335 72.397906) - (xy 79.99719 72.282812) - (xy 79.997187 72.282809) - (xy 79.882093 72.196649) - (xy 79.882086 72.196645) - (xy 79.747379 72.146403) - (xy 79.747372 72.146401) - (xy 79.687844 72.14) - (xy 78.99 72.14) - (xy 78.99 73.104498) - (xy 78.882315 73.05532) - (xy 78.775763 73.04) - (xy 78.704237 73.04) - (xy 78.597685 73.05532) - (xy 78.49 73.104498) - (xy 78.49 72.14) - (xy 77.792155 72.14) - (xy 77.732627 72.146401) - (xy 77.73262 72.146403) - (xy 77.597913 72.196645) - (xy 77.597906 72.196649) - (xy 77.482812 72.282809) - (xy 77.482809 72.282812) - (xy 77.396649 72.397906) - (xy 77.396645 72.397913) - (xy 77.346403 72.53262) - (xy 77.346401 72.532627) - (xy 77.34 72.592155) - (xy 77.34 73.29) - (xy 78.306314 73.29) - (xy 78.280507 73.330156) - (xy 78.24 73.468111) - (xy 78.24 73.611889) - (xy 78.280507 73.749844) - (xy 78.306314 73.79) - (xy 77.34 73.79) - (xy 77.34 74.487844) - (xy 77.346401 74.547372) - (xy 77.346403 74.547379) - (xy 77.396645 74.682086) - (xy 77.396649 74.682093) - (xy 77.482809 74.797187) - (xy 77.482812 74.79719) - (xy 77.597906 74.88335) - (xy 77.597913 74.883354) - (xy 77.73262 74.933596) - (xy 77.732627 74.933598) - (xy 77.792155 74.939999) - (xy 77.792172 74.94) - (xy 78.49 74.94) - (xy 78.49 73.975501) - (xy 78.597685 74.02468) - (xy 78.704237 74.04) - (xy 78.775763 74.04) - (xy 78.882315 74.02468) - (xy 78.99 73.975501) - (xy 78.99 74.94) - (xy 79.687828 74.94) - (xy 79.687844 74.939999) - (xy 79.747372 74.933598) - (xy 79.747379 74.933596) - (xy 79.882086 74.883354) - (xy 79.882093 74.88335) - (xy 79.997187 74.79719) - (xy 79.99719 74.797187) - (xy 80.08335 74.682093) - (xy 80.083353 74.682088) - (xy 80.098748 74.640811) - (xy 80.140619 74.584876) - (xy 80.206083 74.560458) - (xy 80.274356 74.575309) - (xy 80.291093 74.586288) - (xy 80.466983 74.72319) - (xy 80.466985 74.723191) - (xy 80.466988 74.723193) - (xy 80.586331 74.787777) - (xy 80.672273 74.834287) - (xy 80.737411 74.856649) - (xy 80.893045 74.910079) - (xy 80.893047 74.910079) - (xy 80.893049 74.91008) - (xy 81.123288 74.9485) - (xy 81.123289 74.9485) - (xy 81.356712 74.9485) - (xy 81.586951 74.91008) - (xy 81.608447 74.902699) - (xy 81.678243 74.899547) - (xy 81.736394 74.932298) - (xy 87.722181 80.918085) - (xy 87.755666 80.979408) - (xy 87.7585 81.005766) - (xy 87.7585 84.664826) - (xy 87.738815 84.731865) - (xy 87.686011 84.77762) - (xy 87.616853 84.787564) - (xy 87.553297 84.758539) - (xy 87.536355 84.740612) - (xy 87.43533 84.609781) - (xy 87.435321 84.609771) - (xy 87.238429 84.419944) - (xy 87.238427 84.419942) - (xy 87.201857 84.393778) - (xy 87.015981 84.260795) - (xy 87.0082 84.256794) - (xy 86.772749 84.135739) - (xy 86.772727 84.13573) - (xy 86.513883 84.047424) - (xy 86.51387 84.047421) - (xy 86.513865 84.04742) - (xy 86.244903 83.99774) - (xy 85.971577 83.987751) - (xy 85.699703 84.017666) - (xy 85.435084 84.086846) - (xy 85.183364 84.193814) - (xy 84.949892 84.3363) - (xy 84.949882 84.336307) - (xy 84.739654 84.51126) - (xy 84.739648 84.511266) - (xy 84.557133 84.714966) - (xy 84.406217 84.943077) - (xy 84.290121 85.190732) - (xy 84.290119 85.190739) - (xy 84.211326 85.452633) - (xy 84.211323 85.452647) - (xy 84.191521 85.587204) - (xy 84.1715 85.723243) - (xy 84.1715 85.723247) - (xy 84.1715 86.448294) - (xy 84.186467 86.652782) - (xy 84.186469 86.652795) - (xy 84.245934 86.919746) - (xy 84.245937 86.919753) - (xy 84.343646 87.175221) - (xy 84.477506 87.413734) - (xy 84.477509 87.413739) - (xy 84.644669 87.630218) - (xy 84.644678 87.630228) - (xy 84.772894 87.753843) - (xy 84.841574 87.820059) - (xy 85.064019 87.979205) - (xy 85.135955 88.01619) - (xy 85.30725 88.10426) - (xy 85.307261 88.104264) - (xy 85.307266 88.104267) - (xy 85.307272 88.104269) - (xy 85.566116 88.192575) - (xy 85.566122 88.192576) - (xy 85.56613 88.192579) - (xy 85.835093 88.242259) - (xy 85.999091 88.248252) - (xy 86.108422 88.252248) - (xy 86.108422 88.252247) - (xy 86.108424 88.252248) - (xy 86.380296 88.222334) - (xy 86.644916 88.153153) - (xy 86.833281 88.073107) - (xy 86.896635 88.046185) - (xy 86.896638 88.046183) - (xy 86.896643 88.046181) - (xy 87.130112 87.903697) - (xy 87.340347 87.728738) - (xy 87.522867 87.525033) - (xy 87.531083 87.512613) - (xy 87.584489 87.467563) - (xy 87.653773 87.458538) - (xy 87.716938 87.488403) - (xy 87.75393 87.547677) - (xy 87.7585 87.581031) - (xy 87.7585 105.224826) - (xy 87.738815 105.291865) - (xy 87.686011 105.33762) - (xy 87.616853 105.347564) - (xy 87.553297 105.318539) - (xy 87.536355 105.300612) - (xy 87.43533 105.169781) - (xy 87.435321 105.169771) - (xy 87.238429 104.979944) - (xy 87.238427 104.979942) - (xy 87.146694 104.914312) - (xy 87.015981 104.820795) - (xy 87.0082 104.816794) - (xy 86.772749 104.695739) - (xy 86.772727 104.69573) - (xy 86.513883 104.607424) - (xy 86.51387 104.607421) - (xy 86.513865 104.60742) - (xy 86.244903 104.55774) - (xy 85.971577 104.547751) - (xy 85.699703 104.577666) - (xy 85.435084 104.646846) - (xy 85.183364 104.753814) - (xy 84.949892 104.8963) - (xy 84.949882 104.896307) - (xy 84.739654 105.07126) - (xy 84.739648 105.071266) - (xy 84.557133 105.274966) - (xy 84.406217 105.503077) - (xy 84.290121 105.750732) - (xy 84.290119 105.750739) - (xy 84.211326 106.012633) - (xy 84.211324 106.012645) - (xy 84.172101 106.27916) - (xy 84.142865 106.342619) - (xy 84.083961 106.380198) - (xy 84.014092 106.379965) - (xy 83.961741 106.348786) - (xy 81.909819 104.296864) - (xy 81.876334 104.235541) - (xy 81.8735 104.209183) - (xy 81.8735 94.95258) - (xy 81.893185 94.885541) - (xy 81.938484 94.843525) - (xy 82.013007 94.803196) - (xy 82.01301 94.803193) - (xy 82.013017 94.80319) - (xy 82.19722 94.659818) - (xy 82.355314 94.488083) - (xy 82.386191 94.440821) - (xy 82.439337 94.395465) - (xy 82.508568 94.386041) - (xy 82.571904 94.415542) - (xy 82.593809 94.440822) - (xy 82.624686 94.488084) - (xy 82.778629 94.655309) - (xy 82.78278 94.659818) - (xy 82.966983 94.80319) - (xy 82.966985 94.803191) - (xy 82.966988 94.803193) - (xy 82.966994 94.803196) - (xy 83.172273 94.914287) - (xy 83.283816 94.95258) - (xy 83.393045 94.990079) - (xy 83.393047 94.990079) - (xy 83.393049 94.99008) - (xy 83.623288 95.0285) - (xy 83.623289 95.0285) - (xy 83.856711 95.0285) - (xy 83.856712 95.0285) - (xy 84.086951 94.99008) - (xy 84.307727 94.914287) - (xy 84.513017 94.80319) - (xy 84.69722 94.659818) - (xy 84.855314 94.488083) - (xy 84.982984 94.292669) - (xy 85.076749 94.078907) - (xy 85.134051 93.852626) - (xy 85.147891 93.685601) - (xy 85.153327 93.620005) - (xy 85.153327 93.619994) - (xy 85.134051 93.387377) - (xy 85.134051 93.387374) - (xy 85.076749 93.161093) - (xy 84.982984 92.947331) - (xy 84.855313 92.751915) - (xy 84.697223 92.580185) - (xy 84.697222 92.580184) - (xy 84.69722 92.580182) - (xy 84.513017 92.43681) - (xy 84.513015 92.436809) - (xy 84.513014 92.436808) - (xy 84.513011 92.436806) - (xy 84.307733 92.325716) - (xy 84.30773 92.325715) - (xy 84.307727 92.325713) - (xy 84.307721 92.325711) - (xy 84.307719 92.32571) - (xy 84.086954 92.24992) - (xy 83.90765 92.22) - (xy 83.856712 92.2115) - (xy 83.623288 92.2115) - (xy 83.584914 92.217903) - (xy 83.393044 92.24992) - (xy 83.371545 92.257301) - (xy 83.301746 92.260449) - (xy 83.243604 92.2277) - (xy 80.375088 89.359183) - (xy 80.365187 89.346823) - (xy 80.364977 89.346998) - (xy 80.360002 89.340986) - (xy 80.36 89.340982) - (xy 80.329183 89.312043) - (xy 80.308922 89.293016) - (xy 80.287768 89.271863) - (xy 80.285792 89.270331) - (xy 80.282183 89.267531) - (xy 80.27775 89.263744) - (xy 80.243321 89.231414) - (xy 80.243319 89.231412) - (xy 80.225431 89.221578) - (xy 80.20917 89.210897) - (xy 80.193039 89.198384) - (xy 80.149693 89.179627) - (xy 80.144445 89.177056) - (xy 80.117251 89.162106) - (xy 80.10306 89.154305) - (xy 80.09966 89.153432) - (xy 80.083287 89.149228) - (xy 80.064881 89.142926) - (xy 80.046144 89.134818) - (xy 80.046146 89.134818) - (xy 79.999496 89.12743) - (xy 79.993781 89.126246) - (xy 79.973612 89.121068) - (xy 79.948032 89.1145) - (xy 79.94803 89.1145) - (xy 79.927616 89.1145) - (xy 79.908217 89.112973) - (xy 79.888058 89.10978) - (xy 79.888057 89.10978) - (xy 79.841034 89.114225) - (xy 79.835196 89.1145) - (xy 69.581767 89.1145) - (xy 69.514728 89.094815) - (xy 69.494086 89.078181) - (xy 66.864199 86.448294) - (xy 74.5715 86.448294) - (xy 74.586467 86.652782) - (xy 74.586469 86.652795) - (xy 74.645934 86.919746) - (xy 74.645937 86.919753) - (xy 74.743646 87.175221) - (xy 74.877506 87.413734) - (xy 74.877509 87.413739) - (xy 75.044669 87.630218) - (xy 75.044678 87.630228) - (xy 75.172894 87.753843) - (xy 75.241574 87.820059) - (xy 75.464019 87.979205) - (xy 75.535955 88.01619) - (xy 75.70725 88.10426) - (xy 75.707261 88.104264) - (xy 75.707266 88.104267) - (xy 75.707272 88.104269) - (xy 75.966116 88.192575) - (xy 75.966122 88.192576) - (xy 75.96613 88.192579) - (xy 76.235093 88.242259) - (xy 76.399091 88.248252) - (xy 76.508422 88.252248) - (xy 76.508422 88.252247) - (xy 76.508424 88.252248) - (xy 76.780296 88.222334) - (xy 77.044916 88.153153) - (xy 77.233281 88.073107) - (xy 77.296635 88.046185) - (xy 77.296638 88.046183) - (xy 77.296643 88.046181) - (xy 77.530112 87.903697) - (xy 77.740347 87.728738) - (xy 77.922867 87.525033) - (xy 78.073783 87.296923) - (xy 78.189877 87.049271) - (xy 78.229276 86.918313) - (xy 78.268673 86.787366) - (xy 78.268673 86.787362) - (xy 78.268676 86.787355) - (xy 78.3085 86.516757) - (xy 78.3085 85.791712) - (xy 78.293533 85.587217) - (xy 78.285462 85.550988) - (xy 78.234065 85.320253) - (xy 78.234063 85.320249) - (xy 78.234063 85.320247) - (xy 78.136355 85.064781) - (xy 78.002493 84.826264) - (xy 77.964931 84.77762) - (xy 77.83533 84.609781) - (xy 77.835321 84.609771) - (xy 77.638429 84.419944) - (xy 77.638427 84.419942) - (xy 77.601857 84.393778) - (xy 77.415981 84.260795) - (xy 77.4082 84.256794) - (xy 77.172749 84.135739) - (xy 77.172727 84.13573) - (xy 76.913883 84.047424) - (xy 76.91387 84.047421) - (xy 76.913865 84.04742) - (xy 76.644903 83.99774) - (xy 76.371577 83.987751) - (xy 76.099703 84.017666) - (xy 75.835084 84.086846) - (xy 75.583364 84.193814) - (xy 75.349892 84.3363) - (xy 75.349882 84.336307) - (xy 75.139654 84.51126) - (xy 75.139648 84.511266) - (xy 74.957133 84.714966) - (xy 74.806217 84.943077) - (xy 74.690121 85.190732) - (xy 74.690119 85.190739) - (xy 74.611326 85.452633) - (xy 74.611323 85.452647) - (xy 74.591521 85.587204) - (xy 74.5715 85.723243) - (xy 74.5715 85.723247) - (xy 74.5715 86.448294) - (xy 66.864199 86.448294) - (xy 62.485295 82.06939) - (xy 62.45181 82.008067) - (xy 62.456794 81.938375) - (xy 62.458379 81.934346) - (xy 62.461115 81.927742) - (xy 62.518934 81.686911) - (xy 62.538366 81.44) - (xy 62.518934 81.193089) - (xy 62.461115 80.952258) - (xy 62.391567 80.784354) - (xy 62.366336 80.723441) - (xy 62.340977 80.682059) - (xy 62.236925 80.51226) - (xy 62.076073 80.323927) - (xy 61.88774 80.163075) - (xy 61.676563 80.033666) - (xy 61.676562 80.033665) - (xy 61.676558 80.033663) - (xy 61.447744 79.938886) - (xy 61.447742 79.938885) - (xy 61.206911 79.881066) - (xy 61.206909 79.881065) - (xy 61.206906 79.881065) - (xy 60.96 79.861634) - (xy 60.713093 79.881065) - (xy 60.713089 79.881066) - (xy 60.472258 79.938885) - (xy 60.472256 79.938885) - (xy 60.472255 79.938886) - (xy 60.243441 80.033663) - (xy 60.032259 80.163075) - (xy 59.843927 80.323927) - (xy 59.683075 80.512259) - (xy 59.553662 80.723444) - (xy 59.550968 80.729949) - (xy 59.507129 80.784354) - (xy 59.440836 80.806421) - (xy 59.436406 80.8065) - (xy 57.539234 80.8065) - (xy 57.523486 80.804761) - (xy 57.523461 80.805032) - (xy 57.515694 80.804298) - (xy 57.515691 80.804298) - (xy 57.445642 80.8065) - (xy 57.415737 80.8065) - (xy 57.408743 80.807384) - (xy 57.40292 80.807842) - (xy 57.355712 80.809326) - (xy 57.355709 80.809327) - (xy 57.336106 80.815022) - (xy 57.317058 80.818966) - (xy 57.296803 80.821526) - (xy 57.280947 80.827803) - (xy 57.252885 80.838913) - (xy 57.247359 80.840805) - (xy 57.202007 80.853981) - (xy 57.184433 80.864374) - (xy 57.166972 80.872928) - (xy 57.147986 80.880446) - (xy 57.147984 80.880447) - (xy 57.109772 80.908208) - (xy 57.10489 80.911415) - (xy 57.064237 80.935457) - (xy 57.049801 80.949894) - (xy 57.035015 80.962523) - (xy 57.018493 80.974528) - (xy 57.018491 80.974529) - (xy 57.018491 80.97453) - (xy 57.018488 80.974532) - (xy 56.98838 81.010925) - (xy 56.984449 81.015246) - (xy 56.958913 81.040781) - (xy 56.89759 81.074266) - (xy 56.871232 81.0771) - (xy 56.209462 81.0771) - (xy 56.209446 81.077101) - (xy 56.105572 81.087713) - (xy 55.937264 81.143484) - (xy 55.937259 81.143486) - (xy 55.786346 81.236571) - (xy 55.697681 81.325237) - (xy 55.636358 81.358722) - (xy 55.566666 81.353738) - (xy 55.522319 81.325237) - (xy 55.433653 81.236571) - (xy 55.433652 81.23657) - (xy 55.282738 81.143485) - (xy 55.282735 81.143484) - (xy 55.114427 81.087713) - (xy 55.010546 81.0771) - (xy 54.209462 81.0771) - (xy 54.209446 81.077101) - (xy 54.105572 81.087713) - (xy 53.937264 81.143484) - (xy 53.937259 81.143486) - (xy 53.786346 81.236571) - (xy 53.660971 81.361946) - (xy 53.567886 81.512859) - (xy 53.567884 81.512864) - (xy 53.512113 81.681172) - (xy 53.5015 81.785047) - (xy 53.5015 82.786137) - (xy 53.501501 82.786153) - (xy 53.512113 82.890027) - (xy 53.55464 83.018366) - (xy 53.567885 83.058338) - (xy 53.66097 83.209252) - (xy 53.786348 83.33463) - (xy 53.937262 83.427715) - (xy 54.105574 83.483487) - (xy 54.209455 83.4941) - (xy 54.871233 83.494099) - (xy 54.938272 83.513783) - (xy 54.958914 83.530418) - (xy 56.255657 84.827161) - (xy 56.289142 84.888484) - (xy 56.284158 84.958176) - (xy 56.242286 85.014109) - (xy 56.180579 85.0382) - (xy 56.105572 85.045863) - (xy 55.937264 85.101634) - (xy 55.937259 85.101636) - (xy 55.786346 85.194721) - (xy 55.697681 85.283387) - (xy 55.636358 85.316872) - (xy 55.566666 85.311888) - (xy 55.522319 85.283387) - (xy 55.433653 85.194721) - (xy 55.433652 85.19472) - (xy 55.297456 85.110713) - (xy 55.28274 85.101636) - (xy 55.282735 85.101634) - (xy 55.114427 85.045863) - (xy 55.010552 85.03525) - (xy 55.010545 85.03525) - (xy 54.348767 85.03525) - (xy 54.281728 85.015565) - (xy 54.261086 84.998931) - (xy 51.723819 82.461664) - (xy 51.690334 82.400341) - (xy 51.6875 82.373983) - (xy 51.6875 79.815615) - (xy 51.689027 79.796214) - (xy 51.69222 79.776057) - (xy 51.687775 79.729033) - (xy 51.6875 79.723195) - (xy 51.6875 72.9193) - (xy 52.465001 72.9193) - (xy 52.465001 73.092622) - (xy 52.475144 73.191907) - (xy 52.528452 73.352781) - (xy 52.528457 73.352792) - (xy 52.617424 73.497028) - (xy 52.617427 73.497032) - (xy 52.737267 73.616872) - (xy 52.737271 73.616875) - (xy 52.881507 73.705842) - (xy 52.881518 73.705847) - (xy 53.042393 73.759155) - (xy 53.141683 73.769299) - (xy 53.165 73.769298) - (xy 53.165 72.9193) - (xy 52.465001 72.9193) - (xy 51.6875 72.9193) - (xy 51.6875 72.4193) - (xy 52.465 72.4193) - (xy 53.165 72.4193) - (xy 53.165 71.569299) - (xy 53.141693 71.5693) - (xy 53.141674 71.569301) - (xy 53.042392 71.579444) - (xy 52.881518 71.632752) - (xy 52.881507 71.632757) - (xy 52.737271 71.721724) - (xy 52.737267 71.721727) - (xy 52.617427 71.841567) - (xy 52.617424 71.841571) - (xy 52.528457 71.985807) - (xy 52.528452 71.985818) - (xy 52.475144 72.146693) - (xy 52.465 72.245977) - (xy 52.465 72.4193) - (xy 51.6875 72.4193) - (xy 51.6875 66.090766) - (xy 51.707185 66.023727) - (xy 51.759989 65.977972) - (xy 51.829147 65.968028) - (xy 51.892703 65.997053) - (xy 51.899181 66.003085) - (xy 53.530383 67.634287) - (xy 53.563868 67.69561) - (xy 53.560408 67.76097) - (xy 53.512114 67.906717) - (xy 53.512113 67.906721) - (xy 53.5015 68.010597) - (xy 53.5015 69.011687) - (xy 53.501501 69.011703) - (xy 53.512113 69.115577) - (xy 53.531172 69.173093) - (xy 53.567885 69.283888) - (xy 53.66097 69.434802) - (xy 53.786348 69.56018) - (xy 53.937262 69.653265) - (xy 54.105574 69.709037) - (xy 54.209455 69.71965) - (xy 54.212524 69.719806) - (xy 54.278479 69.742865) - (xy 54.321497 69.797922) - (xy 54.32792 69.867496) - (xy 54.295709 69.929497) - (xy 54.293916 69.931327) - (xy 54.213679 70.011564) - (xy 54.20132 70.021468) - (xy 54.201493 70.021677) - (xy 54.195483 70.026649) - (xy 54.147515 70.077729) - (xy 54.126372 70.098872) - (xy 54.126357 70.098889) - (xy 54.122031 70.104464) - (xy 54.118247 70.108894) - (xy 54.085919 70.143321) - (xy 54.085912 70.143331) - (xy 54.076079 70.161217) - (xy 54.065403 70.17747) - (xy 54.052886 70.193607) - (xy 54.052885 70.193609) - (xy 54.034125 70.23696) - (xy 54.031555 70.242206) - (xy 54.008803 70.283591) - (xy 54.008803 70.283592) - (xy 54.003725 70.30337) - (xy 53.997425 70.321772) - (xy 53.989318 70.340507) - (xy 53.981931 70.387145) - (xy 53.980746 70.392866) - (xy 53.969 70.438615) - (xy 53.969 70.459034) - (xy 53.967473 70.478433) - (xy 53.96428 70.498591) - (xy 53.96428 70.498592) - (xy 53.968725 70.545616) - (xy 53.969 70.551454) - (xy 53.969 71.467831) - (xy 53.949315 71.53487) - (xy 53.896511 71.580625) - (xy 53.827353 71.590569) - (xy 53.805998 71.585538) - (xy 53.787606 71.579443) - (xy 53.688322 71.5693) - (xy 53.665 71.5693) - (xy 53.665 73.769299) - (xy 53.688308 73.769299) - (xy 53.688322 73.769298) - (xy 53.787608 73.759155) - (xy 53.805994 73.753063) - (xy 53.875822 73.75066) - (xy 53.935865 73.78639) - (xy 53.967058 73.84891) - (xy 53.969 73.870768) - (xy 53.969 76.661984) - (xy 53.949315 76.729023) - (xy 53.896511 76.774778) - (xy 53.879595 76.78106) - (xy 53.751404 76.818303) - (xy 53.751398 76.818305) - (xy 53.608196 76.902994) - (xy 53.608187 76.903001) - (xy 53.490551 77.020637) - (xy 53.490544 77.020646) - (xy 53.405855 77.163848) - (xy 53.405853 77.163853) - (xy 53.359438 77.323614) - (xy 53.359437 77.32362) - (xy 53.3565 77.360945) - (xy 53.3565 77.793955) - (xy 53.359437 77.831279) - (xy 53.359438 77.831285) - (xy 53.405853 77.991046) - (xy 53.405855 77.991051) - (xy 53.490544 78.134253) - (xy 53.490551 78.134262) - (xy 53.608187 78.251898) - (xy 53.608191 78.251901) - (xy 53.608193 78.251903) - (xy 53.751399 78.336595) - (xy 53.79353 78.348835) - (xy 53.911164 78.383011) - (xy 53.911167 78.383011) - (xy 53.911169 78.383012) - (xy 53.920501 78.383746) - (xy 53.948495 78.38595) - (xy 53.948498 78.38595) - (xy 55.1075 78.38595) - (xy 55.174539 78.405635) - (xy 55.220294 78.458439) - (xy 55.2315 78.50995) - (xy 55.2315 78.743955) - (xy 55.234437 78.781279) - (xy 55.234438 78.781285) - (xy 55.280853 78.941046) - (xy 55.280855 78.941051) - (xy 55.365544 79.084253) - (xy 55.365551 79.084262) - (xy 55.483187 79.201898) - (xy 55.48319 79.2019) - (xy 55.483193 79.201903) - (xy 55.626399 79.286595) - (xy 55.66853 79.298835) - (xy 55.786164 79.333011) - (xy 55.786167 79.333011) - (xy 55.786169 79.333012) - (xy 55.795501 79.333746) - (xy 55.823495 79.33595) - (xy 55.823498 79.33595) - (xy 57.131505 79.33595) - (xy 57.153899 79.334187) - (xy 57.168831 79.333012) - (xy 57.168833 79.333011) - (xy 57.168835 79.333011) - (xy 57.210962 79.320771) - (xy 57.328601 79.286595) - (xy 57.471807 79.201903) - (xy 57.513848 79.15986) - (xy 57.555876 79.132252) - (xy 57.565278 79.128529) - (xy 57.570763 79.126651) - (xy 57.616143 79.113468) - (xy 57.633715 79.103075) - (xy 57.651182 79.094518) - (xy 57.670167 79.087002) - (xy 57.708376 79.05924) - (xy 57.713254 79.056035) - (xy 57.753912 79.031992) - (xy 57.768352 79.01755) - (xy 57.783142 79.00492) - (xy 57.799657 78.992922) - (xy 57.829772 78.956517) - (xy 57.833676 78.952226) - (xy 59.193606 77.592296) - (xy 59.254927 77.558813) - (xy 59.321545 77.562697) - (xy 59.343049 77.57008) - (xy 59.573288 77.6085) - (xy 59.806711 77.6085) - (xy 59.806712 77.6085) - (xy 60.036951 77.57008) - (xy 60.257727 77.494287) - (xy 60.463017 77.38319) - (xy 60.64722 77.239818) - (xy 60.653646 77.232837) - (xy 60.713531 77.196845) - (xy 60.783369 77.198944) - (xy 60.840986 77.238466) - (xy 60.861059 77.273485) - (xy 60.886645 77.342086) - (xy 60.886649 77.342093) - (xy 60.972809 77.457187) - (xy 60.972812 77.45719) - (xy 61.087906 77.54335) - (xy 61.087913 77.543354) - (xy 61.22262 77.593596) - (xy 61.222627 77.593598) - (xy 61.282155 77.599999) - (xy 61.282172 77.6) - (xy 61.98 77.6) - (xy 61.98 76.574189) - (xy 62.032547 76.610016) - (xy 62.162173 76.65) - (xy 62.263724 76.65) - (xy 62.364138 76.634865) - (xy 62.48 76.579068) - (xy 62.48 77.6) - (xy 63.177828 77.6) - (xy 63.177844 77.599999) - (xy 63.237372 77.593598) - (xy 63.237379 77.593596) - (xy 63.372086 77.543354) - (xy 63.372093 77.54335) - (xy 63.487187 77.45719) - (xy 63.48719 77.457187) - (xy 63.57335 77.342093) - (xy 63.573354 77.342086) - (xy 63.623596 77.207379) - (xy 63.623598 77.207372) - (xy 63.629999 77.147844) - (xy 63.63 77.147827) - (xy 63.63 76.45) - (xy 62.605278 76.45) - (xy 62.653625 76.36626) - (xy 62.68381 76.234008) - (xy 62.673673 76.098735) - (xy 62.624113 75.972459) - (xy 62.606203 75.95) - (xy 63.63 75.95) - (xy 63.63 75.252172) - (xy 63.629999 75.252155) - (xy 63.623598 75.192627) - (xy 63.623596 75.19262) - (xy 63.573354 75.057913) - (xy 63.57335 75.057906) - (xy 63.48719 74.942812) - (xy 63.487187 74.942809) - (xy 63.372093 74.856649) - (xy 63.372086 74.856645) - (xy 63.237379 74.806403) - (xy 63.237372 74.806401) - (xy 63.177844 74.8) - (xy 62.48 74.8) - (xy 62.48 75.82581) - (xy 62.427453 75.789984) - (xy 62.297827 75.75) - (xy 62.196276 75.75) - (xy 62.095862 75.765135) - (xy 61.98 75.820931) - (xy 61.98 74.8) - (xy 61.282155 74.8) - (xy 61.222627 74.806401) - (xy 61.22262 74.806403) - (xy 61.087913 74.856645) - (xy 61.087906 74.856649) - (xy 60.972812 74.942809) - (xy 60.972809 74.942812) - (xy 60.886649 75.057906) - (xy 60.886645 75.057913) - (xy 60.861059 75.126514) - (xy 60.819188 75.182448) - (xy 60.753723 75.206865) - (xy 60.68545 75.192013) - (xy 60.653649 75.167165) - (xy 60.647224 75.160186) - (xy 60.647222 75.160184) - (xy 60.64722 75.160182) - (xy 60.463017 75.01681) - (xy 60.463015 75.016809) - (xy 60.463014 75.016808) - (xy 60.463011 75.016806) - (xy 60.257733 74.905716) - (xy 60.25773 74.905715) - (xy 60.257727 74.905713) - (xy 60.257721 74.905711) - (xy 60.257719 74.90571) - (xy 60.036954 74.82992) - (xy 59.840792 74.797187) - (xy 59.806712 74.7915) - (xy 59.573288 74.7915) - (xy 59.539208 74.797187) - (xy 59.343045 74.82992) - (xy 59.12228 74.90571) - (xy 59.122266 74.905716) - (xy 58.916988 75.016806) - (xy 58.916985 75.016808) - (xy 58.732781 75.160181) - (xy 58.574686 75.331915) - (xy 58.447015 75.527331) - (xy 58.353251 75.741092) - (xy 58.295948 75.967377) - (xy 58.276673 76.199994) - (xy 58.276673 76.200005) - (xy 58.295948 76.432622) - (xy 58.332305 76.576192) - (xy 58.32968 76.646012) - (xy 58.29978 76.694313) - (xy 57.901432 77.092661) - (xy 57.840109 77.126146) - (xy 57.770417 77.121162) - (xy 57.714484 77.07929) - (xy 57.690067 77.013826) - (xy 57.694675 76.970385) - (xy 57.720561 76.881285) - (xy 57.720562 76.881279) - (xy 57.7235 76.843955) - (xy 57.7235 76.410945) - (xy 57.720562 76.37362) - (xy 57.720561 76.373614) - (xy 57.674146 76.213853) - (xy 57.674145 76.213849) - (xy 57.589453 76.070643) - (xy 57.589451 76.070641) - (xy 57.589448 76.070637) - (xy 57.471812 75.953001) - (xy 57.471803 75.952994) - (xy 57.328601 75.868305) - (xy 57.328595 75.868303) - (xy 57.200405 75.83106) - (xy 57.141519 75.793454) - (xy 57.112313 75.729981) - (xy 57.111 75.711984) - (xy 57.111 73.849898) - (xy 57.130685 73.782859) - (xy 57.183489 73.737104) - (xy 57.195984 73.732196) - (xy 57.252101 73.713602) - (xy 57.39804 73.623585) - (xy 57.519285 73.50234) - (xy 57.609302 73.356401) - (xy 57.663236 73.193636) - (xy 57.6735 73.093172) - (xy 57.6735 72.658065) - (xy 57.693185 72.591026) - (xy 57.709815 72.570388) - (xy 57.923813 72.356389) - (xy 57.936177 72.346486) - (xy 57.936003 72.346276) - (xy 57.942015 72.341302) - (xy 57.942015 72.341301) - (xy 57.942018 72.3413) - (xy 57.989984 72.29022) - (xy 58.011135 72.26907) - (xy 58.015461 72.263492) - (xy 58.01925 72.259055) - (xy 58.051586 72.224621) - (xy 58.061419 72.206732) - (xy 58.072102 72.190469) - (xy 58.084614 72.174341) - (xy 58.103371 72.130991) - (xy 58.105941 72.125747) - (xy 58.128693 72.084364) - (xy 58.128693 72.084363) - (xy 58.128695 72.08436) - (xy 58.133774 72.064573) - (xy 58.14007 72.046185) - (xy 58.148181 72.027445) - (xy 58.154775 71.985807) - (xy 58.155569 71.980797) - (xy 58.156751 71.975086) - (xy 58.1685 71.92933) - (xy 58.1685 71.908915) - (xy 58.170027 71.889514) - (xy 58.17322 71.869357) - (xy 58.168775 71.822333) - (xy 58.1685 71.816495) - (xy 58.1685 69.42) - (xy 59.381634 69.42) - (xy 59.401065 69.666906) - (xy 59.401065 69.666909) - (xy 59.401066 69.666911) - (xy 59.458885 69.907742) - (xy 59.458886 69.907744) - (xy 59.553663 70.136558) - (xy 59.553665 70.136562) - (xy 59.553666 70.136563) - (xy 59.683075 70.34774) - (xy 59.843927 70.536073) - (xy 60.03226 70.696925) - (xy 60.243437 70.826334) - (xy 60.24344 70.826335) - (xy 60.243443 70.826337) - (xy 60.340258 70.866439) - (xy 60.394662 70.91028) - (xy 60.416727 70.976574) - (xy 60.399448 71.044273) - (xy 60.348311 71.091884) - (xy 60.292806 71.105) - (xy 59.947155 71.105) - (xy 59.887627 71.111401) - (xy 59.88762 71.111403) - (xy 59.752913 71.161645) - (xy 59.752906 71.161649) - (xy 59.637812 71.247809) - (xy 59.637809 71.247812) - (xy 59.551649 71.362906) - (xy 59.551645 71.362913) - (xy 59.501403 71.49762) - (xy 59.501401 71.497627) - (xy 59.495 71.557155) - (xy 59.495 72.27) - (xy 60.40348 72.27) - (xy 60.375245 72.330002) - (xy 60.346365 72.481393) - (xy 60.356043 72.635211) - (xy 60.399838 72.77) - (xy 59.495 72.77) - (xy 59.495 73.482844) - (xy 59.501401 73.542372) - (xy 59.501403 73.542379) - (xy 59.551645 73.677086) - (xy 59.551649 73.677093) - (xy 59.637809 73.792187) - (xy 59.637812 73.79219) - (xy 59.752906 73.87835) - (xy 59.752913 73.878354) - (xy 59.88762 73.928596) - (xy 59.887627 73.928598) - (xy 59.947155 73.934999) - (xy 59.947172 73.935) - (xy 60.71 73.935) - (xy 60.71 73.078664) - (xy 60.733659 73.091671) - (xy 60.882939 73.13) - (xy 60.998375 73.13) - (xy 61.112906 73.115531) - (xy 61.21 73.077088) - (xy 61.21 73.935) - (xy 61.972828 73.935) - (xy 61.972844 73.934999) - (xy 62.032372 73.928598) - (xy 62.032379 73.928596) - (xy 62.167086 73.878354) - (xy 62.167093 73.87835) - (xy 62.282187 73.79219) - (xy 62.28219 73.792187) - (xy 62.36835 73.677093) - (xy 62.368354 73.677086) - (xy 62.418596 73.542379) - (xy 62.418598 73.542372) - (xy 62.424999 73.482844) - (xy 62.425 73.482827) - (xy 62.425 72.77) - (xy 61.51652 72.77) - (xy 61.544755 72.709998) - (xy 61.573635 72.558607) - (xy 61.563957 72.404789) - (xy 61.520162 72.27) - (xy 62.425 72.27) - (xy 62.425 71.557172) - (xy 62.424999 71.557155) - (xy 62.418598 71.497627) - (xy 62.418596 71.49762) - (xy 62.368354 71.362913) - (xy 62.36835 71.362906) - (xy 62.28219 71.247812) - (xy 62.282187 71.247809) - (xy 62.167093 71.161649) - (xy 62.167086 71.161645) - (xy 62.032379 71.111403) - (xy 62.032372 71.111401) - (xy 61.972844 71.105) - (xy 61.627194 71.105) - (xy 61.560155 71.085315) - (xy 61.5144 71.032511) - (xy 61.504456 70.963353) - (xy 61.533481 70.899797) - (xy 61.579742 70.866439) - (xy 61.676556 70.826337) - (xy 61.676556 70.826336) - (xy 61.676563 70.826334) - (xy 61.88774 70.696925) - (xy 62.076073 70.536073) - (xy 62.236925 70.34774) - (xy 62.366334 70.136563) - (xy 62.461115 69.907742) - (xy 62.518934 69.666911) - (xy 62.538366 69.42) - (xy 62.518934 69.173089) - (xy 62.461115 68.932258) - (xy 62.366334 68.703437) - (xy 62.236925 68.49226) - (xy 62.076073 68.303927) - (xy 61.88774 68.143075) - (xy 61.676563 68.013666) - (xy 61.676562 68.013665) - (xy 61.676558 68.013663) - (xy 61.447744 67.918886) - (xy 61.447742 67.918885) - (xy 61.206911 67.861066) - (xy 61.206909 67.861065) - (xy 61.206906 67.861065) - (xy 60.96 67.841634) - (xy 60.713093 67.861065) - (xy 60.713089 67.861066) - (xy 60.472258 67.918885) - (xy 60.472256 67.918885) - (xy 60.472255 67.918886) - (xy 60.243441 68.013663) - (xy 60.032259 68.143075) - (xy 59.843927 68.303927) - (xy 59.683075 68.492259) - (xy 59.553663 68.703441) - (xy 59.458886 68.932255) - (xy 59.401065 69.173093) - (xy 59.381634 69.42) - (xy 58.1685 69.42) - (xy 58.1685 67.174805) - (xy 58.170239 67.159053) - (xy 58.169968 67.159028) - (xy 58.1707 67.151272) - (xy 58.170702 67.151265) - (xy 58.1685 67.081201) - (xy 58.1685 67.051317) - (xy 58.167614 67.044314) - (xy 58.167157 67.038495) - (xy 58.165674 66.991286) - (xy 58.165674 66.991284) - (xy 58.159974 66.971665) - (xy 58.156031 66.952619) - (xy 58.153474 66.932377) - (xy 58.153474 66.932376) - (xy 58.136081 66.888447) - (xy 58.134204 66.882965) - (xy 58.121019 66.83758) - (xy 58.11062 66.819997) - (xy 58.102066 66.802536) - (xy 58.094552 66.783556) - (xy 58.066793 66.745349) - (xy 58.063586 66.740467) - (xy 58.039544 66.699814) - (xy 58.039543 66.699813) - (xy 58.039542 66.699811) - (xy 58.025108 66.685377) - (xy 58.012471 66.670582) - (xy 58.000472 66.654066) - (xy 58.00047 66.654063) - (xy 57.964073 66.623954) - (xy 57.959751 66.62002) - (xy 57.238696 65.898965) - (xy 57.205211 65.837642) - (xy 57.210195 65.76795) - (xy 57.252067 65.712017) - (xy 57.276665 65.699174) - (xy 57.276195 65.698165) - (xy 57.28273 65.695117) - (xy 57.282738 65.695115) - (xy 57.433652 65.60203) - (xy 57.55903 65.476652) - (xy 57.652115 65.325738) - (xy 57.686384 65.222314) - (xy 57.726155 65.164871) - (xy 57.769499 65.142241) - (xy 57.770027 65.142087) - (xy 57.780593 65.139018) - (xy 57.798165 65.128625) - (xy 57.815632 65.120068) - (xy 57.834617 65.112552) - (xy 57.872826 65.08479) - (xy 57.877704 65.081585) - (xy 57.918362 65.057542) - (xy 57.932802 65.0431) - (xy 57.947592 65.03047) - (xy 57.964107 65.018472) - (xy 57.994222 64.982067) - (xy 57.998126 64.977776) - (xy 60.330609 62.645293) - (xy 60.39193 62.61181) - (xy 60.461622 62.616794) - (xy 60.465724 62.618408) - (xy 60.472258 62.621115) - (xy 60.713089 62.678934) - (xy 60.96 62.698366) - (xy 61.206911 62.678934) - (xy 61.447742 62.621115) - (xy 61.454251 62.618418) - (xy 61.523717 62.610944) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 53.097617 51.707185) - (xy 53.118259 51.723819) - (xy 53.8036 52.409159) - (xy 53.722852 52.421948) - (xy 53.609955 52.479472) - (xy 53.520359 52.569068) - (xy 53.462835 52.681965) - (xy 53.450046 52.762712) - (xy 52.768973 52.081639) - (xy 52.768972 52.08164) - (xy 52.717868 52.154626) - (xy 52.621734 52.360786) - (xy 52.62173 52.360795) - (xy 52.56286 52.580502) - (xy 52.562858 52.580513) - (xy 52.543034 52.80711) - (xy 52.543034 52.807115) - (xy 52.562858 53.033712) - (xy 52.56286 53.033723) - (xy 52.62173 53.25343) - (xy 52.621734 53.253439) - (xy 52.717865 53.459594) - (xy 52.717866 53.459596) - (xy 52.768973 53.532584) - (xy 52.768974 53.532585) - (xy 53.450046 52.851512) - (xy 53.462835 52.932261) - (xy 53.520359 53.045158) - (xy 53.609955 53.134754) - (xy 53.722852 53.192278) - (xy 53.803599 53.205066) - (xy 53.114464 53.8942) - (xy 53.106807 53.932305) - (xy 53.058192 53.982488) - (xy 53.0026 53.997148) - (xy 53.002653 53.998153) - (xy 53.002665 53.998257) - (xy 53.002659 53.998257) - (xy 53.002669 53.998436) - (xy 52.999345 53.998613) - (xy 52.938797 54.005124) - (xy 52.938795 54.005124) - (xy 52.801795 54.056224) - (xy 52.684739 54.143852) - (xy 52.597111 54.260908) - (xy 52.546011 54.397908) - (xy 52.546011 54.39791) - (xy 52.5395 54.458458) - (xy 52.5395 56.155767) - (xy 52.546011 56.216315) - (xy 52.546011 56.216317) - (xy 52.581675 56.311932) - (xy 52.597111 56.353317) - (xy 52.684739 56.470374) - (xy 52.801796 56.558002) - (xy 52.938799 56.609102) - (xy 52.96605 56.612031) - (xy 52.999345 56.615612) - (xy 52.999362 56.615613) - (xy 53.847195 56.615613) - (xy 53.914234 56.635298) - (xy 53.934876 56.651932) - (xy 56.275509 58.992565) - (xy 56.288144 59.007358) - (xy 56.296216 59.018468) - (xy 56.296218 59.01847) - (xy 56.347185 59.064361) - (xy 56.34954 59.066596) - (xy 56.364876 59.081932) - (xy 56.364887 59.081942) - (xy 56.381743 59.095592) - (xy 56.384211 59.0977) - (xy 56.435169 59.143583) - (xy 56.43517 59.143583) - (xy 56.435172 59.143585) - (xy 56.446039 59.149858) - (xy 56.447058 59.150447) - (xy 56.463096 59.16147) - (xy 56.47376 59.170106) - (xy 56.473762 59.170107) - (xy 56.534867 59.201241) - (xy 56.537702 59.202781) - (xy 56.562357 59.217014) - (xy 56.597102 59.237075) - (xy 56.61016 59.241317) - (xy 56.628128 59.248759) - (xy 56.640363 59.254994) - (xy 56.70661 59.272744) - (xy 56.709681 59.273653) - (xy 56.774931 59.294855) - (xy 56.788589 59.29629) - (xy 56.807709 59.299834) - (xy 56.820972 59.303388) - (xy 56.889454 59.306976) - (xy 56.892672 59.307229) - (xy 56.909901 59.309041) - (xy 56.914266 59.3095) - (xy 56.914267 59.3095) - (xy 56.935971 59.3095) - (xy 56.939214 59.309584) - (xy 57.007697 59.313174) - (xy 57.021253 59.311026) - (xy 57.040651 59.3095) - (xy 60.753523 59.3095) - (xy 60.820562 59.329185) - (xy 60.866317 59.381989) - (xy 60.876261 59.451147) - (xy 60.847236 59.514703) - (xy 60.788458 59.552477) - (xy 60.763252 59.557118) - (xy 60.713093 59.561065) - (xy 60.713089 59.561066) - (xy 60.472258 59.618885) - (xy 60.472256 59.618885) - (xy 60.472255 59.618886) - (xy 60.243441 59.713663) - (xy 60.032259 59.843075) - (xy 59.843927 60.003927) - (xy 59.683075 60.192259) - (xy 59.553663 60.403441) - (xy 59.458886 60.632255) - (xy 59.401065 60.873093) - (xy 59.381634 61.12) - (xy 59.401065 61.366906) - (xy 59.401065 61.366909) - (xy 59.401066 61.366911) - (xy 59.458885 61.607742) - (xy 59.458885 61.607743) - (xy 59.458886 61.607745) - (xy 59.458887 61.607748) - (xy 59.461583 61.614256) - (xy 59.469052 61.683725) - (xy 59.437777 61.746205) - (xy 59.434703 61.74939) - (xy 57.644569 63.539525) - (xy 57.583246 63.57301) - (xy 57.513554 63.568026) - (xy 57.469207 63.539525) - (xy 57.433653 63.503971) - (xy 57.433652 63.50397) - (xy 57.282738 63.410885) - (xy 57.282735 63.410884) - (xy 57.114427 63.355113) - (xy 57.010546 63.3445) - (xy 56.209462 63.3445) - (xy 56.209446 63.344501) - (xy 56.105572 63.355113) - (xy 55.937264 63.410884) - (xy 55.937259 63.410886) - (xy 55.786346 63.503971) - (xy 55.697681 63.592637) - (xy 55.636358 63.626122) - (xy 55.566666 63.621138) - (xy 55.522319 63.592637) - (xy 55.433653 63.503971) - (xy 55.433652 63.50397) - (xy 55.282738 63.410885) - (xy 55.282735 63.410884) - (xy 55.114427 63.355113) - (xy 55.010546 63.3445) - (xy 54.209462 63.3445) - (xy 54.209446 63.344501) - (xy 54.105572 63.355113) - (xy 53.937264 63.410884) - (xy 53.937259 63.410886) - (xy 53.786346 63.503971) - (xy 53.660971 63.629346) - (xy 53.567886 63.780259) - (xy 53.567884 63.780264) - (xy 53.512113 63.948572) - (xy 53.5015 64.052447) - (xy 53.5015 65.053537) - (xy 53.501501 65.053553) - (xy 53.512113 65.157427) - (xy 53.567884 65.325735) - (xy 53.567885 65.325738) - (xy 53.66097 65.476652) - (xy 53.786348 65.60203) - (xy 53.937262 65.695115) - (xy 54.105574 65.750887) - (xy 54.209455 65.7615) - (xy 55.010544 65.761499) - (xy 55.114426 65.750887) - (xy 55.180319 65.729051) - (xy 55.250142 65.72665) - (xy 55.307 65.759077) - (xy 56.638892 67.090969) - (xy 56.672377 67.152292) - (xy 56.667393 67.221984) - (xy 56.625521 67.277917) - (xy 56.560057 67.302334) - (xy 56.551211 67.30265) - (xy 56.209462 67.30265) - (xy 56.209446 67.302651) - (xy 56.105572 67.313263) - (xy 55.937264 67.369034) - (xy 55.937259 67.369036) - (xy 55.786346 67.462121) - (xy 55.697681 67.550787) - (xy 55.636358 67.584272) - (xy 55.566666 67.579288) - (xy 55.522319 67.550787) - (xy 55.433653 67.462121) - (xy 55.433652 67.46212) - (xy 55.282738 67.369035) - (xy 55.176205 67.333734) - (xy 55.114427 67.313263) - (xy 55.032163 67.304858) - (xy 54.967472 67.278461) - (xy 54.957086 67.269181) - (xy 51.723819 64.035914) - (xy 51.690334 63.974591) - (xy 51.6875 63.948233) - (xy 51.6875 52.383766) - (xy 51.707185 52.316727) - (xy 51.723819 52.296085) - (xy 52.296086 51.723819) - (xy 52.357409 51.690334) - (xy 52.383767 51.6875) - (xy 53.030578 51.6875) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 77.264507 54.819844) - (xy 77.342239 54.940798) - (xy 77.4509 55.034952) - (xy 77.581685 55.09468) - (xy 77.591466 55.096086) - (xy 76.962625 55.724925) - (xy 77.039031 55.778425) - (xy 77.082655 55.833002) - (xy 77.089848 55.902501) - (xy 77.058326 55.964855) - (xy 77.039029 55.981576) - (xy 76.962625 56.035072) - (xy 77.591466 56.663913) - (xy 77.581685 56.66532) - (xy 77.4509 56.725048) - (xy 77.342239 56.819202) - (xy 77.264507 56.940156) - (xy 77.240923 57.020476) - (xy 76.609072 56.388625) - (xy 76.609072 56.388626) - (xy 76.559131 56.45995) - (xy 76.504555 56.503575) - (xy 76.435056 56.510769) - (xy 76.372701 56.479246) - (xy 76.353748 56.456649) - (xy 76.259723 56.312734) - (xy 76.259715 56.312723) - (xy 76.107243 56.147097) - (xy 76.107238 56.147092) - (xy 75.929577 56.008812) - (xy 75.929578 56.008812) - (xy 75.929576 56.008811) - (xy 75.89307 55.989055) - (xy 75.843479 55.939836) - (xy 75.828371 55.871619) - (xy 75.852541 55.806064) - (xy 75.89307 55.770945) - (xy 75.897074 55.768778) - (xy 75.929576 55.751189) - (xy 76.10724 55.612906) - (xy 76.259722 55.447268) - (xy 76.353749 55.303347) - (xy 76.406894 55.257994) - (xy 76.476125 55.24857) - (xy 76.539461 55.278072) - (xy 76.559131 55.300049) - (xy 76.609072 55.371373) - (xy 76.609073 55.371373) - (xy 77.240922 54.739523) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 79.804507 54.819844) - (xy 79.882239 54.940798) - (xy 79.9909 55.034952) - (xy 80.121685 55.09468) - (xy 80.131466 55.096086) - (xy 79.502625 55.724925) - (xy 79.579031 55.778425) - (xy 79.622655 55.833002) - (xy 79.629848 55.902501) - (xy 79.598326 55.964855) - (xy 79.579029 55.981576) - (xy 79.502625 56.035072) - (xy 80.131466 56.663913) - (xy 80.121685 56.66532) - (xy 79.9909 56.725048) - (xy 79.882239 56.819202) - (xy 79.804507 56.940156) - (xy 79.780923 57.020476) - (xy 79.149072 56.388625) - (xy 79.149072 56.388626) - (xy 79.095574 56.46503) - (xy 79.040998 56.508655) - (xy 78.971499 56.515849) - (xy 78.909144 56.484326) - (xy 78.892424 56.46503) - (xy 78.838925 56.388626) - (xy 78.838925 56.388625) - (xy 78.207076 57.020474) - (xy 78.183493 56.940156) - (xy 78.105761 56.819202) - (xy 77.9971 56.725048) - (xy 77.866315 56.66532) - (xy 77.856533 56.663913) - (xy 78.485373 56.035073) - (xy 78.408969 55.981576) - (xy 78.365344 55.926999) - (xy 78.35815 55.857501) - (xy 78.389672 55.795146) - (xy 78.408968 55.778425) - (xy 78.485373 55.724925) - (xy 77.856533 55.096086) - (xy 77.866315 55.09468) - (xy 77.9971 55.034952) - (xy 78.105761 54.940798) - (xy 78.183493 54.819844) - (xy 78.207076 54.739524) - (xy 78.838925 55.371373) - (xy 78.892425 55.294968) - (xy 78.947002 55.251344) - (xy 79.016501 55.244151) - (xy 79.078855 55.275673) - (xy 79.095576 55.294969) - (xy 79.149073 55.371372) - (xy 79.780922 54.739523) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 81.378925 55.371373) - (xy 81.428868 55.300048) - (xy 81.483445 55.256424) - (xy 81.552944 55.249231) - (xy 81.615298 55.280753) - (xy 81.634251 55.30335) - (xy 81.728276 55.447265) - (xy 81.728284 55.447276) - (xy 81.880756 55.612902) - (xy 81.88076 55.612906) - (xy 82.058424 55.751189) - (xy 82.058429 55.751191) - (xy 82.058431 55.751193) - (xy 82.09493 55.770946) - (xy 82.14452 55.820165) - (xy 82.159628 55.888382) - (xy 82.135457 55.953937) - (xy 82.09493 55.989054) - (xy 82.058431 56.008806) - (xy 82.058422 56.008812) - (xy 81.880761 56.147092) - (xy 81.880756 56.147097) - (xy 81.728284 56.312723) - (xy 81.72828 56.312729) - (xy 81.63425 56.456651) - (xy 81.581103 56.502007) - (xy 81.511872 56.51143) - (xy 81.448536 56.481927) - (xy 81.428866 56.459951) - (xy 81.378924 56.388626) - (xy 80.747076 57.020474) - (xy 80.723493 56.940156) - (xy 80.645761 56.819202) - (xy 80.5371 56.725048) - (xy 80.406315 56.66532) - (xy 80.396533 56.663913) - (xy 81.025373 56.035073) - (xy 80.948969 55.981576) - (xy 80.905344 55.926999) - (xy 80.89815 55.857501) - (xy 80.929672 55.795146) - (xy 80.948968 55.778425) - (xy 81.025373 55.724925) - (xy 80.396533 55.096086) - (xy 80.406315 55.09468) - (xy 80.5371 55.034952) - (xy 80.645761 54.940798) - (xy 80.723493 54.819844) - (xy 80.747076 54.739524) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 79.48873 53.485185) - (xy 79.509372 53.501819) - (xy 80.131466 54.123913) - (xy 80.121685 54.12532) - (xy 79.9909 54.185048) - (xy 79.882239 54.279202) - (xy 79.804507 54.400156) - (xy 79.780923 54.480476) - (xy 79.149072 53.848625) - (xy 79.149072 53.848626) - (xy 79.095574 53.92503) - (xy 79.040998 53.968655) - (xy 78.971499 53.975849) - (xy 78.909144 53.944326) - (xy 78.892424 53.92503) - (xy 78.838925 53.848626) - (xy 78.838925 53.848625) - (xy 78.207076 54.480475) - (xy 78.183493 54.400156) - (xy 78.105761 54.279202) - (xy 77.9971 54.185048) - (xy 77.866315 54.12532) - (xy 77.856533 54.123913) - (xy 78.478628 53.501819) - (xy 78.539951 53.468334) - (xy 78.566309 53.4655) - (xy 79.421691 53.4655) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 81.795454 53.485185) - (xy 81.841209 53.537989) - (xy 81.851153 53.607147) - (xy 81.822128 53.670703) - (xy 81.819673 53.673451) - (xy 81.770328 53.727052) - (xy 81.72828 53.772729) - (xy 81.63425 53.916651) - (xy 81.581103 53.962007) - (xy 81.511872 53.97143) - (xy 81.448536 53.941927) - (xy 81.428866 53.919951) - (xy 81.378924 53.848626) - (xy 80.747076 54.480475) - (xy 80.723493 54.400156) - (xy 80.645761 54.279202) - (xy 80.5371 54.185048) - (xy 80.406315 54.12532) - (xy 80.396534 54.123913) - (xy 81.018628 53.501819) - (xy 81.079951 53.468334) - (xy 81.106309 53.4655) - (xy 81.728415 53.4655) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "cp3") + (date "1") + (comment 1 "PCB for panel") + (comment 2 "Moog like discrete mixer") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(Q1A-B)") + (net 2 "GND") + (net 3 "+15V") + (net 4 "-15V") + (net 5 "-6V") + (net 6 "+12V") + (net 7 "Net-(D1-A)") + (net 8 "Net-(D2-K)") + (net 9 "Net-(D3-A)") + (net 10 "Net-(D4-K)") + (net 11 "Net-(D5-A)") + (net 12 "Net-(D6-K)") + (net 13 "Net-(D7-A)") + (net 14 "Net-(D8-K)") + (net 15 "Net-(D9-A)") + (net 16 "Net-(D10-K)") + (net 17 "Net-(D11-A)") + (net 18 "Net-(D12-K)") + (net 19 "/IN_a") + (net 20 "unconnected-(J1-PadTN)") + (net 21 "/IN_b") + (net 22 "unconnected-(J2-PadTN)") + (net 23 "/IN_c") + (net 24 "unconnected-(J3-PadTN)") + (net 25 "/IN_d") + (net 26 "unconnected-(J4-PadTN)") + (net 27 "/OUT_A") + (net 28 "unconnected-(J5-PadTN)") + (net 29 "/OUT_B") + (net 30 "unconnected-(J6-PadTN)") + (net 31 "/VN") + (net 32 "/VP") + (net 33 "+5V") + (net 34 "Net-(Q1A-C)") + (net 35 "Net-(Q1A-E)") + (net 36 "unconnected-(Q1E-B-Pad4)") + (net 37 "Net-(Q1C-C)") + (net 38 "Net-(Q1C-E)") + (net 39 "Net-(Q1D-E)") + (net 40 "Net-(Q1B-C)") + (net 41 "unconnected-(Q1E-E-Pad11)") + (net 42 "Net-(Q5-C)") + (net 43 "Net-(Q6-C)") + (net 44 "Net-(Q7-C)") + (net 45 "Net-(Q8-C)") + (net 46 "Net-(Q9-C)") + (net 47 "Net-(Q10-C)") + (net 48 "/IN_1") + (net 49 "/IN_2") + (net 50 "/IN_3") + (net 51 "/IN_4") + (net 52 "Net-(R14-Pad2)") + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "2fcf2d1e-20c0-4019-a573-972d3ebc55cf") + (at 62.23 116.84 180) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D5" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "80abc7ef-00c0-455d-8d26-a5cda5286a27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "f93dd018-ea56-467f-8f5d-972966dc4acc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8064fdb9-ebb1-4f69-8ddc-c2e56d25ec7f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a39e8024-758f-411a-8ec5-3b56ad7cf726") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12ee0bc9-6d1a-475a-a283-bf32be57a50b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1760d2d-1dbc-412d-afb8-cc3ff1e67f21") + ) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe4ff359-1013-4802-a197-65fdd42113ed") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49f57eab-637a-4394-bf3e-d40686e9a471") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3566b9d4-16a3-46df-9637-45b6a3de9aab") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4b071cc-0d5e-4496-853d-9f56f3ba74a3") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57ac14aa-95d4-4b19-b10c-74effb855bf3") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e41bb33f-8f26-450a-8e20-93dc0500251d") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c3709f7-09a4-48d7-b1fa-d392203fd54d") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8b1a038-a856-4867-a131-ea9b57f839bc") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e477b06-37a6-41d9-b9af-861331a63235") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66bbf1a0-e48f-495b-a0ed-3b3a485ec2b4") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d78f4f47-f5f7-4177-adc7-78a522d54ef8") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "06057fec-0fb8-43d3-a207-e86fbaaa8eeb") + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "cfdf8b83-b359-4c88-943d-705ece3581dd") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(D5-A)") + (pinfunction "A") + (pintype "passive") + (uuid "17ecd4a2-02f6-4905-842a-1d3c86de192c") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "3a441e42-92f7-4942-8faf-1eaad8179b6a") + (at 64.516 53.34 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R28" + (at 2.286 -1.778 90) + (layer "F.SilkS") + (uuid "1cd08a14-d4e4-4882-b8fe-1593db6a9618") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "7ec21c34-115d-4893-967c-b9a316966f75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e2cfe01-8030-410a-afc5-3d245bdf2e3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6acd8827-088f-4621-93e7-de4162291c15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "43038a70-eb73-49af-b44f-91ff067cbb5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8b977b8-8058-4998-af29-08e4a5997daa") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6468f877-19b9-4b36-ab40-cf026b522979") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac38fe46-af01-462a-8660-8bda51cf8e67") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52bc315e-fed9-4bc8-87db-a772775c3abf") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eebe9f5d-ebbb-46f6-ac49-1e599fdc62aa") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce66675e-e65d-453f-88ad-a33aea7b9092") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4b9a238-beae-4915-9d04-c4250b5149ab") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efde54da-147a-4aaf-b051-5e949b360191") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1dd5c5a4-83d1-463e-a569-3feb3e037766") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45e1e909-4b7e-44f1-ad07-56eebdbbf0fa") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db3c725d-df5c-44f4-9f5c-d24b5dca7b58") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1fc3973-9454-498b-9d16-e8e296ec5bd8") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "55671e68-6030-4e17-b759-bddff56ac685") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/VP") + (pintype "passive") + (uuid "0344ea21-4498-479b-9389-4d6614799bcd") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "a22d2273-d14c-4203-8406-9a76d720cf11") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "3afa2f7d-9415-495e-b82e-2ba372a840bb") + (at 68.27 58.42 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R29" + (at 2.54 1.834 90) + (layer "F.SilkS") + (uuid "358f2bee-47c9-47e8-ac43-f4d047e722b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "3e9a6f16-9139-483a-8849-40f47bc0948c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1120fbe5-cc97-45d4-9c19-64b2fad5887c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2aa851cf-d18b-4ef7-a2ad-ee955f5fc808") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b34fd20-9500-4ab5-af51-516a922f4687") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2346ba16-e5ba-42fd-8f53-087d91dcb8e9") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "398d419b-0447-4ac1-886c-5cc4e9e8b318") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "012e09df-039b-4701-9203-77da2b84736e") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f1d243b-2175-45e5-bf1c-5314310fba02") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdc0ca89-9edc-4b12-a76b-88038663d60d") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3f6b1cc-73c6-4e00-a1b9-21edbbf0f277") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d59abe47-63f2-4c6b-bcb7-5d7095691df0") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "099e9a5a-6386-4dab-90ec-9e5621402c03") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7995019e-eb93-4045-8c8f-8d72e96c1ae1") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e96dc2bd-cde6-40fb-b162-3708c027e3bb") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ff711cc-de38-4667-9ae9-23bb2410fb7b") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f58ce5ee-6e1b-4063-8a1d-b8436eca158f") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "43c0a54b-af03-4c3d-818c-d4d04452a36e") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "-15V") + (pintype "passive") + (uuid "e53b1c56-2be0-452a-980b-7a59174749ed") + ) + (pad "2" thru_hole oval + (at 5.08 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "/VN") + (pintype "passive") + (uuid "840cc629-4fb6-4b48-a9ca-d07773dd4dee") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "46a967ce-c7b6-4b9c-bae7-4cba62842b20") + (at 81.28 86.12 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV2" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "ffb3f1ea-2531-40d2-ab40-8ffd106401fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k (A)" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "5c6232af-57fa-4255-bc33-0f7ce0ddac53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d99c64af-0bfd-47c4-bc27-0758f2594ba8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd41ebf6-fb76-4127-aaf5-842e8cb14ba2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0526588c-47b8-42ca-ad5f-c4624071ee8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "00563d77-a0a9-4da3-a904-ebac1a9da56f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8a46ee98-182c-4bde-b314-ac0534b2c727") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a2757fd1-011a-4102-ab27-4b2a83be2c04") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c26b0c7e-358f-45e4-8af7-76c9e3d8983d") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b36c69ff-052b-42ba-8651-629fed656af8") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f438a119-06b2-4bd2-b36b-d2b06eb6df77") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d2721bc-3649-472e-8e14-55b34df0d57a") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b565e68e-be35-455b-87ac-0944715bef59") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02f784de-473e-431e-8fbd-6ca3bdec0ca9") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bca7ea90-234c-43c8-b781-ebf9505885aa") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68946c82-18f7-4e88-a754-61600223689b") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb6108aa-0d13-419a-ae92-e9b0ea876912") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c6dec2b-1efe-404a-941f-22056acbc05f") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccf34818-f363-4e44-9aed-e5e9e8bdec58") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f19f822-b733-46ab-8e0a-f55a2bf5bf95") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f8c89c1-870f-46b9-b7a2-c7a452d0a93d") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "422e3f2c-b1a1-43c3-931d-5116820d2185") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14128f81-1bae-4074-92b1-0b883a5a6916") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4f0515c-e0cc-4684-b35d-5a05e2d26e62") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "389b90fa-97c8-4a52-8ca4-65e20670e38a") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0c014222-8db3-4815-849c-3a892ce7c780") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "2eb21c83-114c-467b-9e98-86760a04cee8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "c7419edc-e011-421a-b279-22553eab3938") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "3612fc21-1fd2-4427-b7c5-65881bd8c170") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "70649f71-c43e-4419-a646-061d0b0798b1") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "/IN_2") + (pinfunction "2") + (pintype "passive") + (uuid "d24cde2a-954e-4dce-94bd-5653e4daf9ef") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/IN_b") + (pinfunction "3") + (pintype "passive") + (uuid "fb7ab604-68e4-4cff-9549-0d90f03b1253") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (layer "F.Cu") + (uuid "53148513-3c05-4ec1-973c-b763704a41ed") + (at 89.07 75.96 90) + (property "Reference" "REF**" + (at 0 3.556 90) + (layer "F.SilkS") + (hide yes) + (uuid "284e3f1e-f514-4411-bdbf-bc266cd419cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 90) + (layer "F.Fab") + (hide yes) + (uuid "1ff56de7-4b69-4f7d-b776-9bd19e83a6c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d78d4ab0-8c7b-4dd7-b6b3-34ac9a450895") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c11112e-4693-4121-987f-f51363a0c440") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62380c82-afee-44e5-b4c7-2c2ca5fa6952") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "R01" + (at -8.68 0.99 90) + (layer "B.SilkS") + (uuid "1ed67fa4-7bea-44d9-b2fd-1f7e92307fc1") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "B.SilkS") + (uuid "5dca8457-455e-4219-a477-d7a0d477cc0c") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "R01" + (at 8.58 1.02 90) + (layer "F.SilkS") + (uuid "005304e3-cffc-4965-87c8-5f46bf570c00") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "F.SilkS") + (uuid "83300f0e-f7ae-48f8-a9d2-f510f848d973") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "cp3" + (at -8.54 0.99 90) + (layer "F.SilkS") + (uuid "c94150ed-03f5-4d04-92fd-4f5e000fb610") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "55d38da8-4693-42dc-92bc-95d37009ec34") + (at 59.69 52.745 -90) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C3" + (at 5.04 0 180) + (layer "F.SilkS") + (uuid "e650e660-c01f-40b5-ba37-f30852cf8518") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 90) + (layer "F.Fab") + (uuid "822989a9-88c8-463a-b83f-3b7bd564ec03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cbae6ee8-441a-4458-b2cf-53d79afb9d50") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0baeadd-e811-4a9d-9f58-d142b47fd15a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "075cb00c-f7a3-4516-b2c9-52ffb202ab86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0100f116-43d0-4e09-ae8f-ecd3478ef1e5") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe348039-e70b-4ddd-ab2a-0513876d5e89") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17688c5e-71c3-4641-8a77-6cd6f8988408") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "768506f1-c76b-4d57-885a-c890ceb91b5f") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7846ea5d-8a8a-466c-bbb1-0e6c60324e8b") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "207fa726-a2ae-46cb-b1b2-320830b9ce5e") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80d0e502-2089-4a26-b115-8812842033e5") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3aa77eae-23ad-446f-b2db-16383d784a31") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e614662-9be7-4279-abdf-d3efcce19fc7") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0244d7d-61e7-41a7-a051-c8f01234860e") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21afd341-b4e3-4db9-98d5-7565cad03804") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff79da2b-8b83-4e86-b496-07694bee2de4") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "776c7f22-ebc0-43c7-970e-c85c464b4228") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fa5314b-901a-4227-bee9-f25ec863a7d3") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f8f2df8-f5ca-4942-aead-f9ca04b7a8f6") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d33f06d-76d9-4c06-9ec7-72b6d30c048e") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56ff6160-0a08-466e-9f4c-868738383e50") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60c1369a-8e23-4c07-a905-195b3cb64322") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b69d1e08-6dc4-4e51-8960-32cdc4a96908") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a95a0a55-659b-4edc-aecd-9ddc026ce6c7") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1bf0ace8-d198-4a6f-ba3d-523fc1d74744") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c9c28ee-f1be-4180-ad1a-21d74b9249b6") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "400b05c3-f624-4e7f-8e42-2ac3c0663af3") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8e900d1-d4c0-489f-b0cb-a1b0b99b0524") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43038090-4fdd-4918-9e2e-51d3e03939ff") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c58b3e7-2e1c-4fb6-badb-025fb1b84768") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6b44374-5d7a-4f20-9944-2d461f568282") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db3e22a1-9bad-40ac-a43a-0dffa4523a0b") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba3d0099-9e4d-4d26-9bb7-27a8a7ee0915") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "634727aa-b503-4ddc-85b2-0f3ae2c39bd5") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8268c04e-3713-4c0e-b2f6-24d7213667af") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e7716e4-e943-488e-9993-b73bd1fc1e63") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afc3d185-b891-4457-a855-f8a1dbbc0d95") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1af9c4dc-1ad0-46a6-8c15-25831d07507f") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06a1455a-6dec-40ef-894a-6e3eb3f0998c") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f95eda20-3f7b-4ca5-bbff-ef7d7d6d5915") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2f9a780-4bf0-471b-b779-ff7c5d66037e") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cedab25-41f2-4557-a61d-b6f2727a0580") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "428b2b42-b8bf-40b9-a613-d2aef7663b8e") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "897dc088-17f3-4272-baa0-c256317fa511") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61cc429e-e960-42f8-a6e0-4f912ae50c2a") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65d8ff7c-be58-48e8-b719-d197f0b9be73") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8a20521-2b61-40ca-838c-6e0166a7d694") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "423841d6-7c01-45e3-91c0-50032cd84fdf") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea9c5924-2d6d-4e02-9649-9d1b3d8d8549") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1bc3d3e9-c076-405f-9b09-d6c8a7892dd3") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57fda049-c1c9-4826-a8db-8983f3c1d45e") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68a66950-b5f8-43d1-960e-1e67ed08b1c9") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78f71813-47f9-4ace-bcd0-211c67095b0e") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c2295d5-9fed-42ff-9b52-a9037aa77c1c") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "917e0650-c7a2-464b-850c-6f6eb41b325c") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dedce627-977a-4612-9fd5-ef881d886743") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28a05b9b-6dbf-49f7-b013-fe89eac1d171") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5568540c-92c0-4829-9e5f-7aee1ddc6a01") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31f970d6-ee5d-472e-9de5-7c7cfa4de2fd") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34f937da-354a-47f9-8dcd-d409ed18aa33") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a3662e5-e0c1-4e2b-8da0-6316561f574a") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4061cc9-d1e7-4f6f-ad27-9fdfa6a8b95f") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "523ea468-8fa1-4971-b9c7-e6c2c14dd657") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cd5beb0-3806-4fab-92a8-326a1da18e54") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "089fde92-0eff-4d48-ae91-2aac02f6f419") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef1a04f8-0f9a-4aca-b3fa-ddfb3339e86e") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15e40571-d687-48a9-abe5-ca455dc53fac") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00cf13f7-1c06-42e0-a48d-79edcc3b7e80") + ) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e10de41-b6b3-4dfd-879f-f088bdb4367a") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e261dad-e084-4581-8a2c-08607c80681a") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2eae31f3-88f6-4deb-80c8-a958d24ca51f") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6062661-b2d3-4d09-8a75-ad1931c3d18d") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a3ee208-6ad4-43df-b18a-c85533493d06") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae98d5c2-3a8e-4765-9df5-c226d5c5f1a2") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65e7879d-1900-4a8d-8b5f-0175b96467fb") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2628f365-ff59-47c5-88d6-23f963e73a93") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb45b7c4-7316-4191-b8da-d44f09e3485f") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87ceccda-68f8-43ec-9596-86c73355871b") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b52b7df0-b3f9-4168-8d6d-5e12ca51f96f") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89d0d101-01ee-4da1-a1bf-0b52fe2d363d") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ba58e35-eeaf-4ca0-b291-7c22a1b49772") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66bb3db7-c5af-449f-9d11-618a6296838c") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e614631-5c70-4c73-a2e2-fae95f16e0c9") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b25fa638-bdf7-4cb3-a540-43a5e3c625b3") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c11efa50-4257-497d-8420-de2d08a0cf7f") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ade936e9-6866-40f9-945f-4584c43f41d2") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e20e4210-3dec-4cd2-9681-37c6a53daa4e") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3500dfc-74b6-4e17-957a-860dd5b6bf6c") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "abc63d6d-89d6-4f70-9482-f1ef568df394") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa397ee7-d124-4697-8116-0a3d9ef0f631") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fddb32e8-1f26-4ae9-9ab2-f9c4a79255b6") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64e7488f-2e6c-49c6-8c73-f4b7b07b0815") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d059158-f967-4b52-88b9-26a01bb7bd91") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66f1cd8e-0e85-40be-8236-32589ab5d553") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31c0e3e9-6ce9-42c1-ba09-17519d71710e") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17280578-577e-43cd-9c28-e831e9c50663") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6363467-3de5-4bb2-b60d-9ace5ff3113c") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f145a489-88f1-4d1a-99ae-f41368753e6c") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adece0c5-1f62-4737-b174-e363d8cc8299") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e00c4a5-578a-4757-becb-aed8d98f0f2c") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a53b3547-18a7-434f-bb4f-4a82bce62526") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3940aa7b-a821-4e13-81eb-2d7d418a9cbc") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69892e32-8145-4ec7-95bc-ce31fb62857d") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "385cb708-6c5a-432d-9374-ffce4637cf15") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01bc1607-079c-44ed-b246-3f8e582482db") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c6f5a62-1789-4f85-a415-ead3c0a61290") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5b315c4-2454-4c3a-91ca-d2183b5ad5c9") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2ad49b9-4ddf-4359-98fa-1c5d4d4a9cba") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7348323b-1df1-43c5-8c0d-ee9677ac73b8") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67c3c7ec-b24d-4dc3-80bb-3d523b4d1dfa") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57e31cc7-4305-4336-bcee-31eae0901389") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e364192-1767-445c-911d-c2f6422e5221") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d457be1-903a-44fc-a675-f2c42f077d27") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9be8e15e-b1de-4357-9e7f-af4888e95718") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e9e2120-747a-4fe4-943a-85bf51a6539b") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d991aafd-c715-4cda-b988-a4887ca3ed7f") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "070f6ff7-4e48-4839-a9c6-9e84c15f2cc2") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02fee25c-194d-4935-9974-457fa80439dc") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3151b6a6-08f7-4744-a493-cdb5aa1bc2fa") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9b774da-bcb3-410b-a544-6c84847adcbd") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d62db744-fd2c-4c4e-b716-21c2517ee0ec") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3784fbb-8ed5-4761-882f-88fd990dbc6b") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e00dc58e-30ac-4ef7-a7ca-b623ee226f69") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17a30771-6180-4736-8807-58665c3336e1") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "e13f9e9c-4460-4aa0-90de-e1553423ce21") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "6c33f902-4dcd-4d80-a6e9-d99b76a8e244") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f93a579d-a2a3-46ab-8e08-f79d1d783e9e") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec37fa50-d8d8-4ef9-8d34-8e0d2b26edfd") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0a4dfd03-02fe-47e4-b775-8c04a297bb47") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "be72050e-2ae2-4bcf-b28a-98944144fb0e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pintype "passive") + (uuid "80ee9ebd-cb85-4755-8c1a-dd730f7ad222") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "-15V") + (pintype "passive") + (uuid "cff7c41c-87af-4835-a8c1-f54b73205082") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "593c830a-9d8b-4605-91e5-c1d4dfc8f8ff") + (at 53.848 55.307113 90) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C2" + (at -2.350887 0 0) + (layer "F.SilkS") + (uuid "7de44146-6118-481b-a69a-81a5b5071b5c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 90) + (layer "F.Fab") + (uuid "0b8f3f07-93c2-425d-9459-45a49619ac2e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "644ada7b-c3b5-45ac-b289-58efaad744d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccd33a31-488c-40c5-84ec-34fbe93946b4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3482f726-580c-4cae-a98d-5ef160b59d5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73b50a17-f1b4-4743-9375-3ecda5db6b25") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09c2a215-fe16-4e3d-a169-ed5009bd687b") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6767485c-4b6e-4201-9dc5-c5875041d6b5") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "734c4773-114d-49e3-884e-b097aefcbf27") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f896add-b3f3-4151-81ed-6c426013d9b7") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61e2664e-0761-48c5-bb87-03967867ac87") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd494514-1c1a-4a9c-87f1-571d44c87695") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c38c8aa-8176-417b-a4b1-242809206cc2") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25ef9d14-9166-43c6-8a51-a1f417433b31") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d3f6077-3533-4638-958d-250ae8433d57") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ca91a44-6cc8-4e97-a30a-0cfb7cade176") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "934d42a7-76e8-4328-841d-7417b702b0f9") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2edb11f7-1cc0-482f-a5e1-b6ff455f1e54") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d11b5d8e-fc0c-4069-8c7d-9282dea48857") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75006145-31e3-4aab-9fe0-ce19329edd9f") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25f10c03-a055-4071-9908-39773cbac5f0") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76784655-9daa-4767-82b9-ad0de59c9812") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17f30fb3-9c43-42ed-b804-38fef3b965c2") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7aa62dfb-bb70-4580-b2b1-9121420dc1d9") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ed2baf4-0726-467a-afde-7326615e7b38") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd5737db-4329-461f-af96-4d957965871e") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef882cbc-d4a1-4e87-af97-a3286db7a323") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9187da2-4bd7-4ff7-b42f-ab2435c4f6ce") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37abedbb-f889-4f89-a5e4-30f4f40686b4") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff228286-d9b2-4e90-a2ad-d302d823b1e4") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dee955c8-da94-4e17-ba98-7133029e71f2") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20cf5bbc-5e42-404d-88d2-e99751f06250") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f0cc344-e419-4d77-80db-29f6019da2b6") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4085764-208f-4e47-8b38-0fb7c0a6eea2") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5dc98cb6-539e-4c6f-bf7f-9b41e1bfaccb") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bf6a6e7-dccc-461a-bc11-dab94226ea86") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8fbeb0a-f621-4a8f-b1fd-90f69e84bbb3") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4723a7e2-e1d3-46ca-9494-771adc7c66c7") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d0975d1-450c-43a6-bf54-1af4c450f7d4") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42dea978-6af6-4c8c-a296-6d833138af72") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cd44f2a-b792-4a19-87cb-bfd818da0ff5") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21f36b68-458b-486c-8d98-53a527cf77df") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "208b1639-6c93-4a03-b904-9d466a68ab38") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b99baec-0486-4787-bb45-129a6b5c23f8") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "754d3ebf-a169-494a-acdb-2916fcb29cad") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d44592d6-b0d1-41b0-b34f-560a939c890d") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e73562f1-88ca-4628-8547-91c9db60fb94") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbd1a4c4-40d6-4d83-96ac-84fecf3a1c34") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cb3e729-f114-49d2-8ab2-bee07fea012f") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "188d53a5-ae44-41fa-9878-c76abc2c0622") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3161e2fd-f780-46e2-80e8-4cf5c2599a25") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84e3b25f-519b-4582-9ee3-c107fb4468ad") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "785e35e0-fc2c-453d-8461-b1c618796627") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85024ec4-2d5c-453f-9714-30f704ef8d3a") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ca60dd8-c375-41f5-a97f-ae45f2d9dad8") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a13ecb55-371a-4b17-8621-8c0457480bfa") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f160093-3079-4c17-8f69-b269c91891fc") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd5d8b62-abc3-49ae-b2a7-e2849b030e2b") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cca16c1e-b014-468c-b8ba-9d2e61e0fc9a") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14e81248-0a05-46b0-bdc5-69a1956258b9") + ) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e2dcba2-f14a-405e-98cc-ff6dc51427ef") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3a805e3-caaf-43f2-bc7e-cf9cf52c1adc") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3a9710f-4e38-41f8-9961-9ee4723b68f0") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "553c4220-73ba-4c77-8b98-4cccd82efcea") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d674546-90ba-4743-bb3a-147c5d17182b") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c2c111f-c733-4b78-9fb9-d04c77c3e73e") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d65c793f-97a9-4e73-8c6b-ec5dea1788b6") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b60b9833-4035-444f-8b49-1353af1d4fee") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b40c4f42-6288-4330-a7ef-538320221c1c") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c669c7c-5e3f-4747-8f00-09355026345e") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "006cbc1a-d657-4c40-a0b9-524cda4c2e7f") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23f289c0-b406-43a6-8539-6a4a0511b7c8") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb894d56-45b1-4676-b97c-7d9dadfd8212") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b46be54-a950-45cb-a647-90c04114c88f") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ba002d9-57e3-4feb-bfb7-ddd629de5c9e") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba4dccc6-fc8a-4233-b09f-ea97d6e402c9") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62bce426-0319-4847-bf87-6685f0d73e22") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78d67ef2-02a4-42ee-8465-45fd1d61f906") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "535bbd55-0c3d-4163-80b1-65d4b183afb7") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d8a96a1-c1f4-4827-a5b9-af36e44deb32") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ada6314b-acb5-431b-9834-6006a9eeb89d") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc046ee1-03e7-45a1-8548-1318f5ad7383") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a79bd8e0-8f7f-4be4-a24b-54910448111c") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bdcbeba1-e06f-4b0c-bdb6-d0d70ee87874") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7aea5628-c2c3-41ed-b6de-50ada2cd720c") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eebfb62d-5204-4ed4-aeeb-967825f5a6dc") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34990d60-6777-43b8-b4d3-2dc15b3597ed") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e44828b-96e4-4719-ac05-b25e7c1879a3") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f854401-baa1-4814-9be4-923e75e185b1") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "488e420c-645d-402d-9624-5f23964e1acf") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5abd07d-6742-4180-9288-1cd60aa0f3ac") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79e46e97-b4fc-4f8e-a5ef-1728e1cd2676") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6d6fd29-314c-4d47-8abb-beda4067f335") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c0ff0b2-ff0b-43d0-8bef-0be0980ba802") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d84e3f3e-12d1-4625-8449-c0d14611638d") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa0e92b8-0dc6-4759-b524-05baedfaabf6") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dafa43d8-24a3-4da4-ad0c-7b901c4fd372") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27b29ab8-a449-458b-a1e1-9ed50470eabb") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e766679-905e-45c2-ae4c-3f64519b40b1") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "444453f2-0987-43b1-9c70-66fa0733716a") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3b6aaea-f647-4bd9-8f88-037f51a354d3") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84fe8a7c-2eaa-4cd3-a6fd-387603ba6351") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46a6d98b-3c97-490d-b5af-08dc68497193") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cdeccdb2-b9ef-474f-a8b8-f69968246813") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52ff6aaf-7091-4bfd-8def-a4a04a400c99") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8df286ed-27bf-4750-99f6-50cb9a8627bd") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d99437ca-f11c-44b9-85ed-3f95ac00f451") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4bf35759-8ffa-4ae9-8bc7-7fd04ddc78d6") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba8cc09f-4073-418f-8f13-e1f3e9199e1c") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1ab455d-21d9-4734-b3d4-e5ef90dfd2c0") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42f53e05-884f-4e9e-8a83-2e427579c9d2") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4ef036f-50c4-4b2f-9998-47f9e74ad817") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3839f93b-7e21-413e-8dd0-9999aacb7e04") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2082e0c9-9e97-4f03-93f8-636e03e0adb8") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35de2658-d419-4894-b540-627369ef1f76") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c6c4887-1ba5-4576-812f-0eeac5e2e91e") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc64570b-23e1-407b-a33c-af4f38d23fc7") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "863f4f40-33a5-4ccc-893e-b32bedfff9b5") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb2f9159-6c32-4c22-ba01-020145466f3d") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60c68cb5-1274-4c7c-bfc8-0e7b53cbf8f0") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c94d1050-2580-44e2-877f-2cc8a21502d5") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b119de6d-0482-4488-8c63-27a4e48dc26a") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26e54888-729e-4c88-a6f8-c3368837eb19") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "251e8c60-0d04-4e2d-8a38-3b80f69e7bad") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd731a85-d6e4-485b-94b0-e6bbf9f1598f") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "07487e04-8342-44ba-ab37-96a665b85ff1") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "20bdef88-2251-4252-bea9-2e641afd1b58") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ae266c6-d3a0-4a97-ba79-7870f53b1ca5") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "60832f1b-05d0-4641-a207-04825c61c078") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "81138f39-6fa1-403e-9e85-e31bbe218cf5") + ) + (fp_text user "${REFERENCE}" + (at 1.25 -2.5 90) + (layer "F.Fab") + (uuid "d780dda5-576b-4a7f-83e8-f2694e2e299a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "6a2df5c2-b3e3-492b-83a7-017ceb39c37a") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pintype "passive") + (uuid "3c6ac3df-cf75-4765-a69d-ab505f8e3905") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "7a825081-b1be-40ed-b9a1-80ae34ff3da2") + (at 60.96 106.52 180) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J3" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "60efc6a8-177d-4cbf-8d50-f8eaaf32a0b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "49d6107d-9ccf-4f77-afdd-f934cfe8a00e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fbf87b3-f33a-40da-8066-70231b757334") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06487ee3-3d15-4a0e-b28d-af5704d755ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8153e634-5eda-43e5-b03d-0f7b563795b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed42ad0b-e0d1-4938-9289-8606f7c421ee") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7e62161-18b9-4098-aa69-d548e89cb375") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33bc5136-af8e-432d-abd9-519639969957") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ff718d6-87e9-4ddf-8e78-f9c0f5651fdc") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79066b07-5a3f-4afb-ac52-b64a914fbea6") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "844aa23b-f963-410c-8ce9-b834ee584feb") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "257d7087-6061-4c0d-b452-660d43de04da") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d170510f-e4a1-471d-bb1a-8de0cce1132e") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "74222e71-ed2e-40a6-8bd7-c64a7ef49fb6") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "96479624-36cf-425c-b16b-793ca8157d3e") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "489abe6b-0d49-4ea2-9df4-d3a36ae24c81") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "985b1ec5-9f12-44a8-999c-ccb529b68a8e") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "28b7ba4c-7407-432f-a8ca-a0fe98cef77e") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0aab9fb-a205-49ba-9e7b-41ac5ab5a8e6") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d9fe3d9-0dd4-4434-bf45-0548eabd5f39") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3f2ba3a-4ece-4688-bdc3-583e0351fbe4") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "481ab18a-8e6e-4f0d-94e7-fe12ca57127f") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dff4ac17-b4f1-40bc-a98b-eea6aad6482a") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6ead2785-dc25-4102-a5c9-b1fed8cad021") + ) + (fp_text user "KEEPOUT" + (at 0 0 0) + (layer "Cmts.User") + (uuid "ecfb08cc-a084-4a06-8dfe-00714c84867d") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "02ca94b7-8e34-4c2c-bc19-d8e66f2a7ad8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pintype "passive") + (uuid "e4193993-71ed-4fba-81b2-d7f458965525") + ) + (pad "T" thru_hole circle + (at 0 4.92) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/IN_c") + (pintype "passive") + (uuid "8ba7a16a-f05f-4927-9607-cd5f12fc118a") + ) + (pad "TN" thru_hole circle + (at 0 -3.38) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "unconnected-(J3-PadTN)") + (pintype "passive+no_connect") + (uuid "66c1a4d8-8cd6-474a-afd0-2b8420bfd142") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "7bd7ecd1-5b64-4bda-9a20-ff61f490942d") + (at 60.96 86.36 180) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J2" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "99d1b70d-683a-48c3-bacd-430c001d3a06") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "448a3b02-c989-43a1-ba24-668c56ff272c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a1a68e9-a516-4fed-86bd-0e9546c594f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17c6986d-c375-4e6d-a634-7cbd7380edba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e18d9aba-9014-4ff7-a024-8d88d3de6370") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d3f1e4d-c275-4f3f-9c7a-105e7b7b771e") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eba7cd83-1374-4163-9642-6f940caf5dbb") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3985d8c-c691-4296-ad01-9ff1cd7f907a") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c427978-1930-4038-bd57-6035c1a4b112") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a0a7902-3178-415b-82a1-dea6d760e375") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d8baa58-3cf4-4c0c-912b-a297959d4404") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "48d34931-aa47-4860-8268-d6306dd02043") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d40c9806-8351-43cb-b763-82f66c30f528") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5cb465eb-1893-415b-ac30-af6e29374e07") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7dfb6941-02f3-4d7f-941c-83854779b156") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "af0c5a3f-7fa5-4156-8084-e6895026bc67") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "699b2107-c42a-4258-954f-15a253812781") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "9293ec9e-f40b-415c-a133-9e825d4c09d7") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b04fe6b7-499a-4845-a53e-91d6aeb4eac8") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "12288a15-917e-4be7-b6b5-f10a283c15a7") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "40df8cda-69b5-4a1e-8ec6-a456156af496") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5bd0efb9-c663-4c60-98dd-eb93adf737ec") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9240f74a-82ed-4c9f-ae06-f5952b559b19") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "dd8e5449-ae02-417b-93a8-646a6e00ace4") + ) + (fp_text user "KEEPOUT" + (at 0 0 0) + (layer "Cmts.User") + (uuid "7e087678-6395-4b2e-9959-f7b2d46b735b") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "fb53624d-558b-4692-8b60-f67b92559171") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pintype "passive") + (uuid "bab742be-07f6-486c-9390-3842018373ab") + ) + (pad "T" thru_hole circle + (at 0 4.92) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/IN_b") + (pintype "passive") + (uuid "e9af4bbc-534c-47cf-9e4b-9920fff5ec52") + ) + (pad "TN" thru_hole circle + (at 0 -3.38) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "unconnected-(J2-PadTN)") + (pintype "passive+no_connect") + (uuid "a6be1847-1f13-486d-a864-30153f4bbdc9") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "88c8cd00-f460-4fc6-b533-233ca37fa3d9") + (at 60.96 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J5" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "1e4f9e60-48f3-4bd7-8534-d43e658c0cb5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "f4d73396-e272-47ae-8a1c-90667d87ea83") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b953e82b-77fe-4d52-816c-5cf20d9e9c90") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1fb1bfe-8da3-4488-a38b-f6271f3de82f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7db293b5-03ab-4a4d-83f5-dc2b0bd2df24") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52184afe-8530-4f3d-8516-198850c43219") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "096be6c7-acd3-41b4-9f30-3d185db2b27c") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ce35dfa-76db-403d-9484-d5b6f85389bf") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c088fbb8-e536-447a-8e48-0958b9ffc759") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "286c824b-3f6b-4157-aa95-fc9841da4d8c") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8cd81d1-1128-4741-925d-dca3c84c168c") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "ca1d5639-3895-4f1d-92e3-02bb966ea5d9") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2b6904f0-1e92-434b-88cd-20e7c5f6ea24") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "afc45f43-c074-44ec-89f0-ebe75d5687f4") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5fa65515-5609-4a51-b3ab-f0fee6fa83f7") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fcfe8721-1659-4ff4-bca9-b00c195820ab") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "318358e2-6ab7-4036-a6bd-6c5a99869e90") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "9d96e20e-0db6-4571-9e1b-9e6ec028cece") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d86e7f9-a80d-41f0-8985-f17f105df9ac") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b8ff4c8-f563-4193-a6b3-e637c37222a6") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0860401-ba38-4710-90a1-1e7e9dfeebc3") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "85be7c6b-73e9-41f4-bdc3-7df0fbe46a4c") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5d27592-6553-41c8-bbbf-c11ac56b1ae2") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "abb3e761-8de8-4ff4-a58c-2132eaa231f0") + ) + (fp_text user "KEEPOUT" + (at 0 0 0) + (layer "Cmts.User") + (uuid "0c0b51ba-63bf-4d77-9f1a-dc9f2f4a7bc6") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "84666d8e-31f0-4477-bcbc-3f005da4c32f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pintype "passive") + (uuid "ac2e556b-bd03-429c-b3ab-4d2642c2afe4") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "/OUT_A") + (pintype "passive") + (uuid "177d0355-6762-4bab-b146-a9c1fa471978") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "unconnected-(J5-PadTN)") + (pintype "passive+no_connect") + (uuid "e935c61c-e7a7-4f98-90a3-eede5998165e") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "9cba7307-a7be-4b95-bb79-36812ff2623c") + (at 62.23 156.21 180) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D9" + (at 4.572 0 90) + (layer "F.SilkS") + (uuid "7345712f-633b-4871-b4ba-cf6127924722") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "cd2dd4c3-c9d7-4530-a634-9b66e559d05d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d75d2eb-d770-4a66-93e2-21e00d3b3937") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f3dbb10-12b8-4f56-b000-fbc94ef13b49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6f4fa1ec-f3a0-4d5b-ad60-da6d7fb7a89c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "edf70719-4714-4a7c-bee8-926908a9672c") + ) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adf63b83-f940-4faa-97e7-158c65bdc6f5") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dca7398a-abdc-4f31-aaa3-d27ccd83d6fb") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48cac774-8bb0-4c7c-bc7b-26c4c6b2538c") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d11b338f-ad0c-4456-b7bc-080dd856317a") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae471c6e-c670-446e-980e-e224dba868ef") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed6ebb55-cfa4-4911-8027-5f771ed66471") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ee80697-4694-40ab-8fcd-0b41d5f2bc01") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffc63a2a-a677-4578-a241-f8998c3497f6") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4fc5bdfd-4c04-4373-bb74-c88d7ff9d577") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da6b3772-69ae-4494-ac7b-ba8191dc16d8") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "306d6c40-1ed8-4414-ade7-e911f4008583") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "be043873-59f9-4b86-816d-61e9fcc16b48") + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "1978304b-f521-4fe8-bb5e-3f65076a5c96") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D9-A)") + (pinfunction "A") + (pintype "passive") + (uuid "1f2d7fea-8f13-4b17-9133-d82d82cc25f8") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "a37e62b3-95ad-4f4a-8eee-b3510f74c134") + (at 62.23 76.2 180) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D1" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "cbe9f738-863d-47df-8af9-35638175174f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "69cdd7f9-a014-45da-8aab-9aa84b3634a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9eb3cddd-6247-4049-8c8b-7f71857ddfb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49e6bc58-ee73-4b9c-bff7-b4380da06774") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd8cffe6-f742-4172-a724-787839364615") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2cd3558-c026-46e7-b718-3c5b6321e6ba") + ) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85008d23-c12e-40ca-acc6-4a23db842b8e") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f38eb285-c296-4a00-b779-7bca0fc66ae9") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cffb9fb-8182-4f04-a41d-921b6fc03f27") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebbbbaac-4c7b-41aa-a78e-7e5c4aa5cfef") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79cf44c7-2697-4f8e-ae4c-79e8ad118ca9") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6818b1ed-0279-4a16-a47c-59b248b797ae") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8fc8f18c-c8f1-4ffc-9699-18f4018f475f") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67b2c9c8-25c2-4492-9f33-b591c61acddc") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b69cbc8-90de-43cd-8310-0a7c161cfcb6") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c05528b-02fd-4d7f-b067-b2f7ab43e0bb") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "887ac989-e80e-4288-bffd-aaace62361a3") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d0e42d52-8a82-472c-8cf4-f0da29d8e31b") + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "e08b67ca-bfcf-445a-bac0-8c0ad9dbf58a") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "692b7c2d-2172-4138-989f-bb1122238b64") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "ad260c83-5bc8-4ab4-b98d-63c0d07fe2a0") + (at 60.96 66.04 180) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J1" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "a4871f4e-690e-4508-a723-6fa0653039a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "790659b9-ae03-471d-9bda-17467332edd2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a42ce3f5-8d82-44f5-9824-f28ebac99e64") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f3d2647-d0a1-4736-863a-1dca1e2fc4bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3d834f1-5b98-4e58-afb3-e59a413ecea8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d262b03d-02ce-4c01-a479-32b9217d87a6") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b02c2eac-751e-4037-91c1-5d63b84963d7") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2bcfa751-af8c-48ac-8ade-63ef554ce0d7") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a53a6b49-93a5-46ba-86fb-b5f4061a032a") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d618668d-f031-40e2-aa49-afbc0f87a342") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e80bea4f-831d-429e-8318-5aa50dd1ac46") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "3ee667fb-55e7-4e95-ba67-958f50795431") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "01988985-d580-4cbf-a47a-b44f66125fae") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b8beef0f-7032-4101-86e6-37219b88b451") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "904419c4-3794-489e-a149-c0cec5f0dff7") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "eb90a195-eec6-4cc1-a1c0-428c74b9272d") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "01f12350-f3c0-48e8-a3ff-65640896e077") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "c4072a1c-0793-4d5a-8245-0396c2c6afca") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ad2e884-f068-4831-81ee-f76b259b49eb") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c1ce3a3-621c-45c4-a2df-fc65b6d30ace") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d26db05-3193-4f42-80a1-e41c9a4987cb") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11d4fa72-122d-479e-912c-24b2cab98ea1") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ba61990-4ca5-4b80-87ba-626907a13bbc") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e343fbec-c412-41a2-b741-3f77126389a9") + ) + (fp_text user "KEEPOUT" + (at 0 0 0) + (layer "Cmts.User") + (uuid "bd422d08-3524-48cd-b56a-3bde8f834f27") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "a5d2b595-c6cc-4051-b52b-f0842d6bec3f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pintype "passive") + (uuid "43937484-2b67-4fd4-842e-c6b70dd7aed3") + ) + (pad "T" thru_hole circle + (at 0 4.92) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/IN_a") + (pintype "passive") + (uuid "0f17d010-f676-41e9-969a-929d92d6e632") + ) + (pad "TN" thru_hole circle + (at 0 -3.38) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "unconnected-(J1-PadTN)") + (pintype "passive+no_connect") + (uuid "47d32dc0-fdde-44a9-a3a3-02d09e677604") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "b6eeb16b-4722-4f50-9df5-3fa2901025f8") + (at 80.01 156.21) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D11" + (at 4.572 -0.254 90) + (layer "F.SilkS") + (uuid "06f533c6-8a6e-4fc5-acf4-54e77af690c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "f0a72971-ae5e-4f33-a09f-dcc1e76162a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "80086818-4a9b-4e4d-b5e6-61efa3b0ffe0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5aed2993-bdfb-4b7b-ae0b-13f58201e7e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "538b811d-09a0-4f83-a5ce-dc7a1df8eebc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a34e485-5dbb-4feb-919f-dd24816cc2a9") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7e08e28-4d8c-4b72-ab2e-eb022bc947e1") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4291e44a-8a27-44f9-a436-2308c7da56ec") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7487aae5-c0d0-4d83-8e9d-31f31bc93b9e") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82eecb5f-0b92-4e6a-96d1-5783656f61e6") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c28457a5-e7e3-409f-b102-9a804fec0158") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc2b3662-a872-41db-9982-2aff52486456") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab0848ce-3435-46a7-9610-bc9684b741c1") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea917c9f-44b7-4dbd-8f6b-f8bfb914f833") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01a757dc-e4ef-4c03-9395-77bfb13d248d") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67f3c01b-801b-49e1-a68a-7926f61e2ba7") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac2bb62e-7615-4155-93e4-3d17ab803662") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "ab965040-153e-4cef-90b7-c5353e1796df") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "68423d8c-76c7-4e08-b78e-bfca21b2bc5b") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(D11-A)") + (pinfunction "A") + (pintype "passive") + (uuid "070ca340-6203-403a-9a0b-16a6dda65da3") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "bb19121c-5563-46cd-903a-0af6ac1ae54c") + (at 81.28 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV1" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "923bf3dd-fc2b-4013-9393-529c28d1a65c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k (A)" + (at -6.604 -7.62 90) + (layer "F.Fab") + (uuid "1848fae5-110d-4008-8a0d-ae23cd7b45e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f4137ef-0ef3-4b74-93a6-cb3d96ab1e76") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e78e3f1-2b47-441d-a034-2f9ce976ee90") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb26cd6c-70ef-4d42-af7a-81a303a640de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5a9d9c02-8e2f-45a5-abd3-75b14383b38d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "eff8121b-9a02-44e7-bf38-658124b5a5cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "204e24e6-1491-4341-9383-278941b62bfb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8941eec7-1fab-454a-a2c9-8895d116423a") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eba29ca3-b6d5-4857-bb82-27888493582b") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78af33b3-59ba-4289-b3b5-943c6ff9a562") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52559e00-cca7-4f1f-bf62-087411e5c497") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2c8e125-21ec-432b-af70-4b9c862e8a97") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffa3c8b5-69ac-487d-a5cb-92b22ecebb56") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7ed350d-3e4c-4226-9ab0-a57837ab19ec") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c915668-4091-4e26-b14b-36c7bd2d03ca") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e860629-8df2-4026-8504-2fef73a5dbdc") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fed9715a-d169-4006-8b3a-1aa9ef1c7851") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdcb0882-9a1a-4cbb-8bb9-523fbd73a100") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a4c8d0a-9334-4c57-89b7-35a241bb786c") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2bc05af-2508-4601-af0e-3c1f05c09d9f") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71eb91ef-1671-40ab-879b-55fb0bce5b13") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "069bf58c-11db-452a-ad10-71193e528d29") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e070a8ff-0095-45de-be11-c19cca155055") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7495e51-2a19-48a7-a9e7-d990748c2ba7") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b222e1f9-731b-4d43-8d14-b031047d48b5") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "4a5263db-c612-4a5f-bb0a-1a4f2aae4f7f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "a6691f96-af2b-47d4-b2be-bba45e234131") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "cdf88b4f-996d-4fe3-b258-792d850e3d65") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "895a182d-152c-4daf-a69e-401765aafe74") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "/IN_1") + (pinfunction "2") + (pintype "passive") + (uuid "04d335ff-3d2f-4d1d-a867-4f79c0d2fd12") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/IN_a") + (pinfunction "3") + (pintype "passive") + (uuid "1e9f588b-7820-4522-8bec-59052502008a") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "c64acc03-1c53-4c4b-ab28-2ccddae99b50") + (at 81.28 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV3" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "4a86f051-895a-4843-b9d0-a5daaed4071a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k (A)" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "377a6f5d-e034-4403-8d77-57f2f05fe8ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52d18f47-03fa-4f02-a235-dc30c2d0bfcd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b8fedfaf-9750-49df-9505-50be26c550d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f28cd8b-8ffc-476f-9f8a-fee9e404ef16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1bc7197b-8b51-47cc-a461-e25081bb4401") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8c4ceff0-8c19-4b46-8192-909df38cdfe3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "542be62b-d87a-4fe6-b8b1-c92e6223fa45") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8c96125-b4b3-4531-bb92-a780fec8a10a") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c0167f8-d388-40ea-ad89-e8017261dedc") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34d94c6e-70c1-4674-831f-ba11e701ff46") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fdb742fb-8bb6-46d3-a46e-8a79284b1ab4") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b1008ee-ebb3-46b2-ba79-c2b04192c026") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e16909b1-6989-443e-8856-95250a48578b") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9bd2c8ab-1a35-4913-a311-0b7eac56eb3f") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aee88273-331f-4e72-ad3e-cee7d3f59929") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0dad7a4-3183-47ae-a3bb-a9c230b76415") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2311b8ad-db2f-4d0a-8ecf-39434ca3ee4c") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62e06b38-a016-4887-a2e2-6258f1b4bf5d") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "189211ba-14f7-48ba-9a18-9b5aab834fb3") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f813808-f544-45c9-9ac1-294822b0fc13") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aabfbb50-538c-4feb-a1fd-f1bcd696fafb") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ab31b8a-2e92-46d4-aee7-dce3992920b4") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "140a810d-377d-47e1-9269-6e9b34e81c80") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "645390be-963c-4af8-b016-7c7b8fe72d57") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "2d35f64f-6ae6-457c-9c53-67cefd5540a7") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "b3fa0294-b8a3-4c00-8315-975de3e32933") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "f4fe5587-d616-4d27-a35b-20269431b3c3") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "e8e2adc1-025e-4d16-9173-593a2aa369cf") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "a62cdd93-7d26-499b-b467-2ed1e4a2cc7a") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "/IN_3") + (pinfunction "2") + (pintype "passive") + (uuid "bdb18329-5eb1-4756-8832-6cf7b0eefcba") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/IN_c") + (pinfunction "3") + (pintype "passive") + (uuid "53bb45fa-20bb-4cb5-be97-634911bd0cb2") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "c8d80eab-b81c-4730-a30d-84c4cbb2b9bc") + (at 81.28 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV4" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "04050702-547b-405c-997f-c56697370d6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k (A)" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "253f2732-b0f9-4518-b7de-f439f1a66529") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "459ea999-1437-4f5d-8552-09eba87d7811") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b52273ba-3e6c-444a-9d00-e37060fc5847") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73f5813c-a1ac-4010-8c55-dae8e3f31bc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cd39ad5b-f6b6-42ee-91b9-be0dc81b69d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9206a1a7-8145-447a-b380-6a02555d75b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cea2f4aa-c129-458e-8b44-efdd4f2ecb89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e7f44ed-7832-4a64-ab0b-0f0c2d1d7d39") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a199f732-c90f-4dd7-89a3-5078c63dff55") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dca3f391-7674-479f-b70d-05f42ef99739") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a18f7592-3b57-4002-878e-219620364189") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f256e28-cabf-4f35-93d4-7c28e3e2c95d") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38ce906d-5166-4893-885d-3505cfbf4f14") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af31a8e8-c785-4a18-a39d-620d2678adee") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65a2966f-5e7b-4004-8c6e-d75c9eed96cb") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc217405-fd0d-41d4-829b-95332c49f1d8") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "409d65b0-3b8a-4240-b42b-7b9689180aa7") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "45b1e07a-12b1-4227-a79f-6c1ed38eb838") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a29e9bb-95c9-4f0d-8c4d-0afd5dc26f31") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c3c22b6-8185-47ab-a205-f334db6f31a5") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64651790-6983-472d-81b1-9c3c9e1bbcb6") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62b78c46-8c93-4089-b1eb-8a268973f7c1") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bfa74b60-269e-493b-996a-14293ad05976") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3360fce-b06e-48d4-b7d3-8ce957a16a22") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "ef94086f-a7b8-432c-b399-38c8071e767e") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "530dbfd9-0ee4-41a8-b967-fd2ef98a5acc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "b95b441f-991f-4fb0-82c8-90618508a7e8") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "719b5147-00bd-43c2-b05a-a513339e1b64") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "2bf478bd-3ab6-4432-a9c7-2ef58f846e4e") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "/IN_4") + (pinfunction "2") + (pintype "passive") + (uuid "050c5f07-ee6f-483a-bff0-02f7b8ab8ad5") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "/IN_d") + (pinfunction "3") + (pintype "passive") + (uuid "b84dd089-3e41-438c-9831-7b093dcf7c1d") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "caacacf6-9f48-418e-9021-c0f62900be20") + (at 62.23 137.16 180) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D7" + (at 4.318 -0.254 90) + (layer "F.SilkS") + (uuid "529ca1aa-d95d-4bb6-9201-05db5c8d054a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "c12ba281-e1d0-4bd4-9d95-c75257cde16c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2205d95a-0873-4682-9aa1-2fbd6641dd3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71cfee3e-a58b-4ec1-9038-068190d6ac55") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d8f81f2-bea0-4764-a50e-7b2b2532e879") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9114369-7ba8-4ca2-b0da-55e838cffd82") + ) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b881913-61ea-45cd-9e62-d60ec70ad737") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7e71041-e748-4933-b154-3601aff72db9") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0760ac88-9bf6-4a6f-aa01-e3b6585b2179") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "326af044-631f-49b3-b7e4-935e30c33eb4") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e37752f-135b-4ef5-abc4-bf70f9864eee") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "212a9827-efeb-416e-87ea-2954c71cd01f") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "68397220-622d-44c6-8093-6ec9d0dd48c6") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "afa74f09-e311-4434-acad-69771fdfcbd7") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ee61caf-bab4-4a4a-88ad-8839ca1dd74d") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71b57a5b-d56b-4fdc-9587-5b5785c83f31") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ce95c21-f152-4b78-8875-abc990b62273") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "c8a1c53b-73d2-4f9b-938f-0afe1a464c8b") + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "23eb78a4-6c91-4b89-adfb-e71c2b765826") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(D7-A)") + (pinfunction "A") + (pintype "passive") + (uuid "2a751645-253d-4df0-8c39-e8a783c22a3b") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "df48d2a9-c271-4c60-b508-d1caa127649a") + (at 60.96 126.84 180) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J4" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "9ee682a5-a8b8-4879-bc8b-5ebc344a7dfe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "4967ecd3-984f-484a-a245-f1b5c9b6ceec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7346e42-7209-4279-9e77-c63282802494") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "acd73d2f-1853-4b72-9453-ef13a27136f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "384e9786-e266-4648-afb1-db6c4c3d8f6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d37fce2-7e67-4f56-8412-9a32acbd5bb5") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd43c8e2-4ee2-4772-9a49-cec3133c20c1") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da3d35e5-4222-4adc-8796-f69191e4d46f") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "335d5a89-7867-446f-871f-28c9e1af9b42") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20543a29-a813-4439-8711-4e8a94afbdd0") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7480e5e-9a35-4eb7-86a4-7d56e14aa6cb") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "d20d0fa0-f9f3-4410-9ba2-d51d1d6a06a2") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7f42192c-c284-46ba-9bb1-79749ad38cfd") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ceb424c7-58f8-4f41-82b8-c026e6484fc7") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6d728744-47c7-4449-9051-52a0eaf1534a") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8853f140-6892-4c9c-ae13-81a52777efe0") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e37ee474-425c-470c-aa6f-5cad190b1d35") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "be01bb37-4b17-4b64-ad3e-9fa4acc19240") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b485279-7f8d-4d67-9dcb-7a8b05d3f7cf") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffbabc41-1055-4a31-b8c2-9c5ab71ff573") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7d1560d-6289-400c-aa70-859a6e200226") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "625bc26b-69ad-4008-a578-d935290e7d87") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab35e134-c487-403d-8e7b-bcaa006d6d1f") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "06b8dd76-795e-4692-8eb1-6d45112e3fef") + ) + (fp_text user "KEEPOUT" + (at 0 0 0) + (layer "Cmts.User") + (uuid "9773ebd9-f16e-4372-a7d9-19242b8bc4c6") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "b54cabf0-5e7f-4c3f-9e16-68de968afb43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pintype "passive") + (uuid "f831af12-6a15-4481-82c9-be30bd72086a") + ) + (pad "T" thru_hole circle + (at 0 4.92) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "/IN_d") + (pintype "passive") + (uuid "aa54e6d6-5092-4903-8873-d7a484bad8fa") + ) + (pad "TN" thru_hole circle + (at 0 -3.38) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "unconnected-(J4-PadTN)") + (pintype "passive+no_connect") + (uuid "fc93139a-6127-41fe-8a3f-9dadf4a2819a") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "e9e05aae-dcee-458b-8cda-011dc0efaad3") + (at 62.23 96.52 180) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D3" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "b95da669-66d5-46e6-8884-b3808e61d026") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "9a9bd1cf-fe73-4c43-95a6-c72771d36c09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea0b5913-1846-4718-840e-f1938171f4a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02d625f8-2d0c-4376-9f48-9b3aadae8cfa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e643013-bb2e-4659-8f58-1d1318da244b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23d6f164-e00e-44b6-b145-dd6bfb6f30e5") + ) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc1fce0a-0b4d-4cbd-9885-87c311dd78a6") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43c4c53e-5d2c-4204-9669-7c30c11c54ce") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "434a0b4c-635a-4f12-bf76-9045a35f4bfe") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "009cd4db-95a5-4ca6-a6df-9a38b7c5030b") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d7d8987-d53d-4af8-a0a1-2de216d7ef0b") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b5b68661-7ea2-4a54-8786-28a65d43d138") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6193eae-40b2-4218-a810-1db709d43968") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b64d802-c407-47c5-a4b2-33b6106cc1ae") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9927fcd-31bd-43ab-9314-b4da92c31fa2") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a56b8ff0-062d-4e25-a5d6-0611a7b19de1") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8c7cff6b-6aec-4f4f-921c-f3364e1a7287") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "455151c3-73e5-44bb-acbc-301aaa926513") + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "5b52d9c8-d458-43a9-bdda-d9e74e85b54f") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(D3-A)") + (pinfunction "A") + (pintype "passive") + (uuid "c4440a99-3f0b-4284-b396-5abcb03018c5") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "f3cf1d00-0ad1-4204-aaeb-529eff4f14d4") + (at 81.28 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J6" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "d189cb66-66d0-4f9f-9d32-46947e275f43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "e95154cd-2783-429c-8944-fe43d5658ab3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9060d5e8-1f67-493a-bfdb-02d5aec49561") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cd338a4-e96b-4a68-ab08-b5ee0b963628") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3cf63937-9b2e-4eab-a56b-fec3bb16a4a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81186bf6-bc22-4a05-a7f9-7ad00c3b7d80") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b634f757-fe71-4ea4-a97b-604481d1ec37") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7faa0740-02df-40e5-b561-8ee825807154") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e604b43e-8454-4e50-96c6-3a4c60ea1df0") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbd0d4fe-0731-492d-8535-b5dfbc6aba3e") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b437f14d-fbc3-4e74-9c6a-9b6c9f70aa35") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "09deaee7-9cc2-42dc-bf1d-5fa9d82d967e") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1effe829-f9b7-4eda-86ef-71515da33020") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "225541b0-049c-4f40-b0d1-eed7d3861020") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a8829f99-c8db-4d47-93a7-1bb6413bbbbe") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8b1e97a7-78d3-4526-b94a-34aaaab4f9ee") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7272e7d8-2ada-44ea-868a-673d2a659cb4") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "ffe43a7b-dfa0-4058-9427-2bf5d3b432b9") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d420545-1871-43f4-9ea6-e5648ce56cab") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17436e46-a9e6-4b82-a920-56bbf869f35b") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67268792-860a-461a-944d-cceccb7ec8c1") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "857b54f1-c606-432b-b643-a1512fff97fc") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7503d3bd-09bd-43f5-901f-1783ebf4fa6a") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "3f66b12f-2049-4204-8a47-d41c719a839d") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "b384e3d2-4ee4-49fa-a613-874ad87af99c") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "fabd6b21-84b2-4cd6-acd3-3d49dcb2f0c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pintype "passive") + (uuid "0163a296-35a1-48b4-97a0-b325730e7d61") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "/OUT_B") + (pintype "passive") + (uuid "e17af9b8-21bf-4ff6-a671-1a5a91d08403") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "unconnected-(J6-PadTN)") + (pintype "passive+no_connect") + (uuid "0b479049-ee69-487d-97e7-79f946878a06") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" + (layer "B.Cu") + (uuid "04b32c51-b6d6-4b29-87d5-79b67884699c") + (at 71.892 127.871) + (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") + (tags "Potentiometer vertical Bourns 3299W") + (property "Reference" "RV5" + (at -2.54 3.16 0) + (layer "B.SilkS") + (uuid "c4aa497c-3caa-4a7a-bef6-171d6a123723") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100" + (at -2.54 -5.44 0) + (layer "B.Fab") + (uuid "3e7ff926-d248-4dea-9016-3a840adc55ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cbd4836d-ff7c-4a03-bf0f-9b7631f3231f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "757d359f-9226-4cfa-9e0e-88ee2787616b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc02c774-4bd7-4f44-9584-4741f58ce83c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "61cb3baa-657c-44b5-8675-7dea8043e076") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "16ae62b7-2fd6-4c8c-93b1-9823e16888a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "62b24a51-fec4-4daa-adcb-7a8b175d9d49") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (attr through_hole) + (fp_line + (start -7.425 -4.31) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "58d16f81-80cc-41e6-9f5a-13537751344a") + ) + (fp_line + (start 2.345 -4.31) + (end -7.425 -4.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "86fef807-b1a4-495d-9c97-bd311c620cdd") + ) + (fp_line + (start 2.345 -4.31) + (end 2.345 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "92f70f12-7bd9-4116-8a00-834dda1da26e") + ) + (fp_line + (start 2.345 2.03) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9289453-0ce3-431a-a92c-f4dcc5f8d95f") + ) + (fp_line + (start -7.6 -4.45) + (end -7.6 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d603260e-7e5f-4ec6-92f5-4ee97f10b3f4") + ) + (fp_line + (start -7.6 2.2) + (end 2.5 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ab0a41bc-bdcc-40f2-aa82-7dfab7881c1f") + ) + (fp_line + (start 2.5 -4.45) + (end -7.6 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "690533c4-ccd7-4f15-9b09-5898bd7303c1") + ) + (fp_line + (start 2.5 2.2) + (end 2.5 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3a9392a6-c3b9-47ee-a429-721b6a9945bd") + ) + (fp_line + (start -7.305 -4.19) + (end -7.305 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e5416dc0-57e4-46c4-9b2d-19631f6e4c08") + ) + (fp_line + (start -7.305 1.91) + (end 2.225 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "786ee4f0-3521-43d1-a21e-dced0ce32a7c") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "17bf9e36-c3ad-494e-bcfa-cd322ac01700") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4f3578d1-3f85-4202-9441-fee23b90aa02") + ) + (fp_line + (start 2.225 -4.19) + (end -7.305 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "923b596f-d3a5-4497-827d-68f6044a57b7") + ) + (fp_line + (start 2.225 1.91) + (end 2.225 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22fb52a9-30dc-451e-8ceb-48cf469c3c4d") + ) + (fp_circle + (center 0.955 -2.92) + (end 2.05 -2.92) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "78f767da-f9e7-4982-a2a6-722b3b8d932e") + ) + (fp_text user "${REFERENCE}" + (at -3.175 -1.14 0) + (layer "B.Fab") + (uuid "6d31ea62-a9f9-427b-acfe-7d1bc90a0a41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "Net-(R14-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "61c13c54-2160-4b14-8478-d021d66753d3") + ) + (pad "2" thru_hole circle + (at -2.54 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "Net-(R14-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "9f5c020a-f4c3-4a19-ad5c-aae4ae6c6731") + ) + (pad "3" thru_hole circle + (at -5.08 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "+12V") + (pinfunction "3") + (pintype "passive") + (uuid "dcaab20b-64d1-4f89-a097-cceb17029948") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "116166e8-ad9a-473c-89f5-d76b7cabdd60") + (at 86.106 137.672 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R27" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "bbd41d5d-f094-45fc-8d77-31590d6009d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "299215ba-9760-4b07-b05b-9cc2b26c290c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ebab0ae-419f-41aa-9e63-45a09ed50832") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6da8e944-dcb3-4798-8dea-11c39888eab6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6222915b-6584-4c7e-831e-5dab600f62d5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1bbec92f-c14d-42db-8975-d6226713b475") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b2ebcf6-d28e-496c-98a6-2b12ab942e33") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ea3b1ee1-2d18-4415-8390-01d198513f6e") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b0ed2690-538d-4bcf-8285-4f629d9fdc82") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "16ce2915-0e1f-461d-96d6-d5b74e5e3898") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a1cdcd75-cdc4-47c3-9abb-c8ad8affe364") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ee432154-02ba-461f-8d4d-272697eb7349") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1903d667-42f2-4c45-a9e0-650bb77c3892") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9c22ba23-e681-4d76-9c37-8d9509bbcc51") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2c350824-b98c-4f2c-95e5-fb4a90477b7d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "7e5cf3b5-d706-42a0-a978-5b3b969925f3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 47 "Net-(Q10-C)") + (pintype "passive") + (uuid "9e82df5e-42ef-4d76-9306-19d065f1aae7") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "2a52b471-a61c-4785-b4a1-b034d1700a78") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "1554cf45-435d-4667-ab4a-5d0b95f467b3") + (at 55.61 103.97635 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R21" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "f1eb035b-25d0-4a80-878b-e5d085e40d84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "53979db4-5c85-4995-9c98-91df646ae8bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02421a9a-b8c4-4406-a885-e83bbf6b549a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0635177-cea6-4c1a-91b3-abcfd1f3a44f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9deead22-8fae-4353-8983-58647fc34f33") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "00f88595-3714-456b-a5aa-f0bfe4733686") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddc3f704-8772-459d-8191-fc193cf73075") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8bd50640-e918-4155-8834-31b8f886b8be") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9cd53be0-4d13-4cbb-bc86-ab4efbf6bb0e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b6cac77a-890d-4617-82e9-64902f3a00c2") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e05f72d3-eb37-4033-9ae4-04ffc5b4e3b8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8cd5b4db-eca8-4f4c-bc95-fb8b6627143e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aa02a08a-595c-4386-8270-b6a42332427f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "77369492-81aa-48e3-85b6-ca6ebf4b0099") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c639ba44-b9d4-4eb0-b31d-afc3ab136191") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "1e68625c-de54-4faf-8b01-169f9c25aea1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 44 "Net-(Q7-C)") + (pintype "passive") + (uuid "8f1841fd-cd1b-4116-af98-154722dcf94b") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "dc3fb3b9-b616-488a-a244-5a6c90a9e3bf") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "18d52d61-9fad-4b12-a133-d3ec979f7aa4") + (at 55.54 113.04265 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q7" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "d69ac34c-f7a8-4fd2-9967-b41e3d5a9f1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "d8349bef-a502-448f-a14c-d385ce9e1067") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0285e3f9-af94-4992-9906-ab779f394b1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e706766f-94d6-4bf1-8666-a7dd21ce7768") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5206ad9-b9ef-48cf-93db-76f49bed1429") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b864b85a-2519-408f-9c98-535040bede4f") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e7e4bd1-845b-46ee-ae42-8d9323c706e9") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fd2010a-b930-4361-bebf-2293eaeeb565") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "95d5982e-31df-4cab-8ecc-c21a3d158ee4") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "2d4d9ebe-f9ff-47b2-9107-cddc9bb63d1f") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "acd216e5-4645-4cbf-b09d-577989eff37d") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4ff317f6-d99e-4413-87a3-7f24e6ebf252") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ec5f26d1-4011-4376-9988-7b539c07e131") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d80e3506-3da9-4677-b1de-406728537313") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b2a56f40-884b-4fd3-8877-132b3acac809") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38d03404-2749-42d1-a511-bfba7e73fa37") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "684dbc01-51ff-427b-8ab1-707218254f1e") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b72adf20-0bc8-4b39-9a69-8c0ebb0f7a96") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76596e4e-2398-4dd4-bb89-315b5be9cd2b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "6c95c68f-6cbe-473c-a5a6-a8e19082e841") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(D6-K)") + (pinfunction "B") + (pintype "input") + (uuid "3a82d5a4-1ab1-4537-973e-b6b1f399aac1") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "Net-(D5-A)") + (pinfunction "E") + (pintype "passive") + (uuid "49904115-0c7b-472c-ac51-8f68792bb4b5") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 44 "Net-(Q7-C)") + (pinfunction "C") + (pintype "passive") + (uuid "9d4eaad6-cd19-45c7-9526-d18ec2a32259") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "19997866-a0ac-42bb-ac14-93e96d731065") + (at 77.216 144.526) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C1" + (at 0 -1.778 0) + (layer "B.SilkS") + (uuid "307649cf-8fca-49b9-88f8-54f4819b28fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "3.3n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "875b79ae-d996-41f5-a916-22e40464c847") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e2e2b50-5a80-4586-8b17-3e4bb9013880") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d87193c-3591-4abc-a1cd-c6ec536dfa1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "88ab5780-1eea-4949-99f0-ae2d4abdcbb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "85e312ea-48ac-41a6-a276-519aa2240b84") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1248f36-1c5b-439a-ad41-f8f9665cddcd") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9a50fb58-cb12-4b79-bd84-4b0b2ba3dc12") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "534b3296-b4b0-4c19-a039-ffae400d8afb") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "40b57dff-f964-4d0e-9447-a07048f67b94") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2599636c-2a82-4854-8798-a527c0b27043") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fb9bb1ec-ace4-4902-b6e9-f1c3b96c74e8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c8ddec65-606a-438c-b945-43c51ee4d993") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3890490d-0f70-4a21-9ebd-6555f7a474db") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0dcd2053-28eb-48de-a984-ea26076682ce") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4a02fea1-cc7a-45da-af57-6780667352cc") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "Net-(Q1A-B)") + (pintype "passive") + (uuid "b9b228cc-1914-4fe4-b20a-5c43e8d34eaa") + ) + (pad "2" smd roundrect + (at 1.0375 0) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "GND") + (pintype "passive") + (uuid "a112c811-2573-4195-b9e4-c29126515c9a") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "1f2f4f15-4c49-4a74-b298-73de32aa30d6") + (at 55.61 68.51115 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R17" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "2b875436-488e-45a4-987b-94b1edbc286e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "35ff5d2e-bf5d-4a39-98a2-b4f2e839fd6e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68592196-920f-4dbb-a9bb-2a7951821c1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb580c7a-2a8a-42bf-a90d-e263252e7750") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e2a934b-1b8b-41d7-a83e-48d432d47c07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2317f07b-0b86-4bc4-a1fb-928fa907f5ba") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d96db888-6175-4981-a105-cfe956ce498b") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "52359ee3-c13a-4c4f-bf87-069a8916196d") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0cdde6a7-1cab-44c9-889a-4d75b6fd5dfb") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c42b421f-952a-4379-ab00-ed12f503e144") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "948799d8-fb1a-4319-9bb1-2b421e7fbf2b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3c2a0a86-3a06-4174-b35d-86c09cac91a8") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1d2706ff-4566-4c96-861f-1163daaf5e87") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4212be5e-eb94-41ce-b6b9-6dce55af97cc") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d91898be-8338-4ac0-9c5d-d17b39b2ce25") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "3f998876-1e60-4395-ad46-f7c946de7459") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 42 "Net-(Q5-C)") + (pintype "passive") + (uuid "91c67dd6-cb47-47ea-9578-4340c2fca536") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "72b35974-62c2-44d1-8c15-1cfa17a46589") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "2b5a5345-0c63-4585-a003-c7fba96f010b") + (at 85.55 144.78 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D12" + (at 0 2 0) + (layer "B.SilkS") + (uuid "d3c81ff4-6d79-4272-b59a-47a295c9fe5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "d06fc9ba-63ea-4281-b37e-87d37c1f5265") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b758e713-c6c3-4548-bee1-4b947777991f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b928f85e-bee1-46df-8c80-33623f4543cf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "981da364-4ab8-40c4-bc5f-3b3d408a1f4b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d33c7635-21d0-48d7-a59e-a8de2bf1530d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a81f5eaf-21a2-479d-9d13-a26abdb02a29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1452574c-ba62-46cf-b764-582a80650dd6") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0dfa56fc-9a9f-49ce-9a78-b183f96690e4") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "340eabb2-16f7-49df-ba7b-2d6f22d681a0") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1bdb1946-ce6f-48ff-b9ce-b322505edc67") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e8fcba38-8a46-4d2e-8867-cf8e782e894b") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3879719e-e27b-4087-a500-a90eac67d7de") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "768e2ddc-e647-4c58-937a-b6f56bb01ed5") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5097b0f2-533a-4494-9792-4c707fdb04e4") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f967e2ad-6f12-439d-a2a9-40e1551c0153") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d5150c14-74a4-4a0c-ba02-570a409a8151") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "58ccfa7c-e77e-4773-82df-432d1af6abbb") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "74b09507-9f99-457f-a106-eac5bf934ca5") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56af42b7-7223-4fd5-a3a0-60119a336723") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b7c4e33-f664-429b-a9e4-2642c05bdc19") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ba43c9fb-1eb6-4e72-b3d0-29c0dd7f355f") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "621238c7-62c4-4c24-8fbd-f81e8132b0f9") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a99c549c-ae80-4f9e-90d0-1b2772f30ca1") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "72c180f4-f797-4df8-861d-01111722f012") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "6eba6006-1abd-49a4-8c10-142e9731a108") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 18 "Net-(D12-K)") + (pinfunction "K") + (pintype "passive") + (uuid "30b6629b-fcfc-4759-9f8d-3932feb10ef8") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "96a03e5a-1595-4dd0-8ec4-30fca240a546") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "2b8e9756-9631-4854-b3d6-73e4e98a25c5") + (at 85.955 150.06 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q10" + (at 0 2.56 0) + (layer "B.SilkS") + (uuid "172dbda1-5c0b-4e59-ba20-664b4aa1864a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "6d5eeecc-7a0c-4899-b556-68430dcbbb43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52bbf849-370d-4047-8a16-891da7a2bc1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23c20317-ae36-45cd-bde0-303b37788e02") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52639318-20de-40f7-90ac-2597f537ebc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0954766b-cb46-4964-9c25-281b2046b9f4") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0bed106f-e51d-4ad1-b5aa-02e74ba82d45") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f6a4fce-04a9-4b57-8ee0-760c590bee93") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca5acb3e-bac7-45f7-9302-99f3c8f9ef19") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "7766d27d-eb46-4185-a119-972d11d4f4ed") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "11f03797-01e1-426b-8b74-177f89d9690b") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "12f090ba-77a8-45e4-b42e-6ea4393c2193") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "883d3df0-751b-40d0-9dc3-9907e8530427") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b9a52a48-c1d3-4ac3-bf20-cc6eaf8f2220") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "83e846d8-db3e-40f5-b0d1-46e65d9d5d2b") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "61d30527-0a9c-4b3e-a58e-6a62f7fb2542") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ae9ae873-8e36-405f-85ba-049ad5865258") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a460953b-8698-4b04-88c5-d7b9a4569124") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "89ed5663-350b-4619-a41e-261bdb1ba405") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4c5a1c75-bf1e-4ec3-9153-5f5c50bfd6ff") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 18 "Net-(D12-K)") + (pinfunction "B") + (pintype "input") + (uuid "dd442372-1b7a-4e75-aad7-e792bcf9ac42") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 17 "Net-(D11-A)") + (pinfunction "E") + (pintype "passive") + (uuid "cb8d46cf-45c5-4dfa-9f0d-bb0a26b11170") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 47 "Net-(Q10-C)") + (pinfunction "C") + (pintype "passive") + (uuid "aa04e7ea-6f08-41a2-ba20-a676a080ff29") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "30250649-30fc-4ba1-9126-5db5c434a52e") + (at 55.54 77.57745 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q5" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "f18bc295-9a26-4aa8-8c1e-1545cc1ebf5c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "95a2575a-79a0-4aec-a73a-9b649172ecd7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e331c4e9-e2fc-4f9f-a6d5-35ad5ecf63ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb9c82a7-e030-49cb-b29e-622a17991dac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96adfde3-4287-462c-9f2b-422fdfee31f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ea9b909-d285-4f11-81b6-490747e30afd") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "857d3ebb-28fc-4e7b-ac89-621babe3129c") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff31df86-691b-4178-abb4-2749225558ae") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "57180d16-47a8-43de-b300-376cf59ffb00") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "735aff84-903e-473b-824c-854f3a80f615") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "27713e7d-fe25-491e-855f-8e8de39d5788") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e04c6eea-cefd-48a7-ae8b-4332fd80b6e7") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c65b423d-bab8-49aa-b338-83c76b314be8") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7abb2185-fa37-4ac7-b5bf-ac5878942087") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2a95b8b1-585f-44cc-bfd0-263f001f2e79") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "912a8d02-6911-451f-9521-73bd501195af") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ede825ba-dbc9-4392-8299-f3d3608cf0b9") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c09aba4-991d-45e9-85e9-8a49c7aa85a2") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ebc6b6ea-98a6-4519-a595-287b17f6d93c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "984fe144-daad-4b71-bc78-1e813ecdb821") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(D2-K)") + (pinfunction "B") + (pintype "input") + (uuid "b0149443-d1de-46f0-a45f-30b8ee58c166") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(D1-A)") + (pinfunction "E") + (pintype "passive") + (uuid "05fa6de8-6da4-4287-a34e-d7f0f15332fc") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(Q5-C)") + (pinfunction "C") + (pintype "passive") + (uuid "e98d01aa-9a9b-47b0-8e34-33faa413b2f8") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "3115e3ed-56fd-49f1-81d6-6085dc79db04") + (at 65.278 144.272 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R8" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "2b33b406-6cda-4f75-9a31-8f16360d3651") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "560" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "72b0b95e-f83d-481a-a3fb-a9632a675b5c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a2fac5d6-ea2d-4aff-b7ea-95d4f64e9f05") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89d1b898-8672-4cef-a790-7623b87635b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "137089b4-de9f-48b1-b5e4-c7edca3c7e37") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "543da1e6-7a7e-4bf5-a456-2341a5eba834") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d06b6596-9f30-4b01-aa7a-0d0a5590e379") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a198d568-c85a-4be7-98b7-c735e18adfd4") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "27808262-3d6c-4eba-9b93-2e88301c6b83") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58ab1382-3bac-4de5-8566-12f8c39dc0c5") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dc36f71a-d1d4-4465-a285-2022ae0211a8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65422b72-cb79-46a4-a074-e7109072f79d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7530f689-1d43-427f-a1c7-684b12ab21e1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0e07c54c-1a93-4f82-bd19-cdeeee103b83") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47e73c12-9dda-42f8-9e0d-255711f879b4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "3f31b8a1-90a7-4d56-b158-81535590e8ec") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 39 "Net-(Q1D-E)") + (pintype "passive") + (uuid "330f3fc9-1715-43df-bbae-afe9788f888b") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "-6V") + (pintype "passive") + (uuid "8303eaee-ca81-4d27-9d5d-036a790e8762") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "31d05a0e-c898-46b4-839d-8509d512d6bf") + (at 65.278 147.828) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R7" + (at -0.254 -1.651 0) + (layer "B.SilkS") + (uuid "7dc54f6a-cf93-48b6-97cf-0326a8d6ebe2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "560" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "e60402f4-db25-4082-ac28-36f2a73ba6e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82a573df-c14e-41de-959e-eefd5cf567aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5e3e8c2-c7df-440f-981a-a7f75a716bdc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ecbc485f-e551-4122-b74b-3fc2adb95196") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a8b2710-7fe3-4e73-a052-15822ae48544") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "87b797bf-364e-4c4e-945d-926e5f40f6fb") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "24705c85-ae45-4f34-9930-bd281a1db839") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9cdc2fe0-09d0-44b2-90ef-ba8526b35571") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "04a94d36-ad8c-49ce-bb05-d578c6d5d2b5") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3dd8b85b-8f8c-4e6e-860b-c9cfccd99eab") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4f128fdb-a4e4-4e90-bf5a-3baee00b7290") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "393fbe8e-69bb-4041-b8a9-2bebbd761491") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a1ef146e-dd0a-4ac0-bcd1-18f691f8ff39") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2bb81dd9-d2af-4c72-bc90-a2eaff7c8727") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "6f45288e-91e3-493e-82b9-7e03983c473c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "Net-(Q1C-E)") + (pintype "passive") + (uuid "c3a1a03f-5eb3-4513-9361-114b73423792") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "-6V") + (pintype "passive") + (uuid "417d07d7-af65-41fe-8e0c-6d9f573da9ef") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "3ee8d6bb-8c9c-4b79-8bb2-4ef845811704") + (at 55.61 86.24375 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R19" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "e9841070-4eea-45ca-82cd-3a01d0fce26c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "1acdc20f-13d0-4f33-b1c5-c30df864f1b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be9cf830-5ce6-4603-aa80-a3ec5e3ee1c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89038d7d-a9a7-4c23-910f-4ae0076efa0a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "90b708cf-a572-4b1c-9e8d-5f894c0cda69") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "68bccfbd-bddb-4f30-924c-f0a670dd0e75") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "92aa14ab-1ea0-4ecc-8814-2099bf28713b") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "22eab9e2-2337-4a01-a279-3114d502d168") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cfa84438-d5ea-4c48-b0d1-549e96a22c84") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8a43e61b-2e53-4823-8f3f-a587538c06d8") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0bdc9018-c00d-4ce8-9108-e555145e8d99") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "36e795b7-ebbb-4a76-a1e6-4a80fee2f692") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ded9023a-2b71-4645-b982-2f9817a76f67") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "12478367-923a-4bd4-8ae7-0d18144470a1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b6c95374-fcec-4a35-b23f-69d9c4a5b6e1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "aec6cf6b-d466-4c6a-bdce-642ae1510f74") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 43 "Net-(Q6-C)") + (pintype "passive") + (uuid "46574bd1-fedd-4534-aa0f-145f92e4d672") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "e53dedf5-3811-408a-bfc9-07b2a3287eeb") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "434b9828-6f37-47d0-a0bb-3d500aa2376b") + (at 55.61 135.4834 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R10" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "022d126b-722e-4866-bdcb-7ce8115c40ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "e3653493-ded4-431e-89ba-09ccdef7d187") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1221af3-8b83-41e6-b679-9cde35e11d23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a00fe67-ab4d-4695-ab5b-8b266a5e1923") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05c22687-82fd-4774-bf39-c095c3e827d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "441b318b-65bf-4327-941a-f4026136b83e") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "45d50003-2f7e-4435-9af1-69ab7d0ef845") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aa6c5d3f-7d35-4444-b610-c45e613a00ba") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e0a7c787-1764-4469-b6e0-6dfbdb1df395") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6fb6095c-160f-4d04-861b-00becda7c640") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1002e8d6-ad46-4046-a608-a2d87e4f4448") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d4cb2d85-0f80-468c-940c-5e9f23643040") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "95d9c1d9-53a1-420a-9533-fe64d3d02afe") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "91b3f381-3a00-494f-a80b-e1317c6ccb9f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38f610c3-077f-4b31-a3c5-d05395a40eff") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "200f8bd1-dd36-4394-8fbb-22cb6cbc534b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "Net-(Q1C-E)") + (pintype "passive") + (uuid "167a5f21-8794-479b-a092-1edfd21e4aea") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 27 "/OUT_A") + (pintype "passive") + (uuid "f5d66ec0-5069-43b2-9dea-80514a53682e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "44e4c997-3945-4bb8-89d9-e5a3d7c95981") + (at 55.065 72.6693 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D2" + (at 0 2 0) + (layer "B.SilkS") + (uuid "ecbd06b3-ce48-401b-a0e2-99087a74eef6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "e84832d7-cc24-47af-9b45-6ca80e1c3fc3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ceec43a-6eb4-4ab6-8663-d126e2cc017c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aed128ca-cef1-44c0-9d72-3ee6bfd8da68") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "427aa7df-282b-4b0b-9837-8bf2a294f16c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "28bc7e5a-6aec-43d7-8bda-4a12e9563dff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "ffc3088e-d774-44e5-aa5e-eb2a5a55ef01") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "398f4097-b669-4fbd-afb6-c32d4096a6cc") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "de549be7-6929-4b7c-9d4a-33b998dfb68e") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "713db8b8-f992-4c67-ae61-4cd119261eb0") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3350fadb-0c77-4029-bc14-429bfe2f6c17") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "25fe3b58-5757-41c1-b1f0-dcd1d02fecd8") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fd480ce8-02c1-4652-812f-335f13da11ad") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "283e3d7e-ade4-4160-a364-3cfd5517ef64") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a5e4a928-32e1-41b0-812b-c942a315e918") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d6ca072-36fd-4e29-a8c4-5deed7a5d5b6") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "275b9755-fb2b-4f0b-8831-678ff74031d1") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9779aa96-f60b-4e47-9890-89e75fa922df") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a208461b-02d6-41f1-b1dc-dba7da73bc75") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a8ad7753-4589-4eaf-b959-c99c979cc698") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ab5a017f-d25a-47dc-8bca-bca97bda4549") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b5fe1cb9-9e6b-4908-b68f-d6ce3ec3b235") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1b508320-a327-4789-9f2a-28c71af18b44") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "89fb8c95-ac36-4dba-a6da-dccdf9014481") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d096908-493e-46eb-8e94-6f1abd9444af") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "31f75581-350f-4aec-9676-880c0dfd482b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(D2-K)") + (pinfunction "K") + (pintype "passive") + (uuid "32ab62ec-1700-40d8-a3bf-3662912afc86") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "058a48df-c5fb-4305-833f-e9fcfba9a4cb") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "4de41957-5484-4ef4-b971-a0a4fe5d7810") + (at 72.644 149.678 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C5" + (at 0 1.68 90) + (layer "B.SilkS") + (uuid "6c2b5dcd-8305-4cfb-bd14-2c9481719ee2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1.0u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "8c4fe4a7-8a1e-4671-aaa8-53ee23e390cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7da41e5-253f-4011-84db-ece34a896128") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a046d5e-cb14-4c6a-9b2b-a586fecda5ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a350fc7-a08a-4983-a964-cc69b78d2905") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e3c6e5b5-8d9c-4766-860b-4fafe8957f0b") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1061624-9fab-4e42-9a6c-60762871744b") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aa6d6e32-3289-4437-b56d-8cce4d43db54") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "40f22d72-5d15-4749-9970-87b4b3d2d4f0") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d6637faa-f9a7-4b37-912c-d00d93c7c4f9") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "41b1df3a-ada0-4794-ace2-a24bcc43b19b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "639c0738-dd5c-459c-8fb3-a5d9724aa50e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "830b147f-d29d-4968-92ce-85dc7a8d6a9c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "77cf3bc8-a2b2-44bc-aafc-3bf649c5a382") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f60a9bfe-32f3-4026-91cf-f620c7970238") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "f2b530bd-8f0f-46a8-b697-92966fd26b42") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 4 "-15V") + (pintype "passive") + (uuid "23faa37a-bfbc-4595-9baa-17c5bbc49aff") + ) + (pad "2" smd roundrect + (at 1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "GND") + (pintype "passive") + (uuid "207f3863-d73c-4de8-80b7-db32460c38bb") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "4ebd767e-661f-4222-a8e5-952e34f508fb") + (at 55.61 82.2856 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R18" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "8af633c5-b1be-461c-bbe8-61483ec1e37b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "ffbac34b-9f43-41c4-80c3-eda15ee0c476") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d956d591-71d2-49e0-acf6-44451065bb2a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea711553-6afd-4f8b-a58e-5f85e51701f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71e1dcfc-6689-4fb5-a05d-0105b1634cdc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1641b8c6-eb26-4f24-aa3c-1b7c66ba7498") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b9ff29b-b59d-46ee-a2c6-aa641a392bb5") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "29d2a500-9682-4e05-808b-adafd5380ed9") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "115cd86d-9c0e-4c6d-b139-fbe29b414e1b") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9244167a-a258-4111-b7e8-331bfe2ee4d4") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ff788eb7-1d94-4269-9433-2108cf60ab5c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bfb4d12e-76ec-404e-9699-41a07d831715") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1571db96-fe7f-4e96-a2d1-6b9fb8d5cc92") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c70992a-6e81-4b51-b475-6d969142e0e0") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "91a86f79-730a-420b-ac78-35482b657106") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "51505352-d5f3-4d28-9b7c-8fc0f32b56aa") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 21 "/IN_b") + (pintype "passive") + (uuid "f1ff7d3f-c201-4cc4-b316-3c77c0129090") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 10 "Net-(D4-K)") + (pintype "passive") + (uuid "4c6376f9-c888-4e73-b96e-b313cca9dfff") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "51b6c3e6-a80d-4eb6-a9b8-5358c752a032") + (at 55.61 64.553 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R16" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "fb3a6bf5-832c-44be-9798-13beca9d23c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "4291c83b-e246-4d60-a8ba-575c4d6b9c50") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d949a91-2184-4948-97c4-64b5d3f5047f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4431036-3d0d-4cc2-be3b-87d90ce691c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "172059ff-16ef-4499-826d-e3a490c0f67b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "46c500d0-5810-407f-927e-1b53b0734b46") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "373d17e0-814a-4315-9cbc-dac626a68030") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b535a5cf-38f7-4fbd-957f-4aada1418b74") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b12214d2-dca5-4847-ad5f-4d686d48eaad") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "daf31095-8d3b-43a9-8487-d850bb82bbba") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b2d1ecc6-527d-43fb-87a3-9549a3077f73") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22a16fd0-44ae-49a9-ae6f-1dce451ecf45") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "10b64b1d-1ba1-45e0-89b4-3fe2fd59a344") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a804cdc6-5aa5-440e-937c-c22e194000a5") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "117b72aa-e00d-4b47-a6c6-3812c3363b9d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "8774909c-e9ea-4a9c-b368-e3bd26e2e763") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 19 "/IN_a") + (pintype "passive") + (uuid "8aaa4596-790b-4300-8991-9b3a2e488f6a") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 8 "Net-(D2-K)") + (pintype "passive") + (uuid "78c0a4c9-0b06-4e2f-a84a-272cbf316fa7") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "5860d441-5f2f-4ced-ba6a-7d11ddd43478") + (at 55.61 139.44155 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R24" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "6a7dc30c-cbb2-435e-8e86-db4b0c20a0f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "5cd25817-dce8-4d81-bd93-a98d4fa34ce6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ebc4c63-5b28-4e45-95ed-42f5ef84216a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05e870ce-6f6a-403a-98de-32271cc1323b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b44b6568-5bb4-4c7c-a9d0-ff6b5437a802") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1b93fe6-e22f-4a15-a74d-3116d5d1b626") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "44684d14-cfe2-4dcf-a8fd-6b04b9722674") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9ed28eec-36f9-492f-a8c7-dcecddda32c9") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2742f06d-1c4c-49e6-956d-946b06d4b611") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e1a3abba-f089-4875-8277-5807a4c318f6") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "78d3e348-aaaf-4751-84d7-cb3bc1730209") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3243af7a-049e-4e5b-968d-a2d1b8825a17") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3805575a-a9a9-4edb-ae6c-1480c8457321") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7dd2fc2c-0ebf-47fa-a7e2-1c3e5a5e39a0") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ae353664-7292-444e-977f-00516e6810a4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "31919eb1-dac0-44d7-baea-df37d662c640") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 27 "/OUT_A") + (pintype "passive") + (uuid "5908c3d6-523e-4b40-8671-cb41353a999d") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 16 "Net-(D10-K)") + (pintype "passive") + (uuid "932f8cf9-da05-45da-b190-e23c11dda8df") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-14_3.9x8.7mm_P1.27mm" + (layer "B.Cu") + (uuid "6b35d4f9-a622-4d43-8312-8cfaf091285c") + (at 71.185 140.97 180) + (descr "SOIC, 14 Pin (JEDEC MS-012AB, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "Q1" + (at 0 5.28 0) + (layer "B.SilkS") + (uuid "d8b9d969-afcf-4f56-86b1-555bfd872e1c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "THAT340" + (at 0 -5.28 0) + (layer "B.Fab") + (uuid "796e4a4c-9cf3-4d2c-bc96-3550371e449d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6eb38867-1bc0-40eb-9de4-6fd632371779") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4baee559-d261-4c36-825d-0321f8b99ba8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97778c09-fdf6-4110-a42f-51a28dab8a75") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9c147c2f-d63b-48cf-b193-132b9c766c27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"THAT340\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "26a9c590-50bb-437a-b452-2151bbef0999") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10 11=11 12=12 13=13 14=14" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d07743f3-9c2e-4ccc-a542-9f1be35386c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (attr smd) + (fp_line + (start 1.95 4.435) + (end 0 4.435) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9e6f7ee-5339-4f99-909c-7f8466f9462d") + ) + (fp_line + (start 1.95 -4.435) + (end 0 -4.435) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3336f0fa-95d1-46a3-8438-2020a9b8d041") + ) + (fp_line + (start -1.95 4.435) + (end 0 4.435) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c85cb08-4e04-41dc-b54a-d4559665fb01") + ) + (fp_line + (start -1.95 -4.435) + (end 0 -4.435) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f45c6f13-483e-4630-b176-80260b458a51") + ) + (fp_poly + (pts + (xy -2.7 4.37) (xy -2.94 4.7) (xy -2.46 4.7) (xy -2.7 4.37) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "2b56af3e-0181-4f43-90c8-4226aae6bb2a") + ) + (fp_line + (start 3.7 4.58) + (end 3.7 -4.58) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "827e3056-27ae-4b93-9c46-46a1fa66c594") + ) + (fp_line + (start 3.7 -4.58) + (end -3.7 -4.58) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "559c6d0d-b427-415b-9d4e-2c126cd4ca51") + ) + (fp_line + (start -3.7 4.58) + (end 3.7 4.58) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "24dce37e-7174-456b-b59a-4c30f8304495") + ) + (fp_line + (start -3.7 -4.58) + (end -3.7 4.58) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "405b5df2-0ecc-4c0e-9d30-7ff098f213a2") + ) + (fp_line + (start 1.95 4.325) + (end -0.975 4.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0def3366-da17-4f3d-93a6-83f3574dfd69") + ) + (fp_line + (start 1.95 -4.325) + (end 1.95 4.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1b04732e-df39-4231-b928-fd27c49b257d") + ) + (fp_line + (start -0.975 4.325) + (end -1.95 3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0c824e31-0510-431b-9dab-b1f88150fa20") + ) + (fp_line + (start -1.95 3.35) + (end -1.95 -4.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f5661675-95d2-4ce6-9791-401fba0c898c") + ) + (fp_line + (start -1.95 -4.325) + (end 1.95 -4.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "781999b6-50ab-4b00-a839-8766f41ab96c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "05fee2f5-0280-4b99-ab5c-1176227b8068") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 3.81 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(Q1A-C)") + (pinfunction "C") + (pintype "passive") + (uuid "0a840184-38a9-40b0-9efc-dd22b5868031") + ) + (pad "2" smd roundrect + (at -2.475 2.54 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(Q1A-B)") + (pinfunction "B") + (pintype "input") + (uuid "ed0a0eb0-dae7-4424-957a-c92f9cd402b2") + ) + (pad "3" smd roundrect + (at -2.475 1.27 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(Q1A-E)") + (pinfunction "E") + (pintype "passive") + (uuid "9ca7ca65-ab7a-41c0-8c60-bc7b1f902a54") + ) + (pad "4" smd roundrect + (at -2.475 0 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "unconnected-(Q1E-B-Pad4)") + (pinfunction "B") + (pintype "input+no_connect") + (uuid "5b7110e9-e2b1-4dd9-8f2e-612a52c73040") + ) + (pad "5" smd roundrect + (at -2.475 -1.27 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 37 "Net-(Q1C-C)") + (pinfunction "C") + (pintype "passive") + (uuid "7526aac3-9b51-4c52-b0c0-2a043be162b8") + ) + (pad "6" smd roundrect + (at -2.475 -2.54 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(Q1A-C)") + (pinfunction "B") + (pintype "input") + (uuid "5c05b4f1-b90f-47bc-8133-3df62abb7dc6") + ) + (pad "7" smd roundrect + (at -2.475 -3.81 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 38 "Net-(Q1C-E)") + (pinfunction "E") + (pintype "passive") + (uuid "0484f714-9e45-42f6-bf19-046c8705e19b") + ) + (pad "8" smd roundrect + (at 2.475 -3.81 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 39 "Net-(Q1D-E)") + (pinfunction "E") + (pintype "passive") + (uuid "ebcf619d-db05-40b1-b541-22b43828982f") + ) + (pad "9" smd roundrect + (at 2.475 -2.54 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 40 "Net-(Q1B-C)") + (pinfunction "B") + (pintype "input") + (uuid "798a8d52-f398-4f37-8a1b-9b18d531adb5") + ) + (pad "10" smd roundrect + (at 2.475 -1.27 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 37 "Net-(Q1C-C)") + (pintype "input") + (uuid "5459e5a5-18cc-41af-8a55-17a30fe1e138") + ) + (pad "11" smd roundrect + (at 2.475 0 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 41 "unconnected-(Q1E-E-Pad11)") + (pinfunction "E") + (pintype "passive+no_connect") + (uuid "a600cd2e-269b-4171-b170-3c96762b1815") + ) + (pad "12" smd roundrect + (at 2.475 1.27 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(Q1A-E)") + (pinfunction "E") + (pintype "passive") + (uuid "2e0d4af6-cbcc-4dbf-a191-7ae89b7b6a50") + ) + (pad "13" smd roundrect + (at 2.475 2.54 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (pinfunction "B") + (pintype "input") + (uuid "5c105028-8217-4539-8b54-2601ee49ec49") + ) + (pad "14" smd roundrect + (at 2.475 3.81 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 40 "Net-(Q1B-C)") + (pinfunction "C") + (pintype "passive") + (uuid "6ea7d37d-58f9-4b35-b242-7d19a3b77ddb") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-14_3.9x8.7mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "6f744af1-5014-4014-be24-c3ef4802c87e") + (at 55.54 95.31005 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q6" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "d20cfb20-03f8-46ca-835a-9c5f0874ac49") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "2ea5a01b-c330-4669-a8f1-1bd71080b334") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e375dbbd-26b9-4682-9e83-0f6c04ad9c8a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff4212be-ee95-4dee-a8c9-9d62a5698718") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98e9bfc5-db40-4615-a3e5-1ff046a4dfd1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f960a3e-443e-4ba1-b294-e438e58e3bce") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e20e65d9-be0c-4a2f-a14b-208157eb5493") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f56a7c78-eb48-4960-8419-8f14c0b2ec93") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fc790fa-b4f4-4c9f-a6a3-70d58dfe2df2") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "3811e6ba-2f39-452d-beab-b9d29ee5b506") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a2da6d04-6b69-482c-883a-7f743260315c") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "275d5330-e773-4db5-8f42-59a84880b2d0") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4bbcbd93-6004-4673-ad77-01e728878591") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9109c853-34d1-43c6-a847-fa9fabc37865") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1f1b9f03-b800-42bd-939a-a613924480c5") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "02c83fa8-d3ca-4c99-bb84-d5cb2db4e9b0") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "87fc7fab-63ea-43f6-9a74-2c267e77f4b2") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ec3b2df9-5035-4c5b-bc3b-32f4a9fb0c22") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "44a77ae1-d536-4a07-b175-7db3d1e57225") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "b70ccaac-8280-4f9c-a6f9-dceff84a12a1") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 10 "Net-(D4-K)") + (pinfunction "B") + (pintype "input") + (uuid "7f13baee-1405-4b05-b57f-5f55ba8e60d4") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(D3-A)") + (pinfunction "E") + (pintype "passive") + (uuid "9c4f28e3-9052-4132-a096-9627d0b6349d") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(Q6-C)") + (pinfunction "C") + (pintype "passive") + (uuid "a383b56e-5776-4403-b9e3-2640ed382b81") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "7191407b-97a0-416c-8f6f-aa83c384d196") + (at 85.344 57.15 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J7" + (at -4.318 -5.08 180) + (layer "B.SilkS") + (uuid "505f6751-b4fc-4b74-930f-5b469b30fa5d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "IDC_Header" + (at 1.27 -16.26 90) + (layer "B.Fab") + (uuid "ff857164-acdc-4953-9509-e6c48620cf50") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ac251c8-ffe1-4c5e-b858-cb630336dac7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6414df5-8390-4aa5-b417-e3e16d2c6237") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f976268-7d35-485f-b4f8-944c519da0d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5cf2647e-9334-400c-932f-f396413c35d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "fa7f0fdd-b288-466f-9dc0-497c1011f131") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "IDC_Header" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "235ae8c9-fe45-44b5-a070-9f70f2e6949d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d3871a67-98d9-448a-8721-ae86389bc5f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e702d210-e35c-4305-ae42-bac30e4aaf2a") + ) + (fp_line + (start -3.29 -15.37) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c657e63-0797-4dc8-8026-f78982909ca8") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "636b1a63-2c0c-4bc5-9188-74f05ac6fdb7") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f0da7cc-88b4-45dc-8eb9-954aef807d9a") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6008d1c-665c-48a3-9081-5e13b768ae4b") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5dfb8327-423d-4500-a4d1-062f4a210084") + ) + (fp_line + (start -3.29 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "82b6a9b3-3d72-438f-8188-8a07ec57e7a4") + ) + (fp_line + (start -1.98 -3.03) + (end -3.29 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "92deffa0-80f9-4b5a-b90b-8f5c03746804") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "71fd1d69-5742-43d1-8577-41c48c08c4d4") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc60ef6e-bc3f-4bed-98e4-5da67618cc1f") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "249691a3-db51-4df4-b0d9-ca17299ae849") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8d6eb5af-a146-4d92-a407-0e12b4e51503") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f92db5d8-f592-4c4f-a628-cb9051e0d792") + ) + (fp_line + (start 5.83 5.21) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "59a1ae6e-1129-4fee-a4a3-ffc3539f22ea") + ) + (fp_line + (start -3.29 5.21) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "00a29253-70ec-4d91-a360-2fe6106b4e9b") + ) + (fp_line + (start 6.22 -15.76) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8613abfd-cadf-4f5a-96a1-e140d2549064") + ) + (fp_line + (start -3.68 -15.76) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "69424022-0a5b-4db5-8cb0-9f73ca4e074c") + ) + (fp_line + (start 6.22 5.6) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4dc73309-b56c-41b6-b4e7-5797e1817b01") + ) + (fp_line + (start -3.68 5.6) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b8699d92-239b-4020-aa32-2211435a40a1") + ) + (fp_line + (start 5.72 -15.26) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "90cc2923-31b6-44fb-a648-48e54a7e41a6") + ) + (fp_line + (start -3.18 -15.26) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f864bd72-a72b-4ae1-b009-53153ec421f9") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6dde936e-cb89-4c79-9421-e11c9e8e3ced") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "738272e8-db4d-4d87-a967-ff6a135eeb2f") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d3d0b8c-0f44-4b68-a562-37ba946cc89c") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1bfb66ff-7edc-4c12-9fda-16b8461cecfb") + ) + (fp_line + (start -3.18 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "75b7088b-beeb-4b4c-986a-8e7682e0a24c") + ) + (fp_line + (start -1.98 -3.03) + (end -3.18 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c9a9d2cb-b561-4991-8fb2-8926c6a118b7") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "85eb3b8e-7b84-4827-a43e-aca8099f5e5b") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9e1525e8-07fc-4562-bb25-5ed85f0fd68c") + ) + (fp_line + (start -3.18 4.1) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c65363e9-5b3f-4d9b-bcc6-325f3639056b") + ) + (fp_line + (start 5.72 5.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "17fa443c-ffff-4db7-b569-39212d5be3ab") + ) + (fp_line + (start -2.18 5.1) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "99929773-910a-4d77-87ad-77a87e60c331") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 0) + (layer "B.Fab") + (uuid "836eb842-ab02-4bf8-afdf-3cb53ab6b7c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 31 "/VN") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "cb958923-c901-492f-a492-03cdbf1e6220") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "/VN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "e5d0a756-aab4-45e1-8bd0-0d8eb50e9a49") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/VP") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "74f17d8f-e077-4ded-beff-cc437efa5ca6") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/VP") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "f41816c9-3897-4447-8d82-6049b514103a") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "5ca140f9-1404-4cdc-a8f6-a36436b7b862") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "beea4567-60df-48cf-8e5c-4df4c5804b81") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "585e507b-5af4-435f-a9e4-649cf103e311") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "f542f0fa-9b46-4c34-83a8-9525115282bf") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "450c061c-6e47-410e-a07f-bce50e5cb9e1") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "3a6dd98e-e07a-42f4-aef5-1104114cd986") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "77de99f8-8048-45d5-bd04-e7f58822c4f4") + (at 86.095 140.97 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R26" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "463eea74-77a0-409c-8bfa-a0252b105637") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "95dbc751-1349-4496-b475-fee225cb298a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8af14990-5584-4ff3-a1c0-5caf581c4a91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b871aa8-cb58-4d3a-bb7d-13194eb1b249") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76f473f1-d13c-4239-a7c6-ce6c8ecf88f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "482640b3-a72e-4635-9031-e9d9595851e7") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "848883ce-1cf6-4448-902b-4952eb25644e") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a1716ca7-d661-4672-b2a4-97ea17ad11b0") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "616f6613-2a96-4cef-936d-67e1d35c84c4") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "78b2e5aa-723c-4573-9667-0ee5f457c78e") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "71d1bd37-c0d5-4be7-bdc0-f2e9f9ac8e50") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0ff6efd1-2161-4df4-88bf-0cb66079de19") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "04dc770d-fc01-45c2-bb00-5940fb88e39e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ac76ad31-fa81-4523-bb99-d6cd027ab412") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "97205a08-0c25-4779-8406-dfa6f84a5c20") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "db3f16c6-03fa-46be-97c3-52c8898dc126") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 29 "/OUT_B") + (pintype "passive") + (uuid "841e2f31-6f36-4c29-89bf-26632763d978") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 18 "Net-(D12-K)") + (pintype "passive") + (uuid "aa3e7281-dc4a-4c2b-95a0-7e1ee42b2e40") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "7e584313-f79c-4bc4-b73d-e3b2cca43581") + (at 88.392 119.364 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R1" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "5e6161e9-863c-43c3-9442-42e7054c99fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "a0ee25c0-26f6-4d98-9faa-08be926f3f10") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe0998b6-5160-450e-bfa1-60bed673211a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa696822-8039-4d56-bdbe-247da921223e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5975a6f-f529-4976-9df6-455a11f9624e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2617bb6d-9aec-4c84-b479-99be79dd3798") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eac5892a-773d-4daa-a9a6-f939889beb58") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bf4eba2a-26ba-467d-aad3-3d4df3aa4dc3") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "458115ce-50f9-42e2-9ccf-19831a43d802") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7d2270ba-4a5d-4c42-8cd2-66f246731690") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dcfffad4-f28d-4846-8fdd-5451af00017a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f6aa0889-8770-4bd3-9f86-b838e80adc9c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2a762176-9418-4bdf-a228-423cb82a52b3") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ee545413-e936-413f-990e-3f24950ad186") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0c5281ec-48d7-4424-8ac4-ef3e849c5da6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "2dad08a6-eef8-4d42-baa2-4b01593e1ad6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 48 "/IN_1") + (pintype "passive") + (uuid "03f0dae3-ca73-4c9f-8a9a-56ed1db6e533") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "Net-(Q1A-B)") + (pintype "passive") + (uuid "8912d393-a9a5-49e8-baa1-d61ad8d727a4") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "85e1fc72-b8a7-4569-aaec-505452ba30be") + (at 55.54 152.466 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q9" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "8d6d574b-ac37-4063-b240-1652082f5838") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "9b90c0b1-62bf-45b9-8ec1-39b3b0c6d3ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b427cd98-3761-4652-a858-97ba895b7108") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d013408-17c0-4021-82b0-ec806a9dddc2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e97b2b7-b93e-4a3b-a155-23db24dfea18") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fdf96925-4cee-4439-8a6e-00db4e48df78") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1294a939-cdb0-4df7-b28f-bc1e519b84cf") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b26fcabf-e014-48ef-94ce-43aadfbd4411") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "05e56cfc-62e8-4920-a0f1-89172359532d") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "e28e91a9-c1b5-4409-8fe1-cee109822dec") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b6c7b3b3-b485-43fb-8a0d-8d4ac400aaf5") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "82ec5fef-9bb0-4200-a004-dc9fc47f7eb8") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "28c5aeb5-13fe-49a7-8b6f-ff67581480f6") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "62cf9475-5e11-4c17-9b99-4df126a3f67a") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "88a81e80-0b6a-4eee-bfcb-9a39d43ca23c") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "40ea8999-5bcf-440f-85a3-c64a8e56c99c") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "468bb462-eb9e-4f01-b850-a64b1033941c") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35211743-7c27-4928-95d8-35a75a29930a") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "88ae766c-4df1-4ab9-9afc-1db4724c3a78") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "a1bc0012-81bb-41a8-83b9-1309f00ec4d1") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 16 "Net-(D10-K)") + (pinfunction "B") + (pintype "input") + (uuid "ef4737e1-c8ba-47bf-8b78-8ab2386a05d6") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 15 "Net-(D9-A)") + (pinfunction "E") + (pintype "passive") + (uuid "5f6c3a23-37d3-4492-8e3e-a0963b350c03") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 46 "Net-(Q9-C)") + (pinfunction "C") + (pintype "passive") + (uuid "d4f6ef07-d33e-44db-93c6-3a9718bf25b1") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "8fb3d52d-ae26-4a87-a19c-370f5a5de6a5") + (at 77.216 140.97 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R15" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "0497539b-0399-4b84-ad05-f3cc89a94a18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "2ccab9f0-d9ca-4c01-95f5-acc5f929981f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82fab81e-30e8-46f7-bc35-67d892fbc3ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7b38fce-369d-4d57-86e7-70af361d87f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a836d6c2-066c-46b3-bb25-2c6ef7c25c91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8643549e-de46-47ee-b771-375831019aae") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "725502ab-92e9-42cd-8faf-5f7fa618045f") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5348fce2-865c-41cd-891c-ff7546ceba65") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6e862a99-32ae-4c14-82e8-5af34ca0a3d2") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "68adb7e9-7c36-4e73-96f2-ae42f1793e20") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fad747de-aef3-48dc-a4e0-d82d97cf49d5") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "50d43f7b-a6d1-46f7-b158-8b72e7b76b88") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "247492d8-16a1-400f-a293-b80b94cbe2c9") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d5a4d9e-b84d-484f-b59d-827ceaa589ba") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "16638fb8-ecfa-4a99-9ee6-1067a5601d31") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "eb0ef68a-ce5a-4c01-9e15-c52e4f676ca5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 39 "Net-(Q1D-E)") + (pintype "passive") + (uuid "1f7f13ae-e5ef-4e9b-a0dc-2cc031821c33") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "Net-(Q1A-B)") + (pintype "passive") + (uuid "bfe5a6a4-b5eb-47b5-bfb0-fcc0a4efff5c") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "928a5e04-7635-4b57-9743-abf7fbca313b") + (at 65.278 140.716 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R9" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "a11f19db-51b7-436a-a734-5625c726dafa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "6.8k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "0dca5bcb-59e1-407d-a17e-4c9c1bc1d64c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6e2317d-867a-4367-8783-28486ea4c388") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d61d018-3f41-42cd-b199-096011ed25b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a27d388-c2a9-4d0c-b509-d256283f51bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "589e14da-22f4-4b6e-8559-4a44526b947d") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a674fc8c-5940-4a8a-a16c-221f1f7c4cd0") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e582c673-adaf-40c7-9b7b-6960cbf3216e") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d654fcb1-8b43-4aeb-b815-807feaaf69ea") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "70bf35e4-e321-4e77-a6d2-cc931d3d2b24") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "44e9b5f9-76be-4a7b-a4db-7bb549248a1e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "06dd5b6e-08e0-49a5-8a3c-3cc1c400ee7e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b3126bc7-d69d-4df6-945b-85c595b638e8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cfc592b3-7aee-4539-8f7c-19c38edf31c6") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8c9bef96-b755-4148-bc99-afdb60cac269") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "e00eb1f3-c61e-4479-81e0-d4a746bedd75") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 35 "Net-(Q1A-E)") + (pintype "passive") + (uuid "6db53e07-6b0d-401f-afa4-821479c7dd24") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "-6V") + (pintype "passive") + (uuid "692cc5d3-9691-4031-aae3-c372bad3cb67") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "950d79a2-c1a2-4935-b126-6a6dfc873b1a") + (at 84.836 119.364 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R2" + (at 0.238 -1.524 90) + (layer "B.SilkS") + (uuid "a8ae656e-3279-4b9b-804f-9ce4c608d637") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "b32541a1-e97f-46a0-9ad6-d0cd6a94d544") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42460fe3-247f-4ca6-b977-76ef656f01c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40003a1a-5bcf-4bb7-8435-1a85827ebf91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cb66031-2950-4e40-aacf-9ad969345db4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "206c9083-e56a-4773-9ed2-eb84569587be") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c298dbd2-134b-4864-930a-0d8c5dcbb1f1") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8fa941a9-6b22-40b4-ab0c-13719b9084b2") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "889e5636-1cb3-47b3-ae67-403bff4a9118") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "babb467c-23af-44ce-825a-ff216cb50ef2") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3bf749ee-4257-435a-ac91-f6354fa5d390") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3379444b-ce38-4ad5-b246-3719700b43a2") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e68457c9-7c99-4fef-97d6-866b88e59b63") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7ac352bd-be6b-490e-a5a0-ce6de733f901") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e175bf5e-6088-4039-b598-97b81500d3ae") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "315fc5b6-8ebe-48c2-a3e3-2dbcd7438c15") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "Net-(Q1A-B)") + (pintype "passive") + (uuid "dfa7d05b-5eee-4f84-a211-fa08ea7f58b2") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 49 "/IN_2") + (pintype "passive") + (uuid "16a1b857-808e-4bac-83ca-b4267aca7d38") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "98582c46-9bc1-4770-9832-9ef84bbe33b3") + (at 55.54 130.77525 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q8" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "a4fb5546-47cc-44fe-ae72-148f0e37a0e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "f2e946ba-e623-4c38-a9e1-16df80ba7a0a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "133793a0-c19d-458b-ba26-9dc44aaa7b01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f97d528-0a39-417a-accb-c2a9a838e4e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ca6efca-6bcf-4098-b551-4ff416fdc7c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "125ad171-ccc7-4fa6-ba99-2b59943090ff") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3fdc2037-4a70-4abe-a027-ee5a40afe6e9") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8911b4f-71e4-4f25-818a-1254e0264560") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b8ec34c6-5df3-43a1-8d42-df65ae385792") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "95050513-dff5-4479-86b9-3b90b609d40b") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "185e3cd2-ed21-4158-8396-9083ceed797d") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0c18a02c-f2bf-46aa-bfcd-0c3a28fd66a7") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "378eee77-2d2d-468c-9566-cfa7066024c2") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "25e38cca-3928-4903-be33-268d57550587") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a8c296de-be02-45a4-a36c-a945c0eab86c") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9a66caf2-ddb2-4368-ad9e-40ebd7d52c50") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "82b347cb-c13c-429d-a408-07b96c6c1b13") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ec676169-3a55-47e7-8af8-41295ced84b2") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b60409b1-eddc-4b25-bdca-da334a4c5766") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "222d15bd-d85d-4aa1-8c5b-bd4457e7db22") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 14 "Net-(D8-K)") + (pinfunction "B") + (pintype "input") + (uuid "4b6abd48-74d1-4ed0-9a76-a2499882bfdb") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 13 "Net-(D7-A)") + (pinfunction "E") + (pintype "passive") + (uuid "17f1ecbf-13c2-435c-b6b9-53f0ee7e6b7d") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 45 "Net-(Q8-C)") + (pinfunction "C") + (pintype "passive") + (uuid "f32c6bba-f578-4487-ae55-bfe672ed5f58") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "9e9be7bb-31ae-4c23-8a85-2e1798152d8f") + (at 73.152 120.65) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C6" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "cde95246-3541-41e1-9945-ccd3ea5fb0e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.33u" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "2a45eb12-2b5e-4262-9a08-59a3c896671f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ef62e8e-ac0f-4402-b8f8-87dd42e608b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7cb3223-13c9-4f3c-83ca-699271c822ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cff2877b-703d-4067-bb82-5d7f799ec5b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5836bf08-d4f1-4f23-9245-4d7d82df7107") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d322ccee-ab3b-4e3c-9b4e-165806c7f8ba") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "072c9848-8cb9-431a-aa5c-e2c06e067924") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "66e4c7e8-2924-4a27-9402-52b6319dc7ff") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "15807c69-38a3-42fb-986c-b6f2d2a6e87d") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0e714554-af24-4173-b115-defdb6bf1765") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d32b42d-c992-46d3-8d22-458086cb1ce9") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ade5a122-7a56-4e59-b97a-6e0fd0e830aa") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2620b62c-e949-4b8b-ab6a-b009a4f0c28f") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c2ce8d9-29db-4219-a999-fe0d9779d6e2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "6a6fc4a9-c3be-45ce-b643-d39befe3c094") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 6 "+12V") + (pintype "passive") + (uuid "50f08a59-ba13-4c85-a207-9734f00e7ba5") + ) + (pad "2" smd roundrect + (at 1.0375 0) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "GND") + (pintype "passive") + (uuid "68397ddd-0a90-4dd3-a995-005387ffa5e3") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "a1e37797-f746-43c2-89f5-74c995a78006") + (at 65.278 133.604 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R5" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "467a0550-3f46-423a-b0a0-ba9ca85aa379") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "15k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "eda1aa14-2ff5-4ec2-b413-c3a53caeb6e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84e50a06-9f5f-4fc0-b517-60d3bc9f626c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29b81944-6c6b-4a45-9971-6bd297b46f5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cfdda9ae-7dfb-47f5-bd92-ad41465e17e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f18bb8e3-9ba2-4dca-95bd-843905d27b3f") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "080253b0-fde4-417f-8a5e-6338cf7eedf4") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8d07f204-7034-406d-a9dd-5407aac8eab6") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ea15701a-e4fe-4a5a-94b1-0e0a3785322d") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0abcc1da-03d9-4af0-8b52-30b490126a13") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "34de777c-2f0e-41ed-8577-30a9131db269") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5ffa0a4b-4999-4483-b8af-69c28e133903") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "96ba69c4-3745-43a5-a522-1eef10a1c4c9") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a1394d25-774b-46c9-9dd5-fccd061248df") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f0b00996-2211-4fb7-b241-d0ab027f8e3f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "839f539a-dd23-4d5d-9da8-fa9fe2675f91") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 34 "Net-(Q1A-C)") + (pintype "passive") + (uuid "7508120d-f691-412b-8fed-ded7a49e9f90") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 6 "+12V") + (pintype "passive") + (uuid "169dc0f6-7aa5-45df-b4d0-b5487a388b4b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "a48cc4df-4531-4c0a-b2f0-354fcf2a9693") + (at 55.61 117.7508 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R22" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "d546ce6f-7d5e-47a6-9d9b-c4079dcdb1a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "50534591-0601-4de6-aa17-5a17b03ab45a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7d87b37-98b1-4e07-9ee4-a8819b3d0958") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d711ae2-1880-4b57-8850-e2dc9aa3b3d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a40c6ca-35bd-47e3-93c8-13b4622bff91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b17902f-df61-4034-a5a6-cf2f77488e70") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "acf75349-c987-4bc4-8e65-9711b8ee1dff") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fb6225c9-a8c5-4908-9807-6668f1b9581f") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b3f2c30a-dc45-4b4c-9f39-7010dfa4a884") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ac6b4895-a401-46fd-8785-787a42e0a69c") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bdbfa71f-06dd-4703-9988-b129f718bc87") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aaceed3d-8589-41d6-bf61-905aab7d1b62") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8351dcfb-b680-4eac-bc8b-776930d8eca1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "afe036ce-e9b7-4818-9bcc-2e662a7cdbe6") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "97feca96-1b27-4725-be89-5b647fad4eec") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "c9174c96-ece1-4c18-b39c-2020e2dbee67") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 25 "/IN_d") + (pintype "passive") + (uuid "3c33887d-a13f-40f7-b84e-1b73eba8f3e2") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 14 "Net-(D8-K)") + (pintype "passive") + (uuid "494e9e5f-8d15-4b7d-95b1-aba1550bff05") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "a4ea9a80-4d5b-4cf6-aea3-28281348feeb") + (at 81.915 149.86) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R11" + (at 0 -1.524 0) + (layer "B.SilkS") + (uuid "f4a20580-ad10-4c10-a865-98edaccc32f7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "a39eb56e-0231-425d-a775-e2a179804c72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "373e36d1-aeba-4de5-9d79-dfaa7e72c5b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73856fd3-9b90-4cd7-9b95-88d034f1d2c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b0f7ab9-0b09-4a91-b1ca-c32579bc0b63") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae9db62e-8e8c-479f-9440-2266bcb870f0") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a90f3642-5da3-4338-87bc-d42fe203724a") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d9318564-064a-4799-b097-9a51f6b2afcb") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6d4ae400-1102-428b-b037-483cc93d2697") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "840f300c-2e6b-4e11-9c86-6f6524e5d2ee") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5c7a1969-272f-4792-80c2-41cff6e41762") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d822a2ec-97d1-49a9-98ed-4289a5dfd696") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "45abb9ba-8b58-47f7-9ab4-c6e92f47e8cc") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "694f4ed4-8871-42a0-ad0c-f4a7ed3911b5") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "72e94795-3e0f-4a9a-84b8-e2546e945f2f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "ed4b7834-466a-48d2-a108-ebebf1ca71fc") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 39 "Net-(Q1D-E)") + (pintype "passive") + (uuid "82a1251e-9ec4-4499-b8d7-7cd86b913035") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 29 "/OUT_B") + (pintype "passive") + (uuid "6d8d1ccf-7f9c-4e42-9b27-863eed0bcaa6") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "a893e3e1-2855-48a5-b96c-436def05d4be") + (at 55.61 100.0182 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R20" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "b52b713d-8480-461e-a852-9dd691103622") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "0ed1d38f-62f0-4c59-b78f-cf7843483b1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55c721c1-3f4c-4a36-8056-bc9c15ecd4d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5e1d346-c7b7-474a-8283-a17569228cd9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6db798b-24a0-4b96-9066-859686b2a8ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "adc8890a-1b8b-48fb-b40c-0e22c468e9b0") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "13bfaa2b-df0d-4014-830a-aff014d1582f") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e9b3c027-e160-4143-977c-d469bcedfc06") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b13a11d7-47f0-4153-9ed6-ab3c3c87dcc0") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "695389d1-2e60-4627-ab5d-a468334488a7") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9cfb68d2-427a-418a-ac1e-90058f74459e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "60656418-94d0-44ad-be0d-1784ae0ee53d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1ce355c8-0693-493b-b267-9a0772ff3d2e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e734fee0-3f41-491e-b3f0-0bf547b5b962") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3dfd0cee-df3a-41a4-8dce-c3ec822a61f1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "27fe0203-ed7f-4bca-a801-4be7b6c9c2e4") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 23 "/IN_c") + (pintype "passive") + (uuid "13ec65e7-f7f4-4361-aad9-799c61eb2a8d") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 12 "Net-(D6-K)") + (pintype "passive") + (uuid "07babd20-9a80-4022-bcb2-7404d415283b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "b139a2ae-c024-40db-a9da-14a0798eabe1") + (at 77.978 119.38 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R4" + (at 0 -1.778 90) + (layer "B.SilkS") + (uuid "ed0dfed8-f0e9-49d0-955d-3a6fd680e1d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "ba90cc97-2653-4dfe-8460-6d6f1c010531") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4baf4a91-6cf5-4525-8cbf-2ddc5f4cef76") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0189c6d-8adf-4f9e-8a02-a74dd92876b4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3cbebd50-b1fb-4c03-b4a1-a1125fb7ab89") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1075984f-49c6-420d-b778-ebcb60e4f27e") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aab020f9-34d5-436b-be62-b51902093ef5") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a5d4ccf9-6a99-458b-8115-c194a7ae4a1b") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "28d4608a-0abb-4b4e-9003-52dd4625f7de") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "12c3574d-a7fa-4186-9c2e-50160209b2c8") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "29dbf2b7-3d1a-4607-be86-03d9c12260e8") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1a83a88c-63ef-4655-a0ca-84e36f9c730e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1bcefd43-4798-4074-8b6b-04b80ca7fd42") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "663607fc-28d0-413c-98f5-2f7895844399") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d106025e-e60b-495a-b81e-61aeb35d6b0f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "17ddff0d-ea9e-49ce-ba32-0dda6dafd7f4") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "Net-(Q1A-B)") + (pintype "passive") + (uuid "5a286a99-0e55-430e-aade-47aa3c217e2b") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 51 "/IN_4") + (pintype "passive") + (uuid "a4375849-03b1-4f99-8762-d9234e09bed7") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-89-3" + (layer "B.Cu") + (uuid "b1acde6a-4565-44d6-baf4-184b3288241e") + (at 67.945 118.745 180) + (descr "SOT-89-3, http://ww1.microchip.com/downloads/en/DeviceDoc/3L_SOT-89_MB_C04-029C.pdf") + (tags "SOT-89-3") + (property "Reference" "U2" + (at 0 3.5 0) + (layer "B.SilkS") + (uuid "e6f121a4-888e-417c-9676-3cce16f6f3f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "uA7812" + (at 0 -3.5 0) + (layer "B.Fab") + (uuid "fe27ad9d-ce2f-4d34-a37b-a24f803fe8ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82c4b114-b43b-41b0-b96c-c534d2b8f3f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "290f706b-ed01-47f4-b999-01514e3ebe0f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Positive 1A 35V Linear Regulator, Fixed Output 12V, TO-220/TO-263" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "023b7f10-26cb-4d40-86c9-0554fb241682") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 1.36 2.36) + (end 1.36 1.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b418afcc-b0b2-48dc-beb0-19827ee3a979") + ) + (fp_line + (start 1.36 2.36) + (end -1.22 2.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "097aa8e6-4415-4da7-a8e1-5a9aa6b24925") + ) + (fp_line + (start 1.36 -2.36) + (end 1.36 -1.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "08694652-9cdc-4f06-b779-36d8cba9bc3f") + ) + (fp_line + (start -1.36 -2.36) + (end 1.36 -2.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "faeb8e82-c303-4b76-b4ac-f2593e23dc18") + ) + (fp_poly + (pts + (xy -1.77 2.21) (xy -2.01 2.54) (xy -1.53 2.54) (xy -1.77 2.21) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "7d9a4a86-402e-4000-87b4-27345907bb2b") + ) + (fp_line + (start 2.25 -2.5) + (end 2.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "153547f6-f6d7-4012-abb5-2ec8acc7208f") + ) + (fp_line + (start 2.25 -2.5) + (end -2.85 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "25ca336c-9b7b-4ced-914f-67c01f211df9") + ) + (fp_line + (start -2.85 2.5) + (end 2.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "83ee6c76-cbd8-4f2d-985f-fbe6ac011f9f") + ) + (fp_line + (start -2.85 2.5) + (end -2.85 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "39420857-c2f7-4d4c-a74d-e9f7edf956dd") + ) + (fp_line + (start 1.25 2.25) + (end -0.25 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0851bbb2-0f02-4067-a5b6-c8732db2b7ad") + ) + (fp_line + (start 1.25 -2.25) + (end 1.25 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f786dc4c-1860-4b7d-8a57-771186f0be97") + ) + (fp_line + (start -0.25 2.25) + (end -1.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4cee007e-3547-4316-ba4b-35453e3130e7") + ) + (fp_line + (start -1.25 1.25) + (end -1.25 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b78294b-56b1-423b-99d0-26045ac879ef") + ) + (fp_line + (start -1.25 -2.25) + (end 1.25 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "83b2c634-07a6-447e-bcbd-7858cdcf1727") + ) + (fp_text user "${REFERENCE}" + (at 0.2 0 90) + (layer "B.Fab") + (uuid "99a12edb-2bd0-43f7-a183-c9161b3d2256") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.95 1.5 180) + (size 1.3 0.9) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "+15V") + (pinfunction "IN") + (pintype "power_in") + (uuid "b2019cfd-043a-4b65-b502-0347e2641fb9") + ) + (pad "2" smd custom + (at -1.8625 0 180) + (size 1.475 0.9) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 2 "GND") + (pinfunction "GND") + (pintype "power_in") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 3.8625 -0.8665) (xy 0.7375 -0.8665) (xy 0.7375 0.8665) (xy 3.8625 0.8665) + ) + (width 0) + (fill yes) + ) + ) + (uuid "1290fa23-613c-472e-ba01-407d4209fd0c") + ) + (pad "3" smd roundrect + (at -1.95 -1.5 180) + (size 1.3 0.9) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "+12V") + (pinfunction "OUT") + (pintype "power_out") + (uuid "895cfb54-6753-4d03-9756-7d3fafbd8f29") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-89-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-89-3" + (layer "B.Cu") + (uuid "b524c944-d86d-4d5b-9653-e43cc0cb9f06") + (at 71.12 154.305 90) + (descr "SOT-89-3, http://ww1.microchip.com/downloads/en/DeviceDoc/3L_SOT-89_MB_C04-029C.pdf") + (tags "SOT-89-3") + (property "Reference" "U1" + (at -3.511 0 0) + (layer "B.SilkS") + (uuid "ed973aa9-da80-408c-8e62-ca9f6326884a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "NJM79L06" + (at 0 -3.5 90) + (layer "B.Fab") + (uuid "c9da1912-606e-42c0-8cfd-c7bedd6bbb16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a769f2ce-be68-4526-a395-6cb98db4fef0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c8cc19f-add2-4b13-a83b-d21c9f38930e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "3-TERMINAL NEGATIVE VOLTAGE REGULTOR" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b560ee3-c0e6-4c39-9aca-c1cec238d27b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 1.36 -2.36) + (end 1.36 -1.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a06cc8bf-7efb-4ba2-bb7d-ee7e9d5ee2b6") + ) + (fp_line + (start -1.36 -2.36) + (end 1.36 -2.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "36ee9460-3b93-4d28-beae-a99854f8a0a4") + ) + (fp_line + (start 1.36 2.36) + (end 1.36 1.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c6f8df8-2428-48bb-a927-d1de03ae95e6") + ) + (fp_line + (start 1.36 2.36) + (end -1.22 2.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e50486d-b853-4ac8-b590-a84ed7870ca3") + ) + (fp_poly + (pts + (xy -1.77 2.21) (xy -2.01 2.54) (xy -1.53 2.54) (xy -1.77 2.21) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "23983436-9edd-4c3e-a9d4-efefa602f9a4") + ) + (fp_line + (start 2.25 -2.5) + (end -2.85 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5edb5a27-113a-4ae0-bed8-753ced33f40d") + ) + (fp_line + (start 2.25 -2.5) + (end 2.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ef2d61f5-fe03-4dcb-bcc3-8b1f93ff436b") + ) + (fp_line + (start -2.85 2.5) + (end -2.85 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c662baf9-2759-4d41-bb20-4ba8cf7a0147") + ) + (fp_line + (start -2.85 2.5) + (end 2.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d51e407b-7f9b-49f3-a89a-7fefb5d47830") + ) + (fp_line + (start 1.25 -2.25) + (end 1.25 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1eb6b9f9-5238-4aed-93d8-1af4fdb89ce2") + ) + (fp_line + (start -1.25 -2.25) + (end 1.25 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5283928f-983d-47d1-92f8-db30c008b68b") + ) + (fp_line + (start -1.25 1.25) + (end -1.25 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e4383856-d52c-446a-ab91-312f73fb4530") + ) + (fp_line + (start 1.25 2.25) + (end -0.25 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e963364f-d1cd-43c5-aac0-ecd8bff7061b") + ) + (fp_line + (start -0.25 2.25) + (end -1.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fae45510-9a39-46e1-8cf8-b92906fdcb74") + ) + (fp_text user "${REFERENCE}" + (at 0.2 0 0) + (layer "B.Fab") + (uuid "1d8002bb-89a1-478a-91e6-fa7de4afafb7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.95 1.5 90) + (size 1.3 0.9) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (pinfunction "GND") + (pintype "power_in") + (uuid "e8f80325-14d9-4f8a-98e5-b473385942aa") + ) + (pad "2" smd custom + (at -1.8625 0 90) + (size 1.475 0.9) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 4 "-15V") + (pinfunction "VI") + (pintype "power_in") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 3.8625 -0.8665) (xy 0.7375 -0.8665) (xy 0.7375 0.8665) (xy 3.8625 0.8665) + ) + (width 0) + (fill yes) + ) + ) + (uuid "696db77d-1823-42a0-856b-e3bb07b110dc") + ) + (pad "3" smd roundrect + (at -1.95 -1.5 90) + (size 1.3 0.9) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "-6V") + (pinfunction "VO") + (pintype "power_out") + (uuid "3c8d6224-364d-4d1c-a060-67f328030866") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-89-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "c9673a10-8e10-4163-8f0e-b58aac25ec41") + (at 55.61 143.3997 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R25" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "f3c7357a-2c48-4429-8f77-766b0cd0f15b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "c2209b1e-3560-44a7-b98a-07e4b49a107d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee69a266-8ea1-40fc-b320-94c2c956d5e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ea7496d-1ba2-40e2-810c-d832f6353331") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49211f91-f3d7-4b56-9e58-6c889a8e0886") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f721bdd-166c-4f11-9a11-2677c9a1f01d") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8c00a10-2abf-4f33-b3b6-ad00018b8c06") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9489e37c-92fb-410b-aa25-7d5d822d6ac6") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6d941d63-656e-4423-ba14-3aeb2d5b453e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d056e4f8-89bc-42d8-a88a-e8d5e7a5f8a9") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7165bdb1-2995-448d-b789-61a07d80a55a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e880819c-1cce-4e93-a755-d3312da68d6e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dbc207af-2ab1-431a-aa3d-6ef24367c2a2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47c8ebfd-84a9-45b0-ac49-7219944020cb") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "114a8bea-3f00-4b14-a88c-c65e77654b74") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "1be285e1-784e-4a4a-a3af-1187e356825e") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 46 "Net-(Q9-C)") + (pintype "passive") + (uuid "a3dd832f-b829-4147-9eb1-8b3bfd652ff7") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "86af27a1-8de0-4321-bea0-cbe468a56ceb") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "cc681740-2214-4c35-92cc-5e1b465bdc8a") + (at 73.152 117.094) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C7" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "fd0d8264-0881-4c5b-a126-b4f426af4193") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.01" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "bdffe353-a76c-449f-af31-1cd0abb5e8c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8d49b11-df67-40a6-a44b-60586eb065fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "539ffe92-c68b-400c-9770-e18eb6092ed3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "14878192-8eae-46f6-b55a-17dccb178731") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9919940a-b84d-49da-9cc0-439fb19644d5") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "50862374-828c-4ecf-abe6-cb1350793f99") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "572146cd-3500-4f2a-a21d-bd3489140c98") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fbdad141-7bcf-4cf4-9de1-2071538f7ba8") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "63d12e4f-b003-4b4f-9978-2a1e6eaac2a5") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4ef4a179-2cd7-4e16-a873-d579aeb0bd6c") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ecd4c8e2-69d2-4578-846c-9ef711187ea9") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "28d45232-677e-48ee-908a-bdc112efc196") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "05a887d0-0af0-40c8-abaa-d835246377ee") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "95eb943b-876a-4aa5-9b5a-7142e7210c48") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4e2acbcd-8807-438c-aa58-95745c190dd1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 3 "+15V") + (pintype "passive") + (uuid "63af6b62-c396-43a8-a25f-1401cf31d7fa") + ) + (pad "2" smd roundrect + (at 1.0375 0) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "GND") + (pintype "passive") + (uuid "8f7d57e6-cd46-43db-b7ad-5efa688f5e0d") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "cf2e02df-a4fe-42ab-9b2b-141ff3b43922") + (at 65.278 137.16) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R6" + (at 0.127 -1.651 0) + (layer "B.SilkS") + (uuid "9be5d569-5612-4460-aca1-38900f236612") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "15k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "03321e5f-5cc2-46bd-a4c0-288d3b814bd9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1eac657b-1e34-442d-8971-9ecc2638b88e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b877c34-de79-43b8-86ad-e92575126b8d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a9b550f-e6f9-458a-a06d-8117dce086fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "94d59e4e-ae30-49e4-96f5-21b5f675cb99") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6f268e9-5080-49b4-95a5-504bd4adeba2") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3b8f640a-ca51-43d9-9196-d8feca73f2e4") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f97b7de4-02c1-45c3-ac2e-d23c7f58626d") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c6e490e8-6124-4d9b-85f1-2dc58c2cb49f") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9505f088-eddf-480b-bcb4-b8e51f473058") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a03eb99a-9fec-45a0-b62f-0c800fd3742e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8314a4d9-805e-49e7-b917-a0b14f48e5c8") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4e3a819f-f86a-4e4c-9625-026cadf4cd88") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a51900a5-f46a-48be-8faa-5f37f31d4a70") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "47001fa4-e3d6-416d-88e4-1f2ec2d07947") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 6 "+12V") + (pintype "passive") + (uuid "9463dfe0-6dd4-4f20-8ed0-6ac15bab4681") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 40 "Net-(Q1B-C)") + (pintype "passive") + (uuid "ed762d8b-a795-4e89-8af5-46655b9635a2") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "d125a2d7-01bc-4ef5-ae90-3b673c3eeda7") + (at 55.065 90.4019 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D4" + (at 0 2 0) + (layer "B.SilkS") + (uuid "907e27a4-ba16-43e2-a85d-30901520dafa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "936b9895-e05e-4eec-aa82-8c374952fbdc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5b2662b-0eec-4c3f-9f48-9c403a637662") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63a659b5-2628-4477-8dd3-0a2fd173cffb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54723b0f-b61c-444f-aca5-56e08da9196c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3ff08386-c1af-48f4-aa27-ac93730e59fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "997499b4-1092-45fa-988e-1346dbe7e60d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "644fe024-4316-4e43-afba-96fa35a7434f") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e4dc3e1-4065-4b86-9762-ad5abbce7e22") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "54df91f1-c8d4-4afd-bfa6-d1769541e6ab") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6838c985-2a54-4617-a3de-4aa6a7514b61") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b3847ec5-3511-419d-a570-1101c4f4f460") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "196055d2-e243-4f75-a799-aeb26badaa3d") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2450e666-6621-42da-b9f2-25d8230a1ec1") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "69f879cd-61c9-4cab-80d2-4cce929661c0") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "469e6939-1bdc-401d-ab07-1583de033244") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6e514d1f-e97f-4ff7-946c-0ef548147c67") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7233d6ca-2914-4cba-ae3d-c9b0a84e0521") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b1e8c216-a817-4360-87e7-fcad91fa9b95") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "85d6a5e6-5e05-4f3b-980c-234675e0f1f9") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1c3426bc-2160-44c3-8fac-0bda75338032") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "89f91bbe-4c9f-43db-8fc9-2f0a2d6e58ce") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9ef4dc32-91f4-414b-a9d8-0f15b3c1cefe") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ca507f37-436b-4aaa-bae3-a50df0e0fbef") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e65ddcc1-0988-4b5d-981b-32378bac3a0f") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "be97fd73-b52c-4c84-9f8e-b33ad0f3711e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 10 "Net-(D4-K)") + (pinfunction "K") + (pintype "passive") + (uuid "d0e9bcec-b0c4-4bfd-b931-b639ad1065d2") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "aecb0df9-a3c8-4444-bd2a-9cdef4ea40ba") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "dbb979a3-4057-486f-a467-798ba6240c8b") + (at 55.61 121.70895 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R23" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "b3a95bac-e9d7-43ac-b10d-0114b5e0e217") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "99df9db4-4755-4c7c-8dd4-05ec4d7f819a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2b45c31-ad83-4c3f-9a9c-3f2f3b3242fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d234009e-d511-4c88-aabd-02c2a3ece3aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7838c2c7-6519-4b11-a89e-9941b26398fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "67400550-7eb4-4ac1-9a8d-cfb3d2b30baf") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7bf74d5-f547-440c-94e9-f94d47dd6f95") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0b1f841f-5089-4423-a9c4-345b3958281a") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "40e050d1-3de6-4dd6-8b0d-c532313f1377") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4027fb92-bf0d-4cd6-a7f0-5e01390e46a9") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fad5b9a9-910e-4c87-9f98-85241bc8d324") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d98714f-05db-4ba1-9a67-d1b4cfced332") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "33c1277d-069c-444e-be0b-4407b2e42303") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "91ccb2a8-2fcd-4a3b-8710-62f6acdfda22") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "df90fdc4-5921-4d7b-be4f-6737f59985f2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "d87f0bfb-23cd-4e3a-944b-6836b65e3e12") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 45 "Net-(Q8-C)") + (pintype "passive") + (uuid "eba034fe-fe15-4f0c-ad08-3374bc2c78b2") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "a16ac37f-23c6-44e6-9bff-364b42dd6299") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "dd78377d-c5e0-4feb-a56e-50cc4464d4a9") + (at 81.28 119.364 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R3" + (at 0 -1.524 90) + (layer "B.SilkS") + (uuid "70748885-383a-4625-96bd-f13e0348be71") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "24e65734-4d5c-4aa4-ad4c-3b5704429cc7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "834c842b-9fd6-4493-9dbb-8eba7c49b2dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "341c667b-6724-44be-bda9-bf12dc78a14b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d44fa507-a303-4cb3-926d-98e86df0c5bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "433cad89-1371-4a4d-adc6-6cadbb03d068") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "506cbd70-2548-45b3-aa7f-1af9f73de421") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0f4f5526-92f9-4cca-a769-00a2f5aac52e") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4df8232f-efdd-44ac-9df5-e1e2a37fed56") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "50241a3e-3089-4f7e-bc45-4ec18375e92f") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "60569815-9115-4c34-9439-90f7b961fc56") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7ac4a8b-c530-4138-912d-acc23d02fbfc") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53b65f31-a190-44f2-ac84-2693edf78f62") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1bfbc7a3-219d-4251-9f86-8fbe340add60") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ad314a86-fc2c-4144-9cbf-2ac3f25a151c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "b98e5bc0-729a-4c6d-9d89-94bc684067a0") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "Net-(Q1A-B)") + (pintype "passive") + (uuid "a600679d-13e2-4ba0-b1d0-8b57812b653b") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 50 "/IN_3") + (pintype "passive") + (uuid "1985765d-64e9-42f5-81f5-63cd9b00e436") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "e1f28c2d-1eed-479c-9598-c4a709d06a31") + (at 71.882 133.858 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R14" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "e619ce5d-afbb-4bf0-9e48-beb5852f0654") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "200" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "ceba44ea-7877-4d25-b273-f00f13a57899") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71ada836-b4d7-4851-9ef7-fb678bc9ce5a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bdb0a04-b778-4d8f-b597-91958b22fc46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e42b57a-62e3-48a9-b14f-328dbe89939b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "93c3bac3-8959-43c3-bc45-a87b818c0a58") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "64b1bd06-6ab5-4f85-8c51-0311aa876f49") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "379e6966-e8e7-4bc1-9534-796edc38219d") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8556e288-9e4e-44cb-9dc0-6049184cd576") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "316c7c64-86d8-4279-a100-a240838a22de") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "84454266-b062-4433-b348-8477392eb99e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8effbddb-7fbe-41eb-874b-2cd6f5a993ba") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a4f0c066-efb1-4445-af6d-2f8a793ea33f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "938e1c04-83e6-4739-a17d-0e19c8fdff37") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "446d0172-44f8-4dfa-b0d6-e26ca20123bb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "572d465e-4b19-422a-8399-697a031a8299") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 37 "Net-(Q1C-C)") + (pintype "passive") + (uuid "acdca02c-3630-4fd4-9a9a-8edabf8d36d7") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 52 "Net-(R14-Pad2)") + (pintype "passive") + (uuid "6c287aef-3dda-4efb-b6ab-4a4054505cd6") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "e2f76010-940f-4da4-8049-07bea11f0f0e") + (at 55.065 147.55785 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D10" + (at 0 2 0) + (layer "B.SilkS") + (uuid "6ff09165-6d74-4b0a-ad47-2ea2c279d74a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "4b124d82-e4f9-44ad-b709-0477f8f63b40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d556927-1206-4c29-b850-9029fc0e5337") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6302738e-c6d0-4d34-bb51-fd773a574f1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "504f9dfa-7be9-403c-94de-b6e4a8b643c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3383aaf9-9b31-4c4f-a145-ca905a7a52fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "63aeafca-bd5a-442a-9c07-ade4688e2627") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cfa5980d-1c41-4fe4-8336-546bff4797f2") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f8d5d26-11df-431c-9ca4-bc2024c9efe6") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b340906f-b4f7-48e0-8a88-a7678955fa38") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "30d42709-c2d3-4feb-be43-5cb60de1a52e") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "38b2479a-35b9-41c0-8979-df3e590a87a1") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "061ed3e8-665c-462e-89c5-e0c3cb788590") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e9acea15-305d-45b5-81ba-8f1722c4cfc7") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dbfd6125-efe5-4ac8-98e9-85ae311f16b1") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29fd51bf-f63c-4e0b-84c3-16372bbbdeda") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f7bd53ef-5e45-4ef9-a7b0-fb9d5292beaa") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3caf2d7a-d4d4-4c1a-92d2-d3af62aa6cea") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cacdb479-e2f7-4d8a-a411-7ea649d1756a") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b0d8afc2-6aef-4be0-b218-ace083062ceb") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3f388003-b840-4aa0-970b-c94a01362d9a") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "27023ec2-3867-4425-9a5b-081412e4a16f") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "127caf81-0f4c-41eb-a98f-e6eeb8a46a87") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7b49a027-ac39-4513-b303-dd610be897b6") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "afa4fc94-8438-4af5-900b-fe80d6b3f70e") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "50245d5f-01eb-4f31-b0a6-fb72a4e0a5e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 16 "Net-(D10-K)") + (pinfunction "K") + (pintype "passive") + (uuid "0c6b358b-65a7-4ede-b22a-ace5ba907b29") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "54454730-ea8b-4533-8820-feabfdcdb94c") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "f27873ca-7a52-43e5-8477-194825fc9188") + (at 55.065 108.1345 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D6" + (at 0 2 0) + (layer "B.SilkS") + (uuid "8315ddcf-d52f-4738-b447-5cc08c6c0275") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "54d19352-e324-4312-b583-f01acc0052d2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b129b850-780d-44ff-8b7c-9d69779e49c1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f470b7a5-e86d-439f-a75d-1e1a37446cc4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68ddd827-80d3-49d3-b899-ab510b9447ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "12f947a7-3fef-47d4-aaf6-00855f6dff74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3eb6599e-3be7-400f-9f91-5e8735d55d16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "14d4834a-729e-4142-bf9b-d7f93dbad566") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d617312d-9826-484a-aee7-34bfdef0abee") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "df987850-be60-4e18-93e3-df87a692d35d") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "deb06e02-25ba-4684-a575-211f546def64") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a2c4f6c7-57c5-4b8a-80b4-1fcc90496929") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fb0c41a4-f03b-41f5-95da-3af8636b649f") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8b1dbfd1-07ec-428c-a2db-6fb2f008c25d") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5aa234a8-2881-4f33-93de-332c0e55f406") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "036a3112-f57d-499f-8209-3f4ce6c524dc") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c0270119-b193-48f2-b8dd-9118e95d56be") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8fafa6f9-feed-4385-a71b-c44acce2c19c") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d0d4e5f-2b8a-469f-97b1-7e15a0179703") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "52e8b572-b7f5-4581-8142-08fe20e1777e") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a537ef6c-f07f-4491-8a81-18a76ca2e8db") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b3345f1b-ee48-40e3-a390-b9ee3660a8b0") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fe2c81b0-7d83-4ba8-ad23-9a08f8f73b1b") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "125be31d-54b2-4c48-8c4a-ebb6891f0515") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "033b9523-9af1-4f05-ab50-bfbf8b08383a") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "785d250c-8e48-4f5b-abf9-5a135c95b102") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(D6-K)") + (pinfunction "K") + (pintype "passive") + (uuid "7b485f0c-1ff0-4720-98e0-516e5c1a7cc1") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "cb023db7-daf6-434a-815f-2a1e5abd37b5") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "f899339e-2c59-4052-ae34-a60f36702f89") + (at 69.562 149.6995 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C4" + (at 0 1.68 90) + (layer "B.SilkS") + (uuid "e0606dfb-d7bb-486e-b9e7-07a516b03ec0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.33u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "0773927e-9256-46dc-a283-ab5d7cb9f8e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc4c2ebb-8555-4568-995e-0a106b6d21f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "899da1db-f673-46c7-ac61-4eac060c8aec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1789449-6007-49c4-92f5-94ecd8deb17e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c3512934-5b95-4a89-9309-5ed7fa12ed62") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6795d00-6ed8-4b85-9a5b-0835310ada2b") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "51c876a3-5cc5-4689-899e-bdabd2738c60") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2ad5eac6-c52f-4241-99e8-f4affe6063cd") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b2ca7622-5e3f-4a39-9d96-7b7ae6f532ad") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8bb9dd46-79ac-4ebd-a0dc-3c0695d13c33") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ad3ec214-f9cb-44db-a406-5ddd9d9afc54") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ae61cc47-f46a-40a9-a4dc-a6fad3bdfaa6") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "23fe1e73-430c-4f1f-ad84-104bcaa2abfe") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4012d279-7bbe-43ac-ab00-c54a51187a95") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "484fea57-0c6f-4907-9e97-f7c68b6741dd") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 5 "-6V") + (pintype "passive") + (uuid "d74b2f28-fcb9-4993-a968-cd7ae7750860") + ) + (pad "2" smd roundrect + (at 1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "GND") + (pintype "passive") + (uuid "ca75506c-b7aa-48eb-8235-9683583144ea") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "fd713652-8c10-43f0-957f-cc43c7393196") + (at 55.065 125.8671 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D8" + (at 0 2 0) + (layer "B.SilkS") + (uuid "463b6a13-1cb2-44d6-a7e7-c60da1ab6d5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "b6f89051-db46-47ba-8b64-be5a70534651") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d9f84ac-c741-48b9-9415-44019cc69bef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b5c3883-43f9-4066-bcb0-7121ba7977f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0758c5d2-7f24-4e63-969d-224dfd97603d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "1047bf82-e6a0-4c5e-b8fa-16b38b4a1798") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "ee6c6502-5116-426f-8eb3-66bd87aced8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "689747c9-0a9a-4d1f-bebc-ad4cfe895c83") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0bde4a66-a530-4391-ac18-1cee350c534d") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b4660c3-ff84-4b26-9d4f-48733bafc20e") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5b8677a9-c55e-46ef-8218-4fe05ef76217") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "66acf575-b142-41f1-b4f3-170862be0f55") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0ebe9463-57ca-40fb-b5c3-c4ceaa0df3a1") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "984b393b-be93-4ebd-b498-38f0248fd11b") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "622395a2-9ea3-47ec-b088-a80ddffca862") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "51ce02b2-c69b-4757-bb5f-88e75fb7b1fe") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5213fae2-9632-4273-8654-0b520de73fa1") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c6daaf48-bab8-4446-a01b-e71f2042e6a0") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "777c42b8-3caa-400f-ad5f-f6a52c5b52e2") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "45f82e34-b196-4a38-b1ff-5df78612f8d6") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "296bee03-129a-4157-b283-ee75e38ed22e") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "080e8778-cfc9-4b54-8770-790339be6d52") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "27758bed-be01-46e0-bc94-0efea0db4449") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "69dfab36-70da-45be-802a-49bb1225c3ee") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e23d7f62-b8be-4bbe-a04d-48419ed5ff55") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "b0667b0a-9288-43bc-a5cb-2c1d379240b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 14 "Net-(D8-K)") + (pinfunction "K") + (pintype "passive") + (uuid "8de86bc7-63f8-43e3-8814-217fe13cc62d") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "a76d5732-e8a0-45a3-867d-07964f99d1ca") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 91.1 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1c24117f-e0c8-42fd-88c7-706d12b1b9d7") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ad927772-8dc4-47fe-a9c1-3a70d7daa0a3") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "e3d00992-be14-4a6c-bf1f-6b676d9d800e") + ) + (gr_text "cp3" + (at 90.09 67.34 90) + (layer "B.SilkS") + (uuid "8aa22ca8-f867-4244-be07-a5280e331976") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (segment + (start 81.542412 138.43) + (end 73.66 138.43) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "03383190-5790-4e42-991b-7b82c3ecf936") + ) + (segment + (start 76.216 140.609249) + (end 74.036751 138.43) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "037f999d-69f8-4ccb-9a80-913c727079ee") + ) + (segment + (start 76.1785 144.526) + (end 76.1785 141.0075) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "04c953ba-8176-4b14-926f-05960dba2d12") + ) + (segment + (start 88.392 120.364) + (end 77.994 120.364) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "08a78b9a-7a22-4b81-a4aa-5c6acf829b81") + ) + (segment + (start 88.392 131.580412) + (end 81.542412 138.43) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "48eeaa2c-b8fd-4244-9f99-57ef2b73f831") + ) + (segment + (start 76.1785 141.0075) + (end 76.216 140.97) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "6cc489c0-c12f-4d36-967d-95ca78cf203c") + ) + (segment + (start 88.392 120.364) + (end 88.392 131.580412) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8b547ac7-fa3c-401f-ae45-5d07e8d0c702") + ) + (segment + (start 74.036751 138.43) + (end 73.66 138.43) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "95eb0001-a821-4fba-bde2-d5d6993a134a") + ) + (segment + (start 76.216 140.97) + (end 76.216 140.609249) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "d6a632a9-fc48-43de-863b-d851fa5cd94c") + ) + (segment + (start 77.994 120.364) + (end 77.978 120.38) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "dad66057-7e2e-4bea-b0c7-acde48c02093") + ) + (segment + (start 61.252 52.745) + (end 59.69 52.745) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "032fb847-e1a2-4e09-9ae6-9101b157182a") + ) + (segment + (start 77.724 54.61) + (end 76.293 53.179) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "1ca9e30c-3197-4345-96ce-a795886cbc61") + ) + (segment + (start 59.69 52.745) + (end 53.910113 52.745) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "20a211b1-1aeb-49e0-bac5-c74ab0df8d91") + ) + (segment + (start 63.128 54.621) + (end 61.252 52.745) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "2b3e0baa-fbf5-4ece-b234-653950156938") + ) + (segment + (start 68.823 54.621) + (end 63.128 54.621) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "4010c0e4-4b2d-41d2-86ff-62a2aae4a7f7") + ) + (segment + (start 80.264 54.61) + (end 80.264 57.15) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "492e1d1d-a288-4a15-855d-fc4c60f2bf84") + ) + (segment + (start 70.265 53.179) + (end 68.823 54.621) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "7534ee16-0525-4eea-9719-af5ed0897ce2") + ) + (segment + (start 53.910113 52.745) + (end 53.848 52.807113) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "a9e6d790-ba11-41c1-b93d-7a8d1dbe10b2") + ) + (segment + (start 76.293 53.179) + (end 70.265 53.179) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "c89f709e-95ba-48af-b56a-1d2174972841") + ) + (segment + (start 77.724 54.61) + (end 77.724 57.15) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "e4a17d4c-ee9c-42c9-aea4-276bcd4a8f7a") + ) + (via + (at 84.328 143.002) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "3964fd61-c513-44a9-9339-2e69734da1e1") + ) + (via + (at 66.294 138.684) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (free yes) + (net 2) + (uuid "46021c4e-bfc7-4fa6-bc26-09418301a846") + ) + (via + (at 52.832 123.19) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (free yes) + (net 2) + (uuid "9377532c-61fb-4f06-9329-377672cf8edb") + ) + (via + (at 78.74 146.558) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (free yes) + (net 2) + (uuid "f62ef76d-013c-4304-b1ab-a5bd7107da48") + ) + (segment + (start 83.9 144.78) + (end 83.9 143.43) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "1ff660dd-c602-4c16-884f-7d1d58b9fc4c") + ) + (segment + (start 69.562 148.662) + (end 69.696 148.662) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "2330fe95-740b-4d3d-af68-70861fa65de8") + ) + (segment + (start 68.71 138.43) + (end 66.548 138.43) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "52ab329a-3d4c-45c2-8fb8-3447a8b76779") + ) + (segment + (start 78.74 146.558) + (end 78.74 145.0125) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "8284d553-e61d-4d6e-bc18-83dc9876b35b") + ) + (segment + (start 66.548 138.43) + (end 66.294 138.684) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "a0196074-3038-4ee4-9665-9af0aef82a5e") + ) + (segment + (start 78.74 145.0125) + (end 78.2535 144.526) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "b1d39838-3bee-4741-8877-ca50662c9c0c") + ) + (segment + (start 83.9 143.43) + (end 84.328 143.002) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "fbcc8858-9164-4b59-aab0-fa7aae7dfeeb") + ) + (segment + (start 60.216 54.12) + (end 58.529 54.12) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "253c641e-163a-469f-9f28-9328d3db9129") + ) + (segment + (start 72.136 113.909) + (end 73.015 113.03) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "43ce2d9e-9d75-4f28-97a7-9797a12cc7e1") + ) + (segment + (start 57.341887 55.307113) + (end 53.848 55.307113) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "47784ad5-4392-4e87-87ec-4f5955d039f2") + ) + (segment + (start 61.423 55.327) + (end 60.216 54.12) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "684692fe-cc90-40b1-8ba1-0005b8702d2d") + ) + (segment + (start 72.136 115.062) + (end 72.136 113.909) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "70d24360-72e0-495d-b5c0-7af9a4d7c17e") + ) + (segment + (start 69.115434 55.327) + (end 61.423 55.327) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "799a3a78-baaf-4ca5-b0b1-21d3ac75cb60") + ) + (segment + (start 58.529 54.12) + (end 57.341887 55.307113) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "a165e6bb-21b1-4ebf-a486-b1c9af3a7547") + ) + (segment + (start 73.015 59.226566) + (end 69.115434 55.327) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c65ecc8d-9f61-4a12-ad1e-5a34dde9d514") + ) + (segment + (start 73.015 113.03) + (end 73.015 59.226566) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "fc086b93-ef31-4031-ae92-87eedee75beb") + ) + (via + (at 72.136 115.062) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "35022661-dfb1-4e7d-9b94-fb7ba254897e") + ) + (segment + (start 72.1145 117.094) + (end 70.046 117.094) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "202ddfb6-a257-4b2f-be00-959d56c88e36") + ) + (segment + (start 70.046 117.094) + (end 69.895 117.245) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "559aff7e-198f-4160-bd65-c4f5bc462b0b") + ) + (segment + (start 72.1145 117.094) + (end 72.1145 115.0835) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "68ad2d04-cc0f-4068-83dd-c8164bdab795") + ) + (segment + (start 72.1145 115.0835) + (end 72.136 115.062) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "73198acd-6c0a-4944-a15c-a32fb0c77c89") + ) + (segment + (start 56.960887 58.42) + (end 53.848 55.307113) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "c3dbf7a8-8c29-4b8d-982e-5deac95a4659") + ) + (segment + (start 64.516 58.42) + (end 56.960887 58.42) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "e246533d-082d-495f-9f14-97621992650f") + ) + (segment + (start 61.584 57.139) + (end 59.69 55.245) + (width 0.762) + (layer "F.Cu") + (net 4) + (uuid "1a158fa5-a7ba-442f-bfa2-a96071900c17") + ) + (segment + (start 75.311 138.675402) + (end 75.311 149.479) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "5795ecb0-d643-433f-904d-4814cc0f9fbc") + ) + (segment + (start 58.465 56.47) + (end 58.465 121.829402) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "58116111-3344-440a-8742-f55900d1f678") + ) + (segment + (start 67.067 58.42) + (end 65.786 57.139) + (width 0.762) + (layer "F.Cu") + (net 4) + (uuid "62d3d05a-2261-4700-89da-8296e7841cf9") + ) + (segment + (start 68.27 58.42) + (end 67.067 58.42) + (width 0.762) + (layer "F.Cu") + (net 4) + (uuid "8e6ee0d6-e314-4a28-8d86-fa5ba63cffcc") + ) + (segment + (start 75.311 149.479) + (end 74.168 150.622) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "9add25f5-b8be-40d6-a4ec-3e4c07ddb8d1") + ) + (segment + (start 65.786 57.139) + (end 61.584 57.139) + (width 0.762) + (layer "F.Cu") + (net 4) + (uuid "a88450ac-5b8b-4845-8e2d-0183604fb31a") + ) + (segment + (start 59.69 55.245) + (end 58.465 56.47) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "d289b75e-04fd-4260-924e-518b96b3d0ca") + ) + (segment + (start 58.465 121.829402) + (end 75.311 138.675402) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "e59a6b8e-f296-4bf0-9805-c84a82ecd8be") + ) + (via + (at 74.168 150.622) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "33ded4c4-10d6-4e6d-97e8-d51d55bccaf6") + ) + (segment + (start 72.644 154.6435) + (end 71.12 156.1675) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "31b9cf84-6e1e-4483-ade2-969b6d29a9aa") + ) + (segment + (start 72.7375 150.622) + (end 74.168 150.622) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "3dd174c1-c63a-4bcb-a3e6-eeed0a05565a") + ) + (segment + (start 72.644 150.7155) + (end 72.7375 150.622) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "a83b3082-6592-4bb1-92dd-7cc496abbb9b") + ) + (segment + (start 72.644 150.7155) + (end 72.644 154.6435) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "ba3114a4-f871-4e76-8650-f296035aad0a") + ) + (segment + (start 64.278 140.716) + (end 64.278 144.272) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "02a352ef-82b0-427e-8472-727678cc122a") + ) + (segment + (start 66.653 147.828) + (end 69.562 150.737) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "1c1b2ffb-4b3e-4c61-ba67-4411ddf1e1c8") + ) + (segment + (start 64.278 144.272) + (end 66.278 146.272) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "23b258e9-fe61-4161-b331-0e1ac485bc74") + ) + (segment + (start 66.278 147.828) + (end 66.653 147.828) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "3c5ec604-3d7c-48bf-9f7b-939aafeeeb1f") + ) + (segment + (start 69.62 150.795) + (end 69.562 150.737) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "8ac3a089-f1a3-41dc-8faa-4b41f49677de") + ) + (segment + (start 69.62 156.255) + (end 69.62 150.795) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "987ba652-3b77-45ec-9c00-05e067fc1d3c") + ) + (segment + (start 66.278 146.272) + (end 66.278 147.828) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "b3a58dc1-c4a5-4e96-9a37-b9d7db5414a9") + ) + (segment + (start 69.895 124.788) + (end 69.895 120.245) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "226d245c-3f04-4cc1-a36c-d9fcb23a82ff") + ) + (segment + (start 66.812 131.07) + (end 64.278 133.604) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "227972d1-fd12-4a22-9547-4f93d65c685d") + ) + (segment + (start 69.895 120.245) + (end 71.7095 120.245) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "4dd006a7-a9c9-4f6e-ad94-31a71ee245f4") + ) + (segment + (start 64.278 133.604) + (end 64.278 137.16) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "76548898-8132-4e60-87af-a7ae01972337") + ) + (segment + (start 66.812 127.871) + (end 66.812 131.07) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "a85d84ca-48cc-4724-b28d-f55af09d4edb") + ) + (segment + (start 71.7095 120.245) + (end 72.1145 120.65) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "b83b9985-d5e5-4f2d-bf5e-3e1a7d0595b4") + ) + (segment + (start 66.812 127.871) + (end 69.895 124.788) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "dcb8c29a-315f-4a5e-87b3-ea294983dce2") + ) + (segment + (start 56.4775 78.52745) + (end 57.36255 78.52745) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "a88af8c8-84be-41b7-a7eb-3efab9966510") + ) + (segment + (start 57.36255 78.52745) + (end 59.69 76.2) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "ab26302a-d4c8-482b-a276-aec40cd11d1a") + ) + (segment + (start 54.61 64.553) + (end 54.996827 64.553) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "099136e2-5ece-4729-be51-01bc20e1be0c") + ) + (segment + (start 57.535 67.091173) + (end 57.535 67.818) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "27ed14e4-ca1a-42cd-b120-714736bc3e3d") + ) + (segment + (start 54.996827 64.553) + (end 57.535 67.091173) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "3597ea10-ed6d-40e1-a660-1dc8c8c8b724") + ) + (segment + (start 57.535 69.596) + (end 57.535 70.16) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "7ab91471-f5c6-4ef5-b6f6-7d51c27b45e2") + ) + (segment + (start 57.535 67.818) + (end 57.535 71.8493) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "7d0fba5b-4347-4cde-9b93-52f3fb6c5e7f") + ) + (segment + (start 56.4775 76.62745) + (end 56.4775 72.9068) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "a43b548f-72b2-49cb-b87e-5f582f2982fe") + ) + (segment + (start 57.535 67.818) + (end 57.535 69.596) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "a6bfa2c8-9707-4dbc-ad19-aaf2b2521b57") + ) + (segment + (start 57.535 71.8493) + (end 56.715 72.6693) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "bba8c4cf-befd-48ee-9bc7-420fca3a6b4f") + ) + (segment + (start 56.4775 72.9068) + (end 56.715 72.6693) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "bdb293bb-4bfb-412c-8322-cbe2f4b94942") + ) + (segment + (start 56.73745 96.52) + (end 59.69 96.52) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "07cda1b0-ba68-46d8-ac37-8b6d6854ecda") + ) + (segment + (start 56.4775 96.26005) + (end 56.73745 96.52) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "db3db5ed-e926-4b69-ae31-b09e93245aa9") + ) + (segment + (start 54.61 82.2856) + (end 57.535 85.2106) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "07a3ad7e-4a6f-4cd6-bcb7-bb6ee1f0205f") + ) + (segment + (start 56.4775 94.36005) + (end 56.715 94.12255) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "0ae13ec5-1709-4e9d-84bd-5e5b27cf8e8a") + ) + (segment + (start 57.535 85.2106) + (end 57.535 89.5819) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "33cc1c44-0225-4e8b-b88e-17fb7d2513cb") + ) + (segment + (start 57.535 89.5819) + (end 56.715 90.4019) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "62a87297-ffd1-4c6d-b3b0-4baa2a86f2cf") + ) + (segment + (start 56.715 94.12255) + (end 56.715 90.4019) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "7f76384c-8c98-4b2e-a847-c744a4b9ffdb") + ) + (segment + (start 56.84265 113.99265) + (end 59.69 116.84) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "6944f0d8-c475-4060-9741-ec50d4e3ca82") + ) + (segment + (start 56.4775 113.99265) + (end 56.84265 113.99265) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "bb9e04d8-d672-47f9-b246-89ae3e463aaa") + ) + (segment + (start 56.4775 108.372) + (end 56.715 108.1345) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "3fe32878-7310-450e-9f67-333e6d9b416e") + ) + (segment + (start 56.4775 112.09265) + (end 56.4775 108.372) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "428f9ddf-7fcd-4f2c-852b-65966ab6ddfe") + ) + (segment + (start 54.61 100.0182) + (end 54.61 100.33) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "5ea0f533-fe68-4aea-9309-fe40bf7161be") + ) + (segment + (start 57.535 103.255) + (end 57.535 107.3145) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "6cdd2b26-4652-411a-a7f0-db82c6156dfe") + ) + (segment + (start 54.61 100.33) + (end 57.535 103.255) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "7ae6c487-e492-4e09-9bc5-568a4878cebd") + ) + (segment + (start 57.535 107.3145) + (end 56.715 108.1345) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "b5b3b89a-e776-4401-ada8-b14fbe19eb50") + ) + (segment + (start 59.69 134.93775) + (end 59.69 137.16) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "4025580b-9431-4b73-99ed-fb642ddff2b4") + ) + (segment + (start 56.4775 131.72525) + (end 59.69 134.93775) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "ff32e0e3-4e9f-4264-9511-c23c739d53f0") + ) + (segment + (start 54.61 118.095777) + (end 57.535 121.020777) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "3c8df4e4-2091-482c-8027-0b283ff5a6d3") + ) + (segment + (start 54.61 117.7508) + (end 54.61 118.095777) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "42422a3e-2f41-458d-92cf-82a4cbbf6b77") + ) + (segment + (start 57.535 125.0471) + (end 56.715 125.8671) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "4eb60139-c467-486e-b4c7-04e143d9755f") + ) + (segment + (start 57.535 121.020777) + (end 57.535 125.0471) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "7c501771-6de0-438d-9b39-d6c31465b84e") + ) + (segment + (start 56.4775 129.82525) + (end 56.715 129.58775) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "8a6a8c0f-8a98-4a4f-be66-d5955e95fb42") + ) + (segment + (start 56.715 129.58775) + (end 56.715 125.8671) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "95881a9c-6c17-4fc1-ac30-55f6f7c63083") + ) + (segment + (start 56.896 153.416) + (end 59.69 156.21) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "9e6711ab-4264-4c59-be49-9f337181b428") + ) + (segment + (start 56.4775 153.416) + (end 56.896 153.416) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "f980ed99-19f4-43c5-b343-c79e12aaa5a5") + ) + (segment + (start 54.61 139.44155) + (end 54.61 139.7) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "4c9f5b57-3f8c-491c-98dd-fca047f32540") + ) + (segment + (start 56.4775 147.79535) + (end 56.4775 151.516) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "746cad4d-a859-4ea3-a151-c20b9813fe51") + ) + (segment + (start 57.535 142.625) + (end 57.535 146.73785) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "89da970d-8975-454b-b568-c12a1fc396c3") + ) + (segment + (start 54.61 139.7) + (end 57.535 142.625) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "ae3c4adb-5cd4-405c-847a-35982f4bec5a") + ) + (segment + (start 56.715 147.55785) + (end 56.4775 147.79535) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "b618bb45-8e20-4832-88b2-4ec424d44200") + ) + (segment + (start 57.535 146.73785) + (end 56.715 147.55785) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "c20993ef-fadb-49e5-8322-0d32968f56e9") + ) + (segment + (start 82.55 155.3525) + (end 86.8925 151.01) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "7526a261-24b6-4e15-b924-1a09e4f714d4") + ) + (segment + (start 82.55 156.21) + (end 82.55 155.3525) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "d66aa6d0-8e05-470a-8f2c-12849d53f7d9") + ) + (segment + (start 87.2 148.8025) + (end 87.2 144.78) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "042963e3-2fa7-480d-af76-f6d62ea92378") + ) + (segment + (start 86.8925 149.11) + (end 87.2 148.8025) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "086d3488-9895-425c-8627-905fe4e1b5b7") + ) + (segment + (start 85.095 142.675) + (end 87.2 144.78) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "989eb391-51cd-4ff9-a10c-713beb9e36a1") + ) + (segment + (start 85.095 140.97) + (end 85.095 142.675) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "a4017858-833a-4084-b1cd-c4a6b5189690") + ) + (segment + (start 57.527 64.553) + (end 56.61 64.553) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "60e844cb-add4-4101-b29f-a23d9e6658d2") + ) + (segment + (start 68.9071 69.0671) + (end 60.96 61.12) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "61bd46ff-38f5-4d5c-b308-0ca785bb5e63") + ) + (segment + (start 60.96 61.12) + (end 57.527 64.553) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "89658747-3332-4468-a31e-3922c7c79623") + ) + (segment + (start 83.74 73.54) + (end 79.2671 69.0671) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "93d68d8b-9bb0-4af0-ac31-629592356aab") + ) + (segment + (start 79.2671 69.0671) + (end 68.9071 69.0671) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "beea94ea-4d7a-4942-af42-a726b2531936") + ) + (segment + (start 56.61 82.2856) + (end 57.4556 81.44) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "1c95a49a-60d4-4bd0-8fed-206606410d44") + ) + (segment + (start 69.268 89.748) + (end 79.868 89.748) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "3620a2f4-3701-4d83-b645-8e4431dc63de") + ) + (segment + (start 60.96 81.44) + (end 69.268 89.748) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "65b6df0a-4494-4aff-a67d-a1544d2caff5") + ) + (segment + (start 57.4556 81.44) + (end 60.96 81.44) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "85ece01b-8d64-447f-8ad6-3e50e7deac8c") + ) + (segment + (start 79.868 89.748) + (end 83.74 93.62) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "aebc62ef-473b-4b21-8663-02c510c444eb") + ) + (segment + (start 58.1918 101.6) + (end 56.61 100.0182) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "2f8ebb94-055d-492c-998e-0fd7b0bafa2d") + ) + (segment + (start 68.66 101.6) + (end 76.3925 109.3325) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "584b3f6f-7c44-4ed2-8881-2d2320cf648b") + ) + (segment + (start 78.8925 109.3325) + (end 83.74 114.18) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "bca4148e-e5cb-464c-832e-f63a630ae13e") + ) + (segment + (start 60.96 101.6) + (end 58.1918 101.6) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "c8c9d3b0-3853-4f73-919c-e4291fc36acf") + ) + (segment + (start 60.96 101.6) + (end 68.66 101.6) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "f9041bcd-7cc0-48fa-8369-470eef77ed43") + ) + (segment + (start 76.3925 109.3325) + (end 78.8925 109.3325) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "fcb37b1a-4e3c-472c-ae2b-21112148fdc5") + ) + (segment + (start 61.976 122.936) + (end 60.96 121.92) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "34158bd9-1c4d-461d-97e1-a909b438e407") + ) + (segment + (start 83.74 131.65705) + (end 75.01895 122.936) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "619e68c6-d956-45b6-b6d8-93ffa45b9965") + ) + (segment + (start 83.74 134.5) + (end 83.74 131.65705) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "71ee157e-997d-4301-b068-07b49cc8e095") + ) + (segment + (start 75.01895 122.936) + (end 61.976 122.936) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "fc6fc573-3c4a-415d-b13f-e1cbf719438c") + ) + (segment + (start 60.96 121.92) + (end 56.7908 117.7508) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "0fb95ee4-970e-448e-b7fb-5a86904682b4") + ) + (segment + (start 56.7908 117.7508) + (end 56.61 117.7508) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "57053a04-3292-48c5-af92-a3bce51121e0") + ) + (segment + (start 60.96 152.24) + (end 58.674 149.954) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "4ccfa3a9-03e4-43f1-a881-4b1ee243b812") + ) + (segment + (start 56.61 139.44155) + (end 58.674 141.50555) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "8bd76379-736b-49ac-9d31-418db7371989") + ) + (segment + (start 58.674 149.954) + (end 58.674 141.50555) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "9ddef0a1-0d52-49c5-97da-7cb994adf8e2") + ) + (segment + (start 58.674 141.986) + (end 58.674 139.5474) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "b50f6adb-75cd-4335-a705-746ce923d22c") + ) + (segment + (start 58.674 139.5474) + (end 54.61 135.4834) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "c6578b7f-42bb-4485-892f-f6a0f6f12d58") + ) + (segment + (start 58.674 141.986) + (end 58.674 141.50555) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "f3449f66-a17b-4281-bcf7-d406b3101d75") + ) + (segment + (start 82.915 150.605) + (end 82.915 149.86) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "1f0984f4-f95a-4606-9a32-2dee1053bbdc") + ) + (segment + (start 88.5717 148.840051) + (end 87.043751 150.368) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "352aaccf-6d4a-4339-aa17-9b721cf2d72a") + ) + (segment + (start 81.28 152.24) + (end 82.915 150.605) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "3789d27e-6007-48d2-bcca-94ba7a9b42a7") + ) + (segment + (start 88.5717 142.4467) + (end 88.5717 148.840051) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "3ed3bf37-ad46-432e-b9eb-7333f1bc5860") + ) + (segment + (start 86.118751 150.368) + (end 85.610751 150.876) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "5a5cd89f-3816-4764-9179-0b6a2196d0ad") + ) + (segment + (start 85.610751 150.876) + (end 83.931 150.876) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "6a2ee582-6350-45f3-a0d2-d1dcf029b299") + ) + (segment + (start 87.095 140.97) + (end 88.5717 142.4467) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "712bd543-5f98-4a37-9873-ebb1705a34bf") + ) + (segment + (start 87.043751 150.368) + (end 86.118751 150.368) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "a250fce5-513b-4790-ae98-189d869ada16") + ) + (segment + (start 83.931 150.876) + (end 82.915 149.86) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "ff668172-c6ba-42b8-8731-8a1957dd617d") + ) + (segment + (start 85.344 54.61) + (end 85.344 57.15) + (width 0.762) + (layer "F.Cu") + (net 31) + (uuid "09d31397-b169-42c1-a20e-3d3def8ca4b0") + ) + (segment + (start 69.392501 52.217499) + (end 68.27 53.34) + (width 0.762) + (layer "F.Cu") + (net 31) + (uuid "4f1805b1-cd88-45de-962b-42d036b63ca6") + ) + (segment + (start 82.951499 52.217499) + (end 69.392501 52.217499) + (width 0.762) + (layer "F.Cu") + (net 31) + (uuid "a0649df0-7d0f-46a1-a4d9-4cf469e1bd03") + ) + (segment + (start 85.344 54.61) + (end 82.951499 52.217499) + (width 0.762) + (layer "F.Cu") + (net 31) + (uuid "eb676583-8c09-4b3c-bf09-f38359e00662") + ) + (segment + (start 82.804 54.61) + (end 82.804 57.15) + (width 0.762) + (layer "F.Cu") + (net 32) + (uuid "13fcd8a1-964b-4c18-8ce5-ad783bc598ba") + ) + (segment + (start 82.804 57.15) + (end 81.373 58.581) + (width 0.762) + (layer "B.Cu") + (net 32) + (uuid "af278343-1796-475b-a601-a15316ebb020") + ) + (segment + (start 65.001608 53.34) + (end 64.516 53.34) + (width 0.762) + (layer "B.Cu") + (net 32) + (uuid "b5eeb0e1-b149-41ad-9889-a37910fa878a") + ) + (segment + (start 81.373 58.581) + (end 70.242608 58.581) + (width 0.762) + (layer "B.Cu") + (net 32) + (uuid "f01442ce-c4e9-46cc-a018-c1425915cbaa") + ) + (segment + (start 70.242608 58.581) + (end 65.001608 53.34) + (width 0.762) + (layer "B.Cu") + (net 32) + (uuid "faf3bb03-5140-4378-a70d-3b987b351de3") + ) + (segment + (start 75.184 54.61) + (end 75.184 57.15) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "0aa1bfc4-c072-48a8-acdb-5a02abc804f6") + ) + (segment + (start 51.054 64.008) + (end 51.054 79.756) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "0177df5d-628c-44c7-903b-16d4ff48de06") + ) + (segment + (start 76.962 52.832) + (end 75.184 54.61) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "2847f3f9-2557-440e-841e-712391351461") + ) + (segment + (start 51 79.81) + (end 51.054 79.756) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "292c52bd-8f80-4416-8678-871c5b55b10a") + ) + (segment + (start 51.054 139.8437) + (end 51.054 115.57) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "3627ec7f-56a5-46a0-84a7-197d8644fc71") + ) + (segment + (start 51.054 61.976) + (end 51.054 52.07) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "36f24e5c-e160-4c97-b0c7-95254567b49f") + ) + (segment + (start 51.054 52.07) + (end 52.07 51.054) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "3b584a70-0ef5-4253-af08-d4c1dbaa420a") + ) + (segment + (start 86.106 52.832) + (end 76.962 52.832) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "55d2cf1d-4c9c-4dbf-8c54-a23503a6b139") + ) + (segment + (start 90.17 56.896) + (end 86.106 52.832) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "584628af-a213-4dbf-994c-765cd10de1c2") + ) + (segment + (start 51 82.63375) + (end 51 79.81) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "59b14b7b-9a14-4c14-bfd2-0ba9222045f6") + ) + (segment + (start 51.054 64.262) + (end 54.61 67.818) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "68ec6253-6ad0-419c-abd1-15301503b5b3") + ) + (segment + (start 54.61 103.97635) + (end 51.054 100.42035) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "79a788b2-28d3-400c-83b7-d33362f29622") + ) + (segment + (start 52.07 51.054) + (end 71.628 51.054) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "816a179f-e200-486e-bd4c-c6c76b4d4017") + ) + (segment + (start 51.054 81.788) + (end 51.054 97.79) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "88bbd1f2-812e-44d7-a1b7-60ac874c3cda") + ) + (segment + (start 51.054 139.8437) + (end 54.61 143.3997) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "89a87367-85a6-4246-8972-55a096a52b6c") + ) + (segment + (start 51.054 79.756) + (end 51.054 81.788) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "97ef8801-7ef6-4f0e-ab0b-aec5d78455b1") + ) + (segment + (start 51.054 61.976) + (end 51.054 64.008) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "9b16852d-3b54-4440-9700-7494e7437764") + ) + (segment + (start 51.054 97.79) + (end 51.054 115.57) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "ae6ca8e1-6c6d-4f78-a608-96d303231b02") + ) + (segment + (start 54.61 86.24375) + (end 51 82.63375) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "b6d22e17-591e-45c5-bca2-5b8b969177c5") + ) + (segment + (start 51.054 61.976) + (end 51.054 64.262) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "b7f177c3-3805-4bb0-894a-7c1ee317d506") + ) + (segment + (start 51.054 115.57) + (end 51.054 118.15295) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "bd7cc66f-1d21-4eab-9c30-0a16a3509c27") + ) + (segment + (start 51.054 118.15295) + (end 54.61 121.70895) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "d7880e7c-2830-4106-a605-b8d9e1e1aa98") + ) + (segment + (start 51.054 100.42035) + (end 51.054 97.79) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "da5006e0-93f4-43c8-a432-7f8cbf7191ba") + ) + (segment + (start 90.17 132.608) + (end 90.17 56.896) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "df461885-a74f-465c-9b54-9e29c5c86299") + ) + (segment + (start 85.106 137.672) + (end 90.17 132.608) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "e81f2ad8-43eb-493a-9635-f04ed92b1d04") + ) + (segment + (start 71.628 51.054) + (end 75.184 54.61) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "ece06a1c-4920-4828-824d-08c0c7137297") + ) + (segment + (start 71.12 138.684) + (end 71.12 143.4105) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "0fef0418-36c4-4273-bb3e-c76c128c015a") + ) + (via + (at 71.12 143.4105) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 34) + (uuid "208693a1-0b9b-4e34-9d2c-69567176a298") + ) + (via + (at 71.12 138.684) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 34) + (uuid "e105e0e5-0de5-48a3-8291-91de94efab0c") + ) + (segment + (start 66.800751 133.604) + (end 66.278 133.604) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "0a29d6c4-6dc9-4ee9-9e25-5613d82682b2") + ) + (segment + (start 73.66 143.51) + (end 71.2195 143.51) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "3623be9c-638d-496a-bf1a-6b4023c19ada") + ) + (segment + (start 73.66 137.16) + (end 72.644 137.16) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "49c567ad-fbfe-4352-9c8d-abd365a6e52f") + ) + (segment + (start 73.66 137.16) + (end 70.356751 137.16) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "589466c0-9765-4ca2-ab5d-c21d4c9a2e50") + ) + (segment + (start 71.2195 143.51) + (end 71.12 143.4105) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "a209b6c0-34f9-4ab4-995e-69cb5b295443") + ) + (segment + (start 72.644 137.16) + (end 71.12 138.684) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "b427f047-90a2-4750-8ddd-43e79fa53f7a") + ) + (segment + (start 70.356751 137.16) + (end 66.800751 133.604) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "c0d74751-2242-432a-bbf6-8f1e1e9b757b") + ) + (segment + (start 66.278 140.462) + (end 67.04 139.7) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "506686e1-b212-4695-b9ad-60d397e01719") + ) + (segment + (start 67.04 139.7) + (end 68.71 139.7) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "a9fd93de-028f-474a-a5b9-4f9d9abcff8e") + ) + (segment + (start 73.66 139.7) + (end 68.71 139.7) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "ef1cdcf5-c647-4e62-b782-d4b71faeae8f") + ) + (segment + (start 71.882 141.478) + (end 71.882 136.271) + (width 0.25) + (layer "F.Cu") + (net 37) + (uuid "be2f3322-4664-4984-a8ab-ac055c530e3f") + ) + (via + (at 71.882 136.271) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 37) + (uuid "24b11ab2-d170-4dd9-9e55-db65714074d5") + ) + (via + (at 71.882 141.478) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 37) + (uuid "a5396055-874b-4972-a97a-c36c689db890") + ) + (segment + (start 71.882 141.478) + (end 72.644 142.24) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "07574358-2f7c-4a5d-a37e-8c64779586c9") + ) + (segment + (start 68.71 142.24) + (end 73.66 142.24) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "5cf5ae70-4d9a-4356-934e-07c850d4cec6") + ) + (segment + (start 72.644 142.24) + (end 73.66 142.24) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "9e265a4d-8e2a-4225-92ec-89ad24402a7f") + ) + (segment + (start 71.882 134.858) + (end 72.882 133.858) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "a16207b7-7013-4c85-9576-99481ddaf8b4") + ) + (segment + (start 71.882 136.271) + (end 71.882 134.858) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "b828bea3-acaa-4d47-9530-6c8f5b2a92bc") + ) + (segment + (start 70.136163 149.86) + (end 74.383783 145.61238) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "3161a333-ac24-42a3-8769-1426d3135802") + ) + (segment + (start 64.008 149.86) + (end 70.136163 149.86) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "9d180817-1d75-4895-a369-07fa6ef4e8e0") + ) + (segment + (start 74.383783 145.61238) + (end 74.383783 145.389) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "e34ad85b-70f4-4d74-9cdc-f903bc63a8a3") + ) + (via + (at 64.008 149.86) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 38) + (uuid "4bfc46bd-0fc3-4b87-8012-06b842bedc78") + ) + (via + (at 74.383783 145.389) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 38) + (uuid "7b44e71f-c5b4-48ea-b66c-aafa4508e975") + ) + (segment + (start 59.124 144.069758) + (end 59.124 138.326412) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "090a9b9b-1d51-467c-8485-6f241ee88937") + ) + (segment + (start 64.008 148.225) + (end 64.151 148.082) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "121d2fee-c479-406e-a2ca-633864627987") + ) + (segment + (start 56.61 135.812412) + (end 56.61 135.4834) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "52cc4c0f-58f6-48a4-b3c7-2e29024a7a54") + ) + (segment + (start 73.66 144.78) + (end 74.269 145.389) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "642bf52f-492e-40fa-b192-22adeca6b78d") + ) + (segment + (start 74.269 145.389) + (end 74.383783 145.389) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "674669c2-8a3f-4626-a702-68373d2a55ee") + ) + (segment + (start 64.008 149.86) + (end 64.008 148.225) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "aca417a4-b4db-46f9-be6c-b3352fc1f4d3") + ) + (segment + (start 59.124 138.326412) + (end 56.61 135.812412) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "b44f6d75-1ab9-44f5-9e50-5bb4233437a2") + ) + (segment + (start 64.151 148.082) + (end 63.127 147.058) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "b9401027-f3b5-4bd8-b48d-3cc7f61f0be8") + ) + (segment + (start 63.127 147.058) + (end 62.112242 147.058) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "cd7f1a59-12e7-4c7c-a00e-affa945c837c") + ) + (segment + (start 62.112242 147.058) + (end 59.124 144.069758) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "dc4aad91-256e-4a28-911f-bc6a192fdb76") + ) + (segment + (start 78.216 142.841757) + (end 80.915 145.540757) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "4749364d-7c5f-4724-ae96-eeff1751728d") + ) + (segment + (start 80.915 145.540757) + (end 80.915 149.86) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "480edf9e-fa73-4df5-9807-9a7ff61655cb") + ) + (segment + (start 68.71 144.78) + (end 66.786 144.78) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "908bdd6e-5e9b-40cf-b66d-ab3d78b82036") + ) + (segment + (start 78.216 140.97) + (end 78.216 142.841757) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "bb50f327-206c-4556-8262-7940629c9f23") + ) + (segment + (start 70.0435 146.1135) + (end 75.3745 146.1135) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "c499eb82-3252-4fdd-9e52-1011dacb0d51") + ) + (segment + (start 68.71 144.78) + (end 70.0435 146.1135) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "c72eb782-1ac6-469b-a47e-9f1e987ea122") + ) + (segment + (start 75.3745 146.1135) + (end 79.121 149.86) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "ccbbd6fa-9922-4bf3-a8b0-be7e37ad5c1d") + ) + (segment + (start 79.121 149.86) + (end 80.915 149.86) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "d0848e84-292f-4e6d-9535-ba194ab1a6b9") + ) + (segment + (start 66.786 144.78) + (end 66.278 144.272) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "f344f487-2276-4e93-bc03-f227a30d8de5") + ) + (segment + (start 65.353 142.187999) + (end 65.913001 142.748) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "24835510-c74a-49ba-b598-f4e4ace56143") + ) + (segment + (start 65.353 138.212) + (end 65.353 142.187999) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "5951f6d2-6dc4-43fc-917b-67e1412d949a") + ) + (segment + (start 68.71 137.16) + (end 66.405 137.16) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "9c1fddf8-d33d-4d8b-b6e2-95fc488ce639") + ) + (segment + (start 65.913001 142.748) + (end 67.571249 142.748) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "aef1fa9b-551e-4923-a8f8-b2c075f5cedb") + ) + (segment + (start 66.405 137.16) + (end 65.353 138.212) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "c8adb8c2-abc3-4ee6-a5d6-ca15d65321ab") + ) + (segment + (start 67.571249 142.748) + (end 68.333249 143.51) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "d1eac5ad-c60d-46f3-ae28-374ef4846e0e") + ) + (segment + (start 68.333249 143.51) + (end 68.71 143.51) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "fb03f40b-0061-4601-a1a5-7d163f275446") + ) + (segment + (start 54.6025 70.51865) + (end 54.6025 77.57745) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "04fabc92-36ea-4937-aad7-0c68a9f6d1f1") + ) + (segment + (start 56.61 68.51115) + (end 54.6025 70.51865) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "1584ec73-252c-440d-adfc-ed98a6bf5d0b") + ) + (segment + (start 54.6025 95.31005) + (end 54.6025 88.25125) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "25f9ddb6-6092-44f1-8a8c-bb1a6ce586f4") + ) + (segment + (start 54.6025 88.25125) + (end 56.61 86.24375) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "f5f353ff-1055-4e0e-b27f-a07f4de831ad") + ) + (segment + (start 56.61 103.97635) + (end 54.6025 105.98385) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "76c411ff-64de-4e9d-b450-2907d9f5c699") + ) + (segment + (start 54.6025 105.98385) + (end 54.6025 113.04265) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "b77ddf3b-d6b6-44ea-9825-20e7ba8bdd39") + ) + (segment + (start 56.61 121.70895) + (end 54.6025 123.71645) + (width 0.25) + (layer "B.Cu") + (net 45) + (uuid "09518221-4b9d-4331-8aa5-30a98b8f1701") + ) + (segment + (start 54.6025 123.71645) + (end 54.6025 130.77525) + (width 0.25) + (layer "B.Cu") + (net 45) + (uuid "4cf947bb-b8ef-4a8b-a8c9-75fb3a894fa2") + ) + (segment + (start 54.6025 152.466) + (end 54.6025 145.4072) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "e6584f54-eba1-423d-b657-9430a777dc43") + ) + (segment + (start 54.6025 145.4072) + (end 56.61 143.3997) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "f2278a5e-1188-443d-8b21-54ac0fbc1bd5") + ) + (segment + (start 83.119501 141.332326) + (end 83.119501 148.162001) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "0dd80545-a19b-4e6f-abb5-d7dadc02d3f2") + ) + (segment + (start 83.119501 148.162001) + (end 85.0175 150.06) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "3c676378-cf66-45a6-97b9-e718b5ff5111") + ) + (segment + (start 86.779827 137.672) + (end 83.119501 141.332326) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "4faae550-8010-4e9b-b23c-6deb7e751886") + ) + (segment + (start 87.106 137.672) + (end 86.779827 137.672) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "78be3b3f-7d4f-476b-948e-b5614efb67f9") + ) + (segment + (start 81.24 73.54) + (end 88.392 80.692) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "1c4ecdcd-c6a3-47aa-bc05-7cc1c152ebd9") + ) + (segment + (start 88.392 80.692) + (end 88.392 118.364) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "e53f7035-ab7a-4397-870c-0ca6493d96ca") + ) + (segment + (start 84.965 108.24795) + (end 81.24 104.52295) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "23dbfad5-d5f5-4ca5-81ea-cf9277e7e98b") + ) + (segment + (start 84.965 118.235) + (end 84.965 108.24795) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "c800aa3d-3354-48aa-a372-2a38d5c000de") + ) + (segment + (start 84.836 118.364) + (end 84.965 118.235) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "d9dda85e-8c44-466c-9392-017ce68f054a") + ) + (segment + (start 81.24 104.52295) + (end 81.24 93.62) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "eb39980c-0934-4727-9ec7-dc108089aef7") + ) + (segment + (start 81.28 118.364) + (end 81.24 118.324) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "87e8c4be-610e-43e9-948a-19fbfeeb12b8") + ) + (segment + (start 81.24 118.324) + (end 81.24 114.18) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "ed9f03c8-9576-4bb0-a791-b39ac5e86d3e") + ) + (segment + (start 77.978 118.38) + (end 76.953 119.405) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "3b8af24f-c2f6-4cd8-8597-fa9fb7dbddaf") + ) + (segment + (start 81.24 125.255173) + (end 81.24 134.5) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "4fd2ef18-8e3a-44e7-8fc4-149de7d6f811") + ) + (segment + (start 76.953 119.405) + (end 76.953 120.968173) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "6618d06e-4b3c-4388-86cc-3b28045c5496") + ) + (segment + (start 76.953 120.968173) + (end 81.24 125.255173) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "d6926837-2c1c-4b50-ad98-e6f44db8b374") + ) + (segment + (start 71.892 127.871) + (end 69.352 127.871) + (width 0.25) + (layer "B.Cu") + (net 52) + (uuid "31de706f-1094-4e88-862a-f2c97690f4d2") + ) + (segment + (start 71.892 132.848) + (end 70.882 133.858) + (width 0.25) + (layer "B.Cu") + (net 52) + (uuid "493fb00c-642a-49c5-94fb-9d87da3fae56") + ) + (segment + (start 71.892 127.871) + (end 71.892 132.848) + (width 0.25) + (layer "B.Cu") + (net 52) + (uuid "66504460-9a80-475a-bf18-9d9b04e26fa1") + ) + (zone + (net 2) + (net_name "GND") + (layer "F.Cu") + (uuid "ffe9aeae-28d5-44a6-bf57-2f97eaf89823") + (hatch edge 0.5) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 91.186 50.8) (xy 91.186 159.004) (xy 50.8 159.004) + ) + ) + ) + (zone + (net 2) + (net_name "GND") + (layers "F&B.Cu") + (uuid "77118ea9-3c50-473d-aa1b-a4cc048744b2") + (hatch edge 0.5) + (priority 1) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 91.186 50.8) (xy 91.186 159.004) (xy 50.8 159.004) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 77.258075 54.802993) (xy 77.323901 54.917007) (xy 77.416993 55.010099) (xy 77.531007 55.075925) + (xy 77.59459 55.092962) (xy 76.962625 55.724925) (xy 77.039031 55.778425) (xy 77.082655 55.833002) + (xy 77.089848 55.902501) (xy 77.058326 55.964855) (xy 77.039029 55.981576) (xy 76.962625 56.035072) + (xy 77.59459 56.667037) (xy 77.531007 56.684075) (xy 77.416993 56.749901) (xy 77.323901 56.842993) + (xy 77.258075 56.957007) (xy 77.241037 57.02059) (xy 76.609072 56.388625) (xy 76.609072 56.388626) + (xy 76.559131 56.45995) (xy 76.504555 56.503575) (xy 76.435056 56.510769) (xy 76.372701 56.479246) + (xy 76.353748 56.456649) (xy 76.286237 56.353317) (xy 76.259722 56.312732) (xy 76.259719 56.312729) + (xy 76.259715 56.312723) (xy 76.107243 56.147097) (xy 76.107238 56.147092) (xy 75.929577 56.008812) + (xy 75.929572 56.008808) (xy 75.893068 55.989053) (xy 75.843478 55.939833) (xy 75.828371 55.871616) + (xy 75.852542 55.806061) (xy 75.893069 55.770945) (xy 75.929576 55.751189) (xy 76.10724 55.612906) + (xy 76.235954 55.473087) (xy 76.259715 55.447276) (xy 76.259715 55.447275) (xy 76.259722 55.447268) + (xy 76.353749 55.303347) (xy 76.406894 55.257994) (xy 76.476125 55.24857) (xy 76.539461 55.278072) + (xy 76.559131 55.300049) (xy 76.609072 55.371373) (xy 76.609073 55.371373) (xy 77.241037 54.739409) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 79.798075 54.802993) (xy 79.863901 54.917007) (xy 79.956993 55.010099) (xy 80.071007 55.075925) + (xy 80.13459 55.092962) (xy 79.502625 55.724925) (xy 79.579031 55.778425) (xy 79.622655 55.833002) + (xy 79.629848 55.902501) (xy 79.598326 55.964855) (xy 79.579029 55.981576) (xy 79.502625 56.035072) + (xy 80.13459 56.667037) (xy 80.071007 56.684075) (xy 79.956993 56.749901) (xy 79.863901 56.842993) + (xy 79.798075 56.957007) (xy 79.781037 57.02059) (xy 79.149072 56.388625) (xy 79.149072 56.388626) + (xy 79.095574 56.46503) (xy 79.040998 56.508655) (xy 78.971499 56.515849) (xy 78.909144 56.484326) + (xy 78.892424 56.46503) (xy 78.838925 56.388626) (xy 78.838925 56.388625) (xy 78.206962 57.020589) + (xy 78.189925 56.957007) (xy 78.124099 56.842993) (xy 78.031007 56.749901) (xy 77.916993 56.684075) + (xy 77.85341 56.667037) (xy 78.485373 56.035073) (xy 78.408969 55.981576) (xy 78.365344 55.926999) + (xy 78.35815 55.857501) (xy 78.389672 55.795146) (xy 78.408968 55.778425) (xy 78.485373 55.724925) + (xy 77.853409 55.092962) (xy 77.916993 55.075925) (xy 78.031007 55.010099) (xy 78.124099 54.917007) + (xy 78.189925 54.802993) (xy 78.206962 54.73941) (xy 78.838925 55.371373) (xy 78.892425 55.294968) + (xy 78.947002 55.251344) (xy 79.016501 55.244151) (xy 79.078855 55.275673) (xy 79.095576 55.294969) + (xy 79.149073 55.371372) (xy 79.781037 54.739409) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 81.378925 55.371373) (xy 81.428868 55.300048) (xy 81.483445 55.256424) (xy 81.552944 55.249231) + (xy 81.615298 55.280753) (xy 81.634251 55.30335) (xy 81.678693 55.371373) (xy 81.728278 55.447268) + (xy 81.88076 55.612906) (xy 81.880765 55.61291) (xy 81.881729 55.613957) (xy 81.912652 55.676612) + (xy 81.9145 55.697941) (xy 81.9145 56.062058) (xy 81.894815 56.129097) (xy 81.881729 56.146041) + (xy 81.728284 56.312723) (xy 81.72828 56.312729) (xy 81.63425 56.456651) (xy 81.581103 56.502007) + (xy 81.511872 56.51143) (xy 81.448536 56.481927) (xy 81.428866 56.459951) (xy 81.378924 56.388626) + (xy 80.746962 57.020589) (xy 80.729925 56.957007) (xy 80.664099 56.842993) (xy 80.571007 56.749901) + (xy 80.456993 56.684075) (xy 80.39341 56.667037) (xy 81.025373 56.035073) (xy 80.948969 55.981576) + (xy 80.905344 55.926999) (xy 80.89815 55.857501) (xy 80.929672 55.795146) (xy 80.948968 55.778425) + (xy 81.025373 55.724925) (xy 80.393409 55.092962) (xy 80.456993 55.075925) (xy 80.571007 55.010099) + (xy 80.664099 54.917007) (xy 80.729925 54.802993) (xy 80.746962 54.73941) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 77.260535 53.126684) (xy 77.30629 53.179488) (xy 77.316234 53.248646) (xy 77.287209 53.312202) + (xy 77.245901 53.343381) (xy 77.046419 53.436401) (xy 76.962625 53.495072) (xy 77.59459 54.127037) + (xy 77.531007 54.144075) (xy 77.416993 54.209901) (xy 77.323901 54.302993) (xy 77.258075 54.417007) + (xy 77.241037 54.48059) (xy 76.609072 53.848625) (xy 76.609072 53.848626) (xy 76.559131 53.91995) + (xy 76.504555 53.963575) (xy 76.435056 53.970769) (xy 76.372701 53.939246) (xy 76.353748 53.916649) + (xy 76.259723 53.772734) (xy 76.259715 53.772723) (xy 76.107243 53.607097) (xy 76.107238 53.607092) + (xy 75.963316 53.495072) (xy 75.929576 53.468811) (xy 75.929575 53.46881) (xy 75.929572 53.468808) + (xy 75.73158 53.361661) (xy 75.731577 53.361659) (xy 75.731574 53.361658) (xy 75.731571 53.361657) + (xy 75.731569 53.361656) (xy 75.692606 53.34828) (xy 75.63559 53.307894) (xy 75.60946 53.243094) + (xy 75.622512 53.174455) (xy 75.670601 53.123767) (xy 75.732869 53.106999) (xy 77.193496 53.106999) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 79.800535 53.126684) (xy 79.84629 53.179488) (xy 79.856234 53.248646) (xy 79.827209 53.312202) + (xy 79.785901 53.343381) (xy 79.586419 53.436401) (xy 79.502625 53.495072) (xy 80.13459 54.127037) + (xy 80.071007 54.144075) (xy 79.956993 54.209901) (xy 79.863901 54.302993) (xy 79.798075 54.417007) + (xy 79.781037 54.48059) (xy 79.149072 53.848625) (xy 79.149072 53.848626) (xy 79.095574 53.92503) + (xy 79.040998 53.968655) (xy 78.971499 53.975849) (xy 78.909144 53.944326) (xy 78.892424 53.92503) + (xy 78.838925 53.848626) (xy 78.838925 53.848625) (xy 78.206962 54.480589) (xy 78.189925 54.417007) + (xy 78.124099 54.302993) (xy 78.031007 54.209901) (xy 77.916993 54.144075) (xy 77.85341 54.127037) + (xy 78.485373 53.495073) (xy 78.485373 53.495072) (xy 78.401583 53.436402) (xy 78.401579 53.4364) + (xy 78.202099 53.343381) (xy 78.14966 53.297209) (xy 78.130508 53.230015) (xy 78.150724 53.163134) + (xy 78.203889 53.117799) (xy 78.254504 53.106999) (xy 79.733496 53.106999) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 82.32217 53.126684) (xy 82.367925 53.179488) (xy 82.377869 53.248646) (xy 82.348844 53.312202) + (xy 82.295394 53.34828) (xy 82.25643 53.361656) (xy 82.256419 53.361661) (xy 82.058427 53.468808) + (xy 82.058422 53.468812) (xy 81.880761 53.607092) (xy 81.880756 53.607097) (xy 81.728284 53.772723) + (xy 81.72828 53.772729) (xy 81.63425 53.916651) (xy 81.581103 53.962007) (xy 81.511872 53.97143) + (xy 81.448536 53.941927) (xy 81.428866 53.919951) (xy 81.378924 53.848626) (xy 80.746962 54.480589) + (xy 80.729925 54.417007) (xy 80.664099 54.302993) (xy 80.571007 54.209901) (xy 80.456993 54.144075) + (xy 80.39341 54.127037) (xy 81.025373 53.495073) (xy 81.025373 53.495072) (xy 80.941583 53.436402) + (xy 80.941579 53.4364) (xy 80.742099 53.343381) (xy 80.68966 53.297209) (xy 80.670508 53.230015) + (xy 80.690724 53.163134) (xy 80.743889 53.117799) (xy 80.794504 53.106999) (xy 82.255131 53.106999) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 90.967539 50.895185) (xy 91.013294 50.947989) (xy 91.0245 50.9995) (xy 91.0245 158.7805) (xy 91.004815 158.847539) + (xy 90.952011 158.893294) (xy 90.9005 158.9045) (xy 50.9995 158.9045) (xy 50.932461 158.884815) + (xy 50.886706 158.832011) (xy 50.8755 158.7805) (xy 50.8755 156.210005) (xy 58.276673 156.210005) + (xy 58.295948 156.442622) (xy 58.353251 156.668907) (xy 58.447015 156.882668) (xy 58.574686 157.078084) + (xy 58.726354 157.242838) (xy 58.73278 157.249818) (xy 58.916983 157.39319) (xy 58.916985 157.393191) + (xy 58.916988 157.393193) (xy 59.036331 157.457777) (xy 59.122273 157.504287) (xy 59.236914 157.543643) + (xy 59.343045 157.580079) (xy 59.343047 157.580079) (xy 59.343049 157.58008) (xy 59.573288 157.6185) + (xy 59.573289 157.6185) (xy 59.806711 157.6185) (xy 59.806712 157.6185) (xy 60.036951 157.58008) + (xy 60.257727 157.504287) (xy 60.463017 157.39319) (xy 60.64722 157.249818) (xy 60.653646 157.242837) + (xy 60.713531 157.206845) (xy 60.783369 157.208944) (xy 60.840986 157.248466) (xy 60.861059 157.283485) + (xy 60.886645 157.352086) (xy 60.886649 157.352093) (xy 60.972809 157.467187) (xy 60.972812 157.46719) + (xy 61.087906 157.55335) (xy 61.087913 157.553354) (xy 61.22262 157.603596) (xy 61.222627 157.603598) + (xy 61.282155 157.609999) (xy 61.282172 157.61) (xy 61.98 157.61) (xy 61.98 156.585277) (xy 62.056306 156.629333) + (xy 62.170756 156.66) (xy 62.289244 156.66) (xy 62.403694 156.629333) (xy 62.48 156.585277) (xy 62.48 157.61) + (xy 63.177828 157.61) (xy 63.177844 157.609999) (xy 63.237372 157.603598) (xy 63.237379 157.603596) + (xy 63.372086 157.553354) (xy 63.372093 157.55335) (xy 63.487187 157.46719) (xy 63.48719 157.467187) + (xy 63.57335 157.352093) (xy 63.573354 157.352086) (xy 63.623596 157.217379) (xy 63.623598 157.217372) + (xy 63.629999 157.157844) (xy 78.61 157.157844) (xy 78.616401 157.217372) (xy 78.616403 157.217379) + (xy 78.666645 157.352086) (xy 78.666649 157.352093) (xy 78.752809 157.467187) (xy 78.752812 157.46719) + (xy 78.867906 157.55335) (xy 78.867913 157.553354) (xy 79.00262 157.603596) (xy 79.002627 157.603598) + (xy 79.062155 157.609999) (xy 79.062172 157.61) (xy 79.76 157.61) (xy 79.76 156.585277) (xy 79.836306 156.629333) + (xy 79.950756 156.66) (xy 80.069244 156.66) (xy 80.183694 156.629333) (xy 80.26 156.585277) (xy 80.26 157.61) + (xy 80.957828 157.61) (xy 80.957844 157.609999) (xy 81.017372 157.603598) (xy 81.017379 157.603596) + (xy 81.152086 157.553354) (xy 81.152093 157.55335) (xy 81.267187 157.46719) (xy 81.26719 157.467187) + (xy 81.35335 157.352093) (xy 81.353355 157.352084) (xy 81.37894 157.283486) (xy 81.42081 157.227552) + (xy 81.486274 157.203134) (xy 81.554547 157.217985) (xy 81.586349 157.242832) (xy 81.59278 157.249818) + (xy 81.776983 157.39319) (xy 81.776985 157.393191) (xy 81.776988 157.393193) (xy 81.896331 157.457777) + (xy 81.982273 157.504287) (xy 82.096914 157.543643) (xy 82.203045 157.580079) (xy 82.203047 157.580079) + (xy 82.203049 157.58008) (xy 82.433288 157.6185) (xy 82.433289 157.6185) (xy 82.666711 157.6185) + (xy 82.666712 157.6185) (xy 82.896951 157.58008) (xy 83.117727 157.504287) (xy 83.323017 157.39319) + (xy 83.50722 157.249818) (xy 83.665314 157.078083) (xy 83.792984 156.882669) (xy 83.886749 156.668907) + (xy 83.944051 156.442626) (xy 83.963327 156.21) (xy 83.944051 155.977374) (xy 83.886749 155.751093) + (xy 83.792984 155.537331) (xy 83.665314 155.341917) (xy 83.665313 155.341915) (xy 83.507223 155.170185) + (xy 83.507222 155.170184) (xy 83.50722 155.170182) (xy 83.323017 155.02681) (xy 83.323015 155.026809) + (xy 83.323014 155.026808) (xy 83.323011 155.026806) (xy 83.117733 154.915716) (xy 83.11773 154.915715) + (xy 83.117727 154.915713) (xy 83.117721 154.915711) (xy 83.117719 154.91571) (xy 82.896954 154.83992) + (xy 82.71765 154.81) (xy 82.666712 154.8015) (xy 82.433288 154.8015) (xy 82.38724 154.809184) (xy 82.203045 154.83992) + (xy 81.98228 154.91571) (xy 81.982266 154.915716) (xy 81.776988 155.026806) (xy 81.776985 155.026808) + (xy 81.592781 155.170181) (xy 81.592776 155.170185) (xy 81.586346 155.17717) (xy 81.526457 155.213157) + (xy 81.456619 155.211052) (xy 81.399005 155.171524) (xy 81.37894 155.136513) (xy 81.353355 155.067915) + (xy 81.35335 155.067906) (xy 81.26719 154.952812) (xy 81.267187 154.952809) (xy 81.152093 154.866649) + (xy 81.152086 154.866645) (xy 81.017379 154.816403) (xy 81.017372 154.816401) (xy 80.957844 154.81) + (xy 80.26 154.81) (xy 80.26 155.834722) (xy 80.183694 155.790667) (xy 80.069244 155.76) (xy 79.950756 155.76) + (xy 79.836306 155.790667) (xy 79.76 155.834722) (xy 79.76 154.81) (xy 79.062155 154.81) (xy 79.002627 154.816401) + (xy 79.00262 154.816403) (xy 78.867913 154.866645) (xy 78.867906 154.866649) (xy 78.752812 154.952809) + (xy 78.752809 154.952812) (xy 78.666649 155.067906) (xy 78.666645 155.067913) (xy 78.616403 155.20262) + (xy 78.616401 155.202627) (xy 78.61 155.262155) (xy 78.61 155.96) (xy 79.634722 155.96) (xy 79.590667 156.036306) + (xy 79.56 156.150756) (xy 79.56 156.269244) (xy 79.590667 156.383694) (xy 79.634722 156.46) (xy 78.61 156.46) + (xy 78.61 157.157844) (xy 63.629999 157.157844) (xy 63.63 157.157827) (xy 63.63 156.46) (xy 62.605278 156.46) + (xy 62.649333 156.383694) (xy 62.68 156.269244) (xy 62.68 156.150756) (xy 62.649333 156.036306) + (xy 62.605278 155.96) (xy 63.63 155.96) (xy 63.63 155.262172) (xy 63.629999 155.262155) (xy 63.623598 155.202627) + (xy 63.623596 155.20262) (xy 63.573354 155.067913) (xy 63.57335 155.067906) (xy 63.48719 154.952812) + (xy 63.487187 154.952809) (xy 63.372093 154.866649) (xy 63.372086 154.866645) (xy 63.237379 154.816403) + (xy 63.237372 154.816401) (xy 63.177844 154.81) (xy 62.48 154.81) (xy 62.48 155.834722) (xy 62.403694 155.790667) + (xy 62.289244 155.76) (xy 62.170756 155.76) (xy 62.056306 155.790667) (xy 61.98 155.834722) (xy 61.98 154.81) + (xy 61.282155 154.81) (xy 61.222627 154.816401) (xy 61.22262 154.816403) (xy 61.087913 154.866645) + (xy 61.087906 154.866649) (xy 60.972812 154.952809) (xy 60.972809 154.952812) (xy 60.886649 155.067906) + (xy 60.886645 155.067913) (xy 60.861059 155.136514) (xy 60.819188 155.192448) (xy 60.753723 155.216865) + (xy 60.68545 155.202013) (xy 60.653649 155.177165) (xy 60.647224 155.170186) (xy 60.647222 155.170184) + (xy 60.64722 155.170182) (xy 60.463017 155.02681) (xy 60.463015 155.026809) (xy 60.463014 155.026808) + (xy 60.463011 155.026806) (xy 60.257733 154.915716) (xy 60.25773 154.915715) (xy 60.257727 154.915713) + (xy 60.257721 154.915711) (xy 60.257719 154.91571) (xy 60.036954 154.83992) (xy 59.85765 154.81) + (xy 59.806712 154.8015) (xy 59.573288 154.8015) (xy 59.52724 154.809184) (xy 59.343045 154.83992) + (xy 59.12228 154.91571) (xy 59.122266 154.915716) (xy 58.916988 155.026806) (xy 58.916985 155.026808) + (xy 58.732781 155.170181) (xy 58.732776 155.170185) (xy 58.574686 155.341915) (xy 58.447015 155.537331) + (xy 58.353251 155.751092) (xy 58.295948 155.977377) (xy 58.276673 156.209994) (xy 58.276673 156.210005) + (xy 50.8755 156.210005) (xy 50.8755 152.24) (xy 59.381634 152.24) (xy 59.401065 152.486906) (xy 59.401065 152.486909) + (xy 59.401066 152.486911) (xy 59.458885 152.727742) (xy 59.458886 152.727744) (xy 59.553663 152.956558) + (xy 59.553665 152.956562) (xy 59.553666 152.956563) (xy 59.683075 153.16774) (xy 59.843927 153.356073) + (xy 60.03226 153.516925) (xy 60.243437 153.646334) (xy 60.243439 153.646334) (xy 60.243441 153.646336) + (xy 60.314786 153.675888) (xy 60.472258 153.741115) (xy 60.713089 153.798934) (xy 60.96 153.818366) + (xy 61.206911 153.798934) (xy 61.447742 153.741115) (xy 61.676563 153.646334) (xy 61.88774 153.516925) + (xy 62.076073 153.356073) (xy 62.236925 153.16774) (xy 62.366334 152.956563) (xy 62.461115 152.727742) + (xy 62.518934 152.486911) (xy 62.538366 152.24) (xy 79.701634 152.24) (xy 79.721065 152.486906) + (xy 79.721065 152.486909) (xy 79.721066 152.486911) (xy 79.778885 152.727742) (xy 79.778886 152.727744) + (xy 79.873663 152.956558) (xy 79.873665 152.956562) (xy 79.873666 152.956563) (xy 80.003075 153.16774) + (xy 80.163927 153.356073) (xy 80.35226 153.516925) (xy 80.563437 153.646334) (xy 80.563439 153.646334) + (xy 80.563441 153.646336) (xy 80.634786 153.675888) (xy 80.792258 153.741115) (xy 81.033089 153.798934) + (xy 81.28 153.818366) (xy 81.526911 153.798934) (xy 81.767742 153.741115) (xy 81.996563 153.646334) + (xy 82.20774 153.516925) (xy 82.396073 153.356073) (xy 82.556925 153.16774) (xy 82.686334 152.956563) + (xy 82.781115 152.727742) (xy 82.838934 152.486911) (xy 82.858366 152.24) (xy 82.838934 151.993089) + (xy 82.781115 151.752258) (xy 82.686334 151.523437) (xy 82.556925 151.31226) (xy 82.396073 151.123927) + (xy 82.20774 150.963075) (xy 81.996563 150.833666) (xy 81.996562 150.833665) (xy 81.996558 150.833663) + (xy 81.767744 150.738886) (xy 81.767742 150.738885) (xy 81.526911 150.681066) (xy 81.526909 150.681065) + (xy 81.526906 150.681065) (xy 81.28 150.661634) (xy 81.033093 150.681065) (xy 81.033089 150.681066) + (xy 80.792258 150.738885) (xy 80.792256 150.738885) (xy 80.792255 150.738886) (xy 80.563441 150.833663) + (xy 80.352259 150.963075) (xy 80.163927 151.123927) (xy 80.003075 151.312259) (xy 79.873663 151.523441) + (xy 79.778886 151.752255) (xy 79.721065 151.993093) (xy 79.701634 152.24) (xy 62.538366 152.24) + (xy 62.518934 151.993089) (xy 62.461115 151.752258) (xy 62.366334 151.523437) (xy 62.236925 151.31226) + (xy 62.076073 151.123927) (xy 61.88774 150.963075) (xy 61.676563 150.833666) (xy 61.676562 150.833665) + (xy 61.676558 150.833663) (xy 61.447744 150.738886) (xy 61.447742 150.738885) (xy 61.206911 150.681066) + (xy 61.206909 150.681065) (xy 61.206906 150.681065) (xy 60.96 150.661634) (xy 60.713093 150.681065) + (xy 60.713089 150.681066) (xy 60.472258 150.738885) (xy 60.472256 150.738885) (xy 60.472255 150.738886) + (xy 60.243441 150.833663) (xy 60.032259 150.963075) (xy 59.843927 151.123927) (xy 59.683075 151.312259) + (xy 59.553663 151.523441) (xy 59.458886 151.752255) (xy 59.401065 151.993093) (xy 59.381634 152.24) + (xy 50.8755 152.24) (xy 50.8755 143.94) (xy 59.381634 143.94) (xy 59.401065 144.186906) (xy 59.401065 144.186909) + (xy 59.401066 144.186911) (xy 59.458885 144.427742) (xy 59.458886 144.427744) (xy 59.553663 144.656558) + (xy 59.553665 144.656562) (xy 59.553666 144.656563) (xy 59.683075 144.86774) (xy 59.843927 145.056073) + (xy 60.03226 145.216925) (xy 60.243437 145.346334) (xy 60.243439 145.346334) (xy 60.243441 145.346336) + (xy 60.314786 145.375888) (xy 60.472258 145.441115) (xy 60.713089 145.498934) (xy 60.96 145.518366) + (xy 61.206911 145.498934) (xy 61.447742 145.441115) (xy 61.676563 145.346334) (xy 61.88774 145.216925) + (xy 62.076073 145.056073) (xy 62.236925 144.86774) (xy 62.366334 144.656563) (xy 62.461115 144.427742) + (xy 62.518934 144.186911) (xy 62.538366 143.94) (xy 62.518934 143.693089) (xy 62.461115 143.452258) + (xy 62.366334 143.223437) (xy 62.236925 143.01226) (xy 62.076073 142.823927) (xy 61.88774 142.663075) + (xy 61.676563 142.533666) (xy 61.676561 142.533665) (xy 61.676556 142.533662) (xy 61.579742 142.493561) + (xy 61.525338 142.44972) (xy 61.503273 142.383426) (xy 61.520552 142.315727) (xy 61.571689 142.268116) + (xy 61.627194 142.255) (xy 61.972828 142.255) (xy 61.972844 142.254999) (xy 62.032372 142.248598) + (xy 62.032379 142.248596) (xy 62.167086 142.198354) (xy 62.167093 142.19835) (xy 62.282187 142.11219) + (xy 62.28219 142.112187) (xy 62.36835 141.997093) (xy 62.368354 141.997086) (xy 62.418596 141.862379) + (xy 62.418598 141.862372) (xy 62.424999 141.802844) (xy 62.425 141.802827) (xy 62.425 141.09) (xy 61.516706 141.09) + (xy 61.546558 141.017931) (xy 61.57 140.90008) (xy 61.57 140.77992) (xy 61.546558 140.662069) (xy 61.516706 140.59) + (xy 62.425 140.59) (xy 62.425 139.877172) (xy 62.424999 139.877155) (xy 62.418598 139.817627) (xy 62.418596 139.81762) + (xy 62.368354 139.682913) (xy 62.36835 139.682906) (xy 62.28219 139.567812) (xy 62.282187 139.567809) + (xy 62.167093 139.481649) (xy 62.167086 139.481645) (xy 62.032379 139.431403) (xy 62.032372 139.431401) + (xy 61.972844 139.425) (xy 61.21 139.425) (xy 61.21 140.283293) (xy 61.137931 140.253442) (xy 61.02008 140.23) + (xy 60.89992 140.23) (xy 60.782069 140.253442) (xy 60.71 140.283293) (xy 60.71 139.425) (xy 59.947155 139.425) + (xy 59.887627 139.431401) (xy 59.88762 139.431403) (xy 59.752913 139.481645) (xy 59.752906 139.481649) + (xy 59.637812 139.567809) (xy 59.637809 139.567812) (xy 59.551649 139.682906) (xy 59.551645 139.682913) + (xy 59.501403 139.81762) (xy 59.501401 139.817627) (xy 59.495 139.877155) (xy 59.495 140.59) (xy 60.403294 140.59) + (xy 60.373442 140.662069) (xy 60.35 140.77992) (xy 60.35 140.90008) (xy 60.373442 141.017931) (xy 60.403294 141.09) + (xy 59.495 141.09) (xy 59.495 141.802844) (xy 59.501401 141.862372) (xy 59.501403 141.862379) (xy 59.551645 141.997086) + (xy 59.551649 141.997093) (xy 59.637809 142.112187) (xy 59.637812 142.11219) (xy 59.752906 142.19835) + (xy 59.752913 142.198354) (xy 59.88762 142.248596) (xy 59.887627 142.248598) (xy 59.947155 142.254999) + (xy 59.947172 142.255) (xy 60.292806 142.255) (xy 60.359845 142.274685) (xy 60.4056 142.327489) + (xy 60.415544 142.396647) (xy 60.386519 142.460203) (xy 60.340258 142.493561) (xy 60.243443 142.533662) + (xy 60.032259 142.663075) (xy 59.843927 142.823927) (xy 59.683075 143.012259) (xy 59.553663 143.223441) + (xy 59.458886 143.452255) (xy 59.458885 143.452258) (xy 59.408246 143.663179) (xy 59.401065 143.693093) + (xy 59.381634 143.94) (xy 50.8755 143.94) (xy 50.8755 137.160005) (xy 58.276673 137.160005) (xy 58.295948 137.392622) + (xy 58.353251 137.618907) (xy 58.447015 137.832668) (xy 58.574686 138.028084) (xy 58.726354 138.192838) + (xy 58.73278 138.199818) (xy 58.916983 138.34319) (xy 58.916985 138.343191) (xy 58.916988 138.343193) + (xy 58.976354 138.37532) (xy 59.122273 138.454287) (xy 59.228098 138.490617) (xy 59.343045 138.530079) + (xy 59.343047 138.530079) (xy 59.343049 138.53008) (xy 59.573288 138.5685) (xy 59.573289 138.5685) + (xy 59.806711 138.5685) (xy 59.806712 138.5685) (xy 60.036951 138.53008) (xy 60.257727 138.454287) + (xy 60.463017 138.34319) (xy 60.64722 138.199818) (xy 60.653646 138.192837) (xy 60.713531 138.156845) + (xy 60.783369 138.158944) (xy 60.840986 138.198466) (xy 60.861059 138.233485) (xy 60.886645 138.302086) + (xy 60.886649 138.302093) (xy 60.972809 138.417187) (xy 60.972812 138.41719) (xy 61.087906 138.50335) + (xy 61.087913 138.503354) (xy 61.22262 138.553596) (xy 61.222627 138.553598) (xy 61.282155 138.559999) + (xy 61.282172 138.56) (xy 61.98 138.56) (xy 61.98 137.535277) (xy 62.056306 137.579333) (xy 62.170756 137.61) + (xy 62.289244 137.61) (xy 62.403694 137.579333) (xy 62.48 137.535277) (xy 62.48 138.56) (xy 63.177828 138.56) + (xy 63.177844 138.559999) (xy 63.237372 138.553598) (xy 63.237379 138.553596) (xy 63.372086 138.503354) + (xy 63.372093 138.50335) (xy 63.487187 138.41719) (xy 63.48719 138.417187) (xy 63.57335 138.302093) + (xy 63.573354 138.302086) (xy 63.623596 138.167379) (xy 63.623598 138.167372) (xy 63.629999 138.107844) + (xy 63.63 138.107827) (xy 63.63 137.41) (xy 62.605278 137.41) (xy 62.649333 137.333694) (xy 62.68 137.219244) + (xy 62.68 137.100756) (xy 62.649333 136.986306) (xy 62.605278 136.91) (xy 63.63 136.91) (xy 63.63 136.212172) + (xy 63.629999 136.212155) (xy 63.623598 136.152627) (xy 63.623596 136.15262) (xy 63.573354 136.017913) + (xy 63.57335 136.017906) (xy 63.48719 135.902812) (xy 63.487187 135.902809) (xy 63.372093 135.816649) + (xy 63.372086 135.816645) (xy 63.237379 135.766403) (xy 63.237372 135.766401) (xy 63.177844 135.76) + (xy 62.48 135.76) (xy 62.48 136.784722) (xy 62.403694 136.740667) (xy 62.289244 136.71) (xy 62.170756 136.71) + (xy 62.056306 136.740667) (xy 61.98 136.784722) (xy 61.98 135.76) (xy 61.282155 135.76) (xy 61.222627 135.766401) + (xy 61.22262 135.766403) (xy 61.087913 135.816645) (xy 61.087906 135.816649) (xy 60.972812 135.902809) + (xy 60.972809 135.902812) (xy 60.886649 136.017906) (xy 60.886645 136.017913) (xy 60.861059 136.086514) + (xy 60.819188 136.142448) (xy 60.753723 136.166865) (xy 60.68545 136.152013) (xy 60.653649 136.127165) + (xy 60.647224 136.120186) (xy 60.647222 136.120184) (xy 60.64722 136.120182) (xy 60.463017 135.97681) + (xy 60.463015 135.976809) (xy 60.463014 135.976808) (xy 60.463011 135.976806) (xy 60.257733 135.865716) + (xy 60.25773 135.865715) (xy 60.257727 135.865713) (xy 60.257721 135.865711) (xy 60.257719 135.86571) + (xy 60.036954 135.78992) (xy 59.840792 135.757187) (xy 59.806712 135.7515) (xy 59.573288 135.7515) + (xy 59.539208 135.757187) (xy 59.343045 135.78992) (xy 59.12228 135.86571) (xy 59.122266 135.865716) + (xy 58.916988 135.976806) (xy 58.916985 135.976808) (xy 58.732781 136.120181) (xy 58.732776 136.120185) + (xy 58.574686 136.291915) (xy 58.447015 136.487331) (xy 58.353251 136.701092) (xy 58.295948 136.927377) + (xy 58.276673 137.159994) (xy 58.276673 137.160005) (xy 50.8755 137.160005) (xy 50.8755 130.22) + (xy 59.381634 130.22) (xy 59.401065 130.466906) (xy 59.401065 130.466909) (xy 59.401066 130.466911) + (xy 59.458885 130.707742) (xy 59.458886 130.707744) (xy 59.553663 130.936558) (xy 59.553665 130.936562) + (xy 59.553666 130.936563) (xy 59.683075 131.14774) (xy 59.843927 131.336073) (xy 60.03226 131.496925) + (xy 60.243437 131.626334) (xy 60.24344 131.626335) (xy 60.243443 131.626337) (xy 60.340258 131.666439) + (xy 60.394662 131.71028) (xy 60.416727 131.776574) (xy 60.399448 131.844273) (xy 60.348311 131.891884) + (xy 60.292806 131.905) (xy 59.947155 131.905) (xy 59.887627 131.911401) (xy 59.88762 131.911403) + (xy 59.752913 131.961645) (xy 59.752906 131.961649) (xy 59.637812 132.047809) (xy 59.637809 132.047812) + (xy 59.551649 132.162906) (xy 59.551645 132.162913) (xy 59.501403 132.29762) (xy 59.501401 132.297627) + (xy 59.495 132.357155) (xy 59.495 133.07) (xy 60.403294 133.07) (xy 60.373442 133.142069) (xy 60.35 133.25992) + (xy 60.35 133.38008) (xy 60.373442 133.497931) (xy 60.403294 133.57) (xy 59.495 133.57) (xy 59.495 134.282844) + (xy 59.501401 134.342372) (xy 59.501403 134.342379) (xy 59.551645 134.477086) (xy 59.551649 134.477093) + (xy 59.637809 134.592187) (xy 59.637812 134.59219) (xy 59.752906 134.67835) (xy 59.752913 134.678354) + (xy 59.88762 134.728596) (xy 59.887627 134.728598) (xy 59.947155 134.734999) (xy 59.947172 134.735) + (xy 60.71 134.735) (xy 60.71 133.876706) (xy 60.782069 133.906558) (xy 60.89992 133.93) (xy 61.02008 133.93) + (xy 61.137931 133.906558) (xy 61.21 133.876706) (xy 61.21 134.735) (xy 61.972828 134.735) (xy 61.972844 134.734999) + (xy 62.032372 134.728598) (xy 62.032379 134.728596) (xy 62.167086 134.678354) (xy 62.167093 134.67835) + (xy 62.282187 134.59219) (xy 62.28219 134.592187) (xy 62.36835 134.477093) (xy 62.368354 134.477086) + (xy 62.418596 134.342379) (xy 62.418598 134.342372) (xy 62.424999 134.282844) (xy 62.425 134.282827) + (xy 62.425 133.57) (xy 61.516706 133.57) (xy 61.546558 133.497931) (xy 61.57 133.38008) (xy 61.57 133.25992) + (xy 61.546558 133.142069) (xy 61.516706 133.07) (xy 62.425 133.07) (xy 62.425 132.357172) (xy 62.424999 132.357155) + (xy 62.418598 132.297627) (xy 62.418596 132.29762) (xy 62.368354 132.162913) (xy 62.36835 132.162906) + (xy 62.28219 132.047812) (xy 62.282187 132.047809) (xy 62.167093 131.961649) (xy 62.167086 131.961645) + (xy 62.032379 131.911403) (xy 62.032372 131.911401) (xy 61.972844 131.905) (xy 61.627194 131.905) + (xy 61.560155 131.885315) (xy 61.5144 131.832511) (xy 61.504456 131.763353) (xy 61.533481 131.699797) + (xy 61.579742 131.666439) (xy 61.676556 131.626337) (xy 61.676556 131.626336) (xy 61.676563 131.626334) + (xy 61.88774 131.496925) (xy 62.076073 131.336073) (xy 62.236925 131.14774) (xy 62.366334 130.936563) + (xy 62.461115 130.707742) (xy 62.518934 130.466911) (xy 62.538366 130.22) (xy 62.518934 129.973089) + (xy 62.461115 129.732258) (xy 62.366334 129.503437) (xy 62.236925 129.29226) (xy 62.076073 129.103927) + (xy 61.88774 128.943075) (xy 61.676563 128.813666) (xy 61.676562 128.813665) (xy 61.676558 128.813663) + (xy 61.447744 128.718886) (xy 61.447742 128.718885) (xy 61.206911 128.661066) (xy 61.206909 128.661065) + (xy 61.206906 128.661065) (xy 60.96 128.641634) (xy 60.713093 128.661065) (xy 60.713089 128.661066) + (xy 60.472258 128.718885) (xy 60.472256 128.718885) (xy 60.472255 128.718886) (xy 60.243441 128.813663) + (xy 60.032259 128.943075) (xy 59.843927 129.103927) (xy 59.683075 129.292259) (xy 59.553663 129.503441) + (xy 59.458886 129.732255) (xy 59.401065 129.973093) (xy 59.381634 130.22) (xy 50.8755 130.22) (xy 50.8755 56.155767) + (xy 52.5395 56.155767) (xy 52.546011 56.216315) (xy 52.546011 56.216317) (xy 52.581675 56.311932) + (xy 52.597111 56.353317) (xy 52.684739 56.470374) (xy 52.801796 56.558002) (xy 52.938799 56.609102) + (xy 52.96605 56.612031) (xy 52.999345 56.615612) (xy 52.999362 56.615613) (xy 54.696638 56.615613) + (xy 54.696654 56.615612) (xy 54.723692 56.612704) (xy 54.757201 56.609102) (xy 54.894204 56.558002) + (xy 55.011261 56.470374) (xy 55.098889 56.353317) (xy 55.149989 56.216314) (xy 55.154976 56.169927) + (xy 55.156499 56.155767) (xy 55.1565 56.15575) (xy 55.1565 56.064613) (xy 55.176185 55.997574) (xy 55.228989 55.951819) + (xy 55.2805 55.940613) (xy 57.404282 55.940613) (xy 57.404283 55.940612) (xy 57.526672 55.916268) + (xy 57.641962 55.868513) (xy 57.74572 55.799184) (xy 58.18231 55.362593) (xy 58.243628 55.329111) + (xy 58.31332 55.334095) (xy 58.369254 55.375966) (xy 58.393515 55.439467) (xy 58.396456 55.473083) + (xy 58.396458 55.473092) (xy 58.413758 55.537656) (xy 58.412095 55.607506) (xy 58.381666 55.657428) + (xy 58.061167 55.977929) (xy 58.030291 56.008805) (xy 57.972927 56.066168) (xy 57.903603 56.169918) + (xy 57.903598 56.169927) (xy 57.855845 56.285214) (xy 57.855843 56.285222) (xy 57.8315 56.407601) + (xy 57.8315 121.8918) (xy 57.855843 122.014179) (xy 57.855845 122.014187) (xy 57.903598 122.129474) + (xy 57.903603 122.129483) (xy 57.972928 122.233234) (xy 57.972931 122.233238) (xy 71.21648 135.476786) + (xy 71.249965 135.538109) (xy 71.244981 135.607801) (xy 71.22095 135.647438) (xy 71.142958 135.734057) + (xy 71.047473 135.899443) (xy 71.04747 135.89945) (xy 70.988459 136.081068) (xy 70.988458 136.081072) + (xy 70.968496 136.271) (xy 70.988458 136.460928) (xy 70.988459 136.460931) (xy 71.04747 136.642549) + (xy 71.047473 136.642556) (xy 71.138321 136.79991) (xy 71.14296 136.807944) (xy 71.216649 136.889784) + (xy 71.24688 136.952775) (xy 71.2485 136.972756) (xy 71.2485 137.6515) (xy 71.228815 137.718539) + (xy 71.176011 137.764294) (xy 71.1245 137.7755) (xy 71.024513 137.7755) (xy 70.837714 137.815205) + (xy 70.663246 137.892883) (xy 70.508745 138.005135) (xy 70.380959 138.147057) (xy 70.285473 138.312443) + (xy 70.28547 138.31245) (xy 70.22758 138.490619) (xy 70.226458 138.494072) (xy 70.206496 138.684) + (xy 70.226458 138.873928) (xy 70.226459 138.873931) (xy 70.28547 139.055549) (xy 70.285473 139.055556) + (xy 70.38096 139.220944) (xy 70.454649 139.302784) (xy 70.48488 139.365775) (xy 70.4865 139.385756) + (xy 70.4865 142.708741) (xy 70.466815 142.77578) (xy 70.45465 142.791713) (xy 70.380963 142.87355) + (xy 70.380958 142.873557) (xy 70.285473 143.038943) (xy 70.28547 143.03895) (xy 70.226459 143.220568) + (xy 70.226458 143.220572) (xy 70.206496 143.4105) (xy 70.226458 143.600428) (xy 70.226459 143.600431) + (xy 70.28547 143.782049) (xy 70.285473 143.782056) (xy 70.38096 143.947444) (xy 70.508747 144.089366) + (xy 70.663248 144.201618) (xy 70.837712 144.279294) (xy 71.024513 144.319) (xy 71.215487 144.319) + (xy 71.402288 144.279294) (xy 71.576752 144.201618) (xy 71.731253 144.089366) (xy 71.85904 143.947444) + (xy 71.954527 143.782056) (xy 72.013542 143.600428) (xy 72.033504 143.4105) (xy 72.013542 143.220572) + (xy 71.954527 143.038944) (xy 71.85904 142.873556) (xy 71.859036 142.87355) (xy 71.78535 142.791713) + (xy 71.75512 142.728721) (xy 71.7535 142.708741) (xy 71.7535 142.5105) (xy 71.773185 142.443461) + (xy 71.825989 142.397706) (xy 71.8775 142.3865) (xy 71.977487 142.3865) (xy 72.164288 142.346794) + (xy 72.338752 142.269118) (xy 72.493253 142.156866) (xy 72.62104 142.014944) (xy 72.716527 141.849556) + (xy 72.775542 141.667928) (xy 72.795504 141.478) (xy 72.775542 141.288072) (xy 72.716527 141.106444) + (xy 72.62104 140.941056) (xy 72.621036 140.94105) (xy 72.54735 140.859213) (xy 72.51712 140.796221) + (xy 72.5155 140.776241) (xy 72.5155 137.075168) (xy 72.535185 137.008129) (xy 72.587989 136.962374) + (xy 72.657147 136.95243) (xy 72.720703 136.981455) (xy 72.727181 136.987487) (xy 74.641181 138.901487) + (xy 74.674666 138.96281) (xy 74.6775 138.989168) (xy 74.6775 144.369508) (xy 74.657815 144.436547) + (xy 74.605011 144.482302) (xy 74.535853 144.492246) (xy 74.527719 144.490798) (xy 74.47927 144.4805) + (xy 74.288296 144.4805) (xy 74.101497 144.520205) (xy 73.927029 144.597883) (xy 73.772528 144.710135) + (xy 73.644742 144.852057) (xy 73.549256 145.017443) (xy 73.549253 145.01745) (xy 73.490242 145.199068) + (xy 73.490241 145.199072) (xy 73.470279 145.389) (xy 73.487015 145.54824) (xy 73.474447 145.616968) + (xy 73.451376 145.648881) (xy 69.910078 149.190181) (xy 69.848755 149.223666) (xy 69.822397 149.2265) + (xy 64.715309 149.2265) (xy 64.64827 149.206815) (xy 64.62316 149.185473) (xy 64.619254 149.181135) + (xy 64.597369 149.165234) (xy 64.464752 149.068882) (xy 64.290288 148.991206) (xy 64.290286 148.991205) + (xy 64.103487 148.9515) (xy 63.912513 148.9515) (xy 63.725714 148.991205) (xy 63.551246 149.068883) + (xy 63.396745 149.181135) (xy 63.268959 149.323057) (xy 63.173473 149.488443) (xy 63.17347 149.48845) + (xy 63.114459 149.670068) (xy 63.114458 149.670072) (xy 63.094496 149.86) (xy 63.114458 150.049928) + (xy 63.114459 150.049931) (xy 63.17347 150.231549) (xy 63.173473 150.231556) (xy 63.26896 150.396944) + (xy 63.396747 150.538866) (xy 63.551248 150.651118) (xy 63.725712 150.728794) (xy 63.912513 150.7685) + (xy 64.103487 150.7685) (xy 64.290288 150.728794) (xy 64.464752 150.651118) (xy 64.619253 150.538866) + (xy 64.62316 150.534527) (xy 64.682646 150.497879) (xy 64.715309 150.4935) (xy 70.198558 150.4935) + (xy 70.198559 150.493499) (xy 70.320948 150.469155) (xy 70.436238 150.4214) (xy 70.539996 150.352071) + (xy 74.465819 146.426246) (xy 74.527142 146.392762) (xy 74.596834 146.397746) (xy 74.652767 146.439618) + (xy 74.677184 146.505082) (xy 74.6775 146.513928) (xy 74.6775 149.165234) (xy 74.657815 149.232273) + (xy 74.641181 149.252915) (xy 74.216915 149.677181) (xy 74.155592 149.710666) (xy 74.129234 149.7135) + (xy 74.072513 149.7135) (xy 73.885714 149.753205) (xy 73.711246 149.830883) (xy 73.556745 149.943135) + (xy 73.428959 150.085057) (xy 73.333473 150.250443) (xy 73.33347 150.25045) (xy 73.277925 150.421401) + (xy 73.274458 150.432072) (xy 73.254496 150.622) (xy 73.274458 150.811928) (xy 73.274459 150.811931) + (xy 73.33347 150.993549) (xy 73.333473 150.993556) (xy 73.42896 151.158944) (xy 73.556747 151.300866) + (xy 73.711248 151.413118) (xy 73.885712 151.490794) (xy 74.072513 151.5305) (xy 74.263487 151.5305) + (xy 74.450288 151.490794) (xy 74.624752 151.413118) (xy 74.779253 151.300866) (xy 74.90704 151.158944) + (xy 75.002527 150.993556) (xy 75.061542 150.811928) (xy 75.078981 150.645997) (xy 75.105564 150.581387) + (xy 75.11461 150.571292) (xy 75.803071 149.882833) (xy 75.8724 149.779075) (xy 75.920155 149.663785) + (xy 75.9445 149.541394) (xy 75.9445 149.416606) (xy 75.9445 143.94) (xy 79.701634 143.94) (xy 79.721065 144.186906) + (xy 79.721065 144.186909) (xy 79.721066 144.186911) (xy 79.778885 144.427742) (xy 79.778886 144.427744) + (xy 79.873663 144.656558) (xy 79.873665 144.656562) (xy 79.873666 144.656563) (xy 80.003075 144.86774) + (xy 80.163927 145.056073) (xy 80.35226 145.216925) (xy 80.563437 145.346334) (xy 80.563439 145.346334) + (xy 80.563441 145.346336) (xy 80.634786 145.375888) (xy 80.792258 145.441115) (xy 81.033089 145.498934) + (xy 81.28 145.518366) (xy 81.526911 145.498934) (xy 81.767742 145.441115) (xy 81.996563 145.346334) + (xy 82.20774 145.216925) (xy 82.396073 145.056073) (xy 82.556925 144.86774) (xy 82.686334 144.656563) + (xy 82.781115 144.427742) (xy 82.838934 144.186911) (xy 82.858366 143.94) (xy 82.838934 143.693089) + (xy 82.781115 143.452258) (xy 82.686334 143.223437) (xy 82.556925 143.01226) (xy 82.396073 142.823927) + (xy 82.20774 142.663075) (xy 81.996563 142.533666) (xy 81.996561 142.533665) (xy 81.996556 142.533662) + (xy 81.899742 142.493561) (xy 81.845338 142.44972) (xy 81.823273 142.383426) (xy 81.840552 142.315727) + (xy 81.891689 142.268116) (xy 81.947194 142.255) (xy 82.292828 142.255) (xy 82.292844 142.254999) + (xy 82.352372 142.248598) (xy 82.352379 142.248596) (xy 82.487086 142.198354) (xy 82.487093 142.19835) + (xy 82.602187 142.11219) (xy 82.60219 142.112187) (xy 82.68835 141.997093) (xy 82.688354 141.997086) + (xy 82.738596 141.862379) (xy 82.738598 141.862372) (xy 82.744999 141.802844) (xy 82.745 141.802827) + (xy 82.745 141.09) (xy 81.836706 141.09) (xy 81.866558 141.017931) (xy 81.89 140.90008) (xy 81.89 140.77992) + (xy 81.866558 140.662069) (xy 81.836706 140.59) (xy 82.745 140.59) (xy 82.745 139.877172) (xy 82.744999 139.877155) + (xy 82.738598 139.817627) (xy 82.738596 139.81762) (xy 82.688354 139.682913) (xy 82.68835 139.682906) + (xy 82.60219 139.567812) (xy 82.602187 139.567809) (xy 82.487093 139.481649) (xy 82.487086 139.481645) + (xy 82.352379 139.431403) (xy 82.352372 139.431401) (xy 82.292844 139.425) (xy 81.53 139.425) (xy 81.53 140.283293) + (xy 81.457931 140.253442) (xy 81.34008 140.23) (xy 81.21992 140.23) (xy 81.102069 140.253442) (xy 81.03 140.283293) + (xy 81.03 139.425) (xy 80.267155 139.425) (xy 80.207627 139.431401) (xy 80.20762 139.431403) (xy 80.072913 139.481645) + (xy 80.072906 139.481649) (xy 79.957812 139.567809) (xy 79.957809 139.567812) (xy 79.871649 139.682906) + (xy 79.871645 139.682913) (xy 79.821403 139.81762) (xy 79.821401 139.817627) (xy 79.815 139.877155) + (xy 79.815 140.59) (xy 80.723294 140.59) (xy 80.693442 140.662069) (xy 80.67 140.77992) (xy 80.67 140.90008) + (xy 80.693442 141.017931) (xy 80.723294 141.09) (xy 79.815 141.09) (xy 79.815 141.802844) (xy 79.821401 141.862372) + (xy 79.821403 141.862379) (xy 79.871645 141.997086) (xy 79.871649 141.997093) (xy 79.957809 142.112187) + (xy 79.957812 142.11219) (xy 80.072906 142.19835) (xy 80.072913 142.198354) (xy 80.20762 142.248596) + (xy 80.207627 142.248598) (xy 80.267155 142.254999) (xy 80.267172 142.255) (xy 80.612806 142.255) + (xy 80.679845 142.274685) (xy 80.7256 142.327489) (xy 80.735544 142.396647) (xy 80.706519 142.460203) + (xy 80.660258 142.493561) (xy 80.563443 142.533662) (xy 80.352259 142.663075) (xy 80.163927 142.823927) + (xy 80.003075 143.012259) (xy 79.873663 143.223441) (xy 79.778886 143.452255) (xy 79.778885 143.452258) + (xy 79.728246 143.663179) (xy 79.721065 143.693093) (xy 79.701634 143.94) (xy 75.9445 143.94) (xy 75.9445 138.613008) + (xy 75.932683 138.553598) (xy 75.920156 138.490619) (xy 75.917573 138.484385) (xy 75.905107 138.454287) + (xy 75.872401 138.375327) (xy 75.872399 138.375324) (xy 75.872397 138.37532) (xy 75.803072 138.271569) + (xy 75.803069 138.271565) (xy 66.837911 129.306409) (xy 66.804426 129.245086) (xy 66.80941 129.175394) + (xy 66.851282 129.119461) (xy 66.914783 129.0952) (xy 67.026142 129.085458) (xy 67.233777 129.029822) + (xy 67.428597 128.938976) (xy 67.604681 128.815681) (xy 67.756681 128.663681) (xy 67.879976 128.487597) + (xy 67.969618 128.295356) (xy 68.01579 128.242919) (xy 68.082984 128.223767) (xy 68.149865 128.243983) + (xy 68.194381 128.295356) (xy 68.284024 128.487597) (xy 68.284026 128.487601) (xy 68.407319 128.663682) + (xy 68.559317 128.81568) (xy 68.735398 128.938973) (xy 68.7354 128.938974) (xy 68.735403 128.938976) + (xy 68.930223 129.029822) (xy 69.137858 129.085458) (xy 69.290816 129.09884) (xy 69.351998 129.104193) + (xy 69.352 129.104193) (xy 69.352002 129.104193) (xy 69.405535 129.099509) (xy 69.566142 129.085458) + (xy 69.773777 129.029822) (xy 69.968597 128.938976) (xy 70.144681 128.815681) (xy 70.296681 128.663681) + (xy 70.419976 128.487597) (xy 70.509618 128.295356) (xy 70.55579 128.242919) (xy 70.622984 128.223767) + (xy 70.689865 128.243983) (xy 70.734381 128.295356) (xy 70.824024 128.487597) (xy 70.824026 128.487601) + (xy 70.947319 128.663682) (xy 71.099317 128.81568) (xy 71.275398 128.938973) (xy 71.2754 128.938974) + (xy 71.275403 128.938976) (xy 71.470223 129.029822) (xy 71.677858 129.085458) (xy 71.830816 129.09884) + (xy 71.891998 129.104193) (xy 71.892 129.104193) (xy 71.892002 129.104193) (xy 71.945535 129.099509) + (xy 72.106142 129.085458) (xy 72.313777 129.029822) (xy 72.508597 128.938976) (xy 72.684681 128.815681) + (xy 72.836681 128.663681) (xy 72.959976 128.487597) (xy 73.050822 128.292777) (xy 73.106458 128.085142) + (xy 73.125193 127.871) (xy 73.106458 127.656858) (xy 73.050822 127.449223) (xy 72.959976 127.254404) + (xy 72.836681 127.078319) (xy 72.836679 127.078316) (xy 72.684682 126.926319) (xy 72.508601 126.803026) + (xy 72.508597 126.803024) (xy 72.508595 126.803023) (xy 72.313777 126.712178) (xy 72.313774 126.712177) + (xy 72.313772 126.712176) (xy 72.106144 126.656542) (xy 72.106136 126.656541) (xy 71.892002 126.637807) + (xy 71.891998 126.637807) (xy 71.677863 126.656541) (xy 71.677855 126.656542) (xy 71.470227 126.712176) + (xy 71.470221 126.712179) (xy 71.275405 126.803023) (xy 71.275403 126.803024) (xy 71.099316 126.92632) + (xy 70.94732 127.078316) (xy 70.824024 127.254403) (xy 70.824023 127.254405) (xy 70.734382 127.446641) + (xy 70.688209 127.49908) (xy 70.621016 127.518232) (xy 70.554135 127.498016) (xy 70.509618 127.446641) + (xy 70.455049 127.329619) (xy 70.419976 127.254404) (xy 70.296681 127.078319) (xy 70.296679 127.078316) + (xy 70.144682 126.926319) (xy 69.968601 126.803026) (xy 69.968597 126.803024) (xy 69.968595 126.803023) + (xy 69.773777 126.712178) (xy 69.773774 126.712177) (xy 69.773772 126.712176) (xy 69.566144 126.656542) + (xy 69.566136 126.656541) (xy 69.352002 126.637807) (xy 69.351998 126.637807) (xy 69.137863 126.656541) + (xy 69.137855 126.656542) (xy 68.930227 126.712176) (xy 68.930221 126.712179) (xy 68.735405 126.803023) + (xy 68.735403 126.803024) (xy 68.559316 126.92632) (xy 68.40732 127.078316) (xy 68.284024 127.254403) + (xy 68.284023 127.254405) (xy 68.194382 127.446641) (xy 68.148209 127.49908) (xy 68.081016 127.518232) + (xy 68.014135 127.498016) (xy 67.969618 127.446641) (xy 67.915049 127.329619) (xy 67.879976 127.254404) + (xy 67.756681 127.078319) (xy 67.756679 127.078316) (xy 67.604682 126.926319) (xy 67.428601 126.803026) + (xy 67.428597 126.803024) (xy 67.428595 126.803023) (xy 67.233777 126.712178) (xy 67.233774 126.712177) + (xy 67.233772 126.712176) (xy 67.026144 126.656542) (xy 67.026136 126.656541) (xy 66.812002 126.637807) + (xy 66.811998 126.637807) (xy 66.597863 126.656541) (xy 66.597855 126.656542) (xy 66.390227 126.712176) + (xy 66.390221 126.712179) (xy 66.195405 126.803023) (xy 66.195403 126.803024) (xy 66.019316 126.92632) + (xy 65.86732 127.078316) (xy 65.744024 127.254403) (xy 65.744023 127.254405) (xy 65.653179 127.449221) + (xy 65.653176 127.449227) (xy 65.597542 127.656855) (xy 65.597541 127.656862) (xy 65.587799 127.768215) + (xy 65.562346 127.833284) (xy 65.505755 127.874262) (xy 65.435993 127.87814) (xy 65.37659 127.845088) + (xy 61.205039 123.673537) (xy 61.171554 123.612214) (xy 61.176538 123.542522) (xy 61.21841 123.486589) + (xy 61.263768 123.465283) (xy 61.447742 123.421115) (xy 61.45689 123.417325) (xy 61.526357 123.409856) + (xy 61.573234 123.428784) (xy 61.675918 123.497396) (xy 61.675924 123.497399) (xy 61.675925 123.4974) + (xy 61.791215 123.545155) (xy 61.913601 123.569499) (xy 61.913605 123.5695) (xy 61.913606 123.5695) + (xy 74.705184 123.5695) (xy 74.772223 123.589185) (xy 74.792865 123.605819) (xy 75.935304 124.748258) + (xy 75.968789 124.809581) (xy 75.963805 124.879273) (xy 75.921933 124.935206) (xy 75.879718 124.955713) + (xy 75.838102 124.966864) (xy 75.611813 125.060596) (xy 75.611802 125.060601) (xy 75.399697 125.183061) + (xy 75.399681 125.183072) (xy 75.20537 125.332171) (xy 75.205363 125.332177) (xy 75.032177 125.505363) + (xy 75.032171 125.50537) (xy 74.883072 125.699681) (xy 74.883061 125.699697) (xy 74.760601 125.911802) + (xy 74.760596 125.911813) (xy 74.666865 126.138099) (xy 74.603471 126.374693) (xy 74.5715 126.617524) + (xy 74.5715 127.382475) (xy 74.589374 127.518232) (xy 74.603471 127.625308) (xy 74.635168 127.743603) + (xy 74.666865 127.8619) (xy 74.760596 128.088186) (xy 74.760601 128.088197) (xy 74.883061 128.300302) + (xy 74.883072 128.300318) (xy 75.032171 128.494629) (xy 75.032177 128.494636) (xy 75.205363 128.667822) + (xy 75.205369 128.667827) (xy 75.39969 128.816934) (xy 75.399697 128.816938) (xy 75.611802 128.939398) + (xy 75.611807 128.9394) (xy 75.61181 128.939402) (xy 75.724956 128.986268) (xy 75.838099 129.033134) + (xy 75.8381 129.033134) (xy 75.838102 129.033135) (xy 76.074692 129.096529) (xy 76.317532 129.1285) + (xy 76.317539 129.1285) (xy 76.562461 129.1285) (xy 76.562468 129.1285) (xy 76.805308 129.096529) + (xy 77.041898 129.033135) (xy 77.26819 128.939402) (xy 77.48031 128.816934) (xy 77.674631 128.667827) + (xy 77.847827 128.494631) (xy 77.996934 128.30031) (xy 78.119402 128.08819) (xy 78.213135 127.861898) + (xy 78.276529 127.625308) (xy 78.306045 127.401113) (xy 78.334312 127.337218) (xy 78.392636 127.298747) + (xy 78.462501 127.297916) (xy 78.516665 127.329619) (xy 83.070181 131.883135) (xy 83.103666 131.944458) + (xy 83.1065 131.970816) (xy 83.1065 133.167418) (xy 83.086815 133.234457) (xy 83.041519 133.276472) + (xy 82.966988 133.316806) (xy 82.966985 133.316808) (xy 82.782781 133.460181) (xy 82.782776 133.460185) + (xy 82.624688 133.631913) (xy 82.593809 133.679178) (xy 82.540662 133.724534) (xy 82.471431 133.733958) + (xy 82.408095 133.704456) (xy 82.386191 133.679178) (xy 82.355311 133.631913) (xy 82.197223 133.460185) + (xy 82.197222 133.460184) (xy 82.19722 133.460182) (xy 82.013017 133.31681) (xy 82.013015 133.316809) + (xy 82.013014 133.316808) (xy 82.013011 133.316806) (xy 81.807733 133.205716) (xy 81.80773 133.205715) + (xy 81.807727 133.205713) (xy 81.807721 133.205711) (xy 81.807719 133.20571) (xy 81.586954 133.12992) + (xy 81.40765 133.1) (xy 81.356712 133.0915) (xy 81.123288 133.0915) (xy 81.07724 133.099184) (xy 80.893045 133.12992) + (xy 80.67228 133.20571) (xy 80.672266 133.205716) (xy 80.466988 133.316806) (xy 80.466986 133.316807) + (xy 80.291093 133.453711) (xy 80.226099 133.479353) (xy 80.157559 133.465786) (xy 80.107234 133.417318) + (xy 80.098749 133.399189) (xy 80.083355 133.357915) (xy 80.08335 133.357906) (xy 79.99719 133.242812) + (xy 79.997187 133.242809) (xy 79.882093 133.156649) (xy 79.882086 133.156645) (xy 79.747379 133.106403) + (xy 79.747372 133.106401) (xy 79.687844 133.1) (xy 78.99 133.1) (xy 78.99 134.066988) (xy 78.932993 134.034075) + (xy 78.805826 134) (xy 78.674174 134) (xy 78.547007 134.034075) (xy 78.49 134.066988) (xy 78.49 133.1) + (xy 77.792155 133.1) (xy 77.732627 133.106401) (xy 77.73262 133.106403) (xy 77.597913 133.156645) + (xy 77.597906 133.156649) (xy 77.482812 133.242809) (xy 77.482809 133.242812) (xy 77.396649 133.357906) + (xy 77.396645 133.357913) (xy 77.346403 133.49262) (xy 77.346401 133.492627) (xy 77.34 133.552155) + (xy 77.34 134.25) (xy 78.306988 134.25) (xy 78.274075 134.307007) (xy 78.24 134.434174) (xy 78.24 134.565826) + (xy 78.274075 134.692993) (xy 78.306988 134.75) (xy 77.34 134.75) (xy 77.34 135.447844) (xy 77.346401 135.507372) + (xy 77.346403 135.507379) (xy 77.396645 135.642086) (xy 77.396649 135.642093) (xy 77.482809 135.757187) + (xy 77.482812 135.75719) (xy 77.597906 135.84335) (xy 77.597913 135.843354) (xy 77.73262 135.893596) + (xy 77.732627 135.893598) (xy 77.792155 135.899999) (xy 77.792172 135.9) (xy 78.49 135.9) (xy 78.49 134.933012) + (xy 78.547007 134.965925) (xy 78.674174 135) (xy 78.805826 135) (xy 78.932993 134.965925) (xy 78.99 134.933012) + (xy 78.99 135.9) (xy 79.687828 135.9) (xy 79.687844 135.899999) (xy 79.747372 135.893598) (xy 79.747379 135.893596) + (xy 79.882086 135.843354) (xy 79.882093 135.84335) (xy 79.997187 135.75719) (xy 79.99719 135.757187) + (xy 80.08335 135.642093) (xy 80.083353 135.642088) (xy 80.098748 135.600811) (xy 80.140619 135.544876) + (xy 80.206083 135.520458) (xy 80.274356 135.535309) (xy 80.291093 135.546288) (xy 80.466983 135.68319) + (xy 80.466985 135.683191) (xy 80.466988 135.683193) (xy 80.560975 135.734056) (xy 80.672273 135.794287) + (xy 80.737411 135.816649) (xy 80.893045 135.870079) (xy 80.893047 135.870079) (xy 80.893049 135.87008) + (xy 81.123288 135.9085) (xy 81.123289 135.9085) (xy 81.356711 135.9085) (xy 81.356712 135.9085) + (xy 81.586951 135.87008) (xy 81.807727 135.794287) (xy 82.013017 135.68319) (xy 82.19722 135.539818) + (xy 82.355314 135.368083) (xy 82.386191 135.320821) (xy 82.439337 135.275465) (xy 82.508568 135.266041) + (xy 82.571904 135.295542) (xy 82.593809 135.320822) (xy 82.624686 135.368084) (xy 82.782776 135.539814) + (xy 82.78278 135.539818) (xy 82.966983 135.68319) (xy 82.966985 135.683191) (xy 82.966988 135.683193) + (xy 83.060975 135.734056) (xy 83.172273 135.794287) (xy 83.237411 135.816649) (xy 83.393045 135.870079) + (xy 83.393047 135.870079) (xy 83.393049 135.87008) (xy 83.623288 135.9085) (xy 83.623289 135.9085) + (xy 83.856711 135.9085) (xy 83.856712 135.9085) (xy 84.086951 135.87008) (xy 84.307727 135.794287) + (xy 84.513017 135.68319) (xy 84.69722 135.539818) (xy 84.855314 135.368083) (xy 84.982984 135.172669) + (xy 85.076749 134.958907) (xy 85.134051 134.732626) (xy 85.145688 134.592187) (xy 85.153327 134.500005) + (xy 85.153327 134.499994) (xy 85.134051 134.267377) (xy 85.134051 134.267374) (xy 85.076749 134.041093) + (xy 84.982984 133.827331) (xy 84.855314 133.631917) (xy 84.855313 133.631915) (xy 84.697223 133.460185) + (xy 84.697222 133.460184) (xy 84.69722 133.460182) (xy 84.513017 133.31681) (xy 84.513015 133.316809) + (xy 84.513014 133.316808) (xy 84.513011 133.316806) (xy 84.438481 133.276472) (xy 84.388891 133.227252) + (xy 84.3735 133.167418) (xy 84.3735 131.594655) (xy 84.373499 131.594651) (xy 84.349156 131.472272) + (xy 84.349155 131.472265) (xy 84.3014 131.356975) (xy 84.301399 131.356974) (xy 84.301396 131.356968) + (xy 84.232072 131.253218) (xy 84.232071 131.253217) (xy 84.143833 131.164979) (xy 80.361329 127.382475) + (xy 84.1715 127.382475) (xy 84.189374 127.518232) (xy 84.203471 127.625308) (xy 84.235168 127.743603) + (xy 84.266865 127.8619) (xy 84.360596 128.088186) (xy 84.360601 128.088197) (xy 84.483061 128.300302) + (xy 84.483072 128.300318) (xy 84.632171 128.494629) (xy 84.632177 128.494636) (xy 84.805363 128.667822) + (xy 84.805369 128.667827) (xy 84.99969 128.816934) (xy 84.999697 128.816938) (xy 85.211802 128.939398) + (xy 85.211807 128.9394) (xy 85.21181 128.939402) (xy 85.324956 128.986268) (xy 85.438099 129.033134) + (xy 85.4381 129.033134) (xy 85.438102 129.033135) (xy 85.674692 129.096529) (xy 85.917532 129.1285) + (xy 85.917539 129.1285) (xy 86.162461 129.1285) (xy 86.162468 129.1285) (xy 86.405308 129.096529) + (xy 86.641898 129.033135) (xy 86.86819 128.939402) (xy 87.08031 128.816934) (xy 87.274631 128.667827) + (xy 87.447827 128.494631) (xy 87.596934 128.30031) (xy 87.719402 128.08819) (xy 87.813135 127.861898) + (xy 87.876529 127.625308) (xy 87.9085 127.382468) (xy 87.9085 126.617532) (xy 87.876529 126.374692) + (xy 87.813135 126.138102) (xy 87.719402 125.91181) (xy 87.7194 125.911807) (xy 87.719398 125.911802) + (xy 87.596938 125.699697) (xy 87.596934 125.69969) (xy 87.447827 125.505369) (xy 87.447822 125.505363) + (xy 87.274636 125.332177) (xy 87.274629 125.332171) (xy 87.080318 125.183072) (xy 87.080316 125.18307) + (xy 87.08031 125.183066) (xy 87.080305 125.183063) (xy 87.080302 125.183061) (xy 86.868197 125.060601) + (xy 86.868186 125.060596) (xy 86.6419 124.966865) (xy 86.523603 124.935168) (xy 86.405308 124.903471) + (xy 86.351343 124.896366) (xy 86.162475 124.8715) (xy 86.162468 124.8715) (xy 85.917532 124.8715) + (xy 85.917524 124.8715) (xy 85.701674 124.899918) (xy 85.674692 124.903471) (xy 85.615544 124.919319) + (xy 85.438099 124.966865) (xy 85.211813 125.060596) (xy 85.211802 125.060601) (xy 84.999697 125.183061) + (xy 84.999681 125.183072) (xy 84.80537 125.332171) (xy 84.805363 125.332177) (xy 84.632177 125.505363) + (xy 84.632171 125.50537) (xy 84.483072 125.699681) (xy 84.483061 125.699697) (xy 84.360601 125.911802) + (xy 84.360596 125.911813) (xy 84.266865 126.138099) (xy 84.203471 126.374693) (xy 84.1715 126.617524) + (xy 84.1715 127.382475) (xy 80.361329 127.382475) (xy 79.905173 126.926319) (xy 75.422786 122.443931) + (xy 75.422782 122.443928) (xy 75.319031 122.374603) (xy 75.319022 122.374598) (xy 75.203735 122.326845) + (xy 75.203727 122.326843) (xy 75.081348 122.3025) (xy 75.081344 122.3025) (xy 62.642406 122.3025) + (xy 62.575367 122.282815) (xy 62.529612 122.230011) (xy 62.518788 122.168772) (xy 62.530954 122.014179) + (xy 62.538366 121.92) (xy 62.518934 121.673089) (xy 62.461115 121.432258) (xy 62.366334 121.203437) + (xy 62.236925 120.99226) (xy 62.076073 120.803927) (xy 61.88774 120.643075) (xy 61.676563 120.513666) + (xy 61.676562 120.513665) (xy 61.676558 120.513663) (xy 61.447744 120.418886) (xy 61.447742 120.418885) + (xy 61.206911 120.361066) (xy 61.206909 120.361065) (xy 61.206906 120.361065) (xy 60.96 120.341634) + (xy 60.713093 120.361065) (xy 60.713089 120.361066) (xy 60.472258 120.418885) (xy 60.472256 120.418885) + (xy 60.472255 120.418886) (xy 60.243441 120.513663) (xy 60.032259 120.643075) (xy 59.843927 120.803927) + (xy 59.683075 120.992259) (xy 59.553663 121.203441) (xy 59.469621 121.406338) (xy 59.458885 121.432258) + (xy 59.438868 121.515635) (xy 59.414717 121.616227) (xy 59.379925 121.676819) (xy 59.317899 121.708982) + (xy 59.24833 121.702506) (xy 59.206465 121.674963) (xy 59.134816 121.603314) (xy 59.101334 121.541992) + (xy 59.0985 121.515635) (xy 59.0985 118.299799) (xy 59.118185 118.23276) (xy 59.170989 118.187005) + (xy 59.240147 118.177061) (xy 59.262763 118.182518) (xy 59.343045 118.210079) (xy 59.343047 118.210079) + (xy 59.343049 118.21008) (xy 59.573288 118.2485) (xy 59.573289 118.2485) (xy 59.806711 118.2485) + (xy 59.806712 118.2485) (xy 60.036951 118.21008) (xy 60.257727 118.134287) (xy 60.463017 118.02319) + (xy 60.64722 117.879818) (xy 60.653646 117.872837) (xy 60.713531 117.836845) (xy 60.783369 117.838944) + (xy 60.840986 117.878466) (xy 60.861059 117.913485) (xy 60.886645 117.982086) (xy 60.886649 117.982093) + (xy 60.972809 118.097187) (xy 60.972812 118.09719) (xy 61.087906 118.18335) (xy 61.087913 118.183354) + (xy 61.22262 118.233596) (xy 61.222627 118.233598) (xy 61.282155 118.239999) (xy 61.282172 118.24) + (xy 61.98 118.24) (xy 61.98 117.215277) (xy 62.056306 117.259333) (xy 62.170756 117.29) (xy 62.289244 117.29) + (xy 62.403694 117.259333) (xy 62.48 117.215277) (xy 62.48 118.24) (xy 63.177828 118.24) (xy 63.177844 118.239999) + (xy 63.237372 118.233598) (xy 63.237379 118.233596) (xy 63.372086 118.183354) (xy 63.372093 118.18335) + (xy 63.487187 118.09719) (xy 63.48719 118.097187) (xy 63.57335 117.982093) (xy 63.573354 117.982086) + (xy 63.623596 117.847379) (xy 63.623598 117.847372) (xy 63.629999 117.787844) (xy 63.63 117.787827) + (xy 63.63 117.09) (xy 62.605278 117.09) (xy 62.649333 117.013694) (xy 62.68 116.899244) (xy 62.68 116.780756) + (xy 62.649333 116.666306) (xy 62.605278 116.59) (xy 63.63 116.59) (xy 63.63 115.892172) (xy 63.629999 115.892155) + (xy 63.623598 115.832627) (xy 63.623596 115.83262) (xy 63.573354 115.697913) (xy 63.57335 115.697906) + (xy 63.48719 115.582812) (xy 63.487187 115.582809) (xy 63.372093 115.496649) (xy 63.372086 115.496645) + (xy 63.237379 115.446403) (xy 63.237372 115.446401) (xy 63.177844 115.44) (xy 62.48 115.44) (xy 62.48 116.464722) + (xy 62.403694 116.420667) (xy 62.289244 116.39) (xy 62.170756 116.39) (xy 62.056306 116.420667) + (xy 61.98 116.464722) (xy 61.98 115.44) (xy 61.282155 115.44) (xy 61.222627 115.446401) (xy 61.22262 115.446403) + (xy 61.087913 115.496645) (xy 61.087906 115.496649) (xy 60.972812 115.582809) (xy 60.972809 115.582812) + (xy 60.886649 115.697906) (xy 60.886645 115.697913) (xy 60.861059 115.766514) (xy 60.819188 115.822448) + (xy 60.753723 115.846865) (xy 60.68545 115.832013) (xy 60.653649 115.807165) (xy 60.647224 115.800186) + (xy 60.647222 115.800184) (xy 60.64722 115.800182) (xy 60.463017 115.65681) (xy 60.463015 115.656809) + (xy 60.463014 115.656808) (xy 60.463011 115.656806) (xy 60.257733 115.545716) (xy 60.25773 115.545715) + (xy 60.257727 115.545713) (xy 60.257721 115.545711) (xy 60.257719 115.54571) (xy 60.036954 115.46992) + (xy 59.840792 115.437187) (xy 59.806712 115.4315) (xy 59.573288 115.4315) (xy 59.544482 115.436306) + (xy 59.343048 115.469919) (xy 59.262762 115.497482) (xy 59.192963 115.500631) (xy 59.132542 115.465544) + (xy 59.100682 115.403361) (xy 59.0985 115.3802) (xy 59.0985 109.9) (xy 59.381634 109.9) (xy 59.401065 110.146906) + (xy 59.401065 110.146909) (xy 59.401066 110.146911) (xy 59.458885 110.387742) (xy 59.458886 110.387744) + (xy 59.553663 110.616558) (xy 59.553665 110.616562) (xy 59.553666 110.616563) (xy 59.683075 110.82774) + (xy 59.843927 111.016073) (xy 60.03226 111.176925) (xy 60.243437 111.306334) (xy 60.24344 111.306335) + (xy 60.243443 111.306337) (xy 60.340258 111.346439) (xy 60.394662 111.39028) (xy 60.416727 111.456574) + (xy 60.399448 111.524273) (xy 60.348311 111.571884) (xy 60.292806 111.585) (xy 59.947155 111.585) + (xy 59.887627 111.591401) (xy 59.88762 111.591403) (xy 59.752913 111.641645) (xy 59.752906 111.641649) + (xy 59.637812 111.727809) (xy 59.637809 111.727812) (xy 59.551649 111.842906) (xy 59.551645 111.842913) + (xy 59.501403 111.97762) (xy 59.501401 111.977627) (xy 59.495 112.037155) (xy 59.495 112.75) (xy 60.403294 112.75) + (xy 60.373442 112.822069) (xy 60.35 112.93992) (xy 60.35 113.06008) (xy 60.373442 113.177931) (xy 60.403294 113.25) + (xy 59.495 113.25) (xy 59.495 113.962844) (xy 59.501401 114.022372) (xy 59.501403 114.022379) (xy 59.551645 114.157086) + (xy 59.551649 114.157093) (xy 59.637809 114.272187) (xy 59.637812 114.27219) (xy 59.752906 114.35835) + (xy 59.752913 114.358354) (xy 59.88762 114.408596) (xy 59.887627 114.408598) (xy 59.947155 114.414999) + (xy 59.947172 114.415) (xy 60.71 114.415) (xy 60.71 113.556706) (xy 60.782069 113.586558) (xy 60.89992 113.61) + (xy 61.02008 113.61) (xy 61.137931 113.586558) (xy 61.21 113.556706) (xy 61.21 114.415) (xy 61.972828 114.415) + (xy 61.972844 114.414999) (xy 62.032372 114.408598) (xy 62.032379 114.408596) (xy 62.167086 114.358354) + (xy 62.167093 114.35835) (xy 62.282187 114.27219) (xy 62.28219 114.272187) (xy 62.36835 114.157093) + (xy 62.368354 114.157086) (xy 62.418596 114.022379) (xy 62.418598 114.022372) (xy 62.424999 113.962844) + (xy 62.425 113.962827) (xy 62.425 113.25) (xy 61.516706 113.25) (xy 61.546558 113.177931) (xy 61.57 113.06008) + (xy 61.57 112.93992) (xy 61.546558 112.822069) (xy 61.516706 112.75) (xy 62.425 112.75) (xy 62.425 112.037172) + (xy 62.424999 112.037155) (xy 62.418598 111.977627) (xy 62.418596 111.97762) (xy 62.368354 111.842913) + (xy 62.36835 111.842906) (xy 62.28219 111.727812) (xy 62.282187 111.727809) (xy 62.167093 111.641649) + (xy 62.167086 111.641645) (xy 62.032379 111.591403) (xy 62.032372 111.591401) (xy 61.972844 111.585) + (xy 61.627194 111.585) (xy 61.560155 111.565315) (xy 61.5144 111.512511) (xy 61.504456 111.443353) + (xy 61.533481 111.379797) (xy 61.579742 111.346439) (xy 61.676556 111.306337) (xy 61.676556 111.306336) + (xy 61.676563 111.306334) (xy 61.88774 111.176925) (xy 62.076073 111.016073) (xy 62.236925 110.82774) + (xy 62.366334 110.616563) (xy 62.461115 110.387742) (xy 62.518934 110.146911) (xy 62.538366 109.9) + (xy 62.518934 109.653089) (xy 62.461115 109.412258) (xy 62.366334 109.183437) (xy 62.236925 108.97226) + (xy 62.076073 108.783927) (xy 61.88774 108.623075) (xy 61.676563 108.493666) (xy 61.676562 108.493665) + (xy 61.676558 108.493663) (xy 61.447744 108.398886) (xy 61.447742 108.398885) (xy 61.206911 108.341066) + (xy 61.206909 108.341065) (xy 61.206906 108.341065) (xy 60.96 108.321634) (xy 60.713093 108.341065) + (xy 60.713089 108.341066) (xy 60.472258 108.398885) (xy 60.472256 108.398885) (xy 60.472255 108.398886) + (xy 60.243441 108.493663) (xy 60.032259 108.623075) (xy 59.843927 108.783927) (xy 59.683075 108.972259) + (xy 59.553663 109.183441) (xy 59.458886 109.412255) (xy 59.401065 109.653093) (xy 59.381634 109.9) + (xy 59.0985 109.9) (xy 59.0985 101.6) (xy 59.381634 101.6) (xy 59.401065 101.846906) (xy 59.401065 101.846909) + (xy 59.401066 101.846911) (xy 59.458885 102.087742) (xy 59.458886 102.087744) (xy 59.553663 102.316558) + (xy 59.553665 102.316562) (xy 59.553666 102.316563) (xy 59.683075 102.52774) (xy 59.843927 102.716073) + (xy 60.03226 102.876925) (xy 60.243437 103.006334) (xy 60.243439 103.006334) (xy 60.243441 103.006336) + (xy 60.314786 103.035888) (xy 60.472258 103.101115) (xy 60.713089 103.158934) (xy 60.96 103.178366) + (xy 61.206911 103.158934) (xy 61.447742 103.101115) (xy 61.676563 103.006334) (xy 61.88774 102.876925) + (xy 62.076073 102.716073) (xy 62.236925 102.52774) (xy 62.366334 102.316563) (xy 62.461115 102.087742) + (xy 62.518934 101.846911) (xy 62.538366 101.6) (xy 62.518934 101.353089) (xy 62.461115 101.112258) + (xy 62.366334 100.883437) (xy 62.236925 100.67226) (xy 62.076073 100.483927) (xy 61.88774 100.323075) + (xy 61.676563 100.193666) (xy 61.676562 100.193665) (xy 61.676558 100.193663) (xy 61.447744 100.098886) + (xy 61.447742 100.098885) (xy 61.206911 100.041066) (xy 61.206909 100.041065) (xy 61.206906 100.041065) + (xy 60.96 100.021634) (xy 60.713093 100.041065) (xy 60.713089 100.041066) (xy 60.472258 100.098885) + (xy 60.472256 100.098885) (xy 60.472255 100.098886) (xy 60.243441 100.193663) (xy 60.032259 100.323075) + (xy 59.843927 100.483927) (xy 59.683075 100.672259) (xy 59.553663 100.883441) (xy 59.458886 101.112255) + (xy 59.401065 101.353093) (xy 59.381634 101.6) (xy 59.0985 101.6) (xy 59.0985 97.979799) (xy 59.118185 97.91276) + (xy 59.170989 97.867005) (xy 59.240147 97.857061) (xy 59.262763 97.862518) (xy 59.343045 97.890079) + (xy 59.343047 97.890079) (xy 59.343049 97.89008) (xy 59.573288 97.9285) (xy 59.573289 97.9285) (xy 59.806711 97.9285) + (xy 59.806712 97.9285) (xy 60.036951 97.89008) (xy 60.257727 97.814287) (xy 60.463017 97.70319) + (xy 60.64722 97.559818) (xy 60.653646 97.552837) (xy 60.713531 97.516845) (xy 60.783369 97.518944) + (xy 60.840986 97.558466) (xy 60.861059 97.593485) (xy 60.886645 97.662086) (xy 60.886649 97.662093) + (xy 60.972809 97.777187) (xy 60.972812 97.77719) (xy 61.087906 97.86335) (xy 61.087913 97.863354) + (xy 61.22262 97.913596) (xy 61.222627 97.913598) (xy 61.282155 97.919999) (xy 61.282172 97.92) (xy 61.98 97.92) + (xy 61.98 96.895277) (xy 62.056306 96.939333) (xy 62.170756 96.97) (xy 62.289244 96.97) (xy 62.403694 96.939333) + (xy 62.48 96.895277) (xy 62.48 97.92) (xy 63.177828 97.92) (xy 63.177844 97.919999) (xy 63.237372 97.913598) + (xy 63.237379 97.913596) (xy 63.372086 97.863354) (xy 63.372093 97.86335) (xy 63.487187 97.77719) + (xy 63.48719 97.777187) (xy 63.57335 97.662093) (xy 63.573354 97.662086) (xy 63.623596 97.527379) + (xy 63.623598 97.527372) (xy 63.629999 97.467844) (xy 63.63 97.467827) (xy 63.63 96.77) (xy 62.605278 96.77) + (xy 62.649333 96.693694) (xy 62.68 96.579244) (xy 62.68 96.460756) (xy 62.649333 96.346306) (xy 62.605278 96.27) + (xy 63.63 96.27) (xy 63.63 95.572172) (xy 63.629999 95.572155) (xy 63.623598 95.512627) (xy 63.623596 95.51262) + (xy 63.573354 95.377913) (xy 63.57335 95.377906) (xy 63.48719 95.262812) (xy 63.487187 95.262809) + (xy 63.372093 95.176649) (xy 63.372086 95.176645) (xy 63.237379 95.126403) (xy 63.237372 95.126401) + (xy 63.177844 95.12) (xy 62.48 95.12) (xy 62.48 96.144722) (xy 62.403694 96.100667) (xy 62.289244 96.07) + (xy 62.170756 96.07) (xy 62.056306 96.100667) (xy 61.98 96.144722) (xy 61.98 95.12) (xy 61.282155 95.12) + (xy 61.222627 95.126401) (xy 61.22262 95.126403) (xy 61.087913 95.176645) (xy 61.087906 95.176649) + (xy 60.972812 95.262809) (xy 60.972809 95.262812) (xy 60.886649 95.377906) (xy 60.886645 95.377913) + (xy 60.861059 95.446514) (xy 60.819188 95.502448) (xy 60.753723 95.526865) (xy 60.68545 95.512013) + (xy 60.653649 95.487165) (xy 60.647224 95.480186) (xy 60.647222 95.480184) (xy 60.64722 95.480182) + (xy 60.463017 95.33681) (xy 60.463015 95.336809) (xy 60.463014 95.336808) (xy 60.463011 95.336806) + (xy 60.257733 95.225716) (xy 60.25773 95.225715) (xy 60.257727 95.225713) (xy 60.257721 95.225711) + (xy 60.257719 95.22571) (xy 60.036954 95.14992) (xy 59.85765 95.12) (xy 59.806712 95.1115) (xy 59.573288 95.1115) + (xy 59.544482 95.116306) (xy 59.343048 95.149919) (xy 59.262762 95.177482) (xy 59.192963 95.180631) + (xy 59.132542 95.145544) (xy 59.100682 95.083361) (xy 59.0985 95.0602) (xy 59.0985 89.74) (xy 59.381634 89.74) + (xy 59.401065 89.986906) (xy 59.401065 89.986909) (xy 59.401066 89.986911) (xy 59.458885 90.227742) + (xy 59.458886 90.227744) (xy 59.553663 90.456558) (xy 59.553665 90.456562) (xy 59.553666 90.456563) + (xy 59.683075 90.66774) (xy 59.843927 90.856073) (xy 60.03226 91.016925) (xy 60.243437 91.146334) + (xy 60.24344 91.146335) (xy 60.243443 91.146337) (xy 60.340258 91.186439) (xy 60.394662 91.23028) + (xy 60.416727 91.296574) (xy 60.399448 91.364273) (xy 60.348311 91.411884) (xy 60.292806 91.425) + (xy 59.947155 91.425) (xy 59.887627 91.431401) (xy 59.88762 91.431403) (xy 59.752913 91.481645) + (xy 59.752906 91.481649) (xy 59.637812 91.567809) (xy 59.637809 91.567812) (xy 59.551649 91.682906) + (xy 59.551645 91.682913) (xy 59.501403 91.81762) (xy 59.501401 91.817627) (xy 59.495 91.877155) + (xy 59.495 92.59) (xy 60.403294 92.59) (xy 60.373442 92.662069) (xy 60.35 92.77992) (xy 60.35 92.90008) + (xy 60.373442 93.017931) (xy 60.403294 93.09) (xy 59.495 93.09) (xy 59.495 93.802844) (xy 59.501401 93.862372) + (xy 59.501403 93.862379) (xy 59.551645 93.997086) (xy 59.551649 93.997093) (xy 59.637809 94.112187) + (xy 59.637812 94.11219) (xy 59.752906 94.19835) (xy 59.752913 94.198354) (xy 59.88762 94.248596) + (xy 59.887627 94.248598) (xy 59.947155 94.254999) (xy 59.947172 94.255) (xy 60.71 94.255) (xy 60.71 93.396706) + (xy 60.782069 93.426558) (xy 60.89992 93.45) (xy 61.02008 93.45) (xy 61.137931 93.426558) (xy 61.21 93.396706) + (xy 61.21 94.255) (xy 61.972828 94.255) (xy 61.972844 94.254999) (xy 62.032372 94.248598) (xy 62.032379 94.248596) + (xy 62.167086 94.198354) (xy 62.167093 94.19835) (xy 62.282187 94.11219) (xy 62.28219 94.112187) + (xy 62.36835 93.997093) (xy 62.368354 93.997086) (xy 62.418596 93.862379) (xy 62.418598 93.862372) + (xy 62.424999 93.802844) (xy 62.425 93.802827) (xy 62.425 93.09) (xy 61.516706 93.09) (xy 61.546558 93.017931) + (xy 61.57 92.90008) (xy 61.57 92.77992) (xy 61.546558 92.662069) (xy 61.516706 92.59) (xy 62.425 92.59) + (xy 62.425 91.877172) (xy 62.424999 91.877155) (xy 62.418598 91.817627) (xy 62.418596 91.81762) + (xy 62.368354 91.682913) (xy 62.36835 91.682906) (xy 62.28219 91.567812) (xy 62.282187 91.567809) + (xy 62.167093 91.481649) (xy 62.167086 91.481645) (xy 62.032379 91.431403) (xy 62.032372 91.431401) + (xy 61.972844 91.425) (xy 61.627194 91.425) (xy 61.560155 91.405315) (xy 61.5144 91.352511) (xy 61.504456 91.283353) + (xy 61.533481 91.219797) (xy 61.579742 91.186439) (xy 61.676556 91.146337) (xy 61.676556 91.146336) + (xy 61.676563 91.146334) (xy 61.88774 91.016925) (xy 62.076073 90.856073) (xy 62.236925 90.66774) + (xy 62.366334 90.456563) (xy 62.461115 90.227742) (xy 62.518934 89.986911) (xy 62.538366 89.74) + (xy 62.518934 89.493089) (xy 62.461115 89.252258) (xy 62.366334 89.023437) (xy 62.236925 88.81226) + (xy 62.076073 88.623927) (xy 61.88774 88.463075) (xy 61.676563 88.333666) (xy 61.676562 88.333665) + (xy 61.676558 88.333663) (xy 61.483416 88.253662) (xy 61.447742 88.238885) (xy 61.206911 88.181066) + (xy 61.206909 88.181065) (xy 61.206906 88.181065) (xy 60.96 88.161634) (xy 60.713093 88.181065) + (xy 60.713089 88.181066) (xy 60.472258 88.238885) (xy 60.472256 88.238885) (xy 60.472255 88.238886) + (xy 60.243441 88.333663) (xy 60.032259 88.463075) (xy 59.843927 88.623927) (xy 59.683075 88.812259) + (xy 59.553663 89.023441) (xy 59.458886 89.252255) (xy 59.401065 89.493093) (xy 59.381634 89.74) + (xy 59.0985 89.74) (xy 59.0985 81.44) (xy 59.381634 81.44) (xy 59.401065 81.686906) (xy 59.401065 81.686909) + (xy 59.401066 81.686911) (xy 59.458885 81.927742) (xy 59.458886 81.927744) (xy 59.553663 82.156558) + (xy 59.553665 82.156562) (xy 59.553666 82.156563) (xy 59.683075 82.36774) (xy 59.843927 82.556073) + (xy 60.03226 82.716925) (xy 60.243437 82.846334) (xy 60.243439 82.846334) (xy 60.243441 82.846336) + (xy 60.314786 82.875888) (xy 60.472258 82.941115) (xy 60.713089 82.998934) (xy 60.96 83.018366) + (xy 61.206911 82.998934) (xy 61.447742 82.941115) (xy 61.676563 82.846334) (xy 61.88774 82.716925) + (xy 62.076073 82.556073) (xy 62.236925 82.36774) (xy 62.366334 82.156563) (xy 62.461115 81.927742) + (xy 62.518934 81.686911) (xy 62.538366 81.44) (xy 62.518934 81.193089) (xy 62.461115 80.952258) + (xy 62.366334 80.723437) (xy 62.236925 80.51226) (xy 62.076073 80.323927) (xy 61.88774 80.163075) + (xy 61.676563 80.033666) (xy 61.676562 80.033665) (xy 61.676558 80.033663) (xy 61.447744 79.938886) + (xy 61.447742 79.938885) (xy 61.206911 79.881066) (xy 61.206909 79.881065) (xy 61.206906 79.881065) + (xy 60.96 79.861634) (xy 60.713093 79.881065) (xy 60.713089 79.881066) (xy 60.472258 79.938885) + (xy 60.472256 79.938885) (xy 60.472255 79.938886) (xy 60.243441 80.033663) (xy 60.032259 80.163075) + (xy 59.843927 80.323927) (xy 59.683075 80.512259) (xy 59.553663 80.723441) (xy 59.458886 80.952255) + (xy 59.401065 81.193093) (xy 59.381634 81.44) (xy 59.0985 81.44) (xy 59.0985 77.659799) (xy 59.118185 77.59276) + (xy 59.170989 77.547005) (xy 59.240147 77.537061) (xy 59.262763 77.542518) (xy 59.343045 77.570079) + (xy 59.343047 77.570079) (xy 59.343049 77.57008) (xy 59.573288 77.6085) (xy 59.573289 77.6085) (xy 59.806711 77.6085) + (xy 59.806712 77.6085) (xy 60.036951 77.57008) (xy 60.257727 77.494287) (xy 60.463017 77.38319) + (xy 60.64722 77.239818) (xy 60.653646 77.232837) (xy 60.713531 77.196845) (xy 60.783369 77.198944) + (xy 60.840986 77.238466) (xy 60.861059 77.273485) (xy 60.886645 77.342086) (xy 60.886649 77.342093) + (xy 60.972809 77.457187) (xy 60.972812 77.45719) (xy 61.087906 77.54335) (xy 61.087913 77.543354) + (xy 61.22262 77.593596) (xy 61.222627 77.593598) (xy 61.282155 77.599999) (xy 61.282172 77.6) (xy 61.98 77.6) + (xy 61.98 76.575277) (xy 62.056306 76.619333) (xy 62.170756 76.65) (xy 62.289244 76.65) (xy 62.403694 76.619333) + (xy 62.48 76.575277) (xy 62.48 77.6) (xy 63.177828 77.6) (xy 63.177844 77.599999) (xy 63.237372 77.593598) + (xy 63.237379 77.593596) (xy 63.372086 77.543354) (xy 63.372093 77.54335) (xy 63.487187 77.45719) + (xy 63.48719 77.457187) (xy 63.57335 77.342093) (xy 63.573354 77.342086) (xy 63.623596 77.207379) + (xy 63.623598 77.207372) (xy 63.629999 77.147844) (xy 63.63 77.147827) (xy 63.63 76.45) (xy 62.605278 76.45) + (xy 62.649333 76.373694) (xy 62.68 76.259244) (xy 62.68 76.140756) (xy 62.649333 76.026306) (xy 62.605278 75.95) + (xy 63.63 75.95) (xy 63.63 75.252172) (xy 63.629999 75.252155) (xy 63.623598 75.192627) (xy 63.623596 75.19262) + (xy 63.573354 75.057913) (xy 63.57335 75.057906) (xy 63.48719 74.942812) (xy 63.487187 74.942809) + (xy 63.372093 74.856649) (xy 63.372086 74.856645) (xy 63.237379 74.806403) (xy 63.237372 74.806401) + (xy 63.177844 74.8) (xy 62.48 74.8) (xy 62.48 75.824722) (xy 62.403694 75.780667) (xy 62.289244 75.75) + (xy 62.170756 75.75) (xy 62.056306 75.780667) (xy 61.98 75.824722) (xy 61.98 74.8) (xy 61.282155 74.8) + (xy 61.222627 74.806401) (xy 61.22262 74.806403) (xy 61.087913 74.856645) (xy 61.087906 74.856649) + (xy 60.972812 74.942809) (xy 60.972809 74.942812) (xy 60.886649 75.057906) (xy 60.886645 75.057913) + (xy 60.861059 75.126514) (xy 60.819188 75.182448) (xy 60.753723 75.206865) (xy 60.68545 75.192013) + (xy 60.653649 75.167165) (xy 60.647224 75.160186) (xy 60.647222 75.160184) (xy 60.64722 75.160182) + (xy 60.463017 75.01681) (xy 60.463015 75.016809) (xy 60.463014 75.016808) (xy 60.463011 75.016806) + (xy 60.257733 74.905716) (xy 60.25773 74.905715) (xy 60.257727 74.905713) (xy 60.257721 74.905711) + (xy 60.257719 74.90571) (xy 60.036954 74.82992) (xy 59.840792 74.797187) (xy 59.806712 74.7915) + (xy 59.573288 74.7915) (xy 59.544482 74.796306) (xy 59.343048 74.829919) (xy 59.262762 74.857482) + (xy 59.192963 74.860631) (xy 59.132542 74.825544) (xy 59.100682 74.763361) (xy 59.0985 74.7402) + (xy 59.0985 69.42) (xy 59.381634 69.42) (xy 59.401065 69.666906) (xy 59.401065 69.666909) (xy 59.401066 69.666911) + (xy 59.458885 69.907742) (xy 59.458886 69.907744) (xy 59.553663 70.136558) (xy 59.553665 70.136562) + (xy 59.553666 70.136563) (xy 59.683075 70.34774) (xy 59.843927 70.536073) (xy 60.03226 70.696925) + (xy 60.243437 70.826334) (xy 60.24344 70.826335) (xy 60.243443 70.826337) (xy 60.340258 70.866439) + (xy 60.394662 70.91028) (xy 60.416727 70.976574) (xy 60.399448 71.044273) (xy 60.348311 71.091884) + (xy 60.292806 71.105) (xy 59.947155 71.105) (xy 59.887627 71.111401) (xy 59.88762 71.111403) (xy 59.752913 71.161645) + (xy 59.752906 71.161649) (xy 59.637812 71.247809) (xy 59.637809 71.247812) (xy 59.551649 71.362906) + (xy 59.551645 71.362913) (xy 59.501403 71.49762) (xy 59.501401 71.497627) (xy 59.495 71.557155) + (xy 59.495 72.27) (xy 60.403294 72.27) (xy 60.373442 72.342069) (xy 60.35 72.45992) (xy 60.35 72.58008) + (xy 60.373442 72.697931) (xy 60.403294 72.77) (xy 59.495 72.77) (xy 59.495 73.482844) (xy 59.501401 73.542372) + (xy 59.501403 73.542379) (xy 59.551645 73.677086) (xy 59.551649 73.677093) (xy 59.637809 73.792187) + (xy 59.637812 73.79219) (xy 59.752906 73.87835) (xy 59.752913 73.878354) (xy 59.88762 73.928596) + (xy 59.887627 73.928598) (xy 59.947155 73.934999) (xy 59.947172 73.935) (xy 60.71 73.935) (xy 60.71 73.076706) + (xy 60.782069 73.106558) (xy 60.89992 73.13) (xy 61.02008 73.13) (xy 61.137931 73.106558) (xy 61.21 73.076706) + (xy 61.21 73.935) (xy 61.972828 73.935) (xy 61.972844 73.934999) (xy 62.032372 73.928598) (xy 62.032379 73.928596) + (xy 62.167086 73.878354) (xy 62.167093 73.87835) (xy 62.282187 73.79219) (xy 62.28219 73.792187) + (xy 62.36835 73.677093) (xy 62.368354 73.677086) (xy 62.418596 73.542379) (xy 62.418598 73.542372) + (xy 62.424999 73.482844) (xy 62.425 73.482827) (xy 62.425 72.77) (xy 61.516706 72.77) (xy 61.546558 72.697931) + (xy 61.57 72.58008) (xy 61.57 72.45992) (xy 61.546558 72.342069) (xy 61.516706 72.27) (xy 62.425 72.27) + (xy 62.425 71.557172) (xy 62.424999 71.557155) (xy 62.418598 71.497627) (xy 62.418596 71.49762) + (xy 62.368354 71.362913) (xy 62.36835 71.362906) (xy 62.28219 71.247812) (xy 62.282187 71.247809) + (xy 62.167093 71.161649) (xy 62.167086 71.161645) (xy 62.032379 71.111403) (xy 62.032372 71.111401) + (xy 61.972844 71.105) (xy 61.627194 71.105) (xy 61.560155 71.085315) (xy 61.5144 71.032511) (xy 61.504456 70.963353) + (xy 61.533481 70.899797) (xy 61.579742 70.866439) (xy 61.676556 70.826337) (xy 61.676556 70.826336) + (xy 61.676563 70.826334) (xy 61.88774 70.696925) (xy 62.076073 70.536073) (xy 62.236925 70.34774) + (xy 62.366334 70.136563) (xy 62.461115 69.907742) (xy 62.518934 69.666911) (xy 62.538366 69.42) + (xy 62.518934 69.173089) (xy 62.461115 68.932258) (xy 62.366334 68.703437) (xy 62.236925 68.49226) + (xy 62.076073 68.303927) (xy 61.88774 68.143075) (xy 61.676563 68.013666) (xy 61.676562 68.013665) + (xy 61.676558 68.013663) (xy 61.447744 67.918886) (xy 61.447742 67.918885) (xy 61.206911 67.861066) + (xy 61.206909 67.861065) (xy 61.206906 67.861065) (xy 60.96 67.841634) (xy 60.713093 67.861065) + (xy 60.713089 67.861066) (xy 60.472258 67.918885) (xy 60.472256 67.918885) (xy 60.472255 67.918886) + (xy 60.243441 68.013663) (xy 60.032259 68.143075) (xy 59.843927 68.303927) (xy 59.683075 68.492259) + (xy 59.553663 68.703441) (xy 59.458886 68.932255) (xy 59.401065 69.173093) (xy 59.381634 69.42) + (xy 59.0985 69.42) (xy 59.0985 61.12) (xy 59.381634 61.12) (xy 59.401065 61.366906) (xy 59.401065 61.366909) + (xy 59.401066 61.366911) (xy 59.458885 61.607742) (xy 59.458886 61.607744) (xy 59.553663 61.836558) + (xy 59.553665 61.836562) (xy 59.553666 61.836563) (xy 59.683075 62.04774) (xy 59.843927 62.236073) + (xy 60.03226 62.396925) (xy 60.243437 62.526334) (xy 60.243439 62.526334) (xy 60.243441 62.526336) + (xy 60.314786 62.555888) (xy 60.472258 62.621115) (xy 60.713089 62.678934) (xy 60.96 62.698366) + (xy 61.206911 62.678934) (xy 61.447742 62.621115) (xy 61.676563 62.526334) (xy 61.88774 62.396925) + (xy 62.076073 62.236073) (xy 62.236925 62.04774) (xy 62.366334 61.836563) (xy 62.461115 61.607742) + (xy 62.518934 61.366911) (xy 62.538366 61.12) (xy 62.518934 60.873089) (xy 62.461115 60.632258) + (xy 62.366334 60.403437) (xy 62.236925 60.19226) (xy 62.076073 60.003927) (xy 61.88774 59.843075) + (xy 61.676563 59.713666) (xy 61.676562 59.713665) (xy 61.676558 59.713663) (xy 61.447744 59.618886) + (xy 61.447742 59.618885) (xy 61.206911 59.561066) (xy 61.206909 59.561065) (xy 61.206906 59.561065) + (xy 60.96 59.541634) (xy 60.713093 59.561065) (xy 60.713089 59.561066) (xy 60.472258 59.618885) + (xy 60.472256 59.618885) (xy 60.472255 59.618886) (xy 60.243441 59.713663) (xy 60.032259 59.843075) + (xy 59.843927 60.003927) (xy 59.683075 60.192259) (xy 59.553663 60.403441) (xy 59.458886 60.632255) + (xy 59.401065 60.873093) (xy 59.381634 61.12) (xy 59.0985 61.12) (xy 59.0985 56.783766) (xy 59.118185 56.716727) + (xy 59.134813 56.69609) (xy 59.277571 56.553332) (xy 59.33889 56.51985) (xy 59.397341 56.52124) + (xy 59.461913 56.538543) (xy 59.624832 56.552796) (xy 59.689998 56.558498) (xy 59.694193 56.558498) + (xy 59.761232 56.578183) (xy 59.781874 56.594817) (xy 60.89308 57.706023) (xy 60.971208 57.784151) + (xy 61.016978 57.829921) (xy 61.038337 57.844192) (xy 61.081059 57.872738) (xy 61.162664 57.927265) + (xy 61.162666 57.927266) (xy 61.16267 57.927268) (xy 61.32249 57.993467) (xy 61.324542 57.994317) + (xy 61.490645 58.027357) (xy 61.496386 58.028499) (xy 61.496389 58.0285) (xy 61.496391 58.0285) + (xy 61.496392 58.0285) (xy 63.208171 58.0285) (xy 63.27521 58.048185) (xy 63.320965 58.100989) (xy 63.330909 58.170147) + (xy 63.327946 58.184592) (xy 63.321316 58.209336) (xy 63.321313 58.20935) (xy 63.302884 58.419998) + (xy 63.302884 58.420001) (xy 63.321313 58.630649) (xy 63.321315 58.63066) (xy 63.376041 58.834902) + (xy 63.376043 58.834906) (xy 63.376044 58.83491) (xy 63.418746 58.926484) (xy 63.46541 59.026556) + (xy 63.465411 59.026558) (xy 63.5867 59.199778) (xy 63.736221 59.349299) (xy 63.736224 59.349301) + (xy 63.909442 59.470589) (xy 64.10109 59.559956) (xy 64.101096 59.559957) (xy 64.101097 59.559958) + (xy 64.150255 59.573129) (xy 64.305345 59.614686) (xy 64.455812 59.62785) (xy 64.515998 59.633116) + (xy 64.516 59.633116) (xy 64.516002 59.633116) (xy 64.568663 59.628508) (xy 64.726655 59.614686) + (xy 64.93091 59.559956) (xy 65.122558 59.470589) (xy 65.295776 59.349301) (xy 65.445301 59.199776) + (xy 65.566589 59.026558) (xy 65.655956 58.83491) (xy 65.710686 58.630655) (xy 65.712371 58.611394) + (xy 65.73782 58.54633) (xy 65.794409 58.50535) (xy 65.864171 58.501469) (xy 65.923579 58.534522) + (xy 66.37608 58.987023) (xy 66.499977 59.11092) (xy 66.499978 59.110921) (xy 66.645657 59.208261) + (xy 66.64567 59.208268) (xy 66.807537 59.275315) (xy 66.807542 59.275317) (xy 66.979387 59.309499) + (xy 66.979391 59.3095) (xy 66.979392 59.3095) (xy 67.39906 59.3095) (xy 67.466099 59.329185) (xy 67.486741 59.345819) + (xy 67.490221 59.349299) (xy 67.490224 59.349301) (xy 67.663442 59.470589) (xy 67.85509 59.559956) + (xy 67.855096 59.559957) (xy 67.855097 59.559958) (xy 67.904255 59.573129) (xy 68.059345 59.614686) + (xy 68.209812 59.62785) (xy 68.269998 59.633116) (xy 68.27 59.633116) (xy 68.270002 59.633116) (xy 68.322663 59.628508) + (xy 68.480655 59.614686) (xy 68.68491 59.559956) (xy 68.876558 59.470589) (xy 69.049776 59.349301) + (xy 69.199301 59.199776) (xy 69.320589 59.026558) (xy 69.409956 58.83491) (xy 69.464686 58.630655) + (xy 69.483116 58.42) (xy 69.464686 58.209345) (xy 69.409956 58.00509) (xy 69.320589 57.813442) (xy 69.199301 57.640224) + (xy 69.199299 57.640221) (xy 69.049778 57.4907) (xy 68.876558 57.369411) (xy 68.876556 57.36941) + (xy 68.819904 57.342993) (xy 68.68491 57.280044) (xy 68.684906 57.280043) (xy 68.684902 57.280041) + (xy 68.48066 57.225315) (xy 68.480656 57.225314) (xy 68.480655 57.225314) (xy 68.480654 57.225313) + (xy 68.480649 57.225313) (xy 68.270002 57.206884) (xy 68.269998 57.206884) (xy 68.05935 57.225313) + (xy 68.059339 57.225315) (xy 67.855097 57.280041) (xy 67.855088 57.280045) (xy 67.663443 57.36941) + (xy 67.519824 57.469972) (xy 67.453618 57.492299) (xy 67.385851 57.475287) (xy 67.361021 57.456077) + (xy 66.353026 56.448082) (xy 66.353022 56.448079) (xy 66.207342 56.350738) (xy 66.207329 56.350731) + (xy 66.045462 56.283684) (xy 66.04545 56.283681) (xy 65.873612 56.2495) (xy 65.873608 56.2495) (xy 62.003805 56.2495) + (xy 61.936766 56.229815) (xy 61.916124 56.213181) (xy 61.875124 56.172181) (xy 61.841639 56.110858) + (xy 61.846623 56.041166) (xy 61.888495 55.985233) (xy 61.953959 55.960816) (xy 61.962805 55.9605) + (xy 68.801668 55.9605) (xy 68.868707 55.980185) (xy 68.889349 55.996819) (xy 72.345181 59.452651) + (xy 72.378666 59.513974) (xy 72.3815 59.540332) (xy 72.3815 112.716233) (xy 72.361815 112.783272) + (xy 72.345181 112.803914) (xy 72.015385 113.133711) (xy 71.732167 113.416929) (xy 71.688047 113.461049) + (xy 71.643927 113.505168) (xy 71.574603 113.608918) (xy 71.574598 113.608927) (xy 71.526845 113.724214) + (xy 71.526843 113.724222) (xy 71.5025 113.846601) (xy 71.5025 114.360241) (xy 71.482815 114.42728) + (xy 71.47065 114.443213) (xy 71.396963 114.52505) (xy 71.396958 114.525057) (xy 71.301473 114.690443) + (xy 71.30147 114.69045) (xy 71.248762 114.852669) (xy 71.242458 114.872072) (xy 71.222496 115.062) + (xy 71.242458 115.251928) (xy 71.242459 115.251931) (xy 71.30147 115.433549) (xy 71.301473 115.433556) + (xy 71.39696 115.598944) (xy 71.524747 115.740866) (xy 71.679248 115.853118) (xy 71.853712 115.930794) + (xy 72.040513 115.9705) (xy 72.231487 115.9705) (xy 72.418288 115.930794) (xy 72.592752 115.853118) + (xy 72.747253 115.740866) (xy 72.87504 115.598944) (xy 72.970527 115.433556) (xy 73.029542 115.251928) + (xy 73.042584 115.127844) (xy 77.34 115.127844) (xy 77.346401 115.187372) (xy 77.346403 115.187379) + (xy 77.396645 115.322086) (xy 77.396649 115.322093) (xy 77.482809 115.437187) (xy 77.482812 115.43719) + (xy 77.597906 115.52335) (xy 77.597913 115.523354) (xy 77.73262 115.573596) (xy 77.732627 115.573598) + (xy 77.792155 115.579999) (xy 77.792172 115.58) (xy 78.49 115.58) (xy 78.49 114.613012) (xy 78.547007 114.645925) + (xy 78.674174 114.68) (xy 78.805826 114.68) (xy 78.932993 114.645925) (xy 78.99 114.613012) (xy 78.99 115.58) + (xy 79.687828 115.58) (xy 79.687844 115.579999) (xy 79.747372 115.573598) (xy 79.747379 115.573596) + (xy 79.882086 115.523354) (xy 79.882093 115.52335) (xy 79.997187 115.43719) (xy 79.99719 115.437187) + (xy 80.08335 115.322093) (xy 80.083353 115.322088) (xy 80.098748 115.280811) (xy 80.140619 115.224876) + (xy 80.206083 115.200458) (xy 80.274356 115.215309) (xy 80.291093 115.226288) (xy 80.466983 115.36319) + (xy 80.466985 115.363191) (xy 80.466988 115.363193) (xy 80.541213 115.403361) (xy 80.672273 115.474287) + (xy 80.74901 115.500631) (xy 80.893045 115.550079) (xy 80.893047 115.550079) (xy 80.893049 115.55008) + (xy 81.123288 115.5885) (xy 81.123289 115.5885) (xy 81.356711 115.5885) (xy 81.356712 115.5885) + (xy 81.586951 115.55008) (xy 81.807727 115.474287) (xy 82.013017 115.36319) (xy 82.19722 115.219818) + (xy 82.355314 115.048083) (xy 82.386191 115.000821) (xy 82.439337 114.955465) (xy 82.508568 114.946041) + (xy 82.571904 114.975542) (xy 82.593809 115.000822) (xy 82.624686 115.048084) (xy 82.778629 115.215309) + (xy 82.78278 115.219818) (xy 82.966983 115.36319) (xy 82.966985 115.363191) (xy 82.966988 115.363193) + (xy 83.041213 115.403361) (xy 83.172273 115.474287) (xy 83.24901 115.500631) (xy 83.393045 115.550079) + (xy 83.393047 115.550079) (xy 83.393049 115.55008) (xy 83.623288 115.5885) (xy 83.623289 115.5885) + (xy 83.856711 115.5885) (xy 83.856712 115.5885) (xy 84.086951 115.55008) (xy 84.307727 115.474287) + (xy 84.513017 115.36319) (xy 84.69722 115.219818) (xy 84.855314 115.048083) (xy 84.982984 114.852669) + (xy 85.076749 114.638907) (xy 85.134051 114.412626) (xy 85.145688 114.272187) (xy 85.153327 114.180005) + (xy 85.153327 114.179994) (xy 85.134051 113.947377) (xy 85.134051 113.947374) (xy 85.076749 113.721093) + (xy 84.982984 113.507331) (xy 84.961089 113.473818) (xy 84.855313 113.311915) (xy 84.697223 113.140185) + (xy 84.697222 113.140184) (xy 84.69722 113.140182) (xy 84.513017 112.99681) (xy 84.513015 112.996809) + (xy 84.513014 112.996808) (xy 84.513011 112.996806) (xy 84.307733 112.885716) (xy 84.30773 112.885715) + (xy 84.307727 112.885713) (xy 84.307721 112.885711) (xy 84.307719 112.88571) (xy 84.086954 112.80992) + (xy 83.90765 112.78) (xy 83.856712 112.7715) (xy 83.623288 112.7715) (xy 83.57724 112.779184) (xy 83.393045 112.80992) + (xy 83.17228 112.88571) (xy 83.172266 112.885716) (xy 82.966988 112.996806) (xy 82.966985 112.996808) + (xy 82.782781 113.140181) (xy 82.782776 113.140185) (xy 82.624688 113.311913) (xy 82.593809 113.359178) + (xy 82.540662 113.404534) (xy 82.471431 113.413958) (xy 82.408095 113.384456) (xy 82.386191 113.359178) + (xy 82.355311 113.311913) (xy 82.197223 113.140185) (xy 82.197222 113.140184) (xy 82.19722 113.140182) + (xy 82.013017 112.99681) (xy 82.013015 112.996809) (xy 82.013014 112.996808) (xy 82.013011 112.996806) + (xy 81.807733 112.885716) (xy 81.80773 112.885715) (xy 81.807727 112.885713) (xy 81.807721 112.885711) + (xy 81.807719 112.88571) (xy 81.586954 112.80992) (xy 81.40765 112.78) (xy 81.356712 112.7715) (xy 81.123288 112.7715) + (xy 81.07724 112.779184) (xy 80.893045 112.80992) (xy 80.67228 112.88571) (xy 80.672266 112.885716) + (xy 80.466988 112.996806) (xy 80.466986 112.996807) (xy 80.291093 113.133711) (xy 80.226099 113.159353) + (xy 80.157559 113.145786) (xy 80.107234 113.097318) (xy 80.098749 113.079189) (xy 80.083355 113.037915) + (xy 80.08335 113.037906) (xy 79.99719 112.922812) (xy 79.997187 112.922809) (xy 79.882093 112.836649) + (xy 79.882086 112.836645) (xy 79.747379 112.786403) (xy 79.747372 112.786401) (xy 79.687844 112.78) + (xy 78.99 112.78) (xy 78.99 113.746988) (xy 78.932993 113.714075) (xy 78.805826 113.68) (xy 78.674174 113.68) + (xy 78.547007 113.714075) (xy 78.49 113.746988) (xy 78.49 112.78) (xy 77.792155 112.78) (xy 77.732627 112.786401) + (xy 77.73262 112.786403) (xy 77.597913 112.836645) (xy 77.597906 112.836649) (xy 77.482812 112.922809) + (xy 77.482809 112.922812) (xy 77.396649 113.037906) (xy 77.396645 113.037913) (xy 77.346403 113.17262) + (xy 77.346401 113.172627) (xy 77.34 113.232155) (xy 77.34 113.93) (xy 78.306988 113.93) (xy 78.274075 113.987007) + (xy 78.24 114.114174) (xy 78.24 114.245826) (xy 78.274075 114.372993) (xy 78.306988 114.43) (xy 77.34 114.43) + (xy 77.34 115.127844) (xy 73.042584 115.127844) (xy 73.049504 115.062) (xy 73.029542 114.872072) + (xy 72.970527 114.690444) (xy 72.87504 114.525056) (xy 72.875036 114.52505) (xy 72.80135 114.443213) + (xy 72.77112 114.380221) (xy 72.7695 114.360241) (xy 72.7695 114.222766) (xy 72.789185 114.155727) + (xy 72.805819 114.135085) (xy 73.507069 113.433836) (xy 73.507072 113.433833) (xy 73.526649 113.404534) + (xy 73.576401 113.330075) (xy 73.624155 113.214784) (xy 73.631486 113.177931) (xy 73.648499 113.092397) + (xy 73.6485 113.092394) (xy 73.6485 107.062475) (xy 74.5715 107.062475) (xy 74.596366 107.251343) + (xy 74.603471 107.305308) (xy 74.635168 107.423603) (xy 74.666865 107.5419) (xy 74.760596 107.768186) + (xy 74.760601 107.768197) (xy 74.883061 107.980302) (xy 74.883072 107.980318) (xy 75.032171 108.174629) + (xy 75.032177 108.174636) (xy 75.205363 108.347822) (xy 75.205369 108.347827) (xy 75.39969 108.496934) + (xy 75.399697 108.496938) (xy 75.611802 108.619398) (xy 75.611807 108.6194) (xy 75.61181 108.619402) + (xy 75.724956 108.666268) (xy 75.838099 108.713134) (xy 75.8381 108.713134) (xy 75.838102 108.713135) + (xy 76.074692 108.776529) (xy 76.317532 108.8085) (xy 76.317539 108.8085) (xy 76.562461 108.8085) + (xy 76.562468 108.8085) (xy 76.805308 108.776529) (xy 77.041898 108.713135) (xy 77.26819 108.619402) + (xy 77.48031 108.496934) (xy 77.674631 108.347827) (xy 77.847827 108.174631) (xy 77.996934 107.98031) + (xy 78.119402 107.76819) (xy 78.213135 107.541898) (xy 78.276529 107.305308) (xy 78.308499 107.062475) + (xy 84.1715 107.062475) (xy 84.196366 107.251343) (xy 84.203471 107.305308) (xy 84.235168 107.423603) + (xy 84.266865 107.5419) (xy 84.360596 107.768186) (xy 84.360601 107.768197) (xy 84.483061 107.980302) + (xy 84.483072 107.980318) (xy 84.632171 108.174629) (xy 84.632177 108.174636) (xy 84.805363 108.347822) + (xy 84.805369 108.347827) (xy 84.99969 108.496934) (xy 84.999697 108.496938) (xy 85.211802 108.619398) + (xy 85.211807 108.6194) (xy 85.21181 108.619402) (xy 85.324956 108.666268) (xy 85.438099 108.713134) + (xy 85.4381 108.713134) (xy 85.438102 108.713135) (xy 85.674692 108.776529) (xy 85.917532 108.8085) + (xy 85.917539 108.8085) (xy 86.162461 108.8085) (xy 86.162468 108.8085) (xy 86.405308 108.776529) + (xy 86.641898 108.713135) (xy 86.86819 108.619402) (xy 87.08031 108.496934) (xy 87.274631 108.347827) + (xy 87.447827 108.174631) (xy 87.596934 107.98031) (xy 87.719402 107.76819) (xy 87.813135 107.541898) + (xy 87.876529 107.305308) (xy 87.9085 107.062468) (xy 87.9085 106.297532) (xy 87.876529 106.054692) + (xy 87.813135 105.818102) (xy 87.719402 105.59181) (xy 87.7194 105.591807) (xy 87.719398 105.591802) + (xy 87.596938 105.379697) (xy 87.596934 105.37969) (xy 87.447827 105.185369) (xy 87.447822 105.185363) + (xy 87.274636 105.012177) (xy 87.274629 105.012171) (xy 87.080318 104.863072) (xy 87.080316 104.86307) + (xy 87.08031 104.863066) (xy 87.080305 104.863063) (xy 87.080302 104.863061) (xy 86.868197 104.740601) + (xy 86.868186 104.740596) (xy 86.6419 104.646865) (xy 86.523603 104.615168) (xy 86.405308 104.583471) + (xy 86.351343 104.576366) (xy 86.162475 104.5515) (xy 86.162468 104.5515) (xy 85.917532 104.5515) + (xy 85.917524 104.5515) (xy 85.701674 104.579918) (xy 85.674692 104.583471) (xy 85.615544 104.599319) + (xy 85.438099 104.646865) (xy 85.211813 104.740596) (xy 85.211802 104.740601) (xy 84.999697 104.863061) + (xy 84.999681 104.863072) (xy 84.80537 105.012171) (xy 84.805363 105.012177) (xy 84.632177 105.185363) + (xy 84.632171 105.18537) (xy 84.483072 105.379681) (xy 84.483061 105.379697) (xy 84.360601 105.591802) + (xy 84.360596 105.591813) (xy 84.266865 105.818099) (xy 84.203471 106.054693) (xy 84.1715 106.297524) + (xy 84.1715 107.062475) (xy 78.308499 107.062475) (xy 78.3085 107.062468) (xy 78.3085 106.297532) + (xy 78.276529 106.054692) (xy 78.213135 105.818102) (xy 78.119402 105.59181) (xy 78.1194 105.591807) + (xy 78.119398 105.591802) (xy 77.996938 105.379697) (xy 77.996934 105.37969) (xy 77.847827 105.185369) + (xy 77.847822 105.185363) (xy 77.674636 105.012177) (xy 77.674629 105.012171) (xy 77.480318 104.863072) + (xy 77.480316 104.86307) (xy 77.48031 104.863066) (xy 77.480305 104.863063) (xy 77.480302 104.863061) + (xy 77.268197 104.740601) (xy 77.268186 104.740596) (xy 77.0419 104.646865) (xy 76.923603 104.615168) + (xy 76.805308 104.583471) (xy 76.751343 104.576366) (xy 76.562475 104.5515) (xy 76.562468 104.5515) + (xy 76.317532 104.5515) (xy 76.317524 104.5515) (xy 76.101674 104.579918) (xy 76.074692 104.583471) + (xy 76.015544 104.599319) (xy 75.838099 104.646865) (xy 75.611813 104.740596) (xy 75.611802 104.740601) + (xy 75.399697 104.863061) (xy 75.399681 104.863072) (xy 75.20537 105.012171) (xy 75.205363 105.012177) + (xy 75.032177 105.185363) (xy 75.032171 105.18537) (xy 74.883072 105.379681) (xy 74.883061 105.379697) + (xy 74.760601 105.591802) (xy 74.760596 105.591813) (xy 74.666865 105.818099) (xy 74.603471 106.054693) + (xy 74.5715 106.297524) (xy 74.5715 107.062475) (xy 73.6485 107.062475) (xy 73.6485 94.567844) (xy 77.34 94.567844) + (xy 77.346401 94.627372) (xy 77.346403 94.627379) (xy 77.396645 94.762086) (xy 77.396649 94.762093) + (xy 77.482809 94.877187) (xy 77.482812 94.87719) (xy 77.597906 94.96335) (xy 77.597913 94.963354) + (xy 77.73262 95.013596) (xy 77.732627 95.013598) (xy 77.792155 95.019999) (xy 77.792172 95.02) (xy 78.49 95.02) + (xy 78.49 94.053012) (xy 78.547007 94.085925) (xy 78.674174 94.12) (xy 78.805826 94.12) (xy 78.932993 94.085925) + (xy 78.99 94.053012) (xy 78.99 95.02) (xy 79.687828 95.02) (xy 79.687844 95.019999) (xy 79.747372 95.013598) + (xy 79.747379 95.013596) (xy 79.882086 94.963354) (xy 79.882093 94.96335) (xy 79.997187 94.87719) + (xy 79.99719 94.877187) (xy 80.08335 94.762093) (xy 80.083353 94.762088) (xy 80.098748 94.720811) + (xy 80.140619 94.664876) (xy 80.206083 94.640458) (xy 80.274356 94.655309) (xy 80.291093 94.666288) + (xy 80.466983 94.80319) (xy 80.466985 94.803191) (xy 80.466988 94.803193) (xy 80.586331 94.867777) + (xy 80.672273 94.914287) (xy 80.786914 94.953643) (xy 80.893045 94.990079) (xy 80.893047 94.990079) + (xy 80.893049 94.99008) (xy 81.123288 95.0285) (xy 81.123289 95.0285) (xy 81.356711 95.0285) (xy 81.356712 95.0285) + (xy 81.586951 94.99008) (xy 81.807727 94.914287) (xy 82.013017 94.80319) (xy 82.19722 94.659818) + (xy 82.355314 94.488083) (xy 82.386191 94.440821) (xy 82.439337 94.395465) (xy 82.508568 94.386041) + (xy 82.571904 94.415542) (xy 82.593809 94.440822) (xy 82.624686 94.488084) (xy 82.778629 94.655309) + (xy 82.78278 94.659818) (xy 82.966983 94.80319) (xy 82.966985 94.803191) (xy 82.966988 94.803193) + (xy 83.086331 94.867777) (xy 83.172273 94.914287) (xy 83.286914 94.953643) (xy 83.393045 94.990079) + (xy 83.393047 94.990079) (xy 83.393049 94.99008) (xy 83.623288 95.0285) (xy 83.623289 95.0285) (xy 83.856711 95.0285) + (xy 83.856712 95.0285) (xy 84.086951 94.99008) (xy 84.307727 94.914287) (xy 84.513017 94.80319) + (xy 84.69722 94.659818) (xy 84.855314 94.488083) (xy 84.982984 94.292669) (xy 85.076749 94.078907) + (xy 85.134051 93.852626) (xy 85.142618 93.749236) (xy 85.153327 93.620005) (xy 85.153327 93.619994) + (xy 85.134051 93.387377) (xy 85.134051 93.387374) (xy 85.076749 93.161093) (xy 84.982984 92.947331) + (xy 84.855313 92.751915) (xy 84.697223 92.580185) (xy 84.697222 92.580184) (xy 84.69722 92.580182) + (xy 84.513017 92.43681) (xy 84.513015 92.436809) (xy 84.513014 92.436808) (xy 84.513011 92.436806) + (xy 84.307733 92.325716) (xy 84.30773 92.325715) (xy 84.307727 92.325713) (xy 84.307721 92.325711) + (xy 84.307719 92.32571) (xy 84.086954 92.24992) (xy 83.90765 92.22) (xy 83.856712 92.2115) (xy 83.623288 92.2115) + (xy 83.57724 92.219184) (xy 83.393045 92.24992) (xy 83.17228 92.32571) (xy 83.172266 92.325716) + (xy 82.966988 92.436806) (xy 82.966985 92.436808) (xy 82.782781 92.580181) (xy 82.782776 92.580185) + (xy 82.624688 92.751913) (xy 82.593809 92.799178) (xy 82.540662 92.844534) (xy 82.471431 92.853958) + (xy 82.408095 92.824456) (xy 82.386191 92.799178) (xy 82.355311 92.751913) (xy 82.197223 92.580185) + (xy 82.197222 92.580184) (xy 82.19722 92.580182) (xy 82.013017 92.43681) (xy 82.013015 92.436809) + (xy 82.013014 92.436808) (xy 82.013011 92.436806) (xy 81.807733 92.325716) (xy 81.80773 92.325715) + (xy 81.807727 92.325713) (xy 81.807721 92.325711) (xy 81.807719 92.32571) (xy 81.586954 92.24992) + (xy 81.40765 92.22) (xy 81.356712 92.2115) (xy 81.123288 92.2115) (xy 81.07724 92.219184) (xy 80.893045 92.24992) + (xy 80.67228 92.32571) (xy 80.672266 92.325716) (xy 80.466988 92.436806) (xy 80.466986 92.436807) + (xy 80.291093 92.573711) (xy 80.226099 92.599353) (xy 80.157559 92.585786) (xy 80.107234 92.537318) + (xy 80.098749 92.519189) (xy 80.083355 92.477915) (xy 80.08335 92.477906) (xy 79.99719 92.362812) + (xy 79.997187 92.362809) (xy 79.882093 92.276649) (xy 79.882086 92.276645) (xy 79.747379 92.226403) + (xy 79.747372 92.226401) (xy 79.687844 92.22) (xy 78.99 92.22) (xy 78.99 93.186988) (xy 78.932993 93.154075) + (xy 78.805826 93.12) (xy 78.674174 93.12) (xy 78.547007 93.154075) (xy 78.49 93.186988) (xy 78.49 92.22) + (xy 77.792155 92.22) (xy 77.732627 92.226401) (xy 77.73262 92.226403) (xy 77.597913 92.276645) (xy 77.597906 92.276649) + (xy 77.482812 92.362809) (xy 77.482809 92.362812) (xy 77.396649 92.477906) (xy 77.396645 92.477913) + (xy 77.346403 92.61262) (xy 77.346401 92.612627) (xy 77.34 92.672155) (xy 77.34 93.37) (xy 78.306988 93.37) + (xy 78.274075 93.427007) (xy 78.24 93.554174) (xy 78.24 93.685826) (xy 78.274075 93.812993) (xy 78.306988 93.87) + (xy 77.34 93.87) (xy 77.34 94.567844) (xy 73.6485 94.567844) (xy 73.6485 86.502475) (xy 74.5715 86.502475) + (xy 74.596366 86.691343) (xy 74.603471 86.745308) (xy 74.635168 86.863603) (xy 74.666865 86.9819) + (xy 74.760596 87.208186) (xy 74.760601 87.208197) (xy 74.883061 87.420302) (xy 74.883072 87.420318) + (xy 75.032171 87.614629) (xy 75.032177 87.614636) (xy 75.205363 87.787822) (xy 75.205369 87.787827) + (xy 75.39969 87.936934) (xy 75.399697 87.936938) (xy 75.611802 88.059398) (xy 75.611807 88.0594) + (xy 75.61181 88.059402) (xy 75.724956 88.106268) (xy 75.838099 88.153134) (xy 75.8381 88.153134) + (xy 75.838102 88.153135) (xy 76.074692 88.216529) (xy 76.317532 88.2485) (xy 76.317539 88.2485) + (xy 76.562461 88.2485) (xy 76.562468 88.2485) (xy 76.805308 88.216529) (xy 77.041898 88.153135) + (xy 77.26819 88.059402) (xy 77.48031 87.936934) (xy 77.674631 87.787827) (xy 77.847827 87.614631) + (xy 77.996934 87.42031) (xy 78.119402 87.20819) (xy 78.213135 86.981898) (xy 78.276529 86.745308) + (xy 78.308499 86.502475) (xy 84.1715 86.502475) (xy 84.196366 86.691343) (xy 84.203471 86.745308) + (xy 84.235168 86.863603) (xy 84.266865 86.9819) (xy 84.360596 87.208186) (xy 84.360601 87.208197) + (xy 84.483061 87.420302) (xy 84.483072 87.420318) (xy 84.632171 87.614629) (xy 84.632177 87.614636) + (xy 84.805363 87.787822) (xy 84.805369 87.787827) (xy 84.99969 87.936934) (xy 84.999697 87.936938) + (xy 85.211802 88.059398) (xy 85.211807 88.0594) (xy 85.21181 88.059402) (xy 85.324956 88.106268) + (xy 85.438099 88.153134) (xy 85.4381 88.153134) (xy 85.438102 88.153135) (xy 85.674692 88.216529) + (xy 85.917532 88.2485) (xy 85.917539 88.2485) (xy 86.162461 88.2485) (xy 86.162468 88.2485) (xy 86.405308 88.216529) + (xy 86.641898 88.153135) (xy 86.86819 88.059402) (xy 87.08031 87.936934) (xy 87.274631 87.787827) + (xy 87.447827 87.614631) (xy 87.596934 87.42031) (xy 87.719402 87.20819) (xy 87.813135 86.981898) + (xy 87.876529 86.745308) (xy 87.9085 86.502468) (xy 87.9085 85.737532) (xy 87.876529 85.494692) + (xy 87.813135 85.258102) (xy 87.719402 85.03181) (xy 87.7194 85.031807) (xy 87.719398 85.031802) + (xy 87.596938 84.819697) (xy 87.596934 84.81969) (xy 87.447827 84.625369) (xy 87.447822 84.625363) + (xy 87.274636 84.452177) (xy 87.274629 84.452171) (xy 87.080318 84.303072) (xy 87.080316 84.30307) + (xy 87.08031 84.303066) (xy 87.080305 84.303063) (xy 87.080302 84.303061) (xy 86.868197 84.180601) + (xy 86.868186 84.180596) (xy 86.6419 84.086865) (xy 86.523603 84.055168) (xy 86.405308 84.023471) + (xy 86.351343 84.016366) (xy 86.162475 83.9915) (xy 86.162468 83.9915) (xy 85.917532 83.9915) (xy 85.917524 83.9915) + (xy 85.701674 84.019918) (xy 85.674692 84.023471) (xy 85.615544 84.039319) (xy 85.438099 84.086865) + (xy 85.211813 84.180596) (xy 85.211802 84.180601) (xy 84.999697 84.303061) (xy 84.999681 84.303072) + (xy 84.80537 84.452171) (xy 84.805363 84.452177) (xy 84.632177 84.625363) (xy 84.632171 84.62537) + (xy 84.483072 84.819681) (xy 84.483061 84.819697) (xy 84.360601 85.031802) (xy 84.360596 85.031813) + (xy 84.266865 85.258099) (xy 84.203471 85.494693) (xy 84.1715 85.737524) (xy 84.1715 86.502475) + (xy 78.308499 86.502475) (xy 78.3085 86.502468) (xy 78.3085 85.737532) (xy 78.276529 85.494692) + (xy 78.213135 85.258102) (xy 78.119402 85.03181) (xy 78.1194 85.031807) (xy 78.119398 85.031802) + (xy 77.996938 84.819697) (xy 77.996934 84.81969) (xy 77.847827 84.625369) (xy 77.847822 84.625363) + (xy 77.674636 84.452177) (xy 77.674629 84.452171) (xy 77.480318 84.303072) (xy 77.480316 84.30307) + (xy 77.48031 84.303066) (xy 77.480305 84.303063) (xy 77.480302 84.303061) (xy 77.268197 84.180601) + (xy 77.268186 84.180596) (xy 77.0419 84.086865) (xy 76.923603 84.055168) (xy 76.805308 84.023471) + (xy 76.751343 84.016366) (xy 76.562475 83.9915) (xy 76.562468 83.9915) (xy 76.317532 83.9915) (xy 76.317524 83.9915) + (xy 76.101674 84.019918) (xy 76.074692 84.023471) (xy 76.015544 84.039319) (xy 75.838099 84.086865) + (xy 75.611813 84.180596) (xy 75.611802 84.180601) (xy 75.399697 84.303061) (xy 75.399681 84.303072) + (xy 75.20537 84.452171) (xy 75.205363 84.452177) (xy 75.032177 84.625363) (xy 75.032171 84.62537) + (xy 74.883072 84.819681) (xy 74.883061 84.819697) (xy 74.760601 85.031802) (xy 74.760596 85.031813) + (xy 74.666865 85.258099) (xy 74.603471 85.494693) (xy 74.5715 85.737524) (xy 74.5715 86.502475) + (xy 73.6485 86.502475) (xy 73.6485 74.487844) (xy 77.34 74.487844) (xy 77.346401 74.547372) (xy 77.346403 74.547379) + (xy 77.396645 74.682086) (xy 77.396649 74.682093) (xy 77.482809 74.797187) (xy 77.482812 74.79719) + (xy 77.597906 74.88335) (xy 77.597913 74.883354) (xy 77.73262 74.933596) (xy 77.732627 74.933598) + (xy 77.792155 74.939999) (xy 77.792172 74.94) (xy 78.49 74.94) (xy 78.49 73.973012) (xy 78.547007 74.005925) + (xy 78.674174 74.04) (xy 78.805826 74.04) (xy 78.932993 74.005925) (xy 78.99 73.973012) (xy 78.99 74.94) + (xy 79.687828 74.94) (xy 79.687844 74.939999) (xy 79.747372 74.933598) (xy 79.747379 74.933596) + (xy 79.882086 74.883354) (xy 79.882093 74.88335) (xy 79.997187 74.79719) (xy 79.99719 74.797187) + (xy 80.08335 74.682093) (xy 80.083353 74.682088) (xy 80.098748 74.640811) (xy 80.140619 74.584876) + (xy 80.206083 74.560458) (xy 80.274356 74.575309) (xy 80.291093 74.586288) (xy 80.466983 74.72319) + (xy 80.466985 74.723191) (xy 80.466988 74.723193) (xy 80.541213 74.763361) (xy 80.672273 74.834287) + (xy 80.74901 74.860631) (xy 80.893045 74.910079) (xy 80.893047 74.910079) (xy 80.893049 74.91008) + (xy 81.123288 74.9485) (xy 81.123289 74.9485) (xy 81.356711 74.9485) (xy 81.356712 74.9485) (xy 81.586951 74.91008) + (xy 81.807727 74.834287) (xy 82.013017 74.72319) (xy 82.19722 74.579818) (xy 82.355314 74.408083) + (xy 82.386191 74.360821) (xy 82.439337 74.315465) (xy 82.508568 74.306041) (xy 82.571904 74.335542) + (xy 82.593809 74.360822) (xy 82.624686 74.408084) (xy 82.778629 74.575309) (xy 82.78278 74.579818) + (xy 82.966983 74.72319) (xy 82.966985 74.723191) (xy 82.966988 74.723193) (xy 83.041213 74.763361) + (xy 83.172273 74.834287) (xy 83.24901 74.860631) (xy 83.393045 74.910079) (xy 83.393047 74.910079) + (xy 83.393049 74.91008) (xy 83.623288 74.9485) (xy 83.623289 74.9485) (xy 83.856711 74.9485) (xy 83.856712 74.9485) + (xy 84.086951 74.91008) (xy 84.307727 74.834287) (xy 84.513017 74.72319) (xy 84.69722 74.579818) + (xy 84.855314 74.408083) (xy 84.982984 74.212669) (xy 85.076749 73.998907) (xy 85.134051 73.772626) + (xy 85.142618 73.669236) (xy 85.153327 73.540005) (xy 85.153327 73.539994) (xy 85.134051 73.307377) + (xy 85.134051 73.307374) (xy 85.076749 73.081093) (xy 84.982984 72.867331) (xy 84.855314 72.671917) + (xy 84.855313 72.671915) (xy 84.697223 72.500185) (xy 84.697222 72.500184) (xy 84.69722 72.500182) + (xy 84.513017 72.35681) (xy 84.513015 72.356809) (xy 84.513014 72.356808) (xy 84.513011 72.356806) + (xy 84.307733 72.245716) (xy 84.30773 72.245715) (xy 84.307727 72.245713) (xy 84.307721 72.245711) + (xy 84.307719 72.24571) (xy 84.086954 72.16992) (xy 83.90765 72.14) (xy 83.856712 72.1315) (xy 83.623288 72.1315) + (xy 83.57724 72.139184) (xy 83.393045 72.16992) (xy 83.17228 72.24571) (xy 83.172266 72.245716) + (xy 82.966988 72.356806) (xy 82.966985 72.356808) (xy 82.782781 72.500181) (xy 82.782776 72.500185) + (xy 82.624688 72.671913) (xy 82.593809 72.719178) (xy 82.540662 72.764534) (xy 82.471431 72.773958) + (xy 82.408095 72.744456) (xy 82.386191 72.719178) (xy 82.355311 72.671913) (xy 82.197223 72.500185) + (xy 82.197222 72.500184) (xy 82.19722 72.500182) (xy 82.013017 72.35681) (xy 82.013015 72.356809) + (xy 82.013014 72.356808) (xy 82.013011 72.356806) (xy 81.807733 72.245716) (xy 81.80773 72.245715) + (xy 81.807727 72.245713) (xy 81.807721 72.245711) (xy 81.807719 72.24571) (xy 81.586954 72.16992) + (xy 81.40765 72.14) (xy 81.356712 72.1315) (xy 81.123288 72.1315) (xy 81.07724 72.139184) (xy 80.893045 72.16992) + (xy 80.67228 72.24571) (xy 80.672266 72.245716) (xy 80.466988 72.356806) (xy 80.466986 72.356807) + (xy 80.291093 72.493711) (xy 80.226099 72.519353) (xy 80.157559 72.505786) (xy 80.107234 72.457318) + (xy 80.098749 72.439189) (xy 80.083355 72.397915) (xy 80.08335 72.397906) (xy 79.99719 72.282812) + (xy 79.997187 72.282809) (xy 79.882093 72.196649) (xy 79.882086 72.196645) (xy 79.747379 72.146403) + (xy 79.747372 72.146401) (xy 79.687844 72.14) (xy 78.99 72.14) (xy 78.99 73.106988) (xy 78.932993 73.074075) + (xy 78.805826 73.04) (xy 78.674174 73.04) (xy 78.547007 73.074075) (xy 78.49 73.106988) (xy 78.49 72.14) + (xy 77.792155 72.14) (xy 77.732627 72.146401) (xy 77.73262 72.146403) (xy 77.597913 72.196645) (xy 77.597906 72.196649) + (xy 77.482812 72.282809) (xy 77.482809 72.282812) (xy 77.396649 72.397906) (xy 77.396645 72.397913) + (xy 77.346403 72.53262) (xy 77.346401 72.532627) (xy 77.34 72.592155) (xy 77.34 73.29) (xy 78.306988 73.29) + (xy 78.274075 73.347007) (xy 78.24 73.474174) (xy 78.24 73.605826) (xy 78.274075 73.732993) (xy 78.306988 73.79) + (xy 77.34 73.79) (xy 77.34 74.487844) (xy 73.6485 74.487844) (xy 73.6485 66.422475) (xy 74.5715 66.422475) + (xy 74.596366 66.611343) (xy 74.603471 66.665308) (xy 74.635168 66.783603) (xy 74.666865 66.9019) + (xy 74.760596 67.128186) (xy 74.760601 67.128197) (xy 74.883061 67.340302) (xy 74.883072 67.340318) + (xy 75.032171 67.534629) (xy 75.032177 67.534636) (xy 75.205363 67.707822) (xy 75.205369 67.707827) + (xy 75.39969 67.856934) (xy 75.399697 67.856938) (xy 75.611802 67.979398) (xy 75.611807 67.9794) + (xy 75.61181 67.979402) (xy 75.694524 68.013663) (xy 75.838099 68.073134) (xy 75.8381 68.073134) + (xy 75.838102 68.073135) (xy 76.074692 68.136529) (xy 76.317532 68.1685) (xy 76.317539 68.1685) + (xy 76.562461 68.1685) (xy 76.562468 68.1685) (xy 76.805308 68.136529) (xy 77.041898 68.073135) + (xy 77.26819 67.979402) (xy 77.48031 67.856934) (xy 77.674631 67.707827) (xy 77.847827 67.534631) + (xy 77.996934 67.34031) (xy 78.119402 67.12819) (xy 78.213135 66.901898) (xy 78.276529 66.665308) + (xy 78.308499 66.422475) (xy 84.1715 66.422475) (xy 84.196366 66.611343) (xy 84.203471 66.665308) + (xy 84.235168 66.783603) (xy 84.266865 66.9019) (xy 84.360596 67.128186) (xy 84.360601 67.128197) + (xy 84.483061 67.340302) (xy 84.483072 67.340318) (xy 84.632171 67.534629) (xy 84.632177 67.534636) + (xy 84.805363 67.707822) (xy 84.805369 67.707827) (xy 84.99969 67.856934) (xy 84.999697 67.856938) + (xy 85.211802 67.979398) (xy 85.211807 67.9794) (xy 85.21181 67.979402) (xy 85.294524 68.013663) + (xy 85.438099 68.073134) (xy 85.4381 68.073134) (xy 85.438102 68.073135) (xy 85.674692 68.136529) + (xy 85.917532 68.1685) (xy 85.917539 68.1685) (xy 86.162461 68.1685) (xy 86.162468 68.1685) (xy 86.405308 68.136529) + (xy 86.641898 68.073135) (xy 86.86819 67.979402) (xy 87.08031 67.856934) (xy 87.274631 67.707827) + (xy 87.447827 67.534631) (xy 87.596934 67.34031) (xy 87.719402 67.12819) (xy 87.813135 66.901898) + (xy 87.876529 66.665308) (xy 87.9085 66.422468) (xy 87.9085 65.657532) (xy 87.876529 65.414692) + (xy 87.813135 65.178102) (xy 87.719402 64.95181) (xy 87.7194 64.951807) (xy 87.719398 64.951802) + (xy 87.596938 64.739697) (xy 87.596934 64.73969) (xy 87.447827 64.545369) (xy 87.447822 64.545363) + (xy 87.274636 64.372177) (xy 87.274629 64.372171) (xy 87.080318 64.223072) (xy 87.080316 64.22307) + (xy 87.08031 64.223066) (xy 87.080305 64.223063) (xy 87.080302 64.223061) (xy 86.868197 64.100601) + (xy 86.868186 64.100596) (xy 86.6419 64.006865) (xy 86.523603 63.975168) (xy 86.405308 63.943471) + (xy 86.351343 63.936366) (xy 86.162475 63.9115) (xy 86.162468 63.9115) (xy 85.917532 63.9115) (xy 85.917524 63.9115) + (xy 85.701674 63.939918) (xy 85.674692 63.943471) (xy 85.615544 63.959319) (xy 85.438099 64.006865) + (xy 85.211813 64.100596) (xy 85.211802 64.100601) (xy 84.999697 64.223061) (xy 84.999681 64.223072) + (xy 84.80537 64.372171) (xy 84.805363 64.372177) (xy 84.632177 64.545363) (xy 84.632171 64.54537) + (xy 84.483072 64.739681) (xy 84.483061 64.739697) (xy 84.360601 64.951802) (xy 84.360596 64.951813) + (xy 84.266865 65.178099) (xy 84.203471 65.414693) (xy 84.1715 65.657524) (xy 84.1715 66.422475) + (xy 78.308499 66.422475) (xy 78.3085 66.422468) (xy 78.3085 65.657532) (xy 78.276529 65.414692) + (xy 78.213135 65.178102) (xy 78.119402 64.95181) (xy 78.1194 64.951807) (xy 78.119398 64.951802) + (xy 77.996938 64.739697) (xy 77.996934 64.73969) (xy 77.847827 64.545369) (xy 77.847822 64.545363) + (xy 77.674636 64.372177) (xy 77.674629 64.372171) (xy 77.480318 64.223072) (xy 77.480316 64.22307) + (xy 77.48031 64.223066) (xy 77.480305 64.223063) (xy 77.480302 64.223061) (xy 77.268197 64.100601) + (xy 77.268186 64.100596) (xy 77.0419 64.006865) (xy 76.923603 63.975168) (xy 76.805308 63.943471) + (xy 76.751343 63.936366) (xy 76.562475 63.9115) (xy 76.562468 63.9115) (xy 76.317532 63.9115) (xy 76.317524 63.9115) + (xy 76.101674 63.939918) (xy 76.074692 63.943471) (xy 76.015544 63.959319) (xy 75.838099 64.006865) + (xy 75.611813 64.100596) (xy 75.611802 64.100601) (xy 75.399697 64.223061) (xy 75.399681 64.223072) + (xy 75.20537 64.372171) (xy 75.205363 64.372177) (xy 75.032177 64.545363) (xy 75.032171 64.54537) + (xy 74.883072 64.739681) (xy 74.883061 64.739697) (xy 74.760601 64.951802) (xy 74.760596 64.951813) + (xy 74.666865 65.178099) (xy 74.603471 65.414693) (xy 74.5715 65.657524) (xy 74.5715 66.422475) + (xy 73.6485 66.422475) (xy 73.6485 59.164171) (xy 73.648499 59.164167) (xy 73.637908 59.110921) + (xy 73.624155 59.041781) (xy 73.5764 58.926491) (xy 73.576399 58.92649) (xy 73.576396 58.926484) + (xy 73.507072 58.822734) (xy 73.507071 58.822733) (xy 73.418833 58.734495) (xy 71.480785 56.796447) + (xy 69.51927 54.834931) (xy 69.519266 54.834928) (xy 69.415515 54.765603) (xy 69.415506 54.765598) + (xy 69.300219 54.717845) (xy 69.300211 54.717843) (xy 69.177832 54.6935) (xy 69.177828 54.6935) + (xy 68.786291 54.6935) (xy 68.719252 54.673815) (xy 68.673497 54.621011) (xy 68.663553 54.551853) + (xy 68.692578 54.488297) (xy 68.733886 54.457118) (xy 68.876558 54.390589) (xy 69.049776 54.269301) + (xy 69.199301 54.119776) (xy 69.320589 53.946558) (xy 69.409956 53.75491) (xy 69.464686 53.550655) + (xy 69.474884 53.434082) (xy 69.500336 53.369015) (xy 69.510715 53.357226) (xy 69.724626 53.143315) + (xy 69.785948 53.109833) (xy 69.812306 53.106999) (xy 74.635131 53.106999) (xy 74.70217 53.126684) + (xy 74.747925 53.179488) (xy 74.757869 53.248646) (xy 74.728844 53.312202) (xy 74.675394 53.34828) + (xy 74.63643 53.361656) (xy 74.636419 53.361661) (xy 74.438427 53.468808) (xy 74.438422 53.468812) + (xy 74.260761 53.607092) (xy 74.260756 53.607097) (xy 74.108284 53.772723) (xy 74.108276 53.772734) + (xy 73.98514 53.961207) (xy 73.894703 54.167385) (xy 73.839436 54.385628) (xy 73.839434 54.38564) + (xy 73.820844 54.609994) (xy 73.820844 54.610005) (xy 73.839434 54.834359) (xy 73.839436 54.834371) + (xy 73.894703 55.052614) (xy 73.98514 55.258792) (xy 74.108276 55.447265) (xy 74.108284 55.447276) + (xy 74.255145 55.606807) (xy 74.26076 55.612906) (xy 74.438424 55.751189) (xy 74.474929 55.770944) + (xy 74.524519 55.820162) (xy 74.539629 55.888378) (xy 74.515459 55.953934) (xy 74.474932 55.989052) + (xy 74.438432 56.008805) (xy 74.438422 56.008812) (xy 74.260761 56.147092) (xy 74.260756 56.147097) + (xy 74.108284 56.312723) (xy 74.108276 56.312734) (xy 73.98514 56.501207) (xy 73.894703 56.707385) + (xy 73.839436 56.925628) (xy 73.839434 56.92564) (xy 73.820844 57.149994) (xy 73.820844 57.150005) + (xy 73.839434 57.374359) (xy 73.839436 57.374371) (xy 73.894703 57.592614) (xy 73.98514 57.798792) + (xy 74.108276 57.987265) (xy 74.108284 57.987276) (xy 74.260756 58.152902) (xy 74.26076 58.152906) + (xy 74.438424 58.291189) (xy 74.438425 58.291189) (xy 74.438427 58.291191) (xy 74.498314 58.3236) + (xy 74.636426 58.398342) (xy 74.849365 58.471444) (xy 75.071431 58.5085) (xy 75.296569 58.5085) + (xy 75.518635 58.471444) (xy 75.731574 58.398342) (xy 75.929576 58.291189) (xy 76.10724 58.152906) + (xy 76.243316 58.00509) (xy 76.259715 57.987276) (xy 76.259715 57.987275) (xy 76.259722 57.987268) + (xy 76.353749 57.843347) (xy 76.406894 57.797994) (xy 76.476125 57.78857) (xy 76.539461 57.818072) + (xy 76.559131 57.840049) (xy 76.609072 57.911373) (xy 76.609073 57.911373) (xy 77.241037 57.279409) + (xy 77.258075 57.342993) (xy 77.323901 57.457007) (xy 77.416993 57.550099) (xy 77.531007 57.615925) + (xy 77.59459 57.632962) (xy 76.962625 58.264925) (xy 77.046421 58.323599) (xy 77.260507 58.423429) + (xy 77.260516 58.423433) (xy 77.488673 58.484567) (xy 77.488684 58.484569) (xy 77.723998 58.505157) + (xy 77.724002 58.505157) (xy 77.959315 58.484569) (xy 77.959326 58.484567) (xy 78.187483 58.423433) + (xy 78.187492 58.423429) (xy 78.401578 58.3236) (xy 78.401582 58.323598) (xy 78.485373 58.264926) + (xy 78.485373 58.264925) (xy 77.853409 57.632962) (xy 77.916993 57.615925) (xy 78.031007 57.550099) + (xy 78.124099 57.457007) (xy 78.189925 57.342993) (xy 78.206962 57.27941) (xy 78.838925 57.911373) + (xy 78.892425 57.834968) (xy 78.947002 57.791344) (xy 79.016501 57.784151) (xy 79.078855 57.815673) + (xy 79.095576 57.834969) (xy 79.149073 57.911372) (xy 79.781037 57.279409) (xy 79.798075 57.342993) + (xy 79.863901 57.457007) (xy 79.956993 57.550099) (xy 80.071007 57.615925) (xy 80.13459 57.632962) + (xy 79.502625 58.264925) (xy 79.586421 58.323599) (xy 79.800507 58.423429) (xy 79.800516 58.423433) + (xy 80.028673 58.484567) (xy 80.028684 58.484569) (xy 80.263998 58.505157) (xy 80.264002 58.505157) + (xy 80.499315 58.484569) (xy 80.499326 58.484567) (xy 80.727483 58.423433) (xy 80.727492 58.423429) + (xy 80.941578 58.3236) (xy 80.941582 58.323598) (xy 81.025373 58.264926) (xy 81.025373 58.264925) + (xy 80.393409 57.632962) (xy 80.456993 57.615925) (xy 80.571007 57.550099) (xy 80.664099 57.457007) + (xy 80.729925 57.342993) (xy 80.746962 57.27941) (xy 81.378925 57.911373) (xy 81.428868 57.840048) + (xy 81.483445 57.796424) (xy 81.552944 57.789231) (xy 81.615298 57.820753) (xy 81.634251 57.84335) + (xy 81.728276 57.987265) (xy 81.728284 57.987276) (xy 81.880756 58.152902) (xy 81.88076 58.152906) + (xy 82.058424 58.291189) (xy 82.058425 58.291189) (xy 82.058427 58.291191) (xy 82.118314 58.3236) + (xy 82.256426 58.398342) (xy 82.469365 58.471444) (xy 82.691431 58.5085) (xy 82.916569 58.5085) + (xy 83.138635 58.471444) (xy 83.351574 58.398342) (xy 83.549576 58.291189) (xy 83.72724 58.152906) + (xy 83.842818 58.027355) (xy 83.902704 57.991366) (xy 83.972542 57.993467) (xy 84.030158 58.032991) + (xy 84.048474 58.066362) (xy 84.048835 58.066195) (xy 84.051389 58.071672) (xy 84.051749 58.072329) + (xy 84.051885 58.072738) (xy 84.14497 58.223652) (xy 84.270348 58.34903) (xy 84.421262 58.442115) + (xy 84.589574 58.497887) (xy 84.693455 58.5085) (xy 85.994544 58.508499) (xy 86.098426 58.497887) + (xy 86.266738 58.442115) (xy 86.417652 58.34903) (xy 86.54303 58.223652) (xy 86.636115 58.072738) + (xy 86.691887 57.904426) (xy 86.7025 57.800545) (xy 86.702499 56.499456) (xy 86.691887 56.395574) + (xy 86.636115 56.227262) (xy 86.54303 56.076348) (xy 86.417652 55.95097) (xy 86.417651 55.950969) + (xy 86.292402 55.873714) (xy 86.245678 55.821766) (xy 86.2335 55.768176) (xy 86.2335 55.697941) + (xy 86.253185 55.630902) (xy 86.266271 55.613957) (xy 86.267234 55.61291) (xy 86.26724 55.612906) + (xy 86.419722 55.447268) (xy 86.54286 55.258791) (xy 86.633296 55.052616) (xy 86.688564 54.834368) + (xy 86.694262 54.765603) (xy 86.707156 54.610005) (xy 86.707156 54.609994) (xy 86.688565 54.38564) + (xy 86.688563 54.385628) (xy 86.65698 54.260909) (xy 86.633296 54.167384) (xy 86.54286 53.961209) + (xy 86.530262 53.941927) (xy 86.419723 53.772734) (xy 86.419715 53.772723) (xy 86.267243 53.607097) + (xy 86.267238 53.607092) (xy 86.123316 53.495072) (xy 86.089576 53.468811) (xy 86.089575 53.46881) + (xy 86.089572 53.468808) (xy 85.89158 53.361661) (xy 85.891577 53.361659) (xy 85.891574 53.361658) + (xy 85.891571 53.361657) (xy 85.891569 53.361656) (xy 85.678637 53.288556) (xy 85.456569 53.2515) + (xy 85.294805 53.2515) (xy 85.227766 53.231815) (xy 85.207124 53.215181) (xy 83.518525 51.526581) + (xy 83.518521 51.526578) (xy 83.372841 51.429237) (xy 83.372828 51.42923) (xy 83.210961 51.362183) + (xy 83.210949 51.36218) (xy 83.039111 51.327999) (xy 83.039107 51.327999) (xy 69.480109 51.327999) + (xy 69.304892 51.327999) (xy 69.304889 51.327999) (xy 69.13305 51.36218) (xy 69.133038 51.362183) + (xy 68.971171 51.42923) (xy 68.971158 51.429237) (xy 68.825478 51.526578) (xy 68.825474 51.526581) + (xy 68.252788 52.099267) (xy 68.191465 52.132752) (xy 68.175916 52.135114) (xy 68.059349 52.145313) + (xy 68.059339 52.145315) (xy 67.855097 52.200041) (xy 67.855088 52.200045) (xy 67.663443 52.28941) + (xy 67.663441 52.289411) (xy 67.490221 52.4107) (xy 67.3407 52.560221) (xy 67.219411 52.733441) + (xy 67.21941 52.733443) (xy 67.130045 52.925088) (xy 67.130041 52.925097) (xy 67.075315 53.129339) + (xy 67.075313 53.12935) (xy 67.056884 53.339998) (xy 67.056884 53.340001) (xy 67.075313 53.550649) + (xy 67.075315 53.55066) (xy 67.130041 53.754902) (xy 67.130043 53.754906) (xy 67.130044 53.75491) + (xy 67.173744 53.848625) (xy 67.21941 53.946556) (xy 67.219411 53.946558) (xy 67.3407 54.119778) + (xy 67.490221 54.269299) (xy 67.490224 54.269301) (xy 67.663442 54.390589) (xy 67.720096 54.417007) + (xy 67.806114 54.457118) (xy 67.858553 54.50329) (xy 67.877705 54.570484) (xy 67.857489 54.637365) + (xy 67.804324 54.6827) (xy 67.753709 54.6935) (xy 65.032291 54.6935) (xy 64.965252 54.673815) (xy 64.919497 54.621011) + (xy 64.909553 54.551853) (xy 64.938578 54.488297) (xy 64.979886 54.457118) (xy 65.122558 54.390589) + (xy 65.295776 54.269301) (xy 65.445301 54.119776) (xy 65.566589 53.946558) (xy 65.655956 53.75491) + (xy 65.710686 53.550655) (xy 65.729116 53.34) (xy 65.710686 53.129345) (xy 65.655956 52.92509) (xy 65.566589 52.733442) + (xy 65.466575 52.590606) (xy 65.445299 52.560221) (xy 65.295778 52.4107) (xy 65.122558 52.289411) + (xy 65.122556 52.28941) (xy 65.101071 52.279391) (xy 64.93091 52.200044) (xy 64.930906 52.200043) + (xy 64.930902 52.200041) (xy 64.72666 52.145315) (xy 64.726656 52.145314) (xy 64.726655 52.145314) + (xy 64.726654 52.145313) (xy 64.726649 52.145313) (xy 64.516002 52.126884) (xy 64.515998 52.126884) + (xy 64.30535 52.145313) (xy 64.305339 52.145315) (xy 64.101097 52.200041) (xy 64.101088 52.200045) + (xy 63.909443 52.28941) (xy 63.909441 52.289411) (xy 63.736221 52.4107) (xy 63.5867 52.560221) (xy 63.465411 52.733441) + (xy 63.46541 52.733443) (xy 63.376045 52.925088) (xy 63.376041 52.925097) (xy 63.321315 53.129339) + (xy 63.321313 53.12935) (xy 63.302884 53.339998) (xy 63.302884 53.340001) (xy 63.321313 53.550649) + (xy 63.321315 53.55066) (xy 63.376041 53.754902) (xy 63.376043 53.754906) (xy 63.376044 53.75491) + (xy 63.419744 53.848625) (xy 63.46541 53.946556) (xy 63.465411 53.946558) (xy 63.5867 54.119778) + (xy 63.736221 54.269299) (xy 63.736224 54.269301) (xy 63.909442 54.390589) (xy 63.966096 54.417007) + (xy 64.052114 54.457118) (xy 64.104553 54.50329) (xy 64.123705 54.570484) (xy 64.103489 54.637365) + (xy 64.050324 54.6827) (xy 63.999709 54.6935) (xy 61.736767 54.6935) (xy 61.669728 54.673815) (xy 61.649086 54.657181) + (xy 61.377533 54.385628) (xy 60.943244 53.95134) (xy 60.90976 53.890018) (xy 60.914744 53.820327) + (xy 60.931665 53.789341) (xy 60.933353 53.787086) (xy 60.983597 53.652376) (xy 60.983598 53.652372) + (xy 60.989999 53.592844) (xy 60.99 53.592827) (xy 60.99 52.995) (xy 60.005686 52.995) (xy 60.01008 52.990606) + (xy 60.062741 52.899394) (xy 60.09 52.797661) (xy 60.09 52.692339) (xy 60.062741 52.590606) (xy 60.01008 52.499394) + (xy 60.005686 52.495) (xy 60.99 52.495) (xy 60.99 51.897172) (xy 60.989999 51.897155) (xy 60.983598 51.837627) + (xy 60.983596 51.83762) (xy 60.933354 51.702913) (xy 60.93335 51.702906) (xy 60.84719 51.587812) + (xy 60.847187 51.587809) (xy 60.732093 51.501649) (xy 60.732086 51.501645) (xy 60.597379 51.451403) + (xy 60.597372 51.451401) (xy 60.537844 51.445) (xy 59.94 51.445) (xy 59.94 52.429314) (xy 59.935606 52.42492) + (xy 59.844394 52.372259) (xy 59.742661 52.345) (xy 59.637339 52.345) (xy 59.535606 52.372259) (xy 59.444394 52.42492) + (xy 59.44 52.429314) (xy 59.44 51.445) (xy 58.842155 51.445) (xy 58.782627 51.451401) (xy 58.78262 51.451403) + (xy 58.647913 51.501645) (xy 58.647906 51.501649) (xy 58.532812 51.587809) (xy 58.532809 51.587812) + (xy 58.446649 51.702906) (xy 58.446645 51.702913) (xy 58.396403 51.83762) (xy 58.396401 51.837627) + (xy 58.39 51.897155) (xy 58.39 52.495) (xy 59.374314 52.495) (xy 59.36992 52.499394) (xy 59.317259 52.590606) + (xy 59.29 52.692339) (xy 59.29 52.797661) (xy 59.317259 52.899394) (xy 59.36992 52.990606) (xy 59.374314 52.995) + (xy 58.39 52.995) (xy 58.39 53.409026) (xy 58.370315 53.476065) (xy 58.317511 53.52182) (xy 58.313453 53.523587) + (xy 58.228928 53.558598) (xy 58.228918 53.558603) (xy 58.125167 53.627928) (xy 58.125163 53.627931) + (xy 57.115802 54.637294) (xy 57.054479 54.670779) (xy 57.028121 54.673613) (xy 55.2805 54.673613) + (xy 55.213461 54.653928) (xy 55.167706 54.601124) (xy 55.1565 54.549613) (xy 55.1565 54.458475) + (xy 55.156499 54.458458) (xy 55.152042 54.417007) (xy 55.149989 54.397912) (xy 55.147257 54.390588) + (xy 55.127522 54.337677) (xy 55.098889 54.260909) (xy 55.011261 54.143852) (xy 54.894204 54.056224) + (xy 54.757203 54.005124) (xy 54.696654 53.998613) (xy 54.693331 53.998436) (xy 54.69334 53.998257) + (xy 54.693335 53.998257) (xy 54.693346 53.998153) (xy 54.693408 53.996984) (xy 54.631915 53.978928) + (xy 54.58616 53.926124) (xy 54.580479 53.893145) (xy 53.894447 53.207113) (xy 53.900661 53.207113) + (xy 54.002394 53.179854) (xy 54.093606 53.127193) (xy 54.16808 53.052719) (xy 54.220741 52.961507) + (xy 54.248 52.859774) (xy 54.248 52.85356) (xy 54.927024 53.532584) (xy 54.978136 53.459591) (xy 55.074264 53.253444) + (xy 55.074269 53.25343) (xy 55.133139 53.033723) (xy 55.133141 53.033712) (xy 55.152966 52.807115) + (xy 55.152966 52.80711) (xy 55.133141 52.580513) (xy 55.133139 52.580502) (xy 55.074269 52.360795) + (xy 55.074264 52.360781) (xy 54.978136 52.154634) (xy 54.978132 52.154626) (xy 54.927025 52.081639) + (xy 54.248 52.760664) (xy 54.248 52.754452) (xy 54.220741 52.652719) (xy 54.16808 52.561507) (xy 54.093606 52.487033) + (xy 54.002394 52.434372) (xy 53.900661 52.407113) (xy 53.894448 52.407113) (xy 54.573472 51.728087) + (xy 54.500478 51.676976) (xy 54.294331 51.580848) (xy 54.294317 51.580843) (xy 54.07461 51.521973) + (xy 54.074599 51.521971) (xy 53.848002 51.502147) (xy 53.847998 51.502147) (xy 53.6214 51.521971) + (xy 53.621389 51.521973) (xy 53.401682 51.580843) (xy 53.401673 51.580847) (xy 53.195516 51.676979) + (xy 53.195512 51.676981) (xy 53.122526 51.728086) (xy 53.122526 51.728087) (xy 53.801553 52.407113) + (xy 53.795339 52.407113) (xy 53.693606 52.434372) (xy 53.602394 52.487033) (xy 53.52792 52.561507) + (xy 53.475259 52.652719) (xy 53.448 52.754452) (xy 53.448 52.760665) (xy 52.768974 52.081639) (xy 52.768973 52.081639) + (xy 52.717868 52.154625) (xy 52.717866 52.154629) (xy 52.621734 52.360786) (xy 52.62173 52.360795) + (xy 52.56286 52.580502) (xy 52.562858 52.580513) (xy 52.543034 52.80711) (xy 52.543034 52.807115) + (xy 52.562858 53.033712) (xy 52.56286 53.033723) (xy 52.62173 53.25343) (xy 52.621735 53.253444) + (xy 52.717863 53.459591) (xy 52.768974 53.532585) (xy 53.448 52.853559) (xy 53.448 52.859774) (xy 53.475259 52.961507) + (xy 53.52792 53.052719) (xy 53.602394 53.127193) (xy 53.693606 53.179854) (xy 53.795339 53.207113) + (xy 53.801553 53.207113) (xy 53.114464 53.8942) (xy 53.106805 53.932308) (xy 53.058189 53.98249) + (xy 53.0026 53.997148) (xy 53.002653 53.998153) (xy 53.002665 53.998257) (xy 53.002659 53.998257) + (xy 53.002669 53.998436) (xy 52.999345 53.998613) (xy 52.938797 54.005124) (xy 52.938795 54.005124) + (xy 52.801795 54.056224) (xy 52.684739 54.143852) (xy 52.597111 54.260908) (xy 52.546011 54.397908) + (xy 52.546011 54.39791) (xy 52.5395 54.458458) (xy 52.5395 56.155767) (xy 50.8755 56.155767) (xy 50.8755 50.9995) + (xy 50.895185 50.932461) (xy 50.947989 50.886706) (xy 50.9995 50.8755) (xy 90.9005 50.8755) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 90.941748 132.701407) (xy 90.998422 132.742271) (xy 91.024006 132.807288) (xy 91.0245 132.818345) + (xy 91.0245 158.7805) (xy 91.004815 158.847539) (xy 90.952011 158.893294) (xy 90.9005 158.9045) + (xy 50.9995 158.9045) (xy 50.932461 158.884815) (xy 50.886706 158.832011) (xy 50.8755 158.7805) + (xy 50.8755 147.80785) (xy 52.465001 147.80785) (xy 52.465001 147.981172) (xy 52.475144 148.080457) + (xy 52.528452 148.241331) (xy 52.528457 148.241342) (xy 52.617424 148.385578) (xy 52.617427 148.385582) + (xy 52.737267 148.505422) (xy 52.737271 148.505425) (xy 52.881507 148.594392) (xy 52.881518 148.594397) + (xy 53.042393 148.647705) (xy 53.141683 148.657849) (xy 53.165 148.657848) (xy 53.165 147.80785) + (xy 52.465001 147.80785) (xy 50.8755 147.80785) (xy 50.8755 147.30785) (xy 52.465 147.30785) (xy 53.165 147.30785) + (xy 53.165 146.457849) (xy 53.141693 146.45785) (xy 53.141674 146.457851) (xy 53.042392 146.467994) + (xy 52.881518 146.521302) (xy 52.881507 146.521307) (xy 52.737271 146.610274) (xy 52.737267 146.610277) + (xy 52.617427 146.730117) (xy 52.617424 146.730121) (xy 52.528457 146.874357) (xy 52.528452 146.874368) + (xy 52.475144 147.035243) (xy 52.465 147.134527) (xy 52.465 147.30785) (xy 50.8755 147.30785) (xy 50.8755 140.860466) + (xy 50.895185 140.793427) (xy 50.947989 140.747672) (xy 51.017147 140.737728) (xy 51.080703 140.766753) + (xy 51.087181 140.772785) (xy 53.465181 143.150785) (xy 53.498666 143.212108) (xy 53.5015 143.238466) + (xy 53.5015 143.900237) (xy 53.501501 143.900253) (xy 53.512113 144.004127) (xy 53.567884 144.172435) + (xy 53.567886 144.17244) (xy 53.599191 144.223193) (xy 53.66097 144.323352) (xy 53.786348 144.44873) + (xy 53.937262 144.541815) (xy 54.105574 144.597587) (xy 54.209455 144.6082) (xy 54.209455 144.608199) + (xy 54.209456 144.6082) (xy 54.212524 144.608356) (xy 54.278479 144.631414) (xy 54.321497 144.686471) + (xy 54.327921 144.756045) (xy 54.29571 144.818047) (xy 54.293918 144.819876) (xy 54.198668 144.915127) + (xy 54.198667 144.915129) (xy 54.163015 144.950781) (xy 54.110427 145.003368) (xy 54.041103 145.107118) + (xy 54.041098 145.107127) (xy 53.993345 145.222414) (xy 53.993343 145.222422) (xy 53.969 145.344801) + (xy 53.969 146.356381) (xy 53.949315 146.42342) (xy 53.896511 146.469175) (xy 53.827353 146.479119) + (xy 53.805998 146.474088) (xy 53.787606 146.467993) (xy 53.688322 146.45785) (xy 53.665 146.45785) + (xy 53.665 148.657849) (xy 53.688308 148.657849) (xy 53.688322 148.657848) (xy 53.787608 148.647705) + (xy 53.805994 148.641613) (xy 53.875822 148.63921) (xy 53.935865 148.67494) (xy 53.967058 148.73746) + (xy 53.969 148.759318) (xy 53.969 151.550534) (xy 53.949315 151.617573) (xy 53.896511 151.663328) + (xy 53.879595 151.66961) (xy 53.751404 151.706853) (xy 53.751398 151.706855) (xy 53.608196 151.791544) + (xy 53.608187 151.791551) (xy 53.490551 151.909187) (xy 53.490544 151.909196) (xy 53.405855 152.052398) + (xy 53.405853 152.052403) (xy 53.359438 152.212164) (xy 53.359437 152.21217) (xy 53.3565 152.249492) + (xy 53.3565 152.682507) (xy 53.359437 152.719829) (xy 53.359438 152.719835) (xy 53.405853 152.879596) + (xy 53.405855 152.879601) (xy 53.490544 153.022803) (xy 53.490551 153.022812) (xy 53.608187 153.140448) + (xy 53.608191 153.140451) (xy 53.608193 153.140453) (xy 53.751399 153.225145) (xy 53.79353 153.237385) + (xy 53.911164 153.271561) (xy 53.911167 153.271561) (xy 53.911169 153.271562) (xy 53.948498 153.2745) + (xy 55.1075 153.2745) (xy 55.174539 153.294185) (xy 55.220294 153.346989) (xy 55.2315 153.3985) + (xy 55.2315 153.632507) (xy 55.234437 153.669829) (xy 55.234438 153.669835) (xy 55.280853 153.829596) + (xy 55.280855 153.829601) (xy 55.365544 153.972803) (xy 55.365551 153.972812) (xy 55.483187 154.090448) + (xy 55.483191 154.090451) (xy 55.483193 154.090453) (xy 55.626399 154.175145) (xy 55.66853 154.187385) + (xy 55.786164 154.221561) (xy 55.786167 154.221561) (xy 55.786169 154.221562) (xy 55.823498 154.2245) + (xy 56.757234 154.2245) (xy 56.824273 154.244185) (xy 56.844915 154.260819) (xy 58.29978 155.715684) + (xy 58.333265 155.777007) (xy 58.332305 155.833805) (xy 58.295948 155.977377) (xy 58.276673 156.209994) + (xy 58.276673 156.210005) (xy 58.295948 156.442622) (xy 58.353251 156.668907) (xy 58.447015 156.882668) + (xy 58.574686 157.078084) (xy 58.726354 157.242838) (xy 58.73278 157.249818) (xy 58.916983 157.39319) + (xy 58.916985 157.393191) (xy 58.916988 157.393193) (xy 58.96375 157.418499) (xy 59.122273 157.504287) + (xy 59.236914 157.543643) (xy 59.343045 157.580079) (xy 59.343047 157.580079) (xy 59.343049 157.58008) + (xy 59.573288 157.6185) (xy 59.573289 157.6185) (xy 59.806711 157.6185) (xy 59.806712 157.6185) + (xy 60.036951 157.58008) (xy 60.257727 157.504287) (xy 60.463017 157.39319) (xy 60.64722 157.249818) + (xy 60.653646 157.242837) (xy 60.713531 157.206845) (xy 60.783369 157.208944) (xy 60.840986 157.248466) + (xy 60.861059 157.283485) (xy 60.886645 157.352086) (xy 60.886649 157.352093) (xy 60.972809 157.467187) + (xy 60.972812 157.46719) (xy 61.087906 157.55335) (xy 61.087913 157.553354) (xy 61.22262 157.603596) + (xy 61.222627 157.603598) (xy 61.282155 157.609999) (xy 61.282172 157.61) (xy 61.98 157.61) (xy 61.98 156.585277) + (xy 62.056306 156.629333) (xy 62.170756 156.66) (xy 62.289244 156.66) (xy 62.403694 156.629333) + (xy 62.48 156.585277) (xy 62.48 157.61) (xy 63.177828 157.61) (xy 63.177844 157.609999) (xy 63.237372 157.603598) + (xy 63.237379 157.603596) (xy 63.372086 157.553354) (xy 63.372093 157.55335) (xy 63.487187 157.46719) + (xy 63.48719 157.467187) (xy 63.57335 157.352093) (xy 63.573354 157.352086) (xy 63.623596 157.217379) + (xy 63.623598 157.217372) (xy 63.629999 157.157844) (xy 63.63 157.157827) (xy 63.63 156.46) (xy 62.605278 156.46) + (xy 62.649333 156.383694) (xy 62.68 156.269244) (xy 62.68 156.150756) (xy 62.649333 156.036306) + (xy 62.605278 155.96) (xy 63.63 155.96) (xy 63.63 155.262172) (xy 63.629999 155.262155) (xy 63.623598 155.202627) + (xy 63.623596 155.20262) (xy 63.573354 155.067913) (xy 63.57335 155.067906) (xy 63.48719 154.952812) + (xy 63.487187 154.952809) (xy 63.372093 154.866649) (xy 63.372086 154.866645) (xy 63.237379 154.816403) + (xy 63.237372 154.816401) (xy 63.177844 154.81) (xy 62.48 154.81) (xy 62.48 155.834722) (xy 62.403694 155.790667) + (xy 62.289244 155.76) (xy 62.170756 155.76) (xy 62.056306 155.790667) (xy 61.98 155.834722) (xy 61.98 154.81) + (xy 61.282155 154.81) (xy 61.222627 154.816401) (xy 61.22262 154.816403) (xy 61.087913 154.866645) + (xy 61.087906 154.866649) (xy 60.972812 154.952809) (xy 60.972809 154.952812) (xy 60.886649 155.067906) + (xy 60.886645 155.067913) (xy 60.861059 155.136514) (xy 60.819188 155.192448) (xy 60.753723 155.216865) + (xy 60.68545 155.202013) (xy 60.653649 155.177165) (xy 60.647224 155.170186) (xy 60.647222 155.170184) + (xy 60.64722 155.170182) (xy 60.463017 155.02681) (xy 60.463015 155.026809) (xy 60.463014 155.026808) + (xy 60.463011 155.026806) (xy 60.257733 154.915716) (xy 60.25773 154.915715) (xy 60.257727 154.915713) + (xy 60.257721 154.915711) (xy 60.257719 154.91571) (xy 60.036954 154.83992) (xy 59.85765 154.81) + (xy 59.806712 154.8015) (xy 59.573288 154.8015) (xy 59.534914 154.807903) (xy 59.343044 154.83992) + (xy 59.321545 154.847301) (xy 59.251746 154.850449) (xy 59.193604 154.8177) (xy 57.759819 153.383914) + (xy 57.726334 153.322591) (xy 57.7235 153.296233) (xy 57.7235 153.199504) (xy 57.7235 153.199498) + (xy 57.720562 153.162169) (xy 57.674145 153.002399) (xy 57.589453 152.859193) (xy 57.589451 152.859191) + (xy 57.589448 152.859187) (xy 57.471812 152.741551) (xy 57.471803 152.741544) (xy 57.328601 152.656855) + (xy 57.328596 152.656853) (xy 57.168835 152.610438) (xy 57.168829 152.610437) (xy 57.131507 152.6075) + (xy 57.131502 152.6075) (xy 55.9725 152.6075) (xy 55.905461 152.587815) (xy 55.859706 152.535011) + (xy 55.8485 152.4835) (xy 55.8485 152.4485) (xy 55.868185 152.381461) (xy 55.920989 152.335706) + (xy 55.9725 152.3245) (xy 57.131496 152.3245) (xy 57.131502 152.3245) (xy 57.168831 152.321562) + (xy 57.168833 152.321561) (xy 57.168835 152.321561) (xy 57.210962 152.309321) (xy 57.328601 152.275145) + (xy 57.471807 152.190453) (xy 57.589453 152.072807) (xy 57.674145 151.929601) (xy 57.714267 151.7915) + (xy 57.720561 151.769835) (xy 57.720562 151.769829) (xy 57.722457 151.745748) (xy 57.7235 151.732502) + (xy 57.7235 151.299498) (xy 57.720562 151.262169) (xy 57.710904 151.228927) (xy 57.6817 151.128404) + (xy 57.674145 151.102399) (xy 57.589453 150.959193) (xy 57.589451 150.959191) (xy 57.589448 150.959187) + (xy 57.471812 150.841551) (xy 57.471803 150.841544) (xy 57.328601 150.756855) (xy 57.328595 150.756853) + (xy 57.200405 150.71961) (xy 57.141519 150.682004) (xy 57.112313 150.618531) (xy 57.111 150.600534) + (xy 57.111 148.738448) (xy 57.130685 148.671409) (xy 57.183489 148.625654) (xy 57.195984 148.620746) + (xy 57.252101 148.602152) (xy 57.39804 148.512135) (xy 57.519285 148.39089) (xy 57.609302 148.244951) + (xy 57.663236 148.082186) (xy 57.6735 147.981722) (xy 57.6735 147.546616) (xy 57.693185 147.479577) + (xy 57.709819 147.458935) (xy 57.828819 147.339935) (xy 57.890142 147.30645) (xy 57.959834 147.311434) + (xy 58.015767 147.353306) (xy 58.040184 147.41877) (xy 58.0405 147.427616) (xy 58.0405 150.016398) + (xy 58.064843 150.138777) (xy 58.064845 150.138785) (xy 58.112598 150.254072) (xy 58.112603 150.254081) + (xy 58.181928 150.357832) (xy 58.181931 150.357836) (xy 59.434703 151.610607) (xy 59.468188 151.67193) + (xy 59.463204 151.741622) (xy 59.461588 151.74573) (xy 59.458884 151.752257) (xy 59.401065 151.993092) + (xy 59.381634 152.24) (xy 59.401065 152.486906) (xy 59.401065 152.486909) (xy 59.401066 152.486911) + (xy 59.458885 152.727742) (xy 59.458886 152.727744) (xy 59.553663 152.956558) (xy 59.553665 152.956562) + (xy 59.553666 152.956563) (xy 59.683075 153.16774) (xy 59.843927 153.356073) (xy 60.03226 153.516925) + (xy 60.243437 153.646334) (xy 60.243439 153.646334) (xy 60.243441 153.646336) (xy 60.300173 153.669835) + (xy 60.472258 153.741115) (xy 60.713089 153.798934) (xy 60.96 153.818366) (xy 61.206911 153.798934) + (xy 61.447742 153.741115) (xy 61.676563 153.646334) (xy 61.88774 153.516925) (xy 62.076073 153.356073) + (xy 62.236925 153.16774) (xy 62.366334 152.956563) (xy 62.461115 152.727742) (xy 62.518934 152.486911) + (xy 62.538366 152.24) (xy 62.518934 151.993089) (xy 62.461115 151.752258) (xy 62.384301 151.566812) + (xy 62.366336 151.523441) (xy 62.357792 151.509499) (xy 62.236925 151.31226) (xy 62.076073 151.123927) + (xy 61.88774 150.963075) (xy 61.676563 150.833666) (xy 61.676562 150.833665) (xy 61.676558 150.833663) + (xy 61.472282 150.74905) (xy 61.447742 150.738885) (xy 61.206911 150.681066) (xy 61.206909 150.681065) + (xy 61.206906 150.681065) (xy 60.96 150.661634) (xy 60.713092 150.681065) (xy 60.472257 150.738884) + (xy 60.46573 150.741588) (xy 60.39626 150.74905) (xy 60.333784 150.717769) (xy 60.330607 150.714703) + (xy 59.343819 149.727915) (xy 59.310334 149.666592) (xy 59.3075 149.640234) (xy 59.3075 145.448524) + (xy 59.327185 145.381485) (xy 59.379989 145.33573) (xy 59.449147 145.325786) (xy 59.512703 145.354811) + (xy 59.519181 145.360843) (xy 61.708405 147.550068) (xy 61.708409 147.550071) (xy 61.81216 147.619396) + (xy 61.812166 147.619399) (xy 61.812167 147.6194) (xy 61.927457 147.667155) (xy 62.049843 147.691499) + (xy 62.049847 147.6915) (xy 62.049848 147.6915) (xy 62.174635 147.6915) (xy 62.813234 147.6915) + (xy 62.880273 147.711185) (xy 62.900915 147.727819) (xy 63.133181 147.960086) (xy 63.166666 148.021409) + (xy 63.1695 148.047767) (xy 63.1695 148.328536) (xy 63.169501 148.328553) (xy 63.180113 148.432427) + (xy 63.190913 148.465019) (xy 63.235885 148.600738) (xy 63.320216 148.73746) (xy 63.328971 148.751653) + (xy 63.338181 148.760863) (xy 63.371666 148.822186) (xy 63.3745 148.848544) (xy 63.3745 149.158241) + (xy 63.354815 149.22528) (xy 63.34265 149.241213) (xy 63.268963 149.32305) (xy 63.268958 149.323057) + (xy 63.173473 149.488443) (xy 63.17347 149.48845) (xy 63.114459 149.670068) (xy 63.114458 149.670072) + (xy 63.094496 149.86) (xy 63.114458 150.049928) (xy 63.114459 150.049931) (xy 63.17347 150.231549) + (xy 63.173473 150.231556) (xy 63.26896 150.396944) (xy 63.396747 150.538866) (xy 63.551248 150.651118) + (xy 63.725712 150.728794) (xy 63.912513 150.7685) (xy 64.103487 150.7685) (xy 64.290288 150.728794) + (xy 64.464752 150.651118) (xy 64.619253 150.538866) (xy 64.74704 150.396944) (xy 64.842527 150.231556) + (xy 64.901542 150.049928) (xy 64.921504 149.86) (xy 64.901542 149.670072) (xy 64.842527 149.488444) + (xy 64.74704 149.323056) (xy 64.747036 149.32305) (xy 64.67335 149.241213) (xy 64.64312 149.178221) + (xy 64.6415 149.158241) (xy 64.6415 149.152261) (xy 64.661185 149.085222) (xy 64.713989 149.039467) + (xy 64.752898 149.028903) (xy 64.782426 149.025887) (xy 64.950738 148.970115) (xy 65.101652 148.87703) + (xy 65.190319 148.788363) (xy 65.251642 148.754878) (xy 65.321334 148.759862) (xy 65.365681 148.788363) + (xy 65.454348 148.87703) (xy 65.605262 148.970115) (xy 65.773574 149.025887) (xy 65.877455 149.0365) + (xy 66.678544 149.036499) (xy 66.782426 149.025887) (xy 66.839432 149.006996) (xy 66.909258 149.004594) + (xy 66.966117 149.037021) (xy 68.292181 150.363085) (xy 68.325666 150.424408) (xy 68.3285 150.450766) + (xy 68.3285 151.125037) (xy 68.328501 151.125053) (xy 68.339113 151.228927) (xy 68.385219 151.368068) + (xy 68.394885 151.397238) (xy 68.48797 151.548152) (xy 68.613348 151.67353) (xy 68.764262 151.766615) + (xy 68.901503 151.812091) (xy 68.958948 151.851863) (xy 68.985772 151.916379) (xy 68.9865 151.929797) + (xy 68.9865 155.15151) (xy 68.966815 155.218549) (xy 68.939419 155.24877) (xy 68.936961 155.250713) + (xy 68.815715 155.371959) (xy 68.815712 155.371963) (xy 68.725702 155.51789) (xy 68.725697 155.517901) + (xy 68.671764 155.680663) (xy 68.6615 155.78112) (xy 68.6615 156.728879) (xy 68.671764 156.829336) + (xy 68.725697 156.992098) (xy 68.725702 156.992109) (xy 68.815712 157.138036) (xy 68.815715 157.13804) + (xy 68.936959 157.259284) (xy 68.936963 157.259287) (xy 69.08289 157.349297) (xy 69.082893 157.349298) + (xy 69.082899 157.349302) (xy 69.245664 157.403236) (xy 69.346128 157.4135) (xy 69.346133 157.4135) + (xy 69.893867 157.4135) (xy 69.893872 157.4135) (xy 69.994336 157.403236) (xy 70.157101 157.349302) + (xy 70.225357 157.3072) (xy 70.292747 157.28876) (xy 70.359411 157.309682) (xy 70.371655 157.319025) + (xy 70.392381 157.336984) (xy 70.42545 157.352086) (xy 70.525326 157.397699) (xy 70.525329 157.397699) + (xy 70.52533 157.3977) (xy 70.67 157.4185) (xy 70.670003 157.4185) (xy 71.57 157.4185) (xy 71.643079 157.413273) + (xy 71.643081 157.413272) (xy 71.643083 157.413272) (xy 71.783313 157.372097) (xy 71.783314 157.372097) + (xy 71.783316 157.372096) (xy 71.890377 157.303291) (xy 71.957414 157.283607) (xy 72.022512 157.302069) + (xy 72.086507 157.341542) (xy 72.086518 157.341547) (xy 72.247393 157.394855) (xy 72.346683 157.404999) + (xy 72.37 157.404998) (xy 72.37 156.505) (xy 72.87 156.505) (xy 72.87 157.404999) (xy 72.893308 157.404999) + (xy 72.893322 157.404998) (xy 72.992607 157.394855) (xy 73.153481 157.341547) (xy 73.153492 157.341542) + (xy 73.297728 157.252575) (xy 73.297732 157.252572) (xy 73.417572 157.132732) (xy 73.417575 157.132728) + (xy 73.506542 156.988492) (xy 73.506547 156.988481) (xy 73.559855 156.827606) (xy 73.569999 156.728322) + (xy 73.57 156.728309) (xy 73.57 156.505) (xy 72.87 156.505) (xy 72.37 156.505) (xy 72.37 156.129) + (xy 72.389685 156.061961) (xy 72.442489 156.016206) (xy 72.494 156.005) (xy 73.569999 156.005) (xy 73.569999 155.781692) + (xy 73.569998 155.781677) (xy 73.559855 155.682392) (xy 73.506547 155.521518) (xy 73.506542 155.521507) + (xy 73.417575 155.377271) (xy 73.417572 155.377267) (xy 73.297731 155.257426) (xy 73.193289 155.193005) + (xy 73.146565 155.141057) (xy 73.135344 155.072094) (xy 73.155285 155.018576) (xy 73.2054 154.943575) + (xy 73.23984 154.860429) (xy 73.253155 154.828285) (xy 73.2775 154.705894) (xy 73.2775 151.889078) + (xy 73.297185 151.822039) (xy 73.349989 151.776284) (xy 73.362481 151.771377) (xy 73.441738 151.745115) + (xy 73.592652 151.65203) (xy 73.71803 151.526652) (xy 73.718034 151.526645) (xy 73.722508 151.520988) + (xy 73.72496 151.522927) (xy 73.766431 151.485557) (xy 73.835383 151.47427) (xy 73.870558 151.484047) + (xy 73.885712 151.490794) (xy 74.072513 151.5305) (xy 74.263487 151.5305) (xy 74.450288 151.490794) + (xy 74.624752 151.413118) (xy 74.779253 151.300866) (xy 74.90704 151.158944) (xy 75.002527 150.993556) + (xy 75.061542 150.811928) (xy 75.081504 150.622) (xy 75.061542 150.432072) (xy 75.002527 150.250444) + (xy 74.90704 150.085056) (xy 74.779253 149.943134) (xy 74.624752 149.830882) (xy 74.450288 149.753206) + (xy 74.450286 149.753205) (xy 74.263487 149.7135) (xy 74.072513 149.7135) (xy 73.885714 149.753205) + (xy 73.742961 149.816762) (xy 73.673711 149.826046) (xy 73.610434 149.796417) (xy 73.604845 149.791163) + (xy 73.592651 149.778969) (xy 73.591963 149.778545) (xy 73.59159 149.77813) (xy 73.586985 149.774489) + (xy 73.587607 149.773702) (xy 73.545238 149.726598) (xy 73.534015 149.657635) (xy 73.561858 149.593553) + (xy 73.582423 149.575742) (xy 73.581677 149.574798) (xy 73.587344 149.570316) (xy 73.711315 149.446345) + (xy 73.803356 149.297124) (xy 73.803358 149.297119) (xy 73.858505 149.130697) (xy 73.858506 149.13069) + (xy 73.868999 149.027986) (xy 73.869 149.027973) (xy 73.869 148.8905) (xy 71.419001 148.8905) (xy 71.419001 149.027986) + (xy 71.429494 149.130697) (xy 71.484641 149.297119) (xy 71.484643 149.297124) (xy 71.576684 149.446345) + (xy 71.700655 149.570316) (xy 71.706323 149.574798) (xy 71.704592 149.576986) (xy 71.742749 149.61939) + (xy 71.753987 149.68835) (xy 71.726158 149.752438) (xy 71.700894 149.774336) (xy 71.701015 149.774489) + (xy 71.697627 149.777167) (xy 71.696043 149.778541) (xy 71.69535 149.778968) (xy 71.695347 149.77897) + (xy 71.569971 149.904346) (xy 71.476886 150.055259) (xy 71.476884 150.055264) (xy 71.421113 150.223572) + (xy 71.4105 150.327447) (xy 71.4105 151.103537) (xy 71.410501 151.103553) (xy 71.421113 151.207427) + (xy 71.476884 151.375735) (xy 71.476886 151.37574) (xy 71.49994 151.413116) (xy 71.567989 151.523441) + (xy 71.569971 151.526653) (xy 71.623137 151.579819) (xy 71.656622 151.641142) (xy 71.651638 151.710834) + (xy 71.609766 151.766767) (xy 71.544302 151.791184) (xy 71.535456 151.7915) (xy 70.692044 151.7915) + (xy 70.625005 151.771815) (xy 70.57925 151.719011) (xy 70.569306 151.649853) (xy 70.598331 151.586297) + (xy 70.604363 151.579819) (xy 70.617379 151.566803) (xy 70.63603 151.548152) (xy 70.729115 151.397238) + (xy 70.784887 151.228926) (xy 70.7955 151.125045) (xy 70.795499 150.348956) (xy 70.784887 150.245074) + (xy 70.729115 150.076762) (xy 70.63603 149.925848) (xy 70.510652 149.80047) (xy 70.510651 149.800469) + (xy 70.509963 149.800045) (xy 70.50959 149.79963) (xy 70.504985 149.795989) (xy 70.505607 149.795202) + (xy 70.463238 149.748098) (xy 70.452015 149.679135) (xy 70.479858 149.615053) (xy 70.500423 149.597242) + (xy 70.499677 149.596298) (xy 70.505344 149.591816) (xy 70.629315 149.467845) (xy 70.721356 149.318624) + (xy 70.721358 149.318619) (xy 70.776505 149.152197) (xy 70.776506 149.15219) (xy 70.786999 149.049486) + (xy 70.787 149.049473) (xy 70.787 148.912) (xy 69.436 148.912) (xy 69.368961 148.892315) (xy 69.323206 148.839511) + (xy 69.312 148.788) (xy 69.312 147.5745) (xy 69.812 147.5745) (xy 69.812 148.412) (xy 70.786999 148.412) + (xy 70.786999 148.3905) (xy 71.419 148.3905) (xy 72.394 148.3905) (xy 72.394 147.553) (xy 72.894 147.553) + (xy 72.894 148.3905) (xy 73.868999 148.3905) (xy 73.868999 148.253028) (xy 73.868998 148.253013) + (xy 73.858505 148.150302) (xy 73.803358 147.98388) (xy 73.803356 147.983875) (xy 73.711315 147.834654) + (xy 73.587345 147.710684) (xy 73.438124 147.618643) (xy 73.438119 147.618641) (xy 73.271697 147.563494) + (xy 73.27169 147.563493) (xy 73.168986 147.553) (xy 72.894 147.553) (xy 72.394 147.553) (xy 72.119029 147.553) + (xy 72.119012 147.553001) (xy 72.016302 147.563494) (xy 71.84988 147.618641) (xy 71.849875 147.618643) + (xy 71.700654 147.710684) (xy 71.576684 147.834654) (xy 71.484643 147.983875) (xy 71.484641 147.98388) + (xy 71.429494 148.150302) (xy 71.429493 148.150309) (xy 71.419 148.253013) (xy 71.419 148.3905) + (xy 70.786999 148.3905) (xy 70.786999 148.274528) (xy 70.786998 148.274513) (xy 70.776505 148.171802) + (xy 70.721358 148.00538) (xy 70.721356 148.005375) (xy 70.629315 147.856154) (xy 70.505345 147.732184) + (xy 70.356124 147.640143) (xy 70.356119 147.640141) (xy 70.189697 147.584994) (xy 70.18969 147.584993) + (xy 70.086986 147.5745) (xy 69.812 147.5745) (xy 69.312 147.5745) (xy 69.037029 147.5745) (xy 69.037012 147.574501) + (xy 68.934302 147.584994) (xy 68.76788 147.640141) (xy 68.767875 147.640143) (xy 68.618654 147.732184) + (xy 68.494684 147.856154) (xy 68.402643 148.005375) (xy 68.402641 148.00538) (xy 68.347494 148.171802) + (xy 68.347493 148.171809) (xy 68.337 148.274513) (xy 68.337 148.316734) (xy 68.317315 148.383773) + (xy 68.264511 148.429528) (xy 68.195353 148.439472) (xy 68.131797 148.410447) (xy 68.125319 148.404415) + (xy 67.422818 147.701914) (xy 67.389333 147.640591) (xy 67.386499 147.614233) (xy 67.386499 147.327462) + (xy 67.386498 147.327446) (xy 67.384353 147.30645) (xy 67.375887 147.223574) (xy 67.320115 147.055262) + (xy 67.22703 146.904348) (xy 67.101652 146.77897) (xy 66.970402 146.698013) (xy 66.923678 146.646067) + (xy 66.9115 146.592476) (xy 66.9115 146.209605) (xy 66.911499 146.209601) (xy 66.887156 146.087222) + (xy 66.887155 146.087215) (xy 66.8394 145.971925) (xy 66.839399 145.971924) (xy 66.839396 145.971918) + (xy 66.770072 145.868168) (xy 66.730069 145.828165) (xy 66.681833 145.779929) (xy 66.59408 145.692176) + (xy 66.560595 145.630853) (xy 66.565579 145.561161) (xy 66.607451 145.505228) (xy 66.672915 145.480811) + (xy 66.675474 145.480654) (xy 66.678524 145.480499) (xy 66.678544 145.480499) (xy 66.782426 145.469887) + (xy 66.9336 145.419793) (xy 66.972603 145.4135) (xy 67.385877 145.4135) (xy 67.452916 145.433185) + (xy 67.473558 145.449819) (xy 67.478187 145.454448) (xy 67.478196 145.454455) (xy 67.522231 145.480497) + (xy 67.621399 145.539145) (xy 67.66353 145.551385) (xy 67.781164 145.585561) (xy 67.781167 145.585561) + (xy 67.781169 145.585562) (xy 67.818498 145.5885) (xy 68.571234 145.5885) (xy 68.638273 145.608185) + (xy 68.658915 145.624819) (xy 69.639663 146.605569) (xy 69.639667 146.605572) (xy 69.743421 146.674899) + (xy 69.743423 146.674899) (xy 69.743425 146.674901) (xy 69.858715 146.722655) (xy 69.858717 146.722655) + (xy 69.858722 146.722657) (xy 69.981101 146.746999) (xy 69.981105 146.747) (xy 69.981106 146.747) + (xy 70.105894 146.747) (xy 75.060734 146.747) (xy 75.127773 146.766685) (xy 75.148415 146.783319) + (xy 78.628929 150.263833) (xy 78.686652 150.321556) (xy 78.717168 150.352072) (xy 78.820918 150.421396) + (xy 78.820924 150.421399) (xy 78.820925 150.4214) (xy 78.936215 150.469155) (xy 79.058601 150.493499) + (xy 79.058605 150.4935) (xy 79.058606 150.4935) (xy 79.737205 150.4935) (xy 79.804244 150.513185) + (xy 79.849999 150.565989) (xy 79.854911 150.578497) (xy 79.872882 150.632733) (xy 79.872884 150.632737) + (xy 79.872885 150.632738) (xy 79.949441 150.756855) (xy 79.965971 150.783653) (xy 80.091347 150.909029) + (xy 80.091351 150.909032) (xy 80.135889 150.936504) (xy 80.182614 150.988452) (xy 80.193835 151.057414) + (xy 80.165992 151.121496) (xy 80.165082 151.122573) (xy 80.003077 151.312256) (xy 79.873663 151.523441) + (xy 79.778886 151.752255) (xy 79.778885 151.752258) (xy 79.736308 151.929601) (xy 79.721065 151.993093) + (xy 79.701634 152.24) (xy 79.721065 152.486906) (xy 79.721065 152.486909) (xy 79.721066 152.486911) + (xy 79.778885 152.727742) (xy 79.778886 152.727744) (xy 79.873663 152.956558) (xy 79.873665 152.956562) + (xy 79.873666 152.956563) (xy 80.003075 153.16774) (xy 80.163927 153.356073) (xy 80.35226 153.516925) + (xy 80.563437 153.646334) (xy 80.563439 153.646334) (xy 80.563441 153.646336) (xy 80.620173 153.669835) + (xy 80.792258 153.741115) (xy 81.033089 153.798934) (xy 81.28 153.818366) (xy 81.526911 153.798934) + (xy 81.767742 153.741115) (xy 81.996563 153.646334) (xy 82.20774 153.516925) (xy 82.396073 153.356073) + (xy 82.556925 153.16774) (xy 82.686334 152.956563) (xy 82.781115 152.727742) (xy 82.838934 152.486911) + (xy 82.858366 152.24) (xy 82.838934 151.993089) (xy 82.781115 151.752258) (xy 82.778417 151.745746) + (xy 82.770945 151.676279) (xy 82.802216 151.613798) (xy 82.805264 151.610638) (xy 83.199819 151.216083) + (xy 83.261141 151.1826) (xy 83.330833 151.187584) (xy 83.37518 151.216085) (xy 83.527163 151.368068) + (xy 83.527167 151.368071) (xy 83.630918 151.437396) (xy 83.630924 151.437399) (xy 83.630925 151.4374) + (xy 83.746215 151.485155) (xy 83.868601 151.509499) (xy 83.868605 151.5095) (xy 83.868606 151.5095) + (xy 83.993394 151.5095) (xy 85.197734 151.5095) (xy 85.264773 151.529185) (xy 85.310528 151.581989) + (xy 85.320472 151.651147) (xy 85.291447 151.714703) (xy 85.285415 151.721181) (xy 82.167946 154.838648) + (xy 82.120529 154.868248) (xy 81.982277 154.915711) (xy 81.982266 154.915716) (xy 81.776988 155.026806) + (xy 81.776985 155.026808) (xy 81.592781 155.170181) (xy 81.592776 155.170185) (xy 81.586346 155.17717) + (xy 81.526457 155.213157) (xy 81.456619 155.211052) (xy 81.399005 155.171524) (xy 81.37894 155.136513) + (xy 81.353355 155.067915) (xy 81.35335 155.067906) (xy 81.26719 154.952812) (xy 81.267187 154.952809) + (xy 81.152093 154.866649) (xy 81.152086 154.866645) (xy 81.017379 154.816403) (xy 81.017372 154.816401) + (xy 80.957844 154.81) (xy 80.26 154.81) (xy 80.26 155.834722) (xy 80.183694 155.790667) (xy 80.069244 155.76) + (xy 79.950756 155.76) (xy 79.836306 155.790667) (xy 79.76 155.834722) (xy 79.76 154.81) (xy 79.062155 154.81) + (xy 79.002627 154.816401) (xy 79.00262 154.816403) (xy 78.867913 154.866645) (xy 78.867906 154.866649) + (xy 78.752812 154.952809) (xy 78.752809 154.952812) (xy 78.666649 155.067906) (xy 78.666645 155.067913) + (xy 78.616403 155.20262) (xy 78.616401 155.202627) (xy 78.61 155.262155) (xy 78.61 155.96) (xy 79.634722 155.96) + (xy 79.590667 156.036306) (xy 79.56 156.150756) (xy 79.56 156.269244) (xy 79.590667 156.383694) + (xy 79.634722 156.46) (xy 78.61 156.46) (xy 78.61 157.157844) (xy 78.616401 157.217372) (xy 78.616403 157.217379) + (xy 78.666645 157.352086) (xy 78.666649 157.352093) (xy 78.752809 157.467187) (xy 78.752812 157.46719) + (xy 78.867906 157.55335) (xy 78.867913 157.553354) (xy 79.00262 157.603596) (xy 79.002627 157.603598) + (xy 79.062155 157.609999) (xy 79.062172 157.61) (xy 79.76 157.61) (xy 79.76 156.585277) (xy 79.836306 156.629333) + (xy 79.950756 156.66) (xy 80.069244 156.66) (xy 80.183694 156.629333) (xy 80.26 156.585277) (xy 80.26 157.61) + (xy 80.957828 157.61) (xy 80.957844 157.609999) (xy 81.017372 157.603598) (xy 81.017379 157.603596) + (xy 81.152086 157.553354) (xy 81.152093 157.55335) (xy 81.267187 157.46719) (xy 81.26719 157.467187) + (xy 81.35335 157.352093) (xy 81.353355 157.352084) (xy 81.37894 157.283486) (xy 81.42081 157.227552) + (xy 81.486274 157.203134) (xy 81.554547 157.217985) (xy 81.586349 157.242832) (xy 81.59278 157.249818) + (xy 81.776983 157.39319) (xy 81.776985 157.393191) (xy 81.776988 157.393193) (xy 81.82375 157.418499) + (xy 81.982273 157.504287) (xy 82.096914 157.543643) (xy 82.203045 157.580079) (xy 82.203047 157.580079) + (xy 82.203049 157.58008) (xy 82.433288 157.6185) (xy 82.433289 157.6185) (xy 82.666711 157.6185) + (xy 82.666712 157.6185) (xy 82.896951 157.58008) (xy 83.117727 157.504287) (xy 83.323017 157.39319) + (xy 83.50722 157.249818) (xy 83.665314 157.078083) (xy 83.792984 156.882669) (xy 83.886749 156.668907) + (xy 83.944051 156.442626) (xy 83.963327 156.21) (xy 83.944051 155.977374) (xy 83.886749 155.751093) + (xy 83.792984 155.537331) (xy 83.665314 155.341917) (xy 83.665307 155.34191) (xy 83.665307 155.341908) + (xy 83.645799 155.320717) (xy 83.614877 155.258062) (xy 83.622738 155.188636) (xy 83.649345 155.149057) + (xy 86.943585 151.854819) (xy 87.004908 151.821334) (xy 87.031266 151.8185) (xy 87.546496 151.8185) + (xy 87.546502 151.8185) (xy 87.583831 151.815562) (xy 87.583833 151.815561) (xy 87.583835 151.815561) + (xy 87.666478 151.791551) (xy 87.743601 151.769145) (xy 87.886807 151.684453) (xy 88.004453 151.566807) + (xy 88.089145 151.423601) (xy 88.135562 151.263831) (xy 88.1385 151.226502) (xy 88.1385 150.793498) + (xy 88.135562 150.756169) (xy 88.13054 150.738884) (xy 88.089146 150.596403) (xy 88.089145 150.596399) + (xy 88.004453 150.453193) (xy 88.000482 150.446478) (xy 88.002159 150.445485) (xy 87.980399 150.390075) + (xy 87.994074 150.321556) (xy 88.016229 150.291425) (xy 89.063771 149.243884) (xy 89.1331 149.140126) + (xy 89.180855 149.024836) (xy 89.2052 148.902445) (xy 89.2052 148.777657) (xy 89.2052 142.384306) + (xy 89.180855 142.261915) (xy 89.139971 142.163213) (xy 89.133101 142.146627) (xy 89.133096 142.146618) + (xy 89.063772 142.042868) (xy 89.023175 142.002271) (xy 88.975533 141.954629) (xy 88.239818 141.218914) + (xy 88.206333 141.157591) (xy 88.203499 141.131233) (xy 88.203499 140.469462) (xy 88.203498 140.469446) + (xy 88.197751 140.413193) (xy 88.192887 140.365574) (xy 88.137115 140.197262) (xy 88.04403 140.046348) + (xy 87.918652 139.92097) (xy 87.767738 139.827885) (xy 87.713172 139.809804) (xy 87.599427 139.772113) + (xy 87.495546 139.7615) (xy 86.694462 139.7615) (xy 86.694446 139.761501) (xy 86.590572 139.772113) + (xy 86.422264 139.827884) (xy 86.422259 139.827886) (xy 86.271346 139.920971) (xy 86.182681 140.009637) + (xy 86.121358 140.043122) (xy 86.051666 140.038138) (xy 86.007319 140.009637) (xy 85.918653 139.920971) + (xy 85.918652 139.92097) (xy 85.767738 139.827885) (xy 85.767737 139.827884) (xy 85.761195 139.824835) + (xy 85.762305 139.822454) (xy 85.714917 139.789634) (xy 85.688103 139.725114) (xy 85.700428 139.65634) + (xy 85.723693 139.624037) (xy 86.454558 138.893172) (xy 86.515879 138.859689) (xy 86.581242 138.863149) + (xy 86.601574 138.869887) (xy 86.705455 138.8805) (xy 87.506544 138.880499) (xy 87.610426 138.869887) + (xy 87.778738 138.814115) (xy 87.929652 138.72103) (xy 88.05503 138.595652) (xy 88.148115 138.444738) + (xy 88.203887 138.276426) (xy 88.2145 138.172545) (xy 88.214499 137.171456) (xy 88.203887 137.067574) + (xy 88.148115 136.899262) (xy 88.05503 136.748348) (xy 87.929652 136.62297) (xy 87.778738 136.529885) + (xy 87.768523 136.5265) (xy 87.610427 136.474113) (xy 87.506552 136.4635) (xy 87.503456 136.463343) + (xy 87.437504 136.440274) (xy 87.394494 136.385212) (xy 87.38808 136.315637) (xy 87.4203 136.25364) + (xy 87.422081 136.251822) (xy 88.938904 134.735) (xy 90.662071 133.011833) (xy 90.7314 132.908075) + (xy 90.763217 132.831262) (xy 90.763219 132.831259) (xy 90.772451 132.80897) (xy 90.779155 132.792785) + (xy 90.779156 132.792777) (xy 90.780924 132.786953) (xy 90.782414 132.787405) (xy 90.811264 132.732246) + (xy 90.871979 132.69767) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 83.930271 141.519973) (xy 83.986204 141.561845) (xy 84.004643 141.597151) (xy 84.052885 141.742738) + (xy 84.14597 141.893652) (xy 84.271348 142.01903) (xy 84.402597 142.099985) (xy 84.449321 142.151932) + (xy 84.4615 142.205523) (xy 84.4615 142.737398) (xy 84.485843 142.859777) (xy 84.485845 142.859785) + (xy 84.533598 142.975072) (xy 84.533603 142.975081) (xy 84.602928 143.078832) (xy 84.602931 143.078836) + (xy 86.205181 144.681085) (xy 86.238666 144.742408) (xy 86.2415 144.768766) (xy 86.2415 145.203879) + (xy 86.251764 145.304336) (xy 86.305697 145.467098) (xy 86.305702 145.467109) (xy 86.395712 145.613036) + (xy 86.395715 145.61304) (xy 86.516959 145.734284) (xy 86.519411 145.736223) (xy 86.520655 145.73798) + (xy 86.522067 145.739392) (xy 86.521825 145.739633) (xy 86.559788 145.793245) (xy 86.5665 145.833489) + (xy 86.5665 148.1775) (xy 86.546815 148.244539) (xy 86.494011 148.290294) (xy 86.4425 148.3015) + (xy 86.238492 148.3015) (xy 86.20117 148.304437) (xy 86.201164 148.304438) (xy 86.041403 148.350853) + (xy 86.041398 148.350855) (xy 85.898196 148.435544) (xy 85.898187 148.435551) (xy 85.780551 148.553187) + (xy 85.780544 148.553196) (xy 85.695855 148.696398) (xy 85.695853 148.696403) (xy 85.649438 148.856164) + (xy 85.649437 148.85617) (xy 85.6465 148.893492) (xy 85.6465 149.1275) (xy 85.626815 149.194539) + (xy 85.574011 149.240294) (xy 85.5225 149.2515) (xy 85.156266 149.2515) (xy 85.089227 149.231815) + (xy 85.068585 149.215181) (xy 83.78932 147.935916) (xy 83.755835 147.874593) (xy 83.753001 147.848235) + (xy 83.753001 145.03) (xy 84.15 145.03) (xy 84.15 145.879999) (xy 84.173308 145.879999) (xy 84.173322 145.879998) + (xy 84.272607 145.869855) (xy 84.433481 145.816547) (xy 84.433492 145.816542) (xy 84.577728 145.727575) + (xy 84.577732 145.727572) (xy 84.697572 145.607732) (xy 84.697575 145.607728) (xy 84.786542 145.463492) + (xy 84.786547 145.463481) (xy 84.839855 145.302606) (xy 84.849999 145.203322) (xy 84.85 145.203309) + (xy 84.85 145.03) (xy 84.15 145.03) (xy 83.753001 145.03) (xy 83.753001 143.68) (xy 84.15 143.68) + (xy 84.15 144.53) (xy 84.849999 144.53) (xy 84.849999 144.356692) (xy 84.849998 144.356677) (xy 84.839855 144.257392) + (xy 84.786547 144.096518) (xy 84.786542 144.096507) (xy 84.697575 143.952271) (xy 84.697572 143.952267) + (xy 84.577732 143.832427) (xy 84.577728 143.832424) (xy 84.433492 143.743457) (xy 84.433481 143.743452) + (xy 84.272606 143.690144) (xy 84.173322 143.68) (xy 84.15 143.68) (xy 83.753001 143.68) (xy 83.753001 141.646091) + (xy 83.772686 141.579052) (xy 83.789316 141.558414) (xy 83.799257 141.548473) (xy 83.860579 141.514989) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 78.446539 144.295685) (xy 78.492294 144.348489) (xy 78.5035 144.4) (xy 78.5035 145.750999) (xy 78.640972 145.750999) + (xy 78.640986 145.750998) (xy 78.743697 145.740505) (xy 78.910119 145.685358) (xy 78.910124 145.685356) + (xy 79.059345 145.593315) (xy 79.183315 145.469345) (xy 79.275356 145.320124) (xy 79.275358 145.320119) + (xy 79.330505 145.153697) (xy 79.330507 145.153687) (xy 79.331934 145.139717) (xy 79.358328 145.075024) + (xy 79.415507 145.034871) (xy 79.485318 145.032005) (xy 79.542973 145.064634) (xy 80.245181 145.766842) + (xy 80.278666 145.828165) (xy 80.2815 145.854523) (xy 80.2815 148.624476) (xy 80.261815 148.691515) + (xy 80.222598 148.730013) (xy 80.175089 148.759318) (xy 80.091346 148.810971) (xy 79.965971 148.936346) + (xy 79.872882 149.087266) (xy 79.854911 149.141503) (xy 79.815139 149.198948) (xy 79.750624 149.225772) + (xy 79.737205 149.2265) (xy 79.434766 149.2265) (xy 79.367727 149.206815) (xy 79.347085 149.190181) + (xy 76.128084 145.97118) (xy 76.094599 145.909857) (xy 76.099583 145.840165) (xy 76.141455 145.784232) + (xy 76.206919 145.759815) (xy 76.215765 145.759499) (xy 76.566537 145.759499) (xy 76.566544 145.759499) + (xy 76.670426 145.748887) (xy 76.838738 145.693115) (xy 76.989652 145.60003) (xy 77.11503 145.474652) + (xy 77.115449 145.473971) (xy 77.115859 145.473602) (xy 77.119511 145.468985) (xy 77.120299 145.469608) + (xy 77.167389 145.427244) (xy 77.23635 145.416014) (xy 77.300436 145.44385) (xy 77.318261 145.46442) + (xy 77.319202 145.463677) (xy 77.323683 145.469344) (xy 77.447654 145.593315) (xy 77.596875 145.685356) + (xy 77.59688 145.685358) (xy 77.763302 145.740505) (xy 77.763309 145.740506) (xy 77.866019 145.750999) + (xy 78.003499 145.750999) (xy 78.0035 145.750998) (xy 78.0035 144.4) (xy 78.023185 144.332961) (xy 78.075989 144.287206) + (xy 78.1275 144.276) (xy 78.3795 144.276) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 62.48 138.56) (xy 63.177828 138.56) (xy 63.177844 138.559999) (xy 63.237372 138.553598) (xy 63.237379 138.553596) + (xy 63.372086 138.503354) (xy 63.372093 138.50335) (xy 63.487187 138.41719) (xy 63.487188 138.417189) + (xy 63.526168 138.365119) (xy 63.582101 138.323247) (xy 63.651793 138.318263) (xy 63.664422 138.321718) + (xy 63.773574 138.357887) (xy 63.877455 138.3685) (xy 64.5955 138.368499) (xy 64.662539 138.388183) + (xy 64.708294 138.440987) (xy 64.7195 138.492499) (xy 64.7195 139.3835) (xy 64.699815 139.450539) + (xy 64.647011 139.496294) (xy 64.5955 139.5075) (xy 63.877462 139.5075) (xy 63.877446 139.507501) + (xy 63.773572 139.518113) (xy 63.605264 139.573884) (xy 63.605259 139.573886) (xy 63.454346 139.666971) + (xy 63.328971 139.792346) (xy 63.235886 139.943259) (xy 63.235884 139.943264) (xy 63.180113 140.111572) + (xy 63.1695 140.215447) (xy 63.1695 141.216537) (xy 63.169501 141.216553) (xy 63.176807 141.288068) + (xy 63.180113 141.320426) (xy 63.235885 141.488738) (xy 63.32897 141.639652) (xy 63.454348 141.76503) + (xy 63.585597 141.845985) (xy 63.632321 141.897932) (xy 63.6445 141.951523) (xy 63.6445 143.036476) + (xy 63.624815 143.103515) (xy 63.585598 143.142013) (xy 63.569679 143.151833) (xy 63.454346 143.222971) + (xy 63.328971 143.348346) (xy 63.235886 143.499259) (xy 63.235884 143.499264) (xy 63.180113 143.667572) + (xy 63.1695 143.771447) (xy 63.1695 144.772537) (xy 63.169501 144.772553) (xy 63.180113 144.876427) + (xy 63.235884 145.044735) (xy 63.235886 145.04474) (xy 63.248157 145.064634) (xy 63.32897 145.195652) + (xy 63.454348 145.32103) (xy 63.605262 145.414115) (xy 63.773574 145.469887) (xy 63.877455 145.4805) + (xy 64.539233 145.480499) (xy 64.606272 145.500183) (xy 64.626914 145.516818) (xy 65.608181 146.498085) + (xy 65.641666 146.559408) (xy 65.6445 146.585766) (xy 65.6445 146.592476) (xy 65.624815 146.659515) + (xy 65.585598 146.698013) (xy 65.506181 146.746999) (xy 65.454346 146.778971) (xy 65.365681 146.867637) + (xy 65.304358 146.901122) (xy 65.234666 146.896138) (xy 65.190319 146.867637) (xy 65.101653 146.778971) + (xy 65.101652 146.77897) (xy 64.950738 146.685885) (xy 64.9115 146.672883) (xy 64.782427 146.630113) + (xy 64.678546 146.6195) (xy 63.877462 146.6195) (xy 63.877446 146.619501) (xy 63.773573 146.630113) + (xy 63.712057 146.650496) (xy 63.642229 146.652896) (xy 63.585375 146.62047) (xy 63.530836 146.565931) + (xy 63.530832 146.565928) (xy 63.427081 146.496603) (xy 63.427072 146.496598) (xy 63.311785 146.448845) + (xy 63.311777 146.448843) (xy 63.189398 146.4245) (xy 63.189394 146.4245) (xy 62.426008 146.4245) + (xy 62.358969 146.404815) (xy 62.338327 146.388181) (xy 61.539028 145.588882) (xy 61.505543 145.527559) + (xy 61.510527 145.457867) (xy 61.552399 145.401934) (xy 61.579256 145.38664) (xy 61.676558 145.346336) + (xy 61.676557 145.346336) (xy 61.676563 145.346334) (xy 61.88774 145.216925) (xy 62.076073 145.056073) + (xy 62.236925 144.86774) (xy 62.366334 144.656563) (xy 62.461115 144.427742) (xy 62.518934 144.186911) + (xy 62.538366 143.94) (xy 62.518934 143.693089) (xy 62.461115 143.452258) (xy 62.386941 143.273186) + (xy 62.366336 143.223441) (xy 62.366047 143.22297) (xy 62.236925 143.01226) (xy 62.076073 142.823927) + (xy 61.88774 142.663075) (xy 61.676563 142.533666) (xy 61.676561 142.533665) (xy 61.676556 142.533662) + (xy 61.579742 142.493561) (xy 61.525338 142.44972) (xy 61.503273 142.383426) (xy 61.520552 142.315727) + (xy 61.571689 142.268116) (xy 61.627194 142.255) (xy 61.972828 142.255) (xy 61.972844 142.254999) + (xy 62.032372 142.248598) (xy 62.032379 142.248596) (xy 62.167086 142.198354) (xy 62.167093 142.19835) + (xy 62.282187 142.11219) (xy 62.28219 142.112187) (xy 62.36835 141.997093) (xy 62.368354 141.997086) + (xy 62.418596 141.862379) (xy 62.418598 141.862372) (xy 62.424999 141.802844) (xy 62.425 141.802827) + (xy 62.425 141.09) (xy 61.516706 141.09) (xy 61.546558 141.017931) (xy 61.57 140.90008) (xy 61.57 140.77992) + (xy 61.546558 140.662069) (xy 61.516706 140.59) (xy 62.425 140.59) (xy 62.425 139.877172) (xy 62.424999 139.877155) + (xy 62.418598 139.817627) (xy 62.418596 139.81762) (xy 62.368354 139.682913) (xy 62.36835 139.682906) + (xy 62.28219 139.567812) (xy 62.282187 139.567809) (xy 62.167093 139.481649) (xy 62.167086 139.481645) + (xy 62.032379 139.431403) (xy 62.032372 139.431401) (xy 61.972844 139.425) (xy 61.21 139.425) (xy 61.21 140.283293) + (xy 61.137931 140.253442) (xy 61.02008 140.23) (xy 60.89992 140.23) (xy 60.782069 140.253442) (xy 60.71 140.283293) + (xy 60.71 139.425) (xy 59.947155 139.425) (xy 59.894756 139.430635) (xy 59.825997 139.418231) (xy 59.774859 139.370621) + (xy 59.7575 139.307346) (xy 59.7575 138.681734) (xy 59.777185 138.614695) (xy 59.829989 138.56894) + (xy 59.861085 138.559426) (xy 60.036951 138.53008) (xy 60.257727 138.454287) (xy 60.463017 138.34319) + (xy 60.64722 138.199818) (xy 60.653646 138.192837) (xy 60.713531 138.156845) (xy 60.783369 138.158944) + (xy 60.840986 138.198466) (xy 60.861059 138.233485) (xy 60.886645 138.302086) (xy 60.886649 138.302093) + (xy 60.972809 138.417187) (xy 60.972812 138.41719) (xy 61.087906 138.50335) (xy 61.087913 138.503354) + (xy 61.22262 138.553596) (xy 61.222627 138.553598) (xy 61.282155 138.559999) (xy 61.282172 138.56) + (xy 61.98 138.56) (xy 61.98 137.535277) (xy 62.056306 137.579333) (xy 62.170756 137.61) (xy 62.289244 137.61) + (xy 62.403694 137.579333) (xy 62.48 137.535277) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 83.916834 137.053996) (xy 83.972767 137.095868) (xy 83.997184 137.161332) (xy 83.9975 137.170178) + (xy 83.9975 138.172537) (xy 83.997501 138.172553) (xy 84.008113 138.276427) (xy 84.063884 138.444735) + (xy 84.063886 138.44474) (xy 84.082183 138.474404) (xy 84.15697 138.595652) (xy 84.282348 138.72103) + (xy 84.433262 138.814115) (xy 84.474182 138.827674) (xy 84.531627 138.867446) (xy 84.558451 138.931961) + (xy 84.546136 139.000737) (xy 84.52286 139.033061) (xy 82.956681 140.599241) (xy 82.895358 140.632726) + (xy 82.825666 140.627742) (xy 82.769733 140.58587) (xy 82.745316 140.520406) (xy 82.745 140.51156) + (xy 82.745 139.877172) (xy 82.744999 139.877155) (xy 82.738598 139.817627) (xy 82.738596 139.81762) + (xy 82.688354 139.682913) (xy 82.68835 139.682906) (xy 82.60219 139.567812) (xy 82.602187 139.567809) + (xy 82.487093 139.481649) (xy 82.487086 139.481645) (xy 82.352379 139.431403) (xy 82.352372 139.431401) + (xy 82.292844 139.425) (xy 81.53 139.425) (xy 81.53 140.283293) (xy 81.457931 140.253442) (xy 81.34008 140.23) + (xy 81.21992 140.23) (xy 81.102069 140.253442) (xy 81.03 140.283293) (xy 81.03 139.425) (xy 80.267155 139.425) + (xy 80.207627 139.431401) (xy 80.20762 139.431403) (xy 80.072913 139.481645) (xy 80.072906 139.481649) + (xy 79.957812 139.567809) (xy 79.957809 139.567812) (xy 79.871649 139.682906) (xy 79.871645 139.682913) + (xy 79.821403 139.81762) (xy 79.821401 139.817627) (xy 79.815 139.877155) (xy 79.815 140.59) (xy 80.723294 140.59) + (xy 80.693442 140.662069) (xy 80.67 140.77992) (xy 80.67 140.90008) (xy 80.693442 141.017931) (xy 80.723294 141.09) + (xy 79.815 141.09) (xy 79.815 141.802844) (xy 79.821401 141.862372) (xy 79.821403 141.862379) (xy 79.871645 141.997086) + (xy 79.871649 141.997093) (xy 79.957809 142.112187) (xy 79.957812 142.11219) (xy 80.072906 142.19835) + (xy 80.072913 142.198354) (xy 80.20762 142.248596) (xy 80.207627 142.248598) (xy 80.267155 142.254999) + (xy 80.267172 142.255) (xy 80.612806 142.255) (xy 80.679845 142.274685) (xy 80.7256 142.327489) + (xy 80.735544 142.396647) (xy 80.706519 142.460203) (xy 80.660258 142.493561) (xy 80.563443 142.533662) + (xy 80.352259 142.663075) (xy 80.163927 142.823927) (xy 80.003075 143.012259) (xy 79.873663 143.223441) + (xy 79.83336 143.320743) (xy 79.789519 143.375146) (xy 79.723225 143.397211) (xy 79.655525 143.379932) + (xy 79.631118 143.360971) (xy 78.885819 142.615672) (xy 78.852334 142.554349) (xy 78.8495 142.527991) + (xy 78.8495 142.205523) (xy 78.869185 142.138484) (xy 78.908401 142.099986) (xy 79.039652 142.01903) + (xy 79.16503 141.893652) (xy 79.258115 141.742738) (xy 79.313887 141.574426) (xy 79.3245 141.470545) + (xy 79.324499 140.469456) (xy 79.313887 140.365574) (xy 79.258115 140.197262) (xy 79.16503 140.046348) + (xy 79.039652 139.92097) (xy 78.888738 139.827885) (xy 78.834172 139.809804) (xy 78.720427 139.772113) + (xy 78.616546 139.7615) (xy 77.815462 139.7615) (xy 77.815446 139.761501) (xy 77.711572 139.772113) + (xy 77.543264 139.827884) (xy 77.543259 139.827886) (xy 77.392346 139.920971) (xy 77.303681 140.009637) + (xy 77.242358 140.043122) (xy 77.172666 140.038138) (xy 77.128319 140.009637) (xy 77.039653 139.920971) + (xy 77.039652 139.92097) (xy 76.888738 139.827885) (xy 76.834172 139.809804) (xy 76.720427 139.772113) + (xy 76.616552 139.7615) (xy 76.616545 139.7615) (xy 76.315517 139.7615) (xy 76.248478 139.741815) + (xy 76.227836 139.725181) (xy 75.777836 139.275181) (xy 75.744351 139.213858) (xy 75.749335 139.144166) + (xy 75.791207 139.088233) (xy 75.856671 139.063816) (xy 75.865517 139.0635) (xy 81.604807 139.0635) + (xy 81.604808 139.063499) (xy 81.727197 139.039155) (xy 81.842487 138.9914) (xy 81.946245 138.922071) + (xy 83.785819 137.082497) (xy 83.847142 137.049012) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 51.892703 119.888003) (xy 51.899181 119.894035) (xy 53.465181 121.460035) (xy 53.498666 121.521358) + (xy 53.5015 121.547716) (xy 53.5015 122.209487) (xy 53.501501 122.209503) (xy 53.512113 122.313376) + (xy 53.567885 122.481688) (xy 53.66097 122.632602) (xy 53.786348 122.75798) (xy 53.937262 122.851065) + (xy 54.105574 122.906837) (xy 54.209455 122.91745) (xy 54.209455 122.917449) (xy 54.209456 122.91745) + (xy 54.212524 122.917606) (xy 54.278479 122.940664) (xy 54.321497 122.995721) (xy 54.327921 123.065295) + (xy 54.29571 123.127297) (xy 54.293918 123.129126) (xy 54.198668 123.224377) (xy 54.198667 123.224379) + (xy 54.154547 123.268499) (xy 54.110427 123.312618) (xy 54.041103 123.416368) (xy 54.041098 123.416377) + (xy 53.993345 123.531664) (xy 53.993343 123.531672) (xy 53.969 123.654051) (xy 53.969 124.665631) + (xy 53.949315 124.73267) (xy 53.896511 124.778425) (xy 53.827353 124.788369) (xy 53.805998 124.783338) + (xy 53.787606 124.777243) (xy 53.688322 124.7671) (xy 53.665 124.7671) (xy 53.665 126.967099) (xy 53.688308 126.967099) + (xy 53.688322 126.967098) (xy 53.787608 126.956955) (xy 53.805994 126.950863) (xy 53.875822 126.94846) + (xy 53.935865 126.98419) (xy 53.967058 127.04671) (xy 53.969 127.068568) (xy 53.969 129.859784) + (xy 53.949315 129.926823) (xy 53.896511 129.972578) (xy 53.879595 129.97886) (xy 53.751404 130.016103) + (xy 53.751398 130.016105) (xy 53.608196 130.100794) (xy 53.608187 130.100801) (xy 53.490551 130.218437) + (xy 53.490544 130.218446) (xy 53.405855 130.361648) (xy 53.405853 130.361653) (xy 53.359438 130.521414) + (xy 53.359437 130.52142) (xy 53.3565 130.558742) (xy 53.3565 130.991757) (xy 53.359437 131.029079) + (xy 53.359438 131.029085) (xy 53.405853 131.188846) (xy 53.405855 131.188851) (xy 53.490544 131.332053) + (xy 53.490551 131.332062) (xy 53.608187 131.449698) (xy 53.608196 131.449705) (xy 53.659165 131.479848) + (xy 53.751399 131.534395) (xy 53.79353 131.546635) (xy 53.911164 131.580811) (xy 53.911167 131.580811) + (xy 53.911169 131.580812) (xy 53.948498 131.58375) (xy 55.1075 131.58375) (xy 55.174539 131.603435) + (xy 55.220294 131.656239) (xy 55.2315 131.70775) (xy 55.2315 131.941757) (xy 55.234437 131.979079) + (xy 55.234438 131.979085) (xy 55.280853 132.138846) (xy 55.280855 132.138851) (xy 55.365544 132.282053) + (xy 55.365551 132.282062) (xy 55.483187 132.399698) (xy 55.483196 132.399705) (xy 55.534165 132.429848) + (xy 55.626399 132.484395) (xy 55.66853 132.496635) (xy 55.786164 132.530811) (xy 55.786167 132.530811) + (xy 55.786169 132.530812) (xy 55.823498 132.53375) (xy 56.338734 132.53375) (xy 56.405773 132.553435) + (xy 56.426415 132.570069) (xy 59.020181 135.163835) (xy 59.053666 135.225158) (xy 59.0565 135.251516) + (xy 59.0565 135.827418) (xy 59.036815 135.894457) (xy 58.991519 135.936472) (xy 58.916988 135.976806) + (xy 58.916985 135.976808) (xy 58.732781 136.120181) (xy 58.732776 136.120185) (xy 58.574686 136.291915) + (xy 58.447018 136.487327) (xy 58.438757 136.50616) (xy 58.3938 136.559645) (xy 58.327064 136.580334) + (xy 58.259737 136.561658) (xy 58.237521 136.544029) (xy 57.754818 136.061326) (xy 57.721333 136.000003) + (xy 57.718499 135.973654) (xy 57.718499 134.982856) (xy 57.707887 134.878974) (xy 57.652115 134.710662) + (xy 57.55903 134.559748) (xy 57.433652 134.43437) (xy 57.284512 134.342379) (xy 57.28274 134.341286) + (xy 57.282735 134.341284) (xy 57.114427 134.285513) (xy 57.010546 134.2749) (xy 56.209462 134.2749) + (xy 56.209446 134.274901) (xy 56.105572 134.285513) (xy 55.937264 134.341284) (xy 55.937259 134.341286) + (xy 55.786346 134.434371) (xy 55.697681 134.523037) (xy 55.636358 134.556522) (xy 55.566666 134.551538) + (xy 55.522319 134.523037) (xy 55.433653 134.434371) (xy 55.433652 134.43437) (xy 55.284512 134.342379) + (xy 55.28274 134.341286) (xy 55.282735 134.341284) (xy 55.114427 134.285513) (xy 55.010546 134.2749) + (xy 54.209462 134.2749) (xy 54.209446 134.274901) (xy 54.105572 134.285513) (xy 53.937264 134.341284) + (xy 53.937259 134.341286) (xy 53.786346 134.434371) (xy 53.660971 134.559746) (xy 53.567886 134.710659) + (xy 53.567884 134.710664) (xy 53.512113 134.878972) (xy 53.5015 134.982847) (xy 53.5015 135.983937) + (xy 53.501501 135.983953) (xy 53.512113 136.087827) (xy 53.567884 136.256135) (xy 53.567886 136.25614) + (xy 53.589954 136.291917) (xy 53.66097 136.407052) (xy 53.786348 136.53243) (xy 53.937262 136.625515) + (xy 54.105574 136.681287) (xy 54.209455 136.6919) (xy 54.871233 136.691899) (xy 54.938272 136.711583) + (xy 54.958914 136.728218) (xy 56.255657 138.024961) (xy 56.289142 138.086284) (xy 56.284158 138.155976) + (xy 56.242286 138.211909) (xy 56.180579 138.236) (xy 56.105572 138.243663) (xy 55.937264 138.299434) + (xy 55.937259 138.299436) (xy 55.786346 138.392521) (xy 55.697681 138.481187) (xy 55.636358 138.514672) + (xy 55.566666 138.509688) (xy 55.522319 138.481187) (xy 55.433653 138.392521) (xy 55.433652 138.39252) + (xy 55.321343 138.323247) (xy 55.28274 138.299436) (xy 55.282735 138.299434) (xy 55.114427 138.243663) + (xy 55.010546 138.23305) (xy 54.209462 138.23305) (xy 54.209446 138.233051) (xy 54.105572 138.243663) + (xy 53.937264 138.299434) (xy 53.937259 138.299436) (xy 53.786346 138.392521) (xy 53.660971 138.517896) + (xy 53.567886 138.668809) (xy 53.567884 138.668814) (xy 53.512113 138.837122) (xy 53.5015 138.940997) + (xy 53.5015 139.942087) (xy 53.501501 139.942103) (xy 53.512113 140.045977) (xy 53.567884 140.214285) + (xy 53.567886 140.21429) (xy 53.603142 140.271448) (xy 53.66097 140.365202) (xy 53.786348 140.49058) + (xy 53.937262 140.583665) (xy 54.105574 140.639437) (xy 54.209455 140.65005) (xy 54.612783 140.650049) + (xy 54.679822 140.669733) (xy 54.700463 140.686367) (xy 56.046295 142.032199) (xy 56.079779 142.093521) + (xy 56.074795 142.163213) (xy 56.032923 142.219146) (xy 55.997618 142.237585) (xy 55.937262 142.257585) + (xy 55.937259 142.257586) (xy 55.786346 142.350671) (xy 55.697681 142.439337) (xy 55.636358 142.472822) + (xy 55.566666 142.467838) (xy 55.522319 142.439337) (xy 55.433653 142.350671) (xy 55.433652 142.35067) + (xy 55.339898 142.292842) (xy 55.28274 142.257586) (xy 55.282735 142.257584) (xy 55.114427 142.201813) + (xy 55.010552 142.1912) (xy 55.010545 142.1912) (xy 54.348766 142.1912) (xy 54.281727 142.171515) + (xy 54.261085 142.154881) (xy 51.723819 139.617615) (xy 51.690334 139.556292) (xy 51.6875 139.529934) + (xy 51.6875 126.1171) (xy 52.465001 126.1171) (xy 52.465001 126.290422) (xy 52.475144 126.389707) + (xy 52.528452 126.550581) (xy 52.528457 126.550592) (xy 52.617424 126.694828) (xy 52.617427 126.694832) + (xy 52.737267 126.814672) (xy 52.737271 126.814675) (xy 52.881507 126.903642) (xy 52.881518 126.903647) + (xy 53.042393 126.956955) (xy 53.141683 126.967099) (xy 53.165 126.967098) (xy 53.165 126.1171) + (xy 52.465001 126.1171) (xy 51.6875 126.1171) (xy 51.6875 125.6171) (xy 52.465 125.6171) (xy 53.165 125.6171) + (xy 53.165 124.767099) (xy 53.141693 124.7671) (xy 53.141674 124.767101) (xy 53.042392 124.777244) + (xy 52.881518 124.830552) (xy 52.881507 124.830557) (xy 52.737271 124.919524) (xy 52.737267 124.919527) + (xy 52.617427 125.039367) (xy 52.617424 125.039371) (xy 52.528457 125.183607) (xy 52.528452 125.183618) + (xy 52.475144 125.344493) (xy 52.465 125.443777) (xy 52.465 125.6171) (xy 51.6875 125.6171) (xy 51.6875 119.981716) + (xy 51.707185 119.914677) (xy 51.759989 119.868922) (xy 51.829147 119.858978) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 67.183466 138.182142) (xy 67.183466 138.18) (xy 68.836 138.18) (xy 68.903039 138.199685) (xy 68.948794 138.252489) + (xy 68.96 138.304) (xy 68.96 138.556) (xy 68.940315 138.623039) (xy 68.887511 138.668794) (xy 68.836 138.68) + (xy 67.237705 138.68) (xy 67.237704 138.680001) (xy 67.237899 138.682486) (xy 67.283718 138.840198) + (xy 67.30689 138.879379) (xy 67.324073 138.947102) (xy 67.301913 139.013365) (xy 67.247447 139.057129) + (xy 67.200158 139.0665) (xy 66.977601 139.0665) (xy 66.855222 139.090843) (xy 66.855215 139.090845) + (xy 66.822362 139.104453) (xy 66.739928 139.138597) (xy 66.739919 139.138602) (xy 66.636166 139.207927) + (xy 66.636163 139.20793) (xy 66.372913 139.471181) (xy 66.31159 139.504666) (xy 66.285232 139.5075) + (xy 66.1105 139.5075) (xy 66.043461 139.487815) (xy 65.997706 139.435011) (xy 65.9865 139.3835) + (xy 65.9865 138.525766) (xy 66.006185 138.458727) (xy 66.022819 138.438085) (xy 66.056086 138.404818) + (xy 66.117409 138.371333) (xy 66.143767 138.368499) (xy 66.678537 138.368499) (xy 66.678544 138.368499) + (xy 66.782426 138.357887) (xy 66.950738 138.302115) (xy 67.101652 138.20903) (xy 67.101657 138.209024) + (xy 67.105703 138.205826) (xy 67.170496 138.17968) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 56.938272 101.246384) (xy 56.958914 101.263018) (xy 57.699729 102.003833) (xy 57.787967 102.092071) + (xy 57.787968 102.092072) (xy 57.891718 102.161396) (xy 57.891724 102.161399) (xy 57.891725 102.1614) + (xy 58.007015 102.209155) (xy 58.129401 102.233499) (xy 58.129405 102.2335) (xy 58.129406 102.2335) + (xy 59.436406 102.2335) (xy 59.503445 102.253185) (xy 59.5492 102.305989) (xy 59.550968 102.310051) + (xy 59.553662 102.316555) (xy 59.553664 102.316558) (xy 59.553666 102.316563) (xy 59.683075 102.52774) + (xy 59.843927 102.716073) (xy 60.03226 102.876925) (xy 60.243437 103.006334) (xy 60.243439 103.006334) + (xy 60.243441 103.006336) (xy 60.266741 103.015987) (xy 60.472258 103.101115) (xy 60.713089 103.158934) + (xy 60.96 103.178366) (xy 61.206911 103.158934) (xy 61.447742 103.101115) (xy 61.676563 103.006334) + (xy 61.88774 102.876925) (xy 62.076073 102.716073) (xy 62.236925 102.52774) (xy 62.366334 102.316563) + (xy 62.367235 102.314386) (xy 62.369032 102.310051) (xy 62.412871 102.255646) (xy 62.479164 102.233579) + (xy 62.483594 102.2335) (xy 68.346234 102.2335) (xy 68.413273 102.253185) (xy 68.433915 102.269819) + (xy 75.900429 109.736333) (xy 75.988667 109.824571) (xy 75.988668 109.824572) (xy 76.092418 109.893896) + (xy 76.092427 109.893901) (xy 76.118543 109.904718) (xy 76.207715 109.941655) (xy 76.330101 109.965999) + (xy 76.330105 109.966) (xy 76.330106 109.966) (xy 78.578734 109.966) (xy 78.645773 109.985685) (xy 78.666415 110.002319) + (xy 81.223915 112.559819) (xy 81.2574 112.621142) (xy 81.252416 112.690834) (xy 81.210544 112.746767) + (xy 81.14508 112.771184) (xy 81.136234 112.7715) (xy 81.123288 112.7715) (xy 81.07724 112.779184) + (xy 80.893045 112.80992) (xy 80.67228 112.88571) (xy 80.672266 112.885716) (xy 80.466988 112.996806) + (xy 80.466986 112.996807) (xy 80.291093 113.133711) (xy 80.226099 113.159353) (xy 80.157559 113.145786) + (xy 80.107234 113.097318) (xy 80.098749 113.079189) (xy 80.083355 113.037915) (xy 80.08335 113.037906) + (xy 79.99719 112.922812) (xy 79.997187 112.922809) (xy 79.882093 112.836649) (xy 79.882086 112.836645) + (xy 79.747379 112.786403) (xy 79.747372 112.786401) (xy 79.687844 112.78) (xy 78.99 112.78) (xy 78.99 113.746988) + (xy 78.932993 113.714075) (xy 78.805826 113.68) (xy 78.674174 113.68) (xy 78.547007 113.714075) + (xy 78.49 113.746988) (xy 78.49 112.78) (xy 77.792155 112.78) (xy 77.732627 112.786401) (xy 77.73262 112.786403) + (xy 77.597913 112.836645) (xy 77.597906 112.836649) (xy 77.482812 112.922809) (xy 77.482809 112.922812) + (xy 77.396649 113.037906) (xy 77.396645 113.037913) (xy 77.346403 113.17262) (xy 77.346401 113.172627) + (xy 77.34 113.232155) (xy 77.34 113.93) (xy 78.306988 113.93) (xy 78.274075 113.987007) (xy 78.24 114.114174) + (xy 78.24 114.245826) (xy 78.274075 114.372993) (xy 78.306988 114.43) (xy 77.34 114.43) (xy 77.34 115.127844) + (xy 77.346401 115.187372) (xy 77.346403 115.187379) (xy 77.396645 115.322086) (xy 77.396649 115.322093) + (xy 77.482809 115.437187) (xy 77.482812 115.43719) (xy 77.597906 115.52335) (xy 77.597913 115.523354) + (xy 77.73262 115.573596) (xy 77.732627 115.573598) (xy 77.792155 115.579999) (xy 77.792172 115.58) + (xy 78.49 115.58) (xy 78.49 114.613012) (xy 78.547007 114.645925) (xy 78.674174 114.68) (xy 78.805826 114.68) + (xy 78.932993 114.645925) (xy 78.99 114.613012) (xy 78.99 115.58) (xy 79.687828 115.58) (xy 79.687844 115.579999) + (xy 79.747372 115.573598) (xy 79.747379 115.573596) (xy 79.882086 115.523354) (xy 79.882093 115.52335) + (xy 79.997187 115.43719) (xy 79.99719 115.437187) (xy 80.08335 115.322093) (xy 80.083353 115.322088) + (xy 80.098748 115.280811) (xy 80.140619 115.224876) (xy 80.206083 115.200458) (xy 80.274356 115.215309) + (xy 80.291093 115.226288) (xy 80.466983 115.36319) (xy 80.466985 115.363191) (xy 80.466992 115.363196) + (xy 80.541516 115.403525) (xy 80.591108 115.452743) (xy 80.6065 115.51258) (xy 80.6065 117.19946) + (xy 80.586815 117.266499) (xy 80.534011 117.312254) (xy 80.521515 117.317161) (xy 80.507265 117.321884) + (xy 80.507262 117.321885) (xy 80.507259 117.321886) (xy 80.356346 117.414971) (xy 80.230971 117.540346) + (xy 80.137886 117.691259) (xy 80.137884 117.691264) (xy 80.082113 117.859572) (xy 80.0715 117.963447) + (xy 80.0715 118.764537) (xy 80.071501 118.764553) (xy 80.082113 118.868427) (xy 80.137884 119.036735) + (xy 80.137886 119.03674) (xy 80.230971 119.187653) (xy 80.319637 119.276319) (xy 80.353122 119.337642) + (xy 80.348138 119.407334) (xy 80.319637 119.451681) (xy 80.230971 119.540346) (xy 80.150015 119.671597) + (xy 80.098067 119.718322) (xy 80.044476 119.7305) (xy 79.203655 119.7305) (xy 79.136616 119.710815) + (xy 79.098117 119.671598) (xy 79.02703 119.556348) (xy 78.938363 119.467681) (xy 78.904878 119.406358) + (xy 78.909862 119.336666) (xy 78.938363 119.292319) (xy 78.954363 119.276319) (xy 79.02703 119.203652) + (xy 79.120115 119.052738) (xy 79.175887 118.884426) (xy 79.1865 118.780545) (xy 79.186499 117.979456) + (xy 79.175887 117.875574) (xy 79.120115 117.707262) (xy 79.02703 117.556348) (xy 78.901652 117.43097) + (xy 78.807898 117.373142) (xy 78.75074 117.337886) (xy 78.750735 117.337884) (xy 78.582427 117.282113) + (xy 78.478546 117.2715) (xy 77.477462 117.2715) (xy 77.477446 117.271501) (xy 77.373572 117.282113) + (xy 77.205264 117.337884) (xy 77.205259 117.337886) (xy 77.054346 117.430971) (xy 76.928971 117.556346) + (xy 76.835886 117.707259) (xy 76.835884 117.707264) (xy 76.780113 117.875572) (xy 76.7695 117.979447) + (xy 76.7695 118.641233) (xy 76.749815 118.708272) (xy 76.73318 118.728914) (xy 76.549167 118.912929) + (xy 76.51341 118.948686) (xy 76.460927 119.001168) (xy 76.391603 119.104918) (xy 76.391598 119.104927) + (xy 76.343845 119.220214) (xy 76.343843 119.220222) (xy 76.3195 119.342601) (xy 76.3195 121.030571) + (xy 76.343843 121.15295) (xy 76.343845 121.152958) (xy 76.391598 121.268245) (xy 76.391603 121.268254) + (xy 76.460928 121.372005) (xy 76.460931 121.372009) (xy 80.570181 125.481258) (xy 80.603666 125.542581) + (xy 80.6065 125.568939) (xy 80.6065 133.167418) (xy 80.586815 133.234457) (xy 80.541519 133.276472) + (xy 80.466988 133.316806) (xy 80.466986 133.316807) (xy 80.291093 133.453711) (xy 80.226099 133.479353) + (xy 80.157559 133.465786) (xy 80.107234 133.417318) (xy 80.098749 133.399189) (xy 80.083355 133.357915) + (xy 80.08335 133.357906) (xy 79.99719 133.242812) (xy 79.997187 133.242809) (xy 79.882093 133.156649) + (xy 79.882086 133.156645) (xy 79.747379 133.106403) (xy 79.747372 133.106401) (xy 79.687844 133.1) + (xy 78.99 133.1) (xy 78.99 134.066988) (xy 78.932993 134.034075) (xy 78.805826 134) (xy 78.674174 134) + (xy 78.547007 134.034075) (xy 78.49 134.066988) (xy 78.49 133.1) (xy 77.792155 133.1) (xy 77.732627 133.106401) + (xy 77.73262 133.106403) (xy 77.597913 133.156645) (xy 77.597906 133.156649) (xy 77.482812 133.242809) + (xy 77.482809 133.242812) (xy 77.396649 133.357906) (xy 77.396645 133.357913) (xy 77.346403 133.49262) + (xy 77.346401 133.492627) (xy 77.34 133.552155) (xy 77.34 134.25) (xy 78.306988 134.25) (xy 78.274075 134.307007) + (xy 78.24 134.434174) (xy 78.24 134.565826) (xy 78.274075 134.692993) (xy 78.306988 134.75) (xy 77.34 134.75) + (xy 77.34 135.447844) (xy 77.346401 135.507372) (xy 77.346403 135.507379) (xy 77.396645 135.642086) + (xy 77.396649 135.642093) (xy 77.482809 135.757187) (xy 77.482812 135.75719) (xy 77.597906 135.84335) + (xy 77.597913 135.843354) (xy 77.73262 135.893596) (xy 77.732627 135.893598) (xy 77.792155 135.899999) + (xy 77.792172 135.9) (xy 78.49 135.9) (xy 78.49 134.933012) (xy 78.547007 134.965925) (xy 78.674174 135) + (xy 78.805826 135) (xy 78.932993 134.965925) (xy 78.99 134.933012) (xy 78.99 135.9) (xy 79.687828 135.9) + (xy 79.687844 135.899999) (xy 79.747372 135.893598) (xy 79.747379 135.893596) (xy 79.882086 135.843354) + (xy 79.882093 135.84335) (xy 79.997187 135.75719) (xy 79.99719 135.757187) (xy 80.08335 135.642093) + (xy 80.083353 135.642088) (xy 80.098748 135.600811) (xy 80.140619 135.544876) (xy 80.206083 135.520458) + (xy 80.274356 135.535309) (xy 80.291093 135.546288) (xy 80.466983 135.68319) (xy 80.466985 135.683191) + (xy 80.466988 135.683193) (xy 80.560964 135.73405) (xy 80.672273 135.794287) (xy 80.737411 135.816649) + (xy 80.893045 135.870079) (xy 80.893047 135.870079) (xy 80.893049 135.87008) (xy 81.123288 135.9085) + (xy 81.123289 135.9085) (xy 81.356711 135.9085) (xy 81.356712 135.9085) (xy 81.586951 135.87008) + (xy 81.807727 135.794287) (xy 82.013017 135.68319) (xy 82.19722 135.539818) (xy 82.355314 135.368083) + (xy 82.386191 135.320821) (xy 82.439337 135.275465) (xy 82.508568 135.266041) (xy 82.571904 135.295542) + (xy 82.593809 135.320822) (xy 82.624686 135.368084) (xy 82.778629 135.535309) (xy 82.78278 135.539818) + (xy 82.966983 135.68319) (xy 82.966985 135.683191) (xy 82.966988 135.683193) (xy 83.036833 135.72099) + (xy 83.060977 135.734057) (xy 83.09736 135.753746) (xy 83.146951 135.802965) (xy 83.162059 135.871182) + (xy 83.137889 135.936737) (xy 83.126024 135.950482) (xy 81.316327 137.760181) (xy 81.255004 137.793666) + (xy 81.228646 137.7965) (xy 75.179718 137.7965) (xy 75.112679 137.776815) (xy 75.066924 137.724011) + (xy 75.05698 137.654853) (xy 75.072986 137.609379) (xy 75.094144 137.573602) (xy 75.094145 137.573601) + (xy 75.128321 137.455962) (xy 75.140561 137.413835) (xy 75.140562 137.413829) (xy 75.142231 137.392626) + (xy 75.1435 137.376502) (xy 75.1435 136.943498) (xy 75.140562 136.906169) (xy 75.138555 136.899262) + (xy 75.094711 136.748348) (xy 75.094145 136.746399) (xy 75.009453 136.603193) (xy 75.009451 136.603191) + (xy 75.009448 136.603187) (xy 74.891812 136.485551) (xy 74.891803 136.485544) (xy 74.748601 136.400855) + (xy 74.748596 136.400853) (xy 74.588835 136.354438) (xy 74.588829 136.354437) (xy 74.551507 136.3515) + (xy 74.551502 136.3515) (xy 72.915615 136.3515) (xy 72.848576 136.331815) (xy 72.802821 136.279011) + (xy 72.792294 136.240462) (xy 72.791862 136.236348) (xy 72.775542 136.081072) (xy 72.720495 135.911658) + (xy 72.716529 135.89945) (xy 72.716528 135.899449) (xy 72.716527 135.899444) (xy 72.655816 135.794289) + (xy 72.621041 135.734057) (xy 72.621036 135.73405) (xy 72.54735 135.652213) (xy 72.51712 135.589221) + (xy 72.5155 135.569241) (xy 72.5155 135.190499) (xy 72.535185 135.12346) (xy 72.587989 135.077705) + (xy 72.6395 135.066499) (xy 73.282537 135.066499) (xy 73.282544 135.066499) (xy 73.386426 135.055887) + (xy 73.554738 135.000115) (xy 73.705652 134.90703) (xy 73.83103 134.781652) (xy 73.924115 134.630738) + (xy 73.979887 134.462426) (xy 73.9905 134.358545) (xy 73.990499 133.357456) (xy 73.979887 133.253574) + (xy 73.924115 133.085262) (xy 73.83103 132.934348) (xy 73.705652 132.80897) (xy 73.554738 132.715885) + (xy 73.536978 132.71) (xy 73.386427 132.660113) (xy 73.282552 132.6495) (xy 73.282545 132.6495) + (xy 72.6495 132.6495) (xy 72.582461 132.629815) (xy 72.536706 132.577011) (xy 72.5255 132.5255) + (xy 72.5255 128.99169) (xy 72.545185 128.924651) (xy 72.578375 128.890116) (xy 72.684681 128.815681) + (xy 72.836681 128.663681) (xy 72.959976 128.487597) (xy 73.050822 128.292777) (xy 73.106458 128.085142) + (xy 73.125193 127.871) (xy 73.106458 127.656858) (xy 73.050822 127.449223) (xy 73.019697 127.382475) + (xy 74.5715 127.382475) (xy 74.580289 127.449227) (xy 74.603471 127.625308) (xy 74.635168 127.743603) + (xy 74.666865 127.8619) (xy 74.760596 128.088186) (xy 74.760601 128.088197) (xy 74.883061 128.300302) + (xy 74.883072 128.300318) (xy 75.032171 128.494629) (xy 75.032177 128.494636) (xy 75.205363 128.667822) + (xy 75.205369 128.667827) (xy 75.39969 128.816934) (xy 75.399697 128.816938) (xy 75.611802 128.939398) + (xy 75.611807 128.9394) (xy 75.61181 128.939402) (xy 75.624579 128.944691) (xy 75.838099 129.033134) + (xy 75.8381 129.033134) (xy 75.838102 129.033135) (xy 76.074692 129.096529) (xy 76.317532 129.1285) + (xy 76.317539 129.1285) (xy 76.562461 129.1285) (xy 76.562468 129.1285) (xy 76.805308 129.096529) + (xy 77.041898 129.033135) (xy 77.26819 128.939402) (xy 77.48031 128.816934) (xy 77.674631 128.667827) + (xy 77.847827 128.494631) (xy 77.996934 128.30031) (xy 78.119402 128.08819) (xy 78.213135 127.861898) + (xy 78.276529 127.625308) (xy 78.3085 127.382468) (xy 78.3085 126.617532) (xy 78.276529 126.374692) + (xy 78.213135 126.138102) (xy 78.119402 125.91181) (xy 78.1194 125.911807) (xy 78.119398 125.911802) + (xy 77.996938 125.699697) (xy 77.996934 125.69969) (xy 77.896606 125.568939) (xy 77.847828 125.50537) + (xy 77.847822 125.505363) (xy 77.674636 125.332177) (xy 77.674629 125.332171) (xy 77.480318 125.183072) + (xy 77.480316 125.18307) (xy 77.48031 125.183066) (xy 77.480305 125.183063) (xy 77.480302 125.183061) + (xy 77.268197 125.060601) (xy 77.268186 125.060596) (xy 77.0419 124.966865) (xy 76.923603 124.935168) + (xy 76.805308 124.903471) (xy 76.751343 124.896366) (xy 76.562475 124.8715) (xy 76.562468 124.8715) + (xy 76.317532 124.8715) (xy 76.317524 124.8715) (xy 76.101674 124.899918) (xy 76.074692 124.903471) + (xy 76.039831 124.912812) (xy 75.838099 124.966865) (xy 75.611813 125.060596) (xy 75.611802 125.060601) + (xy 75.399697 125.183061) (xy 75.399681 125.183072) (xy 75.20537 125.332171) (xy 75.205363 125.332177) + (xy 75.032177 125.505363) (xy 75.032171 125.50537) (xy 74.883072 125.699681) (xy 74.883061 125.699697) + (xy 74.760601 125.911802) (xy 74.760596 125.911813) (xy 74.666865 126.138099) (xy 74.603471 126.374693) + (xy 74.5715 126.617524) (xy 74.5715 127.382475) (xy 73.019697 127.382475) (xy 72.959976 127.254404) + (xy 72.836681 127.078319) (xy 72.836679 127.078316) (xy 72.684682 126.926319) (xy 72.508601 126.803026) + (xy 72.508597 126.803024) (xy 72.432754 126.767658) (xy 72.313777 126.712178) (xy 72.313774 126.712177) + (xy 72.313772 126.712176) (xy 72.106144 126.656542) (xy 72.106136 126.656541) (xy 71.892002 126.637807) + (xy 71.891998 126.637807) (xy 71.677863 126.656541) (xy 71.677855 126.656542) (xy 71.470227 126.712176) + (xy 71.470221 126.712179) (xy 71.275405 126.803023) (xy 71.275403 126.803024) (xy 71.099316 126.92632) + (xy 70.94732 127.078316) (xy 70.872885 127.184623) (xy 70.818309 127.228248) (xy 70.77131 127.2375) + (xy 70.47269 127.2375) (xy 70.405651 127.217815) (xy 70.371115 127.184623) (xy 70.296679 127.078316) + (xy 70.144682 126.926319) (xy 69.968601 126.803026) (xy 69.968597 126.803024) (xy 69.892754 126.767658) + (xy 69.773777 126.712178) (xy 69.773774 126.712177) (xy 69.773772 126.712176) (xy 69.566144 126.656542) + (xy 69.566136 126.656541) (xy 69.352002 126.637807) (xy 69.351998 126.637807) (xy 69.24109 126.64751) + (xy 69.17259 126.633743) (xy 69.122407 126.585128) (xy 69.106474 126.517099) (xy 69.129849 126.451256) + (xy 69.142602 126.436301) (xy 69.667091 125.911813) (xy 70.387071 125.191833) (xy 70.4564 125.088075) + (xy 70.504155 124.972785) (xy 70.5285 124.850394) (xy 70.5285 124.725607) (xy 70.5285 121.263173) + (xy 70.548185 121.196134) (xy 70.600989 121.150379) (xy 70.613499 121.145466) (xy 70.632101 121.139302) + (xy 70.696889 121.09934) (xy 70.77804 121.049285) (xy 70.80682 121.020505) (xy 70.868143 120.98702) + (xy 70.937835 120.992004) (xy 70.993768 121.033876) (xy 71.018185 121.09934) (xy 71.018501 121.108186) + (xy 71.018501 121.175553) (xy 71.029113 121.279427) (xy 71.084884 121.447735) (xy 71.084886 121.44774) + (xy 71.093612 121.461887) (xy 71.17797 121.598652) (xy 71.303348 121.72403) (xy 71.454262 121.817115) + (xy 71.622574 121.872887) (xy 71.726455 121.8835) (xy 72.502544 121.883499) (xy 72.606426 121.872887) + (xy 72.774738 121.817115) (xy 72.925652 121.72403) (xy 73.05103 121.598652) (xy 73.051449 121.597971) + (xy 73.051859 121.597602) (xy 73.055511 121.592985) (xy 73.056299 121.593608) (xy 73.103389 121.551244) + (xy 73.17235 121.540014) (xy 73.236436 121.56785) (xy 73.254261 121.58842) (xy 73.255202 121.587677) + (xy 73.259683 121.593344) (xy 73.383654 121.717315) (xy 73.532875 121.809356) (xy 73.53288 121.809358) + (xy 73.699302 121.864505) (xy 73.699309 121.864506) (xy 73.802019 121.874999) (xy 73.939499 121.874999) + (xy 73.9395 121.874998) (xy 73.9395 120.9) (xy 74.4395 120.9) (xy 74.4395 121.874999) (xy 74.576972 121.874999) + (xy 74.576986 121.874998) (xy 74.679697 121.864505) (xy 74.846119 121.809358) (xy 74.846124 121.809356) + (xy 74.995345 121.717315) (xy 75.119315 121.593345) (xy 75.211356 121.444124) (xy 75.211358 121.444119) + (xy 75.266505 121.277697) (xy 75.266506 121.27769) (xy 75.276999 121.174986) (xy 75.277 121.174973) + (xy 75.277 120.9) (xy 74.4395 120.9) (xy 73.9395 120.9) (xy 73.9395 119.425) (xy 74.4395 119.425) + (xy 74.4395 120.4) (xy 75.276999 120.4) (xy 75.276999 120.125028) (xy 75.276998 120.125013) (xy 75.266505 120.022302) + (xy 75.211358 119.85588) (xy 75.211356 119.855875) (xy 75.119315 119.706654) (xy 74.995345 119.582684) + (xy 74.846124 119.490643) (xy 74.846119 119.490641) (xy 74.679697 119.435494) (xy 74.67969 119.435493) + (xy 74.576986 119.425) (xy 74.4395 119.425) (xy 73.9395 119.425) (xy 73.802027 119.425) (xy 73.802012 119.425001) + (xy 73.699302 119.435494) (xy 73.53288 119.490641) (xy 73.532875 119.490643) (xy 73.383654 119.582684) + (xy 73.259683 119.706655) (xy 73.255202 119.712323) (xy 73.253021 119.710598) (xy 73.210556 119.748775) + (xy 73.141591 119.75998) (xy 73.077516 119.732121) (xy 73.055663 119.706894) (xy 73.055511 119.707015) + (xy 73.052816 119.703606) (xy 73.051451 119.702031) (xy 73.051029 119.701347) (xy 72.925653 119.575971) + (xy 72.925652 119.57597) (xy 72.787316 119.490643) (xy 72.77474 119.482886) (xy 72.774735 119.482884) + (xy 72.606427 119.427113) (xy 72.502546 119.4165) (xy 71.726462 119.4165) (xy 71.726446 119.416501) + (xy 71.622572 119.427113) (xy 71.454264 119.482884) (xy 71.454259 119.482886) (xy 71.303345 119.575971) + (xy 71.297685 119.580448) (xy 71.296721 119.579229) (xy 71.242814 119.608666) (xy 71.216456 119.6115) + (xy 70.998489 119.6115) (xy 70.93145 119.591815) (xy 70.901223 119.564411) (xy 70.899284 119.561959) + (xy 70.77804 119.440715) (xy 70.778036 119.440712) (xy 70.632109 119.350702) (xy 70.632103 119.350699) + (xy 70.632101 119.350698) (xy 70.469336 119.296764) (xy 70.368879 119.2865) (xy 70.368872 119.2865) + (xy 69.421128 119.2865) (xy 69.42112 119.2865) (xy 69.320663 119.296764) (xy 69.157901 119.350697) + (xy 69.15789 119.350702) (xy 69.011963 119.440712) (xy 69.011959 119.440715) (xy 68.890715 119.561959) + (xy 68.890712 119.561963) (xy 68.800702 119.70789) (xy 68.800697 119.707901) (xy 68.746764 119.870663) + (xy 68.7365 119.97112) (xy 68.7365 120.518879) (xy 68.746764 120.619336) (xy 68.800697 120.782098) + (xy 68.800702 120.782109) (xy 68.890712 120.928036) (xy 68.890715 120.92804) (xy 69.011959 121.049284) + (xy 69.011963 121.049287) (xy 69.157898 121.139302) (xy 69.176501 121.145466) (xy 69.233947 121.185237) + (xy 69.260772 121.249753) (xy 69.2615 121.263173) (xy 69.2615 124.474233) (xy 69.241815 124.541272) + (xy 69.225181 124.561914) (xy 67.159111 126.627983) (xy 67.097788 126.661468) (xy 67.039342 126.660078) + (xy 67.026152 126.656544) (xy 67.026143 126.656542) (xy 67.026142 126.656542) (xy 67.02614 126.656541) + (xy 67.026136 126.656541) (xy 66.812001 126.637807) (xy 66.811998 126.637807) (xy 66.597863 126.656541) + (xy 66.597855 126.656542) (xy 66.390227 126.712176) (xy 66.390221 126.712179) (xy 66.195405 126.803023) + (xy 66.195403 126.803024) (xy 66.019316 126.92632) (xy 65.86732 127.078316) (xy 65.744024 127.254403) + (xy 65.744023 127.254405) (xy 65.653179 127.449221) (xy 65.653176 127.449227) (xy 65.597542 127.656855) + (xy 65.597541 127.656863) (xy 65.578807 127.870998) (xy 65.578807 127.871001) (xy 65.597541 128.085136) + (xy 65.597542 128.085144) (xy 65.653176 128.292772) (xy 65.653177 128.292774) (xy 65.653178 128.292777) + (xy 65.674432 128.338356) (xy 65.744024 128.487597) (xy 65.744026 128.487601) (xy 65.867319 128.663682) + (xy 66.019316 128.815679) (xy 66.019319 128.815681) (xy 66.125623 128.890115) (xy 66.169248 128.944691) + (xy 66.1785 128.99169) (xy 66.1785 130.756233) (xy 66.158815 130.823272) (xy 66.142181 130.843914) + (xy 64.626913 132.359181) (xy 64.56559 132.392666) (xy 64.539232 132.3955) (xy 63.877462 132.3955) + (xy 63.877446 132.395501) (xy 63.773572 132.406113) (xy 63.605264 132.461884) (xy 63.605259 132.461886) + (xy 63.454346 132.554971) (xy 63.328971 132.680346) (xy 63.235886 132.831259) (xy 63.235885 132.831263) + (xy 63.180113 132.999572) (xy 63.1695 133.103447) (xy 63.1695 134.104537) (xy 63.169501 134.104553) + (xy 63.180113 134.208427) (xy 63.212779 134.307007) (xy 63.235885 134.376738) (xy 63.32897 134.527652) + (xy 63.454348 134.65303) (xy 63.585597 134.733985) (xy 63.632321 134.785932) (xy 63.6445 134.839523) + (xy 63.6445 135.772851) (xy 63.624815 135.83989) (xy 63.572011 135.885645) (xy 63.502853 135.895589) + (xy 63.446189 135.872118) (xy 63.372089 135.816647) (xy 63.372086 135.816645) (xy 63.237379 135.766403) + (xy 63.237372 135.766401) (xy 63.177844 135.76) (xy 62.48 135.76) (xy 62.48 136.784722) (xy 62.403694 136.740667) + (xy 62.289244 136.71) (xy 62.170756 136.71) (xy 62.056306 136.740667) (xy 61.98 136.784722) (xy 61.98 135.76) + (xy 61.282155 135.76) (xy 61.222627 135.766401) (xy 61.22262 135.766403) (xy 61.087913 135.816645) + (xy 61.087906 135.816649) (xy 60.972812 135.902809) (xy 60.972809 135.902812) (xy 60.886649 136.017906) + (xy 60.886645 136.017913) (xy 60.861059 136.086514) (xy 60.819188 136.142448) (xy 60.753723 136.166865) + (xy 60.68545 136.152013) (xy 60.653649 136.127165) (xy 60.647224 136.120186) (xy 60.647222 136.120184) + (xy 60.64722 136.120182) (xy 60.463017 135.97681) (xy 60.463015 135.976809) (xy 60.463014 135.976808) + (xy 60.463011 135.976806) (xy 60.388481 135.936472) (xy 60.338891 135.887252) (xy 60.3235 135.827418) + (xy 60.3235 134.875358) (xy 60.323086 134.871155) (xy 60.336104 134.802509) (xy 60.384169 134.751798) + (xy 60.446489 134.735) (xy 60.71 134.735) (xy 60.71 133.876706) (xy 60.782069 133.906558) (xy 60.89992 133.93) + (xy 61.02008 133.93) (xy 61.137931 133.906558) (xy 61.21 133.876706) (xy 61.21 134.735) (xy 61.972828 134.735) + (xy 61.972844 134.734999) (xy 62.032372 134.728598) (xy 62.032379 134.728596) (xy 62.167086 134.678354) + (xy 62.167093 134.67835) (xy 62.282187 134.59219) (xy 62.28219 134.592187) (xy 62.36835 134.477093) + (xy 62.368354 134.477086) (xy 62.418596 134.342379) (xy 62.418598 134.342372) (xy 62.424999 134.282844) + (xy 62.425 134.282827) (xy 62.425 133.57) (xy 61.516706 133.57) (xy 61.546558 133.497931) (xy 61.57 133.38008) + (xy 61.57 133.25992) (xy 61.546558 133.142069) (xy 61.516706 133.07) (xy 62.425 133.07) (xy 62.425 132.357172) + (xy 62.424999 132.357155) (xy 62.418598 132.297627) (xy 62.418596 132.29762) (xy 62.368354 132.162913) + (xy 62.36835 132.162906) (xy 62.28219 132.047812) (xy 62.282187 132.047809) (xy 62.167093 131.961649) + (xy 62.167086 131.961645) (xy 62.032379 131.911403) (xy 62.032372 131.911401) (xy 61.972844 131.905) + (xy 61.627194 131.905) (xy 61.560155 131.885315) (xy 61.5144 131.832511) (xy 61.504456 131.763353) + (xy 61.533481 131.699797) (xy 61.579742 131.666439) (xy 61.676556 131.626337) (xy 61.676556 131.626336) + (xy 61.676563 131.626334) (xy 61.88774 131.496925) (xy 62.076073 131.336073) (xy 62.236925 131.14774) + (xy 62.366334 130.936563) (xy 62.461115 130.707742) (xy 62.518934 130.466911) (xy 62.538366 130.22) + (xy 62.518934 129.973089) (xy 62.461115 129.732258) (xy 62.366334 129.503437) (xy 62.236925 129.29226) + (xy 62.076073 129.103927) (xy 61.88774 128.943075) (xy 61.676563 128.813666) (xy 61.676562 128.813665) + (xy 61.676558 128.813663) (xy 61.447744 128.718886) (xy 61.447742 128.718885) (xy 61.206911 128.661066) + (xy 61.206909 128.661065) (xy 61.206906 128.661065) (xy 60.96 128.641634) (xy 60.713093 128.661065) + (xy 60.684949 128.667822) (xy 60.472258 128.718885) (xy 60.472256 128.718885) (xy 60.472255 128.718886) + (xy 60.243441 128.813663) (xy 60.032259 128.943075) (xy 59.843927 129.103927) (xy 59.683075 129.292259) + (xy 59.553663 129.503441) (xy 59.458886 129.732255) (xy 59.458885 129.732258) (xy 59.412174 129.926823) + (xy 59.401065 129.973093) (xy 59.381634 130.22) (xy 59.401065 130.466906) (xy 59.401065 130.466909) + (xy 59.401066 130.466911) (xy 59.458885 130.707742) (xy 59.458886 130.707744) (xy 59.553663 130.936558) + (xy 59.553665 130.936562) (xy 59.553666 130.936563) (xy 59.683075 131.14774) (xy 59.843927 131.336073) + (xy 60.03226 131.496925) (xy 60.243437 131.626334) (xy 60.24344 131.626335) (xy 60.243443 131.626337) + (xy 60.340258 131.666439) (xy 60.394662 131.71028) (xy 60.416727 131.776574) (xy 60.399448 131.844273) + (xy 60.348311 131.891884) (xy 60.292806 131.905) (xy 59.947155 131.905) (xy 59.887627 131.911401) + (xy 59.88762 131.911403) (xy 59.752913 131.961645) (xy 59.752906 131.961649) (xy 59.637812 132.047809) + (xy 59.637809 132.047812) (xy 59.551649 132.162906) (xy 59.551645 132.162913) (xy 59.501403 132.29762) + (xy 59.501401 132.297627) (xy 59.495 132.357155) (xy 59.495 133.07) (xy 60.403294 133.07) (xy 60.373442 133.142069) + (xy 60.35 133.25992) (xy 60.35 133.38008) (xy 60.373442 133.497931) (xy 60.403294 133.57) (xy 59.495 133.57) + (xy 59.48564 133.579359) (xy 59.475315 133.614523) (xy 59.422511 133.660278) (xy 59.353353 133.670222) + (xy 59.289797 133.641197) (xy 59.283319 133.635165) (xy 57.751406 132.103252) (xy 57.717921 132.041929) + (xy 57.719862 131.985389) (xy 57.719424 131.985309) (xy 57.719966 131.982337) (xy 57.720013 131.980967) + (xy 57.720562 131.979081) (xy 57.7235 131.941752) (xy 57.7235 131.508748) (xy 57.720562 131.471419) + (xy 57.674145 131.311649) (xy 57.589453 131.168443) (xy 57.589451 131.168441) (xy 57.589448 131.168437) + (xy 57.471812 131.050801) (xy 57.471803 131.050794) (xy 57.328601 130.966105) (xy 57.328596 130.966103) + (xy 57.168835 130.919688) (xy 57.168829 130.919687) (xy 57.131507 130.91675) (xy 57.131502 130.91675) + (xy 55.9725 130.91675) (xy 55.905461 130.897065) (xy 55.859706 130.844261) (xy 55.8485 130.79275) + (xy 55.8485 130.75775) (xy 55.868185 130.690711) (xy 55.920989 130.644956) (xy 55.9725 130.63375) + (xy 57.131496 130.63375) (xy 57.131502 130.63375) (xy 57.168831 130.630812) (xy 57.168833 130.630811) + (xy 57.168835 130.630811) (xy 57.210962 130.618571) (xy 57.328601 130.584395) (xy 57.471807 130.499703) + (xy 57.589453 130.382057) (xy 57.674145 130.238851) (xy 57.720562 130.079081) (xy 57.7235 130.041752) + (xy 57.7235 129.608748) (xy 57.720562 129.571419) (xy 57.674145 129.411649) (xy 57.589453 129.268443) + (xy 57.589451 129.268441) (xy 57.589448 129.268437) (xy 57.471812 129.150801) (xy 57.471801 129.150792) + (xy 57.409378 129.113875) (xy 57.361695 129.062806) (xy 57.3485 129.007144) (xy 57.3485 126.920589) + (xy 57.368185 126.85355) (xy 57.395589 126.823323) (xy 57.398034 126.821388) (xy 57.39804 126.821385) + (xy 57.519285 126.70014) (xy 57.609302 126.554201) (xy 57.663236 126.391436) (xy 57.6735 126.290972) + (xy 57.6735 125.855866) (xy 57.693185 125.788827) (xy 57.709819 125.768185) (xy 58.027068 125.450936) + (xy 58.027071 125.450933) (xy 58.0964 125.347175) (xy 58.144155 125.231885) (xy 58.1685 125.109494) + (xy 58.1685 124.984706) (xy 58.1685 120.958383) (xy 58.168282 120.957291) (xy 58.144157 120.835999) + (xy 58.144154 120.83599) (xy 58.122366 120.783388) (xy 58.107951 120.748587) (xy 58.096401 120.720702) + (xy 58.096399 120.7207) (xy 58.096399 120.720698) (xy 58.027072 120.616944) (xy 58.027069 120.61694) + (xy 56.581108 119.17098) (xy 56.547623 119.109657) (xy 56.552607 119.039965) (xy 56.594479 118.984032) + (xy 56.659943 118.959615) (xy 56.668789 118.959299) (xy 57.010537 118.959299) (xy 57.010544 118.959299) + (xy 57.03617 118.956681) (xy 57.104863 118.96945) (xy 57.136454 118.992358) (xy 59.434703 121.290607) + (xy 59.468188 121.35193) (xy 59.463204 121.421622) (xy 59.461588 121.42573) (xy 59.458884 121.432257) + (xy 59.401065 121.673092) (xy 59.381634 121.92) (xy 59.401065 122.166906) (xy 59.401065 122.166909) + (xy 59.401066 122.166911) (xy 59.458885 122.407742) (xy 59.458886 122.407744) (xy 59.553663 122.636558) + (xy 59.553665 122.636562) (xy 59.553666 122.636563) (xy 59.683075 122.84774) (xy 59.843927 123.036073) + (xy 60.03226 123.196925) (xy 60.243437 123.326334) (xy 60.243439 123.326334) (xy 60.243441 123.326336) + (xy 60.314786 123.355888) (xy 60.472258 123.421115) (xy 60.713089 123.478934) (xy 60.96 123.498366) + (xy 61.206911 123.478934) (xy 61.447742 123.421115) (xy 61.676563 123.326334) (xy 61.88774 123.196925) + (xy 62.076073 123.036073) (xy 62.236925 122.84774) (xy 62.366334 122.636563) (xy 62.461115 122.407742) + (xy 62.518934 122.166911) (xy 62.538366 121.92) (xy 62.518934 121.673089) (xy 62.461115 121.432258) + (xy 62.366423 121.203652) (xy 62.366336 121.203441) (xy 62.361858 121.196134) (xy 62.236925 120.99226) + (xy 62.076073 120.803927) (xy 61.88774 120.643075) (xy 61.676563 120.513666) (xy 61.676562 120.513665) + (xy 61.676558 120.513663) (xy 61.460832 120.424307) (xy 61.447742 120.418885) (xy 61.206911 120.361066) + (xy 61.206909 120.361065) (xy 61.206906 120.361065) (xy 60.96 120.341634) (xy 60.713092 120.361065) + (xy 60.472257 120.418884) (xy 60.46573 120.421588) (xy 60.39626 120.42905) (xy 60.333784 120.397769) + (xy 60.330607 120.394703) (xy 57.754818 117.818914) (xy 57.721333 117.757591) (xy 57.718499 117.731233) + (xy 57.718499 117.250262) (xy 57.718498 117.250246) (xy 57.713374 117.20009) (xy 57.707887 117.146374) + (xy 57.652115 116.978062) (xy 57.55903 116.827148) (xy 57.433652 116.70177) (xy 57.282738 116.608685) + (xy 57.278782 116.607374) (xy 57.114427 116.552913) (xy 57.010546 116.5423) (xy 56.209462 116.5423) + (xy 56.209446 116.542301) (xy 56.105572 116.552913) (xy 55.937264 116.608684) (xy 55.937259 116.608686) + (xy 55.786346 116.701771) (xy 55.697681 116.790437) (xy 55.636358 116.823922) (xy 55.566666 116.818938) + (xy 55.522319 116.790437) (xy 55.433653 116.701771) (xy 55.433652 116.70177) (xy 55.282738 116.608685) + (xy 55.278782 116.607374) (xy 55.114427 116.552913) (xy 55.010546 116.5423) (xy 54.209462 116.5423) + (xy 54.209446 116.542301) (xy 54.105572 116.552913) (xy 53.937264 116.608684) (xy 53.937259 116.608686) + (xy 53.786346 116.701771) (xy 53.660971 116.827146) (xy 53.567886 116.978059) (xy 53.567884 116.978064) + (xy 53.512113 117.146372) (xy 53.5015 117.250247) (xy 53.5015 118.251337) (xy 53.501501 118.251353) + (xy 53.512113 118.355226) (xy 53.567885 118.523538) (xy 53.66097 118.674452) (xy 53.786348 118.79983) + (xy 53.937262 118.892915) (xy 54.105574 118.948687) (xy 54.209455 118.9593) (xy 54.526256 118.959299) + (xy 54.593295 118.978983) (xy 54.613937 118.995618) (xy 55.981302 120.362984) (xy 56.014787 120.424307) + (xy 56.009803 120.493999) (xy 55.967931 120.549932) (xy 55.943337 120.562782) (xy 55.943805 120.563785) + (xy 55.937259 120.566836) (xy 55.786346 120.659921) (xy 55.697681 120.748587) (xy 55.636358 120.782072) + (xy 55.566666 120.777088) (xy 55.522319 120.748587) (xy 55.433653 120.659921) (xy 55.433652 120.65992) + (xy 55.282738 120.566835) (xy 55.138014 120.518879) (xy 55.114427 120.511063) (xy 55.010552 120.50045) + (xy 55.010545 120.50045) (xy 54.348766 120.50045) (xy 54.281727 120.480765) (xy 54.261085 120.464131) + (xy 51.723819 117.926865) (xy 51.690334 117.865542) (xy 51.6875 117.839184) (xy 51.6875 108.3845) + (xy 52.465001 108.3845) (xy 52.465001 108.557822) (xy 52.475144 108.657107) (xy 52.528452 108.817981) + (xy 52.528457 108.817992) (xy 52.617424 108.962228) (xy 52.617427 108.962232) (xy 52.737267 109.082072) + (xy 52.737271 109.082075) (xy 52.881507 109.171042) (xy 52.881518 109.171047) (xy 53.042393 109.224355) + (xy 53.141683 109.234499) (xy 53.165 109.234498) (xy 53.165 108.3845) (xy 52.465001 108.3845) (xy 51.6875 108.3845) + (xy 51.6875 107.8845) (xy 52.465 107.8845) (xy 53.165 107.8845) (xy 53.165 107.034499) (xy 53.141693 107.0345) + (xy 53.141674 107.034501) (xy 53.042392 107.044644) (xy 52.881518 107.097952) (xy 52.881507 107.097957) + (xy 52.737271 107.186924) (xy 52.737267 107.186927) (xy 52.617427 107.306767) (xy 52.617424 107.306771) + (xy 52.528457 107.451007) (xy 52.528452 107.451018) (xy 52.475144 107.611893) (xy 52.465 107.711177) + (xy 52.465 107.8845) (xy 51.6875 107.8845) (xy 51.6875 102.249116) (xy 51.707185 102.182077) (xy 51.759989 102.136322) + (xy 51.829147 102.126378) (xy 51.892703 102.155403) (xy 51.899181 102.161435) (xy 53.465181 103.727435) + (xy 53.498666 103.788758) (xy 53.5015 103.815116) (xy 53.5015 104.476887) (xy 53.501501 104.476903) + (xy 53.512113 104.580777) (xy 53.554182 104.707735) (xy 53.567885 104.749088) (xy 53.66097 104.900002) + (xy 53.786348 105.02538) (xy 53.937262 105.118465) (xy 54.105574 105.174237) (xy 54.209455 105.18485) + (xy 54.209455 105.184849) (xy 54.209456 105.18485) (xy 54.212524 105.185006) (xy 54.278479 105.208064) + (xy 54.321497 105.263121) (xy 54.327921 105.332695) (xy 54.29571 105.394697) (xy 54.293918 105.396526) + (xy 54.198668 105.491777) (xy 54.198667 105.491779) (xy 54.154547 105.535899) (xy 54.110427 105.580018) + (xy 54.041103 105.683768) (xy 54.041098 105.683777) (xy 53.993345 105.799064) (xy 53.993343 105.799072) + (xy 53.969 105.921451) (xy 53.969 106.933031) (xy 53.949315 107.00007) (xy 53.896511 107.045825) + (xy 53.827353 107.055769) (xy 53.805998 107.050738) (xy 53.787606 107.044643) (xy 53.688322 107.0345) + (xy 53.665 107.0345) (xy 53.665 109.234499) (xy 53.688308 109.234499) (xy 53.688322 109.234498) + (xy 53.787608 109.224355) (xy 53.805994 109.218263) (xy 53.875822 109.21586) (xy 53.935865 109.25159) + (xy 53.967058 109.31411) (xy 53.969 109.335968) (xy 53.969 112.127184) (xy 53.949315 112.194223) + (xy 53.896511 112.239978) (xy 53.879595 112.24626) (xy 53.751404 112.283503) (xy 53.751398 112.283505) + (xy 53.608196 112.368194) (xy 53.608187 112.368201) (xy 53.490551 112.485837) (xy 53.490544 112.485846) + (xy 53.405855 112.629048) (xy 53.405853 112.629053) (xy 53.359438 112.788814) (xy 53.359437 112.78882) + (xy 53.3565 112.826142) (xy 53.3565 113.259157) (xy 53.359437 113.296479) (xy 53.359438 113.296485) + (xy 53.405853 113.456246) (xy 53.405855 113.456251) (xy 53.490544 113.599453) (xy 53.490551 113.599462) + (xy 53.608187 113.717098) (xy 53.608196 113.717105) (xy 53.644904 113.738814) (xy 53.751399 113.801795) + (xy 53.79353 113.814035) (xy 53.911164 113.848211) (xy 53.911167 113.848211) (xy 53.911169 113.848212) + (xy 53.948498 113.85115) (xy 55.1075 113.85115) (xy 55.174539 113.870835) (xy 55.220294 113.923639) + (xy 55.2315 113.97515) (xy 55.2315 114.209157) (xy 55.234437 114.246479) (xy 55.234438 114.246485) + (xy 55.280853 114.406246) (xy 55.280855 114.406251) (xy 55.365544 114.549453) (xy 55.365551 114.549462) + (xy 55.483187 114.667098) (xy 55.483196 114.667105) (xy 55.534165 114.697248) (xy 55.626399 114.751795) + (xy 55.66853 114.764035) (xy 55.786164 114.798211) (xy 55.786167 114.798211) (xy 55.786169 114.798212) + (xy 55.823498 114.80115) (xy 56.703884 114.80115) (xy 56.770923 114.820835) (xy 56.791565 114.837469) + (xy 58.29978 116.345684) (xy 58.333265 116.407007) (xy 58.332305 116.463805) (xy 58.295948 116.607377) + (xy 58.276673 116.839994) (xy 58.276673 116.840005) (xy 58.295948 117.072622) (xy 58.353251 117.298907) + (xy 58.447015 117.512668) (xy 58.574686 117.708084) (xy 58.714142 117.859572) (xy 58.73278 117.879818) + (xy 58.916983 118.02319) (xy 58.916985 118.023191) (xy 58.916988 118.023193) (xy 58.965206 118.049287) + (xy 59.122273 118.134287) (xy 59.236914 118.173643) (xy 59.343045 118.210079) (xy 59.343047 118.210079) + (xy 59.343049 118.21008) (xy 59.573288 118.2485) (xy 59.573289 118.2485) (xy 59.806711 118.2485) + (xy 59.806712 118.2485) (xy 60.036951 118.21008) (xy 60.257727 118.134287) (xy 60.463017 118.02319) + (xy 60.64722 117.879818) (xy 60.653646 117.872837) (xy 60.713531 117.836845) (xy 60.783369 117.838944) + (xy 60.840986 117.878466) (xy 60.861059 117.913485) (xy 60.886645 117.982086) (xy 60.886649 117.982093) + (xy 60.972809 118.097187) (xy 60.972812 118.09719) (xy 61.087906 118.18335) (xy 61.087913 118.183354) + (xy 61.22262 118.233596) (xy 61.222627 118.233598) (xy 61.282155 118.239999) (xy 61.282172 118.24) + (xy 61.98 118.24) (xy 61.98 117.215277) (xy 62.056306 117.259333) (xy 62.170756 117.29) (xy 62.289244 117.29) + (xy 62.403694 117.259333) (xy 62.48 117.215277) (xy 62.48 118.24) (xy 63.177828 118.24) (xy 63.177844 118.239999) + (xy 63.237372 118.233598) (xy 63.237379 118.233596) (xy 63.372086 118.183354) (xy 63.372093 118.18335) + (xy 63.487187 118.09719) (xy 63.48719 118.097187) (xy 63.57335 117.982093) (xy 63.573354 117.982086) + (xy 63.623596 117.847379) (xy 63.623598 117.847372) (xy 63.629999 117.787844) (xy 63.63 117.787827) + (xy 63.63 117.518879) (xy 68.7365 117.518879) (xy 68.746764 117.619336) (xy 68.800697 117.782098) + (xy 68.800702 117.782109) (xy 68.890712 117.928036) (xy 68.890715 117.92804) (xy 69.011959 118.049284) + (xy 69.011963 118.049287) (xy 69.15789 118.139297) (xy 69.157893 118.139298) (xy 69.157899 118.139302) + (xy 69.320664 118.193236) (xy 69.421128 118.2035) (xy 69.421133 118.2035) (xy 70.368867 118.2035) + (xy 70.368872 118.2035) (xy 70.469336 118.193236) (xy 70.632101 118.139302) (xy 70.77804 118.049285) + (xy 70.899285 117.92804) (xy 70.899288 117.928034) (xy 70.903766 117.922373) (xy 70.905395 117.923661) + (xy 70.94967 117.883826) (xy 71.01863 117.872592) (xy 71.082717 117.900424) (xy 71.108818 117.930541) + (xy 71.177967 118.042648) (xy 71.17797 118.042652) (xy 71.303348 118.16803) (xy 71.454262 118.261115) + (xy 71.622574 118.316887) (xy 71.726455 118.3275) (xy 72.502544 118.327499) (xy 72.606426 118.316887) + (xy 72.774738 118.261115) (xy 72.925652 118.16803) (xy 73.05103 118.042652) (xy 73.051449 118.041971) + (xy 73.051859 118.041602) (xy 73.055511 118.036985) (xy 73.056299 118.037608) (xy 73.103389 117.995244) + (xy 73.17235 117.984014) (xy 73.236436 118.01185) (xy 73.254261 118.03242) (xy 73.255202 118.031677) + (xy 73.259683 118.037344) (xy 73.383654 118.161315) (xy 73.532875 118.253356) (xy 73.53288 118.253358) + (xy 73.699302 118.308505) (xy 73.699309 118.308506) (xy 73.802019 118.318999) (xy 73.939499 118.318999) + (xy 73.9395 118.318998) (xy 73.9395 117.344) (xy 74.4395 117.344) (xy 74.4395 118.318999) (xy 74.576972 118.318999) + (xy 74.576986 118.318998) (xy 74.679697 118.308505) (xy 74.846119 118.253358) (xy 74.846124 118.253356) + (xy 74.995345 118.161315) (xy 75.119315 118.037345) (xy 75.211356 117.888124) (xy 75.211358 117.888119) + (xy 75.266505 117.721697) (xy 75.266506 117.72169) (xy 75.276999 117.618986) (xy 75.277 117.618973) + (xy 75.277 117.344) (xy 74.4395 117.344) (xy 73.9395 117.344) (xy 73.9395 115.869) (xy 74.4395 115.869) + (xy 74.4395 116.844) (xy 75.276999 116.844) (xy 75.276999 116.569028) (xy 75.276998 116.569013) + (xy 75.266505 116.466302) (xy 75.211358 116.29988) (xy 75.211356 116.299875) (xy 75.119315 116.150654) + (xy 74.995345 116.026684) (xy 74.846124 115.934643) (xy 74.846119 115.934641) (xy 74.679697 115.879494) + (xy 74.67969 115.879493) (xy 74.576986 115.869) (xy 74.4395 115.869) (xy 73.9395 115.869) (xy 73.802027 115.869) + (xy 73.802012 115.869001) (xy 73.699302 115.879494) (xy 73.53288 115.934641) (xy 73.532875 115.934643) + (xy 73.383654 116.026684) (xy 73.259683 116.150655) (xy 73.255202 116.156323) (xy 73.253021 116.154598) + (xy 73.210556 116.192775) (xy 73.141591 116.20398) (xy 73.077516 116.176121) (xy 73.055663 116.150894) + (xy 73.055511 116.151015) (xy 73.052816 116.147606) (xy 73.051451 116.146031) (xy 73.051029 116.145347) + (xy 72.925652 116.01997) (xy 72.925648 116.019967) (xy 72.806903 115.946724) (xy 72.760178 115.894776) + (xy 72.748 115.841186) (xy 72.748 115.787635) (xy 72.767685 115.720596) (xy 72.77985 115.704663) + (xy 72.785934 115.697906) (xy 72.87504 115.598944) (xy 72.970527 115.433556) (xy 73.029542 115.251928) + (xy 73.049504 115.062) (xy 73.029542 114.872072) (xy 72.970527 114.690444) (xy 72.87504 114.525056) + (xy 72.747253 114.383134) (xy 72.592752 114.270882) (xy 72.418288 114.193206) (xy 72.418286 114.193205) + (xy 72.231487 114.1535) (xy 72.040513 114.1535) (xy 71.853714 114.193205) (xy 71.679246 114.270883) + (xy 71.524745 114.383135) (xy 71.396959 114.525057) (xy 71.301473 114.690443) (xy 71.30147 114.69045) + (xy 71.253701 114.837469) (xy 71.242458 114.872072) (xy 71.222496 115.062) (xy 71.242458 115.251928) + (xy 71.242459 115.251931) (xy 71.30147 115.433549) (xy 71.301473 115.433556) (xy 71.396958 115.598942) + (xy 71.39696 115.598944) (xy 71.449061 115.656808) (xy 71.449149 115.656905) (xy 71.47938 115.719897) + (xy 71.481 115.739878) (xy 71.481 115.841186) (xy 71.461315 115.908225) (xy 71.422097 115.946724) + (xy 71.303351 116.019967) (xy 71.303347 116.01997) (xy 71.177971 116.145346) (xy 71.084882 116.296266) + (xy 71.058627 116.375503) (xy 71.018855 116.432948) (xy 70.95434 116.459772) (xy 70.940921 116.4605) + (xy 70.845283 116.4605) (xy 70.780186 116.442038) (xy 70.632109 116.350702) (xy 70.632103 116.350699) + (xy 70.632101 116.350698) (xy 70.469336 116.296764) (xy 70.464462 116.296266) (xy 70.368879 116.2865) + (xy 70.368872 116.2865) (xy 69.421128 116.2865) (xy 69.42112 116.2865) (xy 69.320663 116.296764) + (xy 69.157901 116.350697) (xy 69.15789 116.350702) (xy 69.011963 116.440712) (xy 69.011959 116.440715) + (xy 68.890715 116.561959) (xy 68.890712 116.561963) (xy 68.800702 116.70789) (xy 68.800697 116.707901) + (xy 68.746764 116.870663) (xy 68.7365 116.97112) (xy 68.7365 117.518879) (xy 63.63 117.518879) (xy 63.63 117.09) + (xy 62.605278 117.09) (xy 62.649333 117.013694) (xy 62.68 116.899244) (xy 62.68 116.780756) (xy 62.649333 116.666306) + (xy 62.605278 116.59) (xy 63.63 116.59) (xy 63.63 115.892172) (xy 63.629999 115.892155) (xy 63.623598 115.832627) + (xy 63.623596 115.83262) (xy 63.573354 115.697913) (xy 63.57335 115.697906) (xy 63.48719 115.582812) + (xy 63.487187 115.582809) (xy 63.372093 115.496649) (xy 63.372086 115.496645) (xy 63.237379 115.446403) + (xy 63.237372 115.446401) (xy 63.177844 115.44) (xy 62.48 115.44) (xy 62.48 116.464722) (xy 62.403694 116.420667) + (xy 62.289244 116.39) (xy 62.170756 116.39) (xy 62.056306 116.420667) (xy 61.98 116.464722) (xy 61.98 115.44) + (xy 61.282155 115.44) (xy 61.222627 115.446401) (xy 61.22262 115.446403) (xy 61.087913 115.496645) + (xy 61.087906 115.496649) (xy 60.972812 115.582809) (xy 60.972809 115.582812) (xy 60.886649 115.697906) + (xy 60.886645 115.697913) (xy 60.861059 115.766514) (xy 60.819188 115.822448) (xy 60.753723 115.846865) + (xy 60.68545 115.832013) (xy 60.653649 115.807165) (xy 60.647224 115.800186) (xy 60.647222 115.800184) + (xy 60.64722 115.800182) (xy 60.463017 115.65681) (xy 60.463015 115.656809) (xy 60.463014 115.656808) + (xy 60.463011 115.656806) (xy 60.257733 115.545716) (xy 60.25773 115.545715) (xy 60.257727 115.545713) + (xy 60.257721 115.545711) (xy 60.257719 115.54571) (xy 60.036954 115.46992) (xy 59.840792 115.437187) + (xy 59.806712 115.4315) (xy 59.573288 115.4315) (xy 59.539208 115.437187) (xy 59.343044 115.46992) + (xy 59.321545 115.477301) (xy 59.251746 115.480449) (xy 59.193604 115.4477) (xy 57.759819 114.013915) + (xy 57.726334 113.952592) (xy 57.7235 113.926234) (xy 57.7235 113.776154) (xy 57.7235 113.776148) + (xy 57.720562 113.738819) (xy 57.715412 113.721093) (xy 57.680073 113.599453) (xy 57.674145 113.579049) + (xy 57.589453 113.435843) (xy 57.589451 113.435841) (xy 57.589448 113.435837) (xy 57.471812 113.318201) + (xy 57.471803 113.318194) (xy 57.328601 113.233505) (xy 57.328596 113.233503) (xy 57.168835 113.187088) + (xy 57.168829 113.187087) (xy 57.131507 113.18415) (xy 57.131502 113.18415) (xy 55.9725 113.18415) + (xy 55.905461 113.164465) (xy 55.859706 113.111661) (xy 55.8485 113.06015) (xy 55.8485 113.02515) + (xy 55.868185 112.958111) (xy 55.920989 112.912356) (xy 55.9725 112.90115) (xy 57.131496 112.90115) + (xy 57.131502 112.90115) (xy 57.168831 112.898212) (xy 57.168833 112.898211) (xy 57.168835 112.898211) + (xy 57.211864 112.88571) (xy 57.328601 112.851795) (xy 57.471807 112.767103) (xy 57.589453 112.649457) + (xy 57.674145 112.506251) (xy 57.720562 112.346481) (xy 57.7235 112.309152) (xy 57.7235 111.876148) + (xy 57.720562 111.838819) (xy 57.674145 111.679049) (xy 57.589453 111.535843) (xy 57.589451 111.535841) + (xy 57.589448 111.535837) (xy 57.471812 111.418201) (xy 57.471803 111.418194) (xy 57.328601 111.333505) + (xy 57.328595 111.333503) (xy 57.200405 111.29626) (xy 57.141519 111.258654) (xy 57.112313 111.195181) + (xy 57.111 111.177184) (xy 57.111 109.9) (xy 59.381634 109.9) (xy 59.401065 110.146906) (xy 59.401065 110.146909) + (xy 59.401066 110.146911) (xy 59.458885 110.387742) (xy 59.458886 110.387744) (xy 59.553663 110.616558) + (xy 59.553665 110.616562) (xy 59.553666 110.616563) (xy 59.683075 110.82774) (xy 59.843927 111.016073) + (xy 60.03226 111.176925) (xy 60.243437 111.306334) (xy 60.24344 111.306335) (xy 60.243443 111.306337) + (xy 60.340258 111.346439) (xy 60.394662 111.39028) (xy 60.416727 111.456574) (xy 60.399448 111.524273) + (xy 60.348311 111.571884) (xy 60.292806 111.585) (xy 59.947155 111.585) (xy 59.887627 111.591401) + (xy 59.88762 111.591403) (xy 59.752913 111.641645) (xy 59.752906 111.641649) (xy 59.637812 111.727809) + (xy 59.637809 111.727812) (xy 59.551649 111.842906) (xy 59.551645 111.842913) (xy 59.501403 111.97762) + (xy 59.501401 111.977627) (xy 59.495 112.037155) (xy 59.495 112.75) (xy 60.403294 112.75) (xy 60.373442 112.822069) + (xy 60.35 112.93992) (xy 60.35 113.06008) (xy 60.373442 113.177931) (xy 60.403294 113.25) (xy 59.495 113.25) + (xy 59.495 113.962844) (xy 59.501401 114.022372) (xy 59.501403 114.022379) (xy 59.551645 114.157086) + (xy 59.551649 114.157093) (xy 59.637809 114.272187) (xy 59.637812 114.27219) (xy 59.752906 114.35835) + (xy 59.752913 114.358354) (xy 59.88762 114.408596) (xy 59.887627 114.408598) (xy 59.947155 114.414999) + (xy 59.947172 114.415) (xy 60.71 114.415) (xy 60.71 113.556706) (xy 60.782069 113.586558) (xy 60.89992 113.61) + (xy 61.02008 113.61) (xy 61.137931 113.586558) (xy 61.21 113.556706) (xy 61.21 114.415) (xy 61.972828 114.415) + (xy 61.972844 114.414999) (xy 62.032372 114.408598) (xy 62.032379 114.408596) (xy 62.167086 114.358354) + (xy 62.167093 114.35835) (xy 62.282187 114.27219) (xy 62.28219 114.272187) (xy 62.36835 114.157093) + (xy 62.368354 114.157086) (xy 62.418596 114.022379) (xy 62.418598 114.022372) (xy 62.424999 113.962844) + (xy 62.425 113.962827) (xy 62.425 113.25) (xy 61.516706 113.25) (xy 61.546558 113.177931) (xy 61.57 113.06008) + (xy 61.57 112.93992) (xy 61.546558 112.822069) (xy 61.516706 112.75) (xy 62.425 112.75) (xy 62.425 112.037172) + (xy 62.424999 112.037155) (xy 62.418598 111.977627) (xy 62.418596 111.97762) (xy 62.368354 111.842913) + (xy 62.36835 111.842906) (xy 62.28219 111.727812) (xy 62.282187 111.727809) (xy 62.167093 111.641649) + (xy 62.167086 111.641645) (xy 62.032379 111.591403) (xy 62.032372 111.591401) (xy 61.972844 111.585) + (xy 61.627194 111.585) (xy 61.560155 111.565315) (xy 61.5144 111.512511) (xy 61.504456 111.443353) + (xy 61.533481 111.379797) (xy 61.579742 111.346439) (xy 61.676556 111.306337) (xy 61.676556 111.306336) + (xy 61.676563 111.306334) (xy 61.88774 111.176925) (xy 62.076073 111.016073) (xy 62.236925 110.82774) + (xy 62.366334 110.616563) (xy 62.461115 110.387742) (xy 62.518934 110.146911) (xy 62.538366 109.9) + (xy 62.518934 109.653089) (xy 62.461115 109.412258) (xy 62.383283 109.224355) (xy 62.366336 109.183441) + (xy 62.363493 109.178802) (xy 62.236925 108.97226) (xy 62.076073 108.783927) (xy 61.88774 108.623075) + (xy 61.676563 108.493666) (xy 61.676562 108.493665) (xy 61.676558 108.493663) (xy 61.447744 108.398886) + (xy 61.447742 108.398885) (xy 61.206911 108.341066) (xy 61.206909 108.341065) (xy 61.206906 108.341065) + (xy 60.96 108.321634) (xy 60.713093 108.341065) (xy 60.713089 108.341066) (xy 60.472258 108.398885) + (xy 60.472256 108.398885) (xy 60.472255 108.398886) (xy 60.243441 108.493663) (xy 60.032259 108.623075) + (xy 59.843927 108.783927) (xy 59.683075 108.972259) (xy 59.553663 109.183441) (xy 59.458886 109.412255) + (xy 59.401065 109.653093) (xy 59.381634 109.9) (xy 57.111 109.9) (xy 57.111 109.315098) (xy 57.130685 109.248059) + (xy 57.183489 109.202304) (xy 57.195984 109.197396) (xy 57.252101 109.178802) (xy 57.39804 109.088785) + (xy 57.519285 108.96754) (xy 57.609302 108.821601) (xy 57.663236 108.658836) (xy 57.6735 108.558372) + (xy 57.6735 108.123266) (xy 57.693185 108.056227) (xy 57.709819 108.035585) (xy 58.027068 107.718336) + (xy 58.027071 107.718333) (xy 58.0964 107.614575) (xy 58.144155 107.499285) (xy 58.1685 107.376894) + (xy 58.1685 107.252106) (xy 58.1685 103.192606) (xy 58.168282 103.191514) (xy 58.144157 103.070222) + (xy 58.144154 103.070213) (xy 58.130168 103.036447) (xy 58.117695 103.006334) (xy 58.096401 102.954925) + (xy 58.096399 102.954923) (xy 58.096399 102.954921) (xy 58.027072 102.851167) (xy 58.027069 102.851163) + (xy 56.614285 101.43838) (xy 56.5808 101.377057) (xy 56.585784 101.307365) (xy 56.627656 101.251432) + (xy 56.69312 101.227015) (xy 56.701966 101.226699) (xy 56.871233 101.226699) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 58.342199 51.707185) (xy 58.387954 51.759989) (xy 58.397898 51.829147) (xy 58.396547 51.836272) + (xy 58.39 51.897155) (xy 58.39 52.495) (xy 59.374314 52.495) (xy 59.36992 52.499394) (xy 59.317259 52.590606) + (xy 59.29 52.692339) (xy 59.29 52.797661) (xy 59.317259 52.899394) (xy 59.36992 52.990606) (xy 59.374314 52.995) + (xy 58.39 52.995) (xy 58.39 53.592844) (xy 58.396401 53.652372) (xy 58.396403 53.652379) (xy 58.446645 53.787086) + (xy 58.446649 53.787093) (xy 58.532809 53.902187) (xy 58.532812 53.90219) (xy 58.647906 53.98835) + (xy 58.647913 53.988354) (xy 58.789892 54.041309) (xy 58.789099 54.043433) (xy 58.839891 54.072343) + (xy 58.872289 54.134247) (xy 58.866075 54.20384) (xy 58.838358 54.246144) (xy 58.683802 54.4007) + (xy 58.628308 54.479954) (xy 58.552476 54.588252) (xy 58.552475 54.588254) (xy 58.455718 54.79575) + (xy 58.455714 54.795761) (xy 58.396457 55.01691) (xy 58.396456 55.016918) (xy 58.376502 55.244998) + (xy 58.376502 55.245001) (xy 58.396456 55.473081) (xy 58.396457 55.473089) (xy 58.455714 55.694238) + (xy 58.455718 55.694249) (xy 58.552475 55.901745) (xy 58.552477 55.901749) (xy 58.683802 56.0893) + (xy 58.8457 56.251198) (xy 59.033251 56.382523) (xy 59.079157 56.403929) (xy 59.24075 56.479281) + (xy 59.240752 56.479281) (xy 59.240757 56.479284) (xy 59.461913 56.538543) (xy 59.624832 56.552796) + (xy 59.689998 56.558498) (xy 59.69 56.558498) (xy 59.690002 56.558498) (xy 59.747021 56.553509) + (xy 59.918087 56.538543) (xy 60.139243 56.479284) (xy 60.346749 56.382523) (xy 60.5343 56.251198) + (xy 60.696198 56.0893) (xy 60.827523 55.901749) (xy 60.924284 55.694243) (xy 60.983543 55.473087) + (xy 61.002499 55.256424) (xy 61.003498 55.245001) (xy 61.003498 55.244998) (xy 60.988706 55.075925) + (xy 60.983543 55.016913) (xy 60.924284 54.795757) (xy 60.827523 54.588251) (xy 60.696198 54.4007) + (xy 60.541642 54.246144) (xy 60.508157 54.184821) (xy 60.513141 54.115129) (xy 60.555013 54.059196) + (xy 60.590579 54.042573) (xy 60.590108 54.041309) (xy 60.732086 53.988354) (xy 60.732093 53.98835) + (xy 60.847187 53.90219) (xy 60.84719 53.902187) (xy 60.93335 53.787093) (xy 60.933354 53.787086) + (xy 60.983596 53.652379) (xy 60.983598 53.652372) (xy 60.989999 53.592844) (xy 60.99 53.592827) + (xy 60.99 52.995) (xy 60.005686 52.995) (xy 60.01008 52.990606) (xy 60.062741 52.899394) (xy 60.09 52.797661) + (xy 60.09 52.692339) (xy 60.062741 52.590606) (xy 60.01008 52.499394) (xy 60.005686 52.495) (xy 60.99 52.495) + (xy 60.99 51.897172) (xy 60.989999 51.897155) (xy 60.982769 51.829913) (xy 60.984713 51.829703) + (xy 60.987908 51.770234) (xy 61.028781 51.713566) (xy 61.093802 51.687992) (xy 61.10484 51.6875) + (xy 71.314234 51.6875) (xy 71.381273 51.707185) (xy 71.401915 51.723819) (xy 73.834936 54.15684) + (xy 73.868421 54.218163) (xy 73.867461 54.27496) (xy 73.839435 54.385633) (xy 73.820844 54.609994) + (xy 73.820844 54.610005) (xy 73.839434 54.834359) (xy 73.839436 54.834371) (xy 73.894703 55.052614) + (xy 73.98514 55.258792) (xy 74.108276 55.447265) (xy 74.108284 55.447276) (xy 74.260756 55.612902) + (xy 74.26076 55.612906) (xy 74.438424 55.751189) (xy 74.438429 55.751191) (xy 74.438431 55.751193) + (xy 74.47493 55.770946) (xy 74.52452 55.820165) (xy 74.539628 55.888382) (xy 74.515457 55.953937) + (xy 74.47493 55.989054) (xy 74.438431 56.008806) (xy 74.438422 56.008812) (xy 74.260761 56.147092) + (xy 74.260756 56.147097) (xy 74.108284 56.312723) (xy 74.108276 56.312734) (xy 73.98514 56.501207) + (xy 73.894703 56.707385) (xy 73.839436 56.925628) (xy 73.839434 56.92564) (xy 73.820844 57.149994) + (xy 73.820844 57.150005) (xy 73.839434 57.374359) (xy 73.839436 57.374371) (xy 73.880635 57.53706) + (xy 73.87801 57.60688) (xy 73.838054 57.664198) (xy 73.773452 57.690814) (xy 73.760429 57.6915) + (xy 70.662412 57.6915) (xy 70.595373 57.671815) (xy 70.574731 57.655181) (xy 67.487152 54.567601) + (xy 67.453667 54.506278) (xy 67.458651 54.436586) (xy 67.500523 54.380653) (xy 67.565987 54.356236) + (xy 67.63426 54.371088) (xy 67.645953 54.378343) (xy 67.663442 54.390589) (xy 67.85509 54.479956) + (xy 68.059345 54.534686) (xy 68.209812 54.54785) (xy 68.269998 54.553116) (xy 68.27 54.553116) (xy 68.270002 54.553116) + (xy 68.322663 54.548508) (xy 68.480655 54.534686) (xy 68.68491 54.479956) (xy 68.876558 54.390589) + (xy 69.049776 54.269301) (xy 69.199301 54.119776) (xy 69.320589 53.946558) (xy 69.409956 53.75491) + (xy 69.464686 53.550655) (xy 69.483116 53.34) (xy 69.464686 53.129345) (xy 69.409956 52.92509) (xy 69.320589 52.733442) + (xy 69.216465 52.584737) (xy 69.199299 52.560221) (xy 69.049778 52.4107) (xy 68.876558 52.289411) + (xy 68.876556 52.28941) (xy 68.836218 52.2706) (xy 68.68491 52.200044) (xy 68.684906 52.200043) + (xy 68.684902 52.200041) (xy 68.48066 52.145315) (xy 68.480656 52.145314) (xy 68.480655 52.145314) + (xy 68.480654 52.145313) (xy 68.480649 52.145313) (xy 68.270002 52.126884) (xy 68.269998 52.126884) + (xy 68.05935 52.145313) (xy 68.059339 52.145315) (xy 67.855097 52.200041) (xy 67.855088 52.200045) + (xy 67.663443 52.28941) (xy 67.663441 52.289411) (xy 67.490221 52.4107) (xy 67.3407 52.560221) (xy 67.219411 52.733441) + (xy 67.21941 52.733443) (xy 67.130045 52.925088) (xy 67.130041 52.925097) (xy 67.075315 53.129339) + (xy 67.075313 53.12935) (xy 67.056884 53.339998) (xy 67.056884 53.340001) (xy 67.075313 53.550649) + (xy 67.075315 53.55066) (xy 67.130041 53.754902) (xy 67.130043 53.754906) (xy 67.130044 53.75491) + (xy 67.173744 53.848625) (xy 67.217251 53.941927) (xy 67.219411 53.946558) (xy 67.231655 53.964044) + (xy 67.253981 54.030247) (xy 67.236971 54.098014) (xy 67.186023 54.145828) (xy 67.117314 54.158506) + (xy 67.052657 54.132025) (xy 67.042398 54.122846) (xy 65.568634 52.649082) (xy 65.56863 52.649079) + (xy 65.472336 52.584737) (xy 65.449191 52.563988) (xy 65.449128 52.564052) (xy 65.447966 52.56289) + (xy 65.446237 52.56134) (xy 65.445303 52.560227) (xy 65.445301 52.560224) (xy 65.295776 52.410699) + (xy 65.295775 52.410698) (xy 65.295774 52.410697) (xy 65.122558 52.289411) (xy 65.122556 52.28941) + (xy 65.082218 52.2706) (xy 64.93091 52.200044) (xy 64.930906 52.200043) (xy 64.930902 52.200041) + (xy 64.72666 52.145315) (xy 64.726656 52.145314) (xy 64.726655 52.145314) (xy 64.726654 52.145313) + (xy 64.726649 52.145313) (xy 64.516002 52.126884) (xy 64.515998 52.126884) (xy 64.30535 52.145313) + (xy 64.305339 52.145315) (xy 64.101097 52.200041) (xy 64.101088 52.200045) (xy 63.909443 52.28941) + (xy 63.909441 52.289411) (xy 63.736221 52.4107) (xy 63.5867 52.560221) (xy 63.465411 52.733441) + (xy 63.46541 52.733443) (xy 63.376045 52.925088) (xy 63.376041 52.925097) (xy 63.321315 53.129339) + (xy 63.321313 53.12935) (xy 63.302884 53.339998) (xy 63.302884 53.340001) (xy 63.321313 53.550649) + (xy 63.321315 53.55066) (xy 63.376041 53.754902) (xy 63.376043 53.754906) (xy 63.376044 53.75491) + (xy 63.444722 53.90219) (xy 63.46541 53.946556) (xy 63.465411 53.946558) (xy 63.5867 54.119778) + (xy 63.736221 54.269299) (xy 63.736224 54.269301) (xy 63.909442 54.390589) (xy 64.10109 54.479956) + (xy 64.305345 54.534686) (xy 64.455812 54.54785) (xy 64.515998 54.553116) (xy 64.516 54.553116) + (xy 64.516002 54.553116) (xy 64.568663 54.548508) (xy 64.726655 54.534686) (xy 64.824463 54.508478) + (xy 64.894312 54.510141) (xy 64.944237 54.540572) (xy 66.306166 55.902501) (xy 67.62343 57.219764) + (xy 67.656915 57.281087) (xy 67.651931 57.350779) (xy 67.610059 57.406712) (xy 67.606873 57.40902) + (xy 67.490219 57.490702) (xy 67.3407 57.640221) (xy 67.219411 57.813441) (xy 67.21941 57.813443) + (xy 67.130045 58.005088) (xy 67.130041 58.005097) (xy 67.075315 58.209339) (xy 67.075313 58.20935) + (xy 67.056884 58.419998) (xy 67.056884 58.420001) (xy 67.075313 58.630649) (xy 67.075315 58.63066) + (xy 67.130041 58.834902) (xy 67.130043 58.834906) (xy 67.130044 58.83491) (xy 67.184545 58.951788) + (xy 67.21941 59.026556) (xy 67.219411 59.026558) (xy 67.3407 59.199778) (xy 67.490221 59.349299) + (xy 67.51874 59.369268) (xy 67.663442 59.470589) (xy 67.85509 59.559956) (xy 67.855096 59.559957) + (xy 67.855097 59.559958) (xy 67.904255 59.573129) (xy 68.059345 59.614686) (xy 68.209812 59.62785) + (xy 68.269998 59.633116) (xy 68.27 59.633116) (xy 68.270002 59.633116) (xy 68.322663 59.628508) + (xy 68.480655 59.614686) (xy 68.68491 59.559956) (xy 68.876558 59.470589) (xy 69.049776 59.349301) + (xy 69.199301 59.199776) (xy 69.280979 59.083126) (xy 69.335555 59.039502) (xy 69.405054 59.032308) + (xy 69.467409 59.063831) (xy 69.470235 59.066569) (xy 69.547347 59.143681) (xy 69.547368 59.143704) + (xy 69.675581 59.271917) (xy 69.675589 59.271923) (xy 69.791393 59.349301) (xy 69.821269 59.369263) + (xy 69.821276 59.369267) (xy 69.85199 59.381989) (xy 69.98315 59.436317) (xy 70.154994 59.470499) + (xy 70.154997 59.4705) (xy 70.154999 59.4705) (xy 81.460609 59.4705) (xy 81.46061 59.470499) (xy 81.632458 59.436317) + (xy 81.794336 59.369265) (xy 81.940023 59.27192) (xy 82.667124 58.544819) (xy 82.728447 58.511334) + (xy 82.754805 58.5085) (xy 82.916569 58.5085) (xy 83.138635 58.471444) (xy 83.351574 58.398342) + (xy 83.549576 58.291189) (xy 83.72724 58.152906) (xy 83.842818 58.027355) (xy 83.902704 57.991366) + (xy 83.972542 57.993467) (xy 84.030158 58.032991) (xy 84.048474 58.066362) (xy 84.048835 58.066195) + (xy 84.051389 58.071672) (xy 84.051749 58.072329) (xy 84.051885 58.072738) (xy 84.14497 58.223652) + (xy 84.270348 58.34903) (xy 84.421262 58.442115) (xy 84.589574 58.497887) (xy 84.693455 58.5085) + (xy 85.994544 58.508499) (xy 86.098426 58.497887) (xy 86.266738 58.442115) (xy 86.417652 58.34903) + (xy 86.54303 58.223652) (xy 86.636115 58.072738) (xy 86.691887 57.904426) (xy 86.7025 57.800545) + (xy 86.702499 56.499456) (xy 86.691887 56.395574) (xy 86.636115 56.227262) (xy 86.54303 56.076348) + (xy 86.417652 55.95097) (xy 86.266738 55.857885) (xy 86.266732 55.857883) (xy 86.26673 55.857882) + (xy 86.266636 55.857851) (xy 86.266579 55.857812) (xy 86.260195 55.854835) (xy 86.260703 55.853743) + (xy 86.209193 55.818076) (xy 86.182372 55.753559) (xy 86.19469 55.684784) (xy 86.229481 55.642295) + (xy 86.26724 55.612906) (xy 86.419722 55.447268) (xy 86.54286 55.258791) (xy 86.633296 55.052616) + (xy 86.688564 54.834368) (xy 86.706562 54.617159) (xy 86.731715 54.551979) (xy 86.788117 54.510741) + (xy 86.85786 54.506543) (xy 86.917819 54.539723) (xy 89.500181 57.122085) (xy 89.533666 57.183408) + (xy 89.5365 57.209766) (xy 89.5365 117.336456) (xy 89.516815 117.403495) (xy 89.464011 117.44925) + (xy 89.394853 117.459194) (xy 89.331297 117.430169) (xy 89.324819 117.424137) (xy 89.315653 117.414971) + (xy 89.315652 117.41497) (xy 89.190678 117.337885) (xy 89.16474 117.321886) (xy 89.164739 117.321885) + (xy 89.164738 117.321885) (xy 89.110493 117.30391) (xy 89.053051 117.264138) (xy 89.026228 117.199622) + (xy 89.0255 117.186205) (xy 89.0255 80.629605) (xy 89.025499 80.629601) (xy 89.001155 80.507215) + (xy 88.9534 80.391925) (xy 88.953399 80.391924) (xy 88.953396 80.391918) (xy 88.884072 80.288168) + (xy 88.884071 80.288167) (xy 88.795833 80.199929) (xy 83.756085 75.160181) (xy 83.7226 75.098858) + (xy 83.727584 75.029166) (xy 83.769456 74.973233) (xy 83.83492 74.948816) (xy 83.843766 74.9485) + (xy 83.856711 74.9485) (xy 83.856712 74.9485) (xy 84.086951 74.91008) (xy 84.307727 74.834287) (xy 84.513017 74.72319) + (xy 84.69722 74.579818) (xy 84.855314 74.408083) (xy 84.982984 74.212669) (xy 85.076749 73.998907) + (xy 85.134051 73.772626) (xy 85.146957 73.616872) (xy 85.153327 73.540005) (xy 85.153327 73.539994) + (xy 85.140476 73.384916) (xy 85.134051 73.307374) (xy 85.076749 73.081093) (xy 84.982984 72.867331) + (xy 84.855314 72.671917) (xy 84.855313 72.671915) (xy 84.697223 72.500185) (xy 84.697222 72.500184) + (xy 84.69722 72.500182) (xy 84.513017 72.35681) (xy 84.513015 72.356809) (xy 84.513014 72.356808) + (xy 84.513011 72.356806) (xy 84.307733 72.245716) (xy 84.30773 72.245715) (xy 84.307727 72.245713) + (xy 84.307721 72.245711) (xy 84.307719 72.24571) (xy 84.086954 72.16992) (xy 83.90765 72.14) (xy 83.856712 72.1315) + (xy 83.623288 72.1315) (xy 83.584914 72.137903) (xy 83.393044 72.16992) (xy 83.371545 72.177301) + (xy 83.301746 72.180449) (xy 83.243604 72.1477) (xy 79.670936 68.575031) (xy 79.670932 68.575028) + (xy 79.567181 68.505703) (xy 79.567172 68.505698) (xy 79.451885 68.457945) (xy 79.451877 68.457943) + (xy 79.329498 68.4336) (xy 79.329494 68.4336) (xy 69.220867 68.4336) (xy 69.153828 68.413915) (xy 69.133186 68.397281) + (xy 67.15838 66.422475) (xy 74.5715 66.422475) (xy 74.596366 66.611343) (xy 74.603471 66.665308) + (xy 74.635168 66.783603) (xy 74.666865 66.9019) (xy 74.760596 67.128186) (xy 74.760601 67.128197) + (xy 74.883061 67.340302) (xy 74.883072 67.340318) (xy 75.032171 67.534629) (xy 75.032177 67.534636) + (xy 75.205363 67.707822) (xy 75.205369 67.707827) (xy 75.39969 67.856934) (xy 75.399697 67.856938) + (xy 75.611802 67.979398) (xy 75.611807 67.9794) (xy 75.61181 67.979402) (xy 75.687122 68.010597) + (xy 75.838099 68.073134) (xy 75.8381 68.073134) (xy 75.838102 68.073135) (xy 76.074692 68.136529) + (xy 76.317532 68.1685) (xy 76.317539 68.1685) (xy 76.562461 68.1685) (xy 76.562468 68.1685) (xy 76.805308 68.136529) + (xy 77.041898 68.073135) (xy 77.26819 67.979402) (xy 77.48031 67.856934) (xy 77.674631 67.707827) + (xy 77.847827 67.534631) (xy 77.996934 67.34031) (xy 78.119402 67.12819) (xy 78.213135 66.901898) + (xy 78.276529 66.665308) (xy 78.308499 66.422475) (xy 84.1715 66.422475) (xy 84.196366 66.611343) + (xy 84.203471 66.665308) (xy 84.235168 66.783603) (xy 84.266865 66.9019) (xy 84.360596 67.128186) + (xy 84.360601 67.128197) (xy 84.483061 67.340302) (xy 84.483072 67.340318) (xy 84.632171 67.534629) + (xy 84.632177 67.534636) (xy 84.805363 67.707822) (xy 84.805369 67.707827) (xy 84.99969 67.856934) + (xy 84.999697 67.856938) (xy 85.211802 67.979398) (xy 85.211807 67.9794) (xy 85.21181 67.979402) + (xy 85.287122 68.010597) (xy 85.438099 68.073134) (xy 85.4381 68.073134) (xy 85.438102 68.073135) + (xy 85.674692 68.136529) (xy 85.917532 68.1685) (xy 85.917539 68.1685) (xy 86.162461 68.1685) (xy 86.162468 68.1685) + (xy 86.405308 68.136529) (xy 86.641898 68.073135) (xy 86.86819 67.979402) (xy 87.08031 67.856934) + (xy 87.274631 67.707827) (xy 87.447827 67.534631) (xy 87.596934 67.34031) (xy 87.719402 67.12819) + (xy 87.813135 66.901898) (xy 87.876529 66.665308) (xy 87.9085 66.422468) (xy 87.9085 65.657532) + (xy 87.876529 65.414692) (xy 87.813135 65.178102) (xy 87.806127 65.161184) (xy 87.761545 65.053553) + (xy 87.719402 64.95181) (xy 87.7194 64.951807) (xy 87.719398 64.951802) (xy 87.596938 64.739697) + (xy 87.596934 64.73969) (xy 87.447827 64.545369) (xy 87.447822 64.545363) (xy 87.274636 64.372177) + (xy 87.274629 64.372171) (xy 87.080318 64.223072) (xy 87.080316 64.22307) (xy 87.08031 64.223066) + (xy 87.080305 64.223063) (xy 87.080302 64.223061) (xy 86.868197 64.100601) (xy 86.868186 64.100596) + (xy 86.6419 64.006865) (xy 86.521453 63.974592) (xy 86.405308 63.943471) (xy 86.351343 63.936366) + (xy 86.162475 63.9115) (xy 86.162468 63.9115) (xy 85.917532 63.9115) (xy 85.917524 63.9115) (xy 85.701674 63.939918) + (xy 85.674692 63.943471) (xy 85.615544 63.959319) (xy 85.438099 64.006865) (xy 85.211813 64.100596) + (xy 85.211802 64.100601) (xy 84.999697 64.223061) (xy 84.999681 64.223072) (xy 84.80537 64.372171) + (xy 84.805363 64.372177) (xy 84.632177 64.545363) (xy 84.632171 64.54537) (xy 84.483072 64.739681) + (xy 84.483061 64.739697) (xy 84.360601 64.951802) (xy 84.360596 64.951813) (xy 84.266865 65.178099) + (xy 84.203471 65.414693) (xy 84.1715 65.657524) (xy 84.1715 66.422475) (xy 78.308499 66.422475) + (xy 78.3085 66.422468) (xy 78.3085 65.657532) (xy 78.276529 65.414692) (xy 78.213135 65.178102) + (xy 78.206127 65.161184) (xy 78.161545 65.053553) (xy 78.119402 64.95181) (xy 78.1194 64.951807) + (xy 78.119398 64.951802) (xy 77.996938 64.739697) (xy 77.996934 64.73969) (xy 77.847827 64.545369) + (xy 77.847822 64.545363) (xy 77.674636 64.372177) (xy 77.674629 64.372171) (xy 77.480318 64.223072) + (xy 77.480316 64.22307) (xy 77.48031 64.223066) (xy 77.480305 64.223063) (xy 77.480302 64.223061) + (xy 77.268197 64.100601) (xy 77.268186 64.100596) (xy 77.0419 64.006865) (xy 76.921453 63.974592) + (xy 76.805308 63.943471) (xy 76.751343 63.936366) (xy 76.562475 63.9115) (xy 76.562468 63.9115) + (xy 76.317532 63.9115) (xy 76.317524 63.9115) (xy 76.101674 63.939918) (xy 76.074692 63.943471) + (xy 76.015544 63.959319) (xy 75.838099 64.006865) (xy 75.611813 64.100596) (xy 75.611802 64.100601) + (xy 75.399697 64.223061) (xy 75.399681 64.223072) (xy 75.20537 64.372171) (xy 75.205363 64.372177) + (xy 75.032177 64.545363) (xy 75.032171 64.54537) (xy 74.883072 64.739681) (xy 74.883061 64.739697) + (xy 74.760601 64.951802) (xy 74.760596 64.951813) (xy 74.666865 65.178099) (xy 74.603471 65.414693) + (xy 74.5715 65.657524) (xy 74.5715 66.422475) (xy 67.15838 66.422475) (xy 62.485295 61.74939) (xy 62.45181 61.688067) + (xy 62.456794 61.618375) (xy 62.458379 61.614346) (xy 62.461115 61.607742) (xy 62.518934 61.366911) + (xy 62.538366 61.12) (xy 62.518934 60.873089) (xy 62.461115 60.632258) (xy 62.366334 60.403437) + (xy 62.236925 60.19226) (xy 62.076073 60.003927) (xy 61.88774 59.843075) (xy 61.676563 59.713666) + (xy 61.676562 59.713665) (xy 61.676558 59.713663) (xy 61.447744 59.618886) (xy 61.447742 59.618885) + (xy 61.206911 59.561066) (xy 61.206909 59.561065) (xy 61.206906 59.561065) (xy 61.156748 59.557118) + (xy 61.09146 59.532234) (xy 61.049989 59.476003) (xy 61.045502 59.406278) (xy 61.079424 59.345195) + (xy 61.140984 59.312149) (xy 61.166477 59.3095) (xy 63.64506 59.3095) (xy 63.712099 59.329185) (xy 63.732741 59.345819) + (xy 63.736221 59.349299) (xy 63.76474 59.369268) (xy 63.909442 59.470589) (xy 64.10109 59.559956) + (xy 64.101096 59.559957) (xy 64.101097 59.559958) (xy 64.150255 59.573129) (xy 64.305345 59.614686) + (xy 64.455812 59.62785) (xy 64.515998 59.633116) (xy 64.516 59.633116) (xy 64.516002 59.633116) + (xy 64.568663 59.628508) (xy 64.726655 59.614686) (xy 64.93091 59.559956) (xy 65.122558 59.470589) + (xy 65.295776 59.349301) (xy 65.445301 59.199776) (xy 65.566589 59.026558) (xy 65.655956 58.83491) + (xy 65.710686 58.630655) (xy 65.729116 58.42) (xy 65.710686 58.209345) (xy 65.655956 58.00509) (xy 65.566589 57.813442) + (xy 65.445301 57.640224) (xy 65.445299 57.640221) (xy 65.295778 57.4907) (xy 65.122558 57.369411) + (xy 65.122556 57.36941) (xy 65.101071 57.359391) (xy 64.93091 57.280044) (xy 64.930906 57.280043) + (xy 64.930902 57.280041) (xy 64.72666 57.225315) (xy 64.726656 57.225314) (xy 64.726655 57.225314) + (xy 64.726654 57.225313) (xy 64.726649 57.225313) (xy 64.516002 57.206884) (xy 64.515998 57.206884) + (xy 64.30535 57.225313) (xy 64.305339 57.225315) (xy 64.101097 57.280041) (xy 64.101088 57.280045) + (xy 63.909443 57.36941) (xy 63.909441 57.369411) (xy 63.736221 57.4907) (xy 63.732741 57.494181) + (xy 63.671418 57.527666) (xy 63.64506 57.5305) (xy 57.380692 57.5305) (xy 57.313653 57.510815) (xy 57.293011 57.494181) + (xy 55.192819 55.393989) (xy 55.159334 55.332666) (xy 55.1565 55.306308) (xy 55.1565 54.458475) + (xy 55.156499 54.458458) (xy 55.152042 54.417007) (xy 55.149989 54.397912) (xy 55.147257 54.390588) + (xy 55.127522 54.337677) (xy 55.098889 54.260909) (xy 55.011261 54.143852) (xy 54.894204 54.056224) + (xy 54.757203 54.005124) (xy 54.696654 53.998613) (xy 54.693331 53.998436) (xy 54.69334 53.998257) + (xy 54.693335 53.998257) (xy 54.693346 53.998153) (xy 54.693408 53.996984) (xy 54.631915 53.978928) + (xy 54.58616 53.926124) (xy 54.580479 53.893145) (xy 53.894447 53.207113) (xy 53.900661 53.207113) + (xy 54.002394 53.179854) (xy 54.093606 53.127193) (xy 54.16808 53.052719) (xy 54.220741 52.961507) + (xy 54.248 52.859774) (xy 54.248 52.85356) (xy 54.927024 53.532584) (xy 54.978136 53.459591) (xy 55.074264 53.253444) + (xy 55.074269 53.25343) (xy 55.133139 53.033723) (xy 55.133141 53.033712) (xy 55.152966 52.807115) + (xy 55.152966 52.80711) (xy 55.133141 52.580513) (xy 55.133139 52.580502) (xy 55.074269 52.360795) + (xy 55.074264 52.360781) (xy 54.978136 52.154634) (xy 54.978132 52.154626) (xy 54.927025 52.081639) + (xy 54.248 52.760664) (xy 54.248 52.754452) (xy 54.220741 52.652719) (xy 54.16808 52.561507) (xy 54.093606 52.487033) + (xy 54.002394 52.434372) (xy 53.900661 52.407113) (xy 53.894448 52.407113) (xy 54.57774 51.723819) + (xy 54.639063 51.690334) (xy 54.665421 51.6875) (xy 58.27516 51.6875) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 59.503445 82.093185) (xy 59.5492 82.145989) (xy 59.550968 82.150051) (xy 59.553662 82.156555) + (xy 59.553664 82.156558) (xy 59.553666 82.156563) (xy 59.683075 82.36774) (xy 59.843927 82.556073) + (xy 60.03226 82.716925) (xy 60.243437 82.846334) (xy 60.243439 82.846334) (xy 60.243441 82.846336) + (xy 60.314786 82.875888) (xy 60.472258 82.941115) (xy 60.713089 82.998934) (xy 60.96 83.018366) + (xy 61.206911 82.998934) (xy 61.447742 82.941115) (xy 61.454251 82.938418) (xy 61.523717 82.930944) + (xy 61.586199 82.962214) (xy 61.589391 82.965295) (xy 68.864163 90.240068) (xy 68.864167 90.240071) + (xy 68.967918 90.309396) (xy 68.967924 90.309399) (xy 68.967925 90.3094) (xy 69.083215 90.357155) + (xy 69.205601 90.381499) (xy 69.205605 90.3815) (xy 69.205606 90.3815) (xy 69.330393 90.3815) (xy 79.554234 90.3815) + (xy 79.621273 90.401185) (xy 79.641915 90.417819) (xy 81.223915 91.999819) (xy 81.2574 92.061142) + (xy 81.252416 92.130834) (xy 81.210544 92.186767) (xy 81.14508 92.211184) (xy 81.136234 92.2115) + (xy 81.123288 92.2115) (xy 81.07724 92.219184) (xy 80.893045 92.24992) (xy 80.67228 92.32571) (xy 80.672266 92.325716) + (xy 80.466988 92.436806) (xy 80.466986 92.436807) (xy 80.291093 92.573711) (xy 80.226099 92.599353) + (xy 80.157559 92.585786) (xy 80.107234 92.537318) (xy 80.098749 92.519189) (xy 80.083355 92.477915) + (xy 80.08335 92.477906) (xy 79.99719 92.362812) (xy 79.997187 92.362809) (xy 79.882093 92.276649) + (xy 79.882086 92.276645) (xy 79.747379 92.226403) (xy 79.747372 92.226401) (xy 79.687844 92.22) + (xy 78.99 92.22) (xy 78.99 93.186988) (xy 78.932993 93.154075) (xy 78.805826 93.12) (xy 78.674174 93.12) + (xy 78.547007 93.154075) (xy 78.49 93.186988) (xy 78.49 92.22) (xy 77.792155 92.22) (xy 77.732627 92.226401) + (xy 77.73262 92.226403) (xy 77.597913 92.276645) (xy 77.597906 92.276649) (xy 77.482812 92.362809) + (xy 77.482809 92.362812) (xy 77.396649 92.477906) (xy 77.396645 92.477913) (xy 77.346403 92.61262) + (xy 77.346401 92.612627) (xy 77.34 92.672155) (xy 77.34 93.37) (xy 78.306988 93.37) (xy 78.274075 93.427007) + (xy 78.24 93.554174) (xy 78.24 93.685826) (xy 78.274075 93.812993) (xy 78.306988 93.87) (xy 77.34 93.87) + (xy 77.34 94.567844) (xy 77.346401 94.627372) (xy 77.346403 94.627379) (xy 77.396645 94.762086) + (xy 77.396649 94.762093) (xy 77.482809 94.877187) (xy 77.482812 94.87719) (xy 77.597906 94.96335) + (xy 77.597913 94.963354) (xy 77.73262 95.013596) (xy 77.732627 95.013598) (xy 77.792155 95.019999) + (xy 77.792172 95.02) (xy 78.49 95.02) (xy 78.49 94.053012) (xy 78.547007 94.085925) (xy 78.674174 94.12) + (xy 78.805826 94.12) (xy 78.932993 94.085925) (xy 78.99 94.053012) (xy 78.99 95.02) (xy 79.687828 95.02) + (xy 79.687844 95.019999) (xy 79.747372 95.013598) (xy 79.747379 95.013596) (xy 79.882086 94.963354) + (xy 79.882093 94.96335) (xy 79.997187 94.87719) (xy 79.99719 94.877187) (xy 80.08335 94.762093) + (xy 80.083353 94.762088) (xy 80.098748 94.720811) (xy 80.140619 94.664876) (xy 80.206083 94.640458) + (xy 80.274356 94.655309) (xy 80.291093 94.666288) (xy 80.466983 94.80319) (xy 80.466985 94.803191) + (xy 80.466992 94.803196) (xy 80.541516 94.843525) (xy 80.591108 94.892743) (xy 80.6065 94.95258) + (xy 80.6065 104.585348) (xy 80.630843 104.707727) (xy 80.630845 104.707735) (xy 80.678598 104.823022) + (xy 80.678603 104.823031) (xy 80.747928 104.926782) (xy 80.747931 104.926786) (xy 84.295181 108.474035) + (xy 84.328666 108.535358) (xy 84.3315 108.561716) (xy 84.3315 112.7202) (xy 84.311815 112.787239) + (xy 84.259011 112.832994) (xy 84.189853 112.842938) (xy 84.167238 112.837482) (xy 84.086951 112.809919) + (xy 83.889636 112.776994) (xy 83.856712 112.7715) (xy 83.623288 112.7715) (xy 83.584914 112.777903) + (xy 83.393044 112.80992) (xy 83.371545 112.817301) (xy 83.301746 112.820449) (xy 83.243604 112.7877) + (xy 79.296336 108.840431) (xy 79.296332 108.840428) (xy 79.192581 108.771103) (xy 79.192572 108.771098) + (xy 79.077285 108.723345) (xy 79.077277 108.723343) (xy 78.954898 108.699) (xy 78.954894 108.699) + (xy 77.582265 108.699) (xy 77.515226 108.679315) (xy 77.469471 108.626511) (xy 77.459527 108.557353) + (xy 77.488552 108.493797) (xy 77.506779 108.476624) (xy 77.608089 108.398886) (xy 77.674631 108.347827) + (xy 77.847827 108.174631) (xy 77.996934 107.98031) (xy 78.119402 107.76819) (xy 78.213135 107.541898) + (xy 78.276529 107.305308) (xy 78.3085 107.062468) (xy 78.3085 106.297532) (xy 78.276529 106.054692) + (xy 78.213135 105.818102) (xy 78.119402 105.59181) (xy 78.1194 105.591807) (xy 78.119398 105.591802) + (xy 77.996938 105.379697) (xy 77.996934 105.37969) (xy 77.907488 105.263121) (xy 77.847828 105.18537) + (xy 77.847822 105.185363) (xy 77.674636 105.012177) (xy 77.674629 105.012171) (xy 77.480318 104.863072) + (xy 77.480316 104.86307) (xy 77.48031 104.863066) (xy 77.480305 104.863063) (xy 77.480302 104.863061) + (xy 77.268197 104.740601) (xy 77.268186 104.740596) (xy 77.0419 104.646865) (xy 76.923603 104.615168) + (xy 76.805308 104.583471) (xy 76.751343 104.576366) (xy 76.562475 104.5515) (xy 76.562468 104.5515) + (xy 76.317532 104.5515) (xy 76.317524 104.5515) (xy 76.101674 104.579918) (xy 76.074692 104.583471) + (xy 76.015544 104.599319) (xy 75.838099 104.646865) (xy 75.611813 104.740596) (xy 75.611802 104.740601) + (xy 75.399697 104.863061) (xy 75.399681 104.863072) (xy 75.20537 105.012171) (xy 75.205363 105.012177) + (xy 75.032177 105.185363) (xy 75.032171 105.18537) (xy 74.883072 105.379681) (xy 74.883061 105.379697) + (xy 74.760601 105.591802) (xy 74.760596 105.591813) (xy 74.666865 105.818099) (xy 74.603471 106.054693) + (xy 74.5715 106.297524) (xy 74.5715 106.316233) (xy 74.551815 106.383272) (xy 74.499011 106.429027) + (xy 74.429853 106.438971) (xy 74.366297 106.409946) (xy 74.359819 106.403914) (xy 69.063836 101.107931) + (xy 69.063832 101.107928) (xy 68.960081 101.038603) (xy 68.960072 101.038598) (xy 68.844785 100.990845) + (xy 68.844777 100.990843) (xy 68.722398 100.9665) (xy 68.722394 100.9665) (xy 62.483594 100.9665) + (xy 62.416555 100.946815) (xy 62.3708 100.894011) (xy 62.369032 100.889949) (xy 62.366337 100.883444) + (xy 62.366336 100.883443) (xy 62.366334 100.883437) (xy 62.236925 100.67226) (xy 62.076073 100.483927) + (xy 61.88774 100.323075) (xy 61.676563 100.193666) (xy 61.676562 100.193665) (xy 61.676558 100.193663) + (xy 61.447744 100.098886) (xy 61.447742 100.098885) (xy 61.206911 100.041066) (xy 61.206909 100.041065) + (xy 61.206906 100.041065) (xy 60.96 100.021634) (xy 60.713093 100.041065) (xy 60.713089 100.041066) + (xy 60.472258 100.098885) (xy 60.472256 100.098885) (xy 60.472255 100.098886) (xy 60.243441 100.193663) + (xy 60.032259 100.323075) (xy 59.843927 100.483927) (xy 59.683075 100.672259) (xy 59.553662 100.883444) + (xy 59.550968 100.889949) (xy 59.507129 100.944354) (xy 59.440836 100.966421) (xy 59.436406 100.9665) + (xy 58.505566 100.9665) (xy 58.438527 100.946815) (xy 58.417885 100.930181) (xy 57.754818 100.267114) + (xy 57.721333 100.205791) (xy 57.718499 100.179433) (xy 57.718499 99.517662) (xy 57.718498 99.517646) + (xy 57.718218 99.514907) (xy 57.707887 99.413774) (xy 57.652115 99.245462) (xy 57.55903 99.094548) + (xy 57.433652 98.96917) (xy 57.282738 98.876085) (xy 57.282735 98.876084) (xy 57.114427 98.820313) + (xy 57.010546 98.8097) (xy 56.209462 98.8097) (xy 56.209446 98.809701) (xy 56.105572 98.820313) + (xy 55.937264 98.876084) (xy 55.937259 98.876086) (xy 55.786346 98.969171) (xy 55.697681 99.057837) + (xy 55.636358 99.091322) (xy 55.566666 99.086338) (xy 55.522319 99.057837) (xy 55.433653 98.969171) + (xy 55.433652 98.96917) (xy 55.282738 98.876085) (xy 55.282735 98.876084) (xy 55.114427 98.820313) + (xy 55.010546 98.8097) (xy 54.209462 98.8097) (xy 54.209446 98.809701) (xy 54.105572 98.820313) + (xy 53.937264 98.876084) (xy 53.937259 98.876086) (xy 53.786346 98.969171) (xy 53.660971 99.094546) + (xy 53.567886 99.245459) (xy 53.567884 99.245464) (xy 53.512113 99.413772) (xy 53.5015 99.517647) + (xy 53.5015 100.518737) (xy 53.501501 100.518753) (xy 53.512113 100.622626) (xy 53.567885 100.790938) + (xy 53.66097 100.941852) (xy 53.786348 101.06723) (xy 53.937262 101.160315) (xy 54.105574 101.216087) + (xy 54.209455 101.2267) (xy 54.559433 101.226699) (xy 54.626472 101.246383) (xy 54.647114 101.263018) + (xy 56.006222 102.622127) (xy 56.039707 102.68345) (xy 56.034723 102.753142) (xy 55.992851 102.809075) + (xy 55.957547 102.827513) (xy 55.937265 102.834234) (xy 55.937262 102.834235) (xy 55.937259 102.834236) + (xy 55.786346 102.927321) (xy 55.697681 103.015987) (xy 55.636358 103.049472) (xy 55.566666 103.044488) + (xy 55.522319 103.015987) (xy 55.433653 102.927321) (xy 55.433652 102.92732) (xy 55.282738 102.834235) + (xy 55.206809 102.809075) (xy 55.114427 102.778463) (xy 55.010552 102.76785) (xy 55.010545 102.76785) + (xy 54.348766 102.76785) (xy 54.281727 102.748165) (xy 54.261085 102.731531) (xy 51.723819 100.194265) + (xy 51.690334 100.132942) (xy 51.6875 100.106584) (xy 51.6875 90.6519) (xy 52.465001 90.6519) (xy 52.465001 90.825222) + (xy 52.475144 90.924507) (xy 52.528452 91.085381) (xy 52.528457 91.085392) (xy 52.617424 91.229628) + (xy 52.617427 91.229632) (xy 52.737267 91.349472) (xy 52.737271 91.349475) (xy 52.881507 91.438442) + (xy 52.881518 91.438447) (xy 53.042393 91.491755) (xy 53.141683 91.501899) (xy 53.165 91.501898) + (xy 53.165 90.6519) (xy 52.465001 90.6519) (xy 51.6875 90.6519) (xy 51.6875 90.1519) (xy 52.465 90.1519) + (xy 53.165 90.1519) (xy 53.165 89.301899) (xy 53.141693 89.3019) (xy 53.141674 89.301901) (xy 53.042392 89.312044) + (xy 52.881518 89.365352) (xy 52.881507 89.365357) (xy 52.737271 89.454324) (xy 52.737267 89.454327) + (xy 52.617427 89.574167) (xy 52.617424 89.574171) (xy 52.528457 89.718407) (xy 52.528452 89.718418) + (xy 52.475144 89.879293) (xy 52.465 89.978577) (xy 52.465 90.1519) (xy 51.6875 90.1519) (xy 51.6875 84.516516) + (xy 51.707185 84.449477) (xy 51.759989 84.403722) (xy 51.829147 84.393778) (xy 51.892703 84.422803) + (xy 51.899181 84.428835) (xy 53.465181 85.994835) (xy 53.498666 86.056158) (xy 53.5015 86.082516) + (xy 53.5015 86.744287) (xy 53.501501 86.744303) (xy 53.512113 86.848176) (xy 53.567885 87.016488) + (xy 53.66097 87.167402) (xy 53.786348 87.29278) (xy 53.937262 87.385865) (xy 54.105574 87.441637) + (xy 54.209455 87.45225) (xy 54.209455 87.452249) (xy 54.209456 87.45225) (xy 54.212524 87.452406) + (xy 54.278479 87.475464) (xy 54.321497 87.530521) (xy 54.327921 87.600095) (xy 54.29571 87.662097) + (xy 54.293918 87.663926) (xy 54.198668 87.759177) (xy 54.198667 87.759179) (xy 54.170024 87.787822) + (xy 54.110427 87.847418) (xy 54.041103 87.951168) (xy 54.041098 87.951177) (xy 53.993345 88.066464) + (xy 53.993343 88.066472) (xy 53.969 88.188851) (xy 53.969 89.200431) (xy 53.949315 89.26747) (xy 53.896511 89.313225) + (xy 53.827353 89.323169) (xy 53.805998 89.318138) (xy 53.787606 89.312043) (xy 53.688322 89.3019) + (xy 53.665 89.3019) (xy 53.665 91.501899) (xy 53.688308 91.501899) (xy 53.688322 91.501898) (xy 53.787608 91.491755) + (xy 53.805994 91.485663) (xy 53.875822 91.48326) (xy 53.935865 91.51899) (xy 53.967058 91.58151) + (xy 53.969 91.603368) (xy 53.969 94.394584) (xy 53.949315 94.461623) (xy 53.896511 94.507378) (xy 53.879595 94.51366) + (xy 53.751404 94.550903) (xy 53.751398 94.550905) (xy 53.608196 94.635594) (xy 53.608187 94.635601) + (xy 53.490551 94.753237) (xy 53.490544 94.753246) (xy 53.405855 94.896448) (xy 53.405853 94.896453) + (xy 53.359438 95.056214) (xy 53.359437 95.05622) (xy 53.3565 95.093542) (xy 53.3565 95.526557) (xy 53.359437 95.563879) + (xy 53.359438 95.563885) (xy 53.405853 95.723646) (xy 53.405855 95.723651) (xy 53.490544 95.866853) + (xy 53.490551 95.866862) (xy 53.608187 95.984498) (xy 53.608191 95.984501) (xy 53.608193 95.984503) + (xy 53.751399 96.069195) (xy 53.75417 96.07) (xy 53.911164 96.115611) (xy 53.911167 96.115611) (xy 53.911169 96.115612) + (xy 53.948498 96.11855) (xy 55.1075 96.11855) (xy 55.174539 96.138235) (xy 55.220294 96.191039) + (xy 55.2315 96.24255) (xy 55.2315 96.476557) (xy 55.234437 96.513879) (xy 55.234438 96.513885) (xy 55.280853 96.673646) + (xy 55.280855 96.673651) (xy 55.365544 96.816853) (xy 55.365551 96.816862) (xy 55.483187 96.934498) + (xy 55.483191 96.934501) (xy 55.483193 96.934503) (xy 55.626399 97.019195) (xy 55.66853 97.031435) + (xy 55.786164 97.065611) (xy 55.786167 97.065611) (xy 55.786169 97.065612) (xy 55.823498 97.06855) + (xy 56.382274 97.06855) (xy 56.431042 97.080768) (xy 56.431747 97.079069) (xy 56.437375 97.0814) + (xy 56.552665 97.129155) (xy 56.675051 97.153499) (xy 56.675055 97.1535) (xy 56.675056 97.1535) + (xy 56.799844 97.1535) (xy 58.35432 97.1535) (xy 58.421359 97.173185) (xy 58.458129 97.209679) (xy 58.574686 97.388084) + (xy 58.726354 97.552838) (xy 58.73278 97.559818) (xy 58.916983 97.70319) (xy 58.916985 97.703191) + (xy 58.916988 97.703193) (xy 58.9621 97.727606) (xy 59.122273 97.814287) (xy 59.236914 97.853643) + (xy 59.343045 97.890079) (xy 59.343047 97.890079) (xy 59.343049 97.89008) (xy 59.573288 97.9285) + (xy 59.573289 97.9285) (xy 59.806711 97.9285) (xy 59.806712 97.9285) (xy 60.036951 97.89008) (xy 60.257727 97.814287) + (xy 60.463017 97.70319) (xy 60.64722 97.559818) (xy 60.653646 97.552837) (xy 60.713531 97.516845) + (xy 60.783369 97.518944) (xy 60.840986 97.558466) (xy 60.861059 97.593485) (xy 60.886645 97.662086) + (xy 60.886649 97.662093) (xy 60.972809 97.777187) (xy 60.972812 97.77719) (xy 61.087906 97.86335) + (xy 61.087913 97.863354) (xy 61.22262 97.913596) (xy 61.222627 97.913598) (xy 61.282155 97.919999) + (xy 61.282172 97.92) (xy 61.98 97.92) (xy 61.98 96.895277) (xy 62.056306 96.939333) (xy 62.170756 96.97) + (xy 62.289244 96.97) (xy 62.403694 96.939333) (xy 62.48 96.895277) (xy 62.48 97.92) (xy 63.177828 97.92) + (xy 63.177844 97.919999) (xy 63.237372 97.913598) (xy 63.237379 97.913596) (xy 63.372086 97.863354) + (xy 63.372093 97.86335) (xy 63.487187 97.77719) (xy 63.48719 97.777187) (xy 63.57335 97.662093) + (xy 63.573354 97.662086) (xy 63.623596 97.527379) (xy 63.623598 97.527372) (xy 63.629999 97.467844) + (xy 63.63 97.467827) (xy 63.63 96.77) (xy 62.605278 96.77) (xy 62.649333 96.693694) (xy 62.68 96.579244) + (xy 62.68 96.460756) (xy 62.649333 96.346306) (xy 62.605278 96.27) (xy 63.63 96.27) (xy 63.63 95.572172) + (xy 63.629999 95.572155) (xy 63.623598 95.512627) (xy 63.623596 95.51262) (xy 63.573354 95.377913) + (xy 63.57335 95.377906) (xy 63.48719 95.262812) (xy 63.487187 95.262809) (xy 63.372093 95.176649) + (xy 63.372086 95.176645) (xy 63.237379 95.126403) (xy 63.237372 95.126401) (xy 63.177844 95.12) + (xy 62.48 95.12) (xy 62.48 96.144722) (xy 62.403694 96.100667) (xy 62.289244 96.07) (xy 62.170756 96.07) + (xy 62.056306 96.100667) (xy 61.98 96.144722) (xy 61.98 95.12) (xy 61.282155 95.12) (xy 61.222627 95.126401) + (xy 61.22262 95.126403) (xy 61.087913 95.176645) (xy 61.087906 95.176649) (xy 60.972812 95.262809) + (xy 60.972809 95.262812) (xy 60.886649 95.377906) (xy 60.886645 95.377913) (xy 60.861059 95.446514) + (xy 60.819188 95.502448) (xy 60.753723 95.526865) (xy 60.68545 95.512013) (xy 60.653649 95.487165) + (xy 60.647224 95.480186) (xy 60.647222 95.480184) (xy 60.64722 95.480182) (xy 60.463017 95.33681) + (xy 60.463015 95.336809) (xy 60.463014 95.336808) (xy 60.463011 95.336806) (xy 60.257733 95.225716) + (xy 60.25773 95.225715) (xy 60.257727 95.225713) (xy 60.257721 95.225711) (xy 60.257719 95.22571) + (xy 60.036954 95.14992) (xy 59.85282 95.119194) (xy 59.806712 95.1115) (xy 59.573288 95.1115) (xy 59.52724 95.119184) + (xy 59.343045 95.14992) (xy 59.12228 95.22571) (xy 59.122266 95.225716) (xy 58.916988 95.336806) + (xy 58.916985 95.336808) (xy 58.732781 95.480181) (xy 58.732776 95.480185) (xy 58.574686 95.651915) + (xy 58.458129 95.830321) (xy 58.404983 95.875678) (xy 58.35432 95.8865) (xy 57.768559 95.8865) (xy 57.70152 95.866815) + (xy 57.661827 95.825621) (xy 57.589455 95.703246) (xy 57.589448 95.703237) (xy 57.471812 95.585601) + (xy 57.471803 95.585594) (xy 57.328601 95.500905) (xy 57.328596 95.500903) (xy 57.168835 95.454488) + (xy 57.168829 95.454487) (xy 57.131507 95.45155) (xy 57.131502 95.45155) (xy 55.9725 95.45155) (xy 55.905461 95.431865) + (xy 55.859706 95.379061) (xy 55.8485 95.32755) (xy 55.8485 95.29255) (xy 55.868185 95.225511) (xy 55.920989 95.179756) + (xy 55.9725 95.16855) (xy 57.131496 95.16855) (xy 57.131502 95.16855) (xy 57.168831 95.165612) (xy 57.168833 95.165611) + (xy 57.168835 95.165611) (xy 57.222844 95.14992) (xy 57.328601 95.119195) (xy 57.471807 95.034503) + (xy 57.589453 94.916857) (xy 57.674145 94.773651) (xy 57.720562 94.613881) (xy 57.7235 94.576552) + (xy 57.7235 94.143548) (xy 57.720562 94.106219) (xy 57.712627 94.078907) (xy 57.674146 93.946453) + (xy 57.674145 93.946449) (xy 57.589453 93.803243) (xy 57.589451 93.803241) (xy 57.589448 93.803237) + (xy 57.471812 93.685601) (xy 57.471801 93.685592) (xy 57.409378 93.648675) (xy 57.361695 93.597606) + (xy 57.3485 93.541944) (xy 57.3485 91.455389) (xy 57.368185 91.38835) (xy 57.395589 91.358123) (xy 57.398034 91.356188) + (xy 57.39804 91.356185) (xy 57.519285 91.23494) (xy 57.609302 91.089001) (xy 57.663236 90.926236) + (xy 57.6735 90.825772) (xy 57.6735 90.390666) (xy 57.693185 90.323627) (xy 57.709819 90.302985) + (xy 58.027068 89.985736) (xy 58.027071 89.985733) (xy 58.0964 89.881975) (xy 58.144155 89.766685) + (xy 58.149463 89.74) (xy 59.381634 89.74) (xy 59.401065 89.986906) (xy 59.401065 89.986909) (xy 59.401066 89.986911) + (xy 59.458885 90.227742) (xy 59.458886 90.227744) (xy 59.553663 90.456558) (xy 59.553665 90.456562) + (xy 59.553666 90.456563) (xy 59.683075 90.66774) (xy 59.843927 90.856073) (xy 60.03226 91.016925) + (xy 60.243437 91.146334) (xy 60.24344 91.146335) (xy 60.243443 91.146337) (xy 60.340258 91.186439) + (xy 60.394662 91.23028) (xy 60.416727 91.296574) (xy 60.399448 91.364273) (xy 60.348311 91.411884) + (xy 60.292806 91.425) (xy 59.947155 91.425) (xy 59.887627 91.431401) (xy 59.88762 91.431403) (xy 59.752913 91.481645) + (xy 59.752906 91.481649) (xy 59.637812 91.567809) (xy 59.637809 91.567812) (xy 59.551649 91.682906) + (xy 59.551645 91.682913) (xy 59.501403 91.81762) (xy 59.501401 91.817627) (xy 59.495 91.877155) + (xy 59.495 92.59) (xy 60.403294 92.59) (xy 60.373442 92.662069) (xy 60.35 92.77992) (xy 60.35 92.90008) + (xy 60.373442 93.017931) (xy 60.403294 93.09) (xy 59.495 93.09) (xy 59.495 93.802844) (xy 59.501401 93.862372) + (xy 59.501403 93.862379) (xy 59.551645 93.997086) (xy 59.551649 93.997093) (xy 59.637809 94.112187) + (xy 59.637812 94.11219) (xy 59.752906 94.19835) (xy 59.752913 94.198354) (xy 59.88762 94.248596) + (xy 59.887627 94.248598) (xy 59.947155 94.254999) (xy 59.947172 94.255) (xy 60.71 94.255) (xy 60.71 93.396706) + (xy 60.782069 93.426558) (xy 60.89992 93.45) (xy 61.02008 93.45) (xy 61.137931 93.426558) (xy 61.21 93.396706) + (xy 61.21 94.255) (xy 61.972828 94.255) (xy 61.972844 94.254999) (xy 62.032372 94.248598) (xy 62.032379 94.248596) + (xy 62.167086 94.198354) (xy 62.167093 94.19835) (xy 62.282187 94.11219) (xy 62.28219 94.112187) + (xy 62.36835 93.997093) (xy 62.368354 93.997086) (xy 62.418596 93.862379) (xy 62.418598 93.862372) + (xy 62.424999 93.802844) (xy 62.425 93.802827) (xy 62.425 93.09) (xy 61.516706 93.09) (xy 61.546558 93.017931) + (xy 61.57 92.90008) (xy 61.57 92.77992) (xy 61.546558 92.662069) (xy 61.516706 92.59) (xy 62.425 92.59) + (xy 62.425 91.877172) (xy 62.424999 91.877155) (xy 62.418598 91.817627) (xy 62.418596 91.81762) + (xy 62.368354 91.682913) (xy 62.36835 91.682906) (xy 62.28219 91.567812) (xy 62.282187 91.567809) + (xy 62.167093 91.481649) (xy 62.167086 91.481645) (xy 62.032379 91.431403) (xy 62.032372 91.431401) + (xy 61.972844 91.425) (xy 61.627194 91.425) (xy 61.560155 91.405315) (xy 61.5144 91.352511) (xy 61.504456 91.283353) + (xy 61.533481 91.219797) (xy 61.579742 91.186439) (xy 61.676556 91.146337) (xy 61.676556 91.146336) + (xy 61.676563 91.146334) (xy 61.88774 91.016925) (xy 62.076073 90.856073) (xy 62.236925 90.66774) + (xy 62.366334 90.456563) (xy 62.461115 90.227742) (xy 62.518934 89.986911) (xy 62.538366 89.74) + (xy 62.518934 89.493089) (xy 62.461115 89.252258) (xy 62.366334 89.023437) (xy 62.236925 88.81226) + (xy 62.076073 88.623927) (xy 61.88774 88.463075) (xy 61.676563 88.333666) (xy 61.676562 88.333665) + (xy 61.676558 88.333663) (xy 61.483416 88.253662) (xy 61.447742 88.238885) (xy 61.206911 88.181066) + (xy 61.206909 88.181065) (xy 61.206906 88.181065) (xy 60.96 88.161634) (xy 60.713093 88.181065) + (xy 60.713089 88.181066) (xy 60.472258 88.238885) (xy 60.472256 88.238885) (xy 60.472255 88.238886) + (xy 60.243441 88.333663) (xy 60.032259 88.463075) (xy 59.843927 88.623927) (xy 59.683075 88.812259) + (xy 59.553663 89.023441) (xy 59.465437 89.236439) (xy 59.458885 89.252258) (xy 59.441861 89.323169) + (xy 59.401065 89.493093) (xy 59.381634 89.74) (xy 58.149463 89.74) (xy 58.1685 89.644294) (xy 58.1685 89.519506) + (xy 58.1685 85.148206) (xy 58.144155 85.025815) (xy 58.139306 85.014109) (xy 58.111844 84.947808) + (xy 58.096404 84.910532) (xy 58.096403 84.910531) (xy 58.096401 84.910525) (xy 58.035701 84.819681) + (xy 58.027072 84.806766) (xy 58.027069 84.806763) (xy 56.926081 83.705776) (xy 56.892596 83.644453) + (xy 56.89758 83.574761) (xy 56.939452 83.518828) (xy 57.004916 83.494411) (xy 57.007474 83.494255) + (xy 57.010544 83.494099) (xy 57.114426 83.483487) (xy 57.282738 83.427715) (xy 57.433652 83.33463) + (xy 57.55903 83.209252) (xy 57.652115 83.058338) (xy 57.707887 82.890026) (xy 57.7185 82.786145) + (xy 57.718499 82.197499) (xy 57.738183 82.130461) (xy 57.790987 82.084706) (xy 57.842499 82.0735) + (xy 59.436406 82.0735) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 61.586195 62.642212) (xy 61.58939 62.645295) (xy 68.503263 69.559169) (xy 68.503266 69.559172) + (xy 68.607019 69.628497) (xy 68.607025 69.628501) (xy 68.622357 69.634851) (xy 68.679188 69.658392) + (xy 68.679193 69.658393) (xy 68.679195 69.658394) (xy 68.722315 69.676255) (xy 68.844701 69.700599) + (xy 68.844705 69.7006) (xy 68.844706 69.7006) (xy 68.844707 69.7006) (xy 68.969494 69.7006) (xy 78.953334 69.7006) + (xy 79.020373 69.720285) (xy 79.041015 69.736919) (xy 81.223915 71.919819) (xy 81.2574 71.981142) + (xy 81.252416 72.050834) (xy 81.210544 72.106767) (xy 81.14508 72.131184) (xy 81.136234 72.1315) + (xy 81.123288 72.1315) (xy 81.07724 72.139184) (xy 80.893045 72.16992) (xy 80.67228 72.24571) (xy 80.672266 72.245716) + (xy 80.466988 72.356806) (xy 80.466986 72.356807) (xy 80.291093 72.493711) (xy 80.226099 72.519353) + (xy 80.157559 72.505786) (xy 80.107234 72.457318) (xy 80.098749 72.439189) (xy 80.083355 72.397915) + (xy 80.08335 72.397906) (xy 79.99719 72.282812) (xy 79.997187 72.282809) (xy 79.882093 72.196649) + (xy 79.882086 72.196645) (xy 79.747379 72.146403) (xy 79.747372 72.146401) (xy 79.687844 72.14) + (xy 78.99 72.14) (xy 78.99 73.106988) (xy 78.932993 73.074075) (xy 78.805826 73.04) (xy 78.674174 73.04) + (xy 78.547007 73.074075) (xy 78.49 73.106988) (xy 78.49 72.14) (xy 77.792155 72.14) (xy 77.732627 72.146401) + (xy 77.73262 72.146403) (xy 77.597913 72.196645) (xy 77.597906 72.196649) (xy 77.482812 72.282809) + (xy 77.482809 72.282812) (xy 77.396649 72.397906) (xy 77.396645 72.397913) (xy 77.346403 72.53262) + (xy 77.346401 72.532627) (xy 77.34 72.592155) (xy 77.34 73.29) (xy 78.306988 73.29) (xy 78.274075 73.347007) + (xy 78.24 73.474174) (xy 78.24 73.605826) (xy 78.274075 73.732993) (xy 78.306988 73.79) (xy 77.34 73.79) + (xy 77.34 74.487844) (xy 77.346401 74.547372) (xy 77.346403 74.547379) (xy 77.396645 74.682086) + (xy 77.396649 74.682093) (xy 77.482809 74.797187) (xy 77.482812 74.79719) (xy 77.597906 74.88335) + (xy 77.597913 74.883354) (xy 77.73262 74.933596) (xy 77.732627 74.933598) (xy 77.792155 74.939999) + (xy 77.792172 74.94) (xy 78.49 74.94) (xy 78.49 73.973012) (xy 78.547007 74.005925) (xy 78.674174 74.04) + (xy 78.805826 74.04) (xy 78.932993 74.005925) (xy 78.99 73.973012) (xy 78.99 74.94) (xy 79.687828 74.94) + (xy 79.687844 74.939999) (xy 79.747372 74.933598) (xy 79.747379 74.933596) (xy 79.882086 74.883354) + (xy 79.882093 74.88335) (xy 79.997187 74.79719) (xy 79.99719 74.797187) (xy 80.08335 74.682093) + (xy 80.083353 74.682088) (xy 80.098748 74.640811) (xy 80.140619 74.584876) (xy 80.206083 74.560458) + (xy 80.274356 74.575309) (xy 80.291093 74.586288) (xy 80.466983 74.72319) (xy 80.466985 74.723191) + (xy 80.466988 74.723193) (xy 80.586331 74.787777) (xy 80.672273 74.834287) (xy 80.737411 74.856649) + (xy 80.893045 74.910079) (xy 80.893047 74.910079) (xy 80.893049 74.91008) (xy 81.123288 74.9485) + (xy 81.123289 74.9485) (xy 81.356712 74.9485) (xy 81.586951 74.91008) (xy 81.608447 74.902699) (xy 81.678243 74.899547) + (xy 81.736394 74.932298) (xy 87.722181 80.918085) (xy 87.755666 80.979408) (xy 87.7585 81.005766) + (xy 87.7585 84.664954) (xy 87.738815 84.731993) (xy 87.686011 84.777748) (xy 87.616853 84.787692) + (xy 87.553297 84.758667) (xy 87.536124 84.74044) (xy 87.447828 84.62537) (xy 87.447822 84.625363) + (xy 87.274636 84.452177) (xy 87.274629 84.452171) (xy 87.080318 84.303072) (xy 87.080316 84.30307) + (xy 87.08031 84.303066) (xy 87.080305 84.303063) (xy 87.080302 84.303061) (xy 86.868197 84.180601) + (xy 86.868186 84.180596) (xy 86.6419 84.086865) (xy 86.523603 84.055168) (xy 86.405308 84.023471) + (xy 86.351343 84.016366) (xy 86.162475 83.9915) (xy 86.162468 83.9915) (xy 85.917532 83.9915) (xy 85.917524 83.9915) + (xy 85.701674 84.019918) (xy 85.674692 84.023471) (xy 85.615544 84.039319) (xy 85.438099 84.086865) + (xy 85.211813 84.180596) (xy 85.211802 84.180601) (xy 84.999697 84.303061) (xy 84.999681 84.303072) + (xy 84.80537 84.452171) (xy 84.805363 84.452177) (xy 84.632177 84.625363) (xy 84.632171 84.62537) + (xy 84.483072 84.819681) (xy 84.483061 84.819697) (xy 84.360601 85.031802) (xy 84.360596 85.031813) + (xy 84.266865 85.258099) (xy 84.203471 85.494693) (xy 84.1715 85.737524) (xy 84.1715 86.502475) + (xy 84.196366 86.691343) (xy 84.203471 86.745308) (xy 84.231034 86.848176) (xy 84.266865 86.9819) + (xy 84.360596 87.208186) (xy 84.360601 87.208197) (xy 84.483061 87.420302) (xy 84.483072 87.420318) + (xy 84.632171 87.614629) (xy 84.632177 87.614636) (xy 84.805363 87.787822) (xy 84.80537 87.787828) + (xy 84.88303 87.847418) (xy 84.99969 87.936934) (xy 84.999697 87.936938) (xy 85.211802 88.059398) + (xy 85.211807 88.0594) (xy 85.21181 88.059402) (xy 85.228862 88.066465) (xy 85.438099 88.153134) + (xy 85.4381 88.153134) (xy 85.438102 88.153135) (xy 85.674692 88.216529) (xy 85.917532 88.2485) + (xy 85.917539 88.2485) (xy 86.162461 88.2485) (xy 86.162468 88.2485) (xy 86.405308 88.216529) (xy 86.641898 88.153135) + (xy 86.86819 88.059402) (xy 87.08031 87.936934) (xy 87.274631 87.787827) (xy 87.447827 87.614631) + (xy 87.536124 87.499558) (xy 87.592551 87.458356) (xy 87.662297 87.454201) (xy 87.723218 87.488413) + (xy 87.755971 87.55013) (xy 87.7585 87.575045) (xy 87.7585 105.224954) (xy 87.738815 105.291993) + (xy 87.686011 105.337748) (xy 87.616853 105.347692) (xy 87.553297 105.318667) (xy 87.536124 105.30044) + (xy 87.447828 105.18537) (xy 87.447822 105.185363) (xy 87.274636 105.012177) (xy 87.274629 105.012171) + (xy 87.080318 104.863072) (xy 87.080316 104.86307) (xy 87.08031 104.863066) (xy 87.080305 104.863063) + (xy 87.080302 104.863061) (xy 86.868197 104.740601) (xy 86.868186 104.740596) (xy 86.6419 104.646865) + (xy 86.523603 104.615168) (xy 86.405308 104.583471) (xy 86.351343 104.576366) (xy 86.162475 104.5515) + (xy 86.162468 104.5515) (xy 85.917532 104.5515) (xy 85.917524 104.5515) (xy 85.701674 104.579918) + (xy 85.674692 104.583471) (xy 85.615544 104.599319) (xy 85.438099 104.646865) (xy 85.211813 104.740596) + (xy 85.211802 104.740601) (xy 84.999697 104.863061) (xy 84.999681 104.863072) (xy 84.80537 105.012171) + (xy 84.805363 105.012177) (xy 84.632177 105.185363) (xy 84.632171 105.18537) (xy 84.483072 105.379681) + (xy 84.483061 105.379697) (xy 84.360601 105.591802) (xy 84.360596 105.591813) (xy 84.266865 105.818099) + (xy 84.203471 106.054693) (xy 84.173954 106.278884) (xy 84.145687 106.342781) (xy 84.087362 106.381251) + (xy 84.017498 106.382082) (xy 83.963334 106.350379) (xy 81.909819 104.296864) (xy 81.876334 104.235541) + (xy 81.8735 104.209183) (xy 81.8735 94.95258) (xy 81.893185 94.885541) (xy 81.938484 94.843525) + (xy 82.013007 94.803196) (xy 82.01301 94.803193) (xy 82.013017 94.80319) (xy 82.19722 94.659818) + (xy 82.355314 94.488083) (xy 82.386191 94.440821) (xy 82.439337 94.395465) (xy 82.508568 94.386041) + (xy 82.571904 94.415542) (xy 82.593809 94.440822) (xy 82.624686 94.488084) (xy 82.778629 94.655309) + (xy 82.78278 94.659818) (xy 82.966983 94.80319) (xy 82.966985 94.803191) (xy 82.966988 94.803193) + (xy 82.966994 94.803196) (xy 83.172273 94.914287) (xy 83.283816 94.95258) (xy 83.393045 94.990079) + (xy 83.393047 94.990079) (xy 83.393049 94.99008) (xy 83.623288 95.0285) (xy 83.623289 95.0285) (xy 83.856711 95.0285) + (xy 83.856712 95.0285) (xy 84.086951 94.99008) (xy 84.307727 94.914287) (xy 84.513017 94.80319) + (xy 84.69722 94.659818) (xy 84.855314 94.488083) (xy 84.982984 94.292669) (xy 85.076749 94.078907) + (xy 85.134051 93.852626) (xy 85.146057 93.707737) (xy 85.153327 93.620005) (xy 85.153327 93.619994) + (xy 85.134051 93.387377) (xy 85.134051 93.387374) (xy 85.076749 93.161093) (xy 84.982984 92.947331) + (xy 84.855313 92.751915) (xy 84.697223 92.580185) (xy 84.697222 92.580184) (xy 84.69722 92.580182) + (xy 84.513017 92.43681) (xy 84.513015 92.436809) (xy 84.513014 92.436808) (xy 84.513011 92.436806) + (xy 84.307733 92.325716) (xy 84.30773 92.325715) (xy 84.307727 92.325713) (xy 84.307721 92.325711) + (xy 84.307719 92.32571) (xy 84.086954 92.24992) (xy 83.90765 92.22) (xy 83.856712 92.2115) (xy 83.623288 92.2115) + (xy 83.584914 92.217903) (xy 83.393044 92.24992) (xy 83.371545 92.257301) (xy 83.301746 92.260449) + (xy 83.243604 92.2277) (xy 80.271836 89.255931) (xy 80.271832 89.255928) (xy 80.168081 89.186603) + (xy 80.168072 89.186598) (xy 80.052785 89.138845) (xy 80.052777 89.138843) (xy 79.930398 89.1145) + (xy 79.930394 89.1145) (xy 69.581766 89.1145) (xy 69.514727 89.094815) (xy 69.494085 89.078181) + (xy 66.918379 86.502475) (xy 74.5715 86.502475) (xy 74.596366 86.691343) (xy 74.603471 86.745308) + (xy 74.631034 86.848176) (xy 74.666865 86.9819) (xy 74.760596 87.208186) (xy 74.760601 87.208197) + (xy 74.883061 87.420302) (xy 74.883072 87.420318) (xy 75.032171 87.614629) (xy 75.032177 87.614636) + (xy 75.205363 87.787822) (xy 75.20537 87.787828) (xy 75.28303 87.847418) (xy 75.39969 87.936934) + (xy 75.399697 87.936938) (xy 75.611802 88.059398) (xy 75.611807 88.0594) (xy 75.61181 88.059402) + (xy 75.628862 88.066465) (xy 75.838099 88.153134) (xy 75.8381 88.153134) (xy 75.838102 88.153135) + (xy 76.074692 88.216529) (xy 76.317532 88.2485) (xy 76.317539 88.2485) (xy 76.562461 88.2485) (xy 76.562468 88.2485) + (xy 76.805308 88.216529) (xy 77.041898 88.153135) (xy 77.26819 88.059402) (xy 77.48031 87.936934) + (xy 77.674631 87.787827) (xy 77.847827 87.614631) (xy 77.996934 87.42031) (xy 78.119402 87.20819) + (xy 78.213135 86.981898) (xy 78.276529 86.745308) (xy 78.3085 86.502468) (xy 78.3085 85.737532) + (xy 78.276529 85.494692) (xy 78.213135 85.258102) (xy 78.119402 85.03181) (xy 78.1194 85.031807) + (xy 78.119398 85.031802) (xy 77.996938 84.819697) (xy 77.996934 84.81969) (xy 77.929642 84.731993) + (xy 77.847828 84.62537) (xy 77.847822 84.625363) (xy 77.674636 84.452177) (xy 77.674629 84.452171) + (xy 77.480318 84.303072) (xy 77.480316 84.30307) (xy 77.48031 84.303066) (xy 77.480305 84.303063) + (xy 77.480302 84.303061) (xy 77.268197 84.180601) (xy 77.268186 84.180596) (xy 77.0419 84.086865) + (xy 76.923603 84.055168) (xy 76.805308 84.023471) (xy 76.751343 84.016366) (xy 76.562475 83.9915) + (xy 76.562468 83.9915) (xy 76.317532 83.9915) (xy 76.317524 83.9915) (xy 76.101674 84.019918) (xy 76.074692 84.023471) + (xy 76.015544 84.039319) (xy 75.838099 84.086865) (xy 75.611813 84.180596) (xy 75.611802 84.180601) + (xy 75.399697 84.303061) (xy 75.399681 84.303072) (xy 75.20537 84.452171) (xy 75.205363 84.452177) + (xy 75.032177 84.625363) (xy 75.032171 84.62537) (xy 74.883072 84.819681) (xy 74.883061 84.819697) + (xy 74.760601 85.031802) (xy 74.760596 85.031813) (xy 74.666865 85.258099) (xy 74.603471 85.494693) + (xy 74.5715 85.737524) (xy 74.5715 86.502475) (xy 66.918379 86.502475) (xy 62.485295 82.069391) + (xy 62.45181 82.008068) (xy 62.456794 81.938376) (xy 62.458397 81.934302) (xy 62.461115 81.927742) + (xy 62.518934 81.686911) (xy 62.538366 81.44) (xy 62.518934 81.193089) (xy 62.461115 80.952258) + (xy 62.391567 80.784354) (xy 62.366336 80.723441) (xy 62.308833 80.629605) (xy 62.236925 80.51226) + (xy 62.076073 80.323927) (xy 61.88774 80.163075) (xy 61.676563 80.033666) (xy 61.676562 80.033665) + (xy 61.676558 80.033663) (xy 61.447744 79.938886) (xy 61.447742 79.938885) (xy 61.206911 79.881066) + (xy 61.206909 79.881065) (xy 61.206906 79.881065) (xy 60.96 79.861634) (xy 60.713093 79.881065) + (xy 60.713089 79.881066) (xy 60.472258 79.938885) (xy 60.472256 79.938885) (xy 60.472255 79.938886) + (xy 60.243441 80.033663) (xy 60.032259 80.163075) (xy 59.843927 80.323927) (xy 59.683075 80.512259) + (xy 59.553662 80.723444) (xy 59.550968 80.729949) (xy 59.507129 80.784354) (xy 59.440836 80.806421) + (xy 59.436406 80.8065) (xy 57.393201 80.8065) (xy 57.270822 80.830843) (xy 57.270814 80.830845) + (xy 57.155527 80.878598) (xy 57.155518 80.878603) (xy 57.05177 80.947926) (xy 57.051765 80.94793) + (xy 56.958912 81.040782) (xy 56.897589 81.074266) (xy 56.871232 81.0771) (xy 56.209462 81.0771) + (xy 56.209446 81.077101) (xy 56.105572 81.087713) (xy 55.937264 81.143484) (xy 55.937259 81.143486) + (xy 55.786346 81.236571) (xy 55.697681 81.325237) (xy 55.636358 81.358722) (xy 55.566666 81.353738) + (xy 55.522319 81.325237) (xy 55.433653 81.236571) (xy 55.433652 81.23657) (xy 55.282738 81.143485) + (xy 55.282735 81.143484) (xy 55.114427 81.087713) (xy 55.010546 81.0771) (xy 54.209462 81.0771) + (xy 54.209446 81.077101) (xy 54.105572 81.087713) (xy 53.937264 81.143484) (xy 53.937259 81.143486) + (xy 53.786346 81.236571) (xy 53.660971 81.361946) (xy 53.567886 81.512859) (xy 53.567884 81.512864) + (xy 53.512113 81.681172) (xy 53.5015 81.785047) (xy 53.5015 82.786137) (xy 53.501501 82.786153) + (xy 53.512113 82.890027) (xy 53.55464 83.018366) (xy 53.567885 83.058338) (xy 53.66097 83.209252) + (xy 53.786348 83.33463) (xy 53.937262 83.427715) (xy 54.105574 83.483487) (xy 54.209455 83.4941) + (xy 54.871232 83.494099) (xy 54.938271 83.513783) (xy 54.958913 83.530418) (xy 56.255656 84.827161) + (xy 56.289141 84.888484) (xy 56.284157 84.958176) (xy 56.242285 85.014109) (xy 56.180578 85.0382) + (xy 56.105572 85.045863) (xy 55.937264 85.101634) (xy 55.937259 85.101636) (xy 55.786346 85.194721) + (xy 55.697681 85.283387) (xy 55.636358 85.316872) (xy 55.566666 85.311888) (xy 55.522319 85.283387) + (xy 55.433653 85.194721) (xy 55.433652 85.19472) (xy 55.282738 85.101635) (xy 55.282735 85.101634) + (xy 55.114427 85.045863) (xy 55.010552 85.03525) (xy 55.010545 85.03525) (xy 54.348766 85.03525) + (xy 54.281727 85.015565) (xy 54.261085 84.998931) (xy 51.723819 82.461665) (xy 51.690334 82.400342) + (xy 51.6875 82.373984) (xy 51.6875 72.9193) (xy 52.465001 72.9193) (xy 52.465001 73.092622) (xy 52.475144 73.191907) + (xy 52.528452 73.352781) (xy 52.528457 73.352792) (xy 52.617424 73.497028) (xy 52.617427 73.497032) + (xy 52.737267 73.616872) (xy 52.737271 73.616875) (xy 52.881507 73.705842) (xy 52.881518 73.705847) + (xy 53.042393 73.759155) (xy 53.141683 73.769299) (xy 53.165 73.769298) (xy 53.165 72.9193) (xy 52.465001 72.9193) + (xy 51.6875 72.9193) (xy 51.6875 72.4193) (xy 52.465 72.4193) (xy 53.165 72.4193) (xy 53.165 71.569299) + (xy 53.141693 71.5693) (xy 53.141674 71.569301) (xy 53.042392 71.579444) (xy 52.881518 71.632752) + (xy 52.881507 71.632757) (xy 52.737271 71.721724) (xy 52.737267 71.721727) (xy 52.617427 71.841567) + (xy 52.617424 71.841571) (xy 52.528457 71.985807) (xy 52.528452 71.985818) (xy 52.475144 72.146693) + (xy 52.465 72.245977) (xy 52.465 72.4193) (xy 51.6875 72.4193) (xy 51.6875 66.090766) (xy 51.707185 66.023727) + (xy 51.759989 65.977972) (xy 51.829147 65.968028) (xy 51.892703 65.997053) (xy 51.899181 66.003085) + (xy 53.530383 67.634287) (xy 53.563868 67.69561) (xy 53.560408 67.76097) (xy 53.512114 67.906717) + (xy 53.512113 67.906721) (xy 53.5015 68.010597) (xy 53.5015 69.011687) (xy 53.501501 69.011703) + (xy 53.512113 69.115577) (xy 53.531172 69.173093) (xy 53.567885 69.283888) (xy 53.66097 69.434802) + (xy 53.786348 69.56018) (xy 53.937262 69.653265) (xy 54.105574 69.709037) (xy 54.209455 69.71965) + (xy 54.209455 69.719649) (xy 54.209456 69.71965) (xy 54.212524 69.719806) (xy 54.278479 69.742864) + (xy 54.321497 69.797921) (xy 54.327921 69.867495) (xy 54.29571 69.929497) (xy 54.293918 69.931326) + (xy 54.198668 70.026577) (xy 54.198667 70.026579) (xy 54.154547 70.070699) (xy 54.110427 70.114818) + (xy 54.041103 70.218568) (xy 54.041098 70.218577) (xy 53.993345 70.333864) (xy 53.993343 70.333872) + (xy 53.969 70.456251) (xy 53.969 71.467831) (xy 53.949315 71.53487) (xy 53.896511 71.580625) (xy 53.827353 71.590569) + (xy 53.805998 71.585538) (xy 53.787606 71.579443) (xy 53.688322 71.5693) (xy 53.665 71.5693) (xy 53.665 73.769299) + (xy 53.688308 73.769299) (xy 53.688322 73.769298) (xy 53.787608 73.759155) (xy 53.805994 73.753063) + (xy 53.875822 73.75066) (xy 53.935865 73.78639) (xy 53.967058 73.84891) (xy 53.969 73.870768) (xy 53.969 76.661984) + (xy 53.949315 76.729023) (xy 53.896511 76.774778) (xy 53.879595 76.78106) (xy 53.751404 76.818303) + (xy 53.751398 76.818305) (xy 53.608196 76.902994) (xy 53.608187 76.903001) (xy 53.490551 77.020637) + (xy 53.490544 77.020646) (xy 53.405855 77.163848) (xy 53.405853 77.163853) (xy 53.359438 77.323614) + (xy 53.359437 77.32362) (xy 53.3565 77.360942) (xy 53.3565 77.793957) (xy 53.359437 77.831279) (xy 53.359438 77.831285) + (xy 53.405853 77.991046) (xy 53.405855 77.991051) (xy 53.490544 78.134253) (xy 53.490551 78.134262) + (xy 53.608187 78.251898) (xy 53.608191 78.251901) (xy 53.608193 78.251903) (xy 53.751399 78.336595) + (xy 53.79353 78.348835) (xy 53.911164 78.383011) (xy 53.911167 78.383011) (xy 53.911169 78.383012) + (xy 53.948498 78.38595) (xy 55.1075 78.38595) (xy 55.174539 78.405635) (xy 55.220294 78.458439) + (xy 55.2315 78.50995) (xy 55.2315 78.743957) (xy 55.234437 78.781279) (xy 55.234438 78.781285) (xy 55.280853 78.941046) + (xy 55.280855 78.941051) (xy 55.365544 79.084253) (xy 55.365551 79.084262) (xy 55.483187 79.201898) + (xy 55.48319 79.2019) (xy 55.483193 79.201903) (xy 55.626399 79.286595) (xy 55.66853 79.298835) + (xy 55.786164 79.333011) (xy 55.786167 79.333011) (xy 55.786169 79.333012) (xy 55.823498 79.33595) + (xy 55.823504 79.33595) (xy 57.131496 79.33595) (xy 57.131502 79.33595) (xy 57.168831 79.333012) + (xy 57.168833 79.333011) (xy 57.168835 79.333011) (xy 57.210962 79.320771) (xy 57.328601 79.286595) + (xy 57.471807 79.201903) (xy 57.51243 79.161279) (xy 57.552656 79.1344) (xy 57.662625 79.08885) + (xy 57.766383 79.019521) (xy 59.193606 77.592296) (xy 59.254927 77.558813) (xy 59.321545 77.562697) + (xy 59.343049 77.57008) (xy 59.573288 77.6085) (xy 59.806711 77.6085) (xy 59.806712 77.6085) (xy 60.036951 77.57008) + (xy 60.257727 77.494287) (xy 60.463017 77.38319) (xy 60.64722 77.239818) (xy 60.653646 77.232837) + (xy 60.713531 77.196845) (xy 60.783369 77.198944) (xy 60.840986 77.238466) (xy 60.861059 77.273485) + (xy 60.886645 77.342086) (xy 60.886649 77.342093) (xy 60.972809 77.457187) (xy 60.972812 77.45719) + (xy 61.087906 77.54335) (xy 61.087913 77.543354) (xy 61.22262 77.593596) (xy 61.222627 77.593598) + (xy 61.282155 77.599999) (xy 61.282172 77.6) (xy 61.98 77.6) (xy 61.98 76.575277) (xy 62.056306 76.619333) + (xy 62.170756 76.65) (xy 62.289244 76.65) (xy 62.403694 76.619333) (xy 62.48 76.575277) (xy 62.48 77.6) + (xy 63.177828 77.6) (xy 63.177844 77.599999) (xy 63.237372 77.593598) (xy 63.237379 77.593596) (xy 63.372086 77.543354) + (xy 63.372093 77.54335) (xy 63.487187 77.45719) (xy 63.48719 77.457187) (xy 63.57335 77.342093) + (xy 63.573354 77.342086) (xy 63.623596 77.207379) (xy 63.623598 77.207372) (xy 63.629999 77.147844) + (xy 63.63 77.147827) (xy 63.63 76.45) (xy 62.605278 76.45) (xy 62.649333 76.373694) (xy 62.68 76.259244) + (xy 62.68 76.140756) (xy 62.649333 76.026306) (xy 62.605278 75.95) (xy 63.63 75.95) (xy 63.63 75.252172) + (xy 63.629999 75.252155) (xy 63.623598 75.192627) (xy 63.623596 75.19262) (xy 63.573354 75.057913) + (xy 63.57335 75.057906) (xy 63.48719 74.942812) (xy 63.487187 74.942809) (xy 63.372093 74.856649) + (xy 63.372086 74.856645) (xy 63.237379 74.806403) (xy 63.237372 74.806401) (xy 63.177844 74.8) (xy 62.48 74.8) + (xy 62.48 75.824722) (xy 62.403694 75.780667) (xy 62.289244 75.75) (xy 62.170756 75.75) (xy 62.056306 75.780667) + (xy 61.98 75.824722) (xy 61.98 74.8) (xy 61.282155 74.8) (xy 61.222627 74.806401) (xy 61.22262 74.806403) + (xy 61.087913 74.856645) (xy 61.087906 74.856649) (xy 60.972812 74.942809) (xy 60.972809 74.942812) + (xy 60.886649 75.057906) (xy 60.886645 75.057913) (xy 60.861059 75.126514) (xy 60.819188 75.182448) + (xy 60.753723 75.206865) (xy 60.68545 75.192013) (xy 60.653649 75.167165) (xy 60.647224 75.160186) + (xy 60.647222 75.160184) (xy 60.64722 75.160182) (xy 60.463017 75.01681) (xy 60.463015 75.016809) + (xy 60.463014 75.016808) (xy 60.463011 75.016806) (xy 60.257733 74.905716) (xy 60.25773 74.905715) + (xy 60.257727 74.905713) (xy 60.257721 74.905711) (xy 60.257719 74.90571) (xy 60.036954 74.82992) + (xy 59.840792 74.797187) (xy 59.806712 74.7915) (xy 59.573288 74.7915) (xy 59.539208 74.797187) + (xy 59.343045 74.82992) (xy 59.12228 74.90571) (xy 59.122266 74.905716) (xy 58.916988 75.016806) + (xy 58.916985 75.016808) (xy 58.732781 75.160181) (xy 58.574686 75.331915) (xy 58.447015 75.527331) + (xy 58.353251 75.741092) (xy 58.295948 75.967377) (xy 58.276673 76.199994) (xy 58.276673 76.200005) + (xy 58.295948 76.432622) (xy 58.332305 76.576193) (xy 58.32968 76.646013) (xy 58.29978 76.694314) + (xy 57.901431 77.092663) (xy 57.840108 77.126148) (xy 57.770416 77.121164) (xy 57.714483 77.079292) + (xy 57.690066 77.013828) (xy 57.694673 76.97039) (xy 57.720562 76.881281) (xy 57.7235 76.843952) + (xy 57.7235 76.410948) (xy 57.720562 76.373619) (xy 57.674145 76.213849) (xy 57.589453 76.070643) + (xy 57.589451 76.070641) (xy 57.589448 76.070637) (xy 57.471812 75.953001) (xy 57.471803 75.952994) + (xy 57.328601 75.868305) (xy 57.328595 75.868303) (xy 57.200405 75.83106) (xy 57.141519 75.793454) + (xy 57.112313 75.729981) (xy 57.111 75.711984) (xy 57.111 73.849898) (xy 57.130685 73.782859) (xy 57.183489 73.737104) + (xy 57.195984 73.732196) (xy 57.252101 73.713602) (xy 57.39804 73.623585) (xy 57.519285 73.50234) + (xy 57.609302 73.356401) (xy 57.663236 73.193636) (xy 57.6735 73.093172) (xy 57.6735 72.658066) + (xy 57.693185 72.591027) (xy 57.709819 72.570385) (xy 58.027068 72.253136) (xy 58.027071 72.253133) + (xy 58.0964 72.149375) (xy 58.144155 72.034085) (xy 58.1685 71.911694) (xy 58.1685 71.786906) (xy 58.1685 69.42) + (xy 59.381634 69.42) (xy 59.401065 69.666906) (xy 59.401065 69.666909) (xy 59.401066 69.666911) + (xy 59.458885 69.907742) (xy 59.458886 69.907744) (xy 59.553663 70.136558) (xy 59.553665 70.136562) + (xy 59.553666 70.136563) (xy 59.683075 70.34774) (xy 59.843927 70.536073) (xy 60.03226 70.696925) + (xy 60.243437 70.826334) (xy 60.24344 70.826335) (xy 60.243443 70.826337) (xy 60.340258 70.866439) + (xy 60.394662 70.91028) (xy 60.416727 70.976574) (xy 60.399448 71.044273) (xy 60.348311 71.091884) + (xy 60.292806 71.105) (xy 59.947155 71.105) (xy 59.887627 71.111401) (xy 59.88762 71.111403) (xy 59.752913 71.161645) + (xy 59.752906 71.161649) (xy 59.637812 71.247809) (xy 59.637809 71.247812) (xy 59.551649 71.362906) + (xy 59.551645 71.362913) (xy 59.501403 71.49762) (xy 59.501401 71.497627) (xy 59.495 71.557155) + (xy 59.495 72.27) (xy 60.403294 72.27) (xy 60.373442 72.342069) (xy 60.35 72.45992) (xy 60.35 72.58008) + (xy 60.373442 72.697931) (xy 60.403294 72.77) (xy 59.495 72.77) (xy 59.495 73.482844) (xy 59.501401 73.542372) + (xy 59.501403 73.542379) (xy 59.551645 73.677086) (xy 59.551649 73.677093) (xy 59.637809 73.792187) + (xy 59.637812 73.79219) (xy 59.752906 73.87835) (xy 59.752913 73.878354) (xy 59.88762 73.928596) + (xy 59.887627 73.928598) (xy 59.947155 73.934999) (xy 59.947172 73.935) (xy 60.71 73.935) (xy 60.71 73.076706) + (xy 60.782069 73.106558) (xy 60.89992 73.13) (xy 61.02008 73.13) (xy 61.137931 73.106558) (xy 61.21 73.076706) + (xy 61.21 73.935) (xy 61.972828 73.935) (xy 61.972844 73.934999) (xy 62.032372 73.928598) (xy 62.032379 73.928596) + (xy 62.167086 73.878354) (xy 62.167093 73.87835) (xy 62.282187 73.79219) (xy 62.28219 73.792187) + (xy 62.36835 73.677093) (xy 62.368354 73.677086) (xy 62.418596 73.542379) (xy 62.418598 73.542372) + (xy 62.424999 73.482844) (xy 62.425 73.482827) (xy 62.425 72.77) (xy 61.516706 72.77) (xy 61.546558 72.697931) + (xy 61.57 72.58008) (xy 61.57 72.45992) (xy 61.546558 72.342069) (xy 61.516706 72.27) (xy 62.425 72.27) + (xy 62.425 71.557172) (xy 62.424999 71.557155) (xy 62.418598 71.497627) (xy 62.418596 71.49762) + (xy 62.368354 71.362913) (xy 62.36835 71.362906) (xy 62.28219 71.247812) (xy 62.282187 71.247809) + (xy 62.167093 71.161649) (xy 62.167086 71.161645) (xy 62.032379 71.111403) (xy 62.032372 71.111401) + (xy 61.972844 71.105) (xy 61.627194 71.105) (xy 61.560155 71.085315) (xy 61.5144 71.032511) (xy 61.504456 70.963353) + (xy 61.533481 70.899797) (xy 61.579742 70.866439) (xy 61.676556 70.826337) (xy 61.676556 70.826336) + (xy 61.676563 70.826334) (xy 61.88774 70.696925) (xy 62.076073 70.536073) (xy 62.236925 70.34774) + (xy 62.366334 70.136563) (xy 62.461115 69.907742) (xy 62.518934 69.666911) (xy 62.538366 69.42) + (xy 62.518934 69.173089) (xy 62.461115 68.932258) (xy 62.366334 68.703437) (xy 62.236925 68.49226) + (xy 62.076073 68.303927) (xy 61.88774 68.143075) (xy 61.676563 68.013666) (xy 61.676562 68.013665) + (xy 61.676558 68.013663) (xy 61.447744 67.918886) (xy 61.447742 67.918885) (xy 61.206911 67.861066) + (xy 61.206909 67.861065) (xy 61.206906 67.861065) (xy 60.96 67.841634) (xy 60.713093 67.861065) + (xy 60.713089 67.861066) (xy 60.472258 67.918885) (xy 60.472256 67.918885) (xy 60.472255 67.918886) + (xy 60.243441 68.013663) (xy 60.032259 68.143075) (xy 59.843927 68.303927) (xy 59.683075 68.492259) + (xy 59.553663 68.703441) (xy 59.458886 68.932255) (xy 59.401065 69.173093) (xy 59.381634 69.42) + (xy 58.1685 69.42) (xy 58.1685 67.755606) (xy 58.1685 67.028779) (xy 58.168282 67.027687) (xy 58.144157 66.906395) + (xy 58.144154 66.906386) (xy 58.130168 66.87262) (xy 58.096401 66.791098) (xy 58.096399 66.791096) + (xy 58.096399 66.791094) (xy 58.027072 66.68734) (xy 58.027069 66.687336) (xy 57.238697 65.898965) + (xy 57.205212 65.837642) (xy 57.210196 65.767951) (xy 57.252068 65.712017) (xy 57.276664 65.699172) + (xy 57.276195 65.698165) (xy 57.28273 65.695117) (xy 57.282738 65.695115) (xy 57.433652 65.60203) + (xy 57.55903 65.476652) (xy 57.652115 65.325738) (xy 57.687606 65.218627) (xy 57.727377 65.161184) + (xy 57.75786 65.14307) (xy 57.827068 65.114403) (xy 57.827068 65.114402) (xy 57.827075 65.1144) + (xy 57.930833 65.045071) (xy 60.330609 62.645293) (xy 60.39193 62.61181) (xy 60.461621 62.616794) + (xy 60.465724 62.618408) (xy 60.472258 62.621115) (xy 60.713089 62.678934) (xy 60.96 62.698366) + (xy 61.206911 62.678934) (xy 61.447742 62.621115) (xy 61.45425 62.618419) (xy 61.523712 62.610944) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 53.097616 51.707185) (xy 53.118258 51.723819) (xy 53.801553 52.407113) (xy 53.795339 52.407113) + (xy 53.693606 52.434372) (xy 53.602394 52.487033) (xy 53.52792 52.561507) (xy 53.475259 52.652719) + (xy 53.448 52.754452) (xy 53.448 52.760665) (xy 52.768974 52.081639) (xy 52.768973 52.081639) (xy 52.717868 52.154625) + (xy 52.717866 52.154629) (xy 52.621734 52.360786) (xy 52.62173 52.360795) (xy 52.56286 52.580502) + (xy 52.562858 52.580513) (xy 52.543034 52.80711) (xy 52.543034 52.807115) (xy 52.562858 53.033712) + (xy 52.56286 53.033723) (xy 52.62173 53.25343) (xy 52.621735 53.253444) (xy 52.717863 53.459591) + (xy 52.768974 53.532585) (xy 53.448 52.853559) (xy 53.448 52.859774) (xy 53.475259 52.961507) (xy 53.52792 53.052719) + (xy 53.602394 53.127193) (xy 53.693606 53.179854) (xy 53.795339 53.207113) (xy 53.801553 53.207113) + (xy 53.114464 53.8942) (xy 53.106805 53.932308) (xy 53.058189 53.98249) (xy 53.0026 53.997148) (xy 53.002653 53.998153) + (xy 53.002665 53.998257) (xy 53.002659 53.998257) (xy 53.002669 53.998436) (xy 52.999345 53.998613) + (xy 52.938797 54.005124) (xy 52.938795 54.005124) (xy 52.801795 54.056224) (xy 52.684739 54.143852) + (xy 52.597111 54.260908) (xy 52.546011 54.397908) (xy 52.546011 54.39791) (xy 52.5395 54.458458) + (xy 52.5395 56.155767) (xy 52.546011 56.216315) (xy 52.546011 56.216317) (xy 52.581675 56.311932) + (xy 52.597111 56.353317) (xy 52.684739 56.470374) (xy 52.801796 56.558002) (xy 52.938799 56.609102) + (xy 52.96605 56.612031) (xy 52.999345 56.615612) (xy 52.999362 56.615613) (xy 53.847195 56.615613) + (xy 53.914234 56.635298) (xy 53.934876 56.651932) (xy 56.269967 58.987023) (xy 56.346775 59.063831) + (xy 56.393865 59.110921) (xy 56.539544 59.208261) (xy 56.539557 59.208268) (xy 56.693228 59.27192) + (xy 56.701429 59.275317) (xy 56.873274 59.309499) (xy 56.873278 59.3095) (xy 56.873279 59.3095) + (xy 60.753523 59.3095) (xy 60.820562 59.329185) (xy 60.866317 59.381989) (xy 60.876261 59.451147) + (xy 60.847236 59.514703) (xy 60.788458 59.552477) (xy 60.763252 59.557118) (xy 60.713093 59.561065) + (xy 60.713089 59.561066) (xy 60.472258 59.618885) (xy 60.472256 59.618885) (xy 60.472255 59.618886) + (xy 60.243441 59.713663) (xy 60.032259 59.843075) (xy 59.843927 60.003927) (xy 59.683075 60.192259) + (xy 59.553663 60.403441) (xy 59.458886 60.632255) (xy 59.401065 60.873093) (xy 59.381634 61.12) + (xy 59.401065 61.366907) (xy 59.458884 61.607742) (xy 59.458886 61.607747) (xy 59.461584 61.614261) + (xy 59.469051 61.68373) (xy 59.437774 61.746209) (xy 59.434703 61.749391) (xy 57.644569 63.539525) + (xy 57.583246 63.57301) (xy 57.513554 63.568026) (xy 57.469207 63.539525) (xy 57.433653 63.503971) + (xy 57.433652 63.50397) (xy 57.282738 63.410885) (xy 57.282735 63.410884) (xy 57.114427 63.355113) + (xy 57.010546 63.3445) (xy 56.209462 63.3445) (xy 56.209446 63.344501) (xy 56.105572 63.355113) + (xy 55.937264 63.410884) (xy 55.937259 63.410886) (xy 55.786346 63.503971) (xy 55.697681 63.592637) + (xy 55.636358 63.626122) (xy 55.566666 63.621138) (xy 55.522319 63.592637) (xy 55.433653 63.503971) + (xy 55.433652 63.50397) (xy 55.282738 63.410885) (xy 55.282735 63.410884) (xy 55.114427 63.355113) + (xy 55.010546 63.3445) (xy 54.209462 63.3445) (xy 54.209446 63.344501) (xy 54.105572 63.355113) + (xy 53.937264 63.410884) (xy 53.937259 63.410886) (xy 53.786346 63.503971) (xy 53.660971 63.629346) + (xy 53.567886 63.780259) (xy 53.567884 63.780264) (xy 53.512113 63.948572) (xy 53.5015 64.052447) + (xy 53.5015 65.053537) (xy 53.501501 65.053553) (xy 53.512113 65.157427) (xy 53.567884 65.325734) + (xy 53.567885 65.325738) (xy 53.66097 65.476652) (xy 53.786348 65.60203) (xy 53.937262 65.695115) + (xy 54.105574 65.750887) (xy 54.209455 65.7615) (xy 55.010544 65.761499) (xy 55.114426 65.750887) + (xy 55.180319 65.729051) (xy 55.250142 65.72665) (xy 55.307 65.759077) (xy 56.638891 67.090969) + (xy 56.672376 67.152292) (xy 56.667392 67.221984) (xy 56.62552 67.277917) (xy 56.560056 67.302334) + (xy 56.55121 67.30265) (xy 56.209462 67.30265) (xy 56.209446 67.302651) (xy 56.105572 67.313263) + (xy 55.937264 67.369034) (xy 55.937259 67.369036) (xy 55.786346 67.462121) (xy 55.697681 67.550787) + (xy 55.636358 67.584272) (xy 55.566666 67.579288) (xy 55.522319 67.550787) (xy 55.433653 67.462121) + (xy 55.433652 67.46212) (xy 55.282738 67.369035) (xy 55.282735 67.369034) (xy 55.114427 67.313263) + (xy 55.032162 67.304858) (xy 54.967471 67.278461) (xy 54.957085 67.269181) (xy 51.723819 64.035915) + (xy 51.690334 63.974592) (xy 51.6875 63.948234) (xy 51.6875 52.383766) (xy 51.707185 52.316727) + (xy 51.723819 52.296085) (xy 52.296085 51.723819) (xy 52.357408 51.690334) (xy 52.383766 51.6875) + (xy 53.030577 51.6875) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 77.258075 54.802993) (xy 77.323901 54.917007) (xy 77.416993 55.010099) (xy 77.531007 55.075925) + (xy 77.59459 55.092962) (xy 76.962625 55.724925) (xy 77.039031 55.778425) (xy 77.082655 55.833002) + (xy 77.089848 55.902501) (xy 77.058326 55.964855) (xy 77.039029 55.981576) (xy 76.962625 56.035072) + (xy 77.59459 56.667037) (xy 77.531007 56.684075) (xy 77.416993 56.749901) (xy 77.323901 56.842993) + (xy 77.258075 56.957007) (xy 77.241037 57.02059) (xy 76.609072 56.388625) (xy 76.609072 56.388626) + (xy 76.559131 56.45995) (xy 76.504555 56.503575) (xy 76.435056 56.510769) (xy 76.372701 56.479246) + (xy 76.353748 56.456649) (xy 76.259723 56.312734) (xy 76.259715 56.312723) (xy 76.107243 56.147097) + (xy 76.107238 56.147092) (xy 75.929577 56.008812) (xy 75.929578 56.008812) (xy 75.929576 56.008811) + (xy 75.89307 55.989055) (xy 75.843479 55.939836) (xy 75.828371 55.871619) (xy 75.852541 55.806064) + (xy 75.89307 55.770945) (xy 75.897074 55.768778) (xy 75.929576 55.751189) (xy 76.10724 55.612906) + (xy 76.259722 55.447268) (xy 76.353749 55.303347) (xy 76.406894 55.257994) (xy 76.476125 55.24857) + (xy 76.539461 55.278072) (xy 76.559131 55.300049) (xy 76.609072 55.371373) (xy 76.609073 55.371373) + (xy 77.241037 54.739408) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 79.798075 54.802993) (xy 79.863901 54.917007) (xy 79.956993 55.010099) (xy 80.071007 55.075925) + (xy 80.13459 55.092962) (xy 79.502625 55.724925) (xy 79.579031 55.778425) (xy 79.622655 55.833002) + (xy 79.629848 55.902501) (xy 79.598326 55.964855) (xy 79.579029 55.981576) (xy 79.502625 56.035072) + (xy 80.13459 56.667037) (xy 80.071007 56.684075) (xy 79.956993 56.749901) (xy 79.863901 56.842993) + (xy 79.798075 56.957007) (xy 79.781037 57.02059) (xy 79.149072 56.388625) (xy 79.149072 56.388626) + (xy 79.095574 56.46503) (xy 79.040998 56.508655) (xy 78.971499 56.515849) (xy 78.909144 56.484326) + (xy 78.892424 56.46503) (xy 78.838925 56.388626) (xy 78.838925 56.388625) (xy 78.206961 57.020588) + (xy 78.189925 56.957007) (xy 78.124099 56.842993) (xy 78.031007 56.749901) (xy 77.916993 56.684075) + (xy 77.85341 56.667037) (xy 78.485373 56.035073) (xy 78.408969 55.981576) (xy 78.365344 55.926999) + (xy 78.35815 55.857501) (xy 78.389672 55.795146) (xy 78.408968 55.778425) (xy 78.485373 55.724925) + (xy 77.853409 55.092962) (xy 77.916993 55.075925) (xy 78.031007 55.010099) (xy 78.124099 54.917007) + (xy 78.189925 54.802993) (xy 78.206962 54.73941) (xy 78.838925 55.371373) (xy 78.892425 55.294968) + (xy 78.947002 55.251344) (xy 79.016501 55.244151) (xy 79.078855 55.275673) (xy 79.095576 55.294969) + (xy 79.149073 55.371372) (xy 79.781037 54.739409) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 81.378925 55.371373) (xy 81.428868 55.300048) (xy 81.483445 55.256424) (xy 81.552944 55.249231) + (xy 81.615298 55.280753) (xy 81.634251 55.30335) (xy 81.728276 55.447265) (xy 81.728284 55.447276) + (xy 81.880756 55.612902) (xy 81.88076 55.612906) (xy 82.058424 55.751189) (xy 82.058429 55.751191) + (xy 82.058431 55.751193) (xy 82.09493 55.770946) (xy 82.14452 55.820165) (xy 82.159628 55.888382) + (xy 82.135457 55.953937) (xy 82.09493 55.989054) (xy 82.058431 56.008806) (xy 82.058422 56.008812) + (xy 81.880761 56.147092) (xy 81.880756 56.147097) (xy 81.728284 56.312723) (xy 81.72828 56.312729) + (xy 81.63425 56.456651) (xy 81.581103 56.502007) (xy 81.511872 56.51143) (xy 81.448536 56.481927) + (xy 81.428866 56.459951) (xy 81.378924 56.388626) (xy 80.746961 57.020588) (xy 80.729925 56.957007) + (xy 80.664099 56.842993) (xy 80.571007 56.749901) (xy 80.456993 56.684075) (xy 80.39341 56.667037) + (xy 81.025373 56.035073) (xy 80.948969 55.981576) (xy 80.905344 55.926999) (xy 80.89815 55.857501) + (xy 80.929672 55.795146) (xy 80.948968 55.778425) (xy 81.025373 55.724925) (xy 80.393409 55.092962) + (xy 80.456993 55.075925) (xy 80.571007 55.010099) (xy 80.664099 54.917007) (xy 80.729925 54.802993) + (xy 80.746962 54.73941) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 79.48873 53.485185) (xy 79.509372 53.501819) (xy 80.13459 54.127037) (xy 80.071007 54.144075) + (xy 79.956993 54.209901) (xy 79.863901 54.302993) (xy 79.798075 54.417007) (xy 79.781037 54.48059) + (xy 79.149072 53.848625) (xy 79.149072 53.848626) (xy 79.095574 53.92503) (xy 79.040998 53.968655) + (xy 78.971499 53.975849) (xy 78.909144 53.944326) (xy 78.892424 53.92503) (xy 78.838925 53.848626) + (xy 78.838925 53.848625) (xy 78.206962 54.480589) (xy 78.189925 54.417007) (xy 78.124099 54.302993) + (xy 78.031007 54.209901) (xy 77.916993 54.144075) (xy 77.853409 54.127037) (xy 78.478628 53.501819) + (xy 78.539951 53.468334) (xy 78.566309 53.4655) (xy 79.421691 53.4655) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 81.795454 53.485185) (xy 81.841209 53.537989) (xy 81.851153 53.607147) (xy 81.822128 53.670703) + (xy 81.819673 53.673451) (xy 81.770328 53.727052) (xy 81.72828 53.772729) (xy 81.63425 53.916651) + (xy 81.581103 53.962007) (xy 81.511872 53.97143) (xy 81.448536 53.941927) (xy 81.428866 53.919951) + (xy 81.378924 53.848626) (xy 80.746962 54.480589) (xy 80.729925 54.417007) (xy 80.664099 54.302993) + (xy 80.571007 54.209901) (xy 80.456993 54.144075) (xy 80.39341 54.127037) (xy 81.018628 53.501819) + (xy 81.079951 53.468334) (xy 81.106309 53.4655) (xy 81.728415 53.4655) + ) + ) + ) +) \ No newline at end of file diff --git a/src/cp3/main/main.kicad_pro b/src/cp3/main/main.kicad_pro index d631fb8d..f121a74f 100644 --- a/src/cp3/main/main.kicad_pro +++ b/src/cp3/main/main.kicad_pro @@ -3,6 +3,9 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, "board_outline_line_width": 0.049999999999999996, "copper_line_width": 0.19999999999999998, "copper_text_italic": false, @@ -67,6 +70,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", @@ -126,9 +130,6 @@ }, "teardrop_options": [ { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 5, - "td_on_pad_in_zone": false, "td_onpadsmd": true, "td_onroundshapesonly": false, "td_ontrackend": false, @@ -137,29 +138,35 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } @@ -169,9 +176,42 @@ 0.381, 0.762 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -380,10 +420,10 @@ "no_connect_dangling": "warning", "pin_not_connected": "error", "pin_not_driven": "error", - "pin_to_pin": "warning", + "pin_to_pin": "error", "power_pin_not_driven": "error", "similar_labels": "warning", - "simulation_model_issue": "error", + "simulation_model_issue": "ignore", "unannotated": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", @@ -430,14 +470,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "main.dsn", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -451,6 +552,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -466,14 +572,15 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, "sheets": [ [ - "47f0c1fc-8159-4e03-85b4-1e6893bfe85e", - "" + "862ec642-cc5b-4d57-8f10-18c82d95f345", + "Root" ] ], "text_variables": {} diff --git a/src/cp3/main/main.kicad_sch b/src/cp3/main/main.kicad_sch index 80269094..96225c13 100644 --- a/src/cp3/main/main.kicad_sch +++ b/src/cp3/main/main.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "1ccb1fea-bd4b-4716-8a0f-d6eecbe582e9") + (uuid "33893bce-d059-4177-8a7f-9fec2b8da6c0") (paper "A4") (title_block (title "cp3") @@ -13,14 +13,20 @@ ) (lib_symbols (symbol "Device:R" - (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_0_1" (rectangle (start -1.016 -2.54) @@ -297,13 +303,20 @@ ) ) (symbol "power:+12V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+12V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+12V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+12V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+12V_0_1" (polyline (pts @@ -331,20 +344,26 @@ ) ) (symbol "+12V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+12V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Device:R_Potentiometer_Trim" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer_Trim" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer_Trim" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_Trim_0_1" (polyline (pts @@ -385,13 +404,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -407,23 +433,30 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "power:-6V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-6V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-6V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-6V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-6V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-6V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-6V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -443,14 +476,20 @@ ) ) (symbol "Device:C" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_0_1" (polyline (pts @@ -480,14 +519,20 @@ ) ) ) - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 8.89 0) (effects (font (size 1.27 1.27)))) (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "AudioJack2_SwitchT_0_1" (rectangle (start -2.54 0) @@ -556,14 +601,20 @@ ) ) ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_0_1" (polyline (pts @@ -605,14 +656,21 @@ ) ) ) - (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol MMBT3904_0_1 (polyline (pts @@ -674,13 +732,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -708,21 +773,27 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:LED" - (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "LED" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "LED_0_1" (polyline (pts @@ -785,16 +856,24 @@ ) ) (symbol "Diode:1N4148" - (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N4148" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol 1N4148_0_1 (polyline (pts @@ -834,14 +913,20 @@ ) ) ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 1.27 7.62 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_02x05_Odd_Even_1_1" (rectangle (start -1.27 -4.953) @@ -952,13 +1037,20 @@ ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -986,21 +1078,27 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:C_Polarized" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C_Polarized" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_Polarized_0_1" (rectangle (start -2.286 0.508) @@ -1043,16 +1141,23 @@ ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -1102,14 +1207,21 @@ ) ) ) - (symbol "Regulator_Linear:uA7812" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (symbol "Regulator_Linear:uA7812" (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at -3.81 3.175 0) (effects (font (size 1.27 1.27)))) (property "Value" "uA7812" (at 0 3.175 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.635 -3.81 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ua78.pdf" (at 0 -1.27 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "Voltage Regulator 1A Positive" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Positive 1A 35V Linear Regulator, Fixed Output 12V, TO-220/TO-263" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?263* TO?220*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.635 -3.81 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ua78.pdf" (at 0 -1.27 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Positive 1A 35V Linear Regulator, Fixed Output 12V, TO-220/TO-263" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "Voltage Regulator 1A Positive" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?263* TO?220*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol uA7812_0_1 (rectangle (start -5.08 1.905) @@ -1135,16 +1247,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -1165,17 +1283,23 @@ ) ) (label "IN_1" (at 76.2 76.2 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid eeb52e1c-aa14-443f-af05-5da1c91745df) + (uuid 9de89301-32aa-4746-bafd-b96afc3a7f8b) ) (symbol (lib_id "Device:R") (at 80.01 76.2 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R1" (at 80.01 71.18 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 80.01 73.18 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1183,25 +1307,31 @@ (xy 83.82 86.36) ) (stroke (width 0) (type default)) - (uuid 9a71d4e3-546a-4aa7-a28f-c2848e8f9ae1) + (uuid 24774c5f-5005-4a21-8d46-935d6e62ea1c) ) (junction (at 83.82 86.36) (diameter 0) (color 0 0 0 0) - (uuid b401f269-0a2b-4345-8818-b2b0fc84447d) + (uuid 426d79f4-822e-4486-a47c-defae13f2a7e) ) (symbol (lib_id "Device:R") (at 80.01 86.36 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R2" (at 80.01 81.34 -270) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 80.01 83.34 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "IN_2" (at 76.2 86.36 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 4deb25d6-b60c-4a1c-bfcf-eea06c911e5f) + (uuid 3f7921c4-2c2a-4195-a05d-393ea9dd12a7) ) (wire (pts @@ -1209,25 +1339,31 @@ (xy 83.82 96.52) ) (stroke (width 0) (type default)) - (uuid e430ed32-f40a-41cf-b942-24f7b94024ad) + (uuid 58986bc4-6524-45e8-b367-2e0008ad35b1) ) (junction (at 83.82 96.52) (diameter 0) (color 0 0 0 0) - (uuid 0c97cccf-9d89-4761-8070-115bd30bd36f) + (uuid 43465245-29d9-4455-b9f2-c316958fa504) ) (symbol (lib_id "Device:R") (at 80.01 96.52 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R3" (at 80.01 91.5 -270) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 80.01 93.5 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "IN_3" (at 76.2 96.52 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 3cd1d87f-f36e-44f2-b658-28c18a12cd42) + (uuid 2e699864-8ac8-48e6-9378-ce543fb84822) ) (wire (pts @@ -1235,25 +1371,31 @@ (xy 83.82 106.68) ) (stroke (width 0) (type default)) - (uuid 4ce2c648-3aca-45c6-9585-cc06ab9dc306) + (uuid ced6a24f-09f8-4ad7-9a35-c397cabd952d) ) (junction (at 83.82 106.68) (diameter 0) (color 0 0 0 0) - (uuid cf643ec5-b41f-4d43-9c10-ba82d498efa4) + (uuid 8268480a-8bb9-493f-820a-a6ff3b4f09cd) ) (symbol (lib_id "Device:R") (at 80.01 106.68 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R4" (at 80.01 101.66 -270) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 80.01 103.66 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "IN_4" (at 76.2 106.68 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid de79703d-6d80-4288-8026-fe447d4a76aa) + (uuid d9b6edc1-a5fe-4724-aa18-586b49abfb5b) ) (wire (pts @@ -1261,12 +1403,12 @@ (xy 93.98 106.68) ) (stroke (width 0) (type default)) - (uuid 8066e579-d65d-4c6e-8cb1-2122c534bb6b) + (uuid a12b2062-9c5e-4c1a-94cd-6eda3c1bd1a0) ) (junction (at 93.98 106.68) (diameter 0) (color 0 0 0 0) - (uuid 432f7aaf-8332-48f6-b35d-dac8d29c02d5) + (uuid 4d3d27dc-1635-4073-a5ab-f0d18e16761f) ) (symbol (lib_id "elektrophon:THAT340") (at 99.06 106.68 0) (unit 1) (in_bom yes) (on_board yes) @@ -1277,8 +1419,8 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) (property "ki_fp_filters" "DIP-14 SOIC-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 99.06 106.68 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "THAT340" (at 99.06 106.68 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 99.06 106.68 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "THAT340" (at 99.06 106.68 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1286,12 +1428,12 @@ (xy 101.6 88.9) ) (stroke (width 0) (type default)) - (uuid 8ac881f9-39b6-4cc7-8795-ef11de8ff775) + (uuid 8a418f9a-bb9f-4c71-b5cf-d58bd6b25025) ) (junction (at 101.6 88.9) (diameter 0) (color 0 0 0 0) - (uuid 2710f1f9-e50a-4e61-8211-0fe43b8bc4ed) + (uuid a8a61d25-f41b-439a-9568-41e4e24b4a43) ) (wire (pts @@ -1299,17 +1441,23 @@ (xy 101.6 76.2) ) (stroke (width 0) (type default)) - (uuid c7d8cce1-6f19-4f2a-ba69-62e45f941d03) + (uuid 7fccad18-011f-4dd3-b7e7-f3bfd0328db9) ) (symbol (lib_id "Device:R") (at 101.6 72.39 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R5" (at 99.58 71.39 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 99.58 73.39 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1317,7 +1465,7 @@ (xy 101.6 66.04) ) (stroke (width 0) (type default)) - (uuid bece117f-e759-4a3c-a55c-394213aeba73) + (uuid e3243300-7ab5-4604-b3a6-5f500df4b74c) ) (wire (pts @@ -1325,21 +1473,27 @@ (xy 121.92 66.04) ) (stroke (width 0) (type default)) - (uuid e52a8c29-e7c7-40d3-aabf-7b5ec246fe96) + (uuid e6731be8-8711-4a32-9db8-81e0e9c2c67f) ) (junction (at 121.92 66.04) (diameter 0) (color 0 0 0 0) - (uuid 0cb8a244-9425-47c2-b854-01411c2d82bb) + (uuid 5b112dc6-1ab6-4be3-a71a-bb97bd55f579) ) (symbol (lib_id "power:+12V") (at 121.92 66.04 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+12V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+12V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+12V" (at 121.92 61.5 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+12V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+12V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1347,7 +1501,7 @@ (xy 104.14 88.9) ) (stroke (width 0) (type default)) - (uuid 18d7942b-7018-4569-9709-83af2ee6e78f) + (uuid 3b35ac68-68ba-476e-90f3-fce7545078d1) ) (symbol (lib_id "elektrophon:THAT340") (at 109.22 88.9 0) (unit 3) (in_bom yes) (on_board yes) @@ -1357,14 +1511,14 @@ (property "Datasheet" "" (at -2.032 0 0) (effects (font (size 1.27 1.27)) hide)) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) (property "ki_fp_filters" "DIP-14 SOIC-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 109.22 88.9 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 109.22 88.9 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Netlist_Enabled" "Y" (at 109.22 88.9 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "THAT340" (at 109.22 88.9 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 111.76 93.98) (diameter 0) (color 0 0 0 0) - (uuid 93893c7d-e4d3-4b89-b526-7e39f44e573b) + (uuid 0621eb64-6e8d-440c-8a5c-f6b67fdc41ad) ) (wire (pts @@ -1372,17 +1526,23 @@ (xy 111.76 114.3) ) (stroke (width 0) (type default)) - (uuid bd7a47b3-6826-401d-951c-9903ee671827) + (uuid f5901e35-0757-4276-8290-4c29e6667fa7) ) (symbol (lib_id "Device:R") (at 111.76 118.11 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R7" (at 113.78 117.11 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "560" (at 113.78 119.11 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1390,32 +1550,44 @@ (xy 121.92 83.82) ) (stroke (width 0) (type default)) - (uuid e1d3dc64-f9d0-403d-ace3-ec98bc51d1fe) + (uuid 94939e12-1de1-4982-83f3-50e48719c6bf) ) (symbol (lib_id "Device:R") (at 121.92 80.01 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R14" (at 123.94 79.00999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "200" (at 123.94 81.00999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 121.92 76.2) (diameter 0) (color 0 0 0 0) - (uuid a5211613-a805-45be-a6dd-0dae2d743a8a) + (uuid 915226aa-72fc-4455-81a7-588770008e05) ) (symbol (lib_id "Device:R_Potentiometer_Trim") (at 121.92 72.39 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV5" (at 123.94 71.39 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100" (at 123.94 73.39 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 121.92 72.39 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer" (at 121.92 72.39 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -1425,7 +1597,7 @@ (xy 115.57 72.39) ) (stroke (width 0) (type default)) - (uuid efca0759-fa94-478b-9b4f-f43cf1dfcb2b) + (uuid 73708392-cd5a-43f4-98cf-07c85c49b98e) ) (wire (pts @@ -1433,7 +1605,7 @@ (xy 115.57 76.2) ) (stroke (width 0) (type default)) - (uuid 7c1ec566-ccf8-4a7d-b103-5747553f59e8) + (uuid d34b7fe9-d1aa-4e55-be3d-884b5d0c888c) ) (wire (pts @@ -1441,7 +1613,7 @@ (xy 121.92 76.2) ) (stroke (width 0) (type default)) - (uuid ff57e956-cc66-42f0-a558-5bf5615323a0) + (uuid 45d15fb8-2363-46a1-9833-34f193e53e40) ) (wire (pts @@ -1449,7 +1621,7 @@ (xy 121.92 66.04) ) (stroke (width 0) (type default)) - (uuid 1ed7f84d-c2fd-4b11-91bc-7c19fd8c6eec) + (uuid 8050ab58-aacf-47b5-b323-98ce715b8c9c) ) (wire (pts @@ -1457,7 +1629,7 @@ (xy 142.24 66.04) ) (stroke (width 0) (type default)) - (uuid 47404661-e240-4787-ba0a-ab74294f8ca5) + (uuid f0981562-523f-492f-ae27-dbfc1ddf29b7) ) (wire (pts @@ -1465,17 +1637,23 @@ (xy 142.24 68.58) ) (stroke (width 0) (type default)) - (uuid 13361167-f6c3-4aef-a30d-94c663744081) + (uuid 6900dbbc-dc82-4085-b253-d8a98cfa6b54) ) (symbol (lib_id "Device:R") (at 142.24 72.39 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R6" (at 144.26 71.39 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 144.26 73.39 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1483,12 +1661,12 @@ (xy 142.24 88.9) ) (stroke (width 0) (type default)) - (uuid cfcd6af0-2a30-46f6-a3e0-2240bbc5c77a) + (uuid 9f1ed25f-202a-49b5-994e-c6c234d943c1) ) (junction (at 142.24 88.9) (diameter 0) (color 0 0 0 0) - (uuid 7aa52b6f-b2a2-48b3-b1a6-57839863eb63) + (uuid a672722e-dbd7-4081-9c54-8a02fd4d8381) ) (wire (pts @@ -1496,7 +1674,7 @@ (xy 139.7 88.9) ) (stroke (width 0) (type default)) - (uuid 13f60dad-fdfc-400d-b532-8dc84a1600fd) + (uuid 19816d34-96e0-49e6-bca0-c401013c5320) ) (symbol (lib_id "elektrophon:THAT340") (at 134.62 88.9 0) (mirror y) @@ -1507,9 +1685,9 @@ (property "Datasheet" "" (at -2.032 0 0) (effects (font (size 1.27 1.27)) hide)) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) (property "ki_fp_filters" "DIP-14 SOIC-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 134.62 88.9 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "THAT340" (at 134.62 88.9 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 134.62 88.9 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 134.62 88.9 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1517,12 +1695,12 @@ (xy 121.92 83.82) ) (stroke (width 0) (type default)) - (uuid 752f956f-f52c-4f33-bcd1-c8e6829f6953) + (uuid 88b6e472-2d2c-422b-ab1d-aadec421477e) ) (junction (at 121.92 83.82) (diameter 0) (color 0 0 0 0) - (uuid c91c463e-cf56-448f-b305-1c2695f89404) + (uuid 7fd5d768-aebc-4add-8f62-9cbce3be66df) ) (wire (pts @@ -1530,7 +1708,7 @@ (xy 142.24 101.6) ) (stroke (width 0) (type default)) - (uuid 521d8059-0c6a-4fcb-8b28-099aef53436d) + (uuid 5b449b25-b318-4fda-89c7-73b511d427e5) ) (symbol (lib_id "elektrophon:THAT340") (at 144.78 106.68 180) (mirror x) @@ -1541,18 +1719,24 @@ (property "Datasheet" "" (at -2.032 0 0) (effects (font (size 1.27 1.27)) hide)) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) (property "ki_fp_filters" "DIP-14 SOIC-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 144.78 106.68 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "THAT340" (at 144.78 106.68 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 144.78 106.68 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 144.78 106.68 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 149.86 106.68 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 149.86 111.22 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1560,7 +1744,7 @@ (xy 142.24 114.3) ) (stroke (width 0) (type default)) - (uuid c3ad10ce-c8d4-4f6c-a998-3bf1b0536527) + (uuid d9e37332-e58a-459b-8bb9-558eb5119d16) ) (wire (pts @@ -1568,12 +1752,12 @@ (xy 121.92 114.3) ) (stroke (width 0) (type default)) - (uuid 37023e44-c69e-4c99-8bb6-7aa85a1412c7) + (uuid 9d9b182e-b35f-4035-b585-282620b93b1f) ) (junction (at 121.92 114.3) (diameter 0) (color 0 0 0 0) - (uuid fb69520c-0aa4-44c1-9112-9b1fb5e164db) + (uuid e35a4d9a-b62d-462b-b3a5-06d74e77d9d4) ) (wire (pts @@ -1581,7 +1765,7 @@ (xy 101.6 114.3) ) (stroke (width 0) (type default)) - (uuid f4c13db4-27eb-45c3-ad6a-3bd98cb81154) + (uuid 8d503149-995c-49ea-b225-2dea6910eec1) ) (wire (pts @@ -1589,31 +1773,43 @@ (xy 101.6 111.76) ) (stroke (width 0) (type default)) - (uuid 4f584539-d161-4677-aef9-b8852eabf7da) + (uuid e7f4fd26-cd5e-40ba-b5eb-0c195853ad57) ) (symbol (lib_id "Device:R") (at 121.92 118.11 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R9" (at 123.94 117.11 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "6.8k" (at 123.94 119.11 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 121.92 121.92) (diameter 0) (color 0 0 0 0) - (uuid 6c7e912a-d5c0-43b1-8421-ec52a0533a20) + (uuid 5834b294-b14f-40ec-ad23-a6b1ab3c3abc) ) (symbol (lib_id "power:-6V") (at 121.92 121.92 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-6V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-6V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-6V" (at 121.92 126.46 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-6V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-6V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1621,12 +1817,12 @@ (xy 132.08 99.06) ) (stroke (width 0) (type default)) - (uuid da10b241-97f3-4ba2-b3f6-580f013ddbea) + (uuid 69b8d0f8-aad3-48ae-80e1-bbff8a80c547) ) (junction (at 132.08 99.06) (diameter 0) (color 0 0 0 0) - (uuid f2b30574-53f9-4a0e-8d93-f2853cad7b91) + (uuid 4dd86d8a-b053-4890-9247-b972b4582adb) ) (wire (pts @@ -1634,17 +1830,23 @@ (xy 132.08 114.3) ) (stroke (width 0) (type default)) - (uuid 251c4751-c65c-49d0-a9bb-5cac2af93412) + (uuid df4b07a3-51c8-43e8-8e35-3d7d924a79ca) ) (symbol (lib_id "Device:R") (at 132.08 118.11 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R8" (at 134.1 117.11 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "560" (at 134.1 119.11 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1652,17 +1854,23 @@ (xy 93.98 99.06) ) (stroke (width 0) (type default)) - (uuid 00a8d7e4-e58e-4680-a8b0-7e30756481bf) + (uuid 39be3dac-30f4-4832-a2a5-af3b6ad576bd) ) (symbol (lib_id "Device:R") (at 93.98 102.87 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R15" (at 91.96 101.87 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "47k" (at 91.96 103.87 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1670,26 +1878,38 @@ (xy 93.98 106.68) ) (stroke (width 0) (type default)) - (uuid 7c017afc-aa74-48cd-b203-1de3a9031246) + (uuid 6a37be34-6d0d-4c1b-8547-0d5dd1fa768e) ) (symbol (lib_id "Device:C") (at 93.98 110.49 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C1" (at 90.95 109.49000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "3.3n" (at 90.95 111.49000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 93.98 114.3 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 93.98 118.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1697,7 +1917,7 @@ (xy 111.76 121.92) ) (stroke (width 0) (type default)) - (uuid 9a6db48c-c2d6-4e0c-9084-06f003b3e038) + (uuid 6826217a-1cfe-4711-be7e-b8d39f332d4f) ) (wire (pts @@ -1705,7 +1925,7 @@ (xy 132.08 121.92) ) (stroke (width 0) (type default)) - (uuid 10598c77-5b67-4e7f-92c1-76a4444c2dfe) + (uuid 502145a6-532a-43f2-9d44-c8bdec8ea4fb) ) (wire (pts @@ -1713,20 +1933,26 @@ (xy 144.78 93.98) ) (stroke (width 0) (type default)) - (uuid 3bbca0b1-1306-4cd2-a4f2-ec4f11ba8df3) + (uuid 556ac737-8218-40e9-b1de-87a677328670) ) (symbol (lib_id "Device:R") (at 148.59 93.98 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R10" (at 148.59 88.96 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100" (at 148.59 90.96 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "OUT_A" (at 152.4 93.98 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 87bc2d69-49c4-4c4c-87cb-b27b3b312fc4) + (uuid 3f7113af-d8a5-4ea9-8663-129f1c765d53) ) (wire (pts @@ -1734,39 +1960,57 @@ (xy 144.78 99.06) ) (stroke (width 0) (type default)) - (uuid 99b16fc8-8f32-46e3-bfe7-153dcc38537a) + (uuid 9a56a67d-9ce9-4c21-8351-9bc8121031f3) ) (symbol (lib_id "Device:R") (at 148.59 99.06 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R11" (at 148.59 102.08 90) (effects (font (size 1.27 1.27)))) (property "Value" "100" (at 148.59 104.08 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "OUT_B" (at 152.4 99.06 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid adc1ccbd-50a0-4f28-8dc4-e40ca6e9f326) + (uuid bb82fc7b-3941-44d6-b4ce-fd9fb0b79be6) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 33.02 25.4 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J1" (at 33.02 17.59 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 33.02 19.59 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 22.86 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 42.64 22.86 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1774,7 +2018,7 @@ (xy 40.64 25.4) ) (stroke (width 0) (type default)) - (uuid 6676f54b-1a4a-4354-8522-f10fed1d29df) + (uuid 7dacaaf6-38f0-4a12-b0e7-f77b520b2a02) ) (wire (pts @@ -1782,23 +2026,29 @@ (xy 45.72 25.4) ) (stroke (width 0) (type default)) - (uuid 081acd58-252e-4916-ba6f-935b7b8dda0d) + (uuid c626939b-f1c0-4e82-a454-5b42846977e9) ) (label "IN_a" (at 45.72 25.4 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 32fede3a-cc62-4415-ba81-5e148a2588e5) + (uuid 4bc4cdb6-c185-454b-869a-59a45fbe504a) ) (symbol (lib_id "Device:R_Potentiometer") (at 45.72 29.21 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV1" (at 43.7 28.21 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "50k (A)" (at 43.7 30.21 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 45.72 29.21 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "Potentiometer" (at 45.72 29.21 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 45.72 29.21 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1806,41 +2056,59 @@ (xy 52.07 29.21) ) (stroke (width 0) (type default)) - (uuid 4d04e146-8780-47e1-88ac-5f0ff9a23351) + (uuid 72b9c780-e83a-4178-a2af-dbb40b55b862) ) (label "IN_1" (at 52.07 29.21 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7c1840e8-cb54-48b2-92f3-fd3f7e4d0aa0) + (uuid c3d448a0-77a8-4989-95fa-8d3d95b3ae91) ) (symbol (lib_id "power:GND") (at 45.72 33.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 45.72 37.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 38.1 27.94) - (uuid d0df8088-6f01-48a6-ae8b-80610b52d251) + (uuid 38ff1f2a-b674-474e-8fca-6b37710d03fa) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 33.02 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J2" (at 33.02 42.99 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 33.02 44.99 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 48.26 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 42.64 48.26 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1848,7 +2116,7 @@ (xy 40.64 50.8) ) (stroke (width 0) (type default)) - (uuid e1bc40cb-0624-412c-b3a6-01ce347d4ff5) + (uuid aa7cf6f3-02fd-4bb4-8db4-2f9ce3ba69f2) ) (wire (pts @@ -1856,23 +2124,29 @@ (xy 45.72 50.8) ) (stroke (width 0) (type default)) - (uuid aab54f37-9abf-4d8e-8641-3cf23468cf84) + (uuid 64b70c03-5dc7-4414-bf12-4dee543efcef) ) (label "IN_b" (at 45.72 50.8 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid f77d46eb-c3a2-4642-8c4f-41603ec1ef59) + (uuid 627617bc-6024-46c8-91aa-c3ac81317d4a) ) (symbol (lib_id "Device:R_Potentiometer") (at 45.72 54.61 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV2" (at 43.7 53.61 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "50k (A)" (at 43.7 55.61 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 45.72 54.61 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "Potentiometer" (at 45.72 54.61 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 45.72 54.61 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1880,41 +2154,59 @@ (xy 52.07 54.61) ) (stroke (width 0) (type default)) - (uuid ae2b38ad-971d-4ad1-90ed-e30dd19bc798) + (uuid 4097af14-440c-407e-b32b-f33cb2e263ed) ) (label "IN_2" (at 52.07 54.61 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ea729689-611b-4dc3-8d64-0f101855de60) + (uuid 7f4c74a7-c673-4267-b389-a98c01918b2d) ) (symbol (lib_id "power:GND") (at 45.72 58.42 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 45.72 62.96 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 38.1 53.34) - (uuid 4bddddab-02bf-4a65-836c-7c04271085c3) + (uuid 9eb34eb8-7131-46d7-915f-9fb3f77c6714) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 33.02 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J3" (at 33.02 68.39 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 33.02 70.39 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 73.66 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 42.64 73.66 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1922,7 +2214,7 @@ (xy 40.64 76.2) ) (stroke (width 0) (type default)) - (uuid dd371529-4dc5-4eaf-a8b7-3ec879e3f616) + (uuid d5b2c0df-0320-4b71-9248-333dc069fdad) ) (wire (pts @@ -1930,23 +2222,29 @@ (xy 45.72 76.2) ) (stroke (width 0) (type default)) - (uuid 4088c735-f60e-4146-9ba2-011bdb02fd62) + (uuid 5cbafd69-22e7-4c26-a11e-74ead8ec9ccb) ) (label "IN_c" (at 45.72 76.2 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid b7be0231-b6f4-49c9-94b6-b160ffd4e27a) + (uuid d3c99f84-38d6-41fe-933a-a5b4a87500fd) ) (symbol (lib_id "Device:R_Potentiometer") (at 45.72 80.01 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV3" (at 43.7 79.00999999999999 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "50k (A)" (at 43.7 81.00999999999999 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 45.72 80.01 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "Potentiometer" (at 45.72 80.01 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 45.72 80.01 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1954,41 +2252,59 @@ (xy 52.07 80.01) ) (stroke (width 0) (type default)) - (uuid 2e0d2e0d-a436-435a-8a78-924a36d99b60) + (uuid 15d1fd06-f640-4c3a-bb30-d8d3dca104e2) ) (label "IN_3" (at 52.07 80.01 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 69005cd0-efb6-4e9a-b3c2-7ca9805fcbea) + (uuid 6807e2c2-3836-41cb-a30a-de4652d95ca1) ) (symbol (lib_id "power:GND") (at 45.72 83.82 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 45.72 88.36 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 38.1 78.74) - (uuid 4ebffa39-0b60-4c37-864a-3c2b79345173) + (uuid 84296260-c6a3-42f4-a9c3-bf93c822506a) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 33.02 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J4" (at 33.02 93.79 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 33.02 95.79 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 99.06 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 42.64 99.06 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1996,7 +2312,7 @@ (xy 40.64 101.6) ) (stroke (width 0) (type default)) - (uuid 33427d09-c95d-4c6c-83d6-87cf679c698f) + (uuid 6aaf16dd-a87f-451b-a97e-93ac892c6505) ) (wire (pts @@ -2004,21 +2320,27 @@ (xy 45.72 101.6) ) (stroke (width 0) (type default)) - (uuid 425f8135-6db6-48b8-974e-3b2194fed122) + (uuid 42f3fc8e-9d73-4d2f-aeb2-6bfed430ed68) ) (label "IN_d" (at 45.72 101.6 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e08b4faa-417f-4195-b0c2-91ef7205a1ca) + (uuid be19c389-059f-4c7c-a6ec-47e624f861e7) ) (symbol (lib_id "Device:R_Potentiometer") (at 45.72 105.41 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV4" (at 43.7 104.41 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "50k (A)" (at 43.7 106.41 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 45.72 105.41 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer" (at 45.72 105.41 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -2028,74 +2350,104 @@ (xy 52.07 105.41) ) (stroke (width 0) (type default)) - (uuid e70780c9-794f-4ef0-bc35-58c7b4df0ce0) + (uuid ad9d7a44-1535-45a1-a776-e127c6add76c) ) (label "IN_4" (at 52.07 105.41 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ec902c2e-bf5b-4a2b-b8c9-e4abae8698b8) + (uuid f3143b83-2486-42b7-b108-a68b7060711c) ) (symbol (lib_id "power:GND") (at 45.72 109.22 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 45.72 113.76 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 38.1 104.14) - (uuid 156f9de5-5125-4d7c-ac1e-075c71e9ab18) + (uuid dcb1ffbc-4de0-4e40-bd3d-3e5bdc3b432c) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 43.18 127 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J5" (at 43.18 119.19 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 43.18 121.19 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 124.46 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 33.56 124.46 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "OUT_A" (at 38.1 127 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 9e484177-1d9b-498c-94d8-5cb6d174c3f5) + (uuid fc896803-9dca-4a10-ba32-dba17ed93a73) ) (no_connect (at 38.1 129.54) - (uuid af592907-70d4-4c03-bcd0-14adbfb10866) + (uuid c1e84ab7-5f5a-4ace-bd4c-6825c9d80c26) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 43.18 152.4 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J6" (at 43.18 144.59 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 43.18 146.59 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 149.86 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 33.56 149.86 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "OUT_B" (at 38.1 152.4 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0bc7d9dd-db4c-4680-860f-25d1091ad546) + (uuid 5a7f5b24-c4c7-4ba3-b2b7-db1d5f3aeebd) ) (no_connect (at 38.1 154.94) - (uuid 64e91de5-21b6-4865-ac2c-636a5d2e1853) + (uuid b0cc908f-2e27-4adb-af09-387bad7fb4a3) ) (symbol (lib_id "elektrophon:THAT340") (at 124.46 132.08 0) (unit 5) (in_bom yes) (on_board yes) @@ -2106,85 +2458,122 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) (property "ki_fp_filters" "DIP-14 SOIC-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "THAT340" (at 124.46 132.08 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 124.46 132.08 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 124.46 132.08 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 124.46 132.08 0) (effects (font (size 1.27 1.27)) hide)) ) (no_connect (at 116.84 132.08) - (uuid 4bda04dd-890e-4c4a-868d-fce195004ede) + (uuid a73ea53d-a592-49ce-9b47-eca53c543aee) ) (no_connect (at 132.08 132.08) - (uuid 11863f0d-b183-49d0-a367-c4c0e75fea1f) + (uuid 8d8892fc-3d50-4fc8-8a5d-4df9bcd7e8e7) ) (label "IN_a" (at 177.8 25.4 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 80d1525c-9c3e-4088-aa98-fd67db43c83a) + (uuid 612ec908-3230-4e6c-b33a-3e53132c5588) ) (symbol (lib_id "Device:R") (at 181.61 25.4 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R16" (at 181.61 20.38 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 181.61 22.38 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 185.42 25.4) (diameter 0) (color 0 0 0 0) - (uuid 07230c4c-20f3-4345-b3ed-f7b57b8a86a8) + (uuid 0b2daa8a-487e-4a55-a758-07c360be3d09) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 190.5 25.4 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q5" (at 195.59 24.4 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 195.59 26.4 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 193.04 16.51 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R17" (at 195.06 15.509999999999998 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 195.06 17.509999999999998 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 193.04 12.7 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 193.04 8.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 193.04 34.29 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D1" (at 196.33 33.67 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Green)" (at 196.33 35.67 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 193.04 38.1) (diameter 0) (color 0 0 0 0) - (uuid 389803a1-6b5b-4e21-a88b-4b9d118f545d) + (uuid 726aadab-79b5-404b-aff8-b52e76b4b17a) ) (symbol (lib_id "power:GND") (at 193.04 38.1 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 193.04 42.64 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2192,19 +2581,27 @@ (xy 185.42 38.1) ) (stroke (width 0) (type default)) - (uuid 1ef6ae4b-b8a5-423c-902f-5f3b5d71ea1a) + (uuid e00670aa-21f3-4367-a106-7a34567ea9a6) ) (symbol (lib_id "Diode:1N4148") (at 185.42 34.29 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D2" (at 183.15 33.29 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 183.15 35.29 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2212,78 +2609,115 @@ (xy 185.42 25.4) ) (stroke (width 0) (type default)) - (uuid 50da35ee-5f7c-450f-b9b5-a4f6bf06bffe) + (uuid 1d36670f-eb6d-41f8-8857-ddc2175eb6c4) ) (label "IN_b" (at 177.8 63.5 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid ea794936-c526-44d4-8b0a-752d516ccd7f) + (uuid c09f6122-0236-4d4b-8d74-7a30bc88a8c7) ) (symbol (lib_id "Device:R") (at 181.61 63.5 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R18" (at 181.61 58.48 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 181.61 60.48 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 185.42 63.5) (diameter 0) (color 0 0 0 0) - (uuid 25bbc0b1-406a-43c9-9f70-2d8b134ea932) + (uuid b17ca6ec-2710-43b3-b247-6659316926e7) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 190.5 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q6" (at 195.59 62.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 195.59 64.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 193.04 54.61 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R19" (at 195.06 53.61 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 195.06 55.61 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 193.04 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 193.04 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 193.04 72.39 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D3" (at 196.33 71.77 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Green)" (at 196.33 73.77 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 193.04 76.2) (diameter 0) (color 0 0 0 0) - (uuid e3deb793-52a1-4784-b301-521b88548682) + (uuid 4d995729-de3c-431e-82ec-6e85a652591b) ) (symbol (lib_id "power:GND") (at 193.04 76.2 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 193.04 80.74 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2291,19 +2725,27 @@ (xy 185.42 76.2) ) (stroke (width 0) (type default)) - (uuid 0bd5b3fe-a143-4d4c-a467-c2522f8da9c3) + (uuid 060bac4c-2c9e-44cc-a4c0-c6099a626b05) ) (symbol (lib_id "Diode:1N4148") (at 185.42 72.39 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D4" (at 183.15 71.39 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 183.15 73.39 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2311,78 +2753,115 @@ (xy 185.42 63.5) ) (stroke (width 0) (type default)) - (uuid ccb48749-14ee-4a7d-b5f9-75fcd3f0598b) + (uuid a43c29b9-9fb0-4ac9-b190-3f21608e606e) ) (label "IN_c" (at 177.8 101.6 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5d836f00-e0eb-45fd-9b3c-52fc90939fe1) + (uuid 207e830b-5c01-4cb1-a196-4dee8cbd4c30) ) (symbol (lib_id "Device:R") (at 181.61 101.6 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R20" (at 181.61 96.58 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 181.61 98.58 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 185.42 101.6) (diameter 0) (color 0 0 0 0) - (uuid 6690cac1-fe06-4d95-815b-54af3dbbd568) + (uuid 4f05ac48-aade-41a5-80b8-fc03428d7d55) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 190.5 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q7" (at 195.59 100.6 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 195.59 102.6 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 193.04 92.71 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R21" (at 195.06 91.71000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 195.06 93.71000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 193.04 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 193.04 84.36 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 193.04 110.49 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D5" (at 196.33 109.87 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Green)" (at 196.33 111.87 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 193.04 114.3) (diameter 0) (color 0 0 0 0) - (uuid d0bf0a96-55ff-4894-9eae-59c281a04cf1) + (uuid 48675faf-6869-4fa1-93df-9bcb70d08bdf) ) (symbol (lib_id "power:GND") (at 193.04 114.3 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 193.04 118.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2390,19 +2869,27 @@ (xy 185.42 114.3) ) (stroke (width 0) (type default)) - (uuid 0a0aae3c-61e8-4f92-a991-c489351151bb) + (uuid cef2192b-6ad5-4e91-b501-9e7ffd6fb540) ) (symbol (lib_id "Diode:1N4148") (at 185.42 110.49 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D6" (at 183.15 109.49000000000001 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 183.15 111.49000000000001 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2410,78 +2897,115 @@ (xy 185.42 101.6) ) (stroke (width 0) (type default)) - (uuid 972a6a58-8961-473e-a0a7-c49cd4bfd179) + (uuid 6bacffaa-1c75-4f6a-be85-73ee10c00cb4) ) (label "IN_d" (at 177.8 139.7 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5ecb4be3-f590-488b-b529-496675a38c59) + (uuid dd415bd9-4d1f-49eb-b9fa-efb0968beba9) ) (symbol (lib_id "Device:R") (at 181.61 139.7 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R22" (at 181.61 134.68 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 181.61 136.68 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 185.42 139.7) (diameter 0) (color 0 0 0 0) - (uuid d1e1c50a-f5c8-4c04-807e-7e363ce34cd2) + (uuid 171c4434-f167-4713-9930-7788e9d78a59) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 190.5 139.7 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q8" (at 195.59 138.7 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 195.59 140.7 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 193.04 130.81 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R23" (at 195.06 129.81 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 195.06 131.81 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 193.04 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 193.04 122.46 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 193.04 148.59 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D7" (at 196.33 147.97 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Green)" (at 196.33 149.97 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 193.04 152.4) (diameter 0) (color 0 0 0 0) - (uuid 94161dc2-16a0-4f5b-93ed-262fd8e51038) + (uuid 1070b215-b0c0-489c-9b0c-3d97960f587a) ) (symbol (lib_id "power:GND") (at 193.04 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 193.04 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2489,19 +3013,27 @@ (xy 185.42 152.4) ) (stroke (width 0) (type default)) - (uuid d8c82fe2-5c98-4ea1-aa82-24e2ab4fdb15) + (uuid 3b522f0c-d53e-4a62-86d3-7636dc7236d3) ) (symbol (lib_id "Diode:1N4148") (at 185.42 148.59 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D8" (at 183.15 147.59 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 183.15 149.59 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2509,78 +3041,115 @@ (xy 185.42 139.7) ) (stroke (width 0) (type default)) - (uuid 6774a5bf-d778-418b-a573-ecdc5af5d4fa) + (uuid 578b5716-831b-4b0e-b078-8e66ea7c95b0) ) (label "OUT_A" (at 228.6 25.4 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7e4494a8-ce4a-440d-b8c1-e5ab969e7c20) + (uuid 49298491-4431-41fb-bae1-6e5eec52dc73) ) (symbol (lib_id "Device:R") (at 232.41 25.4 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R24" (at 232.41 20.38 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 232.41 22.38 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 25.4) (diameter 0) (color 0 0 0 0) - (uuid c638b72e-a257-4231-bd3f-6802506e7f12) + (uuid 539211d0-522f-4001-a2f4-4839fddc023f) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 241.3 25.4 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q9" (at 246.39 24.4 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 246.39 26.4 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 243.84 16.51 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R25" (at 245.86 15.509999999999998 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 245.86 17.509999999999998 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 243.84 12.7 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 243.84 8.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 243.84 34.29 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D9" (at 247.13 33.67 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Red)" (at 247.13 35.67 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 243.84 38.1) (diameter 0) (color 0 0 0 0) - (uuid b76ce530-c41b-4451-8c8b-24d675d582ad) + (uuid d6be1dfc-b3f8-49de-9e7d-0217d02428fb) ) (symbol (lib_id "power:GND") (at 243.84 38.1 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 243.84 42.64 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2588,19 +3157,27 @@ (xy 236.22 38.1) ) (stroke (width 0) (type default)) - (uuid 0edd8597-ef53-49d6-8fd8-9428d16c2faa) + (uuid b5217851-5ecf-44d8-9b78-8a33b59deb5b) ) (symbol (lib_id "Diode:1N4148") (at 236.22 34.29 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D10" (at 233.95 33.29 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 233.95 35.29 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2608,78 +3185,115 @@ (xy 236.22 25.4) ) (stroke (width 0) (type default)) - (uuid c597c017-f9df-4e7b-ad69-65834f2359c8) + (uuid 2d2ca03f-093f-4c93-bebb-b7d2c519b027) ) (label "OUT_B" (at 228.6 63.5 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid f5381264-a8bb-43e6-929e-2b8959bbc861) + (uuid 801f55f7-0297-47cb-804f-78085c4c87d2) ) (symbol (lib_id "Device:R") (at 232.41 63.5 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R26" (at 232.41 58.48 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 232.41 60.48 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 63.5) (diameter 0) (color 0 0 0 0) - (uuid c0eb67d0-1a4f-4fab-8e9d-d0d318552f9a) + (uuid 461d5e61-3784-4610-99ca-f6a25a760f07) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 241.3 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q10" (at 246.39 62.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 246.39 64.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 243.84 54.61 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R27" (at 245.86 53.61 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 245.86 55.61 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 243.84 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 243.84 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 243.84 72.39 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D11" (at 247.13 71.77 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Red)" (at 247.13 73.77 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 243.84 76.2) (diameter 0) (color 0 0 0 0) - (uuid 912a2ecb-8e0a-4add-b7c7-261d71971123) + (uuid 67bd59c9-aa8f-4586-b3f8-c80d67e69e52) ) (symbol (lib_id "power:GND") (at 243.84 76.2 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 243.84 80.74 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2687,19 +3301,27 @@ (xy 236.22 76.2) ) (stroke (width 0) (type default)) - (uuid 97b8862b-d4fe-4f0b-b961-65b138b8a28e) + (uuid 44d0b890-2363-4e96-b4e2-ef0e825e54ff) ) (symbol (lib_id "Diode:1N4148") (at 236.22 72.39 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D12" (at 233.95 71.39 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 233.95 73.39 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2707,97 +3329,145 @@ (xy 236.22 63.5) ) (stroke (width 0) (type default)) - (uuid 2db6dd3c-e87e-422c-9d37-5f11f4ea663e) + (uuid 679d4457-a84d-409b-8347-73ea0bc9c2ed) ) (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 25.4 185.42 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J7" (at 25.4 175.07 0) (effects (font (size 1.27 1.27)))) (property "Value" "IDC_Header" (at 25.4 177.07 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 25.4 185.42 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+5V") (at 33.02 190.5 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 37.56 190.5 270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 20.32 190.5 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 15.780000000000001 190.5 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 185.42 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 185.42 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 187.96 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 187.96 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 185.42 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 185.42 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 187.96 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 187.96 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VP" (at 20.32 182.88 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 419ab764-7788-48d2-9e79-cfe8b8c9e55a) + (uuid ff26cdc0-0c57-45b3-9452-eb82ee934b82) ) (label "VP" (at 33.02 182.88 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 625f682a-79d1-42a1-aa69-da6cbf9fc8c0) + (uuid 8f3c2cdc-8457-4be7-948a-8b8a8ea05807) ) (label "VN" (at 20.32 180.34 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 543343d2-0c86-48eb-b110-e77d664908af) + (uuid a41f0cb3-507a-4afb-aee8-9806d149854c) ) (label "VN" (at 33.02 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 2f79f075-3f05-4fef-a417-95f22e2334f1) + (uuid e2b86e81-f281-4771-8dbc-ea4388babba4) ) (label "VP" (at 45.72 175.26 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid bd858ba0-cceb-4570-850d-199c37244c07) + (uuid b6484f64-8d5e-43dd-8006-9eced285b7e2) ) (symbol (lib_id "Device:R") (at 49.53 175.26 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R28" (at 49.53 170.24 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 172.24 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2805,51 +3475,69 @@ (xy 58.42 175.26) ) (stroke (width 0) (type default)) - (uuid fc35dac5-60f7-4ba2-8662-812fb04bc940) + (uuid c461ac62-3d72-4fbf-b7a0-a4f2a52ba55f) ) (junction (at 58.42 175.26) (diameter 0) (color 0 0 0 0) - (uuid 1fb240c9-05c1-4c35-b457-f7f7e15fc05d) + (uuid cb31c37b-11c2-447a-b326-19bd8389bbd1) ) (symbol (lib_id "power:+15V") (at 58.42 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 58.42 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C2" (at 61.71 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 182.88) (diameter 0) (color 0 0 0 0) - (uuid dda83d10-170b-4d1e-ba31-8ffafa6433b0) + (uuid 1f20c799-6e08-4a4e-a6f3-11c9a89d107e) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C3" (at 61.71 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 190.5) (diameter 0) (color 0 0 0 0) - (uuid 32b8d276-c7bc-4a5f-ab07-18867d4fc2f7) + (uuid e7b02731-07c0-4545-bb5a-3fbb2fda5dab) ) (wire (pts @@ -2857,29 +3545,41 @@ (xy 53.34 190.5) ) (stroke (width 0) (type default)) - (uuid b02466f5-1afa-4d08-9d60-52422c4060b6) + (uuid ec0138a0-6179-4a00-a5ec-319306c29e28) ) (symbol (lib_id "Device:R") (at 49.53 190.5 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R29" (at 49.53 185.48 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 187.48 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VN" (at 45.72 190.5 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 9b204ff6-626b-490d-89c7-ef807e0d8c4e) + (uuid b7d99a94-f00b-4407-9020-5e4f011158b1) ) (symbol (lib_id "power:-15V") (at 58.42 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 58.42 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2887,16 +3587,22 @@ (xy 53.34 182.88) ) (stroke (width 0) (type default)) - (uuid 6d136566-0cd4-4f77-946c-3e008cc25a4e) + (uuid 94c2a20c-61b1-4409-867d-9a58b2cadbfa) ) (symbol (lib_id "power:GND") (at 53.34 182.88 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 48.8 182.88 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "elektrophon:NJM79L00S") (at 96.52 182.88 0) (unit 1) (in_bom yes) (on_board yes) @@ -2914,12 +3620,12 @@ (xy 83.82 182.88) ) (stroke (width 0) (type default)) - (uuid 5d0624ad-ae7e-43ac-8151-105ef2c2ae59) + (uuid 9a6abcef-0d66-453b-b8b4-850105b5ae28) ) (junction (at 83.82 182.88) (diameter 0) (color 0 0 0 0) - (uuid 2f58a28b-b190-40c7-89f6-abc4e543b004) + (uuid 289fc7db-d4e4-4f0d-a5c1-32ebddd21a56) ) (wire (pts @@ -2927,16 +3633,22 @@ (xy 78.74 182.88) ) (stroke (width 0) (type default)) - (uuid c904f811-a91c-418a-a2b4-358885d521b2) + (uuid 10a37940-4b03-45ac-beed-5d8f8c37ba3c) ) (symbol (lib_id "power:-15V") (at 78.74 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 78.74 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2944,12 +3656,12 @@ (xy 109.22 182.88) ) (stroke (width 0) (type default)) - (uuid 4238158c-42e1-430e-8490-2b551382369a) + (uuid 25a8789f-7954-4bf2-baf6-e2c5288ff2a3) ) (junction (at 109.22 182.88) (diameter 0) (color 0 0 0 0) - (uuid 5a23979e-65d6-45e1-9599-250e7ae96f88) + (uuid 969e3247-5afc-47f7-9333-e7cea3a680a2) ) (wire (pts @@ -2957,73 +3669,116 @@ (xy 114.3 182.88) ) (stroke (width 0) (type default)) - (uuid 6148c750-c718-4503-8ff7-f252e6d9bad8) + (uuid b4ba00df-f5e1-47bd-bb5c-7636ee391194) ) (symbol (lib_id "power:-6V") (at 114.3 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-6V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-6V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-6V" (at 114.3 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-6V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-6V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C") (at 109.22 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C4" (at 106.19 185.69 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "0.33u" (at 106.19 187.69 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 109.22 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 109.22 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C") (at 83.82 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C5" (at 86.85 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "1.0u" (at 86.85 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 83.82 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 83.82 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 96.52 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 96.52 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Regulator_Linear:uA7812") (at 144.78 182.88 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U2" (at 144.78 176.97 0) (effects (font (size 1.27 1.27)))) (property "Value" "uA7812" (at 144.78 178.97 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_TO_SOT_SMD:SOT-89-3 (at 0.635 -3.81 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ua78.pdf" (at 0 -1.27 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "Voltage Regulator 1A Positive" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Positive 1A 35V Linear Regulator, Fixed Output 12V, TO-220/TO-263" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?263* TO?220*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-89-3 (at 0.635 -3.81 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ua78.pdf" (at 0 -1.27 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Positive 1A 35V Linear Regulator, Fixed Output 12V, TO-220/TO-263" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "Voltage Regulator 1A Positive" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?263* TO?220*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3031,12 +3786,12 @@ (xy 132.08 182.88) ) (stroke (width 0) (type default)) - (uuid d8be4635-746c-4e8a-aebc-45b0adcbdb0c) + (uuid e5e3c876-7e0f-4351-9e79-a82d7ad74d17) ) (junction (at 132.08 182.88) (diameter 0) (color 0 0 0 0) - (uuid df152592-5fe7-4bc5-aa57-e41b1a3a4f96) + (uuid 7808318f-29a5-4719-b07d-b48fc04c729d) ) (wire (pts @@ -3044,16 +3799,22 @@ (xy 127 182.88) ) (stroke (width 0) (type default)) - (uuid 710978d6-79fa-4f15-8c6b-91ab2265233d) + (uuid ab1a423d-7c19-4027-961b-ee0071f5dc16) ) (symbol (lib_id "power:+15V") (at 127 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 127 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3061,12 +3822,12 @@ (xy 157.48 182.88) ) (stroke (width 0) (type default)) - (uuid ff69ec3f-7a7b-492a-b9b6-30fa9c04164f) + (uuid d6d216bd-857c-4ae5-974f-973a68c49be0) ) (junction (at 157.48 182.88) (diameter 0) (color 0 0 0 0) - (uuid 27ace1db-cb26-4dd9-8ee8-76ee6322cb80) + (uuid ed6b9071-03df-40bb-822c-622eb52a9f4f) ) (wire (pts @@ -3074,134 +3835,218 @@ (xy 162.56 182.88) ) (stroke (width 0) (type default)) - (uuid b3b1c65b-2170-4d5c-afc1-b4b0dcc45757) + (uuid 62e238b3-f2d0-4236-904f-77c671e1e5da) ) (symbol (lib_id "power:+12V") (at 162.56 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+12V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+12V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+12V" (at 162.56 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+12V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+12V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C") (at 157.48 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C6" (at 154.45 185.69 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "0.33u" (at 154.45 187.69 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_1206_3216Metric_Pad1.33x1.80mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 157.48 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 157.48 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C") (at 132.08 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C7" (at 135.11 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 135.11 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 132.08 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 132.08 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 144.78 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 144.78 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 264.16 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 264.16 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 269.24 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 269.24 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 274.32 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 274.32 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/cp3/panel/panel.kicad_pcb b/src/cp3/panel/panel.kicad_pcb index 6e73d07f..3622e2c2 100644 --- a/src/cp3/panel/panel.kicad_pcb +++ b/src/cp3/panel/panel.kicad_pcb @@ -1,1854 +1,2224 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "cp3") - (date "1") - (comment 1 "PCB for panel") - (comment 2 "Moog like discrete mixer") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e80b) - (at 58.3 53.8) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/4b6d7899-28a3-4efa-8e0b-3932ba53304c") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a208a8c-148b-4bbf-8373-ac58a00efc66) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c7a1f12d-8257-4036-bb2e-84c297fea998) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5221e3e8-b4c8-4924-a25e-ef31a57a734b) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 41ca88d6-323a-469d-ba42-d7192a29f4e4)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp a23428c0-e355-42c8-8c75-0b31acb4b094)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 2ea1e46f-ac5b-4766-b7ef-0deee059e000)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp ac9ebcf0-fb59-4008-acfc-23b4fffd4c9a)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp 9b400c69-a0a2-455d-b846-bce491a9d8f5)) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e813) - (at 58.3 176.3) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/0cc7e80b-0a05-4c54-a422-e6a41b110c4a") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1f7f3614-b60d-4bac-958b-58b4f583506a) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2326da59-2e17-428e-a209-20347cf413e7) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4b2767b9-fadf-450d-8eab-185527caf5c4) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp fd5c98ee-c56b-457d-a816-47abd8e7496a)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 968b3d92-2d37-4822-b1ac-f2da4a5c3871)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 9718efea-85a9-4a50-a06c-12fd3d8c3b0b)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 8741f1d7-e317-4fa9-a03b-b68e23c28eb8)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp 25ce6989-1b0e-44c7-bb2d-0e173a86e81b)) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 0ac2d713-5d81-4de6-9882-1fd3d8db9807) - (at 60.96 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/1e84849a-2284-4024-bf16-c213bbc8e3da") - (attr exclude_from_pos_files) - (fp_text reference "H6" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d8a2a6e5-0851-4665-bfec-b388e150f120) - ) - (fp_text value "IN4" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp e2fa402c-7a90-46ae-9db9-5646663fddbe) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 85d87f65-8c4b-475d-a682-3c8846903b3b) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp c8074be1-3f45-42a8-8b4d-8cab4a45ee8c)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 8b153033-9f65-4aac-aa29-455038778670)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 3c462914-83d6-4465-a4e6-93abd744c6ec)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 12f4e84f-e97f-4ee9-94d2-c39f2d34f70e) - (at 81.28 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/61a31685-98c9-491c-8b40-c107110d4dd7") - (attr exclude_from_pos_files) - (fp_text reference "H9" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 24dd246a-048e-4518-b309-20bbd19d868d) - ) - (fp_text value "ATTEN_1" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 1452ac97-332c-4d76-aeae-bf736d8851f5) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a9bfded-05e2-4636-81c4-ee5b435b42ad) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 3e9810cc-43a5-421e-a9f0-8e3005da5e9d)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e965bbcf-a983-4b83-b503-1281f07a207c)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 57781b7b-b4af-4211-8a3d-9c94935088eb)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 16a65b94-7056-4dca-badc-6a16ac0e72d7) - (at 60.96 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/2eccefd9-055d-4d09-b2ff-8249b988c2dd") - (attr exclude_from_pos_files) - (fp_text reference "H7" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22b708bd-cfb9-4fdb-8cc8-ef6503e27c16) - ) - (fp_text value "OUT_a" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp a49b09a0-4d60-4307-b960-ba7accb117d8) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d5ac080b-526e-47a2-a187-ff50a3457032) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp fa9009ba-e573-42d6-bd3c-940866fc6ef6)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 8f917e4a-e55e-412f-936e-79599d1d61ab)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 4078dec9-f687-408a-ab39-28719aeab3f6)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 3e08d1d6-b4a3-4c7a-a650-79f3b8fd834b) - (at 81.28 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/a46cb483-41bf-4980-9c8b-b849bca82a2f") - (attr exclude_from_pos_files) - (fp_text reference "H12" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 17bfb7c5-39ae-4b66-9134-f1f9fd48f37e) - ) - (fp_text value "ATTEN_4" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 15de222e-f7e7-4122-9d2b-7b8fec105046) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4ffe0ca3-a44f-4d61-9eec-a91247b62121) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp a7e47bcf-eaa6-4478-af94-4511b59155ea)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 26ac7676-3752-471b-9088-6cc3c28d2da9)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 219cc352-9fe8-43de-9a6b-784a685fa98e)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 6c8c88eb-7a30-427e-b47d-c550a27f969e) - (at 81.28 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/267937ed-1d2e-46e6-ae75-d0e5336ee4a0") - (attr exclude_from_pos_files) - (fp_text reference "H11" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15690d2c-1cbd-4103-bb1d-09f6826bf887) - ) - (fp_text value "ATTEN_3" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 16cb4080-60d0-452f-a6ea-8074dfce7944) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9af50e00-b370-4169-96bf-6da80f01babe) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 50af562c-1c31-470f-908f-d33bfd5cb01c)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0bfc82a6-dbad-42d4-b8b4-f625e51f2b59)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 7951bda0-897b-4226-8a39-8a5a5667e3f0)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 7eabf3f6-19d4-4b7e-b10d-5c9e03fdeba1) - (at 81.28 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/65231685-a260-4296-b1cf-7310819e56f0") - (attr exclude_from_pos_files) - (fp_text reference "H10" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 799ff52d-c7fe-437d-9f33-f12381f266e4) - ) - (fp_text value "ATTEN_2" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 8169694e-b6fc-4bd4-b56a-c8b9a5009012) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 80b497d0-ca08-47da-ae17-e1e056cc51f9) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 3b4e6218-3978-43d3-8611-f596188cfc97)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 04b6635e-fa42-4477-a899-20aa0d754b94)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp a0b34a6f-eca7-4415-9e09-d98c9bab8996)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp d5adddac-15fe-4cdb-93fc-d39a4aad4020) - (at 81.28 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/45807d3a-8b01-4cbd-a9b6-dcef289dda6d") - (attr exclude_from_pos_files) - (fp_text reference "H8" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f340906e-026d-4770-8a14-380cea1eba33) - ) - (fp_text value "OUT_b" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 396a1078-0cfe-4f9a-9eff-fafd3d27330d) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7e53ad2a-63ca-4145-8bee-8850adc4b791) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp b7167bdd-bfe5-4a63-affb-5f285d6c4043)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 56b5906b-1125-451a-a951-6161fa050dbf)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 2d5895ed-63a5-41b6-a0f4-23f6b0ec1839)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp d9511fcb-f3e6-45ed-b91b-111cb2fcbd19) - (at 60.96 76.77) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/101448fd-624f-4919-b181-a38b0e1ac95a") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a0be9ad2-6616-4ff7-b864-c5fafeb30abe) - ) - (fp_text value "IN1" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp ad0a4459-d5ec-41e5-950b-2cede59dfd61) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0ce5df73-f3fc-462b-8f1f-fac84388d963) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp c11ef0db-a017-4213-a2da-830eb8805b7d)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d7dc8ab6-13dc-4f49-8666-7fb23fad4736)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 50d1cb27-c33d-47d5-a57b-157cf9fd41e5)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp de998ede-7c6a-40dc-8671-e9e80209d061) - (at 60.96 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/1060f844-32ce-443c-aa3b-c1fd15417b54") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 64b066f5-3f0b-426a-8318-968c2a9ad508) - ) - (fp_text value "IN2" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp fbb179de-3a59-4c4e-91e0-bab19fd84c72) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 03b71d0d-7538-432e-9495-a162b238576a) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 9bd99880-7ac8-4e50-a895-abd9b60ce318)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 79a82126-fb12-492b-bb8b-4aad7fc920b3)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp cd4753ed-87ee-454a-a160-9a367e7b823c)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp ec142b35-0931-4999-b409-9e2243f1f92a) - (at 60.96 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/fae712e9-f6c8-42d1-a795-b3c575d0ddfc") - (attr exclude_from_pos_files) - (fp_text reference "H5" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cd41fc0e-653f-48ad-8329-248189f18131) - ) - (fp_text value "IN3" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp fe7c96d9-c39f-45ca-a41c-e167841be21d) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ae456774-b8c3-415d-8017-a7a27ffeb5af) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 25c92e19-b981-412d-a63c-f8d9949bddbe)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d3abbf0d-c6c4-4d11-919b-baeca68fb212)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 0ccfe6b5-f9d5-4cbc-87d3-c7948363599c)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 91.1 179.3) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 2d33cba1-9022-4948-a648-11208dfdc7ce)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 89cfff50-1754-4141-934d-4c397c5e9b1a)) - (gr_line (start 91.1 50.8) (end 91.1 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp edb9481c-15aa-4836-8694-c5e929cc0f14)) - (gr_text "in" (at 59.944 127) (layer "F.Cu" knockout) (tstamp 2eb5c52b-72be-49a7-80c6-dbd40f5957c9) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 147.32) (layer "F.Cu" knockout) (tstamp 30555f65-47bf-4d99-97aa-04489223ae88) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out" (at 79.375 167.64) (layer "F.Cu" knockout) (tstamp 4ddf78e6-aa3f-4705-8ffb-d15004be4eb1) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 106.68) (layer "F.Cu" knockout) (tstamp 7e2fdf1d-453d-4e7f-b128-3cd640b3f9f1) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 86.995) (layer "F.Cu" knockout) (tstamp 931fa83f-79b3-4725-a7ad-a3895e2f419d) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out" (at 59.309 167.64) (layer "F.Cu" knockout) (tstamp a2d6d636-b900-4396-9632-a15d22dd8407) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 106.68) (layer "B.Mask") (tstamp 399e6ee1-baae-4cf7-a326-2aa456a27632) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out" (at 79.375 167.64) (layer "B.Mask") (tstamp 6f2fb5b2-cd23-415f-87ab-3495ecbd1b5b) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out" (at 59.309 167.64) (layer "B.Mask") (tstamp e14f8e95-5222-44dd-94b8-19b1120983b2) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 147.32) (layer "B.Mask") (tstamp ea692c92-9140-4f39-9468-6ab0926b11dd) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 86.995) (layer "B.Mask") (tstamp f3bc8ae0-7803-454e-b569-320124a7b1e0) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 127) (layer "B.Mask") (tstamp f8a574f1-9e55-430c-8fec-54f94c0bef35) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "cp3" (at 74.295 53.8) (layer "F.Mask") (tstamp 69bd462f-8b0f-4429-87ed-6f7680afebb0) - (effects (font (size 3 3) (thickness 0.35))) - ) - (gr_text "in" (at 59.944 147.32) (layer "F.Mask") (tstamp 78043065-b125-4cb6-89b9-431656beaae2) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 106.68) (layer "F.Mask") (tstamp 8225c155-38e5-4e97-b220-c733a8e78fb0) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 127) (layer "F.Mask") (tstamp 9495d1f1-c13e-4dd0-8eb1-f34c87b2d5f1) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "in" (at 59.944 86.995) (layer "F.Mask") (tstamp bcfc949e-bc21-4a60-b153-0efc385b2b4e) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out" (at 59.309 167.64) (layer "F.Mask") (tstamp c8fea19e-dea7-4eb3-b8e5-cd3b6c4b363b) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out" (at 79.375 167.64) (layer "F.Mask") (tstamp fca17d83-708e-48d7-872d-78ed5f2a952d) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - - (zone (net 0) (net_name "") (layer "F.Cu") (tstamp c445eee4-dda9-4053-832a-05bc3910fb15) (hatch edge 0.5) - (connect_pads (clearance 0)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5) (island_removal_mode 1) (island_area_min 10)) - (polygon - (pts - (xy 50.8 50.8) - (xy 90.805 50.8) - (xy 90.805 179.07) - (xy 50.8 179.07) - ) - ) - (filled_polygon - (layer "F.Cu") - (island) - (pts - (xy 57.97941 50.895185) - (xy 58.025165 50.947989) - (xy 58.035109 51.017147) - (xy 58.006084 51.080703) - (xy 57.947306 51.118477) - (xy 57.934724 51.121468) - (xy 57.898861 51.12804) - (xy 57.652547 51.173178) - (xy 57.340657 51.270366) - (xy 57.340641 51.270372) - (xy 57.340639 51.270373) - (xy 57.150933 51.355752) - (xy 57.042725 51.404453) - (xy 57.042723 51.404454) - (xy 56.763131 51.573473) - (xy 56.50596 51.774954) - (xy 56.274954 52.00596) - (xy 56.073473 52.263131) - (xy 55.904454 52.542723) - (xy 55.904453 52.542725) - (xy 55.770372 52.840642) - (xy 55.770366 52.840657) - (xy 55.673178 53.152547) - (xy 55.614289 53.4739) - (xy 55.594564 53.8) - (xy 55.614289 54.126099) - (xy 55.673178 54.447452) - (xy 55.770366 54.759342) - (xy 55.77037 54.759354) - (xy 55.770373 54.759361) - (xy 55.904455 55.057279) - (xy 56.068901 55.329306) - (xy 56.073473 55.336868) - (xy 56.274954 55.594039) - (xy 56.50596 55.825045) - (xy 56.763131 56.026526) - (xy 56.763134 56.026528) - (xy 56.763137 56.02653) - (xy 57.042721 56.195545) - (xy 57.340639 56.329627) - (xy 57.340652 56.329631) - (xy 57.340657 56.329633) - (xy 57.652547 56.426821) - (xy 57.973896 56.48571) - (xy 58.3 56.505436) - (xy 58.626104 56.48571) - (xy 58.947453 56.426821) - (xy 59.259361 56.329627) - (xy 59.557279 56.195545) - (xy 59.836863 56.02653) - (xy 60.094036 55.825048) - (xy 60.325048 55.594036) - (xy 60.52653 55.336863) - (xy 60.695545 55.057279) - (xy 60.829627 54.759361) - (xy 60.926821 54.447453) - (xy 60.98571 54.126104) - (xy 61.005436 53.8) - (xy 60.98571 53.473896) - (xy 60.926821 53.152547) - (xy 60.829627 52.840639) - (xy 60.695545 52.542721) - (xy 60.52653 52.263137) - (xy 60.526528 52.263134) - (xy 60.526526 52.263131) - (xy 60.325045 52.00596) - (xy 60.094039 51.774954) - (xy 59.836868 51.573473) - (xy 59.829306 51.568901) - (xy 59.557279 51.404455) - (xy 59.259361 51.270373) - (xy 59.259354 51.27037) - (xy 59.259342 51.270366) - (xy 58.947452 51.173178) - (xy 58.707967 51.129291) - (xy 58.665277 51.121468) - (xy 58.602885 51.090023) - (xy 58.567397 51.029836) - (xy 58.570082 50.960018) - (xy 58.610088 50.902735) - (xy 58.674712 50.876175) - (xy 58.687629 50.8755) - (xy 90.681 50.8755) - (xy 90.748039 50.895185) - (xy 90.793794 50.947989) - (xy 90.805 50.9995) - (xy 90.805 178.946) - (xy 90.785315 179.013039) - (xy 90.732511 179.058794) - (xy 90.681 179.07) - (xy 59.302195 179.07) - (xy 59.235156 179.050315) - (xy 59.189401 178.997511) - (xy 59.179457 178.928353) - (xy 59.208482 178.864797) - (xy 59.256109 178.831532) - (xy 59.255944 178.831164) - (xy 59.257893 178.830286) - (xy 59.258218 178.83006) - (xy 59.259347 178.829631) - (xy 59.259361 178.829627) - (xy 59.557279 178.695545) - (xy 59.836863 178.52653) - (xy 60.094036 178.325048) - (xy 60.325048 178.094036) - (xy 60.52653 177.836863) - (xy 60.695545 177.557279) - (xy 60.829627 177.259361) - (xy 60.926821 176.947453) - (xy 60.98571 176.626104) - (xy 61.005436 176.3) - (xy 60.98571 175.973896) - (xy 60.926821 175.652547) - (xy 60.829627 175.340639) - (xy 60.695545 175.042721) - (xy 60.52653 174.763137) - (xy 60.526528 174.763134) - (xy 60.526526 174.763131) - (xy 60.325045 174.50596) - (xy 60.094039 174.274954) - (xy 59.836868 174.073473) - (xy 59.829306 174.068901) - (xy 59.557279 173.904455) - (xy 59.259361 173.770373) - (xy 59.259354 173.77037) - (xy 59.259342 173.770366) - (xy 58.947452 173.673178) - (xy 58.626099 173.614289) - (xy 58.3 173.594564) - (xy 57.9739 173.614289) - (xy 57.652547 173.673178) - (xy 57.340657 173.770366) - (xy 57.340641 173.770372) - (xy 57.340639 173.770373) - (xy 57.150933 173.855752) - (xy 57.042725 173.904453) - (xy 57.042723 173.904454) - (xy 56.763131 174.073473) - (xy 56.50596 174.274954) - (xy 56.274954 174.50596) - (xy 56.073473 174.763131) - (xy 55.904454 175.042723) - (xy 55.904453 175.042725) - (xy 55.770372 175.340642) - (xy 55.770366 175.340657) - (xy 55.673178 175.652547) - (xy 55.614289 175.9739) - (xy 55.594564 176.3) - (xy 55.614289 176.626099) - (xy 55.673178 176.947452) - (xy 55.770366 177.259342) - (xy 55.77037 177.259354) - (xy 55.770373 177.259361) - (xy 55.904455 177.557279) - (xy 56.068901 177.829306) - (xy 56.073473 177.836868) - (xy 56.274954 178.094039) - (xy 56.50596 178.325045) - (xy 56.763131 178.526526) - (xy 56.763134 178.526528) - (xy 56.763137 178.52653) - (xy 57.042721 178.695545) - (xy 57.340639 178.829627) - (xy 57.340646 178.829629) - (xy 57.341782 178.83006) - (xy 57.342044 178.830258) - (xy 57.344056 178.831164) - (xy 57.343848 178.831624) - (xy 57.397483 178.872241) - (xy 57.421536 178.93784) - (xy 57.406306 179.006029) - (xy 57.356627 179.05516) - (xy 57.297805 179.07) - (xy 50.9995 179.07) - (xy 50.932461 179.050315) - (xy 50.886706 178.997511) - (xy 50.8755 178.946) - (xy 50.8755 164.977573) - (xy 59.334318 164.977573) - (xy 59.334318 167.788072) - (xy 63.078138 167.788072) - (xy 63.078138 164.977573) - (xy 79.400318 164.977573) - (xy 79.400318 167.788072) - (xy 83.144138 167.788072) - (xy 83.144138 164.977573) - (xy 79.400318 164.977573) - (xy 63.078138 164.977573) - (xy 59.334318 164.977573) - (xy 50.8755 164.977573) - (xy 50.8755 157.667082) - (xy 57.5095 157.667082) - (xy 57.549953 158.039047) - (xy 57.630386 158.404461) - (xy 57.691623 158.586203) - (xy 57.749858 158.759038) - (xy 57.74986 158.759043) - (xy 57.749862 158.759048) - (xy 57.906959 159.098608) - (xy 57.906966 159.098621) - (xy 58.099853 159.419205) - (xy 58.099857 159.41921) - (xy 58.099861 159.419216) - (xy 58.099864 159.41922) - (xy 58.261773 159.632208) - (xy 58.326296 159.717086) - (xy 58.326297 159.717087) - (xy 58.583608 159.988727) - (xy 58.86877 160.230947) - (xy 58.868774 160.23095) - (xy 58.868779 160.230954) - (xy 59.01983 160.333369) - (xy 59.178465 160.440926) - (xy 59.178469 160.440928) - (xy 59.509045 160.616189) - (xy 59.509049 160.61619) - (xy 59.509054 160.616193) - (xy 59.856635 160.754681) - (xy 59.856637 160.754682) - (xy 60.054804 160.809702) - (xy 60.217155 160.854779) - (xy 60.586387 160.915311) - (xy 60.866528 160.9305) - (xy 61.053472 160.9305) - (xy 61.333613 160.915311) - (xy 61.702845 160.854779) - (xy 61.955134 160.78473) - (xy 62.063362 160.754682) - (xy 62.063364 160.754681) - (xy 62.063363 160.754681) - (xy 62.063368 160.75468) - (xy 62.410955 160.616189) - (xy 62.741531 160.440928) - (xy 63.051221 160.230954) - (xy 63.336392 159.988727) - (xy 63.593703 159.717087) - (xy 63.820136 159.41922) - (xy 63.820142 159.419209) - (xy 63.820146 159.419205) - (xy 63.940055 159.219912) - (xy 64.013036 159.098617) - (xy 64.170142 158.759038) - (xy 64.289613 158.404462) - (xy 64.370046 158.039049) - (xy 64.4105 157.667082) - (xy 77.8295 157.667082) - (xy 77.869953 158.039047) - (xy 77.950386 158.404461) - (xy 78.011623 158.586203) - (xy 78.069858 158.759038) - (xy 78.06986 158.759043) - (xy 78.069862 158.759048) - (xy 78.226959 159.098608) - (xy 78.226966 159.098621) - (xy 78.419853 159.419205) - (xy 78.419857 159.41921) - (xy 78.419861 159.419216) - (xy 78.419864 159.41922) - (xy 78.581773 159.632208) - (xy 78.646296 159.717086) - (xy 78.646297 159.717087) - (xy 78.903608 159.988727) - (xy 79.18877 160.230947) - (xy 79.188774 160.23095) - (xy 79.188779 160.230954) - (xy 79.33983 160.333369) - (xy 79.498465 160.440926) - (xy 79.498469 160.440928) - (xy 79.829045 160.616189) - (xy 79.829049 160.61619) - (xy 79.829054 160.616193) - (xy 80.176635 160.754681) - (xy 80.176637 160.754682) - (xy 80.374804 160.809702) - (xy 80.537155 160.854779) - (xy 80.906387 160.915311) - (xy 81.186528 160.9305) - (xy 81.373472 160.9305) - (xy 81.653613 160.915311) - (xy 82.022845 160.854779) - (xy 82.275134 160.78473) - (xy 82.383362 160.754682) - (xy 82.383364 160.754681) - (xy 82.383363 160.754681) - (xy 82.383368 160.75468) - (xy 82.730955 160.616189) - (xy 83.061531 160.440928) - (xy 83.371221 160.230954) - (xy 83.656392 159.988727) - (xy 83.913703 159.717087) - (xy 84.140136 159.41922) - (xy 84.140142 159.419209) - (xy 84.140146 159.419205) - (xy 84.260055 159.219912) - (xy 84.333036 159.098617) - (xy 84.490142 158.759038) - (xy 84.609613 158.404462) - (xy 84.690046 158.039049) - (xy 84.7305 157.667081) - (xy 84.7305 157.292919) - (xy 84.690046 156.920951) - (xy 84.609613 156.555538) - (xy 84.490142 156.200962) - (xy 84.333036 155.861383) - (xy 84.333033 155.861378) - (xy 84.140146 155.540794) - (xy 84.140142 155.540789) - (xy 84.140139 155.540785) - (xy 84.140136 155.54078) - (xy 83.913703 155.242913) - (xy 83.656392 154.971273) - (xy 83.656391 154.971272) - (xy 83.371229 154.729052) - (xy 83.371223 154.729048) - (xy 83.371221 154.729046) - (xy 83.291901 154.675266) - (xy 83.061534 154.519073) - (xy 82.730963 154.343815) - (xy 82.730945 154.343806) - (xy 82.383364 154.205318) - (xy 82.383362 154.205317) - (xy 82.022853 154.105223) - (xy 82.02285 154.105222) - (xy 82.022846 154.105221) - (xy 82.022845 154.105221) - (xy 81.926153 154.089369) - (xy 81.65361 154.044688) - (xy 81.373472 154.0295) - (xy 81.186528 154.0295) - (xy 80.906389 154.044688) - (xy 80.537149 154.105222) - (xy 80.537146 154.105223) - (xy 80.176637 154.205317) - (xy 80.176635 154.205318) - (xy 79.829054 154.343806) - (xy 79.829036 154.343815) - (xy 79.498465 154.519073) - (xy 79.18878 154.729045) - (xy 79.18877 154.729052) - (xy 78.903608 154.971272) - (xy 78.646297 155.242912) - (xy 78.646296 155.242913) - (xy 78.419857 155.540789) - (xy 78.419853 155.540794) - (xy 78.226966 155.861378) - (xy 78.226959 155.861391) - (xy 78.069862 156.200951) - (xy 77.950386 156.555538) - (xy 77.869953 156.920952) - (xy 77.8295 157.292917) - (xy 77.8295 157.667082) - (xy 64.4105 157.667082) - (xy 64.4105 157.667081) - (xy 64.4105 157.292919) - (xy 64.370046 156.920951) - (xy 64.289613 156.555538) - (xy 64.170142 156.200962) - (xy 64.013036 155.861383) - (xy 64.013033 155.861378) - (xy 63.820146 155.540794) - (xy 63.820142 155.540789) - (xy 63.820139 155.540785) - (xy 63.820136 155.54078) - (xy 63.593703 155.242913) - (xy 63.336392 154.971273) - (xy 63.336391 154.971272) - (xy 63.051229 154.729052) - (xy 63.051223 154.729048) - (xy 63.051221 154.729046) - (xy 62.971901 154.675266) - (xy 62.741534 154.519073) - (xy 62.410963 154.343815) - (xy 62.410945 154.343806) - (xy 62.063364 154.205318) - (xy 62.063362 154.205317) - (xy 61.702853 154.105223) - (xy 61.70285 154.105222) - (xy 61.702846 154.105221) - (xy 61.702845 154.105221) - (xy 61.606153 154.089369) - (xy 61.33361 154.044688) - (xy 61.053472 154.0295) - (xy 60.866528 154.0295) - (xy 60.586389 154.044688) - (xy 60.217149 154.105222) - (xy 60.217146 154.105223) - (xy 59.856637 154.205317) - (xy 59.856635 154.205318) - (xy 59.509054 154.343806) - (xy 59.509036 154.343815) - (xy 59.178465 154.519073) - (xy 58.86878 154.729045) - (xy 58.86877 154.729052) - (xy 58.583608 154.971272) - (xy 58.326297 155.242912) - (xy 58.326296 155.242913) - (xy 58.099857 155.540789) - (xy 58.099853 155.540794) - (xy 57.906966 155.861378) - (xy 57.906959 155.861391) - (xy 57.749862 156.200951) - (xy 57.630386 156.555538) - (xy 57.549953 156.920952) - (xy 57.5095 157.292917) - (xy 57.5095 157.667082) - (xy 50.8755 157.667082) - (xy 50.8755 144.656941) - (xy 59.96925 144.656941) - (xy 59.96925 147.466903) - (xy 62.114294 147.466903) - (xy 62.114294 144.656941) - (xy 59.96925 144.656941) - (xy 50.8755 144.656941) - (xy 50.8755 137.347082) - (xy 57.5095 137.347082) - (xy 57.549953 137.719047) - (xy 57.630386 138.084461) - (xy 57.691623 138.266203) - (xy 57.749858 138.439038) - (xy 57.74986 138.439043) - (xy 57.749862 138.439048) - (xy 57.906959 138.778608) - (xy 57.906966 138.778621) - (xy 58.099853 139.099205) - (xy 58.099857 139.09921) - (xy 58.099861 139.099216) - (xy 58.099864 139.09922) - (xy 58.216273 139.252353) - (xy 58.326296 139.397086) - (xy 58.326297 139.397087) - (xy 58.583608 139.668727) - (xy 58.86877 139.910947) - (xy 58.868774 139.91095) - (xy 58.868779 139.910954) - (xy 59.01983 140.013369) - (xy 59.178465 140.120926) - (xy 59.178469 140.120928) - (xy 59.509045 140.296189) - (xy 59.509049 140.29619) - (xy 59.509054 140.296193) - (xy 59.856635 140.434681) - (xy 59.856637 140.434682) - (xy 60.054804 140.489702) - (xy 60.217155 140.534779) - (xy 60.586387 140.595311) - (xy 60.866528 140.6105) - (xy 61.053472 140.6105) - (xy 61.333613 140.595311) - (xy 61.702845 140.534779) - (xy 61.955134 140.46473) - (xy 62.063362 140.434682) - (xy 62.063364 140.434681) - (xy 62.063363 140.434681) - (xy 62.063368 140.43468) - (xy 62.410955 140.296189) - (xy 62.741531 140.120928) - (xy 63.051221 139.910954) - (xy 63.336392 139.668727) - (xy 63.593703 139.397087) - (xy 63.820136 139.09922) - (xy 63.820142 139.099209) - (xy 63.820146 139.099205) - (xy 63.940055 138.899912) - (xy 64.013036 138.778617) - (xy 64.170142 138.439038) - (xy 64.289613 138.084462) - (xy 64.370046 137.719049) - (xy 64.409057 137.360348) - (xy 77.3295 137.360348) - (xy 77.365975 137.719047) - (xy 77.370037 137.758984) - (xy 77.436924 138.084462) - (xy 77.450697 138.151479) - (xy 77.450698 138.151485) - (xy 77.570643 138.533777) - (xy 77.570651 138.533798) - (xy 77.728664 138.902012) - (xy 77.923119 139.252353) - (xy 77.923122 139.252358) - (xy 78.152027 139.581234) - (xy 78.413025 139.885261) - (xy 78.413026 139.885262) - (xy 78.703446 140.161326) - (xy 79.020305 140.406593) - (xy 79.065368 140.434681) - (xy 79.360342 140.61854) - (xy 79.360351 140.618545) - (xy 79.720095 140.795008) - (xy 79.720102 140.79501) - (xy 79.720103 140.795011) - (xy 80.095837 140.934168) - (xy 80.095839 140.934168) - (xy 80.095846 140.934171) - (xy 80.483748 141.034606) - (xy 80.879821 141.095282) - (xy 81.179891 141.1105) - (xy 81.179898 141.1105) - (xy 81.380102 141.1105) - (xy 81.380109 141.1105) - (xy 81.680179 141.095282) - (xy 82.076252 141.034606) - (xy 82.464154 140.934171) - (xy 82.839905 140.795008) - (xy 83.199649 140.618545) - (xy 83.539695 140.406593) - (xy 83.856554 140.161326) - (xy 84.146974 139.885262) - (xy 84.407974 139.581232) - (xy 84.636878 139.252358) - (xy 84.831335 138.902013) - (xy 84.989351 138.533793) - (xy 85.109304 138.151475) - (xy 85.189963 137.758984) - (xy 85.2305 137.360347) - (xy 85.2305 136.959653) - (xy 85.189963 136.561016) - (xy 85.109304 136.168525) - (xy 84.989351 135.786207) - (xy 84.831335 135.417987) - (xy 84.636878 135.067642) - (xy 84.407974 134.738768) - (xy 84.407972 134.738765) - (xy 84.146974 134.434738) - (xy 84.119945 134.409045) - (xy 83.856554 134.158674) - (xy 83.68233 134.023815) - (xy 83.539695 133.913407) - (xy 83.199657 133.701459) - (xy 83.199648 133.701454) - (xy 82.839909 133.524994) - (xy 82.839896 133.524988) - (xy 82.464162 133.385831) - (xy 82.388529 133.366248) - (xy 82.076252 133.285394) - (xy 82.076249 133.285393) - (xy 82.076247 133.285393) - (xy 81.680178 133.224717) - (xy 81.461777 133.213641) - (xy 81.380109 133.2095) - (xy 81.179891 133.2095) - (xy 81.101279 133.213486) - (xy 80.879821 133.224717) - (xy 80.483752 133.285393) - (xy 80.095837 133.385831) - (xy 79.720103 133.524988) - (xy 79.72009 133.524994) - (xy 79.360351 133.701454) - (xy 79.360342 133.701459) - (xy 79.020304 133.913407) - (xy 78.703451 134.158669) - (xy 78.413025 134.434738) - (xy 78.152027 134.738765) - (xy 77.923122 135.067641) - (xy 77.923119 135.067646) - (xy 77.728664 135.417987) - (xy 77.570651 135.786201) - (xy 77.570643 135.786222) - (xy 77.450698 136.168514) - (xy 77.450697 136.16852) - (xy 77.370036 136.56102) - (xy 77.3295 136.959651) - (xy 77.3295 137.360348) - (xy 64.409057 137.360348) - (xy 64.4105 137.347081) - (xy 64.4105 136.972919) - (xy 64.370046 136.600951) - (xy 64.289613 136.235538) - (xy 64.170142 135.880962) - (xy 64.013036 135.541383) - (xy 64.013033 135.541378) - (xy 63.820146 135.220794) - (xy 63.820142 135.220789) - (xy 63.820139 135.220785) - (xy 63.820136 135.22078) - (xy 63.593703 134.922913) - (xy 63.336392 134.651273) - (xy 63.336391 134.651272) - (xy 63.051229 134.409052) - (xy 63.051223 134.409048) - (xy 63.051221 134.409046) - (xy 62.971901 134.355266) - (xy 62.741534 134.199073) - (xy 62.410963 134.023815) - (xy 62.410945 134.023806) - (xy 62.063364 133.885318) - (xy 62.063362 133.885317) - (xy 61.702853 133.785223) - (xy 61.70285 133.785222) - (xy 61.702846 133.785221) - (xy 61.702845 133.785221) - (xy 61.606153 133.769369) - (xy 61.33361 133.724688) - (xy 61.053472 133.7095) - (xy 60.866528 133.7095) - (xy 60.586389 133.724688) - (xy 60.217149 133.785222) - (xy 60.217146 133.785223) - (xy 59.856637 133.885317) - (xy 59.856635 133.885318) - (xy 59.509054 134.023806) - (xy 59.509036 134.023815) - (xy 59.178465 134.199073) - (xy 58.86878 134.409045) - (xy 58.86877 134.409052) - (xy 58.583608 134.651272) - (xy 58.326297 134.922912) - (xy 58.326296 134.922913) - (xy 58.099857 135.220789) - (xy 58.099853 135.220794) - (xy 57.906966 135.541378) - (xy 57.906959 135.541391) - (xy 57.749862 135.880951) - (xy 57.630386 136.235538) - (xy 57.549953 136.600952) - (xy 57.5095 136.972917) - (xy 57.5095 137.347082) - (xy 50.8755 137.347082) - (xy 50.8755 124.336941) - (xy 59.96925 124.336941) - (xy 59.96925 127.146903) - (xy 62.114294 127.146903) - (xy 62.114294 124.336941) - (xy 59.96925 124.336941) - (xy 50.8755 124.336941) - (xy 50.8755 117.027082) - (xy 57.5095 117.027082) - (xy 57.549953 117.399047) - (xy 57.630386 117.764461) - (xy 57.691623 117.946203) - (xy 57.749858 118.119038) - (xy 57.74986 118.119043) - (xy 57.749862 118.119048) - (xy 57.906959 118.458608) - (xy 57.906966 118.458621) - (xy 58.099853 118.779205) - (xy 58.099857 118.77921) - (xy 58.099861 118.779216) - (xy 58.099864 118.77922) - (xy 58.216273 118.932353) - (xy 58.326296 119.077086) - (xy 58.326297 119.077087) - (xy 58.583608 119.348727) - (xy 58.86877 119.590947) - (xy 58.868774 119.59095) - (xy 58.868779 119.590954) - (xy 59.01983 119.693369) - (xy 59.178465 119.800926) - (xy 59.178469 119.800928) - (xy 59.509045 119.976189) - (xy 59.509049 119.97619) - (xy 59.509054 119.976193) - (xy 59.856635 120.114681) - (xy 59.856637 120.114682) - (xy 60.054804 120.169702) - (xy 60.217155 120.214779) - (xy 60.586387 120.275311) - (xy 60.866528 120.2905) - (xy 61.053472 120.2905) - (xy 61.333613 120.275311) - (xy 61.702845 120.214779) - (xy 61.955134 120.14473) - (xy 62.063362 120.114682) - (xy 62.063364 120.114681) - (xy 62.063363 120.114681) - (xy 62.063368 120.11468) - (xy 62.410955 119.976189) - (xy 62.741531 119.800928) - (xy 63.051221 119.590954) - (xy 63.336392 119.348727) - (xy 63.593703 119.077087) - (xy 63.820136 118.77922) - (xy 63.820142 118.779209) - (xy 63.820146 118.779205) - (xy 63.940055 118.579912) - (xy 64.013036 118.458617) - (xy 64.170142 118.119038) - (xy 64.289613 117.764462) - (xy 64.370046 117.399049) - (xy 64.409057 117.040348) - (xy 77.3295 117.040348) - (xy 77.365975 117.399047) - (xy 77.370037 117.438984) - (xy 77.436924 117.764462) - (xy 77.450697 117.831479) - (xy 77.450698 117.831485) - (xy 77.570643 118.213777) - (xy 77.570651 118.213798) - (xy 77.728664 118.582012) - (xy 77.923119 118.932353) - (xy 77.923122 118.932358) - (xy 78.152027 119.261234) - (xy 78.413025 119.565261) - (xy 78.413026 119.565262) - (xy 78.703446 119.841326) - (xy 79.020305 120.086593) - (xy 79.065368 120.114681) - (xy 79.360342 120.29854) - (xy 79.360351 120.298545) - (xy 79.720095 120.475008) - (xy 79.720102 120.47501) - (xy 79.720103 120.475011) - (xy 80.095837 120.614168) - (xy 80.095839 120.614168) - (xy 80.095846 120.614171) - (xy 80.483748 120.714606) - (xy 80.879821 120.775282) - (xy 81.179891 120.7905) - (xy 81.179898 120.7905) - (xy 81.380102 120.7905) - (xy 81.380109 120.7905) - (xy 81.680179 120.775282) - (xy 82.076252 120.714606) - (xy 82.464154 120.614171) - (xy 82.839905 120.475008) - (xy 83.199649 120.298545) - (xy 83.539695 120.086593) - (xy 83.856554 119.841326) - (xy 84.146974 119.565262) - (xy 84.407974 119.261232) - (xy 84.636878 118.932358) - (xy 84.831335 118.582013) - (xy 84.989351 118.213793) - (xy 85.109304 117.831475) - (xy 85.189963 117.438984) - (xy 85.2305 117.040347) - (xy 85.2305 116.639653) - (xy 85.189963 116.241016) - (xy 85.109304 115.848525) - (xy 84.989351 115.466207) - (xy 84.831335 115.097987) - (xy 84.636878 114.747642) - (xy 84.407974 114.418768) - (xy 84.407972 114.418765) - (xy 84.146974 114.114738) - (xy 84.119945 114.089045) - (xy 83.856554 113.838674) - (xy 83.68233 113.703815) - (xy 83.539695 113.593407) - (xy 83.199657 113.381459) - (xy 83.199648 113.381454) - (xy 82.839909 113.204994) - (xy 82.839896 113.204988) - (xy 82.464162 113.065831) - (xy 82.388529 113.046248) - (xy 82.076252 112.965394) - (xy 82.076249 112.965393) - (xy 82.076247 112.965393) - (xy 81.680178 112.904717) - (xy 81.461777 112.893641) - (xy 81.380109 112.8895) - (xy 81.179891 112.8895) - (xy 81.101279 112.893486) - (xy 80.879821 112.904717) - (xy 80.483752 112.965393) - (xy 80.095837 113.065831) - (xy 79.720103 113.204988) - (xy 79.72009 113.204994) - (xy 79.360351 113.381454) - (xy 79.360342 113.381459) - (xy 79.020304 113.593407) - (xy 78.703451 113.838669) - (xy 78.413025 114.114738) - (xy 78.152027 114.418765) - (xy 77.923122 114.747641) - (xy 77.923119 114.747646) - (xy 77.728664 115.097987) - (xy 77.570651 115.466201) - (xy 77.570643 115.466222) - (xy 77.450698 115.848514) - (xy 77.450697 115.84852) - (xy 77.370036 116.24102) - (xy 77.3295 116.639651) - (xy 77.3295 117.040348) - (xy 64.409057 117.040348) - (xy 64.4105 117.027081) - (xy 64.4105 116.652919) - (xy 64.370046 116.280951) - (xy 64.289613 115.915538) - (xy 64.170142 115.560962) - (xy 64.013036 115.221383) - (xy 64.013033 115.221378) - (xy 63.820146 114.900794) - (xy 63.820142 114.900789) - (xy 63.820139 114.900785) - (xy 63.820136 114.90078) - (xy 63.593703 114.602913) - (xy 63.336392 114.331273) - (xy 63.336391 114.331272) - (xy 63.051229 114.089052) - (xy 63.051223 114.089048) - (xy 63.051221 114.089046) - (xy 62.971901 114.035266) - (xy 62.741534 113.879073) - (xy 62.410963 113.703815) - (xy 62.410945 113.703806) - (xy 62.063364 113.565318) - (xy 62.063362 113.565317) - (xy 61.702853 113.465223) - (xy 61.70285 113.465222) - (xy 61.702846 113.465221) - (xy 61.702845 113.465221) - (xy 61.606153 113.449369) - (xy 61.33361 113.404688) - (xy 61.053472 113.3895) - (xy 60.866528 113.3895) - (xy 60.586389 113.404688) - (xy 60.217149 113.465222) - (xy 60.217146 113.465223) - (xy 59.856637 113.565317) - (xy 59.856635 113.565318) - (xy 59.509054 113.703806) - (xy 59.509036 113.703815) - (xy 59.178465 113.879073) - (xy 58.86878 114.089045) - (xy 58.86877 114.089052) - (xy 58.583608 114.331272) - (xy 58.326297 114.602912) - (xy 58.326296 114.602913) - (xy 58.099857 114.900789) - (xy 58.099853 114.900794) - (xy 57.906966 115.221378) - (xy 57.906959 115.221391) - (xy 57.749862 115.560951) - (xy 57.630386 115.915538) - (xy 57.549953 116.280952) - (xy 57.5095 116.652917) - (xy 57.5095 117.027082) - (xy 50.8755 117.027082) - (xy 50.8755 104.016941) - (xy 59.96925 104.016941) - (xy 59.96925 106.826903) - (xy 62.114294 106.826903) - (xy 62.114294 104.016941) - (xy 59.96925 104.016941) - (xy 50.8755 104.016941) - (xy 50.8755 96.707082) - (xy 57.5095 96.707082) - (xy 57.549953 97.079047) - (xy 57.630386 97.444461) - (xy 57.691623 97.626203) - (xy 57.749858 97.799038) - (xy 57.74986 97.799043) - (xy 57.749862 97.799048) - (xy 57.906959 98.138608) - (xy 57.906966 98.138621) - (xy 58.099853 98.459205) - (xy 58.099857 98.45921) - (xy 58.099861 98.459216) - (xy 58.099864 98.45922) - (xy 58.216273 98.612353) - (xy 58.326296 98.757086) - (xy 58.326297 98.757087) - (xy 58.583608 99.028727) - (xy 58.86877 99.270947) - (xy 58.868774 99.27095) - (xy 58.868779 99.270954) - (xy 59.01983 99.373369) - (xy 59.178465 99.480926) - (xy 59.178469 99.480928) - (xy 59.509045 99.656189) - (xy 59.509049 99.65619) - (xy 59.509054 99.656193) - (xy 59.856635 99.794681) - (xy 59.856637 99.794682) - (xy 60.054804 99.849702) - (xy 60.217155 99.894779) - (xy 60.586387 99.955311) - (xy 60.866528 99.9705) - (xy 61.053472 99.9705) - (xy 61.333613 99.955311) - (xy 61.702845 99.894779) - (xy 61.955134 99.82473) - (xy 62.063362 99.794682) - (xy 62.063364 99.794681) - (xy 62.063363 99.794681) - (xy 62.063368 99.79468) - (xy 62.410955 99.656189) - (xy 62.741531 99.480928) - (xy 63.051221 99.270954) - (xy 63.336392 99.028727) - (xy 63.593703 98.757087) - (xy 63.820136 98.45922) - (xy 63.820142 98.459209) - (xy 63.820146 98.459205) - (xy 63.940055 98.259912) - (xy 64.013036 98.138617) - (xy 64.170142 97.799038) - (xy 64.289613 97.444462) - (xy 64.370046 97.079049) - (xy 64.409057 96.720348) - (xy 77.3295 96.720348) - (xy 77.365975 97.079047) - (xy 77.370037 97.118984) - (xy 77.436924 97.444462) - (xy 77.450697 97.511479) - (xy 77.450698 97.511485) - (xy 77.570643 97.893777) - (xy 77.570651 97.893798) - (xy 77.728664 98.262012) - (xy 77.923119 98.612353) - (xy 77.923122 98.612358) - (xy 78.152027 98.941234) - (xy 78.413025 99.245261) - (xy 78.413026 99.245262) - (xy 78.703446 99.521326) - (xy 79.020305 99.766593) - (xy 79.065368 99.794681) - (xy 79.360342 99.97854) - (xy 79.360351 99.978545) - (xy 79.720095 100.155008) - (xy 79.720102 100.15501) - (xy 79.720103 100.155011) - (xy 80.095837 100.294168) - (xy 80.095839 100.294168) - (xy 80.095846 100.294171) - (xy 80.483748 100.394606) - (xy 80.879821 100.455282) - (xy 81.179891 100.4705) - (xy 81.179898 100.4705) - (xy 81.380102 100.4705) - (xy 81.380109 100.4705) - (xy 81.680179 100.455282) - (xy 82.076252 100.394606) - (xy 82.464154 100.294171) - (xy 82.839905 100.155008) - (xy 83.199649 99.978545) - (xy 83.539695 99.766593) - (xy 83.856554 99.521326) - (xy 84.146974 99.245262) - (xy 84.407974 98.941232) - (xy 84.636878 98.612358) - (xy 84.831335 98.262013) - (xy 84.989351 97.893793) - (xy 85.109304 97.511475) - (xy 85.189963 97.118984) - (xy 85.2305 96.720347) - (xy 85.2305 96.319653) - (xy 85.189963 95.921016) - (xy 85.109304 95.528525) - (xy 84.989351 95.146207) - (xy 84.831335 94.777987) - (xy 84.636878 94.427642) - (xy 84.407974 94.098768) - (xy 84.407972 94.098765) - (xy 84.146974 93.794738) - (xy 84.119945 93.769045) - (xy 83.856554 93.518674) - (xy 83.68233 93.383815) - (xy 83.539695 93.273407) - (xy 83.199657 93.061459) - (xy 83.199648 93.061454) - (xy 82.839909 92.884994) - (xy 82.839896 92.884988) - (xy 82.464162 92.745831) - (xy 82.388529 92.726248) - (xy 82.076252 92.645394) - (xy 82.076249 92.645393) - (xy 82.076247 92.645393) - (xy 81.680178 92.584717) - (xy 81.461777 92.573641) - (xy 81.380109 92.5695) - (xy 81.179891 92.5695) - (xy 81.101279 92.573486) - (xy 80.879821 92.584717) - (xy 80.483752 92.645393) - (xy 80.095837 92.745831) - (xy 79.720103 92.884988) - (xy 79.72009 92.884994) - (xy 79.360351 93.061454) - (xy 79.360342 93.061459) - (xy 79.020304 93.273407) - (xy 78.703451 93.518669) - (xy 78.413025 93.794738) - (xy 78.152027 94.098765) - (xy 77.923122 94.427641) - (xy 77.923119 94.427646) - (xy 77.728664 94.777987) - (xy 77.570651 95.146201) - (xy 77.570643 95.146222) - (xy 77.450698 95.528514) - (xy 77.450697 95.52852) - (xy 77.370036 95.92102) - (xy 77.3295 96.319651) - (xy 77.3295 96.720348) - (xy 64.409057 96.720348) - (xy 64.4105 96.707081) - (xy 64.4105 96.332919) - (xy 64.370046 95.960951) - (xy 64.289613 95.595538) - (xy 64.170142 95.240962) - (xy 64.013036 94.901383) - (xy 64.013033 94.901378) - (xy 63.820146 94.580794) - (xy 63.820142 94.580789) - (xy 63.820139 94.580785) - (xy 63.820136 94.58078) - (xy 63.593703 94.282913) - (xy 63.336392 94.011273) - (xy 63.336391 94.011272) - (xy 63.051229 93.769052) - (xy 63.051223 93.769048) - (xy 63.051221 93.769046) - (xy 62.971901 93.715266) - (xy 62.741534 93.559073) - (xy 62.410963 93.383815) - (xy 62.410945 93.383806) - (xy 62.063364 93.245318) - (xy 62.063362 93.245317) - (xy 61.702853 93.145223) - (xy 61.70285 93.145222) - (xy 61.702846 93.145221) - (xy 61.702845 93.145221) - (xy 61.606153 93.129369) - (xy 61.33361 93.084688) - (xy 61.053472 93.0695) - (xy 60.866528 93.0695) - (xy 60.586389 93.084688) - (xy 60.217149 93.145222) - (xy 60.217146 93.145223) - (xy 59.856637 93.245317) - (xy 59.856635 93.245318) - (xy 59.509054 93.383806) - (xy 59.509036 93.383815) - (xy 59.178465 93.559073) - (xy 58.86878 93.769045) - (xy 58.86877 93.769052) - (xy 58.583608 94.011272) - (xy 58.326297 94.282912) - (xy 58.326296 94.282913) - (xy 58.099857 94.580789) - (xy 58.099853 94.580794) - (xy 57.906966 94.901378) - (xy 57.906959 94.901391) - (xy 57.749862 95.240951) - (xy 57.630386 95.595538) - (xy 57.549953 95.960952) - (xy 57.5095 96.332917) - (xy 57.5095 96.707082) - (xy 50.8755 96.707082) - (xy 50.8755 84.331941) - (xy 59.96925 84.331941) - (xy 59.96925 87.141903) - (xy 62.114294 87.141903) - (xy 62.114294 84.331941) - (xy 59.96925 84.331941) - (xy 50.8755 84.331941) - (xy 50.8755 76.957082) - (xy 57.5095 76.957082) - (xy 57.549953 77.329047) - (xy 57.630386 77.694461) - (xy 57.691623 77.876203) - (xy 57.749858 78.049038) - (xy 57.74986 78.049043) - (xy 57.749862 78.049048) - (xy 57.906959 78.388608) - (xy 57.906966 78.388621) - (xy 58.099853 78.709205) - (xy 58.099857 78.70921) - (xy 58.099861 78.709216) - (xy 58.099864 78.70922) - (xy 58.261773 78.922208) - (xy 58.326296 79.007086) - (xy 58.326297 79.007087) - (xy 58.583608 79.278727) - (xy 58.86877 79.520947) - (xy 58.868774 79.52095) - (xy 58.868779 79.520954) - (xy 59.01983 79.623369) - (xy 59.178465 79.730926) - (xy 59.178469 79.730928) - (xy 59.509045 79.906189) - (xy 59.509049 79.90619) - (xy 59.509054 79.906193) - (xy 59.856635 80.044681) - (xy 59.856637 80.044682) - (xy 60.054804 80.099702) - (xy 60.217155 80.144779) - (xy 60.586387 80.205311) - (xy 60.866528 80.2205) - (xy 61.053472 80.2205) - (xy 61.333613 80.205311) - (xy 61.702845 80.144779) - (xy 61.955585 80.074606) - (xy 62.063362 80.044682) - (xy 62.063364 80.044681) - (xy 62.063363 80.044681) - (xy 62.063368 80.04468) - (xy 62.410955 79.906189) - (xy 62.741531 79.730928) - (xy 63.051221 79.520954) - (xy 63.336392 79.278727) - (xy 63.593703 79.007087) - (xy 63.820136 78.70922) - (xy 63.820142 78.709209) - (xy 63.820146 78.709205) - (xy 63.940055 78.509912) - (xy 64.013036 78.388617) - (xy 64.170142 78.049038) - (xy 64.289613 77.694462) - (xy 64.370046 77.329049) - (xy 64.4105 76.957081) - (xy 64.4105 76.582919) - (xy 64.390644 76.400348) - (xy 77.3295 76.400348) - (xy 77.370036 76.798979) - (xy 77.450697 77.191479) - (xy 77.450698 77.191485) - (xy 77.570643 77.573777) - (xy 77.570651 77.573798) - (xy 77.728664 77.942012) - (xy 77.923119 78.292353) - (xy 77.923122 78.292358) - (xy 78.152027 78.621234) - (xy 78.413025 78.925261) - (xy 78.413026 78.925262) - (xy 78.703446 79.201326) - (xy 79.020305 79.446593) - (xy 79.139595 79.520947) - (xy 79.360342 79.65854) - (xy 79.360351 79.658545) - (xy 79.720095 79.835008) - (xy 79.720102 79.83501) - (xy 79.720103 79.835011) - (xy 80.095837 79.974168) - (xy 80.095839 79.974168) - (xy 80.095846 79.974171) - (xy 80.483748 80.074606) - (xy 80.879821 80.135282) - (xy 81.179891 80.1505) - (xy 81.179898 80.1505) - (xy 81.380102 80.1505) - (xy 81.380109 80.1505) - (xy 81.680179 80.135282) - (xy 82.076252 80.074606) - (xy 82.464154 79.974171) - (xy 82.839905 79.835008) - (xy 83.199649 79.658545) - (xy 83.539695 79.446593) - (xy 83.856554 79.201326) - (xy 84.146974 78.925262) - (xy 84.407974 78.621232) - (xy 84.636878 78.292358) - (xy 84.831335 77.942013) - (xy 84.989351 77.573793) - (xy 85.109304 77.191475) - (xy 85.189963 76.798984) - (xy 85.2305 76.400347) - (xy 85.2305 75.999653) - (xy 85.189963 75.601016) - (xy 85.109304 75.208525) - (xy 85.091378 75.151391) - (xy 84.989356 74.826222) - (xy 84.989354 74.826217) - (xy 84.989351 74.826207) - (xy 84.831335 74.457987) - (xy 84.636878 74.107642) - (xy 84.407974 73.778768) - (xy 84.407972 73.778765) - (xy 84.146974 73.474738) - (xy 83.983663 73.3195) - (xy 83.856554 73.198674) - (xy 83.539695 72.953407) - (xy 83.199657 72.741459) - (xy 83.199648 72.741454) - (xy 82.839909 72.564994) - (xy 82.839896 72.564988) - (xy 82.464162 72.425831) - (xy 82.388529 72.406248) - (xy 82.076252 72.325394) - (xy 82.076249 72.325393) - (xy 82.076247 72.325393) - (xy 81.680178 72.264717) - (xy 81.461777 72.253641) - (xy 81.380109 72.2495) - (xy 81.179891 72.2495) - (xy 81.101279 72.253486) - (xy 80.879821 72.264717) - (xy 80.483752 72.325393) - (xy 80.095837 72.425831) - (xy 79.720103 72.564988) - (xy 79.72009 72.564994) - (xy 79.360351 72.741454) - (xy 79.360342 72.741459) - (xy 79.020304 72.953407) - (xy 78.703451 73.198669) - (xy 78.413025 73.474738) - (xy 78.152027 73.778765) - (xy 77.923122 74.107641) - (xy 77.923119 74.107646) - (xy 77.728664 74.457987) - (xy 77.570651 74.826201) - (xy 77.570643 74.826222) - (xy 77.450698 75.208514) - (xy 77.450697 75.20852) - (xy 77.370036 75.60102) - (xy 77.3295 75.999651) - (xy 77.3295 76.400348) - (xy 64.390644 76.400348) - (xy 64.370046 76.210951) - (xy 64.289613 75.845538) - (xy 64.170142 75.490962) - (xy 64.039473 75.208525) - (xy 64.01304 75.151391) - (xy 64.013033 75.151378) - (xy 63.820146 74.830794) - (xy 63.820142 74.830789) - (xy 63.820139 74.830785) - (xy 63.820136 74.83078) - (xy 63.593703 74.532913) - (xy 63.336392 74.261273) - (xy 63.155529 74.107646) - (xy 63.051229 74.019052) - (xy 63.051223 74.019048) - (xy 63.051221 74.019046) - (xy 62.971901 73.965266) - (xy 62.741534 73.809073) - (xy 62.410963 73.633815) - (xy 62.410945 73.633806) - (xy 62.063364 73.495318) - (xy 62.063362 73.495317) - (xy 61.702853 73.395223) - (xy 61.70285 73.395222) - (xy 61.702846 73.395221) - (xy 61.702845 73.395221) - (xy 61.606153 73.379369) - (xy 61.33361 73.334688) - (xy 61.053472 73.3195) - (xy 60.866528 73.3195) - (xy 60.586389 73.334688) - (xy 60.217149 73.395222) - (xy 60.217146 73.395223) - (xy 59.856637 73.495317) - (xy 59.856635 73.495318) - (xy 59.509054 73.633806) - (xy 59.509036 73.633815) - (xy 59.178465 73.809073) - (xy 58.86878 74.019045) - (xy 58.86877 74.019052) - (xy 58.583608 74.261272) - (xy 58.326297 74.532912) - (xy 58.326296 74.532913) - (xy 58.099857 74.830789) - (xy 58.099853 74.830794) - (xy 57.906966 75.151378) - (xy 57.906959 75.151391) - (xy 57.749862 75.490951) - (xy 57.630386 75.845538) - (xy 57.549953 76.210952) - (xy 57.5095 76.582917) - (xy 57.5095 76.957082) - (xy 50.8755 76.957082) - (xy 50.8755 50.9995) - (xy 50.895185 50.932461) - (xy 50.947989 50.886706) - (xy 50.9995 50.8755) - (xy 57.912371 50.8755) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "cp3") + (date "1") + (comment 1 "PCB for panel") + (comment 2 "Moog like discrete mixer") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e80b") + (at 58.3 53.8) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H1" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "1a208a8c-148b-4bbf-8373-ac58a00efc66") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "c7a1f12d-8257-4036-bb2e-84c297fea998") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85d8fc9a-d253-4c50-b54f-6246d661531f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe749e5a-a81d-4290-9e39-d96b69074ff0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57d4199d-cd19-435f-85b8-c78f18e165b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/4b6d7899-28a3-4efa-8e0b-3932ba53304c") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "41ca88d6-323a-469d-ba42-d7192a29f4e4") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "a23428c0-e355-42c8-8c75-0b31acb4b094") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5221e3e8-b4c8-4924-a25e-ef31a57a734b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "2ea1e46f-ac5b-4766-b7ef-0deee059e000") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "ac9ebcf0-fb59-4008-acfc-23b4fffd4c9a") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "9b400c69-a0a2-455d-b846-bce491a9d8f5") + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e813") + (at 58.3 176.3) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H2" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "1f7f3614-b60d-4bac-958b-58b4f583506a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "2326da59-2e17-428e-a209-20347cf413e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97dc38ff-3f99-48aa-9d43-1729828f2461") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4581baf-f383-4a00-88e6-ad8e29028010") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "301f152d-c06a-456b-989c-91d290009402") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0cc7e80b-0a05-4c54-a422-e6a41b110c4a") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "fd5c98ee-c56b-457d-a816-47abd8e7496a") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "968b3d92-2d37-4822-b1ac-f2da4a5c3871") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4b2767b9-fadf-450d-8eab-185527caf5c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "9718efea-85a9-4a50-a06c-12fd3d8c3b0b") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "8741f1d7-e317-4fa9-a03b-b68e23c28eb8") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "25ce6989-1b0e-44c7-bb2d-0e173a86e81b") + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "0ac2d713-5d81-4de6-9882-1fd3d8db9807") + (at 60.96 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H6" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "d8a2a6e5-0851-4665-bfec-b388e150f120") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN4" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "e2fa402c-7a90-46ae-9db9-5646663fddbe") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b71e2c60-15ba-439a-9658-992469dd8506") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56e05e74-7b51-48ac-a800-5634d4ce021b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "392a67a9-9750-4499-b378-f736d8663378") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1e84849a-2284-4024-bf16-c213bbc8e3da") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "c8074be1-3f45-42a8-8b4d-8cab4a45ee8c") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "8b153033-9f65-4aac-aa29-455038778670") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "85d87f65-8c4b-475d-a682-3c8846903b3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "3c462914-83d6-4465-a4e6-93abd744c6ec") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "12f4e84f-e97f-4ee9-94d2-c39f2d34f70e") + (at 81.28 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H9" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "24dd246a-048e-4518-b309-20bbd19d868d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ATTEN_1" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "1452ac97-332c-4d76-aeae-bf736d8851f5") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e00744f-d879-4dd0-be9d-ba07b802f428") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cab45cd8-2d9e-46a3-8825-7266375aac1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9112cb71-8539-447b-8f8b-b1c4af70d597") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/61a31685-98c9-491c-8b40-c107110d4dd7") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "3e9810cc-43a5-421e-a9f0-8e3005da5e9d") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e965bbcf-a983-4b83-b503-1281f07a207c") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7a9bfded-05e2-4636-81c4-ee5b435b42ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "57781b7b-b4af-4211-8a3d-9c94935088eb") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "16a65b94-7056-4dca-badc-6a16ac0e72d7") + (at 60.96 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H7" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "22b708bd-cfb9-4fdb-8cc8-ef6503e27c16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT_a" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "a49b09a0-4d60-4307-b960-ba7accb117d8") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0c3e197-5f2d-49f6-afec-e8f7bd514405") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0589f60b-0998-4d6e-b391-2862a3a72415") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e4d091bf-b6ce-4ae0-ac28-1a41f966b32a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/2eccefd9-055d-4d09-b2ff-8249b988c2dd") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "fa9009ba-e573-42d6-bd3c-940866fc6ef6") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "8f917e4a-e55e-412f-936e-79599d1d61ab") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d5ac080b-526e-47a2-a187-ff50a3457032") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "4078dec9-f687-408a-ab39-28719aeab3f6") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "3e08d1d6-b4a3-4c7a-a650-79f3b8fd834b") + (at 81.28 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H12" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "17bfb7c5-39ae-4b66-9134-f1f9fd48f37e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ATTEN_4" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "15de222e-f7e7-4122-9d2b-7b8fec105046") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7bcf0df-6309-4afa-b845-4de466f8e863") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ac84947-e622-46a4-a42f-fd6f016f96d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8bd56db6-6ac8-4c83-8f79-f159d010aa11") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a46cb483-41bf-4980-9c8b-b849bca82a2f") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "a7e47bcf-eaa6-4478-af94-4511b59155ea") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "26ac7676-3752-471b-9088-6cc3c28d2da9") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4ffe0ca3-a44f-4d61-9eec-a91247b62121") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "219cc352-9fe8-43de-9a6b-784a685fa98e") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "6c8c88eb-7a30-427e-b47d-c550a27f969e") + (at 81.28 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H11" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "15690d2c-1cbd-4103-bb1d-09f6826bf887") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ATTEN_3" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "16cb4080-60d0-452f-a6ea-8074dfce7944") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ccfe3c8-7b0d-4275-8bdc-a5ada40a60c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e1d51a8-75bb-44ee-8d69-b8bc3082dfc5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9d813e30-56c0-45f2-a3c8-4af2d32ad6f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/267937ed-1d2e-46e6-ae75-d0e5336ee4a0") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "50af562c-1c31-470f-908f-d33bfd5cb01c") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0bfc82a6-dbad-42d4-b8b4-f625e51f2b59") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9af50e00-b370-4169-96bf-6da80f01babe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "7951bda0-897b-4226-8a39-8a5a5667e3f0") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "7eabf3f6-19d4-4b7e-b10d-5c9e03fdeba1") + (at 81.28 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H10" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "799ff52d-c7fe-437d-9f33-f12381f266e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ATTEN_2" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "8169694e-b6fc-4bd4-b56a-c8b9a5009012") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dbd6844a-44ae-48af-8b3c-35457bb1977a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea9ae04d-5964-4a34-b78d-cdf838db9a21") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54b169b2-ce85-470a-ba26-31f4b5f741b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/65231685-a260-4296-b1cf-7310819e56f0") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "3b4e6218-3978-43d3-8611-f596188cfc97") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "04b6635e-fa42-4477-a899-20aa0d754b94") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "80b497d0-ca08-47da-ae17-e1e056cc51f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "a0b34a6f-eca7-4415-9e09-d98c9bab8996") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "d5adddac-15fe-4cdb-93fc-d39a4aad4020") + (at 81.28 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H8" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "f340906e-026d-4770-8a14-380cea1eba33") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT_b" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "396a1078-0cfe-4f9a-9eff-fafd3d27330d") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29151d1d-03a5-4b87-8cfc-ad26e5c9792a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "468a1e28-7cb6-4588-b222-7b2a9bc2ef38") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba7fa12e-b789-4655-a133-e84e58738734") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/45807d3a-8b01-4cbd-a9b6-dcef289dda6d") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "b7167bdd-bfe5-4a63-affb-5f285d6c4043") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "56b5906b-1125-451a-a951-6161fa050dbf") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7e53ad2a-63ca-4145-8bee-8850adc4b791") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "2d5895ed-63a5-41b6-a0f4-23f6b0ec1839") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "d9511fcb-f3e6-45ed-b91b-111cb2fcbd19") + (at 60.96 76.77) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H3" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "a0be9ad2-6616-4ff7-b864-c5fafeb30abe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN1" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "ad0a4459-d5ec-41e5-950b-2cede59dfd61") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "213b8cc6-415d-4ec6-a5eb-5c6d460d5145") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05f4a962-d189-4814-91a7-6bf15907b758") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0fe87c6e-9126-4365-b207-b3e59c11329d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/101448fd-624f-4919-b181-a38b0e1ac95a") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "c11ef0db-a017-4213-a2da-830eb8805b7d") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d7dc8ab6-13dc-4f49-8666-7fb23fad4736") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0ce5df73-f3fc-462b-8f1f-fac84388d963") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "50d1cb27-c33d-47d5-a57b-157cf9fd41e5") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "de998ede-7c6a-40dc-8671-e9e80209d061") + (at 60.96 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H4" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "64b066f5-3f0b-426a-8318-968c2a9ad508") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN2" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "fbb179de-3a59-4c4e-91e0-bab19fd84c72") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e0b248f0-de51-4a8e-92c1-442bb3d7e7e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e93e9f7-78de-47ee-812f-417434ca9889") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4dc4105e-7f30-412a-bf71-3ac24f92f971") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1060f844-32ce-443c-aa3b-c1fd15417b54") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "9bd99880-7ac8-4e50-a895-abd9b60ce318") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "79a82126-fb12-492b-bb8b-4aad7fc920b3") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "03b71d0d-7538-432e-9495-a162b238576a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "cd4753ed-87ee-454a-a160-9a367e7b823c") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "ec142b35-0931-4999-b409-9e2243f1f92a") + (at 60.96 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H5" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "cd41fc0e-653f-48ad-8329-248189f18131") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN3" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "fe7c96d9-c39f-45ca-a41c-e167841be21d") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e25aab43-6b70-41cf-aa5b-28acbddf6257") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6e62edb-710d-4cc6-b080-ebb522cd899c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48ff959c-39f4-485d-bf94-3dd41a7e5cb9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/fae712e9-f6c8-42d1-a795-b3c575d0ddfc") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "25c92e19-b981-412d-a63c-f8d9949bddbe") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d3abbf0d-c6c4-4d11-919b-baeca68fb212") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ae456774-b8c3-415d-8017-a7a27ffeb5af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "0ccfe6b5-f9d5-4cbc-87d3-c7948363599c") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 91.1 179.3) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "2d33cba1-9022-4948-a648-11208dfdc7ce") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "89cfff50-1754-4141-934d-4c397c5e9b1a") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "edb9481c-15aa-4836-8694-c5e929cc0f14") + ) + (gr_text "in" + (at 59.944 127 0) + (layer "F.Cu" knockout) + (uuid "2eb5c52b-72be-49a7-80c6-dbd40f5957c9") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 147.32 0) + (layer "F.Cu" knockout) + (uuid "30555f65-47bf-4d99-97aa-04489223ae88") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out" + (at 79.375 167.64 0) + (layer "F.Cu" knockout) + (uuid "4ddf78e6-aa3f-4705-8ffb-d15004be4eb1") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 106.68 0) + (layer "F.Cu" knockout) + (uuid "7e2fdf1d-453d-4e7f-b128-3cd640b3f9f1") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 86.995 0) + (layer "F.Cu" knockout) + (uuid "931fa83f-79b3-4725-a7ad-a3895e2f419d") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out" + (at 59.309 167.64 0) + (layer "F.Cu" knockout) + (uuid "a2d6d636-b900-4396-9632-a15d22dd8407") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 106.68 0) + (layer "B.Mask") + (uuid "399e6ee1-baae-4cf7-a326-2aa456a27632") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out" + (at 79.375 167.64 0) + (layer "B.Mask") + (uuid "6f2fb5b2-cd23-415f-87ab-3495ecbd1b5b") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out" + (at 59.309 167.64 0) + (layer "B.Mask") + (uuid "e14f8e95-5222-44dd-94b8-19b1120983b2") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 147.32 0) + (layer "B.Mask") + (uuid "ea692c92-9140-4f39-9468-6ab0926b11dd") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 86.995 0) + (layer "B.Mask") + (uuid "f3bc8ae0-7803-454e-b569-320124a7b1e0") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 127 0) + (layer "B.Mask") + (uuid "f8a574f1-9e55-430c-8fec-54f94c0bef35") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "cp3" + (at 74.295 53.8 0) + (layer "F.Mask") + (uuid "69bd462f-8b0f-4429-87ed-6f7680afebb0") + (effects + (font + (size 3 3) + (thickness 0.35) + ) + ) + ) + (gr_text "in" + (at 59.944 147.32 0) + (layer "F.Mask") + (uuid "78043065-b125-4cb6-89b9-431656beaae2") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 106.68 0) + (layer "F.Mask") + (uuid "8225c155-38e5-4e97-b220-c733a8e78fb0") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 127 0) + (layer "F.Mask") + (uuid "9495d1f1-c13e-4dd0-8eb1-f34c87b2d5f1") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "in" + (at 59.944 86.995 0) + (layer "F.Mask") + (uuid "bcfc949e-bc21-4a60-b153-0efc385b2b4e") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out" + (at 59.309 167.64 0) + (layer "F.Mask") + (uuid "c8fea19e-dea7-4eb3-b8e5-cd3b6c4b363b") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out" + (at 79.375 167.64 0) + (layer "F.Mask") + (uuid "fca17d83-708e-48d7-872d-78ed5f2a952d") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (zone + (net 0) + (net_name "") + (layer "F.Cu") + (uuid "c445eee4-dda9-4053-832a-05bc3910fb15") + (hatch edge 0.5) + (connect_pads + (clearance 0) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + (island_removal_mode 1) + (island_area_min 10) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 90.805 50.8) (xy 90.805 179.07) (xy 50.8 179.07) + ) + ) + (filled_polygon + (layer "F.Cu") + (island) + (pts + (xy 57.97941 50.895185) (xy 58.025165 50.947989) (xy 58.035109 51.017147) (xy 58.006084 51.080703) + (xy 57.947306 51.118477) (xy 57.934724 51.121468) (xy 57.898861 51.12804) (xy 57.652547 51.173178) + (xy 57.340657 51.270366) (xy 57.340641 51.270372) (xy 57.340639 51.270373) (xy 57.150933 51.355752) + (xy 57.042725 51.404453) (xy 57.042723 51.404454) (xy 56.763131 51.573473) (xy 56.50596 51.774954) + (xy 56.274954 52.00596) (xy 56.073473 52.263131) (xy 55.904454 52.542723) (xy 55.904453 52.542725) + (xy 55.770372 52.840642) (xy 55.770366 52.840657) (xy 55.673178 53.152547) (xy 55.614289 53.4739) + (xy 55.594564 53.8) (xy 55.614289 54.126099) (xy 55.673178 54.447452) (xy 55.770366 54.759342) (xy 55.77037 54.759354) + (xy 55.770373 54.759361) (xy 55.904455 55.057279) (xy 56.068901 55.329306) (xy 56.073473 55.336868) + (xy 56.274954 55.594039) (xy 56.50596 55.825045) (xy 56.763131 56.026526) (xy 56.763134 56.026528) + (xy 56.763137 56.02653) (xy 57.042721 56.195545) (xy 57.340639 56.329627) (xy 57.340652 56.329631) + (xy 57.340657 56.329633) (xy 57.652547 56.426821) (xy 57.973896 56.48571) (xy 58.3 56.505436) (xy 58.626104 56.48571) + (xy 58.947453 56.426821) (xy 59.259361 56.329627) (xy 59.557279 56.195545) (xy 59.836863 56.02653) + (xy 60.094036 55.825048) (xy 60.325048 55.594036) (xy 60.52653 55.336863) (xy 60.695545 55.057279) + (xy 60.829627 54.759361) (xy 60.926821 54.447453) (xy 60.98571 54.126104) (xy 61.005436 53.8) (xy 60.98571 53.473896) + (xy 60.926821 53.152547) (xy 60.829627 52.840639) (xy 60.695545 52.542721) (xy 60.52653 52.263137) + (xy 60.526528 52.263134) (xy 60.526526 52.263131) (xy 60.325045 52.00596) (xy 60.094039 51.774954) + (xy 59.836868 51.573473) (xy 59.829306 51.568901) (xy 59.557279 51.404455) (xy 59.259361 51.270373) + (xy 59.259354 51.27037) (xy 59.259342 51.270366) (xy 58.947452 51.173178) (xy 58.707967 51.129291) + (xy 58.665277 51.121468) (xy 58.602885 51.090023) (xy 58.567397 51.029836) (xy 58.570082 50.960018) + (xy 58.610088 50.902735) (xy 58.674712 50.876175) (xy 58.687629 50.8755) (xy 90.681 50.8755) (xy 90.748039 50.895185) + (xy 90.793794 50.947989) (xy 90.805 50.9995) (xy 90.805 178.946) (xy 90.785315 179.013039) (xy 90.732511 179.058794) + (xy 90.681 179.07) (xy 59.302195 179.07) (xy 59.235156 179.050315) (xy 59.189401 178.997511) (xy 59.179457 178.928353) + (xy 59.208482 178.864797) (xy 59.256109 178.831532) (xy 59.255944 178.831164) (xy 59.257893 178.830286) + (xy 59.258218 178.83006) (xy 59.259347 178.829631) (xy 59.259361 178.829627) (xy 59.557279 178.695545) + (xy 59.836863 178.52653) (xy 60.094036 178.325048) (xy 60.325048 178.094036) (xy 60.52653 177.836863) + (xy 60.695545 177.557279) (xy 60.829627 177.259361) (xy 60.926821 176.947453) (xy 60.98571 176.626104) + (xy 61.005436 176.3) (xy 60.98571 175.973896) (xy 60.926821 175.652547) (xy 60.829627 175.340639) + (xy 60.695545 175.042721) (xy 60.52653 174.763137) (xy 60.526528 174.763134) (xy 60.526526 174.763131) + (xy 60.325045 174.50596) (xy 60.094039 174.274954) (xy 59.836868 174.073473) (xy 59.829306 174.068901) + (xy 59.557279 173.904455) (xy 59.259361 173.770373) (xy 59.259354 173.77037) (xy 59.259342 173.770366) + (xy 58.947452 173.673178) (xy 58.626099 173.614289) (xy 58.3 173.594564) (xy 57.9739 173.614289) + (xy 57.652547 173.673178) (xy 57.340657 173.770366) (xy 57.340641 173.770372) (xy 57.340639 173.770373) + (xy 57.150933 173.855752) (xy 57.042725 173.904453) (xy 57.042723 173.904454) (xy 56.763131 174.073473) + (xy 56.50596 174.274954) (xy 56.274954 174.50596) (xy 56.073473 174.763131) (xy 55.904454 175.042723) + (xy 55.904453 175.042725) (xy 55.770372 175.340642) (xy 55.770366 175.340657) (xy 55.673178 175.652547) + (xy 55.614289 175.9739) (xy 55.594564 176.3) (xy 55.614289 176.626099) (xy 55.673178 176.947452) + (xy 55.770366 177.259342) (xy 55.77037 177.259354) (xy 55.770373 177.259361) (xy 55.904455 177.557279) + (xy 56.068901 177.829306) (xy 56.073473 177.836868) (xy 56.274954 178.094039) (xy 56.50596 178.325045) + (xy 56.763131 178.526526) (xy 56.763134 178.526528) (xy 56.763137 178.52653) (xy 57.042721 178.695545) + (xy 57.340639 178.829627) (xy 57.340646 178.829629) (xy 57.341782 178.83006) (xy 57.342044 178.830258) + (xy 57.344056 178.831164) (xy 57.343848 178.831624) (xy 57.397483 178.872241) (xy 57.421536 178.93784) + (xy 57.406306 179.006029) (xy 57.356627 179.05516) (xy 57.297805 179.07) (xy 50.9995 179.07) (xy 50.932461 179.050315) + (xy 50.886706 178.997511) (xy 50.8755 178.946) (xy 50.8755 165.045016) (xy 59.401721 165.045016) + (xy 59.401721 167.721847) (xy 63.010695 167.721847) (xy 63.010695 165.045016) (xy 79.467721 165.045016) + (xy 79.467721 167.721847) (xy 83.076695 167.721847) (xy 83.076695 165.045016) (xy 79.467721 165.045016) + (xy 63.010695 165.045016) (xy 59.401721 165.045016) (xy 50.8755 165.045016) (xy 50.8755 157.649508) + (xy 57.5095 157.649508) (xy 57.542729 157.986901) (xy 57.60887 158.31941) (xy 57.707284 158.643841) + (xy 57.837024 158.95706) (xy 57.837026 158.957065) (xy 57.996831 159.256039) (xy 57.996842 159.256057) + (xy 58.185184 159.53793) (xy 58.185194 159.537944) (xy 58.400269 159.800014) (xy 58.639985 160.03973) + (xy 58.63999 160.039734) (xy 58.639991 160.039735) (xy 58.902061 160.25481) (xy 59.183949 160.443162) + (xy 59.183958 160.443167) (xy 59.18396 160.443168) (xy 59.482934 160.602973) (xy 59.482936 160.602973) + (xy 59.482942 160.602977) (xy 59.79616 160.732716) (xy 60.120586 160.831129) (xy 60.453096 160.89727) + (xy 60.790488 160.9305) (xy 60.790491 160.9305) (xy 61.129509 160.9305) (xy 61.129512 160.9305) + (xy 61.466904 160.89727) (xy 61.799414 160.831129) (xy 62.12384 160.732716) (xy 62.437058 160.602977) + (xy 62.736051 160.443162) (xy 63.017939 160.25481) (xy 63.280009 160.039735) (xy 63.519735 159.800009) + (xy 63.73481 159.537939) (xy 63.923162 159.256051) (xy 64.082977 158.957058) (xy 64.212716 158.64384) + (xy 64.311129 158.319414) (xy 64.37727 157.986904) (xy 64.4105 157.649512) (xy 64.4105 157.649508) + (xy 77.8295 157.649508) (xy 77.862729 157.986901) (xy 77.92887 158.31941) (xy 78.027284 158.643841) + (xy 78.157024 158.95706) (xy 78.157026 158.957065) (xy 78.316831 159.256039) (xy 78.316842 159.256057) + (xy 78.505184 159.53793) (xy 78.505194 159.537944) (xy 78.720269 159.800014) (xy 78.959985 160.03973) + (xy 78.95999 160.039734) (xy 78.959991 160.039735) (xy 79.222061 160.25481) (xy 79.503949 160.443162) + (xy 79.503958 160.443167) (xy 79.50396 160.443168) (xy 79.802934 160.602973) (xy 79.802936 160.602973) + (xy 79.802942 160.602977) (xy 80.11616 160.732716) (xy 80.440586 160.831129) (xy 80.773096 160.89727) + (xy 81.110488 160.9305) (xy 81.110491 160.9305) (xy 81.449509 160.9305) (xy 81.449512 160.9305) + (xy 81.786904 160.89727) (xy 82.119414 160.831129) (xy 82.44384 160.732716) (xy 82.757058 160.602977) + (xy 83.056051 160.443162) (xy 83.337939 160.25481) (xy 83.600009 160.039735) (xy 83.839735 159.800009) + (xy 84.05481 159.537939) (xy 84.243162 159.256051) (xy 84.402977 158.957058) (xy 84.532716 158.64384) + (xy 84.631129 158.319414) (xy 84.69727 157.986904) (xy 84.7305 157.649512) (xy 84.7305 157.310488) + (xy 84.69727 156.973096) (xy 84.631129 156.640586) (xy 84.532716 156.31616) (xy 84.402977 156.002942) + (xy 84.243162 155.703949) (xy 84.05481 155.422061) (xy 83.839735 155.159991) (xy 83.839734 155.15999) + (xy 83.83973 155.159985) (xy 83.600014 154.920269) (xy 83.337944 154.705194) (xy 83.337943 154.705193) + (xy 83.337939 154.70519) (xy 83.056051 154.516838) (xy 83.056046 154.516835) (xy 83.056039 154.516831) + (xy 82.757065 154.357026) (xy 82.75706 154.357024) (xy 82.443841 154.227284) (xy 82.253382 154.169509) + (xy 82.119414 154.128871) (xy 82.119411 154.12887) (xy 82.11941 154.12887) (xy 81.786901 154.062729) + (xy 81.549199 154.039318) (xy 81.449512 154.0295) (xy 81.110488 154.0295) (xy 81.019738 154.038437) + (xy 80.773098 154.062729) (xy 80.440589 154.12887) (xy 80.116158 154.227284) (xy 79.802939 154.357024) + (xy 79.802934 154.357026) (xy 79.50396 154.516831) (xy 79.503942 154.516842) (xy 79.222069 154.705184) + (xy 79.222055 154.705194) (xy 78.959985 154.920269) (xy 78.720269 155.159985) (xy 78.505194 155.422055) + (xy 78.505184 155.422069) (xy 78.316842 155.703942) (xy 78.316831 155.70396) (xy 78.157026 156.002934) + (xy 78.157024 156.002939) (xy 78.027284 156.316158) (xy 77.92887 156.640589) (xy 77.862729 156.973098) + (xy 77.8295 157.310491) (xy 77.8295 157.649508) (xy 64.4105 157.649508) (xy 64.4105 157.310488) + (xy 64.37727 156.973096) (xy 64.311129 156.640586) (xy 64.212716 156.31616) (xy 64.082977 156.002942) + (xy 63.923162 155.703949) (xy 63.73481 155.422061) (xy 63.519735 155.159991) (xy 63.519734 155.15999) + (xy 63.51973 155.159985) (xy 63.280014 154.920269) (xy 63.017944 154.705194) (xy 63.017943 154.705193) + (xy 63.017939 154.70519) (xy 62.736051 154.516838) (xy 62.736046 154.516835) (xy 62.736039 154.516831) + (xy 62.437065 154.357026) (xy 62.43706 154.357024) (xy 62.123841 154.227284) (xy 61.933382 154.169509) + (xy 61.799414 154.128871) (xy 61.799411 154.12887) (xy 61.79941 154.12887) (xy 61.466901 154.062729) + (xy 61.229199 154.039318) (xy 61.129512 154.0295) (xy 60.790488 154.0295) (xy 60.699738 154.038437) + (xy 60.453098 154.062729) (xy 60.120589 154.12887) (xy 59.796158 154.227284) (xy 59.482939 154.357024) + (xy 59.482934 154.357026) (xy 59.18396 154.516831) (xy 59.183942 154.516842) (xy 58.902069 154.705184) + (xy 58.902055 154.705194) (xy 58.639985 154.920269) (xy 58.400269 155.159985) (xy 58.185194 155.422055) + (xy 58.185184 155.422069) (xy 57.996842 155.703942) (xy 57.996831 155.70396) (xy 57.837026 156.002934) + (xy 57.837024 156.002939) (xy 57.707284 156.316158) (xy 57.60887 156.640589) (xy 57.542729 156.973098) + (xy 57.5095 157.310491) (xy 57.5095 157.649508) (xy 50.8755 157.649508) (xy 50.8755 144.722597) + (xy 60.035498 144.722597) (xy 60.035498 147.39946) (xy 62.046891 147.39946) (xy 62.046891 144.722597) + (xy 60.035498 144.722597) (xy 50.8755 144.722597) (xy 50.8755 137.329512) (xy 57.5095 137.329512) + (xy 57.521417 137.45051) (xy 57.542729 137.666901) (xy 57.60887 137.99941) (xy 57.707284 138.323841) + (xy 57.837024 138.63706) (xy 57.837026 138.637065) (xy 57.996831 138.936039) (xy 57.996842 138.936057) + (xy 58.185184 139.21793) (xy 58.185194 139.217944) (xy 58.400269 139.480014) (xy 58.639985 139.71973) + (xy 58.63999 139.719734) (xy 58.639991 139.719735) (xy 58.902061 139.93481) (xy 59.183949 140.123162) + (xy 59.183958 140.123167) (xy 59.18396 140.123168) (xy 59.482934 140.282973) (xy 59.482936 140.282973) + (xy 59.482942 140.282977) (xy 59.79616 140.412716) (xy 60.120586 140.511129) (xy 60.453096 140.57727) + (xy 60.790488 140.6105) (xy 60.790491 140.6105) (xy 61.129509 140.6105) (xy 61.129512 140.6105) + (xy 61.466904 140.57727) (xy 61.799414 140.511129) (xy 62.12384 140.412716) (xy 62.437058 140.282977) + (xy 62.736051 140.123162) (xy 63.017939 139.93481) (xy 63.280009 139.719735) (xy 63.519735 139.480009) + (xy 63.73481 139.217939) (xy 63.923162 138.936051) (xy 64.082977 138.637058) (xy 64.212716 138.32384) + (xy 64.311129 137.999414) (xy 64.37727 137.666904) (xy 64.408081 137.354072) (xy 77.3295 137.354072) + (xy 77.367544 137.740347) (xy 77.367547 137.740364) (xy 77.443264 138.12103) (xy 77.443267 138.121041) + (xy 77.555945 138.492489) (xy 77.704485 138.851095) (xy 77.704487 138.8511) (xy 77.88745 139.1934) + (xy 77.887461 139.193418) (xy 78.103096 139.516139) (xy 78.103106 139.516153) (xy 78.349347 139.816198) + (xy 78.623801 140.090652) (xy 78.623806 140.090656) (xy 78.623807 140.090657) (xy 78.923852 140.336898) + (xy 79.246588 140.552543) (xy 79.246597 140.552548) (xy 79.246599 140.552549) (xy 79.588899 140.735512) + (xy 79.588901 140.735512) (xy 79.588907 140.735516) (xy 79.947512 140.884055) (xy 80.318949 140.99673) + (xy 80.318955 140.996731) (xy 80.318958 140.996732) (xy 80.318969 140.996735) (xy 80.55768 141.044216) + (xy 80.699642 141.072454) (xy 81.085924 141.1105) (xy 81.085927 141.1105) (xy 81.474073 141.1105) + (xy 81.474076 141.1105) (xy 81.860358 141.072454) (xy 82.048788 141.034973) (xy 82.24103 140.996735) + (xy 82.241041 140.996732) (xy 82.241041 140.996731) (xy 82.241051 140.99673) (xy 82.612488 140.884055) + (xy 82.971093 140.735516) (xy 83.313412 140.552543) (xy 83.636148 140.336898) (xy 83.936193 140.090657) + (xy 84.210657 139.816193) (xy 84.456898 139.516148) (xy 84.672543 139.193412) (xy 84.855516 138.851093) + (xy 85.004055 138.492488) (xy 85.11673 138.121051) (xy 85.116732 138.121041) (xy 85.116735 138.12103) + (xy 85.154973 137.928788) (xy 85.192454 137.740358) (xy 85.2305 137.354076) (xy 85.2305 136.965924) + (xy 85.192454 136.579642) (xy 85.140925 136.320586) (xy 85.116735 136.198969) (xy 85.116732 136.198958) + (xy 85.116731 136.198955) (xy 85.11673 136.198949) (xy 85.004055 135.827512) (xy 84.855516 135.468907) + (xy 84.810101 135.383942) (xy 84.672549 135.126599) (xy 84.672548 135.126597) (xy 84.672543 135.126588) + (xy 84.456898 134.803852) (xy 84.210657 134.503807) (xy 84.210656 134.503806) (xy 84.210652 134.503801) + (xy 83.936198 134.229347) (xy 83.636153 133.983106) (xy 83.636152 133.983105) (xy 83.636148 133.983102) + (xy 83.313412 133.767457) (xy 83.313407 133.767454) (xy 83.3134 133.76745) (xy 82.9711 133.584487) + (xy 82.971095 133.584485) (xy 82.612489 133.435945) (xy 82.241041 133.323267) (xy 82.24103 133.323264) + (xy 81.860364 133.247547) (xy 81.860347 133.247544) (xy 81.568239 133.218774) (xy 81.474076 133.2095) + (xy 81.085924 133.2095) (xy 80.998836 133.218077) (xy 80.699652 133.247544) (xy 80.699635 133.247547) + (xy 80.318969 133.323264) (xy 80.318958 133.323267) (xy 79.94751 133.435945) (xy 79.588904 133.584485) + (xy 79.588899 133.584487) (xy 79.246599 133.76745) (xy 79.246581 133.767461) (xy 78.92386 133.983096) + (xy 78.923846 133.983106) (xy 78.623801 134.229347) (xy 78.349347 134.503801) (xy 78.103106 134.803846) + (xy 78.103096 134.80386) (xy 77.887461 135.126581) (xy 77.88745 135.126599) (xy 77.704487 135.468899) + (xy 77.704485 135.468904) (xy 77.555945 135.82751) (xy 77.443267 136.198958) (xy 77.443264 136.198969) + (xy 77.367547 136.579635) (xy 77.367544 136.579652) (xy 77.3295 136.965927) (xy 77.3295 137.354072) + (xy 64.408081 137.354072) (xy 64.4105 137.329512) (xy 64.4105 136.990488) (xy 64.37727 136.653096) + (xy 64.311129 136.320586) (xy 64.212716 135.99616) (xy 64.082977 135.682942) (xy 63.968571 135.468904) + (xy 63.923168 135.38396) (xy 63.923167 135.383958) (xy 63.923162 135.383949) (xy 63.73481 135.102061) + (xy 63.519735 134.839991) (xy 63.519734 134.83999) (xy 63.51973 134.839985) (xy 63.280014 134.600269) + (xy 63.017944 134.385194) (xy 63.017943 134.385193) (xy 63.017939 134.38519) (xy 62.736051 134.196838) + (xy 62.736046 134.196835) (xy 62.736039 134.196831) (xy 62.437065 134.037026) (xy 62.43706 134.037024) + (xy 62.123841 133.907284) (xy 61.933382 133.849509) (xy 61.799414 133.808871) (xy 61.799411 133.80887) + (xy 61.79941 133.80887) (xy 61.466901 133.742729) (xy 61.229199 133.719318) (xy 61.129512 133.7095) + (xy 60.790488 133.7095) (xy 60.699738 133.718437) (xy 60.453098 133.742729) (xy 60.120589 133.80887) + (xy 59.796158 133.907284) (xy 59.482939 134.037024) (xy 59.482934 134.037026) (xy 59.18396 134.196831) + (xy 59.183942 134.196842) (xy 58.902069 134.385184) (xy 58.902055 134.385194) (xy 58.639985 134.600269) + (xy 58.400269 134.839985) (xy 58.185194 135.102055) (xy 58.185184 135.102069) (xy 57.996842 135.383942) + (xy 57.996831 135.38396) (xy 57.837026 135.682934) (xy 57.837024 135.682939) (xy 57.707284 135.996158) + (xy 57.60887 136.320589) (xy 57.542729 136.653098) (xy 57.518437 136.899738) (xy 57.5095 136.990488) + (xy 57.5095 137.329512) (xy 50.8755 137.329512) (xy 50.8755 124.402597) (xy 60.035498 124.402597) + (xy 60.035498 127.07946) (xy 62.046891 127.07946) (xy 62.046891 124.402597) (xy 60.035498 124.402597) + (xy 50.8755 124.402597) (xy 50.8755 117.009512) (xy 57.5095 117.009512) (xy 57.521417 117.13051) + (xy 57.542729 117.346901) (xy 57.60887 117.67941) (xy 57.707284 118.003841) (xy 57.837024 118.31706) + (xy 57.837026 118.317065) (xy 57.996831 118.616039) (xy 57.996842 118.616057) (xy 58.185184 118.89793) + (xy 58.185194 118.897944) (xy 58.400269 119.160014) (xy 58.639985 119.39973) (xy 58.63999 119.399734) + (xy 58.639991 119.399735) (xy 58.902061 119.61481) (xy 59.183949 119.803162) (xy 59.183958 119.803167) + (xy 59.18396 119.803168) (xy 59.482934 119.962973) (xy 59.482936 119.962973) (xy 59.482942 119.962977) + (xy 59.79616 120.092716) (xy 60.120586 120.191129) (xy 60.453096 120.25727) (xy 60.790488 120.2905) + (xy 60.790491 120.2905) (xy 61.129509 120.2905) (xy 61.129512 120.2905) (xy 61.466904 120.25727) + (xy 61.799414 120.191129) (xy 62.12384 120.092716) (xy 62.437058 119.962977) (xy 62.736051 119.803162) + (xy 63.017939 119.61481) (xy 63.280009 119.399735) (xy 63.519735 119.160009) (xy 63.73481 118.897939) + (xy 63.923162 118.616051) (xy 64.082977 118.317058) (xy 64.212716 118.00384) (xy 64.311129 117.679414) + (xy 64.37727 117.346904) (xy 64.408081 117.034072) (xy 77.3295 117.034072) (xy 77.367544 117.420347) + (xy 77.367547 117.420364) (xy 77.443264 117.80103) (xy 77.443267 117.801041) (xy 77.555945 118.172489) + (xy 77.704485 118.531095) (xy 77.704487 118.5311) (xy 77.88745 118.8734) (xy 77.887461 118.873418) + (xy 78.103096 119.196139) (xy 78.103106 119.196153) (xy 78.349347 119.496198) (xy 78.623801 119.770652) + (xy 78.623806 119.770656) (xy 78.623807 119.770657) (xy 78.923852 120.016898) (xy 79.246588 120.232543) + (xy 79.246597 120.232548) (xy 79.246599 120.232549) (xy 79.588899 120.415512) (xy 79.588901 120.415512) + (xy 79.588907 120.415516) (xy 79.947512 120.564055) (xy 80.318949 120.67673) (xy 80.318955 120.676731) + (xy 80.318958 120.676732) (xy 80.318969 120.676735) (xy 80.55768 120.724216) (xy 80.699642 120.752454) + (xy 81.085924 120.7905) (xy 81.085927 120.7905) (xy 81.474073 120.7905) (xy 81.474076 120.7905) + (xy 81.860358 120.752454) (xy 82.048788 120.714973) (xy 82.24103 120.676735) (xy 82.241041 120.676732) + (xy 82.241041 120.676731) (xy 82.241051 120.67673) (xy 82.612488 120.564055) (xy 82.971093 120.415516) + (xy 83.313412 120.232543) (xy 83.636148 120.016898) (xy 83.936193 119.770657) (xy 84.210657 119.496193) + (xy 84.456898 119.196148) (xy 84.672543 118.873412) (xy 84.855516 118.531093) (xy 85.004055 118.172488) + (xy 85.11673 117.801051) (xy 85.116732 117.801041) (xy 85.116735 117.80103) (xy 85.154973 117.608788) + (xy 85.192454 117.420358) (xy 85.2305 117.034076) (xy 85.2305 116.645924) (xy 85.192454 116.259642) + (xy 85.140925 116.000586) (xy 85.116735 115.878969) (xy 85.116732 115.878958) (xy 85.116731 115.878955) + (xy 85.11673 115.878949) (xy 85.004055 115.507512) (xy 84.855516 115.148907) (xy 84.810101 115.063942) + (xy 84.672549 114.806599) (xy 84.672548 114.806597) (xy 84.672543 114.806588) (xy 84.456898 114.483852) + (xy 84.210657 114.183807) (xy 84.210656 114.183806) (xy 84.210652 114.183801) (xy 83.936198 113.909347) + (xy 83.636153 113.663106) (xy 83.636152 113.663105) (xy 83.636148 113.663102) (xy 83.313412 113.447457) + (xy 83.313407 113.447454) (xy 83.3134 113.44745) (xy 82.9711 113.264487) (xy 82.971095 113.264485) + (xy 82.612489 113.115945) (xy 82.241041 113.003267) (xy 82.24103 113.003264) (xy 81.860364 112.927547) + (xy 81.860347 112.927544) (xy 81.568239 112.898774) (xy 81.474076 112.8895) (xy 81.085924 112.8895) + (xy 80.998836 112.898077) (xy 80.699652 112.927544) (xy 80.699635 112.927547) (xy 80.318969 113.003264) + (xy 80.318958 113.003267) (xy 79.94751 113.115945) (xy 79.588904 113.264485) (xy 79.588899 113.264487) + (xy 79.246599 113.44745) (xy 79.246581 113.447461) (xy 78.92386 113.663096) (xy 78.923846 113.663106) + (xy 78.623801 113.909347) (xy 78.349347 114.183801) (xy 78.103106 114.483846) (xy 78.103096 114.48386) + (xy 77.887461 114.806581) (xy 77.88745 114.806599) (xy 77.704487 115.148899) (xy 77.704485 115.148904) + (xy 77.555945 115.50751) (xy 77.443267 115.878958) (xy 77.443264 115.878969) (xy 77.367547 116.259635) + (xy 77.367544 116.259652) (xy 77.3295 116.645927) (xy 77.3295 117.034072) (xy 64.408081 117.034072) + (xy 64.4105 117.009512) (xy 64.4105 116.670488) (xy 64.37727 116.333096) (xy 64.311129 116.000586) + (xy 64.212716 115.67616) (xy 64.082977 115.362942) (xy 63.968571 115.148904) (xy 63.923168 115.06396) + (xy 63.923167 115.063958) (xy 63.923162 115.063949) (xy 63.73481 114.782061) (xy 63.519735 114.519991) + (xy 63.519734 114.51999) (xy 63.51973 114.519985) (xy 63.280014 114.280269) (xy 63.017944 114.065194) + (xy 63.017943 114.065193) (xy 63.017939 114.06519) (xy 62.736051 113.876838) (xy 62.736046 113.876835) + (xy 62.736039 113.876831) (xy 62.437065 113.717026) (xy 62.43706 113.717024) (xy 62.123841 113.587284) + (xy 61.933382 113.529509) (xy 61.799414 113.488871) (xy 61.799411 113.48887) (xy 61.79941 113.48887) + (xy 61.466901 113.422729) (xy 61.229199 113.399318) (xy 61.129512 113.3895) (xy 60.790488 113.3895) + (xy 60.699738 113.398437) (xy 60.453098 113.422729) (xy 60.120589 113.48887) (xy 59.796158 113.587284) + (xy 59.482939 113.717024) (xy 59.482934 113.717026) (xy 59.18396 113.876831) (xy 59.183942 113.876842) + (xy 58.902069 114.065184) (xy 58.902055 114.065194) (xy 58.639985 114.280269) (xy 58.400269 114.519985) + (xy 58.185194 114.782055) (xy 58.185184 114.782069) (xy 57.996842 115.063942) (xy 57.996831 115.06396) + (xy 57.837026 115.362934) (xy 57.837024 115.362939) (xy 57.707284 115.676158) (xy 57.60887 116.000589) + (xy 57.542729 116.333098) (xy 57.518437 116.579738) (xy 57.5095 116.670488) (xy 57.5095 117.009512) + (xy 50.8755 117.009512) (xy 50.8755 104.082597) (xy 60.035498 104.082597) (xy 60.035498 106.75946) + (xy 62.046891 106.75946) (xy 62.046891 104.082597) (xy 60.035498 104.082597) (xy 50.8755 104.082597) + (xy 50.8755 96.689512) (xy 57.5095 96.689512) (xy 57.521417 96.81051) (xy 57.542729 97.026901) (xy 57.60887 97.35941) + (xy 57.707284 97.683841) (xy 57.837024 97.99706) (xy 57.837026 97.997065) (xy 57.996831 98.296039) + (xy 57.996842 98.296057) (xy 58.185184 98.57793) (xy 58.185194 98.577944) (xy 58.400269 98.840014) + (xy 58.639985 99.07973) (xy 58.63999 99.079734) (xy 58.639991 99.079735) (xy 58.902061 99.29481) + (xy 59.183949 99.483162) (xy 59.183958 99.483167) (xy 59.18396 99.483168) (xy 59.482934 99.642973) + (xy 59.482936 99.642973) (xy 59.482942 99.642977) (xy 59.79616 99.772716) (xy 60.120586 99.871129) + (xy 60.453096 99.93727) (xy 60.790488 99.9705) (xy 60.790491 99.9705) (xy 61.129509 99.9705) (xy 61.129512 99.9705) + (xy 61.466904 99.93727) (xy 61.799414 99.871129) (xy 62.12384 99.772716) (xy 62.437058 99.642977) + (xy 62.736051 99.483162) (xy 63.017939 99.29481) (xy 63.280009 99.079735) (xy 63.519735 98.840009) + (xy 63.73481 98.577939) (xy 63.923162 98.296051) (xy 64.082977 97.997058) (xy 64.212716 97.68384) + (xy 64.311129 97.359414) (xy 64.37727 97.026904) (xy 64.408081 96.714072) (xy 77.3295 96.714072) + (xy 77.367544 97.100347) (xy 77.367547 97.100364) (xy 77.443264 97.48103) (xy 77.443267 97.481041) + (xy 77.555945 97.852489) (xy 77.704485 98.211095) (xy 77.704487 98.2111) (xy 77.88745 98.5534) (xy 77.887461 98.553418) + (xy 78.103096 98.876139) (xy 78.103106 98.876153) (xy 78.349347 99.176198) (xy 78.623801 99.450652) + (xy 78.623806 99.450656) (xy 78.623807 99.450657) (xy 78.923852 99.696898) (xy 79.246588 99.912543) + (xy 79.246597 99.912548) (xy 79.246599 99.912549) (xy 79.588899 100.095512) (xy 79.588901 100.095512) + (xy 79.588907 100.095516) (xy 79.947512 100.244055) (xy 80.318949 100.35673) (xy 80.318955 100.356731) + (xy 80.318958 100.356732) (xy 80.318969 100.356735) (xy 80.55768 100.404216) (xy 80.699642 100.432454) + (xy 81.085924 100.4705) (xy 81.085927 100.4705) (xy 81.474073 100.4705) (xy 81.474076 100.4705) + (xy 81.860358 100.432454) (xy 82.048788 100.394973) (xy 82.24103 100.356735) (xy 82.241041 100.356732) + (xy 82.241041 100.356731) (xy 82.241051 100.35673) (xy 82.612488 100.244055) (xy 82.971093 100.095516) + (xy 83.313412 99.912543) (xy 83.636148 99.696898) (xy 83.936193 99.450657) (xy 84.210657 99.176193) + (xy 84.456898 98.876148) (xy 84.672543 98.553412) (xy 84.855516 98.211093) (xy 85.004055 97.852488) + (xy 85.11673 97.481051) (xy 85.116732 97.481041) (xy 85.116735 97.48103) (xy 85.154973 97.288788) + (xy 85.192454 97.100358) (xy 85.2305 96.714076) (xy 85.2305 96.325924) (xy 85.192454 95.939642) + (xy 85.140925 95.680586) (xy 85.116735 95.558969) (xy 85.116732 95.558958) (xy 85.116731 95.558955) + (xy 85.11673 95.558949) (xy 85.004055 95.187512) (xy 84.855516 94.828907) (xy 84.810101 94.743942) + (xy 84.672549 94.486599) (xy 84.672548 94.486597) (xy 84.672543 94.486588) (xy 84.456898 94.163852) + (xy 84.210657 93.863807) (xy 84.210656 93.863806) (xy 84.210652 93.863801) (xy 83.936198 93.589347) + (xy 83.636153 93.343106) (xy 83.636152 93.343105) (xy 83.636148 93.343102) (xy 83.313412 93.127457) + (xy 83.313407 93.127454) (xy 83.3134 93.12745) (xy 82.9711 92.944487) (xy 82.971095 92.944485) (xy 82.612489 92.795945) + (xy 82.241041 92.683267) (xy 82.24103 92.683264) (xy 81.860364 92.607547) (xy 81.860347 92.607544) + (xy 81.568239 92.578774) (xy 81.474076 92.5695) (xy 81.085924 92.5695) (xy 80.998836 92.578077) + (xy 80.699652 92.607544) (xy 80.699635 92.607547) (xy 80.318969 92.683264) (xy 80.318958 92.683267) + (xy 79.94751 92.795945) (xy 79.588904 92.944485) (xy 79.588899 92.944487) (xy 79.246599 93.12745) + (xy 79.246581 93.127461) (xy 78.92386 93.343096) (xy 78.923846 93.343106) (xy 78.623801 93.589347) + (xy 78.349347 93.863801) (xy 78.103106 94.163846) (xy 78.103096 94.16386) (xy 77.887461 94.486581) + (xy 77.88745 94.486599) (xy 77.704487 94.828899) (xy 77.704485 94.828904) (xy 77.555945 95.18751) + (xy 77.443267 95.558958) (xy 77.443264 95.558969) (xy 77.367547 95.939635) (xy 77.367544 95.939652) + (xy 77.3295 96.325927) (xy 77.3295 96.714072) (xy 64.408081 96.714072) (xy 64.4105 96.689512) (xy 64.4105 96.350488) + (xy 64.37727 96.013096) (xy 64.311129 95.680586) (xy 64.212716 95.35616) (xy 64.082977 95.042942) + (xy 63.968571 94.828904) (xy 63.923168 94.74396) (xy 63.923167 94.743958) (xy 63.923162 94.743949) + (xy 63.73481 94.462061) (xy 63.519735 94.199991) (xy 63.519734 94.19999) (xy 63.51973 94.199985) + (xy 63.280014 93.960269) (xy 63.017944 93.745194) (xy 63.017943 93.745193) (xy 63.017939 93.74519) + (xy 62.736051 93.556838) (xy 62.736046 93.556835) (xy 62.736039 93.556831) (xy 62.437065 93.397026) + (xy 62.43706 93.397024) (xy 62.123841 93.267284) (xy 61.933382 93.209509) (xy 61.799414 93.168871) + (xy 61.799411 93.16887) (xy 61.79941 93.16887) (xy 61.466901 93.102729) (xy 61.229199 93.079318) + (xy 61.129512 93.0695) (xy 60.790488 93.0695) (xy 60.699738 93.078437) (xy 60.453098 93.102729) + (xy 60.120589 93.16887) (xy 59.796158 93.267284) (xy 59.482939 93.397024) (xy 59.482934 93.397026) + (xy 59.18396 93.556831) (xy 59.183942 93.556842) (xy 58.902069 93.745184) (xy 58.902055 93.745194) + (xy 58.639985 93.960269) (xy 58.400269 94.199985) (xy 58.185194 94.462055) (xy 58.185184 94.462069) + (xy 57.996842 94.743942) (xy 57.996831 94.74396) (xy 57.837026 95.042934) (xy 57.837024 95.042939) + (xy 57.707284 95.356158) (xy 57.60887 95.680589) (xy 57.542729 96.013098) (xy 57.518437 96.259738) + (xy 57.5095 96.350488) (xy 57.5095 96.689512) (xy 50.8755 96.689512) (xy 50.8755 84.397597) (xy 60.035498 84.397597) + (xy 60.035498 87.07446) (xy 62.046891 87.07446) (xy 62.046891 84.397597) (xy 60.035498 84.397597) + (xy 50.8755 84.397597) (xy 50.8755 76.939508) (xy 57.5095 76.939508) (xy 57.542729 77.276901) (xy 57.60887 77.60941) + (xy 57.707284 77.933841) (xy 57.837024 78.24706) (xy 57.837026 78.247065) (xy 57.996831 78.546039) + (xy 57.996842 78.546057) (xy 58.185184 78.82793) (xy 58.185194 78.827944) (xy 58.400269 79.090014) + (xy 58.639985 79.32973) (xy 58.63999 79.329734) (xy 58.639991 79.329735) (xy 58.902061 79.54481) + (xy 59.183949 79.733162) (xy 59.183958 79.733167) (xy 59.18396 79.733168) (xy 59.482934 79.892973) + (xy 59.482936 79.892973) (xy 59.482942 79.892977) (xy 59.79616 80.022716) (xy 60.120586 80.121129) + (xy 60.453096 80.18727) (xy 60.790488 80.2205) (xy 60.790491 80.2205) (xy 61.129509 80.2205) (xy 61.129512 80.2205) + (xy 61.466904 80.18727) (xy 61.799414 80.121129) (xy 62.12384 80.022716) (xy 62.437058 79.892977) + (xy 62.736051 79.733162) (xy 63.017939 79.54481) (xy 63.280009 79.329735) (xy 63.519735 79.090009) + (xy 63.73481 78.827939) (xy 63.923162 78.546051) (xy 64.082977 78.247058) (xy 64.212716 77.93384) + (xy 64.311129 77.609414) (xy 64.37727 77.276904) (xy 64.4105 76.939512) (xy 64.4105 76.600488) (xy 64.39017 76.394072) + (xy 77.3295 76.394072) (xy 77.367544 76.780347) (xy 77.367547 76.780364) (xy 77.443264 77.16103) + (xy 77.443267 77.161041) (xy 77.555945 77.532489) (xy 77.704485 77.891095) (xy 77.704487 77.8911) + (xy 77.88745 78.2334) (xy 77.887461 78.233418) (xy 78.103096 78.556139) (xy 78.103106 78.556153) + (xy 78.349347 78.856198) (xy 78.623801 79.130652) (xy 78.623806 79.130656) (xy 78.623807 79.130657) + (xy 78.923852 79.376898) (xy 79.246588 79.592543) (xy 79.246597 79.592548) (xy 79.246599 79.592549) + (xy 79.588899 79.775512) (xy 79.588901 79.775512) (xy 79.588907 79.775516) (xy 79.947512 79.924055) + (xy 80.318949 80.03673) (xy 80.318955 80.036731) (xy 80.318958 80.036732) (xy 80.318969 80.036735) + (xy 80.55768 80.084216) (xy 80.699642 80.112454) (xy 81.085924 80.1505) (xy 81.085927 80.1505) (xy 81.474073 80.1505) + (xy 81.474076 80.1505) (xy 81.860358 80.112454) (xy 82.048788 80.074973) (xy 82.24103 80.036735) + (xy 82.241041 80.036732) (xy 82.241041 80.036731) (xy 82.241051 80.03673) (xy 82.612488 79.924055) + (xy 82.971093 79.775516) (xy 83.313412 79.592543) (xy 83.636148 79.376898) (xy 83.936193 79.130657) + (xy 84.210657 78.856193) (xy 84.456898 78.556148) (xy 84.672543 78.233412) (xy 84.855516 77.891093) + (xy 85.004055 77.532488) (xy 85.11673 77.161051) (xy 85.116732 77.161041) (xy 85.116735 77.16103) + (xy 85.154973 76.968788) (xy 85.192454 76.780358) (xy 85.2305 76.394076) (xy 85.2305 76.005924) + (xy 85.192454 75.619642) (xy 85.164216 75.47768) (xy 85.116735 75.238969) (xy 85.116732 75.238958) + (xy 85.116731 75.238955) (xy 85.11673 75.238949) (xy 85.004055 74.867512) (xy 84.855516 74.508907) + (xy 84.672543 74.166588) (xy 84.456898 73.843852) (xy 84.210657 73.543807) (xy 84.210656 73.543806) + (xy 84.210652 73.543801) (xy 83.936198 73.269347) (xy 83.636153 73.023106) (xy 83.636152 73.023105) + (xy 83.636148 73.023102) (xy 83.313412 72.807457) (xy 83.313407 72.807454) (xy 83.3134 72.80745) + (xy 82.9711 72.624487) (xy 82.971095 72.624485) (xy 82.612489 72.475945) (xy 82.241041 72.363267) + (xy 82.24103 72.363264) (xy 81.860364 72.287547) (xy 81.860347 72.287544) (xy 81.568239 72.258774) + (xy 81.474076 72.2495) (xy 81.085924 72.2495) (xy 80.998836 72.258077) (xy 80.699652 72.287544) + (xy 80.699635 72.287547) (xy 80.318969 72.363264) (xy 80.318958 72.363267) (xy 79.94751 72.475945) + (xy 79.588904 72.624485) (xy 79.588899 72.624487) (xy 79.246599 72.80745) (xy 79.246581 72.807461) + (xy 78.92386 73.023096) (xy 78.923846 73.023106) (xy 78.623801 73.269347) (xy 78.349347 73.543801) + (xy 78.103106 73.843846) (xy 78.103096 73.84386) (xy 77.887461 74.166581) (xy 77.88745 74.166599) + (xy 77.704487 74.508899) (xy 77.704485 74.508904) (xy 77.555945 74.86751) (xy 77.443267 75.238958) + (xy 77.443264 75.238969) (xy 77.367547 75.619635) (xy 77.367544 75.619652) (xy 77.3295 76.005927) + (xy 77.3295 76.394072) (xy 64.39017 76.394072) (xy 64.37727 76.263096) (xy 64.311129 75.930586) + (xy 64.212716 75.60616) (xy 64.082977 75.292942) (xy 63.923162 74.993949) (xy 63.73481 74.712061) + (xy 63.519735 74.449991) (xy 63.519734 74.44999) (xy 63.51973 74.449985) (xy 63.280014 74.210269) + (xy 63.017944 73.995194) (xy 63.017943 73.995193) (xy 63.017939 73.99519) (xy 62.736051 73.806838) + (xy 62.736046 73.806835) (xy 62.736039 73.806831) (xy 62.437065 73.647026) (xy 62.43706 73.647024) + (xy 62.123841 73.517284) (xy 61.933382 73.459509) (xy 61.799414 73.418871) (xy 61.799411 73.41887) + (xy 61.79941 73.41887) (xy 61.466901 73.352729) (xy 61.229199 73.329318) (xy 61.129512 73.3195) + (xy 60.790488 73.3195) (xy 60.699738 73.328437) (xy 60.453098 73.352729) (xy 60.120589 73.41887) + (xy 59.796158 73.517284) (xy 59.482939 73.647024) (xy 59.482934 73.647026) (xy 59.18396 73.806831) + (xy 59.183942 73.806842) (xy 58.902069 73.995184) (xy 58.902055 73.995194) (xy 58.639985 74.210269) + (xy 58.400269 74.449985) (xy 58.185194 74.712055) (xy 58.185184 74.712069) (xy 57.996842 74.993942) + (xy 57.996831 74.99396) (xy 57.837026 75.292934) (xy 57.837024 75.292939) (xy 57.707284 75.606158) + (xy 57.60887 75.930589) (xy 57.542729 76.263098) (xy 57.5095 76.600491) (xy 57.5095 76.939508) (xy 50.8755 76.939508) + (xy 50.8755 50.9995) (xy 50.895185 50.932461) (xy 50.947989 50.886706) (xy 50.9995 50.8755) (xy 57.912371 50.8755) + ) + ) + ) +) \ No newline at end of file diff --git a/src/cp3/panel/panel.kicad_pro b/src/cp3/panel/panel.kicad_pro index 714b3971..fe671cc4 100644 --- a/src/cp3/panel/panel.kicad_pro +++ b/src/cp3/panel/panel.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "copper_text_italic": false, "copper_text_size_h": 1.5, "copper_text_size_v": 1.5, "copper_text_thickness": 0.3, "copper_text_upright": false, - "courtyard_line_width": 0.049999999999999996, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "fab_text_italic": false, "fab_text_size_h": 1.0, "fab_text_size_v": 1.0, "fab_text_thickness": 0.15, "fab_text_upright": false, - "other_line_width": 0.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -67,6 +70,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", @@ -111,24 +115,21 @@ "min_copper_edge_clearance": 0.075, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, - "min_track_width": 0.19999999999999998, - "min_via_annular_width": 0.09999999999999999, - "min_via_diameter": 0.39999999999999997, + "min_track_width": 0.2, + "min_via_annular_width": 0.1, + "min_via_diameter": 0.4, "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, "teardrop_options": [ { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 5, - "td_on_pad_in_zone": false, "td_onpadsmd": true, "td_onroundshapesonly": false, "td_ontrackend": false, @@ -137,37 +138,76 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } ], "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -215,8 +255,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" diff --git a/src/cp3/panel/panel.kicad_sch b/src/cp3/panel/panel.kicad_sch index 02862e5b..7f482435 100644 --- a/src/cp3/panel/panel.kicad_sch +++ b/src/cp3/panel/panel.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "2bc4a07b-0018-46f4-8f4f-a47dee331033") + (uuid "44d4960a-8ff7-44dd-8f0b-4a8d437b4f02") (paper "A4") (title_block (title "cp3") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -31,123 +37,195 @@ ) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H1" (at 127 98.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 114.3 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H2" (at 127 111.03 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H3" (at 50.8 45.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN1" (at 50.8 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H4" (at 50.8 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN2" (at 50.8 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H5" (at 50.8 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN3" (at 50.8 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H6" (at 50.8 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN4" (at 50.8 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H7" (at 50.8 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT_a" (at 50.8 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H8" (at 50.8 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT_b" (at 50.8 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H9" (at 101.6 45.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "ATTEN_1" (at 101.6 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H10" (at 101.6 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "ATTEN_2" (at 101.6 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H11" (at 101.6 70.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "ATTEN_3" (at 101.6 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H12" (at 101.6 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "ATTEN_4" (at 101.6 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/digital/main/main.kicad_sch b/src/digital/main/main.kicad_sch index 389ff1f4..936a3483 100644 --- a/src/digital/main/main.kicad_sch +++ b/src/digital/main/main.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "bfcb00dc-c7c3-4dec-8c02-0378e45e2786") + (uuid "a6abc5f0-1beb-4528-98e4-6e5bc784c184") (paper "A4") (title_block (title "digital") @@ -13,14 +13,20 @@ ) (lib_symbols (symbol "Device:R" - (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_0_1" (rectangle (start -1.016 -2.54) @@ -40,15 +46,21 @@ ) ) ) - (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 0 5.08 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 0 -5.08 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol TL072_1_1 (polyline (pts @@ -109,13 +121,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -131,21 +150,27 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:C" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_0_1" (polyline (pts @@ -259,13 +284,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -293,23 +325,31 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Diode:1N4148" - (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N4148" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol 1N4148_0_1 (polyline (pts @@ -349,14 +389,20 @@ ) ) ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_0_1" (polyline (pts @@ -398,14 +444,21 @@ ) ) ) - (symbol "Transistor_BJT:BC547" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (symbol "Transistor_BJT:BC547" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "BC547" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "BC547_0_1" (polyline (pts @@ -475,13 +528,20 @@ ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -509,23 +569,30 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -1312,14 +1379,20 @@ ) ) ) - (symbol "Analog_DAC:MCP4822" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Analog_DAC:MCP4822" (pin_names (offset 1.016)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at -2.54 10.795 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "MCP4822" (at -2.54 8.89 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 20.32 -7.62 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20002249B.pdf" (at 20.32 -7.62 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "12-Bit DAC SPI Reference 2ch" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "2-Channel 12-Bit D/A Converters with SPI Interface and Internal Reference (2.048V)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm* MSOP*3x3mm*P0.65mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 20.32 -7.62 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20002249B.pdf" (at 20.32 -7.62 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "2-Channel 12-Bit D/A Converters with SPI Interface and Internal Reference (2.048V)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "12-Bit DAC SPI Reference 2ch" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm* MSOP*3x3mm*P0.65mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol MCP4822_0_0 (polyline (pts @@ -1492,15 +1565,21 @@ ) ) ) - (symbol "Amplifier_Operational:MCP6004" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (symbol "Amplifier_Operational:MCP6004" (pin_names (offset 0.127)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 0 5.08 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MCP6004" (at 0 -5.08 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.27 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21733j.pdf" (at 1.27 5.08 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.27 2.54 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21733j.pdf" (at 1.27 5.08 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "1MHz, Low-Power Op Amp, DIP-14/SOIC-14/TSSOP-14" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "quad opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "1MHz, Low-Power Op Amp, DIP-14/SOIC-14/TSSOP-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm* DIP*W7.62mm* TSSOP*4.4x5mm*P0.65mm* SSOP*5.3x6.2mm*P0.65mm* MSOP*3x3mm*P0.5mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "quad opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm* DIP*W7.62mm* TSSOP*4.4x5mm*P0.65mm* SSOP*5.3x6.2mm*P0.65mm* MSOP*3x3mm*P0.5mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol MCP6004_1_1 (polyline (pts @@ -1608,14 +1687,22 @@ ) ) ) - (symbol "Reference_Voltage:LM4040DCK-10" (pin_names (offset 0.0254) hide) (in_bom yes) (on_board yes) + (symbol "Reference_Voltage:LM4040DCK-10" (pin_names (offset 0.0254) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "LM4040DCK-10" (at 0 -3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Package_TO_SOT_SMD:SOT-353_SC-70-5" (at 0 -5.08 0) (effects (font (size 1.27 1.27) italic) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4040-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27) italic) hide)) - (property "ki_keywords" "diode device voltage reference shunt" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "10.0V Precision Micropower Shunt Voltage Reference, SC-70" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?353*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_SMD:SOT-353_SC-70-5" (at 0 -5.08 0) (effects (font (size 1.27 1.27) + (italic yes)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4040-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27) + (italic yes)) + (hide yes))) + (property "Description" "10.0V Precision Micropower Shunt Voltage Reference, SC-70" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode device voltage reference shunt" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?353*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol LM4040DCK-10_0_1 (polyline (pts @@ -1658,14 +1745,20 @@ ) ) ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 1.27 7.62 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_02x05_Odd_Even_1_1" (rectangle (start -1.27 -4.953) @@ -1776,14 +1869,20 @@ ) ) (symbol "Device:C_Polarized" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C_Polarized" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_Polarized_0_1" (rectangle (start -2.286 0.508) @@ -1827,16 +1926,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -1857,17 +1962,23 @@ ) ) (label "CV" (at 50.8 63.5 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid d721e224-db0e-4e0f-bf50-79a3065639ef) + (uuid c4cba208-c89d-414f-b2cc-699202e15e89) ) (symbol (lib_id "Device:R") (at 54.61 63.5 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R1" (at 54.61 58.48 -90) (effects (font (size 1.27 1.27)))) (property "Value" "270k" (at 54.61 60.48 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1875,40 +1986,52 @@ (xy 60.96 63.5) ) (stroke (width 0) (type default)) - (uuid cf0bbf76-e034-4bf3-bbb8-0432d5696a8a) + (uuid 98a5b3b3-c8b8-4664-a92f-776993c32077) ) (junction (at 60.96 63.5) (diameter 0) (color 0 0 0 0) - (uuid 0cf04f49-6bd2-426d-896c-f75711341213) + (uuid 22fa48bb-c0a1-47ca-8189-327ccda209a2) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 68.58 66.04 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 68.58 56.96 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 68.58 58.96 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 68.58 66.04 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 68.58 66.04 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 60.96 68.58 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 60.96 73.12 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 76.2 66.04) (diameter 0) (color 0 0 0 0) - (uuid b13fddb6-b65f-424f-b3ae-befb9e5fd0a1) + (uuid 03d53f5b-55e4-44ea-bd63-64ee70156b61) ) (wire (pts @@ -1916,12 +2039,12 @@ (xy 76.2 50.8) ) (stroke (width 0) (type default)) - (uuid 60325164-a08c-4df9-9107-1fb75638bf08) + (uuid 58fd0660-6caf-458d-bf6a-6cda93a7a437) ) (junction (at 76.2 50.8) (diameter 0) (color 0 0 0 0) - (uuid ea1b8474-5c07-4675-8de2-75f4232c5998) + (uuid 6cfc30bc-0d64-4053-a4c8-85446c2ae652) ) (wire (pts @@ -1929,7 +2052,7 @@ (xy 72.39 50.8) ) (stroke (width 0) (type default)) - (uuid 818c0704-8386-48d8-b063-7310650c9c68) + (uuid bfa32f89-7f4e-44e3-9ae6-f73168e776c0) ) (wire (pts @@ -1937,22 +2060,28 @@ (xy 60.96 50.8) ) (stroke (width 0) (type default)) - (uuid 9faa4044-6133-44f0-8089-c6a15f744c7d) + (uuid 8dd92b4f-9898-4e9f-8b8b-86e7f98ac7ea) ) (symbol (lib_id "Device:C") (at 68.58 50.8 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C1" (at 68.58 44.77 -270) (effects (font (size 1.27 1.27)))) (property "Value" "1n" (at 68.58 46.77 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 60.96 50.8) (diameter 0) (color 0 0 0 0) - (uuid 92d5ccc6-55da-48ff-9c61-bdda21fdb326) + (uuid 0a57607c-f9bc-430c-b286-a0788adb7018) ) (wire (pts @@ -1960,7 +2089,7 @@ (xy 60.96 63.5) ) (stroke (width 0) (type default)) - (uuid af08e68b-a832-4ced-a93c-967705cbac08) + (uuid 933d1d1f-93ea-451e-99f0-39f6291d207d) ) (wire (pts @@ -1968,7 +2097,7 @@ (xy 76.2 35.56) ) (stroke (width 0) (type default)) - (uuid 7aacf858-3eb7-42ca-9b77-083a0855b777) + (uuid f292d27d-0d36-4454-8a1f-a620cf15be61) ) (symbol (lib_id "elektrophon:2N5457") (at 68.58 33.02 90) (mirror x) @@ -1989,8 +2118,8 @@ (property "ki_keywords" "2N5457-ND" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) (property "ki_description" "JFET N-CH 25V 0.31W TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "J2N5459" (at 68.58 33.02 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Node_Sequence" "1 3 2" (at 68.58 33.02 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 68.58 33.02 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Node_Sequence" "1 3 2" (at 68.58 33.02 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "J" (at 68.58 33.02 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -1999,7 +2128,7 @@ (xy 60.96 50.8) ) (stroke (width 0) (type default)) - (uuid e8345f32-595e-426b-8905-f020296afdd7) + (uuid 0a3540a0-748f-4f75-9023-df8bae56bee3) ) (wire (pts @@ -2007,17 +2136,23 @@ (xy 78.74 66.04) ) (stroke (width 0) (type default)) - (uuid bdbe52bd-9a38-4576-b9f1-d423be4fd699) + (uuid 23a248b8-4ab7-4a09-abfc-afb11e23f0ba) ) (symbol (lib_id "Device:R") (at 82.55 66.04 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R2" (at 82.55 61.019999999999996 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 82.55 63.019999999999996 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2025,12 +2160,12 @@ (xy 88.9 66.04) ) (stroke (width 0) (type default)) - (uuid d486eeb0-7938-450e-b5ee-1c54e34205c2) + (uuid bce74ec2-e03a-470e-aa13-894e77204691) ) (junction (at 88.9 66.04) (diameter 0) (color 0 0 0 0) - (uuid 9479f4f1-8797-465c-ad66-a23ef0b03585) + (uuid ad406d55-0696-4ac5-8854-98ddf79bd25b) ) (wire (pts @@ -2038,21 +2173,27 @@ (xy 91.44 66.04) ) (stroke (width 0) (type default)) - (uuid f64f0e28-ea41-4c87-848c-6def53b13cd7) + (uuid 398b1dab-d916-453e-a6c1-d3af8f0fbcb7) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 99.06 63.5 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 99.06 54.42 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 99.06 56.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 99.06 63.5 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 99.06 63.5 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 99.06 63.5 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -2060,7 +2201,7 @@ (xy 88.9 76.2) ) (stroke (width 0) (type default)) - (uuid 1ef858f0-e33e-4478-8236-b8b8e3a82fca) + (uuid 032ce3ec-ff24-4a4f-a2d6-0e7ccdfa2601) ) (wire (pts @@ -2068,31 +2209,43 @@ (xy 86.36 76.2) ) (stroke (width 0) (type default)) - (uuid b0836658-d4ce-4e66-a13e-53ac485373dc) + (uuid bc94c004-7f53-447f-b1b3-467c95ef89a6) ) (symbol (lib_id "Device:R") (at 82.55 76.2 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R3" (at 82.55 71.18 -270) (effects (font (size 1.27 1.27)))) (property "Value" "137.6k" (at 82.55 73.18 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 78.74 76.2 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 74.2 76.2 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 106.68 63.5) (diameter 0) (color 0 0 0 0) - (uuid cc674b1c-9d5a-4092-ad92-3f56442b0c8c) + (uuid 753e32ec-c7f8-41a9-a5a9-41b03c269710) ) (wire (pts @@ -2100,7 +2253,7 @@ (xy 106.68 48.26) ) (stroke (width 0) (type default)) - (uuid a8474803-1e95-4e5d-816c-025e01db78ad) + (uuid 22884291-d5c1-4635-b051-034d861f5358) ) (wire (pts @@ -2108,7 +2261,7 @@ (xy 102.87 48.26) ) (stroke (width 0) (type default)) - (uuid be1a3ec7-d91b-4335-8cef-8af2fb873d3b) + (uuid e121286e-f109-4cf7-a1d4-d7a650cfb562) ) (wire (pts @@ -2116,22 +2269,28 @@ (xy 91.44 48.26) ) (stroke (width 0) (type default)) - (uuid 2c4bfc6e-0cad-4082-bb6b-44cb9880f30e) + (uuid 03832dbb-f8f2-4a12-bb4c-4a60a9ad99a7) ) (symbol (lib_id "Device:R") (at 99.06 48.26 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R4" (at 99.06 43.24 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 99.06 45.24 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 91.44 48.26) (diameter 0) (color 0 0 0 0) - (uuid 0c9d7e80-8f0d-4ee1-8068-e8a1e3aa49df) + (uuid f0504770-efe1-47e3-8e99-0a422b461a34) ) (wire (pts @@ -2139,26 +2298,38 @@ (xy 91.44 60.96) ) (stroke (width 0) (type default)) - (uuid 9cd145c1-1e75-4769-b003-4af0eacc9a18) + (uuid fba0301c-24dd-4524-a2d4-93c4f3310890) ) (symbol (lib_id "Device:R") (at 87.63 48.26 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R5" (at 87.63 43.24 -270) (effects (font (size 1.27 1.27)))) (property "Value" "27k" (at 87.63 45.24 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 83.82 48.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 83.82 52.8 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2166,10 +2337,10 @@ (xy 109.22 63.5) ) (stroke (width 0) (type default)) - (uuid 50618c78-b682-4057-af84-d4340ca71a85) + (uuid db9e801c-287a-42c7-9559-03088a2d16ef) ) (label "SAW" (at 109.22 63.5 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 109328e7-ead1-4f5a-be57-70334ce52361) + (uuid 4bff9d97-1fc8-4038-9e25-ad76e3800e7b) ) (wire (pts @@ -2177,33 +2348,45 @@ (xy 66.04 25.4) ) (stroke (width 0) (type default)) - (uuid 84f592c2-d50f-4a6d-b7a9-422732575f4c) + (uuid 01ebb2d9-06a0-4c19-9279-a70a21b28df7) ) (symbol (lib_id "Device:R") (at 62.23 25.4 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R6" (at 62.23 20.38 -270) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 62.23 22.38 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 50.8 25.4 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U2" (at 50.8 16.32 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 50.8 18.32 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 50.8 25.4 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 50.8 25.4 0) (effects (font (size 1.27 1.27)) hide)) ) (label "Vref" (at 43.18 22.86 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 4b8cef41-4316-4e6b-8098-d5bcce2d983d) + (uuid 2df5fd4f-e686-4b4e-bbba-7237616c24bb) ) (wire (pts @@ -2211,93 +2394,131 @@ (xy 38.1 27.94) ) (stroke (width 0) (type default)) - (uuid 7801d64f-c733-4505-bb3b-ae663f4ff46d) + (uuid c12426ab-0e06-410f-b29b-a9f43b21f7ee) ) (junction (at 38.1 27.94) (diameter 0) (color 0 0 0 0) - (uuid b70a39c0-b922-483b-b953-f2a72ed81577) + (uuid cef80aca-fed1-4e42-b312-61c670501f28) ) (symbol (lib_id "Device:C") (at 34.29 27.94 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C2" (at 34.29 21.91 -270) (effects (font (size 1.27 1.27)))) (property "Value" "270p" (at 34.29 23.91 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "Pulse" (at 30.48 27.94 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid aa79b79d-8976-4055-8d5f-ef4fc6d5a91f) + (uuid e2626507-89fc-45cd-b255-0d504e6eb7a4) ) (symbol (lib_id "Device:R") (at 38.1 31.75 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R7" (at 40.12 30.75 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "4.7k" (at 40.12 32.75 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 35.56 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 38.1 40.1 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "SAW" (at 25.4 116.84 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid c038f318-3c73-4a92-93fd-199f1ab24fff) + (uuid f16b75bf-db83-42e2-91fa-f0f30d36635c) ) (symbol (lib_id "Device:R") (at 29.21 116.84 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R8" (at 29.21 111.82 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 29.21 113.82 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 33.02 116.84) (diameter 0) (color 0 0 0 0) - (uuid 9ddac214-9209-49ed-a181-402dfeb5eb87) + (uuid cac8a4c0-6196-46eb-9b9c-0e6c05a65d2d) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 40.64 119.38 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 40.64 110.3 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 40.64 112.3 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 40.64 119.38 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 40.64 119.38 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 48.26 119.38) (diameter 0) (color 0 0 0 0) - (uuid 51ba7b73-dcb1-4634-84f5-d167599c1db7) + (uuid 91e5b712-c4ec-4148-83d2-2395343f354c) ) (symbol (lib_id "Diode:1N4148") (at 52.07 119.38 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D1" (at 52.07 114.11 0) (effects (font (size 1.27 1.27)))) (property "Value" "1n4148" (at 52.07 116.11 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "D1N4148" (at 52.07 119.38 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "D" (at 52.07 119.38 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Node_Sequence" "2 1" (at 52.07 119.38 0) (effects (font (size 1.27 1.27)) hide)) @@ -2305,7 +2526,7 @@ (junction (at 55.88 119.38) (diameter 0) (color 0 0 0 0) - (uuid 9128a149-caec-4e5c-b942-90503e6e5a58) + (uuid 8c3b2544-9658-4db8-a1e1-917fdc798271) ) (wire (pts @@ -2313,7 +2534,7 @@ (xy 48.26 106.68) ) (stroke (width 0) (type default)) - (uuid 6376386b-749c-42a3-8b71-105707a8d479) + (uuid 176f9a26-08a6-451e-bec6-4180526b6074) ) (wire (pts @@ -2321,7 +2542,7 @@ (xy 44.45 106.68) ) (stroke (width 0) (type default)) - (uuid 340151a6-9922-4308-84fb-823005dee282) + (uuid 74685369-32e4-4e2e-9b53-3a490314f156) ) (wire (pts @@ -2329,27 +2550,35 @@ (xy 33.02 106.68) ) (stroke (width 0) (type default)) - (uuid 49deb72f-a5d7-4bab-9505-dd121cb06aff) + (uuid fd41e05d-4e73-41b6-91a6-f6507e66c5d6) ) (symbol (lib_id "Diode:1N4148") (at 40.64 106.68 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D2" (at 40.64 101.41 0) (effects (font (size 1.27 1.27)))) (property "Value" "1n4148" (at 40.64 103.41 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Node_Sequence" "2 1" (at 40.64 106.68 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "D" (at 40.64 106.68 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "D1N4148" (at 40.64 106.68 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "D" (at 40.64 106.68 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Node_Sequence" "2 1" (at 40.64 106.68 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 33.02 106.68) (diameter 0) (color 0 0 0 0) - (uuid 2ee60423-8448-4d95-b834-fdaf6c819fd0) + (uuid 51c8b68d-7bab-4452-8c03-113f41c512be) ) (wire (pts @@ -2357,7 +2586,7 @@ (xy 33.02 116.84) ) (stroke (width 0) (type default)) - (uuid 58de2648-3c53-4201-be31-9ff9f0a6392c) + (uuid f63541be-7354-40ee-bcd5-2b5ddf296f06) ) (wire (pts @@ -2365,7 +2594,7 @@ (xy 55.88 93.98) ) (stroke (width 0) (type default)) - (uuid 03d47571-01df-4107-8e36-e0940e38399e) + (uuid a38074a8-882a-4d85-b0e7-4bd2d4f38c1b) ) (wire (pts @@ -2373,7 +2602,7 @@ (xy 48.26 93.98) ) (stroke (width 0) (type default)) - (uuid e57a74a4-23d3-406a-94e3-b38a2517ba7d) + (uuid ab58bcc6-2a2c-4102-9aad-f0473242f087) ) (wire (pts @@ -2381,17 +2610,23 @@ (xy 33.02 93.98) ) (stroke (width 0) (type default)) - (uuid 7b393ed1-a964-4985-a296-be1970207765) + (uuid 39848b07-118c-4ef3-9c2f-2a8295e3751f) ) (symbol (lib_id "Device:R") (at 44.45 93.98 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R9" (at 44.45 88.96 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 44.45 90.96 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2399,22 +2634,28 @@ (xy 33.02 106.68) ) (stroke (width 0) (type default)) - (uuid 540e438e-c411-4a58-88b4-5d7070be0e1d) + (uuid 55b09d8c-ccd9-406e-94a7-1384d1e3fa40) ) (symbol (lib_id "Device:R") (at 59.69 119.38 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R10" (at 59.69 114.36 -90) (effects (font (size 1.27 1.27)))) (property "Value" "50k" (at 59.69 116.36 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 63.5 119.38) (diameter 0) (color 0 0 0 0) - (uuid 25246625-c5cb-429d-b4d6-f34266d06cb2) + (uuid c52fbd8f-bc07-4a53-9486-2dc5a32bd6a6) ) (wire (pts @@ -2422,26 +2663,32 @@ (xy 68.58 119.38) ) (stroke (width 0) (type default)) - (uuid 5278565d-ac6a-4ba9-a896-b2fad3f87aac) + (uuid 11b51988-d3bf-4d5d-a026-a861f0229770) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 76.2 121.92 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 76.2 112.84 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 76.2 114.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 76.2 121.92 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 76.2 121.92 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 76.2 121.92 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 83.82 121.92) (diameter 0) (color 0 0 0 0) - (uuid e9b78dbe-1e4b-4ea8-9c4d-8f69a0edfeef) + (uuid 0a730bc3-fc01-4dfa-a98f-6b02b0f00323) ) (wire (pts @@ -2449,10 +2696,10 @@ (xy 86.36 121.92) ) (stroke (width 0) (type default)) - (uuid 6df796b3-f7fc-4454-84dc-e93bf1f18a70) + (uuid 81b00048-31e1-4257-84ec-c35cbabc2b48) ) (label "TRIANGLE" (at 86.36 121.92 90) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 1c95b871-aefd-4dd8-9e93-e730fddeea98) + (uuid 168b893c-9681-4ffc-9025-9a18472e0ece) ) (wire (pts @@ -2460,12 +2707,12 @@ (xy 83.82 109.22) ) (stroke (width 0) (type default)) - (uuid 165aab53-0495-4377-bac4-73a09497fba0) + (uuid c439a026-6d5c-42b3-a596-208f9fe7278e) ) (junction (at 83.82 109.22) (diameter 0) (color 0 0 0 0) - (uuid 956b7fd7-a130-425d-86e7-770b944eb841) + (uuid b543609a-4e7d-41e7-a994-9346a95fbd0e) ) (wire (pts @@ -2473,7 +2720,7 @@ (xy 80.01 109.22) ) (stroke (width 0) (type default)) - (uuid 4ddd7887-1316-4508-873c-1c4d94b28fff) + (uuid 685cd926-c2be-4c24-8d4f-df94d560c8ed) ) (wire (pts @@ -2481,22 +2728,28 @@ (xy 68.58 109.22) ) (stroke (width 0) (type default)) - (uuid d23057c7-1de8-4f82-b13f-5e0e897b67cf) + (uuid b6354e65-7e8c-43a7-b90e-f251e3de6f3b) ) (symbol (lib_id "Device:R") (at 76.2 109.22 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R11" (at 76.2 104.2 -270) (effects (font (size 1.27 1.27)))) (property "Value" "210k" (at 76.2 106.2 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 68.58 109.22) (diameter 0) (color 0 0 0 0) - (uuid 715fbf11-019b-406d-b57c-e6139c4b5476) + (uuid 103c0174-e4cc-4d86-9ffc-24012420fc0e) ) (wire (pts @@ -2504,12 +2757,12 @@ (xy 68.58 119.38) ) (stroke (width 0) (type default)) - (uuid 46802671-49f6-4550-8004-912fe2ebe496) + (uuid 67f9043e-ce1c-4ab9-93a4-bfa81962bbe3) ) (junction (at 68.58 119.38) (diameter 0) (color 0 0 0 0) - (uuid 0c510fe4-2ee0-46de-a2c5-336492242874) + (uuid 29f8ad5a-9969-490c-898b-3617934bd20d) ) (wire (pts @@ -2517,7 +2770,7 @@ (xy 83.82 96.52) ) (stroke (width 0) (type default)) - (uuid 38fa64d4-741a-43dc-a9fa-e62e34ad67d0) + (uuid f2f8ae24-b7df-4b94-b403-f29969699e3d) ) (wire (pts @@ -2525,7 +2778,7 @@ (xy 80.01 96.52) ) (stroke (width 0) (type default)) - (uuid b1bb4b0c-be1f-4bae-ad8c-9b8645478422) + (uuid 73c9e6bb-4b9e-4637-9f57-2fa4aef6def3) ) (wire (pts @@ -2533,17 +2786,23 @@ (xy 68.58 96.52) ) (stroke (width 0) (type default)) - (uuid 8d38f886-1f0b-4d0b-801f-9449d8781c18) + (uuid 293f4393-7c3d-45e4-b394-a3646e1e59fd) ) (symbol (lib_id "Device:C") (at 76.2 96.52 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C3" (at 76.2 90.49 -270) (effects (font (size 1.27 1.27)))) (property "Value" "47p" (at 76.2 92.49 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2551,7 +2810,7 @@ (xy 68.58 109.22) ) (stroke (width 0) (type default)) - (uuid 8607b2b1-7f15-4f28-b0bc-cd261399f610) + (uuid 65589159-cbcd-4094-8159-835dcb368896) ) (wire (pts @@ -2559,25 +2818,31 @@ (xy 63.5 129.54) ) (stroke (width 0) (type default)) - (uuid 0999266a-cdd4-4bce-870f-3fecf4848096) + (uuid f388780d-083d-4896-8a6e-6562e5f704ba) ) (junction (at 63.5 129.54) (diameter 0) (color 0 0 0 0) - (uuid dc8a6755-7da1-48c5-ab38-d3ece6fb9a9a) + (uuid c986af0d-4d9c-4136-844d-00710cf4e8e4) ) (symbol (lib_id "Device:R") (at 59.69 129.54 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R12" (at 59.69 124.52000000000001 -270) (effects (font (size 1.27 1.27)))) (property "Value" "220k" (at 59.69 126.52000000000001 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "vBias" (at 55.88 129.54 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid c05a130f-45c4-4d0e-9964-09964b28b35d) + (uuid 73433803-0b65-4284-aaa6-c8770ac6c61a) ) (wire (pts @@ -2585,38 +2850,56 @@ (xy 63.5 139.7) ) (stroke (width 0) (type default)) - (uuid 0b7e7002-4713-4a1f-947e-bbed47e9d54f) + (uuid f6b6ae5c-a670-4876-9c87-e15d9815eb5d) ) (symbol (lib_id "Device:R") (at 59.69 139.7 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R13" (at 59.69 134.68 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 59.69 136.68 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "SAW" (at 55.88 139.7 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 630753c2-0e2d-4d89-b0a5-9d30593bdcfb) + (uuid 6b597a51-87fd-4a6f-b055-4fad1b234c32) ) (symbol (lib_id "power:GND") (at 33.02 121.92 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 33.02 126.46 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 68.58 124.46 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 68.58 129 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2624,19 +2907,25 @@ (xy 88.9 121.92) ) (stroke (width 0) (type default)) - (uuid 74eed864-a8a4-4cce-86a8-af292b403e2f) + (uuid 41c1b0a6-b856-47c3-b6fb-d3b65d51a802) ) (symbol (lib_id "Device:R_Potentiometer") (at 92.71 121.92 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV1" (at 92.71 124.94 90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 92.71 126.94 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "Potentiometer1" (at 92.71 121.92 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "Y" (at 92.71 121.92 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "Potentiometer1" (at 92.71 121.92 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 92.71 121.92 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -2645,12 +2934,12 @@ (xy 102.87 118.11) ) (stroke (width 0) (type default)) - (uuid 5c29eb47-3dfd-4240-a3b6-6b2a20c92152) + (uuid 891cd3f1-4fc1-4c7e-9aa8-e8b20b1d9405) ) (junction (at 102.87 118.11) (diameter 0) (color 0 0 0 0) - (uuid 6ba91973-a5dc-4887-9e52-6c9cda70385c) + (uuid bf4f1508-a395-4c8f-8515-a3aa75df0c83) ) (wire (pts @@ -2658,39 +2947,58 @@ (xy 105.41 118.11) ) (stroke (width 0) (type default)) - (uuid 398f0699-44b5-4029-840e-2b38f711d480) + (uuid 295e7db3-a8d6-4caf-8b69-86f15924382d) ) (symbol (lib_id "Transistor_BJT:BC547") (at 110.49 118.11 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q1" (at 115.58 117.11 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "BC547" (at 115.58 119.11 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "BC547B" (at 110.49 118.11 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "Q" (at 110.49 118.11 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "BC547B" (at 110.49 118.11 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 110.49 118.11 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "Device:R") (at 102.87 121.92 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R14" (at 104.89 120.92 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "2.2k" (at 104.89 122.92 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 102.87 125.73 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 102.87 130.27 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2698,12 +3006,12 @@ (xy 113.03 105.41) ) (stroke (width 0) (type default)) - (uuid 4f8cd398-8c97-4c5d-b8cf-3c8cdb470f0e) + (uuid 46a9a64a-46f4-4fb3-9e0f-b834f5d94e43) ) (junction (at 113.03 105.41) (diameter 0) (color 0 0 0 0) - (uuid c86588cc-63fb-42e5-a121-4e18287077c7) + (uuid ecec4af3-967d-4454-8a78-4dc248ba2af3) ) (wire (pts @@ -2711,17 +3019,23 @@ (xy 113.03 102.87) ) (stroke (width 0) (type default)) - (uuid 9037a943-5029-4b6f-a8a0-b44b3f8cc55b) + (uuid d12e37ba-5ff5-40d7-9eef-f35604842fa8) ) (symbol (lib_id "Device:R") (at 113.03 99.06 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R15" (at 115.05 98.06 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "10k" (at 115.05 100.06 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2729,7 +3043,7 @@ (xy 113.03 92.71) ) (stroke (width 0) (type default)) - (uuid f2a308f2-c6f0-4b07-bf80-88d4804c4518) + (uuid 23e8ff3f-8dba-4a2a-a713-02ee9fc1d47f) ) (wire (pts @@ -2737,21 +3051,27 @@ (xy 121.92 92.71) ) (stroke (width 0) (type default)) - (uuid a9929d6a-c3f5-47e1-a866-32685b175fa7) + (uuid 2630137a-02b0-4662-ae22-970c264a4edd) ) (junction (at 121.92 92.71) (diameter 0) (color 0 0 0 0) - (uuid 7d3105ae-26a5-4594-a288-3370f6293839) + (uuid 61aac5fb-b3b8-49d8-b9fe-d5b02e56b5b2) ) (symbol (lib_id "power:+15V") (at 121.92 92.71 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 121.92 88.17 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2759,12 +3079,12 @@ (xy 113.03 130.81) ) (stroke (width 0) (type default)) - (uuid e28a89db-87ec-46f7-85b6-7990e6e7fec7) + (uuid 31659a2d-7ac0-4ed5-b5c2-6068cdf1b894) ) (junction (at 113.03 130.81) (diameter 0) (color 0 0 0 0) - (uuid 974f761b-90eb-4909-9514-16e47b3fb085) + (uuid b9c812fd-33c2-4e26-b6b9-ea40cab9eb0f) ) (wire (pts @@ -2772,7 +3092,7 @@ (xy 113.03 140.97) ) (stroke (width 0) (type default)) - (uuid d6c3d559-3f74-44d3-8f27-8adc1adf4a9e) + (uuid d3b38764-684a-4809-b2cb-37e25a1bd31e) ) (wire (pts @@ -2780,18 +3100,24 @@ (xy 118.11 140.97) ) (stroke (width 0) (type default)) - (uuid c6d6e791-db30-474b-bab9-2fecbf137fad) + (uuid aeacad38-2fc0-4e2c-864f-6ecdb0eedff9) ) (symbol (lib_id "Device:R_Potentiometer") (at 121.92 140.97 90) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV2" (at 121.92 135.95 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 121.92 137.95 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 121.92 140.97 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 121.92 140.97 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer2" (at 121.92 140.97 0) (effects (font (size 1.27 1.27)) hide)) @@ -2802,7 +3128,7 @@ (xy 130.81 140.97) ) (stroke (width 0) (type default)) - (uuid abda2d7d-60a5-46e5-9f58-9f3df0ae3478) + (uuid 32fb4892-622a-485f-9a72-0446418ce7b7) ) (wire (pts @@ -2810,12 +3136,12 @@ (xy 130.81 130.81) ) (stroke (width 0) (type default)) - (uuid e922fa7e-a0b2-48e9-a12b-8522a0fa6761) + (uuid ab876486-6518-4a82-a768-bccf2ac24a92) ) (junction (at 130.81 130.81) (diameter 0) (color 0 0 0 0) - (uuid 9d552b6c-e465-4a16-958c-4c24a96597cb) + (uuid 72156f5b-8718-45e9-9d37-c6659f41a263) ) (wire (pts @@ -2823,20 +3149,27 @@ (xy 130.81 123.19) ) (stroke (width 0) (type default)) - (uuid 72ccbe60-7fd8-46fd-890d-555fc74b19ab) + (uuid 5341f8d5-1643-434e-97c5-fa8e111439bb) ) (symbol (lib_id "Transistor_BJT:BC547") (at 133.35 118.11 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q2" (at 128.26 117.11 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "BC547" (at 128.26 119.11 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 133.35 118.11 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "Q" (at 133.35 118.11 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Netlist_Enabled" "Y" (at 133.35 118.11 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "BC547B" (at 133.35 118.11 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -2845,12 +3178,12 @@ (xy 130.81 110.49) ) (stroke (width 0) (type default)) - (uuid a5e7d813-656d-4eca-8e80-2c4279ef7b38) + (uuid aed4f7d3-342b-4fcf-aafa-8d95fe190348) ) (junction (at 130.81 110.49) (diameter 0) (color 0 0 0 0) - (uuid d8427b7d-d71c-42b0-936a-81819d1b29c4) + (uuid ad7f8274-7af5-4154-b967-c71f4649d8a6) ) (wire (pts @@ -2858,17 +3191,23 @@ (xy 130.81 102.87) ) (stroke (width 0) (type default)) - (uuid 38b1ae02-ed60-44d6-b430-05866026be4f) + (uuid 259d9f5c-1cd3-4328-bdf8-916b4506713a) ) (symbol (lib_id "Device:R") (at 130.81 99.06 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R16" (at 132.83 98.06 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "10k" (at 132.83 100.06 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2876,7 +3215,7 @@ (xy 130.81 92.71) ) (stroke (width 0) (type default)) - (uuid 5db015b0-0638-447f-aa7c-fa7d011ae9a0) + (uuid e30bf951-eead-4d99-b4cf-9bf26d471746) ) (wire (pts @@ -2884,26 +3223,38 @@ (xy 121.92 92.71) ) (stroke (width 0) (type default)) - (uuid 8745624c-f603-4067-aa8f-12e2f31d0cab) + (uuid b13705c7-fb90-48af-b952-3673f5165603) ) (symbol (lib_id "Device:R") (at 121.92 148.59 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R17" (at 123.94 147.59 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "18k" (at 123.94 149.59 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 121.92 152.4 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 121.92 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2911,7 +3262,7 @@ (xy 125.73 130.81) ) (stroke (width 0) (type default)) - (uuid 98bd8546-e551-4995-8a13-217914cddc33) + (uuid f5033413-9d0b-461d-b768-56431c542965) ) (wire (pts @@ -2919,17 +3270,23 @@ (xy 113.03 130.81) ) (stroke (width 0) (type default)) - (uuid e01d5323-1e84-4049-acc4-8a085b445f5f) + (uuid 8b3403f1-ffa6-4467-ab9c-ba93d9616fb4) ) (symbol (lib_id "Device:R") (at 121.92 130.81 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R18" (at 121.92 125.78999999999999 -270) (effects (font (size 1.27 1.27)))) (property "Value" "390" (at 121.92 127.78999999999999 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2937,26 +3294,38 @@ (xy 140.97 118.11) ) (stroke (width 0) (type default)) - (uuid 31d550f0-2011-4eca-b922-dcda947c3bc4) + (uuid ee57d020-78e6-4963-ad2c-4aff4aa7deef) ) (symbol (lib_id "Device:R") (at 140.97 121.92 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R19" (at 142.99 120.92 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "2.2k" (at 142.99 122.92 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 140.97 125.73 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 140.97 130.27 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2964,19 +3333,25 @@ (xy 148.59 105.41) ) (stroke (width 0) (type default)) - (uuid 051fd89a-f8a8-4c82-9b1b-bbf98057c331) + (uuid 58956ead-acf7-496a-8bda-f8da1a52d353) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 156.21 107.95 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 156.21 98.87 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 156.21 100.87 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 156.21 107.95 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 156.21 107.95 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -2986,15 +3361,15 @@ (xy 166.37 107.95) ) (stroke (width 0) (type default)) - (uuid af7638b2-d809-4e6d-acfe-f8478965e3e5) + (uuid 5e4ee803-dde5-41ce-a13c-a3851fdaa7bd) ) (label "SINE" (at 166.37 107.95 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 1ab67da7-d8f8-43d9-8494-6dd59d04fb85) + (uuid 4409ba5b-d9dc-4355-b776-d924a1e468a8) ) (junction (at 163.83 107.95) (diameter 0) (color 0 0 0 0) - (uuid 2c2ea5f2-513e-4046-9419-9eeab0311aeb) + (uuid dfd580d7-88e8-4c1a-9c74-76bf2f37d8b5) ) (wire (pts @@ -3002,7 +3377,7 @@ (xy 163.83 92.71) ) (stroke (width 0) (type default)) - (uuid d5b34be8-c67a-4b85-adf6-a23728e8e2fb) + (uuid 133234d7-3db3-4d42-89f4-bfe1d9c18762) ) (wire (pts @@ -3010,7 +3385,7 @@ (xy 160.02 92.71) ) (stroke (width 0) (type default)) - (uuid ea5040a5-8d1e-4399-a393-c76bbddbd7a6) + (uuid 68c2ef5b-336f-4117-b0a7-d6aa9d3e45cd) ) (wire (pts @@ -3018,17 +3393,23 @@ (xy 148.59 92.71) ) (stroke (width 0) (type default)) - (uuid 84059c17-6171-4cc9-b743-093edd2cc057) + (uuid 41959a20-5ffc-4214-8e10-4fde06710990) ) (symbol (lib_id "Device:R") (at 156.21 92.71 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R20" (at 156.21 87.69 -270) (effects (font (size 1.27 1.27)))) (property "Value" "15k" (at 156.21 89.69 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3036,12 +3417,12 @@ (xy 148.59 105.41) ) (stroke (width 0) (type default)) - (uuid 513c9bef-2a60-4e01-810c-1fac04f3db96) + (uuid f39996be-7a4d-4b17-9b08-bc4ba9b6f70f) ) (junction (at 148.59 105.41) (diameter 0) (color 0 0 0 0) - (uuid 70b1aa28-d5dc-4a56-9c9c-d1b77ba82aa8) + (uuid bae7544b-1243-483c-9a9d-62e84770d619) ) (wire (pts @@ -3049,12 +3430,12 @@ (xy 148.59 110.49) ) (stroke (width 0) (type default)) - (uuid 97667b5f-ec44-4682-b73e-0b79f92f8492) + (uuid 402894d9-7d83-45aa-8e4a-502cc5930a86) ) (junction (at 148.59 110.49) (diameter 0) (color 0 0 0 0) - (uuid 0f6bf3ea-fecb-47a4-8ee8-d85b277a1d3f) + (uuid 4a7a1b1e-356b-4230-b53f-5bcc5fcc3e13) ) (wire (pts @@ -3062,26 +3443,38 @@ (xy 148.59 113.03) ) (stroke (width 0) (type default)) - (uuid 05a46aea-ef45-4295-a2ce-f462a24796be) + (uuid 81d007ea-f635-461c-8100-4d8d06e6e75e) ) (symbol (lib_id "Device:R") (at 148.59 116.84 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R21" (at 150.61 115.84 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 150.61 117.84 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 148.59 120.65 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 148.59 125.19 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "elektrophon:STM32_BluePill") (at 264.16 124.46 0) (unit 1) (in_bom yes) (on_board yes) @@ -3091,51 +3484,63 @@ (property "Datasheet" "" (at 0 26.67 0) (effects (font (size 1.27 1.27)) hide)) ) (label "SCK_1" (at 274.32 127 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 099afa95-cb7f-44f0-ab56-1832b7f2867f) + (uuid f2bf041a-2860-4e52-895c-df243904637b) ) (label "SDI_1" (at 274.32 121.92 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e2c7e879-893b-4621-9a56-a1c083ea6d6f) + (uuid 148fe7a4-5d80-473d-aff1-290459a3b4a5) ) (label "CS_1" (at 274.32 111.76 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7ed7b162-aee1-447e-84ab-aab4026ca932) + (uuid f4e8353a-8758-49c8-a8b1-8cfb3270e65f) ) (label "MIDI" (at 274.32 114.3 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7995839d-c43d-4752-8797-67d7ad554398) + (uuid 21c800a1-e733-4e00-81ba-c0d0e0e181c5) ) (label "CONNECT" (at 274.32 116.84 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6accccff-f870-4445-98b1-75fd21fee769) + (uuid 8d2d27cb-6387-41e5-9488-299b347a1e42) ) (label "CS_2" (at 274.32 129.54 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid cb7ab312-2d94-4a62-80fc-29baab6ffd7e) + (uuid 6626a320-8cdd-4fbc-ae75-ccdd9d7838c9) ) (label "PULSE" (at 274.32 119.38 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 37f78ab7-c10e-4e75-82f6-98aadbb68cd9) + (uuid a0b7d911-d69c-4d1e-88b0-af1b1891219e) ) (label "SCK_2" (at 254 104.14 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5e9cf9da-669e-4d58-a80a-cb7d95512cd8) + (uuid 8e413b60-df06-4099-94d0-782a50f788f1) ) (label "SDI_2" (at 254 109.22 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5235e74a-48b2-4fc4-8569-699fda972e0f) + (uuid d9645185-b00b-4112-b5a4-c5350bc88f26) ) (symbol (lib_id "Analog_DAC:MCP4822") (at 177.8 137.16 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U30" (at 177.8 123 0) (effects (font (size 1.27 1.27)))) (property "Value" "MCP4822" (at 177.8 125 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 20.32 -7.62 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20002249B.pdf" (at 20.32 -7.62 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "12-Bit DAC SPI Reference 2ch" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "2-Channel 12-Bit D/A Converters with SPI Interface and Internal Reference (2.048V)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm* MSOP*3x3mm*P0.65mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 20.32 -7.62 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20002249B.pdf" (at 20.32 -7.62 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "2-Channel 12-Bit D/A Converters with SPI Interface and Internal Reference (2.048V)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "12-Bit DAC SPI Reference 2ch" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm* MSOP*3x3mm*P0.65mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 194.31 134.62 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R22" (at 194.31 129.6 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 194.31 131.6 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3143,22 +3548,28 @@ (xy 198.12 142.24) ) (stroke (width 0) (type default)) - (uuid 5c6ad279-b953-4cbe-97dc-f1624eed6970) + (uuid a6c1956f-7323-4cd3-9cfa-6b0d4a40f925) ) (junction (at 198.12 142.24) (diameter 0) (color 0 0 0 0) - (uuid 9591b849-f188-48aa-b6b8-a8d8a3f651a4) + (uuid ab21ebcb-b171-407f-b980-f1973897d329) ) (symbol (lib_id "Device:R") (at 194.31 142.24 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R23" (at 194.31 137.22 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 194.31 139.22 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3166,35 +3577,47 @@ (xy 200.66 142.24) ) (stroke (width 0) (type default)) - (uuid a721d053-a169-45e3-a91c-18f462fa4a8c) + (uuid eaaaa4a2-5f13-429f-8ab0-15cbbc10b5e7) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 208.28 144.78 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U31" (at 208.28 135.7 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 208.28 137.7 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 208.28 144.78 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 208.28 144.78 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 208.28 144.78 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 200.66 147.32 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 200.66 151.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 215.9 144.78) (diameter 0) (color 0 0 0 0) - (uuid 2f9a72c3-821a-4888-abb4-2b07e705e819) + (uuid 95de1ce0-e269-458d-ab23-93f7a31602e9) ) (wire (pts @@ -3202,7 +3625,7 @@ (xy 215.9 132.08) ) (stroke (width 0) (type default)) - (uuid 4a253c02-79e2-4da4-929a-a494d5112a36) + (uuid f6867332-b8af-4ac8-a928-0cd9f584be44) ) (wire (pts @@ -3210,7 +3633,7 @@ (xy 212.09 132.08) ) (stroke (width 0) (type default)) - (uuid 760e9447-64cb-472c-971d-c491bf70647a) + (uuid f102f4eb-cf30-4caa-b40c-3d8fb83787e3) ) (wire (pts @@ -3218,22 +3641,28 @@ (xy 200.66 132.08) ) (stroke (width 0) (type default)) - (uuid fe18391b-0656-44d8-acb7-9423ebf70940) + (uuid a2c51212-3d8b-4455-be09-48336eb21504) ) (symbol (lib_id "Device:R") (at 208.28 132.08 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R24" (at 208.28 127.06 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 208.28 129.06 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 200.66 142.24) (diameter 0) (color 0 0 0 0) - (uuid 51dd81c9-d894-479a-a283-ec4f26282fb9) + (uuid bf4a7478-02b0-476a-becd-9c04b2b45e98) ) (wire (pts @@ -3241,45 +3670,63 @@ (xy 200.66 142.24) ) (stroke (width 0) (type default)) - (uuid 418860f3-f7c2-44b1-b715-65f53ac5eadc) + (uuid 0f55f9d7-47fe-4d08-af72-2088793a9c11) ) (symbol (lib_id "Device:R") (at 219.71 144.78 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R25" (at 219.71 139.76 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 219.71 141.76 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 231.14 147.32 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U31" (at 231.14 138.24 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 231.14 140.24 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 231.14 147.32 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 231.14 147.32 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 231.14 147.32 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 223.52 149.86 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 223.52 154.4 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 238.76 147.32) (diameter 0) (color 0 0 0 0) - (uuid fa96efd1-a2ce-41f7-9e61-73a03459ee95) + (uuid cbdddba7-0dc6-4bc4-ada5-2129db9ca5b1) ) (wire (pts @@ -3287,7 +3734,7 @@ (xy 238.76 134.62) ) (stroke (width 0) (type default)) - (uuid 8bdcb7e7-99b5-4629-8c79-990bd02a1f23) + (uuid 98f75b00-1974-4426-afc4-72dcafbd19c0) ) (wire (pts @@ -3295,7 +3742,7 @@ (xy 234.95 134.62) ) (stroke (width 0) (type default)) - (uuid 99e12c34-a731-40ae-b899-454eb98ed4af) + (uuid f0490592-cbc2-45d5-8202-cec9454aeab9) ) (wire (pts @@ -3303,22 +3750,28 @@ (xy 223.52 134.62) ) (stroke (width 0) (type default)) - (uuid 8e1629fe-54ad-418a-9b6a-4e04a3d9e640) + (uuid 0d6fbbf2-67f4-416f-a9eb-2ca002385736) ) (symbol (lib_id "Device:R") (at 231.14 134.62 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R26" (at 231.14 129.6 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 231.14 131.6 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 223.52 144.78) (diameter 0) (color 0 0 0 0) - (uuid d098a4b8-43bf-4d1f-823a-c4d370de71c1) + (uuid f58ff5a3-dffc-43f9-a948-b4c82d7138de) ) (wire (pts @@ -3326,7 +3779,7 @@ (xy 223.52 144.78) ) (stroke (width 0) (type default)) - (uuid edf62023-d9c4-4011-9f97-7a5517f33cb9) + (uuid 353eb139-17b3-4f5e-a3ae-6b10554e76f3) ) (wire (pts @@ -3334,58 +3787,76 @@ (xy 241.3 147.32) ) (stroke (width 0) (type default)) - (uuid ca59f872-d43e-4f90-ada6-c134ad75c09e) + (uuid f1b8e258-d509-4275-9882-cf554d9a2375) ) (label "CV" (at 241.3 147.32 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6fe4f6d0-b532-4d6c-a9d8-ed2ee7a99d2c) + (uuid a71cb53c-6f4e-48ab-aae7-53f74182d1c1) ) (symbol (lib_id "power:+5V") (at 177.8 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 177.8 122.46 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 177.8 149.86 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 177.8 154.4 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "SCK_1" (at 165.1 134.62 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 63658474-2df5-4caf-9bf4-ff086eba197f) + (uuid eae01dcc-9b75-4b64-bd64-060b63378813) ) (label "LDAC" (at 165.1 137.16 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 349dd86b-9842-4055-a107-c6485d9f2344) + (uuid 19414a0d-8459-4e12-8ec3-8ab830ea6e79) ) (label "SDI_1" (at 165.1 139.7 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid b04876db-0493-4e4e-b878-e476a01ee5cd) + (uuid 3757b687-93a5-426a-8832-87fc07230ff7) ) (label "CS_1" (at 165.1 142.24 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid bb5fe872-dba3-4cb5-865b-513d8e07b869) + (uuid 0d19f617-47f4-4901-a05a-c683a271b5a5) ) (label "CV" (at 127 50.8 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7c54d6ee-56d8-4f55-9d65-99a92190e024) + (uuid 30ca382f-073b-4d85-854c-26e528ff47a0) ) (symbol (lib_id "Device:R") (at 130.81 50.8 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R28" (at 130.81 45.78 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 130.81 47.78 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 134.62 50.8) (diameter 0) (color 0 0 0 0) - (uuid 3e188fc8-13c3-4ce1-8bc6-81a95d1fa552) + (uuid 88f9ca84-1b23-49a0-a116-154353847403) ) (wire (pts @@ -3393,20 +3864,26 @@ (xy 134.62 40.64) ) (stroke (width 0) (type default)) - (uuid f164e4d4-93cc-4f9a-8545-4c3e49f6337d) + (uuid 02117603-a3e5-47b5-be23-0fe22a0d1b15) ) (symbol (lib_id "Device:R") (at 130.81 40.64 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R27" (at 130.81 35.62 -270) (effects (font (size 1.27 1.27)))) (property "Value" "200k" (at 130.81 37.62 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "-10V" (at 127 40.64 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7540113d-b88a-41ac-80d6-ed93ed876ef2) + (uuid 28bf1cc4-33d2-4c78-a8ca-0475ef76e728) ) (wire (pts @@ -3414,19 +3891,25 @@ (xy 139.7 50.8) ) (stroke (width 0) (type default)) - (uuid e8bcb3b5-6ca4-42f1-93f7-e109262e8a02) + (uuid 0f226f44-80e5-4ffd-877c-edcd7f2d5ab0) ) (symbol (lib_id "Amplifier_Operational:MCP6004") (at 147.32 53.34 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 147.32 44.26 0) (effects (font (size 1.27 1.27)))) (property "Value" "MCP6004" (at 147.32 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.27 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21733j.pdf" (at 1.27 5.08 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.27 2.54 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21733j.pdf" (at 1.27 5.08 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "1MHz, Low-Power Op Amp, DIP-14/SOIC-14/TSSOP-14" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "quad opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "1MHz, Low-Power Op Amp, DIP-14/SOIC-14/TSSOP-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm* DIP*W7.62mm* TSSOP*4.4x5mm*P0.65mm* SSOP*5.3x6.2mm*P0.65mm* MSOP*3x3mm*P0.5mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "quad opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm* DIP*W7.62mm* TSSOP*4.4x5mm*P0.65mm* SSOP*5.3x6.2mm*P0.65mm* MSOP*3x3mm*P0.5mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 147.32 53.34 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 147.32 53.34 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 147.32 53.34 0) (effects (font (size 1.27 1.27)) hide)) @@ -3437,12 +3920,12 @@ (xy 154.94 38.1) ) (stroke (width 0) (type default)) - (uuid 73154b0d-5623-4fd5-8b1e-0fbd486c8b25) + (uuid 701e394f-090f-4ecf-9a33-cddfae1b0e93) ) (junction (at 154.94 38.1) (diameter 0) (color 0 0 0 0) - (uuid cb33d2d4-449e-4bc2-ba24-b07e1b756121) + (uuid 36f2f817-31ab-4668-8560-2200684e2b2e) ) (wire (pts @@ -3450,7 +3933,7 @@ (xy 151.13 38.1) ) (stroke (width 0) (type default)) - (uuid b709053a-9f3c-41f7-8865-4c5e11344f73) + (uuid 9fab6cc7-953e-4de9-acd3-3d7e9c696bdb) ) (wire (pts @@ -3458,22 +3941,28 @@ (xy 139.7 38.1) ) (stroke (width 0) (type default)) - (uuid 6d3300ac-41b7-4d36-a047-987ab9bfdd1d) + (uuid 56b97ec8-f1c5-440e-b6e9-be29b1f40536) ) (symbol (lib_id "Device:R") (at 147.32 38.1 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R29" (at 147.32 33.08 -270) (effects (font (size 1.27 1.27)))) (property "Value" "66.5k" (at 147.32 35.08 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 139.7 38.1) (diameter 0) (color 0 0 0 0) - (uuid dc776899-bc26-4d90-9bea-2afa96c7184e) + (uuid f2f77c9f-4593-4adf-91ad-5cce517f1f2a) ) (wire (pts @@ -3481,12 +3970,12 @@ (xy 139.7 50.8) ) (stroke (width 0) (type default)) - (uuid 26eba61f-6735-4f28-b3e4-3ad8a8871ba5) + (uuid 5fb8bec2-c605-40f4-87e5-6575743bc30e) ) (junction (at 139.7 50.8) (diameter 0) (color 0 0 0 0) - (uuid 265ba8df-72d2-4106-8b2b-6a92a61cd243) + (uuid 06e51069-8054-492b-a917-50c735b8af72) ) (wire (pts @@ -3494,7 +3983,7 @@ (xy 139.7 27.94) ) (stroke (width 0) (type default)) - (uuid 92ca8dea-6a88-4667-9bec-983f2f1d1f6e) + (uuid f42a5aca-7eab-406c-b88a-cfc49f40ef4b) ) (wire (pts @@ -3502,7 +3991,7 @@ (xy 143.51 27.94) ) (stroke (width 0) (type default)) - (uuid a3afd1eb-e579-430f-a7d0-4c87ca3351b8) + (uuid cc60ff77-8f5a-4728-b887-ee39a5bdcb35) ) (wire (pts @@ -3510,17 +3999,23 @@ (xy 154.94 27.94) ) (stroke (width 0) (type default)) - (uuid 036a8a7a-d3a9-4ad0-af2d-f9f93f723fca) + (uuid a0b70153-aa90-466b-961b-2e515d0d36a0) ) (symbol (lib_id "Device:C") (at 147.32 27.94 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C4" (at 147.32 21.91 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100n" (at 147.32 23.91 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3528,12 +4023,12 @@ (xy 154.94 38.1) ) (stroke (width 0) (type default)) - (uuid 80ceaab4-6ccc-4925-8f5c-68e62359f994) + (uuid d28562e3-932e-418d-b3b5-e8f914eacdee) ) (junction (at 154.94 53.34) (diameter 0) (color 0 0 0 0) - (uuid e352d18a-1dd4-44de-aa68-3e62faac428b) + (uuid 525f4afa-8d13-4f61-9df4-3c4921cb054f) ) (wire (pts @@ -3541,37 +4036,49 @@ (xy 157.48 53.34) ) (stroke (width 0) (type default)) - (uuid d623daf3-45ad-478e-ae7c-3dd9fd6fecd4) + (uuid 9efe0588-4c0c-4ebe-89d5-89aebda21f24) ) (label "ADC_1" (at 157.48 53.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6d1ade04-aac9-489a-83ec-4a39c2d7c5fc) + (uuid 6d3f72ab-cfea-4daf-a654-c621e154272d) ) (symbol (lib_id "power:GND") (at 139.7 55.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 139.7 60.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FM" (at 177.8 50.8 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid e94c4927-59bc-49f8-a213-a949c6398591) + (uuid b5818223-fb7c-426f-8ed1-c3bf2342c863) ) (symbol (lib_id "Device:R") (at 181.61 50.8 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R31" (at 181.61 45.78 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 181.61 47.78 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 185.42 50.8) (diameter 0) (color 0 0 0 0) - (uuid 5d258742-89c3-43cc-93a6-89d6f966ee53) + (uuid 0502f96e-1351-4807-ab4c-adc70be2f58c) ) (wire (pts @@ -3579,20 +4086,26 @@ (xy 185.42 60.96) ) (stroke (width 0) (type default)) - (uuid d3d41fff-c470-4a5a-b6ae-f24b340133dc) + (uuid 29cab841-68a8-49fe-b878-157b7ab9ee29) ) (symbol (lib_id "Device:R") (at 181.61 60.96 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R32" (at 181.61 55.94 -270) (effects (font (size 1.27 1.27)))) (property "Value" "66.5k" (at 181.61 57.94 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FM_ATTEN" (at 177.8 60.96 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 48c4ea4f-346f-439b-baee-558b9afd33b9) + (uuid a8d759f2-3f5a-4b79-810c-a56334adcc96) ) (wire (pts @@ -3600,20 +4113,26 @@ (xy 185.42 40.64) ) (stroke (width 0) (type default)) - (uuid ead8f814-bc2e-47b2-b619-5991eee542b8) + (uuid 8598a5ef-0cb0-4742-966a-44f4cb590191) ) (symbol (lib_id "Device:R") (at 181.61 40.64 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R30" (at 181.61 35.62 -270) (effects (font (size 1.27 1.27)))) (property "Value" "200k" (at 181.61 37.62 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "-10V" (at 177.8 40.64 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid b504fc17-4f39-4ca6-a9bd-377656faa51d) + (uuid 0772f4f7-4317-497e-b9c6-630adfe32d3a) ) (wire (pts @@ -3621,21 +4140,27 @@ (xy 190.5 50.8) ) (stroke (width 0) (type default)) - (uuid 51ec6f4b-655a-4b8f-9ced-383084aea72e) + (uuid b7118e85-0c15-43ab-aba0-a4611caafbfb) ) (symbol (lib_id "Amplifier_Operational:MCP6004") (at 198.12 53.34 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 198.12 44.26 0) (effects (font (size 1.27 1.27)))) (property "Value" "MCP6004" (at 198.12 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.27 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21733j.pdf" (at 1.27 5.08 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.27 2.54 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21733j.pdf" (at 1.27 5.08 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "1MHz, Low-Power Op Amp, DIP-14/SOIC-14/TSSOP-14" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "quad opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "1MHz, Low-Power Op Amp, DIP-14/SOIC-14/TSSOP-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm* DIP*W7.62mm* TSSOP*4.4x5mm*P0.65mm* SSOP*5.3x6.2mm*P0.65mm* MSOP*3x3mm*P0.5mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 198.12 53.34 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "quad opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x8.7mm*P1.27mm* DIP*W7.62mm* TSSOP*4.4x5mm*P0.65mm* SSOP*5.3x6.2mm*P0.65mm* MSOP*3x3mm*P0.5mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "Y" (at 198.12 53.34 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 198.12 53.34 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 198.12 53.34 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -3644,12 +4169,12 @@ (xy 205.74 38.1) ) (stroke (width 0) (type default)) - (uuid ae0ef057-d2e4-42e7-aea6-87bfc5a91f8c) + (uuid 31d8821e-a614-4220-89a1-abedd458dd2f) ) (junction (at 205.74 38.1) (diameter 0) (color 0 0 0 0) - (uuid b55a11a7-9922-4610-80f8-40478722fadf) + (uuid 0a25bbc9-54db-46b6-8633-eeefc3e6b2fe) ) (wire (pts @@ -3657,7 +4182,7 @@ (xy 201.93 38.1) ) (stroke (width 0) (type default)) - (uuid 03093655-f302-490c-a3c2-e9a7c50e6f9f) + (uuid 84f46447-c2f3-42eb-b633-af1ab3babf5d) ) (wire (pts @@ -3665,22 +4190,28 @@ (xy 190.5 38.1) ) (stroke (width 0) (type default)) - (uuid 33a0a4f8-efc1-40e0-8921-634e2e9d302c) + (uuid d2b570c2-a56c-422e-97f1-681a53a70b43) ) (symbol (lib_id "Device:R") (at 198.12 38.1 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R33" (at 198.12 33.08 -270) (effects (font (size 1.27 1.27)))) (property "Value" "66.5k" (at 198.12 35.08 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 190.5 38.1) (diameter 0) (color 0 0 0 0) - (uuid b9fa5ed5-bc04-4e24-9dc5-a661c58c3ff2) + (uuid 2283be67-e275-4860-b67b-6f9bf61132a0) ) (wire (pts @@ -3688,12 +4219,12 @@ (xy 190.5 50.8) ) (stroke (width 0) (type default)) - (uuid 7a3f0701-9547-4544-bba2-47b379bc1e2c) + (uuid c6c6a321-84b2-4112-a6cb-9bc623a189d2) ) (junction (at 190.5 50.8) (diameter 0) (color 0 0 0 0) - (uuid d7e8f284-b8c5-4cb3-ac45-49141e690f39) + (uuid 55add987-1023-49dd-98e9-50e22d721eb9) ) (wire (pts @@ -3701,7 +4232,7 @@ (xy 190.5 27.94) ) (stroke (width 0) (type default)) - (uuid 09c7caed-1b70-494d-acf1-e3cb6b0421b4) + (uuid afe0ff36-7ee0-469b-9f2e-8747f2e5e29f) ) (wire (pts @@ -3709,7 +4240,7 @@ (xy 194.31 27.94) ) (stroke (width 0) (type default)) - (uuid f00d5b5b-1154-4fd7-917b-331e1604d012) + (uuid 103ac6d5-bce2-47b8-83c9-7c4758840233) ) (wire (pts @@ -3717,17 +4248,23 @@ (xy 205.74 27.94) ) (stroke (width 0) (type default)) - (uuid 3a21499e-1e8b-4d47-9203-1174e83a1aaf) + (uuid dea4d125-9480-4360-a9fe-8d421368e1e6) ) (symbol (lib_id "Device:C") (at 198.12 27.94 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C5" (at 198.12 21.91 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100n" (at 198.12 23.91 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3735,12 +4272,12 @@ (xy 205.74 38.1) ) (stroke (width 0) (type default)) - (uuid 74bf8abf-5bc6-4b57-9473-d0973990d5b7) + (uuid be3c19e8-bfda-4e6f-b844-e2fb93acb8fb) ) (junction (at 205.74 53.34) (diameter 0) (color 0 0 0 0) - (uuid e4eb8e67-be12-4041-8ca9-6a6001d617b3) + (uuid f24065bf-e77d-4c78-9401-004913bbe0e0) ) (wire (pts @@ -3748,62 +4285,94 @@ (xy 208.28 53.34) ) (stroke (width 0) (type default)) - (uuid 94e1c177-8fae-443f-a9a0-c74a4084e4be) + (uuid 3519612e-0b2e-4d23-a00e-4753297d8f31) ) (label "ADC_2" (at 208.28 53.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 55eed019-c2c9-471c-a2a3-7a0fe249ad99) + (uuid 0b567ae2-9c5d-45b8-8dc2-190bb6d558b1) ) (symbol (lib_id "power:GND") (at 190.5 55.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 190.5 60.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 228.6 30.48 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 228.6 25.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 228.6 34.29 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R34" (at 230.62 33.29 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "2k" (at 230.62 35.29 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 228.6 38.1) (diameter 0) (color 0 0 0 0) - (uuid e1743dac-0b39-45e5-a9bf-ddf918264adc) + (uuid dceed0c0-0f24-418e-8e3c-a6a41295728e) ) (symbol (lib_id "Reference_Voltage:LM4040DCK-10") (at 228.6 41.91 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U6" (at 226.33 40.91 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "LM4040-10" (at 226.33 42.91 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "Package_TO_SOT_SMD:SOT-353_SC-70-5" (at 0 -5.08 0) (effects (font (size 1.27 1.27) italic) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4040-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27) italic) hide)) - (property "ki_keywords" "diode device voltage reference shunt" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "10.0V Precision Micropower Shunt Voltage Reference, SC-70" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?353*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_SMD:SOT-353_SC-70-5" (at 0 -5.08 0) (effects (font (size 1.27 1.27) + (italic yes)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4040-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27) + (italic yes)) + (hide yes))) + (property "Description" "10.0V Precision Micropower Shunt Voltage Reference, SC-70" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode device voltage reference shunt" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?353*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 228.6 45.72 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 228.6 50.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3811,12 +4380,12 @@ (xy 233.68 38.1) ) (stroke (width 0) (type default)) - (uuid 67075964-0960-4eb6-8fe5-cc6103ea1029) + (uuid 2ea5ae56-b340-4db4-9a9c-0e0134645863) ) (junction (at 233.68 38.1) (diameter 0) (color 0 0 0 0) - (uuid 1bd445d9-0dfa-4f24-a0bd-54cb8042e7eb) + (uuid d82a5cb8-1208-4091-a7b1-18992e08aa8f) ) (wire (pts @@ -3824,119 +4393,179 @@ (xy 238.76 38.1) ) (stroke (width 0) (type default)) - (uuid 1dc29b5d-f8d8-47a8-b028-de64ca93eba8) + (uuid 5bfad321-dc38-4646-a392-d410ab188cf8) ) (label "-10V" (at 238.76 38.1 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 48239242-54d6-4047-b723-a82183eb70e5) + (uuid 3235eaed-2129-4970-89e4-fa6428feb640) ) (symbol (lib_id "Device:C") (at 233.68 41.91 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C6" (at 236.71 40.91 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 236.71 42.91 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 233.68 45.72 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 233.68 50.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 25.4 185.42 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J7" (at 25.4 175.07 0) (effects (font (size 1.27 1.27)))) (property "Value" "IDC_Header" (at 25.4 177.07 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 25.4 185.42 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+5V") (at 33.02 190.5 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 37.56 190.5 270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 20.32 190.5 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 15.780000000000001 190.5 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 185.42 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 185.42 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 187.96 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 187.96 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 185.42 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 185.42 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 187.96 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 187.96 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VP" (at 20.32 182.88 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 82a6c9c5-af28-4035-aff4-bad8b55beffc) + (uuid fd522090-e086-41a7-b137-b32671a81c0c) ) (label "VP" (at 33.02 182.88 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 662ad524-0fb6-4378-8ba8-a8e7b08dc145) + (uuid 191fda25-5cde-459d-8ab5-d68763a2c9ac) ) (label "VN" (at 20.32 180.34 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 50ca8015-1741-4bce-879f-5ae6ec681340) + (uuid a1c6ab5f-8ac8-4261-be69-c7448aeb8516) ) (label "VN" (at 33.02 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid da8236b3-8e9e-4ea6-9741-394d475f520c) + (uuid 90e2a792-2233-46b2-bb59-b73e9d975fbd) ) (label "VP" (at 45.72 175.26 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 631bf201-70f4-497c-ad08-6d0692c7c524) + (uuid 4c48db6e-ff67-46cd-b99f-880cc92f0a78) ) (symbol (lib_id "Device:R") (at 49.53 175.26 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R35" (at 49.53 170.24 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 172.24 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3944,51 +4573,69 @@ (xy 58.42 175.26) ) (stroke (width 0) (type default)) - (uuid d7f4f254-e9ac-4321-bdbc-c4b07b4c3bcf) + (uuid e49d306f-8c43-4841-bedc-d88cd560a818) ) (junction (at 58.42 175.26) (diameter 0) (color 0 0 0 0) - (uuid 63dd54e6-0528-44a9-a16f-6131b9e01861) + (uuid ba7c4786-388f-4734-a99d-cb3f75a11826) ) (symbol (lib_id "power:+15V") (at 58.42 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 58.42 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C7" (at 61.71 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 182.88) (diameter 0) (color 0 0 0 0) - (uuid b5e00783-eb91-4e1a-b0d4-6740885d1ee0) + (uuid f946a055-aff9-445e-a9bd-5d2b8ef29323) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C8" (at 61.71 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 190.5) (diameter 0) (color 0 0 0 0) - (uuid b4c7aca8-3606-49ab-8824-c33bebbcf829) + (uuid cc6898a7-5883-4890-a597-635a8875d290) ) (wire (pts @@ -3996,29 +4643,41 @@ (xy 53.34 190.5) ) (stroke (width 0) (type default)) - (uuid 62e31536-8dd1-4977-a4dc-35f98d0b4b9d) + (uuid bf3d7723-5008-452c-a04f-9c64ecc264e5) ) (symbol (lib_id "Device:R") (at 49.53 190.5 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R36" (at 49.53 185.48 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 187.48 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VN" (at 45.72 190.5 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 99784870-8603-4a29-bd34-bcf32d7f8ae6) + (uuid 3f2a091f-3d1b-4fcf-9763-0359699b61a1) ) (symbol (lib_id "power:-15V") (at 58.42 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 58.42 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4026,124 +4685,196 @@ (xy 53.34 182.88) ) (stroke (width 0) (type default)) - (uuid 6032ab27-ead3-4819-b6ea-6e337c241842) + (uuid d8c68645-3f7b-453b-873e-11efb04fb6fa) ) (symbol (lib_id "power:GND") (at 53.34 182.88 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 48.8 182.88 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 264.16 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 264.16 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 269.24 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 269.24 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 274.32 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 274.32 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 68.58 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 67.04 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 67.04 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 68.58 182.88 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 68.58 182.88 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 68.58 182.88 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 66.04 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 66.04 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 66.04 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 66.04 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 66.04 175.26) (diameter 0) (color 0 0 0 0) - (uuid 3ae5a42f-80bc-4dd7-b18e-46abed163f81) + (uuid 44f0b764-5ec7-45bc-b24b-2d772102d176) ) (wire (pts @@ -4151,33 +4882,45 @@ (xy 58.42 175.26) ) (stroke (width 0) (type default)) - (uuid 41995c55-42c3-4d5a-9397-3d41c748e356) + (uuid 98e92613-7659-4c2d-956f-82f5813df68f) ) (symbol (lib_id "Device:C") (at 58.42 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C9" (at 61.45 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 61.45 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 58.42 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 58.42 182.88) (diameter 0) (color 0 0 0 0) - (uuid f6d91e7e-e0f8-4d73-bd7c-ce6a1be90e31) + (uuid 49c36b20-bf20-441c-9001-09de38f8fb8c) ) (symbol (lib_id "Device:C") (at 58.42 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C10" (at 61.45 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 61.45 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 58.42 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -4186,12 +4929,12 @@ (xy 66.04 190.5) ) (stroke (width 0) (type default)) - (uuid c2a67a20-478b-44b4-8fe9-0fca120a8691) + (uuid 5ebc6e27-7fe3-4d04-97ad-e1e4c90759b1) ) (junction (at 66.04 190.5) (diameter 0) (color 0 0 0 0) - (uuid 90cd6baa-835d-498b-8a06-29c5449e7b93) + (uuid c076bb50-44f0-47f0-bcc7-e5ca6b41962e) ) (wire (pts @@ -4199,52 +4942,76 @@ (xy 53.34 182.88) ) (stroke (width 0) (type default)) - (uuid a975de24-753b-40a9-b0ab-7a3feaead7a8) + (uuid 4bb8355d-280f-408a-b980-365fd44365a6) ) (symbol (lib_id "power:GND") (at 53.34 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 53.34 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 93.98 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U2" (at 92.44 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 92.44 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 93.98 182.88 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 93.98 182.88 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 91.44 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 91.44 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 91.44 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 91.44 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 91.44 175.26) (diameter 0) (color 0 0 0 0) - (uuid d6a8b6c2-d39a-4a51-ace5-f257aa7ad985) + (uuid 9cb612b4-3b72-40a7-885d-6cf1e57a43b4) ) (wire (pts @@ -4252,33 +5019,45 @@ (xy 83.82 175.26) ) (stroke (width 0) (type default)) - (uuid e201f41f-b943-4a78-99b5-ffb1a926f8aa) + (uuid f56c6d07-d0ba-45d0-9ee8-ff54959c200d) ) (symbol (lib_id "Device:C") (at 83.82 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C11" (at 86.85 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 86.85 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 83.82 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 83.82 182.88) (diameter 0) (color 0 0 0 0) - (uuid 0b88f562-04c4-42d5-853f-2332372abb9d) + (uuid d62bd9f1-d74d-4c82-9a26-f2eab67ce5c6) ) (symbol (lib_id "Device:C") (at 83.82 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C12" (at 86.85 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 86.85 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 83.82 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -4287,12 +5066,12 @@ (xy 91.44 190.5) ) (stroke (width 0) (type default)) - (uuid 97ba234e-8ec1-46ed-97a6-54a4af421b7b) + (uuid 118ad38a-86c4-4754-b4e4-7392ae8ed80c) ) (junction (at 91.44 190.5) (diameter 0) (color 0 0 0 0) - (uuid 145e1afb-b4cd-42ff-959b-6c556bccc0c2) + (uuid d481176b-e294-457f-ac86-fbcf96d48f07) ) (wire (pts @@ -4300,52 +5079,76 @@ (xy 78.74 182.88) ) (stroke (width 0) (type default)) - (uuid d81fd249-2be4-40b2-8efb-87dc7aff4afc) + (uuid 508b0ded-4301-422b-8410-3ea7b056b540) ) (symbol (lib_id "power:GND") (at 78.74 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 78.74 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 119.38 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 117.84 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 117.84 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 119.38 182.88 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 119.38 182.88 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 119.38 182.88 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 116.84 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 116.84 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 116.84 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 116.84 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 116.84 175.26) (diameter 0) (color 0 0 0 0) - (uuid 1b8f8360-4871-466a-96f4-e09763973f24) + (uuid b93f3cb5-18a0-44c5-90ea-90397cd90713) ) (wire (pts @@ -4353,33 +5156,45 @@ (xy 109.22 175.26) ) (stroke (width 0) (type default)) - (uuid df5418be-072f-419c-adc3-fead77d531c0) + (uuid 948b72fe-3446-401a-88a9-7736ebf4f43d) ) (symbol (lib_id "Device:C") (at 109.22 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C13" (at 112.25 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 112.25 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 109.22 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 109.22 182.88) (diameter 0) (color 0 0 0 0) - (uuid 2414d5b8-7dbb-4a9c-a550-6ed25f05d89e) + (uuid d744610e-56c5-4b37-9fce-9924da258dfe) ) (symbol (lib_id "Device:C") (at 109.22 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C14" (at 112.25 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 112.25 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 109.22 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -4388,12 +5203,12 @@ (xy 116.84 190.5) ) (stroke (width 0) (type default)) - (uuid 82a5e798-4d38-463f-b9cf-0a97e0e241b1) + (uuid 869077db-3dd1-4222-a2f4-def711d54687) ) (junction (at 116.84 190.5) (diameter 0) (color 0 0 0 0) - (uuid 4118e116-3389-4971-9034-eee3d73c15fd) + (uuid 651d1cc1-2c50-4e2b-94a7-7096d64258c0) ) (wire (pts @@ -4401,15 +5216,21 @@ (xy 104.14 182.88) ) (stroke (width 0) (type default)) - (uuid 4a198dd6-1e15-4c9c-b18d-60bc4dd1c28e) + (uuid a9687050-b575-4204-abae-6fb888da9e9b) ) (symbol (lib_id "power:GND") (at 104.14 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 104.14 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/digital/mount/mount.kicad_sch b/src/digital/mount/mount.kicad_sch index dce876a9..bdecd1a3 100644 --- a/src/digital/mount/mount.kicad_sch +++ b/src/digital/mount/mount.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "35b2115e-cd6c-4177-84e4-fe1f84d94269") + (uuid "f898c96c-8d3b-43e0-a6d0-49b2f2dd1271") (paper "A4") (title_block (title "digital") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 8.89 0) (effects (font (size 1.27 1.27)))) (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "AudioJack2_SwitchT_0_1" (rectangle (start -2.54 0) @@ -89,13 +95,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -111,20 +124,26 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_0_1" (polyline (pts @@ -166,14 +185,20 @@ ) ) ) - (symbol "Device:RotaryEncoder_Switch" (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (symbol "Device:RotaryEncoder_Switch" (pin_names (offset 0.254) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "SW" (at 0 6.604 0) (effects (font (size 1.27 1.27)))) (property "Value" "RotaryEncoder_Switch" (at 0 -6.604 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -3.81 4.064 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 6.604 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "rotary switch encoder switch push button" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Rotary encoder, dual channel, incremental quadrate outputs, with switch" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "RotaryEncoder*Switch*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -3.81 4.064 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 6.604 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Rotary encoder, dual channel, incremental quadrate outputs, with switch" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "rotary switch encoder switch push button" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "RotaryEncoder*Switch*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "RotaryEncoder_Switch_0_1" (rectangle (start -5.08 5.08) @@ -351,14 +376,20 @@ ) ) (symbol "Device:R" - (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_0_1" (rectangle (start -1.016 -2.54) @@ -379,13 +410,20 @@ ) ) (symbol "power:+3.3V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+3.3V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+3.3V_0_1" (polyline (pts @@ -413,21 +451,27 @@ ) ) (symbol "+3.3V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+3.3V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:C" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_0_1" (polyline (pts @@ -458,13 +502,20 @@ ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -492,23 +543,30 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -529,16 +587,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -558,13 +622,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -592,20 +663,26 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -617,48 +694,72 @@ ) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 33.02 25.4 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J1" (at 33.02 17.59 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 33.02 19.59 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 22.86 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 42.64 22.86 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "CV" (at 38.1 25.4 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 69dd3b6b-7e9a-4e59-8dd9-b779e5a5c97e) + (uuid cfe12880-34d2-4095-82a0-48a1543f1fda) ) (no_connect (at 38.1 27.94) - (uuid c10a433a-78c1-488f-abf4-1f86b4164221) + (uuid 006c8042-499d-4909-8bc5-d7110ddad408) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 33.02 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J2" (at 33.02 42.99 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 33.02 44.99 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 48.26 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 42.64 48.26 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -666,7 +767,7 @@ (xy 40.64 50.8) ) (stroke (width 0) (type default)) - (uuid 07e5a7a7-1032-4252-a6b1-117461cce05b) + (uuid 99782767-0d0a-4bad-a40c-1312fc5fe947) ) (wire (pts @@ -674,20 +775,26 @@ (xy 45.72 50.8) ) (stroke (width 0) (type default)) - (uuid ee026679-d776-45e5-97a9-c7fe2985efee) + (uuid d467c720-f0d4-414d-a2f6-0fef7c67ca5f) ) (symbol (lib_id "Device:R_Potentiometer") (at 45.72 54.61 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV1" (at 43.7 53.61 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100k" (at 43.7 55.61 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "Potentiometer" (at 45.72 54.61 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 45.72 54.61 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "Potentiometer" (at 45.72 54.61 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -695,41 +802,59 @@ (xy 52.07 54.61) ) (stroke (width 0) (type default)) - (uuid 0f0010cf-c59d-48e9-a7a0-7cd67e9fe34a) + (uuid f2e44e53-59ba-4e97-b543-7e50af3be89d) ) (label "FM" (at 52.07 54.61 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 86fe4348-39ae-486d-8627-9e5d341eba44) + (uuid 1b27190b-2e05-4fc6-9517-33ec6a448853) ) (symbol (lib_id "power:GND") (at 45.72 58.42 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 45.72 62.96 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 38.1 53.34) - (uuid 386ff0bc-205a-45d6-ae60-2b596105769d) + (uuid dd636069-db02-461c-93fe-b76f0fe8096b) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 33.02 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J3" (at 33.02 68.39 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 33.02 70.39 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 73.66 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 42.64 73.66 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -737,7 +862,7 @@ (xy 40.64 76.2) ) (stroke (width 0) (type default)) - (uuid 116ce430-2279-41c4-87fa-baafe686c0bd) + (uuid 86027209-f439-4472-a642-f49ef2269c71) ) (wire (pts @@ -745,18 +870,24 @@ (xy 45.72 76.2) ) (stroke (width 0) (type default)) - (uuid 5581c596-10b1-4b36-9846-df377dc89d07) + (uuid 9d96911a-619b-4946-9e65-9f419302b39e) ) (symbol (lib_id "Device:R_Potentiometer") (at 45.72 80.01 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV2" (at 43.7 79.00999999999999 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100k" (at 43.7 81.00999999999999 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 45.72 80.01 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer" (at 45.72 80.01 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -766,32 +897,44 @@ (xy 52.07 80.01) ) (stroke (width 0) (type default)) - (uuid 8fed92f2-c841-4d67-8e24-0586eaa09fea) + (uuid fcea8097-d20e-42ec-9a0d-0355e12420f9) ) (label "PWM" (at 52.07 80.01 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 787d031b-ec20-481e-bbf0-6f1959e783d1) + (uuid 7734a68d-fe1d-491f-833b-7f796110eb38) ) (symbol (lib_id "power:GND") (at 45.72 83.82 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 45.72 88.36 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 38.1 78.74) - (uuid f291b093-4c41-41ef-9b2e-46c1ca6428d0) + (uuid f69b1f29-8e77-4d31-b8ee-2aa840a7998c) ) (symbol (lib_id "Device:RotaryEncoder_Switch") (at 127 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV3" (at 127 41.72 0) (effects (font (size 1.27 1.27)))) (property "Value" "Encoder" (at 127 43.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -3.81 4.064 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 6.604 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "rotary switch encoder switch push button" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Rotary encoder, dual channel, incremental quadrate outputs, with switch" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "RotaryEncoder*Switch*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -3.81 4.064 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 6.604 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Rotary encoder, dual channel, incremental quadrate outputs, with switch" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "rotary switch encoder switch push button" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "RotaryEncoder*Switch*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -799,7 +942,7 @@ (xy 116.84 50.8) ) (stroke (width 0) (type default)) - (uuid a7f37c30-71a3-4624-ae32-d5417549b6f4) + (uuid 97024d22-0f3a-457a-af33-bd652234461c) ) (wire (pts @@ -807,16 +950,22 @@ (xy 116.84 55.88) ) (stroke (width 0) (type default)) - (uuid f271d62d-f94d-40ad-be98-410a85d41cad) + (uuid c65cc4d9-2fb7-4109-abfa-0a7d1b765095) ) (symbol (lib_id "power:GND") (at 116.84 55.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 116.84 60.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -824,12 +973,12 @@ (xy 114.3 48.26) ) (stroke (width 0) (type default)) - (uuid bf66a473-6dd1-4b09-9311-2f7593db333c) + (uuid e05450e2-c050-470c-865b-6589e92eb8e6) ) (junction (at 114.3 48.26) (diameter 0) (color 0 0 0 0) - (uuid 8a867255-7c1c-41d0-a3e5-a9a66eb14617) + (uuid 1dec2659-aeff-4f12-854f-968b9c3f6a5c) ) (wire (pts @@ -837,26 +986,38 @@ (xy 114.3 45.72) ) (stroke (width 0) (type default)) - (uuid 73e70773-5d1c-42d5-ba2f-5c89d1657b46) + (uuid 32680622-1849-4be6-b8c0-4ac134994eef) ) (symbol (lib_id "Device:R") (at 114.3 41.91 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R4" (at 116.32 40.91 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "10k" (at 116.32 42.91 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+3.3V") (at 114.3 38.1 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+3.3V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+3.3V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+3.3V" (at 114.3 33.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -864,17 +1025,23 @@ (xy 104.14 48.26) ) (stroke (width 0) (type default)) - (uuid cfc118f7-0a64-49b5-b20e-494407ff1d13) + (uuid 91825fb4-a12c-4267-a7ee-ecbeac1fee62) ) (symbol (lib_id "Device:R") (at 100.33 48.26 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R1" (at 100.33 43.24 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 100.33 45.24 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -882,12 +1049,12 @@ (xy 86.36 48.26) ) (stroke (width 0) (type default)) - (uuid 46c55c43-c5e3-4a71-ac8c-1742a224ec3f) + (uuid ffec74ce-d043-4d69-8828-bcb830367625) ) (junction (at 86.36 48.26) (diameter 0) (color 0 0 0 0) - (uuid 9afa1944-0b3f-47ad-a529-1ba6ed7cb988) + (uuid c5d4ffe2-d79e-44a4-86f8-415eea89cdf3) ) (wire (pts @@ -895,26 +1062,38 @@ (xy 86.36 53.34) ) (stroke (width 0) (type default)) - (uuid 81fa3d9f-11ca-4274-bf31-12b491f19de3) + (uuid a902b342-a3e1-40b4-8cd2-34ca944beef3) ) (symbol (lib_id "Device:C") (at 86.36 57.15 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C2" (at 89.39 56.150000000000006 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 89.39 58.150000000000006 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 86.36 60.96 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 86.36 65.5 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -922,10 +1101,10 @@ (xy 83.82 48.26) ) (stroke (width 0) (type default)) - (uuid d1b32ad0-3026-4803-abc8-b7c74731f21b) + (uuid c66eab7c-4bc7-4011-976f-166d38f12738) ) (label "ROT_A" (at 83.82 48.26 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid ce55f7c6-61da-43d0-abcf-6908fabd894e) + (uuid 49771cca-03bf-4c47-99b0-cc494741cf16) ) (wire (pts @@ -933,12 +1112,12 @@ (xy 109.22 53.34) ) (stroke (width 0) (type default)) - (uuid 7ecfd273-b5c7-436c-b382-effe22c8a264) + (uuid 037b0ed9-f0e2-43ae-94d6-78576f28fd3b) ) (junction (at 109.22 53.34) (diameter 0) (color 0 0 0 0) - (uuid 7c0a80a4-22cf-4037-bfc2-3570988d9b1e) + (uuid 37ae19c7-0faa-4735-8a37-eb8f1808c4a1) ) (wire (pts @@ -946,26 +1125,38 @@ (xy 109.22 45.72) ) (stroke (width 0) (type default)) - (uuid 7afd9b24-e50c-4240-9c76-5f89654d4093) + (uuid a7bf791d-0f68-4c7a-95e9-26aa88cd5053) ) (symbol (lib_id "Device:R") (at 109.22 41.91 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R3" (at 107.2 40.91 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10k" (at 107.2 42.91 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+3.3V") (at 109.22 38.1 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+3.3V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+3.3V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+3.3V" (at 109.22 33.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -973,17 +1164,23 @@ (xy 104.14 53.34) ) (stroke (width 0) (type default)) - (uuid 8ed6eb16-bf10-40a3-8eec-8609d15b88eb) + (uuid 2ed048f0-c2dc-455d-b9b9-effcc73a810b) ) (symbol (lib_id "Device:R") (at 100.33 53.34 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R2" (at 100.33 56.36 270) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 100.33 58.36 270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -991,31 +1188,43 @@ (xy 91.44 53.34) ) (stroke (width 0) (type default)) - (uuid 08d9c373-d64b-4d12-9b6c-bb72c364705d) + (uuid d16706a8-0431-4b4a-97b9-3e74a1a8549b) ) (junction (at 91.44 53.34) (diameter 0) (color 0 0 0 0) - (uuid 96cbf300-fa52-4557-9625-1606b94561e0) + (uuid d0cbb24b-cfd1-4acb-b837-8edd486e1585) ) (symbol (lib_id "Device:C") (at 91.44 57.15 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C1" (at 88.41 56.150000000000006 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100n" (at 88.41 58.150000000000006 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 91.44 60.96 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 91.44 65.5 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1023,19 +1232,25 @@ (xy 83.82 53.34) ) (stroke (width 0) (type default)) - (uuid ddf92ba3-2254-494f-b62e-fee25ddf15a7) + (uuid 1c59c7ec-ae4f-413a-812a-91fb2c3e9671) ) (label "ROT_B" (at 83.82 53.34 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0064956d-cf2f-4d0f-9e1d-06a45b42e854) + (uuid 6b15fa36-a412-41ac-96b4-b2d1ec983587) ) (symbol (lib_id "power:GND") (at 134.62 53.34 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 134.62 57.88 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1043,12 +1258,12 @@ (xy 137.16 48.26) ) (stroke (width 0) (type default)) - (uuid dc9576f8-ec47-4bf2-8813-db3f8da1c167) + (uuid d627d571-3e6e-4192-a3d7-c7681b4e0be6) ) (junction (at 137.16 48.26) (diameter 0) (color 0 0 0 0) - (uuid 65a90008-f1f4-4104-82fd-4de68f2fea29) + (uuid 5a247fb2-d4fb-4abc-8ac6-8f9a140ed6f5) ) (wire (pts @@ -1056,10 +1271,10 @@ (xy 139.7 48.26) ) (stroke (width 0) (type default)) - (uuid b22e2ad9-417c-4e24-ae9f-8e6aabe49ec6) + (uuid cfe8dbfc-dded-4b41-89fb-99ee5a019c21) ) (label "ROT_SW" (at 139.7 48.26 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid c696756c-8b49-42ce-80b4-0a409bba695d) + (uuid dc105c69-355a-4afd-b715-91f9793d1ca7) ) (wire (pts @@ -1067,273 +1282,423 @@ (xy 137.16 45.72) ) (stroke (width 0) (type default)) - (uuid b2a4acc2-54f7-48cc-b1d5-ce5c859d80d8) + (uuid f5646c9b-e92a-48ab-8c86-4fe565eb6975) ) (symbol (lib_id "Device:R") (at 137.16 41.91 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R5" (at 139.18 40.91 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "10k" (at 139.18 42.91 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+3.3V") (at 137.16 38.1 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+3.3V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+3.3V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+3.3V" (at 137.16 33.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer") (at 38.1 97.79 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV4" (at 36.08 96.78999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 36.08 98.78999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "PULSE_WIDTH" (at 41.91 97.79 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6e700ea4-673b-4014-97a3-1708897b6998) + (uuid bd43cf3b-f8bf-4885-aa11-f70c82f69f1f) ) (symbol (lib_id "power:+15V") (at 38.1 93.98 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 38.1 89.44 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 38.1 101.6 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 38.1 106.14 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 43.18 127 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J5" (at 43.18 119.19 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 43.18 121.19 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 124.46 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 33.56 124.46 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "SAW" (at 38.1 127 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 1558d292-078d-44a7-a152-570e3cdecafb) + (uuid def197b5-458a-4172-8882-a3b1e474c943) ) (no_connect (at 38.1 129.54) - (uuid 1d7e8ec4-8c4f-4301-9f6a-01e6f59e0a41) + (uuid 6b221b3e-3d43-4243-a1ee-91b5ab2ad0c1) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 43.18 152.4 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J6" (at 43.18 144.59 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 43.18 146.59 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 149.86 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 33.56 149.86 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "SINE" (at 38.1 152.4 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid b3530733-e461-4d7b-baa6-18e38d6ac40e) + (uuid 1254def2-f9c1-4154-91f3-2ab4af1f7bb5) ) (no_connect (at 38.1 154.94) - (uuid 4ff120fe-472f-455b-aca7-a8dba5403c0f) + (uuid c30b77e8-6191-4a3d-a253-2f0d2445ed90) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 68.58 127 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J7" (at 68.58 119.19 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 68.58 121.19 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 124.46 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 58.96 124.46 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "TRIANGLE" (at 63.5 127 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid c3dd2c2f-0b0a-4456-a124-3b0fdedf19e3) + (uuid fb93ab89-28de-4698-bb89-5b7876e101e8) ) (no_connect (at 63.5 129.54) - (uuid 537d4a25-b804-4452-86ba-3a5008a2b78e) + (uuid 6d3c2c00-67f5-4c8e-8e2d-8b98bd9d1b79) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 68.58 152.4 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J8" (at 68.58 144.59 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 68.58 146.59 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 149.86 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 58.96 149.86 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "PULSE" (at 63.5 152.4 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid e6ef992e-1443-4e26-aea7-4076e82b1e66) + (uuid ceca6f73-5949-44b5-9490-f8d7731d9cbf) ) (no_connect (at 63.5 154.94) - (uuid cf90df2f-499a-47af-8960-f8e8acc924f8) + (uuid 682b7042-1a7e-4398-bf6c-83bfe80a9cd7) ) (symbol (lib_id "power:PWR_FLAG") (at 264.16 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 264.16 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 269.24 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 269.24 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 274.32 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 274.32 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 238.76 154.94 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H1" (at 238.76 149.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "H1" (at 238.76 151.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 243.84 154.94 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H2" (at 243.84 149.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "H2" (at 243.84 151.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 238.76 160.02 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H3" (at 238.76 154.75 0) (effects (font (size 1.27 1.27)))) (property "Value" "H3" (at 238.76 156.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 243.84 160.02 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H4" (at 243.84 154.75 0) (effects (font (size 1.27 1.27)))) (property "Value" "H4" (at 243.84 156.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/digital/panel/panel.kicad_sch b/src/digital/panel/panel.kicad_sch index 40b38e3b..18a7e3cc 100644 --- a/src/digital/panel/panel.kicad_sch +++ b/src/digital/panel/panel.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "d3eba4c6-d4db-4563-acb9-f6788b35487a") + (uuid "81fcb6ce-7b06-4ef3-a614-5b000c9b7f2a") (paper "A4") (title_block (title "digital") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -31,153 +37,243 @@ ) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H2" (at 50.8 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "CV" (at 50.8 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H3" (at 50.8 70.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "FM" (at 50.8 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H4" (at 50.8 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "PWM" (at 50.8 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H5" (at 50.8 96.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "SINE" (at 50.8 98.33 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 114.3 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H13" (at 50.8 109.03 0) (effects (font (size 1.27 1.27)))) (property "Value" "TRIANGLE" (at 50.8 111.03 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H14" (at 50.8 121.73 0) (effects (font (size 1.27 1.27)))) (property "Value" "SAW" (at 50.8 123.73 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H15" (at 50.8 121.73 0) (effects (font (size 1.27 1.27)))) (property "Value" "PULSE" (at 50.8 123.73 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H6" (at 101.6 45.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "TUNE" (at 101.6 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H7" (at 101.6 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "PWM_ATTEN" (at 101.6 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H8" (at 101.6 70.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "PWM_INITIAL" (at 101.6 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H9" (at 101.6 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "FM_ATTEN" (at 101.6 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H16" (at 127 98.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 114.3 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H17" (at 127 111.03 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H18" (at 127 123.73 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 139.7 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H19" (at 127 136.43 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/equalizer/main/main.kicad_pcb b/src/equalizer/main/main.kicad_pcb index 6b26de83..51bc1bb5 100644 --- a/src/equalizer/main/main.kicad_pcb +++ b/src/equalizer/main/main.kicad_pcb @@ -1,8725 +1,37968 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "equalizer") - (date "2021-08-01") - (rev "R01") - (comment 1 "PCB for main circuit") - (comment 2 "Resonant equalizer by Serge Tcherepnin") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "+15V") - (net 3 "-15V") - (net 4 "Net-(C7-Pad1)") - (net 5 "Net-(U1A--)") - (net 6 "Net-(C9-Pad1)") - (net 7 "Net-(U1B--)") - (net 8 "Net-(C15-Pad1)") - (net 9 "Net-(U2A--)") - (net 10 "Net-(C17-Pad1)") - (net 11 "Net-(U2B--)") - (net 12 "Net-(U8B--)") - (net 13 "Net-(U8A--)") - (net 14 "Net-(C25-Pad1)") - (net 15 "Net-(U3A--)") - (net 16 "Net-(C27-Pad1)") - (net 17 "Net-(U3B--)") - (net 18 "Net-(U4B-+)") - (net 19 "Net-(C34-Pad1)") - (net 20 "Net-(U4A--)") - (net 21 "Net-(U5A-+)") - (net 22 "Net-(U7A--)") - (net 23 "Net-(U6B-+)") - (net 24 "Net-(U7B--)") - (net 25 "Net-(C46-Pad1)") - (net 26 "+5V") - (net 27 "VP") - (net 28 "VN") - (net 29 "Net-(U10B-+)") - (net 30 "Net-(U4B--)") - (net 31 "Net-(U5A--)") - (net 32 "Net-(U6B--)") - (net 33 "Net-(U9B-+)") - (net 34 "Net-(U9A-+)") - (net 35 "Net-(U5B-+)") - (net 36 "Net-(U5B--)") - (net 37 "Net-(U6A-+)") - (net 38 "Net-(C19-Pad2)") - (net 39 "Net-(C20-Pad2)") - (net 40 "OUT") - (net 41 "A_B") - (net 42 "F_B") - (net 43 "B_B") - (net 44 "G_B") - (net 45 "C_B") - (net 46 "H_B") - (net 47 "D_B") - (net 48 "COM_OUT_A") - (net 49 "COM_OUT_B") - (net 50 "IN") - (net 51 "E_B") - (net 52 "J_B") - (net 53 "I_B") - (net 54 "F_C") - (net 55 "F_A") - (net 56 "Net-(C36-Pad1)") - (net 57 "Net-(C43-Pad1)") - (net 58 "Net-(C45-Pad1)") - (net 59 "Net-(U10A-+)") - (net 60 "Net-(U6A--)") - (net 61 "Net-(U10A--)") - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979afe) - (at 108.86 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006097a580") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cc86c987-d976-498b-ad3e-32ff278a00b5) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e45b621-2962-4087-a1a6-a5f4146b49f2) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c8d7e0e-6ce8-4307-8c0d-431b6ef4f219) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 17ba0723-131b-4104-ae06-c3f74a6e7466)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 08393ad4-316b-426d-8e28-b407a74e9d78)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 3bc8bbb1-8b96-4172-9c88-e1461b0db5ab)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b06) - (at 53.34 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006098deca") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 33a18145-6bf7-4f05-b4f2-aa2c4c76fbaa) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f5505d2b-1745-4b86-ab1d-37811c27bdde) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a00519e3-b19f-43f1-bd6c-d69ab8f48e44) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp f583cf0e-e7d8-47cd-a4dc-cb27275b76ef)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 1edfa944-9e03-4c4e-8991-17a20c0d0323)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 25508b7c-5836-465b-ba5f-52eeb4ee8f95)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b0e) - (at 108.86 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006098ded0") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp acac20fc-c8f9-4c2c-988e-76074c6dac5e) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a5385c94-1f68-48dc-ac8a-a2695cb4a9a2) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7d8d62a9-5edc-4b4c-8734-a7e99ce2f866) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 665fc31e-f4b9-48bb-a6ad-8d16ce7de343)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp baaf0412-40fa-4136-a18a-2f5add78bcff)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp e8dc5d44-1812-46c9-9df5-077ed9f68120)) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f07543) - (at 67.31 64.77) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-0000619cfade") - (attr through_hole) - (fp_text reference "U1" (at -0.56 -2.29) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 03db3173-e38d-41d5-9f40-3e53a82e6f0f) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 05e1707c-d1dd-45fa-b27d-122430e59a31) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3635a897-c492-4d7e-a1e3-2e28341d8346) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f394bb4-2909-4171-bbb5-2dcfc503f9d0)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de0baabf-51ec-4d5c-9335-2f6ab33dca64)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c2fcf71-97a7-4d5c-8e5b-b60bc90a253f)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 945c4a5e-0c09-41d6-8aac-e192f88cb21c)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 491d003d-2f28-4d8d-a290-cecbe12bb75c)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5bbcad1-d1c5-44ff-bbea-95cd1265128b)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1fb71bb-2673-4f39-baf8-e9b04edfd754)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d51553c-9eca-44a6-91b8-dd6642550c17)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5de138f-4500-44cc-a66e-f842646bc5c8)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c8d8bb0-7e58-4693-914f-ca6546eee500)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22f569c8-99c7-4544-ba29-4ca583a40473)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09d5e52e-5ee9-4f01-b117-496b8e0fdae0)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00e16258-e9ad-4ff2-8776-7ed324be08c5)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 778d56c1-fcd9-4f2d-9dd7-3c67e7f42f47)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b080a2a9-ad55-46a7-b1a8-b34ec0e09002)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9e22e13-73de-4629-8b07-cf917ce5e534)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce89360a-8f7e-4ce8-a8d3-7280b7e56bc7)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9c785a3-e553-4a16-9a97-175a04a63c10)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38e22077-43a2-46ec-a914-ea885aa65660)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44609577-207b-4de0-895f-f131a79e425b)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0dff029-8bae-4005-96bd-287080138c90)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp afde0406-72cd-421e-92b6-88bcd142b2ba)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 431556f3-00d7-4778-a0fa-76ff5370e705)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C7-Pad1)") (pintype "output") (tstamp 582b7697-e0dc-4a92-aad5-b64283fdb9fe)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(U1A--)") (pinfunction "-") (pintype "input") (tstamp 057d4941-c6f3-47aa-87d6-ecdc3e52f089)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 4d1d8514-7013-4531-b8b4-8db6b51cea55)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp c3e404eb-d5ef-4ca6-8ecb-4cfd0321c251)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp d61aad31-78b0-41a8-add5-92f0a5de3af3)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(U1B--)") (pinfunction "-") (pintype "input") (tstamp 73004585-f21b-46f7-8b87-63c8a0349c1e)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(C9-Pad1)") (pintype "output") (tstamp 54c3d1a1-bd97-4c56-8564-d1b743d0a076)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp f954033c-4988-496d-9eec-8a6e1fd2ce4d)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f07567) - (at 67.31 80.01) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061b191a5") - (attr through_hole) - (fp_text reference "U2" (at -2.14 -2.22) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd1496bc-07fa-4c04-89de-a66371fc6f4c) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d560f4cf-69c2-4c38-affb-1e668d698b78) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e6bd840f-771c-4235-8d7d-f4c210b89e3a) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68b2f1c4-3cd4-40bc-b382-ab86b0a274d1)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aeb2d166-5987-4882-a12e-79b54c15c30d)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd908d49-1a62-456b-aa51-32550fcffd84)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9947f57-3535-4b99-bc53-5214da44b1cd)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8e94934-ce59-4dff-b161-6b6ae2860eba)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc039ab3-1d6f-4040-96aa-14b8239bd597)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6634f352-fe59-48d3-94fa-9b628b4514e3)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9f11b67-4451-4f8b-856c-fd99c10a8bbb)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 561da50a-d721-4b05-921b-d25f53c9f522)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba0d62df-bd81-4a06-b216-5b99caf8ca60)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96ca8d42-9983-4047-bbff-943c01844a32)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7edb8ddc-38ed-4be4-b9c3-a2acc685b47d)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af2b5e49-fbab-4337-a76d-e5ee60786b67)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d4f0dab-eb57-4112-9627-73845b104e0d)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c763be91-de9e-44ea-8cb0-3a9565d449b5)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5419e40a-46bf-46dd-b2ba-8e2b415caf97)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5078bc6-c447-4a79-9a31-f197ad93815c)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61004337-fed2-484f-acef-00016b5dea39)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87503b81-9bc6-4a39-ac3f-af00f63174ee)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9046db0f-2aa8-4d1d-87f0-bf7484400c23)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 115b25f9-f25a-42b0-bfaa-08b7f5614ec4)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4f219bc-bd4c-4fe4-907b-42e474793c49)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ffe6f0ce-a7c9-4e82-8d9a-be3986f3849b)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C15-Pad1)") (pintype "output") (tstamp 0fe1131a-e3f9-41ad-80ae-fd5c6e3f10e3)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(U2A--)") (pinfunction "-") (pintype "input") (tstamp 321de1ee-fcd5-4fef-8871-cc6113614582)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp caa8bc29-db6d-4a6b-94b2-4325b9b099b3)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 3e7f49c4-9136-4c3a-b589-3493b85742b6)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 9b622436-6fb9-4c52-ae7b-eeed0ee39018)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(U2B--)") (pinfunction "-") (pintype "input") (tstamp aca90b8c-b2e0-4d3d-b2b7-81d5b9347bfd)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(C17-Pad1)") (pintype "output") (tstamp 00e4a2cb-73d5-4f5f-9d80-55d4bb00ab2e)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp e4c69a36-aaec-4107-a5c9-7d3d9e0b850f)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f0758b) - (at 67.31 95.25) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00006142cdaf") - (attr through_hole) - (fp_text reference "U3" (at -2.3 -2.19) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b4a48e76-c2a8-4404-849d-9d4dec806bfd) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e3083c6d-c14a-4f54-b1a6-74f11b97745c) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1e5161dc-2016-4f67-ba24-56c89da753a7) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 177b0520-44ff-4cff-9390-66e576c83ea2)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72b21efc-5f59-4395-acc7-48822780748e)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0d65fc9-e613-4b62-9305-2604bccc314d)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b432cb7-3078-4aa6-bc22-0294225b5654)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee69249e-7d70-4697-9bc4-3ca7ba013a3f)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4c66eb0-3fb3-4826-93e6-98c15185d098)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6224b2c-b1b4-402a-948b-8f5f5429694e)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5316e0f4-9598-4ba7-838f-38b4ebcc7083)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd680de8-6695-4693-899e-4dc2f59cd40f)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f59755af-f583-4f7e-8b7c-2b483da7c693)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f774830b-f6e4-4a4a-8773-2b4d2698ea20)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c42f1f2-6220-4f4f-95f9-e0352c4d5cf2)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38534f01-5aa4-4680-9871-7033371b6a77)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 152d3630-60f6-488b-8fe1-823d4bec180f)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d2fc35e-4780-4b75-b229-39611e85f473)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd85ff7b-1e0e-4e30-ae33-c4d48cd0cafe)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 247d608e-291e-46ac-bdc2-115775ad05e3)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dee83ef3-960b-48f4-9cae-a38b0368c04a)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b12c3e9e-253e-4cc8-a17c-53d31005d486)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de08844e-1527-4c7d-8f12-a3244addb03a)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 232bfef3-0a51-4256-a7cf-a857ac8ee162)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89538117-499f-4048-999c-3b47f6106b1c)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32d0540f-01f6-4eca-a9ba-6583525b8ad0)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(C25-Pad1)") (pintype "output") (tstamp e621c23b-20bd-43db-b19c-53e3f84a2d51)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(U3A--)") (pinfunction "-") (pintype "input") (tstamp 2d011ce5-cc97-4c0f-93d4-46f1d7932c80)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 0778a641-755b-4aff-bced-41775f4d90d8)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 21eb7044-105a-443e-a64f-381599a0fc8a)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 1d2de40f-8b43-4657-a967-a7cfaa46ca40)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(U3B--)") (pinfunction "-") (pintype "input") (tstamp 9f757c69-782b-4743-ac13-014a5197a2da)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "Net-(C27-Pad1)") (pintype "output") (tstamp 264c87ca-54cc-4320-86d0-ad71029504f1)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp a5cb1ba5-07e8-4e8d-bbd9-fe97243e2ba5)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f075af) - (at 67.31 110.49) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061b46578") - (attr through_hole) - (fp_text reference "U4" (at 9.93 -0.65 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 922300d7-977f-4b92-ba7d-c0845c61b51f) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 95e9ef0e-a93d-4603-8b71-a05527c90725) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 204b7053-782b-44e1-9d73-5697ca363756) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31338b41-8845-42f9-bc7c-fadf68b71388)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7f8c119-0fa5-425f-bb88-9ecbf807080d)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65f3ce78-a2bd-450c-a044-ac540f199208)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20fb6065-f744-4de1-aad3-17b003b22d2c)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4405ae9e-ef7e-4821-a722-e60506e3ad2b)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dab4ea92-50b6-432c-850c-59c99c150408)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 076e9034-10f7-4004-8129-9514d45dcce5)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b81dba6-c0c0-48fe-a29c-62cd47a8f5b3)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cd5edb5-b571-459a-b4e1-587df251583a)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6512fdb-b1ac-404b-a91a-aa8072ffdb76)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec5d9984-f9ec-4f6c-8a09-2133b46895b6)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6ec2380-2744-4222-85c1-8c2c5794099d)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e55b5c6-b14a-4f6f-916b-6ab01c39aa43)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 564621ab-d8cd-47b4-beff-b276e5abf2be)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f4cbad1-d388-4a77-adaf-7156e698dade)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80959453-b5ae-4336-a418-e8f0e9315a68)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3aba6b18-a5f0-4088-b80a-6918b36c8eb9)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25f67f6e-293d-46eb-8e73-b249e0ddebd1)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eab6b11c-e13b-4e19-9411-ec3db3ab4cf0)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d28b128-d03a-4294-b21e-037d0e84b07c)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8376a81-fa47-4033-a3f0-cbaf3c144165)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9efe5cf7-9885-4496-a3a1-bb60145b45ea)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d77b49e-bcb4-4dc4-969f-bf686e38e008)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(C34-Pad1)") (pintype "output") (tstamp 73eaee39-92d7-4854-ab2d-0473968d2f71)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(U4A--)") (pinfunction "-") (pintype "input") (tstamp 857b2528-d199-462d-9035-045262ee4bf9)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 23308891-5912-428b-9cef-4e317e1c278e)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 751d353a-516b-4a41-9d96-46120f411df0)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "Net-(U4B-+)") (pinfunction "+") (pintype "input") (tstamp d5f29a56-b08f-4e38-a191-b8356d19f200)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "Net-(U4B--)") (pinfunction "-") (pintype "input") (tstamp f5b00b0f-1497-46ea-92b5-57140e476903)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 35 "Net-(U5B-+)") (pintype "output") (tstamp cd6d9919-80d3-4ed4-9743-c5afecfb6013)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 0e030edc-668b-425e-b938-35c3b10d9b29)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f075d3) - (at 67.31 125.857) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061b7a547") - (attr through_hole) - (fp_text reference "U5" (at 9.89 -0.787 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4059cb09-7418-48c6-b0e8-36d1fd7145ea) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bd60cb56-a67a-445a-9c7e-83719346d2f6) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 49a02649-724f-47cf-9217-66c2f073e265) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c741fb7a-62ba-4dc6-b2cc-423400683a25)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a85b4102-aece-4d49-a686-2e961791dda1)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d3ded69-1d8b-4662-bae3-136a96f2588d)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9bb63aeb-295f-40de-be0c-8220ad2ef3af)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a681dd9-41a0-4f84-a02a-e047000fe707)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4a8e044-7ac1-42f0-810f-531653168bf2)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aafe5b0d-d6fe-476c-bd0c-69f250e06d85)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ce123a2-bcb3-4181-83f9-f648dcc0a059)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bf83692-d1ba-4db5-97b7-8b6577da983c)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75b957fd-6c10-4f15-8390-b0222b9f0a68)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a4f1104-d837-426a-89e2-c0691b73c9e8)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9cd8eafb-0a23-4617-bc9f-add2a9eab72b)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e1ab0e2-db90-4f2a-ac9c-dc307cd8f35e)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65e640aa-674b-44e7-aec0-57f5d4a80479)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 807c4915-a6fc-4b65-8a6f-a3f5fcd97170)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbc24791-840c-47bc-a386-2eded282b87e)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39f4ec88-84f0-46ac-b3b1-fd9ac8393af0)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5771a997-a632-49d2-9be9-0d36973d985c)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8535c254-6ed1-4f5c-9f3d-62cff276926d)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c419c3f9-242a-4027-9bd7-0b9234f7b194)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ceb5d04-3c5f-41f3-bd19-5926dff6eca3)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cb6e4db-8e44-4eaf-bf92-dbc30e200adf)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d94c7930-d175-42e9-97a7-b3b43b91fdc7)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 37 "Net-(U6A-+)") (pintype "output") (tstamp 5fa6b96c-5b2d-49fd-a87f-76e279690b70)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "Net-(U5A--)") (pinfunction "-") (pintype "input") (tstamp 9b454900-eb04-46f7-8a14-593a6ec75332)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(U5A-+)") (pinfunction "+") (pintype "input") (tstamp 1edb5987-67e7-4211-bb25-55b72a744f64)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp aa901d37-a867-46ae-8910-bc4b4cbdeb69)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 35 "Net-(U5B-+)") (pinfunction "+") (pintype "input") (tstamp a89c36f8-8a62-4438-ae09-ffb7f6e4534a)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 36 "Net-(U5B--)") (pinfunction "-") (pintype "input") (tstamp 2741ea38-70c8-4fc2-aad7-d5d0c71104af)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 36 "Net-(U5B--)") (pintype "output") (tstamp 6d013df9-fdb7-486d-90de-27625ac159d2)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 302ee357-9dd7-4f76-ae9d-5b21b2eedef8)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f075f7) - (at 67.437 140.97) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061b7a56d") - (attr through_hole) - (fp_text reference "U6" (at 4.043 9.93 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b23702ab-8915-4300-b8e9-021bc7b2ce0f) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9cc1fc4-06ad-48d0-804e-65c8e70580de) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3ceac0a2-760c-43f6-90cf-0ec0587acb91) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba7b2556-c233-43d9-856e-5036b4b57743)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f339a236-4213-4b10-a79f-1602ade9d7ae)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7331cfdc-b27f-479b-bda7-f37233f454c4)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbb73a2a-797b-4243-9e4f-c4ac9320a700)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 656ba361-1c48-4fa3-8523-827154133525)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea883fef-f608-4745-8a34-f12e4ae0a3b8)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e21340d-bca2-4d19-bc63-0f2c63acde4d)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f9cbc4a-791e-4acf-9e10-3f4a1884e133)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9eb061f-b79d-4e2d-a349-ee505782e600)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8d56f11-1ae4-417e-b748-9b929a8991c5)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83e0697d-dd17-46ea-8b16-514711b11d1b)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d94169f8-a91a-4bfc-ae59-3fc1cd3bc8f7)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2fa714eb-f3c6-437d-9b50-673218e8105f)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffd53c38-36f3-42ed-8dee-14003a9bb838)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b44aa8c-0ae5-48ba-a2ad-2043fb3a3597)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31a9d02d-7d10-47c1-a1e9-a47d19a26bf0)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e7f6934-467c-42f6-8276-ca98086ae1f0)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7391db9-70f2-4d15-9cec-16b7dc5126f6)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a51cedd-e616-4647-b8d6-7063777cb00d)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ded14c6-03e8-4dfe-a409-a5ca60e28946)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af7855a8-a0f4-44fd-ba84-e196fe843a83)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b0abec5-0189-4394-ae23-2c58e16077f4)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 971d56fb-de1d-44c7-9340-a9d387dbb4eb)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 60 "Net-(U6A--)") (pintype "output") (tstamp 6503a619-5d7f-490b-af81-28299a6935aa)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 60 "Net-(U6A--)") (pinfunction "-") (pintype "input") (tstamp 20d00d68-91a2-420f-b6e3-a753df77e19c)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 37 "Net-(U6A-+)") (pinfunction "+") (pintype "input") (tstamp f55a2a20-ba4a-4a1f-a0b3-394144969b79)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp d7193ed2-6e82-4a03-a47b-5d277be531f1)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "Net-(U6B-+)") (pinfunction "+") (pintype "input") (tstamp 8519e228-08b7-4aed-ab21-69721cc144a2)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U6B--)") (pinfunction "-") (pintype "input") (tstamp bda061be-49e5-4da0-94b3-50bea1faaaf0)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 59 "Net-(U10A-+)") (pintype "output") (tstamp a63d49c5-5ef2-416b-b8c6-3329565ef8d7)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 9d84b9e2-6f9c-4776-a005-8827a454564d)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f0761b) - (at 97.028 77.724) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00006173f610") - (attr through_hole) - (fp_text reference "U7" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0ffa4d24-d800-40f7-9eb3-2512c5d5d154) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19a7852f-3a8d-429f-988b-262b0dd5c754) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7766cfb8-2b4f-42f8-987f-1aa60bb47966) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7aa2451-c701-4bb0-af37-a13a5b8d8c8f)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a85d78e3-41fc-43dc-835a-64ffea6bb64c)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa925b38-308c-48df-a9bd-2fab1104f03c)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcd35e1a-d9f4-45b7-91d0-e43860d3965c)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b49cd5b5-2009-4efa-a868-a69d0d196cbb)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3dee072c-c90e-4f25-af8d-04a31924e085)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b50f4814-672a-4ce6-9b58-72e95d151e60)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5496d6c-ceff-471e-8ed3-01f2cecc4e12)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee183ece-c690-462b-af9e-198266bcd298)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 953016b5-01da-420c-b6ed-2399d515c961)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5de0903-e5e6-4c5c-990a-339fd6e74e67)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02b4652e-be38-4586-a3c0-1ecba3ac1131)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 222e271e-5121-4215-ac7b-8ea0cb439202)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a4cef95-25a5-44b9-97cf-a1ba78b3def4)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ee7a662-885b-4979-81c8-6ed79ce343db)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edf04356-33da-4aac-80aa-346e8a92c3ba)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f110c8c9-4f04-44f0-90ba-3cdb53fd332e)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cef2d4d0-ee86-4015-a736-48e3500fdb8b)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00d204fa-3c63-4f18-9225-0a7e5b252a3a)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9126ae6-b525-44a4-819d-65a298ed7543)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c98265b1-9014-4ffc-827b-5f7055482abc)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2682588c-0cc7-4951-bf06-2b4ecd7f23b7)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9cecdadb-b793-49d0-8972-6dc31c70c200)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 54 "F_C") (pintype "output") (tstamp 8bf1de3b-9b6e-46b7-9bb1-060559a71c40)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "Net-(U7A--)") (pinfunction "-") (pintype "input") (tstamp 0f34a834-8d16-48a5-8100-a91860036afa)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp adbb54f9-5a58-49b1-8fc3-24992437bbf1)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 68d845f0-211b-4530-a20a-442f77a716dc)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 968f2c9f-59d4-4755-b7e8-fc157edc3fa1)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 24 "Net-(U7B--)") (pinfunction "-") (pintype "input") (tstamp f8a6870b-387f-4e6a-a456-1b4b330b8256)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(C46-Pad1)") (pintype "output") (tstamp 083df110-32aa-4591-91e2-694504bec677)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp f2020062-1f4c-4e1d-bcf7-7930be78cf32)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f0763f) - (at 97.409 120.904) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061995252") - (attr through_hole) - (fp_text reference "U8" (at 3.101 -2.264) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dce3aafb-edf1-4922-bd12-39f3e465d67b) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 30272058-9c20-46c3-bc4b-5c8de51e5a6a) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0ad786b3-c13c-4dc3-862e-3a1442494b30) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3019b7b-77bc-4fe2-ad1e-3e95187caa16)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9c23550-9ccd-476d-8858-7ba91ec6e934)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 855c4418-188f-4e94-b46c-d09e14fd3a4b)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d0deb6f-51b5-44d4-afaf-cc2cfe288a17)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ef41f8c-9ae7-405d-88a9-c36da877a8a7)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94ec85a0-158c-4b39-9b26-c977919c5894)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a7dd832-56e1-4ff5-a380-dfd81b4eeba2)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d0f05b9-a820-4087-ba36-17b5355987c4)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b23f572d-cb5a-4e93-94b4-19fefc6c3546)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acc9e927-4395-4143-a69c-ed5cd84f018a)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4da5c291-d19b-42cd-9f0b-71665b6a668b)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f8e1f8f-c242-431f-adc2-3f81a74b5b17)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5624dad2-704a-41d2-8fb1-6d01f73cc793)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c156361c-335e-443c-a635-b714209ae2e1)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 154f5e17-f2b6-4e1d-a255-3dabd312d902)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32902751-f165-4936-bd48-6f76a5723ffc)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 884d2811-f0ce-4926-a7b4-b3ddead161e4)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 787220bc-64c5-4f5e-9b40-5ded846b50ac)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2701dab-17a6-4bb2-b7ac-b55a6001c0f3)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71820ce2-10a0-4b6c-bf36-6434a5dc1c25)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5adf86d2-83a6-4f30-904e-066112a4204e)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e569db31-d9fa-4f4d-805a-43b629dee2d2)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c03386b-b6b6-49df-9fff-bf393cc3516e)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 34 "Net-(U9A-+)") (pintype "output") (tstamp b93e4799-5340-457c-9506-e19e5c5a20bd)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(U8A--)") (pinfunction "-") (pintype "input") (tstamp 071393f9-158f-4e5b-bce9-bf2b5ba4ed17)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 69c91788-4820-4ae4-977a-fda9ffc074c8)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 1b6bad81-c490-40af-bdc0-fc8dafd65640)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 094c9274-6435-4947-9cab-04d5b6c240e9)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U8B--)") (pinfunction "-") (pintype "input") (tstamp 58a981ab-cb00-4d82-9a09-3b184e4dfb79)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "Net-(U9B-+)") (pintype "output") (tstamp d20ca8c1-e200-4183-b899-29b07728870c)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 940e7f1d-b76c-4e09-9210-62bc4fafb864)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f07663) - (at 97.409 99.822) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061435445") - (attr through_hole) - (fp_text reference "U9" (at 3.701 -2.142) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d5a6b65f-66ac-4620-922d-7c28f95cb16d) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8421f591-7daf-46a3-8aa7-0a998e1bd833) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fb236af8-bcb3-4eab-9c87-80478b9e9754) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 040880cb-4714-487a-bbbf-d6eb06860c88)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71ac188f-d9b0-412d-b192-a5af9918a946)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5828de2b-4029-4ce8-8bae-7f56fe1e66e6)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 010c8692-f60c-4190-adfb-ac3a415fde39)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 301845c1-d867-48ce-a9ca-1e985b0be917)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8dcff67-7554-4ecd-9664-af61ed37b9bd)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a58c6b2c-ecf7-413d-976a-67500ff24ec2)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 824e3b6d-bff2-4a85-8750-bcde2f42048b)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2b48365-a8c2-46ab-8af7-2cd38ae68e62)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bffc08d-c78a-4496-9ab5-a48024f76f85)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88827db6-71c3-4f2b-a2e0-3a5b072ac02a)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73f63eab-12fe-4f70-ba28-66207e6fdc5a)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f625514d-92d2-4c8f-b326-df457f06eb64)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32b7bcef-d5ad-4578-b514-14eead86dd6b)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 476c0e09-26a2-4667-bf08-85700d63bb63)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6654ebc1-b1c9-4dc5-b6a0-a1f481485842)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86aac20b-3290-47e0-ad88-ce1c18fe90ab)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24b078f8-a510-4c03-a6b3-c9b4885e1cc8)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68342f58-f099-47d3-999c-c20561b28574)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b54b064-7113-46af-b6f0-24493ea2b397)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46e9c1ab-0ba4-40dc-8149-1f667e387ea3)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc6603b4-d766-42cd-a78b-98f28925d6e1)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95ead881-1390-470b-9b29-59437a4de593)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 49 "COM_OUT_B") (pintype "output") (tstamp d694e182-4f27-459f-9b02-96e64ff575ec)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 49 "COM_OUT_B") (pinfunction "-") (pintype "input") (tstamp b9ccbdca-8054-4a58-9d91-97bd0d95e505)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 34 "Net-(U9A-+)") (pinfunction "+") (pintype "input") (tstamp 1e9522ca-dbbd-4043-baa9-edd6337ac017)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 12880701-f7fc-4618-86f6-3704e7bf71cb)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "Net-(U9B-+)") (pinfunction "+") (pintype "input") (tstamp 6654369d-b943-47af-a60d-242218a54291)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 48 "COM_OUT_A") (pinfunction "-") (pintype "input") (tstamp 38780b57-14c2-4873-9095-085a187f58d8)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 48 "COM_OUT_A") (pintype "output") (tstamp 05f99dda-df14-417f-91e0-167ca3b6d48f)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 7a67ee40-7b52-4db1-918f-cf9c6ea7a18d)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f07687) - (at 96.52 140.716) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061bc0e68") - (attr through_hole) - (fp_text reference "U10" (at -0.14 -2.266) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 11088d75-e352-409a-af47-4a8afe924037) - ) - (fp_text value "LF353" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c7d94d6-93d1-4984-bc73-3305604cb431) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 26ce1025-edf8-41af-8352-a444ea05212d) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b1bb128-06a5-4537-a7e9-7f3b6df92a70)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80294e66-7f13-4eef-810b-adaaa8c621c7)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9728b4a-55b1-4ea7-b569-cfeca5215627)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a65efab-2eb1-4db9-be2f-4f3b69f83416)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e80791f-05bc-4774-a7be-53698f23ddf3)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fab13726-f951-4fa7-82e3-10652872715b)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66a85462-849e-40a2-9f18-82ef25930ebe)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a507935f-7e01-4f80-bffd-da362eeabf51)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 489c43de-4b97-41ed-b8b7-9da0478c5e96)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14fd431b-a2eb-4935-b6a6-0270f7a63134)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbf19b29-ba7e-4108-a210-5603ce209855)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd920031-2e7a-485e-8ee6-5aae995e8285)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d974638-6f77-4579-bd32-1d38a21ff721)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78abebd8-931e-48a2-9b1b-bdfe26dee936)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3982274-b571-4621-82e4-33851b57cd76)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5facf8b8-772f-4a90-90d6-a59d5acc2f10)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03ab17d4-cdc1-4dcf-9c05-d5a2cb03a4e7)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dda06d55-6bfa-4553-aca5-f241fb56d328)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 293c953e-8042-4cf6-9e15-a614cb3a6285)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2149ce2-f336-4818-a842-5e0dc04c1c93)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dca55089-c0ed-48ee-8548-19eed05669eb)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20b19901-af55-4239-8d2d-db7914cece57)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3849a38a-268c-46f6-8dfe-6af8438bdc3b)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 61 "Net-(U10A--)") (pintype "output") (tstamp 10a5c09b-0590-4d5f-91f2-671bca9d3197)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 61 "Net-(U10A--)") (pinfunction "-") (pintype "input") (tstamp fe15ad0e-bd6d-42f3-b816-7db18b02949f)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 59 "Net-(U10A-+)") (pinfunction "+") (pintype "input") (tstamp f69693bf-f845-4385-b63d-f69a2820d5b8)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 88b1ff3b-b723-44e9-b945-8b534b1d20b1)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "Net-(U10B-+)") (pinfunction "+") (pintype "input") (tstamp dbfd60ec-b99f-407a-9bf3-0cd134d1241b)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 55 "F_A") (pinfunction "-") (pintype "input") (tstamp 10cc9f40-6f8e-4a2d-a04c-760eb07dc10c)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 55 "F_A") (pintype "output") (tstamp 890ae657-95b3-4aa5-9217-e0a8d7882d00)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp ef0dbb2b-8cfe-44d8-af14-6fced3290e3b)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f136f6) - (at 72.39 60.96) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-0000619d0ee8") - (attr through_hole) - (fp_text reference "C3" (at 1.25 -2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fb464916-0a76-49db-b07f-a947980bf538) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f2743c40-bd3c-4893-8b4f-67d0e87a7349) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 24bd58e8-7c2a-4c89-817e-77672aa80c6c) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48631236-bc07-4c30-a991-766ab7e02e61)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60f0defd-4e29-4338-8d87-c053de5f7b29)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ab33b8f-0b32-4397-859b-38eae7742020)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 903c8562-2eb4-487d-8483-c8ef9c0d7a54)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 972a117c-5f32-4d8a-9a33-3db065cc9445)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ff3bbdc-ad36-4582-8ff8-c8d566e84c35)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3091eda-3cb8-493e-96c9-db2b017eca01)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c149840b-cd57-4e0b-a05d-0532c7861f04)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b129e56-55a3-4a43-8622-75569f7418ca)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29250746-8203-47e7-8cdd-c8c665b78fc2)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29a35cd2-e1c2-45eb-a8fa-3125ae7b4819)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cabba949-0f67-47b1-8748-aeb885b8603a)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3eeef0eb-1cf6-4310-9dbb-6d794d9dbb89)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9201626b-15dd-4d94-bd40-49460cd26261)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 6700c66e-010f-40db-b894-9bbaf3f7d28b)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 186a45eb-d8f3-41d7-a7d0-7bc22aa68858)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f1370b) - (at 67.31 76.2) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-0000619d1c20") - (attr through_hole) - (fp_text reference "C4" (at -1.778 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ab2d8ea1-2134-4f0c-be3e-85fe5467429e) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6989d3ca-16ce-4510-a566-50ea13dcada4) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 6a0df29d-b392-4adc-816a-6ab9669c4ea7) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c45d7ea-7763-4c7b-b1a4-4206b52ff107)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a024e19e-722b-4372-b63f-61b800fd281f)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a447340f-07b3-433a-a6cc-36f4bfb62bfb)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bedb0c6-b177-486e-86af-3fb0c5070435)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d4c03ca-5d76-4507-92d0-66072131efff)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d3e3227-8e98-436a-a0f1-f87af739f1be)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 440af2e0-daab-4494-b600-fd1362718c95)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9065568-2f84-44e5-b397-4c484c45c267)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c59c4e71-1111-4a6d-a74a-fa203427131f)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8272bf92-b431-4d83-9d6b-3161bdc502cc)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e918ea62-7149-49a3-b2bb-d3358f0510f3)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 925b9773-6593-4aa0-b7b6-0ceecd558616)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46065a68-a946-4f5a-bb20-3be4e888fbcc)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6779f9bb-a82d-4fe8-9e8c-8ca1c26a361a)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp fc7c4e26-774b-4887-bce9-879a28f89825)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 6f754964-71be-4a33-b112-9abc8f18e858)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13720) - (at 72.39 76.2) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b191ab") - (attr through_hole) - (fp_text reference "C5" (at 4.318 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 60d090b6-9204-4768-a10d-8f9763aa2798) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0094e304-09c1-4ada-bfc9-0765a2bde865) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 99831468-6343-4234-bad6-6215d0e8ff8b) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 929a7acb-c518-4356-a392-b7830562357a)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8e6df9d-36ff-41fa-98ec-ff1ad070e14a)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fcc8c69-48bb-4cfd-aa6a-02140d478fa9)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3f92a0e-5981-4352-9a5c-10cffe265d2e)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1c3eaea-d89d-4aae-83a7-9d2cd70d8f11)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e18f790-dc5f-4fed-89a4-f0e0ed0822e4)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d1aae1d-803c-4cc0-8121-c9c74789659e)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6356735-4222-4d4b-b760-49bda09d3d76)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8f71b8e5-ee17-4b8a-88ce-1bc725baf561)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5bff4d7-e747-45e9-b29a-910c97f46101)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3bb2ad7-c7a3-41b2-82af-4bea1f4a0e15)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 803f2f72-d451-4c32-b73c-daee582b87b0)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddadbff2-b2f8-46b3-959d-fdd8bc2151b4)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7b939d8-4312-48cc-bcaa-c45d19e6f535)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 6c8a2c66-b5e4-4975-b53b-cc51cc820c1b)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 832a6387-1e9d-47c2-b91c-ca7d52a700ca)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13735) - (at 67.31 91.44) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b191b1") - (attr through_hole) - (fp_text reference "C6" (at -1.778 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7759e4e-cffc-4cd4-ba93-309a5462c071) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 535cae20-dfc5-4253-ab1a-8c0752809343) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp ab358966-b20b-4acc-b63d-74fbc7c77ab3) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b45af0a8-dba4-4035-b3ac-4e77a6ca06df)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ccc2a089-ae5c-4feb-8f53-4f02ef84d6f6)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de6723c6-d52a-49d9-98ab-fa4b188abfe0)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba320e3d-fa44-403b-9df3-3c936a584822)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9004fbe4-4caf-46fe-a765-07da42e3de92)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6606a69-adb6-4f1d-8cf0-a4c4fc687ab7)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b468fcd9-4266-45dd-b0c6-a62e73a09fe2)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab66956c-1b0f-49e9-87fd-7471affb774b)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e828cead-7899-4439-bbdb-16da85f2dc58)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7fd44f8-af18-4232-a587-0a403b83741f)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9ab79cf-27df-42b4-8bfa-b69bdc616166)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ce43021-56a3-4905-985a-e01331fbfd7c)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0060694-4865-4f0d-9246-cc26e0ec7740)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32b26aec-0838-479a-8c32-b10e209f259f)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 8358c43e-951c-46c4-be15-be3e3d9d6ae7)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 64fd3fc0-9020-42d9-80f3-d12024bbf2de)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f1374a) - (at 61.214 71.882 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060f0b0b6") - (attr through_hole) - (fp_text reference "C7" (at 7.112 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 37be8ea5-e708-497f-a1fa-123eef998137) - ) - (fp_text value "47n" (at 2.5 3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dfc20af8-7c1a-42c0-ae73-639fa09f9f8b) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fe0d4086-dd9a-49e5-b2b7-4f159958f003) - ) - (fp_line (start -1.22 -1.87) (end -1.22 1.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee8765a4-6774-41cb-9cd1-0f715dd86d0c)) - (fp_line (start -1.22 -1.87) (end 6.22 -1.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a0dbcd0-39a1-4a52-a335-88c82cb7843a)) - (fp_line (start -1.22 1.87) (end 6.22 1.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c75c1a21-62ce-4b26-ae25-302b62e56de0)) - (fp_line (start 6.22 -1.87) (end 6.22 1.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00517000-4524-4a07-921d-01a595e36802)) - (fp_line (start -1.35 -2) (end -1.35 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4cd043f-2cbb-4372-b95c-c2930ff99ed4)) - (fp_line (start -1.35 2) (end 6.35 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed1c123b-3fe9-49df-8f16-ec8559877bfa)) - (fp_line (start 6.35 -2) (end -1.35 -2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81ee4f1a-e827-4d86-ade9-b03a1d69d9c3)) - (fp_line (start 6.35 2) (end 6.35 -2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a8bd928-dfdb-4524-ab22-b48a064ef884)) - (fp_line (start -1.1 -1.75) (end -1.1 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 011ec5ce-31b9-4e2d-ac81-62b3812eb945)) - (fp_line (start -1.1 1.75) (end 6.1 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40d97cc8-04d4-49ac-95f4-dfcf7c71d356)) - (fp_line (start 6.1 -1.75) (end -1.1 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f242ec9-8495-4ba3-b2b4-1c2fafa94456)) - (fp_line (start 6.1 1.75) (end 6.1 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3be41ca6-8903-4737-a991-ef5d69dcb519)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C7-Pad1)") (pintype "passive") (tstamp fccac097-741f-4327-8b0f-606ba8d3eca4)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 41 "A_B") (pintype "passive") (tstamp 0ba78869-de43-46ee-bbcf-f61de3cdd0dc)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f1375f) - (at 61.214 76.708 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060f0b0b0") - (attr through_hole) - (fp_text reference "C8" (at 7.112 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 12bad456-e1b5-4cdf-97b0-ba361e639f81) - ) - (fp_text value "47n" (at 2.5 3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ce20757f-5bb6-4a9f-9088-3f7c3ab201ef) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2a3de720-385b-442f-a02d-01cff5365602) - ) - (fp_line (start -1.22 -1.87) (end -1.22 1.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cff89b13-b4a8-4fc8-8894-a7d799f9faaf)) - (fp_line (start -1.22 -1.87) (end 6.22 -1.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3795e334-eb8a-4db1-b2bd-254b4d8bb961)) - (fp_line (start -1.22 1.87) (end 6.22 1.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1bb2271-b9f3-4e13-8526-ae217af07329)) - (fp_line (start 6.22 -1.87) (end 6.22 1.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e60f8aa0-a493-4ae2-a9e0-b5a7287fc565)) - (fp_line (start -1.35 -2) (end -1.35 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a84a3c00-365c-427b-8bef-a5b589dbacf7)) - (fp_line (start -1.35 2) (end 6.35 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ed313fb-018f-45c7-9a62-a322f453a669)) - (fp_line (start 6.35 -2) (end -1.35 -2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5a4fb27-8e42-47e0-a2e7-bd0c8f52a0b7)) - (fp_line (start 6.35 2) (end 6.35 -2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8efafa43-638d-445f-8d40-45dd43e2837a)) - (fp_line (start -1.1 -1.75) (end -1.1 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ca7f8a9-a5c6-44e1-8ef1-ef82963710a2)) - (fp_line (start -1.1 1.75) (end 6.1 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b31a949f-3d40-436b-8b13-39dbbb42e926)) - (fp_line (start 6.1 -1.75) (end -1.1 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb5dba56-60b0-4b46-b86a-8380912af62c)) - (fp_line (start 6.1 1.75) (end 6.1 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d8d77ed-f56d-49d6-8fbc-ab20c20f1a87)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(U1A--)") (pintype "passive") (tstamp 2d5ad514-5a1f-4ecc-b252-6977b652196a)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 41 "A_B") (pintype "passive") (tstamp b93fab86-074c-430b-80d6-3c84875f0cbb)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13774) - (at 79.248 74.168) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060ec5b76") - (attr through_hole) - (fp_text reference "C9" (at -2.032 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c11fc06-383d-4e24-8b08-5e471defd2d3) - ) - (fp_text value "22n" (at 2.5 2.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fe76ca61-acec-4db2-8afd-fa59cd44499f) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1d012fa-cba8-431c-ae96-11a49a60544d) - ) - (fp_line (start -1.22 -1.62) (end -1.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35a56d80-54b4-4bca-8b99-0c829c0084dd)) - (fp_line (start -1.22 -1.62) (end 6.22 -1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66108cb3-f474-45f1-b01e-400626821eca)) - (fp_line (start -1.22 1.62) (end 6.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8577b23e-620d-4ea6-989f-4701a4e0dbba)) - (fp_line (start 6.22 -1.62) (end 6.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc6d4a2f-d3e3-4a42-af2c-0fc04d256d44)) - (fp_line (start -1.35 -1.75) (end -1.35 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3b01013-d1f9-457b-987d-0dae47a5cc26)) - (fp_line (start -1.35 1.75) (end 6.35 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a396f6ce-4bd8-461e-be80-0382b2ca85cd)) - (fp_line (start 6.35 -1.75) (end -1.35 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87b35bb8-091d-44c1-b6a3-6b5ef1a31ca2)) - (fp_line (start 6.35 1.75) (end 6.35 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 418eb538-8f31-4c71-bc8f-ea4e0a78af93)) - (fp_line (start -1.1 -1.5) (end -1.1 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7fd6868-aad8-4ad2-8623-9c495ac91ec4)) - (fp_line (start -1.1 1.5) (end 6.1 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 847eea97-cda3-4836-8576-21d410c4ddaa)) - (fp_line (start 6.1 -1.5) (end -1.1 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98648ce3-b441-4449-8289-c97bebfa1991)) - (fp_line (start 6.1 1.5) (end 6.1 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4adb36df-e4f4-4306-a1fa-fc88c88c6429)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(C9-Pad1)") (pintype "passive") (tstamp d74bbf43-d137-4be6-b339-3818c1bc4a58)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 42 "F_B") (pintype "passive") (tstamp 6bc4e551-6043-472b-b4bb-3eb00e29ac2a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13789) - (at 79.248 78.994) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060ec55c2") - (attr through_hole) - (fp_text reference "C10" (at -2.032 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f2c1c831-be07-4fb3-96eb-501434b47f0b) - ) - (fp_text value "22n" (at 2.5 2.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c4e000ea-090f-4e0e-b898-b273a684d57c) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4747d28a-fc15-4112-9820-1e1c09dbed90) - ) - (fp_line (start -1.22 -1.62) (end -1.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddda9af4-71ed-4dd6-8ab6-c1c092ee46f3)) - (fp_line (start -1.22 -1.62) (end 6.22 -1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3bc47d1-27cc-482e-b31f-cf87243d0d47)) - (fp_line (start -1.22 1.62) (end 6.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec37423a-980e-4aa0-b027-c91c084bb93f)) - (fp_line (start 6.22 -1.62) (end 6.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fd69e79-c239-4757-8d2f-ced4c89e7f21)) - (fp_line (start -1.35 -1.75) (end -1.35 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b7e7c63-d220-446d-be8e-f54b4ba72d41)) - (fp_line (start -1.35 1.75) (end 6.35 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c2b5e0d-ea5f-4ee8-af6d-f8437428ee2a)) - (fp_line (start 6.35 -1.75) (end -1.35 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b09332f-0c8c-4fd6-aae2-aa4408490bc5)) - (fp_line (start 6.35 1.75) (end 6.35 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 822f0f51-7e73-410e-8de5-1176987e7577)) - (fp_line (start -1.1 -1.5) (end -1.1 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9fc571d-5d19-4b82-9409-e2fd4dc43707)) - (fp_line (start -1.1 1.5) (end 6.1 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ac2a0bc-44ec-4b2f-9e36-6f46ae0f2ae6)) - (fp_line (start 6.1 -1.5) (end -1.1 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25fa7c0c-554c-4338-8d68-a18134ebaf41)) - (fp_line (start 6.1 1.5) (end 6.1 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31864d45-44f7-4b1d-8076-047f666b1d3b)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(U1B--)") (pintype "passive") (tstamp b33e7346-c4cb-4e9a-8180-f6519f6ea6f9)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 42 "F_B") (pintype "passive") (tstamp 2925b3b9-7626-476b-9d01-32533c3e2f4c)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f1379e) - (at 72.39 91.44) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b46558") - (attr through_hole) - (fp_text reference "C11" (at 4.318 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5bf3bec7-4c28-4243-af32-7124363def37) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0ae17d5e-753b-41b1-835f-acbc27c23b0c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 2e83cdea-f3b4-415b-b2ca-d499588ca525) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f505f6a-1aa6-4cc6-bf69-bf8fe380d3e2)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99dbb535-2d6b-4d49-8998-7f75e1cdbe33)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5999fb74-72a5-4da8-abe6-608e42bf88ab)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8579541-22d8-42ea-ad60-c0e037c3e841)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 843f4dda-ebf5-44c1-aa7f-34267ebd972e)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43df865f-3670-4eb5-8e28-75b2c104e7c6)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d366a002-ee3e-49a8-97bd-15df886f4fcf)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a51e223d-aedb-4e37-b91a-439340016a69)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75646951-d2f6-463a-be2d-2c2422ad88e2)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 582beef2-0f82-4bc6-bf24-3b4ff7a50f58)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9085d4e8-200d-4306-8bef-4928f7d1e93d)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47dbb52f-5e5a-4b74-a02f-f1dbf957b987)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45cc7b3a-0f8b-4762-8d50-2ed4d4fed876)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3e17695-51d5-4946-8cca-6253e9a55811)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 85645874-23a3-41f7-a577-b4a4ec81d8ef)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 6e2a51de-6bf1-414c-8d22-d8927afdcb04)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f137b3) - (at 67.31 106.68) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b4655e") - (attr through_hole) - (fp_text reference "C12" (at -1.778 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bc5f74c9-ba3d-4b28-ace9-f5ed20a54ace) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f99d1465-01eb-47d1-bec2-c7a0ded3102a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 16d732ad-e5a1-4f29-8819-5ce6919982bf) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 539cb3cf-41c1-44a6-94a8-43c78abb006e)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cf290c5-927e-4f36-8fe2-886427760e5c)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49d86dab-6bca-4c9c-9c3e-e8036526d085)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20a9f4c4-415e-4f82-a8f5-eaba3050274a)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3764ea29-1ca5-467e-a0ca-f24eea097b81)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b06228fd-ca87-43ba-abe8-c4b0c07fa70d)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd3b67b3-d6d9-452a-b756-a17f7a8a1a79)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed579545-d307-487e-a76a-b44a8f26d6f7)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a432a99a-d14d-4115-af17-76265490d3b3)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d824006-d8c2-4b83-b6fe-ea1e6c455434)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22803acb-761a-4b8f-9d8f-4735a4c5431b)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95c46363-7e09-432f-b8a2-37e8d1483694)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc48365e-f400-4dbe-85ef-bef3fc7c2fb4)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10110f3a-5b8c-4e84-b028-ea6c2004b892)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp f46b8516-e7ad-4025-8aeb-8e38c64e8a84)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 2d9f4c11-9a8c-46ea-8018-5951c8a80d1a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f137c8) - (at 72.39 106.68) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b4657e") - (attr through_hole) - (fp_text reference "C13" (at 4.318 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b1537f97-50b4-4922-8c17-b2e2e4e5b5e6) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ec9a8fe2-efcd-49fc-832b-a1159cbbfd5b) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp e2b8fb17-46f8-4b21-8114-56cbb2a2c5d8) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac43f966-078c-43c1-86d3-113b1be799ee)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d6d0d19-dc84-4e4a-bfcc-53761e36c640)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 251263f3-60e5-4721-bb2a-3193f644e96b)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a0d8e70-dd8f-483c-a051-2327da75e0ae)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c180d2bd-c968-4a14-b96a-302962bc5612)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d210072f-e7c0-46f8-9cfd-b438d1799fe6)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d63ae84f-278b-4bb9-a522-ecce53e52e85)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df646088-1fdd-4754-b087-1f97a2f43e6b)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8886290b-bdf9-4423-a85f-3d743998b510)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c67528b-d57f-4e1a-ae27-0a11444eee5d)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f257356-9ae0-449c-b5e6-47b9d04e811b)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02813f9d-89f1-4f38-83e1-fc8ff8b9006f)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8501f9e8-f56a-4cfa-9c2d-93e95e7bcfbd)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 231d3208-e943-4975-8b54-50d40d2b5bd9)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e5179d45-c718-44e3-95c1-41fc4cef14dc)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 49925b41-471c-4f6c-ba25-1dc8cd04a1a7)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f137dd) - (at 67.31 121.92) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b46584") - (attr through_hole) - (fp_text reference "C14" (at -1.778 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8a38ea46-fd49-4311-923c-f132d8f682b8) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8a6df327-0414-43cb-bd67-53da8b722f4b) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp ef0f632d-1fb0-4a04-87c8-2cb71c90fbcc) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17b30a61-c4f3-4bb6-95a9-30ebe2fa6036)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2e147a6-1f41-4310-9610-97e51b677737)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd35957e-d062-4307-8029-896436a6ffc7)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2040144d-f5da-46ba-b0d7-55e271d99ea6)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7a584b8-84ec-424a-9f66-06f18e3082c0)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 800a78f1-5f8d-4f49-94c5-a003ab445bb9)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06af220e-f3d2-4ddd-9b25-3175436b9358)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8849b3a6-d676-4462-9684-8c41278a097f)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84386d51-42da-498e-89d0-f418fb5843fb)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f8cb0fb-c9d6-47f2-9844-5fa2b33dc647)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 815aa7a0-9e4f-4438-91e6-f491471bcf17)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdf2afd5-a9a3-4aae-9752-7d8f45908f6a)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c492aa21-57ef-4e76-b2a9-0e8301d8b653)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24c45563-a4fa-4a32-81f0-3f9cab02074c)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp d5e0c5c1-d892-49ca-8caf-ea7cc1615259)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 273bb655-f2dc-497c-b580-e57ab55aeacf)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f137f2) - (at 61.214 91.948 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060f0b108") - (attr through_hole) - (fp_text reference "C15" (at 7.112 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d6f7f3f0-dbce-436a-9c0c-5593e862aa76) - ) - (fp_text value "10n" (at 2.5 2.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp af1bb8a6-ad1b-4445-9f83-15b609716058) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 211ba7fa-aff4-45bb-b235-fedafaf756ab) - ) - (fp_line (start -1.22 -1.62) (end -1.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce202ae5-6afd-44fa-a52e-38a50b309805)) - (fp_line (start -1.22 -1.62) (end 6.22 -1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 136888cd-c097-4542-9846-2bc4326d9b26)) - (fp_line (start -1.22 1.62) (end 6.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23bc852b-496f-4019-9026-a23cc8e1497d)) - (fp_line (start 6.22 -1.62) (end 6.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a6478f4-7d2d-46d4-a82e-1977f28a19af)) - (fp_line (start -1.35 -1.75) (end -1.35 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d645f828-0aa2-4820-bd4b-cbc7344b0383)) - (fp_line (start -1.35 1.75) (end 6.35 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec990209-ee75-4edb-976a-dc66389be1cc)) - (fp_line (start 6.35 -1.75) (end -1.35 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21865e11-b44c-4410-8ed4-cfe9c3abee54)) - (fp_line (start 6.35 1.75) (end 6.35 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cfe0272-f31b-4f42-ba68-3897f7fc3a18)) - (fp_line (start -1.1 -1.5) (end -1.1 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d145fc0-9e6f-434a-9573-24ec121efa85)) - (fp_line (start -1.1 1.5) (end 6.1 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1f56ab1-800a-4f51-84dc-22cc544764d7)) - (fp_line (start 6.1 -1.5) (end -1.1 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc6ba812-ab15-4c2a-ac13-36ceb2e0b49b)) - (fp_line (start 6.1 1.5) (end 6.1 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad3a0fca-f03d-453b-bbaf-245c5abb0ccf)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C15-Pad1)") (pintype "passive") (tstamp eccb4e81-b0d0-487f-bd1a-a015babe96c2)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 43 "B_B") (pintype "passive") (tstamp 5a9e922c-7237-42bf-b9f1-1d7f272c424f)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13807) - (at 61.214 87.63 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060f0b102") - (attr through_hole) - (fp_text reference "C16" (at 7.112 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6f7d9b15-c367-403b-b9c7-be5efb286f0c) - ) - (fp_text value "10n" (at 2.5 2.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8ddc7402-01d8-46c3-bc2d-3012b661a0b6) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ceb0dec3-7ff3-4bdd-a0bd-df5d13ec58df) - ) - (fp_line (start -1.22 -1.62) (end -1.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42a3ec3f-d6e1-42d7-ad06-dbc6934ea725)) - (fp_line (start -1.22 -1.62) (end 6.22 -1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d1fd2b9-978b-4991-b921-de7ea44631fc)) - (fp_line (start -1.22 1.62) (end 6.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd674f1f-d4ac-4a1e-8837-e245f88b438f)) - (fp_line (start 6.22 -1.62) (end 6.22 1.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f4104d0-66e9-4817-89b3-d0b28ef7cb45)) - (fp_line (start -1.35 -1.75) (end -1.35 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a51e4c6f-6948-4a78-99fe-735c44ac06dc)) - (fp_line (start -1.35 1.75) (end 6.35 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e09884ad-ddee-4b14-90be-be285e02d13b)) - (fp_line (start 6.35 -1.75) (end -1.35 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c7729c8-0c2f-4bfd-af69-7fb8cac47b3d)) - (fp_line (start 6.35 1.75) (end 6.35 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9065ab30-67c7-4709-bf62-5d4d097a06a5)) - (fp_line (start -1.1 -1.5) (end -1.1 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eea7ceb2-27e1-4748-a4eb-1a875671713d)) - (fp_line (start -1.1 1.5) (end 6.1 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05f98d3b-cbfd-40cd-8310-69277fbed832)) - (fp_line (start 6.1 -1.5) (end -1.1 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a949f16f-2aa7-4887-8b27-ce5b9e9e299d)) - (fp_line (start 6.1 1.5) (end 6.1 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56fe4f0b-bb9b-4720-9230-4dd3a21d57c5)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(U2A--)") (pintype "passive") (tstamp 5d7ee27b-d166-4997-a5d5-68b27ca0b269)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 43 "B_B") (pintype "passive") (tstamp a8c6e5bd-81dc-48bf-b4a0-a3b517da8a16)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f1381c) - (at 79.629 90.043) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060edcdeb") - (attr through_hole) - (fp_text reference "C17" (at 6.985 0.127 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e5641f8f-3fa1-4398-aa8d-c27a0a68c787) - ) - (fp_text value "4.7n" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 705ca472-0a40-43ac-857a-2200ae2d48d1) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92be0e8d-a54c-454d-adbe-e05e38ee9002) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc212aa6-41f3-42ba-8f0e-c90f83fa2be3)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56af5785-8c24-4452-bc85-3937afdfbec2)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61d81903-7036-4ae8-91ff-3cd839fd7a85)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92bc0d25-4c7b-4ba3-a0a9-863828f12374)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b5fc1f1-36b2-4040-891e-c80c7a4ee201)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38ea4e74-8392-40d8-a93f-b355db783dc5)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3247f232-b0f5-4de7-860d-32b3d0bfcd65)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a489821-ae46-44cd-9af9-4a9cf1035a43)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82cda930-6b2d-44c1-ac04-3d9d682c0ff0)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a5b26ea-82d7-4dbc-8093-212d39b5fe48)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e80636b4-51cd-49d0-a814-62fb92c9eacc)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90430c6b-f37f-44e2-866c-5707f82f514a)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(C17-Pad1)") (pintype "passive") (tstamp 75bd5761-c643-4e4a-b92a-26a532c79c70)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 44 "G_B") (pintype "passive") (tstamp f0a8a435-7416-477d-9121-c07405c2805b)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13831) - (at 79.756 96.012) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060edcde5") - (attr through_hole) - (fp_text reference "C18" (at 7.112 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6085c11-c2ad-488a-a335-75d989874967) - ) - (fp_text value "4.7n" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9c04cf8b-353a-4281-b076-5517ca54f3ce) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4b447140-65ec-46fa-a23a-546c8e6265c7) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e601597f-5892-4509-8f6f-11515d7a5f8f)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61ea9bb8-cd88-455f-bbfd-2fa8fa8c8749)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbd6d177-3260-478b-9832-075d604d0025)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9655b42a-096a-4d97-aa9a-38cd3450eb54)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28c8e0f7-0e95-4714-8e7a-41d65de9ccbf)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6ad9f89-004b-4583-bcb4-3275b371cb71)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 823bb732-75ed-449f-b8a0-db4ae4df83cc)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2b0a30f-b142-470c-8d35-fe39f17f646d)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98039748-8934-4223-bd43-fb2e35c88241)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40cf78bc-5cd4-4dad-b25e-704388f74b0f)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ece8213-ca94-4465-b344-491a6ac293c6)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a99bc386-3af8-4b94-9ddc-6152195b5cf4)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(U2B--)") (pintype "passive") (tstamp 9cd2bd90-bb32-4851-949c-a931896c21ab)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 44 "G_B") (pintype "passive") (tstamp 9d36e39c-3470-4846-b4f0-e56f2222836e)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13870) - (at 101.64 136.652) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b7a54d") - (attr through_hole) - (fp_text reference "C21" (at 1.25 -2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cf6b0e96-5229-41ec-94af-71e7f0aaf7ff) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a53723ee-a181-4536-9f83-af586819e71c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 09ef984a-a610-4708-b456-e4f5b7b356fc) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5287636-d64c-4c2c-8ed9-bf29ce6df97a)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 275d11bc-252b-4371-97b3-e740bf9e066e)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75eddca5-66df-43c9-a460-e18388b50059)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3538117-7fec-4e59-91ad-7fa1463db343)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8b8872e-b326-4e97-9e42-682e114b1956)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cb354b1-c765-4e67-9e42-7473d4a5beb6)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 806d74fa-acbb-4a1c-9272-23009bcd2f11)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40c511a8-109d-4625-b0c7-f8b958aecbca)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e30e43de-0786-4977-b9c1-bde3f3dfd3f3)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c1770c4-f111-4f4e-885b-f4983275d94f)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ad47291-241e-4c09-a3a7-b0c0c91516b1)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50c3c56d-2429-41ee-8c15-33581ceb3527)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00fe0664-f51f-46c0-a523-df0d9c4d6739)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec01aa8c-b153-4812-aa72-76b0a950e5f6)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp a1a69229-534d-45f0-a11d-b04dae1c4bbd)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 3247d9ce-e140-442e-ab6c-eb13d52addb1)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13885) - (at 98.044 153.67) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b7a553") - (attr through_hole) - (fp_text reference "C22" (at 1.27 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 912acdb6-db2f-4a36-8918-9cdcc36648ea) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d2be673a-c6eb-4057-b3ba-dcbfe32761d5) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 43c95e10-782a-4621-9cc3-1009264a41ab) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7f64d10-d3b8-49c7-9621-df0c15feac72)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27e3e9ee-5c8c-4ac5-85d6-74a0f28d3293)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c51cab1c-cb27-4fed-a277-97bde8864f46)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30c541e8-8068-40cc-97ca-0faef641cfdd)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0f46136-cd71-40f3-a213-3fc3797c5a93)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a40b775c-1240-421f-ad06-2baa76077334)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4cf73149-ae37-4e35-9140-5b2bfef7f9a7)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf901384-bbbd-4d44-aec1-d45ff603ebe9)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b26143e1-2975-4ce9-924a-52f07990e326)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42ef20b4-ecc2-4dd8-abc8-f405826e1fb6)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 836b84f9-907a-424b-8f6c-835191debac3)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09121961-80e3-45cf-affc-21423dd0b219)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fa5e757-ff85-4f6f-bf0a-86879a40b965)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3573f244-96e4-47e5-b915-0e7cbd24b6ac)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp e3753fa9-af71-4e71-9206-9378cd559e36)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp b03ffd67-e6aa-4b48-9703-67658dcf6fd8)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f1389a) - (at 102.616 117.094) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b7a573") - (attr through_hole) - (fp_text reference "C23" (at 1.25 -2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 28c2987d-c5e0-46aa-a93e-03e53f783e6a) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a2dc840f-9c3e-45a9-9746-222c88500df8) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 896603b9-2451-4df9-afd6-3826bebb659b) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e096a4b6-f881-4179-b50f-6f8fb5adad62)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab240dae-5806-414b-8503-c6dd5ecdc8a6)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1eb1fdf-e057-4c8f-a755-dc22d1301c60)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44bfd697-31e1-4f73-bdfb-4e2a32ba4461)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd82a4f5-a705-4847-a13e-b5dbeed0f067)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a08bd3f-0ff7-484c-a9d0-44643a9b16a2)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2619159-cc54-4fa2-97dc-7d58e13b76c9)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69f9a241-9e82-46e2-a024-7ae158556d32)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a24b6ef9-7357-4df8-8db1-6828a1bf4d29)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07bf51b8-7435-45f9-ac43-552efeb35762)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76ed6b10-59c2-4586-8f52-bc6f4a378525)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 116b7989-6a7d-493a-923f-f4df683320a3)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e328b7e-957f-4bf0-a18b-f33fbc8baddf)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e626b1a4-0012-4aea-a3d7-bfd67a680732)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 43e0f972-ee96-4168-81ce-e40f8a8439f8)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 0d399411-28ef-4413-b13c-9b46590580d7)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f138af) - (at 97.536 132.969) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b7a579") - (attr through_hole) - (fp_text reference "C24" (at 1.016 2.413) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 02365e96-8143-4e06-b636-73fdaf1c4eb4) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7aa8d03-5020-4efb-9f87-228b5e8d5403) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp d97d4e02-ca90-45a8-80da-99909d360be0) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4cfd9f7-e1c8-429e-afa3-467ebe2df19f)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df6e3894-1037-469e-b6fa-eb16f9389962)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 795ee2fc-7c23-467a-9ce8-3872cfdc4a76)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6173a6ea-6119-4cf6-8dab-c3dfeda64c25)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fea391f7-3d42-4aee-81ba-19ab89282a14)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4836becc-f894-4bff-9a4a-d245f26ee39e)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d72dcb7-fb17-4ddc-a3f5-9a26136b4197)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 664c4171-ce9b-4071-bdcd-8e22296ec2b7)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b029180-c8d1-4763-a80d-001677025f8c)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ef01ef8-85b5-4fa4-b1bc-9f277e477dec)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6caa249f-501c-4927-adab-97b7a46c2303)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a03edd8-6b9a-4a13-a4c7-c14cee99ec7e)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ff81877-831f-45c6-b31f-91ebac591816)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 323f85c8-8fa2-49ce-924b-ba766e00a71d)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp a95d237d-8a62-4a3c-8be4-ef267d4c22c8)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e4556e11-e358-4017-af5d-ace276c0f5df)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f138c4) - (at 61.214 104.394 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060f0b15a") - (attr through_hole) - (fp_text reference "C25" (at -2.136 0.174 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4fc05f59-bdc7-43d8-a4b0-71932c022443) - ) - (fp_text value "4.7n" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 99d52eb0-6406-41d6-950a-516ce48705a6) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5e7d7657-4659-4723-855c-0dff9342f458) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5df893be-3dd8-4166-840f-95c6bd74d615)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ae59d69-61ab-4254-a654-2d161dfdcf8a)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3870cc68-bea5-470a-9d98-cb188a05c15f)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e36b78b-64bb-42bc-a901-63419372f58a)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bfa1268b-a6ef-4f81-8691-7b52d598dc91)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3748ecbf-c8d2-4472-8bf1-5477a2012aff)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54ca1bd6-66c1-47ea-a5ee-643db53deb65)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7f49e84-1877-411f-9af7-35ed6bb30d37)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44376fd7-e567-4090-b20f-73e794826e3a)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84a419c8-5cf8-4f59-994a-08090943c896)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3199146b-d056-4420-be23-ff46a88aa482)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4cac0e0-6d50-42f5-a9f9-e4a3c56ba957)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(C25-Pad1)") (pintype "passive") (tstamp 1ae6710f-46fe-48a8-808b-0a784f14adc3)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "C_B") (pintype "passive") (tstamp bd95b593-061a-498f-b754-67290f7302da)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f138d9) - (at 61.214 110.49 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060f0b154") - (attr through_hole) - (fp_text reference "C26" (at 2.484 3) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ead223d8-b52c-49c3-ad88-71323383f43d) - ) - (fp_text value "4.7n" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 71396f76-ca23-4a60-9770-20d7d587e0eb) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3e025128-d213-434a-a94e-cb053126f80a) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 425a57ec-baa3-420d-89d3-4f7464324e4d)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bfcf023-cad0-4c67-be0e-f0601af6d1f7)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b448de44-a5b0-4e2e-aca9-c17d23aef4b4)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a817dfc3-3178-4603-9189-74a1b243ab71)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6aa2fce-a8f2-4b32-9b8c-c90589856b06)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04843ebb-69ab-453c-b827-aec2893e15bf)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3db5fb4f-77e3-4b0d-8ee5-46b175066dbe)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 307da606-1b45-44c7-a614-c44b929bdaf4)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4eb64650-3af8-49d2-a0be-932231040301)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0efa2c9-fc16-479c-975d-24286ec75e3a)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41416810-ff8c-4bff-899f-11c46225727d)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e981f683-b785-443f-a2b7-125a29d26055)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(U3A--)") (pintype "passive") (tstamp cf4687ab-e688-422f-8960-ba9893b669d9)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "C_B") (pintype "passive") (tstamp fd1d8a6c-df82-4387-9a06-398087da9f7a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f138ee) - (at 79.756 107.315) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060ee30c4") - (attr through_hole) - (fp_text reference "C27" (at 7.112 0.127 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2580c813-60f3-4a04-ae37-c8445c1d451d) - ) - (fp_text value "2.2n" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f836b6a-c6bd-4234-b4d3-62e2e8d6cac2) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0ed0e37d-3b0a-46c3-9967-38eff0cc5626) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c3ddcc5-ee44-4ff0-9938-c3d6285ce784)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50cdee6d-42dd-43d3-b4cb-eee51145aa84)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp febdcfbc-4308-48bc-9d99-09735cacbc1f)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61afa4c5-565f-440d-b72e-42339fa07c2e)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c14a593-1faf-4bda-9ff4-9e247f80d8b7)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99cb9fa3-a761-4b9f-9154-a8919bf1fa47)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 818baef3-84b9-4c32-b8ac-14242917964f)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb9894fd-f5b8-4a73-a0e8-ae3d2479abf7)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66b1323a-acef-4b17-802b-406d5e7d7905)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e5d1a2f-e5fc-4b04-b6b0-d8d191b0ffd5)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63bb17ff-8ec7-4ea0-ad22-76a88bd884e7)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 477b2d9e-f741-488a-bcfd-5bd27fe43985)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "Net-(C27-Pad1)") (pintype "passive") (tstamp 17f54938-82f7-409b-955c-aaae484193b6)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 46 "H_B") (pintype "passive") (tstamp a5d6add9-2ae9-4cb9-aad9-6236476d5050)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13903) - (at 79.756 113.284) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060ee30be") - (attr through_hole) - (fp_text reference "C28" (at 7.112 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f1481e84-05c6-40f2-881d-03fb002b11cf) - ) - (fp_text value "2.2n" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b5dc181f-ceb7-4604-928a-25a2a7777b99) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 08d17fa8-d92f-4f3b-8708-a769278f2921) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aecd2bfc-4064-433a-a288-2eebf925ec25)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbc59b34-aaee-48f4-9992-7ee0d28abc41)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9a798a2-1f0c-498d-992f-33000de72b49)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 176d8024-1713-4c2b-b162-dd9749537835)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcdf1c29-48c1-4142-ae01-ef6dec8b3775)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4a6b319-8245-4e60-a938-e32159e37bb1)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 831d77a4-3c93-4549-acf8-d080d0f4c532)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2dd9d70-ba99-412e-badb-00f3a0dde03c)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddfdbee2-f74e-4edb-b56d-9ce779215260)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3d2c371-d250-4018-9117-5720756110d8)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 754b94c4-9260-436f-82ef-bf7dac695830)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9075c9f4-8238-4480-8180-e4161b8cda64)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(U3B--)") (pintype "passive") (tstamp 7de38105-edaf-476b-8100-ad881da22cc7)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 46 "H_B") (pintype "passive") (tstamp 3552c5af-e6b4-4592-b825-074b6a566aeb)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13918) - (at 102.108 73.152) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b7a599") - (attr through_hole) - (fp_text reference "C29" (at 1.25 -2.55) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3c5fb3d8-6cac-48d6-9118-d4e4b64d555d) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0168d5a4-77fa-403c-ba5b-e47036902a6f) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 5c2bcd16-3df0-410b-9376-324230d69f2a) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03a35e20-38dd-4428-aaed-20de49f97ff8)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b7a218b-173b-4e2d-8839-af84f98093ee)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ebbed46-b76d-44b9-afd1-beaa587e7c26)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae4930d7-638a-4923-9ee3-bdab5e9e1693)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c030518f-2614-49db-a918-2156f186902f)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 761d0baa-e62b-4692-be3c-198554685030)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89b0581e-4312-4629-963f-3047160c391d)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95b4df0e-84fc-4839-95ce-58ac20c88187)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0865b819-d9ba-4299-b251-f1c6c1b5ea43)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 353fece5-7bf1-4f6d-a4ec-c2f4f134ed52)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4627d7b9-65e9-4eee-99f5-4baff0b24387)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fffac9e-5be6-4350-b842-9625451ebceb)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71cd9714-5e07-4133-a7c4-c8628a980563)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9eb6596-d994-497f-8009-9d36bef6dadb)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 7e28b016-ff52-4cc6-bfde-0c7b2912784c)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 3a972c37-4fd4-43f5-83fe-ead10af63a3a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f1392d) - (at 97.028 89.154) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b7a59f") - (attr through_hole) - (fp_text reference "C30" (at 1.25 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 620a2fd3-741a-40c1-832f-25f4786849c8) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bd9e23fa-b514-4ce3-b16c-6117c13501a7) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 7a1c800f-5d40-4230-ab95-86457d18f0a3) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 513b5ba6-7bfa-4af8-9a8d-b123b8c6065c)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 275b86aa-4faa-45ec-ae6f-9e023e666e71)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 462fb5c7-9bdd-4871-9405-54e30b49d217)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5324ef2-40d1-4ee3-8239-f7512cca0696)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 873ab70b-2e1e-41dd-b8a2-3eccfb621f6d)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c431903-8991-46c0-bef2-60082dab360c)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff8294da-4326-4dec-a386-c27a60e78a82)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3d518da-bf9e-4793-9a2b-8b8bf75a06a1)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f9a5845-fec4-41aa-8d7a-5bcef1071574)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0143a3e8-a66c-4cf4-833f-54f8fbb59a11)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae29a49b-6e0c-4284-bd84-b41f57169dfc)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c946f894-61e5-48c7-8fdf-b2774504967f)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4f77490-5702-4d32-995c-8066898b1be4)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5a2d6ab-79ee-4e05-ad32-e42054fbfa7b)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 04b1a7a3-076b-44b9-83db-cbd974242595)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp f8e5214e-121f-463e-83f9-cfd31f22ecd3)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13942) - (at 72.39 121.92) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b7a5bf") - (attr through_hole) - (fp_text reference "C31" (at 4.572 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 26f4768e-c991-46a3-9d96-090f08d05a12) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5db85e4-101d-4c7c-ae43-b2babc2ee3ee) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 8567ceab-8761-4b40-9048-705068d3e833) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77cb9b2b-b0ce-4b98-8dae-106c899d0a61)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9dfb9164-173b-46fd-9139-46b5d4fa2ecb)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29658956-9cf7-4584-996a-83145be1d9b5)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2171e109-897e-4337-99d7-66cad88bc087)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fee7bf90-0b8b-413a-8dda-b8c405a38182)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a71ece1-4bf5-4cf1-a880-1902972bff11)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c309b69-54ff-41ce-8fe8-7522a33faa9e)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 247f1afa-b163-497e-aa20-af62b86d148d)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10fe2b96-48b3-42d1-9438-e2084150cb22)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3512b944-740e-4a41-87ad-b6eecdc3383b)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c4ace86-d851-4f6b-971b-21056caab333)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4edf9359-f701-4b5d-97b5-b6800541a5f6)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc954645-1375-442e-99a1-45464c905520)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34990771-1f14-4b2b-8f64-b79156ddfc30)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 3a9e28fa-458c-4f13-b76a-55f42291134d)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 8aeabe33-3308-4252-b70e-a332f273b80f)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13957) - (at 67.31 137.16) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b7a5c5") - (attr through_hole) - (fp_text reference "C32" (at -1.778 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9faa7fe0-bb75-4a62-82f2-d0143179662c) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3d0e21ae-9ae1-4743-a5e0-14a8891deb4c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp eac2be82-d13f-40d7-b946-ee9c702b378e) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ed4ab1f-f989-4add-8e82-33f41c59fde0)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f768583-15cf-432f-b669-b81844c68ff1)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e420fc46-b854-41ab-9cf4-b7c7ccedaeb4)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9d42fe8-6510-47df-86b4-9f3682f56dce)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45a03322-2f05-4262-a928-471b43e34533)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9611bb0-ca20-4c07-8ed8-17c0cc2ba397)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0520751-647c-4edb-9c2a-54c6cf93780b)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06e7b44c-963d-4b50-bc7d-e54c36e2e9c9)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9ee7776-5e61-442f-a080-9260f3a1c5a6)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8919360-670f-4c7c-9689-d3920f277d66)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 121d5ac7-b65e-492e-91c6-d1eb96258716)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 122e9972-a0b4-4f71-b323-2055fce01e5e)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c97c3cfc-303d-4f0a-93a6-1904fa05021d)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48308f5f-6edb-4bd1-9cda-7967f57a0bb8)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp cb0ffa54-28d8-4c47-b315-a4d6b1d0bf5e)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp ef3085e5-7145-4674-afd3-01212a1cee9c)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.0mm_W4.5mm_P5.00mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f1396c) - (at 84.328 134.62 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061131966") - (attr through_hole) - (fp_text reference "C33" (at -2.286 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 977e097c-1756-417b-b8af-453611253a75) - ) - (fp_text value "680p" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b89e34a1-5a75-42fa-99fd-8e938df6005a) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2e03d335-e1f0-46b2-8670-f4d4244e3f28) - ) - (fp_line (start -1.12 -2.37) (end -1.12 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 163b9208-0677-4485-ae8c-d05645835299)) - (fp_line (start -1.12 -2.37) (end 6.12 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3620b54c-5d6c-4e15-8510-8679e5b02374)) - (fp_line (start -1.12 2.37) (end 6.12 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4fa62ac-d245-42db-b177-973e52056c19)) - (fp_line (start 6.12 -2.37) (end 6.12 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aac3861e-95bb-4c3d-87b8-82c89d3eb742)) - (fp_line (start -1.25 -2.5) (end -1.25 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b18f5ad3-d559-4d2d-9ad1-63bc7b076fea)) - (fp_line (start -1.25 2.5) (end 6.25 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c52fdc4d-7af3-4864-b01c-e4172bd2023c)) - (fp_line (start 6.25 -2.5) (end -1.25 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd458efd-cbd4-4ed7-8c91-81b977d86822)) - (fp_line (start 6.25 2.5) (end 6.25 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4fde9755-794b-4066-909d-76d5703566f2)) - (fp_line (start -1 -2.25) (end -1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0032392-6912-47e2-94a5-d8477455d71e)) - (fp_line (start -1 2.25) (end 6 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5c19b6c-b062-4ad9-9c54-c112897066b3)) - (fp_line (start 6 -2.25) (end -1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1bbcb75-e3b8-4d91-baa0-9ca9d3f1354d)) - (fp_line (start 6 2.25) (end 6 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e320ea0a-5e75-4a13-9067-ccaefe1a8bd6)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 89cc5d83-9f61-4f7c-92f5-cea284b6696f)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "Net-(U4B-+)") (pintype "passive") (tstamp a352703d-290d-4217-90fa-c2d5245cc5d0)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W4.5mm_P5.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13981) - (at 61.214 123.19 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060f0b1ac") - (attr through_hole) - (fp_text reference "C34" (at 7.112 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cb1b50f2-bf55-482f-89f1-3c0420ad3af5) - ) - (fp_text value "1n" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp caa85d23-088f-4bb8-b9cd-6084e47a43ae) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 006d63d7-a79b-444d-9723-9babc04ee172) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0206cce7-2c4f-477d-8e9d-3c6638475daa)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 708b2096-d119-4316-8d68-60dae1213c97)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f82aea2-b9fa-4983-a330-3ac5bb70eac6)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9dddbfe-916d-4efc-b73a-e29fcbc6628f)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a12404ba-ab73-44b0-826d-cde4efa87332)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8396f077-9e44-4874-abce-de9511a23e50)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d6274c4-a7ec-4404-8c32-3b9d10dbdf6b)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d34953b7-8f1c-4c0f-a2b3-edae2775c462)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a18c0fc1-d171-40c9-b10e-45b0d8805ba8)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a57e43b-5ec3-4d98-bcdd-76e7ca0be9c5)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d03318a-f13b-4723-bc02-80f1af568259)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 993c97c4-81af-4fa8-aae5-0e5cb937f6ac)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(C34-Pad1)") (pintype "passive") (tstamp 4b6228dc-195e-4fc3-bb3d-ac8da72cbd80)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 47 "D_B") (pintype "passive") (tstamp a0271ff9-5a3d-4e02-93b6-038b1e7f2fba)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13996) - (at 61.214 129.032 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060f0b1a6") - (attr through_hole) - (fp_text reference "C35" (at 7.112 0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 35d6e9a5-969f-4205-8160-88f7493af852) - ) - (fp_text value "1n" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 10e2f9f7-6ba3-4e10-9d3b-9e9e34a3eb3a) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5a48f90d-1197-471c-b071-5d0ade72d1c1) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84280cf7-cd68-48f6-884e-d05eeb457d9a)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8b6d2ba-e547-4057-a65a-61620e89b456)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92ed6f7d-18af-454e-ba1e-7a0614a84a35)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b6fba19-7fac-4a34-b6a4-036bd7d633c4)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f817cf89-8d20-4f1b-89f2-d9ffede27c9c)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c3d4e18-27de-4bae-ac9c-109907fb63c6)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0310816-9ffd-485a-b5ec-7fdcbe4ceecf)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp febe7eb2-1b09-4034-b6ce-6670490d3f52)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97c98271-4ceb-4f62-b6ce-3559723e64ed)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62f083cd-08c3-41d8-802e-f8cd54f11fd7)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25ee90eb-5bf1-4c4f-99f1-7c837d486e4d)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bafd9a1e-6d16-42fe-a55a-c29f5c7b9f74)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(U4A--)") (pintype "passive") (tstamp f219d05e-413f-43ec-a53e-d9dc80388394)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 47 "D_B") (pintype "passive") (tstamp 1704b536-6b42-480c-bf69-0068f6436796)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f139c0) - (at 99.568 95.504) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0e48") - (attr through_hole) - (fp_text reference "C37" (at 1.25 -2.55) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b43b941f-9b12-4573-b26c-92e57aeed2c2) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ba2dc6fa-62b2-4944-8b62-ab2668e7ab4a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp c251de05-3d05-40d5-90f4-6f0c5d8d4777) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4b6e1b9-8145-4e0f-9b65-5e540e0fe7ae)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fb3ebd1-5b5b-48c1-9aad-cd2f0ebf5098)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff69a9b5-a78d-407a-98fa-4e382e462101)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10f276a9-834e-4864-8e43-24251a3cf6c0)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8074aa6-79cf-4e0e-9f2d-1aff78602d33)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8cb4d595-2930-4711-b7a5-dfd698b4a4bc)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17b51f2b-8385-4366-974e-54bc174572ab)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e4d5d43-bd63-4cdd-a4f5-ab1c9c347e76)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6bb82149-9450-43b8-ae56-986fe2fbb6dd)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d96995d-4e20-4e34-b414-2984a5193b79)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba4b2834-79c0-400c-b513-b3d6b3716623)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e42302c4-4b91-4f61-a904-dadb5af21746)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a3e7a8c-1fb8-49c6-a863-8cc4d51b69a4)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7c297d7-c8ca-49b7-974b-e9935479b8b0)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 238421c8-fad7-4df8-a15d-c3a8eafed925)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp e572c895-623b-43a9-9f8b-18a56aa58434)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f139d5) - (at 97.409 111.252) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0e4e") - (attr through_hole) - (fp_text reference "C38" (at 1.143 2.286 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b332dde-922b-4a77-9701-eeaf5abb5605) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp efa6c662-d051-4a6c-8ab7-143fdf6fec02) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp c9526e50-53fb-48e3-b2bd-2f5309149dcb) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91d51bca-c775-4794-835d-3feca12c15db)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23bc8f2c-9d42-4594-847d-9b6acf6291c8)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c1db9a6-d174-4350-941b-2f61a1eb2e1a)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f559dfb-b44f-445a-93e8-826ba28cd16d)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6eaff0d8-fffb-4b9e-8294-868ff8d529f4)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35163764-6720-42ce-b690-a20504acc873)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b71d6753-0df3-46f0-9aca-2b5c96b66f21)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5088cd94-27d5-4dd4-904c-958b05d3611e)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ddcea9bc-9a00-4d0b-85c6-fb0ca86a3cbc)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b00a370-f8e8-4d36-bcb1-7edd50a60aae)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92f5b69c-eb04-41e1-8217-2abe99aa124c)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3416b03-241e-4512-a5cd-a1933a18ebd3)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6311f511-2bbd-470d-b36b-f312cf1f639f)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc7fb606-f579-44cf-a501-f6b35d7a3cfe)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp e1a6f70c-0671-43fd-aca2-8cf8eb89def0)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 4e6fce9c-91e4-4488-9bbc-49bb3cf768fa)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f139ea) - (at 56.214 147.955) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000060f2a898") - (attr through_hole) - (fp_text reference "C39" (at -2.032 -0.127 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5a728f85-8fcf-438b-bb42-edcb59c0bf5e) - ) - (fp_text value "220p" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fed50609-6448-47f6-9e45-d479b7a1a8c6) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20a2ba7e-a183-44bb-837d-c464d6921310) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00b232a2-785e-48f7-b327-9e2fecb08e09)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b28f22e4-9fcb-439c-9254-f42ae10b7217)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1116e008-254a-45ea-af21-6f13f819c683)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85a2dba7-cab2-4618-9d1e-4419942eb9db)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48d781bd-7db5-4dae-b259-e0d722bc22f7)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1adbfca8-c441-44e4-ac03-6864c132d8d8)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b81f50de-8c81-4168-8f5f-280b4b468597)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8997f8f5-8abd-42da-a847-ce792685bf10)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cec4e2a8-db9c-4cc2-b81b-9690f0bbd14c)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f954f78-8062-4aa5-8dd9-c3834c15ddf3)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ed96c56-b442-4b5b-ab50-4ed2f2b668ea)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b6deb9e-ee3a-4a84-8985-283121597a10)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 5fb93ade-4578-4a1c-bfb8-dfdff71e5b44)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(U5A-+)") (pintype "passive") (tstamp 870a989c-08de-4676-90bd-9dc2f589fe54)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f139ff) - (at 72.39 137.16) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0e6e") - (attr through_hole) - (fp_text reference "C40" (at 4.318 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0c0e3f4-6d8e-42eb-b726-295056a58d83) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3209c14d-a62f-4575-9173-505b57610c7d) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp dee6f8bf-8252-4ced-832a-d98f9049cfa8) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a2863a4-432a-4c0e-b6fe-dcc5ab90333f)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 201a1559-88c8-41e9-a89a-6dff8b6dd35e)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f719756-43f3-48aa-8459-5872d7c72e2f)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7c5f745-d6b6-4e57-bce3-78362a248f35)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75e73cf5-be5e-4021-9b5d-18405acfb957)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 933796e5-5344-4fa8-9534-f875f066dc5a)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9afa1c07-a9ec-4518-afe6-491dc5908092)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00d53944-eaf9-4696-8337-6df508de88f7)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd450c95-b588-4009-b3c0-e363e1810a30)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85f8ceb1-3fc4-4325-a4bc-7d67d3032528)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a19cdc3-c31e-4b2e-a9fc-751919d86dbf)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6df8edd-32aa-46bd-8f75-816bb3355a6a)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d17a5d1a-f767-48e6-ac2c-3df91b7119c6)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f18b40a3-5b9e-4d08-abb8-8c07d56b243a)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 71cf6805-df82-43ba-9e60-4524dd3104c0)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 122390d6-f60a-43f2-a68b-f020bc2eee42)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13a14) - (at 67.31 152.4) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0e74") - (attr through_hole) - (fp_text reference "C41" (at 1.524 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ab63ae8-f18c-4889-a20f-dd409409c2c5) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b8ea4be-23d4-44c1-95c9-53f6ddcad1a5) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 1452c649-747a-4fca-bce6-7bfc65df1615) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 513eabc5-cad0-4a2a-91fb-51ea902a0333)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9982ba3-f39e-4e0c-8eb8-eff45b8e1c85)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49284955-4e86-4ee2-9316-911a10c4d002)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1735b89-eb90-4183-a6d8-751de88a15b6)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae11aac5-11a1-45b7-a334-f5a72a470a0e)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a24caaaa-0adc-4b6d-971b-54b51fe324c1)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7173ccaf-c769-431e-a59d-72e7adee11bb)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef718f33-9694-4d80-bc3d-2ffc401cc54f)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3395cda5-a921-41a1-a01c-0be2b1c7fd69)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52ae6477-ceb8-4d01-b827-ffaae77e2e0e)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7526fe92-ba74-4dad-9e25-dfbbb6d077fc)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp faaee8c8-0e36-42e0-9f81-f883f8b0ee4e)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd376f30-9b60-4762-a1a9-00efe0b3829d)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1dc5bf5-197e-485d-b0e4-48ba112a8831)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp e9d64886-d5af-484a-8576-d738830176b7)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp fc96966d-7ad2-41df-9f7b-248010a98bbf)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13a29) - (at 88.9 76.708 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC C0G (NP0), L=4 mm, W=2.5 mm, P= 2.5 mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00006179d296") - (attr through_hole) - (fp_text reference "C42" (at 1.27 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 002f1a71-661a-4479-8c4a-34db1e894f2c) - ) - (fp_text value "47p" (at 1.25 2.55 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19cedf24-559b-4128-96db-79a1f8f26fc9) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 910a1f89-4ffa-4c44-ba5e-a1eaea3bdac3) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecd67627-dc0e-4a63-9586-8d8f10ead7c6)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c76ba905-69b9-4fc2-8dc2-88d4c310631b)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e7e2930-0312-4a40-9a19-edee01620fc8)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fba55e36-a11f-4072-90a6-2ccc2bd9b5cb)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12f90623-f224-4298-91fb-795ca0c73159)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d6c03f0-23a9-4c68-a7db-45b31cec6088)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 095c05d0-32c3-4b9c-b0ea-9aa78d52ca64)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc86f4f4-aff1-4c29-b67d-5e761f9f1c83)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af863d8d-8197-4934-836d-f750d41ada26)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5be6965-87bd-41d8-90e1-3eb61e96b2d1)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b6b68ae-b59b-42a0-af83-4ff444ad06ee)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d326c43e-3c0b-46de-b98b-3aa79c236f2e)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 441b335a-5239-4280-be66-1e5a9b9ec6bf)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 271189af-8997-4f2a-b521-c5f86b468645)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 54 "F_C") (pintype "passive") (tstamp 6e588067-19cc-4ffc-ba46-66302dc71786)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "Net-(U7A--)") (pintype "passive") (tstamp 00d038d8-81a4-462b-b315-50a8a1646bf0)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13a53) - (at 79.248 146.812) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00006117204c") - (attr through_hole) - (fp_text reference "C44" (at 7.112 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 42b414a9-a1fe-4de6-95d8-489da355950a) - ) - (fp_text value "220p" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a572703-4f79-4ad7-81d6-a8d70b17a7b6) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c7ef36a5-c4af-4923-adfa-1c410c055d4e) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00749a4a-3ab8-496d-92e3-a8c96d72ff09)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea3f4fff-4df5-456a-bc7a-5c1e77dd94c4)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb2f3906-0f62-4e1a-aa32-eb4cbae89172)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ce902db-bed8-4d9f-9971-5312c1414571)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 233e49c8-85ee-46cf-9c55-190234396a3a)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bc3d982-e8aa-4014-b816-dcf684cbd65d)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f095a25-f73a-436b-a7fa-3c5df4de963e)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c8215f1-5260-4b4f-abb5-2547fc3403f2)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99845e53-dae1-44b2-9515-f1bcf1d28f80)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eeb50ac3-58d0-40e0-83d1-21be2e7b15c8)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02e07829-4869-454c-98b1-f36b1e066fd1)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9f204e4-742a-493c-acbb-2276f97802d9)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp c6054dde-5461-49ed-824e-e24a0569b821)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "Net-(U6B-+)") (pintype "passive") (tstamp 1b26f98b-74df-4c35-a7c5-8ff353eccc9a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13a7d) - (at 108.712 83.312 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC C0G (NP0), L=4 mm, W=2.5 mm, P= 2.5 mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061821140") - (attr through_hole) - (fp_text reference "C46" (at 4.038 0.052 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2d1caa14-67db-45d1-8022-056876606a93) - ) - (fp_text value "47p" (at 1.25 2.55 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b0c0991-6816-4ad8-8c81-558ac4a04ef0) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 88dbb2ba-1cfc-41ce-8187-526bde60e244) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88f93d6a-1885-4593-84d9-11973a60b53a)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 643b20c5-6be9-4b86-911e-5ad6bd394f0d)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1ea24f2-9327-4fb2-a1fb-8ea3cc7d3726)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70e72c9e-d7a6-4612-9c9e-8a913b606136)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 192a451f-4b52-4981-840f-b6a759dbba7b)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 405141cc-722f-46f0-a3d9-087b774eb121)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ee44a45-9168-44a4-bfa5-2c98e9756e93)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 689f2fdf-cd05-446d-aa15-0a280e33a77b)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86da7385-7bf6-4b3f-b99a-4ff079c60f3a)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5374456b-a0af-4e82-8c1e-0729ce4b4f33)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58bbbe45-48ec-466c-b7a1-6545206fc644)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ec1337a-064b-42dc-b5fb-44b7972c4896)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d87bfac0-4f95-4cdd-8fcf-25594fe95887)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 947bc8a7-91ac-4c1b-8e59-fe1aa7eb080e)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(C46-Pad1)") (pintype "passive") (tstamp 9b54dd54-8ce3-41ce-b496-3384392248cd)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 24 "Net-(U7B--)") (pintype "passive") (tstamp a8bfcc06-7384-429b-82b2-23a39d50d79d)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13b4a) - (at 74.168 56.769) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005fb443e6") - (attr through_hole) - (fp_text reference "R1" (at 2.54 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b569bf3-80ed-4705-8faf-c176219beae2) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb727219-0bb6-4842-acd2-58f27a826465) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp d72b15b3-8c06-4842-94fb-e014af51f66c) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e9e7444-059b-4322-b2f5-d89a53fda94a)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a60e1999-0bd7-4479-ac56-b2ac87d44d4b)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b17d17b-7936-441b-b087-d6326a419e8d)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 729b0c6f-ae87-4342-8921-86f2feb5e857)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74bd34c1-2ca3-4460-b678-5be84bdb062f)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 722a4b59-9def-4f89-94fb-3f9b84c8839b)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4eda98ac-876b-47fe-bce6-5cf30490ce75)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15815bf3-8654-4947-b0ac-0319c7df058b)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71e30874-79d4-4ec6-9222-fb7742236761)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1afd48ef-b434-40e8-b871-2d62f7eed19f)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6433de3a-0651-4397-b698-0b406f334f39)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b13c323b-4458-4c5f-98f2-f62c070a445d)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp e21844e9-525b-44c6-875a-aaab8a7fa67b)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 27 "VP") (pintype "passive") (tstamp e647f468-1a43-4add-8559-c579e5fb7083)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13b5d) - (at 74.168 52.832) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005fc69bb1") - (attr through_hole) - (fp_text reference "R2" (at 2.54 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c7ffa214-612e-43df-a93d-d36d35573dff) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e75be690-69c6-4d73-9d71-32d4526a5f69) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 6a563126-54d9-4198-91a2-c1ba2f4e3363) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aca76a99-836b-4b17-9fd0-0baaf741d7d5)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ea22d2b-ebaa-4797-a270-c1386d18b9f8)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31be2ecc-5868-4a9b-8925-111f14fba2c9)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28badd0b-ae49-46f2-af80-16a5d70f1f39)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eeccfdd0-0c6a-4666-a0fe-5853715145c3)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e9324d1-a4d7-4428-b3c4-b17f0861b2f2)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01a9c7da-57d0-4f31-912d-1406929e1ad7)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c70e461c-446c-48b1-bb10-e11757ba425d)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a1a852f-a284-48a8-858a-c4eb2f911e03)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d10d10fe-9417-4cef-b6a5-859ce68fa76e)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 112d2bc0-2ccb-45d1-a09b-92ae2d0dc879)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5a54a96-a4d8-4d7b-9a03-2a056c2df6b4)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 3973c0e7-a76e-41d1-9c88-9fa09551bb73)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 28 "VN") (pintype "passive") (tstamp dc412e0b-54cf-4e36-b5a6-96fe9c9afa2e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13b70) - (at 92.456 143.51 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000613189f2") - (attr through_hole) - (fp_text reference "R3" (at 2.54 -1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 56d11a71-eb93-4f6f-8681-e5c73767afb0) - ) - (fp_text value "3.3k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d4235c6-c33f-488f-8bd1-9e883b75e2f3) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 94a6cc71-3159-47eb-91d5-d6bf0736728d) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b36f3d4-541b-4c83-b842-c29cdf976757)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3a86550-32b1-4f4a-a72b-e7d17c4da69e)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bec6cd3f-4a4d-46b6-8e31-dd863ce96a60)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2182759-6377-456d-b71a-91b51fe413a7)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad96eb5b-3e67-48e5-a751-d955d1dac1c8)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e53d40e-f491-4be0-9c05-41a54de8d347)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a58484a-e431-432f-b03f-9cbe8ae28d5c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7ce561c-481d-4c00-9e58-4b369dad1671)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 275ca65c-d98a-4cfc-804c-9c1923f6036a)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 862a673b-aa81-445d-807e-6acc26c98a0d)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04e4343d-7d16-4969-bcaf-fc02acb6febe)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26fb392c-9627-4d6b-8686-40bfc452d167)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 29 "Net-(U10B-+)") (pintype "passive") (tstamp 43dc28c6-a934-4a78-946b-13c4e5e55d3c)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 50 "IN") (pintype "passive") (tstamp 54ad10aa-76e5-4402-874f-e07deb21c390)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13b83) - (at 89.027 143.51 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061318542") - (attr through_hole) - (fp_text reference "R4" (at 2.54 -1.651 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6aa41334-1670-44da-8144-7561093ed400) - ) - (fp_text value "470k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 52c453f0-f937-411a-beee-3bf350ffa2d6) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 428bb499-ea08-45d5-a0e9-28fee9fa7c21) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d43163b-5190-4727-8fa8-c24831e56310)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec395b60-5ed3-48a6-94c3-1e5bbee5a75f)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4c5c815-a8a7-4dee-9b72-8405d8fa876d)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56e58a0b-48ac-4502-aaec-455f83a1f356)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34341e4f-4e5c-4e07-a1bf-e7dc6ae0aa71)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce9e255e-0e8a-41fc-af18-00f0f493db97)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32f4d1e6-adba-47a4-9650-45e0cecfe596)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e71e2493-cce6-4a16-95f8-6497695f5838)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f0c2dc3-9d3c-4962-8b03-8951978a61ba)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4011e57-5313-4f1d-a8a4-16f92b406a86)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88f29096-e8eb-4b87-9053-f823ea14ef19)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2edba3c-f45d-4b30-a74d-2ffa181b5697)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 29 "Net-(U10B-+)") (pintype "passive") (tstamp a08834b6-4e9c-4e73-a09f-d6ee34f2014e)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp dc879db5-7b04-49e0-876d-93baf27f8437)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13ba9) - (at 61.087 67.818 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b0c5") - (attr through_hole) - (fp_text reference "R6" (at 2.54 1.651) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b9a2975-b57d-4fe5-a01c-38fb41521917) - ) - (fp_text value "90.9k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9ac3680b-0e12-43d2-bfc8-a2fc7e9ca7b9) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 212c5075-adbb-4bdf-96b5-1ad56ba401e6) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40c334da-65a3-4e74-9a7c-0f915b2913fb)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f8f93a9-0f43-4be1-a4d1-b447ac78d186)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b4ef642-224b-4b57-89c2-2ec3b550be87)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f593568-79d5-426e-a737-ff6423cc064e)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4c9e22d-3886-4b04-9d59-7fb95e97e6c3)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1406a16e-7d85-4d67-88f1-5d952fddc0a9)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 521b79e1-3149-4881-b400-cd35d93d987a)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a97b0606-a755-47f0-adf3-16bd0415c03a)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d287230c-dda5-4756-b0ef-d843e399eeaf)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63da77e2-feb9-4c86-a191-c00dbe0b746d)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85e9a973-b342-42de-a770-439a5116e367)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10bad102-853b-4b6a-bdb0-d3c32d2a2403)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp b60e525c-dc0a-495a-be3c-8277e08451f6)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 41 "A_B") (pintype "passive") (tstamp 8d2b1e0d-5fba-4b2a-ba67-e18cce8317c3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13bcf) - (at 87.884 70.612 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ec85a4") - (attr through_hole) - (fp_text reference "R8" (at 2.54 1.524) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8a2fba07-61b5-4ced-b160-22d0248507e6) - ) - (fp_text value "30k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f207551f-2335-4891-a05c-f57e3f949815) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 19cb32cf-da7e-46b6-aef1-ac2038a363ca) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ad6540a-cb67-4456-9c09-766ce4a2c647)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 653dfc9b-de29-4d6d-ac7b-2f67dafd5afb)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02319e3f-75ac-480a-99de-9193a88e38c3)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1f80fbf-fef7-49a2-be06-6ac7bd661c16)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee87e0fe-af96-45bf-8af7-1334480d89df)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43b2f30a-11a0-421d-9f4b-c0a092d0573e)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3956a47c-67c8-4500-9b17-5ead3e631367)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c694ae1-e9b2-402a-af1e-4542852d95f8)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6907a55f-1a51-49be-9121-3f033fb74820)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59b1530c-9321-42a0-9221-634c236b0c69)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42003e74-ed75-44e9-bcb2-1c258d3c87bd)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df5b7ab6-50b0-4036-807d-d714c11e4d0a)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 32682711-85b0-4921-85ff-0d6fb42b45cc)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 42 "F_B") (pintype "passive") (tstamp e301bcd1-9db7-4a1a-91ad-a98d7944ff6b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13be2) - (at 64.262 64.262 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b0aa") - (attr through_hole) - (fp_text reference "R9" (at 1.27 1.524 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e4b512f4-e154-45ef-adf3-05b8bf18215e) - ) - (fp_text value "510k" (at 1.27 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 64de1293-2690-4c7f-af9d-892092fbf583) - ) - (fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 462dd66b-0f57-4474-9624-836b69260935) - ) - (fp_line (start 0.92 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 355ae688-fea0-49e3-bbe8-7fc03d888d9c)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp f0b99352-7370-4ad2-85d2-0adba809fd57)) - (fp_line (start -1.05 -1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4634c26e-8c50-4b0a-9ef1-da6b1203d4fe)) - (fp_line (start -1.05 1.05) (end 3.49 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp caf86b00-7e08-45fb-ae93-c37c8b8568d8)) - (fp_line (start 3.49 -1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72b1e3e7-7bcc-4cc6-a6fc-497df9f7bacb)) - (fp_line (start 3.49 1.05) (end 3.49 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b17cc0b9-b34f-4c03-b93b-c9b714998320)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 469952ce-159b-428d-bcdd-361a261c1cf2)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 76f990d3-575f-4a90-8cf3-98a4ed9164c1)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C7-Pad1)") (pintype "passive") (tstamp cf3bcf47-7d56-4abe-b6ab-a875886bb486)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 5 "Net-(U1A--)") (pintype "passive") (tstamp 666d5f45-4356-4933-b781-4110c02f05e8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13bf5) - (at 79.248 67.31 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ec4c66") - (attr through_hole) - (fp_text reference "R10" (at 1.27 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5251f6f-e5b7-4e76-9993-1b795e694a67) - ) - (fp_text value "680k" (at 1.27 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 58966250-30f6-450b-b39c-f47339101301) - ) - (fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp feab92c9-ec2d-4401-9e05-8b3eda16b093) - ) - (fp_line (start 0.92 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 105c58c5-047e-45f4-b88a-64e74125442c)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1308c848-108a-4342-97e3-12e0f92ea341)) - (fp_line (start -1.05 -1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d94ab8f8-efea-4817-a9e2-547072458007)) - (fp_line (start -1.05 1.05) (end 3.49 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 249924b9-721a-4913-aa39-aa90468cf5d4)) - (fp_line (start 3.49 -1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47066362-cb60-4fa5-b382-e0e4e4eab39a)) - (fp_line (start 3.49 1.05) (end 3.49 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87fb9ad3-de6f-4804-a1e3-a80e20db431a)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cd21c2d-bd7d-4c42-96a7-0baac2bcc4a2)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d4adfa9b-7d80-413f-bfa2-0d3b848a41ab)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 6 "Net-(C9-Pad1)") (pintype "passive") (tstamp ead8c7e1-16c0-492a-903b-09276306c24b)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "Net-(U1B--)") (pintype "passive") (tstamp 2ed5300f-ecbe-46c6-9a93-795333ef8c42)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13c08) - (at 61.087 64.262 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b0e6") - (attr through_hole) - (fp_text reference "R11" (at 2.413 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0221bfc-9cc3-4ed1-8ee5-281fa59fbb45) - ) - (fp_text value "47k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 057778ed-5f68-4898-a28e-ed499ac680f1) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 0386e191-d1cd-42b3-9eb3-453e968adbc0) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3f0c12d-3e19-433d-bf0e-5c0feb429e18)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a3c5be5-1ba4-4bc3-b8af-84ca907d3fac)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49659fef-fda8-4a4e-ab4e-5e0659b574eb)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7e9202f-d320-4bff-a59d-f543e4271ea3)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01a2dd10-3936-47fc-aee3-0f9c7f212f0a)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec09e7eb-8099-48de-a5d7-6eee7eed9802)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3af4920-2c89-4a09-b75c-0861350c3b30)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec6d896b-0d66-4477-8554-87dc7af42051)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 114b4f96-99b7-4259-a49c-fb119dc055cf)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2049ede7-42ca-43fc-bf89-45879f60709c)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdd38dad-5d19-40bd-925e-a97770ed138e)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9d57397-0e38-43a4-a44b-c336bdde6eb4)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C7-Pad1)") (pintype "passive") (tstamp 0dec2a7d-f62c-40de-be83-fe8831be6af3)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 39 "Net-(C20-Pad2)") (pintype "passive") (tstamp b17a86e2-687e-4b43-a56f-3031c8e46c21)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13c1b) - (at 82.931 67.183) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ecc4d1") - (attr through_hole) - (fp_text reference "R12" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eb10dd36-23d5-4b15-a229-c4e7cec2ab92) - ) - (fp_text value "47k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3016bf37-b622-4454-a4df-2dc42183d49a) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 770ddf34-3026-4e35-9641-ca5b27fc682c) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e3de1e0-9503-465e-a557-da2219370d6d)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 685ec19f-064b-404c-bcfa-d0cec566dabf)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8bb6377-b2ba-44a1-a281-1e83f81576a8)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4b4fe63-d726-4291-9048-42400862faed)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09ff5af8-3eb6-4eb5-9c95-094bb6d68295)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1849d9df-b16f-4538-9542-03e0b8099bf8)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c284445-303b-4cbf-9332-16f388d81c20)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc08e1b1-a2c7-4cf1-bad3-d0d1181129ae)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8755bd4f-af2b-4486-be02-fb174e9bab25)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8ee6dc8-4495-4371-bd02-4daed1621633)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ba7b843-4d1c-4c3a-8729-80d2e5ec5e9e)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d1acf96-fa11-40a8-ad72-a81ac44d4643)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 6 "Net-(C9-Pad1)") (pintype "passive") (tstamp 5236b15a-16f1-4c0b-8b1a-3a2f05cd5001)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 38 "Net-(C19-Pad2)") (pintype "passive") (tstamp 7c1db796-7c76-4693-ae26-c93a6717090b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13c41) - (at 61.087 83.566 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b117") - (attr through_hole) - (fp_text reference "R14" (at 6.907 -0.124 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 173b3060-f5fc-4b7e-8e69-5ff26692f6b4) - ) - (fp_text value "36k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7e81241c-4287-4959-a328-9c6eca95175b) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 72bd3d48-4198-4555-994c-0a7964e3e0fc) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b8b927d-213b-4479-858e-bf9fec4e0f5b)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a5284ce-084e-4b17-9f78-8ee6ae6ed86b)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ee6377a-3c5b-4946-9d7b-44dd7335afc3)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f47d2d73-83d4-4de2-8983-948200c696b5)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b735f4cc-af05-41e9-86c9-29bf9dafe48b)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e03184b-0719-42bf-98cb-1ce70a9816c6)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a345bd93-8c96-478a-88a8-e506b7f1d3db)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0218e773-5123-4256-9bb9-e37ab22b1bdf)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b09b5a54-eb18-4b6f-870f-f66e124b1d6c)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53896317-9852-41e2-b643-230c0faa4333)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b22a0bb-64fd-461f-a316-822e1a42ebfe)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d25ca0f4-490e-4769-9aad-8bb0e235b07b)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 97b47b6b-56cb-49e5-9499-3118a2beb955)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 43 "B_B") (pintype "passive") (tstamp 3e29cd34-d4db-438d-a565-530f6e340fff)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13c67) - (at 87.884 86.233 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060edcdfa") - (attr through_hole) - (fp_text reference "R16" (at 0.508 -1.651) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 036a6ee3-58e5-4019-942d-baee6e837ee4) - ) - (fp_text value "43.2k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6f925cd8-c715-4e9a-abcc-a1ffe9ecdf74) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp e3359fb5-ce88-43ef-9729-a0c8b0b79c31) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a55938f7-0a0e-4c61-b35d-ba81950ba5bf)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3efdd518-4d10-4b4b-b76a-7ddfb377e990)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fbdd64d4-9121-4133-a908-8904cf02d58c)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c8ccbfe-0c3f-4f8d-a222-95661bb71bfb)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b658adb6-1c32-48ff-8679-8529e58bad46)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f320eb0-bb06-4fdd-a1aa-682fd9d3c072)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a6c51ec-3261-417a-b0b8-f09bf9e8a445)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25d016e6-9e8b-4f38-9f46-b5681bffbd4e)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb96cdbd-1120-424e-b51e-cbc8477d7a1e)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 053714fb-313b-4ce2-8b6e-9a4ba9e86a62)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bcab2ea-003f-42bf-b3cb-32bd7bdd8560)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5741b54-1f40-44ff-b384-24c596881d1f)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e24cbc34-5c3b-4549-9912-cd72e54910f4)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 44 "G_B") (pintype "passive") (tstamp 226cb4db-6f78-4632-8835-411ee5fbe45a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13c7a) - (at 64.262 80.137 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b0fc") - (attr through_hole) - (fp_text reference "R17" (at 1.27 1.524 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 89e2ce17-4749-451b-9444-a8f0288c7a18) - ) - (fp_text value "820k" (at 1.27 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 639f7b93-06b6-4d22-aee1-57adc7f4c3ef) - ) - (fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f2710797-1786-4301-af06-ba45b0089006) - ) - (fp_line (start 0.92 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e912ee37-ecc2-4435-ab87-8ad311438896)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 9b753256-5be2-4daa-8539-ca833f9f8085)) - (fp_line (start -1.05 -1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5a0aaeb-c6eb-44c3-8e00-e6973b0b6a37)) - (fp_line (start -1.05 1.05) (end 3.49 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2301275-1a1a-4df3-8a54-6de23db683a0)) - (fp_line (start 3.49 -1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b78dac9-51f6-4bb2-8787-e52e2f4eb28b)) - (fp_line (start 3.49 1.05) (end 3.49 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6fd9dc9-8d64-4c50-9ac8-0769ffb124e3)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 427f8058-5a7e-4c9f-814b-811af0d23f76)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 1e8c8882-265a-4ca0-aee1-e83cfdf95aef)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C15-Pad1)") (pintype "passive") (tstamp 86333da1-f9cd-44cc-95e4-896fdba5d10b)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 9 "Net-(U2A--)") (pintype "passive") (tstamp 9edaf061-cef3-4749-98c4-44a3680431d1)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13c8d) - (at 79.121 82.55 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060edcddf") - (attr through_hole) - (fp_text reference "R18" (at 1.27 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fcedb8f7-badd-46eb-8ea1-51bc0f1cea03) - ) - (fp_text value "910k" (at 1.27 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b1000ba8-cdab-4c23-a9d9-ceff3e896ec5) - ) - (fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 18a6817c-ed36-4267-b19c-4d672a81fd3d) - ) - (fp_line (start 0.92 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04205d2b-a50b-4e89-aabc-0fb4e943eac0)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 3a6adf09-773b-4352-931d-2e7a7cb84015)) - (fp_line (start -1.05 -1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ff9bacf-1eda-4d7d-9d0f-95227583f880)) - (fp_line (start -1.05 1.05) (end 3.49 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fcfa68a3-c488-46a0-8c4e-c59f8b72ead3)) - (fp_line (start 3.49 -1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3786db1-50fb-4513-9c04-1f6d7ceda39f)) - (fp_line (start 3.49 1.05) (end 3.49 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84a474dc-7178-4612-a801-a83ebf7d3d36)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82271153-48b7-4f56-ba30-9f1092d48b21)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5eb4272a-9f2c-49ad-a090-3027272b3e99)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 10 "Net-(C17-Pad1)") (pintype "passive") (tstamp a47d63bf-1be8-4a06-a5d0-707ce946abd8)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 11 "Net-(U2B--)") (pintype "passive") (tstamp 99ea64b2-5109-4cfb-aa7a-1195ce0d2bdc)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13ca0) - (at 61.087 80.518 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b138") - (attr through_hole) - (fp_text reference "R19" (at 6.867 -0.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 29253fa5-c6b6-4dfe-b51b-b52514391f72) - ) - (fp_text value "47k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4cf2ce24-380a-4d5e-a91f-0097c96add80) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 6322fd0c-f407-45c3-9bac-afd1336be713) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e40c5ef0-0466-451d-96e1-9a10223108b4)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6be2b841-cbca-4cdf-bb8e-09baef92b771)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd479c73-1bf0-4ae9-81c9-e4fb85e0fe19)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de2c131f-871d-448b-9630-076d20fbfb2c)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 841ac7e6-c3cb-40d1-864a-9521c57d2ea6)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c316ce9-05ed-4aee-baa6-8537eb8deaef)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28baeafa-8a4f-466f-8785-9d99b9dadf8c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28135366-2bb2-4548-86fd-e1038d7cbc07)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bf06067-c096-4c74-8df8-e7d23f69740e)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 297e7089-821b-4cdf-a863-8cb6b976b54e)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cb0a84e-1048-4589-9007-35e7deb82aec)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 046f4f2f-4ca2-40ef-8284-61259b9a530a)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C15-Pad1)") (pintype "passive") (tstamp e49f9e65-5ae0-4006-a817-5ac5bde5b791)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 39 "Net-(C20-Pad2)") (pintype "passive") (tstamp 2b7546ad-c6ad-4f57-9de7-3f221f0694b0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13cb3) - (at 82.804 82.423) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060edce1b") - (attr through_hole) - (fp_text reference "R20" (at 2.794 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e7c6c9eb-51f9-48ef-8f37-244f064e3ce9) - ) - (fp_text value "47k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a1bbf36c-cf16-480f-8f29-6e7e405800f8) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp aa529599-5bf5-469d-af79-0434aaf7160b) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d317e0c-0ede-4f09-b628-240852e9a31b)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42c591e9-d588-4470-9c3a-42cafb6c858c)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e291126-6ce6-4f0a-9fc3-7bc5e7a2dde4)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a57c46e-0d7c-4b81-9dbf-24a6a0d28b38)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8db0dfa-c81e-4c06-a3d3-ebdf05c396aa)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7881782b-f4c4-44a9-9c43-f03f6e4430c7)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fde8724-fb6d-40b9-af08-acf88067aab0)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18c6affb-c0ae-4e33-917d-bd7a066df590)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0ed5112-22c2-4b0d-af9f-3963789338a0)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0fd88ef-3d01-4235-9e84-c41cf09cf341)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86600177-a47c-417e-af1f-a5bba63f2a7d)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d77437cd-9371-4392-baf4-08fb873f824f)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 10 "Net-(C17-Pad1)") (pintype "passive") (tstamp f4b1ec65-e700-454f-b57a-927cbb8dfb42)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 38 "Net-(C19-Pad2)") (pintype "passive") (tstamp 9503a51b-4cbf-4f79-9b3c-b5a229842d58)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13cc6) - (at 109.22 120.396 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00006152ccd3") - (attr through_hole) - (fp_text reference "R21" (at 2.54 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 288e30e3-45ac-4716-bb2c-a1d3f721be62) - ) - (fp_text value "47k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 77965bce-6195-48e3-91b9-7e256da8c420) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp eea5c85b-f34e-46da-9368-9267ac841a84) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0dcbf4cc-77dc-4ee7-bf30-7a7dfbeae3f4)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee10ec26-d5ed-4ea9-91c4-a0f36b82efdc)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c9a156a-c85f-48a1-9b86-8ffd1a3080db)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6510e710-6df3-4dcf-a5c8-0b4737c0c0c8)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ff1bb44-6df9-42cc-8c38-85699742994d)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f8dcdd1-6e2b-4c79-8627-26aae533d373)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3140ed1c-10c1-4d8c-a516-50050beb581d)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7dcf317f-abde-4ebe-95a7-d96b19767313)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce143e27-4312-4409-8f09-4deedd7edfc8)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27f8fec9-28a3-443a-ae6b-a62417261374)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 020c69fb-4e09-43f1-a93d-0b8880410cb0)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e56ef2cd-9e10-47c0-b694-76503d6ce23f)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 33 "Net-(U9B-+)") (pintype "passive") (tstamp 633144e3-23ec-43af-9563-874dfcaad9df)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U8B--)") (pintype "passive") (tstamp 4093f2c3-731f-46a1-9f24-ae11ba73193f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13cd9) - (at 92.964 120.904 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061544393") - (attr through_hole) - (fp_text reference "R22" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92fed20d-f8b4-4d30-8eb1-acc0f342b9ce) - ) - (fp_text value "47k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 90923336-33b8-4ce3-b0be-71c0fb95ac4a) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 9f91410b-ba56-4d36-801d-cd9ec0124e07) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a956db5b-337b-419e-9044-8e7847a09405)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 332bf1ed-0248-4eb5-81ea-c18c380bef40)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc49efba-6fb1-4fde-b500-156ccdc348d6)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ce5d630-4a37-489d-8b3e-e348d57ca61c)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43a724bf-4a7f-4da2-824a-a62c898a1a84)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce00e7ea-4817-45da-8f5b-13d0b9173bfb)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fe864e8-451d-4f9e-b71d-6bb51157e679)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 190bc9b7-ae10-442a-ba0b-9c7a590bd6f0)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 622adf2d-3c1e-4826-9cd9-d88ea6ca32c1)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d9d9072-ec40-4263-8259-a3dc4454d625)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2beffcf-90cc-4197-9cb7-bacbf50ea850)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ce80386-dc3e-4c6d-a861-837173e48c96)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 34 "Net-(U9A-+)") (pintype "passive") (tstamp b43475e8-8886-494f-955c-4b0d69c159ee)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 13 "Net-(U8A--)") (pintype "passive") (tstamp 2ed10ca8-ec9c-4977-a644-c0c0700c123c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13cff) - (at 56.515 100.203 90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b169") - (attr through_hole) - (fp_text reference "R24" (at 2.54 -1.651 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6910c66b-9d4c-4542-af9e-91416b5d32e3) - ) - (fp_text value "22k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b1c3c65-c6a7-4eb4-9b7e-6c8595cdc2b2) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 8b07652b-0b69-4f86-80d4-a2cfcd04192e) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b8b84d7-2250-4d93-b428-9ca5f9101c8d)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2da0dec-7d0a-421f-842d-126bc5175ade)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43932a84-790e-44b5-9c47-144a524dca83)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f84704af-9439-48b3-bd9d-db7f6d6676a4)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29d0a7ab-8466-438b-83f7-565e24bc6e25)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0ec4838-bc2a-4dd1-bb68-86943f043e62)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aeae1492-48b6-4c45-9075-deb6284c3e85)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a0f112b-a847-4cde-9ab9-d9bf2e805ffa)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abeff9f4-0aa3-43b2-824b-3e13cf4f9c52)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a7b0f02-e9cd-4546-944b-4e2624c36272)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1502fba-ba55-48b5-a431-84bd039ff6ea)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0992e0b9-6ca5-42be-8c6e-d9c1d7d5c366)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 1b7ca9ff-2292-44fc-94ca-de677a44fd2e)) - (pad "2" thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 45 "C_B") (pintype "passive") (tstamp c75aa326-b32c-4fe0-8d5b-8b5d6289647f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13d25) - (at 87.884 103.124 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ee30d3") - (attr through_hole) - (fp_text reference "R26" (at 0.254 -1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9455adc7-a238-4cd5-ae45-5281b9209e7b) - ) - (fp_text value "24k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eae89c68-60b1-46a8-a28c-68f8aa5ee1f4) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp e69bd96d-c1c6-4d1f-a453-72ff878c2972) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca55b821-a147-43bc-82f7-b07d96185e2b)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8547155b-6809-412a-9138-8b54cf88c09f)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c63275b8-66c1-415d-8855-b27bac359663)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26adbab3-a293-4abf-9b67-8111673f4385)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23f46f8c-0daa-4ff4-bfa5-588e25a1285a)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd920a7b-fcad-4155-89c8-070fcc9506a0)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4abda02-4e14-422e-8f4a-9f4de9027b8b)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f79d8855-27cc-4033-b78e-e5e9b9b80feb)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 166d4600-e9ea-415c-a309-e3b74ff08920)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4450fa05-7d8c-494b-ba12-bf16ec47f1b0)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3034440b-a5da-464d-a866-0e9e0476124e)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81347f4d-d797-48b7-ae08-7b8410c318da)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 896a36bb-32f0-4604-aad2-5561570b6996)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 46 "H_B") (pintype "passive") (tstamp daa3ceb4-bcb6-40d9-bd7c-9691cf7ab495)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13d38) - (at 63.754 95.25 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b14e") - (attr through_hole) - (fp_text reference "R27" (at 1.27 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1d24abe4-0f71-4d60-bfab-3a3b612a5e0f) - ) - (fp_text value "510k" (at 1.27 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a0cd2087-8f17-49f0-ac2d-4bb01845c78e) - ) - (fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 37b2dabb-dcb9-4cb8-965b-b4683a0c0fdc) - ) - (fp_line (start 0.92 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9895d0fd-882e-4000-9cfe-3eb69e3be461)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp dd2683e4-1fc5-4556-a990-b31d031585e8)) - (fp_line (start -1.05 -1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c125e237-a5f3-4c3c-a050-48adfbe340ad)) - (fp_line (start -1.05 1.05) (end 3.49 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab299cbe-872f-443a-8f0c-9b12ffa36a2a)) - (fp_line (start 3.49 -1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73a03ca7-7085-4f6c-b87e-06f1593ae547)) - (fp_line (start 3.49 1.05) (end 3.49 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e7efb92-6fd2-459e-8ee3-c5acd191969d)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 427fa9a8-6ebd-44cf-af06-eb0553b580c3)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6f3d1d7f-4f78-40d2-a491-d177fa1463ba)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 14 "Net-(C25-Pad1)") (pintype "passive") (tstamp d69fc55a-0aaa-46bd-8b37-745801a0a79e)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 15 "Net-(U3A--)") (pintype "passive") (tstamp cccbc231-ff47-4ad5-8bb8-0e67292d275d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13d4b) - (at 79.502 100.33 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ee30b8") - (attr through_hole) - (fp_text reference "R28" (at 1.27 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ffa4b154-cb51-43c9-9517-cad2b24cc7bc) - ) - (fp_text value "560k" (at 1.27 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp efd19c55-f292-42bd-919e-705baa0646df) - ) - (fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 547425e1-a9cc-4e58-9e32-053c28439924) - ) - (fp_line (start 0.92 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e61027fb-036c-4fd1-93d6-d5fb99c5b57b)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp f5293f4e-5646-4d6a-8c94-68f7e1ce8c16)) - (fp_line (start -1.05 -1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f158412d-2926-4c2c-9737-031b9c7e5986)) - (fp_line (start -1.05 1.05) (end 3.49 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6dac56ad-102b-4a93-bcbd-1dd72c732f20)) - (fp_line (start 3.49 -1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa5d81b7-a747-4484-9f42-3935ce9d6d3e)) - (fp_line (start 3.49 1.05) (end 3.49 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73f5329f-47c8-4391-af0a-5c1351ee0b76)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8dc0a7b-e7ff-446e-86ae-ca77dec940cf)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 253b55cf-50c1-4e58-b7ee-776d755025ad)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "Net-(C27-Pad1)") (pintype "passive") (tstamp ec6bee64-af72-4d33-8747-a6ed9a6b1055)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 17 "Net-(U3B--)") (pintype "passive") (tstamp eb70a7ab-ad81-4ed6-9387-716884078fbd)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13d5e) - (at 59.944 95.123 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b18a") - (attr through_hole) - (fp_text reference "R29" (at 2.413 1.524 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e92bffb-a734-4240-8fcd-b8b93883b917) - ) - (fp_text value "47k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a0338afe-64a8-4aec-b665-43567023437b) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp fce69a8d-71cf-4a99-bd21-6e9b847191aa) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e814b381-7e78-46de-a4ee-f443d1200ad9)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc7f51d5-1326-4110-bfb1-4d78d433441e)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22f9898d-3c97-4d6b-8ef9-0f49027179cf)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f19934b1-2fb0-4973-b6a6-6e9084df2123)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b0b05c4-a4ab-4e98-8d39-dba73b7f6670)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0ea017f-fef5-44e4-a13e-30070b53d43d)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6976e40-42ea-40ee-a728-9b6ce38549d0)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7bfdc60-d48d-4b49-a7ad-951297e52321)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b3335c2-31aa-4057-a4b5-49ab5e45e1c6)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20f6c537-a134-4165-8c4b-385c52394c9b)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62799b91-662d-40f9-876a-19550e07d2d4)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4feb7a69-e677-4a34-8185-3dcf8ea9f1cd)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 14 "Net-(C25-Pad1)") (pintype "passive") (tstamp 1446299c-b5d2-4df7-b92e-bcff69042cd1)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 39 "Net-(C20-Pad2)") (pintype "passive") (tstamp 0a5c036b-6ac6-42cb-a486-7615e9f40401)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13d71) - (at 82.804 100.076) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ee30f4") - (attr through_hole) - (fp_text reference "R30" (at 4.826 -1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0c0817e7-912b-4138-813c-c986e129c686) - ) - (fp_text value "47k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7d7b76fa-4092-4e75-bf2c-6e3a793dee2d) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 9cb8a16e-2d84-4ab0-8cd7-532b767603c7) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de456f5d-4a28-4bf2-816e-09622cd1b80d)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fbe2e09-d4d4-43f7-bfa4-d0744ae4a4fc)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3a2646c-3b72-43ec-acd5-d4eafd49c4f1)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcdd14a7-5eba-4251-aab3-2a75f2e35f28)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75941036-64e2-46e9-b8a6-d5b42ad06c18)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6758c122-9e2d-4931-ae53-5cbca62115c8)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 072a7f68-b506-42b9-89d5-8eb7b0a4800e)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 604f132a-c622-4143-b598-9236f14b80c2)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb927480-99c5-4309-9672-1dc818add997)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79bd6a80-7f11-4ac4-97e7-4cd06ce3baae)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7a4b24f-0388-4d6c-911a-deb44afca7fc)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b14a314-8756-44fc-b599-ce88445f1942)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "Net-(C27-Pad1)") (pintype "passive") (tstamp 6d378e13-5390-434d-8074-35c21f67573a)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 38 "Net-(C19-Pad2)") (pintype "passive") (tstamp 8ed1e67c-ee1f-4cd0-9875-4de337a51913)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13dbd) - (at 61.087 118.237 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b1bb") - (attr through_hole) - (fp_text reference "R34" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f8dc49a-2b40-4c98-8332-5db996d9be25) - ) - (fp_text value "27k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ebd88f6b-e668-4043-8891-d22b62833bde) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 2adeac42-2287-43b1-9b14-10a91ce8476b) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72e69461-9d3d-4e79-b4a9-6e8afe2d7cb4)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77a6b01e-d07d-460d-9f63-1d7ee3ef63e6)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1d090ae-7bb7-43af-9b9c-2d5c777b8b9b)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dafd3341-24a1-4964-8b77-25ef37835a8f)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31369bae-727c-40a8-9453-fcc1a87e14ca)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00446ac4-db74-4878-b1fa-db13d038ca3b)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cea979d-2ded-4c17-a031-5b88b4508ee9)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd5ba830-d069-4fbf-a4ff-6481c1f9f034)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bffe734-bcd9-4d5a-afe0-b3180e71e193)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8d912e3-39cc-4e8c-91ee-e2fb59b3ca00)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89f19076-ca2f-43de-bef9-7bbcb211951a)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b836dc84-046e-4d34-a925-b336994e3399)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 54a41921-4d16-4ca0-986c-a39b565d6999)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 47 "D_B") (pintype "passive") (tstamp ce7fdde7-4b17-4dfe-aae1-3ee230f8dfc5)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13de3) - (at 86.36 117.348 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061131960") - (attr through_hole) - (fp_text reference "R36" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8b59d32a-5379-4f67-af7f-7173904b98e3) - ) - (fp_text value "82k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92b59fbe-7840-4a93-880f-c16b7fd91f02) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp f456a777-f7b2-419e-bf58-c5676f0830c0) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 222f7e94-e82c-4a1e-a466-b493aa2315cf)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 554a9570-5986-4f95-bad4-5551a6201994)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c22e9077-c0e0-4646-a982-a5b77a822bfc)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72c91fa9-aeb9-4ac1-8194-b1f77760bdf1)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11bb3c28-8949-4507-bc11-e2ea034bbbfa)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c39ba24-b2c9-441e-894f-ce94379c549c)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7782a4fc-a4ed-4f27-8f09-ef35211283f1)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 273429d0-2282-4575-b98f-2ee2783ee7b1)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35fe7672-973d-4a1c-bfd0-9538b1b0c1b6)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76f91bb0-6216-41be-ad7e-debce28bad4b)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22e17eaa-138c-4d9a-9e2c-7716fb022745)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57f1e7bc-da80-45a3-9f3f-d86764d5fb6b)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 13e95c63-698f-4660-a042-048b22e22427)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 18 "Net-(U4B-+)") (pintype "passive") (tstamp b622556a-7552-42a2-9b39-abed0df435be)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13df6) - (at 82.804 117.348 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00006113198a") - (attr through_hole) - (fp_text reference "R37" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b4cb76bc-ce69-40c6-ab08-f3952a3bf38f) - ) - (fp_text value "16.5k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92c04a1a-64e4-4414-a5d5-f424bcfb3505) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 0d04081a-e357-4b58-b3f7-a43084aa3daa) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d932760-62f3-4475-9401-c186a04ab4d2)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8aec52d-fb78-4204-903c-186bdf8f2dbc)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66a6dbe5-4e63-4786-9860-4698d3746a5b)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d43553d7-1f91-4067-8d8e-05b7b588ec57)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 298dd47e-f76d-47de-b957-f21a618f218b)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38e6ca95-06ce-4e0b-ae83-c3afce29c02a)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd66e04f-e69a-41f5-b7e0-b8311ca5fa4c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e1b8331-5357-467a-a1b1-d630edd33b29)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c94babc-4488-4a4f-9186-fb302aad23a9)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc511be8-d8e9-4623-99c2-a1fb3e9030e8)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de1cf2db-6c67-4b48-9641-0df0ecd4db84)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e4185db-0d83-42bc-9007-0ca0ef77d644)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 35 "Net-(U5B-+)") (pintype "passive") (tstamp 329a9c17-29b0-446f-b8e1-194e2b1c8916)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 30 "Net-(U4B--)") (pintype "passive") (tstamp 1006a954-975e-493f-8558-ebe9b273aa05)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13e09) - (at 79.248 117.348 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061131978") - (attr through_hole) - (fp_text reference "R38" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b7176e0-7b76-4864-b3f0-b2381d9b9c15) - ) - (fp_text value "10k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b0754fc-bf7a-4ec6-b125-6a8f57840f14) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 59120948-875f-4699-b84f-4e391bddc495) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad2196df-5d34-4223-ad70-4ed8204ee564)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a051f4b-191e-4a8e-9691-82d59334e463)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c05cb4a1-78b1-4b68-b519-a0ef24ae1fc2)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp efee8303-79c3-4ee5-863d-58faf8cd761b)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 709fa322-a431-4463-8636-600d29489a1e)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fdf712c8-6a32-4e7c-b677-1f3876904145)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c12e21dd-ab0f-420d-adc7-95818674c154)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cb2115c-91b5-4879-9712-99bbcaf41256)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f32977b1-2314-4fed-a5e2-0d858d918bdc)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3da1db9-ef26-4b49-bdd0-b7157da6c9a6)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8a025ed-a3b5-4ca1-bc2f-0698ae38ff13)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 295e74ee-bc48-4c91-a3f8-065e48d53b25)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 35 "Net-(U5B-+)") (pintype "passive") (tstamp 29fea4c3-e4d9-4529-ad68-33995392fbfb)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 18 "Net-(U4B-+)") (pintype "passive") (tstamp 96472738-c821-4c61-88af-4f7fb3ab869a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13e1c) - (at 64.18 110.49 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b1a0") - (attr through_hole) - (fp_text reference "R39" (at 4.34 -0.03 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c1a4dfe-1fce-4562-874e-b81d62af5ddb) - ) - (fp_text value "620k" (at 1.27 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 90c6cfab-c0a5-4bfe-998c-c0d6703fd792) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 754c3f4e-1210-4c1c-84e8-b9cac9aeb8c0) - ) - (fp_line (start 1.37 0) (end 1.44 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08d20ef8-0f4c-4fdd-9b29-c735f002553c)) - (fp_circle (center 0 0) (end 1.37 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp fe0c64ea-004f-4979-90f4-733599e32db3)) - (fp_line (start -1.5 -1.5) (end -1.5 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b24c556a-7ea6-4508-bb6f-85932da44fce)) - (fp_line (start -1.5 1.5) (end 3.59 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14999db1-39e0-4cd5-a28c-3e30da295b0e)) - (fp_line (start 3.59 -1.5) (end -1.5 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6df8d7ac-8d96-4fff-a34d-0b79c3b0c5be)) - (fp_line (start 3.59 1.5) (end 3.59 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fda2d97a-7ff5-4a42-ad86-8c646867fae0)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b27c5a49-db46-49d5-985e-108eb3181a02)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp ded31fbd-ba3b-41db-be23-6aba23c60004)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(C34-Pad1)") (pintype "passive") (tstamp 1175951e-9709-471a-95e8-9cd538bd0316)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(U4A--)") (pintype "passive") (tstamp 24d42561-c024-4b16-8afd-aedf212ce538)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13e2f) - (at 93.472 89.408 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061702931") - (attr through_hole) - (fp_text reference "R40" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e9ae556-d037-47c4-bb45-3c62b8677a1f) - ) - (fp_text value "47k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eaf47995-a4c8-46cc-a66c-c433736e95f3) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 28ada481-86a6-4544-95c8-883bc5967f3e) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc4e3f24-cd26-47a9-b9e4-8e195ae5a055)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9adb17c7-f5fb-4fce-8731-cd57b586d957)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 081b67c9-47f2-4513-99e3-19eb5a9ebfb8)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 975c5a41-0a16-4378-9109-4402f34e028d)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25ce18bf-1169-49a0-a500-046492f66324)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 871098ac-36d2-41df-be21-c516b3af0a7b)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5857abb8-40b4-4360-adf9-7266e1ef10fc)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fd6e5e4-e48a-4c9f-9792-7693d1f2827c)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 982b8c7c-e725-4be0-8fed-46e4d0594d7b)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23746afc-a9f5-48be-b602-c7b45f131e17)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec23bcb9-07da-4db9-bf03-3006f9f4db18)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90db48e1-002b-4880-bd36-3458ed4c9671)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 22 "Net-(U7A--)") (pintype "passive") (tstamp 5a0ac0a5-57fa-45ea-8ea7-ae0fcd66a487)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 33 "Net-(U9B-+)") (pintype "passive") (tstamp 7ed0b262-1d3a-40fb-9255-3c5fcf2b7dc9)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13e42) - (at 89.408 89.408 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061702c9b") - (attr through_hole) - (fp_text reference "R41" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d75f6691-9c24-4a36-aa1a-756d7d54d60a) - ) - (fp_text value "47k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd7e29b6-8d83-4697-ace0-63b47726d5e4) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp b262fd70-0c04-402f-b633-7ea00883e3de) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b05138c2-8ee7-4ca6-a7e8-95709c0ce88f)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28da73a9-01bc-47e2-9a35-56182d6c97fd)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b6f906c-92f0-4bfa-ad9d-45d274c06948)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34533532-823e-44fb-8ebb-96671f96c571)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9dd7961-b2ec-43ee-94b1-d8062ee65683)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29453f7b-7fe8-48e2-8b94-893890c7394d)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31357631-d3bd-427d-9145-34876c6ba39d)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9074e4be-3cbd-4eb9-98dc-a0cf7c504845)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ec8e88a-7cee-4b73-97e0-4052678d1459)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45e6ab48-7334-4216-b435-ba2766e9fd4f)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8615a580-e0f1-4e5b-9ab8-db6e5738539e)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 894ec875-8ade-4340-9ac4-e96bd115686a)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 22 "Net-(U7A--)") (pintype "passive") (tstamp 30cdf2c2-37b0-4378-b0e4-b8a31db45d16)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 34 "Net-(U9A-+)") (pintype "passive") (tstamp 5454c68f-659e-443e-af12-91c26af036a0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13e55) - (at 61.087 114.554 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f0b1dc") - (attr through_hole) - (fp_text reference "R42" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 415c0798-1a1e-4c33-83b6-3f6f4757c5bb) - ) - (fp_text value "47k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f70ef58-eaba-4ce6-9c5c-68eb0702a12c) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 1be46b2a-2121-49e3-b78f-4d51dd96d79b) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e39b9152-c0c7-4fb6-ba11-f27de4fae247)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cdded64-6783-4ade-8ba4-8daac2e766d8)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d4a79b4-10af-40f0-a8a6-f3a86d7831fc)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab7c4707-3900-463c-871a-cd6f4fc03a0b)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27674b35-157f-40c6-903c-8cc98f1beb17)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0a2ba8d-29f2-4f56-a635-d88f1ca0e3cf)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7a436ac-25ed-48fa-9fb1-a4cbf21f443a)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9956c676-ee93-42a3-9eac-9ed8e9636525)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4615af6d-9c58-4b07-8647-1759de46779e)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59a7c85b-cced-45b4-9e60-a14cb27b533b)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 487576b3-1893-4f33-b568-9f4391462410)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7029b7fb-b75a-47b5-8ef7-ace633a21138)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 19 "Net-(C34-Pad1)") (pintype "passive") (tstamp 10261b7f-69c4-41d2-8bc2-c37dfcbd0a6f)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 39 "Net-(C20-Pad2)") (pintype "passive") (tstamp 69a10776-0f44-4f56-93f0-d42bb1b94f3c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13e7b) - (at 56.007 143.383) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f299c3") - (attr through_hole) - (fp_text reference "R44" (at -1.767 0.047 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f9641a43-3073-44c4-aa3b-ba08613ba25f) - ) - (fp_text value "130k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b2192e84-578a-4ee3-90bd-2ab67d61d052) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 230417fc-08a1-4369-90c8-cc94ab5a5f7c) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96fa0825-16d0-4620-90b1-45eab00eadeb)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c7e3506-a9d2-45df-8070-8fa5f4f781b0)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8e0f434-d3a4-4c81-87e1-ab57dd91358f)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0121a5fd-95cc-471a-bbb9-c94ec035067f)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24f82659-59e4-4d56-8643-807b098a9738)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1fd8e24-d711-4309-98d1-df8b10b6565c)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 769322d5-3874-4e02-a1fd-a82fd737939f)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8df91f02-d6e2-4207-bf5a-b359d04f0819)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb28349b-805d-4a2e-a0c4-31798e50f376)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e84739d-3374-4eff-ae43-e0093989101c)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17b04366-ebac-4af3-bc9c-1d601e5d3768)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b2076ac-54d4-4468-ab45-fe58ebb2ecaa)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e03f9e61-5e74-4f2b-945b-ca8ed292ad62)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 21 "Net-(U5A-+)") (pintype "passive") (tstamp ea3421c6-d884-49aa-80b3-d28388bbee30)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13e8e) - (at 93.218 77.724 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00006179c677") - (attr through_hole) - (fp_text reference "R45" (at 2.54 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cf7e0b5f-7aeb-4685-9de2-5a85ba0e2bd0) - ) - (fp_text value "47k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d4071291-8f3f-4fdd-8545-7d35ec3cc492) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 13dfd449-4b53-4fbf-9534-60000fc014b0) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a3d47d8-1369-424f-a73a-89a9f0f84ca0)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b4537a4-aa17-46ff-a34e-5126cd9604a9)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e9ebefc-9d17-45f2-bc5c-38713da49914)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d2c5729-d528-45b2-a601-9d90e0045d2c)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fbb4ac4-15fa-4256-9a14-58353545a866)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c9ed48b-3c2f-4716-8a43-1ff5f0e35c33)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bbb150e-a585-45e7-b1ee-be73e5663e05)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3158bd4-953b-44d8-9f64-157df81960f2)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0154c507-f182-4d3d-84c5-6752e942790e)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d977fc0-368c-4881-a740-0eb66dc10da4)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45da10d4-280f-4125-bd38-6c5fedd65fe9)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29a7bed0-3cda-4ece-999b-d97a8c04cf51)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 54 "F_C") (pintype "passive") (tstamp ed3f1cff-566d-4230-84bf-f6d5f31d71dd)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 22 "Net-(U7A--)") (pintype "passive") (tstamp 2476a00c-ca79-4603-84f5-679e906421f2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13ea1) - (at 79.248 138.684) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000611319bf") - (attr through_hole) - (fp_text reference "R46" (at 7.092 0.076 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6b27400c-90d3-4ee1-ab87-4606a2b3d9c2) - ) - (fp_text value "33k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa850059-32f7-4145-b30d-9e6231eac527) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 492585d2-e468-4c15-89ed-d66f2ba3f339) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4665c6c-ece4-4d6d-8708-ca7a27809845)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68e38624-43d4-4db2-84a2-a8ba50e65877)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3040c3b3-aee5-490f-8963-eec59b81b135)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0bc6440-3e75-4872-9e4e-99983e351a47)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d13ba395-7408-40aa-bb78-19c9cc545b02)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c13071e-232d-46bb-9d4a-76ad10dfd3cd)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53f6901f-8adf-4f0f-8ffe-454d51df0482)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 531a9b49-9f6e-42af-b00c-6cdc9fb82e53)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eab24c58-1970-461d-ae2f-5f0894d2b008)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bf207f1-1e1e-4b29-a735-2fef9804b6a3)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8569e8fc-5aff-4da4-8f2a-70245188eec6)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01841c29-8e96-4c21-b583-1d446cf5142d)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 36 "Net-(U5B--)") (pintype "passive") (tstamp d1034f62-5d00-45c5-86b6-aabc7d7a781d)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 38 "Net-(C19-Pad2)") (pintype "passive") (tstamp d3348955-5a41-49ba-9d21-cd475f21300c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13eb4) - (at 61.087 134.112 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f3db96") - (attr through_hole) - (fp_text reference "R47" (at 2.54 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b452197-7275-41b2-aa80-332d171fc0d6) - ) - (fp_text value "16.5k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 826d0a8e-52c9-4fee-b18a-83cf65770ff5) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp a3bc8e3a-f4cb-43d5-bca3-49d8bf3828a8) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d11456a9-8c3f-46a2-acf5-40fbc7c71042)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc38e0ac-1340-4203-bbfc-f0b5d350fc9b)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe43a566-a6b7-4af7-8723-9d1aa6eb2aba)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f50d804d-ad34-4829-9127-b046416d5f95)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdfc53e7-72cc-42d7-99fe-4c94e25b01fb)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b6ba41f-a272-4465-95d3-97d0155c84dc)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19f40511-16a8-46f7-bc34-58546236e48d)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfecda9a-9ded-42d2-b5b1-e24635dd592a)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f559ec8-939b-45ff-b649-9f3595db18f7)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ada3b049-4f30-4a4d-99e6-6ad6fc9c69fc)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45ccd8b1-5d35-4b52-a63b-78dea7f50384)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31d02b54-3f71-40dd-8dfa-0b0cabb7f90a)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 37 "Net-(U6A-+)") (pintype "passive") (tstamp a58cf492-7c62-482d-bb9c-2ecdbc3ba067)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 31 "Net-(U5A--)") (pintype "passive") (tstamp 94fd5e04-2225-4e48-bc8e-d94dff20eb05)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13ec7) - (at 64.262 130.048 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f372b4") - (attr through_hole) - (fp_text reference "R48" (at 2.794 1.524 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ca52cea-7f06-4e66-9ac9-95fc0daca049) - ) - (fp_text value "10k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 57e4eee2-a828-416d-bb69-cb336fd7c1b6) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp cee77500-96f4-47c2-b009-5a7c6a1710d6) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e730167-4cf1-4416-8fbb-a3023373e3ee)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b06a99d-9147-41e2-88a8-a23ec70a825d)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8f03ce90-04fd-4e0f-a8e9-1628b9abd43b)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b5a162a-f663-46a2-b3f9-5d0ef49e3484)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3df94b4a-e3b7-4ed7-a6d4-d17895c13a12)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71853437-298b-4910-9e54-60297bb5f4ab)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcccf7b9-c3b3-41ef-b826-7a382dc62274)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 602a62fb-6561-4bf9-b3ad-26adc12dbc26)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a45b45df-0a41-4428-8cae-4b7007eba894)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c1b28c5-597b-4b50-a8f5-5915a588df6b)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0688fe12-20ee-494b-b4fc-b33f1dfed0e4)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 840e3751-73d2-40ed-800f-923e74b62f93)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 37 "Net-(U6A-+)") (pintype "passive") (tstamp a71c33e9-c049-4d3e-a05a-ec094cb9a9f6)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 21 "Net-(U5A-+)") (pintype "passive") (tstamp 16e0e91b-2639-425c-94de-eff98c47bad9)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13eed) - (at 85.598 156.21 90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061172046") - (attr through_hole) - (fp_text reference "R50" (at 2.54 -1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a178238c-7f92-48d1-8856-47334e6a063e) - ) - (fp_text value "68k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ed845e5c-b713-4e75-8fd0-4a9609c320b3) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp bfb963c4-6d2a-4cb8-a142-0f6804b1b0c2) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c08f519-7e20-4944-8760-203e0554431c)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 576533cb-e6f0-4547-a640-067a4537a5d8)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35d958ef-4d79-479d-8e3f-824bdea1d2c2)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac36e0ef-b66a-45c5-be4c-d7b565d0a89b)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2504b0b1-3ed6-4460-9a3a-7d7caa849f56)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47ed375d-b6a4-4435-ada3-3bea1c5b4892)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ef7d0f8-d212-4cfb-baab-820c57ed80bf)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a39e332b-5334-447b-acf0-f435d2593c6d)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2316b525-e142-4ae9-b0a3-a832169b134d)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fe21e63-e891-4f95-935f-8b6eabf148e4)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78e605c2-0925-462e-8a89-07e8aa063c80)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92f1e813-58f4-4898-9231-0c1d0eb6e0a0)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 4b9b9dda-0d29-4875-b5df-b0fad2c9ad8b)) - (pad "2" thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 23 "Net-(U6B-+)") (pintype "passive") (tstamp 2f9124ea-1aaa-45a8-9233-a3787cf4b3bd)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13f00) - (at 108.712 80.772 90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061844d41") - (attr through_hole) - (fp_text reference "R51" (at 2.54 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1afc128-25af-4a21-a5f0-a597204160b7) - ) - (fp_text value "4.7k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3f168080-2bdc-4d53-8086-7e57421a4b50) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp b0b5b19b-aab5-455f-b650-a8844616d5ce) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78aad438-972e-433f-b17f-cf6e781b0ff2)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3724d92-8f3a-4d49-b803-557f6950136c)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3007ac15-da90-4734-a39f-b9c780b155a5)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ac93724-8475-4329-a0b1-ade2862de82c)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf407307-f690-4874-a608-abddeb1bdc23)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7f0b3c5-ae16-484b-befd-b9123f3facc1)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07d676d2-248a-491c-a6fd-aa112c993e04)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80543a5e-b0a4-4a11-9bbc-209e5609932f)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4e6d14f-c349-48d6-af3a-abe7bb1f2485)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df2ea4c7-7ab6-4641-8432-70e50017e0d7)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66467bdd-f8fe-4e1f-939a-38fa41082374)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86b00177-b145-4852-adc4-14e656b6ea28)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 24 "Net-(U7B--)") (pintype "passive") (tstamp 7817df29-fd03-4397-850f-5ed6c96258d1)) - (pad "2" thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 54 "F_C") (pintype "passive") (tstamp 8cb8ec2d-046d-4219-a053-90ddeae557d0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13f13) - (at 78.74 151.13 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061172070") - (attr through_hole) - (fp_text reference "R52" (at 2.54 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a3857ee0-a109-4910-b8af-f82517ee0780) - ) - (fp_text value "15.4k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3c22902b-b9dc-492e-b8a0-ac9c1faacf6a) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 28f1862b-efb1-4f36-9221-29af38d8d289) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d8e6490-d3dd-438e-8f18-1ef22a96d2f2)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e66d5ffe-8cce-4a03-8773-53e50587983f)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 904cf9ac-b51d-4af9-84c6-2be658b7536f)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 320c0ebb-9a06-4da9-aa15-d2c20b562e64)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90524eed-0fcf-46e2-a907-df2aae49843d)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 643a05bb-c05a-4360-98dc-edebf481a520)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81cdbc23-7d84-4c1e-862f-bca5ed0af6da)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64bece45-8948-4a57-90fb-14d26f9d01c3)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e06ed44-9719-419b-a711-d8c3c9d7debb)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8515edf-509e-4c9e-911a-2bafb6956042)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 656036e4-35d4-4475-8068-b8dc0b8e1358)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ae577ba-ae4a-43cd-9ec6-a54730a7370f)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 59 "Net-(U10A-+)") (pintype "passive") (tstamp dfec877a-4d5c-427b-9ee6-6b638da4d386)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U6B--)") (pintype "passive") (tstamp 0ca2a88c-6dc0-4ceb-abcd-3639e7aaf7ec)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13f26) - (at 82.042 151.13 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00006117205e") - (attr through_hole) - (fp_text reference "R53" (at 2.54 1.524 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4d0c02bd-cfcb-41ba-ace1-5c82cbf90d89) - ) - (fp_text value "10k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 45fd7489-c30e-4dc9-950e-d6194ce2ae99) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 6c524c89-736a-4e31-972d-16a0bf47111b) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22caa202-db74-4aeb-8411-1544695b494b)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 381ac290-f816-4f2b-ac1c-cca8cf256e15)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01f8dc4d-e21b-42d4-8afa-5d37e0ee51ed)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c36ddac6-5821-4c27-b307-db3f1b2192a0)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b482393c-1064-4e06-afc4-b6f5cdd9c78d)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 405d72b0-7cc3-430e-aa2d-365087eaac46)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39dc4a2d-2c9f-4a8a-bf8a-4ed74b4ebadc)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 519a32b9-4e4a-4a02-90b6-30f501a4ce50)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60b83b3e-87c9-4c24-8a1b-8a4a5772ce1b)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 328ae4a3-e54e-4ec3-b1fa-9d048393191d)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 154d5592-1067-4c66-8496-e78cc78fd8e7)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 752b0453-6201-4b11-9615-e735144f5b7e)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 59 "Net-(U10A-+)") (pintype "passive") (tstamp 95e9151d-c9e4-4dd2-9818-7b6f11dd5bf0)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 23 "Net-(U6B-+)") (pintype "passive") (tstamp c758e727-bf76-40e7-a20e-ea7ac8182e21)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13f39) - (at 61.087 152.781 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f8f3c6") - (attr through_hole) - (fp_text reference "R54" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp efc926ee-10cb-418a-a720-ceda51c1fae5) - ) - (fp_text value "33k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d4023e5c-d15c-414b-b2c3-405e6f90f016) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp ba507539-ce80-4e12-8ae8-1b711cab2c25) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 043677d1-6cfa-4ab4-8372-b0c6e3643e1b)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60975b01-c4b3-4ec7-a131-47566cf4ee6d)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8807002f-b0da-42d9-8c1b-4e080248d74a)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e725585a-3cef-4afc-be33-94dd9ce589f3)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0fb510c-0126-49d3-909c-20b32eaccd39)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c04ea50-30a7-4d40-95a4-5ea133d765a6)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddf564ca-7268-42d9-8374-3eaab543875a)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f24a3cb6-3829-47f5-99b5-474856e25701)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76950aec-c7c3-48bf-b3f7-076f1d098e65)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 321989bf-cf96-4685-823a-9538976435f3)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87d5963f-2807-46a0-82d3-dd0ec48de4e8)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a64c2761-9993-4911-90c1-97d8c8fd9735)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 60 "Net-(U6A--)") (pintype "passive") (tstamp ab6a3619-9412-4828-8f63-f622be0a53f2)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 39 "Net-(C20-Pad2)") (pintype "passive") (tstamp e16a00b9-9f5d-4c8f-ba8c-e1d1af2a44d2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13f4c) - (at 105.664 93.98 90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000618216fa") - (attr through_hole) - (fp_text reference "R55" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5235752c-daac-4ebc-a08a-5a1b8c4020f6) - ) - (fp_text value "4.7k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 97b63ced-0115-497e-8cd9-3adddf3624fb) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp d0fb74b6-1ca5-4a8e-b1c9-fc547f1a52a0) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9aa8a395-3ac6-48ac-9f2b-a5bcc87a2677)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28c8c60e-6adf-4cce-be76-39d156a67bfa)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0cd3854f-c5e2-49fa-a62d-f5851fa696df)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 408c093d-2d47-428c-8a51-d87d9cb4374e)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 849d1966-ae36-4030-ac7d-c2aa862dc46e)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d27b332-6f74-4a15-9e91-ea66311075a2)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74337ee2-ac63-4de1-8cd7-ab2fed16d386)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bb2f437-a319-41f0-8e72-8d9830e241c3)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0dd4968-1900-401c-b33e-38fde999b3de)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e3ec2b6-1380-4a19-86f3-cd7e3b13a877)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp feea8eb8-5f59-4f41-ad41-b97133f07c97)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c50e9f4-4ff2-45fa-aba5-fcff01a3c1f9)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 40 "OUT") (pintype "passive") (tstamp b7d9432e-fa95-4720-b3dc-1c97aa64e718)) - (pad "2" thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 24 "Net-(U7B--)") (pintype "passive") (tstamp d104cc68-d494-4bf8-be97-3808dd44eb0c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13f5f) - (at 109.22 93.98 90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061821c3b") - (attr through_hole) - (fp_text reference "R56" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7695fde1-09c4-44e4-a1a5-18d258835a89) - ) - (fp_text value "330" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 42e2f468-62f8-4db6-82ac-4a4dc83495a9) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp d6ddaa96-e54e-4c2f-b4f9-9acfb4f2d9c3) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be76aa3b-f2c2-4069-9261-c0f27547e070)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3d92481-f9ed-4c6c-ae60-b98e577bb227)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4411b1ed-e087-4b5e-be08-a12053dc57b7)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57a3cea9-38f5-4108-80c8-a65a55d4a8b2)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78aeb575-beec-4437-b4e7-632236dd4163)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9883e5b1-a7e0-462b-92e2-11a36bc6ab9e)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef176c33-470a-46c2-97c7-3b3e6f14e4a1)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 877d40cb-ed4d-4bfe-a32f-b14afb49a978)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d23c1bb-314d-4a1b-86b2-cda7016c2531)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 054f8de1-11f0-4994-9fcf-ada27d1b417c)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 492b9be8-00b4-4024-8251-84969382e0a6)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 120bb5ec-18e5-4fe6-8e1c-56f0bf9b6d93)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 40 "OUT") (pintype "passive") (tstamp 05ef2af7-f553-4a02-987c-4908272aa5e6)) - (pad "2" thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 25 "Net-(C46-Pad1)") (pintype "passive") (tstamp d1e382b8-92c7-4afa-b694-fead72c5d277)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f13f72) - (at 84.328 142.24 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000611720a5") - (attr through_hole) - (fp_text reference "R57" (at -2.082 0.03 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c19893f-350f-4b38-b6af-cb9f96d06f99) - ) - (fp_text value "22k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 058a1644-0fde-4bf3-b019-4a1ce4592d96) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 721513f0-bb07-43a1-8a74-7a93bdb5d6f0) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27329b36-128c-4273-8b32-71f95bdf56b0)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 219d7700-142d-446f-81a0-bfeb7b9321fe)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8575e6c0-9119-4fff-b6e5-ee39fa0a1aca)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2fbaf56b-9bb2-48e2-86ee-e094fd65ccbb)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5023040f-af24-481b-ab2e-161f83706b6b)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7fc513d-b375-4551-88af-6171b5819af1)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92efb6d6-9d5b-4052-869e-dcf4e6ff358c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5444f0df-abf4-45f8-b4a3-40909ca620e8)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4023609f-0f36-4ddb-8041-2aaa96622682)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efa14e75-9465-42ad-8a00-ecb93a58de3f)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af333467-0b78-4127-af83-dc558ea30ba0)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c9d3831-72f4-4615-9f46-d1968b3e60dd)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 61 "Net-(U10A--)") (pintype "passive") (tstamp 865e1bea-23de-4aae-a008-7f347aabf6e5)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 38 "Net-(C19-Pad2)") (pintype "passive") (tstamp 65e97d8c-1a5f-4636-8e00-9bcef9524742)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f3414b) - (at 109.22 98.425) - (descr "Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x05 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x05, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-000060f967b2") - (attr through_hole) - (fp_text reference "J3" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 52b9408a-434e-4e71-80eb-32068f558f5a) - ) - (fp_text value "01x05 Female" (at 0 12.93) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d80a5997-5e3a-411b-969e-fbce7483c99c) - ) - (fp_text user "${REFERENCE}" (at 0 5.08 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fd266c45-930b-4656-b505-5e0368e2ad70) - ) - (fp_line (start -1.33 1.27) (end -1.33 11.49) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04bfb3e4-3a28-4ecf-9105-26861fe42e63)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eab3042c-c41e-491f-a511-67712ccf057a)) - (fp_line (start -1.33 11.49) (end 1.33 11.49) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95c64a20-e114-4a32-8969-db437f690df8)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbf4179d-e8bb-4774-b1e1-80b0396e9d5e)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9dd3c1a-eca7-45d8-905c-bbe4457b82c0)) - (fp_line (start 1.33 1.27) (end 1.33 11.49) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11ff9f3e-955e-4910-821e-c57bd752e9c9)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 630df46a-9c8c-4e1e-a12f-aef864a039f8)) - (fp_line (start -1.8 11.9) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea2b6018-1ba6-40c5-bd90-ca7710b2f4cd)) - (fp_line (start 1.75 -1.8) (end 1.75 11.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c68f28d9-27ff-4779-9541-b32217f4bdae)) - (fp_line (start 1.75 11.9) (end -1.8 11.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e5b5594-4689-494b-976d-779613cf16b0)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a142f743-f6c0-48aa-a649-b360ea154fc8)) - (fp_line (start -1.27 11.43) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 526c60a5-cf9b-41f0-90f2-b3e6d14f2191)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53331ed0-95e1-438c-a433-3acc8246ff60)) - (fp_line (start 1.27 -0.635) (end 1.27 11.43) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72697d56-f3fc-4f20-b185-532add46ddf4)) - (fp_line (start 1.27 11.43) (end -1.27 11.43) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5e2fa10-c9b5-4d91-bbd8-d709b96714fc)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp c0b0c4f7-bd25-4abb-9fbd-7a98214e0322)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 50 "IN") (pinfunction "Pin_2") (pintype "passive") (tstamp 25d1900d-4248-48b0-974b-00fa7e2705d1)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 49 "COM_OUT_B") (pinfunction "Pin_3") (pintype "passive") (tstamp 3a789362-9412-40f2-81c7-d58e064921e6)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 48 "COM_OUT_A") (pinfunction "Pin_4") (pintype "passive") (tstamp 95655aa5-b8d5-4032-9ab9-d6425c180186)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 40 "OUT") (pinfunction "Pin_5") (pintype "passive") (tstamp c2d22a87-20a0-4adb-935c-996a65bd56b1)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x07_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f34181) - (at 92.075 98.425) - (descr "Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x07 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x07, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-000060f547e9") - (attr through_hole) - (fp_text reference "J7" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3e706a62-3477-479e-b377-2609e424bc3c) - ) - (fp_text value "01x07 Female" (at 0 18.01) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 735b3a78-e869-4b9d-bff0-54793371ea21) - ) - (fp_text user "${REFERENCE}" (at 0 7.62 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ccf7a4dc-70dc-49a6-90f4-364bf9d2f27a) - ) - (fp_line (start -1.33 1.27) (end -1.33 16.57) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8b23e14-8510-44e8-af1f-243a79e813c6)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 307a4c5a-e8b4-4781-9d48-b0f5da13955c)) - (fp_line (start -1.33 16.57) (end 1.33 16.57) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f8ff3fe-fb48-4bdb-bbf3-f8fc88021945)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45cbd4e3-fe67-43f9-a1e3-4c1b16ed20f9)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2fab87ec-56c1-4531-bb7b-4ad748c56584)) - (fp_line (start 1.33 1.27) (end 1.33 16.57) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6029c19d-a1f5-46da-ba37-ebe1200b0af4)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 254c92f6-f4de-46a6-aeee-0ad97812f97e)) - (fp_line (start -1.8 17) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ede4a8b-97f2-413b-bfd3-7d3b0c8b4969)) - (fp_line (start 1.75 -1.8) (end 1.75 17) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18bd1be7-54da-4fe6-915c-d254a2bff3d3)) - (fp_line (start 1.75 17) (end -1.8 17) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e59a0d76-dfd9-4d03-833b-66e7e66ead45)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa269eb8-ca24-4b5d-b626-8a889aa6c355)) - (fp_line (start -1.27 16.51) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1226ad56-26c3-47ef-ad26-224798776cf5)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53f83903-aa78-4910-b68e-0f317f6fa10d)) - (fp_line (start 1.27 -0.635) (end 1.27 16.51) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae2e07a2-30dc-4e30-9417-66b5a20f4a60)) - (fp_line (start 1.27 16.51) (end -1.27 16.51) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2043f7c-dfb3-48b8-adb3-d406c1d9fafa)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 55 "F_A") (pinfunction "Pin_1") (pintype "passive") (tstamp f2e159a6-56e1-4404-af63-89247338f4c3)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 54 "F_C") (pinfunction "Pin_2") (pintype "passive") (tstamp a3d1a4b1-80ef-4958-866c-b5653050dc67)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 42 "F_B") (pinfunction "Pin_3") (pintype "passive") (tstamp e62eb12a-5efc-4662-9ba9-b02b56091b9e)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 44 "G_B") (pinfunction "Pin_4") (pintype "passive") (tstamp 19b37ec1-9155-4fbf-a2eb-abe0a167bce8)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 46 "H_B") (pinfunction "Pin_5") (pintype "passive") (tstamp c1161dee-472c-4fd1-95a9-7a574f6e6d94)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 53 "I_B") (pinfunction "Pin_6") (pintype "passive") (tstamp 10326df6-cbab-4ec9-ad99-b6bd57aa7e0d)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 52 "J_B") (pinfunction "Pin_7") (pintype "passive") (tstamp dacfacb1-58fb-4c7e-8958-4f78cc029c4f)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x07_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006101f419) - (at 53.34 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000060fe72fb") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eccf0569-0910-4ae7-8919-670f2cb15889) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 68a7045f-dd65-4ee0-af5c-fa95d508ba84) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 08ef18a2-b401-4e77-be49-f51da1cb6475) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 9e7f0422-cad9-4706-9d71-9f5b0a651388)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp a0679853-b678-4bda-ae11-8fc6acdec03f)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 5943105d-9b6f-4775-91fa-7554f38e0b92)) - ) - - (footprint "Capacitor_THT:C_Rect_L7.0mm_W4.5mm_P5.00mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000610739ad) - (at 79.248 129.032) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00006109c867") - (attr through_hole) - (fp_text reference "C36" (at -2.032 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9a5acde2-ee86-4d14-862c-449b95400ca5) - ) - (fp_text value "680p" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ad4def23-b5bd-4216-8179-9715979f8c3a) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a5c45545-f239-49f3-80ba-58407b0cc001) - ) - (fp_line (start -1.12 -2.37) (end -1.12 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10573a05-0b15-4797-9f4c-ecbc329565e2)) - (fp_line (start -1.12 -2.37) (end 6.12 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50ff2bff-f83e-4aca-baa2-231e47ea47af)) - (fp_line (start -1.12 2.37) (end 6.12 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9f806e8-d6dc-4aef-9d9f-055e7fe7568c)) - (fp_line (start 6.12 -2.37) (end 6.12 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f67398c6-5e82-410c-bdd7-4ab4b5adb8c4)) - (fp_line (start -1.25 -2.5) (end -1.25 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3223b4d3-51c1-40e9-ab49-6c8d8ad78ec2)) - (fp_line (start -1.25 2.5) (end 6.25 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcc9d908-820c-4012-a145-20594dd96f81)) - (fp_line (start 6.25 -2.5) (end -1.25 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 482c3f19-ae29-4cf4-861a-73f037c41cc5)) - (fp_line (start 6.25 2.5) (end 6.25 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9bd14ae-e3b5-4bd3-bdc1-60935ce3c65d)) - (fp_line (start -1 -2.25) (end -1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bb6bf38-05e3-4972-afc8-49a337271d96)) - (fp_line (start -1 2.25) (end 6 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6367787a-0782-473d-a80a-903911cdf808)) - (fp_line (start 6 -2.25) (end -1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 925ceb7f-5d5d-4ade-8303-cc6ad88a3338)) - (fp_line (start 6 2.25) (end 6 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efc54fb6-7e6d-4ea2-a47e-72db33cf58fd)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 56 "Net-(C36-Pad1)") (pintype "passive") (tstamp 40be2aee-010f-42a8-bf4a-ecaabb658500)) - (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 53 "I_B") (pintype "passive") (tstamp 3ceb17ec-ca66-453f-b49a-61fdff12baf0)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W4.5mm_P5.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061073aac) - (at 61.214 138.938 180) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-0000610f20b6") - (attr through_hole) - (fp_text reference "C43" (at -2.286 0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9009e4c1-c3c9-48ce-955b-6549e8cc73c3) - ) - (fp_text value "220p" (at 2.5 3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b71d5579-774c-4de6-a0e1-357a90a6ccad) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6b395153-b55a-43d4-abdb-333d3a5de18e) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7a80088-4333-49e7-b08c-e3a93102b3ab)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6761bcc-9901-4d66-a046-f23f9043e0fc)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b1fe21b-f492-49c6-af50-9dfb7e4adabe)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f055e3e-b0a7-4dd2-abed-a6a70e87d886)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 841abdc3-cc7e-4929-a1cf-67c0a265f6cf)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6405ebfe-2004-4812-945a-9b70e484f130)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 691391da-39cf-40b8-bc22-2c6306a0f39e)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8df44f5-68e0-45f4-b11c-4fcdad1dbabd)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55a6514a-d8dc-487d-be00-1bbb715d5878)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f0b6970-a994-4aae-a0b7-90ca561c13ba)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 982d2d1a-1c86-4120-a758-f3a7058bbcde)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1bf70f1-8a55-4331-b87c-47babffa2079)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 57 "Net-(C43-Pad1)") (pintype "passive") (tstamp 42063b54-e994-48f7-a484-70e1065548a0)) - (pad "2" thru_hole circle (at 5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 51 "E_B") (pintype "passive") (tstamp d3c73b86-82b9-46e4-938c-cef62f09e1f3)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061073ae3) - (at 93.472 156.464 90) - (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") - (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-0000610c339d") - (attr through_hole) - (fp_text reference "C45" (at -0.046 3.278 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 815c134c-c490-45bb-8225-88358e70ff56) - ) - (fp_text value "220p" (at 2.5 3.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0b8f7398-11d3-4f04-b264-5d9b08b0371a) - ) - (fp_text user "${REFERENCE}" (at 2.5 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0cd4a82b-efac-4a88-b40b-ad109a1a6d5c) - ) - (fp_line (start -1.22 -2.37) (end -1.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5dec1746-74b4-4787-8b43-0f81d9db388d)) - (fp_line (start -1.22 -2.37) (end 6.22 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c1bec0e-45b0-45a6-8424-4630f9eaa565)) - (fp_line (start -1.22 2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b9ff49e-e44f-4612-94ef-86c7f79e4bfb)) - (fp_line (start 6.22 -2.37) (end 6.22 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e91d520-6936-4b0b-8bbf-61b7830f2403)) - (fp_line (start -1.35 -2.5) (end -1.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67896fa1-2b08-4e90-ad98-7719cb513cdf)) - (fp_line (start -1.35 2.5) (end 6.35 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec49c317-148b-4d22-ac6d-1bdbeb9f9d3d)) - (fp_line (start 6.35 -2.5) (end -1.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2830c359-1ccd-4ac2-a961-f391938f38e3)) - (fp_line (start 6.35 2.5) (end 6.35 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75099888-bf9d-482e-9011-4e97a88adfc5)) - (fp_line (start -1.1 -2.25) (end -1.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7644030f-66d1-4c09-a561-7e5f8bcc6587)) - (fp_line (start -1.1 2.25) (end 6.1 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6a88ec3-7bfa-47bd-b828-43b339e4984d)) - (fp_line (start 6.1 -2.25) (end -1.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f82ea67d-e07e-4531-bab0-379fd037033f)) - (fp_line (start 6.1 2.25) (end 6.1 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53504fdb-b936-481a-9365-9f658788751c)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 58 "Net-(C45-Pad1)") (pintype "passive") (tstamp d08e22aa-ec4d-43d2-a378-f9dcebeb9ce2)) - (pad "2" thru_hole circle (at 5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 52 "J_B") (pintype "passive") (tstamp 93a5d403-cb08-4254-8b98-4bdaa36dc996)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061073cd8) - (at 79.248 124.968) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00006109bbbe") - (attr through_hole) - (fp_text reference "R5" (at 6.858 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp da6dbeef-f4b3-45b3-88e7-5770f811024c) - ) - (fp_text value "82k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 95b2c640-80ce-4694-81a5-7d74e251d4eb) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 77c7d091-5c36-4ef5-bb63-9e80d3e5786c) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5fd4645-a9ec-4df9-af38-1e8eb5aae0bf)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bec38edd-8c66-4d55-a70a-547e4b332e15)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f998bb9d-f8ec-4180-a5d4-7381773c7574)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c70eec7-9cfd-4062-bf4f-242e8a616bb4)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8f2e1869-ef15-4683-b56d-608871d99375)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c05c5a42-4957-4ada-8999-566104065002)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1f4540c-a338-41db-beba-a8e44a061100)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4f43a11-87aa-42ed-809a-616517368cb4)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2aa0365-bd11-4e0e-86dc-40ed404f1eb8)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be20b8a4-139d-417d-b287-a9565582f79b)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1193f8ed-e45e-4c3c-ae4c-43e64c69fa3c)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a186821-073b-450e-ba3c-7e5ca1a12961)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 30 "Net-(U4B--)") (pintype "passive") (tstamp 46a33c7d-654c-466d-bb9e-3bfc76ade990)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 56 "Net-(C36-Pad1)") (pintype "passive") (tstamp d28725f9-2c24-42b5-b69a-0eb0ad40817d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061073d0f) - (at 53.34 134.112 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000610f12dc") - (attr through_hole) - (fp_text reference "R7" (at 2.794 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d740d525-ac5a-458e-aad2-2567f0c5b56c) - ) - (fp_text value "130k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 72a4e18f-46fd-4fc7-951b-4df8c15615f6) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 87f29af4-c488-4b1f-9b6a-85b5d17008ba) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94a6cebc-3e89-4b37-becf-248d6c635efd)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6455d6c6-996a-4780-9e09-6d4a0a84283a)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bbb16f2b-e487-4f7a-a410-02982388ff90)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be03f67c-f17f-418d-ac94-c799bb39cc9e)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 490dea7b-bd72-4374-8ba4-98fe838a276f)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1a8de62-edd0-4b5b-a4d7-07d42ca0b371)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25278ce6-66c9-4ce7-b24e-9f6666b9728e)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88790f7f-1915-4d45-912d-e1b092f915e0)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9115d96d-19e1-4a8e-b0bc-32b2f949117b)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 957b2c49-ed43-4beb-adae-6057dd4a91a3)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42b7a0c9-c0b6-43c1-8fb7-21dbb1ff0aa7)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d70c89b-ecf2-4fc2-8c5d-84fbff2a92de)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 31 "Net-(U5A--)") (pintype "passive") (tstamp 8148cbdc-36fc-4e73-8df9-5ce3e2b967ca)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 57 "Net-(C43-Pad1)") (pintype "passive") (tstamp 26f9357a-ee7b-4977-a624-b17ebbebf2a8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061073dc6) - (at 88.9 156.21 90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000610c2dbe") - (attr through_hole) - (fp_text reference "R13" (at 2.54 -1.524 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 77b3f52f-d8f4-4e72-87a3-2f3078adaf2f) - ) - (fp_text value "68k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 88c64bfc-72e6-4658-987e-2a3352588f5a) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 676ed2ce-8120-422a-9adb-0a33b6336d3e) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff09258b-6053-4d30-8257-20c5770690ae)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8eb218d1-932e-42c4-aca4-cffb7979c240)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d68eb9c-14dc-44b9-abdb-bd9b7b056846)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bdcb94c-ce1f-401f-aa1f-65b051cf51c0)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 870d8ea5-ce1d-4ddd-b4c7-f8900a696ebf)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aed31ce8-f1ad-46a2-97ee-65f7a00a37d9)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 844f9adf-e627-40fd-84ca-35ca3da4a989)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7665096-7114-42ed-a20e-339f3280490d)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6efe1c45-1db3-4243-8e31-c887d1056716)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3630cabe-375a-48e4-b49b-1a78baf68e07)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbee568e-953d-4f56-b538-c7745018f97a)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 726f6869-cb15-446e-834d-62d73a8aa297)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U6B--)") (pintype "passive") (tstamp 29ee860b-9bc5-406d-84ca-e0b9213640bc)) - (pad "2" thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 58 "Net-(C45-Pad1)") (pintype "passive") (tstamp 17edf69f-7eb3-4d67-ae2d-5a148f644614)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006107419d) - (at 52.705 98.425) - (descr "Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x06 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x06, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00006108eda7") - (attr through_hole) - (fp_text reference "J6" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 856a797d-a33e-4688-8683-bcfe17839ef9) - ) - (fp_text value "01x06 Female" (at 0 15.47) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cc409b0e-8fae-461e-b9b5-ac2f1f19455b) - ) - (fp_text user "${REFERENCE}" (at 0 6.35 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c21df4e3-af81-40e9-a505-df3b0ab95be1) - ) - (fp_line (start -1.33 1.27) (end -1.33 14.03) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0aeda6b-99fc-4deb-9d2a-9155118d3d0f)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0f57eda-80e6-4a5e-a69a-f554865f4b4f)) - (fp_line (start -1.33 14.03) (end 1.33 14.03) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55fdbcc9-694b-48a5-a96f-ba6f9409d837)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 892bdde4-8af1-434f-aa3a-7a26dd8d9c91)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04683bb8-9bb4-4629-9f0a-66006c061c8e)) - (fp_line (start 1.33 1.27) (end 1.33 14.03) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aea26560-f2ce-439e-8b5a-7c4177fcc16b)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6353648a-474b-4672-a10d-ab2fb772c30e)) - (fp_line (start -1.8 14.45) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2babdd1-daf1-4aa2-8905-ad25c0b41819)) - (fp_line (start 1.75 -1.8) (end 1.75 14.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3ae1223-260e-47b9-bd86-8a9b920f0083)) - (fp_line (start 1.75 14.45) (end -1.8 14.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc896b7f-23e4-4091-b0b7-df51a29974c9)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91ca2555-e0a2-4cd4-ab0d-716f39afa842)) - (fp_line (start -1.27 13.97) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38bc61ae-7027-4b3e-9c3c-9812bcbdaaf1)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 543b5c0d-b807-4776-8f83-7b155aeff1bf)) - (fp_line (start 1.27 -0.635) (end 1.27 13.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdb81fda-0a59-4f30-be74-72bb576e56c2)) - (fp_line (start 1.27 13.97) (end -1.27 13.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04c42046-b3fa-4e5b-bb6d-d8599061b5a7)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 26 "+5V") (pinfunction "Pin_1") (pintype "passive") (tstamp 324915b8-a8f4-40fe-a54c-a6101cab32a6)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 41 "A_B") (pinfunction "Pin_2") (pintype "passive") (tstamp cc794f19-5b46-41e9-a344-8cf839259fb6)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 43 "B_B") (pinfunction "Pin_3") (pintype "passive") (tstamp 1a3f5c64-0d49-460a-a580-0153d726bfaf)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 45 "C_B") (pinfunction "Pin_4") (pintype "passive") (tstamp 8cd74779-d35f-4465-b0db-11bff61421e5)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 47 "D_B") (pinfunction "Pin_5") (pintype "passive") (tstamp cd9aca5c-b28e-40ab-9c39-5c0621118a0c)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 51 "E_B") (pinfunction "Pin_6") (pintype "passive") (tstamp 64f5a086-196c-412d-a947-4f50eceebb2b)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x06_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 13b1ff02-aedb-4e35-ba09-913b2ce51001) - (at 89.749621 131.064) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/afbec94b-d243-410e-8d06-87e2cee2ba9a") - (attr through_hole) - (fp_text reference "C20" (at 1.182379 -3.556) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1363b3b4-23a4-4e6f-bc69-28a3f7a0a96e) - ) - (fp_text value "4.7u" (at 1.25 3.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7578e3c-48b4-4130-bc1a-f7b91b3fd86a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 565c7142-12aa-410c-ae3f-7b005243cada) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d913c370-a329-4464-96fa-cc61a9e85310)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 254e9bf2-e3ca-4f87-b1ec-77fe0ec56bd9)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aea77f78-b312-402d-9a96-303a87f4ff83)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9a8d6d8-14c9-42d1-b099-1aebcd9b4300)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d5db985-e5fb-459f-b685-056c3969659c)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c61c088f-03a8-4c4e-8a28-f08adaae6162)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed9a0abf-25f6-4e04-a6f9-65c037428b92)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86194aaa-bfd2-4799-8497-3ae8a9783775)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d844f279-3292-46af-b21c-8c6ff978d083)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e76e55d2-3283-426e-99fa-d4f8a71d6c44)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4daaee1-a764-49a2-96e0-83421c856df7)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b335e959-d5b2-4237-b53a-16ed57f7c2e9)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90c9b004-c825-4b0d-ab13-29762662dc8a)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd2f480a-fa92-48e2-9062-6724519216e4)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b10db69-1f30-47cf-87e7-9b702236b0a1)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf2f0dbd-66c7-4276-abd3-e582e8a98ccc)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a0b678f-1ac1-43d2-9998-376fb12e09ae)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11641d79-cf9f-4487-bab0-8966c42f392c)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b72d3c0-5e8b-4b66-9144-8b10d3777584)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp daeb2ac8-5b6a-4f9d-8c68-45d797b6c743)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4131aba7-cd11-4eee-a063-22108e16e10a)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c667de51-06d2-45c4-a264-f6e78d7fa95d)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2779a6af-99e3-4569-a6ab-ddc74d080714)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99fe1f69-b54e-4003-a323-5c0a37806f05)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e49bc04-3ccb-4c47-8508-312406056558)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0f74387-1ac6-4c79-9c5d-c6b39eab495f)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3e2e8d2-2b45-4896-8dfe-412fa246f0a4)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fece08a3-cb0f-4eb4-8288-687af43925c3)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e90c9dd3-9b2d-447a-8799-870eb9fd4520)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de920ea5-8d5b-4a68-b889-30fef6fe1018)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 790902b4-c29c-48ae-9568-e2dc8e334553)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0da7f6d3-fefa-43ce-8116-37c1d8cdfbfc)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a1da104-7056-4f67-b05c-95ec11a292e5)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 653dd4eb-92a0-40f6-a506-3cd8d321b655)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a50d3d1b-a7a0-4c69-9a10-8d9ed26a0911)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1434ff15-a742-48b0-b66b-2e5c8a88e6a4)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8f8a2e9-6a15-4824-ace3-ae4efaf09b94)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2ce34e9-fd55-4691-a0bc-48d36bdd4a21)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53b448db-dae3-4a0b-b6e2-27d6e143f5ec)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7387932f-e10c-462b-b03b-7334a4efca41)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e647d251-5520-46aa-95bb-53d537be94c8)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d8456c6-f546-4e14-b90a-2144af74eddd)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebc23afa-f0bb-4f4d-b34c-7856d1428955)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f78e7a57-522f-4440-92bf-cded83ba911a)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54eb7dba-88b2-4341-b72e-ce094abfcef0)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ae96316-dd72-4517-8519-bd21e3aebe02)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93983fea-2084-467b-bfdb-e43eb962de71)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4cab5ea-08f1-4b0c-b189-7ce35e7c2827)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bcf8a74-c58c-4d34-8633-06727c406042)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cb11c8e-ae89-42ae-b85c-e14fc83cc3a2)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd2fd240-3356-4f6c-af2e-41d81d3b02b5)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 835bd74f-7db8-4261-acdf-702d11177e1d)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 535c0cf1-4e0a-4bd8-aff5-20069320a0a0)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9caa704a-818a-4e0c-b7cf-2066b3df2e3d)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 407a1ac7-471d-403c-bd48-abf4cf45057f)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd061a14-a69c-46f2-9caa-11bfa6b41331)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61641241-cab1-422f-8c02-eeda5f074d28)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d2d25f7-4038-4d1a-82a2-dabf41e23dc5)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d0a84ac-b038-45d1-99ed-e02f70a9b254)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09e59698-ad9b-46f2-8831-73ceb89b3af6)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47e26564-a18c-457e-ab65-ab3bd9b8796a)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp feb9e7b1-c00b-47c4-9bed-798354c701f6)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ded1b2f-df3f-4692-8c05-e0f5c426a84a)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36499677-f189-4e36-8c4a-8c8420da17bb)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0215b919-a4c3-497b-a531-8ece1382d8ac)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ece92ceb-20a6-4703-841e-0adab77af3f5)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbc18a12-253c-4db5-b12e-0463a340c7a1)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b00c9be-f462-42a2-8c0b-bb1bbe765923)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac417359-694d-4606-bdae-17f3763abbf9)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 571b4b1a-df08-4352-94fa-acfd6654deda)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a13a2fb6-2fa0-4aa3-819d-3efc2a21abaa)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9517f66d-c69b-496d-ba4b-2476b18d263f)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e76e3d4a-bbc1-4ff6-af2e-6bd7c8f374ef)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3278594b-436d-4ed1-b53a-59319fbf7179)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a30dd54-cd62-4ddc-8c3d-c15c9aff1af6)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a17a055d-c027-479f-8375-700acd349e94)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9514eccf-15ad-404b-9aba-6691dae095a9)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc7bcf1a-1a0c-484e-bca5-96ae84aa4bb6)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68785596-be2d-463c-82a7-4d3c11505119)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e44533e6-c0b0-4372-ac98-e763df7a2ecd)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cd1183e-964c-4f46-bb16-4f4d62e7fb8c)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bab867a-1470-47d6-9c4e-33437b76f848)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f95a645-874e-40ac-b8fa-8fd5280790d5)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7978ba7a-2687-48af-9b36-9f6f13b1202e)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a294e377-a1d7-46b2-97f8-a29b616fbb92)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c94e3a29-7d97-4dda-afc2-69624f86d0c8)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd8c3b7a-cfa4-4124-9dd3-9d0eee294ef3)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f46e9cb6-167d-4445-b159-2ad34910a014)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9aded94a-69c4-4217-a41c-ba1832fbfa9b)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29ab6618-76df-47e5-bc4a-0a230bac0cc7)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f68c3fd-d6a1-43ca-8069-39be78d53fd0)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66fd8c28-c477-4272-810f-e6fd9f903bed)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d3eaf56-de13-4bd0-a09e-72846e70e708)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d40b7b7-0d59-43e3-b06b-72a6b6709413)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 706fd624-cd61-4c8a-ab4a-7aa13a680c2f)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9c83ec8-34df-4fb3-ac7a-b0ccc1fa9ada)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af405b30-8c6f-45ca-beab-45f36bfd72d7)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c49e1d5-6bcc-4d91-b507-3559ade11979)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a71c10e6-cb92-424b-b6e6-a5baea9fb7c7)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68d3ae67-f513-4ac6-a65a-d73c09c22187)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19277461-7580-46ec-9a9b-d33e941d140f)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28dc2afe-307e-4fed-82e4-e1b2823f9918)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7c73048-5bb5-45c2-bd9f-db24597c0224)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5727685-1cd0-4c81-a81d-3885253a645e)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a32ca28a-5e61-4cc3-9876-7e985517b03f)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cd964c1-026c-4a12-8977-e78b622d448d)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42fd796c-7914-4740-a24f-4c91984f9363)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d6a9069-11d3-4c9d-8d3d-d836e3c3961c)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5da7dda-9f5b-43b2-ad6c-1dbd1106daea)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bb92c4a-26b4-44b7-ae55-36196cfc6b57)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4c741ec-068c-42af-a81b-ed8f963d091f)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f392c247-18bc-473b-9876-f21071e22656)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ae9c00d-7e94-4573-a9f2-327ba36eb684)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4b757c9-4a18-4cbb-bdfc-f5951f10fe45)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a354a7e-1740-4435-a6cd-1e27de9e697d)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e58140e-64d0-4d49-a657-0294e8189c16)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4be4bc0e-a353-4b95-b4c1-ad61fd64795e)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14c9c25a-f21f-411e-8928-4e07aed11323)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23000e01-57e6-4ad1-ab57-31004dc40140)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 451ccdc1-8e6d-4398-87a5-313f5053de33)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b81fc8f6-a57c-4e6a-b625-070b8bf733d7)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d8539aac-a3b7-40da-8e47-d765a423fd9f)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3008a77-5c6a-492f-8742-407a7fe1ada4)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f4aaf89-c09c-458f-bddb-d9d510e47cf7)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a0346ddd-7c64-400a-b404-f74095cf85f4)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(U8A--)") (pintype "passive") (tstamp 4c7109ab-30ca-4e2d-89d8-d5adb4c78848)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 39 "Net-(C20-Pad2)") (pintype "passive") (tstamp 1b255a64-f632-4e6c-974b-18232e9ce47b)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (layer "F.Cu") - (tstamp 1da93d0b-7ffa-4107-a474-9c3680373a84) - (at 58.42 54.61) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/8548cc67-6fc0-457c-800f-20ab165029a1") - (attr through_hole) - (fp_text reference "C2" (at 1.016 4.318) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1b4b35f9-7e1d-4a7e-9f34-46a18269729e) - ) - (fp_text value "22u" (at 1.25 4.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 75d0b2c5-e6e6-4f14-90b0-ee5166f9f2cd) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4f45bc5d-4c35-4549-90ab-30cb2a345273) - ) - (fp_line (start -2.250241 -1.839) (end -1.620241 -1.839) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eaa3c7d1-7310-4479-a6f4-4ebad4f132ed)) - (fp_line (start -1.935241 -2.154) (end -1.935241 -1.524) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f68cede-531d-4620-8faf-2e77cfa5d038)) - (fp_line (start 1.25 -3.23) (end 1.25 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e808d39c-d99e-4b14-8d0a-5ad975b96854)) - (fp_line (start 1.29 -3.23) (end 1.29 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf8abb92-f6e5-41b5-a39b-66f1a7036685)) - (fp_line (start 1.33 -3.23) (end 1.33 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e0b33fe-96b9-4e74-a56a-91d5a301d345)) - (fp_line (start 1.37 -3.228) (end 1.37 3.228) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 396dedf5-6d9e-47d4-811a-981c61653bd6)) - (fp_line (start 1.41 -3.227) (end 1.41 3.227) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15e4e2b0-8696-496a-8af2-6a14c29c1b22)) - (fp_line (start 1.45 -3.224) (end 1.45 3.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f918e71-ed1e-4a28-9374-a301ae21b80c)) - (fp_line (start 1.49 -3.222) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3269dcf8-9e83-4f5a-8536-1048252194e0)) - (fp_line (start 1.49 1.04) (end 1.49 3.222) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1d99b7c-5c52-4d02-aa06-b7c92f2449a6)) - (fp_line (start 1.53 -3.218) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52258850-6b5b-4fe0-bd7e-742476919578)) - (fp_line (start 1.53 1.04) (end 1.53 3.218) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14bdd022-b611-4962-96e4-f6136c104db4)) - (fp_line (start 1.57 -3.215) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c55dc1cc-33cf-41fe-8185-754d498eda57)) - (fp_line (start 1.57 1.04) (end 1.57 3.215) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7f7b93e-3ec6-4a0b-8705-4621c1363f8e)) - (fp_line (start 1.61 -3.211) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 409a3c40-33d0-4e90-b86b-24099e2ca137)) - (fp_line (start 1.61 1.04) (end 1.61 3.211) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b07efe7c-9b35-4184-a10d-c5989ecdab94)) - (fp_line (start 1.65 -3.206) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31f52682-4723-421c-a679-4df0d703e7e3)) - (fp_line (start 1.65 1.04) (end 1.65 3.206) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb4a2137-5dd5-4a66-be50-1614121b7b43)) - (fp_line (start 1.69 -3.201) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd8f44d5-a96f-4168-b1ef-0137bc226aa1)) - (fp_line (start 1.69 1.04) (end 1.69 3.201) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fef1baf-4286-4d96-b98e-b38742eab2bd)) - (fp_line (start 1.73 -3.195) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cd12741-0e55-48f6-aa41-01bb79b44c9e)) - (fp_line (start 1.73 1.04) (end 1.73 3.195) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e5572c0-8c78-44b3-bc6f-8e233717a1d3)) - (fp_line (start 1.77 -3.189) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87cc394f-5ac1-4a6c-b32a-b0777703193a)) - (fp_line (start 1.77 1.04) (end 1.77 3.189) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 267aa5f5-ec8d-42ef-b9ea-d8feec00a05e)) - (fp_line (start 1.81 -3.182) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e556b1c-a44a-4f5d-bb34-37ad4e3bf1bf)) - (fp_line (start 1.81 1.04) (end 1.81 3.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 203bcb41-78bc-435b-a616-2aa7247b4e40)) - (fp_line (start 1.85 -3.175) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29ae60f9-dc4f-456e-ad54-fabb7d419df4)) - (fp_line (start 1.85 1.04) (end 1.85 3.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73a3583c-1f26-4763-ae82-cbdf10d8415c)) - (fp_line (start 1.89 -3.167) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bea0490-2b64-4df2-b588-75da45fcbb3e)) - (fp_line (start 1.89 1.04) (end 1.89 3.167) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45eb4884-6eb6-4bd8-b273-04272ccec2d3)) - (fp_line (start 1.93 -3.159) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbd4666f-56b4-4885-9944-9202ac5abcc2)) - (fp_line (start 1.93 1.04) (end 1.93 3.159) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a3f1af2-f06b-4fa5-b84c-54a94e945e67)) - (fp_line (start 1.971 -3.15) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 058edcfb-ad11-4593-ae95-d70b160fa637)) - (fp_line (start 1.971 1.04) (end 1.971 3.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15567a26-39a4-4848-8579-fe2a6e6aad41)) - (fp_line (start 2.011 -3.141) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67063858-b1a2-49d3-8017-31ee87947eee)) - (fp_line (start 2.011 1.04) (end 2.011 3.141) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa347a3c-cd6e-4881-9dcd-8d05d118eefb)) - (fp_line (start 2.051 -3.131) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee81604b-5f5a-41be-a2f3-9ccf663f7bbb)) - (fp_line (start 2.051 1.04) (end 2.051 3.131) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 976ed65f-0680-4e3d-88e8-9794e667b524)) - (fp_line (start 2.091 -3.121) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c9a2171-ecf5-4cde-9552-139bded88b70)) - (fp_line (start 2.091 1.04) (end 2.091 3.121) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca9b07c5-5848-47ec-ab64-6e49fbaf8dcb)) - (fp_line (start 2.131 -3.11) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3744c90-45cc-477a-9aa3-79fe883bfc71)) - (fp_line (start 2.131 1.04) (end 2.131 3.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c1b9cc4-4369-485c-8494-d8de36546689)) - (fp_line (start 2.171 -3.098) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cc1929e-f0b6-4800-85cd-bb741c1ebe2e)) - (fp_line (start 2.171 1.04) (end 2.171 3.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49a2fbd6-4cd9-4e9f-93ef-c6d54b412e7f)) - (fp_line (start 2.211 -3.086) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9503e7c2-8332-460c-8ad1-3f582e1a867e)) - (fp_line (start 2.211 1.04) (end 2.211 3.086) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13c0a5c1-b5e1-430a-bd1b-5d52a7b30c02)) - (fp_line (start 2.251 -3.074) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d78ac31-241a-4636-adca-58ea161337a5)) - (fp_line (start 2.251 1.04) (end 2.251 3.074) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83b6aba1-39f4-4244-a049-f2fca9ea2ed0)) - (fp_line (start 2.291 -3.061) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5dd3dbf5-9806-458b-8dc7-461579f5c1e5)) - (fp_line (start 2.291 1.04) (end 2.291 3.061) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8950fb2d-6d1a-462a-88c9-856e4a455f89)) - (fp_line (start 2.331 -3.047) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31dae2f0-fe29-4e1a-a0b2-f6d448f78299)) - (fp_line (start 2.331 1.04) (end 2.331 3.047) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 067c98a8-be95-434a-9385-c152f7928b2d)) - (fp_line (start 2.371 -3.033) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28558bec-1b4a-446a-879e-52d4bdb57790)) - (fp_line (start 2.371 1.04) (end 2.371 3.033) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d598a39d-6b9b-4c6e-bc47-1754a04cdff3)) - (fp_line (start 2.411 -3.018) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b82e742-eb71-4094-9d54-8dadd538679c)) - (fp_line (start 2.411 1.04) (end 2.411 3.018) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c09dc28-4ffc-49d9-b790-a381ee110601)) - (fp_line (start 2.451 -3.002) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19160719-1b09-44a5-9c4e-e7e0dbe4064c)) - (fp_line (start 2.451 1.04) (end 2.451 3.002) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a7d54a3-c62e-474b-882a-9a87702f70fe)) - (fp_line (start 2.491 -2.986) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21dc5eac-ad1b-469c-b7ab-d6b6573655f7)) - (fp_line (start 2.491 1.04) (end 2.491 2.986) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7919133-08ae-4e8c-9943-5c8e39d6155c)) - (fp_line (start 2.531 -2.97) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01ba3d77-5e1e-472f-82aa-cac7d3d286b2)) - (fp_line (start 2.531 1.04) (end 2.531 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b510575-dd57-4446-8046-567565ac3459)) - (fp_line (start 2.571 -2.952) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ee7a83e-3324-449b-8137-7b7db53a3ffd)) - (fp_line (start 2.571 1.04) (end 2.571 2.952) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf716e31-254c-405e-8417-0ef886899271)) - (fp_line (start 2.611 -2.934) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2e4bf59-9909-49f6-bd2a-b983f474aaf1)) - (fp_line (start 2.611 1.04) (end 2.611 2.934) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfee3ebb-d648-488d-8bc6-5269473564e2)) - (fp_line (start 2.651 -2.916) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b05283ac-8e81-41b8-b3de-3de12e6f439c)) - (fp_line (start 2.651 1.04) (end 2.651 2.916) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a6826b6-d853-4b10-afee-7e44a1757705)) - (fp_line (start 2.691 -2.896) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64ce2437-c4af-4a5c-bc90-f60b5f81c70e)) - (fp_line (start 2.691 1.04) (end 2.691 2.896) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb6e8d41-c4be-482a-ae3e-e14d02385038)) - (fp_line (start 2.731 -2.876) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1f6efa2-fec8-41cf-a344-1542064259c5)) - (fp_line (start 2.731 1.04) (end 2.731 2.876) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec1f9b11-e712-449f-aff4-caf5ad6773ec)) - (fp_line (start 2.771 -2.856) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abf913b6-d023-4403-80d7-bce7264762a3)) - (fp_line (start 2.771 1.04) (end 2.771 2.856) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7672bf45-5b5e-4066-905b-730ab03ade63)) - (fp_line (start 2.811 -2.834) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d26db252-c3b5-4f0a-9386-f6f36a4030fa)) - (fp_line (start 2.811 1.04) (end 2.811 2.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6941316-fcb0-4b8a-aa0d-c5b09a6f9f2e)) - (fp_line (start 2.851 -2.812) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fc77612-476f-46a8-bfa7-85a548c7b791)) - (fp_line (start 2.851 1.04) (end 2.851 2.812) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f509454-8698-45ad-afba-1a6bd9572e88)) - (fp_line (start 2.891 -2.79) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21e76620-ad9e-4e61-85ff-32f107db0de3)) - (fp_line (start 2.891 1.04) (end 2.891 2.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a822e73-f837-4d5f-873e-0ca4886e6a0e)) - (fp_line (start 2.931 -2.766) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f752fb7d-4dbb-4147-b9ef-3c98af996891)) - (fp_line (start 2.931 1.04) (end 2.931 2.766) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a968cb7-e698-4e58-b629-761553258ad7)) - (fp_line (start 2.971 -2.742) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4c7f69a-31f4-4af4-9a35-149859536fe1)) - (fp_line (start 2.971 1.04) (end 2.971 2.742) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e429809f-e4e7-40ca-8d30-7d1c9944cf01)) - (fp_line (start 3.011 -2.716) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b3dbb5d-cb05-461c-85e5-a2eeb9b3509f)) - (fp_line (start 3.011 1.04) (end 3.011 2.716) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa4b05a4-4ad7-4360-8c25-2d039e5919d7)) - (fp_line (start 3.051 -2.69) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34ac8440-9e4b-4130-b775-68017b994b8c)) - (fp_line (start 3.051 1.04) (end 3.051 2.69) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fcd9189-1b01-44a6-988a-66e71a620811)) - (fp_line (start 3.091 -2.664) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 645ae15e-ad0e-4e32-bd12-82492102c14b)) - (fp_line (start 3.091 1.04) (end 3.091 2.664) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba7f637f-b5c2-4079-bc53-4a4957845757)) - (fp_line (start 3.131 -2.636) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35a485f9-be6e-411e-8d8e-0a1f63a38f32)) - (fp_line (start 3.131 1.04) (end 3.131 2.636) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1447bf00-a8e1-4e70-8dcf-d5babac7d20b)) - (fp_line (start 3.171 -2.607) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed065732-832f-48c2-8cd8-734beee4ec89)) - (fp_line (start 3.171 1.04) (end 3.171 2.607) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2be0974-6434-4112-8885-2f6e71c0cbfb)) - (fp_line (start 3.211 -2.578) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f71a88e8-4f47-45db-9cd7-df934b747537)) - (fp_line (start 3.211 1.04) (end 3.211 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11d69f62-637b-43c3-b907-692bb3006e90)) - (fp_line (start 3.251 -2.548) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cdf7066-6c4e-4898-95f1-8e53e264ee9c)) - (fp_line (start 3.251 1.04) (end 3.251 2.548) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 040ce101-bc02-42a9-8e07-72deb53f6b4c)) - (fp_line (start 3.291 -2.516) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f86040e1-d0c9-4434-b242-9eb40985f4ad)) - (fp_line (start 3.291 1.04) (end 3.291 2.516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6122db23-d8ce-4352-b719-c3db35563038)) - (fp_line (start 3.331 -2.484) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd7fc8af-73a1-41b5-9a94-594af4de886d)) - (fp_line (start 3.331 1.04) (end 3.331 2.484) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 453c3252-68e0-4265-ab0d-d6f44526a8c7)) - (fp_line (start 3.371 -2.45) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0efef0b-96a2-411d-960e-5c703839ab90)) - (fp_line (start 3.371 1.04) (end 3.371 2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17f6ca6a-af7e-440d-a16b-5533714c73b7)) - (fp_line (start 3.411 -2.416) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 753c9d4d-b3aa-477c-947e-67e82e9629bc)) - (fp_line (start 3.411 1.04) (end 3.411 2.416) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a63e45a-2e54-41cf-bb94-e4c9faedca68)) - (fp_line (start 3.451 -2.38) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 946817d4-1663-44ec-a97e-353759c8a960)) - (fp_line (start 3.451 1.04) (end 3.451 2.38) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58582fff-73ae-4587-9552-a7d32ed4fbd6)) - (fp_line (start 3.491 -2.343) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49ac9a93-87b7-4417-86bb-8beee44be215)) - (fp_line (start 3.491 1.04) (end 3.491 2.343) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9fe649b-8f47-48ec-8f75-086600c0b62b)) - (fp_line (start 3.531 -2.305) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d8f891a-c5ab-4290-b660-bb87a29a928b)) - (fp_line (start 3.531 1.04) (end 3.531 2.305) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 813c9a69-c4ad-4326-acd7-abbb70d6da52)) - (fp_line (start 3.571 -2.265) (end 3.571 2.265) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb05f2e9-5d3b-4e65-86fc-b5b57569b5f5)) - (fp_line (start 3.611 -2.224) (end 3.611 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74fd1c60-b011-424c-a409-052d0c03d924)) - (fp_line (start 3.651 -2.182) (end 3.651 2.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52760b32-d24d-4684-a5d6-8985673f6913)) - (fp_line (start 3.691 -2.137) (end 3.691 2.137) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ed6de94-d3a3-49d2-a987-b6ea2e786e15)) - (fp_line (start 3.731 -2.092) (end 3.731 2.092) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57dc9b0b-d035-4771-8d0e-9a715d235eb2)) - (fp_line (start 3.771 -2.044) (end 3.771 2.044) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5b8e2c0-b6ea-4338-9095-00692a34fae7)) - (fp_line (start 3.811 -1.995) (end 3.811 1.995) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ef0c4e0-9ad7-4bfd-ad3a-a980eb9cb89f)) - (fp_line (start 3.851 -1.944) (end 3.851 1.944) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31bc18aa-665f-40d2-a6f5-ef8d653ba3ae)) - (fp_line (start 3.891 -1.89) (end 3.891 1.89) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c8405df-75d0-4a53-8009-2ca09f17f1c5)) - (fp_line (start 3.931 -1.834) (end 3.931 1.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17a3cf7b-856b-47ca-b4e4-154c362d6984)) - (fp_line (start 3.971 -1.776) (end 3.971 1.776) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e9a0ff6-c1ab-40a8-b39f-374c9fed502b)) - (fp_line (start 4.011 -1.714) (end 4.011 1.714) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 893984b0-e667-41d7-a9ac-19865dc20a9d)) - (fp_line (start 4.051 -1.65) (end 4.051 1.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0baf89d-0f04-4342-b67e-932fa5124108)) - (fp_line (start 4.091 -1.581) (end 4.091 1.581) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 586d5587-6d09-42fe-9ee6-ff404087c5b4)) - (fp_line (start 4.131 -1.509) (end 4.131 1.509) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9636a5f2-cb36-4b2a-9935-c07ce7d31e37)) - (fp_line (start 4.171 -1.432) (end 4.171 1.432) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44bc423b-c930-49af-bb17-e242dfb812cb)) - (fp_line (start 4.211 -1.35) (end 4.211 1.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 941c5e21-add0-4e79-80f1-36d4866af6ea)) - (fp_line (start 4.251 -1.262) (end 4.251 1.262) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b3663a1-5dd0-4c5f-a9a4-f8f39d254460)) - (fp_line (start 4.291 -1.165) (end 4.291 1.165) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43173f86-60ae-4ee8-91fd-eee605a4d799)) - (fp_line (start 4.331 -1.059) (end 4.331 1.059) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d36f629-e44c-4d7e-b843-1f6bea796f85)) - (fp_line (start 4.371 -0.94) (end 4.371 0.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 724216a7-0a95-4a9a-884e-31ff3e1b88f6)) - (fp_line (start 4.411 -0.802) (end 4.411 0.802) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9c2d9c8-0abe-499a-8e5f-c57170662541)) - (fp_line (start 4.451 -0.633) (end 4.451 0.633) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0417a4d-7ed3-4036-9eff-cfd342fa0197)) - (fp_line (start 4.491 -0.402) (end 4.491 0.402) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2f40aec-fc4d-476b-b3b4-e3d7b2d9a54c)) - (fp_circle (center 1.25 0) (end 4.52 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 05b160f4-9488-455b-8536-de0d0f397e79)) - (fp_circle (center 1.25 0) (end 4.65 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp f6f78f4e-e7f8-454a-9dfb-08c12e9f66f8)) - (fp_line (start -1.443972 -1.3735) (end -0.813972 -1.3735) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a6d2530-50d8-4f22-a20b-78614cdf8b00)) - (fp_line (start -1.128972 -1.6885) (end -1.128972 -1.0585) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 554ce727-18ac-44f8-9ef5-f14bcb77f1df)) - (fp_circle (center 1.25 0) (end 4.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp c23a4846-dabe-4cb9-88be-e81e296a5117)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e51f75cf-6dc8-40bb-91c4-874167961bbb)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 5b2083f8-2181-471e-a244-aa625cb67235)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 88438731-5f72-4f6f-a72c-d60b55cff633) - (at 91.948 138.176 180) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/77ea8a76-8b58-4a2e-ac22-2298a8048f1f") - (attr through_hole) - (fp_text reference "C19" (at 1.25 -3.556 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ac97d9af-594c-416f-8dfc-15f031dc98b3) - ) - (fp_text value "4.7u" (at 1.25 3.75 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fb5ada68-e723-442e-bc9f-7f8815be2eb3) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 97f66281-f91e-4012-8c9a-8177266d750a) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d1fb99b-cb82-475f-9185-0f64a86777e9)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f86146c-0af0-48b6-9279-0c69cd7fc63e)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75f3c4a4-23ea-4336-ab59-ea24f1f6d4d2)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79076c45-c49f-4133-b45a-caa5c2a7d9ca)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 063ac091-3203-487f-b08a-1db42421c0b2)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b2f086c-0389-4686-a83d-19bdddb36edc)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ffa51b6-6d43-48d5-9b52-e5c1025e3dc7)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cfcca89-eeed-4afd-84a8-d5db3cbca470)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7e21f7d-af2f-4906-8b4a-4c6052d0e774)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e485c7fa-1e13-4289-8a6c-29a5e6799601)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a1037c2-55b0-4b16-a2ca-25634e09d7b7)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d5db45a-bc06-4687-93ea-733b5eb7581d)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38fd5a8f-4035-4138-996e-c17a537b1635)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cee0b50f-2bc5-484b-b86d-08b86c437a3b)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 453f2f3d-8782-4f74-b5e2-598c793c2e51)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6ae6cff-a9d4-48ff-9b7b-0b2260c37d48)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56f09e25-6bcb-4e5d-aae0-719d45185b7e)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f9d3987-a0fe-48f9-9954-10fb918e5d0b)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 582a1077-8e82-44bf-9307-edfb0d65a40e)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4af999bc-a433-40c1-85eb-286d400f0357)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e7d38c8-2bac-47d9-aa1a-b3ad9f6dc19b)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a425129-fcac-44e9-8637-da6ec1d8ce5d)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1e62568-9f46-4579-b6cb-73c5e686ba6b)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9279ac1f-c602-41af-9e99-c448ff34440e)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97bb053a-aca1-4d00-ab5c-bfeb1735dc5a)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eefa920e-f44b-4258-8c57-cb52fa5736e6)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9d88a9f-8fee-4dce-ac6c-11c8ce5c4e94)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1fd3a43c-8468-42b3-8741-d1b47b557d9e)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e14d126f-99fe-4c36-a656-9cff1074f7a1)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0964304b-37ed-404d-b641-fc7445f90bef)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0ad486f-5723-4050-a0cb-28e575b0bd2d)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbc2edf0-8bed-40b9-9f6a-3fb265b572e6)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4143dac-39e7-49b7-b957-0a6b25151c36)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6615e1fa-d13a-41c8-8f50-a3bc4c5387cc)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92d67607-b4d3-44ba-95d1-5165199ac1c1)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2a1057d-7d4b-4e71-a5d6-f9afd591913e)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5a8ec4a-c0d5-47c0-8ef2-d00fb4a4082d)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3345097-6009-401d-b374-908c25611923)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2dff4b8-d8cf-4f25-953b-5743d59d8bf6)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1cae766-9667-4c90-bb52-188e8fa3c479)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8056994-b33f-4814-98c4-608158ba5de4)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8f4dddf-2ef1-45bb-88f3-0932d056fa7d)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdc5eeeb-1547-4b2d-a91f-e3b881275615)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4cdcd9e8-d2b9-4a8d-8ac4-0ac962b07261)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 979d20cf-c783-4331-bf9c-bb97487b96e4)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 505236af-4909-4c26-b090-aab8b3af0157)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4a643ea-e0cc-4ff4-aa09-ed0b477ba471)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13ded433-5bac-4600-bbd3-4f08c5105e2e)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e721fad7-59f9-4821-a9ec-5085b013bd18)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bf3605c-25c1-4c1a-90e1-4f9bd4bc1d19)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44f2a3f1-2c28-47ff-842c-263f7957acbb)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99e086c3-aec0-4954-ba77-805e869093ba)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d429c9e1-a976-418a-9f0d-bdcdc06e9ebc)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63564a57-b716-4112-b5ef-332fc8e2233e)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb0ef783-aac4-457f-89fd-30698b9450a8)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e09decdf-fb73-4432-9ea5-1375f57e205c)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5eab9652-4b3a-4864-a0dc-d65a291b5e83)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e708d88d-6811-4ee2-a8c1-9a521994fb5f)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b6be4f4-125b-49cb-8a01-41521099f633)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8178ff9d-55eb-4eb4-aaf5-dd8d15135c0e)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7b36c44-b5bf-4f0c-8676-588a67432949)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7caaa23d-f617-43dc-a90b-228a7e432803)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 358df7e5-af8f-40ed-81b1-53e5565d0ae0)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 195595cf-03cc-4984-abb4-66a0f7546d6e)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c35eca0-606a-420a-9626-2cfd06a9824b)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a10168ee-8090-4858-8529-aa9fc067069f)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1da3dcb6-8142-4192-99ed-fb712686c5ee)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1440e56-f2cf-4843-8d07-93f473200038)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9913fd08-3db2-4a67-851c-3a833f1847d8)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 456c3406-df89-427a-9ce6-71d79467088d)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea8d694c-45d4-4877-a861-7378f25b34d3)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f2491b6-3aa9-4eec-8199-0055eac98e27)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7b33f62-8309-415f-9dfd-ae3ef72fd89c)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 159512d2-8888-4c0a-b0b8-2b610dab234a)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1eb55c7a-deb7-4b98-9e3e-d223b92fb515)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a698a5d-c550-4f77-a83a-22516cf63363)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0d388f3-f96d-4118-897a-4be9d2153419)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48d4d35d-af9a-4d11-a785-a6aa68b88123)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b803b431-ea9a-4b43-923b-777689a6afde)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22f494ef-dea0-43c1-94dd-57cbe26c7e7d)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9e3343b-9087-495c-9ca1-d8095a20bb0e)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e4ba93c-32cf-4756-a814-fc72696aaa20)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2ddd079-7f1b-4f16-b7b2-80de27abae9f)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c9c7d07-936b-4b69-8509-7cf844ef6df6)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a3ec569-fbfc-4477-ad65-5482fbecfde6)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac4da41b-94ad-409e-8ff4-aef43be79101)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 478be969-3e97-4db2-9e01-83fba9754940)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5adcc056-06b0-40bb-a300-c5f397730017)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47bf166a-b9e0-4187-bcbe-6ed4274c0792)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14bafe8e-d97b-42a7-8fa3-bc1ea06db3ef)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f9895c6-6462-4008-b5cb-e1a508c4ed25)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 401d24b6-245c-4549-ab85-a78322b2e5d9)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73ccdbdf-a400-4f16-a795-40006ba130ab)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f452607e-3f2e-4bee-8e8d-b6f7f190c289)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 338c6abc-8d40-4bc3-8edb-c5528cc933ad)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e34ad5d0-b9f8-4750-a959-a0fa941f84b0)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29742039-540a-4038-8447-fc93c2d35d0c)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a613eb54-4a0c-41ae-8fe7-82849965477a)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3dea5ac6-194b-4a1f-aa88-66a7c1a9d9ef)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87f984ee-c6e8-4927-81d5-00ac2b5236f2)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96cca647-97cc-4b02-a866-4bb7858f4c0f)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8847641-d02d-43f9-a35f-4969ea076c74)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26d956c9-dad2-4e1b-9f37-c4dfd9c3cd2f)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6ef9a07-8e5d-4d25-bba1-6a25dd97d7be)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a31eff2b-b9a0-4a10-91df-2037c71b94e9)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ef918a3-f626-41b5-90c7-9c5ea1d67a7b)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d056fb6c-5dce-492a-b6c2-76a410919ee3)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8079343-2460-4bb2-8423-bd1c2913bb46)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc12d98d-3b1b-455d-8a5a-7d33faed2647)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 097ecefb-4f82-485b-b2a5-3bbd1c1be74c)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 090149a7-5bc9-40d6-abd5-aef62f36eb84)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71be5dae-faf4-48ff-896f-7e3e441d5d9d)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 418e7fdb-f49c-4188-a60e-2b31d71d748a)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be3cf1b4-7d33-4bfc-ab6e-bcec78a87ee5)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c24357fc-25e2-4517-a6c4-9e2f3ca0a0a8)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e202212f-b052-490b-8cef-97537acc1f30)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc0be89d-ea7a-4051-a7cd-9d97ebbabbac)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 460f123b-a3c7-411b-b28a-c45acfefbde9)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14ee19d1-5a2f-46f4-ab49-b07969b716a3)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5d011e1-d497-416b-af65-8ccd6a7426e6)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 98086763-feab-4314-8bb7-e207e7792380)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 5b1d10bd-ba69-451a-8360-264ac802ecba)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9299af19-19cf-41e3-a639-f764612dbff0)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02a4c0ef-d72f-4ad5-a5bb-4d8f922b3fe5)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 675bed86-0ae3-4883-8a5f-66c67b0f4713)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U8B--)") (pintype "passive") (tstamp f4869649-c481-42c5-933f-4f206d102a61)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 38 "Net-(C19-Pad2)") (pintype "passive") (tstamp 96a357d1-562d-498a-89fa-d6bba2a76450)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (layer "F.Cu") - (tstamp 97526e5b-f3c1-4be4-bbaf-223c60948cda) - (at 66.04 54.61) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/03c35b8d-eb33-457c-a4cd-b960f1297d97") - (attr through_hole) - (fp_text reference "C1" (at 1.27 4.318) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 49e25668-0fab-4c63-b7fd-7b7f1759cdbf) - ) - (fp_text value "22u" (at 1.25 4.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp acdefc97-1c83-45c4-a349-cc986f430f73) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22cf6884-9073-4296-94f1-fc9fe669ce74) - ) - (fp_line (start -2.250241 -1.839) (end -1.620241 -1.839) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24c317d3-407e-4ac2-be75-0567bd2c88cf)) - (fp_line (start -1.935241 -2.154) (end -1.935241 -1.524) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d554d05d-6d41-4b0f-be67-9cc4abfd9487)) - (fp_line (start 1.25 -3.23) (end 1.25 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5d3a6e8-5eee-4af1-aa1e-7bc2bb93421f)) - (fp_line (start 1.29 -3.23) (end 1.29 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 612d25d6-c938-48d4-b156-1f1cdd30dfa6)) - (fp_line (start 1.33 -3.23) (end 1.33 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34fa2763-197b-49bd-ac01-aca24e82c12f)) - (fp_line (start 1.37 -3.228) (end 1.37 3.228) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62e22d3f-e04d-4c82-a60f-56825dc72330)) - (fp_line (start 1.41 -3.227) (end 1.41 3.227) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f478f6f-13df-4fd8-80d0-4e8c2c25d4b4)) - (fp_line (start 1.45 -3.224) (end 1.45 3.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 533d6c55-5aef-4ddc-8d50-866b30d48f95)) - (fp_line (start 1.49 -3.222) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61da28be-0db2-4094-8af4-d03246a4011d)) - (fp_line (start 1.49 1.04) (end 1.49 3.222) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd97cc68-42e8-4da4-9dc6-b2118ba5190a)) - (fp_line (start 1.53 -3.218) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b06be01-0dca-47cc-b6ae-9b794ff7c724)) - (fp_line (start 1.53 1.04) (end 1.53 3.218) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bde166f3-04b3-4713-861a-de61603af011)) - (fp_line (start 1.57 -3.215) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 471ccd7c-36ca-4dee-a30c-839cb6ab77ef)) - (fp_line (start 1.57 1.04) (end 1.57 3.215) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5ca869a-382b-4ce9-9028-5f607d7f53bf)) - (fp_line (start 1.61 -3.211) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1641744-dc32-453c-8c19-75002e9e90f5)) - (fp_line (start 1.61 1.04) (end 1.61 3.211) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14d70f72-3c96-41b6-9595-2e269a9da4f4)) - (fp_line (start 1.65 -3.206) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9687558b-1790-4fa2-a709-7792fc16b519)) - (fp_line (start 1.65 1.04) (end 1.65 3.206) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69918251-5951-4e2f-b1c8-e01fe6255526)) - (fp_line (start 1.69 -3.201) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b15d8ad-274e-4c29-8793-35b22b23eddd)) - (fp_line (start 1.69 1.04) (end 1.69 3.201) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2715f66-9f6c-4d9e-8ed3-860ab8779676)) - (fp_line (start 1.73 -3.195) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49a6baaa-5437-4827-b2b2-d40621d0a99a)) - (fp_line (start 1.73 1.04) (end 1.73 3.195) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec28067f-6a60-4e53-828c-7a0050d5f902)) - (fp_line (start 1.77 -3.189) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31cf4298-51f7-47f9-8c86-52f6a26ce3d7)) - (fp_line (start 1.77 1.04) (end 1.77 3.189) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c996af0a-1c69-4259-8f91-d4738216741f)) - (fp_line (start 1.81 -3.182) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55e74e14-662f-40be-97ad-459465057494)) - (fp_line (start 1.81 1.04) (end 1.81 3.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11f07dba-7cba-4e02-a936-4edd3e6d1f1a)) - (fp_line (start 1.85 -3.175) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 549a9f44-c1ff-45a2-8450-bb289f0288a9)) - (fp_line (start 1.85 1.04) (end 1.85 3.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 568c7511-ab6c-4877-89b1-91eb2499f097)) - (fp_line (start 1.89 -3.167) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a99356c-e482-4e08-ab0c-da4978d75b7e)) - (fp_line (start 1.89 1.04) (end 1.89 3.167) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27ae78a2-4d89-40d3-a3ba-f91ff9752874)) - (fp_line (start 1.93 -3.159) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea14f617-6f8a-4c49-af21-7c538aad5a5a)) - (fp_line (start 1.93 1.04) (end 1.93 3.159) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ec29369-848d-4fd0-9e9f-87881d35cfc0)) - (fp_line (start 1.971 -3.15) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e955db5d-19e1-4a6d-a451-04640704d1fb)) - (fp_line (start 1.971 1.04) (end 1.971 3.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08f64087-46c9-4564-8c25-ad931390c238)) - (fp_line (start 2.011 -3.141) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c5c7013-e051-443b-8d23-c3cc1bf11bcb)) - (fp_line (start 2.011 1.04) (end 2.011 3.141) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 878ff6cb-e94b-4831-9007-0755d0d1b540)) - (fp_line (start 2.051 -3.131) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1be9dd85-99bf-4e15-8a57-82707ab5fb46)) - (fp_line (start 2.051 1.04) (end 2.051 3.131) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a26a911-b41a-4e90-8017-7ca2b1dc726f)) - (fp_line (start 2.091 -3.121) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4933ef1-9f7b-4c2c-953d-c8f32b8c84b3)) - (fp_line (start 2.091 1.04) (end 2.091 3.121) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aebdf5b8-ab2c-4006-b4af-369b4b62baa1)) - (fp_line (start 2.131 -3.11) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f236847-9541-4659-ba9e-7535a240542f)) - (fp_line (start 2.131 1.04) (end 2.131 3.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7336cde1-cbf4-42be-b248-b66ab6f34ee3)) - (fp_line (start 2.171 -3.098) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88181e0e-d129-4a9f-bb3c-e7b1ebcd1aea)) - (fp_line (start 2.171 1.04) (end 2.171 3.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7b49c51-ae4f-449e-b3f5-3d17c06e228c)) - (fp_line (start 2.211 -3.086) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 195b0e1b-f647-4940-a015-784986f6b1ce)) - (fp_line (start 2.211 1.04) (end 2.211 3.086) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddcb5fad-fc9a-44d1-856e-64c8f23bbe0a)) - (fp_line (start 2.251 -3.074) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 459f0df8-8ce5-4577-8f5e-14736de71394)) - (fp_line (start 2.251 1.04) (end 2.251 3.074) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9eb29f63-e7a6-417a-8b28-2a5ebf904ba6)) - (fp_line (start 2.291 -3.061) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65124fe9-70c4-4fd8-b12c-30cb39a871e4)) - (fp_line (start 2.291 1.04) (end 2.291 3.061) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e955f2a-7a6b-4dd5-87fa-5adbaec601d2)) - (fp_line (start 2.331 -3.047) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f29dd7a-cdba-4361-adb2-7233b4afcdae)) - (fp_line (start 2.331 1.04) (end 2.331 3.047) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdd31e25-956d-469f-bc0a-a2636ee043d4)) - (fp_line (start 2.371 -3.033) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d925fa6-c89c-4d87-96ef-38a7e40b9fca)) - (fp_line (start 2.371 1.04) (end 2.371 3.033) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 763b266d-1d09-41ce-99b0-20f3bb694ec1)) - (fp_line (start 2.411 -3.018) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4817b16b-4a43-401a-ba49-2e77d51411a4)) - (fp_line (start 2.411 1.04) (end 2.411 3.018) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 921c6472-95b6-4998-a27c-081d679212d0)) - (fp_line (start 2.451 -3.002) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 813f7c2b-fa98-423d-9695-30d6fd51706c)) - (fp_line (start 2.451 1.04) (end 2.451 3.002) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bd9347c-1b62-4893-af3b-d772403f1e66)) - (fp_line (start 2.491 -2.986) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21c647d2-94cd-436f-89e4-ceca60de149f)) - (fp_line (start 2.491 1.04) (end 2.491 2.986) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7825ed86-072a-4ce1-95ed-dd454c47afda)) - (fp_line (start 2.531 -2.97) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49b0cb9e-fe9b-4f06-8fdc-85381d845667)) - (fp_line (start 2.531 1.04) (end 2.531 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d985b656-a11e-4ffe-8d19-aa4d09008578)) - (fp_line (start 2.571 -2.952) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b8474d4-c239-4ebe-80dd-1638ccb1cfbb)) - (fp_line (start 2.571 1.04) (end 2.571 2.952) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de1f3869-1682-4cd6-becd-43f3f5b4b22c)) - (fp_line (start 2.611 -2.934) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31db589d-a010-46fe-91ba-08f22cfe6c26)) - (fp_line (start 2.611 1.04) (end 2.611 2.934) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54c892ab-7c7d-4739-b844-50bae0322795)) - (fp_line (start 2.651 -2.916) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33df5b56-e105-44fe-834b-7fb0032f420e)) - (fp_line (start 2.651 1.04) (end 2.651 2.916) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57baccb5-0e29-487d-8431-612966ba7155)) - (fp_line (start 2.691 -2.896) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3229d74-6d51-47a1-9196-4d8b9ca6de2c)) - (fp_line (start 2.691 1.04) (end 2.691 2.896) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47703845-1edc-45ff-9aca-2ab50fbb114a)) - (fp_line (start 2.731 -2.876) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42829d26-21bf-41a7-ab2b-b4bb22e3c202)) - (fp_line (start 2.731 1.04) (end 2.731 2.876) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7acc6f7a-ebfd-4f67-80a4-3c15c3f6c89e)) - (fp_line (start 2.771 -2.856) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5342a8a-f99b-449a-8119-0b341913c3e2)) - (fp_line (start 2.771 1.04) (end 2.771 2.856) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2b22a94-b74c-44d0-babd-3f335b6f2eb8)) - (fp_line (start 2.811 -2.834) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 301af3b6-032d-4cb2-bdc9-cb9035de50c1)) - (fp_line (start 2.811 1.04) (end 2.811 2.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d0db3df-0ce0-4b78-ab3f-b14ac7e98ad7)) - (fp_line (start 2.851 -2.812) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1517d5b-d94b-49bf-a326-c3a827ac282b)) - (fp_line (start 2.851 1.04) (end 2.851 2.812) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cfddbe1-b861-4bec-b3c7-fd1587ff1108)) - (fp_line (start 2.891 -2.79) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01f6f36f-3237-46e4-9c23-abada7ca1949)) - (fp_line (start 2.891 1.04) (end 2.891 2.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ce78646-fa90-496d-b02b-99ba17772f8a)) - (fp_line (start 2.931 -2.766) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71b24c7b-577a-47b0-8fdc-3aacadc38032)) - (fp_line (start 2.931 1.04) (end 2.931 2.766) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 778055ee-dca6-4554-b301-1704737cac6d)) - (fp_line (start 2.971 -2.742) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6c33ce8-664a-4bef-a8c7-f24854300898)) - (fp_line (start 2.971 1.04) (end 2.971 2.742) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c014c22-003a-427d-89a7-402d1d9d28c1)) - (fp_line (start 3.011 -2.716) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2394f5c-238c-422a-a3e3-6ee6d5763007)) - (fp_line (start 3.011 1.04) (end 3.011 2.716) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6d400ee-9f0a-472e-95b9-90ea4a0a0817)) - (fp_line (start 3.051 -2.69) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a76ef63-5400-43bd-a35b-8d75b6efcad1)) - (fp_line (start 3.051 1.04) (end 3.051 2.69) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76bc1163-91b2-454b-b734-99a87bd42aac)) - (fp_line (start 3.091 -2.664) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1063633-72ac-4949-8c0b-bb34e8328386)) - (fp_line (start 3.091 1.04) (end 3.091 2.664) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69fe1c04-db1d-47a7-baee-edd29cca966d)) - (fp_line (start 3.131 -2.636) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1051008b-79c9-466c-aca7-2997689af331)) - (fp_line (start 3.131 1.04) (end 3.131 2.636) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29af6a85-c4d4-4276-ba5b-b9586259c3fd)) - (fp_line (start 3.171 -2.607) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f080315-c161-439a-a7e6-ca559fff08b2)) - (fp_line (start 3.171 1.04) (end 3.171 2.607) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbd8061f-2fbb-4d26-821d-9119a47cafd1)) - (fp_line (start 3.211 -2.578) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6c8abaf-bfd7-4725-adc3-8129f4ece3d2)) - (fp_line (start 3.211 1.04) (end 3.211 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85b7b376-e582-4afd-abd3-8d4f9234131b)) - (fp_line (start 3.251 -2.548) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23f49864-3a77-4df4-b50b-72181d467509)) - (fp_line (start 3.251 1.04) (end 3.251 2.548) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53793294-ea58-4dff-b4e4-12fadaa9e3c6)) - (fp_line (start 3.291 -2.516) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c3dfa9d-1151-4306-a46c-7a1c9907e055)) - (fp_line (start 3.291 1.04) (end 3.291 2.516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 337bba46-8f38-4c7d-863c-c0ce4c533ffc)) - (fp_line (start 3.331 -2.484) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d18334c7-158b-4d08-a67b-43095387b4e2)) - (fp_line (start 3.331 1.04) (end 3.331 2.484) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 388ddcd8-74f8-484c-9f57-aa931d3a71c4)) - (fp_line (start 3.371 -2.45) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19721a68-4c72-4994-aa40-fe11758a8325)) - (fp_line (start 3.371 1.04) (end 3.371 2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49081b4b-9cec-43ad-be7d-805084991167)) - (fp_line (start 3.411 -2.416) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13acff0f-ab70-40c9-9d3e-18134f242a93)) - (fp_line (start 3.411 1.04) (end 3.411 2.416) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cf5f4c6-2656-497b-8ab8-d8f1364c6a94)) - (fp_line (start 3.451 -2.38) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a44f6817-a862-4a74-b7f1-1ffbd50d22d7)) - (fp_line (start 3.451 1.04) (end 3.451 2.38) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8aa2574-88b2-4e02-aaef-77ce0169c55c)) - (fp_line (start 3.491 -2.343) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b57cefb-5e6a-4644-bc5c-867134c72923)) - (fp_line (start 3.491 1.04) (end 3.491 2.343) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf676b7f-bf00-4359-a551-7ab4bd7cb017)) - (fp_line (start 3.531 -2.305) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9e2e3d7-91e6-43ec-9d98-65bd6bfb0336)) - (fp_line (start 3.531 1.04) (end 3.531 2.305) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbb3f3ce-a372-4496-b6e7-8f512cf86bf9)) - (fp_line (start 3.571 -2.265) (end 3.571 2.265) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 645981e8-5db2-4a61-8bc6-6ee067cfed05)) - (fp_line (start 3.611 -2.224) (end 3.611 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62f6aaf9-d5e1-4020-a2b8-2b3077c2cb50)) - (fp_line (start 3.651 -2.182) (end 3.651 2.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 747c9acb-97bf-4f8a-a68e-36693a223b16)) - (fp_line (start 3.691 -2.137) (end 3.691 2.137) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e72ec40d-abf4-426f-8eea-b643414289e8)) - (fp_line (start 3.731 -2.092) (end 3.731 2.092) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d965d9ef-65c9-46bd-ad96-af2d7e4449ac)) - (fp_line (start 3.771 -2.044) (end 3.771 2.044) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93acf061-b171-4432-9afa-0f54f8fef10e)) - (fp_line (start 3.811 -1.995) (end 3.811 1.995) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f59d088a-030f-4e6a-8082-2d670f0d3745)) - (fp_line (start 3.851 -1.944) (end 3.851 1.944) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd53d610-f56c-4726-9ed3-fd9861051dc1)) - (fp_line (start 3.891 -1.89) (end 3.891 1.89) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f5114b4-a88b-444e-987a-80771147b8be)) - (fp_line (start 3.931 -1.834) (end 3.931 1.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c51b4ef5-d4a1-43fc-b9fe-06448d0338ac)) - (fp_line (start 3.971 -1.776) (end 3.971 1.776) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07bff3a3-99df-4ff4-bc5e-6188ee0c439a)) - (fp_line (start 4.011 -1.714) (end 4.011 1.714) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5795c0c9-33c4-430e-98a3-87f00bb8dde4)) - (fp_line (start 4.051 -1.65) (end 4.051 1.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b2839ae-25f8-4c85-a1f9-d386db58ee7b)) - (fp_line (start 4.091 -1.581) (end 4.091 1.581) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50be298b-bb65-40c8-94dd-e5fb88056854)) - (fp_line (start 4.131 -1.509) (end 4.131 1.509) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db83e51e-9e2e-4643-964d-5bae0ddfe0ec)) - (fp_line (start 4.171 -1.432) (end 4.171 1.432) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bca0daa8-af39-4656-9bde-0b2ff26740db)) - (fp_line (start 4.211 -1.35) (end 4.211 1.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42aca6fc-5e57-401e-813b-6a9e8ff076b0)) - (fp_line (start 4.251 -1.262) (end 4.251 1.262) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 222da6f0-b347-455a-ad2e-c5b3a35ee33b)) - (fp_line (start 4.291 -1.165) (end 4.291 1.165) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b1a2eef-78f8-4ab7-8431-cb0d37675e6e)) - (fp_line (start 4.331 -1.059) (end 4.331 1.059) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df7c2fdb-bd3e-44cb-95b0-a0653f6736ff)) - (fp_line (start 4.371 -0.94) (end 4.371 0.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2f55410-07bd-43ec-bf67-b342f87f06e6)) - (fp_line (start 4.411 -0.802) (end 4.411 0.802) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f634e5f4-4922-4c6e-bad8-151f0e17391e)) - (fp_line (start 4.451 -0.633) (end 4.451 0.633) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a422f74-f6f4-4ed4-90e1-fcda74911ed1)) - (fp_line (start 4.491 -0.402) (end 4.491 0.402) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 047cb0f2-69cb-4186-8b37-0afb842ef8f8)) - (fp_circle (center 1.25 0) (end 4.52 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 66563f34-8264-4597-b2a2-4a4e897a24ec)) - (fp_circle (center 1.25 0) (end 4.65 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 87b739b3-2c68-4648-86c6-1975a98c403a)) - (fp_line (start -1.443972 -1.3735) (end -0.813972 -1.3735) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 284cd5e8-be51-4335-b2b9-d6677f5c4302)) - (fp_line (start -1.128972 -1.6885) (end -1.128972 -1.0585) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cddcf46-967e-48aa-b174-a2881509f533)) - (fp_circle (center 1.25 0) (end 4.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 4ee1a9db-2350-46e7-a416-1370c7ec24d4)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp f80a5aa4-0e54-4a81-8bad-df0515313f12)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 9a0e327f-35d2-462e-ab03-1f167f35e969)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060f06fed) - (at 99.695 57.785 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Description" "Pin Header IDC (2.54mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005fcd165c") - (attr through_hole) - (fp_text reference "J1" (at 1.27 6.1 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d1fe433d-119e-4f98-a75a-efd287cfc075) - ) - (fp_text value "10 Pos" (at 1.27 -16.26 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1bfbf577-bf23-4049-92bb-9f2f486fcfc2) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5df830d6-55af-44fd-b198-3425280ba0ad) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7bbc5c88-6077-45b5-9363-61141b80e90a)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 234a92e2-aabc-44d0-9326-fff880535402)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a58c8e8e-e41e-4320-85c8-987993010607)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 21a5a193-928d-4d63-90a9-36b06e0c8c03)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0b1e1957-ed4f-4cf6-b4c5-ee1a4f0684ec)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d29901f3-2d79-47ff-8a27-caaf1d5982b4)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 455c6aef-71ad-46fb-9e19-dfb87a0e1f8f)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b7297740-7700-462b-b260-5168522b53f0)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 139a2292-72b7-4922-bae0-a384df7f115d)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 732fd3e7-1905-4adf-b972-67e0bc8d4554)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 59cc4177-de92-4e73-a877-c6506a8af93e)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d2a1d9fa-5aff-40f7-a82c-c00dfbbe1ac3)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7e5c42c4-01f0-43db-aceb-830337e8255f)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6443cc38-a1cf-426d-ba5f-c202b4d87ea7)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 76195657-66b0-4437-9d58-a286e4439ca9)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4fa36f83-e790-47ed-bf43-ff30b274d7f0)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3aa72862-8907-4909-9663-0974e71a7269)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d7b7787f-6ee7-4f3d-baff-db3818acbcf5)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2a8811aa-fd67-4544-b148-78984ea21cf7)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ee0ad4fe-0e29-44a6-bbe3-08246e316ab5)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cfb21f61-84d3-43e9-b0dd-d723e6100157)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 61d60307-aa5b-45b0-95c8-47df59665084)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b2db484f-4bc1-49d0-a779-5f670ce19f86)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7a8d7073-baea-4e36-a047-fc6c24cb2281)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 74ede5ef-0db2-42e5-837f-17a0a31e18b7)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87ddbcf5-e7eb-458f-b60d-84f652eb2077)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 96095dd5-29e6-4145-94d7-3d6e234c3c8f)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6f5a9c2d-4643-46ac-892b-1fe8fef7ed6e)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5eda15d-b232-4a3e-be31-d07f1934e885)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f9948121-4e27-492f-8293-6c55295bb615)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ba2143f-26d2-4025-a2b8-18e414637650)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp caa5f5aa-3668-4172-bc64-c1642947615f)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 28 "VN") (pinfunction "Pin_1") (pintype "passive") (tstamp 30077f27-725a-49e9-bead-881d2e0afc66)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 28 "VN") (pinfunction "Pin_2") (pintype "passive") (tstamp 4e851ee4-24bf-4f7b-8c7f-6a6b14eef8a4)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 27 "VP") (pinfunction "Pin_3") (pintype "passive") (tstamp 83c62e3f-793e-453e-be20-c13d4a928d9c)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 27 "VP") (pinfunction "Pin_4") (pintype "passive") (tstamp 1240a996-73c5-4fc5-be7f-30cada63be75)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp 633f407c-2070-4c63-bdc5-febd9a438a36)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp e171e964-6e71-499e-934d-77166b3c43dd)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp 8817a06d-14fc-4df9-8f59-2f7dfb3e772c)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp 1c2888fd-a575-4659-ba9e-aa12d2c555b8)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 26 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp add951c4-04d8-40c3-ada5-29d9066371bc)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 26 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp cd5b5ce0-4428-4755-9d4f-ee025aee71a9)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 111.4 50.8) (end 111.4 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 191dfda5-859f-45e2-9f0e-3a829db8a839)) - (gr_line (start 111.4 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp a9a0709d-e19f-4c02-8dd7-7df5c11551ee)) - (gr_line (start 50.8 50.8) (end 111.4 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp ced2d854-f9c4-46ad-a77d-f2f796a07fcf)) - - (segment (start 102.108 158.242) (end 110.910512 149.439488) (width 0.381) (layer "F.Cu") (net 1) (tstamp 037610ef-2506-4175-9898-79712bbad112)) - (segment (start 99.568 95.504) (end 99.568 89.194) (width 0.381) (layer "F.Cu") (net 1) (tstamp 057a5e57-71bb-4c25-837c-4e5f097a0ee6)) - (segment (start 92.075 55.245) (end 94.615 55.245) (width 0.381) (layer "F.Cu") (net 1) (tstamp 0bc7c245-8cb7-4eeb-a133-250e4311fada)) - (segment (start 99.909 130.389) (end 99.909 124.119) (width 0.381) (layer "F.Cu") (net 1) (tstamp 10e330a8-0072-4e4d-b8c5-7aa512b3e881)) - (segment (start 87.809499 149.807501) (end 89.027 148.59) (width 0.381) (layer "F.Cu") (net 1) (tstamp 1a7c9435-5ead-4222-a653-53393bf5f1c4)) - (segment (start 102.108 158.242) (end 90.424 158.242) (width 0.381) (layer "F.Cu") (net 1) (tstamp 1d4ba5cb-d3ab-464a-b0d9-6934dc04a0f3)) - (segment (start 90.424 158.242) (end 89.318058 158.242) (width 0.381) (layer "F.Cu") (net 1) (tstamp 2221c59d-9985-484e-88bb-4699393e4a10)) - (segment (start 110.350501 73.520501) (end 94.615 57.785) (width 0.381) (layer "F.Cu") (net 1) (tstamp 2349ebea-e9fa-4200-a935-4a7eddefdce9)) - (segment (start 90.424 158.242) (end 87.63 158.242) (width 0.381) (layer "F.Cu") (net 1) (tstamp 25de8a72-3aec-4a76-8900-489fe75f6689)) - (segment (start 110.910512 145.200512) (end 110.910512 149.439488) (width 0.381) (layer "F.Cu") (net 1) (tstamp 3c534f3f-e46d-41ed-b8ee-f386b8670963)) - (segment (start 110.910512 84.748512) (end 110.910512 94.829488) (width 0.381) (layer "F.Cu") (net 1) (tstamp 44b8f67c-dcb7-46e9-be8d-a7262d93c33c)) - (segment (start 105.664 150.876) (end 103.338 150.876) (width 0.381) (layer "F.Cu") (net 1) (tstamp 482f664f-57c5-463a-8844-2d4b2e2a1878)) - (segment (start 99.909 130.389) (end 99.909 134.921) (width 0.381) (layer "F.Cu") (net 1) (tstamp 511f2904-f65a-4af7-841e-0e9901b8e073)) - (segment (start 110.910512 145.629488) (end 105.664 150.876) (width 0.381) (layer "F.Cu") (net 1) (tstamp 567659f7-ad8f-4f1f-b39b-4701279f6b86)) - (segment (start 92.075 57.785) (end 92.075 55.245) (width 0.381) (layer "F.Cu") (net 1) (tstamp 59138f71-7ceb-4f45-bd10-93241333d1a4)) - (segment (start 99.909 120.229) (end 99.909 111.252) (width 0.381) (layer "F.Cu") (net 1) (tstamp 6a716613-404c-48a8-965c-65175ba85f21)) - (segment (start 87.809499 156.733441) (end 87.809499 149.807501) (width 0.381) (layer "F.Cu") (net 1) (tstamp 7396d9a3-4387-4a2e-ab35-6df52370824c)) - (segment (start 99.909 134.921) (end 101.64 136.652) (width 0.381) (layer "F.Cu") (net 1) (tstamp 79a0b26c-4781-45a4-950c-ce2dd453b624)) - (segment (start 99.909 148.931) (end 99.909 130.389) (width 0.381) (layer "F.Cu") (net 1) (tstamp 7ade1dd8-fac6-41fa-996b-cd19566dc61e)) - (segment (start 110.910512 145.200512) (end 110.910512 145.629488) (width 0.381) (layer "F.Cu") (net 1) (tstamp 7fec099f-0d9f-4b6a-bc0f-19f7ad733f3f)) - (segment (start 89.318058 158.242) (end 87.809499 156.733441) (width 0.381) (layer "F.Cu") (net 1) (tstamp 813413e8-f61c-4b03-8ea7-3a8527c1a46d)) - (segment (start 94.615 55.245) (end 94.615 57.785) (width 0.381) (layer "F.Cu") (net 1) (tstamp 88d00378-b77f-4c12-932a-87d67e173815)) - (segment (start 99.909 119.801) (end 102.616 117.094) (width 0.381) (layer "F.Cu") (net 1) (tstamp ad9387f6-1f00-48d8-8c4e-fdb423183d57)) - (segment (start 101.854 150.876) (end 99.909 148.931) (width 0.381) (layer "F.Cu") (net 1) (tstamp adcda1e4-afb0-4ce7-af5d-cdb7bf02961b)) - (segment (start 110.350501 84.188501) (end 110.350501 73.520501) (width 0.381) (layer "F.Cu") (net 1) (tstamp c399e93f-0d4a-4a4e-b956-1095e31f7b2c)) - (segment (start 99.909 124.119) (end 99.909 120.229) (width 0.381) (layer "F.Cu") (net 1) (tstamp c740121f-c022-440c-a0e7-5afba8588fb3)) - (segment (start 99.568 89.194) (end 99.528 89.154) (width 0.381) (layer "F.Cu") (net 1) (tstamp caa6068e-b953-4152-9ab7-0a6f03694e79)) - (segment (start 110.350501 84.188501) (end 110.910512 84.748512) (width 0.381) (layer "F.Cu") (net 1) (tstamp caaa7e32-5a15-4bb6-a48a-2bdd60e74312)) - (segment (start 87.63 158.242) (end 85.598 156.21) (width 0.381) (layer "F.Cu") (net 1) (tstamp df51a9a3-03a3-401f-9ac3-ca6b2934ccdd)) - (segment (start 99.909 120.229) (end 99.909 119.801) (width 0.381) (layer "F.Cu") (net 1) (tstamp e30cb8e8-6931-47e1-9a33-5ab45e447ee0)) - (segment (start 110.910512 94.829488) (end 110.910512 145.200512) (width 0.381) (layer "F.Cu") (net 1) (tstamp e5068e83-6629-4628-864e-174ea4b2aabb)) - (segment (start 110.910512 94.829488) (end 110.910512 96.734488) (width 0.381) (layer "F.Cu") (net 1) (tstamp e82c0f2f-95e1-42d3-ada2-410d2a8c1c3a)) - (segment (start 103.338 150.876) (end 100.544 153.67) (width 0.381) (layer "F.Cu") (net 1) (tstamp e84c5258-9920-42d1-aa82-29c222593d33)) - (segment (start 100.624 124.119) (end 105.029 128.524) (width 0.381) (layer "F.Cu") (net 1) (tstamp ea4e7255-c0fe-4ffa-80f4-f8e7ee3f3c71)) - (segment (start 110.910512 96.734488) (end 109.22 98.425) (width 0.381) (layer "F.Cu") (net 1) (tstamp f370087c-e163-4bb4-a875-efc5833e3fce)) - (segment (start 94.615 57.785) (end 92.075 57.785) (width 0.381) (layer "F.Cu") (net 1) (tstamp f522841d-ef89-44a4-96f8-764752104849)) - (segment (start 105.664 150.876) (end 101.854 150.876) (width 0.381) (layer "F.Cu") (net 1) (tstamp f8510eca-5c69-48ad-ab2f-2018ba2f034f)) - (segment (start 99.909 124.119) (end 100.624 124.119) (width 0.381) (layer "F.Cu") (net 1) (tstamp fb7dff60-4bf7-43c9-841b-8fe689957bfb)) - (segment (start 94.308501 80.428443) (end 89.535 75.654942) (width 0.381) (layer "B.Cu") (net 1) (tstamp 0019e9b6-62e4-481a-a73a-428fc688cf28)) - (segment (start 69.81 134.58) (end 72.39 137.16) (width 0.381) (layer "B.Cu") (net 1) (tstamp 02b6887c-7975-49a6-93b1-5b2a4ba1b49e)) - (segment (start 68.317971 98.543971) (end 67.749443 99.112499) (width 0.381) (layer "B.Cu") (net 1) (tstamp 03353d02-247c-4bb9-bf59-0b59b1b92005)) - (segment (start 77.224548 60.71351) (end 89.14649 60.71351) (width 0.381) (layer "B.Cu") (net 1) (tstamp 046f7f84-0159-4b9e-bc03-b8c25277a0d9)) - (segment (start 69.81 83.272) (end 69.81 84.288) (width 0.381) (layer "B.Cu") (net 1) (tstamp 059945cf-7e0d-4bdb-be33-ca1646f9075a)) - (segment (start 69.81 119.34) (end 72.39 121.92) (width 0.381) (layer "B.Cu") (net 1) (tstamp 075b3dee-354a-4f3a-b59a-8db665644ed1)) - (segment (start 61.786999 69.152999) (end 68.785059 69.152999) (width 0.381) (layer "B.Cu") (net 1) (tstamp 0bf6bbb2-b66f-4062-bfb9-d31d708ff3d0)) - (segment (start 60.761471 141.787471) (end 69.81 132.738942) (width 0.381) (layer "B.Cu") (net 1) (tstamp 0d7ec00e-409f-400f-b3f8-6c960ff61c5b)) - (segment (start 69.81 81.494) (end 69.81 83.272) (width 0.381) (layer "B.Cu") (net 1) (tstamp 0da3b6e7-7d2d-4654-b067-204ecb56a15f)) - (segment (start 69.81 94.448) (end 69.81 96.226) (width 0.381) (layer "B.Cu") (net 1) (tstamp 0ebb0b0d-ad12-4c2d-9ff8-708f26076452)) - (segment (start 74.430029 63.000029) (end 72.39 60.96) (width 0.381) (layer "B.Cu") (net 1) (tstamp 12064599-2efc-4e19-b709-7bd06372d3a2)) - (segment (start 104.648 85.344) (end 103.259029 86.732971) (width 0.381) (layer "B.Cu") (net 1) (tstamp 13f95918-f450-48c4-a886-8dba26f305c5)) - (segment (start 63.754 115.57) (end 61.087 118.237) (width 0.381) (layer "B.Cu") (net 1) (tstamp 18575504-41e4-4e19-b180-de5825c9702d)) - (segment (start 89.14649 60.71351) (end 92.075 57.785) (width 0.381) (layer "B.Cu") (net 1) (tstamp 1a2130d1-35c2-4ed4-9a62-2848390e500d)) - (segment (start 77.224548 60.71351) (end 74.938029 63.000029) (width 0.381) (layer "B.Cu") (net 1) (tstamp 1aa32842-e85f-4e25-a5fb-a1f629c40de7)) - (segment (start 68.785059 69.152999) (end 68.007001 69.152999) (width 0.381) (layer "B.Cu") (net 1) (tstamp 1c204e55-ef4f-47d6-8efe-83f58793ce82)) - (segment (start 89.535 75.654942) (end 89.535 60.325) (width 0.381) (layer "B.Cu") (net 1) (tstamp 1e361d5f-58bd-4977-9708-1cd7723ecf96)) - (segment (start 87.884 70.612) (end 86.920499 69.648499) (width 0.381) (layer "B.Cu") (net 1) (tstamp 1fd165b5-0c8d-450b-abc8-9b77307a58fb)) - (segment (start 67.31 84.311942) (end 67.936971 83.684971) (width 0.381) (layer "B.Cu") (net 1) (tstamp 22f62ace-d264-4094-9441-d371e1d5f3a4)) - (segment (start 69.81 132.04) (end 69.81 134.072) (width 0.381) (layer "B.Cu") (net 1) (tstamp 2409d08a-935e-46c6-840c-52d166a8a7f5)) - (segment (start 86.920499 69.648499) (end 86.920499 62.939501) (width 0.381) (layer "B.Cu") (net 1) (tstamp 24f4c1a7-4c8c-4f54-b584-289cc66e34c2)) - (segment (start 61.087 68.453) (end 61.786999 69.152999) (width 0.381) (layer "B.Cu") (net 1) (tstamp 2b9eaab9-6be8-498b-aa56-c2de39334ad8)) - (segment (start 94.308501 83.237499) (end 94.308501 83.327441) (width 0.381) (layer "B.Cu") (net 1) (tstamp 2c032aa4-825e-4fa5-8c61-d8e99069be2c)) - (segment (start 78.157989 138.387921) (end 78.157989 145.721989) (width 0.381) (layer "B.Cu") (net 1) (tstamp 315b73ce-c862-49c6-b950-ebcbd22bea5d)) - (segment (start 72.144029 65.794029) (end 74.938029 63.000029) (width 0.381) (layer "B.Cu") (net 1) (tstamp 351a45d5-3bdc-4a0f-ac76-a46f0835d20c)) - (segment (start 69.81 132.04) (end 69.81 132.738942) (width 0.381) (layer "B.Cu") (net 1) (tstamp 353527be-fa67-410f-a548-0eb4b907dbdd)) - (segment (start 70.874029 67.064029) (end 72.144029 65.794029) (width 0.381) (layer "B.Cu") (net 1) (tstamp 383b5fd2-71de-4d8e-b2af-9661843e9ee1)) - (segment (start 75.295034 135.524966) (end 76.930069 137.16) (width 0.381) (layer "B.Cu") (net 1) (tstamp 3ab55816-23b3-46fa-99dc-6ffdc2bffeb3)) - (segment (start 69.81 79.796) (end 69.81 81.494) (width 0.381) (layer "B.Cu") (net 1) (tstamp 3b452a52-ef8d-46d6-bfda-3fa01761dba8)) - (segment (start 69.81 69.556) (end 72.644 72.39) (width 0.381) (layer "B.Cu") (net 1) (tstamp 3be4a2ed-a135-44e9-9428-5d0d84732b32)) - (segment (start 92.075 57.785) (end 92.075 63.119) (width 0.381) (layer "B.Cu") (net 1) (tstamp 3cd003dc-be96-4528-8edd-6a3b505b949f)) - (segment (start 68.54 54.61) (end 69.145501 54.004499) (width 0.381) (layer "B.Cu") (net 1) (tstamp 3f9b4be1-bcf7-47f2-a43f-504144e73b1c)) - (segment (start 98.337499 87.963499) (end 97.885557 87.963499) (width 0.381) (layer "B.Cu") (net 1) (tstamp 4003611b-4f43-41b9-8e71-05482dc5713f)) - (segment (start 69.81 125.77) (end 69.81 132.04) (width 0.381) (layer "B.Cu") (net 1) (tstamp 40a04ca7-d894-48f2-9756-d143b379f51f)) - (segment (start 69.81 69.382) (end 69.81 68.128058) (width 0.381) (layer "B.Cu") (net 1) (tstamp 466fe7bd-5057-4c85-b23c-fd1bbe744668)) - (segment (start 72.644 72.39) (end 74.93 72.39) (width 0.381) (layer "B.Cu") (net 1) (tstamp 46884027-7a7a-430e-bf45-7d701eaa103c)) - (segment (start 89.662499 98.297501) (end 88.382999 97.018001) (width 0.25) (layer "B.Cu") (net 1) (tstamp 479bb1b6-8760-4a16-bd3f-d0a3f454d61c)) - (segment (start 60.761471 141.787471) (end 59.165942 143.383) (width 0.381) (layer "B.Cu") (net 1) (tstamp 4806112a-810e-4b78-b79b-ecdc677f45b8)) - (segment (start 69.81 73.62) (end 72.39 76.2) (width 0.381) (layer "B.Cu") (net 1) (tstamp 4b460df5-6025-4731-ad7e-ad7fe3a81bb1)) - (segment (start 96.283999 124.858999) (end 96.283999 119.613001) (width 0.25) (layer "B.Cu") (net 1) (tstamp 4b55cb5e-9be7-47d0-8edd-6f075a0988a4)) - (segment (start 68.785059 69.152999) (end 72.144029 65.794029) (width 0.381) (layer "B.Cu") (net 1) (tstamp 4b9a6005-03fa-4973-a1c2-7288bf7a5082)) - (segment (start 97.409 125.984) (end 96.283999 124.858999) (width 0.25) (layer "B.Cu") (net 1) (tstamp 4e39c224-38c4-4044-ae5d-0c913ba59cbc)) - (segment (start 94.308501 83.237499) (end 94.308501 81.459499) (width 0.381) (layer "B.Cu") (net 1) (tstamp 5145590a-4136-4628-882f-0427839acb6a)) - (segment (start 68.317971 98.543971) (end 68.317971 99.322029) (width 0.381) (layer "B.Cu") (net 1) (tstamp 5199ca97-9381-4594-942b-ac8ec7b4a282)) - (segment (start 69.81 73.62) (end 69.81 79.796) (width 0.381) (layer "B.Cu") (net 1) (tstamp 55047bf6-f0ea-4cb0-b44d-5497193e3b0e)) - (segment (start 69.81 125.77) (end 69.81 130.039931) (width 0.381) (layer "B.Cu") (net 1) (tstamp 57c7c3ea-7fa3-45bd-9ff3-6e706441ea52)) - (segment (start 69.81 84.622) (end 69.81 91.44) (width 0.381) (layer "B.Cu") (net 1) (tstamp 58ce9a92-a327-4a8f-bffd-4c61d405c0d2)) - (segment (start 69.81 79.796) (end 69.81 81.811942) (width 0.381) (layer "B.Cu") (net 1) (tstamp 5b153fff-8797-41fc-ab75-1589de3db3ef)) - (segment (start 67.31 115.57) (end 63.754 115.57) (width 0.381) (layer "B.Cu") (net 1) (tstamp 5b209652-4adb-4afc-823b-5dcabc7afccf)) - (segment (start 69.81 76.2) (end 69.81 73.62) (width 0.381) (layer "B.Cu") (net 1) (tstamp 6189b515-c39c-4614-9900-57e9dbc961a3)) - (segment (start 68.317971 99.322029) (end 67.31 100.33) (width 0.381) (layer "B.Cu") (net 1) (tstamp 61d0e20d-7efb-4903-b79f-cf23a5b10933)) - (segment (start 95.653002 82.804) (end 94.308501 81.459499) (width 0.381) (layer "B.Cu") (net 1) (tstamp 6235f477-4a39-4dcc-9a52-3b0cf8d9e36b)) - (segment (start 69.81 97.75) (end 74.93 102.87) (width 0.381) (layer "B.Cu") (net 1) (tstamp 62777a3a-eeae-4351-a54f-cd680677c473)) - (segment (start 69.81 84.288) (end 73.152 87.63) (width 0.381) (layer "B.Cu") (net 1) (tstamp 62b25139-8d59-4ab3-8195-a53ea9ac48c7)) - (segment (start 69.81 115.864) (end 69.81 119.34) (width 0.381) (layer "B.Cu") (net 1) (tstamp 62c5e6df-1c35-4b1d-933e-fbc8869c2451)) - (segment (start 69.81 137.16) (end 69.81 152.4) (width 0.381) (layer "B.Cu") (net 1) (tstamp 647939dd-c253-4650-aded-e7b9481df40b)) - (segment (start 69.81 96.226) (end 69.81 97.75) (width 0.381) (layer "B.Cu") (net 1) (tstamp 655e8a29-1c6e-4171-89cf-0d644539e0d0)) - (segment (start 69.81 100.116) (end 69.81 109.006) (width 0.381) (layer "B.Cu") (net 1) (tstamp 67794ee7-bd83-4dd7-9bab-9d056f1e25a6)) - (segment (start 86.106 104.902) (end 87.884 103.124) (width 0.381) (layer "B.Cu") (net 1) (tstamp 6dc81021-6216-47a2-8fd2-fce069e29b06)) - (segment (start 69.81 113.07) (end 67.31 115.57) (width 0.381) (layer "B.Cu") (net 1) (tstamp 6f575c44-3a81-408f-85fd-e6f77e24f709)) - (segment (start 56.214 146.334942) (end 56.214 147.955) (width 0.381) (layer "B.Cu") (net 1) (tstamp 71abf87f-cc35-4210-b9c8-81edea96be0b)) - (segment (start 74.938029 63.000029) (end 74.430029 63.000029) (width 0.381) (layer "B.Cu") (net 1) (tstamp 71ce5774-94a4-48b5-a90a-6d11b4f6ae71)) - (segment (start 103.259029 86.732971) (end 96.655029 86.732971) (width 0.381) (layer "B.Cu") (net 1) (tstamp 73eabc12-56fe-4ec9-a792-960bedb2ea2a)) - (segment (start 72.708999 111.904999) (end 69.81 109.006) (width 0.25) (layer "B.Cu") (net 1) (tstamp 742d8a2c-5d14-49a5-8c92-6ea77cce5475)) - (segment (start 96.655029 86.732971) (end 94.308501 84.386443) (width 0.381) (layer "B.Cu") (net 1) (tstamp 781c97fc-be54-4c90-ab4a-b42652a61742)) - (segment (start 69.81 134.072) (end 69.81 137.16) (width 0.381) (layer "B.Cu") (net 1) (tstamp 7dda64db-406a-475d-bc19-8500cf860abe)) - (segment (start 67.31 85.09) (end 67.31 84.311942) (width 0.381) (layer "B.Cu") (net 1) (tstamp 7e85b4d8-28dd-4ace-86ef-2cdab8e33dee)) - (segment (start 69.145501 54.004499) (end 90.834499 54.004499) (width 0.381) (layer "B.Cu") (net 1) (tstamp 7f7c3685-195e-4f3a-a9dd-ae6a464aa8d4)) - (segment (start 92.075 63.119) (end 102.108 73.152) (width 0.381) (layer "B.Cu") (net 1) (tstamp 827f9022-d305-447a-a856-eeef520a8ada)) - (segment (start 69.81 88.86) (end 72.39 91.44) (width 0.381) (layer "B.Cu") (net 1) (tstamp 857c8321-af78-4d77-9a6f-d345767e1a75)) - (segment (start 69.333971 82.287971) (end 67.936971 83.684971) (width 0.381) (layer "B.Cu") (net 1) (tstamp 859c9715-508d-43e6-b380-d5af2edacd13)) - (segment (start 91.402942 86.233) (end 90.297 86.233) (width 0.381) (layer "B.Cu") (net 1) (tstamp 85c7abe4-8662-4688-b091-e87738d4a59f)) - (segment (start 90.678 51.308) (end 94.615 55.245) (width 0.381) (layer "B.Cu") (net 1) (tstamp 894745ab-d853-486c-9ed7-2e5019d03234)) - (segment (start 75.295034 135.524966) (end 78.157989 138.387921) (width 0.381) (layer "B.Cu") (net 1) (tstamp 8b52e9f0-6d46-46e6-a892-bfeeb16f01ea)) - (segment (start 88.382999 88.147001) (end 90.297 86.233) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8d683df9-14a0-4ed0-a198-387be5db3fc7)) - (segment (start 69.81 104.1) (end 72.39 106.68) (width 0.381) (layer "B.Cu") (net 1) (tstamp 8dae6595-3a9f-49c3-aefc-fd139c5b4c87)) - (segment (start 80.916999 111.904999) (end 72.708999 111.904999) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8dc671a8-3ca5-4a5c-a5e8-ee681013b8de)) - (segment (start 61.087 83.82) (end 67.801942 83.82) (width 0.381) (layer "B.Cu") (net 1) (tstamp 8f8fc05c-b785-482f-9379-bf14db569a7c)) - (segment (start 58.42 54.61) (end 61.722 51.308) (width 0.381) (layer "B.Cu") (net 1) (tstamp 936e58c6-67d1-4586-aee2-b81c939a8b17)) - (segment (start 76.962 104.902) (end 86.106 104.902) (width 0.381) (layer "B.Cu") (net 1) (tstamp 96c828b3-2e53-4da1-8b16-3f5c526800ac)) - (segment (start 94.308501 81.459499) (end 94.308501 80.428443) (width 0.381) (layer "B.Cu") (net 1) (tstamp 9769c1f4-f8b4-472a-9c74-e044727882a4)) - (segment (start 68.007001 69.152999) (end 67.31 69.85) (width 0.381) (layer "B.Cu") (net 1) (tstamp 98f0739e-50fa-42f3-b57c-31126b054e56)) - (segment (start 99.528 89.154) (end 98.337499 87.963499) (width 0.381) (layer "B.Cu") (net 1) (tstamp 9efecd4a-6bd7-4d29-a05d-22510e5acf1a)) - (segment (start 81.788 137.16) (end 84.328 134.62) (width 0.381) (layer "B.Cu") (net 1) (tstamp 9f32c03c-5ae6-4101-8e07-770072f65cc0)) - (segment (start 68.785059 69.152999) (end 70.874029 67.064029) (width 0.381) (layer "B.Cu") (net 1) (tstamp 9f633927-6ed9-414b-b0f5-1813f85a545e)) - (segment (start 69.81 84.622) (end 69.81 88.86) (width 0.381) (layer "B.Cu") (net 1) (tstamp a0617738-c8ea-4ad2-a6ef-9def0415df59)) - (segment (start 69.81 97.051942) (end 68.317971 98.543971) (width 0.381) (layer "B.Cu") (net 1) (tstamp a1a08228-850d-47bf-98aa-3a0b2ab43df5)) - (segment (start 96.283999 119.613001) (end 89.662499 112.991501) (width 0.25) (layer "B.Cu") (net 1) (tstamp a720301e-c2af-47d2-bf1b-75df31d78423)) - (segment (start 69.81 91.44) (end 69.81 94.448) (width 0.381) (layer "B.Cu") (net 1) (tstamp b0efe7d3-9212-47be-9c51-097842175d1a)) - (segment (start 69.81 83.272) (end 69.81 84.622) (width 0.381) (layer "B.Cu") (net 1) (tstamp b270eefb-df07-4115-9109-4eeeaba80960)) - (segment (start 69.81 94.448) (end 69.81 100.116) (width 0.381) (layer "B.Cu") (net 1) (tstamp b479c58b-ac9b-4460-9902-e3b80b27da1e)) - (segment (start 78.157989 145.721989) (end 79.248 146.812) (width 0.381) (layer "B.Cu") (net 1) (tstamp b4faa511-cc6f-4f3c-a0d4-6ff8d3110b0e)) - (segment (start 69.81 112.054) (end 69.81 113.07) (width 0.381) (layer "B.Cu") (net 1) (tstamp b556f9f2-e0a1-45c7-9f2d-2f5a495da182)) - (segment (start 97.885557 87.963499) (end 96.655029 86.732971) (width 0.381) (layer "B.Cu") (net 1) (tstamp b63941ad-b337-4a03-b81f-0d3e58e84413)) - (segment (start 69.81 115.864) (end 69.81 125.77) (width 0.381) (layer "B.Cu") (net 1) (tstamp bec2b460-4283-4d64-b01c-ecafdf617cb3)) - (segment (start 69.81 109.006) (end 69.81 112.054) (width 0.381) (layer "B.Cu") (net 1) (tstamp c183d7d8-d8e4-46a9-9a81-7b32d4aa206c)) - (segment (start 69.81 68.128058) (end 70.874029 67.064029) (width 0.381) (layer "B.Cu") (net 1) (tstamp c4287ce2-51eb-46e4-8ed6-4bd0f78307fe)) - (segment (start 97.028 82.804) (end 95.653002 82.804) (width 0.381) (layer "B.Cu") (net 1) (tstamp c56240bd-375c-4bb6-b877-1fed2bbc6652)) - (segment (start 69.81 96.226) (end 69.81 97.051942) (width 0.381) (layer "B.Cu") (net 1) (tstamp c7df94bc-85d3-4cf4-8b1e-2fb3431882eb)) - (segment (start 89.535 60.325) (end 92.075 57.785) (width 0.381) (layer "B.Cu") (net 1) (tstamp cb7c1bf8-fe0d-4a82-8ea3-0ec82678faa0)) - (segment (start 74.93 102.87) (end 76.962 104.902) (width 0.381) (layer "B.Cu") (net 1) (tstamp cbae763b-f6d3-40c5-92cc-56f1d047b39d)) - (segment (start 86.36 117.348) (end 80.916999 111.904999) (width 0.25) (layer "B.Cu") (net 1) (tstamp ccbac5b4-20d1-42ea-9895-b2f5aac9550d)) - (segment (start 69.81 69.382) (end 69.81 69.556) (width 0.381) (layer "B.Cu") (net 1) (tstamp d0da4175-2829-441a-b288-c6da5a542a9f)) - (segment (start 69.81 134.072) (end 69.81 134.58) (width 0.381) (layer "B.Cu") (net 1) (tstamp d409fe59-bf6d-4b6b-a426-4a15c729ae59)) - (segment (start 94.308501 84.386443) (end 94.308501 83.237499) (width 0.381) (layer "B.Cu") (net 1) (tstamp d67766a2-1afe-489f-a7c9-bdc5e2820e7b)) - (segment (start 86.920499 62.939501) (end 89.535 60.325) (width 0.381) (layer "B.Cu") (net 1) (tstamp d7091425-9383-4e95-a860-0ff67491a539)) - (segment (start 88.382999 97.018001) (end 88.382999 88.147001) (width 0.25) (layer "B.Cu") (net 1) (tstamp dc63f320-2ee5-4ca5-b94f-6f8c727b41a0)) - (segment (start 67.936971 83.684971) (end 67.801942 83.82) (width 0.381) (layer "B.Cu") (net 1) (tstamp df949f49-2362-4be6-91e9-64edf5a69bad)) - (segment (start 89.662499 112.991501) (end 89.662499 98.297501) (width 0.25) (layer "B.Cu") (net 1) (tstamp e03c1d41-d801-4117-bb46-fd7d319cceaf)) - (segment (start 73.152 87.63) (end 74.93 87.63) (width 0.381) (layer "B.Cu") (net 1) (tstamp e819c356-48d2-4eb7-8146-82cc650fc0ed)) - (segment (start 94.308501 83.327441) (end 91.402942 86.233) (width 0.381) (layer "B.Cu") (net 1) (tstamp e8d66d32-af99-47a5-806c-ded48b5ddcfd)) - (segment (start 60.761471 141.787471) (end 56.214 146.334942) (width 0.381) (layer "B.Cu") (net 1) (tstamp ed0e4ef4-1c96-4d22-8d3d-8ac450621398)) - (segment (start 76.930069 137.16) (end 81.788 137.16) (width 0.381) (layer "B.Cu") (net 1) (tstamp ef7fbd64-7227-4d3b-b5eb-6833c5e854e3)) - (segment (start 69.81 112.054) (end 69.81 115.864) (width 0.381) (layer "B.Cu") (net 1) (tstamp f217f4b9-5ce5-4686-9f08-910aadaf0246)) - (segment (start 90.834499 54.004499) (end 92.075 55.245) (width 0.381) (layer "B.Cu") (net 1) (tstamp f65fda7a-1f62-4029-8bc1-e748470fb599)) - (segment (start 90.297 86.233) (end 87.884 86.233) (width 0.381) (layer "B.Cu") (net 1) (tstamp f6da7850-c098-4083-a9e4-c00578f37151)) - (segment (start 69.81 81.811942) (end 69.333971 82.287971) (width 0.381) (layer "B.Cu") (net 1) (tstamp f739ab93-ef3c-4797-b213-6aef802bf373)) - (segment (start 67.801942 83.82) (end 69.333971 82.287971) (width 0.381) (layer "B.Cu") (net 1) (tstamp f79bf3bc-2e96-4525-966e-40bb877ebb91)) - (segment (start 67.749443 99.112499) (end 57.605501 99.112499) (width 0.381) (layer "B.Cu") (net 1) (tstamp f7fdfb58-c3ab-4c45-b636-789505279479)) - (segment (start 57.605501 99.112499) (end 56.515 100.203) (width 0.381) (layer "B.Cu") (net 1) (tstamp f88a5069-63d9-435b-8081-861deb08c329)) - (segment (start 69.81 100.116) (end 69.81 104.1) (width 0.381) (layer "B.Cu") (net 1) (tstamp f969e979-ad38-48a3-802f-c549e8520d34)) - (segment (start 61.722 51.308) (end 90.678 51.308) (width 0.381) (layer "B.Cu") (net 1) (tstamp fb4d8361-21aa-4272-9f2e-73db3a16f442)) - (segment (start 59.165942 143.383) (end 56.007 143.383) (width 0.381) (layer "B.Cu") (net 1) (tstamp fc3ffcac-9d87-4401-af99-7923299ea280)) - (segment (start 69.81 130.039931) (end 75.295034 135.524966) (width 0.381) (layer "B.Cu") (net 1) (tstamp febdd8d8-5d78-4254-9c77-500d21533b7e)) - (segment (start 69.81 73.62) (end 69.81 69.382) (width 0.381) (layer "B.Cu") (net 1) (tstamp fff98258-d3d8-4f61-ba1c-1a7cf4fe4cb8)) - (segment (start 73.739499 103.711499) (end 73.739499 105.529499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 0736e5e0-2299-472a-8dc4-d9fe8c7874da)) - (segment (start 100.838 92.456) (end 100.838 109.786956) (width 0.381) (layer "F.Cu") (net 2) (tstamp 08fda12e-b1a8-4a77-8a3e-a34a5eafe451)) - (segment (start 102.068 95.504) (end 102.068 96.861) (width 0.381) (layer "F.Cu") (net 2) (tstamp 0f1bb693-f7df-4866-ac4d-0cea45ca9a50)) - (segment (start 73.739499 103.711499) (end 73.739499 118.189499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 154e7835-0ce2-4079-9f4e-8d9cc1983620)) - (segment (start 74.89 137.16) (end 73.8047 136.0747) (width 0.25) (layer "F.Cu") (net 2) (tstamp 16118b86-8e60-4d14-9a46-23fff50dff1a)) - (segment (start 74.89 106.68) (end 74.9 106.68) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1927b232-87b2-4c76-ba11-b7081a6cd195)) - (segment (start 105.116 117.094) (end 105.116 120.817) (width 0.381) (layer "F.Cu") (net 2) (tstamp 1d3e93b2-3b9c-48d2-b368-c4459ee57a69)) - (segment (start 68.992443 55.800501) (end 73.524971 60.333029) (width 0.381) (layer "F.Cu") (net 2) (tstamp 1eb5974c-dbd5-49ca-93d7-54c2b8b3dfc4)) - (segment (start 73.739499 118.189499) (end 73.739499 136.009499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 2692b6f5-f023-4aed-b1e6-65d855039b78)) - (segment (start 100.838 94.274) (end 102.068 95.504) (width 0.381) (layer "F.Cu") (net 2) (tstamp 2870f465-d9a7-4640-b260-0ab8126bd577)) - (segment (start 74.89 64.73) (end 74.93 64.77) (width 0.381) (layer "F.Cu") (net 2) (tstamp 2f26aeb1-ce31-44a7-85f5-5b6586855e40)) - (segment (start 74.9 106.68) (end 74.9 109.3347) (width 0.25) (layer "F.Cu") (net 2) (tstamp 31e3d69d-d124-4eb2-aa26-f403042a0d99)) - (segment (start 106.219501 134.572499) (end 104.14 136.652) (width 0.381) (layer "F.Cu") (net 2) (tstamp 39fad93f-6088-4ed7-b8dc-29a243dcfd94)) - (segment (start 104.999522 113.948478) (end 106.219501 115.168457) (width 0.381) (layer "F.Cu") (net 2) (tstamp 3e2ea4b5-eca8-42e5-ba72-a323ac5729f2)) - (segment (start 74.89 140.803) (end 75.057 140.97) (width 0.381) (layer "F.Cu") (net 2) (tstamp 3e53266d-e970-4905-ba70-a8759214586c)) - (segment (start 73.739499 75.049499) (end 74.89 76.2) (width 0.381) (layer "F.Cu") (net 2) (tstamp 4a487771-bcd7-4c12-a0a1-c6dc09e98698)) - (segment (start 104.608 73.152) (end 104.608 77.684) (width 0.381) (layer "F.Cu") (net 2) (tstamp 4b7f68ed-72de-4645-9f55-ab22dd061697)) - (segment (start 74.89 60.96) (end 74.89 64.73) (width 0.381) (layer "F.Cu") (net 2) (tstamp 561bb6a3-a05f-4926-b7c0-f77896bf4b97)) - (segment (start 105.116 120.817) (end 105.029 120.904) (width 0.381) (layer "F.Cu") (net 2) (tstamp 56385039-9942-4dff-ac7b-b6020d693216)) - (segment (start 74.89 121.92) (end 74.89 125.817) (width 0.381) (layer "F.Cu") (net 2) (tstamp 58c0a3ea-4b9d-46f4-87b8-d143f2b4cfda)) - (segment (start 104.999522 113.948478) (end 104.999522 116.977522) (width 0.381) (layer "F.Cu") (net 2) (tstamp 5d9a3393-1157-4ff3-8a96-d0cd36bd0f4b)) - (segment (start 73.524971 60.333029) (end 73.739499 60.547557) (width 0.381) (layer "F.Cu") (net 2) (tstamp 60e4f32a-a8c5-4914-82a8-17b4340bf5d3)) - (segment (start 74.89 95.21) (end 74.93 95.25) (width 0.381) (layer "F.Cu") (net 2) (tstamp 63ed83e8-c22c-4043-8bfb-a15fe715b6ab)) - (segment (start 73.739499 136.009499) (end 74.89 137.16) (width 0.381) (layer "F.Cu") (net 2) (tstamp 64b07616-0475-489d-b91b-f47129ea0fba)) - (segment (start 73.739499 72.977499) (end 73.739499 75.049499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 68744642-ed0c-4d55-bbc1-f5cbc29abf4e)) - (segment (start 104.608 77.684) (end 104.648 77.724) (width 0.381) (layer "F.Cu") (net 2) (tstamp 69a165e7-06db-4440-997d-c80bbc064049)) - (segment (start 101.814 70.358) (end 104.608 73.152) (width 0.381) (layer "F.Cu") (net 2) (tstamp 6eba9916-7e6b-4a56-9727-de91d16ab6f5)) - (segment (start 67.230501 55.800501) (end 68.992443 55.800501) (width 0.381) (layer "F.Cu") (net 2) (tstamp 6f572aac-4625-457e-a1e4-333f881930b4)) - (segment (start 74.89 125.817) (end 74.93 125.857) (width 0.381) (layer "F.Cu") (net 2) (tstamp 7d2f3893-a336-4b98-8ee6-815cc9289e03)) - (segment (start 66.04 54.61) (end 67.230501 55.800501) (width 0.381) (layer "F.Cu") (net 2) (tstamp 7d9cceba-b06d-4a37-98aa-2d36682d9cfa)) - (segment (start 85.76199 57.05999) (end 85.573056 57.05999) (width 0.381) (layer "F.Cu") (net 2) (tstamp 7f2c960f-48cf-4a13-b51c-1597b7fa3ade)) - (segment (start 73.739499 85.264501) (end 73.739499 103.711499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 8477ceef-8851-4183-b836-c2a923926599)) - (segment (start 74.89 91.44) (end 74.89 95.21) (width 0.381) (layer "F.Cu") (net 2) (tstamp 89d5aba7-833c-46ee-b5cc-fd3fb9296978)) - (segment (start 106.219501 115.168457) (end 106.219501 134.572499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 8af3d808-7bc7-43b1-9c36-1c78d64fe5a4)) - (segment (start 73.739499 60.547557) (end 73.739499 72.977499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 8e909e07-754f-44ea-a290-8e2960b35484)) - (segment (start 74.89 76.2) (end 74.89 79.97) (width 0.381) (layer "F.Cu") (net 2) (tstamp 9155d10d-2d48-43a2-8a3d-37a0943f401a)) - (segment (start 73.739499 85.264501) (end 73.739499 90.289499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 94e64aa6-a76e-42a7-b2ae-d6359665b623)) - (segment (start 74.263029 60.333029) (end 74.89 60.96) (width 0.381) (layer "F.Cu") (net 2) (tstamp 9bf2a2f4-e0e6-446d-8e1f-da1476f94be9)) - (segment (start 102.068 96.861) (end 105.029 99.822) (width 0.381) (layer "F.Cu") (net 2) (tstamp a1822242-7e7d-4447-ae97-58bcb8a4f1e3)) - (segment (start 99.06 70.358) (end 85.76199 57.05999) (width 0.381) (layer "F.Cu") (net 2) (tstamp a1ddd07f-7978-4303-bd5e-fd9140236ebd)) - (segment (start 99.06 70.358) (end 100.838 72.136) (width 0.381) (layer "F.Cu") (net 2) (tstamp a277d1e5-8eef-4a64-b9f8-152af7dad4c2)) - (segment (start 104.14 136.652) (end 104.14 140.716) (width 0.381) (layer "F.Cu") (net 2) (tstamp aa9358e8-68ed-4860-8ba6-35559cdc5f4b)) - (segment (start 74.89 137.16) (end 74.89 140.803) (width 0.381) (layer "F.Cu") (net 2) (tstamp baf62bac-9eb1-4845-bcf1-c5737e2b79b0)) - (segment (start 100.838 72.136) (end 100.838 92.456) (width 0.381) (layer "F.Cu") (net 2) (tstamp cf1509e5-7267-4736-98f4-457510552a0a)) - (segment (start 73.739499 105.529499) (end 74.89 106.68) (width 0.381) (layer "F.Cu") (net 2) (tstamp d22e1382-4945-47cb-bbec-16ac9c870956)) - (segment (start 99.06 70.358) (end 101.814 70.358) (width 0.381) (layer "F.Cu") (net 2) (tstamp d2a4a685-5b39-45fe-9824-43f8d60dbb08)) - (segment (start 73.524971 60.333029) (end 74.263029 60.333029) (width 0.381) (layer "F.Cu") (net 2) (tstamp d35b9d68-7836-4682-8de8-07ef64b63257)) - (segment (start 73.739499 90.289499) (end 74.89 91.44) (width 0.381) (layer "F.Cu") (net 2) (tstamp d3d2f9ea-e46e-4f34-9c31-024fa10859c0)) - (segment (start 74.89 106.68) (end 74.89 110.45) (width 0.381) (layer "F.Cu") (net 2) (tstamp d41671cf-eb2e-40d2-a90c-e7b3a31433b5)) - (segment (start 100.838 109.786956) (end 104.999522 113.948478) (width 0.381) (layer "F.Cu") (net 2) (tstamp d523e788-be80-45db-b061-012eac3b4442)) - (segment (start 73.739499 120.769499) (end 74.89 121.92) (width 0.381) (layer "F.Cu") (net 2) (tstamp e0bdfc56-d19f-4cbc-82c4-c3ebdb124847)) - (segment (start 74.9 109.3347) (end 74.93 109.3647) (width 0.25) (layer "F.Cu") (net 2) (tstamp e0e5144f-7c24-44ba-8f0b-d29a659ea620)) - (segment (start 74.89 110.45) (end 74.93 110.49) (width 0.381) (layer "F.Cu") (net 2) (tstamp e2ac8902-96a0-486a-8c2e-025cc515f22a)) - (segment (start 74.89 79.97) (end 74.93 80.01) (width 0.381) (layer "F.Cu") (net 2) (tstamp f07ebebc-3038-4e39-9727-9c7b9b2cdf5c)) - (segment (start 73.739499 72.977499) (end 73.739499 85.264501) (width 0.381) (layer "F.Cu") (net 2) (tstamp f0c51871-90c6-4c17-b0ab-b1cc32f424cd)) - (segment (start 73.739499 118.189499) (end 73.739499 120.769499) (width 0.381) (layer "F.Cu") (net 2) (tstamp f2fb32cc-19ff-4f96-9699-922bdcb6df5f)) - (segment (start 74.93 110.49) (end 74.93 109.3647) (width 0.25) (layer "F.Cu") (net 2) (tstamp f463ca45-243f-4008-b691-ef338cd7061f)) - (segment (start 104.999522 116.977522) (end 105.116 117.094) (width 0.381) (layer "F.Cu") (net 2) (tstamp f72bf34a-634d-42c1-bc33-a83a0b08d7b3)) - (segment (start 100.838 92.456) (end 100.838 94.274) (width 0.381) (layer "F.Cu") (net 2) (tstamp faa836ae-3c90-4747-88f8-4d994b948d8b)) - (via (at 85.573056 57.05999) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 377b73a7-f5cb-4e74-86c8-e5d189e847a9)) - (segment (start 67.1653 54.61) (end 67.1653 54.8913) (width 0.25) (layer "B.Cu") (net 2) (tstamp 04c41233-12fb-4aef-8c1a-dcb237893292)) - (segment (start 66.04 54.61) (end 67.1653 54.61) (width 0.25) (layer "B.Cu") (net 2) (tstamp 1026e333-7177-4230-8e61-76e9148747d7)) - (segment (start 69.043 56.769) (end 74.168 56.769) (width 0.25) (layer "B.Cu") (net 2) (tstamp 1b2136c1-447f-45da-b6fa-1fca3d171e76)) - (segment (start 66.04 54.61) (end 69.289501 57.859501) (width 0.381) (layer "B.Cu") (net 2) (tstamp 3f41e0db-b8a2-41f0-a9bb-dfa180248460)) - (segment (start 67.1653 54.8913) (end 69.043 56.769) (width 0.25) (layer "B.Cu") (net 2) (tstamp 45de15dc-56e9-4965-bdce-8525b7669c0e)) - (segment (start 79.771441 57.859501) (end 80.570952 57.05999) (width 0.381) (layer "B.Cu") (net 2) (tstamp 5cb6bb79-9d87-4369-8ceb-cbfb07032abb)) - (segment (start 69.289501 57.859501) (end 79.771441 57.859501) (width 0.381) (layer "B.Cu") (net 2) (tstamp 6bc23580-c4c8-4b42-bc3b-02889d82f170)) - (segment (start 80.570952 57.05999) (end 85.573056 57.05999) (width 0.381) (layer "B.Cu") (net 2) (tstamp 8b9dfc24-db85-4ab5-bcb8-845fb29c8bde)) - (segment (start 97.409 128.524) (end 97.409 132.842) (width 0.381) (layer "F.Cu") (net 3) (tstamp 0106dcbc-c0ed-46da-96c7-92600e86fa2f)) - (segment (start 97.409 132.842) (end 97.536 132.969) (width 0.381) (layer "F.Cu") (net 3) (tstamp 0a32887f-d9db-4c88-8996-76a137aba03b)) - (segment (start 98.218501 73.416443) (end 98.218501 87.201499) (width 0.381) (layer "F.Cu") (net 3) (tstamp 0b32adbb-337a-4c32-9946-454249038166)) - (segment (start 67.31 152.4) (end 67.31 148.717) (width 0.381) (layer "F.Cu") (net 3) (tstamp 1295b07f-09bf-4e3a-ac32-55e6544ba8b9)) - (segment (start 98.218501 98.328599) (end 98.718499 98.828597) (width 0.381) (layer "F.Cu") (net 3) (tstamp 1326b930-17c3-4446-903d-adeb8a4a0e77)) - (segment (start 99.06 126.238) (end 99.06 126.873) (width 0.381) (layer "F.Cu") (net 3) (tstamp 14279dc6-5c4e-4f5a-a3ef-0eb2650f084e)) - (segment (start 68.58 118.11) (end 68.58 133.858) (width 0.381) (layer "F.Cu") (net 3) (tstamp 157802db-f197-4a9d-8fa1-6ef740681790)) - (segment (start 68.58 90.17) (end 67.31 91.44) (width 0.381) (layer "F.Cu") (net 3) (tstamp 19b1c294-479e-4f01-9ab4-3a81d4642861)) - (segment (start 67.31 87.63) (end 67.31 91.44) (width 0.381) (layer "F.Cu") (net 3) (tstamp 1a995219-333a-4bd3-9799-f6dc5afc452c)) - (segment (start 68.58 87.63) (end 68.58 90.17) (width 0.381) (layer "F.Cu") (net 3) (tstamp 1fd6f8b1-6366-4d93-88c2-c3ae17157188)) - (segment (start 60.92 54.61) (end 68.58 62.27) (width 0.381) (layer "F.Cu") (net 3) (tstamp 2339a43c-54e8-4478-96d5-9161161a0bf3)) - (segment (start 98.044 149.86) (end 96.52 148.336) (width 0.381) (layer "F.Cu") (net 3) (tstamp 2d452687-ed0a-4991-9684-622f1fb174a7)) - (segment (start 98.845499 152.868501) (end 98.044 153.67) (width 0.381) (layer "F.Cu") (net 3) (tstamp 311ea206-7ad0-4bf7-81d5-f48433f73f60)) - (segment (start 68.58 102.362) (end 68.58 118.11) (width 0.381) (layer "F.Cu") (net 3) (tstamp 32ce476a-f441-4ec1-bb0c-4eb6587223c8)) - (segment (start 97.409 107.442) (end 97.409 111.252) (width 0.381) (layer "F.Cu") (net 3) (tstamp 33d543e8-cd2d-4f4b-b100-1d5f86857ebe)) - (segment (start 68.58 69.342) (end 68.58 87.63) (width 0.381) (layer "F.Cu") (net 3) (tstamp 3588b13f-85e4-449b-81ba-4e5057edb2c8)) - (segment (start 99.06 112.268) (end 99.06 126.238) (width 0.381) (layer "F.Cu") (net 3) (tstamp 37132869-d5e1-4305-8f25-001dc46964c9)) - (segment (start 98.718499 109.307501) (end 98.718499 109.942501) (width 0.381) (layer "F.Cu") (net 3) (tstamp 3786570a-dde5-4e52-9dbe-5d173672680d)) - (segment (start 67.31 148.717) (end 67.437 148.59) (width 0.381) (layer "F.Cu") (net 3) (tstamp 379b3941-994f-40ef-a784-0eb9e8c73afd)) - (segment (start 69.208512 150.501488) (end 67.31 152.4) (width 0.381) (layer "F.Cu") (net 3) (tstamp 37bff5f3-5030-4167-b213-1ca004023a6b)) - (segment (start 67.31 102.87) (end 67.31 106.68) (width 0.381) (layer "F.Cu") (net 3) (tstamp 3c5da039-7dd6-4c0b-a563-01b37c3c4e24)) - (segment (start 68.58 105.41) (end 67.31 106.68) (width 0.381) (layer "F.Cu") (net 3) (tstamp 3e64b930-6456-4358-bc4d-6ba13f2d57ef)) - (segment (start 98.845499 130.516501) (end 98.845499 152.868501) (width 0.381) (layer "F.Cu") (net 3) (tstamp 433db8ae-34f7-4b19-98b3-0d681235c5a3)) - (segment (start 98.718499 109.307501) (end 98.718499 111.926499) (width 0.381) (layer "F.Cu") (net 3) (tstamp 47f88ce9-ad76-4418-8926-ba72a64826b4)) - (segment (start 98.718499 111.926499) (end 99.06 112.268) (width 0.381) (layer "F.Cu") (net 3) (tstamp 4fa46398-2e82-4c24-919c-881f922ef188)) - (segment (start 98.718499 109.942501) (end 97.409 111.252) (width 0.381) (layer "F.Cu") (net 3) (tstamp 531be8fc-df32-4193-8b74-35d47c1a832d)) - (segment (start 67.31 137.16) (end 67.31 133.477) (width 0.381) (layer "F.Cu") (net 3) (tstamp 5624be2f-d658-44ef-8f28-2c65d015e879)) - (segment (start 68.58 120.65) (end 67.31 121.92) (width 0.381) (layer "F.Cu") (net 3) (tstamp 5da22e57-76c2-462c-87a0-7340e98a4a81)) - (segment (start 62.444 53.086) (end 77.888058 53.086) (width 0.381) (layer "F.Cu") (net 3) (tstamp 5e544288-3347-4397-9237-7cadcb7d328c)) - (segment (start 99.06 130.302) (end 98.845499 130.516501) (width 0.381) (layer "F.Cu") (net 3) (tstamp 69559e0a-b702-4dc8-91fe-42f4727eb7cb)) - (segment (start 98.218501 87.201499) (end 98.218501 87.963499) (width 0.381) (layer "F.Cu") (net 3) (tstamp 7654ed04-8336-40c9-95f8-72a54a6d0f99)) - (segment (start 68.58 139.198956) (end 69.077512 139.696468) (width 0.381) (layer "F.Cu") (net 3) (tstamp 79847127-9649-47a1-b58f-d47ec9eb1baf)) - (segment (start 68.58 118.11) (end 68.58 120.65) (width 0.381) (layer "F.Cu") (net 3) (tstamp 7fb68b65-c1f7-492d-b04b-cb1bc8f351ba)) - (segment (start 68.58 69.342) (end 68.58 74.93) (width 0.381) (layer "F.Cu") (net 3) (tstamp 8a14f7da-3231-4f58-9740-0d4b67ba0cbf)) - (segment (start 98.044 153.67) (end 98.044 149.86) (width 0.381) (layer "F.Cu") (net 3) (tstamp 9380fb25-d74a-46c0-8b9a-a252e637d4d4)) - (segment (start 68.58 102.362) (end 68.58 105.41) (width 0.381) (layer "F.Cu") (net 3) (tstamp 94582454-d25f-43ae-8687-4cb2834eaca6)) - (segment (start 68.58 133.858) (end 68.58 139.198956) (width 0.381) (layer "F.Cu") (net 3) (tstamp 9a16f67f-39c5-4a9f-981f-45ba4c09bd6e)) - (segment (start 69.077512 145.106897) (end 69.208512 145.237897) (width 0.381) (layer "F.Cu") (net 3) (tstamp 9a2f214d-32f1-4a78-816d-a4d408fdaf64)) - (segment (start 68.58 62.27) (end 68.58 69.342) (width 0.381) (layer "F.Cu") (net 3) (tstamp 9cbcf51a-7667-40db-84d9-4d99e192f37c)) - (segment (start 98.218501 87.201499) (end 98.218501 98.328599) (width 0.381) (layer "F.Cu") (net 3) (tstamp a2309207-6e41-4233-9fd6-c06b3fc2d5d5)) - (segment (start 68.58 74.93) (end 67.31 76.2) (width 0.381) (layer "F.Cu") (net 3) (tstamp a28894d9-c556-4112-935b-5691be3705f7)) - (segment (start 99.06 126.238) (end 99.06 130.302) (width 0.381) (layer "F.Cu") (net 3) (tstamp a90df431-bc84-45a6-8a59-0ec222728d39)) - (segment (start 69.077512 139.696468) (end 69.077512 145.106897) (width 0.381) (layer "F.Cu") (net 3) (tstamp aa4bf071-e420-49d8-8079-0aefc7de1f02)) - (segment (start 98.718499 98.828597) (end 98.718499 109.307501) (width 0.381) (layer "F.Cu") (net 3) (tstamp ac9c70a4-7c9d-4758-b433-063a4a5cdaeb)) - (segment (start 60.92 54.61) (end 62.444 53.086) (width 0.381) (layer "F.Cu") (net 3) (tstamp ad0690ce-14df-4000-9cc6-59b6a97ce4de)) - (segment (start 68.58 87.63) (end 68.58 102.362) (width 0.381) (layer "F.Cu") (net 3) (tstamp af4d8c9c-cab6-4f26-9a88-807b0661d7e6)) - (segment (start 98.218501 87.963499) (end 97.028 89.154) (width 0.381) (layer "F.Cu") (net 3) (tstamp b020e075-214c-40fa-bbec-e9a4b5d0ce1f)) - (segment (start 69.208512 145.237897) (end 69.208512 150.501488) (width 0.381) (layer "F.Cu") (net 3) (tstamp d1b37d73-b285-420d-8b5f-5971f68b1ce4)) - (segment (start 99.06 126.873) (end 97.409 128.524) (width 0.381) (layer "F.Cu") (net 3) (tstamp d849bc6d-f4ad-49f2-a222-d77650d1e70e)) - (segment (start 97.028 89.154) (end 97.028 85.344) (width 0.381) (layer "F.Cu") (net 3) (tstamp dbab968a-9851-415c-98a0-6884e157ca08)) - (segment (start 67.31 121.92) (end 67.31 118.11) (width 0.381) (layer "F.Cu") (net 3) (tstamp de67489d-520c-4c8d-a1da-1f511287168a)) - (segment (start 68.58 133.858) (end 68.58 135.89) (width 0.381) (layer "F.Cu") (net 3) (tstamp f542ab55-1437-4117-921e-62b73fe5c1d3)) - (segment (start 68.58 135.89) (end 67.31 137.16) (width 0.381) (layer "F.Cu") (net 3) (tstamp f5a888be-cb46-4124-8ce1-78708e60f9f8)) - (segment (start 67.31 76.2) (end 67.31 72.39) (width 0.381) (layer "F.Cu") (net 3) (tstamp fac07ad5-03c0-4c96-aed9-33a379db8006)) - (segment (start 77.888058 53.086) (end 98.218501 73.416443) (width 0.381) (layer "F.Cu") (net 3) (tstamp fec550ca-4bb6-435c-a2c8-5bedfa1f83eb)) - (segment (start 60.92 54.61) (end 62.698 52.832) (width 0.25) (layer "B.Cu") (net 3) (tstamp 38feb0e9-13ea-4a81-b661-20424d327d2d)) - (segment (start 62.698 52.832) (end 74.168 52.832) (width 0.25) (layer "B.Cu") (net 3) (tstamp 55127bf1-3d1a-47a9-a7dc-12acafa9c5c7)) - (segment (start 66.802 64.262) (end 67.31 64.77) (width 0.25) (layer "F.Cu") (net 4) (tstamp 064d310d-6fd1-41e8-a89e-ad4327859227)) - (segment (start 60.061999 70.983999) (end 61.214 72.136) (width 0.25) (layer "F.Cu") (net 4) (tstamp 5d1b69a5-db7d-40db-8fdb-b7987934d959)) - (segment (start 61.087 64.77) (end 60.061999 65.795001) (width 0.25) (layer "F.Cu") (net 4) (tstamp a3b6f6a6-d135-409a-8b79-9ae22679df60)) - (segment (start 64.262 64.262) (end 66.802 64.262) (width 0.25) (layer "F.Cu") (net 4) (tstamp bece0b6e-7005-4d7a-9174-971080e1a395)) - (segment (start 60.061999 65.795001) (end 60.061999 70.983999) (width 0.25) (layer "F.Cu") (net 4) (tstamp cd03b06a-6e7b-4dc3-a0fe-b914d36c7410)) - (segment (start 61.087 64.262) (end 64.262 64.262) (width 0.25) (layer "F.Cu") (net 4) (tstamp e035dbd0-2d49-49c9-b00d-1ab9b5ac6a0e)) - (segment (start 64.262 73.914) (end 64.262 67.31) (width 0.25) (layer "F.Cu") (net 5) (tstamp 773bfe2e-509f-4216-9c38-096c9a0c321b)) - (segment (start 61.214 76.962) (end 64.262 73.914) (width 0.25) (layer "F.Cu") (net 5) (tstamp bfa00102-b802-42c7-be90-217895fc66ea)) - (segment (start 64.262 67.31) (end 67.31 67.31) (width 0.25) (layer "F.Cu") (net 5) (tstamp fbeafa5f-d312-4432-a429-9b9272126ade)) - (segment (start 79.375 67.183) (end 82.931 67.183) (width 0.25) (layer "F.Cu") (net 6) (tstamp 0a88b83d-2eaa-44af-a0ef-dde90d9db037)) - (segment (start 79.248 74.168) (end 78.2171 73.1371) (width 0.25) (layer "F.Cu") (net 6) (tstamp 5db8bde8-ff02-49d9-8493-0a2bf57b19f8)) - (segment (start 78.2171 68.3409) (end 79.248 67.31) (width 0.25) (layer "F.Cu") (net 6) (tstamp 83ca1f91-8518-4e74-b2ce-240e9eab9510)) - (segment (start 79.248 67.31) (end 79.375 67.183) (width 0.25) (layer "F.Cu") (net 6) (tstamp edf8e837-44a4-4b05-af46-ecb7083174d5)) - (segment (start 78.2171 73.1371) (end 78.2171 68.3409) (width 0.25) (layer "F.Cu") (net 6) (tstamp fb394cf0-9985-45d6-bfdf-158d84c923f9)) - (segment (start 74.93 67.31) (end 79.248 67.31) (width 0.25) (layer "B.Cu") (net 6) (tstamp c25ef9bb-2560-4cdc-9bbf-7851d7b947f2)) - (segment (start 79.248 69.85) (end 79.248 70.8753) (width 0.25) (layer "F.Cu") (net 7) (tstamp 46e5a48a-4f29-40f0-8dd3-49db3890e788)) - (segment (start 79.248 70.8753) (end 80.5761 72.2034) (width 0.25) (layer "F.Cu") (net 7) (tstamp 46f4b485-5361-4dd2-a271-159da7441282)) - (segment (start 80.5761 77.6659) (end 79.248 78.994) (width 0.25) (layer "F.Cu") (net 7) (tstamp 5cd5df00-5cc4-4c77-9f8b-3ba032484438)) - (segment (start 80.5761 72.2034) (end 80.5761 77.6659) (width 0.25) (layer "F.Cu") (net 7) (tstamp 9be830e9-5094-4a5b-ac1f-e55824dca1c6)) - (segment (start 74.93 69.85) (end 79.248 69.85) (width 0.25) (layer "B.Cu") (net 7) (tstamp 3906e664-0987-4d3b-960b-fa407c53c444)) - (segment (start 64.389 80.01) (end 64.262 80.137) (width 0.25) (layer "F.Cu") (net 8) (tstamp 13875121-69d9-4e8a-bd30-e02a53f0694c)) - (segment (start 67.31 80.01) (end 64.389 80.01) (width 0.25) (layer "F.Cu") (net 8) (tstamp 42d2afc9-a1b7-4338-a284-f96a39927d1d)) - (segment (start 61.087 80.518) (end 60.061999 81.543001) (width 0.25) (layer "F.Cu") (net 8) (tstamp 794e1ce8-bf4d-498d-be42-a996e547442b)) - (segment (start 61.468 80.137) (end 61.087 80.518) (width 0.25) (layer "F.Cu") (net 8) (tstamp 8515509f-ecd3-4fa4-897c-a6c0b0e2354c)) - (segment (start 60.061999 90.795999) (end 61.214 91.948) (width 0.25) (layer "F.Cu") (net 8) (tstamp c4f99b2b-1fc0-4cdf-9080-55fad19d9765)) - (segment (start 60.061999 81.543001) (end 60.061999 90.795999) (width 0.25) (layer "F.Cu") (net 8) (tstamp f3ef2b5e-1cdc-4bc7-95cd-068a99db1252)) - (segment (start 64.262 80.137) (end 61.468 80.137) (width 0.25) (layer "F.Cu") (net 8) (tstamp fc341cda-c07a-4579-9369-c2008eb81d0d)) - (segment (start 61.214 85.725) (end 64.262 82.677) (width 0.25) (layer "F.Cu") (net 9) (tstamp 625f6c43-e640-43dc-ad64-59c8d270eb65)) - (segment (start 67.183 82.677) (end 67.31 82.55) (width 0.25) (layer "F.Cu") (net 9) (tstamp c093a15b-f375-44c1-a666-d1d5220b1c81)) - (segment (start 61.214 87.63) (end 61.214 85.725) (width 0.25) (layer "F.Cu") (net 9) (tstamp c83f6c50-2ada-4ba1-b10d-8e543e9cf76a)) - (segment (start 64.262 82.677) (end 67.183 82.677) (width 0.25) (layer "F.Cu") (net 9) (tstamp f341ed2f-e0f3-459e-aa4e-c3e4b7b9caa4)) - (segment (start 79.629 90.043) (end 80.1954 89.4766) (width 0.25) (layer "F.Cu") (net 10) (tstamp 1c9ba1a3-4aa9-4c27-9952-a52d4b83cd17)) - (segment (start 80.1954 83.6244) (end 81.6026 83.6244) (width 0.25) (layer "F.Cu") (net 10) (tstamp 2e0ba002-a436-48e0-939b-a1e688a73b3f)) - (segment (start 80.1954 83.6244) (end 79.121 82.55) (width 0.25) (layer "F.Cu") (net 10) (tstamp 5d48169e-0c19-4dfd-8acf-4aa72db92247)) - (segment (start 81.6026 83.6244) (end 82.804 82.423) (width 0.25) (layer "F.Cu") (net 10) (tstamp a2c66002-6544-4552-a257-3db23f84769d)) - (segment (start 80.1954 89.4766) (end 80.1954 83.6244) (width 0.25) (layer "F.Cu") (net 10) (tstamp d73afd1a-078f-41b0-826b-5ffe10563b64)) - (segment (start 74.93 82.55) (end 79.121 82.55) (width 0.25) (layer "B.Cu") (net 10) (tstamp 110114c3-875f-4279-8464-85e3e0944ac7)) - (segment (start 79.756 96.012) (end 78.421 94.677) (width 0.25) (layer "B.Cu") (net 11) (tstamp 327a9812-77ce-4ae4-a75a-00f8e1b56d03)) - (segment (start 78.421 94.677) (end 78.421 85.79) (width 0.25) (layer "B.Cu") (net 11) (tstamp 58e34869-ff08-477e-96c5-732c294b147a)) - (segment (start 74.93 85.09) (end 79.121 85.09) (width 0.25) (layer "B.Cu") (net 11) (tstamp 82c18caf-6108-4024-8c0d-43382e22eddd)) - (segment (start 78.421 85.79) (end 79.121 85.09) (width 0.25) (layer "B.Cu") (net 11) (tstamp 9dfad2d4-237c-4dc8-ad2a-95999cd6e855)) - (segment (start 109.22 133.237002) (end 109.22 125.476) (width 0.25) (layer "B.Cu") (net 12) (tstamp 7ad67669-12ea-4e15-b29e-4dafce2d1c73)) - (segment (start 104.281002 138.176) (end 109.22 133.237002) (width 0.25) (layer "B.Cu") (net 12) (tstamp 8c228163-99e9-4688-872d-b1c607ee9d9c)) - (segment (start 105.537 125.476) (end 105.029 125.984) (width 0.25) (layer "B.Cu") (net 12) (tstamp dd300ea4-216f-49bf-9078-21698bef4e50)) - (segment (start 109.22 125.476) (end 105.537 125.476) (width 0.25) (layer "B.Cu") (net 12) (tstamp e342e30d-2be3-4c42-a7c6-5cabadecd738)) - (segment (start 91.948 138.176) (end 104.281002 138.176) (width 0.25) (layer "B.Cu") (net 12) (tstamp ef5472f2-56f6-4892-bee6-6b1a6879e0cd)) - (segment (start 92.964 127.508) (end 89.662 130.81) (width 0.25) (layer "F.Cu") (net 13) (tstamp 50129e6a-ee96-407c-be68-d3ea680a7b77)) - (segment (start 97.409 123.444) (end 95.504 123.444) (width 0.25) (layer "F.Cu") (net 13) (tstamp 6b7d5336-7647-4549-a293-403186e7aa0d)) - (segment (start 92.964 125.984) (end 92.964 127.508) (width 0.25) (layer "F.Cu") (net 13) (tstamp 8b0defd7-c5ab-4538-bef6-a487a01da84f)) - (segment (start 95.504 123.444) (end 92.964 125.984) (width 0.25) (layer "F.Cu") (net 13) (tstamp ac5c0a06-a1de-4b79-9406-4045d349f210)) - (segment (start 58.6492 101.8292) (end 61.214 104.394) (width 0.25) (layer "F.Cu") (net 14) (tstamp 56fcd0fd-5a58-4bbd-b7ac-caaa2bf9483b)) - (segment (start 59.69 95.123) (end 58.6492 96.1638) (width 0.25) (layer "F.Cu") (net 14) (tstamp 68febd7f-120b-4ef3-a113-8ceb32324662)) - (segment (start 58.6492 96.1638) (end 58.6492 101.8292) (width 0.25) (layer "F.Cu") (net 14) (tstamp 6b1eab5a-504e-4dee-8477-c684d8342eab)) - (segment (start 63.246 95.25) (end 63.119 95.123) (width 0.25) (layer "B.Cu") (net 14) (tstamp 13f86285-4e79-4321-87ce-da421aca8176)) - (segment (start 59.69 95.123) (end 63.119 95.123) (width 0.25) (layer "B.Cu") (net 14) (tstamp 5a8c9089-c6c6-4bd5-b669-c5fb76afe52b)) - (segment (start 67.31 95.25) (end 63.246 95.25) (width 0.25) (layer "B.Cu") (net 14) (tstamp 73d98b2d-43a0-46e2-9145-481a41cfc44e)) - (segment (start 64.262 97.79) (end 64.262 107.442) (width 0.25) (layer "F.Cu") (net 15) (tstamp 358aa76e-16f7-46c1-8efa-e9a0ca4ccd28)) - (segment (start 64.262 97.79) (end 67.31 97.79) (width 0.25) (layer "F.Cu") (net 15) (tstamp 41cf13e8-064d-4768-b66f-f43d69c2818a)) - (segment (start 64.262 107.442) (end 61.214 110.49) (width 0.25) (layer "F.Cu") (net 15) (tstamp 91d94bf8-16e7-48c4-8821-f861f4e3cb71)) - (segment (start 80.555999 101.383999) (end 79.502 100.33) (width 0.25) (layer "F.Cu") (net 16) (tstamp 42f1611e-4d66-47cf-84ad-4f00a34dcd12)) - (segment (start 80.555999 106.515001) (end 80.555999 101.383999) (width 0.25) (layer "F.Cu") (net 16) (tstamp 6430efc4-baef-43bf-ad11-51efa7f024e4)) - (segment (start 82.804 100.076) (end 79.756 100.076) (width 0.25) (layer "F.Cu") (net 16) (tstamp 741970c2-6ed9-441e-9a0d-d4d03d3fbbf5)) - (segment (start 79.756 107.315) (end 80.555999 106.515001) (width 0.25) (layer "F.Cu") (net 16) (tstamp 910d8a03-bf22-4b76-acf4-786502067eab)) - (segment (start 79.756 100.076) (end 79.502 100.33) (width 0.25) (layer "F.Cu") (net 16) (tstamp 91c273f5-25a9-4dcc-99e0-50132dcd926e)) - (segment (start 74.93 97.79) (end 76.962 97.79) (width 0.25) (layer "B.Cu") (net 16) (tstamp a548dac9-1b6f-4613-9267-a6593bd29fb8)) - (segment (start 76.962 97.79) (end 79.502 100.33) (width 0.25) (layer "B.Cu") (net 16) (tstamp c21df4a6-d4a4-4328-9160-e86f60a77798)) - (segment (start 78.630999 103.741001) (end 79.502 102.87) (width 0.25) (layer "F.Cu") (net 17) (tstamp 250f9c32-38db-4405-9dc2-a55ea115f112)) - (segment (start 79.756 113.284) (end 78.630999 112.158999) (width 0.25) (layer "F.Cu") (net 17) (tstamp 6277140a-0cc5-4f6d-b4ac-71a99de494c6)) - (segment (start 78.630999 112.158999) (end 78.630999 103.741001) (width 0.25) (layer "F.Cu") (net 17) (tstamp 95da2ce7-98be-41e2-b8b7-273a77f549f6)) - (segment (start 74.93 100.33) (end 76.962 100.33) (width 0.25) (layer "B.Cu") (net 17) (tstamp 81947fcb-2881-4244-88db-797c6d64897b)) - (segment (start 76.962 100.33) (end 79.502 102.87) (width 0.25) (layer "B.Cu") (net 17) (tstamp fd56adc2-f3cf-4303-9ad1-b8607d5a20a6)) - (segment (start 80.273001 121.402999) (end 85.334999 121.402999) (width 0.25) (layer "F.Cu") (net 18) (tstamp 2edc62b6-4778-430a-bfae-3a29c7bb7eb4)) - (segment (start 79.248 122.428) (end 80.273001 121.402999) (width 0.25) (layer "F.Cu") (net 18) (tstamp 4a584e7c-81ab-4ef1-b7da-1159e801e26f)) - (segment (start 85.334999 121.402999) (end 86.36 122.428) (width 0.25) (layer "F.Cu") (net 18) (tstamp b8863aed-b0ef-4759-abab-ec34613ee029)) - (segment (start 79.248 122.428) (end 80.273001 121.402999) (width 0.25) (layer "B.Cu") (net 18) (tstamp 0667e377-50f8-4f4c-a4f6-20f956c60825)) - (segment (start 80.273001 121.402999) (end 80.273001 116.855999) (width 0.25) (layer "B.Cu") (net 18) (tstamp 19a69e18-db4a-49c3-a6d7-50191543d623)) - (segment (start 76.717001 116.322999) (end 74.93 118.11) (width 0.25) (layer "B.Cu") (net 18) (tstamp 1b4a7b0d-bfb5-492f-8457-740a8587262f)) - (segment (start 79.248 122.428) (end 78.122999 123.553001) (width 0.25) (layer "B.Cu") (net 18) (tstamp 224a9b85-6391-4a87-9e92-dec0328813c8)) - (segment (start 79.740001 116.322999) (end 76.717001 116.322999) (width 0.25) (layer "B.Cu") (net 18) (tstamp 359cc12a-abff-4a7e-ae34-d5d8f2dd5a99)) - (segment (start 78.122999 123.553001) (end 78.122999 133.414999) (width 0.25) (layer "B.Cu") (net 18) (tstamp 4bfad550-0c1a-4a87-8c34-6c82fa9de37b)) - (segment (start 80.273001 116.855999) (end 79.740001 116.322999) (width 0.25) (layer "B.Cu") (net 18) (tstamp 87593a67-f335-43ce-8484-38cbf1774ded)) - (segment (start 78.122999 133.414999) (end 79.328 134.62) (width 0.25) (layer "B.Cu") (net 18) (tstamp ffa7e2ba-2723-43e0-b64d-6a1f1d042362)) - (segment (start 58.293 117.348) (end 58.293 120.269) (width 0.25) (layer "F.Cu") (net 19) (tstamp 3a2fcb0a-ecc9-41a3-9b5e-b432c04e6c16)) - (segment (start 61.087 114.554) (end 58.293 117.348) (width 0.25) (layer "F.Cu") (net 19) (tstamp 697fc6b3-6055-4380-94dc-4fc36b8fb6b6)) - (segment (start 61.087 113.665) (end 61.087 114.554) (width 0.25) (layer "F.Cu") (net 19) (tstamp c81e58b6-2416-4e49-a36c-195930857437)) - (segment (start 58.293 120.269) (end 61.214 123.19) (width 0.25) (layer "F.Cu") (net 19) (tstamp ed0f1233-f6ab-40cd-9863-59570848d9b6)) - (segment (start 64.262 110.49) (end 61.087 113.665) (width 0.25) (layer "F.Cu") (net 19) (tstamp f3436c5f-2bed-4de0-a2f4-60e317893715)) - (segment (start 67.31 110.49) (end 64.262 110.49) (width 0.25) (layer "F.Cu") (net 19) (tstamp fba77cc7-5e7b-4b45-ac31-89f7b033be95)) - (segment (start 67.31 113.03) (end 64.262 113.03) (width 0.25) (layer "F.Cu") (net 20) (tstamp 69439fff-bcb7-4410-ab5b-81773326d824)) - (segment (start 63.236999 114.055001) (end 64.262 113.03) (width 0.25) (layer "F.Cu") (net 20) (tstamp 827322e3-ffb9-40b7-8cf3-0f70a95487f6)) - (segment (start 63.236999 127.009001) (end 63.236999 114.055001) (width 0.25) (layer "F.Cu") (net 20) (tstamp 9cb723ea-db5d-4839-a906-8a2d00dd6a9d)) - (segment (start 61.214 129.032) (end 63.236999 127.009001) (width 0.25) (layer "F.Cu") (net 20) (tstamp fa0924a8-f314-45ab-8157-8cea57cdf028)) - (segment (start 64.262 140.208) (end 64.262 135.128) (width 0.25) (layer "F.Cu") (net 21) (tstamp 45123bbf-35bf-4418-9b58-8a65877f0c2e)) - (segment (start 61.087 143.383) (end 64.262 140.208) (width 0.25) (layer "F.Cu") (net 21) (tstamp 6d529d2a-9b70-4d27-bb8d-b58a72c79a5d)) - (segment (start 61.087 147.828) (end 61.214 147.955) (width 0.25) (layer "F.Cu") (net 21) (tstamp 7b748959-7ca7-46cf-a279-51e5a8834295)) - (segment (start 61.087 143.383) (end 61.087 147.828) (width 0.25) (layer "F.Cu") (net 21) (tstamp a2aab412-6987-4c82-ad4f-5fe8897b879f)) - (segment (start 67.31 130.937) (end 64.262 133.985) (width 0.25) (layer "B.Cu") (net 21) (tstamp 1c0521a5-e727-460a-957a-2d221172752e)) - (segment (start 64.262 133.985) (end 64.262 135.128) (width 0.25) (layer "B.Cu") (net 21) (tstamp 48ac4c30-fa2e-4a67-8f7a-c41e1b53fef1)) - (segment (start 97.028 80.264) (end 95.9027 80.264) (width 0.25) (layer "F.Cu") (net 22) (tstamp 0c194286-12c8-4a97-87ba-1e111870c2c8)) - (segment (start 93.218 82.804) (end 94.2433 82.804) (width 0.25) (layer "F.Cu") (net 22) (tstamp 14e8df93-582c-488b-9c1b-a4f10edd0f40)) - (segment (start 93.218 83.8293) (end 93.472 84.0833) (width 0.25) (layer "F.Cu") (net 22) (tstamp 1a4ba234-fd96-4157-a555-35e5d830b9ea)) - (segment (start 93.218 82.804) (end 93.218 83.8293) (width 0.25) (layer "F.Cu") (net 22) (tstamp 25ae64ab-5bd0-467e-b21b-40697fe39493)) - (segment (start 95.9027 80.264) (end 95.9027 81.1446) (width 0.25) (layer "F.Cu") (net 22) (tstamp 28103d7e-7196-463c-a672-1417dc3ce9a8)) - (segment (start 95.9027 81.1446) (end 94.2433 82.804) (width 0.25) (layer "F.Cu") (net 22) (tstamp 8c2a9060-37f9-4857-ad93-6c1ba67d7e09)) - (segment (start 93.472 84.0833) (end 93.472 89.408) (width 0.25) (layer "F.Cu") (net 22) (tstamp f5532a07-f363-46e8-80f9-181e215e43d3)) - (segment (start 92.1927 82.5007) (end 92.1927 82.804) (width 0.25) (layer "B.Cu") (net 22) (tstamp 51b7f34c-f3e4-4f4d-b869-b082fae94196)) - (segment (start 88.9 79.208) (end 92.1927 82.5007) (width 0.25) (layer "B.Cu") (net 22) (tstamp c0dd8f34-ad4d-4c5e-ab97-25b5f3bb789b)) - (segment (start 93.472 89.408) (end 89.408 89.408) (width 0.25) (layer "B.Cu") (net 22) (tstamp cc84c2ba-a41c-4dbd-93f2-d58d28d80877)) - (segment (start 93.218 82.804) (end 92.1927 82.804) (width 0.25) (layer "B.Cu") (net 22) (tstamp dfd38f93-1cbb-4531-ad6b-3d1cca3d8bc9)) - (segment (start 84.248 147.406998) (end 84.248 146.812) (width 0.25) (layer "F.Cu") (net 23) (tstamp 0f1ccda5-f985-42ba-aa2f-493b69aba1a4)) - (segment (start 82.042 156.21) (end 82.042 154.686) (width 0.25) (layer "F.Cu") (net 23) (tstamp 134ae6be-73cc-445a-a994-4ccaa9f9283a)) - (segment (start 82.042 154.686) (end 85.598 151.13) (width 0.25) (layer "F.Cu") (net 23) (tstamp 28ce3efd-4a48-4587-ae6c-d73c7a52347c)) - (segment (start 75.057 149.72137) (end 77.490631 152.155001) (width 0.25) (layer "F.Cu") (net 23) (tstamp 2bfb6e4b-0255-4110-88e0-a3a9d29b1215)) - (segment (start 84.248 149.78) (end 85.598 151.13) (width 0.25) (layer "F.Cu") (net 23) (tstamp 9ffb84b2-187a-4b58-8579-a1502364a637)) - (segment (start 75.057 148.59) (end 75.057 149.72137) (width 0.25) (layer "F.Cu") (net 23) (tstamp ce7c7fd3-fb7c-404c-b09d-574d72fe6db2)) - (segment (start 77.490631 152.155001) (end 79.499997 152.155001) (width 0.25) (layer "F.Cu") (net 23) (tstamp de6830d4-0954-4a2a-8fee-11050d818ea8)) - (segment (start 84.248 146.812) (end 84.248 149.78) (width 0.25) (layer "F.Cu") (net 23) (tstamp e51b16a9-9ddc-4e24-9581-90494a8bbf34)) - (segment (start 79.499997 152.155001) (end 84.248 147.406998) (width 0.25) (layer "F.Cu") (net 23) (tstamp f394aa94-893a-472b-9f99-46bf0ef9ff59)) - (segment (start 105.664 88.9) (end 108.712 85.852) (width 0.25) (layer "F.Cu") (net 24) (tstamp 18888854-c0f8-4444-9cd1-26264f093c5d)) - (segment (start 105.704 82.804) (end 104.648 82.804) (width 0.25) (layer "F.Cu") (net 24) (tstamp 9e1e0b58-9bdb-4495-a6f4-11025cdfe31c)) - (segment (start 108.712 85.852) (end 108.712 85.812) (width 0.25) (layer "F.Cu") (net 24) (tstamp d9bd2fb9-ef31-4a98-b5e0-0b9c078e9e90)) - (segment (start 108.712 85.812) (end 105.704 82.804) (width 0.25) (layer "F.Cu") (net 24) (tstamp e3c6953c-1f2a-4b49-a4ff-f4adf6ab2c06)) - (segment (start 104.648 82.804) (end 106.68 82.804) (width 0.25) (layer "B.Cu") (net 24) (tstamp 1dee80a8-b0e7-443c-9da0-61d729106202)) - (segment (start 106.68 82.804) (end 108.712 80.772) (width 0.25) (layer "B.Cu") (net 24) (tstamp 95c7721f-43f0-4499-9a86-4cc0e9d0f84d)) - (segment (start 109.919999 84.519999) (end 108.712 83.312) (width 0.25) (layer "F.Cu") (net 25) (tstamp 12a75e79-438e-4195-8495-b2eb763caee4)) - (segment (start 109.22 88.9) (end 109.919999 88.200001) (width 0.25) (layer "F.Cu") (net 25) (tstamp 1610d0de-15fc-48c7-8041-59b78b1b9551)) - (segment (start 109.919999 88.200001) (end 109.919999 84.519999) (width 0.25) (layer "F.Cu") (net 25) (tstamp 1c48ff7c-287a-4729-bcef-ea0caaf377ef)) - (segment (start 108.712 83.312) (end 105.664 80.264) (width 0.25) (layer "F.Cu") (net 25) (tstamp 33e68a54-ce57-47b7-a78b-5a8e2616eb1c)) - (segment (start 105.664 80.264) (end 104.648 80.264) (width 0.25) (layer "F.Cu") (net 25) (tstamp e43512e3-6b4b-4c81-91e0-64f96843d8ba)) - (segment (start 89.535 57.785) (end 89.535 55.245) (width 0.25) (layer "F.Cu") (net 26) (tstamp 948c0d21-b314-42bc-b41e-aa9fdb17b1b9)) - (segment (start 63.932986 58.375012) (end 52.705 69.602998) (width 0.25) (layer "B.Cu") (net 26) (tstamp 5f38919e-f859-4fd6-892f-d1600d6e8266)) - (segment (start 89.535 57.785) (end 80.574984 57.785) (width 0.25) (layer "B.Cu") (net 26) (tstamp 6f1acb76-4c4b-4508-93fa-df24fa8f85de)) - (segment (start 79.984972 58.375012) (end 63.932986 58.375012) (width 0.25) (layer "B.Cu") (net 26) (tstamp 8aec9fc4-94be-4dbe-a50f-1356263126d6)) - (segment (start 80.574984 57.785) (end 79.984972 58.375012) (width 0.25) (layer "B.Cu") (net 26) (tstamp afe9f72a-6b9e-4431-9cfb-9dcfecd6c31a)) - (segment (start 52.705 69.602998) (end 52.705 98.425) (width 0.25) (layer "B.Cu") (net 26) (tstamp caefddbc-6197-4d0b-86fe-1aef0f0a1578)) - (segment (start 97.155 57.785) (end 95.9485 56.5785) (width 0.25) (layer "B.Cu") (net 27) (tstamp 12b72e68-ebec-480d-a07d-8b3fc66faa58)) - (segment (start 95.9485 56.4515) (end 95.9485 56.5785) (width 0.25) (layer "B.Cu") (net 27) (tstamp 447124b7-8a78-4fa9-a50e-3342a5b3a303)) - (segment (start 86.14847 56.5785) (end 85.638971 56.069001) (width 0.25) (layer "B.Cu") (net 27) (tstamp 5f8c899b-580e-432e-9a2d-5b27d096094b)) - (segment (start 85.638971 56.069001) (end 79.947999 56.069001) (width 0.25) (layer "B.Cu") (net 27) (tstamp 751ce3f1-cd42-46f2-af14-b034d7034e14)) - (segment (start 79.947999 56.069001) (end 79.248 56.769) (width 0.25) (layer "B.Cu") (net 27) (tstamp 88dd4e1e-d8a6-499f-8148-c0971082875d)) - (segment (start 95.9485 56.5785) (end 86.14847 56.5785) (width 0.25) (layer "B.Cu") (net 27) (tstamp 9612f917-df48-4604-a1ea-3ea8968fcfa5)) - (segment (start 97.155 55.245) (end 95.9485 56.4515) (width 0.25) (layer "B.Cu") (net 27) (tstamp f41af074-27c4-4bf2-b64e-fa85824fe592)) - (segment (start 99.695 55.245) (end 97.282 52.832) (width 0.25) (layer "F.Cu") (net 28) (tstamp 103a93f2-fdff-451b-9ee4-f891b5355d94)) - (segment (start 97.282 52.832) (end 79.248 52.832) (width 0.25) (layer "F.Cu") (net 28) (tstamp 497de59c-729d-4629-862a-f3428082c166)) - (segment (start 99.695 57.785) (end 99.695 55.245) (width 0.25) (layer "F.Cu") (net 28) (tstamp 8d4be2f7-76d8-458e-bf51-4d9b8b11d567)) - (segment (start 89.027 143.51) (end 92.456 143.51) (width 0.25) (layer "F.Cu") (net 29) (tstamp 69a8dea8-49fd-46dd-acff-1e032fc2b734)) - (segment (start 93.616999 144.670999) (end 92.456 143.51) (width 0.25) (layer "B.Cu") (net 29) (tstamp 45fd6e08-27ed-425a-925a-8ce82f4aed92)) - (segment (start 100.474999 144.670999) (end 93.616999 144.670999) (width 0.25) (layer "B.Cu") (net 29) (tstamp 4bbcac02-362c-4444-924e-f6994275b235)) - (segment (start 104.14 148.336) (end 100.474999 144.670999) (width 0.25) (layer "B.Cu") (net 29) (tstamp 6f757b06-c730-4886-823a-e84a4bc2311f)) - (segment (start 78.222999 123.942999) (end 79.248 124.968) (width 0.25) (layer "F.Cu") (net 30) (tstamp 06af8707-312e-4977-a287-03a1447c69dd)) - (segment (start 81.788 122.428) (end 79.248 124.968) (width 0.25) (layer "F.Cu") (net 30) (tstamp 5b37bac4-08f7-4e3f-9eb7-fe00512a73ee)) - (segment (start 74.93 115.57) (end 78.222999 118.862999) (width 0.25) (layer "F.Cu") (net 30) (tstamp 8eee00e5-6063-4641-a6f3-a0452ff20173)) - (segment (start 82.804 122.428) (end 81.788 122.428) (width 0.25) (layer "F.Cu") (net 30) (tstamp d61333b8-ab52-4cdb-95dd-df2e17df87a2)) - (segment (start 78.222999 118.862999) (end 78.222999 123.942999) (width 0.25) (layer "F.Cu") (net 30) (tstamp e78b9757-8306-4e49-bbaf-fd9c3571dad9)) - (segment (start 53.34 134.112) (end 56.007 134.112) (width 0.25) (layer "B.Cu") (net 31) (tstamp 35f2dacc-1348-4899-8bd3-19f3453542c3)) - (segment (start 64.395998 128.397) (end 67.31 128.397) (width 0.25) (layer "B.Cu") (net 31) (tstamp 47536f5c-6735-4245-a4c7-e15b31f022f8)) - (segment (start 56.007 134.112) (end 58.680998 134.112) (width 0.25) (layer "B.Cu") (net 31) (tstamp 8545a1c0-aab1-497b-9699-44b94004f37e)) - (segment (start 58.680998 134.112) (end 64.395998 128.397) (width 0.25) (layer "B.Cu") (net 31) (tstamp f826ce7d-d357-4a8e-af5e-62657e4b326a)) - (segment (start 73.931999 151.401999) (end 78.74 156.21) (width 0.25) (layer "F.Cu") (net 32) (tstamp 10230c94-8357-4b3d-8c36-fbd626779e9b)) - (segment (start 75.057 146.05) (end 73.931999 147.175001) (width 0.25) (layer "F.Cu") (net 32) (tstamp 1a48b9c4-8367-4b10-843b-bd65fccb8c29)) - (segment (start 73.931999 147.175001) (end 73.931999 151.401999) (width 0.25) (layer "F.Cu") (net 32) (tstamp 20b43f33-9ccb-45fd-bb9b-31f45ea4c028)) - (segment (start 79.765001 157.235001) (end 87.874999 157.235001) (width 0.25) (layer "B.Cu") (net 32) (tstamp 2158ce59-6908-4bb3-89f4-b2248abe9ff8)) - (segment (start 78.74 156.21) (end 79.765001 157.235001) (width 0.25) (layer "B.Cu") (net 32) (tstamp 69e53f7e-0759-4c77-a259-922b9def7f73)) - (segment (start 87.874999 157.235001) (end 88.9 156.21) (width 0.25) (layer "B.Cu") (net 32) (tstamp e6c00bd3-50a0-4991-b3df-a379e523b400)) - (segment (start 109.22 110.5077) (end 106.1543 107.442) (width 0.25) (layer "F.Cu") (net 33) (tstamp 10b4debf-e96d-41a6-aed0-a913f2e01622)) - (segment (start 109.22 120.396) (end 109.22 110.5077) (width 0.25) (layer "F.Cu") (net 33) (tstamp e667ebce-c3b3-434f-97b3-9b4659073c87)) - (segment (start 105.029 107.442) (end 106.1543 107.442) (width 0.25) (layer "F.Cu") (net 33) (tstamp e9f1ca33-5d17-442f-8907-2cfccddb7246)) - (segment (start 93.700012 105.398014) (end 96.868999 108.567001) (width 0.25) (layer "B.Cu") (net 33) (tstamp 2abd4c17-2e7d-4666-9f32-3100ff475c16)) - (segment (start 93.472 99.986587) (end 93.700012 100.214599) (width 0.25) (layer "B.Cu") (net 33) (tstamp 48ae087f-bec2-4f69-be91-9c4be25b4bd0)) - (segment (start 106.172 123.444) (end 109.22 120.396) (width 0.25) (layer "B.Cu") (net 33) (tstamp 66e283d3-9263-49dd-9bb1-46a30c510b4b)) - (segment (start 96.868999 108.567001) (end 103.903999 108.567001) (width 0.25) (layer "B.Cu") (net 33) (tstamp 685d377a-f236-4d93-94b3-b5d6326b49e3)) - (segment (start 105.029 123.444) (end 106.172 123.444) (width 0.25) (layer "B.Cu") (net 33) (tstamp 9c775bdc-0d15-4014-a6b3-8c6a35867b01)) - (segment (start 103.903999 108.567001) (end 105.029 107.442) (width 0.25) (layer "B.Cu") (net 33) (tstamp c7a4fcda-801c-46a6-b7cb-a8182664c977)) - (segment (start 93.472 94.488) (end 93.472 99.986587) (width 0.25) (layer "B.Cu") (net 33) (tstamp f7da78a2-2b89-4c7e-a144-b452793b9bcf)) - (segment (start 93.700012 100.214599) (end 93.700012 105.398014) (width 0.25) (layer "B.Cu") (net 33) (tstamp fad7dfdd-8949-42d4-9636-45adf71cdb59)) - (segment (start 98.5343 114.042302) (end 98.5343 120.8287) (width 0.25) (layer "F.Cu") (net 34) (tstamp 082b9b70-8c72-4d77-8461-00284c254dcd)) - (segment (start 96.283999 111.792001) (end 98.5343 114.042302) (width 0.25) (layer "F.Cu") (net 34) (tstamp 1bb2cc39-dab0-4154-93c2-a4ab0d253fc9)) - (segment (start 97.409 105.4646) (end 96.283999 106.589601) (width 0.25) (layer "F.Cu") (net 34) (tstamp 255fc1c1-0136-4f89-9206-8960ec04a316)) - (segment (start 97.409 105.4646) (end 94.1794 102.235) (width 0.25) (layer "F.Cu") (net 34) (tstamp 3837b1ac-df67-4c84-b025-cab682186f88)) - (segment (start 97.409 104.902) (end 97.409 105.4646) (width 0.25) (layer "F.Cu") (net 34) (tstamp 3fa9d618-fee8-45c3-8a3b-bde154984292)) - (segment (start 96.283999 106.589601) (end 96.283999 111.792001) (width 0.25) (layer "F.Cu") (net 34) (tstamp acd34be2-3db2-4012-bbf1-01dc10c642fc)) - (segment (start 97.409 120.904) (end 92.964 120.904) (width 0.25) (layer "F.Cu") (net 34) (tstamp af7a0334-4bc0-47d1-9547-fc0c2c19bef6)) - (segment (start 91.6682 102.235) (end 89.408 99.9748) (width 0.25) (layer "F.Cu") (net 34) (tstamp c94583e4-2c56-49f6-aa72-294c72da3bfe)) - (segment (start 94.1794 102.235) (end 91.6682 102.235) (width 0.25) (layer "F.Cu") (net 34) (tstamp e1dd7df8-5ab5-4023-8a94-ea2521cbad2d)) - (segment (start 98.5343 120.8287) (end 98.459 120.904) (width 0.25) (layer "F.Cu") (net 34) (tstamp e3843a98-0f86-4618-bdcc-0a8514a0beeb)) - (segment (start 89.408 99.9748) (end 89.408 94.488) (width 0.25) (layer "F.Cu") (net 34) (tstamp f6b858d9-3a83-425f-96e2-6bddf65a8132)) - (segment (start 98.459 120.904) (end 97.409 120.904) (width 0.25) (layer "F.Cu") (net 34) (tstamp fa96d8d8-c5b7-42ba-a68c-b7965b72840b)) - (segment (start 74.93 113.03) (end 79.248 117.348) (width 0.25) (layer "F.Cu") (net 35) (tstamp 93735834-4328-4572-be22-19554a46e126)) - (segment (start 79.248 117.348) (end 82.804 117.348) (width 0.25) (layer "F.Cu") (net 35) (tstamp be9f8d03-5a78-484a-9582-b9137b595181)) - (segment (start 74.93 133.477) (end 76.055001 132.351999) (width 0.25) (layer "B.Cu") (net 35) (tstamp 16cf051e-39f2-497d-9228-e578ddf02db8)) - (segment (start 76.055001 120.540999) (end 79.248 117.348) (width 0.25) (layer "B.Cu") (net 35) (tstamp 67cf7bb3-ae5d-4298-aafd-047048dc27ef)) - (segment (start 76.055001 132.351999) (end 76.055001 120.540999) (width 0.25) (layer "B.Cu") (net 35) (tstamp 91c4ff73-c3ca-4560-b3a9-70dee62cc369)) - (segment (start 74.93 130.937) (end 74.93 128.397) (width 0.25) (layer "F.Cu") (net 36) (tstamp 0dffba3b-8261-482a-b9d9-112b7f6b5b56)) - (segment (start 79.248 138.684) (end 78.202999 137.638999) (width 0.25) (layer "F.Cu") (net 36) (tstamp 3b846b80-e7ed-4098-8710-db486d59f664)) - (segment (start 78.202999 137.638999) (end 78.202999 134.209999) (width 0.25) (layer "F.Cu") (net 36) (tstamp 3cea91c0-44f4-4ca4-93ee-788302267336)) - (segment (start 78.202999 134.209999) (end 74.93 130.937) (width 0.25) (layer "F.Cu") (net 36) (tstamp bb98f618-0dba-40f3-a5bd-5282062c5fcd)) - (segment (start 61.087 133.223) (end 61.087 134.112) (width 0.25) (layer "F.Cu") (net 37) (tstamp 3f8f38e8-fa8d-4cfa-b75f-f639809b3e5b)) - (segment (start 66.184999 126.982001) (end 66.184999 144.797999) (width 0.25) (layer "F.Cu") (net 37) (tstamp 50830699-42fa-4c7f-8834-cd945de6bf21)) - (segment (start 64.262 128.905) (end 67.31 125.857) (width 0.25) (layer "F.Cu") (net 37) (tstamp 8baa5cc9-899c-4c4d-a170-c235c5789fb9)) - (segment (start 67.31 125.857) (end 66.184999 126.982001) (width 0.25) (layer "F.Cu") (net 37) (tstamp 9c2480ed-dad5-4768-baa9-3befab67552a)) - (segment (start 66.184999 144.797999) (end 67.437 146.05) (width 0.25) (layer "F.Cu") (net 37) (tstamp 9c944f98-1b79-414b-a086-8f1547978d4e)) - (segment (start 64.262 130.048) (end 61.087 133.223) (width 0.25) (layer "F.Cu") (net 37) (tstamp bbabead6-cdff-48fd-8d9f-55df04613062)) - (segment (start 64.262 130.048) (end 64.262 128.905) (width 0.25) (layer "F.Cu") (net 37) (tstamp e14b2929-2457-454b-99d7-6e5aa201ff06)) - (segment (start 87.884 83.4483) (end 86.8465 84.4858) (width 0.25) (layer "F.Cu") (net 38) (tstamp 0302cffe-5951-45a6-9105-98e217b504b0)) - (segment (start 87.884 81.9103) (end 87.884 82.423) (width 0.25) (layer "F.Cu") (net 38) (tstamp 072c8709-74a9-4755-8612-77019bed134a)) - (segment (start 87.884 81.9103) (end 87.884 81.3977) (width 0.25) (layer "F.Cu") (net 38) (tstamp 283aad4f-d933-4bfa-9194-6c51e910fddd)) - (segment (start 79.248 142.24) (end 80.772 142.24) (width 0.25) (layer "F.Cu") (net 38) (tstamp 2fde2302-54f6-453a-95ba-34835384921f)) - (segment (start 86.8465 84.4858) (end 86.8465 99.0385) (width 0.25) (layer "F.Cu") (net 38) (tstamp 5b9c61e1-818d-4792-b844-ae4e84216edf)) - (segment (start 86.8587 69.3606) (end 86.8587 80.3724) (width 0.25) (layer "F.Cu") (net 38) (tstamp 679ebdcb-cf13-4ca1-8303-5e65b6e4e987)) - (segment (start 88.011 68.2083) (end 86.8587 69.3606) (width 0.25) (layer "F.Cu") (net 38) (tstamp 7746a13e-0ecd-486b-a159-ce08ceb4aa75)) - (segment (start 86.8587 80.3724) (end 87.884 81.3977) (width 0.25) (layer "F.Cu") (net 38) (tstamp 9b961772-e50a-44ef-8220-46a25ff7edb6)) - (segment (start 86.8465 99.0385) (end 87.884 100.076) (width 0.25) (layer "F.Cu") (net 38) (tstamp a588e792-1953-4088-8d01-85a2207142a0)) - (segment (start 87.884 82.423) (end 87.884 83.4483) (width 0.25) (layer "F.Cu") (net 38) (tstamp ce6d4884-2739-4721-890f-5ca998dafd7b)) - (segment (start 80.772 142.24) (end 84.328 138.684) (width 0.25) (layer "F.Cu") (net 38) (tstamp d293bc41-4580-4140-8bbf-be5010f2a5f8)) - (segment (start 88.011 67.183) (end 88.011 68.2083) (width 0.25) (layer "F.Cu") (net 38) (tstamp e65944e2-0c43-4ef9-8497-048af63f8be7)) - (segment (start 79.248 141.365002) (end 79.248 142.24) (width 0.25) (layer "B.Cu") (net 38) (tstamp 08800307-d905-4f25-87c7-3dde02b105f2)) - (segment (start 88.9 108.966) (end 88.9 126.492) (width 0.25) (layer "B.Cu") (net 38) (tstamp 16fb8642-092d-497a-a729-5686239cb3da)) - (segment (start 84.328 138.684) (end 88.94 138.684) (width 0.25) (layer "B.Cu") (net 38) (tstamp 1d93d89b-ac85-47c0-a87e-0002ea90e0b0)) - (segment (start 86.106 129.286) (end 86.106 134.507002) (width 0.25) (layer "B.Cu") (net 38) (tstamp 1e849720-8537-4649-889e-e229d581ccf1)) - (segment (start 88.94 138.684) (end 89.448 138.176) (width 0.25) (layer "B.Cu") (net 38) (tstamp 39249367-9401-4aab-ac7f-68c601733d24)) - (segment (start 88.909001 108.956999) (end 88.9 108.966) (width 0.25) (layer "B.Cu") (net 38) (tstamp 4b1e3bee-bf5a-4343-a580-85a6e9e522b4)) - (segment (start 88.9 126.492) (end 86.106 129.286) (width 0.25) (layer "B.Cu") (net 38) (tstamp 5e0c5d01-fd77-4cff-a342-0f66229b81a6)) - (segment (start 86.106 134.507002) (end 79.248 141.365002) (width 0.25) (layer "B.Cu") (net 38) (tstamp 8be6d44d-d24a-44b9-8315-4e1c4b1e3aa7)) - (segment (start 88.909001 101.101001) (end 88.909001 108.956999) (width 0.25) (layer "B.Cu") (net 38) (tstamp a51b85ac-fd62-40ed-9a7c-51b391adba5c)) - (segment (start 87.884 100.076) (end 88.909001 101.101001) (width 0.25) (layer "B.Cu") (net 38) (tstamp ddf16af5-bc19-4161-b361-42fdf4fdb037)) - (segment (start 57.339001 151.448999) (end 57.339001 112.586999) (width 0.25) (layer "F.Cu") (net 39) (tstamp 10feae8c-24ee-4203-b5e6-d8f18fd4736b)) - (segment (start 62.339001 103.741001) (end 62.339001 95.613001) (width 0.25) (layer "F.Cu") (net 39) (tstamp 17d22b2d-9e31-4b92-9b98-cbf699ee2f75)) - (segment (start 57.339001 151.448999) (end 56.007 152.781) (width 0.25) (layer "F.Cu") (net 39) (tstamp 20b80dc4-4a92-4502-a2ac-f4ad59ca46c9)) - (segment (start 57.339001 109.934001) (end 62.339001 104.934001) (width 0.25) (layer "F.Cu") (net 39) (tstamp 31d95901-8d26-43f3-9488-04223e7909be)) - (segment (start 57.339001 112.586999) (end 57.339001 113.221999) (width 0.25) (layer "F.Cu") (net 39) (tstamp 3b606f86-3aa4-4229-8c42-e3e06b83455d)) - (segment (start 62.339001 104.934001) (end 62.339001 103.741001) (width 0.25) (layer "F.Cu") (net 39) (tstamp 3c5675cb-6b07-4063-9db4-9c6e600cf616)) - (segment (start 57.339001 90.613001) (end 57.339001 74.611001) (width 0.25) (layer "F.Cu") (net 39) (tstamp 40e55265-36a9-44ff-b501-4f700fe7b93e)) - (segment (start 62.339001 103.741001) (end 62.339001 102.852001) (width 0.25) (layer "F.Cu") (net 39) (tstamp 4435a71a-4f20-456b-a517-6d59e0389d16)) - (segment (start 62.339001 95.613001) (end 57.339001 90.613001) (width 0.25) (layer "F.Cu") (net 39) (tstamp 8377786f-9403-4278-b74e-b7910718932b)) - (segment (start 56.007 64.77) (end 57.339001 66.102001) (width 0.25) (layer "F.Cu") (net 39) (tstamp af393a0c-883b-4fec-8670-f97ec5857620)) - (segment (start 57.339001 66.102001) (end 57.339001 74.611001) (width 0.25) (layer "F.Cu") (net 39) (tstamp b95c2b35-e731-4554-92d2-466637da0c49)) - (segment (start 57.339001 113.221999) (end 56.007 114.554) (width 0.25) (layer "F.Cu") (net 39) (tstamp bb788b80-0f2a-428b-a33e-67954ee6e1ea)) - (segment (start 57.339001 79.185999) (end 56.007 80.518) (width 0.25) (layer "F.Cu") (net 39) (tstamp c46547ac-cdc9-4f8e-a055-edaa5283d1f5)) - (segment (start 62.339001 102.852001) (end 59.69 100.203) (width 0.25) (layer "F.Cu") (net 39) (tstamp d0671cf1-a114-44ca-acfc-e7f4b9291004)) - (segment (start 57.339001 74.611001) (end 57.339001 79.185999) (width 0.25) (layer "F.Cu") (net 39) (tstamp e008ea86-76b5-4459-a6c2-7f73e1dcd195)) - (segment (start 57.339001 112.586999) (end 57.339001 109.934001) (width 0.25) (layer "F.Cu") (net 39) (tstamp fed476a1-6c3e-4707-8de1-804f90b8fd12)) - (segment (start 83.302999 138.191999) (end 83.296001 138.191999) (width 0.25) (layer "B.Cu") (net 39) (tstamp 04e1cb8a-67ba-463a-be23-1eafb5b665a5)) - (segment (start 90.638 132.334) (end 89.160998 132.334) (width 0.25) (layer "B.Cu") (net 39) (tstamp 06140a8e-ccbb-44fa-a8d8-4709cf1ae528)) - (segment (start 83.296001 138.191999) (end 83.122999 138.365001) (width 0.25) (layer "B.Cu") (net 39) (tstamp 0ce6d2d5-61bb-40fd-b9a3-c060b1a7ec1c)) - (segment (start 89.160998 132.334) (end 83.302999 138.191999) (width 0.25) (layer "B.Cu") (net 39) (tstamp 2044585c-4786-4feb-bf1e-92437fd96614)) - (segment (start 70.490001 157.235001) (end 60.461001 157.235001) (width 0.25) (layer "B.Cu") (net 39) (tstamp 35e13fac-c14a-4801-b380-2cad5dfee13a)) - (segment (start 83.122999 138.365001) (end 83.122999 144.602003) (width 0.25) (layer "B.Cu") (net 39) (tstamp 5d2e40e3-b716-4a7c-bb77-ff3cec2da6ed)) - (segment (start 60.461001 157.235001) (end 56.007 152.781) (width 0.25) (layer "B.Cu") (net 39) (tstamp 87173a46-5b50-4992-8e5b-7ce02bf0658a)) - (segment (start 92.162 130.81) (end 90.638 132.334) (width 0.25) (layer "B.Cu") (net 39) (tstamp bfb74672-6b68-4a03-bed5-e3979f6755e4)) - (segment (start 83.122999 144.602003) (end 70.490001 157.235001) (width 0.25) (layer "B.Cu") (net 39) (tstamp ef8b7d6d-5272-41ec-aac6-0b91d67ae022)) - (segment (start 107.188 105.745) (end 108.8527 107.4097) (width 0.25) (layer "F.Cu") (net 40) (tstamp 211c4d6f-73df-48fa-8e02-d07f144b6827)) - (segment (start 109.22 108.585) (end 109.22 107.4097) (width 0.25) (layer "F.Cu") (net 40) (tstamp 527a9899-3d4c-470c-8e8c-87258a1823e0)) - (segment (start 109.22 93.98) (end 105.664 93.98) (width 0.25) (layer "F.Cu") (net 40) (tstamp 7e2b2ffd-2ae4-4800-83e4-a6310c7c303e)) - (segment (start 108.8527 107.4097) (end 109.22 107.4097) (width 0.25) (layer "F.Cu") (net 40) (tstamp a8b54a19-34a5-4f56-9542-1d25f450c5ce)) - (segment (start 107.188 96.012) (end 109.22 93.98) (width 0.25) (layer "F.Cu") (net 40) (tstamp b86c1591-5361-43be-8ba7-79bba0e74061)) - (segment (start 107.188 105.745) (end 107.188 96.012) (width 0.25) (layer "F.Cu") (net 40) (tstamp f6ff734a-f6b2-4f2d-a65a-043267416b82)) - (segment (start 52.705 100.965) (end 53.880001 99.789999) (width 0.25) (layer "F.Cu") (net 41) (tstamp 59eb5488-bcab-449b-a40d-da044170b99f)) - (segment (start 53.880001 82.328001) (end 53.880001 81.058001) (width 0.25) (layer "F.Cu") (net 41) (tstamp 64950787-1835-438a-ae02-d44bd07751fd)) - (segment (start 53.880001 81.058001) (end 53.880001 74.215999) (width 0.25) (layer "F.Cu") (net 41) (tstamp 73c80acb-2a9f-4cda-bb9a-5e148981560e)) - (segment (start 53.880001 82.328001) (end 53.880001 79.041999) (width 0.25) (layer "F.Cu") (net 41) (tstamp 94673339-965a-4d03-942c-21270053a35d)) - (segment (start 53.880001 81.058001) (end 53.880001 70.579999) (width 0.25) (layer "F.Cu") (net 41) (tstamp 96f9d2d9-da51-4ab2-af6b-57e5d7394bc1)) - (segment (start 53.880001 74.215999) (end 56.214 71.882) (width 0.25) (layer "F.Cu") (net 41) (tstamp b2f4bc96-46c9-4531-81aa-bb693894e5fb)) - (segment (start 53.880001 70.579999) (end 56.007 68.453) (width 0.25) (layer "F.Cu") (net 41) (tstamp c59bd951-3afb-4bff-8cd6-6485d3e5cb4c)) - (segment (start 53.880001 99.789999) (end 53.880001 82.328001) (width 0.25) (layer "F.Cu") (net 41) (tstamp c5a6c66d-b538-46b4-92d8-31655ab03c32)) - (segment (start 53.880001 79.041999) (end 56.214 76.708) (width 0.25) (layer "F.Cu") (net 41) (tstamp e7415fea-e411-41f4-8554-3b89c60ded1a)) - (segment (start 84.248 78.994) (end 85.881001 80.627001) (width 0.25) (layer "F.Cu") (net 42) (tstamp 76cfbbbf-6a29-46c3-a89c-23b11fea1b42)) - (segment (start 85.881001 80.627001) (end 85.881001 99.590003) (width 0.25) (layer "F.Cu") (net 42) (tstamp 867e6ae3-cabd-44e7-b1c9-604423566782)) - (segment (start 84.248 73.0813) (end 84.248 74.168) (width 0.25) (layer "F.Cu") (net 42) (tstamp 8cc9fc65-e875-45bb-ab10-e0b7f54287f0)) - (segment (start 82.804 71.6373) (end 84.248 73.0813) (width 0.25) (layer "F.Cu") (net 42) (tstamp 9914ecf3-76d7-49d4-bf33-bb672ba18196)) - (segment (start 89.795998 103.505) (end 92.075 103.505) (width 0.25) (layer "F.Cu") (net 42) (tstamp b8e4da59-a824-4706-9f18-9394c66ad9b9)) - (segment (start 85.881001 99.590003) (end 89.795998 103.505) (width 0.25) (layer "F.Cu") (net 42) (tstamp c8a36cb8-1524-4d16-806a-98e232f010d5)) - (segment (start 84.248 74.168) (end 84.248 78.994) (width 0.25) (layer "F.Cu") (net 42) (tstamp cde7cff6-9727-4eb1-942b-c866a62bd7c1)) - (segment (start 82.804 70.612) (end 82.804 71.6373) (width 0.25) (layer "F.Cu") (net 42) (tstamp e3bdf298-de8f-47b2-97f5-9ade30c2a547)) - (segment (start 54.330012 101.879988) (end 52.705 103.505) (width 0.25) (layer "F.Cu") (net 43) (tstamp 1a749e8e-02a5-4b51-9136-745c611fde36)) - (segment (start 54.330012 85.496988) (end 56.007 83.82) (width 0.25) (layer "F.Cu") (net 43) (tstamp 2ad6e2d7-309c-49ea-9b5a-bca577664021)) - (segment (start 54.330012 85.496988) (end 54.330012 88.620012) (width 0.25) (layer "F.Cu") (net 43) (tstamp 2c3e5cc0-b8fd-408a-8097-b720214d324f)) - (segment (start 54.330012 93.700012) (end 54.461988 93.700012) (width 0.25) (layer "F.Cu") (net 43) (tstamp 3f51cce1-9a1b-4e8b-89b8-a37685d99e08)) - (segment (start 54.330012 94.513988) (end 54.330012 101.879988) (width 0.25) (layer "F.Cu") (net 43) (tstamp 4c63bf17-9b18-4f44-8e1f-537ec1e006e9)) - (segment (start 54.461988 93.700012) (end 56.214 91.948) (width 0.25) (layer "F.Cu") (net 43) (tstamp 5e1ee70d-64db-4a71-b898-a1bb73fc48cd)) - (segment (start 54.330012 89.513988) (end 56.214 87.63) (width 0.25) (layer "F.Cu") (net 43) (tstamp 62013d55-6554-46a7-8a8d-a6b00057e94e)) - (segment (start 54.330012 88.620012) (end 54.330012 89.513988) (width 0.25) (layer "F.Cu") (net 43) (tstamp 862f21e5-1fcd-45a1-9caa-3550361c24bd)) - (segment (start 54.330012 94.513988) (end 54.330012 88.620012) (width 0.25) (layer "F.Cu") (net 43) (tstamp c08fbb37-6017-457c-a683-19b458f1dffc)) - (segment (start 54.330012 93.700012) (end 54.330012 94.513988) (width 0.25) (layer "F.Cu") (net 43) (tstamp de1a447f-2996-42a2-99ff-03188d0a6ba2)) - (segment (start 84.756 96.012) (end 84.756 103.17241) (width 0.25) (layer "F.Cu") (net 44) (tstamp 2cacf336-f4d7-47ea-9f5d-713803186180)) - (segment (start 84.629 88.058) (end 82.804 86.233) (width 0.25) (layer "F.Cu") (net 44) (tstamp 34a0bb6e-89b2-44ff-a73c-6c7b5e4d3200)) - (segment (start 87.62859 106.045) (end 92.075 106.045) (width 0.25) (layer "F.Cu") (net 44) (tstamp a24ad589-32fc-447c-926b-08497420b10f)) - (segment (start 84.629 90.043) (end 84.629 95.885) (width 0.25) (layer "F.Cu") (net 44) (tstamp a9d209df-5e11-4836-91d3-16732110c494)) - (segment (start 84.629 95.885) (end 84.756 96.012) (width 0.25) (layer "F.Cu") (net 44) (tstamp b0e801ab-f293-4b7c-b1b6-2ec93c602926)) - (segment (start 84.629 90.043) (end 84.629 88.058) (width 0.25) (layer "F.Cu") (net 44) (tstamp b7b5a101-f4ae-4aeb-8af4-27bb90c626d9)) - (segment (start 84.756 103.17241) (end 87.62859 106.045) (width 0.25) (layer "F.Cu") (net 44) (tstamp ce5e4978-1af4-4605-8c55-7b90de9d40fe)) - (segment (start 56.214 110.49) (end 56.214 104.394) (width 0.25) (layer "F.Cu") (net 45) (tstamp 1238e043-0139-495b-84e7-ab2ee858f9b9)) - (segment (start 55.489999 96.148001) (end 55.489999 103.669999) (width 0.25) (layer "F.Cu") (net 45) (tstamp 722093f9-1b8a-44e8-a7a1-34e40dc09827)) - (segment (start 54.563 106.045) (end 56.214 104.394) (width 0.25) (layer "F.Cu") (net 45) (tstamp 75cd12e3-5474-479c-a955-1a85d8cbc835)) - (segment (start 56.515 95.123) (end 55.489999 96.148001) (width 0.25) (layer "F.Cu") (net 45) (tstamp 8267a5c0-1900-4ae1-8893-4dbf652af181)) - (segment (start 52.705 106.045) (end 54.563 106.045) (width 0.25) (layer "F.Cu") (net 45) (tstamp 8c726819-43c5-4bad-9632-e5b13ef2dcae)) - (segment (start 55.489999 103.669999) (end 56.214 104.394) (width 0.25) (layer "F.Cu") (net 45) (tstamp d6ad206e-7ea6-42aa-b186-9a40fe0cda69)) - (segment (start 84.756 107.315) (end 84.756 113.284) (width 0.25) (layer "F.Cu") (net 46) (tstamp 241374b8-87ff-402e-b75f-30d3a31e8c0f)) - (segment (start 84.756 107.315) (end 90.805 107.315) (width 0.25) (layer "F.Cu") (net 46) (tstamp 797cc718-9b05-42a1-85c4-afcdab6b3496)) - (segment (start 90.805 107.315) (end 92.075 108.585) (width 0.25) (layer "F.Cu") (net 46) (tstamp 878ce993-27d7-4f13-880d-4047189d9ca7)) - (segment (start 82.804 103.124) (end 82.804 105.363) (width 0.25) (layer "F.Cu") (net 46) (tstamp 91e7f5d3-5e56-47d8-9fd1-397ca3929762)) - (segment (start 82.804 105.363) (end 84.756 107.315) (width 0.25) (layer "F.Cu") (net 46) (tstamp bbdfdd94-c140-4352-8d8d-a67f0184f709)) - (segment (start 56.214 118.444) (end 56.007 118.237) (width 0.25) (layer "F.Cu") (net 47) (tstamp 23aa8dcf-87d3-4604-87b8-e4ac9bc08ab4)) - (segment (start 56.214 123.19) (end 56.214 118.444) (width 0.25) (layer "F.Cu") (net 47) (tstamp 3c6b5a66-fd44-4a2d-9efa-5c015bd2665b)) - (segment (start 53.880001 116.110001) (end 56.007 118.237) (width 0.25) (layer "F.Cu") (net 47) (tstamp 46ba367e-a573-4536-ac04-e62d92af17c6)) - (segment (start 53.880001 109.760001) (end 52.705 108.585) (width 0.25) (layer "F.Cu") (net 47) (tstamp 6c45b20b-ca59-4aea-a2e2-25bff84e8131)) - (segment (start 53.880001 116.110001) (end 53.880001 109.760001) (width 0.25) (layer "F.Cu") (net 47) (tstamp 7a6c8f63-0dda-4bc2-8fe2-5d777cc0a4ba)) - (segment (start 56.214 129.032) (end 56.214 123.19) (width 0.25) (layer "F.Cu") (net 47) (tstamp c2ce8edf-fa75-4bb0-a35e-9ea93bc1eff9)) - (segment (start 105.029 104.902) (end 105.029 102.362) (width 0.25) (layer "F.Cu") (net 48) (tstamp 1336e5d3-61f6-4284-bd48-0147620f5e4a)) - (segment (start 105.029 104.902) (end 106.9017 104.902) (width 0.25) (layer "B.Cu") (net 48) (tstamp 23d9487e-2097-48e1-9598-61785b6b6609)) - (segment (start 106.9017 104.902) (end 108.0447 106.045) (width 0.25) (layer "B.Cu") (net 48) (tstamp 9b8b0166-89b3-4824-9c9c-762ab6adce44)) - (segment (start 109.22 106.045) (end 108.0447 106.045) (width 0.25) (layer "B.Cu") (net 48) (tstamp b4c3f0ce-a37b-4de3-8929-f279a4c32c75)) - (segment (start 97.409 99.822) (end 97.409 102.362) (width 0.25) (layer "F.Cu") (net 49) (tstamp b5bfb6b8-f3e6-433f-9a35-3fe8524c0335)) - (segment (start 99.6773 103.505) (end 109.22 103.505) (width 0.25) (layer "B.Cu") (net 49) (tstamp 4f9567f2-a401-47f9-ac69-14fd3fe978f1)) - (segment (start 98.5343 102.362) (end 99.6773 103.505) (width 0.25) (layer "B.Cu") (net 49) (tstamp 74990191-82ad-4e97-91bc-63cc7da8cbce)) - (segment (start 97.409 102.362) (end 98.5343 102.362) (width 0.25) (layer "B.Cu") (net 49) (tstamp cea5877b-47de-4bb6-a68b-b0b1b61ec3b7)) - (segment (start 108.204 150.622) (end 110.845012 147.980988) (width 0.25) (layer "B.Cu") (net 50) (tstamp 0511a608-e5b3-4002-9ce6-4d41fdee0501)) - (segment (start 94.488 150.622) (end 108.204 150.622) (width 0.25) (layer "B.Cu") (net 50) (tstamp 148a1e3f-35b7-430b-abf8-fab348cadf62)) - (segment (start 110.845012 102.590012) (end 109.22 100.965) (width 0.25) (layer "B.Cu") (net 50) (tstamp 909fd478-abb2-428e-99e4-8697cb941d19)) - (segment (start 110.845012 147.980988) (end 110.845012 102.590012) (width 0.25) (layer "B.Cu") (net 50) (tstamp 92f72b72-0427-449f-aab4-fdc04bf7eb66)) - (segment (start 92.456 148.59) (end 94.488 150.622) (width 0.25) (layer "B.Cu") (net 50) (tstamp d4cdf3c0-57e6-4030-a779-0e24384a327f)) - (segment (start 52.314999 135.038999) (end 52.314999 111.515001) (width 0.25) (layer "F.Cu") (net 51) (tstamp 00b9e8a7-58fc-4e37-93a0-5a737b608b69)) - (segment (start 52.314999 111.515001) (end 52.705 111.125) (width 0.25) (layer "F.Cu") (net 51) (tstamp 2e5b343a-e67c-4900-95f3-4640a39111f9)) - (segment (start 56.214 138.938) (end 52.314999 135.038999) (width 0.25) (layer "F.Cu") (net 51) (tstamp dd7a1be7-fe54-407d-b170-368df1698ccb)) - (segment (start 93.472 151.464) (end 88.001999 145.993999) (width 0.25) (layer "F.Cu") (net 52) (tstamp 01d545a6-49ad-442b-8efe-fe7d248f21ec)) - (segment (start 89.3499 128.7199) (end 89.3499 116.3901) (width 0.25) (layer "F.Cu") (net 52) (tstamp 1c7daff7-3056-47be-9f28-ba347006a44e)) - (segment (start 88.001999 130.067801) (end 89.3499 128.7199) (width 0.25) (layer "F.Cu") (net 52) (tstamp 3cd13e6a-5e75-4e43-8292-9cb66d73bd5f)) - (segment (start 88.001999 145.993999) (end 88.001999 130.067801) (width 0.25) (layer "F.Cu") (net 52) (tstamp c9db341e-0bca-4b2d-8ef6-5e0cb7ca47d0)) - (segment (start 89.3499 116.3901) (end 92.075 113.665) (width 0.25) (layer "F.Cu") (net 52) (tstamp ee4b4f21-9b6b-4bf1-97ed-bde4592b6fcb)) - (segment (start 84.248 129.032) (end 88.138 125.142) (width 0.25) (layer "F.Cu") (net 53) (tstamp 4910c39a-317f-4c55-b59e-b648e8cacdd0)) - (segment (start 88.138 125.142) (end 88.138 115.062) (width 0.25) (layer "F.Cu") (net 53) (tstamp 65cfb05f-9f0a-416d-8cf3-afee7aa7e0fe)) - (segment (start 88.138 115.062) (end 92.075 111.125) (width 0.25) (layer "F.Cu") (net 53) (tstamp ecc60c01-a2ac-4a4a-829d-ce2e45bbc0e1)) - (segment (start 90.2079 78.0159) (end 88.9 76.708) (width 0.25) (layer "F.Cu") (net 54) (tstamp 1e44ad57-a9ea-44e1-8a6e-7d9b70ed7be6)) - (segment (start 93.218 77.724) (end 92.9261 78.0159) (width 0.25) (layer "F.Cu") (net 54) (tstamp 3f0d0030-cd98-4a0b-abbf-2a4db82a5077)) - (segment (start 90.8996 78.0159) (end 90.8996 99.7896) (width 0.25) (layer "F.Cu") (net 54) (tstamp 51c040bc-3e40-4a38-9321-ac2c26569a4e)) - (segment (start 90.8996 99.7896) (end 92.075 100.965) (width 0.25) (layer "F.Cu") (net 54) (tstamp 5696f481-d812-438a-8096-721eaf53482e)) - (segment (start 90.8996 78.0159) (end 90.2079 78.0159) (width 0.25) (layer "F.Cu") (net 54) (tstamp cb40e83d-a25e-4ec0-8da4-3246a402c16c)) - (segment (start 92.9261 78.0159) (end 90.8996 78.0159) (width 0.25) (layer "F.Cu") (net 54) (tstamp e6a60c76-55ef-4885-928d-28cf13677408)) - (segment (start 97.028 77.724) (end 98.1533 77.724) (width 0.25) (layer "B.Cu") (net 54) (tstamp 08a66aaf-b523-4306-b964-3febf3985cee)) - (segment (start 97.028 77.724) (end 93.218 77.724) (width 0.25) (layer "B.Cu") (net 54) (tstamp 6a8f82a0-2657-420c-ab6a-f55da2db3d4a)) - (segment (start 98.1533 77.724) (end 100.1853 75.692) (width 0.25) (layer "B.Cu") (net 54) (tstamp becc60f0-5114-44d0-800f-51bc284b5ee4)) - (segment (start 100.1853 75.692) (end 108.712 75.692) (width 0.25) (layer "B.Cu") (net 54) (tstamp d7ef7968-917d-4e86-a386-5888f75aa004)) - (segment (start 103.622999 93.462999) (end 108.044999 97.884999) (width 0.25) (layer "B.Cu") (net 55) (tstamp 07252154-a1a7-4a88-ab65-bfba8034d6dd)) - (segment (start 108.044999 101.529001) (end 108.655999 102.140001) (width 0.25) (layer "B.Cu") (net 55) (tstamp 4ee5265d-f52d-4e60-b738-8edd602e353f)) - (segment (start 110.395001 102.776411) (end 110.395001 137.000999) (width 0.25) (layer "B.Cu") (net 55) (tstamp 5d5ab95a-caee-493c-aafb-45d9af640c85)) - (segment (start 108.044999 97.884999) (end 108.044999 101.529001) (width 0.25) (layer "B.Cu") (net 55) (tstamp 68524edf-bb83-47dc-8a5b-1103983e50c8)) - (segment (start 104.14 143.256) (end 104.14 145.796) (width 0.25) (layer "B.Cu") (net 55) (tstamp 6d548e02-b3c6-440b-bdc7-8c96405bebad)) - (segment (start 108.655999 102.140001) (end 109.758591 102.140001) (width 0.25) (layer "B.Cu") (net 55) (tstamp 9b77663b-e9b0-4d2f-866c-b3aec36b2765)) - (segment (start 92.075 94.367998) (end 92.979999 93.462999) (width 0.25) (layer "B.Cu") (net 55) (tstamp b3ba0930-2eea-4744-bddd-3e155eaaed29)) - (segment (start 109.758591 102.140001) (end 110.395001 102.776411) (width 0.25) (layer "B.Cu") (net 55) (tstamp cc58504e-912a-4b3c-bb4d-7e7a237f459f)) - (segment (start 92.979999 93.462999) (end 103.622999 93.462999) (width 0.25) (layer "B.Cu") (net 55) (tstamp d0f91018-6b44-4ae1-a3a8-9a235466131d)) - (segment (start 110.395001 137.000999) (end 104.14 143.256) (width 0.25) (layer "B.Cu") (net 55) (tstamp d1479d9a-171b-49c5-9be7-03c7d452b48a)) - (segment (start 92.075 98.425) (end 92.075 94.367998) (width 0.25) (layer "B.Cu") (net 55) (tstamp d8297901-3c8e-42bc-96a0-fd533c5a3d85)) - (segment (start 83.312 124.968) (end 79.248 129.032) (width 0.25) (layer "F.Cu") (net 56) (tstamp 84463d57-8236-46cb-afc1-2354a3612216)) - (segment (start 84.328 124.968) (end 83.312 124.968) (width 0.25) (layer "F.Cu") (net 56) (tstamp beee5159-90ab-4c53-899a-561cf9277be2)) - (segment (start 53.34 139.192) (end 54.211001 140.063001) (width 0.25) (layer "B.Cu") (net 57) (tstamp 37af5444-5231-4dee-8e77-877ce437348b)) - (segment (start 60.088999 140.063001) (end 61.214 138.938) (width 0.25) (layer "B.Cu") (net 57) (tstamp aa78e12b-eb2b-443b-a69d-b35f0b1804a6)) - (segment (start 54.211001 140.063001) (end 60.088999 140.063001) (width 0.25) (layer "B.Cu") (net 57) (tstamp f6517823-721d-4b6f-bc8d-ca2ed1cb69f8)) - (segment (start 88.9 151.892) (end 88.9 151.13) (width 0.25) (layer "F.Cu") (net 58) (tstamp 0248d198-fb19-48c4-ac8f-8add8b798a7f)) - (segment (start 93.472 156.464) (end 88.9 151.892) (width 0.25) (layer "F.Cu") (net 58) (tstamp 8bfc8a4d-3aaa-4742-ac0d-0be96a93bb4f)) - (segment (start 76.182001 148.572001) (end 78.74 151.13) (width 0.25) (layer "F.Cu") (net 59) (tstamp 10003340-182e-4821-9709-c0b34c5b61f7)) - (segment (start 76.182001 144.635001) (end 76.182001 148.572001) (width 0.25) (layer "F.Cu") (net 59) (tstamp 36ecbac7-844e-42e5-85a8-b44fb085b467)) - (segment (start 75.057 143.51) (end 76.182001 144.635001) (width 0.25) (layer "F.Cu") (net 59) (tstamp d20d90bf-1cdd-4cc2-b18a-459a788bb9fb)) - (segment (start 78.74 151.13) (end 82.042 151.13) (width 0.25) (layer "B.Cu") (net 59) (tstamp 0108b600-50e8-4c23-950c-6760200c6f81)) - (segment (start 82.042 151.13) (end 87.376 145.796) (width 0.25) (layer "B.Cu") (net 59) (tstamp 94f17b41-1fbe-4a0d-9b66-4910729c882c)) - (segment (start 87.376 145.796) (end 96.52 145.796) (width 0.25) (layer "B.Cu") (net 59) (tstamp e1bb2ca9-ef25-4da1-aa33-607ae044be8a)) - (segment (start 67.437 140.97) (end 67.437 143.51) (width 0.25) (layer "F.Cu") (net 60) (tstamp 3af9397c-6bfe-4902-ba79-ce7655b96ca1)) - (segment (start 67.437 143.51) (end 61.087 149.86) (width 0.25) (layer "B.Cu") (net 60) (tstamp 1a0ee04b-ea79-44ef-95d4-ab1eae3d6d8c)) - (segment (start 61.087 149.86) (end 61.087 152.781) (width 0.25) (layer "B.Cu") (net 60) (tstamp 2d37a53b-c19f-4b5d-b411-872bd26f7ee8)) - (segment (start 96.52 140.716) (end 96.52 143.256) (width 0.25) (layer "F.Cu") (net 61) (tstamp 2aa0d5b3-469e-4c7e-ba92-a617d6a029ce)) - (segment (start 84.328 142.24) (end 95.504 142.24) (width 0.25) (layer "B.Cu") (net 61) (tstamp 6cc9cc37-7c64-4b16-921f-94f0b06cd94a)) - (segment (start 95.504 142.24) (end 96.52 143.256) (width 0.25) (layer "B.Cu") (net 61) (tstamp e16fc607-0076-48fe-b0f8-52c4fc28827f)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "equalizer") + (date "2021-08-01") + (rev "R01") + (comment 1 "PCB for main circuit") + (comment 2 "Resonant equalizer by Serge Tcherepnin") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "+15V") + (net 3 "-15V") + (net 4 "Net-(C7-Pad1)") + (net 5 "Net-(U1A--)") + (net 6 "Net-(C9-Pad1)") + (net 7 "Net-(U1B--)") + (net 8 "Net-(C15-Pad1)") + (net 9 "Net-(U2A--)") + (net 10 "Net-(C17-Pad1)") + (net 11 "Net-(U2B--)") + (net 12 "Net-(U8B--)") + (net 13 "Net-(U8A--)") + (net 14 "Net-(C25-Pad1)") + (net 15 "Net-(U3A--)") + (net 16 "Net-(C27-Pad1)") + (net 17 "Net-(U3B--)") + (net 18 "Net-(U4B-+)") + (net 19 "Net-(C34-Pad1)") + (net 20 "Net-(U4A--)") + (net 21 "Net-(U5A-+)") + (net 22 "Net-(U7A--)") + (net 23 "Net-(U6B-+)") + (net 24 "Net-(U7B--)") + (net 25 "Net-(C46-Pad1)") + (net 26 "+5V") + (net 27 "VP") + (net 28 "VN") + (net 29 "Net-(U10B-+)") + (net 30 "Net-(U4B--)") + (net 31 "Net-(U5A--)") + (net 32 "Net-(U6B--)") + (net 33 "Net-(U9B-+)") + (net 34 "Net-(U9A-+)") + (net 35 "Net-(U5B-+)") + (net 36 "Net-(U5B--)") + (net 37 "Net-(U6A-+)") + (net 38 "Net-(C19-Pad2)") + (net 39 "Net-(C20-Pad2)") + (net 40 "OUT") + (net 41 "A_B") + (net 42 "F_B") + (net 43 "B_B") + (net 44 "G_B") + (net 45 "C_B") + (net 46 "H_B") + (net 47 "D_B") + (net 48 "COM_OUT_A") + (net 49 "COM_OUT_B") + (net 50 "IN") + (net 51 "E_B") + (net 52 "J_B") + (net 53 "I_B") + (net 54 "F_C") + (net 55 "F_A") + (net 56 "Net-(C36-Pad1)") + (net 57 "Net-(C43-Pad1)") + (net 58 "Net-(C45-Pad1)") + (net 59 "Net-(U10A-+)") + (net 60 "Net-(U6A--)") + (net 61 "Net-(U10A--)") + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979afe") + (at 108.86 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "cc86c987-d976-498b-ad3e-32ff278a00b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "4e45b621-2962-4087-a1a6-a5f4146b49f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df57998f-49ea-4368-8b50-8fa6378137cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85bdb009-0dbb-4cef-9495-ddcc7233f140") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "80ac0545-f1b7-4389-b0c4-b1c2b861600c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097a580") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "17ba0723-131b-4104-ae06-c3f74a6e7466") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "08393ad4-316b-426d-8e28-b407a74e9d78") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7c8d7e0e-6ce8-4307-8c0d-431b6ef4f219") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "3bc8bbb1-8b96-4172-9c88-e1461b0db5ab") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b06") + (at 53.34 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H3" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "33a18145-6bf7-4f05-b4f2-aa2c4c76fbaa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "f5505d2b-1745-4b86-ab1d-37811c27bdde") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc85a83a-495b-48ea-ba15-b5f4557c1af1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d69f0381-d836-456d-9652-2e444e804626") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2d0c7c5-4e2f-435a-92fe-9729c2417756") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006098deca") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "f583cf0e-e7d8-47cd-a4dc-cb27275b76ef") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "1edfa944-9e03-4c4e-8991-17a20c0d0323") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a00519e3-b19f-43f1-bd6c-d69ab8f48e44") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "25508b7c-5836-465b-ba5f-52eeb4ee8f95") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b0e") + (at 108.86 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "acac20fc-c8f9-4c2c-988e-76074c6dac5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "a5385c94-1f68-48dc-ac8a-a2695cb4a9a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5df03591-a37a-42c1-9d4b-4849ea334d01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c15ec1d-c8e5-4414-8e57-56c322e7aff9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c7ed382-205f-4636-a022-25527bbdb226") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006098ded0") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "665fc31e-f4b9-48bb-a6ad-8d16ce7de343") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "baaf0412-40fa-4136-a18a-2f5add78bcff") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7d8d62a9-5edc-4b4c-8734-a7e99ce2f866") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "e8dc5d44-1812-46c9-9df5-077ed9f68120") + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f07543") + (at 67.31 64.77) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U1" + (at -0.56 -2.29 0) + (layer "F.SilkS") + (uuid "03db3173-e38d-41d5-9f40-3e53a82e6f0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "05e1707c-d1dd-45fa-b27d-122430e59a31") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6858ce5b-c6dd-4386-8d98-17bf132b14ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1fc2d041-9f7b-4e96-850b-c24939dcceb6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "50b6e9a6-ee33-4f42-9501-e078b7e804c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000619cfade") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f394bb4-2909-4171-bbb5-2dcfc503f9d0") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de0baabf-51ec-4d5c-9335-2f6ab33dca64") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c2fcf71-97a7-4d5c-8e5b-b60bc90a253f") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "945c4a5e-0c09-41d6-8aac-e192f88cb21c") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "491d003d-2f28-4d8d-a290-cecbe12bb75c") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5bbcad1-d1c5-44ff-bbea-95cd1265128b") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1fb71bb-2673-4f39-baf8-e9b04edfd754") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d51553c-9eca-44a6-91b8-dd6642550c17") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5de138f-4500-44cc-a66e-f842646bc5c8") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c8d8bb0-7e58-4693-914f-ca6546eee500") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "22f569c8-99c7-4544-ba29-4ca583a40473") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09d5e52e-5ee9-4f01-b117-496b8e0fdae0") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00e16258-e9ad-4ff2-8776-7ed324be08c5") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "778d56c1-fcd9-4f2d-9dd7-3c67e7f42f47") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b080a2a9-ad55-46a7-b1a8-b34ec0e09002") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9e22e13-73de-4629-8b07-cf917ce5e534") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce89360a-8f7e-4ce8-a8d3-7280b7e56bc7") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9c785a3-e553-4a16-9a97-175a04a63c10") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38e22077-43a2-46ec-a914-ea885aa65660") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44609577-207b-4de0-895f-f131a79e425b") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0dff029-8bae-4005-96bd-287080138c90") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "afde0406-72cd-421e-92b6-88bcd142b2ba") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "431556f3-00d7-4778-a0fa-76ff5370e705") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "3635a897-c492-4d7e-a1e3-2e28341d8346") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C7-Pad1)") + (pintype "output") + (uuid "582b7697-e0dc-4a92-aad5-b64283fdb9fe") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(U1A--)") + (pinfunction "-") + (pintype "input") + (uuid "057d4941-c6f3-47aa-87d6-ecdc3e52f089") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "4d1d8514-7013-4531-b8b4-8db6b51cea55") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "c3e404eb-d5ef-4ca6-8ecb-4cfd0321c251") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "d61aad31-78b0-41a8-add5-92f0a5de3af3") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(U1B--)") + (pinfunction "-") + (pintype "input") + (uuid "73004585-f21b-46f7-8b87-63c8a0349c1e") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(C9-Pad1)") + (pintype "output") + (uuid "54c3d1a1-bd97-4c56-8564-d1b743d0a076") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "f954033c-4988-496d-9eec-8a6e1fd2ce4d") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f07567") + (at 67.31 80.01) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U2" + (at -2.14 -2.22 0) + (layer "F.SilkS") + (uuid "dd1496bc-07fa-4c04-89de-a66371fc6f4c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "d560f4cf-69c2-4c38-affb-1e668d698b78") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "480f8222-48c9-4850-8411-3e7681fab1b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b13153c6-b6e2-4936-8a74-5de7d4842e09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "534f8d02-8cea-4a22-b57c-e1692d3b02c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b191a5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68b2f1c4-3cd4-40bc-b382-ab86b0a274d1") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aeb2d166-5987-4882-a12e-79b54c15c30d") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd908d49-1a62-456b-aa51-32550fcffd84") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9947f57-3535-4b99-bc53-5214da44b1cd") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8e94934-ce59-4dff-b161-6b6ae2860eba") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc039ab3-1d6f-4040-96aa-14b8239bd597") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6634f352-fe59-48d3-94fa-9b628b4514e3") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9f11b67-4451-4f8b-856c-fd99c10a8bbb") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "561da50a-d721-4b05-921b-d25f53c9f522") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba0d62df-bd81-4a06-b216-5b99caf8ca60") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96ca8d42-9983-4047-bbff-943c01844a32") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7edb8ddc-38ed-4be4-b9c3-a2acc685b47d") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af2b5e49-fbab-4337-a76d-e5ee60786b67") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d4f0dab-eb57-4112-9627-73845b104e0d") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c763be91-de9e-44ea-8cb0-3a9565d449b5") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5419e40a-46bf-46dd-b2ba-8e2b415caf97") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5078bc6-c447-4a79-9a31-f197ad93815c") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61004337-fed2-484f-acef-00016b5dea39") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87503b81-9bc6-4a39-ac3f-af00f63174ee") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9046db0f-2aa8-4d1d-87f0-bf7484400c23") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "115b25f9-f25a-42b0-bfaa-08b7f5614ec4") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4f219bc-bd4c-4fe4-907b-42e474793c49") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ffe6f0ce-a7c9-4e82-8d9a-be3986f3849b") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "e6bd840f-771c-4235-8d7d-f4c210b89e3a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C15-Pad1)") + (pintype "output") + (uuid "0fe1131a-e3f9-41ad-80ae-fd5c6e3f10e3") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(U2A--)") + (pinfunction "-") + (pintype "input") + (uuid "321de1ee-fcd5-4fef-8871-cc6113614582") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "caa8bc29-db6d-4a6b-94b2-4325b9b099b3") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "3e7f49c4-9136-4c3a-b589-3493b85742b6") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "9b622436-6fb9-4c52-ae7b-eeed0ee39018") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(U2B--)") + (pinfunction "-") + (pintype "input") + (uuid "aca90b8c-b2e0-4d3d-b2b7-81d5b9347bfd") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(C17-Pad1)") + (pintype "output") + (uuid "00e4a2cb-73d5-4f5f-9d80-55d4bb00ab2e") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "e4c69a36-aaec-4107-a5c9-7d3d9e0b850f") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f0758b") + (at 67.31 95.25) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U3" + (at -2.3 -2.19 0) + (layer "F.SilkS") + (uuid "b4a48e76-c2a8-4404-849d-9d4dec806bfd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "e3083c6d-c14a-4f54-b1a6-74f11b97745c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab3e49ba-ee0e-4f57-8c92-b3c22c8e232e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e8549f6-0e18-4bbf-a990-42e53cb75a1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb8157df-1c51-4d2c-a283-bf1287569de2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006142cdaf") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "177b0520-44ff-4cff-9390-66e576c83ea2") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72b21efc-5f59-4395-acc7-48822780748e") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0d65fc9-e613-4b62-9305-2604bccc314d") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b432cb7-3078-4aa6-bc22-0294225b5654") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee69249e-7d70-4697-9bc4-3ca7ba013a3f") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4c66eb0-3fb3-4826-93e6-98c15185d098") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6224b2c-b1b4-402a-948b-8f5f5429694e") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5316e0f4-9598-4ba7-838f-38b4ebcc7083") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd680de8-6695-4693-899e-4dc2f59cd40f") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f59755af-f583-4f7e-8b7c-2b483da7c693") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f774830b-f6e4-4a4a-8773-2b4d2698ea20") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c42f1f2-6220-4f4f-95f9-e0352c4d5cf2") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38534f01-5aa4-4680-9871-7033371b6a77") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "152d3630-60f6-488b-8fe1-823d4bec180f") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d2fc35e-4780-4b75-b229-39611e85f473") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd85ff7b-1e0e-4e30-ae33-c4d48cd0cafe") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "247d608e-291e-46ac-bdc2-115775ad05e3") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dee83ef3-960b-48f4-9cae-a38b0368c04a") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b12c3e9e-253e-4cc8-a17c-53d31005d486") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "de08844e-1527-4c7d-8f12-a3244addb03a") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "232bfef3-0a51-4256-a7cf-a857ac8ee162") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89538117-499f-4048-999c-3b47f6106b1c") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32d0540f-01f6-4eca-a9ba-6583525b8ad0") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "1e5161dc-2016-4f67-ba24-56c89da753a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(C25-Pad1)") + (pintype "output") + (uuid "e621c23b-20bd-43db-b19c-53e3f84a2d51") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(U3A--)") + (pinfunction "-") + (pintype "input") + (uuid "2d011ce5-cc97-4c0f-93d4-46f1d7932c80") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "0778a641-755b-4aff-bced-41775f4d90d8") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "21eb7044-105a-443e-a64f-381599a0fc8a") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "1d2de40f-8b43-4657-a967-a7cfaa46ca40") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(U3B--)") + (pinfunction "-") + (pintype "input") + (uuid "9f757c69-782b-4743-ac13-014a5197a2da") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(C27-Pad1)") + (pintype "output") + (uuid "264c87ca-54cc-4320-86d0-ad71029504f1") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "a5cb1ba5-07e8-4e8d-bbd9-fe97243e2ba5") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f075af") + (at 67.31 110.49) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U4" + (at 9.93 -0.65 90) + (layer "F.SilkS") + (uuid "922300d7-977f-4b92-ba7d-c0845c61b51f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "95e9ef0e-a93d-4603-8b71-a05527c90725") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ca8d839-7e3e-43ed-8a0b-4f03887a555d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9944f04-3a25-4d11-bfef-78cfdd0dd800") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41270824-caab-4c09-91f2-b6d6bfa498b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b46578") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31338b41-8845-42f9-bc7c-fadf68b71388") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7f8c119-0fa5-425f-bb88-9ecbf807080d") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65f3ce78-a2bd-450c-a044-ac540f199208") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20fb6065-f744-4de1-aad3-17b003b22d2c") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4405ae9e-ef7e-4821-a722-e60506e3ad2b") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dab4ea92-50b6-432c-850c-59c99c150408") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "076e9034-10f7-4004-8129-9514d45dcce5") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b81dba6-c0c0-48fe-a29c-62cd47a8f5b3") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cd5edb5-b571-459a-b4e1-587df251583a") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6512fdb-b1ac-404b-a91a-aa8072ffdb76") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec5d9984-f9ec-4f6c-8a09-2133b46895b6") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d6ec2380-2744-4222-85c1-8c2c5794099d") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e55b5c6-b14a-4f6f-916b-6ab01c39aa43") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "564621ab-d8cd-47b4-beff-b276e5abf2be") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f4cbad1-d388-4a77-adaf-7156e698dade") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80959453-b5ae-4336-a418-e8f0e9315a68") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3aba6b18-a5f0-4088-b80a-6918b36c8eb9") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25f67f6e-293d-46eb-8e73-b249e0ddebd1") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eab6b11c-e13b-4e19-9411-ec3db3ab4cf0") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d28b128-d03a-4294-b21e-037d0e84b07c") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8376a81-fa47-4033-a3f0-cbaf3c144165") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9efe5cf7-9885-4496-a3a1-bb60145b45ea") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d77b49e-bcb4-4dc4-969f-bf686e38e008") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "204b7053-782b-44e1-9d73-5697ca363756") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(C34-Pad1)") + (pintype "output") + (uuid "73eaee39-92d7-4854-ab2d-0473968d2f71") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(U4A--)") + (pinfunction "-") + (pintype "input") + (uuid "857b2528-d199-462d-9035-045262ee4bf9") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "23308891-5912-428b-9cef-4e317e1c278e") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "751d353a-516b-4a41-9d96-46120f411df0") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(U4B-+)") + (pinfunction "+") + (pintype "input") + (uuid "d5f29a56-b08f-4e38-a191-b8356d19f200") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(U4B--)") + (pinfunction "-") + (pintype "input") + (uuid "f5b00b0f-1497-46ea-92b5-57140e476903") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "Net-(U5B-+)") + (pintype "output") + (uuid "cd6d9919-80d3-4ed4-9743-c5afecfb6013") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "0e030edc-668b-425e-b938-35c3b10d9b29") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f075d3") + (at 67.31 125.857) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U5" + (at 9.89 -0.787 90) + (layer "F.SilkS") + (uuid "4059cb09-7418-48c6-b0e8-36d1fd7145ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "bd60cb56-a67a-445a-9c7e-83719346d2f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe7df1cd-fa2c-4dd4-b6b3-13e012950541") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1395af2d-1ab4-4e61-9a7f-e3ba26483c61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fbcf424-445e-49d3-846b-bcdf91f84775") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a547") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c741fb7a-62ba-4dc6-b2cc-423400683a25") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a85b4102-aece-4d49-a686-2e961791dda1") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d3ded69-1d8b-4662-bae3-136a96f2588d") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9bb63aeb-295f-40de-be0c-8220ad2ef3af") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a681dd9-41a0-4f84-a02a-e047000fe707") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4a8e044-7ac1-42f0-810f-531653168bf2") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aafe5b0d-d6fe-476c-bd0c-69f250e06d85") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ce123a2-bcb3-4181-83f9-f648dcc0a059") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bf83692-d1ba-4db5-97b7-8b6577da983c") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75b957fd-6c10-4f15-8390-b0222b9f0a68") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a4f1104-d837-426a-89e2-c0691b73c9e8") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9cd8eafb-0a23-4617-bc9f-add2a9eab72b") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e1ab0e2-db90-4f2a-ac9c-dc307cd8f35e") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "65e640aa-674b-44e7-aec0-57f5d4a80479") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "807c4915-a6fc-4b65-8a6f-a3f5fcd97170") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbc24791-840c-47bc-a386-2eded282b87e") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "39f4ec88-84f0-46ac-b3b1-fd9ac8393af0") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5771a997-a632-49d2-9be9-0d36973d985c") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8535c254-6ed1-4f5c-9f3d-62cff276926d") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c419c3f9-242a-4027-9bd7-0b9234f7b194") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ceb5d04-3c5f-41f3-bd19-5926dff6eca3") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0cb6e4db-8e44-4eaf-bf92-dbc30e200adf") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d94c7930-d175-42e9-97a7-b3b43b91fdc7") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "49a02649-724f-47cf-9217-66c2f073e265") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(U6A-+)") + (pintype "output") + (uuid "5fa6b96c-5b2d-49fd-a87f-76e279690b70") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(U5A--)") + (pinfunction "-") + (pintype "input") + (uuid "9b454900-eb04-46f7-8a14-593a6ec75332") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(U5A-+)") + (pinfunction "+") + (pintype "input") + (uuid "1edb5987-67e7-4211-bb25-55b72a744f64") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "aa901d37-a867-46ae-8910-bc4b4cbdeb69") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "Net-(U5B-+)") + (pinfunction "+") + (pintype "input") + (uuid "a89c36f8-8a62-4438-ae09-ffb7f6e4534a") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "Net-(U5B--)") + (pinfunction "-") + (pintype "input") + (uuid "2741ea38-70c8-4fc2-aad7-d5d0c71104af") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "Net-(U5B--)") + (pintype "output") + (uuid "6d013df9-fdb7-486d-90de-27625ac159d2") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "302ee357-9dd7-4f76-ae9d-5b21b2eedef8") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f075f7") + (at 67.437 140.97) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U6" + (at 4.043 9.93 180) + (layer "F.SilkS") + (uuid "b23702ab-8915-4300-b8e9-021bc7b2ce0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "e9cc1fc4-06ad-48d0-804e-65c8e70580de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35e57911-980d-428a-beaf-7f15c239b6d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb532b56-29a9-4f08-855e-1b042d40330a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6cc5e347-3415-48a2-b54d-97c43ec0a1fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a56d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba7b2556-c233-43d9-856e-5036b4b57743") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f339a236-4213-4b10-a79f-1602ade9d7ae") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7331cfdc-b27f-479b-bda7-f37233f454c4") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbb73a2a-797b-4243-9e4f-c4ac9320a700") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "656ba361-1c48-4fa3-8523-827154133525") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea883fef-f608-4745-8a34-f12e4ae0a3b8") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e21340d-bca2-4d19-bc63-0f2c63acde4d") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f9cbc4a-791e-4acf-9e10-3f4a1884e133") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9eb061f-b79d-4e2d-a349-ee505782e600") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8d56f11-1ae4-417e-b748-9b929a8991c5") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83e0697d-dd17-46ea-8b16-514711b11d1b") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d94169f8-a91a-4bfc-ae59-3fc1cd3bc8f7") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2fa714eb-f3c6-437d-9b50-673218e8105f") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffd53c38-36f3-42ed-8dee-14003a9bb838") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7b44aa8c-0ae5-48ba-a2ad-2043fb3a3597") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "31a9d02d-7d10-47c1-a1e9-a47d19a26bf0") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e7f6934-467c-42f6-8276-ca98086ae1f0") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7391db9-70f2-4d15-9cec-16b7dc5126f6") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a51cedd-e616-4647-b8d6-7063777cb00d") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ded14c6-03e8-4dfe-a409-a5ca60e28946") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af7855a8-a0f4-44fd-ba84-e196fe843a83") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b0abec5-0189-4394-ae23-2c58e16077f4") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "971d56fb-de1d-44c7-9340-a9d387dbb4eb") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "3ceac0a2-760c-43f6-90cf-0ec0587acb91") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "Net-(U6A--)") + (pintype "output") + (uuid "6503a619-5d7f-490b-af81-28299a6935aa") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "Net-(U6A--)") + (pinfunction "-") + (pintype "input") + (uuid "20d00d68-91a2-420f-b6e3-a753df77e19c") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(U6A-+)") + (pinfunction "+") + (pintype "input") + (uuid "f55a2a20-ba4a-4a1f-a0b3-394144969b79") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "d7193ed2-6e82-4a03-a47b-5d277be531f1") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(U6B-+)") + (pinfunction "+") + (pintype "input") + (uuid "8519e228-08b7-4aed-ab21-69721cc144a2") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U6B--)") + (pinfunction "-") + (pintype "input") + (uuid "bda061be-49e5-4da0-94b3-50bea1faaaf0") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 59 "Net-(U10A-+)") + (pintype "output") + (uuid "a63d49c5-5ef2-416b-b8c6-3329565ef8d7") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "9d84b9e2-6f9c-4776-a005-8827a454564d") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f0761b") + (at 97.028 77.724) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U7" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "0ffa4d24-d800-40f7-9eb3-2512c5d5d154") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "19a7852f-3a8d-429f-988b-262b0dd5c754") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce8042ad-4f19-47d3-83ae-49444bac5ef1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1485149f-eb93-4f76-9859-b82619893435") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c383840c-8908-43d9-a6e9-ec8d145ea001") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006173f610") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7aa2451-c701-4bb0-af37-a13a5b8d8c8f") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a85d78e3-41fc-43dc-835a-64ffea6bb64c") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa925b38-308c-48df-a9bd-2fab1104f03c") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcd35e1a-d9f4-45b7-91d0-e43860d3965c") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b49cd5b5-2009-4efa-a868-a69d0d196cbb") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3dee072c-c90e-4f25-af8d-04a31924e085") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b50f4814-672a-4ce6-9b58-72e95d151e60") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5496d6c-ceff-471e-8ed3-01f2cecc4e12") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee183ece-c690-462b-af9e-198266bcd298") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "953016b5-01da-420c-b6ed-2399d515c961") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e5de0903-e5e6-4c5c-990a-339fd6e74e67") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02b4652e-be38-4586-a3c0-1ecba3ac1131") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "222e271e-5121-4215-ac7b-8ea0cb439202") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6a4cef95-25a5-44b9-97cf-a1ba78b3def4") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ee7a662-885b-4979-81c8-6ed79ce343db") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "edf04356-33da-4aac-80aa-346e8a92c3ba") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f110c8c9-4f04-44f0-90ba-3cdb53fd332e") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cef2d4d0-ee86-4015-a736-48e3500fdb8b") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00d204fa-3c63-4f18-9225-0a7e5b252a3a") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9126ae6-b525-44a4-819d-65a298ed7543") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c98265b1-9014-4ffc-827b-5f7055482abc") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2682588c-0cc7-4951-bf06-2b4ecd7f23b7") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9cecdadb-b793-49d0-8972-6dc31c70c200") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "7766cfb8-2b4f-42f8-987f-1aa60bb47966") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "F_C") + (pintype "output") + (uuid "8bf1de3b-9b6e-46b7-9bb1-060559a71c40") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(U7A--)") + (pinfunction "-") + (pintype "input") + (uuid "0f34a834-8d16-48a5-8100-a91860036afa") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "adbb54f9-5a58-49b1-8fc3-24992437bbf1") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "68d845f0-211b-4530-a20a-442f77a716dc") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "968f2c9f-59d4-4755-b7e8-fc157edc3fa1") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(U7B--)") + (pinfunction "-") + (pintype "input") + (uuid "f8a6870b-387f-4e6a-a456-1b4b330b8256") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(C46-Pad1)") + (pintype "output") + (uuid "083df110-32aa-4591-91e2-694504bec677") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "f2020062-1f4c-4e1d-bcf7-7930be78cf32") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f0763f") + (at 97.409 120.904) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U8" + (at 3.101 -2.264 0) + (layer "F.SilkS") + (uuid "dce3aafb-edf1-4922-bd12-39f3e465d67b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "30272058-9c20-46c3-bc4b-5c8de51e5a6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec65ef87-aa0d-4c78-90bb-dbdd31b6cee3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca5f92f4-c528-40d5-b63f-c1ae7248d06e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27415411-e9ac-4213-953c-4d8a36330cf9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061995252") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3019b7b-77bc-4fe2-ad1e-3e95187caa16") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9c23550-9ccd-476d-8858-7ba91ec6e934") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "855c4418-188f-4e94-b46c-d09e14fd3a4b") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d0deb6f-51b5-44d4-afaf-cc2cfe288a17") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ef41f8c-9ae7-405d-88a9-c36da877a8a7") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94ec85a0-158c-4b39-9b26-c977919c5894") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a7dd832-56e1-4ff5-a380-dfd81b4eeba2") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d0f05b9-a820-4087-ba36-17b5355987c4") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b23f572d-cb5a-4e93-94b4-19fefc6c3546") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acc9e927-4395-4143-a69c-ed5cd84f018a") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4da5c291-d19b-42cd-9f0b-71665b6a668b") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f8e1f8f-c242-431f-adc2-3f81a74b5b17") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5624dad2-704a-41d2-8fb1-6d01f73cc793") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c156361c-335e-443c-a635-b714209ae2e1") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "154f5e17-f2b6-4e1d-a255-3dabd312d902") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32902751-f165-4936-bd48-6f76a5723ffc") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "884d2811-f0ce-4926-a7b4-b3ddead161e4") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "787220bc-64c5-4f5e-9b40-5ded846b50ac") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2701dab-17a6-4bb2-b7ac-b55a6001c0f3") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71820ce2-10a0-4b6c-bf36-6434a5dc1c25") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5adf86d2-83a6-4f30-904e-066112a4204e") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e569db31-d9fa-4f4d-805a-43b629dee2d2") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8c03386b-b6b6-49df-9fff-bf393cc3516e") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "0ad786b3-c13c-4dc3-862e-3a1442494b30") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(U9A-+)") + (pintype "output") + (uuid "b93e4799-5340-457c-9506-e19e5c5a20bd") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(U8A--)") + (pinfunction "-") + (pintype "input") + (uuid "071393f9-158f-4e5b-bce9-bf2b5ba4ed17") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "69c91788-4820-4ae4-977a-fda9ffc074c8") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "1b6bad81-c490-40af-bdc0-fc8dafd65640") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "094c9274-6435-4947-9cab-04d5b6c240e9") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U8B--)") + (pinfunction "-") + (pintype "input") + (uuid "58a981ab-cb00-4d82-9a09-3b184e4dfb79") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(U9B-+)") + (pintype "output") + (uuid "d20ca8c1-e200-4183-b899-29b07728870c") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "940e7f1d-b76c-4e09-9210-62bc4fafb864") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f07663") + (at 97.409 99.822) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U9" + (at 3.701 -2.142 0) + (layer "F.SilkS") + (uuid "d5a6b65f-66ac-4620-922d-7c28f95cb16d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "8421f591-7daf-46a3-8aa7-0a998e1bd833") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3bc303a-5a2e-40c5-81bc-2e656c6c6bc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a93e49c4-574a-40ac-93e4-7fd886696165") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a39db118-7e18-4353-8c85-94cda6dc858c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061435445") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "040880cb-4714-487a-bbbf-d6eb06860c88") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71ac188f-d9b0-412d-b192-a5af9918a946") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5828de2b-4029-4ce8-8bae-7f56fe1e66e6") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "010c8692-f60c-4190-adfb-ac3a415fde39") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "301845c1-d867-48ce-a9ca-1e985b0be917") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8dcff67-7554-4ecd-9664-af61ed37b9bd") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a58c6b2c-ecf7-413d-976a-67500ff24ec2") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "824e3b6d-bff2-4a85-8750-bcde2f42048b") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2b48365-a8c2-46ab-8af7-2cd38ae68e62") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bffc08d-c78a-4496-9ab5-a48024f76f85") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88827db6-71c3-4f2b-a2e0-3a5b072ac02a") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73f63eab-12fe-4f70-ba28-66207e6fdc5a") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f625514d-92d2-4c8f-b326-df457f06eb64") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "32b7bcef-d5ad-4578-b514-14eead86dd6b") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "476c0e09-26a2-4667-bf08-85700d63bb63") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6654ebc1-b1c9-4dc5-b6a0-a1f481485842") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86aac20b-3290-47e0-ad88-ce1c18fe90ab") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24b078f8-a510-4c03-a6b3-c9b4885e1cc8") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68342f58-f099-47d3-999c-c20561b28574") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b54b064-7113-46af-b6f0-24493ea2b397") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46e9c1ab-0ba4-40dc-8149-1f667e387ea3") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc6603b4-d766-42cd-a78b-98f28925d6e1") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "95ead881-1390-470b-9b29-59437a4de593") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "fb236af8-bcb3-4eab-9c87-80478b9e9754") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "COM_OUT_B") + (pintype "output") + (uuid "d694e182-4f27-459f-9b02-96e64ff575ec") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "COM_OUT_B") + (pinfunction "-") + (pintype "input") + (uuid "b9ccbdca-8054-4a58-9d91-97bd0d95e505") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(U9A-+)") + (pinfunction "+") + (pintype "input") + (uuid "1e9522ca-dbbd-4043-baa9-edd6337ac017") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "12880701-f7fc-4618-86f6-3704e7bf71cb") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(U9B-+)") + (pinfunction "+") + (pintype "input") + (uuid "6654369d-b943-47af-a60d-242218a54291") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "COM_OUT_A") + (pinfunction "-") + (pintype "input") + (uuid "38780b57-14c2-4873-9095-085a187f58d8") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "COM_OUT_A") + (pintype "output") + (uuid "05f99dda-df14-417f-91e0-167ca3b6d48f") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "7a67ee40-7b52-4db1-918f-cf9c6ea7a18d") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f07687") + (at 96.52 140.716) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U10" + (at -0.14 -2.266 0) + (layer "F.SilkS") + (uuid "11088d75-e352-409a-af47-4a8afe924037") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LF353" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "7c7d94d6-93d1-4984-bc73-3305604cb431") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "47aba55b-7988-4cb2-b598-adf68243bd09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a4789b0-cfbd-4f5f-866a-e54029d9f42c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29eb3ddf-56a5-4c25-8fc7-f22c77a37418") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0e68") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b1bb128-06a5-4537-a7e9-7f3b6df92a70") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80294e66-7f13-4eef-810b-adaaa8c621c7") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9728b4a-55b1-4ea7-b569-cfeca5215627") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a65efab-2eb1-4db9-be2f-4f3b69f83416") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e80791f-05bc-4774-a7be-53698f23ddf3") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fab13726-f951-4fa7-82e3-10652872715b") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66a85462-849e-40a2-9f18-82ef25930ebe") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a507935f-7e01-4f80-bffd-da362eeabf51") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "489c43de-4b97-41ed-b8b7-9da0478c5e96") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14fd431b-a2eb-4935-b6a6-0270f7a63134") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbf19b29-ba7e-4108-a210-5603ce209855") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd920031-2e7a-485e-8ee6-5aae995e8285") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d974638-6f77-4579-bd32-1d38a21ff721") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78abebd8-931e-48a2-9b1b-bdfe26dee936") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3982274-b571-4621-82e4-33851b57cd76") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5facf8b8-772f-4a90-90d6-a59d5acc2f10") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03ab17d4-cdc1-4dcf-9c05-d5a2cb03a4e7") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dda06d55-6bfa-4553-aca5-f241fb56d328") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "293c953e-8042-4cf6-9e15-a614cb3a6285") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d2149ce2-f336-4818-a842-5e0dc04c1c93") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dca55089-c0ed-48ee-8548-19eed05669eb") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "20b19901-af55-4239-8d2d-db7914cece57") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3849a38a-268c-46f6-8dfe-6af8438bdc3b") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "26ce1025-edf8-41af-8352-a444ea05212d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 61 "Net-(U10A--)") + (pintype "output") + (uuid "10a5c09b-0590-4d5f-91f2-671bca9d3197") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 61 "Net-(U10A--)") + (pinfunction "-") + (pintype "input") + (uuid "fe15ad0e-bd6d-42f3-b816-7db18b02949f") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 59 "Net-(U10A-+)") + (pinfunction "+") + (pintype "input") + (uuid "f69693bf-f845-4385-b63d-f69a2820d5b8") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "88b1ff3b-b723-44e9-b945-8b534b1d20b1") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(U10B-+)") + (pinfunction "+") + (pintype "input") + (uuid "dbfd60ec-b99f-407a-9bf3-0cd134d1241b") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "F_A") + (pinfunction "-") + (pintype "input") + (uuid "10cc9f40-6f8e-4a2d-a04c-760eb07dc10c") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "F_A") + (pintype "output") + (uuid "890ae657-95b3-4aa5-9217-e0a8d7882d00") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "ef0dbb2b-8cfe-44d8-af14-6fced3290e3b") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f136f6") + (at 72.39 60.96) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C3" + (at 1.25 -2.286 0) + (layer "F.SilkS") + (uuid "fb464916-0a76-49db-b07f-a947980bf538") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "f2743c40-bd3c-4893-8b4f-67d0e87a7349") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba2f3ef1-f905-491d-a189-3777684a6204") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de36411d-2541-44ff-8c73-af0038b3285a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 72.39 60.96 0) + (layer "F.Fab") + (hide yes) + (uuid "d780a6dc-63a3-49d6-b3f7-fa486abb2838") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000619d0ee8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48631236-bc07-4c30-a991-766ab7e02e61") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60f0defd-4e29-4338-8d87-c053de5f7b29") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ab33b8f-0b32-4397-859b-38eae7742020") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "903c8562-2eb4-487d-8483-c8ef9c0d7a54") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "972a117c-5f32-4d8a-9a33-3db065cc9445") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ff3bbdc-ad36-4582-8ff8-c8d566e84c35") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3091eda-3cb8-493e-96c9-db2b017eca01") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c149840b-cd57-4e0b-a05d-0532c7861f04") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b129e56-55a3-4a43-8622-75569f7418ca") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29250746-8203-47e7-8cdd-c8c665b78fc2") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29a35cd2-e1c2-45eb-a8fa-3125ae7b4819") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cabba949-0f67-47b1-8748-aeb885b8603a") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3eeef0eb-1cf6-4310-9dbb-6d794d9dbb89") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9201626b-15dd-4d94-bd40-49460cd26261") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "24bd58e8-7c2a-4c89-817e-77672aa80c6c") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "6700c66e-010f-40db-b894-9bbaf3f7d28b") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "186a45eb-d8f3-41d7-a7d0-7bc22aa68858") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f1370b") + (at 67.31 76.2) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C4" + (at -1.778 0 90) + (layer "F.SilkS") + (uuid "ab2d8ea1-2134-4f0c-be3e-85fe5467429e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "6989d3ca-16ce-4510-a566-50ea13dcada4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd4550a2-7f17-48cf-8b3a-62ff829fcdc3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e29d1740-f73e-4d83-b43a-538030d95da9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 67.31 76.2 0) + (layer "F.Fab") + (hide yes) + (uuid "1afd2896-ea8f-4f06-8290-89de7eb13dc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000619d1c20") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c45d7ea-7763-4c7b-b1a4-4206b52ff107") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a024e19e-722b-4372-b63f-61b800fd281f") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a447340f-07b3-433a-a6cc-36f4bfb62bfb") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4bedb0c6-b177-486e-86af-3fb0c5070435") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d4c03ca-5d76-4507-92d0-66072131efff") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d3e3227-8e98-436a-a0f1-f87af739f1be") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "440af2e0-daab-4494-b600-fd1362718c95") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9065568-2f84-44e5-b397-4c484c45c267") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c59c4e71-1111-4a6d-a74a-fa203427131f") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8272bf92-b431-4d83-9d6b-3161bdc502cc") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e918ea62-7149-49a3-b2bb-d3358f0510f3") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "925b9773-6593-4aa0-b7b6-0ceecd558616") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46065a68-a946-4f5a-bb20-3be4e888fbcc") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6779f9bb-a82d-4fe8-9e8c-8ca1c26a361a") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "6a0df29d-b392-4adc-816a-6ab9669c4ea7") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "fc7c4e26-774b-4887-bce9-879a28f89825") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "6f754964-71be-4a33-b112-9abc8f18e858") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13720") + (at 72.39 76.2) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C5" + (at 4.318 0 90) + (layer "F.SilkS") + (uuid "60d090b6-9204-4768-a10d-8f9763aa2798") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "0094e304-09c1-4ada-bfc9-0765a2bde865") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3454b68f-4168-4d53-a398-6ab74a5a9e58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32c1e2e5-d6c2-45a9-b598-65aeaddee24e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 72.39 76.2 0) + (layer "F.Fab") + (hide yes) + (uuid "01be6aac-c3c9-473b-a547-0c4e1594ca39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b191ab") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "929a7acb-c518-4356-a392-b7830562357a") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8e6df9d-36ff-41fa-98ec-ff1ad070e14a") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fcc8c69-48bb-4cfd-aa6a-02140d478fa9") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3f92a0e-5981-4352-9a5c-10cffe265d2e") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1c3eaea-d89d-4aae-83a7-9d2cd70d8f11") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e18f790-dc5f-4fed-89a4-f0e0ed0822e4") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d1aae1d-803c-4cc0-8121-c9c74789659e") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d6356735-4222-4d4b-b760-49bda09d3d76") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8f71b8e5-ee17-4b8a-88ce-1bc725baf561") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b5bff4d7-e747-45e9-b29a-910c97f46101") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a3bb2ad7-c7a3-41b2-82af-4bea1f4a0e15") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "803f2f72-d451-4c32-b73c-daee582b87b0") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ddadbff2-b2f8-46b3-959d-fdd8bc2151b4") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7b939d8-4312-48cc-bcaa-c45d19e6f535") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "99831468-6343-4234-bad6-6215d0e8ff8b") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "6c8a2c66-b5e4-4975-b53b-cc51cc820c1b") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "832a6387-1e9d-47c2-b91c-ca7d52a700ca") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13735") + (at 67.31 91.44) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C6" + (at -1.778 0 90) + (layer "F.SilkS") + (uuid "d7759e4e-cffc-4cd4-ba93-309a5462c071") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "535cae20-dfc5-4253-ab1a-8c0752809343") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ddc35d6-dca1-4348-bd96-87204280eab1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "454150fc-10dd-490f-a335-203b43770a59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 67.31 91.44 0) + (layer "F.Fab") + (hide yes) + (uuid "08f94d1f-cd37-4b10-990a-723f114d6da8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b191b1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b45af0a8-dba4-4035-b3ac-4e77a6ca06df") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ccc2a089-ae5c-4feb-8f53-4f02ef84d6f6") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de6723c6-d52a-49d9-98ab-fa4b188abfe0") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba320e3d-fa44-403b-9df3-3c936a584822") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9004fbe4-4caf-46fe-a765-07da42e3de92") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6606a69-adb6-4f1d-8cf0-a4c4fc687ab7") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b468fcd9-4266-45dd-b0c6-a62e73a09fe2") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab66956c-1b0f-49e9-87fd-7471affb774b") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e828cead-7899-4439-bbdb-16da85f2dc58") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7fd44f8-af18-4232-a587-0a403b83741f") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9ab79cf-27df-42b4-8bfa-b69bdc616166") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ce43021-56a3-4905-985a-e01331fbfd7c") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0060694-4865-4f0d-9246-cc26e0ec7740") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32b26aec-0838-479a-8c32-b10e209f259f") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "ab358966-b20b-4acc-b63d-74fbc7c77ab3") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "8358c43e-951c-46c4-be15-be3e3d9d6ae7") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "64fd3fc0-9020-42d9-80f3-d12024bbf2de") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f1374a") + (at 61.214 71.882 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor") + (property "Reference" "C7" + (at 7.112 0 90) + (layer "F.SilkS") + (uuid "37be8ea5-e708-497f-a1fa-123eef998137") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47n" + (at 2.5 3 0) + (layer "F.Fab") + (uuid "dfc20af8-7c1a-42c0-ae73-639fa09f9f8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f52e9d98-7370-4e8c-93b9-7ddd8f8a6a0c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5176a7d2-0ad2-44aa-ae9f-0967987cc059") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.214 71.882 0) + (layer "F.Fab") + (hide yes) + (uuid "881b1c0e-2ae4-4248-8428-4dbcb777e72f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b0b6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -1.87) + (end 6.22 1.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00517000-4524-4a07-921d-01a595e36802") + ) + (fp_line + (start -1.22 1.87) + (end 6.22 1.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c75c1a21-62ce-4b26-ae25-302b62e56de0") + ) + (fp_line + (start -1.22 -1.87) + (end 6.22 -1.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a0dbcd0-39a1-4a52-a335-88c82cb7843a") + ) + (fp_line + (start -1.22 -1.87) + (end -1.22 1.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee8765a4-6774-41cb-9cd1-0f715dd86d0c") + ) + (fp_line + (start 6.35 2) + (end 6.35 -2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6a8bd928-dfdb-4524-ab22-b48a064ef884") + ) + (fp_line + (start 6.35 -2) + (end -1.35 -2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81ee4f1a-e827-4d86-ade9-b03a1d69d9c3") + ) + (fp_line + (start -1.35 2) + (end 6.35 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed1c123b-3fe9-49df-8f16-ec8559877bfa") + ) + (fp_line + (start -1.35 -2) + (end -1.35 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4cd043f-2cbb-4372-b95c-c2930ff99ed4") + ) + (fp_line + (start 6.1 1.75) + (end 6.1 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3be41ca6-8903-4737-a991-ef5d69dcb519") + ) + (fp_line + (start 6.1 -1.75) + (end -1.1 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f242ec9-8495-4ba3-b2b4-1c2fafa94456") + ) + (fp_line + (start -1.1 1.75) + (end 6.1 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40d97cc8-04d4-49ac-95f4-dfcf7c71d356") + ) + (fp_line + (start -1.1 -1.75) + (end -1.1 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "011ec5ce-31b9-4e2d-ac81-62b3812eb945") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "fe0d4086-dd9a-49e5-b2b7-4f159958f003") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C7-Pad1)") + (pintype "passive") + (uuid "fccac097-741f-4327-8b0f-606ba8d3eca4") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "A_B") + (pintype "passive") + (uuid "0ba78869-de43-46ee-bbcf-f61de3cdd0dc") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f1375f") + (at 61.214 76.708 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor") + (property "Reference" "C8" + (at 7.112 0 90) + (layer "F.SilkS") + (uuid "12bad456-e1b5-4cdf-97b0-ba361e639f81") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47n" + (at 2.5 3 0) + (layer "F.Fab") + (uuid "ce20757f-5bb6-4a9f-9088-3f7c3ab201ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37419be6-ee3e-420b-9d2a-0c7103de37d5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aba9b9ef-7513-4450-aaed-0e23b8ff5fc4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.214 76.708 0) + (layer "F.Fab") + (hide yes) + (uuid "60f970ca-36a4-4534-b63a-8654f5db83d1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b0b0") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -1.87) + (end 6.22 1.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e60f8aa0-a493-4ae2-a9e0-b5a7287fc565") + ) + (fp_line + (start -1.22 1.87) + (end 6.22 1.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1bb2271-b9f3-4e13-8526-ae217af07329") + ) + (fp_line + (start -1.22 -1.87) + (end 6.22 -1.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3795e334-eb8a-4db1-b2bd-254b4d8bb961") + ) + (fp_line + (start -1.22 -1.87) + (end -1.22 1.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cff89b13-b4a8-4fc8-8894-a7d799f9faaf") + ) + (fp_line + (start 6.35 2) + (end 6.35 -2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8efafa43-638d-445f-8d40-45dd43e2837a") + ) + (fp_line + (start 6.35 -2) + (end -1.35 -2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5a4fb27-8e42-47e0-a2e7-bd0c8f52a0b7") + ) + (fp_line + (start -1.35 2) + (end 6.35 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ed313fb-018f-45c7-9a62-a322f453a669") + ) + (fp_line + (start -1.35 -2) + (end -1.35 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a84a3c00-365c-427b-8bef-a5b589dbacf7") + ) + (fp_line + (start 6.1 1.75) + (end 6.1 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d8d77ed-f56d-49d6-8fbc-ab20c20f1a87") + ) + (fp_line + (start 6.1 -1.75) + (end -1.1 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb5dba56-60b0-4b46-b86a-8380912af62c") + ) + (fp_line + (start -1.1 1.75) + (end 6.1 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b31a949f-3d40-436b-8b13-39dbbb42e926") + ) + (fp_line + (start -1.1 -1.75) + (end -1.1 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ca7f8a9-a5c6-44e1-8ef1-ef82963710a2") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "2a3de720-385b-442f-a02d-01cff5365602") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(U1A--)") + (pintype "passive") + (uuid "2d5ad514-5a1f-4ecc-b252-6977b652196a") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "A_B") + (pintype "passive") + (uuid "b93fab86-074c-430b-80d6-3c84875f0cbb") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13774") + (at 79.248 74.168) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor") + (property "Reference" "C9" + (at -2.032 0 90) + (layer "F.SilkS") + (uuid "6c11fc06-383d-4e24-8b08-5e471defd2d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22n" + (at 2.5 2.75 0) + (layer "F.Fab") + (uuid "fe76ca61-acec-4db2-8afd-fa59cd44499f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "197a778e-17ba-49d7-9b3a-14a9aa87dc22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b75537a-59fc-4203-a672-b2215cc629cf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 79.248 74.168 0) + (layer "F.Fab") + (hide yes) + (uuid "4e805fdf-91f4-4f19-9a28-dbdd9306b9f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ec5b76") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -1.62) + (end -1.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35a56d80-54b4-4bca-8b99-0c829c0084dd") + ) + (fp_line + (start -1.22 -1.62) + (end 6.22 -1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66108cb3-f474-45f1-b01e-400626821eca") + ) + (fp_line + (start -1.22 1.62) + (end 6.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8577b23e-620d-4ea6-989f-4701a4e0dbba") + ) + (fp_line + (start 6.22 -1.62) + (end 6.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc6d4a2f-d3e3-4a42-af2c-0fc04d256d44") + ) + (fp_line + (start -1.35 -1.75) + (end -1.35 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3b01013-d1f9-457b-987d-0dae47a5cc26") + ) + (fp_line + (start -1.35 1.75) + (end 6.35 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a396f6ce-4bd8-461e-be80-0382b2ca85cd") + ) + (fp_line + (start 6.35 -1.75) + (end -1.35 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87b35bb8-091d-44c1-b6a3-6b5ef1a31ca2") + ) + (fp_line + (start 6.35 1.75) + (end 6.35 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "418eb538-8f31-4c71-bc8f-ea4e0a78af93") + ) + (fp_line + (start -1.1 -1.5) + (end -1.1 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7fd6868-aad8-4ad2-8623-9c495ac91ec4") + ) + (fp_line + (start -1.1 1.5) + (end 6.1 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "847eea97-cda3-4836-8576-21d410c4ddaa") + ) + (fp_line + (start 6.1 -1.5) + (end -1.1 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98648ce3-b441-4449-8289-c97bebfa1991") + ) + (fp_line + (start 6.1 1.5) + (end 6.1 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4adb36df-e4f4-4306-a1fa-fc88c88c6429") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "c1d012fa-cba8-431c-ae96-11a49a60544d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(C9-Pad1)") + (pintype "passive") + (uuid "d74bbf43-d137-4be6-b339-3818c1bc4a58") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "F_B") + (pintype "passive") + (uuid "6bc4e551-6043-472b-b4bb-3eb00e29ac2a") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13789") + (at 79.248 78.994) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor") + (property "Reference" "C10" + (at -2.032 0 90) + (layer "F.SilkS") + (uuid "f2c1c831-be07-4fb3-96eb-501434b47f0b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22n" + (at 2.5 2.75 0) + (layer "F.Fab") + (uuid "c4e000ea-090f-4e0e-b898-b273a684d57c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "507e03e7-5e8f-4877-89ee-906933177442") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7704c631-3b8c-47cf-873e-f1a12a5585ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 79.248 78.994 0) + (layer "F.Fab") + (hide yes) + (uuid "119d8a8c-3fc7-445b-a5b7-87db4b804f52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ec55c2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -1.62) + (end -1.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ddda9af4-71ed-4dd6-8ab6-c1c092ee46f3") + ) + (fp_line + (start -1.22 -1.62) + (end 6.22 -1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3bc47d1-27cc-482e-b31f-cf87243d0d47") + ) + (fp_line + (start -1.22 1.62) + (end 6.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec37423a-980e-4aa0-b027-c91c084bb93f") + ) + (fp_line + (start 6.22 -1.62) + (end 6.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fd69e79-c239-4757-8d2f-ced4c89e7f21") + ) + (fp_line + (start -1.35 -1.75) + (end -1.35 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b7e7c63-d220-446d-be8e-f54b4ba72d41") + ) + (fp_line + (start -1.35 1.75) + (end 6.35 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c2b5e0d-ea5f-4ee8-af6d-f8437428ee2a") + ) + (fp_line + (start 6.35 -1.75) + (end -1.35 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b09332f-0c8c-4fd6-aae2-aa4408490bc5") + ) + (fp_line + (start 6.35 1.75) + (end 6.35 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "822f0f51-7e73-410e-8de5-1176987e7577") + ) + (fp_line + (start -1.1 -1.5) + (end -1.1 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9fc571d-5d19-4b82-9409-e2fd4dc43707") + ) + (fp_line + (start -1.1 1.5) + (end 6.1 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ac2a0bc-44ec-4b2f-9e36-6f46ae0f2ae6") + ) + (fp_line + (start 6.1 -1.5) + (end -1.1 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25fa7c0c-554c-4338-8d68-a18134ebaf41") + ) + (fp_line + (start 6.1 1.5) + (end 6.1 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "31864d45-44f7-4b1d-8076-047f666b1d3b") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "4747d28a-fc15-4112-9820-1e1c09dbed90") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(U1B--)") + (pintype "passive") + (uuid "b33e7346-c4cb-4e9a-8180-f6519f6ea6f9") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "F_B") + (pintype "passive") + (uuid "2925b3b9-7626-476b-9d01-32533c3e2f4c") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f1379e") + (at 72.39 91.44) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C11" + (at 4.318 0 90) + (layer "F.SilkS") + (uuid "5bf3bec7-4c28-4243-af32-7124363def37") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "0ae17d5e-753b-41b1-835f-acbc27c23b0c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "500afb98-e74c-41cc-bd93-5e91a8eed201") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bae4e3fa-4c35-417d-a54c-1dc73e718bfb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 72.39 91.44 0) + (layer "F.Fab") + (hide yes) + (uuid "a25ef5fc-e95b-4f50-9bd3-d2fa0c5cfd2c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b46558") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f505f6a-1aa6-4cc6-bf69-bf8fe380d3e2") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99dbb535-2d6b-4d49-8998-7f75e1cdbe33") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5999fb74-72a5-4da8-abe6-608e42bf88ab") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8579541-22d8-42ea-ad60-c0e037c3e841") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "843f4dda-ebf5-44c1-aa7f-34267ebd972e") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43df865f-3670-4eb5-8e28-75b2c104e7c6") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d366a002-ee3e-49a8-97bd-15df886f4fcf") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a51e223d-aedb-4e37-b91a-439340016a69") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75646951-d2f6-463a-be2d-2c2422ad88e2") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "582beef2-0f82-4bc6-bf24-3b4ff7a50f58") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9085d4e8-200d-4306-8bef-4928f7d1e93d") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "47dbb52f-5e5a-4b74-a02f-f1dbf957b987") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45cc7b3a-0f8b-4762-8d50-2ed4d4fed876") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d3e17695-51d5-4946-8cca-6253e9a55811") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "2e83cdea-f3b4-415b-b2ca-d499588ca525") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "85645874-23a3-41f7-a577-b4a4ec81d8ef") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "6e2a51de-6bf1-414c-8d22-d8927afdcb04") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f137b3") + (at 67.31 106.68) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C12" + (at -1.778 0 90) + (layer "F.SilkS") + (uuid "bc5f74c9-ba3d-4b28-ace9-f5ed20a54ace") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "f99d1465-01eb-47d1-bec2-c7a0ded3102a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9c266eff-171e-4387-8f9f-a106577453c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5e7ba25-3210-44ab-82d8-3f9f119e671f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 67.31 106.68 0) + (layer "F.Fab") + (hide yes) + (uuid "144a8a6c-22fe-44e6-9e30-d3d94386642d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b4655e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "539cb3cf-41c1-44a6-94a8-43c78abb006e") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cf290c5-927e-4f36-8fe2-886427760e5c") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49d86dab-6bca-4c9c-9c3e-e8036526d085") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20a9f4c4-415e-4f82-a8f5-eaba3050274a") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3764ea29-1ca5-467e-a0ca-f24eea097b81") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b06228fd-ca87-43ba-abe8-c4b0c07fa70d") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd3b67b3-d6d9-452a-b756-a17f7a8a1a79") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed579545-d307-487e-a76a-b44a8f26d6f7") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a432a99a-d14d-4115-af17-76265490d3b3") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d824006-d8c2-4b83-b6fe-ea1e6c455434") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22803acb-761a-4b8f-9d8f-4735a4c5431b") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "95c46363-7e09-432f-b8a2-37e8d1483694") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc48365e-f400-4dbe-85ef-bef3fc7c2fb4") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10110f3a-5b8c-4e84-b028-ea6c2004b892") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "16d732ad-e5a1-4f29-8819-5ce6919982bf") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "f46b8516-e7ad-4025-8aeb-8e38c64e8a84") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "2d9f4c11-9a8c-46ea-8018-5951c8a80d1a") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f137c8") + (at 72.39 106.68) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C13" + (at 4.318 0 90) + (layer "F.SilkS") + (uuid "b1537f97-50b4-4922-8c17-b2e2e4e5b5e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "ec9a8fe2-efcd-49fc-832b-a1159cbbfd5b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81ea0dea-a257-4062-8567-bd5e54376863") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6c99521-fe88-4050-ad00-c8c76ee2b094") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 72.39 106.68 0) + (layer "F.Fab") + (hide yes) + (uuid "c4358d24-3932-42f5-87c1-b69dc715f15c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b4657e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac43f966-078c-43c1-86d3-113b1be799ee") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d6d0d19-dc84-4e4a-bfcc-53761e36c640") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "251263f3-60e5-4721-bb2a-3193f644e96b") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a0d8e70-dd8f-483c-a051-2327da75e0ae") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c180d2bd-c968-4a14-b96a-302962bc5612") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d210072f-e7c0-46f8-9cfd-b438d1799fe6") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d63ae84f-278b-4bb9-a522-ecce53e52e85") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df646088-1fdd-4754-b087-1f97a2f43e6b") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8886290b-bdf9-4423-a85f-3d743998b510") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c67528b-d57f-4e1a-ae27-0a11444eee5d") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f257356-9ae0-449c-b5e6-47b9d04e811b") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02813f9d-89f1-4f38-83e1-fc8ff8b9006f") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8501f9e8-f56a-4cfa-9c2d-93e95e7bcfbd") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "231d3208-e943-4975-8b54-50d40d2b5bd9") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "e2b8fb17-46f8-4b21-8114-56cbb2a2c5d8") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e5179d45-c718-44e3-95c1-41fc4cef14dc") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "49925b41-471c-4f6c-ba25-1dc8cd04a1a7") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f137dd") + (at 67.31 121.92) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C14" + (at -1.778 0 90) + (layer "F.SilkS") + (uuid "8a38ea46-fd49-4311-923c-f132d8f682b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "8a6df327-0414-43cb-bd67-53da8b722f4b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e7350e3-470f-410c-bf1a-9a14e3fa91ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41a8542a-e413-4189-a9c2-b62a6a3c7a6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 67.31 121.92 0) + (layer "F.Fab") + (hide yes) + (uuid "d378df69-2054-4369-96ad-e5d2a4c23103") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b46584") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17b30a61-c4f3-4bb6-95a9-30ebe2fa6036") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2e147a6-1f41-4310-9610-97e51b677737") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd35957e-d062-4307-8029-896436a6ffc7") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2040144d-f5da-46ba-b0d7-55e271d99ea6") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7a584b8-84ec-424a-9f66-06f18e3082c0") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "800a78f1-5f8d-4f49-94c5-a003ab445bb9") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "06af220e-f3d2-4ddd-9b25-3175436b9358") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8849b3a6-d676-4462-9684-8c41278a097f") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84386d51-42da-498e-89d0-f418fb5843fb") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f8cb0fb-c9d6-47f2-9844-5fa2b33dc647") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "815aa7a0-9e4f-4438-91e6-f491471bcf17") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fdf2afd5-a9a3-4aae-9752-7d8f45908f6a") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c492aa21-57ef-4e76-b2a9-0e8301d8b653") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24c45563-a4fa-4a32-81f0-3f9cab02074c") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "ef0f632d-1fb0-4a04-87c8-2cb71c90fbcc") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "d5e0c5c1-d892-49ca-8caf-ea7cc1615259") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "273bb655-f2dc-497c-b580-e57ab55aeacf") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f137f2") + (at 61.214 91.948 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor") + (property "Reference" "C15" + (at 7.112 0 90) + (layer "F.SilkS") + (uuid "d6f7f3f0-dbce-436a-9c0c-5593e862aa76") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10n" + (at 2.5 2.75 0) + (layer "F.Fab") + (uuid "af1bb8a6-ad1b-4445-9f83-15b609716058") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b9e19f98-c9c0-4173-abf1-9f501008e4a7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a505fc9d-05ea-4c2f-a5bf-c443cd75c369") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.214 91.948 0) + (layer "F.Fab") + (hide yes) + (uuid "774f8255-73e5-4312-9332-e5047b3dfc4e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b108") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -1.62) + (end 6.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a6478f4-7d2d-46d4-a82e-1977f28a19af") + ) + (fp_line + (start -1.22 1.62) + (end 6.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23bc852b-496f-4019-9026-a23cc8e1497d") + ) + (fp_line + (start -1.22 -1.62) + (end 6.22 -1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "136888cd-c097-4542-9846-2bc4326d9b26") + ) + (fp_line + (start -1.22 -1.62) + (end -1.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce202ae5-6afd-44fa-a52e-38a50b309805") + ) + (fp_line + (start 6.35 1.75) + (end 6.35 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7cfe0272-f31b-4f42-ba68-3897f7fc3a18") + ) + (fp_line + (start 6.35 -1.75) + (end -1.35 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "21865e11-b44c-4410-8ed4-cfe9c3abee54") + ) + (fp_line + (start -1.35 1.75) + (end 6.35 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec990209-ee75-4edb-976a-dc66389be1cc") + ) + (fp_line + (start -1.35 -1.75) + (end -1.35 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d645f828-0aa2-4820-bd4b-cbc7344b0383") + ) + (fp_line + (start 6.1 1.5) + (end 6.1 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad3a0fca-f03d-453b-bbaf-245c5abb0ccf") + ) + (fp_line + (start 6.1 -1.5) + (end -1.1 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bc6ba812-ab15-4c2a-ac13-36ceb2e0b49b") + ) + (fp_line + (start -1.1 1.5) + (end 6.1 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1f56ab1-800a-4f51-84dc-22cc544764d7") + ) + (fp_line + (start -1.1 -1.5) + (end -1.1 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d145fc0-9e6f-434a-9573-24ec121efa85") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "211ba7fa-aff4-45bb-b235-fedafaf756ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C15-Pad1)") + (pintype "passive") + (uuid "eccb4e81-b0d0-487f-bd1a-a015babe96c2") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "B_B") + (pintype "passive") + (uuid "5a9e922c-7237-42bf-b9f1-1d7f272c424f") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13807") + (at 61.214 87.63 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor") + (property "Reference" "C16" + (at 7.112 -0.254 90) + (layer "F.SilkS") + (uuid "6f7d9b15-c367-403b-b9c7-be5efb286f0c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10n" + (at 2.5 2.75 0) + (layer "F.Fab") + (uuid "8ddc7402-01d8-46c3-bc2d-3012b661a0b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cfcd767-91be-4867-a043-3531c0b6f211") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f671d67-ddd0-48fd-9d85-e538540da0ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.214 87.63 0) + (layer "F.Fab") + (hide yes) + (uuid "fa465b17-3c0e-43cd-9764-90dc72c4d4eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b102") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -1.62) + (end 6.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f4104d0-66e9-4817-89b3-d0b28ef7cb45") + ) + (fp_line + (start -1.22 1.62) + (end 6.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd674f1f-d4ac-4a1e-8837-e245f88b438f") + ) + (fp_line + (start -1.22 -1.62) + (end 6.22 -1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d1fd2b9-978b-4991-b921-de7ea44631fc") + ) + (fp_line + (start -1.22 -1.62) + (end -1.22 1.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42a3ec3f-d6e1-42d7-ad06-dbc6934ea725") + ) + (fp_line + (start 6.35 1.75) + (end 6.35 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9065ab30-67c7-4709-bf62-5d4d097a06a5") + ) + (fp_line + (start 6.35 -1.75) + (end -1.35 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c7729c8-0c2f-4bfd-af69-7fb8cac47b3d") + ) + (fp_line + (start -1.35 1.75) + (end 6.35 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e09884ad-ddee-4b14-90be-be285e02d13b") + ) + (fp_line + (start -1.35 -1.75) + (end -1.35 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a51e4c6f-6948-4a78-99fe-735c44ac06dc") + ) + (fp_line + (start 6.1 1.5) + (end 6.1 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56fe4f0b-bb9b-4720-9230-4dd3a21d57c5") + ) + (fp_line + (start 6.1 -1.5) + (end -1.1 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a949f16f-2aa7-4887-8b27-ce5b9e9e299d") + ) + (fp_line + (start -1.1 1.5) + (end 6.1 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05f98d3b-cbfd-40cd-8310-69277fbed832") + ) + (fp_line + (start -1.1 -1.5) + (end -1.1 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eea7ceb2-27e1-4748-a4eb-1a875671713d") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "ceb0dec3-7ff3-4bdd-a0bd-df5d13ec58df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(U2A--)") + (pintype "passive") + (uuid "5d7ee27b-d166-4997-a5d5-68b27ca0b269") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "B_B") + (pintype "passive") + (uuid "a8c6e5bd-81dc-48bf-b4a0-a3b517da8a16") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f1381c") + (at 79.629 90.043) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C17" + (at 6.985 0.127 90) + (layer "F.SilkS") + (uuid "e5641f8f-3fa1-4398-aa8d-c27a0a68c787") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7n" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "705ca472-0a40-43ac-857a-2200ae2d48d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20040883-4a43-4386-94a3-7ea48a35ac86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7f45455-7f13-4bb6-a91c-8ab05144019a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 79.629 90.043 0) + (layer "F.Fab") + (hide yes) + (uuid "ec06621a-bf07-4d5e-9e59-776e57ad60db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060edcdeb") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc212aa6-41f3-42ba-8f0e-c90f83fa2be3") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56af5785-8c24-4452-bc85-3937afdfbec2") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61d81903-7036-4ae8-91ff-3cd839fd7a85") + ) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92bc0d25-4c7b-4ba3-a0a9-863828f12374") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b5fc1f1-36b2-4040-891e-c80c7a4ee201") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38ea4e74-8392-40d8-a93f-b355db783dc5") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3247f232-b0f5-4de7-860d-32b3d0bfcd65") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a489821-ae46-44cd-9af9-4a9cf1035a43") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "82cda930-6b2d-44c1-ac04-3d9d682c0ff0") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a5b26ea-82d7-4dbc-8093-212d39b5fe48") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e80636b4-51cd-49d0-a814-62fb92c9eacc") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90430c6b-f37f-44e2-866c-5707f82f514a") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "92be0e8d-a54c-454d-adbe-e05e38ee9002") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(C17-Pad1)") + (pintype "passive") + (uuid "75bd5761-c643-4e4a-b92a-26a532c79c70") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "G_B") + (pintype "passive") + (uuid "f0a8a435-7416-477d-9121-c07405c2805b") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13831") + (at 79.756 96.012) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C18" + (at 7.112 0 90) + (layer "F.SilkS") + (uuid "b6085c11-c2ad-488a-a335-75d989874967") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7n" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "9c04cf8b-353a-4281-b076-5517ca54f3ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b01e8234-b519-4814-b094-7d73d9497fc1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cba99c28-01fc-4727-8ca3-66a020054a86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 79.756 96.012 0) + (layer "F.Fab") + (hide yes) + (uuid "b9aeb294-691a-4930-9069-edcc21bacd68") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060edcde5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e601597f-5892-4509-8f6f-11515d7a5f8f") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61ea9bb8-cd88-455f-bbfd-2fa8fa8c8749") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbd6d177-3260-478b-9832-075d604d0025") + ) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9655b42a-096a-4d97-aa9a-38cd3450eb54") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28c8e0f7-0e95-4714-8e7a-41d65de9ccbf") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6ad9f89-004b-4583-bcb4-3275b371cb71") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "823bb732-75ed-449f-b8a0-db4ae4df83cc") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e2b0a30f-b142-470c-8d35-fe39f17f646d") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98039748-8934-4223-bd43-fb2e35c88241") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40cf78bc-5cd4-4dad-b25e-704388f74b0f") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ece8213-ca94-4465-b344-491a6ac293c6") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a99bc386-3af8-4b94-9ddc-6152195b5cf4") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "4b447140-65ec-46fa-a23a-546c8e6265c7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(U2B--)") + (pintype "passive") + (uuid "9cd2bd90-bb32-4851-949c-a931896c21ab") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "G_B") + (pintype "passive") + (uuid "9d36e39c-3470-4846-b4f0-e56f2222836e") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13870") + (at 101.64 136.652) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C21" + (at 1.25 -2.286 0) + (layer "F.SilkS") + (uuid "cf6b0e96-5229-41ec-94af-71e7f0aaf7ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "a53723ee-a181-4536-9f83-af586819e71c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f120f65d-a510-4900-b5de-18150cabe9af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca82f62c-9061-4179-ad5d-4530accebf10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 101.64 136.652 0) + (layer "F.Fab") + (hide yes) + (uuid "877fe203-8c39-4cd1-952c-a58443596771") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a54d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5287636-d64c-4c2c-8ed9-bf29ce6df97a") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "275d11bc-252b-4371-97b3-e740bf9e066e") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75eddca5-66df-43c9-a460-e18388b50059") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3538117-7fec-4e59-91ad-7fa1463db343") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8b8872e-b326-4e97-9e42-682e114b1956") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cb354b1-c765-4e67-9e42-7473d4a5beb6") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "806d74fa-acbb-4a1c-9272-23009bcd2f11") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "40c511a8-109d-4625-b0c7-f8b958aecbca") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e30e43de-0786-4977-b9c1-bde3f3dfd3f3") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c1770c4-f111-4f4e-885b-f4983275d94f") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ad47291-241e-4c09-a3a7-b0c0c91516b1") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50c3c56d-2429-41ee-8c15-33581ceb3527") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00fe0664-f51f-46c0-a523-df0d9c4d6739") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec01aa8c-b153-4812-aa72-76b0a950e5f6") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "09ef984a-a610-4708-b456-e4f5b7b356fc") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "a1a69229-534d-45f0-a11d-b04dae1c4bbd") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "3247d9ce-e140-442e-ab6c-eb13d52addb1") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13885") + (at 98.044 153.67) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C22" + (at 1.27 2.286 0) + (layer "F.SilkS") + (uuid "912acdb6-db2f-4a36-8918-9cdcc36648ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "d2be673a-c6eb-4057-b3ba-dcbfe32761d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0313ced9-92d9-4153-8284-0be42ad13e2b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f3924fe6-ff06-4702-9e4c-c75a61b641e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 98.044 153.67 0) + (layer "F.Fab") + (hide yes) + (uuid "24e23577-00d2-484f-a0b4-6446fc75583c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a553") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7f64d10-d3b8-49c7-9621-df0c15feac72") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27e3e9ee-5c8c-4ac5-85d6-74a0f28d3293") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c51cab1c-cb27-4fed-a277-97bde8864f46") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30c541e8-8068-40cc-97ca-0faef641cfdd") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0f46136-cd71-40f3-a213-3fc3797c5a93") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a40b775c-1240-421f-ad06-2baa76077334") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4cf73149-ae37-4e35-9140-5b2bfef7f9a7") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf901384-bbbd-4d44-aec1-d45ff603ebe9") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b26143e1-2975-4ce9-924a-52f07990e326") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42ef20b4-ecc2-4dd8-abc8-f405826e1fb6") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "836b84f9-907a-424b-8f6c-835191debac3") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "09121961-80e3-45cf-affc-21423dd0b219") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9fa5e757-ff85-4f6f-bf0a-86879a40b965") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3573f244-96e4-47e5-b915-0e7cbd24b6ac") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "43c95e10-782a-4621-9cc3-1009264a41ab") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "e3753fa9-af71-4e71-9206-9378cd559e36") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "b03ffd67-e6aa-4b48-9703-67658dcf6fd8") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f1389a") + (at 102.616 117.094) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C23" + (at 1.25 -2.286 0) + (layer "F.SilkS") + (uuid "28c2987d-c5e0-46aa-a93e-03e53f783e6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "a2dc840f-9c3e-45a9-9746-222c88500df8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65ed95eb-d441-4647-ba14-b36fa5d8df55") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a23ffbc-9958-4992-923b-ee6ca9ad6237") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 102.616 117.094 0) + (layer "F.Fab") + (hide yes) + (uuid "86a21be9-b092-430a-821b-962fa11b567a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a573") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e096a4b6-f881-4179-b50f-6f8fb5adad62") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab240dae-5806-414b-8503-c6dd5ecdc8a6") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1eb1fdf-e057-4c8f-a755-dc22d1301c60") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44bfd697-31e1-4f73-bdfb-4e2a32ba4461") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd82a4f5-a705-4847-a13e-b5dbeed0f067") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a08bd3f-0ff7-484c-a9d0-44643a9b16a2") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2619159-cc54-4fa2-97dc-7d58e13b76c9") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "69f9a241-9e82-46e2-a024-7ae158556d32") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a24b6ef9-7357-4df8-8db1-6828a1bf4d29") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "07bf51b8-7435-45f9-ac43-552efeb35762") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "76ed6b10-59c2-4586-8f52-bc6f4a378525") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "116b7989-6a7d-493a-923f-f4df683320a3") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e328b7e-957f-4bf0-a18b-f33fbc8baddf") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e626b1a4-0012-4aea-a3d7-bfd67a680732") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "896603b9-2451-4df9-afd6-3826bebb659b") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "43e0f972-ee96-4168-81ce-e40f8a8439f8") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "0d399411-28ef-4413-b13c-9b46590580d7") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f138af") + (at 97.536 132.969) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C24" + (at 1.016 2.413 0) + (layer "F.SilkS") + (uuid "02365e96-8143-4e06-b636-73fdaf1c4eb4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "d7aa8d03-5020-4efb-9f87-228b5e8d5403") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07978de9-ab1a-4a43-b26f-87de075f8ff6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba61d228-25dd-45e7-b6b8-0246d40e4dcb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 97.536 132.969 0) + (layer "F.Fab") + (hide yes) + (uuid "ae0c117b-547e-4b87-8567-ef1844ff5c08") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a579") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4cfd9f7-e1c8-429e-afa3-467ebe2df19f") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df6e3894-1037-469e-b6fa-eb16f9389962") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "795ee2fc-7c23-467a-9ce8-3872cfdc4a76") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6173a6ea-6119-4cf6-8dab-c3dfeda64c25") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fea391f7-3d42-4aee-81ba-19ab89282a14") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4836becc-f894-4bff-9a4a-d245f26ee39e") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d72dcb7-fb17-4ddc-a3f5-9a26136b4197") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "664c4171-ce9b-4071-bdcd-8e22296ec2b7") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b029180-c8d1-4763-a80d-001677025f8c") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ef01ef8-85b5-4fa4-b1bc-9f277e477dec") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6caa249f-501c-4927-adab-97b7a46c2303") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a03edd8-6b9a-4a13-a4c7-c14cee99ec7e") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ff81877-831f-45c6-b31f-91ebac591816") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "323f85c8-8fa2-49ce-924b-ba766e00a71d") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "d97d4e02-ca90-45a8-80da-99909d360be0") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "a95d237d-8a62-4a3c-8be4-ef267d4c22c8") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e4556e11-e358-4017-af5d-ace276c0f5df") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f138c4") + (at 61.214 104.394 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C25" + (at -2.136 0.174 90) + (layer "F.SilkS") + (uuid "4fc05f59-bdc7-43d8-a4b0-71932c022443") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7n" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "99d52eb0-6406-41d6-950a-516ce48705a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "22ce2fae-ecf3-46cf-b821-318780ecdea8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa2f336e-07db-4ea7-b09c-b4a15220cbe9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.214 104.394 0) + (layer "F.Fab") + (hide yes) + (uuid "b03a28ea-f491-4e5a-a574-1e073984459f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b15a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e36b78b-64bb-42bc-a901-63419372f58a") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3870cc68-bea5-470a-9d98-cb188a05c15f") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ae59d69-61ab-4254-a654-2d161dfdcf8a") + ) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5df893be-3dd8-4166-840f-95c6bd74d615") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7f49e84-1877-411f-9af7-35ed6bb30d37") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54ca1bd6-66c1-47ea-a5ee-643db53deb65") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3748ecbf-c8d2-4472-8bf1-5477a2012aff") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bfa1268b-a6ef-4f81-8691-7b52d598dc91") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4cac0e0-6d50-42f5-a9f9-e4a3c56ba957") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3199146b-d056-4420-be23-ff46a88aa482") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "84a419c8-5cf8-4f59-994a-08090943c896") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44376fd7-e567-4090-b20f-73e794826e3a") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "5e7d7657-4659-4723-855c-0dff9342f458") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(C25-Pad1)") + (pintype "passive") + (uuid "1ae6710f-46fe-48a8-808b-0a784f14adc3") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "C_B") + (pintype "passive") + (uuid "bd95b593-061a-498f-b754-67290f7302da") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f138d9") + (at 61.214 110.49 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C26" + (at 2.484 3 0) + (layer "F.SilkS") + (uuid "ead223d8-b52c-49c3-ad88-71323383f43d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7n" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "71396f76-ca23-4a60-9770-20d7d587e0eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2382874-e2c6-4785-a4fa-2f0297753d35") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73c8ff90-83eb-4c23-ab9d-ab5f7c4b114b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.214 110.49 0) + (layer "F.Fab") + (hide yes) + (uuid "e14977fb-2e5d-4d81-8e4b-ef7cd4bda437") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b154") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a817dfc3-3178-4603-9189-74a1b243ab71") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b448de44-a5b0-4e2e-aca9-c17d23aef4b4") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2bfcf023-cad0-4c67-be0e-f0601af6d1f7") + ) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "425a57ec-baa3-420d-89d3-4f7464324e4d") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "307da606-1b45-44c7-a614-c44b929bdaf4") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3db5fb4f-77e3-4b0d-8ee5-46b175066dbe") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04843ebb-69ab-453c-b827-aec2893e15bf") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6aa2fce-a8f2-4b32-9b8c-c90589856b06") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e981f683-b785-443f-a2b7-125a29d26055") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "41416810-ff8c-4bff-899f-11c46225727d") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0efa2c9-fc16-479c-975d-24286ec75e3a") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4eb64650-3af8-49d2-a0be-932231040301") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "3e025128-d213-434a-a94e-cb053126f80a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(U3A--)") + (pintype "passive") + (uuid "cf4687ab-e688-422f-8960-ba9893b669d9") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "C_B") + (pintype "passive") + (uuid "fd1d8a6c-df82-4387-9a06-398087da9f7a") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f138ee") + (at 79.756 107.315) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C27" + (at 7.112 0.127 90) + (layer "F.SilkS") + (uuid "2580c813-60f3-4a04-ae37-c8445c1d451d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2.2n" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "7f836b6a-c6bd-4234-b4d3-62e2e8d6cac2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24d77886-9e4a-48cc-bcc2-39807361d76f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e5939c8-22be-4d48-850f-3fd89518b9b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 79.756 107.315 0) + (layer "F.Fab") + (hide yes) + (uuid "265ad573-2464-46e4-9481-4d775c408d58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ee30c4") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c3ddcc5-ee44-4ff0-9938-c3d6285ce784") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50cdee6d-42dd-43d3-b4cb-eee51145aa84") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "febdcfbc-4308-48bc-9d99-09735cacbc1f") + ) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61afa4c5-565f-440d-b72e-42339fa07c2e") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c14a593-1faf-4bda-9ff4-9e247f80d8b7") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99cb9fa3-a761-4b9f-9154-a8919bf1fa47") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "818baef3-84b9-4c32-b8ac-14242917964f") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eb9894fd-f5b8-4a73-a0e8-ae3d2479abf7") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66b1323a-acef-4b17-802b-406d5e7d7905") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e5d1a2f-e5fc-4b04-b6b0-d8d191b0ffd5") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63bb17ff-8ec7-4ea0-ad22-76a88bd884e7") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "477b2d9e-f741-488a-bcfd-5bd27fe43985") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "0ed0e37d-3b0a-46c3-9967-38eff0cc5626") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(C27-Pad1)") + (pintype "passive") + (uuid "17f54938-82f7-409b-955c-aaae484193b6") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "H_B") + (pintype "passive") + (uuid "a5d6add9-2ae9-4cb9-aad9-6236476d5050") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13903") + (at 79.756 113.284) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C28" + (at 7.112 -0.254 90) + (layer "F.SilkS") + (uuid "f1481e84-05c6-40f2-881d-03fb002b11cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2.2n" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "b5dc181f-ceb7-4604-928a-25a2a7777b99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a45824f-4f79-45d3-9925-9e7f089df4a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "907d5e1d-ba02-49d8-936f-0bc1960e648e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 79.756 113.284 0) + (layer "F.Fab") + (hide yes) + (uuid "b9106698-ba42-4293-bc97-9f8857e8c174") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ee30be") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aecd2bfc-4064-433a-a288-2eebf925ec25") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbc59b34-aaee-48f4-9992-7ee0d28abc41") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9a798a2-1f0c-498d-992f-33000de72b49") + ) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "176d8024-1713-4c2b-b162-dd9749537835") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcdf1c29-48c1-4142-ae01-ef6dec8b3775") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4a6b319-8245-4e60-a938-e32159e37bb1") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "831d77a4-3c93-4549-acf8-d080d0f4c532") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2dd9d70-ba99-412e-badb-00f3a0dde03c") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ddfdbee2-f74e-4edb-b56d-9ce779215260") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b3d2c371-d250-4018-9117-5720756110d8") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "754b94c4-9260-436f-82ef-bf7dac695830") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9075c9f4-8238-4480-8180-e4161b8cda64") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "08d17fa8-d92f-4f3b-8708-a769278f2921") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(U3B--)") + (pintype "passive") + (uuid "7de38105-edaf-476b-8100-ad881da22cc7") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "H_B") + (pintype "passive") + (uuid "3552c5af-e6b4-4592-b825-074b6a566aeb") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13918") + (at 102.108 73.152) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C29" + (at 1.25 -2.55 0) + (layer "F.SilkS") + (uuid "3c5fb3d8-6cac-48d6-9118-d4e4b64d555d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "0168d5a4-77fa-403c-ba5b-e47036902a6f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84b9887e-f2f9-43cc-9f31-df751c9ab7d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3db6853f-bbcb-4aed-b4b3-1767cb257ecc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 102.108 73.152 0) + (layer "F.Fab") + (hide yes) + (uuid "58b6c527-5617-4824-b3d6-8c9e36a52a40") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a599") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03a35e20-38dd-4428-aaed-20de49f97ff8") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b7a218b-173b-4e2d-8839-af84f98093ee") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ebbed46-b76d-44b9-afd1-beaa587e7c26") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae4930d7-638a-4923-9ee3-bdab5e9e1693") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c030518f-2614-49db-a918-2156f186902f") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "761d0baa-e62b-4692-be3c-198554685030") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "89b0581e-4312-4629-963f-3047160c391d") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "95b4df0e-84fc-4839-95ce-58ac20c88187") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0865b819-d9ba-4299-b251-f1c6c1b5ea43") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "353fece5-7bf1-4f6d-a4ec-c2f4f134ed52") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4627d7b9-65e9-4eee-99f5-4baff0b24387") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fffac9e-5be6-4350-b842-9625451ebceb") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71cd9714-5e07-4133-a7c4-c8628a980563") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a9eb6596-d994-497f-8009-9d36bef6dadb") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "5c2bcd16-3df0-410b-9376-324230d69f2a") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "7e28b016-ff52-4cc6-bfde-0c7b2912784c") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "3a972c37-4fd4-43f5-83fe-ead10af63a3a") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f1392d") + (at 97.028 89.154) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C30" + (at 1.25 2.286 0) + (layer "F.SilkS") + (uuid "620a2fd3-741a-40c1-832f-25f4786849c8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "bd9e23fa-b514-4ce3-b16c-6117c13501a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fac30baf-f68e-4bff-82d5-3b53b311646d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d360c759-7dc7-4d0c-a94c-d2a35dee31db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 97.028 89.154 0) + (layer "F.Fab") + (hide yes) + (uuid "80111f00-747a-49b7-a344-0a7a35308488") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a59f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "513b5ba6-7bfa-4af8-9a8d-b123b8c6065c") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "275b86aa-4faa-45ec-ae6f-9e023e666e71") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "462fb5c7-9bdd-4871-9405-54e30b49d217") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5324ef2-40d1-4ee3-8239-f7512cca0696") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "873ab70b-2e1e-41dd-b8a2-3eccfb621f6d") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c431903-8991-46c0-bef2-60082dab360c") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff8294da-4326-4dec-a386-c27a60e78a82") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c3d518da-bf9e-4793-9a2b-8b8bf75a06a1") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f9a5845-fec4-41aa-8d7a-5bcef1071574") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0143a3e8-a66c-4cf4-833f-54f8fbb59a11") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ae29a49b-6e0c-4284-bd84-b41f57169dfc") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c946f894-61e5-48c7-8fdf-b2774504967f") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4f77490-5702-4d32-995c-8066898b1be4") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5a2d6ab-79ee-4e05-ad32-e42054fbfa7b") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "7a1c800f-5d40-4230-ab95-86457d18f0a3") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "04b1a7a3-076b-44b9-83db-cbd974242595") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "f8e5214e-121f-463e-83f9-cfd31f22ecd3") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13942") + (at 72.39 121.92) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C31" + (at 4.572 0 90) + (layer "F.SilkS") + (uuid "26f4768e-c991-46a3-9d96-090f08d05a12") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "c5db85e4-101d-4c7c-ae43-b2babc2ee3ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0a4fb68-3492-4a66-a9f4-a646f1abe5b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4ad2a28-b14e-4839-96c9-553782f5fb55") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 72.39 121.92 0) + (layer "F.Fab") + (hide yes) + (uuid "cf22a475-a029-4228-a392-7cf1f70f78bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a5bf") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77cb9b2b-b0ce-4b98-8dae-106c899d0a61") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9dfb9164-173b-46fd-9139-46b5d4fa2ecb") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29658956-9cf7-4584-996a-83145be1d9b5") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2171e109-897e-4337-99d7-66cad88bc087") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fee7bf90-0b8b-413a-8dda-b8c405a38182") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a71ece1-4bf5-4cf1-a880-1902972bff11") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c309b69-54ff-41ce-8fe8-7522a33faa9e") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "247f1afa-b163-497e-aa20-af62b86d148d") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10fe2b96-48b3-42d1-9438-e2084150cb22") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3512b944-740e-4a41-87ad-b6eecdc3383b") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c4ace86-d851-4f6b-971b-21056caab333") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4edf9359-f701-4b5d-97b5-b6800541a5f6") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bc954645-1375-442e-99a1-45464c905520") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34990771-1f14-4b2b-8f64-b79156ddfc30") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "8567ceab-8761-4b40-9048-705068d3e833") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "3a9e28fa-458c-4f13-b76a-55f42291134d") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "8aeabe33-3308-4252-b70e-a332f273b80f") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13957") + (at 67.31 137.16) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C32" + (at -1.778 0 90) + (layer "F.SilkS") + (uuid "9faa7fe0-bb75-4a62-82f2-d0143179662c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "3d0e21ae-9ae1-4743-a5e0-14a8891deb4c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfa077d5-99fe-40ab-a4f3-23ffaeb1ff6f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64fa583a-7a44-4345-a8da-04439058be9c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 67.31 137.16 0) + (layer "F.Fab") + (hide yes) + (uuid "49951a82-36f9-47a7-855d-f6d0953c401a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b7a5c5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ed4ab1f-f989-4add-8e82-33f41c59fde0") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f768583-15cf-432f-b669-b81844c68ff1") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e420fc46-b854-41ab-9cf4-b7c7ccedaeb4") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9d42fe8-6510-47df-86b4-9f3682f56dce") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45a03322-2f05-4262-a928-471b43e34533") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9611bb0-ca20-4c07-8ed8-17c0cc2ba397") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e0520751-647c-4edb-9c2a-54c6cf93780b") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "06e7b44c-963d-4b50-bc7d-e54c36e2e9c9") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9ee7776-5e61-442f-a080-9260f3a1c5a6") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a8919360-670f-4c7c-9689-d3920f277d66") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "121d5ac7-b65e-492e-91c6-d1eb96258716") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "122e9972-a0b4-4f71-b323-2055fce01e5e") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c97c3cfc-303d-4f0a-93a6-1904fa05021d") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "48308f5f-6edb-4bd1-9cda-7967f57a0bb8") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "eac2be82-d13f-40d7-b946-ee9c702b378e") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "cb0ffa54-28d8-4c47-b315-a4d6b1d0bf5e") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "ef3085e5-7145-4674-afd3-01212a1cee9c") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.0mm_W4.5mm_P5.00mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f1396c") + (at 84.328 134.62 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor") + (property "Reference" "C33" + (at -2.286 0 90) + (layer "F.SilkS") + (uuid "977e097c-1756-417b-b8af-453611253a75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "680p" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "b89e34a1-5a75-42fa-99fd-8e938df6005a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63858795-a9e8-49cc-8368-e441aed15095") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "448308da-64fb-4bec-be69-dc24e821dee6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 84.328 134.62 0) + (layer "F.Fab") + (hide yes) + (uuid "5f2ff1b5-6db7-46d9-ac17-7abda413e606") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061131966") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.12 -2.37) + (end 6.12 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aac3861e-95bb-4c3d-87b8-82c89d3eb742") + ) + (fp_line + (start -1.12 2.37) + (end 6.12 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4fa62ac-d245-42db-b177-973e52056c19") + ) + (fp_line + (start -1.12 -2.37) + (end 6.12 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3620b54c-5d6c-4e15-8510-8679e5b02374") + ) + (fp_line + (start -1.12 -2.37) + (end -1.12 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "163b9208-0677-4485-ae8c-d05645835299") + ) + (fp_line + (start 6.25 2.5) + (end 6.25 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4fde9755-794b-4066-909d-76d5703566f2") + ) + (fp_line + (start 6.25 -2.5) + (end -1.25 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd458efd-cbd4-4ed7-8c91-81b977d86822") + ) + (fp_line + (start -1.25 2.5) + (end 6.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c52fdc4d-7af3-4864-b01c-e4172bd2023c") + ) + (fp_line + (start -1.25 -2.5) + (end -1.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b18f5ad3-d559-4d2d-9ad1-63bc7b076fea") + ) + (fp_line + (start 6 2.25) + (end 6 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e320ea0a-5e75-4a13-9067-ccaefe1a8bd6") + ) + (fp_line + (start 6 -2.25) + (end -1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1bbcb75-e3b8-4d91-baa0-9ca9d3f1354d") + ) + (fp_line + (start -1 2.25) + (end 6 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5c19b6c-b062-4ad9-9c54-c112897066b3") + ) + (fp_line + (start -1 -2.25) + (end -1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0032392-6912-47e2-94a5-d8477455d71e") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "2e03d335-e1f0-46b2-8670-f4d4244e3f28") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "89cc5d83-9f61-4f7c-92f5-cea284b6696f") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(U4B-+)") + (pintype "passive") + (uuid "a352703d-290d-4217-90fa-c2d5245cc5d0") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W4.5mm_P5.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13981") + (at 61.214 123.19 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C34" + (at 7.112 0 90) + (layer "F.SilkS") + (uuid "cb1b50f2-bf55-482f-89f1-3c0420ad3af5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1n" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "caa85d23-088f-4bb8-b9cd-6084e47a43ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff9d07a8-4a4a-428c-8832-f16c158c0e32") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4febec0-29ca-46d3-b89e-51eed73ec3c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.214 123.19 0) + (layer "F.Fab") + (hide yes) + (uuid "f5161504-c551-4406-9d0b-78d760014ed5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b1ac") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9dddbfe-916d-4efc-b73a-e29fcbc6628f") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f82aea2-b9fa-4983-a330-3ac5bb70eac6") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "708b2096-d119-4316-8d68-60dae1213c97") + ) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0206cce7-2c4f-477d-8e9d-3c6638475daa") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d34953b7-8f1c-4c0f-a2b3-edae2775c462") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d6274c4-a7ec-4404-8c32-3b9d10dbdf6b") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8396f077-9e44-4874-abce-de9511a23e50") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a12404ba-ab73-44b0-826d-cde4efa87332") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "993c97c4-81af-4fa8-aae5-0e5cb937f6ac") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7d03318a-f13b-4723-bc02-80f1af568259") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a57e43b-5ec3-4d98-bcdd-76e7ca0be9c5") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a18c0fc1-d171-40c9-b10e-45b0d8805ba8") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "006d63d7-a79b-444d-9723-9babc04ee172") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(C34-Pad1)") + (pintype "passive") + (uuid "4b6228dc-195e-4fc3-bb3d-ac8da72cbd80") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "D_B") + (pintype "passive") + (uuid "a0271ff9-5a3d-4e02-93b6-038b1e7f2fba") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13996") + (at 61.214 129.032 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C35" + (at 7.112 0.254 90) + (layer "F.SilkS") + (uuid "35d6e9a5-969f-4205-8160-88f7493af852") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1n" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "10e2f9f7-6ba3-4e10-9d3b-9e9e34a3eb3a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72c61de1-48aa-418e-8c71-a2f90f5fd415") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c82dd9a0-8c4a-4ef4-a225-2b7a8b44b8bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.214 129.032 0) + (layer "F.Fab") + (hide yes) + (uuid "0d74159b-7c48-4ac6-882f-35fad1d58de0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b1a6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b6fba19-7fac-4a34-b6a4-036bd7d633c4") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92ed6f7d-18af-454e-ba1e-7a0614a84a35") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8b6d2ba-e547-4057-a65a-61620e89b456") + ) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84280cf7-cd68-48f6-884e-d05eeb457d9a") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "febe7eb2-1b09-4034-b6ce-6670490d3f52") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e0310816-9ffd-485a-b5ec-7fdcbe4ceecf") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5c3d4e18-27de-4bae-ac9c-109907fb63c6") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f817cf89-8d20-4f1b-89f2-d9ffede27c9c") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bafd9a1e-6d16-42fe-a55a-c29f5c7b9f74") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25ee90eb-5bf1-4c4f-99f1-7c837d486e4d") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62f083cd-08c3-41d8-802e-f8cd54f11fd7") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97c98271-4ceb-4f62-b6ce-3559723e64ed") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "5a48f90d-1197-471c-b071-5d0ade72d1c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(U4A--)") + (pintype "passive") + (uuid "f219d05e-413f-43ec-a53e-d9dc80388394") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "D_B") + (pintype "passive") + (uuid "1704b536-6b42-480c-bf69-0068f6436796") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f139c0") + (at 99.568 95.504) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C37" + (at 1.25 -2.55 0) + (layer "F.SilkS") + (uuid "b43b941f-9b12-4573-b26c-92e57aeed2c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "ba2dc6fa-62b2-4944-8b62-ab2668e7ab4a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34cdd6fb-e3e5-4268-9b40-13c7c01e8b60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6bbbbe3-92b9-4bd7-9dad-3bf9f4982d60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 99.568 95.504 0) + (layer "F.Fab") + (hide yes) + (uuid "ebe00dee-562f-4331-b7fa-0a2eb6ae94da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0e48") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4b6e1b9-8145-4e0f-9b65-5e540e0fe7ae") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fb3ebd1-5b5b-48c1-9aad-cd2f0ebf5098") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff69a9b5-a78d-407a-98fa-4e382e462101") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10f276a9-834e-4864-8e43-24251a3cf6c0") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8074aa6-79cf-4e0e-9f2d-1aff78602d33") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8cb4d595-2930-4711-b7a5-dfd698b4a4bc") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17b51f2b-8385-4366-974e-54bc174572ab") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e4d5d43-bd63-4cdd-a4f5-ab1c9c347e76") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6bb82149-9450-43b8-ae56-986fe2fbb6dd") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d96995d-4e20-4e34-b414-2984a5193b79") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba4b2834-79c0-400c-b513-b3d6b3716623") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e42302c4-4b91-4f61-a904-dadb5af21746") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a3e7a8c-1fb8-49c6-a863-8cc4d51b69a4") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7c297d7-c8ca-49b7-974b-e9935479b8b0") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "c251de05-3d05-40d5-90f4-6f0c5d8d4777") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "238421c8-fad7-4df8-a15d-c3a8eafed925") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "e572c895-623b-43a9-9f8b-18a56aa58434") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f139d5") + (at 97.409 111.252) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C38" + (at 1.143 2.286 180) + (layer "F.SilkS") + (uuid "7b332dde-922b-4a77-9701-eeaf5abb5605") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "efa6c662-d051-4a6c-8ab7-143fdf6fec02") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba984c47-37df-4dad-83f4-a31c53773d3c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f390b7ad-b9e4-4a3b-9f90-43cee190e1eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 97.409 111.252 0) + (layer "F.Fab") + (hide yes) + (uuid "d2c9f266-484f-4142-bebe-d24b5dd63b03") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0e4e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91d51bca-c775-4794-835d-3feca12c15db") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23bc8f2c-9d42-4594-847d-9b6acf6291c8") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c1db9a6-d174-4350-941b-2f61a1eb2e1a") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f559dfb-b44f-445a-93e8-826ba28cd16d") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6eaff0d8-fffb-4b9e-8294-868ff8d529f4") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35163764-6720-42ce-b690-a20504acc873") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b71d6753-0df3-46f0-9aca-2b5c96b66f21") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5088cd94-27d5-4dd4-904c-958b05d3611e") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ddcea9bc-9a00-4d0b-85c6-fb0ca86a3cbc") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b00a370-f8e8-4d36-bcb1-7edd50a60aae") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92f5b69c-eb04-41e1-8217-2abe99aa124c") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3416b03-241e-4512-a5cd-a1933a18ebd3") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6311f511-2bbd-470d-b36b-f312cf1f639f") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc7fb606-f579-44cf-a501-f6b35d7a3cfe") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "c9526e50-53fb-48e3-b2bd-2f5309149dcb") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "e1a6f70c-0671-43fd-aca2-8cf8eb89def0") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "4e6fce9c-91e4-4488-9bbc-49bb3cf768fa") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f139ea") + (at 56.214 147.955) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C39" + (at -2.032 -0.127 90) + (layer "F.SilkS") + (uuid "5a728f85-8fcf-438b-bb42-edcb59c0bf5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220p" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "fed50609-6448-47f6-9e45-d479b7a1a8c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd4b32ff-d6ee-45b9-b83e-c9de63b17d93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "630400e1-d8f2-4590-976a-953dbca1df3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 56.214 147.955 0) + (layer "F.Fab") + (hide yes) + (uuid "f63e5b73-5f6b-4dbe-82a1-00e405c0a808") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f2a898") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00b232a2-785e-48f7-b327-9e2fecb08e09") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b28f22e4-9fcb-439c-9254-f42ae10b7217") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1116e008-254a-45ea-af21-6f13f819c683") + ) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85a2dba7-cab2-4618-9d1e-4419942eb9db") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48d781bd-7db5-4dae-b259-e0d722bc22f7") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1adbfca8-c441-44e4-ac03-6864c132d8d8") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b81f50de-8c81-4168-8f5f-280b4b468597") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8997f8f5-8abd-42da-a847-ce792685bf10") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cec4e2a8-db9c-4cc2-b81b-9690f0bbd14c") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f954f78-8062-4aa5-8dd9-c3834c15ddf3") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ed96c56-b442-4b5b-ab50-4ed2f2b668ea") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b6deb9e-ee3a-4a84-8985-283121597a10") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "20a2ba7e-a183-44bb-837d-c464d6921310") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "5fb93ade-4578-4a1c-bfb8-dfdff71e5b44") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(U5A-+)") + (pintype "passive") + (uuid "870a989c-08de-4676-90bd-9dc2f589fe54") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f139ff") + (at 72.39 137.16) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C40" + (at 4.318 0 90) + (layer "F.SilkS") + (uuid "d0c0e3f4-6d8e-42eb-b726-295056a58d83") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "3209c14d-a62f-4575-9173-505b57610c7d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23037303-e239-4bf6-81c0-4e1c61104f7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e09c322-d18d-4251-b074-68447e3c60e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 72.39 137.16 0) + (layer "F.Fab") + (hide yes) + (uuid "633aad92-cafd-46f8-8d36-d83c59388422") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0e6e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a2863a4-432a-4c0e-b6fe-dcc5ab90333f") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "201a1559-88c8-41e9-a89a-6dff8b6dd35e") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f719756-43f3-48aa-8459-5872d7c72e2f") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7c5f745-d6b6-4e57-bce3-78362a248f35") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75e73cf5-be5e-4021-9b5d-18405acfb957") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "933796e5-5344-4fa8-9534-f875f066dc5a") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9afa1c07-a9ec-4518-afe6-491dc5908092") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00d53944-eaf9-4696-8337-6df508de88f7") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd450c95-b588-4009-b3c0-e363e1810a30") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "85f8ceb1-3fc4-4325-a4bc-7d67d3032528") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a19cdc3-c31e-4b2e-a9fc-751919d86dbf") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6df8edd-32aa-46bd-8f75-816bb3355a6a") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d17a5d1a-f767-48e6-ac2c-3df91b7119c6") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f18b40a3-5b9e-4d08-abb8-8c07d56b243a") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "dee6f8bf-8252-4ced-832a-d98f9049cfa8") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "71cf6805-df82-43ba-9e60-4524dd3104c0") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "122390d6-f60a-43f2-a68b-f020bc2eee42") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13a14") + (at 67.31 152.4) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C41" + (at 1.524 2.286 0) + (layer "F.SilkS") + (uuid "7ab63ae8-f18c-4889-a20f-dd409409c2c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "9b8ea4be-23d4-44c1-95c9-53f6ddcad1a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "443fbeff-8282-45b7-be0c-68729b8df334") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "69825082-daad-4220-abe7-68eb60e11b2b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 67.31 152.4 0) + (layer "F.Fab") + (hide yes) + (uuid "040c0a2e-93b2-45fe-b136-372c2a19fd0c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0e74") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "513eabc5-cad0-4a2a-91fb-51ea902a0333") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9982ba3-f39e-4e0c-8eb8-eff45b8e1c85") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49284955-4e86-4ee2-9316-911a10c4d002") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1735b89-eb90-4183-a6d8-751de88a15b6") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae11aac5-11a1-45b7-a334-f5a72a470a0e") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a24caaaa-0adc-4b6d-971b-54b51fe324c1") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7173ccaf-c769-431e-a59d-72e7adee11bb") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef718f33-9694-4d80-bc3d-2ffc401cc54f") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3395cda5-a921-41a1-a01c-0be2b1c7fd69") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52ae6477-ceb8-4d01-b827-ffaae77e2e0e") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7526fe92-ba74-4dad-9e25-dfbbb6d077fc") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "faaee8c8-0e36-42e0-9f81-f883f8b0ee4e") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd376f30-9b60-4762-a1a9-00efe0b3829d") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1dc5bf5-197e-485d-b0e4-48ba112a8831") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "1452c649-747a-4fca-bce6-7bfc65df1615") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "e9d64886-d5af-484a-8576-d738830176b7") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "fc96966d-7ad2-41df-9f7b-248010a98bbf") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13a29") + (at 88.9 76.708 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C42" + (at 1.27 2.286 90) + (layer "F.SilkS") + (uuid "002f1a71-661a-4479-8c4a-34db1e894f2c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47p" + (at 1.25 2.55 90) + (layer "F.Fab") + (uuid "19cedf24-559b-4128-96db-79a1f8f26fc9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95194c9d-d09f-4d60-b9a7-b769cf4d2106") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d91f026-0480-45e4-bfde-3f7915e51895") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 88.9 76.708 0) + (layer "F.Fab") + (hide yes) + (uuid "b83387e1-5571-40fe-8763-7fa78502e96e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006179d296") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fba55e36-a11f-4072-90a6-2ccc2bd9b5cb") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e7e2930-0312-4a40-9a19-edee01620fc8") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d6c03f0-23a9-4c68-a7db-45b31cec6088") + ) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ecd67627-dc0e-4a63-9586-8d8f10ead7c6") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c76ba905-69b9-4fc2-8dc2-88d4c310631b") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12f90623-f224-4298-91fb-795ca0c73159") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc86f4f4-aff1-4c29-b67d-5e761f9f1c83") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e5be6965-87bd-41d8-90e1-3eb61e96b2d1") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "095c05d0-32c3-4b9c-b0ea-9aa78d52ca64") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af863d8d-8197-4934-836d-f750d41ada26") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d326c43e-3c0b-46de-b98b-3aa79c236f2e") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "271189af-8997-4f2a-b521-c5f86b468645") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b6b68ae-b59b-42a0-af83-4ff444ad06ee") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "441b335a-5239-4280-be66-1e5a9b9ec6bf") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "910a1f89-4ffa-4c44-ba5e-a1eaea3bdac3") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "F_C") + (pintype "passive") + (uuid "6e588067-19cc-4ffc-ba46-66302dc71786") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(U7A--)") + (pintype "passive") + (uuid "00d038d8-81a4-462b-b315-50a8a1646bf0") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13a53") + (at 79.248 146.812) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C44" + (at 7.112 -0.254 90) + (layer "F.SilkS") + (uuid "42b414a9-a1fe-4de6-95d8-489da355950a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220p" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "1a572703-4f79-4ad7-81d6-a8d70b17a7b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f77df007-fd11-45b6-a241-6ccafa60e3a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2b93335-fe01-4400-88c9-d90cf8b1a046") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 79.248 146.812 0) + (layer "F.Fab") + (hide yes) + (uuid "d9f8f229-35af-4a96-af5b-4957d94769ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006117204c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00749a4a-3ab8-496d-92e3-a8c96d72ff09") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea3f4fff-4df5-456a-bc7a-5c1e77dd94c4") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb2f3906-0f62-4e1a-aa32-eb4cbae89172") + ) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ce902db-bed8-4d9f-9971-5312c1414571") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "233e49c8-85ee-46cf-9c55-190234396a3a") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5bc3d982-e8aa-4014-b816-dcf684cbd65d") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f095a25-f73a-436b-a7fa-3c5df4de963e") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c8215f1-5260-4b4f-abb5-2547fc3403f2") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99845e53-dae1-44b2-9515-f1bcf1d28f80") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eeb50ac3-58d0-40e0-83d1-21be2e7b15c8") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02e07829-4869-454c-98b1-f36b1e066fd1") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9f204e4-742a-493c-acbb-2276f97802d9") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "c7ef36a5-c4af-4923-adfa-1c410c055d4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "c6054dde-5461-49ed-824e-e24a0569b821") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(U6B-+)") + (pintype "passive") + (uuid "1b26f98b-74df-4c35-a7c5-8ff353eccc9a") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13a7d") + (at 108.712 83.312 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C46" + (at 4.038 0.052 180) + (layer "F.SilkS") + (uuid "2d1caa14-67db-45d1-8022-056876606a93") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47p" + (at 1.25 2.55 90) + (layer "F.Fab") + (uuid "9b0c0991-6816-4ad8-8c81-558ac4a04ef0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e666559-6ad7-4b78-a77a-097a5858938d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "251efaa1-9660-4377-9511-a50250354f75") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 108.712 83.312 0) + (layer "F.Fab") + (hide yes) + (uuid "e9764cbc-1bd1-4e66-abd1-b8fd1eea89db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061821140") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70e72c9e-d7a6-4612-9c9e-8a913b606136") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1ea24f2-9327-4fb2-a1fb-8ea3cc7d3726") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "405141cc-722f-46f0-a3d9-087b774eb121") + ) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88f93d6a-1885-4593-84d9-11973a60b53a") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "643b20c5-6be9-4b86-911e-5ad6bd394f0d") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "192a451f-4b52-4981-840f-b6a759dbba7b") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "689f2fdf-cd05-446d-aa15-0a280e33a77b") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5374456b-a0af-4e82-8c1e-0729ce4b4f33") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5ee44a45-9168-44a4-bfa5-2c98e9756e93") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86da7385-7bf6-4b3f-b99a-4ff079c60f3a") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ec1337a-064b-42dc-b5fb-44b7972c4896") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "947bc8a7-91ac-4c1b-8e59-fe1aa7eb080e") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58bbbe45-48ec-466c-b7a1-6545206fc644") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d87bfac0-4f95-4cdd-8fcf-25594fe95887") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "88dbb2ba-1cfc-41ce-8187-526bde60e244") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(C46-Pad1)") + (pintype "passive") + (uuid "9b54dd54-8ce3-41ce-b496-3384392248cd") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(U7B--)") + (pintype "passive") + (uuid "a8bfcc06-7384-429b-82b2-23a39d50d79d") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13b4a") + (at 74.168 56.769) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R1" + (at 2.54 1.905 0) + (layer "F.SilkS") + (uuid "5b569bf3-80ed-4705-8faf-c176219beae2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "bb727219-0bb6-4842-acd2-58f27a826465") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e5ec79a4-cf18-4f35-9478-9093b170ea3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc68212d-fc04-4e47-b2e6-271efb849491") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 74.168 56.769 0) + (layer "F.Fab") + (hide yes) + (uuid "282f2e7b-6db1-47cc-87c2-d7351b39550a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005fb443e6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e9e7444-059b-4322-b2f5-d89a53fda94a") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a60e1999-0bd7-4479-ac56-b2ac87d44d4b") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b17d17b-7936-441b-b087-d6326a419e8d") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "729b0c6f-ae87-4342-8921-86f2feb5e857") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74bd34c1-2ca3-4460-b678-5be84bdb062f") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "722a4b59-9def-4f89-94fb-3f9b84c8839b") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4eda98ac-876b-47fe-bce6-5cf30490ce75") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15815bf3-8654-4947-b0ac-0319c7df058b") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71e30874-79d4-4ec6-9222-fb7742236761") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1afd48ef-b434-40e8-b871-2d62f7eed19f") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6433de3a-0651-4397-b698-0b406f334f39") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b13c323b-4458-4c5f-98f2-f62c070a445d") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "d72b15b3-8c06-4842-94fb-e014af51f66c") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "e21844e9-525b-44c6-875a-aaab8a7fa67b") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "VP") + (pintype "passive") + (uuid "e647f468-1a43-4add-8559-c579e5fb7083") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13b5d") + (at 74.168 52.832) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R2" + (at 2.54 1.778 0) + (layer "F.SilkS") + (uuid "c7ffa214-612e-43df-a93d-d36d35573dff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "e75be690-69c6-4d73-9d71-32d4526a5f69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb86cf50-616c-4603-b1ed-a72f226ac2a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a022d383-219d-41b7-bd9b-7c0ea3b914ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 74.168 52.832 0) + (layer "F.Fab") + (hide yes) + (uuid "acb4e5ca-392a-427e-b7b9-c50e2feb756c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005fc69bb1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aca76a99-836b-4b17-9fd0-0baaf741d7d5") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ea22d2b-ebaa-4797-a270-c1386d18b9f8") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31be2ecc-5868-4a9b-8925-111f14fba2c9") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28badd0b-ae49-46f2-af80-16a5d70f1f39") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eeccfdd0-0c6a-4666-a0fe-5853715145c3") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e9324d1-a4d7-4428-b3c4-b17f0861b2f2") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01a9c7da-57d0-4f31-912d-1406929e1ad7") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c70e461c-446c-48b1-bb10-e11757ba425d") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a1a852f-a284-48a8-858a-c4eb2f911e03") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d10d10fe-9417-4cef-b6a5-859ce68fa76e") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "112d2bc0-2ccb-45d1-a09b-92ae2d0dc879") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5a54a96-a4d8-4d7b-9a03-2a056c2df6b4") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "6a563126-54d9-4198-91a2-c1ba2f4e3363") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "3973c0e7-a76e-41d1-9c88-9fa09551bb73") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "VN") + (pintype "passive") + (uuid "dc412e0b-54cf-4e36-b5a6-96fe9c9afa2e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13b70") + (at 92.456 143.51 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R3" + (at 2.54 -1.778 90) + (layer "F.SilkS") + (uuid "56d11a71-eb93-4f6f-8681-e5c73767afb0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3.3k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "6d4235c6-c33f-488f-8bd1-9e883b75e2f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c4f42b3-5bb5-4b78-8f1c-5a3597e45f9f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad59b389-9860-4583-b5b7-c8ea43f237fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 92.456 143.51 0) + (layer "F.Fab") + (hide yes) + (uuid "79f06603-3f10-4d0e-944b-cb0bb07852c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000613189f2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3a86550-32b1-4f4a-a72b-e7d17c4da69e") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b36f3d4-541b-4c83-b842-c29cdf976757") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2182759-6377-456d-b71a-91b51fe413a7") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e53d40e-f491-4be0-9c05-41a54de8d347") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bec6cd3f-4a4d-46b6-8e31-dd863ce96a60") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad96eb5b-3e67-48e5-a751-d955d1dac1c8") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "275ca65c-d98a-4cfc-804c-9c1923f6036a") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04e4343d-7d16-4969-bcaf-fc02acb6febe") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a58484a-e431-432f-b03f-9cbe8ae28d5c") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26fb392c-9627-4d6b-8686-40bfc452d167") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7ce561c-481d-4c00-9e58-4b369dad1671") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "862a673b-aa81-445d-807e-6acc26c98a0d") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "94a6cc71-3159-47eb-91d5-d6bf0736728d") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(U10B-+)") + (pintype "passive") + (uuid "43dc28c6-a934-4a78-946b-13c4e5e55d3c") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "IN") + (pintype "passive") + (uuid "54ad10aa-76e5-4402-874f-e07deb21c390") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13b83") + (at 89.027 143.51 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R4" + (at 2.54 -1.651 90) + (layer "F.SilkS") + (uuid "6aa41334-1670-44da-8144-7561093ed400") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "470k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "52c453f0-f937-411a-beee-3bf350ffa2d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0c60d6c-cfbd-4ee8-8ea0-3ace0cf95ccd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85c35a65-d852-4dbb-a85e-dba317ae55fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 89.027 143.51 0) + (layer "F.Fab") + (hide yes) + (uuid "0fa0aebc-9e19-420d-af8e-1c6d5b844c76") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061318542") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec395b60-5ed3-48a6-94c3-1e5bbee5a75f") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d43163b-5190-4727-8fa8-c24831e56310") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "56e58a0b-48ac-4502-aaec-455f83a1f356") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce9e255e-0e8a-41fc-af18-00f0f493db97") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d4c5c815-a8a7-4dee-9b72-8405d8fa876d") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34341e4f-4e5c-4e07-a1bf-e7dc6ae0aa71") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f0c2dc3-9d3c-4962-8b03-8951978a61ba") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88f29096-e8eb-4b87-9053-f823ea14ef19") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32f4d1e6-adba-47a4-9650-45e0cecfe596") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2edba3c-f45d-4b30-a74d-2ffa181b5697") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e71e2493-cce6-4a16-95f8-6497695f5838") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4011e57-5313-4f1d-a8a4-16f92b406a86") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "428bb499-ea08-45d5-a0e9-28fee9fa7c21") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(U10B-+)") + (pintype "passive") + (uuid "a08834b6-4e9c-4e73-a09f-d6ee34f2014e") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "dc879db5-7b04-49e0-876d-93baf27f8437") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13ba9") + (at 61.087 67.818 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R6" + (at 2.54 1.651 0) + (layer "F.SilkS") + (uuid "7b9a2975-b57d-4fe5-a01c-38fb41521917") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "90.9k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "9ac3680b-0e12-43d2-bfc8-a2fc7e9ca7b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4136c21-2ff3-40a4-af65-78585472e08c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fea5af03-94e6-4067-a8a4-c8d5b8ee47f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 61.087 67.818 0) + (layer "F.Fab") + (hide yes) + (uuid "51944ee8-9b75-4123-9c8e-ebc864468978") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b0c5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f8f93a9-0f43-4be1-a4d1-b447ac78d186") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "40c334da-65a3-4e74-9a7c-0f915b2913fb") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1406a16e-7d85-4d67-88f1-5d952fddc0a9") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4c9e22d-3886-4b04-9d59-7fb95e97e6c3") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f593568-79d5-426e-a737-ff6423cc064e") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b4ef642-224b-4b57-89c2-2ec3b550be87") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10bad102-853b-4b6a-bdb0-d3c32d2a2403") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85e9a973-b342-42de-a770-439a5116e367") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63da77e2-feb9-4c86-a191-c00dbe0b746d") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d287230c-dda5-4756-b0ef-d843e399eeaf") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a97b0606-a755-47f0-adf3-16bd0415c03a") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "521b79e1-3149-4881-b400-cd35d93d987a") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "212c5075-adbb-4bdf-96b5-1ad56ba401e6") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "b60e525c-dc0a-495a-be3c-8277e08451f6") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "A_B") + (pintype "passive") + (uuid "8d2b1e0d-5fba-4b2a-ba67-e18cce8317c3") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13bcf") + (at 87.884 70.612 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R8" + (at 2.54 1.524 0) + (layer "F.SilkS") + (uuid "8a2fba07-61b5-4ced-b160-22d0248507e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "30k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "f207551f-2335-4891-a05c-f57e3f949815") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1537e09f-b06e-402e-adc4-18ff3545505f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "204321da-53b1-453a-8185-fabc9b6adf56") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.884 70.612 0) + (layer "F.Fab") + (hide yes) + (uuid "327c7b93-905a-4471-9d44-35c99fc5bbcd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ec85a4") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "653dfc9b-de29-4d6d-ac7b-2f67dafd5afb") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ad6540a-cb67-4456-9c09-766ce4a2c647") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43b2f30a-11a0-421d-9f4b-c0a092d0573e") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee87e0fe-af96-45bf-8af7-1334480d89df") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1f80fbf-fef7-49a2-be06-6ac7bd661c16") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02319e3f-75ac-480a-99de-9193a88e38c3") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df5b7ab6-50b0-4036-807d-d714c11e4d0a") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42003e74-ed75-44e9-bcb2-1c258d3c87bd") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59b1530c-9321-42a0-9221-634c236b0c69") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6907a55f-1a51-49be-9121-3f033fb74820") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c694ae1-e9b2-402a-af1e-4542852d95f8") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3956a47c-67c8-4500-9b17-5ead3e631367") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "19cb32cf-da7e-46b6-aef1-ac2038a363ca") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "32682711-85b0-4921-85ff-0d6fb42b45cc") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "F_B") + (pintype "passive") + (uuid "e301bcd1-9db7-4a1a-91ad-a98d7944ff6b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13be2") + (at 64.262 64.262 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R9" + (at 1.27 1.524 90) + (layer "F.SilkS") + (uuid "e4b512f4-e154-45ef-adf3-05b8bf18215e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "510k" + (at 1.27 1.92 90) + (layer "F.Fab") + (uuid "64de1293-2690-4c7f-af9d-892092fbf583") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4c2b3a0-b4a4-4247-9566-9cd2c1d982a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d795a6d6-98a4-4845-a5ea-6e9cb51c6312") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 64.262 64.262 0) + (layer "F.Fab") + (hide yes) + (uuid "afa8ec41-3d51-4bbb-84ae-934447656e57") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b0aa") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.92 0) + (end 1.54 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "355ae688-fea0-49e3-bbe8-7fc03d888d9c") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "f0b99352-7370-4ad2-85d2-0adba809fd57") + ) + (fp_line + (start -1.05 1.05) + (end 3.49 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "caf86b00-7e08-45fb-ae93-c37c8b8568d8") + ) + (fp_line + (start 3.49 1.05) + (end 3.49 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b17cc0b9-b34f-4c03-b93b-c9b714998320") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4634c26e-8c50-4b0a-9ef1-da6b1203d4fe") + ) + (fp_line + (start 3.49 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72b1e3e7-7bcc-4cc6-a6fc-497df9f7bacb") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "469952ce-159b-428d-bcdd-361a261c1cf2") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "76f990d3-575f-4a90-8cf3-98a4ed9164c1") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -1.92 90) + (layer "F.Fab") + (uuid "462dd66b-0f57-4474-9624-836b69260935") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C7-Pad1)") + (pintype "passive") + (uuid "cf3bcf47-7d56-4abe-b6ab-a875886bb486") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(U1A--)") + (pintype "passive") + (uuid "666d5f45-4356-4933-b781-4110c02f05e8") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13bf5") + (at 79.248 67.31 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R10" + (at 1.27 -1.92 90) + (layer "F.SilkS") + (uuid "c5251f6f-e5b7-4e76-9993-1b795e694a67") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "680k" + (at 1.27 1.92 90) + (layer "F.Fab") + (uuid "58966250-30f6-450b-b39c-f47339101301") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05ed5e12-ca43-4a6e-a4a3-1e7d4890cbc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46c223dc-8b44-4ea1-b0e1-458d5ebee660") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 79.248 67.31 0) + (layer "F.Fab") + (hide yes) + (uuid "c8eaac25-e1b9-4432-af5d-25c5c196d75d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ec4c66") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.92 0) + (end 1.54 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "105c58c5-047e-45f4-b88a-64e74125442c") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1308c848-108a-4342-97e3-12e0f92ea341") + ) + (fp_line + (start -1.05 1.05) + (end 3.49 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "249924b9-721a-4913-aa39-aa90468cf5d4") + ) + (fp_line + (start 3.49 1.05) + (end 3.49 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87fb9ad3-de6f-4804-a1e3-a80e20db431a") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d94ab8f8-efea-4817-a9e2-547072458007") + ) + (fp_line + (start 3.49 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47066362-cb60-4fa5-b382-e0e4e4eab39a") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cd21c2d-bd7d-4c42-96a7-0baac2bcc4a2") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d4adfa9b-7d80-413f-bfa2-0d3b848a41ab") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -1.92 90) + (layer "F.Fab") + (uuid "feab92c9-ec2d-4401-9e05-8b3eda16b093") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(C9-Pad1)") + (pintype "passive") + (uuid "ead8c7e1-16c0-492a-903b-09276306c24b") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(U1B--)") + (pintype "passive") + (uuid "2ed5300f-ecbe-46c6-9a93-795333ef8c42") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13c08") + (at 61.087 64.262 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R11" + (at 2.413 1.778 0) + (layer "F.SilkS") + (uuid "d0221bfc-9cc3-4ed1-8ee5-281fa59fbb45") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "057778ed-5f68-4898-a28e-ed499ac680f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "14a5f876-2788-4f08-9759-067192e08e7f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6d7e318-d31a-43c9-8dec-773c8e92a145") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 61.087 64.262 0) + (layer "F.Fab") + (hide yes) + (uuid "8d688f18-c6ac-4833-ab29-4169483e5fa9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b0e6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a3c5be5-1ba4-4bc3-b8af-84ca907d3fac") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3f0c12d-3e19-433d-bf0e-5c0feb429e18") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec09e7eb-8099-48de-a5d7-6eee7eed9802") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01a2dd10-3936-47fc-aee3-0f9c7f212f0a") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7e9202f-d320-4bff-a59d-f543e4271ea3") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "49659fef-fda8-4a4e-ab4e-5e0659b574eb") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a9d57397-0e38-43a4-a44b-c336bdde6eb4") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cdd38dad-5d19-40bd-925e-a97770ed138e") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2049ede7-42ca-43fc-bf89-45879f60709c") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "114b4f96-99b7-4259-a49c-fb119dc055cf") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec6d896b-0d66-4477-8554-87dc7af42051") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3af4920-2c89-4a09-b75c-0861350c3b30") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "0386e191-d1cd-42b3-9eb3-453e968adbc0") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C7-Pad1)") + (pintype "passive") + (uuid "0dec2a7d-f62c-40de-be83-fe8831be6af3") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(C20-Pad2)") + (pintype "passive") + (uuid "b17a86e2-687e-4b43-a56f-3031c8e46c21") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13c1b") + (at 82.931 67.183) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R12" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "eb10dd36-23d5-4b15-a229-c4e7cec2ab92") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "3016bf37-b622-4454-a4df-2dc42183d49a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28583f70-a095-4e5b-b4dd-5b0381d4a676") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6b9f9ee-05d7-4d34-8a2c-ab83f2c8de4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 82.931 67.183 0) + (layer "F.Fab") + (hide yes) + (uuid "08f1828e-b243-4dd1-8006-eeb52ab83c68") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ecc4d1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e3de1e0-9503-465e-a557-da2219370d6d") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "685ec19f-064b-404c-bcfa-d0cec566dabf") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8bb6377-b2ba-44a1-a281-1e83f81576a8") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f4b4fe63-d726-4291-9048-42400862faed") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09ff5af8-3eb6-4eb5-9c95-094bb6d68295") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1849d9df-b16f-4538-9542-03e0b8099bf8") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c284445-303b-4cbf-9332-16f388d81c20") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc08e1b1-a2c7-4cf1-bad3-d0d1181129ae") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8755bd4f-af2b-4486-be02-fb174e9bab25") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8ee6dc8-4495-4371-bd02-4daed1621633") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ba7b843-4d1c-4c3a-8729-80d2e5ec5e9e") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d1acf96-fa11-40a8-ad72-a81ac44d4643") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "770ddf34-3026-4e35-9641-ca5b27fc682c") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(C9-Pad1)") + (pintype "passive") + (uuid "5236b15a-16f1-4c0b-8b1a-3a2f05cd5001") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(C19-Pad2)") + (pintype "passive") + (uuid "7c1db796-7c76-4693-ae26-c93a6717090b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13c41") + (at 61.087 83.566 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R14" + (at 6.907 -0.124 90) + (layer "F.SilkS") + (uuid "173b3060-f5fc-4b7e-8e69-5ff26692f6b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "36k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "7e81241c-4287-4959-a328-9c6eca95175b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e314d02-6032-49f3-8996-f855ea2ee9eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5dcc6ae7-4eb7-4a18-a589-9181f2a326cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 61.087 83.566 0) + (layer "F.Fab") + (hide yes) + (uuid "13bd3d9a-7f58-4776-956c-14b7a869451c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b117") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a5284ce-084e-4b17-9f78-8ee6ae6ed86b") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b8b927d-213b-4479-858e-bf9fec4e0f5b") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e03184b-0719-42bf-98cb-1ce70a9816c6") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b735f4cc-af05-41e9-86c9-29bf9dafe48b") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f47d2d73-83d4-4de2-8983-948200c696b5") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5ee6377a-3c5b-4946-9d7b-44dd7335afc3") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d25ca0f4-490e-4769-9aad-8bb0e235b07b") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b22a0bb-64fd-461f-a316-822e1a42ebfe") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53896317-9852-41e2-b643-230c0faa4333") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b09b5a54-eb18-4b6f-870f-f66e124b1d6c") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0218e773-5123-4256-9bb9-e37ab22b1bdf") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a345bd93-8c96-478a-88a8-e506b7f1d3db") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "72bd3d48-4198-4555-994c-0a7964e3e0fc") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "97b47b6b-56cb-49e5-9499-3118a2beb955") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "B_B") + (pintype "passive") + (uuid "3e29cd34-d4db-438d-a565-530f6e340fff") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13c67") + (at 87.884 86.233 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R16" + (at 0.508 -1.651 0) + (layer "F.SilkS") + (uuid "036a6ee3-58e5-4019-942d-baee6e837ee4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "43.2k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "6f925cd8-c715-4e9a-abcc-a1ffe9ecdf74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "279c84ef-c498-4334-b677-c83b61f63133") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13051a18-27a3-4162-8f61-425f2030eace") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.884 86.233 0) + (layer "F.Fab") + (hide yes) + (uuid "b8784e15-c7ee-45f2-ab69-3a15a7736638") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060edcdfa") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3efdd518-4d10-4b4b-b76a-7ddfb377e990") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a55938f7-0a0e-4c61-b35d-ba81950ba5bf") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f320eb0-bb06-4fdd-a1aa-682fd9d3c072") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b658adb6-1c32-48ff-8679-8529e58bad46") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5c8ccbfe-0c3f-4f8d-a222-95661bb71bfb") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fbdd64d4-9121-4133-a908-8904cf02d58c") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5741b54-1f40-44ff-b384-24c596881d1f") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6bcab2ea-003f-42bf-b3cb-32bd7bdd8560") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "053714fb-313b-4ce2-8b6e-9a4ba9e86a62") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb96cdbd-1120-424e-b51e-cbc8477d7a1e") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25d016e6-9e8b-4f38-9f46-b5681bffbd4e") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a6c51ec-3261-417a-b0b8-f09bf9e8a445") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "e3359fb5-ce88-43ef-9729-a0c8b0b79c31") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e24cbc34-5c3b-4549-9912-cd72e54910f4") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "G_B") + (pintype "passive") + (uuid "226cb4db-6f78-4632-8835-411ee5fbe45a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13c7a") + (at 64.262 80.137 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R17" + (at 1.27 1.524 90) + (layer "F.SilkS") + (uuid "89e2ce17-4749-451b-9444-a8f0288c7a18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "820k" + (at 1.27 1.92 90) + (layer "F.Fab") + (uuid "639f7b93-06b6-4d22-aee1-57adc7f4c3ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7ad2e4a-53c4-4dc0-a0e0-2e1c1b3b928a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02d33b46-dcc0-49e1-bce4-2a1bd7fe7698") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 64.262 80.137 0) + (layer "F.Fab") + (hide yes) + (uuid "23271309-b89d-478f-b4d8-0aee9167bd04") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b0fc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.92 0) + (end 1.54 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e912ee37-ecc2-4435-ab87-8ad311438896") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "9b753256-5be2-4daa-8539-ca833f9f8085") + ) + (fp_line + (start -1.05 1.05) + (end 3.49 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b2301275-1a1a-4df3-8a54-6de23db683a0") + ) + (fp_line + (start 3.49 1.05) + (end 3.49 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6fd9dc9-8d64-4c50-9ac8-0769ffb124e3") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5a0aaeb-c6eb-44c3-8e00-e6973b0b6a37") + ) + (fp_line + (start 3.49 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b78dac9-51f6-4bb2-8787-e52e2f4eb28b") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "427f8058-5a7e-4c9f-814b-811af0d23f76") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "1e8c8882-265a-4ca0-aee1-e83cfdf95aef") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -1.92 90) + (layer "F.Fab") + (uuid "f2710797-1786-4301-af06-ba45b0089006") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C15-Pad1)") + (pintype "passive") + (uuid "86333da1-f9cd-44cc-95e4-896fdba5d10b") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(U2A--)") + (pintype "passive") + (uuid "9edaf061-cef3-4749-98c4-44a3680431d1") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13c8d") + (at 79.121 82.55 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R18" + (at 1.27 -1.92 90) + (layer "F.SilkS") + (uuid "fcedb8f7-badd-46eb-8ea1-51bc0f1cea03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "910k" + (at 1.27 1.92 90) + (layer "F.Fab") + (uuid "b1000ba8-cdab-4c23-a9d9-ceff3e896ec5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ef5a55a-b848-4ce2-9219-fb89080f2272") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3782b68a-0492-449b-a9bf-dc17b0831656") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 79.121 82.55 0) + (layer "F.Fab") + (hide yes) + (uuid "224cfb1b-89dd-4629-9a8d-24d36d8ef0b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060edcddf") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.92 0) + (end 1.54 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04205d2b-a50b-4e89-aabc-0fb4e943eac0") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "3a6adf09-773b-4352-931d-2e7a7cb84015") + ) + (fp_line + (start -1.05 1.05) + (end 3.49 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fcfa68a3-c488-46a0-8c4e-c59f8b72ead3") + ) + (fp_line + (start 3.49 1.05) + (end 3.49 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84a474dc-7178-4612-a801-a83ebf7d3d36") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7ff9bacf-1eda-4d7d-9d0f-95227583f880") + ) + (fp_line + (start 3.49 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3786db1-50fb-4513-9c04-1f6d7ceda39f") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "82271153-48b7-4f56-ba30-9f1092d48b21") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "5eb4272a-9f2c-49ad-a090-3027272b3e99") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -1.92 90) + (layer "F.Fab") + (uuid "18a6817c-ed36-4267-b19c-4d672a81fd3d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(C17-Pad1)") + (pintype "passive") + (uuid "a47d63bf-1be8-4a06-a5d0-707ce946abd8") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(U2B--)") + (pintype "passive") + (uuid "99ea64b2-5109-4cfb-aa7a-1195ce0d2bdc") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13ca0") + (at 61.087 80.518 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R19" + (at 6.867 -0.032 90) + (layer "F.SilkS") + (uuid "29253fa5-c6b6-4dfe-b51b-b52514391f72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "4cf2ce24-380a-4d5e-a91f-0097c96add80") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5d4abff-8cec-4ed7-b799-14dff50744c1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9090d530-9b41-4672-a0be-08d314995965") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 61.087 80.518 0) + (layer "F.Fab") + (hide yes) + (uuid "d5cda974-2679-4237-b114-a469528c8dc2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b138") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6be2b841-cbca-4cdf-bb8e-09baef92b771") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e40c5ef0-0466-451d-96e1-9a10223108b4") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c316ce9-05ed-4aee-baa6-8537eb8deaef") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "841ac7e6-c3cb-40d1-864a-9521c57d2ea6") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de2c131f-871d-448b-9630-076d20fbfb2c") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd479c73-1bf0-4ae9-81c9-e4fb85e0fe19") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "046f4f2f-4ca2-40ef-8284-61259b9a530a") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cb0a84e-1048-4589-9007-35e7deb82aec") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "297e7089-821b-4cdf-a863-8cb6b976b54e") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bf06067-c096-4c74-8df8-e7d23f69740e") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28135366-2bb2-4548-86fd-e1038d7cbc07") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28baeafa-8a4f-466f-8785-9d99b9dadf8c") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "6322fd0c-f407-45c3-9bac-afd1336be713") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C15-Pad1)") + (pintype "passive") + (uuid "e49f9e65-5ae0-4006-a817-5ac5bde5b791") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(C20-Pad2)") + (pintype "passive") + (uuid "2b7546ad-c6ad-4f57-9de7-3f221f0694b0") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13cb3") + (at 82.804 82.423) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R20" + (at 2.794 1.905 0) + (layer "F.SilkS") + (uuid "e7c6c9eb-51f9-48ef-8f37-244f064e3ce9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "a1bbf36c-cf16-480f-8f29-6e7e405800f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "101ca693-dce6-4d59-9c6e-a8afefabe85e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d32cc828-e6d1-4ddc-978a-91ae5e003874") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 82.804 82.423 0) + (layer "F.Fab") + (hide yes) + (uuid "1f28c26a-f31b-4c11-8f26-edef5f7e021d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060edce1b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d317e0c-0ede-4f09-b628-240852e9a31b") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42c591e9-d588-4470-9c3a-42cafb6c858c") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e291126-6ce6-4f0a-9fc3-7bc5e7a2dde4") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a57c46e-0d7c-4b81-9dbf-24a6a0d28b38") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a8db0dfa-c81e-4c06-a3d3-ebdf05c396aa") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7881782b-f4c4-44a9-9c43-f03f6e4430c7") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9fde8724-fb6d-40b9-af08-acf88067aab0") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18c6affb-c0ae-4e33-917d-bd7a066df590") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0ed5112-22c2-4b0d-af9f-3963789338a0") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0fd88ef-3d01-4235-9e84-c41cf09cf341") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86600177-a47c-417e-af1f-a5bba63f2a7d") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d77437cd-9371-4392-baf4-08fb873f824f") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "aa529599-5bf5-469d-af79-0434aaf7160b") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(C17-Pad1)") + (pintype "passive") + (uuid "f4b1ec65-e700-454f-b57a-927cbb8dfb42") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(C19-Pad2)") + (pintype "passive") + (uuid "9503a51b-4cbf-4f79-9b3c-b5a229842d58") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13cc6") + (at 109.22 120.396 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R21" + (at 2.54 1.778 90) + (layer "F.SilkS") + (uuid "288e30e3-45ac-4716-bb2c-a1d3f721be62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "77965bce-6195-48e3-91b9-7e256da8c420") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5468b63-0d3e-4609-8d07-6880dffb8053") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "feaaf765-756a-4d2f-9178-14987cf565dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 109.22 120.396 0) + (layer "F.Fab") + (hide yes) + (uuid "9ee0357d-f042-49f1-b478-67f4c070e916") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006152ccd3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee10ec26-d5ed-4ea9-91c4-a0f36b82efdc") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0dcbf4cc-77dc-4ee7-bf30-7a7dfbeae3f4") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6510e710-6df3-4dcf-a5c8-0b4737c0c0c8") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f8dcdd1-6e2b-4c79-8627-26aae533d373") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c9a156a-c85f-48a1-9b86-8ffd1a3080db") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3ff1bb44-6df9-42cc-8c38-85699742994d") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce143e27-4312-4409-8f09-4deedd7edfc8") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "020c69fb-4e09-43f1-a93d-0b8880410cb0") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3140ed1c-10c1-4d8c-a516-50050beb581d") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e56ef2cd-9e10-47c0-b694-76503d6ce23f") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7dcf317f-abde-4ebe-95a7-d96b19767313") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "27f8fec9-28a3-443a-ae6b-a62417261374") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "eea5c85b-f34e-46da-9368-9267ac841a84") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(U9B-+)") + (pintype "passive") + (uuid "633144e3-23ec-43af-9563-874dfcaad9df") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U8B--)") + (pintype "passive") + (uuid "4093f2c3-731f-46a1-9f24-ae11ba73193f") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13cd9") + (at 92.964 120.904 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R22" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "92fed20d-f8b4-4d30-8eb1-acc0f342b9ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "90923336-33b8-4ce3-b0be-71c0fb95ac4a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5e36fe9-97fc-414b-94ed-541f14e043f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "566194c1-9797-445b-b64f-4587641d1b18") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 92.964 120.904 0) + (layer "F.Fab") + (hide yes) + (uuid "812b09a5-355d-42cc-8676-5b4471f87e24") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061544393") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "332bf1ed-0248-4eb5-81ea-c18c380bef40") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a956db5b-337b-419e-9044-8e7847a09405") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ce5d630-4a37-489d-8b3e-e348d57ca61c") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce00e7ea-4817-45da-8f5b-13d0b9173bfb") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc49efba-6fb1-4fde-b500-156ccdc348d6") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43a724bf-4a7f-4da2-824a-a62c898a1a84") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "622adf2d-3c1e-4826-9cd9-d88ea6ca32c1") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2beffcf-90cc-4197-9cb7-bacbf50ea850") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fe864e8-451d-4f9e-b71d-6bb51157e679") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ce80386-dc3e-4c6d-a861-837173e48c96") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "190bc9b7-ae10-442a-ba0b-9c7a590bd6f0") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7d9d9072-ec40-4263-8259-a3dc4454d625") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "9f91410b-ba56-4d36-801d-cd9ec0124e07") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(U9A-+)") + (pintype "passive") + (uuid "b43475e8-8886-494f-955c-4b0d69c159ee") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(U8A--)") + (pintype "passive") + (uuid "2ed10ca8-ec9c-4977-a644-c0c0700c123c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13cff") + (at 56.515 100.203 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R24" + (at 2.54 -1.651 90) + (layer "F.SilkS") + (uuid "6910c66b-9d4c-4542-af9e-91416b5d32e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "9b1c3c65-c6a7-4eb4-9b7e-6c8595cdc2b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9982cf82-d584-40a2-ad8e-e68fd427047f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36c97825-d406-4514-8f0a-bf529f3b7844") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 56.515 100.203 0) + (layer "F.Fab") + (hide yes) + (uuid "c8922ed1-1ac0-486a-a304-7b807a999272") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b169") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b8b84d7-2250-4d93-b428-9ca5f9101c8d") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2da0dec-7d0a-421f-842d-126bc5175ade") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29d0a7ab-8466-438b-83f7-565e24bc6e25") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43932a84-790e-44b5-9c47-144a524dca83") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0ec4838-bc2a-4dd1-bb68-86943f043e62") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f84704af-9439-48b3-bd9d-db7f6d6676a4") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a7b0f02-e9cd-4546-944b-4e2624c36272") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a0f112b-a847-4cde-9ab9-d9bf2e805ffa") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0992e0b9-6ca5-42be-8c6e-d9c1d7d5c366") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aeae1492-48b6-4c45-9075-deb6284c3e85") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1502fba-ba55-48b5-a431-84bd039ff6ea") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "abeff9f4-0aa3-43b2-824b-3e13cf4f9c52") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "8b07652b-0b69-4f86-80d4-a2cfcd04192e") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "1b7ca9ff-2292-44fc-94ca-de677a44fd2e") + ) + (pad "2" thru_hole oval + (at 5.08 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "C_B") + (pintype "passive") + (uuid "c75aa326-b32c-4fe0-8d5b-8b5d6289647f") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13d25") + (at 87.884 103.124 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R26" + (at 0.254 -1.778 0) + (layer "F.SilkS") + (uuid "9455adc7-a238-4cd5-ae45-5281b9209e7b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "24k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "eae89c68-60b1-46a8-a28c-68f8aa5ee1f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d3cd715-a3e3-4d2b-a1b5-b093915e564b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1ba75f1-5433-4edb-ab76-169702556e18") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.884 103.124 0) + (layer "F.Fab") + (hide yes) + (uuid "465d9c1d-e2a2-4b56-ba5c-163a0d612c85") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ee30d3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8547155b-6809-412a-9138-8b54cf88c09f") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca55b821-a147-43bc-82f7-b07d96185e2b") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd920a7b-fcad-4155-89c8-070fcc9506a0") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23f46f8c-0daa-4ff4-bfa5-588e25a1285a") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26adbab3-a293-4abf-9b67-8111673f4385") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c63275b8-66c1-415d-8855-b27bac359663") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81347f4d-d797-48b7-ae08-7b8410c318da") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3034440b-a5da-464d-a866-0e9e0476124e") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4450fa05-7d8c-494b-ba12-bf16ec47f1b0") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "166d4600-e9ea-415c-a309-e3b74ff08920") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f79d8855-27cc-4033-b78e-e5e9b9b80feb") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4abda02-4e14-422e-8f4a-9f4de9027b8b") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "e69bd96d-c1c6-4d1f-a453-72ff878c2972") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "896a36bb-32f0-4604-aad2-5561570b6996") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "H_B") + (pintype "passive") + (uuid "daa3ceb4-bcb6-40d9-bd7c-9691cf7ab495") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13d38") + (at 63.754 95.25 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R27" + (at 1.27 1.778 90) + (layer "F.SilkS") + (uuid "1d24abe4-0f71-4d60-bfab-3a3b612a5e0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "510k" + (at 1.27 1.92 90) + (layer "F.Fab") + (uuid "a0cd2087-8f17-49f0-ac2d-4bb01845c78e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73520cc4-2ae2-4cbd-999f-c4ca10449312") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8156dd0b-08e1-41c1-922e-c3f65553b067") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 63.754 95.25 0) + (layer "F.Fab") + (hide yes) + (uuid "2c31f7e1-f35d-428a-b0b8-76a905ab9ed5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b14e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.92 0) + (end 1.54 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9895d0fd-882e-4000-9cfe-3eb69e3be461") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "dd2683e4-1fc5-4556-a990-b31d031585e8") + ) + (fp_line + (start -1.05 1.05) + (end 3.49 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab299cbe-872f-443a-8f0c-9b12ffa36a2a") + ) + (fp_line + (start 3.49 1.05) + (end 3.49 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3e7efb92-6fd2-459e-8ee3-c5acd191969d") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c125e237-a5f3-4c3c-a050-48adfbe340ad") + ) + (fp_line + (start 3.49 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73a03ca7-7085-4f6c-b87e-06f1593ae547") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "427fa9a8-6ebd-44cf-af06-eb0553b580c3") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6f3d1d7f-4f78-40d2-a491-d177fa1463ba") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -1.92 90) + (layer "F.Fab") + (uuid "37b2dabb-dcb9-4cb8-965b-b4683a0c0fdc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(C25-Pad1)") + (pintype "passive") + (uuid "d69fc55a-0aaa-46bd-8b37-745801a0a79e") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(U3A--)") + (pintype "passive") + (uuid "cccbc231-ff47-4ad5-8bb8-0e67292d275d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13d4b") + (at 79.502 100.33 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R28" + (at 1.27 -1.92 90) + (layer "F.SilkS") + (uuid "ffa4b154-cb51-43c9-9517-cad2b24cc7bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "560k" + (at 1.27 1.92 90) + (layer "F.Fab") + (uuid "efd19c55-f292-42bd-919e-705baa0646df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe9ddb05-9c54-4524-ad07-faf8b84df8fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4390043f-b2ad-4e3a-b5ae-e4e39d3933aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 79.502 100.33 0) + (layer "F.Fab") + (hide yes) + (uuid "fed1e77b-0877-442a-92ad-5cebb236e5d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ee30b8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.92 0) + (end 1.54 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e61027fb-036c-4fd1-93d6-d5fb99c5b57b") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "f5293f4e-5646-4d6a-8c94-68f7e1ce8c16") + ) + (fp_line + (start -1.05 1.05) + (end 3.49 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6dac56ad-102b-4a93-bcbd-1dd72c732f20") + ) + (fp_line + (start 3.49 1.05) + (end 3.49 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73f5329f-47c8-4391-af0a-5c1351ee0b76") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f158412d-2926-4c2c-9737-031b9c7e5986") + ) + (fp_line + (start 3.49 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa5d81b7-a747-4484-9f42-3935ce9d6d3e") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8dc0a7b-e7ff-446e-86ae-ca77dec940cf") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "253b55cf-50c1-4e58-b7ee-776d755025ad") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -1.92 90) + (layer "F.Fab") + (uuid "547425e1-a9cc-4e58-9e32-053c28439924") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(C27-Pad1)") + (pintype "passive") + (uuid "ec6bee64-af72-4d33-8747-a6ed9a6b1055") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(U3B--)") + (pintype "passive") + (uuid "eb70a7ab-ad81-4ed6-9387-716884078fbd") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13d5e") + (at 59.944 95.123 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R29" + (at 2.413 1.524 90) + (layer "F.SilkS") + (uuid "9e92bffb-a734-4240-8fcd-b8b93883b917") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "a0338afe-64a8-4aec-b665-43567023437b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d65fc6d-a695-4fa8-8143-34e975e27df5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95f78b08-4abe-4f47-9ebe-ab2f30df18ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 59.944 95.123 0) + (layer "F.Fab") + (hide yes) + (uuid "64a77735-1535-4cab-87e9-e48b7cd1cbcf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b18a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc7f51d5-1326-4110-bfb1-4d78d433441e") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e814b381-7e78-46de-a4ee-f443d1200ad9") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f19934b1-2fb0-4973-b6a6-6e9084df2123") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0ea017f-fef5-44e4-a13e-30070b53d43d") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "22f9898d-3c97-4d6b-8ef9-0f49027179cf") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b0b05c4-a4ab-4e98-8d39-dba73b7f6670") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b3335c2-31aa-4057-a4b5-49ab5e45e1c6") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62799b91-662d-40f9-876a-19550e07d2d4") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6976e40-42ea-40ee-a728-9b6ce38549d0") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4feb7a69-e677-4a34-8185-3dcf8ea9f1cd") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7bfdc60-d48d-4b49-a7ad-951297e52321") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "20f6c537-a134-4165-8c4b-385c52394c9b") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "fce69a8d-71cf-4a99-bd21-6e9b847191aa") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(C25-Pad1)") + (pintype "passive") + (uuid "1446299c-b5d2-4df7-b92e-bcff69042cd1") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(C20-Pad2)") + (pintype "passive") + (uuid "0a5c036b-6ac6-42cb-a486-7615e9f40401") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13d71") + (at 82.804 100.076) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R30" + (at 4.826 -1.778 0) + (layer "F.SilkS") + (uuid "0c0817e7-912b-4138-813c-c986e129c686") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "7d7b76fa-4092-4e75-bf2c-6e3a793dee2d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f2cfa32-6b30-45d0-8e84-986666c50f72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bf4fb53-2b73-49fb-ba56-c88ca511957d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 82.804 100.076 0) + (layer "F.Fab") + (hide yes) + (uuid "fb723de1-c01c-43d1-964d-37683a40e1dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ee30f4") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de456f5d-4a28-4bf2-816e-09622cd1b80d") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fbe2e09-d4d4-43f7-bfa4-d0744ae4a4fc") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3a2646c-3b72-43ec-acd5-d4eafd49c4f1") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcdd14a7-5eba-4251-aab3-2a75f2e35f28") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75941036-64e2-46e9-b8a6-d5b42ad06c18") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6758c122-9e2d-4931-ae53-5cbca62115c8") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "072a7f68-b506-42b9-89d5-8eb7b0a4800e") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "604f132a-c622-4143-b598-9236f14b80c2") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb927480-99c5-4309-9672-1dc818add997") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79bd6a80-7f11-4ac4-97e7-4cd06ce3baae") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7a4b24f-0388-4d6c-911a-deb44afca7fc") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b14a314-8756-44fc-b599-ce88445f1942") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "9cb8a16e-2d84-4ab0-8cd7-532b767603c7") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(C27-Pad1)") + (pintype "passive") + (uuid "6d378e13-5390-434d-8074-35c21f67573a") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(C19-Pad2)") + (pintype "passive") + (uuid "8ed1e67c-ee1f-4cd0-9875-4de337a51913") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13dbd") + (at 61.087 118.237 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R34" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "0f8dc49a-2b40-4c98-8332-5db996d9be25") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "27k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "ebd88f6b-e668-4043-8891-d22b62833bde") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "274b9e71-ebe0-43b1-b750-71ffec0220af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2131b752-b373-4722-bf20-d84f1c4ae2de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 61.087 118.237 0) + (layer "F.Fab") + (hide yes) + (uuid "3b7e4e67-90a8-412d-91d6-a8659f06f181") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b1bb") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77a6b01e-d07d-460d-9f63-1d7ee3ef63e6") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72e69461-9d3d-4e79-b4a9-6e8afe2d7cb4") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00446ac4-db74-4878-b1fa-db13d038ca3b") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31369bae-727c-40a8-9453-fcc1a87e14ca") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dafd3341-24a1-4964-8b77-25ef37835a8f") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a1d090ae-7bb7-43af-9b9c-2d5c777b8b9b") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b836dc84-046e-4d34-a925-b336994e3399") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89f19076-ca2f-43de-bef9-7bbcb211951a") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8d912e3-39cc-4e8c-91ee-e2fb59b3ca00") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8bffe734-bcd9-4d5a-afe0-b3180e71e193") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd5ba830-d069-4fbf-a4ff-6481c1f9f034") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cea979d-2ded-4c17-a031-5b88b4508ee9") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "2adeac42-2287-43b1-9b14-10a91ce8476b") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "54a41921-4d16-4ca0-986c-a39b565d6999") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "D_B") + (pintype "passive") + (uuid "ce7fdde7-4b17-4dfe-aae1-3ee230f8dfc5") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13de3") + (at 86.36 117.348 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R36" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "8b59d32a-5379-4f67-af7f-7173904b98e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "82k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "92b59fbe-7840-4a93-880f-c16b7fd91f02") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5aaaf9c8-7af7-4970-a5c6-c6d7f2c26296") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "254a1bdf-1b24-4beb-9628-ea6e945df540") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 86.36 117.348 0) + (layer "F.Fab") + (hide yes) + (uuid "fb5e319d-7e1a-40e2-ad2b-985084e25459") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061131960") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "554a9570-5986-4f95-bad4-5551a6201994") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "222f7e94-e82c-4a1e-a466-b493aa2315cf") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72c91fa9-aeb9-4ac1-8194-b1f77760bdf1") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c39ba24-b2c9-441e-894f-ce94379c549c") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c22e9077-c0e0-4646-a982-a5b77a822bfc") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11bb3c28-8949-4507-bc11-e2ea034bbbfa") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35fe7672-973d-4a1c-bfd0-9538b1b0c1b6") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22e17eaa-138c-4d9a-9e2c-7716fb022745") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7782a4fc-a4ed-4f27-8f09-ef35211283f1") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57f1e7bc-da80-45a3-9f3f-d86764d5fb6b") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "273429d0-2282-4575-b98f-2ee2783ee7b1") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "76f91bb0-6216-41be-ad7e-debce28bad4b") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "f456a777-f7b2-419e-bf58-c5676f0830c0") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "13e95c63-698f-4660-a042-048b22e22427") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(U4B-+)") + (pintype "passive") + (uuid "b622556a-7552-42a2-9b39-abed0df435be") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13df6") + (at 82.804 117.348 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R37" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "b4cb76bc-ce69-40c6-ab08-f3952a3bf38f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "16.5k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "92c04a1a-64e4-4414-a5d5-f424bcfb3505") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ffe1bcae-1112-4002-a42c-f7568667fd68") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fecbca48-5618-402b-839b-3bf269b23579") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 82.804 117.348 0) + (layer "F.Fab") + (hide yes) + (uuid "b6fb7da5-f1b9-4d5a-ba61-0224095981d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006113198a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8aec52d-fb78-4204-903c-186bdf8f2dbc") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d932760-62f3-4475-9401-c186a04ab4d2") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d43553d7-1f91-4067-8d8e-05b7b588ec57") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38e6ca95-06ce-4e0b-ae83-c3afce29c02a") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66a6dbe5-4e63-4786-9860-4698d3746a5b") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "298dd47e-f76d-47de-b957-f21a618f218b") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c94babc-4488-4a4f-9186-fb302aad23a9") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "de1cf2db-6c67-4b48-9641-0df0ecd4db84") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd66e04f-e69a-41f5-b7e0-b8311ca5fa4c") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e4185db-0d83-42bc-9007-0ca0ef77d644") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e1b8331-5357-467a-a1b1-d630edd33b29") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc511be8-d8e9-4623-99c2-a1fb3e9030e8") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "0d04081a-e357-4b58-b3f7-a43084aa3daa") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "Net-(U5B-+)") + (pintype "passive") + (uuid "329a9c17-29b0-446f-b8e1-194e2b1c8916") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(U4B--)") + (pintype "passive") + (uuid "1006a954-975e-493f-8558-ebe9b273aa05") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13e09") + (at 79.248 117.348 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R38" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "7b7176e0-7b76-4864-b3f0-b2381d9b9c15") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "7b0754fc-bf7a-4ec6-b125-6a8f57840f14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b94b818-28ed-443b-97ce-bdc94a6f88ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "851ac133-28f0-414d-ada6-d8786a034bac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 79.248 117.348 0) + (layer "F.Fab") + (hide yes) + (uuid "2cfdb5b2-6975-44bb-82c3-db4669e3cd0a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061131978") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a051f4b-191e-4a8e-9691-82d59334e463") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad2196df-5d34-4223-ad70-4ed8204ee564") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "efee8303-79c3-4ee5-863d-58faf8cd761b") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fdf712c8-6a32-4e7c-b677-1f3876904145") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c05cb4a1-78b1-4b68-b519-a0ef24ae1fc2") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "709fa322-a431-4463-8636-600d29489a1e") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f32977b1-2314-4fed-a5e2-0d858d918bdc") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8a025ed-a3b5-4ca1-bc2f-0698ae38ff13") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c12e21dd-ab0f-420d-adc7-95818674c154") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "295e74ee-bc48-4c91-a3f8-065e48d53b25") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cb2115c-91b5-4879-9712-99bbcaf41256") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3da1db9-ef26-4b49-bdd0-b7157da6c9a6") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "59120948-875f-4699-b84f-4e391bddc495") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "Net-(U5B-+)") + (pintype "passive") + (uuid "29fea4c3-e4d9-4529-ad68-33995392fbfb") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(U4B-+)") + (pintype "passive") + (uuid "96472738-c821-4c61-88af-4f7fb3ab869a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13e1c") + (at 64.18 110.49 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R39" + (at 4.34 -0.03 180) + (layer "F.SilkS") + (uuid "7c1a4dfe-1fce-4562-874e-b81d62af5ddb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "620k" + (at 1.27 2.37 90) + (layer "F.Fab") + (uuid "90c6cfab-c0a5-4bfe-998c-c0d6703fd792") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "077426d7-589f-4e7e-8ab3-b7801f4098a7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eaeef8a4-51cc-4ba7-b55a-d8a5cb2e1722") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 64.18 110.49 0) + (layer "F.Fab") + (hide yes) + (uuid "3dd9103a-2214-46f2-8adf-0f602fd6d404") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b1a0") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.37 0) + (end 1.44 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08d20ef8-0f4c-4fdd-9b29-c735f002553c") + ) + (fp_circle + (center 0 0) + (end 1.37 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "fe0c64ea-004f-4979-90f4-733599e32db3") + ) + (fp_line + (start -1.5 1.5) + (end 3.59 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14999db1-39e0-4cd5-a28c-3e30da295b0e") + ) + (fp_line + (start 3.59 1.5) + (end 3.59 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fda2d97a-7ff5-4a42-ad86-8c646867fae0") + ) + (fp_line + (start -1.5 -1.5) + (end -1.5 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b24c556a-7ea6-4508-bb6f-85932da44fce") + ) + (fp_line + (start 3.59 -1.5) + (end -1.5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6df8d7ac-8d96-4fff-a34d-0b79c3b0c5be") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b27c5a49-db46-49d5-985e-108eb3181a02") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "ded31fbd-ba3b-41db-be23-6aba23c60004") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.37 90) + (layer "F.Fab") + (uuid "754c3f4e-1210-4c1c-84e8-b9cac9aeb8c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(C34-Pad1)") + (pintype "passive") + (uuid "1175951e-9709-471a-95e8-9cd538bd0316") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(U4A--)") + (pintype "passive") + (uuid "24d42561-c024-4b16-8afd-aedf212ce538") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13e2f") + (at 93.472 89.408 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R40" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "4e9ae556-d037-47c4-bb45-3c62b8677a1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "eaf47995-a4c8-46cc-a66c-c433736e95f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc01f2ec-134b-4273-939c-d1ff9800203b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2350ffd-a53f-4273-a918-d72c456487e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 93.472 89.408 0) + (layer "F.Fab") + (hide yes) + (uuid "78ec069c-5be5-4489-99d0-34b5051bfd85") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061702931") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9adb17c7-f5fb-4fce-8731-cd57b586d957") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc4e3f24-cd26-47a9-b9e4-8e195ae5a055") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "975c5a41-0a16-4378-9109-4402f34e028d") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "871098ac-36d2-41df-be21-c516b3af0a7b") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "081b67c9-47f2-4513-99e3-19eb5a9ebfb8") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "25ce18bf-1169-49a0-a500-046492f66324") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "982b8c7c-e725-4be0-8fed-46e4d0594d7b") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec23bcb9-07da-4db9-bf03-3006f9f4db18") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5857abb8-40b4-4360-adf9-7266e1ef10fc") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90db48e1-002b-4880-bd36-3458ed4c9671") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fd6e5e4-e48a-4c9f-9792-7693d1f2827c") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23746afc-a9f5-48be-b602-c7b45f131e17") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "28ada481-86a6-4544-95c8-883bc5967f3e") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(U7A--)") + (pintype "passive") + (uuid "5a0ac0a5-57fa-45ea-8ea7-ae0fcd66a487") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(U9B-+)") + (pintype "passive") + (uuid "7ed0b262-1d3a-40fb-9255-3c5fcf2b7dc9") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13e42") + (at 89.408 89.408 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R41" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "d75f6691-9c24-4a36-aa1a-756d7d54d60a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "dd7e29b6-8d83-4697-ace0-63b47726d5e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d6443ba-97ff-477c-9fbb-100a16c03fb9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a6c347f-29dc-45c2-a2fb-1be44e12e60f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 89.408 89.408 0) + (layer "F.Fab") + (hide yes) + (uuid "3e960984-ca9a-4754-9c00-16d1a855e889") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061702c9b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28da73a9-01bc-47e2-9a35-56182d6c97fd") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b05138c2-8ee7-4ca6-a7e8-95709c0ce88f") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34533532-823e-44fb-8ebb-96671f96c571") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29453f7b-7fe8-48e2-8b94-893890c7394d") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b6f906c-92f0-4bfa-ad9d-45d274c06948") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9dd7961-b2ec-43ee-94b1-d8062ee65683") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ec8e88a-7cee-4b73-97e0-4052678d1459") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8615a580-e0f1-4e5b-9ab8-db6e5738539e") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "31357631-d3bd-427d-9145-34876c6ba39d") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "894ec875-8ade-4340-9ac4-e96bd115686a") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9074e4be-3cbd-4eb9-98dc-a0cf7c504845") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45e6ab48-7334-4216-b435-ba2766e9fd4f") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "b262fd70-0c04-402f-b633-7ea00883e3de") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(U7A--)") + (pintype "passive") + (uuid "30cdf2c2-37b0-4378-b0e4-b8a31db45d16") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(U9A-+)") + (pintype "passive") + (uuid "5454c68f-659e-443e-af12-91c26af036a0") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13e55") + (at 61.087 114.554 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R42" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "415c0798-1a1e-4c33-83b6-3f6f4757c5bb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "8f70ef58-eaba-4ce6-9c5c-68eb0702a12c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58bad5a6-9971-473c-aca5-a03295d655ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d931b96-38f0-462b-a032-86f351f0bc14") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 61.087 114.554 0) + (layer "F.Fab") + (hide yes) + (uuid "cde5301d-5f49-467a-b64e-36963f5c2631") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0b1dc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cdded64-6783-4ade-8ba4-8daac2e766d8") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e39b9152-c0c7-4fb6-ba11-f27de4fae247") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0a2ba8d-29f2-4f56-a635-d88f1ca0e3cf") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27674b35-157f-40c6-903c-8cc98f1beb17") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab7c4707-3900-463c-871a-cd6f4fc03a0b") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d4a79b4-10af-40f0-a8a6-f3a86d7831fc") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7029b7fb-b75a-47b5-8ef7-ace633a21138") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "487576b3-1893-4f33-b568-9f4391462410") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59a7c85b-cced-45b4-9e60-a14cb27b533b") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4615af6d-9c58-4b07-8647-1759de46779e") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9956c676-ee93-42a3-9eac-9ed8e9636525") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7a436ac-25ed-48fa-9fb1-a4cbf21f443a") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "1be46b2a-2121-49e3-b78f-4d51dd96d79b") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(C34-Pad1)") + (pintype "passive") + (uuid "10261b7f-69c4-41d2-8bc2-c37dfcbd0a6f") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(C20-Pad2)") + (pintype "passive") + (uuid "69a10776-0f44-4f56-93f0-d42bb1b94f3c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13e7b") + (at 56.007 143.383) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R44" + (at -1.767 0.047 -90) + (layer "F.SilkS") + (uuid "f9641a43-3073-44c4-aa3b-ba08613ba25f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "130k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "b2192e84-578a-4ee3-90bd-2ab67d61d052") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d456fdc-fffc-446e-8f19-8b9c1de68cb2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc4ac6b2-64f6-41e6-9d75-49c054196674") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 56.007 143.383 0) + (layer "F.Fab") + (hide yes) + (uuid "a0475e98-8a52-4d7d-88ac-425d093a1b86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f299c3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96fa0825-16d0-4620-90b1-45eab00eadeb") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c7e3506-a9d2-45df-8070-8fa5f4f781b0") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8e0f434-d3a4-4c81-87e1-ab57dd91358f") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0121a5fd-95cc-471a-bbb9-c94ec035067f") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "24f82659-59e4-4d56-8643-807b098a9738") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1fd8e24-d711-4309-98d1-df8b10b6565c") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "769322d5-3874-4e02-a1fd-a82fd737939f") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8df91f02-d6e2-4207-bf5a-b359d04f0819") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb28349b-805d-4a2e-a0c4-31798e50f376") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e84739d-3374-4eff-ae43-e0093989101c") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17b04366-ebac-4af3-bc9c-1d601e5d3768") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b2076ac-54d4-4468-ab45-fe58ebb2ecaa") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "230417fc-08a1-4369-90c8-cc94ab5a5f7c") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e03f9e61-5e74-4f2b-945b-ca8ed292ad62") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(U5A-+)") + (pintype "passive") + (uuid "ea3421c6-d884-49aa-80b3-d28388bbee30") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13e8e") + (at 93.218 77.724 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R45" + (at 2.54 1.778 90) + (layer "F.SilkS") + (uuid "cf7e0b5f-7aeb-4685-9de2-5a85ba0e2bd0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "d4071291-8f3f-4fdd-8545-7d35ec3cc492") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9aafad87-f378-46b7-a956-e7b946778031") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "850bb27b-d0bd-4606-a7db-01ec0de2f4e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 93.218 77.724 0) + (layer "F.Fab") + (hide yes) + (uuid "a3853c8a-8f52-4f33-a541-c2632294f172") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006179c677") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b4537a4-aa17-46ff-a34e-5126cd9604a9") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a3d47d8-1369-424f-a73a-89a9f0f84ca0") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d2c5729-d528-45b2-a601-9d90e0045d2c") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c9ed48b-3c2f-4716-8a43-1ff5f0e35c33") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e9ebefc-9d17-45f2-bc5c-38713da49914") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1fbb4ac4-15fa-4256-9a14-58353545a866") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0154c507-f182-4d3d-84c5-6752e942790e") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45da10d4-280f-4125-bd38-6c5fedd65fe9") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bbb150e-a585-45e7-b1ee-be73e5663e05") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29a7bed0-3cda-4ece-999b-d97a8c04cf51") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3158bd4-953b-44d8-9f64-157df81960f2") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d977fc0-368c-4881-a740-0eb66dc10da4") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "13dfd449-4b53-4fbf-9534-60000fc014b0") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "F_C") + (pintype "passive") + (uuid "ed3f1cff-566d-4230-84bf-f6d5f31d71dd") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(U7A--)") + (pintype "passive") + (uuid "2476a00c-ca79-4603-84f5-679e906421f2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13ea1") + (at 79.248 138.684) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R46" + (at 7.092 0.076 90) + (layer "F.SilkS") + (uuid "6b27400c-90d3-4ee1-ab87-4606a2b3d9c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "aa850059-32f7-4145-b30d-9e6231eac527") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba507432-4e37-4eb7-be79-db047f7579d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07cd2f67-496b-4a25-b7cb-6d81611de26c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 79.248 138.684 0) + (layer "F.Fab") + (hide yes) + (uuid "aaeb932e-8ed3-4bdf-b21f-55b9d1d64b74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000611319bf") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4665c6c-ece4-4d6d-8708-ca7a27809845") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68e38624-43d4-4db2-84a2-a8ba50e65877") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3040c3b3-aee5-490f-8963-eec59b81b135") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0bc6440-3e75-4872-9e4e-99983e351a47") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d13ba395-7408-40aa-bb78-19c9cc545b02") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c13071e-232d-46bb-9d4a-76ad10dfd3cd") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53f6901f-8adf-4f0f-8ffe-454d51df0482") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "531a9b49-9f6e-42af-b00c-6cdc9fb82e53") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eab24c58-1970-461d-ae2f-5f0894d2b008") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bf207f1-1e1e-4b29-a735-2fef9804b6a3") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8569e8fc-5aff-4da4-8f2a-70245188eec6") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01841c29-8e96-4c21-b583-1d446cf5142d") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "492585d2-e468-4c15-89ed-d66f2ba3f339") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "Net-(U5B--)") + (pintype "passive") + (uuid "d1034f62-5d00-45c5-86b6-aabc7d7a781d") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(C19-Pad2)") + (pintype "passive") + (uuid "d3348955-5a41-49ba-9d21-cd475f21300c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13eb4") + (at 61.087 134.112 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R47" + (at 2.54 1.778 0) + (layer "F.SilkS") + (uuid "5b452197-7275-41b2-aa80-332d171fc0d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "16.5k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "826d0a8e-52c9-4fee-b18a-83cf65770ff5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36e2e324-b206-4e3a-b34e-ef2be8e35a4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a392c4a-87e1-4773-91db-bc617bbd73a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 61.087 134.112 0) + (layer "F.Fab") + (hide yes) + (uuid "f5cd4282-fa23-46a1-9bbc-a3515d465407") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f3db96") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc38e0ac-1340-4203-bbfc-f0b5d350fc9b") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d11456a9-8c3f-46a2-acf5-40fbc7c71042") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b6ba41f-a272-4465-95d3-97d0155c84dc") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdfc53e7-72cc-42d7-99fe-4c94e25b01fb") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f50d804d-ad34-4829-9127-b046416d5f95") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe43a566-a6b7-4af7-8723-9d1aa6eb2aba") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "31d02b54-3f71-40dd-8dfa-0b0cabb7f90a") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45ccd8b1-5d35-4b52-a63b-78dea7f50384") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ada3b049-4f30-4a4d-99e6-6ad6fc9c69fc") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f559ec8-939b-45ff-b649-9f3595db18f7") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfecda9a-9ded-42d2-b5b1-e24635dd592a") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19f40511-16a8-46f7-bc34-58546236e48d") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "a3bc8e3a-f4cb-43d5-bca3-49d8bf3828a8") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(U6A-+)") + (pintype "passive") + (uuid "a58cf492-7c62-482d-bb9c-2ecdbc3ba067") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(U5A--)") + (pintype "passive") + (uuid "94fd5e04-2225-4e48-bc8e-d94dff20eb05") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13ec7") + (at 64.262 130.048 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R48" + (at 2.794 1.524 90) + (layer "F.SilkS") + (uuid "7ca52cea-7f06-4e66-9ac9-95fc0daca049") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "57e4eee2-a828-416d-bb69-cb336fd7c1b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9144d71b-0ced-40f3-ae96-8c131be8725a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8624e9dc-c3b3-4177-a119-d05c6b4ec975") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 64.262 130.048 0) + (layer "F.Fab") + (hide yes) + (uuid "a229d804-5a7d-48ce-a247-82788442b1dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f372b4") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b06a99d-9147-41e2-88a8-a23ec70a825d") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e730167-4cf1-4416-8fbb-a3023373e3ee") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b5a162a-f663-46a2-b3f9-5d0ef49e3484") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71853437-298b-4910-9e54-60297bb5f4ab") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8f03ce90-04fd-4e0f-a8e9-1628b9abd43b") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3df94b4a-e3b7-4ed7-a6d4-d17895c13a12") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a45b45df-0a41-4428-8cae-4b7007eba894") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0688fe12-20ee-494b-b4fc-b33f1dfed0e4") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dcccf7b9-c3b3-41ef-b826-7a382dc62274") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "840e3751-73d2-40ed-800f-923e74b62f93") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "602a62fb-6561-4bf9-b3ad-26adc12dbc26") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c1b28c5-597b-4b50-a8f5-5915a588df6b") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "cee77500-96f4-47c2-b009-5a7c6a1710d6") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(U6A-+)") + (pintype "passive") + (uuid "a71c33e9-c049-4d3e-a05a-ec094cb9a9f6") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(U5A-+)") + (pintype "passive") + (uuid "16e0e91b-2639-425c-94de-eff98c47bad9") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13eed") + (at 85.598 156.21 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R50" + (at 2.54 -1.778 90) + (layer "F.SilkS") + (uuid "a178238c-7f92-48d1-8856-47334e6a063e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "68k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "ed845e5c-b713-4e75-8fd0-4a9609c320b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8b34f92-bd7b-4786-99da-1e99a9bb1f6f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32b8ce65-a05b-48bd-a421-17e74928b6a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52a0c055-fa71-422a-89d9-11d442956609") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061172046") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c08f519-7e20-4944-8760-203e0554431c") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "576533cb-e6f0-4547-a640-067a4537a5d8") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2504b0b1-3ed6-4460-9a3a-7d7caa849f56") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35d958ef-4d79-479d-8e3f-824bdea1d2c2") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47ed375d-b6a4-4435-ada3-3bea1c5b4892") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac36e0ef-b66a-45c5-be4c-d7b565d0a89b") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5fe21e63-e891-4f95-935f-8b6eabf148e4") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a39e332b-5334-447b-acf0-f435d2593c6d") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92f1e813-58f4-4898-9231-0c1d0eb6e0a0") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ef7d0f8-d212-4cfb-baab-820c57ed80bf") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "78e605c2-0925-462e-8a89-07e8aa063c80") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2316b525-e142-4ae9-b0a3-a832169b134d") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "bfb963c4-6d2a-4cb8-a142-0f6804b1b0c2") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "4b9b9dda-0d29-4875-b5df-b0fad2c9ad8b") + ) + (pad "2" thru_hole oval + (at 5.08 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(U6B-+)") + (pintype "passive") + (uuid "2f9124ea-1aaa-45a8-9233-a3787cf4b3bd") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13f00") + (at 108.712 80.772 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R51" + (at 2.54 1.778 90) + (layer "F.SilkS") + (uuid "c1afc128-25af-4a21-a5f0-a597204160b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "3f168080-2bdc-4d53-8086-7e57421a4b50") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae8b376b-ad38-4257-8061-3da596cd24b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b31be75-534f-4dda-96a1-f7c3150936c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 108.712 80.772 0) + (layer "F.Fab") + (hide yes) + (uuid "9a66343b-7596-4f9f-8078-c805dfe06f5b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061844d41") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78aad438-972e-433f-b17f-cf6e781b0ff2") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3724d92-8f3a-4d49-b803-557f6950136c") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf407307-f690-4874-a608-abddeb1bdc23") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3007ac15-da90-4734-a39f-b9c780b155a5") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7f0b3c5-ae16-484b-befd-b9123f3facc1") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6ac93724-8475-4329-a0b1-ade2862de82c") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df2ea4c7-7ab6-4641-8432-70e50017e0d7") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80543a5e-b0a4-4a11-9bbc-209e5609932f") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86b00177-b145-4852-adc4-14e656b6ea28") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07d676d2-248a-491c-a6fd-aa112c993e04") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66467bdd-f8fe-4e1f-939a-38fa41082374") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4e6d14f-c349-48d6-af3a-abe7bb1f2485") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "b0b5b19b-aab5-455f-b650-a8844616d5ce") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(U7B--)") + (pintype "passive") + (uuid "7817df29-fd03-4397-850f-5ed6c96258d1") + ) + (pad "2" thru_hole oval + (at 5.08 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "F_C") + (pintype "passive") + (uuid "8cb8ec2d-046d-4219-a053-90ddeae557d0") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13f13") + (at 78.74 151.13 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R52" + (at 2.54 1.778 90) + (layer "F.SilkS") + (uuid "a3857ee0-a109-4910-b8af-f82517ee0780") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "15.4k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "3c22902b-b9dc-492e-b8a0-ac9c1faacf6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b8d1dcb2-21c2-4711-89bf-3a5651a59db8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "14a52e98-46d6-43bd-897f-a3c810bff7ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 78.74 151.13 0) + (layer "F.Fab") + (hide yes) + (uuid "55611431-5687-4923-b94c-cf229fdda5fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061172070") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e66d5ffe-8cce-4a03-8773-53e50587983f") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d8e6490-d3dd-438e-8f18-1ef22a96d2f2") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "320c0ebb-9a06-4da9-aa15-d2c20b562e64") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "643a05bb-c05a-4360-98dc-edebf481a520") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "904cf9ac-b51d-4af9-84c6-2be658b7536f") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90524eed-0fcf-46e2-a907-df2aae49843d") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1e06ed44-9719-419b-a711-d8c3c9d7debb") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "656036e4-35d4-4475-8068-b8dc0b8e1358") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81cdbc23-7d84-4c1e-862f-bca5ed0af6da") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ae577ba-ae4a-43cd-9ec6-a54730a7370f") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64bece45-8948-4a57-90fb-14d26f9d01c3") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8515edf-509e-4c9e-911a-2bafb6956042") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "28f1862b-efb1-4f36-9221-29af38d8d289") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 59 "Net-(U10A-+)") + (pintype "passive") + (uuid "dfec877a-4d5c-427b-9ee6-6b638da4d386") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U6B--)") + (pintype "passive") + (uuid "0ca2a88c-6dc0-4ceb-abcd-3639e7aaf7ec") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13f26") + (at 82.042 151.13 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R53" + (at 2.54 1.524 90) + (layer "F.SilkS") + (uuid "4d0c02bd-cfcb-41ba-ace1-5c82cbf90d89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "45fd7489-c30e-4dc9-950e-d6194ce2ae99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "168b021f-2fde-47b4-ae2e-88884d59c6a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7cbafb2-ba25-4189-8fb1-42856c1c1dff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 82.042 151.13 0) + (layer "F.Fab") + (hide yes) + (uuid "d2abff85-bd49-4c95-8f78-9a160fd575bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006117205e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "381ac290-f816-4f2b-ac1c-cca8cf256e15") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22caa202-db74-4aeb-8411-1544695b494b") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c36ddac6-5821-4c27-b307-db3f1b2192a0") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "405d72b0-7cc3-430e-aa2d-365087eaac46") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01f8dc4d-e21b-42d4-8afa-5d37e0ee51ed") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b482393c-1064-4e06-afc4-b6f5cdd9c78d") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "60b83b3e-87c9-4c24-8a1b-8a4a5772ce1b") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "154d5592-1067-4c66-8496-e78cc78fd8e7") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "39dc4a2d-2c9f-4a8a-bf8a-4ed74b4ebadc") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "752b0453-6201-4b11-9615-e735144f5b7e") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "519a32b9-4e4a-4a02-90b6-30f501a4ce50") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "328ae4a3-e54e-4ec3-b1fa-9d048393191d") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "6c524c89-736a-4e31-972d-16a0bf47111b") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 59 "Net-(U10A-+)") + (pintype "passive") + (uuid "95e9151d-c9e4-4dd2-9818-7b6f11dd5bf0") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(U6B-+)") + (pintype "passive") + (uuid "c758e727-bf76-40e7-a20e-ea7ac8182e21") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13f39") + (at 61.087 152.781 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R54" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "efc926ee-10cb-418a-a720-ceda51c1fae5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "d4023e5c-d15c-414b-b2c3-405e6f90f016") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "115fb0ce-3eea-49af-96d8-8cfd16f804be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55c78fac-4aed-4e36-af53-c68256a5976f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 61.087 152.781 0) + (layer "F.Fab") + (hide yes) + (uuid "ffec2db5-d0c3-4b06-b934-9226d117cc8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f8f3c6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60975b01-c4b3-4ec7-a131-47566cf4ee6d") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "043677d1-6cfa-4ab4-8372-b0c6e3643e1b") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c04ea50-30a7-4d40-95a4-5ea133d765a6") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0fb510c-0126-49d3-909c-20b32eaccd39") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e725585a-3cef-4afc-be33-94dd9ce589f3") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8807002f-b0da-42d9-8c1b-4e080248d74a") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a64c2761-9993-4911-90c1-97d8c8fd9735") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87d5963f-2807-46a0-82d3-dd0ec48de4e8") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "321989bf-cf96-4685-823a-9538976435f3") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "76950aec-c7c3-48bf-b3f7-076f1d098e65") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f24a3cb6-3829-47f5-99b5-474856e25701") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ddf564ca-7268-42d9-8374-3eaab543875a") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "ba507539-ce80-4e12-8ae8-1b711cab2c25") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "Net-(U6A--)") + (pintype "passive") + (uuid "ab6a3619-9412-4828-8f63-f622be0a53f2") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(C20-Pad2)") + (pintype "passive") + (uuid "e16a00b9-9f5d-4c8f-ba8c-e1d1af2a44d2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13f4c") + (at 105.664 93.98 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R55" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "5235752c-daac-4ebc-a08a-5a1b8c4020f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "97b63ced-0115-497e-8cd9-3adddf3624fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "054bd356-793c-41ce-bf5b-42da6fac1634") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe9aa2e3-c11b-4357-9924-0d9fde12f398") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 105.664 93.98 0) + (layer "F.Fab") + (hide yes) + (uuid "ec3ad1b1-5194-42c3-839c-d34b65e046f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000618216fa") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9aa8a395-3ac6-48ac-9f2b-a5bcc87a2677") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28c8c60e-6adf-4cce-be76-39d156a67bfa") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "849d1966-ae36-4030-ac7d-c2aa862dc46e") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0cd3854f-c5e2-49fa-a62d-f5851fa696df") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d27b332-6f74-4a15-9e91-ea66311075a2") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "408c093d-2d47-428c-8a51-d87d9cb4374e") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e3ec2b6-1380-4a19-86f3-cd7e3b13a877") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bb2f437-a319-41f0-8e72-8d9830e241c3") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c50e9f4-4ff2-45fa-aba5-fcff01a3c1f9") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74337ee2-ac63-4de1-8cd7-ab2fed16d386") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "feea8eb8-5f59-4f41-ad41-b97133f07c97") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b0dd4968-1900-401c-b33e-38fde999b3de") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "d0fb74b6-1ca5-4a8e-b1c9-fc547f1a52a0") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "OUT") + (pintype "passive") + (uuid "b7d9432e-fa95-4720-b3dc-1c97aa64e718") + ) + (pad "2" thru_hole oval + (at 5.08 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(U7B--)") + (pintype "passive") + (uuid "d104cc68-d494-4bf8-be97-3808dd44eb0c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13f5f") + (at 109.22 93.98 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R56" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "7695fde1-09c4-44e4-a1a5-18d258835a89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "42e2f468-62f8-4db6-82ac-4a4dc83495a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10097cc1-50d6-412c-9660-d60a3d6d0cd8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "47f87624-b419-47df-94a5-b243bb2df2b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 109.22 93.98 0) + (layer "F.Fab") + (hide yes) + (uuid "e17ad538-5726-405e-806e-496f5f98eb3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061821c3b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be76aa3b-f2c2-4069-9261-c0f27547e070") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3d92481-f9ed-4c6c-ae60-b98e577bb227") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78aeb575-beec-4437-b4e7-632236dd4163") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4411b1ed-e087-4b5e-be08-a12053dc57b7") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9883e5b1-a7e0-462b-92e2-11a36bc6ab9e") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "57a3cea9-38f5-4108-80c8-a65a55d4a8b2") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "054f8de1-11f0-4994-9fcf-ada27d1b417c") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "877d40cb-ed4d-4bfe-a32f-b14afb49a978") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "120bb5ec-18e5-4fe6-8e1c-56f0bf9b6d93") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef176c33-470a-46c2-97c7-3b3e6f14e4a1") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "492b9be8-00b4-4024-8251-84969382e0a6") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d23c1bb-314d-4a1b-86b2-cda7016c2531") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "d6ddaa96-e54e-4c2f-b4f9-9acfb4f2d9c3") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "OUT") + (pintype "passive") + (uuid "05ef2af7-f553-4a02-987c-4908272aa5e6") + ) + (pad "2" thru_hole oval + (at 5.08 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(C46-Pad1)") + (pintype "passive") + (uuid "d1e382b8-92c7-4afa-b694-fead72c5d277") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f13f72") + (at 84.328 142.24 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R57" + (at -2.082 0.03 90) + (layer "F.SilkS") + (uuid "7c19893f-350f-4b38-b6af-cb9f96d06f99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "058a1644-0fde-4bf3-b019-4a1ce4592d96") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3433e5b7-3ac6-4940-8b5e-78085d5c5d56") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1bea6a8-9654-4f07-9b4f-5f99495d6e90") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 84.328 142.24 0) + (layer "F.Fab") + (hide yes) + (uuid "9f669c7b-14fd-48cf-b72b-ce455cf47f12") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000611720a5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "219d7700-142d-446f-81a0-bfeb7b9321fe") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27329b36-128c-4273-8b32-71f95bdf56b0") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7fc513d-b375-4551-88af-6171b5819af1") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5023040f-af24-481b-ab2e-161f83706b6b") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2fbaf56b-9bb2-48e2-86ee-e094fd65ccbb") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8575e6c0-9119-4fff-b6e5-ee39fa0a1aca") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c9d3831-72f4-4615-9f46-d1968b3e60dd") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af333467-0b78-4127-af83-dc558ea30ba0") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efa14e75-9465-42ad-8a00-ecb93a58de3f") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4023609f-0f36-4ddb-8041-2aaa96622682") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5444f0df-abf4-45f8-b4a3-40909ca620e8") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92efb6d6-9d5b-4052-869e-dcf4e6ff358c") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "721513f0-bb07-43a1-8a74-7a93bdb5d6f0") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 61 "Net-(U10A--)") + (pintype "passive") + (uuid "865e1bea-23de-4aae-a008-7f347aabf6e5") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(C19-Pad2)") + (pintype "passive") + (uuid "65e97d8c-1a5f-4636-8e00-9bcef9524742") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f3414b") + (at 109.22 98.425) + (descr "Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x05 2.54mm single row") + (property "Reference" "J3" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "52b9408a-434e-4e71-80eb-32068f558f5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "01x05 Female" + (at 0 12.93 0) + (layer "F.Fab") + (hide yes) + (uuid "d80a5997-5e3a-411b-969e-fbce7483c99c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73bfb805-7c33-4ef7-915a-76d8e3c15b74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7af74762-c201-4e17-8f55-df1b81990fae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 109.22 98.425 0) + (layer "F.Fab") + (hide yes) + (uuid "f132f33d-4266-4371-9415-d84d6ff77cab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f967b2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04bfb3e4-3a28-4ecf-9105-26861fe42e63") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eab3042c-c41e-491f-a511-67712ccf057a") + ) + (fp_line + (start -1.33 11.49) + (end 1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95c64a20-e114-4a32-8969-db437f690df8") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbf4179d-e8bb-4774-b1e1-80b0396e9d5e") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9dd3c1a-eca7-45d8-905c-bbe4457b82c0") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11ff9f3e-955e-4910-821e-c57bd752e9c9") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "630df46a-9c8c-4e1e-a12f-aef864a039f8") + ) + (fp_line + (start -1.8 11.9) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea2b6018-1ba6-40c5-bd90-ca7710b2f4cd") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 11.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c68f28d9-27ff-4779-9541-b32217f4bdae") + ) + (fp_line + (start 1.75 11.9) + (end -1.8 11.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e5b5594-4689-494b-976d-779613cf16b0") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a142f743-f6c0-48aa-a649-b360ea154fc8") + ) + (fp_line + (start -1.27 11.43) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "526c60a5-cf9b-41f0-90f2-b3e6d14f2191") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53331ed0-95e1-438c-a433-3acc8246ff60") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72697d56-f3fc-4f20-b185-532add46ddf4") + ) + (fp_line + (start 1.27 11.43) + (end -1.27 11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5e2fa10-c9b5-4d91-bbd8-d709b96714fc") + ) + (fp_text user "${REFERENCE}" + (at 0 5.08 90) + (layer "F.Fab") + (uuid "fd266c45-930b-4656-b505-5e0368e2ad70") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "c0b0c4f7-bd25-4abb-9fbd-7a98214e0322") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "IN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "25d1900d-4248-48b0-974b-00fa7e2705d1") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "COM_OUT_B") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "3a789362-9412-40f2-81c7-d58e064921e6") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "COM_OUT_A") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "95655aa5-b8d5-4032-9ab9-d6425c180186") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "OUT") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "c2d22a87-20a0-4adb-935c-996a65bd56b1") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x07_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f34181") + (at 92.075 98.425) + (descr "Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x07 2.54mm single row") + (property "Reference" "J7" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "3e706a62-3477-479e-b377-2609e424bc3c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "01x07 Female" + (at 0 18.01 0) + (layer "F.Fab") + (hide yes) + (uuid "735b3a78-e869-4b9d-bff0-54793371ea21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec88957f-80d7-4b37-84ab-331439c23d7e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73572c85-f82e-48ca-ba99-414dd144b0d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x07, script generated" + (at 92.075 98.425 0) + (layer "F.Fab") + (hide yes) + (uuid "148a2993-711f-4dd5-a814-f47a2feab364") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f547e9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 16.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8b23e14-8510-44e8-af1f-243a79e813c6") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "307a4c5a-e8b4-4781-9d48-b0f5da13955c") + ) + (fp_line + (start -1.33 16.57) + (end 1.33 16.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f8ff3fe-fb48-4bdb-bbf3-f8fc88021945") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45cbd4e3-fe67-43f9-a1e3-4c1b16ed20f9") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2fab87ec-56c1-4531-bb7b-4ad748c56584") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 16.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6029c19d-a1f5-46da-ba37-ebe1200b0af4") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "254c92f6-f4de-46a6-aeee-0ad97812f97e") + ) + (fp_line + (start -1.8 17) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ede4a8b-97f2-413b-bfd3-7d3b0c8b4969") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 17) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18bd1be7-54da-4fe6-915c-d254a2bff3d3") + ) + (fp_line + (start 1.75 17) + (end -1.8 17) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e59a0d76-dfd9-4d03-833b-66e7e66ead45") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa269eb8-ca24-4b5d-b626-8a889aa6c355") + ) + (fp_line + (start -1.27 16.51) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1226ad56-26c3-47ef-ad26-224798776cf5") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53f83903-aa78-4910-b68e-0f317f6fa10d") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 16.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ae2e07a2-30dc-4e30-9417-66b5a20f4a60") + ) + (fp_line + (start 1.27 16.51) + (end -1.27 16.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2043f7c-dfb3-48b8-adb3-d406c1d9fafa") + ) + (fp_text user "${REFERENCE}" + (at 0 7.62 90) + (layer "F.Fab") + (uuid "ccf7a4dc-70dc-49a6-90f4-364bf9d2f27a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "F_A") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "f2e159a6-56e1-4404-af63-89247338f4c3") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "F_C") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "a3d1a4b1-80ef-4958-866c-b5653050dc67") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "F_B") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "e62eb12a-5efc-4662-9ba9-b02b56091b9e") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "G_B") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "19b37ec1-9155-4fbf-a2eb-abe0a167bce8") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "H_B") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "c1161dee-472c-4fd1-95a9-7a574f6e6d94") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "I_B") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "10326df6-cbab-4ec9-ad99-b6bd57aa7e0d") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "J_B") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "dacfacb1-58fb-4c7e-8958-4f78cc029c4f") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x07_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006101f419") + (at 53.34 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H1" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "eccf0569-0910-4ae7-8919-670f2cb15889") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "68a7045f-dd65-4ee0-af5c-fa95d508ba84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89595083-7733-431e-b1c9-621643bc7104") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ea018ce-de20-4459-b390-d67eb1898307") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37dd7640-fb28-4855-8af7-7c8948a21833") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060fe72fb") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "9e7f0422-cad9-4706-9d71-9f5b0a651388") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "a0679853-b678-4bda-ae11-8fc6acdec03f") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "08ef18a2-b401-4e77-be49-f51da1cb6475") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "5943105d-9b6f-4775-91fa-7554f38e0b92") + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.0mm_W4.5mm_P5.00mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000610739ad") + (at 79.248 129.032) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor") + (property "Reference" "C36" + (at -2.032 0 90) + (layer "F.SilkS") + (uuid "9a5acde2-ee86-4d14-862c-449b95400ca5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "680p" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "ad4def23-b5bd-4216-8179-9715979f8c3a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0703aa9e-7d9e-455e-af10-eedf82ce1ae0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0346aeb7-ce52-4ddd-9789-0f28c4741ea5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 79.248 129.032 0) + (layer "F.Fab") + (hide yes) + (uuid "ea8875a7-a44a-4699-817a-7c42eab100bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006109c867") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.12 -2.37) + (end -1.12 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10573a05-0b15-4797-9f4c-ecbc329565e2") + ) + (fp_line + (start -1.12 -2.37) + (end 6.12 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50ff2bff-f83e-4aca-baa2-231e47ea47af") + ) + (fp_line + (start -1.12 2.37) + (end 6.12 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9f806e8-d6dc-4aef-9d9f-055e7fe7568c") + ) + (fp_line + (start 6.12 -2.37) + (end 6.12 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f67398c6-5e82-410c-bdd7-4ab4b5adb8c4") + ) + (fp_line + (start -1.25 -2.5) + (end -1.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3223b4d3-51c1-40e9-ab49-6c8d8ad78ec2") + ) + (fp_line + (start -1.25 2.5) + (end 6.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcc9d908-820c-4012-a145-20594dd96f81") + ) + (fp_line + (start 6.25 -2.5) + (end -1.25 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "482c3f19-ae29-4cf4-861a-73f037c41cc5") + ) + (fp_line + (start 6.25 2.5) + (end 6.25 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a9bd14ae-e3b5-4bd3-bdc1-60935ce3c65d") + ) + (fp_line + (start -1 -2.25) + (end -1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3bb6bf38-05e3-4972-afc8-49a337271d96") + ) + (fp_line + (start -1 2.25) + (end 6 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6367787a-0782-473d-a80a-903911cdf808") + ) + (fp_line + (start 6 -2.25) + (end -1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "925ceb7f-5d5d-4ade-8303-cc6ad88a3338") + ) + (fp_line + (start 6 2.25) + (end 6 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efc54fb6-7e6d-4ea2-a47e-72db33cf58fd") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "a5c45545-f239-49f3-80ba-58407b0cc001") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 56 "Net-(C36-Pad1)") + (pintype "passive") + (uuid "40be2aee-010f-42a8-bf4a-ecaabb658500") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "I_B") + (pintype "passive") + (uuid "3ceb17ec-ca66-453f-b49a-61fdff12baf0") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.0mm_W4.5mm_P5.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061073aac") + (at 61.214 138.938 180) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C43" + (at -2.286 0.254 90) + (layer "F.SilkS") + (uuid "9009e4c1-c3c9-48ce-955b-6549e8cc73c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220p" + (at 2.5 3.5 0) + (layer "F.Fab") + (uuid "b71d5579-774c-4de6-a0e1-357a90a6ccad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3dac76d7-6913-435e-90af-0341430065ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e67e4f9-b943-4b60-86b3-5a7fd57f44af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.214 138.938 0) + (layer "F.Fab") + (hide yes) + (uuid "73d94f4f-db8e-4ede-996b-fa4bf389638f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610f20b6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f055e3e-b0a7-4dd2-abed-a6a70e87d886") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b1fe21b-f492-49c6-af50-9dfb7e4adabe") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6761bcc-9901-4d66-a046-f23f9043e0fc") + ) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7a80088-4333-49e7-b08c-e3a93102b3ab") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8df44f5-68e0-45f4-b11c-4fcdad1dbabd") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "691391da-39cf-40b8-bc22-2c6306a0f39e") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6405ebfe-2004-4812-945a-9b70e484f130") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "841abdc3-cc7e-4929-a1cf-67c0a265f6cf") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1bf70f1-8a55-4331-b87c-47babffa2079") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "982d2d1a-1c86-4120-a758-f3a7058bbcde") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f0b6970-a994-4aae-a0b7-90ca561c13ba") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55a6514a-d8dc-487d-be00-1bbb715d5878") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "6b395153-b55a-43d4-abdb-333d3a5de18e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "Net-(C43-Pad1)") + (pintype "passive") + (uuid "42063b54-e994-48f7-a484-70e1065548a0") + ) + (pad "2" thru_hole circle + (at 5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "E_B") + (pintype "passive") + (uuid "d3c73b86-82b9-46e4-938c-cef62f09e1f3") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061073ae3") + (at 93.472 156.464 90) + (descr "C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf") + (tags "C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor") + (property "Reference" "C45" + (at -0.046 3.278 90) + (layer "F.SilkS") + (uuid "815c134c-c490-45bb-8225-88358e70ff56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220p" + (at 2.5 3.5 90) + (layer "F.Fab") + (uuid "0b8f7398-11d3-4f04-b264-5d9b08b0371a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27fafa63-e473-447e-aea7-6031533e8cc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a0a9542-6652-402f-979d-4d73bac5f0e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 93.472 156.464 0) + (layer "F.Fab") + (hide yes) + (uuid "8335df82-4ac0-46d5-a81b-993d3c56bf1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610c339d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.22 -2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e91d520-6936-4b0b-8bbf-61b7830f2403") + ) + (fp_line + (start -1.22 -2.37) + (end 6.22 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c1bec0e-45b0-45a6-8424-4630f9eaa565") + ) + (fp_line + (start -1.22 -2.37) + (end -1.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5dec1746-74b4-4787-8b43-0f81d9db388d") + ) + (fp_line + (start -1.22 2.37) + (end 6.22 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b9ff49e-e44f-4612-94ef-86c7f79e4bfb") + ) + (fp_line + (start 6.35 -2.5) + (end -1.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2830c359-1ccd-4ac2-a961-f391938f38e3") + ) + (fp_line + (start -1.35 -2.5) + (end -1.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67896fa1-2b08-4e90-ad98-7719cb513cdf") + ) + (fp_line + (start 6.35 2.5) + (end 6.35 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75099888-bf9d-482e-9011-4e97a88adfc5") + ) + (fp_line + (start -1.35 2.5) + (end 6.35 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec49c317-148b-4d22-ac6d-1bdbeb9f9d3d") + ) + (fp_line + (start 6.1 -2.25) + (end -1.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f82ea67d-e07e-4531-bab0-379fd037033f") + ) + (fp_line + (start -1.1 -2.25) + (end -1.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7644030f-66d1-4c09-a561-7e5f8bcc6587") + ) + (fp_line + (start 6.1 2.25) + (end 6.1 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53504fdb-b936-481a-9365-9f658788751c") + ) + (fp_line + (start -1.1 2.25) + (end 6.1 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6a88ec3-7bfa-47bd-b828-43b339e4984d") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 90) + (layer "F.Fab") + (uuid "0cd4a82b-efac-4a88-b40b-ad109a1a6d5c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "Net-(C45-Pad1)") + (pintype "passive") + (uuid "d08e22aa-ec4d-43d2-a378-f9dcebeb9ce2") + ) + (pad "2" thru_hole circle + (at 5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "J_B") + (pintype "passive") + (uuid "93a5d403-cb08-4254-8b98-4bdaa36dc996") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061073cd8") + (at 79.248 124.968) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R5" + (at 6.858 0 90) + (layer "F.SilkS") + (uuid "da6dbeef-f4b3-45b3-88e7-5770f811024c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "82k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "95b2c640-80ce-4694-81a5-7d74e251d4eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa40a8cc-2e34-483f-a166-33e1e0bab201") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ad1df9b-f29d-4f0a-b8c2-0ff1edf96a85") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 79.248 124.968 0) + (layer "F.Fab") + (hide yes) + (uuid "f2d2cb8d-ac8c-4cc3-80ee-dc495c959952") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006109bbbe") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5fd4645-a9ec-4df9-af38-1e8eb5aae0bf") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bec38edd-8c66-4d55-a70a-547e4b332e15") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f998bb9d-f8ec-4180-a5d4-7381773c7574") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c70eec7-9cfd-4062-bf4f-242e8a616bb4") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8f2e1869-ef15-4683-b56d-608871d99375") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c05c5a42-4957-4ada-8999-566104065002") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1f4540c-a338-41db-beba-a8e44a061100") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4f43a11-87aa-42ed-809a-616517368cb4") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c2aa0365-bd11-4e0e-86dc-40ed404f1eb8") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be20b8a4-139d-417d-b287-a9565582f79b") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1193f8ed-e45e-4c3c-ae4c-43e64c69fa3c") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a186821-073b-450e-ba3c-7e5ca1a12961") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "77c7d091-5c36-4ef5-bb63-9e80d3e5786c") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(U4B--)") + (pintype "passive") + (uuid "46a33c7d-654c-466d-bb9e-3bfc76ade990") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 56 "Net-(C36-Pad1)") + (pintype "passive") + (uuid "d28725f9-2c24-42b5-b69a-0eb0ad40817d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061073d0f") + (at 53.34 134.112 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R7" + (at 2.794 1.778 90) + (layer "F.SilkS") + (uuid "d740d525-ac5a-458e-aad2-2567f0c5b56c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "130k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "72a4e18f-46fd-4fc7-951b-4df8c15615f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03997249-cb40-4f5e-ac4d-a6252e18e98a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e73726d7-0e10-435e-9237-c65f73dd18f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 53.34 134.112 0) + (layer "F.Fab") + (hide yes) + (uuid "20de64c7-33dd-444e-a812-a2d35b7c92e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610f12dc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6455d6c6-996a-4780-9e09-6d4a0a84283a") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94a6cebc-3e89-4b37-becf-248d6c635efd") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be03f67c-f17f-418d-ac94-c799bb39cc9e") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1a8de62-edd0-4b5b-a4d7-07d42ca0b371") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bbb16f2b-e487-4f7a-a410-02982388ff90") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "490dea7b-bd72-4374-8ba4-98fe838a276f") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9115d96d-19e1-4a8e-b0bc-32b2f949117b") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42b7a0c9-c0b6-43c1-8fb7-21dbb1ff0aa7") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25278ce6-66c9-4ce7-b24e-9f6666b9728e") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d70c89b-ecf2-4fc2-8c5d-84fbff2a92de") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88790f7f-1915-4d45-912d-e1b092f915e0") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "957b2c49-ed43-4beb-adae-6057dd4a91a3") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "87f29af4-c488-4b1f-9b6a-85b5d17008ba") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(U5A--)") + (pintype "passive") + (uuid "8148cbdc-36fc-4e73-8df9-5ce3e2b967ca") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "Net-(C43-Pad1)") + (pintype "passive") + (uuid "26f9357a-ee7b-4977-a624-b17ebbebf2a8") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061073dc6") + (at 88.9 156.21 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R13" + (at 2.54 -1.524 90) + (layer "F.SilkS") + (uuid "77b3f52f-d8f4-4e72-87a3-2f3078adaf2f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "68k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "88c64bfc-72e6-4658-987e-2a3352588f5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56034b4c-94b5-4e66-949f-f56d5bb12236") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1cadfe1-b826-46ef-8a01-e4abaefb32f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 88.9 156.21 0) + (layer "F.Fab") + (hide yes) + (uuid "8008c224-147d-4cc4-ae17-b1e1bed161f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610c2dbe") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff09258b-6053-4d30-8257-20c5770690ae") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8eb218d1-932e-42c4-aca4-cffb7979c240") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "870d8ea5-ce1d-4ddd-b4c7-f8900a696ebf") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d68eb9c-14dc-44b9-abdb-bd9b7b056846") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aed31ce8-f1ad-46a2-97ee-65f7a00a37d9") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5bdcb94c-ce1f-401f-aa1f-65b051cf51c0") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3630cabe-375a-48e4-b49b-1a78baf68e07") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7665096-7114-42ed-a20e-339f3280490d") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "726f6869-cb15-446e-834d-62d73a8aa297") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "844f9adf-e627-40fd-84ca-35ca3da4a989") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bbee568e-953d-4f56-b538-c7745018f97a") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6efe1c45-1db3-4243-8e31-c887d1056716") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "676ed2ce-8120-422a-9adb-0a33b6336d3e") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U6B--)") + (pintype "passive") + (uuid "29ee860b-9bc5-406d-84ca-e0b9213640bc") + ) + (pad "2" thru_hole oval + (at 5.08 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "Net-(C45-Pad1)") + (pintype "passive") + (uuid "17edf69f-7eb3-4d67-ae2d-5a148f644614") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006107419d") + (at 52.705 98.425) + (descr "Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x06 2.54mm single row") + (property "Reference" "J6" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "856a797d-a33e-4688-8683-bcfe17839ef9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "01x06 Female" + (at 0 15.47 0) + (layer "F.Fab") + (hide yes) + (uuid "cc409b0e-8fae-461e-b9b5-ac2f1f19455b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b8e1858-aa57-4bbe-8670-32a5e7b3a7aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e10f2f0-55a8-452f-9e88-23b2dfd9e881") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated" + (at 52.705 98.425 0) + (layer "F.Fab") + (hide yes) + (uuid "2dca6e85-c375-455c-abe8-b7138f0a61b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006108eda7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0aeda6b-99fc-4deb-9d2a-9155118d3d0f") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0f57eda-80e6-4a5e-a69a-f554865f4b4f") + ) + (fp_line + (start -1.33 14.03) + (end 1.33 14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55fdbcc9-694b-48a5-a96f-ba6f9409d837") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "892bdde4-8af1-434f-aa3a-7a26dd8d9c91") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04683bb8-9bb4-4629-9f0a-66006c061c8e") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aea26560-f2ce-439e-8b5a-7c4177fcc16b") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6353648a-474b-4672-a10d-ab2fb772c30e") + ) + (fp_line + (start -1.8 14.45) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2babdd1-daf1-4aa2-8905-ad25c0b41819") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 14.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3ae1223-260e-47b9-bd86-8a9b920f0083") + ) + (fp_line + (start 1.75 14.45) + (end -1.8 14.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc896b7f-23e4-4091-b0b7-df51a29974c9") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91ca2555-e0a2-4cd4-ab0d-716f39afa842") + ) + (fp_line + (start -1.27 13.97) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38bc61ae-7027-4b3e-9c3c-9812bcbdaaf1") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "543b5c0d-b807-4776-8f83-7b155aeff1bf") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fdb81fda-0a59-4f30-be74-72bb576e56c2") + ) + (fp_line + (start 1.27 13.97) + (end -1.27 13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04c42046-b3fa-4e5b-bb6d-d8599061b5a7") + ) + (fp_text user "${REFERENCE}" + (at 0 6.35 90) + (layer "F.Fab") + (uuid "c21df4e3-af81-40e9-a505-df3b0ab95be1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "+5V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "324915b8-a8f4-40fe-a54c-a6101cab32a6") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "A_B") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "cc794f19-5b46-41e9-a344-8cf839259fb6") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "B_B") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "1a3f5c64-0d49-460a-a580-0153d726bfaf") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "C_B") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "8cd74779-d35f-4465-b0db-11bff61421e5") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "D_B") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "cd9aca5c-b28e-40ab-9c39-5c0621118a0c") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "E_B") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "64f5a086-196c-412d-a947-4f50eceebb2b") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x06_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "13b1ff02-aedb-4e35-ba09-913b2ce51001") + (at 89.749621 131.064) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C20" + (at 1.182379 -3.556 0) + (layer "F.SilkS") + (uuid "1363b3b4-23a4-4e6f-bc69-28a3f7a0a96e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "d7578e3c-48b4-4130-bc1a-f7b91b3fd86a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7addfc53-9006-44c8-83da-1b6833b8c626") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7970f5a8-6704-4c76-8983-bc55fa507504") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bcbc4bc5-651f-4007-883e-da56cfbdb616") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/afbec94b-d243-410e-8d06-87e2cee2ba9a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d913c370-a329-4464-96fa-cc61a9e85310") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "254e9bf2-e3ca-4f87-b1ec-77fe0ec56bd9") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aea77f78-b312-402d-9a96-303a87f4ff83") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9a8d6d8-14c9-42d1-b099-1aebcd9b4300") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d5db985-e5fb-459f-b685-056c3969659c") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c61c088f-03a8-4c4e-8a28-f08adaae6162") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed9a0abf-25f6-4e04-a6f9-65c037428b92") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86194aaa-bfd2-4799-8497-3ae8a9783775") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d844f279-3292-46af-b21c-8c6ff978d083") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e76e55d2-3283-426e-99fa-d4f8a71d6c44") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4daaee1-a764-49a2-96e0-83421c856df7") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b335e959-d5b2-4237-b53a-16ed57f7c2e9") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90c9b004-c825-4b0d-ab13-29762662dc8a") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd2f480a-fa92-48e2-9062-6724519216e4") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b10db69-1f30-47cf-87e7-9b702236b0a1") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf2f0dbd-66c7-4276-abd3-e582e8a98ccc") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a0b678f-1ac1-43d2-9998-376fb12e09ae") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11641d79-cf9f-4487-bab0-8966c42f392c") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b72d3c0-5e8b-4b66-9144-8b10d3777584") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "daeb2ac8-5b6a-4f9d-8c68-45d797b6c743") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4131aba7-cd11-4eee-a063-22108e16e10a") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c667de51-06d2-45c4-a264-f6e78d7fa95d") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2779a6af-99e3-4569-a6ab-ddc74d080714") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99fe1f69-b54e-4003-a323-5c0a37806f05") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e49bc04-3ccb-4c47-8508-312406056558") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0f74387-1ac6-4c79-9c5d-c6b39eab495f") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3e2e8d2-2b45-4896-8dfe-412fa246f0a4") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fece08a3-cb0f-4eb4-8288-687af43925c3") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e90c9dd3-9b2d-447a-8799-870eb9fd4520") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de920ea5-8d5b-4a68-b889-30fef6fe1018") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "790902b4-c29c-48ae-9568-e2dc8e334553") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0da7f6d3-fefa-43ce-8116-37c1d8cdfbfc") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a1da104-7056-4f67-b05c-95ec11a292e5") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "653dd4eb-92a0-40f6-a506-3cd8d321b655") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a50d3d1b-a7a0-4c69-9a10-8d9ed26a0911") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1434ff15-a742-48b0-b66b-2e5c8a88e6a4") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8f8a2e9-6a15-4824-ace3-ae4efaf09b94") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2ce34e9-fd55-4691-a0bc-48d36bdd4a21") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53b448db-dae3-4a0b-b6e2-27d6e143f5ec") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7387932f-e10c-462b-b03b-7334a4efca41") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e647d251-5520-46aa-95bb-53d537be94c8") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d8456c6-f546-4e14-b90a-2144af74eddd") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebc23afa-f0bb-4f4d-b34c-7856d1428955") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f78e7a57-522f-4440-92bf-cded83ba911a") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54eb7dba-88b2-4341-b72e-ce094abfcef0") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ae96316-dd72-4517-8519-bd21e3aebe02") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93983fea-2084-467b-bfdb-e43eb962de71") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4cab5ea-08f1-4b0c-b189-7ce35e7c2827") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bcf8a74-c58c-4d34-8633-06727c406042") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cb11c8e-ae89-42ae-b85c-e14fc83cc3a2") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd2fd240-3356-4f6c-af2e-41d81d3b02b5") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "835bd74f-7db8-4261-acdf-702d11177e1d") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "535c0cf1-4e0a-4bd8-aff5-20069320a0a0") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9caa704a-818a-4e0c-b7cf-2066b3df2e3d") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "407a1ac7-471d-403c-bd48-abf4cf45057f") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd061a14-a69c-46f2-9caa-11bfa6b41331") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61641241-cab1-422f-8c02-eeda5f074d28") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d2d25f7-4038-4d1a-82a2-dabf41e23dc5") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d0a84ac-b038-45d1-99ed-e02f70a9b254") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09e59698-ad9b-46f2-8831-73ceb89b3af6") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47e26564-a18c-457e-ab65-ab3bd9b8796a") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "feb9e7b1-c00b-47c4-9bed-798354c701f6") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ded1b2f-df3f-4692-8c05-e0f5c426a84a") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "36499677-f189-4e36-8c4a-8c8420da17bb") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0215b919-a4c3-497b-a531-8ece1382d8ac") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ece92ceb-20a6-4703-841e-0adab77af3f5") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbc18a12-253c-4db5-b12e-0463a340c7a1") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b00c9be-f462-42a2-8c0b-bb1bbe765923") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac417359-694d-4606-bdae-17f3763abbf9") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "571b4b1a-df08-4352-94fa-acfd6654deda") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a13a2fb6-2fa0-4aa3-819d-3efc2a21abaa") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9517f66d-c69b-496d-ba4b-2476b18d263f") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e76e3d4a-bbc1-4ff6-af2e-6bd7c8f374ef") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3278594b-436d-4ed1-b53a-59319fbf7179") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a30dd54-cd62-4ddc-8c3d-c15c9aff1af6") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a17a055d-c027-479f-8375-700acd349e94") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9514eccf-15ad-404b-9aba-6691dae095a9") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc7bcf1a-1a0c-484e-bca5-96ae84aa4bb6") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68785596-be2d-463c-82a7-4d3c11505119") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e44533e6-c0b0-4372-ac98-e763df7a2ecd") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cd1183e-964c-4f46-bb16-4f4d62e7fb8c") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bab867a-1470-47d6-9c4e-33437b76f848") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f95a645-874e-40ac-b8fa-8fd5280790d5") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7978ba7a-2687-48af-9b36-9f6f13b1202e") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a294e377-a1d7-46b2-97f8-a29b616fbb92") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c94e3a29-7d97-4dda-afc2-69624f86d0c8") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd8c3b7a-cfa4-4124-9dd3-9d0eee294ef3") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f46e9cb6-167d-4445-b159-2ad34910a014") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9aded94a-69c4-4217-a41c-ba1832fbfa9b") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29ab6618-76df-47e5-bc4a-0a230bac0cc7") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f68c3fd-d6a1-43ca-8069-39be78d53fd0") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66fd8c28-c477-4272-810f-e6fd9f903bed") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d3eaf56-de13-4bd0-a09e-72846e70e708") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d40b7b7-0d59-43e3-b06b-72a6b6709413") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "706fd624-cd61-4c8a-ab4a-7aa13a680c2f") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9c83ec8-34df-4fb3-ac7a-b0ccc1fa9ada") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af405b30-8c6f-45ca-beab-45f36bfd72d7") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c49e1d5-6bcc-4d91-b507-3559ade11979") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a71c10e6-cb92-424b-b6e6-a5baea9fb7c7") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68d3ae67-f513-4ac6-a65a-d73c09c22187") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19277461-7580-46ec-9a9b-d33e941d140f") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28dc2afe-307e-4fed-82e4-e1b2823f9918") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7c73048-5bb5-45c2-bd9f-db24597c0224") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5727685-1cd0-4c81-a81d-3885253a645e") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a32ca28a-5e61-4cc3-9876-7e985517b03f") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cd964c1-026c-4a12-8977-e78b622d448d") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42fd796c-7914-4740-a24f-4c91984f9363") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d6a9069-11d3-4c9d-8d3d-d836e3c3961c") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5da7dda-9f5b-43b2-ad6c-1dbd1106daea") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bb92c4a-26b4-44b7-ae55-36196cfc6b57") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4c741ec-068c-42af-a81b-ed8f963d091f") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f392c247-18bc-473b-9876-f21071e22656") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ae9c00d-7e94-4573-a9f2-327ba36eb684") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4b757c9-4a18-4cbb-bdfc-f5951f10fe45") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a354a7e-1740-4435-a6cd-1e27de9e697d") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e58140e-64d0-4d49-a657-0294e8189c16") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4be4bc0e-a353-4b95-b4c1-ad61fd64795e") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14c9c25a-f21f-411e-8928-4e07aed11323") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23000e01-57e6-4ad1-ab57-31004dc40140") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "451ccdc1-8e6d-4398-87a5-313f5053de33") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b81fc8f6-a57c-4e6a-b625-070b8bf733d7") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d8539aac-a3b7-40da-8e47-d765a423fd9f") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3008a77-5c6a-492f-8742-407a7fe1ada4") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f4aaf89-c09c-458f-bddb-d9d510e47cf7") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a0346ddd-7c64-400a-b404-f74095cf85f4") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "565c7142-12aa-410c-ae3f-7b005243cada") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(U8A--)") + (pintype "passive") + (uuid "4c7109ab-30ca-4e2d-89d8-d5adb4c78848") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(C20-Pad2)") + (pintype "passive") + (uuid "1b255a64-f632-4e6c-974b-18232e9ce47b") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (layer "F.Cu") + (uuid "1da93d0b-7ffa-4107-a474-9c3680373a84") + (at 58.42 54.61) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") + (property "Reference" "C2" + (at 1.016 4.318 0) + (layer "F.SilkS") + (uuid "1b4b35f9-7e1d-4a7e-9f34-46a18269729e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 1.25 4.4 0) + (layer "F.Fab") + (uuid "75d0b2c5-e6e6-4f14-90b0-ee5166f9f2cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "efa2962f-6782-451b-bb2a-61b0e25a633a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "360797f4-a3fe-4346-bb6b-440dd153d0c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e53e363e-5f5e-48e5-a387-7e872be735fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8548cc67-6fc0-457c-800f-20ab165029a1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -2.250241 -1.839) + (end -1.620241 -1.839) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eaa3c7d1-7310-4479-a6f4-4ebad4f132ed") + ) + (fp_line + (start -1.935241 -2.154) + (end -1.935241 -1.524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f68cede-531d-4620-8faf-2e77cfa5d038") + ) + (fp_line + (start 1.25 -3.23) + (end 1.25 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e808d39c-d99e-4b14-8d0a-5ad975b96854") + ) + (fp_line + (start 1.29 -3.23) + (end 1.29 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf8abb92-f6e5-41b5-a39b-66f1a7036685") + ) + (fp_line + (start 1.33 -3.23) + (end 1.33 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e0b33fe-96b9-4e74-a56a-91d5a301d345") + ) + (fp_line + (start 1.37 -3.228) + (end 1.37 3.228) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "396dedf5-6d9e-47d4-811a-981c61653bd6") + ) + (fp_line + (start 1.41 -3.227) + (end 1.41 3.227) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15e4e2b0-8696-496a-8af2-6a14c29c1b22") + ) + (fp_line + (start 1.45 -3.224) + (end 1.45 3.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f918e71-ed1e-4a28-9374-a301ae21b80c") + ) + (fp_line + (start 1.49 -3.222) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3269dcf8-9e83-4f5a-8536-1048252194e0") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 3.222) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1d99b7c-5c52-4d02-aa06-b7c92f2449a6") + ) + (fp_line + (start 1.53 -3.218) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52258850-6b5b-4fe0-bd7e-742476919578") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 3.218) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14bdd022-b611-4962-96e4-f6136c104db4") + ) + (fp_line + (start 1.57 -3.215) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c55dc1cc-33cf-41fe-8185-754d498eda57") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 3.215) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7f7b93e-3ec6-4a0b-8705-4621c1363f8e") + ) + (fp_line + (start 1.61 -3.211) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "409a3c40-33d0-4e90-b86b-24099e2ca137") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 3.211) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b07efe7c-9b35-4184-a10d-c5989ecdab94") + ) + (fp_line + (start 1.65 -3.206) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31f52682-4723-421c-a679-4df0d703e7e3") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 3.206) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb4a2137-5dd5-4a66-be50-1614121b7b43") + ) + (fp_line + (start 1.69 -3.201) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd8f44d5-a96f-4168-b1ef-0137bc226aa1") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 3.201) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fef1baf-4286-4d96-b98e-b38742eab2bd") + ) + (fp_line + (start 1.73 -3.195) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cd12741-0e55-48f6-aa41-01bb79b44c9e") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 3.195) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e5572c0-8c78-44b3-bc6f-8e233717a1d3") + ) + (fp_line + (start 1.77 -3.189) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87cc394f-5ac1-4a6c-b32a-b0777703193a") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 3.189) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "267aa5f5-ec8d-42ef-b9ea-d8feec00a05e") + ) + (fp_line + (start 1.81 -3.182) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e556b1c-a44a-4f5d-bb34-37ad4e3bf1bf") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 3.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "203bcb41-78bc-435b-a616-2aa7247b4e40") + ) + (fp_line + (start 1.85 -3.175) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29ae60f9-dc4f-456e-ad54-fabb7d419df4") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 3.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73a3583c-1f26-4763-ae82-cbdf10d8415c") + ) + (fp_line + (start 1.89 -3.167) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bea0490-2b64-4df2-b588-75da45fcbb3e") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 3.167) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45eb4884-6eb6-4bd8-b273-04272ccec2d3") + ) + (fp_line + (start 1.93 -3.159) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbd4666f-56b4-4885-9944-9202ac5abcc2") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 3.159) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a3f1af2-f06b-4fa5-b84c-54a94e945e67") + ) + (fp_line + (start 1.971 -3.15) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "058edcfb-ad11-4593-ae95-d70b160fa637") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 3.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15567a26-39a4-4848-8579-fe2a6e6aad41") + ) + (fp_line + (start 2.011 -3.141) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67063858-b1a2-49d3-8017-31ee87947eee") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 3.141) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa347a3c-cd6e-4881-9dcd-8d05d118eefb") + ) + (fp_line + (start 2.051 -3.131) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee81604b-5f5a-41be-a2f3-9ccf663f7bbb") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 3.131) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "976ed65f-0680-4e3d-88e8-9794e667b524") + ) + (fp_line + (start 2.091 -3.121) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c9a2171-ecf5-4cde-9552-139bded88b70") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 3.121) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca9b07c5-5848-47ec-ab64-6e49fbaf8dcb") + ) + (fp_line + (start 2.131 -3.11) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3744c90-45cc-477a-9aa3-79fe883bfc71") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c1b9cc4-4369-485c-8494-d8de36546689") + ) + (fp_line + (start 2.171 -3.098) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cc1929e-f0b6-4800-85cd-bb741c1ebe2e") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 3.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49a2fbd6-4cd9-4e9f-93ef-c6d54b412e7f") + ) + (fp_line + (start 2.211 -3.086) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9503e7c2-8332-460c-8ad1-3f582e1a867e") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 3.086) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13c0a5c1-b5e1-430a-bd1b-5d52a7b30c02") + ) + (fp_line + (start 2.251 -3.074) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d78ac31-241a-4636-adca-58ea161337a5") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 3.074) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83b6aba1-39f4-4244-a049-f2fca9ea2ed0") + ) + (fp_line + (start 2.291 -3.061) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5dd3dbf5-9806-458b-8dc7-461579f5c1e5") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 3.061) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8950fb2d-6d1a-462a-88c9-856e4a455f89") + ) + (fp_line + (start 2.331 -3.047) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31dae2f0-fe29-4e1a-a0b2-f6d448f78299") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 3.047) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "067c98a8-be95-434a-9385-c152f7928b2d") + ) + (fp_line + (start 2.371 -3.033) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28558bec-1b4a-446a-879e-52d4bdb57790") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 3.033) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d598a39d-6b9b-4c6e-bc47-1754a04cdff3") + ) + (fp_line + (start 2.411 -3.018) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b82e742-eb71-4094-9d54-8dadd538679c") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 3.018) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c09dc28-4ffc-49d9-b790-a381ee110601") + ) + (fp_line + (start 2.451 -3.002) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19160719-1b09-44a5-9c4e-e7e0dbe4064c") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 3.002) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a7d54a3-c62e-474b-882a-9a87702f70fe") + ) + (fp_line + (start 2.491 -2.986) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21dc5eac-ad1b-469c-b7ab-d6b6573655f7") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.986) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7919133-08ae-4e8c-9943-5c8e39d6155c") + ) + (fp_line + (start 2.531 -2.97) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01ba3d77-5e1e-472f-82aa-cac7d3d286b2") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b510575-dd57-4446-8046-567565ac3459") + ) + (fp_line + (start 2.571 -2.952) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ee7a83e-3324-449b-8137-7b7db53a3ffd") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.952) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf716e31-254c-405e-8417-0ef886899271") + ) + (fp_line + (start 2.611 -2.934) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2e4bf59-9909-49f6-bd2a-b983f474aaf1") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.934) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dfee3ebb-d648-488d-8bc6-5269473564e2") + ) + (fp_line + (start 2.651 -2.916) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b05283ac-8e81-41b8-b3de-3de12e6f439c") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.916) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a6826b6-d853-4b10-afee-7e44a1757705") + ) + (fp_line + (start 2.691 -2.896) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64ce2437-c4af-4a5c-bc90-f60b5f81c70e") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.896) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb6e8d41-c4be-482a-ae3e-e14d02385038") + ) + (fp_line + (start 2.731 -2.876) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1f6efa2-fec8-41cf-a344-1542064259c5") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.876) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec1f9b11-e712-449f-aff4-caf5ad6773ec") + ) + (fp_line + (start 2.771 -2.856) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "abf913b6-d023-4403-80d7-bce7264762a3") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.856) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7672bf45-5b5e-4066-905b-730ab03ade63") + ) + (fp_line + (start 2.811 -2.834) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d26db252-c3b5-4f0a-9386-f6f36a4030fa") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6941316-fcb0-4b8a-aa0d-c5b09a6f9f2e") + ) + (fp_line + (start 2.851 -2.812) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8fc77612-476f-46a8-bfa7-85a548c7b791") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.812) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f509454-8698-45ad-afba-1a6bd9572e88") + ) + (fp_line + (start 2.891 -2.79) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21e76620-ad9e-4e61-85ff-32f107db0de3") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a822e73-f837-4d5f-873e-0ca4886e6a0e") + ) + (fp_line + (start 2.931 -2.766) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f752fb7d-4dbb-4147-b9ef-3c98af996891") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 2.766) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a968cb7-e698-4e58-b629-761553258ad7") + ) + (fp_line + (start 2.971 -2.742) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4c7f69a-31f4-4af4-9a35-149859536fe1") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 2.742) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e429809f-e4e7-40ca-8d30-7d1c9944cf01") + ) + (fp_line + (start 3.011 -2.716) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b3dbb5d-cb05-461c-85e5-a2eeb9b3509f") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 2.716) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa4b05a4-4ad7-4360-8c25-2d039e5919d7") + ) + (fp_line + (start 3.051 -2.69) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34ac8440-9e4b-4130-b775-68017b994b8c") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 2.69) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fcd9189-1b01-44a6-988a-66e71a620811") + ) + (fp_line + (start 3.091 -2.664) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "645ae15e-ad0e-4e32-bd12-82492102c14b") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 2.664) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba7f637f-b5c2-4079-bc53-4a4957845757") + ) + (fp_line + (start 3.131 -2.636) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35a485f9-be6e-411e-8d8e-0a1f63a38f32") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 2.636) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1447bf00-a8e1-4e70-8dcf-d5babac7d20b") + ) + (fp_line + (start 3.171 -2.607) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed065732-832f-48c2-8cd8-734beee4ec89") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 2.607) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2be0974-6434-4112-8885-2f6e71c0cbfb") + ) + (fp_line + (start 3.211 -2.578) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f71a88e8-4f47-45db-9cd7-df934b747537") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11d69f62-637b-43c3-b907-692bb3006e90") + ) + (fp_line + (start 3.251 -2.548) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cdf7066-6c4e-4898-95f1-8e53e264ee9c") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 2.548) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "040ce101-bc02-42a9-8e07-72deb53f6b4c") + ) + (fp_line + (start 3.291 -2.516) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f86040e1-d0c9-4434-b242-9eb40985f4ad") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 2.516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6122db23-d8ce-4352-b719-c3db35563038") + ) + (fp_line + (start 3.331 -2.484) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd7fc8af-73a1-41b5-9a94-594af4de886d") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 2.484) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "453c3252-68e0-4265-ab0d-d6f44526a8c7") + ) + (fp_line + (start 3.371 -2.45) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0efef0b-96a2-411d-960e-5c703839ab90") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17f6ca6a-af7e-440d-a16b-5533714c73b7") + ) + (fp_line + (start 3.411 -2.416) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "753c9d4d-b3aa-477c-947e-67e82e9629bc") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 2.416) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a63e45a-2e54-41cf-bb94-e4c9faedca68") + ) + (fp_line + (start 3.451 -2.38) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "946817d4-1663-44ec-a97e-353759c8a960") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 2.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58582fff-73ae-4587-9552-a7d32ed4fbd6") + ) + (fp_line + (start 3.491 -2.343) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49ac9a93-87b7-4417-86bb-8beee44be215") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 2.343) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9fe649b-8f47-48ec-8f75-086600c0b62b") + ) + (fp_line + (start 3.531 -2.305) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d8f891a-c5ab-4290-b660-bb87a29a928b") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 2.305) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "813c9a69-c4ad-4326-acd7-abbb70d6da52") + ) + (fp_line + (start 3.571 -2.265) + (end 3.571 2.265) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb05f2e9-5d3b-4e65-86fc-b5b57569b5f5") + ) + (fp_line + (start 3.611 -2.224) + (end 3.611 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74fd1c60-b011-424c-a409-052d0c03d924") + ) + (fp_line + (start 3.651 -2.182) + (end 3.651 2.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52760b32-d24d-4684-a5d6-8985673f6913") + ) + (fp_line + (start 3.691 -2.137) + (end 3.691 2.137) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ed6de94-d3a3-49d2-a987-b6ea2e786e15") + ) + (fp_line + (start 3.731 -2.092) + (end 3.731 2.092) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57dc9b0b-d035-4771-8d0e-9a715d235eb2") + ) + (fp_line + (start 3.771 -2.044) + (end 3.771 2.044) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5b8e2c0-b6ea-4338-9095-00692a34fae7") + ) + (fp_line + (start 3.811 -1.995) + (end 3.811 1.995) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ef0c4e0-9ad7-4bfd-ad3a-a980eb9cb89f") + ) + (fp_line + (start 3.851 -1.944) + (end 3.851 1.944) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31bc18aa-665f-40d2-a6f5-ef8d653ba3ae") + ) + (fp_line + (start 3.891 -1.89) + (end 3.891 1.89) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c8405df-75d0-4a53-8009-2ca09f17f1c5") + ) + (fp_line + (start 3.931 -1.834) + (end 3.931 1.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17a3cf7b-856b-47ca-b4e4-154c362d6984") + ) + (fp_line + (start 3.971 -1.776) + (end 3.971 1.776) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e9a0ff6-c1ab-40a8-b39f-374c9fed502b") + ) + (fp_line + (start 4.011 -1.714) + (end 4.011 1.714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "893984b0-e667-41d7-a9ac-19865dc20a9d") + ) + (fp_line + (start 4.051 -1.65) + (end 4.051 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0baf89d-0f04-4342-b67e-932fa5124108") + ) + (fp_line + (start 4.091 -1.581) + (end 4.091 1.581) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "586d5587-6d09-42fe-9ee6-ff404087c5b4") + ) + (fp_line + (start 4.131 -1.509) + (end 4.131 1.509) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9636a5f2-cb36-4b2a-9935-c07ce7d31e37") + ) + (fp_line + (start 4.171 -1.432) + (end 4.171 1.432) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44bc423b-c930-49af-bb17-e242dfb812cb") + ) + (fp_line + (start 4.211 -1.35) + (end 4.211 1.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "941c5e21-add0-4e79-80f1-36d4866af6ea") + ) + (fp_line + (start 4.251 -1.262) + (end 4.251 1.262) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b3663a1-5dd0-4c5f-a9a4-f8f39d254460") + ) + (fp_line + (start 4.291 -1.165) + (end 4.291 1.165) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43173f86-60ae-4ee8-91fd-eee605a4d799") + ) + (fp_line + (start 4.331 -1.059) + (end 4.331 1.059) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d36f629-e44c-4d7e-b843-1f6bea796f85") + ) + (fp_line + (start 4.371 -0.94) + (end 4.371 0.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "724216a7-0a95-4a9a-884e-31ff3e1b88f6") + ) + (fp_line + (start 4.411 -0.802) + (end 4.411 0.802) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9c2d9c8-0abe-499a-8e5f-c57170662541") + ) + (fp_line + (start 4.451 -0.633) + (end 4.451 0.633) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0417a4d-7ed3-4036-9eff-cfd342fa0197") + ) + (fp_line + (start 4.491 -0.402) + (end 4.491 0.402) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2f40aec-fc4d-476b-b3b4-e3d7b2d9a54c") + ) + (fp_circle + (center 1.25 0) + (end 4.52 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "05b160f4-9488-455b-8536-de0d0f397e79") + ) + (fp_circle + (center 1.25 0) + (end 4.65 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "f6f78f4e-e7f8-454a-9dfb-08c12e9f66f8") + ) + (fp_line + (start -1.443972 -1.3735) + (end -0.813972 -1.3735) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a6d2530-50d8-4f22-a20b-78614cdf8b00") + ) + (fp_line + (start -1.128972 -1.6885) + (end -1.128972 -1.0585) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "554ce727-18ac-44f8-9ef5-f14bcb77f1df") + ) + (fp_circle + (center 1.25 0) + (end 4.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "c23a4846-dabe-4cb9-88be-e81e296a5117") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "4f45bc5d-4c35-4549-90ab-30cb2a345273") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e51f75cf-6dc8-40bb-91c4-874167961bbb") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "5b2083f8-2181-471e-a244-aa625cb67235") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "88438731-5f72-4f6f-a72c-d60b55cff633") + (at 91.948 138.176 180) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C19" + (at 1.25 -3.556 180) + (layer "F.SilkS") + (uuid "ac97d9af-594c-416f-8dfc-15f031dc98b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7u" + (at 1.25 3.75 180) + (layer "F.Fab") + (uuid "fb5ada68-e723-442e-bc9f-7f8815be2eb3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1e247254-081f-429c-99f0-6e130b2bdf70") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "47378467-da1e-4748-a26b-4684c3312c10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0d37082-cf99-4b68-8890-6d88968bccf9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/77ea8a76-8b58-4a2e-ac22-2298a8048f1f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5d011e1-d497-416b-af65-8ccd6a7426e6") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14ee19d1-5a2f-46f4-ab49-b07969b716a3") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "460f123b-a3c7-411b-b28a-c45acfefbde9") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc0be89d-ea7a-4051-a7cd-9d97ebbabbac") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e202212f-b052-490b-8cef-97537acc1f30") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c24357fc-25e2-4517-a6c4-9e2f3ca0a0a8") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be3cf1b4-7d33-4bfc-ab6e-bcec78a87ee5") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "418e7fdb-f49c-4188-a60e-2b31d71d748a") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71be5dae-faf4-48ff-896f-7e3e441d5d9d") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "090149a7-5bc9-40d6-abd5-aef62f36eb84") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "097ecefb-4f82-485b-b2a5-3bbd1c1be74c") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc12d98d-3b1b-455d-8a5a-7d33faed2647") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8079343-2460-4bb2-8423-bd1c2913bb46") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d056fb6c-5dce-492a-b6c2-76a410919ee3") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ef918a3-f626-41b5-90c7-9c5ea1d67a7b") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a31eff2b-b9a0-4a10-91df-2037c71b94e9") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6ef9a07-8e5d-4d25-bba1-6a25dd97d7be") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26d956c9-dad2-4e1b-9f37-c4dfd9c3cd2f") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8847641-d02d-43f9-a35f-4969ea076c74") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96cca647-97cc-4b02-a866-4bb7858f4c0f") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87f984ee-c6e8-4927-81d5-00ac2b5236f2") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3dea5ac6-194b-4a1f-aa88-66a7c1a9d9ef") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a613eb54-4a0c-41ae-8fe7-82849965477a") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29742039-540a-4038-8447-fc93c2d35d0c") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e34ad5d0-b9f8-4750-a959-a0fa941f84b0") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "338c6abc-8d40-4bc3-8edb-c5528cc933ad") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f452607e-3f2e-4bee-8e8d-b6f7f190c289") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73ccdbdf-a400-4f16-a795-40006ba130ab") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "401d24b6-245c-4549-ab85-a78322b2e5d9") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f9895c6-6462-4008-b5cb-e1a508c4ed25") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14bafe8e-d97b-42a7-8fa3-bc1ea06db3ef") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47bf166a-b9e0-4187-bcbe-6ed4274c0792") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5adcc056-06b0-40bb-a300-c5f397730017") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "478be969-3e97-4db2-9e01-83fba9754940") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac4da41b-94ad-409e-8ff4-aef43be79101") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a3ec569-fbfc-4477-ad65-5482fbecfde6") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c9c7d07-936b-4b69-8509-7cf844ef6df6") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2ddd079-7f1b-4f16-b7b2-80de27abae9f") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e4ba93c-32cf-4756-a814-fc72696aaa20") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9e3343b-9087-495c-9ca1-d8095a20bb0e") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22f494ef-dea0-43c1-94dd-57cbe26c7e7d") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b803b431-ea9a-4b43-923b-777689a6afde") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48d4d35d-af9a-4d11-a785-a6aa68b88123") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0d388f3-f96d-4118-897a-4be9d2153419") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a698a5d-c550-4f77-a83a-22516cf63363") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1eb55c7a-deb7-4b98-9e3e-d223b92fb515") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "159512d2-8888-4c0a-b0b8-2b610dab234a") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7b33f62-8309-415f-9dfd-ae3ef72fd89c") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f2491b6-3aa9-4eec-8199-0055eac98e27") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea8d694c-45d4-4877-a861-7378f25b34d3") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "456c3406-df89-427a-9ce6-71d79467088d") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9913fd08-3db2-4a67-851c-3a833f1847d8") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1440e56-f2cf-4843-8d07-93f473200038") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1da3dcb6-8142-4192-99ed-fb712686c5ee") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a10168ee-8090-4858-8529-aa9fc067069f") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c35eca0-606a-420a-9626-2cfd06a9824b") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "195595cf-03cc-4984-abb4-66a0f7546d6e") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "358df7e5-af8f-40ed-81b1-53e5565d0ae0") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7caaa23d-f617-43dc-a90b-228a7e432803") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7b36c44-b5bf-4f0c-8676-588a67432949") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8178ff9d-55eb-4eb4-aaf5-dd8d15135c0e") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b6be4f4-125b-49cb-8a01-41521099f633") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e708d88d-6811-4ee2-a8c1-9a521994fb5f") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5eab9652-4b3a-4864-a0dc-d65a291b5e83") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e09decdf-fb73-4432-9ea5-1375f57e205c") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb0ef783-aac4-457f-89fd-30698b9450a8") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63564a57-b716-4112-b5ef-332fc8e2233e") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d429c9e1-a976-418a-9f0d-bdcdc06e9ebc") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99e086c3-aec0-4954-ba77-805e869093ba") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44f2a3f1-2c28-47ff-842c-263f7957acbb") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0bf3605c-25c1-4c1a-90e1-4f9bd4bc1d19") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e721fad7-59f9-4821-a9ec-5085b013bd18") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13ded433-5bac-4600-bbd3-4f08c5105e2e") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4a643ea-e0cc-4ff4-aa09-ed0b477ba471") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "505236af-4909-4c26-b090-aab8b3af0157") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "979d20cf-c783-4331-bf9c-bb97487b96e4") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4cdcd9e8-d2b9-4a8d-8ac4-0ac962b07261") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fdc5eeeb-1547-4b2d-a91f-e3b881275615") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8f4dddf-2ef1-45bb-88f3-0932d056fa7d") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8056994-b33f-4814-98c4-608158ba5de4") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1cae766-9667-4c90-bb52-188e8fa3c479") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2dff4b8-d8cf-4f25-953b-5743d59d8bf6") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3345097-6009-401d-b374-908c25611923") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5a8ec4a-c0d5-47c0-8ef2-d00fb4a4082d") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2a1057d-7d4b-4e71-a5d6-f9afd591913e") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92d67607-b4d3-44ba-95d1-5165199ac1c1") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6615e1fa-d13a-41c8-8f50-a3bc4c5387cc") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4143dac-39e7-49b7-b957-0a6b25151c36") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbc2edf0-8bed-40b9-9f6a-3fb265b572e6") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0ad486f-5723-4050-a0cb-28e575b0bd2d") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0964304b-37ed-404d-b641-fc7445f90bef") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e14d126f-99fe-4c36-a656-9cff1074f7a1") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fd3a43c-8468-42b3-8741-d1b47b557d9e") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9d88a9f-8fee-4dce-ac6c-11c8ce5c4e94") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eefa920e-f44b-4258-8c57-cb52fa5736e6") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97bb053a-aca1-4d00-ab5c-bfeb1735dc5a") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9279ac1f-c602-41af-9e99-c448ff34440e") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1e62568-9f46-4579-b6cb-73c5e686ba6b") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a425129-fcac-44e9-8637-da6ec1d8ce5d") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e7d38c8-2bac-47d9-aa1a-b3ad9f6dc19b") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4af999bc-a433-40c1-85eb-286d400f0357") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "582a1077-8e82-44bf-9307-edfb0d65a40e") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f9d3987-a0fe-48f9-9954-10fb918e5d0b") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56f09e25-6bcb-4e5d-aae0-719d45185b7e") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6ae6cff-a9d4-48ff-9b7b-0b2260c37d48") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "453f2f3d-8782-4f74-b5e2-598c793c2e51") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cee0b50f-2bc5-484b-b86d-08b86c437a3b") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38fd5a8f-4035-4138-996e-c17a537b1635") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d5db45a-bc06-4687-93ea-733b5eb7581d") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a1037c2-55b0-4b16-a2ca-25634e09d7b7") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e485c7fa-1e13-4289-8a6c-29a5e6799601") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7e21f7d-af2f-4906-8b4a-4c6052d0e774") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cfcca89-eeed-4afd-84a8-d5db3cbca470") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ffa51b6-6d43-48d5-9b52-e5c1025e3dc7") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b2f086c-0389-4686-a83d-19bdddb36edc") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "063ac091-3203-487f-b08a-1db42421c0b2") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79076c45-c49f-4133-b45a-caa5c2a7d9ca") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75f3c4a4-23ea-4336-ab59-ea24f1f6d4d2") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f86146c-0af0-48b6-9279-0c69cd7fc63e") + ) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d1fb99b-cb82-475f-9185-0f64a86777e9") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "98086763-feab-4314-8bb7-e207e7792380") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "5b1d10bd-ba69-451a-8360-264ac802ecba") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02a4c0ef-d72f-4ad5-a5bb-4d8f922b3fe5") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9299af19-19cf-41e3-a639-f764612dbff0") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "675bed86-0ae3-4883-8a5f-66c67b0f4713") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "97f66281-f91e-4012-8c9a-8177266d750a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U8B--)") + (pintype "passive") + (uuid "f4869649-c481-42c5-933f-4f206d102a61") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(C19-Pad2)") + (pintype "passive") + (uuid "96a357d1-562d-498a-89fa-d6bba2a76450") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (layer "F.Cu") + (uuid "97526e5b-f3c1-4be4-bbaf-223c60948cda") + (at 66.04 54.61) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") + (property "Reference" "C1" + (at 1.27 4.318 0) + (layer "F.SilkS") + (uuid "49e25668-0fab-4c63-b7fd-7b7f1759cdbf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 1.25 4.4 0) + (layer "F.Fab") + (uuid "acdefc97-1c83-45c4-a349-cc986f430f73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e8c8e318-5e1d-4aa4-914f-213b53fb9859") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a2b5f042-541e-4edb-8918-d9dca1ce8542") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d79717de-b837-4a6e-b9aa-f3d48f4442e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/03c35b8d-eb33-457c-a4cd-b960f1297d97") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -2.250241 -1.839) + (end -1.620241 -1.839) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24c317d3-407e-4ac2-be75-0567bd2c88cf") + ) + (fp_line + (start -1.935241 -2.154) + (end -1.935241 -1.524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d554d05d-6d41-4b0f-be67-9cc4abfd9487") + ) + (fp_line + (start 1.25 -3.23) + (end 1.25 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5d3a6e8-5eee-4af1-aa1e-7bc2bb93421f") + ) + (fp_line + (start 1.29 -3.23) + (end 1.29 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "612d25d6-c938-48d4-b156-1f1cdd30dfa6") + ) + (fp_line + (start 1.33 -3.23) + (end 1.33 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34fa2763-197b-49bd-ac01-aca24e82c12f") + ) + (fp_line + (start 1.37 -3.228) + (end 1.37 3.228) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62e22d3f-e04d-4c82-a60f-56825dc72330") + ) + (fp_line + (start 1.41 -3.227) + (end 1.41 3.227) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f478f6f-13df-4fd8-80d0-4e8c2c25d4b4") + ) + (fp_line + (start 1.45 -3.224) + (end 1.45 3.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "533d6c55-5aef-4ddc-8d50-866b30d48f95") + ) + (fp_line + (start 1.49 -3.222) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61da28be-0db2-4094-8af4-d03246a4011d") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 3.222) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd97cc68-42e8-4da4-9dc6-b2118ba5190a") + ) + (fp_line + (start 1.53 -3.218) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b06be01-0dca-47cc-b6ae-9b794ff7c724") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 3.218) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bde166f3-04b3-4713-861a-de61603af011") + ) + (fp_line + (start 1.57 -3.215) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "471ccd7c-36ca-4dee-a30c-839cb6ab77ef") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 3.215) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5ca869a-382b-4ce9-9028-5f607d7f53bf") + ) + (fp_line + (start 1.61 -3.211) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1641744-dc32-453c-8c19-75002e9e90f5") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 3.211) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14d70f72-3c96-41b6-9595-2e269a9da4f4") + ) + (fp_line + (start 1.65 -3.206) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9687558b-1790-4fa2-a709-7792fc16b519") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 3.206) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69918251-5951-4e2f-b1c8-e01fe6255526") + ) + (fp_line + (start 1.69 -3.201) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b15d8ad-274e-4c29-8793-35b22b23eddd") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 3.201) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2715f66-9f6c-4d9e-8ed3-860ab8779676") + ) + (fp_line + (start 1.73 -3.195) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49a6baaa-5437-4827-b2b2-d40621d0a99a") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 3.195) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec28067f-6a60-4e53-828c-7a0050d5f902") + ) + (fp_line + (start 1.77 -3.189) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31cf4298-51f7-47f9-8c86-52f6a26ce3d7") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 3.189) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c996af0a-1c69-4259-8f91-d4738216741f") + ) + (fp_line + (start 1.81 -3.182) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55e74e14-662f-40be-97ad-459465057494") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 3.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11f07dba-7cba-4e02-a936-4edd3e6d1f1a") + ) + (fp_line + (start 1.85 -3.175) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "549a9f44-c1ff-45a2-8450-bb289f0288a9") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 3.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "568c7511-ab6c-4877-89b1-91eb2499f097") + ) + (fp_line + (start 1.89 -3.167) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a99356c-e482-4e08-ab0c-da4978d75b7e") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 3.167) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27ae78a2-4d89-40d3-a3ba-f91ff9752874") + ) + (fp_line + (start 1.93 -3.159) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea14f617-6f8a-4c49-af21-7c538aad5a5a") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 3.159) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ec29369-848d-4fd0-9e9f-87881d35cfc0") + ) + (fp_line + (start 1.971 -3.15) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e955db5d-19e1-4a6d-a451-04640704d1fb") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 3.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08f64087-46c9-4564-8c25-ad931390c238") + ) + (fp_line + (start 2.011 -3.141) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c5c7013-e051-443b-8d23-c3cc1bf11bcb") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 3.141) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "878ff6cb-e94b-4831-9007-0755d0d1b540") + ) + (fp_line + (start 2.051 -3.131) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1be9dd85-99bf-4e15-8a57-82707ab5fb46") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 3.131) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a26a911-b41a-4e90-8017-7ca2b1dc726f") + ) + (fp_line + (start 2.091 -3.121) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4933ef1-9f7b-4c2c-953d-c8f32b8c84b3") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 3.121) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aebdf5b8-ab2c-4006-b4af-369b4b62baa1") + ) + (fp_line + (start 2.131 -3.11) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f236847-9541-4659-ba9e-7535a240542f") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7336cde1-cbf4-42be-b248-b66ab6f34ee3") + ) + (fp_line + (start 2.171 -3.098) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88181e0e-d129-4a9f-bb3c-e7b1ebcd1aea") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 3.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7b49c51-ae4f-449e-b3f5-3d17c06e228c") + ) + (fp_line + (start 2.211 -3.086) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "195b0e1b-f647-4940-a015-784986f6b1ce") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 3.086) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ddcb5fad-fc9a-44d1-856e-64c8f23bbe0a") + ) + (fp_line + (start 2.251 -3.074) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "459f0df8-8ce5-4577-8f5e-14736de71394") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 3.074) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9eb29f63-e7a6-417a-8b28-2a5ebf904ba6") + ) + (fp_line + (start 2.291 -3.061) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65124fe9-70c4-4fd8-b12c-30cb39a871e4") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 3.061) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e955f2a-7a6b-4dd5-87fa-5adbaec601d2") + ) + (fp_line + (start 2.331 -3.047) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f29dd7a-cdba-4361-adb2-7233b4afcdae") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 3.047) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bdd31e25-956d-469f-bc0a-a2636ee043d4") + ) + (fp_line + (start 2.371 -3.033) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d925fa6-c89c-4d87-96ef-38a7e40b9fca") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 3.033) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "763b266d-1d09-41ce-99b0-20f3bb694ec1") + ) + (fp_line + (start 2.411 -3.018) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4817b16b-4a43-401a-ba49-2e77d51411a4") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 3.018) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "921c6472-95b6-4998-a27c-081d679212d0") + ) + (fp_line + (start 2.451 -3.002) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "813f7c2b-fa98-423d-9695-30d6fd51706c") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 3.002) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bd9347c-1b62-4893-af3b-d772403f1e66") + ) + (fp_line + (start 2.491 -2.986) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21c647d2-94cd-436f-89e4-ceca60de149f") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.986) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7825ed86-072a-4ce1-95ed-dd454c47afda") + ) + (fp_line + (start 2.531 -2.97) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49b0cb9e-fe9b-4f06-8fdc-85381d845667") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d985b656-a11e-4ffe-8d19-aa4d09008578") + ) + (fp_line + (start 2.571 -2.952) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b8474d4-c239-4ebe-80dd-1638ccb1cfbb") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.952) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de1f3869-1682-4cd6-becd-43f3f5b4b22c") + ) + (fp_line + (start 2.611 -2.934) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31db589d-a010-46fe-91ba-08f22cfe6c26") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.934) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54c892ab-7c7d-4739-b844-50bae0322795") + ) + (fp_line + (start 2.651 -2.916) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33df5b56-e105-44fe-834b-7fb0032f420e") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.916) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57baccb5-0e29-487d-8431-612966ba7155") + ) + (fp_line + (start 2.691 -2.896) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3229d74-6d51-47a1-9196-4d8b9ca6de2c") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.896) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47703845-1edc-45ff-9aca-2ab50fbb114a") + ) + (fp_line + (start 2.731 -2.876) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42829d26-21bf-41a7-ab2b-b4bb22e3c202") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.876) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7acc6f7a-ebfd-4f67-80a4-3c15c3f6c89e") + ) + (fp_line + (start 2.771 -2.856) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5342a8a-f99b-449a-8119-0b341913c3e2") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.856) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2b22a94-b74c-44d0-babd-3f335b6f2eb8") + ) + (fp_line + (start 2.811 -2.834) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "301af3b6-032d-4cb2-bdc9-cb9035de50c1") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d0db3df-0ce0-4b78-ab3f-b14ac7e98ad7") + ) + (fp_line + (start 2.851 -2.812) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1517d5b-d94b-49bf-a326-c3a827ac282b") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.812) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9cfddbe1-b861-4bec-b3c7-fd1587ff1108") + ) + (fp_line + (start 2.891 -2.79) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01f6f36f-3237-46e4-9c23-abada7ca1949") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ce78646-fa90-496d-b02b-99ba17772f8a") + ) + (fp_line + (start 2.931 -2.766) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71b24c7b-577a-47b0-8fdc-3aacadc38032") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 2.766) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "778055ee-dca6-4554-b301-1704737cac6d") + ) + (fp_line + (start 2.971 -2.742) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6c33ce8-664a-4bef-a8c7-f24854300898") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 2.742) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c014c22-003a-427d-89a7-402d1d9d28c1") + ) + (fp_line + (start 3.011 -2.716) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2394f5c-238c-422a-a3e3-6ee6d5763007") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 2.716) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6d400ee-9f0a-472e-95b9-90ea4a0a0817") + ) + (fp_line + (start 3.051 -2.69) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a76ef63-5400-43bd-a35b-8d75b6efcad1") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 2.69) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76bc1163-91b2-454b-b734-99a87bd42aac") + ) + (fp_line + (start 3.091 -2.664) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1063633-72ac-4949-8c0b-bb34e8328386") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 2.664) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69fe1c04-db1d-47a7-baee-edd29cca966d") + ) + (fp_line + (start 3.131 -2.636) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1051008b-79c9-466c-aca7-2997689af331") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 2.636) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29af6a85-c4d4-4276-ba5b-b9586259c3fd") + ) + (fp_line + (start 3.171 -2.607) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f080315-c161-439a-a7e6-ca559fff08b2") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 2.607) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbd8061f-2fbb-4d26-821d-9119a47cafd1") + ) + (fp_line + (start 3.211 -2.578) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6c8abaf-bfd7-4725-adc3-8129f4ece3d2") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85b7b376-e582-4afd-abd3-8d4f9234131b") + ) + (fp_line + (start 3.251 -2.548) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23f49864-3a77-4df4-b50b-72181d467509") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 2.548) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53793294-ea58-4dff-b4e4-12fadaa9e3c6") + ) + (fp_line + (start 3.291 -2.516) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c3dfa9d-1151-4306-a46c-7a1c9907e055") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 2.516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "337bba46-8f38-4c7d-863c-c0ce4c533ffc") + ) + (fp_line + (start 3.331 -2.484) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d18334c7-158b-4d08-a67b-43095387b4e2") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 2.484) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "388ddcd8-74f8-484c-9f57-aa931d3a71c4") + ) + (fp_line + (start 3.371 -2.45) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19721a68-4c72-4994-aa40-fe11758a8325") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49081b4b-9cec-43ad-be7d-805084991167") + ) + (fp_line + (start 3.411 -2.416) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13acff0f-ab70-40c9-9d3e-18134f242a93") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 2.416) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cf5f4c6-2656-497b-8ab8-d8f1364c6a94") + ) + (fp_line + (start 3.451 -2.38) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a44f6817-a862-4a74-b7f1-1ffbd50d22d7") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 2.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8aa2574-88b2-4e02-aaef-77ce0169c55c") + ) + (fp_line + (start 3.491 -2.343) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b57cefb-5e6a-4644-bc5c-867134c72923") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 2.343) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf676b7f-bf00-4359-a551-7ab4bd7cb017") + ) + (fp_line + (start 3.531 -2.305) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9e2e3d7-91e6-43ec-9d98-65bd6bfb0336") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 2.305) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbb3f3ce-a372-4496-b6e7-8f512cf86bf9") + ) + (fp_line + (start 3.571 -2.265) + (end 3.571 2.265) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "645981e8-5db2-4a61-8bc6-6ee067cfed05") + ) + (fp_line + (start 3.611 -2.224) + (end 3.611 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62f6aaf9-d5e1-4020-a2b8-2b3077c2cb50") + ) + (fp_line + (start 3.651 -2.182) + (end 3.651 2.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "747c9acb-97bf-4f8a-a68e-36693a223b16") + ) + (fp_line + (start 3.691 -2.137) + (end 3.691 2.137) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e72ec40d-abf4-426f-8eea-b643414289e8") + ) + (fp_line + (start 3.731 -2.092) + (end 3.731 2.092) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d965d9ef-65c9-46bd-ad96-af2d7e4449ac") + ) + (fp_line + (start 3.771 -2.044) + (end 3.771 2.044) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93acf061-b171-4432-9afa-0f54f8fef10e") + ) + (fp_line + (start 3.811 -1.995) + (end 3.811 1.995) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f59d088a-030f-4e6a-8082-2d670f0d3745") + ) + (fp_line + (start 3.851 -1.944) + (end 3.851 1.944) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd53d610-f56c-4726-9ed3-fd9861051dc1") + ) + (fp_line + (start 3.891 -1.89) + (end 3.891 1.89) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f5114b4-a88b-444e-987a-80771147b8be") + ) + (fp_line + (start 3.931 -1.834) + (end 3.931 1.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c51b4ef5-d4a1-43fc-b9fe-06448d0338ac") + ) + (fp_line + (start 3.971 -1.776) + (end 3.971 1.776) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07bff3a3-99df-4ff4-bc5e-6188ee0c439a") + ) + (fp_line + (start 4.011 -1.714) + (end 4.011 1.714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5795c0c9-33c4-430e-98a3-87f00bb8dde4") + ) + (fp_line + (start 4.051 -1.65) + (end 4.051 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b2839ae-25f8-4c85-a1f9-d386db58ee7b") + ) + (fp_line + (start 4.091 -1.581) + (end 4.091 1.581) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50be298b-bb65-40c8-94dd-e5fb88056854") + ) + (fp_line + (start 4.131 -1.509) + (end 4.131 1.509) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db83e51e-9e2e-4643-964d-5bae0ddfe0ec") + ) + (fp_line + (start 4.171 -1.432) + (end 4.171 1.432) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bca0daa8-af39-4656-9bde-0b2ff26740db") + ) + (fp_line + (start 4.211 -1.35) + (end 4.211 1.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42aca6fc-5e57-401e-813b-6a9e8ff076b0") + ) + (fp_line + (start 4.251 -1.262) + (end 4.251 1.262) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "222da6f0-b347-455a-ad2e-c5b3a35ee33b") + ) + (fp_line + (start 4.291 -1.165) + (end 4.291 1.165) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b1a2eef-78f8-4ab7-8431-cb0d37675e6e") + ) + (fp_line + (start 4.331 -1.059) + (end 4.331 1.059) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df7c2fdb-bd3e-44cb-95b0-a0653f6736ff") + ) + (fp_line + (start 4.371 -0.94) + (end 4.371 0.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2f55410-07bd-43ec-bf67-b342f87f06e6") + ) + (fp_line + (start 4.411 -0.802) + (end 4.411 0.802) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f634e5f4-4922-4c6e-bad8-151f0e17391e") + ) + (fp_line + (start 4.451 -0.633) + (end 4.451 0.633) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a422f74-f6f4-4ed4-90e1-fcda74911ed1") + ) + (fp_line + (start 4.491 -0.402) + (end 4.491 0.402) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "047cb0f2-69cb-4186-8b37-0afb842ef8f8") + ) + (fp_circle + (center 1.25 0) + (end 4.52 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "66563f34-8264-4597-b2a2-4a4e897a24ec") + ) + (fp_circle + (center 1.25 0) + (end 4.65 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "87b739b3-2c68-4648-86c6-1975a98c403a") + ) + (fp_line + (start -1.443972 -1.3735) + (end -0.813972 -1.3735) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "284cd5e8-be51-4335-b2b9-d6677f5c4302") + ) + (fp_line + (start -1.128972 -1.6885) + (end -1.128972 -1.0585) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1cddcf46-967e-48aa-b174-a2881509f533") + ) + (fp_circle + (center 1.25 0) + (end 4.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "4ee1a9db-2350-46e7-a416-1370c7ec24d4") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "22cf6884-9073-4296-94f1-fc9fe669ce74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "f80a5aa4-0e54-4a81-8bad-df0515313f12") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "9a0e327f-35d2-462e-ab03-1f167f35e969") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060f06fed") + (at 99.695 57.785 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J1" + (at 1.27 6.1 90) + (layer "B.SilkS") + (uuid "7471cd24-9662-4886-aa3c-e1ccb83e0e32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10 Pos" + (at 1.27 -16.26 90) + (layer "B.Fab") + (uuid "a6e11480-4eba-4412-93e5-7ac51605c66a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae579c6c-9e15-422f-8150-565cedf44041") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e31f7082-e7e0-4326-b643-1e8f52a9fb4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 99.695 57.785 0) + (layer "F.Fab") + (hide yes) + (uuid "97a7e66c-2f47-43c8-ba71-b50a7fe736d1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005fcd165c") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "34ebae96-54ce-45b8-904b-9823cabb97a2") + ) + (fp_line + (start -3.29 -15.37) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "49bd15e3-83d6-4442-97e2-1d0acd0f026c") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "81ab0488-e4df-463f-a24c-6189f028b75e") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "57e01b7c-81e5-4d29-937c-980d2e8b46a7") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "35efbf5f-5546-414f-8d91-fc655077c8d5") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bd1fc0be-7d13-42d9-b3fa-6047e243c5d7") + ) + (fp_line + (start -3.29 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "74f3c627-5db8-4d63-9d7d-a61dd5264c1a") + ) + (fp_line + (start -1.98 -3.03) + (end -3.29 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "145c0007-b324-4527-bd9c-c68b0a46245a") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf3d983f-fc8a-4110-8c2f-c0a555963ed2") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "61b53e3e-38fc-4b9e-9732-7dfe46bd2da2") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "82b919d5-3957-49ad-b247-a22af010be69") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f71e3d4-0c3f-48f4-804f-246d47ed3f51") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "13a3a28b-2c55-4bed-a294-f695b1079d19") + ) + (fp_line + (start 5.83 5.21) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "775a491f-04a6-4581-ae51-701c3c3e0d2a") + ) + (fp_line + (start -3.29 5.21) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc94ec90-99bb-4b30-ba51-18f9b240b42c") + ) + (fp_line + (start 6.22 -15.76) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "16fb606a-7090-4079-9ff7-4d6f86dfcd87") + ) + (fp_line + (start -3.68 -15.76) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6475991b-4ed2-47d0-a905-564b6b044014") + ) + (fp_line + (start 6.22 5.6) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "38387d92-8c3b-4cdb-b357-ac796fa8b13e") + ) + (fp_line + (start -3.68 5.6) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "844da6f9-b18e-44db-8794-3eddf6919a82") + ) + (fp_line + (start 5.72 -15.26) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9fbeb75b-e06e-4d1b-bad3-9a622ad908a8") + ) + (fp_line + (start -3.18 -15.26) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7ad48a54-9687-42eb-9f89-d47dcf21faaa") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "39b023bd-55f3-4cc0-a5ae-f99b95fdf160") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1c732ecf-9aaf-495d-94ce-a98c4727d6d1") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "650c0854-88ff-4849-a6cb-af48266b89e0") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3f0277ac-33d7-4c18-a7c6-65853d6e7d13") + ) + (fp_line + (start -3.18 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c27fb22d-59a9-4bef-8b07-511ef96fb3fa") + ) + (fp_line + (start -1.98 -3.03) + (end -3.18 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f2c754c2-467a-458f-9e41-35b94d7372eb") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "78d737a8-f151-4f47-897f-f124f48e8800") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ff353f86-3fd3-4533-a8ff-d05b64b3fcac") + ) + (fp_line + (start -3.18 4.1) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "17dc40f4-8e31-4188-9662-1f04d89689c1") + ) + (fp_line + (start 5.72 5.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8b49bd97-56c4-4abe-b4e7-d76790afa254") + ) + (fp_line + (start -2.18 5.1) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b81dc2b0-f9ba-43e2-85df-526e62bca904") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 180) + (layer "B.Fab") + (uuid "7836fee4-deed-45cb-b69f-ea184a46f91f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 28 "VN") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "1a8518d2-1d7b-490b-ad0a-d5b636ca9763") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "VN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "15294c6f-64ba-4dad-8573-35d3b5a17a90") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "VP") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "e4874801-a33f-4ea9-bf89-0a3f4a854315") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "VP") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "292ba200-fc81-438a-97ed-4c2a47295878") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "8f706c6e-20f7-4cf4-adff-12cc87551d5c") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "91e973b2-64fa-4c78-a875-0e12dfec903a") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "7ded95a5-6762-4777-9486-49b8fba99f0c") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "ef453be4-f5b2-450b-8bda-dd72607d5ea7") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "2ae32268-674d-49a1-900d-3a7a66382327") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "55f61572-3c5e-4501-b822-03e4fdcb6b18") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 111.4 50.8) + (end 111.4 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "191dfda5-859f-45e2-9f0e-3a829db8a839") + ) + (gr_line + (start 111.4 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "a9a0709d-e19f-4c02-8dd7-7df5c11551ee") + ) + (gr_line + (start 50.8 50.8) + (end 111.4 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ced2d854-f9c4-46ad-a77d-f2f796a07fcf") + ) + (segment + (start 102.108 158.242) + (end 110.910512 149.439488) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "037610ef-2506-4175-9898-79712bbad112") + ) + (segment + (start 99.568 95.504) + (end 99.568 89.194) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "057a5e57-71bb-4c25-837c-4e5f097a0ee6") + ) + (segment + (start 92.075 55.245) + (end 94.615 55.245) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "0bc7c245-8cb7-4eeb-a133-250e4311fada") + ) + (segment + (start 99.909 130.389) + (end 99.909 124.119) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "10e330a8-0072-4e4d-b8c5-7aa512b3e881") + ) + (segment + (start 87.809499 149.807501) + (end 89.027 148.59) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "1a7c9435-5ead-4222-a653-53393bf5f1c4") + ) + (segment + (start 102.108 158.242) + (end 90.424 158.242) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "1d4ba5cb-d3ab-464a-b0d9-6934dc04a0f3") + ) + (segment + (start 90.424 158.242) + (end 89.318058 158.242) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "2221c59d-9985-484e-88bb-4699393e4a10") + ) + (segment + (start 110.350501 73.520501) + (end 94.615 57.785) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "2349ebea-e9fa-4200-a935-4a7eddefdce9") + ) + (segment + (start 90.424 158.242) + (end 87.63 158.242) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "25de8a72-3aec-4a76-8900-489fe75f6689") + ) + (segment + (start 110.910512 145.200512) + (end 110.910512 149.439488) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "3c534f3f-e46d-41ed-b8ee-f386b8670963") + ) + (segment + (start 110.910512 84.748512) + (end 110.910512 94.829488) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "44b8f67c-dcb7-46e9-be8d-a7262d93c33c") + ) + (segment + (start 105.664 150.876) + (end 103.338 150.876) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "482f664f-57c5-463a-8844-2d4b2e2a1878") + ) + (segment + (start 99.909 130.389) + (end 99.909 134.921) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "511f2904-f65a-4af7-841e-0e9901b8e073") + ) + (segment + (start 110.910512 145.629488) + (end 105.664 150.876) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "567659f7-ad8f-4f1f-b39b-4701279f6b86") + ) + (segment + (start 92.075 57.785) + (end 92.075 55.245) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "59138f71-7ceb-4f45-bd10-93241333d1a4") + ) + (segment + (start 99.909 120.229) + (end 99.909 111.252) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "6a716613-404c-48a8-965c-65175ba85f21") + ) + (segment + (start 87.809499 156.733441) + (end 87.809499 149.807501) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "7396d9a3-4387-4a2e-ab35-6df52370824c") + ) + (segment + (start 99.909 134.921) + (end 101.64 136.652) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "79a0b26c-4781-45a4-950c-ce2dd453b624") + ) + (segment + (start 99.909 148.931) + (end 99.909 130.389) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "7ade1dd8-fac6-41fa-996b-cd19566dc61e") + ) + (segment + (start 110.910512 145.200512) + (end 110.910512 145.629488) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "7fec099f-0d9f-4b6a-bc0f-19f7ad733f3f") + ) + (segment + (start 89.318058 158.242) + (end 87.809499 156.733441) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "813413e8-f61c-4b03-8ea7-3a8527c1a46d") + ) + (segment + (start 94.615 55.245) + (end 94.615 57.785) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "88d00378-b77f-4c12-932a-87d67e173815") + ) + (segment + (start 99.909 119.801) + (end 102.616 117.094) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "ad9387f6-1f00-48d8-8c4e-fdb423183d57") + ) + (segment + (start 101.854 150.876) + (end 99.909 148.931) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "adcda1e4-afb0-4ce7-af5d-cdb7bf02961b") + ) + (segment + (start 110.350501 84.188501) + (end 110.350501 73.520501) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "c399e93f-0d4a-4a4e-b956-1095e31f7b2c") + ) + (segment + (start 99.909 124.119) + (end 99.909 120.229) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "c740121f-c022-440c-a0e7-5afba8588fb3") + ) + (segment + (start 99.568 89.194) + (end 99.528 89.154) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "caa6068e-b953-4152-9ab7-0a6f03694e79") + ) + (segment + (start 110.350501 84.188501) + (end 110.910512 84.748512) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "caaa7e32-5a15-4bb6-a48a-2bdd60e74312") + ) + (segment + (start 87.63 158.242) + (end 85.598 156.21) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "df51a9a3-03a3-401f-9ac3-ca6b2934ccdd") + ) + (segment + (start 99.909 120.229) + (end 99.909 119.801) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "e30cb8e8-6931-47e1-9a33-5ab45e447ee0") + ) + (segment + (start 110.910512 94.829488) + (end 110.910512 145.200512) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "e5068e83-6629-4628-864e-174ea4b2aabb") + ) + (segment + (start 110.910512 94.829488) + (end 110.910512 96.734488) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "e82c0f2f-95e1-42d3-ada2-410d2a8c1c3a") + ) + (segment + (start 103.338 150.876) + (end 100.544 153.67) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "e84c5258-9920-42d1-aa82-29c222593d33") + ) + (segment + (start 100.624 124.119) + (end 105.029 128.524) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "ea4e7255-c0fe-4ffa-80f4-f8e7ee3f3c71") + ) + (segment + (start 110.910512 96.734488) + (end 109.22 98.425) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "f370087c-e163-4bb4-a875-efc5833e3fce") + ) + (segment + (start 94.615 57.785) + (end 92.075 57.785) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "f522841d-ef89-44a4-96f8-764752104849") + ) + (segment + (start 105.664 150.876) + (end 101.854 150.876) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "f8510eca-5c69-48ad-ab2f-2018ba2f034f") + ) + (segment + (start 99.909 124.119) + (end 100.624 124.119) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "fb7dff60-4bf7-43c9-841b-8fe689957bfb") + ) + (segment + (start 94.308501 80.428443) + (end 89.535 75.654942) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "0019e9b6-62e4-481a-a73a-428fc688cf28") + ) + (segment + (start 69.81 134.58) + (end 72.39 137.16) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "02b6887c-7975-49a6-93b1-5b2a4ba1b49e") + ) + (segment + (start 68.317971 98.543971) + (end 67.749443 99.112499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "03353d02-247c-4bb9-bf59-0b59b1b92005") + ) + (segment + (start 77.224548 60.71351) + (end 89.14649 60.71351) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "046f7f84-0159-4b9e-bc03-b8c25277a0d9") + ) + (segment + (start 69.81 83.272) + (end 69.81 84.288) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "059945cf-7e0d-4bdb-be33-ca1646f9075a") + ) + (segment + (start 69.81 119.34) + (end 72.39 121.92) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "075b3dee-354a-4f3a-b59a-8db665644ed1") + ) + (segment + (start 61.786999 69.152999) + (end 68.785059 69.152999) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "0bf6bbb2-b66f-4062-bfb9-d31d708ff3d0") + ) + (segment + (start 60.761471 141.787471) + (end 69.81 132.738942) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "0d7ec00e-409f-400f-b3f8-6c960ff61c5b") + ) + (segment + (start 69.81 81.494) + (end 69.81 83.272) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "0da3b6e7-7d2d-4654-b067-204ecb56a15f") + ) + (segment + (start 69.81 94.448) + (end 69.81 96.226) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "0ebb0b0d-ad12-4c2d-9ff8-708f26076452") + ) + (segment + (start 74.430029 63.000029) + (end 72.39 60.96) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "12064599-2efc-4e19-b709-7bd06372d3a2") + ) + (segment + (start 104.648 85.344) + (end 103.259029 86.732971) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "13f95918-f450-48c4-a886-8dba26f305c5") + ) + (segment + (start 63.754 115.57) + (end 61.087 118.237) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "18575504-41e4-4e19-b180-de5825c9702d") + ) + (segment + (start 89.14649 60.71351) + (end 92.075 57.785) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "1a2130d1-35c2-4ed4-9a62-2848390e500d") + ) + (segment + (start 77.224548 60.71351) + (end 74.938029 63.000029) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "1aa32842-e85f-4e25-a5fb-a1f629c40de7") + ) + (segment + (start 68.785059 69.152999) + (end 68.007001 69.152999) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "1c204e55-ef4f-47d6-8efe-83f58793ce82") + ) + (segment + (start 89.535 75.654942) + (end 89.535 60.325) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "1e361d5f-58bd-4977-9708-1cd7723ecf96") + ) + (segment + (start 87.884 70.612) + (end 86.920499 69.648499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "1fd165b5-0c8d-450b-abc8-9b77307a58fb") + ) + (segment + (start 67.31 84.311942) + (end 67.936971 83.684971) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "22f62ace-d264-4094-9441-d371e1d5f3a4") + ) + (segment + (start 69.81 132.04) + (end 69.81 134.072) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "2409d08a-935e-46c6-840c-52d166a8a7f5") + ) + (segment + (start 86.920499 69.648499) + (end 86.920499 62.939501) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "24f4c1a7-4c8c-4f54-b584-289cc66e34c2") + ) + (segment + (start 61.087 68.453) + (end 61.786999 69.152999) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "2b9eaab9-6be8-498b-aa56-c2de39334ad8") + ) + (segment + (start 94.308501 83.237499) + (end 94.308501 83.327441) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "2c032aa4-825e-4fa5-8c61-d8e99069be2c") + ) + (segment + (start 78.157989 138.387921) + (end 78.157989 145.721989) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "315b73ce-c862-49c6-b950-ebcbd22bea5d") + ) + (segment + (start 72.144029 65.794029) + (end 74.938029 63.000029) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "351a45d5-3bdc-4a0f-ac76-a46f0835d20c") + ) + (segment + (start 69.81 132.04) + (end 69.81 132.738942) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "353527be-fa67-410f-a548-0eb4b907dbdd") + ) + (segment + (start 70.874029 67.064029) + (end 72.144029 65.794029) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "383b5fd2-71de-4d8e-b2af-9661843e9ee1") + ) + (segment + (start 75.295034 135.524966) + (end 76.930069 137.16) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "3ab55816-23b3-46fa-99dc-6ffdc2bffeb3") + ) + (segment + (start 69.81 79.796) + (end 69.81 81.494) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "3b452a52-ef8d-46d6-bfda-3fa01761dba8") + ) + (segment + (start 69.81 69.556) + (end 72.644 72.39) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "3be4a2ed-a135-44e9-9428-5d0d84732b32") + ) + (segment + (start 92.075 57.785) + (end 92.075 63.119) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "3cd003dc-be96-4528-8edd-6a3b505b949f") + ) + (segment + (start 68.54 54.61) + (end 69.145501 54.004499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "3f9b4be1-bcf7-47f2-a43f-504144e73b1c") + ) + (segment + (start 98.337499 87.963499) + (end 97.885557 87.963499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "4003611b-4f43-41b9-8e71-05482dc5713f") + ) + (segment + (start 69.81 125.77) + (end 69.81 132.04) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "40a04ca7-d894-48f2-9756-d143b379f51f") + ) + (segment + (start 69.81 69.382) + (end 69.81 68.128058) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "466fe7bd-5057-4c85-b23c-fd1bbe744668") + ) + (segment + (start 72.644 72.39) + (end 74.93 72.39) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "46884027-7a7a-430e-bf45-7d701eaa103c") + ) + (segment + (start 89.662499 98.297501) + (end 88.382999 97.018001) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "479bb1b6-8760-4a16-bd3f-d0a3f454d61c") + ) + (segment + (start 60.761471 141.787471) + (end 59.165942 143.383) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "4806112a-810e-4b78-b79b-ecdc677f45b8") + ) + (segment + (start 69.81 73.62) + (end 72.39 76.2) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "4b460df5-6025-4731-ad7e-ad7fe3a81bb1") + ) + (segment + (start 96.283999 124.858999) + (end 96.283999 119.613001) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "4b55cb5e-9be7-47d0-8edd-6f075a0988a4") + ) + (segment + (start 68.785059 69.152999) + (end 72.144029 65.794029) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "4b9a6005-03fa-4973-a1c2-7288bf7a5082") + ) + (segment + (start 97.409 125.984) + (end 96.283999 124.858999) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "4e39c224-38c4-4044-ae5d-0c913ba59cbc") + ) + (segment + (start 94.308501 83.237499) + (end 94.308501 81.459499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "5145590a-4136-4628-882f-0427839acb6a") + ) + (segment + (start 68.317971 98.543971) + (end 68.317971 99.322029) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "5199ca97-9381-4594-942b-ac8ec7b4a282") + ) + (segment + (start 69.81 73.62) + (end 69.81 79.796) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "55047bf6-f0ea-4cb0-b44d-5497193e3b0e") + ) + (segment + (start 69.81 125.77) + (end 69.81 130.039931) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "57c7c3ea-7fa3-45bd-9ff3-6e706441ea52") + ) + (segment + (start 69.81 84.622) + (end 69.81 91.44) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "58ce9a92-a327-4a8f-bffd-4c61d405c0d2") + ) + (segment + (start 69.81 79.796) + (end 69.81 81.811942) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "5b153fff-8797-41fc-ab75-1589de3db3ef") + ) + (segment + (start 67.31 115.57) + (end 63.754 115.57) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "5b209652-4adb-4afc-823b-5dcabc7afccf") + ) + (segment + (start 69.81 76.2) + (end 69.81 73.62) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "6189b515-c39c-4614-9900-57e9dbc961a3") + ) + (segment + (start 68.317971 99.322029) + (end 67.31 100.33) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "61d0e20d-7efb-4903-b79f-cf23a5b10933") + ) + (segment + (start 95.653002 82.804) + (end 94.308501 81.459499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "6235f477-4a39-4dcc-9a52-3b0cf8d9e36b") + ) + (segment + (start 69.81 97.75) + (end 74.93 102.87) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "62777a3a-eeae-4351-a54f-cd680677c473") + ) + (segment + (start 69.81 84.288) + (end 73.152 87.63) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "62b25139-8d59-4ab3-8195-a53ea9ac48c7") + ) + (segment + (start 69.81 115.864) + (end 69.81 119.34) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "62c5e6df-1c35-4b1d-933e-fbc8869c2451") + ) + (segment + (start 69.81 137.16) + (end 69.81 152.4) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "647939dd-c253-4650-aded-e7b9481df40b") + ) + (segment + (start 69.81 96.226) + (end 69.81 97.75) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "655e8a29-1c6e-4171-89cf-0d644539e0d0") + ) + (segment + (start 69.81 100.116) + (end 69.81 109.006) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "67794ee7-bd83-4dd7-9bab-9d056f1e25a6") + ) + (segment + (start 86.106 104.902) + (end 87.884 103.124) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "6dc81021-6216-47a2-8fd2-fce069e29b06") + ) + (segment + (start 69.81 113.07) + (end 67.31 115.57) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "6f575c44-3a81-408f-85fd-e6f77e24f709") + ) + (segment + (start 56.214 146.334942) + (end 56.214 147.955) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "71abf87f-cc35-4210-b9c8-81edea96be0b") + ) + (segment + (start 74.938029 63.000029) + (end 74.430029 63.000029) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "71ce5774-94a4-48b5-a90a-6d11b4f6ae71") + ) + (segment + (start 103.259029 86.732971) + (end 96.655029 86.732971) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "73eabc12-56fe-4ec9-a792-960bedb2ea2a") + ) + (segment + (start 72.708999 111.904999) + (end 69.81 109.006) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "742d8a2c-5d14-49a5-8c92-6ea77cce5475") + ) + (segment + (start 96.655029 86.732971) + (end 94.308501 84.386443) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "781c97fc-be54-4c90-ab4a-b42652a61742") + ) + (segment + (start 69.81 134.072) + (end 69.81 137.16) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "7dda64db-406a-475d-bc19-8500cf860abe") + ) + (segment + (start 67.31 85.09) + (end 67.31 84.311942) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "7e85b4d8-28dd-4ace-86ef-2cdab8e33dee") + ) + (segment + (start 69.145501 54.004499) + (end 90.834499 54.004499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "7f7c3685-195e-4f3a-a9dd-ae6a464aa8d4") + ) + (segment + (start 92.075 63.119) + (end 102.108 73.152) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "827f9022-d305-447a-a856-eeef520a8ada") + ) + (segment + (start 69.81 88.86) + (end 72.39 91.44) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "857c8321-af78-4d77-9a6f-d345767e1a75") + ) + (segment + (start 69.333971 82.287971) + (end 67.936971 83.684971) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "859c9715-508d-43e6-b380-d5af2edacd13") + ) + (segment + (start 91.402942 86.233) + (end 90.297 86.233) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "85c7abe4-8662-4688-b091-e87738d4a59f") + ) + (segment + (start 90.678 51.308) + (end 94.615 55.245) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "894745ab-d853-486c-9ed7-2e5019d03234") + ) + (segment + (start 75.295034 135.524966) + (end 78.157989 138.387921) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "8b52e9f0-6d46-46e6-a892-bfeeb16f01ea") + ) + (segment + (start 88.382999 88.147001) + (end 90.297 86.233) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8d683df9-14a0-4ed0-a198-387be5db3fc7") + ) + (segment + (start 69.81 104.1) + (end 72.39 106.68) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "8dae6595-3a9f-49c3-aefc-fd139c5b4c87") + ) + (segment + (start 80.916999 111.904999) + (end 72.708999 111.904999) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8dc671a8-3ca5-4a5c-a5e8-ee681013b8de") + ) + (segment + (start 61.087 83.82) + (end 67.801942 83.82) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "8f8fc05c-b785-482f-9379-bf14db569a7c") + ) + (segment + (start 58.42 54.61) + (end 61.722 51.308) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "936e58c6-67d1-4586-aee2-b81c939a8b17") + ) + (segment + (start 76.962 104.902) + (end 86.106 104.902) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "96c828b3-2e53-4da1-8b16-3f5c526800ac") + ) + (segment + (start 94.308501 81.459499) + (end 94.308501 80.428443) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "9769c1f4-f8b4-472a-9c74-e044727882a4") + ) + (segment + (start 68.007001 69.152999) + (end 67.31 69.85) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "98f0739e-50fa-42f3-b57c-31126b054e56") + ) + (segment + (start 99.528 89.154) + (end 98.337499 87.963499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "9efecd4a-6bd7-4d29-a05d-22510e5acf1a") + ) + (segment + (start 81.788 137.16) + (end 84.328 134.62) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "9f32c03c-5ae6-4101-8e07-770072f65cc0") + ) + (segment + (start 68.785059 69.152999) + (end 70.874029 67.064029) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "9f633927-6ed9-414b-b0f5-1813f85a545e") + ) + (segment + (start 69.81 84.622) + (end 69.81 88.86) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "a0617738-c8ea-4ad2-a6ef-9def0415df59") + ) + (segment + (start 69.81 97.051942) + (end 68.317971 98.543971) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "a1a08228-850d-47bf-98aa-3a0b2ab43df5") + ) + (segment + (start 96.283999 119.613001) + (end 89.662499 112.991501) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "a720301e-c2af-47d2-bf1b-75df31d78423") + ) + (segment + (start 69.81 91.44) + (end 69.81 94.448) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "b0efe7d3-9212-47be-9c51-097842175d1a") + ) + (segment + (start 69.81 83.272) + (end 69.81 84.622) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "b270eefb-df07-4115-9109-4eeeaba80960") + ) + (segment + (start 69.81 94.448) + (end 69.81 100.116) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "b479c58b-ac9b-4460-9902-e3b80b27da1e") + ) + (segment + (start 78.157989 145.721989) + (end 79.248 146.812) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "b4faa511-cc6f-4f3c-a0d4-6ff8d3110b0e") + ) + (segment + (start 69.81 112.054) + (end 69.81 113.07) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "b556f9f2-e0a1-45c7-9f2d-2f5a495da182") + ) + (segment + (start 97.885557 87.963499) + (end 96.655029 86.732971) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "b63941ad-b337-4a03-b81f-0d3e58e84413") + ) + (segment + (start 69.81 115.864) + (end 69.81 125.77) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "bec2b460-4283-4d64-b01c-ecafdf617cb3") + ) + (segment + (start 69.81 109.006) + (end 69.81 112.054) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "c183d7d8-d8e4-46a9-9a81-7b32d4aa206c") + ) + (segment + (start 69.81 68.128058) + (end 70.874029 67.064029) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "c4287ce2-51eb-46e4-8ed6-4bd0f78307fe") + ) + (segment + (start 97.028 82.804) + (end 95.653002 82.804) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "c56240bd-375c-4bb6-b877-1fed2bbc6652") + ) + (segment + (start 69.81 96.226) + (end 69.81 97.051942) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "c7df94bc-85d3-4cf4-8b1e-2fb3431882eb") + ) + (segment + (start 89.535 60.325) + (end 92.075 57.785) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "cb7c1bf8-fe0d-4a82-8ea3-0ec82678faa0") + ) + (segment + (start 74.93 102.87) + (end 76.962 104.902) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "cbae763b-f6d3-40c5-92cc-56f1d047b39d") + ) + (segment + (start 86.36 117.348) + (end 80.916999 111.904999) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "ccbac5b4-20d1-42ea-9895-b2f5aac9550d") + ) + (segment + (start 69.81 69.382) + (end 69.81 69.556) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "d0da4175-2829-441a-b288-c6da5a542a9f") + ) + (segment + (start 69.81 134.072) + (end 69.81 134.58) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "d409fe59-bf6d-4b6b-a426-4a15c729ae59") + ) + (segment + (start 94.308501 84.386443) + (end 94.308501 83.237499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "d67766a2-1afe-489f-a7c9-bdc5e2820e7b") + ) + (segment + (start 86.920499 62.939501) + (end 89.535 60.325) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "d7091425-9383-4e95-a860-0ff67491a539") + ) + (segment + (start 88.382999 97.018001) + (end 88.382999 88.147001) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "dc63f320-2ee5-4ca5-b94f-6f8c727b41a0") + ) + (segment + (start 67.936971 83.684971) + (end 67.801942 83.82) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "df949f49-2362-4be6-91e9-64edf5a69bad") + ) + (segment + (start 89.662499 112.991501) + (end 89.662499 98.297501) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "e03c1d41-d801-4117-bb46-fd7d319cceaf") + ) + (segment + (start 73.152 87.63) + (end 74.93 87.63) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "e819c356-48d2-4eb7-8146-82cc650fc0ed") + ) + (segment + (start 94.308501 83.327441) + (end 91.402942 86.233) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "e8d66d32-af99-47a5-806c-ded48b5ddcfd") + ) + (segment + (start 60.761471 141.787471) + (end 56.214 146.334942) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "ed0e4ef4-1c96-4d22-8d3d-8ac450621398") + ) + (segment + (start 76.930069 137.16) + (end 81.788 137.16) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "ef7fbd64-7227-4d3b-b5eb-6833c5e854e3") + ) + (segment + (start 69.81 112.054) + (end 69.81 115.864) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f217f4b9-5ce5-4686-9f08-910aadaf0246") + ) + (segment + (start 90.834499 54.004499) + (end 92.075 55.245) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f65fda7a-1f62-4029-8bc1-e748470fb599") + ) + (segment + (start 90.297 86.233) + (end 87.884 86.233) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f6da7850-c098-4083-a9e4-c00578f37151") + ) + (segment + (start 69.81 81.811942) + (end 69.333971 82.287971) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f739ab93-ef3c-4797-b213-6aef802bf373") + ) + (segment + (start 67.801942 83.82) + (end 69.333971 82.287971) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f79bf3bc-2e96-4525-966e-40bb877ebb91") + ) + (segment + (start 67.749443 99.112499) + (end 57.605501 99.112499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f7fdfb58-c3ab-4c45-b636-789505279479") + ) + (segment + (start 57.605501 99.112499) + (end 56.515 100.203) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f88a5069-63d9-435b-8081-861deb08c329") + ) + (segment + (start 69.81 100.116) + (end 69.81 104.1) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f969e979-ad38-48a3-802f-c549e8520d34") + ) + (segment + (start 61.722 51.308) + (end 90.678 51.308) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "fb4d8361-21aa-4272-9f2e-73db3a16f442") + ) + (segment + (start 59.165942 143.383) + (end 56.007 143.383) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "fc3ffcac-9d87-4401-af99-7923299ea280") + ) + (segment + (start 69.81 130.039931) + (end 75.295034 135.524966) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "febdd8d8-5d78-4254-9c77-500d21533b7e") + ) + (segment + (start 69.81 73.62) + (end 69.81 69.382) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "fff98258-d3d8-4f61-ba1c-1a7cf4fe4cb8") + ) + (segment + (start 73.739499 103.711499) + (end 73.739499 105.529499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "0736e5e0-2299-472a-8dc4-d9fe8c7874da") + ) + (segment + (start 100.838 92.456) + (end 100.838 109.786956) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "08fda12e-b1a8-4a77-8a3e-a34a5eafe451") + ) + (segment + (start 102.068 95.504) + (end 102.068 96.861) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "0f1bb693-f7df-4866-ac4d-0cea45ca9a50") + ) + (segment + (start 73.739499 103.711499) + (end 73.739499 118.189499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "154e7835-0ce2-4079-9f4e-8d9cc1983620") + ) + (segment + (start 74.89 137.16) + (end 73.8047 136.0747) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "16118b86-8e60-4d14-9a46-23fff50dff1a") + ) + (segment + (start 74.89 106.68) + (end 74.9 106.68) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1927b232-87b2-4c76-ba11-b7081a6cd195") + ) + (segment + (start 105.116 117.094) + (end 105.116 120.817) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "1d3e93b2-3b9c-48d2-b368-c4459ee57a69") + ) + (segment + (start 68.992443 55.800501) + (end 73.524971 60.333029) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "1eb5974c-dbd5-49ca-93d7-54c2b8b3dfc4") + ) + (segment + (start 73.739499 118.189499) + (end 73.739499 136.009499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "2692b6f5-f023-4aed-b1e6-65d855039b78") + ) + (segment + (start 100.838 94.274) + (end 102.068 95.504) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "2870f465-d9a7-4640-b260-0ab8126bd577") + ) + (segment + (start 74.89 64.73) + (end 74.93 64.77) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "2f26aeb1-ce31-44a7-85f5-5b6586855e40") + ) + (segment + (start 74.9 106.68) + (end 74.9 109.3347) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "31e3d69d-d124-4eb2-aa26-f403042a0d99") + ) + (segment + (start 106.219501 134.572499) + (end 104.14 136.652) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "39fad93f-6088-4ed7-b8dc-29a243dcfd94") + ) + (segment + (start 104.999522 113.948478) + (end 106.219501 115.168457) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "3e2ea4b5-eca8-42e5-ba72-a323ac5729f2") + ) + (segment + (start 74.89 140.803) + (end 75.057 140.97) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "3e53266d-e970-4905-ba70-a8759214586c") + ) + (segment + (start 73.739499 75.049499) + (end 74.89 76.2) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "4a487771-bcd7-4c12-a0a1-c6dc09e98698") + ) + (segment + (start 104.608 73.152) + (end 104.608 77.684) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "4b7f68ed-72de-4645-9f55-ab22dd061697") + ) + (segment + (start 74.89 60.96) + (end 74.89 64.73) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "561bb6a3-a05f-4926-b7c0-f77896bf4b97") + ) + (segment + (start 105.116 120.817) + (end 105.029 120.904) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "56385039-9942-4dff-ac7b-b6020d693216") + ) + (segment + (start 74.89 121.92) + (end 74.89 125.817) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "58c0a3ea-4b9d-46f4-87b8-d143f2b4cfda") + ) + (segment + (start 104.999522 113.948478) + (end 104.999522 116.977522) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "5d9a3393-1157-4ff3-8a96-d0cd36bd0f4b") + ) + (segment + (start 73.524971 60.333029) + (end 73.739499 60.547557) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "60e4f32a-a8c5-4914-82a8-17b4340bf5d3") + ) + (segment + (start 74.89 95.21) + (end 74.93 95.25) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "63ed83e8-c22c-4043-8bfb-a15fe715b6ab") + ) + (segment + (start 73.739499 136.009499) + (end 74.89 137.16) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "64b07616-0475-489d-b91b-f47129ea0fba") + ) + (segment + (start 73.739499 72.977499) + (end 73.739499 75.049499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "68744642-ed0c-4d55-bbc1-f5cbc29abf4e") + ) + (segment + (start 104.608 77.684) + (end 104.648 77.724) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "69a165e7-06db-4440-997d-c80bbc064049") + ) + (segment + (start 101.814 70.358) + (end 104.608 73.152) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "6eba9916-7e6b-4a56-9727-de91d16ab6f5") + ) + (segment + (start 67.230501 55.800501) + (end 68.992443 55.800501) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "6f572aac-4625-457e-a1e4-333f881930b4") + ) + (segment + (start 74.89 125.817) + (end 74.93 125.857) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "7d2f3893-a336-4b98-8ee6-815cc9289e03") + ) + (segment + (start 66.04 54.61) + (end 67.230501 55.800501) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "7d9cceba-b06d-4a37-98aa-2d36682d9cfa") + ) + (segment + (start 85.76199 57.05999) + (end 85.573056 57.05999) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "7f2c960f-48cf-4a13-b51c-1597b7fa3ade") + ) + (segment + (start 73.739499 85.264501) + (end 73.739499 103.711499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "8477ceef-8851-4183-b836-c2a923926599") + ) + (segment + (start 74.89 91.44) + (end 74.89 95.21) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "89d5aba7-833c-46ee-b5cc-fd3fb9296978") + ) + (segment + (start 106.219501 115.168457) + (end 106.219501 134.572499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "8af3d808-7bc7-43b1-9c36-1c78d64fe5a4") + ) + (segment + (start 73.739499 60.547557) + (end 73.739499 72.977499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "8e909e07-754f-44ea-a290-8e2960b35484") + ) + (segment + (start 74.89 76.2) + (end 74.89 79.97) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "9155d10d-2d48-43a2-8a3d-37a0943f401a") + ) + (segment + (start 73.739499 85.264501) + (end 73.739499 90.289499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "94e64aa6-a76e-42a7-b2ae-d6359665b623") + ) + (segment + (start 74.263029 60.333029) + (end 74.89 60.96) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "9bf2a2f4-e0e6-446d-8e1f-da1476f94be9") + ) + (segment + (start 102.068 96.861) + (end 105.029 99.822) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "a1822242-7e7d-4447-ae97-58bcb8a4f1e3") + ) + (segment + (start 99.06 70.358) + (end 85.76199 57.05999) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "a1ddd07f-7978-4303-bd5e-fd9140236ebd") + ) + (segment + (start 99.06 70.358) + (end 100.838 72.136) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "a277d1e5-8eef-4a64-b9f8-152af7dad4c2") + ) + (segment + (start 104.14 136.652) + (end 104.14 140.716) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "aa9358e8-68ed-4860-8ba6-35559cdc5f4b") + ) + (segment + (start 74.89 137.16) + (end 74.89 140.803) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "baf62bac-9eb1-4845-bcf1-c5737e2b79b0") + ) + (segment + (start 100.838 72.136) + (end 100.838 92.456) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "cf1509e5-7267-4736-98f4-457510552a0a") + ) + (segment + (start 73.739499 105.529499) + (end 74.89 106.68) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d22e1382-4945-47cb-bbec-16ac9c870956") + ) + (segment + (start 99.06 70.358) + (end 101.814 70.358) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d2a4a685-5b39-45fe-9824-43f8d60dbb08") + ) + (segment + (start 73.524971 60.333029) + (end 74.263029 60.333029) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d35b9d68-7836-4682-8de8-07ef64b63257") + ) + (segment + (start 73.739499 90.289499) + (end 74.89 91.44) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d3d2f9ea-e46e-4f34-9c31-024fa10859c0") + ) + (segment + (start 74.89 106.68) + (end 74.89 110.45) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d41671cf-eb2e-40d2-a90c-e7b3a31433b5") + ) + (segment + (start 100.838 109.786956) + (end 104.999522 113.948478) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d523e788-be80-45db-b061-012eac3b4442") + ) + (segment + (start 73.739499 120.769499) + (end 74.89 121.92) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "e0bdfc56-d19f-4cbc-82c4-c3ebdb124847") + ) + (segment + (start 74.9 109.3347) + (end 74.93 109.3647) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e0e5144f-7c24-44ba-8f0b-d29a659ea620") + ) + (segment + (start 74.89 110.45) + (end 74.93 110.49) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "e2ac8902-96a0-486a-8c2e-025cc515f22a") + ) + (segment + (start 74.89 79.97) + (end 74.93 80.01) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "f07ebebc-3038-4e39-9727-9c7b9b2cdf5c") + ) + (segment + (start 73.739499 72.977499) + (end 73.739499 85.264501) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "f0c51871-90c6-4c17-b0ab-b1cc32f424cd") + ) + (segment + (start 73.739499 118.189499) + (end 73.739499 120.769499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "f2fb32cc-19ff-4f96-9699-922bdcb6df5f") + ) + (segment + (start 74.93 110.49) + (end 74.93 109.3647) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "f463ca45-243f-4008-b691-ef338cd7061f") + ) + (segment + (start 104.999522 116.977522) + (end 105.116 117.094) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "f72bf34a-634d-42c1-bc33-a83a0b08d7b3") + ) + (segment + (start 100.838 92.456) + (end 100.838 94.274) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "faa836ae-3c90-4747-88f8-4d994b948d8b") + ) + (via + (at 85.573056 57.05999) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "377b73a7-f5cb-4e74-86c8-e5d189e847a9") + ) + (segment + (start 67.1653 54.61) + (end 67.1653 54.8913) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "04c41233-12fb-4aef-8c1a-dcb237893292") + ) + (segment + (start 66.04 54.61) + (end 67.1653 54.61) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "1026e333-7177-4230-8e61-76e9148747d7") + ) + (segment + (start 69.043 56.769) + (end 74.168 56.769) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "1b2136c1-447f-45da-b6fa-1fca3d171e76") + ) + (segment + (start 66.04 54.61) + (end 69.289501 57.859501) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "3f41e0db-b8a2-41f0-a9bb-dfa180248460") + ) + (segment + (start 67.1653 54.8913) + (end 69.043 56.769) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "45de15dc-56e9-4965-bdce-8525b7669c0e") + ) + (segment + (start 79.771441 57.859501) + (end 80.570952 57.05999) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "5cb6bb79-9d87-4369-8ceb-cbfb07032abb") + ) + (segment + (start 69.289501 57.859501) + (end 79.771441 57.859501) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "6bc23580-c4c8-4b42-bc3b-02889d82f170") + ) + (segment + (start 80.570952 57.05999) + (end 85.573056 57.05999) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "8b9dfc24-db85-4ab5-bcb8-845fb29c8bde") + ) + (segment + (start 97.409 128.524) + (end 97.409 132.842) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "0106dcbc-c0ed-46da-96c7-92600e86fa2f") + ) + (segment + (start 97.409 132.842) + (end 97.536 132.969) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "0a32887f-d9db-4c88-8996-76a137aba03b") + ) + (segment + (start 98.218501 73.416443) + (end 98.218501 87.201499) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "0b32adbb-337a-4c32-9946-454249038166") + ) + (segment + (start 67.31 152.4) + (end 67.31 148.717) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "1295b07f-09bf-4e3a-ac32-55e6544ba8b9") + ) + (segment + (start 98.218501 98.328599) + (end 98.718499 98.828597) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "1326b930-17c3-4446-903d-adeb8a4a0e77") + ) + (segment + (start 99.06 126.238) + (end 99.06 126.873) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "14279dc6-5c4e-4f5a-a3ef-0eb2650f084e") + ) + (segment + (start 68.58 118.11) + (end 68.58 133.858) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "157802db-f197-4a9d-8fa1-6ef740681790") + ) + (segment + (start 68.58 90.17) + (end 67.31 91.44) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "19b1c294-479e-4f01-9ab4-3a81d4642861") + ) + (segment + (start 67.31 87.63) + (end 67.31 91.44) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "1a995219-333a-4bd3-9799-f6dc5afc452c") + ) + (segment + (start 68.58 87.63) + (end 68.58 90.17) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "1fd6f8b1-6366-4d93-88c2-c3ae17157188") + ) + (segment + (start 60.92 54.61) + (end 68.58 62.27) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "2339a43c-54e8-4478-96d5-9161161a0bf3") + ) + (segment + (start 98.044 149.86) + (end 96.52 148.336) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "2d452687-ed0a-4991-9684-622f1fb174a7") + ) + (segment + (start 98.845499 152.868501) + (end 98.044 153.67) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "311ea206-7ad0-4bf7-81d5-f48433f73f60") + ) + (segment + (start 68.58 102.362) + (end 68.58 118.11) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "32ce476a-f441-4ec1-bb0c-4eb6587223c8") + ) + (segment + (start 97.409 107.442) + (end 97.409 111.252) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "33d543e8-cd2d-4f4b-b100-1d5f86857ebe") + ) + (segment + (start 68.58 69.342) + (end 68.58 87.63) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "3588b13f-85e4-449b-81ba-4e5057edb2c8") + ) + (segment + (start 99.06 112.268) + (end 99.06 126.238) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "37132869-d5e1-4305-8f25-001dc46964c9") + ) + (segment + (start 98.718499 109.307501) + (end 98.718499 109.942501) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "3786570a-dde5-4e52-9dbe-5d173672680d") + ) + (segment + (start 67.31 148.717) + (end 67.437 148.59) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "379b3941-994f-40ef-a784-0eb9e8c73afd") + ) + (segment + (start 69.208512 150.501488) + (end 67.31 152.4) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "37bff5f3-5030-4167-b213-1ca004023a6b") + ) + (segment + (start 67.31 102.87) + (end 67.31 106.68) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "3c5da039-7dd6-4c0b-a563-01b37c3c4e24") + ) + (segment + (start 68.58 105.41) + (end 67.31 106.68) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "3e64b930-6456-4358-bc4d-6ba13f2d57ef") + ) + (segment + (start 98.845499 130.516501) + (end 98.845499 152.868501) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "433db8ae-34f7-4b19-98b3-0d681235c5a3") + ) + (segment + (start 98.718499 109.307501) + (end 98.718499 111.926499) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "47f88ce9-ad76-4418-8926-ba72a64826b4") + ) + (segment + (start 98.718499 111.926499) + (end 99.06 112.268) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "4fa46398-2e82-4c24-919c-881f922ef188") + ) + (segment + (start 98.718499 109.942501) + (end 97.409 111.252) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "531be8fc-df32-4193-8b74-35d47c1a832d") + ) + (segment + (start 67.31 137.16) + (end 67.31 133.477) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "5624be2f-d658-44ef-8f28-2c65d015e879") + ) + (segment + (start 68.58 120.65) + (end 67.31 121.92) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "5da22e57-76c2-462c-87a0-7340e98a4a81") + ) + (segment + (start 62.444 53.086) + (end 77.888058 53.086) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "5e544288-3347-4397-9237-7cadcb7d328c") + ) + (segment + (start 99.06 130.302) + (end 98.845499 130.516501) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "69559e0a-b702-4dc8-91fe-42f4727eb7cb") + ) + (segment + (start 98.218501 87.201499) + (end 98.218501 87.963499) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "7654ed04-8336-40c9-95f8-72a54a6d0f99") + ) + (segment + (start 68.58 139.198956) + (end 69.077512 139.696468) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "79847127-9649-47a1-b58f-d47ec9eb1baf") + ) + (segment + (start 68.58 118.11) + (end 68.58 120.65) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "7fb68b65-c1f7-492d-b04b-cb1bc8f351ba") + ) + (segment + (start 68.58 69.342) + (end 68.58 74.93) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "8a14f7da-3231-4f58-9740-0d4b67ba0cbf") + ) + (segment + (start 98.044 153.67) + (end 98.044 149.86) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "9380fb25-d74a-46c0-8b9a-a252e637d4d4") + ) + (segment + (start 68.58 102.362) + (end 68.58 105.41) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "94582454-d25f-43ae-8687-4cb2834eaca6") + ) + (segment + (start 68.58 133.858) + (end 68.58 139.198956) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "9a16f67f-39c5-4a9f-981f-45ba4c09bd6e") + ) + (segment + (start 69.077512 145.106897) + (end 69.208512 145.237897) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "9a2f214d-32f1-4a78-816d-a4d408fdaf64") + ) + (segment + (start 68.58 62.27) + (end 68.58 69.342) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "9cbcf51a-7667-40db-84d9-4d99e192f37c") + ) + (segment + (start 98.218501 87.201499) + (end 98.218501 98.328599) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "a2309207-6e41-4233-9fd6-c06b3fc2d5d5") + ) + (segment + (start 68.58 74.93) + (end 67.31 76.2) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "a28894d9-c556-4112-935b-5691be3705f7") + ) + (segment + (start 99.06 126.238) + (end 99.06 130.302) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "a90df431-bc84-45a6-8a59-0ec222728d39") + ) + (segment + (start 69.077512 139.696468) + (end 69.077512 145.106897) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "aa4bf071-e420-49d8-8079-0aefc7de1f02") + ) + (segment + (start 98.718499 98.828597) + (end 98.718499 109.307501) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "ac9c70a4-7c9d-4758-b433-063a4a5cdaeb") + ) + (segment + (start 60.92 54.61) + (end 62.444 53.086) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "ad0690ce-14df-4000-9cc6-59b6a97ce4de") + ) + (segment + (start 68.58 87.63) + (end 68.58 102.362) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "af4d8c9c-cab6-4f26-9a88-807b0661d7e6") + ) + (segment + (start 98.218501 87.963499) + (end 97.028 89.154) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "b020e075-214c-40fa-bbec-e9a4b5d0ce1f") + ) + (segment + (start 69.208512 145.237897) + (end 69.208512 150.501488) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "d1b37d73-b285-420d-8b5f-5971f68b1ce4") + ) + (segment + (start 99.06 126.873) + (end 97.409 128.524) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "d849bc6d-f4ad-49f2-a222-d77650d1e70e") + ) + (segment + (start 97.028 89.154) + (end 97.028 85.344) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "dbab968a-9851-415c-98a0-6884e157ca08") + ) + (segment + (start 67.31 121.92) + (end 67.31 118.11) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "de67489d-520c-4c8d-a1da-1f511287168a") + ) + (segment + (start 68.58 133.858) + (end 68.58 135.89) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "f542ab55-1437-4117-921e-62b73fe5c1d3") + ) + (segment + (start 68.58 135.89) + (end 67.31 137.16) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "f5a888be-cb46-4124-8ce1-78708e60f9f8") + ) + (segment + (start 67.31 76.2) + (end 67.31 72.39) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "fac07ad5-03c0-4c96-aed9-33a379db8006") + ) + (segment + (start 77.888058 53.086) + (end 98.218501 73.416443) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "fec550ca-4bb6-435c-a2c8-5bedfa1f83eb") + ) + (segment + (start 60.92 54.61) + (end 62.698 52.832) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "38feb0e9-13ea-4a81-b661-20424d327d2d") + ) + (segment + (start 62.698 52.832) + (end 74.168 52.832) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "55127bf1-3d1a-47a9-a7dc-12acafa9c5c7") + ) + (segment + (start 66.802 64.262) + (end 67.31 64.77) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "064d310d-6fd1-41e8-a89e-ad4327859227") + ) + (segment + (start 60.061999 70.983999) + (end 61.214 72.136) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "5d1b69a5-db7d-40db-8fdb-b7987934d959") + ) + (segment + (start 61.087 64.77) + (end 60.061999 65.795001) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "a3b6f6a6-d135-409a-8b79-9ae22679df60") + ) + (segment + (start 64.262 64.262) + (end 66.802 64.262) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "bece0b6e-7005-4d7a-9174-971080e1a395") + ) + (segment + (start 60.061999 65.795001) + (end 60.061999 70.983999) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "cd03b06a-6e7b-4dc3-a0fe-b914d36c7410") + ) + (segment + (start 61.087 64.262) + (end 64.262 64.262) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "e035dbd0-2d49-49c9-b00d-1ab9b5ac6a0e") + ) + (segment + (start 64.262 73.914) + (end 64.262 67.31) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "773bfe2e-509f-4216-9c38-096c9a0c321b") + ) + (segment + (start 61.214 76.962) + (end 64.262 73.914) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "bfa00102-b802-42c7-be90-217895fc66ea") + ) + (segment + (start 64.262 67.31) + (end 67.31 67.31) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "fbeafa5f-d312-4432-a429-9b9272126ade") + ) + (segment + (start 79.375 67.183) + (end 82.931 67.183) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "0a88b83d-2eaa-44af-a0ef-dde90d9db037") + ) + (segment + (start 79.248 74.168) + (end 78.2171 73.1371) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "5db8bde8-ff02-49d9-8493-0a2bf57b19f8") + ) + (segment + (start 78.2171 68.3409) + (end 79.248 67.31) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "83ca1f91-8518-4e74-b2ce-240e9eab9510") + ) + (segment + (start 79.248 67.31) + (end 79.375 67.183) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "edf8e837-44a4-4b05-af46-ecb7083174d5") + ) + (segment + (start 78.2171 73.1371) + (end 78.2171 68.3409) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "fb394cf0-9985-45d6-bfdf-158d84c923f9") + ) + (segment + (start 74.93 67.31) + (end 79.248 67.31) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "c25ef9bb-2560-4cdc-9bbf-7851d7b947f2") + ) + (segment + (start 79.248 69.85) + (end 79.248 70.8753) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "46e5a48a-4f29-40f0-8dd3-49db3890e788") + ) + (segment + (start 79.248 70.8753) + (end 80.5761 72.2034) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "46f4b485-5361-4dd2-a271-159da7441282") + ) + (segment + (start 80.5761 77.6659) + (end 79.248 78.994) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "5cd5df00-5cc4-4c77-9f8b-3ba032484438") + ) + (segment + (start 80.5761 72.2034) + (end 80.5761 77.6659) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "9be830e9-5094-4a5b-ac1f-e55824dca1c6") + ) + (segment + (start 74.93 69.85) + (end 79.248 69.85) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "3906e664-0987-4d3b-960b-fa407c53c444") + ) + (segment + (start 64.389 80.01) + (end 64.262 80.137) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "13875121-69d9-4e8a-bd30-e02a53f0694c") + ) + (segment + (start 67.31 80.01) + (end 64.389 80.01) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "42d2afc9-a1b7-4338-a284-f96a39927d1d") + ) + (segment + (start 61.087 80.518) + (end 60.061999 81.543001) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "794e1ce8-bf4d-498d-be42-a996e547442b") + ) + (segment + (start 61.468 80.137) + (end 61.087 80.518) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "8515509f-ecd3-4fa4-897c-a6c0b0e2354c") + ) + (segment + (start 60.061999 90.795999) + (end 61.214 91.948) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "c4f99b2b-1fc0-4cdf-9080-55fad19d9765") + ) + (segment + (start 60.061999 81.543001) + (end 60.061999 90.795999) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "f3ef2b5e-1cdc-4bc7-95cd-068a99db1252") + ) + (segment + (start 64.262 80.137) + (end 61.468 80.137) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "fc341cda-c07a-4579-9369-c2008eb81d0d") + ) + (segment + (start 61.214 85.725) + (end 64.262 82.677) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "625f6c43-e640-43dc-ad64-59c8d270eb65") + ) + (segment + (start 67.183 82.677) + (end 67.31 82.55) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "c093a15b-f375-44c1-a666-d1d5220b1c81") + ) + (segment + (start 61.214 87.63) + (end 61.214 85.725) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "c83f6c50-2ada-4ba1-b10d-8e543e9cf76a") + ) + (segment + (start 64.262 82.677) + (end 67.183 82.677) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "f341ed2f-e0f3-459e-aa4e-c3e4b7b9caa4") + ) + (segment + (start 79.629 90.043) + (end 80.1954 89.4766) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "1c9ba1a3-4aa9-4c27-9952-a52d4b83cd17") + ) + (segment + (start 80.1954 83.6244) + (end 81.6026 83.6244) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "2e0ba002-a436-48e0-939b-a1e688a73b3f") + ) + (segment + (start 80.1954 83.6244) + (end 79.121 82.55) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "5d48169e-0c19-4dfd-8acf-4aa72db92247") + ) + (segment + (start 81.6026 83.6244) + (end 82.804 82.423) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "a2c66002-6544-4552-a257-3db23f84769d") + ) + (segment + (start 80.1954 89.4766) + (end 80.1954 83.6244) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "d73afd1a-078f-41b0-826b-5ffe10563b64") + ) + (segment + (start 74.93 82.55) + (end 79.121 82.55) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "110114c3-875f-4279-8464-85e3e0944ac7") + ) + (segment + (start 79.756 96.012) + (end 78.421 94.677) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "327a9812-77ce-4ae4-a75a-00f8e1b56d03") + ) + (segment + (start 78.421 94.677) + (end 78.421 85.79) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "58e34869-ff08-477e-96c5-732c294b147a") + ) + (segment + (start 74.93 85.09) + (end 79.121 85.09) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "82c18caf-6108-4024-8c0d-43382e22eddd") + ) + (segment + (start 78.421 85.79) + (end 79.121 85.09) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "9dfad2d4-237c-4dc8-ad2a-95999cd6e855") + ) + (segment + (start 109.22 133.237002) + (end 109.22 125.476) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "7ad67669-12ea-4e15-b29e-4dafce2d1c73") + ) + (segment + (start 104.281002 138.176) + (end 109.22 133.237002) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "8c228163-99e9-4688-872d-b1c607ee9d9c") + ) + (segment + (start 105.537 125.476) + (end 105.029 125.984) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "dd300ea4-216f-49bf-9078-21698bef4e50") + ) + (segment + (start 109.22 125.476) + (end 105.537 125.476) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "e342e30d-2be3-4c42-a7c6-5cabadecd738") + ) + (segment + (start 91.948 138.176) + (end 104.281002 138.176) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "ef5472f2-56f6-4892-bee6-6b1a6879e0cd") + ) + (segment + (start 92.964 127.508) + (end 89.662 130.81) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "50129e6a-ee96-407c-be68-d3ea680a7b77") + ) + (segment + (start 97.409 123.444) + (end 95.504 123.444) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "6b7d5336-7647-4549-a293-403186e7aa0d") + ) + (segment + (start 92.964 125.984) + (end 92.964 127.508) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "8b0defd7-c5ab-4538-bef6-a487a01da84f") + ) + (segment + (start 95.504 123.444) + (end 92.964 125.984) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "ac5c0a06-a1de-4b79-9406-4045d349f210") + ) + (segment + (start 58.6492 101.8292) + (end 61.214 104.394) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "56fcd0fd-5a58-4bbd-b7ac-caaa2bf9483b") + ) + (segment + (start 59.69 95.123) + (end 58.6492 96.1638) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "68febd7f-120b-4ef3-a113-8ceb32324662") + ) + (segment + (start 58.6492 96.1638) + (end 58.6492 101.8292) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "6b1eab5a-504e-4dee-8477-c684d8342eab") + ) + (segment + (start 63.246 95.25) + (end 63.119 95.123) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "13f86285-4e79-4321-87ce-da421aca8176") + ) + (segment + (start 59.69 95.123) + (end 63.119 95.123) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "5a8c9089-c6c6-4bd5-b669-c5fb76afe52b") + ) + (segment + (start 67.31 95.25) + (end 63.246 95.25) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "73d98b2d-43a0-46e2-9145-481a41cfc44e") + ) + (segment + (start 64.262 97.79) + (end 64.262 107.442) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "358aa76e-16f7-46c1-8efa-e9a0ca4ccd28") + ) + (segment + (start 64.262 97.79) + (end 67.31 97.79) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "41cf13e8-064d-4768-b66f-f43d69c2818a") + ) + (segment + (start 64.262 107.442) + (end 61.214 110.49) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "91d94bf8-16e7-48c4-8821-f861f4e3cb71") + ) + (segment + (start 80.555999 101.383999) + (end 79.502 100.33) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "42f1611e-4d66-47cf-84ad-4f00a34dcd12") + ) + (segment + (start 80.555999 106.515001) + (end 80.555999 101.383999) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "6430efc4-baef-43bf-ad11-51efa7f024e4") + ) + (segment + (start 82.804 100.076) + (end 79.756 100.076) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "741970c2-6ed9-441e-9a0d-d4d03d3fbbf5") + ) + (segment + (start 79.756 107.315) + (end 80.555999 106.515001) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "910d8a03-bf22-4b76-acf4-786502067eab") + ) + (segment + (start 79.756 100.076) + (end 79.502 100.33) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "91c273f5-25a9-4dcc-99e0-50132dcd926e") + ) + (segment + (start 74.93 97.79) + (end 76.962 97.79) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "a548dac9-1b6f-4613-9267-a6593bd29fb8") + ) + (segment + (start 76.962 97.79) + (end 79.502 100.33) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "c21df4a6-d4a4-4328-9160-e86f60a77798") + ) + (segment + (start 78.630999 103.741001) + (end 79.502 102.87) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "250f9c32-38db-4405-9dc2-a55ea115f112") + ) + (segment + (start 79.756 113.284) + (end 78.630999 112.158999) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "6277140a-0cc5-4f6d-b4ac-71a99de494c6") + ) + (segment + (start 78.630999 112.158999) + (end 78.630999 103.741001) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "95da2ce7-98be-41e2-b8b7-273a77f549f6") + ) + (segment + (start 74.93 100.33) + (end 76.962 100.33) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "81947fcb-2881-4244-88db-797c6d64897b") + ) + (segment + (start 76.962 100.33) + (end 79.502 102.87) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "fd56adc2-f3cf-4303-9ad1-b8607d5a20a6") + ) + (segment + (start 80.273001 121.402999) + (end 85.334999 121.402999) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "2edc62b6-4778-430a-bfae-3a29c7bb7eb4") + ) + (segment + (start 79.248 122.428) + (end 80.273001 121.402999) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "4a584e7c-81ab-4ef1-b7da-1159e801e26f") + ) + (segment + (start 85.334999 121.402999) + (end 86.36 122.428) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "b8863aed-b0ef-4759-abab-ec34613ee029") + ) + (segment + (start 79.248 122.428) + (end 80.273001 121.402999) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "0667e377-50f8-4f4c-a4f6-20f956c60825") + ) + (segment + (start 80.273001 121.402999) + (end 80.273001 116.855999) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "19a69e18-db4a-49c3-a6d7-50191543d623") + ) + (segment + (start 76.717001 116.322999) + (end 74.93 118.11) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "1b4a7b0d-bfb5-492f-8457-740a8587262f") + ) + (segment + (start 79.248 122.428) + (end 78.122999 123.553001) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "224a9b85-6391-4a87-9e92-dec0328813c8") + ) + (segment + (start 79.740001 116.322999) + (end 76.717001 116.322999) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "359cc12a-abff-4a7e-ae34-d5d8f2dd5a99") + ) + (segment + (start 78.122999 123.553001) + (end 78.122999 133.414999) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "4bfad550-0c1a-4a87-8c34-6c82fa9de37b") + ) + (segment + (start 80.273001 116.855999) + (end 79.740001 116.322999) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "87593a67-f335-43ce-8484-38cbf1774ded") + ) + (segment + (start 78.122999 133.414999) + (end 79.328 134.62) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "ffa7e2ba-2723-43e0-b64d-6a1f1d042362") + ) + (segment + (start 58.293 117.348) + (end 58.293 120.269) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "3a2fcb0a-ecc9-41a3-9b5e-b432c04e6c16") + ) + (segment + (start 61.087 114.554) + (end 58.293 117.348) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "697fc6b3-6055-4380-94dc-4fc36b8fb6b6") + ) + (segment + (start 61.087 113.665) + (end 61.087 114.554) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "c81e58b6-2416-4e49-a36c-195930857437") + ) + (segment + (start 58.293 120.269) + (end 61.214 123.19) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "ed0f1233-f6ab-40cd-9863-59570848d9b6") + ) + (segment + (start 64.262 110.49) + (end 61.087 113.665) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "f3436c5f-2bed-4de0-a2f4-60e317893715") + ) + (segment + (start 67.31 110.49) + (end 64.262 110.49) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "fba77cc7-5e7b-4b45-ac31-89f7b033be95") + ) + (segment + (start 67.31 113.03) + (end 64.262 113.03) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "69439fff-bcb7-4410-ab5b-81773326d824") + ) + (segment + (start 63.236999 114.055001) + (end 64.262 113.03) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "827322e3-ffb9-40b7-8cf3-0f70a95487f6") + ) + (segment + (start 63.236999 127.009001) + (end 63.236999 114.055001) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "9cb723ea-db5d-4839-a906-8a2d00dd6a9d") + ) + (segment + (start 61.214 129.032) + (end 63.236999 127.009001) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "fa0924a8-f314-45ab-8157-8cea57cdf028") + ) + (segment + (start 64.262 140.208) + (end 64.262 135.128) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "45123bbf-35bf-4418-9b58-8a65877f0c2e") + ) + (segment + (start 61.087 143.383) + (end 64.262 140.208) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "6d529d2a-9b70-4d27-bb8d-b58a72c79a5d") + ) + (segment + (start 61.087 147.828) + (end 61.214 147.955) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "7b748959-7ca7-46cf-a279-51e5a8834295") + ) + (segment + (start 61.087 143.383) + (end 61.087 147.828) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "a2aab412-6987-4c82-ad4f-5fe8897b879f") + ) + (segment + (start 67.31 130.937) + (end 64.262 133.985) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "1c0521a5-e727-460a-957a-2d221172752e") + ) + (segment + (start 64.262 133.985) + (end 64.262 135.128) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "48ac4c30-fa2e-4a67-8f7a-c41e1b53fef1") + ) + (segment + (start 97.028 80.264) + (end 95.9027 80.264) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "0c194286-12c8-4a97-87ba-1e111870c2c8") + ) + (segment + (start 93.218 82.804) + (end 94.2433 82.804) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "14e8df93-582c-488b-9c1b-a4f10edd0f40") + ) + (segment + (start 93.218 83.8293) + (end 93.472 84.0833) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "1a4ba234-fd96-4157-a555-35e5d830b9ea") + ) + (segment + (start 93.218 82.804) + (end 93.218 83.8293) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "25ae64ab-5bd0-467e-b21b-40697fe39493") + ) + (segment + (start 95.9027 80.264) + (end 95.9027 81.1446) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "28103d7e-7196-463c-a672-1417dc3ce9a8") + ) + (segment + (start 95.9027 81.1446) + (end 94.2433 82.804) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "8c2a9060-37f9-4857-ad93-6c1ba67d7e09") + ) + (segment + (start 93.472 84.0833) + (end 93.472 89.408) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "f5532a07-f363-46e8-80f9-181e215e43d3") + ) + (segment + (start 92.1927 82.5007) + (end 92.1927 82.804) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "51b7f34c-f3e4-4f4d-b869-b082fae94196") + ) + (segment + (start 88.9 79.208) + (end 92.1927 82.5007) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "c0dd8f34-ad4d-4c5e-ab97-25b5f3bb789b") + ) + (segment + (start 93.472 89.408) + (end 89.408 89.408) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "cc84c2ba-a41c-4dbd-93f2-d58d28d80877") + ) + (segment + (start 93.218 82.804) + (end 92.1927 82.804) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "dfd38f93-1cbb-4531-ad6b-3d1cca3d8bc9") + ) + (segment + (start 84.248 147.406998) + (end 84.248 146.812) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "0f1ccda5-f985-42ba-aa2f-493b69aba1a4") + ) + (segment + (start 82.042 156.21) + (end 82.042 154.686) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "134ae6be-73cc-445a-a994-4ccaa9f9283a") + ) + (segment + (start 82.042 154.686) + (end 85.598 151.13) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "28ce3efd-4a48-4587-ae6c-d73c7a52347c") + ) + (segment + (start 75.057 149.72137) + (end 77.490631 152.155001) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "2bfb6e4b-0255-4110-88e0-a3a9d29b1215") + ) + (segment + (start 84.248 149.78) + (end 85.598 151.13) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "9ffb84b2-187a-4b58-8579-a1502364a637") + ) + (segment + (start 75.057 148.59) + (end 75.057 149.72137) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "ce7c7fd3-fb7c-404c-b09d-574d72fe6db2") + ) + (segment + (start 77.490631 152.155001) + (end 79.499997 152.155001) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "de6830d4-0954-4a2a-8fee-11050d818ea8") + ) + (segment + (start 84.248 146.812) + (end 84.248 149.78) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "e51b16a9-9ddc-4e24-9581-90494a8bbf34") + ) + (segment + (start 79.499997 152.155001) + (end 84.248 147.406998) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "f394aa94-893a-472b-9f99-46bf0ef9ff59") + ) + (segment + (start 105.664 88.9) + (end 108.712 85.852) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "18888854-c0f8-4444-9cd1-26264f093c5d") + ) + (segment + (start 105.704 82.804) + (end 104.648 82.804) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "9e1e0b58-9bdb-4495-a6f4-11025cdfe31c") + ) + (segment + (start 108.712 85.852) + (end 108.712 85.812) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "d9bd2fb9-ef31-4a98-b5e0-0b9c078e9e90") + ) + (segment + (start 108.712 85.812) + (end 105.704 82.804) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "e3c6953c-1f2a-4b49-a4ff-f4adf6ab2c06") + ) + (segment + (start 104.648 82.804) + (end 106.68 82.804) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "1dee80a8-b0e7-443c-9da0-61d729106202") + ) + (segment + (start 106.68 82.804) + (end 108.712 80.772) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "95c7721f-43f0-4499-9a86-4cc0e9d0f84d") + ) + (segment + (start 109.919999 84.519999) + (end 108.712 83.312) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "12a75e79-438e-4195-8495-b2eb763caee4") + ) + (segment + (start 109.22 88.9) + (end 109.919999 88.200001) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "1610d0de-15fc-48c7-8041-59b78b1b9551") + ) + (segment + (start 109.919999 88.200001) + (end 109.919999 84.519999) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "1c48ff7c-287a-4729-bcef-ea0caaf377ef") + ) + (segment + (start 108.712 83.312) + (end 105.664 80.264) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "33e68a54-ce57-47b7-a78b-5a8e2616eb1c") + ) + (segment + (start 105.664 80.264) + (end 104.648 80.264) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "e43512e3-6b4b-4c81-91e0-64f96843d8ba") + ) + (segment + (start 89.535 57.785) + (end 89.535 55.245) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "948c0d21-b314-42bc-b41e-aa9fdb17b1b9") + ) + (segment + (start 63.932986 58.375012) + (end 52.705 69.602998) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "5f38919e-f859-4fd6-892f-d1600d6e8266") + ) + (segment + (start 89.535 57.785) + (end 80.574984 57.785) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "6f1acb76-4c4b-4508-93fa-df24fa8f85de") + ) + (segment + (start 79.984972 58.375012) + (end 63.932986 58.375012) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "8aec9fc4-94be-4dbe-a50f-1356263126d6") + ) + (segment + (start 80.574984 57.785) + (end 79.984972 58.375012) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "afe9f72a-6b9e-4431-9cfb-9dcfecd6c31a") + ) + (segment + (start 52.705 69.602998) + (end 52.705 98.425) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "caefddbc-6197-4d0b-86fe-1aef0f0a1578") + ) + (segment + (start 97.155 57.785) + (end 95.9485 56.5785) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "12b72e68-ebec-480d-a07d-8b3fc66faa58") + ) + (segment + (start 95.9485 56.4515) + (end 95.9485 56.5785) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "447124b7-8a78-4fa9-a50e-3342a5b3a303") + ) + (segment + (start 86.14847 56.5785) + (end 85.638971 56.069001) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "5f8c899b-580e-432e-9a2d-5b27d096094b") + ) + (segment + (start 85.638971 56.069001) + (end 79.947999 56.069001) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "751ce3f1-cd42-46f2-af14-b034d7034e14") + ) + (segment + (start 79.947999 56.069001) + (end 79.248 56.769) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "88dd4e1e-d8a6-499f-8148-c0971082875d") + ) + (segment + (start 95.9485 56.5785) + (end 86.14847 56.5785) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "9612f917-df48-4604-a1ea-3ea8968fcfa5") + ) + (segment + (start 97.155 55.245) + (end 95.9485 56.4515) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "f41af074-27c4-4bf2-b64e-fa85824fe592") + ) + (segment + (start 99.695 55.245) + (end 97.282 52.832) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "103a93f2-fdff-451b-9ee4-f891b5355d94") + ) + (segment + (start 97.282 52.832) + (end 79.248 52.832) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "497de59c-729d-4629-862a-f3428082c166") + ) + (segment + (start 99.695 57.785) + (end 99.695 55.245) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "8d4be2f7-76d8-458e-bf51-4d9b8b11d567") + ) + (segment + (start 89.027 143.51) + (end 92.456 143.51) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "69a8dea8-49fd-46dd-acff-1e032fc2b734") + ) + (segment + (start 93.616999 144.670999) + (end 92.456 143.51) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "45fd6e08-27ed-425a-925a-8ce82f4aed92") + ) + (segment + (start 100.474999 144.670999) + (end 93.616999 144.670999) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "4bbcac02-362c-4444-924e-f6994275b235") + ) + (segment + (start 104.14 148.336) + (end 100.474999 144.670999) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "6f757b06-c730-4886-823a-e84a4bc2311f") + ) + (segment + (start 78.222999 123.942999) + (end 79.248 124.968) + (width 0.25) + (layer "F.Cu") + (net 30) + (uuid "06af8707-312e-4977-a287-03a1447c69dd") + ) + (segment + (start 81.788 122.428) + (end 79.248 124.968) + (width 0.25) + (layer "F.Cu") + (net 30) + (uuid "5b37bac4-08f7-4e3f-9eb7-fe00512a73ee") + ) + (segment + (start 74.93 115.57) + (end 78.222999 118.862999) + (width 0.25) + (layer "F.Cu") + (net 30) + (uuid "8eee00e5-6063-4641-a6f3-a0452ff20173") + ) + (segment + (start 82.804 122.428) + (end 81.788 122.428) + (width 0.25) + (layer "F.Cu") + (net 30) + (uuid "d61333b8-ab52-4cdb-95dd-df2e17df87a2") + ) + (segment + (start 78.222999 118.862999) + (end 78.222999 123.942999) + (width 0.25) + (layer "F.Cu") + (net 30) + (uuid "e78b9757-8306-4e49-bbaf-fd9c3571dad9") + ) + (segment + (start 53.34 134.112) + (end 56.007 134.112) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "35f2dacc-1348-4899-8bd3-19f3453542c3") + ) + (segment + (start 64.395998 128.397) + (end 67.31 128.397) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "47536f5c-6735-4245-a4c7-e15b31f022f8") + ) + (segment + (start 56.007 134.112) + (end 58.680998 134.112) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "8545a1c0-aab1-497b-9699-44b94004f37e") + ) + (segment + (start 58.680998 134.112) + (end 64.395998 128.397) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "f826ce7d-d357-4a8e-af5e-62657e4b326a") + ) + (segment + (start 73.931999 151.401999) + (end 78.74 156.21) + (width 0.25) + (layer "F.Cu") + (net 32) + (uuid "10230c94-8357-4b3d-8c36-fbd626779e9b") + ) + (segment + (start 75.057 146.05) + (end 73.931999 147.175001) + (width 0.25) + (layer "F.Cu") + (net 32) + (uuid "1a48b9c4-8367-4b10-843b-bd65fccb8c29") + ) + (segment + (start 73.931999 147.175001) + (end 73.931999 151.401999) + (width 0.25) + (layer "F.Cu") + (net 32) + (uuid "20b43f33-9ccb-45fd-bb9b-31f45ea4c028") + ) + (segment + (start 79.765001 157.235001) + (end 87.874999 157.235001) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "2158ce59-6908-4bb3-89f4-b2248abe9ff8") + ) + (segment + (start 78.74 156.21) + (end 79.765001 157.235001) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "69e53f7e-0759-4c77-a259-922b9def7f73") + ) + (segment + (start 87.874999 157.235001) + (end 88.9 156.21) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "e6c00bd3-50a0-4991-b3df-a379e523b400") + ) + (segment + (start 109.22 110.5077) + (end 106.1543 107.442) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "10b4debf-e96d-41a6-aed0-a913f2e01622") + ) + (segment + (start 109.22 120.396) + (end 109.22 110.5077) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "e667ebce-c3b3-434f-97b3-9b4659073c87") + ) + (segment + (start 105.029 107.442) + (end 106.1543 107.442) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "e9f1ca33-5d17-442f-8907-2cfccddb7246") + ) + (segment + (start 93.700012 105.398014) + (end 96.868999 108.567001) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "2abd4c17-2e7d-4666-9f32-3100ff475c16") + ) + (segment + (start 93.472 99.986587) + (end 93.700012 100.214599) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "48ae087f-bec2-4f69-be91-9c4be25b4bd0") + ) + (segment + (start 106.172 123.444) + (end 109.22 120.396) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "66e283d3-9263-49dd-9bb1-46a30c510b4b") + ) + (segment + (start 96.868999 108.567001) + (end 103.903999 108.567001) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "685d377a-f236-4d93-94b3-b5d6326b49e3") + ) + (segment + (start 105.029 123.444) + (end 106.172 123.444) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "9c775bdc-0d15-4014-a6b3-8c6a35867b01") + ) + (segment + (start 103.903999 108.567001) + (end 105.029 107.442) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "c7a4fcda-801c-46a6-b7cb-a8182664c977") + ) + (segment + (start 93.472 94.488) + (end 93.472 99.986587) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "f7da78a2-2b89-4c7e-a144-b452793b9bcf") + ) + (segment + (start 93.700012 100.214599) + (end 93.700012 105.398014) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "fad7dfdd-8949-42d4-9636-45adf71cdb59") + ) + (segment + (start 98.5343 114.042302) + (end 98.5343 120.8287) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "082b9b70-8c72-4d77-8461-00284c254dcd") + ) + (segment + (start 96.283999 111.792001) + (end 98.5343 114.042302) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "1bb2cc39-dab0-4154-93c2-a4ab0d253fc9") + ) + (segment + (start 97.409 105.4646) + (end 96.283999 106.589601) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "255fc1c1-0136-4f89-9206-8960ec04a316") + ) + (segment + (start 97.409 105.4646) + (end 94.1794 102.235) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "3837b1ac-df67-4c84-b025-cab682186f88") + ) + (segment + (start 97.409 104.902) + (end 97.409 105.4646) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "3fa9d618-fee8-45c3-8a3b-bde154984292") + ) + (segment + (start 96.283999 106.589601) + (end 96.283999 111.792001) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "acd34be2-3db2-4012-bbf1-01dc10c642fc") + ) + (segment + (start 97.409 120.904) + (end 92.964 120.904) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "af7a0334-4bc0-47d1-9547-fc0c2c19bef6") + ) + (segment + (start 91.6682 102.235) + (end 89.408 99.9748) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "c94583e4-2c56-49f6-aa72-294c72da3bfe") + ) + (segment + (start 94.1794 102.235) + (end 91.6682 102.235) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "e1dd7df8-5ab5-4023-8a94-ea2521cbad2d") + ) + (segment + (start 98.5343 120.8287) + (end 98.459 120.904) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "e3843a98-0f86-4618-bdcc-0a8514a0beeb") + ) + (segment + (start 89.408 99.9748) + (end 89.408 94.488) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "f6b858d9-3a83-425f-96e2-6bddf65a8132") + ) + (segment + (start 98.459 120.904) + (end 97.409 120.904) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "fa96d8d8-c5b7-42ba-a68c-b7965b72840b") + ) + (segment + (start 74.93 113.03) + (end 79.248 117.348) + (width 0.25) + (layer "F.Cu") + (net 35) + (uuid "93735834-4328-4572-be22-19554a46e126") + ) + (segment + (start 79.248 117.348) + (end 82.804 117.348) + (width 0.25) + (layer "F.Cu") + (net 35) + (uuid "be9f8d03-5a78-484a-9582-b9137b595181") + ) + (segment + (start 74.93 133.477) + (end 76.055001 132.351999) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "16cf051e-39f2-497d-9228-e578ddf02db8") + ) + (segment + (start 76.055001 120.540999) + (end 79.248 117.348) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "67cf7bb3-ae5d-4298-aafd-047048dc27ef") + ) + (segment + (start 76.055001 132.351999) + (end 76.055001 120.540999) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "91c4ff73-c3ca-4560-b3a9-70dee62cc369") + ) + (segment + (start 74.93 130.937) + (end 74.93 128.397) + (width 0.25) + (layer "F.Cu") + (net 36) + (uuid "0dffba3b-8261-482a-b9d9-112b7f6b5b56") + ) + (segment + (start 79.248 138.684) + (end 78.202999 137.638999) + (width 0.25) + (layer "F.Cu") + (net 36) + (uuid "3b846b80-e7ed-4098-8710-db486d59f664") + ) + (segment + (start 78.202999 137.638999) + (end 78.202999 134.209999) + (width 0.25) + (layer "F.Cu") + (net 36) + (uuid "3cea91c0-44f4-4ca4-93ee-788302267336") + ) + (segment + (start 78.202999 134.209999) + (end 74.93 130.937) + (width 0.25) + (layer "F.Cu") + (net 36) + (uuid "bb98f618-0dba-40f3-a5bd-5282062c5fcd") + ) + (segment + (start 61.087 133.223) + (end 61.087 134.112) + (width 0.25) + (layer "F.Cu") + (net 37) + (uuid "3f8f38e8-fa8d-4cfa-b75f-f639809b3e5b") + ) + (segment + (start 66.184999 126.982001) + (end 66.184999 144.797999) + (width 0.25) + (layer "F.Cu") + (net 37) + (uuid "50830699-42fa-4c7f-8834-cd945de6bf21") + ) + (segment + (start 64.262 128.905) + (end 67.31 125.857) + (width 0.25) + (layer "F.Cu") + (net 37) + (uuid "8baa5cc9-899c-4c4d-a170-c235c5789fb9") + ) + (segment + (start 67.31 125.857) + (end 66.184999 126.982001) + (width 0.25) + (layer "F.Cu") + (net 37) + (uuid "9c2480ed-dad5-4768-baa9-3befab67552a") + ) + (segment + (start 66.184999 144.797999) + (end 67.437 146.05) + (width 0.25) + (layer "F.Cu") + (net 37) + (uuid "9c944f98-1b79-414b-a086-8f1547978d4e") + ) + (segment + (start 64.262 130.048) + (end 61.087 133.223) + (width 0.25) + (layer "F.Cu") + (net 37) + (uuid "bbabead6-cdff-48fd-8d9f-55df04613062") + ) + (segment + (start 64.262 130.048) + (end 64.262 128.905) + (width 0.25) + (layer "F.Cu") + (net 37) + (uuid "e14b2929-2457-454b-99d7-6e5aa201ff06") + ) + (segment + (start 87.884 83.4483) + (end 86.8465 84.4858) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "0302cffe-5951-45a6-9105-98e217b504b0") + ) + (segment + (start 87.884 81.9103) + (end 87.884 82.423) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "072c8709-74a9-4755-8612-77019bed134a") + ) + (segment + (start 87.884 81.9103) + (end 87.884 81.3977) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "283aad4f-d933-4bfa-9194-6c51e910fddd") + ) + (segment + (start 79.248 142.24) + (end 80.772 142.24) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "2fde2302-54f6-453a-95ba-34835384921f") + ) + (segment + (start 86.8465 84.4858) + (end 86.8465 99.0385) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "5b9c61e1-818d-4792-b844-ae4e84216edf") + ) + (segment + (start 86.8587 69.3606) + (end 86.8587 80.3724) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "679ebdcb-cf13-4ca1-8303-5e65b6e4e987") + ) + (segment + (start 88.011 68.2083) + (end 86.8587 69.3606) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "7746a13e-0ecd-486b-a159-ce08ceb4aa75") + ) + (segment + (start 86.8587 80.3724) + (end 87.884 81.3977) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "9b961772-e50a-44ef-8220-46a25ff7edb6") + ) + (segment + (start 86.8465 99.0385) + (end 87.884 100.076) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "a588e792-1953-4088-8d01-85a2207142a0") + ) + (segment + (start 87.884 82.423) + (end 87.884 83.4483) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "ce6d4884-2739-4721-890f-5ca998dafd7b") + ) + (segment + (start 80.772 142.24) + (end 84.328 138.684) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "d293bc41-4580-4140-8bbf-be5010f2a5f8") + ) + (segment + (start 88.011 67.183) + (end 88.011 68.2083) + (width 0.25) + (layer "F.Cu") + (net 38) + (uuid "e65944e2-0c43-4ef9-8497-048af63f8be7") + ) + (segment + (start 79.248 141.365002) + (end 79.248 142.24) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "08800307-d905-4f25-87c7-3dde02b105f2") + ) + (segment + (start 88.9 108.966) + (end 88.9 126.492) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "16fb8642-092d-497a-a729-5686239cb3da") + ) + (segment + (start 84.328 138.684) + (end 88.94 138.684) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "1d93d89b-ac85-47c0-a87e-0002ea90e0b0") + ) + (segment + (start 86.106 129.286) + (end 86.106 134.507002) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "1e849720-8537-4649-889e-e229d581ccf1") + ) + (segment + (start 88.94 138.684) + (end 89.448 138.176) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "39249367-9401-4aab-ac7f-68c601733d24") + ) + (segment + (start 88.909001 108.956999) + (end 88.9 108.966) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "4b1e3bee-bf5a-4343-a580-85a6e9e522b4") + ) + (segment + (start 88.9 126.492) + (end 86.106 129.286) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "5e0c5d01-fd77-4cff-a342-0f66229b81a6") + ) + (segment + (start 86.106 134.507002) + (end 79.248 141.365002) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "8be6d44d-d24a-44b9-8315-4e1c4b1e3aa7") + ) + (segment + (start 88.909001 101.101001) + (end 88.909001 108.956999) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "a51b85ac-fd62-40ed-9a7c-51b391adba5c") + ) + (segment + (start 87.884 100.076) + (end 88.909001 101.101001) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "ddf16af5-bc19-4161-b361-42fdf4fdb037") + ) + (segment + (start 57.339001 151.448999) + (end 57.339001 112.586999) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "10feae8c-24ee-4203-b5e6-d8f18fd4736b") + ) + (segment + (start 62.339001 103.741001) + (end 62.339001 95.613001) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "17d22b2d-9e31-4b92-9b98-cbf699ee2f75") + ) + (segment + (start 57.339001 151.448999) + (end 56.007 152.781) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "20b80dc4-4a92-4502-a2ac-f4ad59ca46c9") + ) + (segment + (start 57.339001 109.934001) + (end 62.339001 104.934001) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "31d95901-8d26-43f3-9488-04223e7909be") + ) + (segment + (start 57.339001 112.586999) + (end 57.339001 113.221999) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "3b606f86-3aa4-4229-8c42-e3e06b83455d") + ) + (segment + (start 62.339001 104.934001) + (end 62.339001 103.741001) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "3c5675cb-6b07-4063-9db4-9c6e600cf616") + ) + (segment + (start 57.339001 90.613001) + (end 57.339001 74.611001) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "40e55265-36a9-44ff-b501-4f700fe7b93e") + ) + (segment + (start 62.339001 103.741001) + (end 62.339001 102.852001) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "4435a71a-4f20-456b-a517-6d59e0389d16") + ) + (segment + (start 62.339001 95.613001) + (end 57.339001 90.613001) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "8377786f-9403-4278-b74e-b7910718932b") + ) + (segment + (start 56.007 64.77) + (end 57.339001 66.102001) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "af393a0c-883b-4fec-8670-f97ec5857620") + ) + (segment + (start 57.339001 66.102001) + (end 57.339001 74.611001) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "b95c2b35-e731-4554-92d2-466637da0c49") + ) + (segment + (start 57.339001 113.221999) + (end 56.007 114.554) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "bb788b80-0f2a-428b-a33e-67954ee6e1ea") + ) + (segment + (start 57.339001 79.185999) + (end 56.007 80.518) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "c46547ac-cdc9-4f8e-a055-edaa5283d1f5") + ) + (segment + (start 62.339001 102.852001) + (end 59.69 100.203) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "d0671cf1-a114-44ca-acfc-e7f4b9291004") + ) + (segment + (start 57.339001 74.611001) + (end 57.339001 79.185999) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "e008ea86-76b5-4459-a6c2-7f73e1dcd195") + ) + (segment + (start 57.339001 112.586999) + (end 57.339001 109.934001) + (width 0.25) + (layer "F.Cu") + (net 39) + (uuid "fed476a1-6c3e-4707-8de1-804f90b8fd12") + ) + (segment + (start 83.302999 138.191999) + (end 83.296001 138.191999) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "04e1cb8a-67ba-463a-be23-1eafb5b665a5") + ) + (segment + (start 90.638 132.334) + (end 89.160998 132.334) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "06140a8e-ccbb-44fa-a8d8-4709cf1ae528") + ) + (segment + (start 83.296001 138.191999) + (end 83.122999 138.365001) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "0ce6d2d5-61bb-40fd-b9a3-c060b1a7ec1c") + ) + (segment + (start 89.160998 132.334) + (end 83.302999 138.191999) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "2044585c-4786-4feb-bf1e-92437fd96614") + ) + (segment + (start 70.490001 157.235001) + (end 60.461001 157.235001) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "35e13fac-c14a-4801-b380-2cad5dfee13a") + ) + (segment + (start 83.122999 138.365001) + (end 83.122999 144.602003) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "5d2e40e3-b716-4a7c-bb77-ff3cec2da6ed") + ) + (segment + (start 60.461001 157.235001) + (end 56.007 152.781) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "87173a46-5b50-4992-8e5b-7ce02bf0658a") + ) + (segment + (start 92.162 130.81) + (end 90.638 132.334) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "bfb74672-6b68-4a03-bed5-e3979f6755e4") + ) + (segment + (start 83.122999 144.602003) + (end 70.490001 157.235001) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "ef8b7d6d-5272-41ec-aac6-0b91d67ae022") + ) + (segment + (start 107.188 105.745) + (end 108.8527 107.4097) + (width 0.25) + (layer "F.Cu") + (net 40) + (uuid "211c4d6f-73df-48fa-8e02-d07f144b6827") + ) + (segment + (start 109.22 108.585) + (end 109.22 107.4097) + (width 0.25) + (layer "F.Cu") + (net 40) + (uuid "527a9899-3d4c-470c-8e8c-87258a1823e0") + ) + (segment + (start 109.22 93.98) + (end 105.664 93.98) + (width 0.25) + (layer "F.Cu") + (net 40) + (uuid "7e2b2ffd-2ae4-4800-83e4-a6310c7c303e") + ) + (segment + (start 108.8527 107.4097) + (end 109.22 107.4097) + (width 0.25) + (layer "F.Cu") + (net 40) + (uuid "a8b54a19-34a5-4f56-9542-1d25f450c5ce") + ) + (segment + (start 107.188 96.012) + (end 109.22 93.98) + (width 0.25) + (layer "F.Cu") + (net 40) + (uuid "b86c1591-5361-43be-8ba7-79bba0e74061") + ) + (segment + (start 107.188 105.745) + (end 107.188 96.012) + (width 0.25) + (layer "F.Cu") + (net 40) + (uuid "f6ff734a-f6b2-4f2d-a65a-043267416b82") + ) + (segment + (start 52.705 100.965) + (end 53.880001 99.789999) + (width 0.25) + (layer "F.Cu") + (net 41) + (uuid "59eb5488-bcab-449b-a40d-da044170b99f") + ) + (segment + (start 53.880001 82.328001) + (end 53.880001 81.058001) + (width 0.25) + (layer "F.Cu") + (net 41) + (uuid "64950787-1835-438a-ae02-d44bd07751fd") + ) + (segment + (start 53.880001 81.058001) + (end 53.880001 74.215999) + (width 0.25) + (layer "F.Cu") + (net 41) + (uuid "73c80acb-2a9f-4cda-bb9a-5e148981560e") + ) + (segment + (start 53.880001 82.328001) + (end 53.880001 79.041999) + (width 0.25) + (layer "F.Cu") + (net 41) + (uuid "94673339-965a-4d03-942c-21270053a35d") + ) + (segment + (start 53.880001 81.058001) + (end 53.880001 70.579999) + (width 0.25) + (layer "F.Cu") + (net 41) + (uuid "96f9d2d9-da51-4ab2-af6b-57e5d7394bc1") + ) + (segment + (start 53.880001 74.215999) + (end 56.214 71.882) + (width 0.25) + (layer "F.Cu") + (net 41) + (uuid "b2f4bc96-46c9-4531-81aa-bb693894e5fb") + ) + (segment + (start 53.880001 70.579999) + (end 56.007 68.453) + (width 0.25) + (layer "F.Cu") + (net 41) + (uuid "c59bd951-3afb-4bff-8cd6-6485d3e5cb4c") + ) + (segment + (start 53.880001 99.789999) + (end 53.880001 82.328001) + (width 0.25) + (layer "F.Cu") + (net 41) + (uuid "c5a6c66d-b538-46b4-92d8-31655ab03c32") + ) + (segment + (start 53.880001 79.041999) + (end 56.214 76.708) + (width 0.25) + (layer "F.Cu") + (net 41) + (uuid "e7415fea-e411-41f4-8554-3b89c60ded1a") + ) + (segment + (start 84.248 78.994) + (end 85.881001 80.627001) + (width 0.25) + (layer "F.Cu") + (net 42) + (uuid "76cfbbbf-6a29-46c3-a89c-23b11fea1b42") + ) + (segment + (start 85.881001 80.627001) + (end 85.881001 99.590003) + (width 0.25) + (layer "F.Cu") + (net 42) + (uuid "867e6ae3-cabd-44e7-b1c9-604423566782") + ) + (segment + (start 84.248 73.0813) + (end 84.248 74.168) + (width 0.25) + (layer "F.Cu") + (net 42) + (uuid "8cc9fc65-e875-45bb-ab10-e0b7f54287f0") + ) + (segment + (start 82.804 71.6373) + (end 84.248 73.0813) + (width 0.25) + (layer "F.Cu") + (net 42) + (uuid "9914ecf3-76d7-49d4-bf33-bb672ba18196") + ) + (segment + (start 89.795998 103.505) + (end 92.075 103.505) + (width 0.25) + (layer "F.Cu") + (net 42) + (uuid "b8e4da59-a824-4706-9f18-9394c66ad9b9") + ) + (segment + (start 85.881001 99.590003) + (end 89.795998 103.505) + (width 0.25) + (layer "F.Cu") + (net 42) + (uuid "c8a36cb8-1524-4d16-806a-98e232f010d5") + ) + (segment + (start 84.248 74.168) + (end 84.248 78.994) + (width 0.25) + (layer "F.Cu") + (net 42) + (uuid "cde7cff6-9727-4eb1-942b-c866a62bd7c1") + ) + (segment + (start 82.804 70.612) + (end 82.804 71.6373) + (width 0.25) + (layer "F.Cu") + (net 42) + (uuid "e3bdf298-de8f-47b2-97f5-9ade30c2a547") + ) + (segment + (start 54.330012 101.879988) + (end 52.705 103.505) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "1a749e8e-02a5-4b51-9136-745c611fde36") + ) + (segment + (start 54.330012 85.496988) + (end 56.007 83.82) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "2ad6e2d7-309c-49ea-9b5a-bca577664021") + ) + (segment + (start 54.330012 85.496988) + (end 54.330012 88.620012) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "2c3e5cc0-b8fd-408a-8097-b720214d324f") + ) + (segment + (start 54.330012 93.700012) + (end 54.461988 93.700012) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "3f51cce1-9a1b-4e8b-89b8-a37685d99e08") + ) + (segment + (start 54.330012 94.513988) + (end 54.330012 101.879988) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "4c63bf17-9b18-4f44-8e1f-537ec1e006e9") + ) + (segment + (start 54.461988 93.700012) + (end 56.214 91.948) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "5e1ee70d-64db-4a71-b898-a1bb73fc48cd") + ) + (segment + (start 54.330012 89.513988) + (end 56.214 87.63) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "62013d55-6554-46a7-8a8d-a6b00057e94e") + ) + (segment + (start 54.330012 88.620012) + (end 54.330012 89.513988) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "862f21e5-1fcd-45a1-9caa-3550361c24bd") + ) + (segment + (start 54.330012 94.513988) + (end 54.330012 88.620012) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "c08fbb37-6017-457c-a683-19b458f1dffc") + ) + (segment + (start 54.330012 93.700012) + (end 54.330012 94.513988) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "de1a447f-2996-42a2-99ff-03188d0a6ba2") + ) + (segment + (start 84.756 96.012) + (end 84.756 103.17241) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "2cacf336-f4d7-47ea-9f5d-713803186180") + ) + (segment + (start 84.629 88.058) + (end 82.804 86.233) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "34a0bb6e-89b2-44ff-a73c-6c7b5e4d3200") + ) + (segment + (start 87.62859 106.045) + (end 92.075 106.045) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "a24ad589-32fc-447c-926b-08497420b10f") + ) + (segment + (start 84.629 90.043) + (end 84.629 95.885) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "a9d209df-5e11-4836-91d3-16732110c494") + ) + (segment + (start 84.629 95.885) + (end 84.756 96.012) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "b0e801ab-f293-4b7c-b1b6-2ec93c602926") + ) + (segment + (start 84.629 90.043) + (end 84.629 88.058) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "b7b5a101-f4ae-4aeb-8af4-27bb90c626d9") + ) + (segment + (start 84.756 103.17241) + (end 87.62859 106.045) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "ce5e4978-1af4-4605-8c55-7b90de9d40fe") + ) + (segment + (start 56.214 110.49) + (end 56.214 104.394) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "1238e043-0139-495b-84e7-ab2ee858f9b9") + ) + (segment + (start 55.489999 96.148001) + (end 55.489999 103.669999) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "722093f9-1b8a-44e8-a7a1-34e40dc09827") + ) + (segment + (start 54.563 106.045) + (end 56.214 104.394) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "75cd12e3-5474-479c-a955-1a85d8cbc835") + ) + (segment + (start 56.515 95.123) + (end 55.489999 96.148001) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "8267a5c0-1900-4ae1-8893-4dbf652af181") + ) + (segment + (start 52.705 106.045) + (end 54.563 106.045) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "8c726819-43c5-4bad-9632-e5b13ef2dcae") + ) + (segment + (start 55.489999 103.669999) + (end 56.214 104.394) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "d6ad206e-7ea6-42aa-b186-9a40fe0cda69") + ) + (segment + (start 84.756 107.315) + (end 84.756 113.284) + (width 0.25) + (layer "F.Cu") + (net 46) + (uuid "241374b8-87ff-402e-b75f-30d3a31e8c0f") + ) + (segment + (start 84.756 107.315) + (end 90.805 107.315) + (width 0.25) + (layer "F.Cu") + (net 46) + (uuid "797cc718-9b05-42a1-85c4-afcdab6b3496") + ) + (segment + (start 90.805 107.315) + (end 92.075 108.585) + (width 0.25) + (layer "F.Cu") + (net 46) + (uuid "878ce993-27d7-4f13-880d-4047189d9ca7") + ) + (segment + (start 82.804 103.124) + (end 82.804 105.363) + (width 0.25) + (layer "F.Cu") + (net 46) + (uuid "91e7f5d3-5e56-47d8-9fd1-397ca3929762") + ) + (segment + (start 82.804 105.363) + (end 84.756 107.315) + (width 0.25) + (layer "F.Cu") + (net 46) + (uuid "bbdfdd94-c140-4352-8d8d-a67f0184f709") + ) + (segment + (start 56.214 118.444) + (end 56.007 118.237) + (width 0.25) + (layer "F.Cu") + (net 47) + (uuid "23aa8dcf-87d3-4604-87b8-e4ac9bc08ab4") + ) + (segment + (start 56.214 123.19) + (end 56.214 118.444) + (width 0.25) + (layer "F.Cu") + (net 47) + (uuid "3c6b5a66-fd44-4a2d-9efa-5c015bd2665b") + ) + (segment + (start 53.880001 116.110001) + (end 56.007 118.237) + (width 0.25) + (layer "F.Cu") + (net 47) + (uuid "46ba367e-a573-4536-ac04-e62d92af17c6") + ) + (segment + (start 53.880001 109.760001) + (end 52.705 108.585) + (width 0.25) + (layer "F.Cu") + (net 47) + (uuid "6c45b20b-ca59-4aea-a2e2-25bff84e8131") + ) + (segment + (start 53.880001 116.110001) + (end 53.880001 109.760001) + (width 0.25) + (layer "F.Cu") + (net 47) + (uuid "7a6c8f63-0dda-4bc2-8fe2-5d777cc0a4ba") + ) + (segment + (start 56.214 129.032) + (end 56.214 123.19) + (width 0.25) + (layer "F.Cu") + (net 47) + (uuid "c2ce8edf-fa75-4bb0-a35e-9ea93bc1eff9") + ) + (segment + (start 105.029 104.902) + (end 105.029 102.362) + (width 0.25) + (layer "F.Cu") + (net 48) + (uuid "1336e5d3-61f6-4284-bd48-0147620f5e4a") + ) + (segment + (start 105.029 104.902) + (end 106.9017 104.902) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "23d9487e-2097-48e1-9598-61785b6b6609") + ) + (segment + (start 106.9017 104.902) + (end 108.0447 106.045) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "9b8b0166-89b3-4824-9c9c-762ab6adce44") + ) + (segment + (start 109.22 106.045) + (end 108.0447 106.045) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "b4c3f0ce-a37b-4de3-8929-f279a4c32c75") + ) + (segment + (start 97.409 99.822) + (end 97.409 102.362) + (width 0.25) + (layer "F.Cu") + (net 49) + (uuid "b5bfb6b8-f3e6-433f-9a35-3fe8524c0335") + ) + (segment + (start 99.6773 103.505) + (end 109.22 103.505) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "4f9567f2-a401-47f9-ac69-14fd3fe978f1") + ) + (segment + (start 98.5343 102.362) + (end 99.6773 103.505) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "74990191-82ad-4e97-91bc-63cc7da8cbce") + ) + (segment + (start 97.409 102.362) + (end 98.5343 102.362) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "cea5877b-47de-4bb6-a68b-b0b1b61ec3b7") + ) + (segment + (start 108.204 150.622) + (end 110.845012 147.980988) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "0511a608-e5b3-4002-9ce6-4d41fdee0501") + ) + (segment + (start 94.488 150.622) + (end 108.204 150.622) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "148a1e3f-35b7-430b-abf8-fab348cadf62") + ) + (segment + (start 110.845012 102.590012) + (end 109.22 100.965) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "909fd478-abb2-428e-99e4-8697cb941d19") + ) + (segment + (start 110.845012 147.980988) + (end 110.845012 102.590012) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "92f72b72-0427-449f-aab4-fdc04bf7eb66") + ) + (segment + (start 92.456 148.59) + (end 94.488 150.622) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "d4cdf3c0-57e6-4030-a779-0e24384a327f") + ) + (segment + (start 52.314999 135.038999) + (end 52.314999 111.515001) + (width 0.25) + (layer "F.Cu") + (net 51) + (uuid "00b9e8a7-58fc-4e37-93a0-5a737b608b69") + ) + (segment + (start 52.314999 111.515001) + (end 52.705 111.125) + (width 0.25) + (layer "F.Cu") + (net 51) + (uuid "2e5b343a-e67c-4900-95f3-4640a39111f9") + ) + (segment + (start 56.214 138.938) + (end 52.314999 135.038999) + (width 0.25) + (layer "F.Cu") + (net 51) + (uuid "dd7a1be7-fe54-407d-b170-368df1698ccb") + ) + (segment + (start 93.472 151.464) + (end 88.001999 145.993999) + (width 0.25) + (layer "F.Cu") + (net 52) + (uuid "01d545a6-49ad-442b-8efe-fe7d248f21ec") + ) + (segment + (start 89.3499 128.7199) + (end 89.3499 116.3901) + (width 0.25) + (layer "F.Cu") + (net 52) + (uuid "1c7daff7-3056-47be-9f28-ba347006a44e") + ) + (segment + (start 88.001999 130.067801) + (end 89.3499 128.7199) + (width 0.25) + (layer "F.Cu") + (net 52) + (uuid "3cd13e6a-5e75-4e43-8292-9cb66d73bd5f") + ) + (segment + (start 88.001999 145.993999) + (end 88.001999 130.067801) + (width 0.25) + (layer "F.Cu") + (net 52) + (uuid "c9db341e-0bca-4b2d-8ef6-5e0cb7ca47d0") + ) + (segment + (start 89.3499 116.3901) + (end 92.075 113.665) + (width 0.25) + (layer "F.Cu") + (net 52) + (uuid "ee4b4f21-9b6b-4bf1-97ed-bde4592b6fcb") + ) + (segment + (start 84.248 129.032) + (end 88.138 125.142) + (width 0.25) + (layer "F.Cu") + (net 53) + (uuid "4910c39a-317f-4c55-b59e-b648e8cacdd0") + ) + (segment + (start 88.138 125.142) + (end 88.138 115.062) + (width 0.25) + (layer "F.Cu") + (net 53) + (uuid "65cfb05f-9f0a-416d-8cf3-afee7aa7e0fe") + ) + (segment + (start 88.138 115.062) + (end 92.075 111.125) + (width 0.25) + (layer "F.Cu") + (net 53) + (uuid "ecc60c01-a2ac-4a4a-829d-ce2e45bbc0e1") + ) + (segment + (start 90.2079 78.0159) + (end 88.9 76.708) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "1e44ad57-a9ea-44e1-8a6e-7d9b70ed7be6") + ) + (segment + (start 93.218 77.724) + (end 92.9261 78.0159) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "3f0d0030-cd98-4a0b-abbf-2a4db82a5077") + ) + (segment + (start 90.8996 78.0159) + (end 90.8996 99.7896) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "51c040bc-3e40-4a38-9321-ac2c26569a4e") + ) + (segment + (start 90.8996 99.7896) + (end 92.075 100.965) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "5696f481-d812-438a-8096-721eaf53482e") + ) + (segment + (start 90.8996 78.0159) + (end 90.2079 78.0159) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "cb40e83d-a25e-4ec0-8da4-3246a402c16c") + ) + (segment + (start 92.9261 78.0159) + (end 90.8996 78.0159) + (width 0.25) + (layer "F.Cu") + (net 54) + (uuid "e6a60c76-55ef-4885-928d-28cf13677408") + ) + (segment + (start 97.028 77.724) + (end 98.1533 77.724) + (width 0.25) + (layer "B.Cu") + (net 54) + (uuid "08a66aaf-b523-4306-b964-3febf3985cee") + ) + (segment + (start 97.028 77.724) + (end 93.218 77.724) + (width 0.25) + (layer "B.Cu") + (net 54) + (uuid "6a8f82a0-2657-420c-ab6a-f55da2db3d4a") + ) + (segment + (start 98.1533 77.724) + (end 100.1853 75.692) + (width 0.25) + (layer "B.Cu") + (net 54) + (uuid "becc60f0-5114-44d0-800f-51bc284b5ee4") + ) + (segment + (start 100.1853 75.692) + (end 108.712 75.692) + (width 0.25) + (layer "B.Cu") + (net 54) + (uuid "d7ef7968-917d-4e86-a386-5888f75aa004") + ) + (segment + (start 103.622999 93.462999) + (end 108.044999 97.884999) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "07252154-a1a7-4a88-ab65-bfba8034d6dd") + ) + (segment + (start 108.044999 101.529001) + (end 108.655999 102.140001) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "4ee5265d-f52d-4e60-b738-8edd602e353f") + ) + (segment + (start 110.395001 102.776411) + (end 110.395001 137.000999) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "5d5ab95a-caee-493c-aafb-45d9af640c85") + ) + (segment + (start 108.044999 97.884999) + (end 108.044999 101.529001) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "68524edf-bb83-47dc-8a5b-1103983e50c8") + ) + (segment + (start 104.14 143.256) + (end 104.14 145.796) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "6d548e02-b3c6-440b-bdc7-8c96405bebad") + ) + (segment + (start 108.655999 102.140001) + (end 109.758591 102.140001) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "9b77663b-e9b0-4d2f-866c-b3aec36b2765") + ) + (segment + (start 92.075 94.367998) + (end 92.979999 93.462999) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "b3ba0930-2eea-4744-bddd-3e155eaaed29") + ) + (segment + (start 109.758591 102.140001) + (end 110.395001 102.776411) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "cc58504e-912a-4b3c-bb4d-7e7a237f459f") + ) + (segment + (start 92.979999 93.462999) + (end 103.622999 93.462999) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "d0f91018-6b44-4ae1-a3a8-9a235466131d") + ) + (segment + (start 110.395001 137.000999) + (end 104.14 143.256) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "d1479d9a-171b-49c5-9be7-03c7d452b48a") + ) + (segment + (start 92.075 98.425) + (end 92.075 94.367998) + (width 0.25) + (layer "B.Cu") + (net 55) + (uuid "d8297901-3c8e-42bc-96a0-fd533c5a3d85") + ) + (segment + (start 83.312 124.968) + (end 79.248 129.032) + (width 0.25) + (layer "F.Cu") + (net 56) + (uuid "84463d57-8236-46cb-afc1-2354a3612216") + ) + (segment + (start 84.328 124.968) + (end 83.312 124.968) + (width 0.25) + (layer "F.Cu") + (net 56) + (uuid "beee5159-90ab-4c53-899a-561cf9277be2") + ) + (segment + (start 53.34 139.192) + (end 54.211001 140.063001) + (width 0.25) + (layer "B.Cu") + (net 57) + (uuid "37af5444-5231-4dee-8e77-877ce437348b") + ) + (segment + (start 60.088999 140.063001) + (end 61.214 138.938) + (width 0.25) + (layer "B.Cu") + (net 57) + (uuid "aa78e12b-eb2b-443b-a69d-b35f0b1804a6") + ) + (segment + (start 54.211001 140.063001) + (end 60.088999 140.063001) + (width 0.25) + (layer "B.Cu") + (net 57) + (uuid "f6517823-721d-4b6f-bc8d-ca2ed1cb69f8") + ) + (segment + (start 88.9 151.892) + (end 88.9 151.13) + (width 0.25) + (layer "F.Cu") + (net 58) + (uuid "0248d198-fb19-48c4-ac8f-8add8b798a7f") + ) + (segment + (start 93.472 156.464) + (end 88.9 151.892) + (width 0.25) + (layer "F.Cu") + (net 58) + (uuid "8bfc8a4d-3aaa-4742-ac0d-0be96a93bb4f") + ) + (segment + (start 76.182001 148.572001) + (end 78.74 151.13) + (width 0.25) + (layer "F.Cu") + (net 59) + (uuid "10003340-182e-4821-9709-c0b34c5b61f7") + ) + (segment + (start 76.182001 144.635001) + (end 76.182001 148.572001) + (width 0.25) + (layer "F.Cu") + (net 59) + (uuid "36ecbac7-844e-42e5-85a8-b44fb085b467") + ) + (segment + (start 75.057 143.51) + (end 76.182001 144.635001) + (width 0.25) + (layer "F.Cu") + (net 59) + (uuid "d20d90bf-1cdd-4cc2-b18a-459a788bb9fb") + ) + (segment + (start 78.74 151.13) + (end 82.042 151.13) + (width 0.25) + (layer "B.Cu") + (net 59) + (uuid "0108b600-50e8-4c23-950c-6760200c6f81") + ) + (segment + (start 82.042 151.13) + (end 87.376 145.796) + (width 0.25) + (layer "B.Cu") + (net 59) + (uuid "94f17b41-1fbe-4a0d-9b66-4910729c882c") + ) + (segment + (start 87.376 145.796) + (end 96.52 145.796) + (width 0.25) + (layer "B.Cu") + (net 59) + (uuid "e1bb2ca9-ef25-4da1-aa33-607ae044be8a") + ) + (segment + (start 67.437 140.97) + (end 67.437 143.51) + (width 0.25) + (layer "F.Cu") + (net 60) + (uuid "3af9397c-6bfe-4902-ba79-ce7655b96ca1") + ) + (segment + (start 67.437 143.51) + (end 61.087 149.86) + (width 0.25) + (layer "B.Cu") + (net 60) + (uuid "1a0ee04b-ea79-44ef-95d4-ab1eae3d6d8c") + ) + (segment + (start 61.087 149.86) + (end 61.087 152.781) + (width 0.25) + (layer "B.Cu") + (net 60) + (uuid "2d37a53b-c19f-4b5d-b411-872bd26f7ee8") + ) + (segment + (start 96.52 140.716) + (end 96.52 143.256) + (width 0.25) + (layer "F.Cu") + (net 61) + (uuid "2aa0d5b3-469e-4c7e-ba92-a617d6a029ce") + ) + (segment + (start 84.328 142.24) + (end 95.504 142.24) + (width 0.25) + (layer "B.Cu") + (net 61) + (uuid "6cc9cc37-7c64-4b16-921f-94f0b06cd94a") + ) + (segment + (start 95.504 142.24) + (end 96.52 143.256) + (width 0.25) + (layer "B.Cu") + (net 61) + (uuid "e16fc607-0076-48fe-b0f8-52c4fc28827f") + ) +) \ No newline at end of file diff --git a/src/equalizer/main/main.kicad_pro b/src/equalizer/main/main.kicad_pro index 8dab5b89..28779907 100644 --- a/src/equalizer/main/main.kicad_pro +++ b/src/equalizer/main/main.kicad_pro @@ -123,6 +123,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -381,14 +388,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -402,6 +470,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -427,6 +500,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -434,7 +508,7 @@ "sheets": [ [ "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55", - "" + "Root" ] ], "text_variables": {} diff --git a/src/equalizer/main/main.kicad_sch b/src/equalizer/main/main.kicad_sch index 95220f4c..16627a34 100644 --- a/src/equalizer/main/main.kicad_sch +++ b/src/equalizer/main/main.kicad_sch @@ -1,8567 +1,21619 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e63e39d7-6ac0-4ffd-8aa3-1841a4541b55) - - (paper "A3") - - (title_block - (title "equalizer") - (date "2021-08-01") - (rev "R01") - (comment 1 "schema for main pcb") - (comment 2 "Resonant equalizer by Serge Tcherepnin") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Connector:Conn_01x05_Socket" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x05_Socket" (at 0 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x05, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x05_Socket_1_1" - (arc (start 0 -4.572) (mid -0.5058 -5.08) (end 0 -5.588) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -0.508 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 5.08) - (xy -0.508 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 5.588) (mid -0.5058 5.08) (end 0 4.572) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x06_Socket" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x06_Socket" (at 0 -10.16 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x06, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x06_Socket_1_1" - (arc (start 0 -7.112) (mid -0.5058 -7.62) (end 0 -8.128) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -4.572) (mid -0.5058 -5.08) (end 0 -5.588) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -7.62) - (xy -0.508 -7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -0.508 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 5.08) - (xy -0.508 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 5.588) (mid -0.5058 5.08) (end 0 4.572) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -7.62 0) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x07_Socket" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 10.16 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x07_Socket" (at 0 -10.16 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x07, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x07_Socket_1_1" - (arc (start 0 -7.112) (mid -0.5058 -7.62) (end 0 -8.128) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -4.572) (mid -0.5058 -5.08) (end 0 -5.588) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -7.62) - (xy -0.508 -7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -0.508 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 5.08) - (xy -0.508 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 7.62) - (xy -0.508 7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 5.588) (mid -0.5058 5.08) (end 0 4.572) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 8.128) (mid -0.5058 7.62) (end 0 7.112) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 7.62 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -7.62 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 1.27 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_02x05_Odd_Even_1_1" - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 3.81 -6.35) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 -2.413) (end 2.54 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 0.127) (end 2.54 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 2.667) (end 2.54 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 5.207) (end 2.54 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 5.08 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 0 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -2.54 180) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C_Polarized" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C_Polarized" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Polarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "CP_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_Polarized_0_1" - (rectangle (start -2.286 0.508) (end 2.286 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 2.286) - (xy -0.762 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.794) - (xy -1.27 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 2.286 -0.508) (end -2.286 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "C_Polarized_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "elektrophon:LF353" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "dual opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LF353_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LF353_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LF353_3_1" - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+15V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:-15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "-15V_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy 0.762 1.27) - (xy 0 2.54) - (xy -0.762 1.27) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 177.8 168.91) (diameter 0) (color 0 0 0 0) - (uuid 008da5b9-6f95-4113-b7d0-d93ac62efd33) - ) - (junction (at 218.44 203.2) (diameter 0) (color 0 0 0 0) - (uuid 01e9b6e7-adf9-4ee7-9447-a588630ee4a2) - ) - (junction (at 331.47 48.26) (diameter 0) (color 0 0 0 0) - (uuid 02538207-54a8-4266-8d51-23871852b2ff) - ) - (junction (at 106.68 125.73) (diameter 0) (color 0 0 0 0) - (uuid 0351df45-d042-41d4-ba35-88092c7be2fc) - ) - (junction (at 269.24 118.11) (diameter 0) (color 0 0 0 0) - (uuid 0520f61d-4522-4301-a3fa-8ed0bf060f69) - ) - (junction (at 280.67 254) (diameter 0) (color 0 0 0 0) - (uuid 0b110cbc-e477-4bdc-9c81-26a3d588d354) - ) - (junction (at 179.07 271.78) (diameter 0) (color 0 0 0 0) - (uuid 0c5dddf1-38df-43d2-b49c-e7b691dab0ab) - ) - (junction (at 148.59 115.57) (diameter 0) (color 0 0 0 0) - (uuid 0ce8d3ab-2662-4158-8a2a-18b782908fc5) - ) - (junction (at 64.77 256.54) (diameter 0) (color 0 0 0 0) - (uuid 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f) - ) - (junction (at 303.53 34.29) (diameter 0) (color 0 0 0 0) - (uuid 0f560957-a8c5-442f-b20c-c2d88613742c) - ) - (junction (at 245.11 125.73) (diameter 0) (color 0 0 0 0) - (uuid 109caac1-5036-4f23-9a66-f569d871501b) - ) - (junction (at 313.69 215.9) (diameter 0) (color 0 0 0 0) - (uuid 2035ea48-3ef5-4d7f-8c3c-50981b30c89a) - ) - (junction (at 198.12 52.07) (diameter 0) (color 0 0 0 0) - (uuid 235067e2-1686-40fe-a9a0-61704311b2b1) - ) - (junction (at 199.39 254) (diameter 0) (color 0 0 0 0) - (uuid 272c2a78-b5f5-4b61-aed3-ec69e0e92729) - ) - (junction (at 334.01 189.23) (diameter 0) (color 0 0 0 0) - (uuid 2878a73c-5447-4cd9-8194-14f52ab9459c) - ) - (junction (at 313.69 203.2) (diameter 0) (color 0 0 0 0) - (uuid 2e90e294-82e1-45da-9bf1-b91dfe0dc8f6) - ) - (junction (at 148.59 203.2) (diameter 0) (color 0 0 0 0) - (uuid 2f215f15-3d52-4c91-93e6-3ea03a95622f) - ) - (junction (at 87.63 262.89) (diameter 0) (color 0 0 0 0) - (uuid 311665d9-0fab-4325-8b46-f3638bf521df) - ) - (junction (at 260.35 83.82) (diameter 0) (color 0 0 0 0) - (uuid 3335d379-08d8-4469-9fa1-495ed5a43fba) - ) - (junction (at 288.29 31.75) (diameter 0) (color 0 0 0 0) - (uuid 347562f5-b152-4e7b-8a69-40ca6daaaad4) - ) - (junction (at 288.29 45.72) (diameter 0) (color 0 0 0 0) - (uuid 35c09d1f-2914-4d1e-a002-df30af772f3b) - ) - (junction (at 265.43 43.18) (diameter 0) (color 0 0 0 0) - (uuid 363945f6-fbef-42be-99cf-4a8a48434d92) - ) - (junction (at 189.23 115.57) (diameter 0) (color 0 0 0 0) - (uuid 37f31dec-63fc-4634-a141-5dc5d2b60fe4) - ) - (junction (at 148.59 125.73) (diameter 0) (color 0 0 0 0) - (uuid 382ca670-6ae8-4de6-90f9-f241d1337171) - ) - (junction (at 135.89 213.36) (diameter 0) (color 0 0 0 0) - (uuid 3b838d52-596d-4e4d-a6ac-e4c8e7621137) - ) - (junction (at 189.23 262.89) (diameter 0) (color 0 0 0 0) - (uuid 3c121a93-b189-409b-a104-2bdd37ff0b51) - ) - (junction (at 138.43 254) (diameter 0) (color 0 0 0 0) - (uuid 3c22d605-7855-4cc6-8ad2-906cadbd02dc) - ) - (junction (at 236.22 227.33) (diameter 0) (color 0 0 0 0) - (uuid 3c5e5ea9-793d-46e3-86bc-5884c4490dc7) - ) - (junction (at 135.89 203.2) (diameter 0) (color 0 0 0 0) - (uuid 3cd1bda0-18db-417d-b581-a0c50623df68) - ) - (junction (at 91.44 88.9) (diameter 0) (color 0 0 0 0) - (uuid 3f96e159-1f3b-4ee7-a46e-e60d78f2137a) - ) - (junction (at 203.2 125.73) (diameter 0) (color 0 0 0 0) - (uuid 40b14a16-fb82-4b9d-89dd-55cd98abb5cc) - ) - (junction (at 198.12 66.04) (diameter 0) (color 0 0 0 0) - (uuid 443bc73a-8dc0-4e2f-a292-a5eff00efa5b) - ) - (junction (at 120.65 213.36) (diameter 0) (color 0 0 0 0) - (uuid 44d8279a-9cd1-4db6-856f-0363131605fc) - ) - (junction (at 316.23 104.14) (diameter 0) (color 0 0 0 0) - (uuid 477892a1-722e-4cda-bb6c-fcdb8ba5f93e) - ) - (junction (at 231.14 115.57) (diameter 0) (color 0 0 0 0) - (uuid 4b03e854-02fe-44cc-bece-f8268b7cae54) - ) - (junction (at 257.81 203.2) (diameter 0) (color 0 0 0 0) - (uuid 4d4fecdd-be4a-47e9-9085-2268d5852d8f) - ) - (junction (at 189.23 203.2) (diameter 0) (color 0 0 0 0) - (uuid 4fb21471-41be-4be8-9687-66030f97befc) - ) - (junction (at 218.44 125.73) (diameter 0) (color 0 0 0 0) - (uuid 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7) - ) - (junction (at 120.65 125.73) (diameter 0) (color 0 0 0 0) - (uuid 5114c7bf-b955-49f3-a0a8-4b954c81bde0) - ) - (junction (at 219.71 254) (diameter 0) (color 0 0 0 0) - (uuid 560d05a7-84e4-403a-80d1-f287a4032b8a) - ) - (junction (at 292.1 227.33) (diameter 0) (color 0 0 0 0) - (uuid 593b8647-0095-46cc-ba23-3cf2a86edb5e) - ) - (junction (at 162.56 125.73) (diameter 0) (color 0 0 0 0) - (uuid 5b34a16c-5a14-4291-8242-ea6d6ac54372) - ) - (junction (at 135.89 125.73) (diameter 0) (color 0 0 0 0) - (uuid 5bcace5d-edd0-4e19-92d0-835e43cf8eb2) - ) - (junction (at 260.35 271.78) (diameter 0) (color 0 0 0 0) - (uuid 5c32b099-dba7-4228-8a5e-c2156f635ce2) - ) - (junction (at 107.95 262.89) (diameter 0) (color 0 0 0 0) - (uuid 5eedf685-0df3-4da8-aded-0e6ed1cb2507) - ) - (junction (at 148.59 213.36) (diameter 0) (color 0 0 0 0) - (uuid 63ff1c93-3f96-4c33-b498-5dd8c33bccc0) - ) - (junction (at 274.32 142.24) (diameter 0) (color 0 0 0 0) - (uuid 699feae1-8cdd-4d2b-947f-f24849c73cdb) - ) - (junction (at 269.24 43.18) (diameter 0) (color 0 0 0 0) - (uuid 6a2bcc72-047b-4846-8583-1109e3552669) - ) - (junction (at 168.91 262.89) (diameter 0) (color 0 0 0 0) - (uuid 6b8ac91e-9d2b-49db-8a80-1da009ad1c5e) - ) - (junction (at 106.68 203.2) (diameter 0) (color 0 0 0 0) - (uuid 704d6d51-bb34-4cbf-83d8-841e208048d8) - ) - (junction (at 189.23 213.36) (diameter 0) (color 0 0 0 0) - (uuid 70e15522-1572-4451-9c0d-6d36ac70d8c6) - ) - (junction (at 231.14 203.2) (diameter 0) (color 0 0 0 0) - (uuid 71c6e723-673c-45a9-a0e4-9742220c52a3) - ) - (junction (at 295.91 118.11) (diameter 0) (color 0 0 0 0) - (uuid 71f92193-19b0-44ed-bc7f-77535083d769) - ) - (junction (at 199.39 271.78) (diameter 0) (color 0 0 0 0) - (uuid 7273dd21-e834-41d3-b279-d7de727709ca) - ) - (junction (at 177.8 203.2) (diameter 0) (color 0 0 0 0) - (uuid 75ffc65c-7132-4411-9f2a-ae0c73d79338) - ) - (junction (at 224.79 52.07) (diameter 0) (color 0 0 0 0) - (uuid 78f9c3d3-3556-46f6-9744-05ad54b330f0) - ) - (junction (at 295.91 130.81) (diameter 0) (color 0 0 0 0) - (uuid 795e68e2-c9ba-45cf-9bff-89b8fae05b5a) - ) - (junction (at 176.53 63.5) (diameter 0) (color 0 0 0 0) - (uuid 7c411b3e-aca2-424f-b644-2d21c9d80fa7) - ) - (junction (at 270.51 262.89) (diameter 0) (color 0 0 0 0) - (uuid 7d2eba81-aa80-4257-a5a7-9a6179da897e) - ) - (junction (at 148.59 262.89) (diameter 0) (color 0 0 0 0) - (uuid 7eb32ed1-4320-49ba-8487-1c88e4824fe3) - ) - (junction (at 64.77 271.78) (diameter 0) (color 0 0 0 0) - (uuid 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd) - ) - (junction (at 280.67 271.78) (diameter 0) (color 0 0 0 0) - (uuid 83e349fb-6338-43f9-ad3f-2e7f4b8bb4a9) - ) - (junction (at 260.35 115.57) (diameter 0) (color 0 0 0 0) - (uuid 88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8) - ) - (junction (at 118.11 271.78) (diameter 0) (color 0 0 0 0) - (uuid 89a3dae6-dcb5-435b-a383-656b6a19a316) - ) - (junction (at 218.44 168.91) (diameter 0) (color 0 0 0 0) - (uuid 8b290a17-6328-4178-9131-29524d345539) - ) - (junction (at 177.8 115.57) (diameter 0) (color 0 0 0 0) - (uuid 8c0807a7-765b-4fa5-baaa-e09a2b610e6b) - ) - (junction (at 257.81 215.9) (diameter 0) (color 0 0 0 0) - (uuid 8de2d84c-ff45-4d4f-bc49-c166f6ae6b91) - ) - (junction (at 135.89 83.82) (diameter 0) (color 0 0 0 0) - (uuid 8f12311d-6f4c-4d28-a5bc-d6cb462bade7) - ) - (junction (at 128.27 262.89) (diameter 0) (color 0 0 0 0) - (uuid 90fd611c-300b-48cf-a7c4-0d604953cd00) - ) - (junction (at 63.5 88.9) (diameter 0) (color 0 0 0 0) - (uuid 9390234f-bf3f-46cd-b6a0-8a438ec76e9f) - ) - (junction (at 229.87 262.89) (diameter 0) (color 0 0 0 0) - (uuid 94c3d0e3-d7fb-421d-bbb4-5c800d76c809) - ) - (junction (at 287.02 203.2) (diameter 0) (color 0 0 0 0) - (uuid 9565d2ee-a4f1-4d08-b2c9-0264233a0d2b) - ) - (junction (at 162.56 213.36) (diameter 0) (color 0 0 0 0) - (uuid 97fe9c60-586f-4895-8504-4d3729f5f81a) - ) - (junction (at 218.44 83.82) (diameter 0) (color 0 0 0 0) - (uuid 98b00c9d-9188-4bce-aa70-92d12dd9cf82) - ) - (junction (at 177.8 83.82) (diameter 0) (color 0 0 0 0) - (uuid 997c2f12-73ba-4c01-9ee0-42e37cbab790) - ) - (junction (at 209.55 262.89) (diameter 0) (color 0 0 0 0) - (uuid a26bdee6-0e16-4ea6-87f7-fb32c714896e) - ) - (junction (at 219.71 271.78) (diameter 0) (color 0 0 0 0) - (uuid a686ed7c-c2d1-4d29-9d54-727faf9fd6bf) - ) - (junction (at 158.75 254) (diameter 0) (color 0 0 0 0) - (uuid af76ce95-feca-41fb-bf31-edaa26d6766a) - ) - (junction (at 218.44 115.57) (diameter 0) (color 0 0 0 0) - (uuid b7867831-ef82-4f33-a926-59e5c1c09b91) - ) - (junction (at 224.79 35.56) (diameter 0) (color 0 0 0 0) - (uuid b854a395-bfc6-4140-9640-75d4f9296771) - ) - (junction (at 97.79 254) (diameter 0) (color 0 0 0 0) - (uuid c07eebcc-30d2-439d-8030-faea6ade4486) - ) - (junction (at 189.23 125.73) (diameter 0) (color 0 0 0 0) - (uuid c106154f-d948-43e5-abfa-e1b96055d91b) - ) - (junction (at 203.2 213.36) (diameter 0) (color 0 0 0 0) - (uuid c25a772d-af9c-4ebc-96f6-0966738c13a8) - ) - (junction (at 69.85 264.16) (diameter 0) (color 0 0 0 0) - (uuid c3f9232f-fb75-4e68-bf71-f41c035af1c1) - ) - (junction (at 138.43 271.78) (diameter 0) (color 0 0 0 0) - (uuid c66a19ed-90c0-4502-ae75-6a4c4ab9f297) - ) - (junction (at 135.89 168.91) (diameter 0) (color 0 0 0 0) - (uuid c67ad10d-2f75-4ec6-a139-47058f7f06b2) - ) - (junction (at 218.44 213.36) (diameter 0) (color 0 0 0 0) - (uuid c8c79177-94d4-43e2-a654-f0a5554fbb68) - ) - (junction (at 135.89 115.57) (diameter 0) (color 0 0 0 0) - (uuid ca5a4651-0d1d-441b-b17d-01518ef3b656) - ) - (junction (at 269.24 31.75) (diameter 0) (color 0 0 0 0) - (uuid cbde200f-1075-469a-89f8-abbdcf30e36a) - ) - (junction (at 278.13 168.91) (diameter 0) (color 0 0 0 0) - (uuid d01102e9-b170-4eb1-a0a4-9a31feb850b7) - ) - (junction (at 176.53 35.56) (diameter 0) (color 0 0 0 0) - (uuid d102186a-5b58-41d0-9985-3dbb3593f397) - ) - (junction (at 118.11 254) (diameter 0) (color 0 0 0 0) - (uuid d13b0eae-4711-4325-a6bb-aa8e3646e86e) - ) - (junction (at 231.14 125.73) (diameter 0) (color 0 0 0 0) - (uuid d2d7bea6-0c22-495f-8666-323b30e03150) - ) - (junction (at 177.8 213.36) (diameter 0) (color 0 0 0 0) - (uuid d4a1d3c4-b315-4bec-9220-d12a9eab51e0) - ) - (junction (at 250.19 262.89) (diameter 0) (color 0 0 0 0) - (uuid d6040293-95f0-436a-938c-ad69875a4be8) - ) - (junction (at 240.03 254) (diameter 0) (color 0 0 0 0) - (uuid d68dca9b-48b3-498b-9b5f-3b3838250f82) - ) - (junction (at 260.35 254) (diameter 0) (color 0 0 0 0) - (uuid dad2f9a9-292b-4f7e-9524-a263f3c1ba74) - ) - (junction (at 177.8 125.73) (diameter 0) (color 0 0 0 0) - (uuid e40e8cef-4fb0-4fc3-be09-3875b2cc8469) - ) - (junction (at 97.79 271.78) (diameter 0) (color 0 0 0 0) - (uuid e65bab67-68b7-4b22-a939-6f2c05164d2a) - ) - (junction (at 158.75 271.78) (diameter 0) (color 0 0 0 0) - (uuid f23ac723-a36d-491d-9473-7ec0ffed332d) - ) - (junction (at 198.12 38.1) (diameter 0) (color 0 0 0 0) - (uuid f2480d0c-9b08-4037-9175-b2369af04d4c) - ) - (junction (at 106.68 115.57) (diameter 0) (color 0 0 0 0) - (uuid f40d350f-0d3e-4f8a-b004-d950f2f8f1ba) - ) - (junction (at 321.31 48.26) (diameter 0) (color 0 0 0 0) - (uuid f56d244f-1fa4-4475-ac1d-f41eed31a48b) - ) - (junction (at 240.03 271.78) (diameter 0) (color 0 0 0 0) - (uuid f6a3288e-9575-42bb-af05-a920d59aded8) - ) - (junction (at 260.35 125.73) (diameter 0) (color 0 0 0 0) - (uuid f6c644f4-3036-41a6-9e14-2c08c079c6cd) - ) - (junction (at 106.68 213.36) (diameter 0) (color 0 0 0 0) - (uuid f71da641-16e6-4257-80c3-0b9d804fee4f) - ) - (junction (at 179.07 254) (diameter 0) (color 0 0 0 0) - (uuid f8b47531-6c06-4e54-9fc9-cd9d0f3dd69f) - ) - (junction (at 278.13 189.23) (diameter 0) (color 0 0 0 0) - (uuid f959907b-1cef-4760-b043-4260a660a2ae) - ) - (junction (at 27.94 257.81) (diameter 0) (color 0 0 0 0) - (uuid f9865a9f-edb8-49c7-828f-4896e1f3047a) - ) - (junction (at 95.25 86.36) (diameter 0) (color 0 0 0 0) - (uuid f988d6ea-11c5-4837-b1d1-5c292ded50c6) - ) - (junction (at 303.53 45.72) (diameter 0) (color 0 0 0 0) - (uuid fad4c712-0a2e-465d-a9f8-83d26bd66e37) - ) - (junction (at 86.36 86.36) (diameter 0) (color 0 0 0 0) - (uuid fe14c012-3d58-4e5e-9a37-4b9765a7f764) - ) - - (wire (pts (xy 203.2 146.05) (xy 203.2 142.24)) - (stroke (width 0) (type default)) - (uuid 009a4fb4-fcc0-4623-ae5d-c1bae3219583) - ) - (wire (pts (xy 316.23 104.14) (xy 316.23 115.57)) - (stroke (width 0) (type default)) - (uuid 009b5465-0a65-4237-93e7-eb65321eeb18) - ) - (wire (pts (xy 295.91 104.14) (xy 316.23 104.14)) - (stroke (width 0) (type default)) - (uuid 00f3ea8b-8a54-4e56-84ff-d98f6c00496c) - ) - (wire (pts (xy 287.02 203.2) (xy 287.02 213.36)) - (stroke (width 0) (type default)) - (uuid 011ee658-718d-416a-85fd-961729cd1ee5) - ) - (wire (pts (xy 224.79 52.07) (xy 224.79 63.5)) - (stroke (width 0) (type default)) - (uuid 014d13cd-26ad-4d0e-86ad-a43b541cab14) - ) - (wire (pts (xy 177.8 43.18) (xy 177.8 40.64)) - (stroke (width 0) (type default)) - (uuid 01f82238-6335-48fe-8b0a-6853e227345a) - ) - (wire (pts (xy 270.51 271.78) (xy 280.67 271.78)) - (stroke (width 0) (type default)) - (uuid 044de712-d3da-40ed-9c9f-d91ef285c74c) - ) - (wire (pts (xy 135.89 168.91) (xy 135.89 189.23)) - (stroke (width 0) (type default)) - (uuid 04cf2f2c-74bf-400d-b4f6-201720df00ed) - ) - (wire (pts (xy 298.45 45.72) (xy 303.53 45.72)) - (stroke (width 0) (type default)) - (uuid 051b8cb0-ae77-4e09-98a7-bf2103319e66) - ) - (wire (pts (xy 189.23 203.2) (xy 189.23 213.36)) - (stroke (width 0) (type default)) - (uuid 0755aee5-bc01-4cb5-b830-583289df50a3) - ) - (wire (pts (xy 135.89 196.85) (xy 135.89 203.2)) - (stroke (width 0) (type default)) - (uuid 0b21a65d-d20b-411e-920a-75c343ac5136) - ) - (wire (pts (xy 224.79 22.86) (xy 224.79 35.56)) - (stroke (width 0) (type default)) - (uuid 0cbeb329-a88d-4a47-a5c2-a1d693de2f8c) - ) - (wire (pts (xy 260.35 125.73) (xy 260.35 139.7)) - (stroke (width 0) (type default)) - (uuid 0cc45b5b-96b3-4284-9cae-a3a9e324a916) - ) - (wire (pts (xy 265.43 43.18) (xy 265.43 45.72)) - (stroke (width 0) (type default)) - (uuid 0cc9bf07-55b9-458f-b8aa-41b2f51fa940) - ) - (wire (pts (xy 168.91 271.78) (xy 179.07 271.78)) - (stroke (width 0) (type default)) - (uuid 0ce1dd44-f307-4f98-9f0d-478fd87daa64) - ) - (wire (pts (xy 321.31 48.26) (xy 320.04 48.26)) - (stroke (width 0) (type default)) - (uuid 0d993e48-cea3-4104-9c5a-d8f97b64a3ac) - ) - (wire (pts (xy 106.68 115.57) (xy 106.68 125.73)) - (stroke (width 0) (type default)) - (uuid 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d) - ) - (wire (pts (xy 177.8 40.64) (xy 180.34 40.64)) - (stroke (width 0) (type default)) - (uuid 0e249018-17e7-42b3-ae5d-5ebf3ae299ae) - ) - (wire (pts (xy 219.71 254) (xy 219.71 255.27)) - (stroke (width 0) (type default)) - (uuid 0e32af77-726b-4e11-9f99-2e2484ba9e9b) - ) - (wire (pts (xy 148.59 125.73) (xy 148.59 134.62)) - (stroke (width 0) (type default)) - (uuid 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459) - ) - (wire (pts (xy 106.68 203.2) (xy 106.68 213.36)) - (stroke (width 0) (type default)) - (uuid 0eaa98f0-9565-4637-ace3-42a5231b07f7) - ) - (wire (pts (xy 231.14 125.73) (xy 231.14 134.62)) - (stroke (width 0) (type default)) - (uuid 0f324b67-75ef-407f-8dbc-3c1fc5c2abba) - ) - (wire (pts (xy 177.8 203.2) (xy 177.8 213.36)) - (stroke (width 0) (type default)) - (uuid 0f54db53-a272-4955-88fb-d7ab00657bb0) - ) - (wire (pts (xy 278.13 200.66) (xy 275.59 200.66)) - (stroke (width 0) (type default)) - (uuid 0fd35a3e-b394-4aae-875a-fac843f9cbb7) - ) - (wire (pts (xy 250.19 271.78) (xy 260.35 271.78)) - (stroke (width 0) (type default)) - (uuid 112371bd-7aa2-4b47-b184-50d12afc2534) - ) - (wire (pts (xy 189.23 271.78) (xy 189.23 270.51)) - (stroke (width 0) (type default)) - (uuid 113ffcdf-4c54-4e37-81dc-f91efa934ba7) - ) - (wire (pts (xy 177.8 101.6) (xy 177.8 83.82)) - (stroke (width 0) (type default)) - (uuid 1199146e-a60b-416a-b503-e77d6d2892f9) - ) - (wire (pts (xy 106.68 229.87) (xy 106.68 233.68)) - (stroke (width 0) (type default)) - (uuid 127679a9-3981-4934-815e-896a4e3ff56e) - ) - (wire (pts (xy 293.37 130.81) (xy 295.91 130.81)) - (stroke (width 0) (type default)) - (uuid 143ed874-a01f-4ced-ba4e-bbb66ddd1f70) - ) - (wire (pts (xy 120.65 146.05) (xy 120.65 142.24)) - (stroke (width 0) (type default)) - (uuid 14c51520-6d91-4098-a59a-5121f2a898f7) - ) - (wire (pts (xy 209.55 254) (xy 219.71 254)) - (stroke (width 0) (type default)) - (uuid 152cd84e-bbed-4df5-a866-d1ab977b0966) - ) - (wire (pts (xy 64.77 271.78) (xy 69.85 271.78)) - (stroke (width 0) (type default)) - (uuid 15875808-74d5-4210-b8ca-aa8fbc04ae21) - ) - (wire (pts (xy 177.8 125.73) (xy 177.8 139.7)) - (stroke (width 0) (type default)) - (uuid 15fe8f3d-6077-4e0e-81d0-8ec3f4538981) - ) - (wire (pts (xy 240.03 254) (xy 240.03 255.27)) - (stroke (width 0) (type default)) - (uuid 165f4d8d-26a9-4cf2-a8d6-9936cd983be4) - ) - (wire (pts (xy 331.47 48.26) (xy 336.55 48.26)) - (stroke (width 0) (type default)) - (uuid 17ed3508-fa2e-4593-a799-bfd39a6cc14d) - ) - (wire (pts (xy 107.95 254) (xy 118.11 254)) - (stroke (width 0) (type default)) - (uuid 17ff35b3-d658-499b-9a46-ea36063fed4e) - ) - (wire (pts (xy 231.14 203.2) (xy 231.14 213.36)) - (stroke (width 0) (type default)) - (uuid 180245d9-4a3f-4d1b-adcc-b4eafac722e0) - ) - (wire (pts (xy 120.65 233.68) (xy 120.65 229.87)) - (stroke (width 0) (type default)) - (uuid 181abe7a-f941-42b6-bd46-aaa3131f90fb) - ) - (wire (pts (xy 124.46 125.73) (xy 120.65 125.73)) - (stroke (width 0) (type default)) - (uuid 182b2d54-931d-49d6-9f39-60a752623e36) - ) - (wire (pts (xy 313.69 227.33) (xy 313.69 215.9)) - (stroke (width 0) (type default)) - (uuid 18c61c95-8af1-4986-b67e-c7af9c15ab6b) - ) - (wire (pts (xy 66.04 83.82) (xy 66.04 73.66)) - (stroke (width 0) (type default)) - (uuid 18d11f32-e1a6-4f29-8e3c-0bfeb07299bd) - ) - (wire (pts (xy 91.44 81.28) (xy 91.44 88.9)) - (stroke (width 0) (type default)) - (uuid 18d3014d-7089-41b5-ab03-53cc0a265580) - ) - (wire (pts (xy 97.79 254) (xy 97.79 255.27)) - (stroke (width 0) (type default)) - (uuid 18f1018d-5857-4c32-a072-f3de80352f74) - ) - (wire (pts (xy 248.92 125.73) (xy 245.11 125.73)) - (stroke (width 0) (type default)) - (uuid 19b0959e-a79b-43b2-a5ad-525ced7e9131) - ) - (wire (pts (xy 198.12 66.04) (xy 195.58 66.04)) - (stroke (width 0) (type default)) - (uuid 1ab71a3c-340b-469a-ada5-4f87f0b7b2fa) - ) - (wire (pts (xy 135.89 168.91) (xy 177.8 168.91)) - (stroke (width 0) (type default)) - (uuid 1bdd5841-68b7-42e2-9447-cbdb608d8a08) - ) - (wire (pts (xy 162.56 224.79) (xy 162.56 213.36)) - (stroke (width 0) (type default)) - (uuid 1bf544e3-5940-4576-9291-2464e95c0ee2) - ) - (wire (pts (xy 233.68 115.57) (xy 231.14 115.57)) - (stroke (width 0) (type default)) - (uuid 1c68b844-c861-46b7-b734-0242168a4220) - ) - (wire (pts (xy 331.47 48.26) (xy 331.47 24.13)) - (stroke (width 0) (type default)) - (uuid 1c9f6fea-1796-4a2d-80b3-ae22ce51c8f5) - ) - (wire (pts (xy 255.27 45.72) (xy 198.12 45.72)) - (stroke (width 0) (type default)) - (uuid 1cb22080-0f59-4c18-a6e6-8685ef44ec53) - ) - (wire (pts (xy 203.2 213.36) (xy 199.39 213.36)) - (stroke (width 0) (type default)) - (uuid 1e8701fc-ad24-40ea-846a-e3db538d6077) - ) - (wire (pts (xy 106.68 171.45) (xy 95.25 171.45)) - (stroke (width 0) (type default)) - (uuid 2026567f-be64-41dd-8011-b0897ba0ff2e) - ) - (wire (pts (xy 317.5 34.29) (xy 321.31 34.29)) - (stroke (width 0) (type default)) - (uuid 20901d7e-a300-4069-8967-a6a7e97a68bc) - ) - (wire (pts (xy 176.53 35.56) (xy 176.53 22.86)) - (stroke (width 0) (type default)) - (uuid 20caf6d2-76a7-497e-ac56-f6d31eb9027b) - ) - (wire (pts (xy 189.23 254) (xy 189.23 255.27)) - (stroke (width 0) (type default)) - (uuid 2102c637-9f11-48f1-aae6-b4139dc22be2) - ) - (wire (pts (xy 316.23 115.57) (xy 313.69 115.57)) - (stroke (width 0) (type default)) - (uuid 221bef83-3ea7-4d3f-adeb-53a8a07c6273) - ) - (wire (pts (xy 231.14 196.85) (xy 231.14 203.2)) - (stroke (width 0) (type default)) - (uuid 2295a793-dfca-4b86-a3e5-abf1834e2790) - ) - (wire (pts (xy 203.2 137.16) (xy 203.2 125.73)) - (stroke (width 0) (type default)) - (uuid 22999e73-da32-43a5-9163-4b3a41614f25) - ) - (wire (pts (xy 288.29 81.28) (xy 288.29 45.72)) - (stroke (width 0) (type default)) - (uuid 234e1024-0b7f-410c-90bb-bae43af1eb25) - ) - (wire (pts (xy 214.63 125.73) (xy 218.44 125.73)) - (stroke (width 0) (type default)) - (uuid 240c10af-51b5-420e-a6f4-a2c8f5db1db5) - ) - (wire (pts (xy 106.68 125.73) (xy 106.68 134.62)) - (stroke (width 0) (type default)) - (uuid 240e5dac-6242-47a5-bbef-f76d11c715c0) - ) - (wire (pts (xy 81.28 264.16) (xy 81.28 262.89)) - (stroke (width 0) (type default)) - (uuid 251669f2-aed1-46fe-b2e4-9582ff1e4084) - ) - (wire (pts (xy 203.2 224.79) (xy 203.2 213.36)) - (stroke (width 0) (type default)) - (uuid 25d545dc-8f50-4573-922c-35ef5a2a3a19) - ) - (wire (pts (xy 86.36 86.36) (xy 95.25 86.36)) - (stroke (width 0) (type default)) - (uuid 269f19c3-6824-45a8-be29-fa58d70cbb42) - ) - (wire (pts (xy 128.27 254) (xy 138.43 254)) - (stroke (width 0) (type default)) - (uuid 275b6416-db29-42cc-9307-bf426917c3b4) - ) - (wire (pts (xy 218.44 168.91) (xy 278.13 168.91)) - (stroke (width 0) (type default)) - (uuid 27b2eb82-662b-42d8-90e6-830fec4bb8d2) - ) - (wire (pts (xy 295.91 118.11) (xy 298.45 118.11)) - (stroke (width 0) (type default)) - (uuid 2891767f-251c-48c4-91c0-deb1b368f45c) - ) - (wire (pts (xy 240.03 218.44) (xy 236.22 218.44)) - (stroke (width 0) (type default)) - (uuid 28e37b45-f843-47c2-85c9-ca19f5430ece) - ) - (wire (pts (xy 148.59 115.57) (xy 148.59 125.73)) - (stroke (width 0) (type default)) - (uuid 29195ea4-8218-44a1-b4bf-466bee0082e4) - ) - (wire (pts (xy 148.59 109.22) (xy 148.59 115.57)) - (stroke (width 0) (type default)) - (uuid 29e058a7-50a3-43e5-81c3-bfee53da08be) - ) - (wire (pts (xy 209.55 271.78) (xy 219.71 271.78)) - (stroke (width 0) (type default)) - (uuid 2a4111b7-8149-4814-9344-3b8119cd75e4) - ) - (wire (pts (xy 135.89 63.5) (xy 163.83 63.5)) - (stroke (width 0) (type default)) - (uuid 2a6075ae-c7fa-41db-86b8-3f996740bdc2) - ) - (wire (pts (xy 269.24 92.71) (xy 269.24 93.98)) - (stroke (width 0) (type default)) - (uuid 2cd3975a-2259-4fa9-8133-e1586b9b9618) - ) - (wire (pts (xy 218.44 115.57) (xy 218.44 125.73)) - (stroke (width 0) (type default)) - (uuid 2d697cf0-e02e-4ed1-a048-a704dab0ee43) - ) - (wire (pts (xy 116.84 115.57) (xy 135.89 115.57)) - (stroke (width 0) (type default)) - (uuid 2dc272bd-3aa2-45b5-889d-1d3c8aac80f8) - ) - (wire (pts (xy 209.55 271.78) (xy 209.55 270.51)) - (stroke (width 0) (type default)) - (uuid 2ee28fa9-d785-45a1-9a1b-1be02ad8cd0b) - ) - (wire (pts (xy 176.53 22.86) (xy 184.15 22.86)) - (stroke (width 0) (type default)) - (uuid 2f291a4b-4ecb-4692-9ad2-324f9784c0d4) - ) - (wire (pts (xy 278.13 189.23) (xy 278.13 186.69)) - (stroke (width 0) (type default)) - (uuid 30317bf0-88bb-49e7-bf8b-9f3883982225) - ) - (wire (pts (xy 177.8 109.22) (xy 177.8 115.57)) - (stroke (width 0) (type default)) - (uuid 309b3bff-19c8-41ec-a84d-63399c649f46) - ) - (wire (pts (xy 241.3 115.57) (xy 260.35 115.57)) - (stroke (width 0) (type default)) - (uuid 31540a7e-dc9e-4e4d-96b1-dab15efa5f4b) - ) - (wire (pts (xy 180.34 63.5) (xy 176.53 63.5)) - (stroke (width 0) (type default)) - (uuid 319639ae-c2c5-486d-93b1-d03bb1b64252) - ) - (wire (pts (xy 81.28 262.89) (xy 87.63 262.89)) - (stroke (width 0) (type default)) - (uuid 3198b8ca-7d11-4e0c-89a4-c173f9fcf724) - ) - (wire (pts (xy 255.27 40.64) (xy 198.12 40.64)) - (stroke (width 0) (type default)) - (uuid 31f91ec8-56e4-4e08-9ccd-012652772211) - ) - (wire (pts (xy 269.24 31.75) (xy 269.24 43.18)) - (stroke (width 0) (type default)) - (uuid 3249bd81-9fd4-4194-9b4f-2e333b2195b8) - ) - (wire (pts (xy 257.81 203.2) (xy 251.46 203.2)) - (stroke (width 0) (type default)) - (uuid 3326423d-8df7-4a7e-a354-349430b8fbd7) - ) - (wire (pts (xy 250.19 262.89) (xy 270.51 262.89)) - (stroke (width 0) (type default)) - (uuid 348dc703-3cab-4547-b664-e8b335a6083c) - ) - (wire (pts (xy 270.51 48.26) (xy 269.24 48.26)) - (stroke (width 0) (type default)) - (uuid 34c0bee6-7425-4435-8857-d1fe8dfb6d89) - ) - (wire (pts (xy 158.75 115.57) (xy 177.8 115.57)) - (stroke (width 0) (type default)) - (uuid 35a9f71f-ba35-47f6-814e-4106ac36c51e) - ) - (wire (pts (xy 260.35 271.78) (xy 260.35 270.51)) - (stroke (width 0) (type default)) - (uuid 386faf3f-2adf-472a-84bf-bd511edf2429) - ) - (wire (pts (xy 269.24 118.11) (xy 269.24 128.27)) - (stroke (width 0) (type default)) - (uuid 38a501e2-0ee8-439d-bd02-e9e90e7503e9) - ) - (wire (pts (xy 107.95 254) (xy 107.95 255.27)) - (stroke (width 0) (type default)) - (uuid 3993c707-5291-41b6-83c0-d1c09cb3833a) - ) - (wire (pts (xy 191.77 22.86) (xy 198.12 22.86)) - (stroke (width 0) (type default)) - (uuid 3a70978e-dcc2-4620-a99c-514362812927) - ) - (wire (pts (xy 162.56 213.36) (xy 158.75 213.36)) - (stroke (width 0) (type default)) - (uuid 3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7) - ) - (wire (pts (xy 334.01 189.23) (xy 334.01 200.66)) - (stroke (width 0) (type default)) - (uuid 3b686d17-1000-4762-ba31-589d599a3edf) - ) - (wire (pts (xy 87.63 262.89) (xy 107.95 262.89)) - (stroke (width 0) (type default)) - (uuid 3c3e06bd-c8bb-4ec8-84e0-f7f9437909b3) - ) - (wire (pts (xy 148.59 262.89) (xy 168.91 262.89)) - (stroke (width 0) (type default)) - (uuid 3d416885-b8b5-4f5c-bc29-39c6376095e8) - ) - (wire (pts (xy 87.63 271.78) (xy 97.79 271.78)) - (stroke (width 0) (type default)) - (uuid 3d552623-2969-4b15-8623-368144f225e9) - ) - (wire (pts (xy 177.8 196.85) (xy 177.8 203.2)) - (stroke (width 0) (type default)) - (uuid 3e903008-0276-4a73-8edb-5d9dfde6297c) - ) - (wire (pts (xy 288.29 45.72) (xy 285.75 45.72)) - (stroke (width 0) (type default)) - (uuid 3efa2ece-8f3f-4a8c-96e9-6ab3ec6f1f70) - ) - (wire (pts (xy 189.23 254) (xy 199.39 254)) - (stroke (width 0) (type default)) - (uuid 3f2a6679-91d7-4b6c-bf5c-c4d5abb2bc44) - ) - (wire (pts (xy 128.27 271.78) (xy 128.27 270.51)) - (stroke (width 0) (type default)) - (uuid 4086cbd7-6ba7-4e63-8da9-17e60627ee17) - ) - (wire (pts (xy 218.44 203.2) (xy 218.44 213.36)) - (stroke (width 0) (type default)) - (uuid 40976bf0-19de-460f-ad64-224d4f51e16b) - ) - (wire (pts (xy 281.94 118.11) (xy 269.24 118.11)) - (stroke (width 0) (type default)) - (uuid 411d4270-c66c-4318-b7fb-1470d34862b8) - ) - (wire (pts (xy 257.81 189.23) (xy 278.13 189.23)) - (stroke (width 0) (type default)) - (uuid 4185c36c-c66e-4dbd-be5d-841e551f4885) - ) - (wire (pts (xy 303.53 45.72) (xy 304.8 45.72)) - (stroke (width 0) (type default)) - (uuid 422b10b9-e829-44a2-8808-05edd8cb3050) - ) - (wire (pts (xy 288.29 21.59) (xy 288.29 31.75)) - (stroke (width 0) (type default)) - (uuid 430d6d73-9de6-41ca-b788-178d709f4aae) - ) - (wire (pts (xy 334.01 189.23) (xy 334.01 186.69)) - (stroke (width 0) (type default)) - (uuid 44646447-0a8e-4aec-a74e-22bf765d0f33) - ) - (wire (pts (xy 316.23 83.82) (xy 260.35 83.82)) - (stroke (width 0) (type default)) - (uuid 479331ff-c540-41f4-84e6-b48d65171e59) - ) - (wire (pts (xy 109.22 213.36) (xy 106.68 213.36)) - (stroke (width 0) (type default)) - (uuid 48ab88d7-7084-4d02-b109-3ad55a30bb11) - ) - (wire (pts (xy 168.91 254) (xy 179.07 254)) - (stroke (width 0) (type default)) - (uuid 4970ec6e-3725-4619-b57d-dc2c2cb86ed0) - ) - (wire (pts (xy 203.2 233.68) (xy 203.2 229.87)) - (stroke (width 0) (type default)) - (uuid 4a21e717-d46d-4d9e-8b98-af4ecb02d3ec) - ) - (wire (pts (xy 179.07 271.78) (xy 179.07 270.51)) - (stroke (width 0) (type default)) - (uuid 4a53fa56-d65b-42a4-a4be-8f49c4c015bb) - ) - (wire (pts (xy 316.23 104.14) (xy 316.23 101.6)) - (stroke (width 0) (type default)) - (uuid 4d586a18-26c5-441e-a9ff-8125ee516126) - ) - (wire (pts (xy 128.27 262.89) (xy 148.59 262.89)) - (stroke (width 0) (type default)) - (uuid 4d967454-338c-4b89-8534-9457e15bf2f2) - ) - (wire (pts (xy 307.34 227.33) (xy 313.69 227.33)) - (stroke (width 0) (type default)) - (uuid 4e27930e-1827-4788-aa6b-487321d46602) - ) - (wire (pts (xy 257.81 203.2) (xy 260.35 203.2)) - (stroke (width 0) (type default)) - (uuid 4ec618ae-096f-4256-9328-005ee04f13d6) - ) - (wire (pts (xy 218.44 196.85) (xy 218.44 203.2)) - (stroke (width 0) (type default)) - (uuid 4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec) - ) - (wire (pts (xy 120.65 213.36) (xy 116.84 213.36)) - (stroke (width 0) (type default)) - (uuid 4fb02e58-160a-4a39-9f22-d0c75e82ee72) - ) - (wire (pts (xy 180.34 68.58) (xy 177.8 68.58)) - (stroke (width 0) (type default)) - (uuid 52a8f1be-73ca-41a8-bc24-2320706b0ec1) - ) - (wire (pts (xy 63.5 91.44) (xy 63.5 88.9)) - (stroke (width 0) (type default)) - (uuid 53e34696-241f-47e5-a477-f469335c8a61) - ) - (wire (pts (xy 148.59 254) (xy 148.59 255.27)) - (stroke (width 0) (type default)) - (uuid 54ed3ee1-891b-418e-ab9c-6a18747d7388) - ) - (wire (pts (xy 69.85 264.16) (xy 64.77 264.16)) - (stroke (width 0) (type default)) - (uuid 5740c959-93d8-47fd-8f68-62f0109e753d) - ) - (wire (pts (xy 218.44 125.73) (xy 218.44 139.7)) - (stroke (width 0) (type default)) - (uuid 592f25e6-a01b-47fd-8172-3da01117d00a) - ) - (wire (pts (xy 229.87 271.78) (xy 240.03 271.78)) - (stroke (width 0) (type default)) - (uuid 59f60168-cced-43c9-aaa5-41a1a8a2f631) - ) - (wire (pts (xy 287.02 185.42) (xy 287.02 187.96)) - (stroke (width 0) (type default)) - (uuid 5a397f61-35c4-4c18-9dcd-73a2d44cc9af) - ) - (wire (pts (xy 148.59 142.24) (xy 148.59 146.05)) - (stroke (width 0) (type default)) - (uuid 5cf2db29-f7ab-499a-9907-cdeba64bf0f3) - ) - (wire (pts (xy 287.02 195.58) (xy 287.02 203.2)) - (stroke (width 0) (type default)) - (uuid 5cff09b0-b3d4-41a7-a6a4-7f917b40eda9) - ) - (wire (pts (xy 177.8 168.91) (xy 218.44 168.91)) - (stroke (width 0) (type default)) - (uuid 5d3d7893-1d11-4f1d-9052-85cf0e07d281) - ) - (wire (pts (xy 231.14 227.33) (xy 231.14 229.87)) - (stroke (width 0) (type default)) - (uuid 5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7) - ) - (wire (pts (xy 303.53 34.29) (xy 303.53 45.72)) - (stroke (width 0) (type default)) - (uuid 5f6afe3e-3cb2-473a-819c-dc94ae52a6be) - ) - (wire (pts (xy 292.1 227.33) (xy 292.1 229.87)) - (stroke (width 0) (type default)) - (uuid 60aa0ce8-9d0e-48ca-bbf9-866403979e9b) - ) - (wire (pts (xy 168.91 271.78) (xy 168.91 270.51)) - (stroke (width 0) (type default)) - (uuid 6150c02b-beb5-4af1-951e-3666a285a6ea) - ) - (wire (pts (xy 151.13 203.2) (xy 148.59 203.2)) - (stroke (width 0) (type default)) - (uuid 61fe293f-6808-4b7f-9340-9aaac7054a97) - ) - (wire (pts (xy 274.32 133.35) (xy 274.32 142.24)) - (stroke (width 0) (type default)) - (uuid 61fe4c73-be59-4519-98f1-a634322a841d) - ) - (wire (pts (xy 135.89 109.22) (xy 135.89 115.57)) - (stroke (width 0) (type default)) - (uuid 6284122b-79c3-4e04-925e-3d32cc3ec077) - ) - (wire (pts (xy 198.12 38.1) (xy 195.58 38.1)) - (stroke (width 0) (type default)) - (uuid 62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2) - ) - (wire (pts (xy 68.58 83.82) (xy 66.04 83.82)) - (stroke (width 0) (type default)) - (uuid 6325c32f-c82a-4357-b022-f9c7e76f412e) - ) - (wire (pts (xy 207.01 125.73) (xy 203.2 125.73)) - (stroke (width 0) (type default)) - (uuid 658dad07-97fd-466c-8b49-21892ac96ea4) - ) - (wire (pts (xy 135.89 203.2) (xy 135.89 213.36)) - (stroke (width 0) (type default)) - (uuid 66116376-6967-4178-9f23-a26cdeafc400) - ) - (wire (pts (xy 115.57 88.9) (xy 91.44 88.9)) - (stroke (width 0) (type default)) - (uuid 662bafcb-dcfb-4471-a8a9-f5c777fdf249) - ) - (wire (pts (xy 270.51 254) (xy 280.67 254)) - (stroke (width 0) (type default)) - (uuid 6762c669-2824-49a2-8bd4-3f19091dd75a) - ) - (wire (pts (xy 106.68 109.22) (xy 106.68 115.57)) - (stroke (width 0) (type default)) - (uuid 676efd2f-1c48-4786-9e4b-2444f1e8f6ff) - ) - (wire (pts (xy 162.56 125.73) (xy 158.75 125.73)) - (stroke (width 0) (type default)) - (uuid 6781326c-6e0d-4753-8f28-0f5c687e01f9) - ) - (wire (pts (xy 86.36 86.36) (xy 83.82 86.36)) - (stroke (width 0) (type default)) - (uuid 6afc19cf-38b4-47a3-bc2b-445b18724310) - ) - (wire (pts (xy 135.89 115.57) (xy 135.89 125.73)) - (stroke (width 0) (type default)) - (uuid 6c2d26bc-6eca-436c-8025-79f817bf57d6) - ) - (wire (pts (xy 269.24 48.26) (xy 269.24 49.53)) - (stroke (width 0) (type default)) - (uuid 6cb535a7-247d-4f99-997d-c21b160eadfa) - ) - (wire (pts (xy 207.01 33.02) (xy 201.93 33.02)) - (stroke (width 0) (type default)) - (uuid 6d0c9e39-9878-44c8-8283-9a59e45006fa) - ) - (wire (pts (xy 189.23 229.87) (xy 189.23 233.68)) - (stroke (width 0) (type default)) - (uuid 6d26d68f-1ca7-4ff3-b058-272f1c399047) - ) - (wire (pts (xy 203.2 125.73) (xy 199.39 125.73)) - (stroke (width 0) (type default)) - (uuid 6e68f0cd-800e-4167-9553-71fc59da1eeb) - ) - (wire (pts (xy 198.12 45.72) (xy 198.12 52.07)) - (stroke (width 0) (type default)) - (uuid 701e1517-e8cf-46f4-b538-98e721c97380) - ) - (wire (pts (xy 269.24 109.22) (xy 269.24 118.11)) - (stroke (width 0) (type default)) - (uuid 70abf340-8b3e-403e-a5e2-d8f35caa2f87) - ) - (wire (pts (xy 288.29 31.75) (xy 281.94 31.75)) - (stroke (width 0) (type default)) - (uuid 70d34adf-9bd8-469e-8c77-5c0d7adf511e) - ) - (wire (pts (xy 106.68 196.85) (xy 106.68 203.2)) - (stroke (width 0) (type default)) - (uuid 716e31c5-485f-40b5-88e3-a75900da9811) - ) - (wire (pts (xy 260.35 254) (xy 260.35 255.27)) - (stroke (width 0) (type default)) - (uuid 72366acb-6c86-4134-89df-01ed6e4dc8e0) - ) - (wire (pts (xy 250.19 254) (xy 250.19 255.27)) - (stroke (width 0) (type default)) - (uuid 7274c82d-0cb9-47de-b093-7d848f491410) - ) - (wire (pts (xy 303.53 24.13) (xy 303.53 34.29)) - (stroke (width 0) (type default)) - (uuid 73fbe87f-3928-49c2-bf87-839d907c6aef) - ) - (wire (pts (xy 229.87 254) (xy 240.03 254)) - (stroke (width 0) (type default)) - (uuid 74855e0d-40e4-4940-a544-edae9207b2ea) - ) - (wire (pts (xy 158.75 254) (xy 158.75 255.27)) - (stroke (width 0) (type default)) - (uuid 749d9ed0-2ff2-4b55-abc5-f7231ec3aa28) - ) - (wire (pts (xy 132.08 213.36) (xy 135.89 213.36)) - (stroke (width 0) (type default)) - (uuid 749dfe75-c0d6-4872-9330-29c5bbcb8ff8) - ) - (wire (pts (xy 168.91 254) (xy 168.91 255.27)) - (stroke (width 0) (type default)) - (uuid 755f94aa-38f0-4a64-a7c7-6c71cb18cddf) - ) - (wire (pts (xy 180.34 35.56) (xy 176.53 35.56)) - (stroke (width 0) (type default)) - (uuid 759788bd-3cb9-4d38-b58c-5cb10b7dca6b) - ) - (wire (pts (xy 191.77 203.2) (xy 189.23 203.2)) - (stroke (width 0) (type default)) - (uuid 7599133e-c681-4202-85d9-c20dac196c64) - ) - (wire (pts (xy 303.53 50.8) (xy 304.8 50.8)) - (stroke (width 0) (type default)) - (uuid 76afa8e0-9b3a-439d-843c-ad039d3b6354) - ) - (wire (pts (xy 224.79 63.5) (xy 222.25 63.5)) - (stroke (width 0) (type default)) - (uuid 7744b6ee-910d-401d-b730-65c35d3d8092) - ) - (wire (pts (xy 269.24 43.18) (xy 265.43 43.18)) - (stroke (width 0) (type default)) - (uuid 775e8983-a723-43c5-bf00-61681f0840f3) - ) - (wire (pts (xy 91.44 88.9) (xy 91.44 173.99)) - (stroke (width 0) (type default)) - (uuid 77aa6db5-9b8d-4983-b88e-30fe5af25975) - ) - (wire (pts (xy 118.11 254) (xy 118.11 255.27)) - (stroke (width 0) (type default)) - (uuid 78b44915-d68e-4488-a873-34767153ef98) - ) - (wire (pts (xy 218.44 189.23) (xy 218.44 168.91)) - (stroke (width 0) (type default)) - (uuid 79476267-290e-445f-995b-0afd0e11a4b5) - ) - (wire (pts (xy 313.69 215.9) (xy 313.69 203.2)) - (stroke (width 0) (type default)) - (uuid 7a2f50f6-0c99-4e8d-9c2a-8f2f961d2e6d) - ) - (wire (pts (xy 292.1 218.44) (xy 292.1 227.33)) - (stroke (width 0) (type default)) - (uuid 7a74c4b1-6243-4a12-85a2-bc41d346e7aa) - ) - (wire (pts (xy 245.11 137.16) (xy 245.11 125.73)) - (stroke (width 0) (type default)) - (uuid 7c04618d-9115-4179-b234-a8faf854ea92) - ) - (wire (pts (xy 176.53 63.5) (xy 176.53 52.07)) - (stroke (width 0) (type default)) - (uuid 7c2008c8-0626-4a09-a873-065e83502a0e) - ) - (wire (pts (xy 265.43 40.64) (xy 265.43 43.18)) - (stroke (width 0) (type default)) - (uuid 7c5f3091-7791-43b3-8d50-43f6a72274c9) - ) - (wire (pts (xy 287.02 213.36) (xy 295.91 213.36)) - (stroke (width 0) (type default)) - (uuid 7d76d925-f900-42af-a03f-bb32d2381b09) - ) - (wire (pts (xy 313.69 203.2) (xy 307.34 203.2)) - (stroke (width 0) (type default)) - (uuid 7e1217ba-8a3d-4079-8d7b-b45f90cfbf53) - ) - (wire (pts (xy 173.99 213.36) (xy 177.8 213.36)) - (stroke (width 0) (type default)) - (uuid 80094b70-85ab-4ff6-934b-60d5ee65023a) - ) - (wire (pts (xy 207.01 38.1) (xy 198.12 38.1)) - (stroke (width 0) (type default)) - (uuid 810ed4ff-ffe2-4032-9af6-fb5ada3bae5b) - ) - (wire (pts (xy 109.22 203.2) (xy 106.68 203.2)) - (stroke (width 0) (type default)) - (uuid 8174b4de-74b1-48db-ab8e-c8432251095b) - ) - (wire (pts (xy 231.14 142.24) (xy 231.14 146.05)) - (stroke (width 0) (type default)) - (uuid 8195a7cf-4576-44dd-9e0e-ee048fdb93dd) - ) - (wire (pts (xy 203.2 60.96) (xy 203.2 52.07)) - (stroke (width 0) (type default)) - (uuid 83021f70-e61e-4ad3-bae7-b9f02b28be4f) - ) - (wire (pts (xy 255.27 215.9) (xy 257.81 215.9)) - (stroke (width 0) (type default)) - (uuid 8458d41c-5d62-455d-b6e1-9f718c0faac9) - ) - (wire (pts (xy 86.36 73.66) (xy 86.36 86.36)) - (stroke (width 0) (type default)) - (uuid 84d296ba-3d39-4264-ad19-947f90c54396) - ) - (wire (pts (xy 331.47 24.13) (xy 326.39 24.13)) - (stroke (width 0) (type default)) - (uuid 86ad0555-08b3-4dde-9a3e-c1e5e29b6615) - ) - (wire (pts (xy 52.07 88.9) (xy 53.34 88.9)) - (stroke (width 0) (type default)) - (uuid 88002554-c459-46e5-8b22-6ea6fe07fd4c) - ) - (wire (pts (xy 236.22 218.44) (xy 236.22 227.33)) - (stroke (width 0) (type default)) - (uuid 88610282-a92d-4c3d-917a-ea95d59e0759) - ) - (wire (pts (xy 191.77 115.57) (xy 189.23 115.57)) - (stroke (width 0) (type default)) - (uuid 88668202-3f0b-4d07-84d4-dcd790f57272) - ) - (wire (pts (xy 209.55 254) (xy 209.55 255.27)) - (stroke (width 0) (type default)) - (uuid 8a427111-6480-4b0c-b097-d8b6a0ee1819) - ) - (wire (pts (xy 148.59 271.78) (xy 148.59 270.51)) - (stroke (width 0) (type default)) - (uuid 8a8c373f-9bc3-4cf7-8f41-4802da916698) - ) - (wire (pts (xy 265.43 45.72) (xy 262.89 45.72)) - (stroke (width 0) (type default)) - (uuid 8ac400bf-c9b3-4af4-b0a7-9aa9ab4ad17e) - ) - (wire (pts (xy 227.33 52.07) (xy 224.79 52.07)) - (stroke (width 0) (type default)) - (uuid 8b7bbefd-8f78-41f8-809c-2534a5de3b39) - ) - (wire (pts (xy 97.79 271.78) (xy 97.79 270.51)) - (stroke (width 0) (type default)) - (uuid 8bd46048-cab7-4adf-af9a-bc2710c1894c) - ) - (wire (pts (xy 260.35 115.57) (xy 260.35 125.73)) - (stroke (width 0) (type default)) - (uuid 8c1605f9-6c91-4701-96bf-e753661d5e23) - ) - (wire (pts (xy 199.39 203.2) (xy 218.44 203.2)) - (stroke (width 0) (type default)) - (uuid 8c514922-ffe1-4e37-a260-e807409f2e0d) - ) - (wire (pts (xy 287.02 227.33) (xy 287.02 229.87)) - (stroke (width 0) (type default)) - (uuid 8cd050d6-228c-4da0-9533-b4f8d14cfb34) - ) - (wire (pts (xy 60.96 88.9) (xy 63.5 88.9)) - (stroke (width 0) (type default)) - (uuid 8cdc8ef9-532e-4bf5-9998-7213b9e692a2) - ) - (wire (pts (xy 106.68 142.24) (xy 106.68 146.05)) - (stroke (width 0) (type default)) - (uuid 8d9a3ecc-539f-41da-8099-d37cea9c28e7) - ) - (wire (pts (xy 148.59 203.2) (xy 148.59 213.36)) - (stroke (width 0) (type default)) - (uuid 8da933a9-35f8-42e6-8504-d1bab7264306) - ) - (wire (pts (xy 229.87 254) (xy 229.87 255.27)) - (stroke (width 0) (type default)) - (uuid 8e697b96-cf4c-43ef-b321-8c2422b088bf) - ) - (wire (pts (xy 295.91 130.81) (xy 295.91 118.11)) - (stroke (width 0) (type default)) - (uuid 8fcec304-c6b1-4655-8326-beacd0476953) - ) - (wire (pts (xy 189.23 196.85) (xy 189.23 203.2)) - (stroke (width 0) (type default)) - (uuid 911bdcbe-493f-4e21-a506-7cbc636e2c17) - ) - (wire (pts (xy 189.23 115.57) (xy 189.23 125.73)) - (stroke (width 0) (type default)) - (uuid 91c1eb0a-67ae-4ef0-95ce-d060a03a7313) - ) - (wire (pts (xy 128.27 254) (xy 128.27 255.27)) - (stroke (width 0) (type default)) - (uuid 91fc5800-6029-46b1-848d-ca0091f97267) - ) - (wire (pts (xy 257.81 227.33) (xy 257.81 215.9)) - (stroke (width 0) (type default)) - (uuid 92035a88-6c95-4a61-bd8a-cb8dd9e5018a) - ) - (wire (pts (xy 158.75 203.2) (xy 177.8 203.2)) - (stroke (width 0) (type default)) - (uuid 922058ca-d09a-45fd-8394-05f3e2c1e03a) - ) - (wire (pts (xy 158.75 271.78) (xy 158.75 270.51)) - (stroke (width 0) (type default)) - (uuid 92761c09-a591-4c8e-af4d-e0e2262cb01d) - ) - (wire (pts (xy 87.63 254) (xy 97.79 254)) - (stroke (width 0) (type default)) - (uuid 92848721-49b5-4e4c-b042-6fd51e1d562f) - ) - (wire (pts (xy 334.01 200.66) (xy 331.47 200.66)) - (stroke (width 0) (type default)) - (uuid 9286cf02-1563-41d2-9931-c192c33bab31) - ) - (wire (pts (xy 229.87 271.78) (xy 229.87 270.51)) - (stroke (width 0) (type default)) - (uuid 92a23ed4-a5ea-4cea-bc33-0a83191a0d32) - ) - (wire (pts (xy 257.81 215.9) (xy 257.81 203.2)) - (stroke (width 0) (type default)) - (uuid 935057d5-6882-4c15-9a35-54677912ba12) - ) - (wire (pts (xy 303.53 52.07) (xy 303.53 50.8)) - (stroke (width 0) (type default)) - (uuid 946404ba-9297-43ec-9d67-30184041145f) - ) - (wire (pts (xy 334.01 179.07) (xy 334.01 168.91)) - (stroke (width 0) (type default)) - (uuid 955cc99e-a129-42cf-abc7-aa99813fdb5f) - ) - (wire (pts (xy 260.35 101.6) (xy 260.35 83.82)) - (stroke (width 0) (type default)) - (uuid 9640e044-e4b2-4c33-9e1c-1d9894a69337) - ) - (wire (pts (xy 288.29 45.72) (xy 290.83 45.72)) - (stroke (width 0) (type default)) - (uuid 974c48bf-534e-4335-98e1-b0426c783e99) - ) - (wire (pts (xy 270.51 43.18) (xy 269.24 43.18)) - (stroke (width 0) (type default)) - (uuid 97dcf785-3264-40a1-a36e-8842acab24fb) - ) - (wire (pts (xy 106.68 173.99) (xy 91.44 173.99)) - (stroke (width 0) (type default)) - (uuid 981ff4de-0330-4757-b746-0cb983df5e7c) - ) - (wire (pts (xy 243.84 227.33) (xy 236.22 227.33)) - (stroke (width 0) (type default)) - (uuid 98914cc3-56fe-40bb-820a-3d157225c145) - ) - (wire (pts (xy 135.89 168.91) (xy 99.06 168.91)) - (stroke (width 0) (type default)) - (uuid 98970bf0-1168-4b4e-a1c9-3b0c8d7eaacf) - ) - (wire (pts (xy 87.63 271.78) (xy 87.63 270.51)) - (stroke (width 0) (type default)) - (uuid 992a2b00-5e28-4edd-88b5-994891512d8d) - ) - (wire (pts (xy 209.55 262.89) (xy 229.87 262.89)) - (stroke (width 0) (type default)) - (uuid 9a595c4c-9ac1-4ae3-8ff3-1b7f2281a894) - ) - (wire (pts (xy 189.23 262.89) (xy 209.55 262.89)) - (stroke (width 0) (type default)) - (uuid 9b07d532-5f76-4469-8dbf-25ac27eef589) - ) - (wire (pts (xy 148.59 196.85) (xy 148.59 203.2)) - (stroke (width 0) (type default)) - (uuid 9b0a1687-7e1b-4a04-a30b-c27a072a2949) - ) - (wire (pts (xy 173.99 125.73) (xy 177.8 125.73)) - (stroke (width 0) (type default)) - (uuid 9b3c58a7-a9b9-4498-abc0-f9f43e4f0292) - ) - (wire (pts (xy 295.91 142.24) (xy 295.91 130.81)) - (stroke (width 0) (type default)) - (uuid 9bac9ad3-a7b9-47f0-87c7-d8630653df68) - ) - (wire (pts (xy 179.07 254) (xy 179.07 255.27)) - (stroke (width 0) (type default)) - (uuid 9c2999b2-1cf1-4204-9d23-243401b77aa3) - ) - (wire (pts (xy 201.93 33.02) (xy 201.93 22.86)) - (stroke (width 0) (type default)) - (uuid 9c607e49-ee5c-4e85-a7da-6fede9912412) - ) - (wire (pts (xy 236.22 227.33) (xy 236.22 229.87)) - (stroke (width 0) (type default)) - (uuid 9dcdc92b-2219-4a4a-8954-45f02cc3ab25) - ) - (wire (pts (xy 240.03 271.78) (xy 240.03 270.51)) - (stroke (width 0) (type default)) - (uuid 9de304ba-fba7-4896-b969-9d87a3522d74) - ) - (wire (pts (xy 151.13 213.36) (xy 148.59 213.36)) - (stroke (width 0) (type default)) - (uuid 9e1b837f-0d34-4a18-9644-9ee68f141f46) - ) - (wire (pts (xy 63.5 88.9) (xy 68.58 88.9)) - (stroke (width 0) (type default)) - (uuid 9e813ec2-d4ce-4e2e-b379-c6fedb4c45db) - ) - (wire (pts (xy 281.94 21.59) (xy 288.29 21.59)) - (stroke (width 0) (type default)) - (uuid a0e7a81b-2259-4f8d-8368-ba75f2004714) - ) - (wire (pts (xy 218.44 213.36) (xy 218.44 227.33)) - (stroke (width 0) (type default)) - (uuid a15a7506-eae4-4933-84da-9ad754258706) - ) - (wire (pts (xy 120.65 137.16) (xy 120.65 125.73)) - (stroke (width 0) (type default)) - (uuid a17904b9-135e-4dae-ae20-401c7787de72) - ) - (wire (pts (xy 218.44 83.82) (xy 177.8 83.82)) - (stroke (width 0) (type default)) - (uuid a24ce0e2-fdd3-4e6a-b754-5dee9713dd27) - ) - (wire (pts (xy 203.2 52.07) (xy 224.79 52.07)) - (stroke (width 0) (type default)) - (uuid a25b7e01-1754-4cc9-8a14-3d9c461e5af5) - ) - (wire (pts (xy 189.23 271.78) (xy 199.39 271.78)) - (stroke (width 0) (type default)) - (uuid a3fab380-991d-404b-95d5-1c209b047b6e) - ) - (wire (pts (xy 313.69 203.2) (xy 316.23 203.2)) - (stroke (width 0) (type default)) - (uuid a5be2cb8-c68d-4180-8412-69a6b4c5b1d4) - ) - (wire (pts (xy 191.77 52.07) (xy 198.12 52.07)) - (stroke (width 0) (type default)) - (uuid a5c8e189-1ddc-4a66-984b-e0fd1529d346) - ) - (wire (pts (xy 278.13 189.23) (xy 278.13 200.66)) - (stroke (width 0) (type default)) - (uuid a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f) - ) - (wire (pts (xy 66.04 73.66) (xy 86.36 73.66)) - (stroke (width 0) (type default)) - (uuid a90361cd-254c-4d27-ae1f-9a6c85bafe28) - ) - (wire (pts (xy 107.95 271.78) (xy 118.11 271.78)) - (stroke (width 0) (type default)) - (uuid a917c6d9-225d-4c90-bf25-fe8eff8abd3f) - ) - (wire (pts (xy 270.51 254) (xy 270.51 255.27)) - (stroke (width 0) (type default)) - (uuid a9d76dfc-52ba-46de-beb4-dab7b94ee663) - ) - (wire (pts (xy 109.22 115.57) (xy 106.68 115.57)) - (stroke (width 0) (type default)) - (uuid aa2ea573-3f20-43c1-aa99-1f9c6031a9aa) - ) - (wire (pts (xy 99.06 168.91) (xy 99.06 35.56)) - (stroke (width 0) (type default)) - (uuid aae6bc05-6036-4fc6-8be7-c70daf5c8932) - ) - (wire (pts (xy 299.72 203.2) (xy 287.02 203.2)) - (stroke (width 0) (type default)) - (uuid ae0e6b31-27d7-4383-a4fc-7557b0a19382) - ) - (wire (pts (xy 177.8 189.23) (xy 177.8 168.91)) - (stroke (width 0) (type default)) - (uuid aeb03be9-98f0-43f6-9432-1bb35aa04bab) - ) - (wire (pts (xy 269.24 142.24) (xy 269.24 144.78)) - (stroke (width 0) (type default)) - (uuid af347946-e3da-4427-87ab-77b747929f50) - ) - (wire (pts (xy 177.8 83.82) (xy 135.89 83.82)) - (stroke (width 0) (type default)) - (uuid afd38b10-2eca-4abe-aed1-a96fb07ffdbe) - ) - (wire (pts (xy 151.13 115.57) (xy 148.59 115.57)) - (stroke (width 0) (type default)) - (uuid b0906e10-2fbc-4309-a8b4-6fc4cd1a5490) - ) - (wire (pts (xy 316.23 93.98) (xy 316.23 83.82)) - (stroke (width 0) (type default)) - (uuid b09666f9-12f1-4ee9-8877-2292c94258ca) - ) - (wire (pts (xy 64.77 256.54) (xy 69.85 256.54)) - (stroke (width 0) (type default)) - (uuid b1169a2d-8998-4b50-a48d-c520bcc1b8e1) - ) - (wire (pts (xy 321.31 48.26) (xy 322.58 48.26)) - (stroke (width 0) (type default)) - (uuid b12e5309-5d01-40ef-a9c3-8453e00a555e) - ) - (wire (pts (xy 189.23 109.22) (xy 189.23 115.57)) - (stroke (width 0) (type default)) - (uuid b1ddb058-f7b2-429c-9489-f4e2242ad7e5) - ) - (wire (pts (xy 316.23 198.12) (xy 313.69 198.12)) - (stroke (width 0) (type default)) - (uuid b287f145-851e-45cc-b200-e62677b551d5) - ) - (wire (pts (xy 260.35 198.12) (xy 257.81 198.12)) - (stroke (width 0) (type default)) - (uuid b4833916-7a3e-4498-86fb-ec6d13262ffe) - ) - (wire (pts (xy 231.14 115.57) (xy 231.14 125.73)) - (stroke (width 0) (type default)) - (uuid b5071759-a4d7-4769-be02-251f23cd4454) - ) - (wire (pts (xy 250.19 254) (xy 260.35 254)) - (stroke (width 0) (type default)) - (uuid b66b83a0-313f-4b03-b851-c6e9577a6eb7) - ) - (wire (pts (xy 274.32 142.24) (xy 269.24 142.24)) - (stroke (width 0) (type default)) - (uuid b6cd701f-4223-4e72-a305-466869ccb250) - ) - (wire (pts (xy 148.59 213.36) (xy 148.59 222.25)) - (stroke (width 0) (type default)) - (uuid b88717bd-086f-46cd-9d3f-0396009d0996) - ) - (wire (pts (xy 311.15 215.9) (xy 313.69 215.9)) - (stroke (width 0) (type default)) - (uuid ba6fc20e-7eff-4d5f-81e4-d1fad93be155) - ) - (wire (pts (xy 138.43 254) (xy 138.43 255.27)) - (stroke (width 0) (type default)) - (uuid bb8162f0-99c8-4884-be5b-c0d0c7e81ff6) - ) - (wire (pts (xy 295.91 113.03) (xy 295.91 104.14)) - (stroke (width 0) (type default)) - (uuid bc0dbc57-3ae8-4ce5-a05c-2d6003bba475) - ) - (wire (pts (xy 135.89 125.73) (xy 135.89 139.7)) - (stroke (width 0) (type default)) - (uuid bd065eaf-e495-4837-bdb3-129934de1fc7) - ) - (wire (pts (xy 128.27 271.78) (xy 138.43 271.78)) - (stroke (width 0) (type default)) - (uuid bd085057-7c0e-463a-982b-968a2dc1f0f8) - ) - (wire (pts (xy 162.56 233.68) (xy 162.56 229.87)) - (stroke (width 0) (type default)) - (uuid bd5408e4-362d-4e43-9d39-78fb99eb52c8) - ) - (wire (pts (xy 166.37 213.36) (xy 162.56 213.36)) - (stroke (width 0) (type default)) - (uuid bdc7face-9f7c-4701-80bb-4cc144448db1) - ) - (wire (pts (xy 292.1 227.33) (xy 287.02 227.33)) - (stroke (width 0) (type default)) - (uuid bde95c06-433a-4c03-bc48-e3abcdb4e054) - ) - (wire (pts (xy 198.12 40.64) (xy 198.12 38.1)) - (stroke (width 0) (type default)) - (uuid be41ac9e-b8ba-4089-983b-b84269707f1c) - ) - (wire (pts (xy 330.2 48.26) (xy 331.47 48.26)) - (stroke (width 0) (type default)) - (uuid be6b17f9-34f5-44e9-a4c7-725d2e274a9d) - ) - (wire (pts (xy 287.02 175.26) (xy 287.02 177.8)) - (stroke (width 0) (type default)) - (uuid bf4036b4-c410-489a-b46c-abee2c31db09) - ) - (wire (pts (xy 177.8 213.36) (xy 177.8 227.33)) - (stroke (width 0) (type default)) - (uuid bfc0aadc-38cf-466e-a642-68fdc3138c78) - ) - (wire (pts (xy 148.59 229.87) (xy 148.59 233.68)) - (stroke (width 0) (type default)) - (uuid c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b) - ) - (wire (pts (xy 177.8 115.57) (xy 177.8 125.73)) - (stroke (width 0) (type default)) - (uuid c094494a-f6f7-43fc-a007-4951484ddf3a) - ) - (wire (pts (xy 199.39 115.57) (xy 218.44 115.57)) - (stroke (width 0) (type default)) - (uuid c09938fd-06b9-4771-9f63-2311626243b3) - ) - (wire (pts (xy 269.24 128.27) (xy 278.13 128.27)) - (stroke (width 0) (type default)) - (uuid c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f) - ) - (wire (pts (xy 189.23 125.73) (xy 189.23 134.62)) - (stroke (width 0) (type default)) - (uuid c24d6ac8-802d-4df3-a210-9cb1f693e865) - ) - (wire (pts (xy 63.5 271.78) (xy 64.77 271.78)) - (stroke (width 0) (type default)) - (uuid c3c93de0-69b1-4a04-8e0b-d78caf487c63) - ) - (wire (pts (xy 166.37 125.73) (xy 162.56 125.73)) - (stroke (width 0) (type default)) - (uuid c701ee8e-1214-4781-a973-17bef7b6e3eb) - ) - (wire (pts (xy 198.12 52.07) (xy 198.12 66.04)) - (stroke (width 0) (type default)) - (uuid c71f56c1-5b7c-4373-9716-fffac482104c) - ) - (wire (pts (xy 199.39 254) (xy 199.39 255.27)) - (stroke (width 0) (type default)) - (uuid c7cd39db-931a-4d86-96b8-57e6b39f58f9) - ) - (wire (pts (xy 168.91 262.89) (xy 189.23 262.89)) - (stroke (width 0) (type default)) - (uuid c7f7bd58-1ebd-40fd-a39d-a95530a751b6) - ) - (wire (pts (xy 162.56 137.16) (xy 162.56 125.73)) - (stroke (width 0) (type default)) - (uuid c8029a4c-945d-42ca-871a-dd73ff50a1a3) - ) - (wire (pts (xy 269.24 21.59) (xy 269.24 31.75)) - (stroke (width 0) (type default)) - (uuid c873689a-d206-42f5-aead-9199b4d63f51) - ) - (wire (pts (xy 278.13 168.91) (xy 334.01 168.91)) - (stroke (width 0) (type default)) - (uuid c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe) - ) - (wire (pts (xy 251.46 227.33) (xy 257.81 227.33)) - (stroke (width 0) (type default)) - (uuid c8b6b273-3d20-4a46-8069-f6d608563604) - ) - (wire (pts (xy 298.45 113.03) (xy 295.91 113.03)) - (stroke (width 0) (type default)) - (uuid c8b92953-cd23-44e6-85ce-083fb8c3f20f) - ) - (wire (pts (xy 218.44 101.6) (xy 218.44 83.82)) - (stroke (width 0) (type default)) - (uuid c8fd9dd3-06ad-4146-9239-0065013959ef) - ) - (wire (pts (xy 245.11 146.05) (xy 245.11 142.24)) - (stroke (width 0) (type default)) - (uuid cada57e2-1fa7-4b9d-a2a0-2218773d5c50) - ) - (wire (pts (xy 274.32 31.75) (xy 269.24 31.75)) - (stroke (width 0) (type default)) - (uuid cb083d38-4f11-4a80-8b19-ab751c405e4a) - ) - (wire (pts (xy 132.08 125.73) (xy 135.89 125.73)) - (stroke (width 0) (type default)) - (uuid cb24efdd-07c6-4317-9277-131625b065ac) - ) - (wire (pts (xy 278.13 179.07) (xy 278.13 168.91)) - (stroke (width 0) (type default)) - (uuid cb721686-5255-4788-a3b0-ce4312e32eb7) - ) - (wire (pts (xy 135.89 213.36) (xy 135.89 227.33)) - (stroke (width 0) (type default)) - (uuid cbdcaa78-3bbc-413f-91bf-2709119373ce) - ) - (wire (pts (xy 135.89 83.82) (xy 135.89 101.6)) - (stroke (width 0) (type default)) - (uuid cc15f583-a41b-43af-ba94-a75455506a96) - ) - (wire (pts (xy 257.81 198.12) (xy 257.81 189.23)) - (stroke (width 0) (type default)) - (uuid cc48dd41-7768-48d3-b096-2c4cc2126c9d) - ) - (wire (pts (xy 207.01 60.96) (xy 203.2 60.96)) - (stroke (width 0) (type default)) - (uuid cc75e5ae-3348-4e7a-bd16-4df685ee47bd) - ) - (wire (pts (xy 199.39 271.78) (xy 199.39 270.51)) - (stroke (width 0) (type default)) - (uuid ceb12634-32ca-4cbf-9ff5-5e8b53ab18ad) - ) - (wire (pts (xy 313.69 189.23) (xy 334.01 189.23)) - (stroke (width 0) (type default)) - (uuid cebb9021-66d3-4116-98d4-5e6f3c1552be) - ) - (wire (pts (xy 274.32 21.59) (xy 269.24 21.59)) - (stroke (width 0) (type default)) - (uuid cee2f43a-7d22-4585-a857-73949bd17a9d) - ) - (wire (pts (xy 321.31 34.29) (xy 321.31 48.26)) - (stroke (width 0) (type default)) - (uuid cf21dfe3-ab4f-4ad9-b7cf-dc892d833b13) - ) - (wire (pts (xy 227.33 35.56) (xy 224.79 35.56)) - (stroke (width 0) (type default)) - (uuid d0cd3439-276c-41ba-b38d-f84f6da38415) - ) - (wire (pts (xy 162.56 146.05) (xy 162.56 142.24)) - (stroke (width 0) (type default)) - (uuid d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56) - ) - (wire (pts (xy 138.43 271.78) (xy 138.43 270.51)) - (stroke (width 0) (type default)) - (uuid d1cd5391-31d2-459f-8adb-4ae3f304a833) - ) - (wire (pts (xy 313.69 198.12) (xy 313.69 189.23)) - (stroke (width 0) (type default)) - (uuid d1eca865-05c5-48a4-96cf-ed5f8a640e25) - ) - (wire (pts (xy 63.5 256.54) (xy 64.77 256.54)) - (stroke (width 0) (type default)) - (uuid d22e95aa-f3db-4fbc-a331-048a2523233e) - ) - (wire (pts (xy 191.77 213.36) (xy 189.23 213.36)) - (stroke (width 0) (type default)) - (uuid d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a) - ) - (wire (pts (xy 95.25 86.36) (xy 115.57 86.36)) - (stroke (width 0) (type default)) - (uuid d3e133b7-2c84-4206-a2b1-e693cb57fe56) - ) - (wire (pts (xy 207.01 213.36) (xy 203.2 213.36)) - (stroke (width 0) (type default)) - (uuid d5641ac9-9be7-46bf-90b3-6c83d852b5ba) - ) - (wire (pts (xy 274.32 142.24) (xy 274.32 144.78)) - (stroke (width 0) (type default)) - (uuid d88958ac-68cd-4955-a63f-0eaa329dec86) - ) - (wire (pts (xy 280.67 254) (xy 280.67 255.27)) - (stroke (width 0) (type default)) - (uuid d9cf2d61-3126-40fe-a66d-ae5145f94be8) - ) - (wire (pts (xy 95.25 86.36) (xy 95.25 171.45)) - (stroke (width 0) (type default)) - (uuid da481376-0e49-44d3-91b8-aaa39b869dd1) - ) - (wire (pts (xy 236.22 227.33) (xy 231.14 227.33)) - (stroke (width 0) (type default)) - (uuid dae72997-44fc-4275-b36f-cd70bf46cfba) - ) - (wire (pts (xy 87.63 254) (xy 87.63 255.27)) - (stroke (width 0) (type default)) - (uuid db1ed10a-ef86-43bf-93dc-9be76327f6d2) - ) - (wire (pts (xy 318.77 24.13) (xy 303.53 24.13)) - (stroke (width 0) (type default)) - (uuid dd334895-c8ff-4719-bac4-c0b289bb5899) - ) - (wire (pts (xy 189.23 213.36) (xy 189.23 222.25)) - (stroke (width 0) (type default)) - (uuid dde51ae5-b215-445e-92bb-4a12ec410531) - ) - (wire (pts (xy 250.19 271.78) (xy 250.19 270.51)) - (stroke (width 0) (type default)) - (uuid de552ae9-cde6-4643-8cc7-9de2579dadae) - ) - (wire (pts (xy 270.51 271.78) (xy 270.51 270.51)) - (stroke (width 0) (type default)) - (uuid df5c9f6b-a62e-44ba-997f-b2cf3279c7d4) - ) - (wire (pts (xy 280.67 271.78) (xy 280.67 270.51)) - (stroke (width 0) (type default)) - (uuid e04b8c10-725b-4bde-8cbf-66bfea5053e6) - ) - (wire (pts (xy 243.84 203.2) (xy 231.14 203.2)) - (stroke (width 0) (type default)) - (uuid e091e263-c616-48ef-a460-465c70218987) - ) - (wire (pts (xy 99.06 35.56) (xy 163.83 35.56)) - (stroke (width 0) (type default)) - (uuid e0b0947e-ec91-4d8a-8663-5a112b0a8541) - ) - (wire (pts (xy 231.14 109.22) (xy 231.14 115.57)) - (stroke (width 0) (type default)) - (uuid e0f06b5c-de63-4833-a591-ca9e19217a35) - ) - (wire (pts (xy 148.59 271.78) (xy 158.75 271.78)) - (stroke (width 0) (type default)) - (uuid e11ae5a5-aa10-4f10-b346-f16e33c7899a) - ) - (wire (pts (xy 260.35 109.22) (xy 260.35 115.57)) - (stroke (width 0) (type default)) - (uuid e1c30a32-820e-4b17-aec9-5cb8b76f0ccc) - ) - (wire (pts (xy 214.63 213.36) (xy 218.44 213.36)) - (stroke (width 0) (type default)) - (uuid e21aa84b-970e-47cf-b64f-3b55ee0e1b51) - ) - (wire (pts (xy 303.53 34.29) (xy 309.88 34.29)) - (stroke (width 0) (type default)) - (uuid e2b24e25-1a0d-434a-876b-c595b47d80d2) - ) - (wire (pts (xy 177.8 71.12) (xy 177.8 68.58)) - (stroke (width 0) (type default)) - (uuid e300709f-6c72-488d-a598-efcbd6d3af54) - ) - (wire (pts (xy 171.45 35.56) (xy 176.53 35.56)) - (stroke (width 0) (type default)) - (uuid e36988d2-ecb2-461b-a443-7006f447e828) - ) - (wire (pts (xy 109.22 125.73) (xy 106.68 125.73)) - (stroke (width 0) (type default)) - (uuid e472dac4-5b65-4920-b8b2-6065d140a69d) - ) - (wire (pts (xy 218.44 109.22) (xy 218.44 115.57)) - (stroke (width 0) (type default)) - (uuid e54e5e19-1deb-49a9-8629-617db8e434c0) - ) - (wire (pts (xy 281.94 142.24) (xy 274.32 142.24)) - (stroke (width 0) (type default)) - (uuid e5864fe6-2a71-47f0-90ce-38c3f8901580) - ) - (wire (pts (xy 201.93 22.86) (xy 224.79 22.86)) - (stroke (width 0) (type default)) - (uuid e5e5220d-5b7e-47da-a902-b997ec8d4d58) - ) - (wire (pts (xy 120.65 224.79) (xy 120.65 213.36)) - (stroke (width 0) (type default)) - (uuid e615f7aa-337e-474d-9615-2ad82b1c44ca) - ) - (wire (pts (xy 245.11 125.73) (xy 241.3 125.73)) - (stroke (width 0) (type default)) - (uuid e67b9f8c-019b-4145-98a4-96545f6bb128) - ) - (wire (pts (xy 107.95 271.78) (xy 107.95 270.51)) - (stroke (width 0) (type default)) - (uuid e76ec524-408a-4daa-89f6-0edfdbcfb621) - ) - (wire (pts (xy 231.14 186.69) (xy 231.14 189.23)) - (stroke (width 0) (type default)) - (uuid e77c17df-b20e-4e7d-b937-f281c75a0014) - ) - (wire (pts (xy 233.68 125.73) (xy 231.14 125.73)) - (stroke (width 0) (type default)) - (uuid e7bb7815-0d52-4bb8-b29a-8cf960bd2905) - ) - (wire (pts (xy 289.56 142.24) (xy 295.91 142.24)) - (stroke (width 0) (type default)) - (uuid e7e08b48-3d04-49da-8349-6de530a20c67) - ) - (wire (pts (xy 231.14 175.26) (xy 231.14 179.07)) - (stroke (width 0) (type default)) - (uuid e80b0e91-f15f-4e36-9a9c-b2cfd5a01d2a) - ) - (wire (pts (xy 229.87 262.89) (xy 250.19 262.89)) - (stroke (width 0) (type default)) - (uuid ea28e946-b74f-4ba8-ac7b-b1884c5e7296) - ) - (wire (pts (xy 198.12 66.04) (xy 207.01 66.04)) - (stroke (width 0) (type default)) - (uuid eac8d865-0226-4958-b547-6b5592f39713) - ) - (wire (pts (xy 116.84 203.2) (xy 135.89 203.2)) - (stroke (width 0) (type default)) - (uuid eb667eea-300e-4ca7-8a6f-4b00de80cd45) - ) - (wire (pts (xy 299.72 227.33) (xy 292.1 227.33)) - (stroke (width 0) (type default)) - (uuid ed8a7f02-cf05-41d0-97b4-4388ef205e73) - ) - (wire (pts (xy 189.23 142.24) (xy 189.23 146.05)) - (stroke (width 0) (type default)) - (uuid eee16674-2d21-45b6-ab5e-d669125df26c) - ) - (wire (pts (xy 124.46 213.36) (xy 120.65 213.36)) - (stroke (width 0) (type default)) - (uuid ef8fe2ac-6a7f-4682-9418-b801a1b10a3b) - ) - (wire (pts (xy 256.54 125.73) (xy 260.35 125.73)) - (stroke (width 0) (type default)) - (uuid f1447ad6-651c-45be-a2d6-33bddf672c2c) - ) - (wire (pts (xy 295.91 218.44) (xy 292.1 218.44)) - (stroke (width 0) (type default)) - (uuid f1e619ac-5067-41df-8384-776ec70a6093) - ) - (wire (pts (xy 120.65 125.73) (xy 116.84 125.73)) - (stroke (width 0) (type default)) - (uuid f202141e-c20d-4cac-b016-06a44f2ecce8) - ) - (wire (pts (xy 260.35 83.82) (xy 218.44 83.82)) - (stroke (width 0) (type default)) - (uuid f220d6a7-3170-4e04-8de6-2df0c3962fe0) - ) - (wire (pts (xy 224.79 35.56) (xy 222.25 35.56)) - (stroke (width 0) (type default)) - (uuid f345e52a-8e0a-425a-b438-90809dd3b799) - ) - (wire (pts (xy 198.12 22.86) (xy 198.12 38.1)) - (stroke (width 0) (type default)) - (uuid f447e585-df78-4239-b8cb-4653b3837bb1) - ) - (wire (pts (xy 191.77 125.73) (xy 189.23 125.73)) - (stroke (width 0) (type default)) - (uuid f449bd37-cc90-4487-aee6-2a20b8d2843a) - ) - (wire (pts (xy 118.11 271.78) (xy 118.11 270.51)) - (stroke (width 0) (type default)) - (uuid f4a1ab68-998b-43e3-aa33-40b58210bc99) - ) - (wire (pts (xy 171.45 63.5) (xy 176.53 63.5)) - (stroke (width 0) (type default)) - (uuid f4a8afbe-ed68-4253-959f-6be4d2cbf8c5) - ) - (wire (pts (xy 288.29 31.75) (xy 288.29 45.72)) - (stroke (width 0) (type default)) - (uuid f50dae73-c5b5-475d-ac8c-5b555be54fa3) - ) - (wire (pts (xy 262.89 40.64) (xy 265.43 40.64)) - (stroke (width 0) (type default)) - (uuid f5c43e09-08d6-4a29-a53a-3b9ea7fb34cd) - ) - (wire (pts (xy 231.14 213.36) (xy 240.03 213.36)) - (stroke (width 0) (type default)) - (uuid f8f3a9fc-1e34-4573-a767-508104e8d242) - ) - (wire (pts (xy 278.13 133.35) (xy 274.32 133.35)) - (stroke (width 0) (type default)) - (uuid f9c81c26-f253-4227-a69f-53e64841cfbe) - ) - (wire (pts (xy 219.71 271.78) (xy 219.71 270.51)) - (stroke (width 0) (type default)) - (uuid fb0bf2a0-d317-42f7-b022-b5e05481f6be) - ) - (wire (pts (xy 176.53 52.07) (xy 184.15 52.07)) - (stroke (width 0) (type default)) - (uuid fc4ad874-c922-4070-89f9-7262080469d8) - ) - (wire (pts (xy 107.95 262.89) (xy 128.27 262.89)) - (stroke (width 0) (type default)) - (uuid fc4f0835-889b-4d2e-876e-ca524c79ae62) - ) - (wire (pts (xy 135.89 63.5) (xy 135.89 83.82)) - (stroke (width 0) (type default)) - (uuid fcfb3f77-487d-44de-bd4e-948fbeca3220) - ) - (wire (pts (xy 91.44 81.28) (xy 288.29 81.28)) - (stroke (width 0) (type default)) - (uuid fd29cce5-2d5d-4676-956a-df49a3c13d23) - ) - (wire (pts (xy 295.91 118.11) (xy 289.56 118.11)) - (stroke (width 0) (type default)) - (uuid fd3499d5-6fd2-49a4-bdb0-109cee899fde) - ) - (wire (pts (xy 106.68 213.36) (xy 106.68 222.25)) - (stroke (width 0) (type default)) - (uuid fd470e95-4861-44fe-b1e4-6d8a7c66e144) - ) - (wire (pts (xy 148.59 254) (xy 158.75 254)) - (stroke (width 0) (type default)) - (uuid fd60415a-f01a-46c5-9369-ea970e435e5b) - ) - (wire (pts (xy 151.13 125.73) (xy 148.59 125.73)) - (stroke (width 0) (type default)) - (uuid feb26ecb-9193-46ea-a41b-d09305bf0a3e) - ) - - (global_label "F_A" (shape input) (at 106.68 171.45 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 01024d27-e392-4482-9e67-565b0c294fe8) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 112.0764 171.45 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "A_B" (shape input) (at 59.69 115.57 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0c544a8c-9f45-4205-9bca-1d91c95d58ef) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 54.1122 115.57 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_B" (shape input) (at 106.68 196.85 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 0e0f9829-27a5-43b2-a0ae-121d3ce72ef4) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 106.68 191.2722 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "VN" (shape input) (at 27.94 267.97 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 13abf99d-5265-4779-8973-e94370fd18ff) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 23.2693 267.97 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "E_B" (shape input) (at 59.69 125.73 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 1cb64bfe-d819-47e3-be11-515b04f2c451) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 54.0518 125.73 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "VN" (shape input) (at 40.64 267.97 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 32667662-ae86-4904-b198-3e95f11851bf) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 45.3107 267.97 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "I_B" (shape input) (at 231.14 175.26 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 34a11a07-8b7f-45d2-96e3-89fd43e62756) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 231.14 170.166 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "I_B" (shape input) (at 69.85 213.36 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 3b9c5ffd-e59b-402d-8c5e-052f7ca643a4) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.756 213.36 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "VP" (shape input) (at 27.94 265.43 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 3dcc657b-55a1-48e0-9667-e01e7b6b08b5) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 23.3298 265.43 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "A_B" (shape input) (at 106.68 109.22 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 4160bbf7-ffff-4c5c-a647-5ee58ddecf06) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 106.68 103.6422 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "OUT" (shape input) (at 368.3 62.23 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 4d2fd49e-2cb2-44d4-8935-68488970d97b) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 362.4198 62.23 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "D_B" (shape input) (at 59.69 123.19 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 60d26b83-9c3a-4edb-93ef-ab3d9d05e8cb) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 53.9308 123.19 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "J_B" (shape input) (at 69.85 215.9 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 6133fb54-5524-482e-9ae2-adbf29aced9e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.3932 215.9 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "COM_OUT_A" (shape input) (at 227.33 35.56 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 633292d3-80c5-4986-be82-ce926e9f09f4) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 240.2859 35.56 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "G_B" (shape input) (at 69.85 208.28 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 6b8c153e-62fe-42fb-aa7f-caef740ef6fd) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.0908 208.28 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 115.57 86.36 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6f5a9f10-1b2c-4916-b4e5-cb5bd0f851a0) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 120.9664 86.36 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "E_B" (shape input) (at 269.24 92.71 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 720ec55a-7c69-4064-b792-ef3dbba4eab9) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 269.24 87.0718 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "B_B" (shape input) (at 148.59 109.22 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 722636b6-8ff0-452f-9357-23deb317d921) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 103.4608 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "G_B" (shape input) (at 148.59 196.85 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 73f40fda-e6eb-4f93-9482-56cf47d84a87) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 191.0908 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "F_C" (shape input) (at 69.85 203.2 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 765684c2-53b3-4ef7-bd1b-7a4a73d87b76) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.2722 203.2 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "OUT" (shape input) (at 336.55 48.26 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7acd513a-187b-4936-9f93-2e521ce33ad5) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 342.4302 48.26 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "VN" (shape input) (at 55.88 271.78 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8322f275-268c-4e87-a69f-4cfbf05e747f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 51.2093 271.78 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 106.68 173.99 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 88a17e56-466a-45e7-9047-7346a507f505) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 112.2578 173.99 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "IN" (shape input) (at 368.3 54.61 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid acb6c3f3-e677-4f35-9fc2-138ba10f33af) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 364.1131 54.61 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 69.85 200.66 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid b44c0167-50fe-4c67-94fb-5ce2e6f52544) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.4536 200.66 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "C_B" (shape input) (at 189.23 109.22 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid c6462399-f2e4-4f1a-b34a-b49a04c8bdb9) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 189.23 103.4608 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "F_B" (shape input) (at 69.85 205.74 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid c811ed5f-f509-4605-b7d3-da6f79935a1e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.2722 205.74 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "COM_OUT_A" (shape input) (at 368.3 59.69 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid cfdef906-c924-4492-999d-4de066c0bce1) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 355.3441 59.69 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "H_B" (shape input) (at 69.85 210.82 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid d035bb7a-e806-42f2-ba95-a390d279aef1) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.0303 210.82 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "COM_OUT_B" (shape input) (at 368.3 57.15 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid d1441985-7b63-4bf8-a06d-c70da2e3b78b) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 355.1627 57.15 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 115.57 88.9 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid d2db53d0-2821-4ebe-bf21-b864eac8ca44) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 121.1478 88.9 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "D_B" (shape input) (at 231.14 109.22 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid d4ef5db0-5fba-4fcd-ab64-2ef2646c5c6d) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 231.14 103.4608 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "VP" (shape input) (at 55.88 256.54 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid dd00c2e1-6027-4717-b312-4fab3ee52002) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 51.2698 256.54 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "C_B" (shape input) (at 59.69 120.65 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid ea77ba09-319a-49bd-ad5b-49f4c76f232c) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 53.9308 120.65 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "H_B" (shape input) (at 189.23 196.85 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid ef51df0d-fc2c-482b-a0e5-e49bae94f31f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 189.23 191.0303 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "VP" (shape input) (at 40.64 265.43 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid f3490fa5-5a27-423b-af60-53609669542c) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 45.2502 265.43 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "COM_OUT_B" (shape input) (at 227.33 52.07 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid f5bf5b4a-5213-48af-a5cd-0d67969d2de6) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 240.4673 52.07 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "B_B" (shape input) (at 59.69 118.11 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid facb0614-068b-4c9c-a466-d374df96a94c) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 53.9308 118.11 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "J_B" (shape input) (at 287.02 175.26 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid fb9a832c-737d-49fb-bbb4-29a0ba3e8178) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 287.02 169.8032 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "IN" (shape input) (at 52.07 88.9 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid fead07ab-5a70-40db-ada8-c72dcc827bfc) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 47.8831 88.9 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - - (symbol (lib_id "power:GND") (at 64.77 264.16 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e180712) - (property "Reference" "#PWR08" (at 58.42 264.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 59.69 264.16 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 64.77 264.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 264.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e98410a5-9264-4ef1-b085-4536153ea768)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 27.94 262.89 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e180765) - (property "Reference" "#PWR03" (at 21.59 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 24.6888 263.017 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 27.94 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 27.94 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 56901b39-cfc3-4023-9e18-e076ce74e121)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 27.94 260.35 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e18076b) - (property "Reference" "#PWR02" (at 21.59 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 24.6888 260.477 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 27.94 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 27.94 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8f10d951-0126-406f-a57f-26344d87f3cc)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 349.25 234.95 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f737c0d) - (property "Reference" "#FLG03" (at 349.25 236.855 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 349.25 239.3442 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 349.25 234.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 349.25 234.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 727fc5da-2499-4153-bd1d-090c5dbe3aa3)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 355.6 237.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f737fc5) - (property "Reference" "#FLG04" (at 355.6 235.585 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 355.6 233.0958 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 355.6 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 355.6 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2f53051e-0dfa-47ec-9adf-172be607da70)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 342.9 234.95 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f816c5c) - (property "Reference" "#PWR010" (at 342.9 238.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 343.281 230.5558 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 342.9 234.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 342.9 234.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid afe4da5d-f084-4e83-939e-23c7bd36195d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 59.69 256.54 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fb443e6) - (property "Reference" "R1" (at 59.69 251.2822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10" (at 59.69 253.5936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 59.69 254.762 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 59.69 256.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 59.69 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6b94c34f-b9f8-4432-bd32-91c8999e4659)) - (pin "2" (uuid 1f3dfb76-eff1-4aee-b32f-822fb7c25c1d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 64.77 256.54 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fc69ba0) - (property "Reference" "#PWR07" (at 64.77 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 62.23 252.73 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 64.77 256.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 256.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid acc0ef6e-a5d0-4ae2-9658-5d2bf056b436)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 64.77 271.78 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fc69ba2) - (property "Reference" "#PWR09" (at 64.77 269.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 62.23 267.97 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 64.77 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2a6aaf6e-71d6-46d8-aabb-f54d6a6e9790)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 40.64 262.89 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fc69ba7) - (property "Reference" "#PWR06" (at 46.99 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 43.8912 262.763 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 40.64 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 40.64 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8f92183d-ba54-40d3-b4eb-92b12aa4f33f)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 59.69 271.78 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fc69bb1) - (property "Reference" "R2" (at 59.69 266.5222 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10" (at 59.69 268.8336 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 59.69 270.002 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 59.69 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 59.69 271.78 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3b6eb433-89b1-47c4-bebb-519ac155dd0d)) - (pin "2" (uuid 6590b3d2-3930-4d72-bb92-1fea5b678c21)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 35.56 262.89 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd165c) - (property "Reference" "J1" (at 34.29 273.4818 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10 Pos" (at 34.29 271.1704 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (at 35.56 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 35.56 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Pin Header IDC (2.54mm)" (at 35.56 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4c7108a7-f7c3-4057-aa62-3216ff3b4c29)) - (pin "10" (uuid 169e8abd-58f2-4340-af7a-fe6a1bfd69f4)) - (pin "2" (uuid c10dc0a8-8955-43fe-8534-187bf0420ea3)) - (pin "3" (uuid 46c65159-9890-4ea6-a35b-e1b9777fa1a0)) - (pin "4" (uuid 68cec67c-89ef-485f-a375-bc4f33c0cfe6)) - (pin "5" (uuid 22837863-9c0a-46e5-af10-2bf4a60b69f3)) - (pin "6" (uuid e48c5d58-26d3-47ef-9b68-75752dbd988c)) - (pin "7" (uuid 86c0b3a9-57b5-4585-8c86-327bdede09fe)) - (pin "8" (uuid 8c4654a1-3070-44e2-bf7a-748ae477d20c)) - (pin "9" (uuid d6359608-f6b6-4777-ab95-3441937df26e)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 40.64 260.35 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd165f) - (property "Reference" "#PWR05" (at 46.99 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 43.8912 260.223 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 40.64 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 40.64 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f80f7dc2-5fcd-4664-8992-bba6d4a8152c)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 40.64 257.81 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd1660) - (property "Reference" "#PWR04" (at 36.83 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 43.8912 258.191 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 40.64 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 40.64 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3057e8d2-5603-46a4-8494-07650ae27752)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 27.94 257.81 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd1661) - (property "Reference" "#PWR01" (at 31.75 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 24.6888 257.429 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 27.94 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 27.94 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bf8ec8dd-4fd4-467e-926a-70d5a754e574)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 27.94 257.81 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd1662) - (property "Reference" "#FLG01" (at 27.94 255.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 27.94 254.5588 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "" (at 27.94 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 27.94 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 130b174c-157e-43ba-9384-7be0cd1bf4b0)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 365.76 240.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097a580) - (property "Reference" "H2" (at 368.3 238.8616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 368.3 241.173 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 365.76 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 365.76 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 384.81 232.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006098deca) - (property "Reference" "H3" (at 387.35 231.2416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 387.35 233.553 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 384.81 232.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 384.81 232.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 384.81 240.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006098ded0) - (property "Reference" "H4" (at 387.35 238.8616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 387.35 241.173 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 384.81 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 384.81 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 128.27 213.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ec4c66) - (property "Reference" "R10" (at 128.27 208.1022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "680k" (at 128.27 210.4136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (at 128.27 211.582 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 128.27 213.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 171.45 144.78 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1db8c73c-f38b-4998-bd41-1a8fc64e8b1a)) - (pin "2" (uuid 21d5a0dd-8380-4cbc-877d-09f4ecd37e4d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 113.03 213.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ec55c2) - (property "Reference" "C10" (at 113.03 206.9592 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "22n" (at 113.03 209.2706 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 109.22 214.3252 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 113.03 213.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3 mm, P=5 mm )" (at 113.03 213.36 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 431d365a-99c5-4270-914c-b6248d711621)) - (pin "2" (uuid 060c8bbf-3492-412e-a964-b0f8033dfcb5)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 113.03 203.2 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ec5b76) - (property "Reference" "C9" (at 113.03 196.7992 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "22n" (at 113.03 199.1106 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 109.22 204.1652 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 113.03 203.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3 mm, P=5 mm )" (at 113.03 203.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 76d85faa-e47f-495d-84ff-cc0905aaa30d)) - (pin "2" (uuid 58670eea-31c4-400f-8dcd-196462441bf9)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 106.68 226.06 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ec85a4) - (property "Reference" "R8" (at 108.458 224.8916 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "30k" (at 108.458 227.203 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 108.458 226.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 226.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 153.67 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6873b546-a121-426f-a099-aa3cdf65037b)) - (pin "2" (uuid 57f1a775-8118-4309-997d-2be68cc292ef)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 120.65 233.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ec9c8d) - (property "Reference" "#PWR023" (at 120.65 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 120.777 238.0742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 58d5b165-a92e-4dca-a3ea-68351d486a15)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR023") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 106.68 233.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060eca1aa) - (property "Reference" "#PWR019" (at 106.68 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 106.807 238.0742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 106.68 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 106.68 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e5c077a6-2e6e-4ddb-9cdd-7189d5453897)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR019") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 135.89 193.04 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ecc4d1) - (property "Reference" "R12" (at 137.668 191.8716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 137.668 194.183 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 137.668 193.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 135.89 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 212.09 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2e6d0a08-14f2-441c-bc02-d6f837dce4dd)) - (pin "2" (uuid 62d837a9-77e5-4b6f-bf43-d5a487cd6e38)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 170.18 213.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060edcddf) - (property "Reference" "R18" (at 170.18 208.1022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "910k" (at 170.18 210.4136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (at 170.18 211.582 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 170.18 213.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 213.36 102.87 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9b8b6dcc-3ef8-4ed2-9bc1-691f5601372a)) - (pin "2" (uuid fddf8c7b-2bd6-4bbc-944b-a37c8c48af3f)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 154.94 213.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060edcde5) - (property "Reference" "C18" (at 154.94 206.9592 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7n" (at 154.94 209.2706 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 151.13 214.3252 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 213.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 154.94 213.36 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1d28507b-0de0-4853-b319-c95edfb42043)) - (pin "2" (uuid d6b6c436-b929-434d-bd2d-cc0949dde2ea)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 154.94 203.2 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060edcdeb) - (property "Reference" "C17" (at 154.94 196.7992 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7n" (at 154.94 199.1106 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 151.13 204.1652 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 203.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 154.94 203.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid aee9165e-6cb5-4bc0-b0f5-afe62af6760b)) - (pin "2" (uuid 966ca63b-a8c5-427f-bc32-e088e3d2f608)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 148.59 226.06 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060edcdfa) - (property "Reference" "R16" (at 150.368 224.8916 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "43.2k" (at 150.368 227.203 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 150.368 226.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 148.59 226.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 237.49 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0fe3f2a0-cb7a-4ba5-831f-4a1c76f7f6c2)) - (pin "2" (uuid aecc54d5-c25a-4ce3-98ce-a5a86ca090bb)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 162.56 233.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060edce00) - (property "Reference" "#PWR031" (at 162.56 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 162.687 238.0742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 162.56 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 162.56 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 642434e8-02e0-417b-a252-e8af6c61792e)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR031") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 148.59 233.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060edce06) - (property "Reference" "#PWR027" (at 148.59 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 148.717 238.0742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 148.59 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 148.59 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 94d8a713-01b1-480e-b18b-19893ea62245)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR027") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 177.8 193.04 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060edce1b) - (property "Reference" "R20" (at 179.578 191.8716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 179.578 194.183 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 179.578 193.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 177.8 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 295.91 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e7eab457-4e1f-4163-9ff2-c4427bbb7b5b)) - (pin "2" (uuid 9834f1d2-6af7-4269-84ad-22aa5b921d30)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R20") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 210.82 213.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ee30b8) - (property "Reference" "R28" (at 210.82 208.1022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "560k" (at 210.82 210.4136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (at 210.82 211.582 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 210.82 213.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 254 62.23 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e0b1253e-e012-4aa0-baa8-22a44688d6fe)) - (pin "2" (uuid 755d9bad-6e4f-4abb-b421-dfbb8508f7ba)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R28") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 195.58 213.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ee30be) - (property "Reference" "C28" (at 195.58 206.9592 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2.2n" (at 195.58 209.2706 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 191.77 214.3252 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 195.58 213.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 195.58 213.36 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2e7affc1-7d4b-43c2-a4cf-f611bf361cdb)) - (pin "2" (uuid 250f2454-1961-4ad2-826d-3c21f929f582)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C28") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 195.58 203.2 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ee30c4) - (property "Reference" "C27" (at 195.58 196.7992 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2.2n" (at 195.58 199.1106 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 191.77 204.1652 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 195.58 203.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 195.58 203.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 317937d7-235a-46ca-ae39-43c68bd6c55e)) - (pin "2" (uuid 5abd5017-1e63-4019-a707-812d74b089d9)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C27") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 189.23 226.06 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ee30d3) - (property "Reference" "R26" (at 191.008 224.8916 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "24k" (at 191.008 227.203 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 191.008 226.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 226.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 318.77 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 758d692a-0587-403f-a2ae-a63c2fd3b6e9)) - (pin "2" (uuid 55791116-05bf-4fe5-87b9-61a935a5c340)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R26") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 203.2 233.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ee30d9) - (property "Reference" "#PWR041" (at 203.2 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 203.327 238.0742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 203.2 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 203.2 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c9505518-5a7c-4de4-99c7-0e9b17898369)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR041") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 189.23 233.68 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ee30df) - (property "Reference" "#PWR037" (at 189.23 240.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 189.357 238.0742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 189.23 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 189.23 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8be4a883-f080-4814-8a07-e3a6d8d53746)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR037") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 218.44 193.04 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ee30f4) - (property "Reference" "R30" (at 220.218 191.8716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 220.218 194.183 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 220.218 193.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 377.19 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9fc9130c-106c-4266-9d03-e9f8f67f32fc)) - (pin "2" (uuid 17268abf-4954-4bf2-a90c-21d275b0f18c)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R30") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 128.27 125.73 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b0aa) - (property "Reference" "R9" (at 128.27 120.4722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "510k" (at 128.27 122.7836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (at 128.27 123.952 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 128.27 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 259.08 57.15 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 57cb60e1-36d8-44e2-80f2-e04ee179f0e4)) - (pin "2" (uuid ddc55a97-2543-4bd5-91fe-ad1712a0eecd)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 113.03 125.73 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b0b0) - (property "Reference" "C8" (at 113.03 119.3292 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47n" (at 113.03 121.6406 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 109.22 126.6952 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 113.03 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3.5 mm, P=5 mm )" (at 113.03 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 758fb4c2-1c0f-4140-bad1-4920539d6554)) - (pin "2" (uuid 4514de46-f3c4-4d19-a6cc-5d520b8cce48)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 113.03 115.57 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b0b6) - (property "Reference" "C7" (at 113.03 109.1692 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47n" (at 113.03 111.4806 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 109.22 116.5352 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 113.03 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3.5 mm, P=5 mm )" (at 113.03 115.57 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9d6668a0-570c-4f1b-b941-762379440757)) - (pin "2" (uuid e40c4d49-9f9e-4915-95b6-ca264966e1c2)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 106.68 138.43 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b0c5) - (property "Reference" "R6" (at 108.458 137.2616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "90.9k" (at 108.458 139.573 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 108.458 138.43 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 153.67 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 25bb7452-f30c-4476-9a2b-66d55debf450)) - (pin "2" (uuid e89a9afb-2701-4f59-856a-5c9fb526a138)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 120.65 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b0cb) - (property "Reference" "#PWR022" (at 120.65 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 120.777 150.4442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ef3f9a6c-5c26-44de-b327-16d2f910738a)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR022") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 106.68 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b0d1) - (property "Reference" "#PWR018" (at 106.68 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 106.807 150.4442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 106.68 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 106.68 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 636be0dd-c1f9-4a1d-9ffc-855cf4fc282e)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR018") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 135.89 105.41 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b0e6) - (property "Reference" "R11" (at 137.668 104.2416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 137.668 106.553 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 137.668 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 135.89 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 212.09 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 92a01dde-3487-4e9d-9c37-73c6fe04d15d)) - (pin "2" (uuid d5aac8e9-b308-4a1b-a35d-fd1c26c167d1)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 170.18 125.73 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b0fc) - (property "Reference" "R17" (at 170.18 120.4722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "820k" (at 170.18 122.7836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (at 170.18 123.952 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 170.18 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 300.99 15.24 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c1afcefa-3226-4b00-a33e-987a29592223)) - (pin "2" (uuid c4203582-5003-4e96-a118-28b8998fa335)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 154.94 125.73 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b102) - (property "Reference" "C16" (at 154.94 119.3292 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10n" (at 154.94 121.6406 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 151.13 126.6952 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3 mm, P=5 mm )" (at 154.94 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c7b28a56-d4ed-4533-b907-fa787880696c)) - (pin "2" (uuid 3c790920-6551-41bd-8128-bcb5539e8c7b)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 154.94 115.57 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b108) - (property "Reference" "C15" (at 154.94 109.1692 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10n" (at 154.94 111.4806 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 151.13 116.5352 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=3 mm, P=5 mm )" (at 154.94 115.57 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ee3e7110-e6e1-4b91-9445-d09407d26c9b)) - (pin "2" (uuid ba5601ce-6c96-4cae-bf2b-d805b25e0ecf)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 148.59 138.43 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b117) - (property "Reference" "R14" (at 150.368 137.2616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "36k" (at 150.368 139.573 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 150.368 138.43 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 148.59 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 237.49 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5f12c9fa-5395-4030-b80d-c5eca8f79d86)) - (pin "2" (uuid 0768f983-2d1a-4da0-bfcd-6fc2ac123692)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 162.56 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b11d) - (property "Reference" "#PWR030" (at 162.56 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 162.687 150.4442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 162.56 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 162.56 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 29b98e39-39f0-4250-bfe1-3a5938fbb456)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR030") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 148.59 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b123) - (property "Reference" "#PWR026" (at 148.59 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 148.717 150.4442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 148.59 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 148.59 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 091f9ab0-2756-4e32-9799-a41ab82360a4)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR026") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 177.8 105.41 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b138) - (property "Reference" "R19" (at 179.578 104.2416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 179.578 106.553 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 179.578 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 177.8 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 295.91 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5c823f4c-366c-4096-9e66-32598ec58ea4)) - (pin "2" (uuid c00dff64-9aca-43bc-a6cb-af99aa00fa3d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 210.82 125.73 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b14e) - (property "Reference" "R27" (at 210.82 120.4722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "510k" (at 210.82 122.7836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (at 210.82 123.952 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 210.82 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 341.63 -25.4 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2c110285-a58c-48e5-8202-0cf404b637f9)) - (pin "2" (uuid 766387e0-1905-4a2f-98cf-a9b7b94805b3)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R27") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 195.58 125.73 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b154) - (property "Reference" "C26" (at 195.58 119.3292 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7n" (at 195.58 121.6406 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 191.77 126.6952 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 195.58 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 195.58 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f9e5bea8-4844-4f9d-be09-e86dd96baefe)) - (pin "2" (uuid 63fd282f-475e-4cf0-bbbe-e290b0bf8c58)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C26") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 195.58 115.57 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b15a) - (property "Reference" "C25" (at 195.58 109.1692 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7n" (at 195.58 111.4806 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 191.77 116.5352 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 195.58 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 195.58 115.57 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c8a57fdc-4756-4642-b717-d66d7d8faef3)) - (pin "2" (uuid f043f3fe-d50e-4df3-bffa-536ba90d772d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C25") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 189.23 138.43 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b169) - (property "Reference" "R24" (at 191.008 137.2616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "22k" (at 191.008 139.573 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 191.008 138.43 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 318.77 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e21dac5f-36d0-489a-be5c-8e18abe915d0)) - (pin "2" (uuid 9a232e9f-c55b-44bf-a474-7feb76349ed1)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R24") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 203.2 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b16f) - (property "Reference" "#PWR040" (at 203.2 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 203.327 150.4442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 203.2 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 203.2 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7f1efbea-2952-4635-acc5-38e9f09bec36)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR040") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 189.23 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b175) - (property "Reference" "#PWR036" (at 189.23 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 189.357 150.4442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 189.23 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 189.23 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4e1d07b6-1152-4491-bd03-1f6da61e7417)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR036") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 218.44 105.41 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b18a) - (property "Reference" "R29" (at 220.218 104.2416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 220.218 106.553 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 220.218 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 377.19 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 75cd3f86-5219-43b0-bd71-5258b4ff8c3a)) - (pin "2" (uuid 15641123-b79d-4563-9f37-a90ba45dd4e3)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R29") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 252.73 125.73 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b1a0) - (property "Reference" "R39" (at 252.73 120.4722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "620k" (at 252.73 122.7836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (at 252.73 123.952 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.73 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 383.54 -67.31 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c1c16033-4896-4ff7-bd67-9aa083dbda68)) - (pin "2" (uuid f455e0aa-1c1f-429a-b77e-ef40b6c59200)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R39") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 237.49 125.73 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b1a6) - (property "Reference" "C35" (at 237.49 119.3292 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1n" (at 237.49 121.6406 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 233.68 126.6952 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 237.49 125.73 0) - (effects (font (size 1.27 1.27) bold) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 237.49 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b7f2531d-98ec-464b-9443-1892d8d118dc)) - (pin "2" (uuid 25f7bc53-24d3-4ef3-9411-dfa4a267d14d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C35") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 237.49 115.57 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b1ac) - (property "Reference" "C34" (at 237.49 109.1692 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1n" (at 237.49 111.4806 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 233.68 116.5352 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 237.49 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 237.49 115.57 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0f71d534-53ef-48e1-a1bf-b7213cc3bd06)) - (pin "2" (uuid b6757c4b-5ad7-4f44-8591-306df7247b64)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C34") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 231.14 138.43 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b1bb) - (property "Reference" "R34" (at 232.918 137.2616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "27k" (at 232.918 139.573 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 232.918 138.43 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 231.14 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 402.59 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a7fa482c-988d-4ecb-9adc-9ea9a1ff155b)) - (pin "2" (uuid f4dcabc1-045b-47c0-ba76-45bdb598c878)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R34") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 245.11 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b1c1) - (property "Reference" "#PWR049" (at 245.11 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 245.237 150.4442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 245.11 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 245.11 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fb8da5f4-f8ea-4f92-a8ba-c4fa8dd50567)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR049") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 231.14 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b1c7) - (property "Reference" "#PWR044" (at 231.14 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 231.267 150.4442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 231.14 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 231.14 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e744c5ab-3a45-42f5-87c2-20de9a63dc83)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR044") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 260.35 105.41 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0b1dc) - (property "Reference" "R42" (at 262.128 104.2416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 262.128 106.553 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 262.128 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 260.35 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 461.01 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e6914fb8-2f62-467d-9790-f60de0f95b76)) - (pin "2" (uuid 64c81473-8aaf-478a-b3c0-0d34336a8f2f)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R42") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 274.32 148.59 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f299c3) - (property "Reference" "R44" (at 276.098 147.4216 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "130k" (at 276.098 149.733 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 276.098 148.59 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 274.32 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 488.95 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 529ac2c2-f662-46b7-95df-fd5ad2a2897b)) - (pin "2" (uuid a3e3ed6d-65a9-4f76-972a-ae6b367ed1e1)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R44") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 269.24 148.59 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f2a898) - (property "Reference" "C39" (at 264.16 147.32 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "220p" (at 264.16 149.86 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 268.2748 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 269.24 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 269.24 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 18cb9d09-aefe-4b9c-844a-9eb094b0c3ff)) - (pin "2" (uuid 9c51e52e-9854-4331-a896-f015d3e15efd)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C39") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 269.24 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f2d101) - (property "Reference" "#PWR053" (at 269.24 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 269.367 156.7942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 269.24 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 269.24 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c961f750-fd1a-4830-94e8-347adb001faa)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR053") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 274.32 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f2d61c) - (property "Reference" "#PWR054" (at 274.32 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 274.447 156.7942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 274.32 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 274.32 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 60bb1527-3327-4ddc-8cd6-51f08390c5fa)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR054") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 285.75 142.24 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f372b4) - (property "Reference" "R48" (at 285.75 136.9822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 285.75 139.2936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 285.75 140.462 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 285.75 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 400.05 -83.82 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 45801e50-45ec-4892-af18-34a3e6ab3fad)) - (pin "2" (uuid 94f5a11a-872b-4ded-bf25-25c487809b9e)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R48") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 285.75 118.11 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f3db96) - (property "Reference" "R47" (at 285.75 112.8522 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "16.5k" (at 285.75 115.1636 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 285.75 116.332 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 285.75 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 424.18 -107.95 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c3ef2456-c9df-459e-a989-f7266e1e0394)) - (pin "2" (uuid 58fe7b80-c41b-4625-b4aa-4d9fa9d2f3e9)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R47") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x07_Socket") (at 74.93 208.28 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f547e9) - (property "Reference" "J7" (at 75.6412 207.6196 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "01x07 Female" (at 75.6412 209.931 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x07_P2.54mm_Vertical" (at 74.93 208.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 74.93 208.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 74.93 208.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 49bc28f8-4561-466e-98dd-ab9a1d368fa0)) - (pin "2" (uuid 8effe614-398f-4143-a31f-db2ba92cb67a)) - (pin "3" (uuid 8845d31f-14fa-4322-a2c3-b3c56e57fb37)) - (pin "4" (uuid c0b089be-7bb0-4ba0-8150-d94f24545037)) - (pin "5" (uuid 06e0ad58-b06d-4a63-9bbc-f2957935489b)) - (pin "6" (uuid 56a399dc-806f-408f-82b5-0a5007f6ceec)) - (pin "7" (uuid f6941eca-0650-40ad-9138-2a896a1dce21)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 316.23 97.79 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f8f3c6) - (property "Reference" "R54" (at 318.008 96.6216 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "33k" (at 318.008 98.933 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 318.008 97.79 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 316.23 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 572.77 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0dc60528-5f64-4d9e-8f5c-9d5513816608)) - (pin "2" (uuid 6a25fe58-1b8d-491c-bbac-f6993a526500)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R54") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x05_Socket") (at 373.38 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f967b2) - (property "Reference" "J3" (at 374.0912 56.4896 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "01x05 Female" (at 374.0912 58.801 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (at 373.38 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 373.38 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 373.38 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3a1bffa0-211d-423a-9f5b-d1edca3eb132)) - (pin "2" (uuid 4e598662-624a-44b1-af22-ded55778f056)) - (pin "3" (uuid 74f895f2-bd51-40f2-8fe4-e39d86f7d476)) - (pin "4" (uuid 5562cfe2-709b-4db8-9b3d-e610d8104de9)) - (pin "5" (uuid 0125034e-574b-45aa-bff8-2870b04837e5)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 368.3 52.07 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f970f0) - (property "Reference" "#PWR0101" (at 361.95 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 365.0488 52.197 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 368.3 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 368.3 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cde73a30-8337-49f6-b83b-7f969bf135ef)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 342.9 234.95 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060fe72f8) - (property "Reference" "#FLG02" (at 342.9 236.855 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 342.9 239.3442 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 342.9 234.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 342.9 234.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 841a628d-4946-4659-94b0-51955a9182cb)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 349.25 234.95 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060fe72f9) - (property "Reference" "#PWR011" (at 349.25 232.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 349.631 230.5558 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 349.25 234.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 349.25 234.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 37adf3b0-54ca-4326-89ac-a34257faa648)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 355.6 237.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060fe72fa) - (property "Reference" "#PWR012" (at 355.6 243.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 355.727 241.8842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 355.6 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 355.6 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d24069f2-9392-4038-8b1f-525c8641a962)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 365.76 232.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060fe72fb) - (property "Reference" "H1" (at 368.3 231.2416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 368.3 233.553 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 365.76 232.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 365.76 232.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x06_Socket") (at 64.77 118.11 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006108eda7) - (property "Reference" "J6" (at 65.4812 118.7196 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "01x06 Female" (at 65.4812 121.031 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" (at 64.77 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 64.77 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 64.77 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 98c66e4a-ed32-42e7-91d4-a54cd21812a4)) - (pin "2" (uuid dfcbd5c7-f0dc-46a6-abb0-3e12bf21780d)) - (pin "3" (uuid 0f18e064-18d9-4ae8-9c79-cf927883e97c)) - (pin "4" (uuid 679d2134-3239-4e47-a4e5-4ebedeeaf8a8)) - (pin "5" (uuid 1575dc57-1934-4a48-a503-e83e75e7244b)) - (pin "6" (uuid 6c31f382-29e5-4f59-916f-7fccbec4bdb7)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 59.69 113.03 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061091219) - (property "Reference" "#PWR0103" (at 63.5 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 56.4388 112.649 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 59.69 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 59.69 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9b146a55-198b-471f-b9db-9fb27301ca2b)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR0103") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 231.14 193.04 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006109bbbe) - (property "Reference" "R5" (at 232.918 191.8716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "82k" (at 232.918 194.183 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 232.918 193.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 231.14 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 402.59 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ce0c9b6b-b49d-429e-a1f6-930a1ad9b53e)) - (pin "2" (uuid de92188e-2fe3-4802-82ac-e968b89dd9bb)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 231.14 182.88 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006109c867) - (property "Reference" "C36" (at 226.06 181.61 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "680p" (at 226.06 184.15 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.0mm_W4.5mm_P5.00mm" (at 230.1748 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 231.14 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 231.14 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8701507f-7495-41c9-84fb-786dc8acfe98)) - (pin "2" (uuid dc360274-10a3-4f2c-91c5-291bb0e9411e)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C36") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 287.02 191.77 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000610c2dbe) - (property "Reference" "R13" (at 288.798 190.6016 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "68k" (at 288.798 192.913 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 288.798 191.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 287.02 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 514.35 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c958bb34-e1e0-4f4d-8e69-8ef31cf24997)) - (pin "2" (uuid 92b41bcd-d06d-497e-b4e2-cc1720d7be54)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 287.02 181.61 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000610c339d) - (property "Reference" "C45" (at 292.1 180.34 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "220p" (at 292.1 182.88 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 286.0548 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 287.02 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 287.02 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b250802b-7905-47dc-ad65-7d3e23a84245)) - (pin "2" (uuid a51f6d0e-de46-4c3e-bb92-8cc37da27525)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C45") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 269.24 105.41 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000610f12dc) - (property "Reference" "R7" (at 271.018 104.2416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "130k" (at 271.018 106.553 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 271.018 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 269.24 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 478.79 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8ebe8738-16bb-4671-8e8b-6e62436fa20c)) - (pin "2" (uuid 2af950b1-7409-455c-aa49-e161bc0a7879)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 269.24 97.79 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000610f20b6) - (property "Reference" "C43" (at 264.16 96.52 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "220p" (at 264.16 99.06 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 268.2748 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 269.24 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 269.24 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e3477dbf-7b8a-4395-8767-c4e556e4da4b)) - (pin "2" (uuid e8edad13-d7a0-4540-a1d4-9e1fb4f6fb41)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C43") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 236.22 233.68 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061131960) - (property "Reference" "R36" (at 237.998 232.5116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "82k" (at 237.998 234.823 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 237.998 233.68 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 236.22 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 412.75 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8a52788e-851e-4527-9c68-1c2e77382980)) - (pin "2" (uuid 4dda51ea-f7e3-497b-960e-8c1c21ddf650)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R36") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 231.14 233.68 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061131966) - (property "Reference" "C33" (at 226.06 232.41 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "680p" (at 226.06 234.95 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.0mm_W4.5mm_P5.00mm" (at 230.1748 229.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 231.14 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 231.14 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 580001aa-8235-48fc-87c7-a847444586c6)) - (pin "2" (uuid 4c109fea-fe35-43cd-98ce-2eb76137fa36)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C33") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 231.14 237.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006113196c) - (property "Reference" "#PWR045" (at 231.14 243.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 231.267 241.8842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 231.14 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 231.14 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3b264de9-4d0c-42ed-9138-3c9dabee3696)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR045") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 236.22 237.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061131972) - (property "Reference" "#PWR046" (at 236.22 243.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 236.347 241.8842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 236.22 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 236.22 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b939aa3b-034a-40d0-924f-3271098595d7)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR046") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 247.65 227.33 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061131978) - (property "Reference" "R38" (at 247.65 222.0722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 247.65 224.3836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 247.65 225.552 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 247.65 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 276.86 39.37 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2fd525c3-b4a5-4bb6-95aa-baef5d58172d)) - (pin "2" (uuid 42e0b497-286a-42e5-98a9-a5d4d7b50a9d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R38") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 247.65 203.2 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006113198a) - (property "Reference" "R37" (at 247.65 197.9422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "16.5k" (at 247.65 200.2536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 247.65 201.422 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 247.65 203.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 300.99 15.24 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e65a2086-7418-4b8f-8a39-e2cf09b826cd)) - (pin "2" (uuid fb2db95a-b3ab-46ee-8e44-f4f8e1411c3a)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R37") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 278.13 182.88 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000611319bf) - (property "Reference" "R46" (at 279.908 181.7116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "33k" (at 279.908 184.023 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 279.908 182.88 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 278.13 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 496.57 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 235ec840-6fe9-47e8-aed5-724046c53b3f)) - (pin "2" (uuid 8415bbce-24c3-4e6c-acda-35099ee3b330)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R46") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 292.1 233.68 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061172046) - (property "Reference" "R50" (at 293.878 232.5116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "68k" (at 293.878 234.823 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 293.878 233.68 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 292.1 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid befd4089-387e-42a9-a623-d2d12dac6ec5)) - (pin "2" (uuid 6adb4708-7713-489b-b9f9-64b12516da21)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R50") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 287.02 233.68 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006117204c) - (property "Reference" "C44" (at 281.94 232.41 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "220p" (at 281.94 234.95 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" (at 286.0548 229.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 287.02 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Film Capacitors Polypropylene (L=7.2 mm W=4.5 mm, P=5 mm )" (at 287.02 233.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bbe8e30d-1c2e-49ee-9c6b-bdc8ed3e7f04)) - (pin "2" (uuid 670434df-d4ca-4bbe-962e-9c37bdcadd78)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C44") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 287.02 237.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061172052) - (property "Reference" "#PWR057" (at 287.02 243.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 287.147 241.8842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 287.02 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 287.02 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fe2c3c93-e75d-477c-8725-eb342d92f4d1)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR057") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 292.1 237.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061172058) - (property "Reference" "#PWR058" (at 292.1 243.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 292.227 241.8842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 292.1 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 292.1 237.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 14869bc7-a399-4902-864e-4e563f3d4793)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR058") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 303.53 227.33 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006117205e) - (property "Reference" "R53" (at 303.53 222.0722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 303.53 224.3836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 303.53 225.552 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 303.53 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 332.74 -16.51 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 012ede6f-7862-4804-b89f-f5354bd7b872)) - (pin "2" (uuid 83326781-ae37-4f12-b7b0-b8f8e0f7a728)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R53") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 303.53 203.2 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061172070) - (property "Reference" "R52" (at 303.53 197.9422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "15.4k" (at 303.53 200.2536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 303.53 201.422 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 303.53 203.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 356.87 -40.64 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 952d4823-a982-440f-bf82-595615563354)) - (pin "2" (uuid c1cbda1b-2305-4d97-8468-1a6bed162811)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R52") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 334.01 182.88 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000611720a5) - (property "Reference" "R57" (at 335.788 181.7116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "22k" (at 335.788 184.023 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 335.788 182.88 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 334.01 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 608.33 256.54 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3b61e718-d8b6-41c1-9a58-98ad21c68960)) - (pin "2" (uuid 89ea360f-dca1-4353-9f3f-96c19ef66a2f)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R57") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 81.28 264.16 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006118106a) - (property "Reference" "#PWR0102" (at 81.28 270.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 81.407 268.5542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 81.28 264.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 81.28 264.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 001ee0a4-e575-45f6-bff3-fbef12047a93)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 128.27 139.7 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006128773b) - (property "Reference" "U1" (at 128.27 130.3782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 128.27 132.6896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 128.27 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 128.27 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid efc8f2f5-10b8-4afd-ba60-985ca2ba8f5e)) - (pin "2" (uuid 4e1d2f63-4827-48a0-a981-e7a37e8d72a4)) - (pin "3" (uuid 233f75fa-26eb-4229-91d5-fbf071c3e180)) - (pin "5" (uuid 2bf34b7c-94ca-4ac8-94c5-6312536f342f)) - (pin "6" (uuid 61e795c9-5bb5-48b3-b7a0-cb64f04c7adc)) - (pin "7" (uuid ca12753c-a5f4-49a4-bb14-a01420a86edb)) - (pin "4" (uuid eca73914-6f4b-487c-b8f6-6bedca0fa3fb)) - (pin "8" (uuid 9b396834-9f2e-4234-8e77-e2f453053d8c)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 128.27 227.33 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000612882d4) - (property "Reference" "U1" (at 128.27 218.0082 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 128.27 220.3196 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 128.27 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 128.27 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cc0d08d7-1c65-4883-9efb-f30fa51da8b0)) - (pin "2" (uuid 5fc32f47-b50c-49bd-8a82-dd68c0426109)) - (pin "3" (uuid 1a8a76a0-6023-468a-bf57-4aeb52d09b1d)) - (pin "5" (uuid ec290d34-322a-4115-9f2c-bda910f03c7f)) - (pin "6" (uuid dedc9e73-cd55-41cf-a5e7-9eff53c3f534)) - (pin "7" (uuid ffdbacf0-b74e-4267-85e2-b75f85c8f435)) - (pin "4" (uuid c21b20df-9e93-4f8b-bf07-89242b210ced)) - (pin "8" (uuid 7f5c5a33-bffa-44be-b723-f59e60ea9e4b)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 95.25 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061318542) - (property "Reference" "R4" (at 65.278 94.0816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "470k" (at 65.278 96.393 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 61.722 95.25 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 59.69 -66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9c339621-8fb3-41c6-870e-7a83e5295657)) - (pin "2" (uuid d6d585b8-399f-4079-b82d-ec7e073560f0)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 57.15 88.9 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000613189f2) - (property "Reference" "R3" (at 57.15 83.6422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3.3k" (at 57.15 85.9536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 57.15 87.122 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 57.15 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 224.79 91.44 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7ad1d1b8-0a16-4ccc-a134-db5abddb61f9)) - (pin "2" (uuid 03e18610-5235-43ea-a3e0-9c74dfc34f17)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 63.5 99.06 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006131a84e) - (property "Reference" "#PWR015" (at 63.5 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 63.627 103.4542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 408ac733-2b8d-46b8-8fa4-ed51aa127340)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR015") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 170.18 227.33 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061417169) - (property "Reference" "U2" (at 170.18 218.0082 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 170.18 220.3196 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 170.18 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 170.18 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c065b0a4-0b93-48f2-9339-44d26009eb1c)) - (pin "2" (uuid 8e73e860-7df5-47ee-9d85-a51cffff4073)) - (pin "3" (uuid 9a1807dc-d64a-4457-9c2b-93b6612c3b2e)) - (pin "5" (uuid 65b9eb01-a28f-42e0-bb05-9dc5a9d9057c)) - (pin "6" (uuid b0956b06-fed7-43cc-8ed9-7074cc95807d)) - (pin "7" (uuid 6e20e3f0-02b3-4c4f-b13c-c6fa198de349)) - (pin "4" (uuid d7cdfc88-84f0-4354-8fda-98af7b5493ec)) - (pin "8" (uuid 86ed86f4-0151-45c5-905f-b4a048144531)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U2") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 210.82 227.33 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061419059) - (property "Reference" "U3" (at 210.82 218.0082 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 210.82 220.3196 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 210.82 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 210.82 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cf646d51-a95b-4acb-92eb-03438484ca3f)) - (pin "2" (uuid f6fee84b-bfc5-4648-8e13-9d6d04247a23)) - (pin "3" (uuid 518a4131-64e9-4ba1-a442-4691a53e2b81)) - (pin "5" (uuid c0bec279-4f4f-45b9-b4c9-d464e5bb5168)) - (pin "6" (uuid 3c60100c-89fb-4346-a3d2-75a9bbd94aad)) - (pin "7" (uuid 4f42cefa-274f-4d84-a3a9-6d93a562a3ef)) - (pin "4" (uuid 8ef3e563-c1f8-49c5-a3f8-41d88bb0ede4)) - (pin "8" (uuid 9a573a5f-16ed-4bac-a9aa-25b5d86e5dd3)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U3") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 247.65 215.9 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006141ad62) - (property "Reference" "U4" (at 247.65 206.5782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 247.65 208.8896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 247.65 215.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 247.65 215.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21a00f46-105c-4e4b-a84f-ed4acb136567)) - (pin "2" (uuid 6a7b2059-d977-4612-95c2-3fe01e6e1434)) - (pin "3" (uuid 97c3e317-415d-4b4f-8101-e9340ae149a3)) - (pin "5" (uuid 433a6e2c-e28f-42e6-9de8-ce9efb0d814d)) - (pin "6" (uuid a5d68acb-493d-4a7d-8f7f-517ebcebec51)) - (pin "7" (uuid 4f878204-8435-49a6-bf01-1375408a7663)) - (pin "4" (uuid bd5bb503-514b-468b-8abd-7e31ffd332b7)) - (pin "8" (uuid e6e4ba06-5100-4065-b809-01784b64c06b)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U4") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 170.18 139.7 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000614243cc) - (property "Reference" "U2" (at 170.18 130.3782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 170.18 132.6896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 170.18 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 170.18 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 544cd2da-24c9-4666-8833-e1c30dc2ba90)) - (pin "2" (uuid 585984a6-076a-4c19-a565-3361668ddc40)) - (pin "3" (uuid 6902cc01-da9a-4cfc-b2f7-35a26bbf04e9)) - (pin "5" (uuid 3661902e-90e5-456c-bea6-67cccf66598c)) - (pin "6" (uuid 303c400a-1ac8-4f8f-ae11-254f46fa0fb3)) - (pin "7" (uuid fc5e93f7-8264-46ce-a278-5944e151e5a7)) - (pin "4" (uuid ae3c331f-8808-430e-931c-7d9b2cc37f5b)) - (pin "8" (uuid 4cd135a5-fdd1-4851-864a-dadf7c96d9ff)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 210.82 139.7 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006142cdaf) - (property "Reference" "U3" (at 210.82 130.3782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 210.82 132.6896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 210.82 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 210.82 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f26cc58e-e0ad-4f23-8ef3-2adaeac72be6)) - (pin "2" (uuid 185a18f6-1e1f-483c-94e2-d40a3da6d703)) - (pin "3" (uuid e1e0da89-8dcf-4b95-88c7-dadae5083d45)) - (pin "5" (uuid 8cc78138-26c2-4be3-a4bd-4ad124dd5c3d)) - (pin "6" (uuid 959ed360-eb0a-4a79-8f34-5faaf7fec5ad)) - (pin "7" (uuid b67591ef-79c1-406a-9cdd-2d6de62566a6)) - (pin "4" (uuid 85c4eb9a-1efe-40fd-86af-36f89108b5f9)) - (pin "8" (uuid d1c3595d-d061-4c53-823c-19aa0d9a8865)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 252.73 139.7 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006142da51) - (property "Reference" "U4" (at 252.73 130.3782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 252.73 132.6896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 252.73 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 252.73 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5ff52b57-ef9e-4f94-a9c9-61e5ac4b83da)) - (pin "2" (uuid 4f28ebaf-a424-4fd7-bd68-4f2802c11914)) - (pin "3" (uuid 596ad3fd-3554-4880-b141-b89840e4e442)) - (pin "5" (uuid 54801b85-fd78-4df4-a039-798d15f1a062)) - (pin "6" (uuid 67ed65af-3dae-472c-882d-b64c8e40e12c)) - (pin "7" (uuid 61a8149a-2c46-4891-a026-d1321b4c0b29)) - (pin "4" (uuid 1e4121a8-838d-461e-bd87-c7b273513df5)) - (pin "8" (uuid 139dad75-0222-4e43-bc59-5c28bfe18b85)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 214.63 63.5 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061431e3a) - (property "Reference" "U9" (at 214.63 54.1782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 214.63 56.4896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 214.63 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 214.63 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 76428275-124a-44dd-b3b9-3b1c2ec4ae84)) - (pin "2" (uuid f0226c4c-3d26-444f-b8c4-b9528f9282f3)) - (pin "3" (uuid 6d74652c-3d2b-4087-af5a-dad9db0c63f1)) - (pin "5" (uuid 3fe74e96-d630-4db9-83b3-437a4cba15b4)) - (pin "6" (uuid ef996d8d-e885-4c54-b48b-e12cd0bd7e8e)) - (pin "7" (uuid 03ae5596-bc68-4919-b712-a127d93338cc)) - (pin "4" (uuid ae2d0972-d851-4e32-b78e-a1894c29cfe1)) - (pin "8" (uuid fc153f76-4971-47fe-9c36-88d5ca4ab507)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 323.85 200.66 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000614329b5) - (property "Reference" "U10" (at 323.85 191.3382 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 323.85 193.6496 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 323.85 200.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 323.85 200.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dde911d8-e684-4acb-b148-28ee3c11cf89)) - (pin "2" (uuid 5e386539-c10c-4ae2-9088-58e8b6571b5a)) - (pin "3" (uuid 3b7391b0-88d4-4303-ac56-a443b823a699)) - (pin "5" (uuid 1b6f5437-7cc3-4fb0-a914-07fa3cdc968c)) - (pin "6" (uuid 5edbc061-8621-4c13-864b-a2a2b212044e)) - (pin "7" (uuid f09eeb0b-a016-4287-8ed5-683b4c4b51a3)) - (pin "4" (uuid 158af5df-cc1b-4506-bbe6-cb7505295b5b)) - (pin "8" (uuid 2fc6c800-22f6-42f6-a664-0677d01cefba)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 214.63 35.56 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061435445) - (property "Reference" "U9" (at 214.63 26.2382 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 214.63 28.5496 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 214.63 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 214.63 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d0823f78-79d3-470b-87e6-694e750395bc)) - (pin "2" (uuid 20ac7a70-5cb9-4418-b061-8e4ee8d36b79)) - (pin "3" (uuid 18406746-0f9d-4d88-9ef2-8423e08576f0)) - (pin "5" (uuid 23e8f6a7-30b7-401a-a700-bea60a7c628f)) - (pin "6" (uuid 0ddc588d-d229-46bb-b441-49eaa4ad4bf5)) - (pin "7" (uuid 071488e9-807f-4b64-9d5c-31f601fa1699)) - (pin "4" (uuid a1bbbcb7-3394-4d47-a7e2-c5aca5915b62)) - (pin "8" (uuid ccefc75b-fd16-4e82-963f-281710a98051)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U9") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 76.2 86.36 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061437628) - (property "Reference" "U10" (at 76.2 77.0382 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 76.2 79.3496 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 76.2 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 76.2 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7f2c9904-545b-4337-acd6-8707e0924818)) - (pin "2" (uuid 70b621b6-45b5-43cb-9683-d589118723d7)) - (pin "3" (uuid f46f4b86-daf6-4869-98cb-928039f00f5f)) - (pin "5" (uuid ac94c12d-1e2f-4700-9b45-563c04d5170a)) - (pin "6" (uuid 4563c901-e88b-4285-ab90-78eeaecf726f)) - (pin "7" (uuid a2043fd9-86c0-4c63-be15-84aded65ab85)) - (pin "4" (uuid fd1d5da9-cff8-4c76-9b2b-14585edbbb1e)) - (pin "8" (uuid 3f40e620-2b34-4c9e-b852-1ba39e3dbc3a)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U10") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 267.97 200.66 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000614f7294) - (property "Reference" "U5" (at 267.97 191.3382 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 267.97 193.6496 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 267.97 200.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 267.97 200.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 56d5d2e4-dbd9-4665-9c2f-4cd76f3e3bd2)) - (pin "2" (uuid efb5ebae-d680-4d30-add6-fa2b005bc2e3)) - (pin "3" (uuid 9d29d03c-427b-4b84-bf4f-2d6f7ba5364a)) - (pin "5" (uuid 51107cad-464c-4075-bac5-2efb14d00ec2)) - (pin "6" (uuid 851b32c9-5dcf-4baf-b10e-f1b1cb643c8a)) - (pin "7" (uuid bb552a7f-bf67-44e1-abd2-3b81e38d350b)) - (pin "4" (uuid d432cbe6-4998-44d8-87df-626563ccc34f)) - (pin "8" (uuid d82759b1-57a0-4293-812e-59347193bfc5)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U5") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 285.75 130.81 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000614f8488) - (property "Reference" "U5" (at 285.75 121.4882 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 285.75 123.7996 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 285.75 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 285.75 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e865904f-7e59-45d5-b0ee-c0971cc749e5)) - (pin "2" (uuid 0dcfeaa9-76ea-497e-8640-5372db2e03fc)) - (pin "3" (uuid ef6726ff-8ec7-4eec-9d31-3ee7890fa3c3)) - (pin "5" (uuid ac5a5c45-797a-4bbe-bfd5-5ce5a8aa3463)) - (pin "6" (uuid 8c497335-9f19-4d8f-81b9-d3f6e5560190)) - (pin "7" (uuid ba80136a-34d0-4a97-a9c9-c43ab3f7be6e)) - (pin "4" (uuid 93b580d1-c2df-48c4-9d06-465ca9d3eebc)) - (pin "8" (uuid 95e16380-a797-4ef6-bc92-67bfd44afe75)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 303.53 215.9 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000614fd353) - (property "Reference" "U6" (at 303.53 206.5782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 303.53 208.8896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 303.53 215.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 303.53 215.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 250e48fb-e2d3-44be-a21e-1a17c0d65000)) - (pin "2" (uuid 1418a8af-ecf9-4c29-a7a3-d0ed1e478705)) - (pin "3" (uuid fb134e24-116f-4c1a-a910-69e228b2dca7)) - (pin "5" (uuid 463eba6d-6e91-4de9-aa0c-6860efec82bd)) - (pin "6" (uuid 4058daa3-07dc-498a-89dd-e985387aac1f)) - (pin "7" (uuid 872d8c18-cf86-48cb-8d10-c99b3e6635cd)) - (pin "4" (uuid 819f78e6-941f-4dad-85f1-b4c7c6b3f0f2)) - (pin "8" (uuid e99125d6-a0ca-4b37-842b-335296080c6e)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U6") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 306.07 115.57 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000614fd359) - (property "Reference" "U6" (at 306.07 106.2482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 306.07 108.5596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 306.07 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 306.07 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8bca9fed-fb08-4666-98bd-67645ac0bd2c)) - (pin "2" (uuid 5f396248-db41-43e6-97e5-75706deb1323)) - (pin "3" (uuid 01646aa5-b054-43f1-b5f8-0f1ab9601ac9)) - (pin "5" (uuid be78c320-66c9-47db-84c6-e07682b2c3ee)) - (pin "6" (uuid 06691abe-4a61-4d84-ab64-63ace23bf8b5)) - (pin "7" (uuid e41ebddf-cb62-48cb-abb2-1cc22a5eecdd)) - (pin "4" (uuid 5632ff9d-82e3-45b5-a86b-5a4683beef51)) - (pin "8" (uuid 24e41c56-597e-4023-adfa-f1d5bfd2a519)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 187.96 22.86 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006152ccd3) - (property "Reference" "R21" (at 187.96 17.6022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47k" (at 187.96 19.9136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 187.96 21.082 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 187.96 22.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 421.64 -105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 17993541-71ea-47e8-946a-47b818ba6406)) - (pin "2" (uuid cacfc9f7-e18c-40c1-a949-7c5256add29e)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 187.96 52.07 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061544393) - (property "Reference" "R22" (at 187.96 46.8122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47k" (at 187.96 49.1236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 187.96 50.292 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 187.96 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 392.43 -76.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8432af17-d9d1-4038-a3b4-eb50d03a9576)) - (pin "2" (uuid 234c5a31-529a-4828-b04b-c5ce3023a64d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 177.8 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006158d02e) - (property "Reference" "#PWR032" (at 177.8 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 177.927 47.5742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 177.8 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 177.8 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e4f53663-9111-480a-a376-446fa24f18af)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR032") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 177.8 71.12 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000615a6cdb) - (property "Reference" "#PWR033" (at 177.8 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 177.927 75.5142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 177.8 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 177.8 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid eb1c5eb1-c501-4daf-85a8-75c35a1a05d0)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR033") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 259.08 40.64 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061702931) - (property "Reference" "R40" (at 259.08 35.3822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47k" (at 259.08 37.6936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 259.08 38.862 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 259.08 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 474.98 -158.75 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7dc02738-2026-423c-a1ab-8ca246501d68)) - (pin "2" (uuid ecba0b1f-9751-4d4b-ad89-2b58f9d28710)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R40") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 259.08 45.72 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061702c9b) - (property "Reference" "R41" (at 259.08 48.26 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47k" (at 259.08 50.8 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 259.08 43.942 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 259.08 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 469.9 -153.67 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2d425aaf-6786-4116-9798-40fb7ef65982)) - (pin "2" (uuid f710978f-fe41-4544-ab3a-e1eca2bba716)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R41") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 278.13 45.72 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006173eb72) - (property "Reference" "U7" (at 278.13 36.3982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 278.13 38.7096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 278.13 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 278.13 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 10707485-b23a-46f0-a552-98cc160e15e3)) - (pin "2" (uuid 96b8d77a-fc8b-47f4-8f22-b4fc49b5a4b6)) - (pin "3" (uuid 8eda4182-2203-4858-a974-e2cf1e7c4518)) - (pin "5" (uuid de673e63-5f43-4989-8aea-860e28e93f50)) - (pin "6" (uuid 4ab287b0-f7e5-4d54-ac56-3885f4c05418)) - (pin "7" (uuid ff667a13-f89b-40a5-99a3-00684de2da09)) - (pin "4" (uuid 5f6e226e-a567-408b-beb0-c8a8e2ec508f)) - (pin "8" (uuid f37be837-3bee-4441-b239-c214f98ba58a)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 312.42 48.26 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006173f610) - (property "Reference" "U7" (at 312.42 38.9382 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 312.42 41.2496 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 312.42 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 312.42 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9d221b3b-0bfe-4439-a426-0f2594b9c7bf)) - (pin "2" (uuid e12656ad-962f-4bd5-a35d-a45aa6b4e27e)) - (pin "3" (uuid 3450ae82-42ae-493f-904b-d8b1a09c107a)) - (pin "5" (uuid 21c68380-a80d-4471-9923-d543922a628d)) - (pin "6" (uuid a613688b-af96-40f1-8cff-d00d11843502)) - (pin "7" (uuid a9696e43-3f81-4aa9-901f-150c6a0da3d7)) - (pin "4" (uuid 119a2ba9-03f2-48af-8f1a-4a96cb25a3bf)) - (pin "8" (uuid f252e204-5b1e-4386-b15b-42d6a51ae097)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U7") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 269.24 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061741033) - (property "Reference" "#PWR052" (at 269.24 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 269.367 53.9242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 269.24 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 269.24 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9405f647-e448-4386-8bf7-c13bb271e053)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR052") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 278.13 31.75 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006179c677) - (property "Reference" "R45" (at 278.13 26.4922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47k" (at 278.13 28.8036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 278.13 29.972 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 278.13 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 502.92 -186.69 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21369b08-1bff-4f98-918a-659f79480c26)) - (pin "2" (uuid 65468f38-40df-4029-89c2-dcb526897328)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R45") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 278.13 21.59 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006179d296) - (property "Reference" "C42" (at 278.13 15.1892 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47p" (at 278.13 17.5006 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 274.32 22.5552 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 278.13 21.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC C0G (NP0), L=4 mm, W=2.5 mm, P= 2.5 mm" (at 278.13 21.59 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid de891876-30ed-40a2-88f0-d58c6deb7e09)) - (pin "2" (uuid 64cb07f9-8c91-460b-885e-03098c18f41d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C42") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 303.53 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000617ff9ea) - (property "Reference" "#PWR059" (at 303.53 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 303.657 56.4642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 303.53 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 303.53 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f156277b-ad50-487a-90ac-439c798af40d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR059") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 313.69 34.29 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061821140) - (property "Reference" "C46" (at 313.69 27.8892 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47p" (at 313.69 30.2006 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 309.88 35.2552 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 313.69 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC C0G (NP0), L=4 mm, W=2.5 mm, P= 2.5 mm" (at 313.69 34.29 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8ac6c044-1d65-4e53-98c3-3304aeb04370)) - (pin "2" (uuid ca3676ac-668b-42a0-872f-752e7bcbbe23)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C46") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 322.58 24.13 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000618216fa) - (property "Reference" "R55" (at 322.58 18.8722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7k" (at 322.58 21.1836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 322.58 22.352 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 322.58 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 554.99 -238.76 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 68551524-5d23-4a54-a0a7-07cbb43d361d)) - (pin "2" (uuid 1f7b2375-f101-4156-b489-2943ece797e5)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R55") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 326.39 48.26 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061821c3b) - (property "Reference" "R56" (at 326.39 43.0022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "330" (at 326.39 45.3136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 326.39 46.482 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 326.39 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 534.67 -218.44 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5b649954-63b3-4710-8410-8de8989850ed)) - (pin "2" (uuid 5936fdb2-ed18-43ad-8d2b-2a5aefb43378)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R56") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 294.64 45.72 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061844d41) - (property "Reference" "R51" (at 294.64 40.4622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7k" (at 294.64 42.7736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 294.64 43.942 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 294.64 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 505.46 -189.23 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f896089f-8db4-47b2-b999-7b14d0a949f9)) - (pin "2" (uuid a9cc9122-0c5d-492f-a732-d8fe9ef5c243)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R51") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 187.96 38.1 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061994624) - (property "Reference" "U8" (at 187.96 28.7782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 187.96 31.0896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 187.96 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 187.96 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7759bcaf-350b-4897-a675-aaf4fb3e75fe)) - (pin "2" (uuid 28f5d24e-b605-4fad-9e07-a157526f5710)) - (pin "3" (uuid cba11463-444d-4fb1-9f76-b3065c51a98b)) - (pin "5" (uuid 1d81f9ac-4484-4ebf-83e8-7de0cb40f383)) - (pin "6" (uuid 76ab51e7-5edb-4045-85a9-a4f7d7d7dc2b)) - (pin "7" (uuid 9c49252c-ff22-49be-955d-da43dd8a46f4)) - (pin "4" (uuid e4f6c439-e664-4982-a00a-ae1d4844df2b)) - (pin "8" (uuid 4b9a4b22-a241-4855-9d5c-4ff2f9005b1b)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U8") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 187.96 66.04 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061995252) - (property "Reference" "U8" (at 187.96 56.7182 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LF353" (at 187.96 59.0296 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 187.96 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 187.96 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0f3f378e-d0c9-46ab-963e-646a851063aa)) - (pin "2" (uuid ce9b58af-7b54-4d13-b771-592bf385d86a)) - (pin "3" (uuid de50f414-2426-41f0-82ab-baa68d9e77f8)) - (pin "5" (uuid 8aff71fc-0b55-4238-837c-95b0b4aac181)) - (pin "6" (uuid 4be25af8-39f2-4002-9837-911821c1b9cc)) - (pin "7" (uuid 6a5fe9e5-baaf-40a3-a520-f60ee8a61237)) - (pin "4" (uuid 45c7911f-b027-440e-9e3e-77a146b41944)) - (pin "8" (uuid 9328bf5e-c997-4667-847d-cf51587a0583)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 100.33 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000619cfade) - (property "Reference" "U1" (at 99.2632 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 99.2632 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 100.33 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 100.33 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 30f27120-8919-4f22-a0e2-49bd0c1104a0)) - (pin "2" (uuid ae121872-4c9f-495f-b631-8204082b9825)) - (pin "3" (uuid 126f84ae-523c-4569-b046-7ee124f46a5a)) - (pin "5" (uuid 7d4fcb23-c914-48df-941d-94cf5f1f85b5)) - (pin "6" (uuid 4f69bb40-cbf2-45c5-8c23-3e0667e1f6c1)) - (pin "7" (uuid 2480dd87-1dff-4a50-81a2-52ef161ac45c)) - (pin "4" (uuid 220c7b29-91f3-4c3b-ad84-4e5cd0ca44b4)) - (pin "8" (uuid 7bb6c199-a688-4236-9988-880ba5023f28)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U1") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 87.63 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000619d0ee8) - (property "Reference" "C3" (at 90.551 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 90.551 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 86.6648 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 87.63 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 87.63 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5202bb01-21ab-4495-a6ea-dd5c0d53f700)) - (pin "2" (uuid 39e96c61-a6c6-4af2-a40b-ff5d3cc47044)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 87.63 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000619d1c20) - (property "Reference" "C4" (at 90.551 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 90.551 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 86.6648 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 87.63 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 87.63 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 746f3fe3-10e2-41a6-8497-50187ce7b1ca)) - (pin "2" (uuid 704429d5-3342-4fe3-9317-92ed4d2c4c10)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 97.79 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000619d2079) - (property "Reference" "#PWR016" (at 97.79 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 95.25 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 97.79 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 97.79 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2c86c601-834e-4436-a466-cb9b514ce3bb)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR016") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 97.79 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000619d2637) - (property "Reference" "#PWR017" (at 97.79 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 100.33 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 97.79 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 97.79 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 49e74c7c-d16f-414f-9e36-8d1148076654)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR017") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 120.65 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b191a5) - (property "Reference" "U2" (at 119.5832 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 119.5832 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 120.65 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 120.65 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d6dd0f16-8940-44d4-96ec-2f3144e7eef5)) - (pin "2" (uuid 8e0527a1-64cc-4c21-af5a-5910f4c387cc)) - (pin "3" (uuid 24c732be-56c7-40ff-a440-789a73d66281)) - (pin "5" (uuid aed766cc-c8d5-45cf-84bc-1c29216ccceb)) - (pin "6" (uuid 9c08e9bc-2359-4642-8957-cdc10638112d)) - (pin "7" (uuid 999a9de1-b184-4a7a-88ce-e26d61a272e3)) - (pin "4" (uuid 49486979-d7ce-412e-8fdf-81169c77b60d)) - (pin "8" (uuid 4852c2b0-5b4b-43fb-8986-24c99432e6a4)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U2") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 107.95 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b191ab) - (property "Reference" "C5" (at 110.871 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 110.871 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 106.9848 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 107.95 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cdd33042-8f00-4de6-9458-0c39b59fb928)) - (pin "2" (uuid c9d60b9d-fe3b-40f6-a75d-0c49e3c2ccb1)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 107.95 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b191b1) - (property "Reference" "C6" (at 110.871 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 110.871 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 106.9848 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 107.95 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 53cf8cdb-47e8-47ed-8ed3-ca84ce556e44)) - (pin "2" (uuid 1842fcc9-1d68-4d06-a9f5-7a2b7e74475f)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 118.11 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b191b7) - (property "Reference" "#PWR020" (at 118.11 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 115.57 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 118.11 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 118.11 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 14873e13-18f3-4e4c-8f25-b607a51caeef)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR020") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 118.11 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b191bd) - (property "Reference" "#PWR021" (at 118.11 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 120.65 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 118.11 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 118.11 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 40a8719c-ef80-4391-a162-fa271090efa7)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR021") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 140.97 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b46552) - (property "Reference" "U3" (at 139.9032 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 139.9032 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 140.97 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 140.97 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0a7da8e8-4a29-4619-8c2a-45042f49f661)) - (pin "2" (uuid 13f293f5-71fa-4ce7-bfc1-43137bddb382)) - (pin "3" (uuid ae81fe48-d57e-4488-a23e-f57c11561913)) - (pin "5" (uuid be6377f8-a401-401c-9bdf-6f9152f2a7bd)) - (pin "6" (uuid 9feb2246-afac-4ea1-a19b-0b21b94e2662)) - (pin "7" (uuid a8aaba27-4342-41ce-bbda-d0444467961f)) - (pin "4" (uuid ff5d00ad-c6c7-4ec3-a9c3-d72f1bd7b3de)) - (pin "8" (uuid aa621718-9297-4924-a2d5-3b469df7a0be)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U3") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 128.27 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b46558) - (property "Reference" "C11" (at 131.191 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 131.191 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 127.3048 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 128.27 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 128.27 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c12df4c9-2cec-4dcd-8c42-d3a40d03a2ad)) - (pin "2" (uuid b3c8a740-11c6-4173-b4cf-ff12035fb6e5)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 128.27 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b4655e) - (property "Reference" "C12" (at 131.191 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 131.191 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 127.3048 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 128.27 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 128.27 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f9548014-4c69-4841-bef1-3983f1a6155e)) - (pin "2" (uuid cb346598-e962-42f0-9d89-c2302d4431d1)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 138.43 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b46564) - (property "Reference" "#PWR024" (at 138.43 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 135.89 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 138.43 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 138.43 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ec10829c-40ea-4bd4-89c6-0e86207a84a7)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR024") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 138.43 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b4656a) - (property "Reference" "#PWR025" (at 138.43 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 140.97 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 138.43 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 138.43 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 155f896c-a040-42b5-a9df-fc88baa973de)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR025") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 161.29 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b46578) - (property "Reference" "U4" (at 160.2232 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 160.2232 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 161.29 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 161.29 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8dc0cb95-6a64-4146-a98b-201faa29efcd)) - (pin "2" (uuid 18b61e14-f0cb-4bda-9e7e-35086cd0bce5)) - (pin "3" (uuid b0150d2b-85b3-4331-b915-3086266e149b)) - (pin "5" (uuid 95ef63d7-a7a2-4718-a404-714eb6412ee9)) - (pin "6" (uuid d1e5ef30-0c74-4f13-89aa-ab10a4b051eb)) - (pin "7" (uuid 69b62df2-080c-4fbc-a9ff-a83e6181a480)) - (pin "4" (uuid 04484599-72b2-44e8-a500-356de5318b3e)) - (pin "8" (uuid c240cc00-6f2a-473b-9fc7-fe881e7ff7f2)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U4") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 148.59 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b4657e) - (property "Reference" "C13" (at 151.511 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 151.511 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 147.6248 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 148.59 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 148.59 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3e78334a-76d9-456e-9704-a5183b512842)) - (pin "2" (uuid 24b2d98a-16d1-42e6-b966-91f96e2dfd1a)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 148.59 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b46584) - (property "Reference" "C14" (at 151.511 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 151.511 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 147.6248 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 148.59 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 148.59 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 687631da-2479-4acd-b76d-a5d1346e3fae)) - (pin "2" (uuid fd2f7d51-1465-4ad2-9382-0009c229667e)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 158.75 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b4658a) - (property "Reference" "#PWR028" (at 158.75 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 156.21 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 158.75 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 158.75 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 80896e2a-52b9-48cc-8663-4a0ba5fe8d33)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR028") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 158.75 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b46590) - (property "Reference" "#PWR029" (at 158.75 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 161.29 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 158.75 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 158.75 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 74359665-5ad1-4eee-b42c-5eaccc075ed7)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR029") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 181.61 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a547) - (property "Reference" "U5" (at 180.5432 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 180.5432 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 181.61 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 181.61 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9d7822b4-339e-43c0-b115-d4b16189cc93)) - (pin "2" (uuid e20b2d01-f0a2-4c23-a8cf-4b8afc873d5b)) - (pin "3" (uuid 796db869-0097-47e7-801f-cda0ea750e7a)) - (pin "5" (uuid d827258b-50c4-46fc-b3a5-4b37a0dc9ee6)) - (pin "6" (uuid 14be568d-2e52-4aed-b81b-dddc75cbdd07)) - (pin "7" (uuid 13b44301-e8b6-44a2-a883-05207972227f)) - (pin "4" (uuid 38d238f6-e0b1-4995-bbfb-8ba3ab525e08)) - (pin "8" (uuid 67a70205-f468-4da7-98dc-1341f524a316)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U5") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 168.91 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a54d) - (property "Reference" "C21" (at 171.831 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 171.831 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 167.9448 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 168.91 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 168.91 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc485af2-e760-48f3-958f-22a4a53ce730)) - (pin "2" (uuid 433ba099-4985-456f-a834-4a807cd0b622)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 168.91 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a553) - (property "Reference" "C22" (at 171.831 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 171.831 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 167.9448 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 168.91 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 168.91 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7047aa86-50e0-4080-ae83-0b1a972bc321)) - (pin "2" (uuid 0ce72dd4-a162-45ea-a7df-84fd5e648b2b)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 179.07 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a559) - (property "Reference" "#PWR034" (at 179.07 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 176.53 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 179.07 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 179.07 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b828220a-d4b4-4f93-9a35-119ee57b8cd0)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR034") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 179.07 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a55f) - (property "Reference" "#PWR035" (at 179.07 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 181.61 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 179.07 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 179.07 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fec23545-207f-41e0-a057-1d811f1565b3)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR035") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 201.93 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a56d) - (property "Reference" "U6" (at 200.8632 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 200.8632 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 201.93 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 201.93 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6213c200-cc8a-481c-883f-35278b9518d8)) - (pin "2" (uuid 7d595168-bd99-442a-961b-c33b87293e60)) - (pin "3" (uuid c0520a89-1ce8-4759-a56c-c54f903f83db)) - (pin "5" (uuid 4a1069b5-b54d-43c2-8699-49962b3c7a7c)) - (pin "6" (uuid 13a33b3d-968c-43e3-9f2a-66108de201d4)) - (pin "7" (uuid b9cddc00-5d9b-447c-bc13-6730f163df7a)) - (pin "4" (uuid e7459969-5169-4061-9e18-68f7bc4b30cf)) - (pin "8" (uuid b350d964-0693-4a95-98a3-e7f92d7cf56d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U6") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 189.23 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a573) - (property "Reference" "C23" (at 192.151 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 192.151 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 188.2648 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 189.23 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e87a11ba-711c-4c2a-a8cd-91ffc95c5629)) - (pin "2" (uuid 480527f4-cabf-4167-94fd-a3dc8c54c65c)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C23") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 189.23 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a579) - (property "Reference" "C24" (at 192.151 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 192.151 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 188.2648 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 189.23 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 415f7c28-5d38-4c6c-9476-d5ba8a0ef24c)) - (pin "2" (uuid 59ce6717-a80a-4a92-bb8c-b7a1e9f02e50)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C24") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 199.39 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a57f) - (property "Reference" "#PWR038" (at 199.39 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 196.85 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 199.39 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 199.39 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4eb9cae9-a5ee-4a0a-a549-6a8b5e1cc6c2)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR038") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 199.39 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a585) - (property "Reference" "#PWR039" (at 199.39 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 201.93 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 199.39 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 199.39 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6f0c544f-0eca-4493-be4e-48aaae72cdb6)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR039") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 222.25 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a593) - (property "Reference" "U7" (at 221.1832 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 221.1832 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 222.25 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 222.25 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c77b66c0-41f5-4d31-abb8-e152e2d28a11)) - (pin "2" (uuid ff870511-3a90-49f1-9990-5aec7ad35822)) - (pin "3" (uuid a092ea0d-146f-427f-adaf-641182334974)) - (pin "5" (uuid 4126d392-495e-4ef5-9351-6f700c8637bc)) - (pin "6" (uuid 63a30107-e64a-4f1f-b117-b90cb84b149e)) - (pin "7" (uuid cacc113d-885e-464c-bed1-96200200e5f6)) - (pin "4" (uuid 0f72be0f-c218-44d8-891e-9c5de376825c)) - (pin "8" (uuid e32e7150-5343-4eea-9ffd-9d1f3d2f0cfa)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U7") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 209.55 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a599) - (property "Reference" "C29" (at 212.471 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 212.471 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 208.5848 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 209.55 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4d7a5022-36cd-4f67-bb82-a9afd32a776e)) - (pin "2" (uuid d4e62a71-0a2c-462b-b81b-8b70a98a286c)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C29") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 209.55 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a59f) - (property "Reference" "C30" (at 212.471 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 212.471 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 208.5848 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 209.55 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c8b9ee9e-a63a-40bb-8598-7bace7647055)) - (pin "2" (uuid e7ae925f-f275-41bf-af30-1fb8cacb9fe1)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C30") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 219.71 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a5a5) - (property "Reference" "#PWR042" (at 219.71 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 217.17 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 219.71 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 219.71 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 191c61ab-c363-45a0-8db8-dc38a83307f1)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR042") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 219.71 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a5ab) - (property "Reference" "#PWR043" (at 219.71 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 222.25 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 219.71 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 219.71 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ad7e88c2-fc3a-4194-86ea-0052925eb230)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR043") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 242.57 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a5b9) - (property "Reference" "U8" (at 241.5032 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 241.5032 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 242.57 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 242.57 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 97208e50-b896-4df8-8da4-ea2fc6b46da5)) - (pin "2" (uuid d92cfbfa-da4b-4f63-8ad6-7bb6977d4f44)) - (pin "3" (uuid 20cc5dd3-f607-44c7-ac7e-e7aebd9790dd)) - (pin "5" (uuid e6a27cb0-d090-4b8c-9a7b-e787b9ea11b6)) - (pin "6" (uuid 58b75830-9e39-45c9-8547-367ebee8a907)) - (pin "7" (uuid 3a013e8f-5b12-499b-8d2d-0ad49966db1a)) - (pin "4" (uuid 5eca4e79-c25a-4def-a542-7f7686221bc0)) - (pin "8" (uuid bf88d3d1-7516-4904-93c3-302c3cbbbe08)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U8") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 229.87 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a5bf) - (property "Reference" "C31" (at 232.791 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 232.791 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 228.9048 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 229.87 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 229.87 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1318bc38-8e36-4025-afb0-521ff84c0dc3)) - (pin "2" (uuid f88b4835-e2ea-46c6-bb0c-93876903a6c2)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C31") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 229.87 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a5c5) - (property "Reference" "C32" (at 232.791 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 232.791 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 228.9048 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 229.87 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 229.87 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a5299676-6536-4310-a526-f7b6dda81322)) - (pin "2" (uuid f5eff54c-0371-419d-acbb-2616c079c642)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C32") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 240.03 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a5cb) - (property "Reference" "#PWR047" (at 240.03 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 237.49 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 240.03 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 240.03 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 82567042-704f-480d-8438-f552e24f10be)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR047") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 240.03 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7a5d1) - (property "Reference" "#PWR048" (at 240.03 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 242.57 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 240.03 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 240.03 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 175b8960-a39b-4c41-b952-8f084856dccc)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR048") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 262.89 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e42) - (property "Reference" "U9" (at 261.8232 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 261.8232 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 262.89 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 262.89 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 66734891-cd33-4205-a68e-7aa74d4b75f8)) - (pin "2" (uuid 92587ea2-e589-4cd0-a110-fdbbe9573c25)) - (pin "3" (uuid a5d527e3-93e5-4f7c-9403-79aabfbdc470)) - (pin "5" (uuid c587e41e-e411-44d4-a360-b7b652a17e87)) - (pin "6" (uuid ec7a7d72-678f-4bfb-a06b-17a4d013c413)) - (pin "7" (uuid 8f0e1ea6-d278-4117-9e02-aaadcc59362e)) - (pin "4" (uuid 8d16bbd8-9918-46c4-8d50-a84e1449f3dc)) - (pin "8" (uuid 16d69c13-f533-45b6-bf63-0846bf31d634)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U9") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 250.19 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e48) - (property "Reference" "C37" (at 253.111 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 253.111 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 249.2248 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 250.19 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 250.19 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 26de385c-7b5e-4ff6-9f4e-ecdd9f27b17f)) - (pin "2" (uuid fe3f2d09-55fe-4ef8-8c9f-d0f1b8cf377c)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C37") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 250.19 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e4e) - (property "Reference" "C38" (at 253.111 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 253.111 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 249.2248 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 250.19 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 250.19 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5c95416a-f2ff-42f2-9715-adf5ba2be18c)) - (pin "2" (uuid b2116575-d055-4b1d-9a8a-9941fbfa0af6)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C38") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 260.35 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e54) - (property "Reference" "#PWR050" (at 260.35 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 257.81 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 260.35 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 260.35 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid eddbcc7f-1c7e-4af4-96d7-659a094ba826)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR050") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 260.35 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e5a) - (property "Reference" "#PWR051" (at 260.35 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 262.89 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 260.35 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 260.35 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b37feeb2-6538-42a5-83be-d61304b8a0b5)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR051") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LF353") (at 283.21 262.89 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e68) - (property "Reference" "U10" (at 282.1432 261.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LF353" (at 282.1432 264.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 283.21 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" (at 283.21 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9f5a0760-2470-4cfd-9545-71255379b79a)) - (pin "2" (uuid a0d41751-5d18-4c9f-b863-fe47b2319611)) - (pin "3" (uuid 2a9ff3d1-92b0-4583-8230-9357a432a3ac)) - (pin "5" (uuid 5f883bdf-20bc-42c6-8194-9d44dfe04af6)) - (pin "6" (uuid 37b282c6-a944-47fd-a51e-f59b7e5f431e)) - (pin "7" (uuid 019b9904-3bfd-4fd4-9d41-96b38c16849e)) - (pin "4" (uuid a8682176-a9b9-4116-87a3-699ebce65985)) - (pin "8" (uuid abdef300-d200-44c1-ad0d-9bb2174f08ee)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "U10") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 270.51 259.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e6e) - (property "Reference" "C40" (at 273.431 257.9116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 273.431 260.223 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 269.5448 255.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 270.51 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 270.51 259.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c051309e-6c48-40f4-b4ec-9a1fe03033b1)) - (pin "2" (uuid 3aa6cc1d-d2ae-4cd9-b343-42d60c83707f)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C40") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 270.51 266.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e74) - (property "Reference" "C41" (at 273.431 265.5316 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 273.431 267.843 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 269.5448 262.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 270.51 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 270.51 266.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3db96145-1762-40b0-bbe6-721983714ab8)) - (pin "2" (uuid b476d1e4-4f10-48cd-a684-c0485101a1f7)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C41") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 280.67 254 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e7a) - (property "Reference" "#PWR055" (at 280.67 257.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 278.13 250.19 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 280.67 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 280.67 254 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d18f7a0b-9bb7-40e0-a128-13e7aec52c88)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR055") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 280.67 271.78 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0e80) - (property "Reference" "#PWR056" (at 280.67 274.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 283.21 275.59 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 280.67 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 280.67 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bff1c870-f53b-4e81-8fdd-fc79cdcb7ad5)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR056") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 69.85 260.35 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 03c35b8d-eb33-457c-a4cd-b960f1297d97) - (property "Reference" "C1" (at 73.66 258.1909 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "22u" (at 73.66 260.7309 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (at 70.8152 264.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4884ad0a-e946-4ee2-92ef-9cb35ac3b1b1)) - (pin "2" (uuid 9a920719-70eb-4501-af5c-a0c2bf3ce7b2)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 167.64 35.56 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 77ea8a76-8b58-4a2e-ac22-2298a8048f1f) - (property "Reference" "C19" (at 168.529 27.94 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7u" (at 168.529 30.48 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 163.83 36.5252 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 167.64 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fc6224fe-9389-40e6-9546-667369297b8b)) - (pin "2" (uuid e39d87c5-11aa-4fb2-9237-1672c4a56c7d)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 69.85 267.97 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 8548cc67-6fc0-457c-800f-20ab165029a1) - (property "Reference" "C2" (at 73.66 265.8109 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "22u" (at 73.66 268.3509 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (at 70.8152 271.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 267.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3ebe19f9-d4bc-4fe2-99f8-c7e802e714fd)) - (pin "2" (uuid 5e2ca797-3b66-4e67-9d3e-b1dde442b7a7)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 167.64 63.5 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid afbec94b-d243-410e-8d06-87e2cee2ba9a) - (property "Reference" "C20" (at 168.529 57.15 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7u" (at 168.529 59.69 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 163.83 64.4652 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 167.64 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid baded3c1-ef9b-4137-8ee7-117242b39113)) - (pin "2" (uuid ccc07f82-5e60-4e2d-aadf-fb91d07e529f)) - (instances - (project "main" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "C20") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55") + (paper "A3") + (title_block + (title "equalizer") + (date "2021-08-01") + (rev "R01") + (comment 1 "schema for main pcb") + (comment 2 "Resonant equalizer by Serge Tcherepnin") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Connector:Conn_01x05_Socket" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x05_Socket" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x05_Socket_1_1" + (arc + (start 0 -4.572) + (mid -0.5058 -5.08) + (end 0 -5.588) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -2.032) + (mid -0.5058 -2.54) + (end 0 -3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -0.508 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -0.508 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0.508) + (mid -0.5058 0) + (end 0 -0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 3.048) + (mid -0.5058 2.54) + (end 0 2.032) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 5.588) + (mid -0.5058 5.08) + (end 0 4.572) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x06_Socket" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x06_Socket" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x06_Socket_1_1" + (arc + (start 0 -7.112) + (mid -0.5058 -7.62) + (end 0 -8.128) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -4.572) + (mid -0.5058 -5.08) + (end 0 -5.588) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -2.032) + (mid -0.5058 -2.54) + (end 0 -3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -7.62) (xy -0.508 -7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -0.508 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -0.508 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0.508) + (mid -0.5058 0) + (end 0 -0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 3.048) + (mid -0.5058 2.54) + (end 0 2.032) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 5.588) + (mid -0.5058 5.08) + (end 0 4.572) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -7.62 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x07_Socket" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x07_Socket" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x07, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x07_Socket_1_1" + (arc + (start 0 -7.112) + (mid -0.5058 -7.62) + (end 0 -8.128) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -4.572) + (mid -0.5058 -5.08) + (end 0 -5.588) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -2.032) + (mid -0.5058 -2.54) + (end 0 -3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -7.62) (xy -0.508 -7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -0.508 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -0.508 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 7.62) (xy -0.508 7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0.508) + (mid -0.5058 0) + (end 0 -0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 3.048) + (mid -0.5058 2.54) + (end 0 2.032) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 5.588) + (mid -0.5058 5.08) + (end 0 4.572) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 8.128) + (mid -0.5058 7.62) + (end 0 7.112) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 7.62 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -7.62 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 1.27 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_02x05_Odd_Even_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 3.81 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start 3.81 -4.953) + (end 2.54 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 -2.413) + (end 2.54 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 0.127) + (end 2.54 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 2.667) + (end 2.54 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 5.207) + (end 2.54 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 5.08 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 0 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "elektrophon:LF353" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LF353_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LF353_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LF353_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+15V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+15V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "-15V_0_0" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "-15V_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 177.8 168.91) + (diameter 0) + (color 0 0 0 0) + (uuid "008da5b9-6f95-4113-b7d0-d93ac62efd33") + ) + (junction + (at 218.44 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "01e9b6e7-adf9-4ee7-9447-a588630ee4a2") + ) + (junction + (at 331.47 48.26) + (diameter 0) + (color 0 0 0 0) + (uuid "02538207-54a8-4266-8d51-23871852b2ff") + ) + (junction + (at 106.68 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "0351df45-d042-41d4-ba35-88092c7be2fc") + ) + (junction + (at 269.24 118.11) + (diameter 0) + (color 0 0 0 0) + (uuid "0520f61d-4522-4301-a3fa-8ed0bf060f69") + ) + (junction + (at 280.67 254) + (diameter 0) + (color 0 0 0 0) + (uuid "0b110cbc-e477-4bdc-9c81-26a3d588d354") + ) + (junction + (at 179.07 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "0c5dddf1-38df-43d2-b49c-e7b691dab0ab") + ) + (junction + (at 148.59 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "0ce8d3ab-2662-4158-8a2a-18b782908fc5") + ) + (junction + (at 64.77 256.54) + (diameter 0) + (color 0 0 0 0) + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (junction + (at 303.53 34.29) + (diameter 0) + (color 0 0 0 0) + (uuid "0f560957-a8c5-442f-b20c-c2d88613742c") + ) + (junction + (at 245.11 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "109caac1-5036-4f23-9a66-f569d871501b") + ) + (junction + (at 313.69 215.9) + (diameter 0) + (color 0 0 0 0) + (uuid "2035ea48-3ef5-4d7f-8c3c-50981b30c89a") + ) + (junction + (at 198.12 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "235067e2-1686-40fe-a9a0-61704311b2b1") + ) + (junction + (at 199.39 254) + (diameter 0) + (color 0 0 0 0) + (uuid "272c2a78-b5f5-4b61-aed3-ec69e0e92729") + ) + (junction + (at 334.01 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "2878a73c-5447-4cd9-8194-14f52ab9459c") + ) + (junction + (at 313.69 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "2e90e294-82e1-45da-9bf1-b91dfe0dc8f6") + ) + (junction + (at 148.59 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + ) + (junction + (at 87.63 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "311665d9-0fab-4325-8b46-f3638bf521df") + ) + (junction + (at 260.35 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "3335d379-08d8-4469-9fa1-495ed5a43fba") + ) + (junction + (at 288.29 31.75) + (diameter 0) + (color 0 0 0 0) + (uuid "347562f5-b152-4e7b-8a69-40ca6daaaad4") + ) + (junction + (at 288.29 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "35c09d1f-2914-4d1e-a002-df30af772f3b") + ) + (junction + (at 265.43 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "363945f6-fbef-42be-99cf-4a8a48434d92") + ) + (junction + (at 189.23 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "37f31dec-63fc-4634-a141-5dc5d2b60fe4") + ) + (junction + (at 148.59 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "382ca670-6ae8-4de6-90f9-f241d1337171") + ) + (junction + (at 135.89 213.36) + (diameter 0) + (color 0 0 0 0) + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (junction + (at 189.23 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "3c121a93-b189-409b-a104-2bdd37ff0b51") + ) + (junction + (at 138.43 254) + (diameter 0) + (color 0 0 0 0) + (uuid "3c22d605-7855-4cc6-8ad2-906cadbd02dc") + ) + (junction + (at 236.22 227.33) + (diameter 0) + (color 0 0 0 0) + (uuid "3c5e5ea9-793d-46e3-86bc-5884c4490dc7") + ) + (junction + (at 135.89 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (junction + (at 91.44 88.9) + (diameter 0) + (color 0 0 0 0) + (uuid "3f96e159-1f3b-4ee7-a46e-e60d78f2137a") + ) + (junction + (at 203.2 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "40b14a16-fb82-4b9d-89dd-55cd98abb5cc") + ) + (junction + (at 198.12 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "443bc73a-8dc0-4e2f-a292-a5eff00efa5b") + ) + (junction + (at 120.65 213.36) + (diameter 0) + (color 0 0 0 0) + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (junction + (at 316.23 104.14) + (diameter 0) + (color 0 0 0 0) + (uuid "477892a1-722e-4cda-bb6c-fcdb8ba5f93e") + ) + (junction + (at 231.14 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "4b03e854-02fe-44cc-bece-f8268b7cae54") + ) + (junction + (at 257.81 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "4d4fecdd-be4a-47e9-9085-2268d5852d8f") + ) + (junction + (at 189.23 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "4fb21471-41be-4be8-9687-66030f97befc") + ) + (junction + (at 218.44 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7") + ) + (junction + (at 120.65 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "5114c7bf-b955-49f3-a0a8-4b954c81bde0") + ) + (junction + (at 219.71 254) + (diameter 0) + (color 0 0 0 0) + (uuid "560d05a7-84e4-403a-80d1-f287a4032b8a") + ) + (junction + (at 292.1 227.33) + (diameter 0) + (color 0 0 0 0) + (uuid "593b8647-0095-46cc-ba23-3cf2a86edb5e") + ) + (junction + (at 162.56 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "5b34a16c-5a14-4291-8242-ea6d6ac54372") + ) + (junction + (at 135.89 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "5bcace5d-edd0-4e19-92d0-835e43cf8eb2") + ) + (junction + (at 260.35 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "5c32b099-dba7-4228-8a5e-c2156f635ce2") + ) + (junction + (at 107.95 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "5eedf685-0df3-4da8-aded-0e6ed1cb2507") + ) + (junction + (at 148.59 213.36) + (diameter 0) + (color 0 0 0 0) + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + ) + (junction + (at 274.32 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "699feae1-8cdd-4d2b-947f-f24849c73cdb") + ) + (junction + (at 269.24 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "6a2bcc72-047b-4846-8583-1109e3552669") + ) + (junction + (at 168.91 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "6b8ac91e-9d2b-49db-8a80-1da009ad1c5e") + ) + (junction + (at 106.68 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (junction + (at 189.23 213.36) + (diameter 0) + (color 0 0 0 0) + (uuid "70e15522-1572-4451-9c0d-6d36ac70d8c6") + ) + (junction + (at 231.14 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "71c6e723-673c-45a9-a0e4-9742220c52a3") + ) + (junction + (at 295.91 118.11) + (diameter 0) + (color 0 0 0 0) + (uuid "71f92193-19b0-44ed-bc7f-77535083d769") + ) + (junction + (at 199.39 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "7273dd21-e834-41d3-b279-d7de727709ca") + ) + (junction + (at 177.8 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "75ffc65c-7132-4411-9f2a-ae0c73d79338") + ) + (junction + (at 224.79 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "78f9c3d3-3556-46f6-9744-05ad54b330f0") + ) + (junction + (at 295.91 130.81) + (diameter 0) + (color 0 0 0 0) + (uuid "795e68e2-c9ba-45cf-9bff-89b8fae05b5a") + ) + (junction + (at 176.53 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "7c411b3e-aca2-424f-b644-2d21c9d80fa7") + ) + (junction + (at 270.51 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "7d2eba81-aa80-4257-a5a7-9a6179da897e") + ) + (junction + (at 148.59 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "7eb32ed1-4320-49ba-8487-1c88e4824fe3") + ) + (junction + (at 64.77 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (junction + (at 280.67 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "83e349fb-6338-43f9-ad3f-2e7f4b8bb4a9") + ) + (junction + (at 260.35 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8") + ) + (junction + (at 118.11 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "89a3dae6-dcb5-435b-a383-656b6a19a316") + ) + (junction + (at 218.44 168.91) + (diameter 0) + (color 0 0 0 0) + (uuid "8b290a17-6328-4178-9131-29524d345539") + ) + (junction + (at 177.8 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "8c0807a7-765b-4fa5-baaa-e09a2b610e6b") + ) + (junction + (at 257.81 215.9) + (diameter 0) + (color 0 0 0 0) + (uuid "8de2d84c-ff45-4d4f-bc49-c166f6ae6b91") + ) + (junction + (at 135.89 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "8f12311d-6f4c-4d28-a5bc-d6cb462bade7") + ) + (junction + (at 128.27 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "90fd611c-300b-48cf-a7c4-0d604953cd00") + ) + (junction + (at 63.5 88.9) + (diameter 0) + (color 0 0 0 0) + (uuid "9390234f-bf3f-46cd-b6a0-8a438ec76e9f") + ) + (junction + (at 229.87 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "94c3d0e3-d7fb-421d-bbb4-5c800d76c809") + ) + (junction + (at 287.02 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "9565d2ee-a4f1-4d08-b2c9-0264233a0d2b") + ) + (junction + (at 162.56 213.36) + (diameter 0) + (color 0 0 0 0) + (uuid "97fe9c60-586f-4895-8504-4d3729f5f81a") + ) + (junction + (at 218.44 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "98b00c9d-9188-4bce-aa70-92d12dd9cf82") + ) + (junction + (at 177.8 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "997c2f12-73ba-4c01-9ee0-42e37cbab790") + ) + (junction + (at 209.55 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "a26bdee6-0e16-4ea6-87f7-fb32c714896e") + ) + (junction + (at 219.71 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "a686ed7c-c2d1-4d29-9d54-727faf9fd6bf") + ) + (junction + (at 158.75 254) + (diameter 0) + (color 0 0 0 0) + (uuid "af76ce95-feca-41fb-bf31-edaa26d6766a") + ) + (junction + (at 218.44 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "b7867831-ef82-4f33-a926-59e5c1c09b91") + ) + (junction + (at 224.79 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "b854a395-bfc6-4140-9640-75d4f9296771") + ) + (junction + (at 97.79 254) + (diameter 0) + (color 0 0 0 0) + (uuid "c07eebcc-30d2-439d-8030-faea6ade4486") + ) + (junction + (at 189.23 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "c106154f-d948-43e5-abfa-e1b96055d91b") + ) + (junction + (at 203.2 213.36) + (diameter 0) + (color 0 0 0 0) + (uuid "c25a772d-af9c-4ebc-96f6-0966738c13a8") + ) + (junction + (at 69.85 264.16) + (diameter 0) + (color 0 0 0 0) + (uuid "c3f9232f-fb75-4e68-bf71-f41c035af1c1") + ) + (junction + (at 138.43 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "c66a19ed-90c0-4502-ae75-6a4c4ab9f297") + ) + (junction + (at 135.89 168.91) + (diameter 0) + (color 0 0 0 0) + (uuid "c67ad10d-2f75-4ec6-a139-47058f7f06b2") + ) + (junction + (at 218.44 213.36) + (diameter 0) + (color 0 0 0 0) + (uuid "c8c79177-94d4-43e2-a654-f0a5554fbb68") + ) + (junction + (at 135.89 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "ca5a4651-0d1d-441b-b17d-01518ef3b656") + ) + (junction + (at 269.24 31.75) + (diameter 0) + (color 0 0 0 0) + (uuid "cbde200f-1075-469a-89f8-abbdcf30e36a") + ) + (junction + (at 278.13 168.91) + (diameter 0) + (color 0 0 0 0) + (uuid "d01102e9-b170-4eb1-a0a4-9a31feb850b7") + ) + (junction + (at 176.53 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "d102186a-5b58-41d0-9985-3dbb3593f397") + ) + (junction + (at 118.11 254) + (diameter 0) + (color 0 0 0 0) + (uuid "d13b0eae-4711-4325-a6bb-aa8e3646e86e") + ) + (junction + (at 231.14 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "d2d7bea6-0c22-495f-8666-323b30e03150") + ) + (junction + (at 177.8 213.36) + (diameter 0) + (color 0 0 0 0) + (uuid "d4a1d3c4-b315-4bec-9220-d12a9eab51e0") + ) + (junction + (at 250.19 262.89) + (diameter 0) + (color 0 0 0 0) + (uuid "d6040293-95f0-436a-938c-ad69875a4be8") + ) + (junction + (at 240.03 254) + (diameter 0) + (color 0 0 0 0) + (uuid "d68dca9b-48b3-498b-9b5f-3b3838250f82") + ) + (junction + (at 260.35 254) + (diameter 0) + (color 0 0 0 0) + (uuid "dad2f9a9-292b-4f7e-9524-a263f3c1ba74") + ) + (junction + (at 177.8 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "e40e8cef-4fb0-4fc3-be09-3875b2cc8469") + ) + (junction + (at 97.79 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "e65bab67-68b7-4b22-a939-6f2c05164d2a") + ) + (junction + (at 158.75 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "f23ac723-a36d-491d-9473-7ec0ffed332d") + ) + (junction + (at 198.12 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "f2480d0c-9b08-4037-9175-b2369af04d4c") + ) + (junction + (at 106.68 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "f40d350f-0d3e-4f8a-b004-d950f2f8f1ba") + ) + (junction + (at 321.31 48.26) + (diameter 0) + (color 0 0 0 0) + (uuid "f56d244f-1fa4-4475-ac1d-f41eed31a48b") + ) + (junction + (at 240.03 271.78) + (diameter 0) + (color 0 0 0 0) + (uuid "f6a3288e-9575-42bb-af05-a920d59aded8") + ) + (junction + (at 260.35 125.73) + (diameter 0) + (color 0 0 0 0) + (uuid "f6c644f4-3036-41a6-9e14-2c08c079c6cd") + ) + (junction + (at 106.68 213.36) + (diameter 0) + (color 0 0 0 0) + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (junction + (at 179.07 254) + (diameter 0) + (color 0 0 0 0) + (uuid "f8b47531-6c06-4e54-9fc9-cd9d0f3dd69f") + ) + (junction + (at 278.13 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "f959907b-1cef-4760-b043-4260a660a2ae") + ) + (junction + (at 27.94 257.81) + (diameter 0) + (color 0 0 0 0) + (uuid "f9865a9f-edb8-49c7-828f-4896e1f3047a") + ) + (junction + (at 95.25 86.36) + (diameter 0) + (color 0 0 0 0) + (uuid "f988d6ea-11c5-4837-b1d1-5c292ded50c6") + ) + (junction + (at 303.53 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "fad4c712-0a2e-465d-a9f8-83d26bd66e37") + ) + (junction + (at 86.36 86.36) + (diameter 0) + (color 0 0 0 0) + (uuid "fe14c012-3d58-4e5e-9a37-4b9765a7f764") + ) + (wire + (pts + (xy 203.2 146.05) (xy 203.2 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "009a4fb4-fcc0-4623-ae5d-c1bae3219583") + ) + (wire + (pts + (xy 316.23 104.14) (xy 316.23 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "009b5465-0a65-4237-93e7-eb65321eeb18") + ) + (wire + (pts + (xy 295.91 104.14) (xy 316.23 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00f3ea8b-8a54-4e56-84ff-d98f6c00496c") + ) + (wire + (pts + (xy 287.02 203.2) (xy 287.02 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "011ee658-718d-416a-85fd-961729cd1ee5") + ) + (wire + (pts + (xy 224.79 52.07) (xy 224.79 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "014d13cd-26ad-4d0e-86ad-a43b541cab14") + ) + (wire + (pts + (xy 177.8 43.18) (xy 177.8 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "01f82238-6335-48fe-8b0a-6853e227345a") + ) + (wire + (pts + (xy 270.51 271.78) (xy 280.67 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "044de712-d3da-40ed-9c9f-d91ef285c74c") + ) + (wire + (pts + (xy 135.89 168.91) (xy 135.89 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "04cf2f2c-74bf-400d-b4f6-201720df00ed") + ) + (wire + (pts + (xy 298.45 45.72) (xy 303.53 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "051b8cb0-ae77-4e09-98a7-bf2103319e66") + ) + (wire + (pts + (xy 189.23 203.2) (xy 189.23 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0755aee5-bc01-4cb5-b830-583289df50a3") + ) + (wire + (pts + (xy 135.89 196.85) (xy 135.89 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (wire + (pts + (xy 224.79 22.86) (xy 224.79 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0cbeb329-a88d-4a47-a5c2-a1d693de2f8c") + ) + (wire + (pts + (xy 260.35 125.73) (xy 260.35 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0cc45b5b-96b3-4284-9cae-a3a9e324a916") + ) + (wire + (pts + (xy 265.43 43.18) (xy 265.43 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0cc9bf07-55b9-458f-b8aa-41b2f51fa940") + ) + (wire + (pts + (xy 168.91 271.78) (xy 179.07 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ce1dd44-f307-4f98-9f0d-478fd87daa64") + ) + (wire + (pts + (xy 321.31 48.26) (xy 320.04 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0d993e48-cea3-4104-9c5a-d8f97b64a3ac") + ) + (wire + (pts + (xy 106.68 115.57) (xy 106.68 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d") + ) + (wire + (pts + (xy 177.8 40.64) (xy 180.34 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e249018-17e7-42b3-ae5d-5ebf3ae299ae") + ) + (wire + (pts + (xy 219.71 254) (xy 219.71 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e32af77-726b-4e11-9f99-2e2484ba9e9b") + ) + (wire + (pts + (xy 148.59 125.73) (xy 148.59 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459") + ) + (wire + (pts + (xy 106.68 203.2) (xy 106.68 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (wire + (pts + (xy 231.14 125.73) (xy 231.14 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f324b67-75ef-407f-8dbc-3c1fc5c2abba") + ) + (wire + (pts + (xy 177.8 203.2) (xy 177.8 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f54db53-a272-4955-88fb-d7ab00657bb0") + ) + (wire + (pts + (xy 278.13 200.66) (xy 275.59 200.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0fd35a3e-b394-4aae-875a-fac843f9cbb7") + ) + (wire + (pts + (xy 250.19 271.78) (xy 260.35 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "112371bd-7aa2-4b47-b184-50d12afc2534") + ) + (wire + (pts + (xy 189.23 271.78) (xy 189.23 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "113ffcdf-4c54-4e37-81dc-f91efa934ba7") + ) + (wire + (pts + (xy 177.8 101.6) (xy 177.8 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1199146e-a60b-416a-b503-e77d6d2892f9") + ) + (wire + (pts + (xy 106.68 229.87) (xy 106.68 233.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (wire + (pts + (xy 293.37 130.81) (xy 295.91 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "143ed874-a01f-4ced-ba4e-bbb66ddd1f70") + ) + (wire + (pts + (xy 120.65 146.05) (xy 120.65 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "14c51520-6d91-4098-a59a-5121f2a898f7") + ) + (wire + (pts + (xy 209.55 254) (xy 219.71 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "152cd84e-bbed-4df5-a866-d1ab977b0966") + ) + (wire + (pts + (xy 64.77 271.78) (xy 69.85 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (wire + (pts + (xy 177.8 125.73) (xy 177.8 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "15fe8f3d-6077-4e0e-81d0-8ec3f4538981") + ) + (wire + (pts + (xy 240.03 254) (xy 240.03 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "165f4d8d-26a9-4cf2-a8d6-9936cd983be4") + ) + (wire + (pts + (xy 331.47 48.26) (xy 336.55 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "17ed3508-fa2e-4593-a799-bfd39a6cc14d") + ) + (wire + (pts + (xy 107.95 254) (xy 118.11 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "17ff35b3-d658-499b-9a46-ea36063fed4e") + ) + (wire + (pts + (xy 231.14 203.2) (xy 231.14 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "180245d9-4a3f-4d1b-adcc-b4eafac722e0") + ) + (wire + (pts + (xy 120.65 233.68) (xy 120.65 229.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (wire + (pts + (xy 124.46 125.73) (xy 120.65 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "182b2d54-931d-49d6-9f39-60a752623e36") + ) + (wire + (pts + (xy 313.69 227.33) (xy 313.69 215.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "18c61c95-8af1-4986-b67e-c7af9c15ab6b") + ) + (wire + (pts + (xy 66.04 83.82) (xy 66.04 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "18d11f32-e1a6-4f29-8e3c-0bfeb07299bd") + ) + (wire + (pts + (xy 91.44 81.28) (xy 91.44 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "18d3014d-7089-41b5-ab03-53cc0a265580") + ) + (wire + (pts + (xy 97.79 254) (xy 97.79 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "18f1018d-5857-4c32-a072-f3de80352f74") + ) + (wire + (pts + (xy 248.92 125.73) (xy 245.11 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19b0959e-a79b-43b2-a5ad-525ced7e9131") + ) + (wire + (pts + (xy 198.12 66.04) (xy 195.58 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1ab71a3c-340b-469a-ada5-4f87f0b7b2fa") + ) + (wire + (pts + (xy 135.89 168.91) (xy 177.8 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bdd5841-68b7-42e2-9447-cbdb608d8a08") + ) + (wire + (pts + (xy 162.56 224.79) (xy 162.56 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + ) + (wire + (pts + (xy 233.68 115.57) (xy 231.14 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c68b844-c861-46b7-b734-0242168a4220") + ) + (wire + (pts + (xy 331.47 48.26) (xy 331.47 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c9f6fea-1796-4a2d-80b3-ae22ce51c8f5") + ) + (wire + (pts + (xy 255.27 45.72) (xy 198.12 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1cb22080-0f59-4c18-a6e6-8685ef44ec53") + ) + (wire + (pts + (xy 203.2 213.36) (xy 199.39 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e8701fc-ad24-40ea-846a-e3db538d6077") + ) + (wire + (pts + (xy 106.68 171.45) (xy 95.25 171.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2026567f-be64-41dd-8011-b0897ba0ff2e") + ) + (wire + (pts + (xy 317.5 34.29) (xy 321.31 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "20901d7e-a300-4069-8967-a6a7e97a68bc") + ) + (wire + (pts + (xy 176.53 35.56) (xy 176.53 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "20caf6d2-76a7-497e-ac56-f6d31eb9027b") + ) + (wire + (pts + (xy 189.23 254) (xy 189.23 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2102c637-9f11-48f1-aae6-b4139dc22be2") + ) + (wire + (pts + (xy 316.23 115.57) (xy 313.69 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "221bef83-3ea7-4d3f-adeb-53a8a07c6273") + ) + (wire + (pts + (xy 231.14 196.85) (xy 231.14 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2295a793-dfca-4b86-a3e5-abf1834e2790") + ) + (wire + (pts + (xy 203.2 137.16) (xy 203.2 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22999e73-da32-43a5-9163-4b3a41614f25") + ) + (wire + (pts + (xy 288.29 81.28) (xy 288.29 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "234e1024-0b7f-410c-90bb-bae43af1eb25") + ) + (wire + (pts + (xy 214.63 125.73) (xy 218.44 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "240c10af-51b5-420e-a6f4-a2c8f5db1db5") + ) + (wire + (pts + (xy 106.68 125.73) (xy 106.68 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "240e5dac-6242-47a5-bbef-f76d11c715c0") + ) + (wire + (pts + (xy 81.28 264.16) (xy 81.28 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "251669f2-aed1-46fe-b2e4-9582ff1e4084") + ) + (wire + (pts + (xy 203.2 224.79) (xy 203.2 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25d545dc-8f50-4573-922c-35ef5a2a3a19") + ) + (wire + (pts + (xy 86.36 86.36) (xy 95.25 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "269f19c3-6824-45a8-be29-fa58d70cbb42") + ) + (wire + (pts + (xy 128.27 254) (xy 138.43 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "275b6416-db29-42cc-9307-bf426917c3b4") + ) + (wire + (pts + (xy 218.44 168.91) (xy 278.13 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27b2eb82-662b-42d8-90e6-830fec4bb8d2") + ) + (wire + (pts + (xy 295.91 118.11) (xy 298.45 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2891767f-251c-48c4-91c0-deb1b368f45c") + ) + (wire + (pts + (xy 240.03 218.44) (xy 236.22 218.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "28e37b45-f843-47c2-85c9-ca19f5430ece") + ) + (wire + (pts + (xy 148.59 115.57) (xy 148.59 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29195ea4-8218-44a1-b4bf-466bee0082e4") + ) + (wire + (pts + (xy 148.59 109.22) (xy 148.59 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29e058a7-50a3-43e5-81c3-bfee53da08be") + ) + (wire + (pts + (xy 209.55 271.78) (xy 219.71 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a4111b7-8149-4814-9344-3b8119cd75e4") + ) + (wire + (pts + (xy 135.89 63.5) (xy 163.83 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a6075ae-c7fa-41db-86b8-3f996740bdc2") + ) + (wire + (pts + (xy 269.24 92.71) (xy 269.24 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2cd3975a-2259-4fa9-8133-e1586b9b9618") + ) + (wire + (pts + (xy 218.44 115.57) (xy 218.44 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d697cf0-e02e-4ed1-a048-a704dab0ee43") + ) + (wire + (pts + (xy 116.84 115.57) (xy 135.89 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2dc272bd-3aa2-45b5-889d-1d3c8aac80f8") + ) + (wire + (pts + (xy 209.55 271.78) (xy 209.55 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2ee28fa9-d785-45a1-9a1b-1be02ad8cd0b") + ) + (wire + (pts + (xy 176.53 22.86) (xy 184.15 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f291a4b-4ecb-4692-9ad2-324f9784c0d4") + ) + (wire + (pts + (xy 278.13 189.23) (xy 278.13 186.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30317bf0-88bb-49e7-bf8b-9f3883982225") + ) + (wire + (pts + (xy 177.8 109.22) (xy 177.8 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "309b3bff-19c8-41ec-a84d-63399c649f46") + ) + (wire + (pts + (xy 241.3 115.57) (xy 260.35 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "31540a7e-dc9e-4e4d-96b1-dab15efa5f4b") + ) + (wire + (pts + (xy 180.34 63.5) (xy 176.53 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "319639ae-c2c5-486d-93b1-d03bb1b64252") + ) + (wire + (pts + (xy 81.28 262.89) (xy 87.63 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3198b8ca-7d11-4e0c-89a4-c173f9fcf724") + ) + (wire + (pts + (xy 255.27 40.64) (xy 198.12 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "31f91ec8-56e4-4e08-9ccd-012652772211") + ) + (wire + (pts + (xy 269.24 31.75) (xy 269.24 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3249bd81-9fd4-4194-9b4f-2e333b2195b8") + ) + (wire + (pts + (xy 257.81 203.2) (xy 251.46 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3326423d-8df7-4a7e-a354-349430b8fbd7") + ) + (wire + (pts + (xy 250.19 262.89) (xy 270.51 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "348dc703-3cab-4547-b664-e8b335a6083c") + ) + (wire + (pts + (xy 270.51 48.26) (xy 269.24 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34c0bee6-7425-4435-8857-d1fe8dfb6d89") + ) + (wire + (pts + (xy 158.75 115.57) (xy 177.8 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "35a9f71f-ba35-47f6-814e-4106ac36c51e") + ) + (wire + (pts + (xy 260.35 271.78) (xy 260.35 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "386faf3f-2adf-472a-84bf-bd511edf2429") + ) + (wire + (pts + (xy 269.24 118.11) (xy 269.24 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "38a501e2-0ee8-439d-bd02-e9e90e7503e9") + ) + (wire + (pts + (xy 107.95 254) (xy 107.95 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3993c707-5291-41b6-83c0-d1c09cb3833a") + ) + (wire + (pts + (xy 191.77 22.86) (xy 198.12 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a70978e-dcc2-4620-a99c-514362812927") + ) + (wire + (pts + (xy 162.56 213.36) (xy 158.75 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7") + ) + (wire + (pts + (xy 334.01 189.23) (xy 334.01 200.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3b686d17-1000-4762-ba31-589d599a3edf") + ) + (wire + (pts + (xy 87.63 262.89) (xy 107.95 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3c3e06bd-c8bb-4ec8-84e0-f7f9437909b3") + ) + (wire + (pts + (xy 148.59 262.89) (xy 168.91 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3d416885-b8b5-4f5c-bc29-39c6376095e8") + ) + (wire + (pts + (xy 87.63 271.78) (xy 97.79 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3d552623-2969-4b15-8623-368144f225e9") + ) + (wire + (pts + (xy 177.8 196.85) (xy 177.8 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3e903008-0276-4a73-8edb-5d9dfde6297c") + ) + (wire + (pts + (xy 288.29 45.72) (xy 285.75 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3efa2ece-8f3f-4a8c-96e9-6ab3ec6f1f70") + ) + (wire + (pts + (xy 189.23 254) (xy 199.39 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f2a6679-91d7-4b6c-bf5c-c4d5abb2bc44") + ) + (wire + (pts + (xy 128.27 271.78) (xy 128.27 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4086cbd7-6ba7-4e63-8da9-17e60627ee17") + ) + (wire + (pts + (xy 218.44 203.2) (xy 218.44 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40976bf0-19de-460f-ad64-224d4f51e16b") + ) + (wire + (pts + (xy 281.94 118.11) (xy 269.24 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "411d4270-c66c-4318-b7fb-1470d34862b8") + ) + (wire + (pts + (xy 257.81 189.23) (xy 278.13 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4185c36c-c66e-4dbd-be5d-841e551f4885") + ) + (wire + (pts + (xy 303.53 45.72) (xy 304.8 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "422b10b9-e829-44a2-8808-05edd8cb3050") + ) + (wire + (pts + (xy 288.29 21.59) (xy 288.29 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "430d6d73-9de6-41ca-b788-178d709f4aae") + ) + (wire + (pts + (xy 334.01 189.23) (xy 334.01 186.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "44646447-0a8e-4aec-a74e-22bf765d0f33") + ) + (wire + (pts + (xy 316.23 83.82) (xy 260.35 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "479331ff-c540-41f4-84e6-b48d65171e59") + ) + (wire + (pts + (xy 109.22 213.36) (xy 106.68 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (wire + (pts + (xy 168.91 254) (xy 179.07 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4970ec6e-3725-4619-b57d-dc2c2cb86ed0") + ) + (wire + (pts + (xy 203.2 233.68) (xy 203.2 229.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a21e717-d46d-4d9e-8b98-af4ecb02d3ec") + ) + (wire + (pts + (xy 179.07 271.78) (xy 179.07 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a53fa56-d65b-42a4-a4be-8f49c4c015bb") + ) + (wire + (pts + (xy 316.23 104.14) (xy 316.23 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d586a18-26c5-441e-a9ff-8125ee516126") + ) + (wire + (pts + (xy 128.27 262.89) (xy 148.59 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d967454-338c-4b89-8534-9457e15bf2f2") + ) + (wire + (pts + (xy 307.34 227.33) (xy 313.69 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e27930e-1827-4788-aa6b-487321d46602") + ) + (wire + (pts + (xy 257.81 203.2) (xy 260.35 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ec618ae-096f-4256-9328-005ee04f13d6") + ) + (wire + (pts + (xy 218.44 196.85) (xy 218.44 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec") + ) + (wire + (pts + (xy 120.65 213.36) (xy 116.84 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (wire + (pts + (xy 180.34 68.58) (xy 177.8 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "52a8f1be-73ca-41a8-bc24-2320706b0ec1") + ) + (wire + (pts + (xy 63.5 91.44) (xy 63.5 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "53e34696-241f-47e5-a477-f469335c8a61") + ) + (wire + (pts + (xy 148.59 254) (xy 148.59 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "54ed3ee1-891b-418e-ab9c-6a18747d7388") + ) + (wire + (pts + (xy 69.85 264.16) (xy 64.77 264.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5740c959-93d8-47fd-8f68-62f0109e753d") + ) + (wire + (pts + (xy 218.44 125.73) (xy 218.44 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "592f25e6-a01b-47fd-8172-3da01117d00a") + ) + (wire + (pts + (xy 229.87 271.78) (xy 240.03 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "59f60168-cced-43c9-aaa5-41a1a8a2f631") + ) + (wire + (pts + (xy 287.02 185.42) (xy 287.02 187.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a397f61-35c4-4c18-9dcd-73a2d44cc9af") + ) + (wire + (pts + (xy 148.59 142.24) (xy 148.59 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5cf2db29-f7ab-499a-9907-cdeba64bf0f3") + ) + (wire + (pts + (xy 287.02 195.58) (xy 287.02 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5cff09b0-b3d4-41a7-a6a4-7f917b40eda9") + ) + (wire + (pts + (xy 177.8 168.91) (xy 218.44 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5d3d7893-1d11-4f1d-9052-85cf0e07d281") + ) + (wire + (pts + (xy 231.14 227.33) (xy 231.14 229.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7") + ) + (wire + (pts + (xy 303.53 34.29) (xy 303.53 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f6afe3e-3cb2-473a-819c-dc94ae52a6be") + ) + (wire + (pts + (xy 292.1 227.33) (xy 292.1 229.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "60aa0ce8-9d0e-48ca-bbf9-866403979e9b") + ) + (wire + (pts + (xy 168.91 271.78) (xy 168.91 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6150c02b-beb5-4af1-951e-3666a285a6ea") + ) + (wire + (pts + (xy 151.13 203.2) (xy 148.59 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + ) + (wire + (pts + (xy 274.32 133.35) (xy 274.32 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61fe4c73-be59-4519-98f1-a634322a841d") + ) + (wire + (pts + (xy 135.89 109.22) (xy 135.89 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6284122b-79c3-4e04-925e-3d32cc3ec077") + ) + (wire + (pts + (xy 198.12 38.1) (xy 195.58 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2") + ) + (wire + (pts + (xy 68.58 83.82) (xy 66.04 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6325c32f-c82a-4357-b022-f9c7e76f412e") + ) + (wire + (pts + (xy 207.01 125.73) (xy 203.2 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "658dad07-97fd-466c-8b49-21892ac96ea4") + ) + (wire + (pts + (xy 135.89 203.2) (xy 135.89 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (wire + (pts + (xy 115.57 88.9) (xy 91.44 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "662bafcb-dcfb-4471-a8a9-f5c777fdf249") + ) + (wire + (pts + (xy 270.51 254) (xy 280.67 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6762c669-2824-49a2-8bd4-3f19091dd75a") + ) + (wire + (pts + (xy 106.68 109.22) (xy 106.68 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "676efd2f-1c48-4786-9e4b-2444f1e8f6ff") + ) + (wire + (pts + (xy 162.56 125.73) (xy 158.75 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6781326c-6e0d-4753-8f28-0f5c687e01f9") + ) + (wire + (pts + (xy 86.36 86.36) (xy 83.82 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6afc19cf-38b4-47a3-bc2b-445b18724310") + ) + (wire + (pts + (xy 135.89 115.57) (xy 135.89 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6c2d26bc-6eca-436c-8025-79f817bf57d6") + ) + (wire + (pts + (xy 269.24 48.26) (xy 269.24 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6cb535a7-247d-4f99-997d-c21b160eadfa") + ) + (wire + (pts + (xy 207.01 33.02) (xy 201.93 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6d0c9e39-9878-44c8-8283-9a59e45006fa") + ) + (wire + (pts + (xy 189.23 229.87) (xy 189.23 233.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6d26d68f-1ca7-4ff3-b058-272f1c399047") + ) + (wire + (pts + (xy 203.2 125.73) (xy 199.39 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e68f0cd-800e-4167-9553-71fc59da1eeb") + ) + (wire + (pts + (xy 198.12 45.72) (xy 198.12 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "701e1517-e8cf-46f4-b538-98e721c97380") + ) + (wire + (pts + (xy 269.24 109.22) (xy 269.24 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "70abf340-8b3e-403e-a5e2-d8f35caa2f87") + ) + (wire + (pts + (xy 288.29 31.75) (xy 281.94 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "70d34adf-9bd8-469e-8c77-5c0d7adf511e") + ) + (wire + (pts + (xy 106.68 196.85) (xy 106.68 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (wire + (pts + (xy 260.35 254) (xy 260.35 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "72366acb-6c86-4134-89df-01ed6e4dc8e0") + ) + (wire + (pts + (xy 250.19 254) (xy 250.19 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7274c82d-0cb9-47de-b093-7d848f491410") + ) + (wire + (pts + (xy 303.53 24.13) (xy 303.53 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "73fbe87f-3928-49c2-bf87-839d907c6aef") + ) + (wire + (pts + (xy 229.87 254) (xy 240.03 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "74855e0d-40e4-4940-a544-edae9207b2ea") + ) + (wire + (pts + (xy 158.75 254) (xy 158.75 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "749d9ed0-2ff2-4b55-abc5-f7231ec3aa28") + ) + (wire + (pts + (xy 132.08 213.36) (xy 135.89 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (wire + (pts + (xy 168.91 254) (xy 168.91 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "755f94aa-38f0-4a64-a7c7-6c71cb18cddf") + ) + (wire + (pts + (xy 180.34 35.56) (xy 176.53 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "759788bd-3cb9-4d38-b58c-5cb10b7dca6b") + ) + (wire + (pts + (xy 191.77 203.2) (xy 189.23 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7599133e-c681-4202-85d9-c20dac196c64") + ) + (wire + (pts + (xy 303.53 50.8) (xy 304.8 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "76afa8e0-9b3a-439d-843c-ad039d3b6354") + ) + (wire + (pts + (xy 224.79 63.5) (xy 222.25 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7744b6ee-910d-401d-b730-65c35d3d8092") + ) + (wire + (pts + (xy 269.24 43.18) (xy 265.43 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "775e8983-a723-43c5-bf00-61681f0840f3") + ) + (wire + (pts + (xy 91.44 88.9) (xy 91.44 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77aa6db5-9b8d-4983-b88e-30fe5af25975") + ) + (wire + (pts + (xy 118.11 254) (xy 118.11 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78b44915-d68e-4488-a873-34767153ef98") + ) + (wire + (pts + (xy 218.44 189.23) (xy 218.44 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79476267-290e-445f-995b-0afd0e11a4b5") + ) + (wire + (pts + (xy 313.69 215.9) (xy 313.69 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a2f50f6-0c99-4e8d-9c2a-8f2f961d2e6d") + ) + (wire + (pts + (xy 292.1 218.44) (xy 292.1 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a74c4b1-6243-4a12-85a2-bc41d346e7aa") + ) + (wire + (pts + (xy 245.11 137.16) (xy 245.11 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c04618d-9115-4179-b234-a8faf854ea92") + ) + (wire + (pts + (xy 176.53 63.5) (xy 176.53 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c2008c8-0626-4a09-a873-065e83502a0e") + ) + (wire + (pts + (xy 265.43 40.64) (xy 265.43 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c5f3091-7791-43b3-8d50-43f6a72274c9") + ) + (wire + (pts + (xy 287.02 213.36) (xy 295.91 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d76d925-f900-42af-a03f-bb32d2381b09") + ) + (wire + (pts + (xy 313.69 203.2) (xy 307.34 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e1217ba-8a3d-4079-8d7b-b45f90cfbf53") + ) + (wire + (pts + (xy 173.99 213.36) (xy 177.8 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "80094b70-85ab-4ff6-934b-60d5ee65023a") + ) + (wire + (pts + (xy 207.01 38.1) (xy 198.12 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "810ed4ff-ffe2-4032-9af6-fb5ada3bae5b") + ) + (wire + (pts + (xy 109.22 203.2) (xy 106.68 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (wire + (pts + (xy 231.14 142.24) (xy 231.14 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8195a7cf-4576-44dd-9e0e-ee048fdb93dd") + ) + (wire + (pts + (xy 203.2 60.96) (xy 203.2 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "83021f70-e61e-4ad3-bae7-b9f02b28be4f") + ) + (wire + (pts + (xy 255.27 215.9) (xy 257.81 215.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8458d41c-5d62-455d-b6e1-9f718c0faac9") + ) + (wire + (pts + (xy 86.36 73.66) (xy 86.36 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84d296ba-3d39-4264-ad19-947f90c54396") + ) + (wire + (pts + (xy 331.47 24.13) (xy 326.39 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "86ad0555-08b3-4dde-9a3e-c1e5e29b6615") + ) + (wire + (pts + (xy 52.07 88.9) (xy 53.34 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88002554-c459-46e5-8b22-6ea6fe07fd4c") + ) + (wire + (pts + (xy 236.22 218.44) (xy 236.22 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88610282-a92d-4c3d-917a-ea95d59e0759") + ) + (wire + (pts + (xy 191.77 115.57) (xy 189.23 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88668202-3f0b-4d07-84d4-dcd790f57272") + ) + (wire + (pts + (xy 209.55 254) (xy 209.55 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8a427111-6480-4b0c-b097-d8b6a0ee1819") + ) + (wire + (pts + (xy 148.59 271.78) (xy 148.59 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8a8c373f-9bc3-4cf7-8f41-4802da916698") + ) + (wire + (pts + (xy 265.43 45.72) (xy 262.89 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ac400bf-c9b3-4af4-b0a7-9aa9ab4ad17e") + ) + (wire + (pts + (xy 227.33 52.07) (xy 224.79 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8b7bbefd-8f78-41f8-809c-2534a5de3b39") + ) + (wire + (pts + (xy 97.79 271.78) (xy 97.79 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8bd46048-cab7-4adf-af9a-bc2710c1894c") + ) + (wire + (pts + (xy 260.35 115.57) (xy 260.35 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c1605f9-6c91-4701-96bf-e753661d5e23") + ) + (wire + (pts + (xy 199.39 203.2) (xy 218.44 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c514922-ffe1-4e37-a260-e807409f2e0d") + ) + (wire + (pts + (xy 287.02 227.33) (xy 287.02 229.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8cd050d6-228c-4da0-9533-b4f8d14cfb34") + ) + (wire + (pts + (xy 60.96 88.9) (xy 63.5 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8cdc8ef9-532e-4bf5-9998-7213b9e692a2") + ) + (wire + (pts + (xy 106.68 142.24) (xy 106.68 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8d9a3ecc-539f-41da-8099-d37cea9c28e7") + ) + (wire + (pts + (xy 148.59 203.2) (xy 148.59 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (wire + (pts + (xy 229.87 254) (xy 229.87 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8e697b96-cf4c-43ef-b321-8c2422b088bf") + ) + (wire + (pts + (xy 295.91 130.81) (xy 295.91 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8fcec304-c6b1-4655-8326-beacd0476953") + ) + (wire + (pts + (xy 189.23 196.85) (xy 189.23 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "911bdcbe-493f-4e21-a506-7cbc636e2c17") + ) + (wire + (pts + (xy 189.23 115.57) (xy 189.23 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "91c1eb0a-67ae-4ef0-95ce-d060a03a7313") + ) + (wire + (pts + (xy 128.27 254) (xy 128.27 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "91fc5800-6029-46b1-848d-ca0091f97267") + ) + (wire + (pts + (xy 257.81 227.33) (xy 257.81 215.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92035a88-6c95-4a61-bd8a-cb8dd9e5018a") + ) + (wire + (pts + (xy 158.75 203.2) (xy 177.8 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "922058ca-d09a-45fd-8394-05f3e2c1e03a") + ) + (wire + (pts + (xy 158.75 271.78) (xy 158.75 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92761c09-a591-4c8e-af4d-e0e2262cb01d") + ) + (wire + (pts + (xy 87.63 254) (xy 97.79 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92848721-49b5-4e4c-b042-6fd51e1d562f") + ) + (wire + (pts + (xy 334.01 200.66) (xy 331.47 200.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9286cf02-1563-41d2-9931-c192c33bab31") + ) + (wire + (pts + (xy 229.87 271.78) (xy 229.87 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92a23ed4-a5ea-4cea-bc33-0a83191a0d32") + ) + (wire + (pts + (xy 257.81 215.9) (xy 257.81 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "935057d5-6882-4c15-9a35-54677912ba12") + ) + (wire + (pts + (xy 303.53 52.07) (xy 303.53 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "946404ba-9297-43ec-9d67-30184041145f") + ) + (wire + (pts + (xy 334.01 179.07) (xy 334.01 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "955cc99e-a129-42cf-abc7-aa99813fdb5f") + ) + (wire + (pts + (xy 260.35 101.6) (xy 260.35 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9640e044-e4b2-4c33-9e1c-1d9894a69337") + ) + (wire + (pts + (xy 288.29 45.72) (xy 290.83 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "974c48bf-534e-4335-98e1-b0426c783e99") + ) + (wire + (pts + (xy 270.51 43.18) (xy 269.24 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97dcf785-3264-40a1-a36e-8842acab24fb") + ) + (wire + (pts + (xy 106.68 173.99) (xy 91.44 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "981ff4de-0330-4757-b746-0cb983df5e7c") + ) + (wire + (pts + (xy 243.84 227.33) (xy 236.22 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "98914cc3-56fe-40bb-820a-3d157225c145") + ) + (wire + (pts + (xy 135.89 168.91) (xy 99.06 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "98970bf0-1168-4b4e-a1c9-3b0c8d7eaacf") + ) + (wire + (pts + (xy 87.63 271.78) (xy 87.63 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "992a2b00-5e28-4edd-88b5-994891512d8d") + ) + (wire + (pts + (xy 209.55 262.89) (xy 229.87 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a595c4c-9ac1-4ae3-8ff3-1b7f2281a894") + ) + (wire + (pts + (xy 189.23 262.89) (xy 209.55 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9b07d532-5f76-4469-8dbf-25ac27eef589") + ) + (wire + (pts + (xy 148.59 196.85) (xy 148.59 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9b0a1687-7e1b-4a04-a30b-c27a072a2949") + ) + (wire + (pts + (xy 173.99 125.73) (xy 177.8 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9b3c58a7-a9b9-4498-abc0-f9f43e4f0292") + ) + (wire + (pts + (xy 295.91 142.24) (xy 295.91 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9bac9ad3-a7b9-47f0-87c7-d8630653df68") + ) + (wire + (pts + (xy 179.07 254) (xy 179.07 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c2999b2-1cf1-4204-9d23-243401b77aa3") + ) + (wire + (pts + (xy 201.93 33.02) (xy 201.93 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c607e49-ee5c-4e85-a7da-6fede9912412") + ) + (wire + (pts + (xy 236.22 227.33) (xy 236.22 229.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9dcdc92b-2219-4a4a-8954-45f02cc3ab25") + ) + (wire + (pts + (xy 240.03 271.78) (xy 240.03 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9de304ba-fba7-4896-b969-9d87a3522d74") + ) + (wire + (pts + (xy 151.13 213.36) (xy 148.59 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e1b837f-0d34-4a18-9644-9ee68f141f46") + ) + (wire + (pts + (xy 63.5 88.9) (xy 68.58 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e813ec2-d4ce-4e2e-b379-c6fedb4c45db") + ) + (wire + (pts + (xy 281.94 21.59) (xy 288.29 21.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a0e7a81b-2259-4f8d-8368-ba75f2004714") + ) + (wire + (pts + (xy 218.44 213.36) (xy 218.44 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a15a7506-eae4-4933-84da-9ad754258706") + ) + (wire + (pts + (xy 120.65 137.16) (xy 120.65 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a17904b9-135e-4dae-ae20-401c7787de72") + ) + (wire + (pts + (xy 218.44 83.82) (xy 177.8 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a24ce0e2-fdd3-4e6a-b754-5dee9713dd27") + ) + (wire + (pts + (xy 203.2 52.07) (xy 224.79 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a25b7e01-1754-4cc9-8a14-3d9c461e5af5") + ) + (wire + (pts + (xy 189.23 271.78) (xy 199.39 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a3fab380-991d-404b-95d5-1c209b047b6e") + ) + (wire + (pts + (xy 313.69 203.2) (xy 316.23 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5be2cb8-c68d-4180-8412-69a6b4c5b1d4") + ) + (wire + (pts + (xy 191.77 52.07) (xy 198.12 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5c8e189-1ddc-4a66-984b-e0fd1529d346") + ) + (wire + (pts + (xy 278.13 189.23) (xy 278.13 200.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f") + ) + (wire + (pts + (xy 66.04 73.66) (xy 86.36 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a90361cd-254c-4d27-ae1f-9a6c85bafe28") + ) + (wire + (pts + (xy 107.95 271.78) (xy 118.11 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a917c6d9-225d-4c90-bf25-fe8eff8abd3f") + ) + (wire + (pts + (xy 270.51 254) (xy 270.51 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a9d76dfc-52ba-46de-beb4-dab7b94ee663") + ) + (wire + (pts + (xy 109.22 115.57) (xy 106.68 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa2ea573-3f20-43c1-aa99-1f9c6031a9aa") + ) + (wire + (pts + (xy 99.06 168.91) (xy 99.06 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aae6bc05-6036-4fc6-8be7-c70daf5c8932") + ) + (wire + (pts + (xy 299.72 203.2) (xy 287.02 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae0e6b31-27d7-4383-a4fc-7557b0a19382") + ) + (wire + (pts + (xy 177.8 189.23) (xy 177.8 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aeb03be9-98f0-43f6-9432-1bb35aa04bab") + ) + (wire + (pts + (xy 269.24 142.24) (xy 269.24 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af347946-e3da-4427-87ab-77b747929f50") + ) + (wire + (pts + (xy 177.8 83.82) (xy 135.89 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "afd38b10-2eca-4abe-aed1-a96fb07ffdbe") + ) + (wire + (pts + (xy 151.13 115.57) (xy 148.59 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b0906e10-2fbc-4309-a8b4-6fc4cd1a5490") + ) + (wire + (pts + (xy 316.23 93.98) (xy 316.23 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b09666f9-12f1-4ee9-8877-2292c94258ca") + ) + (wire + (pts + (xy 64.77 256.54) (xy 69.85 256.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (wire + (pts + (xy 321.31 48.26) (xy 322.58 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b12e5309-5d01-40ef-a9c3-8453e00a555e") + ) + (wire + (pts + (xy 189.23 109.22) (xy 189.23 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1ddb058-f7b2-429c-9489-f4e2242ad7e5") + ) + (wire + (pts + (xy 316.23 198.12) (xy 313.69 198.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b287f145-851e-45cc-b200-e62677b551d5") + ) + (wire + (pts + (xy 260.35 198.12) (xy 257.81 198.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4833916-7a3e-4498-86fb-ec6d13262ffe") + ) + (wire + (pts + (xy 231.14 115.57) (xy 231.14 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b5071759-a4d7-4769-be02-251f23cd4454") + ) + (wire + (pts + (xy 250.19 254) (xy 260.35 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b66b83a0-313f-4b03-b851-c6e9577a6eb7") + ) + (wire + (pts + (xy 274.32 142.24) (xy 269.24 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6cd701f-4223-4e72-a305-466869ccb250") + ) + (wire + (pts + (xy 148.59 213.36) (xy 148.59 222.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (wire + (pts + (xy 311.15 215.9) (xy 313.69 215.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba6fc20e-7eff-4d5f-81e4-d1fad93be155") + ) + (wire + (pts + (xy 138.43 254) (xy 138.43 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bb8162f0-99c8-4884-be5b-c0d0c7e81ff6") + ) + (wire + (pts + (xy 295.91 113.03) (xy 295.91 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bc0dbc57-3ae8-4ce5-a05c-2d6003bba475") + ) + (wire + (pts + (xy 135.89 125.73) (xy 135.89 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd065eaf-e495-4837-bdb3-129934de1fc7") + ) + (wire + (pts + (xy 128.27 271.78) (xy 138.43 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd085057-7c0e-463a-982b-968a2dc1f0f8") + ) + (wire + (pts + (xy 162.56 233.68) (xy 162.56 229.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd5408e4-362d-4e43-9d39-78fb99eb52c8") + ) + (wire + (pts + (xy 166.37 213.36) (xy 162.56 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bdc7face-9f7c-4701-80bb-4cc144448db1") + ) + (wire + (pts + (xy 292.1 227.33) (xy 287.02 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bde95c06-433a-4c03-bc48-e3abcdb4e054") + ) + (wire + (pts + (xy 198.12 40.64) (xy 198.12 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be41ac9e-b8ba-4089-983b-b84269707f1c") + ) + (wire + (pts + (xy 330.2 48.26) (xy 331.47 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be6b17f9-34f5-44e9-a4c7-725d2e274a9d") + ) + (wire + (pts + (xy 287.02 175.26) (xy 287.02 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf4036b4-c410-489a-b46c-abee2c31db09") + ) + (wire + (pts + (xy 177.8 213.36) (xy 177.8 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bfc0aadc-38cf-466e-a642-68fdc3138c78") + ) + (wire + (pts + (xy 148.59 229.87) (xy 148.59 233.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b") + ) + (wire + (pts + (xy 177.8 115.57) (xy 177.8 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c094494a-f6f7-43fc-a007-4951484ddf3a") + ) + (wire + (pts + (xy 199.39 115.57) (xy 218.44 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c09938fd-06b9-4771-9f63-2311626243b3") + ) + (wire + (pts + (xy 269.24 128.27) (xy 278.13 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f") + ) + (wire + (pts + (xy 189.23 125.73) (xy 189.23 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c24d6ac8-802d-4df3-a210-9cb1f693e865") + ) + (wire + (pts + (xy 63.5 271.78) (xy 64.77 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c3c93de0-69b1-4a04-8e0b-d78caf487c63") + ) + (wire + (pts + (xy 166.37 125.73) (xy 162.56 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c701ee8e-1214-4781-a973-17bef7b6e3eb") + ) + (wire + (pts + (xy 198.12 52.07) (xy 198.12 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c71f56c1-5b7c-4373-9716-fffac482104c") + ) + (wire + (pts + (xy 199.39 254) (xy 199.39 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c7cd39db-931a-4d86-96b8-57e6b39f58f9") + ) + (wire + (pts + (xy 168.91 262.89) (xy 189.23 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c7f7bd58-1ebd-40fd-a39d-a95530a751b6") + ) + (wire + (pts + (xy 162.56 137.16) (xy 162.56 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8029a4c-945d-42ca-871a-dd73ff50a1a3") + ) + (wire + (pts + (xy 269.24 21.59) (xy 269.24 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c873689a-d206-42f5-aead-9199b4d63f51") + ) + (wire + (pts + (xy 278.13 168.91) (xy 334.01 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe") + ) + (wire + (pts + (xy 251.46 227.33) (xy 257.81 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8b6b273-3d20-4a46-8069-f6d608563604") + ) + (wire + (pts + (xy 298.45 113.03) (xy 295.91 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8b92953-cd23-44e6-85ce-083fb8c3f20f") + ) + (wire + (pts + (xy 218.44 101.6) (xy 218.44 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8fd9dd3-06ad-4146-9239-0065013959ef") + ) + (wire + (pts + (xy 245.11 146.05) (xy 245.11 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cada57e2-1fa7-4b9d-a2a0-2218773d5c50") + ) + (wire + (pts + (xy 274.32 31.75) (xy 269.24 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb083d38-4f11-4a80-8b19-ab751c405e4a") + ) + (wire + (pts + (xy 132.08 125.73) (xy 135.89 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb24efdd-07c6-4317-9277-131625b065ac") + ) + (wire + (pts + (xy 278.13 179.07) (xy 278.13 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb721686-5255-4788-a3b0-ce4312e32eb7") + ) + (wire + (pts + (xy 135.89 213.36) (xy 135.89 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (wire + (pts + (xy 135.89 83.82) (xy 135.89 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc15f583-a41b-43af-ba94-a75455506a96") + ) + (wire + (pts + (xy 257.81 198.12) (xy 257.81 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc48dd41-7768-48d3-b096-2c4cc2126c9d") + ) + (wire + (pts + (xy 207.01 60.96) (xy 203.2 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc75e5ae-3348-4e7a-bd16-4df685ee47bd") + ) + (wire + (pts + (xy 199.39 271.78) (xy 199.39 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ceb12634-32ca-4cbf-9ff5-5e8b53ab18ad") + ) + (wire + (pts + (xy 313.69 189.23) (xy 334.01 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cebb9021-66d3-4116-98d4-5e6f3c1552be") + ) + (wire + (pts + (xy 274.32 21.59) (xy 269.24 21.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cee2f43a-7d22-4585-a857-73949bd17a9d") + ) + (wire + (pts + (xy 321.31 34.29) (xy 321.31 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cf21dfe3-ab4f-4ad9-b7cf-dc892d833b13") + ) + (wire + (pts + (xy 227.33 35.56) (xy 224.79 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0cd3439-276c-41ba-b38d-f84f6da38415") + ) + (wire + (pts + (xy 162.56 146.05) (xy 162.56 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56") + ) + (wire + (pts + (xy 138.43 271.78) (xy 138.43 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d1cd5391-31d2-459f-8adb-4ae3f304a833") + ) + (wire + (pts + (xy 313.69 198.12) (xy 313.69 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d1eca865-05c5-48a4-96cf-ed5f8a640e25") + ) + (wire + (pts + (xy 63.5 256.54) (xy 64.77 256.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (wire + (pts + (xy 191.77 213.36) (xy 189.23 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a") + ) + (wire + (pts + (xy 95.25 86.36) (xy 115.57 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3e133b7-2c84-4206-a2b1-e693cb57fe56") + ) + (wire + (pts + (xy 207.01 213.36) (xy 203.2 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d5641ac9-9be7-46bf-90b3-6c83d852b5ba") + ) + (wire + (pts + (xy 274.32 142.24) (xy 274.32 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d88958ac-68cd-4955-a63f-0eaa329dec86") + ) + (wire + (pts + (xy 280.67 254) (xy 280.67 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d9cf2d61-3126-40fe-a66d-ae5145f94be8") + ) + (wire + (pts + (xy 95.25 86.36) (xy 95.25 171.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "da481376-0e49-44d3-91b8-aaa39b869dd1") + ) + (wire + (pts + (xy 236.22 227.33) (xy 231.14 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dae72997-44fc-4275-b36f-cd70bf46cfba") + ) + (wire + (pts + (xy 87.63 254) (xy 87.63 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db1ed10a-ef86-43bf-93dc-9be76327f6d2") + ) + (wire + (pts + (xy 318.77 24.13) (xy 303.53 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd334895-c8ff-4719-bac4-c0b289bb5899") + ) + (wire + (pts + (xy 189.23 213.36) (xy 189.23 222.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dde51ae5-b215-445e-92bb-4a12ec410531") + ) + (wire + (pts + (xy 250.19 271.78) (xy 250.19 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "de552ae9-cde6-4643-8cc7-9de2579dadae") + ) + (wire + (pts + (xy 270.51 271.78) (xy 270.51 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df5c9f6b-a62e-44ba-997f-b2cf3279c7d4") + ) + (wire + (pts + (xy 280.67 271.78) (xy 280.67 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e04b8c10-725b-4bde-8cbf-66bfea5053e6") + ) + (wire + (pts + (xy 243.84 203.2) (xy 231.14 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e091e263-c616-48ef-a460-465c70218987") + ) + (wire + (pts + (xy 99.06 35.56) (xy 163.83 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e0b0947e-ec91-4d8a-8663-5a112b0a8541") + ) + (wire + (pts + (xy 231.14 109.22) (xy 231.14 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e0f06b5c-de63-4833-a591-ca9e19217a35") + ) + (wire + (pts + (xy 148.59 271.78) (xy 158.75 271.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e11ae5a5-aa10-4f10-b346-f16e33c7899a") + ) + (wire + (pts + (xy 260.35 109.22) (xy 260.35 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1c30a32-820e-4b17-aec9-5cb8b76f0ccc") + ) + (wire + (pts + (xy 214.63 213.36) (xy 218.44 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e21aa84b-970e-47cf-b64f-3b55ee0e1b51") + ) + (wire + (pts + (xy 303.53 34.29) (xy 309.88 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e2b24e25-1a0d-434a-876b-c595b47d80d2") + ) + (wire + (pts + (xy 177.8 71.12) (xy 177.8 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e300709f-6c72-488d-a598-efcbd6d3af54") + ) + (wire + (pts + (xy 171.45 35.56) (xy 176.53 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e36988d2-ecb2-461b-a443-7006f447e828") + ) + (wire + (pts + (xy 109.22 125.73) (xy 106.68 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e472dac4-5b65-4920-b8b2-6065d140a69d") + ) + (wire + (pts + (xy 218.44 109.22) (xy 218.44 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e54e5e19-1deb-49a9-8629-617db8e434c0") + ) + (wire + (pts + (xy 281.94 142.24) (xy 274.32 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5864fe6-2a71-47f0-90ce-38c3f8901580") + ) + (wire + (pts + (xy 201.93 22.86) (xy 224.79 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5e5220d-5b7e-47da-a902-b997ec8d4d58") + ) + (wire + (pts + (xy 120.65 224.79) (xy 120.65 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (wire + (pts + (xy 245.11 125.73) (xy 241.3 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e67b9f8c-019b-4145-98a4-96545f6bb128") + ) + (wire + (pts + (xy 107.95 271.78) (xy 107.95 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e76ec524-408a-4daa-89f6-0edfdbcfb621") + ) + (wire + (pts + (xy 231.14 186.69) (xy 231.14 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e77c17df-b20e-4e7d-b937-f281c75a0014") + ) + (wire + (pts + (xy 233.68 125.73) (xy 231.14 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e7bb7815-0d52-4bb8-b29a-8cf960bd2905") + ) + (wire + (pts + (xy 289.56 142.24) (xy 295.91 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e7e08b48-3d04-49da-8349-6de530a20c67") + ) + (wire + (pts + (xy 231.14 175.26) (xy 231.14 179.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e80b0e91-f15f-4e36-9a9c-b2cfd5a01d2a") + ) + (wire + (pts + (xy 229.87 262.89) (xy 250.19 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ea28e946-b74f-4ba8-ac7b-b1884c5e7296") + ) + (wire + (pts + (xy 198.12 66.04) (xy 207.01 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eac8d865-0226-4958-b547-6b5592f39713") + ) + (wire + (pts + (xy 116.84 203.2) (xy 135.89 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (wire + (pts + (xy 299.72 227.33) (xy 292.1 227.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ed8a7f02-cf05-41d0-97b4-4388ef205e73") + ) + (wire + (pts + (xy 189.23 142.24) (xy 189.23 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eee16674-2d21-45b6-ab5e-d669125df26c") + ) + (wire + (pts + (xy 124.46 213.36) (xy 120.65 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (wire + (pts + (xy 256.54 125.73) (xy 260.35 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1447ad6-651c-45be-a2d6-33bddf672c2c") + ) + (wire + (pts + (xy 295.91 218.44) (xy 292.1 218.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1e619ac-5067-41df-8384-776ec70a6093") + ) + (wire + (pts + (xy 120.65 125.73) (xy 116.84 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f202141e-c20d-4cac-b016-06a44f2ecce8") + ) + (wire + (pts + (xy 260.35 83.82) (xy 218.44 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f220d6a7-3170-4e04-8de6-2df0c3962fe0") + ) + (wire + (pts + (xy 224.79 35.56) (xy 222.25 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f345e52a-8e0a-425a-b438-90809dd3b799") + ) + (wire + (pts + (xy 198.12 22.86) (xy 198.12 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f447e585-df78-4239-b8cb-4653b3837bb1") + ) + (wire + (pts + (xy 191.77 125.73) (xy 189.23 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f449bd37-cc90-4487-aee6-2a20b8d2843a") + ) + (wire + (pts + (xy 118.11 271.78) (xy 118.11 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4a1ab68-998b-43e3-aa33-40b58210bc99") + ) + (wire + (pts + (xy 171.45 63.5) (xy 176.53 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4a8afbe-ed68-4253-959f-6be4d2cbf8c5") + ) + (wire + (pts + (xy 288.29 31.75) (xy 288.29 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f50dae73-c5b5-475d-ac8c-5b555be54fa3") + ) + (wire + (pts + (xy 262.89 40.64) (xy 265.43 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f5c43e09-08d6-4a29-a53a-3b9ea7fb34cd") + ) + (wire + (pts + (xy 231.14 213.36) (xy 240.03 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8f3a9fc-1e34-4573-a767-508104e8d242") + ) + (wire + (pts + (xy 278.13 133.35) (xy 274.32 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f9c81c26-f253-4227-a69f-53e64841cfbe") + ) + (wire + (pts + (xy 219.71 271.78) (xy 219.71 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb0bf2a0-d317-42f7-b022-b5e05481f6be") + ) + (wire + (pts + (xy 176.53 52.07) (xy 184.15 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc4ad874-c922-4070-89f9-7262080469d8") + ) + (wire + (pts + (xy 107.95 262.89) (xy 128.27 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc4f0835-889b-4d2e-876e-ca524c79ae62") + ) + (wire + (pts + (xy 135.89 63.5) (xy 135.89 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fcfb3f77-487d-44de-bd4e-948fbeca3220") + ) + (wire + (pts + (xy 91.44 81.28) (xy 288.29 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd29cce5-2d5d-4676-956a-df49a3c13d23") + ) + (wire + (pts + (xy 295.91 118.11) (xy 289.56 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd3499d5-6fd2-49a4-bdb0-109cee899fde") + ) + (wire + (pts + (xy 106.68 213.36) (xy 106.68 222.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (wire + (pts + (xy 148.59 254) (xy 158.75 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd60415a-f01a-46c5-9369-ea970e435e5b") + ) + (wire + (pts + (xy 151.13 125.73) (xy 148.59 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "feb26ecb-9193-46ea-a41b-d09305bf0a3e") + ) + (global_label "F_A" + (shape input) + (at 106.68 171.45 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "01024d27-e392-4482-9e67-565b0c294fe8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 112.0764 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "A_B" + (shape input) + (at 59.69 115.57 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0c544a8c-9f45-4205-9bca-1d91c95d58ef") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 54.1122 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_B" + (shape input) + (at 106.68 196.85 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "0e0f9829-27a5-43b2-a0ae-121d3ce72ef4") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 106.68 191.2722 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "VN" + (shape input) + (at 27.94 267.97 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 23.2693 267.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "E_B" + (shape input) + (at 59.69 125.73 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "1cb64bfe-d819-47e3-be11-515b04f2c451") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 54.0518 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "VN" + (shape input) + (at 40.64 267.97 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 45.3107 267.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "I_B" + (shape input) + (at 231.14 175.26 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "34a11a07-8b7f-45d2-96e3-89fd43e62756") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 231.14 170.166 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "I_B" + (shape input) + (at 69.85 213.36 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "3b9c5ffd-e59b-402d-8c5e-052f7ca643a4") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.756 213.36 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "VP" + (shape input) + (at 27.94 265.43 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "3dcc657b-55a1-48e0-9667-e01e7b6b08b5") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 23.3298 265.43 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "A_B" + (shape input) + (at 106.68 109.22 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "4160bbf7-ffff-4c5c-a647-5ee58ddecf06") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 106.68 103.6422 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "OUT" + (shape input) + (at 368.3 62.23 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "4d2fd49e-2cb2-44d4-8935-68488970d97b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 362.4198 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "D_B" + (shape input) + (at 59.69 123.19 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "60d26b83-9c3a-4edb-93ef-ab3d9d05e8cb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 53.9308 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "J_B" + (shape input) + (at 69.85 215.9 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "6133fb54-5524-482e-9ae2-adbf29aced9e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.3932 215.9 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_A" + (shape input) + (at 227.33 35.56 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "633292d3-80c5-4986-be82-ce926e9f09f4") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 240.2859 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "G_B" + (shape input) + (at 69.85 208.28 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "6b8c153e-62fe-42fb-aa7f-caef740ef6fd") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.0908 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 115.57 86.36 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "6f5a9f10-1b2c-4916-b4e5-cb5bd0f851a0") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 120.9664 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "E_B" + (shape input) + (at 269.24 92.71 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "720ec55a-7c69-4064-b792-ef3dbba4eab9") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 269.24 87.0718 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "B_B" + (shape input) + (at 148.59 109.22 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "722636b6-8ff0-452f-9357-23deb317d921") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 103.4608 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "G_B" + (shape input) + (at 148.59 196.85 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "73f40fda-e6eb-4f93-9482-56cf47d84a87") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 191.0908 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 69.85 203.2 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "765684c2-53b3-4ef7-bd1b-7a4a73d87b76") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.2722 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "OUT" + (shape input) + (at 336.55 48.26 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "7acd513a-187b-4936-9f93-2e521ce33ad5") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 342.4302 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "VN" + (shape input) + (at 55.88 271.78 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 51.2093 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 106.68 173.99 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "88a17e56-466a-45e7-9047-7346a507f505") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 112.2578 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "IN" + (shape input) + (at 368.3 54.61 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "acb6c3f3-e677-4f35-9fc2-138ba10f33af") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 364.1131 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 69.85 200.66 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b44c0167-50fe-4c67-94fb-5ce2e6f52544") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.4536 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "C_B" + (shape input) + (at 189.23 109.22 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "c6462399-f2e4-4f1a-b34a-b49a04c8bdb9") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 189.23 103.4608 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "F_B" + (shape input) + (at 69.85 205.74 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c811ed5f-f509-4605-b7d3-da6f79935a1e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.2722 205.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_A" + (shape input) + (at 368.3 59.69 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "cfdef906-c924-4492-999d-4de066c0bce1") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 355.3441 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "H_B" + (shape input) + (at 69.85 210.82 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d035bb7a-e806-42f2-ba95-a390d279aef1") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.0303 210.82 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_B" + (shape input) + (at 368.3 57.15 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d1441985-7b63-4bf8-a06d-c70da2e3b78b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 355.1627 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 115.57 88.9 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "d2db53d0-2821-4ebe-bf21-b864eac8ca44") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 121.1478 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "D_B" + (shape input) + (at 231.14 109.22 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "d4ef5db0-5fba-4fcd-ab64-2ef2646c5c6d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 231.14 103.4608 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "VP" + (shape input) + (at 55.88 256.54 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 51.2698 256.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "C_B" + (shape input) + (at 59.69 120.65 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ea77ba09-319a-49bd-ad5b-49f4c76f232c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 53.9308 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "H_B" + (shape input) + (at 189.23 196.85 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "ef51df0d-fc2c-482b-a0e5-e49bae94f31f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 189.23 191.0303 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "VP" + (shape input) + (at 40.64 265.43 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 45.2502 265.43 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_B" + (shape input) + (at 227.33 52.07 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f5bf5b4a-5213-48af-a5cd-0d67969d2de6") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 240.4673 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "B_B" + (shape input) + (at 59.69 118.11 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "facb0614-068b-4c9c-a466-d374df96a94c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 53.9308 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "J_B" + (shape input) + (at 287.02 175.26 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "fb9a832c-737d-49fb-bbb4-29a0ba3e8178") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 287.02 169.8032 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "IN" + (shape input) + (at 52.07 88.9 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "fead07ab-5a70-40db-ada8-c72dcc827bfc") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 47.8831 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 64.77 264.16 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e180712") + (property "Reference" "#PWR08" + (at 58.42 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 59.69 264.16 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 64.77 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e98410a5-9264-4ef1-b085-4536153ea768") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 27.94 262.89 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e180765") + (property "Reference" "#PWR03" + (at 21.59 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 24.6888 263.017 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 27.94 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 27.94 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 27.94 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "56901b39-cfc3-4023-9e18-e076ce74e121") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 27.94 260.35 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e18076b") + (property "Reference" "#PWR02" + (at 21.59 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 24.6888 260.477 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 27.94 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 27.94 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 27.94 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8f10d951-0126-406f-a57f-26344d87f3cc") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 349.25 234.95 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f737c0d") + (property "Reference" "#FLG03" + (at 349.25 236.855 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 349.25 239.3442 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 349.25 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 349.25 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 349.25 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "727fc5da-2499-4153-bd1d-090c5dbe3aa3") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 355.6 237.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f737fc5") + (property "Reference" "#FLG04" + (at 355.6 235.585 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 355.6 233.0958 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 355.6 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 355.6 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 355.6 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2f53051e-0dfa-47ec-9adf-172be607da70") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 342.9 234.95 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f816c5c") + (property "Reference" "#PWR010" + (at 342.9 238.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 343.281 230.5558 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 342.9 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 342.9 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 342.9 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afe4da5d-f084-4e83-939e-23c7bd36195d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 59.69 256.54 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fb443e6") + (property "Reference" "R1" + (at 59.69 251.2822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10" + (at 59.69 253.5936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 59.69 254.762 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 59.69 256.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 59.69 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6b94c34f-b9f8-4432-bd32-91c8999e4659") + ) + (pin "2" + (uuid "1f3dfb76-eff1-4aee-b32f-822fb7c25c1d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 64.77 256.54 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fc69ba0") + (property "Reference" "#PWR07" + (at 64.77 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 62.23 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 64.77 256.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 256.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 64.77 256.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "acc0ef6e-a5d0-4ae2-9658-5d2bf056b436") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 64.77 271.78 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fc69ba2") + (property "Reference" "#PWR09" + (at 64.77 269.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 62.23 267.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 64.77 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 64.77 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2a6aaf6e-71d6-46d8-aabb-f54d6a6e9790") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 40.64 262.89 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fc69ba7") + (property "Reference" "#PWR06" + (at 46.99 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 43.8912 262.763 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 40.64 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 40.64 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 40.64 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8f92183d-ba54-40d3-b4eb-92b12aa4f33f") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 59.69 271.78 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fc69bb1") + (property "Reference" "R2" + (at 59.69 266.5222 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10" + (at 59.69 268.8336 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 59.69 270.002 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 59.69 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 59.69 271.78 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3b6eb433-89b1-47c4-bebb-519ac155dd0d") + ) + (pin "2" + (uuid "6590b3d2-3930-4d72-bb92-1fea5b678c21") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_02x05_Odd_Even") + (at 35.56 262.89 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd165c") + (property "Reference" "J1" + (at 34.29 273.4818 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10 Pos" + (at 34.29 271.1704 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 35.56 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 35.56 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 35.56 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4c7108a7-f7c3-4057-aa62-3216ff3b4c29") + ) + (pin "10" + (uuid "169e8abd-58f2-4340-af7a-fe6a1bfd69f4") + ) + (pin "2" + (uuid "c10dc0a8-8955-43fe-8534-187bf0420ea3") + ) + (pin "3" + (uuid "46c65159-9890-4ea6-a35b-e1b9777fa1a0") + ) + (pin "4" + (uuid "68cec67c-89ef-485f-a375-bc4f33c0cfe6") + ) + (pin "5" + (uuid "22837863-9c0a-46e5-af10-2bf4a60b69f3") + ) + (pin "6" + (uuid "e48c5d58-26d3-47ef-9b68-75752dbd988c") + ) + (pin "7" + (uuid "86c0b3a9-57b5-4585-8c86-327bdede09fe") + ) + (pin "8" + (uuid "8c4654a1-3070-44e2-bf7a-748ae477d20c") + ) + (pin "9" + (uuid "d6359608-f6b6-4777-ab95-3441937df26e") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 40.64 260.35 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd165f") + (property "Reference" "#PWR05" + (at 46.99 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 43.8912 260.223 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 40.64 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 40.64 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 40.64 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f80f7dc2-5fcd-4664-8992-bba6d4a8152c") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 40.64 257.81 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd1660") + (property "Reference" "#PWR04" + (at 36.83 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 43.8912 258.191 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 40.64 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 40.64 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 40.64 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3057e8d2-5603-46a4-8494-07650ae27752") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 27.94 257.81 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd1661") + (property "Reference" "#PWR01" + (at 31.75 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 24.6888 257.429 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 27.94 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 27.94 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 27.94 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bf8ec8dd-4fd4-467e-926a-70d5a754e574") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 27.94 257.81 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd1662") + (property "Reference" "#FLG01" + (at 27.94 255.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 27.94 254.5588 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "" + (at 27.94 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.94 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 27.94 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "130b174c-157e-43ba-9384-7be0cd1bf4b0") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 365.76 240.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097a580") + (property "Reference" "H2" + (at 368.3 238.8616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 368.3 241.173 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 365.76 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 365.76 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 365.76 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 384.81 232.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006098deca") + (property "Reference" "H3" + (at 387.35 231.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 387.35 233.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 384.81 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 384.81 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 384.81 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 384.81 240.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006098ded0") + (property "Reference" "H4" + (at 387.35 238.8616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 387.35 241.173 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 384.81 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 384.81 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 384.81 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 128.27 213.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ec4c66") + (property "Reference" "R10" + (at 128.27 208.1022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "680k" + (at 128.27 210.4136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (at 128.27 211.582 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 128.27 213.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 171.45 144.78 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1db8c73c-f38b-4998-bd41-1a8fc64e8b1a") + ) + (pin "2" + (uuid "21d5a0dd-8380-4cbc-877d-09f4ecd37e4d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 113.03 213.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ec55c2") + (property "Reference" "C10" + (at 113.03 206.9592 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22n" + (at 113.03 209.2706 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 109.22 214.3252 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 113.03 213.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 113.03 213.36 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "431d365a-99c5-4270-914c-b6248d711621") + ) + (pin "2" + (uuid "060c8bbf-3492-412e-a964-b0f8033dfcb5") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 113.03 203.2 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ec5b76") + (property "Reference" "C9" + (at 113.03 196.7992 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22n" + (at 113.03 199.1106 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 109.22 204.1652 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 113.03 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 113.03 203.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "76d85faa-e47f-495d-84ff-cc0905aaa30d") + ) + (pin "2" + (uuid "58670eea-31c4-400f-8dcd-196462441bf9") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 106.68 226.06 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ec85a4") + (property "Reference" "R8" + (at 108.458 224.8916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "30k" + (at 108.458 227.203 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 108.458 226.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 226.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 153.67 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6873b546-a121-426f-a099-aa3cdf65037b") + ) + (pin "2" + (uuid "57f1a775-8118-4309-997d-2be68cc292ef") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 120.65 233.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ec9c8d") + (property "Reference" "#PWR023" + (at 120.65 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 120.777 238.0742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 120.65 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "58d5b165-a92e-4dca-a3ea-68351d486a15") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 106.68 233.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060eca1aa") + (property "Reference" "#PWR019" + (at 106.68 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 106.807 238.0742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 106.68 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 106.68 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 106.68 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e5c077a6-2e6e-4ddb-9cdd-7189d5453897") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 135.89 193.04 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ecc4d1") + (property "Reference" "R12" + (at 137.668 191.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 137.668 194.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 137.668 193.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 135.89 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 212.09 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2e6d0a08-14f2-441c-bc02-d6f837dce4dd") + ) + (pin "2" + (uuid "62d837a9-77e5-4b6f-bf43-d5a487cd6e38") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 170.18 213.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060edcddf") + (property "Reference" "R18" + (at 170.18 208.1022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "910k" + (at 170.18 210.4136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (at 170.18 211.582 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 170.18 213.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 213.36 102.87 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9b8b6dcc-3ef8-4ed2-9bc1-691f5601372a") + ) + (pin "2" + (uuid "fddf8c7b-2bd6-4bbc-944b-a37c8c48af3f") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 154.94 213.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060edcde5") + (property "Reference" "C18" + (at 154.94 206.9592 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7n" + (at 154.94 209.2706 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 151.13 214.3252 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 213.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 154.94 213.36 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1d28507b-0de0-4853-b319-c95edfb42043") + ) + (pin "2" + (uuid "d6b6c436-b929-434d-bd2d-cc0949dde2ea") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 154.94 203.2 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060edcdeb") + (property "Reference" "C17" + (at 154.94 196.7992 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7n" + (at 154.94 199.1106 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 151.13 204.1652 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 154.94 203.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aee9165e-6cb5-4bc0-b0f5-afe62af6760b") + ) + (pin "2" + (uuid "966ca63b-a8c5-427f-bc32-e088e3d2f608") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 148.59 226.06 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060edcdfa") + (property "Reference" "R16" + (at 150.368 224.8916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "43.2k" + (at 150.368 227.203 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 150.368 226.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 148.59 226.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 237.49 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0fe3f2a0-cb7a-4ba5-831f-4a1c76f7f6c2") + ) + (pin "2" + (uuid "aecc54d5-c25a-4ce3-98ce-a5a86ca090bb") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 162.56 233.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060edce00") + (property "Reference" "#PWR031" + (at 162.56 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 162.687 238.0742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 162.56 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 162.56 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "642434e8-02e0-417b-a252-e8af6c61792e") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 148.59 233.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060edce06") + (property "Reference" "#PWR027" + (at 148.59 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 148.717 238.0742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 148.59 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 148.59 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 148.59 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94d8a713-01b1-480e-b18b-19893ea62245") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 177.8 193.04 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060edce1b") + (property "Reference" "R20" + (at 179.578 191.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 179.578 194.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 179.578 193.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 177.8 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 295.91 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7eab457-4e1f-4163-9ff2-c4427bbb7b5b") + ) + (pin "2" + (uuid "9834f1d2-6af7-4269-84ad-22aa5b921d30") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 210.82 213.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ee30b8") + (property "Reference" "R28" + (at 210.82 208.1022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "560k" + (at 210.82 210.4136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (at 210.82 211.582 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 210.82 213.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 254 62.23 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e0b1253e-e012-4aa0-baa8-22a44688d6fe") + ) + (pin "2" + (uuid "755d9bad-6e4f-4abb-b421-dfbb8508f7ba") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R28") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 195.58 213.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ee30be") + (property "Reference" "C28" + (at 195.58 206.9592 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2.2n" + (at 195.58 209.2706 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 191.77 214.3252 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 195.58 213.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 195.58 213.36 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2e7affc1-7d4b-43c2-a4cf-f611bf361cdb") + ) + (pin "2" + (uuid "250f2454-1961-4ad2-826d-3c21f929f582") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C28") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 195.58 203.2 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ee30c4") + (property "Reference" "C27" + (at 195.58 196.7992 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2.2n" + (at 195.58 199.1106 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 191.77 204.1652 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 195.58 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 195.58 203.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "317937d7-235a-46ca-ae39-43c68bd6c55e") + ) + (pin "2" + (uuid "5abd5017-1e63-4019-a707-812d74b089d9") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C27") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 189.23 226.06 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ee30d3") + (property "Reference" "R26" + (at 191.008 224.8916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "24k" + (at 191.008 227.203 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 191.008 226.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 226.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 318.77 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "758d692a-0587-403f-a2ae-a63c2fd3b6e9") + ) + (pin "2" + (uuid "55791116-05bf-4fe5-87b9-61a935a5c340") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R26") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 203.2 233.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ee30d9") + (property "Reference" "#PWR041" + (at 203.2 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 203.327 238.0742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 203.2 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 203.2 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 203.2 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c9505518-5a7c-4de4-99c7-0e9b17898369") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR041") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 189.23 233.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ee30df") + (property "Reference" "#PWR037" + (at 189.23 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 189.357 238.0742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 189.23 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 189.23 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 189.23 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8be4a883-f080-4814-8a07-e3a6d8d53746") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR037") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 218.44 193.04 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ee30f4") + (property "Reference" "R30" + (at 220.218 191.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 220.218 194.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 220.218 193.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 377.19 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9fc9130c-106c-4266-9d03-e9f8f67f32fc") + ) + (pin "2" + (uuid "17268abf-4954-4bf2-a90c-21d275b0f18c") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R30") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 128.27 125.73 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b0aa") + (property "Reference" "R9" + (at 128.27 120.4722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "510k" + (at 128.27 122.7836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (at 128.27 123.952 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 128.27 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 259.08 57.15 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "57cb60e1-36d8-44e2-80f2-e04ee179f0e4") + ) + (pin "2" + (uuid "ddc55a97-2543-4bd5-91fe-ad1712a0eecd") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 113.03 125.73 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b0b0") + (property "Reference" "C8" + (at 113.03 119.3292 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47n" + (at 113.03 121.6406 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 109.22 126.6952 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 113.03 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 113.03 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "758fb4c2-1c0f-4140-bad1-4920539d6554") + ) + (pin "2" + (uuid "4514de46-f3c4-4d19-a6cc-5d520b8cce48") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 113.03 115.57 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b0b6") + (property "Reference" "C7" + (at 113.03 109.1692 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47n" + (at 113.03 111.4806 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 109.22 116.5352 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 113.03 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 113.03 115.57 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9d6668a0-570c-4f1b-b941-762379440757") + ) + (pin "2" + (uuid "e40c4d49-9f9e-4915-95b6-ca264966e1c2") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 106.68 138.43 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b0c5") + (property "Reference" "R6" + (at 108.458 137.2616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "90.9k" + (at 108.458 139.573 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 108.458 138.43 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 153.67 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "25bb7452-f30c-4476-9a2b-66d55debf450") + ) + (pin "2" + (uuid "e89a9afb-2701-4f59-856a-5c9fb526a138") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 120.65 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b0cb") + (property "Reference" "#PWR022" + (at 120.65 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 120.777 150.4442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 120.65 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ef3f9a6c-5c26-44de-b327-16d2f910738a") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 106.68 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b0d1") + (property "Reference" "#PWR018" + (at 106.68 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 106.807 150.4442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 106.68 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 106.68 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 106.68 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "636be0dd-c1f9-4a1d-9ffc-855cf4fc282e") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 135.89 105.41 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b0e6") + (property "Reference" "R11" + (at 137.668 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 137.668 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 137.668 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 135.89 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 212.09 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "92a01dde-3487-4e9d-9c37-73c6fe04d15d") + ) + (pin "2" + (uuid "d5aac8e9-b308-4a1b-a35d-fd1c26c167d1") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 170.18 125.73 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b0fc") + (property "Reference" "R17" + (at 170.18 120.4722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "820k" + (at 170.18 122.7836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (at 170.18 123.952 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 170.18 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 300.99 15.24 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c1afcefa-3226-4b00-a33e-987a29592223") + ) + (pin "2" + (uuid "c4203582-5003-4e96-a118-28b8998fa335") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 154.94 125.73 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b102") + (property "Reference" "C16" + (at 154.94 119.3292 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10n" + (at 154.94 121.6406 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 151.13 126.6952 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 154.94 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c7b28a56-d4ed-4533-b907-fa787880696c") + ) + (pin "2" + (uuid "3c790920-6551-41bd-8128-bcb5539e8c7b") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 154.94 115.57 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b108") + (property "Reference" "C15" + (at 154.94 109.1692 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10n" + (at 154.94 111.4806 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 151.13 116.5352 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 154.94 115.57 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ee3e7110-e6e1-4b91-9445-d09407d26c9b") + ) + (pin "2" + (uuid "ba5601ce-6c96-4cae-bf2b-d805b25e0ecf") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 148.59 138.43 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b117") + (property "Reference" "R14" + (at 150.368 137.2616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "36k" + (at 150.368 139.573 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 150.368 138.43 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 148.59 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 237.49 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5f12c9fa-5395-4030-b80d-c5eca8f79d86") + ) + (pin "2" + (uuid "0768f983-2d1a-4da0-bfcd-6fc2ac123692") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 162.56 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b11d") + (property "Reference" "#PWR030" + (at 162.56 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 162.687 150.4442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 162.56 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 162.56 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "29b98e39-39f0-4250-bfe1-3a5938fbb456") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 148.59 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b123") + (property "Reference" "#PWR026" + (at 148.59 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 148.717 150.4442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 148.59 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 148.59 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 148.59 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "091f9ab0-2756-4e32-9799-a41ab82360a4") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 177.8 105.41 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b138") + (property "Reference" "R19" + (at 179.578 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 179.578 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 179.578 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 177.8 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 295.91 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5c823f4c-366c-4096-9e66-32598ec58ea4") + ) + (pin "2" + (uuid "c00dff64-9aca-43bc-a6cb-af99aa00fa3d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 210.82 125.73 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b14e") + (property "Reference" "R27" + (at 210.82 120.4722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "510k" + (at 210.82 122.7836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (at 210.82 123.952 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 210.82 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 341.63 -25.4 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2c110285-a58c-48e5-8202-0cf404b637f9") + ) + (pin "2" + (uuid "766387e0-1905-4a2f-98cf-a9b7b94805b3") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R27") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 195.58 125.73 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b154") + (property "Reference" "C26" + (at 195.58 119.3292 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7n" + (at 195.58 121.6406 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 191.77 126.6952 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 195.58 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 195.58 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f9e5bea8-4844-4f9d-be09-e86dd96baefe") + ) + (pin "2" + (uuid "63fd282f-475e-4cf0-bbbe-e290b0bf8c58") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C26") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 195.58 115.57 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b15a") + (property "Reference" "C25" + (at 195.58 109.1692 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7n" + (at 195.58 111.4806 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 191.77 116.5352 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 195.58 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 195.58 115.57 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c8a57fdc-4756-4642-b717-d66d7d8faef3") + ) + (pin "2" + (uuid "f043f3fe-d50e-4df3-bffa-536ba90d772d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C25") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 189.23 138.43 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b169") + (property "Reference" "R24" + (at 191.008 137.2616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "22k" + (at 191.008 139.573 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 191.008 138.43 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 318.77 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e21dac5f-36d0-489a-be5c-8e18abe915d0") + ) + (pin "2" + (uuid "9a232e9f-c55b-44bf-a474-7feb76349ed1") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 203.2 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b16f") + (property "Reference" "#PWR040" + (at 203.2 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 203.327 150.4442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 203.2 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 203.2 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 203.2 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f1efbea-2952-4635-acc5-38e9f09bec36") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR040") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 189.23 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b175") + (property "Reference" "#PWR036" + (at 189.23 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 189.357 150.4442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 189.23 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 189.23 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 189.23 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4e1d07b6-1152-4491-bd03-1f6da61e7417") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR036") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 218.44 105.41 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b18a") + (property "Reference" "R29" + (at 220.218 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 220.218 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 220.218 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 377.19 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "75cd3f86-5219-43b0-bd71-5258b4ff8c3a") + ) + (pin "2" + (uuid "15641123-b79d-4563-9f37-a90ba45dd4e3") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R29") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 252.73 125.73 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b1a0") + (property "Reference" "R39" + (at 252.73 120.4722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "620k" + (at 252.73 122.7836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 252.73 123.952 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 383.54 -67.31 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c1c16033-4896-4ff7-bd67-9aa083dbda68") + ) + (pin "2" + (uuid "f455e0aa-1c1f-429a-b77e-ef40b6c59200") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R39") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 237.49 125.73 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b1a6") + (property "Reference" "C35" + (at 237.49 119.3292 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1n" + (at 237.49 121.6406 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 233.68 126.6952 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 237.49 125.73 0) + (effects + (font + (size 1.27 1.27) + (bold yes) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 237.49 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b7f2531d-98ec-464b-9443-1892d8d118dc") + ) + (pin "2" + (uuid "25f7bc53-24d3-4ef3-9411-dfa4a267d14d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C35") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 237.49 115.57 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b1ac") + (property "Reference" "C34" + (at 237.49 109.1692 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1n" + (at 237.49 111.4806 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 233.68 116.5352 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 237.49 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 237.49 115.57 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0f71d534-53ef-48e1-a1bf-b7213cc3bd06") + ) + (pin "2" + (uuid "b6757c4b-5ad7-4f44-8591-306df7247b64") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C34") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 231.14 138.43 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b1bb") + (property "Reference" "R34" + (at 232.918 137.2616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "27k" + (at 232.918 139.573 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 232.918 138.43 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 231.14 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 402.59 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a7fa482c-988d-4ecb-9adc-9ea9a1ff155b") + ) + (pin "2" + (uuid "f4dcabc1-045b-47c0-ba76-45bdb598c878") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R34") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 245.11 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b1c1") + (property "Reference" "#PWR049" + (at 245.11 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 245.237 150.4442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 245.11 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 245.11 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 245.11 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fb8da5f4-f8ea-4f92-a8ba-c4fa8dd50567") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR049") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 231.14 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b1c7") + (property "Reference" "#PWR044" + (at 231.14 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 231.267 150.4442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 231.14 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 231.14 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e744c5ab-3a45-42f5-87c2-20de9a63dc83") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR044") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 260.35 105.41 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0b1dc") + (property "Reference" "R42" + (at 262.128 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 262.128 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 262.128 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 260.35 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 461.01 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e6914fb8-2f62-467d-9790-f60de0f95b76") + ) + (pin "2" + (uuid "64c81473-8aaf-478a-b3c0-0d34336a8f2f") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R42") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 274.32 148.59 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f299c3") + (property "Reference" "R44" + (at 276.098 147.4216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "130k" + (at 276.098 149.733 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 276.098 148.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 274.32 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 488.95 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "529ac2c2-f662-46b7-95df-fd5ad2a2897b") + ) + (pin "2" + (uuid "a3e3ed6d-65a9-4f76-972a-ae6b367ed1e1") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R44") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 269.24 148.59 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f2a898") + (property "Reference" "C39" + (at 264.16 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "220p" + (at 264.16 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 268.2748 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 269.24 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 269.24 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "18cb9d09-aefe-4b9c-844a-9eb094b0c3ff") + ) + (pin "2" + (uuid "9c51e52e-9854-4331-a896-f015d3e15efd") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C39") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 269.24 152.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f2d101") + (property "Reference" "#PWR053" + (at 269.24 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 269.367 156.7942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 269.24 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 269.24 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 269.24 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c961f750-fd1a-4830-94e8-347adb001faa") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR053") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 274.32 152.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f2d61c") + (property "Reference" "#PWR054" + (at 274.32 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 274.447 156.7942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 274.32 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 274.32 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 274.32 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "60bb1527-3327-4ddc-8cd6-51f08390c5fa") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR054") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 285.75 142.24 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f372b4") + (property "Reference" "R48" + (at 285.75 136.9822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 285.75 139.2936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 285.75 140.462 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 285.75 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 400.05 -83.82 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "45801e50-45ec-4892-af18-34a3e6ab3fad") + ) + (pin "2" + (uuid "94f5a11a-872b-4ded-bf25-25c487809b9e") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R48") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 285.75 118.11 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f3db96") + (property "Reference" "R47" + (at 285.75 112.8522 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "16.5k" + (at 285.75 115.1636 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 285.75 116.332 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 285.75 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 424.18 -107.95 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3ef2456-c9df-459e-a989-f7266e1e0394") + ) + (pin "2" + (uuid "58fe7b80-c41b-4625-b4aa-4d9fa9d2f3e9") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R47") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x07_Socket") + (at 74.93 208.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f547e9") + (property "Reference" "J7" + (at 75.6412 207.6196 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "01x07 Female" + (at 75.6412 209.931 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x07_P2.54mm_Vertical" + (at 74.93 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 74.93 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x07, script generated" + (at 74.93 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "49bc28f8-4561-466e-98dd-ab9a1d368fa0") + ) + (pin "2" + (uuid "8effe614-398f-4143-a31f-db2ba92cb67a") + ) + (pin "3" + (uuid "8845d31f-14fa-4322-a2c3-b3c56e57fb37") + ) + (pin "4" + (uuid "c0b089be-7bb0-4ba0-8150-d94f24545037") + ) + (pin "5" + (uuid "06e0ad58-b06d-4a63-9bbc-f2957935489b") + ) + (pin "6" + (uuid "56a399dc-806f-408f-82b5-0a5007f6ceec") + ) + (pin "7" + (uuid "f6941eca-0650-40ad-9138-2a896a1dce21") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 316.23 97.79 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f8f3c6") + (property "Reference" "R54" + (at 318.008 96.6216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "33k" + (at 318.008 98.933 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 318.008 97.79 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 316.23 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 572.77 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0dc60528-5f64-4d9e-8f5c-9d5513816608") + ) + (pin "2" + (uuid "6a25fe58-1b8d-491c-bbac-f6993a526500") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R54") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x05_Socket") + (at 373.38 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f967b2") + (property "Reference" "J3" + (at 374.0912 56.4896 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "01x05 Female" + (at 374.0912 58.801 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" + (at 373.38 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 373.38 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 373.38 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3a1bffa0-211d-423a-9f5b-d1edca3eb132") + ) + (pin "2" + (uuid "4e598662-624a-44b1-af22-ded55778f056") + ) + (pin "3" + (uuid "74f895f2-bd51-40f2-8fe4-e39d86f7d476") + ) + (pin "4" + (uuid "5562cfe2-709b-4db8-9b3d-e610d8104de9") + ) + (pin "5" + (uuid "0125034e-574b-45aa-bff8-2870b04837e5") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 368.3 52.07 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f970f0") + (property "Reference" "#PWR0101" + (at 361.95 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 365.0488 52.197 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 368.3 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 368.3 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 368.3 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cde73a30-8337-49f6-b83b-7f969bf135ef") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 342.9 234.95 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060fe72f8") + (property "Reference" "#FLG02" + (at 342.9 236.855 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 342.9 239.3442 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 342.9 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 342.9 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 342.9 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "841a628d-4946-4659-94b0-51955a9182cb") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 349.25 234.95 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060fe72f9") + (property "Reference" "#PWR011" + (at 349.25 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 349.631 230.5558 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 349.25 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 349.25 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 349.25 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "37adf3b0-54ca-4326-89ac-a34257faa648") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 355.6 237.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060fe72fa") + (property "Reference" "#PWR012" + (at 355.6 243.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 355.727 241.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 355.6 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 355.6 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 355.6 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d24069f2-9392-4038-8b1f-525c8641a962") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 365.76 232.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060fe72fb") + (property "Reference" "H1" + (at 368.3 231.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 368.3 233.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 365.76 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 365.76 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 365.76 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x06_Socket") + (at 64.77 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006108eda7") + (property "Reference" "J6" + (at 65.4812 118.7196 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "01x06 Female" + (at 65.4812 121.031 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" + (at 64.77 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 64.77 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated" + (at 64.77 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "98c66e4a-ed32-42e7-91d4-a54cd21812a4") + ) + (pin "2" + (uuid "dfcbd5c7-f0dc-46a6-abb0-3e12bf21780d") + ) + (pin "3" + (uuid "0f18e064-18d9-4ae8-9c79-cf927883e97c") + ) + (pin "4" + (uuid "679d2134-3239-4e47-a4e5-4ebedeeaf8a8") + ) + (pin "5" + (uuid "1575dc57-1934-4a48-a503-e83e75e7244b") + ) + (pin "6" + (uuid "6c31f382-29e5-4f59-916f-7fccbec4bdb7") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 59.69 113.03 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061091219") + (property "Reference" "#PWR0103" + (at 63.5 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 56.4388 112.649 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 59.69 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 59.69 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9b146a55-198b-471f-b9db-9fb27301ca2b") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR0103") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 231.14 193.04 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006109bbbe") + (property "Reference" "R5" + (at 232.918 191.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "82k" + (at 232.918 194.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 232.918 193.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 231.14 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 402.59 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ce0c9b6b-b49d-429e-a1f6-930a1ad9b53e") + ) + (pin "2" + (uuid "de92188e-2fe3-4802-82ac-e968b89dd9bb") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 231.14 182.88 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006109c867") + (property "Reference" "C36" + (at 226.06 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "680p" + (at 226.06 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.0mm_W4.5mm_P5.00mm" + (at 230.1748 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 231.14 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 231.14 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8701507f-7495-41c9-84fb-786dc8acfe98") + ) + (pin "2" + (uuid "dc360274-10a3-4f2c-91c5-291bb0e9411e") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C36") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 287.02 191.77 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610c2dbe") + (property "Reference" "R13" + (at 288.798 190.6016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "68k" + (at 288.798 192.913 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 288.798 191.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 287.02 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 514.35 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c958bb34-e1e0-4f4d-8e69-8ef31cf24997") + ) + (pin "2" + (uuid "92b41bcd-d06d-497e-b4e2-cc1720d7be54") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 287.02 181.61 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610c339d") + (property "Reference" "C45" + (at 292.1 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "220p" + (at 292.1 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 286.0548 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 287.02 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 287.02 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b250802b-7905-47dc-ad65-7d3e23a84245") + ) + (pin "2" + (uuid "a51f6d0e-de46-4c3e-bb92-8cc37da27525") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C45") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 269.24 105.41 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610f12dc") + (property "Reference" "R7" + (at 271.018 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "130k" + (at 271.018 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 271.018 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 269.24 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 478.79 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8ebe8738-16bb-4671-8e8b-6e62436fa20c") + ) + (pin "2" + (uuid "2af950b1-7409-455c-aa49-e161bc0a7879") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 269.24 97.79 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610f20b6") + (property "Reference" "C43" + (at 264.16 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "220p" + (at 264.16 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 268.2748 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 269.24 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 269.24 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e3477dbf-7b8a-4395-8767-c4e556e4da4b") + ) + (pin "2" + (uuid "e8edad13-d7a0-4540-a1d4-9e1fb4f6fb41") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C43") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 236.22 233.68 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061131960") + (property "Reference" "R36" + (at 237.998 232.5116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "82k" + (at 237.998 234.823 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 237.998 233.68 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 236.22 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 412.75 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8a52788e-851e-4527-9c68-1c2e77382980") + ) + (pin "2" + (uuid "4dda51ea-f7e3-497b-960e-8c1c21ddf650") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R36") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 231.14 233.68 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061131966") + (property "Reference" "C33" + (at 226.06 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "680p" + (at 226.06 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.0mm_W4.5mm_P5.00mm" + (at 230.1748 229.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 231.14 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 231.14 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "580001aa-8235-48fc-87c7-a847444586c6") + ) + (pin "2" + (uuid "4c109fea-fe35-43cd-98ce-2eb76137fa36") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C33") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 231.14 237.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006113196c") + (property "Reference" "#PWR045" + (at 231.14 243.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 231.267 241.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 231.14 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 231.14 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3b264de9-4d0c-42ed-9138-3c9dabee3696") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR045") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 236.22 237.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061131972") + (property "Reference" "#PWR046" + (at 236.22 243.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 236.347 241.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 236.22 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 236.22 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 236.22 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b939aa3b-034a-40d0-924f-3271098595d7") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR046") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 247.65 227.33 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061131978") + (property "Reference" "R38" + (at 247.65 222.0722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 247.65 224.3836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 247.65 225.552 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 247.65 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 276.86 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2fd525c3-b4a5-4bb6-95aa-baef5d58172d") + ) + (pin "2" + (uuid "42e0b497-286a-42e5-98a9-a5d4d7b50a9d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R38") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 247.65 203.2 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006113198a") + (property "Reference" "R37" + (at 247.65 197.9422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "16.5k" + (at 247.65 200.2536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 247.65 201.422 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 247.65 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 300.99 15.24 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e65a2086-7418-4b8f-8a39-e2cf09b826cd") + ) + (pin "2" + (uuid "fb2db95a-b3ab-46ee-8e44-f4f8e1411c3a") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R37") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 278.13 182.88 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000611319bf") + (property "Reference" "R46" + (at 279.908 181.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "33k" + (at 279.908 184.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 279.908 182.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 278.13 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 496.57 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "235ec840-6fe9-47e8-aed5-724046c53b3f") + ) + (pin "2" + (uuid "8415bbce-24c3-4e6c-acda-35099ee3b330") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R46") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 292.1 233.68 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061172046") + (property "Reference" "R50" + (at 293.878 232.5116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "68k" + (at 293.878 234.823 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 293.878 233.68 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 292.1 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 292.1 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "befd4089-387e-42a9-a623-d2d12dac6ec5") + ) + (pin "2" + (uuid "6adb4708-7713-489b-b9f9-64b12516da21") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R50") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 287.02 233.68 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006117204c") + (property "Reference" "C44" + (at 281.94 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "220p" + (at 281.94 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2" + (at 286.0548 229.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 287.02 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 287.02 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bbe8e30d-1c2e-49ee-9c6b-bdc8ed3e7f04") + ) + (pin "2" + (uuid "670434df-d4ca-4bbe-962e-9c37bdcadd78") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C44") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 287.02 237.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061172052") + (property "Reference" "#PWR057" + (at 287.02 243.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 287.147 241.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 287.02 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 287.02 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 287.02 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fe2c3c93-e75d-477c-8725-eb342d92f4d1") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR057") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 292.1 237.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061172058") + (property "Reference" "#PWR058" + (at 292.1 243.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 292.227 241.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 292.1 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 292.1 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 292.1 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "14869bc7-a399-4902-864e-4e563f3d4793") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR058") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 303.53 227.33 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006117205e") + (property "Reference" "R53" + (at 303.53 222.0722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 303.53 224.3836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 303.53 225.552 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 303.53 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 332.74 -16.51 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "012ede6f-7862-4804-b89f-f5354bd7b872") + ) + (pin "2" + (uuid "83326781-ae37-4f12-b7b0-b8f8e0f7a728") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R53") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 303.53 203.2 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061172070") + (property "Reference" "R52" + (at 303.53 197.9422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "15.4k" + (at 303.53 200.2536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 303.53 201.422 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 303.53 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 356.87 -40.64 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "952d4823-a982-440f-bf82-595615563354") + ) + (pin "2" + (uuid "c1cbda1b-2305-4d97-8468-1a6bed162811") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R52") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 334.01 182.88 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000611720a5") + (property "Reference" "R57" + (at 335.788 181.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "22k" + (at 335.788 184.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 335.788 182.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 334.01 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 608.33 256.54 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3b61e718-d8b6-41c1-9a58-98ad21c68960") + ) + (pin "2" + (uuid "89ea360f-dca1-4353-9f3f-96c19ef66a2f") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R57") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 81.28 264.16 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006118106a") + (property "Reference" "#PWR0102" + (at 81.28 270.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 81.407 268.5542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 81.28 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 81.28 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 81.28 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "001ee0a4-e575-45f6-bff3-fbef12047a93") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 128.27 139.7 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006128773b") + (property "Reference" "U1" + (at 128.27 130.3782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 128.27 132.6896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 128.27 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 128.27 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 128.27 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "efc8f2f5-10b8-4afd-ba60-985ca2ba8f5e") + ) + (pin "2" + (uuid "4e1d2f63-4827-48a0-a981-e7a37e8d72a4") + ) + (pin "3" + (uuid "233f75fa-26eb-4229-91d5-fbf071c3e180") + ) + (pin "5" + (uuid "2bf34b7c-94ca-4ac8-94c5-6312536f342f") + ) + (pin "6" + (uuid "61e795c9-5bb5-48b3-b7a0-cb64f04c7adc") + ) + (pin "7" + (uuid "ca12753c-a5f4-49a4-bb14-a01420a86edb") + ) + (pin "4" + (uuid "eca73914-6f4b-487c-b8f6-6bedca0fa3fb") + ) + (pin "8" + (uuid "9b396834-9f2e-4234-8e77-e2f453053d8c") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 128.27 227.33 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000612882d4") + (property "Reference" "U1" + (at 128.27 218.0082 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 128.27 220.3196 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 128.27 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 128.27 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 128.27 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cc0d08d7-1c65-4883-9efb-f30fa51da8b0") + ) + (pin "2" + (uuid "5fc32f47-b50c-49bd-8a82-dd68c0426109") + ) + (pin "3" + (uuid "1a8a76a0-6023-468a-bf57-4aeb52d09b1d") + ) + (pin "5" + (uuid "ec290d34-322a-4115-9f2c-bda910f03c7f") + ) + (pin "6" + (uuid "dedc9e73-cd55-41cf-a5e7-9eff53c3f534") + ) + (pin "7" + (uuid "ffdbacf0-b74e-4267-85e2-b75f85c8f435") + ) + (pin "4" + (uuid "c21b20df-9e93-4f8b-bf07-89242b210ced") + ) + (pin "8" + (uuid "7f5c5a33-bffa-44be-b723-f59e60ea9e4b") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 95.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061318542") + (property "Reference" "R4" + (at 65.278 94.0816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "470k" + (at 65.278 96.393 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 61.722 95.25 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 59.69 -66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9c339621-8fb3-41c6-870e-7a83e5295657") + ) + (pin "2" + (uuid "d6d585b8-399f-4079-b82d-ec7e073560f0") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 57.15 88.9 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000613189f2") + (property "Reference" "R3" + (at 57.15 83.6422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3.3k" + (at 57.15 85.9536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 57.15 87.122 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 57.15 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 224.79 91.44 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7ad1d1b8-0a16-4ccc-a134-db5abddb61f9") + ) + (pin "2" + (uuid "03e18610-5235-43ea-a3e0-9c74dfc34f17") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 99.06 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006131a84e") + (property "Reference" "#PWR015" + (at 63.5 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.627 103.4542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 63.5 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "408ac733-2b8d-46b8-8fa4-ed51aa127340") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 170.18 227.33 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061417169") + (property "Reference" "U2" + (at 170.18 218.0082 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 170.18 220.3196 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 170.18 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 170.18 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 170.18 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c065b0a4-0b93-48f2-9339-44d26009eb1c") + ) + (pin "2" + (uuid "8e73e860-7df5-47ee-9d85-a51cffff4073") + ) + (pin "3" + (uuid "9a1807dc-d64a-4457-9c2b-93b6612c3b2e") + ) + (pin "5" + (uuid "65b9eb01-a28f-42e0-bb05-9dc5a9d9057c") + ) + (pin "6" + (uuid "b0956b06-fed7-43cc-8ed9-7074cc95807d") + ) + (pin "7" + (uuid "6e20e3f0-02b3-4c4f-b13c-c6fa198de349") + ) + (pin "4" + (uuid "d7cdfc88-84f0-4354-8fda-98af7b5493ec") + ) + (pin "8" + (uuid "86ed86f4-0151-45c5-905f-b4a048144531") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U2") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 210.82 227.33 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061419059") + (property "Reference" "U3" + (at 210.82 218.0082 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 210.82 220.3196 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 210.82 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 210.82 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 210.82 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cf646d51-a95b-4acb-92eb-03438484ca3f") + ) + (pin "2" + (uuid "f6fee84b-bfc5-4648-8e13-9d6d04247a23") + ) + (pin "3" + (uuid "518a4131-64e9-4ba1-a442-4691a53e2b81") + ) + (pin "5" + (uuid "c0bec279-4f4f-45b9-b4c9-d464e5bb5168") + ) + (pin "6" + (uuid "3c60100c-89fb-4346-a3d2-75a9bbd94aad") + ) + (pin "7" + (uuid "4f42cefa-274f-4d84-a3a9-6d93a562a3ef") + ) + (pin "4" + (uuid "8ef3e563-c1f8-49c5-a3f8-41d88bb0ede4") + ) + (pin "8" + (uuid "9a573a5f-16ed-4bac-a9aa-25b5d86e5dd3") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U3") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 247.65 215.9 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006141ad62") + (property "Reference" "U4" + (at 247.65 206.5782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 247.65 208.8896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 247.65 215.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 247.65 215.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 247.65 215.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21a00f46-105c-4e4b-a84f-ed4acb136567") + ) + (pin "2" + (uuid "6a7b2059-d977-4612-95c2-3fe01e6e1434") + ) + (pin "3" + (uuid "97c3e317-415d-4b4f-8101-e9340ae149a3") + ) + (pin "5" + (uuid "433a6e2c-e28f-42e6-9de8-ce9efb0d814d") + ) + (pin "6" + (uuid "a5d68acb-493d-4a7d-8f7f-517ebcebec51") + ) + (pin "7" + (uuid "4f878204-8435-49a6-bf01-1375408a7663") + ) + (pin "4" + (uuid "bd5bb503-514b-468b-8abd-7e31ffd332b7") + ) + (pin "8" + (uuid "e6e4ba06-5100-4065-b809-01784b64c06b") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U4") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 170.18 139.7 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000614243cc") + (property "Reference" "U2" + (at 170.18 130.3782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 170.18 132.6896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 170.18 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 170.18 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 170.18 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "544cd2da-24c9-4666-8833-e1c30dc2ba90") + ) + (pin "2" + (uuid "585984a6-076a-4c19-a565-3361668ddc40") + ) + (pin "3" + (uuid "6902cc01-da9a-4cfc-b2f7-35a26bbf04e9") + ) + (pin "5" + (uuid "3661902e-90e5-456c-bea6-67cccf66598c") + ) + (pin "6" + (uuid "303c400a-1ac8-4f8f-ae11-254f46fa0fb3") + ) + (pin "7" + (uuid "fc5e93f7-8264-46ce-a278-5944e151e5a7") + ) + (pin "4" + (uuid "ae3c331f-8808-430e-931c-7d9b2cc37f5b") + ) + (pin "8" + (uuid "4cd135a5-fdd1-4851-864a-dadf7c96d9ff") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 210.82 139.7 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006142cdaf") + (property "Reference" "U3" + (at 210.82 130.3782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 210.82 132.6896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 210.82 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 210.82 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 210.82 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f26cc58e-e0ad-4f23-8ef3-2adaeac72be6") + ) + (pin "2" + (uuid "185a18f6-1e1f-483c-94e2-d40a3da6d703") + ) + (pin "3" + (uuid "e1e0da89-8dcf-4b95-88c7-dadae5083d45") + ) + (pin "5" + (uuid "8cc78138-26c2-4be3-a4bd-4ad124dd5c3d") + ) + (pin "6" + (uuid "959ed360-eb0a-4a79-8f34-5faaf7fec5ad") + ) + (pin "7" + (uuid "b67591ef-79c1-406a-9cdd-2d6de62566a6") + ) + (pin "4" + (uuid "85c4eb9a-1efe-40fd-86af-36f89108b5f9") + ) + (pin "8" + (uuid "d1c3595d-d061-4c53-823c-19aa0d9a8865") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 252.73 139.7 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006142da51") + (property "Reference" "U4" + (at 252.73 130.3782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 252.73 132.6896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 252.73 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 252.73 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 252.73 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5ff52b57-ef9e-4f94-a9c9-61e5ac4b83da") + ) + (pin "2" + (uuid "4f28ebaf-a424-4fd7-bd68-4f2802c11914") + ) + (pin "3" + (uuid "596ad3fd-3554-4880-b141-b89840e4e442") + ) + (pin "5" + (uuid "54801b85-fd78-4df4-a039-798d15f1a062") + ) + (pin "6" + (uuid "67ed65af-3dae-472c-882d-b64c8e40e12c") + ) + (pin "7" + (uuid "61a8149a-2c46-4891-a026-d1321b4c0b29") + ) + (pin "4" + (uuid "1e4121a8-838d-461e-bd87-c7b273513df5") + ) + (pin "8" + (uuid "139dad75-0222-4e43-bc59-5c28bfe18b85") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 214.63 63.5 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061431e3a") + (property "Reference" "U9" + (at 214.63 54.1782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 214.63 56.4896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 214.63 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 214.63 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 214.63 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "76428275-124a-44dd-b3b9-3b1c2ec4ae84") + ) + (pin "2" + (uuid "f0226c4c-3d26-444f-b8c4-b9528f9282f3") + ) + (pin "3" + (uuid "6d74652c-3d2b-4087-af5a-dad9db0c63f1") + ) + (pin "5" + (uuid "3fe74e96-d630-4db9-83b3-437a4cba15b4") + ) + (pin "6" + (uuid "ef996d8d-e885-4c54-b48b-e12cd0bd7e8e") + ) + (pin "7" + (uuid "03ae5596-bc68-4919-b712-a127d93338cc") + ) + (pin "4" + (uuid "ae2d0972-d851-4e32-b78e-a1894c29cfe1") + ) + (pin "8" + (uuid "fc153f76-4971-47fe-9c36-88d5ca4ab507") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 323.85 200.66 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000614329b5") + (property "Reference" "U10" + (at 323.85 191.3382 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 323.85 193.6496 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 323.85 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 323.85 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 323.85 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dde911d8-e684-4acb-b148-28ee3c11cf89") + ) + (pin "2" + (uuid "5e386539-c10c-4ae2-9088-58e8b6571b5a") + ) + (pin "3" + (uuid "3b7391b0-88d4-4303-ac56-a443b823a699") + ) + (pin "5" + (uuid "1b6f5437-7cc3-4fb0-a914-07fa3cdc968c") + ) + (pin "6" + (uuid "5edbc061-8621-4c13-864b-a2a2b212044e") + ) + (pin "7" + (uuid "f09eeb0b-a016-4287-8ed5-683b4c4b51a3") + ) + (pin "4" + (uuid "158af5df-cc1b-4506-bbe6-cb7505295b5b") + ) + (pin "8" + (uuid "2fc6c800-22f6-42f6-a664-0677d01cefba") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 214.63 35.56 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061435445") + (property "Reference" "U9" + (at 214.63 26.2382 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 214.63 28.5496 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 214.63 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 214.63 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 214.63 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d0823f78-79d3-470b-87e6-694e750395bc") + ) + (pin "2" + (uuid "20ac7a70-5cb9-4418-b061-8e4ee8d36b79") + ) + (pin "3" + (uuid "18406746-0f9d-4d88-9ef2-8423e08576f0") + ) + (pin "5" + (uuid "23e8f6a7-30b7-401a-a700-bea60a7c628f") + ) + (pin "6" + (uuid "0ddc588d-d229-46bb-b441-49eaa4ad4bf5") + ) + (pin "7" + (uuid "071488e9-807f-4b64-9d5c-31f601fa1699") + ) + (pin "4" + (uuid "a1bbbcb7-3394-4d47-a7e2-c5aca5915b62") + ) + (pin "8" + (uuid "ccefc75b-fd16-4e82-963f-281710a98051") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U9") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 76.2 86.36 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061437628") + (property "Reference" "U10" + (at 76.2 77.0382 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 76.2 79.3496 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 76.2 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 76.2 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 76.2 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f2c9904-545b-4337-acd6-8707e0924818") + ) + (pin "2" + (uuid "70b621b6-45b5-43cb-9683-d589118723d7") + ) + (pin "3" + (uuid "f46f4b86-daf6-4869-98cb-928039f00f5f") + ) + (pin "5" + (uuid "ac94c12d-1e2f-4700-9b45-563c04d5170a") + ) + (pin "6" + (uuid "4563c901-e88b-4285-ab90-78eeaecf726f") + ) + (pin "7" + (uuid "a2043fd9-86c0-4c63-be15-84aded65ab85") + ) + (pin "4" + (uuid "fd1d5da9-cff8-4c76-9b2b-14585edbbb1e") + ) + (pin "8" + (uuid "3f40e620-2b34-4c9e-b852-1ba39e3dbc3a") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U10") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 267.97 200.66 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000614f7294") + (property "Reference" "U5" + (at 267.97 191.3382 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 267.97 193.6496 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 267.97 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 267.97 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 267.97 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "56d5d2e4-dbd9-4665-9c2f-4cd76f3e3bd2") + ) + (pin "2" + (uuid "efb5ebae-d680-4d30-add6-fa2b005bc2e3") + ) + (pin "3" + (uuid "9d29d03c-427b-4b84-bf4f-2d6f7ba5364a") + ) + (pin "5" + (uuid "51107cad-464c-4075-bac5-2efb14d00ec2") + ) + (pin "6" + (uuid "851b32c9-5dcf-4baf-b10e-f1b1cb643c8a") + ) + (pin "7" + (uuid "bb552a7f-bf67-44e1-abd2-3b81e38d350b") + ) + (pin "4" + (uuid "d432cbe6-4998-44d8-87df-626563ccc34f") + ) + (pin "8" + (uuid "d82759b1-57a0-4293-812e-59347193bfc5") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U5") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 285.75 130.81 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000614f8488") + (property "Reference" "U5" + (at 285.75 121.4882 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 285.75 123.7996 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 285.75 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 285.75 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 285.75 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e865904f-7e59-45d5-b0ee-c0971cc749e5") + ) + (pin "2" + (uuid "0dcfeaa9-76ea-497e-8640-5372db2e03fc") + ) + (pin "3" + (uuid "ef6726ff-8ec7-4eec-9d31-3ee7890fa3c3") + ) + (pin "5" + (uuid "ac5a5c45-797a-4bbe-bfd5-5ce5a8aa3463") + ) + (pin "6" + (uuid "8c497335-9f19-4d8f-81b9-d3f6e5560190") + ) + (pin "7" + (uuid "ba80136a-34d0-4a97-a9c9-c43ab3f7be6e") + ) + (pin "4" + (uuid "93b580d1-c2df-48c4-9d06-465ca9d3eebc") + ) + (pin "8" + (uuid "95e16380-a797-4ef6-bc92-67bfd44afe75") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 303.53 215.9 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000614fd353") + (property "Reference" "U6" + (at 303.53 206.5782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 303.53 208.8896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 303.53 215.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 303.53 215.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 303.53 215.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "250e48fb-e2d3-44be-a21e-1a17c0d65000") + ) + (pin "2" + (uuid "1418a8af-ecf9-4c29-a7a3-d0ed1e478705") + ) + (pin "3" + (uuid "fb134e24-116f-4c1a-a910-69e228b2dca7") + ) + (pin "5" + (uuid "463eba6d-6e91-4de9-aa0c-6860efec82bd") + ) + (pin "6" + (uuid "4058daa3-07dc-498a-89dd-e985387aac1f") + ) + (pin "7" + (uuid "872d8c18-cf86-48cb-8d10-c99b3e6635cd") + ) + (pin "4" + (uuid "819f78e6-941f-4dad-85f1-b4c7c6b3f0f2") + ) + (pin "8" + (uuid "e99125d6-a0ca-4b37-842b-335296080c6e") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U6") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 306.07 115.57 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000614fd359") + (property "Reference" "U6" + (at 306.07 106.2482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 306.07 108.5596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 306.07 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 306.07 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 306.07 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8bca9fed-fb08-4666-98bd-67645ac0bd2c") + ) + (pin "2" + (uuid "5f396248-db41-43e6-97e5-75706deb1323") + ) + (pin "3" + (uuid "01646aa5-b054-43f1-b5f8-0f1ab9601ac9") + ) + (pin "5" + (uuid "be78c320-66c9-47db-84c6-e07682b2c3ee") + ) + (pin "6" + (uuid "06691abe-4a61-4d84-ab64-63ace23bf8b5") + ) + (pin "7" + (uuid "e41ebddf-cb62-48cb-abb2-1cc22a5eecdd") + ) + (pin "4" + (uuid "5632ff9d-82e3-45b5-a86b-5a4683beef51") + ) + (pin "8" + (uuid "24e41c56-597e-4023-adfa-f1d5bfd2a519") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 187.96 22.86 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006152ccd3") + (property "Reference" "R21" + (at 187.96 17.6022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47k" + (at 187.96 19.9136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 187.96 21.082 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 187.96 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 421.64 -105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "17993541-71ea-47e8-946a-47b818ba6406") + ) + (pin "2" + (uuid "cacfc9f7-e18c-40c1-a949-7c5256add29e") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 187.96 52.07 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061544393") + (property "Reference" "R22" + (at 187.96 46.8122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47k" + (at 187.96 49.1236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 187.96 50.292 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 187.96 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 392.43 -76.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8432af17-d9d1-4038-a3b4-eb50d03a9576") + ) + (pin "2" + (uuid "234c5a31-529a-4828-b04b-c5ce3023a64d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 177.8 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006158d02e") + (property "Reference" "#PWR032" + (at 177.8 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 177.927 47.5742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 177.8 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 177.8 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 177.8 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e4f53663-9111-480a-a376-446fa24f18af") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 177.8 71.12 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000615a6cdb") + (property "Reference" "#PWR033" + (at 177.8 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 177.927 75.5142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 177.8 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 177.8 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 177.8 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eb1c5eb1-c501-4daf-85a8-75c35a1a05d0") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 259.08 40.64 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061702931") + (property "Reference" "R40" + (at 259.08 35.3822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47k" + (at 259.08 37.6936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 259.08 38.862 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 259.08 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 474.98 -158.75 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7dc02738-2026-423c-a1ab-8ca246501d68") + ) + (pin "2" + (uuid "ecba0b1f-9751-4d4b-ad89-2b58f9d28710") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R40") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 259.08 45.72 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061702c9b") + (property "Reference" "R41" + (at 259.08 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47k" + (at 259.08 50.8 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 259.08 43.942 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 259.08 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 469.9 -153.67 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2d425aaf-6786-4116-9798-40fb7ef65982") + ) + (pin "2" + (uuid "f710978f-fe41-4544-ab3a-e1eca2bba716") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R41") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 278.13 45.72 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006173eb72") + (property "Reference" "U7" + (at 278.13 36.3982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 278.13 38.7096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 278.13 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 278.13 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 278.13 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "10707485-b23a-46f0-a552-98cc160e15e3") + ) + (pin "2" + (uuid "96b8d77a-fc8b-47f4-8f22-b4fc49b5a4b6") + ) + (pin "3" + (uuid "8eda4182-2203-4858-a974-e2cf1e7c4518") + ) + (pin "5" + (uuid "de673e63-5f43-4989-8aea-860e28e93f50") + ) + (pin "6" + (uuid "4ab287b0-f7e5-4d54-ac56-3885f4c05418") + ) + (pin "7" + (uuid "ff667a13-f89b-40a5-99a3-00684de2da09") + ) + (pin "4" + (uuid "5f6e226e-a567-408b-beb0-c8a8e2ec508f") + ) + (pin "8" + (uuid "f37be837-3bee-4441-b239-c214f98ba58a") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 312.42 48.26 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006173f610") + (property "Reference" "U7" + (at 312.42 38.9382 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 312.42 41.2496 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 312.42 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 312.42 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 312.42 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9d221b3b-0bfe-4439-a426-0f2594b9c7bf") + ) + (pin "2" + (uuid "e12656ad-962f-4bd5-a35d-a45aa6b4e27e") + ) + (pin "3" + (uuid "3450ae82-42ae-493f-904b-d8b1a09c107a") + ) + (pin "5" + (uuid "21c68380-a80d-4471-9923-d543922a628d") + ) + (pin "6" + (uuid "a613688b-af96-40f1-8cff-d00d11843502") + ) + (pin "7" + (uuid "a9696e43-3f81-4aa9-901f-150c6a0da3d7") + ) + (pin "4" + (uuid "119a2ba9-03f2-48af-8f1a-4a96cb25a3bf") + ) + (pin "8" + (uuid "f252e204-5b1e-4386-b15b-42d6a51ae097") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U7") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 269.24 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061741033") + (property "Reference" "#PWR052" + (at 269.24 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 269.367 53.9242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 269.24 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 269.24 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 269.24 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9405f647-e448-4386-8bf7-c13bb271e053") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR052") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 278.13 31.75 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006179c677") + (property "Reference" "R45" + (at 278.13 26.4922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47k" + (at 278.13 28.8036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 278.13 29.972 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 278.13 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 502.92 -186.69 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21369b08-1bff-4f98-918a-659f79480c26") + ) + (pin "2" + (uuid "65468f38-40df-4029-89c2-dcb526897328") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R45") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 278.13 21.59 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006179d296") + (property "Reference" "C42" + (at 278.13 15.1892 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47p" + (at 278.13 17.5006 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 274.32 22.5552 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 278.13 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 278.13 21.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "de891876-30ed-40a2-88f0-d58c6deb7e09") + ) + (pin "2" + (uuid "64cb07f9-8c91-460b-885e-03098c18f41d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C42") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 303.53 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000617ff9ea") + (property "Reference" "#PWR059" + (at 303.53 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 303.657 56.4642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 303.53 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 303.53 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 303.53 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f156277b-ad50-487a-90ac-439c798af40d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR059") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 313.69 34.29 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061821140") + (property "Reference" "C46" + (at 313.69 27.8892 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47p" + (at 313.69 30.2006 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 309.88 35.2552 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 313.69 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 313.69 34.29 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8ac6c044-1d65-4e53-98c3-3304aeb04370") + ) + (pin "2" + (uuid "ca3676ac-668b-42a0-872f-752e7bcbbe23") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C46") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 322.58 24.13 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000618216fa") + (property "Reference" "R55" + (at 322.58 18.8722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7k" + (at 322.58 21.1836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 322.58 22.352 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 322.58 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 554.99 -238.76 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "68551524-5d23-4a54-a0a7-07cbb43d361d") + ) + (pin "2" + (uuid "1f7b2375-f101-4156-b489-2943ece797e5") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R55") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 326.39 48.26 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061821c3b") + (property "Reference" "R56" + (at 326.39 43.0022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 326.39 45.3136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 326.39 46.482 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 326.39 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 534.67 -218.44 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5b649954-63b3-4710-8410-8de8989850ed") + ) + (pin "2" + (uuid "5936fdb2-ed18-43ad-8d2b-2a5aefb43378") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R56") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 294.64 45.72 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061844d41") + (property "Reference" "R51" + (at 294.64 40.4622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7k" + (at 294.64 42.7736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 294.64 43.942 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 294.64 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 505.46 -189.23 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f896089f-8db4-47b2-b999-7b14d0a949f9") + ) + (pin "2" + (uuid "a9cc9122-0c5d-492f-a732-d8fe9ef5c243") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R51") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 187.96 38.1 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061994624") + (property "Reference" "U8" + (at 187.96 28.7782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 187.96 31.0896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 187.96 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 187.96 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 187.96 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7759bcaf-350b-4897-a675-aaf4fb3e75fe") + ) + (pin "2" + (uuid "28f5d24e-b605-4fad-9e07-a157526f5710") + ) + (pin "3" + (uuid "cba11463-444d-4fb1-9f76-b3065c51a98b") + ) + (pin "5" + (uuid "1d81f9ac-4484-4ebf-83e8-7de0cb40f383") + ) + (pin "6" + (uuid "76ab51e7-5edb-4045-85a9-a4f7d7d7dc2b") + ) + (pin "7" + (uuid "9c49252c-ff22-49be-955d-da43dd8a46f4") + ) + (pin "4" + (uuid "e4f6c439-e664-4982-a00a-ae1d4844df2b") + ) + (pin "8" + (uuid "4b9a4b22-a241-4855-9d5c-4ff2f9005b1b") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U8") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 187.96 66.04 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061995252") + (property "Reference" "U8" + (at 187.96 56.7182 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LF353" + (at 187.96 59.0296 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 187.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 187.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 187.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0f3f378e-d0c9-46ab-963e-646a851063aa") + ) + (pin "2" + (uuid "ce9b58af-7b54-4d13-b771-592bf385d86a") + ) + (pin "3" + (uuid "de50f414-2426-41f0-82ab-baa68d9e77f8") + ) + (pin "5" + (uuid "8aff71fc-0b55-4238-837c-95b0b4aac181") + ) + (pin "6" + (uuid "4be25af8-39f2-4002-9837-911821c1b9cc") + ) + (pin "7" + (uuid "6a5fe9e5-baaf-40a3-a520-f60ee8a61237") + ) + (pin "4" + (uuid "45c7911f-b027-440e-9e3e-77a146b41944") + ) + (pin "8" + (uuid "9328bf5e-c997-4667-847d-cf51587a0583") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 100.33 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000619cfade") + (property "Reference" "U1" + (at 99.2632 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 99.2632 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 100.33 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 100.33 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 100.33 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30f27120-8919-4f22-a0e2-49bd0c1104a0") + ) + (pin "2" + (uuid "ae121872-4c9f-495f-b631-8204082b9825") + ) + (pin "3" + (uuid "126f84ae-523c-4569-b046-7ee124f46a5a") + ) + (pin "5" + (uuid "7d4fcb23-c914-48df-941d-94cf5f1f85b5") + ) + (pin "6" + (uuid "4f69bb40-cbf2-45c5-8c23-3e0667e1f6c1") + ) + (pin "7" + (uuid "2480dd87-1dff-4a50-81a2-52ef161ac45c") + ) + (pin "4" + (uuid "220c7b29-91f3-4c3b-ad84-4e5cd0ca44b4") + ) + (pin "8" + (uuid "7bb6c199-a688-4236-9988-880ba5023f28") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 87.63 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000619d0ee8") + (property "Reference" "C3" + (at 90.551 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 90.551 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 86.6648 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 87.63 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 87.63 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5202bb01-21ab-4495-a6ea-dd5c0d53f700") + ) + (pin "2" + (uuid "39e96c61-a6c6-4af2-a40b-ff5d3cc47044") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 87.63 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000619d1c20") + (property "Reference" "C4" + (at 90.551 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 90.551 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 86.6648 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 87.63 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 87.63 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "746f3fe3-10e2-41a6-8497-50187ce7b1ca") + ) + (pin "2" + (uuid "704429d5-3342-4fe3-9317-92ed4d2c4c10") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 97.79 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000619d2079") + (property "Reference" "#PWR016" + (at 97.79 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 95.25 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 97.79 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 97.79 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 97.79 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2c86c601-834e-4436-a466-cb9b514ce3bb") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 97.79 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000619d2637") + (property "Reference" "#PWR017" + (at 97.79 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 100.33 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 97.79 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 97.79 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 97.79 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "49e74c7c-d16f-414f-9e36-8d1148076654") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 120.65 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b191a5") + (property "Reference" "U2" + (at 119.5832 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 119.5832 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 120.65 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 120.65 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 120.65 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d6dd0f16-8940-44d4-96ec-2f3144e7eef5") + ) + (pin "2" + (uuid "8e0527a1-64cc-4c21-af5a-5910f4c387cc") + ) + (pin "3" + (uuid "24c732be-56c7-40ff-a440-789a73d66281") + ) + (pin "5" + (uuid "aed766cc-c8d5-45cf-84bc-1c29216ccceb") + ) + (pin "6" + (uuid "9c08e9bc-2359-4642-8957-cdc10638112d") + ) + (pin "7" + (uuid "999a9de1-b184-4a7a-88ce-e26d61a272e3") + ) + (pin "4" + (uuid "49486979-d7ce-412e-8fdf-81169c77b60d") + ) + (pin "8" + (uuid "4852c2b0-5b4b-43fb-8986-24c99432e6a4") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U2") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 107.95 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b191ab") + (property "Reference" "C5" + (at 110.871 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 110.871 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 106.9848 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 107.95 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cdd33042-8f00-4de6-9458-0c39b59fb928") + ) + (pin "2" + (uuid "c9d60b9d-fe3b-40f6-a75d-0c49e3c2ccb1") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 107.95 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b191b1") + (property "Reference" "C6" + (at 110.871 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 110.871 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 106.9848 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 107.95 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "53cf8cdb-47e8-47ed-8ed3-ca84ce556e44") + ) + (pin "2" + (uuid "1842fcc9-1d68-4d06-a9f5-7a2b7e74475f") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 118.11 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b191b7") + (property "Reference" "#PWR020" + (at 118.11 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 115.57 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 118.11 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 118.11 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 118.11 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "14873e13-18f3-4e4c-8f25-b607a51caeef") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 118.11 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b191bd") + (property "Reference" "#PWR021" + (at 118.11 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 120.65 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 118.11 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 118.11 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 118.11 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "40a8719c-ef80-4391-a162-fa271090efa7") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 140.97 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b46552") + (property "Reference" "U3" + (at 139.9032 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 139.9032 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 140.97 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 140.97 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 140.97 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0a7da8e8-4a29-4619-8c2a-45042f49f661") + ) + (pin "2" + (uuid "13f293f5-71fa-4ce7-bfc1-43137bddb382") + ) + (pin "3" + (uuid "ae81fe48-d57e-4488-a23e-f57c11561913") + ) + (pin "5" + (uuid "be6377f8-a401-401c-9bdf-6f9152f2a7bd") + ) + (pin "6" + (uuid "9feb2246-afac-4ea1-a19b-0b21b94e2662") + ) + (pin "7" + (uuid "a8aaba27-4342-41ce-bbda-d0444467961f") + ) + (pin "4" + (uuid "ff5d00ad-c6c7-4ec3-a9c3-d72f1bd7b3de") + ) + (pin "8" + (uuid "aa621718-9297-4924-a2d5-3b469df7a0be") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U3") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 128.27 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b46558") + (property "Reference" "C11" + (at 131.191 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 131.191 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 127.3048 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 128.27 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 128.27 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c12df4c9-2cec-4dcd-8c42-d3a40d03a2ad") + ) + (pin "2" + (uuid "b3c8a740-11c6-4173-b4cf-ff12035fb6e5") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 128.27 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b4655e") + (property "Reference" "C12" + (at 131.191 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 131.191 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 127.3048 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 128.27 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 128.27 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f9548014-4c69-4841-bef1-3983f1a6155e") + ) + (pin "2" + (uuid "cb346598-e962-42f0-9d89-c2302d4431d1") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 138.43 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b46564") + (property "Reference" "#PWR024" + (at 138.43 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 135.89 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 138.43 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 138.43 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 138.43 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ec10829c-40ea-4bd4-89c6-0e86207a84a7") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 138.43 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b4656a") + (property "Reference" "#PWR025" + (at 138.43 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 140.97 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 138.43 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 138.43 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 138.43 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "155f896c-a040-42b5-a9df-fc88baa973de") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 161.29 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b46578") + (property "Reference" "U4" + (at 160.2232 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 160.2232 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 161.29 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 161.29 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 161.29 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8dc0cb95-6a64-4146-a98b-201faa29efcd") + ) + (pin "2" + (uuid "18b61e14-f0cb-4bda-9e7e-35086cd0bce5") + ) + (pin "3" + (uuid "b0150d2b-85b3-4331-b915-3086266e149b") + ) + (pin "5" + (uuid "95ef63d7-a7a2-4718-a404-714eb6412ee9") + ) + (pin "6" + (uuid "d1e5ef30-0c74-4f13-89aa-ab10a4b051eb") + ) + (pin "7" + (uuid "69b62df2-080c-4fbc-a9ff-a83e6181a480") + ) + (pin "4" + (uuid "04484599-72b2-44e8-a500-356de5318b3e") + ) + (pin "8" + (uuid "c240cc00-6f2a-473b-9fc7-fe881e7ff7f2") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U4") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 148.59 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b4657e") + (property "Reference" "C13" + (at 151.511 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 151.511 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 147.6248 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 148.59 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 148.59 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3e78334a-76d9-456e-9704-a5183b512842") + ) + (pin "2" + (uuid "24b2d98a-16d1-42e6-b966-91f96e2dfd1a") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 148.59 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b46584") + (property "Reference" "C14" + (at 151.511 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 151.511 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 147.6248 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 148.59 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 148.59 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "687631da-2479-4acd-b76d-a5d1346e3fae") + ) + (pin "2" + (uuid "fd2f7d51-1465-4ad2-9382-0009c229667e") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 158.75 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b4658a") + (property "Reference" "#PWR028" + (at 158.75 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 156.21 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 158.75 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 158.75 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 158.75 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "80896e2a-52b9-48cc-8663-4a0ba5fe8d33") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 158.75 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b46590") + (property "Reference" "#PWR029" + (at 158.75 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 161.29 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 158.75 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 158.75 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 158.75 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "74359665-5ad1-4eee-b42c-5eaccc075ed7") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 181.61 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a547") + (property "Reference" "U5" + (at 180.5432 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 180.5432 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 181.61 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 181.61 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 181.61 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9d7822b4-339e-43c0-b115-d4b16189cc93") + ) + (pin "2" + (uuid "e20b2d01-f0a2-4c23-a8cf-4b8afc873d5b") + ) + (pin "3" + (uuid "796db869-0097-47e7-801f-cda0ea750e7a") + ) + (pin "5" + (uuid "d827258b-50c4-46fc-b3a5-4b37a0dc9ee6") + ) + (pin "6" + (uuid "14be568d-2e52-4aed-b81b-dddc75cbdd07") + ) + (pin "7" + (uuid "13b44301-e8b6-44a2-a883-05207972227f") + ) + (pin "4" + (uuid "38d238f6-e0b1-4995-bbfb-8ba3ab525e08") + ) + (pin "8" + (uuid "67a70205-f468-4da7-98dc-1341f524a316") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U5") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a54d") + (property "Reference" "C21" + (at 171.831 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 171.831 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 167.9448 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 168.91 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 168.91 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc485af2-e760-48f3-958f-22a4a53ce730") + ) + (pin "2" + (uuid "433ba099-4985-456f-a834-4a807cd0b622") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a553") + (property "Reference" "C22" + (at 171.831 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 171.831 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 167.9448 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 168.91 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 168.91 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7047aa86-50e0-4080-ae83-0b1a972bc321") + ) + (pin "2" + (uuid "0ce72dd4-a162-45ea-a7df-84fd5e648b2b") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 179.07 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a559") + (property "Reference" "#PWR034" + (at 179.07 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 176.53 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 179.07 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 179.07 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 179.07 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b828220a-d4b4-4f93-9a35-119ee57b8cd0") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR034") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 179.07 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a55f") + (property "Reference" "#PWR035" + (at 179.07 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 181.61 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 179.07 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 179.07 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 179.07 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fec23545-207f-41e0-a057-1d811f1565b3") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR035") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 201.93 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a56d") + (property "Reference" "U6" + (at 200.8632 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 200.8632 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 201.93 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 201.93 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 201.93 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6213c200-cc8a-481c-883f-35278b9518d8") + ) + (pin "2" + (uuid "7d595168-bd99-442a-961b-c33b87293e60") + ) + (pin "3" + (uuid "c0520a89-1ce8-4759-a56c-c54f903f83db") + ) + (pin "5" + (uuid "4a1069b5-b54d-43c2-8699-49962b3c7a7c") + ) + (pin "6" + (uuid "13a33b3d-968c-43e3-9f2a-66108de201d4") + ) + (pin "7" + (uuid "b9cddc00-5d9b-447c-bc13-6730f163df7a") + ) + (pin "4" + (uuid "e7459969-5169-4061-9e18-68f7bc4b30cf") + ) + (pin "8" + (uuid "b350d964-0693-4a95-98a3-e7f92d7cf56d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U6") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 189.23 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a573") + (property "Reference" "C23" + (at 192.151 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 192.151 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 188.2648 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 189.23 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e87a11ba-711c-4c2a-a8cd-91ffc95c5629") + ) + (pin "2" + (uuid "480527f4-cabf-4167-94fd-a3dc8c54c65c") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 189.23 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a579") + (property "Reference" "C24" + (at 192.151 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 192.151 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 188.2648 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 189.23 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "415f7c28-5d38-4c6c-9476-d5ba8a0ef24c") + ) + (pin "2" + (uuid "59ce6717-a80a-4a92-bb8c-b7a1e9f02e50") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 199.39 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a57f") + (property "Reference" "#PWR038" + (at 199.39 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 196.85 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 199.39 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 199.39 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 199.39 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4eb9cae9-a5ee-4a0a-a549-6a8b5e1cc6c2") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR038") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 199.39 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a585") + (property "Reference" "#PWR039" + (at 199.39 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 201.93 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 199.39 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 199.39 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 199.39 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6f0c544f-0eca-4493-be4e-48aaae72cdb6") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR039") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 222.25 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a593") + (property "Reference" "U7" + (at 221.1832 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 221.1832 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 222.25 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 222.25 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 222.25 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c77b66c0-41f5-4d31-abb8-e152e2d28a11") + ) + (pin "2" + (uuid "ff870511-3a90-49f1-9990-5aec7ad35822") + ) + (pin "3" + (uuid "a092ea0d-146f-427f-adaf-641182334974") + ) + (pin "5" + (uuid "4126d392-495e-4ef5-9351-6f700c8637bc") + ) + (pin "6" + (uuid "63a30107-e64a-4f1f-b117-b90cb84b149e") + ) + (pin "7" + (uuid "cacc113d-885e-464c-bed1-96200200e5f6") + ) + (pin "4" + (uuid "0f72be0f-c218-44d8-891e-9c5de376825c") + ) + (pin "8" + (uuid "e32e7150-5343-4eea-9ffd-9d1f3d2f0cfa") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U7") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 209.55 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a599") + (property "Reference" "C29" + (at 212.471 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 212.471 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 208.5848 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 209.55 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4d7a5022-36cd-4f67-bb82-a9afd32a776e") + ) + (pin "2" + (uuid "d4e62a71-0a2c-462b-b81b-8b70a98a286c") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C29") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 209.55 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a59f") + (property "Reference" "C30" + (at 212.471 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 212.471 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 208.5848 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 209.55 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c8b9ee9e-a63a-40bb-8598-7bace7647055") + ) + (pin "2" + (uuid "e7ae925f-f275-41bf-af30-1fb8cacb9fe1") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C30") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 219.71 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a5a5") + (property "Reference" "#PWR042" + (at 219.71 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 217.17 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 219.71 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 219.71 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 219.71 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "191c61ab-c363-45a0-8db8-dc38a83307f1") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 219.71 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a5ab") + (property "Reference" "#PWR043" + (at 219.71 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 222.25 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 219.71 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 219.71 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 219.71 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ad7e88c2-fc3a-4194-86ea-0052925eb230") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 242.57 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a5b9") + (property "Reference" "U8" + (at 241.5032 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 241.5032 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 242.57 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 242.57 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 242.57 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "97208e50-b896-4df8-8da4-ea2fc6b46da5") + ) + (pin "2" + (uuid "d92cfbfa-da4b-4f63-8ad6-7bb6977d4f44") + ) + (pin "3" + (uuid "20cc5dd3-f607-44c7-ac7e-e7aebd9790dd") + ) + (pin "5" + (uuid "e6a27cb0-d090-4b8c-9a7b-e787b9ea11b6") + ) + (pin "6" + (uuid "58b75830-9e39-45c9-8547-367ebee8a907") + ) + (pin "7" + (uuid "3a013e8f-5b12-499b-8d2d-0ad49966db1a") + ) + (pin "4" + (uuid "5eca4e79-c25a-4def-a542-7f7686221bc0") + ) + (pin "8" + (uuid "bf88d3d1-7516-4904-93c3-302c3cbbbe08") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U8") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 229.87 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a5bf") + (property "Reference" "C31" + (at 232.791 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 232.791 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 228.9048 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 229.87 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 229.87 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1318bc38-8e36-4025-afb0-521ff84c0dc3") + ) + (pin "2" + (uuid "f88b4835-e2ea-46c6-bb0c-93876903a6c2") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C31") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 229.87 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a5c5") + (property "Reference" "C32" + (at 232.791 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 232.791 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 228.9048 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 229.87 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 229.87 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a5299676-6536-4310-a526-f7b6dda81322") + ) + (pin "2" + (uuid "f5eff54c-0371-419d-acbb-2616c079c642") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C32") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 240.03 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a5cb") + (property "Reference" "#PWR047" + (at 240.03 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 237.49 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 240.03 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 240.03 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 240.03 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "82567042-704f-480d-8438-f552e24f10be") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR047") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 240.03 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7a5d1") + (property "Reference" "#PWR048" + (at 240.03 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 242.57 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 240.03 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 240.03 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 240.03 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "175b8960-a39b-4c41-b952-8f084856dccc") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR048") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 262.89 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e42") + (property "Reference" "U9" + (at 261.8232 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 261.8232 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 262.89 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 262.89 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 262.89 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "66734891-cd33-4205-a68e-7aa74d4b75f8") + ) + (pin "2" + (uuid "92587ea2-e589-4cd0-a110-fdbbe9573c25") + ) + (pin "3" + (uuid "a5d527e3-93e5-4f7c-9403-79aabfbdc470") + ) + (pin "5" + (uuid "c587e41e-e411-44d4-a360-b7b652a17e87") + ) + (pin "6" + (uuid "ec7a7d72-678f-4bfb-a06b-17a4d013c413") + ) + (pin "7" + (uuid "8f0e1ea6-d278-4117-9e02-aaadcc59362e") + ) + (pin "4" + (uuid "8d16bbd8-9918-46c4-8d50-a84e1449f3dc") + ) + (pin "8" + (uuid "16d69c13-f533-45b6-bf63-0846bf31d634") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U9") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 250.19 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e48") + (property "Reference" "C37" + (at 253.111 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 253.111 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 249.2248 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 250.19 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 250.19 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "26de385c-7b5e-4ff6-9f4e-ecdd9f27b17f") + ) + (pin "2" + (uuid "fe3f2d09-55fe-4ef8-8c9f-d0f1b8cf377c") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C37") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 250.19 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e4e") + (property "Reference" "C38" + (at 253.111 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 253.111 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 249.2248 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 250.19 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 250.19 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5c95416a-f2ff-42f2-9715-adf5ba2be18c") + ) + (pin "2" + (uuid "b2116575-d055-4b1d-9a8a-9941fbfa0af6") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C38") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 260.35 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e54") + (property "Reference" "#PWR050" + (at 260.35 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 257.81 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 260.35 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 260.35 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 260.35 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eddbcc7f-1c7e-4af4-96d7-659a094ba826") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR050") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 260.35 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e5a") + (property "Reference" "#PWR051" + (at 260.35 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 262.89 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 260.35 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 260.35 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 260.35 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b37feeb2-6538-42a5-83be-d61304b8a0b5") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR051") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LF353") + (at 283.21 262.89 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e68") + (property "Reference" "U10" + (at 282.1432 261.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LF353" + (at 282.1432 264.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 283.21 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lf353-n.pdf" + (at 283.21 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Operational Amplifiers, DIP-8/SOIC-8/TSSOP-8/VSSOP-8" + (at 283.21 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9f5a0760-2470-4cfd-9545-71255379b79a") + ) + (pin "2" + (uuid "a0d41751-5d18-4c9f-b863-fe47b2319611") + ) + (pin "3" + (uuid "2a9ff3d1-92b0-4583-8230-9357a432a3ac") + ) + (pin "5" + (uuid "5f883bdf-20bc-42c6-8194-9d44dfe04af6") + ) + (pin "6" + (uuid "37b282c6-a944-47fd-a51e-f59b7e5f431e") + ) + (pin "7" + (uuid "019b9904-3bfd-4fd4-9d41-96b38c16849e") + ) + (pin "4" + (uuid "a8682176-a9b9-4116-87a3-699ebce65985") + ) + (pin "8" + (uuid "abdef300-d200-44c1-ad0d-9bb2174f08ee") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "U10") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 270.51 259.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e6e") + (property "Reference" "C40" + (at 273.431 257.9116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 273.431 260.223 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 269.5448 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 270.51 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 270.51 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c051309e-6c48-40f4-b4ec-9a1fe03033b1") + ) + (pin "2" + (uuid "3aa6cc1d-d2ae-4cd9-b343-42d60c83707f") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C40") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 270.51 266.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e74") + (property "Reference" "C41" + (at 273.431 265.5316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 273.431 267.843 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 269.5448 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 270.51 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 270.51 266.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3db96145-1762-40b0-bbe6-721983714ab8") + ) + (pin "2" + (uuid "b476d1e4-4f10-48cd-a684-c0485101a1f7") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C41") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 280.67 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e7a") + (property "Reference" "#PWR055" + (at 280.67 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 278.13 250.19 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 280.67 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 280.67 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 280.67 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d18f7a0b-9bb7-40e0-a128-13e7aec52c88") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR055") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 280.67 271.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0e80") + (property "Reference" "#PWR056" + (at 280.67 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 283.21 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 280.67 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 280.67 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 280.67 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bff1c870-f53b-4e81-8fdd-fc79cdcb7ad5") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR056") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 69.85 260.35 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "03c35b8d-eb33-457c-a4cd-b960f1297d97") + (property "Reference" "C1" + (at 73.66 258.1909 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "22u" + (at 73.66 260.7309 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (at 70.8152 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 69.85 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4884ad0a-e946-4ee2-92ef-9cb35ac3b1b1") + ) + (pin "2" + (uuid "9a920719-70eb-4501-af5c-a0c2bf3ce7b2") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 167.64 35.56 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "77ea8a76-8b58-4a2e-ac22-2298a8048f1f") + (property "Reference" "C19" + (at 168.529 27.94 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7u" + (at 168.529 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 163.83 36.5252 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 167.64 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 167.64 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fc6224fe-9389-40e6-9546-667369297b8b") + ) + (pin "2" + (uuid "e39d87c5-11aa-4fb2-9237-1672c4a56c7d") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 69.85 267.97 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8548cc67-6fc0-457c-800f-20ab165029a1") + (property "Reference" "C2" + (at 73.66 265.8109 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "22u" + (at 73.66 268.3509 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (at 70.8152 271.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 267.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 69.85 267.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3ebe19f9-d4bc-4fe2-99f8-c7e802e714fd") + ) + (pin "2" + (uuid "5e2ca797-3b66-4e67-9d3e-b1dde442b7a7") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 167.64 63.5 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "afbec94b-d243-410e-8d06-87e2cee2ba9a") + (property "Reference" "C20" + (at 168.529 57.15 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7u" + (at 168.529 59.69 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 163.83 64.4652 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 167.64 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 167.64 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "baded3c1-ef9b-4137-8ee7-117242b39113") + ) + (pin "2" + (uuid "ccc07f82-5e60-4e2d-aadf-fb91d07e529f") + ) + (instances + (project "main" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "C20") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/equalizer/mount/mount.kicad_pcb b/src/equalizer/mount/mount.kicad_pcb index 8073aab6..e063a269 100644 --- a/src/equalizer/mount/mount.kicad_pcb +++ b/src/equalizer/mount/mount.kicad_pcb @@ -1,3656 +1,15774 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "(title)") - (comment 1 "PCB for panel") - (comment 2 "(description)") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "unconnected-(J1-PadTN)") - (net 2 "COM_OUT_B") - (net 3 "GND") - (net 4 "Net-(J2-PadT)") - (net 5 "unconnected-(J2-PadTN)") - (net 6 "unconnected-(J4-PadTN)") - (net 7 "OUT") - (net 8 "COM_OUT_A") - (net 9 "A_B") - (net 10 "Net-(R1-Pad1)") - (net 11 "B_B") - (net 12 "Net-(R2-Pad1)") - (net 13 "C_B") - (net 14 "Net-(R3-Pad1)") - (net 15 "D_B") - (net 16 "Net-(R4-Pad1)") - (net 17 "E_B") - (net 18 "J_B") - (net 19 "I_B") - (net 20 "H_B") - (net 21 "G_B") - (net 22 "F_B") - (net 23 "F_C") - (net 24 "F_A") - (net 25 "Net-(R6-Pad1)") - (net 26 "Net-(R7-Pad1)") - (net 27 "Net-(R8-Pad1)") - (net 28 "unconnected-(J5-PadTN)") - (net 29 "IN") - (net 30 "Net-(D1-K)") - (net 31 "Net-(D2-A)") - (net 32 "Net-(D3-K)") - (net 33 "Net-(D4-A)") - (net 34 "Net-(D5-K)") - (net 35 "Net-(D6-A)") - (net 36 "Net-(D9-K)") - (net 37 "Net-(D10-A)") - (net 38 "Net-(Q1-C)") - (net 39 "Net-(Q2-C)") - (net 40 "Net-(Q3-C)") - (net 41 "Net-(Q5-C)") - (net 42 "+5V") - (net 43 "Net-(J1-PadT)") - (net 44 "Net-(J4-PadT)") - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979afe) - (at 108.86 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000060f0895d") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 93668035-f8cf-4847-97e1-1ce9188fe13a) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 952012c7-55af-4aa5-abf4-4f55c175d7e4) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ab4304d1-3280-4602-bdbf-bd0cdc4d7821) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 918296bc-4c15-4a42-a947-0e4c8a20c610)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 7bfd244b-4a1c-4763-9346-941942f79312)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp c632bdb2-c851-43db-9721-6823652be2ce)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b0e) - (at 108.86 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H4" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c35a8095-c321-4b41-8a05-31e7749187aa) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0dfc70cb-55bb-4c4a-9196-1d3d3497c5cc) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 68d7a6ea-027f-457b-8b1c-5ed8b2817245) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 9d9c65ae-ed69-41ac-8067-61971469594a)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 57fb006d-1ee5-4374-84f6-832d51970945)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 3c2e84d2-3a1b-4098-88a7-25f9e1303594)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e80b) - (at 53.34 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006097a217") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb05dd90-9592-49d7-8017-15cea88bfdc3) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c279a98d-f475-4694-944a-93899d1ebaac) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cb27223c-4571-4e85-ad8b-62789f4e8b0d) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp bca3dd7d-a63a-4064-980f-a835f405b01a)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 19bb27b4-855b-46e5-9e67-73565713b79e)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 7162ac6d-3b76-42c3-b497-30207352d7ed)) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f08cb5) - (at 101.6 127) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-000061065c70") - (attr through_hole) - (fp_text reference "J1" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c85ef9c3-542d-4859-8d97-0b0c5e9e650a) - ) - (fp_text value "AudioJack2_SwitchT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9ca2b7a9-1f35-4833-8e28-cb147e66aa7e) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 37a8aba7-2dbd-45e9-ae5b-db6e79a74b99) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 073a372d-04f1-443a-ab10-f82f6d4c1804) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cab2631e-0b38-4dd3-99c3-c67724a2489b)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 710ad448-2efc-40a5-971e-d165b591d469)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe2bcede-9415-4367-a469-b0c4781a9cf2)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72acd3e3-278b-4033-abee-319ad1b05183)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d54e025b-4474-4712-8dd4-a58561177552)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29cb82b7-bf02-4dcc-8ac5-a98f15712664)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp a4d67582-a5e1-4fbb-8f1f-9f38b1767dde)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp dbc46e32-aa6f-47c2-a5cd-d18fc0a6bca8)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp edfc97d0-9a31-4542-8059-89d5e6940b23)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 4dd3d1c5-46e4-4b51-866a-053a9470d75c)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d8be4914-5d27-46b5-83ee-bbcbd9f4c1d5)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 358f59df-0aa8-4dd0-8017-fb3937265d9e)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 9cb6b052-6ded-43d1-ad6e-ce891c25ee7e)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a567c9a-abeb-4800-b420-749df99fb871)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd22e31d-6f0d-4022-8ce0-789c5884d11d)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2221783-559c-4615-a97b-d38a3c83cb1e)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9eabf4dc-ecde-4509-894e-f51b797a5538)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc5212b5-4b12-485a-a12d-79b7d1fec0ff)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d018d581-fc63-4c65-9a87-326e6a4fa9e7)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pintype "passive") (tstamp cadafe77-0a1d-4cab-a96f-8c2abf2790b6)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 43 "Net-(J1-PadT)") (pintype "passive") (tstamp c132b3aa-32f3-49d0-ab2c-2da25bf2694e)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 1 "unconnected-(J1-PadTN)") (pintype "passive+no_connect") (tstamp 69e53d58-89f6-45f8-a88b-440b54e1e2ad)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f08cd7) - (at 101.6 66.04) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-0000612a47ab") - (attr through_hole) - (fp_text reference "J2" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 42a542f4-1dd4-42bf-90a4-466ba21ad189) - ) - (fp_text value "AudioJack2_SwitchT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3e69949a-952c-4974-be52-8beb7569766e) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp a8734b25-f786-4db1-aefc-3547d1a47b9d) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5db7189a-79f6-4301-b512-5df1b98feb22) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2072676-dbef-4c77-82fd-ba3b08ec2be9)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80a5ef16-2ed3-48c5-aa5f-757f5299d146)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c102567-2ccc-48e2-b7d8-8cbd7f13fc2b)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27e2bc0b-f917-49bb-a150-42f159899a80)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17a2c96a-63c8-4652-9a0c-55a4726661ab)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a19a35a-34b6-43f0-902b-e1e076790b3b)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp e991362e-12ba-4ee5-9c39-4cd280ba7e16)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 30af9848-02e5-4ab9-8588-e4ac28420fb8)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 63c91c0e-839a-49ff-a249-c9b3a7a37060)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 4c4b6272-edfc-40b1-85ef-6d0ab034b841)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6b9a8b59-1b81-4703-bdc1-453a7d92ad87)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 8116bc0d-d315-4040-973e-e75f613049d8)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp e6823363-2796-47bb-a09e-354293c14ae3)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4e6dee9-cd97-43b7-a925-5326f3a0811e)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b52a4475-8e46-4245-ad74-434768508bb2)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f16cbf5-a638-4e32-81c6-115d9a4dee96)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ef73275-e8c6-4367-9f0c-001b04e9ee2c)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 141dff46-4b24-49ce-9657-512e92f80c08)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 0b58dada-8c23-41a5-a8c3-68cf38d8641b)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pintype "passive") (tstamp 192d6eec-b084-45f0-ac9f-a8d01c5698bd)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 4 "Net-(J2-PadT)") (pintype "passive") (tstamp 7130bf7f-9bf4-4acc-85fa-6e1b51a2d64b)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 5 "unconnected-(J2-PadTN)") (pintype "passive+no_connect") (tstamp bd648c75-5add-47ca-b201-4eb15e6d10a3)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f08d10) - (at 101.6 106.68) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00006106679a") - (attr through_hole) - (fp_text reference "J4" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1c3419b3-1baf-460a-8404-9237d912070a) - ) - (fp_text value "AudioJack2_SwitchT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 04d76f5c-c700-4f06-b5a1-e1cdbbeaaecc) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp e5680a77-3fe3-4f6c-8e47-ba4212111e09) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4fcce3ac-0f99-4c08-bed1-5cadd08c9331) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1c414e8-1491-498d-a693-1d2816bbf287)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04310ff5-c5bc-4f70-8ac0-154d3d420e2f)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9e92e1d-3174-4787-a579-17b29bc65c16)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38fa999a-5a99-47aa-bf4c-22a7e166d20d)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4408d92-f389-47f8-ac9f-d5b4302a1a10)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c133715f-0b58-4923-81c4-22406ed6a820)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp dee9ddca-1e49-4fd9-811d-fcb337af9351)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 59086a09-ea81-4090-a272-aeab6ef66a78)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 49c6d574-d952-463b-8a65-95a16ed46f1f)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 5afb1e4c-8c57-4e19-9fc3-cf25928b436d)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 43e0da22-b83d-48c2-970f-27261a752f6d)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 519ba589-7a9c-43c6-b5cb-c050ca074f55)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 9f2a3c79-0f24-4c7c-9a61-17fc42af885c)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6249d7a-4b3c-49f5-aaa0-659dd0556fb7)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cc553f6-b10b-4239-87cd-1bb10d1bdce5)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf97d544-d37f-4adc-88b9-b8a824355c7c)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93ab56d1-89e2-44f1-8eba-5870f4902802)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ef1d94e-ef7c-4bb6-91ab-4747951d7522)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e456bb01-b8b3-4953-8d84-1851b28293fe)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pintype "passive") (tstamp f1aa59d2-4e2d-4c4e-8e00-d3bdd82fbeb7)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 44 "Net-(J4-PadT)") (pintype "passive") (tstamp b60cf861-f1bd-4c63-a184-322fb9036220)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 6 "unconnected-(J4-PadTN)") (pintype "passive+no_connect") (tstamp a6691ec4-88ff-4d63-99e3-8a9245122b6f)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f08d32) - (at 101.6 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-000061066e97") - (attr through_hole) - (fp_text reference "J5" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0d4db07e-8f5a-4774-9462-663055f7b51e) - ) - (fp_text value "AudioJack2_SwitchT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e3e15ad5-abe5-410b-92c6-c4c64ec530f4) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp b633a8c0-d42b-4b69-b6d9-20a5fe0dee8a) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7da73684-bcbe-4207-acdd-43ae52251041) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c89ad55-4480-4dab-be32-e978c26e01bf)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6ecbae3-d435-4284-8098-c11d409c533e)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f60b44b-926f-449b-98bd-3ebca331f3f6)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f24fc2f4-c856-45bf-a5c3-d70815c951be)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ca337a5-1510-49e6-99e4-a3ff0bd4a359)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d539b23-dd80-428e-aa0a-3cf573fa7367)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 29e12004-c0ee-4e3f-ab46-22d13fe8e99f)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3f91f3a1-124a-43f9-8501-62fb12129db2)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 12e90111-e6c9-4406-8191-a29e772ca4e9)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ea8bd348-fb31-4e08-87a8-141338a9087c)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 64728246-9ff6-404b-980e-875ab7b624ef)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6dfe8afa-b0bc-4d55-9cbb-e60e0cbf6b68)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp bc60ffaf-3956-46c7-8757-c88be89dc64e)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4e723df-de3f-4567-972f-b7c9191a202a)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dbb87527-2628-46bd-9106-247421fd2824)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c24b1174-26f5-464c-8e87-194b33993fa6)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67922d3c-2075-4d37-aff3-7a3df345d690)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b7f3d73-662a-4904-840f-6a500d3ac5f6)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 9f78a674-cb4c-4378-9dae-45e7ff3fe8e2)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pintype "passive") (tstamp 6dd6be82-4b5a-449b-89ac-07ad39ffc28e)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 7 "OUT") (pintype "passive") (tstamp cc94bc36-a8f2-417b-b9cd-0f6943bf8876)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 28 "unconnected-(J5-PadTN)") (pintype "passive+no_connect") (tstamp 5d6690a3-166c-4d04-98f1-090345e2c1e1)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f317cc) - (at 60.706 76.962 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f2f915") - (attr through_hole) - (fp_text reference "R1" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 99945270-7fd2-4e6d-aa76-7d55ebdce4f9) - ) - (fp_text value "39k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8cc26c4b-32fe-4a04-a8ca-276bb81086a1) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 81d9dc89-f4a6-4117-ae47-70008c181b93) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe53e46d-8a0e-47f6-9cfc-b2e2c025eb43)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 484539dc-a329-42b1-aa12-387c6258b825)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0598d3b-7dba-4f9c-8970-78beb54c95c4)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fec6edad-e894-4aaf-9fb5-b495291ebaac)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8467839e-86e3-4719-9514-cb32b1d7c66b)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc74beaa-a786-4c61-a2dc-bb55fb20d293)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 208f5ac1-f03b-4051-85d2-4f693d835e68)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff749517-97cb-4ecf-8eef-ef93cebe90c4)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db676bce-548a-40c4-bbb6-82ae15e62433)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db427d18-1671-41cd-993c-b4006982697b)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6402525c-96ab-44d8-a891-6adc12c03619)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3eb67647-1558-4801-8773-ccee168a1c6b)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 10 "Net-(R1-Pad1)") (pintype "passive") (tstamp 06c34c93-e55c-40b0-a2ed-79d0ea5a4e43)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 9 "A_B") (pintype "passive") (tstamp c7902426-8ba4-4db6-b642-84920ff577ce)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f317df) - (at 60.96 97.79 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f2fd78") - (attr through_hole) - (fp_text reference "R2" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3c1b2c46-b4aa-4b72-9afe-01092cd25cd6) - ) - (fp_text value "62k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 10e07aa0-2555-4f9f-a61f-b01fec901881) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp aa708fe4-a85a-4636-976d-a8120431b9a3) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1b791ea-f851-4762-a94a-75884cddc76d)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53b45f78-12dd-4309-b093-6959d92dc5a5)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3ecf04f-d9ce-4d02-ad78-99cd4022f280)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d9dfb82-a4f1-4f98-a3b1-d72225993d02)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b66bd398-1db1-4628-832f-5133a5c5e9a9)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88858e86-992c-4989-adf3-7d4f3f7652ad)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb2c447d-e87b-4d55-b5b2-76ce29c067ae)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ffd5a9f-b1cf-488d-9211-d4a94b82f1ec)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0aae3222-dc7e-4061-935b-5ca3feda4f78)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e807a7a-12ce-48fe-9ca5-c332f92f20a3)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e066dd6-bccb-4b3c-987f-409eaa2e57ea)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc75e6b0-15e7-4c21-8f61-d334998f7aec)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "Net-(R2-Pad1)") (pintype "passive") (tstamp 3604af2e-845b-46cd-8c96-78af43abbf5c)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 11 "B_B") (pintype "passive") (tstamp 31dfe732-2785-48f3-bb6b-b1bb2d6dd546)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f317f2) - (at 60.96 117.475 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f3022a") - (attr through_hole) - (fp_text reference "R3" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 980ea857-d3da-49b2-965f-0d73bfd9a8cd) - ) - (fp_text value "36k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cef4f13d-9cc9-42c5-a480-4fa40ec18aa9) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 7c52f4ae-6aa8-42fb-92bf-b6ec3ba96561) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f6974e1-d03e-45e1-81f3-6b6b42e32921)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 670bbb75-15f8-4fac-b0ea-5b5afefd6364)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb54ebe4-c51f-4713-99a2-dc81f273f272)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e74e9fa-f9d9-4ca3-8015-0dfb31f4b40b)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe063390-ad39-4b23-b586-779518e0db39)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4aeda254-4975-462b-ace5-a1287c68cdfd)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 988b093e-f843-499c-b3be-a0e34c5873c0)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 209a14f3-38f2-4437-91e1-63c3ac39df63)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6240e4d-d969-4d96-ab0d-034cf601b3ed)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a0555dd-6d66-42cd-a73d-9321ea000dca)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4fb847c-9557-4ea7-935e-d921bc374695)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cefc296b-2499-4659-90d4-f493b190e63c)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 14 "Net-(R3-Pad1)") (pintype "passive") (tstamp 826befac-a83a-4433-bc7b-8d3c902db44c)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 13 "C_B") (pintype "passive") (tstamp a865f77f-451d-4286-af36-717915184070)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f31805) - (at 60.96 138.43 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f3075e") - (attr through_hole) - (fp_text reference "R4" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b08896f-b713-4ef4-ad08-6a29beec3637) - ) - (fp_text value "47k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6f61d1de-aaa8-4d2c-a7fb-cb2e72d46097) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp a65cb746-7f8c-443c-ad28-d47d865b5c30) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d21c0999-bd89-431b-ba02-7203569aaa69)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8ccced4-0999-4ab2-a2a7-b4643d6f148f)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d4dee72-c847-4c79-a390-f74383a536de)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45cb696d-240a-4b2f-b17e-744ba203a257)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d189865-87e1-46b5-871f-b59497f55e30)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fdf1b704-afb4-468e-b474-03d4621511d8)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d642112-6e10-4edc-a4af-e466af569066)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 812b3f2f-15e0-49bf-a4ed-e561244da500)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38f5ebc5-db91-4244-91e8-aca14b605a94)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e757113f-b884-469b-986f-14d44da15503)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a0671ca-5f7f-4748-a6a5-b1e5bd277ccf)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 188a0767-c03b-466f-80c3-668bef24c1f6)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "Net-(R4-Pad1)") (pintype "passive") (tstamp 1f024f25-f9c4-4bc8-9cdc-3289080ce5f4)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 15 "D_B") (pintype "passive") (tstamp f052a729-fcce-4b30-9b69-0e323736be7f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f33cab) - (at 81.28 77.47) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f5a50f") - (attr through_hole) - (fp_text reference "R6" (at 2.54 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3853ee8f-214c-467e-97c9-b393f96bc12e) - ) - (fp_text value "51k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 31048ae1-f68c-4912-8e06-5b03f19072a9) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 07951928-8930-4bec-aa30-68e0063c8df7) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eec8e552-40e2-4c98-a900-cd412a998597)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cfee29f-4bd0-4ac3-a61c-0bff2dc413a1)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff09ce67-2438-4bd6-882a-1915112d76b0)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7740956-139e-4d59-95d4-df7e984b2da6)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a146f94-58f2-4d8c-8c6d-6b10aeb738f6)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be08c40f-16ee-4690-87c5-84fa83c05af9)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b1e8424-352f-436f-be7e-9b6433a1c26f)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31bed8f2-ce88-43e5-acb1-c151ff29db21)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c17b1685-0fc7-447a-9bb3-eff15e695627)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d31436f4-480f-4737-a4e2-26e8f9c6d7fd)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07a912bd-479b-40a3-95b4-a93631dfa333)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f836bb11-3b5a-4487-8cee-96fc3e0a2f90)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 25 "Net-(R6-Pad1)") (pintype "passive") (tstamp c269a249-d1d8-4199-8f9b-19f3c327bda5)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 22 "F_B") (pintype "passive") (tstamp 2c93e199-2c58-4b68-9de8-18caefeed264)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f33cbe) - (at 81.28 97.155) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f5a515") - (attr through_hole) - (fp_text reference "R7" (at 2.54 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2454e8fb-4fe8-4a2f-b95e-6c93a9d11bc5) - ) - (fp_text value "68k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7992c940-20ca-468a-9006-2a9c5d8afd2a) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp ec628824-3a72-433a-b68a-3e434af1d9c0) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe2ba8e9-bdc6-4e20-bcab-c3d22f062123)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45d4aa46-57d3-45bb-9900-2cec80a64037)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 681afb8b-aa88-450e-b1a9-040948edc29a)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3207e60-8ac9-4b1f-a9c8-04a4945ab3eb)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 993872bc-1b73-4313-a58e-7190e076a29e)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfb81d7b-baab-4a1e-8c7a-754128df8f40)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 376672c2-dd97-49cc-a2c4-700e694b41b3)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33a57ed4-38a5-4215-9697-c1307b9a51b3)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7ff606c-4349-4df2-8483-fa80cd09abc2)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cedb066d-bbf4-413f-bfe2-1102126954fb)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7cb0ebe7-66f3-4436-9e98-22df2de61ee6)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23942c99-5001-49ed-bd86-5119565599c5)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 26 "Net-(R7-Pad1)") (pintype "passive") (tstamp e441dfee-fef9-4cd6-a250-2d67d0debe1a)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 21 "G_B") (pintype "passive") (tstamp 38ca48c6-e126-460d-8aea-db720d6cc191)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060f33cd1) - (at 81.28 117.475) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060f5a51b") - (attr through_hole) - (fp_text reference "R8" (at 2.54 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4f03ed37-7dfa-40b5-912a-396e514267a3) - ) - (fp_text value "43k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cedfdff9-988f-42d8-bded-d126f0443e27) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp d42b60ae-26d7-4661-9a5e-26bb778a1024) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca53477d-c11a-4335-b90c-eb32dcf9cc6e)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0809e6ba-658b-414d-a5d6-07e45ca57209)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24d279d2-bc05-4898-8764-8a4ba3ae06a8)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c62c862-d575-4d47-b0b4-1b1554010217)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 852aa326-1e54-433e-9564-255a6f58cdef)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3b2615f-323d-4556-841c-74f939d35f07)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab40b41f-6012-404b-b0bc-e1e293047051)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d44c86d-03cc-4acd-b3b2-1ea4eab40e1c)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 326e3367-8191-4e39-8a0f-a8e236a34d16)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3994e8a-b20c-4b7a-9428-d178ba0106c2)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb2747bf-805c-429a-9999-0b09db91f178)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9166ef8a-bdf9-4b17-913b-43139a006a09)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 27 "Net-(R8-Pad1)") (pintype "passive") (tstamp e2591880-ae5b-46ae-af63-6386eaba75e8)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 20 "H_B") (pintype "passive") (tstamp 6ca5247c-172f-4b29-91c5-eaa8c2392341)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061067a7e) - (at 100.33 76.2) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-00005fef7875") - (attr through_hole) - (fp_text reference "D2" (at 1.524 3.048 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 91b73c4e-7b76-400d-bf42-42483ddda43d) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cc9bbf82-efdd-4c85-af46-34ff3445743a) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2de2a623-4c82-4f9a-8f67-1920832de3a0)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65ec7979-2be4-4ce3-a739-0b72fbc77920)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b75ee5b0-e03e-4cda-b416-2620be3bdbcb)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 788bd050-a899-412d-bde8-a5ec99ccd765)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bc7ab3c-53f3-42d7-9674-4a9eb6089aee)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e712ff46-62b9-4a48-9258-2abf2b031885)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e8be8fc-899f-43d3-93b2-2a28874349ae)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f1baa6c-481a-4db4-a5b9-d52a45833e77)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eeb356f1-6133-49dd-ac49-addb6596cb95)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8bbfe894-f290-4994-ad07-9f453979e037)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1da33653-b753-4bdc-b5c6-1e7fc88e3a7f)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cbe9374-0409-4ee6-9196-cf8fd4e7a80d)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 1248db65-75d1-44e6-8029-c3c018618dc2)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pinfunction "K") (pintype "passive") (tstamp 0d72b051-02de-4389-a3f9-8998a668db10)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 31 "Net-(D2-A)") (pinfunction "A") (pintype "passive") (tstamp 15d43858-a078-48c9-a3dd-2861a5ca7205)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061067aaa) - (at 102.87 156.464 180) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000060af9231") - (attr through_hole) - (fp_text reference "D4" (at -2.032 0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 259d3fdc-bb10-48b8-beec-f77fd44c2d7f) - ) - (fp_text value "LED (Red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d4079e76-6e16-4e0d-8840-11a03e446c2d) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d30a038-a3f2-4494-943b-f9a1f63b0404)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 599e8126-cfd7-4b9b-9673-6b1fea001517)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e276663-22a5-45cf-aa5c-f862d495891d)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5fd4791-0ae2-4888-beb4-a6649ae2e8ba)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a71ec1aa-c5b3-470d-94e4-60d95317139a)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8bd77d4-17b1-4810-9ed4-3dabd65e65d4)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7425260b-10ce-4292-a921-f1ac67756b4b)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 739867f5-8cf6-4e2f-a980-b6b735948a8e)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 842007f9-0ba2-46b1-ae9a-0527c66a49c5)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9d7eb34-174d-4cb5-a3fb-49d3357c122c)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90626a81-b8aa-4a00-b7b6-7d3ae0ec1887)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce0d0d6c-02b9-4fe3-ae0f-dbb107d5f0b6)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f800e012-127e-4ce3-b26f-5b3e2a183b5b)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pinfunction "K") (pintype "passive") (tstamp 7931075d-3abd-4d58-814d-67f3be0df2f4)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 33 "Net-(D4-A)") (pinfunction "A") (pintype "passive") (tstamp c65c311e-05ce-450d-8ec2-e90d0e425f5e)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061067ad6) - (at 102.87 136.652 180) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000060ae943d") - (attr through_hole) - (fp_text reference "D6" (at -2.032 0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ca552880-a700-4b0c-b5e3-3c5f66ef02c6) - ) - (fp_text value "LED (Red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 84308012-b3bc-495e-9cd5-f74f041bad33) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e39f011e-2fc4-49cb-a0d0-2816fb6f5b37)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c83a760d-cc54-425a-b175-f73db113ab98)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 579b5695-c8cc-45fd-af79-06bfc1f2629a)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97f795d1-dada-40cb-a24f-cd5d06e4f967)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05904865-2dbf-49bc-81bd-8b90a2cb0f2b)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c966a1e-e8c4-4d13-9850-b3154506d8d0)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba86ad8c-f410-4d9f-976b-ffb20ef99dea)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f6811cc-dd56-4dbc-9684-42b779068b5d)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fde4c765-4903-40e8-a5a7-4ce95d13ad71)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7747958-815b-42ca-8a23-852be4251473)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bb770c4-d314-4915-8b8b-3c96c01f71e7)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 844b12ed-6c2e-4f0a-b684-8b07e5b3fb7f)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 69d0ec0b-0ab3-400d-a309-d07c625c2a81)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pinfunction "K") (pintype "passive") (tstamp 87e9d4cd-2664-482b-8aeb-4ca9053908f0)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 35 "Net-(D6-A)") (pinfunction "A") (pintype "passive") (tstamp b4d5aad5-e3bb-4fc8-abe9-c502afe07257)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061067b28) - (at 102.87 116.078 180) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000060af092f") - (attr through_hole) - (fp_text reference "D10" (at -2.032 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8efcb77-1b12-4dc7-b56d-391ee5c2f637) - ) - (fp_text value "LED (Red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7da29f3f-0981-4f6f-8027-39182e78e495) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a849a9ee-6fc1-44ec-a4fc-846a7454e18d)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bed010e9-f450-413d-b521-12187e87d21c)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba5220f8-b331-4072-8c42-b3c8e1438ee2)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efe3ac77-7733-4c50-bc00-66634a67749c)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b680f7b6-a5cd-4842-934e-e2c6ed89f5d7)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4063039d-3538-47ea-af5e-6ff7e1e97794)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb590f9d-4ae9-44d8-a2de-0f71984f9db3)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 874b2322-9c42-4f30-ace1-234f8b06bb8d)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc275161-f7b2-4e7d-9afc-47c8d50546b7)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d68d1f1-42f8-4249-9d14-9d9f935520af)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fad57483-a2ba-48c5-885f-069a8ae7c28e)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6b150b3-438f-4a15-bb14-859d01015a6a)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 37d69348-6143-4f7a-a0b9-fcab3a1e1891)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pinfunction "K") (pintype "passive") (tstamp c3b0e434-c7fb-41fd-ab6c-4434b6cacb92)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 37 "Net-(D10-A)") (pinfunction "A") (pintype "passive") (tstamp 4d8fedff-860a-4cc9-98d3-08dbcef8603e)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006106cde3) - (at 107.95 132.08 90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00006116a114") - (attr through_hole) - (fp_text reference "R11" (at 2.794 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 46ff0b22-386b-4093-ad8b-369a16285107) - ) - (fp_text value "330" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0d5f96c-af62-4ebb-a89a-e8146121c8b6) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 52f9dc0f-6a97-4097-8afb-653da01d8188) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 414ccb7b-8166-4048-92a9-fbe311b11521)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f310fd5-bacd-458c-9f0b-e0b14521464a)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f28b722a-d4d3-4c6e-bc11-41f3cefc5605)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2f26034-7272-4785-8a39-9bbefede21c3)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d537292-8e07-440d-8ca7-84f7c05b0d1d)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73980d15-39f1-4080-ae23-64ed4b150395)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd4f7e35-c822-4297-a10c-2dcdf99ecb50)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aee68a9e-49d2-4da0-8760-23241585fe7e)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fb200ad-b227-46ce-81f4-5e766abf17fc)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f1ec44e-8a03-49c9-9782-9cf201db6444)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 281e81b5-f5f7-486c-8146-931f6a0515a6)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9042ea99-e85e-47e6-b59e-ca576fecd19d)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 43 "Net-(J1-PadT)") (pintype "passive") (tstamp 0a139559-cbd9-42f0-80e0-aef45198531c)) - (pad "2" thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "COM_OUT_A") (pintype "passive") (tstamp 204b5683-a2f5-4f65-a958-3369fc477abe)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006106cdf6) - (at 107.95 111.76 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061174b9a") - (attr through_hole) - (fp_text reference "R12" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7d55e59-14d9-49dd-849e-154ef2e0f648) - ) - (fp_text value "330" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e0ee86c-248a-4ea7-9483-73d0a76ff184) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp f4b785a9-7127-4666-a589-2bf0e4e691ad) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64e6653e-6fe2-40f0-96ce-32271c8304fd)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8cea21b0-3298-45b4-bd71-13b9ff58ec85)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0778ee9-7ed0-40de-9946-7815c9dca849)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 318b66fb-4595-4fb4-a09f-cf9e3c01a455)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2b2339c-ab73-45aa-a25d-2e46a538e220)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 688465cb-18ba-431c-8585-92b08071df33)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89c739c3-67fc-42f6-b00b-48233e203620)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79a6dbb4-3a20-49ea-866b-b6428d162607)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f234adb5-a280-4e42-b070-af0a2ee238c2)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f9461b5-34c6-4d7f-979a-20a263231559)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e44ffaea-c384-4cb9-901b-cf3b6f2afb5c)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 038b5eef-e878-47fc-83c2-ebaa1a7fe4db)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 44 "Net-(J4-PadT)") (pintype "passive") (tstamp 13b959b5-0b95-4a4c-a6d4-7ede54ed50f9)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "COM_OUT_B") (pintype "passive") (tstamp ff997ea3-e02b-4658-a35f-bcbd641000e5)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061074593) - (at 65.3288 53.3908) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 11c0bde4-0efb-48a9-bc43-6442e8498945) - ) - (fp_text value "elektrophon logo" (at 0 -3.048) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f5727b21-1096-4c62-abf7-a99be3424d4d) - ) - (fp_text user "R02" (at -8.83 1) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp 8adbbd43-7367-4a06-8d52-77baac4ca549) - ) - (fp_text user "equalizer" (at 8.62 1.02) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp bd0aaeef-67a3-4567-a7ea-fe7b6a936252) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp e24f58c5-ab2c-4a8e-b716-5b1c960dbbed) - ) - (fp_text user "R02" (at 8.8 1.02) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp 33da89f3-4e17-42d2-9f94-7c58f6f58edd) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp bde7722b-0e87-48e8-a16f-0c8ebd90026b) - ) - (fp_text user "equalizer" (at -8.88 1) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp dc81c9f4-9330-43e3-87e7-ddc8ee5cb0d3) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 17a1090e-1ea0-4ddd-9da2-e68411fa1c2d) - (at 81.28 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/4f91ca07-c907-4dac-9c6c-986fbcbc7e71") - (attr through_hole) - (fp_text reference "RV3" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9f36d8c7-a4f7-4602-84e0-df47c09fc0df) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b29a686-7af5-47ac-863f-c5abac3e615c) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ffdaa72e-3121-4c25-8cb8-7063cafe9f91) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6680868d-e529-49fd-873a-4b389ac70507)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e69945c-6f89-4eab-9a73-b842ea2df4e4)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81f86fca-ea0c-428e-85b6-4b6a4b798b04)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 067d4bbb-3a21-4400-98bb-846db57782bf)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d40de784-1299-4a55-a556-8a3184947ee9)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c18be6b-bd07-4369-bb08-9bada626d97e)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc4e57dd-6ce1-4425-8c4e-c4b0caa7f5b4)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce0f524b-00de-4b16-aba1-2f385e6c5ee4)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9ed0e25-9497-4c72-b4d1-ca27032c2610)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b07f549e-dd2e-4d84-9578-7ff7f65c8044)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93cca7b1-ef9f-4ad7-8dac-4e3da9e40f90)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp daef478d-1f0c-48f7-90fe-92647beb1ce1)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49a0d93e-de44-4483-a837-b9544884268b)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3c78878-5e3d-4a9c-b331-23c291231742)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 441d1d9e-d307-4145-93a4-5d8d4877c0d7)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83130fe5-795e-4c84-a849-0105c7d92f79)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d775bb62-4fc2-4f8e-a021-a4c06c2c8d2b)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp c2cb0085-91bb-450e-b5c3-5ba66f9f0042)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp f3bbbe25-12b8-4a06-8291-b287fd218b74)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 1c071677-bf32-4646-9b5d-045e8b79f1f9)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp e605e3e9-57bc-42e6-86f4-a4c396fa4650)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "Net-(R6-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 5e6b7491-9c20-49d8-a79e-5bb568a2229d)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp 57df830b-1435-444a-84da-03d3787e8d80)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 2f670aab-9e89-41fe-876d-bce239efa431) - (at 60.96 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/715e1fc2-351c-46b4-abbf-511a8b62d8fa") - (attr through_hole) - (fp_text reference "RV4" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 836d365c-3964-4fd1-9140-b2b516e620ad) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 72feff17-5a21-47ab-970c-10fc6795f41e) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5cbe59b4-6f7f-4899-8f29-a2fc52e56918) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf07b60d-3e56-411f-9594-e2b024542e19)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abaadf1e-b597-4ac8-bc6c-58c8297f5aea)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed6a55ad-e45d-4332-afea-259a08a3661c)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ba50eb3-8229-4fd6-83ca-b860c77a9627)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 625b8216-c4d0-41cd-a90b-74c5e1eb93bb)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfa37402-f162-4732-825c-2eebcbef8503)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bce040d-38be-4244-8fbf-30fbe0200688)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d0e89c1-2eb4-4b73-8d83-6911754cfacb)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c2cb927-ffaa-499c-b88e-8771b8695c67)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f0c3e45-c140-4e12-8980-fbdd9cbd1009)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 816cd5d9-8619-4c75-abc5-744df04d89b1)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0fb0e7aa-dc16-459b-a4a2-7b4fb4c98c9f)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2687aeb1-295c-4e90-9c12-0b4114c560e0)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f613ba42-bd9a-46ad-8737-3b2a2716d3e9)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23b54a21-e1cd-49ed-bd56-524780df0c52)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b577f44-fefe-4e26-a93b-474401907338)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90c47a04-5570-45d2-9835-029f5056ce9b)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 7f63ee29-a1e1-443e-96b7-5ed6d87497b9)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 59c432ee-59af-4f30-91ec-64fb3b26f4f2)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp e3410d81-aa78-4086-a285-16cce607595b)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp eba48101-e9da-4b45-a924-e47ab5fc57a4)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 12 "Net-(R2-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 4a51bf0e-f097-4c94-9959-9c0d15d39bb7)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp 9c18995e-7517-4e15-a262-57f86a16ba1f)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 3324d408-a5b9-4560-951d-d219dc33ad00) - (at 81.28 147.32 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/0ebc6729-c439-47e2-ba57-f1cebd1399d6") - (attr through_hole) - (fp_text reference "RV11" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16b15024-025d-4e5c-b03c-cb4ce9551ee7) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2bce3ed3-fb4b-4e6d-b1ce-4e03a25b67ee) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e829d604-fb15-4bda-9d27-872d30625f48) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 103180fc-25ad-4e38-9183-53138f171e63)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d47c12e4-6e05-424d-af22-eab5b193e0c7)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2afdb6d2-bce1-4a2a-92ee-dfbc968eebe0)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce3fbc8d-9dba-4be9-87ef-ab4d1ddb2eb7)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63323e67-1702-4060-9c0e-0b720e196146)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92cbc6ea-34af-48ad-bba1-f660dd8ca0e1)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b022d201-f8ac-4bf9-8144-cd4e87df6c3e)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8cd0b39-01c6-4843-8540-81d7660f12f6)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 867eded4-f1fe-4356-9be6-c0871471e853)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef61d502-1271-4c41-af1c-0463cc2ed385)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 119da1ae-585c-4868-b68f-6b76a1a9c405)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ed0cc47-1f28-497e-8848-dd6983c6b415)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6d02656-b78c-4cad-8074-12d93af8b843)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9676d2b4-ea4f-45f3-b4c8-750c907cd750)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f1bcc5e-f923-4b63-8c02-924f4df7a0e1)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89f94764-1103-4740-99e7-7ffac14eed3f)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 985ec501-6342-4a97-a9b6-a7c8fed4b32b)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 70e09d7d-d1e9-4d46-bf6e-b31284c75df7)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp b6a380ab-ef61-4797-bb4a-02bc2a0a291d)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp e1a159fa-9286-4d20-bd18-b7620d08c814)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp 1d6de7e9-bf07-453f-96c5-be28e9921ab3)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 18 "J_B") (pinfunction "2") (pintype "passive") (tstamp 56b6d85f-ecb3-4e82-b38b-2d5545d4b3b2)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp 19d3e29c-23c8-4e97-b40a-91eea8200982)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 580bcbef-c9c2-457f-8868-2dffbabb4aea) - (at 81.28 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/0a23fa28-3b63-427e-ae3a-f6c8d06eba6b") - (attr through_hole) - (fp_text reference "RV5" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 969ed708-c93d-489e-9cc9-717953343235) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 029980d3-385c-4416-baf4-61b4aeb6d8fb) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16c93b88-855e-4e61-81f3-6a1f5a04f427) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c20df6e-09c8-443f-90ce-1751a5baf106)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 851fe00f-da59-4fc9-9911-c13e1aec0a92)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71c70c54-842a-43d0-aa45-1794a1be59cc)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19a7efa6-5833-4cf4-a759-cba0b8766f80)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13f16954-3223-4550-9144-1e7c005df54a)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92ab2383-30f2-4077-bd18-54afc9b82168)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4531c6c3-fc60-49da-ab2a-0768f0fe439c)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f965f5ac-a0d1-445e-bec9-9591eec3d4c8)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15ba091a-917f-451e-bfde-759410a009cf)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 420091df-1227-43b0-b142-87aa63b2cfc7)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 814d4081-f094-4e37-8b65-3208e13b53e4)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5002e595-3618-44dc-bd2b-1552276a6ac0)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4499a027-eced-4f55-8819-a06458ad2c33)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b740377d-e37f-4504-878a-61f3c02536b9)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13e908b9-0f8a-4e48-85b2-692e371520c7)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 746fd19c-b95b-40b2-8ef4-da44495effce)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69e689cc-2e78-4e73-94cd-4306917e04e2)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 197a985c-c7a6-4790-b2ff-cb9253885f2a)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 1f31b8df-2d12-45f9-a7e7-15762de01d46)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 258997d0-8192-4bb9-a765-392a8b7e3ab8)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp 9dfa70a3-ad33-4dc1-9480-c2213a851d94)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 26 "Net-(R7-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 081cbd31-9e68-43b6-9a0c-e294a455d61d)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp d59378a0-20cd-444a-a26c-8fc67a14fcdf)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 60441d93-ceb3-4109-933b-3234e6fc19fa) - (at 81.28 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/0f911190-1566-4d81-903a-2f0b83cc09de") - (attr through_hole) - (fp_text reference "RV9" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ce8369dd-4988-4118-a96e-e82d806a309f) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 117b8bf5-7bcf-4709-9ddf-d97ffaf0bec1) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ed19bd96-c9dc-451b-bc55-a7f9c30f7251) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2384a3d1-8477-412d-94cb-3013648ffcab)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd22d33c-0385-480b-9c92-8a30c50dd88e)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1760beaf-82a6-454c-84a6-3a21c9d292a5)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2b76517-1a10-4cf5-b313-e2522262243b)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9c240be-69c3-4fcf-9785-3465344d25f6)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9f87473-723b-459d-9d51-c8894f9172e6)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp edbe8dcf-e05b-45fe-a383-2c0352576622)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a2d40c3-ea78-4eaf-ad65-2853ca6bb892)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a070490-a832-405e-8f88-5cb6b7082df5)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb8c8d8c-ff9c-4e25-961c-eaf9b68e964b)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b32e47c-3f8b-4edd-9721-e70274071129)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0036631-ce7a-4785-9cda-1867b9a1d68e)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 122b32e4-e22a-4ef8-afd0-771c06beaca1)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec7a7ade-8078-45e3-a7be-7d10c9dfd803)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e9dac7c-a7a9-48c2-a7ba-d642bb0bb60c)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a46d05e-8d2e-49d7-a389-2909ce7ea9ee)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4dd3eaf9-3c92-4910-b8a2-75e84c1da9bf)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f25c2a5c-de32-4b6e-8ed0-f010c0e8f8f1)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 388836f2-a5d0-43ae-9364-7c5979a91715)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp d0cb4a98-1668-4ddb-b387-288d43f3c97e)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp 6ae7e92a-1796-49e7-9f42-12b7082256c5)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "I_B") (pinfunction "2") (pintype "passive") (tstamp a1b9564a-5e94-4214-be79-f9b83453fa71)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp e85dca43-7b7c-4909-a4ab-4a6b020229e8)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 7ad4f157-8206-4a71-b933-a1f876b6f131) - (at 81.28 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/e33d7611-a840-4788-a1e6-68497c6522b2") - (attr through_hole) - (fp_text reference "RV7" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd9b048a-9679-4b3d-8b5b-701297030fca) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 192ec813-9ef3-454e-8d08-5571f37cc181) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cb476c75-210e-4742-b18e-01eb9ec63cd5) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75c69507-053f-470d-818e-7f4770ba6e51)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14e29444-fbcb-43c0-9c67-b379b4036f75)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c37475c-2c79-47d4-80e2-cd8f7807f30c)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 690e43a7-8614-4263-9b05-1845e902e292)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b287bcd1-8b65-4d76-a0a9-cc5ba931e520)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1c5fc1e-e727-40af-a220-73899c43e101)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9a04aa5-5233-4fd0-bc5d-5159ace53b9a)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d36c6bb-b450-4e82-a21b-37dba0bb4dd6)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1518b74c-c70c-4dea-8b8c-abf24ff5c312)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9f3ecde-06d6-4f40-bad8-077315941c84)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 904f7ffd-70fb-4b10-9470-c2a89263f747)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91bf418b-852a-4f5f-a531-b31260f78dd8)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc24166e-e92e-44d3-9770-a79109a05fe8)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac0bf4ba-6a93-4f22-9f1f-ece6fb4242cb)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b131e7e-52e5-4fab-b574-39a90fb650be)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69b7427d-ad84-4b73-b510-68f347842b57)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a4dd88a-c769-48da-85a9-a40b95baa8bb)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d301d4ec-d101-4c6f-a3d4-69b33b86d3f2)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 9c3c9a51-ee95-4f02-bc20-8a06e515c73c)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 3fc9c975-6962-47d0-b025-f54cbc501d22)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp bc3844e3-210d-41de-9701-052cda1d8747)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 27 "Net-(R8-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 0aefe021-18db-42a7-b7e3-5869d19b139b)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp f7e061de-f10c-4dd4-9bb7-97232b7b235b)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp a4ccff6b-8aca-4df0-a4d8-195b1f165632) - (at 60.96 147.32 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/af8730ba-4aca-4759-9b8d-e74032efa187") - (attr through_hole) - (fp_text reference "RV10" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 442aa6ed-5cbb-4065-9ecc-758e7a313ee1) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1930209d-55da-4672-bd43-5fca6266e799) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f5e2024c-593b-4f04-99c6-0974ca5c152f) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 746056d2-794e-459c-a537-4e783d2eca1a)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 988484b1-d3d0-4e1b-9c9b-99ea0b94dae0)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f434c39a-03b8-48af-8859-6d9f62c92eb8)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 301c7526-ac47-4399-beb1-ba9bf5956d65)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5970b408-2ddb-45a3-be69-a2e14a7601ae)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23625d51-a268-46af-8f55-095f0526aede)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d267371e-efd1-4173-a934-1359373527e8)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0f6dba4-5f63-4a71-9375-470a345a5f38)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db4f8e7c-3db1-454a-add9-a637267e8cc9)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f146401d-3e1a-47eb-bcda-23bcea1e5fb2)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84193856-49aa-4c20-87b4-0edba7d6f280)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4759a81-64f8-46e5-acab-a6097e923a3e)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 838bc69e-eee3-42c7-a59c-cdcb43fd1d48)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f758aaba-22dd-4851-9e88-81060713f5b0)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecb4d3b8-7219-457b-af53-40a700534823)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 675147a4-28ec-451f-8bef-ca7c43229861)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45244127-1f14-43c7-8681-47460423869e)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5933e04f-e8a6-47e3-be10-b047325016f8)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 9a43251d-314e-4528-96e8-112102890dab)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 11019080-abcd-497b-bcfa-7d687f9d83c8)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp 3a68dcc5-82a0-4262-b363-b66ea80b5c7b)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "E_B") (pinfunction "2") (pintype "passive") (tstamp 2ff04c49-c2a7-4502-aeb9-6cc167d5c545)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp b121ad60-a0f6-4a27-a516-9ac62ca1ffe2)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp b2e36d1d-3f98-4b91-bfed-417c09bb03e1) - (at 60.96 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/af39addc-3465-4651-8868-55bb8ff22fb3") - (attr through_hole) - (fp_text reference "RV6" (at 5.842 -0.254) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e3c7242f-fbfb-4c3c-a317-fccd121c0c2a) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c007766a-2dc9-4ef4-bfbc-d7c56e13763a) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 10fbd30b-4b42-4372-b41d-460ffe11b225) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf9cf575-bf00-4686-8ea4-981cc2383520)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32e7b57d-c686-4cb5-bad4-b07fd86a7852)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fb98d51-002f-4edd-b53f-9ca71f958066)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3600fae1-102e-4676-adce-517f1f8fe1e4)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3729d88d-1fe5-40af-adf1-bc4f36ccb442)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d57c3811-415a-4b4d-b434-ff048be692aa)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34a63c74-fa49-4ad2-bd2f-41896d571d53)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09a9f6cb-797c-41eb-90b4-f0d31ed691e5)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be1a3ce4-0ef1-4f45-91ec-8ba3ebe7cb13)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b573f632-55ed-4596-ad1c-86da4d1d4c69)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c441434-9622-4d81-a637-b05817c0e96f)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5500b1b9-6f7c-4ff9-8e38-5a4ce34f7d78)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9539d19f-749c-4f67-90e0-5eec50d73d51)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 057d3259-731a-4182-b62f-a9e83b8933fc)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01328105-1c3a-4655-9a14-01701cdc3684)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f35c3c1-9f78-4f74-8542-682637b89e48)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a1eefaf-f92b-4080-b010-909e48fb7153)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5893f963-7e6e-458e-9cc7-b4c791e398ff)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 2786d278-98f3-48c3-8790-dd8466526063)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 706d696e-5c1e-49a9-8243-afd17f4f6aec)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp 514a50e7-8cf3-41b4-99e7-2b5b3d96980a)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 14 "Net-(R3-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 87c2a645-4a7c-4d9f-a615-282181240bee)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp 9aa7b4fa-9e99-415f-b792-456f1b552a36)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp c7be7d36-044c-4624-98a0-a11901bbb38c) - (at 60.96 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/25408238-ce25-4d5c-b875-67761a06d43b") - (attr through_hole) - (fp_text reference "RV2" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bcbcf9c8-376b-4a4f-9035-283475e8de48) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 76f67108-654f-4f50-99d5-c0a1672279fe) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 84a14c77-c937-4854-a3d9-f6b8fffdfd56) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48c1e0d7-0350-4909-816a-e9ed90994f35)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 942ea403-c2af-4980-adb6-17f697e4bcae)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9f7afa9-2a00-489a-8426-a7fe7aece8f8)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b67ea60-8b63-45e2-b67c-58043c63ae72)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7df752c3-3f58-435e-8e6b-40894d606a04)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dccfc8c8-5e84-4193-9733-9cca3fafb694)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b252db76-8047-42a5-8619-45e0024905a9)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47c9da73-bd5f-441d-84ed-52199aa2427b)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd7042a0-948e-42f4-9534-5a93ddbe4a29)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e3ed6d1-2655-4139-984d-f04b7716d90c)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 255daab1-174c-44ae-b924-4f21cf1f29d9)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a383e00e-0aa9-423e-9e9e-df537dc81161)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24543321-8ac6-438a-ab94-a54b27370c9d)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8c3791a-ca25-499f-b9b2-2bfe198caf00)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2235278a-5501-48bc-873f-6c75135d6281)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4dd601cc-ddb4-464b-bf38-b709818366e4)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b59e4e04-d769-4fef-af3e-e1b0e2693f9c)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp ade8d79a-23e1-4e86-8c0a-fa58dca9edad)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 9f7d78f7-24f6-4a74-bf84-956a070657f3)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 5515ec92-01e5-45b8-b6c9-bcf4feed3475)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp b3135bf9-7377-4be6-a67b-2712597310cf)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 10 "Net-(R1-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 4f1381ee-41a7-44bb-880d-873f9b81b778)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp f6463dfd-20f5-437c-b10d-e2d9b8842fe0)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp ce34a1dd-d07d-48bb-aebe-a3aecf00e9f5) - (at 101.6 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/7880b2f4-ba89-4c49-95fc-48946ac85581") - (attr through_hole) - (fp_text reference "RV1" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cd337115-8263-4d7e-ab7b-124d045a9336) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b2941150-f749-43f7-a1d3-7f8724515e12) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aaf2a93c-2cf7-453a-bfa5-b4ae5fa21c53) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e24359ac-be08-40a4-b3f5-390f676bcae1)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55ac270d-785a-4b16-b4a6-d9e54ef78801)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce1fd6b7-0f3c-4a5a-aa58-8e1844695500)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32801d2a-2cd6-490a-af95-b0b52625a146)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 340d7bf9-4b98-43a7-9578-93a6a89f1692)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec3bb159-6390-4f27-bebe-91cba2eab974)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 852b9792-561f-4141-86e3-ccb8fa65058e)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88f78fbd-ec42-4725-965c-503855f2705e)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7da7c98-53d2-4cd6-b13c-d564efbc9e3f)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e840bbd0-99d9-4f23-9902-34c228969d5c)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5783606-d2d7-45d8-b402-7bb081ec83fe)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7eb3321d-461a-4d5b-b895-d5bd1807b5e9)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6050303d-73e2-4d76-a7de-4c2eb59d2853)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60fa9b1b-3fe6-4278-bd32-b2995ede2f3a)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cf50dfc-994d-4eb7-bc76-4cf74976671d)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be946cde-f471-4ab0-beaf-60e2e434a635)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4fadad2-fa97-4f04-b005-8e92efc3c3a5)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp fe304296-9862-4fd1-8255-98aa7f0e1839)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp fc11ecd5-4adf-4126-9bf1-6ab46da7dc88)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 42da627c-99ae-4b11-8d3b-552c5b1da20e)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pinfunction "1") (pintype "passive") (tstamp 223414f8-6916-438b-bc00-fa58932ae36a)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 29 "IN") (pinfunction "2") (pintype "passive") (tstamp 6f6a5324-aa98-49b1-adcb-b2a95e2a18ea)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "Net-(J2-PadT)") (pinfunction "3") (pintype "passive") (tstamp a7ed6409-8019-4d36-9f44-6b35f97f8502)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp cf2b32de-2b9d-4f88-bf8d-de5c55282622) - (at 60.96 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/b22c23dc-9cfc-4362-a1c3-2d6d1327fd79") - (attr through_hole) - (fp_text reference "RV8" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 86f8635a-b397-4019-a248-22057bf98bb9) - ) - (fp_text value "50k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 96c58f12-d452-48e9-88cd-59b959cdc47e) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ba4b91c1-682b-48de-ba03-44c7e29df226) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91767ef8-f2e4-4c2b-9a30-4c9eaabad035)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09c29683-bd21-46b1-ad4d-636450b8fe61)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18e4f9fb-db00-45c8-9ae6-176c95727264)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e2a6616-96e6-4cfc-9276-bd7022e53c68)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0173110a-77bf-4e55-b1ee-f27a3eadfbfe)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 209c58cf-751f-422a-9dd0-b1590ee2c8aa)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06f11c9b-0b36-46ce-915b-ceb8c19e48c7)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fba0bf5-e84c-42cc-a64b-d6d869c53b6c)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e67716c7-d495-44ee-94b2-2e892a559c16)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 661809c1-cca0-4d75-a09b-14e2083eeae8)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b211a3e-0bae-4f85-9b30-ee077a2c129f)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9f14c6e-1e3c-439c-beeb-52c377d73683)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0d643d7-9883-478f-bb79-cadc50e47493)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6aa074bb-1baa-4de1-9280-d67d1a041508)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c1c11e6-18c6-4f90-bc81-6938bc4a5753)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f720a8e3-684a-4a2b-87a3-c9fa797d6274)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7c3d600-f639-4e70-b958-df951c4b596c)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6904542c-2294-40d0-8e34-bd5668f0f0a6)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp c669c8ee-86f2-4edf-9a35-47f677970048)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 168d8649-52ac-492c-9891-f097c2414c35)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "1") (pintype "passive") (tstamp 7c9f261a-adee-4202-8782-c5771ce5fa06)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "Net-(R4-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 1b506c4f-a057-40bf-a6a6-af265fc6995e)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "3") (pintype "passive") (tstamp 4be33e82-0311-4dfb-939b-36bbdc4c50a0)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061067a6b) - (at 93.98 67.818 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060ab44d3") - (attr smd) - (fp_text reference "D1" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 26654667-1644-492f-bcd8-288c72f0d838) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3f51e228-f3a9-40a5-a0cf-30b8a07d5646) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cb085357-4afa-48e0-982b-21b7d58609d4) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1a039824-26a5-48e8-8afe-6b1a91220e7e)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 728fd50d-2757-4286-9b3f-983c311e495a)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e78a98d9-042c-4c22-8324-94576341cc0a)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9a0d260a-59f3-4629-9020-4b1cb212509c)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 236003ef-d12b-4d88-b34e-2fc1b6a06239)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bd68a514-d501-4bca-900c-af6e817a5628)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b98aa4a6-0490-4f69-a2af-9da5cad95e56)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3f54d128-3145-4ffd-a8a3-bd527d2d580e)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b85e05c5-9c4a-42e5-a460-037ad61385d2)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8a02cbd6-449b-4cec-805c-f92be84e8e1b)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 03a14fe5-3210-4bd1-8c51-4864d3fcb3e8)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 01c47c26-bcde-490d-b1a1-25a3ab4b0a9f)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6103d1d7-a973-430c-92e3-2f1dbc5466d7)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6070f57a-83df-46ec-8f5a-0feda76bbf69)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9a3ef427-08fc-467e-834e-abb75b61dbd5)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0946c2c8-e925-4ac5-ac64-67889d9d9abd)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 132c5160-3452-464b-8f5c-576408091b35)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cf54c886-85bb-4924-a00c-ff1272cfe03d)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp 0833d08a-9e2f-4bde-ba8d-68344dee7b07)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (pinfunction "A") (pintype "passive") (tstamp 71717e78-b7e0-4ee2-85f2-b7df9fc104af)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061067a97) - (at 97.79 147.828) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060ab8812") - (attr smd) - (fp_text reference "D3" (at -0.03 1.772) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7580533e-9ecf-4a30-82e9-a15a12c1974c) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a24f6345-f8f3-45c8-a8aa-4d92dd7d70f7) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1db51e4d-af7a-4fdd-9b4b-5dd97b66454d) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fa2b8c64-a7e3-4d7b-a4f7-0176bcd82ca9)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f97de138-3919-485e-9396-5096c5f6718f)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 45675c85-e469-4246-a48b-ab42d9fb7cf4)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 165ff3bf-193c-410d-a4b6-cef3ffa2c9a5)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8e44bdb1-1fd0-49bd-a90c-6b77f7ba747a)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7dd35813-c1a5-48ff-8445-84ac5e252a1c)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 857b8297-8099-4016-bd60-008f3d176fcd)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 09cc6d89-e8da-46b4-b98f-d41aa4dc0e6a)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dca4bd94-717f-4e7e-8ff3-475732c6718b)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eb364f05-d6ee-49ca-aef6-a93771597d30)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f3057669-f8ec-4842-943f-cec84afa5983)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 884b8b00-4f18-4e33-8e32-4c318b33a893)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ddde9f7-d584-4d13-895c-1a8774b757c0)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp efef5a5a-0c15-46e1-897a-8ff9c6f69ed1)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f261fbdb-f595-43dc-a43d-8a50303d483c)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 29d07517-9e00-4f33-bc62-b49cb50b5872)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 927f13f9-d1e8-45db-be30-8395eb80f75c)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 85a42cf5-668d-4fae-8f62-4deb56140ff3)) - (pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 32 "Net-(D3-K)") (pinfunction "K") (pintype "passive") (tstamp 674091bf-a6f2-413b-aec2-86e91ea83079)) - (pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (pinfunction "A") (pintype "passive") (tstamp 8e10c4e1-7d9d-4b88-950c-71b2a61ac9ab)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061067ac3) - (at 97.282 125.984) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060ab3ced") - (attr smd) - (fp_text reference "D5" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp af3ac139-5e17-466c-8c10-ecc3bf5c057e) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7823dc49-d8d4-4011-8fd6-8de35c1dc74c) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bfe938b5-248d-46b7-a0fd-be82e1049b74) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8b0c76b2-3d3b-4666-af59-8365236fef43)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 87e51c95-a779-4f0f-83c0-7ca78795a56f)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a6fb7248-77b9-4a54-9d07-899f33438194)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c3520049-1b4f-43e6-a1c3-cd948f3a4da1)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ac4384a9-9874-4d9a-844c-65bc3addde3a)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 744bcd2f-722d-4329-bb4d-0bd9ce75450a)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 05cd7e95-b668-450f-ab6d-248be6a92344)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b9a01907-10f2-457e-93dd-f39ac2dd4a4f)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f34a295f-baee-49a1-b688-b6f58e406383)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4ec43542-b9ef-49f1-b66d-ccb7c53713ad)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4adc3308-a11e-4974-b507-b1a9d44603c1)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 550ec1eb-cddd-4afc-9752-5e9123e4e936)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ad9a459d-5a75-4966-8749-db1debb42a00)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7c020cc2-0359-445b-8a63-037c6724f7ac)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b0ac334b-2389-45b8-a773-4b35343f772e)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1745dce0-b14a-4f18-990b-defb98fd06a2)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bc6086a4-2247-48b4-b5a7-ab3fd23bfd86)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3ad18044-f24b-48c6-946a-f3626b61eea1)) - (pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(D5-K)") (pinfunction "K") (pintype "passive") (tstamp 73b5fb04-3a11-4849-8f3f-24c4fc67d208)) - (pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (pinfunction "A") (pintype "passive") (tstamp b9c62b8d-d073-43af-8f9c-9732c7558af8)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061067b15) - (at 98.298 106.68) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060aacd5e") - (attr smd) - (fp_text reference "D9" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2d1cae0b-9e76-4968-a591-18984a7a07e9) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c64cf659-fcda-474b-8118-8287ab1a5002) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a3791ad3-e658-4487-828c-d2b6f92075ed) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4a9f3334-b22a-411e-a5d0-058b6bc1e9ff)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 88544fc9-a9d1-49ed-b915-7d9de69cdd71)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 62c61373-8971-4b53-9c4e-393948ddbcad)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b6e74db8-257f-4fb8-beee-39667c0c1d59)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 661e4448-3e10-4203-b645-d73c1981e813)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4b18d6da-d596-43c6-ae48-95b592866756)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d1847627-834d-4b9c-a33d-0aef5dc94c38)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2016e1ad-83ce-46a6-b708-8353e5112455)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e649478-78b4-49ad-abae-f7f0a8380cd4)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 36602f8d-da0d-4749-ac69-cc99a14f8ce2)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp abcaecf5-7ccb-4d0c-9ce7-24870ed072d2)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 403b8a68-a70d-4cea-92bd-476d509dcc89)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 06cd3c37-222a-4a51-8dde-604940fb5ba8)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3045523c-f753-4c34-84ec-9cfd36da9c67)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d55b411c-f42e-4d8f-a324-49969282929e)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3a8773c8-f5f8-4601-add6-5365c345131d)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7449e75c-1c7c-4df1-b2ec-8acbdeba35d4)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4e762856-3871-497c-9a5f-d9c22b78e340)) - (pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(D9-K)") (pinfunction "K") (pintype "passive") (tstamp af31d59a-8aae-4645-9389-b393015a8fa5)) - (pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (pinfunction "A") (pintype "passive") (tstamp 000eae03-a5a5-45e8-bda8-f734ec4f6433)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061067d9b) - (at 98.314 69.596 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"") - (property "Sim.Pins" "3=1 1=2 2=3") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ac31e4") - (attr smd) - (fp_text reference "Q1" (at 0 2.5) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp da0c5434-3cec-43c8-9b87-b740d2174960) - ) - (fp_text value "MMBT3904" (at 0 -2.5) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 41667360-bb51-408a-a443-946808008873) - ) - (fp_text user "${REFERENCE}" (at 0 0 270) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp 1cb427fd-3a02-48b2-9fc9-359a8b6eb435) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4fbfcfe5-7496-458d-8874-a47987114430)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1674b133-2d7d-48fd-870f-f820ecfa25a2)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 048fa94f-b86b-4ecb-8312-572ff187f636)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3abf6641-34f7-400a-8a4e-526557d0a9d1)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2632db27-a775-4185-ae9b-9d0195753320)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6f5ae6e7-8fcb-4497-8798-4a28d1c65831)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 223cb40d-975c-457b-ac15-e8de31809fad)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7de51804-b1a7-4fca-a4af-fa8448d49e41)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e117d059-b01d-4e3c-a768-3ecfce9a495c)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7c8b0811-ea42-4fec-b506-3e4e17690b1c)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 04ba2a06-a596-44a0-a9a9-1e2ab380defa)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ad3a7f80-15de-49ae-9e6e-dbc394ecb164)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f62e98f6-d194-4a2e-b56c-f8638f06c7cb)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(D1-K)") (pinfunction "B") (pintype "input") (tstamp 88a16106-3e89-446d-8da0-9721fee8100c)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 31 "Net-(D2-A)") (pinfunction "E") (pintype "passive") (tstamp 7f055323-ec59-4c09-b9ef-b748b010ee0b)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 38 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp 1d5dab5a-3186-43a6-b5cf-16d5f06b9fb4)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061067db0) - (at 97.028 154.94 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"") - (property "Sim.Pins" "3=1 2=2 1=3") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ad4b00") - (attr smd) - (fp_text reference "Q2" (at 0.0508 -2.54) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7cede058-4ce5-440d-b979-f011c1e16785) - ) - (fp_text value "MMBT3904" (at 0 -2.5) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dabe63d8-fb23-41bd-8d0e-b58f905bdd43) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp 13d04be2-a33d-4d73-b2ae-6c4c1b3bcec2) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 74286ac5-a28e-4e9c-9c40-7fecd8d35315)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 157803a3-9607-4164-8bdc-215d000b3dbf)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 53d7b597-5e27-49b0-9c00-5e643c36b30b)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ec028b7f-e9dd-482f-9399-15eddb005f05)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5c940dbe-1c4e-4d3a-9b19-3ab4cc80bbaf)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3402ceae-2063-4291-ae1b-ba3851aaaa58)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 46a65303-65ef-4dee-9dd2-2a8cde172170)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7fba8a85-2393-4ab5-8277-7412ffee5f89)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ea97049f-c784-440b-adc2-4dfb6c713677)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2ee9a12-f007-42af-ac75-547977c7e32a)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3b5e6343-f857-436c-a2a8-2887186440c6)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9c75b94f-4e90-46be-b682-1c0bbb1e0b9c)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ae9a8327-0809-4489-98a0-a4027983a29a)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 32 "Net-(D3-K)") (pinfunction "B") (pintype "input") (tstamp 0cbda316-6f1a-4674-810f-767b2a4d44fb)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 33 "Net-(D4-A)") (pinfunction "E") (pintype "passive") (tstamp 223fe363-79a0-41ae-a399-0b1e880d6b7c)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 39 "Net-(Q2-C)") (pinfunction "C") (pintype "passive") (tstamp 469466f8-86bc-4203-a4b2-9a6a1a91db00)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061067dc5) - (at 96.774 133.604) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"") - (property "Sim.Pins" "3=1 1=2 2=3") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ad3277") - (attr smd) - (fp_text reference "Q3" (at 0 2.5) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 51cfff58-637f-4c65-bc48-05a3fcd9377c) - ) - (fp_text value "MMBT3904" (at 0 -2.5) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8fdb3d75-ef00-47b6-87fb-caebbc3b6493) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp 077ac845-fb9f-4b25-9145-886c086970e8) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9cc9aa65-e87a-4159-bd71-0851e22d66f8)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2341b76b-7650-4e53-9088-7498bb551766)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 495ef67f-3208-4ba5-8c9f-d91dd6b4650c)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6e9aa6be-687b-414d-bebf-beeb22090e17)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 94c4f164-aafe-4942-999e-1a05716019e5)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c6ebada-85a0-406b-8a45-05fce6754e78)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 804c362a-d031-4218-b442-929a181b3483)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7f445f94-8d54-4ad5-b9a9-dd5a5442b5d0)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ec94e2a1-4a0c-4920-ad7f-3a73ebd22582)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5f97bb9b-3c60-441d-ae32-2d2d61f1e6e5)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3f34232f-09e8-41f1-a7b8-70772485e7f6)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19149c4c-8996-4dd8-b9fb-bfad40d2e868)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 62edbb19-92d9-4171-ba9c-52423ab0a018)) - (pad "1" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(D5-K)") (pinfunction "B") (pintype "input") (tstamp 16b4b990-a1a1-4ea2-943c-f928e8efc362)) - (pad "2" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(D6-A)") (pinfunction "E") (pintype "passive") (tstamp 26985b05-63d3-4da1-be47-85b88229ab1e)) - (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 40 "Net-(Q3-C)") (pinfunction "C") (pintype "passive") (tstamp e01fad43-34e8-4cf3-bf69-ae8eaba41ecd)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061067dda) - (at 97.536 114.046) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"") - (property "Sim.Pins" "3=1 1=2 2=3") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ad3dd5") - (attr smd) - (fp_text reference "Q5" (at 0 2.5) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 00d93172-26d1-4d69-9ef0-05bf51d3a9c7) - ) - (fp_text value "MMBT3904" (at 0 -2.5) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 315166da-9f8d-4b98-b350-f30a87e462f1) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp a05abaee-5e25-4881-a5ea-c8714b5d3504) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9830f92-1d3f-44cb-9a47-9d3b4538111f)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0fcee0f-9085-48a8-98ac-fc8b91104d1f)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cc27bb65-2fde-4379-9c98-5ddcf93575f9)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2f7703f-7653-46d7-882d-0060afb8911a)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b1d812c7-40b7-4959-9b71-b50231fbf791)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 267c2e93-ab86-4d46-9c90-453697b04e08)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6d87b3e6-950c-433a-960a-4af55a45224c)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f1d6d642-7d9c-451a-86e2-7baf4fe59bbe)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5eff4785-c9a1-4c97-963f-907b29a1ff02)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 405b1681-2b5f-4ed6-96b3-b0ae5bf44435)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1a7685f3-df02-4aa4-9261-ea95b9a49189)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5f9a2a9b-b5cf-47e0-9106-12c089c7d440)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 49b71df9-e36c-444e-b5c3-8af53229ce55)) - (pad "1" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(D9-K)") (pinfunction "B") (pintype "input") (tstamp 6552cae8-3479-4a6c-a890-a9ca817781a6)) - (pad "2" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 37 "Net-(D10-A)") (pinfunction "E") (pintype "passive") (tstamp 8053f7b0-c14c-47a3-b720-39c9889e6606)) - (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 41 "Net-(Q5-C)") (pinfunction "C") (pintype "passive") (tstamp 93337380-2885-493e-9cc9-fc0beae4fa23)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061067ffd) - (at 93.456 64.262 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060a86f88") - (attr smd) - (fp_text reference "R23" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 57035fd0-185a-40de-acb3-1a660a6aa91d) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 39cbaf36-e48d-4d15-975a-57b6ed731b80) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 64b4f66d-1fab-4f43-a8f7-6551645f2bbc) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ef16a75d-5e20-465f-9697-ebaa85123dc7)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp be0ffd09-cb42-417d-9d06-255f60006361)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39e14219-1bc5-48f5-acb8-e02f83e7e715)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ee448cf1-88cc-4e51-b9ee-609563e40fdb)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1b58bd16-b757-4e20-993d-ec653f8b182d)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca4ef124-1259-48dd-9fa0-f4b1ed2c517e)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3e35e01b-da59-40ba-898b-61a2a082c411)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 14e78ccc-8be6-41cb-a855-ba1c886e258d)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bff46a37-cb4d-4590-afd8-085ec57c07dd)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d09606c-d69c-4a88-8088-6c53671a5fd1)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 30 "Net-(D1-K)") (pintype "passive") (tstamp 53c7b02d-15fd-4044-b5a8-1fb620708987)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 29 "IN") (pintype "passive") (tstamp c42e63b3-cebb-44a2-a356-d184acf6df68)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006106800e) - (at 97.282 144.526) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060af924f") - (attr smd) - (fp_text reference "R28" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp afee7cb6-0cec-4114-9505-c9336f4585e4) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b5707d92-b78a-42bc-97be-62c911397124) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp a8d02fd8-e92c-4a2c-b03e-9a96673ef14f) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 497f5473-0417-46a9-b987-ab56f1c37ce0)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5362f10e-be49-4d8b-9f30-e7929613ef83)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dd548725-b316-434d-b9e9-6d311e4e874d)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8def4f4d-89d0-45fc-b6bb-cc5eca5258ab)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7723270d-c6f5-4adb-bfa5-a6912d2ac50a)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e2fca1b3-57a0-4016-8f81-ff85e8b33e77)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53376a93-671e-4ff7-a805-7674abb0886d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 31cf9a63-cfd5-4b3f-a1bc-047cd12ffd2e)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9895e467-4aca-4f69-a3d0-9c1db9b1b278)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7fec7611-fa3e-45fd-a842-fb478c52e0de)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 32 "Net-(D3-K)") (pintype "passive") (tstamp 07d78dc1-8867-411e-8861-9ec3b49368c1)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 7 "OUT") (pintype "passive") (tstamp 2ec91306-3ff0-44d8-95a0-55d0a1e5c89b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006106801f) - (at 93.472 71.628) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060a7522a") - (attr smd) - (fp_text reference "R29" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6e458086-b0d5-4ed2-9e6d-c8645f9bb4dc) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8cb9659d-3575-4c90-9153-f8fbc9b3d346) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp f6701d7e-6035-418f-a303-592301e63e57) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94829241-25a4-47c1-a22b-461ff7bbf878)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 27fa9901-b0ae-4b6f-9596-79f89de4e51d)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 906ca26d-71bd-46f6-ad1b-d76165d6664e)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c3993541-5e3f-48c8-a80f-2e3d57aa20a2)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 77584ee9-a9f8-426a-b570-a3ba8c4c7af6)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0ee9af95-fc16-42bb-b20f-a1eecf33a0c6)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9a182ac8-c634-464d-a1ad-ff67e2b84fbb)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b9279e8c-7356-45ae-9a63-177c70172bcf)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0318de2d-b62c-4dd5-9a05-d48205b54a01)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 152375f1-b3ea-4b25-8ce8-c8872ed13f31)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 42 "+5V") (pintype "passive") (tstamp cf10a7aa-85a1-49a4-a1d6-570b661617ef)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "Net-(Q1-C)") (pintype "passive") (tstamp 537e5c96-5271-41ea-b7f0-04be59a16f00)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061068030) - (at 97.266 151.13) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060af9243") - (attr smd) - (fp_text reference "R30" (at -0.126 1.5) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b8df9c8e-d564-469f-8a9b-2e1a7d6c26f4) - ) - (fp_text value "5k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 22730dd2-00e1-43d6-bb56-774fe8ead295) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ce3bc4e7-a764-45ec-a37b-eb261d74893d) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 64a5c10b-ede7-44d1-89b6-28e6b59a0e49)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6eeacd96-16df-41a8-b681-a5ee97c16e71)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1720f8ea-09ad-4e65-8b9a-89b3f5834493)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2148ac27-74a4-4b17-ab66-020e5712fcfd)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9b80bbb9-5fd1-4eea-b891-e6fcf1154867)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 52547b95-5cfd-49b6-8822-4f5e943d3dab)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9d71ecbc-51cd-47d5-8103-5d2f559a72f2)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 163a9130-51cd-4ec3-8e82-8a1e2ec66881)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7008ecb1-c9d2-4ab0-8e81-5def3788ad03)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a419cf4d-4e43-4c95-84d7-abd58fd662b7)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 42 "+5V") (pintype "passive") (tstamp a0877476-72be-4343-b335-0c3113c795c2)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 39 "Net-(Q2-C)") (pintype "passive") (tstamp 0c26c87a-7632-414d-8c97-9c0795c5b3cf)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061068041) - (at 96.758 122.682) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ae945b") - (attr smd) - (fp_text reference "R32" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fa6d9272-172a-4ef9-b7e0-ead21b44b96e) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e70e83a0-8e7b-4671-9422-8d34a88907c1) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp afeb966b-5bb3-46b6-ba76-5a99336d1395) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0affe93a-557c-46ee-a577-9fb98ea5ec88)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 534c7c74-fa8d-429f-b427-333741204759)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 66f797f2-67b5-4a65-a4db-52c4407f7611)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0c1750cf-b36d-4fd6-b35d-2c377d6edfb4)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1164f934-bb63-47ac-89ba-1037dbdd74fa)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d75157a0-8d6e-4e05-a67e-b8d0a862e8c9)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0cdd0bd-5b9a-4627-8653-7bf7819845f5)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a488eddd-90fb-4d66-81dc-e417b4284dd3)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8c8a5057-eb56-4a57-9c88-ae8455655593)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf7167eb-3c15-4905-abd5-cffedab321f3)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 34 "Net-(D5-K)") (pintype "passive") (tstamp 7e7fac32-2bc1-4f67-b2e1-f1854cac9fb0)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 8 "COM_OUT_A") (pintype "passive") (tstamp 5fdedec5-d455-47e4-b88b-7df7e1840b84)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061068052) - (at 97.028 129.54) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ae944f") - (attr smd) - (fp_text reference "R34" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 418e1756-b2df-43e2-b688-b0ed869197ff) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4f5a8e06-811a-4ac2-8e59-4049eb911bb2) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp d38e3a54-79ff-4a52-b956-b90a670521b9) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp eb0c632e-f5a0-448e-a249-12eae383262f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bd88e6d6-7152-47ce-a18f-a03a424037ee)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 99154bc8-7a14-4315-950b-a5456ecb73c3)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f108ec1e-558f-4da8-bbba-dc1ce3804e6f)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 909e17e1-34b5-4eb0-bf86-143ad673035e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 158adb17-ee72-4254-ba7f-78fc71330e8e)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19b998ba-7b0c-43d9-8977-bc9e36836285)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9bf62852-1475-497d-b851-38a161850a32)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f7410c6b-b9cd-4780-8a2c-b90cf6ffff32)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8fbafe48-3cd4-43a8-a1cb-91bb03350ed4)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 42 "+5V") (pintype "passive") (tstamp e7633d83-e6fd-45a8-8624-6c4232c9de1a)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 40 "Net-(Q3-C)") (pintype "passive") (tstamp 8993a16a-edb3-4b48-8991-0badfa351fcd)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061068063) - (at 97.79 103.124) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060af094d") - (attr smd) - (fp_text reference "R38" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8c63d3fd-047b-42a3-978e-619421acc011) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cf285c6e-3a0b-40fd-988d-d366d881a2ca) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp e5830caf-bbc7-4e15-8c5d-b03b40a428c0) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7aa95f42-885e-43b0-a0b6-7a6dda4b7487)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d1d19491-9f1c-42d6-8da9-f01af30b6354)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 16b639d1-4bec-44b2-8b3c-fc0dd3df8479)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fbd33bb7-35fb-48bd-86dd-080f068ff405)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2b60be83-5c3c-461b-8b2f-e706e354e03a)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d5079b8e-0383-4e22-b004-3ae1f1c00dbc)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cdbf6838-ba8d-4b09-852f-595c7c777b5d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 65519268-4cd1-47e6-bfe2-f0fd0fdebbfd)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87a4419b-1fe3-4d67-aba4-7c7ec7f61148)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0e7479f9-c2cb-449c-b349-7e95a55444de)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 36 "Net-(D9-K)") (pintype "passive") (tstamp 4295f06c-a889-4177-8032-5ea27743c2b7)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 2 "COM_OUT_B") (pintype "passive") (tstamp 22d5a5b1-2115-4903-a52b-947a91ccaf8f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061068074) - (at 97.79 110.236) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060af0941") - (attr smd) - (fp_text reference "R40" (at -0.01 1.574) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7ce8262f-253b-4ae9-bc19-f0b14350c4d9) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5da17b4b-318e-4a53-8d3a-c6e9d1114c59) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 260eee19-5f6f-476f-8e66-c40f238c04be) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 32644db4-4160-450f-b029-a7ec656882ad)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9acb7d29-32f2-470f-83d1-a76b0452fc89)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d56961ac-f893-454a-9b66-f4ae01b54200)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 038e3542-0d3d-4879-ab95-25c88d69def9)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4ba1fec0-87df-4c8d-84db-e1c01fc8f22c)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 45512096-9644-4fc7-8b9b-1550a35848fb)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 460e11bb-aa3b-4f3c-a288-7b40e6a04aa2)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6745c59c-f463-40d3-ae6c-3fb97398837f)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 44b4796a-7c35-4eb2-a9e6-41ef98b3657c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c2dc3880-b2f2-4fd2-8392-dbb8208d9f6d)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 42 "+5V") (pintype "passive") (tstamp c6bc5182-b6fe-49cc-ad16-d289d7b13965)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 41 "Net-(Q5-C)") (pintype "passive") (tstamp cd501a66-62ef-4d6f-ad87-c820c2114dad)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-0000610752db) - (at 109.22 98.425 180) - (descr "Through hole straight pin header, 1x05, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x05 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x05, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00006119902b") - (attr through_hole) - (fp_text reference "J3" (at 0 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6de9e9f4-66a4-442f-8068-db34044817d2) - ) - (fp_text value "01x05 Male" (at 0 -12.49) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7a791594-ddde-4a4a-b661-50fd23518b79) - ) - (fp_text user "${REFERENCE}" (at 0 -5.08 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2830f690-cf21-4ceb-a0c3-2072c95de6bf) - ) - (fp_line (start -1.33 -11.49) (end 1.33 -11.49) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c5df0c79-81e5-40bf-b6ef-9b2c168a8f62)) - (fp_line (start -1.33 -1.27) (end -1.33 -11.49) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f029cabd-6059-4109-8727-69ebe96bf44c)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0cb5a51-2f4f-4b46-b04b-8bf672715ddd)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a86bc920-5724-423d-ae08-fa7b5623eff0)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94f0ec0f-1a3f-46b5-8b90-b6bd66830a70)) - (fp_line (start 1.33 -1.27) (end 1.33 -11.49) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d5ce6eb5-1528-436c-bfe0-00ccb7a9a71a)) - (fp_line (start -1.8 -11.95) (end 1.8 -11.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 36d208e2-86ca-4f32-9140-b4e89e1393cc)) - (fp_line (start -1.8 1.8) (end -1.8 -11.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 899e62c5-9074-4309-8c01-2d450905f353)) - (fp_line (start 1.8 -11.95) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 52418948-a6be-4c38-b6b4-4530506095ea)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf4bae6e-d2fd-4ce2-9a30-a2950067ce71)) - (fp_line (start -1.27 -11.43) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cccb902e-88ea-4b85-842c-74de8d1ed313)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 79e11c70-329e-47c2-83e6-845026806e46)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 985b3e4b-b33f-44e3-ab0e-ad857b070844)) - (fp_line (start 1.27 -11.43) (end -1.27 -11.43) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6cb6590d-d9a1-40f6-9fac-c5384fa81ed5)) - (fp_line (start 1.27 1.27) (end 1.27 -11.43) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b9fb847e-7535-4230-9217-53e0f24f49fb)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp d30f1a86-0f93-4be6-8e7f-171859369258)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 29 "IN") (pinfunction "Pin_2") (pintype "passive") (tstamp b280ecf1-90e4-4805-bf30-80ab4c7ee040)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "COM_OUT_B") (pinfunction "Pin_3") (pintype "passive") (tstamp 7074017c-26c2-4f3f-aa66-44e91a59ba17)) - (pad "4" thru_hole oval (at 0 -7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 8 "COM_OUT_A") (pinfunction "Pin_4") (pintype "passive") (tstamp 3d3abe21-0915-4435-bfad-8fb6ff4b3b3a)) - (pad "5" thru_hole oval (at 0 -10.16 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "OUT") (pinfunction "Pin_5") (pintype "passive") (tstamp 40b7d8d4-5c02-43ca-9a70-33a5195112cf)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061075379) - (at 52.705 98.425 180) - (descr "Through hole straight pin header, 1x06, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x06 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x06, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00006118cde5") - (attr through_hole) - (fp_text reference "J6" (at 0 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp abe966e4-fffb-4549-83eb-73645a77889d) - ) - (fp_text value "01x06 Male" (at 0 -15.03) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 327ca62d-67b5-4341-91cf-0ff43891b724) - ) - (fp_text user "${REFERENCE}" (at 0 -6.35 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6084d1e2-f1ef-495e-b885-4f3898f1db80) - ) - (fp_line (start -1.33 -14.03) (end 1.33 -14.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 258327a8-a31f-4d1d-aef6-35521346296c)) - (fp_line (start -1.33 -1.27) (end -1.33 -14.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 97399c35-0615-47d2-8bc5-73ee4f7ab272)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 194da33d-ef31-40c5-a6ef-d519419b0f10)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 38340006-d4fd-49d6-8f6d-70a7191cb359)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 16093c80-b4b9-4abd-a08b-8df8db16ac62)) - (fp_line (start 1.33 -1.27) (end 1.33 -14.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 89ab3114-f912-4dfe-a282-1f3295b1e7c4)) - (fp_line (start -1.8 -14.5) (end 1.8 -14.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d3280dae-fb06-445f-9bd3-c339cd19b0b4)) - (fp_line (start -1.8 1.8) (end -1.8 -14.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2158c724-b8ee-4291-8442-1c39f2681f8b)) - (fp_line (start 1.8 -14.5) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ccda76fd-ce0b-4bb3-b85b-97c393738fcc)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9546fd16-e5fb-4f31-87d7-ca62c0909f11)) - (fp_line (start -1.27 -13.97) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 965457e4-108b-438c-b078-247d360e9847)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c1e94c74-f6e6-4f96-ac25-96dd187c9e2c)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f35964a-7a4c-4558-9201-ef2c25862f80)) - (fp_line (start 1.27 -13.97) (end -1.27 -13.97) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 52cfc366-f9f4-453a-9c5b-5c385740d777)) - (fp_line (start 1.27 1.27) (end 1.27 -13.97) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 90df7139-b6a4-4bee-b6a7-6b2525b499d8)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 42 "+5V") (pinfunction "Pin_1") (pintype "passive") (tstamp f16384c5-e32a-44d3-9217-e66a1fe1f4df)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 9 "A_B") (pinfunction "Pin_2") (pintype "passive") (tstamp fda15473-ee4a-484f-97d7-046242c6876c)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 11 "B_B") (pinfunction "Pin_3") (pintype "passive") (tstamp ac559152-6d5c-4c69-9b37-b1a8707f9e1b)) - (pad "4" thru_hole oval (at 0 -7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 13 "C_B") (pinfunction "Pin_4") (pintype "passive") (tstamp d11d071e-417b-4f2b-82eb-68c22d11985b)) - (pad "5" thru_hole oval (at 0 -10.16 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "D_B") (pinfunction "Pin_5") (pintype "passive") (tstamp e48d4608-67a7-4368-9a04-bb235eaf526b)) - (pad "6" thru_hole oval (at 0 -12.7 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "E_B") (pinfunction "Pin_6") (pintype "passive") (tstamp 04bfb22f-e17d-424f-b297-2310cc7b6624)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x06_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061075394) - (at 92.075 98.425 180) - (descr "Through hole straight pin header, 1x07, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x07 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x07, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-000061195c91") - (attr through_hole) - (fp_text reference "J7" (at 0 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 874de703-5414-43ba-8858-ed714a40b65a) - ) - (fp_text value "01x07 Male" (at 0 -17.57) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 80e13024-ed08-4e5f-bb45-930570ba2c7b) - ) - (fp_text user "${REFERENCE}" (at 0 -7.62 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b27c15aa-39b9-49ea-8ded-31f1a5271e13) - ) - (fp_line (start -1.33 -16.57) (end 1.33 -16.57) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2194fdc6-d189-4349-84a5-5228edc4178a)) - (fp_line (start -1.33 -1.27) (end -1.33 -16.57) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e17d3cb-9746-488d-ab2f-f2902928a0c9)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ebed8ab8-9c21-4383-93fd-b00eac1a1d15)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd1d4523-ba8b-4176-bc70-42248f97253c)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5d3193e5-d900-46cc-b638-a23134cd46bf)) - (fp_line (start 1.33 -1.27) (end 1.33 -16.57) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 36ae3384-410f-4df0-adea-431a94bb35a4)) - (fp_line (start -1.8 -17.05) (end 1.8 -17.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5ecbfaf4-e186-44aa-b96f-817f7ccb795d)) - (fp_line (start -1.8 1.8) (end -1.8 -17.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 82dd006a-6f73-4433-9c7d-ed455b76b82f)) - (fp_line (start 1.8 -17.05) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bdd07821-ec6d-4fd7-992d-2825cffc0dd5)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f00246d-4f1d-438f-bc45-024b8ae055b6)) - (fp_line (start -1.27 -16.51) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4c5221d6-ebf3-42a8-8066-46a1c3ef99ec)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d176448a-728c-4dbf-a77f-5989f485f591)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5e58b062-9388-4e34-9bb1-0afc3d3d5c29)) - (fp_line (start 1.27 -16.51) (end -1.27 -16.51) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eee848b1-8030-4fa1-a4e6-b61864f4205b)) - (fp_line (start 1.27 1.27) (end 1.27 -16.51) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 386136b5-e705-4e81-be39-11d6d56549cc)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "F_A") (pinfunction "Pin_1") (pintype "passive") (tstamp 33c3adaa-5bf4-4dde-b760-e325c8e74578)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "F_C") (pinfunction "Pin_2") (pintype "passive") (tstamp 79f9c93c-11aa-44b8-95ae-d10f70bb0231)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 22 "F_B") (pinfunction "Pin_3") (pintype "passive") (tstamp 5a478956-4178-4c9e-ad0a-3b3325eb0435)) - (pad "4" thru_hole oval (at 0 -7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "G_B") (pinfunction "Pin_4") (pintype "passive") (tstamp acf0d8bb-376f-433e-8cea-6779d9204a63)) - (pad "5" thru_hole oval (at 0 -10.16 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 20 "H_B") (pinfunction "Pin_5") (pintype "passive") (tstamp c2440850-4222-4f85-9d1c-0b9a5a77d2b9)) - (pad "6" thru_hole oval (at 0 -12.7 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "I_B") (pinfunction "Pin_6") (pintype "passive") (tstamp 121b2d6c-e484-4b83-9dd7-957876231a6b)) - (pad "7" thru_hole oval (at 0 -15.24 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 18 "J_B") (pinfunction "Pin_7") (pintype "passive") (tstamp b0510583-f3d8-47c3-8f4a-0343e214775c)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x07_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 50.8 50.8) (end 111.4 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 5d8afb34-045b-4343-a750-1f65344ec651)) - (gr_line (start 111.4 50.8) (end 111.4 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 7933d5e2-ef36-4d56-80d0-9b5e0ee7872c)) - (gr_line (start 111.4 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp b9bc5387-7f5a-4e49-89c5-7e4af697d108)) - - (segment (start 103.124 108.712) (end 108.331 103.505) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1b8e6bb1-dc84-4970-9389-1b707542df7c)) - (segment (start 107.594988 109.887986) (end 108.975001 111.267999) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6d9028d8-49c2-4571-9e20-b6948f4b89c9)) - (segment (start 109.22 103.505) (end 107.594988 105.130012) (width 0.25) (layer "F.Cu") (net 2) (tstamp 7d205a75-f423-49cc-9ac4-e41fb1ca6eb9)) - (segment (start 108.331 103.505) (end 109.22 103.505) (width 0.25) (layer "F.Cu") (net 2) (tstamp 8a57e970-90bd-436e-8d94-319ac42d175c)) - (segment (start 108.975001 111.267999) (end 108.975001 115.814999) (width 0.25) (layer "F.Cu") (net 2) (tstamp 91b71c48-afa0-4089-9d92-3f9c7a82fda1)) - (segment (start 108.975001 115.814999) (end 107.95 116.84) (width 0.25) (layer "F.Cu") (net 2) (tstamp a54e5578-3226-4844-aa0e-e1ec99df7c96)) - (segment (start 107.594988 105.130012) (end 107.594988 109.887986) (width 0.25) (layer "F.Cu") (net 2) (tstamp c5908ca2-580b-4e8f-9b80-12657c8ed376)) - (via (at 103.124 108.712) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 7eb4eeb7-4f9a-48a4-80b8-f8e086f5dd93)) - (segment (start 98.79 103.124) (end 98.79 107.157002) (width 0.25) (layer "B.Cu") (net 2) (tstamp 42eb4dd3-92ed-426d-98c2-2ea68947a90a)) - (segment (start 99.237999 107.605001) (end 102.017001 107.605001) (width 0.25) (layer "B.Cu") (net 2) (tstamp 78d4439e-cd40-4417-b4a2-fe6f05192f08)) - (segment (start 102.017001 107.605001) (end 103.124 108.712) (width 0.25) (layer "B.Cu") (net 2) (tstamp b849a737-5ab2-4eb7-8aaa-297df1aa32b0)) - (segment (start 98.79 107.157002) (end 99.237999 107.605001) (width 0.25) (layer "B.Cu") (net 2) (tstamp f5bdcf91-6efe-45ff-8f32-09ea50b4769e)) - (segment (start 102.87 136.652) (end 102.87 136.06698) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0339d1af-411b-4e7b-ab7f-9ad8c0566481)) - (segment (start 104.60949 154.72451) (end 102.87 156.464) (width 0.25) (layer "B.Cu") (net 3) (tstamp 054fd422-88d0-45ef-b24c-c7c5f08a0c24)) - (segment (start 91.53099 67.01899) (end 91.53099 63.57382) (width 0.25) (layer "B.Cu") (net 3) (tstamp 07594a0f-3739-4a75-aa42-2451d9085aa7)) - (segment (start 104.60949 122.667712) (end 101.293202 125.984) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0bd65104-b8b3-42cf-b607-ecc6d8895443)) - (segment (start 104.60949 114.33851) (end 102.87 116.078) (width 0.381) (layer "B.Cu") (net 3) (tstamp 12ed031f-c20b-4ede-8962-76e7f27d4d8f)) - (segment (start 104.60949 143.35851) (end 104.60949 142.96349) (width 0.25) (layer "B.Cu") (net 3) (tstamp 14fe3e53-87a7-42c2-829c-6d291b142c3a)) - (segment (start 104.60949 114.13449) (end 104.60949 117.51051) (width 0.381) (layer "B.Cu") (net 3) (tstamp 181cfa36-8000-415e-8e43-4f29fd29d0b9)) - (segment (start 102.87 136.06698) (end 104.60949 134.32749) (width 0.25) (layer "B.Cu") (net 3) (tstamp 1a07a6a9-f87f-4cac-812f-c9199c0ea14d)) - (segment (start 104.60949 114.13449) (end 104.60949 114.33851) (width 0.381) (layer "B.Cu") (net 3) (tstamp 1cdbba0f-8e49-4e3e-b450-be87f8cc8aef)) - (segment (start 91.53099 63.57382) (end 95.54481 59.56) (width 0.25) (layer "B.Cu") (net 3) (tstamp 1e7a602f-5c61-47af-a560-8f9b412ac4a8)) - (segment (start 104.60949 114.33851) (end 104.60949 122.38949) (width 0.381) (layer "B.Cu") (net 3) (tstamp 24972063-ce46-47d0-a79a-b488b8adecbb)) - (segment (start 104.60949 112.56051) (end 104.60949 114.33851) (width 0.381) (layer "B.Cu") (net 3) (tstamp 2bdd5ba7-2561-42ad-9e02-d37f280df23b)) - (segment (start 104.60949 112.56051) (end 104.60949 108.41949) (width 0.381) (layer "B.Cu") (net 3) (tstamp 2c971bb0-e6c1-479f-92da-dfa328e02bc5)) - (segment (start 104.60949 105.57551) (end 104.60949 103.20949) (width 0.381) (layer "B.Cu") (net 3) (tstamp 2d1da2bd-22bb-4b49-94cf-3efc4c33176d)) - (segment (start 100.33 77.724) (end 104.60949 82.00349) (width 0.25) (layer "B.Cu") (net 3) (tstamp 2f10e968-e5a5-4fc8-9808-37312040235e)) - (segment (start 104.60949 142.96349) (end 104.60949 154.72451) (width 0.25) (layer "B.Cu") (net 3) (tstamp 3457f421-6887-4855-a109-65e9d4046502)) - (segment (start 99.44 147.828) (end 100.14 147.828) (width 0.25) (layer "B.Cu") (net 3) (tstamp 36a11dd6-c9ac-4b89-8d3a-e4712302fb13)) - (segment (start 104.60949 136.18251) (end 104.60949 142.96349) (width 0.25) (layer "B.Cu") (net 3) (tstamp 3a0aabf2-3313-48e9-aa3b-06d408b7da83)) - (segment (start 104.60949 103.03551) (end 109.22 98.425) (width 0.381) (layer "B.Cu") (net 3) (tstamp 44074739-3c50-47d6-9bdc-c7cf351a2796)) - (segment (start 105.4608 88.196381) (end 104.60949 87.345071) (width 0.381) (layer "B.Cu") (net 3) (tstamp 46fdbcef-2ceb-450c-916f-c8e1726363d8)) - (segment (start 99.948 106.68) (end 102.03098 106.68) (width 0.25) (layer "B.Cu") (net 3) (tstamp 4b49500e-7e8d-4df1-a8f5-acdd67b0f77b)) - (segment (start 105.430501 76.819441) (end 105.430501 62.044501) (width 0.381) (layer "B.Cu") (net 3) (tstamp 4d314aec-d662-46ed-800c-7ae283216887)) - (segment (start 102.03098 106.68) (end 104.60949 104.10149) (width 0.25) (layer "B.Cu") (net 3) (tstamp 4fd610ac-05ed-4e68-b122-c4ee5d3c9647)) - (segment (start 92.33 67.818) (end 91.53099 67.01899) (width 0.25) (layer "B.Cu") (net 3) (tstamp 547bc633-3c8c-4082-a40f-8d813dc980bd)) - (segment (start 104.60949 122.38949) (end 104.60949 134.32749) (width 0.381) (layer "B.Cu") (net 3) (tstamp 5ad5b936-e280-4882-bd06-7182753cab08)) - (segment (start 105.4608 97.7392) (end 105.4608 90.678) (width 0.381) (layer "B.Cu") (net 3) (tstamp 64909156-7dc9-4460-8fe6-53be260e7854)) - (segment (start 104.60949 98.59051) (end 105.4608 97.7392) (width 0.381) (layer "B.Cu") (net 3) (tstamp 6d30250c-6eb5-45e0-b662-cd1626faaf8b)) - (segment (start 105.4608 90.678) (end 105.4608 88.196381) (width 0.381) (layer "B.Cu") (net 3) (tstamp 6ef3b146-5054-474c-bef8-70df2c397a4a)) - (segment (start 104.60949 82.00349) (end 104.60949 77.640452) (width 0.381) (layer "B.Cu") (net 3) (tstamp 6fb0d776-c2a4-451b-b703-9674eff80db2)) - (segment (start 104.60949 114.33851) (end 104.60949 117.51051) (width 0.381) (layer "B.Cu") (net 3) (tstamp 7da136cb-99bc-4823-982b-50662f1f9fd3)) - (segment (start 104.60949 114.13449) (end 104.60949 112.56051) (width 0.381) (layer "B.Cu") (net 3) (tstamp 82ec921b-27ac-44a0-9a76-359a00b1dc38)) - (segment (start 100.33 76.2) (end 100.33 77.724) (width 0.25) (layer "B.Cu") (net 3) (tstamp 866072c8-7b6d-410d-95be-7013f68ee8ea)) - (segment (start 95.54481 59.56) (end 101.6 59.56) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8b5e2298-5737-4430-a94c-82044e388aaa)) - (segment (start 104.60949 103.20949) (end 101.6 100.2) (width 0.381) (layer "B.Cu") (net 3) (tstamp 92d226b6-d1e6-4818-9b51-b569b5d124ea)) - (segment (start 104.60949 117.51051) (end 101.6 120.52) (width 0.381) (layer "B.Cu") (net 3) (tstamp 98065c61-c5c6-4b0f-ab3a-444f67635f58)) - (segment (start 105.430501 62.044501) (end 102.946 59.56) (width 0.381) (layer "B.Cu") (net 3) (tstamp 98d8474d-8c16-4549-987e-d4a75d6e077a)) - (segment (start 104.60949 77.640452) (end 105.430501 76.819441) (width 0.381) (layer "B.Cu") (net 3) (tstamp 9bca15e3-312e-48d8-8fc1-c3e4da3ccbe2)) - (segment (start 101.293202 125.984) (end 98.932 125.984) (width 0.25) (layer "B.Cu") (net 3) (tstamp a3195cb8-e4be-4e86-9732-241b6f413582)) - (segment (start 104.60949 105.57551) (end 104.60949 98.59051) (width 0.381) (layer "B.Cu") (net 3) (tstamp b3f1ba14-6772-48e6-afd9-2cbf9cf9c0da)) - (segment (start 104.60949 108.41949) (end 104.60949 104.10149) (width 0.381) (layer "B.Cu") (net 3) (tstamp b52359f9-4030-420a-87fe-ee4c712d2055)) - (segment (start 102.492 140.84) (end 101.6 140.84) (width 0.381) (layer "B.Cu") (net 3) (tstamp bd16cd5c-8eb6-4123-8781-97c552d5885a)) - (segment (start 105.4608 90.678) (end 105.4608 94.284243) (width 0.381) (layer "B.Cu") (net 3) (tstamp be5fda91-4687-4540-bd60-609965e7d716)) - (segment (start 104.60949 87.345071) (end 104.60949 82.00349) (width 0.381) (layer "B.Cu") (net 3) (tstamp bef5b106-a643-4618-9d06-ab6835960a9c)) - (segment (start 104.60949 136.18251) (end 104.60949 138.72251) (width 0.381) (layer "B.Cu") (net 3) (tstamp bf46cf08-9080-4d84-8fd6-01bed5435df6)) - (segment (start 102.946 59.56) (end 101.6 59.56) (width 0.381) (layer "B.Cu") (net 3) (tstamp c88ca97c-d05d-462c-ad14-8f681466a462)) - (segment (start 105.4608 94.284243) (end 104.241043 95.504) (width 0.381) (layer "B.Cu") (net 3) (tstamp d42d329d-f8e9-4244-b32a-4d5d5e661b6c)) - (segment (start 104.60949 122.38949) (end 104.60949 122.667712) (width 0.25) (layer "B.Cu") (net 3) (tstamp dd97abcd-fa1a-4754-810e-5927a49aec5d)) - (segment (start 104.241043 95.504) (end 100.704 95.504) (width 0.381) (layer "B.Cu") (net 3) (tstamp df7c1fc3-a67c-45c0-ba37-7e91603929ff)) - (segment (start 100.704 95.504) (end 99.06 93.86) (width 0.381) (layer "B.Cu") (net 3) (tstamp e836f73a-402d-481e-a00c-e1e848082502)) - (segment (start 104.60949 108.41949) (end 104.60949 105.57551) (width 0.381) (layer "B.Cu") (net 3) (tstamp ea029a99-51ea-4414-8c1c-e3d9151aaf71)) - (segment (start 104.60949 138.72251) (end 102.492 140.84) (width 0.381) (layer "B.Cu") (net 3) (tstamp ed01157b-6ca0-4110-8265-b9d446f59849)) - (segment (start 100.14 147.828) (end 104.60949 143.35851) (width 0.25) (layer "B.Cu") (net 3) (tstamp eeedfd12-ba96-4185-9c08-6bb135cd2f3a)) - (segment (start 104.60949 104.10149) (end 104.60949 103.03551) (width 0.381) (layer "B.Cu") (net 3) (tstamp fb9ea77f-9725-477c-bbc3-e7af71a1ea0c)) - (segment (start 104.60949 134.32749) (end 104.60949 136.18251) (width 0.381) (layer "B.Cu") (net 3) (tstamp fc37c98a-4a24-45cc-afe4-b59af3e7d5b5)) - (segment (start 104.095 73.455) (end 104.095 93.825) (width 0.25) (layer "F.Cu") (net 4) (tstamp 20435bb0-f0c2-4ae9-a270-fad5552e46c7)) - (segment (start 104.095 93.825) (end 104.06 93.86) (width 0.25) (layer "F.Cu") (net 4) (tstamp 9a17e237-ced7-4d4a-8503-e550974aa9c7)) - (segment (start 101.6 70.96) (end 104.095 73.455) (width 0.25) (layer "F.Cu") (net 4) (tstamp d6b52853-2118-41c6-bdd5-93706f80ddd9)) - (segment (start 101.6 152.24) (end 110.285001 143.554999) (width 0.25) (layer "F.Cu") (net 7) (tstamp 055f62d2-0e07-4da2-a228-da72f9f5d8ca)) - (segment (start 109.22 108.585) (end 110.285001 109.650001) (width 0.25) (layer "F.Cu") (net 7) (tstamp 3ff42083-0549-401b-baa5-7671540c4f8e)) - (segment (start 110.285001 109.650001) (end 110.285001 143.554999) (width 0.25) (layer "F.Cu") (net 7) (tstamp d6a1cbcf-3a4c-4c0e-9663-85581e6852df)) - (segment (start 98.282 148.305002) (end 101.6 151.623002) (width 0.25) (layer "B.Cu") (net 7) (tstamp 0b0ea2da-4dcf-4431-9261-2bbd16c6f688)) - (segment (start 101.6 151.623002) (end 101.6 152.24) (width 0.25) (layer "B.Cu") (net 7) (tstamp 8f1e7a6d-b21c-438d-8e85-22343bf09b14)) - (segment (start 98.282 144.526) (end 98.282 148.305002) (width 0.25) (layer "B.Cu") (net 7) (tstamp dfdbce88-3a5d-4d8b-8477-a459bc695842)) - (segment (start 108.044999 108.020999) (end 108.044999 109.701586) (width 0.25) (layer "F.Cu") (net 8) (tstamp 4937fe50-593a-4727-b25f-3ebeb120cdfa)) - (segment (start 109.425012 125.524988) (end 107.95 127) (width 0.25) (layer "F.Cu") (net 8) (tstamp 4e94991f-252d-4e45-90b7-9ee0f99530d7)) - (segment (start 102.108 127) (end 99.568 124.46) (width 0.25) (layer "F.Cu") (net 8) (tstamp 95959290-2c71-42a3-90c1-f7c83c89063e)) - (segment (start 107.95 127) (end 102.108 127) (width 0.25) (layer "F.Cu") (net 8) (tstamp a7da112a-81ec-4044-8383-f8822d789677)) - (segment (start 109.22 106.045) (end 109.22 106.845998) (width 0.25) (layer "F.Cu") (net 8) (tstamp acb343f8-b94e-46d2-8b1e-b130199295ab)) - (segment (start 109.425012 111.081599) (end 109.425012 125.524988) (width 0.25) (layer "F.Cu") (net 8) (tstamp b605a0b7-f67a-48f8-861b-a7c5a72576fb)) - (segment (start 108.044999 109.701586) (end 109.425012 111.081599) (width 0.25) (layer "F.Cu") (net 8) (tstamp c5dfc114-91e0-439d-91f2-a0ad9b3a5344)) - (segment (start 109.22 106.845998) (end 108.044999 108.020999) (width 0.25) (layer "F.Cu") (net 8) (tstamp d355a36a-475a-427b-b298-1e7f05710d60)) - (via (at 99.568 124.46) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 8) (tstamp 39ae7db1-237a-42e5-bfde-1289d9b60a8e)) - (segment (start 97.79 122.682) (end 97.758 122.682) (width 0.25) (layer "B.Cu") (net 8) (tstamp a70717a7-df84-43cb-b2de-a7b46e424790)) - (segment (start 99.568 124.46) (end 97.79 122.682) (width 0.25) (layer "B.Cu") (net 8) (tstamp aa28ab4a-bf9b-4b37-b0c0-dfbce7dd6607)) - (segment (start 51.529999 99.789999) (end 51.529999 81.058001) (width 0.25) (layer "F.Cu") (net 9) (tstamp 33058d93-8f57-4ae0-8faa-d2a463482d23)) - (segment (start 51.529999 99.789999) (end 52.705 100.965) (width 0.25) (layer "F.Cu") (net 9) (tstamp 40573521-8d56-441d-9c28-74d128cc125d)) - (segment (start 51.529999 81.058001) (end 55.626 76.962) (width 0.25) (layer "F.Cu") (net 9) (tstamp a6f0a67f-6ff1-4fcf-929b-badb561d240e)) - (segment (start 60.706 76.962) (end 60.706 73.566) (width 0.25) (layer "F.Cu") (net 10) (tstamp 3bf3528a-ddc7-46d8-9f39-705990a1b8ba)) - (segment (start 55.88 97.79) (end 55.88 100.33) (width 0.25) (layer "F.Cu") (net 11) (tstamp 35fc6cc9-fb5c-4b43-b084-03cfe910b076)) - (segment (start 55.88 100.33) (end 52.705 103.505) (width 0.25) (layer "F.Cu") (net 11) (tstamp 806ea60d-f90e-4c1c-a46e-8c51c1e93d8e)) - (segment (start 60.96 97.79) (end 60.96 93.9) (width 0.25) (layer "F.Cu") (net 12) (tstamp 11f9dcc7-f2cb-4525-be96-a454f4d99139)) - (segment (start 60.96 93.9) (end 60.92 93.86) (width 0.25) (layer "F.Cu") (net 12) (tstamp 6b78947f-4e68-4a10-88de-d72a1b44ca1f)) - (segment (start 55.88 109.22) (end 55.88 117.475) (width 0.25) (layer "F.Cu") (net 13) (tstamp 1050f938-1437-4146-9a1d-1ac79447905e)) - (segment (start 55.88 109.22) (end 52.705 106.045) (width 0.25) (layer "F.Cu") (net 13) (tstamp 473eb0a2-fc17-448f-9649-88261f748ebb)) - (segment (start 60.96 117.475) (end 60.96 114.22) (width 0.25) (layer "F.Cu") (net 14) (tstamp 0a9808e9-8669-4edd-b8dc-c0f817bcb995)) - (segment (start 60.96 114.22) (end 60.92 114.18) (width 0.25) (layer "F.Cu") (net 14) (tstamp 60390a24-250f-4b86-8faa-e78d608272f8)) - (segment (start 53.975 109.855) (end 52.705 108.585) (width 0.25) (layer "F.Cu") (net 15) (tstamp 1ecf90a4-3bd8-46b9-b3dd-4ccae5101b77)) - (segment (start 53.975 109.855) (end 53.975 136.525) (width 0.25) (layer "F.Cu") (net 15) (tstamp 3680948b-6139-4bc7-b3a5-99121ceb9861)) - (segment (start 53.975 136.525) (end 55.88 138.43) (width 0.25) (layer "F.Cu") (net 15) (tstamp 50f75e2d-49a0-4f6a-a5a3-d7eaa5e778b7)) - (segment (start 60.96 134.54) (end 60.92 134.5) (width 0.25) (layer "F.Cu") (net 16) (tstamp 180c58da-b97b-48bb-a895-58334c28a095)) - (segment (start 60.96 138.43) (end 60.96 134.54) (width 0.25) (layer "F.Cu") (net 16) (tstamp e67d2cf0-82b0-489b-bbd8-232ed7663611)) - (segment (start 52.705 151.490002) (end 52.705 111.125) (width 0.25) (layer "F.Cu") (net 17) (tstamp 1e80e7d1-93d0-43c4-b1aa-76203c41ec32)) - (segment (start 52.705 151.490002) (end 57.259999 156.045001) (width 0.25) (layer "F.Cu") (net 17) (tstamp 53b57197-7acb-4d90-97db-3b5e64bbe193)) - (segment (start 57.259999 156.045001) (end 59.694999 156.045001) (width 0.25) (layer "F.Cu") (net 17) (tstamp cc95ce69-2b4b-458f-bc63-99aadf6d9bcc)) - (segment (start 59.694999 156.045001) (end 60.92 154.82) (width 0.25) (layer "F.Cu") (net 17) (tstamp fcc3bab4-6764-4950-af95-37e1b0411b63)) - (segment (start 92.075 113.665) (end 92.075 147.32) (width 0.25) (layer "F.Cu") (net 18) (tstamp 25d69061-0b35-4e6a-bc6a-5648912bca19)) - (segment (start 86.79499 149.26501) (end 81.24 154.82) (width 0.25) (layer "F.Cu") (net 18) (tstamp a43df4ed-e077-461f-912c-d640381d5a8c)) - (segment (start 92.075 147.32) (end 90.12999 149.26501) (width 0.25) (layer "F.Cu") (net 18) (tstamp cac668ea-607a-44a5-a5d4-b7c0b2510ae0)) - (segment (start 90.12999 149.26501) (end 86.79499 149.26501) (width 0.25) (layer "F.Cu") (net 18) (tstamp cf7c23e0-1158-47e8-8b2d-025d6b4bfc4f)) - (segment (start 81.24 136.866) (end 81.24 134.5) (width 0.25) (layer "F.Cu") (net 19) (tstamp 0699ca67-a16e-4f43-bf44-5b617f5bdb8a)) - (segment (start 90.899999 112.300001) (end 90.899999 133.890001) (width 0.25) (layer "F.Cu") (net 19) (tstamp 3644ca83-7565-4258-8da7-a05a3edcb8e1)) - (segment (start 82.042 137.668) (end 81.24 136.866) (width 0.25) (layer "F.Cu") (net 19) (tstamp 917865da-6dd4-4d40-bac1-e9bac8c8d155)) - (segment (start 92.075 111.125) (end 90.899999 112.300001) (width 0.25) (layer "F.Cu") (net 19) (tstamp 9e3c86b9-ad68-4b27-957a-d135ce6b4760)) - (segment (start 87.122 137.668) (end 82.042 137.668) (width 0.25) (layer "F.Cu") (net 19) (tstamp c0edd3b7-8db2-4556-8132-e1b70a490577)) - (segment (start 90.899999 133.890001) (end 87.122 137.668) (width 0.25) (layer "F.Cu") (net 19) (tstamp e0256d04-0740-4fc5-92e2-9c6a1f41b833)) - (segment (start 92.075 108.585) (end 86.36 114.3) (width 0.25) (layer "F.Cu") (net 20) (tstamp 71659a24-9fc7-4dd3-9e4f-83f7d34503ec)) - (segment (start 86.36 114.3) (end 86.36 117.475) (width 0.25) (layer "F.Cu") (net 20) (tstamp d15ae34d-a104-4116-ad02-f0f91ed09d34)) - (segment (start 86.36 100.33) (end 86.36 97.155) (width 0.25) (layer "F.Cu") (net 21) (tstamp 12cf2a96-d0da-4d01-a46c-49b8707db738)) - (segment (start 92.075 106.045) (end 86.36 100.33) (width 0.25) (layer "F.Cu") (net 21) (tstamp 70526be0-b4cc-47d6-a399-cffc0ec16733)) - (segment (start 92.075 103.505) (end 93.250001 102.329999) (width 0.25) (layer "F.Cu") (net 22) (tstamp 47762e14-2172-4879-92fd-336f72741bdc)) - (segment (start 93.250001 102.329999) (end 93.250001 84.360001) (width 0.25) (layer "F.Cu") (net 22) (tstamp b57cc345-aa2e-45bb-be3d-c87c88447099)) - (segment (start 93.250001 84.360001) (end 86.36 77.47) (width 0.25) (layer "F.Cu") (net 22) (tstamp c873b386-8a38-4e9f-9f5e-d738c57ad790)) - (segment (start 58.18 93.62) (end 58.42 93.86) (width 0.25) (layer "F.Cu") (net 23) (tstamp 8f5c0063-1c17-4689-8ce5-c845bc6b87e5)) - (segment (start 58.42 154.82) (end 58.42 134.5) (width 0.25) (layer "F.Cu") (net 23) (tstamp 9d9d4033-6fd5-4ed0-98d4-e5df00fb5373)) - (segment (start 58.18 73.54) (end 58.18 93.62) (width 0.25) (layer "F.Cu") (net 23) (tstamp be33afe0-3a6d-4a3d-8f13-4a561481ce0b)) - (segment (start 58.42 93.86) (end 58.42 134.5) (width 0.25) (layer "F.Cu") (net 23) (tstamp e9c8113f-5854-409a-81e1-b4138c667c9a)) - (segment (start 81.28 100.965) (end 79.375 99.06) (width 0.25) (layer "B.Cu") (net 23) (tstamp 0025d9df-0403-49d1-8514-638b43943484)) - (segment (start 74.75499 105.86999) (end 74.75499 127.81001) (width 0.25) (layer "B.Cu") (net 23) (tstamp 038bc0cc-981d-4eaf-b1e2-302baad8e2d4)) - (segment (start 74.75499 105.86999) (end 74.75499 110.19499) (width 0.25) (layer "B.Cu") (net 23) (tstamp 040de7e1-1748-42b7-bfbd-610743ee8a72)) - (segment (start 74.75499 110.19499) (end 78.74 114.18) (width 0.25) (layer "B.Cu") (net 23) (tstamp 0a418564-02cb-4486-aebf-85f74c4a1bc2)) - (segment (start 74.75499 104.95001) (end 74.75499 105.86999) (width 0.25) (layer "B.Cu") (net 23) (tstamp 1eb18768-d7f8-44b5-b9be-23e4186f0b57)) - (segment (start 58.42 92.202) (end 59.69 90.932) (width 0.25) (layer "B.Cu") (net 23) (tstamp 217fcc60-bc5b-4238-b108-872f7a7220ff)) - (segment (start 79.375 99.06) (end 76.0095 95.6945) (width 0.25) (layer "B.Cu") (net 23) (tstamp 381ea175-f65a-49c3-b08e-e432b850f348)) - (segment (start 79.375 99.06) (end 79.375 94.495) (width 0.25) (layer "B.Cu") (net 23) (tstamp 3dfbfa01-ecff-4d51-83b7-2414908b6b4f)) - (segment (start 92.075 100.965) (end 83.185 100.965) (width 0.25) (layer "B.Cu") (net 23) (tstamp 47a7ed60-6ba8-4fd8-bc52-c1f3701ff185)) - (segment (start 74.75499 130.51499) (end 78.74 134.5) (width 0.25) (layer "B.Cu") (net 23) (tstamp 489cc7ea-d8ae-4a86-8be4-68931d529982)) - (segment (start 76.0095 95.6945) (end 74.75499 94.43999) (width 0.25) (layer "B.Cu") (net 23) (tstamp 5ea58e81-849d-4019-98ea-645f89f34357)) - (segment (start 79.375 94.495) (end 78.74 93.86) (width 0.25) (layer "B.Cu") (net 23) (tstamp 68404df7-a01a-4cb7-9cb4-886b98ac0774)) - (segment (start 74.75499 94.43999) (end 74.75499 77.52501) (width 0.25) (layer "B.Cu") (net 23) (tstamp 6a817f59-5383-4f70-9f3e-f7b3d4893070)) - (segment (start 71.247 90.932) (end 76.0095 95.6945) (width 0.25) (layer "B.Cu") (net 23) (tstamp 6f78f472-c40a-4247-9d3c-98b86bb2e874)) - (segment (start 58.42 93.86) (end 58.42 92.202) (width 0.25) (layer "B.Cu") (net 23) (tstamp 739a9814-64ae-4b4d-a850-19588245d30b)) - (segment (start 83.185 100.965) (end 81.28 100.965) (width 0.25) (layer "B.Cu") (net 23) (tstamp 7d777b0d-180b-4f0d-85fa-3fa9717f510b)) - (segment (start 74.75499 127.81001) (end 74.75499 130.51499) (width 0.25) (layer "B.Cu") (net 23) (tstamp 96b9779b-8bd5-46c1-a737-bdff8cc01468)) - (segment (start 74.75499 127.81001) (end 74.75499 150.83499) (width 0.25) (layer "B.Cu") (net 23) (tstamp 9d5d99d2-4bfc-4545-bb4e-212dae850e1c)) - (segment (start 74.75499 150.83499) (end 78.74 154.82) (width 0.25) (layer "B.Cu") (net 23) (tstamp cc097fc1-290a-4036-96a8-6e939961a899)) - (segment (start 83.185 100.965) (end 78.74 100.965) (width 0.25) (layer "B.Cu") (net 23) (tstamp cc50ef89-5479-4ff1-8ae2-047ae555097d)) - (segment (start 78.74 100.965) (end 74.75499 104.95001) (width 0.25) (layer "B.Cu") (net 23) (tstamp e17beaae-6678-4b4b-a2bf-5c8b6cbae22f)) - (segment (start 59.69 90.932) (end 71.247 90.932) (width 0.25) (layer "B.Cu") (net 23) (tstamp e4f6780b-c62b-474b-9447-5a81572d001b)) - (segment (start 74.75499 77.52501) (end 78.74 73.54) (width 0.25) (layer "B.Cu") (net 23) (tstamp f0ff86c8-ad5b-46a8-ba22-77c3c5532916)) - (segment (start 83.74 98.257998) (end 85.867999 96.129999) (width 0.25) (layer "F.Cu") (net 24) (tstamp 1d011656-250c-4c76-83cc-e87e53a9fc42)) - (segment (start 63.42 73.78) (end 63.18 73.54) (width 0.25) (layer "F.Cu") (net 24) (tstamp 2b607068-46c6-464a-bf97-f85d5a4f520a)) - (segment (start 83.74 100.156) (end 83.74 102.028) (width 0.25) (layer "F.Cu") (net 24) (tstamp 5d5265ee-1384-49f7-9eee-68e722ea24fc)) - (segment (start 83.74 114.18) (end 83.74 134.5) (width 0.25) (layer "F.Cu") (net 24) (tstamp 63507d64-df36-43b1-b32e-005393fdb53a)) - (segment (start 75.572 93.86) (end 83.74 102.028) (width 0.25) (layer "F.Cu") (net 24) (tstamp 80a7e0b5-ca22-4695-ba52-f3f0a26ebd70)) - (segment (start 83.74 100.156) (end 83.74 98.257998) (width 0.25) (layer "F.Cu") (net 24) (tstamp 86170f91-f4b1-4e4b-a9c1-e5b4b688a02f)) - (segment (start 63.42 93.86) (end 75.572 93.86) (width 0.25) (layer "F.Cu") (net 24) (tstamp 966092ad-a60f-49a3-ab8c-9056deef87ac)) - (segment (start 83.74 73.54) (end 83.74 93.86) (width 0.25) (layer "F.Cu") (net 24) (tstamp 9af58223-8bf3-48ea-aae2-858a064de941)) - (segment (start 63.42 154.82) (end 63.42 73.78) (width 0.25) (layer "F.Cu") (net 24) (tstamp ac24e6d5-1a6a-42af-9808-6c6fc80f34ff)) - (segment (start 83.74 102.028) (end 83.74 114.18) (width 0.25) (layer "F.Cu") (net 24) (tstamp d247c7a5-804f-4037-bb87-b3e7654f2b91)) - (segment (start 85.867999 96.129999) (end 89.779999 96.129999) (width 0.25) (layer "F.Cu") (net 24) (tstamp ef3fe66f-0aa5-4fd3-9428-8bc1f7b575a0)) - (segment (start 83.74 93.86) (end 83.74 100.156) (width 0.25) (layer "F.Cu") (net 24) (tstamp f1eabc40-be85-400c-b25c-516ff02f60ad)) - (segment (start 89.779999 96.129999) (end 92.075 98.425) (width 0.25) (layer "F.Cu") (net 24) (tstamp f801ef97-f896-408e-bdf1-535f561e090f)) - (segment (start 83.74 134.5) (end 83.74 154.82) (width 0.25) (layer "B.Cu") (net 24) (tstamp 8876d8ac-5341-4848-a379-057b77bdefa1)) - (segment (start 81.24 77.43) (end 81.28 77.47) (width 0.25) (layer "F.Cu") (net 25) (tstamp a607cdcb-7692-462d-89ac-9d5e4cd87198)) - (segment (start 81.24 73.54) (end 81.24 77.43) (width 0.25) (layer "F.Cu") (net 25) (tstamp cf91fb20-654c-48bf-ad21-3d761cacd2ee)) - (segment (start 81.28 93.9) (end 81.24 93.86) (width 0.25) (layer "F.Cu") (net 26) (tstamp 82650f7e-4dce-4592-89f8-d82d5ec6fb5c)) - (segment (start 81.28 97.155) (end 81.28 93.9) (width 0.25) (layer "F.Cu") (net 26) (tstamp 940bcaca-83cb-43a1-9585-89e67e7ff6fe)) - (segment (start 81.28 117.475) (end 81.28 114.22) (width 0.25) (layer "F.Cu") (net 27) (tstamp 1dd92153-a107-48c3-b1bb-7829d299071e)) - (segment (start 81.28 114.22) (end 81.24 114.18) (width 0.25) (layer "F.Cu") (net 27) (tstamp 40513958-fa6c-40c9-b6b6-427377264b5b)) - (segment (start 101.56 93.86) (end 108.665 100.965) (width 0.25) (layer "F.Cu") (net 29) (tstamp 9502d48b-1b3b-4fff-8554-f779ee2a7ed0)) - (segment (start 108.665 100.965) (end 109.22 100.965) (width 0.25) (layer "F.Cu") (net 29) (tstamp a61e7533-5d78-4579-89c5-e09d2d783598)) - (segment (start 93.056 64.262) (end 93.53099 64.73699) (width 0.25) (layer "B.Cu") (net 29) (tstamp 59f2023d-05ee-485f-8636-aa4a4d4b9c58)) - (segment (start 93.53099 64.73699) (end 93.53099 74.30018) (width 0.25) (layer "B.Cu") (net 29) (tstamp 91e87a78-80b0-4ecc-a646-02efb755d926)) - (segment (start 93.53099 74.30018) (end 101.56 82.32919) (width 0.25) (layer "B.Cu") (net 29) (tstamp 97d630a9-a721-4d2f-a711-8cc330101be8)) - (segment (start 101.56 82.32919) (end 101.56 93.86) (width 0.25) (layer "B.Cu") (net 29) (tstamp aa4a4200-1f73-405f-af11-13aee81d65da)) - (segment (start 92.456 64.262) (end 93.056 64.262) (width 0.25) (layer "B.Cu") (net 29) (tstamp d98e4bf9-7e55-4e19-a271-cad541e4114c)) - (segment (start 96.458 68.646) (end 95.63 67.818) (width 0.25) (layer "B.Cu") (net 30) (tstamp 4e26bbab-4718-4248-baa0-cc1ff2ac1a1f)) - (segment (start 99.314 68.646) (end 96.458 68.646) (width 0.25) (layer "B.Cu") (net 30) (tstamp b613441c-e154-45b2-80da-53d83ac755bd)) - (segment (start 94.456 64.262) (end 94.456 66.644) (width 0.25) (layer "B.Cu") (net 30) (tstamp c9d4c69d-9a7f-41f4-a459-2eb91f181ef5)) - (segment (start 94.456 66.644) (end 95.63 67.818) (width 0.25) (layer "B.Cu") (net 30) (tstamp fa21ffb0-b10c-4a38-b430-96490ceab916)) - (segment (start 99.314 72.644) (end 102.87 76.2) (width 0.25) (layer "B.Cu") (net 31) (tstamp 5af793f8-8307-4891-b503-2bab124f17a6)) - (segment (start 99.314 70.546) (end 99.314 72.644) (width 0.25) (layer "B.Cu") (net 31) (tstamp b7d0cb74-fede-41ea-a792-a9bc9db6f91d)) - (segment (start 97.512827 153.99) (end 97.191 153.668173) (width 0.25) (layer "B.Cu") (net 32) (tstamp 600b4c62-b861-4362-b6c5-2abc866cb9e0)) - (segment (start 96.14 147.828) (end 96.14 144.668) (width 0.25) (layer "B.Cu") (net 32) (tstamp 69128327-9c11-4c46-b7a9-8e721d8cf286)) - (segment (start 97.191 153.668173) (end 97.191 148.879) (width 0.25) (layer "B.Cu") (net 32) (tstamp a2622bb4-8007-4a8e-bde0-bdc6ec6818e3)) - (segment (start 97.191 148.879) (end 96.14 147.828) (width 0.25) (layer "B.Cu") (net 32) (tstamp b488951d-7962-4fc8-b0da-93ce60d63f9f)) - (segment (start 96.14 144.668) (end 96.282 144.526) (width 0.25) (layer "B.Cu") (net 32) (tstamp c141f133-57d3-42a3-9166-90633fa56cc1)) - (segment (start 97.9655 153.99) (end 97.512827 153.99) (width 0.25) (layer "B.Cu") (net 32) (tstamp d309eca0-b224-4541-9e10-fc4730770f27)) - (segment (start 98.5395 156.464) (end 100.33 156.464) (width 0.25) (layer "B.Cu") (net 33) (tstamp 434980e9-415f-43cd-9d42-e7a597f4ae74)) - (segment (start 97.9655 155.89) (end 98.5395 156.464) (width 0.25) (layer "B.Cu") (net 33) (tstamp 773b05c8-d2eb-4242-aacf-d1f60b9f8ee8)) - (segment (start 95.758 125.858) (end 95.632 125.984) (width 0.25) (layer "B.Cu") (net 34) (tstamp 1e076a4b-2a72-46c4-9587-553bf7831f49)) - (segment (start 95.758 122.682) (end 95.758 125.858) (width 0.25) (layer "B.Cu") (net 34) (tstamp 307b0804-5a4d-470c-bf35-40bfb859c7a9)) - (segment (start 96.9772 127.3292) (end 95.632 125.984) (width 0.25) (layer "B.Cu") (net 34) (tstamp 590f3b75-4a20-4eb4-88e5-1d736098836c)) - (segment (start 95.8365 134.554) (end 95.8365 134.063251) (width 0.25) (layer "B.Cu") (net 34) (tstamp 7ae396fd-daca-46a2-b8c0-835e2ca1737d)) - (segment (start 95.8365 134.063251) (end 96.9772 132.922551) (width 0.25) (layer "B.Cu") (net 34) (tstamp 9115b116-e466-4d71-b7cd-1b64ef1ce6c2)) - (segment (start 96.9772 132.922551) (end 96.9772 127.3292) (width 0.25) (layer "B.Cu") (net 34) (tstamp e2b9632c-71a9-4486-9b63-74c4f8579df7)) - (segment (start 94.4372 134.0533) (end 95.8365 132.654) (width 0.25) (layer "B.Cu") (net 35) (tstamp 3dcfe085-c0fe-4cc3-a5b0-eb28b6f11004)) - (segment (start 95.7072 136.652) (end 94.4372 135.382) (width 0.25) (layer "B.Cu") (net 35) (tstamp 6e404141-d26f-466b-9628-8bcdb77714fd)) - (segment (start 94.4372 135.382) (end 94.4372 134.0533) (width 0.25) (layer "B.Cu") (net 35) (tstamp b77c1620-e76a-42ef-ac69-c810ad40e9cf)) - (segment (start 100.33 136.652) (end 95.7072 136.652) (width 0.25) (layer "B.Cu") (net 35) (tstamp c4592922-3465-411a-91d9-4360622c1816)) - (segment (start 96.79 106.538) (end 96.648 106.68) (width 0.25) (layer "B.Cu") (net 36) (tstamp 72fcf85d-3f82-4c4c-89fb-c5b1777fbb87)) - (segment (start 96.79 103.124) (end 96.79 106.538) (width 0.25) (layer "B.Cu") (net 36) (tstamp 8a2abb45-e8c7-4921-9679-2dff7e040285)) - (segment (start 97.7392 107.7712) (end 96.648 106.68) (width 0.25) (layer "B.Cu") (net 36) (tstamp 9de53076-7e49-475d-8947-adeef71157b8)) - (segment (start 96.5985 114.505251) (end 97.7392 113.364551) (width 0.25) (layer "B.Cu") (net 36) (tstamp bbbf1d47-ee72-46ad-861a-f3bd0265c292)) - (segment (start 97.7392 113.364551) (end 97.7392 107.7712) (width 0.25) (layer "B.Cu") (net 36) (tstamp d9111a5c-3820-472c-9b6b-e0969619be0e)) - (segment (start 96.5985 114.996) (end 96.5985 114.505251) (width 0.25) (layer "B.Cu") (net 36) (tstamp e30202f7-470d-494b-a931-d99332d678e9)) - (segment (start 95.504 114.1905) (end 96.5985 113.096) (width 0.25) (layer "B.Cu") (net 37) (tstamp 0e7b57bc-4922-4d87-be6b-7f37a6cc82b4)) - (segment (start 96.271249 116.078) (end 95.504 115.310751) (width 0.25) (layer "B.Cu") (net 37) (tstamp 4d6d4e8b-5270-466b-9702-53d824cbc4e0)) - (segment (start 100.33 116.078) (end 96.271249 116.078) (width 0.25) (layer "B.Cu") (net 37) (tstamp e5d0355c-2630-4cf1-92a6-f9341b76a95a)) - (segment (start 95.504 115.310751) (end 95.504 114.1905) (width 0.25) (layer "B.Cu") (net 37) (tstamp fba2a261-4ba7-40e5-8c41-f936be54f10e)) - (segment (start 97.314 69.596) (end 96.504 69.596) (width 0.25) (layer "B.Cu") (net 38) (tstamp b48c398a-ba60-4807-bfe2-032ff575ac95)) - (segment (start 96.504 69.596) (end 94.472 71.628) (width 0.25) (layer "B.Cu") (net 38) (tstamp e1c7f061-49d7-4ce2-ada6-1ce20cdd95a6)) - (segment (start 99.06 154.304751) (end 99.06 151.924) (width 0.25) (layer "B.Cu") (net 39) (tstamp 35db6715-798b-468c-934a-911426a5ca90)) - (segment (start 98.424751 154.94) (end 99.06 154.304751) (width 0.25) (layer "B.Cu") (net 39) (tstamp 5b3b994d-9208-41e9-9f75-f3d49ccb26d8)) - (segment (start 96.0905 154.94) (end 98.424751 154.94) (width 0.25) (layer "B.Cu") (net 39) (tstamp b5855c0a-f754-41db-ace2-0c4466ad9f26)) - (segment (start 99.06 151.924) (end 98.266 151.13) (width 0.25) (layer "B.Cu") (net 39) (tstamp fbd9ede8-2348-4bee-9c2a-17b906c8acb6)) - (segment (start 98.028 133.35) (end 97.774 133.604) (width 0.25) (layer "B.Cu") (net 40) (tstamp 866efddd-d312-4016-8ea5-6a1bc84a91a5)) - (segment (start 98.028 129.54) (end 98.028 133.35) (width 0.25) (layer "B.Cu") (net 40) (tstamp d1b0f15f-8481-445a-b8ab-44803a87127b)) - (segment (start 98.536 110.49) (end 98.79 110.236) (width 0.25) (layer "B.Cu") (net 41) (tstamp 7e33bcd4-9de5-468b-952c-e6b61a692ad2)) - (segment (start 98.536 114.046) (end 98.536 110.49) (width 0.25) (layer "B.Cu") (net 41) (tstamp 7fa4ebc7-88e0-4d5a-9e69-c99e8f3e087d)) - (segment (start 92.472 71.628) (end 92.472 96.536998) (width 0.25) (layer "B.Cu") (net 42) (tstamp 0ae332c9-87db-4953-8c59-077d9b5a14e5)) - (segment (start 93.250001 105.188001) (end 93.250001 124.238001) (width 0.25) (layer "B.Cu") (net 42) (tstamp 12294cdc-b3fe-456a-b846-4fd1541f1576)) - (segment (start 52.705 98.425) (end 52.705 96.732038) (width 0.25) (layer "B.Cu") (net 42) (tstamp 249a686e-e4db-4818-9f53-6ebe1ffa8ed0)) - (segment (start 93.250001 105.188001) (end 93.250001 106.696001) (width 0.25) (layer "B.Cu") (net 42) (tstamp 29ac1928-c636-43be-a6d3-84a3537a5c02)) - (segment (start 96.028 128.777002) (end 96.028 129.54) (width 0.25) (layer "B.Cu") (net 42) (tstamp 3ddce071-5b16-461c-b8c3-10369b2d718a)) - (segment (start 93.250001 125.999003) (end 96.028 128.777002) (width 0.25) (layer "B.Cu") (net 42) (tstamp 4bb6654e-dae4-4975-b954-0f1f27f94c15)) - (segment (start 93.250001 97.314999) (end 93.250001 105.188001) (width 0.25) (layer "B.Cu") (net 42) (tstamp 7fc91580-8bf8-44a6-bcc7-c836080e36db)) - (segment (start 93.250001 124.238001) (end 93.250001 125.999003) (width 0.25) (layer "B.Cu") (net 42) (tstamp 896f2b8d-6b61-4220-85df-2e717c07ec85)) - (segment (start 93.250001 148.114001) (end 96.266 151.13) (width 0.25) (layer "B.Cu") (net 42) (tstamp 91d39577-732c-46ae-9754-7b5ddab59e8b)) - (segment (start 77.809037 71.628) (end 92.472 71.628) (width 0.25) (layer "B.Cu") (net 42) (tstamp a144377e-5121-482e-889a-7d67596ff4a6)) - (segment (start 92.472 96.536998) (end 93.250001 97.314999) (width 0.25) (layer "B.Cu") (net 42) (tstamp a8ed070c-c9ab-4dc2-a342-bcf8e77ef845)) - (segment (start 93.250001 106.696001) (end 96.79 110.236) (width 0.25) (layer "B.Cu") (net 42) (tstamp ad1277e6-c2c4-4d62-a424-c10d888dd327)) - (segment (start 52.705 96.732038) (end 77.809037 71.628) (width 0.25) (layer "B.Cu") (net 42) (tstamp b31c88f4-fb2c-47f0-8165-7b9a3d7cfc1c)) - (segment (start 93.250001 124.238001) (end 93.250001 148.114001) (width 0.25) (layer "B.Cu") (net 42) (tstamp e2a17488-9eef-4d84-8e25-2d36fe8cc7b4)) - (segment (start 101.76 132.08) (end 101.6 131.92) (width 0.25) (layer "F.Cu") (net 43) (tstamp 3f258054-1643-42f0-9488-7acf93ddf60d)) - (segment (start 107.95 132.08) (end 101.76 132.08) (width 0.25) (layer "F.Cu") (net 43) (tstamp 7e0e1720-e4e8-420e-bace-b277131bc38e)) - (segment (start 101.76 111.76) (end 101.6 111.6) (width 0.25) (layer "F.Cu") (net 44) (tstamp 43b676fa-ea02-4b1c-9742-e3a3ab70e46e)) - (segment (start 107.95 111.76) (end 101.76 111.76) (width 0.25) (layer "F.Cu") (net 44) (tstamp d5852a2e-65af-4b87-92bc-a5a479a9f939)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "(title)") + (comment 1 "PCB for panel") + (comment 2 "(description)") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "unconnected-(J1-PadTN)") + (net 2 "COM_OUT_B") + (net 3 "GND") + (net 4 "Net-(J2-PadT)") + (net 5 "unconnected-(J2-PadTN)") + (net 6 "unconnected-(J4-PadTN)") + (net 7 "OUT") + (net 8 "COM_OUT_A") + (net 9 "A_B") + (net 10 "Net-(R1-Pad1)") + (net 11 "B_B") + (net 12 "Net-(R2-Pad1)") + (net 13 "C_B") + (net 14 "Net-(R3-Pad1)") + (net 15 "D_B") + (net 16 "Net-(R4-Pad1)") + (net 17 "E_B") + (net 18 "J_B") + (net 19 "I_B") + (net 20 "H_B") + (net 21 "G_B") + (net 22 "F_B") + (net 23 "F_C") + (net 24 "F_A") + (net 25 "Net-(R6-Pad1)") + (net 26 "Net-(R7-Pad1)") + (net 27 "Net-(R8-Pad1)") + (net 28 "unconnected-(J5-PadTN)") + (net 29 "IN") + (net 30 "Net-(D1-K)") + (net 31 "Net-(D2-A)") + (net 32 "Net-(D3-K)") + (net 33 "Net-(D4-A)") + (net 34 "Net-(D5-K)") + (net 35 "Net-(D6-A)") + (net 36 "Net-(D9-K)") + (net 37 "Net-(D10-A)") + (net 38 "Net-(Q1-C)") + (net 39 "Net-(Q2-C)") + (net 40 "Net-(Q3-C)") + (net 41 "Net-(Q5-C)") + (net 42 "+5V") + (net 43 "Net-(J1-PadT)") + (net 44 "Net-(J4-PadT)") + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979afe") + (at 108.86 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "93668035-f8cf-4847-97e1-1ce9188fe13a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "952012c7-55af-4aa5-abf4-4f55c175d7e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76f88fa5-f510-413a-9dfe-1ce9f7388151") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62da05e6-5233-470b-b2c4-75b0426a645d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15d581d8-969b-48d8-81d0-e7c097462b04") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f0895d") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "918296bc-4c15-4a42-a947-0e4c8a20c610") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "7bfd244b-4a1c-4763-9346-941942f79312") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ab4304d1-3280-4602-bdbf-bd0cdc4d7821") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "c632bdb2-c851-43db-9721-6823652be2ce") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b0e") + (at 108.86 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "c35a8095-c321-4b41-8a05-31e7749187aa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "0dfc70cb-55bb-4c4a-9196-1d3d3497c5cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a8e0078-f53b-41bc-aaf3-fdcbd3bbf542") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f07b48e9-915c-447d-93bd-34f9994d9619") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "740dc8b3-f7f0-48ef-862a-72f02e76eb86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "9d9c65ae-ed69-41ac-8067-61971469594a") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "57fb006d-1ee5-4374-84f6-832d51970945") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "68d7a6ea-027f-457b-8b1c-5ed8b2817245") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "3c2e84d2-3a1b-4098-88a7-25f9e1303594") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e80b") + (at 53.34 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H1" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "bb05dd90-9592-49d7-8017-15cea88bfdc3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "c279a98d-f475-4694-944a-93899d1ebaac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f109d26-9944-4383-b0b5-db8fc2d5d5bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73e1f2b6-45c4-4da7-8198-67715ca95e10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "122a60ee-4108-41c2-8601-d3dda8d2f07d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097a217") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "bca3dd7d-a63a-4064-980f-a835f405b01a") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "19bb27b4-855b-46e5-9e67-73565713b79e") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cb27223c-4571-4e85-ad8b-62789f4e8b0d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "7162ac6d-3b76-42c3-b497-30207352d7ed") + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f08cb5") + (at 101.6 127) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J1" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "c85ef9c3-542d-4859-8d97-0b0c5e9e650a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "9ca2b7a9-1f35-4833-8e28-cb147e66aa7e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be6bd098-67e7-4a3c-abb6-4c3af3185016") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "547e5e8b-5ac6-4ae4-b2a9-dda7fb7eb8d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5acc2b22-9f87-4298-a674-20ccfae63554") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061065c70") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cab2631e-0b38-4dd3-99c3-c67724a2489b") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "710ad448-2efc-40a5-971e-d165b591d469") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe2bcede-9415-4367-a469-b0c4781a9cf2") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72acd3e3-278b-4033-abee-319ad1b05183") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d54e025b-4474-4712-8dd4-a58561177552") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29cb82b7-bf02-4dcc-8ac5-a98f15712664") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "a4d67582-a5e1-4fbb-8f1f-9f38b1767dde") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "dbc46e32-aa6f-47c2-a5cd-d18fc0a6bca8") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "edfc97d0-9a31-4542-8059-89d5e6940b23") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4dd3d1c5-46e4-4b51-866a-053a9470d75c") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d8be4914-5d27-46b5-83ee-bbcbd9f4c1d5") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "358f59df-0aa8-4dd0-8017-fb3937265d9e") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "9cb6b052-6ded-43d1-ad6e-ce891c25ee7e") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a567c9a-abeb-4800-b420-749df99fb871") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd22e31d-6f0d-4022-8ce0-789c5884d11d") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2221783-559c-4615-a97b-d38a3c83cb1e") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9eabf4dc-ecde-4509-894e-f51b797a5538") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc5212b5-4b12-485a-a12d-79b7d1fec0ff") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d018d581-fc63-4c65-9a87-326e6a4fa9e7") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "37a8aba7-2dbd-45e9-ae5b-db6e79a74b99") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "073a372d-04f1-443a-ab10-f82f6d4c1804") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pintype "passive") + (uuid "cadafe77-0a1d-4cab-a96f-8c2abf2790b6") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(J1-PadT)") + (pintype "passive") + (uuid "c132b3aa-32f3-49d0-ab2c-2da25bf2694e") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "unconnected-(J1-PadTN)") + (pintype "passive+no_connect") + (uuid "69e53d58-89f6-45f8-a88b-440b54e1e2ad") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f08cd7") + (at 101.6 66.04) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J2" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "42a542f4-1dd4-42bf-90a4-466ba21ad189") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "3e69949a-952c-4974-be52-8beb7569766e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e993d40-6d71-4251-a0bf-b19399930e1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5244786a-0390-44b0-8e0c-d7ea97dced71") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c211ac4-54d6-443a-81cc-acb013d809a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000612a47ab") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2072676-dbef-4c77-82fd-ba3b08ec2be9") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80a5ef16-2ed3-48c5-aa5f-757f5299d146") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c102567-2ccc-48e2-b7d8-8cbd7f13fc2b") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27e2bc0b-f917-49bb-a150-42f159899a80") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17a2c96a-63c8-4652-9a0c-55a4726661ab") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a19a35a-34b6-43f0-902b-e1e076790b3b") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "e991362e-12ba-4ee5-9c39-4cd280ba7e16") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "30af9848-02e5-4ab9-8588-e4ac28420fb8") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "63c91c0e-839a-49ff-a249-c9b3a7a37060") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4c4b6272-edfc-40b1-85ef-6d0ab034b841") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6b9a8b59-1b81-4703-bdc1-453a7d92ad87") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8116bc0d-d315-4040-973e-e75f613049d8") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "e6823363-2796-47bb-a09e-354293c14ae3") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4e6dee9-cd97-43b7-a925-5326f3a0811e") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b52a4475-8e46-4245-ad74-434768508bb2") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f16cbf5-a638-4e32-81c6-115d9a4dee96") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6ef73275-e8c6-4367-9f0c-001b04e9ee2c") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "141dff46-4b24-49ce-9657-512e92f80c08") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0b58dada-8c23-41a5-a8c3-68cf38d8641b") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "a8734b25-f786-4db1-aefc-3547d1a47b9d") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "5db7189a-79f6-4301-b512-5df1b98feb22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pintype "passive") + (uuid "192d6eec-b084-45f0-ac9f-a8d01c5698bd") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(J2-PadT)") + (pintype "passive") + (uuid "7130bf7f-9bf4-4acc-85fa-6e1b51a2d64b") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "unconnected-(J2-PadTN)") + (pintype "passive+no_connect") + (uuid "bd648c75-5add-47ca-b201-4eb15e6d10a3") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f08d10") + (at 101.6 106.68) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J4" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "1c3419b3-1baf-460a-8404-9237d912070a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "04d76f5c-c700-4f06-b5a1-e1cdbbeaaecc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dbc80b1b-4bec-4331-84a0-cca2d8e43f4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "803845dd-8bd6-4d8f-8437-f0f0c5daa61d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25357bc1-62cf-4570-b046-fe1e93318866") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006106679a") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1c414e8-1491-498d-a693-1d2816bbf287") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04310ff5-c5bc-4f70-8ac0-154d3d420e2f") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9e92e1d-3174-4787-a579-17b29bc65c16") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38fa999a-5a99-47aa-bf4c-22a7e166d20d") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4408d92-f389-47f8-ac9f-d5b4302a1a10") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c133715f-0b58-4923-81c4-22406ed6a820") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "dee9ddca-1e49-4fd9-811d-fcb337af9351") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "59086a09-ea81-4090-a272-aeab6ef66a78") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "49c6d574-d952-463b-8a65-95a16ed46f1f") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5afb1e4c-8c57-4e19-9fc3-cf25928b436d") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "43e0da22-b83d-48c2-970f-27261a752f6d") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "519ba589-7a9c-43c6-b5cb-c050ca074f55") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "9f2a3c79-0f24-4c7c-9a61-17fc42af885c") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6249d7a-4b3c-49f5-aaa0-659dd0556fb7") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3cc553f6-b10b-4239-87cd-1bb10d1bdce5") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf97d544-d37f-4adc-88b9-b8a824355c7c") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93ab56d1-89e2-44f1-8eba-5870f4902802") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ef1d94e-ef7c-4bb6-91ab-4747951d7522") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e456bb01-b8b3-4953-8d84-1851b28293fe") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "e5680a77-3fe3-4f6c-8e47-ba4212111e09") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "4fcce3ac-0f99-4c08-bed1-5cadd08c9331") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pintype "passive") + (uuid "f1aa59d2-4e2d-4c4e-8e00-d3bdd82fbeb7") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(J4-PadT)") + (pintype "passive") + (uuid "b60cf861-f1bd-4c63-a184-322fb9036220") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "unconnected-(J4-PadTN)") + (pintype "passive+no_connect") + (uuid "a6691ec4-88ff-4d63-99e3-8a9245122b6f") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f08d32") + (at 101.6 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J5" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "0d4db07e-8f5a-4774-9462-663055f7b51e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "e3e15ad5-abe5-410b-92c6-c4c64ec530f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "422bd010-0f80-43b5-a59b-7ad41948e9fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05150a17-639c-4b67-b2a6-0fb6215d9eb2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db26ba84-7131-4484-ac6a-0c807ed808bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061066e97") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c89ad55-4480-4dab-be32-e978c26e01bf") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6ecbae3-d435-4284-8098-c11d409c533e") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f60b44b-926f-449b-98bd-3ebca331f3f6") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f24fc2f4-c856-45bf-a5c3-d70815c951be") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ca337a5-1510-49e6-99e4-a3ff0bd4a359") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d539b23-dd80-428e-aa0a-3cf573fa7367") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "29e12004-c0ee-4e3f-ab46-22d13fe8e99f") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "3f91f3a1-124a-43f9-8501-62fb12129db2") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "12e90111-e6c9-4406-8191-a29e772ca4e9") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ea8bd348-fb31-4e08-87a8-141338a9087c") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "64728246-9ff6-404b-980e-875ab7b624ef") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6dfe8afa-b0bc-4d55-9cbb-e60e0cbf6b68") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "bc60ffaf-3956-46c7-8757-c88be89dc64e") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4e723df-de3f-4567-972f-b7c9191a202a") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dbb87527-2628-46bd-9106-247421fd2824") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c24b1174-26f5-464c-8e87-194b33993fa6") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67922d3c-2075-4d37-aff3-7a3df345d690") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b7f3d73-662a-4904-840f-6a500d3ac5f6") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "9f78a674-cb4c-4378-9dae-45e7ff3fe8e2") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "b633a8c0-d42b-4b69-b6d9-20a5fe0dee8a") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "7da73684-bcbe-4207-acdd-43ae52251041") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pintype "passive") + (uuid "6dd6be82-4b5a-449b-89ac-07ad39ffc28e") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "OUT") + (pintype "passive") + (uuid "cc94bc36-a8f2-417b-b9cd-0f6943bf8876") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "unconnected-(J5-PadTN)") + (pintype "passive+no_connect") + (uuid "5d6690a3-166c-4d04-98f1-090345e2c1e1") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f317cc") + (at 60.706 76.962 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R1" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "99945270-7fd2-4e6d-aa76-7d55ebdce4f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "39k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "8cc26c4b-32fe-4a04-a8ca-276bb81086a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8634cbb1-3f75-41ea-aa40-9c977015b0c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a709220e-ca4c-4c9d-8326-b2f0281b5f43") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 60.706 76.962 0) + (layer "F.Fab") + (hide yes) + (uuid "15185a79-65b8-49bf-9977-a9f607065b35") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f2f915") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "484539dc-a329-42b1-aa12-387c6258b825") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe53e46d-8a0e-47f6-9cfc-b2e2c025eb43") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc74beaa-a786-4c61-a2dc-bb55fb20d293") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8467839e-86e3-4719-9514-cb32b1d7c66b") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fec6edad-e894-4aaf-9fb5-b495291ebaac") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0598d3b-7dba-4f9c-8970-78beb54c95c4") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3eb67647-1558-4801-8773-ccee168a1c6b") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6402525c-96ab-44d8-a891-6adc12c03619") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db427d18-1671-41cd-993c-b4006982697b") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db676bce-548a-40c4-bbb6-82ae15e62433") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff749517-97cb-4ecf-8eef-ef93cebe90c4") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "208f5ac1-f03b-4051-85d2-4f693d835e68") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "81d9dc89-f4a6-4117-ae47-70008c181b93") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(R1-Pad1)") + (pintype "passive") + (uuid "06c34c93-e55c-40b0-a2ed-79d0ea5a4e43") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "A_B") + (pintype "passive") + (uuid "c7902426-8ba4-4db6-b642-84920ff577ce") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f317df") + (at 60.96 97.79 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R2" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "3c1b2c46-b4aa-4b72-9afe-01092cd25cd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "62k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "10e07aa0-2555-4f9f-a61f-b01fec901881") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6c655fa-255f-4393-a4ac-3317f0ccee29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d65b73aa-c4bd-44b5-8af2-48a003d2d677") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 60.96 97.79 0) + (layer "F.Fab") + (hide yes) + (uuid "4112ccee-7e61-4bfa-b869-d27280c6d2bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f2fd78") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53b45f78-12dd-4309-b093-6959d92dc5a5") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1b791ea-f851-4762-a94a-75884cddc76d") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88858e86-992c-4989-adf3-7d4f3f7652ad") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b66bd398-1db1-4628-832f-5133a5c5e9a9") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d9dfb82-a4f1-4f98-a3b1-d72225993d02") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3ecf04f-d9ce-4d02-ad78-99cd4022f280") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bc75e6b0-15e7-4c21-8f61-d334998f7aec") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e066dd6-bccb-4b3c-987f-409eaa2e57ea") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e807a7a-12ce-48fe-9ca5-c332f92f20a3") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0aae3222-dc7e-4061-935b-5ca3feda4f78") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ffd5a9f-b1cf-488d-9211-d4a94b82f1ec") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb2c447d-e87b-4d55-b5b2-76ce29c067ae") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "aa708fe4-a85a-4636-976d-a8120431b9a3") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(R2-Pad1)") + (pintype "passive") + (uuid "3604af2e-845b-46cd-8c96-78af43abbf5c") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "B_B") + (pintype "passive") + (uuid "31dfe732-2785-48f3-bb6b-b1bb2d6dd546") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f317f2") + (at 60.96 117.475 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R3" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "980ea857-d3da-49b2-965f-0d73bfd9a8cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "36k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "cef4f13d-9cc9-42c5-a480-4fa40ec18aa9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2aabc78-2ca8-4573-a185-c8161470cbf2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3264ff0e-08a4-4bc3-90ad-314687399190") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 60.96 117.475 0) + (layer "F.Fab") + (hide yes) + (uuid "b02f85cc-30be-4526-84f3-054226da86eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f3022a") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "670bbb75-15f8-4fac-b0ea-5b5afefd6364") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f6974e1-d03e-45e1-81f3-6b6b42e32921") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4aeda254-4975-462b-ace5-a1287c68cdfd") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe063390-ad39-4b23-b586-779518e0db39") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e74e9fa-f9d9-4ca3-8015-0dfb31f4b40b") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb54ebe4-c51f-4713-99a2-dc81f273f272") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cefc296b-2499-4659-90d4-f493b190e63c") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4fb847c-9557-4ea7-935e-d921bc374695") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a0555dd-6d66-42cd-a73d-9321ea000dca") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6240e4d-d969-4d96-ab0d-034cf601b3ed") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "209a14f3-38f2-4437-91e1-63c3ac39df63") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "988b093e-f843-499c-b3be-a0e34c5873c0") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "7c52f4ae-6aa8-42fb-92bf-b6ec3ba96561") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(R3-Pad1)") + (pintype "passive") + (uuid "826befac-a83a-4433-bc7b-8d3c902db44c") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "C_B") + (pintype "passive") + (uuid "a865f77f-451d-4286-af36-717915184070") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f31805") + (at 60.96 138.43 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R4" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "9b08896f-b713-4ef4-ad08-6a29beec3637") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "6f61d1de-aaa8-4d2c-a7fb-cb2e72d46097") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37122758-e5e7-45bf-98c2-c19af694251a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d42ff0d-de73-4cee-b777-7e207e338035") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 60.96 138.43 0) + (layer "F.Fab") + (hide yes) + (uuid "559e3d85-8454-427b-84c8-dbd9dafe04e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f3075e") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8ccced4-0999-4ab2-a2a7-b4643d6f148f") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d21c0999-bd89-431b-ba02-7203569aaa69") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fdf1b704-afb4-468e-b474-03d4621511d8") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d189865-87e1-46b5-871f-b59497f55e30") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "45cb696d-240a-4b2f-b17e-744ba203a257") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d4dee72-c847-4c79-a390-f74383a536de") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "188a0767-c03b-466f-80c3-668bef24c1f6") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a0671ca-5f7f-4748-a6a5-b1e5bd277ccf") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e757113f-b884-469b-986f-14d44da15503") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38f5ebc5-db91-4244-91e8-aca14b605a94") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "812b3f2f-15e0-49bf-a4ed-e561244da500") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7d642112-6e10-4edc-a4af-e466af569066") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "a65cb746-7f8c-443c-ad28-d47d865b5c30") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(R4-Pad1)") + (pintype "passive") + (uuid "1f024f25-f9c4-4bc8-9cdc-3289080ce5f4") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "D_B") + (pintype "passive") + (uuid "f052a729-fcce-4b30-9b69-0e323736be7f") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f33cab") + (at 81.28 77.47) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R6" + (at 2.54 1.778 0) + (layer "F.SilkS") + (uuid "3853ee8f-214c-467e-97c9-b393f96bc12e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "51k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "31048ae1-f68c-4912-8e06-5b03f19072a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef3913c5-139e-44a0-a4a4-e03fa729c6de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0836ecd-3a05-4ee6-b9fb-ea90a0c178b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 81.28 77.47 0) + (layer "F.Fab") + (hide yes) + (uuid "ec0b94e7-44d3-42cf-9d98-411cbde100ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f5a50f") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eec8e552-40e2-4c98-a900-cd412a998597") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cfee29f-4bd0-4ac3-a61c-0bff2dc413a1") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff09ce67-2438-4bd6-882a-1915112d76b0") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7740956-139e-4d59-95d4-df7e984b2da6") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a146f94-58f2-4d8c-8c6d-6b10aeb738f6") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be08c40f-16ee-4690-87c5-84fa83c05af9") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b1e8424-352f-436f-be7e-9b6433a1c26f") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "31bed8f2-ce88-43e5-acb1-c151ff29db21") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c17b1685-0fc7-447a-9bb3-eff15e695627") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d31436f4-480f-4737-a4e2-26e8f9c6d7fd") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07a912bd-479b-40a3-95b4-a93631dfa333") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f836bb11-3b5a-4487-8cee-96fc3e0a2f90") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "07951928-8930-4bec-aa30-68e0063c8df7") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(R6-Pad1)") + (pintype "passive") + (uuid "c269a249-d1d8-4199-8f9b-19f3c327bda5") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "F_B") + (pintype "passive") + (uuid "2c93e199-2c58-4b68-9de8-18caefeed264") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f33cbe") + (at 81.28 97.155) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R7" + (at 2.54 1.905 0) + (layer "F.SilkS") + (uuid "2454e8fb-4fe8-4a2f-b95e-6c93a9d11bc5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "68k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "7992c940-20ca-468a-9006-2a9c5d8afd2a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cbab1894-b592-46cf-97da-2635cf3395c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f1ba670-8de3-4194-a354-859e66780ab5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 81.28 97.155 0) + (layer "F.Fab") + (hide yes) + (uuid "601d600a-76f7-474e-b0be-d9b91b437dfb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f5a515") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe2ba8e9-bdc6-4e20-bcab-c3d22f062123") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45d4aa46-57d3-45bb-9900-2cec80a64037") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "681afb8b-aa88-450e-b1a9-040948edc29a") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3207e60-8ac9-4b1f-a9c8-04a4945ab3eb") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "993872bc-1b73-4313-a58e-7190e076a29e") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dfb81d7b-baab-4a1e-8c7a-754128df8f40") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "376672c2-dd97-49cc-a2c4-700e694b41b3") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33a57ed4-38a5-4215-9697-c1307b9a51b3") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7ff606c-4349-4df2-8483-fa80cd09abc2") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cedb066d-bbf4-413f-bfe2-1102126954fb") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7cb0ebe7-66f3-4436-9e98-22df2de61ee6") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23942c99-5001-49ed-bd86-5119565599c5") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "ec628824-3a72-433a-b68a-3e434af1d9c0") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(R7-Pad1)") + (pintype "passive") + (uuid "e441dfee-fef9-4cd6-a250-2d67d0debe1a") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "G_B") + (pintype "passive") + (uuid "38ca48c6-e126-460d-8aea-db720d6cc191") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060f33cd1") + (at 81.28 117.475) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R8" + (at 2.54 1.905 0) + (layer "F.SilkS") + (uuid "4f03ed37-7dfa-40b5-912a-396e514267a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "43k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "cedfdff9-988f-42d8-bded-d126f0443e27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "553a4e3a-e5c5-4be3-8592-08c744ca1540") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6f062973-c0ab-41c5-8453-9c002a95543b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 81.28 117.475 0) + (layer "F.Fab") + (hide yes) + (uuid "eb5f8c5f-42b5-4c9c-82e7-7a08550e483e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060f5a51b") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca53477d-c11a-4335-b90c-eb32dcf9cc6e") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0809e6ba-658b-414d-a5d6-07e45ca57209") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "24d279d2-bc05-4898-8764-8a4ba3ae06a8") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c62c862-d575-4d47-b0b4-1b1554010217") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "852aa326-1e54-433e-9564-255a6f58cdef") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c3b2615f-323d-4556-841c-74f939d35f07") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab40b41f-6012-404b-b0bc-e1e293047051") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d44c86d-03cc-4acd-b3b2-1ea4eab40e1c") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "326e3367-8191-4e39-8a0f-a8e236a34d16") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3994e8a-b20c-4b7a-9428-d178ba0106c2") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb2747bf-805c-429a-9999-0b09db91f178") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9166ef8a-bdf9-4b17-913b-43139a006a09") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "d42b60ae-26d7-4661-9a5e-26bb778a1024") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(R8-Pad1)") + (pintype "passive") + (uuid "e2591880-ae5b-46ae-af63-6386eaba75e8") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "H_B") + (pintype "passive") + (uuid "6ca5247c-172f-4b29-91c5-eaa8c2392341") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061067a7e") + (at 100.33 76.2) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D2" + (at 1.524 3.048 180) + (layer "F.SilkS") + (uuid "91b73c4e-7b76-400d-bf42-42483ddda43d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "cc9bbf82-efdd-4c85-af46-34ff3445743a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "897dbd27-f898-40a3-a309-102714498698") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad633e52-690a-4614-a63e-e9ac1a31ecaa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 100.33 76.2 0) + (layer "F.Fab") + (hide yes) + (uuid "8c3b6763-289c-4714-bbf7-8b8b62032280") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4ddb3314-4161-474c-be54-78deb0db511f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "dbbacbd4-2f5e-4102-95d6-b063456cf467") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "27b1b687-f714-46fa-8ec9-04b978b7fc6e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005fef7875") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2de2a623-4c82-4f9a-8f67-1920832de3a0") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65ec7979-2be4-4ce3-a739-0b72fbc77920") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b75ee5b0-e03e-4cda-b416-2620be3bdbcb") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "788bd050-a899-412d-bde8-a5ec99ccd765") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bc7ab3c-53f3-42d7-9674-4a9eb6089aee") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e712ff46-62b9-4a48-9258-2abf2b031885") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e8be8fc-899f-43d3-93b2-2a28874349ae") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f1baa6c-481a-4db4-a5b9-d52a45833e77") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eeb356f1-6133-49dd-ac49-addb6596cb95") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8bbfe894-f290-4994-ad07-9f453979e037") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1da33653-b753-4bdc-b5c6-1e7fc88e3a7f") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5cbe9374-0409-4ee6-9196-cf8fd4e7a80d") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "1248db65-75d1-44e6-8029-c3c018618dc2") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "0d72b051-02de-4389-a3f9-8998a668db10") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(D2-A)") + (pinfunction "A") + (pintype "passive") + (uuid "15d43858-a078-48c9-a3dd-2861a5ca7205") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061067aaa") + (at 102.87 156.464 180) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D4" + (at -2.032 0.254 90) + (layer "F.SilkS") + (uuid "259d3fdc-bb10-48b8-beec-f77fd44c2d7f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "d4079e76-6e16-4e0d-8840-11a03e446c2d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82fe1148-d6eb-4446-93c6-5aef8a3b6a9b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f0d2341-309d-4821-b6f5-a7a29d7b8a9e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 102.87 156.464 0) + (layer "F.Fab") + (hide yes) + (uuid "65de27a1-5aeb-4633-b235-afb4051262dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d0fb04c8-b826-4dd3-9787-dc956c5c4553") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "894251c8-9091-47e1-a967-eeee9021b81d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8bdd9b46-e966-44f6-8d76-391bfca93eca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af9231") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "599e8126-cfd7-4b9b-9673-6b1fea001517") + ) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d30a038-a3f2-4494-943b-f9a1f63b0404") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8bd77d4-17b1-4810-9ed4-3dabd65e65d4") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a71ec1aa-c5b3-470d-94e4-60d95317139a") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5fd4791-0ae2-4888-beb4-a6649ae2e8ba") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e276663-22a5-45cf-aa5c-f862d495891d") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9d7eb34-174d-4cb5-a3fb-49d3357c122c") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "842007f9-0ba2-46b1-ae9a-0527c66a49c5") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "739867f5-8cf6-4e2f-a980-b6b735948a8e") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7425260b-10ce-4292-a921-f1ac67756b4b") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90626a81-b8aa-4a00-b7b6-7d3ae0ec1887") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce0d0d6c-02b9-4fe3-ae0f-dbb107d5f0b6") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "f800e012-127e-4ce3-b26f-5b3e2a183b5b") + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "7931075d-3abd-4d58-814d-67f3be0df2f4") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(D4-A)") + (pinfunction "A") + (pintype "passive") + (uuid "c65c311e-05ce-450d-8ec2-e90d0e425f5e") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061067ad6") + (at 102.87 136.652 180) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D6" + (at -2.032 0.254 90) + (layer "F.SilkS") + (uuid "ca552880-a700-4b0c-b5e3-3c5f66ef02c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "84308012-b3bc-495e-9cd5-f74f041bad33") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8f85539-5589-4fa9-a33c-b8eccaea23ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f57e82a-3d06-4f64-9c7c-905aff86a89a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 102.87 136.652 0) + (layer "F.Fab") + (hide yes) + (uuid "865e6d3c-3da5-4240-a17c-2eb179bf821c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a64c4bd1-8501-4e28-8f2c-2248fc6d110d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d3093e4e-2a08-4ce7-9767-f095d3c12d1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "bc9e8e32-e2d0-4bbf-b646-036cadfac272") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ae943d") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c83a760d-cc54-425a-b175-f73db113ab98") + ) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e39f011e-2fc4-49cb-a0d0-2816fb6f5b37") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c966a1e-e8c4-4d13-9850-b3154506d8d0") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05904865-2dbf-49bc-81bd-8b90a2cb0f2b") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97f795d1-dada-40cb-a24f-cd5d06e4f967") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "579b5695-c8cc-45fd-af79-06bfc1f2629a") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7747958-815b-42ca-8a23-852be4251473") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fde4c765-4903-40e8-a5a7-4ce95d13ad71") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5f6811cc-dd56-4dbc-9684-42b779068b5d") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ba86ad8c-f410-4d9f-976b-ffb20ef99dea") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6bb770c4-d314-4915-8b8b-3c96c01f71e7") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "844b12ed-6c2e-4f0a-b684-8b07e5b3fb7f") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "69d0ec0b-0ab3-400d-a309-d07c625c2a81") + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "87e9d4cd-2664-482b-8aeb-4ca9053908f0") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "Net-(D6-A)") + (pinfunction "A") + (pintype "passive") + (uuid "b4d5aad5-e3bb-4fc8-abe9-c502afe07257") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061067b28") + (at 102.87 116.078 180) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D10" + (at -2.032 0 90) + (layer "F.SilkS") + (uuid "a8efcb77-1b12-4dc7-b56d-391ee5c2f637") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "7da29f3f-0981-4f6f-8027-39182e78e495") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b66c0e4-6c01-4eb2-a14b-edaf5bef78f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97757cc5-fa1f-48ed-9351-29dd227c143f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 102.87 116.078 0) + (layer "F.Fab") + (hide yes) + (uuid "d82c9c61-00ce-40f2-97d6-aaba202969c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e5243708-452c-4b51-9da7-6c8018bbf75d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "05cd8d66-81ed-46ce-b11a-72a4a328141f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b15a8dcd-4883-436f-86b8-ea8faf139558") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af092f") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bed010e9-f450-413d-b521-12187e87d21c") + ) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a849a9ee-6fc1-44ec-a4fc-846a7454e18d") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4063039d-3538-47ea-af5e-6ff7e1e97794") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b680f7b6-a5cd-4842-934e-e2c6ed89f5d7") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "efe3ac77-7733-4c50-bc00-66634a67749c") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba5220f8-b331-4072-8c42-b3c8e1438ee2") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d68d1f1-42f8-4249-9d14-9d9f935520af") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc275161-f7b2-4e7d-9afc-47c8d50546b7") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "874b2322-9c42-4f30-ace1-234f8b06bb8d") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eb590f9d-4ae9-44d8-a2de-0f71984f9db3") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fad57483-a2ba-48c5-885f-069a8ae7c28e") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6b150b3-438f-4a15-bb14-859d01015a6a") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "37d69348-6143-4f7a-a0b9-fcab3a1e1891") + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "c3b0e434-c7fb-41fd-ab6c-4434b6cacb92") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(D10-A)") + (pinfunction "A") + (pintype "passive") + (uuid "4d8fedff-860a-4cc9-98d3-08dbcef8603e") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006106cde3") + (at 107.95 132.08 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R11" + (at 2.794 1.778 90) + (layer "F.SilkS") + (uuid "46ff0b22-386b-4093-ad8b-369a16285107") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "d0d5f96c-af62-4ebb-a89a-e8146121c8b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b31f8f2-e5fe-476d-8ce6-be131b846925") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "959c1428-b40b-4893-9f1c-efbacb827c67") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 107.95 132.08 0) + (layer "F.Fab") + (hide yes) + (uuid "4040682e-8db0-4895-9066-4cc1351956c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006116a114") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "414ccb7b-8166-4048-92a9-fbe311b11521") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f310fd5-bacd-458c-9f0b-e0b14521464a") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d537292-8e07-440d-8ca7-84f7c05b0d1d") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f28b722a-d4d3-4c6e-bc11-41f3cefc5605") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73980d15-39f1-4080-ae23-64ed4b150395") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2f26034-7272-4785-8a39-9bbefede21c3") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f1ec44e-8a03-49c9-9782-9cf201db6444") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aee68a9e-49d2-4da0-8760-23241585fe7e") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9042ea99-e85e-47e6-b59e-ca576fecd19d") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd4f7e35-c822-4297-a10c-2dcdf99ecb50") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "281e81b5-f5f7-486c-8146-931f6a0515a6") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fb200ad-b227-46ce-81f4-5e766abf17fc") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "52f9dc0f-6a97-4097-8afb-653da01d8188") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(J1-PadT)") + (pintype "passive") + (uuid "0a139559-cbd9-42f0-80e0-aef45198531c") + ) + (pad "2" thru_hole oval + (at 5.08 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "COM_OUT_A") + (pintype "passive") + (uuid "204b5683-a2f5-4f65-a958-3369fc477abe") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006106cdf6") + (at 107.95 111.76 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R12" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "d7d55e59-14d9-49dd-849e-154ef2e0f648") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "9e0ee86c-248a-4ea7-9483-73d0a76ff184") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a37669cf-7ba8-4d8f-8285-b4de76929df1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1be13276-3298-4ed4-89ad-de6ae86fb939") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 107.95 111.76 0) + (layer "F.Fab") + (hide yes) + (uuid "12b3bd89-a831-4841-94cc-2f5536afb32e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061174b9a") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8cea21b0-3298-45b4-bd71-13b9ff58ec85") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64e6653e-6fe2-40f0-96ce-32271c8304fd") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "318b66fb-4595-4fb4-a09f-cf9e3c01a455") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "688465cb-18ba-431c-8585-92b08071df33") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0778ee9-7ed0-40de-9946-7815c9dca849") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2b2339c-ab73-45aa-a25d-2e46a538e220") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f234adb5-a280-4e42-b070-af0a2ee238c2") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e44ffaea-c384-4cb9-901b-cf3b6f2afb5c") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89c739c3-67fc-42f6-b00b-48233e203620") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "038b5eef-e878-47fc-83c2-ebaa1a7fe4db") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79a6dbb4-3a20-49ea-866b-b6428d162607") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f9461b5-34c6-4d7f-979a-20a263231559") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "f4b785a9-7127-4666-a589-2bf0e4e691ad") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(J4-PadT)") + (pintype "passive") + (uuid "13b959b5-0b95-4a4c-a6d4-7ede54ed50f9") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "COM_OUT_B") + (pintype "passive") + (uuid "ff997ea3-e02b-4658-a35f-bcbd641000e5") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061074593") + (at 65.3288 53.3908) + (property "Reference" "REF**" + (at 0 3.556 0) + (layer "F.SilkS") + (hide yes) + (uuid "11c0bde4-0efb-48a9-bc43-6442e8498945") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 0) + (layer "F.Fab") + (hide yes) + (uuid "f5727b21-1096-4c62-abf7-a99be3424d4d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28dc5594-bf63-4bf6-ab0f-fa1a7e218381") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c16b611-0d16-4751-92b1-30d7ba7c48d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8bc4f771-6e09-43fe-9f14-6ab923d2196a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "R02" + (at -8.83 1 0) + (layer "B.SilkS") + (uuid "8adbbd43-7367-4a06-8d52-77baac4ca549") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "equalizer" + (at 8.62 1.02 0) + (layer "B.SilkS") + (uuid "bd0aaeef-67a3-4567-a7ea-fe7b6a936252") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "B.SilkS") + (uuid "e24f58c5-ab2c-4a8e-b716-5b1c960dbbed") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "R02" + (at 8.8 1.02 0) + (layer "F.SilkS") + (uuid "33da89f3-4e17-42d2-9f94-7c58f6f58edd") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "F.SilkS") + (uuid "bde7722b-0e87-48e8-a16f-0c8ebd90026b") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "equalizer" + (at -8.88 1 0) + (layer "F.SilkS") + (uuid "dc81c9f4-9330-43e3-87e7-ddc8ee5cb0d3") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "17a1090e-1ea0-4ddd-9da2-e68411fa1c2d") + (at 81.28 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV3" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "9f36d8c7-a4f7-4602-84e0-df47c09fc0df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "9b29a686-7af5-47ac-863f-c5abac3e615c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9f7b5cb-a376-4500-9753-890f30e85a40") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0911911e-61e9-4c60-98bb-d717989169b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "90823897-c432-424a-8e7c-ed0503bb9339") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/4f91ca07-c907-4dac-9c6c-986fbcbc7e71") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6680868d-e529-49fd-873a-4b389ac70507") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc4e57dd-6ce1-4425-8c4e-c4b0caa7f5b4") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e69945c-6f89-4eab-9a73-b842ea2df4e4") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81f86fca-ea0c-428e-85b6-4b6a4b798b04") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "067d4bbb-3a21-4400-98bb-846db57782bf") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9ed0e25-9497-4c72-b4d1-ca27032c2610") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce0f524b-00de-4b16-aba1-2f385e6c5ee4") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d40de784-1299-4a55-a556-8a3184947ee9") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c18be6b-bd07-4369-bb08-9bada626d97e") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "daef478d-1f0c-48f7-90fe-92647beb1ce1") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b07f549e-dd2e-4d84-9578-7ff7f65c8044") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "49a0d93e-de44-4483-a837-b9544884268b") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93cca7b1-ef9f-4ad7-8dac-4e3da9e40f90") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a3c78878-5e3d-4a9c-b331-23c291231742") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d775bb62-4fc2-4f8e-a021-a4c06c2c8d2b") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "441d1d9e-d307-4145-93a4-5d8d4877c0d7") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83130fe5-795e-4c84-a849-0105c7d92f79") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "c2cb0085-91bb-450e-b5c3-5ba66f9f0042") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "ffdaa72e-3121-4c25-8cb8-7063cafe9f91") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "f3bbbe25-12b8-4a06-8291-b287fd218b74") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "1c071677-bf32-4646-9b5d-045e8b79f1f9") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "e605e3e9-57bc-42e6-86f4-a4c396fa4650") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(R6-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "5e6b7491-9c20-49d8-a79e-5bb568a2229d") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "57df830b-1435-444a-84da-03d3787e8d80") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "2f670aab-9e89-41fe-876d-bce239efa431") + (at 60.96 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV4" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "836d365c-3964-4fd1-9140-b2b516e620ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "72feff17-5a21-47ab-970c-10fc6795f41e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0118dac3-a42d-404c-b446-36c606f7c282") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0272a932-3df2-4986-bb9d-d941b7d3a465") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e79eba78-23e9-47ee-8579-b4e6a52f2788") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/715e1fc2-351c-46b4-abbf-511a8b62d8fa") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf07b60d-3e56-411f-9594-e2b024542e19") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4bce040d-38be-4244-8fbf-30fbe0200688") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "abaadf1e-b597-4ac8-bc6c-58c8297f5aea") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed6a55ad-e45d-4332-afea-259a08a3661c") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ba50eb3-8229-4fd6-83ca-b860c77a9627") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c2cb927-ffaa-499c-b88e-8771b8695c67") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d0e89c1-2eb4-4b73-8d83-6911754cfacb") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "625b8216-c4d0-41cd-a90b-74c5e1eb93bb") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfa37402-f162-4732-825c-2eebcbef8503") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0fb0e7aa-dc16-459b-a4a2-7b4fb4c98c9f") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f0c3e45-c140-4e12-8980-fbdd9cbd1009") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2687aeb1-295c-4e90-9c12-0b4114c560e0") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "816cd5d9-8619-4c75-abc5-744df04d89b1") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f613ba42-bd9a-46ad-8737-3b2a2716d3e9") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90c47a04-5570-45d2-9835-029f5056ce9b") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23b54a21-e1cd-49ed-bd56-524780df0c52") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8b577f44-fefe-4e26-a93b-474401907338") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "7f63ee29-a1e1-443e-96b7-5ed6d87497b9") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "5cbe59b4-6f7f-4899-8f29-a2fc52e56918") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "59c432ee-59af-4f30-91ec-64fb3b26f4f2") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "e3410d81-aa78-4086-a285-16cce607595b") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "eba48101-e9da-4b45-a924-e47ab5fc57a4") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(R2-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "4a51bf0e-f097-4c94-9959-9c0d15d39bb7") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "9c18995e-7517-4e15-a262-57f86a16ba1f") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "3324d408-a5b9-4560-951d-d219dc33ad00") + (at 81.28 147.32 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV11" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "16b15024-025d-4e5c-b03c-cb4ce9551ee7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "2bce3ed3-fb4b-4e6d-b1ce-4e03a25b67ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1190198-e552-4b0d-83dc-d28791a6dd0e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9204e1ef-4750-4022-9173-6b6b787f65c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bec13945-02cd-456b-aec1-39de86575618") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0ebc6729-c439-47e2-ba57-f1cebd1399d6") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "103180fc-25ad-4e38-9183-53138f171e63") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b022d201-f8ac-4bf9-8144-cd4e87df6c3e") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d47c12e4-6e05-424d-af22-eab5b193e0c7") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2afdb6d2-bce1-4a2a-92ee-dfbc968eebe0") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce3fbc8d-9dba-4be9-87ef-ab4d1ddb2eb7") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "867eded4-f1fe-4356-9be6-c0871471e853") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8cd0b39-01c6-4843-8540-81d7660f12f6") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63323e67-1702-4060-9c0e-0b720e196146") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92cbc6ea-34af-48ad-bba1-f660dd8ca0e1") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ed0cc47-1f28-497e-8848-dd6983c6b415") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef61d502-1271-4c41-af1c-0463cc2ed385") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6d02656-b78c-4cad-8074-12d93af8b843") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "119da1ae-585c-4868-b68f-6b76a1a9c405") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9676d2b4-ea4f-45f3-b4c8-750c907cd750") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "985ec501-6342-4a97-a9b6-a7c8fed4b32b") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f1bcc5e-f923-4b63-8c02-924f4df7a0e1") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89f94764-1103-4740-99e7-7ffac14eed3f") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "70e09d7d-d1e9-4d46-bf6e-b31284c75df7") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "e829d604-fb15-4bda-9d27-872d30625f48") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "b6a380ab-ef61-4797-bb4a-02bc2a0a291d") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "e1a159fa-9286-4d20-bd18-b7620d08c814") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "1d6de7e9-bf07-453f-96c5-be28e9921ab3") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "J_B") + (pinfunction "2") + (pintype "passive") + (uuid "56b6d85f-ecb3-4e82-b38b-2d5545d4b3b2") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "19d3e29c-23c8-4e97-b40a-91eea8200982") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "580bcbef-c9c2-457f-8868-2dffbabb4aea") + (at 81.28 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV5" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "969ed708-c93d-489e-9cc9-717953343235") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "029980d3-385c-4416-baf4-61b4aeb6d8fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7e96083-ae90-429c-bb0d-f113e3f985f8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13de4010-802d-4304-b3a1-324d16bde855") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bc8e752-6e0d-4946-bcb1-eac2347003c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0a23fa28-3b63-427e-ae3a-f6c8d06eba6b") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c20df6e-09c8-443f-90ce-1751a5baf106") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4531c6c3-fc60-49da-ab2a-0768f0fe439c") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "851fe00f-da59-4fc9-9911-c13e1aec0a92") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71c70c54-842a-43d0-aa45-1794a1be59cc") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19a7efa6-5833-4cf4-a759-cba0b8766f80") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15ba091a-917f-451e-bfde-759410a009cf") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f965f5ac-a0d1-445e-bec9-9591eec3d4c8") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13f16954-3223-4550-9144-1e7c005df54a") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92ab2383-30f2-4077-bd18-54afc9b82168") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5002e595-3618-44dc-bd2b-1552276a6ac0") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "420091df-1227-43b0-b142-87aa63b2cfc7") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4499a027-eced-4f55-8819-a06458ad2c33") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "814d4081-f094-4e37-8b65-3208e13b53e4") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b740377d-e37f-4504-878a-61f3c02536b9") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "69e689cc-2e78-4e73-94cd-4306917e04e2") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "13e908b9-0f8a-4e48-85b2-692e371520c7") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "746fd19c-b95b-40b2-8ef4-da44495effce") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "197a985c-c7a6-4790-b2ff-cb9253885f2a") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "16c93b88-855e-4e61-81f3-6a1f5a04f427") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "1f31b8df-2d12-45f9-a7e7-15762de01d46") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "258997d0-8192-4bb9-a765-392a8b7e3ab8") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "9dfa70a3-ad33-4dc1-9480-c2213a851d94") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(R7-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "081cbd31-9e68-43b6-9a0c-e294a455d61d") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "d59378a0-20cd-444a-a26c-8fc67a14fcdf") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "60441d93-ceb3-4109-933b-3234e6fc19fa") + (at 81.28 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV9" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "ce8369dd-4988-4118-a96e-e82d806a309f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "117b8bf5-7bcf-4709-9ddf-d97ffaf0bec1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8fcad6b8-5ee4-4f41-ac24-145d7f3156d1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83a60366-d9a3-4fc0-8358-b98e0b5ab534") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4951fd1-c9f0-4146-aaa2-4a5265ec922b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0f911190-1566-4d81-903a-2f0b83cc09de") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2384a3d1-8477-412d-94cb-3013648ffcab") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "edbe8dcf-e05b-45fe-a383-2c0352576622") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd22d33c-0385-480b-9c92-8a30c50dd88e") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1760beaf-82a6-454c-84a6-3a21c9d292a5") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2b76517-1a10-4cf5-b313-e2522262243b") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a070490-a832-405e-8f88-5cb6b7082df5") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a2d40c3-ea78-4eaf-ad65-2853ca6bb892") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9c240be-69c3-4fcf-9785-3465344d25f6") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9f87473-723b-459d-9d51-c8894f9172e6") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0036631-ce7a-4785-9cda-1867b9a1d68e") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb8c8d8c-ff9c-4e25-961c-eaf9b68e964b") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "122b32e4-e22a-4ef8-afd0-771c06beaca1") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b32e47c-3f8b-4edd-9721-e70274071129") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec7a7ade-8078-45e3-a7be-7d10c9dfd803") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4dd3eaf9-3c92-4910-b8a2-75e84c1da9bf") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e9dac7c-a7a9-48c2-a7ba-d642bb0bb60c") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a46d05e-8d2e-49d7-a389-2909ce7ea9ee") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "f25c2a5c-de32-4b6e-8ed0-f010c0e8f8f1") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "ed19bd96-c9dc-451b-bc55-a7f9c30f7251") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "388836f2-a5d0-43ae-9364-7c5979a91715") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d0cb4a98-1668-4ddb-b387-288d43f3c97e") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "6ae7e92a-1796-49e7-9f42-12b7082256c5") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "I_B") + (pinfunction "2") + (pintype "passive") + (uuid "a1b9564a-5e94-4214-be79-f9b83453fa71") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "e85dca43-7b7c-4909-a4ab-4a6b020229e8") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "7ad4f157-8206-4a71-b933-a1f876b6f131") + (at 81.28 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV7" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "dd9b048a-9679-4b3d-8b5b-701297030fca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "192ec813-9ef3-454e-8d08-5571f37cc181") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a785eb0-3e43-459f-b1ce-906347faba24") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3e5b9310-9da6-4afe-83d2-d9494077e577") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a2d53088-dc73-419a-9870-280062c0a990") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e33d7611-a840-4788-a1e6-68497c6522b2") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75c69507-053f-470d-818e-7f4770ba6e51") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9a04aa5-5233-4fd0-bc5d-5159ace53b9a") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14e29444-fbcb-43c0-9c67-b379b4036f75") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c37475c-2c79-47d4-80e2-cd8f7807f30c") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "690e43a7-8614-4263-9b05-1845e902e292") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1518b74c-c70c-4dea-8b8c-abf24ff5c312") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d36c6bb-b450-4e82-a21b-37dba0bb4dd6") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b287bcd1-8b65-4d76-a0a9-cc5ba931e520") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1c5fc1e-e727-40af-a220-73899c43e101") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91bf418b-852a-4f5f-a531-b31260f78dd8") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9f3ecde-06d6-4f40-bad8-077315941c84") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc24166e-e92e-44d3-9770-a79109a05fe8") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "904f7ffd-70fb-4b10-9470-c2a89263f747") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac0bf4ba-6a93-4f22-9f1f-ece6fb4242cb") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a4dd88a-c769-48da-85a9-a40b95baa8bb") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b131e7e-52e5-4fab-b574-39a90fb650be") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "69b7427d-ad84-4b73-b510-68f347842b57") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d301d4ec-d101-4c6f-a3d4-69b33b86d3f2") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "cb476c75-210e-4742-b18e-01eb9ec63cd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "9c3c9a51-ee95-4f02-bc20-8a06e515c73c") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "3fc9c975-6962-47d0-b025-f54cbc501d22") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "bc3844e3-210d-41de-9701-052cda1d8747") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(R8-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "0aefe021-18db-42a7-b7e3-5869d19b139b") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "f7e061de-f10c-4dd4-9bb7-97232b7b235b") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "a4ccff6b-8aca-4df0-a4d8-195b1f165632") + (at 60.96 147.32 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV10" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "442aa6ed-5cbb-4065-9ecc-758e7a313ee1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "1930209d-55da-4672-bd43-5fca6266e799") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41196b6e-3233-4179-a293-7f55cd962f14") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25b66308-da5b-48c5-8a94-c5c5e8be1db0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e0245da9-5aed-45a6-acea-ccf38275320b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/af8730ba-4aca-4759-9b8d-e74032efa187") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "746056d2-794e-459c-a537-4e783d2eca1a") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d267371e-efd1-4173-a934-1359373527e8") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "988484b1-d3d0-4e1b-9c9b-99ea0b94dae0") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f434c39a-03b8-48af-8859-6d9f62c92eb8") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "301c7526-ac47-4399-beb1-ba9bf5956d65") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db4f8e7c-3db1-454a-add9-a637267e8cc9") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0f6dba4-5f63-4a71-9375-470a345a5f38") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5970b408-2ddb-45a3-be69-a2e14a7601ae") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23625d51-a268-46af-8f55-095f0526aede") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4759a81-64f8-46e5-acab-a6097e923a3e") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f146401d-3e1a-47eb-bcda-23bcea1e5fb2") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "838bc69e-eee3-42c7-a59c-cdcb43fd1d48") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84193856-49aa-4c20-87b4-0edba7d6f280") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f758aaba-22dd-4851-9e88-81060713f5b0") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45244127-1f14-43c7-8681-47460423869e") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ecb4d3b8-7219-457b-af53-40a700534823") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "675147a4-28ec-451f-8bef-ca7c43229861") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "5933e04f-e8a6-47e3-be10-b047325016f8") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "f5e2024c-593b-4f04-99c6-0974ca5c152f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "9a43251d-314e-4528-96e8-112102890dab") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "11019080-abcd-497b-bcfa-7d687f9d83c8") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "3a68dcc5-82a0-4262-b363-b66ea80b5c7b") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "E_B") + (pinfunction "2") + (pintype "passive") + (uuid "2ff04c49-c2a7-4502-aeb9-6cc167d5c545") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "b121ad60-a0f6-4a27-a516-9ac62ca1ffe2") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "b2e36d1d-3f98-4b91-bfed-417c09bb03e1") + (at 60.96 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV6" + (at 5.842 -0.254 0) + (layer "F.SilkS") + (uuid "e3c7242f-fbfb-4c3c-a317-fccd121c0c2a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "c007766a-2dc9-4ef4-bfbc-d7c56e13763a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bdd33819-96af-4250-9e48-caf0ac4457f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3371154-d5d6-48df-8b22-50af4121e8ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a703d9bb-955a-446a-83aa-7a5d79e9f376") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/af39addc-3465-4651-8868-55bb8ff22fb3") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf9cf575-bf00-4686-8ea4-981cc2383520") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34a63c74-fa49-4ad2-bd2f-41896d571d53") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32e7b57d-c686-4cb5-bad4-b07fd86a7852") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fb98d51-002f-4edd-b53f-9ca71f958066") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3600fae1-102e-4676-adce-517f1f8fe1e4") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be1a3ce4-0ef1-4f45-91ec-8ba3ebe7cb13") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09a9f6cb-797c-41eb-90b4-f0d31ed691e5") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3729d88d-1fe5-40af-adf1-bc4f36ccb442") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d57c3811-415a-4b4d-b434-ff048be692aa") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5500b1b9-6f7c-4ff9-8e38-5a4ce34f7d78") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b573f632-55ed-4596-ad1c-86da4d1d4c69") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9539d19f-749c-4f67-90e0-5eec50d73d51") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c441434-9622-4d81-a637-b05817c0e96f") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "057d3259-731a-4182-b62f-a9e83b8933fc") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a1eefaf-f92b-4080-b010-909e48fb7153") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01328105-1c3a-4655-9a14-01701cdc3684") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f35c3c1-9f78-4f74-8542-682637b89e48") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "5893f963-7e6e-458e-9cc7-b4c791e398ff") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "10fbd30b-4b42-4372-b41d-460ffe11b225") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "2786d278-98f3-48c3-8790-dd8466526063") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "706d696e-5c1e-49a9-8243-afd17f4f6aec") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "514a50e7-8cf3-41b4-99e7-2b5b3d96980a") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(R3-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "87c2a645-4a7c-4d9f-a615-282181240bee") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "9aa7b4fa-9e99-415f-b792-456f1b552a36") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "c7be7d36-044c-4624-98a0-a11901bbb38c") + (at 60.96 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV2" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "bcbcf9c8-376b-4a4f-9035-283475e8de48") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "76f67108-654f-4f50-99d5-c0a1672279fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8de7553c-02be-4ab4-a398-64ce9adaa814") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aeab7954-d516-4775-bab4-5830036652b6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b1281c1-dde5-4d21-afee-f7a09a6df9a7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/25408238-ce25-4d5c-b875-67761a06d43b") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48c1e0d7-0350-4909-816a-e9ed90994f35") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b252db76-8047-42a5-8619-45e0024905a9") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "942ea403-c2af-4980-adb6-17f697e4bcae") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9f7afa9-2a00-489a-8426-a7fe7aece8f8") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b67ea60-8b63-45e2-b67c-58043c63ae72") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd7042a0-948e-42f4-9534-5a93ddbe4a29") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47c9da73-bd5f-441d-84ed-52199aa2427b") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7df752c3-3f58-435e-8e6b-40894d606a04") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dccfc8c8-5e84-4193-9733-9cca3fafb694") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a383e00e-0aa9-423e-9e9e-df537dc81161") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e3ed6d1-2655-4139-984d-f04b7716d90c") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "24543321-8ac6-438a-ab94-a54b27370c9d") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "255daab1-174c-44ae-b924-4f21cf1f29d9") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8c3791a-ca25-499f-b9b2-2bfe198caf00") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b59e4e04-d769-4fef-af3e-e1b0e2693f9c") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2235278a-5501-48bc-873f-6c75135d6281") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4dd601cc-ddb4-464b-bf38-b709818366e4") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "ade8d79a-23e1-4e86-8c0a-fa58dca9edad") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "84a14c77-c937-4854-a3d9-f6b8fffdfd56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "9f7d78f7-24f6-4a74-bf84-956a070657f3") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "5515ec92-01e5-45b8-b6c9-bcf4feed3475") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "b3135bf9-7377-4be6-a67b-2712597310cf") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(R1-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "4f1381ee-41a7-44bb-880d-873f9b81b778") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "f6463dfd-20f5-437c-b10d-e2d9b8842fe0") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "ce34a1dd-d07d-48bb-aebe-a3aecf00e9f5") + (at 101.6 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV1" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "cd337115-8263-4d7e-ab7b-124d045a9336") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "b2941150-f749-43f7-a1d3-7f8724515e12") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f228813-1da9-4b59-93c0-247544b100c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13a35501-b360-4415-accc-f3bd97111a24") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "069329af-be4d-49c9-bed8-fc374fc40755") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7880b2f4-ba89-4c49-95fc-48946ac85581") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e24359ac-be08-40a4-b3f5-390f676bcae1") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "852b9792-561f-4141-86e3-ccb8fa65058e") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55ac270d-785a-4b16-b4a6-d9e54ef78801") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce1fd6b7-0f3c-4a5a-aa58-8e1844695500") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32801d2a-2cd6-490a-af95-b0b52625a146") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7da7c98-53d2-4cd6-b13c-d564efbc9e3f") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88f78fbd-ec42-4725-965c-503855f2705e") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "340d7bf9-4b98-43a7-9578-93a6a89f1692") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec3bb159-6390-4f27-bebe-91cba2eab974") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7eb3321d-461a-4d5b-b895-d5bd1807b5e9") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e840bbd0-99d9-4f23-9902-34c228969d5c") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6050303d-73e2-4d76-a7de-4c2eb59d2853") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5783606-d2d7-45d8-b402-7bb081ec83fe") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "60fa9b1b-3fe6-4278-bd32-b2995ede2f3a") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4fadad2-fa97-4f04-b005-8e92efc3c3a5") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cf50dfc-994d-4eb7-bc76-4cf74976671d") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be946cde-f471-4ab0-beaf-60e2e434a635") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "fe304296-9862-4fd1-8255-98aa7f0e1839") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "aaf2a93c-2cf7-453a-bfa5-b4ae5fa21c53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "fc11ecd5-4adf-4126-9bf1-6ab46da7dc88") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "42da627c-99ae-4b11-8d3b-552c5b1da20e") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "223414f8-6916-438b-bc00-fa58932ae36a") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "IN") + (pinfunction "2") + (pintype "passive") + (uuid "6f6a5324-aa98-49b1-adcb-b2a95e2a18ea") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(J2-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "a7ed6409-8019-4d36-9f44-6b35f97f8502") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "cf2b32de-2b9d-4f88-bf8d-de5c55282622") + (at 60.96 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV8" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "86f8635a-b397-4019-a248-22057bf98bb9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "96c58f12-d452-48e9-88cd-59b959cdc47e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1b74ce4-a854-4905-a9ca-e1bf18d1cefb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa9e24b5-14d0-48a9-bd95-48a3fadc315d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "072a7bd8-a3e3-4218-a7fe-67edb82b6ff2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b22c23dc-9cfc-4362-a1c3-2d6d1327fd79") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91767ef8-f2e4-4c2b-9a30-4c9eaabad035") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06f11c9b-0b36-46ce-915b-ceb8c19e48c7") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09c29683-bd21-46b1-ad4d-636450b8fe61") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18e4f9fb-db00-45c8-9ae6-176c95727264") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e2a6616-96e6-4cfc-9276-bd7022e53c68") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e67716c7-d495-44ee-94b2-2e892a559c16") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fba0bf5-e84c-42cc-a64b-d6d869c53b6c") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0173110a-77bf-4e55-b1ee-f27a3eadfbfe") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "209c58cf-751f-422a-9dd0-b1590ee2c8aa") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9f14c6e-1e3c-439c-beeb-52c377d73683") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "661809c1-cca0-4d75-a09b-14e2083eeae8") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0d643d7-9883-478f-bb79-cadc50e47493") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b211a3e-0bae-4f85-9b30-ee077a2c129f") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6aa074bb-1baa-4de1-9280-d67d1a041508") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7c3d600-f639-4e70-b958-df951c4b596c") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c1c11e6-18c6-4f90-bc81-6938bc4a5753") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f720a8e3-684a-4a2b-87a3-c9fa797d6274") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6904542c-2294-40d0-8e34-bd5668f0f0a6") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "ba4b91c1-682b-48de-ba03-44c7e29df226") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "c669c8ee-86f2-4edf-9a35-47f677970048") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "168d8649-52ac-492c-9891-f097c2414c35") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "1") + (pintype "passive") + (uuid "7c9f261a-adee-4202-8782-c5771ce5fa06") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(R4-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "1b506c4f-a057-40bf-a6a6-af265fc6995e") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "3") + (pintype "passive") + (uuid "4be33e82-0311-4dfb-939b-36bbdc4c50a0") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061067a6b") + (at 93.98 67.818 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D1" + (at 0 2 0) + (layer "B.SilkS") + (uuid "dddbaf05-4a0a-4970-8b47-56ee455099a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "4656acb4-4b32-4e4f-9f03-d061eb79923f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4ba67d0-6ddf-484f-ad16-32ba518a12f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4e9b3e5-1f02-441f-8617-085e18448e47") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e578471f-19b6-4d5b-bb41-57dc8bef8ffc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "6bd8ef06-f4c9-4f97-91d9-dbf6abe77f5d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b51bf3de-f528-4ade-b141-b5e0c0ee1cd4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5bd909fa-c855-4703-95c1-b0a2e24520fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ab44d3") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "78c85026-8a54-4f23-ab64-2228043afde8") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d60cc62-5c53-4a46-a1ad-76f3081c44d7") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec2406e9-0b82-42b0-84ce-cdb991070aa5") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3e8c49ac-2035-4723-8d2e-cdee735b08c8") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c3015115-ca4e-420c-96f7-f987c718718d") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58c03823-e060-4420-8cd6-30f02dcc3047") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7f7a5ade-4013-4eb1-84e1-badb03b7cdd3") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3cf72a4b-2436-4849-a6b2-7f56d360237b") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9e949c94-848f-472c-b113-ea2bd01be68a") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9e672ecc-c521-4169-9cc0-d2d4ebd1b1ea") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dbe6af61-c97b-49c2-a142-7df4ac64f8fe") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "74d0fcfd-176d-4123-bd08-93a44c33d205") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "32f8ba00-35ed-4189-aedb-137bae484160") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1ea8d033-ea92-4012-9e75-c94eabf3cca9") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "07923b70-3af8-4ec3-80f2-7d10aaac4d23") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2218a96c-fd15-49e1-8c84-84ed1c6a5f1e") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e94467be-b310-4a97-a96f-769b24fedb3d") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8ff43f4c-c6a7-4996-9920-dcdc0293e591") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "7ea269e8-f1da-412c-9bab-1cbe19d2bdd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(D1-K)") + (pinfunction "K") + (pintype "passive") + (uuid "35715549-1b79-4631-a986-e9919e56a4d2") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "ad6e948c-e15a-4f78-bcc1-24327d67eb37") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061067a97") + (at 97.79 147.828) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D3" + (at -0.03 1.772 0) + (layer "B.SilkS") + (uuid "1d46b7b8-ec4b-44c3-a947-08fe197c20c7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "62a2ae46-e497-4056-b424-0d194fcb2195") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bafdf3c6-2fd1-45a9-881f-f35ff1491ece") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "247f51d5-94f9-4fd5-b8d4-6ff84e0e0d68") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95db283a-2912-468c-b9c8-9104598e3ca6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5b866cf6-6532-4cb6-9a43-f32a29d3324c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f20b27de-7e02-4199-8447-6af7b2f7d173") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d0dae533-9e5e-49c7-a0f1-977d34d1506d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ab8812") + (attr smd) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1d00d70-9196-49bd-89bf-ed0c31d59439") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef50026b-cbca-4cf9-ad55-a0dbdf9337dd") + ) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b69a5de-8cda-48ba-a4ce-59e7116aa9e3") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1a6d7431-fa1b-4885-b04e-55c2c417b541") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1021881e-f84d-4a1d-bb6d-3933b1797f63") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2b29e9b6-4a1a-4a96-803e-370bfda4f427") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ffcec920-20bf-4e3c-a91b-3adcf90f955e") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7f647515-fc5a-42aa-aced-92c1f4690a5c") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "20efa65f-3f5a-4229-8e39-7ba2549834ac") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9c02ebe5-353b-4584-83be-9b1064d940e6") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7152d5bd-ebc1-4cda-93bc-747be883dd96") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f18df722-2ecf-4f65-8295-b9f31789f965") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eb54c8ff-f9a5-44a0-9de6-e20542943ee4") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "49a45f1e-0765-464e-8238-b531fddffda7") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f62b64de-3279-409f-af66-72dd493129a6") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a2f4f231-7936-481a-aa2d-bbd0e18cef86") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b6949c06-c24e-4c6f-a64b-38c41fd62107") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb799ed1-b3aa-474d-8e87-1f17e5185590") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "65c4ed67-72b8-4e26-9ed2-42785fbe49b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 32 "Net-(D3-K)") + (pinfunction "K") + (pintype "passive") + (uuid "7814e2ef-3633-4e31-a9eb-15c7965f15b2") + ) + (pad "2" smd roundrect + (at 1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "2fc0aba7-176a-4a58-8831-e04f18713b70") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061067ac3") + (at 97.282 125.984) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D5" + (at 0 2 0) + (layer "B.SilkS") + (uuid "73bd5b1c-dd35-4c8b-bc09-9c6bcd725bd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "a80a4d2c-0527-4b91-b227-4eaeb7e49ca6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ecfb393-ba23-4dcd-b3de-a166a1d9b115") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b8cf96f-2f7c-4644-8d5e-97b1050c8870") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60ad04db-fd0b-4a7a-ae69-ebe4140e9d3a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "bde05acf-b916-4c45-b662-54a655254d13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "eac1ed20-1c1e-4061-8453-334c591e335c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "13c2f194-4951-4a65-9fce-f7c42ed34ed3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ab3ced") + (attr smd) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "05910e0a-3e57-4ad4-bc55-ff1a058da769") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8e4ce54-f8d5-4460-86a6-f614d97de1bc") + ) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0399979-902e-4169-978a-93599ab0396b") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ae32df07-cbe0-4396-915b-438d1227c2a8") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "310bb5ae-b5ba-4c50-a818-89406b40cc46") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d3344e85-bc99-4259-acd5-fafd6faa00af") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fe70816b-41ab-4f7e-ae58-3e331b880ab4") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "55f0b030-8952-4dd7-93d2-a0de6782f261") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7da4eff-07d3-4541-a8b2-6b728af238cc") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4bc22b2f-919e-4ac6-a784-2106c188a04c") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "57ac8f91-def1-4c9c-ab45-ea1a08cfbe4d") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29c38f9b-6ecc-4aea-a8c7-d0f98294dced") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bbe6f761-4ccb-47af-b98a-13f53c3a425d") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0d54dfbf-ba0c-4005-9793-28f6b5b0c553") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6429d848-59b4-493f-aeff-2b48ccd1d51f") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a0c86297-bf7c-47eb-8f3c-b19a406ec6de") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "659767cd-0c43-47ba-a37e-3dfd6746a8f9") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bd0014d9-3f2b-47b4-ad70-5ffa2ba0578f") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "c66f4e24-c347-485d-9a27-cbc113a6470b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(D5-K)") + (pinfunction "K") + (pintype "passive") + (uuid "e4c4d467-93d9-41d0-a7cf-260207629419") + ) + (pad "2" smd roundrect + (at 1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "9a709ca2-7240-446f-b818-d0aa69b349d5") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061067b15") + (at 98.298 106.68) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D9" + (at 0 2 0) + (layer "B.SilkS") + (uuid "4443557c-4e58-4a1e-b599-f5088a4f9b4a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "7d5c4d04-ca30-4b4d-981e-53f350bd9549") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b8d3ab5-800e-4244-852f-371fb5823566") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a6ac082-111a-4a15-8ec0-1b26775e87cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa88cd52-e1d3-4e5f-99bb-61dcd24ca756") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "961213af-a124-4bb7-b929-bbc90b3f56e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "e7e35a34-7084-4ddf-bac4-ec2c39d74a5f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "dbf2dfa5-036b-493b-9f91-51bbc28f62a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060aacd5e") + (attr smd) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f2cfb1fc-3a57-4ffb-a650-fefcec722e35") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "109f262f-72d9-4df0-a04a-30be1dcaded9") + ) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "60ed9bc5-2e0c-4459-9565-9528a10c2c9c") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d0801d91-58eb-496f-8aeb-d2d7caea4e35") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6bc82eb9-da1e-46ba-b766-3a4a11305201") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "354c7fff-6d73-444b-8260-61ff438ea44f") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "34257fbb-0575-4f8e-96ba-a1225cf34ce7") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b1c3cd9a-0630-4ad2-beed-7fc05f0278ae") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62842047-6663-4cce-8c55-45a00a361cda") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b195296c-1b2a-42ac-9401-9565995642f0") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f69e5b2a-7264-4ec1-922e-96e89e5318f3") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4581d089-e2ef-4050-a7fd-47d5914d8275") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cfa39ca4-c976-4859-bcdd-214143d12af6") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38501ef7-84f0-43a8-8276-9ae8020b78ad") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22d023a0-cf14-4549-b4f5-893707799eb0") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d721f2ea-8753-44b5-a13a-3d82f21c9085") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aee36d2b-8a6e-4dea-bd53-b87388108aa6") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d13ad8e5-4509-4559-a768-e4287d7fec59") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "85b1e152-d1c7-4a96-82d4-7f83a19944f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(D9-K)") + (pinfunction "K") + (pintype "passive") + (uuid "5bb43ebe-6dd6-4e72-80f7-24c25e98a903") + ) + (pad "2" smd roundrect + (at 1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "1067faa4-f769-4921-afea-10f58ab068a4") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061067d9b") + (at 98.314 69.596 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q1" + (at 0 2.5 0) + (layer "B.SilkS") + (uuid "248c53f5-1038-4e63-bb4a-9ba166175f23") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 0) + (layer "B.Fab") + (uuid "8786d62a-c5e0-455d-b156-7bdfe42c75c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "065d1346-d18f-4961-90a3-b51a033ddf62") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c376b88-9d79-4985-a6a8-7375b282c2e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "abd5cb77-5d1d-4c02-8a35-f3342d55de01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "6e73890e-bf51-4191-8532-015d0126c41f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "90659014-3e24-40cd-a3d3-30b54f374bab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "3=1 1=2 2=3" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "645d154e-564c-495d-a74b-22c795f48922") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ac31e4") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5eea2794-b663-4ed8-9807-f08a4ad4776e") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "997ffaa2-5bae-49c2-a079-f7a15e93c7f0") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e7a9e47-83fc-4c85-9b05-029caf262471") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "47a9b040-4d1c-44cd-80ca-3463e2adeb82") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "24e85285-8732-4133-bc2d-1b7aecbb15d4") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "65e62315-9973-4e09-ac38-ccfc2d1580e1") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b4eb85b4-e1c4-4c24-97df-29e8a0a7aef1") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3bf6f47c-0b45-43ff-864c-7d01870e922c") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1da62e53-406c-4776-8704-f5ae3d8aa127") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1549d098-2c94-48c5-9819-def3f1264448") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "507bfbed-8e06-47b2-99a0-9d72fb797d73") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5e3aae8f-04c9-4bd4-ad00-05cdef7cb58a") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "58ee2454-4115-4239-a0af-2790359c1252") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f95e69d2-14e7-49db-b92b-22c618c069fc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "98fdcb0f-20ca-4dfa-bcd4-64ce448e017e") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(D1-K)") + (pinfunction "B") + (pintype "input") + (uuid "911f3cb7-ec95-4aec-a821-bd75f52df915") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 31 "Net-(D2-A)") + (pinfunction "E") + (pintype "passive") + (uuid "f42fcaa2-f050-4dbc-8558-fac0ddae16b6") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 38 "Net-(Q1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "633fe98a-4de5-4f3b-bf40-100d2448e2c7") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061067db0") + (at 97.028 154.94 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q2" + (at 0.0508 -2.54 0) + (layer "B.SilkS") + (uuid "2d526108-9737-4ad7-a7de-be08e2941f7d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 0) + (layer "B.Fab") + (uuid "adde2627-80e4-40bc-8fa8-16ab58cf74d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a81d76bb-8963-42a6-aefb-1df192f95c52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "495b7525-0c4a-4dbc-a17b-6cf4fef01fd9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64dafb82-a829-4408-be27-0ce6396e023f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "2423ba81-059a-4e44-bd28-b4862b56d7f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "24ed1589-3cdc-4732-937d-1795ff5cba21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "3=1 2=2 1=3" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5fbd267f-40bc-4a67-bbf3-36e48b478203") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ad4b00") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6c06d90-a753-491e-a1c7-294f63598620") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6d5df55-98c1-44c6-aacc-a124bb9f3161") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7294c982-ac46-4bb9-8417-220ee478c75a") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "66bf1c54-cf45-4e4c-850c-14adf9ae814c") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "40d6b554-604a-4b89-b9cf-2032ce4b5cc7") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cbca2116-828b-443a-b0b1-8e783ffc6b80") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8cb7932d-62fe-4096-b9b1-1c8fbee64190") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5d783f12-7433-44fb-ab15-1abe66a57c05") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2ad9fb58-ea89-410a-a589-1fc477e7a120") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1c30a2c7-da8a-459f-a6ec-a508873c27f5") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8da08789-5978-47cb-b744-06a4d987c983") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "98439b94-b748-4777-abd7-865b9fecb4c2") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35e9179e-c704-4998-b4e6-041bc3c1b174") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9f55931e-6b75-4e0f-8967-d39b244b4393") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "63158cce-6033-4517-91c7-1428e22f33f7") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 32 "Net-(D3-K)") + (pinfunction "B") + (pintype "input") + (uuid "e63a6d6b-f435-4e32-9508-675c188ce8ee") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 33 "Net-(D4-A)") + (pinfunction "E") + (pintype "passive") + (uuid "53ea7bfb-188d-46ee-bc3b-b1f430184519") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 39 "Net-(Q2-C)") + (pinfunction "C") + (pintype "passive") + (uuid "03a0ced6-2f81-4817-823a-e696c0e9150e") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061067dc5") + (at 96.774 133.604) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q3" + (at 0 2.5 0) + (layer "B.SilkS") + (uuid "b48ad83c-2f61-411d-b347-355bef5ed436") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 0) + (layer "B.Fab") + (uuid "968d26d7-51fd-41d4-a85e-4e3e14aad699") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb0681c0-b45b-4943-a6f2-29b360f6cd4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5197c39-a62c-49f6-8669-4edac890d640") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2ab7f47-2699-4a84-b1b7-42a654e82af6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8cfab802-0f91-4f47-9cf3-64ee09b0e639") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "4cfd40eb-98ff-455b-8a66-59757923c0c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "3=1 1=2 2=3" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9d6a6fb2-9d75-4d08-964e-991c56593d5f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ad3277") + (attr smd) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "feaafe2d-bc50-4d08-8686-477ad1a0fdb6") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bc71fb1-93ac-4590-b0e8-564a91bcadf0") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b7f4372-5409-47c7-a1ea-e2533c81a0be") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "af5f828c-cf7c-486a-bc77-e9c54fac2624") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "dbf80912-96f2-4168-81a7-590100d87183") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b5bb5333-11e0-4860-8199-3945d8e77669") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9f00cc85-d17e-460d-8ab6-90f06201eb0c") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "97a1b439-66bd-4e24-8064-3c9c19d53357") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a800c31d-0809-4e2c-acfe-7516251d628c") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48b6e9f2-1bd9-42fe-b332-88cca8f5ebac") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "83d33863-7974-4af5-8bfe-1b9b2a11836a") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a4d639cc-784f-4565-a819-3939bef6b1bc") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ef05ed0c-d05e-4ba1-9f50-98e5e676bdda") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "801110fb-47b4-46cd-9bcd-afc5019cb806") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "9d15079c-abe3-4457-849c-c76b8d1467e6") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(D5-K)") + (pinfunction "B") + (pintype "input") + (uuid "5a0facaf-401c-49bc-8ffc-28d2ed493190") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(D6-A)") + (pinfunction "E") + (pintype "passive") + (uuid "2691a3c1-21be-4c28-99cd-823851cde575") + ) + (pad "3" smd roundrect + (at 0.9375 0) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 40 "Net-(Q3-C)") + (pinfunction "C") + (pintype "passive") + (uuid "ff0f82df-061f-42fa-9b32-08cbb8f19d4b") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061067dda") + (at 97.536 114.046) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q5" + (at 0 2.5 0) + (layer "B.SilkS") + (uuid "b3e4840f-edab-415c-9e67-6dcecc75460d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 0) + (layer "B.Fab") + (uuid "9898920d-e416-4d08-9772-8c53c559b0bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3a62a7f-e195-4ce5-8ffc-936f46495d52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "77fcb73f-16a7-44cc-8a4f-1caa7ae0de6d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ecde4e36-2652-4613-9115-0b1577d67a1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f8ac0d11-fefa-41c1-b7b5-3f103f0102e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3d687703-642a-410e-a3af-8a173de2613c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "3=1 1=2 2=3" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "4d63d239-8b16-425a-8ec5-72c20eff98f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ad3dd5") + (attr smd) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c409f461-c707-44f8-8cca-b601474589b8") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7f61d10-d9e2-499c-8137-5157f59f0830") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "37f8a26c-c2e1-477a-9006-d18561b94ea2") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "88295830-18a7-41c9-a65b-8e64ae382fe6") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "f2f39bb0-a3f2-43ee-bf4d-26d35d9e480a") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1b181ef3-f147-40e1-9614-9fb622b79eaa") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "94ee5818-111c-41d2-8056-6262b55bf8b0") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "83faa4d8-1eff-4457-b86a-c4e093a280bf") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "78501ad3-75a2-466a-82e4-6462b3128601") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f4892f6f-b3fd-4681-b5f6-7452857f4a92") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b4416718-0879-4ad7-a593-7f2af824b09e") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ff375c63-0b9f-4469-a3e3-aaddd3f807a4") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d1598a09-4fd6-44aa-919d-b3e438a3ff8e") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "60faee15-cc9a-4bcd-8c5a-a3b376594b3a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "ec4f4f10-e3f2-4c5d-9a39-1aa1f495b65c") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(D9-K)") + (pinfunction "B") + (pintype "input") + (uuid "1b1e33b2-b68f-4d98-b187-28ac8da8bc43") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 37 "Net-(D10-A)") + (pinfunction "E") + (pintype "passive") + (uuid "be3a9876-9689-4a29-8060-c4e1dcb6b312") + ) + (pad "3" smd roundrect + (at 0.9375 0) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 41 "Net-(Q5-C)") + (pinfunction "C") + (pintype "passive") + (uuid "364a3591-e8cc-427b-a245-9f8fa9516c1c") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061067ffd") + (at 93.456 64.262 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R23" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "09dd4341-6a70-40b6-a9ff-a0df264e92f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "6d09dc6e-193a-4073-8710-611130052de3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f785b4d1-f24c-491e-8264-efd899745fc1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "263ea93e-3ab5-4324-86cd-debc7984826c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 93.456 64.262 0) + (layer "F.Fab") + (hide yes) + (uuid "1578bac8-cea6-4b0a-ab65-dede6c97184d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060a86f88") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0d2e5599-cd1c-4919-8c61-5c351de0d357") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "93b34148-0b65-49f0-b45a-184f042329e6") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "67a1fe50-4ca0-4513-a087-fa539f11cf5d") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a189c447-73a0-4fc6-b4f0-45f62d8f7bea") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "41d05c92-1f2a-4191-8e0c-8593988dd90c") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f0f8f031-3528-42cd-9f24-73ac7576de97") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66fd99f5-e969-4f19-af82-2faa1192f612") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "564f89d4-9a9d-4ff3-b220-d91fc1c1d7fe") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f23d9178-8d3c-4f7c-946a-89d35b73f584") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eb999fe0-6531-46aa-979d-e57ebd08a3d0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "f3e0e2c9-be69-4566-a0da-e51adc40b58b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 30 "Net-(D1-K)") + (pintype "passive") + (uuid "104063ea-b5a6-49ce-bd77-04ccf05ac0f1") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 29 "IN") + (pintype "passive") + (uuid "b10c8884-00fc-4f66-973f-736ac7863fb9") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006106800e") + (at 97.282 144.526) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R28" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "6c658d99-b3d6-48e3-8758-2ff68c5a0f43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "0e1c4324-3d2e-4d8f-b63f-0aa8b085fb92") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b02a38fb-9348-40f4-b747-581b757951a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "16ca8dd5-b383-4bd5-85b7-a9cfd83a8b1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d406ffa-596d-4367-a53c-3d1bd20aa321") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af924f") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b71948da-6014-4294-ae4b-2f576d057ac3") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "62245058-647b-4a9c-8460-69352c44fa44") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "14e9f51e-9c8b-4feb-b973-72cc37273a1a") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0b0b4ff9-9ac5-4cc3-be7a-44a0f18f7868") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "be5fb5f7-4c9b-4e15-ac62-aa263a107651") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "869c31d1-fa7d-43e4-b26c-6d6a613d55aa") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1e3c8fc4-76db-4664-98da-960430bff533") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d57de3e3-0614-4e26-a362-66d909ee509c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "54e320a0-bb71-4800-a889-b99fdba628e7") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "af12c97f-ddf1-4bee-8aea-b93e97f12715") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4a4507aa-44ff-41be-af10-6fc1b55f4be0") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 32 "Net-(D3-K)") + (pintype "passive") + (uuid "42fcb853-3026-4c90-900e-1be7d144512c") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 7 "OUT") + (pintype "passive") + (uuid "884b58cc-d4b2-4615-b6f8-d57783db18f0") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006106801f") + (at 93.472 71.628) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R29" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "66b08c9f-faec-4bdf-aace-492ca136a444") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "20c50249-e5b0-4785-9543-9edba61c0cc7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb5caf8a-7869-45de-ac93-58278ba17a29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49377d2c-3f2b-4f9f-932a-ee490fe77237") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 93.472 71.628 0) + (layer "F.Fab") + (hide yes) + (uuid "f3337706-cba8-4404-98a6-f8c850039926") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060a7522a") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "32b7fc80-428a-4839-af99-0854150c7099") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d5fc6b27-64ba-4dab-b254-a9aa4ee9d2d6") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a964f340-1f98-4287-ab7d-55eeace1deea") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "01aaf87d-a7ff-4e80-9d98-8d626904cc61") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d38c4253-1a72-44eb-9ce8-69ad6861dd05") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "af26c470-93ee-4894-a81b-fe791ebd0e86") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d89f19c-73fd-4a9d-a3f2-7e286bed599a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "55137204-7252-4406-86fc-34bf16a21579") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d772ecc7-be2e-4984-9ad5-a2d69266c70f") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "feea7b88-3614-45b4-a0df-52746e4207b3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "38ce9c18-29cf-4e31-bd07-fd00ec76556d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 42 "+5V") + (pintype "passive") + (uuid "31ce9ddd-2707-492c-b0a7-36dd5deb5edb") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "Net-(Q1-C)") + (pintype "passive") + (uuid "daa72941-afe1-46af-b1cc-05c015dcc19e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061068030") + (at 97.266 151.13) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R30" + (at -0.736 1.58 0) + (layer "B.SilkS") + (uuid "79a65f86-cff0-4836-b18f-454ef4072e0b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "2a56c34b-1e12-401b-a009-30c790231de0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33e3ce09-2f04-4f0c-a5f4-97fbbe7e91b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03a02d31-9843-427b-9f20-2ee62215afa4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "651073e1-c0b2-4bf8-b3cc-c4ce4a32fdb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af9243") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "76c89ba2-3a9e-4225-8267-c0d44183934c") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb49ec45-2de5-495d-97da-20aa40a01da0") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "00bc2b9b-b309-4eed-b613-1b89d66c7acd") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "07161f23-a477-4f51-a022-2b4f629ddbed") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6224a97d-bdc9-4557-ab3b-152a1eda9850") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bd7ba5f3-c0b0-48b8-85bd-81eab0a41614") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "404280b8-bc95-4e7e-8a56-bf889556d2f8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "322db842-dc4e-41fe-8ada-d8e682d8e3ee") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bcef3a82-b05b-4254-ac25-c6794ac32f05") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fa79b927-5358-4008-91aa-4c38e6d1f511") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "2c2daec7-7d89-4e7a-a8a6-88a4debfdaf9") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 42 "+5V") + (pintype "passive") + (uuid "89afcfb1-5027-4a5c-bbf7-2ceb993ac8af") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 39 "Net-(Q2-C)") + (pintype "passive") + (uuid "a278caad-78cc-4b12-9ae2-ae0d916f9e71") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061068041") + (at 96.758 122.682) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R32" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "c73bc20b-adbe-4e83-a492-589da474a93b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "a48d0925-6b4f-4a44-9d9f-8e8b0bb23a6d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "216a54d3-3334-4fb0-995f-c46ca8a7a5e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98f4f970-8212-4dac-8f42-6c5fc52a3eba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 96.758 122.682 0) + (layer "F.Fab") + (hide yes) + (uuid "e983127e-0ba6-4870-8bcc-fc58093b3203") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ae945b") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "605a16bb-5f39-4672-bec1-1131ae94c8ee") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc03db75-d6f1-4a3e-8dc3-0410c9958af6") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cdfe5f83-b08d-412f-8a68-8da979580776") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d1d3c481-d599-46ce-b4b6-468f24d259aa") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0bd791ce-e780-4a35-bcda-a64c0f237154") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "09c4ea1e-556b-42b9-9bf5-50e14ad8c8f2") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "219237a9-3d0d-4471-a5f2-36c1cca64745") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c31955ac-f8ef-4b1b-8362-0da11b7860a6") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "59fa0873-8c46-4c48-a86f-fefc12dd2709") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8b4aac12-3e7c-4e3d-82a3-cce8bafa3c6f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "45d39a29-a77f-43bc-9e65-20792098879a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 34 "Net-(D5-K)") + (pintype "passive") + (uuid "5494dae4-48aa-4372-8eb3-687fe0fadbd1") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 8 "COM_OUT_A") + (pintype "passive") + (uuid "a2b864ac-6fb3-4d91-85ca-9b7237c98233") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061068052") + (at 97.028 129.54) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R34" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "d872e8cf-a02e-45ea-b305-7b82a007ed02") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "fb570282-fcc3-496c-b36f-7e9b2d60db35") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd15ca22-1be3-43ea-82d1-09718e4411bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "928a4f66-43ca-4379-9f02-9ed2685b08f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 97.028 129.54 0) + (layer "F.Fab") + (hide yes) + (uuid "1053ab46-6606-45d6-a10c-cdcc8ba6da91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ae944f") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c13debab-ab18-4c88-a6e6-cc2b7cccb0ee") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6833fecc-77b1-41a9-8849-41c3ba85ef87") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b51e9c16-8ff8-4709-9a89-86f149c1a6c7") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "61ee9ef3-d96b-4131-b7ec-6fb57fe288a2") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bc9c203c-ed1b-4f28-b2b6-36f67dee6309") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "92ed56ff-29cd-4bd5-b37d-c88113f913af") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0c381a02-b729-414b-8a56-b971254a5eee") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e205429-38c4-4b73-8ab4-fcfe5d65c02b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9429d2fa-8164-4357-9def-c7ea11a08eea") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "60fc2fc2-3aa2-475d-bb8f-d9d0f39eefbe") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "2995ddbd-55ee-4d43-98a3-0001b181e37b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 42 "+5V") + (pintype "passive") + (uuid "7fc771c4-6a70-4e21-9a9b-c8d3ec6169ea") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 40 "Net-(Q3-C)") + (pintype "passive") + (uuid "16f9363a-03df-4b02-88a4-44ebc6507916") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061068063") + (at 97.79 103.124) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R38" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "2b07b611-91fe-418f-8461-086c4d2e991e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "a8d48487-2313-4b40-b070-e9e0ab2e4d32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0e24d5c-b54e-49dd-a0df-c0d91830abe7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3523c64b-134b-4405-93c8-4d38c7722533") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 97.79 103.124 0) + (layer "F.Fab") + (hide yes) + (uuid "168fbe98-cc6d-4489-b183-909a2af25f72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af094d") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed78d94f-ce06-448b-a461-8759a5b1c491") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "53913d7f-529a-4d0e-b378-fc28a17a9c67") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cb1e56de-489a-416e-90f3-4199b9d332c0") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7fe177f5-e226-4b75-ab53-b7f1dfa9036b") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0d71b7d3-0168-44c1-be63-2f46acd5e715") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6d2100ee-472e-4d55-9066-57213f80e827") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cfd6416d-5dbd-4721-911c-281f992b50ca") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0bd1f17e-ad72-4482-96d9-e8dbac1c1960") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "14a669ea-8127-4ca0-a094-82e43160afc3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ec948b79-bc53-41a9-9d1a-1fd5f01978b5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "dc451c29-30ec-4142-ac2b-de86e653879f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 36 "Net-(D9-K)") + (pintype "passive") + (uuid "b29bdb7f-b5e6-4984-bc01-a250f2437e4a") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 2 "COM_OUT_B") + (pintype "passive") + (uuid "b52e95a0-7bac-43e8-b7b7-bb9ad7f93f09") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061068074") + (at 97.79 110.236) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R40" + (at -0.01 1.574 0) + (layer "B.SilkS") + (uuid "ee93343c-2fd8-49ba-a2a5-1b0a4e1c04c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "97819b52-c409-442d-9a7a-1e4a23ee3cd8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58c4b5df-078f-4694-9325-da5139e0365c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7be6226e-fd93-45a8-b7da-2380d7080ef3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 97.79 110.236 0) + (layer "F.Fab") + (hide yes) + (uuid "ca0a1ac0-d833-4ce1-b2ad-4f76d66081fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af0941") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aedac068-3882-48f1-97c1-cfb985813191") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9f78cb2b-5726-4463-9a46-02240074dcdc") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ab29fbbb-2a0b-47f3-987f-cce1b97fce32") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "61dcebb5-9398-4785-b8a3-f2e279ad5e3d") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ae6639b9-9d54-4722-a79c-ec9b90159eef") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9d18cdd7-d1a5-4f46-bea0-b3fe7a0c2149") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "63b21f8c-f38e-486f-a5b2-bea1ff33e274") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "176eb25a-f2f0-478a-adeb-e140f06d3f26") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f08acf3e-da32-45ce-bbe2-8b654356a52e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "db9365a6-3f3b-45e2-a737-641262afd613") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "027d12ac-b1c4-4bd4-96db-7ea977838944") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 42 "+5V") + (pintype "passive") + (uuid "09de8804-302a-4e5b-b03d-2852671faf1c") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 41 "Net-(Q5-C)") + (pintype "passive") + (uuid "2a860979-6ab6-4624-a538-0d3a85a62751") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-0000610752db") + (at 109.22 98.425 180) + (descr "Through hole straight pin header, 1x05, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x05 2.54mm single row") + (property "Reference" "J3" + (at 0 2.33 0) + (layer "B.SilkS") + (uuid "dbea476e-2ba2-4eb8-9579-45f4381bfe1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "01x05 Male" + (at 0 -12.49 0) + (layer "B.Fab") + (uuid "f1bb6847-5740-4ce5-8db8-14263e9256fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7336bc00-9ec3-4b14-bd4e-7b9899446f6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c989f053-42d2-41db-9b77-1217d09a4bcd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 109.22 98.425 0) + (layer "F.Fab") + (hide yes) + (uuid "48b062be-d97c-4866-86ce-1550735d71c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006119902b") + (attr through_hole) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9dbf1bf-bed3-48e7-acaa-c995b713a06e") + ) + (fp_line + (start 1.33 -11.49) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ab8e8fc-ba23-4d35-8427-893ab3343686") + ) + (fp_line + (start 1.33 -11.49) + (end -1.33 -11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e28c0c2d-f034-48c1-80a1-2c0886d0c79f") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a003fbcd-387c-4bf4-a37b-9bdabdbf0622") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d087a5e8-5ea0-41e0-b7cc-4dba65b556ef") + ) + (fp_line + (start -1.33 -11.49) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b662c56-b9a6-4645-9d40-124c76f577c8") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -11.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ace73d54-a184-40a1-af7a-9d6e25116e57") + ) + (fp_line + (start 1.8 -11.95) + (end -1.8 -11.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9d6f3b37-aaad-4b14-93ba-84fa73875bf0") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fbe272c6-8fb4-4470-aee9-b3f648d66c27") + ) + (fp_line + (start -1.8 -11.95) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "90cfbff9-81eb-42ec-a7b2-3fba4e4126b6") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d36b3f28-0f31-43ee-a100-d777977e98e6") + ) + (fp_line + (start 1.27 -11.43) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7ba41c17-c93a-418b-840f-8bb66e4b8029") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e19ed256-4189-487c-968d-41f88dbff002") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6528bc08-c40d-43c9-82dd-929632557de2") + ) + (fp_line + (start -1.27 -11.43) + (end 1.27 -11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "07f272a5-851b-48b3-bea4-3637867fb951") + ) + (fp_text user "${REFERENCE}" + (at 0 -5.08 90) + (layer "B.Fab") + (uuid "eec1cff0-06af-4269-a6ae-00376debc23b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "f409d92f-12e9-4e0b-a5d8-e854bfbe5892") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "IN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "87d96367-7483-4bb2-afb3-9d637b4d4c56") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "COM_OUT_B") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "b3b227c0-7754-4b80-9ba8-2e530db6f66d") + ) + (pad "4" thru_hole oval + (at 0 -7.62 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "COM_OUT_A") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "543bd561-05f3-4a12-9ee6-3d2312e19a94") + ) + (pad "5" thru_hole oval + (at 0 -10.16 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "OUT") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "f2f9cfa3-c564-409f-98eb-d998b24dd267") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061075379") + (at 52.705 98.425 180) + (descr "Through hole straight pin header, 1x06, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x06 2.54mm single row") + (property "Reference" "J6" + (at 0 2.33 0) + (layer "B.SilkS") + (uuid "c6428d23-d43b-48e0-822f-683a7dc18add") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "01x06 Male" + (at 0 -15.03 0) + (layer "B.Fab") + (uuid "140009c4-b77f-4c35-b9c9-3d4820844658") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97dd3b09-17c7-48fb-bc44-f4ab7ff34e49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e09e5f55-0471-42f5-a4b7-a8283c7d6e48") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated" + (at 52.705 98.425 0) + (layer "F.Fab") + (hide yes) + (uuid "fc32d3b3-59f7-43ab-bd97-3fe084ab1ab0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006118cde5") + (attr through_hole) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e24ca6d-aab0-4a16-ac51-7a78ef27faa1") + ) + (fp_line + (start 1.33 -14.03) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf599b2f-199b-4952-807c-476bd1b1de53") + ) + (fp_line + (start 1.33 -14.03) + (end -1.33 -14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "45034466-e435-470e-b240-1055eac8ae5d") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0cd69b53-6632-40a1-8a1a-f380b326d80f") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a4cfd93-ff95-4021-9d68-ba7db92395fb") + ) + (fp_line + (start -1.33 -14.03) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "be37d4a0-3ef5-4bac-85d8-b3b90babe434") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -14.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ec108e74-cab4-49fa-be7e-e007ecd6154e") + ) + (fp_line + (start 1.8 -14.5) + (end -1.8 -14.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0b653052-9e09-4801-8d44-42cd354dedf5") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fcd3235f-c2e7-4a7d-b605-90af88a9e9d6") + ) + (fp_line + (start -1.8 -14.5) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2f0ed7b6-60ac-41f1-b9b9-234af47f1f19") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "349a73ae-7ba8-4083-a8b5-7d3c607020b5") + ) + (fp_line + (start 1.27 -13.97) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d9a43eff-5ece-46de-afe4-f879b9936dcf") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "df38691f-fc25-465c-bc54-7c04a7530433") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bcdd9bac-d30a-4db6-b695-3dbe51df2d38") + ) + (fp_line + (start -1.27 -13.97) + (end 1.27 -13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35996db2-255f-4236-8f45-a27b146bbbd4") + ) + (fp_text user "${REFERENCE}" + (at 0 -6.35 90) + (layer "B.Fab") + (uuid "bbf163dd-322a-49d6-a502-b9dc70a4c632") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "+5V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "a4951986-43f8-47e8-8121-a3f0258f2379") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "A_B") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "4078212d-e0ef-4cd1-acdf-ea078e89c021") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "B_B") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "a3a7d5db-1110-44df-b682-ca1976a1484a") + ) + (pad "4" thru_hole oval + (at 0 -7.62 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "C_B") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "0b71e25c-091d-4e93-ac49-8173330d4080") + ) + (pad "5" thru_hole oval + (at 0 -10.16 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "D_B") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "01dc2853-10ff-46d4-88b8-656c684eb798") + ) + (pad "6" thru_hole oval + (at 0 -12.7 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "E_B") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "691240d2-ab8c-49e4-b696-d6956b5f056c") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x06_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061075394") + (at 92.075 98.425 180) + (descr "Through hole straight pin header, 1x07, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x07 2.54mm single row") + (property "Reference" "J7" + (at 0 2.33 0) + (layer "B.SilkS") + (uuid "8ffcd335-87f1-4c78-9b65-ecf5f1feb076") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "01x07 Male" + (at 0 -17.57 0) + (layer "B.Fab") + (uuid "97a29265-ea8e-4bff-bac3-0993e2e71354") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "587e5e21-3599-40c4-b7d3-779246ad1dd9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c1522ce-f9ef-4eac-babf-1b4863c52c54") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x07, script generated" + (at 92.075 98.425 0) + (layer "F.Fab") + (hide yes) + (uuid "52f6f442-25a4-4258-84af-d3161aa947a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061195c91") + (attr through_hole) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "158fed49-f0c6-4710-8a7c-610ae94decff") + ) + (fp_line + (start 1.33 -16.57) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7459822c-5be8-4835-82b9-0f12d9f66085") + ) + (fp_line + (start 1.33 -16.57) + (end -1.33 -16.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e040e26-f0e5-4356-bf8b-3d69a89f0e41") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "16432bca-4624-499a-95a1-2759c3913b78") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "81ba2f7d-8493-4906-911e-54fd96ab0464") + ) + (fp_line + (start -1.33 -16.57) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f55c18dc-9d4d-4a99-b224-74f6e071f19d") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -17.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7af8d38d-877a-4bd1-95ce-3e03267bfe11") + ) + (fp_line + (start 1.8 -17.05) + (end -1.8 -17.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "56b57746-2e6b-4797-b323-d17143dbe50e") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "60a4786b-dbef-4c1c-99b8-bdb66521d953") + ) + (fp_line + (start -1.8 -17.05) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "847141ad-6342-472e-9c2e-812891b91a07") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "96b6c92d-6007-4d04-87f4-643065cf266a") + ) + (fp_line + (start 1.27 -16.51) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9783615c-d82f-40b6-beaf-f9cebf31d09e") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "85200859-f245-4e9a-acfc-7b87b4baaf6f") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -16.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "036bb717-d710-40ce-acf1-c7d628423c70") + ) + (fp_line + (start -1.27 -16.51) + (end 1.27 -16.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "82655712-7455-4ba2-b2f7-9e4f1a82d544") + ) + (fp_text user "${REFERENCE}" + (at 0 -7.62 90) + (layer "B.Fab") + (uuid "92e84086-7d63-4271-9d9c-04a389f974bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "F_A") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "a0dc2acf-2474-4371-8efe-6b7c08970d24") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "F_C") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "3462c786-4ba1-42d9-bf45-5153e9cc7096") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "F_B") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "86fc62a7-4962-48c9-b8a0-fc8092c1580a") + ) + (pad "4" thru_hole oval + (at 0 -7.62 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "G_B") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "37d60650-1f7a-4936-a3f5-29b0a709a134") + ) + (pad "5" thru_hole oval + (at 0 -10.16 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "H_B") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "55c2a4cc-91fc-4b54-ac25-fdac7f2013f4") + ) + (pad "6" thru_hole oval + (at 0 -12.7 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "I_B") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "280faee4-6aa0-49a6-8628-18d27f935371") + ) + (pad "7" thru_hole oval + (at 0 -15.24 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "J_B") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "d78e95ee-1ce3-4d6d-9edb-f783a3171de7") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x07_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 50.8 50.8) + (end 111.4 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5d8afb34-045b-4343-a750-1f65344ec651") + ) + (gr_line + (start 111.4 50.8) + (end 111.4 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "7933d5e2-ef36-4d56-80d0-9b5e0ee7872c") + ) + (gr_line + (start 111.4 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "b9bc5387-7f5a-4e49-89c5-7e4af697d108") + ) + (segment + (start 103.124 108.712) + (end 108.331 103.505) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1b8e6bb1-dc84-4970-9389-1b707542df7c") + ) + (segment + (start 107.594988 109.887986) + (end 108.975001 111.267999) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "6d9028d8-49c2-4571-9e20-b6948f4b89c9") + ) + (segment + (start 109.22 103.505) + (end 107.594988 105.130012) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "7d205a75-f423-49cc-9ac4-e41fb1ca6eb9") + ) + (segment + (start 108.331 103.505) + (end 109.22 103.505) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "8a57e970-90bd-436e-8d94-319ac42d175c") + ) + (segment + (start 108.975001 111.267999) + (end 108.975001 115.814999) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "91b71c48-afa0-4089-9d92-3f9c7a82fda1") + ) + (segment + (start 108.975001 115.814999) + (end 107.95 116.84) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "a54e5578-3226-4844-aa0e-e1ec99df7c96") + ) + (segment + (start 107.594988 105.130012) + (end 107.594988 109.887986) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "c5908ca2-580b-4e8f-9b80-12657c8ed376") + ) + (via + (at 103.124 108.712) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "7eb4eeb7-4f9a-48a4-80b8-f8e086f5dd93") + ) + (segment + (start 98.79 103.124) + (end 98.79 107.157002) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "42eb4dd3-92ed-426d-98c2-2ea68947a90a") + ) + (segment + (start 99.237999 107.605001) + (end 102.017001 107.605001) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "78d4439e-cd40-4417-b4a2-fe6f05192f08") + ) + (segment + (start 102.017001 107.605001) + (end 103.124 108.712) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "b849a737-5ab2-4eb7-8aaa-297df1aa32b0") + ) + (segment + (start 98.79 107.157002) + (end 99.237999 107.605001) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "f5bdcf91-6efe-45ff-8f32-09ea50b4769e") + ) + (segment + (start 102.87 136.652) + (end 102.87 136.06698) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0339d1af-411b-4e7b-ab7f-9ad8c0566481") + ) + (segment + (start 104.60949 154.72451) + (end 102.87 156.464) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "054fd422-88d0-45ef-b24c-c7c5f08a0c24") + ) + (segment + (start 91.53099 67.01899) + (end 91.53099 63.57382) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "07594a0f-3739-4a75-aa42-2451d9085aa7") + ) + (segment + (start 104.60949 122.667712) + (end 101.293202 125.984) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0bd65104-b8b3-42cf-b607-ecc6d8895443") + ) + (segment + (start 104.60949 114.33851) + (end 102.87 116.078) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "12ed031f-c20b-4ede-8962-76e7f27d4d8f") + ) + (segment + (start 104.60949 143.35851) + (end 104.60949 142.96349) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "14fe3e53-87a7-42c2-829c-6d291b142c3a") + ) + (segment + (start 104.60949 114.13449) + (end 104.60949 117.51051) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "181cfa36-8000-415e-8e43-4f29fd29d0b9") + ) + (segment + (start 102.87 136.06698) + (end 104.60949 134.32749) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "1a07a6a9-f87f-4cac-812f-c9199c0ea14d") + ) + (segment + (start 104.60949 114.13449) + (end 104.60949 114.33851) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "1cdbba0f-8e49-4e3e-b450-be87f8cc8aef") + ) + (segment + (start 91.53099 63.57382) + (end 95.54481 59.56) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "1e7a602f-5c61-47af-a560-8f9b412ac4a8") + ) + (segment + (start 104.60949 114.33851) + (end 104.60949 122.38949) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "24972063-ce46-47d0-a79a-b488b8adecbb") + ) + (segment + (start 104.60949 112.56051) + (end 104.60949 114.33851) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "2bdd5ba7-2561-42ad-9e02-d37f280df23b") + ) + (segment + (start 104.60949 112.56051) + (end 104.60949 108.41949) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "2c971bb0-e6c1-479f-92da-dfa328e02bc5") + ) + (segment + (start 104.60949 105.57551) + (end 104.60949 103.20949) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "2d1da2bd-22bb-4b49-94cf-3efc4c33176d") + ) + (segment + (start 100.33 77.724) + (end 104.60949 82.00349) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "2f10e968-e5a5-4fc8-9808-37312040235e") + ) + (segment + (start 104.60949 142.96349) + (end 104.60949 154.72451) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "3457f421-6887-4855-a109-65e9d4046502") + ) + (segment + (start 99.44 147.828) + (end 100.14 147.828) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "36a11dd6-c9ac-4b89-8d3a-e4712302fb13") + ) + (segment + (start 104.60949 136.18251) + (end 104.60949 142.96349) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "3a0aabf2-3313-48e9-aa3b-06d408b7da83") + ) + (segment + (start 104.60949 103.03551) + (end 109.22 98.425) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "44074739-3c50-47d6-9bdc-c7cf351a2796") + ) + (segment + (start 105.4608 88.196381) + (end 104.60949 87.345071) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "46fdbcef-2ceb-450c-916f-c8e1726363d8") + ) + (segment + (start 99.948 106.68) + (end 102.03098 106.68) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "4b49500e-7e8d-4df1-a8f5-acdd67b0f77b") + ) + (segment + (start 105.430501 76.819441) + (end 105.430501 62.044501) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "4d314aec-d662-46ed-800c-7ae283216887") + ) + (segment + (start 102.03098 106.68) + (end 104.60949 104.10149) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "4fd610ac-05ed-4e68-b122-c4ee5d3c9647") + ) + (segment + (start 92.33 67.818) + (end 91.53099 67.01899) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "547bc633-3c8c-4082-a40f-8d813dc980bd") + ) + (segment + (start 104.60949 122.38949) + (end 104.60949 134.32749) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "5ad5b936-e280-4882-bd06-7182753cab08") + ) + (segment + (start 105.4608 97.7392) + (end 105.4608 90.678) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "64909156-7dc9-4460-8fe6-53be260e7854") + ) + (segment + (start 104.60949 98.59051) + (end 105.4608 97.7392) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "6d30250c-6eb5-45e0-b662-cd1626faaf8b") + ) + (segment + (start 105.4608 90.678) + (end 105.4608 88.196381) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "6ef3b146-5054-474c-bef8-70df2c397a4a") + ) + (segment + (start 104.60949 82.00349) + (end 104.60949 77.640452) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "6fb0d776-c2a4-451b-b703-9674eff80db2") + ) + (segment + (start 104.60949 114.33851) + (end 104.60949 117.51051) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "7da136cb-99bc-4823-982b-50662f1f9fd3") + ) + (segment + (start 104.60949 114.13449) + (end 104.60949 112.56051) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "82ec921b-27ac-44a0-9a76-359a00b1dc38") + ) + (segment + (start 100.33 76.2) + (end 100.33 77.724) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "866072c8-7b6d-410d-95be-7013f68ee8ea") + ) + (segment + (start 95.54481 59.56) + (end 101.6 59.56) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8b5e2298-5737-4430-a94c-82044e388aaa") + ) + (segment + (start 104.60949 103.20949) + (end 101.6 100.2) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "92d226b6-d1e6-4818-9b51-b569b5d124ea") + ) + (segment + (start 104.60949 117.51051) + (end 101.6 120.52) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "98065c61-c5c6-4b0f-ab3a-444f67635f58") + ) + (segment + (start 105.430501 62.044501) + (end 102.946 59.56) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "98d8474d-8c16-4549-987e-d4a75d6e077a") + ) + (segment + (start 104.60949 77.640452) + (end 105.430501 76.819441) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "9bca15e3-312e-48d8-8fc1-c3e4da3ccbe2") + ) + (segment + (start 101.293202 125.984) + (end 98.932 125.984) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a3195cb8-e4be-4e86-9732-241b6f413582") + ) + (segment + (start 104.60949 105.57551) + (end 104.60949 98.59051) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "b3f1ba14-6772-48e6-afd9-2cbf9cf9c0da") + ) + (segment + (start 104.60949 108.41949) + (end 104.60949 104.10149) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "b52359f9-4030-420a-87fe-ee4c712d2055") + ) + (segment + (start 102.492 140.84) + (end 101.6 140.84) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "bd16cd5c-8eb6-4123-8781-97c552d5885a") + ) + (segment + (start 105.4608 90.678) + (end 105.4608 94.284243) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "be5fda91-4687-4540-bd60-609965e7d716") + ) + (segment + (start 104.60949 87.345071) + (end 104.60949 82.00349) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "bef5b106-a643-4618-9d06-ab6835960a9c") + ) + (segment + (start 104.60949 136.18251) + (end 104.60949 138.72251) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "bf46cf08-9080-4d84-8fd6-01bed5435df6") + ) + (segment + (start 102.946 59.56) + (end 101.6 59.56) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "c88ca97c-d05d-462c-ad14-8f681466a462") + ) + (segment + (start 105.4608 94.284243) + (end 104.241043 95.504) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "d42d329d-f8e9-4244-b32a-4d5d5e661b6c") + ) + (segment + (start 104.60949 122.38949) + (end 104.60949 122.667712) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "dd97abcd-fa1a-4754-810e-5927a49aec5d") + ) + (segment + (start 104.241043 95.504) + (end 100.704 95.504) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "df7c1fc3-a67c-45c0-ba37-7e91603929ff") + ) + (segment + (start 100.704 95.504) + (end 99.06 93.86) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "e836f73a-402d-481e-a00c-e1e848082502") + ) + (segment + (start 104.60949 108.41949) + (end 104.60949 105.57551) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "ea029a99-51ea-4414-8c1c-e3d9151aaf71") + ) + (segment + (start 104.60949 138.72251) + (end 102.492 140.84) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "ed01157b-6ca0-4110-8265-b9d446f59849") + ) + (segment + (start 100.14 147.828) + (end 104.60949 143.35851) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "eeedfd12-ba96-4185-9c08-6bb135cd2f3a") + ) + (segment + (start 104.60949 104.10149) + (end 104.60949 103.03551) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "fb9ea77f-9725-477c-bbc3-e7af71a1ea0c") + ) + (segment + (start 104.60949 134.32749) + (end 104.60949 136.18251) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "fc37c98a-4a24-45cc-afe4-b59af3e7d5b5") + ) + (segment + (start 104.095 73.455) + (end 104.095 93.825) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "20435bb0-f0c2-4ae9-a270-fad5552e46c7") + ) + (segment + (start 104.095 93.825) + (end 104.06 93.86) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "9a17e237-ced7-4d4a-8503-e550974aa9c7") + ) + (segment + (start 101.6 70.96) + (end 104.095 73.455) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "d6b52853-2118-41c6-bdd5-93706f80ddd9") + ) + (segment + (start 101.6 152.24) + (end 110.285001 143.554999) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "055f62d2-0e07-4da2-a228-da72f9f5d8ca") + ) + (segment + (start 109.22 108.585) + (end 110.285001 109.650001) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "3ff42083-0549-401b-baa5-7671540c4f8e") + ) + (segment + (start 110.285001 109.650001) + (end 110.285001 143.554999) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "d6a1cbcf-3a4c-4c0e-9663-85581e6852df") + ) + (segment + (start 98.282 148.305002) + (end 101.6 151.623002) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "0b0ea2da-4dcf-4431-9261-2bbd16c6f688") + ) + (segment + (start 101.6 151.623002) + (end 101.6 152.24) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "8f1e7a6d-b21c-438d-8e85-22343bf09b14") + ) + (segment + (start 98.282 144.526) + (end 98.282 148.305002) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "dfdbce88-3a5d-4d8b-8477-a459bc695842") + ) + (segment + (start 108.044999 108.020999) + (end 108.044999 109.701586) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "4937fe50-593a-4727-b25f-3ebeb120cdfa") + ) + (segment + (start 109.425012 125.524988) + (end 107.95 127) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "4e94991f-252d-4e45-90b7-9ee0f99530d7") + ) + (segment + (start 102.108 127) + (end 99.568 124.46) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "95959290-2c71-42a3-90c1-f7c83c89063e") + ) + (segment + (start 107.95 127) + (end 102.108 127) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "a7da112a-81ec-4044-8383-f8822d789677") + ) + (segment + (start 109.22 106.045) + (end 109.22 106.845998) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "acb343f8-b94e-46d2-8b1e-b130199295ab") + ) + (segment + (start 109.425012 111.081599) + (end 109.425012 125.524988) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "b605a0b7-f67a-48f8-861b-a7c5a72576fb") + ) + (segment + (start 108.044999 109.701586) + (end 109.425012 111.081599) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "c5dfc114-91e0-439d-91f2-a0ad9b3a5344") + ) + (segment + (start 109.22 106.845998) + (end 108.044999 108.020999) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "d355a36a-475a-427b-b298-1e7f05710d60") + ) + (via + (at 99.568 124.46) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "39ae7db1-237a-42e5-bfde-1289d9b60a8e") + ) + (segment + (start 97.79 122.682) + (end 97.758 122.682) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "a70717a7-df84-43cb-b2de-a7b46e424790") + ) + (segment + (start 99.568 124.46) + (end 97.79 122.682) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "aa28ab4a-bf9b-4b37-b0c0-dfbce7dd6607") + ) + (segment + (start 51.529999 99.789999) + (end 51.529999 81.058001) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "33058d93-8f57-4ae0-8faa-d2a463482d23") + ) + (segment + (start 51.529999 99.789999) + (end 52.705 100.965) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "40573521-8d56-441d-9c28-74d128cc125d") + ) + (segment + (start 51.529999 81.058001) + (end 55.626 76.962) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "a6f0a67f-6ff1-4fcf-929b-badb561d240e") + ) + (segment + (start 60.706 76.962) + (end 60.706 73.566) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "3bf3528a-ddc7-46d8-9f39-705990a1b8ba") + ) + (segment + (start 55.88 97.79) + (end 55.88 100.33) + (width 0.25) + (layer "F.Cu") + (net 11) + (uuid "35fc6cc9-fb5c-4b43-b084-03cfe910b076") + ) + (segment + (start 55.88 100.33) + (end 52.705 103.505) + (width 0.25) + (layer "F.Cu") + (net 11) + (uuid "806ea60d-f90e-4c1c-a46e-8c51c1e93d8e") + ) + (segment + (start 60.96 97.79) + (end 60.96 93.9) + (width 0.25) + (layer "F.Cu") + (net 12) + (uuid "11f9dcc7-f2cb-4525-be96-a454f4d99139") + ) + (segment + (start 60.96 93.9) + (end 60.92 93.86) + (width 0.25) + (layer "F.Cu") + (net 12) + (uuid "6b78947f-4e68-4a10-88de-d72a1b44ca1f") + ) + (segment + (start 55.88 109.22) + (end 55.88 117.475) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "1050f938-1437-4146-9a1d-1ac79447905e") + ) + (segment + (start 55.88 109.22) + (end 52.705 106.045) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "473eb0a2-fc17-448f-9649-88261f748ebb") + ) + (segment + (start 60.96 117.475) + (end 60.96 114.22) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "0a9808e9-8669-4edd-b8dc-c0f817bcb995") + ) + (segment + (start 60.96 114.22) + (end 60.92 114.18) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "60390a24-250f-4b86-8faa-e78d608272f8") + ) + (segment + (start 53.975 109.855) + (end 52.705 108.585) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "1ecf90a4-3bd8-46b9-b3dd-4ccae5101b77") + ) + (segment + (start 53.975 109.855) + (end 53.975 136.525) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "3680948b-6139-4bc7-b3a5-99121ceb9861") + ) + (segment + (start 53.975 136.525) + (end 55.88 138.43) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "50f75e2d-49a0-4f6a-a5a3-d7eaa5e778b7") + ) + (segment + (start 60.96 134.54) + (end 60.92 134.5) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "180c58da-b97b-48bb-a895-58334c28a095") + ) + (segment + (start 60.96 138.43) + (end 60.96 134.54) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "e67d2cf0-82b0-489b-bbd8-232ed7663611") + ) + (segment + (start 52.705 151.490002) + (end 52.705 111.125) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "1e80e7d1-93d0-43c4-b1aa-76203c41ec32") + ) + (segment + (start 52.705 151.490002) + (end 57.259999 156.045001) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "53b57197-7acb-4d90-97db-3b5e64bbe193") + ) + (segment + (start 57.259999 156.045001) + (end 59.694999 156.045001) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "cc95ce69-2b4b-458f-bc63-99aadf6d9bcc") + ) + (segment + (start 59.694999 156.045001) + (end 60.92 154.82) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "fcc3bab4-6764-4950-af95-37e1b0411b63") + ) + (segment + (start 92.075 113.665) + (end 92.075 147.32) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "25d69061-0b35-4e6a-bc6a-5648912bca19") + ) + (segment + (start 86.79499 149.26501) + (end 81.24 154.82) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "a43df4ed-e077-461f-912c-d640381d5a8c") + ) + (segment + (start 92.075 147.32) + (end 90.12999 149.26501) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "cac668ea-607a-44a5-a5d4-b7c0b2510ae0") + ) + (segment + (start 90.12999 149.26501) + (end 86.79499 149.26501) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "cf7c23e0-1158-47e8-8b2d-025d6b4bfc4f") + ) + (segment + (start 81.24 136.866) + (end 81.24 134.5) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "0699ca67-a16e-4f43-bf44-5b617f5bdb8a") + ) + (segment + (start 90.899999 112.300001) + (end 90.899999 133.890001) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "3644ca83-7565-4258-8da7-a05a3edcb8e1") + ) + (segment + (start 82.042 137.668) + (end 81.24 136.866) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "917865da-6dd4-4d40-bac1-e9bac8c8d155") + ) + (segment + (start 92.075 111.125) + (end 90.899999 112.300001) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "9e3c86b9-ad68-4b27-957a-d135ce6b4760") + ) + (segment + (start 87.122 137.668) + (end 82.042 137.668) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "c0edd3b7-8db2-4556-8132-e1b70a490577") + ) + (segment + (start 90.899999 133.890001) + (end 87.122 137.668) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "e0256d04-0740-4fc5-92e2-9c6a1f41b833") + ) + (segment + (start 92.075 108.585) + (end 86.36 114.3) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "71659a24-9fc7-4dd3-9e4f-83f7d34503ec") + ) + (segment + (start 86.36 114.3) + (end 86.36 117.475) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "d15ae34d-a104-4116-ad02-f0f91ed09d34") + ) + (segment + (start 86.36 100.33) + (end 86.36 97.155) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "12cf2a96-d0da-4d01-a46c-49b8707db738") + ) + (segment + (start 92.075 106.045) + (end 86.36 100.33) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "70526be0-b4cc-47d6-a399-cffc0ec16733") + ) + (segment + (start 92.075 103.505) + (end 93.250001 102.329999) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "47762e14-2172-4879-92fd-336f72741bdc") + ) + (segment + (start 93.250001 102.329999) + (end 93.250001 84.360001) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "b57cc345-aa2e-45bb-be3d-c87c88447099") + ) + (segment + (start 93.250001 84.360001) + (end 86.36 77.47) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "c873b386-8a38-4e9f-9f5e-d738c57ad790") + ) + (segment + (start 58.18 93.62) + (end 58.42 93.86) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "8f5c0063-1c17-4689-8ce5-c845bc6b87e5") + ) + (segment + (start 58.42 154.82) + (end 58.42 134.5) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "9d9d4033-6fd5-4ed0-98d4-e5df00fb5373") + ) + (segment + (start 58.18 73.54) + (end 58.18 93.62) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "be33afe0-3a6d-4a3d-8f13-4a561481ce0b") + ) + (segment + (start 58.42 93.86) + (end 58.42 134.5) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "e9c8113f-5854-409a-81e1-b4138c667c9a") + ) + (segment + (start 81.28 100.965) + (end 79.375 99.06) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "0025d9df-0403-49d1-8514-638b43943484") + ) + (segment + (start 74.75499 105.86999) + (end 74.75499 127.81001) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "038bc0cc-981d-4eaf-b1e2-302baad8e2d4") + ) + (segment + (start 74.75499 105.86999) + (end 74.75499 110.19499) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "040de7e1-1748-42b7-bfbd-610743ee8a72") + ) + (segment + (start 74.75499 110.19499) + (end 78.74 114.18) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "0a418564-02cb-4486-aebf-85f74c4a1bc2") + ) + (segment + (start 74.75499 104.95001) + (end 74.75499 105.86999) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "1eb18768-d7f8-44b5-b9be-23e4186f0b57") + ) + (segment + (start 58.42 92.202) + (end 59.69 90.932) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "217fcc60-bc5b-4238-b108-872f7a7220ff") + ) + (segment + (start 79.375 99.06) + (end 76.0095 95.6945) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "381ea175-f65a-49c3-b08e-e432b850f348") + ) + (segment + (start 79.375 99.06) + (end 79.375 94.495) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "3dfbfa01-ecff-4d51-83b7-2414908b6b4f") + ) + (segment + (start 92.075 100.965) + (end 83.185 100.965) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "47a7ed60-6ba8-4fd8-bc52-c1f3701ff185") + ) + (segment + (start 74.75499 130.51499) + (end 78.74 134.5) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "489cc7ea-d8ae-4a86-8be4-68931d529982") + ) + (segment + (start 76.0095 95.6945) + (end 74.75499 94.43999) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "5ea58e81-849d-4019-98ea-645f89f34357") + ) + (segment + (start 79.375 94.495) + (end 78.74 93.86) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "68404df7-a01a-4cb7-9cb4-886b98ac0774") + ) + (segment + (start 74.75499 94.43999) + (end 74.75499 77.52501) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "6a817f59-5383-4f70-9f3e-f7b3d4893070") + ) + (segment + (start 71.247 90.932) + (end 76.0095 95.6945) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "6f78f472-c40a-4247-9d3c-98b86bb2e874") + ) + (segment + (start 58.42 93.86) + (end 58.42 92.202) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "739a9814-64ae-4b4d-a850-19588245d30b") + ) + (segment + (start 83.185 100.965) + (end 81.28 100.965) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "7d777b0d-180b-4f0d-85fa-3fa9717f510b") + ) + (segment + (start 74.75499 127.81001) + (end 74.75499 130.51499) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "96b9779b-8bd5-46c1-a737-bdff8cc01468") + ) + (segment + (start 74.75499 127.81001) + (end 74.75499 150.83499) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "9d5d99d2-4bfc-4545-bb4e-212dae850e1c") + ) + (segment + (start 74.75499 150.83499) + (end 78.74 154.82) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "cc097fc1-290a-4036-96a8-6e939961a899") + ) + (segment + (start 83.185 100.965) + (end 78.74 100.965) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "cc50ef89-5479-4ff1-8ae2-047ae555097d") + ) + (segment + (start 78.74 100.965) + (end 74.75499 104.95001) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "e17beaae-6678-4b4b-a2bf-5c8b6cbae22f") + ) + (segment + (start 59.69 90.932) + (end 71.247 90.932) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "e4f6780b-c62b-474b-9447-5a81572d001b") + ) + (segment + (start 74.75499 77.52501) + (end 78.74 73.54) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "f0ff86c8-ad5b-46a8-ba22-77c3c5532916") + ) + (segment + (start 83.74 98.257998) + (end 85.867999 96.129999) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "1d011656-250c-4c76-83cc-e87e53a9fc42") + ) + (segment + (start 63.42 73.78) + (end 63.18 73.54) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "2b607068-46c6-464a-bf97-f85d5a4f520a") + ) + (segment + (start 83.74 100.156) + (end 83.74 102.028) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "5d5265ee-1384-49f7-9eee-68e722ea24fc") + ) + (segment + (start 83.74 114.18) + (end 83.74 134.5) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "63507d64-df36-43b1-b32e-005393fdb53a") + ) + (segment + (start 75.572 93.86) + (end 83.74 102.028) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "80a7e0b5-ca22-4695-ba52-f3f0a26ebd70") + ) + (segment + (start 83.74 100.156) + (end 83.74 98.257998) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "86170f91-f4b1-4e4b-a9c1-e5b4b688a02f") + ) + (segment + (start 63.42 93.86) + (end 75.572 93.86) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "966092ad-a60f-49a3-ab8c-9056deef87ac") + ) + (segment + (start 83.74 73.54) + (end 83.74 93.86) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "9af58223-8bf3-48ea-aae2-858a064de941") + ) + (segment + (start 63.42 154.82) + (end 63.42 73.78) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "ac24e6d5-1a6a-42af-9808-6c6fc80f34ff") + ) + (segment + (start 83.74 102.028) + (end 83.74 114.18) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "d247c7a5-804f-4037-bb87-b3e7654f2b91") + ) + (segment + (start 85.867999 96.129999) + (end 89.779999 96.129999) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "ef3fe66f-0aa5-4fd3-9428-8bc1f7b575a0") + ) + (segment + (start 83.74 93.86) + (end 83.74 100.156) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "f1eabc40-be85-400c-b25c-516ff02f60ad") + ) + (segment + (start 89.779999 96.129999) + (end 92.075 98.425) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "f801ef97-f896-408e-bdf1-535f561e090f") + ) + (segment + (start 83.74 134.5) + (end 83.74 154.82) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "8876d8ac-5341-4848-a379-057b77bdefa1") + ) + (segment + (start 81.24 77.43) + (end 81.28 77.47) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "a607cdcb-7692-462d-89ac-9d5e4cd87198") + ) + (segment + (start 81.24 73.54) + (end 81.24 77.43) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "cf91fb20-654c-48bf-ad21-3d761cacd2ee") + ) + (segment + (start 81.28 93.9) + (end 81.24 93.86) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "82650f7e-4dce-4592-89f8-d82d5ec6fb5c") + ) + (segment + (start 81.28 97.155) + (end 81.28 93.9) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "940bcaca-83cb-43a1-9585-89e67e7ff6fe") + ) + (segment + (start 81.28 117.475) + (end 81.28 114.22) + (width 0.25) + (layer "F.Cu") + (net 27) + (uuid "1dd92153-a107-48c3-b1bb-7829d299071e") + ) + (segment + (start 81.28 114.22) + (end 81.24 114.18) + (width 0.25) + (layer "F.Cu") + (net 27) + (uuid "40513958-fa6c-40c9-b6b6-427377264b5b") + ) + (segment + (start 101.56 93.86) + (end 108.665 100.965) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "9502d48b-1b3b-4fff-8554-f779ee2a7ed0") + ) + (segment + (start 108.665 100.965) + (end 109.22 100.965) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "a61e7533-5d78-4579-89c5-e09d2d783598") + ) + (segment + (start 93.056 64.262) + (end 93.53099 64.73699) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "59f2023d-05ee-485f-8636-aa4a4d4b9c58") + ) + (segment + (start 93.53099 64.73699) + (end 93.53099 74.30018) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "91e87a78-80b0-4ecc-a646-02efb755d926") + ) + (segment + (start 93.53099 74.30018) + (end 101.56 82.32919) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "97d630a9-a721-4d2f-a711-8cc330101be8") + ) + (segment + (start 101.56 82.32919) + (end 101.56 93.86) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "aa4a4200-1f73-405f-af11-13aee81d65da") + ) + (segment + (start 92.456 64.262) + (end 93.056 64.262) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "d98e4bf9-7e55-4e19-a271-cad541e4114c") + ) + (segment + (start 96.458 68.646) + (end 95.63 67.818) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "4e26bbab-4718-4248-baa0-cc1ff2ac1a1f") + ) + (segment + (start 99.314 68.646) + (end 96.458 68.646) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "b613441c-e154-45b2-80da-53d83ac755bd") + ) + (segment + (start 94.456 64.262) + (end 94.456 66.644) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "c9d4c69d-9a7f-41f4-a459-2eb91f181ef5") + ) + (segment + (start 94.456 66.644) + (end 95.63 67.818) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "fa21ffb0-b10c-4a38-b430-96490ceab916") + ) + (segment + (start 99.314 72.644) + (end 102.87 76.2) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "5af793f8-8307-4891-b503-2bab124f17a6") + ) + (segment + (start 99.314 70.546) + (end 99.314 72.644) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "b7d0cb74-fede-41ea-a792-a9bc9db6f91d") + ) + (segment + (start 97.512827 153.99) + (end 97.191 153.668173) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "600b4c62-b861-4362-b6c5-2abc866cb9e0") + ) + (segment + (start 96.14 147.828) + (end 96.14 144.668) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "69128327-9c11-4c46-b7a9-8e721d8cf286") + ) + (segment + (start 97.191 153.668173) + (end 97.191 148.879) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "a2622bb4-8007-4a8e-bde0-bdc6ec6818e3") + ) + (segment + (start 97.191 148.879) + (end 96.14 147.828) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "b488951d-7962-4fc8-b0da-93ce60d63f9f") + ) + (segment + (start 96.14 144.668) + (end 96.282 144.526) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "c141f133-57d3-42a3-9166-90633fa56cc1") + ) + (segment + (start 97.9655 153.99) + (end 97.512827 153.99) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "d309eca0-b224-4541-9e10-fc4730770f27") + ) + (segment + (start 98.5395 156.464) + (end 100.33 156.464) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "434980e9-415f-43cd-9d42-e7a597f4ae74") + ) + (segment + (start 97.9655 155.89) + (end 98.5395 156.464) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "773b05c8-d2eb-4242-aacf-d1f60b9f8ee8") + ) + (segment + (start 95.758 125.858) + (end 95.632 125.984) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "1e076a4b-2a72-46c4-9587-553bf7831f49") + ) + (segment + (start 95.758 122.682) + (end 95.758 125.858) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "307b0804-5a4d-470c-bf35-40bfb859c7a9") + ) + (segment + (start 96.9772 127.3292) + (end 95.632 125.984) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "590f3b75-4a20-4eb4-88e5-1d736098836c") + ) + (segment + (start 95.8365 134.554) + (end 95.8365 134.063251) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "7ae396fd-daca-46a2-b8c0-835e2ca1737d") + ) + (segment + (start 95.8365 134.063251) + (end 96.9772 132.922551) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "9115b116-e466-4d71-b7cd-1b64ef1ce6c2") + ) + (segment + (start 96.9772 132.922551) + (end 96.9772 127.3292) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "e2b9632c-71a9-4486-9b63-74c4f8579df7") + ) + (segment + (start 94.4372 134.0533) + (end 95.8365 132.654) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "3dcfe085-c0fe-4cc3-a5b0-eb28b6f11004") + ) + (segment + (start 95.7072 136.652) + (end 94.4372 135.382) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "6e404141-d26f-466b-9628-8bcdb77714fd") + ) + (segment + (start 94.4372 135.382) + (end 94.4372 134.0533) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "b77c1620-e76a-42ef-ac69-c810ad40e9cf") + ) + (segment + (start 100.33 136.652) + (end 95.7072 136.652) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "c4592922-3465-411a-91d9-4360622c1816") + ) + (segment + (start 96.79 106.538) + (end 96.648 106.68) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "72fcf85d-3f82-4c4c-89fb-c5b1777fbb87") + ) + (segment + (start 96.79 103.124) + (end 96.79 106.538) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "8a2abb45-e8c7-4921-9679-2dff7e040285") + ) + (segment + (start 97.7392 107.7712) + (end 96.648 106.68) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "9de53076-7e49-475d-8947-adeef71157b8") + ) + (segment + (start 96.5985 114.505251) + (end 97.7392 113.364551) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "bbbf1d47-ee72-46ad-861a-f3bd0265c292") + ) + (segment + (start 97.7392 113.364551) + (end 97.7392 107.7712) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "d9111a5c-3820-472c-9b6b-e0969619be0e") + ) + (segment + (start 96.5985 114.996) + (end 96.5985 114.505251) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "e30202f7-470d-494b-a931-d99332d678e9") + ) + (segment + (start 95.504 114.1905) + (end 96.5985 113.096) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "0e7b57bc-4922-4d87-be6b-7f37a6cc82b4") + ) + (segment + (start 96.271249 116.078) + (end 95.504 115.310751) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "4d6d4e8b-5270-466b-9702-53d824cbc4e0") + ) + (segment + (start 100.33 116.078) + (end 96.271249 116.078) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "e5d0355c-2630-4cf1-92a6-f9341b76a95a") + ) + (segment + (start 95.504 115.310751) + (end 95.504 114.1905) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "fba2a261-4ba7-40e5-8c41-f936be54f10e") + ) + (segment + (start 97.314 69.596) + (end 96.504 69.596) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "b48c398a-ba60-4807-bfe2-032ff575ac95") + ) + (segment + (start 96.504 69.596) + (end 94.472 71.628) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "e1c7f061-49d7-4ce2-ada6-1ce20cdd95a6") + ) + (segment + (start 99.06 154.304751) + (end 99.06 151.924) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "35db6715-798b-468c-934a-911426a5ca90") + ) + (segment + (start 98.424751 154.94) + (end 99.06 154.304751) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "5b3b994d-9208-41e9-9f75-f3d49ccb26d8") + ) + (segment + (start 96.0905 154.94) + (end 98.424751 154.94) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "b5855c0a-f754-41db-ace2-0c4466ad9f26") + ) + (segment + (start 99.06 151.924) + (end 98.266 151.13) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "fbd9ede8-2348-4bee-9c2a-17b906c8acb6") + ) + (segment + (start 98.028 133.35) + (end 97.774 133.604) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "866efddd-d312-4016-8ea5-6a1bc84a91a5") + ) + (segment + (start 98.028 129.54) + (end 98.028 133.35) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "d1b0f15f-8481-445a-b8ab-44803a87127b") + ) + (segment + (start 98.536 110.49) + (end 98.79 110.236) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "7e33bcd4-9de5-468b-952c-e6b61a692ad2") + ) + (segment + (start 98.536 114.046) + (end 98.536 110.49) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "7fa4ebc7-88e0-4d5a-9e69-c99e8f3e087d") + ) + (segment + (start 92.472 71.628) + (end 92.472 96.536998) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "0ae332c9-87db-4953-8c59-077d9b5a14e5") + ) + (segment + (start 93.250001 105.188001) + (end 93.250001 124.238001) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "12294cdc-b3fe-456a-b846-4fd1541f1576") + ) + (segment + (start 52.705 98.425) + (end 52.705 96.732038) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "249a686e-e4db-4818-9f53-6ebe1ffa8ed0") + ) + (segment + (start 93.250001 105.188001) + (end 93.250001 106.696001) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "29ac1928-c636-43be-a6d3-84a3537a5c02") + ) + (segment + (start 96.028 128.777002) + (end 96.028 129.54) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "3ddce071-5b16-461c-b8c3-10369b2d718a") + ) + (segment + (start 93.250001 125.999003) + (end 96.028 128.777002) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "4bb6654e-dae4-4975-b954-0f1f27f94c15") + ) + (segment + (start 93.250001 97.314999) + (end 93.250001 105.188001) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "7fc91580-8bf8-44a6-bcc7-c836080e36db") + ) + (segment + (start 93.250001 124.238001) + (end 93.250001 125.999003) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "896f2b8d-6b61-4220-85df-2e717c07ec85") + ) + (segment + (start 93.250001 148.114001) + (end 96.266 151.13) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "91d39577-732c-46ae-9754-7b5ddab59e8b") + ) + (segment + (start 77.809037 71.628) + (end 92.472 71.628) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "a144377e-5121-482e-889a-7d67596ff4a6") + ) + (segment + (start 92.472 96.536998) + (end 93.250001 97.314999) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "a8ed070c-c9ab-4dc2-a342-bcf8e77ef845") + ) + (segment + (start 93.250001 106.696001) + (end 96.79 110.236) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "ad1277e6-c2c4-4d62-a424-c10d888dd327") + ) + (segment + (start 52.705 96.732038) + (end 77.809037 71.628) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "b31c88f4-fb2c-47f0-8165-7b9a3d7cfc1c") + ) + (segment + (start 93.250001 124.238001) + (end 93.250001 148.114001) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "e2a17488-9eef-4d84-8e25-2d36fe8cc7b4") + ) + (segment + (start 101.76 132.08) + (end 101.6 131.92) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "3f258054-1643-42f0-9488-7acf93ddf60d") + ) + (segment + (start 107.95 132.08) + (end 101.76 132.08) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "7e0e1720-e4e8-420e-bace-b277131bc38e") + ) + (segment + (start 101.76 111.76) + (end 101.6 111.6) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "43b676fa-ea02-4b1c-9742-e3a3ab70e46e") + ) + (segment + (start 107.95 111.76) + (end 101.76 111.76) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "d5852a2e-65af-4b87-92bc-a5a479a9f939") + ) +) \ No newline at end of file diff --git a/src/equalizer/mount/mount.kicad_pro b/src/equalizer/mount/mount.kicad_pro index 4ed1ce34..4096c0a4 100644 --- a/src/equalizer/mount/mount.kicad_pro +++ b/src/equalizer/mount/mount.kicad_pro @@ -123,6 +123,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -381,14 +388,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -402,6 +470,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -427,6 +500,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -434,7 +508,7 @@ "sheets": [ [ "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55", - "" + "Root" ] ], "text_variables": {} diff --git a/src/equalizer/mount/mount.kicad_sch b/src/equalizer/mount/mount.kicad_sch index b3212cdf..54728766 100644 --- a/src/equalizer/mount/mount.kicad_sch +++ b/src/equalizer/mount/mount.kicad_sch @@ -1,3856 +1,9973 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e63e39d7-6ac0-4ffd-8aa3-1841a4541b55) - - (paper "A4") - - (title_block - (title "equalizer") - (date "2021-08-01") - (rev "R01") - (comment 1 "schema for pcb") - (comment 2 "Resonant equalizer by Serge Tcherepnin") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Connector:Conn_01x05_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x05_Pin" (at 0 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x05, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x05_Pin_1_1" - (polyline - (pts - (xy 1.27 -5.08) - (xy 0.8636 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 5.08) - (xy 0.8636 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 5.08 180) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 2.54 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -5.08 180) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x06_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x06_Pin" (at 0 -10.16 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x06, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x06_Pin_1_1" - (polyline - (pts - (xy 1.27 -7.62) - (xy 0.8636 -7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -5.08) - (xy 0.8636 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 5.08) - (xy 0.8636 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -7.493) (end 0 -7.747) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 5.08 180) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 2.54 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -5.08 180) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -7.62 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x07_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 10.16 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x07_Pin" (at 0 -10.16 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x07, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x07_Pin_1_1" - (polyline - (pts - (xy 1.27 -7.62) - (xy 0.8636 -7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -5.08) - (xy 0.8636 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 5.08) - (xy 0.8636 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 7.62) - (xy 0.8636 7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -7.493) (end 0 -7.747) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 7.747) (end 0 7.493) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 7.62 180) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 5.08 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 2.54 180) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -5.08 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -7.62 180) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 8.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Jack*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AudioJack2_SwitchT_0_1" - (rectangle (start -2.54 0) (end -3.81 -2.54) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy 1.778 -0.254) - (xy 2.032 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0.635 -0.635) - (xy 1.27 0) - (xy 2.54 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 -2.54) - (xy 1.778 -2.54) - (xy 1.778 -0.254) - (xy 1.524 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 2.54) - (xy -0.635 2.54) - (xy -0.635 0) - (xy -1.27 -0.635) - (xy -1.905 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (rectangle (start 2.54 3.81) (end -2.54 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AudioJack2_SwitchT_1_1" - (pin passive line (at 5.08 2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "S" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "T" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "TN" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "LED diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_0_1" - (polyline - (pts - (xy -1.27 -1.27) - (xy -1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy 1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.27) - (xy 1.27 1.27) - (xy -1.27 0) - (xy 1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.048 -0.762) - (xy -4.572 -2.286) - (xy -3.81 -2.286) - (xy -4.572 -2.286) - (xy -4.572 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 -0.762) - (xy -3.302 -2.286) - (xy -2.54 -2.286) - (xy -3.302 -2.286) - (xy -3.302 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "RV" (at -4.445 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_Potentiometer" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "resistor variable" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Potentiometer" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_Potentiometer_0_1" - (polyline - (pts - (xy 2.54 0) - (xy 1.524 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.143 0) - (xy 2.286 0.508) - (xy 2.286 -0.508) - (xy 1.143 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.016 2.54) (end -1.016 -2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_Potentiometer_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Diode:1N4148W" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148W" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 0 -4.445 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "D*SOD?123*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "1N4148W_0_1" - (polyline - (pts - (xy -1.27 1.27) - (xy -1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy -1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 1.27) - (xy 1.27 -1.27) - (xy -1.27 0) - (xy 1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "1N4148W_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.905 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MMBT3904_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "MMBT3904_1_1" - (pin input line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+15V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:-15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "-15V_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy 0.762 1.27) - (xy 0 2.54) - (xy -0.762 1.27) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 135.89 114.3) (diameter 0) (color 0 0 0 0) - (uuid 03c7f780-fc1b-487a-b30d-567d6c09fdc8) - ) - (junction (at 57.15 162.56) (diameter 0) (color 0 0 0 0) - (uuid 0f324b67-75ef-407f-8dbc-3c1fc5c2abba) - ) - (junction (at 95.25 128.27) (diameter 0) (color 0 0 0 0) - (uuid 6781326c-6e0d-4753-8f28-0f5c687e01f9) - ) - (junction (at 87.63 114.3) (diameter 0) (color 0 0 0 0) - (uuid 6b7c1048-12b6-46b2-b762-fa3ad30472dd) - ) - (junction (at 64.77 176.53) (diameter 0) (color 0 0 0 0) - (uuid 926001fd-2747-4639-8c0f-4fc46ff7218d) - ) - (junction (at 143.51 128.27) (diameter 0) (color 0 0 0 0) - (uuid bd9595a1-04f3-4fda-8f1b-e65ad874edd3) - ) - (junction (at 49.53 128.27) (diameter 0) (color 0 0 0 0) - (uuid cfa5c16e-7859-460d-a0b8-cea7d7ea629c) - ) - (junction (at 41.91 114.3) (diameter 0) (color 0 0 0 0) - (uuid e502d1d5-04b0-4d4b-b5c3-8c52d09668e7) - ) - - (no_connect (at 241.3 68.58) (uuid 68877d35-b796-44db-9124-b8e744e7412e)) - (no_connect (at 33.02 30.48) (uuid 8412992d-8754-44de-9e08-115cec1a3eff)) - (no_connect (at 241.3 53.34) (uuid c332fa55-4168-4f55-88a5-f82c7c21040b)) - (no_connect (at 241.3 38.1) (uuid df32840e-2912-4088-b54c-9a85f64c0265)) - - (wire (pts (xy 44.45 39.37) (xy 44.45 36.83)) - (stroke (width 0) (type default)) - (uuid 0867287d-2e6a-4d69-a366-c29f88198f2b) - ) - (wire (pts (xy 163.83 33.02) (xy 166.37 33.02)) - (stroke (width 0) (type default)) - (uuid 0eaa98f0-9565-4637-ace3-42a5231b07f7) - ) - (wire (pts (xy 95.25 127) (xy 95.25 128.27)) - (stroke (width 0) (type default)) - (uuid 101ef598-601d-400e-9ef6-d655fbb1dbfa) - ) - (wire (pts (xy 146.05 71.12) (xy 146.05 69.85)) - (stroke (width 0) (type default)) - (uuid 12422a89-3d0c-485c-9386-f77121fd68fd) - ) - (wire (pts (xy 132.08 34.29) (xy 132.08 33.02)) - (stroke (width 0) (type default)) - (uuid 127679a9-3981-4934-815e-896a4e3ff56e) - ) - (wire (pts (xy 166.37 33.02) (xy 166.37 34.29)) - (stroke (width 0) (type default)) - (uuid 181abe7a-f941-42b6-bd46-aaa3131f90fb) - ) - (wire (pts (xy 187.96 33.02) (xy 187.96 34.29)) - (stroke (width 0) (type default)) - (uuid 1831fb37-1c5d-42c4-b898-151be6fca9dc) - ) - (wire (pts (xy 156.21 69.85) (xy 153.67 69.85)) - (stroke (width 0) (type default)) - (uuid 1a6d2848-e78e-49fe-8978-e1890f07836f) - ) - (wire (pts (xy 41.91 119.38) (xy 41.91 114.3)) - (stroke (width 0) (type default)) - (uuid 275aa44a-b61f-489f-9e2a-819a0fe0d1eb) - ) - (wire (pts (xy 88.9 33.02) (xy 88.9 34.29)) - (stroke (width 0) (type default)) - (uuid 2e642b3e-a476-4c54-9a52-dcea955640cd) - ) - (wire (pts (xy 143.51 128.27) (xy 143.51 130.81)) - (stroke (width 0) (type default)) - (uuid 309b3bff-19c8-41ec-a84d-63399c649f46) - ) - (wire (pts (xy 101.6 33.02) (xy 99.06 33.02)) - (stroke (width 0) (type default)) - (uuid 30f15357-ce1d-48b9-93dc-7d9b1b2aa048) - ) - (wire (pts (xy 49.53 128.27) (xy 49.53 130.81)) - (stroke (width 0) (type default)) - (uuid 37e8181c-a81e-498b-b2e2-0aef0c391059) - ) - (wire (pts (xy 189.23 71.12) (xy 189.23 69.85)) - (stroke (width 0) (type default)) - (uuid 3e903008-0276-4a73-8edb-5d9dfde6297c) - ) - (wire (pts (xy 134.62 69.85) (xy 132.08 69.85)) - (stroke (width 0) (type default)) - (uuid 40165eda-4ba6-4565-9bb4-b9df6dbb08da) - ) - (wire (pts (xy 167.64 71.12) (xy 167.64 69.85)) - (stroke (width 0) (type default)) - (uuid 45008225-f50f-4d6b-b508-6730a9408caf) - ) - (wire (pts (xy 124.46 71.12) (xy 124.46 69.85)) - (stroke (width 0) (type default)) - (uuid 4780a290-d25c-4459-9579-eba3f7678762) - ) - (wire (pts (xy 132.08 33.02) (xy 134.62 33.02)) - (stroke (width 0) (type default)) - (uuid 48ab88d7-7084-4d02-b109-3ad55a30bb11) - ) - (wire (pts (xy 44.45 27.94) (xy 44.45 29.21)) - (stroke (width 0) (type default)) - (uuid 4d4b0fcd-2c79-4fc3-b5fa-7a0741601344) - ) - (wire (pts (xy 54.61 162.56) (xy 57.15 162.56)) - (stroke (width 0) (type default)) - (uuid 5487601b-81d3-4c70-8f3d-cf9df9c63302) - ) - (wire (pts (xy 57.15 176.53) (xy 64.77 176.53)) - (stroke (width 0) (type default)) - (uuid 597a11f2-5d2c-4a65-ac95-38ad106e1367) - ) - (wire (pts (xy 64.77 176.53) (xy 64.77 179.07)) - (stroke (width 0) (type default)) - (uuid 59ec3156-036e-4049-89db-91a9dd07095f) - ) - (wire (pts (xy 87.63 128.27) (xy 87.63 127)) - (stroke (width 0) (type default)) - (uuid 5b34a16c-5a14-4291-8242-ea6d6ac54372) - ) - (wire (pts (xy 39.37 114.3) (xy 41.91 114.3)) - (stroke (width 0) (type default)) - (uuid 5ca4be1c-537e-4a4a-b344-d0c8ffde8546) - ) - (wire (pts (xy 177.8 69.85) (xy 175.26 69.85)) - (stroke (width 0) (type default)) - (uuid 6475547d-3216-45a4-a15c-48314f1dd0f9) - ) - (wire (pts (xy 41.91 128.27) (xy 41.91 127)) - (stroke (width 0) (type default)) - (uuid 676efd2f-1c48-4786-9e4b-2444f1e8f6ff) - ) - (wire (pts (xy 110.49 33.02) (xy 113.03 33.02)) - (stroke (width 0) (type default)) - (uuid 6a45789b-3855-401f-8139-3c734f7f52f9) - ) - (wire (pts (xy 49.53 127) (xy 49.53 128.27)) - (stroke (width 0) (type default)) - (uuid 6c67e4f6-9d04-4539-b356-b76e915ce848) - ) - (wire (pts (xy 110.49 34.29) (xy 110.49 33.02)) - (stroke (width 0) (type default)) - (uuid 6c9b793c-e74d-4754-a2c0-901e73b26f1c) - ) - (wire (pts (xy 153.67 33.02) (xy 156.21 33.02)) - (stroke (width 0) (type default)) - (uuid 704d6d51-bb34-4cbf-83d8-841e208048d8) - ) - (wire (pts (xy 123.19 33.02) (xy 123.19 34.29)) - (stroke (width 0) (type default)) - (uuid 716e31c5-485f-40b5-88e3-a75900da9811) - ) - (wire (pts (xy 189.23 69.85) (xy 185.42 69.85)) - (stroke (width 0) (type default)) - (uuid 75ffc65c-7132-4411-9f2a-ae0c73d79338) - ) - (wire (pts (xy 153.67 69.85) (xy 153.67 71.12)) - (stroke (width 0) (type default)) - (uuid 7d34f6b1-ab31-49be-b011-c67fe67a8a56) - ) - (wire (pts (xy 132.08 69.85) (xy 132.08 71.12)) - (stroke (width 0) (type default)) - (uuid 7e023245-2c2b-4e2b-bfb9-5d35176e88f2) - ) - (wire (pts (xy 87.63 119.38) (xy 87.63 114.3)) - (stroke (width 0) (type default)) - (uuid 7f52d787-caa3-4a92-b1b2-19d554dc29a4) - ) - (wire (pts (xy 153.67 34.29) (xy 153.67 33.02)) - (stroke (width 0) (type default)) - (uuid 8174b4de-74b1-48db-ab8e-c8432251095b) - ) - (wire (pts (xy 91.44 33.02) (xy 88.9 33.02)) - (stroke (width 0) (type default)) - (uuid 87371631-aa02-498a-998a-09bdb74784c1) - ) - (wire (pts (xy 135.89 128.27) (xy 135.89 127)) - (stroke (width 0) (type default)) - (uuid 8c0807a7-765b-4fa5-baaa-e09a2b610e6b) - ) - (wire (pts (xy 175.26 69.85) (xy 175.26 71.12)) - (stroke (width 0) (type default)) - (uuid 8c6a821f-8e19-48f3-8f44-9b340f7689bc) - ) - (wire (pts (xy 146.05 69.85) (xy 142.24 69.85)) - (stroke (width 0) (type default)) - (uuid 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6) - ) - (wire (pts (xy 185.42 33.02) (xy 187.96 33.02)) - (stroke (width 0) (type default)) - (uuid 9340c285-5767-42d5-8b6d-63fe2a40ddf3) - ) - (wire (pts (xy 57.15 167.64) (xy 57.15 162.56)) - (stroke (width 0) (type default)) - (uuid a29f8df0-3fae-4edf-8d9c-bd5a875b13e3) - ) - (wire (pts (xy 167.64 69.85) (xy 163.83 69.85)) - (stroke (width 0) (type default)) - (uuid a544eb0a-75db-4baf-bf54-9ca21744343b) - ) - (wire (pts (xy 85.09 114.3) (xy 87.63 114.3)) - (stroke (width 0) (type default)) - (uuid a8447faf-e0a0-4c4a-ae53-4d4b28669151) - ) - (wire (pts (xy 102.87 69.85) (xy 99.06 69.85)) - (stroke (width 0) (type default)) - (uuid aca4de92-9c41-4c2b-9afa-540d02dafa1c) - ) - (wire (pts (xy 120.65 33.02) (xy 123.19 33.02)) - (stroke (width 0) (type default)) - (uuid b1086f75-01ba-4188-8d36-75a9e2828ca9) - ) - (wire (pts (xy 41.91 128.27) (xy 49.53 128.27)) - (stroke (width 0) (type default)) - (uuid b447dbb1-d38e-4a15-93cb-12c25382ea53) - ) - (wire (pts (xy 113.03 69.85) (xy 109.22 69.85)) - (stroke (width 0) (type default)) - (uuid babeabf2-f3b0-4ed5-8d9e-0215947e6cf3) - ) - (wire (pts (xy 135.89 128.27) (xy 143.51 128.27)) - (stroke (width 0) (type default)) - (uuid be645d0f-8568-47a0-a152-e3ddd33563eb) - ) - (wire (pts (xy 175.26 33.02) (xy 177.8 33.02)) - (stroke (width 0) (type default)) - (uuid c41b3c8b-634e-435a-b582-96b83bbd4032) - ) - (wire (pts (xy 91.44 69.85) (xy 88.9 69.85)) - (stroke (width 0) (type default)) - (uuid c43663ee-9a0d-4f27-a292-89ba89964065) - ) - (wire (pts (xy 95.25 128.27) (xy 95.25 130.81)) - (stroke (width 0) (type default)) - (uuid c701ee8e-1214-4781-a973-17bef7b6e3eb) - ) - (wire (pts (xy 87.63 128.27) (xy 95.25 128.27)) - (stroke (width 0) (type default)) - (uuid c8029a4c-945d-42ca-871a-dd73ff50a1a3) - ) - (wire (pts (xy 88.9 69.85) (xy 88.9 71.12)) - (stroke (width 0) (type default)) - (uuid c830e3bc-dc64-4f65-8f47-3b106bae2807) - ) - (wire (pts (xy 135.89 119.38) (xy 135.89 114.3)) - (stroke (width 0) (type default)) - (uuid c9667181-b3c7-4b01-b8b4-baa29a9aea63) - ) - (wire (pts (xy 175.26 34.29) (xy 175.26 33.02)) - (stroke (width 0) (type default)) - (uuid ce83728b-bebd-48c2-8734-b6a50d837931) - ) - (wire (pts (xy 57.15 176.53) (xy 57.15 175.26)) - (stroke (width 0) (type default)) - (uuid d39d813e-3e64-490c-ba5c-a64bb5ad6bd0) - ) - (wire (pts (xy 133.35 114.3) (xy 135.89 114.3)) - (stroke (width 0) (type default)) - (uuid d5b800ca-1ab6-4b66-b5f7-2dda5658b504) - ) - (wire (pts (xy 102.87 71.12) (xy 102.87 69.85)) - (stroke (width 0) (type default)) - (uuid d7269d2a-b8c0-422d-8f25-f79ea31bf75e) - ) - (wire (pts (xy 101.6 34.29) (xy 101.6 33.02)) - (stroke (width 0) (type default)) - (uuid d8603679-3e7b-4337-8dbc-1827f5f54d8a) - ) - (wire (pts (xy 124.46 69.85) (xy 120.65 69.85)) - (stroke (width 0) (type default)) - (uuid df68c26a-03b5-4466-aecf-ba34b7dce6b7) - ) - (wire (pts (xy 33.02 27.94) (xy 44.45 27.94)) - (stroke (width 0) (type default)) - (uuid e25ce415-914a-48fe-bf09-324317917b2e) - ) - (wire (pts (xy 64.77 175.26) (xy 64.77 176.53)) - (stroke (width 0) (type default)) - (uuid e3fc1e69-a11c-4c84-8952-fefb9372474e) - ) - (wire (pts (xy 109.22 69.85) (xy 109.22 71.12)) - (stroke (width 0) (type default)) - (uuid e8c50f1b-c316-4110-9cce-5c24c65a1eaa) - ) - (wire (pts (xy 143.51 127) (xy 143.51 128.27)) - (stroke (width 0) (type default)) - (uuid ebd06df3-d52b-4cff-99a2-a771df6d3733) - ) - (wire (pts (xy 142.24 33.02) (xy 144.78 33.02)) - (stroke (width 0) (type default)) - (uuid f71da641-16e6-4257-80c3-0b9d804fee4f) - ) - (wire (pts (xy 144.78 33.02) (xy 144.78 34.29)) - (stroke (width 0) (type default)) - (uuid fd470e95-4861-44fe-b1e4-6d8a7c66e144) - ) - - (text "11kHz" (at 179.07 62.23 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 0c3dceba-7c95-4b3d-b590-0eb581444beb) - ) - (text "1.5KHz" (at 157.48 25.4 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 62c076a3-d618-44a2-9042-9a08b3576787) - ) - (text "777Hz" (at 135.89 62.23 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 730b670c-9bcf-4dcd-9a8d-fcaa61fb0955) - ) - (text "61Hz" (at 92.71 62.23 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7d928d56-093a-4ca8-aed1-414b7e703b45) - ) - (text "218Hz" (at 114.3 62.23 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 8a650ebf-3f78-4ca4-a26b-a5028693e36d) - ) - (text "29Hz" (at 92.71 25.4 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 983c426c-24e0-4c65-ab69-1f1824adc5c6) - ) - (text "2.8KHz" (at 157.48 62.23 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid abe07c9a-17c3-43b5-b7a6-ae867ac27ea7) - ) - (text "115Hz" (at 114.3 25.4 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c1d83899-e380-49f9-a87d-8e78bc089ebf) - ) - (text "5.2kHz" (at 179.07 25.4 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid da469d11-a8a4-414b-9449-d151eeaf4853) - ) - (text "411Hz" (at 135.89 25.4 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12) - ) - - (global_label "F_C" (shape input) (at 146.05 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0217dfc4-fc13-4699-99ad-d9948522648e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 146.05 76.6978 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 123.19 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 026ac84e-b8b2-4dd2-b675-8323c24fd778) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 123.19 39.8678 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "IN" (shape input) (at 48.26 33.02 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 03caada9-9e22-4e2d-9035-b15433dfbb17) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 52.4469 33.02 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "B_B" (shape input) (at 201.93 44.45 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0b21a65d-d20b-411e-920a-75c343ac5136) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.1708 44.45 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "A_B" (shape input) (at 201.93 41.91 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0f22151c-f260-4674-b486-4710a2c42a55) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.3522 41.91 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "COM_OUT_A" (shape input) (at 39.37 73.66 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0f41a909-27c4-4be2-9d5e-9ae2108c8ff5) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 26.4141 73.66 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "J_B" (shape input) (at 201.93 76.2 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 1bf544e3-5940-4576-9291-2464e95c0ee2) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.4732 76.2 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "IN" (shape input) (at 31.75 114.3 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 1c68b844-c861-46b7-b734-0242168a4220) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 27.5631 114.3 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "COM_OUT_A" (shape input) (at 77.47 114.3 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 224768bc-6009-43ba-aa4a-70cbaa15b5a3) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.5141 114.3 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 109.22 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 240e07e1-770b-4b27-894f-29fd601c924d) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 109.22 76.5164 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_B" (shape input) (at 95.25 81.28 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 25d545dc-8f50-4573-922c-35ef5a2a3a19) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 95.25 86.8578 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 187.96 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 26801cfb-b53b-4a6a-a2f4-5f4986565765) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 187.96 39.8678 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 201.93 63.5 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 2d210a96-f81f-42a9-8bf4-1b43c11086f3) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.3522 63.5 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 144.78 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 144.78 39.8678 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 153.67 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 34d03349-6d78-4165-a683-2d8b76f2bae8) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 153.67 39.6864 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "COM_OUT_B" (shape input) (at 39.37 71.12 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 35354519-a28c-40c4-befd-0943e98dea53) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 26.2327 71.12 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 175.26 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 37b6c6d6-3e12-4736-912a-ea6e2bf06721) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 175.26 39.6864 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 189.23 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 3a7648d8-121a-4921-9b92-9b35b76ce39b) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 189.23 76.6978 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "I_B" (shape input) (at 201.93 73.66 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 42713045-fffd-4b2d-ae1e-7232d705fb12) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.836 73.66 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "COM_OUT_A" (shape input) (at 233.68 35.56 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 46918595-4a45-48e8-84c0-961b4db7f35f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 220.7241 35.56 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "B_B" (shape input) (at 116.84 44.45 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5038e144-5119-49db-b6cf-f7c345f1cf03) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 116.84 50.2092 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "C_B" (shape input) (at 138.43 44.45 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 54365317-1355-4216-bb75-829375abc4ec) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 138.43 50.2092 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 102.87 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 61fe293f-6808-4b7f-9340-9aaac7054a97) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 102.87 76.6978 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "IN" (shape input) (at 39.37 68.58 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 639c0e59-e95c-4114-bccd-2e7277505454) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 35.1831 68.58 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 175.26 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 63ff1c93-3f96-4c33-b498-5dd8c33bccc0) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 175.26 76.5164 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 167.64 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 6bfe5804-2ef9-4c65-b2a7-f01e4014370a) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 167.64 76.6978 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_B" (shape input) (at 201.93 66.04 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 6c2e273e-743c-4f1e-a647-4171f8122550) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.3522 66.04 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "OUT" (shape input) (at 46.99 162.56 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 752417ee-7d0b-4ac8-a22c-26669881a2ab) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 41.1098 162.56 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "OUT" (shape input) (at 241.3 66.04 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 78cbdd6c-4878-4cc5-9a58-0e506478e37d) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 235.4198 66.04 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "H_B" (shape input) (at 201.93 71.12 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7aed3a71-054b-4aaa-9c0a-030523c32827) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.1103 71.12 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "G_B" (shape input) (at 201.93 68.58 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.1708 68.58 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "H_B" (shape input) (at 138.43 81.28 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8c514922-ffe1-4e37-a260-e807409f2e0d) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 138.43 87.0997 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 124.46 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8da933a9-35f8-42e6-8504-d1bab7264306) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 124.46 76.6978 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "E_B" (shape input) (at 201.93 52.07 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 94a873dc-af67-4ef9-8159-1f7c93eeb3d7) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.2918 52.07 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "COM_OUT_B" (shape input) (at 233.68 50.8 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 94c158d1-8503-4553-b511-bf42f506c2a8) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 220.5427 50.8 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "J_B" (shape input) (at 181.61 73.66 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid a15a7506-eae4-4933-84da-9ad754258706) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 181.61 79.1168 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "D_B" (shape input) (at 201.93 49.53 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.1708 49.53 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "D_B" (shape input) (at 160.02 44.45 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid a690fc6c-55d9-47e6-b533-faa4b67e20f3) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 160.02 50.2092 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 132.08 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid a7531a95-7ca1-4f34-955e-18120cec99e6) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 132.08 39.6864 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 201.93 60.96 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid aa14c3bd-4acc-4908-9d28-228585a22a9d) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.5336 60.96 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "OUT" (shape input) (at 39.37 76.2 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid afd3dbad-e7a8-4e4c-b77c-4065a69aefa2) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 33.4898 76.2 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "COM_OUT_B" (shape input) (at 125.73 114.3 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid b5071759-a4d7-4769-be02-251f23cd4454) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 112.5927 114.3 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 153.67 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 153.67 76.5164 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 166.37 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid c7af8405-da2e-4a34-b9b8-518f342f8995) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 39.8678 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 88.9 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid cbd8faed-e1f8-4406-87c8-58b2c504a5d4) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 88.9 76.5164 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "A_B" (shape input) (at 95.25 44.45 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid cbdcaa78-3bbc-413f-91bf-2709119373ce) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 95.25 50.0278 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 88.9 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 88.9 39.6864 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "G_B" (shape input) (at 116.84 81.28 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid d5641ac9-9be7-46bf-90b3-6c83d852b5ba) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 116.84 87.0392 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "C_B" (shape input) (at 201.93 46.99 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid d57dcfee-5058-4fc2-a68b-05f9a48f685b) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 196.1708 46.99 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 110.49 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid e1c30a32-820e-4b17-aec9-5cb8b76f0ccc) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 110.49 39.6864 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "I_B" (shape input) (at 160.02 73.66 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid e21aa84b-970e-47cf-b64f-3b55ee0e1b51) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 160.02 78.754 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_C" (shape input) (at 101.6 34.29 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid e32ee344-1030-4498-9cac-bfbf7540faf4) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 101.6 39.8678 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "F_A" (shape input) (at 132.08 71.12 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid ee27d19c-8dca-4ac8-a760-6dfd54d28071) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 132.08 76.5164 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "E_B" (shape input) (at 181.61 36.83 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid efeac2a2-7682-4dc7-83ee-f6f1b23da506) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 181.61 42.4682 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 147.32 184.15 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f737716) - (property "Reference" "#FLG02" (at 147.32 186.055 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 147.32 188.5442 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 147.32 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 147.32 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2540bcf6-ad20-4895-8daf-f0243a3583be)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 153.67 184.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f816fae) - (property "Reference" "#PWR011" (at 153.67 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 154.051 179.7558 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 153.67 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 153.67 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f22287c7-abf6-4f67-82c9-085b60db8b3e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 160.02 186.69 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f817a91) - (property "Reference" "#PWR012" (at 160.02 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 160.147 191.0842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 160.02 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 160.02 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 89a74190-e919-45ff-a761-1d3f12aa4ccc)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 49.53 123.19 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fef7875) - (property "Reference" "D2" (at 58.42 120.65 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Green)" (at 58.42 123.19 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 49.53 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 49.53 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 49.53 123.19 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 49.53 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 469d1061-4f98-4b6c-b945-b563d369b5c8)) - (pin "2" (uuid 512bfac4-65b5-4a43-badf-651042ec0f3e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 238.76 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097a217) - (property "Reference" "H1" (at 241.3 149.9616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 241.3 152.273 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 238.76 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 238.76 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 49.53 130.81 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a735b0) - (property "Reference" "#PWR039" (at 49.53 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 49.657 135.2042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 49.53 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 49.53 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5dbf106f-5424-4aab-a2e6-849a6cefe2ff)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR039") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 49.53 105.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a7522a) - (property "Reference" "R29" (at 51.308 104.2416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 51.308 106.553 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 47.752 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 49.53 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 49.53 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a4f0c844-7777-41f1-bf5f-dc44f820af8b)) - (pin "2" (uuid e25edffd-3630-4f3b-aaa4-170e39975d92)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R29") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 49.53 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a866e8) - (property "Reference" "#PWR038" (at 49.53 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 49.911 97.2058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 49.53 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 49.53 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 85c876de-9348-4b03-bd96-e047b7402bf6)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR038") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 35.56 114.3 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a86f88) - (property "Reference" "R23" (at 35.56 109.0422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 35.56 111.3536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 35.56 112.522 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 35.56 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 35.56 114.3 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid feeaa6cd-03e8-43d9-adc3-4f61fcbd92c6)) - (pin "2" (uuid 285bc7d5-1cd3-46d5-820c-d81ea20a100f)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R23") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 135.89 123.19 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060aacd5e) - (property "Reference" "D9" (at 127 120.65 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 124.46 123.19 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 131.445 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 135.89 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 135.89 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 99f0fb66-5b67-4171-ba48-7c2135393671)) - (pin "2" (uuid d5352cdb-ea03-4242-af85-c180d3bbe512)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 87.63 123.19 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ab3ced) - (property "Reference" "D5" (at 78.74 120.65 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 76.2 123.19 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 83.185 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 87.63 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 87.63 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6d8167db-085e-495b-b959-0065abe3ec3d)) - (pin "2" (uuid 8968d5e3-167f-413c-9c20-68789b2d3d5a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 41.91 123.19 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ab44d3) - (property "Reference" "D1" (at 33.02 120.65 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 30.48 123.19 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 37.465 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 41.91 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 41.91 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 224730d5-15ec-4b0c-8458-480d607ad7d3)) - (pin "2" (uuid a789748c-d584-4c48-a2d2-4c3391da07aa)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 57.15 171.45 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ab8812) - (property "Reference" "D3" (at 48.26 168.91 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 45.72 171.45 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 52.705 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 57.15 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 57.15 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9c23439b-eaf7-44f1-a182-a090260035ac)) - (pin "2" (uuid 2ee6ebe8-ab38-4be3-8fb4-3f20417c3c22)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 46.99 114.3 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ac31e4) - (property "Reference" "Q1" (at 51.8414 113.1316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 51.8414 115.443 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 52.07 116.205 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 46.99 114.3 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Sim.Device" "SPICE" (at 46.99 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "3=1 1=2 2=3" (at 46.99 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1b6a5ba2-ca0d-48e9-bdec-3b9998d5d68a)) - (pin "2" (uuid b594805f-074a-41d9-8a5f-b9d922339e49)) - (pin "3" (uuid 5aff6a3f-beef-4274-9216-25e32c7e3bf4)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 92.71 114.3 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ad3277) - (property "Reference" "Q3" (at 97.5614 113.1316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 97.5614 115.443 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 97.79 116.205 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 92.71 114.3 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Sim.Device" "SPICE" (at 92.71 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "3=1 1=2 2=3" (at 92.71 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ed5131c8-712f-4c44-9e10-a6c9bcfde070)) - (pin "2" (uuid adb39c73-c912-4059-a3cc-e14562947fd0)) - (pin "3" (uuid 4d7913ec-4655-459d-9d6e-4012b30399d1)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 140.97 114.3 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ad3dd5) - (property "Reference" "Q5" (at 145.8214 113.1316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 145.8214 115.443 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 146.05 116.205 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 140.97 114.3 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Sim.Device" "SPICE" (at 140.97 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "3=1 1=2 2=3" (at 140.97 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 49dba50c-055c-478b-9db4-7f3c74474c80)) - (pin "2" (uuid 58a9163b-f7ff-4834-98c1-207385c318e9)) - (pin "3" (uuid 7c550ded-2900-431e-8ea3-c50f769c78fa)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 62.23 162.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ad4b00) - (property "Reference" "Q2" (at 67.0814 161.3916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 67.0814 163.703 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 67.31 164.465 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 62.23 162.56 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Sim.Device" "SPICE" (at 62.23 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "3=1 2=2 1=3" (at 62.23 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 731ff715-89d6-4666-bbf7-9018090166ee)) - (pin "2" (uuid b7ede69c-719d-4a3e-977e-6b4e4c5e39dd)) - (pin "3" (uuid 898c4d08-c194-43c4-9c9e-92e0e53b4af8)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 95.25 123.19 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae943d) - (property "Reference" "D6" (at 101.6 120.65 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Red)" (at 101.6 123.19 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 95.25 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 95.25 123.19 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 95.25 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bee2e11a-0b64-44e2-8c29-4c0c31b2264f)) - (pin "2" (uuid 494adf7f-4da8-4427-96c7-95c87ac1b63e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 95.25 130.81 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae9449) - (property "Reference" "#PWR044" (at 95.25 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 95.377 135.2042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 95.25 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 95.25 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 19191836-9d47-411d-a67a-e1e0faf14cf1)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR044") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 105.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae944f) - (property "Reference" "R34" (at 97.028 104.2416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 97.028 106.553 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 93.472 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f46de9df-c58f-4f37-9d87-16b5edf72a2f)) - (pin "2" (uuid 4e15f564-e794-4589-9108-c6023dc6f9cc)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R34") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 95.25 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae9455) - (property "Reference" "#PWR043" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 95.631 97.2058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 95.25 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 95.25 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9e9fe0e7-e54c-4382-8a2f-fd7b6adda112)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR043") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 81.28 114.3 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae945b) - (property "Reference" "R32" (at 81.28 109.0422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 81.28 111.3536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 81.28 112.522 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 81.28 114.3 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1f0918ad-dd72-4d48-8243-39aeb7ffece1)) - (pin "2" (uuid fb5a3375-0677-47c7-b364-83d4d20fc9c4)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R32") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 143.51 123.19 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af092f) - (property "Reference" "D10" (at 149.86 120.65 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Red)" (at 149.86 123.19 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 143.51 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 143.51 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 143.51 123.19 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 143.51 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 23f683db-f357-414f-95b6-8a002f259f20)) - (pin "2" (uuid 708df716-36e4-4e2a-aef6-b8ece7d5f879)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 143.51 130.81 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af093b) - (property "Reference" "#PWR049" (at 143.51 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 143.637 135.2042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 143.51 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 143.51 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 893097a9-652e-49dd-8c9a-24d0aa68bb37)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR049") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 143.51 105.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af0941) - (property "Reference" "R40" (at 145.288 104.2416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 145.288 106.553 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 141.732 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 143.51 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 143.51 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 37e39ab1-645d-4fbf-ad6e-27cf1245ae52)) - (pin "2" (uuid 3442be7d-9a88-4941-815e-f755340e2021)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R40") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 143.51 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af0947) - (property "Reference" "#PWR048" (at 143.51 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 143.891 97.2058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 143.51 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 143.51 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cb9ac460-cdde-4985-989d-cccd60f15192)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR048") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 129.54 114.3 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af094d) - (property "Reference" "R38" (at 129.54 109.0422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 129.54 111.3536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 129.54 112.522 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 129.54 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 129.54 114.3 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 81db3b85-206d-42d1-942f-fd3514ab0c98)) - (pin "2" (uuid 0eff0d29-daaf-429c-af88-ce7c3ea9c3ba)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R38") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 64.77 171.45 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af9231) - (property "Reference" "D4" (at 71.12 168.91 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Red)" (at 71.12 171.45 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 64.77 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 64.77 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 64.77 171.45 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 64.77 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 95da6862-d051-4e1d-b81c-75babc447219)) - (pin "2" (uuid 1d9fd35e-e8e2-4c33-a921-4b378b726bfd)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 64.77 179.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af923d) - (property "Reference" "#PWR042" (at 64.77 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 64.897 183.4642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 64.77 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid be99a4ba-3663-4140-bab1-87952b1f1619)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR042") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 64.77 153.67 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af9243) - (property "Reference" "R30" (at 66.548 152.5016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 66.548 154.813 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 62.992 153.67 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 64.77 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a46acfc8-4726-4d85-87d4-b375936ecd26)) - (pin "2" (uuid 1d131ace-cfa7-45e4-a251-c66330a559b9)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R30") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 64.77 149.86 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af9249) - (property "Reference" "#PWR041" (at 64.77 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 65.151 145.4658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 64.77 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e40566bd-358a-4046-964c-78b8551728c2)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR041") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 50.8 162.56 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af924f) - (property "Reference" "R28" (at 50.8 157.3022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 50.8 159.6136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 50.8 160.782 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6d37dea3-75e1-49c0-9514-44253aa2cfd4)) - (pin "2" (uuid 63c9ea16-05bc-4e8d-ba60-aeafdba32ab6)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R28") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 153.67 184.15 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0894d) - (property "Reference" "#FLG03" (at 153.67 186.055 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 153.67 188.5442 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 153.67 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8630b84c-977d-46f6-b361-9f09f17539a8)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 160.02 186.69 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0894e) - (property "Reference" "#FLG04" (at 160.02 184.785 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 160.02 182.2958 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 160.02 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 160.02 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 93782ff8-57b7-4199-80d6-d24f2e58001e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 147.32 184.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0894f) - (property "Reference" "#PWR010" (at 147.32 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 147.701 179.7558 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 147.32 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 147.32 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ac92f54e-1f01-45c0-a9fe-65d53cf19b6a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 238.76 158.75 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0895d) - (property "Reference" "H2" (at 241.3 157.5816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 241.3 159.893 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 238.76 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 238.76 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 257.81 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f0895e) - (property "Reference" "H3" (at 260.35 149.9616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 260.35 152.273 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 257.81 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 257.81 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f2f915) - (property "Reference" "R1" (at 97.028 39.4716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "39k" (at 97.028 41.783 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 93.472 40.64 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 95.25 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a35e8a3d-4ffd-4390-aca4-1bd4f8491bb2)) - (pin "2" (uuid 4f5bdae5-5b18-462b-8cb9-be9ebd3f00a5)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 116.84 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f2fd78) - (property "Reference" "R2" (at 118.618 39.4716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "62k" (at 118.618 41.783 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 115.062 40.64 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 116.84 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 116.84 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 97ec9fa3-47c1-4860-a1c6-b74b139e065c)) - (pin "2" (uuid 1ffd8523-4206-4791-a762-d6d54c0f2591)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 138.43 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f3022a) - (property "Reference" "R3" (at 140.208 39.4716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "36k" (at 140.208 41.783 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 136.652 40.64 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 138.43 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 138.43 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f2aabb10-8359-426a-89a0-6a57ac0b8fc2)) - (pin "2" (uuid 25ae536c-30ba-4f16-a69e-9a359f745311)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 160.02 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f3075e) - (property "Reference" "R4" (at 161.798 39.4716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47k" (at 161.798 41.783 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 158.242 40.64 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 160.02 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 160.02 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a6b17000-f7d4-451a-b1b4-de3735c80a0a)) - (pin "2" (uuid c579bc40-dd00-47ac-92fc-752b7c9c2453)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f5a50f) - (property "Reference" "R6" (at 97.028 76.3016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "51k" (at 97.028 78.613 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 93.472 77.47 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 95.25 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 51300c01-4588-4b62-8ef4-ae120db927d9)) - (pin "2" (uuid dd61e408-7346-40a4-9cb9-99cd36090419)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 116.84 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f5a515) - (property "Reference" "R7" (at 118.618 76.3016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "68k" (at 118.618 78.613 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 115.062 77.47 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 116.84 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 116.84 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c71e12ee-f751-4862-8f76-0fec142db668)) - (pin "2" (uuid 5ca76dbc-8bbb-4e44-b0c9-01dc175390ca)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 138.43 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f5a51b) - (property "Reference" "R8" (at 140.208 76.3016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "43k" (at 140.208 78.613 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 136.652 77.47 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 138.43 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 138.43 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1caffab6-9204-48b7-af02-1ab5c507f7d5)) - (pin "2" (uuid cc61dbe4-3c5e-4e41-bfd1-5b24764ebe2d)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 33.02 25.4 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f84c09) - (property "Reference" "#PWR01" (at 39.37 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 37.4142 25.273 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 33.02 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 33.02 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 283d3eb1-906d-460d-a87d-d328f41afedd)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 33.02 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f8c360) - (property "Reference" "#PWR02" (at 234.95 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 238.0488 33.147 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 241.3 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 06f68eb0-1708-4618-b506-5bbce28a061b)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 48.26 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f8c8fb) - (property "Reference" "#PWR03" (at 234.95 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 238.0488 48.387 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 241.3 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1197e144-1321-4472-9d11-a7ce82c3b545)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 63.5 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f8ce3e) - (property "Reference" "#PWR04" (at 234.95 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 238.0488 63.627 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 241.3 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8f1094ac-8439-4f2a-b1db-d1b404a9ad3d)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 39.37 66.04 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060f970f0) - (property "Reference" "#PWR05" (at 33.02 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 36.1188 66.167 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 39.37 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 39.37 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2a39546a-74ff-4623-ae8b-79c087086ac7)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 246.38 35.56 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061065c70) - (property "Reference" "J1" (at 245.5672 27.305 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 245.5672 29.6164 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 246.38 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 95702545-bda6-41c0-886a-37a7a6ff3258)) - (pin "T" (uuid 23983e52-dcb6-4d96-ab23-ae788e3f5d1f)) - (pin "TN" (uuid 7bbf59b8-b5e5-4c4e-ae30-6fe5e7c60c7e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 246.38 50.8 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006106679a) - (property "Reference" "J4" (at 245.5672 42.545 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 245.5672 44.8564 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 246.38 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid d8c08f5c-97ee-4d1f-aeb8-2b23fe550f3a)) - (pin "T" (uuid 40a7a74b-9d93-46d3-b62a-b745cb579ad4)) - (pin "TN" (uuid 92156ceb-a852-4c1e-938e-14749c692fbb)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 246.38 66.04 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061066e97) - (property "Reference" "J5" (at 245.5672 57.785 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 245.5672 60.0964 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 246.38 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 62b1d8bd-a700-4d80-ba4a-cdf23a64a988)) - (pin "T" (uuid 25ce75d7-e0cd-437c-8d25-10a644ebb752)) - (pin "TN" (uuid 0634a78b-175c-4996-b962-42c146622575)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 201.93 39.37 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061158720) - (property "Reference" "#PWR0101" (at 205.74 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 198.6788 38.989 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 201.93 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 201.93 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f91928e7-a353-4c6a-9b9f-c654f96928bf)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 237.49 35.56 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006116a114) - (property "Reference" "R11" (at 236.22 38.1 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "330" (at 234.95 40.64 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 237.49 33.782 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 237.49 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 237.49 35.56 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21cc6821-0af9-4973-a5a6-7eb3dfe4fdcf)) - (pin "2" (uuid 7f155866-47e3-41b0-8160-c7b0ba708704)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 237.49 50.8 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061174b9a) - (property "Reference" "R12" (at 236.22 53.34 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "330" (at 234.95 55.88 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 237.49 49.022 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 237.49 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 237.49 50.8 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d75bd475-adc5-43b9-9d2d-18286fdbc859)) - (pin "2" (uuid 2697210d-9785-447e-921a-ea41effd7a7e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x06_Pin") (at 207.01 44.45 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006118cde5) - (property "Reference" "J6" (at 207.7212 45.1104 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "01x06 Male" (at 207.7212 47.4218 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (at 207.01 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 207.01 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 207.01 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc5ce438-5cbc-4097-bc6b-4439500ed8c1)) - (pin "2" (uuid 5047963f-f3ea-415d-91ce-148f5f9ba3b2)) - (pin "3" (uuid e3541bed-c614-451a-95b4-0f696cfcbcb3)) - (pin "4" (uuid 99689461-e5c8-401e-ad59-6cbf092b1182)) - (pin "5" (uuid 1bd6e7cd-7534-4ad0-a9a8-cfc9b4314074)) - (pin "6" (uuid 5fe30713-f32d-4628-896e-f8d8cbe2b96c)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x07_Pin") (at 207.01 68.58 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061195c91) - (property "Reference" "J7" (at 207.7212 67.9704 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "01x07 Male" (at 207.7212 70.2818 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical" (at 207.01 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 207.01 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 207.01 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 315599bf-7866-42f5-92b5-93d8f9b8af31)) - (pin "2" (uuid bf75d05c-c282-49b3-a7fc-f3f3e6740fa3)) - (pin "3" (uuid a7bb0813-11fc-41ff-9131-6ede26f75738)) - (pin "4" (uuid ce2dd087-ffc4-437e-a130-9718b7eb1f5f)) - (pin "5" (uuid 52adca1b-80ca-4147-bf9b-1475347d6ee4)) - (pin "6" (uuid 8b14ef2e-12af-4862-b44e-89f80b6b7488)) - (pin "7" (uuid ec648ad6-fb24-4beb-9a26-6b2c04288ce2)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x05_Pin") (at 44.45 71.12 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006119902b) - (property "Reference" "J3" (at 45.1612 70.5104 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "01x05 Male" (at 45.1612 72.8218 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" (at 44.45 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 44.45 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 44.45 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f16ab5af-880b-446c-a750-5ac0e16ae076)) - (pin "2" (uuid 97737cd9-39cd-4111-89eb-7bacb5f150c7)) - (pin "3" (uuid 8d711ce0-ff64-43c7-8903-fc34fceb7a16)) - (pin "4" (uuid 1e40ff28-0621-4424-82fd-81f8001b22e6)) - (pin "5" (uuid 707891a2-6505-4d4d-a0b1-7160eb750f71)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 139.7 184.15 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000611a2ae6) - (property "Reference" "#FLG0101" (at 139.7 186.055 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 139.7 188.5442 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 139.7 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9d6192e5-9c24-498b-9e32-082d729f9dbc)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 139.7 184.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000611a451e) - (property "Reference" "#PWR0102" (at 139.7 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 140.081 179.7558 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 139.7 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 139.7 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4b1bd639-9bd2-4b2a-91e9-50a4e9e50624)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 27.94 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000612a47ab) - (property "Reference" "J2" (at 28.7528 19.685 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 28.7528 21.9964 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 27.94 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 27.94 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid d37c71b8-4fde-47c1-beea-93a4035afd37)) - (pin "T" (uuid 200395d6-deed-466a-b4f1-cb63bcecf8d4)) - (pin "TN" (uuid e22b7aed-0c4e-4ddc-9e85-43fe35aaf83a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 44.45 39.37 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061304f9d) - (property "Reference" "#PWR014" (at 44.45 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 44.577 43.7642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 44.45 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 44.45 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a6d1a905-da17-4819-b554-bd39d6ffe805)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR014") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 116.84 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 0a23fa28-3b63-427e-ae3a-f6c8d06eba6b) - (property "Reference" "RV5" (at 116.84 63.5 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 116.84 66.04 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 116.84 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 116.84 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c00674b6-f006-4fbf-9ccc-817afc5784ab)) - (pin "2" (uuid 7ee5a8a5-381a-43fd-b486-9a5978b80cbf)) - (pin "3" (uuid 90d72f1e-79e6-4544-9d5b-f33fa30ba0e6)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 181.61 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 0ebc6729-c439-47e2-ba57-f1cebd1399d6) - (property "Reference" "RV11" (at 181.61 63.5 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 181.61 66.04 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 181.61 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 181.61 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4965a4b6-b461-4ef1-b458-2624be9ebc1e)) - (pin "2" (uuid a7d84228-65e9-4ee9-bb01-4e63f24dee3f)) - (pin "3" (uuid ecf80256-0fe8-43a6-bc8b-280147d1cb70)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 160.02 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 0f911190-1566-4d81-903a-2f0b83cc09de) - (property "Reference" "RV9" (at 160.02 63.5 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 160.02 66.04 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 160.02 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 160.02 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d9713b12-3ef3-44aa-858b-a5e6087e10fc)) - (pin "2" (uuid e7a14412-3e11-4b0c-9abd-72f74a701300)) - (pin "3" (uuid 6bf5f28b-59ba-4494-a030-be79a035c0e4)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 95.25 33.02 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 25408238-ce25-4d5c-b875-67761a06d43b) - (property "Reference" "RV2" (at 95.25 26.67 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 95.25 29.21 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 95.25 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c45db244-7654-450b-aa5d-fae080c03d6a)) - (pin "2" (uuid da938e3c-e327-410e-b8c5-ed99f7907213)) - (pin "3" (uuid c66fe07b-5c42-4648-abac-e1856a351e2f)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 95.25 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 4f91ca07-c907-4dac-9c6c-986fbcbc7e71) - (property "Reference" "RV3" (at 95.25 63.5 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 95.25 66.04 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 95.25 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5fc21a22-a0f4-4c06-b82e-96ed403b3be7)) - (pin "2" (uuid 83475128-a0c3-466e-8483-1a9ecf97b739)) - (pin "3" (uuid 179379ad-9273-4f4d-9c3c-ac6179ac23fe)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 116.84 33.02 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 715e1fc2-351c-46b4-abbf-511a8b62d8fa) - (property "Reference" "RV4" (at 116.84 26.67 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 116.84 29.21 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 116.84 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 116.84 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21ef99bc-bc61-485b-9a7b-8ac2da561518)) - (pin "2" (uuid c4dd68eb-33ba-40e9-955e-b3b6a1a90c3a)) - (pin "3" (uuid 93750183-38ca-4003-9689-03607e60dc22)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 44.45 33.02 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 7880b2f4-ba89-4c49-95fc-48946ac85581) - (property "Reference" "RV1" (at 41.91 34.2901 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "50k" (at 41.91 31.7501 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 44.45 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 44.45 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a3ed0787-22b0-47b5-9632-c58e142bbeba)) - (pin "2" (uuid 2dcf4907-51d5-47fc-9b3c-bda6f247f618)) - (pin "3" (uuid 7240ef72-7474-4a70-9773-3274fd78a575)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 138.43 33.02 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid af39addc-3465-4651-8868-55bb8ff22fb3) - (property "Reference" "RV6" (at 138.43 26.67 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 138.43 29.21 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 138.43 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 138.43 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f97a1075-229b-4b32-9043-0b568b13a284)) - (pin "2" (uuid 52fa014c-a847-46d1-b1de-2ab3a2991c54)) - (pin "3" (uuid 9bca81c7-2186-447e-a91b-74965eb12073)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 181.61 33.02 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid af8730ba-4aca-4759-9b8d-e74032efa187) - (property "Reference" "RV10" (at 181.61 26.67 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 181.61 29.21 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 181.61 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 181.61 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f113f544-9ec7-4012-9020-fe58ed9fab9b)) - (pin "2" (uuid 0296bc27-4520-474e-93ef-b42cf8e59f42)) - (pin "3" (uuid e4100f83-7891-444e-91f7-c5eff1224bf4)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 160.02 33.02 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid b22c23dc-9cfc-4362-a1c3-2d6d1327fd79) - (property "Reference" "RV8" (at 160.02 26.67 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 160.02 29.21 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 160.02 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 160.02 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cab05ebb-0e11-48dc-be15-847dff7ce3f1)) - (pin "2" (uuid ac4b9e81-d073-4185-b871-9b84cc0729d6)) - (pin "3" (uuid 77b0a3f4-7e84-4b51-a389-dae117d45c90)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 138.43 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid e33d7611-a840-4788-a1e6-68497c6522b2) - (property "Reference" "RV7" (at 138.43 63.5 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "50k" (at 138.43 66.04 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 138.43 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 138.43 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b24ce7c7-0154-43f1-b8a3-d77f7357f530)) - (pin "2" (uuid 4a258637-74af-4e31-9499-73ec42eb090e)) - (pin "3" (uuid cf06ffd0-8420-4e50-a7fb-7ba5b412320a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV7") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55") + (paper "A4") + (title_block + (title "equalizer") + (date "2021-08-01") + (rev "R01") + (comment 1 "schema for pcb") + (comment 2 "Resonant equalizer by Serge Tcherepnin") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Connector:Conn_01x05_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x05_Pin" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x05_Pin_1_1" + (polyline + (pts + (xy 1.27 -5.08) (xy 0.8636 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 5.08) (xy 0.8636 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 5.08 180) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -5.08 180) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x06_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x06_Pin" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x06_Pin_1_1" + (polyline + (pts + (xy 1.27 -7.62) (xy 0.8636 -7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -5.08) (xy 0.8636 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 5.08) (xy 0.8636 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -7.493) + (end 0 -7.747) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 5.08 180) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -5.08 180) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -7.62 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x07_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x07_Pin" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x07, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x07_Pin_1_1" + (polyline + (pts + (xy 1.27 -7.62) (xy 0.8636 -7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -5.08) (xy 0.8636 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 5.08) (xy 0.8636 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 7.62) (xy 0.8636 7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -7.493) + (end 0 -7.747) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 7.747) + (end 0 7.493) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 7.62 180) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 5.08 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -5.08 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -7.62 180) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Jack*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AudioJack2_SwitchT_0_1" + (rectangle + (start -2.54 0) + (end -3.81 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.778 -0.254) (xy 2.032 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0.635 -0.635) (xy 1.27 0) (xy 2.54 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 1.778 -2.54) (xy 1.778 -0.254) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy -0.635 2.54) (xy -0.635 0) (xy -1.27 -0.635) (xy -1.905 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.54 3.81) + (end -2.54 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AudioJack2_SwitchT_1_1" + (pin passive line + (at 5.08 2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "T" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_Potentiometer" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_0_1" + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.143 0) (xy 2.286 0.508) (xy 2.286 -0.508) (xy 1.143 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Diode:1N4148W" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 0 -4.445 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "D*SOD?123*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "1N4148W_0_1" + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "1N4148W_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "Transistor_BJT:MMBT3904" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "NPN Transistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MMBT3904_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "MMBT3904_1_1" + (pin input line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+15V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+15V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "-15V_0_0" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "-15V_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 135.89 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "03c7f780-fc1b-487a-b30d-567d6c09fdc8") + ) + (junction + (at 57.15 162.56) + (diameter 0) + (color 0 0 0 0) + (uuid "0f324b67-75ef-407f-8dbc-3c1fc5c2abba") + ) + (junction + (at 95.25 128.27) + (diameter 0) + (color 0 0 0 0) + (uuid "6781326c-6e0d-4753-8f28-0f5c687e01f9") + ) + (junction + (at 87.63 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "6b7c1048-12b6-46b2-b762-fa3ad30472dd") + ) + (junction + (at 64.77 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "926001fd-2747-4639-8c0f-4fc46ff7218d") + ) + (junction + (at 143.51 128.27) + (diameter 0) + (color 0 0 0 0) + (uuid "bd9595a1-04f3-4fda-8f1b-e65ad874edd3") + ) + (junction + (at 49.53 128.27) + (diameter 0) + (color 0 0 0 0) + (uuid "cfa5c16e-7859-460d-a0b8-cea7d7ea629c") + ) + (junction + (at 41.91 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "e502d1d5-04b0-4d4b-b5c3-8c52d09668e7") + ) + (no_connect + (at 241.3 68.58) + (uuid "68877d35-b796-44db-9124-b8e744e7412e") + ) + (no_connect + (at 33.02 30.48) + (uuid "8412992d-8754-44de-9e08-115cec1a3eff") + ) + (no_connect + (at 241.3 53.34) + (uuid "c332fa55-4168-4f55-88a5-f82c7c21040b") + ) + (no_connect + (at 241.3 38.1) + (uuid "df32840e-2912-4088-b54c-9a85f64c0265") + ) + (wire + (pts + (xy 44.45 39.37) (xy 44.45 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0867287d-2e6a-4d69-a366-c29f88198f2b") + ) + (wire + (pts + (xy 163.83 33.02) (xy 166.37 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (wire + (pts + (xy 95.25 127) (xy 95.25 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "101ef598-601d-400e-9ef6-d655fbb1dbfa") + ) + (wire + (pts + (xy 146.05 71.12) (xy 146.05 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "12422a89-3d0c-485c-9386-f77121fd68fd") + ) + (wire + (pts + (xy 132.08 34.29) (xy 132.08 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (wire + (pts + (xy 166.37 33.02) (xy 166.37 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (wire + (pts + (xy 187.96 33.02) (xy 187.96 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (wire + (pts + (xy 156.21 69.85) (xy 153.67 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1a6d2848-e78e-49fe-8978-e1890f07836f") + ) + (wire + (pts + (xy 41.91 119.38) (xy 41.91 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "275aa44a-b61f-489f-9e2a-819a0fe0d1eb") + ) + (wire + (pts + (xy 88.9 33.02) (xy 88.9 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (wire + (pts + (xy 143.51 128.27) (xy 143.51 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "309b3bff-19c8-41ec-a84d-63399c649f46") + ) + (wire + (pts + (xy 101.6 33.02) (xy 99.06 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (wire + (pts + (xy 49.53 128.27) (xy 49.53 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37e8181c-a81e-498b-b2e2-0aef0c391059") + ) + (wire + (pts + (xy 189.23 71.12) (xy 189.23 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3e903008-0276-4a73-8edb-5d9dfde6297c") + ) + (wire + (pts + (xy 134.62 69.85) (xy 132.08 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40165eda-4ba6-4565-9bb4-b9df6dbb08da") + ) + (wire + (pts + (xy 167.64 71.12) (xy 167.64 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "45008225-f50f-4d6b-b508-6730a9408caf") + ) + (wire + (pts + (xy 124.46 71.12) (xy 124.46 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4780a290-d25c-4459-9579-eba3f7678762") + ) + (wire + (pts + (xy 132.08 33.02) (xy 134.62 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (wire + (pts + (xy 44.45 27.94) (xy 44.45 29.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d4b0fcd-2c79-4fc3-b5fa-7a0741601344") + ) + (wire + (pts + (xy 54.61 162.56) (xy 57.15 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5487601b-81d3-4c70-8f3d-cf9df9c63302") + ) + (wire + (pts + (xy 57.15 176.53) (xy 64.77 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "597a11f2-5d2c-4a65-ac95-38ad106e1367") + ) + (wire + (pts + (xy 64.77 176.53) (xy 64.77 179.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "59ec3156-036e-4049-89db-91a9dd07095f") + ) + (wire + (pts + (xy 87.63 128.27) (xy 87.63 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5b34a16c-5a14-4291-8242-ea6d6ac54372") + ) + (wire + (pts + (xy 39.37 114.3) (xy 41.91 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ca4be1c-537e-4a4a-b344-d0c8ffde8546") + ) + (wire + (pts + (xy 177.8 69.85) (xy 175.26 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6475547d-3216-45a4-a15c-48314f1dd0f9") + ) + (wire + (pts + (xy 41.91 128.27) (xy 41.91 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "676efd2f-1c48-4786-9e4b-2444f1e8f6ff") + ) + (wire + (pts + (xy 110.49 33.02) (xy 113.03 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (wire + (pts + (xy 49.53 127) (xy 49.53 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6c67e4f6-9d04-4539-b356-b76e915ce848") + ) + (wire + (pts + (xy 110.49 34.29) (xy 110.49 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (wire + (pts + (xy 153.67 33.02) (xy 156.21 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (wire + (pts + (xy 123.19 33.02) (xy 123.19 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (wire + (pts + (xy 189.23 69.85) (xy 185.42 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "75ffc65c-7132-4411-9f2a-ae0c73d79338") + ) + (wire + (pts + (xy 153.67 69.85) (xy 153.67 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d34f6b1-ab31-49be-b011-c67fe67a8a56") + ) + (wire + (pts + (xy 132.08 69.85) (xy 132.08 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e023245-2c2b-4e2b-bfb9-5d35176e88f2") + ) + (wire + (pts + (xy 87.63 119.38) (xy 87.63 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f52d787-caa3-4a92-b1b2-19d554dc29a4") + ) + (wire + (pts + (xy 153.67 34.29) (xy 153.67 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (wire + (pts + (xy 91.44 33.02) (xy 88.9 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (wire + (pts + (xy 135.89 128.27) (xy 135.89 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c0807a7-765b-4fa5-baaa-e09a2b610e6b") + ) + (wire + (pts + (xy 175.26 69.85) (xy 175.26 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c6a821f-8e19-48f3-8f44-9b340f7689bc") + ) + (wire + (pts + (xy 146.05 69.85) (xy 142.24 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8e06ba1f-e3ba-4eb9-a10e-887dffd566d6") + ) + (wire + (pts + (xy 185.42 33.02) (xy 187.96 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (wire + (pts + (xy 57.15 167.64) (xy 57.15 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a29f8df0-3fae-4edf-8d9c-bd5a875b13e3") + ) + (wire + (pts + (xy 167.64 69.85) (xy 163.83 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a544eb0a-75db-4baf-bf54-9ca21744343b") + ) + (wire + (pts + (xy 85.09 114.3) (xy 87.63 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a8447faf-e0a0-4c4a-ae53-4d4b28669151") + ) + (wire + (pts + (xy 102.87 69.85) (xy 99.06 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aca4de92-9c41-4c2b-9afa-540d02dafa1c") + ) + (wire + (pts + (xy 120.65 33.02) (xy 123.19 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (wire + (pts + (xy 41.91 128.27) (xy 49.53 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b447dbb1-d38e-4a15-93cb-12c25382ea53") + ) + (wire + (pts + (xy 113.03 69.85) (xy 109.22 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "babeabf2-f3b0-4ed5-8d9e-0215947e6cf3") + ) + (wire + (pts + (xy 135.89 128.27) (xy 143.51 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be645d0f-8568-47a0-a152-e3ddd33563eb") + ) + (wire + (pts + (xy 175.26 33.02) (xy 177.8 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (wire + (pts + (xy 91.44 69.85) (xy 88.9 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c43663ee-9a0d-4f27-a292-89ba89964065") + ) + (wire + (pts + (xy 95.25 128.27) (xy 95.25 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c701ee8e-1214-4781-a973-17bef7b6e3eb") + ) + (wire + (pts + (xy 87.63 128.27) (xy 95.25 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8029a4c-945d-42ca-871a-dd73ff50a1a3") + ) + (wire + (pts + (xy 88.9 69.85) (xy 88.9 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c830e3bc-dc64-4f65-8f47-3b106bae2807") + ) + (wire + (pts + (xy 135.89 119.38) (xy 135.89 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c9667181-b3c7-4b01-b8b4-baa29a9aea63") + ) + (wire + (pts + (xy 175.26 34.29) (xy 175.26 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (wire + (pts + (xy 57.15 176.53) (xy 57.15 175.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d39d813e-3e64-490c-ba5c-a64bb5ad6bd0") + ) + (wire + (pts + (xy 133.35 114.3) (xy 135.89 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d5b800ca-1ab6-4b66-b5f7-2dda5658b504") + ) + (wire + (pts + (xy 102.87 71.12) (xy 102.87 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d7269d2a-b8c0-422d-8f25-f79ea31bf75e") + ) + (wire + (pts + (xy 101.6 34.29) (xy 101.6 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (wire + (pts + (xy 124.46 69.85) (xy 120.65 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df68c26a-03b5-4466-aecf-ba34b7dce6b7") + ) + (wire + (pts + (xy 33.02 27.94) (xy 44.45 27.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e25ce415-914a-48fe-bf09-324317917b2e") + ) + (wire + (pts + (xy 64.77 175.26) (xy 64.77 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3fc1e69-a11c-4c84-8952-fefb9372474e") + ) + (wire + (pts + (xy 109.22 69.85) (xy 109.22 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8c50f1b-c316-4110-9cce-5c24c65a1eaa") + ) + (wire + (pts + (xy 143.51 127) (xy 143.51 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ebd06df3-d52b-4cff-99a2-a771df6d3733") + ) + (wire + (pts + (xy 142.24 33.02) (xy 144.78 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (wire + (pts + (xy 144.78 33.02) (xy 144.78 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (text "11kHz" + (exclude_from_sim no) + (at 179.07 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0c3dceba-7c95-4b3d-b590-0eb581444beb") + ) + (text "1.5KHz" + (exclude_from_sim no) + (at 157.48 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (text "777Hz" + (exclude_from_sim no) + (at 135.89 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "730b670c-9bcf-4dcd-9a8d-fcaa61fb0955") + ) + (text "61Hz" + (exclude_from_sim no) + (at 92.71 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7d928d56-093a-4ca8-aed1-414b7e703b45") + ) + (text "218Hz" + (exclude_from_sim no) + (at 114.3 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8a650ebf-3f78-4ca4-a26b-a5028693e36d") + ) + (text "29Hz" + (exclude_from_sim no) + (at 92.71 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + ) + (text "2.8KHz" + (exclude_from_sim no) + (at 157.48 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "abe07c9a-17c3-43b5-b7a6-ae867ac27ea7") + ) + (text "115Hz" + (exclude_from_sim no) + (at 114.3 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (text "5.2kHz" + (exclude_from_sim no) + (at 179.07 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (text "411Hz" + (exclude_from_sim no) + (at 135.89 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (global_label "F_C" + (shape input) + (at 146.05 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 146.05 76.6978 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 123.19 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "026ac84e-b8b2-4dd2-b675-8323c24fd778") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 123.19 39.8678 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "IN" + (shape input) + (at 48.26 33.02 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "03caada9-9e22-4e2d-9035-b15433dfbb17") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 52.4469 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "B_B" + (shape input) + (at 201.93 44.45 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.1708 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "A_B" + (shape input) + (at 201.93 41.91 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.3522 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_A" + (shape input) + (at 39.37 73.66 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0f41a909-27c4-4be2-9d5e-9ae2108c8ff5") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 26.4141 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "J_B" + (shape input) + (at 201.93 76.2 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.4732 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "IN" + (shape input) + (at 31.75 114.3 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "1c68b844-c861-46b7-b734-0242168a4220") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 27.5631 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_A" + (shape input) + (at 77.47 114.3 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "224768bc-6009-43ba-aa4a-70cbaa15b5a3") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.5141 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 109.22 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "240e07e1-770b-4b27-894f-29fd601c924d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 109.22 76.5164 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_B" + (shape input) + (at 95.25 81.28 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "25d545dc-8f50-4573-922c-35ef5a2a3a19") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 95.25 86.8578 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 187.96 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "26801cfb-b53b-4a6a-a2f4-5f4986565765") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 187.96 39.8678 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 201.93 63.5 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "2d210a96-f81f-42a9-8bf4-1b43c11086f3") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.3522 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 144.78 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 144.78 39.8678 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 153.67 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "34d03349-6d78-4165-a683-2d8b76f2bae8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 153.67 39.6864 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_B" + (shape input) + (at 39.37 71.12 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "35354519-a28c-40c4-befd-0943e98dea53") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 26.2327 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 175.26 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "37b6c6d6-3e12-4736-912a-ea6e2bf06721") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 175.26 39.6864 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 189.23 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "3a7648d8-121a-4921-9b92-9b35b76ce39b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 189.23 76.6978 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "I_B" + (shape input) + (at 201.93 73.66 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "42713045-fffd-4b2d-ae1e-7232d705fb12") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.836 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_A" + (shape input) + (at 233.68 35.56 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 220.7241 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "B_B" + (shape input) + (at 116.84 44.45 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 116.84 50.2092 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "C_B" + (shape input) + (at 138.43 44.45 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "54365317-1355-4216-bb75-829375abc4ec") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 138.43 50.2092 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 102.87 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 102.87 76.6978 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "IN" + (shape input) + (at 39.37 68.58 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "639c0e59-e95c-4114-bccd-2e7277505454") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 35.1831 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 175.26 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 175.26 76.5164 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 167.64 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 167.64 76.6978 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_B" + (shape input) + (at 201.93 66.04 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.3522 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "OUT" + (shape input) + (at 46.99 162.56 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "752417ee-7d0b-4ac8-a22c-26669881a2ab") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 41.1098 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "OUT" + (shape input) + (at 241.3 66.04 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 235.4198 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "H_B" + (shape input) + (at 201.93 71.12 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "7aed3a71-054b-4aaa-9c0a-030523c32827") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.1103 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "G_B" + (shape input) + (at 201.93 68.58 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.1708 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "H_B" + (shape input) + (at 138.43 81.28 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "8c514922-ffe1-4e37-a260-e807409f2e0d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 138.43 87.0997 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 124.46 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 124.46 76.6978 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "E_B" + (shape input) + (at 201.93 52.07 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "94a873dc-af67-4ef9-8159-1f7c93eeb3d7") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.2918 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_B" + (shape input) + (at 233.68 50.8 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 220.5427 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "J_B" + (shape input) + (at 181.61 73.66 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a15a7506-eae4-4933-84da-9ad754258706") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 181.61 79.1168 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "D_B" + (shape input) + (at 201.93 49.53 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.1708 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "D_B" + (shape input) + (at 160.02 44.45 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 160.02 50.2092 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 132.08 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a7531a95-7ca1-4f34-955e-18120cec99e6") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 132.08 39.6864 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 201.93 60.96 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "aa14c3bd-4acc-4908-9d28-228585a22a9d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.5336 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "OUT" + (shape input) + (at 39.37 76.2 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "afd3dbad-e7a8-4e4c-b77c-4065a69aefa2") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 33.4898 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "COM_OUT_B" + (shape input) + (at 125.73 114.3 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b5071759-a4d7-4769-be02-251f23cd4454") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 112.5927 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 153.67 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 153.67 76.5164 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 166.37 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c7af8405-da2e-4a34-b9b8-518f342f8995") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 39.8678 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 88.9 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "cbd8faed-e1f8-4406-87c8-58b2c504a5d4") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 88.9 76.5164 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "A_B" + (shape input) + (at 95.25 44.45 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 95.25 50.0278 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 88.9 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 88.9 39.6864 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "G_B" + (shape input) + (at 116.84 81.28 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d5641ac9-9be7-46bf-90b3-6c83d852b5ba") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 116.84 87.0392 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "C_B" + (shape input) + (at 201.93 46.99 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 196.1708 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 110.49 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e1c30a32-820e-4b17-aec9-5cb8b76f0ccc") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 110.49 39.6864 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "I_B" + (shape input) + (at 160.02 73.66 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e21aa84b-970e-47cf-b64f-3b55ee0e1b51") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 160.02 78.754 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_C" + (shape input) + (at 101.6 34.29 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e32ee344-1030-4498-9cac-bfbf7540faf4") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 101.6 39.8678 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "F_A" + (shape input) + (at 132.08 71.12 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ee27d19c-8dca-4ac8-a760-6dfd54d28071") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 132.08 76.5164 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "E_B" + (shape input) + (at 181.61 36.83 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 181.61 42.4682 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 160.02 186.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f817a91") + (property "Reference" "#PWR012" + (at 160.02 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 160.147 191.0842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 160.02 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 160.02 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 160.02 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "89a74190-e919-45ff-a761-1d3f12aa4ccc") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 49.53 123.19 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fef7875") + (property "Reference" "D2" + (at 58.42 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Green)" + (at 58.42 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 49.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 49.53 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 49.53 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "469d1061-4f98-4b6c-b945-b563d369b5c8") + ) + (pin "2" + (uuid "512bfac4-65b5-4a43-badf-651042ec0f3e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 238.76 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097a217") + (property "Reference" "H1" + (at 241.3 149.9616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 241.3 152.273 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 238.76 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 238.76 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 238.76 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 49.53 130.81 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a735b0") + (property "Reference" "#PWR039" + (at 49.53 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 49.657 135.2042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 49.53 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 49.53 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 49.53 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5dbf106f-5424-4aab-a2e6-849a6cefe2ff") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR039") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 49.53 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a7522a") + (property "Reference" "R29" + (at 51.308 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 51.308 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 47.752 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 49.53 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a4f0c844-7777-41f1-bf5f-dc44f820af8b") + ) + (pin "2" + (uuid "e25edffd-3630-4f3b-aaa4-170e39975d92") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R29") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 49.53 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a866e8") + (property "Reference" "#PWR038" + (at 49.53 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 49.911 97.2058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 49.53 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 49.53 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 49.53 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "85c876de-9348-4b03-bd96-e047b7402bf6") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR038") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 35.56 114.3 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a86f88") + (property "Reference" "R23" + (at 35.56 109.0422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 35.56 111.3536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 35.56 112.522 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 35.56 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 35.56 114.3 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "feeaa6cd-03e8-43d9-adc3-4f61fcbd92c6") + ) + (pin "2" + (uuid "285bc7d5-1cd3-46d5-820c-d81ea20a100f") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 135.89 123.19 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060aacd5e") + (property "Reference" "D9" + (at 127 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 124.46 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 131.445 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 135.89 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 135.89 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 135.89 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "99f0fb66-5b67-4171-ba48-7c2135393671") + ) + (pin "2" + (uuid "d5352cdb-ea03-4242-af85-c180d3bbe512") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 87.63 123.19 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ab3ced") + (property "Reference" "D5" + (at 78.74 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 76.2 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 83.185 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 87.63 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 87.63 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 87.63 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6d8167db-085e-495b-b959-0065abe3ec3d") + ) + (pin "2" + (uuid "8968d5e3-167f-413c-9c20-68789b2d3d5a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 41.91 123.19 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ab44d3") + (property "Reference" "D1" + (at 33.02 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 30.48 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 37.465 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 41.91 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 41.91 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 41.91 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "224730d5-15ec-4b0c-8458-480d607ad7d3") + ) + (pin "2" + (uuid "a789748c-d584-4c48-a2d2-4c3391da07aa") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 57.15 171.45 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ab8812") + (property "Reference" "D3" + (at 48.26 168.91 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 45.72 171.45 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 52.705 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 57.15 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 57.15 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 57.15 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"D1N4148\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9c23439b-eaf7-44f1-a182-a090260035ac") + ) + (pin "2" + (uuid "2ee6ebe8-ab38-4be3-8fb4-3f20417c3c22") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 46.99 114.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ac31e4") + (property "Reference" "Q1" + (at 51.8414 113.1316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 51.8414 115.443 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 52.07 116.205 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 46.99 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 46.99 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 46.99 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "3=1 1=2 2=3" + (at 46.99 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1b6a5ba2-ca0d-48e9-bdec-3b9998d5d68a") + ) + (pin "2" + (uuid "b594805f-074a-41d9-8a5f-b9d922339e49") + ) + (pin "3" + (uuid "5aff6a3f-beef-4274-9216-25e32c7e3bf4") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 92.71 114.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ad3277") + (property "Reference" "Q3" + (at 97.5614 113.1316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 97.5614 115.443 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 97.79 116.205 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 92.71 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 92.71 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 92.71 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "3=1 1=2 2=3" + (at 92.71 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ed5131c8-712f-4c44-9e10-a6c9bcfde070") + ) + (pin "2" + (uuid "adb39c73-c912-4059-a3cc-e14562947fd0") + ) + (pin "3" + (uuid "4d7913ec-4655-459d-9d6e-4012b30399d1") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 140.97 114.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ad3dd5") + (property "Reference" "Q5" + (at 145.8214 113.1316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 145.8214 115.443 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 146.05 116.205 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 140.97 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 140.97 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 140.97 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "3=1 1=2 2=3" + (at 140.97 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "49dba50c-055c-478b-9db4-7f3c74474c80") + ) + (pin "2" + (uuid "58a9163b-f7ff-4834-98c1-207385c318e9") + ) + (pin "3" + (uuid "7c550ded-2900-431e-8ea3-c50f769c78fa") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 62.23 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ad4b00") + (property "Reference" "Q2" + (at 67.0814 161.3916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 67.0814 163.703 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 67.31 164.465 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 62.23 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 62.23 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 62.23 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"Q\" model=\"BC846B\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "3=1 2=2 1=3" + (at 62.23 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "731ff715-89d6-4666-bbf7-9018090166ee") + ) + (pin "2" + (uuid "b7ede69c-719d-4a3e-977e-6b4e4c5e39dd") + ) + (pin "3" + (uuid "898c4d08-c194-43c4-9c9e-92e0e53b4af8") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 95.25 123.19 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae943d") + (property "Reference" "D6" + (at 101.6 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Red)" + (at 101.6 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 95.25 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 95.25 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 95.25 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bee2e11a-0b64-44e2-8c29-4c0c31b2264f") + ) + (pin "2" + (uuid "494adf7f-4da8-4427-96c7-95c87ac1b63e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 95.25 130.81 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae9449") + (property "Reference" "#PWR044" + (at 95.25 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 95.377 135.2042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 95.25 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 95.25 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 95.25 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "19191836-9d47-411d-a67a-e1e0faf14cf1") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR044") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae944f") + (property "Reference" "R34" + (at 97.028 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 97.028 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 93.472 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f46de9df-c58f-4f37-9d87-16b5edf72a2f") + ) + (pin "2" + (uuid "4e15f564-e794-4589-9108-c6023dc6f9cc") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R34") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 95.25 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae9455") + (property "Reference" "#PWR043" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 95.631 97.2058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 95.25 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 95.25 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 95.25 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9e9fe0e7-e54c-4382-8a2f-fd7b6adda112") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 81.28 114.3 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae945b") + (property "Reference" "R32" + (at 81.28 109.0422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 81.28 111.3536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 81.28 112.522 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 81.28 114.3 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1f0918ad-dd72-4d48-8243-39aeb7ffece1") + ) + (pin "2" + (uuid "fb5a3375-0677-47c7-b364-83d4d20fc9c4") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R32") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 143.51 123.19 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af092f") + (property "Reference" "D10" + (at 149.86 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Red)" + (at 149.86 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 143.51 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 143.51 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 143.51 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 143.51 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "23f683db-f357-414f-95b6-8a002f259f20") + ) + (pin "2" + (uuid "708df716-36e4-4e2a-aef6-b8ece7d5f879") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 143.51 130.81 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af093b") + (property "Reference" "#PWR049" + (at 143.51 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 143.637 135.2042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 143.51 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 143.51 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 143.51 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "893097a9-652e-49dd-8c9a-24d0aa68bb37") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR049") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 143.51 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af0941") + (property "Reference" "R40" + (at 145.288 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 145.288 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 141.732 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 143.51 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 143.51 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "37e39ab1-645d-4fbf-ad6e-27cf1245ae52") + ) + (pin "2" + (uuid "3442be7d-9a88-4941-815e-f755340e2021") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R40") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 143.51 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af0947") + (property "Reference" "#PWR048" + (at 143.51 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 143.891 97.2058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 143.51 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 143.51 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 143.51 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cb9ac460-cdde-4985-989d-cccd60f15192") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR048") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 129.54 114.3 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af094d") + (property "Reference" "R38" + (at 129.54 109.0422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 129.54 111.3536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 129.54 112.522 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 129.54 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 129.54 114.3 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "81db3b85-206d-42d1-942f-fd3514ab0c98") + ) + (pin "2" + (uuid "0eff0d29-daaf-429c-af88-ce7c3ea9c3ba") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R38") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 64.77 171.45 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af9231") + (property "Reference" "D4" + (at 71.12 168.91 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Red)" + (at 71.12 171.45 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 64.77 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 64.77 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 64.77 171.45 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 64.77 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "95da6862-d051-4e1d-b81c-75babc447219") + ) + (pin "2" + (uuid "1d9fd35e-e8e2-4c33-a921-4b378b726bfd") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 64.77 179.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af923d") + (property "Reference" "#PWR042" + (at 64.77 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 64.897 183.4642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 64.77 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "be99a4ba-3663-4140-bab1-87952b1f1619") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 64.77 153.67 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af9243") + (property "Reference" "R30" + (at 66.548 152.5016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 66.548 154.813 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 62.992 153.67 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 64.77 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 64.77 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a46acfc8-4726-4d85-87d4-b375936ecd26") + ) + (pin "2" + (uuid "1d131ace-cfa7-45e4-a251-c66330a559b9") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R30") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 64.77 149.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af9249") + (property "Reference" "#PWR041" + (at 64.77 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 65.151 145.4658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 64.77 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e40566bd-358a-4046-964c-78b8551728c2") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR041") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 50.8 162.56 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af924f") + (property "Reference" "R28" + (at 50.8 157.3022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 50.8 159.6136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 50.8 160.782 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 50.8 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6d37dea3-75e1-49c0-9514-44253aa2cfd4") + ) + (pin "2" + (uuid "63c9ea16-05bc-4e8d-ba60-aeafdba32ab6") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R28") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 160.02 186.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0894e") + (property "Reference" "#FLG04" + (at 160.02 184.785 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 160.02 182.2958 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 160.02 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 160.02 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93782ff8-57b7-4199-80d6-d24f2e58001e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 238.76 158.75 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0895d") + (property "Reference" "H2" + (at 241.3 157.5816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 241.3 159.893 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 238.76 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 238.76 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 238.76 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 257.81 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f0895e") + (property "Reference" "H3" + (at 260.35 149.9616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 260.35 152.273 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 257.81 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 257.81 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 257.81 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f2f915") + (property "Reference" "R1" + (at 97.028 39.4716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "39k" + (at 97.028 41.783 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 93.472 40.64 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 95.25 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a35e8a3d-4ffd-4390-aca4-1bd4f8491bb2") + ) + (pin "2" + (uuid "4f5bdae5-5b18-462b-8cb9-be9ebd3f00a5") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 116.84 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f2fd78") + (property "Reference" "R2" + (at 118.618 39.4716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "62k" + (at 118.618 41.783 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 115.062 40.64 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 116.84 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "97ec9fa3-47c1-4860-a1c6-b74b139e065c") + ) + (pin "2" + (uuid "1ffd8523-4206-4791-a762-d6d54c0f2591") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 138.43 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f3022a") + (property "Reference" "R3" + (at 140.208 39.4716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "36k" + (at 140.208 41.783 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 136.652 40.64 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 138.43 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 138.43 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f2aabb10-8359-426a-89a0-6a57ac0b8fc2") + ) + (pin "2" + (uuid "25ae536c-30ba-4f16-a69e-9a359f745311") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 160.02 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f3075e") + (property "Reference" "R4" + (at 161.798 39.4716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47k" + (at 161.798 41.783 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 158.242 40.64 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 160.02 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a6b17000-f7d4-451a-b1b4-de3735c80a0a") + ) + (pin "2" + (uuid "c579bc40-dd00-47ac-92fc-752b7c9c2453") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f5a50f") + (property "Reference" "R6" + (at 97.028 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "51k" + (at 97.028 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 93.472 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 95.25 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "51300c01-4588-4b62-8ef4-ae120db927d9") + ) + (pin "2" + (uuid "dd61e408-7346-40a4-9cb9-99cd36090419") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 116.84 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f5a515") + (property "Reference" "R7" + (at 118.618 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "68k" + (at 118.618 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 115.062 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 116.84 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c71e12ee-f751-4862-8f76-0fec142db668") + ) + (pin "2" + (uuid "5ca76dbc-8bbb-4e44-b0c9-01dc175390ca") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 138.43 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f5a51b") + (property "Reference" "R8" + (at 140.208 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "43k" + (at 140.208 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 136.652 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 138.43 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 138.43 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1caffab6-9204-48b7-af02-1ab5c507f7d5") + ) + (pin "2" + (uuid "cc61dbe4-3c5e-4e41-bfd1-5b24764ebe2d") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 33.02 25.4 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f84c09") + (property "Reference" "#PWR01" + (at 39.37 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 37.4142 25.273 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 33.02 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 33.02 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 33.02 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "283d3eb1-906d-460d-a87d-d328f41afedd") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 33.02 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f8c360") + (property "Reference" "#PWR02" + (at 234.95 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 238.0488 33.147 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 241.3 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 241.3 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "06f68eb0-1708-4618-b506-5bbce28a061b") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 48.26 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f8c8fb") + (property "Reference" "#PWR03" + (at 234.95 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 238.0488 48.387 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 241.3 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 241.3 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1197e144-1321-4472-9d11-a7ce82c3b545") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 63.5 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f8ce3e") + (property "Reference" "#PWR04" + (at 234.95 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 238.0488 63.627 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 241.3 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 241.3 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8f1094ac-8439-4f2a-b1db-d1b404a9ad3d") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 39.37 66.04 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060f970f0") + (property "Reference" "#PWR05" + (at 33.02 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 36.1188 66.167 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 39.37 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 39.37 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 39.37 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2a39546a-74ff-4623-ae8b-79c087086ac7") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 246.38 35.56 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061065c70") + (property "Reference" "J1" + (at 245.5672 27.305 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 245.5672 29.6164 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 246.38 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 246.38 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "95702545-bda6-41c0-886a-37a7a6ff3258") + ) + (pin "T" + (uuid "23983e52-dcb6-4d96-ab23-ae788e3f5d1f") + ) + (pin "TN" + (uuid "7bbf59b8-b5e5-4c4e-ae30-6fe5e7c60c7e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 246.38 50.8 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006106679a") + (property "Reference" "J4" + (at 245.5672 42.545 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 245.5672 44.8564 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 246.38 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 246.38 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "d8c08f5c-97ee-4d1f-aeb8-2b23fe550f3a") + ) + (pin "T" + (uuid "40a7a74b-9d93-46d3-b62a-b745cb579ad4") + ) + (pin "TN" + (uuid "92156ceb-a852-4c1e-938e-14749c692fbb") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 246.38 66.04 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061066e97") + (property "Reference" "J5" + (at 245.5672 57.785 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 245.5672 60.0964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 246.38 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 246.38 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "62b1d8bd-a700-4d80-ba4a-cdf23a64a988") + ) + (pin "T" + (uuid "25ce75d7-e0cd-437c-8d25-10a644ebb752") + ) + (pin "TN" + (uuid "0634a78b-175c-4996-b962-42c146622575") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 201.93 39.37 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061158720") + (property "Reference" "#PWR0101" + (at 205.74 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 198.6788 38.989 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 201.93 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 201.93 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 201.93 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f91928e7-a353-4c6a-9b9f-c654f96928bf") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 237.49 35.56 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006116a114") + (property "Reference" "R11" + (at 236.22 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "330" + (at 234.95 40.64 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 237.49 33.782 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 237.49 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 237.49 35.56 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21cc6821-0af9-4973-a5a6-7eb3dfe4fdcf") + ) + (pin "2" + (uuid "7f155866-47e3-41b0-8160-c7b0ba708704") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 237.49 50.8 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061174b9a") + (property "Reference" "R12" + (at 236.22 53.34 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "330" + (at 234.95 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 237.49 49.022 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 237.49 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 237.49 50.8 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d75bd475-adc5-43b9-9d2d-18286fdbc859") + ) + (pin "2" + (uuid "2697210d-9785-447e-921a-ea41effd7a7e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x06_Pin") + (at 207.01 44.45 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006118cde5") + (property "Reference" "J6" + (at 207.7212 45.1104 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "01x06 Male" + (at 207.7212 47.4218 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" + (at 207.01 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 207.01 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated" + (at 207.01 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc5ce438-5cbc-4097-bc6b-4439500ed8c1") + ) + (pin "2" + (uuid "5047963f-f3ea-415d-91ce-148f5f9ba3b2") + ) + (pin "3" + (uuid "e3541bed-c614-451a-95b4-0f696cfcbcb3") + ) + (pin "4" + (uuid "99689461-e5c8-401e-ad59-6cbf092b1182") + ) + (pin "5" + (uuid "1bd6e7cd-7534-4ad0-a9a8-cfc9b4314074") + ) + (pin "6" + (uuid "5fe30713-f32d-4628-896e-f8d8cbe2b96c") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x07_Pin") + (at 207.01 68.58 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061195c91") + (property "Reference" "J7" + (at 207.7212 67.9704 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "01x07 Male" + (at 207.7212 70.2818 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x07_P2.54mm_Vertical" + (at 207.01 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 207.01 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x07, script generated" + (at 207.01 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "315599bf-7866-42f5-92b5-93d8f9b8af31") + ) + (pin "2" + (uuid "bf75d05c-c282-49b3-a7fc-f3f3e6740fa3") + ) + (pin "3" + (uuid "a7bb0813-11fc-41ff-9131-6ede26f75738") + ) + (pin "4" + (uuid "ce2dd087-ffc4-437e-a130-9718b7eb1f5f") + ) + (pin "5" + (uuid "52adca1b-80ca-4147-bf9b-1475347d6ee4") + ) + (pin "6" + (uuid "8b14ef2e-12af-4862-b44e-89f80b6b7488") + ) + (pin "7" + (uuid "ec648ad6-fb24-4beb-9a26-6b2c04288ce2") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x05_Pin") + (at 44.45 71.12 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006119902b") + (property "Reference" "J3" + (at 45.1612 70.5104 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "01x05 Male" + (at 45.1612 72.8218 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (at 44.45 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 44.45 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 44.45 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f16ab5af-880b-446c-a750-5ac0e16ae076") + ) + (pin "2" + (uuid "97737cd9-39cd-4111-89eb-7bacb5f150c7") + ) + (pin "3" + (uuid "8d711ce0-ff64-43c7-8903-fc34fceb7a16") + ) + (pin "4" + (uuid "1e40ff28-0621-4424-82fd-81f8001b22e6") + ) + (pin "5" + (uuid "707891a2-6505-4d4d-a0b1-7160eb750f71") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 139.7 185.42 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000611a2ae6") + (property "Reference" "#FLG0101" + (at 139.7 187.325 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 139.7 189.8142 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 139.7 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 139.7 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9d6192e5-9c24-498b-9e32-082d729f9dbc") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 139.7 185.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000611a451e") + (property "Reference" "#PWR0102" + (at 139.7 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 140.081 181.0258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 139.7 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 139.7 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 139.7 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4b1bd639-9bd2-4b2a-91e9-50a4e9e50624") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 27.94 27.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000612a47ab") + (property "Reference" "J2" + (at 28.7528 19.685 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 28.7528 21.9964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 27.94 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.94 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 27.94 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "d37c71b8-4fde-47c1-beea-93a4035afd37") + ) + (pin "T" + (uuid "200395d6-deed-466a-b4f1-cb63bcecf8d4") + ) + (pin "TN" + (uuid "e22b7aed-0c4e-4ddc-9e85-43fe35aaf83a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 44.45 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061304f9d") + (property "Reference" "#PWR014" + (at 44.45 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 44.577 43.7642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 44.45 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 44.45 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 44.45 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a6d1a905-da17-4819-b554-bd39d6ffe805") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 116.84 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0a23fa28-3b63-427e-ae3a-f6c8d06eba6b") + (property "Reference" "RV5" + (at 116.84 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 116.84 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 116.84 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c00674b6-f006-4fbf-9ccc-817afc5784ab") + ) + (pin "2" + (uuid "7ee5a8a5-381a-43fd-b486-9a5978b80cbf") + ) + (pin "3" + (uuid "90d72f1e-79e6-4544-9d5b-f33fa30ba0e6") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 181.61 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0ebc6729-c439-47e2-ba57-f1cebd1399d6") + (property "Reference" "RV11" + (at 181.61 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 181.61 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 181.61 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 181.61 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 181.61 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4965a4b6-b461-4ef1-b458-2624be9ebc1e") + ) + (pin "2" + (uuid "a7d84228-65e9-4ee9-bb01-4e63f24dee3f") + ) + (pin "3" + (uuid "ecf80256-0fe8-43a6-bc8b-280147d1cb70") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 160.02 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0f911190-1566-4d81-903a-2f0b83cc09de") + (property "Reference" "RV9" + (at 160.02 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 160.02 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 160.02 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 160.02 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d9713b12-3ef3-44aa-858b-a5e6087e10fc") + ) + (pin "2" + (uuid "e7a14412-3e11-4b0c-9abd-72f74a701300") + ) + (pin "3" + (uuid "6bf5f28b-59ba-4494-a030-be79a035c0e4") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 95.25 33.02 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "25408238-ce25-4d5c-b875-67761a06d43b") + (property "Reference" "RV2" + (at 95.25 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 95.25 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 95.25 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 95.25 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c45db244-7654-450b-aa5d-fae080c03d6a") + ) + (pin "2" + (uuid "da938e3c-e327-410e-b8c5-ed99f7907213") + ) + (pin "3" + (uuid "c66fe07b-5c42-4648-abac-e1856a351e2f") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 152.4 185.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "48587c48-34ef-4e9c-b62e-0c967ea45b87") + (property "Reference" "#PWR07" + (at 152.4 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 152.4 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 152.4 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 152.4 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c7a40cff-a469-44c9-a143-fb045efb1845") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 146.05 185.42 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4c5605fd-16ec-4162-84a3-e61b3dc8438e") + (property "Reference" "#FLG01" + (at 146.05 187.325 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 146.05 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 146.05 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 146.05 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 146.05 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0a02e754-b9f5-4b18-ace3-2fffcdb0cb66") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 146.05 185.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4d256d95-8986-4a90-9294-eecd5ac3f10c") + (property "Reference" "#PWR06" + (at 146.05 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 146.05 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 146.05 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 146.05 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 146.05 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cab59fc0-23a3-4b32-b41e-2f15c6148f56") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 95.25 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4f91ca07-c907-4dac-9c6c-986fbcbc7e71") + (property "Reference" "RV3" + (at 95.25 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 95.25 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 95.25 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 95.25 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5fc21a22-a0f4-4c06-b82e-96ed403b3be7") + ) + (pin "2" + (uuid "83475128-a0c3-466e-8483-1a9ecf97b739") + ) + (pin "3" + (uuid "179379ad-9273-4f4d-9c3c-ac6179ac23fe") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 152.4 185.42 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "701ec5a5-d817-4368-88fe-b1dbe85a29cb") + (property "Reference" "#FLG02" + (at 152.4 187.325 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 152.4 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 152.4 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 152.4 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "55b0bff3-f947-40d7-b2cb-54e3f9ba4936") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 116.84 33.02 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "715e1fc2-351c-46b4-abbf-511a8b62d8fa") + (property "Reference" "RV4" + (at 116.84 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 116.84 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 116.84 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 116.84 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21ef99bc-bc61-485b-9a7b-8ac2da561518") + ) + (pin "2" + (uuid "c4dd68eb-33ba-40e9-955e-b3b6a1a90c3a") + ) + (pin "3" + (uuid "93750183-38ca-4003-9689-03607e60dc22") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 44.45 33.02 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7880b2f4-ba89-4c49-95fc-48946ac85581") + (property "Reference" "RV1" + (at 41.91 34.2901 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "50k" + (at 41.91 31.7501 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 44.45 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 44.45 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 44.45 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a3ed0787-22b0-47b5-9632-c58e142bbeba") + ) + (pin "2" + (uuid "2dcf4907-51d5-47fc-9b3c-bda6f247f618") + ) + (pin "3" + (uuid "7240ef72-7474-4a70-9773-3274fd78a575") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 138.43 33.02 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "af39addc-3465-4651-8868-55bb8ff22fb3") + (property "Reference" "RV6" + (at 138.43 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 138.43 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 138.43 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 138.43 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 138.43 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f97a1075-229b-4b32-9043-0b568b13a284") + ) + (pin "2" + (uuid "52fa014c-a847-46d1-b1de-2ab3a2991c54") + ) + (pin "3" + (uuid "9bca81c7-2186-447e-a91b-74965eb12073") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 181.61 33.02 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "af8730ba-4aca-4759-9b8d-e74032efa187") + (property "Reference" "RV10" + (at 181.61 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 181.61 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 181.61 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 181.61 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 181.61 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f113f544-9ec7-4012-9020-fe58ed9fab9b") + ) + (pin "2" + (uuid "0296bc27-4520-474e-93ef-b42cf8e59f42") + ) + (pin "3" + (uuid "e4100f83-7891-444e-91f7-c5eff1224bf4") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 160.02 33.02 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b22c23dc-9cfc-4362-a1c3-2d6d1327fd79") + (property "Reference" "RV8" + (at 160.02 26.67 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 160.02 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 160.02 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 160.02 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cab05ebb-0e11-48dc-be15-847dff7ce3f1") + ) + (pin "2" + (uuid "ac4b9e81-d073-4185-b871-9b84cc0729d6") + ) + (pin "3" + (uuid "77b0a3f4-7e84-4b51-a389-dae117d45c90") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 138.43 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e33d7611-a840-4788-a1e6-68497c6522b2") + (property "Reference" "RV7" + (at 138.43 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "50k" + (at 138.43 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 138.43 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 138.43 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 138.43 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b24ce7c7-0154-43f1-b8a3-d77f7357f530") + ) + (pin "2" + (uuid "4a258637-74af-4e31-9499-73ec42eb090e") + ) + (pin "3" + (uuid "cf06ffd0-8420-4e50-a7fb-7ba5b412320a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV7") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/equalizer/panel/panel.kicad_pcb b/src/equalizer/panel/panel.kicad_pcb index e84a39b4..a30b758a 100644 --- a/src/equalizer/panel/panel.kicad_pcb +++ b/src/equalizer/panel/panel.kicad_pcb @@ -1,2774 +1,3428 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "equalizer") - (date "2021-08-01") - (rev "R01") - (comment 1 "PCB for panel") - (comment 2 "Resonant equalizer by Serge Tcherepnin") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060ad605a) - (at 101.6 53.8) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000060ad6346") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 68afd77c-3f31-44d7-b7ae-e5e9a1678a89) - ) - (fp_text value "MountingHole" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a7781b42-32b3-4927-a180-18eb3f21079b) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 43f973bd-d873-41f9-9b59-e45f25f596a2) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 830b2e6a-61e7-4676-9591-1ae2bb3f0488)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 52dd99e8-edfc-437c-96c7-cbb0505b0fb1)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 536e8933-c239-4ea6-a123-7de386c07f4e)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 2b711f9a-fb8e-4b04-8a16-c9dbd96151b6)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp 5eb8ece0-8fb3-4f10-9fe3-bee74d1c1aa9)) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060ad6062) - (at 101.6 176.3) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000060ad634c") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3305ca1f-dc3c-448b-a4f1-f5c833c7de88) - ) - (fp_text value "MountingHole" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6fd7ab36-c8be-416f-8967-4ce2b9d13e18) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 98b1cca6-e165-43b4-a6bb-44d248f0c558) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 55c9392d-3e0d-4095-84d5-d78c587f8849)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e5f26386-f61a-410a-9f31-27f0879abaaf)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 747c6297-bf88-4eae-9b66-75844fbeac3e)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 4957884e-50b9-482b-9c06-b32270a45e33)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp b224895c-b1ea-4ae0-91ae-bd25c26fbf42)) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b1d) - (at 58.3 176.3) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000060ffc12a") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f9ba9869-581d-4997-94bc-fa7889edc5a9) - ) - (fp_text value "MountingHole" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0f0776a-d79f-4547-9870-d54d3dc86f0c) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0c7ff02c-0309-4a15-8f91-79ccc0a3be4c) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 2f7b933a-fbf1-400d-9dd4-9172a3946984)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 6afae219-2581-4afe-96c7-a195f3a5c1ac)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 11082f44-807c-4659-9537-5cb64a936a23)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 85d804d3-c0ec-488a-9e9a-231ed2944f31)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp 63bd72fd-2f86-4f41-a876-333e5094d49d)) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b27) - (at 58.3 53.8) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000060ffc12b") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b385a261-c0f5-4651-b1c6-9e6553a445e8) - ) - (fp_text value "MountingHole" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a9299d5-b92d-4d5f-9da8-e0460c36b3f9) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 821e60d6-d344-42c0-8e08-15e0351d93b7) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp ae107bbc-d398-4135-bcba-d8553f3e8989)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 63bb268a-bc03-461d-9041-570b94280862)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 564da8e7-59ee-402a-bf78-5279a0df35ca)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 13cf3c69-582a-4462-bcb6-dce949a139f9)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp d168382a-7197-4931-adaf-25d538b141d8)) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b53) - (at 60.96 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000061000649") - (attr exclude_from_pos_files) - (fp_text reference "H5" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a556df3a-7460-4539-be91-9d975d2eb684) - ) - (fp_text value "115Hz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 5b3d6587-9eee-4c9b-9203-53dd06bc8142) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d78c1dd5-47d8-46c6-875d-f055c4285748) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp a141225e-80e6-4e88-b5b2-c92338d914a9)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 3158a4f5-f181-44dc-86ec-731e7bd8e373)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 8ecfa9f9-057a-4661-b58f-e3a8f8fee194)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b5b) - (at 60.96 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000061001477") - (attr exclude_from_pos_files) - (fp_text reference "H6" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b3fd1718-1a8b-423d-8cbc-7132b366f4ed) - ) - (fp_text value "411Hz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 2aa8734c-75a1-4d67-9bba-65daaeb415d3) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e59dd6c-ad58-49d9-83dc-c0eb54a2a12d) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp adc3e908-8969-430e-8e23-ebc978aba3b2)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ed89c9a4-4d6b-4f6d-bc89-686d92a1464f)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 8626d95d-e053-4685-8d86-bec6b10132ec)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b63) - (at 60.96 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000061001483") - (attr exclude_from_pos_files) - (fp_text reference "H7" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f2e06170-fbd7-4b31-9c97-bfa0058338c0) - ) - (fp_text value "1.5kHz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 416fa658-4c87-4919-b17e-55e466da03ed) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4b5a5ae6-d96f-4344-9cc8-825996508900) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 180d0fe3-bb7a-464a-a79d-33b6b8629aff)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp aa62e028-9fb1-4595-9f9d-ad441d2f5fb2)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp ff06b3b0-3681-41f8-bfe3-ec8fde2cdb1d)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b6b) - (at 101.6 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6b047c") - (attr exclude_from_pos_files) - (fp_text reference "H8" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c0163e4-b8ea-48da-a9f2-668184f00147) - ) - (fp_text value "IN" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 8abaffaa-42c9-4a61-9fcc-38d227849668) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f14162d0-6a09-4292-a474-febdbfbaf9e1) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 797bc434-8e73-43a3-b28a-2a91f1fc6874)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 94f0350d-a499-4f51-b669-91ef18230f98)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 096e1b91-7213-48a9-890f-a135d8a65033)) - (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" - (offset (xyz 0 0 3.5)) - (scale (xyz 0.5 0.5 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b73) - (at 60.96 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6afc22") - (attr exclude_from_pos_files) - (fp_text reference "H9" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fbc07f69-6d1a-4fd6-8720-07fef8f015da) - ) - (fp_text value "29Hz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp c10aba58-559c-412e-b3ba-59184d6e28c7) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 81d795a2-b6e6-46ae-8228-e278233b785d) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 9098bd64-56a4-4e49-88e1-7c31671ac9ab)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0c197ff3-0730-4115-9998-4c0be1491782)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp a33da3b0-a6cf-42f1-8f92-c6e830c2ce35)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b7b) - (at 60.96 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-0000610020e1") - (attr exclude_from_pos_files) - (fp_text reference "H10" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dc39cca2-5ca3-4659-a0e7-ad85812fecec) - ) - (fp_text value "5.2kHz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 5f99fc26-247f-420e-bf62-97616693a6ba) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1f2a491c-e0cb-4004-8869-ee81fa984fff) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp d3772639-1a11-40b2-8be6-7e1e5c4db640)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ec3c731a-67ad-4df6-9028-f8e79d38dec0)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 48dcc3f1-774b-4033-a543-02230f78d382)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b83) - (at 81.28 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000060fffdbc") - (attr exclude_from_pos_files) - (fp_text reference "H11" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 58e5b894-ed1e-4f04-87bf-d73626e45c3b) - ) - (fp_text value "61Hz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp e71bf8a0-ad95-4c7e-8cc9-8d6c27b35c30) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 317c78fe-0ec3-42e4-8405-21f872715747) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 5225da69-faf2-4080-8d08-9f785b64e1f0)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 2eb894ce-555f-403b-99af-47bc5525cf93)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp a6884e3d-909b-4b3c-9669-769c8a114bb3)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b8b) - (at 81.28 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006100064f") - (attr exclude_from_pos_files) - (fp_text reference "H12" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c90664fc-0ec4-496b-a174-bb7287e02c5a) - ) - (fp_text value "218Hz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 2cefe0ed-6473-4f38-8f3a-1ca0ce47aaca) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ff18ac9e-e308-4eed-974d-922aa41d451d) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp a46ede9c-9f4c-46f1-809b-7d7e9d07e881)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d920868b-f619-4554-b3a8-071c541b07e2)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 61d80871-17cc-4b0b-9b99-fc9010ad4625)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b93) - (at 81.28 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006100147d") - (attr exclude_from_pos_files) - (fp_text reference "H13" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b4f6726-09d9-4311-b525-a29769347ac7) - ) - (fp_text value "777Hz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp ab234772-4c77-4190-8197-0c2fcb115ae0) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 168ec671-a88d-4956-8d8b-6cebb48804a6) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 42035629-875f-4f63-bce6-f2da8761a39e)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 76655d06-e0d1-4e0c-bf50-3317b59eaab9)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 3c16a141-a3d0-4e30-9e23-5e485fc65ce0)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001b9b) - (at 81.28 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000061001489") - (attr exclude_from_pos_files) - (fp_text reference "H14" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f3d05d27-8acf-40d3-af0e-7f405f90f7fd) - ) - (fp_text value "2.8kHz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 96d17dcc-b397-4e8d-bfe3-08e1340b682f) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5824c21-67f9-45a2-be4d-5e38e6aeaace) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 7f0e1483-3285-4877-8213-5c11b0f96575)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 12e1bead-47d3-4167-9ac0-3580f712eea2)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp c647bda7-1772-4af2-a86d-455c6b00b84a)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001ba3) - (at 81.28 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-0000610020e7") - (attr exclude_from_pos_files) - (fp_text reference "H15" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 50e4d201-c234-4f23-b8c0-c4fb0c045a8c) - ) - (fp_text value "11kHz" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp cf228171-8f05-4305-ac3b-1e00c8a3e128) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e788292a-278e-4cd5-b729-b146355a7a88) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp ff37c430-d3fe-48bd-bacc-3f1826ef47e9)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e284e26b-e203-4968-a376-0236f698d5a0)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 35a85718-46f3-47ee-a86b-2c002683572e)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001bab) - (at 101.6 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-0000610041d1") - (attr exclude_from_pos_files) - (fp_text reference "H16" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d509a6a6-f3e5-447d-a63b-da08e2b51751) - ) - (fp_text value "OUT_A" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 9732402c-123e-407d-871a-668f25e70ad4) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 09a903d2-47eb-4884-82a9-918d7bcf7f81) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 8e7f76a5-ac8e-4f74-940c-397304a99bcb)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 39cccd91-3820-47fa-9c05-3ba5f3c39536)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 6859b3dc-726a-450a-befb-3e8171f11777)) - (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" - (offset (xyz 0 0 3.5)) - (scale (xyz 0.5 0.5 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001bb3) - (at 101.6 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-0000610043f0") - (attr exclude_from_pos_files) - (fp_text reference "H17" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9efbceca-144c-48c1-9fd6-14ec313b804f) - ) - (fp_text value "OUT_B" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 3fe8fc12-f6c5-461c-8c2e-3b148a53a80c) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 752a97c3-863c-4225-a2ad-6ed008d296cb) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp c205fe6c-5fa8-4d2f-8ce7-390b47d54004)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 8a855165-b9e8-42ce-a813-aa6e71a1215d)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp ed36dcb9-4a42-4fd0-a73f-10e4adeaeea1)) - (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" - (offset (xyz 0 0 3.5)) - (scale (xyz 0.5 0.5 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001bbb) - (at 101.6 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-0000610046c1") - (attr exclude_from_pos_files) - (fp_text reference "H18" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b1f21d1-d6b0-4505-be21-02165a4b46d3) - ) - (fp_text value "OUT" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp d05e66d2-bca4-4e08-9f6d-d1c9c0a3aa72) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4bbef2a4-4fc0-4ca2-89c9-32bb6ab20ad6) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 00c0a76a-1d69-45ba-bfe0-efcd4d505998)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 5500d10a-55f4-4289-87e4-0eac90b05510)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 4a9233ae-27a8-4599-9b9f-a6ad7005786e)) - (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" - (offset (xyz 0 0 3.5)) - (scale (xyz 0.5 0.5 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061001bc3) - (at 101.6 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000061004c0c") - (attr exclude_from_pos_files) - (fp_text reference "H19" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d79e82c3-6568-4c36-a3e8-a31daa3c5166) - ) - (fp_text value "IN" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp fcd4cc8d-2d5e-4c1d-b3c4-d6396ce461ae) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd16ced6-4ea2-44fa-bb5a-958d79832d19) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 5ea6bdc6-aacb-4428-b4b1-55a4dc5031f1)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 451f54ce-3c34-4e89-a4d6-80f3b3d3792c)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 90d2d97c-30b8-42ff-ae5e-a6425e22e3cb)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 111.4 179.3) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e)) - (gr_line (start 50.8 50.8) (end 111.4 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a)) - (gr_line (start 111.4 50.8) (end 111.4 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed)) - (gr_text "R01" (at 94.234 176.276) (layer "F.Cu") (tstamp 003c2200-0632-4808-a662-8ddd5d30c768) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text "B" (at 101.6 146.304) (layer "F.Cu" knockout) (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "OUT" (at 101.6 166.624) (layer "F.Cu" knockout) (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "IN" (at 101.6 85.344) (layer "F.Cu" knockout) (tstamp 8bc5dde0-92d9-4c8b-b8e5-ae3468249ef7) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "A" (at 101.6 125.984) (layer "F.Cu" knockout) (tstamp d54955ae-eb44-4ba0-b3da-ad4d4ee3efee) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "IN" (at 101.6 85.344) (layer "B.Mask") (tstamp 00000000-0000-0000-0000-00006106a283) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "B" (at 101.6 146.304) (layer "B.Mask") (tstamp 12fe5edc-4d23-4df5-9382-089be36b4796) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "A" (at 101.6 125.984) (layer "B.Mask") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "OUT" (at 101.6 166.624) (layer "B.Mask") (tstamp b5280fd0-7029-4b83-8439-d7c39091f765) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "61Hz" (at 78.74 86.614) (layer "F.Mask") (tstamp 1bdc8013-6388-42ff-81cc-fc782ac0edde) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "5.2kHz" (at 57.404 167.894) (layer "F.Mask") (tstamp 1df3c012-d5ae-47ba-9884-7f2b63291aaa) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "A" (at 101.6 125.984) (layer "F.Mask") (tstamp 28c5c209-ecf2-4a50-9a64-3d60e4717939) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "equalizer" (at 80.772 53.8) (layer "F.Mask") (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f) - (effects (font (size 3 3) (thickness 0.35))) - ) - (gr_text "115Hz" (at 57.658 106.934) (layer "F.Mask") (tstamp 54df2190-3815-4745-84aa-b0f00786df07) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "B" (at 101.6 146.304) (layer "F.Mask") (tstamp 675c4d25-7dc2-4030-9604-043ba80f717f) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "1.5kHz" (at 57.404 147.574) (layer "F.Mask") (tstamp 6e5fb506-78d9-4976-b8e6-5f07d7088303) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "777Hz" (at 77.978 127.254) (layer "F.Mask") (tstamp 85c3e624-e391-4263-b60c-c05ad8af8d61) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "411Hz" (at 57.658 127.254) (layer "F.Mask") (tstamp 8951e175-ad4f-44c9-915e-71a0f452da18) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "IN" (at 101.6 85.344) (layer "F.Mask") (tstamp a3bcf201-17c2-475d-9ab5-ed13e0a9e9cb) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "2.8kHz" (at 77.724 147.574) (layer "F.Mask") (tstamp c8d36e8a-3cf7-436e-b2eb-fa122c10c395) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "29Hz" (at 58.42 86.614) (layer "F.Mask") (tstamp cf45000f-4ca6-4382-a919-ade22df2552c) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "11kHz" (at 77.978 167.894) (layer "F.Mask") (tstamp e39187bb-339b-4916-b88e-3e208ff33034) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "218Hz" (at 77.978 106.934) (layer "F.Mask") (tstamp e70eb326-f4a0-4b98-83dc-26a404ece023) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "OUT" (at 101.6 166.624) (layer "F.Mask") (tstamp e9a6bfd6-db0f-4275-8445-9137ee563f44) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - - (zone (net 0) (net_name "") (layer "F.Cu") (tstamp 55be78e7-8a8f-4c87-bfde-e45671c406de) (hatch edge 0.5) - (connect_pads (clearance 0)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5) (island_removal_mode 1) (island_area_min 10)) - (polygon - (pts - (xy 50.8 50.8) - (xy 111.252 50.8) - (xy 111.252 179.324) - (xy 50.8 179.324) - ) - ) - (filled_polygon - (layer "F.Cu") - (island) - (pts - (xy 57.97941 50.895185) - (xy 58.025165 50.947989) - (xy 58.035109 51.017147) - (xy 58.006084 51.080703) - (xy 57.947306 51.118477) - (xy 57.934724 51.121468) - (xy 57.898861 51.12804) - (xy 57.652547 51.173178) - (xy 57.340657 51.270366) - (xy 57.340641 51.270372) - (xy 57.340639 51.270373) - (xy 57.150933 51.355752) - (xy 57.042725 51.404453) - (xy 57.042723 51.404454) - (xy 56.763131 51.573473) - (xy 56.50596 51.774954) - (xy 56.274954 52.00596) - (xy 56.073473 52.263131) - (xy 55.904454 52.542723) - (xy 55.904453 52.542725) - (xy 55.770372 52.840642) - (xy 55.770366 52.840657) - (xy 55.673178 53.152547) - (xy 55.614289 53.4739) - (xy 55.594564 53.8) - (xy 55.614289 54.126099) - (xy 55.673178 54.447452) - (xy 55.770366 54.759342) - (xy 55.77037 54.759354) - (xy 55.770373 54.759361) - (xy 55.904455 55.057279) - (xy 56.068901 55.329306) - (xy 56.073473 55.336868) - (xy 56.274954 55.594039) - (xy 56.50596 55.825045) - (xy 56.763131 56.026526) - (xy 56.763134 56.026528) - (xy 56.763137 56.02653) - (xy 57.042721 56.195545) - (xy 57.340639 56.329627) - (xy 57.340652 56.329631) - (xy 57.340657 56.329633) - (xy 57.652546 56.426821) - (xy 57.652547 56.426821) - (xy 57.973896 56.48571) - (xy 58.3 56.505436) - (xy 58.626104 56.48571) - (xy 58.947453 56.426821) - (xy 59.259361 56.329627) - (xy 59.557279 56.195545) - (xy 59.836863 56.02653) - (xy 60.094036 55.825048) - (xy 60.325048 55.594036) - (xy 60.52653 55.336863) - (xy 60.695545 55.057279) - (xy 60.829627 54.759361) - (xy 60.926821 54.447453) - (xy 60.98571 54.126104) - (xy 61.005436 53.8) - (xy 60.98571 53.473896) - (xy 60.926821 53.152547) - (xy 60.829627 52.840639) - (xy 60.695545 52.542721) - (xy 60.52653 52.263137) - (xy 60.526528 52.263134) - (xy 60.526526 52.263131) - (xy 60.325045 52.00596) - (xy 60.094039 51.774954) - (xy 59.836868 51.573473) - (xy 59.829306 51.568901) - (xy 59.557279 51.404455) - (xy 59.259361 51.270373) - (xy 59.259354 51.27037) - (xy 59.259342 51.270366) - (xy 58.947452 51.173178) - (xy 58.707967 51.129291) - (xy 58.665277 51.121468) - (xy 58.602885 51.090023) - (xy 58.567397 51.029836) - (xy 58.570082 50.960018) - (xy 58.610088 50.902735) - (xy 58.674712 50.876175) - (xy 58.687629 50.8755) - (xy 101.212371 50.8755) - (xy 101.27941 50.895185) - (xy 101.325165 50.947989) - (xy 101.335109 51.017147) - (xy 101.306084 51.080703) - (xy 101.247306 51.118477) - (xy 101.234724 51.121468) - (xy 101.198861 51.12804) - (xy 100.952547 51.173178) - (xy 100.640657 51.270366) - (xy 100.640641 51.270372) - (xy 100.640639 51.270373) - (xy 100.450933 51.355752) - (xy 100.342725 51.404453) - (xy 100.342723 51.404454) - (xy 100.063131 51.573473) - (xy 99.80596 51.774954) - (xy 99.574954 52.00596) - (xy 99.373473 52.263131) - (xy 99.204454 52.542723) - (xy 99.204453 52.542725) - (xy 99.070372 52.840642) - (xy 99.070366 52.840657) - (xy 98.973178 53.152547) - (xy 98.914289 53.4739) - (xy 98.894564 53.8) - (xy 98.914289 54.126099) - (xy 98.973178 54.447452) - (xy 99.070366 54.759342) - (xy 99.07037 54.759354) - (xy 99.070373 54.759361) - (xy 99.204455 55.057279) - (xy 99.368901 55.329306) - (xy 99.373473 55.336868) - (xy 99.574954 55.594039) - (xy 99.80596 55.825045) - (xy 100.063131 56.026526) - (xy 100.063134 56.026528) - (xy 100.063137 56.02653) - (xy 100.342721 56.195545) - (xy 100.640639 56.329627) - (xy 100.640652 56.329631) - (xy 100.640657 56.329633) - (xy 100.952546 56.426821) - (xy 100.952547 56.426821) - (xy 101.273896 56.48571) - (xy 101.6 56.505436) - (xy 101.926104 56.48571) - (xy 102.247453 56.426821) - (xy 102.559361 56.329627) - (xy 102.857279 56.195545) - (xy 103.136863 56.02653) - (xy 103.394036 55.825048) - (xy 103.625048 55.594036) - (xy 103.82653 55.336863) - (xy 103.995545 55.057279) - (xy 104.129627 54.759361) - (xy 104.226821 54.447453) - (xy 104.28571 54.126104) - (xy 104.305436 53.8) - (xy 104.28571 53.473896) - (xy 104.226821 53.152547) - (xy 104.129627 52.840639) - (xy 103.995545 52.542721) - (xy 103.82653 52.263137) - (xy 103.826528 52.263134) - (xy 103.826526 52.263131) - (xy 103.625045 52.00596) - (xy 103.394039 51.774954) - (xy 103.136868 51.573473) - (xy 103.129306 51.568901) - (xy 102.857279 51.404455) - (xy 102.559361 51.270373) - (xy 102.559354 51.27037) - (xy 102.559342 51.270366) - (xy 102.247452 51.173178) - (xy 102.007967 51.129291) - (xy 101.965277 51.121468) - (xy 101.902885 51.090023) - (xy 101.867397 51.029836) - (xy 101.870082 50.960018) - (xy 101.910088 50.902735) - (xy 101.974712 50.876175) - (xy 101.987629 50.8755) - (xy 111.128 50.8755) - (xy 111.195039 50.895185) - (xy 111.240794 50.947989) - (xy 111.252 50.9995) - (xy 111.252 179.1005) - (xy 111.232315 179.167539) - (xy 111.179511 179.213294) - (xy 111.128 179.2245) - (xy 101.987629 179.2245) - (xy 101.92059 179.204815) - (xy 101.874835 179.152011) - (xy 101.864891 179.082853) - (xy 101.893916 179.019297) - (xy 101.952694 178.981523) - (xy 101.965275 178.978531) - (xy 102.247453 178.926821) - (xy 102.559361 178.829627) - (xy 102.857279 178.695545) - (xy 103.136863 178.52653) - (xy 103.394036 178.325048) - (xy 103.625048 178.094036) - (xy 103.82653 177.836863) - (xy 103.995545 177.557279) - (xy 104.129627 177.259361) - (xy 104.226821 176.947453) - (xy 104.28571 176.626104) - (xy 104.305436 176.3) - (xy 104.28571 175.973896) - (xy 104.226821 175.652547) - (xy 104.129627 175.340639) - (xy 103.995545 175.042721) - (xy 103.82653 174.763137) - (xy 103.826528 174.763134) - (xy 103.826526 174.763131) - (xy 103.625045 174.50596) - (xy 103.394039 174.274954) - (xy 103.136868 174.073473) - (xy 103.129306 174.068901) - (xy 102.857279 173.904455) - (xy 102.559361 173.770373) - (xy 102.559354 173.77037) - (xy 102.559342 173.770366) - (xy 102.247452 173.673178) - (xy 101.926099 173.614289) - (xy 101.6 173.594564) - (xy 101.2739 173.614289) - (xy 100.952547 173.673178) - (xy 100.640657 173.770366) - (xy 100.640641 173.770372) - (xy 100.640639 173.770373) - (xy 100.450933 173.855752) - (xy 100.342725 173.904453) - (xy 100.342723 173.904454) - (xy 100.063131 174.073473) - (xy 99.80596 174.274954) - (xy 99.574954 174.50596) - (xy 99.373473 174.763131) - (xy 99.204454 175.042723) - (xy 99.204453 175.042725) - (xy 99.070372 175.340642) - (xy 99.070366 175.340657) - (xy 98.973178 175.652547) - (xy 98.914289 175.9739) - (xy 98.894564 176.3) - (xy 98.914289 176.626099) - (xy 98.973178 176.947452) - (xy 99.070366 177.259342) - (xy 99.07037 177.259354) - (xy 99.070373 177.259361) - (xy 99.204455 177.557279) - (xy 99.368901 177.829306) - (xy 99.373473 177.836868) - (xy 99.574954 178.094039) - (xy 99.80596 178.325045) - (xy 100.063131 178.526526) - (xy 100.063134 178.526528) - (xy 100.063137 178.52653) - (xy 100.342721 178.695545) - (xy 100.640639 178.829627) - (xy 100.640652 178.829631) - (xy 100.640657 178.829633) - (xy 100.952546 178.926821) - (xy 100.952547 178.926821) - (xy 101.234722 178.978531) - (xy 101.297115 179.009977) - (xy 101.332603 179.070164) - (xy 101.329918 179.139982) - (xy 101.289912 179.197265) - (xy 101.225288 179.223825) - (xy 101.212371 179.2245) - (xy 58.687629 179.2245) - (xy 58.62059 179.204815) - (xy 58.574835 179.152011) - (xy 58.564891 179.082853) - (xy 58.593916 179.019297) - (xy 58.652694 178.981523) - (xy 58.665275 178.978531) - (xy 58.947453 178.926821) - (xy 59.259361 178.829627) - (xy 59.557279 178.695545) - (xy 59.836863 178.52653) - (xy 60.094036 178.325048) - (xy 60.325048 178.094036) - (xy 60.52653 177.836863) - (xy 60.695545 177.557279) - (xy 60.829627 177.259361) - (xy 60.926821 176.947453) - (xy 60.98571 176.626104) - (xy 61.005436 176.3) - (xy 60.98571 175.973896) - (xy 60.926821 175.652547) - (xy 60.829627 175.340639) - (xy 60.720666 175.098537) - (xy 92.05678 175.098537) - (xy 92.05678 177.310119) - (xy 96.482648 177.310119) - (xy 96.482648 175.098537) - (xy 92.05678 175.098537) - (xy 60.720666 175.098537) - (xy 60.695545 175.042721) - (xy 60.52653 174.763137) - (xy 60.526528 174.763134) - (xy 60.526526 174.763131) - (xy 60.325045 174.50596) - (xy 60.094039 174.274954) - (xy 59.836868 174.073473) - (xy 59.829306 174.068901) - (xy 59.557279 173.904455) - (xy 59.259361 173.770373) - (xy 59.259354 173.77037) - (xy 59.259342 173.770366) - (xy 58.947452 173.673178) - (xy 58.626099 173.614289) - (xy 58.326021 173.596138) - (xy 58.3 173.594564) - (xy 58.299999 173.594564) - (xy 57.9739 173.614289) - (xy 57.652547 173.673178) - (xy 57.340657 173.770366) - (xy 57.340641 173.770372) - (xy 57.340639 173.770373) - (xy 57.150933 173.855752) - (xy 57.042725 173.904453) - (xy 57.042723 173.904454) - (xy 56.763131 174.073473) - (xy 56.50596 174.274954) - (xy 56.274954 174.50596) - (xy 56.073473 174.763131) - (xy 55.904454 175.042723) - (xy 55.904453 175.042725) - (xy 55.770372 175.340642) - (xy 55.770366 175.340657) - (xy 55.673178 175.652547) - (xy 55.614289 175.9739) - (xy 55.594564 176.3) - (xy 55.614289 176.626099) - (xy 55.673178 176.947452) - (xy 55.770366 177.259342) - (xy 55.77037 177.259354) - (xy 55.770373 177.259361) - (xy 55.904455 177.557279) - (xy 56.068901 177.829306) - (xy 56.073473 177.836868) - (xy 56.274954 178.094039) - (xy 56.50596 178.325045) - (xy 56.763131 178.526526) - (xy 56.763134 178.526528) - (xy 56.763137 178.52653) - (xy 57.042721 178.695545) - (xy 57.340639 178.829627) - (xy 57.340652 178.829631) - (xy 57.340657 178.829633) - (xy 57.652546 178.92682) - (xy 57.652547 178.926821) - (xy 57.934722 178.978531) - (xy 57.997115 179.009977) - (xy 58.032603 179.070164) - (xy 58.029918 179.139982) - (xy 57.989912 179.197265) - (xy 57.925288 179.223825) - (xy 57.912371 179.2245) - (xy 50.9995 179.2245) - (xy 50.932461 179.204815) - (xy 50.886706 179.152011) - (xy 50.8755 179.1005) - (xy 50.8755 165.130404) - (xy 99.461496 165.130404) - (xy 99.461496 167.942072) - (xy 103.871332 167.942072) - (xy 103.871332 165.130404) - (xy 99.461496 165.130404) - (xy 50.8755 165.130404) - (xy 50.8755 157.680348) - (xy 57.0095 157.680348) - (xy 57.045975 158.039047) - (xy 57.050037 158.078984) - (xy 57.116924 158.404462) - (xy 57.130697 158.471479) - (xy 57.130698 158.471485) - (xy 57.250643 158.853777) - (xy 57.250651 158.853798) - (xy 57.408664 159.222012) - (xy 57.603119 159.572353) - (xy 57.603122 159.572358) - (xy 57.832027 159.901234) - (xy 58.093025 160.205261) - (xy 58.093026 160.205262) - (xy 58.383446 160.481326) - (xy 58.700305 160.726593) - (xy 58.745368 160.754681) - (xy 59.040342 160.93854) - (xy 59.040351 160.938545) - (xy 59.400095 161.115008) - (xy 59.400102 161.11501) - (xy 59.400103 161.115011) - (xy 59.775837 161.254168) - (xy 59.775839 161.254168) - (xy 59.775846 161.254171) - (xy 60.163748 161.354606) - (xy 60.559821 161.415282) - (xy 60.859891 161.4305) - (xy 60.859898 161.4305) - (xy 61.060102 161.4305) - (xy 61.060109 161.4305) - (xy 61.360179 161.415282) - (xy 61.756252 161.354606) - (xy 62.144154 161.254171) - (xy 62.519905 161.115008) - (xy 62.879649 160.938545) - (xy 63.219695 160.726593) - (xy 63.536554 160.481326) - (xy 63.826974 160.205262) - (xy 64.087974 159.901232) - (xy 64.316878 159.572358) - (xy 64.511335 159.222013) - (xy 64.669351 158.853793) - (xy 64.789304 158.471475) - (xy 64.869963 158.078984) - (xy 64.9105 157.680348) - (xy 77.3295 157.680348) - (xy 77.365975 158.039047) - (xy 77.370037 158.078984) - (xy 77.436924 158.404462) - (xy 77.450697 158.471479) - (xy 77.450698 158.471485) - (xy 77.570643 158.853777) - (xy 77.570651 158.853798) - (xy 77.728664 159.222012) - (xy 77.923119 159.572353) - (xy 77.923122 159.572358) - (xy 78.152027 159.901234) - (xy 78.413025 160.205261) - (xy 78.413026 160.205262) - (xy 78.703446 160.481326) - (xy 79.020305 160.726593) - (xy 79.065368 160.754681) - (xy 79.360342 160.93854) - (xy 79.360351 160.938545) - (xy 79.720095 161.115008) - (xy 79.720102 161.11501) - (xy 79.720103 161.115011) - (xy 80.095837 161.254168) - (xy 80.095839 161.254168) - (xy 80.095846 161.254171) - (xy 80.483748 161.354606) - (xy 80.879821 161.415282) - (xy 81.179891 161.4305) - (xy 81.179898 161.4305) - (xy 81.380102 161.4305) - (xy 81.380109 161.4305) - (xy 81.680179 161.415282) - (xy 82.076252 161.354606) - (xy 82.464154 161.254171) - (xy 82.839905 161.115008) - (xy 83.199649 160.938545) - (xy 83.539695 160.726593) - (xy 83.856554 160.481326) - (xy 84.146974 160.205262) - (xy 84.407974 159.901232) - (xy 84.636878 159.572358) - (xy 84.831335 159.222013) - (xy 84.989351 158.853793) - (xy 85.109304 158.471475) - (xy 85.189963 158.078984) - (xy 85.2305 157.680347) - (xy 85.2305 157.667082) - (xy 98.1495 157.667082) - (xy 98.189953 158.039047) - (xy 98.270386 158.404461) - (xy 98.331623 158.586203) - (xy 98.389858 158.759038) - (xy 98.38986 158.759043) - (xy 98.389862 158.759048) - (xy 98.546959 159.098608) - (xy 98.546966 159.098621) - (xy 98.739853 159.419205) - (xy 98.739857 159.41921) - (xy 98.739861 159.419216) - (xy 98.739864 159.41922) - (xy 98.856273 159.572353) - (xy 98.966296 159.717086) - (xy 98.966297 159.717087) - (xy 99.223608 159.988727) - (xy 99.50877 160.230947) - (xy 99.508774 160.23095) - (xy 99.508779 160.230954) - (xy 99.65983 160.333369) - (xy 99.818465 160.440926) - (xy 99.818469 160.440928) - (xy 100.149045 160.616189) - (xy 100.149049 160.61619) - (xy 100.149054 160.616193) - (xy 100.496635 160.754681) - (xy 100.496637 160.754682) - (xy 100.694804 160.809702) - (xy 100.857155 160.854779) - (xy 101.226387 160.915311) - (xy 101.506528 160.9305) - (xy 101.693472 160.9305) - (xy 101.973613 160.915311) - (xy 102.342845 160.854779) - (xy 102.595134 160.78473) - (xy 102.703362 160.754682) - (xy 102.703364 160.754681) - (xy 102.703363 160.754681) - (xy 102.703368 160.75468) - (xy 103.050955 160.616189) - (xy 103.381531 160.440928) - (xy 103.691221 160.230954) - (xy 103.976392 159.988727) - (xy 104.233703 159.717087) - (xy 104.460136 159.41922) - (xy 104.460142 159.419209) - (xy 104.460146 159.419205) - (xy 104.580055 159.219912) - (xy 104.653036 159.098617) - (xy 104.810142 158.759038) - (xy 104.929613 158.404462) - (xy 105.010046 158.039049) - (xy 105.0505 157.667081) - (xy 105.0505 157.292919) - (xy 105.010046 156.920951) - (xy 104.929613 156.555538) - (xy 104.810142 156.200962) - (xy 104.653036 155.861383) - (xy 104.653033 155.861378) - (xy 104.460146 155.540794) - (xy 104.460142 155.540789) - (xy 104.460139 155.540785) - (xy 104.460136 155.54078) - (xy 104.233703 155.242913) - (xy 103.976392 154.971273) - (xy 103.976391 154.971272) - (xy 103.691229 154.729052) - (xy 103.691223 154.729048) - (xy 103.691221 154.729046) - (xy 103.611901 154.675266) - (xy 103.381534 154.519073) - (xy 103.050963 154.343815) - (xy 103.050945 154.343806) - (xy 102.703364 154.205318) - (xy 102.703362 154.205317) - (xy 102.342853 154.105223) - (xy 102.34285 154.105222) - (xy 102.342846 154.105221) - (xy 102.342845 154.105221) - (xy 102.246153 154.089369) - (xy 101.97361 154.044688) - (xy 101.693472 154.0295) - (xy 101.506528 154.0295) - (xy 101.226389 154.044688) - (xy 100.857149 154.105222) - (xy 100.857146 154.105223) - (xy 100.496637 154.205317) - (xy 100.496635 154.205318) - (xy 100.149054 154.343806) - (xy 100.149036 154.343815) - (xy 99.818465 154.519073) - (xy 99.50878 154.729045) - (xy 99.50877 154.729052) - (xy 99.223608 154.971272) - (xy 98.966297 155.242912) - (xy 98.966296 155.242913) - (xy 98.739857 155.540789) - (xy 98.739853 155.540794) - (xy 98.546966 155.861378) - (xy 98.546959 155.861391) - (xy 98.389862 156.200951) - (xy 98.270386 156.555538) - (xy 98.189953 156.920952) - (xy 98.1495 157.292917) - (xy 98.1495 157.667082) - (xy 85.2305 157.667082) - (xy 85.2305 157.279653) - (xy 85.189963 156.881016) - (xy 85.109304 156.488525) - (xy 84.989351 156.106207) - (xy 84.831335 155.737987) - (xy 84.636878 155.387642) - (xy 84.407974 155.058768) - (xy 84.407972 155.058765) - (xy 84.146974 154.754738) - (xy 84.119945 154.729045) - (xy 83.856554 154.478674) - (xy 83.68233 154.343815) - (xy 83.539695 154.233407) - (xy 83.199657 154.021459) - (xy 83.199648 154.021454) - (xy 82.839909 153.844994) - (xy 82.839896 153.844988) - (xy 82.464162 153.705831) - (xy 82.388529 153.686248) - (xy 82.076252 153.605394) - (xy 82.076249 153.605393) - (xy 82.076247 153.605393) - (xy 81.680178 153.544717) - (xy 81.461777 153.533641) - (xy 81.380109 153.5295) - (xy 81.179891 153.5295) - (xy 81.101279 153.533486) - (xy 80.879821 153.544717) - (xy 80.483752 153.605393) - (xy 80.095837 153.705831) - (xy 79.720103 153.844988) - (xy 79.72009 153.844994) - (xy 79.360351 154.021454) - (xy 79.360342 154.021459) - (xy 79.020304 154.233407) - (xy 78.703451 154.478669) - (xy 78.413025 154.754738) - (xy 78.152027 155.058765) - (xy 77.923122 155.387641) - (xy 77.923119 155.387646) - (xy 77.728664 155.737987) - (xy 77.570651 156.106201) - (xy 77.570643 156.106222) - (xy 77.450698 156.488514) - (xy 77.450697 156.48852) - (xy 77.370036 156.88102) - (xy 77.3295 157.279651) - (xy 77.3295 157.680348) - (xy 64.9105 157.680348) - (xy 64.9105 157.680347) - (xy 64.9105 157.279653) - (xy 64.869963 156.881016) - (xy 64.789304 156.488525) - (xy 64.669351 156.106207) - (xy 64.511335 155.737987) - (xy 64.316878 155.387642) - (xy 64.087974 155.058768) - (xy 64.087972 155.058765) - (xy 63.826974 154.754738) - (xy 63.799945 154.729045) - (xy 63.536554 154.478674) - (xy 63.36233 154.343815) - (xy 63.219695 154.233407) - (xy 62.879657 154.021459) - (xy 62.879648 154.021454) - (xy 62.519909 153.844994) - (xy 62.519896 153.844988) - (xy 62.144162 153.705831) - (xy 62.068529 153.686248) - (xy 61.756252 153.605394) - (xy 61.756249 153.605393) - (xy 61.756247 153.605393) - (xy 61.360178 153.544717) - (xy 61.141777 153.533641) - (xy 61.060109 153.5295) - (xy 60.859891 153.5295) - (xy 60.781279 153.533486) - (xy 60.559821 153.544717) - (xy 60.163752 153.605393) - (xy 59.775837 153.705831) - (xy 59.400103 153.844988) - (xy 59.40009 153.844994) - (xy 59.040351 154.021454) - (xy 59.040342 154.021459) - (xy 58.700304 154.233407) - (xy 58.383451 154.478669) - (xy 58.093025 154.754738) - (xy 57.832027 155.058765) - (xy 57.603122 155.387641) - (xy 57.603119 155.387646) - (xy 57.408664 155.737987) - (xy 57.250651 156.106201) - (xy 57.250643 156.106222) - (xy 57.130698 156.488514) - (xy 57.130697 156.48852) - (xy 57.050036 156.88102) - (xy 57.0095 157.279651) - (xy 57.0095 157.680348) - (xy 50.8755 157.680348) - (xy 50.8755 144.810404) - (xy 100.828668 144.810404) - (xy 100.828668 147.620903) - (xy 102.439154 147.620903) - (xy 102.439154 144.810404) - (xy 100.828668 144.810404) - (xy 50.8755 144.810404) - (xy 50.8755 137.360348) - (xy 57.0095 137.360348) - (xy 57.045975 137.719047) - (xy 57.050037 137.758984) - (xy 57.116924 138.084462) - (xy 57.130697 138.151479) - (xy 57.130698 138.151485) - (xy 57.250643 138.533777) - (xy 57.250651 138.533798) - (xy 57.408664 138.902012) - (xy 57.603119 139.252353) - (xy 57.603122 139.252358) - (xy 57.832027 139.581234) - (xy 58.093025 139.885261) - (xy 58.093026 139.885262) - (xy 58.383446 140.161326) - (xy 58.700305 140.406593) - (xy 58.745368 140.434681) - (xy 59.040342 140.61854) - (xy 59.040351 140.618545) - (xy 59.400095 140.795008) - (xy 59.400102 140.79501) - (xy 59.400103 140.795011) - (xy 59.775837 140.934168) - (xy 59.775839 140.934168) - (xy 59.775846 140.934171) - (xy 60.163748 141.034606) - (xy 60.559821 141.095282) - (xy 60.859891 141.1105) - (xy 60.859898 141.1105) - (xy 61.060102 141.1105) - (xy 61.060109 141.1105) - (xy 61.360179 141.095282) - (xy 61.756252 141.034606) - (xy 62.144154 140.934171) - (xy 62.519905 140.795008) - (xy 62.879649 140.618545) - (xy 63.219695 140.406593) - (xy 63.536554 140.161326) - (xy 63.826974 139.885262) - (xy 64.087974 139.581232) - (xy 64.316878 139.252358) - (xy 64.511335 138.902013) - (xy 64.669351 138.533793) - (xy 64.789304 138.151475) - (xy 64.869963 137.758984) - (xy 64.9105 137.360348) - (xy 77.3295 137.360348) - (xy 77.365975 137.719047) - (xy 77.370037 137.758984) - (xy 77.436924 138.084462) - (xy 77.450697 138.151479) - (xy 77.450698 138.151485) - (xy 77.570643 138.533777) - (xy 77.570651 138.533798) - (xy 77.728664 138.902012) - (xy 77.923119 139.252353) - (xy 77.923122 139.252358) - (xy 78.152027 139.581234) - (xy 78.413025 139.885261) - (xy 78.413026 139.885262) - (xy 78.703446 140.161326) - (xy 79.020305 140.406593) - (xy 79.065368 140.434681) - (xy 79.360342 140.61854) - (xy 79.360351 140.618545) - (xy 79.720095 140.795008) - (xy 79.720102 140.79501) - (xy 79.720103 140.795011) - (xy 80.095837 140.934168) - (xy 80.095839 140.934168) - (xy 80.095846 140.934171) - (xy 80.483748 141.034606) - (xy 80.879821 141.095282) - (xy 81.179891 141.1105) - (xy 81.179898 141.1105) - (xy 81.380102 141.1105) - (xy 81.380109 141.1105) - (xy 81.680179 141.095282) - (xy 82.076252 141.034606) - (xy 82.464154 140.934171) - (xy 82.839905 140.795008) - (xy 83.199649 140.618545) - (xy 83.539695 140.406593) - (xy 83.856554 140.161326) - (xy 84.146974 139.885262) - (xy 84.407974 139.581232) - (xy 84.636878 139.252358) - (xy 84.831335 138.902013) - (xy 84.989351 138.533793) - (xy 85.109304 138.151475) - (xy 85.189963 137.758984) - (xy 85.2305 137.360347) - (xy 85.2305 137.347082) - (xy 98.1495 137.347082) - (xy 98.189953 137.719047) - (xy 98.270386 138.084461) - (xy 98.331623 138.266203) - (xy 98.389858 138.439038) - (xy 98.38986 138.439043) - (xy 98.389862 138.439048) - (xy 98.546959 138.778608) - (xy 98.546966 138.778621) - (xy 98.739853 139.099205) - (xy 98.739857 139.09921) - (xy 98.739861 139.099216) - (xy 98.739864 139.09922) - (xy 98.856273 139.252353) - (xy 98.966296 139.397086) - (xy 98.966297 139.397087) - (xy 99.223608 139.668727) - (xy 99.50877 139.910947) - (xy 99.508774 139.91095) - (xy 99.508779 139.910954) - (xy 99.65983 140.013369) - (xy 99.818465 140.120926) - (xy 99.818469 140.120928) - (xy 100.149045 140.296189) - (xy 100.149049 140.29619) - (xy 100.149054 140.296193) - (xy 100.496635 140.434681) - (xy 100.496637 140.434682) - (xy 100.694804 140.489702) - (xy 100.857155 140.534779) - (xy 101.226387 140.595311) - (xy 101.506528 140.6105) - (xy 101.693472 140.6105) - (xy 101.973613 140.595311) - (xy 102.342845 140.534779) - (xy 102.595134 140.46473) - (xy 102.703362 140.434682) - (xy 102.703364 140.434681) - (xy 102.703363 140.434681) - (xy 102.703368 140.43468) - (xy 103.050955 140.296189) - (xy 103.381531 140.120928) - (xy 103.691221 139.910954) - (xy 103.976392 139.668727) - (xy 104.233703 139.397087) - (xy 104.460136 139.09922) - (xy 104.460142 139.099209) - (xy 104.460146 139.099205) - (xy 104.580055 138.899912) - (xy 104.653036 138.778617) - (xy 104.810142 138.439038) - (xy 104.929613 138.084462) - (xy 105.010046 137.719049) - (xy 105.0505 137.347081) - (xy 105.0505 136.972919) - (xy 105.010046 136.600951) - (xy 104.929613 136.235538) - (xy 104.810142 135.880962) - (xy 104.653036 135.541383) - (xy 104.653033 135.541378) - (xy 104.460146 135.220794) - (xy 104.460142 135.220789) - (xy 104.460139 135.220785) - (xy 104.460136 135.22078) - (xy 104.233703 134.922913) - (xy 103.976392 134.651273) - (xy 103.976391 134.651272) - (xy 103.691229 134.409052) - (xy 103.691223 134.409048) - (xy 103.691221 134.409046) - (xy 103.611901 134.355266) - (xy 103.381534 134.199073) - (xy 103.050963 134.023815) - (xy 103.050945 134.023806) - (xy 102.703364 133.885318) - (xy 102.703362 133.885317) - (xy 102.342853 133.785223) - (xy 102.34285 133.785222) - (xy 102.342846 133.785221) - (xy 102.342845 133.785221) - (xy 102.246153 133.769369) - (xy 101.97361 133.724688) - (xy 101.693472 133.7095) - (xy 101.506528 133.7095) - (xy 101.226389 133.724688) - (xy 100.857149 133.785222) - (xy 100.857146 133.785223) - (xy 100.496637 133.885317) - (xy 100.496635 133.885318) - (xy 100.149054 134.023806) - (xy 100.149036 134.023815) - (xy 99.818465 134.199073) - (xy 99.50878 134.409045) - (xy 99.50877 134.409052) - (xy 99.223608 134.651272) - (xy 98.966297 134.922912) - (xy 98.966296 134.922913) - (xy 98.739857 135.220789) - (xy 98.739853 135.220794) - (xy 98.546966 135.541378) - (xy 98.546959 135.541391) - (xy 98.389862 135.880951) - (xy 98.270386 136.235538) - (xy 98.189953 136.600952) - (xy 98.1495 136.972917) - (xy 98.1495 137.347082) - (xy 85.2305 137.347082) - (xy 85.2305 136.959653) - (xy 85.189963 136.561016) - (xy 85.109304 136.168525) - (xy 84.989351 135.786207) - (xy 84.831335 135.417987) - (xy 84.636878 135.067642) - (xy 84.407974 134.738768) - (xy 84.407972 134.738765) - (xy 84.146974 134.434738) - (xy 84.119945 134.409045) - (xy 83.856554 134.158674) - (xy 83.68233 134.023815) - (xy 83.539695 133.913407) - (xy 83.199657 133.701459) - (xy 83.199648 133.701454) - (xy 82.839909 133.524994) - (xy 82.839896 133.524988) - (xy 82.464162 133.385831) - (xy 82.388529 133.366248) - (xy 82.076252 133.285394) - (xy 82.076249 133.285393) - (xy 82.076247 133.285393) - (xy 81.680178 133.224717) - (xy 81.461777 133.213641) - (xy 81.380109 133.2095) - (xy 81.179891 133.2095) - (xy 81.101279 133.213486) - (xy 80.879821 133.224717) - (xy 80.483752 133.285393) - (xy 80.095837 133.385831) - (xy 79.720103 133.524988) - (xy 79.72009 133.524994) - (xy 79.360351 133.701454) - (xy 79.360342 133.701459) - (xy 79.020304 133.913407) - (xy 78.703451 134.158669) - (xy 78.413025 134.434738) - (xy 78.152027 134.738765) - (xy 77.923122 135.067641) - (xy 77.923119 135.067646) - (xy 77.728664 135.417987) - (xy 77.570651 135.786201) - (xy 77.570643 135.786222) - (xy 77.450698 136.168514) - (xy 77.450697 136.16852) - (xy 77.370036 136.56102) - (xy 77.3295 136.959651) - (xy 77.3295 137.360348) - (xy 64.9105 137.360348) - (xy 64.9105 137.360347) - (xy 64.9105 136.959653) - (xy 64.869963 136.561016) - (xy 64.789304 136.168525) - (xy 64.669351 135.786207) - (xy 64.511335 135.417987) - (xy 64.316878 135.067642) - (xy 64.087974 134.738768) - (xy 64.087972 134.738765) - (xy 63.826974 134.434738) - (xy 63.799945 134.409045) - (xy 63.536554 134.158674) - (xy 63.36233 134.023815) - (xy 63.219695 133.913407) - (xy 62.879657 133.701459) - (xy 62.879648 133.701454) - (xy 62.519909 133.524994) - (xy 62.519896 133.524988) - (xy 62.144162 133.385831) - (xy 62.068529 133.366248) - (xy 61.756252 133.285394) - (xy 61.756249 133.285393) - (xy 61.756247 133.285393) - (xy 61.360178 133.224717) - (xy 61.141777 133.213641) - (xy 61.060109 133.2095) - (xy 60.859891 133.2095) - (xy 60.781279 133.213486) - (xy 60.559821 133.224717) - (xy 60.163752 133.285393) - (xy 59.775837 133.385831) - (xy 59.400103 133.524988) - (xy 59.40009 133.524994) - (xy 59.040351 133.701454) - (xy 59.040342 133.701459) - (xy 58.700304 133.913407) - (xy 58.383451 134.158669) - (xy 58.093025 134.434738) - (xy 57.832027 134.738765) - (xy 57.603122 135.067641) - (xy 57.603119 135.067646) - (xy 57.408664 135.417987) - (xy 57.250651 135.786201) - (xy 57.250643 135.786222) - (xy 57.130698 136.168514) - (xy 57.130697 136.16852) - (xy 57.050036 136.56102) - (xy 57.0095 136.959651) - (xy 57.0095 137.360348) - (xy 50.8755 137.360348) - (xy 50.8755 124.490733) - (xy 100.731805 124.490733) - (xy 100.731805 127.301743) - (xy 102.47245 127.301743) - (xy 102.47245 124.490733) - (xy 100.731805 124.490733) - (xy 50.8755 124.490733) - (xy 50.8755 117.040348) - (xy 57.0095 117.040348) - (xy 57.045975 117.399047) - (xy 57.050037 117.438984) - (xy 57.116924 117.764462) - (xy 57.130697 117.831479) - (xy 57.130698 117.831485) - (xy 57.250643 118.213777) - (xy 57.250651 118.213798) - (xy 57.408664 118.582012) - (xy 57.603119 118.932353) - (xy 57.603122 118.932358) - (xy 57.832027 119.261234) - (xy 58.093025 119.565261) - (xy 58.093026 119.565262) - (xy 58.383446 119.841326) - (xy 58.700305 120.086593) - (xy 58.745368 120.114681) - (xy 59.040342 120.29854) - (xy 59.040351 120.298545) - (xy 59.400095 120.475008) - (xy 59.400102 120.47501) - (xy 59.400103 120.475011) - (xy 59.775837 120.614168) - (xy 59.775839 120.614168) - (xy 59.775846 120.614171) - (xy 60.163748 120.714606) - (xy 60.559821 120.775282) - (xy 60.859891 120.7905) - (xy 60.859898 120.7905) - (xy 61.060102 120.7905) - (xy 61.060109 120.7905) - (xy 61.360179 120.775282) - (xy 61.756252 120.714606) - (xy 62.144154 120.614171) - (xy 62.519905 120.475008) - (xy 62.879649 120.298545) - (xy 63.219695 120.086593) - (xy 63.536554 119.841326) - (xy 63.826974 119.565262) - (xy 64.087974 119.261232) - (xy 64.316878 118.932358) - (xy 64.511335 118.582013) - (xy 64.669351 118.213793) - (xy 64.789304 117.831475) - (xy 64.869963 117.438984) - (xy 64.9105 117.040348) - (xy 77.3295 117.040348) - (xy 77.365975 117.399047) - (xy 77.370037 117.438984) - (xy 77.436924 117.764462) - (xy 77.450697 117.831479) - (xy 77.450698 117.831485) - (xy 77.570643 118.213777) - (xy 77.570651 118.213798) - (xy 77.728664 118.582012) - (xy 77.923119 118.932353) - (xy 77.923122 118.932358) - (xy 78.152027 119.261234) - (xy 78.413025 119.565261) - (xy 78.413026 119.565262) - (xy 78.703446 119.841326) - (xy 79.020305 120.086593) - (xy 79.065368 120.114681) - (xy 79.360342 120.29854) - (xy 79.360351 120.298545) - (xy 79.720095 120.475008) - (xy 79.720102 120.47501) - (xy 79.720103 120.475011) - (xy 80.095837 120.614168) - (xy 80.095839 120.614168) - (xy 80.095846 120.614171) - (xy 80.483748 120.714606) - (xy 80.879821 120.775282) - (xy 81.179891 120.7905) - (xy 81.179898 120.7905) - (xy 81.380102 120.7905) - (xy 81.380109 120.7905) - (xy 81.680179 120.775282) - (xy 82.076252 120.714606) - (xy 82.464154 120.614171) - (xy 82.839905 120.475008) - (xy 83.199649 120.298545) - (xy 83.539695 120.086593) - (xy 83.856554 119.841326) - (xy 84.146974 119.565262) - (xy 84.407974 119.261232) - (xy 84.636878 118.932358) - (xy 84.831335 118.582013) - (xy 84.989351 118.213793) - (xy 85.109304 117.831475) - (xy 85.189963 117.438984) - (xy 85.2305 117.040347) - (xy 85.2305 117.027082) - (xy 98.1495 117.027082) - (xy 98.189953 117.399047) - (xy 98.270386 117.764461) - (xy 98.331623 117.946203) - (xy 98.389858 118.119038) - (xy 98.38986 118.119043) - (xy 98.389862 118.119048) - (xy 98.546959 118.458608) - (xy 98.546966 118.458621) - (xy 98.739853 118.779205) - (xy 98.739857 118.77921) - (xy 98.739861 118.779216) - (xy 98.739864 118.77922) - (xy 98.856273 118.932353) - (xy 98.966296 119.077086) - (xy 98.966297 119.077087) - (xy 99.223608 119.348727) - (xy 99.50877 119.590947) - (xy 99.508774 119.59095) - (xy 99.508779 119.590954) - (xy 99.65983 119.693369) - (xy 99.818465 119.800926) - (xy 99.818469 119.800928) - (xy 100.149045 119.976189) - (xy 100.149049 119.97619) - (xy 100.149054 119.976193) - (xy 100.496635 120.114681) - (xy 100.496637 120.114682) - (xy 100.694804 120.169702) - (xy 100.857155 120.214779) - (xy 101.226387 120.275311) - (xy 101.506528 120.2905) - (xy 101.693472 120.2905) - (xy 101.973613 120.275311) - (xy 102.342845 120.214779) - (xy 102.595134 120.14473) - (xy 102.703362 120.114682) - (xy 102.703364 120.114681) - (xy 102.703363 120.114681) - (xy 102.703368 120.11468) - (xy 103.050955 119.976189) - (xy 103.381531 119.800928) - (xy 103.691221 119.590954) - (xy 103.976392 119.348727) - (xy 104.233703 119.077087) - (xy 104.460136 118.77922) - (xy 104.460142 118.779209) - (xy 104.460146 118.779205) - (xy 104.580055 118.579912) - (xy 104.653036 118.458617) - (xy 104.810142 118.119038) - (xy 104.929613 117.764462) - (xy 105.010046 117.399049) - (xy 105.0505 117.027081) - (xy 105.0505 116.652919) - (xy 105.010046 116.280951) - (xy 104.929613 115.915538) - (xy 104.810142 115.560962) - (xy 104.653036 115.221383) - (xy 104.653033 115.221378) - (xy 104.460146 114.900794) - (xy 104.460142 114.900789) - (xy 104.460139 114.900785) - (xy 104.460136 114.90078) - (xy 104.233703 114.602913) - (xy 103.976392 114.331273) - (xy 103.976391 114.331272) - (xy 103.691229 114.089052) - (xy 103.691223 114.089048) - (xy 103.691221 114.089046) - (xy 103.611901 114.035266) - (xy 103.381534 113.879073) - (xy 103.050963 113.703815) - (xy 103.050945 113.703806) - (xy 102.703364 113.565318) - (xy 102.703362 113.565317) - (xy 102.342853 113.465223) - (xy 102.34285 113.465222) - (xy 102.342846 113.465221) - (xy 102.342845 113.465221) - (xy 102.246153 113.449369) - (xy 101.97361 113.404688) - (xy 101.693472 113.3895) - (xy 101.506528 113.3895) - (xy 101.226389 113.404688) - (xy 100.857149 113.465222) - (xy 100.857146 113.465223) - (xy 100.496637 113.565317) - (xy 100.496635 113.565318) - (xy 100.149054 113.703806) - (xy 100.149036 113.703815) - (xy 99.818465 113.879073) - (xy 99.50878 114.089045) - (xy 99.50877 114.089052) - (xy 99.223608 114.331272) - (xy 98.966297 114.602912) - (xy 98.966296 114.602913) - (xy 98.739857 114.900789) - (xy 98.739853 114.900794) - (xy 98.546966 115.221378) - (xy 98.546959 115.221391) - (xy 98.389862 115.560951) - (xy 98.270386 115.915538) - (xy 98.189953 116.280952) - (xy 98.1495 116.652917) - (xy 98.1495 117.027082) - (xy 85.2305 117.027082) - (xy 85.2305 116.639653) - (xy 85.189963 116.241016) - (xy 85.109304 115.848525) - (xy 84.989351 115.466207) - (xy 84.831335 115.097987) - (xy 84.636878 114.747642) - (xy 84.407974 114.418768) - (xy 84.407972 114.418765) - (xy 84.146974 114.114738) - (xy 84.119945 114.089045) - (xy 83.856554 113.838674) - (xy 83.68233 113.703815) - (xy 83.539695 113.593407) - (xy 83.199657 113.381459) - (xy 83.199648 113.381454) - (xy 82.839909 113.204994) - (xy 82.839896 113.204988) - (xy 82.464162 113.065831) - (xy 82.388529 113.046248) - (xy 82.076252 112.965394) - (xy 82.076249 112.965393) - (xy 82.076247 112.965393) - (xy 81.680178 112.904717) - (xy 81.461777 112.893641) - (xy 81.380109 112.8895) - (xy 81.179891 112.8895) - (xy 81.101279 112.893486) - (xy 80.879821 112.904717) - (xy 80.483752 112.965393) - (xy 80.095837 113.065831) - (xy 79.720103 113.204988) - (xy 79.72009 113.204994) - (xy 79.360351 113.381454) - (xy 79.360342 113.381459) - (xy 79.020304 113.593407) - (xy 78.703451 113.838669) - (xy 78.413025 114.114738) - (xy 78.152027 114.418765) - (xy 77.923122 114.747641) - (xy 77.923119 114.747646) - (xy 77.728664 115.097987) - (xy 77.570651 115.466201) - (xy 77.570643 115.466222) - (xy 77.450698 115.848514) - (xy 77.450697 115.84852) - (xy 77.370036 116.24102) - (xy 77.3295 116.639651) - (xy 77.3295 117.040348) - (xy 64.9105 117.040348) - (xy 64.9105 117.040347) - (xy 64.9105 116.639653) - (xy 64.869963 116.241016) - (xy 64.789304 115.848525) - (xy 64.669351 115.466207) - (xy 64.511335 115.097987) - (xy 64.316878 114.747642) - (xy 64.087974 114.418768) - (xy 64.087972 114.418765) - (xy 63.826974 114.114738) - (xy 63.799945 114.089045) - (xy 63.536554 113.838674) - (xy 63.36233 113.703815) - (xy 63.219695 113.593407) - (xy 62.879657 113.381459) - (xy 62.879648 113.381454) - (xy 62.519909 113.204994) - (xy 62.519896 113.204988) - (xy 62.144162 113.065831) - (xy 62.068529 113.046248) - (xy 61.756252 112.965394) - (xy 61.756249 112.965393) - (xy 61.756247 112.965393) - (xy 61.360178 112.904717) - (xy 61.141777 112.893641) - (xy 61.060109 112.8895) - (xy 60.859891 112.8895) - (xy 60.781279 112.893486) - (xy 60.559821 112.904717) - (xy 60.163752 112.965393) - (xy 59.775837 113.065831) - (xy 59.400103 113.204988) - (xy 59.40009 113.204994) - (xy 59.040351 113.381454) - (xy 59.040342 113.381459) - (xy 58.700304 113.593407) - (xy 58.383451 113.838669) - (xy 58.093025 114.114738) - (xy 57.832027 114.418765) - (xy 57.603122 114.747641) - (xy 57.603119 114.747646) - (xy 57.408664 115.097987) - (xy 57.250651 115.466201) - (xy 57.250643 115.466222) - (xy 57.130698 115.848514) - (xy 57.130697 115.84852) - (xy 57.050036 116.24102) - (xy 57.0095 116.639651) - (xy 57.0095 117.040348) - (xy 50.8755 117.040348) - (xy 50.8755 96.720348) - (xy 57.0095 96.720348) - (xy 57.050036 97.118979) - (xy 57.130697 97.511479) - (xy 57.130698 97.511485) - (xy 57.250643 97.893777) - (xy 57.250651 97.893798) - (xy 57.408664 98.262012) - (xy 57.603119 98.612353) - (xy 57.603122 98.612358) - (xy 57.832027 98.941234) - (xy 58.093025 99.245261) - (xy 58.093026 99.245262) - (xy 58.383446 99.521326) - (xy 58.700305 99.766593) - (xy 58.830156 99.84753) - (xy 59.040342 99.97854) - (xy 59.040351 99.978545) - (xy 59.400095 100.155008) - (xy 59.400102 100.15501) - (xy 59.400103 100.155011) - (xy 59.775837 100.294168) - (xy 59.775839 100.294168) - (xy 59.775846 100.294171) - (xy 60.163748 100.394606) - (xy 60.559821 100.455282) - (xy 60.859891 100.4705) - (xy 60.859898 100.4705) - (xy 61.060102 100.4705) - (xy 61.060109 100.4705) - (xy 61.360179 100.455282) - (xy 61.756252 100.394606) - (xy 62.144154 100.294171) - (xy 62.519905 100.155008) - (xy 62.879649 99.978545) - (xy 63.219695 99.766593) - (xy 63.536554 99.521326) - (xy 63.826974 99.245262) - (xy 64.087974 98.941232) - (xy 64.316878 98.612358) - (xy 64.511335 98.262013) - (xy 64.669351 97.893793) - (xy 64.789304 97.511475) - (xy 64.869963 97.118984) - (xy 64.9105 96.720348) - (xy 77.3295 96.720348) - (xy 77.370036 97.118979) - (xy 77.450697 97.511479) - (xy 77.450698 97.511485) - (xy 77.570643 97.893777) - (xy 77.570651 97.893798) - (xy 77.728664 98.262012) - (xy 77.923119 98.612353) - (xy 77.923122 98.612358) - (xy 78.152027 98.941234) - (xy 78.413025 99.245261) - (xy 78.413026 99.245262) - (xy 78.703446 99.521326) - (xy 79.020305 99.766593) - (xy 79.150156 99.84753) - (xy 79.360342 99.97854) - (xy 79.360351 99.978545) - (xy 79.720095 100.155008) - (xy 79.720102 100.15501) - (xy 79.720103 100.155011) - (xy 80.095837 100.294168) - (xy 80.095839 100.294168) - (xy 80.095846 100.294171) - (xy 80.483748 100.394606) - (xy 80.879821 100.455282) - (xy 81.179891 100.4705) - (xy 81.179898 100.4705) - (xy 81.380102 100.4705) - (xy 81.380109 100.4705) - (xy 81.680179 100.455282) - (xy 82.076252 100.394606) - (xy 82.464154 100.294171) - (xy 82.839905 100.155008) - (xy 83.199649 99.978545) - (xy 83.539695 99.766593) - (xy 83.856554 99.521326) - (xy 84.146974 99.245262) - (xy 84.407974 98.941232) - (xy 84.636878 98.612358) - (xy 84.831335 98.262013) - (xy 84.989351 97.893793) - (xy 85.109304 97.511475) - (xy 85.189963 97.118984) - (xy 85.2305 96.720348) - (xy 97.6495 96.720348) - (xy 97.690036 97.118979) - (xy 97.770697 97.511479) - (xy 97.770698 97.511485) - (xy 97.890643 97.893777) - (xy 97.890651 97.893798) - (xy 98.048664 98.262012) - (xy 98.243119 98.612353) - (xy 98.243122 98.612358) - (xy 98.472027 98.941234) - (xy 98.733025 99.245261) - (xy 98.733026 99.245262) - (xy 99.023446 99.521326) - (xy 99.340305 99.766593) - (xy 99.470156 99.84753) - (xy 99.680342 99.97854) - (xy 99.680351 99.978545) - (xy 100.040095 100.155008) - (xy 100.040102 100.15501) - (xy 100.040103 100.155011) - (xy 100.415837 100.294168) - (xy 100.415839 100.294168) - (xy 100.415846 100.294171) - (xy 100.803748 100.394606) - (xy 101.199821 100.455282) - (xy 101.499891 100.4705) - (xy 101.499898 100.4705) - (xy 101.700102 100.4705) - (xy 101.700109 100.4705) - (xy 102.000179 100.455282) - (xy 102.396252 100.394606) - (xy 102.784154 100.294171) - (xy 103.159905 100.155008) - (xy 103.519649 99.978545) - (xy 103.859695 99.766593) - (xy 104.176554 99.521326) - (xy 104.466974 99.245262) - (xy 104.727974 98.941232) - (xy 104.956878 98.612358) - (xy 105.151335 98.262013) - (xy 105.309351 97.893793) - (xy 105.429304 97.511475) - (xy 105.509963 97.118984) - (xy 105.5505 96.720347) - (xy 105.5505 96.319653) - (xy 105.509963 95.921016) - (xy 105.429304 95.528525) - (xy 105.309351 95.146207) - (xy 105.151335 94.777987) - (xy 104.956878 94.427642) - (xy 104.727974 94.098768) - (xy 104.727972 94.098765) - (xy 104.466974 93.794738) - (xy 104.466973 93.794738) - (xy 104.176554 93.518674) - (xy 103.859695 93.273407) - (xy 103.859695 93.273406) - (xy 103.519657 93.061459) - (xy 103.519648 93.061454) - (xy 103.159909 92.884994) - (xy 103.159896 92.884988) - (xy 102.784162 92.745831) - (xy 102.708529 92.726248) - (xy 102.396252 92.645394) - (xy 102.396249 92.645393) - (xy 102.396247 92.645393) - (xy 102.000178 92.584717) - (xy 101.781777 92.573641) - (xy 101.700109 92.5695) - (xy 101.499891 92.5695) - (xy 101.421279 92.573486) - (xy 101.199821 92.584717) - (xy 100.803752 92.645393) - (xy 100.415837 92.745831) - (xy 100.040103 92.884988) - (xy 100.04009 92.884994) - (xy 99.680351 93.061454) - (xy 99.680342 93.061459) - (xy 99.340304 93.273407) - (xy 99.023451 93.518669) - (xy 98.733025 93.794738) - (xy 98.472027 94.098765) - (xy 98.243122 94.427641) - (xy 98.243119 94.427646) - (xy 98.048664 94.777987) - (xy 97.890651 95.146201) - (xy 97.890643 95.146222) - (xy 97.770698 95.528514) - (xy 97.770697 95.52852) - (xy 97.690036 95.92102) - (xy 97.6495 96.319651) - (xy 97.6495 96.720348) - (xy 85.2305 96.720348) - (xy 85.2305 96.720347) - (xy 85.2305 96.319653) - (xy 85.189963 95.921016) - (xy 85.109304 95.528525) - (xy 84.989351 95.146207) - (xy 84.831335 94.777987) - (xy 84.636878 94.427642) - (xy 84.407974 94.098768) - (xy 84.407972 94.098765) - (xy 84.146974 93.794738) - (xy 84.146973 93.794737) - (xy 83.856554 93.518674) - (xy 83.539695 93.273407) - (xy 83.539694 93.273407) - (xy 83.199657 93.061459) - (xy 83.199648 93.061454) - (xy 82.839909 92.884994) - (xy 82.839896 92.884988) - (xy 82.464162 92.745831) - (xy 82.388529 92.726248) - (xy 82.076252 92.645394) - (xy 82.076249 92.645393) - (xy 82.076247 92.645393) - (xy 81.680178 92.584717) - (xy 81.461777 92.573641) - (xy 81.380109 92.5695) - (xy 81.179891 92.5695) - (xy 81.101279 92.573486) - (xy 80.879821 92.584717) - (xy 80.483752 92.645393) - (xy 80.095837 92.745831) - (xy 79.720103 92.884988) - (xy 79.72009 92.884994) - (xy 79.360351 93.061454) - (xy 79.360342 93.061459) - (xy 79.020304 93.273407) - (xy 78.703451 93.518669) - (xy 78.413025 93.794738) - (xy 78.152027 94.098765) - (xy 77.923122 94.427641) - (xy 77.923119 94.427646) - (xy 77.728664 94.777987) - (xy 77.570651 95.146201) - (xy 77.570643 95.146222) - (xy 77.450698 95.528514) - (xy 77.450697 95.52852) - (xy 77.370036 95.92102) - (xy 77.3295 96.319651) - (xy 77.3295 96.720348) - (xy 64.9105 96.720348) - (xy 64.9105 96.720347) - (xy 64.9105 96.319653) - (xy 64.869963 95.921016) - (xy 64.789304 95.528525) - (xy 64.669351 95.146207) - (xy 64.511335 94.777987) - (xy 64.316878 94.427642) - (xy 64.087974 94.098768) - (xy 64.087972 94.098765) - (xy 63.826974 93.794738) - (xy 63.536554 93.518674) - (xy 63.219695 93.273407) - (xy 63.219694 93.273407) - (xy 62.879657 93.061459) - (xy 62.879648 93.061454) - (xy 62.519909 92.884994) - (xy 62.519896 92.884988) - (xy 62.144162 92.745831) - (xy 62.068529 92.726248) - (xy 61.756252 92.645394) - (xy 61.756249 92.645393) - (xy 61.756247 92.645393) - (xy 61.360178 92.584717) - (xy 61.141777 92.573641) - (xy 61.060109 92.5695) - (xy 60.859891 92.5695) - (xy 60.781279 92.573486) - (xy 60.559821 92.584717) - (xy 60.163752 92.645393) - (xy 59.775837 92.745831) - (xy 59.400103 92.884988) - (xy 59.40009 92.884994) - (xy 59.040351 93.061454) - (xy 59.040342 93.061459) - (xy 58.700304 93.273407) - (xy 58.383451 93.518669) - (xy 58.093025 93.794738) - (xy 57.832027 94.098765) - (xy 57.603122 94.427641) - (xy 57.603119 94.427646) - (xy 57.408664 94.777987) - (xy 57.250651 95.146201) - (xy 57.250643 95.146222) - (xy 57.130698 95.528514) - (xy 57.130697 95.52852) - (xy 57.050036 95.92102) - (xy 57.0095 96.319651) - (xy 57.0095 96.720348) - (xy 50.8755 96.720348) - (xy 50.8755 83.850397) - (xy 100.465952 83.850397) - (xy 100.465952 86.66208) - (xy 102.738738 86.66208) - (xy 102.738738 83.850397) - (xy 100.465952 83.850397) - (xy 50.8755 83.850397) - (xy 50.8755 76.400348) - (xy 57.0095 76.400348) - (xy 57.045975 76.759047) - (xy 57.050037 76.798984) - (xy 57.116924 77.124462) - (xy 57.130697 77.191479) - (xy 57.130698 77.191485) - (xy 57.250643 77.573777) - (xy 57.250651 77.573798) - (xy 57.408664 77.942012) - (xy 57.603119 78.292353) - (xy 57.603122 78.292358) - (xy 57.832027 78.621234) - (xy 58.093025 78.925261) - (xy 58.093026 78.925262) - (xy 58.383446 79.201326) - (xy 58.700305 79.446593) - (xy 58.745368 79.474681) - (xy 59.040342 79.65854) - (xy 59.040351 79.658545) - (xy 59.400095 79.835008) - (xy 59.400102 79.83501) - (xy 59.400103 79.835011) - (xy 59.775837 79.974168) - (xy 59.775839 79.974168) - (xy 59.775846 79.974171) - (xy 60.163748 80.074606) - (xy 60.559821 80.135282) - (xy 60.859891 80.1505) - (xy 60.859898 80.1505) - (xy 61.060102 80.1505) - (xy 61.060109 80.1505) - (xy 61.360179 80.135282) - (xy 61.756252 80.074606) - (xy 62.144154 79.974171) - (xy 62.519905 79.835008) - (xy 62.879649 79.658545) - (xy 63.219695 79.446593) - (xy 63.536554 79.201326) - (xy 63.826974 78.925262) - (xy 64.087974 78.621232) - (xy 64.316878 78.292358) - (xy 64.511335 77.942013) - (xy 64.669351 77.573793) - (xy 64.789304 77.191475) - (xy 64.869963 76.798984) - (xy 64.9105 76.400348) - (xy 77.3295 76.400348) - (xy 77.365975 76.759047) - (xy 77.370037 76.798984) - (xy 77.436924 77.124462) - (xy 77.450697 77.191479) - (xy 77.450698 77.191485) - (xy 77.570643 77.573777) - (xy 77.570651 77.573798) - (xy 77.728664 77.942012) - (xy 77.923119 78.292353) - (xy 77.923122 78.292358) - (xy 78.152027 78.621234) - (xy 78.413025 78.925261) - (xy 78.413026 78.925262) - (xy 78.703446 79.201326) - (xy 79.020305 79.446593) - (xy 79.065368 79.474681) - (xy 79.360342 79.65854) - (xy 79.360351 79.658545) - (xy 79.720095 79.835008) - (xy 79.720102 79.83501) - (xy 79.720103 79.835011) - (xy 80.095837 79.974168) - (xy 80.095839 79.974168) - (xy 80.095846 79.974171) - (xy 80.483748 80.074606) - (xy 80.879821 80.135282) - (xy 81.179891 80.1505) - (xy 81.179898 80.1505) - (xy 81.380102 80.1505) - (xy 81.380109 80.1505) - (xy 81.680179 80.135282) - (xy 82.076252 80.074606) - (xy 82.464154 79.974171) - (xy 82.839905 79.835008) - (xy 83.199649 79.658545) - (xy 83.539695 79.446593) - (xy 83.856554 79.201326) - (xy 84.146974 78.925262) - (xy 84.407974 78.621232) - (xy 84.636878 78.292358) - (xy 84.831335 77.942013) - (xy 84.989351 77.573793) - (xy 85.109304 77.191475) - (xy 85.189963 76.798984) - (xy 85.2305 76.400347) - (xy 85.2305 76.387082) - (xy 98.1495 76.387082) - (xy 98.189953 76.759047) - (xy 98.270386 77.124461) - (xy 98.331623 77.306203) - (xy 98.389858 77.479038) - (xy 98.38986 77.479043) - (xy 98.389862 77.479048) - (xy 98.546959 77.818608) - (xy 98.546966 77.818621) - (xy 98.739853 78.139205) - (xy 98.739857 78.13921) - (xy 98.739861 78.139216) - (xy 98.739864 78.13922) - (xy 98.856273 78.292353) - (xy 98.966296 78.437086) - (xy 98.966297 78.437087) - (xy 99.223608 78.708727) - (xy 99.50877 78.950947) - (xy 99.508774 78.95095) - (xy 99.508779 78.950954) - (xy 99.65983 79.053369) - (xy 99.818465 79.160926) - (xy 99.818469 79.160928) - (xy 100.149045 79.336189) - (xy 100.149049 79.33619) - (xy 100.149054 79.336193) - (xy 100.496635 79.474681) - (xy 100.496637 79.474682) - (xy 100.694804 79.529702) - (xy 100.857155 79.574779) - (xy 101.226387 79.635311) - (xy 101.506528 79.6505) - (xy 101.693472 79.6505) - (xy 101.973613 79.635311) - (xy 102.342845 79.574779) - (xy 102.595134 79.50473) - (xy 102.703362 79.474682) - (xy 102.703364 79.474681) - (xy 102.703363 79.474681) - (xy 102.703368 79.47468) - (xy 103.050955 79.336189) - (xy 103.381531 79.160928) - (xy 103.691221 78.950954) - (xy 103.976392 78.708727) - (xy 104.233703 78.437087) - (xy 104.460136 78.13922) - (xy 104.460142 78.139209) - (xy 104.460146 78.139205) - (xy 104.580055 77.939912) - (xy 104.653036 77.818617) - (xy 104.810142 77.479038) - (xy 104.929613 77.124462) - (xy 105.010046 76.759049) - (xy 105.0505 76.387081) - (xy 105.0505 76.012919) - (xy 105.010046 75.640951) - (xy 104.929613 75.275538) - (xy 104.810142 74.920962) - (xy 104.653036 74.581383) - (xy 104.653033 74.581378) - (xy 104.460146 74.260794) - (xy 104.460142 74.260789) - (xy 104.460139 74.260785) - (xy 104.460136 74.26078) - (xy 104.233703 73.962913) - (xy 103.976392 73.691273) - (xy 103.976391 73.691272) - (xy 103.691229 73.449052) - (xy 103.691223 73.449048) - (xy 103.691221 73.449046) - (xy 103.611901 73.395266) - (xy 103.381534 73.239073) - (xy 103.050963 73.063815) - (xy 103.050945 73.063806) - (xy 102.703364 72.925318) - (xy 102.703362 72.925317) - (xy 102.342853 72.825223) - (xy 102.34285 72.825222) - (xy 102.342846 72.825221) - (xy 102.342845 72.825221) - (xy 102.246153 72.809369) - (xy 101.97361 72.764688) - (xy 101.693472 72.7495) - (xy 101.506528 72.7495) - (xy 101.226389 72.764688) - (xy 100.857149 72.825222) - (xy 100.857146 72.825223) - (xy 100.496637 72.925317) - (xy 100.496635 72.925318) - (xy 100.149054 73.063806) - (xy 100.149036 73.063815) - (xy 99.818465 73.239073) - (xy 99.50878 73.449045) - (xy 99.50877 73.449052) - (xy 99.223608 73.691272) - (xy 98.966297 73.962912) - (xy 98.966296 73.962913) - (xy 98.739857 74.260789) - (xy 98.739853 74.260794) - (xy 98.546966 74.581378) - (xy 98.546959 74.581391) - (xy 98.389862 74.920951) - (xy 98.270386 75.275538) - (xy 98.189953 75.640952) - (xy 98.1495 76.012917) - (xy 98.1495 76.387082) - (xy 85.2305 76.387082) - (xy 85.2305 75.999653) - (xy 85.189963 75.601016) - (xy 85.109304 75.208525) - (xy 84.989351 74.826207) - (xy 84.831335 74.457987) - (xy 84.636878 74.107642) - (xy 84.407974 73.778768) - (xy 84.407972 73.778765) - (xy 84.146974 73.474738) - (xy 84.119945 73.449045) - (xy 83.856554 73.198674) - (xy 83.68233 73.063815) - (xy 83.539695 72.953407) - (xy 83.199657 72.741459) - (xy 83.199648 72.741454) - (xy 82.839909 72.564994) - (xy 82.839896 72.564988) - (xy 82.464162 72.425831) - (xy 82.388529 72.406248) - (xy 82.076252 72.325394) - (xy 82.076249 72.325393) - (xy 82.076247 72.325393) - (xy 81.680178 72.264717) - (xy 81.461777 72.253641) - (xy 81.380109 72.2495) - (xy 81.179891 72.2495) - (xy 81.101279 72.253486) - (xy 80.879821 72.264717) - (xy 80.483752 72.325393) - (xy 80.095837 72.425831) - (xy 79.720103 72.564988) - (xy 79.72009 72.564994) - (xy 79.360351 72.741454) - (xy 79.360342 72.741459) - (xy 79.020304 72.953407) - (xy 78.703451 73.198669) - (xy 78.413025 73.474738) - (xy 78.152027 73.778765) - (xy 77.923122 74.107641) - (xy 77.923119 74.107646) - (xy 77.728664 74.457987) - (xy 77.570651 74.826201) - (xy 77.570643 74.826222) - (xy 77.450698 75.208514) - (xy 77.450697 75.20852) - (xy 77.370036 75.60102) - (xy 77.3295 75.999651) - (xy 77.3295 76.400348) - (xy 64.9105 76.400348) - (xy 64.9105 76.400347) - (xy 64.9105 75.999653) - (xy 64.869963 75.601016) - (xy 64.789304 75.208525) - (xy 64.669351 74.826207) - (xy 64.511335 74.457987) - (xy 64.316878 74.107642) - (xy 64.087974 73.778768) - (xy 64.087972 73.778765) - (xy 63.826974 73.474738) - (xy 63.799945 73.449045) - (xy 63.536554 73.198674) - (xy 63.36233 73.063815) - (xy 63.219695 72.953407) - (xy 62.879657 72.741459) - (xy 62.879648 72.741454) - (xy 62.519909 72.564994) - (xy 62.519896 72.564988) - (xy 62.144162 72.425831) - (xy 62.068529 72.406248) - (xy 61.756252 72.325394) - (xy 61.756249 72.325393) - (xy 61.756247 72.325393) - (xy 61.360178 72.264717) - (xy 61.141777 72.253641) - (xy 61.060109 72.2495) - (xy 60.859891 72.2495) - (xy 60.781279 72.253486) - (xy 60.559821 72.264717) - (xy 60.163752 72.325393) - (xy 59.775837 72.425831) - (xy 59.400103 72.564988) - (xy 59.40009 72.564994) - (xy 59.040351 72.741454) - (xy 59.040342 72.741459) - (xy 58.700304 72.953407) - (xy 58.383451 73.198669) - (xy 58.093025 73.474738) - (xy 57.832027 73.778765) - (xy 57.603122 74.107641) - (xy 57.603119 74.107646) - (xy 57.408664 74.457987) - (xy 57.250651 74.826201) - (xy 57.250643 74.826222) - (xy 57.130698 75.208514) - (xy 57.130697 75.20852) - (xy 57.050036 75.60102) - (xy 57.0095 75.999651) - (xy 57.0095 76.400348) - (xy 50.8755 76.400348) - (xy 50.8755 50.9995) - (xy 50.895185 50.932461) - (xy 50.947989 50.886706) - (xy 50.9995 50.8755) - (xy 57.912371 50.8755) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "equalizer") + (date "2021-08-01") + (rev "R01") + (comment 1 "PCB for panel") + (comment 2 "Resonant equalizer by Serge Tcherepnin") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060ad605a") + (at 101.6 53.8) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H3" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "68afd77c-3f31-44d7-b7ae-e5e9a1678a89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "a7781b42-32b3-4927-a180-18eb3f21079b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "522d4c60-b7d8-44e2-99c6-42ee2500fc39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "392f4df3-ae8f-4f8f-b9c0-433e57c0e3bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "348913cc-846a-43e1-902d-4ca688261cdd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ad6346") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "830b2e6a-61e7-4676-9591-1ae2bb3f0488") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "52dd99e8-edfc-437c-96c7-cbb0505b0fb1") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "43f973bd-d873-41f9-9b59-e45f25f596a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "536e8933-c239-4ea6-a123-7de386c07f4e") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "2b711f9a-fb8e-4b04-8a16-c9dbd96151b6") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "5eb8ece0-8fb3-4f10-9fe3-bee74d1c1aa9") + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060ad6062") + (at 101.6 176.3) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H4" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "3305ca1f-dc3c-448b-a4f1-f5c833c7de88") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "6fd7ab36-c8be-416f-8967-4ce2b9d13e18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3833103c-631e-4e2a-9683-5d078a9fba15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8eeef094-c92b-4320-8188-ed58cc8809d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb509849-ee62-4344-9214-aec903ec49bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ad634c") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "55c9392d-3e0d-4095-84d5-d78c587f8849") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e5f26386-f61a-410a-9f31-27f0879abaaf") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "98b1cca6-e165-43b4-a6bb-44d248f0c558") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "747c6297-bf88-4eae-9b66-75844fbeac3e") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "4957884e-50b9-482b-9c06-b32270a45e33") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "b224895c-b1ea-4ae0-91ae-bd25c26fbf42") + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b1d") + (at 58.3 176.3) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H1" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "f9ba9869-581d-4997-94bc-fa7889edc5a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "e0f0776a-d79f-4547-9870-d54d3dc86f0c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d84e0981-eb20-443e-8b0d-362869441ef3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f3993ac-5eb7-4a7f-b8a1-0d0986c059fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6f26742-f17b-4131-b44e-c9bc6f1ff1ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ffc12a") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "2f7b933a-fbf1-400d-9dd4-9172a3946984") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "6afae219-2581-4afe-96c7-a195f3a5c1ac") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0c7ff02c-0309-4a15-8f91-79ccc0a3be4c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "11082f44-807c-4659-9537-5cb64a936a23") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "85d804d3-c0ec-488a-9e9a-231ed2944f31") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "63bd72fd-2f86-4f41-a876-333e5094d49d") + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b27") + (at 58.3 53.8) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H2" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "b385a261-c0f5-4651-b1c6-9e6553a445e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "6a9299d5-b92d-4d5f-9da8-e0460c36b3f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccfbcdb6-e57d-4646-a4c3-a585ab2076bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0386a212-2b97-496b-93cf-6397e347d214") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0121c4d6-3ae5-45fb-b38f-bb10369b7a80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ffc12b") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "ae107bbc-d398-4135-bcba-d8553f3e8989") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "63bb268a-bc03-461d-9041-570b94280862") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "821e60d6-d344-42c0-8e08-15e0351d93b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "564da8e7-59ee-402a-bf78-5279a0df35ca") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "13cf3c69-582a-4462-bcb6-dce949a139f9") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "d168382a-7197-4931-adaf-25d538b141d8") + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b53") + (at 60.96 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H5" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "a556df3a-7460-4539-be91-9d975d2eb684") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "115Hz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "5b3d6587-9eee-4c9b-9203-53dd06bc8142") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3626782e-fdc0-4fd7-91cd-e34054a3aaa2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a81d4fb-6cb0-400d-ba2d-ddc8c625e664") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1948957f-8f13-4050-b84d-9d3cb3d3a8c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061000649") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "a141225e-80e6-4e88-b5b2-c92338d914a9") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "3158a4f5-f181-44dc-86ec-731e7bd8e373") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "d78c1dd5-47d8-46c6-875d-f055c4285748") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "8ecfa9f9-057a-4661-b58f-e3a8f8fee194") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b5b") + (at 60.96 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H6" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "b3fd1718-1a8b-423d-8cbc-7132b366f4ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "411Hz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "2aa8734c-75a1-4d67-9bba-65daaeb415d3") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b22d218-9977-4d49-a373-b56f7af1c27f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02f654cf-1259-4377-9018-7817c077440a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fbaf0508-b3bf-43c4-a0dc-0a8db63a6368") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061001477") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "adc3e908-8969-430e-8e23-ebc978aba3b2") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "ed89c9a4-4d6b-4f6d-bc89-686d92a1464f") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "4e59dd6c-ad58-49d9-83dc-c0eb54a2a12d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "8626d95d-e053-4685-8d86-bec6b10132ec") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b63") + (at 60.96 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H7" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "f2e06170-fbd7-4b31-9c97-bfa0058338c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1.5kHz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "416fa658-4c87-4919-b17e-55e466da03ed") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "573afbc9-709c-4f6b-8d47-417b18a657c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb1e2359-757c-4506-a57b-dc1791f1301f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27377916-edcb-4abe-a4f0-061ff7f6e098") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061001483") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "180d0fe3-bb7a-464a-a79d-33b6b8629aff") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "aa62e028-9fb1-4595-9f9d-ad441d2f5fb2") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "4b5a5ae6-d96f-4344-9cc8-825996508900") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "ff06b3b0-3681-41f8-bfe3-ec8fde2cdb1d") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b6b") + (at 101.6 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H8" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "5c0163e4-b8ea-48da-a9f2-668184f00147") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "8abaffaa-42c9-4a61-9fcc-38d227849668") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e399ef0-ac99-4ff5-9894-2944711ff458") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eec8b126-8d38-4d74-97b1-0d81546f5810") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "564cf026-0bff-40cd-9e20-fda0b248a2ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6b047c") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "797bc434-8e73-43a3-b28a-2a91f1fc6874") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "94f0350d-a499-4f51-b669-91ef18230f98") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "f14162d0-6a09-4292-a474-febdbfbaf9e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "096e1b91-7213-48a9-890f-a135d8a65033") + ) + (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" + (offset + (xyz 0 0 3.5) + ) + (scale + (xyz 0.5 0.5 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b73") + (at 60.96 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H9" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "fbc07f69-6d1a-4fd6-8720-07fef8f015da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "29Hz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "c10aba58-559c-412e-b3ba-59184d6e28c7") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd137718-9e9e-4ee9-b766-2e723d23d0e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7fbd1607-b0c6-47db-893f-412203ddc2f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce9748b3-4da7-48e3-aae7-0fb5e38b381c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6afc22") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "9098bd64-56a4-4e49-88e1-7c31671ac9ab") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0c197ff3-0730-4115-9998-4c0be1491782") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "81d795a2-b6e6-46ae-8228-e278233b785d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "a33da3b0-a6cf-42f1-8f92-c6e830c2ce35") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b7b") + (at 60.96 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H10" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "dc39cca2-5ca3-4659-a0e7-ad85812fecec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.2kHz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "5f99fc26-247f-420e-bf62-97616693a6ba") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0395db9f-dc1c-4ae0-9861-4d28490fe674") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ceabe4ee-221e-4bd5-9583-7f5897693e7c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "771e489c-94c8-42ba-a2b8-39da9aa9d13f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610020e1") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "d3772639-1a11-40b2-8be6-7e1e5c4db640") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "ec3c731a-67ad-4df6-9028-f8e79d38dec0") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "1f2a491c-e0cb-4004-8869-ee81fa984fff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "48dcc3f1-774b-4033-a543-02230f78d382") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b83") + (at 81.28 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H11" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "58e5b894-ed1e-4f04-87bf-d73626e45c3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "61Hz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "e71bf8a0-ad95-4c7e-8cc9-8d6c27b35c30") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6a3bd3a-600d-45b2-8c5b-0f3d03e4b322") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7692c10-0e62-49a4-9ec5-4a54459a997b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39eb6949-a17e-4526-93ed-cc176420af00") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060fffdbc") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "5225da69-faf2-4080-8d08-9f785b64e1f0") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "2eb894ce-555f-403b-99af-47bc5525cf93") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "317c78fe-0ec3-42e4-8405-21f872715747") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "a6884e3d-909b-4b3c-9669-769c8a114bb3") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b8b") + (at 81.28 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H12" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "c90664fc-0ec4-496b-a174-bb7287e02c5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "218Hz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "2cefe0ed-6473-4f38-8f3a-1ca0ce47aaca") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19c30406-798b-446f-9205-8d2bd2601d4b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98bcc503-59f4-4d3f-b5ff-d747cbfe7d4e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b41666c-11ca-4644-81da-079c42c6225a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006100064f") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "a46ede9c-9f4c-46f1-809b-7d7e9d07e881") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d920868b-f619-4554-b3a8-071c541b07e2") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "ff18ac9e-e308-4eed-974d-922aa41d451d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "61d80871-17cc-4b0b-9b99-fc9010ad4625") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b93") + (at 81.28 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H13" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "9b4f6726-09d9-4311-b525-a29769347ac7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "777Hz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "ab234772-4c77-4190-8197-0c2fcb115ae0") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5743331-a523-4e35-8f39-9e3101c08e99") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c9f7074-9746-42cf-a020-b3e886cde621") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "933b5423-3108-42a2-8e2a-c0b81944e1be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006100147d") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "42035629-875f-4f63-bce6-f2da8761a39e") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "76655d06-e0d1-4e0c-bf50-3317b59eaab9") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "168ec671-a88d-4956-8d8b-6cebb48804a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "3c16a141-a3d0-4e30-9e23-5e485fc65ce0") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001b9b") + (at 81.28 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H14" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "f3d05d27-8acf-40d3-af0e-7f405f90f7fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2.8kHz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "96d17dcc-b397-4e8d-bfe3-08e1340b682f") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7218f3e2-b9d7-42d4-901c-1252487a3d59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74b2d06c-7dd1-4cad-a014-188310fd7321") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93822368-ed58-445b-9270-9e084fda284b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061001489") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "7f0e1483-3285-4877-8213-5c11b0f96575") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "12e1bead-47d3-4167-9ac0-3580f712eea2") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "c5824c21-67f9-45a2-be4d-5e38e6aeaace") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "c647bda7-1772-4af2-a86d-455c6b00b84a") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001ba3") + (at 81.28 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H15" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "50e4d201-c234-4f23-b8c0-c4fb0c045a8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "11kHz" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "cf228171-8f05-4305-ac3b-1e00c8a3e128") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "444a2e1d-a81a-470b-9554-4cf87268adee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff978f1c-a2fa-4a21-881e-1b10a85ae090") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be1311ae-df6d-4d7e-b514-e804948d115d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610020e7") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "ff37c430-d3fe-48bd-bacc-3f1826ef47e9") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e284e26b-e203-4968-a376-0236f698d5a0") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "e788292a-278e-4cd5-b729-b146355a7a88") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "35a85718-46f3-47ee-a86b-2c002683572e") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001bab") + (at 101.6 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H16" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "d509a6a6-f3e5-447d-a63b-da08e2b51751") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT_A" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "9732402c-123e-407d-871a-668f25e70ad4") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8fadab0-b7c0-4b86-bb7d-5dd661f2660a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fa8c463-bdd5-4b7b-92bb-79cbc4436bf8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e53c7394-7939-42fd-bf64-510d8687a915") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610041d1") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "8e7f76a5-ac8e-4f74-940c-397304a99bcb") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "39cccd91-3820-47fa-9c05-3ba5f3c39536") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "09a903d2-47eb-4884-82a9-918d7bcf7f81") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "6859b3dc-726a-450a-befb-3e8171f11777") + ) + (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" + (offset + (xyz 0 0 3.5) + ) + (scale + (xyz 0.5 0.5 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001bb3") + (at 101.6 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H17" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "9efbceca-144c-48c1-9fd6-14ec313b804f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT_B" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "3fe8fc12-f6c5-461c-8c2e-3b148a53a80c") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2654ca8f-9795-4dd2-9bc4-f77a506fa5e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07800e2b-4985-4323-aa68-75245c4ce083") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc53d3b1-4196-458c-96ab-4856f5720165") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610043f0") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "c205fe6c-5fa8-4d2f-8ce7-390b47d54004") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "8a855165-b9e8-42ce-a813-aa6e71a1215d") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "752a97c3-863c-4225-a2ad-6ed008d296cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "ed36dcb9-4a42-4fd0-a73f-10e4adeaeea1") + ) + (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" + (offset + (xyz 0 0 3.5) + ) + (scale + (xyz 0.5 0.5 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001bbb") + (at 101.6 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H18" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "3b1f21d1-d6b0-4505-be21-02165a4b46d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "d05e66d2-bca4-4e08-9f6d-d1c9c0a3aa72") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06a3f714-fd1e-4003-a3c2-00b6471ade74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e64bc32-ef33-4483-8506-21d7e65bd21f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3dc609e5-564a-4765-8edb-b4e419770fc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610046c1") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "00c0a76a-1d69-45ba-bfe0-efcd4d505998") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "5500d10a-55f4-4289-87e4-0eac90b05510") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "4bbef2a4-4fc0-4ca2-89c9-32bb6ab20ad6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "4a9233ae-27a8-4599-9b9f-a6ad7005786e") + ) + (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" + (offset + (xyz 0 0 3.5) + ) + (scale + (xyz 0.5 0.5 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061001bc3") + (at 101.6 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H19" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "d79e82c3-6568-4c36-a3e8-a31daa3c5166") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "fcd4cc8d-2d5e-4c1d-b3c4-d6396ce461ae") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86466387-84b5-45db-a8a4-44e573b6484c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a2f60f17-202c-48ad-bfe0-58e2138a5e96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "94831ceb-b795-40e2-847d-0cfdf0ac98fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061004c0c") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "5ea6bdc6-aacb-4428-b4b1-55a4dc5031f1") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "451f54ce-3c34-4e89-a4d6-80f3b3d3792c") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "dd16ced6-4ea2-44fa-bb5a-958d79832d19") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "90d2d97c-30b8-42ff-ae5e-a6425e22e3cb") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 111.4 179.3) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + ) + (gr_line + (start 50.8 50.8) + (end 111.4 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + ) + (gr_line + (start 111.4 50.8) + (end 111.4 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c0eca5ed-bc5e-4618-9bcd-80945bea41ed") + ) + (gr_text "R01" + (at 94.234 176.276 0) + (layer "F.Cu") + (uuid "003c2200-0632-4808-a662-8ddd5d30c768") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "B" + (at 101.6 146.304 0) + (layer "F.Cu" knockout) + (uuid "3e903008-0276-4a73-8edb-5d9dfde6297c") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "OUT" + (at 101.6 166.624 0) + (layer "F.Cu" knockout) + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "IN" + (at 101.6 85.344 0) + (layer "F.Cu" knockout) + (uuid "8bc5dde0-92d9-4c8b-b8e5-ae3468249ef7") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "A" + (at 101.6 125.984 0) + (layer "F.Cu" knockout) + (uuid "d54955ae-eb44-4ba0-b3da-ad4d4ee3efee") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "IN" + (at 101.6 85.344 0) + (layer "B.Mask") + (uuid "00000000-0000-0000-0000-00006106a283") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "B" + (at 101.6 146.304 0) + (layer "B.Mask") + (uuid "12fe5edc-4d23-4df5-9382-089be36b4796") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "A" + (at 101.6 125.984 0) + (layer "B.Mask") + (uuid "24f7628d-681d-4f0e-8409-40a129e929d9") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "OUT" + (at 101.6 166.624 0) + (layer "B.Mask") + (uuid "b5280fd0-7029-4b83-8439-d7c39091f765") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "61Hz" + (at 78.74 86.614 0) + (layer "F.Mask") + (uuid "1bdc8013-6388-42ff-81cc-fc782ac0edde") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "5.2kHz" + (at 57.404 167.894 0) + (layer "F.Mask") + (uuid "1df3c012-d5ae-47ba-9884-7f2b63291aaa") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "A" + (at 101.6 125.984 0) + (layer "F.Mask") + (uuid "28c5c209-ecf2-4a50-9a64-3d60e4717939") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "equalizer" + (at 80.772 53.8 0) + (layer "F.Mask") + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + (effects + (font + (size 3 3) + (thickness 0.35) + ) + ) + ) + (gr_text "115Hz" + (at 57.658 106.934 0) + (layer "F.Mask") + (uuid "54df2190-3815-4745-84aa-b0f00786df07") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "B" + (at 101.6 146.304 0) + (layer "F.Mask") + (uuid "675c4d25-7dc2-4030-9604-043ba80f717f") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "1.5kHz" + (at 57.404 147.574 0) + (layer "F.Mask") + (uuid "6e5fb506-78d9-4976-b8e6-5f07d7088303") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "777Hz" + (at 77.978 127.254 0) + (layer "F.Mask") + (uuid "85c3e624-e391-4263-b60c-c05ad8af8d61") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "411Hz" + (at 57.658 127.254 0) + (layer "F.Mask") + (uuid "8951e175-ad4f-44c9-915e-71a0f452da18") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "IN" + (at 101.6 85.344 0) + (layer "F.Mask") + (uuid "a3bcf201-17c2-475d-9ab5-ed13e0a9e9cb") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "2.8kHz" + (at 77.724 147.574 0) + (layer "F.Mask") + (uuid "c8d36e8a-3cf7-436e-b2eb-fa122c10c395") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "29Hz" + (at 58.42 86.614 0) + (layer "F.Mask") + (uuid "cf45000f-4ca6-4382-a919-ade22df2552c") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "11kHz" + (at 77.978 167.894 0) + (layer "F.Mask") + (uuid "e39187bb-339b-4916-b88e-3e208ff33034") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "218Hz" + (at 77.978 106.934 0) + (layer "F.Mask") + (uuid "e70eb326-f4a0-4b98-83dc-26a404ece023") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "OUT" + (at 101.6 166.624 0) + (layer "F.Mask") + (uuid "e9a6bfd6-db0f-4275-8445-9137ee563f44") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (zone + (net 0) + (net_name "") + (layer "F.Cu") + (uuid "55be78e7-8a8f-4c87-bfde-e45671c406de") + (hatch edge 0.5) + (connect_pads + (clearance 0) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + (island_removal_mode 1) + (island_area_min 10) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 111.252 50.8) (xy 111.252 179.324) (xy 50.8 179.324) + ) + ) + (filled_polygon + (layer "F.Cu") + (island) + (pts + (xy 57.97941 50.895185) (xy 58.025165 50.947989) (xy 58.035109 51.017147) (xy 58.006084 51.080703) + (xy 57.947306 51.118477) (xy 57.934724 51.121468) (xy 57.898861 51.12804) (xy 57.652547 51.173178) + (xy 57.340657 51.270366) (xy 57.340641 51.270372) (xy 57.340639 51.270373) (xy 57.150933 51.355752) + (xy 57.042725 51.404453) (xy 57.042723 51.404454) (xy 56.763131 51.573473) (xy 56.50596 51.774954) + (xy 56.274954 52.00596) (xy 56.073473 52.263131) (xy 55.904454 52.542723) (xy 55.904453 52.542725) + (xy 55.770372 52.840642) (xy 55.770366 52.840657) (xy 55.673178 53.152547) (xy 55.614289 53.4739) + (xy 55.594564 53.8) (xy 55.614289 54.126099) (xy 55.673178 54.447452) (xy 55.770366 54.759342) (xy 55.77037 54.759354) + (xy 55.770373 54.759361) (xy 55.904455 55.057279) (xy 56.068901 55.329306) (xy 56.073473 55.336868) + (xy 56.274954 55.594039) (xy 56.50596 55.825045) (xy 56.763131 56.026526) (xy 56.763134 56.026528) + (xy 56.763137 56.02653) (xy 57.042721 56.195545) (xy 57.340639 56.329627) (xy 57.340652 56.329631) + (xy 57.340657 56.329633) (xy 57.652547 56.426821) (xy 57.973896 56.48571) (xy 58.3 56.505436) (xy 58.626104 56.48571) + (xy 58.947453 56.426821) (xy 59.259361 56.329627) (xy 59.557279 56.195545) (xy 59.836863 56.02653) + (xy 60.094036 55.825048) (xy 60.325048 55.594036) (xy 60.52653 55.336863) (xy 60.695545 55.057279) + (xy 60.829627 54.759361) (xy 60.926821 54.447453) (xy 60.98571 54.126104) (xy 61.005436 53.8) (xy 60.98571 53.473896) + (xy 60.926821 53.152547) (xy 60.829627 52.840639) (xy 60.695545 52.542721) (xy 60.52653 52.263137) + (xy 60.526528 52.263134) (xy 60.526526 52.263131) (xy 60.325045 52.00596) (xy 60.094039 51.774954) + (xy 59.836868 51.573473) (xy 59.829306 51.568901) (xy 59.557279 51.404455) (xy 59.259361 51.270373) + (xy 59.259354 51.27037) (xy 59.259342 51.270366) (xy 58.947452 51.173178) (xy 58.707967 51.129291) + (xy 58.665277 51.121468) (xy 58.602885 51.090023) (xy 58.567397 51.029836) (xy 58.570082 50.960018) + (xy 58.610088 50.902735) (xy 58.674712 50.876175) (xy 58.687629 50.8755) (xy 101.212371 50.8755) + (xy 101.27941 50.895185) (xy 101.325165 50.947989) (xy 101.335109 51.017147) (xy 101.306084 51.080703) + (xy 101.247306 51.118477) (xy 101.234724 51.121468) (xy 101.198861 51.12804) (xy 100.952547 51.173178) + (xy 100.640657 51.270366) (xy 100.640641 51.270372) (xy 100.640639 51.270373) (xy 100.450933 51.355752) + (xy 100.342725 51.404453) (xy 100.342723 51.404454) (xy 100.063131 51.573473) (xy 99.80596 51.774954) + (xy 99.574954 52.00596) (xy 99.373473 52.263131) (xy 99.204454 52.542723) (xy 99.204453 52.542725) + (xy 99.070372 52.840642) (xy 99.070366 52.840657) (xy 98.973178 53.152547) (xy 98.914289 53.4739) + (xy 98.894564 53.8) (xy 98.914289 54.126099) (xy 98.973178 54.447452) (xy 99.070366 54.759342) (xy 99.07037 54.759354) + (xy 99.070373 54.759361) (xy 99.204455 55.057279) (xy 99.368901 55.329306) (xy 99.373473 55.336868) + (xy 99.574954 55.594039) (xy 99.80596 55.825045) (xy 100.063131 56.026526) (xy 100.063134 56.026528) + (xy 100.063137 56.02653) (xy 100.342721 56.195545) (xy 100.640639 56.329627) (xy 100.640652 56.329631) + (xy 100.640657 56.329633) (xy 100.952547 56.426821) (xy 101.273896 56.48571) (xy 101.6 56.505436) + (xy 101.926104 56.48571) (xy 102.247453 56.426821) (xy 102.559361 56.329627) (xy 102.857279 56.195545) + (xy 103.136863 56.02653) (xy 103.394036 55.825048) (xy 103.625048 55.594036) (xy 103.82653 55.336863) + (xy 103.995545 55.057279) (xy 104.129627 54.759361) (xy 104.226821 54.447453) (xy 104.28571 54.126104) + (xy 104.305436 53.8) (xy 104.28571 53.473896) (xy 104.226821 53.152547) (xy 104.129627 52.840639) + (xy 103.995545 52.542721) (xy 103.82653 52.263137) (xy 103.826528 52.263134) (xy 103.826526 52.263131) + (xy 103.625045 52.00596) (xy 103.394039 51.774954) (xy 103.136868 51.573473) (xy 103.129306 51.568901) + (xy 102.857279 51.404455) (xy 102.559361 51.270373) (xy 102.559354 51.27037) (xy 102.559342 51.270366) + (xy 102.247452 51.173178) (xy 102.007967 51.129291) (xy 101.965277 51.121468) (xy 101.902885 51.090023) + (xy 101.867397 51.029836) (xy 101.870082 50.960018) (xy 101.910088 50.902735) (xy 101.974712 50.876175) + (xy 101.987629 50.8755) (xy 111.128 50.8755) (xy 111.195039 50.895185) (xy 111.240794 50.947989) + (xy 111.252 50.9995) (xy 111.252 179.1005) (xy 111.232315 179.167539) (xy 111.179511 179.213294) + (xy 111.128 179.2245) (xy 101.987629 179.2245) (xy 101.92059 179.204815) (xy 101.874835 179.152011) + (xy 101.864891 179.082853) (xy 101.893916 179.019297) (xy 101.952694 178.981523) (xy 101.965275 178.978531) + (xy 102.247453 178.926821) (xy 102.559361 178.829627) (xy 102.857279 178.695545) (xy 103.136863 178.52653) + (xy 103.394036 178.325048) (xy 103.625048 178.094036) (xy 103.82653 177.836863) (xy 103.995545 177.557279) + (xy 104.129627 177.259361) (xy 104.226821 176.947453) (xy 104.28571 176.626104) (xy 104.305436 176.3) + (xy 104.28571 175.973896) (xy 104.226821 175.652547) (xy 104.129627 175.340639) (xy 103.995545 175.042721) + (xy 103.82653 174.763137) (xy 103.826528 174.763134) (xy 103.826526 174.763131) (xy 103.625045 174.50596) + (xy 103.394039 174.274954) (xy 103.136868 174.073473) (xy 103.129306 174.068901) (xy 102.857279 173.904455) + (xy 102.559361 173.770373) (xy 102.559354 173.77037) (xy 102.559342 173.770366) (xy 102.247452 173.673178) + (xy 101.926099 173.614289) (xy 101.6 173.594564) (xy 101.2739 173.614289) (xy 100.952547 173.673178) + (xy 100.640657 173.770366) (xy 100.640641 173.770372) (xy 100.640639 173.770373) (xy 100.450933 173.855752) + (xy 100.342725 173.904453) (xy 100.342723 173.904454) (xy 100.063131 174.073473) (xy 99.80596 174.274954) + (xy 99.574954 174.50596) (xy 99.373473 174.763131) (xy 99.204454 175.042723) (xy 99.204453 175.042725) + (xy 99.070372 175.340642) (xy 99.070366 175.340657) (xy 98.973178 175.652547) (xy 98.914289 175.9739) + (xy 98.894564 176.3) (xy 98.914289 176.626099) (xy 98.973178 176.947452) (xy 99.070366 177.259342) + (xy 99.07037 177.259354) (xy 99.070373 177.259361) (xy 99.204455 177.557279) (xy 99.368901 177.829306) + (xy 99.373473 177.836868) (xy 99.574954 178.094039) (xy 99.80596 178.325045) (xy 100.063131 178.526526) + (xy 100.063134 178.526528) (xy 100.063137 178.52653) (xy 100.342721 178.695545) (xy 100.640639 178.829627) + (xy 100.640652 178.829631) (xy 100.640657 178.829633) (xy 100.952547 178.926821) (xy 101.234722 178.978531) + (xy 101.297115 179.009977) (xy 101.332603 179.070164) (xy 101.329918 179.139982) (xy 101.289912 179.197265) + (xy 101.225288 179.223825) (xy 101.212371 179.2245) (xy 58.687629 179.2245) (xy 58.62059 179.204815) + (xy 58.574835 179.152011) (xy 58.564891 179.082853) (xy 58.593916 179.019297) (xy 58.652694 178.981523) + (xy 58.665275 178.978531) (xy 58.947453 178.926821) (xy 59.259361 178.829627) (xy 59.557279 178.695545) + (xy 59.836863 178.52653) (xy 60.094036 178.325048) (xy 60.325048 178.094036) (xy 60.52653 177.836863) + (xy 60.695545 177.557279) (xy 60.829627 177.259361) (xy 60.926821 176.947453) (xy 60.98571 176.626104) + (xy 61.005436 176.3) (xy 60.98571 175.973896) (xy 60.926821 175.652547) (xy 60.829627 175.340639) + (xy 60.719517 175.095984) (xy 92.057071 175.095984) (xy 92.057071 177.312655) (xy 96.482357 177.312655) + (xy 96.482357 175.095984) (xy 92.057071 175.095984) (xy 60.719517 175.095984) (xy 60.695545 175.042721) + (xy 60.52653 174.763137) (xy 60.526528 174.763134) (xy 60.526526 174.763131) (xy 60.325045 174.50596) + (xy 60.094039 174.274954) (xy 59.836868 174.073473) (xy 59.829306 174.068901) (xy 59.557279 173.904455) + (xy 59.259361 173.770373) (xy 59.259354 173.77037) (xy 59.259342 173.770366) (xy 58.947452 173.673178) + (xy 58.626099 173.614289) (xy 58.3 173.594564) (xy 57.9739 173.614289) (xy 57.652547 173.673178) + (xy 57.340657 173.770366) (xy 57.340641 173.770372) (xy 57.340639 173.770373) (xy 57.150933 173.855752) + (xy 57.042725 173.904453) (xy 57.042723 173.904454) (xy 56.763131 174.073473) (xy 56.50596 174.274954) + (xy 56.274954 174.50596) (xy 56.073473 174.763131) (xy 55.904454 175.042723) (xy 55.904453 175.042725) + (xy 55.770372 175.340642) (xy 55.770366 175.340657) (xy 55.673178 175.652547) (xy 55.614289 175.9739) + (xy 55.594564 176.3) (xy 55.614289 176.626099) (xy 55.673178 176.947452) (xy 55.770366 177.259342) + (xy 55.77037 177.259354) (xy 55.770373 177.259361) (xy 55.904455 177.557279) (xy 56.068901 177.829306) + (xy 56.073473 177.836868) (xy 56.274954 178.094039) (xy 56.50596 178.325045) (xy 56.763131 178.526526) + (xy 56.763134 178.526528) (xy 56.763137 178.52653) (xy 57.042721 178.695545) (xy 57.340639 178.829627) + (xy 57.340652 178.829631) (xy 57.340657 178.829633) (xy 57.652547 178.926821) (xy 57.934722 178.978531) + (xy 57.997115 179.009977) (xy 58.032603 179.070164) (xy 58.029918 179.139982) (xy 57.989912 179.197265) + (xy 57.925288 179.223825) (xy 57.912371 179.2245) (xy 50.9995 179.2245) (xy 50.932461 179.204815) + (xy 50.886706 179.152011) (xy 50.8755 179.1005) (xy 50.8755 165.196629) (xy 99.527029 165.196629) + (xy 99.527029 167.875847) (xy 103.803889 167.875847) (xy 103.803889 165.196629) (xy 99.527029 165.196629) + (xy 50.8755 165.196629) (xy 50.8755 157.674072) (xy 57.0095 157.674072) (xy 57.047544 158.060347) + (xy 57.047547 158.060364) (xy 57.123264 158.44103) (xy 57.123267 158.441041) (xy 57.235945 158.812489) + (xy 57.384485 159.171095) (xy 57.384487 159.1711) (xy 57.56745 159.5134) (xy 57.567461 159.513418) + (xy 57.783096 159.836139) (xy 57.783106 159.836153) (xy 58.029347 160.136198) (xy 58.303801 160.410652) + (xy 58.303806 160.410656) (xy 58.303807 160.410657) (xy 58.603852 160.656898) (xy 58.926588 160.872543) + (xy 58.926597 160.872548) (xy 58.926599 160.872549) (xy 59.268899 161.055512) (xy 59.268901 161.055512) + (xy 59.268907 161.055516) (xy 59.627512 161.204055) (xy 59.998949 161.31673) (xy 59.998955 161.316731) + (xy 59.998958 161.316732) (xy 59.998969 161.316735) (xy 60.23768 161.364216) (xy 60.379642 161.392454) + (xy 60.765924 161.4305) (xy 60.765927 161.4305) (xy 61.154073 161.4305) (xy 61.154076 161.4305) + (xy 61.540358 161.392454) (xy 61.728788 161.354973) (xy 61.92103 161.316735) (xy 61.921041 161.316732) + (xy 61.921041 161.316731) (xy 61.921051 161.31673) (xy 62.292488 161.204055) (xy 62.651093 161.055516) + (xy 62.993412 160.872543) (xy 63.316148 160.656898) (xy 63.616193 160.410657) (xy 63.890657 160.136193) + (xy 64.136898 159.836148) (xy 64.352543 159.513412) (xy 64.535516 159.171093) (xy 64.684055 158.812488) + (xy 64.79673 158.441051) (xy 64.796732 158.441041) (xy 64.796735 158.44103) (xy 64.834973 158.248788) + (xy 64.872454 158.060358) (xy 64.9105 157.674076) (xy 64.9105 157.674072) (xy 77.3295 157.674072) + (xy 77.367544 158.060347) (xy 77.367547 158.060364) (xy 77.443264 158.44103) (xy 77.443267 158.441041) + (xy 77.555945 158.812489) (xy 77.704485 159.171095) (xy 77.704487 159.1711) (xy 77.88745 159.5134) + (xy 77.887461 159.513418) (xy 78.103096 159.836139) (xy 78.103106 159.836153) (xy 78.349347 160.136198) + (xy 78.623801 160.410652) (xy 78.623806 160.410656) (xy 78.623807 160.410657) (xy 78.923852 160.656898) + (xy 79.246588 160.872543) (xy 79.246597 160.872548) (xy 79.246599 160.872549) (xy 79.588899 161.055512) + (xy 79.588901 161.055512) (xy 79.588907 161.055516) (xy 79.947512 161.204055) (xy 80.318949 161.31673) + (xy 80.318955 161.316731) (xy 80.318958 161.316732) (xy 80.318969 161.316735) (xy 80.55768 161.364216) + (xy 80.699642 161.392454) (xy 81.085924 161.4305) (xy 81.085927 161.4305) (xy 81.474073 161.4305) + (xy 81.474076 161.4305) (xy 81.860358 161.392454) (xy 82.048788 161.354973) (xy 82.24103 161.316735) + (xy 82.241041 161.316732) (xy 82.241041 161.316731) (xy 82.241051 161.31673) (xy 82.612488 161.204055) + (xy 82.971093 161.055516) (xy 83.313412 160.872543) (xy 83.636148 160.656898) (xy 83.936193 160.410657) + (xy 84.210657 160.136193) (xy 84.456898 159.836148) (xy 84.672543 159.513412) (xy 84.855516 159.171093) + (xy 85.004055 158.812488) (xy 85.11673 158.441051) (xy 85.116732 158.441041) (xy 85.116735 158.44103) + (xy 85.154973 158.248788) (xy 85.192454 158.060358) (xy 85.2305 157.674076) (xy 85.2305 157.649512) + (xy 98.1495 157.649512) (xy 98.161417 157.77051) (xy 98.182729 157.986901) (xy 98.24887 158.31941) + (xy 98.347284 158.643841) (xy 98.477024 158.95706) (xy 98.477026 158.957065) (xy 98.636831 159.256039) + (xy 98.636842 159.256057) (xy 98.825184 159.53793) (xy 98.825194 159.537944) (xy 99.040269 159.800014) + (xy 99.279985 160.03973) (xy 99.27999 160.039734) (xy 99.279991 160.039735) (xy 99.542061 160.25481) + (xy 99.823949 160.443162) (xy 99.823958 160.443167) (xy 99.82396 160.443168) (xy 100.122934 160.602973) + (xy 100.122936 160.602973) (xy 100.122942 160.602977) (xy 100.43616 160.732716) (xy 100.760586 160.831129) + (xy 101.093096 160.89727) (xy 101.430488 160.9305) (xy 101.430491 160.9305) (xy 101.769509 160.9305) + (xy 101.769512 160.9305) (xy 102.106904 160.89727) (xy 102.439414 160.831129) (xy 102.76384 160.732716) + (xy 103.077058 160.602977) (xy 103.376051 160.443162) (xy 103.657939 160.25481) (xy 103.920009 160.039735) + (xy 104.159735 159.800009) (xy 104.37481 159.537939) (xy 104.563162 159.256051) (xy 104.722977 158.957058) + (xy 104.852716 158.64384) (xy 104.951129 158.319414) (xy 105.01727 157.986904) (xy 105.0505 157.649512) + (xy 105.0505 157.310488) (xy 105.01727 156.973096) (xy 104.951129 156.640586) (xy 104.852716 156.31616) + (xy 104.722977 156.002942) (xy 104.608571 155.788904) (xy 104.563168 155.70396) (xy 104.563167 155.703958) + (xy 104.563162 155.703949) (xy 104.37481 155.422061) (xy 104.159735 155.159991) (xy 104.159734 155.15999) + (xy 104.15973 155.159985) (xy 103.920014 154.920269) (xy 103.657944 154.705194) (xy 103.657943 154.705193) + (xy 103.657939 154.70519) (xy 103.376051 154.516838) (xy 103.376046 154.516835) (xy 103.376039 154.516831) + (xy 103.077065 154.357026) (xy 103.07706 154.357024) (xy 102.763841 154.227284) (xy 102.573382 154.169509) + (xy 102.439414 154.128871) (xy 102.439411 154.12887) (xy 102.43941 154.12887) (xy 102.106901 154.062729) + (xy 101.869199 154.039318) (xy 101.769512 154.0295) (xy 101.430488 154.0295) (xy 101.339738 154.038437) + (xy 101.093098 154.062729) (xy 100.760589 154.12887) (xy 100.436158 154.227284) (xy 100.122939 154.357024) + (xy 100.122934 154.357026) (xy 99.82396 154.516831) (xy 99.823942 154.516842) (xy 99.542069 154.705184) + (xy 99.542055 154.705194) (xy 99.279985 154.920269) (xy 99.040269 155.159985) (xy 98.825194 155.422055) + (xy 98.825184 155.422069) (xy 98.636842 155.703942) (xy 98.636831 155.70396) (xy 98.477026 156.002934) + (xy 98.477024 156.002939) (xy 98.347284 156.316158) (xy 98.24887 156.640589) (xy 98.182729 156.973098) + (xy 98.158437 157.219738) (xy 98.1495 157.310488) (xy 98.1495 157.649512) (xy 85.2305 157.649512) + (xy 85.2305 157.285924) (xy 85.192454 156.899642) (xy 85.140925 156.640586) (xy 85.116735 156.518969) + (xy 85.116732 156.518958) (xy 85.116731 156.518955) (xy 85.11673 156.518949) (xy 85.004055 156.147512) + (xy 84.855516 155.788907) (xy 84.810101 155.703942) (xy 84.672549 155.446599) (xy 84.672548 155.446597) + (xy 84.672543 155.446588) (xy 84.456898 155.123852) (xy 84.210657 154.823807) (xy 84.210656 154.823806) + (xy 84.210652 154.823801) (xy 83.936198 154.549347) (xy 83.636153 154.303106) (xy 83.636152 154.303105) + (xy 83.636148 154.303102) (xy 83.313412 154.087457) (xy 83.313407 154.087454) (xy 83.3134 154.08745) + (xy 82.9711 153.904487) (xy 82.971095 153.904485) (xy 82.612489 153.755945) (xy 82.241041 153.643267) + (xy 82.24103 153.643264) (xy 81.860364 153.567547) (xy 81.860347 153.567544) (xy 81.568239 153.538774) + (xy 81.474076 153.5295) (xy 81.085924 153.5295) (xy 80.998836 153.538077) (xy 80.699652 153.567544) + (xy 80.699635 153.567547) (xy 80.318969 153.643264) (xy 80.318958 153.643267) (xy 79.94751 153.755945) + (xy 79.588904 153.904485) (xy 79.588899 153.904487) (xy 79.246599 154.08745) (xy 79.246581 154.087461) + (xy 78.92386 154.303096) (xy 78.923846 154.303106) (xy 78.623801 154.549347) (xy 78.349347 154.823801) + (xy 78.103106 155.123846) (xy 78.103096 155.12386) (xy 77.887461 155.446581) (xy 77.88745 155.446599) + (xy 77.704487 155.788899) (xy 77.704485 155.788904) (xy 77.555945 156.14751) (xy 77.443267 156.518958) + (xy 77.443264 156.518969) (xy 77.367547 156.899635) (xy 77.367544 156.899652) (xy 77.3295 157.285927) + (xy 77.3295 157.674072) (xy 64.9105 157.674072) (xy 64.9105 157.285924) (xy 64.872454 156.899642) + (xy 64.820925 156.640586) (xy 64.796735 156.518969) (xy 64.796732 156.518958) (xy 64.796731 156.518955) + (xy 64.79673 156.518949) (xy 64.684055 156.147512) (xy 64.535516 155.788907) (xy 64.490101 155.703942) + (xy 64.352549 155.446599) (xy 64.352548 155.446597) (xy 64.352543 155.446588) (xy 64.136898 155.123852) + (xy 63.890657 154.823807) (xy 63.890656 154.823806) (xy 63.890652 154.823801) (xy 63.616198 154.549347) + (xy 63.316153 154.303106) (xy 63.316152 154.303105) (xy 63.316148 154.303102) (xy 62.993412 154.087457) + (xy 62.993407 154.087454) (xy 62.9934 154.08745) (xy 62.6511 153.904487) (xy 62.651095 153.904485) + (xy 62.292489 153.755945) (xy 61.921041 153.643267) (xy 61.92103 153.643264) (xy 61.540364 153.567547) + (xy 61.540347 153.567544) (xy 61.248239 153.538774) (xy 61.154076 153.5295) (xy 60.765924 153.5295) + (xy 60.678836 153.538077) (xy 60.379652 153.567544) (xy 60.379635 153.567547) (xy 59.998969 153.643264) + (xy 59.998958 153.643267) (xy 59.62751 153.755945) (xy 59.268904 153.904485) (xy 59.268899 153.904487) + (xy 58.926599 154.08745) (xy 58.926581 154.087461) (xy 58.60386 154.303096) (xy 58.603846 154.303106) + (xy 58.303801 154.549347) (xy 58.029347 154.823801) (xy 57.783106 155.123846) (xy 57.783096 155.12386) + (xy 57.567461 155.446581) (xy 57.56745 155.446599) (xy 57.384487 155.788899) (xy 57.384485 155.788904) + (xy 57.235945 156.14751) (xy 57.123267 156.518958) (xy 57.123264 156.518969) (xy 57.047547 156.899635) + (xy 57.047544 156.899652) (xy 57.0095 157.285927) (xy 57.0095 157.674072) (xy 50.8755 157.674072) + (xy 50.8755 144.876629) (xy 100.896111 144.876629) (xy 100.896111 147.555847) (xy 102.371751 147.555847) + (xy 102.371751 144.876629) (xy 100.896111 144.876629) (xy 50.8755 144.876629) (xy 50.8755 137.354072) + (xy 57.0095 137.354072) (xy 57.047544 137.740347) (xy 57.047547 137.740364) (xy 57.123264 138.12103) + (xy 57.123267 138.121041) (xy 57.235945 138.492489) (xy 57.384485 138.851095) (xy 57.384487 138.8511) + (xy 57.56745 139.1934) (xy 57.567461 139.193418) (xy 57.783096 139.516139) (xy 57.783106 139.516153) + (xy 58.029347 139.816198) (xy 58.303801 140.090652) (xy 58.303806 140.090656) (xy 58.303807 140.090657) + (xy 58.603852 140.336898) (xy 58.926588 140.552543) (xy 58.926597 140.552548) (xy 58.926599 140.552549) + (xy 59.268899 140.735512) (xy 59.268901 140.735512) (xy 59.268907 140.735516) (xy 59.627512 140.884055) + (xy 59.998949 140.99673) (xy 59.998955 140.996731) (xy 59.998958 140.996732) (xy 59.998969 140.996735) + (xy 60.23768 141.044216) (xy 60.379642 141.072454) (xy 60.765924 141.1105) (xy 60.765927 141.1105) + (xy 61.154073 141.1105) (xy 61.154076 141.1105) (xy 61.540358 141.072454) (xy 61.728788 141.034973) + (xy 61.92103 140.996735) (xy 61.921041 140.996732) (xy 61.921041 140.996731) (xy 61.921051 140.99673) + (xy 62.292488 140.884055) (xy 62.651093 140.735516) (xy 62.993412 140.552543) (xy 63.316148 140.336898) + (xy 63.616193 140.090657) (xy 63.890657 139.816193) (xy 64.136898 139.516148) (xy 64.352543 139.193412) + (xy 64.535516 138.851093) (xy 64.684055 138.492488) (xy 64.79673 138.121051) (xy 64.796732 138.121041) + (xy 64.796735 138.12103) (xy 64.834973 137.928788) (xy 64.872454 137.740358) (xy 64.9105 137.354076) + (xy 64.9105 137.354072) (xy 77.3295 137.354072) (xy 77.367544 137.740347) (xy 77.367547 137.740364) + (xy 77.443264 138.12103) (xy 77.443267 138.121041) (xy 77.555945 138.492489) (xy 77.704485 138.851095) + (xy 77.704487 138.8511) (xy 77.88745 139.1934) (xy 77.887461 139.193418) (xy 78.103096 139.516139) + (xy 78.103106 139.516153) (xy 78.349347 139.816198) (xy 78.623801 140.090652) (xy 78.623806 140.090656) + (xy 78.623807 140.090657) (xy 78.923852 140.336898) (xy 79.246588 140.552543) (xy 79.246597 140.552548) + (xy 79.246599 140.552549) (xy 79.588899 140.735512) (xy 79.588901 140.735512) (xy 79.588907 140.735516) + (xy 79.947512 140.884055) (xy 80.318949 140.99673) (xy 80.318955 140.996731) (xy 80.318958 140.996732) + (xy 80.318969 140.996735) (xy 80.55768 141.044216) (xy 80.699642 141.072454) (xy 81.085924 141.1105) + (xy 81.085927 141.1105) (xy 81.474073 141.1105) (xy 81.474076 141.1105) (xy 81.860358 141.072454) + (xy 82.048788 141.034973) (xy 82.24103 140.996735) (xy 82.241041 140.996732) (xy 82.241041 140.996731) + (xy 82.241051 140.99673) (xy 82.612488 140.884055) (xy 82.971093 140.735516) (xy 83.313412 140.552543) + (xy 83.636148 140.336898) (xy 83.936193 140.090657) (xy 84.210657 139.816193) (xy 84.456898 139.516148) + (xy 84.672543 139.193412) (xy 84.855516 138.851093) (xy 85.004055 138.492488) (xy 85.11673 138.121051) + (xy 85.116732 138.121041) (xy 85.116735 138.12103) (xy 85.154973 137.928788) (xy 85.192454 137.740358) + (xy 85.2305 137.354076) (xy 85.2305 137.329512) (xy 98.1495 137.329512) (xy 98.161417 137.45051) + (xy 98.182729 137.666901) (xy 98.24887 137.99941) (xy 98.347284 138.323841) (xy 98.477024 138.63706) + (xy 98.477026 138.637065) (xy 98.636831 138.936039) (xy 98.636842 138.936057) (xy 98.825184 139.21793) + (xy 98.825194 139.217944) (xy 99.040269 139.480014) (xy 99.279985 139.71973) (xy 99.27999 139.719734) + (xy 99.279991 139.719735) (xy 99.542061 139.93481) (xy 99.823949 140.123162) (xy 99.823958 140.123167) + (xy 99.82396 140.123168) (xy 100.122934 140.282973) (xy 100.122936 140.282973) (xy 100.122942 140.282977) + (xy 100.43616 140.412716) (xy 100.760586 140.511129) (xy 101.093096 140.57727) (xy 101.430488 140.6105) + (xy 101.430491 140.6105) (xy 101.769509 140.6105) (xy 101.769512 140.6105) (xy 102.106904 140.57727) + (xy 102.439414 140.511129) (xy 102.76384 140.412716) (xy 103.077058 140.282977) (xy 103.376051 140.123162) + (xy 103.657939 139.93481) (xy 103.920009 139.719735) (xy 104.159735 139.480009) (xy 104.37481 139.217939) + (xy 104.563162 138.936051) (xy 104.722977 138.637058) (xy 104.852716 138.32384) (xy 104.951129 137.999414) + (xy 105.01727 137.666904) (xy 105.0505 137.329512) (xy 105.0505 136.990488) (xy 105.01727 136.653096) + (xy 104.951129 136.320586) (xy 104.852716 135.99616) (xy 104.722977 135.682942) (xy 104.608571 135.468904) + (xy 104.563168 135.38396) (xy 104.563167 135.383958) (xy 104.563162 135.383949) (xy 104.37481 135.102061) + (xy 104.159735 134.839991) (xy 104.159734 134.83999) (xy 104.15973 134.839985) (xy 103.920014 134.600269) + (xy 103.657944 134.385194) (xy 103.657943 134.385193) (xy 103.657939 134.38519) (xy 103.376051 134.196838) + (xy 103.376046 134.196835) (xy 103.376039 134.196831) (xy 103.077065 134.037026) (xy 103.07706 134.037024) + (xy 102.763841 133.907284) (xy 102.573382 133.849509) (xy 102.439414 133.808871) (xy 102.439411 133.80887) + (xy 102.43941 133.80887) (xy 102.106901 133.742729) (xy 101.869199 133.719318) (xy 101.769512 133.7095) + (xy 101.430488 133.7095) (xy 101.339738 133.718437) (xy 101.093098 133.742729) (xy 100.760589 133.80887) + (xy 100.436158 133.907284) (xy 100.122939 134.037024) (xy 100.122934 134.037026) (xy 99.82396 134.196831) + (xy 99.823942 134.196842) (xy 99.542069 134.385184) (xy 99.542055 134.385194) (xy 99.279985 134.600269) + (xy 99.040269 134.839985) (xy 98.825194 135.102055) (xy 98.825184 135.102069) (xy 98.636842 135.383942) + (xy 98.636831 135.38396) (xy 98.477026 135.682934) (xy 98.477024 135.682939) (xy 98.347284 135.996158) + (xy 98.24887 136.320589) (xy 98.182729 136.653098) (xy 98.158437 136.899738) (xy 98.1495 136.990488) + (xy 98.1495 137.329512) (xy 85.2305 137.329512) (xy 85.2305 136.965924) (xy 85.192454 136.579642) + (xy 85.140925 136.320586) (xy 85.116735 136.198969) (xy 85.116732 136.198958) (xy 85.116731 136.198955) + (xy 85.11673 136.198949) (xy 85.004055 135.827512) (xy 84.855516 135.468907) (xy 84.810101 135.383942) + (xy 84.672549 135.126599) (xy 84.672548 135.126597) (xy 84.672543 135.126588) (xy 84.456898 134.803852) + (xy 84.210657 134.503807) (xy 84.210656 134.503806) (xy 84.210652 134.503801) (xy 83.936198 134.229347) + (xy 83.636153 133.983106) (xy 83.636152 133.983105) (xy 83.636148 133.983102) (xy 83.313412 133.767457) + (xy 83.313407 133.767454) (xy 83.3134 133.76745) (xy 82.9711 133.584487) (xy 82.971095 133.584485) + (xy 82.612489 133.435945) (xy 82.241041 133.323267) (xy 82.24103 133.323264) (xy 81.860364 133.247547) + (xy 81.860347 133.247544) (xy 81.568239 133.218774) (xy 81.474076 133.2095) (xy 81.085924 133.2095) + (xy 80.998836 133.218077) (xy 80.699652 133.247544) (xy 80.699635 133.247547) (xy 80.318969 133.323264) + (xy 80.318958 133.323267) (xy 79.94751 133.435945) (xy 79.588904 133.584485) (xy 79.588899 133.584487) + (xy 79.246599 133.76745) (xy 79.246581 133.767461) (xy 78.92386 133.983096) (xy 78.923846 133.983106) + (xy 78.623801 134.229347) (xy 78.349347 134.503801) (xy 78.103106 134.803846) (xy 78.103096 134.80386) + (xy 77.887461 135.126581) (xy 77.88745 135.126599) (xy 77.704487 135.468899) (xy 77.704485 135.468904) + (xy 77.555945 135.82751) (xy 77.443267 136.198958) (xy 77.443264 136.198969) (xy 77.367547 136.579635) + (xy 77.367544 136.579652) (xy 77.3295 136.965927) (xy 77.3295 137.354072) (xy 64.9105 137.354072) + (xy 64.9105 136.965924) (xy 64.872454 136.579642) (xy 64.820925 136.320586) (xy 64.796735 136.198969) + (xy 64.796732 136.198958) (xy 64.796731 136.198955) (xy 64.79673 136.198949) (xy 64.684055 135.827512) + (xy 64.535516 135.468907) (xy 64.490101 135.383942) (xy 64.352549 135.126599) (xy 64.352548 135.126597) + (xy 64.352543 135.126588) (xy 64.136898 134.803852) (xy 63.890657 134.503807) (xy 63.890656 134.503806) + (xy 63.890652 134.503801) (xy 63.616198 134.229347) (xy 63.316153 133.983106) (xy 63.316152 133.983105) + (xy 63.316148 133.983102) (xy 62.993412 133.767457) (xy 62.993407 133.767454) (xy 62.9934 133.76745) + (xy 62.6511 133.584487) (xy 62.651095 133.584485) (xy 62.292489 133.435945) (xy 61.921041 133.323267) + (xy 61.92103 133.323264) (xy 61.540364 133.247547) (xy 61.540347 133.247544) (xy 61.248239 133.218774) + (xy 61.154076 133.2095) (xy 60.765924 133.2095) (xy 60.678836 133.218077) (xy 60.379652 133.247544) + (xy 60.379635 133.247547) (xy 59.998969 133.323264) (xy 59.998958 133.323267) (xy 59.62751 133.435945) + (xy 59.268904 133.584485) (xy 59.268899 133.584487) (xy 58.926599 133.76745) (xy 58.926581 133.767461) + (xy 58.60386 133.983096) (xy 58.603846 133.983106) (xy 58.303801 134.229347) (xy 58.029347 134.503801) + (xy 57.783106 134.803846) (xy 57.783096 134.80386) (xy 57.567461 135.126581) (xy 57.56745 135.126599) + (xy 57.384487 135.468899) (xy 57.384485 135.468904) (xy 57.235945 135.82751) (xy 57.123267 136.198958) + (xy 57.123264 136.198969) (xy 57.047547 136.579635) (xy 57.047544 136.579652) (xy 57.0095 136.965927) + (xy 57.0095 137.354072) (xy 50.8755 137.354072) (xy 50.8755 124.556636) (xy 100.793731 124.556636) + (xy 100.793731 127.23584) (xy 102.406268 127.23584) (xy 102.406268 124.556636) (xy 100.793731 124.556636) + (xy 50.8755 124.556636) (xy 50.8755 117.034072) (xy 57.0095 117.034072) (xy 57.047544 117.420347) + (xy 57.047547 117.420364) (xy 57.123264 117.80103) (xy 57.123267 117.801041) (xy 57.235945 118.172489) + (xy 57.384485 118.531095) (xy 57.384487 118.5311) (xy 57.56745 118.8734) (xy 57.567461 118.873418) + (xy 57.783096 119.196139) (xy 57.783106 119.196153) (xy 58.029347 119.496198) (xy 58.303801 119.770652) + (xy 58.303806 119.770656) (xy 58.303807 119.770657) (xy 58.603852 120.016898) (xy 58.926588 120.232543) + (xy 58.926597 120.232548) (xy 58.926599 120.232549) (xy 59.268899 120.415512) (xy 59.268901 120.415512) + (xy 59.268907 120.415516) (xy 59.627512 120.564055) (xy 59.998949 120.67673) (xy 59.998955 120.676731) + (xy 59.998958 120.676732) (xy 59.998969 120.676735) (xy 60.23768 120.724216) (xy 60.379642 120.752454) + (xy 60.765924 120.7905) (xy 60.765927 120.7905) (xy 61.154073 120.7905) (xy 61.154076 120.7905) + (xy 61.540358 120.752454) (xy 61.728788 120.714973) (xy 61.92103 120.676735) (xy 61.921041 120.676732) + (xy 61.921041 120.676731) (xy 61.921051 120.67673) (xy 62.292488 120.564055) (xy 62.651093 120.415516) + (xy 62.993412 120.232543) (xy 63.316148 120.016898) (xy 63.616193 119.770657) (xy 63.890657 119.496193) + (xy 64.136898 119.196148) (xy 64.352543 118.873412) (xy 64.535516 118.531093) (xy 64.684055 118.172488) + (xy 64.79673 117.801051) (xy 64.796732 117.801041) (xy 64.796735 117.80103) (xy 64.834973 117.608788) + (xy 64.872454 117.420358) (xy 64.9105 117.034076) (xy 64.9105 117.034072) (xy 77.3295 117.034072) + (xy 77.367544 117.420347) (xy 77.367547 117.420364) (xy 77.443264 117.80103) (xy 77.443267 117.801041) + (xy 77.555945 118.172489) (xy 77.704485 118.531095) (xy 77.704487 118.5311) (xy 77.88745 118.8734) + (xy 77.887461 118.873418) (xy 78.103096 119.196139) (xy 78.103106 119.196153) (xy 78.349347 119.496198) + (xy 78.623801 119.770652) (xy 78.623806 119.770656) (xy 78.623807 119.770657) (xy 78.923852 120.016898) + (xy 79.246588 120.232543) (xy 79.246597 120.232548) (xy 79.246599 120.232549) (xy 79.588899 120.415512) + (xy 79.588901 120.415512) (xy 79.588907 120.415516) (xy 79.947512 120.564055) (xy 80.318949 120.67673) + (xy 80.318955 120.676731) (xy 80.318958 120.676732) (xy 80.318969 120.676735) (xy 80.55768 120.724216) + (xy 80.699642 120.752454) (xy 81.085924 120.7905) (xy 81.085927 120.7905) (xy 81.474073 120.7905) + (xy 81.474076 120.7905) (xy 81.860358 120.752454) (xy 82.048788 120.714973) (xy 82.24103 120.676735) + (xy 82.241041 120.676732) (xy 82.241041 120.676731) (xy 82.241051 120.67673) (xy 82.612488 120.564055) + (xy 82.971093 120.415516) (xy 83.313412 120.232543) (xy 83.636148 120.016898) (xy 83.936193 119.770657) + (xy 84.210657 119.496193) (xy 84.456898 119.196148) (xy 84.672543 118.873412) (xy 84.855516 118.531093) + (xy 85.004055 118.172488) (xy 85.11673 117.801051) (xy 85.116732 117.801041) (xy 85.116735 117.80103) + (xy 85.154973 117.608788) (xy 85.192454 117.420358) (xy 85.2305 117.034076) (xy 85.2305 117.009512) + (xy 98.1495 117.009512) (xy 98.161417 117.13051) (xy 98.182729 117.346901) (xy 98.24887 117.67941) + (xy 98.347284 118.003841) (xy 98.477024 118.31706) (xy 98.477026 118.317065) (xy 98.636831 118.616039) + (xy 98.636842 118.616057) (xy 98.825184 118.89793) (xy 98.825194 118.897944) (xy 99.040269 119.160014) + (xy 99.279985 119.39973) (xy 99.27999 119.399734) (xy 99.279991 119.399735) (xy 99.542061 119.61481) + (xy 99.823949 119.803162) (xy 99.823958 119.803167) (xy 99.82396 119.803168) (xy 100.122934 119.962973) + (xy 100.122936 119.962973) (xy 100.122942 119.962977) (xy 100.43616 120.092716) (xy 100.760586 120.191129) + (xy 101.093096 120.25727) (xy 101.430488 120.2905) (xy 101.430491 120.2905) (xy 101.769509 120.2905) + (xy 101.769512 120.2905) (xy 102.106904 120.25727) (xy 102.439414 120.191129) (xy 102.76384 120.092716) + (xy 103.077058 119.962977) (xy 103.376051 119.803162) (xy 103.657939 119.61481) (xy 103.920009 119.399735) + (xy 104.159735 119.160009) (xy 104.37481 118.897939) (xy 104.563162 118.616051) (xy 104.722977 118.317058) + (xy 104.852716 118.00384) (xy 104.951129 117.679414) (xy 105.01727 117.346904) (xy 105.0505 117.009512) + (xy 105.0505 116.670488) (xy 105.01727 116.333096) (xy 104.951129 116.000586) (xy 104.852716 115.67616) + (xy 104.722977 115.362942) (xy 104.608571 115.148904) (xy 104.563168 115.06396) (xy 104.563167 115.063958) + (xy 104.563162 115.063949) (xy 104.37481 114.782061) (xy 104.159735 114.519991) (xy 104.159734 114.51999) + (xy 104.15973 114.519985) (xy 103.920014 114.280269) (xy 103.657944 114.065194) (xy 103.657943 114.065193) + (xy 103.657939 114.06519) (xy 103.376051 113.876838) (xy 103.376046 113.876835) (xy 103.376039 113.876831) + (xy 103.077065 113.717026) (xy 103.07706 113.717024) (xy 102.763841 113.587284) (xy 102.573382 113.529509) + (xy 102.439414 113.488871) (xy 102.439411 113.48887) (xy 102.43941 113.48887) (xy 102.106901 113.422729) + (xy 101.869199 113.399318) (xy 101.769512 113.3895) (xy 101.430488 113.3895) (xy 101.339738 113.398437) + (xy 101.093098 113.422729) (xy 100.760589 113.48887) (xy 100.436158 113.587284) (xy 100.122939 113.717024) + (xy 100.122934 113.717026) (xy 99.82396 113.876831) (xy 99.823942 113.876842) (xy 99.542069 114.065184) + (xy 99.542055 114.065194) (xy 99.279985 114.280269) (xy 99.040269 114.519985) (xy 98.825194 114.782055) + (xy 98.825184 114.782069) (xy 98.636842 115.063942) (xy 98.636831 115.06396) (xy 98.477026 115.362934) + (xy 98.477024 115.362939) (xy 98.347284 115.676158) (xy 98.24887 116.000589) (xy 98.182729 116.333098) + (xy 98.158437 116.579738) (xy 98.1495 116.670488) (xy 98.1495 117.009512) (xy 85.2305 117.009512) + (xy 85.2305 116.645924) (xy 85.192454 116.259642) (xy 85.140925 116.000586) (xy 85.116735 115.878969) + (xy 85.116732 115.878958) (xy 85.116731 115.878955) (xy 85.11673 115.878949) (xy 85.004055 115.507512) + (xy 84.855516 115.148907) (xy 84.810101 115.063942) (xy 84.672549 114.806599) (xy 84.672548 114.806597) + (xy 84.672543 114.806588) (xy 84.456898 114.483852) (xy 84.210657 114.183807) (xy 84.210656 114.183806) + (xy 84.210652 114.183801) (xy 83.936198 113.909347) (xy 83.636153 113.663106) (xy 83.636152 113.663105) + (xy 83.636148 113.663102) (xy 83.313412 113.447457) (xy 83.313407 113.447454) (xy 83.3134 113.44745) + (xy 82.9711 113.264487) (xy 82.971095 113.264485) (xy 82.612489 113.115945) (xy 82.241041 113.003267) + (xy 82.24103 113.003264) (xy 81.860364 112.927547) (xy 81.860347 112.927544) (xy 81.568239 112.898774) + (xy 81.474076 112.8895) (xy 81.085924 112.8895) (xy 80.998836 112.898077) (xy 80.699652 112.927544) + (xy 80.699635 112.927547) (xy 80.318969 113.003264) (xy 80.318958 113.003267) (xy 79.94751 113.115945) + (xy 79.588904 113.264485) (xy 79.588899 113.264487) (xy 79.246599 113.44745) (xy 79.246581 113.447461) + (xy 78.92386 113.663096) (xy 78.923846 113.663106) (xy 78.623801 113.909347) (xy 78.349347 114.183801) + (xy 78.103106 114.483846) (xy 78.103096 114.48386) (xy 77.887461 114.806581) (xy 77.88745 114.806599) + (xy 77.704487 115.148899) (xy 77.704485 115.148904) (xy 77.555945 115.50751) (xy 77.443267 115.878958) + (xy 77.443264 115.878969) (xy 77.367547 116.259635) (xy 77.367544 116.259652) (xy 77.3295 116.645927) + (xy 77.3295 117.034072) (xy 64.9105 117.034072) (xy 64.9105 116.645924) (xy 64.872454 116.259642) + (xy 64.820925 116.000586) (xy 64.796735 115.878969) (xy 64.796732 115.878958) (xy 64.796731 115.878955) + (xy 64.79673 115.878949) (xy 64.684055 115.507512) (xy 64.535516 115.148907) (xy 64.490101 115.063942) + (xy 64.352549 114.806599) (xy 64.352548 114.806597) (xy 64.352543 114.806588) (xy 64.136898 114.483852) + (xy 63.890657 114.183807) (xy 63.890656 114.183806) (xy 63.890652 114.183801) (xy 63.616198 113.909347) + (xy 63.316153 113.663106) (xy 63.316152 113.663105) (xy 63.316148 113.663102) (xy 62.993412 113.447457) + (xy 62.993407 113.447454) (xy 62.9934 113.44745) (xy 62.6511 113.264487) (xy 62.651095 113.264485) + (xy 62.292489 113.115945) (xy 61.921041 113.003267) (xy 61.92103 113.003264) (xy 61.540364 112.927547) + (xy 61.540347 112.927544) (xy 61.248239 112.898774) (xy 61.154076 112.8895) (xy 60.765924 112.8895) + (xy 60.678836 112.898077) (xy 60.379652 112.927544) (xy 60.379635 112.927547) (xy 59.998969 113.003264) + (xy 59.998958 113.003267) (xy 59.62751 113.115945) (xy 59.268904 113.264485) (xy 59.268899 113.264487) + (xy 58.926599 113.44745) (xy 58.926581 113.447461) (xy 58.60386 113.663096) (xy 58.603846 113.663106) + (xy 58.303801 113.909347) (xy 58.029347 114.183801) (xy 57.783106 114.483846) (xy 57.783096 114.48386) + (xy 57.567461 114.806581) (xy 57.56745 114.806599) (xy 57.384487 115.148899) (xy 57.384485 115.148904) + (xy 57.235945 115.50751) (xy 57.123267 115.878958) (xy 57.123264 115.878969) (xy 57.047547 116.259635) + (xy 57.047544 116.259652) (xy 57.0095 116.645927) (xy 57.0095 117.034072) (xy 50.8755 117.034072) + (xy 50.8755 96.714072) (xy 57.0095 96.714072) (xy 57.047544 97.100347) (xy 57.047547 97.100364) + (xy 57.123264 97.48103) (xy 57.123267 97.481041) (xy 57.235945 97.852489) (xy 57.384485 98.211095) + (xy 57.384487 98.2111) (xy 57.56745 98.5534) (xy 57.567461 98.553418) (xy 57.783096 98.876139) (xy 57.783106 98.876153) + (xy 58.029347 99.176198) (xy 58.303801 99.450652) (xy 58.303806 99.450656) (xy 58.303807 99.450657) + (xy 58.603852 99.696898) (xy 58.926588 99.912543) (xy 58.926597 99.912548) (xy 58.926599 99.912549) + (xy 59.268899 100.095512) (xy 59.268901 100.095512) (xy 59.268907 100.095516) (xy 59.627512 100.244055) + (xy 59.998949 100.35673) (xy 59.998955 100.356731) (xy 59.998958 100.356732) (xy 59.998969 100.356735) + (xy 60.23768 100.404216) (xy 60.379642 100.432454) (xy 60.765924 100.4705) (xy 60.765927 100.4705) + (xy 61.154073 100.4705) (xy 61.154076 100.4705) (xy 61.540358 100.432454) (xy 61.728788 100.394973) + (xy 61.92103 100.356735) (xy 61.921041 100.356732) (xy 61.921041 100.356731) (xy 61.921051 100.35673) + (xy 62.292488 100.244055) (xy 62.651093 100.095516) (xy 62.993412 99.912543) (xy 63.316148 99.696898) + (xy 63.616193 99.450657) (xy 63.890657 99.176193) (xy 64.136898 98.876148) (xy 64.352543 98.553412) + (xy 64.535516 98.211093) (xy 64.684055 97.852488) (xy 64.79673 97.481051) (xy 64.796732 97.481041) + (xy 64.796735 97.48103) (xy 64.834973 97.288788) (xy 64.872454 97.100358) (xy 64.9105 96.714076) + (xy 64.9105 96.714072) (xy 77.3295 96.714072) (xy 77.367544 97.100347) (xy 77.367547 97.100364) + (xy 77.443264 97.48103) (xy 77.443267 97.481041) (xy 77.555945 97.852489) (xy 77.704485 98.211095) + (xy 77.704487 98.2111) (xy 77.88745 98.5534) (xy 77.887461 98.553418) (xy 78.103096 98.876139) (xy 78.103106 98.876153) + (xy 78.349347 99.176198) (xy 78.623801 99.450652) (xy 78.623806 99.450656) (xy 78.623807 99.450657) + (xy 78.923852 99.696898) (xy 79.246588 99.912543) (xy 79.246597 99.912548) (xy 79.246599 99.912549) + (xy 79.588899 100.095512) (xy 79.588901 100.095512) (xy 79.588907 100.095516) (xy 79.947512 100.244055) + (xy 80.318949 100.35673) (xy 80.318955 100.356731) (xy 80.318958 100.356732) (xy 80.318969 100.356735) + (xy 80.55768 100.404216) (xy 80.699642 100.432454) (xy 81.085924 100.4705) (xy 81.085927 100.4705) + (xy 81.474073 100.4705) (xy 81.474076 100.4705) (xy 81.860358 100.432454) (xy 82.048788 100.394973) + (xy 82.24103 100.356735) (xy 82.241041 100.356732) (xy 82.241041 100.356731) (xy 82.241051 100.35673) + (xy 82.612488 100.244055) (xy 82.971093 100.095516) (xy 83.313412 99.912543) (xy 83.636148 99.696898) + (xy 83.936193 99.450657) (xy 84.210657 99.176193) (xy 84.456898 98.876148) (xy 84.672543 98.553412) + (xy 84.855516 98.211093) (xy 85.004055 97.852488) (xy 85.11673 97.481051) (xy 85.116732 97.481041) + (xy 85.116735 97.48103) (xy 85.154973 97.288788) (xy 85.192454 97.100358) (xy 85.2305 96.714076) + (xy 85.2305 96.714072) (xy 97.6495 96.714072) (xy 97.687544 97.100347) (xy 97.687547 97.100364) + (xy 97.763264 97.48103) (xy 97.763267 97.481041) (xy 97.875945 97.852489) (xy 98.024485 98.211095) + (xy 98.024487 98.2111) (xy 98.20745 98.5534) (xy 98.207461 98.553418) (xy 98.423096 98.876139) (xy 98.423106 98.876153) + (xy 98.669347 99.176198) (xy 98.943801 99.450652) (xy 98.943806 99.450656) (xy 98.943807 99.450657) + (xy 99.243852 99.696898) (xy 99.566588 99.912543) (xy 99.566597 99.912548) (xy 99.566599 99.912549) + (xy 99.908899 100.095512) (xy 99.908901 100.095512) (xy 99.908907 100.095516) (xy 100.267512 100.244055) + (xy 100.638949 100.35673) (xy 100.638955 100.356731) (xy 100.638958 100.356732) (xy 100.638969 100.356735) + (xy 100.87768 100.404216) (xy 101.019642 100.432454) (xy 101.405924 100.4705) (xy 101.405927 100.4705) + (xy 101.794073 100.4705) (xy 101.794076 100.4705) (xy 102.180358 100.432454) (xy 102.368788 100.394973) + (xy 102.56103 100.356735) (xy 102.561041 100.356732) (xy 102.561041 100.356731) (xy 102.561051 100.35673) + (xy 102.932488 100.244055) (xy 103.291093 100.095516) (xy 103.633412 99.912543) (xy 103.956148 99.696898) + (xy 104.256193 99.450657) (xy 104.530657 99.176193) (xy 104.776898 98.876148) (xy 104.992543 98.553412) + (xy 105.175516 98.211093) (xy 105.324055 97.852488) (xy 105.43673 97.481051) (xy 105.436732 97.481041) + (xy 105.436735 97.48103) (xy 105.474973 97.288788) (xy 105.512454 97.100358) (xy 105.5505 96.714076) + (xy 105.5505 96.325924) (xy 105.512454 95.939642) (xy 105.484216 95.79768) (xy 105.436735 95.558969) + (xy 105.436732 95.558958) (xy 105.436731 95.558955) (xy 105.43673 95.558949) (xy 105.324055 95.187512) + (xy 105.175516 94.828907) (xy 104.992543 94.486588) (xy 104.776898 94.163852) (xy 104.530657 93.863807) + (xy 104.530656 93.863806) (xy 104.530652 93.863801) (xy 104.256198 93.589347) (xy 103.956153 93.343106) + (xy 103.956152 93.343105) (xy 103.956148 93.343102) (xy 103.633412 93.127457) (xy 103.633407 93.127454) + (xy 103.6334 93.12745) (xy 103.2911 92.944487) (xy 103.291095 92.944485) (xy 102.932489 92.795945) + (xy 102.561041 92.683267) (xy 102.56103 92.683264) (xy 102.180364 92.607547) (xy 102.180347 92.607544) + (xy 101.888239 92.578774) (xy 101.794076 92.5695) (xy 101.405924 92.5695) (xy 101.318836 92.578077) + (xy 101.019652 92.607544) (xy 101.019635 92.607547) (xy 100.638969 92.683264) (xy 100.638958 92.683267) + (xy 100.26751 92.795945) (xy 99.908904 92.944485) (xy 99.908899 92.944487) (xy 99.566599 93.12745) + (xy 99.566581 93.127461) (xy 99.24386 93.343096) (xy 99.243846 93.343106) (xy 98.943801 93.589347) + (xy 98.669347 93.863801) (xy 98.423106 94.163846) (xy 98.423096 94.16386) (xy 98.207461 94.486581) + (xy 98.20745 94.486599) (xy 98.024487 94.828899) (xy 98.024485 94.828904) (xy 97.875945 95.18751) + (xy 97.763267 95.558958) (xy 97.763264 95.558969) (xy 97.687547 95.939635) (xy 97.687544 95.939652) + (xy 97.6495 96.325927) (xy 97.6495 96.714072) (xy 85.2305 96.714072) (xy 85.2305 96.325924) (xy 85.192454 95.939642) + (xy 85.164216 95.79768) (xy 85.116735 95.558969) (xy 85.116732 95.558958) (xy 85.116731 95.558955) + (xy 85.11673 95.558949) (xy 85.004055 95.187512) (xy 84.855516 94.828907) (xy 84.672543 94.486588) + (xy 84.456898 94.163852) (xy 84.210657 93.863807) (xy 84.210656 93.863806) (xy 84.210652 93.863801) + (xy 83.936198 93.589347) (xy 83.636153 93.343106) (xy 83.636152 93.343105) (xy 83.636148 93.343102) + (xy 83.313412 93.127457) (xy 83.313407 93.127454) (xy 83.3134 93.12745) (xy 82.9711 92.944487) (xy 82.971095 92.944485) + (xy 82.612489 92.795945) (xy 82.241041 92.683267) (xy 82.24103 92.683264) (xy 81.860364 92.607547) + (xy 81.860347 92.607544) (xy 81.568239 92.578774) (xy 81.474076 92.5695) (xy 81.085924 92.5695) + (xy 80.998836 92.578077) (xy 80.699652 92.607544) (xy 80.699635 92.607547) (xy 80.318969 92.683264) + (xy 80.318958 92.683267) (xy 79.94751 92.795945) (xy 79.588904 92.944485) (xy 79.588899 92.944487) + (xy 79.246599 93.12745) (xy 79.246581 93.127461) (xy 78.92386 93.343096) (xy 78.923846 93.343106) + (xy 78.623801 93.589347) (xy 78.349347 93.863801) (xy 78.103106 94.163846) (xy 78.103096 94.16386) + (xy 77.887461 94.486581) (xy 77.88745 94.486599) (xy 77.704487 94.828899) (xy 77.704485 94.828904) + (xy 77.555945 95.18751) (xy 77.443267 95.558958) (xy 77.443264 95.558969) (xy 77.367547 95.939635) + (xy 77.367544 95.939652) (xy 77.3295 96.325927) (xy 77.3295 96.714072) (xy 64.9105 96.714072) (xy 64.9105 96.325924) + (xy 64.872454 95.939642) (xy 64.844216 95.79768) (xy 64.796735 95.558969) (xy 64.796732 95.558958) + (xy 64.796731 95.558955) (xy 64.79673 95.558949) (xy 64.684055 95.187512) (xy 64.535516 94.828907) + (xy 64.352543 94.486588) (xy 64.136898 94.163852) (xy 63.890657 93.863807) (xy 63.890656 93.863806) + (xy 63.890652 93.863801) (xy 63.616198 93.589347) (xy 63.316153 93.343106) (xy 63.316152 93.343105) + (xy 63.316148 93.343102) (xy 62.993412 93.127457) (xy 62.993407 93.127454) (xy 62.9934 93.12745) + (xy 62.6511 92.944487) (xy 62.651095 92.944485) (xy 62.292489 92.795945) (xy 61.921041 92.683267) + (xy 61.92103 92.683264) (xy 61.540364 92.607547) (xy 61.540347 92.607544) (xy 61.248239 92.578774) + (xy 61.154076 92.5695) (xy 60.765924 92.5695) (xy 60.678836 92.578077) (xy 60.379652 92.607544) + (xy 60.379635 92.607547) (xy 59.998969 92.683264) (xy 59.998958 92.683267) (xy 59.62751 92.795945) + (xy 59.268904 92.944485) (xy 59.268899 92.944487) (xy 58.926599 93.12745) (xy 58.926581 93.127461) + (xy 58.60386 93.343096) (xy 58.603846 93.343106) (xy 58.303801 93.589347) (xy 58.029347 93.863801) + (xy 57.783106 94.163846) (xy 57.783096 94.16386) (xy 57.567461 94.486581) (xy 57.56745 94.486599) + (xy 57.384487 94.828899) (xy 57.384485 94.828904) (xy 57.235945 95.18751) (xy 57.123267 95.558958) + (xy 57.123264 95.558969) (xy 57.047547 95.939635) (xy 57.047544 95.939652) (xy 57.0095 96.325927) + (xy 57.0095 96.714072) (xy 50.8755 96.714072) (xy 50.8755 83.918722) (xy 100.529444 83.918722) (xy 100.529444 86.593754) + (xy 102.670849 86.593754) (xy 102.670849 83.918722) (xy 100.529444 83.918722) (xy 50.8755 83.918722) + (xy 50.8755 76.394072) (xy 57.0095 76.394072) (xy 57.047544 76.780347) (xy 57.047547 76.780364) + (xy 57.123264 77.16103) (xy 57.123267 77.161041) (xy 57.235945 77.532489) (xy 57.384485 77.891095) + (xy 57.384487 77.8911) (xy 57.56745 78.2334) (xy 57.567461 78.233418) (xy 57.783096 78.556139) (xy 57.783106 78.556153) + (xy 58.029347 78.856198) (xy 58.303801 79.130652) (xy 58.303806 79.130656) (xy 58.303807 79.130657) + (xy 58.603852 79.376898) (xy 58.926588 79.592543) (xy 58.926597 79.592548) (xy 58.926599 79.592549) + (xy 59.268899 79.775512) (xy 59.268901 79.775512) (xy 59.268907 79.775516) (xy 59.627512 79.924055) + (xy 59.998949 80.03673) (xy 59.998955 80.036731) (xy 59.998958 80.036732) (xy 59.998969 80.036735) + (xy 60.23768 80.084216) (xy 60.379642 80.112454) (xy 60.765924 80.1505) (xy 60.765927 80.1505) (xy 61.154073 80.1505) + (xy 61.154076 80.1505) (xy 61.540358 80.112454) (xy 61.728788 80.074973) (xy 61.92103 80.036735) + (xy 61.921041 80.036732) (xy 61.921041 80.036731) (xy 61.921051 80.03673) (xy 62.292488 79.924055) + (xy 62.651093 79.775516) (xy 62.993412 79.592543) (xy 63.316148 79.376898) (xy 63.616193 79.130657) + (xy 63.890657 78.856193) (xy 64.136898 78.556148) (xy 64.352543 78.233412) (xy 64.535516 77.891093) + (xy 64.684055 77.532488) (xy 64.79673 77.161051) (xy 64.796732 77.161041) (xy 64.796735 77.16103) + (xy 64.834973 76.968788) (xy 64.872454 76.780358) (xy 64.9105 76.394076) (xy 64.9105 76.394072) + (xy 77.3295 76.394072) (xy 77.367544 76.780347) (xy 77.367547 76.780364) (xy 77.443264 77.16103) + (xy 77.443267 77.161041) (xy 77.555945 77.532489) (xy 77.704485 77.891095) (xy 77.704487 77.8911) + (xy 77.88745 78.2334) (xy 77.887461 78.233418) (xy 78.103096 78.556139) (xy 78.103106 78.556153) + (xy 78.349347 78.856198) (xy 78.623801 79.130652) (xy 78.623806 79.130656) (xy 78.623807 79.130657) + (xy 78.923852 79.376898) (xy 79.246588 79.592543) (xy 79.246597 79.592548) (xy 79.246599 79.592549) + (xy 79.588899 79.775512) (xy 79.588901 79.775512) (xy 79.588907 79.775516) (xy 79.947512 79.924055) + (xy 80.318949 80.03673) (xy 80.318955 80.036731) (xy 80.318958 80.036732) (xy 80.318969 80.036735) + (xy 80.55768 80.084216) (xy 80.699642 80.112454) (xy 81.085924 80.1505) (xy 81.085927 80.1505) (xy 81.474073 80.1505) + (xy 81.474076 80.1505) (xy 81.860358 80.112454) (xy 82.048788 80.074973) (xy 82.24103 80.036735) + (xy 82.241041 80.036732) (xy 82.241041 80.036731) (xy 82.241051 80.03673) (xy 82.612488 79.924055) + (xy 82.971093 79.775516) (xy 83.313412 79.592543) (xy 83.636148 79.376898) (xy 83.936193 79.130657) + (xy 84.210657 78.856193) (xy 84.456898 78.556148) (xy 84.672543 78.233412) (xy 84.855516 77.891093) + (xy 85.004055 77.532488) (xy 85.11673 77.161051) (xy 85.116732 77.161041) (xy 85.116735 77.16103) + (xy 85.154973 76.968788) (xy 85.192454 76.780358) (xy 85.2305 76.394076) (xy 85.2305 76.369512) + (xy 98.1495 76.369512) (xy 98.161417 76.49051) (xy 98.182729 76.706901) (xy 98.24887 77.03941) (xy 98.347284 77.363841) + (xy 98.477024 77.67706) (xy 98.477026 77.677065) (xy 98.636831 77.976039) (xy 98.636842 77.976057) + (xy 98.825184 78.25793) (xy 98.825194 78.257944) (xy 99.040269 78.520014) (xy 99.279985 78.75973) + (xy 99.27999 78.759734) (xy 99.279991 78.759735) (xy 99.542061 78.97481) (xy 99.823949 79.163162) + (xy 99.823958 79.163167) (xy 99.82396 79.163168) (xy 100.122934 79.322973) (xy 100.122936 79.322973) + (xy 100.122942 79.322977) (xy 100.43616 79.452716) (xy 100.760586 79.551129) (xy 101.093096 79.61727) + (xy 101.430488 79.6505) (xy 101.430491 79.6505) (xy 101.769509 79.6505) (xy 101.769512 79.6505) + (xy 102.106904 79.61727) (xy 102.439414 79.551129) (xy 102.76384 79.452716) (xy 103.077058 79.322977) + (xy 103.376051 79.163162) (xy 103.657939 78.97481) (xy 103.920009 78.759735) (xy 104.159735 78.520009) + (xy 104.37481 78.257939) (xy 104.563162 77.976051) (xy 104.722977 77.677058) (xy 104.852716 77.36384) + (xy 104.951129 77.039414) (xy 105.01727 76.706904) (xy 105.0505 76.369512) (xy 105.0505 76.030488) + (xy 105.01727 75.693096) (xy 104.951129 75.360586) (xy 104.852716 75.03616) (xy 104.722977 74.722942) + (xy 104.608571 74.508904) (xy 104.563168 74.42396) (xy 104.563167 74.423958) (xy 104.563162 74.423949) + (xy 104.37481 74.142061) (xy 104.159735 73.879991) (xy 104.159734 73.87999) (xy 104.15973 73.879985) + (xy 103.920014 73.640269) (xy 103.657944 73.425194) (xy 103.657943 73.425193) (xy 103.657939 73.42519) + (xy 103.376051 73.236838) (xy 103.376046 73.236835) (xy 103.376039 73.236831) (xy 103.077065 73.077026) + (xy 103.07706 73.077024) (xy 102.763841 72.947284) (xy 102.573382 72.889509) (xy 102.439414 72.848871) + (xy 102.439411 72.84887) (xy 102.43941 72.84887) (xy 102.106901 72.782729) (xy 101.869199 72.759318) + (xy 101.769512 72.7495) (xy 101.430488 72.7495) (xy 101.339738 72.758437) (xy 101.093098 72.782729) + (xy 100.760589 72.84887) (xy 100.436158 72.947284) (xy 100.122939 73.077024) (xy 100.122934 73.077026) + (xy 99.82396 73.236831) (xy 99.823942 73.236842) (xy 99.542069 73.425184) (xy 99.542055 73.425194) + (xy 99.279985 73.640269) (xy 99.040269 73.879985) (xy 98.825194 74.142055) (xy 98.825184 74.142069) + (xy 98.636842 74.423942) (xy 98.636831 74.42396) (xy 98.477026 74.722934) (xy 98.477024 74.722939) + (xy 98.347284 75.036158) (xy 98.24887 75.360589) (xy 98.182729 75.693098) (xy 98.158437 75.939738) + (xy 98.1495 76.030488) (xy 98.1495 76.369512) (xy 85.2305 76.369512) (xy 85.2305 76.005924) (xy 85.192454 75.619642) + (xy 85.140925 75.360586) (xy 85.116735 75.238969) (xy 85.116732 75.238958) (xy 85.116731 75.238955) + (xy 85.11673 75.238949) (xy 85.004055 74.867512) (xy 84.855516 74.508907) (xy 84.810101 74.423942) + (xy 84.672549 74.166599) (xy 84.672548 74.166597) (xy 84.672543 74.166588) (xy 84.456898 73.843852) + (xy 84.210657 73.543807) (xy 84.210656 73.543806) (xy 84.210652 73.543801) (xy 83.936198 73.269347) + (xy 83.636153 73.023106) (xy 83.636152 73.023105) (xy 83.636148 73.023102) (xy 83.313412 72.807457) + (xy 83.313407 72.807454) (xy 83.3134 72.80745) (xy 82.9711 72.624487) (xy 82.971095 72.624485) (xy 82.612489 72.475945) + (xy 82.241041 72.363267) (xy 82.24103 72.363264) (xy 81.860364 72.287547) (xy 81.860347 72.287544) + (xy 81.568239 72.258774) (xy 81.474076 72.2495) (xy 81.085924 72.2495) (xy 80.998836 72.258077) + (xy 80.699652 72.287544) (xy 80.699635 72.287547) (xy 80.318969 72.363264) (xy 80.318958 72.363267) + (xy 79.94751 72.475945) (xy 79.588904 72.624485) (xy 79.588899 72.624487) (xy 79.246599 72.80745) + (xy 79.246581 72.807461) (xy 78.92386 73.023096) (xy 78.923846 73.023106) (xy 78.623801 73.269347) + (xy 78.349347 73.543801) (xy 78.103106 73.843846) (xy 78.103096 73.84386) (xy 77.887461 74.166581) + (xy 77.88745 74.166599) (xy 77.704487 74.508899) (xy 77.704485 74.508904) (xy 77.555945 74.86751) + (xy 77.443267 75.238958) (xy 77.443264 75.238969) (xy 77.367547 75.619635) (xy 77.367544 75.619652) + (xy 77.3295 76.005927) (xy 77.3295 76.394072) (xy 64.9105 76.394072) (xy 64.9105 76.005924) (xy 64.872454 75.619642) + (xy 64.820925 75.360586) (xy 64.796735 75.238969) (xy 64.796732 75.238958) (xy 64.796731 75.238955) + (xy 64.79673 75.238949) (xy 64.684055 74.867512) (xy 64.535516 74.508907) (xy 64.490101 74.423942) + (xy 64.352549 74.166599) (xy 64.352548 74.166597) (xy 64.352543 74.166588) (xy 64.136898 73.843852) + (xy 63.890657 73.543807) (xy 63.890656 73.543806) (xy 63.890652 73.543801) (xy 63.616198 73.269347) + (xy 63.316153 73.023106) (xy 63.316152 73.023105) (xy 63.316148 73.023102) (xy 62.993412 72.807457) + (xy 62.993407 72.807454) (xy 62.9934 72.80745) (xy 62.6511 72.624487) (xy 62.651095 72.624485) (xy 62.292489 72.475945) + (xy 61.921041 72.363267) (xy 61.92103 72.363264) (xy 61.540364 72.287547) (xy 61.540347 72.287544) + (xy 61.248239 72.258774) (xy 61.154076 72.2495) (xy 60.765924 72.2495) (xy 60.678836 72.258077) + (xy 60.379652 72.287544) (xy 60.379635 72.287547) (xy 59.998969 72.363264) (xy 59.998958 72.363267) + (xy 59.62751 72.475945) (xy 59.268904 72.624485) (xy 59.268899 72.624487) (xy 58.926599 72.80745) + (xy 58.926581 72.807461) (xy 58.60386 73.023096) (xy 58.603846 73.023106) (xy 58.303801 73.269347) + (xy 58.029347 73.543801) (xy 57.783106 73.843846) (xy 57.783096 73.84386) (xy 57.567461 74.166581) + (xy 57.56745 74.166599) (xy 57.384487 74.508899) (xy 57.384485 74.508904) (xy 57.235945 74.86751) + (xy 57.123267 75.238958) (xy 57.123264 75.238969) (xy 57.047547 75.619635) (xy 57.047544 75.619652) + (xy 57.0095 76.005927) (xy 57.0095 76.394072) (xy 50.8755 76.394072) (xy 50.8755 50.9995) (xy 50.895185 50.932461) + (xy 50.947989 50.886706) (xy 50.9995 50.8755) (xy 57.912371 50.8755) + ) + ) + ) +) \ No newline at end of file diff --git a/src/equalizer/panel/panel.kicad_pro b/src/equalizer/panel/panel.kicad_pro index 2d00fbf1..0cc364fe 100644 --- a/src/equalizer/panel/panel.kicad_pro +++ b/src/equalizer/panel/panel.kicad_pro @@ -172,6 +172,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -360,15 +367,21 @@ "bus_label_syntax": "error", "bus_to_bus_conflict": "error", "bus_to_net_conflict": "error", + "conflicting_netclasses": "error", "different_unit_footprint": "error", "different_unit_net": "error", "duplicate_reference": "error", "duplicate_sheet_names": "error", + "endpoint_off_grid": "warning", "extra_units": "error", "global_label_dangling": "warning", "hier_label_mismatch": "error", "label_dangling": "error", "lib_symbol_issues": "warning", + "missing_bidi_pin": "warning", + "missing_input_pin": "warning", + "missing_power_pin": "error", + "missing_unit": "warning", "multiple_net_names": "warning", "net_not_bus_member": "warning", "no_connect_connected": "warning", @@ -378,6 +391,7 @@ "pin_to_pin": "warning", "power_pin_not_driven": "error", "similar_labels": "warning", + "simulation_model_issue": "ignore", "unannotated": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", @@ -424,15 +438,78 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, "default_line_thickness": 6.0, "default_text_size": 50.0, "field_names": [], @@ -443,6 +520,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -464,14 +546,19 @@ "page_layout_descr_file": "", "plot_directory": "", "spice_adjust_passive_values": false, + "spice_current_sheet_as_root": false, "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, "sheets": [ [ "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55", - "" + "Root" ] ], "text_variables": {} diff --git a/src/equalizer/panel/panel.kicad_sch b/src/equalizer/panel/panel.kicad_sch index 5024b567..ebe7ebb7 100644 --- a/src/equalizer/panel/panel.kicad_sch +++ b/src/equalizer/panel/panel.kicad_sch @@ -1,435 +1,1301 @@ -(kicad_sch (version 20211123) (generator eeschema) - - (uuid e63e39d7-6ac0-4ffd-8aa3-1841a4541b55) - - (paper "A4") - - (title_block - (title "equalizer") - (date "2021-08-01") - (rev "R01") - (comment 1 "schema for panel") - (comment 2 "Resonant equalizer by Serge Tcherepnin") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (id 0) (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (id 1) (at 0 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (id 2) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (id 6) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default) (color 0 0 0 0)) - (fill (type none)) - ) - ) - ) - ) - - - (symbol (lib_id "Mechanical:MountingHole") (at 24.13 43.18 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005d6afc22) - (property "Reference" "H9" (id 0) (at 26.67 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "29Hz" (id 1) (at 26.67 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 24.13 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 24.13 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 77.47 43.18 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005d6b047c) - (property "Reference" "H8" (id 0) (at 80.01 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "IN" (id 1) (at 80.01 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (id 2) (at 77.47 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 77.47 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 153.67 182.88 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ad6346) - (property "Reference" "H3" (id 0) (at 156.21 181.7116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (id 1) (at 156.21 184.023 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" (id 2) (at 153.67 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 153.67 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 153.67 190.5 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ad634c) - (property "Reference" "H4" (id 0) (at 156.21 189.3316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (id 1) (at 156.21 191.643 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" (id 2) (at 153.67 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 153.67 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 153.67 167.64 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ffc12a) - (property "Reference" "H1" (id 0) (at 156.21 166.4716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (id 1) (at 156.21 168.783 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" (id 2) (at 153.67 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 153.67 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 153.67 175.26 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ffc12b) - (property "Reference" "H2" (id 0) (at 156.21 174.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (id 1) (at 156.21 176.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" (id 2) (at 153.67 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 153.67 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 41.91 43.18 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060fffdbc) - (property "Reference" "H11" (id 0) (at 44.45 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "61Hz" (id 1) (at 44.45 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 41.91 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 41.91 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 24.13 54.61 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000061000649) - (property "Reference" "H5" (id 0) (at 26.67 53.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "115Hz" (id 1) (at 26.67 55.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 24.13 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 24.13 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 41.91 54.61 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00006100064f) - (property "Reference" "H12" (id 0) (at 44.45 53.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "218Hz" (id 1) (at 44.45 55.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 41.91 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 41.91 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 24.13 66.04 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000061001477) - (property "Reference" "H6" (id 0) (at 26.67 64.8716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "411Hz" (id 1) (at 26.67 67.183 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 24.13 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 24.13 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 41.91 66.04 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00006100147d) - (property "Reference" "H13" (id 0) (at 44.45 64.8716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "777Hz" (id 1) (at 44.45 67.183 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 41.91 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 41.91 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 24.13 77.47 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000061001483) - (property "Reference" "H7" (id 0) (at 26.67 76.3016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1.5kHz" (id 1) (at 26.67 78.613 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 24.13 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 24.13 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 41.91 77.47 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000061001489) - (property "Reference" "H14" (id 0) (at 44.45 76.3016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2.8kHz" (id 1) (at 44.45 78.613 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 41.91 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 41.91 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 24.13 88.9 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-0000610020e1) - (property "Reference" "H10" (id 0) (at 26.67 87.7316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.2kHz" (id 1) (at 26.67 90.043 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 24.13 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 24.13 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 41.91 88.9 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-0000610020e7) - (property "Reference" "H15" (id 0) (at 44.45 87.7316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "11kHz" (id 1) (at 44.45 90.043 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 41.91 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 41.91 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 77.47 52.07 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-0000610041d1) - (property "Reference" "H16" (id 0) (at 80.01 50.9016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "OUT_A" (id 1) (at 80.01 53.213 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (id 2) (at 77.47 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 77.47 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 77.47 60.96 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-0000610043f0) - (property "Reference" "H17" (id 0) (at 80.01 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "OUT_B" (id 1) (at 80.01 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (id 2) (at 77.47 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 77.47 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 77.47 69.85 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-0000610046c1) - (property "Reference" "H18" (id 0) (at 80.01 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "OUT" (id 1) (at 80.01 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (id 2) (at 77.47 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 77.47 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 92.71 43.18 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000061004c0c) - (property "Reference" "H19" (id 0) (at 95.25 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "IN" (id 1) (at 95.25 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (id 2) (at 92.71 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 92.71 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) - - (symbol_instances - (path "/00000000-0000-0000-0000-000060ffc12a" - (reference "H1") (unit 1) (value "MountingHole") (footprint "elektrophon:MountingHole_Panel_3.2mm_M3") - ) - (path "/00000000-0000-0000-0000-000060ffc12b" - (reference "H2") (unit 1) (value "MountingHole") (footprint "elektrophon:MountingHole_Panel_3.2mm_M3") - ) - (path "/00000000-0000-0000-0000-000060ad6346" - (reference "H3") (unit 1) (value "MountingHole") (footprint "elektrophon:MountingHole_Panel_3.2mm_M3") - ) - (path "/00000000-0000-0000-0000-000060ad634c" - (reference "H4") (unit 1) (value "MountingHole") (footprint "elektrophon:MountingHole_Panel_3.2mm_M3") - ) - (path "/00000000-0000-0000-0000-000061000649" - (reference "H5") (unit 1) (value "115Hz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-000061001477" - (reference "H6") (unit 1) (value "411Hz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-000061001483" - (reference "H7") (unit 1) (value "1.5kHz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-00005d6b047c" - (reference "H8") (unit 1) (value "IN") (footprint "elektrophon:panel_jack") - ) - (path "/00000000-0000-0000-0000-00005d6afc22" - (reference "H9") (unit 1) (value "29Hz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-0000610020e1" - (reference "H10") (unit 1) (value "5.2kHz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-000060fffdbc" - (reference "H11") (unit 1) (value "61Hz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-00006100064f" - (reference "H12") (unit 1) (value "218Hz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-00006100147d" - (reference "H13") (unit 1) (value "777Hz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-000061001489" - (reference "H14") (unit 1) (value "2.8kHz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-0000610020e7" - (reference "H15") (unit 1) (value "11kHz") (footprint "elektrophon:panel_potentiometer") - ) - (path "/00000000-0000-0000-0000-0000610041d1" - (reference "H16") (unit 1) (value "OUT_A") (footprint "elektrophon:panel_jack") - ) - (path "/00000000-0000-0000-0000-0000610043f0" - (reference "H17") (unit 1) (value "OUT_B") (footprint "elektrophon:panel_jack") - ) - (path "/00000000-0000-0000-0000-0000610046c1" - (reference "H18") (unit 1) (value "OUT") (footprint "elektrophon:panel_jack") - ) - (path "/00000000-0000-0000-0000-000061004c0c" - (reference "H19") (unit 1) (value "IN") (footprint "elektrophon:panel_potentiometer") - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55") + (paper "A4") + (title_block + (title "equalizer") + (date "2021-08-01") + (rev "R01") + (comment 1 "schema for panel") + (comment 2 "Resonant equalizer by Serge Tcherepnin") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 24.13 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6afc22") + (property "Reference" "H9" + (at 26.67 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "29Hz" + (at 26.67 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 24.13 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 24.13 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 77.47 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6b047c") + (property "Reference" "H8" + (at 80.01 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "IN" + (at 80.01 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 77.47 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 153.67 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ad6346") + (property "Reference" "H3" + (at 156.21 181.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 156.21 184.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" + (at 153.67 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 153.67 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 153.67 190.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ad634c") + (property "Reference" "H4" + (at 156.21 189.3316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 156.21 191.643 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" + (at 153.67 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 153.67 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 153.67 167.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ffc12a") + (property "Reference" "H1" + (at 156.21 166.4716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 156.21 168.783 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" + (at 153.67 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 153.67 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 153.67 175.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ffc12b") + (property "Reference" "H2" + (at 156.21 174.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 156.21 176.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" + (at 153.67 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 153.67 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 41.91 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060fffdbc") + (property "Reference" "H11" + (at 44.45 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "61Hz" + (at 44.45 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 41.91 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 24.13 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061000649") + (property "Reference" "H5" + (at 26.67 53.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "115Hz" + (at 26.67 55.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 24.13 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 24.13 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 41.91 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006100064f") + (property "Reference" "H12" + (at 44.45 53.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "218Hz" + (at 44.45 55.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 41.91 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 24.13 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061001477") + (property "Reference" "H6" + (at 26.67 64.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "411Hz" + (at 26.67 67.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 24.13 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 24.13 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 41.91 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006100147d") + (property "Reference" "H13" + (at 44.45 64.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "777Hz" + (at 44.45 67.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 41.91 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 24.13 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061001483") + (property "Reference" "H7" + (at 26.67 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1.5kHz" + (at 26.67 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 24.13 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 24.13 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 41.91 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061001489") + (property "Reference" "H14" + (at 44.45 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2.8kHz" + (at 44.45 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 41.91 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 24.13 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610020e1") + (property "Reference" "H10" + (at 26.67 87.7316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.2kHz" + (at 26.67 90.043 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 24.13 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 24.13 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 41.91 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610020e7") + (property "Reference" "H15" + (at 44.45 87.7316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "11kHz" + (at 44.45 90.043 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 41.91 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 77.47 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610041d1") + (property "Reference" "H16" + (at 80.01 50.9016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "OUT_A" + (at 80.01 53.213 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 77.47 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 77.47 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610043f0") + (property "Reference" "H17" + (at 80.01 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "OUT_B" + (at 80.01 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 77.47 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 77.47 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610046c1") + (property "Reference" "H18" + (at 80.01 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "OUT" + (at 80.01 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 77.47 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 92.71 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061004c0c") + (property "Reference" "H19" + (at 95.25 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "IN" + (at 95.25 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 92.71 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H19") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/funktion/Makefile b/src/funktion/Makefile deleted file mode 100644 index be0c5e58..00000000 --- a/src/funktion/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -NAME=funktion -SUBMODULES=main mount panel - -include ../../module_python.mk diff --git a/src/funktion/main/main.kicad_sch b/src/funktion/main/main.kicad_sch index c229af84..bea4e3db 100644 --- a/src/funktion/main/main.kicad_sch +++ b/src/funktion/main/main.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "6aa0912e-8aae-43b8-87e5-761d1ff7722c") + (uuid "d84eafc7-e321-4771-9c91-201b86011e6a") (paper "A4") (title_block (title "funktion") diff --git a/src/funktion/mount/mount.kicad_sch b/src/funktion/mount/mount.kicad_sch index 83e76082..170f05eb 100644 --- a/src/funktion/mount/mount.kicad_sch +++ b/src/funktion/mount/mount.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "3b68fbfb-e030-47cc-93ee-856a45e3cee1") + (uuid "ef81f76d-d852-4a25-aae5-63c56ee0204c") (paper "A4") (title_block (title "funktion") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_0_1" (polyline (pts @@ -61,14 +67,20 @@ ) ) ) - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 8.89 0) (effects (font (size 1.27 1.27)))) (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "AudioJack2_SwitchT_0_1" (rectangle (start -2.54 0) @@ -138,13 +150,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -160,50 +179,59 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Switch:SW_SPDT" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (at 0 4.318 0) (effects (font (size 1.27 1.27)))) + (symbol "Switch:SW_SPDT" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "SW" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "SW_SPDT" (at 0 -5.08 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Switch, single pole double throw" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (symbol "SW_SPDT_0_0" + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 -7.62 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Switch, single pole double throw" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (symbol "SW_SPDT_0_1" (circle (center -2.032 0) - (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle - (center 2.032 -2.54) - (radius 0.508) + (radius 0.4572) (stroke (width 0) (type default)) (fill (type none)) ) - ) - (symbol "SW_SPDT_0_1" (polyline (pts - (xy -1.524 0.254) + (xy -1.651 0.254) (xy 1.651 2.286) ) (stroke (width 0) (type default)) (fill (type none)) ) + (circle + (center 2.032 -2.54) + (radius 0.4572) + (stroke (width 0) (type default)) + (fill (type none)) + ) (circle (center 2.032 2.54) - (radius 0.508) + (radius 0.4572) (stroke (width 0) (type default)) (fill (type none)) ) ) (symbol "SW_SPDT_1_1" + (rectangle + (start -3.175 3.81) + (end 3.175 -3.81) + (stroke (width 0) (type default)) + (fill (type background)) + ) (pin passive line (at 5.08 2.54 180) (length 2.54) (name "A" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) @@ -220,16 +248,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -249,13 +283,20 @@ ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -283,23 +324,30 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -319,13 +367,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -353,20 +408,26 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -379,369 +440,566 @@ ) (symbol (lib_id "Device:R_Potentiometer") (at 38.1 34.29 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "RV1" (at 36.08 33.29 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Value" "10k" (at 36.08 35.29 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "RV1" (at 36.08 30.29 0) (effects (font (size 1.27 1.27)) (justify left))) + (property "Value" "10k" (at 36.08 32.29 0) (effects (font (size 1.27 1.27)) (justify left))) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 36.08 34.29 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 36.08 36.29 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 36.08 38.29 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer") (at 38.1 46.99 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "RV2" (at 36.08 45.989999999999995 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Value" "10k" (at 36.08 47.989999999999995 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "RV2" (at 36.08 42.989999999999995 0) (effects (font (size 1.27 1.27)) (justify left))) + (property "Value" "10k" (at 36.08 44.989999999999995 0) (effects (font (size 1.27 1.27)) (justify left))) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 36.08 46.989999999999995 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 36.08 48.989999999999995 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 36.08 50.989999999999995 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer") (at 38.1 59.69 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "RV3" (at 36.08 58.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Value" "10k" (at 36.08 60.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "RV3" (at 36.08 55.69 0) (effects (font (size 1.27 1.27)) (justify left))) + (property "Value" "10k" (at 36.08 57.69 0) (effects (font (size 1.27 1.27)) (justify left))) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 36.08 59.69 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 36.08 61.69 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 36.08 63.69 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer") (at 38.1 72.39 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "RV4" (at 36.08 71.39 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Value" "10k" (at 36.08 73.39 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "RV4" (at 36.08 68.39 0) (effects (font (size 1.27 1.27)) (justify left))) + (property "Value" "10k" (at 36.08 70.39 0) (effects (font (size 1.27 1.27)) (justify left))) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 36.08 72.39 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 36.08 74.39 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 36.08 76.39 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 58.42 38.1 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "J1" (at 58.42 30.29 0) (effects (font (size 1.27 1.27)))) - (property "Value" "PJ398SM" (at 58.42 32.29 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "J1" (at 58.42 24.29 0) (effects (font (size 1.27 1.27)))) + (property "Value" "PJ398SM" (at 58.42 26.29 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 58.42 28.29 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 58.42 30.29 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 58.42 32.29 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 35.56 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 68.04 35.56 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) (property "Value" "GND" (at 68.04 35.56 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 68.04 35.56 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) + (property "ki_keywords" "global power" (at 68.04 35.56 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) ) (label "TRIGGER" (at 63.5 38.1 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 19cea21a-b4d0-4ef4-926e-3559d88e81a4) + (uuid 788425e0-2df6-4513-81c0-908c1de0217f) ) (no_connect (at 63.5 40.64) - (uuid 30db01f9-6dcd-4337-8214-0e6a6bb6c17e) + (uuid b868045a-daa4-4b2c-a95a-4a1e383b3042) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 58.42 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "J2" (at 58.42 42.99 0) (effects (font (size 1.27 1.27)))) - (property "Value" "PJ398SM" (at 58.42 44.99 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "J2" (at 58.42 36.99 0) (effects (font (size 1.27 1.27)))) + (property "Value" "PJ398SM" (at 58.42 38.99 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 58.42 40.99 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 58.42 42.99 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 58.42 44.99 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 48.26 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 68.04 48.26 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) (property "Value" "GND" (at 68.04 48.26 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 68.04 48.26 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) + (property "ki_keywords" "global power" (at 68.04 48.26 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) ) (label "GATE" (at 63.5 50.8 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ff8e6fdc-f13f-4cc4-9c9e-c15c37220c6d) + (uuid d60a2007-b969-44d4-9ce1-7de5cf257417) ) (no_connect (at 63.5 53.34) - (uuid 2afd9156-c4ac-4742-9084-2fc54d630a58) + (uuid a8454fb2-9676-456f-ac30-d3ee3bf2050e) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 58.42 63.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "J3" (at 58.42 55.69 0) (effects (font (size 1.27 1.27)))) - (property "Value" "PJ398SM" (at 58.42 57.69 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "J3" (at 58.42 49.69 0) (effects (font (size 1.27 1.27)))) + (property "Value" "PJ398SM" (at 58.42 51.69 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 58.42 53.69 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 58.42 55.69 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 58.42 57.69 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 60.96 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 68.04 60.96 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) (property "Value" "GND" (at 68.04 60.96 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 68.04 60.96 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) + (property "ki_keywords" "global power" (at 68.04 60.96 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) ) (label "ATTACK" (at 63.5 63.5 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 8b20455c-389f-4539-aa3b-4f919e4ba451) + (uuid bd4ad02b-a804-42b7-86e2-5cedc4a85883) ) (no_connect (at 63.5 66.04) - (uuid c7af42f3-6050-4ce5-b633-0326d9489a22) + (uuid e3d5ddb0-3754-4e69-b2ca-e689c50691e1) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 58.42 76.2 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "J4" (at 58.42 68.39 0) (effects (font (size 1.27 1.27)))) - (property "Value" "PJ398SM" (at 58.42 70.39 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "J4" (at 58.42 62.39 0) (effects (font (size 1.27 1.27)))) + (property "Value" "PJ398SM" (at 58.42 64.39 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 58.42 66.39 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 58.42 68.39 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 58.42 70.39 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 73.66 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 68.04 73.66 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) (property "Value" "GND" (at 68.04 73.66 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 68.04 73.66 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) + (property "ki_keywords" "global power" (at 68.04 73.66 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) ) (label "RELEASE" (at 63.5 76.2 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 39df6ac6-8815-4536-b8a6-c3d17f973f19) + (uuid 0f399fce-a5f6-4cff-a539-dd5572a5206a) ) (no_connect (at 63.5 78.74) - (uuid 541370d6-fffb-442e-b07b-04ce91a51a3d) + (uuid a371c6cd-40d6-4332-a45d-9c83fc648cf8) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 58.42 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "J5" (at 58.42 81.09 0) (effects (font (size 1.27 1.27)))) - (property "Value" "PJ398SM" (at 58.42 83.09 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "J5" (at 58.42 75.09 0) (effects (font (size 1.27 1.27)))) + (property "Value" "PJ398SM" (at 58.42 77.09 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 58.42 79.09 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 58.42 81.09 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 58.42 83.09 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 86.36 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 68.04 86.36 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) (property "Value" "GND" (at 68.04 86.36 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 68.04 86.36 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) + (property "ki_keywords" "global power" (at 68.04 86.36 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) ) (label "SUSTAIN" (at 63.5 88.9 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6737f60b-81b6-4a5a-9b47-5b39b3a2775a) + (uuid 7ac3c227-d1d1-4948-89f5-cddbacba271d) ) (no_connect (at 63.5 91.44) - (uuid 7ad1d00b-d8e7-4fb7-9042-b514a98074cf) + (uuid e4851593-350b-44c4-b79c-85739550d3ce) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 58.42 101.6 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "J6" (at 58.42 93.79 0) (effects (font (size 1.27 1.27)))) - (property "Value" "PJ398SM" (at 58.42 95.79 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "J6" (at 58.42 87.79 0) (effects (font (size 1.27 1.27)))) + (property "Value" "PJ398SM" (at 58.42 89.79 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 58.42 91.79 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 58.42 93.79 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 58.42 95.79 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 99.06 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 68.04 99.06 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) (property "Value" "GND" (at 68.04 99.06 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 68.04 99.06 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) + (property "ki_keywords" "global power" (at 68.04 99.06 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) ) (label "RELEASE" (at 63.5 101.6 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 724d94d8-202c-46d7-8cd5-cc1f080129e9) + (uuid bc52b389-edc9-4fd2-9bd4-23b3ffb34405) ) (no_connect (at 63.5 104.14) - (uuid fa39596a-698d-42c8-9917-0af3d4be9a3f) + (uuid 4e7e951d-15b4-4b47-856e-c15266e2be3b) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 58.42 114.3 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "J7" (at 58.42 106.49 0) (effects (font (size 1.27 1.27)))) - (property "Value" "PJ398SM" (at 58.42 108.49 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "J7" (at 58.42 100.49 0) (effects (font (size 1.27 1.27)))) + (property "Value" "PJ398SM" (at 58.42 102.49 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 58.42 104.49 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 58.42 106.49 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 58.42 108.49 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 111.76 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 68.04 111.76 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) (property "Value" "GND" (at 68.04 111.76 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 68.04 111.76 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) + (property "ki_keywords" "global power" (at 68.04 111.76 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) ) (label "OUT" (at 63.5 114.3 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ee2676d9-4d15-467c-a1bf-7e27d2787d5a) + (uuid 3eeb81dc-dd76-4ca1-8b57-a3d5dbe9e1f9) ) (no_connect (at 63.5 116.84) - (uuid 96cacdbe-c6fb-42c0-bf3e-299df6b77526) + (uuid b8e2927d-55e8-41c7-ae4f-c9ed0c1f9290) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 58.42 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "J8" (at 58.42 119.19 0) (effects (font (size 1.27 1.27)))) - (property "Value" "PJ398SM" (at 58.42 121.19 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "J8" (at 58.42 113.19 0) (effects (font (size 1.27 1.27)))) + (property "Value" "PJ398SM" (at 58.42 115.19 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 58.42 117.19 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 58.42 119.19 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 58.42 121.19 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 124.46 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 68.04 124.46 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) (property "Value" "GND" (at 68.04 124.46 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 68.04 124.46 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) + (property "ki_keywords" "global power" (at 68.04 124.46 90) (effects (font (size 1.27 1.27)) (justify right) + (hide yes))) ) (label "SGO" (at 63.5 127 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 4fb97022-a4b2-439b-a92b-0b864ee97f8c) + (uuid b12c0c34-d76c-44ed-9cf2-d08f58cd82d6) ) (no_connect (at 63.5 129.54) - (uuid 62820ed7-7bc6-4c9c-b8bd-23ddd2281907) + (uuid 6fac5b54-b4b4-42a8-ab8e-adefd19ae7c0) ) (symbol (lib_id "Switch:SW_SPDT") (at 63.5 134.62 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "SW1" (at 67.55 133.62 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Value" "Switch" (at 67.55 135.62 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:SPDT_KIT (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Switch, single pole double throw" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "Switch1" (at 63.5 134.62 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "SW1" (at 68.31 131.62 -270) (effects (font (size 1.27 1.27)) (justify left))) + (property "Value" "Switch" (at 68.31 133.62 -270) (effects (font (size 1.27 1.27)) (justify left))) + (property "Footprint" elektrophon:SPDT_KIT (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 -7.62 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Switch, single pole double throw" (at 68.31 135.62 -270) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" (at 68.31 137.62 -270) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) (property "Spice_Primitive" "X" (at 63.5 134.62 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "Switch1" (at 63.5 134.62 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:PWR_FLAG") (at 264.16 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 264.16 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 269.24 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 269.24 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 274.32 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 274.32 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 238.76 154.94 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H1" (at 238.76 149.67 0) (effects (font (size 1.27 1.27)))) - (property "Value" "H1" (at 238.76 151.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H1" (at 238.76 143.67 0) (effects (font (size 1.27 1.27)))) + (property "Value" "H1" (at 238.76 145.67 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 238.76 147.67 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 238.76 149.67 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 238.76 151.67 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 243.84 154.94 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H2" (at 243.84 149.67 0) (effects (font (size 1.27 1.27)))) - (property "Value" "H2" (at 243.84 151.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H2" (at 243.84 143.67 0) (effects (font (size 1.27 1.27)))) + (property "Value" "H2" (at 243.84 145.67 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 243.84 147.67 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 243.84 149.67 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 243.84 151.67 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 238.76 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H3" (at 238.76 154.75 0) (effects (font (size 1.27 1.27)))) - (property "Value" "H3" (at 238.76 156.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H3" (at 238.76 148.75 0) (effects (font (size 1.27 1.27)))) + (property "Value" "H3" (at 238.76 150.75 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 238.76 152.75 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 238.76 154.75 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 238.76 156.75 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 243.84 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H4" (at 243.84 154.75 0) (effects (font (size 1.27 1.27)))) - (property "Value" "H4" (at 243.84 156.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H4" (at 243.84 148.75 0) (effects (font (size 1.27 1.27)))) + (property "Value" "H4" (at 243.84 150.75 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 243.84 152.75 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 243.84 154.75 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 243.84 156.75 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/funktion/panel/panel.kicad_sch b/src/funktion/panel/panel.kicad_sch index aaf4db48..751e9279 100644 --- a/src/funktion/panel/panel.kicad_sch +++ b/src/funktion/panel/panel.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "08df0c48-9c55-4fb5-a8b8-f77b6e4bc0b2") + (uuid "b37c56a5-b8bc-40fa-8dee-784b28220989") (paper "A4") (title_block (title "funktion") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -31,143 +37,227 @@ ) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H1" (at 50.8 45.53 0) (effects (font (size 1.27 1.27)))) - (property "Value" "TRIGGER" (at 50.8 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H1" (at 50.8 39.53 0) (effects (font (size 1.27 1.27)))) + (property "Value" "TRIGGER" (at 50.8 41.53 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 50.8 43.53 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 50.8 45.53 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 50.8 47.53 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 63.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H2" (at 50.8 58.23 0) (effects (font (size 1.27 1.27)))) - (property "Value" "GATE" (at 50.8 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H2" (at 50.8 52.23 0) (effects (font (size 1.27 1.27)))) + (property "Value" "GATE" (at 50.8 54.23 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 50.8 56.23 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 50.8 58.23 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 50.8 60.23 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 76.2 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H3" (at 50.8 70.93 0) (effects (font (size 1.27 1.27)))) - (property "Value" "OUT" (at 50.8 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H3" (at 50.8 64.93 0) (effects (font (size 1.27 1.27)))) + (property "Value" "OUT" (at 50.8 66.93 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 50.8 68.93 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 50.8 70.93 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 50.8 72.93 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H4" (at 50.8 83.63 0) (effects (font (size 1.27 1.27)))) - (property "Value" "ATTACK_CV" (at 50.8 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H4" (at 50.8 77.63 0) (effects (font (size 1.27 1.27)))) + (property "Value" "ATTACK_CV" (at 50.8 79.63 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 50.8 81.63 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 50.8 83.63 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 50.8 85.63 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 101.6 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H5" (at 50.8 96.33 0) (effects (font (size 1.27 1.27)))) - (property "Value" "DECAY_CV" (at 50.8 98.33 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H5" (at 50.8 90.33 0) (effects (font (size 1.27 1.27)))) + (property "Value" "DECAY_CV" (at 50.8 92.33 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 50.8 94.33 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 50.8 96.33 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 50.8 98.33 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 114.3 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H6" (at 50.8 109.03 0) (effects (font (size 1.27 1.27)))) - (property "Value" "SUSTAIN_CV" (at 50.8 111.03 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H6" (at 50.8 103.03 0) (effects (font (size 1.27 1.27)))) + (property "Value" "SUSTAIN_CV" (at 50.8 105.03 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 50.8 107.03 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 50.8 109.03 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 50.8 111.03 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H7" (at 50.8 121.73 0) (effects (font (size 1.27 1.27)))) - (property "Value" "RELEASE_CV" (at 50.8 123.73 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H7" (at 50.8 115.73 0) (effects (font (size 1.27 1.27)))) + (property "Value" "RELEASE_CV" (at 50.8 117.73 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 50.8 119.73 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 50.8 121.73 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 50.8 123.73 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 139.7 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H8" (at 50.8 134.43 0) (effects (font (size 1.27 1.27)))) - (property "Value" "SGO" (at 50.8 136.43 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H8" (at 50.8 128.43 0) (effects (font (size 1.27 1.27)))) + (property "Value" "SGO" (at 50.8 130.43 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 50.8 132.43 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 50.8 134.43 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 50.8 136.43 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H9" (at 101.6 45.53 0) (effects (font (size 1.27 1.27)))) - (property "Value" "ATTACK" (at 101.6 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H9" (at 101.6 39.53 0) (effects (font (size 1.27 1.27)))) + (property "Value" "ATTACK" (at 101.6 41.53 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 101.6 43.53 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 101.6 45.53 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 101.6 47.53 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 63.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H10" (at 101.6 58.23 0) (effects (font (size 1.27 1.27)))) - (property "Value" "DECAY" (at 101.6 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H10" (at 101.6 52.23 0) (effects (font (size 1.27 1.27)))) + (property "Value" "DECAY" (at 101.6 54.23 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 101.6 56.23 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 101.6 58.23 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 101.6 60.23 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 76.2 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H11" (at 101.6 70.93 0) (effects (font (size 1.27 1.27)))) - (property "Value" "SUSTAIN" (at 101.6 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H11" (at 101.6 64.93 0) (effects (font (size 1.27 1.27)))) + (property "Value" "SUSTAIN" (at 101.6 66.93 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 101.6 68.93 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 101.6 70.93 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 101.6 72.93 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H12" (at 101.6 83.63 0) (effects (font (size 1.27 1.27)))) - (property "Value" "RELEASE" (at 101.6 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H12" (at 101.6 77.63 0) (effects (font (size 1.27 1.27)))) + (property "Value" "RELEASE" (at 101.6 79.63 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 101.6 81.63 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 101.6 83.63 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 101.6 85.63 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 101.6 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H13" (at 127 98.33 0) (effects (font (size 1.27 1.27)))) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H13" (at 127 92.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 127 94.33 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 127 96.33 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 127 98.33 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 114.3 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "H14" (at 127 111.03 0) (effects (font (size 1.27 1.27)))) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "H14" (at 127 105.03 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 127 107.03 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 127 109.03 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 127 111.03 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/hall/main/main.kicad_pcb b/src/hall/main/main.kicad_pcb index da35b40a..53ab5948 100644 --- a/src/hall/main/main.kicad_pcb +++ b/src/hall/main/main.kicad_pcb @@ -1,13258 +1,25257 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "hall") - (rev "1") - (comment 1 "PCB for main circuit") - (comment 2 "(description)") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (stackup - (layer "F.SilkS" (type "Top Silk Screen")) - (layer "F.Paste" (type "Top Solder Paste")) - (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) - (layer "F.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "B.Cu" (type "copper") (thickness 0.035)) - (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) - (layer "B.Paste" (type "Bottom Solder Paste")) - (layer "B.SilkS" (type "Bottom Silk Screen")) - (copper_finish "None") - (dielectric_constraints no) - ) - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions true) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 0) - (scaleselection 1) - (outputdirectory "gerbers") - ) - ) - - (net 0 "") - (net 1 "/IN") - (net 2 "Net-(C1-Pad2)") - (net 3 "Net-(U3A-+)") - (net 4 "Net-(J2-Ext)") - (net 5 "Net-(C3-Pad2)") - (net 6 "Net-(C4-Pad1)") - (net 7 "GND") - (net 8 "Net-(U4A--)") - (net 9 "Net-(C5-Pad2)") - (net 10 "Net-(U4B-+)") - (net 11 "Net-(C7-Pad1)") - (net 12 "+15V") - (net 13 "-15V") - (net 14 "Net-(D1-K)") - (net 15 "Net-(D1-A)") - (net 16 "Net-(D2-A)") - (net 17 "/LED1") - (net 18 "/VN") - (net 19 "/VP") - (net 20 "+5V") - (net 21 "Net-(J2-In)") - (net 22 "Net-(J3-In)") - (net 23 "/REVERB") - (net 24 "/FB2") - (net 25 "/LED2") - (net 26 "Net-(U1A-+)") - (net 27 "Net-(R4-Pad1)") - (net 28 "Net-(U1A--)") - (net 29 "Net-(U1B--)") - (net 30 "Net-(U3B--)") - (net 31 "Net-(U3B-+)") - (net 32 "Net-(U4B--)") - (net 33 "Net-(R7-Pad2)") - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979afe) - (at 88.56 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/b6c4098c-2e48-481d-88f3-e6aaebad9c38") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 897cf656-aeca-4f69-b442-171ec8715a57) - ) - (fp_text value "H2" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9013cf11-5b9a-4f3c-88ea-df34494bd985) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15b74275-e7ac-4930-9081-475b064b2dbf) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6b7c9a6e-2d41-4e1e-a87c-afa173d10d18)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0f4c8197-dc73-4c81-bed0-b543d5325ac7)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp a33c0c36-f410-4529-a0b8-b5596a8fce0e)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b06) - (at 53.34 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/a398913f-08a1-4cd7-9718-321df48723fe") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6071c15-396e-4fc1-a166-d8d480696ddc) - ) - (fp_text value "H3" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2e8d718b-91f7-40ef-9b05-8bbef42da7e7) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d6235e4-81a0-4e02-92fa-c811b4637b55) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp d0018a53-479c-4013-8669-87c3b55950d0)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp b71d285b-324c-4fb7-a066-6351f6370a0e)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 990f7cc0-c281-4208-b952-372e99cb3350)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b0e) - (at 88.56 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/51c2e393-1f80-4a70-bff7-39ef76e9d145") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fa446b89-ec27-47cb-9e25-b26d29df0f88) - ) - (fp_text value "H4" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 11d0542f-9915-4e60-b54f-1897edc0da8f) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a56c14b0-f93a-46d6-b412-7c9a2ac0f038) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp fcf95bad-c01a-4488-82e2-865bcb9d438b)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp cb1e1ee1-3df4-4b2d-8028-682e675b02d3)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 9dcc4d38-8f1a-4e1b-9398-4fef65513936)) - ) - - (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (layer "F.Cu") - (tstamp 0ff7ba20-f90b-455c-84f0-09228fbb8574) - (at 53.888 101.6) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/8d50ff8d-6bcf-4bbb-bf97-c932cd6e494a") - (attr through_hole) - (fp_text reference "C3" (at 1.25 -4.4) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3a0108bd-67f1-4343-a5ac-141d6eb98cd1) - ) - (fp_text value "10u (NP)" (at 1.25 4.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 32b3128a-e8cd-42e5-ab4c-9b0d2c2a7f4a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6aece0aa-0cb4-47cb-b2b9-2980820de7a6) - ) - (fp_line (start -2.250241 -1.839) (end -1.620241 -1.839) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fde8abc-9677-479a-b8a5-9350a25f8e78)) - (fp_line (start -1.935241 -2.154) (end -1.935241 -1.524) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7302cd12-4d65-48d5-bb54-5c25dc250e5d)) - (fp_line (start 1.25 -3.23) (end 1.25 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a96d7ef5-5f4b-4f6f-addc-c50d7b89fde1)) - (fp_line (start 1.29 -3.23) (end 1.29 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf594208-f52d-4871-aa88-9a0db7a5356d)) - (fp_line (start 1.33 -3.23) (end 1.33 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 347ff199-dbc2-41fa-b7d5-4d5b0d49f090)) - (fp_line (start 1.37 -3.228) (end 1.37 3.228) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e17c1a7-e65c-4a24-9448-cf71e83fdb00)) - (fp_line (start 1.41 -3.227) (end 1.41 3.227) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed5b5898-88bc-45c4-b190-1b0be5a24e36)) - (fp_line (start 1.45 -3.224) (end 1.45 3.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69983f3d-c2bf-4c28-9feb-757cd22c666f)) - (fp_line (start 1.49 -3.222) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 595e23a6-b561-4e70-9536-a0db5e959ea3)) - (fp_line (start 1.49 1.04) (end 1.49 3.222) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46d02178-747a-4001-bc20-58fb2d794f2c)) - (fp_line (start 1.53 -3.218) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7750c27-9cd3-4410-9746-55ad0b2add28)) - (fp_line (start 1.53 1.04) (end 1.53 3.218) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45568baf-d1df-43f5-b531-cdf615441be1)) - (fp_line (start 1.57 -3.215) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ea352b6-1f94-4cbc-8d25-e034644a8e77)) - (fp_line (start 1.57 1.04) (end 1.57 3.215) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 806af94f-0027-4993-ac93-1175d79cb065)) - (fp_line (start 1.61 -3.211) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab03800e-411f-4e6a-9e89-b4b6bfa67dfa)) - (fp_line (start 1.61 1.04) (end 1.61 3.211) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef645f03-e7e9-4718-8849-a24a296d3d8c)) - (fp_line (start 1.65 -3.206) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21ae089b-0a90-450b-8254-7e2ed07d5095)) - (fp_line (start 1.65 1.04) (end 1.65 3.206) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93bfab0b-b87b-47fc-965a-7b73bbd7e89f)) - (fp_line (start 1.69 -3.201) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27d8f8d8-1f93-46b1-9380-1323073366d9)) - (fp_line (start 1.69 1.04) (end 1.69 3.201) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c88d9d01-bbac-4428-8494-c64e05c74422)) - (fp_line (start 1.73 -3.195) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96c3a4ed-1aea-4393-abbf-5a9183311fe6)) - (fp_line (start 1.73 1.04) (end 1.73 3.195) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d662360-a946-4f53-9fcb-d55ce385d6fa)) - (fp_line (start 1.77 -3.189) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ece5dfe4-5ca3-4d72-bbcd-8cfdfe662c70)) - (fp_line (start 1.77 1.04) (end 1.77 3.189) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3d837c1-5077-4c73-9ae5-e1ae216de00d)) - (fp_line (start 1.81 -3.182) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ef15e82-edbb-4f77-b6a4-693dd3a6746f)) - (fp_line (start 1.81 1.04) (end 1.81 3.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 497a1a92-6ff0-4a69-bb1f-aca25c47e2ad)) - (fp_line (start 1.85 -3.175) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dce016eb-664a-4c18-a17b-b4680c5b172e)) - (fp_line (start 1.85 1.04) (end 1.85 3.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af09e8b8-153b-4eff-9ab5-408c93c6862f)) - (fp_line (start 1.89 -3.167) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6e12828-de85-4048-afbe-3c6e9a6708c3)) - (fp_line (start 1.89 1.04) (end 1.89 3.167) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acf9ec5b-e661-4139-aef3-fec3ddf38ae9)) - (fp_line (start 1.93 -3.159) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8349f05f-7e66-408b-a433-894cf7490ff3)) - (fp_line (start 1.93 1.04) (end 1.93 3.159) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8427263e-e5dc-4dbb-a65d-ce0b95cdff24)) - (fp_line (start 1.971 -3.15) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95134980-07bc-4b19-92ec-c6185a9558f9)) - (fp_line (start 1.971 1.04) (end 1.971 3.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb27c657-909f-459b-9829-1e28b3f7cb75)) - (fp_line (start 2.011 -3.141) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 977924ed-05b2-43fd-b21d-f1b4e3ea96f8)) - (fp_line (start 2.011 1.04) (end 2.011 3.141) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b72ff0e1-2a76-4796-8bd9-3f249f9a0c2a)) - (fp_line (start 2.051 -3.131) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f927066-a737-489a-bbac-37b160fbda18)) - (fp_line (start 2.051 1.04) (end 2.051 3.131) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5da0b49-e7f4-4af0-b618-d0370c21f3f3)) - (fp_line (start 2.091 -3.121) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2724e14c-a123-4bc6-b4da-b1631b9a2b55)) - (fp_line (start 2.091 1.04) (end 2.091 3.121) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 376bd318-c93f-4fd4-bac0-c993b980a002)) - (fp_line (start 2.131 -3.11) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8da2c72-8d6e-4162-9666-81fb648b4871)) - (fp_line (start 2.131 1.04) (end 2.131 3.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b392710-1b68-4aaa-b353-29fa99566ee0)) - (fp_line (start 2.171 -3.098) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 282d71b1-f6e8-4c07-a678-146eebd2fb79)) - (fp_line (start 2.171 1.04) (end 2.171 3.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aeb066ba-6ff8-4a05-946a-0c1416fb038b)) - (fp_line (start 2.211 -3.086) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2987b9ba-b002-4479-ba3f-81583b7aebde)) - (fp_line (start 2.211 1.04) (end 2.211 3.086) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef5a5391-511b-47f5-9af3-fa62c5639c06)) - (fp_line (start 2.251 -3.074) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18cbba03-5213-498f-bc3c-f0c35faf6861)) - (fp_line (start 2.251 1.04) (end 2.251 3.074) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33b0c978-397f-47fd-9f08-4279efb33d38)) - (fp_line (start 2.291 -3.061) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8d707e3-6ddd-4755-a176-46fdca575f5b)) - (fp_line (start 2.291 1.04) (end 2.291 3.061) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4695d1c2-2cf9-4f97-80c6-b7e7788baa6c)) - (fp_line (start 2.331 -3.047) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ebf9d26-ee01-4f5a-86c0-427429e2b1d9)) - (fp_line (start 2.331 1.04) (end 2.331 3.047) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1f30219-eadb-4ab4-8336-651349d8b3f3)) - (fp_line (start 2.371 -3.033) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dec4b017-d191-4791-9e01-2b68b11ba599)) - (fp_line (start 2.371 1.04) (end 2.371 3.033) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcca689d-470b-46f5-ae43-024f8fe23bfc)) - (fp_line (start 2.411 -3.018) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 447b16c8-d358-49b2-a0bd-1c4d7ba0363f)) - (fp_line (start 2.411 1.04) (end 2.411 3.018) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4831cff8-5dfa-408a-babc-a5edee4f92c2)) - (fp_line (start 2.451 -3.002) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cde0698e-4a4b-4327-96e9-374e800ac226)) - (fp_line (start 2.451 1.04) (end 2.451 3.002) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 744998cd-ae16-46f9-b04e-75ee1a91fb7f)) - (fp_line (start 2.491 -2.986) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e6d42e2-eb39-45d5-81c6-42aa2f83f02f)) - (fp_line (start 2.491 1.04) (end 2.491 2.986) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f661f00f-cb1b-4d75-a413-fd42d8565c79)) - (fp_line (start 2.531 -2.97) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f27d4d3-add3-4e62-9e7a-4e4d962ab248)) - (fp_line (start 2.531 1.04) (end 2.531 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4213d77-f147-4eb1-aa72-295507fb8fd7)) - (fp_line (start 2.571 -2.952) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac18da96-759f-459f-a6f4-393d26e98eca)) - (fp_line (start 2.571 1.04) (end 2.571 2.952) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 466ec9e6-eb5d-42ee-b3a9-2606c57257e9)) - (fp_line (start 2.611 -2.934) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b2c1dbc-239c-4fe1-a893-a1a43db893aa)) - (fp_line (start 2.611 1.04) (end 2.611 2.934) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbbbc3db-7872-4c21-8e62-ec2fa009bd1b)) - (fp_line (start 2.651 -2.916) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b4a77c6-a813-44a7-8ad0-7398cde5dfe5)) - (fp_line (start 2.651 1.04) (end 2.651 2.916) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 146535b7-6a40-4a87-baa5-b500e1eab44c)) - (fp_line (start 2.691 -2.896) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8465c73-075f-41ce-b160-98a5d5f0abfc)) - (fp_line (start 2.691 1.04) (end 2.691 2.896) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b856957-9e25-45a7-9da7-ad181f2e8ee1)) - (fp_line (start 2.731 -2.876) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 676d0459-3e17-46d6-962e-43a89b46a1c8)) - (fp_line (start 2.731 1.04) (end 2.731 2.876) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d67fe7e5-928e-4656-a815-060a2194be37)) - (fp_line (start 2.771 -2.856) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c8e0145-0ad3-4314-92ce-df09e05ebd6f)) - (fp_line (start 2.771 1.04) (end 2.771 2.856) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a20558f-fc6a-4237-bd2a-ad59c4e2af0e)) - (fp_line (start 2.811 -2.834) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad712e2c-b243-4cce-bd0e-8ec4e6acd1e6)) - (fp_line (start 2.811 1.04) (end 2.811 2.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59955ab1-f5ec-4c8e-ac1b-0ecd51330aa0)) - (fp_line (start 2.851 -2.812) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7d44588-d1b3-43e8-be95-a78118a62c4a)) - (fp_line (start 2.851 1.04) (end 2.851 2.812) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 291cb6af-4baf-4086-9609-db8af6a10fbf)) - (fp_line (start 2.891 -2.79) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22d07661-b3fe-480e-b161-13ae6ecb4268)) - (fp_line (start 2.891 1.04) (end 2.891 2.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4899659-7382-4e6e-ac50-b9e29acba4ed)) - (fp_line (start 2.931 -2.766) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8324db8-5e68-4a35-b0ac-caf37e87b7bd)) - (fp_line (start 2.931 1.04) (end 2.931 2.766) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d52ec14f-efd8-4efd-b03b-be0fcc327a8f)) - (fp_line (start 2.971 -2.742) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94ff97b4-7bac-4a2a-9157-a096c35ba5aa)) - (fp_line (start 2.971 1.04) (end 2.971 2.742) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73c11aa4-3511-458b-aceb-ab8bf30be349)) - (fp_line (start 3.011 -2.716) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd550ed6-9d1a-4f59-9ab5-8c6e44e72037)) - (fp_line (start 3.011 1.04) (end 3.011 2.716) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81e4efac-28f9-44c5-b2f2-dec0d8ac1e32)) - (fp_line (start 3.051 -2.69) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5dd4002f-e050-496c-9a99-1c65f531f791)) - (fp_line (start 3.051 1.04) (end 3.051 2.69) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b013545-282e-4bc3-b783-a40a3218dbba)) - (fp_line (start 3.091 -2.664) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66b8511a-862b-4962-a92b-52bb925b87d1)) - (fp_line (start 3.091 1.04) (end 3.091 2.664) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5791d624-de00-4300-b0be-f7bbf198745f)) - (fp_line (start 3.131 -2.636) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6453f71f-0ed9-4024-80f7-b3a4a86b0783)) - (fp_line (start 3.131 1.04) (end 3.131 2.636) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e626376-401b-43fc-80d7-68d40f892fc0)) - (fp_line (start 3.171 -2.607) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c526832-d28e-4fd9-a78e-4d36bc086161)) - (fp_line (start 3.171 1.04) (end 3.171 2.607) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 804a6faa-6426-49ff-bd75-de56e550c9ac)) - (fp_line (start 3.211 -2.578) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e29b2783-0012-4ba8-86a4-2edb41c3ba15)) - (fp_line (start 3.211 1.04) (end 3.211 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe3bc410-a01d-4ef5-a468-fb7ca84a4604)) - (fp_line (start 3.251 -2.548) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a38876f-6b0e-4d9f-b637-0adb63f273d6)) - (fp_line (start 3.251 1.04) (end 3.251 2.548) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cfc2229a-55c8-49eb-9c0b-d84c8a9c7f13)) - (fp_line (start 3.291 -2.516) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f40cf03b-6eca-4210-9290-26d5dff24ada)) - (fp_line (start 3.291 1.04) (end 3.291 2.516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 023901f8-84fe-4b8c-b84d-4e90fc2953c3)) - (fp_line (start 3.331 -2.484) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6c1a95f-febe-4509-99c4-1a5a3341e2d7)) - (fp_line (start 3.331 1.04) (end 3.331 2.484) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 876b2c7c-d817-4566-b537-8778284efb60)) - (fp_line (start 3.371 -2.45) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34ac4ac0-e927-4633-a613-ab1c81a6e7f9)) - (fp_line (start 3.371 1.04) (end 3.371 2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c1fac26-1ec7-42d4-8972-a7f20752f5c4)) - (fp_line (start 3.411 -2.416) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15f52d09-e991-4831-902b-0a45201ab367)) - (fp_line (start 3.411 1.04) (end 3.411 2.416) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 604eb4e2-c678-4a1a-b1b4-becf216dab4d)) - (fp_line (start 3.451 -2.38) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 672aff09-0fef-4a56-b1b6-8153815063fd)) - (fp_line (start 3.451 1.04) (end 3.451 2.38) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c264d23-2e2f-483b-9ccc-c750061ba892)) - (fp_line (start 3.491 -2.343) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ba2f082-750e-4125-ba61-e9939042b5bd)) - (fp_line (start 3.491 1.04) (end 3.491 2.343) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc4014c4-ef15-452e-8a26-72d10b95e1b1)) - (fp_line (start 3.531 -2.305) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83422ec7-9410-4657-be7f-fb0b52ad610f)) - (fp_line (start 3.531 1.04) (end 3.531 2.305) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57e46fcb-2908-4b83-b127-4e079bd785d6)) - (fp_line (start 3.571 -2.265) (end 3.571 2.265) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4749630-0f71-4630-95dd-12e9bf87247f)) - (fp_line (start 3.611 -2.224) (end 3.611 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef9be750-3595-4cb9-9d8a-9f276b0c5af3)) - (fp_line (start 3.651 -2.182) (end 3.651 2.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7948b59f-9dfa-4057-b163-1376409ad657)) - (fp_line (start 3.691 -2.137) (end 3.691 2.137) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 356233bb-25ec-4f26-bd89-9ec67de3c051)) - (fp_line (start 3.731 -2.092) (end 3.731 2.092) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2c4709d-39e6-4066-9b40-9df62c27644e)) - (fp_line (start 3.771 -2.044) (end 3.771 2.044) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc64c4d4-8f6b-49ef-8ea0-253f963f9b38)) - (fp_line (start 3.811 -1.995) (end 3.811 1.995) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a71b3fea-593d-4455-80d0-b5a0b71feb0f)) - (fp_line (start 3.851 -1.944) (end 3.851 1.944) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94d4e02f-117c-46e1-96b2-984c65e4866e)) - (fp_line (start 3.891 -1.89) (end 3.891 1.89) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3611543a-aa38-4711-8a98-a51392f30c2c)) - (fp_line (start 3.931 -1.834) (end 3.931 1.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad5bcfc9-3075-4fd8-aba3-99fe195a7ac6)) - (fp_line (start 3.971 -1.776) (end 3.971 1.776) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9fbf1ad-3f29-453f-a87e-f1c152f4edeb)) - (fp_line (start 4.011 -1.714) (end 4.011 1.714) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d50adfbd-0a80-4fff-89e3-7c1a553789a4)) - (fp_line (start 4.051 -1.65) (end 4.051 1.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f32d019b-ba33-4219-8ad8-29466f1f27ee)) - (fp_line (start 4.091 -1.581) (end 4.091 1.581) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b5f3fc4-0fb0-4960-be41-d795b6ac8677)) - (fp_line (start 4.131 -1.509) (end 4.131 1.509) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 874792e7-449e-4677-b49a-1ef5dbf42862)) - (fp_line (start 4.171 -1.432) (end 4.171 1.432) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd805e94-2817-4e99-bb52-128840454c7f)) - (fp_line (start 4.211 -1.35) (end 4.211 1.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 652a2a43-7644-4f4e-86ce-9bfb7ac7fdb3)) - (fp_line (start 4.251 -1.262) (end 4.251 1.262) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb1dde3d-eb24-442f-831c-27696039a626)) - (fp_line (start 4.291 -1.165) (end 4.291 1.165) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cadf4dc4-fe05-4ad1-82c8-3e07f7c4b1d3)) - (fp_line (start 4.331 -1.059) (end 4.331 1.059) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5cbebe4-b694-45ab-b285-74ffcc15ebc3)) - (fp_line (start 4.371 -0.94) (end 4.371 0.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1655c4ab-ae87-4309-b1d1-d040e155f25f)) - (fp_line (start 4.411 -0.802) (end 4.411 0.802) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35bbaac8-c8f9-412a-802c-5b695be51c58)) - (fp_line (start 4.451 -0.633) (end 4.451 0.633) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13494a2c-570c-4e50-aefd-7a0bbf7e7e2e)) - (fp_line (start 4.491 -0.402) (end 4.491 0.402) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46692668-673d-4ef1-a1f8-3d2cbb3afdd5)) - (fp_circle (center 1.25 0) (end 4.52 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp cbe98c39-7d2c-4ce8-8a5b-4f859d4f716d)) - (fp_circle (center 1.25 0) (end 4.65 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d7b8c303-959f-43d1-bb83-b678518da980)) - (fp_line (start -1.443972 -1.3735) (end -0.813972 -1.3735) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 180b59e5-da25-4ec2-959c-65f91f454e65)) - (fp_line (start -1.128972 -1.6885) (end -1.128972 -1.0585) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c61fe97a-e4f2-47de-9e7f-02f9781762c9)) - (fp_circle (center 1.25 0) (end 4.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6b8cb8e9-6ed4-43a0-922f-fa5083777b34)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(J2-Ext)") (pintype "passive") (tstamp 1733b2e7-6cf5-4b25-8fd2-44a0a169fe69)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(C3-Pad2)") (pintype "passive") (tstamp d4f22399-1e3c-4d80-8e6e-9d6f6a62f990)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 12a65f45-a0f9-43f5-b241-5b3c93e93e2c) - (at 52.705 58.42) - (descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x04 2.54mm single row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x04, script generated") - (property "ki_keywords" "connector") - (path "/c87789bb-aa7d-4aee-b540-5b1029d70bfe") - (attr through_hole) - (fp_text reference "J4" (at -0.127 10.16) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3f6c2223-6f14-480b-9365-8a2fcea002b6) - ) - (fp_text value "01x04 Female" (at 0 10.39) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ff1382db-4901-4758-8f7b-f271a017a48d) - ) - (fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 45560762-2767-467e-ad86-236e86a02220) - ) - (fp_line (start -1.33 1.27) (end -1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b343794e-3951-4fad-a1e3-ab81fd024f73)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d899508-abdb-41f6-88d6-918b6545937b)) - (fp_line (start -1.33 8.95) (end 1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3228fcc1-82ec-4c04-a2bc-b42317101b52)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d10a014e-ef07-4b0e-8b63-fcf5ec7dd455)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28218dfa-d6a9-4562-a6bd-4115afd5a53a)) - (fp_line (start 1.33 1.27) (end 1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca28088e-7a2c-4e5b-b24a-0459a6a04e48)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 430b498b-aacd-4c6b-9dbf-bac7307b75dc)) - (fp_line (start -1.8 9.4) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30539776-e3f0-4581-84d5-58374c491785)) - (fp_line (start 1.75 -1.8) (end 1.75 9.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e52f5fa-ceb5-47f3-9f09-30fb9edf85c8)) - (fp_line (start 1.75 9.4) (end -1.8 9.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a2bc93c-1f5a-42fc-8b18-7e1c72ce53c5)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d4749e3-9107-4281-88a4-c7007f251888)) - (fp_line (start -1.27 8.89) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9789fd27-6883-4b95-aa4a-3dbca40ab3b5)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55df7df8-7587-4bca-a905-39b16b3bfa4a)) - (fp_line (start 1.27 -0.635) (end 1.27 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a53ab119-5a83-4615-8227-a6ed5f436bc0)) - (fp_line (start 1.27 8.89) (end -1.27 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f57ca95-49a1-4d5b-bcf7-106dc3de52bd)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp 375a6861-da94-48ab-a1c0-d62b0edb17f4)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 12 "+15V") (pinfunction "Pin_2") (pintype "passive") (tstamp 93b0bf82-80f2-43f1-888c-f1eafd7c9082)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 13 "-15V") (pinfunction "Pin_3") (pintype "passive") (tstamp ea415e37-e956-42df-8180-fbc34496a670)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 20 "+5V") (pinfunction "Pin_4") (pintype "passive") (tstamp 3329d420-383c-464e-8f64-2969706fa071)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 153fd3a0-3ca0-4383-b384-b30821a67f0a) - (at 75.763333 100.33 90) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "Spice_Model" "D1N4148") - (property "Spice_Node_Sequence" "2 1") - (property "Spice_Primitive" "D") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/fc97e87d-3a82-4634-b921-5190569de733") - (attr through_hole) - (fp_text reference "D2" (at 3.81 -2.12 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 759700bc-3b72-4350-b5ea-6dcd5e2ec0f8) - ) - (fp_text value "1N4148" (at 3.81 2.253 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 471a6ddc-f265-49e9-94b4-1e8d3a23d6f3) - ) - (fp_text user "K" (at 0 -1.8 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e29e66f6-776a-42aa-92bc-eecbe71e3f5a) - ) - (fp_text user "${REFERENCE}" (at 4.11 0 90) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 643a90dd-ddb4-4091-8556-5f0575429fe6) - ) - (fp_text user "K" (at 0 -1.8 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cf31e6bb-c6e3-4a6e-bd21-1ad1ba785a57) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65d917dd-585e-428d-bbde-5ccefa3deca7)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fbca66a-5064-4629-b34c-2d5ec75146cf)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e9d3be2-8d63-4859-b70a-860449e5e6f2)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 717288ed-eb5c-4f1f-9eb5-63f01386a8aa)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3018be59-59f2-4e1a-a0ad-451d7243f7d4)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38097d7f-2977-4d82-a34c-a639b1fc8b75)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03714957-2155-4907-8563-d262f368487f)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a84ca800-c07f-40f1-9789-9ab78724ca8e)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13a2ffe1-ae00-405b-9639-1c4afc893ba7)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1939f2a-8dd5-487b-89cd-898ee32b045d)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6a91bc5-f125-4f6e-a6d1-dffd258bbe1f)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c053f84-8022-401c-963b-93b75620fd96)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51b36181-4704-4243-aa22-3602b3b782f9)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f817fd1f-c93c-4e64-8b2f-fb7627249b2a)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03becd4c-5327-4443-ae55-f863aa53c275)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7129d78f-9d0a-41d6-bafe-51525daf436f)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2503029-fd7c-42f7-8364-f7a573fbc1fc)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9aae597-5fd6-4f93-91f1-df067c18a9bd)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c01e640-c17f-4651-87c0-770a71580880)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1707acf-aca0-4cd1-9336-f6dddcffb7cd)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ebfc433-4ad1-490f-8726-791e057fd90c)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad88472d-b0e3-46c1-a6cf-6694f406420d)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp c270d376-1d8c-457c-8a4b-ba9fe7d32fb7)) - (pad "2" thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "Net-(D2-A)") (pinfunction "A") (pintype "passive") (tstamp 30cc411b-abe4-4f87-866b-4d7f54e5b0f0)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 16511e32-d016-422d-b4a3-8d3348241660) - (at 62.738 74.051) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/74ae375e-f37d-43fa-831c-6c426228e35a") - (attr through_hole) - (fp_text reference "U1" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bf30ac28-4e30-4875-836e-06d425e7a596) - ) - (fp_text value "NE5532" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7633ae0-ca40-442a-8ace-e0349dbeb3de) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a58d031-c67b-4768-858b-6fbb32f8f425) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da3051cd-f899-4ca1-b7bc-8357533ecdab)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1002a41c-15ee-45b3-8e3d-50b2884e377d)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfbdf4d4-67fb-4613-b7a3-82c16d84d612)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1784f2e-3bc0-4b8f-92c7-704d47982c87)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3798029-e718-4e17-a83a-d91ace941ff4)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 542111e9-5ae2-4762-8e28-46c96be04eb7)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7318bd7-47f5-42ab-a362-a53243071a55)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4de790a9-375f-40bb-92cd-e79a73d5e5c1)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7a1bb1b-1fdd-4c7b-b99f-8ca33df56ecd)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28c86294-bf8b-4027-8d63-e79e6131889d)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb8dcb06-4c04-48d0-a4b5-71852edf57f5)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 150d76d4-e6bd-4127-bb06-145bff54e8f9)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5e1bea5-51e9-4119-9736-bfa4b2f20917)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ccd74ce4-9a22-4de3-b193-12b79b97e06f)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e41a19bb-ea17-496d-800b-d5acd8bf2216)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7752cbf8-36cd-4a3d-8a81-fe9243b8b07a)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp add739d5-37a3-41e7-920a-f832c3bf4227)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d22c261-a0e4-48f3-8f00-9e9563a35316)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31851fd0-aac7-4985-b9bb-a5f9842da149)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33c144fd-a131-4f5b-a774-6c610c1e1193)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6eb2e185-496d-4ccb-8183-d86e907dfe45)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b50ad2ee-c6c6-4131-8826-86cda71e1bf9)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c040b07c-2e13-4b50-8129-3c52eb49ef65)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 27 "Net-(R4-Pad1)") (pintype "output") (tstamp 54c5bfd8-3d59-49f3-b40c-48fc13b21d98)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "Net-(U1A--)") (pinfunction "-") (pintype "input") (tstamp 8c129380-d4fd-4ce3-8afa-fb7566881008)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "Net-(U1A-+)") (pinfunction "+") (pintype "input") (tstamp ca421f75-a1d0-4ee3-8273-8839abc9bb63)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 45320029-61f5-4059-978c-af268a96b3b9)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "+") (pintype "input") (tstamp 85189184-33ba-49b5-b465-1cf381c0d7bc)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "Net-(U1B--)") (pinfunction "-") (pintype "input") (tstamp ffc90f38-f614-4be0-93a8-b00f5d2cf419)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D1-A)") (pintype "output") (tstamp d3aa6366-6b82-479a-bff9-303c56ffe72d)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp a0cde9da-ddf2-4178-bada-e76fe55a0f7e)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 17e17558-220e-408d-8d96-126a6528cd4c) - (at 62.738 126.026) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/fc3854b8-96b4-4b58-b9bc-9bd4a2383b76") - (attr through_hole) - (fp_text reference "U4" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 221f9d1b-fab7-411c-91e6-d9c766d2a5bf) - ) - (fp_text value "NE5532" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e2b7d634-4f5d-41b5-b1a3-d75cf936a0d1) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b251a139-0d49-4e05-995e-6f5a445ff46c) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ef50457-e6f2-49e0-82a2-bed6bd078511)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34c5c2c6-4ec2-4a54-b122-c7552bdb6497)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 998ce350-fb08-4d9d-8b3c-5079cac76e55)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5a8e8d5-4099-4800-9b92-0049b5e88636)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0623243b-3f89-4b26-ab18-6429abd7332f)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de54cbd8-ef9e-46de-bebd-2cad03b8b101)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f1b458f-cbd0-4f86-aa1c-b1b518c98f0a)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f55c7e71-517c-4f99-95df-d40169b5c24f)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 837fd5db-bf57-4ccf-8d11-770692aaf785)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0abfcf4-a117-4e29-bfad-c88bea8d07c6)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6471ff73-15a0-426b-b8f2-37bb3aa48433)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1eca6756-2246-46cb-9940-3d539d64248e)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de71087a-de7f-4a50-9916-30290fe15508)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b01d10d2-3eab-4cde-9fa4-de6b8bc1c53a)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74dd4d85-5748-483b-937c-531131627451)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3cefe049-9eac-4d66-8f77-ded5e5a278cd)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72ca0b5a-318e-46c6-8ce6-7f569da6d677)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e491708d-ac55-4eb3-b3cc-9777b0ac2e57)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0545e39e-0fff-48a5-ac7d-c052ae8ece47)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f20ba09c-323d-478c-ab4a-ed620cd5b449)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a34d8653-61ee-42b0-aa16-11c13d4399e4)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d639730-e967-4c7b-88eb-11a3f4ffa025)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d110727-b22c-41c7-bd03-26dae5644c90)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(C5-Pad2)") (pintype "output") (tstamp 98971460-ae85-40f5-bc07-a9777fd40799)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(U4A--)") (pinfunction "-") (pintype "input") (tstamp 54cc1172-eb43-4c38-8916-115b5ddba2ff)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "Net-(J3-In)") (pinfunction "+") (pintype "input") (tstamp 69a9943c-94c6-4930-a0ba-03e2756a2848)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp cf064f66-b7a6-4754-a224-90788e9ad028)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(U4B-+)") (pinfunction "+") (pintype "input") (tstamp 08a8dcd5-1350-4e9b-b9af-2039821f81ae)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U4B--)") (pinfunction "-") (pintype "input") (tstamp dd765214-b0a3-4d52-af8d-bc54d2cd8c0e)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C7-Pad1)") (pintype "output") (tstamp 84c9734b-5329-4459-bcf9-b081add990bd)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 802de8d2-e785-48fa-a725-5d04d3263ee2)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 1c619e84-969f-4af3-bf53-44c7b8738a4b) - (at 62.504 86.36) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/d84e126a-7c66-407c-bf5d-66ecb8c29511") - (attr through_hole) - (fp_text reference "C11" (at 1.25 -2.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8976937a-3d27-4595-b800-356049711b4b) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2a0341ee-b68f-4f2d-a315-9fc973104d79) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 28879c8b-670a-489c-88d6-cba5e2240bc3) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22d5cb24-2bad-42c5-8ccf-150bd8d772c7)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a2a2565-7126-4661-812c-b45ce1e21b83)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e90b60d0-9764-4688-b880-53460accacb9)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acdd4deb-e469-45e1-8097-ad24d541a4f5)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b1b2ec4-6605-4e23-8538-3d9d8f592a76)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96556a32-9f50-438a-8f86-0c37d3eef89d)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 072ccb90-8577-4c06-a4a5-421fd78cfa99)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2c858a6-8edd-4749-866f-0918c4ee7635)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6b3527b-256a-4a0b-94a3-d8f93cdabdfd)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7873c006-4452-4ee6-9c35-95ae47e1c220)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 740deb3e-49ed-41b2-a4be-59807c5af53a)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bda4f07-9be8-43b3-a3f6-d00e9715a7f1)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1162b04-cb3e-43e2-80ad-8ecac874ec6c)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 804f1911-4af3-41ec-95b6-af2710d84cb9)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 186bb63d-add0-4e24-96e5-c8259cbe8fee)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "-15V") (pintype "passive") (tstamp ea4c483d-0343-4c0f-b9cd-bf988b358871)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 214df8e7-b907-4b3d-8b0f-c2da0d7fb0a3) - (at 86.32 100.33 90) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "Spice_Model" "D1N4148") - (property "Spice_Node_Sequence" "2 1") - (property "Spice_Primitive" "D") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/4995c1c1-ab0c-4e76-abbc-63f6e749ffe1") - (attr through_hole) - (fp_text reference "D4" (at 3.81 -2.12 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c9254189-4afd-41c8-ab50-39175df04027) - ) - (fp_text value "1N4148" (at 3.81 2.12 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7e5f5d53-0c40-493c-a415-331de96d28c0) - ) - (fp_text user "K" (at 0 -1.8 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 261f3865-af97-4e85-92cb-6e73ca7834bc) - ) - (fp_text user "${REFERENCE}" (at 4.11 0 90) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 1413b9d1-2f69-473d-a8d1-2aacec7cbbab) - ) - (fp_text user "K" (at 0 -1.8 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f1187fe9-9f26-4bd3-b6e2-29a3756aed42) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c1707b3-e506-4d11-b254-8e584cdc22f2)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac9461c1-b3c5-4516-8b54-f68969951eaf)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 736656c5-a9db-4b4b-a9f7-68ec2c68ea35)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c562b69-028d-4be7-8eac-b56d6646c3a1)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f57081c4-5fa6-4222-b4e4-2f550a67cb58)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d95a9290-7946-4391-a863-eee2856c114e)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab2a79f4-0b19-444a-a013-55603cd7c676)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d553bb38-ac48-4073-9db3-c6cbb038f3b3)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7344b791-f810-4fee-9086-bdea6a93a784)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 158ee3d3-e2e2-4ce3-85dc-58ab263d2a1b)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8f5e1e6c-14e8-46d8-8f4c-943af7485fcb)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e75242ba-0cd4-4e94-a2da-13565d238d64)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3aaa31ec-9b8c-44c6-94f2-6d56228bd69f)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12c73685-47c6-4425-b9aa-3ccefc9e279c)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8976b6bd-d803-4ee3-83d8-a070c28219ae)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1597561a-94d1-4d9e-b29e-b5734d26586f)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e223be1f-3fb6-4930-8695-a99a1a8076e6)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04d1bddd-94e9-4d6e-ab8a-f351829038e2)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9b007b0-00f9-4adb-9a4d-15d3c024ef8c)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9706838c-ede8-4f08-a9de-b24f1be332af)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24577c0f-0638-4e92-82d7-e937af445c21)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9957bfd2-f03f-48a5-8417-d784f2b5ff4b)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D1-A)") (pinfunction "K") (pintype "passive") (tstamp 98730641-61a4-46af-8bc6-b8e6b6ac052a)) - (pad "2" thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "/LED1") (pinfunction "A") (pintype "passive") (tstamp cccd2d6c-d38d-4125-95cb-f5813fcc1971)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 2c10b584-cfd8-4e4f-ad29-9a4a2ccc1737) - (at 53.715 125.476) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/6767c1a9-3f1c-45b9-a993-6c9aae7a6d0b") - (attr through_hole) - (fp_text reference "R16" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6424ede7-3994-4322-a9b2-496b5288c6d3) - ) - (fp_text value "22k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f44d0ced-f032-4814-91e8-123cc17e3fcf) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 6111c621-c2b9-4429-8441-da01684adb65) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9e3560a-5b82-4299-a144-5dd84e369394)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed39df4f-93b4-4807-9f3c-99cd776108e4)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86fef6dc-7f88-4551-82b9-c07d6f949c78)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca25d319-2c81-49f8-855f-29f591380087)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1051d1d-1fbf-4fb9-811a-2028fc0f8592)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d3f234c-255c-4a37-9106-eb73a5da38a4)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ad8c49f-57d2-45d7-b32f-2eda53edec7a)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1fe5686-2ebf-47d5-84da-b0f416d8c49c)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0660dba5-67e6-4991-840a-3f66fe65d6e0)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c884170c-4d8e-4c8b-bda0-9a8bdbe0842f)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 454d6d35-7602-41b6-85f4-4b5c598d3a82)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66586cbe-e0bd-4647-a6b5-8cda089bfe53)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "Net-(U4A--)") (pintype "passive") (tstamp f8da3102-5018-43d9-b51d-dff5780b2f36)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 9 "Net-(C5-Pad2)") (pintype "passive") (tstamp 3817355a-eba4-4cd2-9f8e-011538a8e04b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 2dbdc587-ce6f-4533-a561-d08d4186783c) - (at 58.795 111.94625 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/706ebd17-2810-4609-b01b-f6d669a57b2b") - (attr through_hole) - (fp_text reference "R8" (at 2.54 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b904ca59-6e39-4174-a59c-eb78becb9d06) - ) - (fp_text value "100" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 539cfb1a-78a1-4257-b2db-837411be4c00) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp c2f4d27a-2433-4918-bfcf-a1eee2758934) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 904d90a3-ca9d-4ce0-85df-dc77ec783bb9)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0616cc38-21e5-492a-b7d9-f71807902669)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df147e13-c21e-4230-ad63-0cd57f45257f)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f27583fd-a24b-4de4-a86c-fac70cd69d64)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8e1b7b0-8c8a-4ba8-86cc-1302d3012aab)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp befa4e1f-ed12-45d5-980e-4018c079b60e)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06daff73-adec-41b4-889d-a4390f2f3d8d)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45760274-2c71-4c32-b9e0-1c66ddeee2c9)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d735425-c172-4d4f-a5d7-8a0c25042c92)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7514dfe4-e3ec-40f9-b5c9-8ddae5571840)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 949509c6-099d-424b-a29b-1c4c87ea69bd)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2134de6-c84e-44fc-b3f3-3be6cb3c2140)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "Net-(D2-A)") (pintype "passive") (tstamp 07f60d8d-a39a-4587-a67b-608aa13f8698)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 0d2c9b2f-5d79-4749-962d-1cadbc221d1b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 371d876a-9bae-4a4d-8d92-e551b2948ba1) - (at 53.715 85.09) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/60a86b5c-3fbb-44f8-996a-ec34d5c5dd34") - (attr through_hole) - (fp_text reference "R2" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ce6b2db8-e0be-42b5-93fc-95f1702edc5e) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3de1e70b-1c18-4c5c-9df3-30bdf1697bea) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 8b5679cf-df3a-482d-a405-0ab72a14d895) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78b1ed0d-2051-4ae9-bb4c-afa0e12cff54)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4084566a-8786-400e-bea8-c801644d78a2)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d51defb-ac0e-49ce-bb79-aa70700613f1)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c01af91-1bca-4691-a69a-d89c1410dada)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 496b2aea-a90f-4d7d-ac11-4a2c27d3fdd5)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1a66c15-7800-44da-9937-812d330bc763)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0a0c8c9-74c4-4745-880c-7a78f91267ef)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp daf5223e-01a1-43aa-a315-d5a195153059)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 480c8783-0257-4dbc-8011-f83a0d86f462)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73765cd6-d733-4666-a88e-940ed0fec54a)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a763f70-90f1-43f1-9ba7-3c8c40919bd0)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da55b51c-5a7a-4c03-82ff-cb2514014905)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "Net-(C1-Pad2)") (pintype "passive") (tstamp 783323ac-033d-4053-a809-0ae1551cbb3a)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 26 "Net-(U1A-+)") (pintype "passive") (tstamp 7faea030-6649-4743-b84e-e0306b0be211)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 39e93599-693e-453a-bf4c-70a6cb5f8397) - (at 56.154 120.904) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/6fc8b738-96b4-4aaf-a5c0-7613ad1d5f7e") - (attr through_hole) - (fp_text reference "C5" (at 1.25 -2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3fdc4713-0a3f-4efe-9aa6-571d77d33307) - ) - (fp_text value "1n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 74d58055-2592-4ec5-8feb-7699cd89b212) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp d1a99cc5-a60c-4ca6-bbaf-d2110c23b42a) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f20d189-ef63-4c7c-a100-ac038d61b5ce)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2715a18b-e558-42b4-9775-2b7675bdd365)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 154e995c-453b-4c96-80e7-7902b9b4819b)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 084551e6-b0cb-4217-bfc5-0ff027efe9cc)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5723bf70-1678-45b8-8dbe-008286497595)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c37478fd-5ff7-411d-89aa-e7ca6bd33ae1)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13e4529a-a0ef-453e-ad12-50e558dde933)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7703049b-e3cf-490c-bec7-cd6829ae7146)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96a1273a-c185-4617-82dd-c2b56f1bf572)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6dece782-0c7b-4a33-9920-80c0ce41a62d)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7faa3c2a-6361-4f0b-a38d-d871e1459226)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddc55bab-0af3-4c28-ac58-96766b3df020)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e13a34c-5871-4be9-b280-7e401cfc141c)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41c16fed-804e-4f94-a98a-e3686f16565e)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(U4A--)") (pintype "passive") (tstamp a496f8eb-2528-4171-8788-cb56a0ab8459)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(C5-Pad2)") (pintype "passive") (tstamp b40df60c-36a5-4338-a301-7ca8733f8bb8)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 39efc16c-0c1c-4a0d-8044-b85c6e80b491) - (at 68.219 104.14) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/ac6cf1e8-db0a-4678-bb46-0436cc06a3b8") - (attr through_hole) - (fp_text reference "C12" (at 4.425 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 49dfb02c-e0ad-4449-9b10-f8d0c1da300d) - ) - (fp_text value "100n" (at 0.462 10.278181) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp acfcc3f1-e70c-4f4d-8bce-795ea56830e1) - ) - (fp_text user "${REFERENCE}" (at 0.462 7.778181) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 7d83980d-57de-49fb-9c3f-ce0b0bdf8b6d) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16baf0ee-834c-49b7-8f91-f16bbaa6b300)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a78520b3-a31e-4f42-bb3e-05877275e713)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8270b91a-6a08-465a-9d01-1fde850e5643)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73eb6bf8-2e8e-4558-b55d-336ac420736c)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a84eaa08-f622-4a73-8dfc-29477edbc39b)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7bea8cb-588a-409d-a1bf-ff2ea0888a2b)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b16fafe-5363-4a50-aba2-37f3d2d586fa)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9908f975-0b02-4f73-9229-3d7fa52f533b)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90ffb2de-3858-4868-9abf-7188b2b68a2a)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ce268fb-5355-4d05-acbe-394667708b5c)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35eb90e9-78ef-4d74-bb29-f400598ac39e)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1ffa94d-7670-4f84-8725-250990b13073)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1625cb19-6c97-4a53-baaf-abb0e428ad0c)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93c4ef87-a1c8-4a88-ab7c-42e44af1d6b0)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "+15V") (pintype "passive") (tstamp 1bc8a509-50cd-4be2-bd29-1388963d5629)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp e22d12dc-3f71-4163-85a2-db3388058745)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (layer "F.Cu") - (tstamp 3be79ec5-eb40-45b6-8d15-c18b56bbf874) - (at 77.00138 120.015 180) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/364dcd76-1c8f-40f1-8acb-d331c05a73b1") - (attr through_hole) - (fp_text reference "C7" (at 1.143 4.318 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b5de0bac-467e-49fc-ae22-46b5a2dd4d69) - ) - (fp_text value "10u (NP)" (at 1.25 4.4 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a1cb968-9752-453b-97ce-dcc188e4e4e1) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8651868d-f991-4860-b6d0-a0ea5d844f39) - ) - (fp_line (start -2.250241 -1.839) (end -1.620241 -1.839) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 609a3e8f-54bd-401c-b768-4df2fb9b4e91)) - (fp_line (start -1.935241 -2.154) (end -1.935241 -1.524) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c0da66b-0ae0-4bc2-838c-baff78fdde82)) - (fp_line (start 1.25 -3.23) (end 1.25 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac107e66-293d-43b5-a1ef-3e5942b6268f)) - (fp_line (start 1.29 -3.23) (end 1.29 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbe1cf72-94db-4240-b65b-78177eef5f31)) - (fp_line (start 1.33 -3.23) (end 1.33 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 331b37ed-3b0e-4d0d-a8b3-c74e9c27ea97)) - (fp_line (start 1.37 -3.228) (end 1.37 3.228) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81925736-64b9-4441-8d34-bf2ee58471c3)) - (fp_line (start 1.41 -3.227) (end 1.41 3.227) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7787ae02-5ea3-4dd8-a8b1-368c7e1e1103)) - (fp_line (start 1.45 -3.224) (end 1.45 3.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9865544-192a-4adb-a0bf-3437c3d7c3da)) - (fp_line (start 1.49 -3.222) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 663f2412-3e0a-4a1a-81e7-5d884cbe9174)) - (fp_line (start 1.49 1.04) (end 1.49 3.222) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67639da2-2251-4c5d-8acd-d8feef23f7de)) - (fp_line (start 1.53 -3.218) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 562efb4f-9bc6-4fa7-9d81-851528cb4994)) - (fp_line (start 1.53 1.04) (end 1.53 3.218) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f3e4cbc-35d9-4eeb-b50f-dafd28009fc3)) - (fp_line (start 1.57 -3.215) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09718486-7c51-4b97-9df5-3c19f6a0dddf)) - (fp_line (start 1.57 1.04) (end 1.57 3.215) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87db2e1e-032c-4b84-a6e4-de1bd76fc405)) - (fp_line (start 1.61 -3.211) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 811dd2c4-b00e-4159-94b1-cc408fd8a763)) - (fp_line (start 1.61 1.04) (end 1.61 3.211) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 198c6217-1359-4d36-9509-01534de87a45)) - (fp_line (start 1.65 -3.206) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a3d2a93-a303-4eb7-85f4-9229563fab7c)) - (fp_line (start 1.65 1.04) (end 1.65 3.206) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d74cc14a-69c1-48d8-8f71-41d9aa14211c)) - (fp_line (start 1.69 -3.201) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39fcfe63-d531-4dfc-9dad-9cbb379ad917)) - (fp_line (start 1.69 1.04) (end 1.69 3.201) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77efb444-5d06-442a-afd9-72aa4f446f57)) - (fp_line (start 1.73 -3.195) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ad77739-0ee9-42e7-8bac-880dd0abda5c)) - (fp_line (start 1.73 1.04) (end 1.73 3.195) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01ade6b7-17ea-479d-a997-2fbad0384564)) - (fp_line (start 1.77 -3.189) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 319e9ee1-2fcb-4edc-8a10-a8ebee955480)) - (fp_line (start 1.77 1.04) (end 1.77 3.189) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ab451c7-2ad4-4188-bde3-e633d951aaec)) - (fp_line (start 1.81 -3.182) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf18ce09-419c-4479-9c6f-3171f36a3b38)) - (fp_line (start 1.81 1.04) (end 1.81 3.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2fb305dc-4071-407a-bc87-dae068b3530a)) - (fp_line (start 1.85 -3.175) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a99312e-a96e-4b0d-8c66-3a279a416715)) - (fp_line (start 1.85 1.04) (end 1.85 3.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b72f55a-6e37-44c1-8447-d2b001c280c3)) - (fp_line (start 1.89 -3.167) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33ab0370-cc6e-4841-8ffe-d32565a3a00b)) - (fp_line (start 1.89 1.04) (end 1.89 3.167) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2326f39a-677e-41ef-9d99-420bd428daae)) - (fp_line (start 1.93 -3.159) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b45a1257-8ca1-4b7a-80f3-4888da9105d6)) - (fp_line (start 1.93 1.04) (end 1.93 3.159) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d47c4844-1cbd-4372-badf-6ba3fb1cc493)) - (fp_line (start 1.971 -3.15) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fdf4f3f-540e-4ef1-8c76-405eb52e2f3c)) - (fp_line (start 1.971 1.04) (end 1.971 3.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e9b6edb-d04c-4a72-9126-2a07565dddac)) - (fp_line (start 2.011 -3.141) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8024207-47e8-4189-a95e-a4a7f0281233)) - (fp_line (start 2.011 1.04) (end 2.011 3.141) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b43cd907-ce90-454b-a5ef-8728851a08c2)) - (fp_line (start 2.051 -3.131) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd66a733-3026-4f9a-9a46-5e5432b32fc0)) - (fp_line (start 2.051 1.04) (end 2.051 3.131) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63631bf1-e18b-4fc4-8455-d9f08bcc1f3c)) - (fp_line (start 2.091 -3.121) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 168663ee-401e-4a68-9110-ab3458be7659)) - (fp_line (start 2.091 1.04) (end 2.091 3.121) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab57cb08-b926-469c-9618-c65b80f03e3d)) - (fp_line (start 2.131 -3.11) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80f3bb90-25d7-44aa-8dac-f11ecaee0a8e)) - (fp_line (start 2.131 1.04) (end 2.131 3.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2672d65c-4d25-4264-a35a-05dfd8a855ec)) - (fp_line (start 2.171 -3.098) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d9be3f9-b6b0-4e93-8e19-3b17ea1be996)) - (fp_line (start 2.171 1.04) (end 2.171 3.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64c82bcb-0fe2-490b-b0be-72bcd31ffca1)) - (fp_line (start 2.211 -3.086) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f3702db-7df8-4362-b3e8-a248234467a0)) - (fp_line (start 2.211 1.04) (end 2.211 3.086) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f611ccd-a6bf-49e8-9299-42ecd43294ac)) - (fp_line (start 2.251 -3.074) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60560bfe-cb38-4f54-97c0-f3bf1d9a6dc1)) - (fp_line (start 2.251 1.04) (end 2.251 3.074) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 902cdb0b-516e-4370-8903-492f078ccd11)) - (fp_line (start 2.291 -3.061) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca3e5355-4ca4-4e22-88b3-57dc9f2df33c)) - (fp_line (start 2.291 1.04) (end 2.291 3.061) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c955aa1-cdda-44a9-ae86-a7fe10dd8b78)) - (fp_line (start 2.331 -3.047) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c481edb-90ca-4b49-a71c-02260073b6c9)) - (fp_line (start 2.331 1.04) (end 2.331 3.047) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 976a8bcc-44ac-4c13-89bc-af0d9597d1bf)) - (fp_line (start 2.371 -3.033) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37e46c25-827c-4c6c-9411-12ba297e5b80)) - (fp_line (start 2.371 1.04) (end 2.371 3.033) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93ede224-cd2a-420a-91bb-06c905d72658)) - (fp_line (start 2.411 -3.018) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a826293b-ab8b-4784-9728-6e53cdc27f77)) - (fp_line (start 2.411 1.04) (end 2.411 3.018) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8b271b6-06c5-4eaf-9204-d01802195756)) - (fp_line (start 2.451 -3.002) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7074919-b7e1-47f0-8dc7-5c18989b25a0)) - (fp_line (start 2.451 1.04) (end 2.451 3.002) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1b9ebbe-4608-4072-93f8-c385c693085a)) - (fp_line (start 2.491 -2.986) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14756ea6-b75e-4f3c-b2c1-d816526e908e)) - (fp_line (start 2.491 1.04) (end 2.491 2.986) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 222bf995-06a8-4818-87d2-fbc9a636eb1d)) - (fp_line (start 2.531 -2.97) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d7c4efe-0271-4cd1-810f-e5a2ff469c33)) - (fp_line (start 2.531 1.04) (end 2.531 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 970ae3b6-1992-4809-8aaf-42968cac6d27)) - (fp_line (start 2.571 -2.952) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af36ed64-cf83-4d44-9f5c-c0a055408ccb)) - (fp_line (start 2.571 1.04) (end 2.571 2.952) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d25e7c5-7447-4ba1-8e24-fa791fe153ae)) - (fp_line (start 2.611 -2.934) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84528e65-9e23-4037-b1d0-dfc0d28baea7)) - (fp_line (start 2.611 1.04) (end 2.611 2.934) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ee55b1c-7f8f-49fc-8821-3360d5657f2a)) - (fp_line (start 2.651 -2.916) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cccedd9e-0a3c-4997-a312-f191bc6d6fa2)) - (fp_line (start 2.651 1.04) (end 2.651 2.916) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d1745e8-8d8b-46c5-bc78-09a8ea0ba62f)) - (fp_line (start 2.691 -2.896) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ede6c22-9dd4-43a6-bb17-03bdf31a40b8)) - (fp_line (start 2.691 1.04) (end 2.691 2.896) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 211ad250-a00e-4f45-af2a-156d666aa2d7)) - (fp_line (start 2.731 -2.876) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3620743c-cea8-45b2-a634-7b1a5a5d0a5a)) - (fp_line (start 2.731 1.04) (end 2.731 2.876) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d30bd3dd-4beb-4062-a7b9-f591102aafc9)) - (fp_line (start 2.771 -2.856) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d05239f-69ca-43f2-b153-e85737a2a260)) - (fp_line (start 2.771 1.04) (end 2.771 2.856) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4a905e1-9b6f-407a-8582-3188088338b5)) - (fp_line (start 2.811 -2.834) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d80ea83e-cee4-46cc-a22a-8bf3a4298da1)) - (fp_line (start 2.811 1.04) (end 2.811 2.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 089f9851-b67b-4a69-bb61-2b8822dea1b2)) - (fp_line (start 2.851 -2.812) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a8a5af7-60e8-420f-a1d6-37e7149db721)) - (fp_line (start 2.851 1.04) (end 2.851 2.812) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 253fab06-3532-4179-988c-8cf284e13c49)) - (fp_line (start 2.891 -2.79) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b509897f-79db-41f1-b569-654806fe428e)) - (fp_line (start 2.891 1.04) (end 2.891 2.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5997f26d-52d9-49d6-86cc-70c6c36f7421)) - (fp_line (start 2.931 -2.766) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a180e0b-ab76-4149-b83d-0143ded078bb)) - (fp_line (start 2.931 1.04) (end 2.931 2.766) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67b338d9-ea0f-424c-8978-bad13a878be6)) - (fp_line (start 2.971 -2.742) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa84429f-200d-436a-8d9a-3cc5cadae6fe)) - (fp_line (start 2.971 1.04) (end 2.971 2.742) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f78e42e2-7312-460f-b422-3f58b8b770be)) - (fp_line (start 3.011 -2.716) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5886563c-dccf-433f-a5ea-95d2cf0f037a)) - (fp_line (start 3.011 1.04) (end 3.011 2.716) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 916d5505-2433-4a28-ad6a-cfa8646050e0)) - (fp_line (start 3.051 -2.69) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4b6329e-4aa5-4f0b-a139-c8ca4f029add)) - (fp_line (start 3.051 1.04) (end 3.051 2.69) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c6a8dcb-0c79-40f7-a823-67ab3783edc7)) - (fp_line (start 3.091 -2.664) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77bd3b00-c2ba-4a6b-8647-722e810027b9)) - (fp_line (start 3.091 1.04) (end 3.091 2.664) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86b8260c-1a47-48cf-83a3-f060981da45e)) - (fp_line (start 3.131 -2.636) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c856635c-6d1b-4e3c-a884-08d4db5d41e7)) - (fp_line (start 3.131 1.04) (end 3.131 2.636) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fc66144-2e67-42cc-9dc2-1cdb94b5b5e5)) - (fp_line (start 3.171 -2.607) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa50ae01-c312-41ff-a263-56937dc1785e)) - (fp_line (start 3.171 1.04) (end 3.171 2.607) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a73211f-e956-467a-b42d-cd7494f681b7)) - (fp_line (start 3.211 -2.578) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d57cbf0-46e6-49c0-a8e8-b57d6d7efaa7)) - (fp_line (start 3.211 1.04) (end 3.211 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cad38574-e202-4769-904a-9110ec56193a)) - (fp_line (start 3.251 -2.548) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1a69ac1-0c1e-4854-9759-5c54ac14af97)) - (fp_line (start 3.251 1.04) (end 3.251 2.548) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 125ccb76-204b-4ad4-a85f-a235846a54c1)) - (fp_line (start 3.291 -2.516) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f62e6222-eb63-484d-9cf3-e44a70570d43)) - (fp_line (start 3.291 1.04) (end 3.291 2.516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fe73723-e44b-459b-8b15-0ad47eb86075)) - (fp_line (start 3.331 -2.484) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33e84ddf-a772-4fed-857d-5efbd9e1dcce)) - (fp_line (start 3.331 1.04) (end 3.331 2.484) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e9b2d78-cf6d-4a42-a88d-4462bc4c5711)) - (fp_line (start 3.371 -2.45) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30da7e8e-07d6-4b78-8591-f868efc968d4)) - (fp_line (start 3.371 1.04) (end 3.371 2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 688167ae-dcfc-4095-b466-9a88a185244b)) - (fp_line (start 3.411 -2.416) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 046f37db-ebcb-48c6-a6f4-1d847d170ea1)) - (fp_line (start 3.411 1.04) (end 3.411 2.416) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cb71b9c-e941-4797-b4b3-8b026446804f)) - (fp_line (start 3.451 -2.38) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c1a78d4-d131-48f4-857f-076fe7f1f82a)) - (fp_line (start 3.451 1.04) (end 3.451 2.38) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67e31009-e2ca-4557-b7cf-3a799c1174ea)) - (fp_line (start 3.491 -2.343) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e11e64ca-f5f5-496f-bd8c-c079fe92eeae)) - (fp_line (start 3.491 1.04) (end 3.491 2.343) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71e26519-bc8d-476d-9980-44cfba67d9a5)) - (fp_line (start 3.531 -2.305) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48dc6941-92ab-460b-ad6e-0ad2c99d1b32)) - (fp_line (start 3.531 1.04) (end 3.531 2.305) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4eb492e4-d9fc-4d87-a4f5-5e7105d4fd23)) - (fp_line (start 3.571 -2.265) (end 3.571 2.265) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94501696-e477-4668-9718-6b567b7e4548)) - (fp_line (start 3.611 -2.224) (end 3.611 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6df47166-934b-4d7a-b85a-8d5241abbce3)) - (fp_line (start 3.651 -2.182) (end 3.651 2.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fb74258-e4c5-42c5-9b2a-d373adf61278)) - (fp_line (start 3.691 -2.137) (end 3.691 2.137) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93c7c6e5-78d8-469d-843f-6dd03f3d5ff4)) - (fp_line (start 3.731 -2.092) (end 3.731 2.092) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8f150bd-6168-4720-9a5c-b3e30d9ad3f2)) - (fp_line (start 3.771 -2.044) (end 3.771 2.044) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96f28bac-342f-4b38-9a64-414b5907d1f0)) - (fp_line (start 3.811 -1.995) (end 3.811 1.995) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df25b60a-ec26-4fac-b574-e89675ba690f)) - (fp_line (start 3.851 -1.944) (end 3.851 1.944) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d6c380c-83d5-484f-848e-63b5e063e083)) - (fp_line (start 3.891 -1.89) (end 3.891 1.89) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb5c650e-0bb9-44ea-bbb2-9b21f1ed6a9f)) - (fp_line (start 3.931 -1.834) (end 3.931 1.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1857b3bf-2d6c-437a-9b71-dbb86839a011)) - (fp_line (start 3.971 -1.776) (end 3.971 1.776) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a7fab9a-6ca5-48e0-a86c-b01d35bf2f3c)) - (fp_line (start 4.011 -1.714) (end 4.011 1.714) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2224e7b3-0980-45d2-8729-3f20c81cc393)) - (fp_line (start 4.051 -1.65) (end 4.051 1.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef942e77-15f9-4e35-9b69-93617a00082c)) - (fp_line (start 4.091 -1.581) (end 4.091 1.581) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4dbdc83-d07b-4ed1-9148-36bccdc596ea)) - (fp_line (start 4.131 -1.509) (end 4.131 1.509) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ccf8079-4a22-4fc7-99d2-4c568558a801)) - (fp_line (start 4.171 -1.432) (end 4.171 1.432) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 946f1067-96fa-41c4-aff1-68f3bede6cf8)) - (fp_line (start 4.211 -1.35) (end 4.211 1.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99751c5a-bcb1-447e-b544-3126f6d73819)) - (fp_line (start 4.251 -1.262) (end 4.251 1.262) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 221dafe8-4488-49e1-ba8f-8c524e302713)) - (fp_line (start 4.291 -1.165) (end 4.291 1.165) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 231ba771-9e4c-4aa0-acec-9eef5de9bc5e)) - (fp_line (start 4.331 -1.059) (end 4.331 1.059) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c5d31c5-9522-456d-b53c-089163ea00b8)) - (fp_line (start 4.371 -0.94) (end 4.371 0.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17cb0736-8289-437a-8c8b-8c6666da067e)) - (fp_line (start 4.411 -0.802) (end 4.411 0.802) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b58ce40c-000e-4f25-bf79-b06620ebb96f)) - (fp_line (start 4.451 -0.633) (end 4.451 0.633) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48248a49-4c33-4b1b-9b83-afc0683050ff)) - (fp_line (start 4.491 -0.402) (end 4.491 0.402) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e62419f3-1215-4e03-ae92-f60ca03f8f3d)) - (fp_circle (center 1.25 0) (end 4.52 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 975731f2-4d44-4c2a-aaa5-f8805c19a6e7)) - (fp_circle (center 1.25 0) (end 4.65 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 2981d778-5994-4a78-b8fa-5f18ace0828b)) - (fp_line (start -1.443972 -1.3735) (end -0.813972 -1.3735) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77a271fb-762d-4485-87da-5b132c30aa49)) - (fp_line (start -1.128972 -1.6885) (end -1.128972 -1.0585) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd43028d-22ac-4070-a7dc-aad412d0695a)) - (fp_circle (center 1.25 0) (end 4.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp caa4c18d-3df6-469d-8789-cbf416bbe725)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C7-Pad1)") (pintype "passive") (tstamp cf7b41f7-f3a6-4a6f-afd5-0ad4c2ccaa07)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "/REVERB") (pintype "passive") (tstamp 9b889fcc-03b0-4ea4-95b2-267a9e188dd8)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 40460f39-34e1-486d-b373-cb1a3c863ed2) - (at 74.295 72.39) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/aeda5dc0-4c61-4e79-8bc2-2fb58739ed96") - (attr through_hole) - (fp_text reference "R6" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de20f0a6-2e2c-4a5f-98b0-c9bac6e48318) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2898b004-fa13-441d-b116-6e42fa9092f1) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 0af82e5b-da03-4974-87df-62f6b2b07ecd) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 658abd98-b79d-48e2-934d-3c53880b503f)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd8dcbcf-258b-4043-a5df-61271044d293)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b1b2be6-15ce-4e2e-8054-6f488f5b13f9)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b629134f-b1ab-4d1a-8fe3-ecfa5280526c)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e253aa80-f0db-475a-bb42-9b2d7e70488c)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d687e3a7-40d1-4024-940b-27e94f8e137e)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 239669a9-98bf-4e68-bb7b-7230d556f1cf)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d307cb5-2a80-4abe-9b5c-5aad169801b5)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fbe11a0-2c95-4a7d-a9a7-9919ec8e2e29)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9201c93-1414-46c1-aaca-522c4421fe09)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e96340ee-9c26-46c3-b269-a661e8d0872e)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fa4006c-f9f1-4a5c-88a0-170f6a6d59c0)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 27 "Net-(R4-Pad1)") (pintype "passive") (tstamp 8320d629-25c0-4312-ae17-0f2c0439b9d8)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 29 "Net-(U1B--)") (pintype "passive") (tstamp e97676eb-9fd4-449c-9c05-d27d3603d5bd)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 421510e8-7b88-42ac-9f62-e86a72b9299d) - (at 67.965 69.215) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/887be4ae-0bee-4277-9322-db4811da181a") - (attr through_hole) - (fp_text reference "C10" (at 1.25 -2.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d70a9e5-edc5-4733-9017-c9304daa5e9b) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4f22150b-b3c2-478f-a94d-dd6184b5bd84) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 36c2a986-91f6-4063-8c50-f80943691395) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6e5796f-e28c-4558-9666-6c2ca3b930bf)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3683190f-dfe5-4258-8baa-382faaa78d42)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1f89e44-a4f3-4035-b7f0-7dc599f3cf85)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cd894c3-d997-4086-b360-35670330647d)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c306bb75-8a04-4393-8f2b-02cf38b20b40)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36404f90-d1a4-4f42-a19f-5e7edfd7ea3f)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6a031af-b0de-406d-ad56-28a67bd504cf)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb730f42-528e-4c9f-b852-18f26565517a)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01c3abf6-3cc6-4215-8301-fee0a0b9b2f6)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab7360d9-c2fa-4981-b819-6320ffcdf503)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb12959a-3f92-4c75-ab92-f0c69aa8f251)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a0cef32-fafa-41e7-bb21-a222de013441)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1618eed5-2dc1-44a9-a348-86d1e0f61b9c)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0817762-52a2-4775-a583-957356d4f3db)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "+15V") (pintype "passive") (tstamp 6a8a1d08-d67f-4b25-8b2d-588867cd6b42)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 609bccdd-b6f7-47b0-8888-8b05e28161a8)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-4_W10.16mm" (layer "F.Cu") - (tstamp 42f89ee5-b63c-4dbb-af47-1a021cf5d2ec) - (at 83.932 83.586 90) - (descr "4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)") - (tags "THT DIP DIL PDIP 2.54mm 10.16mm 400mil") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"LCR-0202\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4") - (property "ki_description" "Low Cost Axial Vactrols") - (property "ki_keywords" "vactrol") - (path "/eeb4a009-0632-47de-ac5e-48bea85f2512") - (attr through_hole) - (fp_text reference "U2" (at 5.08 -2.33 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 72467ea8-0522-4fd8-a6d9-2e8a943d5413) - ) - (fp_text value "type=\"X\" model=\"LCR-0202\" lib=\"\"" (at 5.08 4.87 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 53c4503c-4d22-467f-8964-b03d983e00c5) - ) - (fp_text user "${REFERENCE}" (at 5.08 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2a9be2d0-393a-4ecb-a955-9838608df9a9) - ) - (fp_line (start 1.845 -1.33) (end 1.845 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7c3811d-ebc6-4242-bc7f-b542be7c20fb)) - (fp_line (start 1.845 3.87) (end 8.315 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ece660d-f92d-47b7-be70-d5bc020cbeee)) - (fp_line (start 4.08 -1.33) (end 1.845 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cd70bd0-21a1-44f3-a7f1-f1361ae8dc56)) - (fp_line (start 8.315 -1.33) (end 6.08 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 186d7755-f169-463f-bb7f-48cdefa1bb39)) - (fp_line (start 8.315 3.87) (end 8.315 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f9ddd67-0ae0-4a77-8304-db03dff50490)) - (fp_arc (start 6.08 -1.33) (mid 5.08 -0.33) (end 4.08 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01a65329-9bb5-48e8-955b-6414e555fe5c)) - (fp_line (start -1.05 -1.55) (end -1.05 4.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5a8d2f1-900f-4c04-98e8-119e01369235)) - (fp_line (start -1.05 4.1) (end 11.25 4.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4806bc26-9f38-44a3-8c46-6dea7a5dd6a6)) - (fp_line (start 11.25 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d8df911-3626-43cf-ae4a-a1ede4396990)) - (fp_line (start 11.25 4.1) (end 11.25 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41e73a7c-2fde-4882-ad31-82c5a262fa51)) - (fp_line (start 1.905 -0.27) (end 2.905 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4c900c9-d8a8-4012-a648-72044ccbe18f)) - (fp_line (start 1.905 3.81) (end 1.905 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9292e99c-f46b-4269-9939-d589a4756ff4)) - (fp_line (start 2.905 -1.27) (end 8.255 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8e4e934-2e55-43d0-b1f9-a96a39103382)) - (fp_line (start 8.255 -1.27) (end 8.255 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fb027fa-fad2-4afa-93c8-a2bb700ed904)) - (fp_line (start 8.255 3.81) (end 1.905 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 876bd0cf-c52a-4960-ae56-346488687a80)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(D1-K)") (pinfunction "-") (pintype "passive") (tstamp 09028ad7-b5c3-4512-aee7-5364f13af3ec)) - (pad "2" thru_hole oval (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "/LED2") (pinfunction "+") (pintype "passive") (tstamp 4878dbe3-c395-451e-8fc0-efb1df6f73b4)) - (pad "3" thru_hole oval (at 10.16 2.54 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "Net-(U1B--)") (pintype "passive") (tstamp dd13f0e7-8aeb-422e-9bf0-55e4ccce4251)) - (pad "4" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D1-A)") (pintype "passive") (tstamp 57542145-9d52-48b2-a876-2f5991a355aa)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-4_W10.16mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 4bc5bf6d-fcf6-403a-9650-7cc85d09f197) - (at 56.195 142.24) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/5adee136-3f13-449e-a189-4b90c318e446") - (attr through_hole) - (fp_text reference "C4" (at 1.336 2.413) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 090fdde0-1645-4279-b3f6-8d8d34b09d73) - ) - (fp_text value "10n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c82d4b58-5eaa-4e31-8f71-3f67a6b458cd) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 1ae37c9e-cf2f-4f9f-9979-5fd92e4882b4) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51cf8d75-68fc-497d-ab5a-6e0553b1d5aa)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab6a0992-78e9-4c84-a5e7-791c483ea624)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe7c3292-ba0f-450f-8c9d-94d7047206ba)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 447a0d8c-e91e-4d2d-89c1-72ff540ad56d)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6d8ca73-5778-414f-9f6d-fd754507fa4c)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd2eaa5e-0fe1-4b95-b098-237b1daf1c10)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b39197f7-b840-4927-9950-636609194997)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a4d61c3-6a9e-44ed-9d90-7b8250f0449e)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61a2a796-f865-4158-a319-ba5f5a1551f1)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0d30477-a6f3-4a6f-8f64-e54506f80e87)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2ecdf2d-4251-47ab-8c80-6d08784fc180)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bc449f1-468d-4261-99fe-c2a762eddd9f)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bf2a616-c617-4d51-b749-538f0b4b240c)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b2e3bc4-ff15-4a18-9414-5f0f5a7dab07)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(C4-Pad1)") (pintype "passive") (tstamp f7600fb8-5ef6-498e-9e55-ac01bc8e3875)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 22402537-928b-460c-bd11-0e9ea84c1ad2)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 564cd5bf-8df7-4078-b8b1-d74b6859e369) - (at 79.121 126.111 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/22aa9a8e-6d83-4293-859c-8e6ceba5152a") - (attr through_hole) - (fp_text reference "R18" (at 2.54 1.734181) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bfba8311-ae70-47bb-b353-af7c930cb73f) - ) - (fp_text value "4.7k" (at 2.54 1.734181) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 27b77550-f2ea-462b-ad70-db992fd0e99d) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 06f34e31-9c53-42a3-a7e4-bc4931895a5c) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1dc308e-6501-4f74-90bf-8a65baa7671f)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9b831b3-cdc9-42dd-ab92-54b31a3380b4)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aebba1c3-82f6-4a8a-84b1-47cf2a20cfdf)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf3227cc-3d60-4362-a79b-9c838a35e383)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f6b05a4-6aff-4fde-aad3-52c7b57ea113)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65c42e83-2747-479a-844d-14b45d9aaa17)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac9351fd-666a-49b5-8964-af3b11e84352)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f8b70f0-58b6-43b6-aa56-2ddcedf8f056)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9fd1b13-60f1-420e-824f-c2e1b60eb515)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a89eac05-b7e5-49c4-b42c-6e87cbcbe964)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a80b170-87e7-4cb3-b3f0-4a499700b943)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 352121cc-64c0-4e5e-b2fa-39c174e2a07f)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U4B--)") (pintype "passive") (tstamp cfd762a6-cc92-40ab-aa6d-1c1ebef8f721)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C7-Pad1)") (pintype "passive") (tstamp 08ea0442-a0de-41f1-a701-f0da1f6048af)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 5bcfcc24-cc43-4c6e-be32-79e04306ada5) - (at 58.795 133.7775 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/d0496e1a-4397-439f-93bc-c2f09699322b") - (attr through_hole) - (fp_text reference "R14" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bd92b7f2-94ba-4422-92f9-6f05c04b3dde) - ) - (fp_text value "220k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c4b2d5bc-9ba0-41e8-8497-c749745aea69) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp ba9c8480-1193-4890-803a-9265c60b5ed7) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb30c635-7316-4b8c-a37a-a0b3c7c4a7b2)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b97ed433-5f57-4f22-86fd-23b2c419d23f)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 777ea0f3-92ab-4ed7-aa7f-7b15d34873d5)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc090636-ccc5-49d0-a09b-0ed67ee6a2fe)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b00ec1c8-09fa-4d88-9d6d-f9a16c0b33a2)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da12f3fd-40fc-4e89-afbf-19a15a75169b)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9c9aa8c-c66c-4681-82cb-ddc62f25dad3)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efba4368-bf75-4adc-83aa-7969fe2c2f74)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e94f3c94-fef8-4e2b-bd91-71cabf8877c8)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87d0aad0-fd6f-4d36-a71a-856ddf337a77)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c106a13d-bcfe-4024-82a1-d10ae034889a)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6eab8a80-e921-4532-b2d1-ae88354672a1)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 22 "Net-(J3-In)") (pintype "passive") (tstamp 088c6b03-2474-41eb-9c73-e0f7c0b167e1)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 26e5ea1d-cb7b-41e3-9708-a13bbcbd2c45)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (layer "F.Cu") - (tstamp 65e64796-aca7-4a6b-ac42-fa91a3b5f9d8) - (at 74.404621 136.398) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/6d53d182-97de-4ac2-b87c-79cd2633da30") - (attr through_hole) - (fp_text reference "C6" (at 1.25 -4.4) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 003201b0-a23c-4664-a178-90a02ac95339) - ) - (fp_text value "10u (NP)" (at 1.25 4.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7d670dbf-e069-407b-a390-2255f8498390) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9722a5b2-430b-4728-aba2-292a93254820) - ) - (fp_line (start -2.250241 -1.839) (end -1.620241 -1.839) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f0eb4df-83bb-469e-9ea5-8409fd3cfd46)) - (fp_line (start -1.935241 -2.154) (end -1.935241 -1.524) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ef0c572-111a-48be-85d6-9a84c1d17501)) - (fp_line (start 1.25 -3.23) (end 1.25 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f43815f3-2e70-4f31-ad64-c78b82c3c77b)) - (fp_line (start 1.29 -3.23) (end 1.29 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcbf5012-4249-450e-8e40-1ab255fa7fc4)) - (fp_line (start 1.33 -3.23) (end 1.33 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa19860c-1ba7-4312-83f3-eedccb0d4726)) - (fp_line (start 1.37 -3.228) (end 1.37 3.228) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c07aad8d-2f8b-4187-8f76-fe7c4ef4e7ab)) - (fp_line (start 1.41 -3.227) (end 1.41 3.227) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba48cb79-2694-4d3e-80cc-aff3b6e698c0)) - (fp_line (start 1.45 -3.224) (end 1.45 3.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1143db4f-0485-4258-aae4-1d3d2164602a)) - (fp_line (start 1.49 -3.222) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a47dd25-fdb0-4067-98d4-b4db8fa9bad7)) - (fp_line (start 1.49 1.04) (end 1.49 3.222) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b2e14b2-838e-4d71-b96c-a76317a9466b)) - (fp_line (start 1.53 -3.218) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 151e968b-eba5-46f0-ad98-b8f94a2c1396)) - (fp_line (start 1.53 1.04) (end 1.53 3.218) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47e6f3e0-cc3e-4c4c-ae4e-b40384044d92)) - (fp_line (start 1.57 -3.215) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 623074c5-5d4b-4ec9-891d-fcedfb476e2c)) - (fp_line (start 1.57 1.04) (end 1.57 3.215) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75c28544-abe5-4084-b33c-e41d74f16274)) - (fp_line (start 1.61 -3.211) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0436e98-4a2e-47c7-bb45-6784c80ca86d)) - (fp_line (start 1.61 1.04) (end 1.61 3.211) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac50ad2f-1145-4ab4-ac46-3932f2c4ed36)) - (fp_line (start 1.65 -3.206) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6ba398d-4498-4546-8603-3ace9ff54327)) - (fp_line (start 1.65 1.04) (end 1.65 3.206) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27ac6674-5de7-46b8-a695-8bbd13094ebe)) - (fp_line (start 1.69 -3.201) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98795f6c-092f-43ea-8cb4-870725fa7825)) - (fp_line (start 1.69 1.04) (end 1.69 3.201) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2997dd89-af4f-4741-b428-be5c263be29c)) - (fp_line (start 1.73 -3.195) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb446e01-d2db-4a8a-a5d3-064bfe0d578e)) - (fp_line (start 1.73 1.04) (end 1.73 3.195) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57b27f1b-e1f4-4fca-9769-8c2760d21b22)) - (fp_line (start 1.77 -3.189) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab2c663e-9fdf-4c6f-be6f-c77bd0c0b581)) - (fp_line (start 1.77 1.04) (end 1.77 3.189) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 247e2cca-8d19-453d-a276-095fd9f90445)) - (fp_line (start 1.81 -3.182) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 597e983a-7f1a-442b-9335-6c97887af298)) - (fp_line (start 1.81 1.04) (end 1.81 3.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 652459d2-e8c5-46a7-b3ce-820628aeb0fd)) - (fp_line (start 1.85 -3.175) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bba315aa-b6ed-4910-9c60-2c71a9b0183f)) - (fp_line (start 1.85 1.04) (end 1.85 3.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31d6593b-3388-4315-951f-7db0762587bc)) - (fp_line (start 1.89 -3.167) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c70c8f5-0ffd-4211-9ef6-e9a3467e3e58)) - (fp_line (start 1.89 1.04) (end 1.89 3.167) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da10c258-ccb8-44f7-865f-f1b3e0563feb)) - (fp_line (start 1.93 -3.159) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3e696f0-710b-4f7b-a6e6-6801ad5e3a8a)) - (fp_line (start 1.93 1.04) (end 1.93 3.159) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ffb1ff8-997c-4511-bb0a-ca47d6472edc)) - (fp_line (start 1.971 -3.15) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15ca3bb8-87d1-492d-bd05-e06959525fe6)) - (fp_line (start 1.971 1.04) (end 1.971 3.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87c2bf43-baf4-43b2-b33a-90066c4c0f21)) - (fp_line (start 2.011 -3.141) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a91c00c-3eb7-4305-902b-1f95c12c2e45)) - (fp_line (start 2.011 1.04) (end 2.011 3.141) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d516e03e-8833-4c86-a989-7e0fe1916984)) - (fp_line (start 2.051 -3.131) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a7f63ac-84cf-4fb8-bad5-2b3878b7157d)) - (fp_line (start 2.051 1.04) (end 2.051 3.131) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43ce2876-9e3a-41a3-94b1-79ec85cc4489)) - (fp_line (start 2.091 -3.121) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1df62eb4-8ef4-4bde-bfba-d160da813fa5)) - (fp_line (start 2.091 1.04) (end 2.091 3.121) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5697b839-f156-4fff-bbbb-b6ab90b59756)) - (fp_line (start 2.131 -3.11) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16ed1399-df13-4501-b673-71896eaa732b)) - (fp_line (start 2.131 1.04) (end 2.131 3.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66d6029b-8058-4b79-a4df-111388c6c344)) - (fp_line (start 2.171 -3.098) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcea0340-09f8-4f0a-bb33-d3a11cca031c)) - (fp_line (start 2.171 1.04) (end 2.171 3.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f60037dc-6990-4da3-885c-3845a02bd18b)) - (fp_line (start 2.211 -3.086) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2047025-7a09-4c3b-a5cb-f77351b98f5e)) - (fp_line (start 2.211 1.04) (end 2.211 3.086) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fddf5fc8-c036-4fee-bf11-51f0c016e39e)) - (fp_line (start 2.251 -3.074) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18edfa72-42f9-4388-9bea-7056291c569d)) - (fp_line (start 2.251 1.04) (end 2.251 3.074) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc9cdf39-7a34-4df0-ba45-bf1d5a3067ef)) - (fp_line (start 2.291 -3.061) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5f4c00b-a034-41b1-a635-39abbb0694e1)) - (fp_line (start 2.291 1.04) (end 2.291 3.061) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a3a1834-05e0-42ba-b793-f68b4c0bfb78)) - (fp_line (start 2.331 -3.047) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2e9962f-24fc-402d-8b56-8556eff82687)) - (fp_line (start 2.331 1.04) (end 2.331 3.047) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4e48c2f-3780-426c-b9b1-2e1b2493b940)) - (fp_line (start 2.371 -3.033) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f7bc2b6-459e-4801-a4c3-c8aa6a911500)) - (fp_line (start 2.371 1.04) (end 2.371 3.033) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a201898-adaa-4fb9-aab9-60c4772c49ea)) - (fp_line (start 2.411 -3.018) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20bbc51e-7d0d-42e5-af48-8e937e160d4f)) - (fp_line (start 2.411 1.04) (end 2.411 3.018) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ffb4251-b84e-49cf-afaa-ce4f609b717d)) - (fp_line (start 2.451 -3.002) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33155167-717b-45c9-aac6-8910fade6226)) - (fp_line (start 2.451 1.04) (end 2.451 3.002) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53c6e903-50d3-499b-9527-c8101fccd8b9)) - (fp_line (start 2.491 -2.986) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6ac53dc-8819-411d-ba60-bbd7e3427241)) - (fp_line (start 2.491 1.04) (end 2.491 2.986) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e008fff5-675a-4b55-a073-8d3af4cc9f60)) - (fp_line (start 2.531 -2.97) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 152dea4b-186c-413d-9c07-c1ba194dd080)) - (fp_line (start 2.531 1.04) (end 2.531 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad956d73-baa3-4a16-b2f3-0403948e71bd)) - (fp_line (start 2.571 -2.952) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ff00ca4-ea34-4c84-a9e3-ee43699e931a)) - (fp_line (start 2.571 1.04) (end 2.571 2.952) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9970021-9810-4973-8ba2-a902e0c2c15d)) - (fp_line (start 2.611 -2.934) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 965d8814-dcbf-40bb-a837-bac4cad226e9)) - (fp_line (start 2.611 1.04) (end 2.611 2.934) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b8441e6-c539-4324-b5d2-a72a6d5cb76d)) - (fp_line (start 2.651 -2.916) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aacd7ae7-c7d0-4cd6-956c-b9fccae04de4)) - (fp_line (start 2.651 1.04) (end 2.651 2.916) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a914b23f-c97c-4a07-8d84-ede3f11d2acc)) - (fp_line (start 2.691 -2.896) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9402a46d-87a9-413a-b61f-a65c185c6daf)) - (fp_line (start 2.691 1.04) (end 2.691 2.896) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44e4ade2-a2fd-4417-820b-3c3f69dac1b1)) - (fp_line (start 2.731 -2.876) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22c578a9-a422-415d-9009-218104bcba32)) - (fp_line (start 2.731 1.04) (end 2.731 2.876) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adbbe6e6-4093-4cac-8b6d-4b8ac740f3b9)) - (fp_line (start 2.771 -2.856) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4279f2f4-fc9e-4c4e-8d42-a595b39d2f7f)) - (fp_line (start 2.771 1.04) (end 2.771 2.856) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c6060ab-12a4-4cd6-9ce1-99b0f8d3f55a)) - (fp_line (start 2.811 -2.834) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bec21ec-49d8-48b6-9b29-ead8fda7029c)) - (fp_line (start 2.811 1.04) (end 2.811 2.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48641958-be5c-4fcc-a26a-26f9081590e4)) - (fp_line (start 2.851 -2.812) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bab2ba6-fcfe-47c6-82b2-18a0f314647d)) - (fp_line (start 2.851 1.04) (end 2.851 2.812) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77acc419-371e-486c-90e7-98cbdf5300ee)) - (fp_line (start 2.891 -2.79) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93684ce5-86a5-4f43-8fd1-bbf8fe4c5a71)) - (fp_line (start 2.891 1.04) (end 2.891 2.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99ef5963-d9f6-4d5a-a870-558bd0c7f0b0)) - (fp_line (start 2.931 -2.766) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d7c973b-5337-420b-b5b1-dc2c7899783a)) - (fp_line (start 2.931 1.04) (end 2.931 2.766) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84bd791d-14b3-4873-8488-de8b96579f65)) - (fp_line (start 2.971 -2.742) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7996476c-ec50-4d29-9649-636545b876c7)) - (fp_line (start 2.971 1.04) (end 2.971 2.742) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ee28fd3-6e2b-4302-a880-2e0a5ade49e1)) - (fp_line (start 3.011 -2.716) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ee992a8-070c-42ce-9da7-6a02b949ed8b)) - (fp_line (start 3.011 1.04) (end 3.011 2.716) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7763f5ee-b08e-4c89-902a-9548391ee260)) - (fp_line (start 3.051 -2.69) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c62efc3b-9c41-49be-9587-305eee337687)) - (fp_line (start 3.051 1.04) (end 3.051 2.69) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0882ecd-2970-498b-977d-1548a70bd3f7)) - (fp_line (start 3.091 -2.664) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d01d78f-bac8-4470-9f41-57723765f1bc)) - (fp_line (start 3.091 1.04) (end 3.091 2.664) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 946b3922-6913-4d00-a96a-c63ef8ded13e)) - (fp_line (start 3.131 -2.636) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df7f532a-5112-4129-8023-634a04c9aad7)) - (fp_line (start 3.131 1.04) (end 3.131 2.636) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05bb2073-daca-4c94-ad4f-54fcf635c283)) - (fp_line (start 3.171 -2.607) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97b2836a-1c86-412d-83fd-9cbbaa5d3816)) - (fp_line (start 3.171 1.04) (end 3.171 2.607) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7783f902-6da9-45a5-a1bf-f0ffa579f38d)) - (fp_line (start 3.211 -2.578) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6aa14d75-80e5-49aa-ad1a-fc1f54bfdced)) - (fp_line (start 3.211 1.04) (end 3.211 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42e4e938-1522-4730-8d42-bf22fe4ce0f1)) - (fp_line (start 3.251 -2.548) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6d11bf2-2909-409d-9afe-aaf2c1a8fbb9)) - (fp_line (start 3.251 1.04) (end 3.251 2.548) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7de14297-1abd-48af-85e4-25383da9b462)) - (fp_line (start 3.291 -2.516) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67c8c217-e44d-4007-802d-8860ceed0158)) - (fp_line (start 3.291 1.04) (end 3.291 2.516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05288c75-1e98-4be1-879c-fbd57d0e69e7)) - (fp_line (start 3.331 -2.484) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae1195da-2b1a-454c-916f-6579f8017a41)) - (fp_line (start 3.331 1.04) (end 3.331 2.484) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 463fe135-cb01-4579-a6e4-e9c89731d7ce)) - (fp_line (start 3.371 -2.45) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28d06c86-49a3-4ffe-849e-409e44ccef9d)) - (fp_line (start 3.371 1.04) (end 3.371 2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c05c27d-4c17-48a4-b210-2950c38db820)) - (fp_line (start 3.411 -2.416) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf2985ff-408a-4644-8f7d-b111ec71b8e0)) - (fp_line (start 3.411 1.04) (end 3.411 2.416) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9036fe1-5033-4e94-a8f9-e5aa103f31dc)) - (fp_line (start 3.451 -2.38) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5e59332-5fb2-4fc1-99aa-d71bb5ac76f0)) - (fp_line (start 3.451 1.04) (end 3.451 2.38) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44e5f817-2b06-44c2-a716-57e1b8d537a7)) - (fp_line (start 3.491 -2.343) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a0d571c-0f19-4f03-91b9-6fbcf0bed95e)) - (fp_line (start 3.491 1.04) (end 3.491 2.343) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b2c2411-af92-4c96-be93-58b147670c06)) - (fp_line (start 3.531 -2.305) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd398836-f4a6-4460-8979-75324e7fe35e)) - (fp_line (start 3.531 1.04) (end 3.531 2.305) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9522d4ef-c4f8-420e-9211-7b3b30ff76ad)) - (fp_line (start 3.571 -2.265) (end 3.571 2.265) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f26415c-a25f-4407-86c6-da2fceee7cca)) - (fp_line (start 3.611 -2.224) (end 3.611 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ef251ae-8bd4-4061-8d74-eab0b0e14f33)) - (fp_line (start 3.651 -2.182) (end 3.651 2.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c398a09d-b64b-45d8-bf45-367e3be9c71b)) - (fp_line (start 3.691 -2.137) (end 3.691 2.137) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b1dd893-d42c-40cb-9e5e-2b52b1fe5732)) - (fp_line (start 3.731 -2.092) (end 3.731 2.092) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 930a3048-6fa3-4c8c-9e3f-ae91698dde80)) - (fp_line (start 3.771 -2.044) (end 3.771 2.044) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4611edd1-d228-4593-8f66-95a7c9dd679e)) - (fp_line (start 3.811 -1.995) (end 3.811 1.995) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87058dde-4b27-4946-b16a-5fc3a76bc2f4)) - (fp_line (start 3.851 -1.944) (end 3.851 1.944) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aafbe804-eb30-41e9-bb94-530b57832f47)) - (fp_line (start 3.891 -1.89) (end 3.891 1.89) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4179970b-0f9c-4415-b46e-8c696ee03b5e)) - (fp_line (start 3.931 -1.834) (end 3.931 1.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79b618e9-efbc-401d-95a7-48b208d24160)) - (fp_line (start 3.971 -1.776) (end 3.971 1.776) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2664a89d-f6d9-4494-815f-60f51b8c5f3a)) - (fp_line (start 4.011 -1.714) (end 4.011 1.714) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a9f62dd-7f76-4a18-a76a-52fa7de7f151)) - (fp_line (start 4.051 -1.65) (end 4.051 1.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d64118d4-ced5-4bff-a479-6a3ce9fab108)) - (fp_line (start 4.091 -1.581) (end 4.091 1.581) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28a83120-c9cc-4ab5-aab6-9e8ba559da95)) - (fp_line (start 4.131 -1.509) (end 4.131 1.509) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ddf945a-cab7-4a52-ac1d-657b856bb332)) - (fp_line (start 4.171 -1.432) (end 4.171 1.432) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe715d61-3a5f-4787-bbf4-f8dedd08fa67)) - (fp_line (start 4.211 -1.35) (end 4.211 1.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 397fab5c-ab26-4c34-b16b-2e2302850d6b)) - (fp_line (start 4.251 -1.262) (end 4.251 1.262) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2e27458-b5d8-4a11-8e5e-6c60bd97b332)) - (fp_line (start 4.291 -1.165) (end 4.291 1.165) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0463d2f7-847b-43d2-b256-c3bf46a15d25)) - (fp_line (start 4.331 -1.059) (end 4.331 1.059) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba187bd0-c9f8-499a-8837-c3d8203c640b)) - (fp_line (start 4.371 -0.94) (end 4.371 0.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ffe14b8c-820a-44cc-aa20-9688be073e45)) - (fp_line (start 4.411 -0.802) (end 4.411 0.802) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e03d9567-4c02-43f9-85b8-75ecf1172c53)) - (fp_line (start 4.451 -0.633) (end 4.451 0.633) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fcecef7-f00e-4150-ba31-0d8fd40a30ef)) - (fp_line (start 4.491 -0.402) (end 4.491 0.402) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f418888-ba6b-4baa-a65a-fb36b64ad817)) - (fp_circle (center 1.25 0) (end 4.52 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp a6fcc00a-a238-4f56-8923-cdc3828b9888)) - (fp_circle (center 1.25 0) (end 4.65 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp b1b8b137-56b7-4f57-9e23-32d9743f9d6c)) - (fp_line (start -1.443972 -1.3735) (end -0.813972 -1.3735) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b677a94-06fd-4d3c-9506-0abebc19a70f)) - (fp_line (start -1.128972 -1.6885) (end -1.128972 -1.0585) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 105e2e5a-1040-4f93-908b-c2eb4dab39d1)) - (fp_circle (center 1.25 0) (end 4.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 485afbf9-1f69-480a-8a82-689864c4b10f)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(C5-Pad2)") (pintype "passive") (tstamp a0e33cec-5c5e-4e89-a8fa-fdbb11631d07)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(U4B-+)") (pintype "passive") (tstamp 85da3733-fef4-4b12-a3cb-dac1afd15d58)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 66aa3bbd-6d42-4895-a59c-9eed3cad6c62) - (at 62.123 138.43) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/9ecfcd5d-08dc-4de1-8dce-d4dfe5a82462") - (attr through_hole) - (fp_text reference "C15" (at 1.25 -2.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9cce4e89-06f2-4d34-b35d-56349e0788f2) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 352a92bd-4f8f-4632-aff0-b00aad15c0d2) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 9a115460-5742-49ff-a51d-8f9e756bfbd3) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20a45925-4e20-4f99-8bbd-c0938cacd21e)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a20cbc8c-d10d-4ea4-ac6d-dc719861a845)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1eac92f3-288d-42f2-a678-2c722d921fdd)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adbe8212-0655-4e55-8c9d-3417ccfa233f)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06d24ee5-2b09-458b-bf20-0e4a3326356a)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01ecaabd-ffbf-4b3f-b7d1-1a98aeff5855)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0e9845b-25d3-42cc-9da9-1d0174edbdc7)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 034275a9-75a9-44ec-8d9e-f6e9d180da1a)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83822805-6363-4450-a6f0-bd946c737bff)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22a02598-6114-436e-9299-efaa2c7806a7)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 571cded3-7aac-4343-8331-e4a4aaaaf507)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a79d268b-9f9e-498b-b070-222c41ea55dd)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a24040ac-43aa-49b2-9eda-790e404a3d91)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b78ba9e4-f41a-469f-bc4e-582799de0d18)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 27e57919-395e-4db6-a494-f0eeb300af62)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "-15V") (pintype "passive") (tstamp c37817ef-2c7c-4102-b274-9e16f55532ff)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 68ec8065-00c1-4622-87b9-1afdcafabf2f) - (at 89.306 89.368 180) - (descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x02 2.54mm single row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x02, script generated") - (property "ki_keywords" "connector") - (path "/4c40c1b7-0150-41df-9373-dadb8ba66954") - (attr through_hole) - (fp_text reference "J5" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f989b732-02ab-4d56-94de-6d88309ca1b4) - ) - (fp_text value "01x02 Female" (at 0 5.31) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 96ad1b6a-4847-4119-936e-feddd4987c23) - ) - (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd7888f1-4045-44e3-aab4-78e80511c404) - ) - (fp_line (start -1.33 1.27) (end -1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b95b205-78a0-4197-b5f1-30a87d6fff58)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df3dcfeb-f247-4077-bdfa-652be00d9417)) - (fp_line (start -1.33 3.87) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac27d747-1b42-492a-9c34-c0a79641205b)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37f6ffb1-ee95-46e9-947a-7117cbaafe19)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f25d02d-3d36-45c8-bce8-7bcc8eaeafde)) - (fp_line (start 1.33 1.27) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9bac82a-b861-432b-a468-b75208d1b253)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2fa8df81-8a5e-42f7-a3b0-485847976d47)) - (fp_line (start -1.8 4.3) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e74ffa61-96ac-4179-817f-da357df8d266)) - (fp_line (start 1.75 -1.8) (end 1.75 4.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48be2c18-fe77-444f-a8df-fe569a496ab1)) - (fp_line (start 1.75 4.3) (end -1.8 4.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6614cc69-22db-452c-83cf-ddedada74be3)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5881839d-f933-4dcd-9096-a8537b86b146)) - (fp_line (start -1.27 3.81) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3dfd4d8c-01c4-4a74-a104-8e99e7b99dd6)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 620087b8-7f16-4bcf-be11-4ad254471e56)) - (fp_line (start 1.27 -0.635) (end 1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 058c4a70-83c2-4723-aec6-7c02688a13a4)) - (fp_line (start 1.27 3.81) (end -1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c682026f-04f4-4f42-9093-20a3db1b9178)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "/LED1") (pinfunction "Pin_1") (pintype "passive") (tstamp 6ad7b7e7-86df-48e5-ba6f-64afe0814eb8)) - (pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "/LED2") (pinfunction "Pin_2") (pintype "passive") (tstamp 36366bac-600a-45f1-8ba9-3e46afa7610b)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 6be34e5c-7df5-42fa-8092-9ba125de6c9a) - (at 53.715 107.94) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/ed371065-bc9b-4b32-b4cf-675071b200f1") - (attr through_hole) - (fp_text reference "R11" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d4531ff7-169e-416e-b0cb-8f005c863dd3) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5117e8c3-c28f-4204-8e85-0f513b69290f) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 66ea7ea8-fa26-4fdf-ad11-53b75f4ba0b0) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bfa2130-40dd-4161-9c28-a0aa73f66407)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b264af21-a935-4d0b-a1bc-18dead6db8a0)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1db995d-90aa-450d-a823-b17b8ec242ec)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f27f83ba-2f36-4f2e-8d7a-de0a5d53b799)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd370b28-aa38-42e3-afdc-5e30bfafd492)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c619749-71f6-4c5d-b06d-a0066352f707)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6506ee6-ace1-4290-8e2b-4d296e78dd53)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9bf7551-d453-4d2d-9228-8a0f031db305)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb687687-95fc-41af-ae41-8db9fa9c9a28)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfd0e593-0f99-48e2-8cc8-a77de4d9079c)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d80f5077-9583-4b80-b625-a43bd7558fb6)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7ecc73e-ced1-4b97-8383-4ff154388767)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 21 "Net-(J2-In)") (pintype "passive") (tstamp 1e57064e-46c5-4d2b-8b08-de6ec62d409a)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 31 "Net-(U3B-+)") (pintype "passive") (tstamp 1797251f-10d7-4353-a8b4-95a62316d33d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 6c22de9b-fb57-4000-b034-7c3bcf5e17ef) - (at 70.485 100.33 90) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "Spice_Model" "D1N4148") - (property "Spice_Node_Sequence" "2 1") - (property "Spice_Primitive" "D") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/6cee4ad8-0e46-4cd7-b637-a2882df5590e") - (attr through_hole) - (fp_text reference "D1" (at 3.81 -2.12 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f942939-bc57-4dd5-8294-aabb8d7bb93f) - ) - (fp_text value "1N4148" (at 3.81 3.124 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a767ae44-4470-4c2d-8d36-0e7f0fd607af) - ) - (fp_text user "K" (at 0 -1.8 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 944aefe2-0ceb-4c8e-a899-b3be7171cdfb) - ) - (fp_text user "${REFERENCE}" (at 4.11 0 90) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp a8232297-c211-4318-b9f0-fc6e02df3605) - ) - (fp_text user "K" (at 0 -1.8 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b56d6979-275d-4008-8b0a-b6a3c617d5a1) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2d8dad6-ce92-4b70-8adf-651bf365f5ff)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc80cb90-fe11-4263-954b-b08f6ec403c6)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd01c9ad-cd5b-4a18-83b9-3e4746ae4092)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0b4da69-99e8-4a73-8a40-d8128b5ddec2)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc465b8e-9d62-48c9-a062-7a291c612a1c)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c31c727-1701-49c4-87b5-263a8a06d901)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2dfd588-adea-428e-b618-2bb039a9861d)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16d82d01-a5ed-4423-83a4-f6854236904b)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 058933c7-c5db-47be-9ba1-33c8c8a1cf22)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22e5c864-cb30-4e18-aa5f-5ce5fa27ed2b)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04af8b45-e73e-4362-abc9-5822935e03ce)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8e16042-c4b0-4952-bb40-08862c3021cb)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82aeee96-3d8a-4031-ad6e-780802c9994b)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5976ec6-b6fd-4f85-8a02-106e11dcc8d7)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 041455aa-2e21-4d83-b35d-04bf492556c3)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73121bdc-5b60-4a93-9380-f8b6c340586e)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 255723cb-c8c2-444e-b3fc-4d7986977614)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34fa7107-20b7-4f5d-a29e-46015bc43639)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8e754aa-30e3-4f35-943f-4008e450c1f9)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c8a896d-58c8-4649-8eab-4feba04cbd62)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87537cc6-a42a-4c44-9c83-c24e23fd118e)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32bc8fbc-435f-453f-bca5-b55f7aaa04a6)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp 26daa9b6-3f41-4bd9-ae00-5cdbe8923109)) - (pad "2" thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp a44b3723-5ba2-47dd-bd24-4b8c112ba355)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 8ab745df-d125-425d-bf79-ef20f0287d59) - (at 56.195 116.4025) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/0d2fbe59-dff0-47cf-80fa-b506283f6bdc") - (attr through_hole) - (fp_text reference "C2" (at 1.25 -2.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a4d2470e-d113-4453-b19c-02652378c17c) - ) - (fp_text value "100n" (at -0.475 -1.649) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e678e69f-a892-4430-bb3f-885593d6de87) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp e0a8d450-f992-4c13-b498-cf34220b92c8) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 869212d5-ad12-4653-9071-e6ec0060bf85)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd605abb-a73d-4a28-8ac1-1271cf13be0b)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91765b25-d6be-44f0-aacb-e15d459973f4)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ce717fe-52a6-46be-a5e9-941bb715fe39)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c83d90e2-7109-4bb5-81dc-09999fbdef3a)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f0c2ff6-b2d1-4a81-ab74-03a5dc48e85b)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8dbe4c9-772a-4eee-b02f-37cbc9dcd195)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67406222-e674-4901-9083-5ceb8036e149)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 037e2099-a9bf-4e0c-a981-45e94d78e074)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0fbb4f7f-e1af-4ec8-9336-2cd7d0ec2752)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78afb34e-0a2b-4619-b33a-b17aa9116000)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5b00636-d5ae-410c-9c70-67c2d1a50771)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6647cca4-6187-47d2-bacd-95a8f06a6204)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4577f7dc-1684-476a-8ce3-18f4a0b15c3e)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D1-A)") (pintype "passive") (tstamp 1c42ede8-b0da-424e-8607-3d9fb903c5ed)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(U3A-+)") (pintype "passive") (tstamp b18c69bf-a902-4802-b86c-d778f3476e61)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 8fbff62f-acc4-4c39-9748-18b41fcf5a83) - (at 68.346 120.65) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/a224ddc2-48e1-4ed5-878f-69ab93a273dd") - (attr through_hole) - (fp_text reference "C14" (at 1.25 -2.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 130cd770-5c7b-46b4-8355-555a1c64db4c) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 51a58b18-35ac-4f75-9630-e06e9b42f15a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp e2e16e11-0b93-4cd3-8fce-f1e6a7629f47) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f5859c8-e21b-40b7-9412-43b3eb6092c7)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61f27c39-8cb1-453e-b117-aa482609445c)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3104f068-c116-45de-ac1b-e3ad152ff8a7)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49e881ef-dff1-45b6-88c2-9475def43aaf)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce25d430-0431-4b94-92f6-3bae8cb5d4f6)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25658769-8059-479c-aca5-e15c7971a1aa)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d0b5e57-551e-448d-a0b5-211e00a87e31)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d99d79b4-ea64-49c0-8455-7b2feecaa33d)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c48770d1-1860-4012-bd6d-ef779359b2b0)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b91a11f-ece0-4df7-959d-2bfbaca8ce02)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16beb5f5-40c7-491f-9ce3-60ea100b8ad3)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6071a5c-e71e-4310-a0f2-d77882440a20)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08fc5f39-8569-4771-b82b-894cc20801e8)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 939c28dd-5d97-4766-9cd5-1bb35fd7a75f)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "+15V") (pintype "passive") (tstamp 2203f580-287d-42d1-8b17-132f091a660a)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 52091c05-54c9-4eec-9dcc-ff2e4b8db7de)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 97a27090-5ebe-482e-9a90-fd9f6267edf4) - (at 53.34 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/02d709c4-07a3-4563-8068-b26382571fe3") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a5c54158-31d7-4529-a162-9f5d3c80ed18) - ) - (fp_text value "H1" (at 0 3.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8a0b2922-ca9b-4abf-80e6-51bb8f9e4009) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 04e606e7-6b64-4971-8533-752320742aaa) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6310836f-c3a7-41bf-8a99-fa2fab9f11e4)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 57b6d109-19d5-4799-98ee-f2245e6705c9)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 597fddde-5b7c-4221-b722-18ecade098bf)) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 9963ef17-2f77-43fa-b138-14716bd0c2da) - (at 58.795 129.54 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/2a4432b0-9905-4a05-89ce-9e5ab9cdf9a1") - (attr through_hole) - (fp_text reference "R15" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 781b15a6-9bd0-45c5-a261-b2e3989e35b1) - ) - (fp_text value "100" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 476cf1fa-1dfe-4b88-bd67-ed4ff9ebeb94) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 8718e461-910d-4fc1-a9de-de671b6b143f) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 213ed1ef-2c01-42e4-a63a-535ed707a6f0)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8292d7db-584e-4baa-9fe6-9d30bc2db619)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b7498b9-b81a-4ba9-8c63-e1e4027ef9b5)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f98c61aa-0b11-492e-874d-bcb078ec1599)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0ccdfa6-9faa-4b1a-9088-65bdfa6b2b19)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43dc0320-9401-44d5-9dd2-70106db6b8b4)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a00fc127-758b-449d-a2c0-6edc1aa77246)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3bae17a-4269-4e0e-a2f6-dd53880aceb2)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c358b63e-7aaf-488a-8ab1-b8d4d638704b)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f83960d-4482-4d1b-9d6b-060e2f7bd81a)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a5641bd-9265-492f-9ebb-a39f7e168ecb)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 291daec7-5736-4d0c-8b49-02c3ca24726d)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "Net-(U4A--)") (pintype "passive") (tstamp 178da2b6-1b53-4ed4-9ad2-e075c6b17861)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp b7f6c45b-602e-4eb7-997c-6d1deb461373)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 9b30015c-df42-4e17-b166-ee6d43a9aad7) - (at 52.705 116.332) - (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x03 2.54mm single row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x03, script generated") - (property "ki_keywords" "connector") - (path "/3c207d1a-204e-48b8-9b97-8faabc430a89") - (attr through_hole) - (fp_text reference "J6" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f4dc78b-a9d8-453b-ac7a-2b475f4c0879) - ) - (fp_text value "01x03 Female" (at 0 7.85) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ffbb03be-0c49-406f-8e3d-2c71378838ff) - ) - (fp_text user "${REFERENCE}" (at 0 2.54 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 83d2eac5-669c-4c88-8fed-ed23493da629) - ) - (fp_line (start -1.33 1.27) (end -1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cbe5ea6-46bd-44aa-bfa3-0c37f7f56cac)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 066a04f5-6afe-4b3f-80db-3b5593a2b58e)) - (fp_line (start -1.33 6.41) (end 1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a74375f-038d-4b97-b3ee-1ef6b4707006)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b71db74-8f82-4197-bbcd-1020ae1737d5)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a4d913e-f2b5-4685-9b66-b8c3fa12f81c)) - (fp_line (start 1.33 1.27) (end 1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b78c054-69f0-47e4-9a7c-0e469d9e2535)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 92a0984f-343c-459c-b6fd-ca3b70a1f8a3)) - (fp_line (start -1.8 6.85) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8e6c7d6-1f7e-4117-ac7e-bc218f1d011d)) - (fp_line (start 1.75 -1.8) (end 1.75 6.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4432543f-7048-4b9b-ac28-d921a8036cf9)) - (fp_line (start 1.75 6.85) (end -1.8 6.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a4b6819-94d0-4b06-9bfc-c43d4bdad4fb)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d508293-53c6-4b0f-98ac-d4a236119549)) - (fp_line (start -1.27 6.35) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99be1062-5032-41a6-a20a-dec032c70740)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94f979c5-dcc1-46d1-bfe8-b684c2e29d6e)) - (fp_line (start 1.27 -0.635) (end 1.27 6.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48113e56-3b13-4eeb-a373-841a540fa7df)) - (fp_line (start 1.27 6.35) (end -1.27 6.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a41f360-ec12-45a0-942b-60ce80baf877)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "/FB2") (pinfunction "Pin_1") (pintype "passive") (tstamp 96e2fa20-6f2c-44d7-92b8-515945b767b3)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "/IN") (pinfunction "Pin_2") (pintype "passive") (tstamp 2e45b1f7-49c9-4e63-bd2d-f888bef2f244)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "/REVERB") (pinfunction "Pin_3") (pintype "passive") (tstamp a62401c4-e2a8-4539-9f8b-7631d4d24180)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp a5f863ce-a405-41b2-917d-77951c18c365) - (at 62.23 55.88 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/11b4e5bd-3392-4b28-80a3-26e934e5a57c") - (attr through_hole) - (fp_text reference "R19" (at 2.54 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b10f2ac2-53b6-4ce8-be9d-08fd204200ba) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 623c543a-734b-4619-b981-657a176cb59d) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 04460a4b-a459-4aec-a67d-e034c66bc769) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f25924aa-5b81-4308-b7fc-5f0ed663ac95)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00b20e89-d47e-4f6c-af9f-d940d8f78167)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 472f840f-217f-4ed3-89bc-5d71bdc87b98)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93b67088-0fd2-41b6-99de-67f066388ecc)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 933a0226-e7ca-4a1e-a556-a2b9bf8125af)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9552a3c2-752d-4cb7-9c02-84da9bcc13e8)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ae25032-e208-408e-a512-13bcd8828cc6)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cc62f73-93c8-443e-a3e8-7c61a591abfc)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c431ddb4-bb4d-4f4d-9386-ed1ffd1f585a)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec5af58d-879f-4f96-86ca-97394c730f5d)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e72a9833-7f7c-47e0-a9b0-ed98c7bef0a9)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a7e1f45-3d6c-410c-addb-c5842fd9ac43)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 19 "/VP") (pintype "passive") (tstamp 4478871e-a504-44c4-a916-0ff3936c1c5d)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "+15V") (pintype "passive") (tstamp 96719a6b-c94c-4688-bff0-e3185ee724d2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp a94fada5-3898-4309-9024-74d43355d082) - (at 81.041666 100.33 90) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "Spice_Model" "D1N4148") - (property "Spice_Node_Sequence" "2 1") - (property "Spice_Primitive" "D") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/a2b1880b-e97a-4657-ba22-e0e9bb41af51") - (attr through_hole) - (fp_text reference "D3" (at 3.81 -2.038 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 89eb5961-46f1-433c-9fd3-83c414d2c228) - ) - (fp_text value "1N4148" (at 3.81 2.12 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ef28bf66-e26a-47d4-a5cf-f0e2b00a5cea) - ) - (fp_text user "K" (at 0 -1.8 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a129ed0d-9af9-489e-ae2c-ffeecf5ee644) - ) - (fp_text user "${REFERENCE}" (at 4.11 0 90) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp f870c897-c07f-46cb-939f-4cd7da02c676) - ) - (fp_text user "K" (at 0 -1.8 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fd426985-2a58-419a-aa75-e783f79b0bb6) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2fe1f0f-2421-49a0-869b-898c7495fcc5)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adda3803-7122-4034-afbb-b144331a3624)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be601d89-0581-4322-be7b-dede352eeb40)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdeac6cc-e8ef-4eac-a050-119b8101ceb9)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3ef2da5-0497-43af-b735-2eabbe549769)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a52697d8-63a8-4203-b5cd-86e423a30070)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 958f259f-61d8-4b72-a104-c6ae705acaa2)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 888d8f07-e454-44ec-a092-f6ac4ce13d0f)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74582191-286c-433f-8615-4d246ca1db5c)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2db81afd-bc75-4f15-86e1-709233fff7be)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21343d4e-742e-4b80-a591-105825436265)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a562b224-57d6-4b5d-a31c-93e5591cd830)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a65b977-7c3a-4adf-9715-6202bbf43921)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d338beb-ecf0-4e0e-8ad1-94b72f2ff8ce)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f830c2f9-33f3-401c-8e84-d89cedeedbbe)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21f43ce9-26e9-47bf-94f1-85ce3203fecb)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79611cd1-dba9-43aa-9dd8-b6f644ef7971)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 449a4e0c-f728-4b8b-932c-1fb6316eca84)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77b5b8b8-9427-4124-b1aa-c2fa99162811)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14c42ee8-5a47-4b44-8af4-9675da1bc830)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be68c7fd-e79a-4b57-9575-8f611a2a5c69)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc74ab9b-758e-4ff5-89d8-1057fa52b3d1)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "Net-(D2-A)") (pinfunction "K") (pintype "passive") (tstamp 14c188bf-a111-46bf-829d-8ecd64381510)) - (pad "2" thru_hole oval (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "/LED1") (pinfunction "A") (pintype "passive") (tstamp 36704c3c-4ffe-46d9-81fb-9d4a6cd563bf)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp afd5ffa7-3483-417f-b693-40e215f72e04) - (at 58.795 137.78375 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/a21b85e3-1e68-40bd-868f-88d6e08cdf5a") - (attr through_hole) - (fp_text reference "R13" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 41028cbb-af51-49ba-98aa-a9f2a5bf3861) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6fd2f81e-a7c9-455a-8bce-2335fa8d8a4e) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp f3c7178d-b007-48cd-be40-f8c4f291dd5e) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c137b535-2cfa-4f96-93d3-d17d4f3f2fb4)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db9ca7a6-af04-47b4-8b62-eb8f7c1c01e7)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61959dde-4966-45fb-a470-bfc4c170eec2)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70c1bd2d-1dbb-45e0-a684-f315497b69c7)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f14c1e88-bb4a-4f87-a499-7ea3962896d9)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66afb86a-12a5-4b5f-a025-ce9ae65d32ba)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e1a9543-b023-42ce-b63e-cdd8826b6da0)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9051a3b-1e17-4bd6-bc7d-2c5bcda6017d)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9276106-8891-42aa-9e69-10e844010228)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92acd983-1e93-4236-ad24-b5e61c782443)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4808b5a1-6756-47a2-b06e-a54b16d6561a)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3a0ec82-1c4a-41c7-b06f-c6c9c793b749)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 22 "Net-(J3-In)") (pintype "passive") (tstamp b6452d63-e633-4f92-8af9-d1af6c1fb9de)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 6 "Net-(C4-Pad1)") (pintype "passive") (tstamp cb72545e-4d86-445d-a2a8-0e26d532d392)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp b22fffec-fc32-42a7-b3c5-77548bb5069b) - (at 57.15 59.944) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1d7f179e-a75b-476f-a0c4-3f2e0c3c703a") - (attr through_hole) - (fp_text reference "R20" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 252534d0-cc52-4fb8-acfd-a38c44e1bc00) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b756bc9-79c0-4240-ae7a-14a37595a3a1) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 25b1cd81-69c8-4e13-a000-20688d405958) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ee04b93-a213-4da7-b2dc-cdd715c1af36)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eda58632-0772-4ee6-91c9-d56d7a89c7b8)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54932276-ba5c-4ad5-a334-53994882bf8e)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2804b98c-2a8c-4d1e-8c10-7a94e33440f5)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 819b607d-a4c3-4451-8231-71711765ab58)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4e5d0a5-2e79-4007-b971-de3694a0075d)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cc8e410-0442-4d1d-a676-49c6faaede53)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d48926b-b250-4e77-8478-d7953a9d54e0)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8ce6ff6-daa8-4992-a6c4-b001a10c07f3)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73af0512-1639-47a9-9e19-21a3de21d0c4)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 219eda17-4954-4773-bd0d-8a69a080d07d)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1bf33742-8d39-4041-90e2-e54b554949ef)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 13 "-15V") (pintype "passive") (tstamp 703d4cda-9a2d-4718-b5be-e1ddde6b7f99)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 18 "/VN") (pintype "passive") (tstamp 6e217599-6c15-4c85-ba63-83a34d197345)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp b4d4aaf3-6dd2-4f37-88e3-269cfdfd55cd) - (at 62.484 90.932) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/37c44d87-98ba-4532-886d-45201aadc995") - (attr through_hole) - (fp_text reference "R1" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fe40ea4d-ea34-44a5-9dd4-179e3a4c314c) - ) - (fp_text value "100k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9235eea-af98-4aec-a79c-fc0060d94f55) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 95a3ef28-6815-4432-98c6-348a19d547fc) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e699cec7-bd52-4163-9ca6-c1433ca3ee4a)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9eda92b5-ea6c-4cc6-8b23-535ae546efee)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e62c1462-9983-4c3a-b846-d4bc223a9bf9)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b35d8eb1-ad16-4e1c-a646-3981036e382d)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f875d71-d6b7-4ba6-945c-4aee5c0d1556)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10af31c4-bf30-4ef1-b037-15d17327fd5f)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46edebf0-7622-41e7-bfce-ac6497d6f2c0)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19eee972-89ef-4695-8f59-8619b3143095)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14d675f0-0694-44d0-acb1-dbd9d1272fa9)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 612de24e-3a93-4e65-a1e5-fb7cf48a101e)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf06dfb9-4435-4500-926a-2e658ae793fc)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38e90982-3948-4cc1-94e6-b065b23654df)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "Net-(C1-Pad2)") (pintype "passive") (tstamp 5ce7adb7-0642-4f24-8948-11bad28c5f73)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 2084e98a-4ac4-44f5-8385-3da42250151e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp b66cfb0b-2292-4070-87ea-f973b01a4ce5) - (at 57.17 89.535) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/dd357102-63a6-45b6-9fa9-1101edbacec0") - (attr through_hole) - (fp_text reference "C1" (at 1.25 -2.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a38befd7-b486-48e1-83de-4154b95cd417) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20ec19d4-3c34-46bb-a464-4df9c980dfae) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 9b0cea96-92eb-4f1c-90de-7efe89d1356b) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e43c39c0-2b93-4254-a536-c65582234874)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02e969b2-a3e6-4c55-9d6f-0ce3eee9f46b)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 014cd68c-05f4-4fef-b8e1-cebdfa8a1e91)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9c57bf8-7949-4bfd-b1b2-68b7a96b5a0c)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb6d0594-ec4b-41c3-bf18-7cdfdb1c52a0)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61928c19-456b-4a5e-af45-e89ec942040e)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14d645c8-b860-4e6f-b1e3-cec933642060)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 444e6eb2-ecba-4f75-aca6-bf85b4f432e8)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a78ae80-134c-4419-948c-45a3aa50538f)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c23ed38-a4f7-4c61-b5ab-901b3e819809)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d95042d7-36b4-4163-a9f5-7db913e31e3c)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac81a47e-a412-4924-960c-5cec3dc65324)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a290d86-1dd8-46c8-9110-0f31127e850a)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb7fc098-94b6-4bf9-a1c7-26b7f7f2085c)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "/IN") (pintype "passive") (tstamp 8fa27633-e502-49ba-8d35-1ca71a8d9110)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "Net-(C1-Pad2)") (pintype "passive") (tstamp 3d0b7410-f011-4d94-a088-067c5915eabc)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp be1dfccb-f437-46af-9a22-92766661f9d3) - (at 56.325888 65.532) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/32c06a78-5748-4623-b36f-32a6bd2a3b21") - (attr through_hole) - (fp_text reference "C9" (at 1.25 -3.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 407e09da-334e-49c7-8259-20eca29f928b) - ) - (fp_text value "10u" (at 1.25 3.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b8f4692b-7787-47d7-85f3-18c1f60b6560) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 26ece700-d91c-435a-8e3d-537cfbf0f7e2) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 291ecf01-88d4-4245-b0aa-43ebf33a3b69)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8ddb307-13dc-440b-bc22-b50c889171db)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8301831a-ac63-4f04-8880-68fef96a6ba1)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd4c55b1-f4b3-4fa7-84b4-ca92033c4114)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f312b715-6c1d-4009-85be-013ee38e9256)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cec5eb81-efe4-4ff0-9900-455927433aae)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47be9b45-74d4-4994-8704-4cc9d2e14578)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3526d5ac-0e6b-4e1f-9a43-7c0dd8a882d0)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d448c74-2708-412b-8fc6-f6c04620dbce)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b79d2d86-9840-4a37-a6b4-a480fe6ceed2)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ae3fdb9-6461-4df4-8b62-ad618fb03c4e)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c07efc8b-ba07-4f13-b727-3b10457a1725)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43f5936d-4a81-479f-b8c5-dc91fc4a6dca)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41eb6414-2a58-4d14-b8b4-8be0b4a8c437)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb91e4ee-731b-4ca2-a524-b3f6bb973639)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7095706e-b612-45bd-a7e8-1fe13f63c304)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d78bae8-ddb8-487c-912a-56f7f0deb24d)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 698b60ef-c15a-4d37-acc1-ede581f9a5ff)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3010045c-6832-430d-82f1-b139a57611f2)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 529279ad-b659-4fe4-95dd-fe6100b11b4d)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecf38f76-2418-4368-989b-d7d2e89bca6d)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c27ab3ac-3ca3-4936-a16a-c747dc763e95)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cca7a2bd-22da-4a3e-86f9-19503478f770)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d1cbf95-1d40-4f67-bbf5-90db7a64fa6f)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a76ea0d-0953-4367-89c5-9f6598f79764)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9807c6b-c44e-43a5-b9c8-27ab245c3c75)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fbaa244-df49-4eb7-886d-2aecf9f155fc)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4639a3d1-4a2b-400d-9a45-a612b6d9c773)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62eea2fc-5851-483a-8695-9a7a63757677)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02ca33a5-aca4-4838-a56f-2647b3da118f)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f74826a-8b1a-4e7b-a546-8fdda9f7201b)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68788e42-8003-411a-aebd-04be2b16eca3)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9887d5d-bb01-4919-b4d4-0f74fc8013f4)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef6e926c-132b-4c76-b13c-26d02738a4df)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f335f0b5-3b86-4eb3-9265-b38746f42e35)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 745a25b9-7ed1-4bbb-b627-be026426fef4)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7dc1a051-cf08-424c-a537-ecfb284af886)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 151e3bb4-6442-4d52-bfe5-1cb3e67fb938)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c688a91e-47f4-4865-ad9c-7480296db0e4)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a1d2437-106f-4663-b610-492c6e9d2ea7)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28aabf15-7ccd-4667-8364-861be5927b69)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbbde9e6-39cc-497b-82b1-a9758b46f7e7)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2740d5db-9a4c-44a8-bfc0-6d1606a0917f)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ab48cdf-61d4-4e9e-99d8-11f6fa173f25)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 140fe572-d0af-44ef-a64d-ffaa39cdf622)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a7363e8-e3bb-4f6a-9681-5c680e063184)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e8e70fa-9043-4260-b671-c9f5507ed190)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ade13fb8-51ba-4a7d-8971-3f22305a0bb5)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bb24f33-86b3-4872-987c-1a56f4e65048)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee801cd2-a78f-4967-8a18-e21ea92606ec)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b5b2d46-fa1b-45b2-bf72-5cdabf7b6c78)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13dc68f7-f231-4b74-b1b1-02c1463b6a80)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a8555bd-f882-4fc5-a3d2-2f586cafe5f1)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b61eecf-3756-4d24-b30e-6a785358a35a)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75e93b03-97e9-449f-9ce4-5ea83abeddf6)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13487dc3-80e8-486e-bd7b-52c408b9786d)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cbb2528-dec7-45f9-86c4-fa9133db3ba1)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53e7aaec-de62-4aa0-bb0e-6c63ab4be7a3)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 223320bc-faa1-46f7-97a6-3619a7349ee1)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f05522a7-559e-4300-8f87-2ffc07440147)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c1b9c95-6747-41e7-b57a-bc305d5c71fe)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54a4bfa2-f895-4cc3-bdf0-faf571a0d28a)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1bcb6586-3382-4176-a814-7cebe0a83c39)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8566a46-5e62-4411-83ec-d6745aaa0871)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1d94b64-8b84-44af-9c84-9450ae1358a4)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5430bf1-65f9-4596-94e5-c60520945424)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81640025-078c-4d3a-8ede-95c142314d65)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d850e2ed-1563-4094-802b-912c5a04aace)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fe0f4d9-2797-4981-94ad-0c0c0006a5c6)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 620f98e4-0643-45d1-8962-69eb530d82dc)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6676e9f0-eec4-41d9-8c43-9f2c042b9a7a)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d67a5d1-a2b5-4086-90e7-eb39557748d5)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a74874e-f0fb-4528-a4cf-ca89084e95a9)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96d63c42-5d9f-49f2-aab8-768d9cc1679e)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 105c79ab-5a94-456b-97bd-16989649c1da)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49f9667a-9604-46e2-96a5-584ccee112c0)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0251bf68-c0d9-4bc2-9505-1c6f9d5ce87f)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bc62868-35b8-4633-8df9-a51f4afcf116)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cb2ca83-46a5-4e00-9b1f-017528cc4ceb)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20dbabe0-174c-4355-b0a4-4e3d8fae0445)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7818885-9f1a-4ae5-b8b0-798e343e3926)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4a1c7d6-386f-483d-b0d1-be2f9b1bede2)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 807fcdbe-d364-4888-aa5e-cc771c727ae4)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfdc5d4d-c955-47f5-9168-f972126ce044)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28118c8f-2949-4fb3-a115-9dcdd887e92e)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1358648-cfa6-42ef-8a50-0c5cc8bed800)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6be5cb0-017a-4905-8242-7213340f9c3b)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 911c29d6-0931-417f-9453-c7e12bcefae2)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45a57eb8-6e17-4cab-995d-93f8585f2c09)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25ba3c21-414b-4189-b932-f3b5a70a0518)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb384644-a55c-41c3-83fa-6327c5a68165)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b58b9aab-e82e-48d9-bb5f-18d46b162a92)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5c5fe37-e14d-4041-8d5c-238dab18636e)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3ecb3cb-5647-4277-b50e-49b118577e66)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 763358f8-5f26-436c-9942-7fc5a2f2a8a3)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f772719-254d-4f20-af6f-fb4bb17fd470)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f254a243-3592-469f-b3cf-60b5377c7dd1)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 058352e2-1d3f-45a0-b032-805b83a62d55)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8009a21c-b5bf-4adf-a69c-d4c2d5b67987)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 699dc957-231b-4260-acc8-e6360283af46)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 368f43af-ffe1-4934-b82e-d5fcc9d67842)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ef34bcc-d09e-4c1c-9147-1b53d3663438)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfa56024-47ee-408e-bdc2-8c99ad951714)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bb93869-266b-4c43-aedb-23d23fab6d19)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a4e8232-16a9-45b5-9042-6e1b5a9e9ff7)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5abe27ce-8be8-4d50-9e95-6019b5975f96)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5d5ce49-39d6-4c4d-9629-831ed9f4422f)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be4a3385-0f55-403a-af02-82fbaea9f6ca)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bbf600f-730d-495b-8919-bbbac5f299c5)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 378aaa11-26c0-4e25-a4dc-3f5db2b3ddfd)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b97d813b-c202-45cc-940c-cc9f3d6c2cd7)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2b58deb-9d21-45da-8318-e1f8a690de2f)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8f361ce-bd77-4a33-891a-354cb93d1c70)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6bef12e-6876-4e3a-9987-83630c143d3a)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe6eb3d5-61cb-426f-be2d-4c52afe91429)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 172c09f7-7f7e-4afc-9db0-b1a09c85b46c)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8219685-04a5-4877-9223-a95447bba124)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6211686f-9289-43a0-a7e9-24c85f5b3ece)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f8f9621-a766-421b-8b17-d1b99baa98c8)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96aa0371-afe9-4de7-9db2-7be45d957063)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 89d747da-0d15-4b4b-9a76-463924e3fefc)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 3b86a278-2dd0-4511-8b39-f268176a15a0)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4845a40-7284-462d-90b3-16bf6132b8d3)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15d4c5c2-ddfd-4d9e-b132-29f982a1b9de)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 746b172c-ec95-4867-82dc-9afcb6050a99)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 0ead0753-ebc2-4522-876e-677c31a820a3)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "-15V") (pintype "passive") (tstamp 9a56e3dc-b831-4049-b276-5dd46ffc7fb5)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp ca6ea665-d238-45fa-b0b3-08d26644470b) - (at 89.027 135.255 90) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e1b319b3-0f95-4e62-b30d-ee33bf3ae54b) - ) - (fp_text value "elektrophon logo" (at 0 -3.048 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 132f829f-c2d0-4989-8074-cbf4c3724370) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp 4359f44d-aee4-459f-9736-6ba177fbe2ef) - ) - (fp_text user "R01" (at -8.68 0.99 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp bfc072e1-08ec-4d51-ac9b-20502a451570) - ) - (fp_text user "hall" (at 8.62 1.02 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp f1f7afb3-e211-44af-be12-0d9f904f27d9) - ) - (fp_text user "hall" (at -8.54 0.99 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp 61dcfd90-cc04-42b3-8b48-cf7987ad7530) - ) - (fp_text user "R01" (at 8.58 1.02 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp 9193bff4-db38-45bc-836b-527ece1cbaf9) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp c288913b-61ff-472e-a48f-d0f0bf2038e2) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp d7f68537-be83-4cfe-a22d-54f9e862e370) - (at 74.041 129.921) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/117c24f7-4be3-4b08-9906-fb9370e320db") - (attr through_hole) - (fp_text reference "R17" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c07d1b09-10a3-4876-af59-ba4cfa874adb) - ) - (fp_text value "2.2k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6490cc6e-7123-40eb-9852-21a9c78a51bc) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 4d4417e5-13ab-4770-aae6-783410150c6f) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28112eb7-d544-476a-aa9e-76c4b644d5ae)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01f6248c-8576-48ed-928f-01e0fb678edf)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e018cf0-b0d3-4929-af3b-b2a55c4355d6)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69701bf5-066f-481d-8f19-3f3e4f547ede)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd33639d-8cbc-4f97-b756-0e52e17752e5)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5f373e3-8bdc-4869-becf-4b3df552bbfe)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 923cd7b7-9beb-4e21-bd94-731ddd591600)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b102bbda-5a8a-40cf-876f-c60467674a39)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e64d67e9-42d1-4e26-9591-58ddbc2e408d)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16fcb7aa-bd4b-41fc-b983-5950dec4c480)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b3fd0e6-971a-417d-abcb-7a41a2f61a17)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 482fe0a9-6e5c-404f-a991-05243a1c904c)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U4B--)") (pintype "passive") (tstamp ffc5a81a-28a4-466e-9e50-145e4f90ce47)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp fe83cd77-4933-411f-904e-7e7bb5006132)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp e1cfb272-4cb4-49ee-b8f3-a62a441b245f) - (at 62.123 120.65) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/f65566ad-d053-4fd1-9aa6-f48fd4568add") - (attr through_hole) - (fp_text reference "C13" (at 1.25 -2.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b18f708-7b6e-40ca-94c1-bb9cf1c1628a) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa593640-7c20-4ef8-93fe-f27d739feaf7) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp c2c9ab28-289b-4fde-bca5-a767a7e27ea2) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5fbf9ce-2262-4d59-bd3e-e251aa568bc9)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad90f8b5-480a-411e-8f37-b9eb4d4d5702)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd4f5467-206c-4b7f-b7e8-23319c9d40e9)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5986fe32-a456-42b5-b284-4f8492c8c986)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82c964a7-84e8-46e0-b870-8d8c2b184e56)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec052dcc-08e9-4bea-be2a-46b0cc3007d9)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15e5f7dd-d213-406d-9cd9-653308742269)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ced476dd-d878-49b2-b475-5179839f9494)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0bd9dda1-d417-4eba-9673-2774e4e1ef2e)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f08bfa41-b686-41a6-bfe9-0d9195fbaa20)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9966ca82-8eef-4dcc-b850-ab417bec1a85)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 580b70ae-fc87-476c-9b1a-dd19d1d590ec)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d53b9e6-a188-432a-99a2-46948f67cd7c)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f80a3955-ed26-495e-a5a0-a231355c6ee8)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp f9ea13c6-495e-4ff2-af7a-f7e9b4afea91)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "-15V") (pintype "passive") (tstamp da299c0a-47a7-4be9-a534-8a9f204dc0ad)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp e435159b-73b8-47ba-acce-8e92f4ce3178) - (at 75.565 87.63) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/de7fcc81-a154-4448-83d9-1d3b634590f0") - (attr through_hole) - (fp_text reference "R7" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dfad2ee7-58d5-4d5a-8f49-2d5ffac8e116) - ) - (fp_text value "1k" (at 2.5 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8774366f-0cfa-4da2-8106-e89fc97ba03e) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 3e8b2901-62f8-4c61-b04e-d8d2a32aef2f) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b8ebb3f-a9be-42d4-832e-a183d02d9fef)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7361cf00-e22e-4f73-ac6d-8e7d59680eaf)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea39d870-8d95-44a8-bd59-ba4fecf7306f)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ad60a2a-d8ba-4fd3-8fa0-58f0944aa1b5)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e80d0611-c2ae-4bee-ac69-4a65aec0c34e)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30653c6d-68b5-48d9-bdae-b1e22b14ab1c)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8debec97-3f1d-494b-be12-7a00779f12f4)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46e288b7-3661-4483-bb2d-119ee64794c5)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp adbf6f25-6aae-4e43-a60a-bdbc39cc3d76)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cddea6a4-67d1-4ed2-825d-6bb2a5520c12)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c55468e-5667-4dee-be83-f4f32862c1fc)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1829119b-1f38-4503-a65f-f5f004da9279)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D1-A)") (pintype "passive") (tstamp ee01b810-2e98-494e-a929-3a5c0d8b00a6)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 33 "Net-(R7-Pad2)") (pintype "passive") (tstamp 908a0df3-eb25-49f1-b648-851ae42a6d4b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp eb9a6f02-a07d-484d-b8f8-78628c9141d7) - (at 62.738 107.95) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/cd182352-4258-41a0-bd2e-222a96a812e3") - (attr through_hole) - (fp_text reference "U3" (at -0.254 -2.413) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a3e4d811-9b99-4457-a972-696a27863d74) - ) - (fp_text value "NE5532" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b98bfea4-fef6-464c-a3c0-1d05ac9fc1c2) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e67ca807-bd8e-4105-aba1-a61653da52fe) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8d05605-dc3d-47c6-8ea6-a32dc010b1fe)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fa8097a-fbf0-4930-a6f3-fac270f2f12d)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcc0bda2-cc4a-45a9-95ae-36f86a469499)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e50dd7a-a091-4a6f-8665-4aa5431891f8)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f55fa71-40dd-48fa-97f2-3754276f295a)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ebae78a-9656-4aeb-bef0-243e97723e04)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8561f8ad-788d-4e2e-8796-1dfccb4a64a1)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13334a61-218c-4125-b6e5-2ced03749f70)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d7df850-f3b2-4160-a406-f1222bef44fe)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c9b2dbe-31a2-4827-b723-74ced79c8185)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60857ed8-29ee-4ac1-adb7-8876a8a9b779)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e572f452-4825-4005-acfe-2c6376b5a8ab)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad278f3b-54f2-40de-8991-0dd6e59c1d67)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85118cb7-86da-4b94-ba7b-1af2e4c16b91)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b421e9dc-213b-4855-b572-59b8895e8d3d)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 122fe40b-1ba5-45d9-b009-42627ebce6d7)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d64c26d8-998f-453c-b177-975d33729078)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2da15a7a-cc37-48bc-8258-2b6ce7a8592c)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a466d719-137b-4668-8d5d-82e99937c786)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3b2a12d-882e-40be-a995-59dec322f4b9)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 666e67f0-1e55-4a1c-80e9-bd70408097ef)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1eab8219-51ec-4868-bd17-bc1d7d8a072f)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f921c622-dab6-49b5-b36c-cb2eb814ccd6)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "Net-(U3B-+)") (pintype "output") (tstamp 147e9400-0764-45a9-94da-7efbf406bc93)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(J2-Ext)") (pinfunction "-") (pintype "input") (tstamp 46e54ead-52ae-4441-9d27-2f79f9b7c1da)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(U3A-+)") (pinfunction "+") (pintype "input") (tstamp 0c28df5c-e91e-42ac-bd18-683c86a2b3c2)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 7ec4c03c-b2dc-4ee3-af31-a5f15456b99f)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "Net-(U3B-+)") (pinfunction "+") (pintype "input") (tstamp ccc5de84-0cba-426e-b82b-46cb3a510126)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "Net-(U3B--)") (pinfunction "-") (pintype "input") (tstamp 3b1d4879-9dae-439c-bc8b-d8e7869e66d4)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "Net-(U3B--)") (pintype "output") (tstamp 8df04ac7-e2ec-41a3-bb47-0e35c9957627)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 5cbfdeba-9d6a-4b36-a1ab-49aff6d21e9e)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp ecb7b496-35ab-409e-a993-c3d5b34afb87) - (at 74.168 111.506) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/2ddeefc3-ec38-43f1-aae1-4c6543857147") - (attr through_hole) - (fp_text reference "R9" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3c1bb249-b0d4-45cc-9154-31ab6e0a7503) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a573fcef-d644-4fd0-a77a-d15c5cc8d721) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp cc4ac8f8-bbe6-424c-ab5c-c6b497acbe73) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28656655-18bb-4dc8-a862-5af62cf31983)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1aba11ae-1318-4220-aba0-cfab172d5d0d)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34cee535-ad0d-4b64-bf1b-97293799aeb3)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 724d1199-a6bf-41c5-92e5-27839f655cdb)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dff51dc4-4d0d-41ce-ada2-db3a0a663e1b)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7503d079-5ecb-426c-a8b6-4e8c4b43b9ef)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bdb87a6-89ea-477e-95a6-6a62c290fd2c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a03c7c29-377e-427a-8887-745a8c2355da)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aad34c92-a08b-46c2-9d5a-ea93f54207dd)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e54d9790-1d78-4789-b1b9-c0fa03b981f9)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b08c75a5-0ba2-454b-9991-8506a41ac933)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35f46281-2a45-4a37-ae76-95b489640032)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 3 "Net-(U3A-+)") (pintype "passive") (tstamp c48068d1-7752-4bc3-b5ba-8cfa0ba5b326)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp b8cce2d1-31bb-460e-bb0a-478f033c5a7f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp f1875ab8-8c03-4484-9ad3-13f7f85736a8) - (at 58.795 81.28 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1e467d2e-b08c-41a9-9830-269a5f692b3e") - (attr through_hole) - (fp_text reference "R3" (at 2.54 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 58fabf9b-b9be-49f6-a23f-c6ce4c56bf27) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 17579f4f-5c03-44f3-8ff7-a723b35ea4f6) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp dd5bea02-1c59-4c66-9a69-9ef44414433e) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b638e41-6f7f-4b7a-9546-d9f8e5a78ade)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82c1a08f-d99a-4b87-99fd-17599201ff02)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71034018-6af5-4a60-be08-b49605b1b567)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c683c3be-29b8-405e-817d-d5093da883d0)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f14bfacb-cdde-4b22-b699-ad26667f777c)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f91b6178-e6a5-46b0-9f56-267e0e657e54)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6d25783-c884-4cc8-9772-18f1bbcd6c2a)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49f7fa2c-ddca-4ee4-a478-e86ac4aa3c06)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08be9f74-ebb3-4c68-9066-096697457027)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad944ee8-6ae4-4746-8a89-2f5f44ec62ac)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c17a5fa5-a4f0-4511-967f-0f2eb589d5d9)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a66b296-5866-4ddb-823d-543c3379aa24)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 26 "Net-(U1A-+)") (pintype "passive") (tstamp e28e328f-068f-4b7c-bf4b-bd087da70f2f)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 24 "/FB2") (pintype "passive") (tstamp 099db825-2664-4278-92c0-eaeb8127c4db)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp f1c57192-bad5-4f65-a1f3-5fc2c87a2a2b) - (at 74.168 107.833) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/8ed0a176-5b44-4183-86a5-a68e414fa6f2") - (attr through_hole) - (fp_text reference "R10" (at 2.794 -1.788) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 46cdf3d6-fc14-4644-81ff-8c953368df53) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7832171c-76d0-48c2-9c79-e5901240e5d4) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp b4fb7ade-2ea3-46ff-b942-81309a405ab9) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17a4acb2-473c-4845-9be3-af8d085182b6)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ce67e9e-a7c9-4927-9056-d8320ee0668a)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e9ab1d3-b01f-427e-b234-6d7af9409c46)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c017670-2689-48e0-a5e4-9b3542e18e73)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 668ca59e-2016-4eb6-970c-0fa38deaca55)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec0fdb0f-c7eb-4b2b-88c8-7d7e28bd38cf)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp baa1d56b-ef80-4390-8637-c8c5470e0d9a)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 994a9f32-c45e-466c-bc6f-0d6b101aaa29)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f986a3a-c827-41c3-b048-77bccb2964f4)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1a76568-bfbc-43cc-8134-8fc61e2247ec)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7af68354-b564-4912-a9c0-8b63775f5879)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b56b16cf-021f-4d70-9358-e9ec47ebd465)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 30 "Net-(U3B--)") (pintype "passive") (tstamp 771572fd-825b-4047-a14b-b0719172e746)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 21 "Net-(J2-In)") (pintype "passive") (tstamp fea19c8a-f04d-43bf-8598-e760e3331292)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp f2ac8c05-e45f-4efd-a6e7-cffce0834acb) - (at 63.056888 65.405) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/7fbedcc8-144f-447c-b35f-430ce5c328e8") - (attr through_hole) - (fp_text reference "C8" (at 1.25 -3.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 86b55b29-3825-4772-b8ac-839cf20f8f96) - ) - (fp_text value "10u" (at 1.25 3.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a50d9e62-0db1-45c1-b7a5-5c7a35ba970a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b71a42d3-b95a-47d4-a28d-3572b731e80c) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb70592e-2160-4919-8054-822087503e24)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a05c0436-1fae-44df-be33-fd9d7eb55230)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c43a7578-03e0-4cc7-997e-2eb801fba98a)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bb6c17b-f0b5-43a3-abb6-df158412fde1)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc630206-8961-4050-9e7c-2b17b6fc8b66)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10fdfe9b-8d53-4c3c-8aa1-a78fa6c251cd)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8273497-8c3c-4d6a-b2f3-9b1ee0c92e80)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ce32afa-fd2c-464d-94e9-d6c3be04e859)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d07b5b1c-8582-4b71-a047-be8de9bf92d2)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eec91130-eeeb-4bda-8140-ab1fd4b7ea59)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 877aee76-b861-4676-81a9-3ccbe209fc43)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de5703e9-2656-408b-9eda-7bee39a463a1)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfaa80b9-2b1c-4a44-a3dd-c2c47456a639)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25e773b4-e806-47ae-ae95-c13f05c50715)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa0ee1cb-9356-4105-914a-e34a1a9f5340)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da03e9c0-695d-436f-80d4-873f5aa1c89a)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a6b56b0-8582-4877-b106-d288d234bb40)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 847ce545-5d8b-4b8d-83ef-1a3d5a3dce99)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 179d7bab-206f-452f-a90e-7fdd75812990)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba287bca-46c9-4175-bbe6-97f5ba2c565b)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f19d809-da3c-4823-b271-027840a41259)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68579942-1733-426f-badc-69515b054f48)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2c8244d-5499-47af-853a-0719c5f46fc5)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba3ce475-3937-4d9c-9c2c-fd4f8032393f)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84a604c1-4218-4281-a6f2-eb2badbe3f78)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1370c21-9d9c-45f9-8f97-2153123e6d46)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 616cdc32-e304-4209-a965-28dc4cc4db8e)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b6dfcfc-b5d0-4a33-8efb-4dd3823844e8)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be8a57f7-8236-4bc3-a146-5f716c59a842)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e22790b-b386-4d86-ad95-dff335dd7d77)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82c84b54-d21c-45c3-b239-e79dd5a7f35f)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb5d4416-95d3-4e5c-ad69-3b0b17c8d8c0)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d108b0b3-2694-4ad8-8398-4fc020a628ea)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f664c60-0808-4e5c-8de1-f1ad94f33142)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe68c7a7-c8c9-4c56-bc83-6eff0aca73ea)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 474c72c9-d2d4-4b2e-8ebc-fcfc1f61e209)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db2a794a-6d92-41b5-8e06-73b92a77ac6d)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0034db78-c86d-4442-a8d9-2f9d64d5f6ad)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 595edcf7-7b79-4ba1-a644-f1c421359de2)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a645295c-cbd6-4684-a961-3daf3be29f11)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4046b77-3e05-4aa3-a7ae-5b370e3302d4)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp beced057-c222-45ba-b829-4d60dce986dc)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50a43fee-c3fd-4e6e-8e07-01b072922b98)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e75e9c5-efb2-4cf8-a78e-a28e590df52c)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2fad5781-fc25-457e-8e04-1a1258fe8953)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c43c60b-8986-408d-a0f7-cfacf24f76ea)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b8bd0e9-7ecf-43a8-b772-4ac7b5332ef9)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa278d9f-d881-4f19-a287-5085695d6ac4)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 179c0fcf-4320-4924-918a-3a6c92ee79cf)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77142d53-8431-472c-8b4a-7f475a81acff)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bc6dbae-d65f-4751-a54a-ac6a0f09e7c6)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6463b7e0-b201-4fd1-8f1c-9b870e4db38e)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b3bd28d-5cf8-4f57-9c3b-0c309a22c783)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d13b1492-8f54-4d92-83e3-62a3d9601a54)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eab84165-eba3-4d13-b4c2-20693044e9b7)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 582cff40-f266-477f-9160-4ff3756ba1d8)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 453d1ff3-c4c9-45c0-8a97-0c0264e5ee4c)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41f2187b-47b0-4774-991e-829d96cb95a3)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f67d7af-c522-4685-ac1a-ce159e267b98)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a15030d-1c6e-4633-b8b4-c39fb971a806)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0eb839a-d6f8-4ddf-bbfc-a81d7003c0a4)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91343ca6-594a-46fb-8a08-2f06bf98d791)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ec881ae-83ff-4735-8ff9-433faef770cb)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5c045dd-bcd5-4d04-83c8-025074694abd)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92a1f634-c95b-4fe5-b1c8-4213b5c6ab96)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e2e89b7-c12a-4906-a40b-032d8f8864fa)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45374f8c-26fb-4a2a-b803-6cb6ee50fe35)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8b37194-097d-4130-ba0a-04981ff9718d)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df7bf1f2-cce2-4b2b-a1bd-2c9b4c94f798)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a618c781-8b0e-41a4-9aee-aee70346dfaa)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 319ce639-342d-4a66-9cee-51f4471f32ca)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 954063f6-e416-4faf-ae94-f7068a818886)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc641bd8-b77f-40ba-b769-9b8b31e42bc1)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea90785d-6773-45c4-8a2a-989297f337d2)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 572335c0-d699-46ca-9c24-b5522c9cc7d6)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a155c964-7744-4d72-98c0-8cb04d5196c9)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe2a2ce3-83b2-4938-bde0-c6d52966cfe8)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26d9ba8b-f68c-4a54-86e3-5bf05f2fbd39)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f91c26aa-9900-4fa3-b640-d33607129ee5)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be90c1b4-6ea3-4a33-b818-34882b32e839)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed0bd556-d739-4c64-85d7-83efa21ce4d1)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fc67767-afee-47bd-8aaa-0caeb9515b38)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23794da7-0201-4fbb-a0d9-6c447ddc0858)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07a3db6b-e143-493a-9f7e-b004925e3689)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7a0ca2c-fc0c-47dc-b755-6b3c751c0a62)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2ee20ea-8d08-4b88-a1d0-d62470eab4e5)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c50c7e4-0951-480a-a19d-20575847d9b1)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2852d395-b965-4a27-a445-82cb88fc0492)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47433736-d390-45ea-871d-c55a1658343b)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad141278-3bc4-47e9-9a3b-12f50719acda)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1e6314b-4635-4e0f-9dfd-bdccc992e875)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f64dd65f-d58b-47c6-916d-018fabfad2d1)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4a4ed28-f4cc-4318-8071-5fa0b430a150)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9a0eec9-6938-4b21-aeea-d110757779e3)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca2b85f7-005f-40c9-b141-fc78d772c21f)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 145d1a99-39a9-4c12-8b8d-cecf2ba2edc8)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42e190b9-3a41-4157-9f8b-1319c483e25f)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbd51448-94c9-41a0-b589-51083285230e)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85dd600e-4d45-4d8e-a14d-5d0b2caa795f)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe795209-aab2-4271-81f4-5fe9abb5c2bd)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f870ade-609e-4150-9bb4-91c3c394f811)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1409c7c1-4b54-434a-a6b7-9f88067947fd)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc00c3d6-8302-4c0f-91a3-a9c3cf6bab9c)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94d4b948-4842-46ec-8661-eab30064962b)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8b1246e-7e67-4594-9a3e-e6aba36138af)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a43f76d4-feb2-4a47-baf7-3f9cba2f5f5b)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d015d2d2-fef6-49e9-a7ec-69128f5c1c88)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eba0d824-50ee-4fac-bd5b-02b4cba8e058)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7782b369-a4ef-4362-b15a-ad12aa81be71)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bb3019e-15a9-4ec1-8b81-4d22c2bf785f)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 690d1662-3309-4314-9e16-f3c3f1560787)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 001818d2-9b39-412c-87a5-2edf76a017bf)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9abd56e-335d-4b73-9708-97df7b6c7f56)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8314f210-2782-4562-b250-856c75e1fa27)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebf3fbd0-1c89-45e6-bfae-3d02adce0a76)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8187acca-739c-41da-81b4-e54cd3ef0493)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd069a34-31a6-4018-8291-8088bbc98702)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 723445c4-aac6-4351-ad7b-506a4a17f12d)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fab7ee9-c8be-4038-a49c-6d0c11b4fd38)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 348f4121-aa82-417a-9a34-b04a35be9663)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 50bfa2c6-a0c4-49e3-b126-c82993b80ba8)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 247f8ddd-24be-4996-8353-75ea24ba6b6c)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ebeb19a-7f60-46df-a77f-0479e70ad6c1)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3859faa3-aab5-4145-a065-c62d0b7e6c13)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 06c9f867-9e65-433a-b71d-8bf785d60fda)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "+15V") (pintype "passive") (tstamp f1975d76-f799-4377-ad31-8ea90dfa19b9)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 6a597461-4a2a-4e03-b9c0-95cdde06d032)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp f40142ae-bf5f-481f-a1eb-a7dd03e255b6) - (at 53.715 73.66) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/b17f6723-f6c7-4f09-b71b-4cd7628f2920") - (attr through_hole) - (fp_text reference "R4" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20640755-2962-4ac6-95bc-25b5a2ca374b) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8ce8b37d-53d5-43ce-947d-73f6be5f1ebe) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp baee9108-85bc-4d0a-ba0b-905efbd27baf) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 238f6124-e59c-463a-b52e-57cfa2b55e4f)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d54ffa73-31d1-40ae-8189-147fe145d280)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7f96e6e-1808-4b52-9112-79648cfab2e1)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ccddee5e-3668-4850-9f0a-a0644afe847d)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d93f1526-a3c4-4cbc-b332-282581e44f38)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a19f5237-18d0-4826-9395-42a1bac22e9a)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8984ed4-fb52-4c3c-abf0-bfa14fc1586d)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83715440-b3dd-4006-9b5a-60e1cb583b98)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18894396-1cc8-409c-ad67-6b79b6c7fa4e)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcc5394d-6644-4a79-b041-625febb753ed)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3030d6d8-aa6a-4c9e-8bb6-72dcc2641a47)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98407008-ba59-415d-bb9b-5eaea5d0b9df)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 27 "Net-(R4-Pad1)") (pintype "passive") (tstamp 81219598-be8e-4a8b-90e8-132a97b1c136)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 28 "Net-(U1A--)") (pintype "passive") (tstamp 60188c9a-1329-4af7-8453-417ca75da029)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp f46aef24-251b-4a78-8e0c-6326f353a151) - (at 58.795 77.47 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/29a2e2b9-1ae1-4205-baf6-db0073773f22") - (attr through_hole) - (fp_text reference "R5" (at 2.54 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dc340fa7-725b-4844-9e62-cfb48123b312) - ) - (fp_text value "100k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a3b4e5ee-64d5-4cc5-838b-440da24b353e) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp f7335888-0891-474b-9dae-a8b19af81468) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f440fb2-ece0-4f01-a12f-290b049cf7c8)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a63b430c-328f-4fb4-9bab-4937bc4222b5)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0bb3a413-4c90-4d19-ba68-519f15798a33)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c61e0243-0595-4eda-bfe6-5f120f9e1826)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0bae7f02-e7b8-45fe-ba9b-513368248dd7)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1758cb3f-b2d8-4876-b383-0aa7d78ad992)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e5390c6-c34a-446d-9a1c-022294fe513f)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e319b3e-d4d5-4cdb-a831-904d57c6e378)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f96c251e-1113-405e-8a54-9c46e8b0123d)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp baa00537-01de-4fd8-aae7-20dc55c63bb2)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b90b8bdd-6f08-4ddb-a678-86f2cacc82eb)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10208dc9-e0f3-4ce2-890d-3a628aa46330)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 28 "Net-(U1A--)") (pintype "passive") (tstamp 829d5dcc-63e1-4607-a499-4a9e0fa856f4)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 19cb71c2-fac5-4b5c-8c75-bbc9404a77bb)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp fa48fda2-10a1-4947-8d8a-40621ffac449) - (at 73.66 141.605) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/b63522d0-efb2-48e6-8316-f647d54dce5a") - (attr through_hole) - (fp_text reference "R12" (at 2.5908 1.8542) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 662cb5a5-6aa5-4518-ba7b-237ea531cd84) - ) - (fp_text value "12k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d4ef68fd-e5b6-430e-b02c-55feb760815b) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp af016bec-d34c-454a-9731-1ce06ecd2a37) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a61d9dd-abb6-4b1e-bbfd-e7d00d5f8e0e)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38f47896-8090-47f2-a68c-ea66cf1a6f16)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a3c0704-4943-4c8f-a77c-2572b52c4bab)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0f24a51-e1b8-44f7-8d56-e4fa7ad3677b)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2fac54b-ba16-489e-8693-809f63341192)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 681e7529-c720-4fa6-9b82-58c636b19113)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9b4fdd3-916e-48f5-aa15-c6391a986827)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78efbdf1-edb7-4e6c-b4bf-c73ad3b7db0d)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f4c93c5-58d7-4e3c-87db-8f7f8c30ac08)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2003078f-5cf3-4f31-8f69-2649bb0e4d0e)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 160a829d-ad5c-40e2-b759-fea91daf1703)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c41f307b-080a-4e6b-bf8d-4999b7cf284c)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 4 "Net-(J2-Ext)") (pintype "passive") (tstamp 87decca4-dbd4-49c4-b97a-7ba3969f6479)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 21 "Net-(J2-In)") (pintype "passive") (tstamp dc95303b-e31e-49d4-b4ba-e9ffd75bb9d3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:CUI_RCJ-026" (layer "B.Cu") - (tstamp 139d27e4-a79d-45e7-a830-61c9746e70af) - (at 63.0875 149.098 180) - (descr "DC POWER JACK

Source: DCJ0202.pdf") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)") - (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA") - (path "/9ce5e934-b5c9-4037-b52f-db55ed3852a0") - (attr through_hole) - (fp_text reference "J3" (at -0.0315 -6.223) (layer "B.SilkS") - (effects (font (size 1.000929 1.000929) (thickness 0.15)) (justify mirror)) - (tstamp 6d0ebcf5-2e5e-47fc-93e1-ff37df9627e9) - ) - (fp_text value "RCJ-022" (at 2.135795 -6.317335) (layer "B.Fab") - (effects (font (size 1.00037 1.00037) (thickness 0.15)) (justify mirror)) - (tstamp fab45a71-ae52-46c9-a179-dc6c8dd825fb) - ) - (fp_line (start -5.35 -1.765) (end -5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp da9e743d-2e83-4c43-8760-a83b4fe99080)) - (fp_line (start -5.35 3.135) (end -5.35 1.765) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 3bc7ab0b-a016-40cf-ba3c-ada212f776b4)) - (fp_line (start -3.884 -3.135) (end -5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp f47f0e09-819f-490b-9651-8f577795b2ef)) - (fp_line (start -3.884 3.135) (end -5.35 3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp f77b9ede-c9c7-40bd-b986-a7a5a2b82a3d)) - (fp_line (start 5.35 -3.135) (end 3.884 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 636646c9-3e35-4a92-b9b4-2e8e823eae50)) - (fp_line (start 5.35 -1.765) (end 5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 49a8718e-4b57-4928-85ed-57afe4476bca)) - (fp_line (start 5.35 3.135) (end 3.884 3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 9cf45381-008e-48ad-b622-51c513d8e7e1)) - (fp_line (start 5.35 3.135) (end 5.35 1.765) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp efd37010-7374-4107-bace-af7362df62fa)) - (fp_arc (start -3.884 -3.135) (mid 0 -4.986221) (end 3.884 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 95b74f8b-3122-4762-9944-a6fe46f485e3)) - (fp_arc (start 3.884 3.135) (mid 0 4.986221) (end -3.884 3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp de46e700-e2cd-4eef-baf6-74b94eabdecc)) - (fp_circle (center -7.4 0) (end -7.2 0) - (stroke (width 0.4) (type solid)) (fill none) (layer "B.SilkS") (tstamp aba6b8aa-0fa8-4b36-a3d4-710a7856343c)) - (fp_line (start -6.9088 -1.7272) (end -6.9088 1.69) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 477fbf28-f7fc-4944-869c-4cda9bde7faf)) - (fp_line (start -6.9088 1.69) (end -5.59 1.69) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp b8c15b96-9bf1-43cc-969b-05bde70e3c9c)) - (fp_line (start -5.59 1.69) (end -5.59 3.43) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp c9fa7eea-2337-4473-bac9-3a01ab2ea147)) - (fp_line (start -5.59 3.43) (end -3.939855 3.42892) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp e8755dcc-1be4-4a6e-b2a9-bb8f65ea6764)) - (fp_line (start -5.588 -3.4036) (end -5.588 -1.7272) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp b7a782b9-abc8-4ef7-875d-3b30a5d873e6)) - (fp_line (start -5.588 -1.7272) (end -6.9088 -1.7272) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 8c86968b-46e7-4275-b8ba-a656f68348ba)) - (fp_line (start -3.9624 -3.4036) (end -5.588 -3.4036) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp d3d90a30-9d17-459a-a7c7-0c7f501e656a)) - (fp_line (start 3.9624 3.4036) (end 5.588 3.4036) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 2197ca30-de52-4475-8dff-61a0ff0018b0)) - (fp_line (start 5.588 -3.428712) (end 3.941337 -3.428712) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp dc1dcc78-f8cf-4e06-9bf6-0d515455e5ba)) - (fp_line (start 5.588 -1.7272) (end 5.588 -3.428712) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 50bc1a4d-715e-4fd8-8ae3-a544698de400)) - (fp_line (start 5.588 1.778) (end 6.9596 1.778) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 5223921e-7cb7-47d5-bac6-c3aeed5a3daf)) - (fp_line (start 5.588 3.4036) (end 5.588 1.778) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 8c85f381-5dc3-484f-a129-419aa10ddb26)) - (fp_line (start 6.9596 -1.7272) (end 5.588 -1.7272) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 6a7316e8-d4f4-472e-a207-5fad57c22967)) - (fp_line (start 6.9596 1.778) (end 6.9596 -1.7272) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp d1628e73-3df5-499e-8f8c-f4644bf3eb12)) - (fp_arc (start -3.9624 -3.4036) (mid -0.016388 -5.259462) (end 3.941337 -3.428712) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 07a3eda0-81f9-47d8-841d-6b9cfb415df5)) - (fp_arc (start 3.962399 3.403599) (mid 0.016951 5.18865) (end -3.939855 3.42892) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 22f8eb9d-c0c9-4a2a-80cf-700a7b50df77)) - (fp_line (start -5.35 3.135) (end -5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 9af0acd2-d1fe-4b69-a926-a945804f84bf)) - (fp_line (start -3.884 -3.135) (end -5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 965e4721-6cf8-4bb4-83ef-e6d1091df7eb)) - (fp_line (start -3.884 3.135) (end -5.35 3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 2aed785a-d1ac-4171-a75d-41e18eadc5e0)) - (fp_line (start 5.35 -3.135) (end 3.884 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 617783b4-7753-4d7b-bc94-fc76b8a708d4)) - (fp_line (start 5.35 -3.135) (end 5.35 3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 55ac376a-23d1-4555-90b7-fc1ae08f707a)) - (fp_line (start 5.35 3.135) (end 3.884 3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 7cf5eafb-02bd-433f-b705-eb62d7d2cae0)) - (fp_arc (start -3.884 -3.135) (mid 0 -4.986221) (end 3.884 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 532b6a73-0618-41cc-bd5f-89ff24594b84)) - (fp_arc (start 3.884 3.135) (mid 0 4.986221) (end -3.884 3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp b6825e1c-1418-4d93-b1f7-91bf04447922)) - (pad "1" thru_hole circle (at 0 1.6 180) (size 2.55 2.55) (drill 1.7) (layers "*.Cu" "*.Mask") - (net 22 "Net-(J3-In)") (pinfunction "In") (pintype "passive") (tstamp 02957998-495a-471a-897c-79d8f6abea22)) - (pad "2" thru_hole circle (at -5.15 0 180) (size 3 3) (drill 2) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "Ext") (pintype "passive") (tstamp 57f22e8c-59c4-4415-8a6d-c9744281bd15)) - (pad "2" thru_hole circle (at 5.15 0 180) (size 3 3) (drill 2) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "Ext") (pintype "passive") (tstamp dc01d0b7-a932-43b8-be8b-a8aadb8f622a)) - (model "${KIPRJMOD}/../../../lib/models/CUI_DEVICES_RCJ-026.step" - (offset (xyz 0 -1 -6)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 90 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" (layer "B.Cu") - (tstamp 3bf2c9b6-884a-4583-aa3b-1c3f5979468d) - (at 76.345 81.925 -90) - (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") - (tags "Potentiometer vertical Bourns 3299W") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Trim-potentiometer") - (property "ki_keywords" "resistor variable trimpot trimmer") - (path "/6e399cf9-da05-4067-93b9-f04bf3de4757") - (attr through_hole) - (fp_text reference "RV3" (at -2.54 3.16 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a13d1785-1f92-4939-831f-7320ec1da8c6) - ) - (fp_text value "100k" (at -2.54 -5.44 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 639410ee-0846-4f30-b3b5-f37421dcaedd) - ) - (fp_text user "${REFERENCE}" (at -3.175 -1.14 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 594e5eef-e008-44b4-a318-008a4e6b1ac2) - ) - (fp_line (start -7.425 -4.31) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 47e87b75-5e1e-4de1-9792-f21a2afe2a47)) - (fp_line (start -7.425 2.03) (end -7.425 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 523b7a10-7308-4848-8e17-c05fa58b118f)) - (fp_line (start -7.425 2.03) (end 2.345 2.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3a65ae69-236e-4d80-9b36-1e084d3afcfa)) - (fp_line (start 2.345 2.03) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 083a11e5-ce62-42c1-aa19-59ecdcedfa49)) - (fp_line (start -7.6 -4.45) (end 2.5 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 75880909-5d98-4bef-b197-11766ff6012b)) - (fp_line (start -7.6 2.2) (end -7.6 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3176859e-ee8a-46c9-9564-27e65536dcbe)) - (fp_line (start 2.5 -4.45) (end 2.5 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0cfa793b-03b1-4c01-9df1-d6e14fcf5a84)) - (fp_line (start 2.5 2.2) (end -7.6 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a5128219-ff5d-4110-a253-e8f60b714014)) - (fp_line (start -7.305 -4.19) (end 2.225 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4ddfaca7-de34-4e2c-a9a4-7586806c9e37)) - (fp_line (start -7.305 1.91) (end -7.305 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 71fa0e72-c5d9-45e0-b6f9-d3453ba33ce8)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4a9460fa-7124-49fe-82f8-e838f4803b29)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 558e8f6e-82be-48fe-be4f-e0d596b375ad)) - (fp_line (start 2.225 -4.19) (end 2.225 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5c84d80-def6-4f5e-8d4c-5c0b63bd4377)) - (fp_line (start 2.225 1.91) (end -7.305 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8b8a98e7-2498-48e5-b855-d0d79c691df8)) - (fp_circle (center 0.955 -2.92) (end 2.05 -2.92) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp c594845c-33ef-4822-854b-0b0d71d1618b)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "Net-(R7-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 8b39a496-1d7d-411a-9cd6-900fc61c9c97)) - (pad "2" thru_hole circle (at -2.54 0 270) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "Net-(R7-Pad2)") (pinfunction "2") (pintype "passive") (tstamp ed9debf4-9379-4343-a7c7-17b73c5e741c)) - (pad "3" thru_hole circle (at -5.08 0 270) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "Net-(U1B--)") (pinfunction "3") (pintype "passive") (tstamp 90852419-4f3e-4745-b083-f64710b41bdf)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" (layer "B.Cu") - (tstamp 4e3db849-7959-4601-a15c-cab5dc2aa61f) - (at 64.77 98.044) - (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") - (tags "Potentiometer vertical Bourns 3299W") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Trim-potentiometer") - (property "ki_keywords" "resistor variable trimpot trimmer") - (path "/bb1b8e1f-9b40-43e2-adaa-94bb5c94f5dc") - (attr through_hole) - (fp_text reference "RV4" (at -2.54 3.16) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3446c60a-5ec0-4a0f-b90f-26db0fac2c18) - ) - (fp_text value "10k" (at -0.197 -5.44) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 192305c2-39c6-4ecf-9585-32ef5fec7b19) - ) - (fp_text user "${REFERENCE}" (at -3.175 -1.14) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp aecf4242-ec3f-48a3-8fcb-0f8ac1167142) - ) - (fp_line (start -7.425 -4.31) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 174609df-1b46-4114-a93e-70b924b9c363)) - (fp_line (start -7.425 2.03) (end -7.425 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3eaef87c-9cfc-446d-a36b-5559d20eb6e7)) - (fp_line (start -7.425 2.03) (end 2.345 2.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4c49caf1-40a8-409a-8baa-74740eaec451)) - (fp_line (start 2.345 2.03) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e9897a3-f70c-4e34-b4ad-989ce77c93fc)) - (fp_line (start -7.6 -4.45) (end 2.5 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 47bf2db1-b71d-4368-b27b-e9152fa52af8)) - (fp_line (start -7.6 2.2) (end -7.6 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 907b3e4f-2872-4a89-b756-707597eb45c9)) - (fp_line (start 2.5 -4.45) (end 2.5 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dea3f6de-8fc7-4919-8e97-3b7edc270290)) - (fp_line (start 2.5 2.2) (end -7.6 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a9ad4913-f601-4d37-aae9-a3842ab4ea58)) - (fp_line (start -7.305 -4.19) (end 2.225 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 62e28918-2ee4-4125-91f1-9f12f3b797dd)) - (fp_line (start -7.305 1.91) (end -7.305 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d607d321-5d5e-4006-85e0-4aeefbd29638)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 113bf05a-402d-457f-af9a-c7bd38bfe0f3)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 316c52f3-e969-48e4-b27a-e363ce88b5c7)) - (fp_line (start 2.225 -4.19) (end 2.225 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 15e65827-8f17-470d-9908-c4e92c1d6769)) - (fp_line (start 2.225 1.91) (end -7.305 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b7680b0e-75a5-4ef4-97b4-3429d92c266c)) - (fp_circle (center 0.955 -2.92) (end 2.05 -2.92) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 0abe6a50-d528-43eb-9f07-497fd80cbe74)) - (pad "1" thru_hole circle (at 0 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(C3-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 3fbed270-d07c-47cc-9af9-52fdb466a4ee)) - (pad "2" thru_hole circle (at -2.54 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "2") (pintype "passive") (tstamp b26f3656-ec9e-4025-852b-32d09e7d3dd2)) - (pad "3" thru_hole circle (at -5.08 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "3") (pintype "passive") (tstamp 1780a0c2-e78b-4479-86b2-2229a7f37d8a)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:CUI_RCJ-026" (layer "B.Cu") - (tstamp b9c5f691-232d-46af-8d2d-c8f90c0e833b) - (at 79.4705 149.098 180) - (descr "DC POWER JACK

Source: DCJ0202.pdf") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)") - (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA") - (path "/779d1591-23e0-40c6-917e-85fb24b14820") - (attr through_hole) - (fp_text reference "J2" (at 0.0955 -6.223) (layer "B.SilkS") - (effects (font (size 1.000929 1.000929) (thickness 0.15)) (justify mirror)) - (tstamp 20997375-2fc8-4996-a72a-b0f84e567c55) - ) - (fp_text value "RCJ-021" (at 2.135795 -6.317335) (layer "B.Fab") - (effects (font (size 1.00037 1.00037) (thickness 0.15)) (justify mirror)) - (tstamp d79b039f-d80c-4c32-9ec1-6c7301332828) - ) - (fp_line (start -5.35 -1.765) (end -5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp d6d83cc8-33cc-4d5d-8973-4fa231e47af0)) - (fp_line (start -5.35 3.135) (end -5.35 1.765) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp a0f9a6c8-5c6a-4ae6-8596-be43c6ca7f5f)) - (fp_line (start -3.884 -3.135) (end -5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp ec8fb199-f082-428e-8544-d3a7baa9533e)) - (fp_line (start -3.884 3.135) (end -5.35 3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 075d0698-dab6-4b67-a3cf-b78fdfede290)) - (fp_line (start 5.35 -3.135) (end 3.884 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 19c0bef4-6a5b-4a63-bb87-18e2a260a665)) - (fp_line (start 5.35 -1.765) (end 5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp d18ccd91-0b01-4ed3-838a-b8b876f98647)) - (fp_line (start 5.35 3.135) (end 3.884 3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp f07ec170-3da7-4e23-84d6-1fa179030387)) - (fp_line (start 5.35 3.135) (end 5.35 1.765) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 53437898-9818-4462-bb66-cd0763588b22)) - (fp_arc (start -3.884 -3.135) (mid 0 -4.986221) (end 3.884 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 43b03c9e-7790-4a08-a3b8-4294f010fb93)) - (fp_arc (start 3.884 3.135) (mid 0 4.986221) (end -3.884 3.135) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 34aa03af-62a7-4bed-982e-1b12a6e6f6fe)) - (fp_circle (center -7.4 0) (end -7.2 0) - (stroke (width 0.4) (type solid)) (fill none) (layer "B.SilkS") (tstamp d0c59831-fac8-45b9-9bb0-8a41bff61ba7)) - (fp_line (start -6.9088 -1.7272) (end -6.9088 1.69) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp a78c18d0-67c9-42c3-b685-1bcaa532e2d0)) - (fp_line (start -6.9088 1.69) (end -5.59 1.69) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 2970b305-a684-46fa-bd1b-5faa867b8604)) - (fp_line (start -5.59 1.69) (end -5.59 3.43) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 435dd30b-19af-4faa-825d-bdc9bd1cd94c)) - (fp_line (start -5.59 3.43) (end -3.939855 3.42892) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp d393a870-ded6-48f8-9fbb-7de7e19eb27c)) - (fp_line (start -5.588 -3.4036) (end -5.588 -1.7272) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp b6b1b9e4-e27a-49d5-b81e-8d0980135147)) - (fp_line (start -5.588 -1.7272) (end -6.9088 -1.7272) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 496ff377-3b2a-420a-9d6e-451f713ddf35)) - (fp_line (start -3.9624 -3.4036) (end -5.588 -3.4036) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 373b21da-8807-4df2-9aa2-00ac6437779d)) - (fp_line (start 3.9624 3.4036) (end 5.588 3.4036) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp bb1b9a58-b4d2-4906-ab18-1e7235fda81e)) - (fp_line (start 5.588 -3.428712) (end 3.941337 -3.428712) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 1cf83e7b-8225-4dca-a000-6a78f7551dfe)) - (fp_line (start 5.588 -1.7272) (end 5.588 -3.428712) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 8ab70d9d-d027-451f-90e3-7f77312212e3)) - (fp_line (start 5.588 1.778) (end 6.9596 1.778) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 0673e801-9bc4-4af5-ad87-e89eca13502a)) - (fp_line (start 5.588 3.4036) (end 5.588 1.778) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp e88c4c07-7288-4872-92f9-601e72308336)) - (fp_line (start 6.9596 -1.7272) (end 5.588 -1.7272) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp ae38bccf-d3a7-4481-8d1b-237ad958139b)) - (fp_line (start 6.9596 1.778) (end 6.9596 -1.7272) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp 81cab9ce-af24-4799-b814-e77531445dbd)) - (fp_arc (start -3.9624 -3.4036) (mid -0.016388 -5.259462) (end 3.941337 -3.428712) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp c89ea839-3ffb-4561-a65f-e62cb702e4fa)) - (fp_arc (start 3.962399 3.403599) (mid 0.016951 5.18865) (end -3.939855 3.42892) - (stroke (width 0.05) (type default)) (layer "B.CrtYd") (tstamp c4bc41fe-d5ce-4575-901c-ae652a1991f8)) - (fp_line (start -5.35 3.135) (end -5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp c1abe262-ff09-498f-b3eb-4bd8c342e313)) - (fp_line (start -3.884 -3.135) (end -5.35 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 5972ae67-ee61-4268-a81a-d0686b4d0b33)) - (fp_line (start -3.884 3.135) (end -5.35 3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 2995468a-edc1-4445-a842-b13250c18f6e)) - (fp_line (start 5.35 -3.135) (end 3.884 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 3567e221-d5d2-484f-821c-bf75ffaa84fd)) - (fp_line (start 5.35 -3.135) (end 5.35 3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 20ef84e4-7c73-4bb4-a307-8c3fc177bf87)) - (fp_line (start 5.35 3.135) (end 3.884 3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 1b66df0f-f16c-463f-8b30-206d6561889d)) - (fp_arc (start -3.884 -3.135) (mid 0 -4.986221) (end 3.884 -3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 3cb655dd-d7f5-448a-8f75-27745220bc4a)) - (fp_arc (start 3.884 3.135) (mid 0 4.986221) (end -3.884 3.135) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp ceb430a2-9b38-41fa-a649-3e709cf16968)) - (pad "1" thru_hole circle (at 0 1.6 180) (size 2.55 2.55) (drill 1.7) (layers "*.Cu" "*.Mask") - (net 21 "Net-(J2-In)") (pinfunction "In") (pintype "passive") (tstamp 5ef468bd-a562-4bc3-9af4-e6464cf4f391)) - (pad "2" thru_hole circle (at -5.15 0 180) (size 3 3) (drill 2) (layers "*.Cu" "*.Mask") - (net 4 "Net-(J2-Ext)") (pinfunction "Ext") (pintype "passive") (tstamp 6fb2d704-fe52-4b3d-9c8c-db111b3702a4)) - (pad "2" thru_hole circle (at 5.15 0 180) (size 3 3) (drill 2) (layers "*.Cu" "*.Mask") - (net 4 "Net-(J2-Ext)") (pinfunction "Ext") (pintype "passive") (tstamp a4bbcd33-3965-4ea8-873f-01bd6c461b30)) - (model "${KIPRJMOD}/../../../lib/models/CUI_DEVICES_RCJ-026.step" - (offset (xyz 0 -1 -6)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 90 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp d3893170-1a83-4409-8e57-70340975a2d2) - (at 79.883 57.404 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "IDC_Header") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/0c9312fa-9d9b-4265-8e96-91ae14b1a704") - (attr through_hole) - (fp_text reference "J1" (at 1.27 6.1 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 573b4f6d-3f5e-4c6a-9e9c-7a2de2da14a2) - ) - (fp_text value "IDC_Header" (at 1.27 -16.26 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bee93f69-01fa-4e99-b2c5-2bc6a8c64a8d) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9a7ddbb3-74f8-42fe-b026-17929bf89cca) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9f11566f-ddc5-41e9-ae21-9f7bbba01564)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b235d4e6-c659-4938-bd94-dc15cfa7f7ef)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe8eb85a-7d36-47c5-8163-12ca5e1a5a43)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0154317-82cc-491e-ba80-1437b891d89a)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b74a20b5-378a-4811-9360-d13373ba0047)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f2be16b1-40c4-46b5-b5a6-a7b8ce8a1198)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6fc0275c-c99e-4701-a57b-c11ba7ad9f94)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 279f1911-6f9e-4dc2-8875-aa407c2f180c)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d4c4fed7-24b0-4463-bbfd-e32996077825)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2417ed6f-d335-481b-a9ef-7f456344a6c5)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a64d281e-ad9c-461b-be91-604550254a0a)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 45aee71d-e881-43fc-b41f-4158bd69195a)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 79903b89-60eb-4a77-adee-257f2d10ed28)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4e5914c-1e56-4411-8658-4e2a1a15a8c7)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 99bcfc88-44ad-4f73-baf8-1a19ce6b66e0)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8c4dbeb6-e185-4ad2-b6b9-85d6dff05adb)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b57e4b75-82af-4a6f-891e-6a242bb70167)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 920c4d6a-308e-4d28-abc1-49d12fa2e558)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f0af2135-a450-4cc1-839d-92e74f147205)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d91c2fb6-f750-4437-936a-564e6f7de0f6)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e0e11d9d-354f-4cf2-a62b-61078ad8c9a8)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 008c6e43-4e45-48c7-9f1a-2034b759bf40)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a018a0a3-0f05-4cd0-90e3-27abcb28843c)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fb141ecd-333f-4db9-843e-f2a17338cbe3)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 298be367-0a1d-40b9-9330-739937cbb740)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fd76b164-6c02-485b-87d7-410927102187)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d95c99ef-e13e-4119-9fba-a49887974edd)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4bed311d-0058-4cce-9b70-46c22632e2d5)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f5b6b495-b72c-4070-9b00-7546604d81f0)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 378b3ef2-bf5e-48c3-aff8-8a7b014ec68e)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 55aa103d-e2eb-4547-a356-17f5e45b8ba0)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2c96e16d-5340-4233-8a13-7bfc188bf0ae)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.1470588235) - (net 18 "/VN") (pinfunction "Pin_1") (pintype "passive") (tstamp d5873a64-fc32-400c-b782-3c19ec4917c4)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 18 "/VN") (pinfunction "Pin_2") (pintype "passive") (tstamp 52a92823-2b2a-4251-8fd4-7db3e87a101c)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "/VP") (pinfunction "Pin_3") (pintype "passive") (tstamp 00568038-cfb6-42fe-a667-eb8662255a31)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "/VP") (pinfunction "Pin_4") (pintype "passive") (tstamp 11723c80-f5f6-4c21-b37b-fc6a11bad6ec)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp 84a12581-5805-4fd7-9702-1d0c96ec084a)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp dc994735-7c0b-43ec-bf83-9dee16973526)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp 297c425e-3504-4d8e-b66b-177df05d5fce)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp 1c50ad06-66ac-4402-a5d5-6a20f69f9fe0)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 20 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp 0dc9b0e7-0780-43fe-8f3e-9c1953e33ce8)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 20 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp 372f6b05-3a36-45dd-aab2-130f57711e5b)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 6faf0735-a69e-4574-9b00-ec60db83ad38)) - (gr_line (start 91.1 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 7e8d52e3-b21f-4ad4-b9c8-f9fcca679d1b)) - (gr_line (start 91.1 50.8) (end 91.1 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp ca0c9295-7fa9-44db-bf69-c9a56bc08580)) - - (segment (start 51.827 94.878) (end 57.17 89.535) (width 0.254) (layer "F.Cu") (net 1) (tstamp 25659ffd-ca26-47e6-b974-9b838d78d0a1)) - (segment (start 54.356 117.221) (end 54.356 115.629) (width 0.254) (layer "F.Cu") (net 1) (tstamp 62ca55fe-695a-4be0-b31a-9ea25312eaf2)) - (segment (start 52.705 118.872) (end 54.356 117.221) (width 0.254) (layer "F.Cu") (net 1) (tstamp 68106b75-f702-4688-b8f3-cca8d9a40a9d)) - (segment (start 51.827 113.1) (end 51.827 94.878) (width 0.254) (layer "F.Cu") (net 1) (tstamp dfc27967-7d8e-4fea-aeba-2dc781550eeb)) - (segment (start 54.356 115.629) (end 51.827 113.1) (width 0.254) (layer "F.Cu") (net 1) (tstamp fe02209a-993f-4cfe-ad78-c5434370e2f3)) - (segment (start 62.484 90.932) (end 61.067 90.932) (width 0.254) (layer "F.Cu") (net 2) (tstamp 3cf3724d-6eef-4c9a-9fb6-def752dcb303)) - (segment (start 61.067 90.932) (end 59.67 89.535) (width 0.254) (layer "F.Cu") (net 2) (tstamp 7683ac2f-c3df-4a48-92f5-7b841616bfec)) - (segment (start 59.67 89.535) (end 55.225 85.09) (width 0.254) (layer "F.Cu") (net 2) (tstamp b1cc4ef7-a857-4fe4-9787-943da8cb8d4d)) - (segment (start 55.225 85.09) (end 53.715 85.09) (width 0.254) (layer "F.Cu") (net 2) (tstamp df800470-e97c-4146-ab27-f75a7aa6af80)) - (segment (start 63.865 114.157) (end 62.738 113.03) (width 0.254) (layer "F.Cu") (net 3) (tstamp 0102a41a-3ca9-4102-a47a-9df950b7612f)) - (segment (start 71.517 114.157) (end 63.865 114.157) (width 0.254) (layer "F.Cu") (net 3) (tstamp 50b75710-d7c0-4795-8b1d-b8d678bce2b8)) - (segment (start 74.168 111.506) (end 71.517 114.157) (width 0.254) (layer "F.Cu") (net 3) (tstamp 879b408b-259e-4b18-85b2-ac86b311a37d)) - (segment (start 62.0675 113.03) (end 62.738 113.03) (width 0.254) (layer "B.Cu") (net 3) (tstamp 0348b949-945f-4414-b7fa-a02ee1f6e2e6)) - (segment (start 58.695 116.4025) (end 62.0675 113.03) (width 0.254) (layer "B.Cu") (net 3) (tstamp 8f6f6f58-1440-4aab-a53c-c57182a1e8bd)) - (segment (start 88.646 115.062) (end 88.646 145.0725) (width 0.254) (layer "F.Cu") (net 4) (tstamp 1b647a51-4df0-400c-94f8-ae04f47b2884)) - (segment (start 83.1205 150.598) (end 75.8205 150.598) (width 0.254) (layer "F.Cu") (net 4) (tstamp 23df2eb5-c590-4690-8354-46c4d91ba45a)) - (segment (start 62.738 110.49) (end 66.422 106.806) (width 0.254) (layer "F.Cu") (net 4) (tstamp 310abbf2-c7f0-4e51-91b2-b71b6d9a4d31)) - (segment (start 88.646 145.0725) (end 84.6205 149.098) (width 0.254) (layer "F.Cu") (net 4) (tstamp 54283f6a-5e44-4218-8dfb-abe733bf1ea2)) - (segment (start 75.8205 150.598) (end 74.3205 149.098) (width 0.254) (layer "F.Cu") (net 4) (tstamp 77b614c6-47f8-407b-9e29-8ca9af017424)) - (segment (start 74.3205 142.2655) (end 73.66 141.605) (width 0.254) (layer "F.Cu") (net 4) (tstamp 88da5190-9086-42e9-ab6a-0488006b8d63)) - (segment (start 66.422 106.806) (end 80.39 106.806) (width 0.254) (layer "F.Cu") (net 4) (tstamp a7ee44ca-b9d5-4812-bf83-4c89295f7325)) - (segment (start 74.3205 149.098) (end 74.3205 142.2655) (width 0.254) (layer "F.Cu") (net 4) (tstamp e236b27b-d547-41dd-a7cd-8ce7ce1513b2)) - (segment (start 84.6205 149.098) (end 83.1205 150.598) (width 0.254) (layer "F.Cu") (net 4) (tstamp e9d3060d-a2c0-4268-a294-21672a899382)) - (segment (start 80.39 106.806) (end 88.646 115.062) (width 0.254) (layer "F.Cu") (net 4) (tstamp ff090aad-5b87-4171-8a3f-be3d48b8a155)) - (segment (start 59.892602 110.49) (end 53.888 104.485398) (width 0.254) (layer "B.Cu") (net 4) (tstamp 59f4d96d-d395-4014-98e0-b53bddac33da)) - (segment (start 62.738 110.49) (end 59.892602 110.49) (width 0.254) (layer "B.Cu") (net 4) (tstamp 9caf8e2e-31a7-4f08-a712-4b6270d5a2d9)) - (segment (start 53.888 104.485398) (end 53.888 101.6) (width 0.254) (layer "B.Cu") (net 4) (tstamp fd0c6dc5-63d1-4513-85a5-07b7e4a076da)) - (segment (start 64.77 98.044) (end 61.214 101.6) (width 0.254) (layer "F.Cu") (net 5) (tstamp 3ee322a9-4ae3-478e-b229-805279c863e0)) - (segment (start 61.214 101.6) (end 56.388 101.6) (width 0.254) (layer "F.Cu") (net 5) (tstamp 70998ff1-c31a-4de0-9a76-b25a68ddc487)) - (segment (start 53.715 139.76) (end 56.195 142.24) (width 0.254) (layer "F.Cu") (net 6) (tstamp d27f50c1-b1d3-4df2-8a46-78231c65862b)) - (segment (start 53.715 137.78375) (end 53.715 139.76) (width 0.254) (layer "F.Cu") (net 6) (tstamp d49c836e-a180-487b-81e2-e66b1d6b8059)) - (segment (start 62.23 98.044) (end 59.69 98.044) (width 0.254) (layer "F.Cu") (net 7) (tstamp f1e52f00-55b3-4d0f-a0f7-e864b86775a8)) - (segment (start 74.803 57.404) (end 72.263 57.404) (width 0.508) (layer "B.Cu") (net 7) (tstamp 0356db55-ba5c-4a7f-a286-f518b899d576)) - (segment (start 72.263 54.864) (end 72.263 57.404) (width 0.508) (layer "B.Cu") (net 7) (tstamp 32c1c826-4bfd-4f4e-9e8e-754b05eeb7bd)) - (segment (start 52.705 56.787997) (end 56.671997 52.821) (width 0.508) (layer "B.Cu") (net 7) (tstamp 65ddfcd9-f918-4c93-a2aa-6f08162bc866)) - (segment (start 70.22 52.821) (end 72.263 54.864) (width 0.508) (layer "B.Cu") (net 7) (tstamp 7be4214b-df17-47c1-9baa-29a4dfdc866b)) - (segment (start 74.803 57.404) (end 74.803 54.864) (width 0.508) (layer "B.Cu") (net 7) (tstamp 94dd9d7f-73d1-4bbf-b949-cb5a2df42ae2)) - (segment (start 52.705 58.42) (end 52.705 56.787997) (width 0.508) (layer "B.Cu") (net 7) (tstamp bf81ae5c-98ba-4f29-b4a6-e730e4eb7f98)) - (segment (start 74.803 54.864) (end 72.263 54.864) (width 0.508) (layer "B.Cu") (net 7) (tstamp e8e5fd07-7518-49c8-a3d1-3fcb121f3b9b)) - (segment (start 56.671997 52.821) (end 70.22 52.821) (width 0.508) (layer "B.Cu") (net 7) (tstamp f19c6d8a-1506-4330-876e-aa986bbec329)) - (segment (start 56.154 120.904) (end 56.154 123.037) (width 0.2) (layer "F.Cu") (net 8) (tstamp 11edfbe7-746e-44c6-8b91-54a9527122a4)) - (segment (start 62.738 128.566) (end 59.769 128.566) (width 0.2) (layer "F.Cu") (net 8) (tstamp 480d26f2-7a33-4801-87c9-11f2070eb1bd)) - (segment (start 57.779 129.54) (end 53.715 125.476) (width 0.2) (layer "F.Cu") (net 8) (tstamp 612e594d-8062-4dda-89f3-c4c924cadd82)) - (segment (start 56.154 123.037) (end 53.715 125.476) (width 0.2) (layer "F.Cu") (net 8) (tstamp 9512d80f-7197-4d72-9ff5-ed66c1523643)) - (segment (start 59.769 128.566) (end 58.795 129.54) (width 0.2) (layer "F.Cu") (net 8) (tstamp cee51322-3a1b-459d-b70a-df33d1434f80)) - (segment (start 58.795 129.54) (end 57.779 129.54) (width 0.2) (layer "F.Cu") (net 8) (tstamp d181d51e-1fb7-478e-aeda-016ebfa33422)) - (segment (start 67.564 130.852) (end 62.738 126.026) (width 0.2) (layer "F.Cu") (net 9) (tstamp 3642520c-275e-4f26-9daf-7fd9c2931b99)) - (segment (start 67.564 134.493) (end 67.564 130.852) (width 0.2) (layer "F.Cu") (net 9) (tstamp 40c1d9b5-6ef6-4a63-9799-5061386b6f59)) - (segment (start 62.027 125.315) (end 62.738 126.026) (width 0.254) (layer "F.Cu") (net 9) (tstamp 5ea7a35a-2002-4cfd-a4da-470c7300e82d)) - (segment (start 69.469 136.398) (end 67.564 134.493) (width 0.2) (layer "F.Cu") (net 9) (tstamp 6024577f-005a-456c-bf16-775fabf3f163)) - (segment (start 58.654 125.335) (end 58.795 125.476) (width 0.2) (layer "F.Cu") (net 9) (tstamp 6b4d0a99-8044-4788-a4ac-33af6b08bac6)) - (segment (start 62.188 125.476) (end 62.738 126.026) (width 0.2) (layer "F.Cu") (net 9) (tstamp 8d83cb60-05ff-409b-a0b6-5b3434bdec39)) - (segment (start 58.795 125.476) (end 62.188 125.476) (width 0.2) (layer "F.Cu") (net 9) (tstamp b8d6815d-1abe-4dbf-b0ae-b7355e115304)) - (segment (start 58.654 120.904) (end 58.654 125.335) (width 0.2) (layer "F.Cu") (net 9) (tstamp c520b3f8-8a31-4dbf-b052-fa1e8cb36bc8)) - (segment (start 74.404621 136.398) (end 69.469 136.398) (width 0.2) (layer "F.Cu") (net 9) (tstamp d4463418-a81c-4c94-965b-e5bdc5c510b4)) - (segment (start 76.904621 136.398) (end 74.152621 133.646) (width 0.2) (layer "F.Cu") (net 10) (tstamp 166e08db-34c0-49db-aab9-824ca64ec090)) - (segment (start 74.152621 133.646) (end 70.358 133.646) (width 0.2) (layer "F.Cu") (net 10) (tstamp bf9a9297-6c41-4d52-9021-4a86a8c62fb5)) - (segment (start 74.041 126.111) (end 77.00138 123.15062) (width 0.2) (layer "F.Cu") (net 11) (tstamp 0623c3fd-5ed9-4de6-9c6e-f20856b379b2)) - (segment (start 71.586 128.566) (end 74.041 126.111) (width 0.2) (layer "F.Cu") (net 11) (tstamp 2982e582-4407-4ab0-86b0-5e0a77e859fb)) - (segment (start 77.00138 123.15062) (end 77.00138 120.015) (width 0.2) (layer "F.Cu") (net 11) (tstamp d0273f23-0a98-4564-8d84-a40c4b1ad8f8)) - (segment (start 70.358 128.566) (end 71.586 128.566) (width 0.2) (layer "F.Cu") (net 11) (tstamp de493622-0679-44c2-a688-13cabb997e38)) - (segment (start 60.978997 65.405) (end 56.533997 60.96) (width 0.508) (layer "F.Cu") (net 12) (tstamp 007f7790-6001-4382-a1bd-f577ae371f9f)) - (segment (start 57.15 55.88) (end 57.15 56.869949) (width 0.508) (layer "F.Cu") (net 12) (tstamp 0d78dca5-f0cb-4661-bdcb-d8d6ebd5aa83)) - (segment (start 63.056888 62.776837) (end 63.056888 65.405) (width 0.508) (layer "F.Cu") (net 12) (tstamp 5845daff-c562-4fb5-aa06-df41f3c7b805)) - (segment (start 63.056888 65.405) (end 60.978997 65.405) (width 0.508) (layer "F.Cu") (net 12) (tstamp 9c16a1f4-044d-44fa-a7ff-19dd91c8494f)) - (segment (start 57.15 56.869949) (end 63.056888 62.776837) (width 0.508) (layer "F.Cu") (net 12) (tstamp 9dc9a452-2404-455d-8bf2-824e381525a1)) - (segment (start 56.533997 60.96) (end 52.705 60.96) (width 0.508) (layer "F.Cu") (net 12) (tstamp e8bae519-abbc-4268-b838-454219896e05)) - (segment (start 66.258 118.562) (end 68.346 120.65) (width 0.508) (layer "B.Cu") (net 12) (tstamp 0c551c22-9238-4667-a239-bd3e6a0ae190)) - (segment (start 66.258 102.179) (end 68.219 104.14) (width 0.508) (layer "B.Cu") (net 12) (tstamp 1793e13d-373c-4117-ac13-f191352642d7)) - (segment (start 66.258 101.219) (end 66.258 118.562) (width 0.508) (layer "B.Cu") (net 12) (tstamp 18d2cc3c-feca-4d26-8e51-d1e41c674b6c)) - (segment (start 67.965 69.215) (end 66.866888 69.215) (width 0.508) (layer "B.Cu") (net 12) (tstamp 1aed8f2f-9a98-4f2c-8df3-2abca44a8db7)) - (segment (start 68.346 120.65) (end 68.346 124.014) (width 0.508) (layer "B.Cu") (net 12) (tstamp 1d72c230-182f-4a42-bb62-3fbb863085ce)) - (segment (start 70.358 107.95) (end 70.358 106.279) (width 0.508) (layer "B.Cu") (net 12) (tstamp 1ed8654e-edd0-4da0-85e9-67f66d766657)) - (segment (start 67.965 69.215) (end 67.965 71.658) (width 0.508) (layer "B.Cu") (net 12) (tstamp 2a7a675b-7a00-4c81-8a61-34d1a4bbde2c)) - (segment (start 63.056888 65.405) (end 66.258 68.606112) (width 0.508) (layer "B.Cu") (net 12) (tstamp 55e57ee0-80af-4bcd-91cb-5e74afe15fff)) - (segment (start 66.258 68.606112) (end 66.258 101.219) (width 0.508) (layer "B.Cu") (net 12) (tstamp 58ba0fc6-10da-4efd-ad66-b12bba536f2d)) - (segment (start 68.346 124.014) (end 70.358 126.026) (width 0.508) (layer "B.Cu") (net 12) (tstamp 81a646c4-6f10-43a9-86ec-10cd6b1d8dad)) - (segment (start 70.358 106.279) (end 68.219 104.14) (width 0.508) (layer "B.Cu") (net 12) (tstamp b9499c9a-dd80-4269-8ce1-4a49d664189f)) - (segment (start 67.965 71.658) (end 70.358 74.051) (width 0.508) (layer "B.Cu") (net 12) (tstamp be05039f-7742-4736-931e-dcd3453459ca)) - (segment (start 66.258 101.219) (end 66.258 102.179) (width 0.508) (layer "B.Cu") (net 12) (tstamp c07b0d71-817d-4182-a3c0-651e1f1a9c40)) - (segment (start 66.866888 69.215) (end 66.258 68.606112) (width 0.508) (layer "B.Cu") (net 12) (tstamp c9f2155a-9ec9-4107-8e4c-2308fb0d3b79)) - (segment (start 58.825888 65.532) (end 56.793888 63.5) (width 0.508) (layer "F.Cu") (net 13) (tstamp 047da93b-7681-4f00-893f-464232764bad)) - (segment (start 64.623 135.531) (end 62.738 133.646) (width 0.508) (layer "F.Cu") (net 13) (tstamp 1650372a-4dd9-4aa5-a15c-a185f099d3fe)) - (segment (start 64.623 138.43) (end 64.623 135.531) (width 0.508) (layer "F.Cu") (net 13) (tstamp 43d35f0d-e8d6-410c-a6c6-f317f3307ce2)) - (segment (start 65.004 83.937) (end 62.738 81.671) (width 0.508) (layer "F.Cu") (net 13) (tstamp 4a8bb96b-9db0-45ab-9c0f-8090e3ee097b)) - (segment (start 65.004 86.36) (end 65.004 83.937) (width 0.508) (layer "F.Cu") (net 13) (tstamp 97ce4969-3d50-46f1-b3d1-4ced8139ace5)) - (segment (start 56.793888 63.5) (end 52.705 63.5) (width 0.508) (layer "F.Cu") (net 13) (tstamp d4f8c9bc-aa4c-46d7-8cc5-267c8af0c94b)) - (segment (start 64.283713 96.87) (end 63.596 97.557713) (width 0.508) (layer "B.Cu") (net 13) (tstamp 0ddb483c-059c-48b5-8dc6-90b24d721c42)) - (segment (start 58.825888 65.532) (end 65.004 71.710112) (width 0.508) (layer "B.Cu") (net 13) (tstamp 1136dc8c-5c94-4dc4-8602-fe22447cc643)) - (segment (start 63.596 97.557713) (end 63.596 106.014) (width 0.508) (layer "B.Cu") (net 13) (tstamp 1ac25e9e-004e-4b16-ae06-81efcddac3e4)) - (segment (start 64.293 96.87) (end 64.283713 96.87) (width 0.508) (layer "B.Cu") (net 13) (tstamp 3535b40a-a84f-4a21-b06c-bf055a8fe087)) - (segment (start 64.623 120.65) (end 64.623 138.43) (width 0.508) (layer "B.Cu") (net 13) (tstamp 353647f4-9ff3-4e8d-9dfd-86c7aa36a0b2)) - (segment (start 65.004 96.159) (end 64.293 96.87) (width 0.508) (layer "B.Cu") (net 13) (tstamp 3febdc2e-2a77-4f02-bd09-907adeb4e5ed)) - (segment (start 62.738 115.57) (end 62.738 118.765) (width 0.508) (layer "B.Cu") (net 13) (tstamp 587c7093-4b4f-4d2b-a20c-ed626558d446)) - (segment (start 64.623 107.041) (end 64.623 120.65) (width 0.508) (layer "B.Cu") (net 13) (tstamp 7c4a0a5e-a22a-4e4a-9251-7b40f328df80)) - (segment (start 58.825888 65.532) (end 58.825888 61.619888) (width 0.508) (layer "B.Cu") (net 13) (tstamp 7ea218cf-eea3-488a-a39d-811a894bd0e2)) - (segment (start 58.825888 61.619888) (end 57.15 59.944) (width 0.508) (layer "B.Cu") (net 13) (tstamp a4840d61-1fd3-441a-9338-b3fb4f423323)) - (segment (start 65.004 71.710112) (end 65.004 86.36) (width 0.508) (layer "B.Cu") (net 13) (tstamp aa05204d-bc04-427b-8492-0cef8b9b7623)) - (segment (start 62.738 118.765) (end 64.623 120.65) (width 0.508) (layer "B.Cu") (net 13) (tstamp bf3f25f8-5f5f-4de8-9915-6742251883d0)) - (segment (start 65.004 86.36) (end 65.004 96.159) (width 0.508) (layer "B.Cu") (net 13) (tstamp ce27231a-839c-4f5f-8121-4203c819021d)) - (segment (start 63.596 106.014) (end 64.623 107.041) (width 0.508) (layer "B.Cu") (net 13) (tstamp fa3ef521-05a8-4b8b-8919-478e275c0c8b)) - (segment (start 70.485 100.33) (end 75.763333 100.33) (width 0.254) (layer "F.Cu") (net 14) (tstamp 6a65ad26-3a1c-4140-87c2-83be2240e36c)) - (segment (start 75.763333 100.33) (end 83.932 92.161333) (width 0.254) (layer "F.Cu") (net 14) (tstamp e3f6bd6e-e7f7-483d-b4db-e62a9878e636)) - (segment (start 83.932 92.161333) (end 83.932 83.586) (width 0.254) (layer "F.Cu") (net 14) (tstamp f114a136-6c81-4180-871d-69253fabf5e0)) - (segment (start 70.358 76.591) (end 70.358 77.418682) (width 0.254) (layer "F.Cu") (net 15) (tstamp 004e0217-f41a-43cc-b3c9-0d12618ce223)) - (segment (start 70.358 77.418682) (end 75.565 82.625682) (width 0.254) (layer "F.Cu") (net 15) (tstamp 12692d6c-b216-4005-84cc-471c51dcd77d)) - (segment (start 73.406 92.71) (end 70.485 92.71) (width 0.254) (layer "F.Cu") (net 15) (tstamp 3f059b52-0a36-4de8-bf46-71f32c64fd4b)) - (segment (start 74.422 91.694) (end 73.406 92.71) (width 0.254) (layer "F.Cu") (net 15) (tstamp 4a479762-f290-4d55-b022-87cbd32b9904)) - (segment (start 81.869 71.363) (end 83.932 73.426) (width 0.254) (layer "F.Cu") (net 15) (tstamp 55b45353-7138-4bc1-b738-278ea1b37bfc)) - (segment (start 70.358 76.591) (end 72.255947 76.591) (width 0.254) (layer "F.Cu") (net 15) (tstamp 567a1947-fcbb-475d-820e-1e7e3f4f8f43)) - (segment (start 72.255947 76.591) (end 77.483947 71.363) (width 0.254) (layer "F.Cu") (net 15) (tstamp 5c39ba7a-9a02-4a48-b978-ace1d140f26d)) - (segment (start 60.96 102.616) (end 56.195 107.381) (width 0.254) (layer "F.Cu") (net 15) (tstamp 636727e9-3971-44a1-846f-851099be8af0)) - (segment (start 77.483947 71.363) (end 81.869 71.363) (width 0.254) (layer "F.Cu") (net 15) (tstamp 6f8462b4-5d5c-4cab-a780-7c2ac6b27a7f)) - (segment (start 74.422 91.694) (end 63.5 102.616) (width 0.254) (layer "F.Cu") (net 15) (tstamp 951c5865-0123-40c1-8f6b-601fdb79c735)) - (segment (start 56.195 107.381) (end 56.195 116.4025) (width 0.254) (layer "F.Cu") (net 15) (tstamp 9731daec-d8ef-4815-8449-eeeb76a85519)) - (segment (start 75.565 87.63) (end 75.565 90.551) (width 0.254) (layer "F.Cu") (net 15) (tstamp a6970dcd-0b74-4388-9660-922b53d564dd)) - (segment (start 63.5 102.616) (end 60.96 102.616) (width 0.254) (layer "F.Cu") (net 15) (tstamp c7e6754f-0d10-4271-88c1-8fb28dde25f8)) - (segment (start 75.565 90.551) (end 74.422 91.694) (width 0.254) (layer "F.Cu") (net 15) (tstamp c80fdddd-695b-4d0f-87d3-ab439b007572)) - (segment (start 75.565 82.625682) (end 75.565 87.63) (width 0.254) (layer "F.Cu") (net 15) (tstamp dfe6a48e-f968-4866-ab78-85f4e4799ef6)) - (segment (start 75.565 89.575) (end 75.565 87.63) (width 0.254) (layer "B.Cu") (net 15) (tstamp 4a9292ae-a08f-49f3-9a78-0134790286bf)) - (segment (start 86.32 100.33) (end 75.565 89.575) (width 0.254) (layer "B.Cu") (net 15) (tstamp b69ba01e-59dc-484c-aa87-b8f329dd899d)) - (segment (start 58.795 111.94625) (end 57.795 110.94625) (width 0.2) (layer "F.Cu") (net 16) (tstamp 49a0fbfa-5ca8-465e-8404-2ea83bbafd00)) - (segment (start 57.795 110.94625) (end 57.795 107.525786) (width 0.2) (layer "F.Cu") (net 16) (tstamp 92699e2a-82af-4911-b2e9-ac7d5422e6db)) - (segment (start 67.056 102.108) (end 79.263666 102.108) (width 0.2) (layer "F.Cu") (net 16) (tstamp bf3e34a9-2d31-4e02-84a6-1fe7c3acb036)) - (segment (start 79.263666 102.108) (end 81.041666 100.33) (width 0.2) (layer "F.Cu") (net 16) (tstamp c0725c5f-41f2-41ad-a3a1-9b3a9533424e)) - (segment (start 61.885104 103.435682) (end 65.728318 103.435682) (width 0.2) (layer "F.Cu") (net 16) (tstamp c6e9a4b8-bc39-4afe-9b64-7365d6040f6b)) - (segment (start 65.728318 103.435682) (end 67.056 102.108) (width 0.2) (layer "F.Cu") (net 16) (tstamp d9453b35-8a60-471e-9940-d125fc8e3acc)) - (segment (start 57.795 107.525786) (end 61.885104 103.435682) (width 0.2) (layer "F.Cu") (net 16) (tstamp f6abbea8-d7da-4618-a723-372ebdbeaac1)) - (segment (start 75.763333 95.051667) (end 81.041666 100.33) (width 0.254) (layer "B.Cu") (net 16) (tstamp 78eb867b-96a0-4427-b8e7-e5e3e8a2d30f)) - (segment (start 75.763333 92.71) (end 75.763333 95.051667) (width 0.254) (layer "B.Cu") (net 16) (tstamp 8e61238b-6848-422e-948e-4c813c5854dc)) - (segment (start 89.306 89.724) (end 86.32 92.71) (width 0.2) (layer "F.Cu") (net 17) (tstamp 540b58a0-6abc-487b-85a4-4da6070fc7a7)) - (segment (start 89.306 89.368) (end 89.306 89.724) (width 0.2) (layer "F.Cu") (net 17) (tstamp 6769edb0-599c-4983-babb-67183f576825)) - (segment (start 86.32 92.71) (end 81.041666 92.71) (width 0.254) (layer "B.Cu") (net 17) (tstamp 2b244f23-92d3-4552-8420-d513704a27a9)) - (segment (start 62.23 59.944) (end 77.343 59.944) (width 0.508) (layer "F.Cu") (net 18) (tstamp 022b2238-5551-4b95-b39d-d7f0cec7ae91)) - (segment (start 77.343 59.944) (end 79.883 57.404) (width 0.508) (layer "F.Cu") (net 18) (tstamp 3f4e55bc-e675-4a04-ae3f-54409f62aeb8)) - (segment (start 79.883 57.404) (end 79.883 54.864) (width 0.508) (layer "F.Cu") (net 18) (tstamp 92870103-03e6-46af-800a-ef24d2c795a9)) - (segment (start 77.343 57.404) (end 76.039 58.708) (width 0.508) (layer "F.Cu") (net 19) (tstamp 008629f3-aa5c-49e5-b682-5d1aefe9700a)) - (segment (start 65.058 58.708) (end 62.23 55.88) (width 0.508) (layer "F.Cu") (net 19) (tstamp 35780547-3b25-448b-a9de-0ea3e1bca982)) - (segment (start 77.343 54.864) (end 77.343 57.404) (width 0.508) (layer "F.Cu") (net 19) (tstamp 4eb8e4a8-6604-4380-85d6-ee369a7d1088)) - (segment (start 76.039 58.708) (end 65.058 58.708) (width 0.508) (layer "F.Cu") (net 19) (tstamp 52df5da4-3b7d-492a-be0e-bf58d4034bc9)) - (segment (start 69.723 57.404) (end 69.723 54.864) (width 0.508) (layer "B.Cu") (net 20) (tstamp 0c45af4c-2c3f-4fff-90ee-ca96c3854d5c)) - (segment (start 56.896 54.102) (end 68.961 54.102) (width 0.254) (layer "B.Cu") (net 20) (tstamp 9b6f0857-0cb6-4756-9b58-179057fe144e)) - (segment (start 52.705 66.04) (end 55.499 63.246) (width 0.254) (layer "B.Cu") (net 20) (tstamp a275b087-3103-402c-a045-310555b7e18f)) - (segment (start 55.499 63.246) (end 55.499 55.499) (width 0.254) (layer "B.Cu") (net 20) (tstamp a5130982-2383-4513-ad75-3d011551117b)) - (segment (start 68.961 54.102) (end 69.723 54.864) (width 0.254) (layer "B.Cu") (net 20) (tstamp ed6f969f-435a-47cc-abe4-aa45d40eeb84)) - (segment (start 55.499 55.499) (end 56.896 54.102) (width 0.254) (layer "B.Cu") (net 20) (tstamp ff150872-9a7f-4200-ae81-1506d7a665d3)) - (segment (start 55.728181 117.5295) (end 71.772102 117.5295) (width 0.254) (layer "F.Cu") (net 21) (tstamp 0bb00eff-5e08-4539-84da-4a1a93e9120a)) - (segment (start 79.248 110.053602) (end 71.772102 117.5295) (width 0.254) (layer "F.Cu") (net 21) (tstamp 2e412f7f-2307-4347-8c13-98bdb2e737f3)) - (segment (start 88.129 116.714) (end 88.129 132.216) (width 0.254) (layer "F.Cu") (net 21) (tstamp 72a71786-e77d-4ca3-a073-0729984386e7)) - (segment (start 54.81 109.035) (end 53.715 107.94) (width 0.254) (layer "F.Cu") (net 21) (tstamp 9e823a94-0d0f-44ea-93e4-be08d8ad6745)) - (segment (start 79.4705 142.3355) (end 78.74 141.605) (width 0.254) (layer "F.Cu") (net 21) (tstamp abf3c935-3fab-419f-86c7-2e6683b3d44b)) - (segment (start 54.81 116.611319) (end 54.81 109.035) (width 0.254) (layer "F.Cu") (net 21) (tstamp c104b22a-3e11-479b-9585-6322d3cf2ae7)) - (segment (start 88.129 132.216) (end 78.74 141.605) (width 0.254) (layer "F.Cu") (net 21) (tstamp da556eee-0d8e-41b8-bcc3-987fd2923a6a)) - (segment (start 79.248 107.833) (end 88.129 116.714) (width 0.254) (layer "F.Cu") (net 21) (tstamp e68e96ca-5c0a-48a9-8627-1f013ac5f84f)) - (segment (start 55.728181 117.5295) (end 54.81 116.611319) (width 0.254) (layer "F.Cu") (net 21) (tstamp e7be0db4-d8da-4867-b1c5-64faacbb5d99)) - (segment (start 79.4705 147.498) (end 79.4705 142.3355) (width 0.254) (layer "F.Cu") (net 21) (tstamp ecdbe289-840f-4ec2-9b1c-f2db2a01547d)) - (segment (start 79.248 107.833) (end 79.248 110.053602) (width 0.254) (layer "F.Cu") (net 21) (tstamp f27a5b0c-19f6-43a4-8004-0632b1e4d6e5)) - (segment (start 63.0875 147.498) (end 63.0875 142.07625) (width 0.254) (layer "F.Cu") (net 22) (tstamp 0ec2fff4-74a1-48e1-b452-7c52ae3bfd51)) - (segment (start 63.0875 142.07625) (end 58.795 137.78375) (width 0.254) (layer "F.Cu") (net 22) (tstamp 9f0d2579-1c8e-44ad-9cf5-b80907bbbe53)) - (segment (start 58.795 137.78375) (end 58.795 133.7775) (width 0.254) (layer "F.Cu") (net 22) (tstamp befec644-dffb-435d-a65b-7195543b43e8)) - (segment (start 60.0665 133.7775) (end 62.738 131.106) (width 0.254) (layer "F.Cu") (net 22) (tstamp c3f9c6f1-27f1-4ae2-8a4b-1a79510ab687)) - (segment (start 58.795 133.7775) (end 60.0665 133.7775) (width 0.254) (layer "F.Cu") (net 22) (tstamp e86e7a92-c835-4d47-a7b0-e4d9768e21d0)) - (segment (start 73.701381 119.215001) (end 54.901999 119.215001) (width 0.2) (layer "F.Cu") (net 23) (tstamp 1ff9934c-65c4-4c4d-8961-bf302051f078)) - (segment (start 74.50138 120.015) (end 73.701381 119.215001) (width 0.2) (layer "F.Cu") (net 23) (tstamp 7fa153fc-5fb7-43b6-9813-a4f350cf8014)) - (segment (start 54.901999 119.215001) (end 52.705 121.412) (width 0.2) (layer "F.Cu") (net 23) (tstamp e303b66e-935e-4667-a30b-037e61ca5369)) - (segment (start 51.4 115.027) (end 51.4 83.595) (width 0.2) (layer "F.Cu") (net 24) (tstamp 01b62d7c-c30b-4fcd-bc77-610894f23a6d)) - (segment (start 51.4 83.595) (end 53.715 81.28) (width 0.2) (layer "F.Cu") (net 24) (tstamp 8e7d858c-9634-4960-bdb7-94a9fc53b220)) - (segment (start 52.705 116.332) (end 51.4 115.027) (width 0.2) (layer "F.Cu") (net 24) (tstamp d15dd9bc-d6ad-4f4d-8f0a-c2f05ce60033)) - (segment (start 86.472 83.586) (end 89.306 86.42) (width 0.2) (layer "F.Cu") (net 25) (tstamp 5dc85ec8-2a12-4ce9-a068-01ac8701055d)) - (segment (start 89.306 86.42) (end 89.306 86.828) (width 0.2) (layer "F.Cu") (net 25) (tstamp ce6e7ea7-f47f-45aa-8de1-8d7a42648509)) - (segment (start 59.055 81.28) (end 59.055 85.09) (width 0.2) (layer "F.Cu") (net 26) (tstamp 165e8283-c351-4d0c-ad4b-5635c92b31e3)) - (segment (start 59.055 81.28) (end 60.589 81.28) (width 0.2) (layer "F.Cu") (net 26) (tstamp 6601308f-37ee-40c0-94a3-d458a7ebcfa6)) - (segment (start 60.589 81.28) (end 62.738 79.131) (width 0.2) (layer "F.Cu") (net 26) (tstamp 867eb377-6c2e-4dc7-9c9f-417c50d1b713)) - (segment (start 54.975 72.66) (end 61.347 72.66) (width 0.2) (layer "F.Cu") (net 27) (tstamp 2089364f-3d5a-4a01-8587-ae92b37b87e0)) - (segment (start 74.295 72.39) (end 64.399 72.39) (width 0.2) (layer "F.Cu") (net 27) (tstamp 2be82a93-7d0d-49ff-a67d-ed15bd8fe73e)) - (segment (start 53.975 73.66) (end 54.975 72.66) (width 0.2) (layer "F.Cu") (net 27) (tstamp 607a6779-838d-46f8-981c-7d20b9528478)) - (segment (start 61.347 72.66) (end 62.738 74.051) (width 0.2) (layer "F.Cu") (net 27) (tstamp 9a9a0d5c-0ef6-4a96-aed2-e0961fd5cbfe)) - (segment (start 64.399 72.39) (end 62.738 74.051) (width 0.2) (layer "F.Cu") (net 27) (tstamp a8346468-d6f3-47fc-8f4e-6a6f084d8fa3)) - (segment (start 61.859 77.47) (end 62.738 76.591) (width 0.2) (layer "F.Cu") (net 28) (tstamp 76e0b1ff-d0ec-4c75-9215-e4bdf74a8d70)) - (segment (start 59.055 73.66) (end 59.055 77.47) (width 0.2) (layer "F.Cu") (net 28) (tstamp b44a9a0f-0d2b-46b0-a99e-060ed8b8e681)) - (segment (start 59.055 77.47) (end 61.859 77.47) (width 0.2) (layer "F.Cu") (net 28) (tstamp c8b25139-3518-4adc-b7de-4c70dcbb352e)) - (segment (start 79.375 72.39) (end 81.538 74.553) (width 0.254) (layer "F.Cu") (net 29) (tstamp 088c3289-ea32-474f-8e9a-ce2bb6a5dfc8)) - (segment (start 76.345 76.845) (end 76.345 75.42) (width 0.254) (layer "F.Cu") (net 29) (tstamp 6fbe8af9-27fd-4ca7-86ff-e9829ee58617)) - (segment (start 76.345 75.42) (end 79.375 72.39) (width 0.254) (layer "F.Cu") (net 29) (tstamp 70157736-bffe-4d00-8e5f-c1f5d211053c)) - (segment (start 85.345 74.553) (end 86.472 73.426) (width 0.254) (layer "F.Cu") (net 29) (tstamp b3469095-6742-476b-83e9-d2accfdddbfe)) - (segment (start 81.538 74.553) (end 85.345 74.553) (width 0.254) (layer "F.Cu") (net 29) (tstamp e16dfc00-7151-4aa0-9d5e-6e8d529a5f7c)) - (segment (start 72.644 76.845) (end 70.358 79.131) (width 0.254) (layer "B.Cu") (net 29) (tstamp 371a491a-80a3-4b25-9cef-16bd0dfcf75e)) - (segment (start 76.345 76.845) (end 72.644 76.845) (width 0.254) (layer "B.Cu") (net 29) (tstamp 4843861a-2fea-4f78-a056-b74eaea30db5)) - (segment (start 73.015 107.833) (end 70.358 110.49) (width 0.254) (layer "F.Cu") (net 30) (tstamp 2ebd802a-7458-4ee4-9a1a-cf77149eafed)) - (segment (start 74.168 107.833) (end 73.015 107.833) (width 0.254) (layer "F.Cu") (net 30) (tstamp 30fea0ea-b986-4429-a00c-ed00a83dd75b)) - (segment (start 70.358 113.03) (end 70.358 110.49) (width 0.254) (layer "F.Cu") (net 30) (tstamp 395b8474-2e40-407b-93bf-780c35f29310)) - (segment (start 70.358 115.57) (end 69.231 116.697) (width 0.254) (layer "F.Cu") (net 31) (tstamp 07314128-5fc0-4f67-b348-df027051467a)) - (segment (start 61.214 116.078) (end 61.214 109.474) (width 0.254) (layer "F.Cu") (net 31) (tstamp 170ac2d3-cac9-49ae-82df-dc2c75c8b92d)) - (segment (start 58.795 107.94) (end 62.728 107.94) (width 0.254) (layer "F.Cu") (net 31) (tstamp 3f92d9e0-afad-4425-8008-67fb4beddf34)) - (segment (start 62.728 107.94) (end 62.738 107.95) (width 0.254) (layer "F.Cu") (net 31) (tstamp 76f5f881-e120-45f0-aa75-0962d810d9a3)) - (segment (start 61.214 109.474) (end 62.738 107.95) (width 0.254) (layer "F.Cu") (net 31) (tstamp 8f999506-aea6-499c-ab81-e06240dc5a89)) - (segment (start 69.231 116.697) (end 61.833 116.697) (width 0.254) (layer "F.Cu") (net 31) (tstamp 9c835ef8-91ac-4a63-addb-5f68cef8cc09)) - (segment (start 61.833 116.697) (end 61.214 116.078) (width 0.254) (layer "F.Cu") (net 31) (tstamp e271ed26-6a43-4983-abd6-572f11ac9f6e)) - (segment (start 70.358 131.106) (end 72.856 131.106) (width 0.2) (layer "F.Cu") (net 32) (tstamp 5b8bb72b-93ae-4089-9c6d-ee2a9d390ff0)) - (segment (start 74.041 129.921) (end 77.851 126.111) (width 0.2) (layer "F.Cu") (net 32) (tstamp 76550a2e-67de-4ee2-9b38-2038f37963dd)) - (segment (start 72.856 131.106) (end 74.041 129.921) (width 0.2) (layer "F.Cu") (net 32) (tstamp 8cfdea35-de6d-4426-adca-ab352b66b870)) - (segment (start 77.851 126.111) (end 79.121 126.111) (width 0.2) (layer "F.Cu") (net 32) (tstamp cabbe425-bfa8-4d8a-801f-158dc32dcd83)) - (segment (start 76.345 79.385) (end 76.345 81.925) (width 0.254) (layer "F.Cu") (net 33) (tstamp 058e6944-1566-4dd8-bff4-38cc6655a61b)) - (segment (start 80.645 87.63) (end 80.645 86.225) (width 0.254) (layer "F.Cu") (net 33) (tstamp c027e8b2-f186-4174-a75c-4975646711b6)) - (segment (start 80.645 86.225) (end 76.345 81.925) (width 0.254) (layer "F.Cu") (net 33) (tstamp cb825de3-f75c-4759-9545-aefbfabf94cb)) - - (zone (net 7) (net_name "GND") (layer "B.Cu") (tstamp ee5cc524-6ad5-4fff-8409-f82ebeca1099) (hatch edge 0.5) - (connect_pads (clearance 0.5)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 50.8 50.8) - (xy 91.059 50.8) - (xy 91.059 158.877) - (xy 50.927 159.004) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 90.542539 51.320185) - (xy 90.588294 51.372989) - (xy 90.5995 51.4245) - (xy 90.5995 85.927506) - (xy 90.579815 85.994545) - (xy 90.527011 86.0403) - (xy 90.457853 86.050244) - (xy 90.394297 86.021219) - (xy 90.373925 85.998629) - (xy 90.344494 85.956597) - (xy 90.177402 85.789506) - (xy 90.177395 85.789501) - (xy 89.983834 85.653967) - (xy 89.98383 85.653965) - (xy 89.942143 85.634526) - (xy 89.769663 85.554097) - (xy 89.769659 85.554096) - (xy 89.769655 85.554094) - (xy 89.541413 85.492938) - (xy 89.541403 85.492936) - (xy 89.306001 85.472341) - (xy 89.305999 85.472341) - (xy 89.070596 85.492936) - (xy 89.070586 85.492938) - (xy 88.842344 85.554094) - (xy 88.842335 85.554098) - (xy 88.628171 85.653964) - (xy 88.628169 85.653965) - (xy 88.434597 85.789505) - (xy 88.267505 85.956597) - (xy 88.131965 86.150169) - (xy 88.131964 86.150171) - (xy 88.066528 86.2905) - (xy 88.034119 86.360002) - (xy 88.032098 86.364335) - (xy 88.032094 86.364344) - (xy 87.970938 86.592586) - (xy 87.970936 86.592596) - (xy 87.950341 86.827999) - (xy 87.950341 86.828) - (xy 87.970936 87.063403) - (xy 87.970938 87.063413) - (xy 88.032094 87.291655) - (xy 88.032096 87.291659) - (xy 88.032097 87.291663) - (xy 88.099804 87.43686) - (xy 88.131965 87.50583) - (xy 88.131967 87.505834) - (xy 88.218909 87.629999) - (xy 88.267501 87.699396) - (xy 88.267506 87.699402) - (xy 88.38943 87.821326) - (xy 88.422915 87.882649) - (xy 88.417931 87.952341) - (xy 88.376059 88.008274) - (xy 88.345083 88.025189) - (xy 88.213669 88.074203) - (xy 88.213664 88.074206) - (xy 88.098455 88.160452) - (xy 88.098452 88.160455) - (xy 88.012206 88.275664) - (xy 88.012202 88.275671) - (xy 87.961908 88.410517) - (xy 87.955501 88.470116) - (xy 87.9555 88.470135) - (xy 87.9555 90.26587) - (xy 87.955501 90.265876) - (xy 87.961908 90.325483) - (xy 88.012202 90.460328) - (xy 88.012206 90.460335) - (xy 88.098452 90.575544) - (xy 88.098455 90.575547) - (xy 88.213664 90.661793) - (xy 88.213671 90.661797) - (xy 88.348517 90.712091) - (xy 88.348516 90.712091) - (xy 88.355444 90.712835) - (xy 88.408127 90.7185) - (xy 90.203872 90.718499) - (xy 90.263483 90.712091) - (xy 90.398331 90.661796) - (xy 90.401187 90.659657) - (xy 90.404531 90.658409) - (xy 90.406114 90.657546) - (xy 90.406238 90.657773) - (xy 90.46665 90.635239) - (xy 90.534923 90.650089) - (xy 90.58433 90.699492) - (xy 90.5995 90.758923) - (xy 90.5995 158.3555) - (xy 90.579815 158.422539) - (xy 90.527011 158.468294) - (xy 90.4755 158.4795) - (xy 51.4245 158.4795) - (xy 51.357461 158.459815) - (xy 51.311706 158.407011) - (xy 51.3005 158.3555) - (xy 51.3005 156.44) - (xy 51.984341 156.44) - (xy 52.004936 156.675403) - (xy 52.004938 156.675413) - (xy 52.066094 156.903655) - (xy 52.066096 156.903659) - (xy 52.066097 156.903663) - (xy 52.116031 157.010746) - (xy 52.165964 157.117828) - (xy 52.165965 157.11783) - (xy 52.301505 157.311402) - (xy 52.468597 157.478494) - (xy 52.662169 157.614034) - (xy 52.662171 157.614035) - (xy 52.876337 157.713903) - (xy 53.104592 157.775063) - (xy 53.281034 157.7905) - (xy 53.398966 157.7905) - (xy 53.575408 157.775063) - (xy 53.803663 157.713903) - (xy 54.017829 157.614035) - (xy 54.211401 157.478495) - (xy 54.378495 157.311401) - (xy 54.514035 157.11783) - (xy 54.613903 156.903663) - (xy 54.675063 156.675408) - (xy 54.695659 156.44) - (xy 87.204341 156.44) - (xy 87.224936 156.675403) - (xy 87.224938 156.675413) - (xy 87.286094 156.903655) - (xy 87.286096 156.903659) - (xy 87.286097 156.903663) - (xy 87.336031 157.010746) - (xy 87.385964 157.117828) - (xy 87.385965 157.11783) - (xy 87.521505 157.311402) - (xy 87.688597 157.478494) - (xy 87.882169 157.614034) - (xy 87.882171 157.614035) - (xy 88.096337 157.713903) - (xy 88.324592 157.775063) - (xy 88.501034 157.7905) - (xy 88.618966 157.7905) - (xy 88.795408 157.775063) - (xy 89.023663 157.713903) - (xy 89.237829 157.614035) - (xy 89.431401 157.478495) - (xy 89.598495 157.311401) - (xy 89.734035 157.11783) - (xy 89.833903 156.903663) - (xy 89.895063 156.675408) - (xy 89.915659 156.44) - (xy 89.895063 156.204592) - (xy 89.833903 155.976337) - (xy 89.734035 155.762171) - (xy 89.734034 155.762169) - (xy 89.598494 155.568597) - (xy 89.431402 155.401505) - (xy 89.23783 155.265965) - (xy 89.237828 155.265964) - (xy 89.130746 155.216031) - (xy 89.023663 155.166097) - (xy 89.023659 155.166096) - (xy 89.023655 155.166094) - (xy 88.795413 155.104938) - (xy 88.795403 155.104936) - (xy 88.618966 155.0895) - (xy 88.501034 155.0895) - (xy 88.324596 155.104936) - (xy 88.324586 155.104938) - (xy 88.096344 155.166094) - (xy 88.096335 155.166098) - (xy 87.882171 155.265964) - (xy 87.882169 155.265965) - (xy 87.688597 155.401505) - (xy 87.521506 155.568597) - (xy 87.521501 155.568604) - (xy 87.385967 155.762165) - (xy 87.385965 155.762169) - (xy 87.286098 155.976335) - (xy 87.286094 155.976344) - (xy 87.224938 156.204586) - (xy 87.224936 156.204596) - (xy 87.204341 156.439999) - (xy 87.204341 156.44) - (xy 54.695659 156.44) - (xy 54.675063 156.204592) - (xy 54.613903 155.976337) - (xy 54.514035 155.762171) - (xy 54.514034 155.762169) - (xy 54.378494 155.568597) - (xy 54.211402 155.401505) - (xy 54.01783 155.265965) - (xy 54.017828 155.265964) - (xy 53.910746 155.216031) - (xy 53.803663 155.166097) - (xy 53.803659 155.166096) - (xy 53.803655 155.166094) - (xy 53.575413 155.104938) - (xy 53.575403 155.104936) - (xy 53.398966 155.0895) - (xy 53.281034 155.0895) - (xy 53.104596 155.104936) - (xy 53.104586 155.104938) - (xy 52.876344 155.166094) - (xy 52.876335 155.166098) - (xy 52.662171 155.265964) - (xy 52.662169 155.265965) - (xy 52.468597 155.401505) - (xy 52.301506 155.568597) - (xy 52.301501 155.568604) - (xy 52.165967 155.762165) - (xy 52.165965 155.762169) - (xy 52.066098 155.976335) - (xy 52.066094 155.976344) - (xy 52.004938 156.204586) - (xy 52.004936 156.204596) - (xy 51.984341 156.439999) - (xy 51.984341 156.44) - (xy 51.3005 156.44) - (xy 51.3005 149.098001) - (xy 55.932391 149.098001) - (xy 55.9528 149.383362) - (xy 56.013609 149.662895) - (xy 56.113591 149.930958) - (xy 56.250691 150.182038) - (xy 56.250696 150.182046) - (xy 56.357382 150.324561) - (xy 56.357383 150.324562) - (xy 57.075848 149.606096) - (xy 57.142646 149.713263) - (xy 57.282768 149.860671) - (xy 57.427585 149.961467) - (xy 56.710936 150.678115) - (xy 56.85346 150.784807) - (xy 56.853461 150.784808) - (xy 57.104542 150.921908) - (xy 57.104541 150.921908) - (xy 57.372604 151.02189) - (xy 57.652137 151.082699) - (xy 57.937499 151.103109) - (xy 57.937501 151.103109) - (xy 58.222862 151.082699) - (xy 58.502395 151.02189) - (xy 58.770458 150.921908) - (xy 59.021547 150.784803) - (xy 59.164061 150.678116) - (xy 59.164062 150.678115) - (xy 58.445625 149.959678) - (xy 58.511714 149.922996) - (xy 58.666031 149.79052) - (xy 58.790521 149.629692) - (xy 58.801125 149.608072) - (xy 59.517615 150.324562) - (xy 59.517616 150.324561) - (xy 59.624303 150.182047) - (xy 59.761408 149.930958) - (xy 59.86139 149.662895) - (xy 59.922199 149.383362) - (xy 59.942609 149.098001) - (xy 59.942609 149.097998) - (xy 59.922199 148.812637) - (xy 59.86139 148.533104) - (xy 59.761408 148.265041) - (xy 59.624308 148.013961) - (xy 59.624307 148.01396) - (xy 59.517615 147.871436) - (xy 58.79915 148.589901) - (xy 58.732354 148.482737) - (xy 58.592232 148.335329) - (xy 58.447413 148.234532) - (xy 59.164062 147.517883) - (xy 59.164061 147.517882) - (xy 59.137507 147.498004) - (xy 61.307021 147.498004) - (xy 61.326905 147.763357) - (xy 61.326905 147.763359) - (xy 61.384102 148.013953) - (xy 61.386123 148.022805) - (xy 61.483344 148.270521) - (xy 61.616399 148.50098) - (xy 61.668497 148.566308) - (xy 61.78232 148.709037) - (xy 61.893899 148.812566) - (xy 61.97739 148.890035) - (xy 62.197261 149.03994) - (xy 62.437014 149.155399) - (xy 62.437015 149.155399) - (xy 62.437018 149.155401) - (xy 62.691306 149.233839) - (xy 62.691307 149.233839) - (xy 62.69131 149.23384) - (xy 62.954437 149.273499) - (xy 62.954442 149.273499) - (xy 62.954445 149.2735) - (xy 62.954446 149.2735) - (xy 63.220554 149.2735) - (xy 63.220555 149.2735) - (xy 63.220562 149.273499) - (xy 63.483689 149.23384) - (xy 63.48369 149.233839) - (xy 63.483694 149.233839) - (xy 63.737982 149.155401) - (xy 63.857175 149.098001) - (xy 66.232391 149.098001) - (xy 66.2528 149.383362) - (xy 66.313609 149.662895) - (xy 66.413591 149.930958) - (xy 66.550691 150.182038) - (xy 66.550696 150.182046) - (xy 66.657382 150.324561) - (xy 66.657383 150.324562) - (xy 67.375848 149.606096) - (xy 67.442646 149.713263) - (xy 67.582768 149.860671) - (xy 67.727585 149.961467) - (xy 67.010936 150.678115) - (xy 67.15346 150.784807) - (xy 67.153461 150.784808) - (xy 67.404542 150.921908) - (xy 67.404541 150.921908) - (xy 67.672604 151.02189) - (xy 67.952137 151.082699) - (xy 68.237499 151.103109) - (xy 68.237501 151.103109) - (xy 68.522862 151.082699) - (xy 68.802395 151.02189) - (xy 69.070458 150.921908) - (xy 69.321547 150.784803) - (xy 69.464061 150.678116) - (xy 69.464062 150.678115) - (xy 68.745625 149.959678) - (xy 68.811714 149.922996) - (xy 68.966031 149.79052) - (xy 69.090521 149.629692) - (xy 69.101125 149.608072) - (xy 69.817615 150.324562) - (xy 69.817616 150.324561) - (xy 69.924303 150.182047) - (xy 70.061408 149.930958) - (xy 70.16139 149.662895) - (xy 70.222199 149.383362) - (xy 70.242609 149.098001) - (xy 72.31489 149.098001) - (xy 72.335304 149.383433) - (xy 72.396128 149.663037) - (xy 72.39613 149.663043) - (xy 72.396131 149.663046) - (xy 72.469842 149.860671) - (xy 72.496135 149.931166) - (xy 72.63327 150.182309) - (xy 72.633275 150.182317) - (xy 72.804754 150.411387) - (xy 72.80477 150.411405) - (xy 73.007094 150.613729) - (xy 73.007112 150.613745) - (xy 73.236182 150.785224) - (xy 73.23619 150.785229) - (xy 73.487333 150.922364) - (xy 73.487332 150.922364) - (xy 73.487336 150.922365) - (xy 73.487339 150.922367) - (xy 73.755454 151.022369) - (xy 73.75546 151.02237) - (xy 73.755462 151.022371) - (xy 74.035066 151.083195) - (xy 74.035068 151.083195) - (xy 74.035072 151.083196) - (xy 74.28872 151.101337) - (xy 74.320499 151.10361) - (xy 74.3205 151.10361) - (xy 74.320501 151.10361) - (xy 74.349095 151.101564) - (xy 74.605928 151.083196) - (xy 74.885546 151.022369) - (xy 75.153661 150.922367) - (xy 75.404815 150.785226) - (xy 75.633895 150.613739) - (xy 75.836239 150.411395) - (xy 76.007726 150.182315) - (xy 76.144867 149.931161) - (xy 76.244869 149.663046) - (xy 76.305696 149.383428) - (xy 76.32611 149.098) - (xy 76.305696 148.812572) - (xy 76.283173 148.709037) - (xy 76.244871 148.532962) - (xy 76.24487 148.53296) - (xy 76.244869 148.532954) - (xy 76.144867 148.264839) - (xy 76.09543 148.174303) - (xy 76.007729 148.01369) - (xy 76.007724 148.013682) - (xy 75.836245 147.784612) - (xy 75.836229 147.784594) - (xy 75.633905 147.58227) - (xy 75.633887 147.582254) - (xy 75.521342 147.498004) - (xy 77.690021 147.498004) - (xy 77.709905 147.763357) - (xy 77.709905 147.763359) - (xy 77.767102 148.013953) - (xy 77.769123 148.022805) - (xy 77.866344 148.270521) - (xy 77.999399 148.50098) - (xy 78.051497 148.566308) - (xy 78.16532 148.709037) - (xy 78.276899 148.812566) - (xy 78.36039 148.890035) - (xy 78.580261 149.03994) - (xy 78.820014 149.155399) - (xy 78.820015 149.155399) - (xy 78.820018 149.155401) - (xy 79.074306 149.233839) - (xy 79.074307 149.233839) - (xy 79.07431 149.23384) - (xy 79.337437 149.273499) - (xy 79.337442 149.273499) - (xy 79.337445 149.2735) - (xy 79.337446 149.2735) - (xy 79.603554 149.2735) - (xy 79.603555 149.2735) - (xy 79.603562 149.273499) - (xy 79.866689 149.23384) - (xy 79.86669 149.233839) - (xy 79.866694 149.233839) - (xy 80.120982 149.155401) - (xy 80.240175 149.098001) - (xy 82.61489 149.098001) - (xy 82.635304 149.383433) - (xy 82.696128 149.663037) - (xy 82.69613 149.663043) - (xy 82.696131 149.663046) - (xy 82.769842 149.860671) - (xy 82.796135 149.931166) - (xy 82.93327 150.182309) - (xy 82.933275 150.182317) - (xy 83.104754 150.411387) - (xy 83.10477 150.411405) - (xy 83.307094 150.613729) - (xy 83.307112 150.613745) - (xy 83.536182 150.785224) - (xy 83.53619 150.785229) - (xy 83.787333 150.922364) - (xy 83.787332 150.922364) - (xy 83.787336 150.922365) - (xy 83.787339 150.922367) - (xy 84.055454 151.022369) - (xy 84.05546 151.02237) - (xy 84.055462 151.022371) - (xy 84.335066 151.083195) - (xy 84.335068 151.083195) - (xy 84.335072 151.083196) - (xy 84.58872 151.101337) - (xy 84.620499 151.10361) - (xy 84.6205 151.10361) - (xy 84.620501 151.10361) - (xy 84.649095 151.101564) - (xy 84.905928 151.083196) - (xy 85.185546 151.022369) - (xy 85.453661 150.922367) - (xy 85.704815 150.785226) - (xy 85.933895 150.613739) - (xy 86.136239 150.411395) - (xy 86.307726 150.182315) - (xy 86.444867 149.931161) - (xy 86.544869 149.663046) - (xy 86.605696 149.383428) - (xy 86.62611 149.098) - (xy 86.605696 148.812572) - (xy 86.583173 148.709037) - (xy 86.544871 148.532962) - (xy 86.54487 148.53296) - (xy 86.544869 148.532954) - (xy 86.444867 148.264839) - (xy 86.39543 148.174303) - (xy 86.307729 148.01369) - (xy 86.307724 148.013682) - (xy 86.136245 147.784612) - (xy 86.136229 147.784594) - (xy 85.933905 147.58227) - (xy 85.933887 147.582254) - (xy 85.704817 147.410775) - (xy 85.704809 147.41077) - (xy 85.453666 147.273635) - (xy 85.453667 147.273635) - (xy 85.343736 147.232633) - (xy 85.185546 147.173631) - (xy 85.185543 147.17363) - (xy 85.185537 147.173628) - (xy 84.905933 147.112804) - (xy 84.620501 147.09239) - (xy 84.620499 147.09239) - (xy 84.335066 147.112804) - (xy 84.055462 147.173628) - (xy 83.787333 147.273635) - (xy 83.53619 147.41077) - (xy 83.536182 147.410775) - (xy 83.307112 147.582254) - (xy 83.307094 147.58227) - (xy 83.10477 147.784594) - (xy 83.104754 147.784612) - (xy 82.933275 148.013682) - (xy 82.93327 148.01369) - (xy 82.796135 148.264833) - (xy 82.696128 148.532962) - (xy 82.635304 148.812566) - (xy 82.61489 149.097998) - (xy 82.61489 149.098001) - (xy 80.240175 149.098001) - (xy 80.36074 149.03994) - (xy 80.58061 148.890035) - (xy 80.775683 148.709033) - (xy 80.941601 148.50098) - (xy 81.074656 148.270521) - (xy 81.171877 148.022805) - (xy 81.231093 147.763367) - (xy 81.250979 147.498) - (xy 81.244442 147.410774) - (xy 81.231094 147.232642) - (xy 81.231094 147.23264) - (xy 81.231093 147.232636) - (xy 81.231093 147.232633) - (xy 81.171877 146.973195) - (xy 81.074656 146.725479) - (xy 80.941601 146.49502) - (xy 80.775683 146.286967) - (xy 80.775682 146.286966) - (xy 80.775679 146.286962) - (xy 80.58061 146.105965) - (xy 80.580607 146.105963) - (xy 80.36074 145.95606) - (xy 80.360736 145.956058) - (xy 80.360733 145.956056) - (xy 80.360732 145.956055) - (xy 80.120984 145.8406) - (xy 80.120986 145.8406) - (xy 79.866695 145.762161) - (xy 79.866689 145.762159) - (xy 79.603562 145.7225) - (xy 79.603555 145.7225) - (xy 79.337445 145.7225) - (xy 79.337437 145.7225) - (xy 79.07431 145.762159) - (xy 79.074304 145.762161) - (xy 78.820014 145.8406) - (xy 78.580269 145.956055) - (xy 78.58026 145.95606) - (xy 78.360392 146.105963) - (xy 78.16532 146.286962) - (xy 77.999399 146.49502) - (xy 77.866344 146.725478) - (xy 77.769125 146.973189) - (xy 77.76912 146.973206) - (xy 77.709905 147.23264) - (xy 77.709905 147.232642) - (xy 77.690021 147.497995) - (xy 77.690021 147.498004) - (xy 75.521342 147.498004) - (xy 75.404817 147.410775) - (xy 75.404809 147.41077) - (xy 75.153666 147.273635) - (xy 75.153667 147.273635) - (xy 75.043736 147.232633) - (xy 74.885546 147.173631) - (xy 74.885543 147.17363) - (xy 74.885537 147.173628) - (xy 74.605933 147.112804) - (xy 74.320501 147.09239) - (xy 74.320499 147.09239) - (xy 74.035066 147.112804) - (xy 73.755462 147.173628) - (xy 73.487333 147.273635) - (xy 73.23619 147.41077) - (xy 73.236182 147.410775) - (xy 73.007112 147.582254) - (xy 73.007094 147.58227) - (xy 72.80477 147.784594) - (xy 72.804754 147.784612) - (xy 72.633275 148.013682) - (xy 72.63327 148.01369) - (xy 72.496135 148.264833) - (xy 72.396128 148.532962) - (xy 72.335304 148.812566) - (xy 72.31489 149.097998) - (xy 72.31489 149.098001) - (xy 70.242609 149.098001) - (xy 70.242609 149.097998) - (xy 70.222199 148.812637) - (xy 70.16139 148.533104) - (xy 70.061408 148.265041) - (xy 69.924308 148.013961) - (xy 69.924307 148.01396) - (xy 69.817615 147.871436) - (xy 69.09915 148.589901) - (xy 69.032354 148.482737) - (xy 68.892232 148.335329) - (xy 68.747413 148.234532) - (xy 69.464062 147.517883) - (xy 69.464061 147.517882) - (xy 69.321546 147.411196) - (xy 69.321538 147.411191) - (xy 69.070457 147.274091) - (xy 69.070458 147.274091) - (xy 68.802395 147.174109) - (xy 68.522862 147.1133) - (xy 68.237501 147.092891) - (xy 68.237499 147.092891) - (xy 67.952137 147.1133) - (xy 67.672604 147.174109) - (xy 67.404541 147.274091) - (xy 67.153461 147.411191) - (xy 67.153453 147.411196) - (xy 67.010937 147.517882) - (xy 67.010936 147.517883) - (xy 67.729374 148.236321) - (xy 67.663286 148.273004) - (xy 67.508969 148.40548) - (xy 67.384479 148.566308) - (xy 67.373874 148.587927) - (xy 66.657383 147.871436) - (xy 66.657382 147.871437) - (xy 66.550696 148.013953) - (xy 66.550691 148.013961) - (xy 66.413591 148.265041) - (xy 66.313609 148.533104) - (xy 66.2528 148.812637) - (xy 66.232391 149.097998) - (xy 66.232391 149.098001) - (xy 63.857175 149.098001) - (xy 63.97774 149.03994) - (xy 64.19761 148.890035) - (xy 64.392683 148.709033) - (xy 64.558601 148.50098) - (xy 64.691656 148.270521) - (xy 64.788877 148.022805) - (xy 64.848093 147.763367) - (xy 64.867979 147.498) - (xy 64.861442 147.410774) - (xy 64.848094 147.232642) - (xy 64.848094 147.23264) - (xy 64.848093 147.232636) - (xy 64.848093 147.232633) - (xy 64.788877 146.973195) - (xy 64.691656 146.725479) - (xy 64.558601 146.49502) - (xy 64.392683 146.286967) - (xy 64.392682 146.286966) - (xy 64.392679 146.286962) - (xy 64.19761 146.105965) - (xy 64.197607 146.105963) - (xy 63.97774 145.95606) - (xy 63.977736 145.956058) - (xy 63.977733 145.956056) - (xy 63.977732 145.956055) - (xy 63.737984 145.8406) - (xy 63.737986 145.8406) - (xy 63.483695 145.762161) - (xy 63.483689 145.762159) - (xy 63.220562 145.7225) - (xy 63.220555 145.7225) - (xy 62.954445 145.7225) - (xy 62.954437 145.7225) - (xy 62.69131 145.762159) - (xy 62.691304 145.762161) - (xy 62.437014 145.8406) - (xy 62.197269 145.956055) - (xy 62.19726 145.95606) - (xy 61.977392 146.105963) - (xy 61.78232 146.286962) - (xy 61.616399 146.49502) - (xy 61.483344 146.725478) - (xy 61.386125 146.973189) - (xy 61.38612 146.973206) - (xy 61.326905 147.23264) - (xy 61.326905 147.232642) - (xy 61.307021 147.497995) - (xy 61.307021 147.498004) - (xy 59.137507 147.498004) - (xy 59.021546 147.411196) - (xy 59.021538 147.411191) - (xy 58.770457 147.274091) - (xy 58.770458 147.274091) - (xy 58.502395 147.174109) - (xy 58.222862 147.1133) - (xy 57.937501 147.092891) - (xy 57.937499 147.092891) - (xy 57.652137 147.1133) - (xy 57.372604 147.174109) - (xy 57.104541 147.274091) - (xy 56.853461 147.411191) - (xy 56.853453 147.411196) - (xy 56.710937 147.517882) - (xy 56.710936 147.517883) - (xy 57.429374 148.236321) - (xy 57.363286 148.273004) - (xy 57.208969 148.40548) - (xy 57.084479 148.566308) - (xy 57.073874 148.587927) - (xy 56.357383 147.871436) - (xy 56.357382 147.871437) - (xy 56.250696 148.013953) - (xy 56.250691 148.013961) - (xy 56.113591 148.265041) - (xy 56.013609 148.533104) - (xy 55.9528 148.812637) - (xy 55.932391 149.097998) - (xy 55.932391 149.098001) - (xy 51.3005 149.098001) - (xy 51.3005 142.240001) - (xy 54.889532 142.240001) - (xy 54.909364 142.466686) - (xy 54.909366 142.466697) - (xy 54.968258 142.686488) - (xy 54.968261 142.686497) - (xy 55.064431 142.892732) - (xy 55.064432 142.892734) - (xy 55.194954 143.079141) - (xy 55.355858 143.240045) - (xy 55.355861 143.240047) - (xy 55.542266 143.370568) - (xy 55.748504 143.466739) - (xy 55.968308 143.525635) - (xy 56.13023 143.539801) - (xy 56.194998 143.545468) - (xy 56.195 143.545468) - (xy 56.195002 143.545468) - (xy 56.251673 143.540509) - (xy 56.421692 143.525635) - (xy 56.641496 143.466739) - (xy 56.847734 143.370568) - (xy 57.034139 143.240047) - (xy 57.195047 143.079139) - (xy 57.325568 142.892734) - (xy 57.332893 142.877023) - (xy 57.379062 142.824586) - (xy 57.446254 142.805432) - (xy 57.513136 142.825645) - (xy 57.557657 142.877023) - (xy 57.564865 142.892481) - (xy 57.564866 142.892483) - (xy 57.615973 142.965471) - (xy 57.615974 142.965472) - (xy 58.297046 142.284399) - (xy 58.309835 142.365148) - (xy 58.367359 142.478045) - (xy 58.456955 142.567641) - (xy 58.569852 142.625165) - (xy 58.650599 142.637953) - (xy 57.969526 143.319025) - (xy 57.969526 143.319026) - (xy 58.042512 143.370131) - (xy 58.042516 143.370133) - (xy 58.248673 143.466265) - (xy 58.248682 143.466269) - (xy 58.468389 143.525139) - (xy 58.4684 143.525141) - (xy 58.694998 143.544966) - (xy 58.695002 143.544966) - (xy 58.921599 143.525141) - (xy 58.92161 143.525139) - (xy 59.141317 143.466269) - (xy 59.141331 143.466264) - (xy 59.347478 143.370136) - (xy 59.420472 143.319025) - (xy 58.739401 142.637953) - (xy 58.820148 142.625165) - (xy 58.933045 142.567641) - (xy 59.022641 142.478045) - (xy 59.080165 142.365148) - (xy 59.092953 142.2844) - (xy 59.774025 142.965472) - (xy 59.825136 142.892478) - (xy 59.921264 142.686331) - (xy 59.921269 142.686317) - (xy 59.980139 142.46661) - (xy 59.980141 142.466599) - (xy 59.999966 142.240002) - (xy 59.999966 142.239997) - (xy 59.980141 142.0134) - (xy 59.980139 142.013389) - (xy 59.921269 141.793682) - (xy 59.921265 141.793673) - (xy 59.833286 141.605) - (xy 72.454357 141.605) - (xy 72.474884 141.826535) - (xy 72.474885 141.826537) - (xy 72.535769 142.040523) - (xy 72.535775 142.040538) - (xy 72.634938 142.239683) - (xy 72.634943 142.239691) - (xy 72.76902 142.417238) - (xy 72.933437 142.567123) - (xy 72.933439 142.567125) - (xy 73.122595 142.684245) - (xy 73.122596 142.684245) - (xy 73.122599 142.684247) - (xy 73.33006 142.764618) - (xy 73.548757 142.8055) - (xy 73.548759 142.8055) - (xy 73.771241 142.8055) - (xy 73.771243 142.8055) - (xy 73.98994 142.764618) - (xy 74.197401 142.684247) - (xy 74.386562 142.567124) - (xy 74.550981 142.417236) - (xy 74.685058 142.239689) - (xy 74.784229 142.040528) - (xy 74.845115 141.826536) - (xy 74.865643 141.605) - (xy 77.534357 141.605) - (xy 77.554884 141.826535) - (xy 77.554885 141.826537) - (xy 77.615769 142.040523) - (xy 77.615775 142.040538) - (xy 77.714938 142.239683) - (xy 77.714943 142.239691) - (xy 77.84902 142.417238) - (xy 78.013437 142.567123) - (xy 78.013439 142.567125) - (xy 78.202595 142.684245) - (xy 78.202596 142.684245) - (xy 78.202599 142.684247) - (xy 78.41006 142.764618) - (xy 78.628757 142.8055) - (xy 78.628759 142.8055) - (xy 78.851241 142.8055) - (xy 78.851243 142.8055) - (xy 79.06994 142.764618) - (xy 79.277401 142.684247) - (xy 79.466562 142.567124) - (xy 79.630981 142.417236) - (xy 79.765058 142.239689) - (xy 79.864229 142.040528) - (xy 79.925115 141.826536) - (xy 79.945643 141.605) - (xy 79.937259 141.514526) - (xy 79.925115 141.383464) - (xy 79.925114 141.383462) - (xy 79.884282 141.239953) - (xy 79.864229 141.169472) - (xy 79.864224 141.169461) - (xy 79.765061 140.970316) - (xy 79.765056 140.970308) - (xy 79.630979 140.792761) - (xy 79.466562 140.642876) - (xy 79.46656 140.642874) - (xy 79.277404 140.525754) - (xy 79.277398 140.525752) - (xy 79.06994 140.445382) - (xy 78.851243 140.4045) - (xy 78.628757 140.4045) - (xy 78.41006 140.445382) - (xy 78.278864 140.496207) - (xy 78.202601 140.525752) - (xy 78.202595 140.525754) - (xy 78.013439 140.642874) - (xy 78.013437 140.642876) - (xy 77.84902 140.792761) - (xy 77.714943 140.970308) - (xy 77.714938 140.970316) - (xy 77.615775 141.169461) - (xy 77.615769 141.169476) - (xy 77.554885 141.383462) - (xy 77.554884 141.383464) - (xy 77.534357 141.604999) - (xy 77.534357 141.605) - (xy 74.865643 141.605) - (xy 74.857259 141.514526) - (xy 74.845115 141.383464) - (xy 74.845114 141.383462) - (xy 74.804282 141.239953) - (xy 74.784229 141.169472) - (xy 74.784224 141.169461) - (xy 74.685061 140.970316) - (xy 74.685056 140.970308) - (xy 74.550979 140.792761) - (xy 74.386562 140.642876) - (xy 74.38656 140.642874) - (xy 74.197404 140.525754) - (xy 74.197398 140.525752) - (xy 73.98994 140.445382) - (xy 73.771243 140.4045) - (xy 73.548757 140.4045) - (xy 73.33006 140.445382) - (xy 73.198864 140.496207) - (xy 73.122601 140.525752) - (xy 73.122595 140.525754) - (xy 72.933439 140.642874) - (xy 72.933437 140.642876) - (xy 72.76902 140.792761) - (xy 72.634943 140.970308) - (xy 72.634938 140.970316) - (xy 72.535775 141.169461) - (xy 72.535769 141.169476) - (xy 72.474885 141.383462) - (xy 72.474884 141.383464) - (xy 72.454357 141.604999) - (xy 72.454357 141.605) - (xy 59.833286 141.605) - (xy 59.825133 141.587516) - (xy 59.825131 141.587512) - (xy 59.774026 141.514526) - (xy 59.774025 141.514526) - (xy 59.092953 142.195598) - (xy 59.080165 142.114852) - (xy 59.022641 142.001955) - (xy 58.933045 141.912359) - (xy 58.820148 141.854835) - (xy 58.7394 141.842046) - (xy 59.420472 141.160974) - (xy 59.420471 141.160973) - (xy 59.347483 141.109866) - (xy 59.347481 141.109865) - (xy 59.141326 141.013734) - (xy 59.141317 141.01373) - (xy 58.92161 140.95486) - (xy 58.921599 140.954858) - (xy 58.695002 140.935034) - (xy 58.694998 140.935034) - (xy 58.4684 140.954858) - (xy 58.468389 140.95486) - (xy 58.248682 141.01373) - (xy 58.248673 141.013734) - (xy 58.042513 141.109868) - (xy 57.969527 141.160972) - (xy 57.969526 141.160973) - (xy 58.6506 141.842046) - (xy 58.569852 141.854835) - (xy 58.456955 141.912359) - (xy 58.367359 142.001955) - (xy 58.309835 142.114852) - (xy 58.297046 142.195599) - (xy 57.615973 141.514526) - (xy 57.615972 141.514527) - (xy 57.564868 141.587512) - (xy 57.557656 141.602979) - (xy 57.511482 141.655417) - (xy 57.444288 141.674567) - (xy 57.377407 141.65435) - (xy 57.332893 141.602976) - (xy 57.325568 141.587266) - (xy 57.195047 141.400861) - (xy 57.195045 141.400858) - (xy 57.034141 141.239954) - (xy 56.847734 141.109432) - (xy 56.847732 141.109431) - (xy 56.641497 141.013261) - (xy 56.641488 141.013258) - (xy 56.421697 140.954366) - (xy 56.421693 140.954365) - (xy 56.421692 140.954365) - (xy 56.421691 140.954364) - (xy 56.421686 140.954364) - (xy 56.195002 140.934532) - (xy 56.194998 140.934532) - (xy 55.968313 140.954364) - (xy 55.968302 140.954366) - (xy 55.748511 141.013258) - (xy 55.748502 141.013261) - (xy 55.542267 141.109431) - (xy 55.542265 141.109432) - (xy 55.355858 141.239954) - (xy 55.194954 141.400858) - (xy 55.064432 141.587265) - (xy 55.064431 141.587267) - (xy 54.968261 141.793502) - (xy 54.968258 141.793511) - (xy 54.909366 142.013302) - (xy 54.909364 142.013313) - (xy 54.889532 142.239998) - (xy 54.889532 142.240001) - (xy 51.3005 142.240001) - (xy 51.3005 137.78375) - (xy 52.509357 137.78375) - (xy 52.529884 138.005285) - (xy 52.529885 138.005287) - (xy 52.590769 138.219273) - (xy 52.590775 138.219288) - (xy 52.689938 138.418433) - (xy 52.689943 138.418441) - (xy 52.82402 138.595988) - (xy 52.988437 138.745873) - (xy 52.988439 138.745875) - (xy 53.177595 138.862995) - (xy 53.177596 138.862995) - (xy 53.177599 138.862997) - (xy 53.38506 138.943368) - (xy 53.603757 138.98425) - (xy 53.603759 138.98425) - (xy 53.826241 138.98425) - (xy 53.826243 138.98425) - (xy 54.04494 138.943368) - (xy 54.252401 138.862997) - (xy 54.441562 138.745874) - (xy 54.605981 138.595986) - (xy 54.740058 138.418439) - (xy 54.839229 138.219278) - (xy 54.900115 138.005286) - (xy 54.920643 137.78375) - (xy 57.589357 137.78375) - (xy 57.609884 138.005285) - (xy 57.609885 138.005287) - (xy 57.670769 138.219273) - (xy 57.670775 138.219288) - (xy 57.769938 138.418433) - (xy 57.769943 138.418441) - (xy 57.90402 138.595988) - (xy 58.068437 138.745873) - (xy 58.068439 138.745875) - (xy 58.257595 138.862995) - (xy 58.257596 138.862995) - (xy 58.257599 138.862997) - (xy 58.46506 138.943368) - (xy 58.683757 138.98425) - (xy 58.683759 138.98425) - (xy 58.906241 138.98425) - (xy 58.906243 138.98425) - (xy 59.12494 138.943368) - (xy 59.332401 138.862997) - (xy 59.521562 138.745874) - (xy 59.685981 138.595986) - (xy 59.820058 138.418439) - (xy 59.919229 138.219278) - (xy 59.980115 138.005286) - (xy 60.000643 137.78375) - (xy 60.000042 137.777269) - (xy 59.980115 137.562214) - (xy 59.980114 137.562212) - (xy 59.978217 137.555546) - (xy 59.919229 137.348222) - (xy 59.897949 137.305486) - (xy 59.820061 137.149066) - (xy 59.820056 137.149058) - (xy 59.685979 136.971511) - (xy 59.521562 136.821626) - (xy 59.52156 136.821624) - (xy 59.332404 136.704504) - (xy 59.332398 136.704502) - (xy 59.12494 136.624132) - (xy 58.906243 136.58325) - (xy 58.683757 136.58325) - (xy 58.46506 136.624132) - (xy 58.333864 136.674957) - (xy 58.257601 136.704502) - (xy 58.257595 136.704504) - (xy 58.068439 136.821624) - (xy 58.068437 136.821626) - (xy 57.90402 136.971511) - (xy 57.769943 137.149058) - (xy 57.769938 137.149066) - (xy 57.670775 137.348211) - (xy 57.670769 137.348226) - (xy 57.609885 137.562212) - (xy 57.609884 137.562214) - (xy 57.589357 137.783749) - (xy 57.589357 137.78375) - (xy 54.920643 137.78375) - (xy 54.920042 137.777269) - (xy 54.900115 137.562214) - (xy 54.900114 137.562212) - (xy 54.898217 137.555546) - (xy 54.839229 137.348222) - (xy 54.817949 137.305486) - (xy 54.740061 137.149066) - (xy 54.740056 137.149058) - (xy 54.605979 136.971511) - (xy 54.441562 136.821626) - (xy 54.44156 136.821624) - (xy 54.252404 136.704504) - (xy 54.252398 136.704502) - (xy 54.04494 136.624132) - (xy 53.826243 136.58325) - (xy 53.603757 136.58325) - (xy 53.38506 136.624132) - (xy 53.253864 136.674957) - (xy 53.177601 136.704502) - (xy 53.177595 136.704504) - (xy 52.988439 136.821624) - (xy 52.988437 136.821626) - (xy 52.82402 136.971511) - (xy 52.689943 137.149058) - (xy 52.689938 137.149066) - (xy 52.590775 137.348211) - (xy 52.590769 137.348226) - (xy 52.529885 137.562212) - (xy 52.529884 137.562214) - (xy 52.509357 137.783749) - (xy 52.509357 137.78375) - (xy 51.3005 137.78375) - (xy 51.3005 134.0275) - (xy 52.538505 134.0275) - (xy 52.591239 134.212849) - (xy 52.690368 134.411925) - (xy 52.824391 134.5894) - (xy 52.988738 134.739221) - (xy 53.17782 134.856297) - (xy 53.177822 134.856298) - (xy 53.385195 134.936635) - (xy 53.465 134.951552) - (xy 53.465 134.0275) - (xy 52.538505 134.0275) - (xy 51.3005 134.0275) - (xy 51.3005 133.806802) - (xy 53.361372 133.806802) - (xy 53.390047 133.920038) - (xy 53.453936 134.017827) - (xy 53.546115 134.089572) - (xy 53.656595 134.1275) - (xy 53.744005 134.1275) - (xy 53.830216 134.113114) - (xy 53.932947 134.057519) - (xy 53.960581 134.0275) - (xy 53.965 134.0275) - (xy 53.965 134.951552) - (xy 54.044804 134.936635) - (xy 54.252177 134.856298) - (xy 54.252179 134.856297) - (xy 54.441261 134.739221) - (xy 54.605608 134.5894) - (xy 54.739631 134.411925) - (xy 54.83876 134.212849) - (xy 54.891495 134.0275) - (xy 53.965 134.0275) - (xy 53.960581 134.0275) - (xy 54.01206 133.971579) - (xy 54.058982 133.864608) - (xy 54.0662 133.7775) - (xy 57.589357 133.7775) - (xy 57.609884 133.999035) - (xy 57.609885 133.999037) - (xy 57.670769 134.213023) - (xy 57.670775 134.213038) - (xy 57.769938 134.412183) - (xy 57.769943 134.412191) - (xy 57.90402 134.589738) - (xy 58.068437 134.739623) - (xy 58.068439 134.739625) - (xy 58.257595 134.856745) - (xy 58.257596 134.856745) - (xy 58.257599 134.856747) - (xy 58.46506 134.937118) - (xy 58.683757 134.978) - (xy 58.683759 134.978) - (xy 58.906241 134.978) - (xy 58.906243 134.978) - (xy 59.12494 134.937118) - (xy 59.332401 134.856747) - (xy 59.521562 134.739624) - (xy 59.685981 134.589736) - (xy 59.820058 134.412189) - (xy 59.919229 134.213028) - (xy 59.980115 133.999036) - (xy 60.000643 133.7775) - (xy 59.980115 133.555964) - (xy 59.919229 133.341972) - (xy 59.919224 133.341961) - (xy 59.820061 133.142816) - (xy 59.820056 133.142808) - (xy 59.685979 132.965261) - (xy 59.521562 132.815376) - (xy 59.52156 132.815374) - (xy 59.332404 132.698254) - (xy 59.332398 132.698252) - (xy 59.12494 132.617882) - (xy 58.906243 132.577) - (xy 58.683757 132.577) - (xy 58.46506 132.617882) - (xy 58.392601 132.645953) - (xy 58.257601 132.698252) - (xy 58.257595 132.698254) - (xy 58.068439 132.815374) - (xy 58.068437 132.815376) - (xy 57.90402 132.965261) - (xy 57.769943 133.142808) - (xy 57.769938 133.142816) - (xy 57.670775 133.341961) - (xy 57.670769 133.341976) - (xy 57.609885 133.555962) - (xy 57.609884 133.555964) - (xy 57.589357 133.777499) - (xy 57.589357 133.7775) - (xy 54.0662 133.7775) - (xy 54.068628 133.748198) - (xy 54.039953 133.634962) - (xy 53.976064 133.537173) - (xy 53.883885 133.465428) - (xy 53.773405 133.4275) - (xy 53.685995 133.4275) - (xy 53.599784 133.441886) - (xy 53.497053 133.497481) - (xy 53.41794 133.583421) - (xy 53.371018 133.690392) - (xy 53.361372 133.806802) - (xy 51.3005 133.806802) - (xy 51.3005 133.5275) - (xy 52.538505 133.5275) - (xy 53.465 133.5275) - (xy 53.465 132.603446) - (xy 53.965 132.603446) - (xy 53.965 133.5275) - (xy 54.891495 133.5275) - (xy 54.83876 133.34215) - (xy 54.739631 133.143074) - (xy 54.605608 132.965599) - (xy 54.441261 132.815778) - (xy 54.252179 132.698702) - (xy 54.252177 132.698701) - (xy 54.044799 132.618364) - (xy 53.965 132.603446) - (xy 53.465 132.603446) - (xy 53.3852 132.618364) - (xy 53.177822 132.698701) - (xy 53.17782 132.698702) - (xy 52.988738 132.815778) - (xy 52.824391 132.965599) - (xy 52.690368 133.143074) - (xy 52.591239 133.34215) - (xy 52.538505 133.5275) - (xy 51.3005 133.5275) - (xy 51.3005 129.79) - (xy 52.538505 129.79) - (xy 52.591239 129.975349) - (xy 52.690368 130.174425) - (xy 52.824391 130.3519) - (xy 52.988738 130.501721) - (xy 53.17782 130.618797) - (xy 53.177822 130.618798) - (xy 53.385195 130.699135) - (xy 53.465 130.714052) - (xy 53.465 129.79) - (xy 52.538505 129.79) - (xy 51.3005 129.79) - (xy 51.3005 129.569302) - (xy 53.361372 129.569302) - (xy 53.390047 129.682538) - (xy 53.453936 129.780327) - (xy 53.546115 129.852072) - (xy 53.656595 129.89) - (xy 53.744005 129.89) - (xy 53.830216 129.875614) - (xy 53.932947 129.820019) - (xy 53.960581 129.79) - (xy 53.965 129.79) - (xy 53.965 130.714052) - (xy 54.044804 130.699135) - (xy 54.252177 130.618798) - (xy 54.252179 130.618797) - (xy 54.441261 130.501721) - (xy 54.605608 130.3519) - (xy 54.739631 130.174425) - (xy 54.83876 129.975349) - (xy 54.891495 129.79) - (xy 53.965 129.79) - (xy 53.960581 129.79) - (xy 54.01206 129.734079) - (xy 54.058982 129.627108) - (xy 54.0662 129.54) - (xy 57.589357 129.54) - (xy 57.609884 129.761535) - (xy 57.609885 129.761537) - (xy 57.670769 129.975523) - (xy 57.670775 129.975538) - (xy 57.769938 130.174683) - (xy 57.769943 130.174691) - (xy 57.90402 130.352238) - (xy 58.068437 130.502123) - (xy 58.068439 130.502125) - (xy 58.257595 130.619245) - (xy 58.257596 130.619245) - (xy 58.257599 130.619247) - (xy 58.46506 130.699618) - (xy 58.683757 130.7405) - (xy 58.683759 130.7405) - (xy 58.906241 130.7405) - (xy 58.906243 130.7405) - (xy 59.12494 130.699618) - (xy 59.332401 130.619247) - (xy 59.521562 130.502124) - (xy 59.681273 130.356528) - (xy 59.685979 130.352238) - (xy 59.686235 130.3519) - (xy 59.820058 130.174689) - (xy 59.919229 129.975528) - (xy 59.980115 129.761536) - (xy 60.000643 129.54) - (xy 59.988146 129.405139) - (xy 59.980115 129.318464) - (xy 59.980114 129.318462) - (xy 59.971041 129.286574) - (xy 59.919229 129.104472) - (xy 59.873431 129.012497) - (xy 59.820061 128.905316) - (xy 59.820056 128.905308) - (xy 59.685979 128.727761) - (xy 59.521562 128.577876) - (xy 59.52156 128.577874) - (xy 59.332404 128.460754) - (xy 59.332398 128.460752) - (xy 59.12494 128.380382) - (xy 58.906243 128.3395) - (xy 58.683757 128.3395) - (xy 58.46506 128.380382) - (xy 58.333864 128.431207) - (xy 58.257601 128.460752) - (xy 58.257595 128.460754) - (xy 58.068439 128.577874) - (xy 58.068437 128.577876) - (xy 57.90402 128.727761) - (xy 57.769943 128.905308) - (xy 57.769938 128.905316) - (xy 57.670775 129.104461) - (xy 57.670769 129.104476) - (xy 57.609885 129.318462) - (xy 57.609884 129.318464) - (xy 57.589357 129.539999) - (xy 57.589357 129.54) - (xy 54.0662 129.54) - (xy 54.068628 129.510698) - (xy 54.039953 129.397462) - (xy 53.976064 129.299673) - (xy 53.883885 129.227928) - (xy 53.773405 129.19) - (xy 53.685995 129.19) - (xy 53.599784 129.204386) - (xy 53.497053 129.259981) - (xy 53.41794 129.345921) - (xy 53.371018 129.452892) - (xy 53.361372 129.569302) - (xy 51.3005 129.569302) - (xy 51.3005 129.29) - (xy 52.538505 129.29) - (xy 53.465 129.29) - (xy 53.465 128.365946) - (xy 53.965 128.365946) - (xy 53.965 129.29) - (xy 54.891495 129.29) - (xy 54.83876 129.10465) - (xy 54.739631 128.905574) - (xy 54.605608 128.728099) - (xy 54.441261 128.578278) - (xy 54.252179 128.461202) - (xy 54.252177 128.461201) - (xy 54.044799 128.380864) - (xy 53.965 128.365946) - (xy 53.465 128.365946) - (xy 53.3852 128.380864) - (xy 53.177822 128.461201) - (xy 53.17782 128.461202) - (xy 52.988738 128.578278) - (xy 52.824391 128.728099) - (xy 52.690368 128.905574) - (xy 52.591239 129.10465) - (xy 52.538505 129.29) - (xy 51.3005 129.29) - (xy 51.3005 125.476) - (xy 52.509357 125.476) - (xy 52.529884 125.697535) - (xy 52.529885 125.697537) - (xy 52.590769 125.911523) - (xy 52.590775 125.911538) - (xy 52.689938 126.110683) - (xy 52.689943 126.110691) - (xy 52.82402 126.288238) - (xy 52.988437 126.438123) - (xy 52.988439 126.438125) - (xy 53.177595 126.555245) - (xy 53.177596 126.555245) - (xy 53.177599 126.555247) - (xy 53.38506 126.635618) - (xy 53.603757 126.6765) - (xy 53.603759 126.6765) - (xy 53.826241 126.6765) - (xy 53.826243 126.6765) - (xy 54.04494 126.635618) - (xy 54.252401 126.555247) - (xy 54.441562 126.438124) - (xy 54.605981 126.288236) - (xy 54.740058 126.110689) - (xy 54.839229 125.911528) - (xy 54.900115 125.697536) - (xy 54.920643 125.476) - (xy 57.589357 125.476) - (xy 57.609884 125.697535) - (xy 57.609885 125.697537) - (xy 57.670769 125.911523) - (xy 57.670775 125.911538) - (xy 57.769938 126.110683) - (xy 57.769943 126.110691) - (xy 57.90402 126.288238) - (xy 58.068437 126.438123) - (xy 58.068439 126.438125) - (xy 58.257595 126.555245) - (xy 58.257596 126.555245) - (xy 58.257599 126.555247) - (xy 58.46506 126.635618) - (xy 58.683757 126.6765) - (xy 58.683759 126.6765) - (xy 58.906241 126.6765) - (xy 58.906243 126.6765) - (xy 59.12494 126.635618) - (xy 59.332401 126.555247) - (xy 59.521562 126.438124) - (xy 59.685981 126.288236) - (xy 59.820058 126.110689) - (xy 59.919229 125.911528) - (xy 59.980115 125.697536) - (xy 60.000643 125.476) - (xy 59.980115 125.254464) - (xy 59.919229 125.040472) - (xy 59.914888 125.031754) - (xy 59.820061 124.841316) - (xy 59.820056 124.841308) - (xy 59.685979 124.663761) - (xy 59.521562 124.513876) - (xy 59.52156 124.513874) - (xy 59.332404 124.396754) - (xy 59.332398 124.396752) - (xy 59.12494 124.316382) - (xy 58.906243 124.2755) - (xy 58.683757 124.2755) - (xy 58.46506 124.316382) - (xy 58.333864 124.367207) - (xy 58.257601 124.396752) - (xy 58.257595 124.396754) - (xy 58.068439 124.513874) - (xy 58.068437 124.513876) - (xy 57.90402 124.663761) - (xy 57.769943 124.841308) - (xy 57.769938 124.841316) - (xy 57.670775 125.040461) - (xy 57.670769 125.040476) - (xy 57.609885 125.254462) - (xy 57.609884 125.254464) - (xy 57.589357 125.475999) - (xy 57.589357 125.476) - (xy 54.920643 125.476) - (xy 54.900115 125.254464) - (xy 54.839229 125.040472) - (xy 54.834888 125.031754) - (xy 54.740061 124.841316) - (xy 54.740056 124.841308) - (xy 54.605979 124.663761) - (xy 54.441562 124.513876) - (xy 54.44156 124.513874) - (xy 54.252404 124.396754) - (xy 54.252398 124.396752) - (xy 54.04494 124.316382) - (xy 53.826243 124.2755) - (xy 53.603757 124.2755) - (xy 53.38506 124.316382) - (xy 53.253864 124.367207) - (xy 53.177601 124.396752) - (xy 53.177595 124.396754) - (xy 52.988439 124.513874) - (xy 52.988437 124.513876) - (xy 52.82402 124.663761) - (xy 52.689943 124.841308) - (xy 52.689938 124.841316) - (xy 52.590775 125.040461) - (xy 52.590769 125.040476) - (xy 52.529885 125.254462) - (xy 52.529884 125.254464) - (xy 52.509357 125.475999) - (xy 52.509357 125.476) - (xy 51.3005 125.476) - (xy 51.3005 122.153427) - (xy 51.320185 122.086388) - (xy 51.372989 122.040633) - (xy 51.442147 122.030689) - (xy 51.505703 122.059714) - (xy 51.527256 122.085818) - (xy 51.52786 122.085396) - (xy 51.530965 122.08983) - (xy 51.666505 122.283401) - (xy 51.833599 122.450495) - (xy 51.930384 122.518265) - (xy 52.027165 122.586032) - (xy 52.027167 122.586033) - (xy 52.02717 122.586035) - (xy 52.241337 122.685903) - (xy 52.469592 122.747063) - (xy 52.657918 122.763539) - (xy 52.704999 122.767659) - (xy 52.705 122.767659) - (xy 52.705001 122.767659) - (xy 52.744234 122.764226) - (xy 52.940408 122.747063) - (xy 53.168663 122.685903) - (xy 53.38283 122.586035) - (xy 53.576401 122.450495) - (xy 53.743495 122.283401) - (xy 53.879035 122.08983) - (xy 53.978903 121.875663) - (xy 54.040063 121.647408) - (xy 54.060659 121.412) - (xy 54.040063 121.176592) - (xy 53.978903 120.948337) - (xy 53.958229 120.904001) - (xy 54.848532 120.904001) - (xy 54.868364 121.130686) - (xy 54.868366 121.130697) - (xy 54.927258 121.350488) - (xy 54.927261 121.350497) - (xy 55.023431 121.556732) - (xy 55.023432 121.556734) - (xy 55.153954 121.743141) - (xy 55.314858 121.904045) - (xy 55.314861 121.904047) - (xy 55.501266 122.034568) - (xy 55.707504 122.130739) - (xy 55.927308 122.189635) - (xy 56.08923 122.203801) - (xy 56.153998 122.209468) - (xy 56.154 122.209468) - (xy 56.154002 122.209468) - (xy 56.210673 122.204509) - (xy 56.380692 122.189635) - (xy 56.600496 122.130739) - (xy 56.806734 122.034568) - (xy 56.993139 121.904047) - (xy 57.154047 121.743139) - (xy 57.284568 121.556734) - (xy 57.291618 121.541614) - (xy 57.337789 121.489176) - (xy 57.404982 121.470023) - (xy 57.471864 121.490238) - (xy 57.516381 121.541614) - (xy 57.523432 121.556733) - (xy 57.523432 121.556734) - (xy 57.653954 121.743141) - (xy 57.814858 121.904045) - (xy 57.814861 121.904047) - (xy 58.001266 122.034568) - (xy 58.207504 122.130739) - (xy 58.427308 122.189635) - (xy 58.58923 122.203801) - (xy 58.653998 122.209468) - (xy 58.654 122.209468) - (xy 58.654002 122.209468) - (xy 58.710673 122.204509) - (xy 58.880692 122.189635) - (xy 59.100496 122.130739) - (xy 59.306734 122.034568) - (xy 59.493139 121.904047) - (xy 59.654047 121.743139) - (xy 59.784568 121.556734) - (xy 59.880739 121.350496) - (xy 59.939635 121.130692) - (xy 59.959468 120.904) - (xy 59.939635 120.677308) - (xy 59.880739 120.457504) - (xy 59.784568 120.251266) - (xy 59.654047 120.064861) - (xy 59.654045 120.064858) - (xy 59.493141 119.903954) - (xy 59.306734 119.773432) - (xy 59.306732 119.773431) - (xy 59.100497 119.677261) - (xy 59.100488 119.677258) - (xy 58.880697 119.618366) - (xy 58.880693 119.618365) - (xy 58.880692 119.618365) - (xy 58.880691 119.618364) - (xy 58.880686 119.618364) - (xy 58.654002 119.598532) - (xy 58.653998 119.598532) - (xy 58.427313 119.618364) - (xy 58.427302 119.618366) - (xy 58.207511 119.677258) - (xy 58.207502 119.677261) - (xy 58.001267 119.773431) - (xy 58.001265 119.773432) - (xy 57.814858 119.903954) - (xy 57.653954 120.064858) - (xy 57.530132 120.241697) - (xy 57.523432 120.251266) - (xy 57.51638 120.266387) - (xy 57.470209 120.318825) - (xy 57.403015 120.337976) - (xy 57.336134 120.31776) - (xy 57.291619 120.266387) - (xy 57.284568 120.251266) - (xy 57.154047 120.064861) - (xy 57.154045 120.064858) - (xy 56.993141 119.903954) - (xy 56.806734 119.773432) - (xy 56.806732 119.773431) - (xy 56.600497 119.677261) - (xy 56.600488 119.677258) - (xy 56.380697 119.618366) - (xy 56.380693 119.618365) - (xy 56.380692 119.618365) - (xy 56.380691 119.618364) - (xy 56.380686 119.618364) - (xy 56.154002 119.598532) - (xy 56.153998 119.598532) - (xy 55.927313 119.618364) - (xy 55.927302 119.618366) - (xy 55.707511 119.677258) - (xy 55.707502 119.677261) - (xy 55.501267 119.773431) - (xy 55.501265 119.773432) - (xy 55.314858 119.903954) - (xy 55.153954 120.064858) - (xy 55.023432 120.251265) - (xy 55.023431 120.251267) - (xy 54.927261 120.457502) - (xy 54.927258 120.457511) - (xy 54.868366 120.677302) - (xy 54.868364 120.677313) - (xy 54.848532 120.903998) - (xy 54.848532 120.904001) - (xy 53.958229 120.904001) - (xy 53.879035 120.734171) - (xy 53.862894 120.711118) - (xy 53.743494 120.540597) - (xy 53.576402 120.373506) - (xy 53.576396 120.373501) - (xy 53.390842 120.243575) - (xy 53.347217 120.188998) - (xy 53.340023 120.1195) - (xy 53.371546 120.057145) - (xy 53.390842 120.040425) - (xy 53.427151 120.015001) - (xy 53.576401 119.910495) - (xy 53.743495 119.743401) - (xy 53.879035 119.54983) - (xy 53.978903 119.335663) - (xy 54.040063 119.107408) - (xy 54.060659 118.872) - (xy 54.059386 118.857455) - (xy 54.04727 118.718969) - (xy 54.040063 118.636592) - (xy 53.978903 118.408337) - (xy 53.879035 118.194171) - (xy 53.862893 118.171118) - (xy 53.743496 118.0006) - (xy 53.743495 118.000599) - (xy 53.621567 117.878671) - (xy 53.588084 117.817351) - (xy 53.593068 117.747659) - (xy 53.634939 117.691725) - (xy 53.665915 117.67481) - (xy 53.797331 117.625796) - (xy 53.912546 117.539546) - (xy 53.998796 117.424331) - (xy 54.049091 117.289483) - (xy 54.0555 117.229873) - (xy 54.055499 115.434128) - (xy 54.049091 115.374517) - (xy 54.010829 115.271932) - (xy 53.998797 115.239671) - (xy 53.998793 115.239664) - (xy 53.912547 115.124455) - (xy 53.912544 115.124452) - (xy 53.797335 115.038206) - (xy 53.797328 115.038202) - (xy 53.662482 114.987908) - (xy 53.662483 114.987908) - (xy 53.602883 114.981501) - (xy 53.602881 114.9815) - (xy 53.602873 114.9815) - (xy 53.602864 114.9815) - (xy 51.807129 114.9815) - (xy 51.807123 114.981501) - (xy 51.747516 114.987908) - (xy 51.612671 115.038202) - (xy 51.612669 115.038204) - (xy 51.498811 115.123438) - (xy 51.433347 115.147855) - (xy 51.365074 115.133004) - (xy 51.315668 115.083598) - (xy 51.3005 115.024171) - (xy 51.3005 112.19625) - (xy 52.538505 112.19625) - (xy 52.591239 112.381599) - (xy 52.690368 112.580675) - (xy 52.824391 112.75815) - (xy 52.988738 112.907971) - (xy 53.17782 113.025047) - (xy 53.177822 113.025048) - (xy 53.385195 113.105385) - (xy 53.465 113.120302) - (xy 53.465 112.19625) - (xy 52.538505 112.19625) - (xy 51.3005 112.19625) - (xy 51.3005 111.975552) - (xy 53.361372 111.975552) - (xy 53.390047 112.088788) - (xy 53.453936 112.186577) - (xy 53.546115 112.258322) - (xy 53.656595 112.29625) - (xy 53.744005 112.29625) - (xy 53.830216 112.281864) - (xy 53.932947 112.226269) - (xy 53.960581 112.19625) - (xy 53.965 112.19625) - (xy 53.965 113.120302) - (xy 54.044804 113.105385) - (xy 54.252177 113.025048) - (xy 54.252179 113.025047) - (xy 54.441261 112.907971) - (xy 54.605608 112.75815) - (xy 54.739631 112.580675) - (xy 54.83876 112.381599) - (xy 54.891495 112.19625) - (xy 53.965 112.19625) - (xy 53.960581 112.19625) - (xy 54.01206 112.140329) - (xy 54.058982 112.033358) - (xy 54.068628 111.916948) - (xy 54.039953 111.803712) - (xy 53.976064 111.705923) - (xy 53.883885 111.634178) - (xy 53.773405 111.59625) - (xy 53.685995 111.59625) - (xy 53.599784 111.610636) - (xy 53.497053 111.666231) - (xy 53.41794 111.752171) - (xy 53.371018 111.859142) - (xy 53.361372 111.975552) - (xy 51.3005 111.975552) - (xy 51.3005 111.69625) - (xy 52.538505 111.69625) - (xy 53.465 111.69625) - (xy 53.465 110.772196) - (xy 53.965 110.772196) - (xy 53.965 111.69625) - (xy 54.891495 111.69625) - (xy 54.83876 111.5109) - (xy 54.739631 111.311824) - (xy 54.605608 111.134349) - (xy 54.441261 110.984528) - (xy 54.252179 110.867452) - (xy 54.252177 110.867451) - (xy 54.044799 110.787114) - (xy 53.965 110.772196) - (xy 53.465 110.772196) - (xy 53.3852 110.787114) - (xy 53.177822 110.867451) - (xy 53.17782 110.867452) - (xy 52.988738 110.984528) - (xy 52.824391 111.134349) - (xy 52.690368 111.311824) - (xy 52.591239 111.5109) - (xy 52.538505 111.69625) - (xy 51.3005 111.69625) - (xy 51.3005 107.94) - (xy 52.509357 107.94) - (xy 52.529884 108.161535) - (xy 52.529885 108.161537) - (xy 52.590769 108.375523) - (xy 52.590775 108.375538) - (xy 52.689938 108.574683) - (xy 52.689943 108.574691) - (xy 52.82402 108.752238) - (xy 52.988437 108.902123) - (xy 52.988439 108.902125) - (xy 53.177595 109.019245) - (xy 53.177596 109.019245) - (xy 53.177599 109.019247) - (xy 53.38506 109.099618) - (xy 53.603757 109.1405) - (xy 53.603759 109.1405) - (xy 53.826241 109.1405) - (xy 53.826243 109.1405) - (xy 54.04494 109.099618) - (xy 54.252401 109.019247) - (xy 54.441562 108.902124) - (xy 54.605981 108.752236) - (xy 54.740058 108.574689) - (xy 54.839229 108.375528) - (xy 54.900115 108.161536) - (xy 54.920643 107.94) - (xy 54.900115 107.718464) - (xy 54.839229 107.504472) - (xy 54.839224 107.504461) - (xy 54.740061 107.305316) - (xy 54.740056 107.305308) - (xy 54.605979 107.127761) - (xy 54.441562 106.977876) - (xy 54.44156 106.977874) - (xy 54.252404 106.860754) - (xy 54.252398 106.860752) - (xy 54.04494 106.780382) - (xy 53.826243 106.7395) - (xy 53.603757 106.7395) - (xy 53.38506 106.780382) - (xy 53.253864 106.831207) - (xy 53.177601 106.860752) - (xy 53.177595 106.860754) - (xy 52.988439 106.977874) - (xy 52.988437 106.977876) - (xy 52.82402 107.127761) - (xy 52.689943 107.305308) - (xy 52.689938 107.305316) - (xy 52.590775 107.504461) - (xy 52.590769 107.504476) - (xy 52.529885 107.718462) - (xy 52.529884 107.718464) - (xy 52.509357 107.939999) - (xy 52.509357 107.94) - (xy 51.3005 107.94) - (xy 51.3005 90.932) - (xy 61.278357 90.932) - (xy 61.298884 91.153535) - (xy 61.298885 91.153537) - (xy 61.359769 91.367523) - (xy 61.359775 91.367538) - (xy 61.458938 91.566683) - (xy 61.458943 91.566691) - (xy 61.59302 91.744238) - (xy 61.757437 91.894123) - (xy 61.757439 91.894125) - (xy 61.946595 92.011245) - (xy 61.946596 92.011245) - (xy 61.946599 92.011247) - (xy 62.15406 92.091618) - (xy 62.372757 92.1325) - (xy 62.372759 92.1325) - (xy 62.595241 92.1325) - (xy 62.595243 92.1325) - (xy 62.81394 92.091618) - (xy 63.021401 92.011247) - (xy 63.210562 91.894124) - (xy 63.374981 91.744236) - (xy 63.509058 91.566689) - (xy 63.608229 91.367528) - (xy 63.669115 91.153536) - (xy 63.689643 90.932) - (xy 63.681161 90.840468) - (xy 63.669115 90.710464) - (xy 63.669114 90.710462) - (xy 63.65634 90.665567) - (xy 63.608229 90.496472) - (xy 63.608224 90.496461) - (xy 63.509061 90.297316) - (xy 63.509056 90.297308) - (xy 63.374979 90.119761) - (xy 63.210562 89.969876) - (xy 63.21056 89.969874) - (xy 63.021404 89.852754) - (xy 63.021398 89.852752) - (xy 63.019235 89.851914) - (xy 62.81394 89.772382) - (xy 62.595243 89.7315) - (xy 62.372757 89.7315) - (xy 62.15406 89.772382) - (xy 62.022864 89.823207) - (xy 61.946601 89.852752) - (xy 61.946595 89.852754) - (xy 61.757439 89.969874) - (xy 61.757437 89.969876) - (xy 61.59302 90.119761) - (xy 61.458943 90.297308) - (xy 61.458938 90.297316) - (xy 61.359775 90.496461) - (xy 61.359769 90.496476) - (xy 61.298885 90.710462) - (xy 61.298884 90.710464) - (xy 61.278357 90.931999) - (xy 61.278357 90.932) - (xy 51.3005 90.932) - (xy 51.3005 89.535001) - (xy 55.864532 89.535001) - (xy 55.884364 89.761686) - (xy 55.884366 89.761697) - (xy 55.943258 89.981488) - (xy 55.943261 89.981497) - (xy 56.039431 90.187732) - (xy 56.039432 90.187734) - (xy 56.169954 90.374141) - (xy 56.330858 90.535045) - (xy 56.330861 90.535047) - (xy 56.517266 90.665568) - (xy 56.723504 90.761739) - (xy 56.943308 90.820635) - (xy 57.10523 90.834801) - (xy 57.169998 90.840468) - (xy 57.17 90.840468) - (xy 57.170002 90.840468) - (xy 57.226673 90.835509) - (xy 57.396692 90.820635) - (xy 57.616496 90.761739) - (xy 57.822734 90.665568) - (xy 58.009139 90.535047) - (xy 58.170047 90.374139) - (xy 58.300568 90.187734) - (xy 58.307618 90.172614) - (xy 58.353789 90.120176) - (xy 58.420982 90.101023) - (xy 58.487864 90.121238) - (xy 58.532381 90.172614) - (xy 58.539432 90.187733) - (xy 58.539432 90.187734) - (xy 58.669954 90.374141) - (xy 58.830858 90.535045) - (xy 58.830861 90.535047) - (xy 59.017266 90.665568) - (xy 59.223504 90.761739) - (xy 59.443308 90.820635) - (xy 59.60523 90.834801) - (xy 59.669998 90.840468) - (xy 59.67 90.840468) - (xy 59.670002 90.840468) - (xy 59.726673 90.835509) - (xy 59.896692 90.820635) - (xy 60.116496 90.761739) - (xy 60.322734 90.665568) - (xy 60.509139 90.535047) - (xy 60.670047 90.374139) - (xy 60.800568 90.187734) - (xy 60.896739 89.981496) - (xy 60.955635 89.761692) - (xy 60.975468 89.535) - (xy 60.955635 89.308308) - (xy 60.896739 89.088504) - (xy 60.800568 88.882266) - (xy 60.67942 88.709247) - (xy 60.670045 88.695858) - (xy 60.509141 88.534954) - (xy 60.322734 88.404432) - (xy 60.322732 88.404431) - (xy 60.116497 88.308261) - (xy 60.116488 88.308258) - (xy 59.896697 88.249366) - (xy 59.896693 88.249365) - (xy 59.896692 88.249365) - (xy 59.896691 88.249364) - (xy 59.896686 88.249364) - (xy 59.670002 88.229532) - (xy 59.669998 88.229532) - (xy 59.443313 88.249364) - (xy 59.443302 88.249366) - (xy 59.223511 88.308258) - (xy 59.223502 88.308261) - (xy 59.017267 88.404431) - (xy 59.017265 88.404432) - (xy 58.830858 88.534954) - (xy 58.669954 88.695858) - (xy 58.539433 88.882264) - (xy 58.539432 88.882266) - (xy 58.53238 88.897387) - (xy 58.486209 88.949825) - (xy 58.419015 88.968976) - (xy 58.352134 88.94876) - (xy 58.307619 88.897387) - (xy 58.300568 88.882266) - (xy 58.17942 88.709247) - (xy 58.170045 88.695858) - (xy 58.009141 88.534954) - (xy 57.822734 88.404432) - (xy 57.822732 88.404431) - (xy 57.616497 88.308261) - (xy 57.616488 88.308258) - (xy 57.396697 88.249366) - (xy 57.396693 88.249365) - (xy 57.396692 88.249365) - (xy 57.396691 88.249364) - (xy 57.396686 88.249364) - (xy 57.170002 88.229532) - (xy 57.169998 88.229532) - (xy 56.943313 88.249364) - (xy 56.943302 88.249366) - (xy 56.723511 88.308258) - (xy 56.723502 88.308261) - (xy 56.517267 88.404431) - (xy 56.517265 88.404432) - (xy 56.330858 88.534954) - (xy 56.169954 88.695858) - (xy 56.039432 88.882265) - (xy 56.039431 88.882267) - (xy 55.943261 89.088502) - (xy 55.943258 89.088511) - (xy 55.884366 89.308302) - (xy 55.884364 89.308313) - (xy 55.864532 89.534998) - (xy 55.864532 89.535001) - (xy 51.3005 89.535001) - (xy 51.3005 85.09) - (xy 52.509357 85.09) - (xy 52.529884 85.311535) - (xy 52.529885 85.311537) - (xy 52.590769 85.525523) - (xy 52.590775 85.525538) - (xy 52.689938 85.724683) - (xy 52.689943 85.724691) - (xy 52.82402 85.902238) - (xy 52.988437 86.052123) - (xy 52.988439 86.052125) - (xy 53.177595 86.169245) - (xy 53.177596 86.169245) - (xy 53.177599 86.169247) - (xy 53.38506 86.249618) - (xy 53.603757 86.2905) - (xy 53.603759 86.2905) - (xy 53.826241 86.2905) - (xy 53.826243 86.2905) - (xy 54.04494 86.249618) - (xy 54.252401 86.169247) - (xy 54.441562 86.052124) - (xy 54.605981 85.902236) - (xy 54.740058 85.724689) - (xy 54.839229 85.525528) - (xy 54.900115 85.311536) - (xy 54.920643 85.09) - (xy 57.589357 85.09) - (xy 57.609884 85.311535) - (xy 57.609885 85.311537) - (xy 57.670769 85.525523) - (xy 57.670775 85.525538) - (xy 57.769938 85.724683) - (xy 57.769943 85.724691) - (xy 57.90402 85.902238) - (xy 58.068437 86.052123) - (xy 58.068439 86.052125) - (xy 58.257595 86.169245) - (xy 58.257596 86.169245) - (xy 58.257599 86.169247) - (xy 58.46506 86.249618) - (xy 58.683757 86.2905) - (xy 58.683759 86.2905) - (xy 58.906241 86.2905) - (xy 58.906243 86.2905) - (xy 59.12494 86.249618) - (xy 59.332401 86.169247) - (xy 59.521562 86.052124) - (xy 59.685981 85.902236) - (xy 59.820058 85.724689) - (xy 59.919229 85.525528) - (xy 59.980115 85.311536) - (xy 60.000643 85.09) - (xy 59.980115 84.868464) - (xy 59.919229 84.654472) - (xy 59.919224 84.654461) - (xy 59.820061 84.455316) - (xy 59.820056 84.455308) - (xy 59.685979 84.277761) - (xy 59.521562 84.127876) - (xy 59.52156 84.127874) - (xy 59.332404 84.010754) - (xy 59.332398 84.010752) - (xy 59.12494 83.930382) - (xy 58.906243 83.8895) - (xy 58.683757 83.8895) - (xy 58.46506 83.930382) - (xy 58.333864 83.981207) - (xy 58.257601 84.010752) - (xy 58.257595 84.010754) - (xy 58.068439 84.127874) - (xy 58.068437 84.127876) - (xy 57.90402 84.277761) - (xy 57.769943 84.455308) - (xy 57.769938 84.455316) - (xy 57.670775 84.654461) - (xy 57.670769 84.654476) - (xy 57.609885 84.868462) - (xy 57.609884 84.868464) - (xy 57.589357 85.089999) - (xy 57.589357 85.09) - (xy 54.920643 85.09) - (xy 54.900115 84.868464) - (xy 54.839229 84.654472) - (xy 54.839224 84.654461) - (xy 54.740061 84.455316) - (xy 54.740056 84.455308) - (xy 54.605979 84.277761) - (xy 54.441562 84.127876) - (xy 54.44156 84.127874) - (xy 54.252404 84.010754) - (xy 54.252398 84.010752) - (xy 54.04494 83.930382) - (xy 53.826243 83.8895) - (xy 53.603757 83.8895) - (xy 53.38506 83.930382) - (xy 53.253864 83.981207) - (xy 53.177601 84.010752) - (xy 53.177595 84.010754) - (xy 52.988439 84.127874) - (xy 52.988437 84.127876) - (xy 52.82402 84.277761) - (xy 52.689943 84.455308) - (xy 52.689938 84.455316) - (xy 52.590775 84.654461) - (xy 52.590769 84.654476) - (xy 52.529885 84.868462) - (xy 52.529884 84.868464) - (xy 52.509357 85.089999) - (xy 52.509357 85.09) - (xy 51.3005 85.09) - (xy 51.3005 81.28) - (xy 52.509357 81.28) - (xy 52.529884 81.501535) - (xy 52.529885 81.501537) - (xy 52.590769 81.715523) - (xy 52.590775 81.715538) - (xy 52.689938 81.914683) - (xy 52.689943 81.914691) - (xy 52.82402 82.092238) - (xy 52.988437 82.242123) - (xy 52.988439 82.242125) - (xy 53.177595 82.359245) - (xy 53.177596 82.359245) - (xy 53.177599 82.359247) - (xy 53.38506 82.439618) - (xy 53.603757 82.4805) - (xy 53.603759 82.4805) - (xy 53.826241 82.4805) - (xy 53.826243 82.4805) - (xy 54.04494 82.439618) - (xy 54.252401 82.359247) - (xy 54.441562 82.242124) - (xy 54.605981 82.092236) - (xy 54.740058 81.914689) - (xy 54.839229 81.715528) - (xy 54.900115 81.501536) - (xy 54.920643 81.28) - (xy 57.589357 81.28) - (xy 57.609884 81.501535) - (xy 57.609885 81.501537) - (xy 57.670769 81.715523) - (xy 57.670775 81.715538) - (xy 57.769938 81.914683) - (xy 57.769943 81.914691) - (xy 57.90402 82.092238) - (xy 58.068437 82.242123) - (xy 58.068439 82.242125) - (xy 58.257595 82.359245) - (xy 58.257596 82.359245) - (xy 58.257599 82.359247) - (xy 58.46506 82.439618) - (xy 58.683757 82.4805) - (xy 58.683759 82.4805) - (xy 58.906241 82.4805) - (xy 58.906243 82.4805) - (xy 59.12494 82.439618) - (xy 59.332401 82.359247) - (xy 59.521562 82.242124) - (xy 59.685981 82.092236) - (xy 59.820058 81.914689) - (xy 59.919229 81.715528) - (xy 59.980115 81.501536) - (xy 60.000643 81.28) - (xy 59.9955 81.224502) - (xy 59.980115 81.058464) - (xy 59.980114 81.058462) - (xy 59.968677 81.018266) - (xy 59.919229 80.844472) - (xy 59.913108 80.832179) - (xy 59.820061 80.645316) - (xy 59.820056 80.645308) - (xy 59.685979 80.467761) - (xy 59.521562 80.317876) - (xy 59.52156 80.317874) - (xy 59.332404 80.200754) - (xy 59.332398 80.200752) - (xy 59.12494 80.120382) - (xy 58.906243 80.0795) - (xy 58.683757 80.0795) - (xy 58.46506 80.120382) - (xy 58.437536 80.131045) - (xy 58.257601 80.200752) - (xy 58.257595 80.200754) - (xy 58.068439 80.317874) - (xy 58.068437 80.317876) - (xy 57.90402 80.467761) - (xy 57.769943 80.645308) - (xy 57.769938 80.645316) - (xy 57.670775 80.844461) - (xy 57.670769 80.844476) - (xy 57.609885 81.058462) - (xy 57.609884 81.058464) - (xy 57.589357 81.279999) - (xy 57.589357 81.28) - (xy 54.920643 81.28) - (xy 54.9155 81.224502) - (xy 54.900115 81.058464) - (xy 54.900114 81.058462) - (xy 54.888677 81.018266) - (xy 54.839229 80.844472) - (xy 54.833108 80.832179) - (xy 54.740061 80.645316) - (xy 54.740056 80.645308) - (xy 54.605979 80.467761) - (xy 54.441562 80.317876) - (xy 54.44156 80.317874) - (xy 54.252404 80.200754) - (xy 54.252398 80.200752) - (xy 54.04494 80.120382) - (xy 53.826243 80.0795) - (xy 53.603757 80.0795) - (xy 53.38506 80.120382) - (xy 53.357536 80.131045) - (xy 53.177601 80.200752) - (xy 53.177595 80.200754) - (xy 52.988439 80.317874) - (xy 52.988437 80.317876) - (xy 52.82402 80.467761) - (xy 52.689943 80.645308) - (xy 52.689938 80.645316) - (xy 52.590775 80.844461) - (xy 52.590769 80.844476) - (xy 52.529885 81.058462) - (xy 52.529884 81.058464) - (xy 52.509357 81.279999) - (xy 52.509357 81.28) - (xy 51.3005 81.28) - (xy 51.3005 77.72) - (xy 52.538505 77.72) - (xy 52.591239 77.905349) - (xy 52.690368 78.104425) - (xy 52.824391 78.2819) - (xy 52.988738 78.431721) - (xy 53.17782 78.548797) - (xy 53.177822 78.548798) - (xy 53.385195 78.629135) - (xy 53.465 78.644052) - (xy 53.465 77.72) - (xy 52.538505 77.72) - (xy 51.3005 77.72) - (xy 51.3005 77.499302) - (xy 53.361372 77.499302) - (xy 53.390047 77.612538) - (xy 53.453936 77.710327) - (xy 53.546115 77.782072) - (xy 53.656595 77.82) - (xy 53.744005 77.82) - (xy 53.830216 77.805614) - (xy 53.932947 77.750019) - (xy 53.960581 77.72) - (xy 53.965 77.72) - (xy 53.965 78.644052) - (xy 54.044804 78.629135) - (xy 54.252177 78.548798) - (xy 54.252179 78.548797) - (xy 54.441261 78.431721) - (xy 54.605608 78.2819) - (xy 54.739631 78.104425) - (xy 54.83876 77.905349) - (xy 54.891495 77.72) - (xy 53.965 77.72) - (xy 53.960581 77.72) - (xy 54.01206 77.664079) - (xy 54.058982 77.557108) - (xy 54.0662 77.47) - (xy 57.589357 77.47) - (xy 57.609884 77.691535) - (xy 57.609885 77.691537) - (xy 57.670769 77.905523) - (xy 57.670775 77.905538) - (xy 57.769938 78.104683) - (xy 57.769943 78.104691) - (xy 57.90402 78.282238) - (xy 58.068437 78.432123) - (xy 58.068439 78.432125) - (xy 58.257595 78.549245) - (xy 58.257596 78.549245) - (xy 58.257599 78.549247) - (xy 58.46506 78.629618) - (xy 58.683757 78.6705) - (xy 58.683759 78.6705) - (xy 58.906241 78.6705) - (xy 58.906243 78.6705) - (xy 59.12494 78.629618) - (xy 59.332401 78.549247) - (xy 59.521562 78.432124) - (xy 59.685981 78.282236) - (xy 59.820058 78.104689) - (xy 59.919229 77.905528) - (xy 59.980115 77.691536) - (xy 60.000643 77.47) - (xy 59.980115 77.248464) - (xy 59.919229 77.034472) - (xy 59.906686 77.009282) - (xy 59.820061 76.835316) - (xy 59.820056 76.835308) - (xy 59.685979 76.657761) - (xy 59.521562 76.507876) - (xy 59.52156 76.507874) - (xy 59.332404 76.390754) - (xy 59.332398 76.390752) - (xy 59.325581 76.388111) - (xy 59.12494 76.310382) - (xy 58.906243 76.2695) - (xy 58.683757 76.2695) - (xy 58.46506 76.310382) - (xy 58.375097 76.345234) - (xy 58.257601 76.390752) - (xy 58.257595 76.390754) - (xy 58.068439 76.507874) - (xy 58.068437 76.507876) - (xy 57.90402 76.657761) - (xy 57.769943 76.835308) - (xy 57.769938 76.835316) - (xy 57.670775 77.034461) - (xy 57.670769 77.034476) - (xy 57.609885 77.248462) - (xy 57.609884 77.248464) - (xy 57.589357 77.469999) - (xy 57.589357 77.47) - (xy 54.0662 77.47) - (xy 54.068628 77.440698) - (xy 54.039953 77.327462) - (xy 53.976064 77.229673) - (xy 53.883885 77.157928) - (xy 53.773405 77.12) - (xy 53.685995 77.12) - (xy 53.599784 77.134386) - (xy 53.497053 77.189981) - (xy 53.41794 77.275921) - (xy 53.371018 77.382892) - (xy 53.361372 77.499302) - (xy 51.3005 77.499302) - (xy 51.3005 77.22) - (xy 52.538505 77.22) - (xy 53.465 77.22) - (xy 53.465 76.295946) - (xy 53.965 76.295946) - (xy 53.965 77.22) - (xy 54.891495 77.22) - (xy 54.83876 77.03465) - (xy 54.739631 76.835574) - (xy 54.605608 76.658099) - (xy 54.441261 76.508278) - (xy 54.252179 76.391202) - (xy 54.252177 76.391201) - (xy 54.044799 76.310864) - (xy 53.965 76.295946) - (xy 53.465 76.295946) - (xy 53.3852 76.310864) - (xy 53.177822 76.391201) - (xy 53.17782 76.391202) - (xy 52.988738 76.508278) - (xy 52.824391 76.658099) - (xy 52.690368 76.835574) - (xy 52.591239 77.03465) - (xy 52.538505 77.22) - (xy 51.3005 77.22) - (xy 51.3005 73.66) - (xy 52.509357 73.66) - (xy 52.529884 73.881535) - (xy 52.529885 73.881537) - (xy 52.590769 74.095523) - (xy 52.590775 74.095538) - (xy 52.689938 74.294683) - (xy 52.689943 74.294691) - (xy 52.82402 74.472238) - (xy 52.988437 74.622123) - (xy 52.988439 74.622125) - (xy 53.177595 74.739245) - (xy 53.177596 74.739245) - (xy 53.177599 74.739247) - (xy 53.38506 74.819618) - (xy 53.603757 74.8605) - (xy 53.603759 74.8605) - (xy 53.826241 74.8605) - (xy 53.826243 74.8605) - (xy 54.04494 74.819618) - (xy 54.252401 74.739247) - (xy 54.441562 74.622124) - (xy 54.605981 74.472236) - (xy 54.740058 74.294689) - (xy 54.839229 74.095528) - (xy 54.900115 73.881536) - (xy 54.920643 73.66) - (xy 57.589357 73.66) - (xy 57.609884 73.881535) - (xy 57.609885 73.881537) - (xy 57.670769 74.095523) - (xy 57.670775 74.095538) - (xy 57.769938 74.294683) - (xy 57.769943 74.294691) - (xy 57.90402 74.472238) - (xy 58.068437 74.622123) - (xy 58.068439 74.622125) - (xy 58.257595 74.739245) - (xy 58.257596 74.739245) - (xy 58.257599 74.739247) - (xy 58.46506 74.819618) - (xy 58.683757 74.8605) - (xy 58.683759 74.8605) - (xy 58.906241 74.8605) - (xy 58.906243 74.8605) - (xy 59.12494 74.819618) - (xy 59.332401 74.739247) - (xy 59.521562 74.622124) - (xy 59.685981 74.472236) - (xy 59.820058 74.294689) - (xy 59.919229 74.095528) - (xy 59.980115 73.881536) - (xy 60.000643 73.66) - (xy 59.9955 73.604502) - (xy 59.980115 73.438464) - (xy 59.980114 73.438462) - (xy 59.976568 73.426) - (xy 59.919229 73.224472) - (xy 59.919224 73.224461) - (xy 59.820061 73.025316) - (xy 59.820056 73.025308) - (xy 59.685979 72.847761) - (xy 59.521562 72.697876) - (xy 59.52156 72.697874) - (xy 59.332404 72.580754) - (xy 59.332398 72.580752) - (xy 59.12494 72.500382) - (xy 58.906243 72.4595) - (xy 58.683757 72.4595) - (xy 58.46506 72.500382) - (xy 58.333864 72.551207) - (xy 58.257601 72.580752) - (xy 58.257595 72.580754) - (xy 58.068439 72.697874) - (xy 58.068437 72.697876) - (xy 57.90402 72.847761) - (xy 57.769943 73.025308) - (xy 57.769938 73.025316) - (xy 57.670775 73.224461) - (xy 57.670769 73.224476) - (xy 57.609885 73.438462) - (xy 57.609884 73.438464) - (xy 57.589357 73.659999) - (xy 57.589357 73.66) - (xy 54.920643 73.66) - (xy 54.9155 73.604502) - (xy 54.900115 73.438464) - (xy 54.900114 73.438462) - (xy 54.896568 73.426) - (xy 54.839229 73.224472) - (xy 54.839224 73.224461) - (xy 54.740061 73.025316) - (xy 54.740056 73.025308) - (xy 54.605979 72.847761) - (xy 54.441562 72.697876) - (xy 54.44156 72.697874) - (xy 54.252404 72.580754) - (xy 54.252398 72.580752) - (xy 54.04494 72.500382) - (xy 53.826243 72.4595) - (xy 53.603757 72.4595) - (xy 53.38506 72.500382) - (xy 53.253864 72.551207) - (xy 53.177601 72.580752) - (xy 53.177595 72.580754) - (xy 52.988439 72.697874) - (xy 52.988437 72.697876) - (xy 52.82402 72.847761) - (xy 52.689943 73.025308) - (xy 52.689938 73.025316) - (xy 52.590775 73.224461) - (xy 52.590769 73.224476) - (xy 52.529885 73.438462) - (xy 52.529884 73.438464) - (xy 52.509357 73.659999) - (xy 52.509357 73.66) - (xy 51.3005 73.66) - (xy 51.3005 66.781427) - (xy 51.320185 66.714388) - (xy 51.372989 66.668633) - (xy 51.442147 66.658689) - (xy 51.505703 66.687714) - (xy 51.527256 66.713818) - (xy 51.52786 66.713396) - (xy 51.559609 66.758738) - (xy 51.666505 66.911401) - (xy 51.833599 67.078495) - (xy 51.930384 67.146265) - (xy 52.027165 67.214032) - (xy 52.027167 67.214033) - (xy 52.02717 67.214035) - (xy 52.241337 67.313903) - (xy 52.469592 67.375063) - (xy 52.657918 67.391539) - (xy 52.704999 67.395659) - (xy 52.705 67.395659) - (xy 52.705001 67.395659) - (xy 52.744234 67.392226) - (xy 52.940408 67.375063) - (xy 53.168663 67.313903) - (xy 53.38283 67.214035) - (xy 53.576401 67.078495) - (xy 53.743495 66.911401) - (xy 53.879035 66.71783) - (xy 53.978903 66.503663) - (xy 54.040063 66.275408) - (xy 54.060659 66.04) - (xy 54.040063 65.804592) - (xy 54.013741 65.706356) - (xy 54.015404 65.636506) - (xy 54.045833 65.586584) - (xy 54.814209 64.818208) - (xy 54.87553 64.784725) - (xy 54.945222 64.789709) - (xy 55.001155 64.831581) - (xy 55.025572 64.897045) - (xy 55.025888 64.905891) - (xy 55.025888 65.282) - (xy 56.010202 65.282) - (xy 55.998247 65.293955) - (xy 55.940723 65.406852) - (xy 55.920902 65.532) - (xy 55.940723 65.657148) - (xy 55.998247 65.770045) - (xy 56.010202 65.782) - (xy 55.025888 65.782) - (xy 55.025888 66.379844) - (xy 55.032289 66.439372) - (xy 55.032291 66.439379) - (xy 55.082533 66.574086) - (xy 55.082537 66.574093) - (xy 55.168697 66.689187) - (xy 55.1687 66.68919) - (xy 55.283794 66.77535) - (xy 55.283801 66.775354) - (xy 55.418508 66.825596) - (xy 55.418515 66.825598) - (xy 55.478043 66.831999) - (xy 55.47806 66.832) - (xy 56.075888 66.832) - (xy 56.075888 65.847686) - (xy 56.087843 65.859641) - (xy 56.20074 65.917165) - (xy 56.294407 65.932) - (xy 56.357369 65.932) - (xy 56.451036 65.917165) - (xy 56.563933 65.859641) - (xy 56.575888 65.847686) - (xy 56.575888 66.832) - (xy 57.173716 66.832) - (xy 57.173732 66.831999) - (xy 57.23326 66.825598) - (xy 57.233267 66.825596) - (xy 57.367974 66.775354) - (xy 57.367981 66.77535) - (xy 57.483075 66.68919) - (xy 57.483078 66.689187) - (xy 57.569238 66.574093) - (xy 57.569242 66.574086) - (xy 57.619483 66.439381) - (xy 57.620834 66.433667) - (xy 57.655404 66.372948) - (xy 57.717312 66.340558) - (xy 57.786905 66.346781) - (xy 57.829194 66.374493) - (xy 57.986746 66.532045) - (xy 58.030304 66.562544) - (xy 58.173154 66.662568) - (xy 58.379392 66.758739) - (xy 58.599196 66.817635) - (xy 58.761118 66.831801) - (xy 58.825886 66.837468) - (xy 58.825888 66.837468) - (xy 58.825889 66.837468) - (xy 58.845108 66.835786) - (xy 58.987548 66.823324) - (xy 59.056046 66.83709) - (xy 59.086035 66.859171) - (xy 64.213181 71.986317) - (xy 64.246666 72.04764) - (xy 64.2495 72.073998) - (xy 64.2495 73.039125) - (xy 64.229815 73.106164) - (xy 64.177011 73.151919) - (xy 64.107853 73.161863) - (xy 64.044297 73.132838) - (xy 64.009318 73.082458) - (xy 63.981797 73.008671) - (xy 63.981793 73.008664) - (xy 63.895547 72.893455) - (xy 63.895544 72.893452) - (xy 63.780335 72.807206) - (xy 63.780328 72.807202) - (xy 63.645482 72.756908) - (xy 63.645483 72.756908) - (xy 63.585883 72.750501) - (xy 63.585881 72.7505) - (xy 63.585873 72.7505) - (xy 63.585864 72.7505) - (xy 61.890129 72.7505) - (xy 61.890123 72.750501) - (xy 61.830516 72.756908) - (xy 61.695671 72.807202) - (xy 61.695664 72.807206) - (xy 61.580455 72.893452) - (xy 61.580452 72.893455) - (xy 61.494206 73.008664) - (xy 61.494202 73.008671) - (xy 61.443908 73.143517) - (xy 61.437501 73.203116) - (xy 61.4375 73.203135) - (xy 61.4375 74.89887) - (xy 61.437501 74.898876) - (xy 61.443908 74.958483) - (xy 61.494202 75.093328) - (xy 61.494206 75.093335) - (xy 61.580452 75.208544) - (xy 61.580455 75.208547) - (xy 61.695664 75.294793) - (xy 61.695671 75.294797) - (xy 61.740618 75.311561) - (xy 61.830517 75.345091) - (xy 61.865596 75.348862) - (xy 61.930144 75.375599) - (xy 61.969993 75.432991) - (xy 61.972488 75.502816) - (xy 61.936836 75.562905) - (xy 61.923464 75.573725) - (xy 61.898858 75.590954) - (xy 61.737954 75.751858) - (xy 61.607432 75.938265) - (xy 61.607431 75.938267) - (xy 61.511261 76.144502) - (xy 61.511258 76.144511) - (xy 61.452366 76.364302) - (xy 61.452364 76.364313) - (xy 61.432532 76.590998) - (xy 61.432532 76.591001) - (xy 61.452364 76.817686) - (xy 61.452366 76.817697) - (xy 61.511258 77.037488) - (xy 61.511261 77.037497) - (xy 61.607431 77.243732) - (xy 61.607432 77.243734) - (xy 61.737954 77.430141) - (xy 61.898858 77.591045) - (xy 61.898861 77.591047) - (xy 62.085266 77.721568) - (xy 62.143275 77.748618) - (xy 62.195714 77.794791) - (xy 62.214866 77.861984) - (xy 62.19465 77.928865) - (xy 62.143275 77.973382) - (xy 62.085267 78.000431) - (xy 62.085265 78.000432) - (xy 61.898858 78.130954) - (xy 61.737954 78.291858) - (xy 61.607432 78.478265) - (xy 61.607431 78.478267) - (xy 61.511261 78.684502) - (xy 61.511258 78.684511) - (xy 61.452366 78.904302) - (xy 61.452364 78.904313) - (xy 61.432532 79.130998) - (xy 61.432532 79.131001) - (xy 61.452364 79.357686) - (xy 61.452366 79.357697) - (xy 61.511258 79.577488) - (xy 61.511261 79.577497) - (xy 61.607431 79.783732) - (xy 61.607432 79.783734) - (xy 61.737954 79.970141) - (xy 61.898858 80.131045) - (xy 61.898861 80.131047) - (xy 62.085266 80.261568) - (xy 62.143275 80.288618) - (xy 62.195714 80.334791) - (xy 62.214866 80.401984) - (xy 62.19465 80.468865) - (xy 62.143275 80.513382) - (xy 62.085267 80.540431) - (xy 62.085265 80.540432) - (xy 61.898858 80.670954) - (xy 61.737954 80.831858) - (xy 61.607432 81.018265) - (xy 61.607431 81.018267) - (xy 61.511261 81.224502) - (xy 61.511258 81.224511) - (xy 61.452366 81.444302) - (xy 61.452364 81.444313) - (xy 61.432532 81.670998) - (xy 61.432532 81.671001) - (xy 61.452364 81.897686) - (xy 61.452366 81.897697) - (xy 61.511258 82.117488) - (xy 61.511261 82.117497) - (xy 61.607431 82.323732) - (xy 61.607432 82.323734) - (xy 61.737954 82.510141) - (xy 61.898858 82.671045) - (xy 61.898861 82.671047) - (xy 62.085266 82.801568) - (xy 62.291504 82.897739) - (xy 62.511308 82.956635) - (xy 62.67323 82.970801) - (xy 62.737998 82.976468) - (xy 62.738 82.976468) - (xy 62.738002 82.976468) - (xy 62.794673 82.971509) - (xy 62.964692 82.956635) - (xy 63.184496 82.897739) - (xy 63.390734 82.801568) - (xy 63.577139 82.671047) - (xy 63.738047 82.510139) - (xy 63.868568 82.323734) - (xy 63.964739 82.117496) - (xy 64.005725 81.964532) - (xy 64.04209 81.904872) - (xy 64.104937 81.874343) - (xy 64.174312 81.882638) - (xy 64.22819 81.927123) - (xy 64.249465 81.993675) - (xy 64.2495 81.996626) - (xy 64.2495 85.236138) - (xy 64.229815 85.303177) - (xy 64.196626 85.33771) - (xy 64.164861 85.359953) - (xy 64.003951 85.520862) - (xy 63.873432 85.707265) - (xy 63.87343 85.707269) - (xy 63.866105 85.722978) - (xy 63.819931 85.775417) - (xy 63.752737 85.794567) - (xy 63.685857 85.77435) - (xy 63.641341 85.722974) - (xy 63.634132 85.707515) - (xy 63.634131 85.707512) - (xy 63.583026 85.634526) - (xy 63.583025 85.634526) - (xy 62.901953 86.315598) - (xy 62.889165 86.234852) - (xy 62.831641 86.121955) - (xy 62.742045 86.032359) - (xy 62.629148 85.974835) - (xy 62.5484 85.962046) - (xy 63.229472 85.280974) - (xy 63.229471 85.280973) - (xy 63.156483 85.229866) - (xy 63.156481 85.229865) - (xy 62.950326 85.133734) - (xy 62.950317 85.13373) - (xy 62.73061 85.07486) - (xy 62.730599 85.074858) - (xy 62.504002 85.055034) - (xy 62.503998 85.055034) - (xy 62.2774 85.074858) - (xy 62.277389 85.07486) - (xy 62.057682 85.13373) - (xy 62.057673 85.133734) - (xy 61.851513 85.229868) - (xy 61.778527 85.280972) - (xy 61.778526 85.280973) - (xy 62.4596 85.962046) - (xy 62.378852 85.974835) - (xy 62.265955 86.032359) - (xy 62.176359 86.121955) - (xy 62.118835 86.234852) - (xy 62.106046 86.315599) - (xy 61.424973 85.634526) - (xy 61.424972 85.634527) - (xy 61.373868 85.707513) - (xy 61.277734 85.913673) - (xy 61.27773 85.913682) - (xy 61.21886 86.133389) - (xy 61.218858 86.1334) - (xy 61.199034 86.359997) - (xy 61.199034 86.360002) - (xy 61.218858 86.586599) - (xy 61.21886 86.58661) - (xy 61.27773 86.806317) - (xy 61.277734 86.806326) - (xy 61.373865 87.012481) - (xy 61.373866 87.012483) - (xy 61.424973 87.085471) - (xy 61.424974 87.085472) - (xy 62.106046 86.404399) - (xy 62.118835 86.485148) - (xy 62.176359 86.598045) - (xy 62.265955 86.687641) - (xy 62.378852 86.745165) - (xy 62.459599 86.757953) - (xy 61.778526 87.439025) - (xy 61.778526 87.439026) - (xy 61.851512 87.490131) - (xy 61.851516 87.490133) - (xy 62.057673 87.586265) - (xy 62.057682 87.586269) - (xy 62.277389 87.645139) - (xy 62.2774 87.645141) - (xy 62.503998 87.664966) - (xy 62.504002 87.664966) - (xy 62.730599 87.645141) - (xy 62.73061 87.645139) - (xy 62.950317 87.586269) - (xy 62.950331 87.586264) - (xy 63.156478 87.490136) - (xy 63.229472 87.439025) - (xy 62.548401 86.757953) - (xy 62.629148 86.745165) - (xy 62.742045 86.687641) - (xy 62.831641 86.598045) - (xy 62.889165 86.485148) - (xy 62.901953 86.4044) - (xy 63.583025 87.085472) - (xy 63.634134 87.012481) - (xy 63.64134 86.997028) - (xy 63.687511 86.944587) - (xy 63.754704 86.925433) - (xy 63.821585 86.945646) - (xy 63.866105 86.997022) - (xy 63.87343 87.01273) - (xy 63.873432 87.012734) - (xy 64.003954 87.199141) - (xy 64.164856 87.360043) - (xy 64.164859 87.360045) - (xy 64.164861 87.360047) - (xy 64.196623 87.382286) - (xy 64.240247 87.43686) - (xy 64.2495 87.483861) - (xy 64.2495 95.795113) - (xy 64.229815 95.862152) - (xy 64.213181 95.882794) - (xy 63.847042 96.248932) - (xy 63.824463 96.266787) - (xy 63.812554 96.274132) - (xy 63.806896 96.278607) - (xy 63.806863 96.278565) - (xy 63.800927 96.283401) - (xy 63.800961 96.283442) - (xy 63.79543 96.288082) - (xy 63.742441 96.344247) - (xy 63.107742 96.978945) - (xy 63.094113 96.990724) - (xy 63.074705 97.005173) - (xy 63.074704 97.005174) - (xy 63.073238 97.006922) - (xy 63.071929 97.007792) - (xy 63.069453 97.010129) - (xy 63.069053 97.009705) - (xy 63.015064 97.045621) - (xy 62.945203 97.046726) - (xy 62.90713 97.028786) - (xy 62.842334 96.983415) - (xy 62.84233 96.983413) - (xy 62.648859 96.893197) - (xy 62.648853 96.893194) - (xy 62.442662 96.837945) - (xy 62.442654 96.837944) - (xy 62.230002 96.81934) - (xy 62.229998 96.81934) - (xy 62.017345 96.837944) - (xy 62.017337 96.837945) - (xy 61.811146 96.893194) - (xy 61.81114 96.893197) - (xy 61.617667 96.983414) - (xy 61.561967 97.022414) - (xy 62.185599 97.646046) - (xy 62.104852 97.658835) - (xy 61.991955 97.716359) - (xy 61.902359 97.805955) - (xy 61.844835 97.918852) - (xy 61.832046 97.999599) - (xy 61.208414 97.375967) - (xy 61.169414 97.431667) - (xy 61.079197 97.62514) - (xy 61.077342 97.630236) - (xy 61.075714 97.629643) - (xy 61.043404 97.682645) - (xy 60.980555 97.71317) - (xy 60.91118 97.704871) - (xy 60.857305 97.660383) - (xy 60.843412 97.629961) - (xy 60.842658 97.630236) - (xy 60.840802 97.62514) - (xy 60.750586 97.43167) - (xy 60.711583 97.375967) - (xy 60.087953 97.999598) - (xy 60.075165 97.918852) - (xy 60.017641 97.805955) - (xy 59.928045 97.716359) - (xy 59.815148 97.658835) - (xy 59.734401 97.646046) - (xy 60.358031 97.022416) - (xy 60.35803 97.022415) - (xy 60.30233 96.983413) - (xy 60.302328 96.983412) - (xy 60.108859 96.893197) - (xy 60.108853 96.893194) - (xy 59.902662 96.837945) - (xy 59.902654 96.837944) - (xy 59.690002 96.81934) - (xy 59.689998 96.81934) - (xy 59.477345 96.837944) - (xy 59.477337 96.837945) - (xy 59.271146 96.893194) - (xy 59.27114 96.893197) - (xy 59.077667 96.983414) - (xy 59.021967 97.022414) - (xy 59.645599 97.646046) - (xy 59.564852 97.658835) - (xy 59.451955 97.716359) - (xy 59.362359 97.805955) - (xy 59.304835 97.918852) - (xy 59.292046 97.999599) - (xy 58.668414 97.375967) - (xy 58.629414 97.431667) - (xy 58.539197 97.62514) - (xy 58.539194 97.625146) - (xy 58.483945 97.831337) - (xy 58.483944 97.831345) - (xy 58.46534 98.043997) - (xy 58.46534 98.044002) - (xy 58.483944 98.256654) - (xy 58.483945 98.256662) - (xy 58.539194 98.462853) - (xy 58.539197 98.462859) - (xy 58.629412 98.656328) - (xy 58.629413 98.65633) - (xy 58.668415 98.71203) - (xy 58.668416 98.712031) - (xy 59.292046 98.0884) - (xy 59.304835 98.169148) - (xy 59.362359 98.282045) - (xy 59.451955 98.371641) - (xy 59.564852 98.429165) - (xy 59.645599 98.441953) - (xy 59.021967 99.065583) - (xy 59.07767 99.104586) - (xy 59.27114 99.194802) - (xy 59.271146 99.194805) - (xy 59.477337 99.250054) - (xy 59.477345 99.250055) - (xy 59.689998 99.26866) - (xy 59.690002 99.26866) - (xy 59.902654 99.250055) - (xy 59.902662 99.250054) - (xy 60.108853 99.194805) - (xy 60.108859 99.194802) - (xy 60.30233 99.104586) - (xy 60.302336 99.104582) - (xy 60.358031 99.065584) - (xy 59.734401 98.441953) - (xy 59.815148 98.429165) - (xy 59.928045 98.371641) - (xy 60.017641 98.282045) - (xy 60.075165 98.169148) - (xy 60.087953 98.0884) - (xy 60.711584 98.712031) - (xy 60.750582 98.656336) - (xy 60.750586 98.65633) - (xy 60.840802 98.462859) - (xy 60.842658 98.457764) - (xy 60.844287 98.458357) - (xy 60.876588 98.405361) - (xy 60.939435 98.37483) - (xy 61.00881 98.383124) - (xy 61.062689 98.427608) - (xy 61.076586 98.458039) - (xy 61.077342 98.457764) - (xy 61.079197 98.462859) - (xy 61.169412 98.656328) - (xy 61.169413 98.65633) - (xy 61.208415 98.71203) - (xy 61.208416 98.712031) - (xy 61.832046 98.0884) - (xy 61.844835 98.169148) - (xy 61.902359 98.282045) - (xy 61.991955 98.371641) - (xy 62.104852 98.429165) - (xy 62.185597 98.441953) - (xy 61.561967 99.065583) - (xy 61.61767 99.104586) - (xy 61.81114 99.194802) - (xy 61.811146 99.194805) - (xy 62.017337 99.250054) - (xy 62.017345 99.250055) - (xy 62.229998 99.26866) - (xy 62.230002 99.26866) - (xy 62.442654 99.250055) - (xy 62.442662 99.250054) - (xy 62.648853 99.194805) - (xy 62.648864 99.194801) - (xy 62.665094 99.187233) - (xy 62.734171 99.17674) - (xy 62.797955 99.205259) - (xy 62.836196 99.263735) - (xy 62.8415 99.299614) - (xy 62.8415 105.95) - (xy 62.840191 105.967969) - (xy 62.836684 105.991908) - (xy 62.841264 106.044241) - (xy 62.8415 106.049648) - (xy 62.8415 106.057946) - (xy 62.845325 106.090674) - (xy 62.852056 106.16761) - (xy 62.853516 106.174677) - (xy 62.853464 106.174687) - (xy 62.855123 106.182167) - (xy 62.855174 106.182155) - (xy 62.856839 106.18918) - (xy 62.856839 106.189182) - (xy 62.85684 106.189184) - (xy 62.861623 106.202325) - (xy 62.883247 106.26174) - (xy 62.907535 106.335034) - (xy 62.910586 106.341575) - (xy 62.910536 106.341598) - (xy 62.913876 106.348497) - (xy 62.913925 106.348473) - (xy 62.917165 106.354925) - (xy 62.959599 106.419444) - (xy 62.984863 106.460403) - (xy 63.003303 106.527795) - (xy 62.982381 106.594459) - (xy 62.928739 106.639229) - (xy 62.879324 106.6495) - (xy 61.890129 106.6495) - (xy 61.890123 106.649501) - (xy 61.830516 106.655908) - (xy 61.695671 106.706202) - (xy 61.695664 106.706206) - (xy 61.580455 106.792452) - (xy 61.580452 106.792455) - (xy 61.494206 106.907664) - (xy 61.494202 106.907671) - (xy 61.443908 107.042517) - (xy 61.437501 107.102116) - (xy 61.4375 107.102135) - (xy 61.4375 108.79787) - (xy 61.437501 108.797876) - (xy 61.443908 108.857483) - (xy 61.494202 108.992328) - (xy 61.494206 108.992335) - (xy 61.580452 109.107544) - (xy 61.580455 109.107547) - (xy 61.695664 109.193793) - (xy 61.695671 109.193797) - (xy 61.740618 109.210561) - (xy 61.830517 109.244091) - (xy 61.865596 109.247862) - (xy 61.930144 109.274599) - (xy 61.969993 109.331991) - (xy 61.972488 109.401816) - (xy 61.936836 109.461905) - (xy 61.923464 109.472725) - (xy 61.898858 109.489954) - (xy 61.737954 109.650858) - (xy 61.626788 109.809623) - (xy 61.572212 109.853248) - (xy 61.525213 109.8625) - (xy 60.203883 109.8625) - (xy 60.136844 109.842815) - (xy 60.116202 109.826181) - (xy 59.42881 109.138789) - (xy 59.395325 109.077466) - (xy 59.400309 109.007774) - (xy 59.442181 108.951841) - (xy 59.451201 108.945688) - (xy 59.521562 108.902124) - (xy 59.576368 108.852161) - (xy 59.685979 108.752238) - (xy 59.766782 108.645238) - (xy 59.820058 108.574689) - (xy 59.919229 108.375528) - (xy 59.980115 108.161536) - (xy 60.000643 107.94) - (xy 59.980115 107.718464) - (xy 59.919229 107.504472) - (xy 59.919224 107.504461) - (xy 59.820061 107.305316) - (xy 59.820056 107.305308) - (xy 59.685979 107.127761) - (xy 59.521562 106.977876) - (xy 59.52156 106.977874) - (xy 59.332404 106.860754) - (xy 59.332398 106.860752) - (xy 59.12494 106.780382) - (xy 58.906243 106.7395) - (xy 58.683757 106.7395) - (xy 58.46506 106.780382) - (xy 58.333864 106.831207) - (xy 58.257601 106.860752) - (xy 58.257595 106.860754) - (xy 58.068439 106.977874) - (xy 58.068437 106.977876) - (xy 57.90402 107.127761) - (xy 57.780689 107.291079) - (xy 57.72458 107.332715) - (xy 57.654868 107.337406) - (xy 57.594054 107.304033) - (xy 54.551819 104.261798) - (xy 54.518334 104.200475) - (xy 54.5155 104.174117) - (xy 54.5155 103.024499) - (xy 54.535185 102.95746) - (xy 54.587989 102.911705) - (xy 54.6395 102.900499) - (xy 54.735871 102.900499) - (xy 54.735872 102.900499) - (xy 54.795483 102.894091) - (xy 54.930331 102.843796) - (xy 55.045546 102.757546) - (xy 55.131796 102.642331) - (xy 55.182091 102.507483) - (xy 55.182092 102.507472) - (xy 55.183365 102.502088) - (xy 55.217933 102.441369) - (xy 55.279841 102.408978) - (xy 55.349433 102.415199) - (xy 55.391725 102.442912) - (xy 55.548858 102.600045) - (xy 55.548861 102.600047) - (xy 55.735266 102.730568) - (xy 55.941504 102.826739) - (xy 55.941509 102.82674) - (xy 55.941511 102.826741) - (xy 55.994415 102.840916) - (xy 56.161308 102.885635) - (xy 56.32323 102.899801) - (xy 56.387998 102.905468) - (xy 56.388 102.905468) - (xy 56.388002 102.905468) - (xy 56.444807 102.900498) - (xy 56.614692 102.885635) - (xy 56.834496 102.826739) - (xy 57.040734 102.730568) - (xy 57.227139 102.600047) - (xy 57.388047 102.439139) - (xy 57.518568 102.252734) - (xy 57.614739 102.046496) - (xy 57.673635 101.826692) - (xy 57.693468 101.6) - (xy 57.691175 101.573796) - (xy 57.687801 101.53523) - (xy 57.673635 101.373308) - (xy 57.614739 101.153504) - (xy 57.518568 100.947266) - (xy 57.388047 100.760861) - (xy 57.388045 100.760858) - (xy 57.227141 100.599954) - (xy 57.040734 100.469432) - (xy 57.040732 100.469431) - (xy 56.834497 100.373261) - (xy 56.834488 100.373258) - (xy 56.614697 100.314366) - (xy 56.614693 100.314365) - (xy 56.614692 100.314365) - (xy 56.614691 100.314364) - (xy 56.614686 100.314364) - (xy 56.388002 100.294532) - (xy 56.387998 100.294532) - (xy 56.161313 100.314364) - (xy 56.161302 100.314366) - (xy 55.941511 100.373258) - (xy 55.941502 100.373261) - (xy 55.735267 100.469431) - (xy 55.735265 100.469432) - (xy 55.548862 100.599951) - (xy 55.391726 100.757087) - (xy 55.330403 100.790571) - (xy 55.260711 100.785587) - (xy 55.204778 100.743715) - (xy 55.183369 100.697923) - (xy 55.182091 100.692518) - (xy 55.131797 100.557671) - (xy 55.131793 100.557664) - (xy 55.045547 100.442455) - (xy 55.045544 100.442452) - (xy 54.930335 100.356206) - (xy 54.930328 100.356202) - (xy 54.795482 100.305908) - (xy 54.795483 100.305908) - (xy 54.735883 100.299501) - (xy 54.735881 100.2995) - (xy 54.735873 100.2995) - (xy 54.735864 100.2995) - (xy 53.040129 100.2995) - (xy 53.040123 100.299501) - (xy 52.980516 100.305908) - (xy 52.845671 100.356202) - (xy 52.845664 100.356206) - (xy 52.730455 100.442452) - (xy 52.730452 100.442455) - (xy 52.644206 100.557664) - (xy 52.644202 100.557671) - (xy 52.593908 100.692517) - (xy 52.587501 100.752116) - (xy 52.5875 100.752135) - (xy 52.5875 102.44787) - (xy 52.587501 102.447876) - (xy 52.593908 102.507483) - (xy 52.644202 102.642328) - (xy 52.644206 102.642335) - (xy 52.730452 102.757544) - (xy 52.730455 102.757547) - (xy 52.845664 102.843793) - (xy 52.845671 102.843797) - (xy 52.875328 102.854858) - (xy 52.980517 102.894091) - (xy 53.040127 102.9005) - (xy 53.1365 102.900499) - (xy 53.203538 102.920183) - (xy 53.249294 102.972986) - (xy 53.2605 103.024499) - (xy 53.2605 104.40243) - (xy 53.258772 104.418079) - (xy 53.259054 104.418106) - (xy 53.258319 104.425873) - (xy 53.2605 104.495257) - (xy 53.2605 104.524875) - (xy 53.261371 104.531778) - (xy 53.261829 104.537597) - (xy 53.263298 104.58434) - (xy 53.268916 104.603673) - (xy 53.272862 104.622727) - (xy 53.275383 104.642685) - (xy 53.275386 104.642697) - (xy 53.292595 104.686163) - (xy 53.294487 104.691691) - (xy 53.30753 104.736585) - (xy 53.30753 104.736586) - (xy 53.317777 104.753913) - (xy 53.326335 104.771383) - (xy 53.333745 104.790099) - (xy 53.361229 104.827927) - (xy 53.364437 104.832811) - (xy 53.388234 104.87305) - (xy 53.38824 104.873058) - (xy 53.402469 104.887286) - (xy 53.415109 104.902085) - (xy 53.426934 104.918362) - (xy 53.426936 104.918363) - (xy 53.426937 104.918365) - (xy 53.462957 104.948163) - (xy 53.467268 104.952085) - (xy 56.348182 107.832999) - (xy 59.05933 110.544147) - (xy 59.092815 110.60547) - (xy 59.087831 110.675162) - (xy 59.045959 110.731095) - (xy 58.980495 110.755512) - (xy 58.948866 110.753717) - (xy 58.906243 110.74575) - (xy 58.683757 110.74575) - (xy 58.46506 110.786632) - (xy 58.333864 110.837457) - (xy 58.257601 110.867002) - (xy 58.257595 110.867004) - (xy 58.068439 110.984124) - (xy 58.068437 110.984126) - (xy 57.90402 111.134011) - (xy 57.769943 111.311558) - (xy 57.769938 111.311566) - (xy 57.670775 111.510711) - (xy 57.670769 111.510726) - (xy 57.609885 111.724712) - (xy 57.609884 111.724714) - (xy 57.589357 111.946249) - (xy 57.589357 111.94625) - (xy 57.609884 112.167785) - (xy 57.609885 112.167787) - (xy 57.670769 112.381773) - (xy 57.670775 112.381788) - (xy 57.769938 112.580933) - (xy 57.769943 112.580941) - (xy 57.90402 112.758488) - (xy 58.068437 112.908373) - (xy 58.068439 112.908375) - (xy 58.257595 113.025495) - (xy 58.257596 113.025495) - (xy 58.257599 113.025497) - (xy 58.46506 113.105868) - (xy 58.683757 113.14675) - (xy 58.683759 113.14675) - (xy 58.906241 113.14675) - (xy 58.906243 113.14675) - (xy 59.12494 113.105868) - (xy 59.332401 113.025497) - (xy 59.521562 112.908374) - (xy 59.685981 112.758486) - (xy 59.820058 112.580939) - (xy 59.919229 112.381778) - (xy 59.980115 112.167786) - (xy 60.000643 111.94625) - (xy 60.000205 111.941528) - (xy 59.980115 111.724714) - (xy 59.980114 111.724712) - (xy 59.977845 111.716739) - (xy 59.919229 111.510722) - (xy 59.916878 111.506) - (xy 59.820061 111.311566) - (xy 59.817402 111.307272) - (xy 59.798845 111.239912) - (xy 59.819652 111.173212) - (xy 59.873216 111.128349) - (xy 59.911177 111.118541) - (xy 59.919294 111.117774) - (xy 59.925123 111.1175) - (xy 61.525213 111.1175) - (xy 61.592252 111.137185) - (xy 61.626788 111.170377) - (xy 61.737954 111.329141) - (xy 61.898858 111.490045) - (xy 61.928388 111.510722) - (xy 62.085266 111.620568) - (xy 62.114453 111.634178) - (xy 62.143275 111.647618) - (xy 62.195714 111.693791) - (xy 62.214866 111.760984) - (xy 62.19465 111.827865) - (xy 62.143275 111.872382) - (xy 62.085267 111.899431) - (xy 62.085265 111.899432) - (xy 61.898858 112.029954) - (xy 61.737954 112.190858) - (xy 61.607432 112.377265) - (xy 61.607431 112.377267) - (xy 61.51126 112.583504) - (xy 61.47765 112.708936) - (xy 61.445557 112.764522) - (xy 59.10759 115.102489) - (xy 59.046267 115.135974) - (xy 58.987816 115.134583) - (xy 58.95793 115.126575) - (xy 58.921694 115.116865) - (xy 58.921686 115.116864) - (xy 58.695002 115.097032) - (xy 58.694998 115.097032) - (xy 58.468313 115.116864) - (xy 58.468302 115.116866) - (xy 58.248511 115.175758) - (xy 58.248502 115.175761) - (xy 58.042267 115.271931) - (xy 58.042265 115.271932) - (xy 57.855858 115.402454) - (xy 57.694954 115.563358) - (xy 57.564433 115.749764) - (xy 57.564432 115.749766) - (xy 57.55738 115.764887) - (xy 57.511209 115.817325) - (xy 57.444015 115.836476) - (xy 57.377134 115.81626) - (xy 57.332619 115.764887) - (xy 57.325568 115.749766) - (xy 57.195047 115.563361) - (xy 57.195045 115.563358) - (xy 57.034141 115.402454) - (xy 56.847734 115.271932) - (xy 56.847732 115.271931) - (xy 56.641497 115.175761) - (xy 56.641488 115.175758) - (xy 56.421697 115.116866) - (xy 56.421693 115.116865) - (xy 56.421692 115.116865) - (xy 56.421691 115.116864) - (xy 56.421686 115.116864) - (xy 56.195002 115.097032) - (xy 56.194998 115.097032) - (xy 55.968313 115.116864) - (xy 55.968302 115.116866) - (xy 55.748511 115.175758) - (xy 55.748502 115.175761) - (xy 55.542267 115.271931) - (xy 55.542265 115.271932) - (xy 55.355858 115.402454) - (xy 55.194954 115.563358) - (xy 55.064432 115.749765) - (xy 55.064431 115.749767) - (xy 54.968261 115.956002) - (xy 54.968258 115.956011) - (xy 54.909366 116.175802) - (xy 54.909364 116.175813) - (xy 54.889532 116.402498) - (xy 54.889532 116.402501) - (xy 54.909364 116.629186) - (xy 54.909366 116.629197) - (xy 54.968258 116.848988) - (xy 54.968261 116.848997) - (xy 55.064431 117.055232) - (xy 55.064432 117.055234) - (xy 55.194954 117.241641) - (xy 55.355858 117.402545) - (xy 55.355861 117.402547) - (xy 55.542266 117.533068) - (xy 55.748504 117.629239) - (xy 55.968308 117.688135) - (xy 56.13023 117.702301) - (xy 56.194998 117.707968) - (xy 56.195 117.707968) - (xy 56.195002 117.707968) - (xy 56.251673 117.703009) - (xy 56.421692 117.688135) - (xy 56.641496 117.629239) - (xy 56.847734 117.533068) - (xy 57.034139 117.402547) - (xy 57.195047 117.241639) - (xy 57.325568 117.055234) - (xy 57.332618 117.040114) - (xy 57.378789 116.987676) - (xy 57.445982 116.968523) - (xy 57.512864 116.988738) - (xy 57.557381 117.040114) - (xy 57.564432 117.055233) - (xy 57.564432 117.055234) - (xy 57.694954 117.241641) - (xy 57.855858 117.402545) - (xy 57.855861 117.402547) - (xy 58.042266 117.533068) - (xy 58.248504 117.629239) - (xy 58.468308 117.688135) - (xy 58.63023 117.702301) - (xy 58.694998 117.707968) - (xy 58.695 117.707968) - (xy 58.695002 117.707968) - (xy 58.751673 117.703009) - (xy 58.921692 117.688135) - (xy 59.141496 117.629239) - (xy 59.347734 117.533068) - (xy 59.534139 117.402547) - (xy 59.695047 117.241639) - (xy 59.825568 117.055234) - (xy 59.921739 116.848996) - (xy 59.980635 116.629192) - (xy 60.000468 116.4025) - (xy 59.980635 116.175808) - (xy 59.962916 116.109681) - (xy 59.964579 116.039832) - (xy 59.995008 115.989909) - (xy 61.858233 114.126684) - (xy 61.919554 114.093201) - (xy 61.989246 114.098185) - (xy 62.017031 114.112789) - (xy 62.085266 114.160568) - (xy 62.143275 114.187618) - (xy 62.195714 114.233791) - (xy 62.214866 114.300984) - (xy 62.19465 114.367865) - (xy 62.143275 114.412382) - (xy 62.085267 114.439431) - (xy 62.085265 114.439432) - (xy 61.898858 114.569954) - (xy 61.737954 114.730858) - (xy 61.607432 114.917265) - (xy 61.607431 114.917267) - (xy 61.511261 115.123502) - (xy 61.511258 115.123511) - (xy 61.452366 115.343302) - (xy 61.452364 115.343313) - (xy 61.432532 115.569998) - (xy 61.432532 115.570001) - (xy 61.452364 115.796686) - (xy 61.452366 115.796697) - (xy 61.511258 116.016488) - (xy 61.511261 116.016497) - (xy 61.607431 116.222732) - (xy 61.607432 116.222734) - (xy 61.737954 116.409141) - (xy 61.898856 116.570043) - (xy 61.898859 116.570045) - (xy 61.898861 116.570047) - (xy 61.930623 116.592286) - (xy 61.974247 116.64686) - (xy 61.9835 116.693861) - (xy 61.9835 118.701) - (xy 61.982191 118.718969) - (xy 61.978684 118.742908) - (xy 61.983264 118.795241) - (xy 61.9835 118.800648) - (xy 61.9835 118.808946) - (xy 61.987325 118.841674) - (xy 61.994056 118.91861) - (xy 61.995516 118.925677) - (xy 61.995464 118.925687) - (xy 61.997123 118.933167) - (xy 61.997174 118.933155) - (xy 61.998839 118.94018) - (xy 62.025247 119.01274) - (xy 62.049535 119.086034) - (xy 62.052586 119.092575) - (xy 62.052536 119.092598) - (xy 62.055876 119.099497) - (xy 62.055925 119.099473) - (xy 62.059166 119.105928) - (xy 62.097192 119.163745) - (xy 62.117583 119.230572) - (xy 62.098608 119.297816) - (xy 62.04629 119.344126) - (xy 62.004397 119.35541) - (xy 61.8964 119.364858) - (xy 61.896389 119.36486) - (xy 61.676682 119.42373) - (xy 61.676673 119.423734) - (xy 61.470513 119.519868) - (xy 61.397526 119.570973) - (xy 62.078599 120.252046) - (xy 61.997852 120.264835) - (xy 61.884955 120.322359) - (xy 61.795359 120.411955) - (xy 61.737835 120.524852) - (xy 61.725046 120.605599) - (xy 61.043973 119.924526) - (xy 61.043972 119.924527) - (xy 60.992868 119.997513) - (xy 60.896734 120.203673) - (xy 60.89673 120.203682) - (xy 60.83786 120.423389) - (xy 60.837858 120.4234) - (xy 60.818034 120.649997) - (xy 60.818034 120.650002) - (xy 60.837858 120.876599) - (xy 60.83786 120.87661) - (xy 60.89673 121.096317) - (xy 60.896734 121.096326) - (xy 60.992865 121.302481) - (xy 60.992866 121.302483) - (xy 61.043973 121.375471) - (xy 61.043974 121.375472) - (xy 61.725046 120.694399) - (xy 61.737835 120.775148) - (xy 61.795359 120.888045) - (xy 61.884955 120.977641) - (xy 61.997852 121.035165) - (xy 62.078599 121.047953) - (xy 61.397526 121.729025) - (xy 61.397526 121.729026) - (xy 61.470512 121.780131) - (xy 61.470516 121.780133) - (xy 61.676673 121.876265) - (xy 61.676682 121.876269) - (xy 61.896389 121.935139) - (xy 61.8964 121.935141) - (xy 62.122998 121.954966) - (xy 62.123002 121.954966) - (xy 62.349599 121.935141) - (xy 62.34961 121.935139) - (xy 62.569317 121.876269) - (xy 62.569331 121.876264) - (xy 62.775478 121.780136) - (xy 62.848472 121.729025) - (xy 62.167401 121.047953) - (xy 62.248148 121.035165) - (xy 62.361045 120.977641) - (xy 62.450641 120.888045) - (xy 62.508165 120.775148) - (xy 62.520953 120.6944) - (xy 63.202025 121.375472) - (xy 63.253134 121.302481) - (xy 63.26034 121.287028) - (xy 63.306511 121.234587) - (xy 63.373704 121.215433) - (xy 63.440585 121.235646) - (xy 63.485105 121.287022) - (xy 63.49243 121.30273) - (xy 63.492432 121.302734) - (xy 63.622954 121.489141) - (xy 63.783856 121.650043) - (xy 63.783859 121.650045) - (xy 63.783861 121.650047) - (xy 63.815623 121.672286) - (xy 63.859247 121.72686) - (xy 63.8685 121.773861) - (xy 63.8685 124.636495) - (xy 63.848815 124.703534) - (xy 63.796011 124.749289) - (xy 63.726853 124.759233) - (xy 63.701168 124.752677) - (xy 63.645485 124.731909) - (xy 63.645483 124.731908) - (xy 63.585883 124.725501) - (xy 63.585881 124.7255) - (xy 63.585873 124.7255) - (xy 63.585864 124.7255) - (xy 61.890129 124.7255) - (xy 61.890123 124.725501) - (xy 61.830516 124.731908) - (xy 61.695671 124.782202) - (xy 61.695664 124.782206) - (xy 61.580455 124.868452) - (xy 61.580452 124.868455) - (xy 61.494206 124.983664) - (xy 61.494202 124.983671) - (xy 61.443908 125.118517) - (xy 61.437501 125.178116) - (xy 61.4375 125.178135) - (xy 61.4375 126.87387) - (xy 61.437501 126.873876) - (xy 61.443908 126.933483) - (xy 61.494202 127.068328) - (xy 61.494206 127.068335) - (xy 61.580452 127.183544) - (xy 61.580455 127.183547) - (xy 61.695664 127.269793) - (xy 61.695671 127.269797) - (xy 61.740618 127.286561) - (xy 61.830517 127.320091) - (xy 61.865596 127.323862) - (xy 61.930144 127.350599) - (xy 61.969993 127.407991) - (xy 61.972488 127.477816) - (xy 61.936836 127.537905) - (xy 61.923464 127.548725) - (xy 61.898858 127.565954) - (xy 61.737954 127.726858) - (xy 61.607432 127.913265) - (xy 61.607431 127.913267) - (xy 61.511261 128.119502) - (xy 61.511258 128.119511) - (xy 61.452366 128.339302) - (xy 61.452364 128.339313) - (xy 61.432532 128.565998) - (xy 61.432532 128.566001) - (xy 61.452364 128.792686) - (xy 61.452366 128.792697) - (xy 61.511258 129.012488) - (xy 61.511261 129.012497) - (xy 61.607431 129.218732) - (xy 61.607432 129.218734) - (xy 61.737954 129.405141) - (xy 61.898858 129.566045) - (xy 61.898861 129.566047) - (xy 62.085266 129.696568) - (xy 62.143275 129.723618) - (xy 62.195714 129.769791) - (xy 62.214866 129.836984) - (xy 62.19465 129.903865) - (xy 62.143275 129.948382) - (xy 62.085267 129.975431) - (xy 62.085265 129.975432) - (xy 61.898858 130.105954) - (xy 61.737954 130.266858) - (xy 61.607432 130.453265) - (xy 61.607431 130.453267) - (xy 61.511261 130.659502) - (xy 61.511258 130.659511) - (xy 61.452366 130.879302) - (xy 61.452364 130.879313) - (xy 61.432532 131.105998) - (xy 61.432532 131.106001) - (xy 61.452364 131.332686) - (xy 61.452366 131.332697) - (xy 61.511258 131.552488) - (xy 61.511261 131.552497) - (xy 61.607431 131.758732) - (xy 61.607432 131.758734) - (xy 61.737954 131.945141) - (xy 61.898858 132.106045) - (xy 61.898861 132.106047) - (xy 62.085266 132.236568) - (xy 62.143275 132.263618) - (xy 62.195714 132.309791) - (xy 62.214866 132.376984) - (xy 62.19465 132.443865) - (xy 62.143275 132.488382) - (xy 62.085267 132.515431) - (xy 62.085265 132.515432) - (xy 61.898858 132.645954) - (xy 61.737954 132.806858) - (xy 61.607432 132.993265) - (xy 61.607431 132.993267) - (xy 61.511261 133.199502) - (xy 61.511258 133.199511) - (xy 61.452366 133.419302) - (xy 61.452364 133.419313) - (xy 61.432532 133.645998) - (xy 61.432532 133.646001) - (xy 61.452364 133.872686) - (xy 61.452366 133.872697) - (xy 61.511258 134.092488) - (xy 61.511261 134.092497) - (xy 61.607431 134.298732) - (xy 61.607432 134.298734) - (xy 61.737954 134.485141) - (xy 61.898858 134.646045) - (xy 61.898861 134.646047) - (xy 62.085266 134.776568) - (xy 62.291504 134.872739) - (xy 62.511308 134.931635) - (xy 62.67323 134.945801) - (xy 62.737998 134.951468) - (xy 62.738 134.951468) - (xy 62.738002 134.951468) - (xy 62.794673 134.946509) - (xy 62.964692 134.931635) - (xy 63.184496 134.872739) - (xy 63.390734 134.776568) - (xy 63.577139 134.646047) - (xy 63.577983 134.645203) - (xy 63.656819 134.566368) - (xy 63.718142 134.532883) - (xy 63.787834 134.537867) - (xy 63.843767 134.579739) - (xy 63.868184 134.645203) - (xy 63.8685 134.654049) - (xy 63.8685 137.306138) - (xy 63.848815 137.373177) - (xy 63.815626 137.40771) - (xy 63.783861 137.429953) - (xy 63.622951 137.590862) - (xy 63.492432 137.777265) - (xy 63.49243 137.777269) - (xy 63.485105 137.792978) - (xy 63.438931 137.845417) - (xy 63.371737 137.864567) - (xy 63.304857 137.84435) - (xy 63.260341 137.792974) - (xy 63.253132 137.777515) - (xy 63.253131 137.777512) - (xy 63.202026 137.704526) - (xy 63.202025 137.704526) - (xy 62.520953 138.385598) - (xy 62.508165 138.304852) - (xy 62.450641 138.191955) - (xy 62.361045 138.102359) - (xy 62.248148 138.044835) - (xy 62.1674 138.032046) - (xy 62.848472 137.350974) - (xy 62.848471 137.350973) - (xy 62.775483 137.299866) - (xy 62.775481 137.299865) - (xy 62.569326 137.203734) - (xy 62.569317 137.20373) - (xy 62.34961 137.14486) - (xy 62.349599 137.144858) - (xy 62.123002 137.125034) - (xy 62.122998 137.125034) - (xy 61.8964 137.144858) - (xy 61.896389 137.14486) - (xy 61.676682 137.20373) - (xy 61.676673 137.203734) - (xy 61.470513 137.299868) - (xy 61.397527 137.350972) - (xy 61.397526 137.350973) - (xy 62.0786 138.032046) - (xy 61.997852 138.044835) - (xy 61.884955 138.102359) - (xy 61.795359 138.191955) - (xy 61.737835 138.304852) - (xy 61.725046 138.385599) - (xy 61.043973 137.704526) - (xy 61.043972 137.704527) - (xy 60.992868 137.777513) - (xy 60.896734 137.983673) - (xy 60.89673 137.983682) - (xy 60.83786 138.203389) - (xy 60.837858 138.2034) - (xy 60.818034 138.429997) - (xy 60.818034 138.430002) - (xy 60.837858 138.656599) - (xy 60.83786 138.65661) - (xy 60.89673 138.876317) - (xy 60.896734 138.876326) - (xy 60.992865 139.082481) - (xy 60.992866 139.082483) - (xy 61.043973 139.155471) - (xy 61.043974 139.155472) - (xy 61.725046 138.474399) - (xy 61.737835 138.555148) - (xy 61.795359 138.668045) - (xy 61.884955 138.757641) - (xy 61.997852 138.815165) - (xy 62.078599 138.827953) - (xy 61.397526 139.509025) - (xy 61.397526 139.509026) - (xy 61.470512 139.560131) - (xy 61.470516 139.560133) - (xy 61.676673 139.656265) - (xy 61.676682 139.656269) - (xy 61.896389 139.715139) - (xy 61.8964 139.715141) - (xy 62.122998 139.734966) - (xy 62.123002 139.734966) - (xy 62.349599 139.715141) - (xy 62.34961 139.715139) - (xy 62.569317 139.656269) - (xy 62.569331 139.656264) - (xy 62.775478 139.560136) - (xy 62.848472 139.509025) - (xy 62.167401 138.827953) - (xy 62.248148 138.815165) - (xy 62.361045 138.757641) - (xy 62.450641 138.668045) - (xy 62.508165 138.555148) - (xy 62.520953 138.4744) - (xy 63.202025 139.155472) - (xy 63.253134 139.082481) - (xy 63.26034 139.067028) - (xy 63.306511 139.014587) - (xy 63.373704 138.995433) - (xy 63.440585 139.015646) - (xy 63.485105 139.067022) - (xy 63.49243 139.08273) - (xy 63.492432 139.082734) - (xy 63.622954 139.269141) - (xy 63.783858 139.430045) - (xy 63.783861 139.430047) - (xy 63.970266 139.560568) - (xy 64.176504 139.656739) - (xy 64.396308 139.715635) - (xy 64.55823 139.729801) - (xy 64.622998 139.735468) - (xy 64.623 139.735468) - (xy 64.623002 139.735468) - (xy 64.679673 139.730509) - (xy 64.849692 139.715635) - (xy 65.069496 139.656739) - (xy 65.275734 139.560568) - (xy 65.462139 139.430047) - (xy 65.623047 139.269139) - (xy 65.753568 139.082734) - (xy 65.849739 138.876496) - (xy 65.908635 138.656692) - (xy 65.928468 138.43) - (xy 65.908635 138.203308) - (xy 65.855576 138.005287) - (xy 65.849741 137.983511) - (xy 65.849738 137.983502) - (xy 65.794277 137.864567) - (xy 65.753568 137.777266) - (xy 65.688006 137.683633) - (xy 65.623048 137.590862) - (xy 65.560753 137.528567) - (xy 65.462139 137.429953) - (xy 65.430374 137.40771) - (xy 65.386751 137.353135) - (xy 65.3775 137.306138) - (xy 65.3775 137.24587) - (xy 73.104121 137.24587) - (xy 73.104122 137.245876) - (xy 73.110529 137.305483) - (xy 73.160823 137.440328) - (xy 73.160827 137.440335) - (xy 73.247073 137.555544) - (xy 73.247076 137.555547) - (xy 73.362285 137.641793) - (xy 73.362292 137.641797) - (xy 73.497138 137.692091) - (xy 73.497137 137.692091) - (xy 73.504065 137.692835) - (xy 73.556748 137.6985) - (xy 75.252493 137.698499) - (xy 75.312104 137.692091) - (xy 75.446952 137.641796) - (xy 75.562167 137.555546) - (xy 75.648417 137.440331) - (xy 75.698712 137.305483) - (xy 75.698713 137.305472) - (xy 75.699986 137.300088) - (xy 75.734554 137.239369) - (xy 75.796462 137.206978) - (xy 75.866054 137.213199) - (xy 75.908346 137.240912) - (xy 76.065479 137.398045) - (xy 76.065482 137.398047) - (xy 76.251887 137.528568) - (xy 76.458125 137.624739) - (xy 76.677929 137.683635) - (xy 76.839851 137.697801) - (xy 76.904619 137.703468) - (xy 76.904621 137.703468) - (xy 76.904623 137.703468) - (xy 76.961428 137.698498) - (xy 77.131313 137.683635) - (xy 77.351117 137.624739) - (xy 77.557355 137.528568) - (xy 77.74376 137.398047) - (xy 77.904668 137.237139) - (xy 78.035189 137.050734) - (xy 78.13136 136.844496) - (xy 78.190256 136.624692) - (xy 78.210089 136.398) - (xy 78.190256 136.171308) - (xy 78.13136 135.951504) - (xy 78.035189 135.745266) - (xy 77.904668 135.558861) - (xy 77.904666 135.558858) - (xy 77.743762 135.397954) - (xy 77.557355 135.267432) - (xy 77.557353 135.267431) - (xy 77.351118 135.171261) - (xy 77.351109 135.171258) - (xy 77.131318 135.112366) - (xy 77.131314 135.112365) - (xy 77.131313 135.112365) - (xy 77.131312 135.112364) - (xy 77.131307 135.112364) - (xy 76.904623 135.092532) - (xy 76.904619 135.092532) - (xy 76.677934 135.112364) - (xy 76.677923 135.112366) - (xy 76.458132 135.171258) - (xy 76.458123 135.171261) - (xy 76.251888 135.267431) - (xy 76.251886 135.267432) - (xy 76.065483 135.397951) - (xy 75.908347 135.555087) - (xy 75.847024 135.588571) - (xy 75.777332 135.583587) - (xy 75.721399 135.541715) - (xy 75.69999 135.495923) - (xy 75.698712 135.490518) - (xy 75.648418 135.355671) - (xy 75.648414 135.355664) - (xy 75.562168 135.240455) - (xy 75.562165 135.240452) - (xy 75.446956 135.154206) - (xy 75.446949 135.154202) - (xy 75.312103 135.103908) - (xy 75.312104 135.103908) - (xy 75.252504 135.097501) - (xy 75.252502 135.0975) - (xy 75.252494 135.0975) - (xy 75.252485 135.0975) - (xy 73.55675 135.0975) - (xy 73.556744 135.097501) - (xy 73.497137 135.103908) - (xy 73.362292 135.154202) - (xy 73.362285 135.154206) - (xy 73.247076 135.240452) - (xy 73.247073 135.240455) - (xy 73.160827 135.355664) - (xy 73.160823 135.355671) - (xy 73.110529 135.490517) - (xy 73.104122 135.550116) - (xy 73.104121 135.550135) - (xy 73.104121 137.24587) - (xy 65.3775 137.24587) - (xy 65.3775 121.773861) - (xy 65.397185 121.706822) - (xy 65.430375 121.672287) - (xy 65.462139 121.650047) - (xy 65.623047 121.489139) - (xy 65.753568 121.302734) - (xy 65.849739 121.096496) - (xy 65.908635 120.876692) - (xy 65.926668 120.670573) - (xy 65.928468 120.650001) - (xy 65.928468 120.649998) - (xy 65.911627 120.457511) - (xy 65.908635 120.423308) - (xy 65.849739 120.203504) - (xy 65.753568 119.997266) - (xy 65.623047 119.810861) - (xy 65.462139 119.649953) - (xy 65.430374 119.62771) - (xy 65.386751 119.573135) - (xy 65.3775 119.526138) - (xy 65.3775 119.010498) - (xy 65.397185 118.943459) - (xy 65.449989 118.897704) - (xy 65.519147 118.88776) - (xy 65.582703 118.916785) - (xy 65.605101 118.94236) - (xy 65.621599 118.967444) - (xy 65.662131 119.033156) - (xy 65.666611 119.038822) - (xy 65.666569 119.038855) - (xy 65.671401 119.044786) - (xy 65.671443 119.044752) - (xy 65.676081 119.05028) - (xy 65.676085 119.050285) - (xy 65.704166 119.076778) - (xy 65.732247 119.103272) - (xy 67.018827 120.389851) - (xy 67.052312 120.451174) - (xy 67.054674 120.488338) - (xy 67.040532 120.649996) - (xy 67.040532 120.650001) - (xy 67.060364 120.876686) - (xy 67.060366 120.876697) - (xy 67.119258 121.096488) - (xy 67.119261 121.096497) - (xy 67.215431 121.302732) - (xy 67.215432 121.302734) - (xy 67.345954 121.489141) - (xy 67.506856 121.650043) - (xy 67.506859 121.650045) - (xy 67.506861 121.650047) - (xy 67.538623 121.672286) - (xy 67.582247 121.72686) - (xy 67.5915 121.773861) - (xy 67.5915 123.95) - (xy 67.590191 123.967969) - (xy 67.586684 123.991908) - (xy 67.591264 124.044241) - (xy 67.5915 124.049648) - (xy 67.5915 124.057946) - (xy 67.595325 124.090674) - (xy 67.602056 124.16761) - (xy 67.603516 124.174677) - (xy 67.603464 124.174687) - (xy 67.605123 124.182167) - (xy 67.605174 124.182155) - (xy 67.606839 124.18918) - (xy 67.633247 124.26174) - (xy 67.657535 124.335034) - (xy 67.660586 124.341575) - (xy 67.660536 124.341598) - (xy 67.663876 124.348497) - (xy 67.663925 124.348473) - (xy 67.667162 124.35492) - (xy 67.667164 124.354924) - (xy 67.694675 124.396753) - (xy 67.709599 124.419444) - (xy 67.750131 124.485156) - (xy 67.754611 124.490822) - (xy 67.754569 124.490855) - (xy 67.759401 124.496786) - (xy 67.759443 124.496752) - (xy 67.764081 124.50228) - (xy 67.764085 124.502285) - (xy 67.776369 124.513874) - (xy 67.820247 124.555272) - (xy 69.030827 125.765851) - (xy 69.064312 125.827174) - (xy 69.066674 125.864338) - (xy 69.052532 126.025996) - (xy 69.052532 126.026001) - (xy 69.072364 126.252686) - (xy 69.072366 126.252697) - (xy 69.131258 126.472488) - (xy 69.131261 126.472497) - (xy 69.227431 126.678732) - (xy 69.227432 126.678734) - (xy 69.357954 126.865141) - (xy 69.518858 127.026045) - (xy 69.518861 127.026047) - (xy 69.705266 127.156568) - (xy 69.763275 127.183618) - (xy 69.815714 127.229791) - (xy 69.834866 127.296984) - (xy 69.81465 127.363865) - (xy 69.763275 127.408382) - (xy 69.705267 127.435431) - (xy 69.705265 127.435432) - (xy 69.518858 127.565954) - (xy 69.357954 127.726858) - (xy 69.227432 127.913265) - (xy 69.227431 127.913267) - (xy 69.131261 128.119502) - (xy 69.131258 128.119511) - (xy 69.072366 128.339302) - (xy 69.072364 128.339313) - (xy 69.052532 128.565998) - (xy 69.052532 128.566001) - (xy 69.072364 128.792686) - (xy 69.072366 128.792697) - (xy 69.131258 129.012488) - (xy 69.131261 129.012497) - (xy 69.227431 129.218732) - (xy 69.227432 129.218734) - (xy 69.357954 129.405141) - (xy 69.518858 129.566045) - (xy 69.518861 129.566047) - (xy 69.705266 129.696568) - (xy 69.763275 129.723618) - (xy 69.815714 129.769791) - (xy 69.834866 129.836984) - (xy 69.81465 129.903865) - (xy 69.763275 129.948382) - (xy 69.705267 129.975431) - (xy 69.705265 129.975432) - (xy 69.518858 130.105954) - (xy 69.357954 130.266858) - (xy 69.227432 130.453265) - (xy 69.227431 130.453267) - (xy 69.131261 130.659502) - (xy 69.131258 130.659511) - (xy 69.072366 130.879302) - (xy 69.072364 130.879313) - (xy 69.052532 131.105998) - (xy 69.052532 131.106001) - (xy 69.072364 131.332686) - (xy 69.072366 131.332697) - (xy 69.131258 131.552488) - (xy 69.131261 131.552497) - (xy 69.227431 131.758732) - (xy 69.227432 131.758734) - (xy 69.357954 131.945141) - (xy 69.518858 132.106045) - (xy 69.518861 132.106047) - (xy 69.705266 132.236568) - (xy 69.763275 132.263618) - (xy 69.815714 132.309791) - (xy 69.834866 132.376984) - (xy 69.81465 132.443865) - (xy 69.763275 132.488382) - (xy 69.705267 132.515431) - (xy 69.705265 132.515432) - (xy 69.518858 132.645954) - (xy 69.357954 132.806858) - (xy 69.227432 132.993265) - (xy 69.227431 132.993267) - (xy 69.131261 133.199502) - (xy 69.131258 133.199511) - (xy 69.072366 133.419302) - (xy 69.072364 133.419313) - (xy 69.052532 133.645998) - (xy 69.052532 133.646001) - (xy 69.072364 133.872686) - (xy 69.072366 133.872697) - (xy 69.131258 134.092488) - (xy 69.131261 134.092497) - (xy 69.227431 134.298732) - (xy 69.227432 134.298734) - (xy 69.357954 134.485141) - (xy 69.518858 134.646045) - (xy 69.518861 134.646047) - (xy 69.705266 134.776568) - (xy 69.911504 134.872739) - (xy 70.131308 134.931635) - (xy 70.29323 134.945801) - (xy 70.357998 134.951468) - (xy 70.358 134.951468) - (xy 70.358002 134.951468) - (xy 70.414673 134.946509) - (xy 70.584692 134.931635) - (xy 70.804496 134.872739) - (xy 71.010734 134.776568) - (xy 71.197139 134.646047) - (xy 71.358047 134.485139) - (xy 71.488568 134.298734) - (xy 71.584739 134.092496) - (xy 71.643635 133.872692) - (xy 71.663468 133.646) - (xy 71.643635 133.419308) - (xy 71.584739 133.199504) - (xy 71.488568 132.993266) - (xy 71.358047 132.806861) - (xy 71.358045 132.806858) - (xy 71.197141 132.645954) - (xy 71.010734 132.515432) - (xy 71.010728 132.515429) - (xy 70.952725 132.488382) - (xy 70.900285 132.44221) - (xy 70.881133 132.375017) - (xy 70.901348 132.308135) - (xy 70.952725 132.263618) - (xy 71.010734 132.236568) - (xy 71.197139 132.106047) - (xy 71.358047 131.945139) - (xy 71.488568 131.758734) - (xy 71.584739 131.552496) - (xy 71.643635 131.332692) - (xy 71.663468 131.106) - (xy 71.643635 130.879308) - (xy 71.584739 130.659504) - (xy 71.488568 130.453266) - (xy 71.358047 130.266861) - (xy 71.358045 130.266858) - (xy 71.197141 130.105954) - (xy 71.010734 129.975432) - (xy 71.010728 129.975429) - (xy 70.983038 129.962517) - (xy 70.952724 129.948381) - (xy 70.921626 129.921) - (xy 72.835357 129.921) - (xy 72.855884 130.142535) - (xy 72.855885 130.142537) - (xy 72.916769 130.356523) - (xy 72.916775 130.356538) - (xy 73.015938 130.555683) - (xy 73.015943 130.555691) - (xy 73.15002 130.733238) - (xy 73.302088 130.871866) - (xy 73.310245 130.879302) - (xy 73.314437 130.883123) - (xy 73.314439 130.883125) - (xy 73.503595 131.000245) - (xy 73.503596 131.000245) - (xy 73.503599 131.000247) - (xy 73.71106 131.080618) - (xy 73.929757 131.1215) - (xy 73.929759 131.1215) - (xy 74.152241 131.1215) - (xy 74.152243 131.1215) - (xy 74.37094 131.080618) - (xy 74.578401 131.000247) - (xy 74.767562 130.883124) - (xy 74.931981 130.733236) - (xy 75.066058 130.555689) - (xy 75.165229 130.356528) - (xy 75.218016 130.171) - (xy 77.944505 130.171) - (xy 77.997239 130.356349) - (xy 78.096368 130.555425) - (xy 78.230391 130.7329) - (xy 78.394738 130.882721) - (xy 78.58382 130.999797) - (xy 78.583822 130.999798) - (xy 78.791195 131.080135) - (xy 78.871 131.095052) - (xy 78.871 130.171) - (xy 77.944505 130.171) - (xy 75.218016 130.171) - (xy 75.226115 130.142536) - (xy 75.243928 129.950302) - (xy 78.767372 129.950302) - (xy 78.796047 130.063538) - (xy 78.859936 130.161327) - (xy 78.952115 130.233072) - (xy 79.062595 130.271) - (xy 79.150005 130.271) - (xy 79.236216 130.256614) - (xy 79.338947 130.201019) - (xy 79.366581 130.171) - (xy 79.371 130.171) - (xy 79.371 131.095052) - (xy 79.450804 131.080135) - (xy 79.658177 130.999798) - (xy 79.658179 130.999797) - (xy 79.847261 130.882721) - (xy 80.011608 130.7329) - (xy 80.145631 130.555425) - (xy 80.24476 130.356349) - (xy 80.297495 130.171) - (xy 79.371 130.171) - (xy 79.366581 130.171) - (xy 79.41806 130.115079) - (xy 79.464982 130.008108) - (xy 79.474628 129.891698) - (xy 79.445953 129.778462) - (xy 79.382064 129.680673) - (xy 79.289885 129.608928) - (xy 79.179405 129.571) - (xy 79.091995 129.571) - (xy 79.005784 129.585386) - (xy 78.903053 129.640981) - (xy 78.82394 129.726921) - (xy 78.777018 129.833892) - (xy 78.767372 129.950302) - (xy 75.243928 129.950302) - (xy 75.246643 129.921) - (xy 75.24377 129.89) - (xy 75.226115 129.699464) - (xy 75.226114 129.699462) - (xy 75.225291 129.69657) - (xy 75.218016 129.671) - (xy 77.944505 129.671) - (xy 78.871 129.671) - (xy 78.871 128.746946) - (xy 79.371 128.746946) - (xy 79.371 129.671) - (xy 80.297495 129.671) - (xy 80.24476 129.48565) - (xy 80.145631 129.286574) - (xy 80.011608 129.109099) - (xy 79.847261 128.959278) - (xy 79.658179 128.842202) - (xy 79.658177 128.842201) - (xy 79.450799 128.761864) - (xy 79.371 128.746946) - (xy 78.871 128.746946) - (xy 78.7912 128.761864) - (xy 78.583822 128.842201) - (xy 78.58382 128.842202) - (xy 78.394738 128.959278) - (xy 78.230391 129.109099) - (xy 78.096368 129.286574) - (xy 77.997239 129.48565) - (xy 77.944505 129.671) - (xy 75.218016 129.671) - (xy 75.165229 129.485472) - (xy 75.165224 129.485461) - (xy 75.066061 129.286316) - (xy 75.066056 129.286308) - (xy 74.931979 129.108761) - (xy 74.767562 128.958876) - (xy 74.76756 128.958874) - (xy 74.578404 128.841754) - (xy 74.578398 128.841752) - (xy 74.37094 128.761382) - (xy 74.152243 128.7205) - (xy 73.929757 128.7205) - (xy 73.71106 128.761382) - (xy 73.63024 128.792692) - (xy 73.503601 128.841752) - (xy 73.503595 128.841754) - (xy 73.314439 128.958874) - (xy 73.314437 128.958876) - (xy 73.15002 129.108761) - (xy 73.015943 129.286308) - (xy 73.015938 129.286316) - (xy 72.916775 129.485461) - (xy 72.916769 129.485476) - (xy 72.855885 129.699462) - (xy 72.855884 129.699464) - (xy 72.835357 129.920999) - (xy 72.835357 129.921) - (xy 70.921626 129.921) - (xy 70.900285 129.90221) - (xy 70.881133 129.835017) - (xy 70.901348 129.768135) - (xy 70.952725 129.723618) - (xy 71.010734 129.696568) - (xy 71.197139 129.566047) - (xy 71.358047 129.405139) - (xy 71.488568 129.218734) - (xy 71.584739 129.012496) - (xy 71.643635 128.792692) - (xy 71.663468 128.566) - (xy 71.643635 128.339308) - (xy 71.584739 128.119504) - (xy 71.488568 127.913266) - (xy 71.358047 127.726861) - (xy 71.358045 127.726858) - (xy 71.197141 127.565954) - (xy 71.010734 127.435432) - (xy 71.010728 127.435429) - (xy 70.983038 127.422517) - (xy 70.952724 127.408381) - (xy 70.900285 127.36221) - (xy 70.881133 127.295017) - (xy 70.901348 127.228135) - (xy 70.952725 127.183618) - (xy 71.010734 127.156568) - (xy 71.197139 127.026047) - (xy 71.358047 126.865139) - (xy 71.488568 126.678734) - (xy 71.584739 126.472496) - (xy 71.643635 126.252692) - (xy 71.656031 126.111) - (xy 72.835357 126.111) - (xy 72.855884 126.332535) - (xy 72.855885 126.332537) - (xy 72.916769 126.546523) - (xy 72.916775 126.546538) - (xy 73.015938 126.745683) - (xy 73.015943 126.745691) - (xy 73.15002 126.923238) - (xy 73.314437 127.073123) - (xy 73.314439 127.073125) - (xy 73.503595 127.190245) - (xy 73.503596 127.190245) - (xy 73.503599 127.190247) - (xy 73.71106 127.270618) - (xy 73.929757 127.3115) - (xy 73.929759 127.3115) - (xy 74.152241 127.3115) - (xy 74.152243 127.3115) - (xy 74.37094 127.270618) - (xy 74.578401 127.190247) - (xy 74.767562 127.073124) - (xy 74.931981 126.923236) - (xy 75.066058 126.745689) - (xy 75.165229 126.546528) - (xy 75.226115 126.332536) - (xy 75.246643 126.111) - (xy 77.915357 126.111) - (xy 77.935884 126.332535) - (xy 77.935885 126.332537) - (xy 77.996769 126.546523) - (xy 77.996775 126.546538) - (xy 78.095938 126.745683) - (xy 78.095943 126.745691) - (xy 78.23002 126.923238) - (xy 78.394437 127.073123) - (xy 78.394439 127.073125) - (xy 78.583595 127.190245) - (xy 78.583596 127.190245) - (xy 78.583599 127.190247) - (xy 78.79106 127.270618) - (xy 79.009757 127.3115) - (xy 79.009759 127.3115) - (xy 79.232241 127.3115) - (xy 79.232243 127.3115) - (xy 79.45094 127.270618) - (xy 79.658401 127.190247) - (xy 79.847562 127.073124) - (xy 80.011981 126.923236) - (xy 80.146058 126.745689) - (xy 80.245229 126.546528) - (xy 80.306115 126.332536) - (xy 80.326643 126.111) - (xy 80.308159 125.911528) - (xy 80.306115 125.889464) - (xy 80.306114 125.889462) - (xy 80.280461 125.799302) - (xy 80.245229 125.675472) - (xy 80.197446 125.579511) - (xy 80.146061 125.476316) - (xy 80.146056 125.476308) - (xy 80.011979 125.298761) - (xy 79.847562 125.148876) - (xy 79.84756 125.148874) - (xy 79.658404 125.031754) - (xy 79.658398 125.031752) - (xy 79.45094 124.951382) - (xy 79.232243 124.9105) - (xy 79.009757 124.9105) - (xy 78.79106 124.951382) - (xy 78.707731 124.983664) - (xy 78.583601 125.031752) - (xy 78.583595 125.031754) - (xy 78.394439 125.148874) - (xy 78.394437 125.148876) - (xy 78.23002 125.298761) - (xy 78.095943 125.476308) - (xy 78.095938 125.476316) - (xy 77.996775 125.675461) - (xy 77.996769 125.675476) - (xy 77.935885 125.889462) - (xy 77.935884 125.889464) - (xy 77.915357 126.110999) - (xy 77.915357 126.111) - (xy 75.246643 126.111) - (xy 75.228159 125.911528) - (xy 75.226115 125.889464) - (xy 75.226114 125.889462) - (xy 75.200461 125.799302) - (xy 75.165229 125.675472) - (xy 75.117446 125.579511) - (xy 75.066061 125.476316) - (xy 75.066056 125.476308) - (xy 74.931979 125.298761) - (xy 74.767562 125.148876) - (xy 74.76756 125.148874) - (xy 74.578404 125.031754) - (xy 74.578398 125.031752) - (xy 74.37094 124.951382) - (xy 74.152243 124.9105) - (xy 73.929757 124.9105) - (xy 73.71106 124.951382) - (xy 73.627731 124.983664) - (xy 73.503601 125.031752) - (xy 73.503595 125.031754) - (xy 73.314439 125.148874) - (xy 73.314437 125.148876) - (xy 73.15002 125.298761) - (xy 73.015943 125.476308) - (xy 73.015938 125.476316) - (xy 72.916775 125.675461) - (xy 72.916769 125.675476) - (xy 72.855885 125.889462) - (xy 72.855884 125.889464) - (xy 72.835357 126.110999) - (xy 72.835357 126.111) - (xy 71.656031 126.111) - (xy 71.663468 126.026) - (xy 71.643635 125.799308) - (xy 71.584739 125.579504) - (xy 71.488568 125.373266) - (xy 71.358047 125.186861) - (xy 71.358045 125.186858) - (xy 71.197141 125.025954) - (xy 71.010734 124.895432) - (xy 71.010732 124.895431) - (xy 70.804497 124.799261) - (xy 70.804488 124.799258) - (xy 70.584697 124.740366) - (xy 70.584693 124.740365) - (xy 70.584692 124.740365) - (xy 70.584691 124.740364) - (xy 70.584686 124.740364) - (xy 70.358002 124.720532) - (xy 70.357997 124.720532) - (xy 70.196339 124.734674) - (xy 70.12784 124.720907) - (xy 70.097852 124.698827) - (xy 69.136819 123.737794) - (xy 69.103334 123.676471) - (xy 69.1005 123.650113) - (xy 69.1005 121.773861) - (xy 69.120185 121.706822) - (xy 69.153375 121.672287) - (xy 69.185139 121.650047) - (xy 69.346047 121.489139) - (xy 69.476568 121.302734) - (xy 69.483893 121.287023) - (xy 69.530062 121.234586) - (xy 69.597254 121.215432) - (xy 69.664136 121.235645) - (xy 69.708657 121.287023) - (xy 69.715865 121.302481) - (xy 69.715866 121.302483) - (xy 69.766973 121.375471) - (xy 69.766974 121.375472) - (xy 70.448046 120.694399) - (xy 70.460835 120.775148) - (xy 70.518359 120.888045) - (xy 70.607955 120.977641) - (xy 70.720852 121.035165) - (xy 70.801599 121.047953) - (xy 70.120526 121.729025) - (xy 70.120526 121.729026) - (xy 70.193512 121.780131) - (xy 70.193516 121.780133) - (xy 70.399673 121.876265) - (xy 70.399682 121.876269) - (xy 70.619389 121.935139) - (xy 70.6194 121.935141) - (xy 70.845998 121.954966) - (xy 70.846002 121.954966) - (xy 71.072599 121.935141) - (xy 71.07261 121.935139) - (xy 71.292317 121.876269) - (xy 71.292331 121.876264) - (xy 71.498478 121.780136) - (xy 71.571472 121.729025) - (xy 70.890401 121.047953) - (xy 70.971148 121.035165) - (xy 71.084045 120.977641) - (xy 71.173641 120.888045) - (xy 71.231165 120.775148) - (xy 71.243953 120.6944) - (xy 71.925025 121.375472) - (xy 71.976136 121.302478) - (xy 72.072264 121.096331) - (xy 72.072269 121.096317) - (xy 72.131139 120.87661) - (xy 72.131141 120.876599) - (xy 72.150966 120.650002) - (xy 72.150966 120.649997) - (xy 72.131141 120.4234) - (xy 72.131139 120.423389) - (xy 72.072269 120.203682) - (xy 72.072265 120.203673) - (xy 71.984286 120.015001) - (xy 73.195912 120.015001) - (xy 73.215744 120.241686) - (xy 73.215746 120.241697) - (xy 73.274638 120.461488) - (xy 73.274641 120.461497) - (xy 73.370811 120.667732) - (xy 73.370812 120.667734) - (xy 73.501334 120.854141) - (xy 73.662238 121.015045) - (xy 73.662241 121.015047) - (xy 73.848646 121.145568) - (xy 74.054884 121.241739) - (xy 74.274688 121.300635) - (xy 74.43661 121.314801) - (xy 74.501378 121.320468) - (xy 74.50138 121.320468) - (xy 74.501382 121.320468) - (xy 74.558187 121.315498) - (xy 74.728072 121.300635) - (xy 74.947876 121.241739) - (xy 75.154114 121.145568) - (xy 75.340519 121.015047) - (xy 75.497654 120.857911) - (xy 75.558976 120.824428) - (xy 75.628667 120.829412) - (xy 75.684601 120.871283) - (xy 75.706009 120.91707) - (xy 75.707288 120.92248) - (xy 75.757582 121.057328) - (xy 75.757586 121.057335) - (xy 75.843832 121.172544) - (xy 75.843835 121.172547) - (xy 75.959044 121.258793) - (xy 75.959051 121.258797) - (xy 76.093897 121.309091) - (xy 76.093896 121.309091) - (xy 76.100824 121.309835) - (xy 76.153507 121.3155) - (xy 77.849252 121.315499) - (xy 77.908863 121.309091) - (xy 78.043711 121.258796) - (xy 78.158926 121.172546) - (xy 78.245176 121.057331) - (xy 78.295471 120.922483) - (xy 78.30188 120.862873) - (xy 78.301879 119.167128) - (xy 78.295471 119.107517) - (xy 78.295432 119.107413) - (xy 78.245177 118.972671) - (xy 78.245173 118.972664) - (xy 78.158927 118.857455) - (xy 78.158924 118.857452) - (xy 78.043715 118.771206) - (xy 78.043708 118.771202) - (xy 77.908862 118.720908) - (xy 77.908863 118.720908) - (xy 77.849263 118.714501) - (xy 77.849261 118.7145) - (xy 77.849253 118.7145) - (xy 77.849244 118.7145) - (xy 76.153509 118.7145) - (xy 76.153503 118.714501) - (xy 76.093896 118.720908) - (xy 75.959051 118.771202) - (xy 75.959044 118.771206) - (xy 75.843835 118.857452) - (xy 75.843832 118.857455) - (xy 75.757586 118.972664) - (xy 75.757582 118.972671) - (xy 75.707289 119.107513) - (xy 75.706012 119.112922) - (xy 75.671438 119.173638) - (xy 75.609527 119.206023) - (xy 75.539936 119.199796) - (xy 75.497654 119.172087) - (xy 75.340521 119.014954) - (xy 75.154114 118.884432) - (xy 75.154112 118.884431) - (xy 74.947877 118.788261) - (xy 74.947868 118.788258) - (xy 74.728077 118.729366) - (xy 74.728073 118.729365) - (xy 74.728072 118.729365) - (xy 74.728071 118.729364) - (xy 74.728066 118.729364) - (xy 74.501382 118.709532) - (xy 74.501378 118.709532) - (xy 74.274693 118.729364) - (xy 74.274682 118.729366) - (xy 74.054891 118.788258) - (xy 74.054882 118.788261) - (xy 73.848647 118.884431) - (xy 73.848645 118.884432) - (xy 73.662238 119.014954) - (xy 73.501334 119.175858) - (xy 73.370812 119.362265) - (xy 73.370811 119.362267) - (xy 73.274641 119.568502) - (xy 73.274638 119.568511) - (xy 73.215746 119.788302) - (xy 73.215744 119.788313) - (xy 73.195912 120.014998) - (xy 73.195912 120.015001) - (xy 71.984286 120.015001) - (xy 71.976133 119.997516) - (xy 71.976131 119.997512) - (xy 71.925026 119.924526) - (xy 71.925025 119.924526) - (xy 71.243953 120.605598) - (xy 71.231165 120.524852) - (xy 71.173641 120.411955) - (xy 71.084045 120.322359) - (xy 70.971148 120.264835) - (xy 70.8904 120.252046) - (xy 71.571472 119.570974) - (xy 71.571471 119.570973) - (xy 71.498483 119.519866) - (xy 71.498481 119.519865) - (xy 71.292326 119.423734) - (xy 71.292317 119.42373) - (xy 71.07261 119.36486) - (xy 71.072599 119.364858) - (xy 70.846002 119.345034) - (xy 70.845998 119.345034) - (xy 70.6194 119.364858) - (xy 70.619389 119.36486) - (xy 70.399682 119.42373) - (xy 70.399673 119.423734) - (xy 70.193513 119.519868) - (xy 70.120527 119.570972) - (xy 70.120526 119.570973) - (xy 70.8016 120.252046) - (xy 70.720852 120.264835) - (xy 70.607955 120.322359) - (xy 70.518359 120.411955) - (xy 70.460835 120.524852) - (xy 70.448046 120.605599) - (xy 69.766973 119.924526) - (xy 69.766972 119.924527) - (xy 69.715868 119.997512) - (xy 69.708656 120.012979) - (xy 69.662482 120.065417) - (xy 69.595288 120.084567) - (xy 69.528407 120.06435) - (xy 69.483893 120.012976) - (xy 69.476568 119.997266) - (xy 69.346047 119.810861) - (xy 69.346045 119.810858) - (xy 69.185141 119.649954) - (xy 68.998734 119.519432) - (xy 68.998732 119.519431) - (xy 68.792497 119.423261) - (xy 68.792488 119.423258) - (xy 68.572697 119.364366) - (xy 68.572693 119.364365) - (xy 68.572692 119.364365) - (xy 68.572691 119.364364) - (xy 68.572686 119.364364) - (xy 68.346002 119.344532) - (xy 68.345997 119.344532) - (xy 68.184338 119.358674) - (xy 68.115838 119.344907) - (xy 68.085851 119.322827) - (xy 67.048819 118.285795) - (xy 67.015334 118.224472) - (xy 67.0125 118.198114) - (xy 67.0125 105.072049) - (xy 67.032185 105.00501) - (xy 67.084989 104.959255) - (xy 67.154147 104.949311) - (xy 67.217703 104.978336) - (xy 67.224181 104.984368) - (xy 67.379858 105.140045) - (xy 67.379861 105.140047) - (xy 67.566266 105.270568) - (xy 67.772504 105.366739) - (xy 67.992308 105.425635) - (xy 68.15423 105.439801) - (xy 68.218998 105.445468) - (xy 68.219 105.445468) - (xy 68.219001 105.445468) - (xy 68.23822 105.443786) - (xy 68.38066 105.431324) - (xy 68.449158 105.44509) - (xy 68.479147 105.467171) - (xy 69.567181 106.555205) - (xy 69.600666 106.616528) - (xy 69.6035 106.642886) - (xy 69.6035 106.826138) - (xy 69.583815 106.893177) - (xy 69.550626 106.92771) - (xy 69.518861 106.949953) - (xy 69.357951 107.110862) - (xy 69.227432 107.297265) - (xy 69.227431 107.297267) - (xy 69.131261 107.503502) - (xy 69.131258 107.503511) - (xy 69.072366 107.723302) - (xy 69.072364 107.723313) - (xy 69.052532 107.949998) - (xy 69.052532 107.950001) - (xy 69.072364 108.176686) - (xy 69.072366 108.176697) - (xy 69.131258 108.396488) - (xy 69.131261 108.396497) - (xy 69.227431 108.602732) - (xy 69.227432 108.602734) - (xy 69.357954 108.789141) - (xy 69.518858 108.950045) - (xy 69.518861 108.950047) - (xy 69.705266 109.080568) - (xy 69.763275 109.107618) - (xy 69.815714 109.153791) - (xy 69.834866 109.220984) - (xy 69.81465 109.287865) - (xy 69.763275 109.332382) - (xy 69.705267 109.359431) - (xy 69.705265 109.359432) - (xy 69.518858 109.489954) - (xy 69.357954 109.650858) - (xy 69.227432 109.837265) - (xy 69.227431 109.837267) - (xy 69.131261 110.043502) - (xy 69.131258 110.043511) - (xy 69.072366 110.263302) - (xy 69.072364 110.263313) - (xy 69.052532 110.489998) - (xy 69.052532 110.490001) - (xy 69.072364 110.716686) - (xy 69.072366 110.716697) - (xy 69.131258 110.936488) - (xy 69.131261 110.936497) - (xy 69.227431 111.142732) - (xy 69.227432 111.142734) - (xy 69.357954 111.329141) - (xy 69.518858 111.490045) - (xy 69.548388 111.510722) - (xy 69.705266 111.620568) - (xy 69.734453 111.634178) - (xy 69.763275 111.647618) - (xy 69.815714 111.693791) - (xy 69.834866 111.760984) - (xy 69.81465 111.827865) - (xy 69.763275 111.872382) - (xy 69.705267 111.899431) - (xy 69.705265 111.899432) - (xy 69.518858 112.029954) - (xy 69.357954 112.190858) - (xy 69.227432 112.377265) - (xy 69.227431 112.377267) - (xy 69.131261 112.583502) - (xy 69.131258 112.583511) - (xy 69.072366 112.803302) - (xy 69.072364 112.803313) - (xy 69.052532 113.029998) - (xy 69.052532 113.030001) - (xy 69.072364 113.256686) - (xy 69.072366 113.256697) - (xy 69.131258 113.476488) - (xy 69.131261 113.476497) - (xy 69.227431 113.682732) - (xy 69.227432 113.682734) - (xy 69.357954 113.869141) - (xy 69.518858 114.030045) - (xy 69.518861 114.030047) - (xy 69.705266 114.160568) - (xy 69.763275 114.187618) - (xy 69.815714 114.233791) - (xy 69.834866 114.300984) - (xy 69.81465 114.367865) - (xy 69.763275 114.412382) - (xy 69.705267 114.439431) - (xy 69.705265 114.439432) - (xy 69.518858 114.569954) - (xy 69.357954 114.730858) - (xy 69.227432 114.917265) - (xy 69.227431 114.917267) - (xy 69.131261 115.123502) - (xy 69.131258 115.123511) - (xy 69.072366 115.343302) - (xy 69.072364 115.343313) - (xy 69.052532 115.569998) - (xy 69.052532 115.570001) - (xy 69.072364 115.796686) - (xy 69.072366 115.796697) - (xy 69.131258 116.016488) - (xy 69.131261 116.016497) - (xy 69.227431 116.222732) - (xy 69.227432 116.222734) - (xy 69.357954 116.409141) - (xy 69.518858 116.570045) - (xy 69.518861 116.570047) - (xy 69.705266 116.700568) - (xy 69.911504 116.796739) - (xy 70.131308 116.855635) - (xy 70.29323 116.869801) - (xy 70.357998 116.875468) - (xy 70.358 116.875468) - (xy 70.358002 116.875468) - (xy 70.414673 116.870509) - (xy 70.584692 116.855635) - (xy 70.804496 116.796739) - (xy 71.010734 116.700568) - (xy 71.197139 116.570047) - (xy 71.358047 116.409139) - (xy 71.488568 116.222734) - (xy 71.584739 116.016496) - (xy 71.643635 115.796692) - (xy 71.663468 115.57) - (xy 71.643635 115.343308) - (xy 71.584739 115.123504) - (xy 71.488568 114.917266) - (xy 71.358047 114.730861) - (xy 71.358045 114.730858) - (xy 71.197141 114.569954) - (xy 71.010734 114.439432) - (xy 71.010728 114.439429) - (xy 70.952725 114.412382) - (xy 70.900285 114.36621) - (xy 70.881133 114.299017) - (xy 70.901348 114.232135) - (xy 70.952725 114.187618) - (xy 71.010734 114.160568) - (xy 71.197139 114.030047) - (xy 71.358047 113.869139) - (xy 71.488568 113.682734) - (xy 71.584739 113.476496) - (xy 71.643635 113.256692) - (xy 71.663468 113.03) - (xy 71.643635 112.803308) - (xy 71.585206 112.585247) - (xy 71.584741 112.583511) - (xy 71.584738 112.583502) - (xy 71.58342 112.580675) - (xy 71.488568 112.377266) - (xy 71.358047 112.190861) - (xy 71.358045 112.190858) - (xy 71.197141 112.029954) - (xy 71.010734 111.899432) - (xy 71.010728 111.899429) - (xy 70.952725 111.872382) - (xy 70.900285 111.82621) - (xy 70.881133 111.759017) - (xy 70.901348 111.692135) - (xy 70.952725 111.647618) - (xy 71.010734 111.620568) - (xy 71.174356 111.506) - (xy 72.962357 111.506) - (xy 72.982884 111.727535) - (xy 72.982885 111.727537) - (xy 73.043769 111.941523) - (xy 73.043775 111.941538) - (xy 73.142938 112.140683) - (xy 73.142943 112.140691) - (xy 73.27702 112.318238) - (xy 73.441437 112.468123) - (xy 73.441439 112.468125) - (xy 73.630595 112.585245) - (xy 73.630596 112.585245) - (xy 73.630599 112.585247) - (xy 73.83806 112.665618) - (xy 74.056757 112.7065) - (xy 74.056759 112.7065) - (xy 74.279241 112.7065) - (xy 74.279243 112.7065) - (xy 74.49794 112.665618) - (xy 74.705401 112.585247) - (xy 74.894562 112.468124) - (xy 75.058981 112.318236) - (xy 75.193058 112.140689) - (xy 75.292229 111.941528) - (xy 75.345016 111.756) - (xy 78.071505 111.756) - (xy 78.124239 111.941349) - (xy 78.223368 112.140425) - (xy 78.357391 112.3179) - (xy 78.521738 112.467721) - (xy 78.71082 112.584797) - (xy 78.710822 112.584798) - (xy 78.918195 112.665135) - (xy 78.998 112.680052) - (xy 78.998 111.756) - (xy 78.071505 111.756) - (xy 75.345016 111.756) - (xy 75.353115 111.727536) - (xy 75.370928 111.535302) - (xy 78.894372 111.535302) - (xy 78.923047 111.648538) - (xy 78.986936 111.746327) - (xy 79.079115 111.818072) - (xy 79.189595 111.856) - (xy 79.277005 111.856) - (xy 79.363216 111.841614) - (xy 79.465947 111.786019) - (xy 79.493581 111.756) - (xy 79.498 111.756) - (xy 79.498 112.680052) - (xy 79.577804 112.665135) - (xy 79.785177 112.584798) - (xy 79.785179 112.584797) - (xy 79.974261 112.467721) - (xy 80.138608 112.3179) - (xy 80.272631 112.140425) - (xy 80.37176 111.941349) - (xy 80.424495 111.756) - (xy 79.498 111.756) - (xy 79.493581 111.756) - (xy 79.54506 111.700079) - (xy 79.591982 111.593108) - (xy 79.601628 111.476698) - (xy 79.572953 111.363462) - (xy 79.509064 111.265673) - (xy 79.416885 111.193928) - (xy 79.306405 111.156) - (xy 79.218995 111.156) - (xy 79.132784 111.170386) - (xy 79.030053 111.225981) - (xy 78.95094 111.311921) - (xy 78.904018 111.418892) - (xy 78.894372 111.535302) - (xy 75.370928 111.535302) - (xy 75.373643 111.506) - (xy 75.353115 111.284464) - (xy 75.345016 111.256) - (xy 78.071505 111.256) - (xy 78.998 111.256) - (xy 78.998 110.331946) - (xy 79.498 110.331946) - (xy 79.498 111.256) - (xy 80.424495 111.256) - (xy 80.37176 111.07065) - (xy 80.272631 110.871574) - (xy 80.138608 110.694099) - (xy 79.974261 110.544278) - (xy 79.785179 110.427202) - (xy 79.785177 110.427201) - (xy 79.577799 110.346864) - (xy 79.498 110.331946) - (xy 78.998 110.331946) - (xy 78.9182 110.346864) - (xy 78.710822 110.427201) - (xy 78.71082 110.427202) - (xy 78.521738 110.544278) - (xy 78.357391 110.694099) - (xy 78.223368 110.871574) - (xy 78.124239 111.07065) - (xy 78.071505 111.256) - (xy 75.345016 111.256) - (xy 75.292229 111.070472) - (xy 75.284095 111.054136) - (xy 75.193061 110.871316) - (xy 75.193056 110.871308) - (xy 75.058979 110.693761) - (xy 74.894562 110.543876) - (xy 74.89456 110.543874) - (xy 74.705404 110.426754) - (xy 74.705398 110.426752) - (xy 74.49794 110.346382) - (xy 74.279243 110.3055) - (xy 74.056757 110.3055) - (xy 73.83806 110.346382) - (xy 73.706864 110.397207) - (xy 73.630601 110.426752) - (xy 73.630595 110.426754) - (xy 73.441439 110.543874) - (xy 73.441437 110.543876) - (xy 73.27702 110.693761) - (xy 73.142943 110.871308) - (xy 73.142938 110.871316) - (xy 73.043775 111.070461) - (xy 73.043769 111.070476) - (xy 72.982885 111.284462) - (xy 72.982884 111.284464) - (xy 72.962357 111.505999) - (xy 72.962357 111.506) - (xy 71.174356 111.506) - (xy 71.197139 111.490047) - (xy 71.358047 111.329139) - (xy 71.488568 111.142734) - (xy 71.584739 110.936496) - (xy 71.643635 110.716692) - (xy 71.663468 110.49) - (xy 71.643635 110.263308) - (xy 71.584739 110.043504) - (xy 71.488568 109.837266) - (xy 71.358047 109.650861) - (xy 71.358045 109.650858) - (xy 71.197141 109.489954) - (xy 71.010734 109.359432) - (xy 71.010728 109.359429) - (xy 70.983038 109.346517) - (xy 70.952724 109.332381) - (xy 70.900285 109.28621) - (xy 70.881133 109.219017) - (xy 70.901348 109.152135) - (xy 70.952725 109.107618) - (xy 71.010734 109.080568) - (xy 71.197139 108.950047) - (xy 71.358047 108.789139) - (xy 71.488568 108.602734) - (xy 71.584739 108.396496) - (xy 71.643635 108.176692) - (xy 71.663468 107.95) - (xy 71.653232 107.833) - (xy 72.962357 107.833) - (xy 72.982884 108.054535) - (xy 72.982885 108.054537) - (xy 73.043769 108.268523) - (xy 73.043775 108.268538) - (xy 73.142938 108.467683) - (xy 73.142943 108.467691) - (xy 73.27702 108.645238) - (xy 73.441437 108.795123) - (xy 73.441439 108.795125) - (xy 73.630595 108.912245) - (xy 73.630596 108.912245) - (xy 73.630599 108.912247) - (xy 73.83806 108.992618) - (xy 74.056757 109.0335) - (xy 74.056759 109.0335) - (xy 74.279241 109.0335) - (xy 74.279243 109.0335) - (xy 74.49794 108.992618) - (xy 74.705401 108.912247) - (xy 74.894562 108.795124) - (xy 75.058981 108.645236) - (xy 75.193058 108.467689) - (xy 75.292229 108.268528) - (xy 75.353115 108.054536) - (xy 75.373643 107.833) - (xy 78.042357 107.833) - (xy 78.062884 108.054535) - (xy 78.062885 108.054537) - (xy 78.123769 108.268523) - (xy 78.123775 108.268538) - (xy 78.222938 108.467683) - (xy 78.222943 108.467691) - (xy 78.35702 108.645238) - (xy 78.521437 108.795123) - (xy 78.521439 108.795125) - (xy 78.710595 108.912245) - (xy 78.710596 108.912245) - (xy 78.710599 108.912247) - (xy 78.91806 108.992618) - (xy 79.136757 109.0335) - (xy 79.136759 109.0335) - (xy 79.359241 109.0335) - (xy 79.359243 109.0335) - (xy 79.57794 108.992618) - (xy 79.785401 108.912247) - (xy 79.974562 108.795124) - (xy 80.138981 108.645236) - (xy 80.273058 108.467689) - (xy 80.372229 108.268528) - (xy 80.433115 108.054536) - (xy 80.453643 107.833) - (xy 80.433115 107.611464) - (xy 80.372229 107.397472) - (xy 80.339984 107.332715) - (xy 80.273061 107.198316) - (xy 80.273056 107.198308) - (xy 80.138979 107.020761) - (xy 79.974562 106.870876) - (xy 79.97456 106.870874) - (xy 79.785404 106.753754) - (xy 79.785398 106.753752) - (xy 79.57794 106.673382) - (xy 79.359243 106.6325) - (xy 79.136757 106.6325) - (xy 78.91806 106.673382) - (xy 78.849155 106.700076) - (xy 78.710601 106.753752) - (xy 78.710595 106.753754) - (xy 78.521439 106.870874) - (xy 78.521437 106.870876) - (xy 78.35702 107.020761) - (xy 78.222943 107.198308) - (xy 78.222938 107.198316) - (xy 78.123775 107.397461) - (xy 78.123769 107.397476) - (xy 78.062885 107.611462) - (xy 78.062884 107.611464) - (xy 78.042357 107.832999) - (xy 78.042357 107.833) - (xy 75.373643 107.833) - (xy 75.353115 107.611464) - (xy 75.292229 107.397472) - (xy 75.259984 107.332715) - (xy 75.193061 107.198316) - (xy 75.193056 107.198308) - (xy 75.058979 107.020761) - (xy 74.894562 106.870876) - (xy 74.89456 106.870874) - (xy 74.705404 106.753754) - (xy 74.705398 106.753752) - (xy 74.49794 106.673382) - (xy 74.279243 106.6325) - (xy 74.056757 106.6325) - (xy 73.83806 106.673382) - (xy 73.769155 106.700076) - (xy 73.630601 106.753752) - (xy 73.630595 106.753754) - (xy 73.441439 106.870874) - (xy 73.441437 106.870876) - (xy 73.27702 107.020761) - (xy 73.142943 107.198308) - (xy 73.142938 107.198316) - (xy 73.043775 107.397461) - (xy 73.043769 107.397476) - (xy 72.982885 107.611462) - (xy 72.982884 107.611464) - (xy 72.962357 107.832999) - (xy 72.962357 107.833) - (xy 71.653232 107.833) - (xy 71.643635 107.723308) - (xy 71.598916 107.556415) - (xy 71.584741 107.503511) - (xy 71.584738 107.503502) - (xy 71.53529 107.397461) - (xy 71.488568 107.297266) - (xy 71.41928 107.198311) - (xy 71.358048 107.110862) - (xy 71.289703 107.042517) - (xy 71.197139 106.949953) - (xy 71.165374 106.92771) - (xy 71.121751 106.873135) - (xy 71.1125 106.826138) - (xy 71.1125 106.342999) - (xy 71.113809 106.325029) - (xy 71.11403 106.323516) - (xy 71.117315 106.301094) - (xy 71.112735 106.248753) - (xy 71.1125 106.24335) - (xy 71.1125 106.235066) - (xy 71.1125 106.235059) - (xy 71.108674 106.202325) - (xy 71.101943 106.125388) - (xy 71.101941 106.125383) - (xy 71.100483 106.118319) - (xy 71.100537 106.118307) - (xy 71.098881 106.110837) - (xy 71.098827 106.11085) - (xy 71.09716 106.103822) - (xy 71.09716 106.103816) - (xy 71.070752 106.03126) - (xy 71.046464 105.957964) - (xy 71.046461 105.95796) - (xy 71.043412 105.951419) - (xy 71.043461 105.951395) - (xy 71.040128 105.944509) - (xy 71.040079 105.944534) - (xy 71.036838 105.938083) - (xy 71.036836 105.938076) - (xy 70.994409 105.873569) - (xy 70.953871 105.807846) - (xy 70.95387 105.807845) - (xy 70.953869 105.807843) - (xy 70.949393 105.802183) - (xy 70.949435 105.802149) - (xy 70.944597 105.79621) - (xy 70.944556 105.796246) - (xy 70.939912 105.790711) - (xy 70.88377 105.737745) - (xy 70.847501 105.701476) - (xy 70.78932 105.643295) - (xy 70.755837 105.581975) - (xy 70.760821 105.512283) - (xy 70.802692 105.456349) - (xy 70.866196 105.432088) - (xy 70.945599 105.425141) - (xy 70.94561 105.425139) - (xy 71.165317 105.366269) - (xy 71.165331 105.366264) - (xy 71.371478 105.270136) - (xy 71.444472 105.219025) - (xy 70.7634 104.537953) - (xy 70.844148 104.525165) - (xy 70.957045 104.467641) - (xy 71.046641 104.378045) - (xy 71.104165 104.265148) - (xy 71.116953 104.1844) - (xy 71.798025 104.865472) - (xy 71.849136 104.792478) - (xy 71.945264 104.586331) - (xy 71.945269 104.586317) - (xy 72.004139 104.36661) - (xy 72.004141 104.366599) - (xy 72.023966 104.140002) - (xy 72.023966 104.139997) - (xy 72.004141 103.9134) - (xy 72.004139 103.913389) - (xy 71.945269 103.693682) - (xy 71.945265 103.693673) - (xy 71.849133 103.487516) - (xy 71.849131 103.487512) - (xy 71.798026 103.414526) - (xy 71.798025 103.414526) - (xy 71.116953 104.095598) - (xy 71.104165 104.014852) - (xy 71.046641 103.901955) - (xy 70.957045 103.812359) - (xy 70.844148 103.754835) - (xy 70.7634 103.742046) - (xy 71.444472 103.060974) - (xy 71.444471 103.060973) - (xy 71.371483 103.009866) - (xy 71.371481 103.009865) - (xy 71.165326 102.913734) - (xy 71.165317 102.91373) - (xy 70.94561 102.85486) - (xy 70.945599 102.854858) - (xy 70.719002 102.835034) - (xy 70.718998 102.835034) - (xy 70.4924 102.854858) - (xy 70.492389 102.85486) - (xy 70.272682 102.91373) - (xy 70.272673 102.913734) - (xy 70.066513 103.009868) - (xy 69.993527 103.060972) - (xy 69.993526 103.060973) - (xy 70.6746 103.742046) - (xy 70.593852 103.754835) - (xy 70.480955 103.812359) - (xy 70.391359 103.901955) - (xy 70.333835 104.014852) - (xy 70.321046 104.095599) - (xy 69.639973 103.414526) - (xy 69.588868 103.487512) - (xy 69.581656 103.502979) - (xy 69.535482 103.555417) - (xy 69.468288 103.574567) - (xy 69.401407 103.55435) - (xy 69.356893 103.502976) - (xy 69.349568 103.487266) - (xy 69.219047 103.300861) - (xy 69.219045 103.300858) - (xy 69.058141 103.139954) - (xy 68.871734 103.009432) - (xy 68.871732 103.009431) - (xy 68.665497 102.913261) - (xy 68.665488 102.913258) - (xy 68.445697 102.854366) - (xy 68.445693 102.854365) - (xy 68.445692 102.854365) - (xy 68.445691 102.854364) - (xy 68.445686 102.854364) - (xy 68.219002 102.834532) - (xy 68.218997 102.834532) - (xy 68.057339 102.848674) - (xy 67.98884 102.834907) - (xy 67.958852 102.812827) - (xy 67.048819 101.902794) - (xy 67.015334 101.841471) - (xy 67.0125 101.815113) - (xy 67.0125 101.17787) - (xy 69.1845 101.17787) - (xy 69.184501 101.177876) - (xy 69.190908 101.237483) - (xy 69.241202 101.372328) - (xy 69.241206 101.372335) - (xy 69.327452 101.487544) - (xy 69.327455 101.487547) - (xy 69.442664 101.573793) - (xy 69.442671 101.573797) - (xy 69.577517 101.624091) - (xy 69.577516 101.624091) - (xy 69.584444 101.624835) - (xy 69.637127 101.6305) - (xy 71.332872 101.630499) - (xy 71.392483 101.624091) - (xy 71.527331 101.573796) - (xy 71.642546 101.487546) - (xy 71.728796 101.372331) - (xy 71.779091 101.237483) - (xy 71.7855 101.177873) - (xy 71.7855 101.17787) - (xy 74.462833 101.17787) - (xy 74.462834 101.177876) - (xy 74.469241 101.237483) - (xy 74.519535 101.372328) - (xy 74.519539 101.372335) - (xy 74.605785 101.487544) - (xy 74.605788 101.487547) - (xy 74.720997 101.573793) - (xy 74.721004 101.573797) - (xy 74.85585 101.624091) - (xy 74.855849 101.624091) - (xy 74.862777 101.624835) - (xy 74.91546 101.6305) - (xy 76.611205 101.630499) - (xy 76.670816 101.624091) - (xy 76.805664 101.573796) - (xy 76.920879 101.487546) - (xy 77.007129 101.372331) - (xy 77.057424 101.237483) - (xy 77.063833 101.177873) - (xy 77.063832 99.482128) - (xy 77.057424 99.422517) - (xy 77.007129 99.287669) - (xy 77.007128 99.287668) - (xy 77.007126 99.287664) - (xy 76.92088 99.172455) - (xy 76.920877 99.172452) - (xy 76.805668 99.086206) - (xy 76.805661 99.086202) - (xy 76.670815 99.035908) - (xy 76.670816 99.035908) - (xy 76.611216 99.029501) - (xy 76.611214 99.0295) - (xy 76.611206 99.0295) - (xy 76.611197 99.0295) - (xy 74.915462 99.0295) - (xy 74.915456 99.029501) - (xy 74.855849 99.035908) - (xy 74.721004 99.086202) - (xy 74.720997 99.086206) - (xy 74.605788 99.172452) - (xy 74.605785 99.172455) - (xy 74.519539 99.287664) - (xy 74.519535 99.287671) - (xy 74.469241 99.422517) - (xy 74.462834 99.482116) - (xy 74.462834 99.482123) - (xy 74.462833 99.482135) - (xy 74.462833 101.17787) - (xy 71.7855 101.17787) - (xy 71.785499 99.482128) - (xy 71.779091 99.422517) - (xy 71.728796 99.287669) - (xy 71.728795 99.287668) - (xy 71.728793 99.287664) - (xy 71.642547 99.172455) - (xy 71.642544 99.172452) - (xy 71.527335 99.086206) - (xy 71.527328 99.086202) - (xy 71.392482 99.035908) - (xy 71.392483 99.035908) - (xy 71.332883 99.029501) - (xy 71.332881 99.0295) - (xy 71.332873 99.0295) - (xy 71.332864 99.0295) - (xy 69.637129 99.0295) - (xy 69.637123 99.029501) - (xy 69.577516 99.035908) - (xy 69.442671 99.086202) - (xy 69.442664 99.086206) - (xy 69.327455 99.172452) - (xy 69.327452 99.172455) - (xy 69.241206 99.287664) - (xy 69.241202 99.287671) - (xy 69.190908 99.422517) - (xy 69.184501 99.482116) - (xy 69.184501 99.482123) - (xy 69.1845 99.482135) - (xy 69.1845 101.17787) - (xy 67.0125 101.17787) - (xy 67.0125 92.710001) - (xy 69.179532 92.710001) - (xy 69.199364 92.936686) - (xy 69.199366 92.936697) - (xy 69.258258 93.156488) - (xy 69.258261 93.156497) - (xy 69.354431 93.362732) - (xy 69.354432 93.362734) - (xy 69.484954 93.549141) - (xy 69.645858 93.710045) - (xy 69.645861 93.710047) - (xy 69.832266 93.840568) - (xy 70.038504 93.936739) - (xy 70.258308 93.995635) - (xy 70.42023 94.009801) - (xy 70.484998 94.015468) - (xy 70.485 94.015468) - (xy 70.485002 94.015468) - (xy 70.541673 94.010509) - (xy 70.711692 93.995635) - (xy 70.931496 93.936739) - (xy 71.137734 93.840568) - (xy 71.324139 93.710047) - (xy 71.485047 93.549139) - (xy 71.615568 93.362734) - (xy 71.711739 93.156496) - (xy 71.770635 92.936692) - (xy 71.790468 92.71) - (xy 71.770635 92.483308) - (xy 71.711739 92.263504) - (xy 71.615568 92.057266) - (xy 71.517839 91.917693) - (xy 71.485045 91.870858) - (xy 71.324141 91.709954) - (xy 71.137734 91.579432) - (xy 71.137732 91.579431) - (xy 70.931497 91.483261) - (xy 70.931488 91.483258) - (xy 70.711697 91.424366) - (xy 70.711693 91.424365) - (xy 70.711692 91.424365) - (xy 70.711691 91.424364) - (xy 70.711686 91.424364) - (xy 70.485002 91.404532) - (xy 70.484998 91.404532) - (xy 70.258313 91.424364) - (xy 70.258302 91.424366) - (xy 70.038511 91.483258) - (xy 70.038502 91.483261) - (xy 69.832267 91.579431) - (xy 69.832265 91.579432) - (xy 69.645858 91.709954) - (xy 69.484954 91.870858) - (xy 69.354432 92.057265) - (xy 69.354431 92.057267) - (xy 69.258261 92.263502) - (xy 69.258258 92.263511) - (xy 69.199366 92.483302) - (xy 69.199364 92.483313) - (xy 69.179532 92.709998) - (xy 69.179532 92.710001) - (xy 67.0125 92.710001) - (xy 67.0125 92.186267) - (xy 67.032185 92.119228) - (xy 67.084989 92.073473) - (xy 67.154147 92.063529) - (xy 67.181295 92.070641) - (xy 67.234193 92.091134) - (xy 67.314 92.106052) - (xy 67.314 91.180938) - (xy 67.395115 91.244072) - (xy 67.505595 91.282) - (xy 67.593005 91.282) - (xy 67.679216 91.267614) - (xy 67.781947 91.212019) - (xy 67.809581 91.182) - (xy 67.814 91.182) - (xy 67.814 92.106052) - (xy 67.893804 92.091135) - (xy 68.101177 92.010798) - (xy 68.101179 92.010797) - (xy 68.290261 91.893721) - (xy 68.454608 91.7439) - (xy 68.588631 91.566425) - (xy 68.68776 91.367349) - (xy 68.740495 91.182) - (xy 67.814 91.182) - (xy 67.809581 91.182) - (xy 67.86106 91.126079) - (xy 67.907982 91.019108) - (xy 67.917628 90.902698) - (xy 67.888953 90.789462) - (xy 67.825064 90.691673) - (xy 67.732885 90.619928) - (xy 67.622405 90.582) - (xy 67.534995 90.582) - (xy 67.448784 90.596386) - (xy 67.346053 90.651981) - (xy 67.314 90.686799) - (xy 67.314 89.757946) - (xy 67.814 89.757946) - (xy 67.814 90.682) - (xy 68.740495 90.682) - (xy 68.68776 90.49665) - (xy 68.588631 90.297574) - (xy 68.454608 90.120099) - (xy 68.290261 89.970278) - (xy 68.101179 89.853202) - (xy 68.101177 89.853201) - (xy 67.893799 89.772864) - (xy 67.814 89.757946) - (xy 67.314 89.757946) - (xy 67.2342 89.772864) - (xy 67.181294 89.79336) - (xy 67.11167 89.799222) - (xy 67.04993 89.766512) - (xy 67.015675 89.705615) - (xy 67.0125 89.677733) - (xy 67.0125 87.63) - (xy 74.359357 87.63) - (xy 74.379884 87.851535) - (xy 74.379885 87.851537) - (xy 74.440769 88.065523) - (xy 74.440775 88.065538) - (xy 74.539938 88.264683) - (xy 74.539943 88.264691) - (xy 74.67402 88.442238) - (xy 74.838433 88.59212) - (xy 74.838435 88.592121) - (xy 74.838438 88.592124) - (xy 74.878777 88.617101) - (xy 74.925412 88.669127) - (xy 74.9375 88.722527) - (xy 74.9375 89.492032) - (xy 74.935772 89.507681) - (xy 74.936054 89.507708) - (xy 74.935319 89.515475) - (xy 74.9375 89.584859) - (xy 74.9375 89.614477) - (xy 74.938371 89.62138) - (xy 74.938829 89.627199) - (xy 74.940298 89.673942) - (xy 74.945916 89.693275) - (xy 74.949862 89.712329) - (xy 74.952383 89.732287) - (xy 74.952386 89.732299) - (xy 74.969595 89.775765) - (xy 74.971487 89.781293) - (xy 74.98453 89.826187) - (xy 74.98453 89.826188) - (xy 74.994777 89.843515) - (xy 75.003335 89.860985) - (xy 75.010745 89.879701) - (xy 75.038229 89.917529) - (xy 75.041437 89.922413) - (xy 75.065234 89.962652) - (xy 75.06524 89.96266) - (xy 75.079469 89.976888) - (xy 75.092109 89.991687) - (xy 75.103934 90.007964) - (xy 75.103936 90.007965) - (xy 75.103937 90.007967) - (xy 75.139957 90.037765) - (xy 75.144268 90.041687) - (xy 75.784581 90.682) - (xy 76.417115 91.314534) - (xy 76.4506 91.375857) - (xy 76.445616 91.445549) - (xy 76.403744 91.501482) - (xy 76.33828 91.525899) - (xy 76.277029 91.514597) - (xy 76.267932 91.510355) - (xy 76.209829 91.483261) - (xy 76.209825 91.48326) - (xy 76.209821 91.483258) - (xy 75.99003 91.424366) - (xy 75.990026 91.424365) - (xy 75.990025 91.424365) - (xy 75.990024 91.424364) - (xy 75.990019 91.424364) - (xy 75.763335 91.404532) - (xy 75.763331 91.404532) - (xy 75.536646 91.424364) - (xy 75.536635 91.424366) - (xy 75.316844 91.483258) - (xy 75.316835 91.483261) - (xy 75.1106 91.579431) - (xy 75.110598 91.579432) - (xy 74.924191 91.709954) - (xy 74.763287 91.870858) - (xy 74.632765 92.057265) - (xy 74.632764 92.057267) - (xy 74.536594 92.263502) - (xy 74.536591 92.263511) - (xy 74.477699 92.483302) - (xy 74.477697 92.483313) - (xy 74.457865 92.709998) - (xy 74.457865 92.710001) - (xy 74.477697 92.936686) - (xy 74.477699 92.936697) - (xy 74.536591 93.156488) - (xy 74.536594 93.156497) - (xy 74.632764 93.362732) - (xy 74.632765 93.362734) - (xy 74.763287 93.549141) - (xy 74.924191 93.710045) - (xy 75.082956 93.821212) - (xy 75.126581 93.875788) - (xy 75.135833 93.922787) - (xy 75.135833 94.968699) - (xy 75.134105 94.984348) - (xy 75.134387 94.984375) - (xy 75.133652 94.992142) - (xy 75.135833 95.061526) - (xy 75.135833 95.091144) - (xy 75.136704 95.098047) - (xy 75.137162 95.103866) - (xy 75.138631 95.150609) - (xy 75.144249 95.169942) - (xy 75.148195 95.188996) - (xy 75.150716 95.208954) - (xy 75.150719 95.208966) - (xy 75.167928 95.252432) - (xy 75.16982 95.25796) - (xy 75.182863 95.302854) - (xy 75.182863 95.302855) - (xy 75.19311 95.320182) - (xy 75.201668 95.337652) - (xy 75.209078 95.356368) - (xy 75.236562 95.394196) - (xy 75.23977 95.39908) - (xy 75.263567 95.439319) - (xy 75.263573 95.439327) - (xy 75.277802 95.453555) - (xy 75.290442 95.468354) - (xy 75.302267 95.484631) - (xy 75.302269 95.484632) - (xy 75.30227 95.484634) - (xy 75.33829 95.514432) - (xy 75.342601 95.518354) - (xy 77.529118 97.704871) - (xy 79.704847 99.8806) - (xy 79.738332 99.941923) - (xy 79.741166 99.968281) - (xy 79.741166 101.17787) - (xy 79.741167 101.177876) - (xy 79.747574 101.237483) - (xy 79.797868 101.372328) - (xy 79.797872 101.372335) - (xy 79.884118 101.487544) - (xy 79.884121 101.487547) - (xy 79.99933 101.573793) - (xy 79.999337 101.573797) - (xy 80.134183 101.624091) - (xy 80.134182 101.624091) - (xy 80.14111 101.624835) - (xy 80.193793 101.6305) - (xy 81.889538 101.630499) - (xy 81.949149 101.624091) - (xy 82.083997 101.573796) - (xy 82.199212 101.487546) - (xy 82.285462 101.372331) - (xy 82.335757 101.237483) - (xy 82.342166 101.177873) - (xy 82.342165 99.482128) - (xy 82.335757 99.422517) - (xy 82.285462 99.287669) - (xy 82.285461 99.287668) - (xy 82.285459 99.287664) - (xy 82.199213 99.172455) - (xy 82.19921 99.172452) - (xy 82.084001 99.086206) - (xy 82.083994 99.086202) - (xy 81.949148 99.035908) - (xy 81.949149 99.035908) - (xy 81.889549 99.029501) - (xy 81.889547 99.0295) - (xy 81.889539 99.0295) - (xy 81.889531 99.0295) - (xy 80.679947 99.0295) - (xy 80.612908 99.009815) - (xy 80.592266 98.993181) - (xy 76.427152 94.828067) - (xy 76.393667 94.766744) - (xy 76.390833 94.740386) - (xy 76.390833 93.922787) - (xy 76.410518 93.855748) - (xy 76.44371 93.821212) - (xy 76.602472 93.710047) - (xy 76.76338 93.549139) - (xy 76.893901 93.362734) - (xy 76.990072 93.156496) - (xy 77.048968 92.936692) - (xy 77.068801 92.71) - (xy 77.048968 92.483308) - (xy 76.990072 92.263504) - (xy 76.958734 92.196301) - (xy 76.948243 92.127226) - (xy 76.976762 92.063442) - (xy 77.035239 92.025202) - (xy 77.105106 92.024647) - (xy 77.158798 92.056217) - (xy 84.983181 99.8806) - (xy 85.016666 99.941923) - (xy 85.0195 99.968281) - (xy 85.0195 101.17787) - (xy 85.019501 101.177876) - (xy 85.025908 101.237483) - (xy 85.076202 101.372328) - (xy 85.076206 101.372335) - (xy 85.162452 101.487544) - (xy 85.162455 101.487547) - (xy 85.277664 101.573793) - (xy 85.277671 101.573797) - (xy 85.412517 101.624091) - (xy 85.412516 101.624091) - (xy 85.419444 101.624835) - (xy 85.472127 101.6305) - (xy 87.167872 101.630499) - (xy 87.227483 101.624091) - (xy 87.362331 101.573796) - (xy 87.477546 101.487546) - (xy 87.563796 101.372331) - (xy 87.614091 101.237483) - (xy 87.6205 101.177873) - (xy 87.620499 99.482128) - (xy 87.614091 99.422517) - (xy 87.563796 99.287669) - (xy 87.563795 99.287668) - (xy 87.563793 99.287664) - (xy 87.477547 99.172455) - (xy 87.477544 99.172452) - (xy 87.362335 99.086206) - (xy 87.362328 99.086202) - (xy 87.227482 99.035908) - (xy 87.227483 99.035908) - (xy 87.167883 99.029501) - (xy 87.167881 99.0295) - (xy 87.167873 99.0295) - (xy 87.167865 99.0295) - (xy 85.958281 99.0295) - (xy 85.891242 99.009815) - (xy 85.8706 98.993181) - (xy 81.092888 94.215469) - (xy 81.059403 94.154146) - (xy 81.064387 94.084454) - (xy 81.106259 94.028521) - (xy 81.169759 94.004261) - (xy 81.268358 93.995635) - (xy 81.488162 93.936739) - (xy 81.6944 93.840568) - (xy 81.880805 93.710047) - (xy 82.041713 93.549139) - (xy 82.152878 93.390376) - (xy 82.207454 93.346752) - (xy 82.254453 93.3375) - (xy 85.107213 93.3375) - (xy 85.174252 93.357185) - (xy 85.208788 93.390377) - (xy 85.319954 93.549141) - (xy 85.480858 93.710045) - (xy 85.480861 93.710047) - (xy 85.667266 93.840568) - (xy 85.873504 93.936739) - (xy 86.093308 93.995635) - (xy 86.25523 94.009801) - (xy 86.319998 94.015468) - (xy 86.32 94.015468) - (xy 86.320002 94.015468) - (xy 86.376673 94.010509) - (xy 86.546692 93.995635) - (xy 86.766496 93.936739) - (xy 86.972734 93.840568) - (xy 87.159139 93.710047) - (xy 87.320047 93.549139) - (xy 87.450568 93.362734) - (xy 87.546739 93.156496) - (xy 87.605635 92.936692) - (xy 87.625468 92.71) - (xy 87.605635 92.483308) - (xy 87.546739 92.263504) - (xy 87.450568 92.057266) - (xy 87.352839 91.917693) - (xy 87.320045 91.870858) - (xy 87.159141 91.709954) - (xy 86.972734 91.579432) - (xy 86.972732 91.579431) - (xy 86.766497 91.483261) - (xy 86.766488 91.483258) - (xy 86.546697 91.424366) - (xy 86.546693 91.424365) - (xy 86.546692 91.424365) - (xy 86.546691 91.424364) - (xy 86.546686 91.424364) - (xy 86.320002 91.404532) - (xy 86.319998 91.404532) - (xy 86.093313 91.424364) - (xy 86.093302 91.424366) - (xy 85.873511 91.483258) - (xy 85.873502 91.483261) - (xy 85.667267 91.579431) - (xy 85.667265 91.579432) - (xy 85.480858 91.709954) - (xy 85.319954 91.870858) - (xy 85.234961 91.992243) - (xy 85.211884 92.025202) - (xy 85.208788 92.029623) - (xy 85.154212 92.073248) - (xy 85.107213 92.0825) - (xy 82.254453 92.0825) - (xy 82.187414 92.062815) - (xy 82.152878 92.029623) - (xy 82.149782 92.025202) - (xy 82.067156 91.907197) - (xy 82.041711 91.870858) - (xy 81.880807 91.709954) - (xy 81.6944 91.579432) - (xy 81.694398 91.579431) - (xy 81.488163 91.483261) - (xy 81.488154 91.483258) - (xy 81.268363 91.424366) - (xy 81.268359 91.424365) - (xy 81.268358 91.424365) - (xy 81.268357 91.424364) - (xy 81.268352 91.424364) - (xy 81.041668 91.404532) - (xy 81.041664 91.404532) - (xy 80.814979 91.424364) - (xy 80.814968 91.424366) - (xy 80.595177 91.483258) - (xy 80.595168 91.483261) - (xy 80.388933 91.579431) - (xy 80.388931 91.579432) - (xy 80.202524 91.709954) - (xy 80.04162 91.870858) - (xy 79.911098 92.057265) - (xy 79.911097 92.057267) - (xy 79.814927 92.263502) - (xy 79.814924 92.263511) - (xy 79.756032 92.483302) - (xy 79.75603 92.483313) - (xy 79.747405 92.581903) - (xy 79.721953 92.646972) - (xy 79.665362 92.687951) - (xy 79.5956 92.691829) - (xy 79.536196 92.658777) - (xy 76.228819 89.3514) - (xy 76.195334 89.290077) - (xy 76.1925 89.263719) - (xy 76.1925 88.722527) - (xy 76.212185 88.655488) - (xy 76.251221 88.617101) - (xy 76.291562 88.592124) - (xy 76.455981 88.442236) - (xy 76.590058 88.264689) - (xy 76.597689 88.249365) - (xy 76.689224 88.065538) - (xy 76.689223 88.065538) - (xy 76.689229 88.065528) - (xy 76.750115 87.851536) - (xy 76.770643 87.63) - (xy 79.439357 87.63) - (xy 79.459884 87.851535) - (xy 79.459885 87.851537) - (xy 79.520769 88.065523) - (xy 79.520775 88.065538) - (xy 79.619938 88.264683) - (xy 79.619943 88.264691) - (xy 79.75402 88.442238) - (xy 79.918437 88.592123) - (xy 79.918439 88.592125) - (xy 80.107595 88.709245) - (xy 80.107596 88.709245) - (xy 80.107599 88.709247) - (xy 80.31506 88.789618) - (xy 80.533757 88.8305) - (xy 80.533759 88.8305) - (xy 80.756241 88.8305) - (xy 80.756243 88.8305) - (xy 80.97494 88.789618) - (xy 81.182401 88.709247) - (xy 81.371562 88.592124) - (xy 81.535981 88.442236) - (xy 81.670058 88.264689) - (xy 81.677689 88.249365) - (xy 81.769224 88.065538) - (xy 81.769223 88.065538) - (xy 81.769229 88.065528) - (xy 81.830115 87.851536) - (xy 81.850643 87.63) - (xy 81.830115 87.408464) - (xy 81.769229 87.194472) - (xy 81.769224 87.194461) - (xy 81.670061 86.995316) - (xy 81.670056 86.995308) - (xy 81.535979 86.817761) - (xy 81.371562 86.667876) - (xy 81.37156 86.667874) - (xy 81.182404 86.550754) - (xy 81.182398 86.550752) - (xy 80.97494 86.470382) - (xy 80.756243 86.4295) - (xy 80.533757 86.4295) - (xy 80.31506 86.470382) - (xy 80.276945 86.485148) - (xy 80.107601 86.550752) - (xy 80.107595 86.550754) - (xy 79.918439 86.667874) - (xy 79.918437 86.667876) - (xy 79.75402 86.817761) - (xy 79.619943 86.995308) - (xy 79.619938 86.995316) - (xy 79.520775 87.194461) - (xy 79.520769 87.194476) - (xy 79.459885 87.408462) - (xy 79.459884 87.408464) - (xy 79.439357 87.629999) - (xy 79.439357 87.63) - (xy 76.770643 87.63) - (xy 76.750115 87.408464) - (xy 76.689229 87.194472) - (xy 76.689224 87.194461) - (xy 76.590061 86.995316) - (xy 76.590056 86.995308) - (xy 76.455979 86.817761) - (xy 76.291562 86.667876) - (xy 76.29156 86.667874) - (xy 76.102404 86.550754) - (xy 76.102398 86.550752) - (xy 75.89494 86.470382) - (xy 75.676243 86.4295) - (xy 75.453757 86.4295) - (xy 75.23506 86.470382) - (xy 75.196945 86.485148) - (xy 75.027601 86.550752) - (xy 75.027595 86.550754) - (xy 74.838439 86.667874) - (xy 74.838437 86.667876) - (xy 74.67402 86.817761) - (xy 74.539943 86.995308) - (xy 74.539938 86.995316) - (xy 74.440775 87.194461) - (xy 74.440769 87.194476) - (xy 74.379885 87.408462) - (xy 74.379884 87.408464) - (xy 74.359357 87.629999) - (xy 74.359357 87.63) - (xy 67.0125 87.63) - (xy 67.0125 84.43387) - (xy 82.6315 84.43387) - (xy 82.631501 84.433876) - (xy 82.637908 84.493483) - (xy 82.688202 84.628328) - (xy 82.688206 84.628335) - (xy 82.774452 84.743544) - (xy 82.774455 84.743547) - (xy 82.889664 84.829793) - (xy 82.889671 84.829797) - (xy 83.024517 84.880091) - (xy 83.024516 84.880091) - (xy 83.031444 84.880835) - (xy 83.084127 84.8865) - (xy 84.779872 84.886499) - (xy 84.839483 84.880091) - (xy 84.974331 84.829796) - (xy 85.089546 84.743546) - (xy 85.175796 84.628331) - (xy 85.226091 84.493483) - (xy 85.229862 84.458401) - (xy 85.256599 84.393855) - (xy 85.31399 84.354006) - (xy 85.383816 84.351511) - (xy 85.443905 84.387163) - (xy 85.454726 84.400536) - (xy 85.471956 84.425143) - (xy 85.632858 84.586045) - (xy 85.632861 84.586047) - (xy 85.819266 84.716568) - (xy 86.025504 84.812739) - (xy 86.245308 84.871635) - (xy 86.40723 84.885801) - (xy 86.471998 84.891468) - (xy 86.472 84.891468) - (xy 86.472002 84.891468) - (xy 86.528807 84.886498) - (xy 86.698692 84.871635) - (xy 86.918496 84.812739) - (xy 87.124734 84.716568) - (xy 87.311139 84.586047) - (xy 87.472047 84.425139) - (xy 87.602568 84.238734) - (xy 87.698739 84.032496) - (xy 87.757635 83.812692) - (xy 87.777468 83.586) - (xy 87.757635 83.359308) - (xy 87.698739 83.139504) - (xy 87.602568 82.933266) - (xy 87.472047 82.746861) - (xy 87.472045 82.746858) - (xy 87.311141 82.585954) - (xy 87.124734 82.455432) - (xy 87.124732 82.455431) - (xy 86.918497 82.359261) - (xy 86.918488 82.359258) - (xy 86.698697 82.300366) - (xy 86.698693 82.300365) - (xy 86.698692 82.300365) - (xy 86.698691 82.300364) - (xy 86.698686 82.300364) - (xy 86.472002 82.280532) - (xy 86.471998 82.280532) - (xy 86.245313 82.300364) - (xy 86.245302 82.300366) - (xy 86.025511 82.359258) - (xy 86.025502 82.359261) - (xy 85.819267 82.455431) - (xy 85.819265 82.455432) - (xy 85.632858 82.585954) - (xy 85.471954 82.746858) - (xy 85.454725 82.771464) - (xy 85.400147 82.815088) - (xy 85.330648 82.82228) - (xy 85.268294 82.790757) - (xy 85.232882 82.730526) - (xy 85.229861 82.713591) - (xy 85.226091 82.678516) - (xy 85.175797 82.543671) - (xy 85.175793 82.543664) - (xy 85.089547 82.428455) - (xy 85.089544 82.428452) - (xy 84.974335 82.342206) - (xy 84.974328 82.342202) - (xy 84.839482 82.291908) - (xy 84.839483 82.291908) - (xy 84.779883 82.285501) - (xy 84.779881 82.2855) - (xy 84.779873 82.2855) - (xy 84.779864 82.2855) - (xy 83.084129 82.2855) - (xy 83.084123 82.285501) - (xy 83.024516 82.291908) - (xy 82.889671 82.342202) - (xy 82.889664 82.342206) - (xy 82.774455 82.428452) - (xy 82.774452 82.428455) - (xy 82.688206 82.543664) - (xy 82.688202 82.543671) - (xy 82.637908 82.678517) - (xy 82.631501 82.738116) - (xy 82.6315 82.738135) - (xy 82.6315 84.43387) - (xy 67.0125 84.43387) - (xy 67.0125 71.950655) - (xy 67.032185 71.883616) - (xy 67.084989 71.837861) - (xy 67.154147 71.827917) - (xy 67.217703 71.856942) - (xy 67.254206 71.91165) - (xy 67.276535 71.979034) - (xy 67.279586 71.985575) - (xy 67.279536 71.985598) - (xy 67.282876 71.992497) - (xy 67.282925 71.992473) - (xy 67.286162 71.99892) - (xy 67.286164 71.998924) - (xy 67.318205 72.04764) - (xy 67.328599 72.063444) - (xy 67.369131 72.129156) - (xy 67.373611 72.134822) - (xy 67.373569 72.134855) - (xy 67.378401 72.140786) - (xy 67.378443 72.140752) - (xy 67.383081 72.14628) - (xy 67.383085 72.146285) - (xy 67.411166 72.172778) - (xy 67.439247 72.199272) - (xy 69.030827 73.790851) - (xy 69.064312 73.852174) - (xy 69.066674 73.889338) - (xy 69.052532 74.050996) - (xy 69.052532 74.051001) - (xy 69.072364 74.277686) - (xy 69.072366 74.277697) - (xy 69.131258 74.497488) - (xy 69.131261 74.497497) - (xy 69.227431 74.703732) - (xy 69.227432 74.703734) - (xy 69.357954 74.890141) - (xy 69.518858 75.051045) - (xy 69.518861 75.051047) - (xy 69.705266 75.181568) - (xy 69.763275 75.208618) - (xy 69.815714 75.254791) - (xy 69.834866 75.321984) - (xy 69.81465 75.388865) - (xy 69.763275 75.433382) - (xy 69.705267 75.460431) - (xy 69.705265 75.460432) - (xy 69.518858 75.590954) - (xy 69.357954 75.751858) - (xy 69.227432 75.938265) - (xy 69.227431 75.938267) - (xy 69.131261 76.144502) - (xy 69.131258 76.144511) - (xy 69.072366 76.364302) - (xy 69.072364 76.364313) - (xy 69.052532 76.590998) - (xy 69.052532 76.591001) - (xy 69.072364 76.817686) - (xy 69.072366 76.817697) - (xy 69.131258 77.037488) - (xy 69.131261 77.037497) - (xy 69.227431 77.243732) - (xy 69.227432 77.243734) - (xy 69.357954 77.430141) - (xy 69.518858 77.591045) - (xy 69.518861 77.591047) - (xy 69.705266 77.721568) - (xy 69.763275 77.748618) - (xy 69.815714 77.794791) - (xy 69.834866 77.861984) - (xy 69.81465 77.928865) - (xy 69.763275 77.973382) - (xy 69.705267 78.000431) - (xy 69.705265 78.000432) - (xy 69.518858 78.130954) - (xy 69.357954 78.291858) - (xy 69.227432 78.478265) - (xy 69.227431 78.478267) - (xy 69.131261 78.684502) - (xy 69.131258 78.684511) - (xy 69.072366 78.904302) - (xy 69.072364 78.904313) - (xy 69.052532 79.130998) - (xy 69.052532 79.131001) - (xy 69.072364 79.357686) - (xy 69.072366 79.357697) - (xy 69.131258 79.577488) - (xy 69.131261 79.577497) - (xy 69.227431 79.783732) - (xy 69.227432 79.783734) - (xy 69.357954 79.970141) - (xy 69.518858 80.131045) - (xy 69.518861 80.131047) - (xy 69.705266 80.261568) - (xy 69.763865 80.288893) - (xy 69.816305 80.335065) - (xy 69.835457 80.402258) - (xy 69.815242 80.469139) - (xy 69.763867 80.513657) - (xy 69.705515 80.540867) - (xy 69.519179 80.671342) - (xy 69.358342 80.832179) - (xy 69.227865 81.018517) - (xy 69.131734 81.224673) - (xy 69.13173 81.224682) - (xy 69.079127 81.420999) - (xy 69.079128 81.421) - (xy 70.042314 81.421) - (xy 70.030359 81.432955) - (xy 69.972835 81.545852) - (xy 69.953014 81.671) - (xy 69.972835 81.796148) - (xy 70.030359 81.909045) - (xy 70.042314 81.921) - (xy 69.079128 81.921) - (xy 69.13173 82.117317) - (xy 69.131734 82.117326) - (xy 69.227865 82.323482) - (xy 69.358342 82.50982) - (xy 69.519179 82.670657) - (xy 69.705517 82.801134) - (xy 69.911673 82.897265) - (xy 69.911682 82.897269) - (xy 70.107999 82.949872) - (xy 70.108 82.949871) - (xy 70.108 81.986686) - (xy 70.119955 81.998641) - (xy 70.232852 82.056165) - (xy 70.326519 82.071) - (xy 70.389481 82.071) - (xy 70.483148 82.056165) - (xy 70.596045 81.998641) - (xy 70.608 81.986686) - (xy 70.608 82.949872) - (xy 70.804317 82.897269) - (xy 70.804326 82.897265) - (xy 71.010482 82.801134) - (xy 71.19682 82.670657) - (xy 71.357657 82.50982) - (xy 71.488134 82.323482) - (xy 71.584265 82.117326) - (xy 71.584269 82.117317) - (xy 71.636872 81.921) - (xy 70.673686 81.921) - (xy 70.685641 81.909045) - (xy 70.743165 81.796148) - (xy 70.762986 81.671) - (xy 70.743165 81.545852) - (xy 70.685641 81.432955) - (xy 70.673686 81.421) - (xy 71.636872 81.421) - (xy 71.636872 81.420999) - (xy 71.584269 81.224682) - (xy 71.584265 81.224673) - (xy 71.488134 81.018517) - (xy 71.357657 80.832179) - (xy 71.19682 80.671342) - (xy 71.010482 80.540865) - (xy 70.952133 80.513657) - (xy 70.899694 80.467484) - (xy 70.880542 80.400291) - (xy 70.900758 80.33341) - (xy 70.952129 80.288895) - (xy 71.010734 80.261568) - (xy 71.197139 80.131047) - (xy 71.358047 79.970139) - (xy 71.488568 79.783734) - (xy 71.584739 79.577496) - (xy 71.643635 79.357692) - (xy 71.663468 79.131) - (xy 71.643635 78.904308) - (xy 71.625916 78.838181) - (xy 71.627579 78.768332) - (xy 71.658008 78.718409) - (xy 72.8676 77.508819) - (xy 72.928923 77.475334) - (xy 72.955281 77.4725) - (xy 75.229875 77.4725) - (xy 75.296914 77.492185) - (xy 75.33145 77.525377) - (xy 75.406472 77.632521) - (xy 75.557478 77.783527) - (xy 75.557481 77.783529) - (xy 75.732419 77.906021) - (xy 75.732421 77.906022) - (xy 75.73242 77.906022) - (xy 75.796936 77.936106) - (xy 75.92597 77.996276) - (xy 75.925983 77.996279) - (xy 75.931064 77.99813) - (xy 75.930292 78.00025) - (xy 75.98171 78.031594) - (xy 76.012237 78.094442) - (xy 76.003939 78.163817) - (xy 75.959452 78.217693) - (xy 75.930685 78.23083) - (xy 75.931064 78.23187) - (xy 75.925972 78.233723) - (xy 75.92597 78.233724) - (xy 75.925968 78.233725) - (xy 75.732421 78.323977) - (xy 75.557478 78.446472) - (xy 75.406472 78.597478) - (xy 75.283977 78.772421) - (xy 75.193725 78.965968) - (xy 75.193721 78.965977) - (xy 75.138452 79.172247) - (xy 75.13845 79.172258) - (xy 75.119838 79.384998) - (xy 75.119838 79.385001) - (xy 75.13845 79.597741) - (xy 75.138452 79.597752) - (xy 75.193721 79.804022) - (xy 75.193723 79.804026) - (xy 75.193724 79.80403) - (xy 75.236171 79.895058) - (xy 75.283977 79.997578) - (xy 75.406472 80.172521) - (xy 75.557478 80.323527) - (xy 75.557481 80.323529) - (xy 75.732419 80.446021) - (xy 75.732421 80.446022) - (xy 75.73242 80.446022) - (xy 75.781995 80.469139) - (xy 75.92597 80.536276) - (xy 75.925983 80.536279) - (xy 75.931064 80.53813) - (xy 75.930292 80.54025) - (xy 75.98171 80.571594) - (xy 76.012237 80.634442) - (xy 76.003939 80.703817) - (xy 75.959452 80.757693) - (xy 75.930685 80.77083) - (xy 75.931064 80.77187) - (xy 75.925972 80.773723) - (xy 75.92597 80.773724) - (xy 75.925968 80.773725) - (xy 75.732421 80.863977) - (xy 75.557478 80.986472) - (xy 75.406472 81.137478) - (xy 75.283977 81.312421) - (xy 75.193725 81.505968) - (xy 75.193721 81.505977) - (xy 75.138452 81.712247) - (xy 75.13845 81.712258) - (xy 75.119838 81.924998) - (xy 75.119838 81.925001) - (xy 75.13845 82.137741) - (xy 75.138452 82.137752) - (xy 75.193721 82.344022) - (xy 75.193723 82.344026) - (xy 75.193724 82.34403) - (xy 75.233091 82.428452) - (xy 75.283977 82.537578) - (xy 75.406472 82.712521) - (xy 75.557478 82.863527) - (xy 75.557481 82.863529) - (xy 75.732419 82.986021) - (xy 75.732421 82.986022) - (xy 75.73242 82.986022) - (xy 75.796936 83.016106) - (xy 75.92597 83.076276) - (xy 76.132253 83.131549) - (xy 76.284215 83.144844) - (xy 76.344998 83.150162) - (xy 76.345 83.150162) - (xy 76.345002 83.150162) - (xy 76.398186 83.145508) - (xy 76.557747 83.131549) - (xy 76.76403 83.076276) - (xy 76.957581 82.986021) - (xy 77.132519 82.863529) - (xy 77.283529 82.712519) - (xy 77.406021 82.537581) - (xy 77.496276 82.34403) - (xy 77.551549 82.137747) - (xy 77.570162 81.925) - (xy 77.569259 81.914683) - (xy 77.551836 81.715538) - (xy 77.551549 81.712253) - (xy 77.496276 81.50597) - (xy 77.406021 81.312419) - (xy 77.283529 81.137481) - (xy 77.283527 81.137478) - (xy 77.132521 80.986472) - (xy 76.957578 80.863977) - (xy 76.957579 80.863977) - (xy 76.828547 80.803809) - (xy 76.76403 80.773724) - (xy 76.764023 80.773722) - (xy 76.758936 80.77187) - (xy 76.759709 80.769746) - (xy 76.708305 80.738424) - (xy 76.677766 80.675581) - (xy 76.68605 80.606204) - (xy 76.730528 80.55232) - (xy 76.759315 80.539172) - (xy 76.758936 80.53813) - (xy 76.764013 80.53628) - (xy 76.76403 80.536276) - (xy 76.957581 80.446021) - (xy 77.132519 80.323529) - (xy 77.283529 80.172519) - (xy 77.406021 79.997581) - (xy 77.496276 79.80403) - (xy 77.551549 79.597747) - (xy 77.570162 79.385) - (xy 77.551549 79.172253) - (xy 77.496276 78.96597) - (xy 77.406021 78.772419) - (xy 77.283529 78.597481) - (xy 77.283527 78.597478) - (xy 77.132521 78.446472) - (xy 76.957578 78.323977) - (xy 76.957579 78.323977) - (xy 76.828547 78.263809) - (xy 76.76403 78.233724) - (xy 76.764023 78.233722) - (xy 76.758936 78.23187) - (xy 76.759709 78.229746) - (xy 76.708305 78.198424) - (xy 76.677766 78.135581) - (xy 76.68605 78.066204) - (xy 76.730528 78.01232) - (xy 76.759315 77.999172) - (xy 76.758936 77.99813) - (xy 76.764013 77.99628) - (xy 76.76403 77.996276) - (xy 76.957581 77.906021) - (xy 77.132519 77.783529) - (xy 77.283529 77.632519) - (xy 77.406021 77.457581) - (xy 77.496276 77.26403) - (xy 77.551549 77.057747) - (xy 77.570162 76.845) - (xy 77.551549 76.632253) - (xy 77.496276 76.42597) - (xy 77.406021 76.232419) - (xy 77.283529 76.057481) - (xy 77.283527 76.057478) - (xy 77.132521 75.906472) - (xy 76.957578 75.783977) - (xy 76.957579 75.783977) - (xy 76.828547 75.723809) - (xy 76.76403 75.693724) - (xy 76.764026 75.693723) - (xy 76.764022 75.693721) - (xy 76.557752 75.638452) - (xy 76.557748 75.638451) - (xy 76.557747 75.638451) - (xy 76.557746 75.63845) - (xy 76.557741 75.63845) - (xy 76.345002 75.619838) - (xy 76.344998 75.619838) - (xy 76.132258 75.63845) - (xy 76.132247 75.638452) - (xy 75.925977 75.693721) - (xy 75.925968 75.693725) - (xy 75.732421 75.783977) - (xy 75.557478 75.906472) - (xy 75.406472 76.057478) - (xy 75.33145 76.164623) - (xy 75.276874 76.208248) - (xy 75.229875 76.2175) - (xy 72.726967 76.2175) - (xy 72.711319 76.215772) - (xy 72.711293 76.216054) - (xy 72.703525 76.215319) - (xy 72.634154 76.2175) - (xy 72.604521 76.2175) - (xy 72.597607 76.218373) - (xy 72.59179 76.21883) - (xy 72.545058 76.220299) - (xy 72.545054 76.2203) - (xy 72.525722 76.225916) - (xy 72.506682 76.229859) - (xy 72.486712 76.232382) - (xy 72.486708 76.232383) - (xy 72.443237 76.249594) - (xy 72.43771 76.251486) - (xy 72.392812 76.26453) - (xy 72.392805 76.264533) - (xy 72.37548 76.274779) - (xy 72.35801 76.283337) - (xy 72.339298 76.290745) - (xy 72.301463 76.318233) - (xy 72.29658 76.32144) - (xy 72.256346 76.345234) - (xy 72.242106 76.359474) - (xy 72.22732 76.372102) - (xy 72.211033 76.383936) - (xy 72.211032 76.383936) - (xy 72.181227 76.419963) - (xy 72.177295 76.424285) - (xy 71.871089 76.73049) - (xy 71.809766 76.763975) - (xy 71.740074 76.758991) - (xy 71.684141 76.717119) - (xy 71.659724 76.651655) - (xy 71.659879 76.632012) - (xy 71.663468 76.591) - (xy 71.643635 76.364308) - (xy 71.584739 76.144504) - (xy 71.488568 75.938266) - (xy 71.358047 75.751861) - (xy 71.358045 75.751858) - (xy 71.197141 75.590954) - (xy 71.010734 75.460432) - (xy 71.010728 75.460429) - (xy 70.952725 75.433382) - (xy 70.900285 75.38721) - (xy 70.881133 75.320017) - (xy 70.901348 75.253135) - (xy 70.952725 75.208618) - (xy 71.010734 75.181568) - (xy 71.197139 75.051047) - (xy 71.358047 74.890139) - (xy 71.488568 74.703734) - (xy 71.584739 74.497496) - (xy 71.643635 74.277692) - (xy 71.663468 74.051) - (xy 71.643635 73.824308) - (xy 71.584739 73.604504) - (xy 71.488568 73.398266) - (xy 71.358047 73.211861) - (xy 71.358045 73.211858) - (xy 71.197141 73.050954) - (xy 71.010734 72.920432) - (xy 71.010732 72.920431) - (xy 70.804497 72.824261) - (xy 70.804488 72.824258) - (xy 70.584697 72.765366) - (xy 70.584693 72.765365) - (xy 70.584692 72.765365) - (xy 70.584691 72.765364) - (xy 70.584686 72.765364) - (xy 70.358002 72.745532) - (xy 70.357997 72.745532) - (xy 70.196338 72.759674) - (xy 70.127838 72.745907) - (xy 70.097851 72.723827) - (xy 69.764024 72.39) - (xy 73.089357 72.39) - (xy 73.109884 72.611535) - (xy 73.109885 72.611537) - (xy 73.170769 72.825523) - (xy 73.170775 72.825538) - (xy 73.269938 73.024683) - (xy 73.269943 73.024691) - (xy 73.40402 73.202238) - (xy 73.568437 73.352123) - (xy 73.568439 73.352125) - (xy 73.757595 73.469245) - (xy 73.757596 73.469245) - (xy 73.757599 73.469247) - (xy 73.96506 73.549618) - (xy 74.183757 73.5905) - (xy 74.183759 73.5905) - (xy 74.406241 73.5905) - (xy 74.406243 73.5905) - (xy 74.62494 73.549618) - (xy 74.832401 73.469247) - (xy 75.021562 73.352124) - (xy 75.185981 73.202236) - (xy 75.320058 73.024689) - (xy 75.419229 72.825528) - (xy 75.480115 72.611536) - (xy 75.500643 72.39) - (xy 78.169357 72.39) - (xy 78.189884 72.611535) - (xy 78.189885 72.611537) - (xy 78.250769 72.825523) - (xy 78.250775 72.825538) - (xy 78.349938 73.024683) - (xy 78.349943 73.024691) - (xy 78.48402 73.202238) - (xy 78.648437 73.352123) - (xy 78.648439 73.352125) - (xy 78.837595 73.469245) - (xy 78.837596 73.469245) - (xy 78.837599 73.469247) - (xy 79.04506 73.549618) - (xy 79.263757 73.5905) - (xy 79.263759 73.5905) - (xy 79.486241 73.5905) - (xy 79.486243 73.5905) - (xy 79.70494 73.549618) - (xy 79.912401 73.469247) - (xy 79.982246 73.426001) - (xy 82.626532 73.426001) - (xy 82.646364 73.652686) - (xy 82.646366 73.652697) - (xy 82.705258 73.872488) - (xy 82.705261 73.872497) - (xy 82.801431 74.078732) - (xy 82.801432 74.078734) - (xy 82.931954 74.265141) - (xy 83.092858 74.426045) - (xy 83.092861 74.426047) - (xy 83.279266 74.556568) - (xy 83.485504 74.652739) - (xy 83.705308 74.711635) - (xy 83.86723 74.725801) - (xy 83.931998 74.731468) - (xy 83.932 74.731468) - (xy 83.932002 74.731468) - (xy 83.988673 74.726509) - (xy 84.158692 74.711635) - (xy 84.378496 74.652739) - (xy 84.584734 74.556568) - (xy 84.771139 74.426047) - (xy 84.932047 74.265139) - (xy 85.062568 74.078734) - (xy 85.089618 74.020724) - (xy 85.13579 73.968285) - (xy 85.202983 73.949133) - (xy 85.269865 73.969348) - (xy 85.314382 74.020725) - (xy 85.341429 74.078728) - (xy 85.341432 74.078734) - (xy 85.471954 74.265141) - (xy 85.632858 74.426045) - (xy 85.632861 74.426047) - (xy 85.819266 74.556568) - (xy 86.025504 74.652739) - (xy 86.245308 74.711635) - (xy 86.40723 74.725801) - (xy 86.471998 74.731468) - (xy 86.472 74.731468) - (xy 86.472002 74.731468) - (xy 86.528673 74.726509) - (xy 86.698692 74.711635) - (xy 86.918496 74.652739) - (xy 87.124734 74.556568) - (xy 87.311139 74.426047) - (xy 87.472047 74.265139) - (xy 87.602568 74.078734) - (xy 87.698739 73.872496) - (xy 87.757635 73.652692) - (xy 87.777468 73.426) - (xy 87.775041 73.398265) - (xy 87.759837 73.224476) - (xy 87.757635 73.199308) - (xy 87.698739 72.979504) - (xy 87.602568 72.773266) - (xy 87.489325 72.611537) - (xy 87.472045 72.586858) - (xy 87.311141 72.425954) - (xy 87.124734 72.295432) - (xy 87.124732 72.295431) - (xy 86.918497 72.199261) - (xy 86.918488 72.199258) - (xy 86.698697 72.140366) - (xy 86.698693 72.140365) - (xy 86.698692 72.140365) - (xy 86.698691 72.140364) - (xy 86.698686 72.140364) - (xy 86.472002 72.120532) - (xy 86.471998 72.120532) - (xy 86.245313 72.140364) - (xy 86.245302 72.140366) - (xy 86.025511 72.199258) - (xy 86.025502 72.199261) - (xy 85.819267 72.295431) - (xy 85.819265 72.295432) - (xy 85.632858 72.425954) - (xy 85.471954 72.586858) - (xy 85.341432 72.773265) - (xy 85.341431 72.773267) - (xy 85.325607 72.807202) - (xy 85.317653 72.824261) - (xy 85.314382 72.831275) - (xy 85.268209 72.883714) - (xy 85.201016 72.902866) - (xy 85.134135 72.88265) - (xy 85.089618 72.831275) - (xy 85.086936 72.825523) - (xy 85.062568 72.773266) - (xy 84.949325 72.611537) - (xy 84.932045 72.586858) - (xy 84.771141 72.425954) - (xy 84.584734 72.295432) - (xy 84.584732 72.295431) - (xy 84.378497 72.199261) - (xy 84.378488 72.199258) - (xy 84.158697 72.140366) - (xy 84.158693 72.140365) - (xy 84.158692 72.140365) - (xy 84.158691 72.140364) - (xy 84.158686 72.140364) - (xy 83.932002 72.120532) - (xy 83.931998 72.120532) - (xy 83.705313 72.140364) - (xy 83.705302 72.140366) - (xy 83.485511 72.199258) - (xy 83.485502 72.199261) - (xy 83.279267 72.295431) - (xy 83.279265 72.295432) - (xy 83.092858 72.425954) - (xy 82.931954 72.586858) - (xy 82.801432 72.773265) - (xy 82.801431 72.773267) - (xy 82.705261 72.979502) - (xy 82.705258 72.979511) - (xy 82.646366 73.199302) - (xy 82.646364 73.199313) - (xy 82.626532 73.425998) - (xy 82.626532 73.426001) - (xy 79.982246 73.426001) - (xy 80.101562 73.352124) - (xy 80.265981 73.202236) - (xy 80.400058 73.024689) - (xy 80.499229 72.825528) - (xy 80.560115 72.611536) - (xy 80.580643 72.39) - (xy 80.560115 72.168464) - (xy 80.499229 71.954472) - (xy 80.499224 71.954461) - (xy 80.400061 71.755316) - (xy 80.400056 71.755308) - (xy 80.265979 71.577761) - (xy 80.101562 71.427876) - (xy 80.10156 71.427874) - (xy 79.912404 71.310754) - (xy 79.912398 71.310752) - (xy 79.70494 71.230382) - (xy 79.486243 71.1895) - (xy 79.263757 71.1895) - (xy 79.04506 71.230382) - (xy 78.913864 71.281207) - (xy 78.837601 71.310752) - (xy 78.837595 71.310754) - (xy 78.648439 71.427874) - (xy 78.648437 71.427876) - (xy 78.48402 71.577761) - (xy 78.349943 71.755308) - (xy 78.349938 71.755316) - (xy 78.250775 71.954461) - (xy 78.250769 71.954476) - (xy 78.189885 72.168462) - (xy 78.189884 72.168464) - (xy 78.169357 72.389999) - (xy 78.169357 72.39) - (xy 75.500643 72.39) - (xy 75.480115 72.168464) - (xy 75.419229 71.954472) - (xy 75.419224 71.954461) - (xy 75.320061 71.755316) - (xy 75.320056 71.755308) - (xy 75.185979 71.577761) - (xy 75.021562 71.427876) - (xy 75.02156 71.427874) - (xy 74.832404 71.310754) - (xy 74.832398 71.310752) - (xy 74.62494 71.230382) - (xy 74.406243 71.1895) - (xy 74.183757 71.1895) - (xy 73.96506 71.230382) - (xy 73.833864 71.281207) - (xy 73.757601 71.310752) - (xy 73.757595 71.310754) - (xy 73.568439 71.427874) - (xy 73.568437 71.427876) - (xy 73.40402 71.577761) - (xy 73.269943 71.755308) - (xy 73.269938 71.755316) - (xy 73.170775 71.954461) - (xy 73.170769 71.954476) - (xy 73.109885 72.168462) - (xy 73.109884 72.168464) - (xy 73.089357 72.389999) - (xy 73.089357 72.39) - (xy 69.764024 72.39) - (xy 68.755819 71.381795) - (xy 68.722334 71.320472) - (xy 68.7195 71.294114) - (xy 68.7195 70.338861) - (xy 68.739185 70.271822) - (xy 68.772375 70.237287) - (xy 68.804139 70.215047) - (xy 68.965047 70.054139) - (xy 69.095568 69.867734) - (xy 69.102893 69.852023) - (xy 69.149062 69.799586) - (xy 69.216254 69.780432) - (xy 69.283136 69.800645) - (xy 69.327657 69.852023) - (xy 69.334865 69.867481) - (xy 69.334866 69.867483) - (xy 69.385973 69.940471) - (xy 69.385974 69.940472) - (xy 70.067046 69.259399) - (xy 70.079835 69.340148) - (xy 70.137359 69.453045) - (xy 70.226955 69.542641) - (xy 70.339852 69.600165) - (xy 70.420599 69.612953) - (xy 69.739526 70.294025) - (xy 69.739526 70.294026) - (xy 69.812512 70.345131) - (xy 69.812516 70.345133) - (xy 70.018673 70.441265) - (xy 70.018682 70.441269) - (xy 70.238389 70.500139) - (xy 70.2384 70.500141) - (xy 70.464998 70.519966) - (xy 70.465002 70.519966) - (xy 70.691599 70.500141) - (xy 70.69161 70.500139) - (xy 70.911317 70.441269) - (xy 70.911331 70.441264) - (xy 71.117478 70.345136) - (xy 71.190472 70.294025) - (xy 70.509401 69.612953) - (xy 70.590148 69.600165) - (xy 70.703045 69.542641) - (xy 70.792641 69.453045) - (xy 70.850165 69.340148) - (xy 70.862953 69.2594) - (xy 71.544025 69.940472) - (xy 71.595136 69.867478) - (xy 71.691264 69.661331) - (xy 71.691269 69.661317) - (xy 71.750139 69.44161) - (xy 71.750141 69.441599) - (xy 71.769966 69.215002) - (xy 71.769966 69.214997) - (xy 71.750141 68.9884) - (xy 71.750139 68.988389) - (xy 71.691269 68.768682) - (xy 71.691265 68.768673) - (xy 71.595133 68.562516) - (xy 71.595131 68.562512) - (xy 71.544026 68.489526) - (xy 71.544025 68.489526) - (xy 70.862953 69.170598) - (xy 70.850165 69.089852) - (xy 70.792641 68.976955) - (xy 70.703045 68.887359) - (xy 70.590148 68.829835) - (xy 70.5094 68.817046) - (xy 71.190472 68.135974) - (xy 71.190471 68.135973) - (xy 71.117483 68.084866) - (xy 71.117481 68.084865) - (xy 70.911326 67.988734) - (xy 70.911317 67.98873) - (xy 70.69161 67.92986) - (xy 70.691599 67.929858) - (xy 70.465002 67.910034) - (xy 70.464998 67.910034) - (xy 70.2384 67.929858) - (xy 70.238389 67.92986) - (xy 70.018682 67.98873) - (xy 70.018673 67.988734) - (xy 69.812513 68.084868) - (xy 69.739527 68.135972) - (xy 69.739526 68.135973) - (xy 70.4206 68.817046) - (xy 70.339852 68.829835) - (xy 70.226955 68.887359) - (xy 70.137359 68.976955) - (xy 70.079835 69.089852) - (xy 70.067046 69.170599) - (xy 69.385973 68.489526) - (xy 69.385972 68.489527) - (xy 69.334868 68.562512) - (xy 69.327656 68.577979) - (xy 69.281482 68.630417) - (xy 69.214288 68.649567) - (xy 69.147407 68.62935) - (xy 69.102893 68.577976) - (xy 69.095568 68.562266) - (xy 68.965047 68.375861) - (xy 68.965045 68.375858) - (xy 68.804141 68.214954) - (xy 68.617734 68.084432) - (xy 68.617732 68.084431) - (xy 68.411497 67.988261) - (xy 68.411488 67.988258) - (xy 68.191697 67.929366) - (xy 68.191693 67.929365) - (xy 68.191692 67.929365) - (xy 68.191691 67.929364) - (xy 68.191686 67.929364) - (xy 67.965002 67.909532) - (xy 67.964998 67.909532) - (xy 67.738313 67.929364) - (xy 67.738302 67.929366) - (xy 67.518511 67.988258) - (xy 67.518502 67.988261) - (xy 67.312267 68.084431) - (xy 67.312265 68.084432) - (xy 67.125861 68.214952) - (xy 67.11754 68.223273) - (xy 67.056215 68.256755) - (xy 66.986524 68.251768) - (xy 66.942181 68.223269) - (xy 66.854977 68.136065) - (xy 66.844597 68.123323) - (xy 66.844556 68.123358) - (xy 66.839912 68.117823) - (xy 66.783753 68.064841) - (xy 65.627209 66.908297) - (xy 65.593724 66.846974) - (xy 65.598708 66.777282) - (xy 65.64058 66.721349) - (xy 65.704083 66.697088) - (xy 65.783487 66.690141) - (xy 65.783498 66.690139) - (xy 66.003205 66.631269) - (xy 66.003219 66.631264) - (xy 66.209366 66.535136) - (xy 66.28236 66.484025) - (xy 65.601288 65.802953) - (xy 65.682036 65.790165) - (xy 65.794933 65.732641) - (xy 65.884529 65.643045) - (xy 65.942053 65.530148) - (xy 65.954841 65.4494) - (xy 66.635913 66.130472) - (xy 66.687024 66.057478) - (xy 66.783152 65.851331) - (xy 66.783157 65.851317) - (xy 66.842027 65.63161) - (xy 66.842029 65.631599) - (xy 66.861854 65.405002) - (xy 66.861854 65.404997) - (xy 66.842029 65.1784) - (xy 66.842027 65.178389) - (xy 66.783157 64.958682) - (xy 66.783153 64.958673) - (xy 66.687021 64.752516) - (xy 66.687019 64.752512) - (xy 66.635914 64.679526) - (xy 66.635913 64.679526) - (xy 65.954841 65.360598) - (xy 65.942053 65.279852) - (xy 65.884529 65.166955) - (xy 65.794933 65.077359) - (xy 65.682036 65.019835) - (xy 65.601288 65.007046) - (xy 66.28236 64.325974) - (xy 66.282359 64.325973) - (xy 66.209371 64.274866) - (xy 66.209369 64.274865) - (xy 66.003214 64.178734) - (xy 66.003205 64.17873) - (xy 65.783498 64.11986) - (xy 65.783487 64.119858) - (xy 65.55689 64.100034) - (xy 65.556886 64.100034) - (xy 65.330288 64.119858) - (xy 65.330277 64.11986) - (xy 65.11057 64.17873) - (xy 65.110561 64.178734) - (xy 64.904401 64.274868) - (xy 64.831415 64.325972) - (xy 64.831414 64.325973) - (xy 65.512488 65.007046) - (xy 65.43174 65.019835) - (xy 65.318843 65.077359) - (xy 65.229247 65.166955) - (xy 65.171723 65.279852) - (xy 65.158934 65.360599) - (xy 64.472685 64.674351) - (xy 64.423693 64.664505) - (xy 64.373511 64.615889) - (xy 64.358869 64.560366) - (xy 64.357788 64.560423) - (xy 64.357742 64.560429) - (xy 64.357741 64.560426) - (xy 64.357564 64.560436) - (xy 64.357387 64.557135) - (xy 64.357387 64.557128) - (xy 64.350979 64.497517) - (xy 64.34814 64.489906) - (xy 64.300685 64.362671) - (xy 64.300681 64.362664) - (xy 64.214435 64.247455) - (xy 64.214432 64.247452) - (xy 64.099223 64.161206) - (xy 64.099216 64.161202) - (xy 63.96437 64.110908) - (xy 63.964371 64.110908) - (xy 63.904771 64.104501) - (xy 63.904769 64.1045) - (xy 63.904761 64.1045) - (xy 63.904752 64.1045) - (xy 62.209017 64.1045) - (xy 62.209011 64.104501) - (xy 62.149404 64.110908) - (xy 62.014559 64.161202) - (xy 62.014552 64.161206) - (xy 61.899343 64.247452) - (xy 61.89934 64.247455) - (xy 61.813094 64.362664) - (xy 61.81309 64.362671) - (xy 61.762796 64.497517) - (xy 61.756389 64.557116) - (xy 61.756389 64.557123) - (xy 61.756388 64.557135) - (xy 61.756388 66.25287) - (xy 61.756389 66.252876) - (xy 61.762796 66.312483) - (xy 61.81309 66.447328) - (xy 61.813094 66.447335) - (xy 61.89934 66.562544) - (xy 61.899343 66.562547) - (xy 62.014552 66.648793) - (xy 62.014559 66.648797) - (xy 62.149405 66.699091) - (xy 62.149404 66.699091) - (xy 62.156332 66.699835) - (xy 62.209015 66.7055) - (xy 63.239001 66.705499) - (xy 63.30604 66.725183) - (xy 63.326682 66.741818) - (xy 65.467181 68.882317) - (xy 65.500666 68.94364) - (xy 65.5035 68.969998) - (xy 65.5035 70.843225) - (xy 65.483815 70.910264) - (xy 65.431011 70.956019) - (xy 65.361853 70.965963) - (xy 65.298297 70.936938) - (xy 65.291819 70.930906) - (xy 60.153059 65.792147) - (xy 60.119574 65.730824) - (xy 60.117212 65.693662) - (xy 60.131356 65.532) - (xy 60.111523 65.305308) - (xy 60.052627 65.085504) - (xy 59.956456 64.879266) - (xy 59.825935 64.692861) - (xy 59.665027 64.531953) - (xy 59.633262 64.50971) - (xy 59.589639 64.455135) - (xy 59.580388 64.408138) - (xy 59.580388 61.683887) - (xy 59.581697 61.665917) - (xy 59.581918 61.664404) - (xy 59.585203 61.641982) - (xy 59.580623 61.589641) - (xy 59.580388 61.584238) - (xy 59.580388 61.575954) - (xy 59.580388 61.575947) - (xy 59.576562 61.543213) - (xy 59.569831 61.466276) - (xy 59.569829 61.466271) - (xy 59.568371 61.459207) - (xy 59.568424 61.459195) - (xy 59.566766 61.451715) - (xy 59.566712 61.451728) - (xy 59.565048 61.44471) - (xy 59.565048 61.444704) - (xy 59.538637 61.372142) - (xy 59.514352 61.298853) - (xy 59.514349 61.298849) - (xy 59.514349 61.298847) - (xy 59.511297 61.2923) - (xy 59.511346 61.292277) - (xy 59.508013 61.285392) - (xy 59.507964 61.285417) - (xy 59.504726 61.278971) - (xy 59.504724 61.278964) - (xy 59.504719 61.278956) - (xy 59.462288 61.214442) - (xy 59.43722 61.173802) - (xy 59.421759 61.148735) - (xy 59.421755 61.148731) - (xy 59.417278 61.143068) - (xy 59.41732 61.143034) - (xy 59.412485 61.137099) - (xy 59.412444 61.137134) - (xy 59.4078 61.131599) - (xy 59.35164 61.078616) - (xy 58.385048 60.112024) - (xy 58.351563 60.050701) - (xy 58.349258 60.012901) - (xy 58.355643 59.944) - (xy 61.024357 59.944) - (xy 61.044884 60.165535) - (xy 61.044885 60.165537) - (xy 61.105769 60.379523) - (xy 61.105775 60.379538) - (xy 61.204938 60.578683) - (xy 61.204943 60.578691) - (xy 61.33902 60.756238) - (xy 61.503437 60.906123) - (xy 61.503439 60.906125) - (xy 61.692595 61.023245) - (xy 61.692596 61.023245) - (xy 61.692599 61.023247) - (xy 61.90006 61.103618) - (xy 62.118757 61.1445) - (xy 62.118759 61.1445) - (xy 62.341241 61.1445) - (xy 62.341243 61.1445) - (xy 62.55994 61.103618) - (xy 62.767401 61.023247) - (xy 62.956562 60.906124) - (xy 63.120981 60.756236) - (xy 63.255058 60.578689) - (xy 63.354229 60.379528) - (xy 63.415115 60.165536) - (xy 63.435643 59.944) - (xy 63.415115 59.722464) - (xy 63.354229 59.508472) - (xy 63.354224 59.508461) - (xy 63.255061 59.309316) - (xy 63.255056 59.309308) - (xy 63.120979 59.131761) - (xy 62.956562 58.981876) - (xy 62.95656 58.981874) - (xy 62.767404 58.864754) - (xy 62.767398 58.864752) - (xy 62.55994 58.784382) - (xy 62.341243 58.7435) - (xy 62.118757 58.7435) - (xy 61.90006 58.784382) - (xy 61.768864 58.835207) - (xy 61.692601 58.864752) - (xy 61.692595 58.864754) - (xy 61.503439 58.981874) - (xy 61.503437 58.981876) - (xy 61.33902 59.131761) - (xy 61.204943 59.309308) - (xy 61.204938 59.309316) - (xy 61.105775 59.508461) - (xy 61.105769 59.508476) - (xy 61.044885 59.722462) - (xy 61.044884 59.722464) - (xy 61.024357 59.943999) - (xy 61.024357 59.944) - (xy 58.355643 59.944) - (xy 58.355643 59.943999) - (xy 58.335115 59.722464) - (xy 58.335114 59.722462) - (xy 58.332521 59.71335) - (xy 58.274229 59.508472) - (xy 58.274224 59.508461) - (xy 58.175061 59.309316) - (xy 58.175056 59.309308) - (xy 58.040979 59.131761) - (xy 57.876562 58.981876) - (xy 57.87656 58.981874) - (xy 57.687404 58.864754) - (xy 57.687398 58.864752) - (xy 57.47994 58.784382) - (xy 57.261243 58.7435) - (xy 57.038757 58.7435) - (xy 56.82006 58.784382) - (xy 56.688864 58.835207) - (xy 56.612601 58.864752) - (xy 56.612595 58.864754) - (xy 56.423439 58.981874) - (xy 56.423437 58.981876) - (xy 56.334038 59.063374) - (xy 56.271234 59.093991) - (xy 56.201847 59.085793) - (xy 56.147907 59.041383) - (xy 56.126539 58.974861) - (xy 56.1265 58.971737) - (xy 56.1265 56.852262) - (xy 56.146185 56.785223) - (xy 56.198989 56.739468) - (xy 56.268147 56.729524) - (xy 56.331703 56.758549) - (xy 56.334 56.76059) - (xy 56.423438 56.842124) - (xy 56.42344 56.842125) - (xy 56.423441 56.842126) - (xy 56.612595 56.959245) - (xy 56.612596 56.959245) - (xy 56.612599 56.959247) - (xy 56.82006 57.039618) - (xy 57.038757 57.0805) - (xy 57.038759 57.0805) - (xy 57.261241 57.0805) - (xy 57.261243 57.0805) - (xy 57.47994 57.039618) - (xy 57.687401 56.959247) - (xy 57.876562 56.842124) - (xy 58.040981 56.692236) - (xy 58.175058 56.514689) - (xy 58.274229 56.315528) - (xy 58.335115 56.101536) - (xy 58.355643 55.88) - (xy 58.335115 55.658464) - (xy 58.274229 55.444472) - (xy 58.274224 55.444461) - (xy 58.175061 55.245316) - (xy 58.175056 55.245308) - (xy 58.040979 55.067761) - (xy 57.906466 54.945137) - (xy 57.870184 54.885426) - (xy 57.871945 54.815578) - (xy 57.911188 54.757771) - (xy 57.975455 54.730356) - (xy 57.990004 54.7295) - (xy 61.389996 54.7295) - (xy 61.457035 54.749185) - (xy 61.50279 54.801989) - (xy 61.512734 54.871147) - (xy 61.483709 54.934703) - (xy 61.473534 54.945137) - (xy 61.33902 55.067761) - (xy 61.204943 55.245308) - (xy 61.204938 55.245316) - (xy 61.105775 55.444461) - (xy 61.105769 55.444476) - (xy 61.044885 55.658462) - (xy 61.044884 55.658464) - (xy 61.024357 55.879999) - (xy 61.024357 55.88) - (xy 61.044884 56.101535) - (xy 61.044885 56.101537) - (xy 61.105769 56.315523) - (xy 61.105775 56.315538) - (xy 61.204938 56.514683) - (xy 61.204943 56.514691) - (xy 61.33902 56.692238) - (xy 61.503437 56.842123) - (xy 61.503439 56.842125) - (xy 61.692595 56.959245) - (xy 61.692596 56.959245) - (xy 61.692599 56.959247) - (xy 61.90006 57.039618) - (xy 62.118757 57.0805) - (xy 62.118759 57.0805) - (xy 62.341241 57.0805) - (xy 62.341243 57.0805) - (xy 62.55994 57.039618) - (xy 62.767401 56.959247) - (xy 62.956562 56.842124) - (xy 63.120981 56.692236) - (xy 63.255058 56.514689) - (xy 63.354229 56.315528) - (xy 63.415115 56.101536) - (xy 63.435643 55.88) - (xy 63.415115 55.658464) - (xy 63.354229 55.444472) - (xy 63.354224 55.444461) - (xy 63.255061 55.245316) - (xy 63.255056 55.245308) - (xy 63.120979 55.067761) - (xy 62.986466 54.945137) - (xy 62.950184 54.885426) - (xy 62.951945 54.815578) - (xy 62.991188 54.757771) - (xy 63.055455 54.730356) - (xy 63.070004 54.7295) - (xy 68.243786 54.7295) - (xy 68.310825 54.749185) - (xy 68.35658 54.801989) - (xy 68.366328 54.858586) - (xy 68.367341 54.858586) - (xy 68.367341 54.864) - (xy 68.387936 55.099403) - (xy 68.387938 55.099413) - (xy 68.449094 55.327655) - (xy 68.449096 55.327659) - (xy 68.449097 55.327663) - (xy 68.519728 55.479131) - (xy 68.548965 55.54183) - (xy 68.548967 55.541834) - (xy 68.630633 55.658464) - (xy 68.684504 55.7354) - (xy 68.684506 55.735402) - (xy 68.851597 55.902493) - (xy 68.851603 55.902498) - (xy 68.915623 55.947325) - (xy 68.959248 56.001901) - (xy 68.9685 56.0489) - (xy 68.9685 56.219099) - (xy 68.948815 56.286138) - (xy 68.915624 56.320674) - (xy 68.851599 56.365505) - (xy 68.851597 56.365506) - (xy 68.684505 56.532597) - (xy 68.548965 56.726169) - (xy 68.548964 56.726171) - (xy 68.449098 56.940335) - (xy 68.449094 56.940344) - (xy 68.387938 57.168586) - (xy 68.387936 57.168596) - (xy 68.367341 57.403999) - (xy 68.367341 57.404) - (xy 68.387936 57.639403) - (xy 68.387938 57.639413) - (xy 68.449094 57.867655) - (xy 68.449096 57.867659) - (xy 68.449097 57.867663) - (xy 68.480646 57.93532) - (xy 68.548965 58.08183) - (xy 68.548967 58.081834) - (xy 68.607462 58.165373) - (xy 68.684505 58.275401) - (xy 68.851599 58.442495) - (xy 68.894675 58.472657) - (xy 69.045165 58.578032) - (xy 69.045167 58.578033) - (xy 69.04517 58.578035) - (xy 69.259337 58.677903) - (xy 69.487592 58.739063) - (xy 69.664034 58.7545) - (xy 69.722999 58.759659) - (xy 69.723 58.759659) - (xy 69.723001 58.759659) - (xy 69.781966 58.7545) - (xy 69.958408 58.739063) - (xy 70.186663 58.677903) - (xy 70.40083 58.578035) - (xy 70.594401 58.442495) - (xy 70.761495 58.275401) - (xy 70.891732 58.089403) - (xy 70.946307 58.04578) - (xy 71.015805 58.038586) - (xy 71.07816 58.070109) - (xy 71.09488 58.089405) - (xy 71.148073 58.165373) - (xy 71.779923 57.533523) - (xy 71.803507 57.613844) - (xy 71.881239 57.734798) - (xy 71.9899 57.828952) - (xy 72.120685 57.88868) - (xy 72.130466 57.890086) - (xy 71.501625 58.518925) - (xy 71.585421 58.577599) - (xy 71.799507 58.677429) - (xy 71.799516 58.677433) - (xy 72.027673 58.738567) - (xy 72.027684 58.738569) - (xy 72.262998 58.759157) - (xy 72.263002 58.759157) - (xy 72.498315 58.738569) - (xy 72.498326 58.738567) - (xy 72.726483 58.677433) - (xy 72.726492 58.677429) - (xy 72.940578 58.5776) - (xy 72.940582 58.577598) - (xy 73.024373 58.518926) - (xy 73.024373 58.518925) - (xy 72.395533 57.890086) - (xy 72.405315 57.88868) - (xy 72.5361 57.828952) - (xy 72.644761 57.734798) - (xy 72.722493 57.613844) - (xy 72.746076 57.533524) - (xy 73.377925 58.165373) - (xy 73.431425 58.088968) - (xy 73.486002 58.045344) - (xy 73.555501 58.038151) - (xy 73.617855 58.069673) - (xy 73.634576 58.088969) - (xy 73.688073 58.165372) - (xy 74.319922 57.533523) - (xy 74.343507 57.613844) - (xy 74.421239 57.734798) - (xy 74.5299 57.828952) - (xy 74.660685 57.88868) - (xy 74.670466 57.890086) - (xy 74.041625 58.518925) - (xy 74.125421 58.577599) - (xy 74.339507 58.677429) - (xy 74.339516 58.677433) - (xy 74.567673 58.738567) - (xy 74.567684 58.738569) - (xy 74.802998 58.759157) - (xy 74.803002 58.759157) - (xy 75.038315 58.738569) - (xy 75.038326 58.738567) - (xy 75.266483 58.677433) - (xy 75.266492 58.677429) - (xy 75.480578 58.5776) - (xy 75.480582 58.577598) - (xy 75.564373 58.518926) - (xy 75.564373 58.518925) - (xy 74.935533 57.890086) - (xy 74.945315 57.88868) - (xy 75.0761 57.828952) - (xy 75.184761 57.734798) - (xy 75.262493 57.613844) - (xy 75.286076 57.533524) - (xy 75.917925 58.165373) - (xy 75.971119 58.089405) - (xy 76.025696 58.045781) - (xy 76.095195 58.038588) - (xy 76.157549 58.07011) - (xy 76.174269 58.089405) - (xy 76.304505 58.275401) - (xy 76.471599 58.442495) - (xy 76.514675 58.472657) - (xy 76.665165 58.578032) - (xy 76.665167 58.578033) - (xy 76.66517 58.578035) - (xy 76.879337 58.677903) - (xy 77.107592 58.739063) - (xy 77.284034 58.7545) - (xy 77.342999 58.759659) - (xy 77.343 58.759659) - (xy 77.343001 58.759659) - (xy 77.401966 58.7545) - (xy 77.578408 58.739063) - (xy 77.806663 58.677903) - (xy 78.02083 58.578035) - (xy 78.214401 58.442495) - (xy 78.381495 58.275401) - (xy 78.381504 58.275388) - (xy 78.382636 58.27404) - (xy 78.383293 58.273602) - (xy 78.385323 58.271573) - (xy 78.38573 58.27198) - (xy 78.440805 58.235334) - (xy 78.510666 58.23422) - (xy 78.570038 58.271053) - (xy 78.595335 58.314733) - (xy 78.598186 58.323334) - (xy 78.690288 58.472656) - (xy 78.814344 58.596712) - (xy 78.963666 58.688814) - (xy 79.130203 58.743999) - (xy 79.232991 58.7545) - (xy 80.533008 58.754499) - (xy 80.635797 58.743999) - (xy 80.802334 58.688814) - (xy 80.951656 58.596712) - (xy 81.075712 58.472656) - (xy 81.167814 58.323334) - (xy 81.222999 58.156797) - (xy 81.2335 58.054009) - (xy 81.233499 56.753992) - (xy 81.222999 56.651203) - (xy 81.167814 56.484666) - (xy 81.075712 56.335344) - (xy 80.951656 56.211288) - (xy 80.858888 56.154069) - (xy 80.802336 56.119187) - (xy 80.802331 56.119185) - (xy 80.802215 56.119146) - (xy 80.793733 56.116336) - (xy 80.73629 56.076564) - (xy 80.709467 56.012048) - (xy 80.721782 55.943272) - (xy 80.750767 55.906517) - (xy 80.750573 55.906323) - (xy 80.752219 55.904676) - (xy 80.75304 55.903636) - (xy 80.754388 55.902504) - (xy 80.754401 55.902495) - (xy 80.921495 55.735401) - (xy 81.057035 55.54183) - (xy 81.156903 55.327663) - (xy 81.218063 55.099408) - (xy 81.238659 54.864) - (xy 81.218063 54.628592) - (xy 81.156903 54.400337) - (xy 81.057035 54.186171) - (xy 81.051731 54.178595) - (xy 80.921494 53.992597) - (xy 80.754402 53.825506) - (xy 80.754395 53.825501) - (xy 80.560834 53.689967) - (xy 80.56083 53.689965) - (xy 80.430309 53.629102) - (xy 80.346663 53.590097) - (xy 80.346659 53.590096) - (xy 80.346655 53.590094) - (xy 80.118413 53.528938) - (xy 80.118403 53.528936) - (xy 79.883001 53.508341) - (xy 79.882999 53.508341) - (xy 79.647596 53.528936) - (xy 79.647586 53.528938) - (xy 79.419344 53.590094) - (xy 79.419335 53.590098) - (xy 79.205171 53.689964) - (xy 79.205169 53.689965) - (xy 79.011597 53.825505) - (xy 78.844505 53.992597) - (xy 78.714575 54.178158) - (xy 78.659998 54.221783) - (xy 78.5905 54.228977) - (xy 78.528145 54.197454) - (xy 78.511425 54.178158) - (xy 78.381494 53.992597) - (xy 78.214402 53.825506) - (xy 78.214395 53.825501) - (xy 78.020834 53.689967) - (xy 78.02083 53.689965) - (xy 77.890309 53.629102) - (xy 77.806663 53.590097) - (xy 77.806659 53.590096) - (xy 77.806655 53.590094) - (xy 77.578413 53.528938) - (xy 77.578403 53.528936) - (xy 77.343001 53.508341) - (xy 77.342999 53.508341) - (xy 77.107596 53.528936) - (xy 77.107586 53.528938) - (xy 76.879344 53.590094) - (xy 76.879335 53.590098) - (xy 76.665171 53.689964) - (xy 76.665169 53.689965) - (xy 76.471597 53.825505) - (xy 76.304505 53.992597) - (xy 76.174269 54.178595) - (xy 76.119692 54.22222) - (xy 76.050194 54.229414) - (xy 75.987839 54.197891) - (xy 75.971119 54.178595) - (xy 75.917925 54.102626) - (xy 75.917925 54.102625) - (xy 75.286076 54.734475) - (xy 75.262493 54.654156) - (xy 75.184761 54.533202) - (xy 75.0761 54.439048) - (xy 74.945315 54.37932) - (xy 74.935533 54.377913) - (xy 75.564373 53.749073) - (xy 75.564373 53.749072) - (xy 75.480583 53.690402) - (xy 75.480579 53.6904) - (xy 75.266492 53.59057) - (xy 75.266483 53.590566) - (xy 75.038326 53.529432) - (xy 75.038315 53.52943) - (xy 74.803002 53.508843) - (xy 74.802998 53.508843) - (xy 74.567684 53.52943) - (xy 74.567673 53.529432) - (xy 74.339516 53.590566) - (xy 74.339507 53.59057) - (xy 74.125419 53.690401) - (xy 74.041625 53.749072) - (xy 74.670466 54.377913) - (xy 74.660685 54.37932) - (xy 74.5299 54.439048) - (xy 74.421239 54.533202) - (xy 74.343507 54.654156) - (xy 74.319923 54.734476) - (xy 73.688072 54.102625) - (xy 73.688072 54.102626) - (xy 73.634574 54.17903) - (xy 73.579998 54.222655) - (xy 73.510499 54.229849) - (xy 73.448144 54.198326) - (xy 73.431424 54.17903) - (xy 73.377925 54.102626) - (xy 73.377925 54.102625) - (xy 72.746076 54.734475) - (xy 72.722493 54.654156) - (xy 72.644761 54.533202) - (xy 72.5361 54.439048) - (xy 72.405315 54.37932) - (xy 72.395533 54.377913) - (xy 73.024373 53.749073) - (xy 73.024373 53.749072) - (xy 72.940583 53.690402) - (xy 72.940579 53.6904) - (xy 72.726492 53.59057) - (xy 72.726483 53.590566) - (xy 72.498326 53.529432) - (xy 72.498315 53.52943) - (xy 72.263002 53.508843) - (xy 72.262998 53.508843) - (xy 72.027684 53.52943) - (xy 72.027673 53.529432) - (xy 71.799516 53.590566) - (xy 71.799507 53.59057) - (xy 71.585419 53.690401) - (xy 71.501625 53.749072) - (xy 72.130466 54.377913) - (xy 72.120685 54.37932) - (xy 71.9899 54.439048) - (xy 71.881239 54.533202) - (xy 71.803507 54.654156) - (xy 71.779923 54.734476) - (xy 71.148073 54.102626) - (xy 71.094881 54.178594) - (xy 71.040304 54.222219) - (xy 70.970806 54.229413) - (xy 70.908451 54.197891) - (xy 70.89173 54.178594) - (xy 70.761494 53.992597) - (xy 70.594402 53.825506) - (xy 70.594395 53.825501) - (xy 70.400834 53.689967) - (xy 70.40083 53.689965) - (xy 70.270309 53.629102) - (xy 70.186663 53.590097) - (xy 70.186659 53.590096) - (xy 70.186655 53.590094) - (xy 69.958413 53.528938) - (xy 69.958403 53.528936) - (xy 69.723001 53.508341) - (xy 69.722999 53.508341) - (xy 69.487591 53.528937) - (xy 69.362025 53.562581) - (xy 69.292175 53.560918) - (xy 69.280684 53.556606) - (xy 69.240054 53.539023) - (xy 69.234807 53.536453) - (xy 69.193837 53.513929) - (xy 69.193828 53.513926) - (xy 69.174334 53.50892) - (xy 69.155933 53.50262) - (xy 69.137459 53.494626) - (xy 69.137452 53.494624) - (xy 69.091287 53.487313) - (xy 69.085563 53.486128) - (xy 69.040279 53.4745) - (xy 69.040272 53.4745) - (xy 69.020142 53.4745) - (xy 69.000743 53.472973) - (xy 68.980868 53.469825) - (xy 68.980867 53.469825) - (xy 68.934321 53.474225) - (xy 68.928483 53.4745) - (xy 56.978965 53.4745) - (xy 56.963314 53.472772) - (xy 56.963288 53.473054) - (xy 56.955525 53.472319) - (xy 56.886154 53.4745) - (xy 56.856521 53.4745) - (xy 56.849607 53.475373) - (xy 56.84379 53.47583) - (xy 56.797058 53.477299) - (xy 56.797054 53.4773) - (xy 56.777722 53.482916) - (xy 56.758682 53.486859) - (xy 56.738712 53.489382) - (xy 56.738708 53.489383) - (xy 56.695237 53.506594) - (xy 56.68971 53.508486) - (xy 56.644812 53.52153) - (xy 56.644805 53.521533) - (xy 56.62748 53.531779) - (xy 56.61001 53.540337) - (xy 56.591298 53.547745) - (xy 56.553463 53.575233) - (xy 56.54858 53.57844) - (xy 56.508346 53.602234) - (xy 56.494106 53.616474) - (xy 56.47932 53.629102) - (xy 56.463033 53.640936) - (xy 56.463032 53.640936) - (xy 56.433227 53.676963) - (xy 56.429295 53.681285) - (xy 55.113953 54.996626) - (xy 55.101669 55.006469) - (xy 55.101849 55.006687) - (xy 55.095838 55.011659) - (xy 55.048322 55.062258) - (xy 55.027375 55.083205) - (xy 55.023106 55.088709) - (xy 55.019315 55.093147) - (xy 54.987308 55.12723) - (xy 54.987305 55.127234) - (xy 54.977606 55.144877) - (xy 54.966928 55.161133) - (xy 54.954594 55.177034) - (xy 54.954589 55.177042) - (xy 54.936025 55.219943) - (xy 54.933454 55.225191) - (xy 54.910927 55.266167) - (xy 54.90592 55.285668) - (xy 54.899621 55.304064) - (xy 54.892893 55.319612) - (xy 54.891625 55.322544) - (xy 54.891624 55.322546) - (xy 54.884312 55.368716) - (xy 54.883127 55.374438) - (xy 54.8715 55.419723) - (xy 54.8715 55.439858) - (xy 54.869973 55.459257) - (xy 54.866825 55.479131) - (xy 54.871225 55.525677) - (xy 54.8715 55.531515) - (xy 54.8715 62.934718) - (xy 54.851815 63.001757) - (xy 54.835181 63.022399) - (xy 54.27234 63.58524) - (xy 54.211017 63.618725) - (xy 54.141325 63.613741) - (xy 54.085392 63.571869) - (xy 54.060975 63.506405) - (xy 54.060806 63.501683) - (xy 54.058807 63.478833) - (xy 54.040063 63.264592) - (xy 53.978903 63.036337) - (xy 53.879035 62.822171) - (xy 53.862894 62.799118) - (xy 53.743494 62.628597) - (xy 53.576402 62.461506) - (xy 53.576396 62.461501) - (xy 53.390842 62.331575) - (xy 53.347217 62.276998) - (xy 53.340023 62.2075) - (xy 53.371546 62.145145) - (xy 53.390842 62.128425) - (xy 53.413026 62.112891) - (xy 53.576401 61.998495) - (xy 53.743495 61.831401) - (xy 53.879035 61.63783) - (xy 53.978903 61.423663) - (xy 54.040063 61.195408) - (xy 54.060659 60.96) - (xy 54.040063 60.724592) - (xy 53.978903 60.496337) - (xy 53.879035 60.282171) - (xy 53.862893 60.259118) - (xy 53.743496 60.0886) - (xy 53.705597 60.050701) - (xy 53.621179 59.966283) - (xy 53.587696 59.904963) - (xy 53.59268 59.835271) - (xy 53.634551 59.779337) - (xy 53.665529 59.762422) - (xy 53.797086 59.713354) - (xy 53.797093 59.71335) - (xy 53.912187 59.62719) - (xy 53.91219 59.627187) - (xy 53.99835 59.512093) - (xy 53.998354 59.512086) - (xy 54.048596 59.377379) - (xy 54.048598 59.377372) - (xy 54.054999 59.317844) - (xy 54.055 59.317827) - (xy 54.055 58.67) - (xy 53.138686 58.67) - (xy 53.164493 58.629844) - (xy 53.205 58.491889) - (xy 53.205 58.348111) - (xy 53.164493 58.210156) - (xy 53.138686 58.17) - (xy 54.055 58.17) - (xy 54.055 57.522172) - (xy 54.054999 57.522155) - (xy 54.048598 57.462627) - (xy 54.048596 57.46262) - (xy 53.998354 57.327913) - (xy 53.99835 57.327906) - (xy 53.91219 57.212812) - (xy 53.912187 57.212809) - (xy 53.797093 57.126649) - (xy 53.797086 57.126645) - (xy 53.662379 57.076403) - (xy 53.662372 57.076401) - (xy 53.602844 57.07) - (xy 52.955 57.07) - (xy 52.955 57.984498) - (xy 52.847315 57.93532) - (xy 52.740763 57.92) - (xy 52.669237 57.92) - (xy 52.562685 57.93532) - (xy 52.455 57.984498) - (xy 52.455 57.07) - (xy 51.807155 57.07) - (xy 51.747627 57.076401) - (xy 51.74762 57.076403) - (xy 51.612913 57.126645) - (xy 51.612906 57.126649) - (xy 51.498811 57.212062) - (xy 51.433347 57.23648) - (xy 51.365074 57.221629) - (xy 51.315668 57.172224) - (xy 51.3005 57.112796) - (xy 51.3005 53.34) - (xy 51.984341 53.34) - (xy 52.004936 53.575403) - (xy 52.004938 53.575413) - (xy 52.066094 53.803655) - (xy 52.066096 53.803659) - (xy 52.066097 53.803663) - (xy 52.076283 53.825506) - (xy 52.165964 54.017828) - (xy 52.165965 54.01783) - (xy 52.301505 54.211402) - (xy 52.468597 54.378494) - (xy 52.662169 54.514034) - (xy 52.662171 54.514035) - (xy 52.876337 54.613903) - (xy 53.104592 54.675063) - (xy 53.281034 54.6905) - (xy 53.398966 54.6905) - (xy 53.575408 54.675063) - (xy 53.803663 54.613903) - (xy 54.017829 54.514035) - (xy 54.211401 54.378495) - (xy 54.378495 54.211401) - (xy 54.514035 54.01783) - (xy 54.613903 53.803663) - (xy 54.675063 53.575408) - (xy 54.695659 53.34) - (xy 87.204341 53.34) - (xy 87.224936 53.575403) - (xy 87.224938 53.575413) - (xy 87.286094 53.803655) - (xy 87.286096 53.803659) - (xy 87.286097 53.803663) - (xy 87.296283 53.825506) - (xy 87.385964 54.017828) - (xy 87.385965 54.01783) - (xy 87.521505 54.211402) - (xy 87.688597 54.378494) - (xy 87.882169 54.514034) - (xy 87.882171 54.514035) - (xy 88.096337 54.613903) - (xy 88.324592 54.675063) - (xy 88.501034 54.6905) - (xy 88.618966 54.6905) - (xy 88.795408 54.675063) - (xy 89.023663 54.613903) - (xy 89.237829 54.514035) - (xy 89.431401 54.378495) - (xy 89.598495 54.211401) - (xy 89.734035 54.01783) - (xy 89.833903 53.803663) - (xy 89.895063 53.575408) - (xy 89.915659 53.34) - (xy 89.895063 53.104592) - (xy 89.833903 52.876337) - (xy 89.734035 52.662171) - (xy 89.734034 52.662169) - (xy 89.598494 52.468597) - (xy 89.431402 52.301505) - (xy 89.23783 52.165965) - (xy 89.237828 52.165964) - (xy 89.130746 52.116031) - (xy 89.023663 52.066097) - (xy 89.023659 52.066096) - (xy 89.023655 52.066094) - (xy 88.795413 52.004938) - (xy 88.795403 52.004936) - (xy 88.618966 51.9895) - (xy 88.501034 51.9895) - (xy 88.324596 52.004936) - (xy 88.324586 52.004938) - (xy 88.096344 52.066094) - (xy 88.096335 52.066098) - (xy 87.882171 52.165964) - (xy 87.882169 52.165965) - (xy 87.688597 52.301505) - (xy 87.521506 52.468597) - (xy 87.521501 52.468604) - (xy 87.385967 52.662165) - (xy 87.385965 52.662169) - (xy 87.286098 52.876335) - (xy 87.286094 52.876344) - (xy 87.224938 53.104586) - (xy 87.224936 53.104596) - (xy 87.204341 53.339999) - (xy 87.204341 53.34) - (xy 54.695659 53.34) - (xy 54.675063 53.104592) - (xy 54.613903 52.876337) - (xy 54.514035 52.662171) - (xy 54.514034 52.662169) - (xy 54.378494 52.468597) - (xy 54.211402 52.301505) - (xy 54.01783 52.165965) - (xy 54.017828 52.165964) - (xy 53.910746 52.116031) - (xy 53.803663 52.066097) - (xy 53.803659 52.066096) - (xy 53.803655 52.066094) - (xy 53.575413 52.004938) - (xy 53.575403 52.004936) - (xy 53.398966 51.9895) - (xy 53.281034 51.9895) - (xy 53.104596 52.004936) - (xy 53.104586 52.004938) - (xy 52.876344 52.066094) - (xy 52.876335 52.066098) - (xy 52.662171 52.165964) - (xy 52.662169 52.165965) - (xy 52.468597 52.301505) - (xy 52.301506 52.468597) - (xy 52.301501 52.468604) - (xy 52.165967 52.662165) - (xy 52.165965 52.662169) - (xy 52.066098 52.876335) - (xy 52.066094 52.876344) - (xy 52.004938 53.104586) - (xy 52.004936 53.104596) - (xy 51.984341 53.339999) - (xy 51.984341 53.34) - (xy 51.3005 53.34) - (xy 51.3005 51.4245) - (xy 51.320185 51.357461) - (xy 51.372989 51.311706) - (xy 51.4245 51.3005) - (xy 90.4755 51.3005) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 56.331703 60.822549) - (xy 56.334 60.82459) - (xy 56.423438 60.906124) - (xy 56.42344 60.906125) - (xy 56.423441 60.906126) - (xy 56.612595 61.023245) - (xy 56.612596 61.023245) - (xy 56.612599 61.023247) - (xy 56.82006 61.103618) - (xy 57.038757 61.1445) - (xy 57.038759 61.1445) - (xy 57.232114 61.1445) - (xy 57.299153 61.164185) - (xy 57.319795 61.180819) - (xy 58.035069 61.896093) - (xy 58.068554 61.957416) - (xy 58.071388 61.983774) - (xy 58.071388 64.408138) - (xy 58.051703 64.475177) - (xy 58.018514 64.50971) - (xy 57.986749 64.531953) - (xy 57.829194 64.689507) - (xy 57.76787 64.722991) - (xy 57.698179 64.718006) - (xy 57.642245 64.676135) - (xy 57.620835 64.630334) - (xy 57.619485 64.624622) - (xy 57.569242 64.489913) - (xy 57.569238 64.489906) - (xy 57.483078 64.374812) - (xy 57.483075 64.374809) - (xy 57.367981 64.288649) - (xy 57.367974 64.288645) - (xy 57.233267 64.238403) - (xy 57.23326 64.238401) - (xy 57.173732 64.232) - (xy 56.575888 64.232) - (xy 56.575888 65.216314) - (xy 56.563933 65.204359) - (xy 56.451036 65.146835) - (xy 56.357369 65.132) - (xy 56.294407 65.132) - (xy 56.20074 65.146835) - (xy 56.087843 65.204359) - (xy 56.075888 65.216314) - (xy 56.075888 64.232) - (xy 55.699779 64.232) - (xy 55.63274 64.212315) - (xy 55.586985 64.159511) - (xy 55.577041 64.090353) - (xy 55.606066 64.026797) - (xy 55.612084 64.020333) - (xy 55.884043 63.748374) - (xy 55.896325 63.738537) - (xy 55.896144 63.738318) - (xy 55.902152 63.733346) - (xy 55.902162 63.73334) - (xy 55.949677 63.682741) - (xy 55.970623 63.661796) - (xy 55.974892 63.65629) - (xy 55.978676 63.651859) - (xy 56.010693 63.617767) - (xy 56.020389 63.600128) - (xy 56.031073 63.583861) - (xy 56.043408 63.567962) - (xy 56.061983 63.525034) - (xy 56.064534 63.519827) - (xy 56.087072 63.478834) - (xy 56.092078 63.459334) - (xy 56.098376 63.440936) - (xy 56.106374 63.422458) - (xy 56.113688 63.376276) - (xy 56.11487 63.370565) - (xy 56.1265 63.325272) - (xy 56.1265 63.305141) - (xy 56.128027 63.285741) - (xy 56.131175 63.265867) - (xy 56.126775 63.219321) - (xy 56.1265 63.213483) - (xy 56.1265 60.916262) - (xy 56.146185 60.849223) - (xy 56.198989 60.803468) - (xy 56.268147 60.793524) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 71.803507 55.073844) - (xy 71.881239 55.194798) - (xy 71.9899 55.288952) - (xy 72.120685 55.34868) - (xy 72.130466 55.350086) - (xy 71.501625 55.978925) - (xy 71.578031 56.032425) - (xy 71.621655 56.087002) - (xy 71.628848 56.156501) - (xy 71.597326 56.218855) - (xy 71.578029 56.235576) - (xy 71.501625 56.289072) - (xy 72.130466 56.917913) - (xy 72.120685 56.91932) - (xy 71.9899 56.979048) - (xy 71.881239 57.073202) - (xy 71.803507 57.194156) - (xy 71.779923 57.274476) - (xy 71.148073 56.642626) - (xy 71.094881 56.718594) - (xy 71.040304 56.762219) - (xy 70.970806 56.769413) - (xy 70.908451 56.737891) - (xy 70.89173 56.718594) - (xy 70.761494 56.532597) - (xy 70.594404 56.365508) - (xy 70.594402 56.365506) - (xy 70.594401 56.365505) - (xy 70.594396 56.365501) - (xy 70.594393 56.365499) - (xy 70.530376 56.320673) - (xy 70.486751 56.266096) - (xy 70.4775 56.219099) - (xy 70.4775 56.0489) - (xy 70.497185 55.981861) - (xy 70.530377 55.947325) - (xy 70.536165 55.943272) - (xy 70.594401 55.902495) - (xy 70.761495 55.735401) - (xy 70.891732 55.549403) - (xy 70.946307 55.50578) - (xy 71.015805 55.498586) - (xy 71.07816 55.530109) - (xy 71.09488 55.549405) - (xy 71.148073 55.625373) - (xy 71.779923 54.993523) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 74.343507 55.073844) - (xy 74.421239 55.194798) - (xy 74.5299 55.288952) - (xy 74.660685 55.34868) - (xy 74.670466 55.350086) - (xy 74.041625 55.978925) - (xy 74.118031 56.032425) - (xy 74.161655 56.087002) - (xy 74.168848 56.156501) - (xy 74.137326 56.218855) - (xy 74.118029 56.235576) - (xy 74.041625 56.289072) - (xy 74.670466 56.917913) - (xy 74.660685 56.91932) - (xy 74.5299 56.979048) - (xy 74.421239 57.073202) - (xy 74.343507 57.194156) - (xy 74.319923 57.274476) - (xy 73.688072 56.642625) - (xy 73.688072 56.642626) - (xy 73.634574 56.71903) - (xy 73.579998 56.762655) - (xy 73.510499 56.769849) - (xy 73.448144 56.738326) - (xy 73.431424 56.71903) - (xy 73.377925 56.642626) - (xy 73.377925 56.642625) - (xy 72.746076 57.274475) - (xy 72.722493 57.194156) - (xy 72.644761 57.073202) - (xy 72.5361 56.979048) - (xy 72.405315 56.91932) - (xy 72.395533 56.917913) - (xy 73.024373 56.289073) - (xy 72.947969 56.235576) - (xy 72.904344 56.180999) - (xy 72.89715 56.111501) - (xy 72.928672 56.049146) - (xy 72.947968 56.032425) - (xy 73.024373 55.978925) - (xy 72.395533 55.350086) - (xy 72.405315 55.34868) - (xy 72.5361 55.288952) - (xy 72.644761 55.194798) - (xy 72.722493 55.073844) - (xy 72.746076 54.993524) - (xy 73.377925 55.625373) - (xy 73.431425 55.548968) - (xy 73.486002 55.505344) - (xy 73.555501 55.498151) - (xy 73.617855 55.529673) - (xy 73.634576 55.548969) - (xy 73.688073 55.625372) - (xy 74.319922 54.993523) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 75.917925 55.625373) - (xy 75.971119 55.549405) - (xy 76.025696 55.505781) - (xy 76.095195 55.498588) - (xy 76.157549 55.53011) - (xy 76.174269 55.549405) - (xy 76.304505 55.735401) - (xy 76.304506 55.735402) - (xy 76.471597 55.902493) - (xy 76.471603 55.902498) - (xy 76.657158 56.032425) - (xy 76.700783 56.087002) - (xy 76.707977 56.1565) - (xy 76.676454 56.218855) - (xy 76.657158 56.235575) - (xy 76.471597 56.365505) - (xy 76.304505 56.532597) - (xy 76.174269 56.718595) - (xy 76.119692 56.76222) - (xy 76.050194 56.769414) - (xy 75.987839 56.737891) - (xy 75.971119 56.718595) - (xy 75.917925 56.642626) - (xy 75.917925 56.642625) - (xy 75.286076 57.274475) - (xy 75.262493 57.194156) - (xy 75.184761 57.073202) - (xy 75.0761 56.979048) - (xy 74.945315 56.91932) - (xy 74.935533 56.917913) - (xy 75.564373 56.289073) - (xy 75.487969 56.235576) - (xy 75.444344 56.180999) - (xy 75.43715 56.111501) - (xy 75.468672 56.049146) - (xy 75.487968 56.032425) - (xy 75.564373 55.978925) - (xy 74.935533 55.350086) - (xy 74.945315 55.34868) - (xy 75.0761 55.288952) - (xy 75.184761 55.194798) - (xy 75.262493 55.073844) - (xy 75.286076 54.993524) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "hall") + (rev "1") + (comment 1 "PCB for main circuit") + (comment 2 "(description)") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (stackup + (layer "F.SilkS" + (type "Top Silk Screen") + ) + (layer "F.Paste" + (type "Top Solder Paste") + ) + (layer "F.Mask" + (type "Top Solder Mask") + (thickness 0.01) + ) + (layer "F.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 1" + (type "core") + (thickness 1.51) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "B.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "B.Mask" + (type "Bottom Solder Mask") + (thickness 0.01) + ) + (layer "B.Paste" + (type "Bottom Solder Paste") + ) + (layer "B.SilkS" + (type "Bottom Silk Screen") + ) + (copper_finish "None") + (dielectric_constraints no) + ) + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions yes) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "gerbers") + ) + ) + (net 0 "") + (net 1 "/IN") + (net 2 "Net-(C1-Pad2)") + (net 3 "Net-(U3A-+)") + (net 4 "Net-(J2-Ext)") + (net 5 "Net-(C3-Pad2)") + (net 6 "Net-(C4-Pad1)") + (net 7 "GND") + (net 8 "Net-(U4A--)") + (net 9 "Net-(C5-Pad2)") + (net 10 "Net-(U4B-+)") + (net 11 "Net-(C7-Pad1)") + (net 12 "+15V") + (net 13 "-15V") + (net 14 "Net-(D1-K)") + (net 15 "Net-(D1-A)") + (net 16 "Net-(D2-A)") + (net 17 "/LED1") + (net 18 "/VN") + (net 19 "/VP") + (net 20 "+5V") + (net 21 "Net-(J2-In)") + (net 22 "Net-(J3-In)") + (net 23 "/REVERB") + (net 24 "/FB2") + (net 25 "/LED2") + (net 26 "Net-(U1A-+)") + (net 27 "Net-(R4-Pad1)") + (net 28 "Net-(U1A--)") + (net 29 "Net-(U1B--)") + (net 30 "Net-(U3B--)") + (net 31 "Net-(U3B-+)") + (net 32 "Net-(U4B--)") + (net 33 "Net-(R7-Pad2)") + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979afe") + (at 88.56 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "897cf656-aeca-4f69-b442-171ec8715a57") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "H2" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "9013cf11-5b9a-4f3c-88ea-df34494bd985") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b115a158-0496-4cfa-8acf-ab869747588d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c772f97b-1cc5-4fe2-90dd-04f20937dade") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35945a58-6966-4b68-961c-1b49cda8372c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b6c4098c-2e48-481d-88f3-e6aaebad9c38") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "6b7c9a6e-2d41-4e1e-a87c-afa173d10d18") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0f4c8197-dc73-4c81-bed0-b543d5325ac7") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "15b74275-e7ac-4930-9081-475b064b2dbf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "a33c0c36-f410-4529-a0b8-b5596a8fce0e") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b06") + (at 53.34 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H3" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "b6071c15-396e-4fc1-a166-d8d480696ddc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "H3" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "2e8d718b-91f7-40ef-9b05-8bbef42da7e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9dff496a-9127-4d92-85c1-d3b6d9c1d7be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97897a0b-d0cd-4ffa-b746-83e7485560ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc14139d-983b-4a7c-8869-5ee765573393") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a398913f-08a1-4cd7-9718-321df48723fe") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "d0018a53-479c-4013-8669-87c3b55950d0") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b71d285b-324c-4fb7-a066-6351f6370a0e") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6d6235e4-81a0-4e02-92fa-c811b4637b55") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "990f7cc0-c281-4208-b952-372e99cb3350") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b0e") + (at 88.56 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "fa446b89-ec27-47cb-9e25-b26d29df0f88") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "H4" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "11d0542f-9915-4e60-b54f-1897edc0da8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6f5949cc-5397-4f4b-bcc7-11ef75858407") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ce794d9-fd61-441f-884f-f8562747fc35") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "44cabce9-ba29-497d-8d44-49faf30c1c4e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/51c2e393-1f80-4a70-bff7-39ef76e9d145") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "fcf95bad-c01a-4488-82e2-865bcb9d438b") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "cb1e1ee1-3df4-4b2d-8028-682e675b02d3") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a56c14b0-f93a-46d6-b412-7c9a2ac0f038") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "9dcc4d38-8f1a-4e1b-9398-4fef65513936") + ) + ) + (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (layer "F.Cu") + (uuid "0ff7ba20-f90b-455c-84f0-09228fbb8574") + (at 53.888 101.6) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") + (property "Reference" "C3" + (at 1.25 -4.4 0) + (layer "F.SilkS") + (uuid "3a0108bd-67f1-4343-a5ac-141d6eb98cd1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u (NP)" + (at 1.25 4.4 0) + (layer "F.Fab") + (uuid "32b3128a-e8cd-42e5-ab4c-9b0d2c2a7f4a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f1dca1d-acd3-4cdf-a6a4-b8f8030e9338") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f4641895-d908-4adb-9a3c-21e5f59c29c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7700eea4-2ea8-4a66-9f57-f8954f6f1b50") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8d50ff8d-6bcf-4bbb-bf97-c932cd6e494a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -2.250241 -1.839) + (end -1.620241 -1.839) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fde8abc-9677-479a-b8a5-9350a25f8e78") + ) + (fp_line + (start -1.935241 -2.154) + (end -1.935241 -1.524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7302cd12-4d65-48d5-bb54-5c25dc250e5d") + ) + (fp_line + (start 1.25 -3.23) + (end 1.25 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a96d7ef5-5f4b-4f6f-addc-c50d7b89fde1") + ) + (fp_line + (start 1.29 -3.23) + (end 1.29 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf594208-f52d-4871-aa88-9a0db7a5356d") + ) + (fp_line + (start 1.33 -3.23) + (end 1.33 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "347ff199-dbc2-41fa-b7d5-4d5b0d49f090") + ) + (fp_line + (start 1.37 -3.228) + (end 1.37 3.228) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e17c1a7-e65c-4a24-9448-cf71e83fdb00") + ) + (fp_line + (start 1.41 -3.227) + (end 1.41 3.227) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed5b5898-88bc-45c4-b190-1b0be5a24e36") + ) + (fp_line + (start 1.45 -3.224) + (end 1.45 3.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69983f3d-c2bf-4c28-9feb-757cd22c666f") + ) + (fp_line + (start 1.49 -3.222) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "595e23a6-b561-4e70-9536-a0db5e959ea3") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 3.222) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46d02178-747a-4001-bc20-58fb2d794f2c") + ) + (fp_line + (start 1.53 -3.218) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7750c27-9cd3-4410-9746-55ad0b2add28") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 3.218) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45568baf-d1df-43f5-b531-cdf615441be1") + ) + (fp_line + (start 1.57 -3.215) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ea352b6-1f94-4cbc-8d25-e034644a8e77") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 3.215) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "806af94f-0027-4993-ac93-1175d79cb065") + ) + (fp_line + (start 1.61 -3.211) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab03800e-411f-4e6a-9e89-b4b6bfa67dfa") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 3.211) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef645f03-e7e9-4718-8849-a24a296d3d8c") + ) + (fp_line + (start 1.65 -3.206) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21ae089b-0a90-450b-8254-7e2ed07d5095") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 3.206) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93bfab0b-b87b-47fc-965a-7b73bbd7e89f") + ) + (fp_line + (start 1.69 -3.201) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27d8f8d8-1f93-46b1-9380-1323073366d9") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 3.201) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c88d9d01-bbac-4428-8494-c64e05c74422") + ) + (fp_line + (start 1.73 -3.195) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96c3a4ed-1aea-4393-abbf-5a9183311fe6") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 3.195) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d662360-a946-4f53-9fcb-d55ce385d6fa") + ) + (fp_line + (start 1.77 -3.189) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ece5dfe4-5ca3-4d72-bbcd-8cfdfe662c70") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 3.189) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3d837c1-5077-4c73-9ae5-e1ae216de00d") + ) + (fp_line + (start 1.81 -3.182) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ef15e82-edbb-4f77-b6a4-693dd3a6746f") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 3.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "497a1a92-6ff0-4a69-bb1f-aca25c47e2ad") + ) + (fp_line + (start 1.85 -3.175) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dce016eb-664a-4c18-a17b-b4680c5b172e") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 3.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af09e8b8-153b-4eff-9ab5-408c93c6862f") + ) + (fp_line + (start 1.89 -3.167) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6e12828-de85-4048-afbe-3c6e9a6708c3") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 3.167) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acf9ec5b-e661-4139-aef3-fec3ddf38ae9") + ) + (fp_line + (start 1.93 -3.159) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8349f05f-7e66-408b-a433-894cf7490ff3") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 3.159) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8427263e-e5dc-4dbb-a65d-ce0b95cdff24") + ) + (fp_line + (start 1.971 -3.15) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95134980-07bc-4b19-92ec-c6185a9558f9") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 3.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb27c657-909f-459b-9829-1e28b3f7cb75") + ) + (fp_line + (start 2.011 -3.141) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "977924ed-05b2-43fd-b21d-f1b4e3ea96f8") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 3.141) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b72ff0e1-2a76-4796-8bd9-3f249f9a0c2a") + ) + (fp_line + (start 2.051 -3.131) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f927066-a737-489a-bbac-37b160fbda18") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 3.131) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5da0b49-e7f4-4af0-b618-d0370c21f3f3") + ) + (fp_line + (start 2.091 -3.121) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2724e14c-a123-4bc6-b4da-b1631b9a2b55") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 3.121) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "376bd318-c93f-4fd4-bac0-c993b980a002") + ) + (fp_line + (start 2.131 -3.11) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8da2c72-8d6e-4162-9666-81fb648b4871") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b392710-1b68-4aaa-b353-29fa99566ee0") + ) + (fp_line + (start 2.171 -3.098) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "282d71b1-f6e8-4c07-a678-146eebd2fb79") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 3.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aeb066ba-6ff8-4a05-946a-0c1416fb038b") + ) + (fp_line + (start 2.211 -3.086) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2987b9ba-b002-4479-ba3f-81583b7aebde") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 3.086) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef5a5391-511b-47f5-9af3-fa62c5639c06") + ) + (fp_line + (start 2.251 -3.074) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18cbba03-5213-498f-bc3c-f0c35faf6861") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 3.074) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33b0c978-397f-47fd-9f08-4279efb33d38") + ) + (fp_line + (start 2.291 -3.061) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8d707e3-6ddd-4755-a176-46fdca575f5b") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 3.061) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4695d1c2-2cf9-4f97-80c6-b7e7788baa6c") + ) + (fp_line + (start 2.331 -3.047) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ebf9d26-ee01-4f5a-86c0-427429e2b1d9") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 3.047) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1f30219-eadb-4ab4-8336-651349d8b3f3") + ) + (fp_line + (start 2.371 -3.033) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dec4b017-d191-4791-9e01-2b68b11ba599") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 3.033) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcca689d-470b-46f5-ae43-024f8fe23bfc") + ) + (fp_line + (start 2.411 -3.018) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "447b16c8-d358-49b2-a0bd-1c4d7ba0363f") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 3.018) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4831cff8-5dfa-408a-babc-a5edee4f92c2") + ) + (fp_line + (start 2.451 -3.002) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cde0698e-4a4b-4327-96e9-374e800ac226") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 3.002) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "744998cd-ae16-46f9-b04e-75ee1a91fb7f") + ) + (fp_line + (start 2.491 -2.986) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e6d42e2-eb39-45d5-81c6-42aa2f83f02f") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.986) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f661f00f-cb1b-4d75-a413-fd42d8565c79") + ) + (fp_line + (start 2.531 -2.97) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f27d4d3-add3-4e62-9e7a-4e4d962ab248") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4213d77-f147-4eb1-aa72-295507fb8fd7") + ) + (fp_line + (start 2.571 -2.952) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac18da96-759f-459f-a6f4-393d26e98eca") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.952) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "466ec9e6-eb5d-42ee-b3a9-2606c57257e9") + ) + (fp_line + (start 2.611 -2.934) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b2c1dbc-239c-4fe1-a893-a1a43db893aa") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.934) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbbbc3db-7872-4c21-8e62-ec2fa009bd1b") + ) + (fp_line + (start 2.651 -2.916) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b4a77c6-a813-44a7-8ad0-7398cde5dfe5") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.916) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "146535b7-6a40-4a87-baa5-b500e1eab44c") + ) + (fp_line + (start 2.691 -2.896) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8465c73-075f-41ce-b160-98a5d5f0abfc") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.896) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b856957-9e25-45a7-9da7-ad181f2e8ee1") + ) + (fp_line + (start 2.731 -2.876) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "676d0459-3e17-46d6-962e-43a89b46a1c8") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.876) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d67fe7e5-928e-4656-a815-060a2194be37") + ) + (fp_line + (start 2.771 -2.856) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c8e0145-0ad3-4314-92ce-df09e05ebd6f") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.856) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a20558f-fc6a-4237-bd2a-ad59c4e2af0e") + ) + (fp_line + (start 2.811 -2.834) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad712e2c-b243-4cce-bd0e-8ec4e6acd1e6") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "59955ab1-f5ec-4c8e-ac1b-0ecd51330aa0") + ) + (fp_line + (start 2.851 -2.812) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7d44588-d1b3-43e8-be95-a78118a62c4a") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.812) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "291cb6af-4baf-4086-9609-db8af6a10fbf") + ) + (fp_line + (start 2.891 -2.79) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22d07661-b3fe-480e-b161-13ae6ecb4268") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4899659-7382-4e6e-ac50-b9e29acba4ed") + ) + (fp_line + (start 2.931 -2.766) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8324db8-5e68-4a35-b0ac-caf37e87b7bd") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 2.766) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d52ec14f-efd8-4efd-b03b-be0fcc327a8f") + ) + (fp_line + (start 2.971 -2.742) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94ff97b4-7bac-4a2a-9157-a096c35ba5aa") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 2.742) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73c11aa4-3511-458b-aceb-ab8bf30be349") + ) + (fp_line + (start 3.011 -2.716) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd550ed6-9d1a-4f59-9ab5-8c6e44e72037") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 2.716) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81e4efac-28f9-44c5-b2f2-dec0d8ac1e32") + ) + (fp_line + (start 3.051 -2.69) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5dd4002f-e050-496c-9a99-1c65f531f791") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 2.69) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b013545-282e-4bc3-b783-a40a3218dbba") + ) + (fp_line + (start 3.091 -2.664) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66b8511a-862b-4962-a92b-52bb925b87d1") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 2.664) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5791d624-de00-4300-b0be-f7bbf198745f") + ) + (fp_line + (start 3.131 -2.636) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6453f71f-0ed9-4024-80f7-b3a4a86b0783") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 2.636) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e626376-401b-43fc-80d7-68d40f892fc0") + ) + (fp_line + (start 3.171 -2.607) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c526832-d28e-4fd9-a78e-4d36bc086161") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 2.607) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "804a6faa-6426-49ff-bd75-de56e550c9ac") + ) + (fp_line + (start 3.211 -2.578) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e29b2783-0012-4ba8-86a4-2edb41c3ba15") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe3bc410-a01d-4ef5-a468-fb7ca84a4604") + ) + (fp_line + (start 3.251 -2.548) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a38876f-6b0e-4d9f-b637-0adb63f273d6") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 2.548) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cfc2229a-55c8-49eb-9c0b-d84c8a9c7f13") + ) + (fp_line + (start 3.291 -2.516) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f40cf03b-6eca-4210-9290-26d5dff24ada") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 2.516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "023901f8-84fe-4b8c-b84d-4e90fc2953c3") + ) + (fp_line + (start 3.331 -2.484) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6c1a95f-febe-4509-99c4-1a5a3341e2d7") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 2.484) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "876b2c7c-d817-4566-b537-8778284efb60") + ) + (fp_line + (start 3.371 -2.45) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34ac4ac0-e927-4633-a613-ab1c81a6e7f9") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c1fac26-1ec7-42d4-8972-a7f20752f5c4") + ) + (fp_line + (start 3.411 -2.416) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15f52d09-e991-4831-902b-0a45201ab367") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 2.416) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "604eb4e2-c678-4a1a-b1b4-becf216dab4d") + ) + (fp_line + (start 3.451 -2.38) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "672aff09-0fef-4a56-b1b6-8153815063fd") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 2.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c264d23-2e2f-483b-9ccc-c750061ba892") + ) + (fp_line + (start 3.491 -2.343) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ba2f082-750e-4125-ba61-e9939042b5bd") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 2.343) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc4014c4-ef15-452e-8a26-72d10b95e1b1") + ) + (fp_line + (start 3.531 -2.305) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83422ec7-9410-4657-be7f-fb0b52ad610f") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 2.305) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57e46fcb-2908-4b83-b127-4e079bd785d6") + ) + (fp_line + (start 3.571 -2.265) + (end 3.571 2.265) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4749630-0f71-4630-95dd-12e9bf87247f") + ) + (fp_line + (start 3.611 -2.224) + (end 3.611 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef9be750-3595-4cb9-9d8a-9f276b0c5af3") + ) + (fp_line + (start 3.651 -2.182) + (end 3.651 2.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7948b59f-9dfa-4057-b163-1376409ad657") + ) + (fp_line + (start 3.691 -2.137) + (end 3.691 2.137) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "356233bb-25ec-4f26-bd89-9ec67de3c051") + ) + (fp_line + (start 3.731 -2.092) + (end 3.731 2.092) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2c4709d-39e6-4066-9b40-9df62c27644e") + ) + (fp_line + (start 3.771 -2.044) + (end 3.771 2.044) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc64c4d4-8f6b-49ef-8ea0-253f963f9b38") + ) + (fp_line + (start 3.811 -1.995) + (end 3.811 1.995) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a71b3fea-593d-4455-80d0-b5a0b71feb0f") + ) + (fp_line + (start 3.851 -1.944) + (end 3.851 1.944) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94d4e02f-117c-46e1-96b2-984c65e4866e") + ) + (fp_line + (start 3.891 -1.89) + (end 3.891 1.89) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3611543a-aa38-4711-8a98-a51392f30c2c") + ) + (fp_line + (start 3.931 -1.834) + (end 3.931 1.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad5bcfc9-3075-4fd8-aba3-99fe195a7ac6") + ) + (fp_line + (start 3.971 -1.776) + (end 3.971 1.776) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9fbf1ad-3f29-453f-a87e-f1c152f4edeb") + ) + (fp_line + (start 4.011 -1.714) + (end 4.011 1.714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d50adfbd-0a80-4fff-89e3-7c1a553789a4") + ) + (fp_line + (start 4.051 -1.65) + (end 4.051 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f32d019b-ba33-4219-8ad8-29466f1f27ee") + ) + (fp_line + (start 4.091 -1.581) + (end 4.091 1.581) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b5f3fc4-0fb0-4960-be41-d795b6ac8677") + ) + (fp_line + (start 4.131 -1.509) + (end 4.131 1.509) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "874792e7-449e-4677-b49a-1ef5dbf42862") + ) + (fp_line + (start 4.171 -1.432) + (end 4.171 1.432) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd805e94-2817-4e99-bb52-128840454c7f") + ) + (fp_line + (start 4.211 -1.35) + (end 4.211 1.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "652a2a43-7644-4f4e-86ce-9bfb7ac7fdb3") + ) + (fp_line + (start 4.251 -1.262) + (end 4.251 1.262) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb1dde3d-eb24-442f-831c-27696039a626") + ) + (fp_line + (start 4.291 -1.165) + (end 4.291 1.165) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cadf4dc4-fe05-4ad1-82c8-3e07f7c4b1d3") + ) + (fp_line + (start 4.331 -1.059) + (end 4.331 1.059) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5cbebe4-b694-45ab-b285-74ffcc15ebc3") + ) + (fp_line + (start 4.371 -0.94) + (end 4.371 0.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1655c4ab-ae87-4309-b1d1-d040e155f25f") + ) + (fp_line + (start 4.411 -0.802) + (end 4.411 0.802) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35bbaac8-c8f9-412a-802c-5b695be51c58") + ) + (fp_line + (start 4.451 -0.633) + (end 4.451 0.633) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13494a2c-570c-4e50-aefd-7a0bbf7e7e2e") + ) + (fp_line + (start 4.491 -0.402) + (end 4.491 0.402) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46692668-673d-4ef1-a1f8-3d2cbb3afdd5") + ) + (fp_circle + (center 1.25 0) + (end 4.52 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "cbe98c39-7d2c-4ce8-8a5b-4f859d4f716d") + ) + (fp_circle + (center 1.25 0) + (end 4.65 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d7b8c303-959f-43d1-bb83-b678518da980") + ) + (fp_line + (start -1.443972 -1.3735) + (end -0.813972 -1.3735) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "180b59e5-da25-4ec2-959c-65f91f454e65") + ) + (fp_line + (start -1.128972 -1.6885) + (end -1.128972 -1.0585) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c61fe97a-e4f2-47de-9e7f-02f9781762c9") + ) + (fp_circle + (center 1.25 0) + (end 4.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6b8cb8e9-6ed4-43a0-922f-fa5083777b34") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "6aece0aa-0cb4-47cb-b2b9-2980820de7a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(J2-Ext)") + (pintype "passive") + (uuid "1733b2e7-6cf5-4b25-8fd2-44a0a169fe69") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(C3-Pad2)") + (pintype "passive") + (uuid "d4f22399-1e3c-4d80-8e6e-9d6f6a62f990") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "12a65f45-a0f9-43f5-b241-5b3c93e93e2c") + (at 52.705 58.42) + (descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x04 2.54mm single row") + (property "Reference" "J4" + (at -0.127 10.16 0) + (layer "F.SilkS") + (uuid "3f6c2223-6f14-480b-9365-8a2fcea002b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "01x04 Female" + (at 0 10.39 0) + (layer "F.Fab") + (uuid "ff1382db-4901-4758-8f7b-f271a017a48d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef73348a-aedc-4023-9dce-02c216aa1f3a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d706a98-1537-4398-83bf-4a401aa192bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bad4925-2067-4734-bf6b-94b333ad7d2a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c87789bb-aa7d-4aee-b540-5b1029d70bfe") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b343794e-3951-4fad-a1e3-ab81fd024f73") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d899508-abdb-41f6-88d6-918b6545937b") + ) + (fp_line + (start -1.33 8.95) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3228fcc1-82ec-4c04-a2bc-b42317101b52") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d10a014e-ef07-4b0e-8b63-fcf5ec7dd455") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28218dfa-d6a9-4562-a6bd-4115afd5a53a") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca28088e-7a2c-4e5b-b24a-0459a6a04e48") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "430b498b-aacd-4c6b-9dbf-bac7307b75dc") + ) + (fp_line + (start -1.8 9.4) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "30539776-e3f0-4581-84d5-58374c491785") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e52f5fa-ceb5-47f3-9f09-30fb9edf85c8") + ) + (fp_line + (start 1.75 9.4) + (end -1.8 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8a2bc93c-1f5a-42fc-8b18-7e1c72ce53c5") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d4749e3-9107-4281-88a4-c7007f251888") + ) + (fp_line + (start -1.27 8.89) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9789fd27-6883-4b95-aa4a-3dbca40ab3b5") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55df7df8-7587-4bca-a905-39b16b3bfa4a") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a53ab119-5a83-4615-8227-a6ed5f436bc0") + ) + (fp_line + (start 1.27 8.89) + (end -1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f57ca95-49a1-4d5b-bcf7-106dc3de52bd") + ) + (fp_text user "${REFERENCE}" + (at 0 3.81 90) + (layer "F.Fab") + (uuid "45560762-2767-467e-ad86-236e86a02220") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "375a6861-da94-48ab-a1c0-d62b0edb17f4") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "+15V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "93b0bf82-80f2-43f1-888c-f1eafd7c9082") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "-15V") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "ea415e37-e956-42df-8180-fbc34496a670") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "+5V") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "3329d420-383c-464e-8f64-2969706fa071") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "153fd3a0-3ca0-4383-b384-b30821a67f0a") + (at 75.763333 100.33 90) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D2" + (at 3.81 -2.12 90) + (layer "F.SilkS") + (uuid "759700bc-3b72-4350-b5ea-6dcd5e2ec0f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.253 90) + (layer "F.Fab") + (uuid "471a6ddc-f265-49e9-94b4-1e8d3a23d6f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a404eb86-0daa-4109-9807-2a77d37eea26") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e4f328d-6667-4f3e-9f85-9f4ec27ec85b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e5a5729-b91f-4d98-b5b4-77a3a261e494") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f85c23ff-6dd1-4a54-af8f-eb4716cd2d3c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "45878ed2-5cd5-40a5-96e2-d3eb7a25617b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Model" "D1N4148" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2bf81fa6-d410-4a1f-907a-777d5f57f455") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Node_Sequence" "2 1" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7be8f867-0165-4000-ba7a-2fdc3828a21a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Primitive" "D" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6c098517-8b7e-4271-93a7-9b7472b60501") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/fc97e87d-3a82-4634-b921-5190569de733") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03714957-2155-4907-8563-d262f368487f") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38097d7f-2977-4d82-a34c-a639b1fc8b75") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3018be59-59f2-4e1a-a0ad-451d7243f7d4") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "717288ed-eb5c-4f1f-9eb5-63f01386a8aa") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fbca66a-5064-4629-b34c-2d5ec75146cf") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13a2ffe1-ae00-405b-9639-1c4afc893ba7") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65d917dd-585e-428d-bbde-5ccefa3deca7") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a84ca800-c07f-40f1-9789-9ab78724ca8e") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e9d3be2-8d63-4859-b70a-860449e5e6f2") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c053f84-8022-401c-963b-93b75620fd96") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1939f2a-8dd5-487b-89cd-898ee32b045d") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51b36181-4704-4243-aa22-3602b3b782f9") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6a91bc5-f125-4f6e-a6d1-dffd258bbe1f") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1707acf-aca0-4cd1-9336-f6dddcffb7cd") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c01e640-c17f-4651-87c0-770a71580880") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9aae597-5fd6-4f93-91f1-df067c18a9bd") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f2503029-fd7c-42f7-8364-f7a573fbc1fc") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03becd4c-5327-4443-ae55-f863aa53c275") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad88472d-b0e3-46c1-a6cf-6694f406420d") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f817fd1f-c93c-4e64-8b2f-fb7627249b2a") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ebfc433-4ad1-490f-8726-791e057fd90c") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7129d78f-9d0a-41d6-bafe-51525daf436f") + ) + (fp_text user "K" + (at 0 -1.8 90) + (layer "F.SilkS") + (uuid "e29e66f6-776a-42aa-92bc-eecbe71e3f5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 90) + (layer "F.Fab") + (uuid "643a90dd-ddb4-4091-8556-5f0575429fe6") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 90) + (layer "F.Fab") + (uuid "cf31e6bb-c6e3-4a6e-bd21-1ad1ba785a57") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(D1-K)") + (pinfunction "K") + (pintype "passive") + (uuid "c270d376-1d8c-457c-8a4b-ba9fe7d32fb7") + ) + (pad "2" thru_hole oval + (at 7.62 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(D2-A)") + (pinfunction "A") + (pintype "passive") + (uuid "30cc411b-abe4-4f87-866b-4d7f54e5b0f0") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "16511e32-d016-422d-b4a3-8d3348241660") + (at 62.738 74.051) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U1" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "bf30ac28-4e30-4875-836e-06d425e7a596") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NE5532" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "d7633ae0-ca40-442a-8ace-e0349dbeb3de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "50c47c79-db4c-412f-a28a-090e8c51893e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "43d27a61-e1a0-4bb4-af07-157a162668ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df0341b4-1fcc-4b04-8a01-b43a528c276a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f948fdfc-bc92-4f5f-b9ed-bfe673bc7629") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "32d09f1c-7229-45ef-a3e2-10f3b9558fa1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7d986dd6-a114-479d-b6ec-68ab75ddd87f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/74ae375e-f37d-43fa-831c-6c426228e35a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da3051cd-f899-4ca1-b7bc-8357533ecdab") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1002a41c-15ee-45b3-8e3d-50b2884e377d") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dfbdf4d4-67fb-4613-b7a3-82c16d84d612") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1784f2e-3bc0-4b8f-92c7-704d47982c87") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e3798029-e718-4e17-a83a-d91ace941ff4") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "542111e9-5ae2-4762-8e28-46c96be04eb7") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7318bd7-47f5-42ab-a362-a53243071a55") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4de790a9-375f-40bb-92cd-e79a73d5e5c1") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7a1bb1b-1fdd-4c7b-b99f-8ca33df56ecd") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28c86294-bf8b-4027-8d63-e79e6131889d") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb8dcb06-4c04-48d0-a4b5-71852edf57f5") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "150d76d4-e6bd-4127-bb06-145bff54e8f9") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5e1bea5-51e9-4119-9736-bfa4b2f20917") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccd74ce4-9a22-4de3-b193-12b79b97e06f") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e41a19bb-ea17-496d-800b-d5acd8bf2216") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7752cbf8-36cd-4a3d-8a81-fe9243b8b07a") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "add739d5-37a3-41e7-920a-f832c3bf4227") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7d22c261-a0e4-48f3-8f00-9e9563a35316") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "31851fd0-aac7-4985-b9bb-a5f9842da149") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33c144fd-a131-4f5b-a774-6c610c1e1193") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6eb2e185-496d-4ccb-8183-d86e907dfe45") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b50ad2ee-c6c6-4131-8826-86cda71e1bf9") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c040b07c-2e13-4b50-8129-3c52eb49ef65") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "1a58d031-c67b-4768-858b-6fbb32f8f425") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(R4-Pad1)") + (pintype "output") + (uuid "54c5bfd8-3d59-49f3-b40c-48fc13b21d98") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(U1A--)") + (pinfunction "-") + (pintype "input") + (uuid "8c129380-d4fd-4ce3-8afa-fb7566881008") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(U1A-+)") + (pinfunction "+") + (pintype "input") + (uuid "ca421f75-a1d0-4ee3-8273-8839abc9bb63") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "45320029-61f5-4059-978c-af268a96b3b9") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "+") + (pintype "input") + (uuid "85189184-33ba-49b5-b465-1cf381c0d7bc") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(U1B--)") + (pinfunction "-") + (pintype "input") + (uuid "ffc90f38-f614-4be0-93a8-b00f5d2cf419") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D1-A)") + (pintype "output") + (uuid "d3aa6366-6b82-479a-bff9-303c56ffe72d") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "a0cde9da-ddf2-4178-bada-e76fe55a0f7e") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "17e17558-220e-408d-8d96-126a6528cd4c") + (at 62.738 126.026) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U4" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "221f9d1b-fab7-411c-91e6-d9c766d2a5bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NE5532" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "e2b7d634-4f5d-41b5-b1a3-d75cf936a0d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b411034f-b404-4d23-a6eb-9ba2fcbdd29f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f0940fc-5108-4606-9859-cf0f6fdb19b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f38bb4e7-7667-48dc-ad2b-c29856947f92") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/fc3854b8-96b4-4b58-b9bc-9bd4a2383b76") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ef50457-e6f2-49e0-82a2-bed6bd078511") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34c5c2c6-4ec2-4a54-b122-c7552bdb6497") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "998ce350-fb08-4d9d-8b3c-5079cac76e55") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5a8e8d5-4099-4800-9b92-0049b5e88636") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0623243b-3f89-4b26-ab18-6429abd7332f") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de54cbd8-ef9e-46de-bebd-2cad03b8b101") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f1b458f-cbd0-4f86-aa1c-b1b518c98f0a") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f55c7e71-517c-4f99-95df-d40169b5c24f") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "837fd5db-bf57-4ccf-8d11-770692aaf785") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0abfcf4-a117-4e29-bfad-c88bea8d07c6") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6471ff73-15a0-426b-b8f2-37bb3aa48433") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1eca6756-2246-46cb-9940-3d539d64248e") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de71087a-de7f-4a50-9916-30290fe15508") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b01d10d2-3eab-4cde-9fa4-de6b8bc1c53a") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74dd4d85-5748-483b-937c-531131627451") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3cefe049-9eac-4d66-8f77-ded5e5a278cd") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72ca0b5a-318e-46c6-8ce6-7f569da6d677") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e491708d-ac55-4eb3-b3cc-9777b0ac2e57") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0545e39e-0fff-48a5-ac7d-c052ae8ece47") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f20ba09c-323d-478c-ab4a-ed620cd5b449") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a34d8653-61ee-42b0-aa16-11c13d4399e4") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d639730-e967-4c7b-88eb-11a3f4ffa025") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d110727-b22c-41c7-bd03-26dae5644c90") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "b251a139-0d49-4e05-995e-6f5a445ff46c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(C5-Pad2)") + (pintype "output") + (uuid "98971460-ae85-40f5-bc07-a9777fd40799") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(U4A--)") + (pinfunction "-") + (pintype "input") + (uuid "54cc1172-eb43-4c38-8916-115b5ddba2ff") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(J3-In)") + (pinfunction "+") + (pintype "input") + (uuid "69a9943c-94c6-4930-a0ba-03e2756a2848") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "cf064f66-b7a6-4754-a224-90788e9ad028") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(U4B-+)") + (pinfunction "+") + (pintype "input") + (uuid "08a8dcd5-1350-4e9b-b9af-2039821f81ae") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U4B--)") + (pinfunction "-") + (pintype "input") + (uuid "dd765214-b0a3-4d52-af8d-bc54d2cd8c0e") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C7-Pad1)") + (pintype "output") + (uuid "84c9734b-5329-4459-bcf9-b081add990bd") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "802de8d2-e785-48fa-a725-5d04d3263ee2") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "1c619e84-969f-4af3-bf53-44c7b8738a4b") + (at 62.504 86.36) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C11" + (at 1.25 -2.5 0) + (layer "F.SilkS") + (uuid "8976937a-3d27-4595-b800-356049711b4b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "2a0341ee-b68f-4f2d-a315-9fc973104d79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c467943-2a53-4f00-a2ac-d1aecf430ec1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54a0c81f-fd32-42d7-9fc3-5ad41eb176b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34aa1bba-e7e7-405c-af4a-62c6067d8139") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8f3dbe2b-fc94-49df-a9eb-49d8ad527ac4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e12437cc-2290-43b5-9ad4-068b0c23e8cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4e39b45b-4fdf-42bc-956e-bb840af59d16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "896e0c86-6155-406e-9671-cb0772b1f6bb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/d84e126a-7c66-407c-bf5d-66ecb8c29511") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22d5cb24-2bad-42c5-8ccf-150bd8d772c7") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a2a2565-7126-4661-812c-b45ce1e21b83") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e90b60d0-9764-4688-b880-53460accacb9") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acdd4deb-e469-45e1-8097-ad24d541a4f5") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b1b2ec4-6605-4e23-8538-3d9d8f592a76") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96556a32-9f50-438a-8f86-0c37d3eef89d") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "072ccb90-8577-4c06-a4a5-421fd78cfa99") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2c858a6-8edd-4749-866f-0918c4ee7635") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6b3527b-256a-4a0b-94a3-d8f93cdabdfd") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7873c006-4452-4ee6-9c35-95ae47e1c220") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "740deb3e-49ed-41b2-a4be-59807c5af53a") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3bda4f07-9be8-43b3-a3f6-d00e9715a7f1") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1162b04-cb3e-43e2-80ad-8ecac874ec6c") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "804f1911-4af3-41ec-95b6-af2710d84cb9") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "28879c8b-670a-489c-88d6-cba5e2240bc3") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "186bb63d-add0-4e24-96e5-c8259cbe8fee") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "-15V") + (pintype "passive") + (uuid "ea4c483d-0343-4c0f-b9cd-bf988b358871") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "214df8e7-b907-4b3d-8b0f-c2da0d7fb0a3") + (at 86.32 100.33 90) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D4" + (at 3.81 -2.12 90) + (layer "F.SilkS") + (uuid "c9254189-4afd-41c8-ab50-39175df04027") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.12 90) + (layer "F.Fab") + (uuid "7e5f5d53-0c40-493c-a415-331de96d28c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a96c1c9e-4a6b-4b7e-a3ee-3103e046db62") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54fa7d92-1fed-453f-a5a7-6b1b57a5c7e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48f5161b-6f22-4958-a3d4-ed52646af1c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c1edf76d-14b1-4ddf-912a-edfa3dbf2b73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9cb2d954-0dae-4b57-a493-5bfd81c74291") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Model" "D1N4148" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f984c611-57ba-426f-9465-642105d4a922") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Node_Sequence" "2 1" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "dc03ac1b-7f81-429b-b557-876b3964637a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Primitive" "D" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "dafcacb6-83ab-4feb-a708-a5d01ce5bd4b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/4995c1c1-ab0c-4e76-abbc-63f6e749ffe1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab2a79f4-0b19-444a-a013-55603cd7c676") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d95a9290-7946-4391-a863-eee2856c114e") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f57081c4-5fa6-4222-b4e4-2f550a67cb58") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c562b69-028d-4be7-8eac-b56d6646c3a1") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac9461c1-b3c5-4516-8b54-f68969951eaf") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7344b791-f810-4fee-9086-bdea6a93a784") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c1707b3-e506-4d11-b254-8e584cdc22f2") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d553bb38-ac48-4073-9db3-c6cbb038f3b3") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "736656c5-a9db-4b4b-a9f7-68ec2c68ea35") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e75242ba-0cd4-4e94-a2da-13565d238d64") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "158ee3d3-e2e2-4ce3-85dc-58ab263d2a1b") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3aaa31ec-9b8c-44c6-94f2-6d56228bd69f") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8f5e1e6c-14e8-46d8-8f4c-943af7485fcb") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9706838c-ede8-4f08-a9de-b24f1be332af") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d9b007b0-00f9-4adb-9a4d-15d3c024ef8c") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04d1bddd-94e9-4d6e-ab8a-f351829038e2") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e223be1f-3fb6-4930-8695-a99a1a8076e6") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8976b6bd-d803-4ee3-83d8-a070c28219ae") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9957bfd2-f03f-48a5-8417-d784f2b5ff4b") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12c73685-47c6-4425-b9aa-3ccefc9e279c") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24577c0f-0638-4e92-82d7-e937af445c21") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1597561a-94d1-4d9e-b29e-b5734d26586f") + ) + (fp_text user "K" + (at 0 -1.8 90) + (layer "F.SilkS") + (uuid "261f3865-af97-4e85-92cb-6e73ca7834bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 90) + (layer "F.Fab") + (uuid "1413b9d1-2f69-473d-a8d1-2aacec7cbbab") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 90) + (layer "F.Fab") + (uuid "f1187fe9-9f26-4bd3-b6e2-29a3756aed42") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D1-A)") + (pinfunction "K") + (pintype "passive") + (uuid "98730641-61a4-46af-8bc6-b8e6b6ac052a") + ) + (pad "2" thru_hole oval + (at 7.62 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/LED1") + (pinfunction "A") + (pintype "passive") + (uuid "cccd2d6c-d38d-4125-95cb-f5813fcc1971") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "2c10b584-cfd8-4e4f-ad29-9a4a2ccc1737") + (at 53.715 125.476) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R16" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "6424ede7-3994-4322-a9b2-496b5288c6d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "f44d0ced-f032-4814-91e8-123cc17e3fcf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf896311-4e7f-4d51-a0d3-bae2fccd1c4b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57570fb6-5be4-4434-ba6b-9c078025f815") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d12cccbf-f749-46e3-89fe-bc93767cecbb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/6767c1a9-3f1c-45b9-a993-6c9aae7a6d0b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9e3560a-5b82-4299-a144-5dd84e369394") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed39df4f-93b4-4807-9f3c-99cd776108e4") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86fef6dc-7f88-4551-82b9-c07d6f949c78") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ca25d319-2c81-49f8-855f-29f591380087") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1051d1d-1fbf-4fb9-811a-2028fc0f8592") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d3f234c-255c-4a37-9106-eb73a5da38a4") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ad8c49f-57d2-45d7-b32f-2eda53edec7a") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1fe5686-2ebf-47d5-84da-b0f416d8c49c") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0660dba5-67e6-4991-840a-3f66fe65d6e0") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c884170c-4d8e-4c8b-bda0-9a8bdbe0842f") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "454d6d35-7602-41b6-85f4-4b5c598d3a82") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66586cbe-e0bd-4647-a6b5-8cda089bfe53") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "6111c621-c2b9-4429-8441-da01684adb65") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(U4A--)") + (pintype "passive") + (uuid "f8da3102-5018-43d9-b51d-dff5780b2f36") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(C5-Pad2)") + (pintype "passive") + (uuid "3817355a-eba4-4cd2-9f8e-011538a8e04b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "2dbdc587-ce6f-4533-a561-d08d4186783c") + (at 58.795 111.94625 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R8" + (at 2.54 1.905 0) + (layer "F.SilkS") + (uuid "b904ca59-6e39-4174-a59c-eb78becb9d06") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "539cfb1a-78a1-4257-b2db-837411be4c00") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "014a66e8-ac09-4aa5-a082-352954ef402d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "11596c17-75de-442c-9203-f6baf0ceb4ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10f0e193-5214-4cdf-87ce-093b9b204034") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/706ebd17-2810-4609-b01b-f6d669a57b2b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0616cc38-21e5-492a-b7d9-f71807902669") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "904d90a3-ca9d-4ce0-85df-dc77ec783bb9") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "befa4e1f-ed12-45d5-980e-4018c079b60e") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e8e1b7b0-8c8a-4ba8-86cc-1302d3012aab") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f27583fd-a24b-4de4-a86c-fac70cd69d64") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df147e13-c21e-4230-ad63-0cd57f45257f") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c2134de6-c84e-44fc-b3f3-3be6cb3c2140") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "949509c6-099d-424b-a29b-1c4c87ea69bd") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7514dfe4-e3ec-40f9-b5c9-8ddae5571840") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d735425-c172-4d4f-a5d7-8a0c25042c92") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45760274-2c71-4c32-b9e0-1c66ddeee2c9") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "06daff73-adec-41b4-889d-a4390f2f3d8d") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "c2f4d27a-2433-4918-bfcf-a1eee2758934") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(D2-A)") + (pintype "passive") + (uuid "07f60d8d-a39a-4587-a67b-608aa13f8698") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "0d2c9b2f-5d79-4749-962d-1cadbc221d1b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "371d876a-9bae-4a4d-8d92-e551b2948ba1") + (at 53.715 85.09) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R2" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "ce6b2db8-e0be-42b5-93fc-95f1702edc5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "3de1e70b-1c18-4c5c-9df3-30bdf1697bea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ab110ff-cd43-4e84-9fd7-55c2d6478229") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32b7ca8c-cc23-4a04-84c0-7a8d50518481") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a04101fe-46b7-46aa-afa8-9ec1ccb163cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/60a86b5c-3fbb-44f8-996a-ec34d5c5dd34") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78b1ed0d-2051-4ae9-bb4c-afa0e12cff54") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4084566a-8786-400e-bea8-c801644d78a2") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d51defb-ac0e-49ce-bb79-aa70700613f1") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c01af91-1bca-4691-a69a-d89c1410dada") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "496b2aea-a90f-4d7d-ac11-4a2c27d3fdd5") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1a66c15-7800-44da-9937-812d330bc763") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0a0c8c9-74c4-4745-880c-7a78f91267ef") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "daf5223e-01a1-43aa-a315-d5a195153059") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "480c8783-0257-4dbc-8011-f83a0d86f462") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73765cd6-d733-4666-a88e-940ed0fec54a") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a763f70-90f1-43f1-9ba7-3c8c40919bd0") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da55b51c-5a7a-4c03-82ff-cb2514014905") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "8b5679cf-df3a-482d-a405-0ab72a14d895") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(C1-Pad2)") + (pintype "passive") + (uuid "783323ac-033d-4053-a809-0ae1551cbb3a") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(U1A-+)") + (pintype "passive") + (uuid "7faea030-6649-4743-b84e-e0306b0be211") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "39e93599-693e-453a-bf4c-70a6cb5f8397") + (at 56.154 120.904) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C5" + (at 1.25 -2.032 0) + (layer "F.SilkS") + (uuid "3fdc4713-0a3f-4efe-9aa6-571d77d33307") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "74d58055-2592-4ec5-8feb-7699cd89b212") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7cf17fc2-0d2e-4b07-8e5c-c046759c3808") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c247d20d-b7e8-423b-b233-dfa4b320d71c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "44f79232-57ea-4dca-bdb0-a43c25e1b3bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/6fc8b738-96b4-4aaf-a5c0-7613ad1d5f7e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f20d189-ef63-4c7c-a100-ac038d61b5ce") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2715a18b-e558-42b4-9775-2b7675bdd365") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "154e995c-453b-4c96-80e7-7902b9b4819b") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "084551e6-b0cb-4217-bfc5-0ff027efe9cc") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5723bf70-1678-45b8-8dbe-008286497595") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c37478fd-5ff7-411d-89aa-e7ca6bd33ae1") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13e4529a-a0ef-453e-ad12-50e558dde933") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7703049b-e3cf-490c-bec7-cd6829ae7146") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96a1273a-c185-4617-82dd-c2b56f1bf572") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6dece782-0c7b-4a33-9920-80c0ce41a62d") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7faa3c2a-6361-4f0b-a38d-d871e1459226") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ddc55bab-0af3-4c28-ac58-96766b3df020") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e13a34c-5871-4be9-b280-7e401cfc141c") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "41c16fed-804e-4f94-a98a-e3686f16565e") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "d1a99cc5-a60c-4ca6-bbaf-d2110c23b42a") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(U4A--)") + (pintype "passive") + (uuid "a496f8eb-2528-4171-8788-cb56a0ab8459") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(C5-Pad2)") + (pintype "passive") + (uuid "b40df60c-36a5-4338-a301-7ca8733f8bb8") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "39efc16c-0c1c-4a0d-8044-b85c6e80b491") + (at 68.219 104.14) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C12" + (at 4.425 0 90) + (layer "F.SilkS") + (uuid "49dfb02c-e0ad-4449-9b10-f8d0c1da300d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0.462 10.278181 0) + (layer "F.Fab") + (uuid "acfcc3f1-e70c-4f4d-8bce-795ea56830e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a81fd04-4c32-430b-bfe3-2ba8255a561e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3e3311b-2391-43cb-a73e-6a6b5f78b6de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5190ef59-6f45-4a31-8e42-e5de072cf740") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "54c1f899-e680-4dbd-afca-d58bdc31c4c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ab76394c-e944-4952-a78f-4ffd803bd312") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a3718dec-728b-42fc-9cd2-0119704f6465") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2e5f9e2e-c81b-4425-9510-a8b6e15bef00") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/ac6cf1e8-db0a-4678-bb46-0436cc06a3b8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16baf0ee-834c-49b7-8f91-f16bbaa6b300") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a78520b3-a31e-4f42-bb3e-05877275e713") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8270b91a-6a08-465a-9d01-1fde850e5643") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73eb6bf8-2e8e-4558-b55d-336ac420736c") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a84eaa08-f622-4a73-8dfc-29477edbc39b") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e7bea8cb-588a-409d-a1bf-ff2ea0888a2b") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b16fafe-5363-4a50-aba2-37f3d2d586fa") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9908f975-0b02-4f73-9229-3d7fa52f533b") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90ffb2de-3858-4868-9abf-7188b2b68a2a") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5ce268fb-5355-4d05-acbe-394667708b5c") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35eb90e9-78ef-4d74-bb29-f400598ac39e") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1ffa94d-7670-4f84-8725-250990b13073") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1625cb19-6c97-4a53-baaf-abb0e428ad0c") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93c4ef87-a1c8-4a88-ab7c-42e44af1d6b0") + ) + (fp_text user "${REFERENCE}" + (at 0.462 7.778181 0) + (layer "F.Fab") + (uuid "7d83980d-57de-49fb-9c3f-ce0b0bdf8b6d") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "+15V") + (pintype "passive") + (uuid "1bc8a509-50cd-4be2-bd29-1388963d5629") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "e22d12dc-3f71-4163-85a2-db3388058745") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (layer "F.Cu") + (uuid "3be79ec5-eb40-45b6-8d15-c18b56bbf874") + (at 77.00138 120.015 180) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") + (property "Reference" "C7" + (at 1.143 4.318 180) + (layer "F.SilkS") + (uuid "b5de0bac-467e-49fc-ae22-46b5a2dd4d69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u (NP)" + (at 1.25 4.4 180) + (layer "F.Fab") + (uuid "7a1cb968-9752-453b-97ce-dcc188e4e4e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37468205-ed72-47a3-802e-781f1900d5b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3d79e4e0-c901-4aaa-aff1-16fa374e7b22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "255291b8-3371-4145-ae05-be3018615e66") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/364dcd76-1c8f-40f1-8acb-d331c05a73b1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 4.491 -0.402) + (end 4.491 0.402) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e62419f3-1215-4e03-ae92-f60ca03f8f3d") + ) + (fp_line + (start 4.451 -0.633) + (end 4.451 0.633) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48248a49-4c33-4b1b-9b83-afc0683050ff") + ) + (fp_line + (start 4.411 -0.802) + (end 4.411 0.802) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b58ce40c-000e-4f25-bf79-b06620ebb96f") + ) + (fp_line + (start 4.371 -0.94) + (end 4.371 0.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17cb0736-8289-437a-8c8b-8c6666da067e") + ) + (fp_line + (start 4.331 -1.059) + (end 4.331 1.059) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c5d31c5-9522-456d-b53c-089163ea00b8") + ) + (fp_line + (start 4.291 -1.165) + (end 4.291 1.165) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "231ba771-9e4c-4aa0-acec-9eef5de9bc5e") + ) + (fp_line + (start 4.251 -1.262) + (end 4.251 1.262) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "221dafe8-4488-49e1-ba8f-8c524e302713") + ) + (fp_line + (start 4.211 -1.35) + (end 4.211 1.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99751c5a-bcb1-447e-b544-3126f6d73819") + ) + (fp_line + (start 4.171 -1.432) + (end 4.171 1.432) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "946f1067-96fa-41c4-aff1-68f3bede6cf8") + ) + (fp_line + (start 4.131 -1.509) + (end 4.131 1.509) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ccf8079-4a22-4fc7-99d2-4c568558a801") + ) + (fp_line + (start 4.091 -1.581) + (end 4.091 1.581) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4dbdc83-d07b-4ed1-9148-36bccdc596ea") + ) + (fp_line + (start 4.051 -1.65) + (end 4.051 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef942e77-15f9-4e35-9b69-93617a00082c") + ) + (fp_line + (start 4.011 -1.714) + (end 4.011 1.714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2224e7b3-0980-45d2-8729-3f20c81cc393") + ) + (fp_line + (start 3.971 -1.776) + (end 3.971 1.776) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a7fab9a-6ca5-48e0-a86c-b01d35bf2f3c") + ) + (fp_line + (start 3.931 -1.834) + (end 3.931 1.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1857b3bf-2d6c-437a-9b71-dbb86839a011") + ) + (fp_line + (start 3.891 -1.89) + (end 3.891 1.89) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb5c650e-0bb9-44ea-bbb2-9b21f1ed6a9f") + ) + (fp_line + (start 3.851 -1.944) + (end 3.851 1.944) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d6c380c-83d5-484f-848e-63b5e063e083") + ) + (fp_line + (start 3.811 -1.995) + (end 3.811 1.995) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df25b60a-ec26-4fac-b574-e89675ba690f") + ) + (fp_line + (start 3.771 -2.044) + (end 3.771 2.044) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96f28bac-342f-4b38-9a64-414b5907d1f0") + ) + (fp_line + (start 3.731 -2.092) + (end 3.731 2.092) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8f150bd-6168-4720-9a5c-b3e30d9ad3f2") + ) + (fp_line + (start 3.691 -2.137) + (end 3.691 2.137) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93c7c6e5-78d8-469d-843f-6dd03f3d5ff4") + ) + (fp_line + (start 3.651 -2.182) + (end 3.651 2.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8fb74258-e4c5-42c5-9b2a-d373adf61278") + ) + (fp_line + (start 3.611 -2.224) + (end 3.611 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6df47166-934b-4d7a-b85a-8d5241abbce3") + ) + (fp_line + (start 3.571 -2.265) + (end 3.571 2.265) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94501696-e477-4668-9718-6b567b7e4548") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 2.305) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4eb492e4-d9fc-4d87-a4f5-5e7105d4fd23") + ) + (fp_line + (start 3.531 -2.305) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48dc6941-92ab-460b-ad6e-0ad2c99d1b32") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 2.343) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71e26519-bc8d-476d-9980-44cfba67d9a5") + ) + (fp_line + (start 3.491 -2.343) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e11e64ca-f5f5-496f-bd8c-c079fe92eeae") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 2.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67e31009-e2ca-4557-b7cf-3a799c1174ea") + ) + (fp_line + (start 3.451 -2.38) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c1a78d4-d131-48f4-857f-076fe7f1f82a") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 2.416) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9cb71b9c-e941-4797-b4b3-8b026446804f") + ) + (fp_line + (start 3.411 -2.416) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "046f37db-ebcb-48c6-a6f4-1d847d170ea1") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "688167ae-dcfc-4095-b466-9a88a185244b") + ) + (fp_line + (start 3.371 -2.45) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30da7e8e-07d6-4b78-8591-f868efc968d4") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 2.484) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e9b2d78-cf6d-4a42-a88d-4462bc4c5711") + ) + (fp_line + (start 3.331 -2.484) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33e84ddf-a772-4fed-857d-5efbd9e1dcce") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 2.516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fe73723-e44b-459b-8b15-0ad47eb86075") + ) + (fp_line + (start 3.291 -2.516) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f62e6222-eb63-484d-9cf3-e44a70570d43") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 2.548) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "125ccb76-204b-4ad4-a85f-a235846a54c1") + ) + (fp_line + (start 3.251 -2.548) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1a69ac1-0c1e-4854-9759-5c54ac14af97") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cad38574-e202-4769-904a-9110ec56193a") + ) + (fp_line + (start 3.211 -2.578) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d57cbf0-46e6-49c0-a8e8-b57d6d7efaa7") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 2.607) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a73211f-e956-467a-b42d-cd7494f681b7") + ) + (fp_line + (start 3.171 -2.607) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa50ae01-c312-41ff-a263-56937dc1785e") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 2.636) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fc66144-2e67-42cc-9dc2-1cdb94b5b5e5") + ) + (fp_line + (start 3.131 -2.636) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c856635c-6d1b-4e3c-a884-08d4db5d41e7") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 2.664) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86b8260c-1a47-48cf-83a3-f060981da45e") + ) + (fp_line + (start 3.091 -2.664) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77bd3b00-c2ba-4a6b-8647-722e810027b9") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 2.69) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c6a8dcb-0c79-40f7-a823-67ab3783edc7") + ) + (fp_line + (start 3.051 -2.69) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4b6329e-4aa5-4f0b-a139-c8ca4f029add") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 2.716) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "916d5505-2433-4a28-ad6a-cfa8646050e0") + ) + (fp_line + (start 3.011 -2.716) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5886563c-dccf-433f-a5ea-95d2cf0f037a") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 2.742) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f78e42e2-7312-460f-b422-3f58b8b770be") + ) + (fp_line + (start 2.971 -2.742) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa84429f-200d-436a-8d9a-3cc5cadae6fe") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 2.766) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67b338d9-ea0f-424c-8978-bad13a878be6") + ) + (fp_line + (start 2.931 -2.766) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a180e0b-ab76-4149-b83d-0143ded078bb") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5997f26d-52d9-49d6-86cc-70c6c36f7421") + ) + (fp_line + (start 2.891 -2.79) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b509897f-79db-41f1-b569-654806fe428e") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.812) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "253fab06-3532-4179-988c-8cf284e13c49") + ) + (fp_line + (start 2.851 -2.812) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a8a5af7-60e8-420f-a1d6-37e7149db721") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "089f9851-b67b-4a69-bb61-2b8822dea1b2") + ) + (fp_line + (start 2.811 -2.834) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d80ea83e-cee4-46cc-a22a-8bf3a4298da1") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.856) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4a905e1-9b6f-407a-8582-3188088338b5") + ) + (fp_line + (start 2.771 -2.856) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d05239f-69ca-43f2-b153-e85737a2a260") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.876) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d30bd3dd-4beb-4062-a7b9-f591102aafc9") + ) + (fp_line + (start 2.731 -2.876) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3620743c-cea8-45b2-a634-7b1a5a5d0a5a") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.896) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "211ad250-a00e-4f45-af2a-156d666aa2d7") + ) + (fp_line + (start 2.691 -2.896) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ede6c22-9dd4-43a6-bb17-03bdf31a40b8") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.916) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d1745e8-8d8b-46c5-bc78-09a8ea0ba62f") + ) + (fp_line + (start 2.651 -2.916) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cccedd9e-0a3c-4997-a312-f191bc6d6fa2") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.934) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ee55b1c-7f8f-49fc-8821-3360d5657f2a") + ) + (fp_line + (start 2.611 -2.934) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84528e65-9e23-4037-b1d0-dfc0d28baea7") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.952) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d25e7c5-7447-4ba1-8e24-fa791fe153ae") + ) + (fp_line + (start 2.571 -2.952) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af36ed64-cf83-4d44-9f5c-c0a055408ccb") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "970ae3b6-1992-4809-8aaf-42968cac6d27") + ) + (fp_line + (start 2.531 -2.97) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d7c4efe-0271-4cd1-810f-e5a2ff469c33") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.986) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "222bf995-06a8-4818-87d2-fbc9a636eb1d") + ) + (fp_line + (start 2.491 -2.986) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14756ea6-b75e-4f3c-b2c1-d816526e908e") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 3.002) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1b9ebbe-4608-4072-93f8-c385c693085a") + ) + (fp_line + (start 2.451 -3.002) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e7074919-b7e1-47f0-8dc7-5c18989b25a0") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 3.018) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8b271b6-06c5-4eaf-9204-d01802195756") + ) + (fp_line + (start 2.411 -3.018) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a826293b-ab8b-4784-9728-6e53cdc27f77") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 3.033) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93ede224-cd2a-420a-91bb-06c905d72658") + ) + (fp_line + (start 2.371 -3.033) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37e46c25-827c-4c6c-9411-12ba297e5b80") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 3.047) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "976a8bcc-44ac-4c13-89bc-af0d9597d1bf") + ) + (fp_line + (start 2.331 -3.047) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c481edb-90ca-4b49-a71c-02260073b6c9") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 3.061) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c955aa1-cdda-44a9-ae86-a7fe10dd8b78") + ) + (fp_line + (start 2.291 -3.061) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca3e5355-4ca4-4e22-88b3-57dc9f2df33c") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 3.074) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "902cdb0b-516e-4370-8903-492f078ccd11") + ) + (fp_line + (start 2.251 -3.074) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60560bfe-cb38-4f54-97c0-f3bf1d9a6dc1") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 3.086) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f611ccd-a6bf-49e8-9299-42ecd43294ac") + ) + (fp_line + (start 2.211 -3.086) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f3702db-7df8-4362-b3e8-a248234467a0") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 3.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64c82bcb-0fe2-490b-b0be-72bcd31ffca1") + ) + (fp_line + (start 2.171 -3.098) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d9be3f9-b6b0-4e93-8e19-3b17ea1be996") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2672d65c-4d25-4264-a35a-05dfd8a855ec") + ) + (fp_line + (start 2.131 -3.11) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80f3bb90-25d7-44aa-8dac-f11ecaee0a8e") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 3.121) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab57cb08-b926-469c-9618-c65b80f03e3d") + ) + (fp_line + (start 2.091 -3.121) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "168663ee-401e-4a68-9110-ab3458be7659") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 3.131) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63631bf1-e18b-4fc4-8455-d9f08bcc1f3c") + ) + (fp_line + (start 2.051 -3.131) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd66a733-3026-4f9a-9a46-5e5432b32fc0") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 3.141) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b43cd907-ce90-454b-a5ef-8728851a08c2") + ) + (fp_line + (start 2.011 -3.141) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8024207-47e8-4189-a95e-a4a7f0281233") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 3.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e9b6edb-d04c-4a72-9126-2a07565dddac") + ) + (fp_line + (start 1.971 -3.15) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fdf4f3f-540e-4ef1-8c76-405eb52e2f3c") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 3.159) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d47c4844-1cbd-4372-badf-6ba3fb1cc493") + ) + (fp_line + (start 1.93 -3.159) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b45a1257-8ca1-4b7a-80f3-4888da9105d6") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 3.167) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2326f39a-677e-41ef-9d99-420bd428daae") + ) + (fp_line + (start 1.89 -3.167) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33ab0370-cc6e-4841-8ffe-d32565a3a00b") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 3.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b72f55a-6e37-44c1-8447-d2b001c280c3") + ) + (fp_line + (start 1.85 -3.175) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a99312e-a96e-4b0d-8c66-3a279a416715") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 3.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2fb305dc-4071-407a-bc87-dae068b3530a") + ) + (fp_line + (start 1.81 -3.182) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf18ce09-419c-4479-9c6f-3171f36a3b38") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 3.189) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ab451c7-2ad4-4188-bde3-e633d951aaec") + ) + (fp_line + (start 1.77 -3.189) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "319e9ee1-2fcb-4edc-8a10-a8ebee955480") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 3.195) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01ade6b7-17ea-479d-a997-2fbad0384564") + ) + (fp_line + (start 1.73 -3.195) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ad77739-0ee9-42e7-8bac-880dd0abda5c") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 3.201) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77efb444-5d06-442a-afd9-72aa4f446f57") + ) + (fp_line + (start 1.69 -3.201) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39fcfe63-d531-4dfc-9dad-9cbb379ad917") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 3.206) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d74cc14a-69c1-48d8-8f71-41d9aa14211c") + ) + (fp_line + (start 1.65 -3.206) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a3d2a93-a303-4eb7-85f4-9229563fab7c") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 3.211) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "198c6217-1359-4d36-9509-01534de87a45") + ) + (fp_line + (start 1.61 -3.211) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "811dd2c4-b00e-4159-94b1-cc408fd8a763") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 3.215) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87db2e1e-032c-4b84-a6e4-de1bd76fc405") + ) + (fp_line + (start 1.57 -3.215) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09718486-7c51-4b97-9df5-3c19f6a0dddf") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 3.218) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f3e4cbc-35d9-4eeb-b50f-dafd28009fc3") + ) + (fp_line + (start 1.53 -3.218) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "562efb4f-9bc6-4fa7-9d81-851528cb4994") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 3.222) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67639da2-2251-4c5d-8acd-d8feef23f7de") + ) + (fp_line + (start 1.49 -3.222) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "663f2412-3e0a-4a1a-81e7-5d884cbe9174") + ) + (fp_line + (start 1.45 -3.224) + (end 1.45 3.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9865544-192a-4adb-a0bf-3437c3d7c3da") + ) + (fp_line + (start 1.41 -3.227) + (end 1.41 3.227) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7787ae02-5ea3-4dd8-a8b1-368c7e1e1103") + ) + (fp_line + (start 1.37 -3.228) + (end 1.37 3.228) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81925736-64b9-4441-8d34-bf2ee58471c3") + ) + (fp_line + (start 1.33 -3.23) + (end 1.33 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "331b37ed-3b0e-4d0d-a8b3-c74e9c27ea97") + ) + (fp_line + (start 1.29 -3.23) + (end 1.29 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbe1cf72-94db-4240-b65b-78177eef5f31") + ) + (fp_line + (start 1.25 -3.23) + (end 1.25 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac107e66-293d-43b5-a1ef-3e5942b6268f") + ) + (fp_line + (start -1.935241 -2.154) + (end -1.935241 -1.524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c0da66b-0ae0-4bc2-838c-baff78fdde82") + ) + (fp_line + (start -2.250241 -1.839) + (end -1.620241 -1.839) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "609a3e8f-54bd-401c-b768-4df2fb9b4e91") + ) + (fp_circle + (center 1.25 0) + (end 4.52 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "975731f2-4d44-4c2a-aaa5-f8805c19a6e7") + ) + (fp_circle + (center 1.25 0) + (end 4.65 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "2981d778-5994-4a78-b8fa-5f18ace0828b") + ) + (fp_line + (start -1.128972 -1.6885) + (end -1.128972 -1.0585) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd43028d-22ac-4070-a7dc-aad412d0695a") + ) + (fp_line + (start -1.443972 -1.3735) + (end -0.813972 -1.3735) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77a271fb-762d-4485-87da-5b132c30aa49") + ) + (fp_circle + (center 1.25 0) + (end 4.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "caa4c18d-3df6-469d-8789-cbf416bbe725") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "8651868d-f991-4860-b6d0-a0ea5d844f39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C7-Pad1)") + (pintype "passive") + (uuid "cf7b41f7-f3a6-4a6f-afd5-0ad4c2ccaa07") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/REVERB") + (pintype "passive") + (uuid "9b889fcc-03b0-4ea4-95b2-267a9e188dd8") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "40460f39-34e1-486d-b373-cb1a3c863ed2") + (at 74.295 72.39) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R6" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "de20f0a6-2e2c-4a5f-98b0-c9bac6e48318") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "2898b004-fa13-441d-b116-6e42fa9092f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ebbb02ee-6427-4de9-8eaa-9df256280a46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e5bf58b6-1160-4c59-8e47-de1b3b47d0c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "546e1a7c-7a38-4138-a0e8-9c52932bb40f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/aeda5dc0-4c61-4e79-8bc2-2fb58739ed96") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "658abd98-b79d-48e2-934d-3c53880b503f") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd8dcbcf-258b-4043-a5df-61271044d293") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b1b2be6-15ce-4e2e-8054-6f488f5b13f9") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b629134f-b1ab-4d1a-8fe3-ecfa5280526c") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e253aa80-f0db-475a-bb42-9b2d7e70488c") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d687e3a7-40d1-4024-940b-27e94f8e137e") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "239669a9-98bf-4e68-bb7b-7230d556f1cf") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d307cb5-2a80-4abe-9b5c-5aad169801b5") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9fbe11a0-2c95-4a7d-a9a7-9919ec8e2e29") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9201c93-1414-46c1-aaca-522c4421fe09") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e96340ee-9c26-46c3-b269-a661e8d0872e") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fa4006c-f9f1-4a5c-88a0-170f6a6d59c0") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "0af82e5b-da03-4974-87df-62f6b2b07ecd") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(R4-Pad1)") + (pintype "passive") + (uuid "8320d629-25c0-4312-ae17-0f2c0439b9d8") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(U1B--)") + (pintype "passive") + (uuid "e97676eb-9fd4-449c-9c05-d27d3603d5bd") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "421510e8-7b88-42ac-9f62-e86a72b9299d") + (at 67.965 69.215) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C10" + (at 1.25 -2.5 0) + (layer "F.SilkS") + (uuid "6d70a9e5-edc5-4733-9017-c9304daa5e9b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "4f22150b-b3c2-478f-a94d-dd6184b5bd84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a9f266f-5799-44b7-bd5c-77b8240af82c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "322040f8-f74d-43db-9637-57c4146538a7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e5bb9a0-7536-4ca4-aae0-6547c2802217") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6a4eadd6-bd00-4abc-b3ea-4545efcbcf0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "559ef240-c057-4305-9608-bbf3599e237e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "663c02f2-ad25-4a46-b2b1-a40426bd4311") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e32b2b9e-f318-4933-a8ff-420dc00998f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/887be4ae-0bee-4277-9322-db4811da181a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6e5796f-e28c-4558-9666-6c2ca3b930bf") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3683190f-dfe5-4258-8baa-382faaa78d42") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1f89e44-a4f3-4035-b7f0-7dc599f3cf85") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cd894c3-d997-4086-b360-35670330647d") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c306bb75-8a04-4393-8f2b-02cf38b20b40") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "36404f90-d1a4-4f42-a19f-5e7edfd7ea3f") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6a031af-b0de-406d-ad56-28a67bd504cf") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb730f42-528e-4c9f-b852-18f26565517a") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01c3abf6-3cc6-4215-8301-fee0a0b9b2f6") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab7360d9-c2fa-4981-b819-6320ffcdf503") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb12959a-3f92-4c75-ab92-f0c69aa8f251") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a0cef32-fafa-41e7-bb21-a222de013441") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1618eed5-2dc1-44a9-a348-86d1e0f61b9c") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0817762-52a2-4775-a583-957356d4f3db") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "36c2a986-91f6-4063-8c50-f80943691395") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "+15V") + (pintype "passive") + (uuid "6a8a1d08-d67f-4b25-8b2d-588867cd6b42") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "609bccdd-b6f7-47b0-8888-8b05e28161a8") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-4_W10.16mm" + (layer "F.Cu") + (uuid "42f89ee5-b63c-4dbb-af47-1a021cf5d2ec") + (at 83.932 83.586 90) + (descr "4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)") + (tags "THT DIP DIL PDIP 2.54mm 10.16mm 400mil") + (property "Reference" "U2" + (at 5.08 -2.33 90) + (layer "F.SilkS") + (uuid "72467ea8-0522-4fd8-a6d9-2e8a943d5413") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "type=\"X\" model=\"LCR-0202\" lib=\"\"" + (at 5.08 4.87 90) + (layer "F.Fab") + (uuid "53c4503c-4d22-467f-8964-b03d983e00c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d861de45-3562-42ad-8df1-e3d32356401d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "642dd91b-c45a-4556-b28d-4876cae2405b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Low Cost Axial Vactrols" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f937bee-dbc1-4ab9-9dea-f04d2a691fda") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8b7ba40c-1c36-46db-a817-286c563fd0ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"LCR-0202\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a114f4be-5cbb-4127-a686-aea4a456255f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "af26e8f5-e86e-47fa-af1e-96e4d2c40f39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/eeb4a009-0632-47de-ac5e-48bea85f2512") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.315 -1.33) + (end 6.08 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "186d7755-f169-463f-bb7f-48cdefa1bb39") + ) + (fp_line + (start 4.08 -1.33) + (end 1.845 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cd70bd0-21a1-44f3-a7f1-f1361ae8dc56") + ) + (fp_line + (start 1.845 -1.33) + (end 1.845 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7c3811d-ebc6-4242-bc7f-b542be7c20fb") + ) + (fp_line + (start 8.315 3.87) + (end 8.315 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f9ddd67-0ae0-4a77-8304-db03dff50490") + ) + (fp_line + (start 1.845 3.87) + (end 8.315 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ece660d-f92d-47b7-be70-d5bc020cbeee") + ) + (fp_arc + (start 6.08 -1.33) + (mid 5.08 -0.33) + (end 4.08 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01a65329-9bb5-48e8-955b-6414e555fe5c") + ) + (fp_line + (start 11.25 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d8df911-3626-43cf-ae4a-a1ede4396990") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 4.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5a8d2f1-900f-4c04-98e8-119e01369235") + ) + (fp_line + (start 11.25 4.1) + (end 11.25 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "41e73a7c-2fde-4882-ad31-82c5a262fa51") + ) + (fp_line + (start -1.05 4.1) + (end 11.25 4.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4806bc26-9f38-44a3-8c46-6dea7a5dd6a6") + ) + (fp_line + (start 8.255 -1.27) + (end 8.255 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fb027fa-fad2-4afa-93c8-a2bb700ed904") + ) + (fp_line + (start 2.905 -1.27) + (end 8.255 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8e4e934-2e55-43d0-b1f9-a96a39103382") + ) + (fp_line + (start 1.905 -0.27) + (end 2.905 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b4c900c9-d8a8-4012-a648-72044ccbe18f") + ) + (fp_line + (start 8.255 3.81) + (end 1.905 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "876bd0cf-c52a-4960-ae56-346488687a80") + ) + (fp_line + (start 1.905 3.81) + (end 1.905 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9292e99c-f46b-4269-9939-d589a4756ff4") + ) + (fp_text user "${REFERENCE}" + (at 5.08 1.27 90) + (layer "F.Fab") + (uuid "2a9be2d0-393a-4ecb-a955-9838608df9a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(D1-K)") + (pinfunction "-") + (pintype "passive") + (uuid "09028ad7-b5c3-4512-aee7-5364f13af3ec") + ) + (pad "2" thru_hole oval + (at 0 2.54 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "/LED2") + (pinfunction "+") + (pintype "passive") + (uuid "4878dbe3-c395-451e-8fc0-efb1df6f73b4") + ) + (pad "3" thru_hole oval + (at 10.16 2.54 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(U1B--)") + (pintype "passive") + (uuid "dd13f0e7-8aeb-422e-9bf0-55e4ccce4251") + ) + (pad "4" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D1-A)") + (pintype "passive") + (uuid "57542145-9d52-48b2-a876-2f5991a355aa") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-4_W10.16mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "4bc5bf6d-fcf6-403a-9650-7cc85d09f197") + (at 56.195 142.24) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C4" + (at 1.336 2.413 0) + (layer "F.SilkS") + (uuid "090fdde0-1645-4279-b3f6-8d8d34b09d73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "c82d4b58-5eaa-4e31-8f71-3f67a6b458cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5483ac7f-316e-4277-b798-59ea2742fd5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "22fc9825-05bb-4544-8baa-357959fcf140") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49ec64be-ad17-49a9-8d13-4243b8685488") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5adee136-3f13-449e-a189-4b90c318e446") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51cf8d75-68fc-497d-ab5a-6e0553b1d5aa") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab6a0992-78e9-4c84-a5e7-791c483ea624") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe7c3292-ba0f-450f-8c9d-94d7047206ba") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "447a0d8c-e91e-4d2d-89c1-72ff540ad56d") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6d8ca73-5778-414f-9f6d-fd754507fa4c") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd2eaa5e-0fe1-4b95-b098-237b1daf1c10") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b39197f7-b840-4927-9950-636609194997") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a4d61c3-6a9e-44ed-9d90-7b8250f0449e") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "61a2a796-f865-4158-a319-ba5f5a1551f1") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0d30477-a6f3-4a6f-8f64-e54506f80e87") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f2ecdf2d-4251-47ab-8c80-6d08784fc180") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6bc449f1-468d-4261-99fe-c2a762eddd9f") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7bf2a616-c617-4d51-b749-538f0b4b240c") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b2e3bc4-ff15-4a18-9414-5f0f5a7dab07") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "1ae37c9e-cf2f-4f9f-9979-5fd92e4882b4") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(C4-Pad1)") + (pintype "passive") + (uuid "f7600fb8-5ef6-498e-9e55-ac01bc8e3875") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "22402537-928b-460c-bd11-0e9ea84c1ad2") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "564cd5bf-8df7-4078-b8b1-d74b6859e369") + (at 79.121 126.111 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R18" + (at 2.54 1.734181 0) + (layer "F.SilkS") + (uuid "bfba8311-ae70-47bb-b353-af7c930cb73f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7k" + (at 2.54 1.734181 0) + (layer "F.Fab") + (uuid "27b77550-f2ea-462b-ad70-db992fd0e99d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34700551-3fa2-4607-8bb3-cc5173ed2fb9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "43879260-c3ef-4b53-a331-b28b1de383cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8aef0427-1bf6-40a0-b7dc-6d37805f833e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/22aa9a8e-6d83-4293-859c-8e6ceba5152a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9b831b3-cdc9-42dd-ab92-54b31a3380b4") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1dc308e-6501-4f74-90bf-8a65baa7671f") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "65c42e83-2747-479a-844d-14b45d9aaa17") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f6b05a4-6aff-4fde-aad3-52c7b57ea113") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf3227cc-3d60-4362-a79b-9c838a35e383") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aebba1c3-82f6-4a8a-84b1-47cf2a20cfdf") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "352121cc-64c0-4e5e-b2fa-39c174e2a07f") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a80b170-87e7-4cb3-b3f0-4a499700b943") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a89eac05-b7e5-49c4-b42c-6e87cbcbe964") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9fd1b13-60f1-420e-824f-c2e1b60eb515") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f8b70f0-58b6-43b6-aa56-2ddcedf8f056") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac9351fd-666a-49b5-8964-af3b11e84352") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "06f34e31-9c53-42a3-a7e4-bc4931895a5c") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U4B--)") + (pintype "passive") + (uuid "cfd762a6-cc92-40ab-aa6d-1c1ebef8f721") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C7-Pad1)") + (pintype "passive") + (uuid "08ea0442-a0de-41f1-a701-f0da1f6048af") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "5bcfcc24-cc43-4c6e-be32-79e04306ada5") + (at 58.795 133.7775 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R14" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "bd92b7f2-94ba-4422-92f9-6f05c04b3dde") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "c4b2d5bc-9ba0-41e8-8497-c749745aea69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40cff912-5063-4fa5-a8c0-3bba0ed53ab0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cad88d0-515d-4fce-b874-9ac1e749b600") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a116349-a0fb-443a-97b5-9fa18f2c7519") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/d0496e1a-4397-439f-93bc-c2f09699322b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b97ed433-5f57-4f22-86fd-23b2c419d23f") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb30c635-7316-4b8c-a37a-a0b3c7c4a7b2") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da12f3fd-40fc-4e89-afbf-19a15a75169b") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b00ec1c8-09fa-4d88-9d6d-f9a16c0b33a2") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dc090636-ccc5-49d0-a09b-0ed67ee6a2fe") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "777ea0f3-92ab-4ed7-aa7f-7b15d34873d5") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6eab8a80-e921-4532-b2d1-ae88354672a1") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c106a13d-bcfe-4024-82a1-d10ae034889a") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87d0aad0-fd6f-4d36-a71a-856ddf337a77") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e94f3c94-fef8-4e2b-bd91-71cabf8877c8") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efba4368-bf75-4adc-83aa-7969fe2c2f74") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9c9aa8c-c66c-4681-82cb-ddc62f25dad3") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "ba9c8480-1193-4890-803a-9265c60b5ed7") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(J3-In)") + (pintype "passive") + (uuid "088c6b03-2474-41eb-9c73-e0f7c0b167e1") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "26e5ea1d-cb7b-41e3-9708-a13bbcbd2c45") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (layer "F.Cu") + (uuid "65e64796-aca7-4a6b-ac42-fa91a3b5f9d8") + (at 74.404621 136.398) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") + (property "Reference" "C6" + (at 1.25 -4.4 0) + (layer "F.SilkS") + (uuid "003201b0-a23c-4664-a178-90a02ac95339") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u (NP)" + (at 1.25 4.4 0) + (layer "F.Fab") + (uuid "7d670dbf-e069-407b-a390-2255f8498390") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "252560be-8352-42ba-8002-3e27ecd5f827") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5f88d4c-c616-4585-8e2a-3e8c96ee6760") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d084d388-f443-40dc-a497-e9143d4547cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/6d53d182-97de-4ac2-b87c-79cd2633da30") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -2.250241 -1.839) + (end -1.620241 -1.839) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f0eb4df-83bb-469e-9ea5-8409fd3cfd46") + ) + (fp_line + (start -1.935241 -2.154) + (end -1.935241 -1.524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ef0c572-111a-48be-85d6-9a84c1d17501") + ) + (fp_line + (start 1.25 -3.23) + (end 1.25 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f43815f3-2e70-4f31-ad64-c78b82c3c77b") + ) + (fp_line + (start 1.29 -3.23) + (end 1.29 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcbf5012-4249-450e-8e40-1ab255fa7fc4") + ) + (fp_line + (start 1.33 -3.23) + (end 1.33 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa19860c-1ba7-4312-83f3-eedccb0d4726") + ) + (fp_line + (start 1.37 -3.228) + (end 1.37 3.228) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c07aad8d-2f8b-4187-8f76-fe7c4ef4e7ab") + ) + (fp_line + (start 1.41 -3.227) + (end 1.41 3.227) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba48cb79-2694-4d3e-80cc-aff3b6e698c0") + ) + (fp_line + (start 1.45 -3.224) + (end 1.45 3.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1143db4f-0485-4258-aae4-1d3d2164602a") + ) + (fp_line + (start 1.49 -3.222) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a47dd25-fdb0-4067-98d4-b4db8fa9bad7") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 3.222) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b2e14b2-838e-4d71-b96c-a76317a9466b") + ) + (fp_line + (start 1.53 -3.218) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "151e968b-eba5-46f0-ad98-b8f94a2c1396") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 3.218) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47e6f3e0-cc3e-4c4c-ae4e-b40384044d92") + ) + (fp_line + (start 1.57 -3.215) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "623074c5-5d4b-4ec9-891d-fcedfb476e2c") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 3.215) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75c28544-abe5-4084-b33c-e41d74f16274") + ) + (fp_line + (start 1.61 -3.211) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0436e98-4a2e-47c7-bb45-6784c80ca86d") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 3.211) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac50ad2f-1145-4ab4-ac46-3932f2c4ed36") + ) + (fp_line + (start 1.65 -3.206) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6ba398d-4498-4546-8603-3ace9ff54327") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 3.206) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27ac6674-5de7-46b8-a695-8bbd13094ebe") + ) + (fp_line + (start 1.69 -3.201) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98795f6c-092f-43ea-8cb4-870725fa7825") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 3.201) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2997dd89-af4f-4741-b428-be5c263be29c") + ) + (fp_line + (start 1.73 -3.195) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb446e01-d2db-4a8a-a5d3-064bfe0d578e") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 3.195) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57b27f1b-e1f4-4fca-9769-8c2760d21b22") + ) + (fp_line + (start 1.77 -3.189) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab2c663e-9fdf-4c6f-be6f-c77bd0c0b581") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 3.189) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "247e2cca-8d19-453d-a276-095fd9f90445") + ) + (fp_line + (start 1.81 -3.182) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "597e983a-7f1a-442b-9335-6c97887af298") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 3.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "652459d2-e8c5-46a7-b3ce-820628aeb0fd") + ) + (fp_line + (start 1.85 -3.175) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bba315aa-b6ed-4910-9c60-2c71a9b0183f") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 3.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31d6593b-3388-4315-951f-7db0762587bc") + ) + (fp_line + (start 1.89 -3.167) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c70c8f5-0ffd-4211-9ef6-e9a3467e3e58") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 3.167) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da10c258-ccb8-44f7-865f-f1b3e0563feb") + ) + (fp_line + (start 1.93 -3.159) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3e696f0-710b-4f7b-a6e6-6801ad5e3a8a") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 3.159) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ffb1ff8-997c-4511-bb0a-ca47d6472edc") + ) + (fp_line + (start 1.971 -3.15) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15ca3bb8-87d1-492d-bd05-e06959525fe6") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 3.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87c2bf43-baf4-43b2-b33a-90066c4c0f21") + ) + (fp_line + (start 2.011 -3.141) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a91c00c-3eb7-4305-902b-1f95c12c2e45") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 3.141) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d516e03e-8833-4c86-a989-7e0fe1916984") + ) + (fp_line + (start 2.051 -3.131) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a7f63ac-84cf-4fb8-bad5-2b3878b7157d") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 3.131) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43ce2876-9e3a-41a3-94b1-79ec85cc4489") + ) + (fp_line + (start 2.091 -3.121) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1df62eb4-8ef4-4bde-bfba-d160da813fa5") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 3.121) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5697b839-f156-4fff-bbbb-b6ab90b59756") + ) + (fp_line + (start 2.131 -3.11) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16ed1399-df13-4501-b673-71896eaa732b") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66d6029b-8058-4b79-a4df-111388c6c344") + ) + (fp_line + (start 2.171 -3.098) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcea0340-09f8-4f0a-bb33-d3a11cca031c") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 3.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f60037dc-6990-4da3-885c-3845a02bd18b") + ) + (fp_line + (start 2.211 -3.086) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2047025-7a09-4c3b-a5cb-f77351b98f5e") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 3.086) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fddf5fc8-c036-4fee-bf11-51f0c016e39e") + ) + (fp_line + (start 2.251 -3.074) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18edfa72-42f9-4388-9bea-7056291c569d") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 3.074) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc9cdf39-7a34-4df0-ba45-bf1d5a3067ef") + ) + (fp_line + (start 2.291 -3.061) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5f4c00b-a034-41b1-a635-39abbb0694e1") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 3.061) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a3a1834-05e0-42ba-b793-f68b4c0bfb78") + ) + (fp_line + (start 2.331 -3.047) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2e9962f-24fc-402d-8b56-8556eff82687") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 3.047) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4e48c2f-3780-426c-b9b1-2e1b2493b940") + ) + (fp_line + (start 2.371 -3.033) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f7bc2b6-459e-4801-a4c3-c8aa6a911500") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 3.033) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a201898-adaa-4fb9-aab9-60c4772c49ea") + ) + (fp_line + (start 2.411 -3.018) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20bbc51e-7d0d-42e5-af48-8e937e160d4f") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 3.018) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ffb4251-b84e-49cf-afaa-ce4f609b717d") + ) + (fp_line + (start 2.451 -3.002) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33155167-717b-45c9-aac6-8910fade6226") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 3.002) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53c6e903-50d3-499b-9527-c8101fccd8b9") + ) + (fp_line + (start 2.491 -2.986) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6ac53dc-8819-411d-ba60-bbd7e3427241") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.986) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e008fff5-675a-4b55-a073-8d3af4cc9f60") + ) + (fp_line + (start 2.531 -2.97) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "152dea4b-186c-413d-9c07-c1ba194dd080") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad956d73-baa3-4a16-b2f3-0403948e71bd") + ) + (fp_line + (start 2.571 -2.952) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ff00ca4-ea34-4c84-a9e3-ee43699e931a") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.952) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9970021-9810-4973-8ba2-a902e0c2c15d") + ) + (fp_line + (start 2.611 -2.934) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "965d8814-dcbf-40bb-a837-bac4cad226e9") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.934) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b8441e6-c539-4324-b5d2-a72a6d5cb76d") + ) + (fp_line + (start 2.651 -2.916) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aacd7ae7-c7d0-4cd6-956c-b9fccae04de4") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.916) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a914b23f-c97c-4a07-8d84-ede3f11d2acc") + ) + (fp_line + (start 2.691 -2.896) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9402a46d-87a9-413a-b61f-a65c185c6daf") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.896) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44e4ade2-a2fd-4417-820b-3c3f69dac1b1") + ) + (fp_line + (start 2.731 -2.876) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22c578a9-a422-415d-9009-218104bcba32") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.876) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adbbe6e6-4093-4cac-8b6d-4b8ac740f3b9") + ) + (fp_line + (start 2.771 -2.856) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4279f2f4-fc9e-4c4e-8d42-a595b39d2f7f") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.856) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c6060ab-12a4-4cd6-9ce1-99b0f8d3f55a") + ) + (fp_line + (start 2.811 -2.834) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4bec21ec-49d8-48b6-9b29-ead8fda7029c") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48641958-be5c-4fcc-a26a-26f9081590e4") + ) + (fp_line + (start 2.851 -2.812) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0bab2ba6-fcfe-47c6-82b2-18a0f314647d") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.812) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77acc419-371e-486c-90e7-98cbdf5300ee") + ) + (fp_line + (start 2.891 -2.79) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93684ce5-86a5-4f43-8fd1-bbf8fe4c5a71") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99ef5963-d9f6-4d5a-a870-558bd0c7f0b0") + ) + (fp_line + (start 2.931 -2.766) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d7c973b-5337-420b-b5b1-dc2c7899783a") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 2.766) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84bd791d-14b3-4873-8488-de8b96579f65") + ) + (fp_line + (start 2.971 -2.742) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7996476c-ec50-4d29-9649-636545b876c7") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 2.742) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ee28fd3-6e2b-4302-a880-2e0a5ade49e1") + ) + (fp_line + (start 3.011 -2.716) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ee992a8-070c-42ce-9da7-6a02b949ed8b") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 2.716) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7763f5ee-b08e-4c89-902a-9548391ee260") + ) + (fp_line + (start 3.051 -2.69) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c62efc3b-9c41-49be-9587-305eee337687") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 2.69) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0882ecd-2970-498b-977d-1548a70bd3f7") + ) + (fp_line + (start 3.091 -2.664) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d01d78f-bac8-4470-9f41-57723765f1bc") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 2.664) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "946b3922-6913-4d00-a96a-c63ef8ded13e") + ) + (fp_line + (start 3.131 -2.636) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df7f532a-5112-4129-8023-634a04c9aad7") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 2.636) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05bb2073-daca-4c94-ad4f-54fcf635c283") + ) + (fp_line + (start 3.171 -2.607) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97b2836a-1c86-412d-83fd-9cbbaa5d3816") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 2.607) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7783f902-6da9-45a5-a1bf-f0ffa579f38d") + ) + (fp_line + (start 3.211 -2.578) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6aa14d75-80e5-49aa-ad1a-fc1f54bfdced") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42e4e938-1522-4730-8d42-bf22fe4ce0f1") + ) + (fp_line + (start 3.251 -2.548) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6d11bf2-2909-409d-9afe-aaf2c1a8fbb9") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 2.548) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7de14297-1abd-48af-85e4-25383da9b462") + ) + (fp_line + (start 3.291 -2.516) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67c8c217-e44d-4007-802d-8860ceed0158") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 2.516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05288c75-1e98-4be1-879c-fbd57d0e69e7") + ) + (fp_line + (start 3.331 -2.484) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae1195da-2b1a-454c-916f-6579f8017a41") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 2.484) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "463fe135-cb01-4579-a6e4-e9c89731d7ce") + ) + (fp_line + (start 3.371 -2.45) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28d06c86-49a3-4ffe-849e-409e44ccef9d") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c05c27d-4c17-48a4-b210-2950c38db820") + ) + (fp_line + (start 3.411 -2.416) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf2985ff-408a-4644-8f7d-b111ec71b8e0") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 2.416) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9036fe1-5033-4e94-a8f9-e5aa103f31dc") + ) + (fp_line + (start 3.451 -2.38) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5e59332-5fb2-4fc1-99aa-d71bb5ac76f0") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 2.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44e5f817-2b06-44c2-a716-57e1b8d537a7") + ) + (fp_line + (start 3.491 -2.343) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a0d571c-0f19-4f03-91b9-6fbcf0bed95e") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 2.343) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b2c2411-af92-4c96-be93-58b147670c06") + ) + (fp_line + (start 3.531 -2.305) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd398836-f4a6-4460-8979-75324e7fe35e") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 2.305) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9522d4ef-c4f8-420e-9211-7b3b30ff76ad") + ) + (fp_line + (start 3.571 -2.265) + (end 3.571 2.265) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f26415c-a25f-4407-86c6-da2fceee7cca") + ) + (fp_line + (start 3.611 -2.224) + (end 3.611 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ef251ae-8bd4-4061-8d74-eab0b0e14f33") + ) + (fp_line + (start 3.651 -2.182) + (end 3.651 2.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c398a09d-b64b-45d8-bf45-367e3be9c71b") + ) + (fp_line + (start 3.691 -2.137) + (end 3.691 2.137) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b1dd893-d42c-40cb-9e5e-2b52b1fe5732") + ) + (fp_line + (start 3.731 -2.092) + (end 3.731 2.092) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "930a3048-6fa3-4c8c-9e3f-ae91698dde80") + ) + (fp_line + (start 3.771 -2.044) + (end 3.771 2.044) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4611edd1-d228-4593-8f66-95a7c9dd679e") + ) + (fp_line + (start 3.811 -1.995) + (end 3.811 1.995) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87058dde-4b27-4946-b16a-5fc3a76bc2f4") + ) + (fp_line + (start 3.851 -1.944) + (end 3.851 1.944) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aafbe804-eb30-41e9-bb94-530b57832f47") + ) + (fp_line + (start 3.891 -1.89) + (end 3.891 1.89) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4179970b-0f9c-4415-b46e-8c696ee03b5e") + ) + (fp_line + (start 3.931 -1.834) + (end 3.931 1.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79b618e9-efbc-401d-95a7-48b208d24160") + ) + (fp_line + (start 3.971 -1.776) + (end 3.971 1.776) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2664a89d-f6d9-4494-815f-60f51b8c5f3a") + ) + (fp_line + (start 4.011 -1.714) + (end 4.011 1.714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a9f62dd-7f76-4a18-a76a-52fa7de7f151") + ) + (fp_line + (start 4.051 -1.65) + (end 4.051 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d64118d4-ced5-4bff-a479-6a3ce9fab108") + ) + (fp_line + (start 4.091 -1.581) + (end 4.091 1.581) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28a83120-c9cc-4ab5-aab6-9e8ba559da95") + ) + (fp_line + (start 4.131 -1.509) + (end 4.131 1.509) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ddf945a-cab7-4a52-ac1d-657b856bb332") + ) + (fp_line + (start 4.171 -1.432) + (end 4.171 1.432) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe715d61-3a5f-4787-bbf4-f8dedd08fa67") + ) + (fp_line + (start 4.211 -1.35) + (end 4.211 1.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "397fab5c-ab26-4c34-b16b-2e2302850d6b") + ) + (fp_line + (start 4.251 -1.262) + (end 4.251 1.262) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2e27458-b5d8-4a11-8e5e-6c60bd97b332") + ) + (fp_line + (start 4.291 -1.165) + (end 4.291 1.165) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0463d2f7-847b-43d2-b256-c3bf46a15d25") + ) + (fp_line + (start 4.331 -1.059) + (end 4.331 1.059) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba187bd0-c9f8-499a-8837-c3d8203c640b") + ) + (fp_line + (start 4.371 -0.94) + (end 4.371 0.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffe14b8c-820a-44cc-aa20-9688be073e45") + ) + (fp_line + (start 4.411 -0.802) + (end 4.411 0.802) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e03d9567-4c02-43f9-85b8-75ecf1172c53") + ) + (fp_line + (start 4.451 -0.633) + (end 4.451 0.633) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fcecef7-f00e-4150-ba31-0d8fd40a30ef") + ) + (fp_line + (start 4.491 -0.402) + (end 4.491 0.402) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f418888-ba6b-4baa-a65a-fb36b64ad817") + ) + (fp_circle + (center 1.25 0) + (end 4.52 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "a6fcc00a-a238-4f56-8923-cdc3828b9888") + ) + (fp_circle + (center 1.25 0) + (end 4.65 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b1b8b137-56b7-4f57-9e23-32d9743f9d6c") + ) + (fp_line + (start -1.443972 -1.3735) + (end -0.813972 -1.3735) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b677a94-06fd-4d3c-9506-0abebc19a70f") + ) + (fp_line + (start -1.128972 -1.6885) + (end -1.128972 -1.0585) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "105e2e5a-1040-4f93-908b-c2eb4dab39d1") + ) + (fp_circle + (center 1.25 0) + (end 4.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "485afbf9-1f69-480a-8a82-689864c4b10f") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "9722a5b2-430b-4728-aba2-292a93254820") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(C5-Pad2)") + (pintype "passive") + (uuid "a0e33cec-5c5e-4e89-a8fa-fdbb11631d07") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(U4B-+)") + (pintype "passive") + (uuid "85da3733-fef4-4b12-a3cb-dac1afd15d58") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "66aa3bbd-6d42-4895-a59c-9eed3cad6c62") + (at 62.123 138.43) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C15" + (at 1.25 -2.5 0) + (layer "F.SilkS") + (uuid "9cce4e89-06f2-4d34-b35d-56349e0788f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "352a92bd-4f8f-4632-aff0-b00aad15c0d2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6325b3e3-4805-4926-a4af-0de945be9cba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b5cc3cc-e04f-40d8-a15f-3086fc2a9ecc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9bdc3435-db61-4ebe-a93b-65a95c97aad7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "04104560-99a6-487f-989b-19cb970b9be2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5a418dc5-5737-4c16-84ba-5b2a6dbbe770") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "370a4636-e9ef-4f6a-b5ab-878597f66083") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "45ce183e-4200-4e05-a581-8de541b62a11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/9ecfcd5d-08dc-4de1-8dce-d4dfe5a82462") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20a45925-4e20-4f99-8bbd-c0938cacd21e") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a20cbc8c-d10d-4ea4-ac6d-dc719861a845") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1eac92f3-288d-42f2-a678-2c722d921fdd") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adbe8212-0655-4e55-8c9d-3417ccfa233f") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06d24ee5-2b09-458b-bf20-0e4a3326356a") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01ecaabd-ffbf-4b3f-b7d1-1a98aeff5855") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0e9845b-25d3-42cc-9da9-1d0174edbdc7") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "034275a9-75a9-44ec-8d9e-f6e9d180da1a") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83822805-6363-4450-a6f0-bd946c737bff") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "22a02598-6114-436e-9299-efaa2c7806a7") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "571cded3-7aac-4343-8331-e4a4aaaaf507") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a79d268b-9f9e-498b-b070-222c41ea55dd") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a24040ac-43aa-49b2-9eda-790e404a3d91") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b78ba9e4-f41a-469f-bc4e-582799de0d18") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "9a115460-5742-49ff-a51d-8f9e756bfbd3") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "27e57919-395e-4db6-a494-f0eeb300af62") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "-15V") + (pintype "passive") + (uuid "c37817ef-2c7c-4102-b274-9e16f55532ff") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "68ec8065-00c1-4622-87b9-1afdcafabf2f") + (at 89.306 89.368 180) + (descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x02 2.54mm single row") + (property "Reference" "J5" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "f989b732-02ab-4d56-94de-6d88309ca1b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "01x02 Female" + (at 0 5.31 0) + (layer "F.Fab") + (uuid "96ad1b6a-4847-4119-936e-feddd4987c23") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "814fa0e4-1a6d-4135-91e3-2230245f41f8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a19287f-6f41-4572-b032-e5f8f2996655") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9cc9565-166f-4fa3-927b-dda177182353") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/4c40c1b7-0150-41df-9373-dadb8ba66954") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9bac82a-b861-432b-a468-b75208d1b253") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f25d02d-3d36-45c8-bce8-7bcc8eaeafde") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37f6ffb1-ee95-46e9-947a-7117cbaafe19") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac27d747-1b42-492a-9c34-c0a79641205b") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df3dcfeb-f247-4077-bdfa-652be00d9417") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b95b205-78a0-4197-b5f1-30a87d6fff58") + ) + (fp_line + (start 1.75 4.3) + (end -1.8 4.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6614cc69-22db-452c-83cf-ddedada74be3") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 4.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48be2c18-fe77-444f-a8df-fe569a496ab1") + ) + (fp_line + (start -1.8 4.3) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e74ffa61-96ac-4179-817f-da357df8d266") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2fa8df81-8a5e-42f7-a3b0-485847976d47") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c682026f-04f4-4f42-9093-20a3db1b9178") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "058c4a70-83c2-4723-aec6-7c02688a13a4") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "620087b8-7f16-4bcf-be11-4ad254471e56") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3dfd4d8c-01c4-4a74-a104-8e99e7b99dd6") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5881839d-f933-4dcd-9096-a8537b86b146") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "dd7888f1-4045-44e3-aab4-78e80511c404") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/LED1") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "6ad7b7e7-86df-48e5-ba6f-64afe0814eb8") + ) + (pad "2" thru_hole oval + (at 0 2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "/LED2") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "36366bac-600a-45f1-8ba9-3e46afa7610b") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "6be34e5c-7df5-42fa-8092-9ba125de6c9a") + (at 53.715 107.94) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R11" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "d4531ff7-169e-416e-b0cb-8f005c863dd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "5117e8c3-c28f-4204-8e85-0f513b69290f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8b5733d-4424-4acc-a4e9-eb6d6d0c606c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65f3aa8f-8e58-4b53-817b-f1c687207182") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f419e844-dd11-42bf-a7cb-712842837d33") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ed371065-bc9b-4b32-b4cf-675071b200f1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5bfa2130-40dd-4161-9c28-a0aa73f66407") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b264af21-a935-4d0b-a1bc-18dead6db8a0") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1db995d-90aa-450d-a823-b17b8ec242ec") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f27f83ba-2f36-4f2e-8d7a-de0a5d53b799") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd370b28-aa38-42e3-afdc-5e30bfafd492") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c619749-71f6-4c5d-b06d-a0066352f707") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6506ee6-ace1-4290-8e2b-4d296e78dd53") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9bf7551-d453-4d2d-9228-8a0f031db305") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb687687-95fc-41af-ae41-8db9fa9c9a28") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfd0e593-0f99-48e2-8cc8-a77de4d9079c") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d80f5077-9583-4b80-b625-a43bd7558fb6") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7ecc73e-ced1-4b97-8383-4ff154388767") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "66ea7ea8-fa26-4fdf-ad11-53b75f4ba0b0") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(J2-In)") + (pintype "passive") + (uuid "1e57064e-46c5-4d2b-8b08-de6ec62d409a") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(U3B-+)") + (pintype "passive") + (uuid "1797251f-10d7-4353-a8b4-95a62316d33d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "6c22de9b-fb57-4000-b034-7c3bcf5e17ef") + (at 70.485 100.33 90) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D1" + (at 3.81 -2.12 90) + (layer "F.SilkS") + (uuid "7f942939-bc57-4dd5-8294-aabb8d7bb93f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 3.124 90) + (layer "F.Fab") + (uuid "a767ae44-4470-4c2d-8d36-0e7f0fd607af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83a784e0-9768-4877-a1ea-8464d535ccc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de905410-2dcb-4254-9d70-9a98945bd6d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "791a89b1-21d4-4855-ab66-0b1cd61b1bb3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3bfd4b37-e118-4ce7-a193-c12bbb71759e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9f496e3f-708a-4221-a14e-1c96b3a6bd6c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Model" "D1N4148" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7f985434-2f86-41b0-9b21-6e6aa15755e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Node_Sequence" "2 1" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8e3ea8ec-abba-4325-8f88-c40bd21e6c3e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Primitive" "D" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c43fb181-a4f5-4677-9af9-c035f3e3b05c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/6cee4ad8-0e46-4cd7-b637-a2882df5590e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2dfd588-adea-428e-b618-2bb039a9861d") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c31c727-1701-49c4-87b5-263a8a06d901") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc465b8e-9d62-48c9-a062-7a291c612a1c") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0b4da69-99e8-4a73-8a40-d8128b5ddec2") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc80cb90-fe11-4263-954b-b08f6ec403c6") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "058933c7-c5db-47be-9ba1-33c8c8a1cf22") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2d8dad6-ce92-4b70-8adf-651bf365f5ff") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16d82d01-a5ed-4423-83a4-f6854236904b") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd01c9ad-cd5b-4a18-83b9-3e4746ae4092") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e8e16042-c4b0-4952-bb40-08862c3021cb") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "22e5c864-cb30-4e18-aa5f-5ce5fa27ed2b") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "82aeee96-3d8a-4031-ad6e-780802c9994b") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04af8b45-e73e-4362-abc9-5822935e03ce") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c8a896d-58c8-4649-8eab-4feba04cbd62") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8e754aa-30e3-4f35-943f-4008e450c1f9") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34fa7107-20b7-4f5d-a29e-46015bc43639") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "255723cb-c8c2-444e-b3fc-4d7986977614") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "041455aa-2e21-4d83-b35d-04bf492556c3") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32bc8fbc-435f-453f-bca5-b55f7aaa04a6") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5976ec6-b6fd-4f85-8a02-106e11dcc8d7") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87537cc6-a42a-4c44-9c83-c24e23fd118e") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73121bdc-5b60-4a93-9380-f8b6c340586e") + ) + (fp_text user "K" + (at 0 -1.8 90) + (layer "F.SilkS") + (uuid "944aefe2-0ceb-4c8e-a899-b3be7171cdfb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 90) + (layer "F.Fab") + (uuid "a8232297-c211-4318-b9f0-fc6e02df3605") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 90) + (layer "F.Fab") + (uuid "b56d6979-275d-4008-8b0a-b6a3c617d5a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(D1-K)") + (pinfunction "K") + (pintype "passive") + (uuid "26daa9b6-3f41-4bd9-ae00-5cdbe8923109") + ) + (pad "2" thru_hole oval + (at 7.62 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "a44b3723-5ba2-47dd-bd24-4b8c112ba355") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "8ab745df-d125-425d-bf79-ef20f0287d59") + (at 56.195 116.4025) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C2" + (at 1.25 -2.5 0) + (layer "F.SilkS") + (uuid "a4d2470e-d113-4453-b19c-02652378c17c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at -0.475 -1.649 0) + (layer "F.Fab") + (uuid "e678e69f-a892-4430-bb3f-885593d6de87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b897774-751e-4d93-be2c-719979c9dc1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d70bdd6f-9a9a-42ee-8a0b-145180a772b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b02049a6-42e1-4bd1-8fba-daa3ecb198bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0d2fbe59-dff0-47cf-80fa-b506283f6bdc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "869212d5-ad12-4653-9071-e6ec0060bf85") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd605abb-a73d-4a28-8ac1-1271cf13be0b") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91765b25-d6be-44f0-aacb-e15d459973f4") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ce717fe-52a6-46be-a5e9-941bb715fe39") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c83d90e2-7109-4bb5-81dc-09999fbdef3a") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f0c2ff6-b2d1-4a81-ab74-03a5dc48e85b") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8dbe4c9-772a-4eee-b02f-37cbc9dcd195") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67406222-e674-4901-9083-5ceb8036e149") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "037e2099-a9bf-4e0c-a981-45e94d78e074") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0fbb4f7f-e1af-4ec8-9336-2cd7d0ec2752") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "78afb34e-0a2b-4619-b33a-b17aa9116000") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5b00636-d5ae-410c-9c70-67c2d1a50771") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6647cca4-6187-47d2-bacd-95a8f06a6204") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4577f7dc-1684-476a-8ce3-18f4a0b15c3e") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "e0a8d450-f992-4c13-b498-cf34220b92c8") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D1-A)") + (pintype "passive") + (uuid "1c42ede8-b0da-424e-8607-3d9fb903c5ed") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(U3A-+)") + (pintype "passive") + (uuid "b18c69bf-a902-4802-b86c-d778f3476e61") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "8fbff62f-acc4-4c39-9748-18b41fcf5a83") + (at 68.346 120.65) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C14" + (at 1.25 -2.5 0) + (layer "F.SilkS") + (uuid "130cd770-5c7b-46b4-8355-555a1c64db4c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "51a58b18-35ac-4f75-9630-e06e9b42f15a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a92f013d-836b-45f4-940a-53305a337646") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "142d399b-d71c-4ac5-97fa-1393328ca367") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87337772-9148-4c0c-a5fc-2a9b6ebe9a7f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3c406e4f-0724-4769-8acf-89502078a9b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0dcb270a-9b69-4e0c-ad27-48cbf4639652") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "bf3e28aa-e962-4acc-bf7e-b30ed8e6c5c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "fa253e1b-7b1e-4a78-8451-2f8330c57cad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/a224ddc2-48e1-4ed5-878f-69ab93a273dd") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f5859c8-e21b-40b7-9412-43b3eb6092c7") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61f27c39-8cb1-453e-b117-aa482609445c") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3104f068-c116-45de-ac1b-e3ad152ff8a7") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49e881ef-dff1-45b6-88c2-9475def43aaf") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce25d430-0431-4b94-92f6-3bae8cb5d4f6") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25658769-8059-479c-aca5-e15c7971a1aa") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d0b5e57-551e-448d-a0b5-211e00a87e31") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d99d79b4-ea64-49c0-8455-7b2feecaa33d") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c48770d1-1860-4012-bd6d-ef779359b2b0") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b91a11f-ece0-4df7-959d-2bfbaca8ce02") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16beb5f5-40c7-491f-9ce3-60ea100b8ad3") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6071a5c-e71e-4310-a0f2-d77882440a20") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08fc5f39-8569-4771-b82b-894cc20801e8") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "939c28dd-5d97-4766-9cd5-1bb35fd7a75f") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "e2e16e11-0b93-4cd3-8fce-f1e6a7629f47") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "+15V") + (pintype "passive") + (uuid "2203f580-287d-42d1-8b17-132f091a660a") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "52091c05-54c9-4eec-9dcc-ff2e4b8db7de") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "97a27090-5ebe-482e-9a90-fd9f6267edf4") + (at 53.34 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H1" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "a5c54158-31d7-4529-a162-9f5d3c80ed18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "H1" + (at 0 3.2 0) + (layer "F.Fab") + (uuid "8a0b2922-ca9b-4abf-80e6-51bb8f9e4009") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2321433-05a7-4b5e-8dda-1742ac7f979f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "143e7b91-8f00-4a43-8ca3-ed4f26ce1ef6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20f972d6-8391-408b-b404-94d029323db4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/02d709c4-07a3-4563-8068-b26382571fe3") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "6310836f-c3a7-41bf-8a99-fa2fab9f11e4") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "57b6d109-19d5-4799-98ee-f2245e6705c9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "04e606e7-6b64-4971-8533-752320742aaa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "597fddde-5b7c-4221-b722-18ecade098bf") + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "9963ef17-2f77-43fa-b138-14716bd0c2da") + (at 58.795 129.54 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R15" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "781b15a6-9bd0-45c5-a261-b2e3989e35b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "476cf1fa-1dfe-4b88-bd67-ed4ff9ebeb94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fbb25ff5-c027-4af1-b782-984135158795") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70816e87-bb84-4203-98ba-21db0d38a884") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b87e0ae1-20e6-441b-baea-063248d3a400") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/2a4432b0-9905-4a05-89ce-9e5ab9cdf9a1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8292d7db-584e-4baa-9fe6-9d30bc2db619") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "213ed1ef-2c01-42e4-a63a-535ed707a6f0") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43dc0320-9401-44d5-9dd2-70106db6b8b4") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0ccdfa6-9faa-4b1a-9088-65bdfa6b2b19") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f98c61aa-0b11-492e-874d-bcb078ec1599") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b7498b9-b81a-4ba9-8c63-e1e4027ef9b5") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "291daec7-5736-4d0c-8b49-02c3ca24726d") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a5641bd-9265-492f-9ebb-a39f7e168ecb") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f83960d-4482-4d1b-9d6b-060e2f7bd81a") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c358b63e-7aaf-488a-8ab1-b8d4d638704b") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3bae17a-4269-4e0e-a2f6-dd53880aceb2") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a00fc127-758b-449d-a2c0-6edc1aa77246") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "8718e461-910d-4fc1-a9de-de671b6b143f") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(U4A--)") + (pintype "passive") + (uuid "178da2b6-1b53-4ed4-9ad2-e075c6b17861") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "b7f6c45b-602e-4eb7-997c-6d1deb461373") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "9b30015c-df42-4e17-b166-ee6d43a9aad7") + (at 52.705 116.332) + (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x03 2.54mm single row") + (property "Reference" "J6" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "8f4dc78b-a9d8-453b-ac7a-2b475f4c0879") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "01x03 Female" + (at 0 7.85 0) + (layer "F.Fab") + (uuid "ffbb03be-0c49-406f-8e3d-2c71378838ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "712f4b4f-1582-4cba-840a-211819a7d77b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "980876de-3f97-481a-a454-e9a3a83b372f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12967a8f-36e5-4132-9361-1d750e016588") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/3c207d1a-204e-48b8-9b97-8faabc430a89") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cbe5ea6-46bd-44aa-bfa3-0c37f7f56cac") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "066a04f5-6afe-4b3f-80db-3b5593a2b58e") + ) + (fp_line + (start -1.33 6.41) + (end 1.33 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a74375f-038d-4b97-b3ee-1ef6b4707006") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b71db74-8f82-4197-bbcd-1020ae1737d5") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a4d913e-f2b5-4685-9b66-b8c3fa12f81c") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b78c054-69f0-47e4-9a7c-0e469d9e2535") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "92a0984f-343c-459c-b6fd-ca3b70a1f8a3") + ) + (fp_line + (start -1.8 6.85) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8e6c7d6-1f7e-4117-ac7e-bc218f1d011d") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4432543f-7048-4b9b-ac28-d921a8036cf9") + ) + (fp_line + (start 1.75 6.85) + (end -1.8 6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a4b6819-94d0-4b06-9bfc-c43d4bdad4fb") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d508293-53c6-4b0f-98ac-d4a236119549") + ) + (fp_line + (start -1.27 6.35) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99be1062-5032-41a6-a20a-dec032c70740") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94f979c5-dcc1-46d1-bfe8-b684c2e29d6e") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "48113e56-3b13-4eeb-a373-841a540fa7df") + ) + (fp_line + (start 1.27 6.35) + (end -1.27 6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a41f360-ec12-45a0-942b-60ce80baf877") + ) + (fp_text user "${REFERENCE}" + (at 0 2.54 90) + (layer "F.Fab") + (uuid "83d2eac5-669c-4c88-8fed-ed23493da629") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "/FB2") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "96e2fa20-6f2c-44d7-92b8-515945b767b3") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "/IN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "2e45b1f7-49c9-4e63-bd2d-f888bef2f244") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/REVERB") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "a62401c4-e2a8-4539-9f8b-7631d4d24180") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "a5f863ce-a405-41b2-917d-77951c18c365") + (at 62.23 55.88 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R19" + (at 2.54 2.032 0) + (layer "F.SilkS") + (uuid "b10f2ac2-53b6-4ce8-be9d-08fd204200ba") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "623c543a-734b-4619-b981-657a176cb59d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6f5d167d-dad6-42eb-bae7-eea6a631b518") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6cd0430-1058-49c4-a27c-a79f935f6934") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41007c8c-c095-4304-a7c1-8f81e02969a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/11b4e5bd-3392-4b28-80a3-26e934e5a57c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00b20e89-d47e-4f6c-af9f-d940d8f78167") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f25924aa-5b81-4308-b7fc-5f0ed663ac95") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9552a3c2-752d-4cb7-9c02-84da9bcc13e8") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "933a0226-e7ca-4a1e-a556-a2b9bf8125af") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93b67088-0fd2-41b6-99de-67f066388ecc") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "472f840f-217f-4ed3-89bc-5d71bdc87b98") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a7e1f45-3d6c-410c-addb-c5842fd9ac43") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e72a9833-7f7c-47e0-a9b0-ed98c7bef0a9") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec5af58d-879f-4f96-86ca-97394c730f5d") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c431ddb4-bb4d-4f4d-9386-ed1ffd1f585a") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cc62f73-93c8-443e-a3e8-7c61a591abfc") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ae25032-e208-408e-a512-13bcd8828cc6") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "04460a4b-a459-4aec-a67d-e034c66bc769") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/VP") + (pintype "passive") + (uuid "4478871e-a504-44c4-a916-0ff3936c1c5d") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "+15V") + (pintype "passive") + (uuid "96719a6b-c94c-4688-bff0-e3185ee724d2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "a94fada5-3898-4309-9024-74d43355d082") + (at 81.041666 100.33 90) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D3" + (at 3.81 -2.038 90) + (layer "F.SilkS") + (uuid "89eb5961-46f1-433c-9fd3-83c414d2c228") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.12 90) + (layer "F.Fab") + (uuid "ef28bf66-e26a-47d4-a5cf-f0e2b00a5cea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "491f3722-1027-4e39-8824-24ed9f89f869") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01185342-78d9-4745-a133-fd302d2f8dc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8975a8eb-d02b-469c-a881-f1707095939a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a3bf0374-6ecf-4ee4-b82f-abc732051058") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "32162d7e-5e96-4734-b69c-fa5f7d961253") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Model" "D1N4148" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "448ae1f3-02b3-4504-8c54-24cde67a9ff0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Node_Sequence" "2 1" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "aeeef112-b7b4-42c6-bed9-6f9cc4f71886") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Spice_Primitive" "D" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c8a45362-a148-47cc-a129-1643fef8ac62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/a2b1880b-e97a-4657-ba22-e0e9bb41af51") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "958f259f-61d8-4b72-a104-c6ae705acaa2") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a52697d8-63a8-4203-b5cd-86e423a30070") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3ef2da5-0497-43af-b735-2eabbe549769") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bdeac6cc-e8ef-4eac-a050-119b8101ceb9") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adda3803-7122-4034-afbb-b144331a3624") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74582191-286c-433f-8615-4d246ca1db5c") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2fe1f0f-2421-49a0-869b-898c7495fcc5") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "888d8f07-e454-44ec-a092-f6ac4ce13d0f") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be601d89-0581-4322-be7b-dede352eeb40") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a562b224-57d6-4b5d-a31c-93e5591cd830") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2db81afd-bc75-4f15-86e1-709233fff7be") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a65b977-7c3a-4adf-9715-6202bbf43921") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "21343d4e-742e-4b80-a591-105825436265") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14c42ee8-5a47-4b44-8af4-9675da1bc830") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77b5b8b8-9427-4124-b1aa-c2fa99162811") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "449a4e0c-f728-4b8b-932c-1fb6316eca84") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79611cd1-dba9-43aa-9dd8-b6f644ef7971") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f830c2f9-33f3-401c-8e84-d89cedeedbbe") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc74ab9b-758e-4ff5-89d8-1057fa52b3d1") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d338beb-ecf0-4e0e-8ad1-94b72f2ff8ce") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be68c7fd-e79a-4b57-9575-8f611a2a5c69") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21f43ce9-26e9-47bf-94f1-85ce3203fecb") + ) + (fp_text user "K" + (at 0 -1.8 90) + (layer "F.SilkS") + (uuid "a129ed0d-9af9-489e-ae2c-ffeecf5ee644") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 90) + (layer "F.Fab") + (uuid "f870c897-c07f-46cb-939f-4cd7da02c676") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 90) + (layer "F.Fab") + (uuid "fd426985-2a58-419a-aa75-e783f79b0bb6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(D2-A)") + (pinfunction "K") + (pintype "passive") + (uuid "14c188bf-a111-46bf-829d-8ecd64381510") + ) + (pad "2" thru_hole oval + (at 7.62 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/LED1") + (pinfunction "A") + (pintype "passive") + (uuid "36704c3c-4ffe-46d9-81fb-9d4a6cd563bf") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "afd5ffa7-3483-417f-b693-40e215f72e04") + (at 58.795 137.78375 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R13" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "41028cbb-af51-49ba-98aa-a9f2a5bf3861") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "6fd2f81e-a7c9-455a-8bce-2335fa8d8a4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b785773e-b7a3-4287-8f6e-23cb24c8a2db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "acb56373-61fc-4425-9b9e-cd5578340e54") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "596c61bd-4231-458a-bec4-54869e64431b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a21b85e3-1e68-40bd-868f-88d6e08cdf5a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db9ca7a6-af04-47b4-8b62-eb8f7c1c01e7") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c137b535-2cfa-4f96-93d3-d17d4f3f2fb4") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66afb86a-12a5-4b5f-a025-ce9ae65d32ba") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f14c1e88-bb4a-4f87-a499-7ea3962896d9") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70c1bd2d-1dbb-45e0-a684-f315497b69c7") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "61959dde-4966-45fb-a470-bfc4c170eec2") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3a0ec82-1c4a-41c7-b06f-c6c9c793b749") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4808b5a1-6756-47a2-b06e-a54b16d6561a") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92acd983-1e93-4236-ad24-b5e61c782443") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9276106-8891-42aa-9e69-10e844010228") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9051a3b-1e17-4bd6-bc7d-2c5bcda6017d") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e1a9543-b023-42ce-b63e-cdd8826b6da0") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "f3c7178d-b007-48cd-be40-f8c4f291dd5e") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(J3-In)") + (pintype "passive") + (uuid "b6452d63-e633-4f92-8af9-d1af6c1fb9de") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(C4-Pad1)") + (pintype "passive") + (uuid "cb72545e-4d86-445d-a2a8-0e26d532d392") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "b22fffec-fc32-42a7-b3c5-77548bb5069b") + (at 57.15 59.944) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R20" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "252534d0-cc52-4fb8-acfd-a38c44e1bc00") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "7b756bc9-79c0-4240-ae7a-14a37595a3a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "774384f9-b855-4ba7-a5b3-87b29494dea6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02a2a9be-ba02-47fc-a567-c0a809d3000f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f985a81-82f9-4849-b993-1ed62e8ceed9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1d7f179e-a75b-476f-a0c4-3f2e0c3c703a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ee04b93-a213-4da7-b2dc-cdd715c1af36") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eda58632-0772-4ee6-91c9-d56d7a89c7b8") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54932276-ba5c-4ad5-a334-53994882bf8e") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2804b98c-2a8c-4d1e-8c10-7a94e33440f5") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "819b607d-a4c3-4451-8231-71711765ab58") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4e5d0a5-2e79-4007-b971-de3694a0075d") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cc8e410-0442-4d1d-a676-49c6faaede53") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d48926b-b250-4e77-8478-d7953a9d54e0") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8ce6ff6-daa8-4992-a6c4-b001a10c07f3") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73af0512-1639-47a9-9e19-21a3de21d0c4") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "219eda17-4954-4773-bd0d-8a69a080d07d") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1bf33742-8d39-4041-90e2-e54b554949ef") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "25b1cd81-69c8-4e13-a000-20688d405958") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "-15V") + (pintype "passive") + (uuid "703d4cda-9a2d-4718-b5be-e1ddde6b7f99") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/VN") + (pintype "passive") + (uuid "6e217599-6c15-4c85-ba63-83a34d197345") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "b4d4aaf3-6dd2-4f37-88e3-269cfdfd55cd") + (at 62.484 90.932) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R1" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "fe40ea4d-ea34-44a5-9dd4-179e3a4c314c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "e9235eea-af98-4aec-a79c-fc0060d94f55") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b503f118-b87d-46d4-94a2-3f2fb2ed9058") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdc93946-e63b-468c-afb1-a49788f72d46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b484cec2-5475-46af-a482-a024d7b87219") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/37c44d87-98ba-4532-886d-45201aadc995") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e699cec7-bd52-4163-9ca6-c1433ca3ee4a") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9eda92b5-ea6c-4cc6-8b23-535ae546efee") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e62c1462-9983-4c3a-b846-d4bc223a9bf9") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b35d8eb1-ad16-4e1c-a646-3981036e382d") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9f875d71-d6b7-4ba6-945c-4aee5c0d1556") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10af31c4-bf30-4ef1-b037-15d17327fd5f") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46edebf0-7622-41e7-bfce-ac6497d6f2c0") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19eee972-89ef-4695-8f59-8619b3143095") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14d675f0-0694-44d0-acb1-dbd9d1272fa9") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "612de24e-3a93-4e65-a1e5-fb7cf48a101e") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf06dfb9-4435-4500-926a-2e658ae793fc") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38e90982-3948-4cc1-94e6-b065b23654df") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "95a3ef28-6815-4432-98c6-348a19d547fc") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(C1-Pad2)") + (pintype "passive") + (uuid "5ce7adb7-0642-4f24-8948-11bad28c5f73") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "2084e98a-4ac4-44f5-8385-3da42250151e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "b66cfb0b-2292-4070-87ea-f973b01a4ce5") + (at 57.17 89.535) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C1" + (at 1.25 -2.5 0) + (layer "F.SilkS") + (uuid "a38befd7-b486-48e1-83de-4154b95cd417") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "20ec19d4-3c34-46bb-a464-4df9c980dfae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "531aa8b4-291f-4abe-afe4-b18f5ac1141d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cbca6cc4-8de9-4427-9b16-8895979597f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e231a25-cec6-4d4b-89d4-20378dae6b82") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/dd357102-63a6-45b6-9fa9-1101edbacec0") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e43c39c0-2b93-4254-a536-c65582234874") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02e969b2-a3e6-4c55-9d6f-0ce3eee9f46b") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "014cd68c-05f4-4fef-b8e1-cebdfa8a1e91") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9c57bf8-7949-4bfd-b1b2-68b7a96b5a0c") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb6d0594-ec4b-41c3-bf18-7cdfdb1c52a0") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61928c19-456b-4a5e-af45-e89ec942040e") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14d645c8-b860-4e6f-b1e3-cec933642060") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "444e6eb2-ecba-4f75-aca6-bf85b4f432e8") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8a78ae80-134c-4419-948c-45a3aa50538f") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c23ed38-a4f7-4c61-b5ab-901b3e819809") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d95042d7-36b4-4163-a9f5-7db913e31e3c") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac81a47e-a412-4924-960c-5cec3dc65324") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a290d86-1dd8-46c8-9110-0f31127e850a") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb7fc098-94b6-4bf9-a1c7-26b7f7f2085c") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "9b0cea96-92eb-4f1c-90de-7efe89d1356b") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "/IN") + (pintype "passive") + (uuid "8fa27633-e502-49ba-8d35-1ca71a8d9110") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(C1-Pad2)") + (pintype "passive") + (uuid "3d0b7410-f011-4d94-a088-067c5915eabc") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "be1dfccb-f437-46af-9a22-92766661f9d3") + (at 56.325888 65.532) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C9" + (at 1.25 -3.75 0) + (layer "F.SilkS") + (uuid "407e09da-334e-49c7-8259-20eca29f928b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "b8f4692b-7787-47d7-85f3-18c1f60b6560") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7523e209-1819-4714-9462-151503d08cd5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c47f67f-68b8-48d3-b2b4-395d2af95337") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "69fd7932-a8f0-44b9-8354-b67303c0e79d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/32c06a78-5748-4623-b36f-32a6bd2a3b21") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "291ecf01-88d4-4245-b0aa-43ebf33a3b69") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8ddb307-13dc-440b-bc22-b50c889171db") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8301831a-ac63-4f04-8880-68fef96a6ba1") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd4c55b1-f4b3-4fa7-84b4-ca92033c4114") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f312b715-6c1d-4009-85be-013ee38e9256") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cec5eb81-efe4-4ff0-9900-455927433aae") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47be9b45-74d4-4994-8704-4cc9d2e14578") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3526d5ac-0e6b-4e1f-9a43-7c0dd8a882d0") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d448c74-2708-412b-8fc6-f6c04620dbce") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b79d2d86-9840-4a37-a6b4-a480fe6ceed2") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ae3fdb9-6461-4df4-8b62-ad618fb03c4e") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c07efc8b-ba07-4f13-b727-3b10457a1725") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43f5936d-4a81-479f-b8c5-dc91fc4a6dca") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41eb6414-2a58-4d14-b8b4-8be0b4a8c437") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb91e4ee-731b-4ca2-a524-b3f6bb973639") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7095706e-b612-45bd-a7e8-1fe13f63c304") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d78bae8-ddb8-487c-912a-56f7f0deb24d") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "698b60ef-c15a-4d37-acc1-ede581f9a5ff") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3010045c-6832-430d-82f1-b139a57611f2") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "529279ad-b659-4fe4-95dd-fe6100b11b4d") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ecf38f76-2418-4368-989b-d7d2e89bca6d") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c27ab3ac-3ca3-4936-a16a-c747dc763e95") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cca7a2bd-22da-4a3e-86f9-19503478f770") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d1cbf95-1d40-4f67-bbf5-90db7a64fa6f") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a76ea0d-0953-4367-89c5-9f6598f79764") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9807c6b-c44e-43a5-b9c8-27ab245c3c75") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fbaa244-df49-4eb7-886d-2aecf9f155fc") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4639a3d1-4a2b-400d-9a45-a612b6d9c773") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62eea2fc-5851-483a-8695-9a7a63757677") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02ca33a5-aca4-4838-a56f-2647b3da118f") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f74826a-8b1a-4e7b-a546-8fdda9f7201b") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68788e42-8003-411a-aebd-04be2b16eca3") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9887d5d-bb01-4919-b4d4-0f74fc8013f4") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef6e926c-132b-4c76-b13c-26d02738a4df") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f335f0b5-3b86-4eb3-9265-b38746f42e35") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "745a25b9-7ed1-4bbb-b627-be026426fef4") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7dc1a051-cf08-424c-a537-ecfb284af886") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "151e3bb4-6442-4d52-bfe5-1cb3e67fb938") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c688a91e-47f4-4865-ad9c-7480296db0e4") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a1d2437-106f-4663-b610-492c6e9d2ea7") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28aabf15-7ccd-4667-8364-861be5927b69") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbbde9e6-39cc-497b-82b1-a9758b46f7e7") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2740d5db-9a4c-44a8-bfc0-6d1606a0917f") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ab48cdf-61d4-4e9e-99d8-11f6fa173f25") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "140fe572-d0af-44ef-a64d-ffaa39cdf622") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a7363e8-e3bb-4f6a-9681-5c680e063184") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e8e70fa-9043-4260-b671-c9f5507ed190") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ade13fb8-51ba-4a7d-8971-3f22305a0bb5") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bb24f33-86b3-4872-987c-1a56f4e65048") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee801cd2-a78f-4967-8a18-e21ea92606ec") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b5b2d46-fa1b-45b2-bf72-5cdabf7b6c78") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13dc68f7-f231-4b74-b1b1-02c1463b6a80") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a8555bd-f882-4fc5-a3d2-2f586cafe5f1") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b61eecf-3756-4d24-b30e-6a785358a35a") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75e93b03-97e9-449f-9ce4-5ea83abeddf6") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13487dc3-80e8-486e-bd7b-52c408b9786d") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cbb2528-dec7-45f9-86c4-fa9133db3ba1") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53e7aaec-de62-4aa0-bb0e-6c63ab4be7a3") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "223320bc-faa1-46f7-97a6-3619a7349ee1") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f05522a7-559e-4300-8f87-2ffc07440147") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c1b9c95-6747-41e7-b57a-bc305d5c71fe") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54a4bfa2-f895-4cc3-bdf0-faf571a0d28a") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1bcb6586-3382-4176-a814-7cebe0a83c39") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8566a46-5e62-4411-83ec-d6745aaa0871") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1d94b64-8b84-44af-9c84-9450ae1358a4") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5430bf1-65f9-4596-94e5-c60520945424") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81640025-078c-4d3a-8ede-95c142314d65") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d850e2ed-1563-4094-802b-912c5a04aace") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fe0f4d9-2797-4981-94ad-0c0c0006a5c6") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "620f98e4-0643-45d1-8962-69eb530d82dc") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6676e9f0-eec4-41d9-8c43-9f2c042b9a7a") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d67a5d1-a2b5-4086-90e7-eb39557748d5") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a74874e-f0fb-4528-a4cf-ca89084e95a9") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96d63c42-5d9f-49f2-aab8-768d9cc1679e") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "105c79ab-5a94-456b-97bd-16989649c1da") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49f9667a-9604-46e2-96a5-584ccee112c0") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0251bf68-c0d9-4bc2-9505-1c6f9d5ce87f") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bc62868-35b8-4633-8df9-a51f4afcf116") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cb2ca83-46a5-4e00-9b1f-017528cc4ceb") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20dbabe0-174c-4355-b0a4-4e3d8fae0445") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7818885-9f1a-4ae5-b8b0-798e343e3926") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4a1c7d6-386f-483d-b0d1-be2f9b1bede2") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "807fcdbe-d364-4888-aa5e-cc771c727ae4") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfdc5d4d-c955-47f5-9168-f972126ce044") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28118c8f-2949-4fb3-a115-9dcdd887e92e") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1358648-cfa6-42ef-8a50-0c5cc8bed800") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6be5cb0-017a-4905-8242-7213340f9c3b") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "911c29d6-0931-417f-9453-c7e12bcefae2") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45a57eb8-6e17-4cab-995d-93f8585f2c09") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25ba3c21-414b-4189-b932-f3b5a70a0518") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb384644-a55c-41c3-83fa-6327c5a68165") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b58b9aab-e82e-48d9-bb5f-18d46b162a92") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5c5fe37-e14d-4041-8d5c-238dab18636e") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3ecb3cb-5647-4277-b50e-49b118577e66") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "763358f8-5f26-436c-9942-7fc5a2f2a8a3") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f772719-254d-4f20-af6f-fb4bb17fd470") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f254a243-3592-469f-b3cf-60b5377c7dd1") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "058352e2-1d3f-45a0-b032-805b83a62d55") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8009a21c-b5bf-4adf-a69c-d4c2d5b67987") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "699dc957-231b-4260-acc8-e6360283af46") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "368f43af-ffe1-4934-b82e-d5fcc9d67842") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ef34bcc-d09e-4c1c-9147-1b53d3663438") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dfa56024-47ee-408e-bdc2-8c99ad951714") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bb93869-266b-4c43-aedb-23d23fab6d19") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a4e8232-16a9-45b5-9042-6e1b5a9e9ff7") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5abe27ce-8be8-4d50-9e95-6019b5975f96") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5d5ce49-39d6-4c4d-9629-831ed9f4422f") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be4a3385-0f55-403a-af02-82fbaea9f6ca") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bbf600f-730d-495b-8919-bbbac5f299c5") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "378aaa11-26c0-4e25-a4dc-3f5db2b3ddfd") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b97d813b-c202-45cc-940c-cc9f3d6c2cd7") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2b58deb-9d21-45da-8318-e1f8a690de2f") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8f361ce-bd77-4a33-891a-354cb93d1c70") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6bef12e-6876-4e3a-9987-83630c143d3a") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe6eb3d5-61cb-426f-be2d-4c52afe91429") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "172c09f7-7f7e-4afc-9db0-b1a09c85b46c") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8219685-04a5-4877-9223-a95447bba124") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6211686f-9289-43a0-a7e9-24c85f5b3ece") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f8f9621-a766-421b-8b17-d1b99baa98c8") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96aa0371-afe9-4de7-9db2-7be45d957063") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "89d747da-0d15-4b4b-9a76-463924e3fefc") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "3b86a278-2dd0-4511-8b39-f268176a15a0") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4845a40-7284-462d-90b3-16bf6132b8d3") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15d4c5c2-ddfd-4d9e-b132-29f982a1b9de") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "746b172c-ec95-4867-82dc-9afcb6050a99") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "26ece700-d91c-435a-8e3d-537cfbf0f7e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "0ead0753-ebc2-4522-876e-677c31a820a3") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "-15V") + (pintype "passive") + (uuid "9a56e3dc-b831-4049-b276-5dd46ffc7fb5") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "ca6ea665-d238-45fa-b0b3-08d26644470b") + (at 89.027 135.255 90) + (property "Reference" "REF**" + (at 0 3.556 90) + (layer "F.SilkS") + (hide yes) + (uuid "e1b319b3-0f95-4e62-b30d-ee33bf3ae54b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 90) + (layer "F.Fab") + (hide yes) + (uuid "132f829f-c2d0-4989-8074-cbf4c3724370") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d93e912-37fa-4568-ad20-f4d06e6dc04d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb9a43c7-31f0-404f-b4ba-24045da4a0f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d95f39fb-ac04-4167-8177-e5bd72cfd553") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "B.SilkS") + (uuid "4359f44d-aee4-459f-9736-6ba177fbe2ef") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "R01" + (at -8.68 0.99 90) + (layer "B.SilkS") + (uuid "bfc072e1-08ec-4d51-ac9b-20502a451570") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "hall" + (at 8.62 1.02 90) + (layer "B.SilkS") + (uuid "f1f7afb3-e211-44af-be12-0d9f904f27d9") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "hall" + (at -8.54 0.99 90) + (layer "F.SilkS") + (uuid "61dcfd90-cc04-42b3-8b48-cf7987ad7530") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (fp_text user "R01" + (at 8.58 1.02 90) + (layer "F.SilkS") + (uuid "9193bff4-db38-45bc-836b-527ece1cbaf9") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "F.SilkS") + (uuid "c288913b-61ff-472e-a48f-d0f0bf2038e2") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "d7f68537-be83-4cfe-a22d-54f9e862e370") + (at 74.041 129.921) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R17" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "c07d1b09-10a3-4876-af59-ba4cfa874adb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2.2k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "6490cc6e-7123-40eb-9852-21a9c78a51bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e6a4e28-08ef-406d-a4d8-4dd3de266a01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29b775d0-417a-403f-b63b-f8b066349832") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13edaa84-6b33-42d9-aebc-0bcb12a23c82") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/117c24f7-4be3-4b08-9906-fb9370e320db") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28112eb7-d544-476a-aa9e-76c4b644d5ae") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01f6248c-8576-48ed-928f-01e0fb678edf") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e018cf0-b0d3-4929-af3b-b2a55c4355d6") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "69701bf5-066f-481d-8f19-3f3e4f547ede") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd33639d-8cbc-4f97-b756-0e52e17752e5") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e5f373e3-8bdc-4869-becf-4b3df552bbfe") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "923cd7b7-9beb-4e21-bd94-731ddd591600") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b102bbda-5a8a-40cf-876f-c60467674a39") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e64d67e9-42d1-4e26-9591-58ddbc2e408d") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16fcb7aa-bd4b-41fc-b983-5950dec4c480") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8b3fd0e6-971a-417d-abcb-7a41a2f61a17") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "482fe0a9-6e5c-404f-a991-05243a1c904c") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "4d4417e5-13ab-4770-aae6-783410150c6f") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U4B--)") + (pintype "passive") + (uuid "ffc5a81a-28a4-466e-9e50-145e4f90ce47") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "fe83cd77-4933-411f-904e-7e7bb5006132") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "e1cfb272-4cb4-49ee-b8f3-a62a441b245f") + (at 62.123 120.65) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C13" + (at 1.25 -2.5 0) + (layer "F.SilkS") + (uuid "5b18f708-7b6e-40ca-94c1-bb9cf1c1628a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "aa593640-7c20-4ef8-93fe-f27d739feaf7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25ea89a1-6fcf-4dd4-a469-9a5650f767ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e3a1ee2-1feb-43ab-9aa0-dfc361f3d525") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "346bea25-123d-47d4-8e08-c1dffe55c36b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "39a125dc-f586-42e6-b915-0272513f0ba7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5d3044aa-e65f-4af9-85e7-d80ca2c26a1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "05694232-3f74-422e-80cf-b47d2dbe2172") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4afb8925-7a33-4c2f-865f-eaabb8fa2915") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/f65566ad-d053-4fd1-9aa6-f48fd4568add") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5fbf9ce-2262-4d59-bd3e-e251aa568bc9") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad90f8b5-480a-411e-8f37-b9eb4d4d5702") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd4f5467-206c-4b7f-b7e8-23319c9d40e9") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5986fe32-a456-42b5-b284-4f8492c8c986") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82c964a7-84e8-46e0-b870-8d8c2b184e56") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec052dcc-08e9-4bea-be2a-46b0cc3007d9") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "15e5f7dd-d213-406d-9cd9-653308742269") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ced476dd-d878-49b2-b475-5179839f9494") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0bd9dda1-d417-4eba-9673-2774e4e1ef2e") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f08bfa41-b686-41a6-bfe9-0d9195fbaa20") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9966ca82-8eef-4dcc-b850-ab417bec1a85") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "580b70ae-fc87-476c-9b1a-dd19d1d590ec") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7d53b9e6-a188-432a-99a2-46948f67cd7c") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f80a3955-ed26-495e-a5a0-a231355c6ee8") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "c2c9ab28-289b-4fde-bca5-a767a7e27ea2") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "f9ea13c6-495e-4ff2-af7a-f7e9b4afea91") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "-15V") + (pintype "passive") + (uuid "da299c0a-47a7-4be9-a534-8a9f204dc0ad") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "e435159b-73b8-47ba-acce-8e92f4ce3178") + (at 75.565 87.63) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R7" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "dfad2ee7-58d5-4d5a-8f49-2d5ffac8e116") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 2.5 3.81 0) + (layer "F.Fab") + (uuid "8774366f-0cfa-4da2-8106-e89fc97ba03e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d607d138-cabe-45db-87ef-29a1dde3ca1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "400147b4-5f41-4e57-9d6c-4549daf36470") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "44b5574e-2904-4e97-9030-0f2e609c0ae2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/de7fcc81-a154-4448-83d9-1d3b634590f0") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b8ebb3f-a9be-42d4-832e-a183d02d9fef") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7361cf00-e22e-4f73-ac6d-8e7d59680eaf") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea39d870-8d95-44a8-bd59-ba4fecf7306f") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ad60a2a-d8ba-4fd3-8fa0-58f0944aa1b5") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e80d0611-c2ae-4bee-ac69-4a65aec0c34e") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "30653c6d-68b5-48d9-bdae-b1e22b14ab1c") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8debec97-3f1d-494b-be12-7a00779f12f4") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46e288b7-3661-4483-bb2d-119ee64794c5") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "adbf6f25-6aae-4e43-a60a-bdbc39cc3d76") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cddea6a4-67d1-4ed2-825d-6bb2a5520c12") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c55468e-5667-4dee-be83-f4f32862c1fc") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1829119b-1f38-4503-a65f-f5f004da9279") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "3e8b2901-62f8-4c61-b04e-d8d2a32aef2f") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D1-A)") + (pintype "passive") + (uuid "ee01b810-2e98-494e-a929-3a5c0d8b00a6") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(R7-Pad2)") + (pintype "passive") + (uuid "908a0df3-eb25-49f1-b648-851ae42a6d4b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "eb9a6f02-a07d-484d-b8f8-78628c9141d7") + (at 62.738 107.95) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U3" + (at -0.254 -2.413 0) + (layer "F.SilkS") + (uuid "a3e4d811-9b99-4457-a972-696a27863d74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "NE5532" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "b98bfea4-fef6-464c-a3c0-1d05ac9fc1c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55e5e3e0-8120-4cf5-88bd-444884e5c799") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bc71499-54bb-40dd-9883-ba939e1052ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "336c0c56-e936-42c3-bd3e-36150f39fb9f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/cd182352-4258-41a0-bd2e-222a96a812e3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8d05605-dc3d-47c6-8ea6-a32dc010b1fe") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fa8097a-fbf0-4930-a6f3-fac270f2f12d") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcc0bda2-cc4a-45a9-95ae-36f86a469499") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e50dd7a-a091-4a6f-8665-4aa5431891f8") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f55fa71-40dd-48fa-97f2-3754276f295a") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ebae78a-9656-4aeb-bef0-243e97723e04") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8561f8ad-788d-4e2e-8796-1dfccb4a64a1") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13334a61-218c-4125-b6e5-2ced03749f70") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d7df850-f3b2-4160-a406-f1222bef44fe") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c9b2dbe-31a2-4827-b723-74ced79c8185") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60857ed8-29ee-4ac1-adb7-8876a8a9b779") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e572f452-4825-4005-acfe-2c6376b5a8ab") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad278f3b-54f2-40de-8991-0dd6e59c1d67") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "85118cb7-86da-4b94-ba7b-1af2e4c16b91") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b421e9dc-213b-4855-b572-59b8895e8d3d") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "122fe40b-1ba5-45d9-b009-42627ebce6d7") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d64c26d8-998f-453c-b177-975d33729078") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2da15a7a-cc37-48bc-8258-2b6ce7a8592c") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a466d719-137b-4668-8d5d-82e99937c786") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3b2a12d-882e-40be-a995-59dec322f4b9") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "666e67f0-1e55-4a1c-80e9-bd70408097ef") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1eab8219-51ec-4868-bd17-bc1d7d8a072f") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f921c622-dab6-49b5-b36c-cb2eb814ccd6") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "e67ca807-bd8e-4105-aba1-a61653da52fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(U3B-+)") + (pintype "output") + (uuid "147e9400-0764-45a9-94da-7efbf406bc93") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(J2-Ext)") + (pinfunction "-") + (pintype "input") + (uuid "46e54ead-52ae-4441-9d27-2f79f9b7c1da") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(U3A-+)") + (pinfunction "+") + (pintype "input") + (uuid "0c28df5c-e91e-42ac-bd18-683c86a2b3c2") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "7ec4c03c-b2dc-4ee3-af31-a5f15456b99f") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(U3B-+)") + (pinfunction "+") + (pintype "input") + (uuid "ccc5de84-0cba-426e-b82b-46cb3a510126") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(U3B--)") + (pinfunction "-") + (pintype "input") + (uuid "3b1d4879-9dae-439c-bc8b-d8e7869e66d4") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(U3B--)") + (pintype "output") + (uuid "8df04ac7-e2ec-41a3-bb47-0e35c9957627") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "5cbfdeba-9d6a-4b36-a1ab-49aff6d21e9e") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "ecb7b496-35ab-409e-a993-c3d5b34afb87") + (at 74.168 111.506) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R9" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "3c1bb249-b0d4-45cc-9154-31ab6e0a7503") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "a573fcef-d644-4fd0-a77a-d15c5cc8d721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a72ab34-77cd-4489-9fd0-4cc5326ea270") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "554e418b-164f-4034-943d-b2c29f6c2ae4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31300187-461e-4bce-be64-724ac9ef6380") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/2ddeefc3-ec38-43f1-aae1-4c6543857147") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28656655-18bb-4dc8-a862-5af62cf31983") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1aba11ae-1318-4220-aba0-cfab172d5d0d") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34cee535-ad0d-4b64-bf1b-97293799aeb3") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "724d1199-a6bf-41c5-92e5-27839f655cdb") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dff51dc4-4d0d-41ce-ada2-db3a0a663e1b") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7503d079-5ecb-426c-a8b6-4e8c4b43b9ef") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8bdb87a6-89ea-477e-95a6-6a62c290fd2c") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a03c7c29-377e-427a-8887-745a8c2355da") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aad34c92-a08b-46c2-9d5a-ea93f54207dd") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e54d9790-1d78-4789-b1b9-c0fa03b981f9") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b08c75a5-0ba2-454b-9991-8506a41ac933") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35f46281-2a45-4a37-ae76-95b489640032") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "cc4ac8f8-bbe6-424c-ab5c-c6b497acbe73") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(U3A-+)") + (pintype "passive") + (uuid "c48068d1-7752-4bc3-b5ba-8cfa0ba5b326") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "b8cce2d1-31bb-460e-bb0a-478f033c5a7f") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "f1875ab8-8c03-4484-9ad3-13f7f85736a8") + (at 58.795 81.28 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R3" + (at 2.54 1.905 0) + (layer "F.SilkS") + (uuid "58fabf9b-b9be-49f6-a23f-c6ce4c56bf27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "17579f4f-5c03-44f3-8ff7-a723b35ea4f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2bf9cc85-0ea0-462f-84be-eaebce693ea6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8df823ba-3063-4964-8cd3-1963099d5436") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d505d3c-f66b-4292-8871-6c935c10b69f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1e467d2e-b08c-41a9-9830-269a5f692b3e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82c1a08f-d99a-4b87-99fd-17599201ff02") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b638e41-6f7f-4b7a-9546-d9f8e5a78ade") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f91b6178-e6a5-46b0-9f56-267e0e657e54") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f14bfacb-cdde-4b22-b699-ad26667f777c") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c683c3be-29b8-405e-817d-d5093da883d0") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71034018-6af5-4a60-be08-b49605b1b567") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a66b296-5866-4ddb-823d-543c3379aa24") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c17a5fa5-a4f0-4511-967f-0f2eb589d5d9") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad944ee8-6ae4-4746-8a89-2f5f44ec62ac") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08be9f74-ebb3-4c68-9066-096697457027") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "49f7fa2c-ddca-4ee4-a478-e86ac4aa3c06") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6d25783-c884-4cc8-9772-18f1bbcd6c2a") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "dd5bea02-1c59-4c66-9a69-9ef44414433e") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(U1A-+)") + (pintype "passive") + (uuid "e28e328f-068f-4b7c-bf4b-bd087da70f2f") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "/FB2") + (pintype "passive") + (uuid "099db825-2664-4278-92c0-eaeb8127c4db") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "f1c57192-bad5-4f65-a1f3-5fc2c87a2a2b") + (at 74.168 107.833) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R10" + (at 2.794 -1.788 0) + (layer "F.SilkS") + (uuid "46cdf3d6-fc14-4644-81ff-8c953368df53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "7832171c-76d0-48c2-9c79-e5901240e5d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b986465c-0e89-4402-9f4d-79a4de9ae839") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91769069-bce5-42df-ae79-02448b0561de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39723afd-6da2-4d9f-850e-6c2b6818707b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8ed0a176-5b44-4183-86a5-a68e414fa6f2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17a4acb2-473c-4845-9be3-af8d085182b6") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ce67e9e-a7c9-4927-9056-d8320ee0668a") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e9ab1d3-b01f-427e-b234-6d7af9409c46") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c017670-2689-48e0-a5e4-9b3542e18e73") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "668ca59e-2016-4eb6-970c-0fa38deaca55") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec0fdb0f-c7eb-4b2b-88c8-7d7e28bd38cf") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "baa1d56b-ef80-4390-8637-c8c5470e0d9a") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "994a9f32-c45e-466c-bc6f-0d6b101aaa29") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f986a3a-c827-41c3-b048-77bccb2964f4") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1a76568-bfbc-43cc-8134-8fc61e2247ec") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7af68354-b564-4912-a9c0-8b63775f5879") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b56b16cf-021f-4d70-9358-e9ec47ebd465") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "b4fb7ade-2ea3-46ff-b942-81309a405ab9") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(U3B--)") + (pintype "passive") + (uuid "771572fd-825b-4047-a14b-b0719172e746") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(J2-In)") + (pintype "passive") + (uuid "fea19c8a-f04d-43bf-8598-e760e3331292") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "f2ac8c05-e45f-4efd-a6e7-cffce0834acb") + (at 63.056888 65.405) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C8" + (at 1.25 -3.75 0) + (layer "F.SilkS") + (uuid "86b55b29-3825-4772-b8ac-839cf20f8f96") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "a50d9e62-0db1-45c1-b7a5-5c7a35ba970a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "237d15d5-9e9c-4012-aa4d-7171a7befb6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c95af1e1-72c9-4780-a44b-382ba7b2be5c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "413bf8be-b85c-4d9e-bd2e-7fe6ce59bd69") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7fbedcc8-144f-447c-b35f-430ce5c328e8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb70592e-2160-4919-8054-822087503e24") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a05c0436-1fae-44df-be33-fd9d7eb55230") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c43a7578-03e0-4cc7-997e-2eb801fba98a") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0bb6c17b-f0b5-43a3-abb6-df158412fde1") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc630206-8961-4050-9e7c-2b17b6fc8b66") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10fdfe9b-8d53-4c3c-8aa1-a78fa6c251cd") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8273497-8c3c-4d6a-b2f3-9b1ee0c92e80") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ce32afa-fd2c-464d-94e9-d6c3be04e859") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d07b5b1c-8582-4b71-a047-be8de9bf92d2") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eec91130-eeeb-4bda-8140-ab1fd4b7ea59") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "877aee76-b861-4676-81a9-3ccbe209fc43") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de5703e9-2656-408b-9eda-7bee39a463a1") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfaa80b9-2b1c-4a44-a3dd-c2c47456a639") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25e773b4-e806-47ae-ae95-c13f05c50715") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa0ee1cb-9356-4105-914a-e34a1a9f5340") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da03e9c0-695d-436f-80d4-873f5aa1c89a") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a6b56b0-8582-4877-b106-d288d234bb40") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "847ce545-5d8b-4b8d-83ef-1a3d5a3dce99") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "179d7bab-206f-452f-a90e-7fdd75812990") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba287bca-46c9-4175-bbe6-97f5ba2c565b") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f19d809-da3c-4823-b271-027840a41259") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68579942-1733-426f-badc-69515b054f48") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2c8244d-5499-47af-853a-0719c5f46fc5") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba3ce475-3937-4d9c-9c2c-fd4f8032393f") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84a604c1-4218-4281-a6f2-eb2badbe3f78") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1370c21-9d9c-45f9-8f97-2153123e6d46") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "616cdc32-e304-4209-a965-28dc4cc4db8e") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b6dfcfc-b5d0-4a33-8efb-4dd3823844e8") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be8a57f7-8236-4bc3-a146-5f716c59a842") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e22790b-b386-4d86-ad95-dff335dd7d77") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82c84b54-d21c-45c3-b239-e79dd5a7f35f") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb5d4416-95d3-4e5c-ad69-3b0b17c8d8c0") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d108b0b3-2694-4ad8-8398-4fc020a628ea") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f664c60-0808-4e5c-8de1-f1ad94f33142") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe68c7a7-c8c9-4c56-bc83-6eff0aca73ea") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "474c72c9-d2d4-4b2e-8ebc-fcfc1f61e209") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db2a794a-6d92-41b5-8e06-73b92a77ac6d") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0034db78-c86d-4442-a8d9-2f9d64d5f6ad") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "595edcf7-7b79-4ba1-a644-f1c421359de2") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a645295c-cbd6-4684-a961-3daf3be29f11") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4046b77-3e05-4aa3-a7ae-5b370e3302d4") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "beced057-c222-45ba-b829-4d60dce986dc") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50a43fee-c3fd-4e6e-8e07-01b072922b98") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e75e9c5-efb2-4cf8-a78e-a28e590df52c") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2fad5781-fc25-457e-8e04-1a1258fe8953") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c43c60b-8986-408d-a0f7-cfacf24f76ea") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b8bd0e9-7ecf-43a8-b772-4ac7b5332ef9") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa278d9f-d881-4f19-a287-5085695d6ac4") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "179c0fcf-4320-4924-918a-3a6c92ee79cf") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77142d53-8431-472c-8b4a-7f475a81acff") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bc6dbae-d65f-4751-a54a-ac6a0f09e7c6") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6463b7e0-b201-4fd1-8f1c-9b870e4db38e") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b3bd28d-5cf8-4f57-9c3b-0c309a22c783") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d13b1492-8f54-4d92-83e3-62a3d9601a54") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eab84165-eba3-4d13-b4c2-20693044e9b7") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "582cff40-f266-477f-9160-4ff3756ba1d8") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "453d1ff3-c4c9-45c0-8a97-0c0264e5ee4c") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41f2187b-47b0-4774-991e-829d96cb95a3") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f67d7af-c522-4685-ac1a-ce159e267b98") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a15030d-1c6e-4633-b8b4-c39fb971a806") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0eb839a-d6f8-4ddf-bbfc-a81d7003c0a4") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91343ca6-594a-46fb-8a08-2f06bf98d791") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ec881ae-83ff-4735-8ff9-433faef770cb") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5c045dd-bcd5-4d04-83c8-025074694abd") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92a1f634-c95b-4fe5-b1c8-4213b5c6ab96") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e2e89b7-c12a-4906-a40b-032d8f8864fa") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45374f8c-26fb-4a2a-b803-6cb6ee50fe35") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8b37194-097d-4130-ba0a-04981ff9718d") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df7bf1f2-cce2-4b2b-a1bd-2c9b4c94f798") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a618c781-8b0e-41a4-9aee-aee70346dfaa") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "319ce639-342d-4a66-9cee-51f4471f32ca") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "954063f6-e416-4faf-ae94-f7068a818886") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc641bd8-b77f-40ba-b769-9b8b31e42bc1") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea90785d-6773-45c4-8a2a-989297f337d2") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "572335c0-d699-46ca-9c24-b5522c9cc7d6") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a155c964-7744-4d72-98c0-8cb04d5196c9") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe2a2ce3-83b2-4938-bde0-c6d52966cfe8") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26d9ba8b-f68c-4a54-86e3-5bf05f2fbd39") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f91c26aa-9900-4fa3-b640-d33607129ee5") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be90c1b4-6ea3-4a33-b818-34882b32e839") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed0bd556-d739-4c64-85d7-83efa21ce4d1") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8fc67767-afee-47bd-8aaa-0caeb9515b38") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23794da7-0201-4fbb-a0d9-6c447ddc0858") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07a3db6b-e143-493a-9f7e-b004925e3689") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7a0ca2c-fc0c-47dc-b755-6b3c751c0a62") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2ee20ea-8d08-4b88-a1d0-d62470eab4e5") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c50c7e4-0951-480a-a19d-20575847d9b1") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2852d395-b965-4a27-a445-82cb88fc0492") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47433736-d390-45ea-871d-c55a1658343b") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad141278-3bc4-47e9-9a3b-12f50719acda") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1e6314b-4635-4e0f-9dfd-bdccc992e875") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f64dd65f-d58b-47c6-916d-018fabfad2d1") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4a4ed28-f4cc-4318-8071-5fa0b430a150") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9a0eec9-6938-4b21-aeea-d110757779e3") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca2b85f7-005f-40c9-b141-fc78d772c21f") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "145d1a99-39a9-4c12-8b8d-cecf2ba2edc8") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42e190b9-3a41-4157-9f8b-1319c483e25f") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbd51448-94c9-41a0-b589-51083285230e") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85dd600e-4d45-4d8e-a14d-5d0b2caa795f") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe795209-aab2-4271-81f4-5fe9abb5c2bd") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f870ade-609e-4150-9bb4-91c3c394f811") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1409c7c1-4b54-434a-a6b7-9f88067947fd") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc00c3d6-8302-4c0f-91a3-a9c3cf6bab9c") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94d4b948-4842-46ec-8661-eab30064962b") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8b1246e-7e67-4594-9a3e-e6aba36138af") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a43f76d4-feb2-4a47-baf7-3f9cba2f5f5b") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d015d2d2-fef6-49e9-a7ec-69128f5c1c88") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eba0d824-50ee-4fac-bd5b-02b4cba8e058") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7782b369-a4ef-4362-b15a-ad12aa81be71") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bb3019e-15a9-4ec1-8b81-4d22c2bf785f") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "690d1662-3309-4314-9e16-f3c3f1560787") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "001818d2-9b39-412c-87a5-2edf76a017bf") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9abd56e-335d-4b73-9708-97df7b6c7f56") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8314f210-2782-4562-b250-856c75e1fa27") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebf3fbd0-1c89-45e6-bfae-3d02adce0a76") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8187acca-739c-41da-81b4-e54cd3ef0493") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd069a34-31a6-4018-8291-8088bbc98702") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "723445c4-aac6-4351-ad7b-506a4a17f12d") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fab7ee9-c8be-4038-a49c-6d0c11b4fd38") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "348f4121-aa82-417a-9a34-b04a35be9663") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "50bfa2c6-a0c4-49e3-b126-c82993b80ba8") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "247f8ddd-24be-4996-8353-75ea24ba6b6c") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ebeb19a-7f60-46df-a77f-0479e70ad6c1") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3859faa3-aab5-4145-a065-c62d0b7e6c13") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "06c9f867-9e65-433a-b71d-8bf785d60fda") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "b71a42d3-b95a-47d4-a28d-3572b731e80c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "+15V") + (pintype "passive") + (uuid "f1975d76-f799-4377-ad31-8ea90dfa19b9") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "6a597461-4a2a-4e03-b9c0-95cdde06d032") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "f40142ae-bf5f-481f-a1eb-a7dd03e255b6") + (at 53.715 73.66) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R4" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "20640755-2962-4ac6-95bc-25b5a2ca374b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "8ce8b37d-53d5-43ce-947d-73f6be5f1ebe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "50451da4-d213-4131-888e-4ccb33dae458") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eaa40279-d729-4731-9522-24578db84968") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06fda9a6-596c-4da1-bfd1-e66341e3a69e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b17f6723-f6c7-4f09-b71b-4cd7628f2920") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "238f6124-e59c-463a-b52e-57cfa2b55e4f") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d54ffa73-31d1-40ae-8189-147fe145d280") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7f96e6e-1808-4b52-9112-79648cfab2e1") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccddee5e-3668-4850-9f0a-a0644afe847d") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d93f1526-a3c4-4cbc-b332-282581e44f38") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a19f5237-18d0-4826-9395-42a1bac22e9a") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8984ed4-fb52-4c3c-abf0-bfa14fc1586d") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83715440-b3dd-4006-9b5a-60e1cb583b98") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18894396-1cc8-409c-ad67-6b79b6c7fa4e") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dcc5394d-6644-4a79-b041-625febb753ed") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3030d6d8-aa6a-4c9e-8bb6-72dcc2641a47") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98407008-ba59-415d-bb9b-5eaea5d0b9df") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "baee9108-85bc-4d0a-ba0b-905efbd27baf") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(R4-Pad1)") + (pintype "passive") + (uuid "81219598-be8e-4a8b-90e8-132a97b1c136") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(U1A--)") + (pintype "passive") + (uuid "60188c9a-1329-4af7-8453-417ca75da029") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "f46aef24-251b-4a78-8e0c-6326f353a151") + (at 58.795 77.47 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R5" + (at 2.54 1.905 0) + (layer "F.SilkS") + (uuid "dc340fa7-725b-4844-9e62-cfb48123b312") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "a3b4e5ee-64d5-4cc5-838b-440da24b353e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c7cbc23-98f9-46f7-9bec-12adee2e6cdc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e41e5340-a92a-49b4-9e5d-3aa5b196bcd4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d30d6022-273e-4cc2-98c1-c70be0899142") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/29a2e2b9-1ae1-4205-baf6-db0073773f22") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a63b430c-328f-4fb4-9bab-4937bc4222b5") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f440fb2-ece0-4f01-a12f-290b049cf7c8") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1758cb3f-b2d8-4876-b383-0aa7d78ad992") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0bae7f02-e7b8-45fe-ba9b-513368248dd7") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c61e0243-0595-4eda-bfe6-5f120f9e1826") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0bb3a413-4c90-4d19-ba68-519f15798a33") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10208dc9-e0f3-4ce2-890d-3a628aa46330") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b90b8bdd-6f08-4ddb-a678-86f2cacc82eb") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "baa00537-01de-4fd8-aae7-20dc55c63bb2") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f96c251e-1113-405e-8a54-9c46e8b0123d") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e319b3e-d4d5-4cdb-a831-904d57c6e378") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e5390c6-c34a-446d-9a1c-022294fe513f") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "f7335888-0891-474b-9dae-a8b19af81468") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(U1A--)") + (pintype "passive") + (uuid "829d5dcc-63e1-4607-a499-4a9e0fa856f4") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "19cb71c2-fac5-4b5c-8c75-bbc9404a77bb") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "fa48fda2-10a1-4947-8d8a-40621ffac449") + (at 73.66 141.605) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R12" + (at 2.5908 1.8542 0) + (layer "F.SilkS") + (uuid "662cb5a5-6aa5-4518-ba7b-237ea531cd84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "12k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "d4ef68fd-e5b6-430e-b02c-55feb760815b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83cdad01-aa0c-417d-adeb-0ebfc33d417e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68ca8116-2d26-473d-bbae-56bcbf78357e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dffdc887-f023-4139-bb39-9acb3ead6b6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b63522d0-efb2-48e6-8316-f647d54dce5a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a61d9dd-abb6-4b1e-bbfd-e7d00d5f8e0e") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38f47896-8090-47f2-a68c-ea66cf1a6f16") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a3c0704-4943-4c8f-a77c-2572b52c4bab") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0f24a51-e1b8-44f7-8d56-e4fa7ad3677b") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b2fac54b-ba16-489e-8693-809f63341192") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "681e7529-c720-4fa6-9b82-58c636b19113") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9b4fdd3-916e-48f5-aa15-c6391a986827") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "78efbdf1-edb7-4e6c-b4bf-c73ad3b7db0d") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f4c93c5-58d7-4e3c-87db-8f7f8c30ac08") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2003078f-5cf3-4f31-8f69-2649bb0e4d0e") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "160a829d-ad5c-40e2-b759-fea91daf1703") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c41f307b-080a-4e6b-bf8d-4999b7cf284c") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "af016bec-d34c-454a-9731-1ce06ecd2a37") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(J2-Ext)") + (pintype "passive") + (uuid "87decca4-dbd4-49c4-b97a-7ba3969f6479") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(J2-In)") + (pintype "passive") + (uuid "dc95303b-e31e-49d4-b4ba-e9ffd75bb9d3") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:CUI_RCJ-026" + (layer "B.Cu") + (uuid "139d27e4-a79d-45e7-a830-61c9746e70af") + (at 63.0875 149.098 180) + (descr "DC POWER JACK

Source: DCJ0202.pdf") + (property "Reference" "J3" + (at -0.0315 -6.223 0) + (layer "B.SilkS") + (uuid "6a76a2a5-baab-48d2-aba7-10efbd50e271") + (effects + (font + (size 1.000929 1.000929) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "RCJ-022" + (at 2.135795 -6.317335 0) + (layer "B.Fab") + (uuid "dcce7e7c-e92c-48af-bebd-78c24f1347d0") + (effects + (font + (size 1.00037 1.00037) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36c9c5a5-065c-4a3f-8e86-f9cc9359fd50") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52e06c45-0ff5-40a4-bc85-9047db128d3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "166be5cb-517b-4351-aee9-0562c81e0d9b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9ce5e934-b5c9-4037-b52f-db55ed3852a0") + (attr through_hole) + (fp_line + (start 5.35 1.765) + (end 5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1c7f0c4-f21c-4d20-8d69-d9ded8fbc88a") + ) + (fp_line + (start 5.35 -3.135) + (end 5.35 -1.765) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "775515e8-d0e6-4cda-bca3-e56a99351b3b") + ) + (fp_line + (start 3.884 3.135) + (end 5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "252f9f34-92db-46a2-8b29-1214ded64bb4") + ) + (fp_line + (start 3.884 -3.135) + (end 5.35 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "ece8e07b-5871-4d15-b010-e3d7f343d270") + ) + (fp_line + (start -5.35 3.135) + (end -3.884 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f70b96e-df6b-4b0e-8da6-1aa5ea8d0136") + ) + (fp_line + (start -5.35 1.765) + (end -5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "6bf89e95-cf10-4ccc-9bf7-b009e1b480c5") + ) + (fp_line + (start -5.35 -3.135) + (end -3.884 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "31942564-029f-4f53-9b03-ff63595894b8") + ) + (fp_line + (start -5.35 -3.135) + (end -5.35 -1.765) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "53680bfe-b9a3-43b4-9641-997c76c884de") + ) + (fp_arc + (start 3.884 3.135) + (mid 0 4.986221) + (end -3.884 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "72b78c8f-1142-4d51-976e-22c7eac21f56") + ) + (fp_arc + (start -3.884 -3.135) + (mid 0 -4.986221) + (end 3.884 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "91b8eaf9-e6d2-4b7a-82d5-7c567106208f") + ) + (fp_circle + (center -7.4 0) + (end -7.2 0) + (stroke + (width 0.4) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "7622e9db-75a0-4c2c-b014-62727d431bc1") + ) + (fp_line + (start 6.9596 1.778) + (end 5.588 1.778) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "1bc3263f-11d6-4b48-8c80-ee8d189f777e") + ) + (fp_line + (start 6.9596 -1.7272) + (end 6.9596 1.778) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "424720cc-ae42-4025-b424-d7599eb6dd62") + ) + (fp_line + (start 5.588 3.4036) + (end 3.9624 3.4036) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "babc9273-650b-4b79-ba4b-e961b686321e") + ) + (fp_line + (start 5.588 1.778) + (end 5.588 3.4036) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "9c1c2caa-c7ec-484c-be67-bac8117f94ad") + ) + (fp_line + (start 5.588 -1.7272) + (end 6.9596 -1.7272) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "55ddf929-20ac-417f-8c57-0da506f895fd") + ) + (fp_line + (start 5.588 -3.428712) + (end 5.588 -1.7272) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "7c3afbf3-2d12-4aac-a64c-1c3a33a29868") + ) + (fp_line + (start 3.941337 -3.428712) + (end 5.588 -3.428712) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "ffcffc6e-6d56-4cfd-be11-39df1f894af7") + ) + (fp_line + (start -3.939855 3.42892) + (end -5.59 3.43) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "e14a38f7-4da6-4725-86fa-206f726e85c1") + ) + (fp_line + (start -5.588 -1.7272) + (end -5.588 -3.4036) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "c379ccbc-d212-42ee-822c-5a335ecb158a") + ) + (fp_line + (start -5.588 -3.4036) + (end -3.9624 -3.4036) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "e52e2aa0-5f08-4f72-a62e-74dc984316d7") + ) + (fp_line + (start -5.59 3.43) + (end -5.59 1.69) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "13d511e0-f9d8-4d4f-9641-91b5b138a755") + ) + (fp_line + (start -5.59 1.69) + (end -6.9088 1.69) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "5ec89dc0-1abb-427b-82d3-ce3709187627") + ) + (fp_line + (start -6.9088 1.69) + (end -6.9088 -1.7272) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "9446de13-b63b-4977-97f2-e1db872c269e") + ) + (fp_line + (start -6.9088 -1.7272) + (end -5.588 -1.7272) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "b244e964-9ec2-44db-bd9f-1216f8235b8e") + ) + (fp_arc + (start 3.962399 3.403599) + (mid 0.016951 5.18865) + (end -3.939855 3.42892) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "97642ee7-69c4-47a5-9250-fc53501d828c") + ) + (fp_arc + (start -3.9624 -3.4036) + (mid -0.016388 -5.259462) + (end 3.941337 -3.428712) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "da35caed-20e7-47fc-a972-fba9b9a63fc1") + ) + (fp_line + (start 5.35 3.135) + (end 5.35 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "55608023-df13-45df-b04e-768534d65049") + ) + (fp_line + (start 3.884 3.135) + (end 5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "47647815-e4dc-4b82-ada1-ce336fb887f1") + ) + (fp_line + (start 3.884 -3.135) + (end 5.35 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "e6d9d0b6-7ab0-49b0-a1d4-1d9594b54cbe") + ) + (fp_line + (start -5.35 3.135) + (end -3.884 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "80cfc8a3-e26e-4639-9d3d-ba3fc7c6b25a") + ) + (fp_line + (start -5.35 -3.135) + (end -3.884 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "486ad0de-5388-4829-a095-783c78ee034e") + ) + (fp_line + (start -5.35 -3.135) + (end -5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "9bbf2a07-6634-442d-9543-5e5146d3f75e") + ) + (fp_arc + (start 3.884 3.135) + (mid 0 4.986221) + (end -3.884 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "ecdf2ca9-4bf0-483b-bb7e-946edce750f5") + ) + (fp_arc + (start -3.884 -3.135) + (mid 0 -4.986221) + (end 3.884 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "b38fc682-568f-4b7e-9b68-4903edad0307") + ) + (pad "1" thru_hole circle + (at 0 1.6 180) + (size 2.55 2.55) + (drill 1.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(J3-In)") + (pinfunction "In") + (pintype "passive") + (uuid "67bff189-0330-4307-8689-61082b8c4ecc") + ) + (pad "2" thru_hole circle + (at -5.15 0 180) + (size 3 3) + (drill 2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "Ext") + (pintype "passive") + (uuid "fe7f6b09-f5b0-4f6e-b993-4b1105b9d10f") + ) + (pad "2" thru_hole circle + (at 5.15 0 180) + (size 3 3) + (drill 2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "Ext") + (pintype "passive") + (uuid "10b40b7c-ae2c-4eff-90a4-5d016d51ec6f") + ) + (model "${KIPRJMOD}/../../../lib/models/CUI_DEVICES_RCJ-026.step" + (offset + (xyz 0 -1 -6) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 90 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" + (layer "B.Cu") + (uuid "3bf2c9b6-884a-4583-aa3b-1c3f5979468d") + (at 76.345 81.925 -90) + (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") + (tags "Potentiometer vertical Bourns 3299W") + (property "Reference" "RV3" + (at -2.54 3.16 90) + (layer "B.SilkS") + (uuid "4663237e-8bfa-4ed5-96ec-b27eb8e34a47") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at -2.54 -5.44 90) + (layer "B.Fab") + (uuid "66022d32-6360-4a39-9dfa-969c3326a54e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae4fd23c-db7b-4623-b0c2-0e4d991f6bf3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "509efd92-ccc2-4eb4-98d6-1d67bf08274d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7866080d-6451-4076-bff2-42bb37bd0e8d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "008884c4-5a5c-406e-93e4-5ce3860a3196") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a5c74f46-9fd5-480d-a121-dae64ddf0c74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "1493cc66-ef68-4cc2-af94-7c25db6b990c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/6e399cf9-da05-4067-93b9-f04bf3de4757") + (attr through_hole) + (fp_line + (start 2.345 2.03) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5777796-1040-40a5-9476-927764477424") + ) + (fp_line + (start -7.425 -4.31) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "db5e7a9b-6092-4d84-8921-735a7956d4b9") + ) + (fp_line + (start 2.345 -4.31) + (end 2.345 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aef64c2e-cf0d-4ee0-9b55-345b3adbaae0") + ) + (fp_line + (start 2.345 -4.31) + (end -7.425 -4.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a34eb3ef-4d57-4a01-a081-b7fd735bf70a") + ) + (fp_line + (start -7.6 2.2) + (end 2.5 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "076efcf2-0c6d-4755-8a0b-8fc6561b31b7") + ) + (fp_line + (start 2.5 2.2) + (end 2.5 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "24e53489-e689-4f3a-ab55-f8c25233c358") + ) + (fp_line + (start -7.6 -4.45) + (end -7.6 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b984208b-61dd-44cc-a1a1-58d2e581736b") + ) + (fp_line + (start 2.5 -4.45) + (end -7.6 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "42b006fc-358b-4c3c-be2d-1cdfc252ab2b") + ) + (fp_line + (start -7.305 1.91) + (end 2.225 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "25fca727-bad0-4183-a17c-ca4c912ad4bf") + ) + (fp_line + (start 2.225 1.91) + (end 2.225 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8230d9d6-3300-4bbe-a585-abafa9fecb0f") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ed6432ff-a090-4b40-8b1f-e18f7f52f8ed") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f29a602f-89e0-44cd-90fd-3ea1f165aee6") + ) + (fp_line + (start -7.305 -4.19) + (end -7.305 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a815f1bf-0455-4dca-ba2d-3b98a4f5e096") + ) + (fp_line + (start 2.225 -4.19) + (end -7.305 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9831caea-1c71-4662-8de1-7c07b0448c54") + ) + (fp_circle + (center 0.955 -2.92) + (end 2.05 -2.92) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "980155aa-2f5d-46d5-a495-6c0544cbfc6e") + ) + (fp_text user "${REFERENCE}" + (at -3.175 -1.14 90) + (layer "B.Fab") + (uuid "39265bb7-be68-42ba-ae06-1f7fbc4dd905") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(R7-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "f39e601b-2d2a-4fb1-87c8-b205120f43aa") + ) + (pad "2" thru_hole circle + (at -2.54 0 270) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(R7-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "6310a2ac-a63c-4aa9-a2eb-ddf62843cde6") + ) + (pad "3" thru_hole circle + (at -5.08 0 270) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(U1B--)") + (pinfunction "3") + (pintype "passive") + (uuid "b72c87e5-d524-44e4-97e4-ed2bbd6eb209") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" + (layer "B.Cu") + (uuid "4e3db849-7959-4601-a15c-cab5dc2aa61f") + (at 64.77 98.044) + (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") + (tags "Potentiometer vertical Bourns 3299W") + (property "Reference" "RV4" + (at -2.54 3.16 0) + (layer "B.SilkS") + (uuid "0e36e143-649c-470e-91a3-3431fdd96559") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at -0.197 -5.44 0) + (layer "B.Fab") + (uuid "08377ddd-1a95-420c-b65d-70fb138592a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "946f3477-d875-4e20-a4f1-b7fed48d8e45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93dd4570-ea8d-4311-8e68-c43b807d6d88") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "579d773f-f761-4242-b523-141c9db123cf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "e96d2aa1-c3a7-41cd-9ad9-38b41647c4c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f068d420-bd8f-4f79-addb-323da1cc5da3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "399f2bce-7a5c-4014-a862-1b58f3964f39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/bb1b8e1f-9b40-43e2-adaa-94bb5c94f5dc") + (attr through_hole) + (fp_line + (start -7.425 -4.31) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "81c3dadc-d266-454e-b202-ce6fa927b47d") + ) + (fp_line + (start 2.345 -4.31) + (end -7.425 -4.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "55aab33f-1eca-4279-9be1-ad93e8f633d4") + ) + (fp_line + (start 2.345 -4.31) + (end 2.345 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "de673a36-4d60-4306-904a-471c6f04bb2c") + ) + (fp_line + (start 2.345 2.03) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb45152f-f216-459b-abae-32d6f64ff97b") + ) + (fp_line + (start -7.6 -4.45) + (end -7.6 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1685998a-1172-43ad-b602-699c5659054b") + ) + (fp_line + (start -7.6 2.2) + (end 2.5 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "feeeb3da-22d2-4c67-a7a5-4d404b9b4526") + ) + (fp_line + (start 2.5 -4.45) + (end -7.6 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6b93bbec-360f-4dff-8eb3-9bc2e950cdf4") + ) + (fp_line + (start 2.5 2.2) + (end 2.5 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "145b4c7d-f3d6-4c8d-b934-3f78bcc79dbe") + ) + (fp_line + (start -7.305 -4.19) + (end -7.305 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "46faa508-a6ac-4393-8e88-4a3ef1149213") + ) + (fp_line + (start -7.305 1.91) + (end 2.225 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5bf171b6-c941-4385-bb3e-646b1a651f63") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "080cd657-f2af-4571-99f5-e657340a2f14") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb2eac40-16b9-4184-9f8c-b577d8240d3c") + ) + (fp_line + (start 2.225 -4.19) + (end -7.305 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2ba70564-c537-4080-b6f8-f1d6f8f5421b") + ) + (fp_line + (start 2.225 1.91) + (end 2.225 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9b67dcd5-862d-4df6-96fc-dffcbb43b365") + ) + (fp_circle + (center 0.955 -2.92) + (end 2.05 -2.92) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "5f42ba6a-63d2-4b69-aa51-c1c3f107c64d") + ) + (fp_text user "${REFERENCE}" + (at -3.175 -1.14 0) + (layer "B.Fab") + (uuid "73310351-2460-4c1d-b471-3c295922f21a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(C3-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "45c6f07e-eff7-486a-9b8a-ae6c3f0bf06c") + ) + (pad "2" thru_hole circle + (at -2.54 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "2") + (pintype "passive") + (uuid "056a9d15-5d3e-4d0f-9554-b0971955d856") + ) + (pad "3" thru_hole circle + (at -5.08 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "3") + (pintype "passive") + (uuid "3636f6c2-e3bb-48ac-aeec-7db067139e0d") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:CUI_RCJ-026" + (layer "B.Cu") + (uuid "b9c5f691-232d-46af-8d2d-c8f90c0e833b") + (at 79.4705 149.098 180) + (descr "DC POWER JACK

Source: DCJ0202.pdf") + (property "Reference" "J2" + (at 0.0955 -6.223 0) + (layer "B.SilkS") + (uuid "19b48c18-d462-418f-a907-2d370c8b3e93") + (effects + (font + (size 1.000929 1.000929) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "RCJ-021" + (at 2.135795 -6.317335 0) + (layer "B.Fab") + (uuid "91a0be35-15f1-4ac8-a2d4-0649f3c515fb") + (effects + (font + (size 1.00037 1.00037) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "422d7a96-153f-448b-a1f2-6119b046ea1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b06f7491-dee9-4a94-a958-25a67336b416") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45d115f7-53f1-447d-9af3-698be40353e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/779d1591-23e0-40c6-917e-85fb24b14820") + (attr through_hole) + (fp_line + (start 5.35 1.765) + (end 5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "4777e01f-be27-4db5-92ec-c827f77841dc") + ) + (fp_line + (start 5.35 -3.135) + (end 5.35 -1.765) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b71e23c-7bde-46de-9285-bed6f884ee85") + ) + (fp_line + (start 3.884 3.135) + (end 5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "581e990b-290f-4396-aa44-8facc78480b2") + ) + (fp_line + (start 3.884 -3.135) + (end 5.35 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "d514799c-1dd2-4816-8dc0-47ef6c20a7ac") + ) + (fp_line + (start -5.35 3.135) + (end -3.884 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "0126d2b5-bd8e-4b19-a6f5-3eaf67d4d586") + ) + (fp_line + (start -5.35 1.765) + (end -5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ad7c719-a09c-4f0f-90ae-b7d61ca7f733") + ) + (fp_line + (start -5.35 -3.135) + (end -3.884 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "8dece220-b949-48dd-b08e-9d827e9b7962") + ) + (fp_line + (start -5.35 -3.135) + (end -5.35 -1.765) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "2fdc1c48-aa1f-4446-86f3-e561dcbee72e") + ) + (fp_arc + (start 3.884 3.135) + (mid 0 4.986221) + (end -3.884 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2f8ddc2-d087-42f2-9de0-b0d5ac9a98d9") + ) + (fp_arc + (start -3.884 -3.135) + (mid 0 -4.986221) + (end 3.884 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ac2126d-6dbc-4f11-ae74-b2c3c3df4986") + ) + (fp_circle + (center -7.4 0) + (end -7.2 0) + (stroke + (width 0.4) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "73ca74fd-be1e-46b7-9d5e-e6eba86342d0") + ) + (fp_line + (start 6.9596 1.778) + (end 5.588 1.778) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "d2cc8bac-501e-4739-91ee-4ab3839c6e96") + ) + (fp_line + (start 6.9596 -1.7272) + (end 6.9596 1.778) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "5aea3c4f-79c0-418a-9566-71ee412b2255") + ) + (fp_line + (start 5.588 3.4036) + (end 3.9624 3.4036) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "8d2d4651-48b4-47c4-96fe-2b505c24012e") + ) + (fp_line + (start 5.588 1.778) + (end 5.588 3.4036) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "757e47ed-6a71-456b-8612-46adc1463489") + ) + (fp_line + (start 5.588 -1.7272) + (end 6.9596 -1.7272) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "8557f29a-76ad-4bf5-87f2-a6908541fbfa") + ) + (fp_line + (start 5.588 -3.428712) + (end 5.588 -1.7272) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "de51fb53-a3bf-4a6e-bded-d30f3fa24706") + ) + (fp_line + (start 3.941337 -3.428712) + (end 5.588 -3.428712) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "7a4a08be-5498-4767-8dfa-1ca86876b0b9") + ) + (fp_line + (start -3.939855 3.42892) + (end -5.59 3.43) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "1b19566c-72b4-4208-85be-5a984d8ac7de") + ) + (fp_line + (start -5.588 -1.7272) + (end -5.588 -3.4036) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "1cab10e2-4bfc-46f3-a79c-202a6f26de38") + ) + (fp_line + (start -5.588 -3.4036) + (end -3.9624 -3.4036) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "c3e1624b-9fc8-4c31-af7a-4e10f40403b7") + ) + (fp_line + (start -5.59 3.43) + (end -5.59 1.69) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "c8a7b28f-bc57-47ef-b10e-0b06f5860761") + ) + (fp_line + (start -5.59 1.69) + (end -6.9088 1.69) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "534da246-0e34-49c4-9f53-86073585a56c") + ) + (fp_line + (start -6.9088 1.69) + (end -6.9088 -1.7272) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "86e45ddb-a2fd-42b1-b8e4-d9edb22c9578") + ) + (fp_line + (start -6.9088 -1.7272) + (end -5.588 -1.7272) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "2aef6c87-ba39-4eba-b456-118c1b1e45ea") + ) + (fp_arc + (start 3.962399 3.403599) + (mid 0.016951 5.18865) + (end -3.939855 3.42892) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "3a9767a4-0e4e-4445-b938-2acd4e42bf5d") + ) + (fp_arc + (start -3.9624 -3.4036) + (mid -0.016388 -5.259462) + (end 3.941337 -3.428712) + (stroke + (width 0.05) + (type default) + ) + (layer "B.CrtYd") + (uuid "2ad3f0c2-198a-4517-9eec-7a4f6f39e81b") + ) + (fp_line + (start 5.35 3.135) + (end 5.35 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "d5205e71-1194-4243-9601-aef4a221674e") + ) + (fp_line + (start 3.884 3.135) + (end 5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "f21d0141-76ab-494c-a965-077e053be75e") + ) + (fp_line + (start 3.884 -3.135) + (end 5.35 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "c68d5743-4b62-4f95-aadc-e6b995d49098") + ) + (fp_line + (start -5.35 3.135) + (end -3.884 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "197cbfbb-925d-4bed-934b-b371a877ee40") + ) + (fp_line + (start -5.35 -3.135) + (end -3.884 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "1d72cd60-c1e7-4939-b3ff-7460c529cd2c") + ) + (fp_line + (start -5.35 -3.135) + (end -5.35 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "ba8e9741-9883-464a-9577-e5b71b711e88") + ) + (fp_arc + (start 3.884 3.135) + (mid 0 4.986221) + (end -3.884 3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "a7e9468a-4d26-413f-a2c2-35a724b4d5d4") + ) + (fp_arc + (start -3.884 -3.135) + (mid 0 -4.986221) + (end 3.884 -3.135) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "4880f3ac-3e70-4c44-94f7-5c7fd57ee8a7") + ) + (pad "1" thru_hole circle + (at 0 1.6 180) + (size 2.55 2.55) + (drill 1.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(J2-In)") + (pinfunction "In") + (pintype "passive") + (uuid "45b2bac7-c99b-41ba-a3f9-080ec47b7eca") + ) + (pad "2" thru_hole circle + (at -5.15 0 180) + (size 3 3) + (drill 2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(J2-Ext)") + (pinfunction "Ext") + (pintype "passive") + (uuid "f922f168-a75b-4a78-8159-3f351b70798e") + ) + (pad "2" thru_hole circle + (at 5.15 0 180) + (size 3 3) + (drill 2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(J2-Ext)") + (pinfunction "Ext") + (pintype "passive") + (uuid "fb223c01-b13e-4e8c-abe9-54124d12d1f5") + ) + (model "${KIPRJMOD}/../../../lib/models/CUI_DEVICES_RCJ-026.step" + (offset + (xyz 0 -1 -6) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 90 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "d3893170-1a83-4409-8e57-70340975a2d2") + (at 79.883 57.404 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J1" + (at 1.27 6.1 90) + (layer "B.SilkS") + (uuid "3be4c064-b759-4a80-8b64-e74bf3ba8d5c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "IDC_Header" + (at 1.27 -16.26 90) + (layer "B.Fab") + (uuid "ed8c31b5-c53f-49f9-900c-58b5519bae16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb022d0d-5849-4e42-973c-b76c5a6c8c8b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35ed4865-854d-4022-bcd0-826017ff0951") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2abe48e8-1ed6-4268-bf10-72753ec40e40") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "31c9e16a-f11b-45ae-9ed7-b75b4005cea5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "51ad7d8f-a6c4-4824-8968-95c9242396f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "IDC_Header" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "6f825bc8-0752-447b-9a02-a6a276904c3f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f09ef598-5cbb-4d09-bd67-0f16b82cb148") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/0c9312fa-9d9b-4265-8e96-91ae14b1a704") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e306c9b-3ec7-4933-80d8-32af931a6cd0") + ) + (fp_line + (start -3.29 -15.37) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3cd7194-1240-49b0-9880-889b02ca52cd") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dbafd5fe-ab7f-4b34-a585-bf114d376882") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "12c361be-9397-403b-8cbb-e9ea69f31d69") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d0779f0-e581-447d-b029-dd0c37a6abaa") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "046c0f0b-4bf3-455f-9cd6-366190c86745") + ) + (fp_line + (start -3.29 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2b82b1c-92e5-45a9-968c-d54df78cba3f") + ) + (fp_line + (start -1.98 -3.03) + (end -3.29 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b1f93e5-2a35-43c3-8357-d38121d83f42") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "79b80d9a-e974-4e32-82db-1707e7407b99") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3349e1dc-8acf-451e-8d56-b53d849a1eed") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "acb8afc1-dff6-4f50-a2b8-af50b69f52e4") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "36272a0f-5578-4bcf-8436-8470bffa39e7") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "21920b34-b320-473f-8fed-eaee5ddfc2d3") + ) + (fp_line + (start 5.83 5.21) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4543814e-08d4-4736-bfa6-ea9339620472") + ) + (fp_line + (start -3.29 5.21) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f36bb5e6-ce76-4e35-8903-75c21a66896f") + ) + (fp_line + (start 6.22 -15.76) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "82ed2345-70b1-4739-9218-3731941dc2b4") + ) + (fp_line + (start -3.68 -15.76) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c576e731-406c-42fe-9b4b-6ab42ced6718") + ) + (fp_line + (start 6.22 5.6) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3419a328-b82d-4131-9734-e4bed0d9e02a") + ) + (fp_line + (start -3.68 5.6) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5f71562e-2d09-4814-9df7-c75d97caa9d0") + ) + (fp_line + (start 5.72 -15.26) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7a29b34b-ccad-443b-b838-d24c7399534c") + ) + (fp_line + (start -3.18 -15.26) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56df2798-44b9-4a3c-961c-b5b402b75e79") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "18f3abe9-5e21-4872-b723-122b66c9a2f2") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bafa833b-5e44-4021-8876-e61dc4721526") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "06bb7f0f-2936-4eed-8a19-d1675a8ba606") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "63f73c0d-4bb3-4d42-b623-7219196361ff") + ) + (fp_line + (start -3.18 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22f45843-6ff7-4a90-8b09-73f072a3b081") + ) + (fp_line + (start -1.98 -3.03) + (end -3.18 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3225aeb6-961b-4084-abd5-45aeb9624296") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c64d259c-f435-446a-a20a-d360f206b58b") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c1902559-e4d8-4057-bb17-d0d04547bf66") + ) + (fp_line + (start -3.18 4.1) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66ab8a8c-ae90-4432-be2e-b064451b0c56") + ) + (fp_line + (start 5.72 5.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e8b712a8-e8ae-4ec2-b40a-551db4f56632") + ) + (fp_line + (start -2.18 5.1) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9ca163ea-c1dc-422a-ae07-d47fca3fb045") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 0) + (layer "B.Fab") + (uuid "54414b89-c1e2-4dcc-b145-63d858e43d65") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 18 "/VN") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "4b176518-16fd-4e6d-adef-e5980aae6bda") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/VN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "3a148202-fd8a-415d-8f50-5b5c3c595b99") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/VP") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "b45c4aef-027a-4051-afea-e2e8888609e1") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/VP") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "57cc1fb4-6a5c-4a4d-999e-b8f16a69db84") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "e7c5b546-bcc9-467a-a426-0ddccd84ef54") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "e131f829-5d09-44ee-8799-d379d919120c") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "b934e009-fdcd-4860-9486-75d1ca40274c") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "ac9a1e1c-47b6-4676-942b-f4c773a2dac8") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "c5e7ec56-a4a3-4777-bcb5-d1823a253b62") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "354c02e6-2a0a-4c3c-9701-b1f4d7fd645d") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6faf0735-a69e-4574-9b00-ec60db83ad38") + ) + (gr_line + (start 91.1 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "7e8d52e3-b21f-4ad4-b9c8-f9fcca679d1b") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ca0c9295-7fa9-44db-bf69-c9a56bc08580") + ) + (segment + (start 51.827 94.878) + (end 57.17 89.535) + (width 0.254) + (layer "F.Cu") + (net 1) + (uuid "25659ffd-ca26-47e6-b974-9b838d78d0a1") + ) + (segment + (start 54.356 117.221) + (end 54.356 115.629) + (width 0.254) + (layer "F.Cu") + (net 1) + (uuid "62ca55fe-695a-4be0-b31a-9ea25312eaf2") + ) + (segment + (start 52.705 118.872) + (end 54.356 117.221) + (width 0.254) + (layer "F.Cu") + (net 1) + (uuid "68106b75-f702-4688-b8f3-cca8d9a40a9d") + ) + (segment + (start 51.827 113.1) + (end 51.827 94.878) + (width 0.254) + (layer "F.Cu") + (net 1) + (uuid "dfc27967-7d8e-4fea-aeba-2dc781550eeb") + ) + (segment + (start 54.356 115.629) + (end 51.827 113.1) + (width 0.254) + (layer "F.Cu") + (net 1) + (uuid "fe02209a-993f-4cfe-ad78-c5434370e2f3") + ) + (segment + (start 62.484 90.932) + (end 61.067 90.932) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "3cf3724d-6eef-4c9a-9fb6-def752dcb303") + ) + (segment + (start 61.067 90.932) + (end 59.67 89.535) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "7683ac2f-c3df-4a48-92f5-7b841616bfec") + ) + (segment + (start 59.67 89.535) + (end 55.225 85.09) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "b1cc4ef7-a857-4fe4-9787-943da8cb8d4d") + ) + (segment + (start 55.225 85.09) + (end 53.715 85.09) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "df800470-e97c-4146-ab27-f75a7aa6af80") + ) + (segment + (start 63.865 114.157) + (end 62.738 113.03) + (width 0.254) + (layer "F.Cu") + (net 3) + (uuid "0102a41a-3ca9-4102-a47a-9df950b7612f") + ) + (segment + (start 71.517 114.157) + (end 63.865 114.157) + (width 0.254) + (layer "F.Cu") + (net 3) + (uuid "50b75710-d7c0-4795-8b1d-b8d678bce2b8") + ) + (segment + (start 74.168 111.506) + (end 71.517 114.157) + (width 0.254) + (layer "F.Cu") + (net 3) + (uuid "879b408b-259e-4b18-85b2-ac86b311a37d") + ) + (segment + (start 62.0675 113.03) + (end 62.738 113.03) + (width 0.254) + (layer "B.Cu") + (net 3) + (uuid "0348b949-945f-4414-b7fa-a02ee1f6e2e6") + ) + (segment + (start 58.695 116.4025) + (end 62.0675 113.03) + (width 0.254) + (layer "B.Cu") + (net 3) + (uuid "8f6f6f58-1440-4aab-a53c-c57182a1e8bd") + ) + (segment + (start 88.646 115.062) + (end 88.646 145.0725) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "1b647a51-4df0-400c-94f8-ae04f47b2884") + ) + (segment + (start 83.1205 150.598) + (end 75.8205 150.598) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "23df2eb5-c590-4690-8354-46c4d91ba45a") + ) + (segment + (start 62.738 110.49) + (end 66.422 106.806) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "310abbf2-c7f0-4e51-91b2-b71b6d9a4d31") + ) + (segment + (start 88.646 145.0725) + (end 84.6205 149.098) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "54283f6a-5e44-4218-8dfb-abe733bf1ea2") + ) + (segment + (start 75.8205 150.598) + (end 74.3205 149.098) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "77b614c6-47f8-407b-9e29-8ca9af017424") + ) + (segment + (start 74.3205 142.2655) + (end 73.66 141.605) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "88da5190-9086-42e9-ab6a-0488006b8d63") + ) + (segment + (start 66.422 106.806) + (end 80.39 106.806) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "a7ee44ca-b9d5-4812-bf83-4c89295f7325") + ) + (segment + (start 74.3205 149.098) + (end 74.3205 142.2655) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "e236b27b-d547-41dd-a7cd-8ce7ce1513b2") + ) + (segment + (start 84.6205 149.098) + (end 83.1205 150.598) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "e9d3060d-a2c0-4268-a294-21672a899382") + ) + (segment + (start 80.39 106.806) + (end 88.646 115.062) + (width 0.254) + (layer "F.Cu") + (net 4) + (uuid "ff090aad-5b87-4171-8a3f-be3d48b8a155") + ) + (segment + (start 59.892602 110.49) + (end 53.888 104.485398) + (width 0.254) + (layer "B.Cu") + (net 4) + (uuid "59f4d96d-d395-4014-98e0-b53bddac33da") + ) + (segment + (start 62.738 110.49) + (end 59.892602 110.49) + (width 0.254) + (layer "B.Cu") + (net 4) + (uuid "9caf8e2e-31a7-4f08-a712-4b6270d5a2d9") + ) + (segment + (start 53.888 104.485398) + (end 53.888 101.6) + (width 0.254) + (layer "B.Cu") + (net 4) + (uuid "fd0c6dc5-63d1-4513-85a5-07b7e4a076da") + ) + (segment + (start 64.77 98.044) + (end 61.214 101.6) + (width 0.254) + (layer "F.Cu") + (net 5) + (uuid "3ee322a9-4ae3-478e-b229-805279c863e0") + ) + (segment + (start 61.214 101.6) + (end 56.388 101.6) + (width 0.254) + (layer "F.Cu") + (net 5) + (uuid "70998ff1-c31a-4de0-9a76-b25a68ddc487") + ) + (segment + (start 53.715 139.76) + (end 56.195 142.24) + (width 0.254) + (layer "F.Cu") + (net 6) + (uuid "d27f50c1-b1d3-4df2-8a46-78231c65862b") + ) + (segment + (start 53.715 137.78375) + (end 53.715 139.76) + (width 0.254) + (layer "F.Cu") + (net 6) + (uuid "d49c836e-a180-487b-81e2-e66b1d6b8059") + ) + (segment + (start 62.23 98.044) + (end 59.69 98.044) + (width 0.254) + (layer "F.Cu") + (net 7) + (uuid "f1e52f00-55b3-4d0f-a0f7-e864b86775a8") + ) + (segment + (start 74.803 57.404) + (end 72.263 57.404) + (width 0.508) + (layer "B.Cu") + (net 7) + (uuid "0356db55-ba5c-4a7f-a286-f518b899d576") + ) + (segment + (start 72.263 54.864) + (end 72.263 57.404) + (width 0.508) + (layer "B.Cu") + (net 7) + (uuid "32c1c826-4bfd-4f4e-9e8e-754b05eeb7bd") + ) + (segment + (start 52.705 56.787997) + (end 56.671997 52.821) + (width 0.508) + (layer "B.Cu") + (net 7) + (uuid "65ddfcd9-f918-4c93-a2aa-6f08162bc866") + ) + (segment + (start 70.22 52.821) + (end 72.263 54.864) + (width 0.508) + (layer "B.Cu") + (net 7) + (uuid "7be4214b-df17-47c1-9baa-29a4dfdc866b") + ) + (segment + (start 74.803 57.404) + (end 74.803 54.864) + (width 0.508) + (layer "B.Cu") + (net 7) + (uuid "94dd9d7f-73d1-4bbf-b949-cb5a2df42ae2") + ) + (segment + (start 52.705 58.42) + (end 52.705 56.787997) + (width 0.508) + (layer "B.Cu") + (net 7) + (uuid "bf81ae5c-98ba-4f29-b4a6-e730e4eb7f98") + ) + (segment + (start 74.803 54.864) + (end 72.263 54.864) + (width 0.508) + (layer "B.Cu") + (net 7) + (uuid "e8e5fd07-7518-49c8-a3d1-3fcb121f3b9b") + ) + (segment + (start 56.671997 52.821) + (end 70.22 52.821) + (width 0.508) + (layer "B.Cu") + (net 7) + (uuid "f19c6d8a-1506-4330-876e-aa986bbec329") + ) + (segment + (start 56.154 120.904) + (end 56.154 123.037) + (width 0.2) + (layer "F.Cu") + (net 8) + (uuid "11edfbe7-746e-44c6-8b91-54a9527122a4") + ) + (segment + (start 62.738 128.566) + (end 59.769 128.566) + (width 0.2) + (layer "F.Cu") + (net 8) + (uuid "480d26f2-7a33-4801-87c9-11f2070eb1bd") + ) + (segment + (start 57.779 129.54) + (end 53.715 125.476) + (width 0.2) + (layer "F.Cu") + (net 8) + (uuid "612e594d-8062-4dda-89f3-c4c924cadd82") + ) + (segment + (start 56.154 123.037) + (end 53.715 125.476) + (width 0.2) + (layer "F.Cu") + (net 8) + (uuid "9512d80f-7197-4d72-9ff5-ed66c1523643") + ) + (segment + (start 59.769 128.566) + (end 58.795 129.54) + (width 0.2) + (layer "F.Cu") + (net 8) + (uuid "cee51322-3a1b-459d-b70a-df33d1434f80") + ) + (segment + (start 58.795 129.54) + (end 57.779 129.54) + (width 0.2) + (layer "F.Cu") + (net 8) + (uuid "d181d51e-1fb7-478e-aeda-016ebfa33422") + ) + (segment + (start 67.564 130.852) + (end 62.738 126.026) + (width 0.2) + (layer "F.Cu") + (net 9) + (uuid "3642520c-275e-4f26-9daf-7fd9c2931b99") + ) + (segment + (start 67.564 134.493) + (end 67.564 130.852) + (width 0.2) + (layer "F.Cu") + (net 9) + (uuid "40c1d9b5-6ef6-4a63-9799-5061386b6f59") + ) + (segment + (start 62.027 125.315) + (end 62.738 126.026) + (width 0.254) + (layer "F.Cu") + (net 9) + (uuid "5ea7a35a-2002-4cfd-a4da-470c7300e82d") + ) + (segment + (start 69.469 136.398) + (end 67.564 134.493) + (width 0.2) + (layer "F.Cu") + (net 9) + (uuid "6024577f-005a-456c-bf16-775fabf3f163") + ) + (segment + (start 58.654 125.335) + (end 58.795 125.476) + (width 0.2) + (layer "F.Cu") + (net 9) + (uuid "6b4d0a99-8044-4788-a4ac-33af6b08bac6") + ) + (segment + (start 62.188 125.476) + (end 62.738 126.026) + (width 0.2) + (layer "F.Cu") + (net 9) + (uuid "8d83cb60-05ff-409b-a0b6-5b3434bdec39") + ) + (segment + (start 58.795 125.476) + (end 62.188 125.476) + (width 0.2) + (layer "F.Cu") + (net 9) + (uuid "b8d6815d-1abe-4dbf-b0ae-b7355e115304") + ) + (segment + (start 58.654 120.904) + (end 58.654 125.335) + (width 0.2) + (layer "F.Cu") + (net 9) + (uuid "c520b3f8-8a31-4dbf-b052-fa1e8cb36bc8") + ) + (segment + (start 74.404621 136.398) + (end 69.469 136.398) + (width 0.2) + (layer "F.Cu") + (net 9) + (uuid "d4463418-a81c-4c94-965b-e5bdc5c510b4") + ) + (segment + (start 76.904621 136.398) + (end 74.152621 133.646) + (width 0.2) + (layer "F.Cu") + (net 10) + (uuid "166e08db-34c0-49db-aab9-824ca64ec090") + ) + (segment + (start 74.152621 133.646) + (end 70.358 133.646) + (width 0.2) + (layer "F.Cu") + (net 10) + (uuid "bf9a9297-6c41-4d52-9021-4a86a8c62fb5") + ) + (segment + (start 74.041 126.111) + (end 77.00138 123.15062) + (width 0.2) + (layer "F.Cu") + (net 11) + (uuid "0623c3fd-5ed9-4de6-9c6e-f20856b379b2") + ) + (segment + (start 71.586 128.566) + (end 74.041 126.111) + (width 0.2) + (layer "F.Cu") + (net 11) + (uuid "2982e582-4407-4ab0-86b0-5e0a77e859fb") + ) + (segment + (start 77.00138 123.15062) + (end 77.00138 120.015) + (width 0.2) + (layer "F.Cu") + (net 11) + (uuid "d0273f23-0a98-4564-8d84-a40c4b1ad8f8") + ) + (segment + (start 70.358 128.566) + (end 71.586 128.566) + (width 0.2) + (layer "F.Cu") + (net 11) + (uuid "de493622-0679-44c2-a688-13cabb997e38") + ) + (segment + (start 60.978997 65.405) + (end 56.533997 60.96) + (width 0.508) + (layer "F.Cu") + (net 12) + (uuid "007f7790-6001-4382-a1bd-f577ae371f9f") + ) + (segment + (start 57.15 55.88) + (end 57.15 56.869949) + (width 0.508) + (layer "F.Cu") + (net 12) + (uuid "0d78dca5-f0cb-4661-bdcb-d8d6ebd5aa83") + ) + (segment + (start 63.056888 62.776837) + (end 63.056888 65.405) + (width 0.508) + (layer "F.Cu") + (net 12) + (uuid "5845daff-c562-4fb5-aa06-df41f3c7b805") + ) + (segment + (start 63.056888 65.405) + (end 60.978997 65.405) + (width 0.508) + (layer "F.Cu") + (net 12) + (uuid "9c16a1f4-044d-44fa-a7ff-19dd91c8494f") + ) + (segment + (start 57.15 56.869949) + (end 63.056888 62.776837) + (width 0.508) + (layer "F.Cu") + (net 12) + (uuid "9dc9a452-2404-455d-8bf2-824e381525a1") + ) + (segment + (start 56.533997 60.96) + (end 52.705 60.96) + (width 0.508) + (layer "F.Cu") + (net 12) + (uuid "e8bae519-abbc-4268-b838-454219896e05") + ) + (segment + (start 66.258 118.562) + (end 68.346 120.65) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "0c551c22-9238-4667-a239-bd3e6a0ae190") + ) + (segment + (start 66.258 102.179) + (end 68.219 104.14) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "1793e13d-373c-4117-ac13-f191352642d7") + ) + (segment + (start 66.258 101.219) + (end 66.258 118.562) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "18d2cc3c-feca-4d26-8e51-d1e41c674b6c") + ) + (segment + (start 67.965 69.215) + (end 66.866888 69.215) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "1aed8f2f-9a98-4f2c-8df3-2abca44a8db7") + ) + (segment + (start 68.346 120.65) + (end 68.346 124.014) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "1d72c230-182f-4a42-bb62-3fbb863085ce") + ) + (segment + (start 70.358 107.95) + (end 70.358 106.279) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "1ed8654e-edd0-4da0-85e9-67f66d766657") + ) + (segment + (start 67.965 69.215) + (end 67.965 71.658) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "2a7a675b-7a00-4c81-8a61-34d1a4bbde2c") + ) + (segment + (start 63.056888 65.405) + (end 66.258 68.606112) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "55e57ee0-80af-4bcd-91cb-5e74afe15fff") + ) + (segment + (start 66.258 68.606112) + (end 66.258 101.219) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "58ba0fc6-10da-4efd-ad66-b12bba536f2d") + ) + (segment + (start 68.346 124.014) + (end 70.358 126.026) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "81a646c4-6f10-43a9-86ec-10cd6b1d8dad") + ) + (segment + (start 70.358 106.279) + (end 68.219 104.14) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "b9499c9a-dd80-4269-8ce1-4a49d664189f") + ) + (segment + (start 67.965 71.658) + (end 70.358 74.051) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "be05039f-7742-4736-931e-dcd3453459ca") + ) + (segment + (start 66.258 101.219) + (end 66.258 102.179) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "c07b0d71-817d-4182-a3c0-651e1f1a9c40") + ) + (segment + (start 66.866888 69.215) + (end 66.258 68.606112) + (width 0.508) + (layer "B.Cu") + (net 12) + (uuid "c9f2155a-9ec9-4107-8e4c-2308fb0d3b79") + ) + (segment + (start 58.825888 65.532) + (end 56.793888 63.5) + (width 0.508) + (layer "F.Cu") + (net 13) + (uuid "047da93b-7681-4f00-893f-464232764bad") + ) + (segment + (start 64.623 135.531) + (end 62.738 133.646) + (width 0.508) + (layer "F.Cu") + (net 13) + (uuid "1650372a-4dd9-4aa5-a15c-a185f099d3fe") + ) + (segment + (start 64.623 138.43) + (end 64.623 135.531) + (width 0.508) + (layer "F.Cu") + (net 13) + (uuid "43d35f0d-e8d6-410c-a6c6-f317f3307ce2") + ) + (segment + (start 65.004 83.937) + (end 62.738 81.671) + (width 0.508) + (layer "F.Cu") + (net 13) + (uuid "4a8bb96b-9db0-45ab-9c0f-8090e3ee097b") + ) + (segment + (start 65.004 86.36) + (end 65.004 83.937) + (width 0.508) + (layer "F.Cu") + (net 13) + (uuid "97ce4969-3d50-46f1-b3d1-4ced8139ace5") + ) + (segment + (start 56.793888 63.5) + (end 52.705 63.5) + (width 0.508) + (layer "F.Cu") + (net 13) + (uuid "d4f8c9bc-aa4c-46d7-8cc5-267c8af0c94b") + ) + (segment + (start 64.283713 96.87) + (end 63.596 97.557713) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "0ddb483c-059c-48b5-8dc6-90b24d721c42") + ) + (segment + (start 58.825888 65.532) + (end 65.004 71.710112) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "1136dc8c-5c94-4dc4-8602-fe22447cc643") + ) + (segment + (start 63.596 97.557713) + (end 63.596 106.014) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "1ac25e9e-004e-4b16-ae06-81efcddac3e4") + ) + (segment + (start 64.293 96.87) + (end 64.283713 96.87) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "3535b40a-a84f-4a21-b06c-bf055a8fe087") + ) + (segment + (start 64.623 120.65) + (end 64.623 138.43) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "353647f4-9ff3-4e8d-9dfd-86c7aa36a0b2") + ) + (segment + (start 65.004 96.159) + (end 64.293 96.87) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "3febdc2e-2a77-4f02-bd09-907adeb4e5ed") + ) + (segment + (start 62.738 115.57) + (end 62.738 118.765) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "587c7093-4b4f-4d2b-a20c-ed626558d446") + ) + (segment + (start 64.623 107.041) + (end 64.623 120.65) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "7c4a0a5e-a22a-4e4a-9251-7b40f328df80") + ) + (segment + (start 58.825888 65.532) + (end 58.825888 61.619888) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "7ea218cf-eea3-488a-a39d-811a894bd0e2") + ) + (segment + (start 58.825888 61.619888) + (end 57.15 59.944) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "a4840d61-1fd3-441a-9338-b3fb4f423323") + ) + (segment + (start 65.004 71.710112) + (end 65.004 86.36) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "aa05204d-bc04-427b-8492-0cef8b9b7623") + ) + (segment + (start 62.738 118.765) + (end 64.623 120.65) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "bf3f25f8-5f5f-4de8-9915-6742251883d0") + ) + (segment + (start 65.004 86.36) + (end 65.004 96.159) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "ce27231a-839c-4f5f-8121-4203c819021d") + ) + (segment + (start 63.596 106.014) + (end 64.623 107.041) + (width 0.508) + (layer "B.Cu") + (net 13) + (uuid "fa3ef521-05a8-4b8b-8919-478e275c0c8b") + ) + (segment + (start 70.485 100.33) + (end 75.763333 100.33) + (width 0.254) + (layer "F.Cu") + (net 14) + (uuid "6a65ad26-3a1c-4140-87c2-83be2240e36c") + ) + (segment + (start 75.763333 100.33) + (end 83.932 92.161333) + (width 0.254) + (layer "F.Cu") + (net 14) + (uuid "e3f6bd6e-e7f7-483d-b4db-e62a9878e636") + ) + (segment + (start 83.932 92.161333) + (end 83.932 83.586) + (width 0.254) + (layer "F.Cu") + (net 14) + (uuid "f114a136-6c81-4180-871d-69253fabf5e0") + ) + (segment + (start 70.358 76.591) + (end 70.358 77.418682) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "004e0217-f41a-43cc-b3c9-0d12618ce223") + ) + (segment + (start 70.358 77.418682) + (end 75.565 82.625682) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "12692d6c-b216-4005-84cc-471c51dcd77d") + ) + (segment + (start 73.406 92.71) + (end 70.485 92.71) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "3f059b52-0a36-4de8-bf46-71f32c64fd4b") + ) + (segment + (start 74.422 91.694) + (end 73.406 92.71) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "4a479762-f290-4d55-b022-87cbd32b9904") + ) + (segment + (start 81.869 71.363) + (end 83.932 73.426) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "55b45353-7138-4bc1-b738-278ea1b37bfc") + ) + (segment + (start 70.358 76.591) + (end 72.255947 76.591) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "567a1947-fcbb-475d-820e-1e7e3f4f8f43") + ) + (segment + (start 72.255947 76.591) + (end 77.483947 71.363) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "5c39ba7a-9a02-4a48-b978-ace1d140f26d") + ) + (segment + (start 60.96 102.616) + (end 56.195 107.381) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "636727e9-3971-44a1-846f-851099be8af0") + ) + (segment + (start 77.483947 71.363) + (end 81.869 71.363) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "6f8462b4-5d5c-4cab-a780-7c2ac6b27a7f") + ) + (segment + (start 74.422 91.694) + (end 63.5 102.616) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "951c5865-0123-40c1-8f6b-601fdb79c735") + ) + (segment + (start 56.195 107.381) + (end 56.195 116.4025) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "9731daec-d8ef-4815-8449-eeeb76a85519") + ) + (segment + (start 75.565 87.63) + (end 75.565 90.551) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "a6970dcd-0b74-4388-9660-922b53d564dd") + ) + (segment + (start 63.5 102.616) + (end 60.96 102.616) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "c7e6754f-0d10-4271-88c1-8fb28dde25f8") + ) + (segment + (start 75.565 90.551) + (end 74.422 91.694) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "c80fdddd-695b-4d0f-87d3-ab439b007572") + ) + (segment + (start 75.565 82.625682) + (end 75.565 87.63) + (width 0.254) + (layer "F.Cu") + (net 15) + (uuid "dfe6a48e-f968-4866-ab78-85f4e4799ef6") + ) + (segment + (start 75.565 89.575) + (end 75.565 87.63) + (width 0.254) + (layer "B.Cu") + (net 15) + (uuid "4a9292ae-a08f-49f3-9a78-0134790286bf") + ) + (segment + (start 86.32 100.33) + (end 75.565 89.575) + (width 0.254) + (layer "B.Cu") + (net 15) + (uuid "b69ba01e-59dc-484c-aa87-b8f329dd899d") + ) + (segment + (start 58.795 111.94625) + (end 57.795 110.94625) + (width 0.2) + (layer "F.Cu") + (net 16) + (uuid "49a0fbfa-5ca8-465e-8404-2ea83bbafd00") + ) + (segment + (start 57.795 110.94625) + (end 57.795 107.525786) + (width 0.2) + (layer "F.Cu") + (net 16) + (uuid "92699e2a-82af-4911-b2e9-ac7d5422e6db") + ) + (segment + (start 67.056 102.108) + (end 79.263666 102.108) + (width 0.2) + (layer "F.Cu") + (net 16) + (uuid "bf3e34a9-2d31-4e02-84a6-1fe7c3acb036") + ) + (segment + (start 79.263666 102.108) + (end 81.041666 100.33) + (width 0.2) + (layer "F.Cu") + (net 16) + (uuid "c0725c5f-41f2-41ad-a3a1-9b3a9533424e") + ) + (segment + (start 61.885104 103.435682) + (end 65.728318 103.435682) + (width 0.2) + (layer "F.Cu") + (net 16) + (uuid "c6e9a4b8-bc39-4afe-9b64-7365d6040f6b") + ) + (segment + (start 65.728318 103.435682) + (end 67.056 102.108) + (width 0.2) + (layer "F.Cu") + (net 16) + (uuid "d9453b35-8a60-471e-9940-d125fc8e3acc") + ) + (segment + (start 57.795 107.525786) + (end 61.885104 103.435682) + (width 0.2) + (layer "F.Cu") + (net 16) + (uuid "f6abbea8-d7da-4618-a723-372ebdbeaac1") + ) + (segment + (start 75.763333 95.051667) + (end 81.041666 100.33) + (width 0.254) + (layer "B.Cu") + (net 16) + (uuid "78eb867b-96a0-4427-b8e7-e5e3e8a2d30f") + ) + (segment + (start 75.763333 92.71) + (end 75.763333 95.051667) + (width 0.254) + (layer "B.Cu") + (net 16) + (uuid "8e61238b-6848-422e-948e-4c813c5854dc") + ) + (segment + (start 89.306 89.724) + (end 86.32 92.71) + (width 0.2) + (layer "F.Cu") + (net 17) + (uuid "540b58a0-6abc-487b-85a4-4da6070fc7a7") + ) + (segment + (start 89.306 89.368) + (end 89.306 89.724) + (width 0.2) + (layer "F.Cu") + (net 17) + (uuid "6769edb0-599c-4983-babb-67183f576825") + ) + (segment + (start 86.32 92.71) + (end 81.041666 92.71) + (width 0.254) + (layer "B.Cu") + (net 17) + (uuid "2b244f23-92d3-4552-8420-d513704a27a9") + ) + (segment + (start 62.23 59.944) + (end 77.343 59.944) + (width 0.508) + (layer "F.Cu") + (net 18) + (uuid "022b2238-5551-4b95-b39d-d7f0cec7ae91") + ) + (segment + (start 77.343 59.944) + (end 79.883 57.404) + (width 0.508) + (layer "F.Cu") + (net 18) + (uuid "3f4e55bc-e675-4a04-ae3f-54409f62aeb8") + ) + (segment + (start 79.883 57.404) + (end 79.883 54.864) + (width 0.508) + (layer "F.Cu") + (net 18) + (uuid "92870103-03e6-46af-800a-ef24d2c795a9") + ) + (segment + (start 77.343 57.404) + (end 76.039 58.708) + (width 0.508) + (layer "F.Cu") + (net 19) + (uuid "008629f3-aa5c-49e5-b682-5d1aefe9700a") + ) + (segment + (start 65.058 58.708) + (end 62.23 55.88) + (width 0.508) + (layer "F.Cu") + (net 19) + (uuid "35780547-3b25-448b-a9de-0ea3e1bca982") + ) + (segment + (start 77.343 54.864) + (end 77.343 57.404) + (width 0.508) + (layer "F.Cu") + (net 19) + (uuid "4eb8e4a8-6604-4380-85d6-ee369a7d1088") + ) + (segment + (start 76.039 58.708) + (end 65.058 58.708) + (width 0.508) + (layer "F.Cu") + (net 19) + (uuid "52df5da4-3b7d-492a-be0e-bf58d4034bc9") + ) + (segment + (start 69.723 57.404) + (end 69.723 54.864) + (width 0.508) + (layer "B.Cu") + (net 20) + (uuid "0c45af4c-2c3f-4fff-90ee-ca96c3854d5c") + ) + (segment + (start 56.896 54.102) + (end 68.961 54.102) + (width 0.254) + (layer "B.Cu") + (net 20) + (uuid "9b6f0857-0cb6-4756-9b58-179057fe144e") + ) + (segment + (start 52.705 66.04) + (end 55.499 63.246) + (width 0.254) + (layer "B.Cu") + (net 20) + (uuid "a275b087-3103-402c-a045-310555b7e18f") + ) + (segment + (start 55.499 63.246) + (end 55.499 55.499) + (width 0.254) + (layer "B.Cu") + (net 20) + (uuid "a5130982-2383-4513-ad75-3d011551117b") + ) + (segment + (start 68.961 54.102) + (end 69.723 54.864) + (width 0.254) + (layer "B.Cu") + (net 20) + (uuid "ed6f969f-435a-47cc-abe4-aa45d40eeb84") + ) + (segment + (start 55.499 55.499) + (end 56.896 54.102) + (width 0.254) + (layer "B.Cu") + (net 20) + (uuid "ff150872-9a7f-4200-ae81-1506d7a665d3") + ) + (segment + (start 55.728181 117.5295) + (end 71.772102 117.5295) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "0bb00eff-5e08-4539-84da-4a1a93e9120a") + ) + (segment + (start 79.248 110.053602) + (end 71.772102 117.5295) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "2e412f7f-2307-4347-8c13-98bdb2e737f3") + ) + (segment + (start 88.129 116.714) + (end 88.129 132.216) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "72a71786-e77d-4ca3-a073-0729984386e7") + ) + (segment + (start 54.81 109.035) + (end 53.715 107.94) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "9e823a94-0d0f-44ea-93e4-be08d8ad6745") + ) + (segment + (start 79.4705 142.3355) + (end 78.74 141.605) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "abf3c935-3fab-419f-86c7-2e6683b3d44b") + ) + (segment + (start 54.81 116.611319) + (end 54.81 109.035) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "c104b22a-3e11-479b-9585-6322d3cf2ae7") + ) + (segment + (start 88.129 132.216) + (end 78.74 141.605) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "da556eee-0d8e-41b8-bcc3-987fd2923a6a") + ) + (segment + (start 79.248 107.833) + (end 88.129 116.714) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "e68e96ca-5c0a-48a9-8627-1f013ac5f84f") + ) + (segment + (start 55.728181 117.5295) + (end 54.81 116.611319) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "e7be0db4-d8da-4867-b1c5-64faacbb5d99") + ) + (segment + (start 79.4705 147.498) + (end 79.4705 142.3355) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "ecdbe289-840f-4ec2-9b1c-f2db2a01547d") + ) + (segment + (start 79.248 107.833) + (end 79.248 110.053602) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "f27a5b0c-19f6-43a4-8004-0632b1e4d6e5") + ) + (segment + (start 63.0875 147.498) + (end 63.0875 142.07625) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "0ec2fff4-74a1-48e1-b452-7c52ae3bfd51") + ) + (segment + (start 63.0875 142.07625) + (end 58.795 137.78375) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "9f0d2579-1c8e-44ad-9cf5-b80907bbbe53") + ) + (segment + (start 58.795 137.78375) + (end 58.795 133.7775) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "befec644-dffb-435d-a65b-7195543b43e8") + ) + (segment + (start 60.0665 133.7775) + (end 62.738 131.106) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "c3f9c6f1-27f1-4ae2-8a4b-1a79510ab687") + ) + (segment + (start 58.795 133.7775) + (end 60.0665 133.7775) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "e86e7a92-c835-4d47-a7b0-e4d9768e21d0") + ) + (segment + (start 73.701381 119.215001) + (end 54.901999 119.215001) + (width 0.2) + (layer "F.Cu") + (net 23) + (uuid "1ff9934c-65c4-4c4d-8961-bf302051f078") + ) + (segment + (start 74.50138 120.015) + (end 73.701381 119.215001) + (width 0.2) + (layer "F.Cu") + (net 23) + (uuid "7fa153fc-5fb7-43b6-9813-a4f350cf8014") + ) + (segment + (start 54.901999 119.215001) + (end 52.705 121.412) + (width 0.2) + (layer "F.Cu") + (net 23) + (uuid "e303b66e-935e-4667-a30b-037e61ca5369") + ) + (segment + (start 51.4 115.027) + (end 51.4 83.595) + (width 0.2) + (layer "F.Cu") + (net 24) + (uuid "01b62d7c-c30b-4fcd-bc77-610894f23a6d") + ) + (segment + (start 51.4 83.595) + (end 53.715 81.28) + (width 0.2) + (layer "F.Cu") + (net 24) + (uuid "8e7d858c-9634-4960-bdb7-94a9fc53b220") + ) + (segment + (start 52.705 116.332) + (end 51.4 115.027) + (width 0.2) + (layer "F.Cu") + (net 24) + (uuid "d15dd9bc-d6ad-4f4d-8f0a-c2f05ce60033") + ) + (segment + (start 86.472 83.586) + (end 89.306 86.42) + (width 0.2) + (layer "F.Cu") + (net 25) + (uuid "5dc85ec8-2a12-4ce9-a068-01ac8701055d") + ) + (segment + (start 89.306 86.42) + (end 89.306 86.828) + (width 0.2) + (layer "F.Cu") + (net 25) + (uuid "ce6e7ea7-f47f-45aa-8de1-8d7a42648509") + ) + (segment + (start 59.055 81.28) + (end 59.055 85.09) + (width 0.2) + (layer "F.Cu") + (net 26) + (uuid "165e8283-c351-4d0c-ad4b-5635c92b31e3") + ) + (segment + (start 59.055 81.28) + (end 60.589 81.28) + (width 0.2) + (layer "F.Cu") + (net 26) + (uuid "6601308f-37ee-40c0-94a3-d458a7ebcfa6") + ) + (segment + (start 60.589 81.28) + (end 62.738 79.131) + (width 0.2) + (layer "F.Cu") + (net 26) + (uuid "867eb377-6c2e-4dc7-9c9f-417c50d1b713") + ) + (segment + (start 54.975 72.66) + (end 61.347 72.66) + (width 0.2) + (layer "F.Cu") + (net 27) + (uuid "2089364f-3d5a-4a01-8587-ae92b37b87e0") + ) + (segment + (start 74.295 72.39) + (end 64.399 72.39) + (width 0.2) + (layer "F.Cu") + (net 27) + (uuid "2be82a93-7d0d-49ff-a67d-ed15bd8fe73e") + ) + (segment + (start 53.975 73.66) + (end 54.975 72.66) + (width 0.2) + (layer "F.Cu") + (net 27) + (uuid "607a6779-838d-46f8-981c-7d20b9528478") + ) + (segment + (start 61.347 72.66) + (end 62.738 74.051) + (width 0.2) + (layer "F.Cu") + (net 27) + (uuid "9a9a0d5c-0ef6-4a96-aed2-e0961fd5cbfe") + ) + (segment + (start 64.399 72.39) + (end 62.738 74.051) + (width 0.2) + (layer "F.Cu") + (net 27) + (uuid "a8346468-d6f3-47fc-8f4e-6a6f084d8fa3") + ) + (segment + (start 61.859 77.47) + (end 62.738 76.591) + (width 0.2) + (layer "F.Cu") + (net 28) + (uuid "76e0b1ff-d0ec-4c75-9215-e4bdf74a8d70") + ) + (segment + (start 59.055 73.66) + (end 59.055 77.47) + (width 0.2) + (layer "F.Cu") + (net 28) + (uuid "b44a9a0f-0d2b-46b0-a99e-060ed8b8e681") + ) + (segment + (start 59.055 77.47) + (end 61.859 77.47) + (width 0.2) + (layer "F.Cu") + (net 28) + (uuid "c8b25139-3518-4adc-b7de-4c70dcbb352e") + ) + (segment + (start 79.375 72.39) + (end 81.538 74.553) + (width 0.254) + (layer "F.Cu") + (net 29) + (uuid "088c3289-ea32-474f-8e9a-ce2bb6a5dfc8") + ) + (segment + (start 76.345 76.845) + (end 76.345 75.42) + (width 0.254) + (layer "F.Cu") + (net 29) + (uuid "6fbe8af9-27fd-4ca7-86ff-e9829ee58617") + ) + (segment + (start 76.345 75.42) + (end 79.375 72.39) + (width 0.254) + (layer "F.Cu") + (net 29) + (uuid "70157736-bffe-4d00-8e5f-c1f5d211053c") + ) + (segment + (start 85.345 74.553) + (end 86.472 73.426) + (width 0.254) + (layer "F.Cu") + (net 29) + (uuid "b3469095-6742-476b-83e9-d2accfdddbfe") + ) + (segment + (start 81.538 74.553) + (end 85.345 74.553) + (width 0.254) + (layer "F.Cu") + (net 29) + (uuid "e16dfc00-7151-4aa0-9d5e-6e8d529a5f7c") + ) + (segment + (start 72.644 76.845) + (end 70.358 79.131) + (width 0.254) + (layer "B.Cu") + (net 29) + (uuid "371a491a-80a3-4b25-9cef-16bd0dfcf75e") + ) + (segment + (start 76.345 76.845) + (end 72.644 76.845) + (width 0.254) + (layer "B.Cu") + (net 29) + (uuid "4843861a-2fea-4f78-a056-b74eaea30db5") + ) + (segment + (start 73.015 107.833) + (end 70.358 110.49) + (width 0.254) + (layer "F.Cu") + (net 30) + (uuid "2ebd802a-7458-4ee4-9a1a-cf77149eafed") + ) + (segment + (start 74.168 107.833) + (end 73.015 107.833) + (width 0.254) + (layer "F.Cu") + (net 30) + (uuid "30fea0ea-b986-4429-a00c-ed00a83dd75b") + ) + (segment + (start 70.358 113.03) + (end 70.358 110.49) + (width 0.254) + (layer "F.Cu") + (net 30) + (uuid "395b8474-2e40-407b-93bf-780c35f29310") + ) + (segment + (start 70.358 115.57) + (end 69.231 116.697) + (width 0.254) + (layer "F.Cu") + (net 31) + (uuid "07314128-5fc0-4f67-b348-df027051467a") + ) + (segment + (start 61.214 116.078) + (end 61.214 109.474) + (width 0.254) + (layer "F.Cu") + (net 31) + (uuid "170ac2d3-cac9-49ae-82df-dc2c75c8b92d") + ) + (segment + (start 58.795 107.94) + (end 62.728 107.94) + (width 0.254) + (layer "F.Cu") + (net 31) + (uuid "3f92d9e0-afad-4425-8008-67fb4beddf34") + ) + (segment + (start 62.728 107.94) + (end 62.738 107.95) + (width 0.254) + (layer "F.Cu") + (net 31) + (uuid "76f5f881-e120-45f0-aa75-0962d810d9a3") + ) + (segment + (start 61.214 109.474) + (end 62.738 107.95) + (width 0.254) + (layer "F.Cu") + (net 31) + (uuid "8f999506-aea6-499c-ab81-e06240dc5a89") + ) + (segment + (start 69.231 116.697) + (end 61.833 116.697) + (width 0.254) + (layer "F.Cu") + (net 31) + (uuid "9c835ef8-91ac-4a63-addb-5f68cef8cc09") + ) + (segment + (start 61.833 116.697) + (end 61.214 116.078) + (width 0.254) + (layer "F.Cu") + (net 31) + (uuid "e271ed26-6a43-4983-abd6-572f11ac9f6e") + ) + (segment + (start 70.358 131.106) + (end 72.856 131.106) + (width 0.2) + (layer "F.Cu") + (net 32) + (uuid "5b8bb72b-93ae-4089-9c6d-ee2a9d390ff0") + ) + (segment + (start 74.041 129.921) + (end 77.851 126.111) + (width 0.2) + (layer "F.Cu") + (net 32) + (uuid "76550a2e-67de-4ee2-9b38-2038f37963dd") + ) + (segment + (start 72.856 131.106) + (end 74.041 129.921) + (width 0.2) + (layer "F.Cu") + (net 32) + (uuid "8cfdea35-de6d-4426-adca-ab352b66b870") + ) + (segment + (start 77.851 126.111) + (end 79.121 126.111) + (width 0.2) + (layer "F.Cu") + (net 32) + (uuid "cabbe425-bfa8-4d8a-801f-158dc32dcd83") + ) + (segment + (start 76.345 79.385) + (end 76.345 81.925) + (width 0.254) + (layer "F.Cu") + (net 33) + (uuid "058e6944-1566-4dd8-bff4-38cc6655a61b") + ) + (segment + (start 80.645 87.63) + (end 80.645 86.225) + (width 0.254) + (layer "F.Cu") + (net 33) + (uuid "c027e8b2-f186-4174-a75c-4975646711b6") + ) + (segment + (start 80.645 86.225) + (end 76.345 81.925) + (width 0.254) + (layer "F.Cu") + (net 33) + (uuid "cb825de3-f75c-4759-9545-aefbfabf94cb") + ) + (zone + (net 7) + (net_name "GND") + (layer "B.Cu") + (uuid "ee5cc524-6ad5-4fff-8409-f82ebeca1099") + (hatch edge 0.5) + (connect_pads + (clearance 0.5) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 91.059 50.8) (xy 91.059 158.877) (xy 50.927 159.004) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 90.542539 51.320185) (xy 90.588294 51.372989) (xy 90.5995 51.4245) (xy 90.5995 85.927506) (xy 90.579815 85.994545) + (xy 90.527011 86.0403) (xy 90.457853 86.050244) (xy 90.394297 86.021219) (xy 90.373925 85.998629) + (xy 90.344494 85.956597) (xy 90.177402 85.789506) (xy 90.177395 85.789501) (xy 89.983834 85.653967) + (xy 89.98383 85.653965) (xy 89.942143 85.634526) (xy 89.769663 85.554097) (xy 89.769659 85.554096) + (xy 89.769655 85.554094) (xy 89.541413 85.492938) (xy 89.541403 85.492936) (xy 89.306001 85.472341) + (xy 89.305999 85.472341) (xy 89.070596 85.492936) (xy 89.070586 85.492938) (xy 88.842344 85.554094) + (xy 88.842335 85.554098) (xy 88.628171 85.653964) (xy 88.628169 85.653965) (xy 88.434597 85.789505) + (xy 88.267505 85.956597) (xy 88.131965 86.150169) (xy 88.131964 86.150171) (xy 88.066528 86.2905) + (xy 88.034119 86.360002) (xy 88.032098 86.364335) (xy 88.032094 86.364344) (xy 87.970938 86.592586) + (xy 87.970936 86.592596) (xy 87.950341 86.827999) (xy 87.950341 86.828) (xy 87.970936 87.063403) + (xy 87.970938 87.063413) (xy 88.032094 87.291655) (xy 88.032096 87.291659) (xy 88.032097 87.291663) + (xy 88.099804 87.43686) (xy 88.131965 87.50583) (xy 88.131967 87.505834) (xy 88.267501 87.699395) + (xy 88.267506 87.699402) (xy 88.38943 87.821326) (xy 88.422915 87.882649) (xy 88.417931 87.952341) + (xy 88.376059 88.008274) (xy 88.345083 88.025189) (xy 88.213669 88.074203) (xy 88.213664 88.074206) + (xy 88.098455 88.160452) (xy 88.098452 88.160455) (xy 88.012206 88.275664) (xy 88.012202 88.275671) + (xy 87.961908 88.410517) (xy 87.955501 88.470116) (xy 87.9555 88.470135) (xy 87.9555 90.26587) (xy 87.955501 90.265876) + (xy 87.961908 90.325483) (xy 88.012202 90.460328) (xy 88.012206 90.460335) (xy 88.098452 90.575544) + (xy 88.098455 90.575547) (xy 88.213664 90.661793) (xy 88.213671 90.661797) (xy 88.348517 90.712091) + (xy 88.348516 90.712091) (xy 88.355444 90.712835) (xy 88.408127 90.7185) (xy 90.203872 90.718499) + (xy 90.263483 90.712091) (xy 90.398331 90.661796) (xy 90.401187 90.659657) (xy 90.404531 90.658409) + (xy 90.406114 90.657546) (xy 90.406238 90.657773) (xy 90.46665 90.635239) (xy 90.534923 90.650089) + (xy 90.58433 90.699492) (xy 90.5995 90.758923) (xy 90.5995 158.3555) (xy 90.579815 158.422539) (xy 90.527011 158.468294) + (xy 90.4755 158.4795) (xy 51.4245 158.4795) (xy 51.357461 158.459815) (xy 51.311706 158.407011) + (xy 51.3005 158.3555) (xy 51.3005 156.546286) (xy 51.9895 156.546286) (xy 52.022753 156.756239) + (xy 52.088444 156.958414) (xy 52.184951 157.14782) (xy 52.30989 157.319786) (xy 52.460213 157.470109) + (xy 52.632179 157.595048) (xy 52.632181 157.595049) (xy 52.632184 157.595051) (xy 52.821588 157.691557) + (xy 53.023757 157.757246) (xy 53.233713 157.7905) (xy 53.233714 157.7905) (xy 53.446286 157.7905) + (xy 53.446287 157.7905) (xy 53.656243 157.757246) (xy 53.858412 157.691557) (xy 54.047816 157.595051) + (xy 54.069789 157.579086) (xy 54.219786 157.470109) (xy 54.219788 157.470106) (xy 54.219792 157.470104) + (xy 54.370104 157.319792) (xy 54.370106 157.319788) (xy 54.370109 157.319786) (xy 54.495048 157.14782) + (xy 54.495047 157.14782) (xy 54.495051 157.147816) (xy 54.591557 156.958412) (xy 54.657246 156.756243) + (xy 54.6905 156.546287) (xy 54.6905 156.546286) (xy 87.2095 156.546286) (xy 87.242753 156.756239) + (xy 87.308444 156.958414) (xy 87.404951 157.14782) (xy 87.52989 157.319786) (xy 87.680213 157.470109) + (xy 87.852179 157.595048) (xy 87.852181 157.595049) (xy 87.852184 157.595051) (xy 88.041588 157.691557) + (xy 88.243757 157.757246) (xy 88.453713 157.7905) (xy 88.453714 157.7905) (xy 88.666286 157.7905) + (xy 88.666287 157.7905) (xy 88.876243 157.757246) (xy 89.078412 157.691557) (xy 89.267816 157.595051) + (xy 89.289789 157.579086) (xy 89.439786 157.470109) (xy 89.439788 157.470106) (xy 89.439792 157.470104) + (xy 89.590104 157.319792) (xy 89.590106 157.319788) (xy 89.590109 157.319786) (xy 89.715048 157.14782) + (xy 89.715047 157.14782) (xy 89.715051 157.147816) (xy 89.811557 156.958412) (xy 89.877246 156.756243) + (xy 89.9105 156.546287) (xy 89.9105 156.333713) (xy 89.877246 156.123757) (xy 89.811557 155.921588) + (xy 89.715051 155.732184) (xy 89.715049 155.732181) (xy 89.715048 155.732179) (xy 89.590109 155.560213) + (xy 89.439786 155.40989) (xy 89.26782 155.284951) (xy 89.078414 155.188444) (xy 89.078413 155.188443) + (xy 89.078412 155.188443) (xy 88.876243 155.122754) (xy 88.876241 155.122753) (xy 88.87624 155.122753) + (xy 88.714957 155.097208) (xy 88.666287 155.0895) (xy 88.453713 155.0895) (xy 88.405042 155.097208) + (xy 88.24376 155.122753) (xy 88.041585 155.188444) (xy 87.852179 155.284951) (xy 87.680213 155.40989) + (xy 87.52989 155.560213) (xy 87.404951 155.732179) (xy 87.308444 155.921585) (xy 87.242753 156.12376) + (xy 87.2095 156.333713) (xy 87.2095 156.546286) (xy 54.6905 156.546286) (xy 54.6905 156.333713) + (xy 54.657246 156.123757) (xy 54.591557 155.921588) (xy 54.495051 155.732184) (xy 54.495049 155.732181) + (xy 54.495048 155.732179) (xy 54.370109 155.560213) (xy 54.219786 155.40989) (xy 54.04782 155.284951) + (xy 53.858414 155.188444) (xy 53.858413 155.188443) (xy 53.858412 155.188443) (xy 53.656243 155.122754) + (xy 53.656241 155.122753) (xy 53.65624 155.122753) (xy 53.494957 155.097208) (xy 53.446287 155.0895) + (xy 53.233713 155.0895) (xy 53.185042 155.097208) (xy 53.02376 155.122753) (xy 52.821585 155.188444) + (xy 52.632179 155.284951) (xy 52.460213 155.40989) (xy 52.30989 155.560213) (xy 52.184951 155.732179) + (xy 52.088444 155.921585) (xy 52.022753 156.12376) (xy 51.9895 156.333713) (xy 51.9895 156.546286) + (xy 51.3005 156.546286) (xy 51.3005 149.098001) (xy 55.932391 149.098001) (xy 55.9528 149.383362) + (xy 56.013609 149.662895) (xy 56.113591 149.930958) (xy 56.250691 150.182038) (xy 56.250696 150.182046) + (xy 56.357382 150.324561) (xy 56.357383 150.324562) (xy 57.074925 149.607019) (xy 57.160749 149.735463) + (xy 57.300037 149.874751) (xy 57.428478 149.960573) (xy 56.710936 150.678115) (xy 56.85346 150.784807) + (xy 56.853461 150.784808) (xy 57.104542 150.921908) (xy 57.104541 150.921908) (xy 57.372604 151.02189) + (xy 57.652137 151.082699) (xy 57.937499 151.103109) (xy 57.937501 151.103109) (xy 58.222862 151.082699) + (xy 58.502395 151.02189) (xy 58.770458 150.921908) (xy 59.021547 150.784803) (xy 59.164061 150.678116) + (xy 59.164062 150.678115) (xy 58.446521 149.960573) (xy 58.574963 149.874751) (xy 58.714251 149.735463) + (xy 58.800073 149.60702) (xy 59.517615 150.324562) (xy 59.517616 150.324561) (xy 59.624303 150.182047) + (xy 59.761408 149.930958) (xy 59.86139 149.662895) (xy 59.922199 149.383362) (xy 59.942609 149.098001) + (xy 59.942609 149.097998) (xy 59.922199 148.812637) (xy 59.86139 148.533104) (xy 59.761408 148.265041) + (xy 59.624308 148.013961) (xy 59.624307 148.01396) (xy 59.517615 147.871436) (xy 58.800073 148.588978) + (xy 58.714251 148.460537) (xy 58.574963 148.321249) (xy 58.44652 148.235425) (xy 59.164062 147.517883) + (xy 59.164061 147.517882) (xy 59.137507 147.498004) (xy 61.307021 147.498004) (xy 61.326905 147.763357) + (xy 61.326905 147.763359) (xy 61.384102 148.013953) (xy 61.386123 148.022805) (xy 61.483344 148.270521) + (xy 61.616399 148.50098) (xy 61.714762 148.624322) (xy 61.78232 148.709037) (xy 61.887157 148.806311) + (xy 61.97739 148.890035) (xy 62.197261 149.03994) (xy 62.437014 149.155399) (xy 62.437015 149.155399) + (xy 62.437018 149.155401) (xy 62.691306 149.233839) (xy 62.691307 149.233839) (xy 62.69131 149.23384) + (xy 62.954437 149.273499) (xy 62.954442 149.273499) (xy 62.954445 149.2735) (xy 62.954446 149.2735) + (xy 63.220554 149.2735) (xy 63.220555 149.2735) (xy 63.220562 149.273499) (xy 63.483689 149.23384) + (xy 63.48369 149.233839) (xy 63.483694 149.233839) (xy 63.737982 149.155401) (xy 63.857175 149.098001) + (xy 66.232391 149.098001) (xy 66.2528 149.383362) (xy 66.313609 149.662895) (xy 66.413591 149.930958) + (xy 66.550691 150.182038) (xy 66.550696 150.182046) (xy 66.657382 150.324561) (xy 66.657383 150.324562) + (xy 67.374925 149.607019) (xy 67.460749 149.735463) (xy 67.600037 149.874751) (xy 67.728478 149.960573) + (xy 67.010936 150.678115) (xy 67.15346 150.784807) (xy 67.153461 150.784808) (xy 67.404542 150.921908) + (xy 67.404541 150.921908) (xy 67.672604 151.02189) (xy 67.952137 151.082699) (xy 68.237499 151.103109) + (xy 68.237501 151.103109) (xy 68.522862 151.082699) (xy 68.802395 151.02189) (xy 69.070458 150.921908) + (xy 69.321547 150.784803) (xy 69.464061 150.678116) (xy 69.464062 150.678115) (xy 68.746521 149.960573) + (xy 68.874963 149.874751) (xy 69.014251 149.735463) (xy 69.100073 149.60702) (xy 69.817615 150.324562) + (xy 69.817616 150.324561) (xy 69.924303 150.182047) (xy 70.061408 149.930958) (xy 70.16139 149.662895) + (xy 70.222199 149.383362) (xy 70.242609 149.098001) (xy 72.31489 149.098001) (xy 72.335304 149.383433) + (xy 72.396128 149.663037) (xy 72.39613 149.663043) (xy 72.396131 149.663046) (xy 72.475093 149.874751) + (xy 72.496135 149.931166) (xy 72.63327 150.182309) (xy 72.633275 150.182317) (xy 72.804754 150.411387) + (xy 72.80477 150.411405) (xy 73.007094 150.613729) (xy 73.007112 150.613745) (xy 73.236182 150.785224) + (xy 73.23619 150.785229) (xy 73.487333 150.922364) (xy 73.487332 150.922364) (xy 73.487336 150.922365) + (xy 73.487339 150.922367) (xy 73.755454 151.022369) (xy 73.75546 151.02237) (xy 73.755462 151.022371) + (xy 74.035066 151.083195) (xy 74.035068 151.083195) (xy 74.035072 151.083196) (xy 74.28872 151.101337) + (xy 74.320499 151.10361) (xy 74.3205 151.10361) (xy 74.320501 151.10361) (xy 74.349095 151.101564) + (xy 74.605928 151.083196) (xy 74.885546 151.022369) (xy 75.153661 150.922367) (xy 75.404815 150.785226) + (xy 75.633895 150.613739) (xy 75.836239 150.411395) (xy 76.007726 150.182315) (xy 76.144867 149.931161) + (xy 76.244869 149.663046) (xy 76.305696 149.383428) (xy 76.32611 149.098) (xy 76.305696 148.812572) + (xy 76.283173 148.709037) (xy 76.244871 148.532962) (xy 76.24487 148.53296) (xy 76.244869 148.532954) + (xy 76.144867 148.264839) (xy 76.115911 148.211811) (xy 76.007729 148.01369) (xy 76.007724 148.013682) + (xy 75.836245 147.784612) (xy 75.836229 147.784594) (xy 75.633905 147.58227) (xy 75.633887 147.582254) + (xy 75.521342 147.498004) (xy 77.690021 147.498004) (xy 77.709905 147.763357) (xy 77.709905 147.763359) + (xy 77.767102 148.013953) (xy 77.769123 148.022805) (xy 77.866344 148.270521) (xy 77.999399 148.50098) + (xy 78.097762 148.624322) (xy 78.16532 148.709037) (xy 78.270157 148.806311) (xy 78.36039 148.890035) + (xy 78.580261 149.03994) (xy 78.820014 149.155399) (xy 78.820015 149.155399) (xy 78.820018 149.155401) + (xy 79.074306 149.233839) (xy 79.074307 149.233839) (xy 79.07431 149.23384) (xy 79.337437 149.273499) + (xy 79.337442 149.273499) (xy 79.337445 149.2735) (xy 79.337446 149.2735) (xy 79.603554 149.2735) + (xy 79.603555 149.2735) (xy 79.603562 149.273499) (xy 79.866689 149.23384) (xy 79.86669 149.233839) + (xy 79.866694 149.233839) (xy 80.120982 149.155401) (xy 80.240175 149.098001) (xy 82.61489 149.098001) + (xy 82.635304 149.383433) (xy 82.696128 149.663037) (xy 82.69613 149.663043) (xy 82.696131 149.663046) + (xy 82.775093 149.874751) (xy 82.796135 149.931166) (xy 82.93327 150.182309) (xy 82.933275 150.182317) + (xy 83.104754 150.411387) (xy 83.10477 150.411405) (xy 83.307094 150.613729) (xy 83.307112 150.613745) + (xy 83.536182 150.785224) (xy 83.53619 150.785229) (xy 83.787333 150.922364) (xy 83.787332 150.922364) + (xy 83.787336 150.922365) (xy 83.787339 150.922367) (xy 84.055454 151.022369) (xy 84.05546 151.02237) + (xy 84.055462 151.022371) (xy 84.335066 151.083195) (xy 84.335068 151.083195) (xy 84.335072 151.083196) + (xy 84.58872 151.101337) (xy 84.620499 151.10361) (xy 84.6205 151.10361) (xy 84.620501 151.10361) + (xy 84.649095 151.101564) (xy 84.905928 151.083196) (xy 85.185546 151.022369) (xy 85.453661 150.922367) + (xy 85.704815 150.785226) (xy 85.933895 150.613739) (xy 86.136239 150.411395) (xy 86.307726 150.182315) + (xy 86.444867 149.931161) (xy 86.544869 149.663046) (xy 86.605696 149.383428) (xy 86.62611 149.098) + (xy 86.605696 148.812572) (xy 86.583173 148.709037) (xy 86.544871 148.532962) (xy 86.54487 148.53296) + (xy 86.544869 148.532954) (xy 86.444867 148.264839) (xy 86.415911 148.211811) (xy 86.307729 148.01369) + (xy 86.307724 148.013682) (xy 86.136245 147.784612) (xy 86.136229 147.784594) (xy 85.933905 147.58227) + (xy 85.933887 147.582254) (xy 85.704817 147.410775) (xy 85.704809 147.41077) (xy 85.453666 147.273635) + (xy 85.453667 147.273635) (xy 85.343736 147.232633) (xy 85.185546 147.173631) (xy 85.185543 147.17363) + (xy 85.185537 147.173628) (xy 84.905933 147.112804) (xy 84.620501 147.09239) (xy 84.620499 147.09239) + (xy 84.335066 147.112804) (xy 84.055462 147.173628) (xy 83.787333 147.273635) (xy 83.53619 147.41077) + (xy 83.536182 147.410775) (xy 83.307112 147.582254) (xy 83.307094 147.58227) (xy 83.10477 147.784594) + (xy 83.104754 147.784612) (xy 82.933275 148.013682) (xy 82.93327 148.01369) (xy 82.796135 148.264833) + (xy 82.696128 148.532962) (xy 82.635304 148.812566) (xy 82.61489 149.097998) (xy 82.61489 149.098001) + (xy 80.240175 149.098001) (xy 80.36074 149.03994) (xy 80.58061 148.890035) (xy 80.775683 148.709033) + (xy 80.941601 148.50098) (xy 81.074656 148.270521) (xy 81.171877 148.022805) (xy 81.231093 147.763367) + (xy 81.250979 147.498) (xy 81.244442 147.410774) (xy 81.231094 147.232642) (xy 81.231094 147.23264) + (xy 81.231093 147.232636) (xy 81.231093 147.232633) (xy 81.171877 146.973195) (xy 81.074656 146.725479) + (xy 80.941601 146.49502) (xy 80.775683 146.286967) (xy 80.775682 146.286966) (xy 80.775679 146.286962) + (xy 80.58061 146.105965) (xy 80.580607 146.105963) (xy 80.36074 145.95606) (xy 80.360736 145.956058) + (xy 80.360733 145.956056) (xy 80.360732 145.956055) (xy 80.120984 145.8406) (xy 80.120986 145.8406) + (xy 79.866695 145.762161) (xy 79.866689 145.762159) (xy 79.603562 145.7225) (xy 79.603555 145.7225) + (xy 79.337445 145.7225) (xy 79.337437 145.7225) (xy 79.07431 145.762159) (xy 79.074304 145.762161) + (xy 78.820014 145.8406) (xy 78.580269 145.956055) (xy 78.58026 145.95606) (xy 78.360392 146.105963) + (xy 78.16532 146.286962) (xy 77.999399 146.49502) (xy 77.866344 146.725478) (xy 77.769125 146.973189) + (xy 77.76912 146.973206) (xy 77.709905 147.23264) (xy 77.709905 147.232642) (xy 77.690021 147.497995) + (xy 77.690021 147.498004) (xy 75.521342 147.498004) (xy 75.404817 147.410775) (xy 75.404809 147.41077) + (xy 75.153666 147.273635) (xy 75.153667 147.273635) (xy 75.043736 147.232633) (xy 74.885546 147.173631) + (xy 74.885543 147.17363) (xy 74.885537 147.173628) (xy 74.605933 147.112804) (xy 74.320501 147.09239) + (xy 74.320499 147.09239) (xy 74.035066 147.112804) (xy 73.755462 147.173628) (xy 73.487333 147.273635) + (xy 73.23619 147.41077) (xy 73.236182 147.410775) (xy 73.007112 147.582254) (xy 73.007094 147.58227) + (xy 72.80477 147.784594) (xy 72.804754 147.784612) (xy 72.633275 148.013682) (xy 72.63327 148.01369) + (xy 72.496135 148.264833) (xy 72.396128 148.532962) (xy 72.335304 148.812566) (xy 72.31489 149.097998) + (xy 72.31489 149.098001) (xy 70.242609 149.098001) (xy 70.242609 149.097998) (xy 70.222199 148.812637) + (xy 70.16139 148.533104) (xy 70.061408 148.265041) (xy 69.924308 148.013961) (xy 69.924307 148.01396) + (xy 69.817615 147.871436) (xy 69.100073 148.588978) (xy 69.014251 148.460537) (xy 68.874963 148.321249) + (xy 68.74652 148.235425) (xy 69.464062 147.517883) (xy 69.464061 147.517882) (xy 69.321546 147.411196) + (xy 69.321538 147.411191) (xy 69.070457 147.274091) (xy 69.070458 147.274091) (xy 68.802395 147.174109) + (xy 68.522862 147.1133) (xy 68.237501 147.092891) (xy 68.237499 147.092891) (xy 67.952137 147.1133) + (xy 67.672604 147.174109) (xy 67.404541 147.274091) (xy 67.153461 147.411191) (xy 67.153453 147.411196) + (xy 67.010937 147.517882) (xy 67.010936 147.517883) (xy 67.728479 148.235426) (xy 67.600037 148.321249) + (xy 67.460749 148.460537) (xy 67.374926 148.588979) (xy 66.657383 147.871436) (xy 66.657382 147.871437) + (xy 66.550696 148.013953) (xy 66.550691 148.013961) (xy 66.413591 148.265041) (xy 66.313609 148.533104) + (xy 66.2528 148.812637) (xy 66.232391 149.097998) (xy 66.232391 149.098001) (xy 63.857175 149.098001) + (xy 63.97774 149.03994) (xy 64.19761 148.890035) (xy 64.392683 148.709033) (xy 64.558601 148.50098) + (xy 64.691656 148.270521) (xy 64.788877 148.022805) (xy 64.848093 147.763367) (xy 64.867979 147.498) + (xy 64.861442 147.410774) (xy 64.848094 147.232642) (xy 64.848094 147.23264) (xy 64.848093 147.232636) + (xy 64.848093 147.232633) (xy 64.788877 146.973195) (xy 64.691656 146.725479) (xy 64.558601 146.49502) + (xy 64.392683 146.286967) (xy 64.392682 146.286966) (xy 64.392679 146.286962) (xy 64.19761 146.105965) + (xy 64.197607 146.105963) (xy 63.97774 145.95606) (xy 63.977736 145.956058) (xy 63.977733 145.956056) + (xy 63.977732 145.956055) (xy 63.737984 145.8406) (xy 63.737986 145.8406) (xy 63.483695 145.762161) + (xy 63.483689 145.762159) (xy 63.220562 145.7225) (xy 63.220555 145.7225) (xy 62.954445 145.7225) + (xy 62.954437 145.7225) (xy 62.69131 145.762159) (xy 62.691304 145.762161) (xy 62.437014 145.8406) + (xy 62.197269 145.956055) (xy 62.19726 145.95606) (xy 61.977392 146.105963) (xy 61.78232 146.286962) + (xy 61.616399 146.49502) (xy 61.483344 146.725478) (xy 61.386125 146.973189) (xy 61.38612 146.973206) + (xy 61.326905 147.23264) (xy 61.326905 147.232642) (xy 61.307021 147.497995) (xy 61.307021 147.498004) + (xy 59.137507 147.498004) (xy 59.021546 147.411196) (xy 59.021538 147.411191) (xy 58.770457 147.274091) + (xy 58.770458 147.274091) (xy 58.502395 147.174109) (xy 58.222862 147.1133) (xy 57.937501 147.092891) + (xy 57.937499 147.092891) (xy 57.652137 147.1133) (xy 57.372604 147.174109) (xy 57.104541 147.274091) + (xy 56.853461 147.411191) (xy 56.853453 147.411196) (xy 56.710937 147.517882) (xy 56.710936 147.517883) + (xy 57.428479 148.235426) (xy 57.300037 148.321249) (xy 57.160749 148.460537) (xy 57.074926 148.588979) + (xy 56.357383 147.871436) (xy 56.357382 147.871437) (xy 56.250696 148.013953) (xy 56.250691 148.013961) + (xy 56.113591 148.265041) (xy 56.013609 148.533104) (xy 55.9528 148.812637) (xy 55.932391 149.097998) + (xy 55.932391 149.098001) (xy 51.3005 149.098001) (xy 51.3005 142.240001) (xy 54.889532 142.240001) + (xy 54.909364 142.466686) (xy 54.909366 142.466697) (xy 54.968258 142.686488) (xy 54.968261 142.686497) + (xy 55.064431 142.892732) (xy 55.064432 142.892734) (xy 55.194954 143.079141) (xy 55.355858 143.240045) + (xy 55.355861 143.240047) (xy 55.542266 143.370568) (xy 55.748504 143.466739) (xy 55.968308 143.525635) + (xy 56.13023 143.539801) (xy 56.194998 143.545468) (xy 56.195 143.545468) (xy 56.195002 143.545468) + (xy 56.251673 143.540509) (xy 56.421692 143.525635) (xy 56.641496 143.466739) (xy 56.847734 143.370568) + (xy 57.034139 143.240047) (xy 57.195047 143.079139) (xy 57.325568 142.892734) (xy 57.332893 142.877024) + (xy 57.379064 142.824586) (xy 57.446257 142.805433) (xy 57.513138 142.825648) (xy 57.557657 142.877024) + (xy 57.564864 142.89248) (xy 57.615974 142.965472) (xy 58.295 142.286446) (xy 58.295 142.292661) + (xy 58.322259 142.394394) (xy 58.37492 142.485606) (xy 58.449394 142.56008) (xy 58.540606 142.612741) + (xy 58.642339 142.64) (xy 58.648553 142.64) (xy 57.969526 143.319025) (xy 58.042513 143.370132) + (xy 58.042521 143.370136) (xy 58.248668 143.466264) (xy 58.248682 143.466269) (xy 58.468389 143.525139) + (xy 58.4684 143.525141) (xy 58.694998 143.544966) (xy 58.695002 143.544966) (xy 58.921599 143.525141) + (xy 58.92161 143.525139) (xy 59.141317 143.466269) (xy 59.141331 143.466264) (xy 59.347478 143.370136) + (xy 59.420471 143.319024) (xy 58.741447 142.64) (xy 58.747661 142.64) (xy 58.849394 142.612741) + (xy 58.940606 142.56008) (xy 59.01508 142.485606) (xy 59.067741 142.394394) (xy 59.095 142.292661) + (xy 59.095 142.286447) (xy 59.774024 142.965471) (xy 59.825136 142.892478) (xy 59.921264 142.686331) + (xy 59.921269 142.686317) (xy 59.980139 142.46661) (xy 59.980141 142.466599) (xy 59.999966 142.240002) + (xy 59.999966 142.239997) (xy 59.980141 142.0134) (xy 59.980139 142.013389) (xy 59.921269 141.793682) + (xy 59.921264 141.793668) (xy 59.833287 141.605) (xy 72.454357 141.605) (xy 72.474884 141.826535) + (xy 72.474885 141.826537) (xy 72.535769 142.040523) (xy 72.535775 142.040538) (xy 72.634938 142.239683) + (xy 72.634943 142.239691) (xy 72.76902 142.417238) (xy 72.933437 142.567123) (xy 72.933439 142.567125) + (xy 73.122595 142.684245) (xy 73.122596 142.684245) (xy 73.122599 142.684247) (xy 73.33006 142.764618) + (xy 73.548757 142.8055) (xy 73.548759 142.8055) (xy 73.771241 142.8055) (xy 73.771243 142.8055) + (xy 73.98994 142.764618) (xy 74.197401 142.684247) (xy 74.386562 142.567124) (xy 74.550981 142.417236) + (xy 74.685058 142.239689) (xy 74.784229 142.040528) (xy 74.845115 141.826536) (xy 74.865643 141.605) + (xy 77.534357 141.605) (xy 77.554884 141.826535) (xy 77.554885 141.826537) (xy 77.615769 142.040523) + (xy 77.615775 142.040538) (xy 77.714938 142.239683) (xy 77.714943 142.239691) (xy 77.84902 142.417238) + (xy 78.013437 142.567123) (xy 78.013439 142.567125) (xy 78.202595 142.684245) (xy 78.202596 142.684245) + (xy 78.202599 142.684247) (xy 78.41006 142.764618) (xy 78.628757 142.8055) (xy 78.628759 142.8055) + (xy 78.851241 142.8055) (xy 78.851243 142.8055) (xy 79.06994 142.764618) (xy 79.277401 142.684247) + (xy 79.466562 142.567124) (xy 79.630981 142.417236) (xy 79.765058 142.239689) (xy 79.864229 142.040528) + (xy 79.925115 141.826536) (xy 79.945643 141.605) (xy 79.937259 141.514526) (xy 79.925115 141.383464) + (xy 79.925114 141.383462) (xy 79.884282 141.239953) (xy 79.864229 141.169472) (xy 79.864224 141.169461) + (xy 79.765061 140.970316) (xy 79.765056 140.970308) (xy 79.630979 140.792761) (xy 79.466562 140.642876) + (xy 79.46656 140.642874) (xy 79.277404 140.525754) (xy 79.277398 140.525752) (xy 79.06994 140.445382) + (xy 78.851243 140.4045) (xy 78.628757 140.4045) (xy 78.41006 140.445382) (xy 78.278864 140.496207) + (xy 78.202601 140.525752) (xy 78.202595 140.525754) (xy 78.013439 140.642874) (xy 78.013437 140.642876) + (xy 77.84902 140.792761) (xy 77.714943 140.970308) (xy 77.714938 140.970316) (xy 77.615775 141.169461) + (xy 77.615769 141.169476) (xy 77.554885 141.383462) (xy 77.554884 141.383464) (xy 77.534357 141.604999) + (xy 77.534357 141.605) (xy 74.865643 141.605) (xy 74.857259 141.514526) (xy 74.845115 141.383464) + (xy 74.845114 141.383462) (xy 74.804282 141.239953) (xy 74.784229 141.169472) (xy 74.784224 141.169461) + (xy 74.685061 140.970316) (xy 74.685056 140.970308) (xy 74.550979 140.792761) (xy 74.386562 140.642876) + (xy 74.38656 140.642874) (xy 74.197404 140.525754) (xy 74.197398 140.525752) (xy 73.98994 140.445382) + (xy 73.771243 140.4045) (xy 73.548757 140.4045) (xy 73.33006 140.445382) (xy 73.198864 140.496207) + (xy 73.122601 140.525752) (xy 73.122595 140.525754) (xy 72.933439 140.642874) (xy 72.933437 140.642876) + (xy 72.76902 140.792761) (xy 72.634943 140.970308) (xy 72.634938 140.970316) (xy 72.535775 141.169461) + (xy 72.535769 141.169476) (xy 72.474885 141.383462) (xy 72.474884 141.383464) (xy 72.454357 141.604999) + (xy 72.454357 141.605) (xy 59.833287 141.605) (xy 59.825136 141.587521) (xy 59.825132 141.587513) + (xy 59.774025 141.514526) (xy 59.095 142.193551) (xy 59.095 142.187339) (xy 59.067741 142.085606) + (xy 59.01508 141.994394) (xy 58.940606 141.91992) (xy 58.849394 141.867259) (xy 58.747661 141.84) + (xy 58.741448 141.84) (xy 59.420472 141.160974) (xy 59.347478 141.109863) (xy 59.141331 141.013735) + (xy 59.141317 141.01373) (xy 58.92161 140.95486) (xy 58.921599 140.954858) (xy 58.695002 140.935034) + (xy 58.694998 140.935034) (xy 58.4684 140.954858) (xy 58.468389 140.95486) (xy 58.248682 141.01373) + (xy 58.248673 141.013734) (xy 58.042516 141.109866) (xy 58.042512 141.109868) (xy 57.969526 141.160973) + (xy 57.969526 141.160974) (xy 58.648553 141.84) (xy 58.642339 141.84) (xy 58.540606 141.867259) + (xy 58.449394 141.91992) (xy 58.37492 141.994394) (xy 58.322259 142.085606) (xy 58.295 142.187339) + (xy 58.295 142.193552) (xy 57.615974 141.514526) (xy 57.615973 141.514526) (xy 57.564868 141.587512) + (xy 57.564867 141.587514) (xy 57.557656 141.602979) (xy 57.511482 141.655417) (xy 57.444288 141.674567) + (xy 57.377407 141.65435) (xy 57.332893 141.602976) (xy 57.325568 141.587266) (xy 57.195047 141.400861) + (xy 57.195045 141.400858) (xy 57.034141 141.239954) (xy 56.847734 141.109432) (xy 56.847732 141.109431) + (xy 56.641497 141.013261) (xy 56.641488 141.013258) (xy 56.421697 140.954366) (xy 56.421693 140.954365) + (xy 56.421692 140.954365) (xy 56.421691 140.954364) (xy 56.421686 140.954364) (xy 56.195002 140.934532) + (xy 56.194998 140.934532) (xy 55.968313 140.954364) (xy 55.968302 140.954366) (xy 55.748511 141.013258) + (xy 55.748502 141.013261) (xy 55.542267 141.109431) (xy 55.542265 141.109432) (xy 55.355858 141.239954) + (xy 55.194954 141.400858) (xy 55.064432 141.587265) (xy 55.064431 141.587267) (xy 54.968261 141.793502) + (xy 54.968258 141.793511) (xy 54.909366 142.013302) (xy 54.909364 142.013313) (xy 54.889532 142.239998) + (xy 54.889532 142.240001) (xy 51.3005 142.240001) (xy 51.3005 137.78375) (xy 52.509357 137.78375) + (xy 52.529884 138.005285) (xy 52.529885 138.005287) (xy 52.590769 138.219273) (xy 52.590775 138.219288) + (xy 52.689938 138.418433) (xy 52.689943 138.418441) (xy 52.82402 138.595988) (xy 52.988437 138.745873) + (xy 52.988439 138.745875) (xy 53.177595 138.862995) (xy 53.177596 138.862995) (xy 53.177599 138.862997) + (xy 53.38506 138.943368) (xy 53.603757 138.98425) (xy 53.603759 138.98425) (xy 53.826241 138.98425) + (xy 53.826243 138.98425) (xy 54.04494 138.943368) (xy 54.252401 138.862997) (xy 54.441562 138.745874) + (xy 54.605981 138.595986) (xy 54.740058 138.418439) (xy 54.839229 138.219278) (xy 54.900115 138.005286) + (xy 54.920643 137.78375) (xy 57.589357 137.78375) (xy 57.609884 138.005285) (xy 57.609885 138.005287) + (xy 57.670769 138.219273) (xy 57.670775 138.219288) (xy 57.769938 138.418433) (xy 57.769943 138.418441) + (xy 57.90402 138.595988) (xy 58.068437 138.745873) (xy 58.068439 138.745875) (xy 58.257595 138.862995) + (xy 58.257596 138.862995) (xy 58.257599 138.862997) (xy 58.46506 138.943368) (xy 58.683757 138.98425) + (xy 58.683759 138.98425) (xy 58.906241 138.98425) (xy 58.906243 138.98425) (xy 59.12494 138.943368) + (xy 59.332401 138.862997) (xy 59.521562 138.745874) (xy 59.685981 138.595986) (xy 59.820058 138.418439) + (xy 59.919229 138.219278) (xy 59.980115 138.005286) (xy 60.000643 137.78375) (xy 59.992743 137.698499) + (xy 59.980115 137.562214) (xy 59.980114 137.562212) (xy 59.978217 137.555546) (xy 59.919229 137.348222) + (xy 59.897949 137.305486) (xy 59.820061 137.149066) (xy 59.820056 137.149058) (xy 59.685979 136.971511) + (xy 59.521562 136.821626) (xy 59.52156 136.821624) (xy 59.332404 136.704504) (xy 59.332398 136.704502) + (xy 59.12494 136.624132) (xy 58.906243 136.58325) (xy 58.683757 136.58325) (xy 58.46506 136.624132) + (xy 58.333864 136.674957) (xy 58.257601 136.704502) (xy 58.257595 136.704504) (xy 58.068439 136.821624) + (xy 58.068437 136.821626) (xy 57.90402 136.971511) (xy 57.769943 137.149058) (xy 57.769938 137.149066) + (xy 57.670775 137.348211) (xy 57.670769 137.348226) (xy 57.609885 137.562212) (xy 57.609884 137.562214) + (xy 57.589357 137.783749) (xy 57.589357 137.78375) (xy 54.920643 137.78375) (xy 54.912743 137.698499) + (xy 54.900115 137.562214) (xy 54.900114 137.562212) (xy 54.898217 137.555546) (xy 54.839229 137.348222) + (xy 54.817949 137.305486) (xy 54.740061 137.149066) (xy 54.740056 137.149058) (xy 54.605979 136.971511) + (xy 54.441562 136.821626) (xy 54.44156 136.821624) (xy 54.252404 136.704504) (xy 54.252398 136.704502) + (xy 54.04494 136.624132) (xy 53.826243 136.58325) (xy 53.603757 136.58325) (xy 53.38506 136.624132) + (xy 53.253864 136.674957) (xy 53.177601 136.704502) (xy 53.177595 136.704504) (xy 52.988439 136.821624) + (xy 52.988437 136.821626) (xy 52.82402 136.971511) (xy 52.689943 137.149058) (xy 52.689938 137.149066) + (xy 52.590775 137.348211) (xy 52.590769 137.348226) (xy 52.529885 137.562212) (xy 52.529884 137.562214) + (xy 52.509357 137.783749) (xy 52.509357 137.78375) (xy 51.3005 137.78375) (xy 51.3005 134.0275) + (xy 52.538505 134.0275) (xy 52.591239 134.212849) (xy 52.690368 134.411925) (xy 52.824391 134.5894) + (xy 52.988738 134.739221) (xy 53.17782 134.856297) (xy 53.177822 134.856298) (xy 53.385195 134.936635) + (xy 53.465 134.951552) (xy 53.465 134.0275) (xy 52.538505 134.0275) (xy 51.3005 134.0275) (xy 51.3005 133.823578) + (xy 53.365 133.823578) (xy 53.388852 133.912595) (xy 53.43493 133.992405) (xy 53.500095 134.05757) + (xy 53.579905 134.103648) (xy 53.668922 134.1275) (xy 53.761078 134.1275) (xy 53.850095 134.103648) + (xy 53.929905 134.05757) (xy 53.959975 134.0275) (xy 53.965 134.0275) (xy 53.965 134.951552) (xy 54.044804 134.936635) + (xy 54.252177 134.856298) (xy 54.252179 134.856297) (xy 54.441261 134.739221) (xy 54.605608 134.5894) + (xy 54.739631 134.411925) (xy 54.83876 134.212849) (xy 54.891495 134.0275) (xy 53.965 134.0275) + (xy 53.959975 134.0275) (xy 53.99507 133.992405) (xy 54.041148 133.912595) (xy 54.065 133.823578) + (xy 54.065 133.7775) (xy 57.589357 133.7775) (xy 57.609884 133.999035) (xy 57.609885 133.999037) + (xy 57.670769 134.213023) (xy 57.670775 134.213038) (xy 57.769938 134.412183) (xy 57.769943 134.412191) + (xy 57.90402 134.589738) (xy 58.068437 134.739623) (xy 58.068439 134.739625) (xy 58.257595 134.856745) + (xy 58.257596 134.856745) (xy 58.257599 134.856747) (xy 58.46506 134.937118) (xy 58.683757 134.978) + (xy 58.683759 134.978) (xy 58.906241 134.978) (xy 58.906243 134.978) (xy 59.12494 134.937118) (xy 59.332401 134.856747) + (xy 59.521562 134.739624) (xy 59.685981 134.589736) (xy 59.820058 134.412189) (xy 59.919229 134.213028) + (xy 59.980115 133.999036) (xy 60.000643 133.7775) (xy 59.980115 133.555964) (xy 59.919229 133.341972) + (xy 59.919224 133.341961) (xy 59.820061 133.142816) (xy 59.820056 133.142808) (xy 59.685979 132.965261) + (xy 59.521562 132.815376) (xy 59.52156 132.815374) (xy 59.332404 132.698254) (xy 59.332398 132.698252) + (xy 59.12494 132.617882) (xy 58.906243 132.577) (xy 58.683757 132.577) (xy 58.46506 132.617882) + (xy 58.392601 132.645953) (xy 58.257601 132.698252) (xy 58.257595 132.698254) (xy 58.068439 132.815374) + (xy 58.068437 132.815376) (xy 57.90402 132.965261) (xy 57.769943 133.142808) (xy 57.769938 133.142816) + (xy 57.670775 133.341961) (xy 57.670769 133.341976) (xy 57.609885 133.555962) (xy 57.609884 133.555964) + (xy 57.589357 133.777499) (xy 57.589357 133.7775) (xy 54.065 133.7775) (xy 54.065 133.731422) (xy 54.041148 133.642405) + (xy 53.99507 133.562595) (xy 53.929905 133.49743) (xy 53.850095 133.451352) (xy 53.761078 133.4275) + (xy 53.668922 133.4275) (xy 53.579905 133.451352) (xy 53.500095 133.49743) (xy 53.43493 133.562595) + (xy 53.388852 133.642405) (xy 53.365 133.731422) (xy 53.365 133.823578) (xy 51.3005 133.823578) + (xy 51.3005 133.5275) (xy 52.538505 133.5275) (xy 53.465 133.5275) (xy 53.465 132.603446) (xy 53.965 132.603446) + (xy 53.965 133.5275) (xy 54.891495 133.5275) (xy 54.83876 133.34215) (xy 54.739631 133.143074) (xy 54.605608 132.965599) + (xy 54.441261 132.815778) (xy 54.252179 132.698702) (xy 54.252177 132.698701) (xy 54.044799 132.618364) + (xy 53.965 132.603446) (xy 53.465 132.603446) (xy 53.3852 132.618364) (xy 53.177822 132.698701) + (xy 53.17782 132.698702) (xy 52.988738 132.815778) (xy 52.824391 132.965599) (xy 52.690368 133.143074) + (xy 52.591239 133.34215) (xy 52.538505 133.5275) (xy 51.3005 133.5275) (xy 51.3005 129.79) (xy 52.538505 129.79) + (xy 52.591239 129.975349) (xy 52.690368 130.174425) (xy 52.824391 130.3519) (xy 52.988738 130.501721) + (xy 53.17782 130.618797) (xy 53.177822 130.618798) (xy 53.385195 130.699135) (xy 53.465 130.714052) + (xy 53.465 129.79) (xy 52.538505 129.79) (xy 51.3005 129.79) (xy 51.3005 129.586078) (xy 53.365 129.586078) + (xy 53.388852 129.675095) (xy 53.43493 129.754905) (xy 53.500095 129.82007) (xy 53.579905 129.866148) + (xy 53.668922 129.89) (xy 53.761078 129.89) (xy 53.850095 129.866148) (xy 53.929905 129.82007) (xy 53.959975 129.79) + (xy 53.965 129.79) (xy 53.965 130.714052) (xy 54.044804 130.699135) (xy 54.252177 130.618798) (xy 54.252179 130.618797) + (xy 54.441261 130.501721) (xy 54.605608 130.3519) (xy 54.739631 130.174425) (xy 54.83876 129.975349) + (xy 54.891495 129.79) (xy 53.965 129.79) (xy 53.959975 129.79) (xy 53.99507 129.754905) (xy 54.041148 129.675095) + (xy 54.065 129.586078) (xy 54.065 129.54) (xy 57.589357 129.54) (xy 57.609884 129.761535) (xy 57.609885 129.761537) + (xy 57.670769 129.975523) (xy 57.670775 129.975538) (xy 57.769938 130.174683) (xy 57.769943 130.174691) + (xy 57.90402 130.352238) (xy 58.068437 130.502123) (xy 58.068439 130.502125) (xy 58.257595 130.619245) + (xy 58.257596 130.619245) (xy 58.257599 130.619247) (xy 58.46506 130.699618) (xy 58.683757 130.7405) + (xy 58.683759 130.7405) (xy 58.906241 130.7405) (xy 58.906243 130.7405) (xy 59.12494 130.699618) + (xy 59.332401 130.619247) (xy 59.521562 130.502124) (xy 59.681273 130.356528) (xy 59.685979 130.352238) + (xy 59.686235 130.3519) (xy 59.820058 130.174689) (xy 59.919229 129.975528) (xy 59.980115 129.761536) + (xy 60.000643 129.54) (xy 59.988146 129.405139) (xy 59.980115 129.318464) (xy 59.980114 129.318462) + (xy 59.971041 129.286574) (xy 59.919229 129.104472) (xy 59.873431 129.012497) (xy 59.820061 128.905316) + (xy 59.820056 128.905308) (xy 59.685979 128.727761) (xy 59.521562 128.577876) (xy 59.52156 128.577874) + (xy 59.332404 128.460754) (xy 59.332398 128.460752) (xy 59.12494 128.380382) (xy 58.906243 128.3395) + (xy 58.683757 128.3395) (xy 58.46506 128.380382) (xy 58.333864 128.431207) (xy 58.257601 128.460752) + (xy 58.257595 128.460754) (xy 58.068439 128.577874) (xy 58.068437 128.577876) (xy 57.90402 128.727761) + (xy 57.769943 128.905308) (xy 57.769938 128.905316) (xy 57.670775 129.104461) (xy 57.670769 129.104476) + (xy 57.609885 129.318462) (xy 57.609884 129.318464) (xy 57.589357 129.539999) (xy 57.589357 129.54) + (xy 54.065 129.54) (xy 54.065 129.493922) (xy 54.041148 129.404905) (xy 53.99507 129.325095) (xy 53.929905 129.25993) + (xy 53.850095 129.213852) (xy 53.761078 129.19) (xy 53.668922 129.19) (xy 53.579905 129.213852) + (xy 53.500095 129.25993) (xy 53.43493 129.325095) (xy 53.388852 129.404905) (xy 53.365 129.493922) + (xy 53.365 129.586078) (xy 51.3005 129.586078) (xy 51.3005 129.29) (xy 52.538505 129.29) (xy 53.465 129.29) + (xy 53.465 128.365946) (xy 53.965 128.365946) (xy 53.965 129.29) (xy 54.891495 129.29) (xy 54.83876 129.10465) + (xy 54.739631 128.905574) (xy 54.605608 128.728099) (xy 54.441261 128.578278) (xy 54.252179 128.461202) + (xy 54.252177 128.461201) (xy 54.044799 128.380864) (xy 53.965 128.365946) (xy 53.465 128.365946) + (xy 53.3852 128.380864) (xy 53.177822 128.461201) (xy 53.17782 128.461202) (xy 52.988738 128.578278) + (xy 52.824391 128.728099) (xy 52.690368 128.905574) (xy 52.591239 129.10465) (xy 52.538505 129.29) + (xy 51.3005 129.29) (xy 51.3005 125.476) (xy 52.509357 125.476) (xy 52.529884 125.697535) (xy 52.529885 125.697537) + (xy 52.590769 125.911523) (xy 52.590775 125.911538) (xy 52.689938 126.110683) (xy 52.689943 126.110691) + (xy 52.82402 126.288238) (xy 52.988437 126.438123) (xy 52.988439 126.438125) (xy 53.177595 126.555245) + (xy 53.177596 126.555245) (xy 53.177599 126.555247) (xy 53.38506 126.635618) (xy 53.603757 126.6765) + (xy 53.603759 126.6765) (xy 53.826241 126.6765) (xy 53.826243 126.6765) (xy 54.04494 126.635618) + (xy 54.252401 126.555247) (xy 54.441562 126.438124) (xy 54.605981 126.288236) (xy 54.740058 126.110689) + (xy 54.839229 125.911528) (xy 54.900115 125.697536) (xy 54.920643 125.476) (xy 57.589357 125.476) + (xy 57.609884 125.697535) (xy 57.609885 125.697537) (xy 57.670769 125.911523) (xy 57.670775 125.911538) + (xy 57.769938 126.110683) (xy 57.769943 126.110691) (xy 57.90402 126.288238) (xy 58.068437 126.438123) + (xy 58.068439 126.438125) (xy 58.257595 126.555245) (xy 58.257596 126.555245) (xy 58.257599 126.555247) + (xy 58.46506 126.635618) (xy 58.683757 126.6765) (xy 58.683759 126.6765) (xy 58.906241 126.6765) + (xy 58.906243 126.6765) (xy 59.12494 126.635618) (xy 59.332401 126.555247) (xy 59.521562 126.438124) + (xy 59.685981 126.288236) (xy 59.820058 126.110689) (xy 59.919229 125.911528) (xy 59.980115 125.697536) + (xy 60.000643 125.476) (xy 59.980115 125.254464) (xy 59.919229 125.040472) (xy 59.914888 125.031754) + (xy 59.820061 124.841316) (xy 59.820056 124.841308) (xy 59.685979 124.663761) (xy 59.521562 124.513876) + (xy 59.52156 124.513874) (xy 59.332404 124.396754) (xy 59.332398 124.396752) (xy 59.12494 124.316382) + (xy 58.906243 124.2755) (xy 58.683757 124.2755) (xy 58.46506 124.316382) (xy 58.333864 124.367207) + (xy 58.257601 124.396752) (xy 58.257595 124.396754) (xy 58.068439 124.513874) (xy 58.068437 124.513876) + (xy 57.90402 124.663761) (xy 57.769943 124.841308) (xy 57.769938 124.841316) (xy 57.670775 125.040461) + (xy 57.670769 125.040476) (xy 57.609885 125.254462) (xy 57.609884 125.254464) (xy 57.589357 125.475999) + (xy 57.589357 125.476) (xy 54.920643 125.476) (xy 54.900115 125.254464) (xy 54.839229 125.040472) + (xy 54.834888 125.031754) (xy 54.740061 124.841316) (xy 54.740056 124.841308) (xy 54.605979 124.663761) + (xy 54.441562 124.513876) (xy 54.44156 124.513874) (xy 54.252404 124.396754) (xy 54.252398 124.396752) + (xy 54.04494 124.316382) (xy 53.826243 124.2755) (xy 53.603757 124.2755) (xy 53.38506 124.316382) + (xy 53.253864 124.367207) (xy 53.177601 124.396752) (xy 53.177595 124.396754) (xy 52.988439 124.513874) + (xy 52.988437 124.513876) (xy 52.82402 124.663761) (xy 52.689943 124.841308) (xy 52.689938 124.841316) + (xy 52.590775 125.040461) (xy 52.590769 125.040476) (xy 52.529885 125.254462) (xy 52.529884 125.254464) + (xy 52.509357 125.475999) (xy 52.509357 125.476) (xy 51.3005 125.476) (xy 51.3005 122.153427) (xy 51.320185 122.086388) + (xy 51.372989 122.040633) (xy 51.442147 122.030689) (xy 51.505703 122.059714) (xy 51.527256 122.085818) + (xy 51.52786 122.085396) (xy 51.530965 122.08983) (xy 51.666505 122.283401) (xy 51.833599 122.450495) + (xy 51.930384 122.518265) (xy 52.027165 122.586032) (xy 52.027167 122.586033) (xy 52.02717 122.586035) + (xy 52.241337 122.685903) (xy 52.469592 122.747063) (xy 52.657918 122.763539) (xy 52.704999 122.767659) + (xy 52.705 122.767659) (xy 52.705001 122.767659) (xy 52.744234 122.764226) (xy 52.940408 122.747063) + (xy 53.168663 122.685903) (xy 53.38283 122.586035) (xy 53.576401 122.450495) (xy 53.743495 122.283401) + (xy 53.879035 122.08983) (xy 53.978903 121.875663) (xy 54.040063 121.647408) (xy 54.060659 121.412) + (xy 54.040063 121.176592) (xy 53.978903 120.948337) (xy 53.958229 120.904001) (xy 54.848532 120.904001) + (xy 54.868364 121.130686) (xy 54.868366 121.130697) (xy 54.927258 121.350488) (xy 54.927261 121.350497) + (xy 55.023431 121.556732) (xy 55.023432 121.556734) (xy 55.153954 121.743141) (xy 55.314858 121.904045) + (xy 55.314861 121.904047) (xy 55.501266 122.034568) (xy 55.707504 122.130739) (xy 55.927308 122.189635) + (xy 56.08923 122.203801) (xy 56.153998 122.209468) (xy 56.154 122.209468) (xy 56.154002 122.209468) + (xy 56.210673 122.204509) (xy 56.380692 122.189635) (xy 56.600496 122.130739) (xy 56.806734 122.034568) + (xy 56.993139 121.904047) (xy 57.154047 121.743139) (xy 57.284568 121.556734) (xy 57.291618 121.541614) + (xy 57.337789 121.489176) (xy 57.404982 121.470023) (xy 57.471864 121.490238) (xy 57.516381 121.541614) + (xy 57.523432 121.556733) (xy 57.523432 121.556734) (xy 57.653954 121.743141) (xy 57.814858 121.904045) + (xy 57.814861 121.904047) (xy 58.001266 122.034568) (xy 58.207504 122.130739) (xy 58.427308 122.189635) + (xy 58.58923 122.203801) (xy 58.653998 122.209468) (xy 58.654 122.209468) (xy 58.654002 122.209468) + (xy 58.710673 122.204509) (xy 58.880692 122.189635) (xy 59.100496 122.130739) (xy 59.306734 122.034568) + (xy 59.493139 121.904047) (xy 59.654047 121.743139) (xy 59.784568 121.556734) (xy 59.880739 121.350496) + (xy 59.939635 121.130692) (xy 59.959468 120.904) (xy 59.939635 120.677308) (xy 59.880739 120.457504) + (xy 59.784568 120.251266) (xy 59.654047 120.064861) (xy 59.654045 120.064858) (xy 59.493141 119.903954) + (xy 59.306734 119.773432) (xy 59.306732 119.773431) (xy 59.100497 119.677261) (xy 59.100488 119.677258) + (xy 58.880697 119.618366) (xy 58.880693 119.618365) (xy 58.880692 119.618365) (xy 58.880691 119.618364) + (xy 58.880686 119.618364) (xy 58.654002 119.598532) (xy 58.653998 119.598532) (xy 58.427313 119.618364) + (xy 58.427302 119.618366) (xy 58.207511 119.677258) (xy 58.207502 119.677261) (xy 58.001267 119.773431) + (xy 58.001265 119.773432) (xy 57.814858 119.903954) (xy 57.653954 120.064858) (xy 57.530132 120.241697) + (xy 57.523432 120.251266) (xy 57.51638 120.266387) (xy 57.470209 120.318825) (xy 57.403015 120.337976) + (xy 57.336134 120.31776) (xy 57.291619 120.266387) (xy 57.284568 120.251266) (xy 57.154047 120.064861) + (xy 57.154045 120.064858) (xy 56.993141 119.903954) (xy 56.806734 119.773432) (xy 56.806732 119.773431) + (xy 56.600497 119.677261) (xy 56.600488 119.677258) (xy 56.380697 119.618366) (xy 56.380693 119.618365) + (xy 56.380692 119.618365) (xy 56.380691 119.618364) (xy 56.380686 119.618364) (xy 56.154002 119.598532) + (xy 56.153998 119.598532) (xy 55.927313 119.618364) (xy 55.927302 119.618366) (xy 55.707511 119.677258) + (xy 55.707502 119.677261) (xy 55.501267 119.773431) (xy 55.501265 119.773432) (xy 55.314858 119.903954) + (xy 55.153954 120.064858) (xy 55.023432 120.251265) (xy 55.023431 120.251267) (xy 54.927261 120.457502) + (xy 54.927258 120.457511) (xy 54.868366 120.677302) (xy 54.868364 120.677313) (xy 54.848532 120.903998) + (xy 54.848532 120.904001) (xy 53.958229 120.904001) (xy 53.879035 120.734171) (xy 53.862894 120.711118) + (xy 53.743494 120.540597) (xy 53.576402 120.373506) (xy 53.576396 120.373501) (xy 53.390842 120.243575) + (xy 53.347217 120.188998) (xy 53.340023 120.1195) (xy 53.371546 120.057145) (xy 53.390842 120.040425) + (xy 53.427151 120.015001) (xy 53.576401 119.910495) (xy 53.743495 119.743401) (xy 53.879035 119.54983) + (xy 53.978903 119.335663) (xy 54.040063 119.107408) (xy 54.060659 118.872) (xy 54.059386 118.857455) + (xy 54.046879 118.7145) (xy 54.040063 118.636592) (xy 53.978903 118.408337) (xy 53.879035 118.194171) + (xy 53.862893 118.171118) (xy 53.743496 118.0006) (xy 53.743495 118.000599) (xy 53.621567 117.878671) + (xy 53.588084 117.817351) (xy 53.593068 117.747659) (xy 53.634939 117.691725) (xy 53.665915 117.67481) + (xy 53.797331 117.625796) (xy 53.912546 117.539546) (xy 53.998796 117.424331) (xy 54.049091 117.289483) + (xy 54.0555 117.229873) (xy 54.055499 115.434128) (xy 54.049091 115.374517) (xy 54.010829 115.271932) + (xy 53.998797 115.239671) (xy 53.998793 115.239664) (xy 53.912547 115.124455) (xy 53.912544 115.124452) + (xy 53.797335 115.038206) (xy 53.797328 115.038202) (xy 53.662482 114.987908) (xy 53.662483 114.987908) + (xy 53.602883 114.981501) (xy 53.602881 114.9815) (xy 53.602873 114.9815) (xy 53.602864 114.9815) + (xy 51.807129 114.9815) (xy 51.807123 114.981501) (xy 51.747516 114.987908) (xy 51.612671 115.038202) + (xy 51.612669 115.038204) (xy 51.498811 115.123438) (xy 51.433347 115.147855) (xy 51.365074 115.133004) + (xy 51.315668 115.083598) (xy 51.3005 115.024171) (xy 51.3005 112.19625) (xy 52.538505 112.19625) + (xy 52.591239 112.381599) (xy 52.690368 112.580675) (xy 52.824391 112.75815) (xy 52.988738 112.907971) + (xy 53.17782 113.025047) (xy 53.177822 113.025048) (xy 53.385195 113.105385) (xy 53.465 113.120302) + (xy 53.465 112.19625) (xy 52.538505 112.19625) (xy 51.3005 112.19625) (xy 51.3005 111.992328) (xy 53.365 111.992328) + (xy 53.388852 112.081345) (xy 53.43493 112.161155) (xy 53.500095 112.22632) (xy 53.579905 112.272398) + (xy 53.668922 112.29625) (xy 53.761078 112.29625) (xy 53.850095 112.272398) (xy 53.929905 112.22632) + (xy 53.959975 112.19625) (xy 53.965 112.19625) (xy 53.965 113.120302) (xy 54.044804 113.105385) + (xy 54.252177 113.025048) (xy 54.252179 113.025047) (xy 54.441261 112.907971) (xy 54.605608 112.75815) + (xy 54.739631 112.580675) (xy 54.83876 112.381599) (xy 54.891495 112.19625) (xy 53.965 112.19625) + (xy 53.959975 112.19625) (xy 53.99507 112.161155) (xy 54.041148 112.081345) (xy 54.065 111.992328) + (xy 54.065 111.900172) (xy 54.041148 111.811155) (xy 53.99507 111.731345) (xy 53.929905 111.66618) + (xy 53.850095 111.620102) (xy 53.761078 111.59625) (xy 53.668922 111.59625) (xy 53.579905 111.620102) + (xy 53.500095 111.66618) (xy 53.43493 111.731345) (xy 53.388852 111.811155) (xy 53.365 111.900172) + (xy 53.365 111.992328) (xy 51.3005 111.992328) (xy 51.3005 111.69625) (xy 52.538505 111.69625) (xy 53.465 111.69625) + (xy 53.465 110.772196) (xy 53.965 110.772196) (xy 53.965 111.69625) (xy 54.891495 111.69625) (xy 54.83876 111.5109) + (xy 54.739631 111.311824) (xy 54.605608 111.134349) (xy 54.441261 110.984528) (xy 54.252179 110.867452) + (xy 54.252177 110.867451) (xy 54.044799 110.787114) (xy 53.965 110.772196) (xy 53.465 110.772196) + (xy 53.3852 110.787114) (xy 53.177822 110.867451) (xy 53.17782 110.867452) (xy 52.988738 110.984528) + (xy 52.824391 111.134349) (xy 52.690368 111.311824) (xy 52.591239 111.5109) (xy 52.538505 111.69625) + (xy 51.3005 111.69625) (xy 51.3005 107.94) (xy 52.509357 107.94) (xy 52.529884 108.161535) (xy 52.529885 108.161537) + (xy 52.590769 108.375523) (xy 52.590775 108.375538) (xy 52.689938 108.574683) (xy 52.689943 108.574691) + (xy 52.82402 108.752238) (xy 52.988437 108.902123) (xy 52.988439 108.902125) (xy 53.177595 109.019245) + (xy 53.177596 109.019245) (xy 53.177599 109.019247) (xy 53.38506 109.099618) (xy 53.603757 109.1405) + (xy 53.603759 109.1405) (xy 53.826241 109.1405) (xy 53.826243 109.1405) (xy 54.04494 109.099618) + (xy 54.252401 109.019247) (xy 54.441562 108.902124) (xy 54.605981 108.752236) (xy 54.740058 108.574689) + (xy 54.839229 108.375528) (xy 54.900115 108.161536) (xy 54.920643 107.94) (xy 54.900115 107.718464) + (xy 54.839229 107.504472) (xy 54.839224 107.504461) (xy 54.740061 107.305316) (xy 54.740056 107.305308) + (xy 54.605979 107.127761) (xy 54.441562 106.977876) (xy 54.44156 106.977874) (xy 54.252404 106.860754) + (xy 54.252398 106.860752) (xy 54.04494 106.780382) (xy 53.826243 106.7395) (xy 53.603757 106.7395) + (xy 53.38506 106.780382) (xy 53.253864 106.831207) (xy 53.177601 106.860752) (xy 53.177595 106.860754) + (xy 52.988439 106.977874) (xy 52.988437 106.977876) (xy 52.82402 107.127761) (xy 52.689943 107.305308) + (xy 52.689938 107.305316) (xy 52.590775 107.504461) (xy 52.590769 107.504476) (xy 52.529885 107.718462) + (xy 52.529884 107.718464) (xy 52.509357 107.939999) (xy 52.509357 107.94) (xy 51.3005 107.94) (xy 51.3005 90.932) + (xy 61.278357 90.932) (xy 61.298884 91.153535) (xy 61.298885 91.153537) (xy 61.359769 91.367523) + (xy 61.359775 91.367538) (xy 61.458938 91.566683) (xy 61.458943 91.566691) (xy 61.59302 91.744238) + (xy 61.757437 91.894123) (xy 61.757439 91.894125) (xy 61.946595 92.011245) (xy 61.946596 92.011245) + (xy 61.946599 92.011247) (xy 62.15406 92.091618) (xy 62.372757 92.1325) (xy 62.372759 92.1325) (xy 62.595241 92.1325) + (xy 62.595243 92.1325) (xy 62.81394 92.091618) (xy 63.021401 92.011247) (xy 63.210562 91.894124) + (xy 63.374981 91.744236) (xy 63.509058 91.566689) (xy 63.608229 91.367528) (xy 63.669115 91.153536) + (xy 63.689643 90.932) (xy 63.681161 90.840468) (xy 63.669115 90.710464) (xy 63.669114 90.710462) + (xy 63.65634 90.665567) (xy 63.608229 90.496472) (xy 63.608224 90.496461) (xy 63.509061 90.297316) + (xy 63.509056 90.297308) (xy 63.374979 90.119761) (xy 63.210562 89.969876) (xy 63.21056 89.969874) + (xy 63.021404 89.852754) (xy 63.021398 89.852752) (xy 62.81394 89.772382) (xy 62.595243 89.7315) + (xy 62.372757 89.7315) (xy 62.15406 89.772382) (xy 62.022864 89.823207) (xy 61.946601 89.852752) + (xy 61.946595 89.852754) (xy 61.757439 89.969874) (xy 61.757437 89.969876) (xy 61.59302 90.119761) + (xy 61.458943 90.297308) (xy 61.458938 90.297316) (xy 61.359775 90.496461) (xy 61.359769 90.496476) + (xy 61.298885 90.710462) (xy 61.298884 90.710464) (xy 61.278357 90.931999) (xy 61.278357 90.932) + (xy 51.3005 90.932) (xy 51.3005 89.535001) (xy 55.864532 89.535001) (xy 55.884364 89.761686) (xy 55.884366 89.761697) + (xy 55.943258 89.981488) (xy 55.943261 89.981497) (xy 56.039431 90.187732) (xy 56.039432 90.187734) + (xy 56.169954 90.374141) (xy 56.330858 90.535045) (xy 56.330861 90.535047) (xy 56.517266 90.665568) + (xy 56.723504 90.761739) (xy 56.943308 90.820635) (xy 57.10523 90.834801) (xy 57.169998 90.840468) + (xy 57.17 90.840468) (xy 57.170002 90.840468) (xy 57.226673 90.835509) (xy 57.396692 90.820635) + (xy 57.616496 90.761739) (xy 57.822734 90.665568) (xy 58.009139 90.535047) (xy 58.170047 90.374139) + (xy 58.300568 90.187734) (xy 58.307618 90.172614) (xy 58.353789 90.120176) (xy 58.420982 90.101023) + (xy 58.487864 90.121238) (xy 58.532381 90.172614) (xy 58.539432 90.187733) (xy 58.539432 90.187734) + (xy 58.669954 90.374141) (xy 58.830858 90.535045) (xy 58.830861 90.535047) (xy 59.017266 90.665568) + (xy 59.223504 90.761739) (xy 59.443308 90.820635) (xy 59.60523 90.834801) (xy 59.669998 90.840468) + (xy 59.67 90.840468) (xy 59.670002 90.840468) (xy 59.726673 90.835509) (xy 59.896692 90.820635) + (xy 60.116496 90.761739) (xy 60.322734 90.665568) (xy 60.509139 90.535047) (xy 60.670047 90.374139) + (xy 60.800568 90.187734) (xy 60.896739 89.981496) (xy 60.955635 89.761692) (xy 60.975468 89.535) + (xy 60.97356 89.513197) (xy 60.959405 89.3514) (xy 60.955635 89.308308) (xy 60.896739 89.088504) + (xy 60.800568 88.882266) (xy 60.67942 88.709247) (xy 60.670045 88.695858) (xy 60.509141 88.534954) + (xy 60.322734 88.404432) (xy 60.322732 88.404431) (xy 60.116497 88.308261) (xy 60.116488 88.308258) + (xy 59.896697 88.249366) (xy 59.896693 88.249365) (xy 59.896692 88.249365) (xy 59.896691 88.249364) + (xy 59.896686 88.249364) (xy 59.670002 88.229532) (xy 59.669998 88.229532) (xy 59.443313 88.249364) + (xy 59.443302 88.249366) (xy 59.223511 88.308258) (xy 59.223502 88.308261) (xy 59.017267 88.404431) + (xy 59.017265 88.404432) (xy 58.830858 88.534954) (xy 58.669954 88.695858) (xy 58.539433 88.882264) + (xy 58.539432 88.882266) (xy 58.53238 88.897387) (xy 58.486209 88.949825) (xy 58.419015 88.968976) + (xy 58.352134 88.94876) (xy 58.307619 88.897387) (xy 58.300568 88.882266) (xy 58.17942 88.709247) + (xy 58.170045 88.695858) (xy 58.009141 88.534954) (xy 57.822734 88.404432) (xy 57.822732 88.404431) + (xy 57.616497 88.308261) (xy 57.616488 88.308258) (xy 57.396697 88.249366) (xy 57.396693 88.249365) + (xy 57.396692 88.249365) (xy 57.396691 88.249364) (xy 57.396686 88.249364) (xy 57.170002 88.229532) + (xy 57.169998 88.229532) (xy 56.943313 88.249364) (xy 56.943302 88.249366) (xy 56.723511 88.308258) + (xy 56.723502 88.308261) (xy 56.517267 88.404431) (xy 56.517265 88.404432) (xy 56.330858 88.534954) + (xy 56.169954 88.695858) (xy 56.039432 88.882265) (xy 56.039431 88.882267) (xy 55.943261 89.088502) + (xy 55.943258 89.088511) (xy 55.884366 89.308302) (xy 55.884364 89.308313) (xy 55.864532 89.534998) + (xy 55.864532 89.535001) (xy 51.3005 89.535001) (xy 51.3005 85.09) (xy 52.509357 85.09) (xy 52.529884 85.311535) + (xy 52.529885 85.311537) (xy 52.590769 85.525523) (xy 52.590775 85.525538) (xy 52.689938 85.724683) + (xy 52.689943 85.724691) (xy 52.82402 85.902238) (xy 52.988437 86.052123) (xy 52.988439 86.052125) + (xy 53.177595 86.169245) (xy 53.177596 86.169245) (xy 53.177599 86.169247) (xy 53.38506 86.249618) + (xy 53.603757 86.2905) (xy 53.603759 86.2905) (xy 53.826241 86.2905) (xy 53.826243 86.2905) (xy 54.04494 86.249618) + (xy 54.252401 86.169247) (xy 54.441562 86.052124) (xy 54.605981 85.902236) (xy 54.740058 85.724689) + (xy 54.839229 85.525528) (xy 54.900115 85.311536) (xy 54.920643 85.09) (xy 57.589357 85.09) (xy 57.609884 85.311535) + (xy 57.609885 85.311537) (xy 57.670769 85.525523) (xy 57.670775 85.525538) (xy 57.769938 85.724683) + (xy 57.769943 85.724691) (xy 57.90402 85.902238) (xy 58.068437 86.052123) (xy 58.068439 86.052125) + (xy 58.257595 86.169245) (xy 58.257596 86.169245) (xy 58.257599 86.169247) (xy 58.46506 86.249618) + (xy 58.683757 86.2905) (xy 58.683759 86.2905) (xy 58.906241 86.2905) (xy 58.906243 86.2905) (xy 59.12494 86.249618) + (xy 59.332401 86.169247) (xy 59.521562 86.052124) (xy 59.685981 85.902236) (xy 59.820058 85.724689) + (xy 59.919229 85.525528) (xy 59.980115 85.311536) (xy 60.000643 85.09) (xy 59.980115 84.868464) + (xy 59.919229 84.654472) (xy 59.919224 84.654461) (xy 59.820061 84.455316) (xy 59.820056 84.455308) + (xy 59.685979 84.277761) (xy 59.521562 84.127876) (xy 59.52156 84.127874) (xy 59.332404 84.010754) + (xy 59.332398 84.010752) (xy 59.12494 83.930382) (xy 58.906243 83.8895) (xy 58.683757 83.8895) (xy 58.46506 83.930382) + (xy 58.333864 83.981207) (xy 58.257601 84.010752) (xy 58.257595 84.010754) (xy 58.068439 84.127874) + (xy 58.068437 84.127876) (xy 57.90402 84.277761) (xy 57.769943 84.455308) (xy 57.769938 84.455316) + (xy 57.670775 84.654461) (xy 57.670769 84.654476) (xy 57.609885 84.868462) (xy 57.609884 84.868464) + (xy 57.589357 85.089999) (xy 57.589357 85.09) (xy 54.920643 85.09) (xy 54.900115 84.868464) (xy 54.839229 84.654472) + (xy 54.839224 84.654461) (xy 54.740061 84.455316) (xy 54.740056 84.455308) (xy 54.605979 84.277761) + (xy 54.441562 84.127876) (xy 54.44156 84.127874) (xy 54.252404 84.010754) (xy 54.252398 84.010752) + (xy 54.04494 83.930382) (xy 53.826243 83.8895) (xy 53.603757 83.8895) (xy 53.38506 83.930382) (xy 53.253864 83.981207) + (xy 53.177601 84.010752) (xy 53.177595 84.010754) (xy 52.988439 84.127874) (xy 52.988437 84.127876) + (xy 52.82402 84.277761) (xy 52.689943 84.455308) (xy 52.689938 84.455316) (xy 52.590775 84.654461) + (xy 52.590769 84.654476) (xy 52.529885 84.868462) (xy 52.529884 84.868464) (xy 52.509357 85.089999) + (xy 52.509357 85.09) (xy 51.3005 85.09) (xy 51.3005 81.28) (xy 52.509357 81.28) (xy 52.529884 81.501535) + (xy 52.529885 81.501537) (xy 52.590769 81.715523) (xy 52.590775 81.715538) (xy 52.689938 81.914683) + (xy 52.689943 81.914691) (xy 52.82402 82.092238) (xy 52.988437 82.242123) (xy 52.988439 82.242125) + (xy 53.177595 82.359245) (xy 53.177596 82.359245) (xy 53.177599 82.359247) (xy 53.38506 82.439618) + (xy 53.603757 82.4805) (xy 53.603759 82.4805) (xy 53.826241 82.4805) (xy 53.826243 82.4805) (xy 54.04494 82.439618) + (xy 54.252401 82.359247) (xy 54.441562 82.242124) (xy 54.605981 82.092236) (xy 54.740058 81.914689) + (xy 54.839229 81.715528) (xy 54.900115 81.501536) (xy 54.920643 81.28) (xy 57.589357 81.28) (xy 57.609884 81.501535) + (xy 57.609885 81.501537) (xy 57.670769 81.715523) (xy 57.670775 81.715538) (xy 57.769938 81.914683) + (xy 57.769943 81.914691) (xy 57.90402 82.092238) (xy 58.068437 82.242123) (xy 58.068439 82.242125) + (xy 58.257595 82.359245) (xy 58.257596 82.359245) (xy 58.257599 82.359247) (xy 58.46506 82.439618) + (xy 58.683757 82.4805) (xy 58.683759 82.4805) (xy 58.906241 82.4805) (xy 58.906243 82.4805) (xy 59.12494 82.439618) + (xy 59.332401 82.359247) (xy 59.521562 82.242124) (xy 59.685981 82.092236) (xy 59.820058 81.914689) + (xy 59.919229 81.715528) (xy 59.980115 81.501536) (xy 60.000643 81.28) (xy 59.9955 81.224502) (xy 59.980115 81.058464) + (xy 59.980114 81.058462) (xy 59.968677 81.018266) (xy 59.919229 80.844472) (xy 59.913108 80.832179) + (xy 59.820061 80.645316) (xy 59.820056 80.645308) (xy 59.685979 80.467761) (xy 59.521562 80.317876) + (xy 59.52156 80.317874) (xy 59.332404 80.200754) (xy 59.332398 80.200752) (xy 59.12494 80.120382) + (xy 58.906243 80.0795) (xy 58.683757 80.0795) (xy 58.46506 80.120382) (xy 58.437536 80.131045) (xy 58.257601 80.200752) + (xy 58.257595 80.200754) (xy 58.068439 80.317874) (xy 58.068437 80.317876) (xy 57.90402 80.467761) + (xy 57.769943 80.645308) (xy 57.769938 80.645316) (xy 57.670775 80.844461) (xy 57.670769 80.844476) + (xy 57.609885 81.058462) (xy 57.609884 81.058464) (xy 57.589357 81.279999) (xy 57.589357 81.28) + (xy 54.920643 81.28) (xy 54.9155 81.224502) (xy 54.900115 81.058464) (xy 54.900114 81.058462) (xy 54.888677 81.018266) + (xy 54.839229 80.844472) (xy 54.833108 80.832179) (xy 54.740061 80.645316) (xy 54.740056 80.645308) + (xy 54.605979 80.467761) (xy 54.441562 80.317876) (xy 54.44156 80.317874) (xy 54.252404 80.200754) + (xy 54.252398 80.200752) (xy 54.04494 80.120382) (xy 53.826243 80.0795) (xy 53.603757 80.0795) (xy 53.38506 80.120382) + (xy 53.357536 80.131045) (xy 53.177601 80.200752) (xy 53.177595 80.200754) (xy 52.988439 80.317874) + (xy 52.988437 80.317876) (xy 52.82402 80.467761) (xy 52.689943 80.645308) (xy 52.689938 80.645316) + (xy 52.590775 80.844461) (xy 52.590769 80.844476) (xy 52.529885 81.058462) (xy 52.529884 81.058464) + (xy 52.509357 81.279999) (xy 52.509357 81.28) (xy 51.3005 81.28) (xy 51.3005 77.72) (xy 52.538505 77.72) + (xy 52.591239 77.905349) (xy 52.690368 78.104425) (xy 52.824391 78.2819) (xy 52.988738 78.431721) + (xy 53.17782 78.548797) (xy 53.177822 78.548798) (xy 53.385195 78.629135) (xy 53.465 78.644052) + (xy 53.465 77.72) (xy 52.538505 77.72) (xy 51.3005 77.72) (xy 51.3005 77.516078) (xy 53.365 77.516078) + (xy 53.388852 77.605095) (xy 53.43493 77.684905) (xy 53.500095 77.75007) (xy 53.579905 77.796148) + (xy 53.668922 77.82) (xy 53.761078 77.82) (xy 53.850095 77.796148) (xy 53.929905 77.75007) (xy 53.959975 77.72) + (xy 53.965 77.72) (xy 53.965 78.644052) (xy 54.044804 78.629135) (xy 54.252177 78.548798) (xy 54.252179 78.548797) + (xy 54.441261 78.431721) (xy 54.605608 78.2819) (xy 54.739631 78.104425) (xy 54.83876 77.905349) + (xy 54.891495 77.72) (xy 53.965 77.72) (xy 53.959975 77.72) (xy 53.99507 77.684905) (xy 54.041148 77.605095) + (xy 54.065 77.516078) (xy 54.065 77.47) (xy 57.589357 77.47) (xy 57.609884 77.691535) (xy 57.609885 77.691537) + (xy 57.670769 77.905523) (xy 57.670775 77.905538) (xy 57.769938 78.104683) (xy 57.769943 78.104691) + (xy 57.90402 78.282238) (xy 58.068437 78.432123) (xy 58.068439 78.432125) (xy 58.257595 78.549245) + (xy 58.257596 78.549245) (xy 58.257599 78.549247) (xy 58.46506 78.629618) (xy 58.683757 78.6705) + (xy 58.683759 78.6705) (xy 58.906241 78.6705) (xy 58.906243 78.6705) (xy 59.12494 78.629618) (xy 59.332401 78.549247) + (xy 59.521562 78.432124) (xy 59.685981 78.282236) (xy 59.820058 78.104689) (xy 59.919229 77.905528) + (xy 59.980115 77.691536) (xy 60.000643 77.47) (xy 59.980115 77.248464) (xy 59.919229 77.034472) + (xy 59.906686 77.009282) (xy 59.820061 76.835316) (xy 59.820056 76.835308) (xy 59.685979 76.657761) + (xy 59.521562 76.507876) (xy 59.52156 76.507874) (xy 59.332404 76.390754) (xy 59.332398 76.390752) + (xy 59.325581 76.388111) (xy 59.12494 76.310382) (xy 58.906243 76.2695) (xy 58.683757 76.2695) (xy 58.46506 76.310382) + (xy 58.343208 76.357588) (xy 58.257601 76.390752) (xy 58.257595 76.390754) (xy 58.068439 76.507874) + (xy 58.068437 76.507876) (xy 57.90402 76.657761) (xy 57.769943 76.835308) (xy 57.769938 76.835316) + (xy 57.670775 77.034461) (xy 57.670769 77.034476) (xy 57.609885 77.248462) (xy 57.609884 77.248464) + (xy 57.589357 77.469999) (xy 57.589357 77.47) (xy 54.065 77.47) (xy 54.065 77.423922) (xy 54.041148 77.334905) + (xy 53.99507 77.255095) (xy 53.929905 77.18993) (xy 53.850095 77.143852) (xy 53.761078 77.12) (xy 53.668922 77.12) + (xy 53.579905 77.143852) (xy 53.500095 77.18993) (xy 53.43493 77.255095) (xy 53.388852 77.334905) + (xy 53.365 77.423922) (xy 53.365 77.516078) (xy 51.3005 77.516078) (xy 51.3005 77.22) (xy 52.538505 77.22) + (xy 53.465 77.22) (xy 53.465 76.295946) (xy 53.965 76.295946) (xy 53.965 77.22) (xy 54.891495 77.22) + (xy 54.83876 77.03465) (xy 54.739631 76.835574) (xy 54.605608 76.658099) (xy 54.441261 76.508278) + (xy 54.252179 76.391202) (xy 54.252177 76.391201) (xy 54.044799 76.310864) (xy 53.965 76.295946) + (xy 53.465 76.295946) (xy 53.3852 76.310864) (xy 53.177822 76.391201) (xy 53.17782 76.391202) (xy 52.988738 76.508278) + (xy 52.824391 76.658099) (xy 52.690368 76.835574) (xy 52.591239 77.03465) (xy 52.538505 77.22) (xy 51.3005 77.22) + (xy 51.3005 73.66) (xy 52.509357 73.66) (xy 52.529884 73.881535) (xy 52.529885 73.881537) (xy 52.590769 74.095523) + (xy 52.590775 74.095538) (xy 52.689938 74.294683) (xy 52.689943 74.294691) (xy 52.82402 74.472238) + (xy 52.988437 74.622123) (xy 52.988439 74.622125) (xy 53.177595 74.739245) (xy 53.177596 74.739245) + (xy 53.177599 74.739247) (xy 53.38506 74.819618) (xy 53.603757 74.8605) (xy 53.603759 74.8605) (xy 53.826241 74.8605) + (xy 53.826243 74.8605) (xy 54.04494 74.819618) (xy 54.252401 74.739247) (xy 54.441562 74.622124) + (xy 54.605981 74.472236) (xy 54.740058 74.294689) (xy 54.839229 74.095528) (xy 54.900115 73.881536) + (xy 54.920643 73.66) (xy 57.589357 73.66) (xy 57.609884 73.881535) (xy 57.609885 73.881537) (xy 57.670769 74.095523) + (xy 57.670775 74.095538) (xy 57.769938 74.294683) (xy 57.769943 74.294691) (xy 57.90402 74.472238) + (xy 58.068437 74.622123) (xy 58.068439 74.622125) (xy 58.257595 74.739245) (xy 58.257596 74.739245) + (xy 58.257599 74.739247) (xy 58.46506 74.819618) (xy 58.683757 74.8605) (xy 58.683759 74.8605) (xy 58.906241 74.8605) + (xy 58.906243 74.8605) (xy 59.12494 74.819618) (xy 59.332401 74.739247) (xy 59.521562 74.622124) + (xy 59.685981 74.472236) (xy 59.820058 74.294689) (xy 59.919229 74.095528) (xy 59.980115 73.881536) + (xy 60.000643 73.66) (xy 59.9955 73.604502) (xy 59.980115 73.438464) (xy 59.980114 73.438462) (xy 59.976568 73.426) + (xy 59.919229 73.224472) (xy 59.919224 73.224461) (xy 59.820061 73.025316) (xy 59.820056 73.025308) + (xy 59.685979 72.847761) (xy 59.521562 72.697876) (xy 59.52156 72.697874) (xy 59.332404 72.580754) + (xy 59.332398 72.580752) (xy 59.12494 72.500382) (xy 58.906243 72.4595) (xy 58.683757 72.4595) (xy 58.46506 72.500382) + (xy 58.333864 72.551207) (xy 58.257601 72.580752) (xy 58.257595 72.580754) (xy 58.068439 72.697874) + (xy 58.068437 72.697876) (xy 57.90402 72.847761) (xy 57.769943 73.025308) (xy 57.769938 73.025316) + (xy 57.670775 73.224461) (xy 57.670769 73.224476) (xy 57.609885 73.438462) (xy 57.609884 73.438464) + (xy 57.589357 73.659999) (xy 57.589357 73.66) (xy 54.920643 73.66) (xy 54.9155 73.604502) (xy 54.900115 73.438464) + (xy 54.900114 73.438462) (xy 54.896568 73.426) (xy 54.839229 73.224472) (xy 54.839224 73.224461) + (xy 54.740061 73.025316) (xy 54.740056 73.025308) (xy 54.605979 72.847761) (xy 54.441562 72.697876) + (xy 54.44156 72.697874) (xy 54.252404 72.580754) (xy 54.252398 72.580752) (xy 54.04494 72.500382) + (xy 53.826243 72.4595) (xy 53.603757 72.4595) (xy 53.38506 72.500382) (xy 53.253864 72.551207) (xy 53.177601 72.580752) + (xy 53.177595 72.580754) (xy 52.988439 72.697874) (xy 52.988437 72.697876) (xy 52.82402 72.847761) + (xy 52.689943 73.025308) (xy 52.689938 73.025316) (xy 52.590775 73.224461) (xy 52.590769 73.224476) + (xy 52.529885 73.438462) (xy 52.529884 73.438464) (xy 52.509357 73.659999) (xy 52.509357 73.66) + (xy 51.3005 73.66) (xy 51.3005 66.781427) (xy 51.320185 66.714388) (xy 51.372989 66.668633) (xy 51.442147 66.658689) + (xy 51.505703 66.687714) (xy 51.527256 66.713818) (xy 51.52786 66.713396) (xy 51.559609 66.758738) + (xy 51.666505 66.911401) (xy 51.833599 67.078495) (xy 51.930384 67.146265) (xy 52.027165 67.214032) + (xy 52.027167 67.214033) (xy 52.02717 67.214035) (xy 52.241337 67.313903) (xy 52.469592 67.375063) + (xy 52.657918 67.391539) (xy 52.704999 67.395659) (xy 52.705 67.395659) (xy 52.705001 67.395659) + (xy 52.744234 67.392226) (xy 52.940408 67.375063) (xy 53.168663 67.313903) (xy 53.38283 67.214035) + (xy 53.576401 67.078495) (xy 53.743495 66.911401) (xy 53.879035 66.71783) (xy 53.978903 66.503663) + (xy 54.040063 66.275408) (xy 54.060659 66.04) (xy 54.040063 65.804592) (xy 54.013741 65.706356) + (xy 54.015404 65.636506) (xy 54.045833 65.586584) (xy 54.81421 64.818208) (xy 54.87553 64.784725) + (xy 54.945222 64.789709) (xy 55.001155 64.831581) (xy 55.025572 64.897045) (xy 55.025888 64.905891) + (xy 55.025888 65.282) (xy 56.010202 65.282) (xy 56.005808 65.286394) (xy 55.953147 65.377606) (xy 55.925888 65.479339) + (xy 55.925888 65.584661) (xy 55.953147 65.686394) (xy 56.005808 65.777606) (xy 56.010202 65.782) + (xy 55.025888 65.782) (xy 55.025888 66.379844) (xy 55.032289 66.439372) (xy 55.032291 66.439379) + (xy 55.082533 66.574086) (xy 55.082537 66.574093) (xy 55.168697 66.689187) (xy 55.1687 66.68919) + (xy 55.283794 66.77535) (xy 55.283801 66.775354) (xy 55.418508 66.825596) (xy 55.418515 66.825598) + (xy 55.478043 66.831999) (xy 55.47806 66.832) (xy 56.075888 66.832) (xy 56.075888 65.847686) (xy 56.080282 65.85208) + (xy 56.171494 65.904741) (xy 56.273227 65.932) (xy 56.378549 65.932) (xy 56.480282 65.904741) (xy 56.571494 65.85208) + (xy 56.575888 65.847686) (xy 56.575888 66.832) (xy 57.173716 66.832) (xy 57.173732 66.831999) (xy 57.23326 66.825598) + (xy 57.233267 66.825596) (xy 57.367974 66.775354) (xy 57.367981 66.77535) (xy 57.483075 66.68919) + (xy 57.483078 66.689187) (xy 57.569238 66.574093) (xy 57.569242 66.574086) (xy 57.619483 66.439381) + (xy 57.620834 66.433667) (xy 57.655404 66.372948) (xy 57.717312 66.340558) (xy 57.786905 66.346781) + (xy 57.829194 66.374493) (xy 57.986746 66.532045) (xy 58.030304 66.562544) (xy 58.173154 66.662568) + (xy 58.379392 66.758739) (xy 58.599196 66.817635) (xy 58.761118 66.831801) (xy 58.825886 66.837468) + (xy 58.825888 66.837468) (xy 58.825889 66.837468) (xy 58.844525 66.835837) (xy 58.987547 66.823324) + (xy 59.056045 66.83709) (xy 59.086034 66.859171) (xy 64.213181 71.986317) (xy 64.246666 72.04764) + (xy 64.2495 72.073998) (xy 64.2495 73.039125) (xy 64.229815 73.106164) (xy 64.177011 73.151919) + (xy 64.107853 73.161863) (xy 64.044297 73.132838) (xy 64.009318 73.082458) (xy 63.981797 73.008671) + (xy 63.981793 73.008664) (xy 63.895547 72.893455) (xy 63.895544 72.893452) (xy 63.780335 72.807206) + (xy 63.780328 72.807202) (xy 63.645482 72.756908) (xy 63.645483 72.756908) (xy 63.585883 72.750501) + (xy 63.585881 72.7505) (xy 63.585873 72.7505) (xy 63.585864 72.7505) (xy 61.890129 72.7505) (xy 61.890123 72.750501) + (xy 61.830516 72.756908) (xy 61.695671 72.807202) (xy 61.695664 72.807206) (xy 61.580455 72.893452) + (xy 61.580452 72.893455) (xy 61.494206 73.008664) (xy 61.494202 73.008671) (xy 61.443908 73.143517) + (xy 61.437501 73.203116) (xy 61.4375 73.203135) (xy 61.4375 74.89887) (xy 61.437501 74.898876) (xy 61.443908 74.958483) + (xy 61.494202 75.093328) (xy 61.494206 75.093335) (xy 61.580452 75.208544) (xy 61.580455 75.208547) + (xy 61.695664 75.294793) (xy 61.695671 75.294797) (xy 61.740618 75.311561) (xy 61.830517 75.345091) + (xy 61.865596 75.348862) (xy 61.930144 75.375599) (xy 61.969993 75.432991) (xy 61.972488 75.502816) + (xy 61.936836 75.562905) (xy 61.923464 75.573725) (xy 61.898858 75.590954) (xy 61.737954 75.751858) + (xy 61.607432 75.938265) (xy 61.607431 75.938267) (xy 61.511261 76.144502) (xy 61.511258 76.144511) + (xy 61.452366 76.364302) (xy 61.452364 76.364313) (xy 61.432532 76.590998) (xy 61.432532 76.591001) + (xy 61.452364 76.817686) (xy 61.452366 76.817697) (xy 61.511258 77.037488) (xy 61.511261 77.037497) + (xy 61.607431 77.243732) (xy 61.607432 77.243734) (xy 61.737954 77.430141) (xy 61.898858 77.591045) + (xy 61.898861 77.591047) (xy 62.085266 77.721568) (xy 62.143275 77.748618) (xy 62.195714 77.794791) + (xy 62.214866 77.861984) (xy 62.19465 77.928865) (xy 62.143275 77.973382) (xy 62.085267 78.000431) + (xy 62.085265 78.000432) (xy 61.898858 78.130954) (xy 61.737954 78.291858) (xy 61.607432 78.478265) + (xy 61.607431 78.478267) (xy 61.511261 78.684502) (xy 61.511258 78.684511) (xy 61.452366 78.904302) + (xy 61.452364 78.904313) (xy 61.432532 79.130998) (xy 61.432532 79.131001) (xy 61.452364 79.357686) + (xy 61.452366 79.357697) (xy 61.511258 79.577488) (xy 61.511261 79.577497) (xy 61.607431 79.783732) + (xy 61.607432 79.783734) (xy 61.737954 79.970141) (xy 61.898858 80.131045) (xy 61.898861 80.131047) + (xy 62.085266 80.261568) (xy 62.143275 80.288618) (xy 62.195714 80.334791) (xy 62.214866 80.401984) + (xy 62.19465 80.468865) (xy 62.143275 80.513382) (xy 62.085267 80.540431) (xy 62.085265 80.540432) + (xy 61.898858 80.670954) (xy 61.737954 80.831858) (xy 61.607432 81.018265) (xy 61.607431 81.018267) + (xy 61.511261 81.224502) (xy 61.511258 81.224511) (xy 61.452366 81.444302) (xy 61.452364 81.444313) + (xy 61.432532 81.670998) (xy 61.432532 81.671001) (xy 61.452364 81.897686) (xy 61.452366 81.897697) + (xy 61.511258 82.117488) (xy 61.511261 82.117497) (xy 61.607431 82.323732) (xy 61.607432 82.323734) + (xy 61.737954 82.510141) (xy 61.898858 82.671045) (xy 61.898861 82.671047) (xy 62.085266 82.801568) + (xy 62.291504 82.897739) (xy 62.511308 82.956635) (xy 62.67323 82.970801) (xy 62.737998 82.976468) + (xy 62.738 82.976468) (xy 62.738002 82.976468) (xy 62.794673 82.971509) (xy 62.964692 82.956635) + (xy 63.184496 82.897739) (xy 63.390734 82.801568) (xy 63.577139 82.671047) (xy 63.738047 82.510139) + (xy 63.868568 82.323734) (xy 63.964739 82.117496) (xy 64.005725 81.964532) (xy 64.04209 81.904872) + (xy 64.104937 81.874343) (xy 64.174312 81.882638) (xy 64.22819 81.927123) (xy 64.249465 81.993675) + (xy 64.2495 81.996626) (xy 64.2495 85.236138) (xy 64.229815 85.303177) (xy 64.196626 85.33771) (xy 64.164861 85.359953) + (xy 64.003951 85.520862) (xy 63.873432 85.707265) (xy 63.873429 85.70727) (xy 63.866104 85.722979) + (xy 63.819929 85.775417) (xy 63.752735 85.794566) (xy 63.685855 85.774347) (xy 63.641341 85.722973) + (xy 63.634133 85.707515) (xy 63.634132 85.707513) (xy 63.583025 85.634526) (xy 62.904 86.313551) + (xy 62.904 86.307339) (xy 62.876741 86.205606) (xy 62.82408 86.114394) (xy 62.749606 86.03992) (xy 62.658394 85.987259) + (xy 62.556661 85.96) (xy 62.550448 85.96) (xy 63.229472 85.280974) (xy 63.156478 85.229863) (xy 62.950331 85.133735) + (xy 62.950317 85.13373) (xy 62.73061 85.07486) (xy 62.730599 85.074858) (xy 62.504002 85.055034) + (xy 62.503998 85.055034) (xy 62.2774 85.074858) (xy 62.277389 85.07486) (xy 62.057682 85.13373) + (xy 62.057673 85.133734) (xy 61.851516 85.229866) (xy 61.851512 85.229868) (xy 61.778526 85.280973) + (xy 61.778526 85.280974) (xy 62.457553 85.96) (xy 62.451339 85.96) (xy 62.349606 85.987259) (xy 62.258394 86.03992) + (xy 62.18392 86.114394) (xy 62.131259 86.205606) (xy 62.104 86.307339) (xy 62.104 86.313552) (xy 61.424974 85.634526) + (xy 61.424973 85.634526) (xy 61.373868 85.707512) (xy 61.373866 85.707516) (xy 61.277734 85.913673) + (xy 61.27773 85.913682) (xy 61.21886 86.133389) (xy 61.218858 86.1334) (xy 61.199034 86.359997) + (xy 61.199034 86.360002) (xy 61.218858 86.586599) (xy 61.21886 86.58661) (xy 61.27773 86.806317) + (xy 61.277735 86.806331) (xy 61.373863 87.012478) (xy 61.424974 87.085472) (xy 62.104 86.406446) + (xy 62.104 86.412661) (xy 62.131259 86.514394) (xy 62.18392 86.605606) (xy 62.258394 86.68008) (xy 62.349606 86.732741) + (xy 62.451339 86.76) (xy 62.457553 86.76) (xy 61.778526 87.439025) (xy 61.851513 87.490132) (xy 61.851521 87.490136) + (xy 62.057668 87.586264) (xy 62.057682 87.586269) (xy 62.277389 87.645139) (xy 62.2774 87.645141) + (xy 62.503998 87.664966) (xy 62.504002 87.664966) (xy 62.730599 87.645141) (xy 62.73061 87.645139) + (xy 62.950317 87.586269) (xy 62.950331 87.586264) (xy 63.156478 87.490136) (xy 63.229471 87.439024) + (xy 62.550447 86.76) (xy 62.556661 86.76) (xy 62.658394 86.732741) (xy 62.749606 86.68008) (xy 62.82408 86.605606) + (xy 62.876741 86.514394) (xy 62.904 86.412661) (xy 62.904 86.406447) (xy 63.583024 87.085471) (xy 63.634134 87.012481) + (xy 63.64134 86.997028) (xy 63.687511 86.944587) (xy 63.754704 86.925433) (xy 63.821585 86.945646) + (xy 63.866105 86.997022) (xy 63.87343 87.01273) (xy 63.873432 87.012734) (xy 64.003954 87.199141) + (xy 64.164856 87.360043) (xy 64.164859 87.360045) (xy 64.164861 87.360047) (xy 64.196623 87.382286) + (xy 64.240247 87.43686) (xy 64.2495 87.483861) (xy 64.2495 95.795113) (xy 64.229815 95.862152) (xy 64.213181 95.882794) + (xy 63.839372 96.256602) (xy 63.820584 96.272022) (xy 63.802745 96.283941) (xy 63.06938 97.017306) + (xy 63.008057 97.050791) (xy 62.938365 97.045807) (xy 62.910575 97.031199) (xy 62.842336 96.983416) + (xy 62.84233 96.983413) (xy 62.648859 96.893197) (xy 62.648853 96.893194) (xy 62.442662 96.837945) + (xy 62.442654 96.837944) (xy 62.230002 96.81934) (xy 62.229998 96.81934) (xy 62.017345 96.837944) + (xy 62.017337 96.837945) (xy 61.811146 96.893194) (xy 61.81114 96.893197) (xy 61.617671 96.983412) + (xy 61.617669 96.983413) (xy 61.561969 97.022415) (xy 61.561968 97.022415) (xy 62.183553 97.644) + (xy 62.177339 97.644) (xy 62.075606 97.671259) (xy 61.984394 97.72392) (xy 61.90992 97.798394) (xy 61.857259 97.889606) + (xy 61.83 97.991339) (xy 61.83 97.997553) (xy 61.208415 97.375968) (xy 61.208415 97.375969) (xy 61.169413 97.431669) + (xy 61.169412 97.431671) (xy 61.079197 97.62514) (xy 61.077342 97.630236) (xy 61.075714 97.629643) + (xy 61.043404 97.682645) (xy 60.980555 97.71317) (xy 60.91118 97.704871) (xy 60.857305 97.660383) + (xy 60.843412 97.629961) (xy 60.842658 97.630236) (xy 60.840802 97.62514) (xy 60.750586 97.431669) + (xy 60.750582 97.431663) (xy 60.711584 97.375968) (xy 60.09 97.997552) (xy 60.09 97.991339) (xy 60.062741 97.889606) + (xy 60.01008 97.798394) (xy 59.935606 97.72392) (xy 59.844394 97.671259) (xy 59.742661 97.644) (xy 59.736447 97.644) + (xy 60.35803 97.022415) (xy 60.302329 96.983413) (xy 60.108859 96.893197) (xy 60.108853 96.893194) + (xy 59.902662 96.837945) (xy 59.902654 96.837944) (xy 59.690002 96.81934) (xy 59.689998 96.81934) + (xy 59.477345 96.837944) (xy 59.477337 96.837945) (xy 59.271146 96.893194) (xy 59.27114 96.893197) + (xy 59.077671 96.983412) (xy 59.077669 96.983413) (xy 59.021969 97.022415) (xy 59.021968 97.022415) + (xy 59.643554 97.644) (xy 59.637339 97.644) (xy 59.535606 97.671259) (xy 59.444394 97.72392) (xy 59.36992 97.798394) + (xy 59.317259 97.889606) (xy 59.29 97.991339) (xy 59.29 97.997553) (xy 58.668415 97.375968) (xy 58.668415 97.375969) + (xy 58.629413 97.431669) (xy 58.629412 97.431671) (xy 58.539197 97.62514) (xy 58.539194 97.625146) + (xy 58.483945 97.831337) (xy 58.483944 97.831345) (xy 58.46534 98.043997) (xy 58.46534 98.044002) + (xy 58.483944 98.256654) (xy 58.483945 98.256662) (xy 58.539194 98.462853) (xy 58.539197 98.462859) + (xy 58.629413 98.656329) (xy 58.668415 98.71203) (xy 59.29 98.090445) (xy 59.29 98.096661) (xy 59.317259 98.198394) + (xy 59.36992 98.289606) (xy 59.444394 98.36408) (xy 59.535606 98.416741) (xy 59.637339 98.444) (xy 59.643553 98.444) + (xy 59.021968 99.065584) (xy 59.077663 99.104582) (xy 59.077669 99.104586) (xy 59.27114 99.194802) + (xy 59.271146 99.194805) (xy 59.477337 99.250054) (xy 59.477345 99.250055) (xy 59.689998 99.26866) + (xy 59.690002 99.26866) (xy 59.902654 99.250055) (xy 59.902662 99.250054) (xy 60.108853 99.194805) + (xy 60.108864 99.194801) (xy 60.302325 99.104589) (xy 60.35803 99.065583) (xy 59.736448 98.444) + (xy 59.742661 98.444) (xy 59.844394 98.416741) (xy 59.935606 98.36408) (xy 60.01008 98.289606) (xy 60.062741 98.198394) + (xy 60.09 98.096661) (xy 60.09 98.090446) (xy 60.711583 98.712029) (xy 60.750589 98.656325) (xy 60.840801 98.462864) + (xy 60.842658 98.457764) (xy 60.844287 98.458357) (xy 60.876588 98.405361) (xy 60.939435 98.37483) + (xy 61.00881 98.383124) (xy 61.062689 98.427608) (xy 61.076586 98.458039) (xy 61.077342 98.457764) + (xy 61.079197 98.462859) (xy 61.169413 98.656329) (xy 61.208415 98.71203) (xy 61.83 98.090445) (xy 61.83 98.096661) + (xy 61.857259 98.198394) (xy 61.90992 98.289606) (xy 61.984394 98.36408) (xy 62.075606 98.416741) + (xy 62.177339 98.444) (xy 62.183553 98.444) (xy 61.561968 99.065584) (xy 61.617663 99.104582) (xy 61.617669 99.104586) + (xy 61.81114 99.194802) (xy 61.811146 99.194805) (xy 62.017337 99.250054) (xy 62.017345 99.250055) + (xy 62.229998 99.26866) (xy 62.230002 99.26866) (xy 62.442654 99.250055) (xy 62.442662 99.250054) + (xy 62.648853 99.194805) (xy 62.648864 99.194801) (xy 62.665094 99.187233) (xy 62.734171 99.17674) + (xy 62.797955 99.205259) (xy 62.836196 99.263735) (xy 62.8415 99.299614) (xy 62.8415 105.934552) + (xy 62.841499 105.934578) (xy 62.841499 105.939688) (xy 62.841499 106.088312) (xy 62.841499 106.088314) + (xy 62.841498 106.088314) (xy 62.870493 106.234073) (xy 62.870496 106.234083) (xy 62.927366 106.371381) + (xy 62.927372 106.371392) (xy 62.984312 106.45661) (xy 63.005189 106.523288) (xy 62.986704 106.590668) + (xy 62.934725 106.637357) (xy 62.881209 106.6495) (xy 61.890129 106.6495) (xy 61.890123 106.649501) + (xy 61.830516 106.655908) (xy 61.695671 106.706202) (xy 61.695664 106.706206) (xy 61.580455 106.792452) + (xy 61.580452 106.792455) (xy 61.494206 106.907664) (xy 61.494202 106.907671) (xy 61.443908 107.042517) + (xy 61.437501 107.102116) (xy 61.4375 107.102135) (xy 61.4375 108.79787) (xy 61.437501 108.797876) + (xy 61.443908 108.857483) (xy 61.494202 108.992328) (xy 61.494206 108.992335) (xy 61.580452 109.107544) + (xy 61.580455 109.107547) (xy 61.695664 109.193793) (xy 61.695671 109.193797) (xy 61.740618 109.210561) + (xy 61.830517 109.244091) (xy 61.865596 109.247862) (xy 61.930144 109.274599) (xy 61.969993 109.331991) + (xy 61.972488 109.401816) (xy 61.936836 109.461905) (xy 61.923464 109.472725) (xy 61.898858 109.489954) + (xy 61.737954 109.650858) (xy 61.626788 109.809623) (xy 61.572212 109.853248) (xy 61.525213 109.8625) + (xy 60.203883 109.8625) (xy 60.136844 109.842815) (xy 60.116202 109.826181) (xy 59.42881 109.138789) + (xy 59.395325 109.077466) (xy 59.400309 109.007774) (xy 59.442181 108.951841) (xy 59.451201 108.945688) + (xy 59.521562 108.902124) (xy 59.576368 108.852161) (xy 59.685979 108.752238) (xy 59.766782 108.645238) + (xy 59.820058 108.574689) (xy 59.919229 108.375528) (xy 59.980115 108.161536) (xy 60.000643 107.94) + (xy 59.980115 107.718464) (xy 59.919229 107.504472) (xy 59.919224 107.504461) (xy 59.820061 107.305316) + (xy 59.820056 107.305308) (xy 59.685979 107.127761) (xy 59.521562 106.977876) (xy 59.52156 106.977874) + (xy 59.332404 106.860754) (xy 59.332398 106.860752) (xy 59.12494 106.780382) (xy 58.906243 106.7395) + (xy 58.683757 106.7395) (xy 58.46506 106.780382) (xy 58.333864 106.831207) (xy 58.257601 106.860752) + (xy 58.257595 106.860754) (xy 58.068439 106.977874) (xy 58.068437 106.977876) (xy 57.90402 107.127761) + (xy 57.780689 107.291079) (xy 57.72458 107.332715) (xy 57.654868 107.337406) (xy 57.594054 107.304033) + (xy 54.551819 104.261798) (xy 54.518334 104.200475) (xy 54.5155 104.174117) (xy 54.5155 103.024499) + (xy 54.535185 102.95746) (xy 54.587989 102.911705) (xy 54.6395 102.900499) (xy 54.735871 102.900499) + (xy 54.735872 102.900499) (xy 54.795483 102.894091) (xy 54.930331 102.843796) (xy 55.045546 102.757546) + (xy 55.131796 102.642331) (xy 55.182091 102.507483) (xy 55.182092 102.507472) (xy 55.183365 102.502088) + (xy 55.217933 102.441369) (xy 55.279841 102.408978) (xy 55.349433 102.415199) (xy 55.391725 102.442912) + (xy 55.548858 102.600045) (xy 55.548861 102.600047) (xy 55.735266 102.730568) (xy 55.941504 102.826739) + (xy 55.941509 102.82674) (xy 55.941511 102.826741) (xy 55.994415 102.840916) (xy 56.161308 102.885635) + (xy 56.32323 102.899801) (xy 56.387998 102.905468) (xy 56.388 102.905468) (xy 56.388002 102.905468) + (xy 56.444807 102.900498) (xy 56.614692 102.885635) (xy 56.834496 102.826739) (xy 57.040734 102.730568) + (xy 57.227139 102.600047) (xy 57.388047 102.439139) (xy 57.518568 102.252734) (xy 57.614739 102.046496) + (xy 57.673635 101.826692) (xy 57.693468 101.6) (xy 57.691175 101.573796) (xy 57.687801 101.53523) + (xy 57.673635 101.373308) (xy 57.614739 101.153504) (xy 57.518568 100.947266) (xy 57.388047 100.760861) + (xy 57.388045 100.760858) (xy 57.227141 100.599954) (xy 57.040734 100.469432) (xy 57.040732 100.469431) + (xy 56.834497 100.373261) (xy 56.834488 100.373258) (xy 56.614697 100.314366) (xy 56.614693 100.314365) + (xy 56.614692 100.314365) (xy 56.614691 100.314364) (xy 56.614686 100.314364) (xy 56.388002 100.294532) + (xy 56.387998 100.294532) (xy 56.161313 100.314364) (xy 56.161302 100.314366) (xy 55.941511 100.373258) + (xy 55.941502 100.373261) (xy 55.735267 100.469431) (xy 55.735265 100.469432) (xy 55.548862 100.599951) + (xy 55.391726 100.757087) (xy 55.330403 100.790571) (xy 55.260711 100.785587) (xy 55.204778 100.743715) + (xy 55.183369 100.697923) (xy 55.182091 100.692518) (xy 55.131797 100.557671) (xy 55.131793 100.557664) + (xy 55.045547 100.442455) (xy 55.045544 100.442452) (xy 54.930335 100.356206) (xy 54.930328 100.356202) + (xy 54.795482 100.305908) (xy 54.795483 100.305908) (xy 54.735883 100.299501) (xy 54.735881 100.2995) + (xy 54.735873 100.2995) (xy 54.735864 100.2995) (xy 53.040129 100.2995) (xy 53.040123 100.299501) + (xy 52.980516 100.305908) (xy 52.845671 100.356202) (xy 52.845664 100.356206) (xy 52.730455 100.442452) + (xy 52.730452 100.442455) (xy 52.644206 100.557664) (xy 52.644202 100.557671) (xy 52.593908 100.692517) + (xy 52.587501 100.752116) (xy 52.5875 100.752135) (xy 52.5875 102.44787) (xy 52.587501 102.447876) + (xy 52.593908 102.507483) (xy 52.644202 102.642328) (xy 52.644206 102.642335) (xy 52.730452 102.757544) + (xy 52.730455 102.757547) (xy 52.845664 102.843793) (xy 52.845671 102.843797) (xy 52.875328 102.854858) + (xy 52.980517 102.894091) (xy 53.040127 102.9005) (xy 53.1365 102.900499) (xy 53.203538 102.920183) + (xy 53.249294 102.972986) (xy 53.2605 103.024499) (xy 53.2605 104.547205) (xy 53.284612 104.668425) + (xy 53.284614 104.668433) (xy 53.308484 104.72606) (xy 53.308483 104.72606) (xy 53.331914 104.782624) + (xy 53.331917 104.782631) (xy 53.338668 104.792734) (xy 53.384952 104.862004) (xy 53.40059 104.885408) + (xy 53.400591 104.885409) (xy 59.05933 110.544147) (xy 59.092815 110.60547) (xy 59.087831 110.675162) + (xy 59.045959 110.731095) (xy 58.980495 110.755512) (xy 58.948866 110.753717) (xy 58.906243 110.74575) + (xy 58.683757 110.74575) (xy 58.46506 110.786632) (xy 58.333864 110.837457) (xy 58.257601 110.867002) + (xy 58.257595 110.867004) (xy 58.068439 110.984124) (xy 58.068437 110.984126) (xy 57.90402 111.134011) + (xy 57.769943 111.311558) (xy 57.769938 111.311566) (xy 57.670775 111.510711) (xy 57.670769 111.510726) + (xy 57.609885 111.724712) (xy 57.609884 111.724714) (xy 57.589357 111.946249) (xy 57.589357 111.94625) + (xy 57.609884 112.167785) (xy 57.609885 112.167787) (xy 57.670769 112.381773) (xy 57.670775 112.381788) + (xy 57.769938 112.580933) (xy 57.769943 112.580941) (xy 57.90402 112.758488) (xy 58.068437 112.908373) + (xy 58.068439 112.908375) (xy 58.257595 113.025495) (xy 58.257596 113.025495) (xy 58.257599 113.025497) + (xy 58.46506 113.105868) (xy 58.683757 113.14675) (xy 58.683759 113.14675) (xy 58.906241 113.14675) + (xy 58.906243 113.14675) (xy 59.12494 113.105868) (xy 59.332401 113.025497) (xy 59.521562 112.908374) + (xy 59.685981 112.758486) (xy 59.820058 112.580939) (xy 59.919229 112.381778) (xy 59.980115 112.167786) + (xy 60.000643 111.94625) (xy 60.000205 111.941528) (xy 59.980115 111.724714) (xy 59.980114 111.724712) + (xy 59.977845 111.716739) (xy 59.919229 111.510722) (xy 59.916878 111.506) (xy 59.820061 111.311566) + (xy 59.817099 111.306783) (xy 59.79854 111.239423) (xy 59.819345 111.172723) (xy 59.872908 111.127859) + (xy 59.922523 111.1175) (xy 61.525213 111.1175) (xy 61.592252 111.137185) (xy 61.626786 111.170376) + (xy 61.633422 111.179852) (xy 61.737954 111.329141) (xy 61.898858 111.490045) (xy 61.928388 111.510722) + (xy 62.085266 111.620568) (xy 62.143275 111.647618) (xy 62.195714 111.693791) (xy 62.214866 111.760984) + (xy 62.19465 111.827865) (xy 62.143275 111.872382) (xy 62.085267 111.899431) (xy 62.085265 111.899432) + (xy 61.898858 112.029954) (xy 61.737954 112.190858) (xy 61.607432 112.377265) (xy 61.607431 112.377267) + (xy 61.51126 112.583504) (xy 61.47765 112.708936) (xy 61.445557 112.764522) (xy 59.10759 115.102489) + (xy 59.046267 115.135974) (xy 58.987816 115.134583) (xy 58.95793 115.126575) (xy 58.921694 115.116865) + (xy 58.921686 115.116864) (xy 58.695002 115.097032) (xy 58.694998 115.097032) (xy 58.468313 115.116864) + (xy 58.468302 115.116866) (xy 58.248511 115.175758) (xy 58.248502 115.175761) (xy 58.042267 115.271931) + (xy 58.042265 115.271932) (xy 57.855858 115.402454) (xy 57.694954 115.563358) (xy 57.564433 115.749764) + (xy 57.564432 115.749766) (xy 57.55738 115.764887) (xy 57.511209 115.817325) (xy 57.444015 115.836476) + (xy 57.377134 115.81626) (xy 57.332619 115.764887) (xy 57.325568 115.749766) (xy 57.195047 115.563361) + (xy 57.195045 115.563358) (xy 57.034141 115.402454) (xy 56.847734 115.271932) (xy 56.847732 115.271931) + (xy 56.641497 115.175761) (xy 56.641488 115.175758) (xy 56.421697 115.116866) (xy 56.421693 115.116865) + (xy 56.421692 115.116865) (xy 56.421691 115.116864) (xy 56.421686 115.116864) (xy 56.195002 115.097032) + (xy 56.194998 115.097032) (xy 55.968313 115.116864) (xy 55.968302 115.116866) (xy 55.748511 115.175758) + (xy 55.748502 115.175761) (xy 55.542267 115.271931) (xy 55.542265 115.271932) (xy 55.355858 115.402454) + (xy 55.194954 115.563358) (xy 55.064432 115.749765) (xy 55.064431 115.749767) (xy 54.968261 115.956002) + (xy 54.968258 115.956011) (xy 54.909366 116.175802) (xy 54.909364 116.175813) (xy 54.889532 116.402498) + (xy 54.889532 116.402501) (xy 54.909364 116.629186) (xy 54.909366 116.629197) (xy 54.968258 116.848988) + (xy 54.968261 116.848997) (xy 55.064431 117.055232) (xy 55.064432 117.055234) (xy 55.194954 117.241641) + (xy 55.355858 117.402545) (xy 55.355861 117.402547) (xy 55.542266 117.533068) (xy 55.748504 117.629239) + (xy 55.968308 117.688135) (xy 56.13023 117.702301) (xy 56.194998 117.707968) (xy 56.195 117.707968) + (xy 56.195002 117.707968) (xy 56.251673 117.703009) (xy 56.421692 117.688135) (xy 56.641496 117.629239) + (xy 56.847734 117.533068) (xy 57.034139 117.402547) (xy 57.195047 117.241639) (xy 57.325568 117.055234) + (xy 57.332618 117.040114) (xy 57.378789 116.987676) (xy 57.445982 116.968523) (xy 57.512864 116.988738) + (xy 57.557381 117.040114) (xy 57.564432 117.055233) (xy 57.564432 117.055234) (xy 57.694954 117.241641) + (xy 57.855858 117.402545) (xy 57.855861 117.402547) (xy 58.042266 117.533068) (xy 58.248504 117.629239) + (xy 58.468308 117.688135) (xy 58.63023 117.702301) (xy 58.694998 117.707968) (xy 58.695 117.707968) + (xy 58.695002 117.707968) (xy 58.751673 117.703009) (xy 58.921692 117.688135) (xy 59.141496 117.629239) + (xy 59.347734 117.533068) (xy 59.534139 117.402547) (xy 59.695047 117.241639) (xy 59.825568 117.055234) + (xy 59.921739 116.848996) (xy 59.980635 116.629192) (xy 60.000468 116.4025) (xy 59.980635 116.175808) + (xy 59.962916 116.109681) (xy 59.964579 116.039832) (xy 59.995008 115.989909) (xy 61.858233 114.126684) + (xy 61.919554 114.093201) (xy 61.989246 114.098185) (xy 62.017031 114.112789) (xy 62.085266 114.160568) + (xy 62.143275 114.187618) (xy 62.195714 114.233791) (xy 62.214866 114.300984) (xy 62.19465 114.367865) + (xy 62.143275 114.412382) (xy 62.085267 114.439431) (xy 62.085265 114.439432) (xy 61.898858 114.569954) + (xy 61.737954 114.730858) (xy 61.607432 114.917265) (xy 61.607431 114.917267) (xy 61.511261 115.123502) + (xy 61.511258 115.123511) (xy 61.452366 115.343302) (xy 61.452364 115.343313) (xy 61.432532 115.569998) + (xy 61.432532 115.570001) (xy 61.452364 115.796686) (xy 61.452366 115.796697) (xy 61.511258 116.016488) + (xy 61.511261 116.016497) (xy 61.607431 116.222732) (xy 61.607432 116.222734) (xy 61.737954 116.409141) + (xy 61.898856 116.570043) (xy 61.898859 116.570045) (xy 61.898861 116.570047) (xy 61.930623 116.592286) + (xy 61.974247 116.64686) (xy 61.9835 116.693861) (xy 61.9835 118.685552) (xy 61.983499 118.685578) + (xy 61.983499 118.690688) (xy 61.983499 118.839312) (xy 61.983499 118.839314) (xy 61.983498 118.839314) + (xy 62.012493 118.985073) (xy 62.012496 118.985083) (xy 62.069366 119.122381) (xy 62.069368 119.122385) + (xy 62.06937 119.122389) (xy 62.069373 119.122393) (xy 62.069375 119.122397) (xy 62.09651 119.163009) + (xy 62.117387 119.229687) (xy 62.098901 119.297067) (xy 62.046922 119.343756) (xy 62.004214 119.355426) + (xy 61.8964 119.364858) (xy 61.896389 119.36486) (xy 61.676682 119.42373) (xy 61.676673 119.423734) + (xy 61.470516 119.519866) (xy 61.470512 119.519868) (xy 61.397526 119.570973) (xy 61.397526 119.570974) + (xy 62.076553 120.25) (xy 62.070339 120.25) (xy 61.968606 120.277259) (xy 61.877394 120.32992) (xy 61.80292 120.404394) + (xy 61.750259 120.495606) (xy 61.723 120.597339) (xy 61.723 120.603552) (xy 61.043974 119.924526) + (xy 61.043973 119.924526) (xy 60.992868 119.997512) (xy 60.992866 119.997516) (xy 60.896734 120.203673) + (xy 60.89673 120.203682) (xy 60.83786 120.423389) (xy 60.837858 120.4234) (xy 60.818034 120.649997) + (xy 60.818034 120.650002) (xy 60.837858 120.876599) (xy 60.83786 120.87661) (xy 60.89673 121.096317) + (xy 60.896735 121.096331) (xy 60.992863 121.302478) (xy 61.043974 121.375472) (xy 61.723 120.696446) + (xy 61.723 120.702661) (xy 61.750259 120.804394) (xy 61.80292 120.895606) (xy 61.877394 120.97008) + (xy 61.968606 121.022741) (xy 62.070339 121.05) (xy 62.076553 121.05) (xy 61.397526 121.729025) + (xy 61.470513 121.780132) (xy 61.470521 121.780136) (xy 61.676668 121.876264) (xy 61.676682 121.876269) + (xy 61.896389 121.935139) (xy 61.8964 121.935141) (xy 62.122998 121.954966) (xy 62.123002 121.954966) + (xy 62.349599 121.935141) (xy 62.34961 121.935139) (xy 62.569317 121.876269) (xy 62.569331 121.876264) + (xy 62.775478 121.780136) (xy 62.848471 121.729024) (xy 62.169447 121.05) (xy 62.175661 121.05) + (xy 62.277394 121.022741) (xy 62.368606 120.97008) (xy 62.44308 120.895606) (xy 62.495741 120.804394) + (xy 62.523 120.702661) (xy 62.523 120.696447) (xy 63.202024 121.375471) (xy 63.253134 121.302481) + (xy 63.26034 121.287028) (xy 63.306511 121.234587) (xy 63.373704 121.215433) (xy 63.440585 121.235646) + (xy 63.485105 121.287022) (xy 63.49243 121.30273) (xy 63.492432 121.302734) (xy 63.622954 121.489141) + (xy 63.783856 121.650043) (xy 63.783859 121.650045) (xy 63.783861 121.650047) (xy 63.815623 121.672286) + (xy 63.859247 121.72686) (xy 63.8685 121.773861) (xy 63.8685 124.636495) (xy 63.848815 124.703534) + (xy 63.796011 124.749289) (xy 63.726853 124.759233) (xy 63.701168 124.752677) (xy 63.645485 124.731909) + (xy 63.645483 124.731908) (xy 63.585883 124.725501) (xy 63.585881 124.7255) (xy 63.585873 124.7255) + (xy 63.585864 124.7255) (xy 61.890129 124.7255) (xy 61.890123 124.725501) (xy 61.830516 124.731908) + (xy 61.695671 124.782202) (xy 61.695664 124.782206) (xy 61.580455 124.868452) (xy 61.580452 124.868455) + (xy 61.494206 124.983664) (xy 61.494202 124.983671) (xy 61.443908 125.118517) (xy 61.437501 125.178116) + (xy 61.4375 125.178135) (xy 61.4375 126.87387) (xy 61.437501 126.873876) (xy 61.443908 126.933483) + (xy 61.494202 127.068328) (xy 61.494206 127.068335) (xy 61.580452 127.183544) (xy 61.580455 127.183547) + (xy 61.695664 127.269793) (xy 61.695671 127.269797) (xy 61.740618 127.286561) (xy 61.830517 127.320091) + (xy 61.865596 127.323862) (xy 61.930144 127.350599) (xy 61.969993 127.407991) (xy 61.972488 127.477816) + (xy 61.936836 127.537905) (xy 61.923464 127.548725) (xy 61.898858 127.565954) (xy 61.737954 127.726858) + (xy 61.607432 127.913265) (xy 61.607431 127.913267) (xy 61.511261 128.119502) (xy 61.511258 128.119511) + (xy 61.452366 128.339302) (xy 61.452364 128.339313) (xy 61.432532 128.565998) (xy 61.432532 128.566001) + (xy 61.452364 128.792686) (xy 61.452366 128.792697) (xy 61.511258 129.012488) (xy 61.511261 129.012497) + (xy 61.607431 129.218732) (xy 61.607432 129.218734) (xy 61.737954 129.405141) (xy 61.898858 129.566045) + (xy 61.898861 129.566047) (xy 62.085266 129.696568) (xy 62.105697 129.706095) (xy 62.143275 129.723618) + (xy 62.195714 129.769791) (xy 62.214866 129.836984) (xy 62.19465 129.903865) (xy 62.143275 129.948382) + (xy 62.085267 129.975431) (xy 62.085265 129.975432) (xy 61.898858 130.105954) (xy 61.737954 130.266858) + (xy 61.607432 130.453265) (xy 61.607431 130.453267) (xy 61.511261 130.659502) (xy 61.511258 130.659511) + (xy 61.452366 130.879302) (xy 61.452364 130.879313) (xy 61.432532 131.105998) (xy 61.432532 131.106001) + (xy 61.452364 131.332686) (xy 61.452366 131.332697) (xy 61.511258 131.552488) (xy 61.511261 131.552497) + (xy 61.607431 131.758732) (xy 61.607432 131.758734) (xy 61.737954 131.945141) (xy 61.898858 132.106045) + (xy 61.898861 132.106047) (xy 62.085266 132.236568) (xy 62.143275 132.263618) (xy 62.195714 132.309791) + (xy 62.214866 132.376984) (xy 62.19465 132.443865) (xy 62.143275 132.488382) (xy 62.085267 132.515431) + (xy 62.085265 132.515432) (xy 61.898858 132.645954) (xy 61.737954 132.806858) (xy 61.607432 132.993265) + (xy 61.607431 132.993267) (xy 61.511261 133.199502) (xy 61.511258 133.199511) (xy 61.452366 133.419302) + (xy 61.452364 133.419313) (xy 61.432532 133.645998) (xy 61.432532 133.646001) (xy 61.452364 133.872686) + (xy 61.452366 133.872697) (xy 61.511258 134.092488) (xy 61.511261 134.092497) (xy 61.607431 134.298732) + (xy 61.607432 134.298734) (xy 61.737954 134.485141) (xy 61.898858 134.646045) (xy 61.898861 134.646047) + (xy 62.085266 134.776568) (xy 62.291504 134.872739) (xy 62.511308 134.931635) (xy 62.67323 134.945801) + (xy 62.737998 134.951468) (xy 62.738 134.951468) (xy 62.738002 134.951468) (xy 62.794673 134.946509) + (xy 62.964692 134.931635) (xy 63.184496 134.872739) (xy 63.390734 134.776568) (xy 63.577139 134.646047) + (xy 63.577983 134.645203) (xy 63.656819 134.566368) (xy 63.718142 134.532883) (xy 63.787834 134.537867) + (xy 63.843767 134.579739) (xy 63.868184 134.645203) (xy 63.8685 134.654049) (xy 63.8685 137.306138) + (xy 63.848815 137.373177) (xy 63.815626 137.40771) (xy 63.783861 137.429953) (xy 63.622951 137.590862) + (xy 63.492432 137.777265) (xy 63.492429 137.77727) (xy 63.485104 137.792979) (xy 63.438929 137.845417) + (xy 63.371735 137.864566) (xy 63.304855 137.844347) (xy 63.260341 137.792973) (xy 63.253133 137.777515) + (xy 63.253132 137.777513) (xy 63.202025 137.704526) (xy 62.523 138.383551) (xy 62.523 138.377339) + (xy 62.495741 138.275606) (xy 62.44308 138.184394) (xy 62.368606 138.10992) (xy 62.277394 138.057259) + (xy 62.175661 138.03) (xy 62.169448 138.03) (xy 62.848472 137.350974) (xy 62.775478 137.299863) + (xy 62.569331 137.203735) (xy 62.569317 137.20373) (xy 62.34961 137.14486) (xy 62.349599 137.144858) + (xy 62.123002 137.125034) (xy 62.122998 137.125034) (xy 61.8964 137.144858) (xy 61.896389 137.14486) + (xy 61.676682 137.20373) (xy 61.676673 137.203734) (xy 61.470516 137.299866) (xy 61.470512 137.299868) + (xy 61.397526 137.350973) (xy 61.397526 137.350974) (xy 62.076553 138.03) (xy 62.070339 138.03) + (xy 61.968606 138.057259) (xy 61.877394 138.10992) (xy 61.80292 138.184394) (xy 61.750259 138.275606) + (xy 61.723 138.377339) (xy 61.723 138.383552) (xy 61.043974 137.704526) (xy 61.043973 137.704526) + (xy 60.992868 137.777512) (xy 60.992866 137.777516) (xy 60.896734 137.983673) (xy 60.89673 137.983682) + (xy 60.83786 138.203389) (xy 60.837858 138.2034) (xy 60.818034 138.429997) (xy 60.818034 138.430002) + (xy 60.837858 138.656599) (xy 60.83786 138.65661) (xy 60.89673 138.876317) (xy 60.896735 138.876331) + (xy 60.992863 139.082478) (xy 61.043974 139.155472) (xy 61.723 138.476446) (xy 61.723 138.482661) + (xy 61.750259 138.584394) (xy 61.80292 138.675606) (xy 61.877394 138.75008) (xy 61.968606 138.802741) + (xy 62.070339 138.83) (xy 62.076553 138.83) (xy 61.397526 139.509025) (xy 61.470513 139.560132) + (xy 61.470521 139.560136) (xy 61.676668 139.656264) (xy 61.676682 139.656269) (xy 61.896389 139.715139) + (xy 61.8964 139.715141) (xy 62.122998 139.734966) (xy 62.123002 139.734966) (xy 62.349599 139.715141) + (xy 62.34961 139.715139) (xy 62.569317 139.656269) (xy 62.569331 139.656264) (xy 62.775478 139.560136) + (xy 62.848471 139.509024) (xy 62.169447 138.83) (xy 62.175661 138.83) (xy 62.277394 138.802741) + (xy 62.368606 138.75008) (xy 62.44308 138.675606) (xy 62.495741 138.584394) (xy 62.523 138.482661) + (xy 62.523 138.476447) (xy 63.202024 139.155471) (xy 63.253134 139.082481) (xy 63.26034 139.067028) + (xy 63.306511 139.014587) (xy 63.373704 138.995433) (xy 63.440585 139.015646) (xy 63.485105 139.067022) + (xy 63.49243 139.08273) (xy 63.492432 139.082734) (xy 63.622954 139.269141) (xy 63.783858 139.430045) + (xy 63.783861 139.430047) (xy 63.970266 139.560568) (xy 64.176504 139.656739) (xy 64.396308 139.715635) + (xy 64.55823 139.729801) (xy 64.622998 139.735468) (xy 64.623 139.735468) (xy 64.623002 139.735468) + (xy 64.679673 139.730509) (xy 64.849692 139.715635) (xy 65.069496 139.656739) (xy 65.275734 139.560568) + (xy 65.462139 139.430047) (xy 65.623047 139.269139) (xy 65.753568 139.082734) (xy 65.849739 138.876496) + (xy 65.908635 138.656692) (xy 65.928468 138.43) (xy 65.908635 138.203308) (xy 65.855576 138.005287) + (xy 65.849741 137.983511) (xy 65.849738 137.983502) (xy 65.794277 137.864566) (xy 65.753568 137.777266) + (xy 65.688006 137.683633) (xy 65.623048 137.590862) (xy 65.560753 137.528567) (xy 65.462139 137.429953) + (xy 65.430374 137.40771) (xy 65.386751 137.353135) (xy 65.3775 137.306138) (xy 65.3775 137.24587) + (xy 73.104121 137.24587) (xy 73.104122 137.245876) (xy 73.110529 137.305483) (xy 73.160823 137.440328) + (xy 73.160827 137.440335) (xy 73.247073 137.555544) (xy 73.247076 137.555547) (xy 73.362285 137.641793) + (xy 73.362292 137.641797) (xy 73.497138 137.692091) (xy 73.497137 137.692091) (xy 73.504065 137.692835) + (xy 73.556748 137.6985) (xy 75.252493 137.698499) (xy 75.312104 137.692091) (xy 75.446952 137.641796) + (xy 75.562167 137.555546) (xy 75.648417 137.440331) (xy 75.698712 137.305483) (xy 75.698713 137.305472) + (xy 75.699986 137.300088) (xy 75.734554 137.239369) (xy 75.796462 137.206978) (xy 75.866054 137.213199) + (xy 75.908346 137.240912) (xy 76.065479 137.398045) (xy 76.065482 137.398047) (xy 76.251887 137.528568) + (xy 76.458125 137.624739) (xy 76.677929 137.683635) (xy 76.839851 137.697801) (xy 76.904619 137.703468) + (xy 76.904621 137.703468) (xy 76.904623 137.703468) (xy 76.961428 137.698498) (xy 77.131313 137.683635) + (xy 77.351117 137.624739) (xy 77.557355 137.528568) (xy 77.74376 137.398047) (xy 77.904668 137.237139) + (xy 78.035189 137.050734) (xy 78.13136 136.844496) (xy 78.190256 136.624692) (xy 78.210089 136.398) + (xy 78.190256 136.171308) (xy 78.13136 135.951504) (xy 78.035189 135.745266) (xy 77.904668 135.558861) + (xy 77.904666 135.558858) (xy 77.743762 135.397954) (xy 77.557355 135.267432) (xy 77.557353 135.267431) + (xy 77.351118 135.171261) (xy 77.351109 135.171258) (xy 77.131318 135.112366) (xy 77.131314 135.112365) + (xy 77.131313 135.112365) (xy 77.131312 135.112364) (xy 77.131307 135.112364) (xy 76.904623 135.092532) + (xy 76.904619 135.092532) (xy 76.677934 135.112364) (xy 76.677923 135.112366) (xy 76.458132 135.171258) + (xy 76.458123 135.171261) (xy 76.251888 135.267431) (xy 76.251886 135.267432) (xy 76.065483 135.397951) + (xy 75.908347 135.555087) (xy 75.847024 135.588571) (xy 75.777332 135.583587) (xy 75.721399 135.541715) + (xy 75.69999 135.495923) (xy 75.698712 135.490518) (xy 75.648418 135.355671) (xy 75.648414 135.355664) + (xy 75.562168 135.240455) (xy 75.562165 135.240452) (xy 75.446956 135.154206) (xy 75.446949 135.154202) + (xy 75.312103 135.103908) (xy 75.312104 135.103908) (xy 75.252504 135.097501) (xy 75.252502 135.0975) + (xy 75.252494 135.0975) (xy 75.252485 135.0975) (xy 73.55675 135.0975) (xy 73.556744 135.097501) + (xy 73.497137 135.103908) (xy 73.362292 135.154202) (xy 73.362285 135.154206) (xy 73.247076 135.240452) + (xy 73.247073 135.240455) (xy 73.160827 135.355664) (xy 73.160823 135.355671) (xy 73.110529 135.490517) + (xy 73.104122 135.550116) (xy 73.104121 135.550135) (xy 73.104121 137.24587) (xy 65.3775 137.24587) + (xy 65.3775 121.773861) (xy 65.397185 121.706822) (xy 65.430375 121.672287) (xy 65.462139 121.650047) + (xy 65.623047 121.489139) (xy 65.753568 121.302734) (xy 65.849739 121.096496) (xy 65.908635 120.876692) + (xy 65.926668 120.670573) (xy 65.928468 120.650001) (xy 65.928468 120.649998) (xy 65.911627 120.457511) + (xy 65.908635 120.423308) (xy 65.849739 120.203504) (xy 65.753568 119.997266) (xy 65.623047 119.810861) + (xy 65.462139 119.649953) (xy 65.430374 119.62771) (xy 65.386751 119.573135) (xy 65.3775 119.526138) + (xy 65.3775 119.011076) (xy 65.397185 118.944037) (xy 65.449989 118.898282) (xy 65.519147 118.888338) + (xy 65.582703 118.917363) (xy 65.6046 118.942183) (xy 65.633265 118.985083) (xy 65.671942 119.042968) + (xy 65.671943 119.042969) (xy 67.018827 120.389852) (xy 67.052312 120.451175) (xy 67.054674 120.488339) + (xy 67.040532 120.649996) (xy 67.040532 120.650001) (xy 67.060364 120.876686) (xy 67.060366 120.876697) + (xy 67.119258 121.096488) (xy 67.119261 121.096497) (xy 67.215431 121.302732) (xy 67.215432 121.302734) + (xy 67.345954 121.489141) (xy 67.506856 121.650043) (xy 67.506859 121.650045) (xy 67.506861 121.650047) + (xy 67.538623 121.672286) (xy 67.582247 121.72686) (xy 67.5915 121.773861) (xy 67.5915 123.934552) + (xy 67.591499 123.934578) (xy 67.591499 123.939688) (xy 67.591499 124.088312) (xy 67.591499 124.088314) + (xy 67.591498 124.088314) (xy 67.620493 124.234073) (xy 67.620496 124.234083) (xy 67.677366 124.371381) + (xy 67.677372 124.371392) (xy 67.759942 124.494968) (xy 67.759943 124.494969) (xy 69.030827 125.765852) + (xy 69.064312 125.827175) (xy 69.066674 125.864339) (xy 69.052532 126.025996) (xy 69.052532 126.026001) + (xy 69.072364 126.252686) (xy 69.072366 126.252697) (xy 69.131258 126.472488) (xy 69.131261 126.472497) + (xy 69.227431 126.678732) (xy 69.227432 126.678734) (xy 69.357954 126.865141) (xy 69.518858 127.026045) + (xy 69.518861 127.026047) (xy 69.705266 127.156568) (xy 69.763275 127.183618) (xy 69.815714 127.229791) + (xy 69.834866 127.296984) (xy 69.81465 127.363865) (xy 69.763275 127.408382) (xy 69.705267 127.435431) + (xy 69.705265 127.435432) (xy 69.518858 127.565954) (xy 69.357954 127.726858) (xy 69.227432 127.913265) + (xy 69.227431 127.913267) (xy 69.131261 128.119502) (xy 69.131258 128.119511) (xy 69.072366 128.339302) + (xy 69.072364 128.339313) (xy 69.052532 128.565998) (xy 69.052532 128.566001) (xy 69.072364 128.792686) + (xy 69.072366 128.792697) (xy 69.131258 129.012488) (xy 69.131261 129.012497) (xy 69.227431 129.218732) + (xy 69.227432 129.218734) (xy 69.357954 129.405141) (xy 69.518858 129.566045) (xy 69.518861 129.566047) + (xy 69.705266 129.696568) (xy 69.725697 129.706095) (xy 69.763275 129.723618) (xy 69.815714 129.769791) + (xy 69.834866 129.836984) (xy 69.81465 129.903865) (xy 69.763275 129.948382) (xy 69.705267 129.975431) + (xy 69.705265 129.975432) (xy 69.518858 130.105954) (xy 69.357954 130.266858) (xy 69.227432 130.453265) + (xy 69.227431 130.453267) (xy 69.131261 130.659502) (xy 69.131258 130.659511) (xy 69.072366 130.879302) + (xy 69.072364 130.879313) (xy 69.052532 131.105998) (xy 69.052532 131.106001) (xy 69.072364 131.332686) + (xy 69.072366 131.332697) (xy 69.131258 131.552488) (xy 69.131261 131.552497) (xy 69.227431 131.758732) + (xy 69.227432 131.758734) (xy 69.357954 131.945141) (xy 69.518858 132.106045) (xy 69.518861 132.106047) + (xy 69.705266 132.236568) (xy 69.763275 132.263618) (xy 69.815714 132.309791) (xy 69.834866 132.376984) + (xy 69.81465 132.443865) (xy 69.763275 132.488382) (xy 69.705267 132.515431) (xy 69.705265 132.515432) + (xy 69.518858 132.645954) (xy 69.357954 132.806858) (xy 69.227432 132.993265) (xy 69.227431 132.993267) + (xy 69.131261 133.199502) (xy 69.131258 133.199511) (xy 69.072366 133.419302) (xy 69.072364 133.419313) + (xy 69.052532 133.645998) (xy 69.052532 133.646001) (xy 69.072364 133.872686) (xy 69.072366 133.872697) + (xy 69.131258 134.092488) (xy 69.131261 134.092497) (xy 69.227431 134.298732) (xy 69.227432 134.298734) + (xy 69.357954 134.485141) (xy 69.518858 134.646045) (xy 69.518861 134.646047) (xy 69.705266 134.776568) + (xy 69.911504 134.872739) (xy 70.131308 134.931635) (xy 70.29323 134.945801) (xy 70.357998 134.951468) + (xy 70.358 134.951468) (xy 70.358002 134.951468) (xy 70.414673 134.946509) (xy 70.584692 134.931635) + (xy 70.804496 134.872739) (xy 71.010734 134.776568) (xy 71.197139 134.646047) (xy 71.358047 134.485139) + (xy 71.488568 134.298734) (xy 71.584739 134.092496) (xy 71.643635 133.872692) (xy 71.663468 133.646) + (xy 71.663153 133.642405) (xy 71.655591 133.555962) (xy 71.643635 133.419308) (xy 71.584739 133.199504) + (xy 71.488568 132.993266) (xy 71.358047 132.806861) (xy 71.358045 132.806858) (xy 71.197141 132.645954) + (xy 71.010734 132.515432) (xy 71.010728 132.515429) (xy 70.952725 132.488382) (xy 70.900285 132.44221) + (xy 70.881133 132.375017) (xy 70.901348 132.308135) (xy 70.952725 132.263618) (xy 71.010734 132.236568) + (xy 71.197139 132.106047) (xy 71.358047 131.945139) (xy 71.488568 131.758734) (xy 71.584739 131.552496) + (xy 71.643635 131.332692) (xy 71.663468 131.106) (xy 71.643635 130.879308) (xy 71.584739 130.659504) + (xy 71.488568 130.453266) (xy 71.358047 130.266861) (xy 71.358045 130.266858) (xy 71.197141 130.105954) + (xy 71.010734 129.975432) (xy 71.010728 129.975429) (xy 70.952725 129.948382) (xy 70.921626 129.921) + (xy 72.835357 129.921) (xy 72.855884 130.142535) (xy 72.855885 130.142537) (xy 72.916769 130.356523) + (xy 72.916775 130.356538) (xy 73.015938 130.555683) (xy 73.015943 130.555691) (xy 73.15002 130.733238) + (xy 73.302088 130.871866) (xy 73.310245 130.879302) (xy 73.314437 130.883123) (xy 73.314439 130.883125) + (xy 73.503595 131.000245) (xy 73.503596 131.000245) (xy 73.503599 131.000247) (xy 73.71106 131.080618) + (xy 73.929757 131.1215) (xy 73.929759 131.1215) (xy 74.152241 131.1215) (xy 74.152243 131.1215) + (xy 74.37094 131.080618) (xy 74.578401 131.000247) (xy 74.767562 130.883124) (xy 74.931981 130.733236) + (xy 75.066058 130.555689) (xy 75.165229 130.356528) (xy 75.218016 130.171) (xy 77.944505 130.171) + (xy 77.997239 130.356349) (xy 78.096368 130.555425) (xy 78.230391 130.7329) (xy 78.394738 130.882721) + (xy 78.58382 130.999797) (xy 78.583822 130.999798) (xy 78.791195 131.080135) (xy 78.871 131.095052) + (xy 78.871 130.171) (xy 77.944505 130.171) (xy 75.218016 130.171) (xy 75.226115 130.142536) (xy 75.242373 129.967078) + (xy 78.771 129.967078) (xy 78.794852 130.056095) (xy 78.84093 130.135905) (xy 78.906095 130.20107) + (xy 78.985905 130.247148) (xy 79.074922 130.271) (xy 79.167078 130.271) (xy 79.256095 130.247148) + (xy 79.335905 130.20107) (xy 79.365975 130.171) (xy 79.371 130.171) (xy 79.371 131.095052) (xy 79.450804 131.080135) + (xy 79.658177 130.999798) (xy 79.658179 130.999797) (xy 79.847261 130.882721) (xy 80.011608 130.7329) + (xy 80.145631 130.555425) (xy 80.24476 130.356349) (xy 80.297495 130.171) (xy 79.371 130.171) (xy 79.365975 130.171) + (xy 79.40107 130.135905) (xy 79.447148 130.056095) (xy 79.471 129.967078) (xy 79.471 129.874922) + (xy 79.447148 129.785905) (xy 79.40107 129.706095) (xy 79.335905 129.64093) (xy 79.256095 129.594852) + (xy 79.167078 129.571) (xy 79.074922 129.571) (xy 78.985905 129.594852) (xy 78.906095 129.64093) + (xy 78.84093 129.706095) (xy 78.794852 129.785905) (xy 78.771 129.874922) (xy 78.771 129.967078) + (xy 75.242373 129.967078) (xy 75.246643 129.921) (xy 75.24377 129.89) (xy 75.226115 129.699464) + (xy 75.226114 129.699462) (xy 75.225291 129.69657) (xy 75.218016 129.671) (xy 77.944505 129.671) + (xy 78.871 129.671) (xy 78.871 128.746946) (xy 79.371 128.746946) (xy 79.371 129.671) (xy 80.297495 129.671) + (xy 80.24476 129.48565) (xy 80.145631 129.286574) (xy 80.011608 129.109099) (xy 79.847261 128.959278) + (xy 79.658179 128.842202) (xy 79.658177 128.842201) (xy 79.450799 128.761864) (xy 79.371 128.746946) + (xy 78.871 128.746946) (xy 78.7912 128.761864) (xy 78.583822 128.842201) (xy 78.58382 128.842202) + (xy 78.394738 128.959278) (xy 78.230391 129.109099) (xy 78.096368 129.286574) (xy 77.997239 129.48565) + (xy 77.944505 129.671) (xy 75.218016 129.671) (xy 75.165229 129.485472) (xy 75.165224 129.485461) + (xy 75.066061 129.286316) (xy 75.066056 129.286308) (xy 74.931979 129.108761) (xy 74.767562 128.958876) + (xy 74.76756 128.958874) (xy 74.578404 128.841754) (xy 74.578398 128.841752) (xy 74.37094 128.761382) + (xy 74.152243 128.7205) (xy 73.929757 128.7205) (xy 73.71106 128.761382) (xy 73.63024 128.792692) + (xy 73.503601 128.841752) (xy 73.503595 128.841754) (xy 73.314439 128.958874) (xy 73.314437 128.958876) + (xy 73.15002 129.108761) (xy 73.015943 129.286308) (xy 73.015938 129.286316) (xy 72.916775 129.485461) + (xy 72.916769 129.485476) (xy 72.855885 129.699462) (xy 72.855884 129.699464) (xy 72.835357 129.920999) + (xy 72.835357 129.921) (xy 70.921626 129.921) (xy 70.900285 129.90221) (xy 70.881133 129.835017) + (xy 70.901348 129.768135) (xy 70.952725 129.723618) (xy 71.010734 129.696568) (xy 71.197139 129.566047) + (xy 71.358047 129.405139) (xy 71.488568 129.218734) (xy 71.584739 129.012496) (xy 71.643635 128.792692) + (xy 71.663468 128.566) (xy 71.643635 128.339308) (xy 71.584739 128.119504) (xy 71.488568 127.913266) + (xy 71.358047 127.726861) (xy 71.358045 127.726858) (xy 71.197141 127.565954) (xy 71.010734 127.435432) + (xy 71.010728 127.435429) (xy 70.952725 127.408382) (xy 70.900285 127.36221) (xy 70.881133 127.295017) + (xy 70.901348 127.228135) (xy 70.952725 127.183618) (xy 71.010734 127.156568) (xy 71.197139 127.026047) + (xy 71.358047 126.865139) (xy 71.488568 126.678734) (xy 71.584739 126.472496) (xy 71.643635 126.252692) + (xy 71.656031 126.111) (xy 72.835357 126.111) (xy 72.855884 126.332535) (xy 72.855885 126.332537) + (xy 72.916769 126.546523) (xy 72.916775 126.546538) (xy 73.015938 126.745683) (xy 73.015943 126.745691) + (xy 73.15002 126.923238) (xy 73.314437 127.073123) (xy 73.314439 127.073125) (xy 73.503595 127.190245) + (xy 73.503596 127.190245) (xy 73.503599 127.190247) (xy 73.71106 127.270618) (xy 73.929757 127.3115) + (xy 73.929759 127.3115) (xy 74.152241 127.3115) (xy 74.152243 127.3115) (xy 74.37094 127.270618) + (xy 74.578401 127.190247) (xy 74.767562 127.073124) (xy 74.931981 126.923236) (xy 75.066058 126.745689) + (xy 75.165229 126.546528) (xy 75.226115 126.332536) (xy 75.246643 126.111) (xy 77.915357 126.111) + (xy 77.935884 126.332535) (xy 77.935885 126.332537) (xy 77.996769 126.546523) (xy 77.996775 126.546538) + (xy 78.095938 126.745683) (xy 78.095943 126.745691) (xy 78.23002 126.923238) (xy 78.394437 127.073123) + (xy 78.394439 127.073125) (xy 78.583595 127.190245) (xy 78.583596 127.190245) (xy 78.583599 127.190247) + (xy 78.79106 127.270618) (xy 79.009757 127.3115) (xy 79.009759 127.3115) (xy 79.232241 127.3115) + (xy 79.232243 127.3115) (xy 79.45094 127.270618) (xy 79.658401 127.190247) (xy 79.847562 127.073124) + (xy 80.011981 126.923236) (xy 80.146058 126.745689) (xy 80.245229 126.546528) (xy 80.306115 126.332536) + (xy 80.326643 126.111) (xy 80.308159 125.911528) (xy 80.306115 125.889464) (xy 80.306114 125.889462) + (xy 80.282577 125.806739) (xy 80.245229 125.675472) (xy 80.197446 125.579511) (xy 80.146061 125.476316) + (xy 80.146056 125.476308) (xy 80.011979 125.298761) (xy 79.847562 125.148876) (xy 79.84756 125.148874) + (xy 79.658404 125.031754) (xy 79.658398 125.031752) (xy 79.45094 124.951382) (xy 79.232243 124.9105) + (xy 79.009757 124.9105) (xy 78.79106 124.951382) (xy 78.707731 124.983664) (xy 78.583601 125.031752) + (xy 78.583595 125.031754) (xy 78.394439 125.148874) (xy 78.394437 125.148876) (xy 78.23002 125.298761) + (xy 78.095943 125.476308) (xy 78.095938 125.476316) (xy 77.996775 125.675461) (xy 77.996769 125.675476) + (xy 77.935885 125.889462) (xy 77.935884 125.889464) (xy 77.915357 126.110999) (xy 77.915357 126.111) + (xy 75.246643 126.111) (xy 75.228159 125.911528) (xy 75.226115 125.889464) (xy 75.226114 125.889462) + (xy 75.202577 125.806739) (xy 75.165229 125.675472) (xy 75.117446 125.579511) (xy 75.066061 125.476316) + (xy 75.066056 125.476308) (xy 74.931979 125.298761) (xy 74.767562 125.148876) (xy 74.76756 125.148874) + (xy 74.578404 125.031754) (xy 74.578398 125.031752) (xy 74.37094 124.951382) (xy 74.152243 124.9105) + (xy 73.929757 124.9105) (xy 73.71106 124.951382) (xy 73.627731 124.983664) (xy 73.503601 125.031752) + (xy 73.503595 125.031754) (xy 73.314439 125.148874) (xy 73.314437 125.148876) (xy 73.15002 125.298761) + (xy 73.015943 125.476308) (xy 73.015938 125.476316) (xy 72.916775 125.675461) (xy 72.916769 125.675476) + (xy 72.855885 125.889462) (xy 72.855884 125.889464) (xy 72.835357 126.110999) (xy 72.835357 126.111) + (xy 71.656031 126.111) (xy 71.663468 126.026) (xy 71.643635 125.799308) (xy 71.584739 125.579504) + (xy 71.488568 125.373266) (xy 71.358047 125.186861) (xy 71.358045 125.186858) (xy 71.197141 125.025954) + (xy 71.010734 124.895432) (xy 71.010732 124.895431) (xy 70.804497 124.799261) (xy 70.804488 124.799258) + (xy 70.584697 124.740366) (xy 70.584693 124.740365) (xy 70.584692 124.740365) (xy 70.584691 124.740364) + (xy 70.584686 124.740364) (xy 70.358002 124.720532) (xy 70.357997 124.720532) (xy 70.196339 124.734674) + (xy 70.12784 124.720907) (xy 70.097852 124.698827) (xy 69.136819 123.737794) (xy 69.103334 123.676471) + (xy 69.1005 123.650113) (xy 69.1005 121.773861) (xy 69.120185 121.706822) (xy 69.153375 121.672287) + (xy 69.185139 121.650047) (xy 69.346047 121.489139) (xy 69.476568 121.302734) (xy 69.483893 121.287024) + (xy 69.530064 121.234586) (xy 69.597257 121.215433) (xy 69.664138 121.235648) (xy 69.708657 121.287024) + (xy 69.715864 121.30248) (xy 69.766974 121.375472) (xy 70.446 120.696446) (xy 70.446 120.702661) + (xy 70.473259 120.804394) (xy 70.52592 120.895606) (xy 70.600394 120.97008) (xy 70.691606 121.022741) + (xy 70.793339 121.05) (xy 70.799553 121.05) (xy 70.120526 121.729025) (xy 70.193513 121.780132) + (xy 70.193521 121.780136) (xy 70.399668 121.876264) (xy 70.399682 121.876269) (xy 70.619389 121.935139) + (xy 70.6194 121.935141) (xy 70.845998 121.954966) (xy 70.846002 121.954966) (xy 71.072599 121.935141) + (xy 71.07261 121.935139) (xy 71.292317 121.876269) (xy 71.292331 121.876264) (xy 71.498478 121.780136) + (xy 71.571471 121.729024) (xy 70.892447 121.05) (xy 70.898661 121.05) (xy 71.000394 121.022741) + (xy 71.091606 120.97008) (xy 71.16608 120.895606) (xy 71.218741 120.804394) (xy 71.246 120.702661) + (xy 71.246 120.696447) (xy 71.925024 121.375471) (xy 71.976136 121.302478) (xy 72.072264 121.096331) + (xy 72.072269 121.096317) (xy 72.131139 120.87661) (xy 72.131141 120.876599) (xy 72.150966 120.650002) + (xy 72.150966 120.649997) (xy 72.131141 120.4234) (xy 72.131139 120.423389) (xy 72.072269 120.203682) + (xy 72.072264 120.203668) (xy 71.984287 120.015001) (xy 73.195912 120.015001) (xy 73.215744 120.241686) + (xy 73.215746 120.241697) (xy 73.274638 120.461488) (xy 73.274641 120.461497) (xy 73.370811 120.667732) + (xy 73.370812 120.667734) (xy 73.501334 120.854141) (xy 73.662238 121.015045) (xy 73.662241 121.015047) + (xy 73.848646 121.145568) (xy 74.054884 121.241739) (xy 74.274688 121.300635) (xy 74.43661 121.314801) + (xy 74.501378 121.320468) (xy 74.50138 121.320468) (xy 74.501382 121.320468) (xy 74.558187 121.315498) + (xy 74.728072 121.300635) (xy 74.947876 121.241739) (xy 75.154114 121.145568) (xy 75.340519 121.015047) + (xy 75.497654 120.857911) (xy 75.558976 120.824428) (xy 75.628667 120.829412) (xy 75.684601 120.871283) + (xy 75.706009 120.91707) (xy 75.707288 120.92248) (xy 75.757582 121.057328) (xy 75.757586 121.057335) + (xy 75.843832 121.172544) (xy 75.843835 121.172547) (xy 75.959044 121.258793) (xy 75.959051 121.258797) + (xy 76.093897 121.309091) (xy 76.093896 121.309091) (xy 76.100824 121.309835) (xy 76.153507 121.3155) + (xy 77.849252 121.315499) (xy 77.908863 121.309091) (xy 78.043711 121.258796) (xy 78.158926 121.172546) + (xy 78.245176 121.057331) (xy 78.295471 120.922483) (xy 78.30188 120.862873) (xy 78.301879 119.167128) + (xy 78.295471 119.107517) (xy 78.295432 119.107413) (xy 78.245177 118.972671) (xy 78.245173 118.972664) + (xy 78.158927 118.857455) (xy 78.158924 118.857452) (xy 78.043715 118.771206) (xy 78.043708 118.771202) + (xy 77.908862 118.720908) (xy 77.908863 118.720908) (xy 77.849263 118.714501) (xy 77.849261 118.7145) + (xy 77.849253 118.7145) (xy 77.849244 118.7145) (xy 76.153509 118.7145) (xy 76.153503 118.714501) + (xy 76.093896 118.720908) (xy 75.959051 118.771202) (xy 75.959044 118.771206) (xy 75.843835 118.857452) + (xy 75.843832 118.857455) (xy 75.757586 118.972664) (xy 75.757582 118.972671) (xy 75.707289 119.107513) + (xy 75.706012 119.112922) (xy 75.671438 119.173638) (xy 75.609527 119.206023) (xy 75.539936 119.199796) + (xy 75.497654 119.172087) (xy 75.340521 119.014954) (xy 75.154114 118.884432) (xy 75.154112 118.884431) + (xy 74.947877 118.788261) (xy 74.947868 118.788258) (xy 74.728077 118.729366) (xy 74.728073 118.729365) + (xy 74.728072 118.729365) (xy 74.728071 118.729364) (xy 74.728066 118.729364) (xy 74.501382 118.709532) + (xy 74.501378 118.709532) (xy 74.274693 118.729364) (xy 74.274682 118.729366) (xy 74.054891 118.788258) + (xy 74.054882 118.788261) (xy 73.848647 118.884431) (xy 73.848645 118.884432) (xy 73.662238 119.014954) + (xy 73.501334 119.175858) (xy 73.370812 119.362265) (xy 73.370811 119.362267) (xy 73.274641 119.568502) + (xy 73.274638 119.568511) (xy 73.215746 119.788302) (xy 73.215744 119.788313) (xy 73.195912 120.014998) + (xy 73.195912 120.015001) (xy 71.984287 120.015001) (xy 71.976136 119.997521) (xy 71.976132 119.997513) + (xy 71.925025 119.924526) (xy 71.246 120.603551) (xy 71.246 120.597339) (xy 71.218741 120.495606) + (xy 71.16608 120.404394) (xy 71.091606 120.32992) (xy 71.000394 120.277259) (xy 70.898661 120.25) + (xy 70.892448 120.25) (xy 71.571472 119.570974) (xy 71.498478 119.519863) (xy 71.292331 119.423735) + (xy 71.292317 119.42373) (xy 71.07261 119.36486) (xy 71.072599 119.364858) (xy 70.846002 119.345034) + (xy 70.845998 119.345034) (xy 70.6194 119.364858) (xy 70.619389 119.36486) (xy 70.399682 119.42373) + (xy 70.399673 119.423734) (xy 70.193516 119.519866) (xy 70.193512 119.519868) (xy 70.120526 119.570973) + (xy 70.120526 119.570974) (xy 70.799553 120.25) (xy 70.793339 120.25) (xy 70.691606 120.277259) + (xy 70.600394 120.32992) (xy 70.52592 120.404394) (xy 70.473259 120.495606) (xy 70.446 120.597339) + (xy 70.446 120.603552) (xy 69.766974 119.924526) (xy 69.766973 119.924526) (xy 69.715868 119.997512) + (xy 69.715867 119.997514) (xy 69.708656 120.012979) (xy 69.662482 120.065417) (xy 69.595288 120.084567) + (xy 69.528407 120.06435) (xy 69.483893 120.012976) (xy 69.476568 119.997266) (xy 69.346047 119.810861) + (xy 69.346045 119.810858) (xy 69.185141 119.649954) (xy 68.998734 119.519432) (xy 68.998732 119.519431) + (xy 68.792497 119.423261) (xy 68.792488 119.423258) (xy 68.572697 119.364366) (xy 68.572693 119.364365) + (xy 68.572692 119.364365) (xy 68.572691 119.364364) (xy 68.572686 119.364364) (xy 68.346002 119.344532) + (xy 68.345997 119.344532) (xy 68.184339 119.358674) (xy 68.11584 119.344907) (xy 68.085852 119.322827) + (xy 67.048819 118.285794) (xy 67.015334 118.224471) (xy 67.0125 118.198113) (xy 67.0125 105.072049) + (xy 67.032185 105.00501) (xy 67.084989 104.959255) (xy 67.154147 104.949311) (xy 67.217703 104.978336) + (xy 67.224181 104.984368) (xy 67.379858 105.140045) (xy 67.379861 105.140047) (xy 67.566266 105.270568) + (xy 67.772504 105.366739) (xy 67.992308 105.425635) (xy 68.15423 105.439801) (xy 68.218998 105.445468) + (xy 68.219 105.445468) (xy 68.219001 105.445468) (xy 68.237637 105.443837) (xy 68.380659 105.431324) + (xy 68.449157 105.44509) (xy 68.479146 105.467171) (xy 69.567181 106.555205) (xy 69.600666 106.616528) + (xy 69.6035 106.642886) (xy 69.6035 106.826138) (xy 69.583815 106.893177) (xy 69.550626 106.92771) + (xy 69.518861 106.949953) (xy 69.357951 107.110862) (xy 69.227432 107.297265) (xy 69.227431 107.297267) + (xy 69.131261 107.503502) (xy 69.131258 107.503511) (xy 69.072366 107.723302) (xy 69.072364 107.723313) + (xy 69.052532 107.949998) (xy 69.052532 107.950001) (xy 69.072364 108.176686) (xy 69.072366 108.176697) + (xy 69.131258 108.396488) (xy 69.131261 108.396497) (xy 69.227431 108.602732) (xy 69.227432 108.602734) + (xy 69.357954 108.789141) (xy 69.518858 108.950045) (xy 69.518861 108.950047) (xy 69.705266 109.080568) + (xy 69.763275 109.107618) (xy 69.815714 109.153791) (xy 69.834866 109.220984) (xy 69.81465 109.287865) + (xy 69.763275 109.332382) (xy 69.705267 109.359431) (xy 69.705265 109.359432) (xy 69.518858 109.489954) + (xy 69.357954 109.650858) (xy 69.227432 109.837265) (xy 69.227431 109.837267) (xy 69.131261 110.043502) + (xy 69.131258 110.043511) (xy 69.072366 110.263302) (xy 69.072364 110.263313) (xy 69.052532 110.489998) + (xy 69.052532 110.490001) (xy 69.072364 110.716686) (xy 69.072366 110.716697) (xy 69.131258 110.936488) + (xy 69.131261 110.936497) (xy 69.227431 111.142732) (xy 69.227432 111.142734) (xy 69.357954 111.329141) + (xy 69.518858 111.490045) (xy 69.548388 111.510722) (xy 69.705266 111.620568) (xy 69.763275 111.647618) + (xy 69.815714 111.693791) (xy 69.834866 111.760984) (xy 69.81465 111.827865) (xy 69.763275 111.872382) + (xy 69.705267 111.899431) (xy 69.705265 111.899432) (xy 69.518858 112.029954) (xy 69.357954 112.190858) + (xy 69.227432 112.377265) (xy 69.227431 112.377267) (xy 69.131261 112.583502) (xy 69.131258 112.583511) + (xy 69.072366 112.803302) (xy 69.072364 112.803313) (xy 69.052532 113.029998) (xy 69.052532 113.030001) + (xy 69.072364 113.256686) (xy 69.072366 113.256697) (xy 69.131258 113.476488) (xy 69.131261 113.476497) + (xy 69.227431 113.682732) (xy 69.227432 113.682734) (xy 69.357954 113.869141) (xy 69.518858 114.030045) + (xy 69.518861 114.030047) (xy 69.705266 114.160568) (xy 69.763275 114.187618) (xy 69.815714 114.233791) + (xy 69.834866 114.300984) (xy 69.81465 114.367865) (xy 69.763275 114.412382) (xy 69.705267 114.439431) + (xy 69.705265 114.439432) (xy 69.518858 114.569954) (xy 69.357954 114.730858) (xy 69.227432 114.917265) + (xy 69.227431 114.917267) (xy 69.131261 115.123502) (xy 69.131258 115.123511) (xy 69.072366 115.343302) + (xy 69.072364 115.343313) (xy 69.052532 115.569998) (xy 69.052532 115.570001) (xy 69.072364 115.796686) + (xy 69.072366 115.796697) (xy 69.131258 116.016488) (xy 69.131261 116.016497) (xy 69.227431 116.222732) + (xy 69.227432 116.222734) (xy 69.357954 116.409141) (xy 69.518858 116.570045) (xy 69.518861 116.570047) + (xy 69.705266 116.700568) (xy 69.911504 116.796739) (xy 70.131308 116.855635) (xy 70.29323 116.869801) + (xy 70.357998 116.875468) (xy 70.358 116.875468) (xy 70.358002 116.875468) (xy 70.414673 116.870509) + (xy 70.584692 116.855635) (xy 70.804496 116.796739) (xy 71.010734 116.700568) (xy 71.197139 116.570047) + (xy 71.358047 116.409139) (xy 71.488568 116.222734) (xy 71.584739 116.016496) (xy 71.643635 115.796692) + (xy 71.663468 115.57) (xy 71.643635 115.343308) (xy 71.584739 115.123504) (xy 71.488568 114.917266) + (xy 71.358047 114.730861) (xy 71.358045 114.730858) (xy 71.197141 114.569954) (xy 71.010734 114.439432) + (xy 71.010728 114.439429) (xy 70.952725 114.412382) (xy 70.900285 114.36621) (xy 70.881133 114.299017) + (xy 70.901348 114.232135) (xy 70.952725 114.187618) (xy 71.010734 114.160568) (xy 71.197139 114.030047) + (xy 71.358047 113.869139) (xy 71.488568 113.682734) (xy 71.584739 113.476496) (xy 71.643635 113.256692) + (xy 71.663468 113.03) (xy 71.643635 112.803308) (xy 71.585206 112.585247) (xy 71.584741 112.583511) + (xy 71.584738 112.583502) (xy 71.58342 112.580675) (xy 71.488568 112.377266) (xy 71.358047 112.190861) + (xy 71.358045 112.190858) (xy 71.197141 112.029954) (xy 71.010734 111.899432) (xy 71.010728 111.899429) + (xy 70.952725 111.872382) (xy 70.900285 111.82621) (xy 70.881133 111.759017) (xy 70.901348 111.692135) + (xy 70.952725 111.647618) (xy 71.010734 111.620568) (xy 71.174356 111.506) (xy 72.962357 111.506) + (xy 72.982884 111.727535) (xy 72.982885 111.727537) (xy 73.043769 111.941523) (xy 73.043775 111.941538) + (xy 73.142938 112.140683) (xy 73.142943 112.140691) (xy 73.27702 112.318238) (xy 73.441437 112.468123) + (xy 73.441439 112.468125) (xy 73.630595 112.585245) (xy 73.630596 112.585245) (xy 73.630599 112.585247) + (xy 73.83806 112.665618) (xy 74.056757 112.7065) (xy 74.056759 112.7065) (xy 74.279241 112.7065) + (xy 74.279243 112.7065) (xy 74.49794 112.665618) (xy 74.705401 112.585247) (xy 74.894562 112.468124) + (xy 75.058981 112.318236) (xy 75.193058 112.140689) (xy 75.292229 111.941528) (xy 75.345016 111.756) + (xy 78.071505 111.756) (xy 78.124239 111.941349) (xy 78.223368 112.140425) (xy 78.357391 112.3179) + (xy 78.521738 112.467721) (xy 78.71082 112.584797) (xy 78.710822 112.584798) (xy 78.918195 112.665135) + (xy 78.998 112.680052) (xy 78.998 111.756) (xy 78.071505 111.756) (xy 75.345016 111.756) (xy 75.353115 111.727536) + (xy 75.369373 111.552078) (xy 78.898 111.552078) (xy 78.921852 111.641095) (xy 78.96793 111.720905) + (xy 79.033095 111.78607) (xy 79.112905 111.832148) (xy 79.201922 111.856) (xy 79.294078 111.856) + (xy 79.383095 111.832148) (xy 79.462905 111.78607) (xy 79.492975 111.756) (xy 79.498 111.756) (xy 79.498 112.680052) + (xy 79.577804 112.665135) (xy 79.785177 112.584798) (xy 79.785179 112.584797) (xy 79.974261 112.467721) + (xy 80.138608 112.3179) (xy 80.272631 112.140425) (xy 80.37176 111.941349) (xy 80.424495 111.756) + (xy 79.498 111.756) (xy 79.492975 111.756) (xy 79.52807 111.720905) (xy 79.574148 111.641095) (xy 79.598 111.552078) + (xy 79.598 111.459922) (xy 79.574148 111.370905) (xy 79.52807 111.291095) (xy 79.462905 111.22593) + (xy 79.383095 111.179852) (xy 79.294078 111.156) (xy 79.201922 111.156) (xy 79.112905 111.179852) + (xy 79.033095 111.22593) (xy 78.96793 111.291095) (xy 78.921852 111.370905) (xy 78.898 111.459922) + (xy 78.898 111.552078) (xy 75.369373 111.552078) (xy 75.373643 111.506) (xy 75.353115 111.284464) + (xy 75.345016 111.256) (xy 78.071505 111.256) (xy 78.998 111.256) (xy 78.998 110.331946) (xy 79.498 110.331946) + (xy 79.498 111.256) (xy 80.424495 111.256) (xy 80.37176 111.07065) (xy 80.272631 110.871574) (xy 80.138608 110.694099) + (xy 79.974261 110.544278) (xy 79.785179 110.427202) (xy 79.785177 110.427201) (xy 79.577799 110.346864) + (xy 79.498 110.331946) (xy 78.998 110.331946) (xy 78.9182 110.346864) (xy 78.710822 110.427201) + (xy 78.71082 110.427202) (xy 78.521738 110.544278) (xy 78.357391 110.694099) (xy 78.223368 110.871574) + (xy 78.124239 111.07065) (xy 78.071505 111.256) (xy 75.345016 111.256) (xy 75.292229 111.070472) + (xy 75.249233 110.984124) (xy 75.193061 110.871316) (xy 75.193056 110.871308) (xy 75.058979 110.693761) + (xy 74.894562 110.543876) (xy 74.89456 110.543874) (xy 74.705404 110.426754) (xy 74.705398 110.426752) + (xy 74.49794 110.346382) (xy 74.279243 110.3055) (xy 74.056757 110.3055) (xy 73.83806 110.346382) + (xy 73.706864 110.397207) (xy 73.630601 110.426752) (xy 73.630595 110.426754) (xy 73.441439 110.543874) + (xy 73.441437 110.543876) (xy 73.27702 110.693761) (xy 73.142943 110.871308) (xy 73.142938 110.871316) + (xy 73.043775 111.070461) (xy 73.043769 111.070476) (xy 72.982885 111.284462) (xy 72.982884 111.284464) + (xy 72.962357 111.505999) (xy 72.962357 111.506) (xy 71.174356 111.506) (xy 71.197139 111.490047) + (xy 71.358047 111.329139) (xy 71.488568 111.142734) (xy 71.584739 110.936496) (xy 71.643635 110.716692) + (xy 71.663468 110.49) (xy 71.643635 110.263308) (xy 71.584739 110.043504) (xy 71.488568 109.837266) + (xy 71.358047 109.650861) (xy 71.358045 109.650858) (xy 71.197141 109.489954) (xy 71.010734 109.359432) + (xy 71.010728 109.359429) (xy 70.952725 109.332382) (xy 70.900285 109.28621) (xy 70.881133 109.219017) + (xy 70.901348 109.152135) (xy 70.952725 109.107618) (xy 71.010734 109.080568) (xy 71.197139 108.950047) + (xy 71.358047 108.789139) (xy 71.488568 108.602734) (xy 71.584739 108.396496) (xy 71.643635 108.176692) + (xy 71.663468 107.95) (xy 71.653232 107.833) (xy 72.962357 107.833) (xy 72.982884 108.054535) (xy 72.982885 108.054537) + (xy 73.043769 108.268523) (xy 73.043775 108.268538) (xy 73.142938 108.467683) (xy 73.142943 108.467691) + (xy 73.27702 108.645238) (xy 73.441437 108.795123) (xy 73.441439 108.795125) (xy 73.630595 108.912245) + (xy 73.630596 108.912245) (xy 73.630599 108.912247) (xy 73.83806 108.992618) (xy 74.056757 109.0335) + (xy 74.056759 109.0335) (xy 74.279241 109.0335) (xy 74.279243 109.0335) (xy 74.49794 108.992618) + (xy 74.705401 108.912247) (xy 74.894562 108.795124) (xy 75.058981 108.645236) (xy 75.193058 108.467689) + (xy 75.292229 108.268528) (xy 75.353115 108.054536) (xy 75.373643 107.833) (xy 78.042357 107.833) + (xy 78.062884 108.054535) (xy 78.062885 108.054537) (xy 78.123769 108.268523) (xy 78.123775 108.268538) + (xy 78.222938 108.467683) (xy 78.222943 108.467691) (xy 78.35702 108.645238) (xy 78.521437 108.795123) + (xy 78.521439 108.795125) (xy 78.710595 108.912245) (xy 78.710596 108.912245) (xy 78.710599 108.912247) + (xy 78.91806 108.992618) (xy 79.136757 109.0335) (xy 79.136759 109.0335) (xy 79.359241 109.0335) + (xy 79.359243 109.0335) (xy 79.57794 108.992618) (xy 79.785401 108.912247) (xy 79.974562 108.795124) + (xy 80.138981 108.645236) (xy 80.273058 108.467689) (xy 80.372229 108.268528) (xy 80.433115 108.054536) + (xy 80.453643 107.833) (xy 80.433115 107.611464) (xy 80.372229 107.397472) (xy 80.339984 107.332715) + (xy 80.273061 107.198316) (xy 80.273056 107.198308) (xy 80.138979 107.020761) (xy 79.974562 106.870876) + (xy 79.97456 106.870874) (xy 79.785404 106.753754) (xy 79.785398 106.753752) (xy 79.57794 106.673382) + (xy 79.359243 106.6325) (xy 79.136757 106.6325) (xy 78.91806 106.673382) (xy 78.837173 106.704718) + (xy 78.710601 106.753752) (xy 78.710595 106.753754) (xy 78.521439 106.870874) (xy 78.521437 106.870876) + (xy 78.35702 107.020761) (xy 78.222943 107.198308) (xy 78.222938 107.198316) (xy 78.123775 107.397461) + (xy 78.123769 107.397476) (xy 78.062885 107.611462) (xy 78.062884 107.611464) (xy 78.042357 107.832999) + (xy 78.042357 107.833) (xy 75.373643 107.833) (xy 75.353115 107.611464) (xy 75.292229 107.397472) + (xy 75.259984 107.332715) (xy 75.193061 107.198316) (xy 75.193056 107.198308) (xy 75.058979 107.020761) + (xy 74.894562 106.870876) (xy 74.89456 106.870874) (xy 74.705404 106.753754) (xy 74.705398 106.753752) + (xy 74.49794 106.673382) (xy 74.279243 106.6325) (xy 74.056757 106.6325) (xy 73.83806 106.673382) + (xy 73.757173 106.704718) (xy 73.630601 106.753752) (xy 73.630595 106.753754) (xy 73.441439 106.870874) + (xy 73.441437 106.870876) (xy 73.27702 107.020761) (xy 73.142943 107.198308) (xy 73.142938 107.198316) + (xy 73.043775 107.397461) (xy 73.043769 107.397476) (xy 72.982885 107.611462) (xy 72.982884 107.611464) + (xy 72.962357 107.832999) (xy 72.962357 107.833) (xy 71.653232 107.833) (xy 71.643635 107.723308) + (xy 71.598916 107.556415) (xy 71.584741 107.503511) (xy 71.584738 107.503502) (xy 71.53529 107.397461) + (xy 71.488568 107.297266) (xy 71.41928 107.198311) (xy 71.358048 107.110862) (xy 71.289703 107.042517) + (xy 71.197139 106.949953) (xy 71.165374 106.92771) (xy 71.121751 106.873135) (xy 71.1125 106.826138) + (xy 71.1125 106.359446) (xy 71.112501 106.359425) (xy 71.112501 106.204685) (xy 71.083506 106.058926) + (xy 71.083505 106.058925) (xy 71.083505 106.058921) (xy 71.032001 105.934578) (xy 71.026632 105.921615) + (xy 71.02663 105.921612) (xy 71.02663 105.921611) (xy 70.99923 105.880605) (xy 70.944059 105.798034) + (xy 70.944057 105.798032) (xy 70.944055 105.798029) (xy 70.834647 105.688621) (xy 70.834624 105.6886) + (xy 70.789321 105.643297) (xy 70.755836 105.581974) (xy 70.76082 105.512282) (xy 70.802692 105.456349) + (xy 70.866195 105.432088) (xy 70.945599 105.425141) (xy 70.94561 105.425139) (xy 71.165317 105.366269) + (xy 71.165331 105.366264) (xy 71.371478 105.270136) (xy 71.444471 105.219024) (xy 70.765447 104.54) + (xy 70.771661 104.54) (xy 70.873394 104.512741) (xy 70.964606 104.46008) (xy 71.03908 104.385606) + (xy 71.091741 104.294394) (xy 71.119 104.192661) (xy 71.119 104.186447) (xy 71.798024 104.865471) + (xy 71.849136 104.792478) (xy 71.945264 104.586331) (xy 71.945269 104.586317) (xy 72.004139 104.36661) + (xy 72.004141 104.366599) (xy 72.023966 104.140002) (xy 72.023966 104.139997) (xy 72.004141 103.9134) + (xy 72.004139 103.913389) (xy 71.945269 103.693682) (xy 71.945264 103.693668) (xy 71.849136 103.487521) + (xy 71.849132 103.487513) (xy 71.798025 103.414526) (xy 71.119 104.093551) (xy 71.119 104.087339) + (xy 71.091741 103.985606) (xy 71.03908 103.894394) (xy 70.964606 103.81992) (xy 70.873394 103.767259) + (xy 70.771661 103.74) (xy 70.765448 103.74) (xy 71.444472 103.060974) (xy 71.371478 103.009863) + (xy 71.165331 102.913735) (xy 71.165317 102.91373) (xy 70.94561 102.85486) (xy 70.945599 102.854858) + (xy 70.719002 102.835034) (xy 70.718998 102.835034) (xy 70.4924 102.854858) (xy 70.492389 102.85486) + (xy 70.272682 102.91373) (xy 70.272673 102.913734) (xy 70.066516 103.009866) (xy 70.066512 103.009868) + (xy 69.993526 103.060973) (xy 69.993526 103.060974) (xy 70.672553 103.74) (xy 70.666339 103.74) + (xy 70.564606 103.767259) (xy 70.473394 103.81992) (xy 70.39892 103.894394) (xy 70.346259 103.985606) + (xy 70.319 104.087339) (xy 70.319 104.093552) (xy 69.639974 103.414526) (xy 69.639973 103.414526) + (xy 69.588868 103.487512) (xy 69.588867 103.487514) (xy 69.581656 103.502979) (xy 69.535482 103.555417) + (xy 69.468288 103.574567) (xy 69.401407 103.55435) (xy 69.356893 103.502976) (xy 69.349568 103.487266) + (xy 69.219047 103.300861) (xy 69.219045 103.300858) (xy 69.058141 103.139954) (xy 68.871734 103.009432) + (xy 68.871732 103.009431) (xy 68.665497 102.913261) (xy 68.665488 102.913258) (xy 68.445697 102.854366) + (xy 68.445693 102.854365) (xy 68.445692 102.854365) (xy 68.445691 102.854364) (xy 68.445686 102.854364) + (xy 68.219002 102.834532) (xy 68.218997 102.834532) (xy 68.057339 102.848674) (xy 67.98884 102.834907) + (xy 67.958852 102.812827) (xy 67.048819 101.902794) (xy 67.015334 101.841471) (xy 67.0125 101.815113) + (xy 67.0125 101.17787) (xy 69.1845 101.17787) (xy 69.184501 101.177876) (xy 69.190908 101.237483) + (xy 69.241202 101.372328) (xy 69.241206 101.372335) (xy 69.327452 101.487544) (xy 69.327455 101.487547) + (xy 69.442664 101.573793) (xy 69.442671 101.573797) (xy 69.577517 101.624091) (xy 69.577516 101.624091) + (xy 69.584444 101.624835) (xy 69.637127 101.6305) (xy 71.332872 101.630499) (xy 71.392483 101.624091) + (xy 71.527331 101.573796) (xy 71.642546 101.487546) (xy 71.728796 101.372331) (xy 71.779091 101.237483) + (xy 71.7855 101.177873) (xy 71.7855 101.17787) (xy 74.462833 101.17787) (xy 74.462834 101.177876) + (xy 74.469241 101.237483) (xy 74.519535 101.372328) (xy 74.519539 101.372335) (xy 74.605785 101.487544) + (xy 74.605788 101.487547) (xy 74.720997 101.573793) (xy 74.721004 101.573797) (xy 74.85585 101.624091) + (xy 74.855849 101.624091) (xy 74.862777 101.624835) (xy 74.91546 101.6305) (xy 76.611205 101.630499) + (xy 76.670816 101.624091) (xy 76.805664 101.573796) (xy 76.920879 101.487546) (xy 77.007129 101.372331) + (xy 77.057424 101.237483) (xy 77.063833 101.177873) (xy 77.063832 99.482128) (xy 77.057424 99.422517) + (xy 77.007129 99.287669) (xy 77.007128 99.287668) (xy 77.007126 99.287664) (xy 76.92088 99.172455) + (xy 76.920877 99.172452) (xy 76.805668 99.086206) (xy 76.805661 99.086202) (xy 76.670815 99.035908) + (xy 76.670816 99.035908) (xy 76.611216 99.029501) (xy 76.611214 99.0295) (xy 76.611206 99.0295) + (xy 76.611197 99.0295) (xy 74.915462 99.0295) (xy 74.915456 99.029501) (xy 74.855849 99.035908) + (xy 74.721004 99.086202) (xy 74.720997 99.086206) (xy 74.605788 99.172452) (xy 74.605785 99.172455) + (xy 74.519539 99.287664) (xy 74.519535 99.287671) (xy 74.469241 99.422517) (xy 74.462834 99.482116) + (xy 74.462834 99.482123) (xy 74.462833 99.482135) (xy 74.462833 101.17787) (xy 71.7855 101.17787) + (xy 71.785499 99.482128) (xy 71.779091 99.422517) (xy 71.728796 99.287669) (xy 71.728795 99.287668) + (xy 71.728793 99.287664) (xy 71.642547 99.172455) (xy 71.642544 99.172452) (xy 71.527335 99.086206) + (xy 71.527328 99.086202) (xy 71.392482 99.035908) (xy 71.392483 99.035908) (xy 71.332883 99.029501) + (xy 71.332881 99.0295) (xy 71.332873 99.0295) (xy 71.332864 99.0295) (xy 69.637129 99.0295) (xy 69.637123 99.029501) + (xy 69.577516 99.035908) (xy 69.442671 99.086202) (xy 69.442664 99.086206) (xy 69.327455 99.172452) + (xy 69.327452 99.172455) (xy 69.241206 99.287664) (xy 69.241202 99.287671) (xy 69.190908 99.422517) + (xy 69.184501 99.482116) (xy 69.184501 99.482123) (xy 69.1845 99.482135) (xy 69.1845 101.17787) + (xy 67.0125 101.17787) (xy 67.0125 92.710001) (xy 69.179532 92.710001) (xy 69.199364 92.936686) + (xy 69.199366 92.936697) (xy 69.258258 93.156488) (xy 69.258261 93.156497) (xy 69.354431 93.362732) + (xy 69.354432 93.362734) (xy 69.484954 93.549141) (xy 69.645858 93.710045) (xy 69.645861 93.710047) + (xy 69.832266 93.840568) (xy 70.038504 93.936739) (xy 70.258308 93.995635) (xy 70.42023 94.009801) + (xy 70.484998 94.015468) (xy 70.485 94.015468) (xy 70.485002 94.015468) (xy 70.541673 94.010509) + (xy 70.711692 93.995635) (xy 70.931496 93.936739) (xy 71.137734 93.840568) (xy 71.324139 93.710047) + (xy 71.485047 93.549139) (xy 71.615568 93.362734) (xy 71.711739 93.156496) (xy 71.770635 92.936692) + (xy 71.790468 92.71) (xy 71.770635 92.483308) (xy 71.711739 92.263504) (xy 71.615568 92.057266) + (xy 71.517839 91.917693) (xy 71.485045 91.870858) (xy 71.324141 91.709954) (xy 71.137734 91.579432) + (xy 71.137732 91.579431) (xy 70.931497 91.483261) (xy 70.931488 91.483258) (xy 70.711697 91.424366) + (xy 70.711693 91.424365) (xy 70.711692 91.424365) (xy 70.711691 91.424364) (xy 70.711686 91.424364) + (xy 70.485002 91.404532) (xy 70.484998 91.404532) (xy 70.258313 91.424364) (xy 70.258302 91.424366) + (xy 70.038511 91.483258) (xy 70.038502 91.483261) (xy 69.832267 91.579431) (xy 69.832265 91.579432) + (xy 69.645858 91.709954) (xy 69.484954 91.870858) (xy 69.354432 92.057265) (xy 69.354431 92.057267) + (xy 69.258261 92.263502) (xy 69.258258 92.263511) (xy 69.199366 92.483302) (xy 69.199364 92.483313) + (xy 69.179532 92.709998) (xy 69.179532 92.710001) (xy 67.0125 92.710001) (xy 67.0125 92.186267) + (xy 67.032185 92.119228) (xy 67.084989 92.073473) (xy 67.154147 92.063529) (xy 67.181295 92.070641) + (xy 67.234193 92.091134) (xy 67.314 92.106052) (xy 67.314 91.176975) (xy 67.349095 91.21207) (xy 67.428905 91.258148) + (xy 67.517922 91.282) (xy 67.610078 91.282) (xy 67.699095 91.258148) (xy 67.778905 91.21207) (xy 67.808975 91.182) + (xy 67.814 91.182) (xy 67.814 92.106052) (xy 67.893804 92.091135) (xy 68.101177 92.010798) (xy 68.101179 92.010797) + (xy 68.290261 91.893721) (xy 68.454608 91.7439) (xy 68.588631 91.566425) (xy 68.68776 91.367349) + (xy 68.740495 91.182) (xy 67.814 91.182) (xy 67.808975 91.182) (xy 67.84407 91.146905) (xy 67.890148 91.067095) + (xy 67.914 90.978078) (xy 67.914 90.885922) (xy 67.890148 90.796905) (xy 67.84407 90.717095) (xy 67.778905 90.65193) + (xy 67.699095 90.605852) (xy 67.610078 90.582) (xy 67.517922 90.582) (xy 67.428905 90.605852) (xy 67.349095 90.65193) + (xy 67.314 90.687025) (xy 67.314 89.757946) (xy 67.814 89.757946) (xy 67.814 90.682) (xy 68.740495 90.682) + (xy 68.68776 90.49665) (xy 68.588631 90.297574) (xy 68.454608 90.120099) (xy 68.290261 89.970278) + (xy 68.101179 89.853202) (xy 68.101177 89.853201) (xy 67.893799 89.772864) (xy 67.814 89.757946) + (xy 67.314 89.757946) (xy 67.2342 89.772864) (xy 67.181294 89.79336) (xy 67.11167 89.799222) (xy 67.04993 89.766512) + (xy 67.015675 89.705615) (xy 67.0125 89.677733) (xy 67.0125 87.63) (xy 74.359357 87.63) (xy 74.379884 87.851535) + (xy 74.379885 87.851537) (xy 74.440769 88.065523) (xy 74.440775 88.065538) (xy 74.539938 88.264683) + (xy 74.539943 88.264691) (xy 74.67402 88.442238) (xy 74.838433 88.59212) (xy 74.838435 88.592121) + (xy 74.838438 88.592124) (xy 74.878777 88.617101) (xy 74.925412 88.669127) (xy 74.9375 88.722527) + (xy 74.9375 89.636807) (xy 74.961612 89.758027) (xy 74.961614 89.758035) (xy 74.995062 89.838785) + (xy 75.008915 89.872229) (xy 75.00892 89.872238) (xy 75.068595 89.961547) (xy 75.068596 89.961549) + (xy 75.077586 89.975004) (xy 75.07759 89.975009) (xy 76.417115 91.314534) (xy 76.4506 91.375857) + (xy 76.445616 91.445549) (xy 76.403744 91.501482) (xy 76.33828 91.525899) (xy 76.277029 91.514597) + (xy 76.267932 91.510355) (xy 76.209829 91.483261) (xy 76.209825 91.48326) (xy 76.209821 91.483258) + (xy 75.99003 91.424366) (xy 75.990026 91.424365) (xy 75.990025 91.424365) (xy 75.990024 91.424364) + (xy 75.990019 91.424364) (xy 75.763335 91.404532) (xy 75.763331 91.404532) (xy 75.536646 91.424364) + (xy 75.536635 91.424366) (xy 75.316844 91.483258) (xy 75.316835 91.483261) (xy 75.1106 91.579431) + (xy 75.110598 91.579432) (xy 74.924191 91.709954) (xy 74.763287 91.870858) (xy 74.632765 92.057265) + (xy 74.632764 92.057267) (xy 74.536594 92.263502) (xy 74.536591 92.263511) (xy 74.477699 92.483302) + (xy 74.477697 92.483313) (xy 74.457865 92.709998) (xy 74.457865 92.710001) (xy 74.477697 92.936686) + (xy 74.477699 92.936697) (xy 74.536591 93.156488) (xy 74.536594 93.156497) (xy 74.632764 93.362732) + (xy 74.632765 93.362734) (xy 74.763287 93.549141) (xy 74.924191 93.710045) (xy 75.082956 93.821212) + (xy 75.126581 93.875788) (xy 75.135833 93.922787) (xy 75.135833 95.113474) (xy 75.159945 95.234694) + (xy 75.159947 95.234702) (xy 75.193395 95.315452) (xy 75.207248 95.348896) (xy 75.207253 95.348905) + (xy 75.2444 95.404499) (xy 75.244401 95.4045) (xy 75.275923 95.451677) (xy 75.275924 95.451678) + (xy 79.704847 99.8806) (xy 79.738332 99.941923) (xy 79.741166 99.968281) (xy 79.741166 101.17787) + (xy 79.741167 101.177876) (xy 79.747574 101.237483) (xy 79.797868 101.372328) (xy 79.797872 101.372335) + (xy 79.884118 101.487544) (xy 79.884121 101.487547) (xy 79.99933 101.573793) (xy 79.999337 101.573797) + (xy 80.134183 101.624091) (xy 80.134182 101.624091) (xy 80.14111 101.624835) (xy 80.193793 101.6305) + (xy 81.889538 101.630499) (xy 81.949149 101.624091) (xy 82.083997 101.573796) (xy 82.199212 101.487546) + (xy 82.285462 101.372331) (xy 82.335757 101.237483) (xy 82.342166 101.177873) (xy 82.342165 99.482128) + (xy 82.335757 99.422517) (xy 82.285462 99.287669) (xy 82.285461 99.287668) (xy 82.285459 99.287664) + (xy 82.199213 99.172455) (xy 82.19921 99.172452) (xy 82.084001 99.086206) (xy 82.083994 99.086202) + (xy 81.949148 99.035908) (xy 81.949149 99.035908) (xy 81.889549 99.029501) (xy 81.889547 99.0295) + (xy 81.889539 99.0295) (xy 81.889531 99.0295) (xy 80.679947 99.0295) (xy 80.612908 99.009815) (xy 80.592266 98.993181) + (xy 76.427152 94.828067) (xy 76.393667 94.766744) (xy 76.390833 94.740386) (xy 76.390833 93.922787) + (xy 76.410518 93.855748) (xy 76.44371 93.821212) (xy 76.602472 93.710047) (xy 76.76338 93.549139) + (xy 76.893901 93.362734) (xy 76.990072 93.156496) (xy 77.048968 92.936692) (xy 77.068801 92.71) + (xy 77.048968 92.483308) (xy 76.990072 92.263504) (xy 76.958734 92.196301) (xy 76.948243 92.127226) + (xy 76.976762 92.063442) (xy 77.035239 92.025202) (xy 77.105106 92.024647) (xy 77.158798 92.056217) + (xy 84.983181 99.8806) (xy 85.016666 99.941923) (xy 85.0195 99.968281) (xy 85.0195 101.17787) (xy 85.019501 101.177876) + (xy 85.025908 101.237483) (xy 85.076202 101.372328) (xy 85.076206 101.372335) (xy 85.162452 101.487544) + (xy 85.162455 101.487547) (xy 85.277664 101.573793) (xy 85.277671 101.573797) (xy 85.412517 101.624091) + (xy 85.412516 101.624091) (xy 85.419444 101.624835) (xy 85.472127 101.6305) (xy 87.167872 101.630499) + (xy 87.227483 101.624091) (xy 87.362331 101.573796) (xy 87.477546 101.487546) (xy 87.563796 101.372331) + (xy 87.614091 101.237483) (xy 87.6205 101.177873) (xy 87.620499 99.482128) (xy 87.614091 99.422517) + (xy 87.563796 99.287669) (xy 87.563795 99.287668) (xy 87.563793 99.287664) (xy 87.477547 99.172455) + (xy 87.477544 99.172452) (xy 87.362335 99.086206) (xy 87.362328 99.086202) (xy 87.227482 99.035908) + (xy 87.227483 99.035908) (xy 87.167883 99.029501) (xy 87.167881 99.0295) (xy 87.167873 99.0295) + (xy 87.167865 99.0295) (xy 85.958281 99.0295) (xy 85.891242 99.009815) (xy 85.8706 98.993181) (xy 81.092888 94.215469) + (xy 81.059403 94.154146) (xy 81.064387 94.084454) (xy 81.106259 94.028521) (xy 81.169759 94.004261) + (xy 81.268358 93.995635) (xy 81.488162 93.936739) (xy 81.6944 93.840568) (xy 81.880805 93.710047) + (xy 82.041713 93.549139) (xy 82.152878 93.390376) (xy 82.207454 93.346752) (xy 82.254453 93.3375) + (xy 85.107213 93.3375) (xy 85.174252 93.357185) (xy 85.208788 93.390377) (xy 85.319954 93.549141) + (xy 85.480858 93.710045) (xy 85.480861 93.710047) (xy 85.667266 93.840568) (xy 85.873504 93.936739) + (xy 86.093308 93.995635) (xy 86.25523 94.009801) (xy 86.319998 94.015468) (xy 86.32 94.015468) (xy 86.320002 94.015468) + (xy 86.376673 94.010509) (xy 86.546692 93.995635) (xy 86.766496 93.936739) (xy 86.972734 93.840568) + (xy 87.159139 93.710047) (xy 87.320047 93.549139) (xy 87.450568 93.362734) (xy 87.546739 93.156496) + (xy 87.605635 92.936692) (xy 87.625468 92.71) (xy 87.605635 92.483308) (xy 87.546739 92.263504) + (xy 87.450568 92.057266) (xy 87.352839 91.917693) (xy 87.320045 91.870858) (xy 87.159141 91.709954) + (xy 86.972734 91.579432) (xy 86.972732 91.579431) (xy 86.766497 91.483261) (xy 86.766488 91.483258) + (xy 86.546697 91.424366) (xy 86.546693 91.424365) (xy 86.546692 91.424365) (xy 86.546691 91.424364) + (xy 86.546686 91.424364) (xy 86.320002 91.404532) (xy 86.319998 91.404532) (xy 86.093313 91.424364) + (xy 86.093302 91.424366) (xy 85.873511 91.483258) (xy 85.873502 91.483261) (xy 85.667267 91.579431) + (xy 85.667265 91.579432) (xy 85.480858 91.709954) (xy 85.319954 91.870858) (xy 85.234961 91.992243) + (xy 85.211884 92.025202) (xy 85.208788 92.029623) (xy 85.154212 92.073248) (xy 85.107213 92.0825) + (xy 82.254453 92.0825) (xy 82.187414 92.062815) (xy 82.152878 92.029623) (xy 82.149782 92.025202) + (xy 82.067156 91.907197) (xy 82.041711 91.870858) (xy 81.880807 91.709954) (xy 81.6944 91.579432) + (xy 81.694398 91.579431) (xy 81.488163 91.483261) (xy 81.488154 91.483258) (xy 81.268363 91.424366) + (xy 81.268359 91.424365) (xy 81.268358 91.424365) (xy 81.268357 91.424364) (xy 81.268352 91.424364) + (xy 81.041668 91.404532) (xy 81.041664 91.404532) (xy 80.814979 91.424364) (xy 80.814968 91.424366) + (xy 80.595177 91.483258) (xy 80.595168 91.483261) (xy 80.388933 91.579431) (xy 80.388931 91.579432) + (xy 80.202524 91.709954) (xy 80.04162 91.870858) (xy 79.911098 92.057265) (xy 79.911097 92.057267) + (xy 79.814927 92.263502) (xy 79.814924 92.263511) (xy 79.756032 92.483302) (xy 79.75603 92.483313) + (xy 79.747405 92.581903) (xy 79.721953 92.646972) (xy 79.665362 92.687951) (xy 79.5956 92.691829) + (xy 79.536196 92.658777) (xy 76.228819 89.3514) (xy 76.195334 89.290077) (xy 76.1925 89.263719) + (xy 76.1925 88.722527) (xy 76.212185 88.655488) (xy 76.251221 88.617101) (xy 76.291562 88.592124) + (xy 76.455981 88.442236) (xy 76.590058 88.264689) (xy 76.597689 88.249365) (xy 76.689224 88.065538) + (xy 76.689223 88.065538) (xy 76.689229 88.065528) (xy 76.750115 87.851536) (xy 76.770643 87.63) + (xy 79.439357 87.63) (xy 79.459884 87.851535) (xy 79.459885 87.851537) (xy 79.520769 88.065523) + (xy 79.520775 88.065538) (xy 79.619938 88.264683) (xy 79.619943 88.264691) (xy 79.75402 88.442238) + (xy 79.918437 88.592123) (xy 79.918439 88.592125) (xy 80.107595 88.709245) (xy 80.107596 88.709245) + (xy 80.107599 88.709247) (xy 80.31506 88.789618) (xy 80.533757 88.8305) (xy 80.533759 88.8305) (xy 80.756241 88.8305) + (xy 80.756243 88.8305) (xy 80.97494 88.789618) (xy 81.182401 88.709247) (xy 81.371562 88.592124) + (xy 81.535981 88.442236) (xy 81.670058 88.264689) (xy 81.677689 88.249365) (xy 81.769224 88.065538) + (xy 81.769223 88.065538) (xy 81.769229 88.065528) (xy 81.830115 87.851536) (xy 81.850643 87.63) + (xy 81.830115 87.408464) (xy 81.769229 87.194472) (xy 81.769224 87.194461) (xy 81.670061 86.995316) + (xy 81.670056 86.995308) (xy 81.535979 86.817761) (xy 81.371562 86.667876) (xy 81.37156 86.667874) + (xy 81.182404 86.550754) (xy 81.182398 86.550752) (xy 80.97494 86.470382) (xy 80.756243 86.4295) + (xy 80.533757 86.4295) (xy 80.31506 86.470382) (xy 80.201452 86.514394) (xy 80.107601 86.550752) + (xy 80.107595 86.550754) (xy 79.918439 86.667874) (xy 79.918437 86.667876) (xy 79.75402 86.817761) + (xy 79.619943 86.995308) (xy 79.619938 86.995316) (xy 79.520775 87.194461) (xy 79.520769 87.194476) + (xy 79.459885 87.408462) (xy 79.459884 87.408464) (xy 79.439357 87.629999) (xy 79.439357 87.63) + (xy 76.770643 87.63) (xy 76.750115 87.408464) (xy 76.689229 87.194472) (xy 76.689224 87.194461) + (xy 76.590061 86.995316) (xy 76.590056 86.995308) (xy 76.455979 86.817761) (xy 76.291562 86.667876) + (xy 76.29156 86.667874) (xy 76.102404 86.550754) (xy 76.102398 86.550752) (xy 75.89494 86.470382) + (xy 75.676243 86.4295) (xy 75.453757 86.4295) (xy 75.23506 86.470382) (xy 75.121452 86.514394) (xy 75.027601 86.550752) + (xy 75.027595 86.550754) (xy 74.838439 86.667874) (xy 74.838437 86.667876) (xy 74.67402 86.817761) + (xy 74.539943 86.995308) (xy 74.539938 86.995316) (xy 74.440775 87.194461) (xy 74.440769 87.194476) + (xy 74.379885 87.408462) (xy 74.379884 87.408464) (xy 74.359357 87.629999) (xy 74.359357 87.63) + (xy 67.0125 87.63) (xy 67.0125 84.43387) (xy 82.6315 84.43387) (xy 82.631501 84.433876) (xy 82.637908 84.493483) + (xy 82.688202 84.628328) (xy 82.688206 84.628335) (xy 82.774452 84.743544) (xy 82.774455 84.743547) + (xy 82.889664 84.829793) (xy 82.889671 84.829797) (xy 83.024517 84.880091) (xy 83.024516 84.880091) + (xy 83.031444 84.880835) (xy 83.084127 84.8865) (xy 84.779872 84.886499) (xy 84.839483 84.880091) + (xy 84.974331 84.829796) (xy 85.089546 84.743546) (xy 85.175796 84.628331) (xy 85.226091 84.493483) + (xy 85.229862 84.458401) (xy 85.256599 84.393855) (xy 85.31399 84.354006) (xy 85.383816 84.351511) + (xy 85.443905 84.387163) (xy 85.454726 84.400536) (xy 85.471956 84.425143) (xy 85.632858 84.586045) + (xy 85.632861 84.586047) (xy 85.819266 84.716568) (xy 86.025504 84.812739) (xy 86.245308 84.871635) + (xy 86.40723 84.885801) (xy 86.471998 84.891468) (xy 86.472 84.891468) (xy 86.472002 84.891468) + (xy 86.528807 84.886498) (xy 86.698692 84.871635) (xy 86.918496 84.812739) (xy 87.124734 84.716568) + (xy 87.311139 84.586047) (xy 87.472047 84.425139) (xy 87.602568 84.238734) (xy 87.698739 84.032496) + (xy 87.757635 83.812692) (xy 87.777468 83.586) (xy 87.757635 83.359308) (xy 87.698739 83.139504) + (xy 87.602568 82.933266) (xy 87.472047 82.746861) (xy 87.472045 82.746858) (xy 87.311141 82.585954) + (xy 87.124734 82.455432) (xy 87.124732 82.455431) (xy 86.918497 82.359261) (xy 86.918488 82.359258) + (xy 86.698697 82.300366) (xy 86.698693 82.300365) (xy 86.698692 82.300365) (xy 86.698691 82.300364) + (xy 86.698686 82.300364) (xy 86.472002 82.280532) (xy 86.471998 82.280532) (xy 86.245313 82.300364) + (xy 86.245302 82.300366) (xy 86.025511 82.359258) (xy 86.025502 82.359261) (xy 85.819267 82.455431) + (xy 85.819265 82.455432) (xy 85.632858 82.585954) (xy 85.471954 82.746858) (xy 85.454725 82.771464) + (xy 85.400147 82.815088) (xy 85.330648 82.82228) (xy 85.268294 82.790757) (xy 85.232882 82.730526) + (xy 85.229861 82.713591) (xy 85.226091 82.678516) (xy 85.175797 82.543671) (xy 85.175793 82.543664) + (xy 85.089547 82.428455) (xy 85.089544 82.428452) (xy 84.974335 82.342206) (xy 84.974328 82.342202) + (xy 84.839482 82.291908) (xy 84.839483 82.291908) (xy 84.779883 82.285501) (xy 84.779881 82.2855) + (xy 84.779873 82.2855) (xy 84.779864 82.2855) (xy 83.084129 82.2855) (xy 83.084123 82.285501) (xy 83.024516 82.291908) + (xy 82.889671 82.342202) (xy 82.889664 82.342206) (xy 82.774455 82.428452) (xy 82.774452 82.428455) + (xy 82.688206 82.543664) (xy 82.688202 82.543671) (xy 82.637908 82.678517) (xy 82.631501 82.738116) + (xy 82.6315 82.738135) (xy 82.6315 84.43387) (xy 67.0125 84.43387) (xy 67.0125 71.953454) (xy 67.032185 71.886415) + (xy 67.084989 71.84066) (xy 67.154147 71.830716) (xy 67.217703 71.859741) (xy 67.251061 71.906002) + (xy 67.296366 72.015381) (xy 67.296372 72.015392) (xy 67.378942 72.138968) (xy 67.378943 72.138969) + (xy 69.030827 73.790852) (xy 69.064312 73.852175) (xy 69.066674 73.889339) (xy 69.052532 74.050996) + (xy 69.052532 74.051001) (xy 69.072364 74.277686) (xy 69.072366 74.277697) (xy 69.131258 74.497488) + (xy 69.131261 74.497497) (xy 69.227431 74.703732) (xy 69.227432 74.703734) (xy 69.357954 74.890141) + (xy 69.518858 75.051045) (xy 69.518861 75.051047) (xy 69.705266 75.181568) (xy 69.763275 75.208618) + (xy 69.815714 75.254791) (xy 69.834866 75.321984) (xy 69.81465 75.388865) (xy 69.763275 75.433382) + (xy 69.705267 75.460431) (xy 69.705265 75.460432) (xy 69.518858 75.590954) (xy 69.357954 75.751858) + (xy 69.227432 75.938265) (xy 69.227431 75.938267) (xy 69.131261 76.144502) (xy 69.131258 76.144511) + (xy 69.072366 76.364302) (xy 69.072364 76.364313) (xy 69.052532 76.590998) (xy 69.052532 76.591001) + (xy 69.072364 76.817686) (xy 69.072366 76.817697) (xy 69.131258 77.037488) (xy 69.131261 77.037497) + (xy 69.227431 77.243732) (xy 69.227432 77.243734) (xy 69.357954 77.430141) (xy 69.518858 77.591045) + (xy 69.518861 77.591047) (xy 69.705266 77.721568) (xy 69.763275 77.748618) (xy 69.815714 77.794791) + (xy 69.834866 77.861984) (xy 69.81465 77.928865) (xy 69.763275 77.973382) (xy 69.705267 78.000431) + (xy 69.705265 78.000432) (xy 69.518858 78.130954) (xy 69.357954 78.291858) (xy 69.227432 78.478265) + (xy 69.227431 78.478267) (xy 69.131261 78.684502) (xy 69.131258 78.684511) (xy 69.072366 78.904302) + (xy 69.072364 78.904313) (xy 69.052532 79.130998) (xy 69.052532 79.131001) (xy 69.072364 79.357686) + (xy 69.072366 79.357697) (xy 69.131258 79.577488) (xy 69.131261 79.577497) (xy 69.227431 79.783732) + (xy 69.227432 79.783734) (xy 69.357954 79.970141) (xy 69.518858 80.131045) (xy 69.518861 80.131047) + (xy 69.705266 80.261568) (xy 69.763865 80.288893) (xy 69.816305 80.335065) (xy 69.835457 80.402258) + (xy 69.815242 80.469139) (xy 69.763867 80.513657) (xy 69.705515 80.540867) (xy 69.519179 80.671342) + (xy 69.358342 80.832179) (xy 69.227865 81.018517) (xy 69.131734 81.224673) (xy 69.13173 81.224682) + (xy 69.079127 81.420999) (xy 69.079128 81.421) (xy 70.042314 81.421) (xy 70.03792 81.425394) (xy 69.985259 81.516606) + (xy 69.958 81.618339) (xy 69.958 81.723661) (xy 69.985259 81.825394) (xy 70.03792 81.916606) (xy 70.042314 81.921) + (xy 69.079128 81.921) (xy 69.13173 82.117317) (xy 69.131734 82.117326) (xy 69.227865 82.323482) + (xy 69.358342 82.50982) (xy 69.519179 82.670657) (xy 69.705517 82.801134) (xy 69.911673 82.897265) + (xy 69.911682 82.897269) (xy 70.107999 82.949872) (xy 70.108 82.949871) (xy 70.108 81.986686) (xy 70.112394 81.99108) + (xy 70.203606 82.043741) (xy 70.305339 82.071) (xy 70.410661 82.071) (xy 70.512394 82.043741) (xy 70.603606 81.99108) + (xy 70.608 81.986686) (xy 70.608 82.949872) (xy 70.804317 82.897269) (xy 70.804326 82.897265) (xy 71.010482 82.801134) + (xy 71.19682 82.670657) (xy 71.357657 82.50982) (xy 71.488134 82.323482) (xy 71.584265 82.117326) + (xy 71.584269 82.117317) (xy 71.636872 81.921) (xy 70.673686 81.921) (xy 70.67808 81.916606) (xy 70.730741 81.825394) + (xy 70.758 81.723661) (xy 70.758 81.618339) (xy 70.730741 81.516606) (xy 70.67808 81.425394) (xy 70.673686 81.421) + (xy 71.636872 81.421) (xy 71.636872 81.420999) (xy 71.584269 81.224682) (xy 71.584265 81.224673) + (xy 71.488134 81.018517) (xy 71.357657 80.832179) (xy 71.19682 80.671342) (xy 71.010482 80.540865) + (xy 70.952133 80.513657) (xy 70.899694 80.467484) (xy 70.880542 80.400291) (xy 70.900758 80.33341) + (xy 70.952129 80.288895) (xy 71.010734 80.261568) (xy 71.197139 80.131047) (xy 71.358047 79.970139) + (xy 71.488568 79.783734) (xy 71.584739 79.577496) (xy 71.643635 79.357692) (xy 71.663468 79.131) + (xy 71.643635 78.904308) (xy 71.625916 78.838181) (xy 71.627579 78.768332) (xy 71.658008 78.718409) + (xy 72.8676 77.508819) (xy 72.928923 77.475334) (xy 72.955281 77.4725) (xy 75.229875 77.4725) (xy 75.296914 77.492185) + (xy 75.33145 77.525377) (xy 75.406472 77.632521) (xy 75.557478 77.783527) (xy 75.557481 77.783529) + (xy 75.732419 77.906021) (xy 75.732421 77.906022) (xy 75.73242 77.906022) (xy 75.796936 77.936106) + (xy 75.92597 77.996276) (xy 75.925983 77.996279) (xy 75.931064 77.99813) (xy 75.930292 78.00025) + (xy 75.98171 78.031594) (xy 76.012237 78.094442) (xy 76.003939 78.163817) (xy 75.959452 78.217693) + (xy 75.930685 78.23083) (xy 75.931064 78.23187) (xy 75.925972 78.233723) (xy 75.92597 78.233724) + (xy 75.925968 78.233725) (xy 75.732421 78.323977) (xy 75.557478 78.446472) (xy 75.406472 78.597478) + (xy 75.283977 78.772421) (xy 75.193725 78.965968) (xy 75.193721 78.965977) (xy 75.138452 79.172247) + (xy 75.13845 79.172258) (xy 75.119838 79.384998) (xy 75.119838 79.385001) (xy 75.13845 79.597741) + (xy 75.138452 79.597752) (xy 75.193721 79.804022) (xy 75.193723 79.804026) (xy 75.193724 79.80403) + (xy 75.236171 79.895058) (xy 75.283977 79.997578) (xy 75.406472 80.172521) (xy 75.557478 80.323527) + (xy 75.557481 80.323529) (xy 75.732419 80.446021) (xy 75.732421 80.446022) (xy 75.73242 80.446022) + (xy 75.781995 80.469139) (xy 75.92597 80.536276) (xy 75.925983 80.536279) (xy 75.931064 80.53813) + (xy 75.930292 80.54025) (xy 75.98171 80.571594) (xy 76.012237 80.634442) (xy 76.003939 80.703817) + (xy 75.959452 80.757693) (xy 75.930685 80.77083) (xy 75.931064 80.77187) (xy 75.925972 80.773723) + (xy 75.92597 80.773724) (xy 75.925968 80.773725) (xy 75.732421 80.863977) (xy 75.557478 80.986472) + (xy 75.406472 81.137478) (xy 75.283977 81.312421) (xy 75.193725 81.505968) (xy 75.193721 81.505977) + (xy 75.138452 81.712247) (xy 75.13845 81.712258) (xy 75.119838 81.924998) (xy 75.119838 81.925001) + (xy 75.13845 82.137741) (xy 75.138452 82.137752) (xy 75.193721 82.344022) (xy 75.193723 82.344026) + (xy 75.193724 82.34403) (xy 75.233091 82.428452) (xy 75.283977 82.537578) (xy 75.406472 82.712521) + (xy 75.557478 82.863527) (xy 75.557481 82.863529) (xy 75.732419 82.986021) (xy 75.732421 82.986022) + (xy 75.73242 82.986022) (xy 75.796936 83.016106) (xy 75.92597 83.076276) (xy 76.132253 83.131549) + (xy 76.284215 83.144844) (xy 76.344998 83.150162) (xy 76.345 83.150162) (xy 76.345002 83.150162) + (xy 76.398186 83.145508) (xy 76.557747 83.131549) (xy 76.76403 83.076276) (xy 76.957581 82.986021) + (xy 77.132519 82.863529) (xy 77.283529 82.712519) (xy 77.406021 82.537581) (xy 77.496276 82.34403) + (xy 77.551549 82.137747) (xy 77.570162 81.925) (xy 77.569259 81.914683) (xy 77.564844 81.864215) + (xy 77.551549 81.712253) (xy 77.496276 81.50597) (xy 77.406021 81.312419) (xy 77.283529 81.137481) + (xy 77.283527 81.137478) (xy 77.132521 80.986472) (xy 76.957578 80.863977) (xy 76.957579 80.863977) + (xy 76.828547 80.803809) (xy 76.76403 80.773724) (xy 76.764023 80.773722) (xy 76.758936 80.77187) + (xy 76.759709 80.769746) (xy 76.708305 80.738424) (xy 76.677766 80.675581) (xy 76.68605 80.606204) + (xy 76.730528 80.55232) (xy 76.759315 80.539172) (xy 76.758936 80.53813) (xy 76.764013 80.53628) + (xy 76.76403 80.536276) (xy 76.957581 80.446021) (xy 77.132519 80.323529) (xy 77.283529 80.172519) + (xy 77.406021 79.997581) (xy 77.496276 79.80403) (xy 77.551549 79.597747) (xy 77.570162 79.385) + (xy 77.551549 79.172253) (xy 77.496276 78.96597) (xy 77.406021 78.772419) (xy 77.283529 78.597481) + (xy 77.283527 78.597478) (xy 77.132521 78.446472) (xy 76.957578 78.323977) (xy 76.957579 78.323977) + (xy 76.828547 78.263809) (xy 76.76403 78.233724) (xy 76.764023 78.233722) (xy 76.758936 78.23187) + (xy 76.759709 78.229746) (xy 76.708305 78.198424) (xy 76.677766 78.135581) (xy 76.68605 78.066204) + (xy 76.730528 78.01232) (xy 76.759315 77.999172) (xy 76.758936 77.99813) (xy 76.764013 77.99628) + (xy 76.76403 77.996276) (xy 76.957581 77.906021) (xy 77.132519 77.783529) (xy 77.283529 77.632519) + (xy 77.406021 77.457581) (xy 77.496276 77.26403) (xy 77.551549 77.057747) (xy 77.570162 76.845) + (xy 77.551549 76.632253) (xy 77.496276 76.42597) (xy 77.406021 76.232419) (xy 77.283529 76.057481) + (xy 77.283527 76.057478) (xy 77.132521 75.906472) (xy 76.957578 75.783977) (xy 76.957579 75.783977) + (xy 76.828547 75.723809) (xy 76.76403 75.693724) (xy 76.764026 75.693723) (xy 76.764022 75.693721) + (xy 76.557752 75.638452) (xy 76.557748 75.638451) (xy 76.557747 75.638451) (xy 76.557746 75.63845) + (xy 76.557741 75.63845) (xy 76.345002 75.619838) (xy 76.344998 75.619838) (xy 76.132258 75.63845) + (xy 76.132247 75.638452) (xy 75.925977 75.693721) (xy 75.925968 75.693725) (xy 75.732421 75.783977) + (xy 75.557478 75.906472) (xy 75.406472 76.057478) (xy 75.33145 76.164623) (xy 75.276874 76.208248) + (xy 75.229875 76.2175) (xy 72.582195 76.2175) (xy 72.46097 76.241613) (xy 72.46096 76.241616) (xy 72.346773 76.288913) + (xy 72.34676 76.28892) (xy 72.243992 76.357588) (xy 72.243988 76.357591) (xy 71.871089 76.73049) + (xy 71.809766 76.763975) (xy 71.740074 76.758991) (xy 71.684141 76.717119) (xy 71.659724 76.651655) + (xy 71.659879 76.632012) (xy 71.663468 76.591) (xy 71.643635 76.364308) (xy 71.584739 76.144504) + (xy 71.488568 75.938266) (xy 71.358047 75.751861) (xy 71.358045 75.751858) (xy 71.197141 75.590954) + (xy 71.010734 75.460432) (xy 71.010728 75.460429) (xy 70.952725 75.433382) (xy 70.900285 75.38721) + (xy 70.881133 75.320017) (xy 70.901348 75.253135) (xy 70.952725 75.208618) (xy 71.010734 75.181568) + (xy 71.197139 75.051047) (xy 71.358047 74.890139) (xy 71.488568 74.703734) (xy 71.584739 74.497496) + (xy 71.643635 74.277692) (xy 71.663468 74.051) (xy 71.643635 73.824308) (xy 71.584739 73.604504) + (xy 71.488568 73.398266) (xy 71.358047 73.211861) (xy 71.358045 73.211858) (xy 71.197141 73.050954) + (xy 71.010734 72.920432) (xy 71.010732 72.920431) (xy 70.804497 72.824261) (xy 70.804488 72.824258) + (xy 70.584697 72.765366) (xy 70.584693 72.765365) (xy 70.584692 72.765365) (xy 70.584691 72.765364) + (xy 70.584686 72.765364) (xy 70.358002 72.745532) (xy 70.357997 72.745532) (xy 70.196339 72.759674) + (xy 70.12784 72.745907) (xy 70.097852 72.723827) (xy 69.764025 72.39) (xy 73.089357 72.39) (xy 73.109884 72.611535) + (xy 73.109885 72.611537) (xy 73.170769 72.825523) (xy 73.170775 72.825538) (xy 73.269938 73.024683) + (xy 73.269943 73.024691) (xy 73.40402 73.202238) (xy 73.568437 73.352123) (xy 73.568439 73.352125) + (xy 73.757595 73.469245) (xy 73.757596 73.469245) (xy 73.757599 73.469247) (xy 73.96506 73.549618) + (xy 74.183757 73.5905) (xy 74.183759 73.5905) (xy 74.406241 73.5905) (xy 74.406243 73.5905) (xy 74.62494 73.549618) + (xy 74.832401 73.469247) (xy 75.021562 73.352124) (xy 75.185981 73.202236) (xy 75.320058 73.024689) + (xy 75.419229 72.825528) (xy 75.480115 72.611536) (xy 75.500643 72.39) (xy 78.169357 72.39) (xy 78.189884 72.611535) + (xy 78.189885 72.611537) (xy 78.250769 72.825523) (xy 78.250775 72.825538) (xy 78.349938 73.024683) + (xy 78.349943 73.024691) (xy 78.48402 73.202238) (xy 78.648437 73.352123) (xy 78.648439 73.352125) + (xy 78.837595 73.469245) (xy 78.837596 73.469245) (xy 78.837599 73.469247) (xy 79.04506 73.549618) + (xy 79.263757 73.5905) (xy 79.263759 73.5905) (xy 79.486241 73.5905) (xy 79.486243 73.5905) (xy 79.70494 73.549618) + (xy 79.912401 73.469247) (xy 79.982246 73.426001) (xy 82.626532 73.426001) (xy 82.646364 73.652686) + (xy 82.646366 73.652697) (xy 82.705258 73.872488) (xy 82.705261 73.872497) (xy 82.801431 74.078732) + (xy 82.801432 74.078734) (xy 82.931954 74.265141) (xy 83.092858 74.426045) (xy 83.092861 74.426047) + (xy 83.279266 74.556568) (xy 83.485504 74.652739) (xy 83.705308 74.711635) (xy 83.86723 74.725801) + (xy 83.931998 74.731468) (xy 83.932 74.731468) (xy 83.932002 74.731468) (xy 83.988673 74.726509) + (xy 84.158692 74.711635) (xy 84.378496 74.652739) (xy 84.584734 74.556568) (xy 84.771139 74.426047) + (xy 84.932047 74.265139) (xy 85.062568 74.078734) (xy 85.089618 74.020724) (xy 85.13579 73.968285) + (xy 85.202983 73.949133) (xy 85.269865 73.969348) (xy 85.314382 74.020725) (xy 85.341429 74.078728) + (xy 85.341432 74.078734) (xy 85.471954 74.265141) (xy 85.632858 74.426045) (xy 85.632861 74.426047) + (xy 85.819266 74.556568) (xy 86.025504 74.652739) (xy 86.245308 74.711635) (xy 86.40723 74.725801) + (xy 86.471998 74.731468) (xy 86.472 74.731468) (xy 86.472002 74.731468) (xy 86.528673 74.726509) + (xy 86.698692 74.711635) (xy 86.918496 74.652739) (xy 87.124734 74.556568) (xy 87.311139 74.426047) + (xy 87.472047 74.265139) (xy 87.602568 74.078734) (xy 87.698739 73.872496) (xy 87.757635 73.652692) + (xy 87.777468 73.426) (xy 87.775041 73.398265) (xy 87.759837 73.224476) (xy 87.757635 73.199308) + (xy 87.698739 72.979504) (xy 87.602568 72.773266) (xy 87.489325 72.611537) (xy 87.472045 72.586858) + (xy 87.311141 72.425954) (xy 87.124734 72.295432) (xy 87.124732 72.295431) (xy 86.918497 72.199261) + (xy 86.918488 72.199258) (xy 86.698697 72.140366) (xy 86.698693 72.140365) (xy 86.698692 72.140365) + (xy 86.698691 72.140364) (xy 86.698686 72.140364) (xy 86.472002 72.120532) (xy 86.471998 72.120532) + (xy 86.245313 72.140364) (xy 86.245302 72.140366) (xy 86.025511 72.199258) (xy 86.025502 72.199261) + (xy 85.819267 72.295431) (xy 85.819265 72.295432) (xy 85.632858 72.425954) (xy 85.471954 72.586858) + (xy 85.341432 72.773265) (xy 85.341431 72.773267) (xy 85.325607 72.807202) (xy 85.317653 72.824261) + (xy 85.314382 72.831275) (xy 85.268209 72.883714) (xy 85.201016 72.902866) (xy 85.134135 72.88265) + (xy 85.089618 72.831275) (xy 85.086936 72.825523) (xy 85.062568 72.773266) (xy 84.949325 72.611537) + (xy 84.932045 72.586858) (xy 84.771141 72.425954) (xy 84.584734 72.295432) (xy 84.584732 72.295431) + (xy 84.378497 72.199261) (xy 84.378488 72.199258) (xy 84.158697 72.140366) (xy 84.158693 72.140365) + (xy 84.158692 72.140365) (xy 84.158691 72.140364) (xy 84.158686 72.140364) (xy 83.932002 72.120532) + (xy 83.931998 72.120532) (xy 83.705313 72.140364) (xy 83.705302 72.140366) (xy 83.485511 72.199258) + (xy 83.485502 72.199261) (xy 83.279267 72.295431) (xy 83.279265 72.295432) (xy 83.092858 72.425954) + (xy 82.931954 72.586858) (xy 82.801432 72.773265) (xy 82.801431 72.773267) (xy 82.705261 72.979502) + (xy 82.705258 72.979511) (xy 82.646366 73.199302) (xy 82.646364 73.199313) (xy 82.626532 73.425998) + (xy 82.626532 73.426001) (xy 79.982246 73.426001) (xy 80.101562 73.352124) (xy 80.265981 73.202236) + (xy 80.400058 73.024689) (xy 80.499229 72.825528) (xy 80.560115 72.611536) (xy 80.580643 72.39) + (xy 80.560115 72.168464) (xy 80.499229 71.954472) (xy 80.499224 71.954461) (xy 80.400061 71.755316) + (xy 80.400056 71.755308) (xy 80.265979 71.577761) (xy 80.101562 71.427876) (xy 80.10156 71.427874) + (xy 79.912404 71.310754) (xy 79.912398 71.310752) (xy 79.70494 71.230382) (xy 79.486243 71.1895) + (xy 79.263757 71.1895) (xy 79.04506 71.230382) (xy 78.913864 71.281207) (xy 78.837601 71.310752) + (xy 78.837595 71.310754) (xy 78.648439 71.427874) (xy 78.648437 71.427876) (xy 78.48402 71.577761) + (xy 78.349943 71.755308) (xy 78.349938 71.755316) (xy 78.250775 71.954461) (xy 78.250769 71.954476) + (xy 78.189885 72.168462) (xy 78.189884 72.168464) (xy 78.169357 72.389999) (xy 78.169357 72.39) + (xy 75.500643 72.39) (xy 75.480115 72.168464) (xy 75.419229 71.954472) (xy 75.419224 71.954461) + (xy 75.320061 71.755316) (xy 75.320056 71.755308) (xy 75.185979 71.577761) (xy 75.021562 71.427876) + (xy 75.02156 71.427874) (xy 74.832404 71.310754) (xy 74.832398 71.310752) (xy 74.62494 71.230382) + (xy 74.406243 71.1895) (xy 74.183757 71.1895) (xy 73.96506 71.230382) (xy 73.833864 71.281207) (xy 73.757601 71.310752) + (xy 73.757595 71.310754) (xy 73.568439 71.427874) (xy 73.568437 71.427876) (xy 73.40402 71.577761) + (xy 73.269943 71.755308) (xy 73.269938 71.755316) (xy 73.170775 71.954461) (xy 73.170769 71.954476) + (xy 73.109885 72.168462) (xy 73.109884 72.168464) (xy 73.089357 72.389999) (xy 73.089357 72.39) + (xy 69.764025 72.39) (xy 68.755819 71.381794) (xy 68.722334 71.320471) (xy 68.7195 71.294113) (xy 68.7195 70.338861) + (xy 68.739185 70.271822) (xy 68.772375 70.237287) (xy 68.804139 70.215047) (xy 68.965047 70.054139) + (xy 69.095568 69.867734) (xy 69.102893 69.852024) (xy 69.149064 69.799586) (xy 69.216257 69.780433) + (xy 69.283138 69.800648) (xy 69.327657 69.852024) (xy 69.334864 69.86748) (xy 69.385974 69.940472) + (xy 70.065 69.261446) (xy 70.065 69.267661) (xy 70.092259 69.369394) (xy 70.14492 69.460606) (xy 70.219394 69.53508) + (xy 70.310606 69.587741) (xy 70.412339 69.615) (xy 70.418553 69.615) (xy 69.739526 70.294025) (xy 69.812513 70.345132) + (xy 69.812521 70.345136) (xy 70.018668 70.441264) (xy 70.018682 70.441269) (xy 70.238389 70.500139) + (xy 70.2384 70.500141) (xy 70.464998 70.519966) (xy 70.465002 70.519966) (xy 70.691599 70.500141) + (xy 70.69161 70.500139) (xy 70.911317 70.441269) (xy 70.911331 70.441264) (xy 71.117478 70.345136) + (xy 71.190471 70.294024) (xy 70.511447 69.615) (xy 70.517661 69.615) (xy 70.619394 69.587741) (xy 70.710606 69.53508) + (xy 70.78508 69.460606) (xy 70.837741 69.369394) (xy 70.865 69.267661) (xy 70.865 69.261447) (xy 71.544024 69.940471) + (xy 71.595136 69.867478) (xy 71.691264 69.661331) (xy 71.691269 69.661317) (xy 71.750139 69.44161) + (xy 71.750141 69.441599) (xy 71.769966 69.215002) (xy 71.769966 69.214997) (xy 71.750141 68.9884) + (xy 71.750139 68.988389) (xy 71.691269 68.768682) (xy 71.691264 68.768668) (xy 71.595136 68.562521) + (xy 71.595132 68.562513) (xy 71.544025 68.489526) (xy 70.865 69.168551) (xy 70.865 69.162339) (xy 70.837741 69.060606) + (xy 70.78508 68.969394) (xy 70.710606 68.89492) (xy 70.619394 68.842259) (xy 70.517661 68.815) (xy 70.511448 68.815) + (xy 71.190472 68.135974) (xy 71.117478 68.084863) (xy 70.911331 67.988735) (xy 70.911317 67.98873) + (xy 70.69161 67.92986) (xy 70.691599 67.929858) (xy 70.465002 67.910034) (xy 70.464998 67.910034) + (xy 70.2384 67.929858) (xy 70.238389 67.92986) (xy 70.018682 67.98873) (xy 70.018673 67.988734) + (xy 69.812516 68.084866) (xy 69.812512 68.084868) (xy 69.739526 68.135973) (xy 69.739526 68.135974) + (xy 70.418553 68.815) (xy 70.412339 68.815) (xy 70.310606 68.842259) (xy 70.219394 68.89492) (xy 70.14492 68.969394) + (xy 70.092259 69.060606) (xy 70.065 69.162339) (xy 70.065 69.168552) (xy 69.385974 68.489526) (xy 69.385973 68.489526) + (xy 69.334868 68.562512) (xy 69.334867 68.562514) (xy 69.327656 68.577979) (xy 69.281482 68.630417) + (xy 69.214288 68.649567) (xy 69.147407 68.62935) (xy 69.102893 68.577976) (xy 69.095568 68.562266) + (xy 68.965047 68.375861) (xy 68.965045 68.375858) (xy 68.804141 68.214954) (xy 68.617734 68.084432) + (xy 68.617732 68.084431) (xy 68.411497 67.988261) (xy 68.411488 67.988258) (xy 68.191697 67.929366) + (xy 68.191693 67.929365) (xy 68.191692 67.929365) (xy 68.191691 67.929364) (xy 68.191686 67.929364) + (xy 67.965002 67.909532) (xy 67.964998 67.909532) (xy 67.738313 67.929364) (xy 67.738302 67.929366) + (xy 67.518511 67.988258) (xy 67.518502 67.988261) (xy 67.312267 68.084431) (xy 67.312265 68.084432) + (xy 67.125856 68.214955) (xy 67.117536 68.223275) (xy 67.05621 68.256755) (xy 66.986519 68.251765) + (xy 66.942181 68.223268) (xy 65.62721 66.908297) (xy 65.593725 66.846974) (xy 65.598709 66.777282) + (xy 65.640581 66.721349) (xy 65.704084 66.697088) (xy 65.783487 66.690141) (xy 65.783498 66.690139) + (xy 66.003205 66.631269) (xy 66.003219 66.631264) (xy 66.209366 66.535136) (xy 66.282359 66.484024) + (xy 65.603335 65.805) (xy 65.609549 65.805) (xy 65.711282 65.777741) (xy 65.802494 65.72508) (xy 65.876968 65.650606) + (xy 65.929629 65.559394) (xy 65.956888 65.457661) (xy 65.956888 65.451447) (xy 66.635912 66.130471) + (xy 66.687024 66.057478) (xy 66.783152 65.851331) (xy 66.783157 65.851317) (xy 66.842027 65.63161) + (xy 66.842029 65.631599) (xy 66.861854 65.405002) (xy 66.861854 65.404997) (xy 66.842029 65.1784) + (xy 66.842027 65.178389) (xy 66.783157 64.958682) (xy 66.783152 64.958668) (xy 66.687024 64.752521) + (xy 66.68702 64.752513) (xy 66.635913 64.679526) (xy 65.956888 65.358551) (xy 65.956888 65.352339) + (xy 65.929629 65.250606) (xy 65.876968 65.159394) (xy 65.802494 65.08492) (xy 65.711282 65.032259) + (xy 65.609549 65.005) (xy 65.603336 65.005) (xy 66.28236 64.325974) (xy 66.209366 64.274863) (xy 66.003219 64.178735) + (xy 66.003205 64.17873) (xy 65.783498 64.11986) (xy 65.783487 64.119858) (xy 65.55689 64.100034) + (xy 65.556886 64.100034) (xy 65.330288 64.119858) (xy 65.330277 64.11986) (xy 65.11057 64.17873) + (xy 65.110561 64.178734) (xy 64.904404 64.274866) (xy 64.9044 64.274868) (xy 64.831414 64.325973) + (xy 64.831414 64.325974) (xy 65.510441 65.005) (xy 65.504227 65.005) (xy 65.402494 65.032259) (xy 65.311282 65.08492) + (xy 65.236808 65.159394) (xy 65.184147 65.250606) (xy 65.156888 65.352339) (xy 65.156888 65.358552) + (xy 64.472687 64.674351) (xy 64.423693 64.664505) (xy 64.37351 64.615889) (xy 64.358869 64.560366) + (xy 64.357788 64.560423) (xy 64.357742 64.560429) (xy 64.357741 64.560426) (xy 64.357564 64.560436) + (xy 64.357387 64.557135) (xy 64.357387 64.557128) (xy 64.350979 64.497517) (xy 64.34814 64.489906) + (xy 64.300685 64.362671) (xy 64.300681 64.362664) (xy 64.214435 64.247455) (xy 64.214432 64.247452) + (xy 64.099223 64.161206) (xy 64.099216 64.161202) (xy 63.96437 64.110908) (xy 63.964371 64.110908) + (xy 63.904771 64.104501) (xy 63.904769 64.1045) (xy 63.904761 64.1045) (xy 63.904752 64.1045) (xy 62.209017 64.1045) + (xy 62.209011 64.104501) (xy 62.149404 64.110908) (xy 62.014559 64.161202) (xy 62.014552 64.161206) + (xy 61.899343 64.247452) (xy 61.89934 64.247455) (xy 61.813094 64.362664) (xy 61.81309 64.362671) + (xy 61.762796 64.497517) (xy 61.756389 64.557116) (xy 61.756389 64.557123) (xy 61.756388 64.557135) + (xy 61.756388 66.25287) (xy 61.756389 66.252876) (xy 61.762796 66.312483) (xy 61.81309 66.447328) + (xy 61.813094 66.447335) (xy 61.89934 66.562544) (xy 61.899343 66.562547) (xy 62.014552 66.648793) + (xy 62.014559 66.648797) (xy 62.149405 66.699091) (xy 62.149404 66.699091) (xy 62.156332 66.699835) + (xy 62.209015 66.7055) (xy 63.239 66.705499) (xy 63.306039 66.725183) (xy 63.326681 66.741818) (xy 65.467181 68.882318) + (xy 65.500666 68.943641) (xy 65.5035 68.969999) (xy 65.5035 70.843225) (xy 65.483815 70.910264) + (xy 65.431011 70.956019) (xy 65.361853 70.965963) (xy 65.298297 70.936938) (xy 65.291819 70.930906) + (xy 60.153059 65.792146) (xy 60.119574 65.730823) (xy 60.117212 65.693661) (xy 60.131356 65.532) + (xy 60.111523 65.305308) (xy 60.052627 65.085504) (xy 59.956456 64.879266) (xy 59.867709 64.752521) + (xy 59.825936 64.692862) (xy 59.748963 64.615889) (xy 59.665027 64.531953) (xy 59.633262 64.50971) + (xy 59.589639 64.455135) (xy 59.580388 64.408138) (xy 59.580388 61.700334) (xy 59.580389 61.700313) + (xy 59.580389 61.545573) (xy 59.551394 61.399814) (xy 59.551393 61.399813) (xy 59.551393 61.399809) + (xy 59.494518 61.262499) (xy 59.449689 61.195408) (xy 59.411947 61.138922) (xy 59.411945 61.13892) + (xy 59.411943 61.138917) (xy 59.302535 61.029509) (xy 59.302512 61.029488) (xy 58.385048 60.112024) + (xy 58.351563 60.050701) (xy 58.349258 60.012901) (xy 58.355643 59.944) (xy 61.024357 59.944) (xy 61.044884 60.165535) + (xy 61.044885 60.165537) (xy 61.105769 60.379523) (xy 61.105775 60.379538) (xy 61.204938 60.578683) + (xy 61.204943 60.578691) (xy 61.33902 60.756238) (xy 61.503437 60.906123) (xy 61.503439 60.906125) + (xy 61.692595 61.023245) (xy 61.692596 61.023245) (xy 61.692599 61.023247) (xy 61.90006 61.103618) + (xy 62.118757 61.1445) (xy 62.118759 61.1445) (xy 62.341241 61.1445) (xy 62.341243 61.1445) (xy 62.55994 61.103618) + (xy 62.767401 61.023247) (xy 62.956562 60.906124) (xy 63.120981 60.756236) (xy 63.255058 60.578689) + (xy 63.354229 60.379528) (xy 63.415115 60.165536) (xy 63.435643 59.944) (xy 63.415115 59.722464) + (xy 63.354229 59.508472) (xy 63.354224 59.508461) (xy 63.255061 59.309316) (xy 63.255056 59.309308) + (xy 63.120979 59.131761) (xy 62.956562 58.981876) (xy 62.95656 58.981874) (xy 62.767404 58.864754) + (xy 62.767398 58.864752) (xy 62.55994 58.784382) (xy 62.341243 58.7435) (xy 62.118757 58.7435) (xy 61.90006 58.784382) + (xy 61.807864 58.820099) (xy 61.692601 58.864752) (xy 61.692595 58.864754) (xy 61.503439 58.981874) + (xy 61.503437 58.981876) (xy 61.33902 59.131761) (xy 61.204943 59.309308) (xy 61.204938 59.309316) + (xy 61.105775 59.508461) (xy 61.105769 59.508476) (xy 61.044885 59.722462) (xy 61.044884 59.722464) + (xy 61.024357 59.943999) (xy 61.024357 59.944) (xy 58.355643 59.944) (xy 58.355643 59.943999) (xy 58.335115 59.722464) + (xy 58.335114 59.722462) (xy 58.332521 59.71335) (xy 58.274229 59.508472) (xy 58.274224 59.508461) + (xy 58.175061 59.309316) (xy 58.175056 59.309308) (xy 58.040979 59.131761) (xy 57.876562 58.981876) + (xy 57.87656 58.981874) (xy 57.687404 58.864754) (xy 57.687398 58.864752) (xy 57.47994 58.784382) + (xy 57.261243 58.7435) (xy 57.038757 58.7435) (xy 56.82006 58.784382) (xy 56.727864 58.820099) (xy 56.612601 58.864752) + (xy 56.612595 58.864754) (xy 56.423439 58.981874) (xy 56.423437 58.981876) (xy 56.334038 59.063374) + (xy 56.271234 59.093991) (xy 56.201847 59.085793) (xy 56.147907 59.041383) (xy 56.126539 58.974861) + (xy 56.1265 58.971737) (xy 56.1265 56.852262) (xy 56.146185 56.785223) (xy 56.198989 56.739468) + (xy 56.268147 56.729524) (xy 56.331703 56.758549) (xy 56.334 56.76059) (xy 56.423438 56.842124) + (xy 56.42344 56.842125) (xy 56.423441 56.842126) (xy 56.612595 56.959245) (xy 56.612596 56.959245) + (xy 56.612599 56.959247) (xy 56.82006 57.039618) (xy 57.038757 57.0805) (xy 57.038759 57.0805) (xy 57.261241 57.0805) + (xy 57.261243 57.0805) (xy 57.47994 57.039618) (xy 57.687401 56.959247) (xy 57.876562 56.842124) + (xy 58.040981 56.692236) (xy 58.175058 56.514689) (xy 58.274229 56.315528) (xy 58.335115 56.101536) + (xy 58.355643 55.88) (xy 58.335115 55.658464) (xy 58.274229 55.444472) (xy 58.274224 55.444461) + (xy 58.175061 55.245316) (xy 58.175056 55.245308) (xy 58.040979 55.067761) (xy 57.906466 54.945137) + (xy 57.870184 54.885426) (xy 57.871945 54.815578) (xy 57.911188 54.757771) (xy 57.975455 54.730356) + (xy 57.990004 54.7295) (xy 61.389996 54.7295) (xy 61.457035 54.749185) (xy 61.50279 54.801989) (xy 61.512734 54.871147) + (xy 61.483709 54.934703) (xy 61.473534 54.945137) (xy 61.33902 55.067761) (xy 61.204943 55.245308) + (xy 61.204938 55.245316) (xy 61.105775 55.444461) (xy 61.105769 55.444476) (xy 61.044885 55.658462) + (xy 61.044884 55.658464) (xy 61.024357 55.879999) (xy 61.024357 55.88) (xy 61.044884 56.101535) + (xy 61.044885 56.101537) (xy 61.105769 56.315523) (xy 61.105775 56.315538) (xy 61.204938 56.514683) + (xy 61.204943 56.514691) (xy 61.33902 56.692238) (xy 61.503437 56.842123) (xy 61.503439 56.842125) + (xy 61.692595 56.959245) (xy 61.692596 56.959245) (xy 61.692599 56.959247) (xy 61.90006 57.039618) + (xy 62.118757 57.0805) (xy 62.118759 57.0805) (xy 62.341241 57.0805) (xy 62.341243 57.0805) (xy 62.55994 57.039618) + (xy 62.767401 56.959247) (xy 62.956562 56.842124) (xy 63.120981 56.692236) (xy 63.255058 56.514689) + (xy 63.354229 56.315528) (xy 63.415115 56.101536) (xy 63.435643 55.88) (xy 63.415115 55.658464) + (xy 63.354229 55.444472) (xy 63.354224 55.444461) (xy 63.255061 55.245316) (xy 63.255056 55.245308) + (xy 63.120979 55.067761) (xy 62.986466 54.945137) (xy 62.950184 54.885426) (xy 62.951945 54.815578) + (xy 62.991188 54.757771) (xy 63.055455 54.730356) (xy 63.070004 54.7295) (xy 68.243786 54.7295) + (xy 68.310825 54.749185) (xy 68.35658 54.801989) (xy 68.366328 54.858586) (xy 68.367341 54.858586) + (xy 68.367341 54.864) (xy 68.387936 55.099403) (xy 68.387938 55.099413) (xy 68.449094 55.327655) + (xy 68.449096 55.327659) (xy 68.449097 55.327663) (xy 68.500174 55.437197) (xy 68.548965 55.54183) + (xy 68.548967 55.541834) (xy 68.630633 55.658464) (xy 68.684504 55.7354) (xy 68.684506 55.735402) + (xy 68.851597 55.902493) (xy 68.851603 55.902498) (xy 68.915623 55.947325) (xy 68.959248 56.001901) + (xy 68.9685 56.0489) (xy 68.9685 56.219099) (xy 68.948815 56.286138) (xy 68.915624 56.320674) (xy 68.851599 56.365505) + (xy 68.851597 56.365506) (xy 68.684505 56.532597) (xy 68.548965 56.726169) (xy 68.548964 56.726171) + (xy 68.449098 56.940335) (xy 68.449094 56.940344) (xy 68.387938 57.168586) (xy 68.387936 57.168596) + (xy 68.367341 57.403999) (xy 68.367341 57.404) (xy 68.387936 57.639403) (xy 68.387938 57.639413) + (xy 68.449094 57.867655) (xy 68.449096 57.867659) (xy 68.449097 57.867663) (xy 68.489392 57.954075) + (xy 68.548965 58.08183) (xy 68.548967 58.081834) (xy 68.607462 58.165373) (xy 68.684505 58.275401) + (xy 68.851599 58.442495) (xy 68.894675 58.472657) (xy 69.045165 58.578032) (xy 69.045167 58.578033) + (xy 69.04517 58.578035) (xy 69.259337 58.677903) (xy 69.487592 58.739063) (xy 69.664034 58.7545) + (xy 69.722999 58.759659) (xy 69.723 58.759659) (xy 69.723001 58.759659) (xy 69.781966 58.7545) (xy 69.958408 58.739063) + (xy 70.186663 58.677903) (xy 70.40083 58.578035) (xy 70.594401 58.442495) (xy 70.761495 58.275401) + (xy 70.891732 58.089403) (xy 70.946307 58.04578) (xy 71.015805 58.038586) (xy 71.07816 58.070109) + (xy 71.09488 58.089405) (xy 71.148073 58.165373) (xy 71.780037 57.533409) (xy 71.797075 57.596993) + (xy 71.862901 57.711007) (xy 71.955993 57.804099) (xy 72.070007 57.869925) (xy 72.13359 57.886962) + (xy 71.501625 58.518925) (xy 71.585421 58.577599) (xy 71.799507 58.677429) (xy 71.799516 58.677433) + (xy 72.027673 58.738567) (xy 72.027684 58.738569) (xy 72.262998 58.759157) (xy 72.263002 58.759157) + (xy 72.498315 58.738569) (xy 72.498326 58.738567) (xy 72.726483 58.677433) (xy 72.726492 58.677429) + (xy 72.940578 58.5776) (xy 72.940582 58.577598) (xy 73.024373 58.518926) (xy 73.024373 58.518925) + (xy 72.392409 57.886962) (xy 72.455993 57.869925) (xy 72.570007 57.804099) (xy 72.663099 57.711007) + (xy 72.728925 57.596993) (xy 72.745962 57.533409) (xy 73.377925 58.165373) (xy 73.431425 58.088968) + (xy 73.486002 58.045344) (xy 73.555501 58.038151) (xy 73.617855 58.069673) (xy 73.634576 58.088969) + (xy 73.688073 58.165372) (xy 74.320037 57.533409) (xy 74.337075 57.596993) (xy 74.402901 57.711007) + (xy 74.495993 57.804099) (xy 74.610007 57.869925) (xy 74.67359 57.886962) (xy 74.041625 58.518925) + (xy 74.125421 58.577599) (xy 74.339507 58.677429) (xy 74.339516 58.677433) (xy 74.567673 58.738567) + (xy 74.567684 58.738569) (xy 74.802998 58.759157) (xy 74.803002 58.759157) (xy 75.038315 58.738569) + (xy 75.038326 58.738567) (xy 75.266483 58.677433) (xy 75.266492 58.677429) (xy 75.480578 58.5776) + (xy 75.480582 58.577598) (xy 75.564373 58.518926) (xy 75.564373 58.518925) (xy 74.932409 57.886962) + (xy 74.995993 57.869925) (xy 75.110007 57.804099) (xy 75.203099 57.711007) (xy 75.268925 57.596993) + (xy 75.285962 57.533409) (xy 75.917925 58.165373) (xy 75.971119 58.089405) (xy 76.025696 58.045781) + (xy 76.095195 58.038588) (xy 76.157549 58.07011) (xy 76.174269 58.089405) (xy 76.304505 58.275401) + (xy 76.471599 58.442495) (xy 76.514675 58.472657) (xy 76.665165 58.578032) (xy 76.665167 58.578033) + (xy 76.66517 58.578035) (xy 76.879337 58.677903) (xy 77.107592 58.739063) (xy 77.284034 58.7545) + (xy 77.342999 58.759659) (xy 77.343 58.759659) (xy 77.343001 58.759659) (xy 77.401966 58.7545) (xy 77.578408 58.739063) + (xy 77.806663 58.677903) (xy 78.02083 58.578035) (xy 78.214401 58.442495) (xy 78.381495 58.275401) + (xy 78.381504 58.275388) (xy 78.382636 58.27404) (xy 78.383293 58.273602) (xy 78.385323 58.271573) + (xy 78.38573 58.27198) (xy 78.440805 58.235334) (xy 78.510666 58.23422) (xy 78.570038 58.271053) + (xy 78.595335 58.314733) (xy 78.598186 58.323334) (xy 78.690288 58.472656) (xy 78.814344 58.596712) + (xy 78.963666 58.688814) (xy 79.130203 58.743999) (xy 79.232991 58.7545) (xy 80.533008 58.754499) + (xy 80.635797 58.743999) (xy 80.802334 58.688814) (xy 80.951656 58.596712) (xy 81.075712 58.472656) + (xy 81.167814 58.323334) (xy 81.222999 58.156797) (xy 81.2335 58.054009) (xy 81.233499 56.753992) + (xy 81.222999 56.651203) (xy 81.167814 56.484666) (xy 81.075712 56.335344) (xy 80.951656 56.211288) + (xy 80.858888 56.154069) (xy 80.802336 56.119187) (xy 80.802331 56.119185) (xy 80.802215 56.119146) + (xy 80.793733 56.116336) (xy 80.73629 56.076564) (xy 80.709467 56.012048) (xy 80.721782 55.943272) + (xy 80.750767 55.906517) (xy 80.750573 55.906323) (xy 80.752219 55.904676) (xy 80.75304 55.903636) + (xy 80.754388 55.902504) (xy 80.754401 55.902495) (xy 80.921495 55.735401) (xy 81.057035 55.54183) + (xy 81.156903 55.327663) (xy 81.218063 55.099408) (xy 81.238659 54.864) (xy 81.218063 54.628592) + (xy 81.156903 54.400337) (xy 81.057035 54.186171) (xy 81.051731 54.178595) (xy 80.921494 53.992597) + (xy 80.754402 53.825506) (xy 80.754395 53.825501) (xy 80.560834 53.689967) (xy 80.56083 53.689965) + (xy 80.488513 53.656243) (xy 80.346663 53.590097) (xy 80.346659 53.590096) (xy 80.346655 53.590094) + (xy 80.118413 53.528938) (xy 80.118403 53.528936) (xy 79.883001 53.508341) (xy 79.882999 53.508341) + (xy 79.647596 53.528936) (xy 79.647586 53.528938) (xy 79.419344 53.590094) (xy 79.419335 53.590098) + (xy 79.205171 53.689964) (xy 79.205169 53.689965) (xy 79.011597 53.825505) (xy 78.844505 53.992597) + (xy 78.714575 54.178158) (xy 78.659998 54.221783) (xy 78.5905 54.228977) (xy 78.528145 54.197454) + (xy 78.511425 54.178158) (xy 78.381494 53.992597) (xy 78.214402 53.825506) (xy 78.214395 53.825501) + (xy 78.020834 53.689967) (xy 78.02083 53.689965) (xy 77.948513 53.656243) (xy 77.806663 53.590097) + (xy 77.806659 53.590096) (xy 77.806655 53.590094) (xy 77.578413 53.528938) (xy 77.578403 53.528936) + (xy 77.343001 53.508341) (xy 77.342999 53.508341) (xy 77.107596 53.528936) (xy 77.107586 53.528938) + (xy 76.879344 53.590094) (xy 76.879335 53.590098) (xy 76.665171 53.689964) (xy 76.665169 53.689965) + (xy 76.471597 53.825505) (xy 76.304505 53.992597) (xy 76.174269 54.178595) (xy 76.119692 54.22222) + (xy 76.050194 54.229414) (xy 75.987839 54.197891) (xy 75.971119 54.178595) (xy 75.917925 54.102626) + (xy 75.917925 54.102625) (xy 75.285962 54.734589) (xy 75.268925 54.671007) (xy 75.203099 54.556993) + (xy 75.110007 54.463901) (xy 74.995993 54.398075) (xy 74.93241 54.381037) (xy 75.564373 53.749073) + (xy 75.564373 53.749072) (xy 75.480583 53.690402) (xy 75.480579 53.6904) (xy 75.266492 53.59057) + (xy 75.266483 53.590566) (xy 75.038326 53.529432) (xy 75.038315 53.52943) (xy 74.803002 53.508843) + (xy 74.802998 53.508843) (xy 74.567684 53.52943) (xy 74.567673 53.529432) (xy 74.339516 53.590566) + (xy 74.339507 53.59057) (xy 74.125419 53.690401) (xy 74.041625 53.749072) (xy 74.67359 54.381037) + (xy 74.610007 54.398075) (xy 74.495993 54.463901) (xy 74.402901 54.556993) (xy 74.337075 54.671007) + (xy 74.320037 54.73459) (xy 73.688072 54.102625) (xy 73.688072 54.102626) (xy 73.634574 54.17903) + (xy 73.579998 54.222655) (xy 73.510499 54.229849) (xy 73.448144 54.198326) (xy 73.431424 54.17903) + (xy 73.377925 54.102626) (xy 73.377925 54.102625) (xy 72.745962 54.734589) (xy 72.728925 54.671007) + (xy 72.663099 54.556993) (xy 72.570007 54.463901) (xy 72.455993 54.398075) (xy 72.39241 54.381037) + (xy 73.024373 53.749073) (xy 73.024373 53.749072) (xy 72.940583 53.690402) (xy 72.940579 53.6904) + (xy 72.726492 53.59057) (xy 72.726483 53.590566) (xy 72.498326 53.529432) (xy 72.498315 53.52943) + (xy 72.263002 53.508843) (xy 72.262998 53.508843) (xy 72.027684 53.52943) (xy 72.027673 53.529432) + (xy 71.799516 53.590566) (xy 71.799507 53.59057) (xy 71.585419 53.690401) (xy 71.501625 53.749072) + (xy 72.13359 54.381037) (xy 72.070007 54.398075) (xy 71.955993 54.463901) (xy 71.862901 54.556993) + (xy 71.797075 54.671007) (xy 71.780037 54.73459) (xy 71.148073 54.102626) (xy 71.094881 54.178594) + (xy 71.040304 54.222219) (xy 70.970806 54.229413) (xy 70.908451 54.197891) (xy 70.89173 54.178594) + (xy 70.761494 53.992597) (xy 70.594402 53.825506) (xy 70.594395 53.825501) (xy 70.400834 53.689967) + (xy 70.40083 53.689965) (xy 70.328513 53.656243) (xy 70.186663 53.590097) (xy 70.186659 53.590096) + (xy 70.186655 53.590094) (xy 69.958413 53.528938) (xy 69.958403 53.528936) (xy 69.723001 53.508341) + (xy 69.722999 53.508341) (xy 69.487596 53.528936) (xy 69.487583 53.528939) (xy 69.36001 53.563121) + (xy 69.290161 53.561458) (xy 69.26366 53.54868) (xy 69.263603 53.548787) (xy 69.26104 53.547417) + (xy 69.259022 53.546444) (xy 69.258231 53.545915) (xy 69.224785 53.532062) (xy 69.144035 53.498614) + (xy 69.144027 53.498612) (xy 69.022807 53.4745) (xy 69.022803 53.4745) (xy 56.957803 53.4745) (xy 56.834197 53.4745) + (xy 56.834195 53.4745) (xy 56.71297 53.498613) (xy 56.71296 53.498616) (xy 56.598773 53.545913) + (xy 56.59876 53.54592) (xy 56.495992 53.614588) (xy 56.495988 53.614591) (xy 55.439574 54.671007) + (xy 55.098992 55.011589) (xy 55.055289 55.055292) (xy 55.011586 55.098994) (xy 55.011585 55.098996) + (xy 54.942233 55.202789) (xy 54.940586 55.207393) (xy 54.895615 55.315962) (xy 54.895614 55.315964) + (xy 54.888564 55.351412) (xy 54.888563 55.351413) (xy 54.8715 55.437192) (xy 54.8715 62.934718) + (xy 54.851815 63.001757) (xy 54.835181 63.022399) (xy 54.27234 63.58524) (xy 54.211017 63.618725) + (xy 54.141325 63.613741) (xy 54.085392 63.571869) (xy 54.060975 63.506405) (xy 54.060806 63.501683) + (xy 54.060303 63.49593) (xy 54.040063 63.264592) (xy 53.978903 63.036337) (xy 53.879035 62.822171) + (xy 53.862894 62.799118) (xy 53.743494 62.628597) (xy 53.576402 62.461506) (xy 53.576396 62.461501) + (xy 53.390842 62.331575) (xy 53.347217 62.276998) (xy 53.340023 62.2075) (xy 53.371546 62.145145) + (xy 53.390842 62.128425) (xy 53.413026 62.112891) (xy 53.576401 61.998495) (xy 53.743495 61.831401) + (xy 53.879035 61.63783) (xy 53.978903 61.423663) (xy 54.040063 61.195408) (xy 54.060659 60.96) (xy 54.040063 60.724592) + (xy 53.978903 60.496337) (xy 53.879035 60.282171) (xy 53.862893 60.259118) (xy 53.743496 60.0886) + (xy 53.705597 60.050701) (xy 53.621179 59.966283) (xy 53.587696 59.904963) (xy 53.59268 59.835271) + (xy 53.634551 59.779337) (xy 53.665529 59.762422) (xy 53.797086 59.713354) (xy 53.797093 59.71335) + (xy 53.912187 59.62719) (xy 53.91219 59.627187) (xy 53.99835 59.512093) (xy 53.998354 59.512086) + (xy 54.048596 59.377379) (xy 54.048598 59.377372) (xy 54.054999 59.317844) (xy 54.055 59.317827) + (xy 54.055 58.67) (xy 53.138012 58.67) (xy 53.170925 58.612993) (xy 53.205 58.485826) (xy 53.205 58.354174) + (xy 53.170925 58.227007) (xy 53.138012 58.17) (xy 54.055 58.17) (xy 54.055 57.522172) (xy 54.054999 57.522155) + (xy 54.048598 57.462627) (xy 54.048596 57.46262) (xy 53.998354 57.327913) (xy 53.99835 57.327906) + (xy 53.91219 57.212812) (xy 53.912187 57.212809) (xy 53.797093 57.126649) (xy 53.797086 57.126645) + (xy 53.662379 57.076403) (xy 53.662372 57.076401) (xy 53.602844 57.07) (xy 52.955 57.07) (xy 52.955 57.986988) + (xy 52.897993 57.954075) (xy 52.770826 57.92) (xy 52.639174 57.92) (xy 52.512007 57.954075) (xy 52.455 57.986988) + (xy 52.455 57.07) (xy 51.807155 57.07) (xy 51.747627 57.076401) (xy 51.74762 57.076403) (xy 51.612913 57.126645) + (xy 51.612906 57.126649) (xy 51.498811 57.212062) (xy 51.433347 57.23648) (xy 51.365074 57.221629) + (xy 51.315668 57.172224) (xy 51.3005 57.112796) (xy 51.3005 53.446286) (xy 51.9895 53.446286) (xy 52.016156 53.614589) + (xy 52.022754 53.656243) (xy 52.052916 53.749073) (xy 52.088444 53.858414) (xy 52.184951 54.04782) + (xy 52.30989 54.219786) (xy 52.460213 54.370109) (xy 52.632179 54.495048) (xy 52.632181 54.495049) + (xy 52.632184 54.495051) (xy 52.821588 54.591557) (xy 53.023757 54.657246) (xy 53.233713 54.6905) + (xy 53.233714 54.6905) (xy 53.446286 54.6905) (xy 53.446287 54.6905) (xy 53.656243 54.657246) (xy 53.858412 54.591557) + (xy 54.047816 54.495051) (xy 54.090691 54.463901) (xy 54.219786 54.370109) (xy 54.219788 54.370106) + (xy 54.219792 54.370104) (xy 54.370104 54.219792) (xy 54.370106 54.219788) (xy 54.370109 54.219786) + (xy 54.495048 54.04782) (xy 54.495047 54.04782) (xy 54.495051 54.047816) (xy 54.591557 53.858412) + (xy 54.657246 53.656243) (xy 54.6905 53.446287) (xy 54.6905 53.446286) (xy 87.2095 53.446286) (xy 87.236156 53.614589) + (xy 87.242754 53.656243) (xy 87.272916 53.749073) (xy 87.308444 53.858414) (xy 87.404951 54.04782) + (xy 87.52989 54.219786) (xy 87.680213 54.370109) (xy 87.852179 54.495048) (xy 87.852181 54.495049) + (xy 87.852184 54.495051) (xy 88.041588 54.591557) (xy 88.243757 54.657246) (xy 88.453713 54.6905) + (xy 88.453714 54.6905) (xy 88.666286 54.6905) (xy 88.666287 54.6905) (xy 88.876243 54.657246) (xy 89.078412 54.591557) + (xy 89.267816 54.495051) (xy 89.310691 54.463901) (xy 89.439786 54.370109) (xy 89.439788 54.370106) + (xy 89.439792 54.370104) (xy 89.590104 54.219792) (xy 89.590106 54.219788) (xy 89.590109 54.219786) + (xy 89.715048 54.04782) (xy 89.715047 54.04782) (xy 89.715051 54.047816) (xy 89.811557 53.858412) + (xy 89.877246 53.656243) (xy 89.9105 53.446287) (xy 89.9105 53.233713) (xy 89.877246 53.023757) + (xy 89.811557 52.821588) (xy 89.715051 52.632184) (xy 89.715049 52.632181) (xy 89.715048 52.632179) + (xy 89.590109 52.460213) (xy 89.439786 52.30989) (xy 89.26782 52.184951) (xy 89.078414 52.088444) + (xy 89.078413 52.088443) (xy 89.078412 52.088443) (xy 88.876243 52.022754) (xy 88.876241 52.022753) + (xy 88.87624 52.022753) (xy 88.714957 51.997208) (xy 88.666287 51.9895) (xy 88.453713 51.9895) (xy 88.405042 51.997208) + (xy 88.24376 52.022753) (xy 88.041585 52.088444) (xy 87.852179 52.184951) (xy 87.680213 52.30989) + (xy 87.52989 52.460213) (xy 87.404951 52.632179) (xy 87.308444 52.821585) (xy 87.242753 53.02376) + (xy 87.2095 53.233713) (xy 87.2095 53.446286) (xy 54.6905 53.446286) (xy 54.6905 53.233713) (xy 54.657246 53.023757) + (xy 54.591557 52.821588) (xy 54.495051 52.632184) (xy 54.495049 52.632181) (xy 54.495048 52.632179) + (xy 54.370109 52.460213) (xy 54.219786 52.30989) (xy 54.04782 52.184951) (xy 53.858414 52.088444) + (xy 53.858413 52.088443) (xy 53.858412 52.088443) (xy 53.656243 52.022754) (xy 53.656241 52.022753) + (xy 53.65624 52.022753) (xy 53.494957 51.997208) (xy 53.446287 51.9895) (xy 53.233713 51.9895) (xy 53.185042 51.997208) + (xy 53.02376 52.022753) (xy 52.821585 52.088444) (xy 52.632179 52.184951) (xy 52.460213 52.30989) + (xy 52.30989 52.460213) (xy 52.184951 52.632179) (xy 52.088444 52.821585) (xy 52.022753 53.02376) + (xy 51.9895 53.233713) (xy 51.9895 53.446286) (xy 51.3005 53.446286) (xy 51.3005 51.4245) (xy 51.320185 51.357461) + (xy 51.372989 51.311706) (xy 51.4245 51.3005) (xy 90.4755 51.3005) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 56.331703 60.822549) (xy 56.334 60.82459) (xy 56.423438 60.906124) (xy 56.42344 60.906125) (xy 56.423441 60.906126) + (xy 56.612595 61.023245) (xy 56.612596 61.023245) (xy 56.612599 61.023247) (xy 56.82006 61.103618) + (xy 57.038757 61.1445) (xy 57.038759 61.1445) (xy 57.232113 61.1445) (xy 57.299152 61.164185) (xy 57.319794 61.180819) + (xy 58.035069 61.896093) (xy 58.068554 61.957416) (xy 58.071388 61.983774) (xy 58.071388 64.408138) + (xy 58.051703 64.475177) (xy 58.018514 64.50971) (xy 57.986749 64.531953) (xy 57.829194 64.689507) + (xy 57.76787 64.722991) (xy 57.698179 64.718006) (xy 57.642245 64.676135) (xy 57.620835 64.630334) + (xy 57.619485 64.624622) (xy 57.569242 64.489913) (xy 57.569238 64.489906) (xy 57.483078 64.374812) + (xy 57.483075 64.374809) (xy 57.367981 64.288649) (xy 57.367974 64.288645) (xy 57.233267 64.238403) + (xy 57.23326 64.238401) (xy 57.173732 64.232) (xy 56.575888 64.232) (xy 56.575888 65.216314) (xy 56.571494 65.21192) + (xy 56.480282 65.159259) (xy 56.378549 65.132) (xy 56.273227 65.132) (xy 56.171494 65.159259) (xy 56.080282 65.21192) + (xy 56.075888 65.216314) (xy 56.075888 64.232) (xy 55.69978 64.232) (xy 55.632741 64.212315) (xy 55.586986 64.159511) + (xy 55.577042 64.090353) (xy 55.606067 64.026797) (xy 55.612088 64.02033) (xy 55.986411 63.646008) + (xy 56.018127 63.598541) (xy 56.055083 63.543233) (xy 56.074676 63.49593) (xy 56.102386 63.429034) + (xy 56.1265 63.307803) (xy 56.1265 63.184197) (xy 56.1265 60.916262) (xy 56.146185 60.849223) (xy 56.198989 60.803468) + (xy 56.268147 60.793524) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 71.797075 55.056993) (xy 71.862901 55.171007) (xy 71.955993 55.264099) (xy 72.070007 55.329925) + (xy 72.13359 55.346962) (xy 71.501625 55.978925) (xy 71.578031 56.032425) (xy 71.621655 56.087002) + (xy 71.628848 56.156501) (xy 71.597326 56.218855) (xy 71.578029 56.235576) (xy 71.501625 56.289072) + (xy 72.13359 56.921037) (xy 72.070007 56.938075) (xy 71.955993 57.003901) (xy 71.862901 57.096993) + (xy 71.797075 57.211007) (xy 71.780037 57.27459) (xy 71.148073 56.642626) (xy 71.094881 56.718594) + (xy 71.040304 56.762219) (xy 70.970806 56.769413) (xy 70.908451 56.737891) (xy 70.89173 56.718594) + (xy 70.761494 56.532597) (xy 70.594404 56.365508) (xy 70.594402 56.365506) (xy 70.594401 56.365505) + (xy 70.594396 56.365501) (xy 70.594393 56.365499) (xy 70.530376 56.320673) (xy 70.486751 56.266096) + (xy 70.4775 56.219099) (xy 70.4775 56.0489) (xy 70.497185 55.981861) (xy 70.530377 55.947325) (xy 70.536165 55.943272) + (xy 70.594401 55.902495) (xy 70.761495 55.735401) (xy 70.891732 55.549403) (xy 70.946307 55.50578) + (xy 71.015805 55.498586) (xy 71.07816 55.530109) (xy 71.09488 55.549405) (xy 71.148073 55.625373) + (xy 71.780037 54.993409) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 74.337075 55.056993) (xy 74.402901 55.171007) (xy 74.495993 55.264099) (xy 74.610007 55.329925) + (xy 74.67359 55.346962) (xy 74.041625 55.978925) (xy 74.118031 56.032425) (xy 74.161655 56.087002) + (xy 74.168848 56.156501) (xy 74.137326 56.218855) (xy 74.118029 56.235576) (xy 74.041625 56.289072) + (xy 74.67359 56.921037) (xy 74.610007 56.938075) (xy 74.495993 57.003901) (xy 74.402901 57.096993) + (xy 74.337075 57.211007) (xy 74.320037 57.27459) (xy 73.688072 56.642625) (xy 73.688072 56.642626) + (xy 73.634574 56.71903) (xy 73.579998 56.762655) (xy 73.510499 56.769849) (xy 73.448144 56.738326) + (xy 73.431424 56.71903) (xy 73.377925 56.642626) (xy 73.377925 56.642625) (xy 72.745962 57.274589) + (xy 72.728925 57.211007) (xy 72.663099 57.096993) (xy 72.570007 57.003901) (xy 72.455993 56.938075) + (xy 72.39241 56.921037) (xy 73.024373 56.289073) (xy 72.947969 56.235576) (xy 72.904344 56.180999) + (xy 72.89715 56.111501) (xy 72.928672 56.049146) (xy 72.947968 56.032425) (xy 73.024373 55.978925) + (xy 72.392409 55.346962) (xy 72.455993 55.329925) (xy 72.570007 55.264099) (xy 72.663099 55.171007) + (xy 72.728925 55.056993) (xy 72.745962 54.993409) (xy 73.377925 55.625373) (xy 73.431425 55.548968) + (xy 73.486002 55.505344) (xy 73.555501 55.498151) (xy 73.617855 55.529673) (xy 73.634576 55.548969) + (xy 73.688073 55.625372) (xy 74.320037 54.993409) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 75.917925 55.625373) (xy 75.971119 55.549405) (xy 76.025696 55.505781) (xy 76.095195 55.498588) + (xy 76.157549 55.53011) (xy 76.174269 55.549405) (xy 76.304505 55.735401) (xy 76.304506 55.735402) + (xy 76.471597 55.902493) (xy 76.471603 55.902498) (xy 76.657158 56.032425) (xy 76.700783 56.087002) + (xy 76.707977 56.1565) (xy 76.676454 56.218855) (xy 76.657158 56.235575) (xy 76.471597 56.365505) + (xy 76.304505 56.532597) (xy 76.174269 56.718595) (xy 76.119692 56.76222) (xy 76.050194 56.769414) + (xy 75.987839 56.737891) (xy 75.971119 56.718595) (xy 75.917925 56.642626) (xy 75.917925 56.642625) + (xy 75.285962 57.274589) (xy 75.268925 57.211007) (xy 75.203099 57.096993) (xy 75.110007 57.003901) + (xy 74.995993 56.938075) (xy 74.93241 56.921037) (xy 75.564373 56.289073) (xy 75.487969 56.235576) + (xy 75.444344 56.180999) (xy 75.43715 56.111501) (xy 75.468672 56.049146) (xy 75.487968 56.032425) + (xy 75.564373 55.978925) (xy 74.932409 55.346962) (xy 74.995993 55.329925) (xy 75.110007 55.264099) + (xy 75.203099 55.171007) (xy 75.268925 55.056993) (xy 75.285962 54.993409) + ) + ) + ) +) \ No newline at end of file diff --git a/src/hall/main/main.kicad_pro b/src/hall/main/main.kicad_pro index 0b373eea..a1df2229 100644 --- a/src/hall/main/main.kicad_pro +++ b/src/hall/main/main.kicad_pro @@ -183,6 +183,13 @@ ], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -441,14 +448,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "main.wrl" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -462,6 +530,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -477,6 +550,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 diff --git a/src/hall/main/main.kicad_sch b/src/hall/main/main.kicad_sch index a4d663a4..e7493039 100644 --- a/src/hall/main/main.kicad_sch +++ b/src/hall/main/main.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "c4f87282-f48e-419d-9041-f362fe20829b") + (uuid "c3b78dc1-56d7-4556-bcb8-259503b2d6c1") (paper "A4") (title_block (title "hall") @@ -13,14 +13,20 @@ ) (lib_symbols (symbol "Device:C" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_0_1" (polyline (pts @@ -51,14 +57,20 @@ ) ) (symbol "Device:R" - (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_0_1" (rectangle (start -1.016 -2.54) @@ -79,13 +91,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -101,21 +120,27 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Amplifier_Operational:NE5532" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (symbol "Amplifier_Operational:NE5532" (pin_names (offset 0.127)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 0 5.08 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "NE5532" (at 0 -5.08 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol NE5532_1_1 (polyline (pts @@ -175,14 +200,20 @@ ) ) ) - (symbol "Device:R_Potentiometer_Trim" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer_Trim" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer_Trim" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_Trim_0_1" (polyline (pts @@ -361,16 +392,24 @@ ) ) (symbol "Diode:1N4148" - (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N4148" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol 1N4148_0_1 (polyline (pts @@ -411,14 +450,20 @@ ) ) (symbol "Device:LED" - (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "LED" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "LED_0_1" (polyline (pts @@ -480,14 +525,20 @@ ) ) ) - (symbol "Connector:Conn_Coaxial" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_Coaxial" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0.254 3.048 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_Coaxial" (at 2.921 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" " ~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" " ~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA MCX MMCX U.FL UMRF" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO* *UMRF* *MCX* *U.FL*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_Coaxial_0_1" (arc (start -1.778 -0.508) @@ -537,15 +588,21 @@ ) ) ) - (symbol "Connector:Conn_01x04_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x04_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x04_Pin" (at 0 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x04_Pin_1_1" (polyline (pts @@ -621,15 +678,21 @@ ) ) ) - (symbol "Connector:Conn_01x02_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x02_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x02_Pin" (at 0 -5.08 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x02, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x02, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x02_Pin_1_1" (polyline (pts @@ -669,15 +732,21 @@ ) ) ) - (symbol "Connector:Conn_01x03_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x03_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x03_Pin" (at 0 -5.08 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x03_Pin_1_1" (polyline (pts @@ -735,14 +804,20 @@ ) ) ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 1.27 7.62 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_02x05_Odd_Even_1_1" (rectangle (start -1.27 -4.953) @@ -853,13 +928,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -887,20 +969,27 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -928,21 +1017,27 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:C_Polarized" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C_Polarized" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_Polarized_0_1" (rectangle (start -2.286 0.508) @@ -985,16 +1080,23 @@ ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -1015,16 +1117,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -1043,14 +1151,20 @@ ) ) ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -1062,41 +1176,59 @@ ) ) (label "IN" (at 25.4 45.72 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8ec9c85b-e5ac-405a-9e28-6847b2c0dba1) + (uuid b4ac436a-d145-436f-877b-606610484b62) ) (symbol (lib_id "Device:C") (at 29.21 45.72 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C1" (at 29.21 39.69 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100n" (at 29.21 41.69 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 33.02 45.72) (diameter 0) (color 0 0 0 0) - (uuid 988f932c-1c73-40bf-9c05-cfb051ac0843) + (uuid db4ce029-1bb8-4270-8386-21eeb6c587e7) ) (symbol (lib_id "Device:R") (at 33.02 49.53 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R1" (at 35.04 48.53 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100k" (at 35.04 50.53 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 53.34 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 33.02 57.88 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1104,22 +1236,28 @@ (xy 35.56 45.72) ) (stroke (width 0) (type default)) - (uuid f413ac5a-acd5-47c9-81aa-89b5b0af9952) + (uuid ba004eaf-c87a-4a90-a996-edcd62ba97fb) ) (symbol (lib_id "Device:R") (at 39.37 45.72 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R2" (at 39.37 40.7 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 39.37 42.7 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 43.18 45.72) (diameter 0) (color 0 0 0 0) - (uuid c0314a6e-b241-4b33-ad7c-72c87907e655) + (uuid faa6c8d4-53ad-4235-85f1-ba35410af8b0) ) (wire (pts @@ -1127,18 +1265,24 @@ (xy 45.72 45.72) ) (stroke (width 0) (type default)) - (uuid c32e7719-f2f5-4b4c-ac3b-69ddb5d3ea1b) + (uuid b6345c31-59ec-4b75-8bf7-0a3062401c22) ) (symbol (lib_id "Amplifier_Operational:NE5532") (at 53.34 48.26 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 53.34 39.18 0) (effects (font (size 1.27 1.27)))) (property "Value" "NE5532" (at 53.34 41.18 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 53.34 48.26 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 53.34 48.26 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -1148,25 +1292,31 @@ (xy 43.18 35.56) ) (stroke (width 0) (type default)) - (uuid c6921917-7662-4957-a91e-7b7d79c0cee7) + (uuid 2f02bf59-ddc0-41ce-a2c4-dbf7bd40ac0a) ) (symbol (lib_id "Device:R") (at 39.37 35.56 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R3" (at 39.37 30.54 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 39.37 32.54 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FB2" (at 35.56 35.56 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8d9d2519-9132-41a6-aa11-8a2b25355e78) + (uuid 5c36b233-83a7-42d2-9f9a-cd83a6cf314b) ) (junction (at 60.96 48.26) (diameter 0) (color 0 0 0 0) - (uuid 13b1ff09-b421-48dc-a709-45752b0ab3ff) + (uuid 38efce89-ad0e-43ff-9bc2-2f4dd304f8c0) ) (wire (pts @@ -1174,7 +1324,7 @@ (xy 60.96 60.96) ) (stroke (width 0) (type default)) - (uuid da915112-1c0a-4651-8431-887e4e8e4c3e) + (uuid 51efa28c-1297-4513-b7c8-953c99bc1b04) ) (wire (pts @@ -1182,7 +1332,7 @@ (xy 57.15 60.96) ) (stroke (width 0) (type default)) - (uuid b95aca76-0e20-4128-abf1-797da55f9470) + (uuid 5992805d-e67e-4ed8-ada7-875df2ab5fae) ) (wire (pts @@ -1190,22 +1340,28 @@ (xy 45.72 60.96) ) (stroke (width 0) (type default)) - (uuid 5a9cafc7-3181-4516-8ab3-320322f2df6d) + (uuid 7c1490af-c138-44b3-b339-b22697e1f092) ) (symbol (lib_id "Device:R") (at 53.34 60.96 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R4" (at 53.34 55.94 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 53.34 57.94 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 45.72 60.96) (diameter 0) (color 0 0 0 0) - (uuid 4a54ad45-b1d0-44bc-9f9a-7466728a629d) + (uuid c22a4afb-e4e5-4695-91c3-a74084497a16) ) (wire (pts @@ -1213,41 +1369,59 @@ (xy 45.72 50.8) ) (stroke (width 0) (type default)) - (uuid ec7c09b7-9c84-4549-8df6-3ff80ba51a56) + (uuid 5705386e-ca5d-4be9-80c8-968a5ff3d0b3) ) (symbol (lib_id "Device:R") (at 45.72 64.77 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R5" (at 47.74 63.769999999999996 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100k" (at 47.74 65.77 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 45.72 68.58 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 45.72 73.12 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 64.77 48.26 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R6" (at 64.77 43.24 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 64.77 45.24 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 68.58 48.26) (diameter 0) (color 0 0 0 0) - (uuid cb70bdc9-fd6f-4215-beea-da2784fd6122) + (uuid dba7c91c-4e51-480e-8a29-f07126fbe34c) ) (wire (pts @@ -1255,35 +1429,47 @@ (xy 71.12 48.26) ) (stroke (width 0) (type default)) - (uuid 77d11fd6-a093-4022-baea-e1b55aa13347) + (uuid cceb3e88-a829-4ed6-9fd5-a257b065001c) ) (symbol (lib_id "Amplifier_Operational:NE5532") (at 78.74 50.8 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 78.74 41.72 0) (effects (font (size 1.27 1.27)))) (property "Value" "NE5532" (at 78.74 43.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 78.74 50.8 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 78.74 50.8 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 78.74 50.8 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 71.12 53.34 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 71.12 57.88 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 86.36 50.8) (diameter 0) (color 0 0 0 0) - (uuid f052f6cd-9c6c-4d6d-ab47-e5bed49bc71e) + (uuid 7d2c995e-d39e-4187-870a-dd2422cd4571) ) (wire (pts @@ -1291,17 +1477,23 @@ (xy 86.36 45.72) ) (stroke (width 0) (type default)) - (uuid 8c44821d-a0b3-4ac0-a0df-21ae88687f22) + (uuid 0edafb1f-18cd-4845-a54f-009e545b23bf) ) (symbol (lib_id "Device:R") (at 86.36 41.91 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R7" (at 88.38 40.91 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1k" (at 88.38 42.91 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1309,18 +1501,24 @@ (xy 81.28 38.1) ) (stroke (width 0) (type default)) - (uuid 16012348-f4ec-44a6-a0ce-3c687bfcc0ef) + (uuid 7070f6eb-49f8-4273-b277-dcbb000dc655) ) (symbol (lib_id "Device:R_Potentiometer_Trim") (at 77.47 38.1 90) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV3" (at 77.47 30.29 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 77.47 32.29 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 77.47 38.1 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer" (at 77.47 38.1 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -1330,12 +1528,12 @@ (xy 81.28 34.29) ) (stroke (width 0) (type default)) - (uuid 6db7619d-a447-4979-87bd-a545fc530623) + (uuid 6ba1987b-c5ec-421b-aa5f-0ccd1650cb18) ) (junction (at 81.28 38.1) (diameter 0) (color 0 0 0 0) - (uuid a2a3e3ed-eeab-4d87-821e-a4d7a36d47a9) + (uuid 401952c0-3739-4f00-b43b-98f163b57552) ) (wire (pts @@ -1343,7 +1541,7 @@ (xy 81.28 38.1) ) (stroke (width 0) (type default)) - (uuid 1b5e3c46-c055-4371-ab9c-2d921d1edd17) + (uuid 58dcd8ce-e420-4bc5-af4b-d718fb7267b5) ) (wire (pts @@ -1351,7 +1549,7 @@ (xy 68.58 38.1) ) (stroke (width 0) (type default)) - (uuid 126f66c1-f97b-43c7-b647-6e161f05f70b) + (uuid 16e3070d-5c19-4db2-9bfa-3fa1b560e009) ) (wire (pts @@ -1359,7 +1557,7 @@ (xy 68.58 48.26) ) (stroke (width 0) (type default)) - (uuid e647457a-5562-4ead-b5ba-b3c38a307f67) + (uuid d0f59109-cbc1-4b3a-ad0e-52c62b4b009f) ) (wire (pts @@ -1367,7 +1565,7 @@ (xy 68.58 66.04) ) (stroke (width 0) (type default)) - (uuid 181b40d3-8a7d-4bc4-af9e-aea0fdc68f5b) + (uuid f907bed8-8027-469a-9db7-985a6efca56a) ) (wire (pts @@ -1375,7 +1573,7 @@ (xy 86.36 66.04) ) (stroke (width 0) (type default)) - (uuid d09085d4-56ce-45d3-93ac-7e9772804ed8) + (uuid b8455f29-d0c9-4ab7-a2dd-4b4983a8204f) ) (symbol (lib_id "elektrophon:LCR-0202") (at 93.98 63.5 180) (unit 1) (in_bom yes) (on_board yes) @@ -1394,12 +1592,12 @@ (xy 116.84 50.8) ) (stroke (width 0) (type default)) - (uuid 5811d1ab-8c28-4192-bd1f-44a25524bfca) + (uuid cd29639e-4b76-4cd8-a3b5-8e2efaaa66ba) ) (junction (at 116.84 50.8) (diameter 0) (color 0 0 0 0) - (uuid 36510f0c-45a6-448a-8092-8282bc7d6c01) + (uuid 6724ff97-ac0b-4124-8bc2-d12d76aaaaaf) ) (wire (pts @@ -1407,22 +1605,30 @@ (xy 116.84 53.34) ) (stroke (width 0) (type default)) - (uuid fe625c31-270d-46c3-85ff-27ca3f705391) + (uuid 93c6684c-79c8-4158-8077-fc50c1a7dc59) ) (symbol (lib_id "Diode:1N4148") (at 116.84 57.15 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D1" (at 114.57 56.150000000000006 -90) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148" (at 114.57 58.150000000000006 -90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "D" (at 116.84 57.15 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Node_Sequence" "2 1" (at 116.84 57.15 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "D1N4148" (at 116.84 57.15 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Node_Sequence" "2 1" (at 116.84 57.15 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1430,27 +1636,35 @@ (xy 116.84 66.04) ) (stroke (width 0) (type default)) - (uuid 8577449d-acd6-4ce7-a217-ff861c1fe6eb) + (uuid db994574-e8a8-4a17-9e47-da0d29f56f04) ) (junction (at 116.84 66.04) (diameter 0) (color 0 0 0 0) - (uuid ae219b34-7c21-4a1b-94d2-a478dcace4e2) + (uuid f1890c0d-3a61-4d7f-9343-6b2c4fc2f2bd) ) (symbol (lib_id "Diode:1N4148") (at 116.84 69.85 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D2" (at 114.57 68.85 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148" (at 114.57 70.85 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "D1N4148" (at 116.84 69.85 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Node_Sequence" "2 1" (at 116.84 69.85 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "D" (at 116.84 69.85 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Node_Sequence" "2 1" (at 116.84 69.85 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1458,12 +1672,12 @@ (xy 119.38 73.66) ) (stroke (width 0) (type default)) - (uuid f3418086-76f2-48bf-9472-4a6e7756625d) + (uuid df837fe6-0a6b-4b83-8756-8c1a5f1ae251) ) (junction (at 119.38 73.66) (diameter 0) (color 0 0 0 0) - (uuid 350cf8fb-c950-46cc-820f-91dcff15ce49) + (uuid c4988093-cef8-47dc-b127-019bfaec4b9e) ) (wire (pts @@ -1471,22 +1685,30 @@ (xy 121.92 73.66) ) (stroke (width 0) (type default)) - (uuid 235ad147-cd86-4e0c-adf3-d5c1dcdd9ea5) + (uuid f5259f83-7eea-4d54-b63a-12fb02afbabb) ) (symbol (lib_id "Diode:1N4148") (at 121.92 69.85 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D3" (at 124.19 68.85 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "1N4148" (at 124.19 70.85 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "D" (at 121.92 69.85 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "D1N4148" (at 121.92 69.85 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Node_Sequence" "2 1" (at 121.92 69.85 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "D" (at 121.92 69.85 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1494,12 +1716,12 @@ (xy 121.92 60.96) ) (stroke (width 0) (type default)) - (uuid 4c48489d-d787-4c37-9956-13f66124daf7) + (uuid 90152032-746d-406c-9bc0-214fe3d88ffe) ) (junction (at 121.92 60.96) (diameter 0) (color 0 0 0 0) - (uuid 5043d499-418f-4b75-9c15-111dd5ecb33c) + (uuid 3e2b8827-cac7-4730-9cec-7ece90b8375a) ) (wire (pts @@ -1507,21 +1729,29 @@ (xy 121.92 60.96) ) (stroke (width 0) (type default)) - (uuid 262250df-3b28-42db-8262-59f639c02fdc) + (uuid 803224f7-2070-435b-9594-b9554f85282a) ) (symbol (lib_id "Diode:1N4148") (at 121.92 57.15 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D4" (at 124.19 56.150000000000006 -270) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "1N4148" (at 124.19 58.150000000000006 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "D" (at 121.92 57.15 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "D1N4148" (at 121.92 57.15 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "D" (at 121.92 57.15 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Node_Sequence" "2 1" (at 121.92 57.15 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -1530,12 +1760,12 @@ (xy 121.92 50.8) ) (stroke (width 0) (type default)) - (uuid bb5956df-331d-4f54-8e18-56fa7a93eba9) + (uuid 5c35b331-bd64-45bd-84fa-b9cd605a5ec9) ) (junction (at 121.92 50.8) (diameter 0) (color 0 0 0 0) - (uuid 64e10f19-6414-4607-8f2a-90cc56bdcb6f) + (uuid c11e8767-6175-4f19-963c-c41b56c4cdd1) ) (wire (pts @@ -1543,17 +1773,23 @@ (xy 106.68 60.96) ) (stroke (width 0) (type default)) - (uuid 2eb4f927-421a-47ab-bd55-4df1f5a5465c) + (uuid 5218b41b-dd08-4d39-a867-aa64a875c5d1) ) (symbol (lib_id "Device:LED") (at 102.87 60.96 180) - (unit 1) (in_bom yes) (on_board no) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board no) (property "Reference" "D5" (at 102.87 54.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "LED" (at 102.87 56.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" LED_THT:LED_D5.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D5.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "D" (at 102.87 60.96 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Node_Sequence" "2 1" (at 102.87 60.96 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "LED2" (at 102.87 60.96 0) (effects (font (size 1.27 1.27)) hide)) @@ -1564,26 +1800,38 @@ (xy 101.6 60.96) ) (stroke (width 0) (type default)) - (uuid c06da4a0-61f7-47fe-a62e-96e06ac7e871) + (uuid 7d309a47-287d-4697-b9ac-c6fea9df7e31) ) (symbol (lib_id "Device:R") (at 119.38 77.47 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R8" (at 121.4 76.47 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100" (at 121.4 78.47 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 119.38 81.28 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 119.38 85.82 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1591,7 +1839,7 @@ (xy 101.6 66.04) ) (stroke (width 0) (type default)) - (uuid d10606b5-e76b-4412-bd3b-1cad4828fe97) + (uuid 0eb07787-f2c3-456e-97a4-637ff7462306) ) (wire (pts @@ -1599,7 +1847,7 @@ (xy 86.36 60.96) ) (stroke (width 0) (type default)) - (uuid 89b21d11-8618-45df-86f5-754dbdc4e250) + (uuid 014fbf4e-e95f-43ad-a95b-14bb7d61ba4b) ) (wire (pts @@ -1607,7 +1855,7 @@ (xy 121.92 50.8) ) (stroke (width 0) (type default)) - (uuid 05730f63-793e-4379-a04e-491246551311) + (uuid b405fa6f-2657-4ece-a803-91ec37be779d) ) (wire (pts @@ -1615,41 +1863,59 @@ (xy 124.46 50.8) ) (stroke (width 0) (type default)) - (uuid 1c21c628-c8d0-40ba-b192-150aa920f595) + (uuid a06427c0-6630-4e19-8511-0f7254361174) ) (symbol (lib_id "Device:C") (at 128.27 50.8 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C2" (at 128.27 44.77 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100n" (at 128.27 46.77 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 132.08 50.8) (diameter 0) (color 0 0 0 0) - (uuid 1127bee0-4072-4f7f-8337-1b611e9f8c0b) + (uuid d7298bd8-9c62-45d1-ad45-8eee6857297f) ) (symbol (lib_id "Device:R") (at 132.08 54.61 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R9" (at 134.1 53.61 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10k" (at 134.1 55.61 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 132.08 58.42 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 132.08 62.96 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1657,25 +1923,31 @@ (xy 139.7 50.8) ) (stroke (width 0) (type default)) - (uuid 815f5f64-01f1-4535-897b-383e12e6932e) + (uuid b55f0a25-23e1-4644-b0c0-128c41d9601f) ) (symbol (lib_id "Amplifier_Operational:NE5532") (at 147.32 53.34 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 147.32 44.26 0) (effects (font (size 1.27 1.27)))) (property "Value" "NE5532" (at 147.32 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 147.32 53.34 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 147.32 53.34 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 147.32 53.34 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 154.94 53.34) (diameter 0) (color 0 0 0 0) - (uuid 2617f9e3-1966-4b31-99af-ba578a267e14) + (uuid ff518fba-3a7a-4952-bd26-8cac8edab499) ) (wire (pts @@ -1683,19 +1955,25 @@ (xy 154.94 45.72) ) (stroke (width 0) (type default)) - (uuid 0b76c363-d083-4700-b3eb-446b1456a704) + (uuid 17e1126b-1296-41e8-b5d3-7eb29340ce06) ) (symbol (lib_id "Amplifier_Operational:NE5532") (at 162.56 43.18 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 162.56 34.1 0) (effects (font (size 1.27 1.27)))) (property "Value" "NE5532" (at 162.56 36.1 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 162.56 43.18 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 162.56 43.18 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -1705,7 +1983,7 @@ (xy 170.18 30.48) ) (stroke (width 0) (type default)) - (uuid c904d0e1-9e57-43fc-968b-183bf1d0e751) + (uuid f0d896bd-83b7-4900-bdde-8f6e1fe2e66f) ) (wire (pts @@ -1713,7 +1991,7 @@ (xy 154.94 30.48) ) (stroke (width 0) (type default)) - (uuid d5c6c852-dd36-4325-90fb-0bbac572d1a3) + (uuid 2679671d-22a7-4418-b3b6-c2c2a67b63b1) ) (wire (pts @@ -1721,22 +1999,28 @@ (xy 154.94 40.64) ) (stroke (width 0) (type default)) - (uuid ea68569c-1d17-4df6-9a5a-e96fa04e6732) + (uuid 8c06373d-eb4e-493e-ba16-7fbd6820b455) ) (junction (at 170.18 43.18) (diameter 0) (color 0 0 0 0) - (uuid 090456e4-2d1e-4820-b9d8-e121a52205c3) + (uuid cbb0d45b-96b1-497d-a9d3-a5bf12d811b6) ) (symbol (lib_id "Device:R") (at 173.99 43.18 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R10" (at 173.99 38.16 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 173.99 40.16 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1744,22 +2028,28 @@ (xy 177.8 53.34) ) (stroke (width 0) (type default)) - (uuid b26c04fb-cba9-487c-a5b7-6b7cded8f65e) + (uuid 6f02e245-fc25-4a1d-a636-6ab7632b5964) ) (junction (at 177.8 53.34) (diameter 0) (color 0 0 0 0) - (uuid 44e08f21-6301-437e-9e56-fa66643e7024) + (uuid e5fa53e9-4a77-40d5-b703-5dd21336393b) ) (symbol (lib_id "Device:R") (at 173.99 53.34 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R11" (at 173.99 48.32 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 173.99 50.32 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1767,7 +2057,7 @@ (xy 154.94 53.34) ) (stroke (width 0) (type default)) - (uuid 59a503cf-10f0-47fe-a19a-428899edd29a) + (uuid 149f3a57-7470-448e-9950-5c1edcd8fbf1) ) (wire (pts @@ -1775,43 +2065,61 @@ (xy 139.7 63.5) ) (stroke (width 0) (type default)) - (uuid 0d8a64ed-80dd-4e85-a0cb-8739d772d467) + (uuid 24c4d2d4-11b8-4263-8d31-193eab63575f) ) (junction (at 139.7 63.5) (diameter 0) (color 0 0 0 0) - (uuid dbd7f28f-8860-4849-8fb1-44ab808ebd37) + (uuid 2aa206f6-1a48-4a18-a1a9-3ed3dc6a1579) ) (symbol (lib_id "Device:C") (at 139.7 67.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C3" (at 142.73 66.31 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u (NP)" (at 142.73 68.31 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:CP_Radial_D6.3mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D6.3mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer_Trim") (at 139.7 74.93 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV4" (at 137.68 73.93 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "10k" (at 137.68 75.93 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 139.7 74.93 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "Potentiometer1" (at 139.7 74.93 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 139.7 74.93 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 139.7 78.74 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 139.7 83.28 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1819,12 +2127,12 @@ (xy 143.51 78.74) ) (stroke (width 0) (type default)) - (uuid da588196-d475-45b5-8477-f34710a1cc5c) + (uuid 07074069-2fc0-4acd-96e6-ca6052328945) ) (junction (at 139.7 78.74) (diameter 0) (color 0 0 0 0) - (uuid 4d179a87-f0e7-4a5d-8bef-44be15c4d9c7) + (uuid 6640ff9f-0d02-4b84-b810-9d6630b2a018) ) (wire (pts @@ -1832,7 +2140,7 @@ (xy 139.7 78.74) ) (stroke (width 0) (type default)) - (uuid bb13e15d-116c-414d-9a34-1d9cf05b0cdb) + (uuid 1a333723-c333-4080-986c-d35753ce59e5) ) (wire (pts @@ -1840,17 +2148,23 @@ (xy 185.42 53.34) ) (stroke (width 0) (type default)) - (uuid 4ac69c2c-b5b1-4f4e-98f0-631c273ebe2b) + (uuid 20e51a3c-4a06-4dcf-b95b-c30078fccd58) ) (symbol (lib_id "Connector:Conn_Coaxial") (at 190.5 53.34 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J2" (at 190.5 47.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "RCJ-021" (at 190.5 49.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:CUI_RCJ-026 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" " ~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:CUI_RCJ-026 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" " ~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA MCX MMCX U.FL UMRF" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO* *UMRF* *MCX* *U.FL*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1858,12 +2172,12 @@ (xy 177.8 63.5) ) (stroke (width 0) (type default)) - (uuid 6f2c7dc0-72ac-44e3-9d7d-a760a4d0f118) + (uuid 3dfd9015-db01-46cc-ba0e-599bac66ca3e) ) (junction (at 177.8 63.5) (diameter 0) (color 0 0 0 0) - (uuid dc7d1916-b890-4ff4-a9fb-2b7bd289f226) + (uuid f3ff6757-4406-455b-9788-c595a1a464f1) ) (wire (pts @@ -1871,7 +2185,7 @@ (xy 190.5 63.5) ) (stroke (width 0) (type default)) - (uuid b6f01892-3fed-4cac-95e6-c36f4d094589) + (uuid 1e96f7c4-0742-4df4-99d0-eb0d66da9532) ) (wire (pts @@ -1879,7 +2193,7 @@ (xy 190.5 58.42) ) (stroke (width 0) (type default)) - (uuid cee5e8ec-f866-403f-95df-fbda9778c3e7) + (uuid c75fcbcb-2d7b-4352-a8be-b4104e244ead) ) (wire (pts @@ -1887,7 +2201,7 @@ (xy 177.8 62.23) ) (stroke (width 0) (type default)) - (uuid d86103fc-b1a4-47b3-a01a-79e0052ec122) + (uuid 9c32d1c4-5076-4d1a-8ded-848209895021) ) (wire (pts @@ -1895,37 +2209,55 @@ (xy 177.8 53.34) ) (stroke (width 0) (type default)) - (uuid 926ecd49-dc37-4d89-9846-e3e57db0a430) + (uuid 43b1acf9-6982-4cce-bfc0-2c37e0f36e7e) ) (symbol (lib_id "Device:R") (at 177.8 58.42 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R12" (at 179.82 57.42 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "12k" (at 179.82 59.42 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Connector:Conn_Coaxial") (at 45.72 127 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J3" (at 45.72 121.19 0) (effects (font (size 1.27 1.27)))) (property "Value" "RCJ-022" (at 45.72 123.19 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:CUI_RCJ-026 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" " ~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:CUI_RCJ-026 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" " ~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA MCX MMCX U.FL UMRF" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO* *UMRF* *MCX* *U.FL*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 45.72 132.08 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 45.72 136.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1933,41 +2265,59 @@ (xy 55.88 127) ) (stroke (width 0) (type default)) - (uuid a3bc1528-3e79-4adb-a084-b015f75e7b56) + (uuid 4e21b02e-3ae6-4304-918f-a8f06890b48b) ) (junction (at 55.88 127) (diameter 0) (color 0 0 0 0) - (uuid b5df3f1c-9a94-4858-877a-ce1bf77fc658) + (uuid 4227f290-40bb-4b46-888c-276b199c4d2a) ) (symbol (lib_id "Device:R") (at 55.88 130.81 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R13" (at 57.9 129.81 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10k" (at 57.9 131.81 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C") (at 55.88 138.43 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C4" (at 58.91 137.43 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10n" (at 58.91 139.43 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 55.88 142.24 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 55.88 146.78 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1975,31 +2325,43 @@ (xy 66.04 127) ) (stroke (width 0) (type default)) - (uuid 047f5227-f3e0-4411-a84f-14b5d407f003) + (uuid a6fa3c86-eb71-489c-b77d-229b5a0ee586) ) (junction (at 66.04 127) (diameter 0) (color 0 0 0 0) - (uuid a6336664-b199-45c0-a778-8691543e9110) + (uuid fc1807b2-d359-4223-8544-406c2d5d3665) ) (symbol (lib_id "Device:R") (at 66.04 130.81 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R14" (at 68.06 129.81 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "220k" (at 68.06 131.81 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 66.04 134.62 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 66.04 139.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2007,19 +2369,25 @@ (xy 71.12 127) ) (stroke (width 0) (type default)) - (uuid 294f646b-3dea-449b-a68f-ec6dea07ef43) + (uuid edf0653d-d5ad-43cc-86bc-f04965d0a704) ) (symbol (lib_id "Amplifier_Operational:NE5532") (at 78.74 124.46 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 78.74 115.38 0) (effects (font (size 1.27 1.27)))) (property "Value" "NE5532" (at 78.74 117.38 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 78.74 124.46 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 78.74 124.46 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -2029,31 +2397,43 @@ (xy 71.12 109.22) ) (stroke (width 0) (type default)) - (uuid 4927253e-7349-404d-b000-30ff2d8ae318) + (uuid 3dded47a-1f35-49cc-9178-63b6c72c4ad4) ) (junction (at 71.12 109.22) (diameter 0) (color 0 0 0 0) - (uuid 2c38ff54-aa22-4acc-a8c1-96ac5480c383) + (uuid 23c8557b-80d7-4df6-9d7c-5238cf05dbc9) ) (symbol (lib_id "Device:R") (at 67.31 109.22 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R15" (at 67.31 104.2 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100" (at 67.31 106.2 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 63.5 109.22 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 63.5 113.76 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2061,7 +2441,7 @@ (xy 74.93 109.22) ) (stroke (width 0) (type default)) - (uuid 8ac4bda3-6fdb-41c3-9ad8-c5fb7b8fbdaa) + (uuid 16a3eb2a-5258-44d1-95ec-a755fe2465d9) ) (wire (pts @@ -2069,22 +2449,28 @@ (xy 86.36 109.22) ) (stroke (width 0) (type default)) - (uuid 713829d4-8c30-4f41-bd2b-11abb16fd01b) + (uuid 67519d8b-f5c2-4545-9e85-5e8cc4293068) ) (symbol (lib_id "Device:R") (at 78.74 109.22 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R16" (at 78.74 104.2 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 78.74 106.2 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 86.36 109.22) (diameter 0) (color 0 0 0 0) - (uuid 2a34c719-7732-43f9-8646-a2f0afcdcf40) + (uuid 152f7d33-1c71-4aa8-8656-0d28126974a5) ) (wire (pts @@ -2092,12 +2478,12 @@ (xy 86.36 124.46) ) (stroke (width 0) (type default)) - (uuid b6aa2b94-24ab-4c26-9503-d8fdd6faae0b) + (uuid d091b1d5-d2fe-429f-949f-5cc0e0c37dd3) ) (junction (at 86.36 124.46) (diameter 0) (color 0 0 0 0) - (uuid 0bd02014-ed11-4612-910d-952d696ed721) + (uuid 4769066e-6044-47ce-b4e9-1f393265a406) ) (wire (pts @@ -2105,7 +2491,7 @@ (xy 71.12 99.06) ) (stroke (width 0) (type default)) - (uuid 068a60a8-8601-45c7-862c-8ce97ce06600) + (uuid 0e82936b-124a-487e-8673-2c8806dd47ac) ) (wire (pts @@ -2113,7 +2499,7 @@ (xy 74.93 99.06) ) (stroke (width 0) (type default)) - (uuid 6f0645c5-5797-4b3e-914e-345c8b362f50) + (uuid 96bf661e-0599-430b-8aa5-af2e6e430134) ) (wire (pts @@ -2121,17 +2507,23 @@ (xy 86.36 99.06) ) (stroke (width 0) (type default)) - (uuid e374dfef-0402-4523-8740-cef997b9f693) + (uuid 4aeb5413-961d-4f94-b312-63b4ea380eb3) ) (symbol (lib_id "Device:C") (at 78.74 99.06 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C5" (at 78.74 93.03 -90) (effects (font (size 1.27 1.27)))) (property "Value" "1n" (at 78.74 95.03 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2139,7 +2531,7 @@ (xy 86.36 124.46) ) (stroke (width 0) (type default)) - (uuid 56ec7d87-da73-4bec-984d-0adb8239d71e) + (uuid 532a8c64-da09-4460-818a-c7cacb050fbd) ) (wire (pts @@ -2147,17 +2539,23 @@ (xy 88.9 124.46) ) (stroke (width 0) (type default)) - (uuid 0c177e0b-7c19-4ede-8beb-3644c0242fd5) + (uuid 19478bb0-d251-49ef-9565-8a5bf8f87206) ) (symbol (lib_id "Device:C") (at 92.71 124.46 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C6" (at 92.71 118.43 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10u (NP)" (at 92.71 120.43 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_THT:CP_Radial_D6.3mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D6.3mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2165,21 +2563,27 @@ (xy 99.06 124.46) ) (stroke (width 0) (type default)) - (uuid 0c6f4776-998f-424a-ac29-beb5e0972742) + (uuid 2d5e52cc-2058-425b-85b9-87f367bcaba6) ) (symbol (lib_id "Amplifier_Operational:NE5532") (at 106.68 121.92 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 106.68 112.84 0) (effects (font (size 1.27 1.27)))) (property "Value" "NE5532" (at 106.68 114.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 106.68 121.92 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 106.68 121.92 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 106.68 121.92 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -2187,31 +2591,43 @@ (xy 99.06 106.68) ) (stroke (width 0) (type default)) - (uuid 2b6a0662-d450-41f1-8273-6f39ecd80e0b) + (uuid d0601405-7b46-497e-af2c-73e535659177) ) (junction (at 99.06 106.68) (diameter 0) (color 0 0 0 0) - (uuid 009a1b3c-f553-40c7-b254-878be4787e11) + (uuid 93980ff7-8998-4d90-a7d5-a003ae0866a7) ) (symbol (lib_id "Device:R") (at 95.25 106.68 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R17" (at 95.25 101.66 -270) (effects (font (size 1.27 1.27)))) (property "Value" "2.2k" (at 95.25 103.66 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 91.44 106.68 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 91.44 111.22 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2219,7 +2635,7 @@ (xy 102.87 106.68) ) (stroke (width 0) (type default)) - (uuid 8f7d8b7f-d883-4c06-82ed-04d8aa7c97b9) + (uuid df3f86af-46fc-4af9-a9cb-587be91529ba) ) (wire (pts @@ -2227,17 +2643,23 @@ (xy 114.3 106.68) ) (stroke (width 0) (type default)) - (uuid 3521409c-c199-42df-9fd7-bea009dc4642) + (uuid a795896a-69aa-44a2-a2f3-f6921b70036a) ) (symbol (lib_id "Device:R") (at 106.68 106.68 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R18" (at 106.68 101.66 -90) (effects (font (size 1.27 1.27)))) (property "Value" "4.7k" (at 106.68 103.66 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2245,12 +2667,12 @@ (xy 114.3 121.92) ) (stroke (width 0) (type default)) - (uuid 5e6f65aa-80bc-4dbe-a4a6-c30758f67ad3) + (uuid f6cd88f2-9af6-4bb1-a89e-f5d2081c1779) ) (junction (at 114.3 121.92) (diameter 0) (color 0 0 0 0) - (uuid 909b6789-27b8-4c60-b144-1efc5acb7ba2) + (uuid d95a4521-0cb1-4e97-91fc-763d48204758) ) (wire (pts @@ -2258,17 +2680,23 @@ (xy 116.84 121.92) ) (stroke (width 0) (type default)) - (uuid fadeb265-e295-41ce-b309-4c9db62179f5) + (uuid d4df8eb0-f05d-4100-9146-53ecea71ea39) ) (symbol (lib_id "Device:C") (at 120.65 121.92 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C7" (at 120.65 115.89 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10u (NP)" (at 120.65 117.89 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_THT:CP_Radial_D6.3mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D6.3mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2276,166 +2704,232 @@ (xy 127 121.92) ) (stroke (width 0) (type default)) - (uuid 364c6121-ae29-4cbf-96c0-adaefa7afd3f) + (uuid 019e23e9-f901-4e6f-82dc-c4e0021bfebe) ) (label "REVERB" (at 127 121.92 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid b0a9982e-4415-4601-8b08-19df2390c6ca) + (uuid 2b87f2bd-8290-4933-a22c-3b2ef27f121f) ) (label "LED1" (at 106.68 60.96 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 16e6e15b-c242-41b8-ab9b-1b188adb9179) + (uuid 6fb3d972-3758-45b1-be98-39c704e0bfc8) ) (label "LED2" (at 99.06 60.96 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 76483794-f324-4402-8016-9e728387c36e) + (uuid 3cb9d960-a10f-46f3-b471-04d217909a8b) ) (symbol (lib_id "Connector:Conn_01x04_Pin") (at 172.72 129.54 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J4" (at 172.72 122.87 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x04 Female" (at 172.72 124.87 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "GND" (at 177.8 127 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e383dd58-0cf8-4d25-a629-85066f80d8df) + (uuid 261948e3-0141-407e-ab72-1b6a43077555) ) (label "+15V" (at 177.8 129.54 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid c20c6eab-ef07-44cb-9ca1-108e6511a782) + (uuid b78cdb31-3192-4a0c-a466-15e5162e6222) ) (label "-15V" (at 177.8 132.08 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 58700bcb-a6b2-44f9-86d4-ffd552afdb9e) + (uuid 6d751a54-4c1c-46d3-bb00-8f8809ab15f7) ) (label "+5V" (at 177.8 134.62 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 807f4182-f3e8-4036-bd4e-5f01f3f1b9a8) + (uuid 6f3354c8-f5cb-498d-9721-746409c90952) ) (symbol (lib_id "Connector:Conn_01x02_Pin") (at 147.32 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J5" (at 147.32 122.87 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x02 Female" (at 147.32 124.87 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x02, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x02, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "LED1" (at 152.4 127 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7ffe172e-5c42-47bd-940f-79d9ffa1177a) + (uuid e17970f3-f6f1-44b2-9c60-f573be2590c9) ) (label "LED2" (at 152.4 129.54 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 670a82f9-5f67-4bb2-ba49-424c8b84812b) + (uuid 0fd8aa58-e7d5-4915-a06e-806517b7c159) ) (symbol (lib_id "Connector:Conn_01x03_Pin") (at 198.12 129.54 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J6" (at 198.12 122.87 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x03 Female" (at 198.12 124.87 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FB2" (at 203.2 127 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 896c3b42-cce7-4722-81d7-3c057180e5aa) + (uuid 7b83adfa-4baa-4ffb-b35c-990e913fb645) ) (label "IN" (at 203.2 129.54 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 934ca32e-8261-4462-ab6b-842aac4b1569) + (uuid 67310009-4ead-4c40-8d2c-74e4461b09ba) ) (label "REVERB" (at 203.2 132.08 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 25ab2ec6-59c7-4771-ba27-feb3517df88b) + (uuid 4c1a0fd3-b282-483f-b724-eb23764cda20) ) (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 25.4 185.42 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J1" (at 25.4 175.07 0) (effects (font (size 1.27 1.27)))) (property "Value" "IDC_Header" (at 25.4 177.07 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 25.4 185.42 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+5V") (at 33.02 190.5 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 37.56 190.5 270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 20.32 190.5 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 15.780000000000001 190.5 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 185.42 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 185.42 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 187.96 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 187.96 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 185.42 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 185.42 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 187.96 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 187.96 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VP" (at 20.32 182.88 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 896cb802-5407-48d1-8513-916965c4f2a0) + (uuid 826ca53e-4c83-40f0-9c5a-d5d8fc204c82) ) (label "VP" (at 33.02 182.88 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 81782a8e-ae21-491c-bc69-d73f4d6c0e32) + (uuid 4c09e40b-61e3-470f-ab0b-b514b16e309f) ) (label "VN" (at 20.32 180.34 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 9262dcfe-aa33-4f88-a2d8-1c309d21f8c8) + (uuid df836447-80c4-44ee-8bbe-2966903aaea9) ) (label "VN" (at 33.02 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid a8e7fe99-8fb3-4391-9710-404fcdc771be) + (uuid 909f17be-64c7-412b-bd08-730290f1b925) ) (label "VP" (at 45.72 175.26 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 76b895b4-f726-4ed9-aa96-1db6e8c1fb93) + (uuid 906d7e11-a839-43ff-a6ed-7b731c9b8409) ) (symbol (lib_id "Device:R") (at 49.53 175.26 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R19" (at 49.53 170.24 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 172.24 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2443,51 +2937,69 @@ (xy 58.42 175.26) ) (stroke (width 0) (type default)) - (uuid 73c26067-6114-4b1e-a0cc-ea27ef2e9d98) + (uuid ded69d2b-441f-4bd3-b4d6-6480b780ec6e) ) (junction (at 58.42 175.26) (diameter 0) (color 0 0 0 0) - (uuid df1dfe36-9bdc-49a2-8295-f158decd664c) + (uuid e313e202-3449-45c6-8fef-a7833da7cacf) ) (symbol (lib_id "power:+15V") (at 58.42 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 58.42 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C8" (at 61.71 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 182.88) (diameter 0) (color 0 0 0 0) - (uuid b57ba75d-e778-42c5-82bc-ea272a68933b) + (uuid 06f16999-af03-4a70-bdae-a7562eff93e5) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C9" (at 61.71 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 190.5) (diameter 0) (color 0 0 0 0) - (uuid 0b5b5536-2738-4be1-b40d-a7ef14bae9ab) + (uuid a60279ba-1569-491a-8dfa-0a20a3bf4b27) ) (wire (pts @@ -2495,29 +3007,41 @@ (xy 53.34 190.5) ) (stroke (width 0) (type default)) - (uuid 6ca17666-a395-4a0a-aece-fd3363713106) + (uuid efbb5e64-beb6-47ee-abbb-4469751ac0cf) ) (symbol (lib_id "Device:R") (at 49.53 190.5 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R20" (at 49.53 185.48 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 187.48 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VN" (at 45.72 190.5 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid c9fd9d6e-cce5-4efb-9775-16e9a21b9fd7) + (uuid fd27c875-189f-4f0e-be4e-d84a3ffe64a9) ) (symbol (lib_id "power:-15V") (at 58.42 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 58.42 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2525,50 +3049,74 @@ (xy 53.34 182.88) ) (stroke (width 0) (type default)) - (uuid d493349c-c3e0-4fcf-af0f-a6e46c039ade) + (uuid 0df00902-56f3-4b9e-9db6-05ddd07ee1e0) ) (symbol (lib_id "power:GND") (at 53.34 182.88 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 48.8 182.88 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:NE5532") (at 83.82 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 82.28 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "NE5532" (at 82.28 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 81.28 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 81.28 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 81.28 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 81.28 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 81.28 175.26) (diameter 0) (color 0 0 0 0) - (uuid fa635a51-b28e-4a9a-b170-aad10ca2c30b) + (uuid 3f2b98e9-3d55-4774-a91d-4ecd523910b4) ) (wire (pts @@ -2576,33 +3124,45 @@ (xy 73.66 175.26) ) (stroke (width 0) (type default)) - (uuid b7550182-601c-4879-ad45-5b0470f33412) + (uuid 164f3b1c-0459-44a4-aaf5-d4e0b20a41fd) ) (symbol (lib_id "Device:C") (at 73.66 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C10" (at 76.69 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 76.69 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 73.66 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 73.66 182.88) (diameter 0) (color 0 0 0 0) - (uuid 795c4948-3b2e-4ecb-a477-1e9d34d77008) + (uuid 7f3c5a76-3c42-42f3-8967-65818ad2766d) ) (symbol (lib_id "Device:C") (at 73.66 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C11" (at 76.69 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 76.69 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 73.66 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -2611,12 +3171,12 @@ (xy 81.28 190.5) ) (stroke (width 0) (type default)) - (uuid 74908f08-59d8-4968-9f2a-c1260f8990b9) + (uuid a7a68a0c-8569-4776-bcbf-276a175e2e10) ) (junction (at 81.28 190.5) (diameter 0) (color 0 0 0 0) - (uuid d420cf67-626f-4c06-b893-12f6ea6c0bec) + (uuid 85fc24e1-3aca-44ff-b055-4c4790a7cba0) ) (wire (pts @@ -2624,50 +3184,74 @@ (xy 68.58 182.88) ) (stroke (width 0) (type default)) - (uuid da3d39c8-60ee-4703-b5fd-03fa905c07c6) + (uuid 471ee2fd-b6f6-4a46-a4b0-9b8e97357929) ) (symbol (lib_id "power:GND") (at 68.58 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 68.58 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:NE5532") (at 106.68 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 105.14 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "NE5532" (at 105.14 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 104.14 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 104.14 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 104.14 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 104.14 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 104.14 175.26) (diameter 0) (color 0 0 0 0) - (uuid 232c91f7-1e24-4616-85b4-74996c79efe4) + (uuid 851f1e7e-a50f-4121-84d8-c4719da8cfea) ) (wire (pts @@ -2675,33 +3259,45 @@ (xy 96.52 175.26) ) (stroke (width 0) (type default)) - (uuid e1451f6d-f6e9-461e-92b9-6bc3928d5daf) + (uuid 8f7f9eb0-9e36-4ea1-aa7c-a680560959a9) ) (symbol (lib_id "Device:C") (at 96.52 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C12" (at 99.55 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 99.55 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 96.52 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 96.52 182.88) (diameter 0) (color 0 0 0 0) - (uuid cd849593-60d1-4416-9a72-d2acbfedcfde) + (uuid b777ede6-4ebb-4c51-b32b-1ca7185ee11f) ) (symbol (lib_id "Device:C") (at 96.52 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C13" (at 99.55 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 99.55 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 96.52 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -2710,12 +3306,12 @@ (xy 104.14 190.5) ) (stroke (width 0) (type default)) - (uuid f369775c-75f2-4fdb-8254-1e0edd181a8f) + (uuid 3a613e08-e033-4205-8e06-0d680ba04786) ) (junction (at 104.14 190.5) (diameter 0) (color 0 0 0 0) - (uuid cd929030-0e07-4b1f-95b3-ced5c6111ef8) + (uuid 5ccc36c6-f720-4403-8311-58c30ef29481) ) (wire (pts @@ -2723,50 +3319,74 @@ (xy 91.44 182.88) ) (stroke (width 0) (type default)) - (uuid a0415618-89f2-447e-9802-7fbe9b17cae5) + (uuid 802285ce-4ef3-4965-91b8-3f5791955980) ) (symbol (lib_id "power:GND") (at 91.44 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 91.44 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:NE5532") (at 129.54 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 128 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "NE5532" (at 128 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne5532.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 127 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 127 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 127 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 127 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 127 175.26) (diameter 0) (color 0 0 0 0) - (uuid 12bd6efa-6c36-44b3-9fec-a687ea98d87f) + (uuid d1bd1920-42bc-4475-b4a6-fea3f1ddb424) ) (wire (pts @@ -2774,33 +3394,45 @@ (xy 119.38 175.26) ) (stroke (width 0) (type default)) - (uuid 55ed8338-863c-4613-9c77-d8006ca0aa6d) + (uuid eda79003-4ff1-4081-b374-fbb6a22a548a) ) (symbol (lib_id "Device:C") (at 119.38 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C14" (at 122.41 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 122.41 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 119.38 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 119.38 182.88) (diameter 0) (color 0 0 0 0) - (uuid 8b3d7721-3f48-4775-a979-ee3ce370685b) + (uuid c7b49e8a-1650-4f3a-88d7-1ab9f7606ea3) ) (symbol (lib_id "Device:C") (at 119.38 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C15" (at 122.41 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 122.41 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 119.38 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -2809,12 +3441,12 @@ (xy 127 190.5) ) (stroke (width 0) (type default)) - (uuid 2661c4c5-ea71-487e-8627-baf29b51e617) + (uuid b6ec717e-e505-4ae2-abea-cb5f45a00372) ) (junction (at 127 190.5) (diameter 0) (color 0 0 0 0) - (uuid 24706e3b-d805-4973-8ddd-0d31b737e710) + (uuid 266205fc-d994-4752-837b-9c1257356bab) ) (wire (pts @@ -2822,127 +3454,205 @@ (xy 114.3 182.88) ) (stroke (width 0) (type default)) - (uuid 09c861b9-c959-4335-833a-42d1d9a40a20) + (uuid 5d92e1d6-84bd-4b53-a80e-4aa7c6a69304) ) (symbol (lib_id "power:GND") (at 114.3 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 114.3 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 264.16 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 264.16 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 269.24 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 269.24 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 274.32 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 274.32 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 238.76 154.94 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H1" (at 238.76 149.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "H1" (at 238.76 151.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 243.84 154.94 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H2" (at 243.84 149.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "H2" (at 243.84 151.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 238.76 160.02 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H3" (at 238.76 154.75 0) (effects (font (size 1.27 1.27)))) (property "Value" "H3" (at 238.76 156.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 243.84 160.02 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H4" (at 243.84 154.75 0) (effects (font (size 1.27 1.27)))) (property "Value" "H4" (at 243.84 156.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/hall/mount/mount.kicad_pcb b/src/hall/mount/mount.kicad_pcb index 77a9a74b..8bf007e4 100644 --- a/src/hall/mount/mount.kicad_pcb +++ b/src/hall/mount/mount.kicad_pcb @@ -1,11308 +1,18348 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "hall") - (rev "1") - (comment 1 "PCB for mount circuit") - (comment 2 "module for a spring reverb tank") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "Net-(J5-PadTN)") - (net 2 "/REVERB") - (net 3 "/OUT") - (net 4 "Net-(J7-PadT)") - (net 5 "/FB1") - (net 6 "Net-(D3-K)") - (net 7 "GND") - (net 8 "Net-(U6A--)") - (net 9 "/FB2") - (net 10 "/IN") - (net 11 "Net-(C1-Pad1)") - (net 12 "Net-(C1-Pad2)") - (net 13 "Net-(U5A--)") - (net 14 "Net-(D4-A)") - (net 15 "-15V") - (net 16 "+15V") - (net 17 "unconnected-(J4-PadTN)") - (net 18 "unconnected-(J7-PadTN)") - (net 19 "Net-(C2-Pad2)") - (net 20 "/LED1") - (net 21 "/LED2") - (net 22 "Net-(D5-K)") - (net 23 "Net-(D6-A)") - (net 24 "Net-(D7-K)") - (net 25 "Net-(R6-Pad1)") - (net 26 "Net-(D8-A)") - (net 27 "Net-(R13-Pad1)") - (net 28 "Net-(D9-K)") - (net 29 "Net-(D2-A)") - (net 30 "Net-(U5B--)") - (net 31 "Net-(Q1-C)") - (net 32 "Net-(Q2-C)") - (net 33 "+5V") - (net 34 "Net-(J6-PadT)") - (net 35 "unconnected-(J6-PadTN)") - (net 36 "Net-(Q3-C)") - (net 37 "Net-(Q4-C)") - (net 38 "Net-(R7-Pad1)") - (net 39 "Net-(R8-Pad1)") - (net 40 "Net-(R11-Pad2)") - (net 41 "Net-(R12-Pad1)") - (net 42 "Net-(U6B--)") - (net 43 "/TONE") - (net 44 "Net-(J5-PadT)") - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979afe) - (at 88.56 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/2121c3bb-a1e5-47ea-9180-8dc6d9f08401") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 897cf656-aeca-4f69-b442-171ec8715a57) - ) - (fp_text value "H2" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9013cf11-5b9a-4f3c-88ea-df34494bd985) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15b74275-e7ac-4930-9081-475b064b2dbf) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6b7c9a6e-2d41-4e1e-a87c-afa173d10d18)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0f4c8197-dc73-4c81-bed0-b543d5325ac7)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp a33c0c36-f410-4529-a0b8-b5596a8fce0e)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b06) - (at 53.34 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/665620a1-6531-45d5-a3e2-41e96ce53ca4") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6071c15-396e-4fc1-a166-d8d480696ddc) - ) - (fp_text value "H3" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2e8d718b-91f7-40ef-9b05-8bbef42da7e7) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d6235e4-81a0-4e02-92fa-c811b4637b55) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp d0018a53-479c-4013-8669-87c3b55950d0)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp b71d285b-324c-4fb7-a066-6351f6370a0e)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 990f7cc0-c281-4208-b952-372e99cb3350)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b0e) - (at 88.56 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/acaaa2a4-706f-48e0-92a3-039e0aa87884") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fa446b89-ec27-47cb-9e25-b26d29df0f88) - ) - (fp_text value "H4" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 11d0542f-9915-4e60-b54f-1897edc0da8f) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a56c14b0-f93a-46d6-b412-7c9a2ac0f038) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp fcf95bad-c01a-4488-82e2-865bcb9d438b)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp cb1e1ee1-3df4-4b2d-8028-682e675b02d3)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 9dcc4d38-8f1a-4e1b-9398-4fef65513936)) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 1cab07dd-297b-4ac0-8b9c-1b10ca792df1) - (at 59.69 156.464) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/a12c35dc-2da9-4e2a-802c-6e3b8b353e4a") - (attr through_hole) - (fp_text reference "D8" (at -2.032 -0.127 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aeee6cc0-3363-449d-9d6d-9f2c4c6cc8ed) - ) - (fp_text value "LED (Red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7e16d80-8ff1-47b3-a427-2074ebceac4e) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1dcda709-b0da-4069-bd3f-4ec77520e41a)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2fc32aa8-260c-40ae-b23b-e8af90accb1c)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 540a1aa1-b435-4958-bc65-8a15c34a2483)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9001c886-218e-42cc-a734-60b354a0e6ce)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0bbf3e2-2d21-4b70-bcab-8ea1bce43d72)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8d664d1-42c6-455f-b677-81895264089b)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e96d012-2453-47c3-a855-9ec60b3631d1)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cdd7841f-3478-45f4-a41b-44b6a6b8e9e7)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3cff9b5-a878-46bd-be7e-2def7db96678)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6317344a-8ff7-4954-89ba-c205a406885f)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33d83b39-d299-4c08-bf82-bd16e61da98e)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b108b58-ca9f-4457-af76-9bca23caa1a8)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 14f1a5ce-61cb-4080-b115-862216420fb1)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "K") (pintype "passive") (tstamp 12cd7464-70e3-4453-89c5-80c46dbc798b)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 26 "Net-(D8-A)") (pinfunction "A") (pintype "passive") (tstamp 3e199bd2-d2e1-46ce-83e0-f5804aae7fa9)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 1d5851b8-3b11-45d9-998b-b8c7ca3223d1) - (at 60.96 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/c66b34db-77f0-45c4-8f82-5a9ada3bec3a") - (attr through_hole) - (fp_text reference "RV1" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 76231a2d-4df4-402f-bc0b-cfdfa35d6ef9) - ) - (fp_text value "100k" (at -27.82 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c756b324-8fee-47ef-83c2-9fd208b36929) - ) - (fp_text user "${REFERENCE}" (at -19.565 2.732 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 83cdf1f7-379a-483e-a7cf-0f5c7de7044e) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f63c4ef8-3167-4d1e-837f-6c2e740e0ab9)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5533cd8d-a5e5-4d76-8104-bea657675b92)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2801a745-5361-4fb4-8c78-072d2c99f730)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06133e68-1d39-42c4-9c7b-0a48388e643c)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0654e233-b3aa-4bf6-9817-3a6285be3403)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e139407-08c7-4c70-a527-c8459659df5b)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ffbb15b-27f8-48c9-80f0-b412e49c8d4a)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 273b8344-fad7-4218-acc0-465d5a3aa2e6)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 306e1db4-9f4e-47ef-bd61-8170ec4e6a54)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4345963-5966-4861-8726-f4c6d847ffdb)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d0009be-86d1-4b4e-9101-61913fffcfe7)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9b16bfb-6216-4022-a699-2a4c220603a8)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5adbfb9f-1ff7-475a-af58-3daf290d4bf2)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b23b246d-b73a-4251-bf76-08319e063721)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 080ad9b3-98b9-4193-8684-6724db4f5ce3)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7deb4d3a-e005-4b0a-ac56-0a1120b90a9d)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66b95c27-30e4-492d-9c04-08ede51b7457)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5614d821-77a1-4898-bfd8-52308aa64328)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 62e73354-9de2-4468-94d9-959e662abedb)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 34f8c2cd-258c-48cb-af47-8e62eb0cfd60)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 12 "Net-(C1-Pad2)") (pinfunction "1") (pintype "passive") (tstamp a39997ee-87fa-4e75-a663-e4f1eb93f66e)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "Net-(R6-Pad1)") (pinfunction "2") (pintype "passive") (tstamp e3d12483-81b4-4bc0-9661-8657fa2b901b)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C1-Pad1)") (pinfunction "3") (pintype "passive") (tstamp a2708e26-ee80-4af2-8cb7-6d37aac4fe60)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 248a85fb-c782-4bf5-a10c-e62fb2457775) - (at 70.104 53.213) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9a3472fe-0b20-4dca-a160-d6cbb0e14ceb) - ) - (fp_text value "elektrophon logo" (at 0 -3.048) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a1ebaf8d-0381-4e6d-9e03-9efa2b789f97) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp 0328cb07-c7bd-4cb9-bc8e-27d05d6024cf) - ) - (fp_text user "R01" (at -8.68 0.99) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp 15a6fecc-d4a3-4fed-9dcf-e78a81c7de62) - ) - (fp_text user "hall" (at 8.62 1.02) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp a60949dd-2f38-4943-bbcc-07000fa17084) - ) - (fp_text user "hall" (at -8.54 0.99) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp a807301c-03c4-4f55-a98d-8068da3fb3b5) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp b0dcae84-19cd-4fd8-8178-643494487149) - ) - (fp_text user "R01" (at 8.58 1.02) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp ecb8dd6a-0db3-4236-9287-3229004dd213) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 2805309e-c777-43e3-9357-6c0ce1159413) - (at 60.96 86.36) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/fc6e6264-5856-4c86-a45a-9322bdb7c05c") - (attr through_hole) - (fp_text reference "J5" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 89350cf7-dd65-4e2a-ab04-62070635410b) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bd9a8b5a-1f28-409b-8eda-5e5289c83177) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 9eededf6-3e42-4428-9a81-06ad4c74dc2d) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92f3a864-6144-4474-aa51-62fa83c2c9d0) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9920f172-8c3c-4caf-9994-95eb7921baaf)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f4154dc-e070-41e7-a98d-ec7f5e029201)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 850c3fda-d6ab-433a-bafa-f9a517a4ca94)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 605e1216-f364-4ae1-9b22-7cd11e9b2b33)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ab85ace-d629-4f76-a182-52f818d68582)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8ba5a0a-c98f-4abb-b86c-d4f0fb2d1aad)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp ad9e54cc-da24-4a8a-8d85-5826a830735f)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp b02961e7-b890-4126-bd6e-29dd4376da7a)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp fb7e2432-8cba-4cc0-9c75-2049412b55d1)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 67bb4151-ab7c-48e0-b209-69eb532e33e5)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 013e6f60-34bb-43f8-8f18-ebf04e94b03c)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ac277b2d-f494-4a58-9fd3-ad55d452a311)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 23cbb6fa-6b18-4457-bc5e-23b93f898b5b)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfd6d650-5bb4-49f2-bb7e-e30718049851)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ae7b54e-6126-401e-9447-f3e30e3bd3fd)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f65a28e0-1be5-46cd-a41c-ffa3bdc6013e)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4fbc178f-adff-496b-81a2-281d6eb5e2c7)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9c35bae-03e4-4147-8078-8f5e31921cc0)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp ac6a2531-d7e4-4516-83d8-f1c28e270b00)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp bccca822-cc1a-4943-b88a-1f759efa7bfb)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 44 "Net-(J5-PadT)") (pintype "passive") (tstamp cc80a083-1c55-468b-9a3c-0ada8dc51e42)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 1 "Net-(J5-PadTN)") (pintype "passive") (tstamp 0a0b98a9-931f-4e66-9b8e-0af23f5c2554)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 31736f4c-6bc2-4caf-8f37-e094b0375c15) - (at 81.32 86.48 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/8d905c33-a4b3-4070-a934-54b2a8a407e1") - (attr through_hole) - (fp_text reference "RV3" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f236ba38-9c3f-4822-bf66-4a0f8d92b23d) - ) - (fp_text value "100k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eb1111e5-725c-4de5-9616-ef9ac05305da) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 64ae1dc2-2b81-4fa7-be8f-e1ca64a6b2da) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 489623c6-549c-485e-be9b-c664d48c3f34)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68611bd4-9d57-4cd9-8e56-4f50f22a9ca5)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5874b017-5295-4dea-bbf5-dd8b7ccad48c)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3e3554d-c7be-46e1-a4d4-a7b0daf9ac1b)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c7badd4-1899-4173-a6b2-28d9c0cd3d7e)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df5963d5-dbdf-407b-bc3d-adc500d68649)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b64954fd-684a-4671-9299-1b283c7c136d)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 527c9fd7-2f0b-4625-8f19-920931687bd6)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65369d91-cbad-42ff-936d-bb1b1a8a7c59)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 877b9f74-da5a-4f78-816e-94bdd37bde6f)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9167794c-8648-4499-ae75-e1aa50bc5456)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e63119a3-d3a6-4b54-be2e-f47a56ef70e9)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d854aae-4e29-4639-bf02-4927c561bf28)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 219f0999-a874-4228-bf68-f219942a73d5)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f30c00f3-f83f-4c00-ad2f-242792120838)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2899212-ed5c-46dd-9ac7-4a5cef360691)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ff68a6b-57ec-4a4d-b6f1-2ec5236e287d)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp af8824e9-6ed0-414d-9411-8fb5bc78bca2)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp b076bbda-aa97-4105-9b34-35bc651c626a)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 50963a99-4854-47f0-ab7a-f153c58969bc)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "1") (pintype "passive") (tstamp 63d243c0-12fa-4b81-887b-1f398c16d2ee)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "/FB1") (pinfunction "2") (pintype "passive") (tstamp 85e254fa-ed6b-4879-9947-965e153c9120)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 44 "Net-(J5-PadT)") (pinfunction "3") (pintype "passive") (tstamp 3de9bb0c-9d53-4695-b97f-ef1655171b27)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 855f888e-f50f-47b2-aa15-5c482e069e31) - (at 60.96 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/5641f38f-d6ac-4f70-8896-e080b02ada93") - (attr through_hole) - (fp_text reference "J6" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ce891f58-8d5e-48f9-9d84-bf241e509469) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c09f1b1-9236-48c9-9e39-44b7fde4767f) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 359a5fd0-b590-4529-8b4c-5b24d5f76a5a) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e262c27-b5cb-494c-b12e-d5ef4c1f62af) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03e19487-1029-442c-af8f-44cb7d9a4249)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98391fa3-aaa6-4758-9bb2-d0548e35d958)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2911ccc9-8221-4e05-a8c0-b19d58797b06)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e26e99cf-79e7-4e38-aaa2-abd81c8e6b99)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95da3d7c-336f-45ed-983c-24818c129f62)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27a34400-a5ab-4267-a495-bda1c9096f5f)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 338dbd1c-de79-44a3-bf4b-a8f3626e7569)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 5146b366-faf1-4ae3-908b-73cfc02cab44)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6caf15a1-68ae-446a-a960-59a9b9e4c395)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 99606022-1e10-4bf4-9b8d-78c1f174b190)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3b52b6c3-e30c-43ba-a9cf-d7f69ab53ac7)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 759b9488-589c-499a-acd6-1d6402d1fcf8)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp d6bdd0a6-e1ea-49d2-b050-1e0eda8860d4)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 663eae33-de61-49ea-addd-37cad9b203e9)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09e09001-5d0f-48a6-b621-b2040b0ff700)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c49acb0-74fb-4498-9d3c-b416115647cb)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cc86cec-b349-4bfa-9fc0-2aa44387a9c9)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a62a487e-7742-4fc8-afe4-d37766dc6312)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 2ca2887d-acc0-453a-a92d-fad4533678b0)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 085e8933-cf55-44cc-b4d8-049cc1d2da6e)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 34 "Net-(J6-PadT)") (pintype "passive") (tstamp f05401a3-36f2-4213-b474-8fb86e844dab)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 35 "unconnected-(J6-PadTN)") (pintype "passive+no_connect") (tstamp 448a7599-e658-46b4-8136-f04f0967094b)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 91717167-36b2-400a-96c8-5ab5bd39761a) - (at 81.28 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/19059fe7-6394-4fec-8ed2-283da3a6eea3") - (attr through_hole) - (fp_text reference "RV2" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a46392c5-a2f5-4072-9fd2-6fb1939b4b1e) - ) - (fp_text value "100k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f2011c2-3746-4e56-9aa4-4cd7c5a1b5ea) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 93127234-dbdf-42b7-ac64-110453c5bc46) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c52c92fe-dc64-4672-8598-1f55af7dae87)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cc5f382-46f9-420f-b265-da5b51e503ba)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32e28017-8208-41ce-993a-81ba46d3444b)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28f92390-4c50-4e33-9005-009a5a770fb6)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0aff23c0-1bc6-4140-8019-0185403ea788)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a1d8d2c-6998-42fb-90e6-84fab24b324b)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4aabc2e9-02aa-4ffe-a66b-f1cd9f95f913)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5f2fa08-bb3e-4fa1-8501-c1d830ed0848)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f43a2af-8bb2-4282-9d45-3d9b96fb2eea)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f9030df-3692-4471-afe1-43dfd3a6f8a9)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef6d08b2-89f0-4892-9dc5-b6ac5ee11188)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41e71fb9-fa7a-4daa-ae06-99cf9b2d9f72)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 501f9b3e-fd26-4c81-ac64-6a2d1b860c0b)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 730fe43b-5c1a-4c06-bb58-106eead401fa)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca5aa705-4555-4116-8556-c218da577e97)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45a983be-c893-48a4-96c0-a7611746eff2)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c67aec3-8412-450a-89c4-d71b482b2754)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 020ca59d-fb0f-41d5-ae7b-9460d6d0e896)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 6d63bb01-1cd7-46c4-bbf4-1556f80f7a6e)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp d3d46b06-7dac-4ce6-b001-c400b2ce2581)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 38 "Net-(R7-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 0c168b2c-edcc-42b8-93a9-06bf47106503)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "Net-(C2-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 7f7da71d-4c8f-4399-976f-c1c61d6b571e)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 39 "Net-(R8-Pad1)") (pinfunction "3") (pintype "passive") (tstamp 1b1d5762-2627-4e9b-9a60-88faf2ccb613)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "LED_THT:LED_D5.0mm" (layer "F.Cu") - (tstamp b9f323d5-9766-47c5-8453-f11d4d679684) - (at 69.845 142.24) - (descr "LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf") - (tags "LED diameter 5.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/769c14a7-a132-46b9-a6dc-c9b00093a430") - (attr through_hole) - (fp_text reference "D1" (at 2.351 -4.087) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b1791df9-3c1e-4aa4-b71a-78fe1c5ecb5a) - ) - (fp_text value "LED (Red)" (at 1.27 3.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1353bbcf-564d-44de-8691-32892f7cfba0) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.2))) - (tstamp 3f7c735f-4d86-4c7e-b2b1-8555e3c53df3) - ) - (fp_line (start -1.29 -1.545) (end -1.29 1.545) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3ea2dc2-a06d-4d29-b8bc-d66392043363)) - (fp_arc (start -1.29 -1.54483) (mid 2.072002 -2.880433) (end 4.26 0.000462) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cfeb8f80-b1ff-46f5-a486-205f8137c79b)) - (fp_arc (start 4.26 -0.000462) (mid 2.072002 2.880433) (end -1.29 1.54483) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1869ee8-1701-4554-8525-cd68fd551d52)) - (fp_circle (center 1.27 0) (end 3.77 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 0f3e798f-5306-41dc-a4eb-a953bac799ab)) - (fp_line (start -1.95 -3.25) (end -1.95 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 506787a2-2a9d-43c3-83b0-0c40de619739)) - (fp_line (start -1.95 3.25) (end 4.5 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 524931ca-3217-44d5-92b9-296e3438c144)) - (fp_line (start 4.5 -3.25) (end -1.95 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d17aa0a-9ee6-4c7c-936f-1528396baac9)) - (fp_line (start 4.5 3.25) (end 4.5 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78ef8491-b72c-4e93-b45a-944cb0c56105)) - (fp_line (start -1.23 -1.469694) (end -1.23 1.469694) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb674e5a-3f08-4192-a8cb-a5925626c031)) - (fp_arc (start -1.23 -1.469694) (mid 4.17 0.000016) (end -1.230016 1.469666) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9449f2f0-942f-4622-9076-eeaa97923baa)) - (fp_circle (center 1.27 0) (end 3.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp dea42f42-bbbb-41dc-9669-7c4b43ce128d)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 20 "/LED1") (pinfunction "K") (pintype "passive") (tstamp d800ffdd-5a9e-4e97-911d-87f39f7e481a)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 21 "/LED2") (pinfunction "A") (pintype "passive") (tstamp b5175f48-9dda-4fe5-b01e-ca370ef664ce)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D5.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp c09a87f8-de06-4262-ad94-15bf1521fefe) - (at 80.01 156.464) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/e946e3eb-10e8-412d-955d-06939b53ef72") - (attr through_hole) - (fp_text reference "D4" (at -2.032 -0.127 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a470a9e-3b64-49eb-8c02-b05be90d73a7) - ) - (fp_text value "LED (Red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 67f32381-d782-4e45-948a-5085ecc91063) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99998c2e-2dfe-45f0-b315-6155f29f59eb)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6ec384a-a67f-43d8-ae81-978ddb83b513)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20dd2717-ae88-4e0d-b26a-2f754cdd5b75)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5e32757-aaaa-4317-a8d8-bed9f6955937)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27935ec2-af7e-4d8d-a90e-6be3ebdfe74d)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7573aad-70ec-468a-aaf8-7103473dd6fc)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35763ab6-e1ba-401f-a17e-4d23c4d21c69)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ab46c71-013e-4a36-8aa5-aa245cee5dbd)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f07e6fbe-6d44-4e20-a201-c01bc210d4ea)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e5d51b8-994c-41c8-9e48-b65e426b32e6)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b1201cd-353d-4a63-bc3d-4106d1ba51b9)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 379511d7-7d26-4ec1-9521-55d6f583bfec)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e75bf89a-f3ff-45e1-a7ec-6d8809c8fe90)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "K") (pintype "passive") (tstamp 8cc9ab14-2a14-455b-aad2-21aed882280c)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 14 "Net-(D4-A)") (pinfunction "A") (pintype "passive") (tstamp 5457a564-6c2e-404e-be3d-168c27245bbb)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp c7e8e826-53b8-41df-aff2-c737b058e97d) - (at 81.32 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/46ad1028-2eae-447f-8e5e-62d18a258029") - (attr through_hole) - (fp_text reference "RV5" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7a924c5-1772-4961-b7b2-1c712d0f9742) - ) - (fp_text value "100k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7012963a-ab7f-4e4e-8aaf-8e701a847533) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1ece7b06-6755-4d83-9dc9-e46184bbb467) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0f88446-8fe8-4e91-8d32-f872b8e7a03c)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d51b270-d890-4cd3-a870-e6f0f493e0af)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e52025bc-9443-465c-9e66-10bc2a42df87)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d48b2b15-3f1a-4b90-bb3b-c37310afcb7a)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2306dcec-9f9c-42a0-aa2e-782e61d36c85)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d45d9d48-9862-4300-abff-b4fc589aa47e)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fec04020-2301-40e8-b8c2-6d7340c9c8d2)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7be0e5b-fa61-4476-ba2b-dd28d29766bc)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92204d9b-b289-48e0-bd4c-abfeb510443f)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f35bfe7a-cfdb-42fc-8a69-08dcb286676a)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6e364d8-24ac-4e00-82b2-49451b79f982)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6c5865a-50cd-44ee-87ee-b9e9d1f1c67c)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa9f904a-2708-43ef-9501-ef34c7fd5fad)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 097eccc6-a330-4fe4-8e5e-2fe4ad33d648)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ecc556f-0dba-4dc9-8558-c74c4301e608)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 652bdb11-ea6e-4406-961a-c1826df38d9f)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9718de9d-b3d1-4260-b4eb-ca700a77bc57)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 3871fca2-8f39-4857-922a-a05786003294)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 65bdf340-5b85-48af-b3df-239e376dcd10)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 3e5b1d07-edb4-41c9-af8e-1e66755ef08f)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 40 "Net-(R11-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 9d89bbc2-8cf2-4333-926a-39823e54b3bf)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 27 "Net-(R13-Pad1)") (pinfunction "2") (pintype "passive") (tstamp eab3d8c7-fe98-497a-923f-8e5e150e79aa)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 41 "Net-(R12-Pad1)") (pinfunction "3") (pintype "passive") (tstamp 5c662483-11b2-47b5-905a-3adc060bf774)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp cb6f3dbf-da2a-4cdd-842f-03f5c2e745aa) - (at 62.23 97.79 180) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/199add4a-51a9-4859-9a06-98b8a165b3f7") - (attr through_hole) - (fp_text reference "D6" (at 4.445 -0.127 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d0a270e-ef6f-4790-bb6b-c28ae492a032) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8d9993d9-3ddc-4bba-aef1-088a4d5121b0) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e86e4a5b-500e-4f23-9ca7-a0e8b779edbd)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eda41aee-060b-4ca6-b6c1-3749b11368ca)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6da5dbe5-94e5-466a-9c45-7979bcc2e0b7)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 291bc02e-67ce-4ea8-9cd4-a2c379b9fa6f)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e191b4f3-b602-401c-8ebf-82c911eee4b7)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e59ce568-8708-4ae5-8e30-d0cfb4d817e1)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b083246-3e85-426b-9401-6b140d926707)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eae25b55-dfd9-421d-8d8a-7470051cb866)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f9eef05-c8a7-4452-97d2-681e3cf98ff3)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp edf4b135-8823-4b9f-853e-f24927621454)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a1a768a-7b05-4105-b77f-1af2cc2ee923)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad6c86f5-29aa-41e9-b776-99ed00f87e57)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp aa96ad54-409a-4f94-a442-3280f4dc35b1)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "K") (pintype "passive") (tstamp 9187a5c7-14bc-4411-915c-4cd2101b29a5)) - (pad "2" thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 23 "Net-(D6-A)") (pinfunction "A") (pintype "passive") (tstamp d74e2b10-15cc-45f0-9bc5-4d6ac4ae8ae4)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp d2de2bfa-25a2-4a67-8bad-c65605c52957) - (at 60.96 66.04) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/6e22580f-d85d-4031-b114-4ab4e0df1f56") - (attr through_hole) - (fp_text reference "J4" (at -3.937 -5.588) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c853063f-135b-4714-9b66-cb6c91c71848) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de319e14-b586-464b-9713-a6bea8e12921) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 4cd43f0f-b4cd-4c33-900d-cbf3ed0eaaaa) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp db509b85-4bd4-496b-aa07-ae3be7c2f31d) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6ad4ea4-59a9-4447-9328-294154dbd459)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5486cc8e-b624-4d6d-9e94-17459c9c14bf)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd66362c-09fb-46c6-9e46-a03a8fbce014)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9f95c52-abf2-4727-a099-416d525a313e)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b437dacb-878d-4f2e-aca9-31d3f5941961)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca8a7a61-331e-4037-8052-d01bd265e393)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 42e2a2f1-702a-4d95-8463-2d22da877a0a)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 8f236879-b430-445c-8221-dbb9f14f7b52)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 8f6cc3b3-3c17-449e-862d-ee98d8fbc488)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d92b6843-976f-43e6-89b8-5800f0bb4831)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f22cd04e-904e-4f6b-8f87-4521825d62b5)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 9c0d0193-2c4d-4187-b51a-8168243314b4)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 5c9a983b-4ccd-49ac-a5df-ad13bd795681)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c2750a9-09f3-4609-8c85-0508da5fa210)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 547b39d1-5b47-4ca6-b2f3-1b8e5dfdb81f)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6c5fce7-0dce-4a86-abc4-0f5846ceb4fe)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dac2cf8f-fe84-470a-b31d-64842376adf2)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1280cc42-dcec-4f1e-837d-cbf6ae085cf8)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 70658903-8d67-44f9-ac31-e342780943e0)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 5bbb2dd4-b6b5-4104-85e6-4e09da723ca2)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 10 "/IN") (pintype "passive") (tstamp 4f4c755c-b6c7-4b9e-84e7-8337dc0de50f)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 17 "unconnected-(J4-PadTN)") (pintype "passive+no_connect") (tstamp 7a0d5244-0709-4e4f-aab6-ff52b2ec5904)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp ef866d40-7e1b-47dd-83f8-463132166c93) - (at 81.28 147.48) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/c3a5ece9-f772-4c03-8914-0e7be57a662e") - (attr through_hole) - (fp_text reference "J7" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ce49024e-7f33-4479-b7b6-5ae61fe51947) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9caaa09c-82b0-43f9-8e63-23c0f8829446) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp e09a0785-4608-46fb-9fd5-73408999db1c) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3acad185-a8ae-4e74-8d10-072ed9012acb) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb82710b-8819-479a-a5d8-347d1f5e1551)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 787d8e10-ea07-427e-abe1-189f97f9089b)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 453e60bf-2b97-4b30-a823-8e71bd96a671)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4ebe9bb-08d1-4d52-b001-d7eabb24fa4e)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 793f6baa-b64a-4ce6-a139-78c3cbb2772b)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0183cc21-155a-4585-a4e4-70bcc4fad36e)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp c864608a-80d8-42ac-9e39-d8cda2249421)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 85e8b04e-1760-4620-a709-41dd15b80a1b)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp df104dd5-9be6-40fe-8397-95f9d5b1e810)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0b10359e-dc56-47da-8e05-047095cfeb17)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 05d0ab05-659a-4801-b524-44d49bbbe8ad)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 14a08552-0c48-4c8a-aa1e-4f29bf204346)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 376c6082-0c0a-435b-99d4-ecdc9da137d6)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c43367ba-ed72-497c-8a99-4c148dcda4e3)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9167928b-c7ef-40ab-a62c-3f7760fefe58)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 058edb4a-132d-429a-9eae-ac75d209adf9)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db436891-0793-463f-852c-b401a6fd37a1)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 757749db-0687-4eaf-9fff-5719e11f7304)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 4eb60b5b-ded6-44ba-b18c-4608e62a7b69)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pintype "passive") (tstamp 28f1835e-e1ee-44ad-b253-17a60681195a)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 4 "Net-(J7-PadT)") (pintype "passive") (tstamp 04834a6b-9b18-4328-8c53-62d5d8abcb1a)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 18 "unconnected-(J7-PadTN)") (pintype "passive+no_connect") (tstamp a438b87f-e32b-488e-9ff7-bf35b10da9be)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp f317bea4-4437-42e7-9076-aadb15a2f4d4) - (at 53.34 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/693936d8-87f0-404a-9ede-8d3b84dbce97") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1b69a7d-dc85-4d0a-b60b-845a9d13e095) - ) - (fp_text value "H1" (at -0.508 15.367) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d130cfda-e001-447f-812d-e07a91c7ea4f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 52e5c443-7cbb-486d-b86e-c9debf370b0d) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 5ae64673-02f9-4e06-a9b5-1ad8b3802845)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 02996232-aeff-4151-a153-bea981d08472)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 4fd81a2d-d7bb-4c60-9bfc-b0ced121bdcb)) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp f688aa01-e470-4fc7-989f-9edc13213bd1) - (at 59.685 75.024) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/2753e0c6-b17a-47be-ac68-c360eb1fbf55") - (attr through_hole) - (fp_text reference "D2" (at -1.773 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b93309cd-7ca8-4ba3-92e3-33364ff3b47d) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a1588768-067f-4b81-90cb-0a4bf4be9d8d) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9281a8ad-a2f5-4ac0-a7aa-778bc94eeede)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ddfc7cd-bcca-470a-81e0-3e00aa1b17ae)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95e3d02c-5fdc-4ebd-acc8-e621b8290afc)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc73521b-35f5-4de0-9215-830c0ed036dc)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e016cc4d-1e76-4488-96b0-1f709d827bb5)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba0f3376-092a-4cfb-9cfc-ebfeae2eb005)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ccf4855f-9e8f-493a-a668-6073a1a5e6d9)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe8ca2b1-9fbe-4fc2-baff-b3a3aa1296ba)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6f831bd-bb33-4b38-b3ce-250741063030)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67c039fd-7fdf-4185-a9d1-95a2b3480aca)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25cfc845-4b73-49f0-b4cb-28d75129034e)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb5100c3-8cf7-402a-b8df-9c5040915c5b)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e5ce39f9-b6d7-46f1-bf6b-7d5dbcb4d8d6)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "K") (pintype "passive") (tstamp 92175d8c-77d9-4318-b6da-d19eb3d9a17a)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 29 "Net-(D2-A)") (pinfunction "A") (pintype "passive") (tstamp ab7b5b28-5a51-422d-a8b3-870d4b839d8f)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 066084ec-c3a3-4e23-b77b-a642269aa629) - (at 55.626 148.32 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/5f3e9fce-1a80-4641-8961-7792c6d95015") - (attr smd) - (fp_text reference "R22" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f9a13b27-4e60-4b3d-9bd2-93717fb8c071) - ) - (fp_text value "5.1k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 98bd7418-cc79-4b9d-ad95-2596ff50de15) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0c1e3545-7476-4137-8357-73f873eeeb6e) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 24a03f1f-97f7-40ed-81c0-68c49862602e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c517ae27-9065-4efa-9070-896d7cd9a75a)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7e8e048a-2570-4008-a8e8-aaa4367e6d14)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 56ce7183-b0ae-4d5a-a412-6225544f7c19)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cdab5af4-ad9b-4fcb-9bff-cf3d84f9fe80)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c478beb9-5e62-4f94-a467-767e4fea3d35)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b919e299-24f9-4f99-bb7c-472161210c83)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a7c38e28-406f-4c38-9fde-6d990af25217)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9c1c1c3d-e438-42fc-af70-3e52c2653218)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6fccaf05-1797-45df-a3f5-4ea1f18b4568)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 37 "Net-(Q4-C)") (pintype "passive") (tstamp 7b287a94-5693-4728-a3d9-565d19b14d04)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp b97a0179-8c8c-40ef-9898-e12df64a6e0a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 11881d48-52e1-4d4b-bc55-01e6eefcdc1c) - (at 69.407 128.651) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/4858ea88-f158-4ec7-8ecf-d2e9c15299ed") - (attr smd) - (fp_text reference "R14" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 032f3a88-f68f-4a17-98dd-e13483ba31a2) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c27814e3-1d4c-416c-98ed-552a8bc5d283) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp bc2b01ea-971e-4817-8d7a-54c1c52d1fd1) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6ab94c36-15a9-43e4-8ac6-81b48c5c3032)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fc4d57e0-a9ef-48e1-86ff-83f76d785b72)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cba315a2-3635-4788-b112-04bee10ff27c)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d84cd244-390e-4d7b-b3d2-15923b2ffe60)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 19a05179-712e-47e4-9ee6-52b7cfe92b3e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 21b03571-b874-446b-a026-029eb338d1aa)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4f01acae-6f98-4d34-9715-c2d33a7ad045)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a37d5f8f-6339-4806-afaf-2a4c4d232647)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ec1af5f-eafd-4452-ab89-67d31b15d176)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ca26875-d76d-451a-bdf0-f0e28f29d6e9)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 3 "/OUT") (pintype "passive") (tstamp 7bfab3e0-3745-4707-ad9e-faa57421cbe7)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 30 "Net-(U5B--)") (pintype "passive") (tstamp 7f3b0bf4-62bb-4ecb-887b-a9f89d738929)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp 14edec33-887c-4d31-b925-c0afbbd34e77) - (at 79.756 73.914) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/c3d41cce-298c-46e4-b45e-3cc3768037cc") - (attr smd) - (fp_text reference "U6" (at 0 3.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7abf72cc-6a76-458e-8310-6cc75576de50) - ) - (fp_text value "TL072" (at 0 -3.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e4710c3f-2c7d-4843-8fd8-0b8792382d5c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp b7e2f6d4-0e47-4d20-af83-57e9a0e0cb42) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 62ff3b89-cd87-4d12-ad47-b9aa34c23f4b)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8661ec52-2092-40f8-887b-28edceda46be)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 73ee5fac-7633-4556-b75c-be1c1f77e2d5)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2529e6ab-80de-4180-8f2e-3c8ef0bdd7ee)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1e406fe8-0fed-452d-bd2f-57e82d6427ee)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 48cf7801-b29e-44a2-8eb7-3f24b35d8fe7)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f8ca3282-3bc8-423e-861e-7dad1b2edfa4)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b5daac3a-93a4-4779-ba35-9d9714ac71d3)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8e52e49-a3e5-4c7a-955a-1b84de3635ba)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7b7688ea-29b0-4795-87b9-8ec850df6a6a)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 145997e6-be14-485c-b6e2-c3c91826e190)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3bb1aead-3af3-4d7e-95d0-4ccdfc302765)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f37dc24a-5f70-4f08-adb7-01d616b6495b)) - (pad "1" smd roundrect (at -2.475 1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 9 "/FB2") (pintype "output") (tstamp 22723eba-21d2-468d-9763-1b047ae68355)) - (pad "2" smd roundrect (at -2.475 0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(U6A--)") (pinfunction "-") (pintype "input") (tstamp 6e829b98-63d1-45c5-81a0-4ee24da2cb10)) - (pad "3" smd roundrect (at -2.475 -0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "GND") (pinfunction "+") (pintype "input") (tstamp b268deaf-bad0-46f6-a285-bd9fdb636577)) - (pad "4" smd roundrect (at -2.475 -1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 15 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp ab64062f-2573-487c-8151-a46443ab2211)) - (pad "5" smd roundrect (at 2.475 -1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "GND") (pinfunction "+") (pintype "input") (tstamp 63ae164f-5bcf-4738-873b-158944b0b95a)) - (pad "6" smd roundrect (at 2.475 -0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(U6B--)") (pinfunction "-") (pintype "input") (tstamp 762185c1-3833-4ac0-aae3-21fbc4656807)) - (pad "7" smd roundrect (at 2.475 0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(U6B--)") (pintype "output") (tstamp 42b9cf38-e9d3-491c-a2cd-72fafa012a84)) - (pad "8" smd roundrect (at 2.475 1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 16 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 286281e1-ec6b-4102-aa53-473ac56d9dd6)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 1ad0e9fe-5ce7-41e9-9a1a-404e4b842bf1) - (at 64.516 118.348 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/7be7d4e2-3027-459b-96b5-86133e57ab43") - (attr smd) - (fp_text reference "R5" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0df1d2bc-7dba-4ca9-b742-f32ecff79792) - ) - (fp_text value "22k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 449d2707-fb1a-497a-b491-aed4d5c50441) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 43cc8ebf-34a1-463c-af6e-ab328f997185) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 04a50bdb-58f8-4c0a-bc9b-cfcc8d8fd09f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad1b1412-4da5-41d0-b432-40ec46e8220f)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b5dbe6d7-5a67-419c-98ec-bccff7352eac)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b1639ee8-c629-4cf5-ab16-b3ac7e52fbbe)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c3efee6a-3718-412e-95a6-c37a56db21d4)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 79297f9a-8f76-4cc4-bd1a-6c3304c8d4ba)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bd1ae64f-a3a4-4bf7-b35d-94910ad08b4d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 787f6e24-5068-4568-b941-948a7959902e)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7790cb62-9230-4d3b-b3c2-e2d63de51d3f)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0a4f63ca-1bf0-4644-90f1-c812a36dbe55)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 11 "Net-(C1-Pad1)") (pintype "passive") (tstamp 8cb90220-1cd6-40dd-aba9-b25c59e6edba)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 43 "/TONE") (pintype "passive") (tstamp 1a69707d-7c80-4085-ad41-2702be484203)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 1c67dfb7-afbb-42cf-b0bd-2d898d847298) - (at 66.615 61.087 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/4aa087a7-f803-4769-a031-18b2efb39ace") - (attr smd) - (fp_text reference "D3" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c53f6421-8bdb-4259-9152-0df95f77e67f) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cbaaa1b1-aa10-4fbd-b594-a763ac96c0fe) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7a5f20c7-8797-448f-a360-9f0ead5745f8) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3d49bed3-1a3e-4782-83e9-d36b732ca6b6)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e1768f54-4fb8-4de5-91e0-03eb92fca8b3)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 64f0a64d-057b-4b6c-bc1c-1b02bc4c304e)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 05721e62-7261-45e5-be73-3ca5f2fe30e7)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5565915f-c6d0-41e3-81ef-a4b832bb324d)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6912658e-4666-45b4-bd8a-be69c7d631aa)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp af2227fb-5cef-478e-8f02-ed66d8695e43)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ab2ad78d-0a67-4f04-afba-b605fa6be4dc)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3c06b289-82e9-4804-8eb6-441fde485e4c)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fb3d0aa4-157b-4538-adc0-e9051289068d)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e7642c6-66fd-4c77-a2d2-2de64d2ba953)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 277cea11-fea6-481d-b85a-38f227b63340)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 44f5edf8-1a6b-4d41-8330-e430d14fc2cb)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7f375c2c-3064-4200-b456-b6272676cb01)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 42b14e9a-46a2-4653-b5aa-cdca2f9d4110)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 765a7455-6a32-4444-ab0a-894ebb11a7b5)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 299d6b08-ffa5-49d7-aedf-5ce19390a1e7)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38edbfab-9931-4d18-aa82-1da5f0e8ed15)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(D3-K)") (pinfunction "K") (pintype "passive") (tstamp 1a0e1b31-929f-4131-adab-67fb675fc654)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "GND") (pinfunction "A") (pintype "passive") (tstamp f6331a03-8782-4d17-a6c3-a2126b611927)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 24d2bf44-2fa2-42b1-8c9c-aa37eb3982f2) - (at 67.818 100.076 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/d18f9c21-ac15-410e-8934-f2095fadbdd7") - (attr smd) - (fp_text reference "D7" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fa5607b0-afb5-4700-92de-65ebe19c86b0) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 62e81191-c320-4fb6-944b-80ed1792590e) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8168b5b2-2e84-4761-90be-6381779ba6ba) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 083522fd-28ec-43c8-9f77-34882a859778)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0212375a-0aab-423b-b2c0-e9720bf5e928)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5ad9071d-f1fe-4f8e-9a6a-bffdf694d59b)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d6570390-48fb-499f-9dc0-494e0e5b4afe)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dc002254-230b-4521-9170-51352598b2b0)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c45c6835-6281-4157-9926-1d35e3d3423b)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c29b9023-4323-414e-b676-0ce09d958c24)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1208ce54-46fe-49e8-9ee1-3dcb32102ca8)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 105aa8b4-ad35-4b5f-af89-b9da8d5d7b22)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ed278635-d9d8-45fc-ba36-ab434ec13df9)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 45ccb1d7-aaa7-4a51-a6a3-7e253dae1519)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 86a0634b-5836-4751-8b83-02d7d4675bb5)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 51ec16b3-6169-48b8-8460-c643405c0f4f)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 885dfad0-d6ad-4c10-9c50-937b7873dd30)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e3350f65-94d1-4014-9aa1-7c5b8dd686c6)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19c63a8c-89d9-4797-8c73-6742a43338bc)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e6746599-bc0a-4b30-a455-3ade085d5d0f)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 69407546-22b7-4f02-8cd3-f869f4e640e9)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 24 "Net-(D7-K)") (pinfunction "K") (pintype "passive") (tstamp 60db0bd9-6f8c-4b5e-b692-c4448c90754d)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "GND") (pinfunction "A") (pintype "passive") (tstamp 850790bd-d926-4e7d-97fe-ae1507229580)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 31f51911-0b35-4321-83e0-2dc021d688ab) - (at 76.47 152.654) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/35268c25-9001-420d-9d96-989bd2d34b69") - (attr smd) - (fp_text reference "R3" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cf3aa89d-37f2-4dde-aff7-3bbffae7be63) - ) - (fp_text value "1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6ebb438d-1614-4cc1-ae58-81dd3da05853) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 5e5cb731-1153-4581-ac8f-ec29f0dcafbf) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1620e00a-c1ca-411b-a616-fa25a3199dc1)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4c986f36-9e82-4aa9-bb31-08a4eecf35b2)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f0c48912-1788-4eaa-b445-3bb7e7427eb6)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a6dc1c4e-dcbf-4f47-bcad-c5b8ef971244)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6eb5a8a3-4f44-41e7-90d2-68cdc947f465)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 79e38e2c-9a92-4f7e-9411-b609d47444c2)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b4bf4d77-7a2d-4c63-8cd1-ef5a4cac6a90)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b1421333-5604-4031-94f3-3f973f9c1dc1)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a91efa58-c28e-479c-922c-67030f37705a)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e2a6bd2-6e0d-4bbd-a90f-942de2e1ca6f)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 3 "/OUT") (pintype "passive") (tstamp 7446d078-a8b2-4e7b-aa5a-83560a835b38)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 4 "Net-(J7-PadT)") (pintype "passive") (tstamp 5b80afc9-e409-4cbd-ac3e-a9f418eface4)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 3277da2c-18f6-4507-b7dc-47631862bf58) - (at 52.705 116.332 180) - (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x03 2.54mm single row") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x03, script generated") - (property "ki_keywords" "connector") - (path "/7cf58cba-7271-49e8-9c14-6a3d5bd2b89d") - (attr through_hole) - (fp_text reference "J3" (at 0 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 78242328-1a46-4361-8211-33e97114489c) - ) - (fp_text value "01x03 Male" (at 0 -7.41) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7cbf0313-b477-43d2-b633-da993e04d1a0) - ) - (fp_text user "${REFERENCE}" (at 0 -2.54 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0ba42b5a-d5dd-4143-b021-911301ff1ce6) - ) - (fp_line (start -1.33 -6.41) (end 1.33 -6.41) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4146a363-842b-4557-8efb-b1d13e46b85b)) - (fp_line (start -1.33 -1.27) (end -1.33 -6.41) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f0d38a3d-5ef0-400b-b6d3-c5c019e33d99)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8a95044a-95b6-4df9-b9a4-0723a568922e)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 42ff3776-cdab-433d-8da3-08d340f347dd)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6bc97669-8b2f-4316-b3e4-bf9e4dd5faa1)) - (fp_line (start 1.33 -1.27) (end 1.33 -6.41) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 767b44b2-ef37-498f-adec-156c68b6728c)) - (fp_line (start -1.8 -6.85) (end 1.8 -6.85) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 765bff3d-f539-4f28-9dcb-280bff2a1b8f)) - (fp_line (start -1.8 1.8) (end -1.8 -6.85) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ae3da8c-4755-49e9-9339-bfa129c7fd92)) - (fp_line (start 1.8 -6.85) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 545a356d-6ff3-4016-a788-b7cedd62c1c1)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9fabba42-7409-4533-8f30-a8ed9f1b6922)) - (fp_line (start -1.27 -6.35) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 139c049e-32d9-4925-9387-2efa215a457e)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4cf9933e-64a9-4bfa-9263-867b9259b0f2)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f00513d4-3628-4313-bc5a-813e9c868e4a)) - (fp_line (start 1.27 -6.35) (end -1.27 -6.35) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6ae88f15-b189-4c24-b5b2-f22858c6a001)) - (fp_line (start 1.27 1.27) (end 1.27 -6.35) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 63699e6b-fdeb-4d8d-9f83-6bbaf9f0943b)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 9 "/FB2") (pinfunction "Pin_1") (pintype "passive") (tstamp db178f68-bca5-495d-a062-64a0f9579cff)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 10 "/IN") (pinfunction "Pin_2") (pintype "passive") (tstamp 0543c393-be94-4cae-aa1a-6a0a0ebb42a4)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "/REVERB") (pinfunction "Pin_3") (pintype "passive") (tstamp 46fa5500-1146-4d81-a938-fad7e89d2663)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 37136c88-3e00-4033-bd3a-f112432e259f) - (at 60.771 122.936 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/b684ed2d-46db-4faf-b4e4-472c7293d6c5") - (attr smd) - (fp_text reference "C4" (at 0 1.68) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2faabbd0-5be4-492a-bf31-7710725871a3) - ) - (fp_text value "100n" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 599e2bed-0718-41db-94ef-e64291a998c5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 48ec9c95-a6d1-4f8b-b378-93f688a65459) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4c0e618-2c13-452d-94c3-83e5c6924c14)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 92b156d4-f0bb-408d-baef-f65adeb0e994)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 71c3c634-6f91-4d36-9ae1-6f00f0c8d145)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ff2a3b77-8c2c-45f3-8a8d-69a7b9ba9293)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ff0ed3ad-f8cf-41a8-8172-f7f0d4d7a2ce)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 19ddb82a-a764-4c8b-9529-d88b6dea3d68)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8063532-aa38-40ab-bfe8-1615a5b5f81f)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0c85b57d-c64b-43e9-8984-afd376e1be90)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d796b31e-42a3-4584-9189-0f8afca3e960)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eeefcae6-ad09-4c96-a6c6-f1b1720628fb)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 7 "GND") (pintype "passive") (tstamp 382c1a52-6ba8-4ea7-a9c3-2b72ce637ac8)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 15 "-15V") (pintype "passive") (tstamp 62dbbd0c-ccd4-4e23-9266-8af685dc5d37)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 3e023c00-c6f8-460b-a6a8-07f037b37e4c) - (at 77.216 118.348 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1bbd9984-8386-4b32-ac8c-4f3bee64959d") - (attr smd) - (fp_text reference "R7" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cca57e3b-fb8b-48ba-84e3-52bd7ecacac4) - ) - (fp_text value "10k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a3208e8d-078f-45c2-b2c3-ead38d99db14) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp dd363a35-cf54-469d-89d6-eebfba2b2eec) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c02926c5-9dc7-4d2d-b405-f3308c2da683)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8328bdf6-a5e3-48e2-8eb8-f2e485a668c2)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ad2a1185-7510-4eb6-bd1f-a2de4db41d18)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 168191e9-e9aa-4e10-baec-2dc261c38b53)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8684ffe3-9697-454f-98ee-54c9d991161e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cab3a1e4-7c4e-4404-b872-a4be9326205b)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0fb857d2-78b7-41d1-bf1d-b4c359bbdf10)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64d63733-ccd3-44df-b510-86fdf213587b)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 57f4b951-8b09-4538-b898-5d025a8ee77e)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 753206c8-eb0f-45c2-a6b3-6ce870cfcedb)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "Net-(R7-Pad1)") (pintype "passive") (tstamp 653cc86a-7db8-4e2f-a46e-c166cfae5bf3)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 2 "/REVERB") (pintype "passive") (tstamp 0cac61b2-a4e7-4a8f-81e1-4587a9258d7c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 4a31d0de-aa21-459a-b3ed-3daf720b2e68) - (at 70.457 74.66 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/aaeaa955-bdfc-43e2-b42e-0102ff2c5c15") - (attr smd) - (fp_text reference "R10" (at -0.143 -1.75 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 822ebefe-7514-42d0-a218-055fddca7cb7) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7c4cdd8d-5d46-46a1-87be-3750be2c811c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp c950bb09-783b-4298-9ebb-d2d7110bc2f8) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 344bcf0b-4d12-4e32-93a5-6e5b5859eb43)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4ce1f194-3eb2-4f3c-a30a-42273cf9fe0e)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c6d8b894-8403-44a6-9605-4f1178ad8183)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp edf78784-c829-472f-8cd1-3e440b5d05f5)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6811c0a8-d3e0-4bf6-8f67-5bb207d81de6)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4eab887c-d8f4-440a-9c80-c702cc53a085)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 952cdb50-c751-4dc3-b9db-715be3593c53)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d7a0c96-18a8-4751-9968-d9c3608a1bc2)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 13ea160e-dfb7-43cd-b67a-0fdd6f423acf)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a031de47-d0b3-4be1-8f06-61f5046ebede)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 9 "/FB2") (pintype "passive") (tstamp f8f4029e-1289-4228-a0f0-39c4da72708a)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 8 "Net-(U6A--)") (pintype "passive") (tstamp 58ed0ef1-6956-42dc-9a4e-c7319ae74d04)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 4ff79e55-3781-4eda-9f13-2d319715642e) - (at 78.232 68.707 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/24b8d880-bc11-4fd5-9160-317d6290562b") - (attr smd) - (fp_text reference "C6" (at 0 1.68) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7970db3e-f356-4b71-9160-ede6d135084d) - ) - (fp_text value "100n" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e2fed8d1-cc76-4506-852d-88d00bcb2eeb) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 56535aa3-5966-4177-9982-95db5f0ef474) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 274e9625-bbe8-49ba-8522-c6b7e528aeb1)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e0c7fba1-f3ff-446f-9ae1-7e3ed9381bc7)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6e564831-73cd-4a10-a81e-f09aa6310130)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3aee11e9-9bdf-4e5c-866e-745b2df0f9aa)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 28545626-3956-45b7-8411-55d87b9950d6)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f517daaf-1a3d-4951-9a63-6bd63b97d70b)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a6575413-730f-47ab-b7db-ebce8550d506)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4697a7d2-46f0-40c0-b32a-f47659574425)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f77b28c6-587a-4885-8b0f-ca98ee7f9b6e)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4e271e06-4ecc-40c7-a263-322171a1ac63)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 7 "GND") (pintype "passive") (tstamp 3ca3f8bf-cca5-460b-83c5-6758ce466e29)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 15 "-15V") (pintype "passive") (tstamp 95a70acf-d4b0-4c58-afb9-3db73927f99f)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 525b6f10-cc10-4381-96d8-a310ec2e8c3a) - (at 74.66 134.62) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/0c0171e8-a746-47cc-9607-ab01a5c5ae22") - (attr smd) - (fp_text reference "R11" (at 0.111 -1.651) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 56483344-c42d-4d06-89ee-1c59ceeaa038) - ) - (fp_text value "10k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bbb14a11-340a-499b-8412-2db8ae493c33) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp c0da44ed-9586-4709-adf0-dc376cd13490) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 64b65763-95c2-4d5e-b50a-eb5760adbe68)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 50ce55f5-df7f-469e-9f90-a3ca5b4f7ad8)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 77d6a451-4649-4ffb-9aae-8bb3629e801b)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bead3cca-a05d-4c45-8898-0338e65921f7)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b79e064-6a1b-495d-b915-2b3b0d2233cd)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 75232b89-eba3-4730-bb9c-cd3f0b827124)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 646175c8-25f1-45c1-98f0-cca6b688f710)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 67ff573e-b9cd-4f6e-914f-f1f4f817bb86)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 688ed610-48a7-491e-a8f8-ec5b430e420c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b4f7c584-a4f5-4608-a969-d158cac1f1ee)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 10 "/IN") (pintype "passive") (tstamp c1b52d94-7c38-4686-bf6f-215bb871291f)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 40 "Net-(R11-Pad2)") (pintype "passive") (tstamp a8e673e0-6212-460e-b418-be91ea0c35b7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 56f11060-8389-4550-9db3-dca55cc28613) - (at 66.185 64.613 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/887cc8d9-887c-4bb2-af75-2ed386e3d38b") - (attr smd) - (fp_text reference "Q1" (at 2.812 -0.157 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 591981c9-8c01-4474-a4a7-e9ec67446b47) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3550e378-a054-4881-8312-910ac69182b2) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 321ac6e2-1513-4a94-b6bc-5f37412a2380) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5238e5c7-5eac-406f-8588-0cb5573e58f5)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77b347c2-2071-4c09-8b56-4398df5daaee)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e7c7bfef-1899-4b5c-a242-9e106ccefc3a)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 78e9d952-0128-4584-b8f8-87a56535c34f)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 531bf6bd-a671-46c0-9130-d80e9621044c)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1aed3a1d-71e3-4ae8-8aed-72c58904c7e0)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b6e09aed-6f6a-435f-8ac3-e135c605be75)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cba9157a-de5d-4b44-bb2b-ae6467ceb35f)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 003337f8-6d97-494c-87dd-4b6c05bece20)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1e764056-8461-4d97-8206-49076cdc5a80)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 96fca983-2b38-4717-949d-8e6c2cc25ecc)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9a793eee-6a7e-4d9f-9ba0-6629d79549d9)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b1a16a7a-b491-4a43-8c1b-6c04af0363f6)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(D3-K)") (pinfunction "B") (pintype "input") (tstamp 70e169a2-cd9c-459e-9b28-2342993971e0)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(D2-A)") (pinfunction "E") (pintype "passive") (tstamp 169ab328-c730-410d-9e3f-cb38a3afcd11)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 31 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp 0813e6c5-8dbc-43c5-8048-e5d80b9b0cf9)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 5d49f3f1-2cc7-47cf-92d1-d6268ca0422e) - (at 89.306 89.368) - (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x02 2.54mm single row") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x02, script generated") - (property "ki_keywords" "connector") - (path "/63353714-81d4-4bf9-89cf-1eae46017799") - (attr through_hole) - (fp_text reference "J2" (at 0 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9d5ccac4-8973-4015-b994-78ad42c42aa7) - ) - (fp_text value "01x02 Male" (at 0 -4.87) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 818d308e-a71a-4c21-a161-4f869e9af66f) - ) - (fp_text user "${REFERENCE}" (at 0 -1.27 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c1f10d28-9c73-41c0-b840-7ab19351ee26) - ) - (fp_line (start -1.33 -3.87) (end 1.33 -3.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d1d6c7b1-49e3-4ef0-a051-c2d6db1fdcdd)) - (fp_line (start -1.33 -1.27) (end -1.33 -3.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 49c8d86b-d824-4b4f-a8bc-1c564bdac16a)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77d2111f-d733-43f6-9179-b82242baef55)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5be216e5-c5a5-4f69-bdde-2192daaacfc3)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9947aeec-6c22-4d99-9310-e12a35989a6e)) - (fp_line (start 1.33 -1.27) (end 1.33 -3.87) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 30ec3207-cc17-44d6-978d-a37e22b974ee)) - (fp_line (start -1.8 -4.35) (end 1.8 -4.35) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ee94caa1-f314-420d-b8ca-b0f0cb833211)) - (fp_line (start -1.8 1.8) (end -1.8 -4.35) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1bd7a2cb-1e47-4762-b03d-6225e9ba5d91)) - (fp_line (start 1.8 -4.35) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39828e49-39aa-4636-8018-c4b370e57b10)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7a7bc395-67fb-47fd-bab6-5d0310cf54c7)) - (fp_line (start -1.27 -3.81) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3051823a-5a0c-4036-af0e-03fdbff32753)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2758eafc-0e1b-47c7-9d61-8cb70f0ff358)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 34320f0f-8771-4cbb-a06f-76e7906efbdb)) - (fp_line (start 1.27 -3.81) (end -1.27 -3.81) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ac17f477-482b-48fc-8532-dc3cc4cab9dc)) - (fp_line (start 1.27 1.27) (end 1.27 -3.81) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2f403e05-4b5b-4287-9fa5-0041941f7f2a)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 20 "/LED1") (pinfunction "Pin_1") (pintype "passive") (tstamp cf9cb334-8d91-43aa-a511-17f1c4729e3a)) - (pad "2" thru_hole oval (at 0 -2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "/LED2") (pinfunction "Pin_2") (pintype "passive") (tstamp ca9e87f1-c2d1-466b-a0dc-f9944c10c736)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 647bf566-fbcb-4888-ba62-c35fcd6d5351) - (at 63.946 131.445 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/a7a3eec2-743f-46fd-bf6f-9e2fab723fef") - (attr smd) - (fp_text reference "C3" (at 0.254 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7511dc05-6ba8-4d7d-9563-85b48cbb9629) - ) - (fp_text value "100n" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d1e8f0ed-5c9e-4bfb-b457-e786de1fb4f4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 3892e293-0ae3-44fb-aa3f-d9ebfa79e7e1) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 04eb3069-45f3-4a97-86f4-722b10489824)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3fd2f57c-083a-4814-8ade-a2bb614424be)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c6c2b07d-a8c7-4456-a50d-e99363937e37)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b6a1a7cb-322d-4b13-9f67-d2bb854e3b1c)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2f7580b6-0d11-427b-9ebb-51751983874d)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5313d8dd-a05a-414c-a5de-fcd8a2191384)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 00089a1b-daa6-4f61-ad49-1640fb1b8ad5)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e795a9a4-6576-455f-87b4-cad1ded41ae8)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7206bcfb-3bd8-4067-9d0a-2dc7866eeec8)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3822218d-905a-49a4-b002-985df9ea155c)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 16 "+15V") (pintype "passive") (tstamp a35291e2-a597-452e-bef9-ca5255bb3566)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 7 "GND") (pintype "passive") (tstamp c965cd08-93fe-4738-9b3c-12963362c381)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 698171e3-da21-4fdf-bed1-66728c983aad) - (at 80.772 118.364 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/438702c3-4b78-482f-8a9f-c2ed443eb796") - (attr smd) - (fp_text reference "C2" (at 0 -1.651 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9c74def0-abb2-492a-a1a7-281b08c8dfc1) - ) - (fp_text value "560p (C0G)" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 036b17c6-0917-4364-9471-6d4c41601627) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 8e2660f0-9e12-4ab2-a66e-6e8587fb2f94) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f7819464-98c8-4042-be60-87d6a6d9e026)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 16ee8446-457a-42e3-8e7d-d43c5d6c8f32)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 48f2dff0-2acb-42a0-9215-44a72562d80b)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 408c7e84-6ef1-48b0-b1be-348348e1c3f3)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 678cb77d-0a67-48be-9057-b2ec92eb7495)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c7072a5-9beb-4b39-ae48-f86e5110c232)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66e6639f-2048-4d1d-bab1-3dfcc6e043aa)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b7fbe790-e825-4046-8417-5e1b258410b4)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 54d367c3-bb86-43a1-ab57-a33198264e72)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 902f0aa8-06b6-4e2c-bdb4-da995f15647d)) - (pad "1" smd roundrect (at -1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 13 "Net-(U5A--)") (pintype "passive") (tstamp 43e98272-3eda-466e-b790-ef1b40c33ff8)) - (pad "2" smd roundrect (at 1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 19 "Net-(C2-Pad2)") (pintype "passive") (tstamp b705c338-e22c-42fe-b7b2-9252e3d80a4e)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 69c4ad6a-7e5b-4868-8cac-401f966fb15e) - (at 76.708 140.208 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/7329aa49-80bc-4bb3-80ba-2ea6b2842cce") - (attr smd) - (fp_text reference "D5" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b73911d6-9e55-4850-a343-76efce96b04d) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f4a67632-28ef-44ea-9e20-b0fb3947df70) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 39b3ab29-b2d3-472f-be50-70f75a1982a1) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c9279bf7-9f9f-4b6f-bff2-e6bcf525d12e)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 12e192b6-1770-467b-b913-f35751412eb3)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 71b99199-a167-4d4a-8b36-ce5ac2d02844)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9d2e5513-c634-4cee-9c75-12efb9ee850f)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8d206885-574c-4de2-b0ea-c33e54ea3f69)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a77f0db4-797b-4120-8b7d-b898286c01e5)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ebcd53b8-82de-415c-8a27-6cf0a9cdb3f3)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e00ba34e-ccd8-4d58-adb7-b0f0f8b1800e)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0151e7a5-2031-4673-8a94-3e0c8e176146)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 719f352f-a823-4829-aec5-ece9bfc3dc75)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 60963143-4947-4b18-99f5-2d2ba7a17c15)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 97aebb73-f846-4480-8a5a-b37b96a7b1c7)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4f72bf2f-faf6-4531-93ce-0bbc22f58d3d)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 29f58c68-023a-46c9-aa58-800d75d17c0f)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c30208d7-e9e4-499b-971c-ded443487c34)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 019b4ea5-3168-4572-b548-db5760b37690)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9e98125b-f21d-44bc-8a64-c48ca62b3ab2)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8ea942ad-f01d-4be3-8c82-69c9acbbb69f)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 22 "Net-(D5-K)") (pinfunction "K") (pintype "passive") (tstamp 9e0c2a71-f24f-429a-b6ab-41e220ec42e8)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "GND") (pinfunction "A") (pintype "passive") (tstamp 5933b8a1-20a4-4693-95f3-fecde52daba9)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp 6bee988a-68a2-416b-8745-7327511739d0) - (at 62.549 127.127) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/9ebbdb08-8ea3-46ac-a656-182d58aea739") - (attr smd) - (fp_text reference "U5" (at -1.589 3.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 85a22a30-f184-4a18-b6d8-b305a9d92b05) - ) - (fp_text value "TL072" (at 0 -3.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 45a4235c-0d1b-4a8c-a636-b28baacaadd3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 870caeb5-0c1e-44f4-8a23-3f9f02ef81ab) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ff3904a3-8b75-45e4-b824-09c9e70df90c)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd5a6678-863e-4da1-8577-222d92148862)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2dd82edc-7f71-437d-b7d3-088c1e7a781a)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 566d17cd-f364-410e-a166-d9d1b97cb51c)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5a790d77-2af5-4a06-8458-c7a4c41aee6f)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a1e75376-f651-444e-ba02-fefc978f5a65)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dd416a11-1148-43a7-b088-a8c7f8597810)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a7388a34-a967-463f-ac5d-074f00268bcc)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5e34192d-0b88-405a-8d97-0f7faaf60642)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5e4d0238-f06f-44a3-ac90-42d4da1135b7)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c5f0fd2c-4886-4184-89a1-f673c22edc4d)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d30441ca-00e5-4034-a97e-133435b63049)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ddec045d-2499-4e02-979c-6a4215463536)) - (pad "1" smd roundrect (at -2.475 1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 43 "/TONE") (pintype "output") (tstamp 7635041c-c289-425e-a76f-1fb223933c3b)) - (pad "2" smd roundrect (at -2.475 0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 13 "Net-(U5A--)") (pinfunction "-") (pintype "input") (tstamp 7748b247-d298-422f-8f5b-af06b1547f28)) - (pad "3" smd roundrect (at -2.475 -0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "GND") (pinfunction "+") (pintype "input") (tstamp a1284c43-2a4a-48b2-b4e8-cacb54262a6d)) - (pad "4" smd roundrect (at -2.475 -1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 15 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp e4f80cda-1b43-4810-9df3-26f3f464f331)) - (pad "5" smd roundrect (at 2.475 -1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "GND") (pinfunction "+") (pintype "input") (tstamp ebefd6e6-3fa6-4ac9-b50e-f5506961d432)) - (pad "6" smd roundrect (at 2.475 -0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(U5B--)") (pinfunction "-") (pintype "input") (tstamp 003c44dc-8fd4-43cd-a203-7b7cc7362f09)) - (pad "7" smd roundrect (at 2.475 0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "/OUT") (pintype "output") (tstamp 7ec8e6cc-a0b9-4faf-af4b-a05168d7ef76)) - (pad "8" smd roundrect (at 2.475 1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 16 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 61796c8f-fb09-4233-a5c0-3ae56f0ee1be)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 77c06d53-4ef2-4b1c-a517-f3206e4294c6) - (at 67.31 95.25 90) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/62026975-5550-422a-84b8-34896e3cf82b") - (attr smd) - (fp_text reference "Q3" (at 0 2.4 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp eaf6a47c-b98f-416d-a917-655cce5370e6) - ) - (fp_text value "MMBT3904" (at 0 -2.4 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cc32370f-fb45-46b4-85d0-f8c0e66233ff) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 39edfebb-26d7-406e-a65f-31f5b49e5c7b) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 954cfbc6-f9d3-484f-ac29-6ac711b101e4)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 368f47f6-5977-486a-8b8d-a0bca69de0b4)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1dd48e1b-8fdd-4745-8bda-68c5e4b409d7)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b8bfb8cc-00e6-400b-ad68-40b9117504ed)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b13a0172-0c40-401a-a306-f1592a61054c)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp df09ecb5-c11e-47c7-be8d-aa5627e0b9c8)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2d533161-0869-4f45-bd1d-417cc59c2469)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0d6f994e-d02f-4973-bdca-3047b0c94030)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3b3f9d8f-60a2-4f3c-bf37-835887651716)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 18ddb5ae-f2f1-4e91-8352-da0d15b47aa3)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 643543b4-4539-455a-aedd-9e5902738391)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 85730adf-cd8b-424e-9aaa-54e1180e9ff6)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8f0f4976-19fc-486f-83ac-b021d97da2a4)) - (pad "1" smd roundrect (at -0.9375 0.95 90) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 24 "Net-(D7-K)") (pinfunction "B") (pintype "input") (tstamp b82e1c96-7b77-4f28-a2a0-1cff9f96b7c0)) - (pad "2" smd roundrect (at -0.9375 -0.95 90) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 23 "Net-(D6-A)") (pinfunction "E") (pintype "passive") (tstamp ac2f6778-4d83-4cee-b6bf-603c0b4b13ea)) - (pad "3" smd roundrect (at 0.9375 0 90) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(Q3-C)") (pinfunction "C") (pintype "passive") (tstamp 43e93fe8-04db-4a1e-a564-b67944aa4d7b)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 7bffd1c2-0f40-4a00-9e82-8f77d52d4dcf) - (at 75.438 148.32 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/e4037ca6-5c0b-45e8-b35e-e56fee4d204b") - (attr smd) - (fp_text reference "R18" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 449fcdd1-43cd-4439-b41d-41a64d3e676d) - ) - (fp_text value "5.1k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 93289b82-8643-4438-aa14-ad89532206b8) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 6b410795-8666-4bf0-9068-89904b0044af) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8d713d8-05fa-4351-9aef-a2225391db2d)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 648ee772-9662-46cc-9a1c-f188aa7dfff3)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f0084bb8-78af-48f4-a07b-711f7a26e6f3)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1853674d-9add-484c-bc3b-ecde7463c89a)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4edc558a-f84a-4a67-827b-69c37318dc16)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b9ba015b-4ddb-4d8f-9a86-65f9bfb0ddea)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0efbbd14-528a-443c-bce7-3428165677b5)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 11e5526a-52eb-4a18-808c-6c5a4dcd67af)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64e46c37-4e01-40dc-a560-eaa7474f0a8a)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a60413db-f88c-48ed-8812-fc6b0d7e1f96)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 32 "Net-(Q2-C)") (pintype "passive") (tstamp 8bed46e9-6393-4d75-aa65-c7bad935daf6)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp 11efa6b1-c3e3-4b45-9136-1044b6aa119e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 7cb4f015-952f-48cc-9a95-f5b2a7b55ed7) - (at 81.534 79.121 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/854390b9-3099-422e-909f-2330e2b3e709") - (attr smd) - (fp_text reference "C5" (at 0 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cbd1d379-544c-48e3-956e-3076e788c469) - ) - (fp_text value "100n" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 923d6572-fd76-45e9-ae95-8bbe4e029e11) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0e90b98a-1748-4de9-9362-0d6cbf9c1249) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 872bf58e-5d22-482e-9d94-b6ca9e950845)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 91a707fd-e39a-49ff-8035-9c97c1e77577)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 15e7969b-27a5-4d69-89c7-6bfd2e21575c)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4b5de44c-a5fc-4323-8a15-f0653480d23f)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f91ea634-6618-4490-9bd3-4b29f10387b7)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 677abb87-ad89-43d2-b557-5ee789829ef1)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e701254-7eac-41af-8186-17c18263f848)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aff0c86f-93b9-4dfb-90d5-b3cf4b14b099)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e5f0a5c6-87c0-4d75-80c0-e2b8b6935eed)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 080bf645-9ea2-46bb-a906-1c86d9d30031)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 16 "+15V") (pintype "passive") (tstamp 28e12785-83c5-4151-a373-456e0b3d2c39)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 7 "GND") (pintype "passive") (tstamp 35a52d19-d2b9-4c16-90ea-5c194f64b5a1)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 812e2e6f-0cc2-430c-961b-bacf576a4b4c) - (at 73.66 118.348 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/e166e0fe-e696-4b9d-aef1-e389f2cc1edf") - (attr smd) - (fp_text reference "R4" (at 0 -1.651 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 96a39863-da6d-4938-aa5a-ae3ab36be5f4) - ) - (fp_text value "22k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 40fd187b-4f19-43dd-8cd7-31d54d7c2f01) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 22e2f251-f8ca-47c5-a3ba-1166a81cf88c) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp af488fe2-bdee-4f33-a067-fd89433bb65c)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7ec3afc4-4c2b-4f89-8f8b-0fd5e15879d3)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0bf4e5cd-5927-4bdf-825e-489d036d0330)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 546cf58c-04a4-4deb-b9b0-bcf4b2234998)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 550d66c4-7474-4801-b08d-327b5e13087f)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d3826d67-a343-491c-86bf-f4297445a745)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 70ef9c5f-a1eb-4034-8186-cf53b854789e)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ceb3af47-bc1c-487e-96b7-ccda870ae6a2)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bafdfd8b-894b-45c4-9269-8e26e133e11a)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cfd3dfa9-52f3-4265-baea-e8c597c6382c)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 2 "/REVERB") (pintype "passive") (tstamp f8c8ad66-3fc0-4fac-865d-14488929a7ff)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 12 "Net-(C1-Pad2)") (pintype "passive") (tstamp 1b9fbe5f-5f45-4722-9846-9a6081d2f667)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 826ff5b2-fdde-4668-9c11-a6d3a898c737) - (at 56.388 140.208 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/3c8ab6b1-8070-4fed-9e57-62811fad6999") - (attr smd) - (fp_text reference "D9" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bbffd563-4560-487c-9e8b-881dbd55d449) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2d7811e4-43b0-4e25-80b7-35299001a2b4) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7689072e-9b77-4cc3-b3b1-5b02c454d5b9) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e79db283-d855-4e01-bcec-11b09cca3994)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5d212549-7f6f-43dc-af57-e3954842b755)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cbc5f761-3718-4957-8368-23b0b14e8150)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 641e4578-9972-43da-9bc0-55ace3076ed3)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6db6b654-82ee-4743-b420-07bb24108479)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 321e4284-9fe1-4bcb-ad11-3692b8950ab4)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 192acee7-68d3-48b0-9d1c-9e21bcc8cf1d)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 99c6dccf-512e-4cc2-80e0-ab62d771e59b)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9c53801d-b9a9-4095-b0d0-3d5bf9ce39ba)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 924d12bb-d4a4-49dd-b9f0-44605c335267)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4a300cb4-45e9-4ad9-85cd-a7f9b1dbff75)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e238961-3dba-455d-a9c2-8f50bdb6dae1)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 394e53de-f5a1-42c5-b22a-9b6ffc478d0e)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 17bff7db-e05c-4cce-8e8c-1b59471c2e99)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f6845059-de3f-40f7-9f09-0692bcd03f6a)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f9f71463-dd13-456f-9244-2f2383cd3240)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 63f86332-85a3-4791-9cad-15ed39b0cc6c)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ebfa5d3a-f56e-4f98-971d-41862e57a43b)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 28 "Net-(D9-K)") (pinfunction "K") (pintype "passive") (tstamp 65a30305-a3ae-4c97-b32f-9f6859dfe792)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "GND") (pinfunction "A") (pintype "passive") (tstamp 99040112-b7f8-4b8c-880d-36be88dccca4)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 8ecd7319-ad8a-4dd9-9404-3cd321f02baa) - (at 73.759 74.66 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/189a6fa7-c1a6-47cd-a30b-f6536ff53d5a") - (attr smd) - (fp_text reference "R9" (at 0.032751 -1.651 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 48f5a4df-2362-4d35-aeeb-43a5a901ac77) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f010dcba-7279-4dd3-b78b-33a6ad349570) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp eb61492d-63e9-4382-84ea-c2f61dda18e0) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cf8f163a-1ad1-4345-9eb4-be78e345f576)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 66613695-74a5-41e6-923a-c26ad0a39d7b)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2cbb8dcc-4edb-44a9-a2c2-9e0bd8aacc71)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp abf55b30-83e1-4e02-8ba1-5eb6c26a84f8)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 78f29c9f-4d6c-4e2c-9067-8c3336d9a9ec)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a377fd97-1e01-40d1-ba0b-ab4d5b7f5167)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 65ea652c-a487-487a-8c9d-ec8690fc9fa0)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 17965336-5cd2-4219-9c7d-60b46d61a34a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ebc849e7-3e75-4225-8220-ab9bb70a7a22)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 81ddeb25-68a1-42a0-8504-84e28d4448d5)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 5 "/FB1") (pintype "passive") (tstamp 704faa86-e553-4e1e-944e-08acd0ad2e5e)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 8 "Net-(U6A--)") (pintype "passive") (tstamp 57d7b527-88ca-4a1c-955d-a74ceff6565e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 95bd64d8-32f2-44c3-bce8-7f54d9ba0304) - (at 78.232 148.32 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/9c199517-f8ce-4814-98df-e3050b82f2a4") - (attr smd) - (fp_text reference "R17" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8c9acffd-a6f9-4b7b-ba33-6de9c88c3c00) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 662b1599-bfe8-47f5-ae90-481ca258694d) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ced12f81-9aac-4ef1-bcbb-347a9cf45586) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1586d7d3-62fc-4c03-bbdc-7e12d2ac61be)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 780214de-a615-4e86-8b76-90aac13b06e0)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e57df990-8eb8-400f-8c14-172c9baf139b)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8a198838-c641-402c-93fe-a375407e4c54)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b4a0b760-3207-44f6-a19c-a4878fa845c5)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf1bdb56-1a39-420f-b61f-ff55f334acdf)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f267ff48-9d17-49ab-9fa0-40e6b86d6a0d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b93dc45e-44dd-48d6-acf5-553bce1bb341)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e4353a9-2fbb-4ded-8298-d418cd318c6c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d359f530-c993-4dd6-bc2a-71a2419800ad)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 3 "/OUT") (pintype "passive") (tstamp 65f1f6ce-b74e-4065-82c7-5ce9209cb997)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 22 "Net-(D5-K)") (pintype "passive") (tstamp dcfbfa45-329c-40fe-a305-da367e46c4c4)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 9dd7a0c7-36a3-4b93-a314-3921c4311bb8) - (at 66.04 90.17 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/e799ac51-8571-43fe-8374-0878ff28a61a") - (attr smd) - (fp_text reference "R20" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 311d5d16-f1b8-499c-ac18-18d352acc667) - ) - (fp_text value "5.1k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c79135b8-f5f6-4739-b639-10d90d056f80) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 1ffb477c-289a-44dd-bb7a-6936b497b020) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 578dd694-6689-43bf-86e8-c7d876f30747)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 689f70a0-569c-4d0b-9f98-c764c7ed9cfa)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6ec9bcf4-690c-49d2-be9a-19e1c19b6788)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b3db5086-780c-4375-b8ce-96522ae60b1e)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a20e3187-d8aa-42e5-b952-5400ce342946)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e63a71f3-05ac-47db-971e-d64526915808)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64fa67d4-4057-4cd7-91ab-6f124481af85)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ab63050-188b-4d2d-a8e5-6e7b82177a1c)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0a287b19-8262-4342-8dca-7e852ec745a0)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ef8e2990-500b-4120-a74f-27f6366c1070)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 36 "Net-(Q3-C)") (pintype "passive") (tstamp 48e6abcb-b59f-419d-b73a-9a8d0a9cce92)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp 5ad80065-c619-4b12-b6ea-d3ac08e3a149)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp a7a9ca27-468d-47aa-ac2e-018fb4b5cfe4) - (at 66.115 68.743) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/8d69d12e-12fc-4df1-b221-64e3a92df7ef") - (attr smd) - (fp_text reference "R15" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2d903b32-884c-43d4-97b5-f5636c5fe795) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f460d1db-6c47-4eae-baf3-976d53ed0f99) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ab01d466-8282-44bf-9bc0-9e966735c9fe) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a95f50e9-b87b-4162-9d27-0460558614a2)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0cee69f-e00b-4855-af2b-5b6e98e15ab1)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9aef73bf-d6fb-4bf3-94e5-9fce9287546e)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cef78a39-6b71-4ca3-89ca-7e3f23c367e7)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 98b6ad8f-f8cd-4d14-8c23-8d9f8487458a)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e82923f6-f76f-43f0-b2a5-f0f727d8a3f1)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 02f80689-cba2-459f-aa69-7f1e83dc31d2)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c5a00b45-839b-466c-8626-99428a39762f)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 63b96974-a029-4116-8867-05f92b702abf)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f15c34ef-3e4c-4694-885d-916359764e34)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 10 "/IN") (pintype "passive") (tstamp f7ab4940-69a1-4e99-af96-4a36098f47dc)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 6 "Net-(D3-K)") (pintype "passive") (tstamp 938257d3-9b94-4615-9c65-39526e015ada)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp aeac4314-bccb-46ef-832b-a8647e6251dc) - (at 69.566 125.095 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/f4e9c1a9-1815-4d16-8d58-e910d9fab487") - (attr smd) - (fp_text reference "R13" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3ea2072a-adad-4336-95c8-08d787cefb11) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0d0addf4-1e77-4988-86e4-7f2f5f04f5c8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp a74df8ef-6a9c-4c26-9a50-22f3cc9f81d4) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp db5a59d5-89a7-4805-8095-f849cf361692)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4fca9185-b71d-4c54-b01b-609254d6a1b3)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 259ec6f8-caa1-4bd2-9151-32e26a894186)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5c73df50-bdfd-47ce-b1b8-7526ea87ce6d)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6b922bc5-bbd5-454a-875f-046283244236)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bd590318-2c2d-4439-93c2-d72fcfcd97e2)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8f48a4e4-b94e-485a-85dd-f72aea85aac7)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a31fdc00-e4b9-4183-aa13-4062beb1b8f8)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8cfbab6-cc77-4da1-888a-5644c11102d1)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e065b9b9-7b2e-4b6e-a929-7acb4da1b30f)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 27 "Net-(R13-Pad1)") (pintype "passive") (tstamp e363cbe6-cd39-4df7-b25d-0aad03e1ba91)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 30 "Net-(U5B--)") (pintype "passive") (tstamp 4b0a50b7-d516-412a-9534-e5519d943db6)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp bb3518c4-f2e9-4e6c-b30a-8c9fdbd7acbf) - (at 57.404 118.364 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/328c0d3c-bb12-4e1d-8961-a94e85941003") - (attr smd) - (fp_text reference "C1" (at -0.127 -1.651 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1787aab3-39b5-4f54-921f-29f2709d330b) - ) - (fp_text value "47n (C0G)" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2bb65687-65ff-406e-b5ec-45f2d6b6ea62) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 2aa99147-a08c-4d5f-875f-1e5718e079be) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a1378006-d7c4-46d4-9f10-3d7cb82be078)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b7d4fb4c-3a21-458b-93d6-acb49302b3c2)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f0b6253a-eba3-4704-abed-bbebebea1c24)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 770f162a-a8ed-4858-ad24-39279b26e9ec)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f8d8a441-219d-433a-bee9-cece186b48f6)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e77057e6-1eab-423b-9fb5-a80b404294f1)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d750a3ba-90eb-4de5-977e-b9c182dbadb3)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fa8b3020-02af-42a1-9a0a-d98bab3cbd44)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 110de941-c63c-4a43-a6c7-260f5a635d25)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d83d6c8c-10e1-476b-9d23-5209c6c48036)) - (pad "1" smd roundrect (at -1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 11 "Net-(C1-Pad1)") (pintype "passive") (tstamp 18b17339-0e1e-4225-8f1c-d8ab9ff4fe66)) - (pad "2" smd roundrect (at 1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 12 "Net-(C1-Pad2)") (pintype "passive") (tstamp bf1cf486-8433-4eab-9edf-16f3b9ca7afb)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp beee361b-a538-492d-a0d4-194b40c05fc2) - (at 56.7205 143.576 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/868e0c95-5bf6-46df-aa2d-04a92665e88c") - (attr smd) - (fp_text reference "Q4" (at 2.6185 0.066 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2c1c9fa3-4def-401c-b1f6-f238c4bf8473) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 74ad3062-3db6-42d8-803d-cf3b55550d9a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 5efa2517-ed01-484f-ad0b-0cd18f6ff4df) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 361512a5-3d52-486d-ae2c-a8087daa7b16)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4b879c4-9ccb-4c51-b29b-2979748ea063)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dc8b4ef1-1469-4388-bd17-7984d97178b7)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bc21f549-4ce4-4996-aa80-fe3dd56e15d4)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b0ae7e48-19dd-46ac-90fd-c6c8d43b7d58)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3e489474-aca9-4a19-a82d-6fadc9c7adfa)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b8f2c632-47dc-4ac4-94c3-4041506bc81d)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5b0d117a-dede-4381-85e5-e36dbf13af16)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3e630b32-41b4-4395-afe6-81b417abbbd4)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 33f0f11c-85e0-4a78-b191-5798f7ed2252)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ec1f8c44-ab9c-4190-9595-10b9dc2d8cac)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4c9c05e3-e268-4bb1-9649-8f353994d02d)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 912b9ac6-7069-4772-b4ae-7ad482da3f00)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 28 "Net-(D9-K)") (pinfunction "B") (pintype "input") (tstamp c45a877c-991b-4f44-bdc1-5588d270d23b)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 26 "Net-(D8-A)") (pinfunction "E") (pintype "passive") (tstamp c692fbde-6954-443d-9da1-02df72ee8c12)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 37 "Net-(Q4-C)") (pinfunction "C") (pintype "passive") (tstamp bc42f7b0-c78c-425d-a223-b68daf13df55)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp c400456a-3ae3-4052-aa94-9a5e627039ad) - (at 56.642 152.654 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/7199d824-07b5-4b49-97ed-d05b9bdc82ac") - (attr smd) - (fp_text reference "R2" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c788c0d5-2390-4e8a-aeaa-ef11ce1331e2) - ) - (fp_text value "1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1633f955-024b-4c9f-b592-97772e13924f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 748d931d-0b82-4458-b3ea-f655e5331ae2) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f4357d7f-c559-48e2-b647-fa4be0b4c0e1)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2efad664-9351-46af-8cf4-ba3a8d20f820)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b46e2956-b57b-4daf-9342-e668b21598a3)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fa2b8566-633b-445e-841d-1a0ad2475128)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9f24d8ec-4464-4e54-89e3-b00238807f3e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5ca12a8b-53e2-4dcb-b20f-b2b346ea39de)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 81384a55-ddb6-4511-910d-edaa25b9beb8)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eba55e58-b916-4112-8c96-d47d881755dd)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cbdd9dd9-bb02-4a93-94ba-99e50821ad87)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4160e942-4908-40d2-8a6b-47c927bd9fc2)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 34 "Net-(J6-PadT)") (pintype "passive") (tstamp 9d5124d8-5117-422d-8820-d7330951ade0)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 43 "/TONE") (pintype "passive") (tstamp 2b6781a0-be95-40df-bf60-7b9d53f82f90)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp cc3739ed-c3be-4976-a8d4-125fd9971240) - (at 58.42 148.32 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/116540b7-b490-4aa6-8cef-0006127c5b4b") - (attr smd) - (fp_text reference "R21" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp df91eddc-1c03-4d28-994e-b0a1e8b8d81a) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c42de627-c6bb-46fa-a241-ee968c9dfbcc) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 9824686f-aa86-4a91-bb85-726e85a983d6) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 27ccda0d-e86a-4b24-8b68-e761be853be3)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 39e39b3f-d95f-46ff-87ca-ee3b2ae97e2f)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0f3d9707-59ac-4dd7-8452-33afd21f0ddf)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d23c99fa-4260-4c17-9a52-0de34f8fff6a)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 22411779-be1d-430a-92f8-d30867acdd86)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 97eacdd3-9710-48ca-ac64-5561f7800a55)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4f99cd92-c724-490e-afa0-ebb6ff4755fb)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f09f0fec-dc6e-4662-a4df-98ce05452d48)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d8b79d18-5fde-4cbd-95d0-c6a46e5df749)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c93b0b4b-0a73-4cca-b9b7-ef2264be7f84)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 43 "/TONE") (pintype "passive") (tstamp c8cd8b36-52d5-4ddf-8213-1de26629f776)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 28 "Net-(D9-K)") (pintype "passive") (tstamp f47e0f36-6bbd-474e-b104-3307b8b6c49c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp cca66217-c38c-41a4-a0fc-5113f5562e6d) - (at 76.54 143.576 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/9c442f64-182d-4f9d-90f9-1f10a35e7b7b") - (attr smd) - (fp_text reference "Q2" (at -2.708 0.066 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 352cb398-4931-42ae-9338-4dd6b3af16a6) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 71722315-d865-46a4-89ff-e3d631b6b802) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 16c17887-f631-4fc9-8b71-904706f9f7dd) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 23f4a936-ac02-4d10-84be-9b61c7a199d1)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ef7e467f-9c05-4e11-b581-733becba68ba)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cb2aa59b-b6b6-484d-81dd-4838f7567a9e)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0430102c-e0f7-4c50-be61-f09ab1897047)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 795a678d-d22d-4f29-a37b-7d04d2d55cfb)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 747a0be3-88a1-4a03-8d28-6aa7b932f340)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 751e611d-3034-432c-9d4b-b205902f6cc9)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 58d8d466-4db2-45de-b20f-14cf0f5936c6)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2aa7e795-327f-445d-9990-44b1a872e3f7)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 59568cda-92cd-4393-b17f-0c86ab3540bf)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b42f334e-a50b-4dae-810a-f46bfb3ac090)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d3d1c733-bbcf-41fd-9725-27ee358be278)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 938a8861-5259-4596-b6ae-d868128cab55)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 22 "Net-(D5-K)") (pinfunction "B") (pintype "input") (tstamp 9ce86c5d-9fdd-455e-93f3-2a7d18e6980e)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 14 "Net-(D4-A)") (pinfunction "E") (pintype "passive") (tstamp acd26f91-5b27-4a20-b1bb-c151a45f6878)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 32 "Net-(Q2-C)") (pinfunction "C") (pintype "passive") (tstamp d1b452b4-b76c-4f8a-a213-4d5b60d5f34f)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp d10f44b6-3b71-478d-afc4-519dc85fc9c8) - (at 69.342 90.154 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/2f7d8d35-2cb5-4049-85b8-28881d9b0986") - (attr smd) - (fp_text reference "R19" (at -0.143 -1.762 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b98410d0-1b51-4256-a6c6-fdeb375cee37) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f69655ca-8653-4449-b273-ec1272d3b987) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 5f670972-4a6c-4d5d-b38b-b8e713b6c285) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cdd8a469-9384-4516-8e28-dfdb5dfd6ff1)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e0995582-5eb7-4170-aec1-1726dfe67c37)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e32b4d04-f93e-4c40-b791-d49801a51400)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf5b071c-8d84-4f02-919c-0f6c883b08e6)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 83b36a24-cad7-46d9-b7a4-2966551e0126)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e2a08bbb-64eb-481f-ba27-332c054e049f)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d8d4503f-a1fa-4c2e-99c6-d5ba732069e7)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp df7509f0-fc0a-42ad-bc4f-46503cec96ec)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4d00a1b7-7b23-4c91-980b-3f46bb372b27)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aaefcd2e-faea-431e-8ac6-69c8d917e345)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 9 "/FB2") (pintype "passive") (tstamp 1d50b986-6bd7-4cdd-ac29-94e79e10d6e0)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 24 "Net-(D7-K)") (pintype "passive") (tstamp aedaf0e5-fb1b-4513-a1e5-02ee2e0f8bb5)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp d3f6213d-3039-4a35-b948-d0f380b6c412) - (at 58.42 86.36 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/c3caa9db-09ed-4cf5-8799-f40515df3994") - (attr smd) - (fp_text reference "R1" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7696a6fc-a95d-4e08-8be9-5c2295bdbfa9) - ) - (fp_text value "1k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 08d016b2-bcd9-4b84-a43b-dd852e217840) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 3ef4007c-30d6-4a4e-925c-96b48f57fe2f) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f32af1a9-acb6-4abb-85b5-720a83bf9c47)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a35d5ce-68f7-47e0-8193-669c13f9e9ba)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8dcb28f5-24f7-4ba3-afa9-9ccfb2fba30b)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 24bb258d-391b-4332-b4ef-7412f9588865)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ef78140-8e3e-4e7c-a372-ea146d19d9ef)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7f576dae-1cbe-4d47-8a99-721799ca56bd)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4927f465-59cb-4762-a56f-38bd7289e7f2)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d0de5062-0725-4ce0-abe8-01ff6786bbd4)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 18f0fa5a-30e2-4496-90dc-ab6622189250)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp de99e83e-9457-419c-ad0a-368c2a2e6960)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "Net-(J5-PadTN)") (pintype "passive") (tstamp a96aece5-77cc-4244-8eb2-08158ff04255)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 43 "/TONE") (pintype "passive") (tstamp d1980a02-e586-4325-8956-c83449e3c5d3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "B.Cu") - (tstamp e1b37e97-0563-4a79-984b-de9987de384b) - (at 52.705 58.42 180) - (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x04 2.54mm single row") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x04, script generated") - (property "ki_keywords" "connector") - (path "/1b6f1fb0-0855-4926-a701-e0867035e19c") - (attr through_hole) - (fp_text reference "J1" (at 0 2.33) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c05f2df1-ed2d-46f8-aad8-405900a2170e) - ) - (fp_text value "01x04 Male" (at 0 -9.95) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1f40a6c0-6922-40a2-9667-90e92a8d4074) - ) - (fp_text user "${REFERENCE}" (at 0 -3.81 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 83130461-84f1-4d26-a0fd-82b51cce8826) - ) - (fp_line (start -1.33 -8.95) (end 1.33 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2604b1c0-9f3e-4faa-a574-fade93be44e6)) - (fp_line (start -1.33 -1.27) (end -1.33 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c193f682-1730-4182-9687-568c945e7316)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 26907dd6-767e-4e27-8151-197733fdcdfd)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7523fe5e-c4c1-4060-a79b-d9f6b3ae0dd9)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7d8c1a1a-ce0c-49c3-bed9-4a1dbbd34622)) - (fp_line (start 1.33 -1.27) (end 1.33 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 06edab2a-ff7b-4d47-8655-410aef8b95a5)) - (fp_line (start -1.8 -9.4) (end 1.8 -9.4) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ee8a004a-62c1-4c55-9f83-0c38ccee9036)) - (fp_line (start -1.8 1.8) (end -1.8 -9.4) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4e1b47b1-aa57-44cf-b62d-d9504be7fdd4)) - (fp_line (start 1.8 -9.4) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 87d62cd4-ba9b-4160-86f1-55ea19fdc623)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 88443c6d-037f-41b1-a646-7feeeb74ca3d)) - (fp_line (start -1.27 -8.89) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8c535444-5205-40ad-8088-f3527cc01696)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ff702c2-17e5-46ad-b848-42699df49bb5)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 420287d5-ade1-4929-82ac-f5ffea789c7f)) - (fp_line (start 1.27 -8.89) (end -1.27 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e5e8120f-4bf6-436d-9593-8c09d9d4cfa8)) - (fp_line (start 1.27 1.27) (end 1.27 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fd358cf8-2602-4858-9440-8d95d825adaf)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp 03aa89a0-7ac4-491a-98dd-27b0e3738c86)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "+15V") (pinfunction "Pin_2") (pintype "passive") (tstamp b1114d31-d6ad-46cb-a1b8-9fe69449ee25)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "-15V") (pinfunction "Pin_3") (pintype "passive") (tstamp 588fa843-fb15-40a3-b005-e76086cac0d2)) - (pad "4" thru_hole oval (at 0 -7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 33 "+5V") (pinfunction "Pin_4") (pintype "passive") (tstamp 05c5cff8-1e7d-4173-97f5-764208672119)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp f0a663c9-1d06-4816-80ed-c92e94970069) - (at 82.55 129.54 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1efdb81a-093a-4ddc-b786-2b66d6882c67") - (attr smd) - (fp_text reference "R12" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7e83e0a0-b637-449f-9d3a-077a25fcda34) - ) - (fp_text value "10k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8f9b2ff3-6cc0-4696-93b2-d400a0814161) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp a05329db-59ea-4699-84fa-8b0aed1f4a46) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b1c7fa3-d90e-40df-a768-06064963d0c0)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4c00f00d-3214-4d1f-863c-d4838a270757)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 860fb210-d55b-486d-a8ac-63e243bc5c10)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39a309d2-15a8-4aa0-81f9-335c1fa53eb7)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0f955ab1-165d-4ee2-ab04-90569ac8708c)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a42e7f1d-50e1-4ef8-9477-175c744ca357)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d0b0a3e-6671-4953-99bc-0bde15f7f3ad)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c04c065f-e0ff-4b27-b3b7-e27b93e1152d)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf2ffc19-552f-4965-ba30-32e06c5d7e7b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2a61e2f4-a48a-4d84-8adf-3b2b359f9acd)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 41 "Net-(R12-Pad1)") (pintype "passive") (tstamp bdb3231a-db39-4562-97ab-bea957145b34)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 43 "/TONE") (pintype "passive") (tstamp 4ed1aebb-4568-4642-b867-f84eb32d60fe)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp f4bd214e-e0da-4af1-986f-cf0daa29facb) - (at 60.96 118.348 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/cf346b40-85de-4ab2-9d84-a41342fd6562") - (attr smd) - (fp_text reference "R6" (at 0 1.65 -270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6daa6d0c-52e7-4492-9dcf-a3c49acf6960) - ) - (fp_text value "22k" (at 0 -1.65 -270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8d677aaa-96f4-43a6-b57d-e6b216be4ca9) - ) - (fp_text user "${REFERENCE}" (at 0 0 -270) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 2f0c24f1-b667-4462-890d-30a0532f2c7a) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9282c296-1faa-4cf2-872e-bf16c109c487)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 272f86ac-be3c-476a-9709-ea1affd683f4)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb9bf2da-85b0-41c3-92b2-2180ee23d255)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 27e63ab0-1e5e-40e0-99fa-62de9168ef33)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 95881b0b-1841-4edf-ac33-03f403cdf3bd)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3074299b-c167-4fe1-b1d6-586949e47799)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0cb7082a-db38-472a-9dd2-ab3b1931b419)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 065bfee7-4b95-4417-aeaa-c8747aef5944)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5a241204-8dd5-4011-8967-e4807a2ef487)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19e584c9-98d8-4d75-b525-c1364c7bbf12)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 25 "Net-(R6-Pad1)") (pintype "passive") (tstamp 48ff44ff-2be0-4f32-bbc3-d2dd0f1ab758)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 13 "Net-(U5A--)") (pintype "passive") (tstamp cf05bd38-8135-4d7e-861f-9468ab31783f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp f6c90e10-6994-41f2-8ba3-68d3aa0d5ce5) - (at 84.328 118.348 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/aaafb0c6-117d-4715-a76f-ef0443bdc3c9") - (attr smd) - (fp_text reference "R8" (at 0 1.65 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e9a26e37-3a64-428f-be6b-c56d7352010d) - ) - (fp_text value "10k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9e00d314-f35c-424a-a6f6-6568292b80e8) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp bf8ee9df-748d-4e07-a5a2-7b0922fa3828) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7a7622d5-a138-4553-aff2-f64d64c8bf1c)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 019ebb8b-0a76-4756-9a64-f32461033ac0)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b97cdae0-c073-4084-90df-a399be6d1317)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 65bf79b7-5123-4e70-b697-ffd189e36df3)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5be69c19-53fa-4ba5-8471-592d8509883b)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a713bdf1-8083-4373-9d7d-2d6e46590311)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 63c985db-18f5-404f-93b7-fc74a50c39b7)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a93bfd0d-c329-4fec-aaae-32af7d34eb75)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e2776b20-622c-46f1-906f-55d9c049cab8)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1394406d-2eb4-4b21-a3d7-18db73b4f703)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 39 "Net-(R8-Pad1)") (pintype "passive") (tstamp 16d934cb-fb11-4535-8806-46f35a113206)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 43 "/TONE") (pintype "passive") (tstamp 32d1eede-2ed6-49e0-ac2d-e0837530fc6d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp feac2e9e-3572-4942-a524-ee465a368565) - (at 66.115 72.045) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/8c95aafc-c6ca-45b9-8210-0a923cc40740") - (attr smd) - (fp_text reference "R16" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bacf24c9-ba7e-4478-9853-7ac1d49a705c) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6c0c9144-c2c0-409c-8118-e17908784290) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp f27a755b-6797-4e13-8e32-4959ecdaa665) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 09ae9c04-eb67-4b11-83e2-b689e601eed0)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77d2b022-ba8a-476c-9a61-f861bdb3b355)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 447bfc3f-6340-4550-a8ca-b3db8e15d4b7)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e97e409b-59b4-4785-8893-6e5ecd3b9d51)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 529eaa5d-8f78-4b71-a836-aa547c966a13)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 526aa8cd-8257-4ac3-9deb-da46f25848e4)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7d2e00b6-1b9c-43bb-b75d-0bcbd2fc248c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c9f04994-893c-4180-9ac1-084b7ee582f4)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2a8ed49d-43bf-4ed0-a735-975f41f63ae9)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ef0a7d19-8221-47e6-a4c4-b0bb9af49317)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 31 "Net-(Q1-C)") (pintype "passive") (tstamp f8aad10f-a6e0-4d9a-a80f-8937f9082b5b)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "+5V") (pintype "passive") (tstamp 8efacc09-e694-4d3b-b435-8fe50d6da637)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 6faf0735-a69e-4574-9b00-ec60db83ad38)) - (gr_line (start 91.1 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 7e8d52e3-b21f-4ad4-b9c8-f9fcca679d1b)) - (gr_line (start 91.1 50.8) (end 91.1 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp ca0c9295-7fa9-44db-bf69-c9a56bc08580)) - - (segment (start 58.42 85.36) (end 58.58 85.36) (width 0.25) (layer "B.Cu") (net 1) (tstamp d95bb8cd-d10a-4253-bcb8-6d4c73b57cc0)) - (segment (start 58.58 85.36) (end 60.96 82.98) (width 0.25) (layer "B.Cu") (net 1) (tstamp e7a24577-34e5-46a3-9cc3-d244be011c9d)) - (segment (start 64.643 121.412) (end 66.774278 119.280722) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0879adc8-ff5a-4498-af5d-82203fbbc0fa)) - (segment (start 53.34 121.412) (end 64.643 121.412) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3143c0e4-22fa-4201-b6c8-7a86c9cba3e0)) - (via (at 66.774278 119.280722) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 320193fd-38f3-427b-904a-7c76171385d9)) - (segment (start 66.873556 119.38) (end 66.774278 119.280722) (width 0.25) (layer "B.Cu") (net 2) (tstamp 29f7130f-e9e3-40e4-a986-06ec88f4129c)) - (segment (start 73.66 119.348) (end 73.628 119.38) (width 0.25) (layer "B.Cu") (net 2) (tstamp 4035f8f6-3ac0-48c4-9785-fac700776277)) - (segment (start 77.216 119.348) (end 73.66 119.348) (width 0.25) (layer "B.Cu") (net 2) (tstamp a99a0236-7131-4f94-99f1-73031268aabd)) - (segment (start 73.628 119.38) (end 66.873556 119.38) (width 0.25) (layer "B.Cu") (net 2) (tstamp eaa1ec9a-1b12-4b26-94d6-279034d86ab2)) - (segment (start 65.024 127.762) (end 67.518 127.762) (width 0.25) (layer "B.Cu") (net 3) (tstamp 3402d119-e569-4a61-adf3-3be9acf5a30c)) - (segment (start 68.407 143.337) (end 68.407 128.651) (width 0.25) (layer "B.Cu") (net 3) (tstamp 34364668-0d53-46c5-b159-740ce837bbc1)) - (segment (start 77.307 148.395) (end 73.465 148.395) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5146c1e9-5886-4cc6-b2e0-9c234ef400ee)) - (segment (start 73.465 148.395) (end 68.407 143.337) (width 0.25) (layer "B.Cu") (net 3) (tstamp 549c28f2-2df3-42a0-97eb-4ca1e2f05d4c)) - (segment (start 75.47 152.082) (end 78.232 149.32) (width 0.25) (layer "B.Cu") (net 3) (tstamp b7b2a9dc-ba7d-456b-8585-624a72eebfbf)) - (segment (start 75.47 152.654) (end 75.47 152.082) (width 0.25) (layer "B.Cu") (net 3) (tstamp d81a444a-21a5-40db-b7ee-cd9b3f5023f1)) - (segment (start 67.518 127.762) (end 68.407 128.651) (width 0.25) (layer "B.Cu") (net 3) (tstamp da0d8767-b79c-43e7-954c-17f4ce5c9afb)) - (segment (start 78.232 149.32) (end 77.307 148.395) (width 0.25) (layer "B.Cu") (net 3) (tstamp e526369e-ecd4-43a2-b5ba-0ba0c890f1b0)) - (segment (start 77.724 152.4) (end 81.28 152.4) (width 0.25) (layer "B.Cu") (net 4) (tstamp 4caad86e-7ca8-4480-8e11-1788cc05fe42)) - (segment (start 77.47 152.654) (end 77.724 152.4) (width 0.25) (layer "B.Cu") (net 4) (tstamp cec28e81-8cab-42f8-b9ca-fef0b7986642)) - (segment (start 81.28 83.181) (end 73.759 75.66) (width 0.25) (layer "B.Cu") (net 5) (tstamp bccef3e6-4b21-45a3-8a38-2a31e58858e1)) - (segment (start 81.28 93.98) (end 81.28 83.181) (width 0.25) (layer "B.Cu") (net 5) (tstamp d5d6c760-50b9-4725-8e82-2417e08d9e2a)) - (segment (start 66.031751 67.269855) (end 66.031751 65.238) (width 0.25) (layer "B.Cu") (net 6) (tstamp 08e1425d-3fbf-4bb8-ae67-174e323ed82b)) - (segment (start 67.1225 64.147251) (end 67.1225 63.663) (width 0.25) (layer "B.Cu") (net 6) (tstamp 2e10ff96-7c59-4e73-adba-44b5dcbd3634)) - (segment (start 67.1225 63.663) (end 67.1225 62.2295) (width 0.25) (layer "B.Cu") (net 6) (tstamp 7fae45f2-440f-41c8-ba85-bf122733c840)) - (segment (start 67.115 68.353104) (end 66.031751 67.269855) (width 0.25) (layer "B.Cu") (net 6) (tstamp 8c764c63-d7e9-48ef-8d25-514c65680b33)) - (segment (start 67.1225 62.2295) (end 68.265 61.087) (width 0.25) (layer "B.Cu") (net 6) (tstamp 9cb01e5c-ddf3-42f5-a83b-f020775486d8)) - (segment (start 66.031751 65.238) (end 67.1225 64.147251) (width 0.25) (layer "B.Cu") (net 6) (tstamp c57d44d5-50ec-460f-a816-82622840de73)) - (segment (start 67.115 68.743) (end 67.115 68.353104) (width 0.25) (layer "B.Cu") (net 6) (tstamp d26e4429-0407-40fe-ad3e-1d1bec84ed30)) - (segment (start 77.017499 74.285499) (end 74.384499 74.285499) (width 0.25) (layer "B.Cu") (net 8) (tstamp 43d37b72-c0aa-453f-8ca1-e003ef9418b6)) - (segment (start 73.759 73.66) (end 70.457 73.66) (width 0.25) (layer "B.Cu") (net 8) (tstamp 4c14cb86-af79-4a8d-94e7-8e024622f329)) - (segment (start 74.384499 74.285499) (end 73.759 73.66) (width 0.25) (layer "B.Cu") (net 8) (tstamp 985cfb90-077d-44fa-8c78-facfe1d125d9)) - (segment (start 77.281 74.549) (end 77.017499 74.285499) (width 0.25) (layer "B.Cu") (net 8) (tstamp a62b68b6-4879-43f2-9ff1-36172e7c250c)) - (segment (start 52.705 116.332) (end 52.705 97.569242) (width 0.25) (layer "F.Cu") (net 9) (tstamp 01d026b1-e5c9-464c-9d1c-8b23c98399f4)) - (segment (start 62.427743 87.8465) (end 68.8715 87.8465) (width 0.25) (layer "F.Cu") (net 9) (tstamp 369fa0f9-4b0f-4e51-88fe-a84e905a3489)) - (segment (start 68.8715 87.8465) (end 69.337701 87.380299) (width 0.25) (layer "F.Cu") (net 9) (tstamp c99da1a3-6cec-45ea-bec6-07fce3fd3a46)) - (segment (start 52.705 97.569242) (end 62.427743 87.8465) (width 0.25) (layer "F.Cu") (net 9) (tstamp def73d20-1c20-4c40-92f4-2d4a4cdbc6d7)) - (via (at 69.337701 87.380299) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 9) (tstamp 42b7b26a-39cd-470d-8c74-bfbcf037f870)) - (segment (start 76.327 75.819) (end 77.281 75.819) (width 0.25) (layer "B.Cu") (net 9) (tstamp 288a0e8f-61d4-4e5e-a478-f32592515a9d)) - (segment (start 70.457 75.66) (end 70.457 86.261) (width 0.25) (layer "B.Cu") (net 9) (tstamp 36b885dd-1a5f-4f53-9a0e-e41410e4cbab)) - (segment (start 70.457 86.261) (end 69.337701 87.380299) (width 0.25) (layer "B.Cu") (net 9) (tstamp 77e6dddb-3ae4-41fc-be8b-89cd32ddf9d8)) - (segment (start 69.342 87.384598) (end 69.337701 87.380299) (width 0.25) (layer "B.Cu") (net 9) (tstamp 9f009c92-3a29-4588-8acb-93b6c639b6f2)) - (segment (start 69.342 89.154) (end 69.342 87.384598) (width 0.25) (layer "B.Cu") (net 9) (tstamp cbe02963-665c-4d50-acfa-0e076fd8a9b4)) - (segment (start 70.457 75.66) (end 71.382 74.735) (width 0.25) (layer "B.Cu") (net 9) (tstamp d156188a-3496-411d-9c8a-1c3d4baf43e9)) - (segment (start 75.243 74.735) (end 76.327 75.819) (width 0.25) (layer "B.Cu") (net 9) (tstamp db71b054-2462-4637-89d2-fed7b037a238)) - (segment (start 71.382 74.735) (end 75.243 74.735) (width 0.25) (layer "B.Cu") (net 9) (tstamp ef8f749c-5538-439f-819b-32ae86dde853)) - (segment (start 51.53 117.348) (end 51.53 126.079) (width 0.25) (layer "F.Cu") (net 10) (tstamp 10bbd7cd-e616-414b-b530-b9a601c8700f)) - (segment (start 60.96 70.96) (end 51.943 79.977) (width 0.25) (layer "F.Cu") (net 10) (tstamp 3243e130-4aa0-4307-8e4d-64fc04716078)) - (segment (start 51.53 115.189) (end 51.53 117.348) (width 0.25) (layer "F.Cu") (net 10) (tstamp 4f329781-a6b8-407c-88f1-319e5bf58bef)) - (segment (start 51.53 117.697) (end 52.705 118.872) (width 0.25) (layer "F.Cu") (net 10) (tstamp 58f50841-083c-410f-b3e7-2abb711a120e)) - (segment (start 51.943 79.977) (end 51.943 114.776) (width 0.25) (layer "F.Cu") (net 10) (tstamp 5dbd2af8-0085-44d0-9536-9d8469527081)) - (segment (start 51.943 114.776) (end 51.53 115.189) (width 0.25) (layer "F.Cu") (net 10) (tstamp 5dec231c-87cc-4373-8ca3-0ee62cdaab32)) - (segment (start 59.436 133.985) (end 70.866 133.985) (width 0.25) (layer "F.Cu") (net 10) (tstamp cc69f79a-9f9b-413e-bd6e-41d59bf24fae)) - (segment (start 51.53 126.079) (end 59.436 133.985) (width 0.25) (layer "F.Cu") (net 10) (tstamp d9968369-9708-45b0-8472-758ef1ee99d9)) - (segment (start 51.53 117.348) (end 51.53 117.697) (width 0.25) (layer "F.Cu") (net 10) (tstamp e9f9eaa6-5b2f-4230-92e0-51d4605f41fd)) - (via (at 70.866 133.985) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 10) (tstamp a0645ee6-d183-418f-8840-28d32b7edfb4)) - (segment (start 62.898 70.96) (end 60.96 70.96) (width 0.25) (layer "B.Cu") (net 10) (tstamp 2eead323-4115-4a06-819d-fd79c3535b24)) - (segment (start 65.115 68.743) (end 62.898 70.96) (width 0.25) (layer "B.Cu") (net 10) (tstamp 93e90cfa-1efb-4c60-b2e3-a693dd6c26c1)) - (segment (start 73.025 133.985) (end 70.866 133.985) (width 0.25) (layer "B.Cu") (net 10) (tstamp aa8b9172-03ab-4d4b-ab49-8c7a3cbb9da8)) - (segment (start 73.66 134.62) (end 73.025 133.985) (width 0.25) (layer "B.Cu") (net 10) (tstamp dd757cf9-871d-44c7-9e42-43170a3d5dd9)) - (segment (start 64.516 117.348) (end 64.516 115.276) (width 0.25) (layer "B.Cu") (net 11) (tstamp 958e3929-ad8f-46a4-9aa8-a56f7dba1e44)) - (segment (start 57.404 119.4015) (end 58.5325 118.273) (width 0.25) (layer "B.Cu") (net 11) (tstamp 9dc8a627-a9f4-4b09-9c27-8a72d12c4c22)) - (segment (start 64.516 115.276) (end 63.42 114.18) (width 0.25) (layer "B.Cu") (net 11) (tstamp a97a2abf-078e-446e-aae9-1d5292929e0a)) - (segment (start 64.267137 117.348) (end 64.516 117.348) (width 0.25) (layer "B.Cu") (net 11) (tstamp d0e08479-7011-4885-bee3-64b7d545bca9)) - (segment (start 63.342137 118.273) (end 64.267137 117.348) (width 0.25) (layer "B.Cu") (net 11) (tstamp f00b4e4a-f210-470d-8f99-c58519ceec7c)) - (segment (start 58.5325 118.273) (end 63.342137 118.273) (width 0.25) (layer "B.Cu") (net 11) (tstamp fd9f76ae-684c-4751-9457-07474a42868f)) - (segment (start 57.404 115.196) (end 57.404 117.3265) (width 0.25) (layer "B.Cu") (net 12) (tstamp 08561c30-9841-4cb3-8cd8-81925f17bf84)) - (segment (start 59.645 112.955) (end 69.267 112.955) (width 0.25) (layer "B.Cu") (net 12) (tstamp 0db4ba6f-8608-4dad-9d8f-e020f0cfb037)) - (segment (start 58.42 114.18) (end 59.645 112.955) (width 0.25) (layer "B.Cu") (net 12) (tstamp 59a35ee4-6908-414b-8078-8fbc66492729)) - (segment (start 58.42 114.18) (end 57.404 115.196) (width 0.25) (layer "B.Cu") (net 12) (tstamp a4a53a70-a251-4373-a7c4-6b3afe394886)) - (segment (start 69.267 112.955) (end 73.66 117.348) (width 0.25) (layer "B.Cu") (net 12) (tstamp ab68bb44-5a76-4d32-9214-3becbb726c23)) - (segment (start 60.96 119.348) (end 59.994 120.314) (width 0.25) (layer "B.Cu") (net 13) (tstamp 187292bd-9947-4f46-bb8f-46fef835546b)) - (segment (start 55.499 121.285) (end 55.499 125.349) (width 0.25) (layer "B.Cu") (net 13) (tstamp 285f70dc-ae73-4b22-be35-e325c2e9c99e)) - (segment (start 61.885 120.273) (end 60.96 119.348) (width 0.25) (layer "B.Cu") (net 13) (tstamp 409882fa-a180-4fb7-b993-35b63e395af2)) - (segment (start 59.994 120.314) (end 56.47 120.314) (width 0.25) (layer "B.Cu") (net 13) (tstamp 5c1e7259-7180-4d95-ad68-373aaa364485)) - (segment (start 80.772 119.4015) (end 79.9005 120.273) (width 0.25) (layer "B.Cu") (net 13) (tstamp 5d8641d6-1998-45e1-af3e-904a93f5f750)) - (segment (start 56.47 120.314) (end 55.499 121.285) (width 0.25) (layer "B.Cu") (net 13) (tstamp 83e7ce45-9697-4fb6-a23c-c7b0835841b8)) - (segment (start 55.499 125.349) (end 57.912 127.762) (width 0.25) (layer "B.Cu") (net 13) (tstamp 905e098b-4f68-4bfb-ae78-8f53eaeaa1ad)) - (segment (start 57.912 127.762) (end 60.074 127.762) (width 0.25) (layer "B.Cu") (net 13) (tstamp c833f199-06e0-4c45-98e0-0b1b1f982b5b)) - (segment (start 79.9005 120.273) (end 61.885 120.273) (width 0.25) (layer "B.Cu") (net 13) (tstamp feccfd4d-cdac-48fd-b535-5509bc5f716c)) - (segment (start 83.45 150.4985) (end 83.45 155.564) (width 0.25) (layer "B.Cu") (net 14) (tstamp 96e35533-890f-4a1b-a859-03b2c2c5cfb1)) - (segment (start 83.45 155.564) (end 82.55 156.464) (width 0.25) (layer "B.Cu") (net 14) (tstamp d5495d16-b224-4d4c-b63f-79e611b8d04e)) - (segment (start 77.4775 144.526) (end 83.45 150.4985) (width 0.25) (layer "B.Cu") (net 14) (tstamp f129bbbc-b6af-4a00-9aa6-b1d52c4cc6c6)) - (segment (start 56.26169 63.5) (end 66.992845 74.231155) (width 0.25) (layer "F.Cu") (net 15) (tstamp 54e5553e-9499-4c4a-9330-6b380ea7b8f4)) - (segment (start 52.705 63.5) (end 56.26169 63.5) (width 0.25) (layer "F.Cu") (net 15) (tstamp 5f11f1d2-ae89-4a65-bed2-00d91ab59187)) - (segment (start 69.532845 74.231155) (end 66.992845 74.231155) (width 0.25) (layer "F.Cu") (net 15) (tstamp 64b78fb7-f59e-4970-91ed-8efdc686fe3b)) - (segment (start 73.5855 80.82381) (end 73.5855 113.494098) (width 0.25) (layer "F.Cu") (net 15) (tstamp 69ccc1df-c7ac-4494-a1ba-c59c85452675)) - (segment (start 64.016598 123.063) (end 58.104 123.063) (width 0.25) (layer "F.Cu") (net 15) (tstamp ac2e7e0d-70af-4124-800b-32690021cc4d)) - (segment (start 75.184 68.58) (end 69.532845 74.231155) (width 0.25) (layer "F.Cu") (net 15) (tstamp e75f4661-c4ef-40f5-bf0d-0cc6e1af80b9)) - (segment (start 73.5855 113.494098) (end 64.016598 123.063) (width 0.25) (layer "F.Cu") (net 15) (tstamp f3a6a307-be7b-41ee-a89f-0bf546fa1d9d)) - (segment (start 66.992845 74.231155) (end 73.5855 80.82381) (width 0.25) (layer "F.Cu") (net 15) (tstamp fb38b728-c179-4cc5-9974-205db18608f4)) - (via (at 75.184 68.58) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 6e0b13d3-52d2-43ea-9bcf-1d72edf3467a)) - (via (at 58.104 123.063) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 8b1225e4-3723-417b-8ed1-c6945b734c34)) - (segment (start 58.104 123.063) (end 59.6065 123.063) (width 0.25) (layer "B.Cu") (net 15) (tstamp 1dbc75d3-279e-461c-9907-fad5ce568bf6)) - (segment (start 59.7335 122.936) (end 59.7335 124.8815) (width 0.25) (layer "B.Cu") (net 15) (tstamp 49ee3a99-fbc9-4283-bf9f-5fea1820889a)) - (segment (start 59.7335 124.8815) (end 60.074 125.222) (width 0.25) (layer "B.Cu") (net 15) (tstamp 55f7af0f-70a0-4b93-8e05-1e3934140843)) - (segment (start 59.6065 123.063) (end 59.7335 122.936) (width 0.25) (layer "B.Cu") (net 15) (tstamp 749422c0-5cbe-49e2-ba2f-c9b7183b5bef)) - (segment (start 75.184 68.58) (end 77.0675 68.58) (width 0.25) (layer "B.Cu") (net 15) (tstamp c39ce863-0902-4d4f-bd3b-c4e7a950055f)) - (segment (start 77.1945 68.707) (end 77.1945 71.9225) (width 0.25) (layer "B.Cu") (net 15) (tstamp d46d5e4b-41b3-45c3-a01e-c6d35a1e47a2)) - (segment (start 77.0675 68.58) (end 77.1945 68.707) (width 0.25) (layer "B.Cu") (net 15) (tstamp daf5d5d3-a627-42dc-b206-af6e2172208b)) - (segment (start 77.1945 71.9225) (end 77.281 72.009) (width 0.25) (layer "B.Cu") (net 15) (tstamp fd27ba89-997d-4110-a166-822785c97ad3)) - (segment (start 62.09 60.96) (end 64.63 63.5) (width 0.25) (layer "F.Cu") (net 16) (tstamp 0b553250-3929-44b8-b6fc-de79640f48fe)) - (segment (start 87.561499 90.609189) (end 87.561499 87.951811) (width 0.25) (layer "F.Cu") (net 16) (tstamp 1f313a64-0ff8-47a8-89c9-83038845d06a)) - (segment (start 87.783 132.562) (end 87.783 90.83069) (width 0.25) (layer "F.Cu") (net 16) (tstamp 291aada2-e72e-4513-837f-55dee4364413)) - (segment (start 87.783 70.485) (end 87.783 75.539) (width 0.25) (layer "F.Cu") (net 16) (tstamp 3993669d-6122-41e6-b559-34a95cf29f17)) - (segment (start 65.024 134.747) (end 66.802 136.525) (width 0.25) (layer "F.Cu") (net 16) (tstamp 45a33dc1-bd28-4143-a1d1-c051ba4eec16)) - (segment (start 87.783 75.539) (end 84.328 78.994) (width 0.25) (layer "F.Cu") (net 16) (tstamp 74bac8c3-9795-447a-9043-38c5e197761a)) - (segment (start 82.296 63.5) (end 87.783 68.987) (width 0.25) (layer "F.Cu") (net 16) (tstamp 7fc7be66-e04b-4b43-b304-471a1e526504)) - (segment (start 52.705 60.96) (end 62.09 60.96) (width 0.25) (layer "F.Cu") (net 16) (tstamp 91e37523-a2db-40d4-8a67-86f75711842b)) - (segment (start 87.783 90.83069) (end 87.561499 90.609189) (width 0.25) (layer "F.Cu") (net 16) (tstamp 9294688a-907a-4f6d-b174-cb458bd4e2fb)) - (segment (start 83.82 136.525) (end 87.783 132.562) (width 0.25) (layer "F.Cu") (net 16) (tstamp 9447a945-ffa6-470e-8f5b-acdc04c376ec)) - (segment (start 64.63 63.5) (end 82.296 63.5) (width 0.25) (layer "F.Cu") (net 16) (tstamp a355f24d-363b-401f-b1ea-1d794a0afcda)) - (segment (start 87.783 87.73031) (end 87.783 70.485) (width 0.25) (layer "F.Cu") (net 16) (tstamp e7246ca8-ea63-43ae-bb0e-3008fa9b4c38)) - (segment (start 87.783 70.485) (end 87.783 68.987) (width 0.25) (layer "F.Cu") (net 16) (tstamp f047da15-a7af-4fda-afa0-ef604065046f)) - (segment (start 66.802 136.525) (end 83.82 136.525) (width 0.25) (layer "F.Cu") (net 16) (tstamp fbc3b54c-514b-4211-a922-3980f5caf5bc)) - (segment (start 87.561499 87.951811) (end 87.783 87.73031) (width 0.25) (layer "F.Cu") (net 16) (tstamp ffdc3daa-dd63-4e71-b8b7-3e483e386d65)) - (via (at 65.024 134.747) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 16) (tstamp d12a9eb8-8679-4a19-987f-e60addf30d50)) - (via (at 84.328 78.994) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 16) (tstamp f186171f-bb65-424c-8320-fd29f453ea00)) - (segment (start 84.328 78.994) (end 82.6985 78.994) (width 0.25) (layer "B.Cu") (net 16) (tstamp 127a177f-7e6b-4c5d-a32f-c4b0740b54cd)) - (segment (start 65.024 129.032) (end 65.024 131.4045) (width 0.25) (layer "B.Cu") (net 16) (tstamp 496b2af2-d0b9-48f6-9e2f-9a83fcdee82a)) - (segment (start 82.5715 76.1595) (end 82.231 75.819) (width 0.25) (layer "B.Cu") (net 16) (tstamp 9beabc82-5da2-4cc9-8101-a13a499945dc)) - (segment (start 64.9835 131.445) (end 64.9835 134.7065) (width 0.25) (layer "B.Cu") (net 16) (tstamp a5253b56-6bdb-4c44-a413-9530f46bbff1)) - (segment (start 65.024 131.4045) (end 64.9835 131.445) (width 0.25) (layer "B.Cu") (net 16) (tstamp b83a22b4-924a-489d-a055-0b6e0ad9a332)) - (segment (start 82.6985 78.994) (end 82.5715 79.121) (width 0.25) (layer "B.Cu") (net 16) (tstamp cc7db44b-7d06-4ea9-9820-da3331b4ee8c)) - (segment (start 82.5715 79.121) (end 82.5715 76.1595) (width 0.25) (layer "B.Cu") (net 16) (tstamp cd94c418-2110-4ce7-9e1e-97dd327fd783)) - (segment (start 64.9835 134.7065) (end 65.024 134.747) (width 0.25) (layer "B.Cu") (net 16) (tstamp e3e269e2-de83-47ce-9923-308e072dbe06)) - (segment (start 80.772 117.3265) (end 81.24 116.8585) (width 0.25) (layer "B.Cu") (net 19) (tstamp 60e1de8a-1524-4ee2-b1c5-c1005e0379a9)) - (segment (start 81.24 116.8585) (end 81.24 114.18) (width 0.25) (layer "B.Cu") (net 19) (tstamp d2899c90-071b-4049-8b70-86c2c2af01b4)) - (segment (start 89.306 89.368) (end 90.481 90.543) (width 0.25) (layer "F.Cu") (net 20) (tstamp 365aae36-78ed-4bbc-ba08-3a30b888ab64)) - (segment (start 90.481 134.329) (end 82.57 142.24) (width 0.25) (layer "F.Cu") (net 20) (tstamp 4e80c735-c945-4b2e-bf33-3b4b3c978226)) - (segment (start 82.57 142.24) (end 79.99 142.24) (width 0.25) (layer "F.Cu") (net 20) (tstamp 627f9ab1-efd5-4769-8500-c195bd0ca446)) - (segment (start 71.07 143.465) (end 69.845 142.24) (width 0.25) (layer "F.Cu") (net 20) (tstamp 68c14528-f410-4989-ad37-f4ad69348d6e)) - (segment (start 78.765 143.465) (end 71.07 143.465) (width 0.25) (layer "F.Cu") (net 20) (tstamp a31650b6-1ae2-4746-9147-d96b1c37e9d1)) - (segment (start 79.99 142.24) (end 78.765 143.465) (width 0.25) (layer "F.Cu") (net 20) (tstamp bb38dde3-877c-4ee1-b9e0-af09f5e45d54)) - (segment (start 90.481 90.543) (end 90.481 134.329) (width 0.25) (layer "F.Cu") (net 20) (tstamp f3a615de-d990-4320-ab73-f8035e845ef6)) - (segment (start 89.306 91.718) (end 88.011 90.423) (width 0.25) (layer "F.Cu") (net 21) (tstamp 300f1b8e-1cfb-4cd8-b3e6-4e5923989031)) - (segment (start 81.221396 139.76) (end 89.306 131.675396) (width 0.25) (layer "F.Cu") (net 21) (tstamp 48306855-7b5e-439d-a1f6-99c75ccdadce)) - (segment (start 88.011 88.138) (end 89.306 86.843) (width 0.25) (layer "F.Cu") (net 21) (tstamp 7616add3-b300-4ac0-bd8b-7ea03818d8ee)) - (segment (start 88.011 90.423) (end 88.011 88.138) (width 0.25) (layer "F.Cu") (net 21) (tstamp 7bd67e2c-a3a1-4024-a87d-2792925c8aac)) - (segment (start 74.865 139.76) (end 81.221396 139.76) (width 0.25) (layer "F.Cu") (net 21) (tstamp 8bbd739b-86e2-4231-86ab-5d4e37b5f3d8)) - (segment (start 89.306 131.675396) (end 89.306 91.718) (width 0.25) (layer "F.Cu") (net 21) (tstamp e819acfc-e214-4c24-870c-0ba08bc772b9)) - (segment (start 72.385 142.24) (end 74.865 139.76) (width 0.25) (layer "F.Cu") (net 21) (tstamp ea1d7d50-8313-4702-aa69-99edf36fe0a1)) - (segment (start 89.306 86.843) (end 89.306 86.828) (width 0.25) (layer "F.Cu") (net 21) (tstamp f2552b90-c05b-4b56-a985-d8339964d927)) - (segment (start 77.4775 142.626) (end 77.4775 143.116749) (width 0.25) (layer "B.Cu") (net 22) (tstamp 0e68d137-6fed-4346-96b5-8e322e829b3e)) - (segment (start 78.358 140.208) (end 78.358 141.7455) (width 0.25) (layer "B.Cu") (net 22) (tstamp 218d69d2-fde1-4b21-9d50-b9590d2a615e)) - (segment (start 77.4775 143.116749) (end 76.415 144.179249) (width 0.25) (layer "B.Cu") (net 22) (tstamp 295e834d-4530-4624-96d7-90ff1662478a)) - (segment (start 78.358 141.7455) (end 77.4775 142.626) (width 0.25) (layer "B.Cu") (net 22) (tstamp 30cf76d5-6b00-4d10-877b-0fd6d7319cf1)) - (segment (start 76.415 144.179249) (end 76.415 145.503) (width 0.25) (layer "B.Cu") (net 22) (tstamp bb41abe7-de23-4023-bcfd-155ee064182e)) - (segment (start 76.415 145.503) (end 78.232 147.32) (width 0.25) (layer "B.Cu") (net 22) (tstamp bdb41d94-78f2-4522-87a8-edad4ebdea43)) - (segment (start 59.69 97.79) (end 61.2925 96.1875) (width 0.25) (layer "B.Cu") (net 23) (tstamp 5950cce9-c6f2-49e5-a2ec-151f6fef9c87)) - (segment (start 61.2925 96.1875) (end 66.36 96.1875) (width 0.25) (layer "B.Cu") (net 23) (tstamp 8020f4a2-7dfd-4923-8cc3-5339c37a4e7b)) - (segment (start 69.468 97.3955) (end 68.26 96.1875) (width 0.25) (layer "B.Cu") (net 24) (tstamp 0f6d1bb6-e360-4d9d-a9c1-6b38ef28f12e)) - (segment (start 69.468 100.076) (end 69.468 97.3955) (width 0.25) (layer "B.Cu") (net 24) (tstamp 7d82b2ca-05db-4ee3-ae83-08458030dfe9)) - (segment (start 68.26 96.1875) (end 69.342 95.1055) (width 0.25) (layer "B.Cu") (net 24) (tstamp 8153810b-d021-4c29-b7eb-56ce87e6199d)) - (segment (start 69.342 95.1055) (end 69.342 91.154) (width 0.25) (layer "B.Cu") (net 24) (tstamp c563a152-9d89-455f-a711-019352ba8d6f)) - (segment (start 60.92 114.18) (end 60.92 117.308) (width 0.25) (layer "B.Cu") (net 25) (tstamp 42471c27-61b9-49b1-bbe2-f60fe093ced9)) - (segment (start 60.92 117.308) (end 60.96 117.348) (width 0.25) (layer "B.Cu") (net 25) (tstamp fadfd33d-093c-468d-a51a-a9bec69909c8)) - (segment (start 62.484 149.352) (end 62.484 156.21) (width 0.25) (layer "B.Cu") (net 26) (tstamp 4f831dfd-2be3-466b-807f-286bda8311ef)) - (segment (start 62.484 156.21) (end 62.23 156.464) (width 0.25) (layer "B.Cu") (net 26) (tstamp 82e8f9a5-931f-465a-918d-73f118be2689)) - (segment (start 57.658 144.526) (end 62.484 149.352) (width 0.25) (layer "B.Cu") (net 26) (tstamp fd12095c-064c-4454-9b29-2c1df8e5e768)) - (segment (start 71.875 125.095) (end 81.28 134.5) (width 0.25) (layer "B.Cu") (net 27) (tstamp 88ccddfa-869c-4074-b88f-b2f6657f35cf)) - (segment (start 70.566 125.095) (end 71.875 125.095) (width 0.25) (layer "B.Cu") (net 27) (tstamp e6828664-3802-4fe0-b094-3f35b4bd499b)) - (segment (start 57.658 143.116749) (end 57.658 142.626) (width 0.25) (layer "B.Cu") (net 28) (tstamp 52265ef6-3dd8-4fac-b20d-812b0ebf0c33)) - (segment (start 56.5955 144.179249) (end 57.658 143.116749) (width 0.25) (layer "B.Cu") (net 28) (tstamp 6b3bec32-ef96-4c6f-be98-8ba1fe62e221)) - (segment (start 57.658 142.626) (end 57.658 140.588) (width 0.25) (layer "B.Cu") (net 28) (tstamp 7712ad6a-64ed-42ae-880e-b5187fef62ca)) - (segment (start 57.658 140.588) (end 58.038 140.208) (width 0.25) (layer "B.Cu") (net 28) (tstamp 7d83ab8d-cd25-441b-974b-4f194639c8f0)) - (segment (start 58.42 147.336) (end 56.5955 145.5115) (width 0.25) (layer "B.Cu") (net 28) (tstamp bc0cb756-5843-4a47-8e13-9ea133218c7b)) - (segment (start 56.5955 145.5115) (end 56.5955 144.179249) (width 0.25) (layer "B.Cu") (net 28) (tstamp ea5c28dd-46f9-45c0-b663-76ed65a651ad)) - (segment (start 68.04 66.4805) (end 68.04 72.733173) (width 0.25) (layer "B.Cu") (net 29) (tstamp 2c35ec5b-d9a9-4812-b615-d7d307c4abc2)) - (segment (start 67.1225 65.563) (end 68.04 66.4805) (width 0.25) (layer "B.Cu") (net 29) (tstamp 81b9e3b4-aa48-4ebd-8a62-becad975a068)) - (segment (start 65.749173 75.024) (end 62.225 75.024) (width 0.25) (layer "B.Cu") (net 29) (tstamp 8b4641e6-8133-438a-9da9-4621c09bd355)) - (segment (start 68.04 72.733173) (end 65.749173 75.024) (width 0.25) (layer "B.Cu") (net 29) (tstamp b9eb8f0c-5eb0-49ca-aa8c-ab5ff23894c0)) - (segment (start 67.169 126.492) (end 68.566 125.095) (width 0.25) (layer "B.Cu") (net 30) (tstamp 47095557-b77f-4c84-a5a3-6cc4076903ae)) - (segment (start 68.566 126.81) (end 70.407 128.651) (width 0.25) (layer "B.Cu") (net 30) (tstamp 80194dc0-22aa-4dcd-b069-5c3e0135b80b)) - (segment (start 65.024 126.492) (end 67.169 126.492) (width 0.25) (layer "B.Cu") (net 30) (tstamp a3badb86-285f-4187-b649-3f5024fa155d)) - (segment (start 68.566 125.095) (end 68.566 126.81) (width 0.25) (layer "B.Cu") (net 30) (tstamp a443ba32-0147-4211-b592-1ba82ba44b29)) - (segment (start 65.2475 67.122) (end 66.04 67.9145) (width 0.25) (layer "B.Cu") (net 31) (tstamp 165b884a-852f-4f61-9f52-d2d4113ab5c3)) - (segment (start 66.04 71.12) (end 65.115 72.045) (width 0.25) (layer "B.Cu") (net 31) (tstamp 384cbc66-e8e0-4e17-8392-a885fffc0492)) - (segment (start 66.04 67.9145) (end 66.04 71.12) (width 0.25) (layer "B.Cu") (net 31) (tstamp 9aaaf24e-b07d-4e6e-9ff2-80161bb5307d)) - (segment (start 65.2475 64.613) (end 65.2475 67.122) (width 0.25) (layer "B.Cu") (net 31) (tstamp a4495f46-e270-4bc1-94b8-eb8084a20517)) - (segment (start 75.438 143.7405) (end 75.6025 143.576) (width 0.25) (layer "B.Cu") (net 32) (tstamp 0a83d1ae-e6bb-4200-aa64-24019e4afdfd)) - (segment (start 75.438 147.32) (end 75.438 143.7405) (width 0.25) (layer "B.Cu") (net 32) (tstamp 63cbe4ff-b10f-469b-9390-9d1c839212b8)) - (segment (start 52.705 66.04) (end 51.080499 67.664501) (width 0.25) (layer "F.Cu") (net 33) (tstamp 0ee67733-4148-4c1f-bb6e-e054c713c989)) - (segment (start 65.024 86.106) (end 66.04 87.122) (width 0.25) (layer "F.Cu") (net 33) (tstamp 439fd3bc-9950-4045-939f-44043505cf58)) - (segment (start 51.080499 147.600499) (end 52.197 148.717) (width 0.25) (layer "F.Cu") (net 33) (tstamp 57f85ac6-55af-4be0-8065-8e86623277a1)) - (segment (start 57.404 153.924) (end 69.85 153.924) (width 0.25) (layer "F.Cu") (net 33) (tstamp 5e1bc34a-76ad-4872-b0e0-e1247019fc08)) - (segment (start 52.197 148.717) (end 52.832 149.352) (width 0.25) (layer "F.Cu") (net 33) (tstamp 63cba92e-054c-45c6-9b20-17b7a4b0d130)) - (segment (start 69.85 153.924) (end 73.66 150.114) (width 0.25) (layer "F.Cu") (net 33) (tstamp 6e089676-e4d8-404b-b033-77776a4b14b8)) - (segment (start 51.080499 67.664501) (end 51.080499 147.600499) (width 0.25) (layer "F.Cu") (net 33) (tstamp a19b3d4c-c12b-4478-94fb-aab36dc0cffb)) - (segment (start 62.969878 70.843878) (end 62.969878 71.859878) (width 0.25) (layer "F.Cu") (net 33) (tstamp b11d3d2b-c870-43d7-a478-73e7939ad7bf)) - (segment (start 52.197 148.717) (end 57.404 153.924) (width 0.25) (layer "F.Cu") (net 33) (tstamp bc152551-eb28-4c8e-9017-a69b7cb965e7)) - (segment (start 65.024 73.914) (end 65.024 86.106) (width 0.25) (layer "F.Cu") (net 33) (tstamp bf513e8d-fc68-4324-8ef7-4cd88d01db26)) - (segment (start 52.832 149.352) (end 54.356 149.352) (width 0.25) (layer "F.Cu") (net 33) (tstamp c888b59e-f395-456c-90c9-8f857cf00d4f)) - (segment (start 52.705 66.04) (end 58.166 66.04) (width 0.25) (layer "F.Cu") (net 33) (tstamp d0752187-0f4f-4692-84a3-1ec6d5ec4cad)) - (segment (start 62.969878 71.859878) (end 65.024 73.914) (width 0.25) (layer "F.Cu") (net 33) (tstamp db52742c-580f-40e7-a59c-bd6735cdd28c)) - (segment (start 58.166 66.04) (end 62.969878 70.843878) (width 0.25) (layer "F.Cu") (net 33) (tstamp f485ce6a-3fd4-4846-a56f-eb1dcadc1249)) - (via (at 73.66 150.114) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 33) (tstamp 8dcf8093-b809-49ac-be63-0eb3eab21ecc)) - (via (at 65.024 73.914) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 33) (tstamp c4a1947f-fb57-458d-9f82-9336296c682c)) - (via (at 66.04 87.122) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 33) (tstamp e026ceef-f5af-478c-9f23-7fa48be6b3ca)) - (via (at 54.356 149.352) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 33) (tstamp eb26496b-2000-467f-b0d1-20f4c18e7ff9)) - (segment (start 55.594 149.352) (end 55.626 149.32) (width 0.25) (layer "B.Cu") (net 33) (tstamp 1e01415c-7776-48eb-80d7-eef41a6a113f)) - (segment (start 66.893 72.045) (end 67.115 72.045) (width 0.25) (layer "B.Cu") (net 33) (tstamp 2b2f23db-d301-4ad7-8a4b-18e05e2f75c7)) - (segment (start 74.644 150.114) (end 75.438 149.32) (width 0.25) (layer "B.Cu") (net 33) (tstamp 63f84415-46f0-4b92-8f8a-6e40bfc78ac9)) - (segment (start 54.356 149.352) (end 55.594 149.352) (width 0.25) (layer "B.Cu") (net 33) (tstamp a715b188-2ed0-4a0c-a7c3-2c88dd4e97a6)) - (segment (start 65.024 73.914) (end 66.893 72.045) (width 0.25) (layer "B.Cu") (net 33) (tstamp a8cc48d0-f9fe-44d6-8832-badb86faac8f)) - (segment (start 73.66 150.114) (end 74.644 150.114) (width 0.25) (layer "B.Cu") (net 33) (tstamp b092efe8-87a6-42a2-99bd-ff482640c19d)) - (segment (start 66.04 87.122) (end 66.04 89.17) (width 0.25) (layer "B.Cu") (net 33) (tstamp be7b8532-c51b-4b1a-a5a3-2d63e8931840)) - (segment (start 58.056 152.24) (end 57.642 152.654) (width 0.25) (layer "B.Cu") (net 34) (tstamp 1218c052-fd97-489f-9c9a-db2f07f3ba33)) - (segment (start 60.96 152.24) (end 58.056 152.24) (width 0.25) (layer "B.Cu") (net 34) (tstamp 4e5490ac-410a-41f3-9b6a-168770820930)) - (segment (start 67.31 92.44) (end 66.04 91.17) (width 0.25) (layer "B.Cu") (net 36) (tstamp 3d7882bb-8c37-4a52-b8c5-ff4c55d8120d)) - (segment (start 67.31 94.3125) (end 67.31 92.44) (width 0.25) (layer "B.Cu") (net 36) (tstamp 400d090a-e3ba-4aaf-b1b1-37184d1ff2e6)) - (segment (start 55.783 143.576) (end 55.845 143.638) (width 0.25) (layer "B.Cu") (net 37) (tstamp 6d9cec87-f7d5-46db-8f95-da3b37220f44)) - (segment (start 55.845 143.638) (end 55.845 147.101) (width 0.25) (layer "B.Cu") (net 37) (tstamp bb65a51e-8cec-449a-b7ef-3f5f60da349d)) - (segment (start 55.845 147.101) (end 55.626 147.32) (width 0.25) (layer "B.Cu") (net 37) (tstamp db626789-2905-4143-90f1-231880de2f3c)) - (segment (start 78.74 115.824) (end 78.74 114.18) (width 0.25) (layer "B.Cu") (net 38) (tstamp 15fbf652-0b29-482b-b6fe-01502658d2e6)) - (segment (start 77.216 117.348) (end 78.74 115.824) (width 0.25) (layer "B.Cu") (net 38) (tstamp a11771c7-ffc8-451c-a74f-1f32c41bb3a4)) - (segment (start 84.328 117.348) (end 83.74 116.76) (width 0.25) (layer "B.Cu") (net 39) (tstamp 7b321a32-7876-4972-8b45-3d5070baa917)) - (segment (start 83.74 116.76) (end 83.74 114.18) (width 0.25) (layer "B.Cu") (net 39) (tstamp 930ea6ea-da36-4921-87c3-a64b68891ceb)) - (segment (start 75.78 134.5) (end 75.66 134.62) (width 0.25) (layer "B.Cu") (net 40) (tstamp 2414d1bb-9917-4762-ae4d-3a3f04095dbd)) - (segment (start 78.78 134.5) (end 75.78 134.5) (width 0.25) (layer "B.Cu") (net 40) (tstamp 3958461a-2f1f-47a1-82aa-0cb24e53f339)) - (segment (start 82.55 133.27) (end 83.78 134.5) (width 0.25) (layer "B.Cu") (net 41) (tstamp 31eb9492-4ab4-4649-ba7e-5d23bc59ad66)) - (segment (start 82.55 130.54) (end 82.55 133.27) (width 0.25) (layer "B.Cu") (net 41) (tstamp a9deb348-1ac0-445f-a404-c7c8369bacf9)) - (segment (start 82.231 73.279) (end 82.231 74.549) (width 0.25) (layer "B.Cu") (net 42) (tstamp a15a65d0-ad9d-4a09-9a61-149afaa34238)) - (segment (start 82.804 120.65) (end 80.772 122.682) (width 0.25) (layer "F.Cu") (net 43) (tstamp 55260feb-686a-4bd0-a86c-b01f5ddfa73d)) - (segment (start 80.772 122.682) (end 80.772 128.524) (width 0.25) (layer "F.Cu") (net 43) (tstamp d8173d9c-4129-40bc-990c-fc521b2c06b7)) - (via (at 80.772 128.524) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 43) (tstamp 3dc0b067-6df0-46f9-9081-f21c9110afcc)) - (via (at 82.804 120.65) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 43) (tstamp 863e6a42-e63a-4867-a029-f7255d9fc787)) - (segment (start 83.560412 112.268) (end 56.134 112.268) (width 0.25) (layer "B.Cu") (net 43) (tstamp 0410e4a9-010c-4470-899a-72596b29b36a)) - (segment (start 84.328 119.348) (end 85.353 118.323) (width 0.25) (layer "B.Cu") (net 43) (tstamp 1d62da31-9b19-4696-8481-28c8f67635a0)) - (segment (start 54.435 107.63795) (end 54.61 107.81295) (width 0.25) (layer "B.Cu") (net 43) (tstamp 1eec9dea-d4bd-4c32-8ffb-ef968ebbceb5)) - (segment (start 64.516 119.348) (end 65.457827 118.406173) (width 0.25) (layer "B.Cu") (net 43) (tstamp 271644b0-934d-41cf-8b5d-dd9de64d605f)) - (segment (start 54.61 125.477396) (end 58.164604 129.032) (width 0.25) (layer "B.Cu") (net 43) (tstamp 2f4bb1e9-18e3-46e5-830e-77d39155167f)) - (segment (start 56.134 112.268) (end 54.435 110.569) (width 0.25) (layer "B.Cu") (net 43) (tstamp 412b58b3-721e-4898-b74c-8e9d7a4483fb)) - (segment (start 52.07 149.082) (end 52.07 136.525) (width 0.25) (layer "B.Cu") (net 43) (tstamp 55fcac39-c6a2-411e-8cfd-a30c9893cc5c)) - (segment (start 54.61 124.968) (end 54.61 125.477396) (width 0.25) (layer "B.Cu") (net 43) (tstamp 5753f119-73d0-46d7-9630-73041f23fd6a)) - (segment (start 80.772 128.524) (end 82.534 128.524) (width 0.25) (layer "B.Cu") (net 43) (tstamp 63aeeb79-0700-4ec1-80bb-37ae4be60efa)) - (segment (start 54.435 91.345) (end 58.42 87.36) (width 0.25) (layer "B.Cu") (net 43) (tstamp 6932c9f4-2135-48d5-96e5-3afe66c88d8e)) - (segment (start 85.353 118.323) (end 85.353 114.060588) (width 0.25) (layer "B.Cu") (net 43) (tstamp 72fb8448-0732-4fc4-b4c2-8c5e73a9123d)) - (segment (start 54.435 107.63795) (end 54.435 91.345) (width 0.25) (layer "B.Cu") (net 43) (tstamp 7f766d02-5c94-4e64-b76b-776532ca2464)) - (segment (start 58.42 149.876) (end 58.42 149.336) (width 0.25) (layer "B.Cu") (net 43) (tstamp 7fc6d358-6f73-4a5d-8abd-0af2a5811a88)) - (segment (start 83.386173 118.406173) (end 84.328 119.348) (width 0.25) (layer "B.Cu") (net 43) (tstamp 8304fe8e-7a9f-4cb0-bd22-7ddccee793ae)) - (segment (start 82.534 128.524) (end 82.55 128.54) (width 0.25) (layer "B.Cu") (net 43) (tstamp 8e872e57-010e-4263-88e2-1fb406586ed8)) - (segment (start 54.61 124.968) (end 54.61 133.985) (width 0.25) (layer "B.Cu") (net 43) (tstamp 90a63a7d-c086-4b8e-a083-0aa775ab2e19)) - (segment (start 55.642 152.654) (end 52.07 149.082) (width 0.25) (layer "B.Cu") (net 43) (tstamp 9e1e5508-d76d-4341-a16b-613ba9ab5fbb)) - (segment (start 55.642 152.654) (end 58.42 149.876) (width 0.25) (layer "B.Cu") (net 43) (tstamp a05640ab-7dda-48d1-a1d1-bcefb5a62e3c)) - (segment (start 85.353 114.060588) (end 83.560412 112.268) (width 0.25) (layer "B.Cu") (net 43) (tstamp b61e6658-eefe-407b-9161-ed97282c9fd7)) - (segment (start 54.435 110.569) (end 54.435 107.63795) (width 0.25) (layer "B.Cu") (net 43) (tstamp c29d20be-ca2a-40d0-8c51-d5699e022de2)) - (segment (start 84.106 119.348) (end 82.804 120.65) (width 0.25) (layer "B.Cu") (net 43) (tstamp c3824595-2d11-4022-9d87-663a436473bb)) - (segment (start 65.457827 118.406173) (end 83.386173 118.406173) (width 0.25) (layer "B.Cu") (net 43) (tstamp c46de6d3-c477-4882-8884-f2fc5901a42b)) - (segment (start 58.164604 129.032) (end 60.074 129.032) (width 0.25) (layer "B.Cu") (net 43) (tstamp cf4389bd-9a9e-4876-a4e4-132924794fb5)) - (segment (start 54.61 107.81295) (end 54.61 124.968) (width 0.25) (layer "B.Cu") (net 43) (tstamp e12c4629-f966-4bf9-b7b4-9f19e405f8d7)) - (segment (start 54.61 133.985) (end 52.07 136.525) (width 0.25) (layer "B.Cu") (net 43) (tstamp e72c8d86-aa1d-496f-9377-e45c089a5743)) - (segment (start 84.328 119.348) (end 84.106 119.348) (width 0.25) (layer "B.Cu") (net 43) (tstamp fbf27569-7abc-44b3-8e81-e238dc13835a)) - (segment (start 67.113 91.28) (end 72.861 97.028) (width 0.25) (layer "F.Cu") (net 44) (tstamp cd0fb924-2085-4138-bcd0-3051c374009d)) - (segment (start 60.96 91.28) (end 67.113 91.28) (width 0.25) (layer "F.Cu") (net 44) (tstamp e62e1527-88f3-4c27-97f8-92b31d1925c3)) - (via (at 72.861 97.028) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 44) (tstamp b3ca561e-6d90-4264-8bcf-dbfc31f15cda)) - (segment (start 80.732 97.028) (end 72.861 97.028) (width 0.25) (layer "B.Cu") (net 44) (tstamp 2f59547a-2750-430f-b614-ce99b5bea79d)) - (segment (start 83.78 93.98) (end 80.732 97.028) (width 0.25) (layer "B.Cu") (net 44) (tstamp a42eee50-dc3a-4a5d-9afb-3d77e092bf57)) - - (zone (net 7) (net_name "GND") (layer "B.Cu") (tstamp 13a9dd4e-4acf-41f8-bce9-cb9c4d61cb79) (hatch edge 0.5) - (connect_pads (clearance 0.5)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 50.8 50.8) - (xy 91.44 50.8) - (xy 90.932 159.004) - (xy 50.8 159.004) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 91.042539 50.820185) - (xy 91.088294 50.872989) - (xy 91.0995 50.9245) - (xy 91.0995 123.3265) - (xy 90.932694 158.856082) - (xy 90.912695 158.923028) - (xy 90.859676 158.968535) - (xy 90.808695 158.9795) - (xy 50.9245 158.9795) - (xy 50.857461 158.959815) - (xy 50.811706 158.907011) - (xy 50.8005 158.8555) - (xy 50.8005 156.44) - (xy 51.984341 156.44) - (xy 52.004936 156.675403) - (xy 52.004938 156.675413) - (xy 52.066094 156.903655) - (xy 52.066096 156.903659) - (xy 52.066097 156.903663) - (xy 52.073855 156.9203) - (xy 52.165964 157.117828) - (xy 52.165965 157.11783) - (xy 52.301505 157.311402) - (xy 52.468597 157.478494) - (xy 52.662169 157.614034) - (xy 52.662171 157.614035) - (xy 52.876337 157.713903) - (xy 52.876343 157.713904) - (xy 52.876344 157.713905) - (xy 52.903533 157.72119) - (xy 53.104592 157.775063) - (xy 53.281034 157.7905) - (xy 53.398966 157.7905) - (xy 53.575408 157.775063) - (xy 53.803663 157.713903) - (xy 54.017829 157.614035) - (xy 54.211401 157.478495) - (xy 54.378495 157.311401) - (xy 54.514035 157.11783) - (xy 54.613903 156.903663) - (xy 54.675063 156.675408) - (xy 54.695659 156.44) - (xy 54.675063 156.204592) - (xy 54.625058 156.017967) - (xy 54.613905 155.976344) - (xy 54.613904 155.976343) - (xy 54.613903 155.976337) - (xy 54.514035 155.762171) - (xy 54.514034 155.762169) - (xy 54.378494 155.568597) - (xy 54.211402 155.401505) - (xy 54.01783 155.265965) - (xy 54.017828 155.265964) - (xy 53.890976 155.206812) - (xy 53.803663 155.166097) - (xy 53.803659 155.166096) - (xy 53.803655 155.166094) - (xy 53.575413 155.104938) - (xy 53.575403 155.104936) - (xy 53.398966 155.0895) - (xy 53.281034 155.0895) - (xy 53.104596 155.104936) - (xy 53.104586 155.104938) - (xy 52.876344 155.166094) - (xy 52.876335 155.166098) - (xy 52.662171 155.265964) - (xy 52.662169 155.265965) - (xy 52.468597 155.401505) - (xy 52.301506 155.568597) - (xy 52.301501 155.568604) - (xy 52.165967 155.762165) - (xy 52.165965 155.762169) - (xy 52.097742 155.908474) - (xy 52.069731 155.968545) - (xy 52.066098 155.976335) - (xy 52.066094 155.976344) - (xy 52.004938 156.204586) - (xy 52.004936 156.204596) - (xy 51.984341 156.439999) - (xy 51.984341 156.44) - (xy 50.8005 156.44) - (xy 50.8005 121.412) - (xy 51.349341 121.412) - (xy 51.369936 121.647403) - (xy 51.369938 121.647413) - (xy 51.431094 121.875655) - (xy 51.431096 121.875659) - (xy 51.431097 121.875663) - (xy 51.501085 122.025752) - (xy 51.530965 122.08983) - (xy 51.530967 122.089834) - (xy 51.637564 122.242069) - (xy 51.666505 122.283401) - (xy 51.833599 122.450495) - (xy 51.930384 122.518265) - (xy 52.027165 122.586032) - (xy 52.027167 122.586033) - (xy 52.02717 122.586035) - (xy 52.241337 122.685903) - (xy 52.469592 122.747063) - (xy 52.657918 122.763539) - (xy 52.704999 122.767659) - (xy 52.705 122.767659) - (xy 52.705001 122.767659) - (xy 52.744234 122.764226) - (xy 52.940408 122.747063) - (xy 53.168663 122.685903) - (xy 53.38283 122.586035) - (xy 53.576401 122.450495) - (xy 53.743495 122.283401) - (xy 53.758925 122.261365) - (xy 53.813501 122.21774) - (xy 53.883 122.210546) - (xy 53.945355 122.242069) - (xy 53.980769 122.302298) - (xy 53.9845 122.332488) - (xy 53.9845 125.394651) - (xy 53.982775 125.410268) - (xy 53.983061 125.410295) - (xy 53.982326 125.418061) - (xy 53.9845 125.48721) - (xy 53.9845 133.674546) - (xy 53.964815 133.741585) - (xy 53.948181 133.762227) - (xy 51.686208 136.024199) - (xy 51.673951 136.03402) - (xy 51.674134 136.034241) - (xy 51.668123 136.039213) - (xy 51.620772 136.089636) - (xy 51.599889 136.110519) - (xy 51.599877 136.110532) - (xy 51.595621 136.116017) - (xy 51.591837 136.120447) - (xy 51.559937 136.154418) - (xy 51.559936 136.15442) - (xy 51.550284 136.171976) - (xy 51.53961 136.188226) - (xy 51.527329 136.204061) - (xy 51.527324 136.204068) - (xy 51.508815 136.246838) - (xy 51.506245 136.252084) - (xy 51.483803 136.292906) - (xy 51.478822 136.312307) - (xy 51.472521 136.33071) - (xy 51.464562 136.349102) - (xy 51.464561 136.349105) - (xy 51.457271 136.395127) - (xy 51.456087 136.400846) - (xy 51.444501 136.445972) - (xy 51.4445 136.445982) - (xy 51.4445 136.466016) - (xy 51.442973 136.485415) - (xy 51.43984 136.505194) - (xy 51.43984 136.505195) - (xy 51.444225 136.551583) - (xy 51.4445 136.557421) - (xy 51.4445 148.999255) - (xy 51.442775 149.014872) - (xy 51.443061 149.014899) - (xy 51.442326 149.022665) - (xy 51.4445 149.091814) - (xy 51.4445 149.121343) - (xy 51.444501 149.12136) - (xy 51.445368 149.128231) - (xy 51.445826 149.13405) - (xy 51.44729 149.180624) - (xy 51.447291 149.180627) - (xy 51.45288 149.199867) - (xy 51.456824 149.218911) - (xy 51.459336 149.238792) - (xy 51.465109 149.253373) - (xy 51.47649 149.282119) - (xy 51.478382 149.287647) - (xy 51.490643 149.329849) - (xy 51.491382 149.33239) - (xy 51.497166 149.342171) - (xy 51.50158 149.349634) - (xy 51.510136 149.3671) - (xy 51.517514 149.385732) - (xy 51.541753 149.419095) - (xy 51.544898 149.423423) - (xy 51.548106 149.428307) - (xy 51.571827 149.468416) - (xy 51.571833 149.468424) - (xy 51.58599 149.48258) - (xy 51.598628 149.497376) - (xy 51.610405 149.513586) - (xy 51.610406 149.513587) - (xy 51.646309 149.543288) - (xy 51.65062 149.54721) - (xy 53.801361 151.697952) - (xy 54.505181 152.401772) - (xy 54.538666 152.463095) - (xy 54.5415 152.489453) - (xy 54.5415 153.154001) - (xy 54.541501 153.154019) - (xy 54.552 153.256796) - (xy 54.552001 153.256799) - (xy 54.607185 153.423331) - (xy 54.607186 153.423334) - (xy 54.699288 153.572656) - (xy 54.823344 153.696712) - (xy 54.972666 153.788814) - (xy 55.139203 153.843999) - (xy 55.241991 153.8545) - (xy 56.042008 153.854499) - (xy 56.042016 153.854498) - (xy 56.042019 153.854498) - (xy 56.098302 153.848748) - (xy 56.144797 153.843999) - (xy 56.311334 153.788814) - (xy 56.460656 153.696712) - (xy 56.554319 153.603049) - (xy 56.615642 153.569564) - (xy 56.685334 153.574548) - (xy 56.729681 153.603049) - (xy 56.823344 153.696712) - (xy 56.972666 153.788814) - (xy 57.139203 153.843999) - (xy 57.241991 153.8545) - (xy 58.042008 153.854499) - (xy 58.042016 153.854498) - (xy 58.042019 153.854498) - (xy 58.098302 153.848748) - (xy 58.144797 153.843999) - (xy 58.311334 153.788814) - (xy 58.460656 153.696712) - (xy 58.584712 153.572656) - (xy 58.676814 153.423334) - (xy 58.731999 153.256797) - (xy 58.7425 153.154009) - (xy 58.7425 152.9895) - (xy 58.762185 152.922461) - (xy 58.814989 152.876706) - (xy 58.8665 152.8655) - (xy 59.441752 152.8655) - (xy 59.508791 152.885185) - (xy 59.554546 152.937989) - (xy 59.556313 152.942048) - (xy 59.560817 152.952923) - (xy 59.689563 153.163018) - (xy 59.689564 153.16302) - (xy 59.689567 153.163023) - (xy 59.849601 153.350399) - (xy 59.994648 153.47428) - (xy 60.036979 153.510435) - (xy 60.036981 153.510436) - (xy 60.247079 153.639184) - (xy 60.474735 153.733482) - (xy 60.474736 153.733482) - (xy 60.474738 153.733483) - (xy 60.714345 153.791007) - (xy 60.96 153.810341) - (xy 61.205655 153.791007) - (xy 61.445262 153.733483) - (xy 61.67292 153.639184) - (xy 61.672929 153.639178) - (xy 61.677258 153.636974) - (xy 61.678218 153.638859) - (xy 61.737107 153.622905) - (xy 61.803717 153.643995) - (xy 61.848352 153.697749) - (xy 61.8585 153.746878) - (xy 61.8585 155.022271) - (xy 61.838815 155.08931) - (xy 61.786011 155.135065) - (xy 61.774763 155.139552) - (xy 61.665504 155.177061) - (xy 61.665495 155.177064) - (xy 61.461371 155.287531) - (xy 61.461365 155.287535) - (xy 61.278222 155.430081) - (xy 61.278215 155.430087) - (xy 61.269484 155.439572) - (xy 61.209595 155.475561) - (xy 61.139757 155.473458) - (xy 61.082143 155.433932) - (xy 61.062075 155.398918) - (xy 61.033355 155.321915) - (xy 61.03335 155.321906) - (xy 60.94719 155.206812) - (xy 60.947187 155.206809) - (xy 60.832093 155.120649) - (xy 60.832086 155.120645) - (xy 60.697379 155.070403) - (xy 60.697372 155.070401) - (xy 60.637844 155.064) - (xy 59.94 155.064) - (xy 59.94 156.08981) - (xy 59.887453 156.053984) - (xy 59.757827 156.014) - (xy 59.656276 156.014) - (xy 59.555862 156.029135) - (xy 59.44 156.084931) - (xy 59.44 155.064) - (xy 58.742155 155.064) - (xy 58.682627 155.070401) - (xy 58.68262 155.070403) - (xy 58.547913 155.120645) - (xy 58.547906 155.120649) - (xy 58.432812 155.206809) - (xy 58.432809 155.206812) - (xy 58.346649 155.321906) - (xy 58.346645 155.321913) - (xy 58.296403 155.45662) - (xy 58.296401 155.456627) - (xy 58.29 155.516155) - (xy 58.29 156.214) - (xy 59.314722 156.214) - (xy 59.266375 156.29774) - (xy 59.23619 156.429992) - (xy 59.246327 156.565265) - (xy 59.295887 156.691541) - (xy 59.313797 156.714) - (xy 58.29 156.714) - (xy 58.29 157.411844) - (xy 58.296401 157.471372) - (xy 58.296403 157.471379) - (xy 58.346645 157.606086) - (xy 58.346649 157.606093) - (xy 58.432809 157.721187) - (xy 58.432812 157.72119) - (xy 58.547906 157.80735) - (xy 58.547913 157.807354) - (xy 58.68262 157.857596) - (xy 58.682627 157.857598) - (xy 58.742155 157.863999) - (xy 58.742172 157.864) - (xy 59.44 157.864) - (xy 59.44 156.838189) - (xy 59.492547 156.874016) - (xy 59.622173 156.914) - (xy 59.723724 156.914) - (xy 59.824138 156.898865) - (xy 59.94 156.843068) - (xy 59.94 157.864) - (xy 60.637828 157.864) - (xy 60.637844 157.863999) - (xy 60.697372 157.857598) - (xy 60.697379 157.857596) - (xy 60.832086 157.807354) - (xy 60.832093 157.80735) - (xy 60.947187 157.72119) - (xy 60.94719 157.721187) - (xy 61.03335 157.606093) - (xy 61.033355 157.606084) - (xy 61.062075 157.529081) - (xy 61.103945 157.473147) - (xy 61.169409 157.448729) - (xy 61.237682 157.46358) - (xy 61.269484 157.488428) - (xy 61.278216 157.497913) - (xy 61.278219 157.497915) - (xy 61.278222 157.497918) - (xy 61.461365 157.640464) - (xy 61.461371 157.640468) - (xy 61.461374 157.64047) - (xy 61.665497 157.750936) - (xy 61.735771 157.775061) - (xy 61.885015 157.826297) - (xy 61.885017 157.826297) - (xy 61.885019 157.826298) - (xy 62.113951 157.8645) - (xy 62.113952 157.8645) - (xy 62.346048 157.8645) - (xy 62.346049 157.8645) - (xy 62.574981 157.826298) - (xy 62.794503 157.750936) - (xy 62.998626 157.64047) - (xy 63.181784 157.497913) - (xy 63.338979 157.327153) - (xy 63.465924 157.132849) - (xy 63.559157 156.9203) - (xy 63.616134 156.695305) - (xy 63.616446 156.691541) - (xy 63.6353 156.464006) - (xy 63.6353 156.463993) - (xy 63.616135 156.232702) - (xy 63.616133 156.232691) - (xy 63.559157 156.007699) - (xy 63.465924 155.795151) - (xy 63.338983 155.600852) - (xy 63.33898 155.600849) - (xy 63.338979 155.600847) - (xy 63.181784 155.430087) - (xy 63.157337 155.411059) - (xy 63.116524 155.354348) - (xy 63.1095 155.313206) - (xy 63.1095 149.434742) - (xy 63.111224 149.419122) - (xy 63.110939 149.419095) - (xy 63.111673 149.411333) - (xy 63.1095 149.342172) - (xy 63.1095 149.312656) - (xy 63.1095 149.31265) - (xy 63.108631 149.305779) - (xy 63.108173 149.299952) - (xy 63.108109 149.297913) - (xy 63.10671 149.253373) - (xy 63.101119 149.23413) - (xy 63.097173 149.215078) - (xy 63.094664 149.195208) - (xy 63.077504 149.151867) - (xy 63.075624 149.146379) - (xy 63.062618 149.10161) - (xy 63.052422 149.08437) - (xy 63.043861 149.066894) - (xy 63.036487 149.04827) - (xy 63.030613 149.040185) - (xy 63.009079 149.010545) - (xy 63.005888 149.005686) - (xy 63.002783 149.000436) - (xy 62.98217 148.96558) - (xy 62.982168 148.965578) - (xy 62.982165 148.965574) - (xy 62.968006 148.951415) - (xy 62.955368 148.936619) - (xy 62.947214 148.925396) - (xy 62.943594 148.920413) - (xy 62.943092 148.919998) - (xy 62.907688 148.890709) - (xy 62.903376 148.886786) - (xy 58.922904 144.906313) - (xy 58.889419 144.84499) - (xy 58.891511 144.784027) - (xy 58.893098 144.778569) - (xy 58.896 144.741694) - (xy 58.896 144.310306) - (xy 58.893098 144.273431) - (xy 58.884571 144.244082) - (xy 58.847245 144.115606) - (xy 58.847244 144.115603) - (xy 58.847244 144.115602) - (xy 58.763581 143.974135) - (xy 58.763579 143.974133) - (xy 58.763576 143.974129) - (xy 58.729447 143.94) - (xy 59.389659 143.94) - (xy 59.408993 144.185658) - (xy 59.466517 144.425264) - (xy 59.560815 144.65292) - (xy 59.689563 144.863018) - (xy 59.689564 144.86302) - (xy 59.689567 144.863023) - (xy 59.849601 145.050399) - (xy 59.994648 145.17428) - (xy 60.036979 145.210435) - (xy 60.036981 145.210436) - (xy 60.247079 145.339184) - (xy 60.474735 145.433482) - (xy 60.474736 145.433482) - (xy 60.474738 145.433483) - (xy 60.714345 145.491007) - (xy 60.96 145.510341) - (xy 61.205655 145.491007) - (xy 61.445262 145.433483) - (xy 61.67292 145.339184) - (xy 61.883023 145.210433) - (xy 62.070399 145.050399) - (xy 62.230433 144.863023) - (xy 62.359184 144.65292) - (xy 62.453483 144.425262) - (xy 62.511007 144.185655) - (xy 62.530341 143.94) - (xy 62.511007 143.694345) - (xy 62.453483 143.454738) - (xy 62.447998 143.441496) - (xy 62.359184 143.227079) - (xy 62.230436 143.016981) - (xy 62.230435 143.016979) - (xy 62.137292 142.907923) - (xy 62.070399 142.829601) - (xy 61.91961 142.700815) - (xy 61.88302 142.669564) - (xy 61.883018 142.669563) - (xy 61.672919 142.540815) - (xy 61.67292 142.540815) - (xy 61.558838 142.493561) - (xy 61.504435 142.44972) - (xy 61.48237 142.383426) - (xy 61.499649 142.315726) - (xy 61.550787 142.268116) - (xy 61.606291 142.255) - (xy 61.972828 142.255) - (xy 61.972844 142.254999) - (xy 62.032372 142.248598) - (xy 62.032379 142.248596) - (xy 62.167086 142.198354) - (xy 62.167093 142.19835) - (xy 62.282187 142.11219) - (xy 62.28219 142.112187) - (xy 62.36835 141.997093) - (xy 62.368354 141.997086) - (xy 62.418596 141.862379) - (xy 62.418598 141.862372) - (xy 62.424999 141.802844) - (xy 62.425 141.802827) - (xy 62.425 141.09) - (xy 61.51652 141.09) - (xy 61.544755 141.029998) - (xy 61.573635 140.878607) - (xy 61.563957 140.724789) - (xy 61.520162 140.59) - (xy 62.425 140.59) - (xy 62.425 139.877172) - (xy 62.424999 139.877155) - (xy 62.418598 139.817627) - (xy 62.418596 139.81762) - (xy 62.368354 139.682913) - (xy 62.36835 139.682906) - (xy 62.28219 139.567812) - (xy 62.282187 139.567809) - (xy 62.167093 139.481649) - (xy 62.167086 139.481645) - (xy 62.032379 139.431403) - (xy 62.032372 139.431401) - (xy 61.972844 139.425) - (xy 61.21 139.425) - (xy 61.21 140.281335) - (xy 61.186341 140.268329) - (xy 61.037061 140.23) - (xy 60.921625 140.23) - (xy 60.807094 140.244469) - (xy 60.71 140.282911) - (xy 60.71 139.425) - (xy 59.947155 139.425) - (xy 59.887627 139.431401) - (xy 59.88762 139.431403) - (xy 59.752913 139.481645) - (xy 59.752906 139.481649) - (xy 59.637812 139.567809) - (xy 59.637809 139.567812) - (xy 59.551649 139.682906) - (xy 59.551645 139.682913) - (xy 59.501403 139.81762) - (xy 59.501401 139.817627) - (xy 59.495 139.877155) - (xy 59.495 140.59) - (xy 60.40348 140.59) - (xy 60.375245 140.650002) - (xy 60.346365 140.801393) - (xy 60.356043 140.955211) - (xy 60.399838 141.09) - (xy 59.495 141.09) - (xy 59.495 141.802844) - (xy 59.501401 141.862372) - (xy 59.501403 141.862379) - (xy 59.551645 141.997086) - (xy 59.551649 141.997093) - (xy 59.637809 142.112187) - (xy 59.637812 142.11219) - (xy 59.752906 142.19835) - (xy 59.752913 142.198354) - (xy 59.88762 142.248596) - (xy 59.887627 142.248598) - (xy 59.947155 142.254999) - (xy 59.947172 142.255) - (xy 60.313709 142.255) - (xy 60.380748 142.274685) - (xy 60.426503 142.327489) - (xy 60.436447 142.396647) - (xy 60.407422 142.460203) - (xy 60.361162 142.493561) - (xy 60.247079 142.540815) - (xy 60.036981 142.669563) - (xy 60.036979 142.669564) - (xy 59.849601 142.829601) - (xy 59.689564 143.016979) - (xy 59.689563 143.016981) - (xy 59.560815 143.227079) - (xy 59.466517 143.454735) - (xy 59.408993 143.694341) - (xy 59.389659 143.94) - (xy 58.729447 143.94) - (xy 58.64737 143.857923) - (xy 58.647362 143.857917) - (xy 58.546534 143.798288) - (xy 58.505898 143.774256) - (xy 58.505897 143.774255) - (xy 58.505896 143.774255) - (xy 58.505893 143.774254) - (xy 58.348073 143.728402) - (xy 58.348067 143.728401) - (xy 58.311196 143.7255) - (xy 58.311194 143.7255) - (xy 58.230953 143.7255) - (xy 58.163914 143.705815) - (xy 58.118159 143.653011) - (xy 58.108215 143.583853) - (xy 58.13724 143.520297) - (xy 58.140562 143.516615) - (xy 58.168064 143.487329) - (xy 58.172647 143.481021) - (xy 58.174567 143.482416) - (xy 58.215727 143.441496) - (xy 58.274838 143.4265) - (xy 58.311196 143.4265) - (xy 58.329631 143.425049) - (xy 58.348069 143.423598) - (xy 58.348071 143.423597) - (xy 58.348073 143.423597) - (xy 58.389691 143.411505) - (xy 58.505898 143.377744) - (xy 58.647365 143.294081) - (xy 58.763581 143.177865) - (xy 58.847244 143.036398) - (xy 58.893098 142.878569) - (xy 58.896 142.841694) - (xy 58.896 142.410306) - (xy 58.895865 142.408596) - (xy 58.893098 142.373432) - (xy 58.893097 142.373426) - (xy 58.847245 142.215606) - (xy 58.847244 142.215603) - (xy 58.847244 142.215602) - (xy 58.763581 142.074135) - (xy 58.763579 142.074133) - (xy 58.763576 142.074129) - (xy 58.64737 141.957923) - (xy 58.647362 141.957917) - (xy 58.569181 141.911681) - (xy 58.505898 141.874256) - (xy 58.505897 141.874255) - (xy 58.505896 141.874255) - (xy 58.505893 141.874254) - (xy 58.372905 141.835617) - (xy 58.314019 141.798011) - (xy 58.284813 141.734538) - (xy 58.2835 141.716541) - (xy 58.2835 141.423321) - (xy 58.303185 141.356282) - (xy 58.355989 141.310527) - (xy 58.394895 141.299964) - (xy 58.410708 141.298349) - (xy 58.571697 141.245003) - (xy 58.716044 141.155968) - (xy 58.835968 141.036044) - (xy 58.925003 140.891697) - (xy 58.978349 140.730708) - (xy 58.9885 140.631345) - (xy 58.988499 139.784656) - (xy 58.982692 139.727812) - (xy 58.978349 139.685292) - (xy 58.978348 139.685289) - (xy 58.963886 139.641645) - (xy 58.925003 139.524303) - (xy 58.924999 139.524297) - (xy 58.924998 139.524294) - (xy 58.83597 139.379959) - (xy 58.835967 139.379955) - (xy 58.716044 139.260032) - (xy 58.71604 139.260029) - (xy 58.571705 139.171001) - (xy 58.571699 139.170998) - (xy 58.571697 139.170997) - (xy 58.571694 139.170996) - (xy 58.410709 139.117651) - (xy 58.311346 139.1075) - (xy 57.764662 139.1075) - (xy 57.764644 139.107501) - (xy 57.665292 139.11765) - (xy 57.665289 139.117651) - (xy 57.504305 139.170996) - (xy 57.504294 139.171001) - (xy 57.359959 139.260029) - (xy 57.359955 139.260032) - (xy 57.240032 139.379955) - (xy 57.240029 139.379959) - (xy 57.151001 139.524294) - (xy 57.150996 139.524305) - (xy 57.097651 139.68529) - (xy 57.0875 139.784647) - (xy 57.0875 140.295517) - (xy 57.073933 140.34836) - (xy 57.074675 140.348654) - (xy 57.072349 140.354527) - (xy 57.072164 140.355251) - (xy 57.071804 140.355905) - (xy 57.071803 140.355907) - (xy 57.066822 140.375307) - (xy 57.060521 140.39371) - (xy 57.052562 140.412102) - (xy 57.052561 140.412105) - (xy 57.045271 140.458127) - (xy 57.044087 140.463846) - (xy 57.032501 140.508972) - (xy 57.0325 140.508982) - (xy 57.0325 140.529016) - (xy 57.030973 140.548415) - (xy 57.02784 140.568194) - (xy 57.02784 140.568195) - (xy 57.032225 140.614583) - (xy 57.0325 140.620421) - (xy 57.0325 141.716541) - (xy 57.012815 141.78358) - (xy 56.960011 141.829335) - (xy 56.943095 141.835617) - (xy 56.810106 141.874254) - (xy 56.810103 141.874255) - (xy 56.668637 141.957917) - (xy 56.668629 141.957923) - (xy 56.552423 142.074129) - (xy 56.552417 142.074137) - (xy 56.468755 142.215603) - (xy 56.468754 142.215606) - (xy 56.422902 142.373426) - (xy 56.422901 142.373432) - (xy 56.42 142.410304) - (xy 56.42 142.6515) - (xy 56.400315 142.718539) - (xy 56.347511 142.764294) - (xy 56.296 142.7755) - (xy 55.129804 142.7755) - (xy 55.092932 142.778401) - (xy 55.092926 142.778402) - (xy 54.935106 142.824254) - (xy 54.935103 142.824255) - (xy 54.793637 142.907917) - (xy 54.793629 142.907923) - (xy 54.677423 143.024129) - (xy 54.677417 143.024137) - (xy 54.593755 143.165603) - (xy 54.593754 143.165606) - (xy 54.547902 143.323426) - (xy 54.547901 143.323432) - (xy 54.545 143.360304) - (xy 54.545 143.791696) - (xy 54.547901 143.828567) - (xy 54.547902 143.828573) - (xy 54.593754 143.986393) - (xy 54.593755 143.986396) - (xy 54.677417 144.127862) - (xy 54.677423 144.12787) - (xy 54.793629 144.244076) - (xy 54.793633 144.244079) - (xy 54.793635 144.244081) - (xy 54.935102 144.327744) - (xy 54.976724 144.339836) - (xy 55.092926 144.373597) - (xy 55.092929 144.373597) - (xy 55.092931 144.373598) - (xy 55.105224 144.374565) - (xy 55.170512 144.399445) - (xy 55.211986 144.455674) - (xy 55.2195 144.498183) - (xy 55.2195 146.09797) - (xy 55.199815 146.165009) - (xy 55.147011 146.210764) - (xy 55.108102 146.221328) - (xy 55.023202 146.230001) - (xy 55.0232 146.230001) - (xy 54.856668 146.285185) - (xy 54.856663 146.285187) - (xy 54.707342 146.377289) - (xy 54.583289 146.501342) - (xy 54.491187 146.650663) - (xy 54.491186 146.650666) - (xy 54.436001 146.817203) - (xy 54.436001 146.817204) - (xy 54.436 146.817204) - (xy 54.4255 146.919983) - (xy 54.4255 147.720001) - (xy 54.425501 147.720019) - (xy 54.436 147.822796) - (xy 54.436001 147.822799) - (xy 54.491185 147.989331) - (xy 54.491187 147.989336) - (xy 54.583289 148.138657) - (xy 54.67695 148.232318) - (xy 54.710435 148.293641) - (xy 54.705451 148.363333) - (xy 54.67695 148.40768) - (xy 54.648749 148.435881) - (xy 54.587426 148.469366) - (xy 54.535287 148.46949) - (xy 54.45065 148.4515) - (xy 54.450646 148.4515) - (xy 54.261354 148.4515) - (xy 54.228897 148.458398) - (xy 54.076197 148.490855) - (xy 54.076192 148.490857) - (xy 53.90327 148.567848) - (xy 53.903265 148.567851) - (xy 53.750129 148.679111) - (xy 53.623466 148.819785) - (xy 53.528821 148.983715) - (xy 53.528818 148.983722) - (xy 53.475977 149.146351) - (xy 53.470326 149.163744) - (xy 53.460906 149.253372) - (xy 53.456225 149.297913) - (xy 53.42964 149.362527) - (xy 53.372343 149.402512) - (xy 53.302524 149.405172) - (xy 53.245223 149.372632) - (xy 52.731819 148.859228) - (xy 52.698334 148.797905) - (xy 52.6955 148.771547) - (xy 52.6955 140.458) - (xy 53.788001 140.458) - (xy 53.788001 140.631322) - (xy 53.798144 140.730607) - (xy 53.851452 140.891481) - (xy 53.851457 140.891492) - (xy 53.940424 141.035728) - (xy 53.940427 141.035732) - (xy 54.060267 141.155572) - (xy 54.060271 141.155575) - (xy 54.204507 141.244542) - (xy 54.204518 141.244547) - (xy 54.365393 141.297855) - (xy 54.464683 141.307999) - (xy 54.488 141.307998) - (xy 54.488 140.458) - (xy 54.988 140.458) - (xy 54.988 141.307999) - (xy 55.011308 141.307999) - (xy 55.011322 141.307998) - (xy 55.110607 141.297855) - (xy 55.271481 141.244547) - (xy 55.271492 141.244542) - (xy 55.415728 141.155575) - (xy 55.415732 141.155572) - (xy 55.535572 141.035732) - (xy 55.535575 141.035728) - (xy 55.624542 140.891492) - (xy 55.624547 140.891481) - (xy 55.677855 140.730606) - (xy 55.687999 140.631322) - (xy 55.688 140.631309) - (xy 55.688 140.458) - (xy 54.988 140.458) - (xy 54.488 140.458) - (xy 53.788001 140.458) - (xy 52.6955 140.458) - (xy 52.6955 139.958) - (xy 53.788 139.958) - (xy 54.488 139.958) - (xy 54.488 139.108) - (xy 54.988 139.108) - (xy 54.988 139.958) - (xy 55.687999 139.958) - (xy 55.687999 139.784692) - (xy 55.687998 139.784677) - (xy 55.677855 139.685392) - (xy 55.624547 139.524518) - (xy 55.624542 139.524507) - (xy 55.535575 139.380271) - (xy 55.535572 139.380267) - (xy 55.415732 139.260427) - (xy 55.415728 139.260424) - (xy 55.271492 139.171457) - (xy 55.271481 139.171452) - (xy 55.110606 139.118144) - (xy 55.011322 139.108) - (xy 54.988 139.108) - (xy 54.488 139.108) - (xy 54.488 139.107999) - (xy 54.464693 139.108) - (xy 54.464674 139.108001) - (xy 54.365392 139.118144) - (xy 54.204518 139.171452) - (xy 54.204507 139.171457) - (xy 54.060271 139.260424) - (xy 54.060267 139.260427) - (xy 53.940427 139.380267) - (xy 53.940424 139.380271) - (xy 53.851457 139.524507) - (xy 53.851452 139.524518) - (xy 53.798144 139.685393) - (xy 53.788 139.784677) - (xy 53.788 139.958) - (xy 52.6955 139.958) - (xy 52.6955 136.835452) - (xy 52.715185 136.768413) - (xy 52.731819 136.747771) - (xy 53.837262 135.642328) - (xy 54.993788 134.485801) - (xy 55.006042 134.475986) - (xy 55.005859 134.475764) - (xy 55.011866 134.470792) - (xy 55.011877 134.470786) - (xy 55.042775 134.437882) - (xy 55.059227 134.420364) - (xy 55.069671 134.409918) - (xy 55.08012 134.399471) - (xy 55.084379 134.393978) - (xy 55.088152 134.389561) - (xy 55.120062 134.355582) - (xy 55.129713 134.338024) - (xy 55.140396 134.321761) - (xy 55.152673 134.305936) - (xy 55.171185 134.263153) - (xy 55.173738 134.257941) - (xy 55.196197 134.217092) - (xy 55.20118 134.19768) - (xy 55.207481 134.17928) - (xy 55.215437 134.160896) - (xy 55.222729 134.114852) - (xy 55.223906 134.109171) - (xy 55.2355 134.064019) - (xy 55.2355 134.043983) - (xy 55.237027 134.024582) - (xy 55.237228 134.023314) - (xy 55.24016 134.004804) - (xy 55.235775 133.958415) - (xy 55.2355 133.952577) - (xy 55.2355 131.695) - (xy 61.821001 131.695) - (xy 61.821001 131.969986) - (xy 61.831494 132.072697) - (xy 61.886641 132.239119) - (xy 61.886643 132.239124) - (xy 61.978684 132.388345) - (xy 62.102654 132.512315) - (xy 62.251875 132.604356) - (xy 62.25188 132.604358) - (xy 62.418302 132.659505) - (xy 62.418309 132.659506) - (xy 62.521019 132.669999) - (xy 62.658499 132.669999) - (xy 63.1585 132.669999) - (xy 63.295972 132.669999) - (xy 63.295986 132.669998) - (xy 63.398697 132.659505) - (xy 63.565119 132.604358) - (xy 63.565124 132.604356) - (xy 63.714345 132.512315) - (xy 63.838318 132.388342) - (xy 63.840165 132.385348) - (xy 63.841969 132.383724) - (xy 63.842798 132.382677) - (xy 63.842976 132.382818) - (xy 63.89211 132.338621) - (xy 63.961073 132.327396) - (xy 64.025156 132.355236) - (xy 64.051243 132.385341) - (xy 64.053288 132.388656) - (xy 64.177344 132.512712) - (xy 64.299097 132.587809) - (xy 64.345821 132.639755) - (xy 64.358 132.693347) - (xy 64.358 134.093292) - (xy 64.338315 134.160331) - (xy 64.326155 134.176258) - (xy 64.315372 134.188235) - (xy 64.291464 134.214787) - (xy 64.196821 134.378715) - (xy 64.196818 134.378722) - (xy 64.162025 134.485806) - (xy 64.138326 134.558744) - (xy 64.11854 134.747) - (xy 64.138326 134.935256) - (xy 64.138327 134.935259) - (xy 64.196818 135.115277) - (xy 64.196821 135.115284) - (xy 64.291467 135.279216) - (xy 64.376315 135.373449) - (xy 64.418129 135.419888) - (xy 64.571265 135.531148) - (xy 64.57127 135.531151) - (xy 64.744192 135.608142) - (xy 64.744197 135.608144) - (xy 64.929354 135.6475) - (xy 64.929355 135.6475) - (xy 65.118644 135.6475) - (xy 65.118646 135.6475) - (xy 65.303803 135.608144) - (xy 65.47673 135.531151) - (xy 65.629871 135.419888) - (xy 65.756533 135.279216) - (xy 65.851179 135.115284) - (xy 65.909674 134.935256) - (xy 65.92946 134.747) - (xy 65.909674 134.558744) - (xy 65.851179 134.378716) - (xy 65.756533 134.214784) - (xy 65.6727 134.121678) - (xy 65.64085 134.086305) - (xy 65.61062 134.023314) - (xy 65.609 134.003333) - (xy 65.609 132.693347) - (xy 65.628685 132.626308) - (xy 65.667901 132.58781) - (xy 65.789656 132.512712) - (xy 65.913712 132.388656) - (xy 66.005814 132.239334) - (xy 66.060999 132.072797) - (xy 66.0715 131.970009) - (xy 66.071499 130.919992) - (xy 66.060999 130.817203) - (xy 66.005814 130.650666) - (xy 65.913712 130.501344) - (xy 65.789656 130.377288) - (xy 65.789655 130.377287) - (xy 65.708402 130.327169) - (xy 65.661678 130.275221) - (xy 65.6495 130.221631) - (xy 65.6495 129.9565) - (xy 65.669185 129.889461) - (xy 65.721989 129.843706) - (xy 65.7735 129.8325) - (xy 65.914696 129.8325) - (xy 65.933131 129.831049) - (xy 65.951569 129.829598) - (xy 65.951571 129.829597) - (xy 65.951573 129.829597) - (xy 66.001753 129.815018) - (xy 66.109398 129.783744) - (xy 66.250865 129.700081) - (xy 66.367081 129.583865) - (xy 66.450744 129.442398) - (xy 66.496598 129.284569) - (xy 66.498049 129.266131) - (xy 66.4995 129.247696) - (xy 66.4995 128.816304) - (xy 66.496598 128.779432) - (xy 66.496597 128.779426) - (xy 66.450745 128.621606) - (xy 66.450745 128.621605) - (xy 66.450744 128.621603) - (xy 66.450744 128.621602) - (xy 66.422958 128.574619) - (xy 66.405778 128.506896) - (xy 66.427938 128.440634) - (xy 66.482404 128.396871) - (xy 66.529692 128.3875) - (xy 67.1825 128.3875) - (xy 67.249539 128.407185) - (xy 67.295294 128.459989) - (xy 67.3065 128.5115) - (xy 67.3065 129.151001) - (xy 67.306501 129.151019) - (xy 67.317 129.253796) - (xy 67.317001 129.253799) - (xy 67.372185 129.420331) - (xy 67.372187 129.420336) - (xy 67.376946 129.428051) - (xy 67.464288 129.569656) - (xy 67.588344 129.693712) - (xy 67.722597 129.776519) - (xy 67.769321 129.828465) - (xy 67.7815 129.882057) - (xy 67.7815 143.254255) - (xy 67.779775 143.269872) - (xy 67.780061 143.269899) - (xy 67.779326 143.277665) - (xy 67.7815 143.346814) - (xy 67.7815 143.376343) - (xy 67.781501 143.37636) - (xy 67.782368 143.383231) - (xy 67.782826 143.38905) - (xy 67.78429 143.435624) - (xy 67.784291 143.435627) - (xy 67.78988 143.454867) - (xy 67.793824 143.473911) - (xy 67.796336 143.493792) - (xy 67.81349 143.537119) - (xy 67.815382 143.542647) - (xy 67.827337 143.583796) - (xy 67.828382 143.58739) - (xy 67.837338 143.602535) - (xy 67.83858 143.604634) - (xy 67.847136 143.6221) - (xy 67.854421 143.640498) - (xy 67.854514 143.640732) - (xy 67.881898 143.678423) - (xy 67.885106 143.683307) - (xy 67.908827 143.723416) - (xy 67.908833 143.723424) - (xy 67.92299 143.73758) - (xy 67.935628 143.752376) - (xy 67.947405 143.768586) - (xy 67.947406 143.768587) - (xy 67.983309 143.798288) - (xy 67.98762 143.80221) - (xy 71.727622 147.542213) - (xy 72.964197 148.778788) - (xy 72.974022 148.791051) - (xy 72.974243 148.790869) - (xy 72.979214 148.796878) - (xy 73.000859 148.817203) - (xy 73.029635 148.844226) - (xy 73.050529 148.86512) - (xy 73.056011 148.869373) - (xy 73.060443 148.873157) - (xy 73.094418 148.905062) - (xy 73.111976 148.914714) - (xy 73.128235 148.925395) - (xy 73.144064 148.937673) - (xy 73.186838 148.956182) - (xy 73.192056 148.958738) - (xy 73.232908 148.981197) - (xy 73.252316 148.98618) - (xy 73.270717 148.99248) - (xy 73.289104 149.000437) - (xy 73.332488 149.007308) - (xy 73.335119 149.007725) - (xy 73.340843 149.00891) - (xy 73.368809 149.01609) - (xy 73.428844 149.051827) - (xy 73.460031 149.11435) - (xy 73.452464 149.183809) - (xy 73.408546 149.23815) - (xy 73.385784 149.249426) - (xy 73.386134 149.250212) - (xy 73.20727 149.329848) - (xy 73.207265 149.329851) - (xy 73.054129 149.441111) - (xy 72.927466 149.581785) - (xy 72.832821 149.745715) - (xy 72.832818 149.745722) - (xy 72.774327 149.92574) - (xy 72.774326 149.925744) - (xy 72.75454 150.114) - (xy 72.774326 150.302256) - (xy 72.774327 150.302259) - (xy 72.832818 150.482277) - (xy 72.832821 150.482284) - (xy 72.927467 150.646216) - (xy 73.017779 150.746517) - (xy 73.054129 150.786888) - (xy 73.207265 150.898148) - (xy 73.20727 150.898151) - (xy 73.380192 150.975142) - (xy 73.380197 150.975144) - (xy 73.565354 151.0145) - (xy 73.565355 151.0145) - (xy 73.754644 151.0145) - (xy 73.754646 151.0145) - (xy 73.939803 150.975144) - (xy 74.11273 150.898151) - (xy 74.265871 150.786888) - (xy 74.268788 150.783647) - (xy 74.2716 150.780526) - (xy 74.331087 150.743879) - (xy 74.363748 150.7395) - (xy 74.561257 150.7395) - (xy 74.576877 150.741224) - (xy 74.576904 150.740939) - (xy 74.58466 150.741671) - (xy 74.584667 150.741673) - (xy 74.653814 150.7395) - (xy 74.68335 150.7395) - (xy 74.690228 150.73863) - (xy 74.696041 150.738172) - (xy 74.742627 150.736709) - (xy 74.761869 150.731117) - (xy 74.780912 150.727174) - (xy 74.800792 150.724664) - (xy 74.844122 150.707507) - (xy 74.849646 150.705617) - (xy 74.853396 150.704527) - (xy 74.89439 150.692618) - (xy 74.911629 150.682422) - (xy 74.929103 150.673862) - (xy 74.947727 150.666488) - (xy 74.947727 150.666487) - (xy 74.947732 150.666486) - (xy 74.985449 150.639082) - (xy 74.990305 150.635892) - (xy 75.03042 150.61217) - (xy 75.044589 150.597999) - (xy 75.059379 150.585368) - (xy 75.075587 150.573594) - (xy 75.105299 150.537676) - (xy 75.109202 150.533386) - (xy 75.185773 150.456815) - (xy 75.247095 150.423333) - (xy 75.273452 150.420499) - (xy 75.938002 150.420499) - (xy 75.938008 150.420499) - (xy 75.938013 150.420498) - (xy 75.941164 150.420338) - (xy 75.941244 150.421918) - (xy 76.003846 150.433463) - (xy 76.054798 150.481271) - (xy 76.071816 150.549037) - (xy 76.049495 150.615245) - (xy 76.035594 150.631813) - (xy 75.250226 151.417181) - (xy 75.188903 151.450666) - (xy 75.162546 151.4535) - (xy 75.069999 151.4535) - (xy 75.06998 151.453501) - (xy 74.967203 151.464) - (xy 74.9672 151.464001) - (xy 74.800668 151.519185) - (xy 74.800663 151.519187) - (xy 74.651342 151.611289) - (xy 74.527289 151.735342) - (xy 74.435187 151.884663) - (xy 74.435186 151.884666) - (xy 74.380001 152.051203) - (xy 74.380001 152.051204) - (xy 74.38 152.051204) - (xy 74.3695 152.153983) - (xy 74.3695 153.154001) - (xy 74.369501 153.154019) - (xy 74.38 153.256796) - (xy 74.380001 153.256799) - (xy 74.435185 153.423331) - (xy 74.435186 153.423334) - (xy 74.527288 153.572656) - (xy 74.651344 153.696712) - (xy 74.800666 153.788814) - (xy 74.967203 153.843999) - (xy 75.069991 153.8545) - (xy 75.870008 153.854499) - (xy 75.870016 153.854498) - (xy 75.870019 153.854498) - (xy 75.926302 153.848748) - (xy 75.972797 153.843999) - (xy 76.139334 153.788814) - (xy 76.288656 153.696712) - (xy 76.382319 153.603049) - (xy 76.443642 153.569564) - (xy 76.513334 153.574548) - (xy 76.557681 153.603049) - (xy 76.651344 153.696712) - (xy 76.800666 153.788814) - (xy 76.967203 153.843999) - (xy 77.069991 153.8545) - (xy 77.870008 153.854499) - (xy 77.870016 153.854498) - (xy 77.870019 153.854498) - (xy 77.926302 153.848748) - (xy 77.972797 153.843999) - (xy 78.139334 153.788814) - (xy 78.288656 153.696712) - (xy 78.412712 153.572656) - (xy 78.504814 153.423334) - (xy 78.559999 153.256797) - (xy 78.5705 153.154009) - (xy 78.5705 153.1495) - (xy 78.590185 153.082461) - (xy 78.642989 153.036706) - (xy 78.6945 153.0255) - (xy 79.761752 153.0255) - (xy 79.828791 153.045185) - (xy 79.874546 153.097989) - (xy 79.876313 153.102048) - (xy 79.880817 153.112923) - (xy 80.009563 153.323018) - (xy 80.009564 153.32302) - (xy 80.009567 153.323023) - (xy 80.169601 153.510399) - (xy 80.301329 153.622905) - (xy 80.356979 153.670435) - (xy 80.356981 153.670436) - (xy 80.567079 153.799184) - (xy 80.794735 153.893482) - (xy 80.794736 153.893482) - (xy 80.794738 153.893483) - (xy 81.034345 153.951007) - (xy 81.28 153.970341) - (xy 81.525655 153.951007) - (xy 81.765262 153.893483) - (xy 81.99292 153.799184) - (xy 82.203023 153.670433) - (xy 82.390399 153.510399) - (xy 82.550433 153.323023) - (xy 82.594772 153.250667) - (xy 82.646584 153.203792) - (xy 82.715514 153.192369) - (xy 82.779677 153.220026) - (xy 82.818701 153.277981) - (xy 82.8245 153.315457) - (xy 82.8245 154.943534) - (xy 82.804815 155.010573) - (xy 82.752011 155.056328) - (xy 82.682853 155.066272) - (xy 82.680092 155.065843) - (xy 82.66605 155.0635) - (xy 82.666049 155.0635) - (xy 82.433951 155.0635) - (xy 82.392596 155.070401) - (xy 82.205015 155.101702) - (xy 81.985504 155.177061) - (xy 81.985495 155.177064) - (xy 81.781371 155.287531) - (xy 81.781365 155.287535) - (xy 81.598222 155.430081) - (xy 81.598215 155.430087) - (xy 81.589484 155.439572) - (xy 81.529595 155.475561) - (xy 81.459757 155.473458) - (xy 81.402143 155.433932) - (xy 81.382075 155.398918) - (xy 81.353355 155.321915) - (xy 81.35335 155.321906) - (xy 81.26719 155.206812) - (xy 81.267187 155.206809) - (xy 81.152093 155.120649) - (xy 81.152086 155.120645) - (xy 81.017379 155.070403) - (xy 81.017372 155.070401) - (xy 80.957844 155.064) - (xy 80.26 155.064) - (xy 80.26 156.08981) - (xy 80.207453 156.053984) - (xy 80.077827 156.014) - (xy 79.976276 156.014) - (xy 79.875862 156.029135) - (xy 79.76 156.084931) - (xy 79.76 155.064) - (xy 79.062155 155.064) - (xy 79.002627 155.070401) - (xy 79.00262 155.070403) - (xy 78.867913 155.120645) - (xy 78.867906 155.120649) - (xy 78.752812 155.206809) - (xy 78.752809 155.206812) - (xy 78.666649 155.321906) - (xy 78.666645 155.321913) - (xy 78.616403 155.45662) - (xy 78.616401 155.456627) - (xy 78.61 155.516155) - (xy 78.61 156.214) - (xy 79.634722 156.214) - (xy 79.586375 156.29774) - (xy 79.55619 156.429992) - (xy 79.566327 156.565265) - (xy 79.615887 156.691541) - (xy 79.633797 156.714) - (xy 78.61 156.714) - (xy 78.61 157.411844) - (xy 78.616401 157.471372) - (xy 78.616403 157.471379) - (xy 78.666645 157.606086) - (xy 78.666649 157.606093) - (xy 78.752809 157.721187) - (xy 78.752812 157.72119) - (xy 78.867906 157.80735) - (xy 78.867913 157.807354) - (xy 79.00262 157.857596) - (xy 79.002627 157.857598) - (xy 79.062155 157.863999) - (xy 79.062172 157.864) - (xy 79.76 157.864) - (xy 79.76 156.838189) - (xy 79.812547 156.874016) - (xy 79.942173 156.914) - (xy 80.043724 156.914) - (xy 80.144138 156.898865) - (xy 80.26 156.843068) - (xy 80.26 157.864) - (xy 80.957828 157.864) - (xy 80.957844 157.863999) - (xy 81.017372 157.857598) - (xy 81.017379 157.857596) - (xy 81.152086 157.807354) - (xy 81.152093 157.80735) - (xy 81.267187 157.72119) - (xy 81.26719 157.721187) - (xy 81.35335 157.606093) - (xy 81.353355 157.606084) - (xy 81.382075 157.529081) - (xy 81.423945 157.473147) - (xy 81.489409 157.448729) - (xy 81.557682 157.46358) - (xy 81.589484 157.488428) - (xy 81.598216 157.497913) - (xy 81.598219 157.497915) - (xy 81.598222 157.497918) - (xy 81.781365 157.640464) - (xy 81.781371 157.640468) - (xy 81.781374 157.64047) - (xy 81.985497 157.750936) - (xy 82.055771 157.775061) - (xy 82.205015 157.826297) - (xy 82.205017 157.826297) - (xy 82.205019 157.826298) - (xy 82.433951 157.8645) - (xy 82.433952 157.8645) - (xy 82.666048 157.8645) - (xy 82.666049 157.8645) - (xy 82.894981 157.826298) - (xy 83.114503 157.750936) - (xy 83.318626 157.64047) - (xy 83.501784 157.497913) - (xy 83.658979 157.327153) - (xy 83.785924 157.132849) - (xy 83.879157 156.9203) - (xy 83.936134 156.695305) - (xy 83.936446 156.691541) - (xy 83.9553 156.464006) - (xy 83.9553 156.463993) - (xy 83.953312 156.44) - (xy 87.204341 156.44) - (xy 87.224936 156.675403) - (xy 87.224938 156.675413) - (xy 87.286094 156.903655) - (xy 87.286096 156.903659) - (xy 87.286097 156.903663) - (xy 87.293855 156.9203) - (xy 87.385964 157.117828) - (xy 87.385965 157.11783) - (xy 87.521505 157.311402) - (xy 87.688597 157.478494) - (xy 87.882169 157.614034) - (xy 87.882171 157.614035) - (xy 88.096337 157.713903) - (xy 88.096343 157.713904) - (xy 88.096344 157.713905) - (xy 88.123533 157.72119) - (xy 88.324592 157.775063) - (xy 88.501034 157.7905) - (xy 88.618966 157.7905) - (xy 88.795408 157.775063) - (xy 89.023663 157.713903) - (xy 89.237829 157.614035) - (xy 89.431401 157.478495) - (xy 89.598495 157.311401) - (xy 89.734035 157.11783) - (xy 89.833903 156.903663) - (xy 89.895063 156.675408) - (xy 89.915659 156.44) - (xy 89.895063 156.204592) - (xy 89.845058 156.017967) - (xy 89.833905 155.976344) - (xy 89.833904 155.976343) - (xy 89.833903 155.976337) - (xy 89.734035 155.762171) - (xy 89.734034 155.762169) - (xy 89.598494 155.568597) - (xy 89.431402 155.401505) - (xy 89.23783 155.265965) - (xy 89.237828 155.265964) - (xy 89.110976 155.206812) - (xy 89.023663 155.166097) - (xy 89.023659 155.166096) - (xy 89.023655 155.166094) - (xy 88.795413 155.104938) - (xy 88.795403 155.104936) - (xy 88.618966 155.0895) - (xy 88.501034 155.0895) - (xy 88.324596 155.104936) - (xy 88.324586 155.104938) - (xy 88.096344 155.166094) - (xy 88.096335 155.166098) - (xy 87.882171 155.265964) - (xy 87.882169 155.265965) - (xy 87.688597 155.401505) - (xy 87.521506 155.568597) - (xy 87.521501 155.568604) - (xy 87.385967 155.762165) - (xy 87.385965 155.762169) - (xy 87.317742 155.908474) - (xy 87.289731 155.968545) - (xy 87.286098 155.976335) - (xy 87.286094 155.976344) - (xy 87.224938 156.204586) - (xy 87.224936 156.204596) - (xy 87.204341 156.439999) - (xy 87.204341 156.44) - (xy 83.953312 156.44) - (xy 83.936135 156.232702) - (xy 83.936131 156.232682) - (xy 83.898509 156.084118) - (xy 83.901133 156.014298) - (xy 83.920729 155.977684) - (xy 83.924385 155.972971) - (xy 83.928157 155.968556) - (xy 83.960062 155.934582) - (xy 83.969713 155.917024) - (xy 83.980396 155.900761) - (xy 83.992673 155.884936) - (xy 84.011185 155.842153) - (xy 84.013738 155.836941) - (xy 84.036197 155.796092) - (xy 84.04118 155.77668) - (xy 84.047481 155.75828) - (xy 84.055437 155.739896) - (xy 84.062729 155.693852) - (xy 84.063906 155.688171) - (xy 84.0755 155.643019) - (xy 84.0755 155.622983) - (xy 84.077027 155.603582) - (xy 84.08016 155.583804) - (xy 84.075775 155.537415) - (xy 84.0755 155.531577) - (xy 84.0755 150.581242) - (xy 84.077224 150.565622) - (xy 84.076939 150.565595) - (xy 84.077673 150.557833) - (xy 84.0755 150.488672) - (xy 84.0755 150.459156) - (xy 84.0755 150.45915) - (xy 84.074631 150.452279) - (xy 84.074173 150.446452) - (xy 84.073765 150.433463) - (xy 84.07271 150.399873) - (xy 84.067119 150.38063) - (xy 84.063173 150.361578) - (xy 84.060664 150.341708) - (xy 84.043504 150.298367) - (xy 84.041624 150.292879) - (xy 84.028618 150.24811) - (xy 84.018419 150.230864) - (xy 84.009858 150.213388) - (xy 84.002487 150.19477) - (xy 84.002486 150.194768) - (xy 83.97509 150.15706) - (xy 83.971892 150.152191) - (xy 83.963888 150.138657) - (xy 83.955576 150.124601) - (xy 83.948173 150.112083) - (xy 83.948166 150.112074) - (xy 83.934005 150.097913) - (xy 83.92137 150.08312) - (xy 83.909593 150.066912) - (xy 83.873693 150.037213) - (xy 83.869381 150.03329) - (xy 78.742404 144.906313) - (xy 78.708919 144.84499) - (xy 78.711011 144.784027) - (xy 78.712598 144.778569) - (xy 78.7155 144.741694) - (xy 78.7155 144.310306) - (xy 78.712598 144.273431) - (xy 78.704071 144.244082) - (xy 78.666745 144.115606) - (xy 78.666744 144.115603) - (xy 78.666744 144.115602) - (xy 78.657517 144.1) - (xy 79.709659 144.1) - (xy 79.728993 144.345658) - (xy 79.786517 144.585264) - (xy 79.880815 144.81292) - (xy 80.009563 145.023018) - (xy 80.009564 145.02302) - (xy 80.009567 145.023023) - (xy 80.169601 145.210399) - (xy 80.305538 145.3265) - (xy 80.356979 145.370435) - (xy 80.356981 145.370436) - (xy 80.567079 145.499184) - (xy 80.794735 145.593482) - (xy 80.794736 145.593482) - (xy 80.794738 145.593483) - (xy 81.034345 145.651007) - (xy 81.28 145.670341) - (xy 81.525655 145.651007) - (xy 81.765262 145.593483) - (xy 81.99292 145.499184) - (xy 82.203023 145.370433) - (xy 82.390399 145.210399) - (xy 82.550433 145.023023) - (xy 82.679184 144.81292) - (xy 82.773483 144.585262) - (xy 82.831007 144.345655) - (xy 82.850341 144.1) - (xy 82.831007 143.854345) - (xy 82.773483 143.614738) - (xy 82.773482 143.614735) - (xy 82.679184 143.387079) - (xy 82.550436 143.176981) - (xy 82.550435 143.176979) - (xy 82.430367 143.036398) - (xy 82.390399 142.989601) - (xy 82.260395 142.878567) - (xy 82.20302 142.829564) - (xy 82.203018 142.829563) - (xy 81.992919 142.700815) - (xy 81.99292 142.700815) - (xy 81.878838 142.653561) - (xy 81.824435 142.60972) - (xy 81.80237 142.543426) - (xy 81.819649 142.475726) - (xy 81.870787 142.428116) - (xy 81.926291 142.415) - (xy 82.292828 142.415) - (xy 82.292844 142.414999) - (xy 82.352372 142.408598) - (xy 82.352379 142.408596) - (xy 82.487086 142.358354) - (xy 82.487093 142.35835) - (xy 82.602187 142.27219) - (xy 82.60219 142.272187) - (xy 82.68835 142.157093) - (xy 82.688354 142.157086) - (xy 82.738596 142.022379) - (xy 82.738598 142.022372) - (xy 82.744999 141.962844) - (xy 82.745 141.962827) - (xy 82.745 141.25) - (xy 81.83652 141.25) - (xy 81.864755 141.189998) - (xy 81.893635 141.038607) - (xy 81.883957 140.884789) - (xy 81.840162 140.75) - (xy 82.745 140.75) - (xy 82.745 140.037172) - (xy 82.744999 140.037155) - (xy 82.738598 139.977627) - (xy 82.738596 139.97762) - (xy 82.688354 139.842913) - (xy 82.68835 139.842906) - (xy 82.60219 139.727812) - (xy 82.602187 139.727809) - (xy 82.487093 139.641649) - (xy 82.487086 139.641645) - (xy 82.352379 139.591403) - (xy 82.352372 139.591401) - (xy 82.292844 139.585) - (xy 81.53 139.585) - (xy 81.53 140.441335) - (xy 81.506341 140.428329) - (xy 81.357061 140.39) - (xy 81.241625 140.39) - (xy 81.127094 140.404469) - (xy 81.03 140.442911) - (xy 81.03 139.585) - (xy 80.267155 139.585) - (xy 80.207627 139.591401) - (xy 80.20762 139.591403) - (xy 80.072913 139.641645) - (xy 80.072906 139.641649) - (xy 79.957812 139.727809) - (xy 79.957809 139.727812) - (xy 79.871649 139.842906) - (xy 79.871645 139.842913) - (xy 79.821403 139.97762) - (xy 79.821401 139.977627) - (xy 79.815 140.037155) - (xy 79.815 140.75) - (xy 80.72348 140.75) - (xy 80.695245 140.810002) - (xy 80.666365 140.961393) - (xy 80.676043 141.115211) - (xy 80.719838 141.25) - (xy 79.815 141.25) - (xy 79.815 141.962844) - (xy 79.821401 142.022372) - (xy 79.821403 142.022379) - (xy 79.871645 142.157086) - (xy 79.871649 142.157093) - (xy 79.957809 142.272187) - (xy 79.957812 142.27219) - (xy 80.072906 142.35835) - (xy 80.072913 142.358354) - (xy 80.20762 142.408596) - (xy 80.207627 142.408598) - (xy 80.267155 142.414999) - (xy 80.267172 142.415) - (xy 80.633709 142.415) - (xy 80.700748 142.434685) - (xy 80.746503 142.487489) - (xy 80.756447 142.556647) - (xy 80.727422 142.620203) - (xy 80.681162 142.653561) - (xy 80.567079 142.700815) - (xy 80.356981 142.829563) - (xy 80.356979 142.829564) - (xy 80.169601 142.989601) - (xy 80.009564 143.176979) - (xy 80.009563 143.176981) - (xy 79.880815 143.387079) - (xy 79.786517 143.614735) - (xy 79.728993 143.854341) - (xy 79.709659 144.1) - (xy 78.657517 144.1) - (xy 78.583081 143.974135) - (xy 78.583079 143.974133) - (xy 78.583076 143.974129) - (xy 78.46687 143.857923) - (xy 78.466862 143.857917) - (xy 78.366034 143.798288) - (xy 78.325398 143.774256) - (xy 78.325397 143.774255) - (xy 78.325396 143.774255) - (xy 78.325393 143.774254) - (xy 78.167573 143.728402) - (xy 78.167567 143.728401) - (xy 78.130696 143.7255) - (xy 78.130694 143.7255) - (xy 78.050453 143.7255) - (xy 77.983414 143.705815) - (xy 77.937659 143.653011) - (xy 77.927715 143.583853) - (xy 77.95674 143.520297) - (xy 77.960062 143.516615) - (xy 77.987564 143.487329) - (xy 77.992147 143.481021) - (xy 77.994067 143.482416) - (xy 78.035227 143.441496) - (xy 78.094338 143.4265) - (xy 78.130696 143.4265) - (xy 78.149131 143.425049) - (xy 78.167569 143.423598) - (xy 78.167571 143.423597) - (xy 78.167573 143.423597) - (xy 78.209191 143.411505) - (xy 78.325398 143.377744) - (xy 78.466865 143.294081) - (xy 78.583081 143.177865) - (xy 78.666744 143.036398) - (xy 78.712598 142.878569) - (xy 78.7155 142.841694) - (xy 78.7155 142.410306) - (xy 78.715365 142.408596) - (xy 78.712598 142.373433) - (xy 78.712598 142.373432) - (xy 78.712598 142.373431) - (xy 78.711065 142.368154) - (xy 78.711263 142.298287) - (xy 78.749204 142.239616) - (xy 78.755047 142.235281) - (xy 78.759866 142.231292) - (xy 78.759877 142.231286) - (xy 78.790806 142.19835) - (xy 78.807227 142.180864) - (xy 78.817671 142.170418) - (xy 78.82812 142.159971) - (xy 78.832379 142.154478) - (xy 78.836152 142.150061) - (xy 78.868062 142.116082) - (xy 78.877715 142.09852) - (xy 78.888389 142.08227) - (xy 78.900673 142.066436) - (xy 78.91918 142.023667) - (xy 78.921749 142.018424) - (xy 78.944196 141.977593) - (xy 78.944197 141.977592) - (xy 78.949177 141.958191) - (xy 78.955478 141.939788) - (xy 78.963438 141.921396) - (xy 78.97073 141.875349) - (xy 78.971911 141.869652) - (xy 78.9835 141.824519) - (xy 78.9835 141.804483) - (xy 78.985027 141.785082) - (xy 78.985246 141.7837) - (xy 78.98816 141.765304) - (xy 78.983775 141.718915) - (xy 78.9835 141.713077) - (xy 78.9835 141.257546) - (xy 79.003185 141.190507) - (xy 79.030596 141.160274) - (xy 79.036032 141.155975) - (xy 79.036044 141.155968) - (xy 79.155968 141.036044) - (xy 79.245003 140.891697) - (xy 79.298349 140.730708) - (xy 79.3085 140.631345) - (xy 79.308499 139.784656) - (xy 79.302692 139.727812) - (xy 79.298349 139.685292) - (xy 79.298348 139.685289) - (xy 79.283886 139.641645) - (xy 79.245003 139.524303) - (xy 79.244999 139.524297) - (xy 79.244998 139.524294) - (xy 79.15597 139.379959) - (xy 79.155967 139.379955) - (xy 79.036044 139.260032) - (xy 79.03604 139.260029) - (xy 78.891705 139.171001) - (xy 78.891699 139.170998) - (xy 78.891697 139.170997) - (xy 78.891694 139.170996) - (xy 78.730709 139.117651) - (xy 78.631346 139.1075) - (xy 78.084662 139.1075) - (xy 78.084644 139.107501) - (xy 77.985292 139.11765) - (xy 77.985289 139.117651) - (xy 77.824305 139.170996) - (xy 77.824294 139.171001) - (xy 77.679959 139.260029) - (xy 77.679955 139.260032) - (xy 77.560032 139.379955) - (xy 77.560029 139.379959) - (xy 77.471001 139.524294) - (xy 77.470996 139.524305) - (xy 77.417651 139.68529) - (xy 77.4075 139.784647) - (xy 77.4075 140.631337) - (xy 77.407501 140.631355) - (xy 77.41765 140.730707) - (xy 77.417651 140.73071) - (xy 77.470996 140.891694) - (xy 77.471001 140.891705) - (xy 77.560029 141.03604) - (xy 77.560032 141.036044) - (xy 77.679956 141.155968) - (xy 77.679963 141.155972) - (xy 77.685404 141.160274) - (xy 77.725785 141.217293) - (xy 77.7325 141.257546) - (xy 77.7325 141.435047) - (xy 77.712815 141.502086) - (xy 77.696181 141.522728) - (xy 77.429728 141.789181) - (xy 77.368405 141.822666) - (xy 77.342047 141.8255) - (xy 76.824304 141.8255) - (xy 76.787432 141.828401) - (xy 76.787426 141.828402) - (xy 76.629606 141.874254) - (xy 76.629603 141.874255) - (xy 76.488137 141.957917) - (xy 76.488129 141.957923) - (xy 76.371923 142.074129) - (xy 76.371917 142.074137) - (xy 76.288255 142.215603) - (xy 76.288254 142.215606) - (xy 76.242402 142.373426) - (xy 76.242401 142.373432) - (xy 76.2395 142.410304) - (xy 76.2395 142.6515) - (xy 76.219815 142.718539) - (xy 76.167011 142.764294) - (xy 76.1155 142.7755) - (xy 74.949304 142.7755) - (xy 74.912432 142.778401) - (xy 74.912426 142.778402) - (xy 74.754606 142.824254) - (xy 74.754603 142.824255) - (xy 74.613137 142.907917) - (xy 74.613129 142.907923) - (xy 74.496923 143.024129) - (xy 74.496917 143.024137) - (xy 74.413255 143.165603) - (xy 74.413254 143.165606) - (xy 74.367402 143.323426) - (xy 74.367401 143.323432) - (xy 74.3645 143.360304) - (xy 74.3645 143.791696) - (xy 74.367401 143.828567) - (xy 74.367402 143.828573) - (xy 74.413254 143.986393) - (xy 74.413255 143.986396) - (xy 74.496917 144.127862) - (xy 74.496923 144.12787) - (xy 74.613129 144.244076) - (xy 74.613135 144.244081) - (xy 74.751623 144.325982) - (xy 74.799304 144.377048) - (xy 74.8125 144.432712) - (xy 74.8125 146.147983) - (xy 74.792815 146.215022) - (xy 74.740011 146.260777) - (xy 74.72751 146.265686) - (xy 74.668669 146.285185) - (xy 74.668666 146.285186) - (xy 74.668663 146.285187) - (xy 74.519342 146.377289) - (xy 74.395289 146.501342) - (xy 74.303187 146.650663) - (xy 74.303186 146.650666) - (xy 74.248001 146.817203) - (xy 74.248001 146.817204) - (xy 74.248 146.817204) - (xy 74.2375 146.919983) - (xy 74.2375 146.919996) - (xy 74.237501 147.6455) - (xy 74.217817 147.712539) - (xy 74.165013 147.758294) - (xy 74.113501 147.7695) - (xy 73.775453 147.7695) - (xy 73.708414 147.749815) - (xy 73.687772 147.733181) - (xy 69.806771 143.85218) - (xy 69.773286 143.790857) - (xy 69.77827 143.721165) - (xy 69.820142 143.665232) - (xy 69.885606 143.640815) - (xy 69.894452 143.640499) - (xy 70.792871 143.640499) - (xy 70.792872 143.640499) - (xy 70.852483 143.634091) - (xy 70.987331 143.583796) - (xy 71.102546 143.497546) - (xy 71.188796 143.382331) - (xy 71.188798 143.382326) - (xy 71.217455 143.305493) - (xy 71.259326 143.249559) - (xy 71.32479 143.225141) - (xy 71.393063 143.239992) - (xy 71.424866 143.264843) - (xy 71.427722 143.267945) - (xy 71.433215 143.273912) - (xy 71.433222 143.273918) - (xy 71.616365 143.416464) - (xy 71.616371 143.416468) - (xy 71.616374 143.41647) - (xy 71.820497 143.526936) - (xy 71.934487 143.566068) - (xy 72.040015 143.602297) - (xy 72.040017 143.602297) - (xy 72.040019 143.602298) - (xy 72.268951 143.6405) - (xy 72.268952 143.6405) - (xy 72.501048 143.6405) - (xy 72.501049 143.6405) - (xy 72.729981 143.602298) - (xy 72.949503 143.526936) - (xy 73.153626 143.41647) - (xy 73.191387 143.38708) - (xy 73.24312 143.346814) - (xy 73.336784 143.273913) - (xy 73.493979 143.103153) - (xy 73.620924 142.908849) - (xy 73.714157 142.6963) - (xy 73.771134 142.471305) - (xy 73.773188 142.446517) - (xy 73.7903 142.240006) - (xy 73.7903 142.239993) - (xy 73.771135 142.008702) - (xy 73.771133 142.008691) - (xy 73.714157 141.783699) - (xy 73.620924 141.571151) - (xy 73.493983 141.376852) - (xy 73.49398 141.376849) - (xy 73.493979 141.376847) - (xy 73.336784 141.206087) - (xy 73.336779 141.206083) - (xy 73.336777 141.206081) - (xy 73.153634 141.063535) - (xy 73.153628 141.063531) - (xy 72.949504 140.953064) - (xy 72.949495 140.953061) - (xy 72.729984 140.877702) - (xy 72.53945 140.845908) - (xy 72.501049 140.8395) - (xy 72.268951 140.8395) - (xy 72.23055 140.845908) - (xy 72.040015 140.877702) - (xy 71.820504 140.953061) - (xy 71.820495 140.953064) - (xy 71.616371 141.063531) - (xy 71.616365 141.063535) - (xy 71.433222 141.206081) - (xy 71.433218 141.206085) - (xy 71.424866 141.215158) - (xy 71.364979 141.251148) - (xy 71.295141 141.249047) - (xy 71.237525 141.209522) - (xy 71.217455 141.174507) - (xy 71.188797 141.097671) - (xy 71.188793 141.097664) - (xy 71.102547 140.982455) - (xy 71.102544 140.982452) - (xy 70.987335 140.896206) - (xy 70.987328 140.896202) - (xy 70.852482 140.845908) - (xy 70.852483 140.845908) - (xy 70.792883 140.839501) - (xy 70.792881 140.8395) - (xy 70.792873 140.8395) - (xy 70.792865 140.8395) - (xy 69.1565 140.8395) - (xy 69.089461 140.819815) - (xy 69.043706 140.767011) - (xy 69.0325 140.7155) - (xy 69.0325 140.458) - (xy 74.108001 140.458) - (xy 74.108001 140.631322) - (xy 74.118144 140.730607) - (xy 74.171452 140.891481) - (xy 74.171457 140.891492) - (xy 74.260424 141.035728) - (xy 74.260427 141.035732) - (xy 74.380267 141.155572) - (xy 74.380271 141.155575) - (xy 74.524507 141.244542) - (xy 74.524518 141.244547) - (xy 74.685393 141.297855) - (xy 74.784683 141.307999) - (xy 74.808 141.307998) - (xy 74.808 140.458) - (xy 75.308 140.458) - (xy 75.308 141.307999) - (xy 75.331308 141.307999) - (xy 75.331322 141.307998) - (xy 75.430607 141.297855) - (xy 75.591481 141.244547) - (xy 75.591492 141.244542) - (xy 75.735728 141.155575) - (xy 75.735732 141.155572) - (xy 75.855572 141.035732) - (xy 75.855575 141.035728) - (xy 75.944542 140.891492) - (xy 75.944547 140.891481) - (xy 75.997855 140.730606) - (xy 76.007999 140.631322) - (xy 76.008 140.631309) - (xy 76.008 140.458) - (xy 75.308 140.458) - (xy 74.808 140.458) - (xy 74.108001 140.458) - (xy 69.0325 140.458) - (xy 69.0325 139.958) - (xy 74.108 139.958) - (xy 74.808 139.958) - (xy 74.808 139.108) - (xy 75.308 139.108) - (xy 75.308 139.958) - (xy 76.007999 139.958) - (xy 76.007999 139.784692) - (xy 76.007998 139.784677) - (xy 75.997855 139.685392) - (xy 75.944547 139.524518) - (xy 75.944542 139.524507) - (xy 75.855575 139.380271) - (xy 75.855572 139.380267) - (xy 75.735732 139.260427) - (xy 75.735728 139.260424) - (xy 75.591492 139.171457) - (xy 75.591481 139.171452) - (xy 75.430606 139.118144) - (xy 75.331322 139.108) - (xy 75.308 139.108) - (xy 74.808 139.108) - (xy 74.808 139.107999) - (xy 74.784693 139.108) - (xy 74.784674 139.108001) - (xy 74.685392 139.118144) - (xy 74.524518 139.171452) - (xy 74.524507 139.171457) - (xy 74.380271 139.260424) - (xy 74.380267 139.260427) - (xy 74.260427 139.380267) - (xy 74.260424 139.380271) - (xy 74.171457 139.524507) - (xy 74.171452 139.524518) - (xy 74.118144 139.685393) - (xy 74.108 139.784677) - (xy 74.108 139.958) - (xy 69.0325 139.958) - (xy 69.0325 129.882057) - (xy 69.052185 129.815018) - (xy 69.091401 129.77652) - (xy 69.225656 129.693712) - (xy 69.319319 129.600049) - (xy 69.380642 129.566564) - (xy 69.450334 129.571548) - (xy 69.494681 129.600049) - (xy 69.588344 129.693712) - (xy 69.737666 129.785814) - (xy 69.904203 129.840999) - (xy 70.006991 129.8515) - (xy 70.807008 129.851499) - (xy 70.807016 129.851498) - (xy 70.807019 129.851498) - (xy 70.883297 129.843706) - (xy 70.909797 129.840999) - (xy 71.076334 129.785814) - (xy 71.225656 129.693712) - (xy 71.349712 129.569656) - (xy 71.441814 129.420334) - (xy 71.496999 129.253797) - (xy 71.5075 129.151009) - (xy 71.507499 128.150992) - (xy 71.506375 128.139992) - (xy 71.496999 128.048203) - (xy 71.496998 128.0482) - (xy 71.478304 127.991785) - (xy 71.441814 127.881666) - (xy 71.349712 127.732344) - (xy 71.225656 127.608288) - (xy 71.076334 127.516186) - (xy 70.909797 127.461001) - (xy 70.909795 127.461) - (xy 70.807016 127.4505) - (xy 70.807009 127.4505) - (xy 70.142453 127.4505) - (xy 70.075414 127.430815) - (xy 70.054772 127.414181) - (xy 69.227819 126.587228) - (xy 69.194334 126.525905) - (xy 69.1915 126.499547) - (xy 69.1915 126.326057) - (xy 69.211185 126.259018) - (xy 69.250401 126.22052) - (xy 69.384656 126.137712) - (xy 69.478319 126.044049) - (xy 69.539642 126.010564) - (xy 69.609334 126.015548) - (xy 69.653681 126.044049) - (xy 69.747344 126.137712) - (xy 69.896666 126.229814) - (xy 70.063203 126.284999) - (xy 70.165991 126.2955) - (xy 70.966008 126.295499) - (xy 70.966016 126.295498) - (xy 70.966019 126.295498) - (xy 71.022302 126.289748) - (xy 71.068797 126.284999) - (xy 71.235334 126.229814) - (xy 71.384656 126.137712) - (xy 71.508712 126.013656) - (xy 71.579117 125.899509) - (xy 71.631063 125.852786) - (xy 71.700026 125.841563) - (xy 71.764108 125.869406) - (xy 71.772336 125.876926) - (xy 78.783229 132.887819) - (xy 78.816714 132.949142) - (xy 78.81173 133.018834) - (xy 78.769858 133.074767) - (xy 78.704394 133.099184) - (xy 78.695548 133.0995) - (xy 77.832129 133.0995) - (xy 77.832123 133.099501) - (xy 77.772516 133.105908) - (xy 77.637671 133.156202) - (xy 77.637664 133.156206) - (xy 77.522455 133.242452) - (xy 77.522452 133.242455) - (xy 77.436206 133.357664) - (xy 77.436202 133.357671) - (xy 77.385908 133.492517) - (xy 77.379501 133.552116) - (xy 77.3795 133.552135) - (xy 77.3795 133.7505) - (xy 77.359815 133.817539) - (xy 77.307011 133.863294) - (xy 77.2555 133.8745) - (xy 76.778722 133.8745) - (xy 76.711683 133.854815) - (xy 76.673183 133.815597) - (xy 76.602712 133.701344) - (xy 76.478656 133.577288) - (xy 76.329334 133.485186) - (xy 76.162797 133.430001) - (xy 76.162795 133.43) - (xy 76.06001 133.4195) - (xy 75.259998 133.4195) - (xy 75.25998 133.419501) - (xy 75.157203 133.43) - (xy 75.1572 133.430001) - (xy 74.990668 133.485185) - (xy 74.990663 133.485187) - (xy 74.841342 133.577289) - (xy 74.747681 133.670951) - (xy 74.686358 133.704436) - (xy 74.616666 133.699452) - (xy 74.572319 133.670951) - (xy 74.478657 133.577289) - (xy 74.478656 133.577288) - (xy 74.329334 133.485186) - (xy 74.162797 133.430001) - (xy 74.162795 133.43) - (xy 74.060016 133.4195) - (xy 74.060009 133.4195) - (xy 73.326578 133.4195) - (xy 73.266842 133.404163) - (xy 73.25709 133.398802) - (xy 73.237693 133.393822) - (xy 73.219281 133.387518) - (xy 73.200898 133.379562) - (xy 73.200892 133.37956) - (xy 73.154874 133.372272) - (xy 73.149152 133.371087) - (xy 73.104021 133.3595) - (xy 73.104019 133.3595) - (xy 73.083984 133.3595) - (xy 73.064586 133.357973) - (xy 73.057162 133.356797) - (xy 73.044805 133.35484) - (xy 73.044804 133.35484) - (xy 72.998416 133.359225) - (xy 72.992578 133.3595) - (xy 71.569748 133.3595) - (xy 71.502709 133.339815) - (xy 71.4776 133.318474) - (xy 71.471873 133.312114) - (xy 71.471869 133.31211) - (xy 71.318734 133.200851) - (xy 71.318729 133.200848) - (xy 71.145807 133.123857) - (xy 71.145802 133.123855) - (xy 71.000001 133.092865) - (xy 70.960646 133.0845) - (xy 70.771354 133.0845) - (xy 70.738897 133.091398) - (xy 70.586197 133.123855) - (xy 70.586192 133.123857) - (xy 70.41327 133.200848) - (xy 70.413265 133.200851) - (xy 70.260129 133.312111) - (xy 70.133466 133.452785) - (xy 70.038821 133.616715) - (xy 70.038818 133.616722) - (xy 69.991541 133.762227) - (xy 69.980326 133.796744) - (xy 69.96054 133.985) - (xy 69.980326 134.173256) - (xy 69.980327 134.173259) - (xy 70.038818 134.353277) - (xy 70.038821 134.353284) - (xy 70.133467 134.517216) - (xy 70.235185 134.630185) - (xy 70.260129 134.657888) - (xy 70.413265 134.769148) - (xy 70.41327 134.769151) - (xy 70.586192 134.846142) - (xy 70.586197 134.846144) - (xy 70.771354 134.8855) - (xy 70.771355 134.8855) - (xy 70.960644 134.8855) - (xy 70.960646 134.8855) - (xy 71.145803 134.846144) - (xy 71.31873 134.769151) - (xy 71.471871 134.657888) - (xy 71.474788 134.654647) - (xy 71.4776 134.651526) - (xy 71.537087 134.614879) - (xy 71.569748 134.6105) - (xy 72.4355 134.6105) - (xy 72.502539 134.630185) - (xy 72.548294 134.682989) - (xy 72.5595 134.7345) - (xy 72.5595 135.120001) - (xy 72.559501 135.120019) - (xy 72.57 135.222796) - (xy 72.570001 135.222799) - (xy 72.616508 135.363147) - (xy 72.625186 135.389334) - (xy 72.717288 135.538656) - (xy 72.841344 135.662712) - (xy 72.990666 135.754814) - (xy 73.157203 135.809999) - (xy 73.259991 135.8205) - (xy 74.060008 135.820499) - (xy 74.060016 135.820498) - (xy 74.060019 135.820498) - (xy 74.116302 135.814748) - (xy 74.162797 135.809999) - (xy 74.329334 135.754814) - (xy 74.478656 135.662712) - (xy 74.572319 135.569049) - (xy 74.633642 135.535564) - (xy 74.703334 135.540548) - (xy 74.747681 135.569049) - (xy 74.841344 135.662712) - (xy 74.990666 135.754814) - (xy 75.157203 135.809999) - (xy 75.259991 135.8205) - (xy 76.060008 135.820499) - (xy 76.060016 135.820498) - (xy 76.060019 135.820498) - (xy 76.116302 135.814748) - (xy 76.162797 135.809999) - (xy 76.329334 135.754814) - (xy 76.478656 135.662712) - (xy 76.602712 135.538656) - (xy 76.694814 135.389334) - (xy 76.749999 135.222797) - (xy 76.749999 135.222795) - (xy 76.752128 135.216371) - (xy 76.75348 135.216819) - (xy 76.783126 135.162105) - (xy 76.844339 135.12842) - (xy 76.871092 135.1255) - (xy 77.255501 135.1255) - (xy 77.32254 135.145185) - (xy 77.368295 135.197989) - (xy 77.379501 135.2495) - (xy 77.379501 135.447876) - (xy 77.385908 135.507483) - (xy 77.436202 135.642328) - (xy 77.436206 135.642335) - (xy 77.522452 135.757544) - (xy 77.522455 135.757547) - (xy 77.637664 135.843793) - (xy 77.637671 135.843797) - (xy 77.772517 135.894091) - (xy 77.772516 135.894091) - (xy 77.779444 135.894835) - (xy 77.832127 135.9005) - (xy 79.727872 135.900499) - (xy 79.787483 135.894091) - (xy 79.922331 135.843796) - (xy 80.037546 135.757546) - (xy 80.123796 135.642331) - (xy 80.142092 135.593274) - (xy 80.183961 135.537342) - (xy 80.249425 135.512924) - (xy 80.317699 135.527775) - (xy 80.334436 135.538755) - (xy 80.511365 135.676464) - (xy 80.511371 135.676468) - (xy 80.511374 135.67647) - (xy 80.715497 135.786936) - (xy 80.81326 135.820498) - (xy 80.935015 135.862297) - (xy 80.935017 135.862297) - (xy 80.935019 135.862298) - (xy 81.163951 135.9005) - (xy 81.163952 135.9005) - (xy 81.396048 135.9005) - (xy 81.396049 135.9005) - (xy 81.624981 135.862298) - (xy 81.844503 135.786936) - (xy 82.048626 135.67647) - (xy 82.066303 135.662712) - (xy 82.110129 135.6286) - (xy 82.231784 135.533913) - (xy 82.388979 135.363153) - (xy 82.426191 135.306196) - (xy 82.479337 135.260839) - (xy 82.548569 135.251415) - (xy 82.611904 135.280917) - (xy 82.633809 135.306196) - (xy 82.671016 135.363147) - (xy 82.671019 135.363151) - (xy 82.671021 135.363153) - (xy 82.828216 135.533913) - (xy 82.828219 135.533915) - (xy 82.828222 135.533918) - (xy 83.011365 135.676464) - (xy 83.011371 135.676468) - (xy 83.011374 135.67647) - (xy 83.215497 135.786936) - (xy 83.31326 135.820498) - (xy 83.435015 135.862297) - (xy 83.435017 135.862297) - (xy 83.435019 135.862298) - (xy 83.663951 135.9005) - (xy 83.663952 135.9005) - (xy 83.896048 135.9005) - (xy 83.896049 135.9005) - (xy 84.124981 135.862298) - (xy 84.344503 135.786936) - (xy 84.548626 135.67647) - (xy 84.566303 135.662712) - (xy 84.610129 135.6286) - (xy 84.731784 135.533913) - (xy 84.888979 135.363153) - (xy 85.015924 135.168849) - (xy 85.109157 134.9563) - (xy 85.166134 134.731305) - (xy 85.166135 134.731297) - (xy 85.1853 134.500006) - (xy 85.1853 134.499993) - (xy 85.166135 134.268702) - (xy 85.166133 134.268691) - (xy 85.109157 134.043699) - (xy 85.015924 133.831151) - (xy 84.888983 133.636852) - (xy 84.88898 133.636849) - (xy 84.888979 133.636847) - (xy 84.731784 133.466087) - (xy 84.731779 133.466083) - (xy 84.731777 133.466081) - (xy 84.548634 133.323535) - (xy 84.548628 133.323531) - (xy 84.344504 133.213064) - (xy 84.344495 133.213061) - (xy 84.124984 133.137702) - (xy 83.93445 133.105908) - (xy 83.896049 133.0995) - (xy 83.663951 133.0995) - (xy 83.62555 133.105908) - (xy 83.435016 133.137702) - (xy 83.409421 133.146489) - (xy 83.339622 133.149638) - (xy 83.281478 133.116888) - (xy 83.24909 133.0845) - (xy 83.211818 133.047227) - (xy 83.178334 132.985903) - (xy 83.1755 132.959546) - (xy 83.1755 131.712016) - (xy 83.195185 131.644977) - (xy 83.247989 131.599222) - (xy 83.260488 131.594313) - (xy 83.319334 131.574814) - (xy 83.468656 131.482712) - (xy 83.592712 131.358656) - (xy 83.684814 131.209334) - (xy 83.739999 131.042797) - (xy 83.7505 130.940009) - (xy 83.750499 130.139992) - (xy 83.739999 130.037203) - (xy 83.684814 129.870666) - (xy 83.592712 129.721344) - (xy 83.499049 129.627681) - (xy 83.465564 129.566358) - (xy 83.470548 129.496666) - (xy 83.499049 129.452319) - (xy 83.53558 129.415788) - (xy 83.592712 129.358656) - (xy 83.684814 129.209334) - (xy 83.739999 129.042797) - (xy 83.7505 128.940009) - (xy 83.750499 128.139992) - (xy 83.739999 128.037203) - (xy 83.684814 127.870666) - (xy 83.592712 127.721344) - (xy 83.468656 127.597288) - (xy 83.362184 127.531616) - (xy 83.319336 127.505187) - (xy 83.319331 127.505185) - (xy 83.317862 127.504698) - (xy 83.152797 127.450001) - (xy 83.152795 127.45) - (xy 83.05001 127.4395) - (xy 82.049998 127.4395) - (xy 82.04998 127.439501) - (xy 81.947203 127.45) - (xy 81.9472 127.450001) - (xy 81.780668 127.505185) - (xy 81.780663 127.505187) - (xy 81.631342 127.597289) - (xy 81.507287 127.721344) - (xy 81.482182 127.762046) - (xy 81.430233 127.80877) - (xy 81.36127 127.819991) - (xy 81.303759 127.797266) - (xy 81.224734 127.739851) - (xy 81.224729 127.739848) - (xy 81.051807 127.662857) - (xy 81.051802 127.662855) - (xy 80.906001 127.631865) - (xy 80.866646 127.6235) - (xy 80.677354 127.6235) - (xy 80.644897 127.630398) - (xy 80.492197 127.662855) - (xy 80.492192 127.662857) - (xy 80.31927 127.739848) - (xy 80.319265 127.739851) - (xy 80.166129 127.851111) - (xy 80.039466 127.991785) - (xy 79.944821 128.155715) - (xy 79.944818 128.155722) - (xy 79.901414 128.289308) - (xy 79.886326 128.335744) - (xy 79.86654 128.524) - (xy 79.886326 128.712256) - (xy 79.886327 128.712259) - (xy 79.944818 128.892277) - (xy 79.944821 128.892284) - (xy 80.039467 129.056216) - (xy 80.141867 129.169942) - (xy 80.166129 129.196888) - (xy 80.319265 129.308148) - (xy 80.31927 129.308151) - (xy 80.492192 129.385142) - (xy 80.492197 129.385144) - (xy 80.677354 129.4245) - (xy 80.677355 129.4245) - (xy 80.866644 129.4245) - (xy 80.866646 129.4245) - (xy 81.051803 129.385144) - (xy 81.22473 129.308151) - (xy 81.290131 129.260634) - (xy 81.355933 129.237155) - (xy 81.423987 129.25298) - (xy 81.468552 129.295855) - (xy 81.476136 129.308151) - (xy 81.507289 129.358657) - (xy 81.600951 129.452319) - (xy 81.634436 129.513642) - (xy 81.629452 129.583334) - (xy 81.600951 129.627681) - (xy 81.507289 129.721342) - (xy 81.415187 129.870663) - (xy 81.415186 129.870666) - (xy 81.360001 130.037203) - (xy 81.360001 130.037204) - (xy 81.36 130.037204) - (xy 81.3495 130.139983) - (xy 81.3495 130.940001) - (xy 81.349501 130.940019) - (xy 81.36 131.042796) - (xy 81.360001 131.042799) - (xy 81.410436 131.195) - (xy 81.415186 131.209334) - (xy 81.507288 131.358656) - (xy 81.631344 131.482712) - (xy 81.780666 131.574814) - (xy 81.780668 131.574815) - (xy 81.80111 131.581588) - (xy 81.839502 131.59431) - (xy 81.896947 131.634081) - (xy 81.923772 131.698596) - (xy 81.9245 131.712016) - (xy 81.9245 133.066854) - (xy 81.904815 133.133893) - (xy 81.852011 133.179648) - (xy 81.782853 133.189592) - (xy 81.760237 133.184135) - (xy 81.624984 133.137702) - (xy 81.43445 133.105908) - (xy 81.396049 133.0995) - (xy 81.163951 133.0995) - (xy 81.125795 133.105867) - (xy 80.935014 133.137702) - (xy 80.909419 133.146489) - (xy 80.83962 133.149637) - (xy 80.781478 133.116888) - (xy 76.924372 129.259781) - (xy 76.890887 129.198458) - (xy 76.895871 129.128766) - (xy 76.937743 129.072833) - (xy 76.980687 129.052133) - (xy 77.06168 129.030959) - (xy 77.082319 129.025564) - (xy 77.08232 129.025563) - (xy 77.082326 129.025562) - (xy 77.332975 128.919047) - (xy 77.565444 128.777173) - (xy 77.774779 128.602963) - (xy 77.956518 128.400131) - (xy 78.106788 128.172998) - (xy 78.222386 127.926406) - (xy 78.300847 127.665611) - (xy 78.3405 127.396171) - (xy 78.3405 127.328005) - (xy 84.2195 127.328005) - (xy 84.234403 127.531615) - (xy 84.234405 127.531629) - (xy 84.293615 127.797435) - (xy 84.293618 127.797442) - (xy 84.367947 127.991784) - (xy 84.390908 128.051816) - (xy 84.524195 128.289308) - (xy 84.524198 128.289313) - (xy 84.690643 128.504866) - (xy 84.690652 128.504875) - (xy 84.79239 128.602963) - (xy 84.886705 128.693894) - (xy 84.886708 128.693896) - (xy 84.886709 128.693897) - (xy 85.108189 128.852352) - (xy 85.108192 128.852353) - (xy 85.108198 128.852358) - (xy 85.350403 128.976885) - (xy 85.350407 128.976886) - (xy 85.350411 128.976888) - (xy 85.608145 129.064815) - (xy 85.608151 129.064816) - (xy 85.608159 129.064819) - (xy 85.768564 129.094447) - (xy 85.875959 129.114284) - (xy 85.875961 129.114284) - (xy 85.875971 129.114286) - (xy 86.093699 129.122242) - (xy 86.148129 129.124232) - (xy 86.148129 129.124231) - (xy 86.148131 129.124232) - (xy 86.418839 129.094446) - (xy 86.682326 129.025562) - (xy 86.932975 128.919047) - (xy 87.165444 128.777173) - (xy 87.374779 128.602963) - (xy 87.556518 128.400131) - (xy 87.706788 128.172998) - (xy 87.822386 127.926406) - (xy 87.900847 127.665611) - (xy 87.9405 127.396171) - (xy 87.9405 126.672) - (xy 87.925597 126.468384) - (xy 87.925594 126.46837) - (xy 87.866384 126.202564) - (xy 87.866382 126.20256) - (xy 87.866382 126.202558) - (xy 87.769093 125.948186) - (xy 87.635804 125.71069) - (xy 87.469355 125.495132) - (xy 87.445363 125.472001) - (xy 87.273298 125.306109) - (xy 87.27329 125.306102) - (xy 87.05181 125.147647) - (xy 87.051804 125.147643) - (xy 87.051802 125.147642) - (xy 87.010152 125.126228) - (xy 86.809602 125.023117) - (xy 86.809588 125.023111) - (xy 86.551854 124.935184) - (xy 86.551841 124.935181) - (xy 86.551836 124.93518) - (xy 86.28404 124.885715) - (xy 86.28402 124.885713) - (xy 86.01187 124.875767) - (xy 85.741172 124.905552) - (xy 85.741159 124.905554) - (xy 85.477679 124.974436) - (xy 85.227025 125.080953) - (xy 84.99456 125.222824) - (xy 84.99455 125.222831) - (xy 84.785222 125.397035) - (xy 84.603482 125.599868) - (xy 84.453213 125.826999) - (xy 84.400177 125.940135) - (xy 84.362927 126.019598) - (xy 84.337613 126.073597) - (xy 84.259152 126.334392) - (xy 84.239847 126.465568) - (xy 84.2195 126.603829) - (xy 84.2195 126.603833) - (xy 84.2195 127.328005) - (xy 78.3405 127.328005) - (xy 78.3405 126.672) - (xy 78.325597 126.468384) - (xy 78.325594 126.46837) - (xy 78.266384 126.202564) - (xy 78.266382 126.20256) - (xy 78.266382 126.202558) - (xy 78.169093 125.948186) - (xy 78.035804 125.71069) - (xy 77.869355 125.495132) - (xy 77.845363 125.472001) - (xy 77.673298 125.306109) - (xy 77.67329 125.306102) - (xy 77.45181 125.147647) - (xy 77.451804 125.147643) - (xy 77.451802 125.147642) - (xy 77.410152 125.126228) - (xy 77.209602 125.023117) - (xy 77.209588 125.023111) - (xy 76.951854 124.935184) - (xy 76.951841 124.935181) - (xy 76.951836 124.93518) - (xy 76.68404 124.885715) - (xy 76.68402 124.885713) - (xy 76.41187 124.875767) - (xy 76.141172 124.905552) - (xy 76.141159 124.905554) - (xy 75.877679 124.974436) - (xy 75.627025 125.080953) - (xy 75.39456 125.222824) - (xy 75.39455 125.222831) - (xy 75.185222 125.397035) - (xy 75.003482 125.599868) - (xy 74.853213 125.826999) - (xy 74.800177 125.940135) - (xy 74.762927 126.019598) - (xy 74.737613 126.073597) - (xy 74.659152 126.334392) - (xy 74.639847 126.465568) - (xy 74.6195 126.603829) - (xy 74.6195 126.603833) - (xy 74.6195 126.655547) - (xy 74.599815 126.722586) - (xy 74.547011 126.768341) - (xy 74.477853 126.778285) - (xy 74.414297 126.74926) - (xy 74.407819 126.743228) - (xy 72.375803 124.711212) - (xy 72.36598 124.69895) - (xy 72.365759 124.699134) - (xy 72.360786 124.693123) - (xy 72.310364 124.645773) - (xy 72.299919 124.635328) - (xy 72.289475 124.624883) - (xy 72.283986 124.620625) - (xy 72.279561 124.616847) - (xy 72.245582 124.584938) - (xy 72.24558 124.584936) - (xy 72.245577 124.584935) - (xy 72.228029 124.575288) - (xy 72.211763 124.564604) - (xy 72.195936 124.552327) - (xy 72.195935 124.552326) - (xy 72.195933 124.552325) - (xy 72.153168 124.533818) - (xy 72.147922 124.531248) - (xy 72.107093 124.508803) - (xy 72.107092 124.508802) - (xy 72.087693 124.503822) - (xy 72.069281 124.497518) - (xy 72.050898 124.489562) - (xy 72.050892 124.48956) - (xy 72.004874 124.482272) - (xy 71.999152 124.481087) - (xy 71.954021 124.4695) - (xy 71.954019 124.4695) - (xy 71.933984 124.4695) - (xy 71.914586 124.467973) - (xy 71.907162 124.466797) - (xy 71.894805 124.46484) - (xy 71.894804 124.46484) - (xy 71.848416 124.469225) - (xy 71.842578 124.4695) - (xy 71.738017 124.4695) - (xy 71.670978 124.449815) - (xy 71.625223 124.397011) - (xy 71.620311 124.384505) - (xy 71.600814 124.325666) - (xy 71.508712 124.176344) - (xy 71.384656 124.052288) - (xy 71.235334 123.960186) - (xy 71.068797 123.905001) - (xy 71.068795 123.905) - (xy 70.96601 123.8945) - (xy 70.165998 123.8945) - (xy 70.16598 123.894501) - (xy 70.063203 123.905) - (xy 70.0632 123.905001) - (xy 69.896668 123.960185) - (xy 69.896663 123.960187) - (xy 69.747342 124.052289) - (xy 69.653681 124.145951) - (xy 69.592358 124.179436) - (xy 69.522666 124.174452) - (xy 69.478319 124.145951) - (xy 69.384657 124.052289) - (xy 69.384656 124.052288) - (xy 69.235334 123.960186) - (xy 69.068797 123.905001) - (xy 69.068795 123.905) - (xy 68.96601 123.8945) - (xy 68.165998 123.8945) - (xy 68.16598 123.894501) - (xy 68.063203 123.905) - (xy 68.0632 123.905001) - (xy 67.896668 123.960185) - (xy 67.896663 123.960187) - (xy 67.747342 124.052289) - (xy 67.623289 124.176342) - (xy 67.531187 124.325663) - (xy 67.531186 124.325666) - (xy 67.476001 124.492203) - (xy 67.476001 124.492204) - (xy 67.476 124.492204) - (xy 67.4655 124.594983) - (xy 67.4655 125.259546) - (xy 67.445815 125.326585) - (xy 67.429181 125.347227) - (xy 66.946228 125.830181) - (xy 66.884905 125.863666) - (xy 66.858547 125.8665) - (xy 66.529111 125.8665) - (xy 66.462072 125.846815) - (xy 66.416317 125.794011) - (xy 66.406373 125.724853) - (xy 66.422379 125.679379) - (xy 66.450281 125.632198) - (xy 66.4961 125.474486) - (xy 66.496295 125.472001) - (xy 66.496295 125.472) - (xy 63.551705 125.472) - (xy 63.551704 125.472001) - (xy 63.551899 125.474486) - (xy 63.597718 125.632198) - (xy 63.681314 125.773552) - (xy 63.6861 125.779722) - (xy 63.68364 125.781629) - (xy 63.71021 125.830288) - (xy 63.705226 125.89998) - (xy 63.684162 125.932781) - (xy 63.685699 125.933974) - (xy 63.680915 125.94014) - (xy 63.597255 126.081603) - (xy 63.597254 126.081606) - (xy 63.551402 126.239426) - (xy 63.551401 126.239432) - (xy 63.5485 126.276304) - (xy 63.5485 126.707696) - (xy 63.551401 126.744567) - (xy 63.551402 126.744573) - (xy 63.597254 126.902393) - (xy 63.597255 126.902396) - (xy 63.597256 126.902398) - (xy 63.605116 126.915689) - (xy 63.680917 127.043862) - (xy 63.685702 127.050031) - (xy 63.683256 127.051927) - (xy 63.709857 127.100642) - (xy 63.704873 127.170334) - (xy 63.684069 127.202703) - (xy 63.685702 127.203969) - (xy 63.680917 127.210137) - (xy 63.597255 127.351603) - (xy 63.597254 127.351606) - (xy 63.551402 127.509426) - (xy 63.551401 127.509432) - (xy 63.5485 127.546304) - (xy 63.5485 127.977696) - (xy 63.551401 128.014567) - (xy 63.551402 128.014573) - (xy 63.597254 128.172393) - (xy 63.597255 128.172396) - (xy 63.680917 128.313862) - (xy 63.685702 128.320031) - (xy 63.683256 128.321927) - (xy 63.709857 128.370642) - (xy 63.704873 128.440334) - (xy 63.684069 128.472703) - (xy 63.685702 128.473969) - (xy 63.680917 128.480137) - (xy 63.597255 128.621603) - (xy 63.597254 128.621606) - (xy 63.551402 128.779426) - (xy 63.551401 128.779432) - (xy 63.5485 128.816304) - (xy 63.5485 129.247696) - (xy 63.551401 129.284567) - (xy 63.551402 129.284573) - (xy 63.597254 129.442393) - (xy 63.597255 129.442396) - (xy 63.680917 129.583862) - (xy 63.680923 129.58387) - (xy 63.797129 129.700076) - (xy 63.797133 129.700079) - (xy 63.797135 129.700081) - (xy 63.938602 129.783744) - (xy 63.94572 129.785812) - (xy 64.096426 129.829597) - (xy 64.096429 129.829597) - (xy 64.096431 129.829598) - (xy 64.108722 129.830565) - (xy 64.133304 129.8325) - (xy 64.133306 129.8325) - (xy 64.2745 129.8325) - (xy 64.341539 129.852185) - (xy 64.387294 129.904989) - (xy 64.3985 129.9565) - (xy 64.3985 130.172692) - (xy 64.378815 130.239731) - (xy 64.33222 130.280433) - (xy 64.332813 130.281395) - (xy 64.327053 130.284947) - (xy 64.326912 130.285071) - (xy 64.32667 130.285183) - (xy 64.177342 130.377289) - (xy 64.053288 130.501343) - (xy 64.053283 130.501349) - (xy 64.051241 130.504661) - (xy 64.049247 130.506453) - (xy 64.048807 130.507011) - (xy 64.048711 130.506935) - (xy 63.999291 130.551383) - (xy 63.930328 130.562602) - (xy 63.866247 130.534755) - (xy 63.840168 130.504656) - (xy 63.838319 130.501659) - (xy 63.838316 130.501655) - (xy 63.714345 130.377684) - (xy 63.565124 130.285643) - (xy 63.565119 130.285641) - (xy 63.398697 130.230494) - (xy 63.39869 130.230493) - (xy 63.295986 130.22) - (xy 63.1585 130.22) - (xy 63.1585 132.669999) - (xy 62.658499 132.669999) - (xy 62.6585 132.669998) - (xy 62.6585 131.695) - (xy 61.821001 131.695) - (xy 55.2355 131.695) - (xy 55.2355 131.195) - (xy 61.821 131.195) - (xy 62.6585 131.195) - (xy 62.6585 130.22) - (xy 62.521027 130.22) - (xy 62.521012 130.220001) - (xy 62.418302 130.230494) - (xy 62.25188 130.285641) - (xy 62.251875 130.285643) - (xy 62.102654 130.377684) - (xy 61.978684 130.501654) - (xy 61.886643 130.650875) - (xy 61.886641 130.65088) - (xy 61.831494 130.817302) - (xy 61.831493 130.817309) - (xy 61.821 130.920013) - (xy 61.821 131.195) - (xy 55.2355 131.195) - (xy 55.2355 127.286848) - (xy 55.255185 127.219809) - (xy 55.307989 127.174054) - (xy 55.377147 127.16411) - (xy 55.440703 127.193135) - (xy 55.447179 127.199165) - (xy 56.561875 128.313862) - (xy 57.663801 129.415788) - (xy 57.673626 129.428051) - (xy 57.673847 129.427869) - (xy 57.678818 129.433878) - (xy 57.704821 129.458295) - (xy 57.729239 129.481226) - (xy 57.750133 129.50212) - (xy 57.755615 129.506373) - (xy 57.760047 129.510157) - (xy 57.794022 129.542062) - (xy 57.81158 129.551714) - (xy 57.827839 129.562395) - (xy 57.843668 129.574673) - (xy 57.886442 129.593182) - (xy 57.89166 129.595738) - (xy 57.932512 129.618197) - (xy 57.95192 129.62318) - (xy 57.970321 129.62948) - (xy 57.988708 129.637437) - (xy 58.032092 129.644308) - (xy 58.034723 129.644725) - (xy 58.040443 129.645909) - (xy 58.085585 129.6575) - (xy 58.10562 129.6575) - (xy 58.125018 129.659026) - (xy 58.144798 129.662159) - (xy 58.144799 129.66216) - (xy 58.144799 129.662159) - (xy 58.1448 129.66216) - (xy 58.191188 129.657775) - (xy 58.197026 129.6575) - (xy 58.753191 129.6575) - (xy 58.82023 129.677185) - (xy 58.840872 129.693819) - (xy 58.847129 129.700076) - (xy 58.847133 129.700079) - (xy 58.847135 129.700081) - (xy 58.988602 129.783744) - (xy 58.99572 129.785812) - (xy 59.146426 129.829597) - (xy 59.146429 129.829597) - (xy 59.146431 129.829598) - (xy 59.158722 129.830565) - (xy 59.183304 129.8325) - (xy 59.183306 129.8325) - (xy 60.964696 129.8325) - (xy 60.983131 129.831049) - (xy 61.001569 129.829598) - (xy 61.001571 129.829597) - (xy 61.001573 129.829597) - (xy 61.051753 129.815018) - (xy 61.159398 129.783744) - (xy 61.300865 129.700081) - (xy 61.417081 129.583865) - (xy 61.500744 129.442398) - (xy 61.546598 129.284569) - (xy 61.548049 129.266131) - (xy 61.5495 129.247696) - (xy 61.5495 128.816304) - (xy 61.546598 128.779432) - (xy 61.546597 128.779426) - (xy 61.500745 128.621606) - (xy 61.500744 128.621603) - (xy 61.500744 128.621602) - (xy 61.417081 128.480135) - (xy 61.417078 128.480132) - (xy 61.412298 128.473969) - (xy 61.41475 128.472066) - (xy 61.388155 128.423421) - (xy 61.393104 128.353726) - (xy 61.41394 128.321304) - (xy 61.412298 128.320031) - (xy 61.417075 128.31387) - (xy 61.417081 128.313865) - (xy 61.500744 128.172398) - (xy 61.546598 128.014569) - (xy 61.5495 127.977694) - (xy 61.5495 127.546306) - (xy 61.546598 127.509431) - (xy 61.545364 127.505185) - (xy 61.505662 127.36853) - (xy 61.500744 127.351602) - (xy 61.417081 127.210135) - (xy 61.417078 127.210132) - (xy 61.412298 127.203969) - (xy 61.414635 127.202155) - (xy 61.387798 127.15305) - (xy 61.392756 127.083356) - (xy 61.413554 127.050998) - (xy 61.411903 127.049717) - (xy 61.416686 127.04355) - (xy 61.500281 126.902198) - (xy 61.5461 126.744486) - (xy 61.546295 126.742001) - (xy 61.546295 126.742) - (xy 58.601705 126.742) - (xy 58.601704 126.742001) - (xy 58.601899 126.744486) - (xy 58.647718 126.902198) - (xy 58.675621 126.949379) - (xy 58.692804 127.017103) - (xy 58.670644 127.083365) - (xy 58.616178 127.127129) - (xy 58.568889 127.1365) - (xy 58.222453 127.1365) - (xy 58.155414 127.116815) - (xy 58.134772 127.100181) - (xy 56.160819 125.126228) - (xy 56.127334 125.064905) - (xy 56.1245 125.038547) - (xy 56.1245 123.063) - (xy 57.19854 123.063) - (xy 57.218326 123.251256) - (xy 57.218327 123.251259) - (xy 57.276818 123.431277) - (xy 57.276821 123.431284) - (xy 57.371467 123.595216) - (xy 57.492935 123.730119) - (xy 57.498129 123.735888) - (xy 57.651265 123.847148) - (xy 57.65127 123.847151) - (xy 57.824192 123.924142) - (xy 57.824197 123.924144) - (xy 58.009354 123.9635) - (xy 58.009355 123.9635) - (xy 58.198644 123.9635) - (xy 58.198646 123.9635) - (xy 58.383803 123.924144) - (xy 58.55673 123.847151) - (xy 58.604935 123.812127) - (xy 58.670741 123.788647) - (xy 58.738795 123.804472) - (xy 58.783359 123.847347) - (xy 58.803096 123.879345) - (xy 58.803288 123.879656) - (xy 58.927344 124.003712) - (xy 59.049097 124.078809) - (xy 59.095821 124.130755) - (xy 59.108 124.184347) - (xy 59.108 124.342465) - (xy 59.088315 124.409504) - (xy 59.035511 124.455259) - (xy 59.018597 124.461541) - (xy 58.988603 124.470255) - (xy 58.847137 124.553917) - (xy 58.847129 124.553923) - (xy 58.730923 124.670129) - (xy 58.730917 124.670137) - (xy 58.647255 124.811603) - (xy 58.647254 124.811606) - (xy 58.601402 124.969426) - (xy 58.601401 124.969432) - (xy 58.5985 125.006304) - (xy 58.5985 125.437696) - (xy 58.601401 125.474567) - (xy 58.601402 125.474573) - (xy 58.647254 125.632393) - (xy 58.647255 125.632396) - (xy 58.730917 125.773862) - (xy 58.735702 125.780031) - (xy 58.733369 125.78184) - (xy 58.76021 125.830995) - (xy 58.755226 125.900687) - (xy 58.73447 125.933021) - (xy 58.736097 125.934283) - (xy 58.731313 125.940449) - (xy 58.647718 126.081801) - (xy 58.601899 126.239513) - (xy 58.601704 126.241998) - (xy 58.601705 126.242) - (xy 61.546295 126.242) - (xy 61.546295 126.241998) - (xy 61.5461 126.239513) - (xy 61.500281 126.081801) - (xy 61.416685 125.940447) - (xy 61.4119 125.934278) - (xy 61.414366 125.932364) - (xy 61.387802 125.883776) - (xy 61.392749 125.814082) - (xy 61.413856 125.781232) - (xy 61.412301 125.780026) - (xy 61.417077 125.773868) - (xy 61.417081 125.773865) - (xy 61.500744 125.632398) - (xy 61.540626 125.495124) - (xy 61.546597 125.474573) - (xy 61.546598 125.474567) - (xy 61.546605 125.474486) - (xy 61.5495 125.437694) - (xy 61.5495 125.006306) - (xy 61.5468 124.971998) - (xy 63.551704 124.971998) - (xy 63.551705 124.972) - (xy 64.774 124.972) - (xy 64.774 124.422) - (xy 65.274 124.422) - (xy 65.274 124.972) - (xy 66.496295 124.972) - (xy 66.496295 124.971998) - (xy 66.4961 124.969513) - (xy 66.450281 124.811801) - (xy 66.366685 124.670447) - (xy 66.366678 124.670438) - (xy 66.250561 124.554321) - (xy 66.250552 124.554314) - (xy 66.109196 124.470717) - (xy 66.109193 124.470716) - (xy 65.951495 124.4249) - (xy 65.951489 124.424899) - (xy 65.914644 124.422) - (xy 65.274 124.422) - (xy 64.774 124.422) - (xy 64.133356 124.422) - (xy 64.09651 124.424899) - (xy 64.096504 124.4249) - (xy 63.938806 124.470716) - (xy 63.938803 124.470717) - (xy 63.797447 124.554314) - (xy 63.797438 124.554321) - (xy 63.681321 124.670438) - (xy 63.681314 124.670447) - (xy 63.597718 124.811801) - (xy 63.551899 124.969513) - (xy 63.551704 124.971998) - (xy 61.5468 124.971998) - (xy 61.546598 124.969431) - (xy 61.536648 124.935184) - (xy 61.500745 124.811606) - (xy 61.500744 124.811603) - (xy 61.500744 124.811602) - (xy 61.417081 124.670135) - (xy 61.417079 124.670133) - (xy 61.417076 124.670129) - (xy 61.30087 124.553923) - (xy 61.300862 124.553917) - (xy 61.19651 124.492204) - (xy 61.159398 124.470256) - (xy 61.159397 124.470255) - (xy 61.159396 124.470255) - (xy 61.159393 124.470254) - (xy 61.001573 124.424402) - (xy 61.001567 124.424401) - (xy 60.964696 124.4215) - (xy 60.964694 124.4215) - (xy 60.483 124.4215) - (xy 60.415961 124.401815) - (xy 60.370206 124.349011) - (xy 60.359 124.2975) - (xy 60.359 124.184347) - (xy 60.378685 124.117308) - (xy 60.417901 124.07881) - (xy 60.539656 124.003712) - (xy 60.663712 123.879656) - (xy 60.665752 123.876347) - (xy 60.667745 123.874555) - (xy 60.668193 123.873989) - (xy 60.668289 123.874065) - (xy 60.717694 123.829623) - (xy 60.786656 123.818395) - (xy 60.85074 123.846234) - (xy 60.876829 123.876339) - (xy 60.878681 123.879341) - (xy 60.878683 123.879344) - (xy 61.002654 124.003315) - (xy 61.151875 124.095356) - (xy 61.15188 124.095358) - (xy 61.318302 124.150505) - (xy 61.318309 124.150506) - (xy 61.421019 124.160999) - (xy 61.558499 124.160999) - (xy 61.5585 124.160998) - (xy 61.5585 123.186) - (xy 62.0585 123.186) - (xy 62.0585 124.160999) - (xy 62.195972 124.160999) - (xy 62.195986 124.160998) - (xy 62.298697 124.150505) - (xy 62.465119 124.095358) - (xy 62.465124 124.095356) - (xy 62.614345 124.003315) - (xy 62.738315 123.879345) - (xy 62.830356 123.730124) - (xy 62.830358 123.730119) - (xy 62.885505 123.563697) - (xy 62.885506 123.56369) - (xy 62.895999 123.460986) - (xy 62.896 123.460973) - (xy 62.896 123.186) - (xy 62.0585 123.186) - (xy 61.5585 123.186) - (xy 61.5585 121.711) - (xy 62.0585 121.711) - (xy 62.0585 122.686) - (xy 62.895999 122.686) - (xy 62.895999 122.411028) - (xy 62.895998 122.411013) - (xy 62.885505 122.308302) - (xy 62.830358 122.14188) - (xy 62.830356 122.141875) - (xy 62.738315 121.992654) - (xy 62.614345 121.868684) - (xy 62.465124 121.776643) - (xy 62.465119 121.776641) - (xy 62.298697 121.721494) - (xy 62.29869 121.721493) - (xy 62.195986 121.711) - (xy 62.0585 121.711) - (xy 61.5585 121.711) - (xy 61.421027 121.711) - (xy 61.421012 121.711001) - (xy 61.318302 121.721494) - (xy 61.15188 121.776641) - (xy 61.151875 121.776643) - (xy 61.002654 121.868684) - (xy 60.878683 121.992655) - (xy 60.878679 121.99266) - (xy 60.876826 121.995665) - (xy 60.875018 121.99729) - (xy 60.874202 121.998323) - (xy 60.874025 121.998183) - (xy 60.824874 122.042385) - (xy 60.755911 122.053601) - (xy 60.691831 122.025752) - (xy 60.665753 121.995653) - (xy 60.665737 121.995628) - (xy 60.663712 121.992344) - (xy 60.539656 121.868288) - (xy 60.390334 121.776186) - (xy 60.223797 121.721001) - (xy 60.223795 121.721) - (xy 60.12101 121.7105) - (xy 59.345998 121.7105) - (xy 59.34598 121.710501) - (xy 59.243203 121.721) - (xy 59.2432 121.721001) - (xy 59.076668 121.776185) - (xy 59.076663 121.776187) - (xy 58.927342 121.868289) - (xy 58.803289 121.992342) - (xy 58.711187 122.141663) - (xy 58.711186 122.141666) - (xy 58.69478 122.191177) - (xy 58.655007 122.248621) - (xy 58.590491 122.275444) - (xy 58.526638 122.265451) - (xy 58.383807 122.201857) - (xy 58.383802 122.201855) - (xy 58.238001 122.170865) - (xy 58.198646 122.1625) - (xy 58.009354 122.1625) - (xy 57.976897 122.169398) - (xy 57.824197 122.201855) - (xy 57.824192 122.201857) - (xy 57.65127 122.278848) - (xy 57.651265 122.278851) - (xy 57.498129 122.390111) - (xy 57.371466 122.530785) - (xy 57.276821 122.694715) - (xy 57.276818 122.694722) - (xy 57.218327 122.87474) - (xy 57.218326 122.874744) - (xy 57.19854 123.063) - (xy 56.1245 123.063) - (xy 56.1245 121.595452) - (xy 56.144185 121.528413) - (xy 56.160819 121.507771) - (xy 56.692772 120.975819) - (xy 56.754095 120.942334) - (xy 56.780453 120.9395) - (xy 59.911257 120.9395) - (xy 59.926877 120.941224) - (xy 59.926904 120.940939) - (xy 59.93466 120.941671) - (xy 59.934667 120.941673) - (xy 60.003814 120.9395) - (xy 60.03335 120.9395) - (xy 60.040228 120.93863) - (xy 60.046041 120.938172) - (xy 60.092627 120.936709) - (xy 60.111869 120.931117) - (xy 60.130912 120.927174) - (xy 60.150792 120.924664) - (xy 60.194122 120.907507) - (xy 60.199646 120.905617) - (xy 60.208103 120.90316) - (xy 60.24439 120.892618) - (xy 60.261629 120.882422) - (xy 60.279103 120.873862) - (xy 60.297727 120.866488) - (xy 60.297727 120.866487) - (xy 60.297732 120.866486) - (xy 60.335449 120.839082) - (xy 60.340305 120.835892) - (xy 60.38042 120.81217) - (xy 60.394589 120.797999) - (xy 60.409379 120.785368) - (xy 60.425587 120.773594) - (xy 60.455299 120.737676) - (xy 60.459212 120.733376) - (xy 60.707771 120.484818) - (xy 60.769094 120.451333) - (xy 60.795452 120.448499) - (xy 61.124547 120.448499) - (xy 61.191586 120.468184) - (xy 61.212228 120.484818) - (xy 61.384194 120.656784) - (xy 61.394019 120.669048) - (xy 61.39424 120.668866) - (xy 61.39921 120.674873) - (xy 61.399213 120.674876) - (xy 61.399214 120.674877) - (xy 61.449651 120.722241) - (xy 61.47053 120.74312) - (xy 61.476004 120.747366) - (xy 61.480442 120.751156) - (xy 61.514418 120.783062) - (xy 61.514422 120.783064) - (xy 61.531973 120.792713) - (xy 61.548231 120.803392) - (xy 61.564064 120.815674) - (xy 61.586015 120.825172) - (xy 61.606837 120.834183) - (xy 61.612081 120.836752) - (xy 61.652908 120.859197) - (xy 61.672312 120.864179) - (xy 61.69071 120.870478) - (xy 61.709105 120.878438) - (xy 61.755129 120.885726) - (xy 61.760832 120.886907) - (xy 61.805981 120.8985) - (xy 61.826016 120.8985) - (xy 61.845413 120.900026) - (xy 61.865196 120.90316) - (xy 61.911584 120.898775) - (xy 61.917422 120.8985) - (xy 79.817757 120.8985) - (xy 79.833377 120.900224) - (xy 79.833404 120.899939) - (xy 79.84116 120.900671) - (xy 79.841167 120.900673) - (xy 79.910314 120.8985) - (xy 79.93985 120.8985) - (xy 79.946728 120.89763) - (xy 79.952541 120.897172) - (xy 79.999127 120.895709) - (xy 80.018369 120.890117) - (xy 80.037412 120.886174) - (xy 80.057292 120.883664) - (xy 80.100622 120.866507) - (xy 80.106146 120.864617) - (xy 80.109896 120.863527) - (xy 80.15089 120.851618) - (xy 80.168129 120.841422) - (xy 80.185603 120.832862) - (xy 80.204227 120.825488) - (xy 80.204227 120.825487) - (xy 80.204232 120.825486) - (xy 80.241949 120.798082) - (xy 80.246805 120.794892) - (xy 80.28692 120.77117) - (xy 80.301089 120.756999) - (xy 80.315879 120.744368) - (xy 80.332087 120.732594) - (xy 80.361799 120.696676) - (xy 80.365712 120.692376) - (xy 80.532273 120.525815) - (xy 80.593594 120.492333) - (xy 80.619952 120.489499) - (xy 81.297002 120.489499) - (xy 81.297008 120.489499) - (xy 81.399797 120.478999) - (xy 81.566334 120.423814) - (xy 81.715656 120.331712) - (xy 81.715662 120.331705) - (xy 81.721319 120.327234) - (xy 81.722692 120.32897) - (xy 81.774539 120.300648) - (xy 81.844232 120.305619) - (xy 81.900173 120.34748) - (xy 81.924602 120.41294) - (xy 81.919436 120.455331) - (xy 81.919678 120.455383) - (xy 81.919097 120.458113) - (xy 81.918852 120.460122) - (xy 81.918326 120.461744) - (xy 81.89854 120.65) - (xy 81.918326 120.838256) - (xy 81.918327 120.838259) - (xy 81.976818 121.018277) - (xy 81.976821 121.018284) - (xy 82.071467 121.182216) - (xy 82.198129 121.322888) - (xy 82.351265 121.434148) - (xy 82.35127 121.434151) - (xy 82.524192 121.511142) - (xy 82.524197 121.511144) - (xy 82.709354 121.5505) - (xy 82.709355 121.5505) - (xy 82.898644 121.5505) - (xy 82.898646 121.5505) - (xy 83.083803 121.511144) - (xy 83.25673 121.434151) - (xy 83.409871 121.322888) - (xy 83.536533 121.182216) - (xy 83.631179 121.018284) - (xy 83.689674 120.838256) - (xy 83.707321 120.670343) - (xy 83.733904 120.605733) - (xy 83.742935 120.595654) - (xy 83.853773 120.484815) - (xy 83.915094 120.451333) - (xy 83.941452 120.448499) - (xy 84.828002 120.448499) - (xy 84.828008 120.448499) - (xy 84.930797 120.437999) - (xy 85.097334 120.382814) - (xy 85.246656 120.290712) - (xy 85.370712 120.166656) - (xy 85.462814 120.017334) - (xy 85.517999 119.850797) - (xy 85.5285 119.748009) - (xy 85.528499 119.083451) - (xy 85.548183 119.016413) - (xy 85.564813 118.995776) - (xy 85.736788 118.823801) - (xy 85.749042 118.813986) - (xy 85.748859 118.813764) - (xy 85.754866 118.808792) - (xy 85.754877 118.808786) - (xy 85.785775 118.775882) - (xy 85.802227 118.758364) - (xy 85.812671 118.747918) - (xy 85.82312 118.737471) - (xy 85.827379 118.731978) - (xy 85.831152 118.727561) - (xy 85.863062 118.693582) - (xy 85.872715 118.67602) - (xy 85.883389 118.65977) - (xy 85.895673 118.643936) - (xy 85.91418 118.601167) - (xy 85.916749 118.595924) - (xy 85.939196 118.555093) - (xy 85.939197 118.555092) - (xy 85.944177 118.535691) - (xy 85.950478 118.517288) - (xy 85.958438 118.498896) - (xy 85.96573 118.452849) - (xy 85.966911 118.447152) - (xy 85.971514 118.429225) - (xy 85.9785 118.402019) - (xy 85.9785 118.381983) - (xy 85.980027 118.362582) - (xy 85.98316 118.342804) - (xy 85.978775 118.296415) - (xy 85.9785 118.290577) - (xy 85.9785 114.143325) - (xy 85.980224 114.127711) - (xy 85.979938 114.127684) - (xy 85.980672 114.119921) - (xy 85.9785 114.050791) - (xy 85.9785 114.021239) - (xy 85.9785 114.021238) - (xy 85.977629 114.014347) - (xy 85.977172 114.008533) - (xy 85.975709 113.96196) - (xy 85.970122 113.942732) - (xy 85.966174 113.923672) - (xy 85.963664 113.903796) - (xy 85.946507 113.860463) - (xy 85.944619 113.854947) - (xy 85.931619 113.8102) - (xy 85.921418 113.792951) - (xy 85.91286 113.775482) - (xy 85.905486 113.756856) - (xy 85.905483 113.756852) - (xy 85.905483 113.756851) - (xy 85.878098 113.719159) - (xy 85.87489 113.714275) - (xy 85.851172 113.67417) - (xy 85.851163 113.674159) - (xy 85.837005 113.660001) - (xy 85.82437 113.645208) - (xy 85.812593 113.629) - (xy 85.776693 113.599301) - (xy 85.772381 113.595378) - (xy 84.061215 111.884212) - (xy 84.051392 111.87195) - (xy 84.051171 111.872134) - (xy 84.046198 111.866123) - (xy 83.995776 111.818773) - (xy 83.985331 111.808328) - (xy 83.974887 111.797883) - (xy 83.969398 111.793625) - (xy 83.964973 111.789847) - (xy 83.930994 111.757938) - (xy 83.930992 111.757936) - (xy 83.930989 111.757935) - (xy 83.913441 111.748288) - (xy 83.897175 111.737604) - (xy 83.881345 111.725325) - (xy 83.83858 111.706818) - (xy 83.833334 111.704248) - (xy 83.792505 111.681803) - (xy 83.792504 111.681802) - (xy 83.773105 111.676822) - (xy 83.754693 111.670518) - (xy 83.73631 111.662562) - (xy 83.736304 111.66256) - (xy 83.690286 111.655272) - (xy 83.684564 111.654087) - (xy 83.639433 111.6425) - (xy 83.639431 111.6425) - (xy 83.619396 111.6425) - (xy 83.599998 111.640973) - (xy 83.592574 111.639797) - (xy 83.580217 111.63784) - (xy 83.580216 111.63784) - (xy 83.533828 111.642225) - (xy 83.52799 111.6425) - (xy 56.444452 111.6425) - (xy 56.377413 111.622815) - (xy 56.356771 111.606181) - (xy 55.271819 110.521228) - (xy 55.238334 110.459905) - (xy 55.2355 110.433547) - (xy 55.2355 108.777359) - (xy 55.255185 108.71032) - (xy 55.307989 108.664565) - (xy 55.377147 108.654621) - (xy 55.399537 108.660001) - (xy 55.648145 108.744815) - (xy 55.648151 108.744816) - (xy 55.648159 108.744819) - (xy 55.855271 108.783074) - (xy 55.915959 108.794284) - (xy 55.915961 108.794284) - (xy 55.915971 108.794286) - (xy 56.133699 108.802242) - (xy 56.188129 108.804232) - (xy 56.188129 108.804231) - (xy 56.188131 108.804232) - (xy 56.458839 108.774446) - (xy 56.722326 108.705562) - (xy 56.972975 108.599047) - (xy 57.205444 108.457173) - (xy 57.414779 108.282963) - (xy 57.596518 108.080131) - (xy 57.746788 107.852998) - (xy 57.862386 107.606406) - (xy 57.940847 107.345611) - (xy 57.9805 107.076171) - (xy 57.9805 107.008005) - (xy 63.8595 107.008005) - (xy 63.874403 107.211615) - (xy 63.874405 107.211629) - (xy 63.933615 107.477435) - (xy 63.933618 107.477442) - (xy 64.030907 107.731814) - (xy 64.164196 107.96931) - (xy 64.330645 108.184868) - (xy 64.526705 108.373894) - (xy 64.526708 108.373896) - (xy 64.526709 108.373897) - (xy 64.748189 108.532352) - (xy 64.748192 108.532353) - (xy 64.748198 108.532358) - (xy 64.877908 108.599047) - (xy 64.985999 108.654621) - (xy 64.990403 108.656885) - (xy 64.990407 108.656886) - (xy 64.990411 108.656888) - (xy 65.248145 108.744815) - (xy 65.248151 108.744816) - (xy 65.248159 108.744819) - (xy 65.455271 108.783074) - (xy 65.515959 108.794284) - (xy 65.515961 108.794284) - (xy 65.515971 108.794286) - (xy 65.733699 108.802242) - (xy 65.788129 108.804232) - (xy 65.788129 108.804231) - (xy 65.788131 108.804232) - (xy 66.058839 108.774446) - (xy 66.322326 108.705562) - (xy 66.572975 108.599047) - (xy 66.805444 108.457173) - (xy 67.014779 108.282963) - (xy 67.196518 108.080131) - (xy 67.346788 107.852998) - (xy 67.462386 107.606406) - (xy 67.540847 107.345611) - (xy 67.5805 107.076171) - (xy 67.5805 107.008005) - (xy 74.5795 107.008005) - (xy 74.594403 107.211615) - (xy 74.594405 107.211629) - (xy 74.653615 107.477435) - (xy 74.653618 107.477442) - (xy 74.750907 107.731814) - (xy 74.884196 107.96931) - (xy 75.050645 108.184868) - (xy 75.246705 108.373894) - (xy 75.246708 108.373896) - (xy 75.246709 108.373897) - (xy 75.468189 108.532352) - (xy 75.468192 108.532353) - (xy 75.468198 108.532358) - (xy 75.597908 108.599047) - (xy 75.705999 108.654621) - (xy 75.710403 108.656885) - (xy 75.710407 108.656886) - (xy 75.710411 108.656888) - (xy 75.968145 108.744815) - (xy 75.968151 108.744816) - (xy 75.968159 108.744819) - (xy 76.175271 108.783074) - (xy 76.235959 108.794284) - (xy 76.235961 108.794284) - (xy 76.235971 108.794286) - (xy 76.453699 108.802242) - (xy 76.508129 108.804232) - (xy 76.508129 108.804231) - (xy 76.508131 108.804232) - (xy 76.778839 108.774446) - (xy 77.042326 108.705562) - (xy 77.292975 108.599047) - (xy 77.525444 108.457173) - (xy 77.734779 108.282963) - (xy 77.916518 108.080131) - (xy 78.066788 107.852998) - (xy 78.182386 107.606406) - (xy 78.260847 107.345611) - (xy 78.3005 107.076171) - (xy 78.3005 107.008005) - (xy 84.1795 107.008005) - (xy 84.194403 107.211615) - (xy 84.194405 107.211629) - (xy 84.253615 107.477435) - (xy 84.253618 107.477442) - (xy 84.350907 107.731814) - (xy 84.484196 107.96931) - (xy 84.650645 108.184868) - (xy 84.846705 108.373894) - (xy 84.846708 108.373896) - (xy 84.846709 108.373897) - (xy 85.068189 108.532352) - (xy 85.068192 108.532353) - (xy 85.068198 108.532358) - (xy 85.197908 108.599047) - (xy 85.305999 108.654621) - (xy 85.310403 108.656885) - (xy 85.310407 108.656886) - (xy 85.310411 108.656888) - (xy 85.568145 108.744815) - (xy 85.568151 108.744816) - (xy 85.568159 108.744819) - (xy 85.775271 108.783074) - (xy 85.835959 108.794284) - (xy 85.835961 108.794284) - (xy 85.835971 108.794286) - (xy 86.053699 108.802242) - (xy 86.108129 108.804232) - (xy 86.108129 108.804231) - (xy 86.108131 108.804232) - (xy 86.378839 108.774446) - (xy 86.642326 108.705562) - (xy 86.892975 108.599047) - (xy 87.125444 108.457173) - (xy 87.334779 108.282963) - (xy 87.516518 108.080131) - (xy 87.666788 107.852998) - (xy 87.782386 107.606406) - (xy 87.860847 107.345611) - (xy 87.9005 107.076171) - (xy 87.9005 106.352) - (xy 87.885597 106.148384) - (xy 87.885594 106.14837) - (xy 87.826384 105.882564) - (xy 87.826382 105.88256) - (xy 87.826382 105.882558) - (xy 87.729093 105.628186) - (xy 87.595804 105.39069) - (xy 87.429355 105.175132) - (xy 87.233295 104.986106) - (xy 87.233292 104.986104) - (xy 87.23329 104.986102) - (xy 87.01181 104.827647) - (xy 87.011804 104.827643) - (xy 87.011802 104.827642) - (xy 86.98996 104.816412) - (xy 86.769602 104.703117) - (xy 86.769588 104.703111) - (xy 86.511854 104.615184) - (xy 86.511841 104.615181) - (xy 86.511836 104.61518) - (xy 86.24404 104.565715) - (xy 86.24402 104.565713) - (xy 85.97187 104.555767) - (xy 85.701172 104.585552) - (xy 85.701159 104.585554) - (xy 85.437679 104.654436) - (xy 85.187025 104.760953) - (xy 84.95456 104.902824) - (xy 84.95455 104.902831) - (xy 84.745222 105.077035) - (xy 84.563482 105.279868) - (xy 84.413213 105.506999) - (xy 84.297613 105.753597) - (xy 84.219152 106.014392) - (xy 84.199847 106.145568) - (xy 84.1795 106.283829) - (xy 84.1795 106.283833) - (xy 84.1795 107.008005) - (xy 78.3005 107.008005) - (xy 78.3005 106.352) - (xy 78.285597 106.148384) - (xy 78.285594 106.14837) - (xy 78.226384 105.882564) - (xy 78.226382 105.88256) - (xy 78.226382 105.882558) - (xy 78.129093 105.628186) - (xy 77.995804 105.39069) - (xy 77.829355 105.175132) - (xy 77.633295 104.986106) - (xy 77.633292 104.986104) - (xy 77.63329 104.986102) - (xy 77.41181 104.827647) - (xy 77.411804 104.827643) - (xy 77.411802 104.827642) - (xy 77.38996 104.816412) - (xy 77.169602 104.703117) - (xy 77.169588 104.703111) - (xy 76.911854 104.615184) - (xy 76.911841 104.615181) - (xy 76.911836 104.61518) - (xy 76.64404 104.565715) - (xy 76.64402 104.565713) - (xy 76.37187 104.555767) - (xy 76.101172 104.585552) - (xy 76.101159 104.585554) - (xy 75.837679 104.654436) - (xy 75.587025 104.760953) - (xy 75.35456 104.902824) - (xy 75.35455 104.902831) - (xy 75.145222 105.077035) - (xy 74.963482 105.279868) - (xy 74.813213 105.506999) - (xy 74.697613 105.753597) - (xy 74.619152 106.014392) - (xy 74.599847 106.145568) - (xy 74.5795 106.283829) - (xy 74.5795 106.283833) - (xy 74.5795 107.008005) - (xy 67.5805 107.008005) - (xy 67.5805 106.352) - (xy 67.565597 106.148384) - (xy 67.565594 106.14837) - (xy 67.506384 105.882564) - (xy 67.506382 105.88256) - (xy 67.506382 105.882558) - (xy 67.409093 105.628186) - (xy 67.275804 105.39069) - (xy 67.109355 105.175132) - (xy 66.913295 104.986106) - (xy 66.913292 104.986104) - (xy 66.91329 104.986102) - (xy 66.69181 104.827647) - (xy 66.691804 104.827643) - (xy 66.691802 104.827642) - (xy 66.66996 104.816412) - (xy 66.449602 104.703117) - (xy 66.449588 104.703111) - (xy 66.191854 104.615184) - (xy 66.191841 104.615181) - (xy 66.191836 104.61518) - (xy 65.92404 104.565715) - (xy 65.92402 104.565713) - (xy 65.65187 104.555767) - (xy 65.381172 104.585552) - (xy 65.381159 104.585554) - (xy 65.117679 104.654436) - (xy 64.867025 104.760953) - (xy 64.63456 104.902824) - (xy 64.63455 104.902831) - (xy 64.425222 105.077035) - (xy 64.243482 105.279868) - (xy 64.093213 105.506999) - (xy 63.977613 105.753597) - (xy 63.899152 106.014392) - (xy 63.879847 106.145568) - (xy 63.8595 106.283829) - (xy 63.8595 106.283833) - (xy 63.8595 107.008005) - (xy 57.9805 107.008005) - (xy 57.9805 106.352) - (xy 57.965597 106.148384) - (xy 57.965594 106.14837) - (xy 57.906384 105.882564) - (xy 57.906382 105.88256) - (xy 57.906382 105.882558) - (xy 57.809093 105.628186) - (xy 57.675804 105.39069) - (xy 57.509355 105.175132) - (xy 57.313295 104.986106) - (xy 57.313292 104.986104) - (xy 57.31329 104.986102) - (xy 57.09181 104.827647) - (xy 57.091804 104.827643) - (xy 57.091802 104.827642) - (xy 57.06996 104.816412) - (xy 56.849602 104.703117) - (xy 56.849588 104.703111) - (xy 56.591854 104.615184) - (xy 56.591841 104.615181) - (xy 56.591836 104.61518) - (xy 56.32404 104.565715) - (xy 56.32402 104.565713) - (xy 56.05187 104.555767) - (xy 55.781172 104.585552) - (xy 55.781159 104.585554) - (xy 55.517679 104.654436) - (xy 55.517674 104.654437) - (xy 55.517674 104.654438) - (xy 55.267025 104.760953) - (xy 55.249093 104.771896) - (xy 55.181616 104.790015) - (xy 55.115052 104.768777) - (xy 55.070538 104.714923) - (xy 55.0605 104.666049) - (xy 55.0605 100.326) - (xy 65.218001 100.326) - (xy 65.218001 100.499322) - (xy 65.228144 100.598607) - (xy 65.281452 100.759481) - (xy 65.281457 100.759492) - (xy 65.370424 100.903728) - (xy 65.370427 100.903732) - (xy 65.490267 101.023572) - (xy 65.490271 101.023575) - (xy 65.634507 101.112542) - (xy 65.634518 101.112547) - (xy 65.795393 101.165855) - (xy 65.894683 101.175999) - (xy 65.918 101.175998) - (xy 65.918 100.326) - (xy 66.418 100.326) - (xy 66.418 101.175999) - (xy 66.441308 101.175999) - (xy 66.441322 101.175998) - (xy 66.540607 101.165855) - (xy 66.701481 101.112547) - (xy 66.701492 101.112542) - (xy 66.845728 101.023575) - (xy 66.845732 101.023572) - (xy 66.965572 100.903732) - (xy 66.965575 100.903728) - (xy 67.054542 100.759492) - (xy 67.054547 100.759481) - (xy 67.107855 100.598606) - (xy 67.117999 100.499322) - (xy 67.118 100.499309) - (xy 67.118 100.326) - (xy 66.418 100.326) - (xy 65.918 100.326) - (xy 65.218001 100.326) - (xy 55.0605 100.326) - (xy 55.0605 99.826) - (xy 65.218 99.826) - (xy 65.918 99.826) - (xy 65.918 98.976) - (xy 66.418 98.976) - (xy 66.418 99.826) - (xy 67.117999 99.826) - (xy 67.117999 99.652692) - (xy 67.117998 99.652677) - (xy 67.107855 99.553392) - (xy 67.054547 99.392518) - (xy 67.054542 99.392507) - (xy 66.965575 99.248271) - (xy 66.965572 99.248267) - (xy 66.845732 99.128427) - (xy 66.845728 99.128424) - (xy 66.701492 99.039457) - (xy 66.701481 99.039452) - (xy 66.540606 98.986144) - (xy 66.441322 98.976) - (xy 66.418 98.976) - (xy 65.918 98.976) - (xy 65.918 98.975999) - (xy 65.894693 98.976) - (xy 65.894674 98.976001) - (xy 65.795392 98.986144) - (xy 65.634518 99.039452) - (xy 65.634507 99.039457) - (xy 65.490271 99.128424) - (xy 65.490267 99.128427) - (xy 65.370427 99.248267) - (xy 65.370424 99.248271) - (xy 65.281457 99.392507) - (xy 65.281452 99.392518) - (xy 65.228144 99.553393) - (xy 65.218 99.652677) - (xy 65.218 99.826) - (xy 55.0605 99.826) - (xy 55.0605 97.790006) - (xy 58.2847 97.790006) - (xy 58.303864 98.021297) - (xy 58.303866 98.021308) - (xy 58.360842 98.2463) - (xy 58.454075 98.458848) - (xy 58.581016 98.653147) - (xy 58.581019 98.653151) - (xy 58.581021 98.653153) - (xy 58.738216 98.823913) - (xy 58.738219 98.823915) - (xy 58.738222 98.823918) - (xy 58.921365 98.966464) - (xy 58.921371 98.966468) - (xy 58.921374 98.96647) - (xy 59.125497 99.076936) - (xy 59.239487 99.116068) - (xy 59.345015 99.152297) - (xy 59.345017 99.152297) - (xy 59.345019 99.152298) - (xy 59.573951 99.1905) - (xy 59.573952 99.1905) - (xy 59.806048 99.1905) - (xy 59.806049 99.1905) - (xy 60.034981 99.152298) - (xy 60.254503 99.076936) - (xy 60.458626 98.96647) - (xy 60.641784 98.823913) - (xy 60.650511 98.814432) - (xy 60.710394 98.778441) - (xy 60.780232 98.780538) - (xy 60.83785 98.82006) - (xy 60.857924 98.85508) - (xy 60.886645 98.932086) - (xy 60.886649 98.932093) - (xy 60.972809 99.047187) - (xy 60.972812 99.04719) - (xy 61.087906 99.13335) - (xy 61.087913 99.133354) - (xy 61.22262 99.183596) - (xy 61.222627 99.183598) - (xy 61.282155 99.189999) - (xy 61.282172 99.19) - (xy 61.98 99.19) - (xy 61.98 98.164189) - (xy 62.032547 98.200016) - (xy 62.162173 98.24) - (xy 62.263724 98.24) - (xy 62.364138 98.224865) - (xy 62.48 98.169068) - (xy 62.48 99.19) - (xy 63.177828 99.19) - (xy 63.177844 99.189999) - (xy 63.237372 99.183598) - (xy 63.237379 99.183596) - (xy 63.372086 99.133354) - (xy 63.372093 99.13335) - (xy 63.487187 99.04719) - (xy 63.48719 99.047187) - (xy 63.57335 98.932093) - (xy 63.573354 98.932086) - (xy 63.623596 98.797379) - (xy 63.623598 98.797372) - (xy 63.629999 98.737844) - (xy 63.63 98.737827) - (xy 63.63 98.04) - (xy 62.605278 98.04) - (xy 62.653625 97.95626) - (xy 62.68381 97.824008) - (xy 62.673673 97.688735) - (xy 62.624113 97.562459) - (xy 62.606203 97.54) - (xy 63.63 97.54) - (xy 63.63 96.937) - (xy 63.649685 96.869961) - (xy 63.702489 96.824206) - (xy 63.754 96.813) - (xy 65.450541 96.813) - (xy 65.51758 96.832685) - (xy 65.563335 96.885489) - (xy 65.569617 96.902405) - (xy 65.608254 97.035393) - (xy 65.608255 97.035396) - (xy 65.691917 97.176862) - (xy 65.691923 97.17687) - (xy 65.808129 97.293076) - (xy 65.808133 97.293079) - (xy 65.808135 97.293081) - (xy 65.949602 97.376744) - (xy 65.960754 97.379984) - (xy 66.107426 97.422597) - (xy 66.107429 97.422597) - (xy 66.107431 97.422598) - (xy 66.119722 97.423565) - (xy 66.144304 97.4255) - (xy 66.144306 97.4255) - (xy 66.575696 97.4255) - (xy 66.594131 97.424049) - (xy 66.612569 97.422598) - (xy 66.612571 97.422597) - (xy 66.612573 97.422597) - (xy 66.688461 97.400549) - (xy 66.770398 97.376744) - (xy 66.911865 97.293081) - (xy 67.028081 97.176865) - (xy 67.111744 97.035398) - (xy 67.157598 96.877569) - (xy 67.1605 96.840694) - (xy 67.1605 95.6745) - (xy 67.180185 95.607461) - (xy 67.232989 95.561706) - (xy 67.2845 95.5505) - (xy 67.3355 95.5505) - (xy 67.402539 95.570185) - (xy 67.448294 95.622989) - (xy 67.4595 95.6745) - (xy 67.4595 96.840696) - (xy 67.462401 96.877567) - (xy 67.462402 96.877573) - (xy 67.508254 97.035393) - (xy 67.508255 97.035396) - (xy 67.591917 97.176862) - (xy 67.591923 97.17687) - (xy 67.708129 97.293076) - (xy 67.708133 97.293079) - (xy 67.708135 97.293081) - (xy 67.849602 97.376744) - (xy 67.860754 97.379984) - (xy 68.007426 97.422597) - (xy 68.007429 97.422597) - (xy 68.007431 97.422598) - (xy 68.019722 97.423565) - (xy 68.044304 97.4255) - (xy 68.044306 97.4255) - (xy 68.475696 97.4255) - (xy 68.500277 97.423565) - (xy 68.512569 97.422598) - (xy 68.518031 97.421011) - (xy 68.5879 97.421206) - (xy 68.640314 97.452404) - (xy 68.806181 97.618271) - (xy 68.839666 97.679594) - (xy 68.8425 97.705952) - (xy 68.8425 99.026452) - (xy 68.822815 99.093491) - (xy 68.79541 99.123719) - (xy 68.789958 99.128029) - (xy 68.670029 99.247959) - (xy 68.581001 99.392294) - (xy 68.580996 99.392305) - (xy 68.527651 99.55329) - (xy 68.5175 99.652647) - (xy 68.5175 100.499337) - (xy 68.517501 100.499355) - (xy 68.52765 100.598707) - (xy 68.527651 100.59871) - (xy 68.580996 100.759694) - (xy 68.581001 100.759705) - (xy 68.670029 100.90404) - (xy 68.670032 100.904044) - (xy 68.789955 101.023967) - (xy 68.789959 101.02397) - (xy 68.934294 101.112998) - (xy 68.934297 101.112999) - (xy 68.934303 101.113003) - (xy 69.095292 101.166349) - (xy 69.194655 101.1765) - (xy 69.741344 101.176499) - (xy 69.741352 101.176498) - (xy 69.741355 101.176498) - (xy 69.79576 101.17094) - (xy 69.840708 101.166349) - (xy 70.001697 101.113003) - (xy 70.146044 101.023968) - (xy 70.265968 100.904044) - (xy 70.355003 100.759697) - (xy 70.408349 100.598708) - (xy 70.4185 100.499345) - (xy 70.418499 99.652656) - (xy 70.408349 99.553292) - (xy 70.355003 99.392303) - (xy 70.354999 99.392297) - (xy 70.354998 99.392294) - (xy 70.26597 99.247959) - (xy 70.265969 99.247958) - (xy 70.265968 99.247956) - (xy 70.146044 99.128032) - (xy 70.146043 99.128031) - (xy 70.146041 99.128029) - (xy 70.14059 99.123719) - (xy 70.100213 99.066697) - (xy 70.0935 99.026452) - (xy 70.0935 97.478242) - (xy 70.095224 97.462622) - (xy 70.094939 97.462596) - (xy 70.095671 97.45484) - (xy 70.095673 97.454833) - (xy 70.0935 97.385685) - (xy 70.0935 97.35615) - (xy 70.092631 97.349272) - (xy 70.092172 97.343443) - (xy 70.090709 97.296872) - (xy 70.085122 97.277644) - (xy 70.081174 97.258584) - (xy 70.078663 97.238704) - (xy 70.061512 97.195387) - (xy 70.059619 97.189858) - (xy 70.046618 97.145109) - (xy 70.046616 97.145106) - (xy 70.036423 97.127871) - (xy 70.027861 97.110394) - (xy 70.020487 97.09177) - (xy 70.020486 97.091768) - (xy 69.993079 97.054045) - (xy 69.989888 97.049186) - (xy 69.966172 97.009083) - (xy 69.966165 97.009074) - (xy 69.952006 96.994915) - (xy 69.939368 96.980119) - (xy 69.927594 96.963913) - (xy 69.891688 96.934209) - (xy 69.887376 96.930286) - (xy 69.232271 96.27518) - (xy 69.198786 96.213857) - (xy 69.20377 96.144165) - (xy 69.232271 96.099818) - (xy 69.725787 95.606302) - (xy 69.738042 95.596486) - (xy 69.737859 95.596264) - (xy 69.743866 95.591292) - (xy 69.743877 95.591286) - (xy 69.774775 95.558382) - (xy 69.791227 95.540864) - (xy 69.801671 95.530418) - (xy 69.81212 95.519971) - (xy 69.816379 95.514478) - (xy 69.820152 95.510061) - (xy 69.852062 95.476082) - (xy 69.861715 95.45852) - (xy 69.872389 95.44227) - (xy 69.884673 95.426436) - (xy 69.90318 95.383667) - (xy 69.905749 95.378424) - (xy 69.915494 95.360698) - (xy 69.928197 95.337592) - (xy 69.933177 95.318191) - (xy 69.939478 95.299788) - (xy 69.947438 95.281396) - (xy 69.95473 95.235349) - (xy 69.955911 95.229652) - (xy 69.9675 95.184519) - (xy 69.9675 95.164483) - (xy 69.969027 95.145082) - (xy 69.97216 95.125304) - (xy 69.967775 95.078915) - (xy 69.9675 95.073077) - (xy 69.9675 92.326016) - (xy 69.987185 92.258977) - (xy 70.039989 92.213222) - (xy 70.052488 92.208313) - (xy 70.111334 92.188814) - (xy 70.260656 92.096712) - (xy 70.384712 91.972656) - (xy 70.476814 91.823334) - (xy 70.531999 91.656797) - (xy 70.5425 91.554009) - (xy 70.542499 90.753992) - (xy 70.538873 90.7185) - (xy 70.531999 90.651203) - (xy 70.531998 90.6512) - (xy 70.506929 90.575547) - (xy 70.476814 90.484666) - (xy 70.384712 90.335344) - (xy 70.291049 90.241681) - (xy 70.257564 90.180358) - (xy 70.262548 90.110666) - (xy 70.291049 90.066319) - (xy 70.384712 89.972656) - (xy 70.476814 89.823334) - (xy 70.531999 89.656797) - (xy 70.5425 89.554009) - (xy 70.542499 88.753992) - (xy 70.531999 88.651203) - (xy 70.476814 88.484666) - (xy 70.384712 88.335344) - (xy 70.260656 88.211288) - (xy 70.111334 88.119186) - (xy 70.111333 88.119185) - (xy 70.104791 88.116136) - (xy 70.105962 88.113624) - (xy 70.058994 88.08109) - (xy 70.032184 88.016568) - (xy 70.044514 87.947795) - (xy 70.063307 87.920207) - (xy 70.070234 87.912515) - (xy 70.16488 87.748583) - (xy 70.223375 87.568555) - (xy 70.241022 87.400643) - (xy 70.267605 87.336033) - (xy 70.276652 87.325937) - (xy 70.794584 86.808005) - (xy 74.6195 86.808005) - (xy 74.634403 87.011615) - (xy 74.634405 87.011629) - (xy 74.693615 87.277435) - (xy 74.693618 87.277442) - (xy 74.790907 87.531814) - (xy 74.912563 87.748583) - (xy 74.924195 87.769308) - (xy 74.924198 87.769313) - (xy 75.090643 87.984866) - (xy 75.090652 87.984875) - (xy 75.136768 88.029336) - (xy 75.286705 88.173894) - (xy 75.286708 88.173896) - (xy 75.286709 88.173897) - (xy 75.508189 88.332352) - (xy 75.508192 88.332353) - (xy 75.508198 88.332358) - (xy 75.750403 88.456885) - (xy 75.750407 88.456886) - (xy 75.750411 88.456888) - (xy 76.008145 88.544815) - (xy 76.008151 88.544816) - (xy 76.008159 88.544819) - (xy 76.168564 88.574447) - (xy 76.275959 88.594284) - (xy 76.275961 88.594284) - (xy 76.275971 88.594286) - (xy 76.493699 88.602242) - (xy 76.548129 88.604232) - (xy 76.548129 88.604231) - (xy 76.548131 88.604232) - (xy 76.818839 88.574446) - (xy 77.082326 88.505562) - (xy 77.332975 88.399047) - (xy 77.565444 88.257173) - (xy 77.774779 88.082963) - (xy 77.956518 87.880131) - (xy 78.106788 87.652998) - (xy 78.222386 87.406406) - (xy 78.300847 87.145611) - (xy 78.3405 86.876171) - (xy 78.3405 86.152) - (xy 78.325597 85.948384) - (xy 78.325594 85.94837) - (xy 78.266384 85.682564) - (xy 78.266382 85.68256) - (xy 78.266382 85.682558) - (xy 78.169093 85.428186) - (xy 78.035804 85.19069) - (xy 77.869355 84.975132) - (xy 77.853642 84.959983) - (xy 77.673298 84.786109) - (xy 77.67329 84.786102) - (xy 77.45181 84.627647) - (xy 77.451804 84.627643) - (xy 77.451802 84.627642) - (xy 77.30145 84.55034) - (xy 77.209602 84.503117) - (xy 77.209588 84.503111) - (xy 76.951854 84.415184) - (xy 76.951841 84.415181) - (xy 76.951836 84.41518) - (xy 76.68404 84.365715) - (xy 76.68402 84.365713) - (xy 76.41187 84.355767) - (xy 76.141172 84.385552) - (xy 76.141159 84.385554) - (xy 75.877679 84.454436) - (xy 75.877674 84.454437) - (xy 75.877674 84.454438) - (xy 75.843454 84.46898) - (xy 75.627025 84.560953) - (xy 75.39456 84.702824) - (xy 75.39455 84.702831) - (xy 75.185222 84.877035) - (xy 75.003482 85.079868) - (xy 74.853213 85.306999) - (xy 74.853212 85.307002) - (xy 74.766049 85.492938) - (xy 74.737613 85.553597) - (xy 74.659152 85.814392) - (xy 74.639847 85.945568) - (xy 74.6195 86.083829) - (xy 74.6195 86.083833) - (xy 74.6195 86.808005) - (xy 70.794584 86.808005) - (xy 70.840788 86.761801) - (xy 70.853042 86.751986) - (xy 70.852859 86.751764) - (xy 70.858866 86.746792) - (xy 70.858877 86.746786) - (xy 70.889775 86.713882) - (xy 70.906227 86.696364) - (xy 70.916671 86.685918) - (xy 70.92712 86.675471) - (xy 70.931379 86.669978) - (xy 70.935152 86.665561) - (xy 70.967062 86.631582) - (xy 70.976715 86.61402) - (xy 70.987389 86.59777) - (xy 70.999673 86.581936) - (xy 71.01818 86.539167) - (xy 71.020749 86.533924) - (xy 71.043196 86.493093) - (xy 71.043197 86.493092) - (xy 71.048177 86.473691) - (xy 71.054478 86.455288) - (xy 71.062438 86.436896) - (xy 71.06973 86.390849) - (xy 71.070911 86.385152) - (xy 71.0825 86.340019) - (xy 71.0825 86.319983) - (xy 71.084027 86.300582) - (xy 71.08716 86.280804) - (xy 71.082775 86.234415) - (xy 71.0825 86.228577) - (xy 71.0825 76.832016) - (xy 71.102185 76.764977) - (xy 71.154989 76.719222) - (xy 71.167488 76.714313) - (xy 71.226334 76.694814) - (xy 71.375656 76.602712) - (xy 71.499712 76.478656) - (xy 71.591814 76.329334) - (xy 71.646999 76.162797) - (xy 71.6575 76.060009) - (xy 71.657499 75.484499) - (xy 71.677183 75.417461) - (xy 71.729987 75.371706) - (xy 71.781499 75.3605) - (xy 72.4345 75.3605) - (xy 72.501539 75.380185) - (xy 72.547294 75.432989) - (xy 72.5585 75.4845) - (xy 72.5585 76.060001) - (xy 72.558501 76.060019) - (xy 72.569 76.162796) - (xy 72.569001 76.162799) - (xy 72.624185 76.329331) - (xy 72.624187 76.329336) - (xy 72.649802 76.370865) - (xy 72.716288 76.478656) - (xy 72.840344 76.602712) - (xy 72.989666 76.694814) - (xy 73.156203 76.749999) - (xy 73.258991 76.7605) - (xy 73.923547 76.760499) - (xy 73.990586 76.780183) - (xy 74.011228 76.796818) - (xy 80.618181 83.403771) - (xy 80.651666 83.465094) - (xy 80.6545 83.491452) - (xy 80.6545 92.652185) - (xy 80.634815 92.719224) - (xy 80.589518 92.761239) - (xy 80.51138 92.803525) - (xy 80.511372 92.80353) - (xy 80.334023 92.941567) - (xy 80.269029 92.967209) - (xy 80.200489 92.953642) - (xy 80.150164 92.905174) - (xy 80.141679 92.887045) - (xy 80.123355 92.837915) - (xy 80.12335 92.837906) - (xy 80.03719 92.722812) - (xy 80.037187 92.722809) - (xy 79.922093 92.636649) - (xy 79.922086 92.636645) - (xy 79.787379 92.586403) - (xy 79.787372 92.586401) - (xy 79.727844 92.58) - (xy 79.03 92.58) - (xy 79.03 93.544498) - (xy 78.922315 93.49532) - (xy 78.815763 93.48) - (xy 78.744237 93.48) - (xy 78.637685 93.49532) - (xy 78.53 93.544498) - (xy 78.53 92.58) - (xy 77.832155 92.58) - (xy 77.772627 92.586401) - (xy 77.77262 92.586403) - (xy 77.637913 92.636645) - (xy 77.637906 92.636649) - (xy 77.522812 92.722809) - (xy 77.522809 92.722812) - (xy 77.436649 92.837906) - (xy 77.436645 92.837913) - (xy 77.386403 92.97262) - (xy 77.386401 92.972627) - (xy 77.38 93.032155) - (xy 77.38 93.73) - (xy 78.346314 93.73) - (xy 78.320507 93.770156) - (xy 78.28 93.908111) - (xy 78.28 94.051889) - (xy 78.320507 94.189844) - (xy 78.346314 94.23) - (xy 77.38 94.23) - (xy 77.38 94.927844) - (xy 77.386401 94.987372) - (xy 77.386403 94.987379) - (xy 77.436645 95.122086) - (xy 77.436649 95.122093) - (xy 77.522809 95.237187) - (xy 77.522812 95.23719) - (xy 77.637906 95.32335) - (xy 77.637913 95.323354) - (xy 77.77262 95.373596) - (xy 77.772627 95.373598) - (xy 77.832155 95.379999) - (xy 77.832172 95.38) - (xy 78.53 95.38) - (xy 78.53 94.415501) - (xy 78.637685 94.46468) - (xy 78.744237 94.48) - (xy 78.815763 94.48) - (xy 78.922315 94.46468) - (xy 79.03 94.415501) - (xy 79.03 95.38) - (xy 79.727828 95.38) - (xy 79.727844 95.379999) - (xy 79.787372 95.373598) - (xy 79.787379 95.373596) - (xy 79.922086 95.323354) - (xy 79.922093 95.32335) - (xy 80.037187 95.23719) - (xy 80.03719 95.237187) - (xy 80.12335 95.122093) - (xy 80.123353 95.122088) - (xy 80.141678 95.072955) - (xy 80.183549 95.01702) - (xy 80.249013 94.992602) - (xy 80.317286 95.007453) - (xy 80.334023 95.018433) - (xy 80.511365 95.156464) - (xy 80.511371 95.156468) - (xy 80.511374 95.15647) - (xy 80.715497 95.266936) - (xy 80.757618 95.281396) - (xy 80.935015 95.342297) - (xy 80.935017 95.342297) - (xy 80.935019 95.342298) - (xy 81.163951 95.3805) - (xy 81.163952 95.3805) - (xy 81.195546 95.3805) - (xy 81.262585 95.400185) - (xy 81.30834 95.452989) - (xy 81.318284 95.522147) - (xy 81.289259 95.585703) - (xy 81.283227 95.592181) - (xy 80.509228 96.366181) - (xy 80.447905 96.399666) - (xy 80.421547 96.4025) - (xy 73.564748 96.4025) - (xy 73.497709 96.382815) - (xy 73.4726 96.361474) - (xy 73.466873 96.355114) - (xy 73.466869 96.35511) - (xy 73.313734 96.243851) - (xy 73.313729 96.243848) - (xy 73.140807 96.166857) - (xy 73.140802 96.166855) - (xy 72.995001 96.135865) - (xy 72.955646 96.1275) - (xy 72.766354 96.1275) - (xy 72.733897 96.134398) - (xy 72.581197 96.166855) - (xy 72.581192 96.166857) - (xy 72.40827 96.243848) - (xy 72.408265 96.243851) - (xy 72.255129 96.355111) - (xy 72.128466 96.495785) - (xy 72.033821 96.659715) - (xy 72.033818 96.659722) - (xy 71.975327 96.83974) - (xy 71.975326 96.839744) - (xy 71.95554 97.028) - (xy 71.975326 97.216256) - (xy 71.975327 97.216259) - (xy 72.033818 97.396277) - (xy 72.033821 97.396284) - (xy 72.128467 97.560216) - (xy 72.221915 97.664) - (xy 72.255129 97.700888) - (xy 72.408265 97.812148) - (xy 72.40827 97.812151) - (xy 72.581192 97.889142) - (xy 72.581197 97.889144) - (xy 72.766354 97.9285) - (xy 72.766355 97.9285) - (xy 72.955644 97.9285) - (xy 72.955646 97.9285) - (xy 73.140803 97.889144) - (xy 73.31373 97.812151) - (xy 73.466871 97.700888) - (xy 73.469788 97.697647) - (xy 73.4726 97.694526) - (xy 73.532087 97.657879) - (xy 73.564748 97.6535) - (xy 80.649257 97.6535) - (xy 80.664877 97.655224) - (xy 80.664904 97.654939) - (xy 80.67266 97.655671) - (xy 80.672667 97.655673) - (xy 80.741814 97.6535) - (xy 80.77135 97.6535) - (xy 80.778228 97.65263) - (xy 80.784041 97.652172) - (xy 80.830627 97.650709) - (xy 80.849869 97.645117) - (xy 80.868912 97.641174) - (xy 80.888792 97.638664) - (xy 80.932122 97.621507) - (xy 80.937646 97.619617) - (xy 80.942279 97.618271) - (xy 80.98239 97.606618) - (xy 80.999629 97.596422) - (xy 81.017103 97.587862) - (xy 81.035727 97.580488) - (xy 81.035727 97.580487) - (xy 81.035732 97.580486) - (xy 81.073449 97.553082) - (xy 81.078305 97.549892) - (xy 81.11842 97.52617) - (xy 81.132589 97.511999) - (xy 81.147379 97.499368) - (xy 81.163587 97.487594) - (xy 81.193299 97.451676) - (xy 81.197212 97.447376) - (xy 83.28148 95.363108) - (xy 83.342801 95.329625) - (xy 83.40942 95.333509) - (xy 83.435019 95.342298) - (xy 83.663951 95.3805) - (xy 83.663952 95.3805) - (xy 83.896048 95.3805) - (xy 83.896049 95.3805) - (xy 84.124981 95.342298) - (xy 84.344503 95.266936) - (xy 84.548626 95.15647) - (xy 84.563258 95.145082) - (xy 84.644404 95.081923) - (xy 84.731784 95.013913) - (xy 84.888979 94.843153) - (xy 85.015924 94.648849) - (xy 85.109157 94.4363) - (xy 85.166134 94.211305) - (xy 85.166135 94.211297) - (xy 85.1853 93.980006) - (xy 85.1853 93.979993) - (xy 85.166135 93.748702) - (xy 85.166133 93.748691) - (xy 85.109157 93.523699) - (xy 85.015924 93.311151) - (xy 84.888983 93.116852) - (xy 84.88898 93.116849) - (xy 84.888979 93.116847) - (xy 84.731784 92.946087) - (xy 84.731779 92.946083) - (xy 84.731777 92.946081) - (xy 84.548634 92.803535) - (xy 84.548628 92.803531) - (xy 84.344504 92.693064) - (xy 84.344495 92.693061) - (xy 84.124984 92.617702) - (xy 83.937404 92.586401) - (xy 83.896049 92.5795) - (xy 83.663951 92.5795) - (xy 83.622596 92.586401) - (xy 83.435015 92.617702) - (xy 83.215504 92.693061) - (xy 83.215495 92.693064) - (xy 83.011371 92.803531) - (xy 83.011365 92.803535) - (xy 82.828222 92.946081) - (xy 82.828219 92.946084) - (xy 82.828216 92.946086) - (xy 82.828216 92.946087) - (xy 82.803785 92.972627) - (xy 82.671015 93.116854) - (xy 82.633808 93.173804) - (xy 82.580662 93.219161) - (xy 82.51143 93.228584) - (xy 82.448095 93.199082) - (xy 82.426192 93.173804) - (xy 82.388984 93.116854) - (xy 82.388982 93.116852) - (xy 82.388979 93.116847) - (xy 82.231784 92.946087) - (xy 82.231779 92.946083) - (xy 82.231777 92.946081) - (xy 82.048634 92.803535) - (xy 82.048619 92.803525) - (xy 81.970482 92.761239) - (xy 81.920891 92.71202) - (xy 81.9055 92.652185) - (xy 81.9055 86.808005) - (xy 84.2195 86.808005) - (xy 84.234403 87.011615) - (xy 84.234405 87.011629) - (xy 84.293615 87.277435) - (xy 84.293618 87.277442) - (xy 84.390907 87.531814) - (xy 84.512563 87.748583) - (xy 84.524195 87.769308) - (xy 84.524198 87.769313) - (xy 84.690643 87.984866) - (xy 84.690652 87.984875) - (xy 84.736768 88.029336) - (xy 84.886705 88.173894) - (xy 84.886708 88.173896) - (xy 84.886709 88.173897) - (xy 85.108189 88.332352) - (xy 85.108192 88.332353) - (xy 85.108198 88.332358) - (xy 85.350403 88.456885) - (xy 85.350407 88.456886) - (xy 85.350411 88.456888) - (xy 85.608145 88.544815) - (xy 85.608151 88.544816) - (xy 85.608159 88.544819) - (xy 85.768564 88.574447) - (xy 85.875959 88.594284) - (xy 85.875961 88.594284) - (xy 85.875971 88.594286) - (xy 86.093699 88.602242) - (xy 86.148129 88.604232) - (xy 86.148129 88.604231) - (xy 86.148131 88.604232) - (xy 86.418839 88.574446) - (xy 86.682326 88.505562) - (xy 86.932975 88.399047) - (xy 87.165444 88.257173) - (xy 87.374779 88.082963) - (xy 87.556518 87.880131) - (xy 87.706788 87.652998) - (xy 87.822386 87.406406) - (xy 87.83192 87.374714) - (xy 87.870082 87.316188) - (xy 87.933828 87.287584) - (xy 88.00292 87.297985) - (xy 88.05542 87.344088) - (xy 88.063045 87.358031) - (xy 88.131965 87.50583) - (xy 88.131967 87.505834) - (xy 88.215091 87.624546) - (xy 88.267501 87.699396) - (xy 88.267506 87.699402) - (xy 88.38943 87.821326) - (xy 88.422915 87.882649) - (xy 88.417931 87.952341) - (xy 88.376059 88.008274) - (xy 88.345083 88.025189) - (xy 88.213669 88.074203) - (xy 88.213664 88.074206) - (xy 88.098455 88.160452) - (xy 88.098452 88.160455) - (xy 88.012206 88.275664) - (xy 88.012202 88.275671) - (xy 87.961908 88.410517) - (xy 87.956923 88.456888) - (xy 87.955501 88.470123) - (xy 87.9555 88.470135) - (xy 87.9555 90.26587) - (xy 87.955501 90.265876) - (xy 87.961908 90.325483) - (xy 88.012202 90.460328) - (xy 88.012206 90.460335) - (xy 88.098452 90.575544) - (xy 88.098455 90.575547) - (xy 88.213664 90.661793) - (xy 88.213671 90.661797) - (xy 88.348517 90.712091) - (xy 88.348516 90.712091) - (xy 88.355444 90.712835) - (xy 88.408127 90.7185) - (xy 90.203872 90.718499) - (xy 90.263483 90.712091) - (xy 90.398331 90.661796) - (xy 90.513546 90.575546) - (xy 90.599796 90.460331) - (xy 90.650091 90.325483) - (xy 90.6565 90.265873) - (xy 90.656499 88.470128) - (xy 90.650091 88.410517) - (xy 90.644234 88.394814) - (xy 90.599797 88.275671) - (xy 90.599793 88.275664) - (xy 90.513547 88.160455) - (xy 90.513544 88.160452) - (xy 90.398335 88.074206) - (xy 90.398328 88.074202) - (xy 90.266917 88.025189) - (xy 90.210983 87.983318) - (xy 90.186566 87.917853) - (xy 90.201418 87.84958) - (xy 90.222563 87.821332) - (xy 90.344495 87.699401) - (xy 90.480035 87.50583) - (xy 90.579903 87.291663) - (xy 90.641063 87.063408) - (xy 90.661659 86.828) - (xy 90.641063 86.592592) - (xy 90.586238 86.387981) - (xy 90.579905 86.364344) - (xy 90.579904 86.364343) - (xy 90.579903 86.364337) - (xy 90.480035 86.150171) - (xy 90.467198 86.131837) - (xy 90.344494 85.956597) - (xy 90.177402 85.789506) - (xy 90.177395 85.789501) - (xy 89.983834 85.653967) - (xy 89.98383 85.653965) - (xy 89.983828 85.653964) - (xy 89.769663 85.554097) - (xy 89.769659 85.554096) - (xy 89.769655 85.554094) - (xy 89.541413 85.492938) - (xy 89.541403 85.492936) - (xy 89.306001 85.472341) - (xy 89.305999 85.472341) - (xy 89.070596 85.492936) - (xy 89.070586 85.492938) - (xy 88.842344 85.554094) - (xy 88.842335 85.554098) - (xy 88.628171 85.653964) - (xy 88.628169 85.653965) - (xy 88.434597 85.789505) - (xy 88.267505 85.956597) - (xy 88.158313 86.112541) - (xy 88.103736 86.156166) - (xy 88.034238 86.16336) - (xy 87.971883 86.131837) - (xy 87.936469 86.071607) - (xy 87.933069 86.05047) - (xy 87.930662 86.017586) - (xy 87.925597 85.948384) - (xy 87.925594 85.94837) - (xy 87.866384 85.682564) - (xy 87.866382 85.68256) - (xy 87.866382 85.682558) - (xy 87.769093 85.428186) - (xy 87.635804 85.19069) - (xy 87.469355 84.975132) - (xy 87.453642 84.959983) - (xy 87.273298 84.786109) - (xy 87.27329 84.786102) - (xy 87.05181 84.627647) - (xy 87.051804 84.627643) - (xy 87.051802 84.627642) - (xy 86.90145 84.55034) - (xy 86.809602 84.503117) - (xy 86.809588 84.503111) - (xy 86.551854 84.415184) - (xy 86.551841 84.415181) - (xy 86.551836 84.41518) - (xy 86.28404 84.365715) - (xy 86.28402 84.365713) - (xy 86.01187 84.355767) - (xy 85.741172 84.385552) - (xy 85.741159 84.385554) - (xy 85.477679 84.454436) - (xy 85.477674 84.454437) - (xy 85.477674 84.454438) - (xy 85.443454 84.46898) - (xy 85.227025 84.560953) - (xy 84.99456 84.702824) - (xy 84.99455 84.702831) - (xy 84.785222 84.877035) - (xy 84.603482 85.079868) - (xy 84.453213 85.306999) - (xy 84.453212 85.307002) - (xy 84.366049 85.492938) - (xy 84.337613 85.553597) - (xy 84.259152 85.814392) - (xy 84.239847 85.945568) - (xy 84.2195 86.083829) - (xy 84.2195 86.083833) - (xy 84.2195 86.808005) - (xy 81.9055 86.808005) - (xy 81.9055 83.263737) - (xy 81.907224 83.248123) - (xy 81.906938 83.248096) - (xy 81.907672 83.240333) - (xy 81.9055 83.171203) - (xy 81.9055 83.141651) - (xy 81.9055 83.14165) - (xy 81.904629 83.134759) - (xy 81.904172 83.128945) - (xy 81.902709 83.082372) - (xy 81.897122 83.063144) - (xy 81.893174 83.044084) - (xy 81.890664 83.024208) - (xy 81.873507 82.980875) - (xy 81.871619 82.975359) - (xy 81.858619 82.930612) - (xy 81.848418 82.913363) - (xy 81.83986 82.895894) - (xy 81.832486 82.877268) - (xy 81.832483 82.877264) - (xy 81.832483 82.877263) - (xy 81.805098 82.839571) - (xy 81.80189 82.834687) - (xy 81.778172 82.794582) - (xy 81.778163 82.794571) - (xy 81.764005 82.780413) - (xy 81.75137 82.76562) - (xy 81.739593 82.749412) - (xy 81.703693 82.719713) - (xy 81.699381 82.71579) - (xy 78.354591 79.371) - (xy 79.409001 79.371) - (xy 79.409001 79.645986) - (xy 79.419494 79.748697) - (xy 79.474641 79.915119) - (xy 79.474643 79.915124) - (xy 79.566684 80.064345) - (xy 79.690654 80.188315) - (xy 79.839875 80.280356) - (xy 79.83988 80.280358) - (xy 80.006302 80.335505) - (xy 80.006309 80.335506) - (xy 80.109019 80.345999) - (xy 80.246499 80.345999) - (xy 80.7465 80.345999) - (xy 80.883972 80.345999) - (xy 80.883986 80.345998) - (xy 80.986697 80.335505) - (xy 81.153119 80.280358) - (xy 81.153124 80.280356) - (xy 81.302345 80.188315) - (xy 81.426318 80.064342) - (xy 81.428165 80.061348) - (xy 81.429969 80.059724) - (xy 81.430798 80.058677) - (xy 81.430976 80.058818) - (xy 81.48011 80.014621) - (xy 81.549073 80.003396) - (xy 81.613156 80.031236) - (xy 81.639243 80.061341) - (xy 81.641288 80.064656) - (xy 81.765344 80.188712) - (xy 81.914666 80.280814) - (xy 82.081203 80.335999) - (xy 82.183991 80.3465) - (xy 82.959008 80.346499) - (xy 82.959016 80.346498) - (xy 82.959019 80.346498) - (xy 83.015302 80.340748) - (xy 83.061797 80.335999) - (xy 83.228334 80.280814) - (xy 83.377656 80.188712) - (xy 83.501712 80.064656) - (xy 83.593814 79.915334) - (xy 83.631708 79.800977) - (xy 83.67148 79.743534) - (xy 83.735995 79.716711) - (xy 83.804771 79.729026) - (xy 83.822295 79.739662) - (xy 83.827624 79.743534) - (xy 83.87527 79.778151) - (xy 84.048192 79.855142) - (xy 84.048197 79.855144) - (xy 84.233354 79.8945) - (xy 84.233355 79.8945) - (xy 84.422644 79.8945) - (xy 84.422646 79.8945) - (xy 84.607803 79.855144) - (xy 84.78073 79.778151) - (xy 84.933871 79.666888) - (xy 85.060533 79.526216) - (xy 85.155179 79.362284) - (xy 85.213674 79.182256) - (xy 85.23346 78.994) - (xy 85.213674 78.805744) - (xy 85.155179 78.625716) - (xy 85.060533 78.461784) - (xy 84.933871 78.321112) - (xy 84.93387 78.321111) - (xy 84.780734 78.209851) - (xy 84.780729 78.209848) - (xy 84.607807 78.132857) - (xy 84.607802 78.132855) - (xy 84.462001 78.101865) - (xy 84.422646 78.0935) - (xy 84.233354 78.0935) - (xy 84.200897 78.100398) - (xy 84.048197 78.132855) - (xy 84.048192 78.132857) - (xy 83.875271 78.209848) - (xy 83.739363 78.30859) - (xy 83.673556 78.332069) - (xy 83.605502 78.316243) - (xy 83.560939 78.273367) - (xy 83.52176 78.209848) - (xy 83.501712 78.177344) - (xy 83.377656 78.053288) - (xy 83.255902 77.97819) - (xy 83.209179 77.926243) - (xy 83.197 77.872652) - (xy 83.197 76.698534) - (xy 83.216685 76.631495) - (xy 83.269489 76.58574) - (xy 83.286396 76.57946) - (xy 83.316398 76.570744) - (xy 83.457865 76.487081) - (xy 83.574081 76.370865) - (xy 83.657744 76.229398) - (xy 83.703598 76.071569) - (xy 83.7065 76.034694) - (xy 83.7065 75.603306) - (xy 83.703598 75.566431) - (xy 83.698562 75.549098) - (xy 83.667844 75.443365) - (xy 83.657744 75.408602) - (xy 83.574081 75.267135) - (xy 83.574078 75.267132) - (xy 83.569298 75.260969) - (xy 83.57175 75.259066) - (xy 83.545155 75.210421) - (xy 83.550104 75.140726) - (xy 83.57094 75.108304) - (xy 83.569298 75.107031) - (xy 83.574075 75.10087) - (xy 83.574081 75.100865) - (xy 83.657744 74.959398) - (xy 83.703598 74.801569) - (xy 83.7065 74.764694) - (xy 83.7065 74.333306) - (xy 83.706187 74.329334) - (xy 83.703598 74.296432) - (xy 83.703597 74.296426) - (xy 83.657745 74.138606) - (xy 83.657744 74.138603) - (xy 83.657744 74.138602) - (xy 83.574081 73.997135) - (xy 83.574078 73.997132) - (xy 83.569298 73.990969) - (xy 83.57175 73.989066) - (xy 83.545155 73.940421) - (xy 83.550104 73.870726) - (xy 83.57094 73.838304) - (xy 83.569298 73.837031) - (xy 83.574075 73.83087) - (xy 83.574081 73.830865) - (xy 83.657744 73.689398) - (xy 83.703598 73.531569) - (xy 83.7065 73.494694) - (xy 83.7065 73.063306) - (xy 83.703598 73.026431) - (xy 83.700223 73.014815) - (xy 83.657745 72.868606) - (xy 83.657744 72.868603) - (xy 83.657744 72.868602) - (xy 83.574081 72.727135) - (xy 83.574078 72.727132) - (xy 83.569298 72.720969) - (xy 83.571635 72.719155) - (xy 83.544798 72.67005) - (xy 83.549756 72.600356) - (xy 83.570554 72.567998) - (xy 83.568903 72.566717) - (xy 83.573686 72.56055) - (xy 83.657281 72.419198) - (xy 83.7031 72.261486) - (xy 83.703295 72.259001) - (xy 83.703295 72.259) - (xy 80.758705 72.259) - (xy 80.758704 72.259001) - (xy 80.758899 72.261486) - (xy 80.804718 72.419198) - (xy 80.888314 72.560552) - (xy 80.8931 72.566722) - (xy 80.89064 72.568629) - (xy 80.91721 72.617288) - (xy 80.912226 72.68698) - (xy 80.891162 72.719781) - (xy 80.892699 72.720974) - (xy 80.887915 72.72714) - (xy 80.804255 72.868603) - (xy 80.804254 72.868606) - (xy 80.758402 73.026426) - (xy 80.758401 73.026432) - (xy 80.7555 73.063304) - (xy 80.7555 73.494696) - (xy 80.758401 73.531567) - (xy 80.758402 73.531573) - (xy 80.804254 73.689393) - (xy 80.804255 73.689396) - (xy 80.804256 73.689398) - (xy 80.835853 73.742826) - (xy 80.887917 73.830862) - (xy 80.892702 73.837031) - (xy 80.890256 73.838927) - (xy 80.916857 73.887642) - (xy 80.911873 73.957334) - (xy 80.891069 73.989703) - (xy 80.892702 73.990969) - (xy 80.887917 73.997137) - (xy 80.804255 74.138603) - (xy 80.804254 74.138606) - (xy 80.758402 74.296426) - (xy 80.758401 74.296432) - (xy 80.7555 74.333304) - (xy 80.7555 74.764696) - (xy 80.758401 74.801567) - (xy 80.758402 74.801573) - (xy 80.804254 74.959393) - (xy 80.804255 74.959396) - (xy 80.887917 75.100862) - (xy 80.892702 75.107031) - (xy 80.890256 75.108927) - (xy 80.916857 75.157642) - (xy 80.911873 75.227334) - (xy 80.891069 75.259703) - (xy 80.892702 75.260969) - (xy 80.887917 75.267137) - (xy 80.804255 75.408603) - (xy 80.804254 75.408606) - (xy 80.758402 75.566426) - (xy 80.758401 75.566432) - (xy 80.7555 75.603304) - (xy 80.7555 76.034696) - (xy 80.758401 76.071567) - (xy 80.758402 76.071573) - (xy 80.804254 76.229393) - (xy 80.804255 76.229396) - (xy 80.887917 76.370862) - (xy 80.887923 76.37087) - (xy 81.004129 76.487076) - (xy 81.004133 76.487079) - (xy 81.004135 76.487081) - (xy 81.145602 76.570744) - (xy 81.175592 76.579457) - (xy 81.303426 76.616597) - (xy 81.303429 76.616597) - (xy 81.303431 76.616598) - (xy 81.315722 76.617565) - (xy 81.340304 76.6195) - (xy 81.340306 76.6195) - (xy 81.822 76.6195) - (xy 81.889039 76.639185) - (xy 81.934794 76.691989) - (xy 81.946 76.7435) - (xy 81.946 77.872652) - (xy 81.926315 77.939691) - (xy 81.887098 77.978189) - (xy 81.809835 78.025845) - (xy 81.765342 78.053289) - (xy 81.641288 78.177343) - (xy 81.641283 78.177349) - (xy 81.639241 78.180661) - (xy 81.637247 78.182453) - (xy 81.636807 78.183011) - (xy 81.636711 78.182935) - (xy 81.587291 78.227383) - (xy 81.518328 78.238602) - (xy 81.454247 78.210755) - (xy 81.428168 78.180656) - (xy 81.426319 78.177659) - (xy 81.426316 78.177655) - (xy 81.302345 78.053684) - (xy 81.153124 77.961643) - (xy 81.153119 77.961641) - (xy 80.986697 77.906494) - (xy 80.98669 77.906493) - (xy 80.883986 77.896) - (xy 80.7465 77.896) - (xy 80.7465 80.345999) - (xy 80.246499 80.345999) - (xy 80.2465 80.345998) - (xy 80.2465 79.371) - (xy 79.409001 79.371) - (xy 78.354591 79.371) - (xy 77.854591 78.871) - (xy 79.409 78.871) - (xy 80.2465 78.871) - (xy 80.2465 77.896) - (xy 80.109027 77.896) - (xy 80.109012 77.896001) - (xy 80.006302 77.906494) - (xy 79.83988 77.961641) - (xy 79.839875 77.961643) - (xy 79.690654 78.053684) - (xy 79.566684 78.177654) - (xy 79.474643 78.326875) - (xy 79.474641 78.32688) - (xy 79.419494 78.493302) - (xy 79.419493 78.493309) - (xy 79.409 78.596013) - (xy 79.409 78.871) - (xy 77.854591 78.871) - (xy 74.995818 76.012227) - (xy 74.962333 75.950904) - (xy 74.959499 75.924546) - (xy 74.959499 75.635451) - (xy 74.979184 75.568412) - (xy 75.031988 75.522657) - (xy 75.101146 75.512713) - (xy 75.164702 75.541738) - (xy 75.17118 75.54777) - (xy 75.826196 76.202786) - (xy 75.836023 76.215052) - (xy 75.836244 76.21487) - (xy 75.84121 76.220873) - (xy 75.846345 76.225695) - (xy 75.868196 76.252969) - (xy 75.937917 76.370862) - (xy 75.937923 76.37087) - (xy 76.054129 76.487076) - (xy 76.054133 76.487079) - (xy 76.054135 76.487081) - (xy 76.195602 76.570744) - (xy 76.225592 76.579457) - (xy 76.353426 76.616597) - (xy 76.353429 76.616597) - (xy 76.353431 76.616598) - (xy 76.365722 76.617565) - (xy 76.390304 76.6195) - (xy 76.390306 76.6195) - (xy 78.171696 76.6195) - (xy 78.190131 76.618049) - (xy 78.208569 76.616598) - (xy 78.208571 76.616597) - (xy 78.208573 76.616597) - (xy 78.256371 76.60271) - (xy 78.366398 76.570744) - (xy 78.507865 76.487081) - (xy 78.624081 76.370865) - (xy 78.707744 76.229398) - (xy 78.753598 76.071569) - (xy 78.7565 76.034694) - (xy 78.7565 75.603306) - (xy 78.753598 75.566431) - (xy 78.748562 75.549098) - (xy 78.717844 75.443365) - (xy 78.707744 75.408602) - (xy 78.624081 75.267135) - (xy 78.624078 75.267132) - (xy 78.619298 75.260969) - (xy 78.62175 75.259066) - (xy 78.595155 75.210421) - (xy 78.600104 75.140726) - (xy 78.62094 75.108304) - (xy 78.619298 75.107031) - (xy 78.624075 75.10087) - (xy 78.624081 75.100865) - (xy 78.707744 74.959398) - (xy 78.753598 74.801569) - (xy 78.7565 74.764694) - (xy 78.7565 74.333306) - (xy 78.756187 74.329334) - (xy 78.753598 74.296432) - (xy 78.753597 74.296426) - (xy 78.707745 74.138606) - (xy 78.707744 74.138603) - (xy 78.707744 74.138602) - (xy 78.624081 73.997135) - (xy 78.624078 73.997132) - (xy 78.619298 73.990969) - (xy 78.621635 73.989155) - (xy 78.594798 73.94005) - (xy 78.599756 73.870356) - (xy 78.620554 73.837998) - (xy 78.618903 73.836717) - (xy 78.623686 73.83055) - (xy 78.707281 73.689198) - (xy 78.7531 73.531486) - (xy 78.753295 73.529001) - (xy 78.753295 73.529) - (xy 75.808705 73.529) - (xy 75.807684 73.530104) - (xy 75.794123 73.594651) - (xy 75.74507 73.644406) - (xy 75.684871 73.659999) - (xy 75.083499 73.659999) - (xy 75.01646 73.640314) - (xy 74.970705 73.58751) - (xy 74.959499 73.535999) - (xy 74.959499 73.259998) - (xy 74.959498 73.259981) - (xy 74.948999 73.157203) - (xy 74.948998 73.1572) - (xy 74.945831 73.147643) - (xy 74.893814 72.990666) - (xy 74.801712 72.841344) - (xy 74.677656 72.717288) - (xy 74.564996 72.647799) - (xy 74.528336 72.625187) - (xy 74.528331 72.625185) - (xy 74.485279 72.610919) - (xy 74.361797 72.570001) - (xy 74.361795 72.57) - (xy 74.25901 72.5595) - (xy 73.258998 72.5595) - (xy 73.25898 72.559501) - (xy 73.156203 72.57) - (xy 73.1562 72.570001) - (xy 72.989668 72.625185) - (xy 72.989663 72.625187) - (xy 72.840342 72.717289) - (xy 72.716289 72.841342) - (xy 72.699475 72.868602) - (xy 72.639853 72.965267) - (xy 72.633481 72.975597) - (xy 72.581533 73.022321) - (xy 72.527942 73.0345) - (xy 71.688058 73.0345) - (xy 71.621019 73.014815) - (xy 71.582519 72.975597) - (xy 71.57615 72.965271) - (xy 71.499712 72.841344) - (xy 71.375656 72.717288) - (xy 71.262996 72.647799) - (xy 71.226336 72.625187) - (xy 71.226331 72.625185) - (xy 71.183279 72.610919) - (xy 71.059797 72.570001) - (xy 71.059795 72.57) - (xy 70.95701 72.5595) - (xy 69.956998 72.5595) - (xy 69.95698 72.559501) - (xy 69.854203 72.57) - (xy 69.8542 72.570001) - (xy 69.687668 72.625185) - (xy 69.687663 72.625187) - (xy 69.538342 72.717289) - (xy 69.414289 72.841342) - (xy 69.322187 72.990663) - (xy 69.322185 72.990668) - (xy 69.310334 73.026432) - (xy 69.267001 73.157203) - (xy 69.267001 73.157204) - (xy 69.267 73.157204) - (xy 69.2565 73.259983) - (xy 69.2565 74.060001) - (xy 69.256501 74.060019) - (xy 69.267 74.162796) - (xy 69.267001 74.162799) - (xy 69.322185 74.329331) - (xy 69.322187 74.329336) - (xy 69.414289 74.478657) - (xy 69.507951 74.572319) - (xy 69.541436 74.633642) - (xy 69.536452 74.703334) - (xy 69.507951 74.747681) - (xy 69.414289 74.841342) - (xy 69.322187 74.990663) - (xy 69.322186 74.990666) - (xy 69.267001 75.157203) - (xy 69.267001 75.157204) - (xy 69.267 75.157204) - (xy 69.2565 75.259983) - (xy 69.2565 76.060001) - (xy 69.256501 76.060019) - (xy 69.267 76.162796) - (xy 69.267001 76.162799) - (xy 69.322185 76.329331) - (xy 69.322187 76.329336) - (xy 69.347802 76.370865) - (xy 69.414288 76.478656) - (xy 69.538344 76.602712) - (xy 69.683086 76.691989) - (xy 69.687668 76.694815) - (xy 69.698892 76.698534) - (xy 69.746502 76.71431) - (xy 69.803947 76.754081) - (xy 69.830772 76.818596) - (xy 69.8315 76.832016) - (xy 69.8315 85.950547) - (xy 69.811815 86.017586) - (xy 69.795181 86.038228) - (xy 69.389929 86.44348) - (xy 69.328606 86.476965) - (xy 69.302248 86.479799) - (xy 69.243055 86.479799) - (xy 69.210598 86.486697) - (xy 69.057898 86.519154) - (xy 69.057893 86.519156) - (xy 68.884971 86.596147) - (xy 68.884966 86.59615) - (xy 68.73183 86.70741) - (xy 68.605167 86.848084) - (xy 68.510522 87.012014) - (xy 68.510519 87.012021) - (xy 68.452028 87.192039) - (xy 68.452027 87.192043) - (xy 68.432241 87.380299) - (xy 68.452027 87.568555) - (xy 68.452028 87.568558) - (xy 68.510519 87.748576) - (xy 68.510522 87.748583) - (xy 68.605168 87.912515) - (xy 68.612089 87.920201) - (xy 68.614487 87.922865) - (xy 68.644716 87.985857) - (xy 68.63609 88.055192) - (xy 68.591348 88.108857) - (xy 68.574745 88.118216) - (xy 68.572672 88.119182) - (xy 68.423342 88.211289) - (xy 68.299289 88.335342) - (xy 68.207187 88.484663) - (xy 68.207185 88.484668) - (xy 68.187253 88.544819) - (xy 68.152001 88.651203) - (xy 68.152001 88.651204) - (xy 68.152 88.651204) - (xy 68.1415 88.753983) - (xy 68.1415 89.554001) - (xy 68.141501 89.554019) - (xy 68.152 89.656796) - (xy 68.152001 89.656799) - (xy 68.207185 89.823331) - (xy 68.207187 89.823336) - (xy 68.299289 89.972657) - (xy 68.392951 90.066319) - (xy 68.426436 90.127642) - (xy 68.421452 90.197334) - (xy 68.392951 90.241681) - (xy 68.299289 90.335342) - (xy 68.207187 90.484663) - (xy 68.207186 90.484666) - (xy 68.152001 90.651203) - (xy 68.152001 90.651204) - (xy 68.152 90.651204) - (xy 68.1415 90.753983) - (xy 68.1415 91.554001) - (xy 68.141501 91.554019) - (xy 68.152 91.656796) - (xy 68.152001 91.656799) - (xy 68.187943 91.765262) - (xy 68.207186 91.823334) - (xy 68.299288 91.972656) - (xy 68.423344 92.096712) - (xy 68.545995 92.172363) - (xy 68.572668 92.188815) - (xy 68.59311 92.195588) - (xy 68.631502 92.20831) - (xy 68.688947 92.248081) - (xy 68.715772 92.312596) - (xy 68.7165 92.326016) - (xy 68.7165 94.795047) - (xy 68.696815 94.862086) - (xy 68.68018 94.882729) - (xy 68.640312 94.922596) - (xy 68.578989 94.956081) - (xy 68.518041 94.953992) - (xy 68.512569 94.952402) - (xy 68.512562 94.952401) - (xy 68.475696 94.9495) - (xy 68.475694 94.9495) - (xy 68.2345 94.9495) - (xy 68.167461 94.929815) - (xy 68.121706 94.877011) - (xy 68.1105 94.8255) - (xy 68.1105 93.659304) - (xy 68.107598 93.622432) - (xy 68.107597 93.622426) - (xy 68.070668 93.49532) - (xy 68.061744 93.464602) - (xy 67.978081 93.323135) - (xy 67.978079 93.323133) - (xy 67.978076 93.323129) - (xy 67.971819 93.316872) - (xy 67.938334 93.255549) - (xy 67.9355 93.229191) - (xy 67.9355 92.522737) - (xy 67.937224 92.507123) - (xy 67.936938 92.507096) - (xy 67.937672 92.499333) - (xy 67.9355 92.430203) - (xy 67.9355 92.400651) - (xy 67.9355 92.40065) - (xy 67.934629 92.393759) - (xy 67.934172 92.387945) - (xy 67.932709 92.341372) - (xy 67.927122 92.322144) - (xy 67.923174 92.303084) - (xy 67.920664 92.283208) - (xy 67.903507 92.239875) - (xy 67.901619 92.234359) - (xy 67.888619 92.189612) - (xy 67.878418 92.172363) - (xy 67.86986 92.154894) - (xy 67.862486 92.136268) - (xy 67.862483 92.136264) - (xy 67.862483 92.136263) - (xy 67.835098 92.098571) - (xy 67.83189 92.093687) - (xy 67.808172 92.053582) - (xy 67.808163 92.053571) - (xy 67.794005 92.039413) - (xy 67.78137 92.02462) - (xy 67.769593 92.008412) - (xy 67.733693 91.978713) - (xy 67.729381 91.97479) - (xy 67.276818 91.522227) - (xy 67.243333 91.460904) - (xy 67.240499 91.434546) - (xy 67.240499 90.769998) - (xy 67.240498 90.769981) - (xy 67.229999 90.667203) - (xy 67.229998 90.6672) - (xy 67.199627 90.575547) - (xy 67.174814 90.500666) - (xy 67.082712 90.351344) - (xy 66.989049 90.257681) - (xy 66.955564 90.196358) - (xy 66.960548 90.126666) - (xy 66.989049 90.082319) - (xy 67.005049 90.066319) - (xy 67.082712 89.988656) - (xy 67.174814 89.839334) - (xy 67.229999 89.672797) - (xy 67.2405 89.570009) - (xy 67.240499 88.769992) - (xy 67.238864 88.753991) - (xy 67.229999 88.667203) - (xy 67.229998 88.6672) - (xy 67.209132 88.604232) - (xy 67.174814 88.500666) - (xy 67.082712 88.351344) - (xy 66.958656 88.227288) - (xy 66.809334 88.135186) - (xy 66.750493 88.115688) - (xy 66.693051 88.075916) - (xy 66.666228 88.0114) - (xy 66.6655 87.997983) - (xy 66.6655 87.820687) - (xy 66.685185 87.753648) - (xy 66.69735 87.737715) - (xy 66.720299 87.712227) - (xy 66.772533 87.654216) - (xy 66.867179 87.490284) - (xy 66.925674 87.310256) - (xy 66.94546 87.122) - (xy 66.925674 86.933744) - (xy 66.867179 86.753716) - (xy 66.772533 86.589784) - (xy 66.645871 86.449112) - (xy 66.64587 86.449111) - (xy 66.492734 86.337851) - (xy 66.492729 86.337848) - (xy 66.319807 86.260857) - (xy 66.319802 86.260855) - (xy 66.167941 86.228577) - (xy 66.134646 86.2215) - (xy 65.945354 86.2215) - (xy 65.912897 86.228398) - (xy 65.760197 86.260855) - (xy 65.760192 86.260857) - (xy 65.58727 86.337848) - (xy 65.587265 86.337851) - (xy 65.434129 86.449111) - (xy 65.307466 86.589785) - (xy 65.212821 86.753715) - (xy 65.212818 86.753722) - (xy 65.154327 86.93374) - (xy 65.154326 86.933744) - (xy 65.13454 87.122) - (xy 65.154326 87.310256) - (xy 65.154327 87.310259) - (xy 65.212818 87.490277) - (xy 65.212821 87.490284) - (xy 65.307467 87.654216) - (xy 65.326999 87.675908) - (xy 65.38265 87.737715) - (xy 65.41288 87.800706) - (xy 65.4145 87.820687) - (xy 65.4145 87.997983) - (xy 65.394815 88.065022) - (xy 65.342011 88.110777) - (xy 65.32951 88.115686) - (xy 65.270666 88.135186) - (xy 65.270663 88.135187) - (xy 65.121342 88.227289) - (xy 64.997289 88.351342) - (xy 64.905187 88.500663) - (xy 64.905185 88.500668) - (xy 64.903563 88.505563) - (xy 64.850001 88.667203) - (xy 64.850001 88.667204) - (xy 64.85 88.667204) - (xy 64.8395 88.769983) - (xy 64.8395 89.570001) - (xy 64.839501 89.570019) - (xy 64.85 89.672796) - (xy 64.850001 89.672799) - (xy 64.905185 89.839331) - (xy 64.905187 89.839336) - (xy 64.997289 89.988657) - (xy 65.090951 90.082319) - (xy 65.124436 90.143642) - (xy 65.119452 90.213334) - (xy 65.090951 90.257681) - (xy 64.997289 90.351342) - (xy 64.905187 90.500663) - (xy 64.905185 90.500668) - (xy 64.880374 90.575544) - (xy 64.850001 90.667203) - (xy 64.850001 90.667204) - (xy 64.85 90.667204) - (xy 64.8395 90.769983) - (xy 64.8395 91.570001) - (xy 64.839501 91.570019) - (xy 64.85 91.672796) - (xy 64.850001 91.672799) - (xy 64.899883 91.823331) - (xy 64.905186 91.839334) - (xy 64.997288 91.988656) - (xy 65.121344 92.112712) - (xy 65.270666 92.204814) - (xy 65.437203 92.259999) - (xy 65.539991 92.2705) - (xy 66.204546 92.270499) - (xy 66.271585 92.290183) - (xy 66.292227 92.306818) - (xy 66.648181 92.662771) - (xy 66.681666 92.724094) - (xy 66.6845 92.750452) - (xy 66.6845 93.229191) - (xy 66.664815 93.29623) - (xy 66.648181 93.316872) - (xy 66.641923 93.323129) - (xy 66.641917 93.323137) - (xy 66.558255 93.464603) - (xy 66.558254 93.464606) - (xy 66.512402 93.622426) - (xy 66.512401 93.622432) - (xy 66.5095 93.659304) - (xy 66.5095 94.8255) - (xy 66.489815 94.892539) - (xy 66.437011 94.938294) - (xy 66.3855 94.9495) - (xy 66.144304 94.9495) - (xy 66.107432 94.952401) - (xy 66.107426 94.952402) - (xy 65.949606 94.998254) - (xy 65.949603 94.998255) - (xy 65.808137 95.081917) - (xy 65.808129 95.081923) - (xy 65.691923 95.198129) - (xy 65.691917 95.198137) - (xy 65.608255 95.339603) - (xy 65.608254 95.339606) - (xy 65.569617 95.472595) - (xy 65.532011 95.531481) - (xy 65.468538 95.560687) - (xy 65.450541 95.562) - (xy 61.375237 95.562) - (xy 61.35962 95.560276) - (xy 61.359593 95.560562) - (xy 61.351831 95.559827) - (xy 61.282703 95.562) - (xy 61.25315 95.562) - (xy 61.252429 95.56209) - (xy 61.246257 95.562869) - (xy 61.240445 95.563326) - (xy 61.193873 95.56479) - (xy 61.193872 95.56479) - (xy 61.174629 95.570381) - (xy 61.155579 95.574325) - (xy 61.135711 95.576834) - (xy 61.135709 95.576835) - (xy 61.092384 95.593988) - (xy 61.086857 95.59588) - (xy 61.04211 95.608881) - (xy 61.042109 95.608882) - (xy 61.024867 95.619079) - (xy 61.007399 95.627637) - (xy 60.988769 95.635013) - (xy 60.988767 95.635014) - (xy 60.951076 95.662398) - (xy 60.946194 95.665605) - (xy 60.906079 95.68933) - (xy 60.891908 95.7035) - (xy 60.877123 95.716128) - (xy 60.860912 95.727907) - (xy 60.831209 95.76381) - (xy 60.827277 95.768131) - (xy 60.188519 96.406888) - (xy 60.127196 96.440373) - (xy 60.060575 96.436488) - (xy 60.034983 96.427702) - (xy 59.86697 96.399666) - (xy 59.806049 96.3895) - (xy 59.573951 96.3895) - (xy 59.528164 96.39714) - (xy 59.345015 96.427702) - (xy 59.125504 96.503061) - (xy 59.125495 96.503064) - (xy 58.921371 96.613531) - (xy 58.921365 96.613535) - (xy 58.738222 96.756081) - (xy 58.738219 96.756084) - (xy 58.581016 96.926852) - (xy 58.454075 97.121151) - (xy 58.360842 97.333699) - (xy 58.303866 97.558691) - (xy 58.303864 97.558702) - (xy 58.2847 97.789993) - (xy 58.2847 97.790006) - (xy 55.0605 97.790006) - (xy 55.0605 91.655452) - (xy 55.080185 91.588413) - (xy 55.096819 91.567771) - (xy 55.38459 91.28) - (xy 59.389659 91.28) - (xy 59.408993 91.525658) - (xy 59.466517 91.765264) - (xy 59.560815 91.99292) - (xy 59.689563 92.203018) - (xy 59.689564 92.20302) - (xy 59.718724 92.237162) - (xy 59.849601 92.390399) - (xy 59.988521 92.509048) - (xy 60.036979 92.550435) - (xy 60.036981 92.550436) - (xy 60.247079 92.679184) - (xy 60.474735 92.773482) - (xy 60.474736 92.773482) - (xy 60.474738 92.773483) - (xy 60.714345 92.831007) - (xy 60.96 92.850341) - (xy 61.205655 92.831007) - (xy 61.445262 92.773483) - (xy 61.67292 92.679184) - (xy 61.883023 92.550433) - (xy 62.070399 92.390399) - (xy 62.230433 92.203023) - (xy 62.359184 91.99292) - (xy 62.453483 91.765262) - (xy 62.511007 91.525655) - (xy 62.530341 91.28) - (xy 62.511007 91.034345) - (xy 62.453483 90.794738) - (xy 62.453482 90.794735) - (xy 62.359184 90.567079) - (xy 62.230436 90.356981) - (xy 62.230435 90.356979) - (xy 62.152631 90.265883) - (xy 62.070399 90.169601) - (xy 61.946516 90.063795) - (xy 61.88302 90.009564) - (xy 61.883018 90.009563) - (xy 61.67292 89.880815) - (xy 61.445264 89.786517) - (xy 61.205658 89.728993) - (xy 60.96 89.709659) - (xy 60.714341 89.728993) - (xy 60.474735 89.786517) - (xy 60.247079 89.880815) - (xy 60.036981 90.009563) - (xy 60.036979 90.009564) - (xy 59.849601 90.169601) - (xy 59.689564 90.356979) - (xy 59.689563 90.356981) - (xy 59.560815 90.567079) - (xy 59.466517 90.794735) - (xy 59.408993 91.034341) - (xy 59.389659 91.28) - (xy 55.38459 91.28) - (xy 58.167772 88.496818) - (xy 58.229095 88.463333) - (xy 58.255453 88.460499) - (xy 58.920002 88.460499) - (xy 58.920008 88.460499) - (xy 59.022797 88.449999) - (xy 59.189334 88.394814) - (xy 59.338656 88.302712) - (xy 59.462712 88.178656) - (xy 59.554814 88.029334) - (xy 59.609999 87.862797) - (xy 59.6205 87.760009) - (xy 59.620499 86.959992) - (xy 59.609999 86.857203) - (xy 59.554814 86.690666) - (xy 59.462712 86.541344) - (xy 59.369049 86.447681) - (xy 59.335564 86.386358) - (xy 59.340548 86.316666) - (xy 59.369049 86.272319) - (xy 59.412791 86.228577) - (xy 59.462712 86.178656) - (xy 59.554814 86.029334) - (xy 59.609999 85.862797) - (xy 59.6205 85.760009) - (xy 59.620499 85.25545) - (xy 59.640183 85.188412) - (xy 59.656813 85.167775) - (xy 60.328733 84.495856) - (xy 60.390054 84.462373) - (xy 60.459746 84.467357) - (xy 60.463808 84.468955) - (xy 60.474738 84.473483) - (xy 60.47474 84.473483) - (xy 60.474744 84.473485) - (xy 60.698469 84.527195) - (xy 60.714345 84.531007) - (xy 60.96 84.550341) - (xy 61.205655 84.531007) - (xy 61.445262 84.473483) - (xy 61.67292 84.379184) - (xy 61.883023 84.250433) - (xy 62.070399 84.090399) - (xy 62.230433 83.903023) - (xy 62.359184 83.69292) - (xy 62.453483 83.465262) - (xy 62.511007 83.225655) - (xy 62.530341 82.98) - (xy 62.511007 82.734345) - (xy 62.453483 82.494738) - (xy 62.359184 82.26708) - (xy 62.359184 82.267079) - (xy 62.230436 82.056981) - (xy 62.230435 82.056979) - (xy 62.19428 82.014648) - (xy 62.070399 81.869601) - (xy 61.946516 81.763795) - (xy 61.88302 81.709564) - (xy 61.883018 81.709563) - (xy 61.672919 81.580815) - (xy 61.67292 81.580815) - (xy 61.558838 81.533561) - (xy 61.504435 81.48972) - (xy 61.48237 81.423426) - (xy 61.499649 81.355726) - (xy 61.550787 81.308116) - (xy 61.606291 81.295) - (xy 61.972828 81.295) - (xy 61.972844 81.294999) - (xy 62.032372 81.288598) - (xy 62.032379 81.288596) - (xy 62.167086 81.238354) - (xy 62.167093 81.23835) - (xy 62.282187 81.15219) - (xy 62.28219 81.152187) - (xy 62.36835 81.037093) - (xy 62.368354 81.037086) - (xy 62.418596 80.902379) - (xy 62.418598 80.902372) - (xy 62.424999 80.842844) - (xy 62.425 80.842827) - (xy 62.425 80.13) - (xy 61.51652 80.13) - (xy 61.544755 80.069998) - (xy 61.573635 79.918607) - (xy 61.563957 79.764789) - (xy 61.520162 79.63) - (xy 62.425 79.63) - (xy 62.425 78.917172) - (xy 62.424999 78.917155) - (xy 62.418598 78.857627) - (xy 62.418596 78.85762) - (xy 62.368354 78.722913) - (xy 62.36835 78.722906) - (xy 62.28219 78.607812) - (xy 62.282187 78.607809) - (xy 62.167093 78.521649) - (xy 62.167086 78.521645) - (xy 62.032379 78.471403) - (xy 62.032372 78.471401) - (xy 61.972844 78.465) - (xy 61.21 78.465) - (xy 61.21 79.321335) - (xy 61.186341 79.308329) - (xy 61.037061 79.27) - (xy 60.921625 79.27) - (xy 60.807094 79.284469) - (xy 60.71 79.322911) - (xy 60.71 78.465) - (xy 59.947155 78.465) - (xy 59.887627 78.471401) - (xy 59.88762 78.471403) - (xy 59.752913 78.521645) - (xy 59.752906 78.521649) - (xy 59.637812 78.607809) - (xy 59.637809 78.607812) - (xy 59.551649 78.722906) - (xy 59.551645 78.722913) - (xy 59.501403 78.85762) - (xy 59.501401 78.857627) - (xy 59.495 78.917155) - (xy 59.495 79.63) - (xy 60.40348 79.63) - (xy 60.375245 79.690002) - (xy 60.346365 79.841393) - (xy 60.356043 79.995211) - (xy 60.399838 80.13) - (xy 59.495 80.13) - (xy 59.495 80.842844) - (xy 59.501401 80.902372) - (xy 59.501403 80.902379) - (xy 59.551645 81.037086) - (xy 59.551649 81.037093) - (xy 59.637809 81.152187) - (xy 59.637812 81.15219) - (xy 59.752906 81.23835) - (xy 59.752913 81.238354) - (xy 59.88762 81.288596) - (xy 59.887627 81.288598) - (xy 59.947155 81.294999) - (xy 59.947172 81.295) - (xy 60.313709 81.295) - (xy 60.380748 81.314685) - (xy 60.426503 81.367489) - (xy 60.436447 81.436647) - (xy 60.407422 81.500203) - (xy 60.361162 81.533561) - (xy 60.247079 81.580815) - (xy 60.036981 81.709563) - (xy 60.036979 81.709564) - (xy 59.849601 81.869601) - (xy 59.689564 82.056979) - (xy 59.689563 82.056981) - (xy 59.560815 82.267079) - (xy 59.466517 82.494735) - (xy 59.408993 82.734341) - (xy 59.389659 82.98) - (xy 59.408993 83.225658) - (xy 59.466516 83.465262) - (xy 59.471019 83.476131) - (xy 59.478489 83.545601) - (xy 59.447215 83.60808) - (xy 59.44414 83.611267) - (xy 58.832226 84.223181) - (xy 58.770903 84.256666) - (xy 58.744545 84.2595) - (xy 57.919998 84.2595) - (xy 57.91998 84.259501) - (xy 57.817203 84.27) - (xy 57.8172 84.270001) - (xy 57.650668 84.325185) - (xy 57.650663 84.325187) - (xy 57.501342 84.417289) - (xy 57.377289 84.541342) - (xy 57.285187 84.690663) - (xy 57.285186 84.690666) - (xy 57.230001 84.857203) - (xy 57.230001 84.857204) - (xy 57.23 84.857204) - (xy 57.2195 84.959983) - (xy 57.2195 85.760001) - (xy 57.219501 85.760019) - (xy 57.23 85.862796) - (xy 57.230001 85.862799) - (xy 57.261083 85.956597) - (xy 57.285186 86.029334) - (xy 57.367853 86.16336) - (xy 57.377289 86.178657) - (xy 57.470951 86.272319) - (xy 57.504436 86.333642) - (xy 57.499452 86.403334) - (xy 57.470951 86.447681) - (xy 57.377289 86.541342) - (xy 57.285187 86.690663) - (xy 57.285185 86.690668) - (xy 57.264822 86.752121) - (xy 57.230001 86.857203) - (xy 57.230001 86.857204) - (xy 57.23 86.857204) - (xy 57.2195 86.959983) - (xy 57.2195 87.624546) - (xy 57.199815 87.691585) - (xy 57.183181 87.712227) - (xy 54.051208 90.844199) - (xy 54.038951 90.85402) - (xy 54.039134 90.854241) - (xy 54.033123 90.859213) - (xy 53.985772 90.909636) - (xy 53.964889 90.930519) - (xy 53.964877 90.930532) - (xy 53.960621 90.936017) - (xy 53.956837 90.940447) - (xy 53.924937 90.974418) - (xy 53.924936 90.97442) - (xy 53.915284 90.991976) - (xy 53.90461 91.008226) - (xy 53.892329 91.024061) - (xy 53.892324 91.024068) - (xy 53.873815 91.066838) - (xy 53.871245 91.072084) - (xy 53.848803 91.112906) - (xy 53.843822 91.132307) - (xy 53.837521 91.15071) - (xy 53.829562 91.169102) - (xy 53.829561 91.169105) - (xy 53.822271 91.215127) - (xy 53.821087 91.220846) - (xy 53.809501 91.265972) - (xy 53.8095 91.265982) - (xy 53.8095 91.286016) - (xy 53.807973 91.305415) - (xy 53.80484 91.325194) - (xy 53.80484 91.325195) - (xy 53.809225 91.371583) - (xy 53.8095 91.377421) - (xy 53.8095 107.555205) - (xy 53.807775 107.570822) - (xy 53.808061 107.570849) - (xy 53.807326 107.578615) - (xy 53.8095 107.647764) - (xy 53.8095 110.486255) - (xy 53.807775 110.501872) - (xy 53.808061 110.501899) - (xy 53.807326 110.509665) - (xy 53.8095 110.578814) - (xy 53.8095 110.608343) - (xy 53.809501 110.60836) - (xy 53.810368 110.615231) - (xy 53.810826 110.62105) - (xy 53.81229 110.667624) - (xy 53.812291 110.667627) - (xy 53.81788 110.686867) - (xy 53.821824 110.705911) - (xy 53.824336 110.725791) - (xy 53.84149 110.769119) - (xy 53.843382 110.774647) - (xy 53.856381 110.819388) - (xy 53.86658 110.836634) - (xy 53.875138 110.854103) - (xy 53.882514 110.872732) - (xy 53.909898 110.910423) - (xy 53.913106 110.915307) - (xy 53.936827 110.955416) - (xy 53.93683 110.95542) - (xy 53.94818 110.96677) - (xy 53.981665 111.02809) - (xy 53.9845 111.054452) - (xy 53.9845 114.931414) - (xy 53.964815 114.998453) - (xy 53.912011 115.044208) - (xy 53.842853 115.054152) - (xy 53.801078 115.040249) - (xy 53.797333 115.038204) - (xy 53.662482 114.987908) - (xy 53.662483 114.987908) - (xy 53.602883 114.981501) - (xy 53.602881 114.9815) - (xy 53.602873 114.9815) - (xy 53.602864 114.9815) - (xy 51.807129 114.9815) - (xy 51.807123 114.981501) - (xy 51.747516 114.987908) - (xy 51.612671 115.038202) - (xy 51.612664 115.038206) - (xy 51.497455 115.124452) - (xy 51.497452 115.124455) - (xy 51.411206 115.239664) - (xy 51.411202 115.239671) - (xy 51.360908 115.374517) - (xy 51.354501 115.434116) - (xy 51.3545 115.434135) - (xy 51.3545 117.22987) - (xy 51.354501 117.229876) - (xy 51.360908 117.289483) - (xy 51.411202 117.424328) - (xy 51.411206 117.424335) - (xy 51.497452 117.539544) - (xy 51.497455 117.539547) - (xy 51.612664 117.625793) - (xy 51.612671 117.625797) - (xy 51.744081 117.67481) - (xy 51.800015 117.716681) - (xy 51.824432 117.782145) - (xy 51.80958 117.850418) - (xy 51.78843 117.878673) - (xy 51.666503 118.0006) - (xy 51.530965 118.194169) - (xy 51.530964 118.194171) - (xy 51.431098 118.408335) - (xy 51.431094 118.408344) - (xy 51.369938 118.636586) - (xy 51.369936 118.636596) - (xy 51.349341 118.871999) - (xy 51.349341 118.872) - (xy 51.369936 119.107403) - (xy 51.369938 119.107413) - (xy 51.431094 119.335655) - (xy 51.431096 119.335659) - (xy 51.431097 119.335663) - (xy 51.493263 119.468978) - (xy 51.530965 119.54983) - (xy 51.530967 119.549834) - (xy 51.628063 119.6885) - (xy 51.666501 119.743396) - (xy 51.666506 119.743402) - (xy 51.833597 119.910493) - (xy 51.833603 119.910498) - (xy 52.019158 120.040425) - (xy 52.062783 120.095002) - (xy 52.069977 120.1645) - (xy 52.038454 120.226855) - (xy 52.019158 120.243575) - (xy 51.833597 120.373505) - (xy 51.666505 120.540597) - (xy 51.530965 120.734169) - (xy 51.530964 120.734171) - (xy 51.451018 120.905617) - (xy 51.434205 120.941673) - (xy 51.431098 120.948335) - (xy 51.431094 120.948344) - (xy 51.369938 121.176586) - (xy 51.369936 121.176596) - (xy 51.349341 121.411999) - (xy 51.349341 121.412) - (xy 50.8005 121.412) - (xy 50.8005 75.971844) - (xy 58.285 75.971844) - (xy 58.291401 76.031372) - (xy 58.291403 76.031379) - (xy 58.341645 76.166086) - (xy 58.341649 76.166093) - (xy 58.427809 76.281187) - (xy 58.427812 76.28119) - (xy 58.542906 76.36735) - (xy 58.542913 76.367354) - (xy 58.67762 76.417596) - (xy 58.677627 76.417598) - (xy 58.737155 76.423999) - (xy 58.737172 76.424) - (xy 59.435 76.424) - (xy 59.435 75.398189) - (xy 59.487547 75.434016) - (xy 59.617173 75.474) - (xy 59.718724 75.474) - (xy 59.819138 75.458865) - (xy 59.935 75.403068) - (xy 59.935 76.424) - (xy 60.632828 76.424) - (xy 60.632844 76.423999) - (xy 60.692372 76.417598) - (xy 60.692379 76.417596) - (xy 60.827086 76.367354) - (xy 60.827093 76.36735) - (xy 60.942187 76.28119) - (xy 60.94219 76.281187) - (xy 61.02835 76.166093) - (xy 61.028355 76.166084) - (xy 61.057075 76.089081) - (xy 61.098945 76.033147) - (xy 61.164409 76.008729) - (xy 61.232682 76.02358) - (xy 61.264484 76.048428) - (xy 61.273216 76.057913) - (xy 61.273219 76.057915) - (xy 61.273222 76.057918) - (xy 61.456365 76.200464) - (xy 61.456371 76.200468) - (xy 61.456374 76.20047) - (xy 61.660497 76.310936) - (xy 61.774487 76.350068) - (xy 61.880015 76.386297) - (xy 61.880017 76.386297) - (xy 61.880019 76.386298) - (xy 62.108951 76.4245) - (xy 62.108952 76.4245) - (xy 62.341048 76.4245) - (xy 62.341049 76.4245) - (xy 62.569981 76.386298) - (xy 62.789503 76.310936) - (xy 62.993626 76.20047) - (xy 63.042029 76.162797) - (xy 63.136739 76.089081) - (xy 63.176784 76.057913) - (xy 63.333979 75.887153) - (xy 63.452542 75.705679) - (xy 63.505689 75.660322) - (xy 63.556351 75.6495) - (xy 65.66643 75.6495) - (xy 65.68205 75.651224) - (xy 65.682077 75.650939) - (xy 65.689833 75.651671) - (xy 65.68984 75.651673) - (xy 65.758987 75.6495) - (xy 65.788523 75.6495) - (xy 65.795401 75.64863) - (xy 65.801214 75.648172) - (xy 65.8478 75.646709) - (xy 65.867042 75.641117) - (xy 65.886085 75.637174) - (xy 65.905965 75.634664) - (xy 65.949295 75.617507) - (xy 65.954819 75.615617) - (xy 65.958569 75.614527) - (xy 65.999563 75.602618) - (xy 66.016802 75.592422) - (xy 66.034276 75.583862) - (xy 66.0529 75.576488) - (xy 66.0529 75.576487) - (xy 66.052905 75.576486) - (xy 66.090622 75.549082) - (xy 66.095478 75.545892) - (xy 66.135593 75.52217) - (xy 66.149762 75.507999) - (xy 66.164552 75.495368) - (xy 66.18076 75.483594) - (xy 66.210472 75.447676) - (xy 66.214385 75.443376) - (xy 68.423786 73.233975) - (xy 68.436048 73.224153) - (xy 68.435865 73.223932) - (xy 68.441867 73.218965) - (xy 68.441877 73.218959) - (xy 68.489241 73.168521) - (xy 68.51012 73.147643) - (xy 68.514373 73.142159) - (xy 68.51815 73.137736) - (xy 68.550062 73.103755) - (xy 68.559714 73.086196) - (xy 68.570389 73.069945) - (xy 68.582674 73.054109) - (xy 68.601186 73.011325) - (xy 68.603742 73.006108) - (xy 68.626197 72.965265) - (xy 68.63118 72.945853) - (xy 68.637477 72.927464) - (xy 68.645438 72.909068) - (xy 68.652729 72.863026) - (xy 68.653908 72.857335) - (xy 68.6655 72.812192) - (xy 68.6655 72.792156) - (xy 68.667027 72.772755) - (xy 68.67016 72.752977) - (xy 68.665775 72.706588) - (xy 68.6655 72.70075) - (xy 68.6655 68.58) - (xy 74.27854 68.58) - (xy 74.298326 68.768256) - (xy 74.298327 68.768259) - (xy 74.356818 68.948277) - (xy 74.356821 68.948284) - (xy 74.451467 69.112216) - (xy 74.572401 69.246526) - (xy 74.578129 69.252888) - (xy 74.731265 69.364148) - (xy 74.73127 69.364151) - (xy 74.904192 69.441142) - (xy 74.904197 69.441144) - (xy 75.089354 69.4805) - (xy 75.089355 69.4805) - (xy 75.278644 69.4805) - (xy 75.278646 69.4805) - (xy 75.463803 69.441144) - (xy 75.63673 69.364151) - (xy 75.789871 69.252888) - (xy 75.792788 69.249647) - (xy 75.7956 69.246526) - (xy 75.855087 69.209879) - (xy 75.887748 69.2055) - (xy 75.991815 69.2055) - (xy 76.058854 69.225185) - (xy 76.104609 69.277989) - (xy 76.115173 69.3169) - (xy 76.117 69.334796) - (xy 76.117001 69.334799) - (xy 76.141587 69.408993) - (xy 76.172186 69.501334) - (xy 76.264288 69.650656) - (xy 76.388344 69.774712) - (xy 76.510097 69.849809) - (xy 76.556821 69.901755) - (xy 76.569 69.955347) - (xy 76.569 71.0845) - (xy 76.549315 71.151539) - (xy 76.496511 71.197294) - (xy 76.445 71.2085) - (xy 76.390304 71.2085) - (xy 76.353432 71.211401) - (xy 76.353426 71.211402) - (xy 76.195606 71.257254) - (xy 76.195603 71.257255) - (xy 76.054137 71.340917) - (xy 76.054129 71.340923) - (xy 75.937923 71.457129) - (xy 75.937917 71.457137) - (xy 75.854255 71.598603) - (xy 75.854254 71.598606) - (xy 75.808402 71.756426) - (xy 75.808401 71.756432) - (xy 75.8055 71.793304) - (xy 75.8055 72.224696) - (xy 75.808401 72.261567) - (xy 75.808402 72.261573) - (xy 75.854254 72.419393) - (xy 75.854255 72.419396) - (xy 75.937917 72.560862) - (xy 75.942702 72.567031) - (xy 75.940369 72.56884) - (xy 75.96721 72.617995) - (xy 75.962226 72.687687) - (xy 75.94147 72.720021) - (xy 75.943097 72.721283) - (xy 75.938313 72.727449) - (xy 75.854718 72.868801) - (xy 75.808899 73.026513) - (xy 75.808704 73.028998) - (xy 75.808705 73.029) - (xy 78.753295 73.029) - (xy 78.753295 73.028998) - (xy 78.7531 73.026513) - (xy 78.707281 72.868801) - (xy 78.623685 72.727447) - (xy 78.6189 72.721278) - (xy 78.621366 72.719364) - (xy 78.594802 72.670776) - (xy 78.599749 72.601082) - (xy 78.620856 72.568232) - (xy 78.619301 72.567026) - (xy 78.624077 72.560868) - (xy 78.624081 72.560865) - (xy 78.707744 72.419398) - (xy 78.753598 72.261569) - (xy 78.7565 72.224694) - (xy 78.7565 71.793306) - (xy 78.7538 71.758998) - (xy 80.758704 71.758998) - (xy 80.758705 71.759) - (xy 81.981 71.759) - (xy 81.981 71.209) - (xy 82.481 71.209) - (xy 82.481 71.759) - (xy 83.703295 71.759) - (xy 83.703295 71.758998) - (xy 83.7031 71.756513) - (xy 83.657281 71.598801) - (xy 83.573685 71.457447) - (xy 83.573678 71.457438) - (xy 83.457561 71.341321) - (xy 83.457552 71.341314) - (xy 83.316196 71.257717) - (xy 83.316193 71.257716) - (xy 83.158495 71.2119) - (xy 83.158489 71.211899) - (xy 83.121644 71.209) - (xy 82.481 71.209) - (xy 81.981 71.209) - (xy 81.340356 71.209) - (xy 81.30351 71.211899) - (xy 81.303504 71.2119) - (xy 81.145806 71.257716) - (xy 81.145803 71.257717) - (xy 81.004447 71.341314) - (xy 81.004438 71.341321) - (xy 80.888321 71.457438) - (xy 80.888314 71.457447) - (xy 80.804718 71.598801) - (xy 80.758899 71.756513) - (xy 80.758704 71.758998) - (xy 78.7538 71.758998) - (xy 78.753598 71.756431) - (xy 78.729336 71.672923) - (xy 78.707745 71.598606) - (xy 78.707744 71.598603) - (xy 78.707744 71.598602) - (xy 78.624081 71.457135) - (xy 78.624079 71.457133) - (xy 78.624076 71.457129) - (xy 78.50787 71.340923) - (xy 78.507862 71.340917) - (xy 78.397523 71.275663) - (xy 78.366398 71.257256) - (xy 78.366397 71.257255) - (xy 78.366396 71.257255) - (xy 78.366393 71.257254) - (xy 78.208573 71.211402) - (xy 78.208567 71.211401) - (xy 78.171696 71.2085) - (xy 78.171694 71.2085) - (xy 77.944 71.2085) - (xy 77.876961 71.188815) - (xy 77.831206 71.136011) - (xy 77.82 71.0845) - (xy 77.82 69.955347) - (xy 77.839685 69.888308) - (xy 77.878901 69.84981) - (xy 78.000656 69.774712) - (xy 78.124712 69.650656) - (xy 78.126752 69.647347) - (xy 78.128745 69.645555) - (xy 78.129193 69.644989) - (xy 78.129289 69.645065) - (xy 78.178694 69.600623) - (xy 78.247656 69.589395) - (xy 78.31174 69.617234) - (xy 78.337829 69.647339) - (xy 78.339681 69.650341) - (xy 78.339683 69.650344) - (xy 78.463654 69.774315) - (xy 78.612875 69.866356) - (xy 78.61288 69.866358) - (xy 78.779302 69.921505) - (xy 78.779309 69.921506) - (xy 78.882019 69.931999) - (xy 79.019499 69.931999) - (xy 79.0195 69.931998) - (xy 79.0195 68.957) - (xy 79.5195 68.957) - (xy 79.5195 69.931999) - (xy 79.656972 69.931999) - (xy 79.656986 69.931998) - (xy 79.759697 69.921505) - (xy 79.926119 69.866358) - (xy 79.926124 69.866356) - (xy 80.075345 69.774315) - (xy 80.199315 69.650345) - (xy 80.291356 69.501124) - (xy 80.291358 69.501119) - (xy 80.346505 69.334697) - (xy 80.346506 69.33469) - (xy 80.356999 69.231986) - (xy 80.357 69.231973) - (xy 80.357 68.957) - (xy 79.5195 68.957) - (xy 79.0195 68.957) - (xy 79.0195 67.482) - (xy 79.5195 67.482) - (xy 79.5195 68.457) - (xy 80.356999 68.457) - (xy 80.356999 68.182028) - (xy 80.356998 68.182013) - (xy 80.346505 68.079302) - (xy 80.291358 67.91288) - (xy 80.291356 67.912875) - (xy 80.199315 67.763654) - (xy 80.075345 67.639684) - (xy 79.926124 67.547643) - (xy 79.926119 67.547641) - (xy 79.759697 67.492494) - (xy 79.75969 67.492493) - (xy 79.656986 67.482) - (xy 79.5195 67.482) - (xy 79.0195 67.482) - (xy 78.882027 67.482) - (xy 78.882012 67.482001) - (xy 78.779302 67.492494) - (xy 78.61288 67.547641) - (xy 78.612875 67.547643) - (xy 78.463654 67.639684) - (xy 78.339683 67.763655) - (xy 78.339679 67.76366) - (xy 78.337826 67.766665) - (xy 78.336018 67.76829) - (xy 78.335202 67.769323) - (xy 78.335025 67.769183) - (xy 78.285874 67.813385) - (xy 78.216911 67.824601) - (xy 78.152831 67.796752) - (xy 78.126753 67.766653) - (xy 78.126737 67.766628) - (xy 78.124712 67.763344) - (xy 78.000656 67.639288) - (xy 77.865781 67.556097) - (xy 77.851336 67.547187) - (xy 77.851331 67.547185) - (xy 77.849862 67.546698) - (xy 77.684797 67.492001) - (xy 77.684795 67.492) - (xy 77.58201 67.4815) - (xy 76.806998 67.4815) - (xy 76.80698 67.481501) - (xy 76.704203 67.492) - (xy 76.7042 67.492001) - (xy 76.537668 67.547185) - (xy 76.537663 67.547187) - (xy 76.388342 67.639289) - (xy 76.264287 67.763344) - (xy 76.182715 67.895596) - (xy 76.130767 67.942321) - (xy 76.077176 67.9545) - (xy 75.887748 67.9545) - (xy 75.820709 67.934815) - (xy 75.7956 67.913474) - (xy 75.789873 67.907114) - (xy 75.789869 67.90711) - (xy 75.636734 67.795851) - (xy 75.636729 67.795848) - (xy 75.463807 67.718857) - (xy 75.463802 67.718855) - (xy 75.318001 67.687865) - (xy 75.278646 67.6795) - (xy 75.089354 67.6795) - (xy 75.056897 67.686398) - (xy 74.904197 67.718855) - (xy 74.904192 67.718857) - (xy 74.73127 67.795848) - (xy 74.731265 67.795851) - (xy 74.578129 67.907111) - (xy 74.451466 68.047785) - (xy 74.356821 68.211715) - (xy 74.356818 68.211722) - (xy 74.298327 68.39174) - (xy 74.298326 68.391744) - (xy 74.27854 68.58) - (xy 68.6655 68.58) - (xy 68.6655 66.563242) - (xy 68.667224 66.547622) - (xy 68.666939 66.547596) - (xy 68.667671 66.53984) - (xy 68.667673 66.539833) - (xy 68.6655 66.470685) - (xy 68.6655 66.44115) - (xy 68.664631 66.434272) - (xy 68.664172 66.428443) - (xy 68.662709 66.381872) - (xy 68.657122 66.362644) - (xy 68.653174 66.343584) - (xy 68.650663 66.323704) - (xy 68.633512 66.280387) - (xy 68.631619 66.274858) - (xy 68.618618 66.230109) - (xy 68.618616 66.230106) - (xy 68.608423 66.212871) - (xy 68.599861 66.195394) - (xy 68.592487 66.17677) - (xy 68.592486 66.176768) - (xy 68.565079 66.139045) - (xy 68.561888 66.134186) - (xy 68.538172 66.094083) - (xy 68.538165 66.094074) - (xy 68.524006 66.079915) - (xy 68.511368 66.065119) - (xy 68.499594 66.048913) - (xy 68.463688 66.019209) - (xy 68.459376 66.015286) - (xy 68.387404 65.943314) - (xy 68.353919 65.881991) - (xy 68.356011 65.82103) - (xy 68.357598 65.815568) - (xy 68.3605 65.778696) - (xy 68.3605 65.347304) - (xy 68.357598 65.310432) - (xy 68.357597 65.310426) - (xy 68.311745 65.152606) - (xy 68.311744 65.152603) - (xy 68.311744 65.152602) - (xy 68.228081 65.011135) - (xy 68.228079 65.011133) - (xy 68.228076 65.011129) - (xy 68.11187 64.894923) - (xy 68.111862 64.894917) - (xy 68.033681 64.848681) - (xy 67.970398 64.811256) - (xy 67.970397 64.811255) - (xy 67.970396 64.811255) - (xy 67.970393 64.811254) - (xy 67.812573 64.765402) - (xy 67.812567 64.765401) - (xy 67.775696 64.7625) - (xy 67.775694 64.7625) - (xy 67.689996 64.7625) - (xy 67.622957 64.742815) - (xy 67.577202 64.690011) - (xy 67.567258 64.620853) - (xy 67.592 64.562521) - (xy 67.59262 64.561722) - (xy 67.596877 64.556233) - (xy 67.600649 64.551815) - (xy 67.632562 64.517833) - (xy 67.632564 64.517828) - (xy 67.634895 64.514621) - (xy 67.637375 64.512708) - (xy 67.637906 64.512143) - (xy 67.637997 64.512228) - (xy 67.690222 64.471952) - (xy 67.735218 64.4635) - (xy 67.775696 64.4635) - (xy 67.794131 64.462049) - (xy 67.812569 64.460598) - (xy 67.812571 64.460597) - (xy 67.812573 64.460597) - (xy 67.854191 64.448505) - (xy 67.970398 64.414744) - (xy 68.111865 64.331081) - (xy 68.228081 64.214865) - (xy 68.311744 64.073398) - (xy 68.357598 63.915569) - (xy 68.3605 63.878694) - (xy 68.3605 63.447306) - (xy 68.357598 63.410431) - (xy 68.311744 63.252602) - (xy 68.228081 63.111135) - (xy 68.228079 63.111133) - (xy 68.228076 63.111129) - (xy 68.11187 62.994923) - (xy 68.111862 62.994917) - (xy 67.970396 62.911255) - (xy 67.970393 62.911254) - (xy 67.837405 62.872617) - (xy 67.778519 62.835011) - (xy 67.749313 62.771538) - (xy 67.748 62.753541) - (xy 67.748 62.539951) - (xy 67.767685 62.472912) - (xy 67.784315 62.452274) - (xy 68.012771 62.223817) - (xy 68.074094 62.190333) - (xy 68.100452 62.187499) - (xy 68.538338 62.187499) - (xy 68.538344 62.187499) - (xy 68.538352 62.187498) - (xy 68.538355 62.187498) - (xy 68.609083 62.180273) - (xy 68.637708 62.177349) - (xy 68.798697 62.124003) - (xy 68.943044 62.034968) - (xy 69.062968 61.915044) - (xy 69.152003 61.770697) - (xy 69.205349 61.609708) - (xy 69.2155 61.510345) - (xy 69.215499 60.663656) - (xy 69.205349 60.564292) - (xy 69.152003 60.403303) - (xy 69.151999 60.403297) - (xy 69.151998 60.403294) - (xy 69.06297 60.258959) - (xy 69.062967 60.258955) - (xy 68.943044 60.139032) - (xy 68.94304 60.139029) - (xy 68.798705 60.050001) - (xy 68.798699 60.049998) - (xy 68.798697 60.049997) - (xy 68.798694 60.049996) - (xy 68.637709 59.996651) - (xy 68.538346 59.9865) - (xy 67.991662 59.9865) - (xy 67.991644 59.986501) - (xy 67.892292 59.99665) - (xy 67.892289 59.996651) - (xy 67.731305 60.049996) - (xy 67.731294 60.050001) - (xy 67.586959 60.139029) - (xy 67.586955 60.139032) - (xy 67.467032 60.258955) - (xy 67.467029 60.258959) - (xy 67.378001 60.403294) - (xy 67.377996 60.403305) - (xy 67.324651 60.56429) - (xy 67.3145 60.663647) - (xy 67.3145 61.101546) - (xy 67.294815 61.168585) - (xy 67.278181 61.189227) - (xy 66.738708 61.728699) - (xy 66.726451 61.73852) - (xy 66.726634 61.738741) - (xy 66.720623 61.743713) - (xy 66.673272 61.794136) - (xy 66.652389 61.815019) - (xy 66.652377 61.815032) - (xy 66.648121 61.820517) - (xy 66.644337 61.824947) - (xy 66.612437 61.858918) - (xy 66.612436 61.85892) - (xy 66.602784 61.876476) - (xy 66.59211 61.892726) - (xy 66.579829 61.908561) - (xy 66.579824 61.908568) - (xy 66.561315 61.951338) - (xy 66.558745 61.956584) - (xy 66.536303 61.997406) - (xy 66.531322 62.016807) - (xy 66.525021 62.03521) - (xy 66.517062 62.053602) - (xy 66.517061 62.053605) - (xy 66.509771 62.099627) - (xy 66.508587 62.105346) - (xy 66.497001 62.150472) - (xy 66.497 62.150482) - (xy 66.497 62.170516) - (xy 66.495473 62.189915) - (xy 66.49234 62.209694) - (xy 66.49234 62.209695) - (xy 66.496725 62.256083) - (xy 66.497 62.261921) - (xy 66.497 62.753541) - (xy 66.477315 62.82058) - (xy 66.424511 62.866335) - (xy 66.407595 62.872617) - (xy 66.274606 62.911254) - (xy 66.274603 62.911255) - (xy 66.133137 62.994917) - (xy 66.133129 62.994923) - (xy 66.016923 63.111129) - (xy 66.016917 63.111137) - (xy 65.933255 63.252603) - (xy 65.933254 63.252606) - (xy 65.887402 63.410426) - (xy 65.887401 63.410432) - (xy 65.8845 63.447304) - (xy 65.8845 63.6885) - (xy 65.864815 63.755539) - (xy 65.812011 63.801294) - (xy 65.7605 63.8125) - (xy 64.594304 63.8125) - (xy 64.557432 63.815401) - (xy 64.557426 63.815402) - (xy 64.399606 63.861254) - (xy 64.399603 63.861255) - (xy 64.258137 63.944917) - (xy 64.258129 63.944923) - (xy 64.141923 64.061129) - (xy 64.141917 64.061137) - (xy 64.058255 64.202603) - (xy 64.058254 64.202606) - (xy 64.012402 64.360426) - (xy 64.012401 64.360432) - (xy 64.0095 64.397304) - (xy 64.0095 64.828696) - (xy 64.012401 64.865567) - (xy 64.012402 64.865573) - (xy 64.058254 65.023393) - (xy 64.058255 65.023396) - (xy 64.141917 65.164862) - (xy 64.141923 65.16487) - (xy 64.258129 65.281076) - (xy 64.258133 65.281079) - (xy 64.258135 65.281081) - (xy 64.399602 65.364744) - (xy 64.532597 65.403383) - (xy 64.59148 65.440988) - (xy 64.620687 65.50446) - (xy 64.622 65.522458) - (xy 64.622 67.039255) - (xy 64.620275 67.054872) - (xy 64.620561 67.054899) - (xy 64.619826 67.062665) - (xy 64.622 67.131814) - (xy 64.622 67.161343) - (xy 64.622001 67.16136) - (xy 64.622868 67.168231) - (xy 64.623326 67.17405) - (xy 64.62479 67.220624) - (xy 64.624791 67.220627) - (xy 64.63038 67.239867) - (xy 64.634324 67.258911) - (xy 64.636836 67.278791) - (xy 64.65399 67.322119) - (xy 64.655882 67.327647) - (xy 64.668881 67.372389) - (xy 64.670585 67.37527) - (xy 64.671233 67.377824) - (xy 64.671979 67.379548) - (xy 64.6717 67.379668) - (xy 64.687768 67.442994) - (xy 64.665608 67.509257) - (xy 64.611142 67.55302) - (xy 64.602858 67.556097) - (xy 64.445666 67.608186) - (xy 64.445663 67.608187) - (xy 64.296342 67.700289) - (xy 64.172289 67.824342) - (xy 64.080187 67.973663) - (xy 64.080186 67.973666) - (xy 64.025001 68.140203) - (xy 64.025001 68.140204) - (xy 64.025 68.140204) - (xy 64.0145 68.242983) - (xy 64.0145 68.907546) - (xy 63.994815 68.974585) - (xy 63.978181 68.995227) - (xy 62.675228 70.298181) - (xy 62.613905 70.331666) - (xy 62.587547 70.3345) - (xy 62.478248 70.3345) - (xy 62.411209 70.314815) - (xy 62.365454 70.262011) - (xy 62.363687 70.257952) - (xy 62.359182 70.247076) - (xy 62.230436 70.036981) - (xy 62.230435 70.036979) - (xy 62.160166 69.954705) - (xy 62.070399 69.849601) - (xy 61.946516 69.743795) - (xy 61.88302 69.689564) - (xy 61.883018 69.689563) - (xy 61.67292 69.560815) - (xy 61.445264 69.466517) - (xy 61.205658 69.408993) - (xy 60.96 69.389659) - (xy 60.714341 69.408993) - (xy 60.474735 69.466517) - (xy 60.247079 69.560815) - (xy 60.036981 69.689563) - (xy 60.036979 69.689564) - (xy 59.849601 69.849601) - (xy 59.689564 70.036979) - (xy 59.689563 70.036981) - (xy 59.560815 70.247079) - (xy 59.466517 70.474735) - (xy 59.408993 70.714341) - (xy 59.389659 70.96) - (xy 59.408993 71.205658) - (xy 59.466517 71.445264) - (xy 59.560815 71.67292) - (xy 59.689563 71.883018) - (xy 59.689564 71.88302) - (xy 59.689567 71.883023) - (xy 59.849601 72.070399) - (xy 59.994648 72.19428) - (xy 60.036979 72.230435) - (xy 60.036981 72.230436) - (xy 60.247079 72.359184) - (xy 60.474735 72.453482) - (xy 60.474736 72.453482) - (xy 60.474738 72.453483) - (xy 60.714345 72.511007) - (xy 60.96 72.530341) - (xy 61.205655 72.511007) - (xy 61.445262 72.453483) - (xy 61.67292 72.359184) - (xy 61.883023 72.230433) - (xy 62.070399 72.070399) - (xy 62.230433 71.883023) - (xy 62.359184 71.67292) - (xy 62.363687 71.662047) - (xy 62.407527 71.607644) - (xy 62.473821 71.585579) - (xy 62.478248 71.5855) - (xy 62.815257 71.5855) - (xy 62.830877 71.587224) - (xy 62.830904 71.586939) - (xy 62.83866 71.587671) - (xy 62.838667 71.587673) - (xy 62.907814 71.5855) - (xy 62.93735 71.5855) - (xy 62.944228 71.58463) - (xy 62.950041 71.584172) - (xy 62.996627 71.582709) - (xy 63.015869 71.577117) - (xy 63.034912 71.573174) - (xy 63.054792 71.570664) - (xy 63.098122 71.553507) - (xy 63.103646 71.551617) - (xy 63.107396 71.550527) - (xy 63.14839 71.538618) - (xy 63.165629 71.528422) - (xy 63.183103 71.519862) - (xy 63.201727 71.512488) - (xy 63.201727 71.512487) - (xy 63.201732 71.512486) - (xy 63.239449 71.485082) - (xy 63.244305 71.481892) - (xy 63.28442 71.45817) - (xy 63.298589 71.443999) - (xy 63.313379 71.431368) - (xy 63.329587 71.419594) - (xy 63.359299 71.383676) - (xy 63.363212 71.379376) - (xy 64.762771 69.979818) - (xy 64.824094 69.946333) - (xy 64.850452 69.943499) - (xy 65.2905 69.943499) - (xy 65.357539 69.963184) - (xy 65.403294 70.015988) - (xy 65.4145 70.067499) - (xy 65.4145 70.7205) - (xy 65.394815 70.787539) - (xy 65.342011 70.833294) - (xy 65.2905 70.8445) - (xy 64.714998 70.8445) - (xy 64.71498 70.844501) - (xy 64.612203 70.855) - (xy 64.6122 70.855001) - (xy 64.445668 70.910185) - (xy 64.445663 70.910187) - (xy 64.296342 71.002289) - (xy 64.172289 71.126342) - (xy 64.080187 71.275663) - (xy 64.080186 71.275666) - (xy 64.025001 71.442203) - (xy 64.025001 71.442204) - (xy 64.025 71.442204) - (xy 64.0145 71.544983) - (xy 64.0145 72.545001) - (xy 64.014501 72.545019) - (xy 64.025 72.647796) - (xy 64.025001 72.647799) - (xy 64.080185 72.814331) - (xy 64.080187 72.814336) - (xy 64.172289 72.963657) - (xy 64.296344 73.087712) - (xy 64.336923 73.112741) - (xy 64.383648 73.164688) - (xy 64.394871 73.233651) - (xy 64.367028 73.297733) - (xy 64.363978 73.301251) - (xy 64.291466 73.381785) - (xy 64.196821 73.545715) - (xy 64.196818 73.545722) - (xy 64.138327 73.72574) - (xy 64.138326 73.725744) - (xy 64.11854 73.914) - (xy 64.138326 74.102256) - (xy 64.138327 74.102259) - (xy 64.181841 74.236182) - (xy 64.183836 74.306023) - (xy 64.147756 74.365856) - (xy 64.085055 74.396684) - (xy 64.06391 74.3985) - (xy 63.556351 74.3985) - (xy 63.489312 74.378815) - (xy 63.452542 74.342321) - (xy 63.333983 74.160852) - (xy 63.33398 74.160849) - (xy 63.333979 74.160847) - (xy 63.176784 73.990087) - (xy 63.176779 73.990083) - (xy 63.176777 73.990081) - (xy 62.993634 73.847535) - (xy 62.993628 73.847531) - (xy 62.789504 73.737064) - (xy 62.789495 73.737061) - (xy 62.569984 73.661702) - (xy 62.382404 73.630401) - (xy 62.341049 73.6235) - (xy 62.108951 73.6235) - (xy 62.067596 73.630401) - (xy 61.880015 73.661702) - (xy 61.660504 73.737061) - (xy 61.660495 73.737064) - (xy 61.456371 73.847531) - (xy 61.456365 73.847535) - (xy 61.273222 73.990081) - (xy 61.273215 73.990087) - (xy 61.264484 73.999572) - (xy 61.204595 74.035561) - (xy 61.134757 74.033458) - (xy 61.077143 73.993932) - (xy 61.057075 73.958918) - (xy 61.028355 73.881915) - (xy 61.02835 73.881906) - (xy 60.94219 73.766812) - (xy 60.942187 73.766809) - (xy 60.827093 73.680649) - (xy 60.827086 73.680645) - (xy 60.692379 73.630403) - (xy 60.692372 73.630401) - (xy 60.632844 73.624) - (xy 59.935 73.624) - (xy 59.935 74.64981) - (xy 59.882453 74.613984) - (xy 59.752827 74.574) - (xy 59.651276 74.574) - (xy 59.550862 74.589135) - (xy 59.435 74.644931) - (xy 59.435 73.624) - (xy 58.737155 73.624) - (xy 58.677627 73.630401) - (xy 58.67762 73.630403) - (xy 58.542913 73.680645) - (xy 58.542906 73.680649) - (xy 58.427812 73.766809) - (xy 58.427809 73.766812) - (xy 58.341649 73.881906) - (xy 58.341645 73.881913) - (xy 58.291403 74.01662) - (xy 58.291401 74.016627) - (xy 58.285 74.076155) - (xy 58.285 74.774) - (xy 59.309722 74.774) - (xy 59.261375 74.85774) - (xy 59.23119 74.989992) - (xy 59.241327 75.125265) - (xy 59.290887 75.251541) - (xy 59.308797 75.274) - (xy 58.285 75.274) - (xy 58.285 75.971844) - (xy 50.8005 75.971844) - (xy 50.8005 66.04) - (xy 51.349341 66.04) - (xy 51.369936 66.275403) - (xy 51.369938 66.275413) - (xy 51.431094 66.503655) - (xy 51.431096 66.503659) - (xy 51.431097 66.503663) - (xy 51.524176 66.703271) - (xy 51.530965 66.71783) - (xy 51.530967 66.717834) - (xy 51.639281 66.872521) - (xy 51.666505 66.911401) - (xy 51.833599 67.078495) - (xy 51.930384 67.146265) - (xy 52.027165 67.214032) - (xy 52.027167 67.214033) - (xy 52.02717 67.214035) - (xy 52.241337 67.313903) - (xy 52.469592 67.375063) - (xy 52.657918 67.391539) - (xy 52.704999 67.395659) - (xy 52.705 67.395659) - (xy 52.705001 67.395659) - (xy 52.744234 67.392226) - (xy 52.940408 67.375063) - (xy 53.168663 67.313903) - (xy 53.38283 67.214035) - (xy 53.576401 67.078495) - (xy 53.743495 66.911401) - (xy 53.879035 66.71783) - (xy 53.978903 66.503663) - (xy 54.040063 66.275408) - (xy 54.060659 66.04) - (xy 54.040063 65.804592) - (xy 53.978903 65.576337) - (xy 53.879035 65.362171) - (xy 53.868627 65.347306) - (xy 53.743494 65.168597) - (xy 53.576402 65.001506) - (xy 53.576396 65.001501) - (xy 53.390842 64.871575) - (xy 53.347217 64.816998) - (xy 53.340023 64.7475) - (xy 53.371546 64.685145) - (xy 53.390842 64.668425) - (xy 53.441381 64.633037) - (xy 53.576401 64.538495) - (xy 53.743495 64.371401) - (xy 53.879035 64.17783) - (xy 53.978903 63.963663) - (xy 54.040063 63.735408) - (xy 54.060659 63.5) - (xy 54.040063 63.264592) - (xy 53.978903 63.036337) - (xy 53.879035 62.822171) - (xy 53.765483 62.66) - (xy 59.389659 62.66) - (xy 59.408993 62.905658) - (xy 59.466517 63.145264) - (xy 59.560815 63.37292) - (xy 59.689563 63.583018) - (xy 59.689564 63.58302) - (xy 59.689567 63.583023) - (xy 59.849601 63.770399) - (xy 59.955979 63.861254) - (xy 60.036979 63.930435) - (xy 60.036981 63.930436) - (xy 60.247079 64.059184) - (xy 60.474735 64.153482) - (xy 60.474736 64.153482) - (xy 60.474738 64.153483) - (xy 60.714345 64.211007) - (xy 60.96 64.230341) - (xy 61.205655 64.211007) - (xy 61.445262 64.153483) - (xy 61.67292 64.059184) - (xy 61.883023 63.930433) - (xy 62.070399 63.770399) - (xy 62.230433 63.583023) - (xy 62.359184 63.37292) - (xy 62.453483 63.145262) - (xy 62.511007 62.905655) - (xy 62.530341 62.66) - (xy 62.511007 62.414345) - (xy 62.453483 62.174738) - (xy 62.443436 62.150482) - (xy 62.359184 61.947079) - (xy 62.230436 61.736981) - (xy 62.230435 61.736979) - (xy 62.145757 61.637834) - (xy 62.070399 61.549601) - (xy 61.922946 61.423664) - (xy 61.88302 61.389564) - (xy 61.883018 61.389563) - (xy 61.797242 61.337) - (xy 64.015001 61.337) - (xy 64.015001 61.510322) - (xy 64.025144 61.609607) - (xy 64.078452 61.770481) - (xy 64.078457 61.770492) - (xy 64.167424 61.914728) - (xy 64.167427 61.914732) - (xy 64.287267 62.034572) - (xy 64.287271 62.034575) - (xy 64.431507 62.123542) - (xy 64.431518 62.123547) - (xy 64.592393 62.176855) - (xy 64.691683 62.186999) - (xy 64.715 62.186998) - (xy 64.715 61.337) - (xy 65.215 61.337) - (xy 65.215 62.186999) - (xy 65.238308 62.186999) - (xy 65.238322 62.186998) - (xy 65.337607 62.176855) - (xy 65.498481 62.123547) - (xy 65.498492 62.123542) - (xy 65.642728 62.034575) - (xy 65.642732 62.034572) - (xy 65.762572 61.914732) - (xy 65.762575 61.914728) - (xy 65.851542 61.770492) - (xy 65.851547 61.770481) - (xy 65.904855 61.609606) - (xy 65.914999 61.510322) - (xy 65.915 61.510309) - (xy 65.915 61.337) - (xy 65.215 61.337) - (xy 64.715 61.337) - (xy 64.015001 61.337) - (xy 61.797242 61.337) - (xy 61.672919 61.260815) - (xy 61.67292 61.260815) - (xy 61.558838 61.213561) - (xy 61.504435 61.16972) - (xy 61.48237 61.103426) - (xy 61.499649 61.035726) - (xy 61.550787 60.988116) - (xy 61.606291 60.975) - (xy 61.972828 60.975) - (xy 61.972844 60.974999) - (xy 62.032372 60.968598) - (xy 62.032379 60.968596) - (xy 62.167086 60.918354) - (xy 62.167093 60.91835) - (xy 62.275762 60.837) - (xy 64.015 60.837) - (xy 64.715 60.837) - (xy 64.715 59.987) - (xy 65.215 59.987) - (xy 65.215 60.837) - (xy 65.914999 60.837) - (xy 65.914999 60.663692) - (xy 65.914998 60.663677) - (xy 65.904855 60.564392) - (xy 65.851547 60.403518) - (xy 65.851542 60.403507) - (xy 65.762575 60.259271) - (xy 65.762572 60.259267) - (xy 65.642732 60.139427) - (xy 65.642728 60.139424) - (xy 65.498492 60.050457) - (xy 65.498481 60.050452) - (xy 65.337606 59.997144) - (xy 65.238322 59.987) - (xy 65.215 59.987) - (xy 64.715 59.987) - (xy 64.715 59.986999) - (xy 64.691693 59.987) - (xy 64.691674 59.987001) - (xy 64.592392 59.997144) - (xy 64.431518 60.050452) - (xy 64.431507 60.050457) - (xy 64.287271 60.139424) - (xy 64.287267 60.139427) - (xy 64.167427 60.259267) - (xy 64.167424 60.259271) - (xy 64.078457 60.403507) - (xy 64.078452 60.403518) - (xy 64.025144 60.564393) - (xy 64.015 60.663677) - (xy 64.015 60.837) - (xy 62.275762 60.837) - (xy 62.282187 60.83219) - (xy 62.28219 60.832187) - (xy 62.36835 60.717093) - (xy 62.368354 60.717086) - (xy 62.418596 60.582379) - (xy 62.418598 60.582372) - (xy 62.424999 60.522844) - (xy 62.425 60.522827) - (xy 62.425 59.81) - (xy 61.51652 59.81) - (xy 61.544755 59.749998) - (xy 61.573635 59.598607) - (xy 61.563957 59.444789) - (xy 61.520162 59.31) - (xy 62.425 59.31) - (xy 62.425 58.597172) - (xy 62.424999 58.597155) - (xy 62.418598 58.537627) - (xy 62.418596 58.53762) - (xy 62.368354 58.402913) - (xy 62.36835 58.402906) - (xy 62.28219 58.287812) - (xy 62.282187 58.287809) - (xy 62.167093 58.201649) - (xy 62.167086 58.201645) - (xy 62.032379 58.151403) - (xy 62.032372 58.151401) - (xy 61.972844 58.145) - (xy 61.21 58.145) - (xy 61.21 59.001335) - (xy 61.186341 58.988329) - (xy 61.037061 58.95) - (xy 60.921625 58.95) - (xy 60.807094 58.964469) - (xy 60.71 59.002911) - (xy 60.71 58.145) - (xy 59.947155 58.145) - (xy 59.887627 58.151401) - (xy 59.88762 58.151403) - (xy 59.752913 58.201645) - (xy 59.752906 58.201649) - (xy 59.637812 58.287809) - (xy 59.637809 58.287812) - (xy 59.551649 58.402906) - (xy 59.551645 58.402913) - (xy 59.501403 58.53762) - (xy 59.501401 58.537627) - (xy 59.495 58.597155) - (xy 59.495 59.31) - (xy 60.40348 59.31) - (xy 60.375245 59.370002) - (xy 60.346365 59.521393) - (xy 60.356043 59.675211) - (xy 60.399838 59.81) - (xy 59.495 59.81) - (xy 59.495 60.522844) - (xy 59.501401 60.582372) - (xy 59.501403 60.582379) - (xy 59.551645 60.717086) - (xy 59.551649 60.717093) - (xy 59.637809 60.832187) - (xy 59.637812 60.83219) - (xy 59.752906 60.91835) - (xy 59.752913 60.918354) - (xy 59.88762 60.968596) - (xy 59.887627 60.968598) - (xy 59.947155 60.974999) - (xy 59.947172 60.975) - (xy 60.313709 60.975) - (xy 60.380748 60.994685) - (xy 60.426503 61.047489) - (xy 60.436447 61.116647) - (xy 60.407422 61.180203) - (xy 60.361162 61.213561) - (xy 60.247079 61.260815) - (xy 60.036981 61.389563) - (xy 60.036979 61.389564) - (xy 59.849601 61.549601) - (xy 59.689564 61.736979) - (xy 59.689563 61.736981) - (xy 59.560815 61.947079) - (xy 59.466517 62.174735) - (xy 59.408993 62.414341) - (xy 59.389659 62.66) - (xy 53.765483 62.66) - (xy 53.743494 62.628597) - (xy 53.576402 62.461506) - (xy 53.576396 62.461501) - (xy 53.390842 62.331575) - (xy 53.347217 62.276998) - (xy 53.340023 62.2075) - (xy 53.371546 62.145145) - (xy 53.390842 62.128425) - (xy 53.43197 62.099627) - (xy 53.576401 61.998495) - (xy 53.743495 61.831401) - (xy 53.879035 61.63783) - (xy 53.978903 61.423663) - (xy 54.040063 61.195408) - (xy 54.060659 60.96) - (xy 54.040063 60.724592) - (xy 53.993626 60.551285) - (xy 53.978905 60.496344) - (xy 53.978904 60.496343) - (xy 53.978903 60.496337) - (xy 53.879035 60.282171) - (xy 53.863 60.259271) - (xy 53.743496 60.0886) - (xy 53.704892 60.049996) - (xy 53.621179 59.966283) - (xy 53.587696 59.904963) - (xy 53.59268 59.835271) - (xy 53.634551 59.779337) - (xy 53.665529 59.762422) - (xy 53.797086 59.713354) - (xy 53.797093 59.71335) - (xy 53.912187 59.62719) - (xy 53.91219 59.627187) - (xy 53.99835 59.512093) - (xy 53.998354 59.512086) - (xy 54.048596 59.377379) - (xy 54.048598 59.377372) - (xy 54.054999 59.317844) - (xy 54.055 59.317827) - (xy 54.055 58.67) - (xy 53.138686 58.67) - (xy 53.164493 58.629844) - (xy 53.205 58.491889) - (xy 53.205 58.348111) - (xy 53.164493 58.210156) - (xy 53.138686 58.17) - (xy 54.055 58.17) - (xy 54.055 57.522172) - (xy 54.054999 57.522155) - (xy 54.048598 57.462627) - (xy 54.048596 57.46262) - (xy 53.998354 57.327913) - (xy 53.99835 57.327906) - (xy 53.91219 57.212812) - (xy 53.912187 57.212809) - (xy 53.797093 57.126649) - (xy 53.797086 57.126645) - (xy 53.662379 57.076403) - (xy 53.662372 57.076401) - (xy 53.602844 57.07) - (xy 52.955 57.07) - (xy 52.955 57.984498) - (xy 52.847315 57.93532) - (xy 52.740763 57.92) - (xy 52.669237 57.92) - (xy 52.562685 57.93532) - (xy 52.455 57.984498) - (xy 52.455 57.07) - (xy 51.807155 57.07) - (xy 51.747627 57.076401) - (xy 51.74762 57.076403) - (xy 51.612913 57.126645) - (xy 51.612906 57.126649) - (xy 51.497812 57.212809) - (xy 51.497809 57.212812) - (xy 51.411649 57.327906) - (xy 51.411645 57.327913) - (xy 51.361403 57.46262) - (xy 51.361401 57.462627) - (xy 51.355 57.522155) - (xy 51.355 58.17) - (xy 52.271314 58.17) - (xy 52.245507 58.210156) - (xy 52.205 58.348111) - (xy 52.205 58.491889) - (xy 52.245507 58.629844) - (xy 52.271314 58.67) - (xy 51.355 58.67) - (xy 51.355 59.317844) - (xy 51.361401 59.377372) - (xy 51.361403 59.377379) - (xy 51.411645 59.512086) - (xy 51.411649 59.512093) - (xy 51.497809 59.627187) - (xy 51.497812 59.62719) - (xy 51.612906 59.71335) - (xy 51.612913 59.713354) - (xy 51.74447 59.762421) - (xy 51.800403 59.804292) - (xy 51.824821 59.869756) - (xy 51.80997 59.938029) - (xy 51.788819 59.966284) - (xy 51.666503 60.0886) - (xy 51.530965 60.282169) - (xy 51.530964 60.282171) - (xy 51.431098 60.496335) - (xy 51.431094 60.496344) - (xy 51.369938 60.724586) - (xy 51.369936 60.724596) - (xy 51.349341 60.959999) - (xy 51.349341 60.96) - (xy 51.369936 61.195403) - (xy 51.369938 61.195413) - (xy 51.431094 61.423655) - (xy 51.431096 61.423659) - (xy 51.431097 61.423663) - (xy 51.517852 61.609709) - (xy 51.530965 61.63783) - (xy 51.530967 61.637834) - (xy 51.666501 61.831395) - (xy 51.666506 61.831402) - (xy 51.833597 61.998493) - (xy 51.833603 61.998498) - (xy 52.019158 62.128425) - (xy 52.062783 62.183002) - (xy 52.069977 62.2525) - (xy 52.038454 62.314855) - (xy 52.019158 62.331575) - (xy 51.833597 62.461505) - (xy 51.666505 62.628597) - (xy 51.530965 62.822169) - (xy 51.530964 62.822171) - (xy 51.431098 63.036335) - (xy 51.431094 63.036344) - (xy 51.369938 63.264586) - (xy 51.369936 63.264596) - (xy 51.349341 63.499999) - (xy 51.349341 63.5) - (xy 51.369936 63.735403) - (xy 51.369938 63.735413) - (xy 51.431094 63.963655) - (xy 51.431096 63.963659) - (xy 51.431097 63.963663) - (xy 51.519611 64.153482) - (xy 51.530965 64.17783) - (xy 51.530967 64.177834) - (xy 51.638269 64.331076) - (xy 51.658824 64.360432) - (xy 51.666501 64.371395) - (xy 51.666506 64.371402) - (xy 51.833597 64.538493) - (xy 51.833603 64.538498) - (xy 52.019158 64.668425) - (xy 52.062783 64.723002) - (xy 52.069977 64.7925) - (xy 52.038454 64.854855) - (xy 52.019158 64.871575) - (xy 51.833597 65.001505) - (xy 51.666505 65.168597) - (xy 51.530965 65.362169) - (xy 51.530964 65.362171) - (xy 51.431098 65.576335) - (xy 51.431094 65.576344) - (xy 51.369938 65.804586) - (xy 51.369936 65.804596) - (xy 51.349341 66.039999) - (xy 51.349341 66.04) - (xy 50.8005 66.04) - (xy 50.8005 53.34) - (xy 51.984341 53.34) - (xy 52.004936 53.575403) - (xy 52.004938 53.575413) - (xy 52.066094 53.803655) - (xy 52.066096 53.803659) - (xy 52.066097 53.803663) - (xy 52.116031 53.910746) - (xy 52.165964 54.017828) - (xy 52.165965 54.01783) - (xy 52.301505 54.211402) - (xy 52.468597 54.378494) - (xy 52.662169 54.514034) - (xy 52.662171 54.514035) - (xy 52.876337 54.613903) - (xy 53.104592 54.675063) - (xy 53.281034 54.6905) - (xy 53.398966 54.6905) - (xy 53.575408 54.675063) - (xy 53.803663 54.613903) - (xy 54.017829 54.514035) - (xy 54.211401 54.378495) - (xy 54.378495 54.211401) - (xy 54.514035 54.01783) - (xy 54.613903 53.803663) - (xy 54.675063 53.575408) - (xy 54.695659 53.34) - (xy 87.204341 53.34) - (xy 87.224936 53.575403) - (xy 87.224938 53.575413) - (xy 87.286094 53.803655) - (xy 87.286096 53.803659) - (xy 87.286097 53.803663) - (xy 87.336031 53.910746) - (xy 87.385964 54.017828) - (xy 87.385965 54.01783) - (xy 87.521505 54.211402) - (xy 87.688597 54.378494) - (xy 87.882169 54.514034) - (xy 87.882171 54.514035) - (xy 88.096337 54.613903) - (xy 88.324592 54.675063) - (xy 88.501034 54.6905) - (xy 88.618966 54.6905) - (xy 88.795408 54.675063) - (xy 89.023663 54.613903) - (xy 89.237829 54.514035) - (xy 89.431401 54.378495) - (xy 89.598495 54.211401) - (xy 89.734035 54.01783) - (xy 89.833903 53.803663) - (xy 89.895063 53.575408) - (xy 89.915659 53.34) - (xy 89.895063 53.104592) - (xy 89.833903 52.876337) - (xy 89.734035 52.662171) - (xy 89.734034 52.662169) - (xy 89.598494 52.468597) - (xy 89.431402 52.301505) - (xy 89.23783 52.165965) - (xy 89.237828 52.165964) - (xy 89.130746 52.116031) - (xy 89.023663 52.066097) - (xy 89.023659 52.066096) - (xy 89.023655 52.066094) - (xy 88.795413 52.004938) - (xy 88.795403 52.004936) - (xy 88.618966 51.9895) - (xy 88.501034 51.9895) - (xy 88.324596 52.004936) - (xy 88.324586 52.004938) - (xy 88.096344 52.066094) - (xy 88.096335 52.066098) - (xy 87.882171 52.165964) - (xy 87.882169 52.165965) - (xy 87.688597 52.301505) - (xy 87.521506 52.468597) - (xy 87.521501 52.468604) - (xy 87.385967 52.662165) - (xy 87.385965 52.662169) - (xy 87.286098 52.876335) - (xy 87.286094 52.876344) - (xy 87.224938 53.104586) - (xy 87.224936 53.104596) - (xy 87.204341 53.339999) - (xy 87.204341 53.34) - (xy 54.695659 53.34) - (xy 54.675063 53.104592) - (xy 54.613903 52.876337) - (xy 54.514035 52.662171) - (xy 54.514034 52.662169) - (xy 54.378494 52.468597) - (xy 54.211402 52.301505) - (xy 54.01783 52.165965) - (xy 54.017828 52.165964) - (xy 53.910746 52.116031) - (xy 53.803663 52.066097) - (xy 53.803659 52.066096) - (xy 53.803655 52.066094) - (xy 53.575413 52.004938) - (xy 53.575403 52.004936) - (xy 53.398966 51.9895) - (xy 53.281034 51.9895) - (xy 53.104596 52.004936) - (xy 53.104586 52.004938) - (xy 52.876344 52.066094) - (xy 52.876335 52.066098) - (xy 52.662171 52.165964) - (xy 52.662169 52.165965) - (xy 52.468597 52.301505) - (xy 52.301506 52.468597) - (xy 52.301501 52.468604) - (xy 52.165967 52.662165) - (xy 52.165965 52.662169) - (xy 52.066098 52.876335) - (xy 52.066094 52.876344) - (xy 52.004938 53.104586) - (xy 52.004936 53.104596) - (xy 51.984341 53.339999) - (xy 51.984341 53.34) - (xy 50.8005 53.34) - (xy 50.8005 50.9245) - (xy 50.820185 50.857461) - (xy 50.872989 50.811706) - (xy 50.9245 50.8005) - (xy 90.9755 50.8005) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "hall") + (rev "1") + (comment 1 "PCB for mount circuit") + (comment 2 "module for a spring reverb tank") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(J5-PadTN)") + (net 2 "/REVERB") + (net 3 "/OUT") + (net 4 "Net-(J7-PadT)") + (net 5 "/FB1") + (net 6 "Net-(D3-K)") + (net 7 "GND") + (net 8 "Net-(U6A--)") + (net 9 "/FB2") + (net 10 "/IN") + (net 11 "Net-(C1-Pad1)") + (net 12 "Net-(C1-Pad2)") + (net 13 "Net-(U5A--)") + (net 14 "Net-(D4-A)") + (net 15 "-15V") + (net 16 "+15V") + (net 17 "unconnected-(J4-PadTN)") + (net 18 "unconnected-(J7-PadTN)") + (net 19 "Net-(C2-Pad2)") + (net 20 "/LED1") + (net 21 "/LED2") + (net 22 "Net-(D5-K)") + (net 23 "Net-(D6-A)") + (net 24 "Net-(D7-K)") + (net 25 "Net-(R6-Pad1)") + (net 26 "Net-(D8-A)") + (net 27 "Net-(R13-Pad1)") + (net 28 "Net-(D9-K)") + (net 29 "Net-(D2-A)") + (net 30 "Net-(U5B--)") + (net 31 "Net-(Q1-C)") + (net 32 "Net-(Q2-C)") + (net 33 "+5V") + (net 34 "Net-(J6-PadT)") + (net 35 "unconnected-(J6-PadTN)") + (net 36 "Net-(Q3-C)") + (net 37 "Net-(Q4-C)") + (net 38 "Net-(R7-Pad1)") + (net 39 "Net-(R8-Pad1)") + (net 40 "Net-(R11-Pad2)") + (net 41 "Net-(R12-Pad1)") + (net 42 "Net-(U6B--)") + (net 43 "/TONE") + (net 44 "Net-(J5-PadT)") + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979afe") + (at 88.56 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "897cf656-aeca-4f69-b442-171ec8715a57") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "H2" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "9013cf11-5b9a-4f3c-88ea-df34494bd985") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dbe83699-0cd0-4d7f-a384-25d221bf7bbc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1bbe3640-0ad9-4e1c-9151-315a58f8f256") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8e9da74-5e78-4d7a-9c49-46eb9214b5dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/2121c3bb-a1e5-47ea-9180-8dc6d9f08401") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "6b7c9a6e-2d41-4e1e-a87c-afa173d10d18") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0f4c8197-dc73-4c81-bed0-b543d5325ac7") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "15b74275-e7ac-4930-9081-475b064b2dbf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "a33c0c36-f410-4529-a0b8-b5596a8fce0e") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b06") + (at 53.34 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H3" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "b6071c15-396e-4fc1-a166-d8d480696ddc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "H3" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "2e8d718b-91f7-40ef-9b05-8bbef42da7e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82045e48-ed15-4a3c-b132-ef5c709e6d63") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5024a1dc-9c8a-4c36-a64c-823bd197ae73") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "77839b42-30fb-43e4-8752-45d68c79d989") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/665620a1-6531-45d5-a3e2-41e96ce53ca4") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "d0018a53-479c-4013-8669-87c3b55950d0") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b71d285b-324c-4fb7-a066-6351f6370a0e") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6d6235e4-81a0-4e02-92fa-c811b4637b55") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "990f7cc0-c281-4208-b952-372e99cb3350") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b0e") + (at 88.56 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "fa446b89-ec27-47cb-9e25-b26d29df0f88") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "H4" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "11d0542f-9915-4e60-b54f-1897edc0da8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53961433-3e83-4d1f-9a6a-fc2f076d2c38") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c110565-2401-48c1-bb26-9e4bf233f74c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "59660cc9-6b48-4f8e-a6e3-8fda1752a4b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/acaaa2a4-706f-48e0-92a3-039e0aa87884") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "fcf95bad-c01a-4488-82e2-865bcb9d438b") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "cb1e1ee1-3df4-4b2d-8028-682e675b02d3") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a56c14b0-f93a-46d6-b412-7c9a2ac0f038") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "9dcc4d38-8f1a-4e1b-9398-4fef65513936") + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "1cab07dd-297b-4ac0-8b9c-1b10ca792df1") + (at 59.69 156.464) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D8" + (at -2.032 -0.127 90) + (layer "F.SilkS") + (uuid "aeee6cc0-3363-449d-9d6d-9f2c4c6cc8ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "d7e16d80-8ff1-47b3-a427-2074ebceac4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc48c8c5-d9df-46f8-922f-c5f95e0acb32") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10b9c20e-5289-4970-a441-d713088cc7bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31f18c58-373f-47f3-bd65-9222c907c553") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a12c35dc-2da9-4e2a-802c-6e3b8b353e4a") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1dcda709-b0da-4069-bd3f-4ec77520e41a") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2fc32aa8-260c-40ae-b23b-e8af90accb1c") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "540a1aa1-b435-4958-bc65-8a15c34a2483") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9001c886-218e-42cc-a734-60b354a0e6ce") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0bbf3e2-2d21-4b70-bcab-8ea1bce43d72") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8d664d1-42c6-455f-b677-81895264089b") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e96d012-2453-47c3-a855-9ec60b3631d1") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cdd7841f-3478-45f4-a41b-44b6a6b8e9e7") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3cff9b5-a878-46bd-be7e-2def7db96678") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6317344a-8ff7-4954-89ba-c205a406885f") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33d83b39-d299-4c08-bf82-bd16e61da98e") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b108b58-ca9f-4457-af76-9bca23caa1a8") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "14f1a5ce-61cb-4080-b115-862216420fb1") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "12cd7464-70e3-4453-89c5-80c46dbc798b") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(D8-A)") + (pinfunction "A") + (pintype "passive") + (uuid "3e199bd2-d2e1-46ce-83e0-f5804aae7fa9") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "1d5851b8-3b11-45d9-998b-b8c7ca3223d1") + (at 60.96 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV1" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "76231a2d-4df4-402f-bc0b-cfdfa35d6ef9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -27.82 7.32 90) + (layer "F.Fab") + (uuid "c756b324-8fee-47ef-83c2-9fd208b36929") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd0a92b6-b360-4aaf-9e03-d88d4bde3fc1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3449d9bf-030a-40b0-a8c1-fda0c31ed669") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7d920d1-ec02-439d-ae84-13812feda241") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c4028c0f-cae6-4cf8-825e-5a86b24c043f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0edb0c1e-c6fa-4923-8aa6-a07862f56fea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7ed89d2d-c541-45c0-8ff5-0abc7760d519") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/c66b34db-77f0-45c4-8f82-5a9ada3bec3a") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f63c4ef8-3167-4d1e-837f-6c2e740e0ab9") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ffbb15b-27f8-48c9-80f0-b412e49c8d4a") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5533cd8d-a5e5-4d76-8104-bea657675b92") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2801a745-5361-4fb4-8c78-072d2c99f730") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06133e68-1d39-42c4-9c7b-0a48388e643c") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "306e1db4-9f4e-47ef-bd61-8170ec4e6a54") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "273b8344-fad7-4218-acc0-465d5a3aa2e6") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0654e233-b3aa-4bf6-9817-3a6285be3403") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e139407-08c7-4c70-a527-c8459659df5b") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a9b16bfb-6216-4022-a699-2a4c220603a8") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4345963-5966-4861-8726-f4c6d847ffdb") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5adbfb9f-1ff7-475a-af58-3daf290d4bf2") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d0009be-86d1-4b4e-9101-61913fffcfe7") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b23b246d-b73a-4251-bf76-08319e063721") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66b95c27-30e4-492d-9c04-08ede51b7457") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "080ad9b3-98b9-4193-8684-6724db4f5ce3") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7deb4d3a-e005-4b0a-ac56-0a1120b90a9d") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "5614d821-77a1-4898-bfd8-52308aa64328") + ) + (fp_text user "${REFERENCE}" + (at -19.565 2.732 90) + (layer "F.Fab") + (uuid "83cdf1f7-379a-483e-a7cf-0f5c7de7044e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "62e73354-9de2-4468-94d9-959e662abedb") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "34f8c2cd-258c-48cb-af47-8e62eb0cfd60") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(C1-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "a39997ee-87fa-4e75-a663-e4f1eb93f66e") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(R6-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "e3d12483-81b4-4bc0-9661-8657fa2b901b") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C1-Pad1)") + (pinfunction "3") + (pintype "passive") + (uuid "a2708e26-ee80-4af2-8cb7-6d37aac4fe60") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "248a85fb-c782-4bf5-a10c-e62fb2457775") + (at 70.104 53.213) + (property "Reference" "REF**" + (at 0 3.556 0) + (layer "F.SilkS") + (hide yes) + (uuid "9a3472fe-0b20-4dca-a160-d6cbb0e14ceb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 0) + (layer "F.Fab") + (hide yes) + (uuid "a1ebaf8d-0381-4e6d-9e03-9efa2b789f97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38fc0753-324e-4178-9c78-062ef4c0a31c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57e7cc38-3fb5-4002-949f-ee5ae3c8db58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac4997ae-a78f-498d-b81e-4d3188b22293") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "B.SilkS") + (uuid "0328cb07-c7bd-4cb9-bc8e-27d05d6024cf") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "R01" + (at -8.68 0.99 0) + (layer "B.SilkS") + (uuid "15a6fecc-d4a3-4fed-9dcf-e78a81c7de62") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "hall" + (at 8.62 1.02 0) + (layer "B.SilkS") + (uuid "a60949dd-2f38-4943-bbcc-07000fa17084") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "hall" + (at -8.54 0.99 0) + (layer "F.SilkS") + (uuid "a807301c-03c4-4f55-a98d-8068da3fb3b5") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "F.SilkS") + (uuid "b0dcae84-19cd-4fd8-8178-643494487149") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "R01" + (at 8.58 1.02 0) + (layer "F.SilkS") + (uuid "ecb8dd6a-0db3-4236-9287-3229004dd213") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "2805309e-c777-43e3-9357-6c0ce1159413") + (at 60.96 86.36) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J5" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "89350cf7-dd65-4e2a-ab04-62070635410b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "bd9a8b5a-1f28-409b-8eda-5e5289c83177") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd5c3e98-c9ca-4dff-9602-b1ede605c648") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1246ffd-54fa-47d2-bb19-16c65a569524") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e331bc61-2c89-4b7c-842b-90ccc8fae059") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/fc6e6264-5856-4c86-a45a-9322bdb7c05c") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9920f172-8c3c-4caf-9994-95eb7921baaf") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f4154dc-e070-41e7-a98d-ec7f5e029201") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "850c3fda-d6ab-433a-bafa-f9a517a4ca94") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "605e1216-f364-4ae1-9b22-7cd11e9b2b33") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ab85ace-d629-4f76-a182-52f818d68582") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8ba5a0a-c98f-4abb-b86c-d4f0fb2d1aad") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "ad9e54cc-da24-4a8a-8d85-5826a830735f") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b02961e7-b890-4126-bd6e-29dd4376da7a") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fb7e2432-8cba-4cc0-9c75-2049412b55d1") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "67bb4151-ab7c-48e0-b209-69eb532e33e5") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "013e6f60-34bb-43f8-8f18-ebf04e94b03c") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ac277b2d-f494-4a58-9fd3-ad55d452a311") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "23cbb6fa-6b18-4457-bc5e-23b93f898b5b") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dfd6d650-5bb4-49f2-bb7e-e30718049851") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3ae7b54e-6126-401e-9447-f3e30e3bd3fd") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f65a28e0-1be5-46cd-a41c-ffa3bdc6013e") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4fbc178f-adff-496b-81a2-281d6eb5e2c7") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9c35bae-03e4-4147-8078-8f5e31921cc0") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "ac6a2531-d7e4-4516-83d8-f1c28e270b00") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "9eededf6-3e42-4428-9a81-06ad4c74dc2d") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "92f3a864-6144-4474-aa51-62fa83c2c9d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "bccca822-cc1a-4943-b88a-1f759efa7bfb") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(J5-PadT)") + (pintype "passive") + (uuid "cc80a083-1c55-468b-9a3c-0ada8dc51e42") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "Net-(J5-PadTN)") + (pintype "passive") + (uuid "0a0b98a9-931f-4e66-9b8e-0af23f5c2554") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "31736f4c-6bc2-4caf-8f37-e094b0375c15") + (at 81.32 86.48 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV3" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "f236ba38-9c3f-4822-bf66-4a0f8d92b23d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "eb1111e5-725c-4de5-9616-ef9ac05305da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "67f4d6cc-3f7d-4c71-8541-215690325d1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd506b2d-9050-42bb-9e17-3f1ae2a7ae9c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "edf0ebbd-fa92-44da-bec0-daaa4c254524") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9edbd595-dc60-4d41-b07b-798fc07137d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "41236abc-c5af-426c-aab7-40a7dd6ed86b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c5338fdc-cac2-4f48-bec1-cce3b247ac38") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/8d905c33-a4b3-4070-a934-54b2a8a407e1") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "489623c6-549c-485e-be9b-c664d48c3f34") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b64954fd-684a-4671-9299-1b283c7c136d") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68611bd4-9d57-4cd9-8e56-4f50f22a9ca5") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5874b017-5295-4dea-bbf5-dd8b7ccad48c") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3e3554d-c7be-46e1-a4d4-a7b0daf9ac1b") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65369d91-cbad-42ff-936d-bb1b1a8a7c59") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "527c9fd7-2f0b-4625-8f19-920931687bd6") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c7badd4-1899-4173-a6b2-28d9c0cd3d7e") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df5963d5-dbdf-407b-bc3d-adc500d68649") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e63119a3-d3a6-4b54-be2e-f47a56ef70e9") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "877b9f74-da5a-4f78-816e-94bdd37bde6f") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5d854aae-4e29-4639-bf02-4927c561bf28") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9167794c-8648-4499-ae75-e1aa50bc5456") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "219f0999-a874-4228-bf68-f219942a73d5") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ff68a6b-57ec-4a4d-b6f1-2ec5236e287d") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f30c00f3-f83f-4c00-ad2f-242792120838") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2899212-ed5c-46dd-9ac7-4a5cef360691") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "af8824e9-6ed0-414d-9411-8fb5bc78bca2") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "64ae1dc2-2b81-4fa7-be8f-e1ca64a6b2da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "b076bbda-aa97-4105-9b34-35bc651c626a") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "50963a99-4854-47f0-ab7a-f153c58969bc") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "63d243c0-12fa-4b81-887b-1f398c16d2ee") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "/FB1") + (pinfunction "2") + (pintype "passive") + (uuid "85e254fa-ed6b-4879-9947-965e153c9120") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(J5-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "3de9bb0c-9d53-4695-b97f-ef1655171b27") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "855f888e-f50f-47b2-aa15-5c482e069e31") + (at 60.96 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J6" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "ce891f58-8d5e-48f9-9d84-bf241e509469") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "7c09f1b1-9236-48c9-9e39-44b7fde4767f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6aa43e7-38e4-4ab6-8a88-803a51399f5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf08fe7e-5f08-40e3-9878-8728319988b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b95fd7a3-0eaa-4bc3-8a5c-39a81c1a4b92") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5641f38f-d6ac-4f70-8896-e080b02ada93") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03e19487-1029-442c-af8f-44cb7d9a4249") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98391fa3-aaa6-4758-9bb2-d0548e35d958") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2911ccc9-8221-4e05-a8c0-b19d58797b06") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e26e99cf-79e7-4e38-aaa2-abd81c8e6b99") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95da3d7c-336f-45ed-983c-24818c129f62") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27a34400-a5ab-4267-a495-bda1c9096f5f") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "338dbd1c-de79-44a3-bf4b-a8f3626e7569") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5146b366-faf1-4ae3-908b-73cfc02cab44") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6caf15a1-68ae-446a-a960-59a9b9e4c395") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "99606022-1e10-4bf4-9b8d-78c1f174b190") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "3b52b6c3-e30c-43ba-a9cf-d7f69ab53ac7") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "759b9488-589c-499a-acd6-1d6402d1fcf8") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "d6bdd0a6-e1ea-49d2-b050-1e0eda8860d4") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "663eae33-de61-49ea-addd-37cad9b203e9") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09e09001-5d0f-48a6-b621-b2040b0ff700") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c49acb0-74fb-4498-9d3c-b416115647cb") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6cc86cec-b349-4bfa-9fc0-2aa44387a9c9") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a62a487e-7742-4fc8-afe4-d37766dc6312") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "2ca2887d-acc0-453a-a92d-fad4533678b0") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "359a5fd0-b590-4529-8b4c-5b24d5f76a5a") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "4e262c27-b5cb-494c-b12e-d5ef4c1f62af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "085e8933-cf55-44cc-b4d8-049cc1d2da6e") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(J6-PadT)") + (pintype "passive") + (uuid "f05401a3-36f2-4213-b474-8fb86e844dab") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "unconnected-(J6-PadTN)") + (pintype "passive+no_connect") + (uuid "448a7599-e658-46b4-8136-f04f0967094b") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "91717167-36b2-400a-96c8-5ab5bd39761a") + (at 81.28 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV2" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "a46392c5-a2f5-4072-9fd2-6fb1939b4b1e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "8f2011c2-3746-4e56-9aa4-4cd7c5a1b5ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1647b0bd-788f-44ec-8a73-23a3dc74ceb7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a34651a-9c40-4b77-9ffc-3fede31f3224") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92061047-c8cc-4ed0-af3b-b2da7586644c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "fdc43d05-40b1-4a1a-8958-aa4cf360765d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "80a83a7e-bf20-4db9-8209-b165006d3ced") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0696d083-33c0-493a-b2bd-0b262aaeee40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/19059fe7-6394-4fec-8ed2-283da3a6eea3") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c52c92fe-dc64-4672-8598-1f55af7dae87") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4aabc2e9-02aa-4ffe-a66b-f1cd9f95f913") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cc5f382-46f9-420f-b265-da5b51e503ba") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32e28017-8208-41ce-993a-81ba46d3444b") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28f92390-4c50-4e33-9005-009a5a770fb6") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f43a2af-8bb2-4282-9d45-3d9b96fb2eea") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5f2fa08-bb3e-4fa1-8501-c1d830ed0848") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0aff23c0-1bc6-4140-8019-0185403ea788") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a1d8d2c-6998-42fb-90e6-84fab24b324b") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "41e71fb9-fa7a-4daa-ae06-99cf9b2d9f72") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f9030df-3692-4471-afe1-43dfd3a6f8a9") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "501f9b3e-fd26-4c81-ac64-6a2d1b860c0b") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef6d08b2-89f0-4892-9dc5-b6ac5ee11188") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "730fe43b-5c1a-4c06-bb58-106eead401fa") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c67aec3-8412-450a-89c4-d71b482b2754") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca5aa705-4555-4116-8556-c218da577e97") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45a983be-c893-48a4-96c0-a7611746eff2") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "020ca59d-fb0f-41d5-ae7b-9460d6d0e896") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "93127234-dbdf-42b7-ac64-110453c5bc46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "6d63bb01-1cd7-46c4-bbf4-1556f80f7a6e") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d3d46b06-7dac-4ce6-b001-c400b2ce2581") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(R7-Pad1)") + (pinfunction "1") + (pintype "passive") + (uuid "0c168b2c-edcc-42b8-93a9-06bf47106503") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(C2-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "7f7da71d-4c8f-4399-976f-c1c61d6b571e") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(R8-Pad1)") + (pinfunction "3") + (pintype "passive") + (uuid "1b1d5762-2627-4e9b-9a60-88faf2ccb613") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "LED_THT:LED_D5.0mm" + (layer "F.Cu") + (uuid "b9f323d5-9766-47c5-8453-f11d4d679684") + (at 69.845 142.24) + (descr "LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf") + (tags "LED diameter 5.0mm 2 pins") + (property "Reference" "D1" + (at 2.351 -4.087 0) + (layer "F.SilkS") + (uuid "b1791df9-3c1e-4aa4-b71a-78fe1c5ecb5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 3.96 0) + (layer "F.Fab") + (uuid "1353bbcf-564d-44de-8691-32892f7cfba0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89b19d4f-14f5-47d2-8091-733e6cf676b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3564141e-a7ea-4871-8cf7-993027fb8fe1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfa7f4db-8a48-47ad-805a-a1ec289d5f89") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/769c14a7-a132-46b9-a6dc-c9b00093a430") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -1.29 -1.545) + (end -1.29 1.545) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e3ea2dc2-a06d-4d29-b8bc-d66392043363") + ) + (fp_arc + (start -1.29 -1.54483) + (mid 2.072002 -2.880433) + (end 4.26 0.000462) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cfeb8f80-b1ff-46f5-a486-205f8137c79b") + ) + (fp_arc + (start 4.26 -0.000462) + (mid 2.072002 2.880433) + (end -1.29 1.54483) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1869ee8-1701-4554-8525-cd68fd551d52") + ) + (fp_circle + (center 1.27 0) + (end 3.77 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "0f3e798f-5306-41dc-a4eb-a953bac799ab") + ) + (fp_line + (start -1.95 -3.25) + (end -1.95 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "506787a2-2a9d-43c3-83b0-0c40de619739") + ) + (fp_line + (start -1.95 3.25) + (end 4.5 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "524931ca-3217-44d5-92b9-296e3438c144") + ) + (fp_line + (start 4.5 -3.25) + (end -1.95 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d17aa0a-9ee6-4c7c-936f-1528396baac9") + ) + (fp_line + (start 4.5 3.25) + (end 4.5 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78ef8491-b72c-4e93-b45a-944cb0c56105") + ) + (fp_line + (start -1.23 -1.469694) + (end -1.23 1.469694) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb674e5a-3f08-4192-a8cb-a5925626c031") + ) + (fp_arc + (start -1.23 -1.469694) + (mid 4.17 0.000016) + (end -1.230016 1.469666) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9449f2f0-942f-4622-9076-eeaa97923baa") + ) + (fp_circle + (center 1.27 0) + (end 3.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "dea42f42-bbbb-41dc-9669-7c4b43ce128d") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "3f7c735f-4d86-4c7e-b2b1-8555e3c53df3") + (effects + (font + (size 0.8 0.8) + (thickness 0.2) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "/LED1") + (pinfunction "K") + (pintype "passive") + (uuid "d800ffdd-5a9e-4e97-911d-87f39f7e481a") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/LED2") + (pinfunction "A") + (pintype "passive") + (uuid "b5175f48-9dda-4fe5-b01e-ca370ef664ce") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D5.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "c09a87f8-de06-4262-ad94-15bf1521fefe") + (at 80.01 156.464) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D4" + (at -2.032 -0.127 90) + (layer "F.SilkS") + (uuid "1a470a9e-3b64-49eb-8c02-b05be90d73a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "67f32381-d782-4e45-948a-5085ecc91063") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2388126d-69ec-42d9-ba73-69f76701cd2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8cc56db5-78b0-48dc-90f7-713ab64406fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a814795f-0262-42c6-a60e-c3a413c134e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e946e3eb-10e8-412d-955d-06939b53ef72") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99998c2e-2dfe-45f0-b315-6155f29f59eb") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6ec384a-a67f-43d8-ae81-978ddb83b513") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20dd2717-ae88-4e0d-b26a-2f754cdd5b75") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5e32757-aaaa-4317-a8d8-bed9f6955937") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27935ec2-af7e-4d8d-a90e-6be3ebdfe74d") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7573aad-70ec-468a-aaf8-7103473dd6fc") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35763ab6-e1ba-401f-a17e-4d23c4d21c69") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ab46c71-013e-4a36-8aa5-aa245cee5dbd") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f07e6fbe-6d44-4e20-a201-c01bc210d4ea") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e5d51b8-994c-41c8-9e48-b65e426b32e6") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b1201cd-353d-4a63-bc3d-4106d1ba51b9") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "379511d7-7d26-4ec1-9521-55d6f583bfec") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e75bf89a-f3ff-45e1-a7ec-6d8809c8fe90") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "8cc9ab14-2a14-455b-aad2-21aed882280c") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(D4-A)") + (pinfunction "A") + (pintype "passive") + (uuid "5457a564-6c2e-404e-be3d-168c27245bbb") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "c7e8e826-53b8-41df-aff2-c737b058e97d") + (at 81.32 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV5" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "d7a924c5-1772-4961-b7b2-1c712d0f9742") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "7012963a-ab7f-4e4e-8aaf-8e701a847533") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce854a6d-befc-46c4-a453-bed5c9aa6d10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eeaa3333-c0ec-4830-9419-b4f3816bc11e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "173d8f96-d00f-4dac-b951-c841f820d4bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6ad2d1f0-1a8c-4f7d-8151-16c42af4183e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8a91a792-8fe4-4838-b0e1-c2948d9fb187") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ed88cde0-3c33-4f26-bfbb-42885699df0e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/46ad1028-2eae-447f-8e5e-62d18a258029") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0f88446-8fe8-4e91-8d32-f872b8e7a03c") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fec04020-2301-40e8-b8c2-6d7340c9c8d2") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d51b270-d890-4cd3-a870-e6f0f493e0af") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e52025bc-9443-465c-9e66-10bc2a42df87") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d48b2b15-3f1a-4b90-bb3b-c37310afcb7a") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92204d9b-b289-48e0-bd4c-abfeb510443f") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e7be0e5b-fa61-4476-ba2b-dd28d29766bc") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2306dcec-9f9c-42a0-aa2e-782e61d36c85") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d45d9d48-9862-4300-abff-b4fc589aa47e") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6c5865a-50cd-44ee-87ee-b9e9d1f1c67c") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f35bfe7a-cfdb-42fc-8a69-08dcb286676a") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa9f904a-2708-43ef-9501-ef34c7fd5fad") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6e364d8-24ac-4e00-82b2-49451b79f982") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "097eccc6-a330-4fe4-8e5e-2fe4ad33d648") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9718de9d-b3d1-4260-b4eb-ca700a77bc57") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ecc556f-0dba-4dc9-8558-c74c4301e608") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "652bdb11-ea6e-4406-961a-c1826df38d9f") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "3871fca2-8f39-4857-922a-a05786003294") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "1ece7b06-6755-4d83-9dc9-e46184bbb467") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "65bdf340-5b85-48af-b3df-239e376dcd10") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "3e5b1d07-edb4-41c9-af8e-1e66755ef08f") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(R11-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "9d89bbc2-8cf2-4333-926a-39823e54b3bf") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(R13-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "eab3d8c7-fe98-497a-923f-8e5e150e79aa") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "Net-(R12-Pad1)") + (pinfunction "3") + (pintype "passive") + (uuid "5c662483-11b2-47b5-905a-3adc060bf774") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "cb6f3dbf-da2a-4cdd-842f-03f5c2e745aa") + (at 62.23 97.79 180) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D6" + (at 4.445 -0.127 90) + (layer "F.SilkS") + (uuid "6d0a270e-ef6f-4790-bb6b-c28ae492a032") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "8d9993d9-3ddc-4bba-aef1-088a4d5121b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d67605c5-924b-405e-ad37-8bf8db647c5c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52d0eb66-116c-4ba7-8d5d-a706933fb0dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85f3166e-596b-410d-ac40-6e01845414f2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/199add4a-51a9-4859-9a06-98b8a165b3f7") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eda41aee-060b-4ca6-b6c1-3749b11368ca") + ) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e86e4a5b-500e-4f23-9ca7-a0e8b779edbd") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e59ce568-8708-4ae5-8e30-d0cfb4d817e1") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e191b4f3-b602-401c-8ebf-82c911eee4b7") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "291bc02e-67ce-4ea8-9cd4-a2c379b9fa6f") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6da5dbe5-94e5-466a-9c45-7979bcc2e0b7") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "edf4b135-8823-4b9f-853e-f24927621454") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f9eef05-c8a7-4452-97d2-681e3cf98ff3") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eae25b55-dfd9-421d-8d8a-7470051cb866") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b083246-3e85-426b-9401-6b140d926707") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a1a768a-7b05-4105-b77f-1af2cc2ee923") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad6c86f5-29aa-41e9-b776-99ed00f87e57") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "aa96ad54-409a-4f94-a442-3280f4dc35b1") + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "9187a5c7-14bc-4411-915c-4cd2101b29a5") + ) + (pad "2" thru_hole circle + (at 2.54 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(D6-A)") + (pinfunction "A") + (pintype "passive") + (uuid "d74e2b10-15cc-45f0-9bc5-4d6ac4ae8ae4") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "d2de2bfa-25a2-4a67-8bad-c65605c52957") + (at 60.96 66.04) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J4" + (at -3.937 -5.588 0) + (layer "F.SilkS") + (uuid "c853063f-135b-4714-9b66-cb6c91c71848") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "de319e14-b586-464b-9713-a6bea8e12921") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a39518fd-8949-4b40-9a93-2990acadc637") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a3c48cc-253e-4cc2-ac92-33dc1fcee643") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9d63986a-4236-4613-9c64-1b2fc27b4606") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/6e22580f-d85d-4031-b114-4ab4e0df1f56") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6ad4ea4-59a9-4447-9328-294154dbd459") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5486cc8e-b624-4d6d-9e94-17459c9c14bf") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd66362c-09fb-46c6-9e46-a03a8fbce014") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9f95c52-abf2-4727-a099-416d525a313e") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b437dacb-878d-4f2e-aca9-31d3f5941961") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca8a7a61-331e-4037-8052-d01bd265e393") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "42e2a2f1-702a-4d95-8463-2d22da877a0a") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8f236879-b430-445c-8221-dbb9f14f7b52") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8f6cc3b3-3c17-449e-862d-ee98d8fbc488") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d92b6843-976f-43e6-89b8-5800f0bb4831") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f22cd04e-904e-4f6b-8f87-4521825d62b5") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "9c0d0193-2c4d-4187-b51a-8168243314b4") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "5c9a983b-4ccd-49ac-a5df-ad13bd795681") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c2750a9-09f3-4609-8c85-0508da5fa210") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "547b39d1-5b47-4ca6-b2f3-1b8e5dfdb81f") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6c5fce7-0dce-4a86-abc4-0f5846ceb4fe") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dac2cf8f-fe84-470a-b31d-64842376adf2") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1280cc42-dcec-4f1e-837d-cbf6ae085cf8") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "70658903-8d67-44f9-ac31-e342780943e0") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "4cd43f0f-b4cd-4c33-900d-cbf3ed0eaaaa") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "db509b85-4bd4-496b-aa07-ae3be7c2f31d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "5bbb2dd4-b6b5-4104-85e6-4e09da723ca2") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "/IN") + (pintype "passive") + (uuid "4f4c755c-b6c7-4b9e-84e7-8337dc0de50f") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "unconnected-(J4-PadTN)") + (pintype "passive+no_connect") + (uuid "7a0d5244-0709-4e4f-aab6-ff52b2ec5904") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "ef866d40-7e1b-47dd-83f8-463132166c93") + (at 81.28 147.48) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J7" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "ce49024e-7f33-4479-b7b6-5ae61fe51947") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "9caaa09c-82b0-43f9-8e63-23c0f8829446") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd1115af-c2d0-4198-baac-10319f0625da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f903e931-4c74-4e8e-953d-6f324a7790f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93ee3e2d-562e-4533-922a-f6e70e28e9dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c3a5ece9-f772-4c03-8914-0e7be57a662e") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb82710b-8819-479a-a5d8-347d1f5e1551") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "787d8e10-ea07-427e-abe1-189f97f9089b") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "453e60bf-2b97-4b30-a823-8e71bd96a671") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4ebe9bb-08d1-4d52-b001-d7eabb24fa4e") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "793f6baa-b64a-4ce6-a139-78c3cbb2772b") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0183cc21-155a-4585-a4e4-70bcc4fad36e") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "c864608a-80d8-42ac-9e39-d8cda2249421") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "85e8b04e-1760-4620-a709-41dd15b80a1b") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "df104dd5-9be6-40fe-8397-95f9d5b1e810") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0b10359e-dc56-47da-8e05-047095cfeb17") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "05d0ab05-659a-4801-b524-44d49bbbe8ad") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "14a08552-0c48-4c8a-aa1e-4f29bf204346") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "376c6082-0c0a-435b-99d4-ecdc9da137d6") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c43367ba-ed72-497c-8a99-4c148dcda4e3") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9167928b-c7ef-40ab-a62c-3f7760fefe58") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "058edb4a-132d-429a-9eae-ac75d209adf9") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db436891-0793-463f-852c-b401a6fd37a1") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "757749db-0687-4eaf-9fff-5719e11f7304") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "4eb60b5b-ded6-44ba-b18c-4608e62a7b69") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "e09a0785-4608-46fb-9fd5-73408999db1c") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "3acad185-a8ae-4e74-8d10-072ed9012acb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pintype "passive") + (uuid "28f1835e-e1ee-44ad-b253-17a60681195a") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(J7-PadT)") + (pintype "passive") + (uuid "04834a6b-9b18-4328-8c53-62d5d8abcb1a") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "unconnected-(J7-PadTN)") + (pintype "passive+no_connect") + (uuid "a438b87f-e32b-488e-9ff7-bf35b10da9be") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "f317bea4-4437-42e7-9076-aadb15a2f4d4") + (at 53.34 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H1" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "c1b69a7d-dc85-4d0a-b60b-845a9d13e095") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "H1" + (at -0.508 15.367 0) + (layer "F.Fab") + (uuid "d130cfda-e001-447f-812d-e07a91c7ea4f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f55598e4-d9b6-4e50-ac8b-2d65a4f388ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db52b92c-b241-49d9-9a0e-4ee9150fce5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70cc35fb-43ce-4a50-aa3c-09b3013146c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/693936d8-87f0-404a-9ede-8d3b84dbce97") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "5ae64673-02f9-4e06-a9b5-1ad8b3802845") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "02996232-aeff-4151-a153-bea981d08472") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "52e5c443-7cbb-486d-b86e-c9debf370b0d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "4fd81a2d-d7bb-4c60-9bfc-b0ced121bdcb") + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "f688aa01-e470-4fc7-989f-9edc13213bd1") + (at 59.685 75.024) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D2" + (at -1.773 0 90) + (layer "F.SilkS") + (uuid "b93309cd-7ca8-4ba3-92e3-33364ff3b47d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "a1588768-067f-4b81-90cb-0a4bf4be9d8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35481e40-37f2-4f72-92ba-98b24080a67b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "599a7714-42bb-4f9a-9e74-4dcc8e0277b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33d2210e-cb47-4d4d-b40e-e4c6aad97613") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/2753e0c6-b17a-47be-ac68-c360eb1fbf55") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9281a8ad-a2f5-4ac0-a7aa-778bc94eeede") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ddfc7cd-bcca-470a-81e0-3e00aa1b17ae") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95e3d02c-5fdc-4ebd-acc8-e621b8290afc") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc73521b-35f5-4de0-9215-830c0ed036dc") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e016cc4d-1e76-4488-96b0-1f709d827bb5") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba0f3376-092a-4cfb-9cfc-ebfeae2eb005") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccf4855f-9e8f-493a-a668-6073a1a5e6d9") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe8ca2b1-9fbe-4fc2-baff-b3a3aa1296ba") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6f831bd-bb33-4b38-b3ce-250741063030") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67c039fd-7fdf-4185-a9d1-95a2b3480aca") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25cfc845-4b73-49f0-b4cb-28d75129034e") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb5100c3-8cf7-402a-b8df-9c5040915c5b") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e5ce39f9-b6d7-46f1-bf6b-7d5dbcb4d8d6") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "92175d8c-77d9-4318-b6da-d19eb3d9a17a") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(D2-A)") + (pinfunction "A") + (pintype "passive") + (uuid "ab7b5b28-5a51-422d-a8b3-870d4b839d8f") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "066084ec-c3a3-4e23-b77b-a642269aa629") + (at 55.626 148.32 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R22" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "5496202f-1c9d-4ba7-9490-4d31eb8c782e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "d9d8f17c-ed80-4396-aa9c-dc1c359767d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "add5c004-6724-478c-a421-a8025891cb10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09daa67d-6852-472d-a17d-86802850508a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2f84fbd-2a24-406f-b59b-9097dd100900") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5f3e9fce-1a80-4641-8961-7792c6d95015") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "154c5cbf-1f03-4a92-9fac-cba89f2cfc1e") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d4ecb7b-a061-4e9f-9a6b-ac1908032a23") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "543260f1-8cdf-45f2-b34a-8a96a1492a33") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9116a695-8050-493d-a39d-dbfb00b3eb0e") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6a36b88a-9c37-4ad6-867c-396e97e8b1be") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "452cb580-4721-4936-9e12-48762bab8955") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7fc64f6-c3a1-4f89-b2dc-91e41ca37354") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9b6db64f-2833-468f-9417-19bf9443bf2b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38f7b8c6-2b56-433c-8dcb-f08687cb187b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "366d649f-14fe-4685-b797-039cb54c7a32") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "5d677980-9f5c-4915-992c-357ab8ecb0da") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 37 "Net-(Q4-C)") + (pintype "passive") + (uuid "df7116f7-927b-4006-89dc-670b9b9c5151") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "7563b53d-1603-46a4-a08c-4ac3489601af") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "11881d48-52e1-4d4b-bc55-01e6eefcdc1c") + (at 69.407 128.651) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R14" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "89fc4b0f-2416-4499-8c08-a61248555817") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "145af968-254b-4897-855d-09e055f6dd1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10a8cbff-a25a-4202-be97-ca6c3ddfda13") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9740c2dc-d61d-4c0f-ad32-55b8f6742290") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e94e62c-8223-486e-b2a6-aec9b2e88755") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/4858ea88-f158-4ec7-8ecf-d2e9c15299ed") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c489cd9b-5c75-479e-819b-7e808c8872c1") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "19b3f436-3869-420e-bb92-661c302f6e7d") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c1fee404-9391-49fb-bb34-b8b0425a5b00") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8f83b519-f3a1-4fcc-a303-18e4a80a10af") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8afca985-fbd9-4520-bac2-e3ade9b8257e") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0cb9c19b-4917-4ca2-9015-8613e3fba032") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d59b1309-64e8-40a4-9121-9302d3cce793") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "99f7897d-515e-495e-9292-7222cf493477") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8428cf5a-06aa-43b1-a556-4fd8e83eb86c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7ce6f049-2251-4087-a95c-509ea3df6071") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "37585a6f-1fc0-4d3a-b505-7cdca0b5da91") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 3 "/OUT") + (pintype "passive") + (uuid "7c834269-9bbf-4903-9472-6f1eb3495d75") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 30 "Net-(U5B--)") + (pintype "passive") + (uuid "cf9f4543-cb61-4434-a432-2ab1329f6bf4") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "14edec33-887c-4d31-b925-c0afbbd34e77") + (at 79.756 73.914) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U6" + (at 0 3.4 0) + (layer "B.SilkS") + (uuid "3903d743-ffe9-463a-8315-19b99705a4be") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 0 -3.4 0) + (layer "B.Fab") + (uuid "7d836148-2aba-4e63-aba0-b3b7db2e734a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7462727-6da0-4f45-a176-80dc6d54f31c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "618a634c-c562-492a-a619-c18118d262fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3fd079f4-1134-4bcb-8885-80c39c8d70dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "0acfb1fc-9e5d-410f-a0e5-023b21f79ac8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "09062e7d-4d28-476e-aef2-0bfc4b5489d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "e5814810-afbd-4303-a4d5-37eb60cc0991") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/c3d41cce-298c-46e4-b45e-3cc3768037cc") + (attr smd) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "08352b43-f097-4041-b140-74a246067e66") + ) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b462fe7-9aed-4893-8f8c-10c73eb3916b") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b499d55c-cabf-4ec1-8149-29aecf88f083") + ) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4a65e8b-5c68-4457-94f7-49aa2f35b6f0") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "ff9e129a-4112-46fb-a6c0-aeba032753d6") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "304b1454-6aef-4bae-bc4a-714daa0cb7b9") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "db071eb1-1865-4d5b-8e14-d6928f8fb6e9") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c19e2e4e-74bc-4b70-9898-06488fc6a532") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d98f4de6-92bf-49c6-b676-fb6d9e0b2d43") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "19693f2b-c4cb-439c-997a-5a19f4db12ee") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "58e81420-f75b-4c5b-b890-b38c8e012cbe") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a951c224-8573-45d1-8c40-897517ce89f5") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "50406876-9eec-486d-bda3-af7f4012b266") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "49b83aa3-d072-4246-b74f-9baaa3bdecf0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "2c81ae76-930a-4a9b-881d-eae8719d95b1") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 9 "/FB2") + (pintype "output") + (uuid "03637715-d086-4386-9362-30aa420d0a07") + ) + (pad "2" smd roundrect + (at -2.475 0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(U6A--)") + (pinfunction "-") + (pintype "input") + (uuid "dde3f768-42cb-48a6-abad-596ea51f7c56") + ) + (pad "3" smd roundrect + (at -2.475 -0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "GND") + (pinfunction "+") + (pintype "input") + (uuid "27c47acb-a698-45a7-b983-f5ebaef41165") + ) + (pad "4" smd roundrect + (at -2.475 -1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 15 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "94862adb-eb86-4181-87eb-b3dd03c638c2") + ) + (pad "5" smd roundrect + (at 2.475 -1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "GND") + (pinfunction "+") + (pintype "input") + (uuid "962204a6-4223-4bc9-9d35-15377cab2d3f") + ) + (pad "6" smd roundrect + (at 2.475 -0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(U6B--)") + (pinfunction "-") + (pintype "input") + (uuid "4dfa711e-045b-42e6-8e36-1f9c4fb46318") + ) + (pad "7" smd roundrect + (at 2.475 0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(U6B--)") + (pintype "output") + (uuid "df5eaabb-4a26-4563-8c58-1f17dfc9e38c") + ) + (pad "8" smd roundrect + (at 2.475 1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 16 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "ab8408d2-b63e-4308-a2ae-abfb6f4d8d99") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "1ad0e9fe-5ce7-41e9-9a1a-404e4b842bf1") + (at 64.516 118.348 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R5" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "d5b5e3fa-cd04-4f50-826d-83a68b593f71") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "1d9d22d6-03fa-41fc-b969-fa3c444de95e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e5b315f8-909a-4f3b-b791-0598246248df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd449763-5f3c-4fee-92d9-c9b34bafc804") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1612b650-89a8-48b8-be6f-32859c3f9639") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7be7d4e2-3027-459b-96b5-86133e57ab43") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f24a03fd-f53d-4b3b-8a1e-7072f9f474a1") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "336b79d6-1752-4343-800d-e848eb8c1696") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a424cee4-ed20-4c9b-ac7f-3b0b521cb3a4") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f859c106-1ba8-4d92-9175-663ec4daf5c3") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f1b3f565-e4dd-4cc1-aa1e-690c9f6e7800") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8da35011-930e-492c-8fda-485caf12b577") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e99a774a-c9c5-4791-bf32-8aed0b264d5f") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0cea137d-22c1-4058-81d2-f72e10b63267") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d700796-fa5d-47cf-b2e3-4387f64084ce") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3c279a22-34f1-454c-888a-f32cc1c89b56") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "01d40667-dc17-404a-bb8c-54986bccbc23") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 11 "Net-(C1-Pad1)") + (pintype "passive") + (uuid "c19d62fb-5a0c-47ed-b9e6-597fc01748f9") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 43 "/TONE") + (pintype "passive") + (uuid "81ac389e-f697-40e3-8204-d909b12e9ce9") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "1c67dfb7-afbb-42cf-b0bd-2d898d847298") + (at 66.615 61.087 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D3" + (at 0 2 0) + (layer "B.SilkS") + (uuid "5b27bfe9-9d0e-468d-bf6a-b994b960a074") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "39c1e13e-d6f4-4046-9aa5-6b2b0393fd89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a94ed4e-4baf-4deb-add0-d4adf146e4d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc0ac0a5-6de4-4f0d-9890-e42ffe63b858") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac7f304c-0815-4c2e-8cff-cd89389e3228") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "00856504-884b-4bf2-a1dc-c64bc05ecc82") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "58655c6f-75e5-436a-9e9c-5bcbd8e75c0b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/4aa087a7-f803-4769-a031-18b2efb39ace") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb272980-291c-4d73-afde-a8d59b0d46a3") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cde895c5-6e65-4a2e-aa16-995ec94db7b9") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d8a2a7f-bfb8-4dc8-9549-15e0cf7c0c91") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f755b737-97dd-408e-8b58-8adc4f52f125") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "80ed1708-e714-4912-b328-a40e7785fdbe") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "84c84d00-9b9f-4442-8ee6-8239867e8bad") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1611941f-6185-48ab-bf6b-317c3043411c") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8457ba5a-2ee6-44b2-b6f4-c9a973efdf22") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c5ddf023-32c2-4b10-b691-6fc9f823ace1") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e70a25e9-572a-45fa-80da-761cc2765d17") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "68b49368-2313-40ed-8e54-fc3b90b46450") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1f1caf7e-c47e-46de-b8a9-37ed325debc2") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0c84364a-c0f1-448d-a2e4-09d99f621138") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "78ec36c7-b0c4-4159-a924-f4fe9dab9587") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1e57e4fe-0836-40f7-8309-716b93659f0d") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "81ebf5d1-4c6c-4a38-8f8f-9a454d66524e") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b212da60-ceec-46ec-acca-10d2dc7ef865") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f8ebb69c-accd-4368-bc09-47647f8efa81") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "c4e4ac01-6d1f-43f0-8f1a-983608492eb2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(D3-K)") + (pinfunction "K") + (pintype "passive") + (uuid "49f03eb8-95ea-43ba-9caa-9ff8cff52a38") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "f4edf2e4-695b-4172-a07d-846b0a1f3084") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "24d2bf44-2fa2-42b1-8c9c-aa37eb3982f2") + (at 67.818 100.076 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D7" + (at 0 2 0) + (layer "B.SilkS") + (uuid "36193148-a5ea-4954-a64d-5240073feb76") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "2b032531-fd58-4643-ac24-d93bb8213c78") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52795d9f-8eab-4f52-82fa-b957d949b128") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff05a910-e598-4116-9861-ba888916650d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "efbec35b-79da-47a5-bf28-4a83c78c9de2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "52ba18f1-b359-445b-ac0d-f5486fd59812") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d94cf60f-c9a3-43de-bf8c-abf75e224581") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/d18f9c21-ac15-410e-8934-f2095fadbdd7") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "97cdfc16-529d-4445-90ad-1c6ffb38c476") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "580048ff-fbb0-4805-94e7-dea4ef08669d") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "afaa72bc-25c4-4306-9adf-d674de3d8358") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6eb38be9-7dff-46e8-98f4-6f985ac60bb2") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8c4c4553-071b-41b3-b86f-16e80de826e1") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b2e12d47-9244-4730-92c0-e08139a32e15") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c300a552-e713-4672-ad34-8a98d935e579") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e466e3d1-8dee-47f2-8469-8636d2bcef84") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b0e4a8f9-c2d3-4896-8f3d-130294bfa457") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6fca44b2-01df-4620-9bb6-197e96b81dba") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "88281c50-203f-461c-999c-dc9745b26e01") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "52e73626-e76b-4c7a-8f46-cc6ae6549dae") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f5317851-6584-40ec-8f87-da1bed0f9eba") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d79b0183-cdf1-4e9b-84c8-26809a7edeab") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38cbc3b9-4034-4745-9bfb-9219c14e22f8") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e1875c4a-7416-46e7-b435-b02556cf411f") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ae5f79ee-8644-42c1-bad9-459d89caf5a4") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2481ecee-4711-4ee2-a179-ab52f314d83e") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "eb40874c-7a15-49ff-908a-9a74268c2dc6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 24 "Net-(D7-K)") + (pinfunction "K") + (pintype "passive") + (uuid "b0621c24-baf5-4fcb-8a97-0a8b53bc522a") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "0d62e9ba-2611-4383-a0e4-c5d42c3ba2a9") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "31f51911-0b35-4321-83e0-2dc021d688ab") + (at 76.47 152.654) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R3" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "23907544-04a1-43ba-ace4-03e7f10f400e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "faa1953a-2633-4032-bfce-96ea1c56882f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eae22189-197f-4847-8f71-e99b832ada59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6ab2d25-744f-4ca4-abc8-44ade6866a01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cdbba9fb-2d5f-4d19-93e7-a65fd5b34cfc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/35268c25-9001-420d-9d96-989bd2d34b69") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f58b660d-bc43-45f5-8da8-e0ec661fd7be") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "479b6abe-80d2-4711-9b8e-94aaa4c71159") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3b15802c-20b2-4c6a-b544-5a4e74b4c212") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6b0938fc-0afd-4eef-81c8-b50d8ed20a03") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b3347d27-1b4c-460f-9e9b-3772e3f536fd") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "76a80159-37cd-4935-9b8b-4ea2aece1ea1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "98bd6058-c530-47b7-a2e1-958c2a7f83dc") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "375ef23b-b5c5-4caa-818e-484b4549b006") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2a783002-5e9f-4963-aee1-c3fbdb81479c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e9e5a5f0-e177-42f1-822b-5857e2b7059e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "7f080f92-6ab3-4e86-ad75-2b590df7325c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 3 "/OUT") + (pintype "passive") + (uuid "6ee80646-7c36-4a3e-aad0-d62e2c1e66c4") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 4 "Net-(J7-PadT)") + (pintype "passive") + (uuid "b9496008-158e-4444-878e-e3c26d6a94f9") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "3277da2c-18f6-4507-b7dc-47631862bf58") + (at 52.705 116.332 180) + (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x03 2.54mm single row") + (property "Reference" "J3" + (at 0 2.33 0) + (layer "B.SilkS") + (uuid "5ccf7868-e7f2-46ea-8cfa-415664d3e492") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "01x03 Male" + (at 0 -7.41 0) + (layer "B.Fab") + (uuid "053c65db-fb4b-46c2-9c60-1de516973408") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e0e1bf8-22be-41df-9049-a5e77cf618f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62d85554-5754-4059-a52f-79431093c81d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a392f69d-d255-40f6-955c-27a3edf1000b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7cf58cba-7271-49e8-9c14-6a3d5bd2b89d") + (attr through_hole) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cef83f4a-76e9-465d-ba9a-2e7b48f5bb27") + ) + (fp_line + (start 1.33 -6.41) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c06b708-7eb0-405b-9954-1f5ca160829b") + ) + (fp_line + (start 1.33 -6.41) + (end -1.33 -6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8fc17e6-9c05-461f-a50d-6355d903c565") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "40435f2e-680e-411d-bdaf-51bb44f91687") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8895e27-d186-43e0-b574-db7df467a41a") + ) + (fp_line + (start -1.33 -6.41) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b6f62b0-264f-4ee2-b752-0c2e6f174133") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7dfc7bef-e693-4479-afe6-c59525d1d0d8") + ) + (fp_line + (start 1.8 -6.85) + (end -1.8 -6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bf18754a-1249-4d34-a544-6159cc38beee") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "286a9a8c-e58d-43eb-baf6-021b4d670eca") + ) + (fp_line + (start -1.8 -6.85) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d3d01de0-17af-467a-b065-256f7a4871f3") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "627d7125-9752-459a-908e-77a99cd621b9") + ) + (fp_line + (start 1.27 -6.35) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "16208f91-c3cc-438d-9cca-bcade5039704") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66a25767-da80-456e-a382-59992f05fb5a") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7ee345e6-4233-41c0-be14-83d0940f7e80") + ) + (fp_line + (start -1.27 -6.35) + (end 1.27 -6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eb0b65df-02f9-4e12-aa31-27cb8a5e0ecc") + ) + (fp_text user "${REFERENCE}" + (at 0 -2.54 90) + (layer "B.Fab") + (uuid "7f17bd56-f49d-4030-9e80-a5ed89cabc5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "/FB2") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "7171ce03-8bd1-4d22-91c7-2d41a68253fd") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "/IN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "7c4eff11-36d8-4055-aefe-dd235bc1182c") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "/REVERB") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "349e9cd8-4cd0-4547-9c73-345f2008d99c") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "37136c88-3e00-4033-bd3a-f112432e259f") + (at 60.771 122.936 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C4" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "8c24d142-889c-40c7-b23b-f49a850bca41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "99b32022-adaf-4491-9382-7c489e40be36") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a37cd5ce-105e-4b00-b16f-f0c8ac312c53") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e45c00bb-e903-4e62-8da3-b670ebefcfc8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "627b3496-2db8-473e-842b-1ff8586bb609") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "80540a70-fb02-4856-ab8e-efd8189705be") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "38f2a9b1-6896-459a-a161-c37727d31c8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "17ffc723-2ec6-4801-821b-c33443d12949") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9a860ab5-758c-4677-8b7f-dea1a76f810b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/b684ed2d-46db-4faf-b4e4-472c7293d6c5") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "93d278ef-1636-4836-b3d2-f5a641396079") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f10a5263-fae3-47fb-84e7-3d39c8638224") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "84199ceb-a622-4bfa-b696-525bf5756aaa") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3beb8836-2ed6-4d3e-bffc-be857b7abb8b") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "08f6aa3b-2a7e-4d67-8fce-8061f359f01f") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6d5292e9-df14-489d-9287-38849c081b46") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30c41fb3-e0ee-4c22-8d37-42c02edd95c1") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "823816be-d55b-4b85-8a6d-7e6edcd5c2ec") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0a35a19b-41e3-4ae4-b0c8-3b58710507cc") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c526aaa-aa8a-4ba6-b987-2bedd73f83e9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "b130114a-16dc-4862-afdb-9f30a158eb4a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 7 "GND") + (pintype "passive") + (uuid "165e1529-d03c-4618-9995-0edf574bc9c6") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 15 "-15V") + (pintype "passive") + (uuid "230a7559-fcd0-408f-a120-7aa4bf917974") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "3e023c00-c6f8-460b-a6a8-07f037b37e4c") + (at 77.216 118.348 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R7" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "6102cc8b-2099-4e66-a926-373030bf4d5b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "f5a181b5-7375-437e-bb08-31ed0a98924e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89862980-1063-44cc-93ef-b017c2b7acc5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "857b5a60-bb6c-46b5-9acf-15c02397805e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "677436e9-1339-494e-9f57-c474831ee6dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1bbd9984-8386-4b32-ac8c-4f3bee64959d") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "84668f64-0d22-43ba-a6b0-887ca0f7bb81") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bd1336d9-2230-43fb-89f0-eb84860e5e34") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "57d1ad83-14d8-4754-8c55-1ec529f56a21") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "701d5138-aa4c-4a5a-8589-4cc3c325d3c2") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "51d2f642-9785-4ca5-8da1-74fb87441382") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cb9baeb4-c67a-474b-925a-b20a48f158c3") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "176714fe-e807-4d86-b123-6be58f301b14") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ac07faea-ebdc-408b-93d1-5ff940624c36") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2480f641-338e-4f90-be8d-e617c97c32c6") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e8f8cb59-e54f-400c-a126-075738ad2ba9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "30764d93-f801-49d2-b7cc-8a40914f7f73") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "Net-(R7-Pad1)") + (pintype "passive") + (uuid "b95f4288-04c1-400e-91f5-bcec7760670e") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 2 "/REVERB") + (pintype "passive") + (uuid "6c7b76a2-b343-4e8d-a324-cbb21807ab50") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "4a31d0de-aa21-459a-b3ed-3daf720b2e68") + (at 70.457 74.66 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R10" + (at -0.143 -1.75 90) + (layer "B.SilkS") + (uuid "00acc387-326c-4039-8807-54dd3e59071a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "ec9f1495-d027-4034-92d8-dcd9fed2e049") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "59bf8f8d-f3b5-49e8-b462-8504f6646e6f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95aca62b-fbeb-479c-87e1-f1a0351be3f2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "049a5e14-72d2-4ce1-a939-337207326501") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/aaeaa955-bdfc-43e2-b42e-0102ff2c5c15") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e61dd01-96d7-4261-954d-7a05e51fe770") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb2ecd5a-8ff3-4303-b9f5-e33b4ccbf9b1") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f1e7e742-6c28-4b3d-9ab8-fc642b72f14e") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "57ddb678-a7fe-4021-af73-0a9edf62248c") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ff69e6c7-1e6c-48dc-ba19-c8fb6164a9e1") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9fde1d9a-e1db-439a-8468-7abf31f84b5a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ca137f6b-cdb3-4fd2-9040-35915d77b863") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fc27351a-ee84-4bb4-b5bf-1d674050b8a0") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "97bf07a6-5372-4191-ad2c-fc02634ec34e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fe15d158-8174-47d9-9794-6eaaa37c3d72") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "ccfa5403-c01a-49b7-a278-f872f87e8e94") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 9 "/FB2") + (pintype "passive") + (uuid "bd05a239-1352-4e34-acf9-251d332c3abe") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 8 "Net-(U6A--)") + (pintype "passive") + (uuid "3ea101ef-9877-4b47-8d2e-2305756584bb") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "4ff79e55-3781-4eda-9f13-2d319715642e") + (at 78.232 68.707 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C6" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "ff182e6c-0dd7-46a5-a82e-a3632292b87b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "927b1b80-c827-4445-b5ba-df5819cf53a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65c466e9-e245-4a92-8fa3-cb84118dba32") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccfdb266-73eb-4870-96ea-7fb8f4d42589") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec0316e0-7acb-4f4a-980a-c534bbae7192") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "44afa0a6-cc80-47bb-bc54-7c2b2243dc99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "eb138aba-b2ce-445d-bddf-70257ecb0402") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "4f169b61-1996-4b38-9903-b01bcd28520a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3dbba06e-3fc0-46c7-b3b3-f4038b570cdc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/24b8d880-bc11-4fd5-9160-317d6290562b") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd3aa6a4-e396-436d-b03c-2bef0d900429") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a92a8ae2-e62c-425b-9300-4a38b02b5183") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "720ea39b-74dc-48d2-96f8-acb84bf3dcce") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a1d99045-27b1-4ae6-b308-0aae684f7fe3") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ce9407b3-b47a-4c88-84ce-b2e6fafde547") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ac4f015f-d0b2-4f5e-acf8-af2726140646") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "54e91a89-1415-4375-87bd-b45884cb0b21") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "813c95e0-e1dc-4eca-9ad3-3dc910f04e39") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cc36f835-570f-4753-8790-87d315308095") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dfff2b58-812e-4a7f-87c6-ad9f9444ad7e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "0334ebc7-116d-4b58-89d9-fd7a506c796e") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 7 "GND") + (pintype "passive") + (uuid "e3bb9b7b-d475-42da-a721-a7d12c6992e3") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 15 "-15V") + (pintype "passive") + (uuid "4e03ff53-efe1-4f5d-bd24-193af4418640") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "525b6f10-cc10-4381-96d8-a310ec2e8c3a") + (at 74.66 134.62) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R11" + (at 0.111 -1.651 0) + (layer "B.SilkS") + (uuid "85e814c9-0adc-4bab-abc4-d7e1dc31c498") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "3f58e75b-3c97-4583-9f3a-c643cdd37990") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b07f91bf-c0b6-4a7e-b93e-30d7db508bf7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7891894b-90b6-4378-8c11-86ae725686e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf821f91-0b6a-436e-be9f-2c21789f934b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0c0171e8-a746-47cc-9607-ab01a5c5ae22") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e1bcb4c-8603-420d-ad98-ada9ee8f6137") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c5ec72d2-3090-458f-a491-157d020d0d59") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dbf2bd89-6b83-46a3-bd2b-8764c84a3f5c") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dc124cc8-a8aa-4249-87b7-f87f1a6166f5") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2117ff56-d1f8-490b-b902-5cd47edabefd") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0af581de-d559-4dc5-8587-3b5034f4ad86") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "96e9fa92-050f-46f5-9853-fa7e7bf6acfe") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1c6cf197-48b9-40a0-b982-416c981ee265") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "acb3e222-072c-4076-90cd-1fec716e39bc") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "014889ac-634f-4c07-9ca1-844835b51f44") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "43fa2adc-0ca9-4db6-81be-205fc08c4be8") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 10 "/IN") + (pintype "passive") + (uuid "628ea313-b7eb-4dfe-876a-8c6d1c73afc8") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 40 "Net-(R11-Pad2)") + (pintype "passive") + (uuid "847d52a7-bcc2-442c-8065-40527bc0e3bd") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "56f11060-8389-4550-9db3-dca55cc28613") + (at 66.185 64.613 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q1" + (at 2.812 -0.157 90) + (layer "B.SilkS") + (uuid "58b27162-18a0-4247-8fed-94e7870e94b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "060c8b12-b528-439e-9ad3-a8f270b4004d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e27b2e2a-0d09-4f3b-b7cc-598d08b5aca4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5d11aed-a43c-447e-a7d5-1f11566cf722") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e934bbe-5b8b-4ff1-a281-a635eeefb986") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/887cc8d9-887c-4bb2-af75-2ed386e3d38b") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "48df5f09-1493-4323-bf53-5be4173e3a34") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0afcdd4a-f376-41b3-971a-1b78670e2cad") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a4f4150-7b55-4724-9b4a-aa58507266c9") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4189d2b-98d7-40ab-a247-7e653842bdfb") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "a7f02741-210b-48b6-9e29-eb11127024d5") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3cc58867-249a-4452-8df5-f414cb5e4ae4") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cd764db6-0ef7-4d6e-a4fb-807a92f129bd") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a5e9f58f-5334-433f-b2b5-32b23f735700") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1ba65e5f-140d-406c-bf2e-7a11ee78d44a") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a6cf1f93-8512-41f2-937e-d1eb29a3f67a") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "adb70e57-ea26-4d46-8a30-3e090c7dc039") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7b727b8f-e2cd-4261-87e9-e1deab9b194a") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "441cd7a8-7ad0-495c-993c-c708546c562d") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "98e848f3-c938-4ec5-b3b3-b282f6bf50f9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "8b2b3ff8-54a5-49fc-a6b6-eabc44167a64") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(D3-K)") + (pinfunction "B") + (pintype "input") + (uuid "920a3ebe-5c82-4ede-8aa1-e84b0322af80") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "Net-(D2-A)") + (pinfunction "E") + (pintype "passive") + (uuid "8fd7281c-838a-43fa-9376-172745c95b3a") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 31 "Net-(Q1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "f82aa9f9-2f3f-42fd-8edf-a18ea2f841c0") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "5d49f3f1-2cc7-47cf-92d1-d6268ca0422e") + (at 89.306 89.368) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J2" + (at 0 2.33 0) + (layer "B.SilkS") + (uuid "b400dc3e-301a-40e2-b74f-fca011aabf35") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "01x02 Male" + (at 0 -4.87 0) + (layer "B.Fab") + (uuid "8cfe87b1-9c70-4ef7-98c7-67d0ab7763b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e11d490b-44de-4b0d-8f4e-da8b0d2d7625") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e7eef85-aa06-484a-bfb3-525c968e8b23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28294e38-07d8-4bca-8f5c-38381a6d6fef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/63353714-81d4-4bf9-89cf-1eae46017799") + (attr through_hole) + (fp_line + (start -1.33 -3.87) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c682a312-2338-4d56-85de-1d4edf3d44bd") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f43fc98-50cf-4337-be12-4c69797554ed") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "38d95ac4-8162-47f9-ad69-80903c9bdfc8") + ) + (fp_line + (start 1.33 -3.87) + (end -1.33 -3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3c1f74a5-cad4-4643-b496-2ea6db8cddc5") + ) + (fp_line + (start 1.33 -3.87) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8616b06b-a4c2-4e9d-8dd0-200d732fdbb6") + ) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6bae2a9f-1b6a-4cac-89b1-577fa218ed35") + ) + (fp_line + (start -1.8 -4.35) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e8c29e07-50a6-4e50-bd1e-b81b7d7b51bd") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f1092ce5-566e-468b-a79d-3712271f8fde") + ) + (fp_line + (start 1.8 -4.35) + (end -1.8 -4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4f7d6585-4f5e-4756-8f65-4eef57232d97") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8b9e4575-f73b-43ec-8791-e350d7d4ff6a") + ) + (fp_line + (start -1.27 -3.81) + (end 1.27 -3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8480caab-06b3-4626-8eeb-6d8102d60cca") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "42483f73-5e66-4cbe-8c65-6e7784dff754") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0e7c8b62-2984-4429-bcab-52c007633f6e") + ) + (fp_line + (start 1.27 -3.81) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9312c424-bc89-47c8-9bb4-6d2933b6aa33") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7bf1d727-15c4-44a0-ae77-ea06fd08f7bc") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.27 90) + (layer "B.Fab") + (uuid "47248305-1631-4704-bcab-c6ce903f245b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "/LED1") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "95c3d561-90bf-4852-8863-bfbace3ea1cc") + ) + (pad "2" thru_hole oval + (at 0 -2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/LED2") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "ae966933-0565-4863-834b-78751c1f24e5") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "647bf566-fbcb-4888-ba62-c35fcd6d5351") + (at 63.946 131.445 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C3" + (at 0.254 -1.778 0) + (layer "B.SilkS") + (uuid "66441735-b1a6-466b-9c5f-3f1b84d1afdd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "25892b39-e512-4ab8-a049-08aa9e0dc5d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f4a6eabe-158e-4ca2-b676-e7bee388c8a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f7011ee-dd2f-481d-a8cb-10992e0ce155") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f88d582-026a-43bc-85c5-3d09c08ec925") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5eebf08c-7174-4960-988f-0501a0acfdd2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f3e26d6f-00a9-48d6-b65a-e21ebf56e1ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8a419e04-a634-45c6-9f9b-2ac1c30be02f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5b37a1ca-21d2-4dfc-b370-b0d8e708a1d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/a7a3eec2-743f-46fd-bf6f-9e2fab723fef") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4260a923-7ac2-4e8c-b728-aac1fca3453d") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb1a0a22-2504-4595-b1bb-7deeed720353") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "265d821d-1e28-41ff-ad9e-a46dc62b556d") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f12db0d3-f0ae-49da-bc22-e70b1d05095c") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "579d0b03-563d-48f1-b0c5-73ebe7aed95f") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "576d0bf5-3000-4c48-b811-a457a308e0b6") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bcd24035-64c5-4b57-b783-d5ee326b3fff") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "181c150e-4087-4d0c-af9c-6971b0d7bfd7") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6dc98187-e77f-490d-bcaa-c17f4815abab") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d9fc871f-eb61-42c9-946c-54a8ccda193d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "2dbb7f67-a0b9-41c9-81af-fb8671920af4") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 16 "+15V") + (pintype "passive") + (uuid "5e3581de-d392-4fed-ad56-a19282171619") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 7 "GND") + (pintype "passive") + (uuid "b5a5539f-18d1-47e4-ac8f-89812c3cf003") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "698171e3-da21-4fdf-bed1-66728c983aad") + (at 80.772 118.364 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C2" + (at 0 -1.651 90) + (layer "B.SilkS") + (uuid "539369df-3abb-4ecc-8d83-2a1ace917436") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "560p (C0G)" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "28a5dcb9-c64a-45c8-9142-46ac5289200f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57d2e2a9-1d85-4116-bcfc-fa425dcdd688") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6aad687f-391e-4928-9e4d-40932c2d10b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e89b44ff-cfbe-4dbc-9606-f606bd6e25fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/438702c3-4b78-482f-8a9f-c2ed443eb796") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d65ea65-9122-44f9-83bf-a4eaf64323ba") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a048ab05-1e47-4716-8b41-08b31e6e69eb") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ddf9d219-dc5d-455a-9ee4-87542634747d") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c416a053-c6d7-40fa-90e2-9aa37773f62e") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f748a06b-ffa0-4c80-ac0c-49dc7e9f0dfd") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "13670cb6-9929-4542-8d27-dde1cb14edb0") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ad3b06b4-d131-47ba-8fb1-a3a1055507da") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d896686-10e9-43d8-85d1-94d2dbf9427a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c7e09f23-2490-4aab-87f2-ed60a23bc22e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c020c39b-4c3d-4884-9bf7-c9ddf67ccdb5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "154e67cb-92d5-41fb-98f2-45c9c1d7f7d3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 13 "Net-(U5A--)") + (pintype "passive") + (uuid "5053ad48-d546-44c4-9479-ce55725c4837") + ) + (pad "2" smd roundrect + (at 1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 19 "Net-(C2-Pad2)") + (pintype "passive") + (uuid "4c808d7d-53e7-4646-8051-cc3f0f9129da") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "69c4ad6a-7e5b-4868-8cac-401f966fb15e") + (at 76.708 140.208 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D5" + (at 0 2 0) + (layer "B.SilkS") + (uuid "f879ae1e-f59d-4485-b36a-6e9dfb49fe34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "ee5e18e1-c3c7-471e-b1bd-11556529060a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8523494e-b101-41ac-853a-febfd3b1b47b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd682fc6-0010-40bf-91e2-7b3a4f45b2cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8eb13422-204d-4ddb-a72b-a3e6479a882d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a58d3fc9-4a13-4af8-b6b5-1e3722e0f171") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a7f87e60-708f-4c8e-9b58-b0fa1d6a6f9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/7329aa49-80bc-4bb3-80ba-2ea6b2842cce") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1383985-e3d6-421d-9a96-0fb2cf119f27") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0145472-99f7-4c29-9a04-06047a191e71") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f40f3b8-234b-4d35-8ad6-866599a15d01") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "09e1f318-d731-4fef-8dc5-186cd13e2d3f") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb056a5c-78a3-4512-8f38-8ed9b1eacd47") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "804de12b-cb24-48db-9a4f-24484e08985f") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a1d29624-d3aa-40f4-8590-1334163195be") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48ba1ef6-3b75-4b9b-8a77-11d0613f56c4") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d82d28c-36fb-487f-9be8-7239d15b5dc3") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3031683a-4cf8-488d-8151-3b85e3343836") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6a7a3bd1-6de9-4c81-b38b-704b22e7763a") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "63695fb9-5e01-4ffd-8e3a-af310538978f") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "100125a9-5004-4dad-a37f-66eb8e448c82") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "589e53aa-3cf4-4b69-90df-f9e12a324e22") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2c48dc48-f054-4e30-9ed4-83a196610800") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ec68abaf-0136-4b76-a520-3a46b6b4f68d") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6d48cefa-0c64-49b6-893e-23b7a6fa8495") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ecf0a860-aca0-4557-bdff-9c9ef5d59c54") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "52025d53-a845-4d05-9d8a-30768f00fa5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 22 "Net-(D5-K)") + (pinfunction "K") + (pintype "passive") + (uuid "4ca4fcf8-bad2-4adf-899b-10c590928011") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "f992094c-7c7f-48e0-b41f-0533220cde47") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "6bee988a-68a2-416b-8745-7327511739d0") + (at 62.549 127.127) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U5" + (at -1.589 3.873 0) + (layer "B.SilkS") + (uuid "f9531e42-6c68-4074-881f-a31c767015a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 0 -3.4 0) + (layer "B.Fab") + (uuid "da68b869-16b4-4cba-84ab-8b91e4d6ea5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e8bc1dfe-f596-4a6f-ac16-0e8ad797b5aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b9f068ee-8b8d-43e6-85ef-66a8d71ccb02") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e28b2d9-9a8b-4ba1-bc9d-9f8ec4e8879f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "10176c5f-2541-4b0a-8b31-646f1b18af8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "17a117ec-d837-41bd-892d-973eed666d10") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "51338280-5449-4981-8c66-d5bd6ba2842a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/9ebbdb08-8ea3-46ac-a656-182d58aea739") + (attr smd) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "903b709f-5945-459c-ab0f-fd429f3674b3") + ) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "500c719b-770b-49c5-8a9b-7a58aa90c3b3") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d8f16c0-c749-4f05-8abc-6fc023106378") + ) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c12ed25f-a3d6-43ba-8ea8-e091a327284c") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "fbce5e03-77d0-4660-a3ee-fa823a91ea70") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "810fbe3d-4a06-4868-b0a3-b268d899bd39") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fe243cda-89d3-4d5f-b13e-07de1409d7fc") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3fb88330-436f-4ffa-883f-5cdb523c24ab") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a1ec9278-753c-48a4-9b97-2a78aa609300") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9a3d796e-c791-466a-95cd-7cd175fc1428") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b21e05f7-b7b6-49df-99fe-c909f5691012") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ad1d2450-b9a8-41d6-b352-e1f690eec87d") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3c2d18a4-8bc8-4596-a5d5-92351c8ce350") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29748b70-e3cb-45b5-ad85-0a7748b38364") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "627927fa-5baf-4208-86cd-66b02e39c4a3") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 43 "/TONE") + (pintype "output") + (uuid "8955203a-f667-4c5c-baca-9e9c3500f1b3") + ) + (pad "2" smd roundrect + (at -2.475 0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 13 "Net-(U5A--)") + (pinfunction "-") + (pintype "input") + (uuid "c3248232-0256-43f5-b67f-369314c3aaf9") + ) + (pad "3" smd roundrect + (at -2.475 -0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "GND") + (pinfunction "+") + (pintype "input") + (uuid "97852606-5e83-407f-97bf-c1062e039817") + ) + (pad "4" smd roundrect + (at -2.475 -1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 15 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "91333230-3988-4179-8244-fcca91420c00") + ) + (pad "5" smd roundrect + (at 2.475 -1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "GND") + (pinfunction "+") + (pintype "input") + (uuid "ef93995f-4cfc-4e4a-93a1-aaffbf13173e") + ) + (pad "6" smd roundrect + (at 2.475 -0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(U5B--)") + (pinfunction "-") + (pintype "input") + (uuid "9ae2d9b8-c1c0-42fc-974b-125604587818") + ) + (pad "7" smd roundrect + (at 2.475 0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "/OUT") + (pintype "output") + (uuid "4af6c8f3-49fe-4020-884f-b84f9fd32597") + ) + (pad "8" smd roundrect + (at 2.475 1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 16 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "784c13d2-4573-4259-b15e-2f47a55083c1") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "77c06d53-4ef2-4b1c-a517-f3206e4294c6") + (at 67.31 95.25 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q3" + (at 0 2.69 90) + (layer "B.SilkS") + (uuid "892bdf04-6699-4b99-b0cb-1b7484a1db87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 90) + (layer "B.Fab") + (uuid "60a6a94e-0ea7-4260-8b35-d31b53b0cfca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "efa73050-9bbf-4757-a65e-ea18a054ce77") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "701a05aa-7bd2-431a-b392-4620f0aa9f61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d32965a0-2035-4cfe-b923-4bb7d7d98e58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/62026975-5550-422a-84b8-34896e3cf82b") + (attr smd) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e3e71267-1f0a-45d2-ab14-620adc7d1239") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6d92fa16-5e71-44e2-a7f8-78767d0120d3") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1c76c246-f33a-4e21-86dd-ae2bb30d1b87") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9f6a69f-e87f-4228-a9a9-f0d8b219ca14") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "97f650b3-408d-4973-b638-41b8431483ea") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "163cc8a7-297e-40a0-8882-f8dd58b05977") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "77ceb582-7289-4fa9-844b-eb6ce1b45131") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "46a6555d-8fff-45ce-82e2-caa756745c81") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2b37b5e8-40f5-4742-9999-d8013bb33ac1") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "257a597d-4820-422d-b100-007ffe3b6c9c") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f105db60-6b6d-4e49-8f05-c76f8b6ac66c") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "19b4bf9f-d455-405f-8376-fed6d040befa") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fe583a9d-91bc-4d7b-a585-7ba44e043148") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fc108324-d804-43cb-aced-c7806f466ade") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "4a902798-4780-44b8-8dfe-ef8c29c8d0ed") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 24 "Net-(D7-K)") + (pinfunction "B") + (pintype "input") + (uuid "2c606382-4b7a-40fa-8e6d-c653c888884c") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 23 "Net-(D6-A)") + (pinfunction "E") + (pintype "passive") + (uuid "4064ee18-b739-416a-a2d7-bcbe678d3914") + ) + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(Q3-C)") + (pinfunction "C") + (pintype "passive") + (uuid "d75535a9-8a65-41e8-8f15-03b8c22d72cc") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "7bffd1c2-0f40-4a00-9e82-8f77d52d4dcf") + (at 75.438 148.32 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R18" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "c67ebb0e-177b-4204-ae5b-2d671114c43c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "d1a27c35-9547-4d8e-a3e7-d7591e5927f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82c9351b-97f2-420b-a552-f407ebd6d53d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29c06d4b-a49f-4ee4-a7bc-e381ca4452f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39ddf54f-4f7f-4a6c-a6bf-71f2b06e1b52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e4037ca6-5c0b-45e8-b35e-e56fee4d204b") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9bc916dd-45c4-4f91-bded-774d1e0ee5c0") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8e9c568-0f83-46eb-88db-8108b53a5f9b") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "92a9c42a-bd14-474f-9861-c50ece27a42b") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "db5259ae-63b9-415c-9d00-4623a2cfac7a") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2189aac4-ac4e-443a-83b6-544fae21d0da") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb7ae5bd-2977-4f7b-a9b5-472175b97cbc") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5208efba-b217-4bbd-8ca2-da30954ec77d") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "07171b53-f205-4f41-9690-ce38df850758") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "675b4abe-00e2-4eae-9362-7b5c23b7ef45") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ddcf3a42-9f5a-4803-a711-1a4988c105ac") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "c849cbae-8c98-4a67-b6b0-a49047cd1c51") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 32 "Net-(Q2-C)") + (pintype "passive") + (uuid "7b69ed1f-c6a7-48cc-b8f4-773521f0dfe8") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "6450ed09-12ca-4361-875b-4e9faaf90006") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "7cb4f015-952f-48cc-9a95-f5b2a7b55ed7") + (at 81.534 79.121 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C5" + (at 0 -1.778 0) + (layer "B.SilkS") + (uuid "036ac913-05a5-42b9-aa3a-7b2df90954c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "1cdb3908-dd3a-426f-9d7e-78253cc2d013") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9dca2cea-fb51-48f5-8e1f-be3bc7ee4b7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cbf7040-55ad-4cf5-936b-d53e884b8f58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad49f09d-3401-4c77-bda9-a6b5d843a1ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8ffad65b-c370-4cea-adb2-23e8002695ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "61ee0d08-3497-499c-b077-93d387cb70e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5a3e2f7e-ae6e-4170-8f96-e78acb6b6d4f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "70f3c736-2617-46c4-a388-bd0a3ae30197") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/854390b9-3099-422e-909f-2330e2b3e709") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4b51dac-a629-456b-8ffe-8640353a636a") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6f7fae03-9a29-4277-a1ca-c19237954401") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0ecb7f5c-0835-40a1-a72f-65340ae9609d") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cdfa5cc9-9ab0-4866-ad9f-392fb7b965c7") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3a1bbd93-6003-41e1-bd00-ee98b95d06ec") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5699c7e2-e01c-424a-b54c-aa2df7a33266") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48323dc0-d11d-4b7f-9165-776f5f4b1d05") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65c185b1-5fbc-4f1b-8827-65a5ce1262f1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dca892be-325a-4194-bba8-1823b1d4fdfc") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "19fdd670-60c0-4100-9754-cbcc0eb7298a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "534bc09f-3d2d-414b-a7d6-a00ccf109ea5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 16 "+15V") + (pintype "passive") + (uuid "5fb32203-d10c-4280-8014-137fabfd7064") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 7 "GND") + (pintype "passive") + (uuid "ceeadbdc-c6ad-4391-a31a-7dcdcdd79e6e") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "812e2e6f-0cc2-430c-961b-bacf576a4b4c") + (at 73.66 118.348 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R4" + (at 0 -1.651 90) + (layer "B.SilkS") + (uuid "4914db41-a194-445c-86d6-b4d0b6c47fbd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "521092e6-8c6b-4a48-bedc-4b3002970d2e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba4c670e-6517-4f12-a5ef-53de98c27342") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21a9c38e-c853-4416-8d0d-85a5d51409f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5138a20d-9a38-4add-b76e-e25abf09f4e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e166e0fe-e696-4b9d-aef1-e389f2cc1edf") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "52fedec5-c50a-40ed-9ec0-9ceb572f982c") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b93937e-b171-4f0b-854e-fcba78f2a913") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5fa0e0cb-4f7c-4853-b32e-4050757d41d7") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "364469bc-722f-4ec1-93f5-7da9c028632e") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "017b228e-2574-4523-bdb1-632710e99d0e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8f707b37-b147-4081-9d4d-2c55bf779c41") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "33066345-e2de-4930-997e-52305a9226f1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f139d8ac-6ae6-44e1-81d3-cd4b8a51a1f1") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "49859075-1939-4de3-812a-1070e9cccc44") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3b05fc85-e814-4048-b5d6-9ee90f06b114") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "0a83b6bc-ddd3-4cad-9e73-d9cd801fafb8") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 2 "/REVERB") + (pintype "passive") + (uuid "b36673d2-98cb-4773-a028-b740856cd218") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 12 "Net-(C1-Pad2)") + (pintype "passive") + (uuid "a8df4df8-f96f-44af-9bce-2717b6e161d6") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "826ff5b2-fdde-4668-9c11-a6d3a898c737") + (at 56.388 140.208 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D9" + (at 0 2 0) + (layer "B.SilkS") + (uuid "0c280fd1-ad7c-4c5e-9efa-98a200c66f4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "42dca6f1-dd32-40ea-a433-01da87a8cad6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0040930-3d9a-41f0-b663-dc982e25bf86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "707072c7-daa0-472b-9172-2fa1ee46f3e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fef2b8bb-98cd-42ae-bfe9-0114e7f723b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "60c41aae-f901-492c-b1b6-6d1bda4f8f9a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "e7f3cfde-f3e4-4c3c-ad8f-3e113a9fcc90") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/3c8ab6b1-8070-4fed-9e57-62811fad6999") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "97c5cfe2-95cb-4ee8-becd-7c124392731f") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "424280c6-7973-4cf0-8aec-5d17d2af3bcf") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e2f5f694-2c9a-4754-8113-d28a71719b29") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cf7db2f9-4b85-4fb4-85e0-98e3b6e6c147") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a97d732e-dd36-4f93-9159-d188bb034271") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8ea8d5ca-f9ba-41af-8d64-6685148f9abd") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fdcab64b-d1ee-4c1b-a72d-0507e50259ac") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb143dfe-9030-45a3-86b5-5cc062d3ae8f") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7908956b-d619-41c1-a0fe-aa3e2854f786") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2568cfa5-a560-4eab-a0af-f7e570951737") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "34aec986-1eed-404f-8c7c-49485b036eac") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4d1f7993-d8aa-4e67-b830-79d2bfdebf5a") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b36dc4b5-5feb-4b67-9839-c223bc665154") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b23bf5a3-6fe1-487c-94bb-aaede03f61ae") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a6fef953-5257-4ef0-bdd1-8efa869d66e3") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aa61e7b8-eb8f-44e0-861c-05ba3c09867f") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "28dd14ca-1d51-4df5-bb0f-3629480db49b") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d936a8a2-d4cd-473a-9665-221e8fadba9b") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "2c01a286-93c7-490f-b4d3-d9350ea32b86") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 28 "Net-(D9-K)") + (pinfunction "K") + (pintype "passive") + (uuid "51918a7f-409f-4a83-8584-caef08bcea9d") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "2ef702ce-45f3-4ed7-9622-5edc48d0df1c") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "8ecd7319-ad8a-4dd9-9404-3cd321f02baa") + (at 73.759 74.66 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R9" + (at 0.032751 -1.651 90) + (layer "B.SilkS") + (uuid "2418a409-24d0-4809-a0f3-5a44dcdfb3d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "a390aa69-46e1-44cf-b72b-112d07e27faa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "abd7da2e-529a-449f-8fc9-d0944e71b251") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f9ad4b0-1fc0-4ac4-8bd7-acefda07f567") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6419f2f-97a8-4d7d-b3da-77d469bc1fe9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/189a6fa7-c1a6-47cd-a30b-f6536ff53d5a") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf21e53e-1565-479a-8def-dfb14b9f5832") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c089db3-d51a-4cb6-bf68-0acc75857e2c") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e32cd9cc-fc05-49f2-8823-4991c87ec5ce") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c6875fe9-f5af-44da-98da-1f2b26244173") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c8e3b54a-fbc6-4dbd-a071-4d63f76a5c6e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0e6d51d9-ac25-4f91-a90d-e905414a8131") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2442a2ac-db5f-47bb-bcba-4f20700d3413") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7b8fe839-58e1-4c4c-a49a-192ed235ba2e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "03148718-f222-43c7-a8c2-1e3c6bfc832e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "365228b0-7cbb-41f7-85bf-6752edcb62d6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "934ee4e0-c0bb-4d14-9a19-540f8c5c70b2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "/FB1") + (pintype "passive") + (uuid "9e31de3a-9004-4b59-959c-b11ab67f949b") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 8 "Net-(U6A--)") + (pintype "passive") + (uuid "61228e20-26f8-4253-a825-6362095dd3a5") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "95bd64d8-32f2-44c3-bce8-7f54d9ba0304") + (at 78.232 148.32 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R17" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "1c8f7539-b2bf-4109-bd98-bf179837ba53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "82679918-45ff-46a8-be63-cdbc796c8829") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2008dc7-d3d9-497d-ba06-25a555de5a91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6aa8894-5c17-49c4-8863-84ba84a4a989") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0245d112-7da4-46e6-b473-cec92673088c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9c199517-f8ce-4814-98df-e3050b82f2a4") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "738611dd-ef29-4006-b104-57f2d2a83530") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c3672060-ef94-4f1d-a273-db839965b7af") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "15d6dfe1-8023-4a65-8d35-80eed82544b2") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7153f2fb-3df7-4d2e-a52c-f21a339257ae") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5011335f-bf20-4261-87fd-edd678b9baa8") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bf217efb-9122-4efb-a641-2a71eb55a673") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bc8554c9-859b-46b2-b7f5-02efd6cb6f32") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7fcc79c1-716c-416e-8724-957ccb108b06") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fc31a75e-eb76-4fe3-94a5-fd60c503c047") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "28e3e307-802d-4db8-b52d-8ac8ee5cda38") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "896bb51d-cd6b-4f69-9533-fca0ec24eb8a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 3 "/OUT") + (pintype "passive") + (uuid "a1c87077-94fb-4c0d-b555-f9f8658b3ba2") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 22 "Net-(D5-K)") + (pintype "passive") + (uuid "2acd4760-fad8-41b8-9eb4-8b91359d9637") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "9dd7a0c7-36a3-4b93-a314-3921c4311bb8") + (at 66.04 90.17 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R20" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "2aed47c8-2cd9-421b-a1b8-238f3dba5939") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "61323b5f-a81c-49ef-b986-285221d5d9dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f2bdd30-ebe1-4d3c-b3d6-e7817d1ae654") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1492074-12d1-41b4-b6ba-1f12f33c6d5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0484a5f-3575-43e6-a161-bbe32f78fd6d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e799ac51-8571-43fe-8374-0878ff28a61a") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c7c81ace-5a92-46d2-a786-f67bf7a7d83d") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aaaebdd5-6400-4393-83d5-35e979ae9547") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "75504935-9241-42e1-a7db-6fa92fdad353") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b0f50c26-87b0-465d-bc52-20aa34f7338b") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "94054b50-36c8-495c-9eb9-f58c351cf820") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "76887c3a-a6e9-45b8-9a63-56834cfa4e0d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "713cd5fa-4949-4537-bf2c-0d22c3286f2e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "431af72e-4ade-4c16-a028-f43cdaafff30") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d15ca0e-1c61-48c7-aee8-5d2e904e221a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6ba9a773-05cc-4531-a70a-6d19807712e4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "36590be8-450f-4fef-bf3e-495549e7bbf1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 36 "Net-(Q3-C)") + (pintype "passive") + (uuid "901fbd31-931a-4f0e-a803-21637e493529") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "4565d88d-7dcb-4aea-a612-fdd26ea7f2b5") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "a7a9ca27-468d-47aa-ac2e-018fb4b5cfe4") + (at 66.115 68.743) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R15" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "ac2d9fac-7018-472e-a0de-a2a221314d6f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "70f14115-f9fc-4418-833a-ea8b8b6878f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c972c04-589b-432c-82e7-2d7d72325476") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "930b6b3b-a090-4fe4-8630-07cfca84615b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b16a489-8307-45f0-bb1d-cf68b2771b69") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8d69d12e-12fc-4df1-b221-64e3a92df7ef") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "303b226f-5c4a-4d53-baa7-525e7973d895") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "30b12024-80b2-451a-83f0-8a680c12a094") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "edbd78ee-c0ec-4184-bcdc-b27a198cf1dd") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7bfb4a85-da98-4844-98fe-d4d8843a0769") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "167f92bb-ae24-4869-ac74-e7d4b32e4955") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9ec839af-bff3-412b-8e05-20e22a6bfb99") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "15f60a76-72af-473d-918b-5123e111daba") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5a394390-c8fa-4f80-b3a2-3caa0cf7d82f") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3322517c-3d49-4184-ac47-f79656ae1758") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "80afdbe6-94a1-4a8b-a3ef-d8be5cfe0675") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "052a7015-e15f-459c-ba62-9541a4a5a21f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 10 "/IN") + (pintype "passive") + (uuid "0f348804-627b-4b13-86ad-1c05b908bed9") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 6 "Net-(D3-K)") + (pintype "passive") + (uuid "7c8c33b3-f98c-4d35-a76d-42a0d135de91") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "aeac4314-bccb-46ef-832b-a8647e6251dc") + (at 69.566 125.095 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R13" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "25890d8d-0536-4bb8-a91a-408849f1de1a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "9a5673d8-f25a-4dff-b67d-9f4a2519d366") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "617cfe37-7e23-4e78-9e57-d58639d98ad2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca6a84dc-325c-421b-b059-ea96bb9966ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d125b191-f023-4ba9-a8bc-7e2c8791c040") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f4e9c1a9-1815-4d16-8d58-e910d9fab487") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6db378bd-4279-47c2-98e4-9a1647163ce5") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51a2b492-e2c9-4b6d-bf0c-74ed92a94014") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f475eec5-e106-44cf-a82b-c2b285b1fb82") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b0a2f2c3-7ab5-4955-9479-281fe403bd87") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "be11aa04-f641-47ff-a99d-b38920e9a288") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3a57e17b-ec73-4e49-b045-00a7089f9bf1") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5cc91c88-6223-4ca0-83c2-a053ab1c9a21") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b437fa2-083e-4a67-ac3e-db2387ccb895") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "71cb313f-cae4-4adc-bade-80762b0ee06e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eb57096b-9c5c-41a7-9042-c627e06f26bb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "85d8aaac-d8dc-4178-88d7-7b80d94c3ae5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 27 "Net-(R13-Pad1)") + (pintype "passive") + (uuid "ac5d1d4a-2931-460a-8779-858e6250cfe5") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 30 "Net-(U5B--)") + (pintype "passive") + (uuid "65964005-4e95-45e8-81c1-567e10681695") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "bb3518c4-f2e9-4e6c-b30a-8c9fdbd7acbf") + (at 57.404 118.364 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C1" + (at -0.127 -1.651 90) + (layer "B.SilkS") + (uuid "cb56e898-8c86-40d5-9a34-cf2400746087") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47n (C0G)" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "cd880475-9515-4f7c-a420-9990ac93e9de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8de532f9-6532-46ef-b1a8-39ece0645c68") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31553cb9-a5fe-4285-82e9-49674d07fca4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c7ab4db-2e44-4343-bd66-06190b3fd9f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/328c0d3c-bb12-4e1d-8961-a94e85941003") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "22830e5d-285d-4a18-b64b-433c146ceebf") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "75f1b6c5-df9c-4b6e-98d1-02dd7fd3b767") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0d07ffbc-4b75-483b-9ff8-608a5d8eb037") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "401da267-5da0-433a-b686-433460aefded") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fc6e9b8a-b00a-48d8-b3af-92effab50c2b") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "99784a2f-5839-4abd-830f-444022330b47") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3334d918-5ff5-4c67-9764-1ec21fa05f6d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c355198c-f9bb-4c4c-a3a5-02629bfca2b2") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1ac44f7c-5d11-466a-962f-c4c8141eed37") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b0b7034a-38f5-4174-973f-e36dc92d797f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "c3fdd6e6-a25e-482d-b44d-240c00c7a00b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 11 "Net-(C1-Pad1)") + (pintype "passive") + (uuid "ae92f98b-f330-4c75-8651-5e9a6f17d8d2") + ) + (pad "2" smd roundrect + (at 1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 12 "Net-(C1-Pad2)") + (pintype "passive") + (uuid "fffa57eb-8291-4fd9-9028-0df21e6626cb") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "beee361b-a538-492d-a0d4-194b40c05fc2") + (at 56.7205 143.576 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q4" + (at 2.6185 0.066 90) + (layer "B.SilkS") + (uuid "903cde41-c709-443a-a343-eec7f0e05d3e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "5ea82d3a-37cb-4e3c-b58f-302c01e2fb97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b759a877-4bb7-4d36-b9fa-8d7d61dba11c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7facbb68-ff49-4fca-a34d-823a74c298b4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "503d7b15-5ed3-47cb-90e2-e7e1b621a705") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/868e0c95-5bf6-46df-aa2d-04a92665e88c") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "60326ea4-3373-4f6c-9fe4-e9b91053a6cc") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72999f53-2d6e-46af-b36b-e238b10cb3ba") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "73e6b50f-3f5a-4607-ad84-d1decc7c0f11") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fca76a07-a9d6-423f-b3a4-630a26eaced8") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "e3fc1cb6-1944-47ce-a124-9073b0123ef4") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3341ba77-1061-4c8d-85f4-22a1be0a9d21") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ffbc0b2f-f455-483e-a419-5c093c79cc11") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8dec3193-672f-4d81-83bb-8fe8dfa934d0") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cb7f1485-39b5-4ca7-a42a-5fe831abe1df") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e8984f00-6e67-4f9a-ae4e-e39c92e71f54") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48c9d45c-0819-4e6c-9bf9-739d4067124f") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e03d0453-6c03-4903-8aeb-12eaa87e2f6c") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "04ea253a-6ebb-44fb-af3c-22efa29fb7db") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0534aa3c-141e-4060-8100-1694b49c8f1a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "827f6675-3807-4281-8f32-6b70b004c64f") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 28 "Net-(D9-K)") + (pinfunction "B") + (pintype "input") + (uuid "1bfc02a9-1e09-4e91-92d9-d71bb5481bd2") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 26 "Net-(D8-A)") + (pinfunction "E") + (pintype "passive") + (uuid "083bba19-55d0-46ea-b798-cb1a593b44f0") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 37 "Net-(Q4-C)") + (pinfunction "C") + (pintype "passive") + (uuid "b0f63539-b52c-4f5a-8e94-01b4f7ab5de5") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "c400456a-3ae3-4052-aa94-9a5e627039ad") + (at 56.642 152.654 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R2" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "f4c01ebe-91a6-4fb2-9715-ee84807bd397") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "3bedfcc0-f4e2-40a2-afa3-6606b403cee3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a025a68d-4b41-4dc7-9f55-8f49eda893e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27162fe1-c103-4e23-ae34-efd58b0b597c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a2d59834-d87d-4650-b284-de0abd24ccef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7199d824-07b5-4b49-97ed-d05b9bdc82ac") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "70e80f57-f980-4e84-9cfb-74b8616ae38d") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ee0f349-4079-4a5d-bca2-4400fe6b7859") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "206606e5-f252-4c33-baf4-f5c4f775fae2") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "016ffd83-e10c-4e4a-9e98-4118b76cf4e4") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "001d2ff1-301d-4b17-84da-c517a8b36cc0") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "03893f09-4b3a-4596-ae20-c719cb6fabdd") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f527dfe4-af68-444d-bcc6-b39b68e83add") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "424feaed-ceeb-4743-949d-cbd887536511") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "861d7a95-5efb-4133-909c-bee198f27a1b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f5d602a1-16b3-4b45-ae87-7bc2b54294f3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "33366a9d-28ee-4d49-8fdc-c9afd9956538") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 34 "Net-(J6-PadT)") + (pintype "passive") + (uuid "ccd8c827-900b-4577-aa03-c03740ba20b3") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 43 "/TONE") + (pintype "passive") + (uuid "c77ad43b-8e73-460e-9ebe-ad27bb139279") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "cc3739ed-c3be-4976-a8d4-125fd9971240") + (at 58.42 148.32 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R21" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "91bd138f-ae7f-4211-847a-7f4f029d85ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "0c638a3d-07c1-43ed-8757-43e357e7b458") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52a47f79-3cdb-4213-b0a6-ffc5dc640f43") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe1a537e-bb41-4806-a075-bde1c1eb9598") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c734d97-6a20-43fa-bb8a-150acb787d95") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/116540b7-b490-4aa6-8cef-0006127c5b4b") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "32d5a26a-16d9-4abc-ac03-8fe7463e9f49") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8f197cf-693e-48f3-9974-ab402e14f35a") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6f1f08bd-e7b8-441a-8f5e-cdc0f0353a59") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "821bd06c-f353-4b32-95df-3d72dfec1545") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0802893d-9a27-4145-8d7c-bad99fc8d75b") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c749ddef-66f7-48e0-b204-2b5ae63f3047") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "15c78064-2c10-404d-acf6-8c6c5b210294") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "346ca44d-54f7-4b61-a324-84d9d0867333") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "07014284-382e-4834-a3b1-b72b161e99b8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0e28c88b-0243-4e76-986a-80301a110a95") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "eb96007d-322d-41c6-bc48-17b1f01dc294") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 43 "/TONE") + (pintype "passive") + (uuid "f36f0d4d-8a82-4b62-b4e2-3084ab9acf93") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 28 "Net-(D9-K)") + (pintype "passive") + (uuid "cee202f8-ed84-4294-9a46-a3dfbe8ce05c") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "cca66217-c38c-41a4-a0fc-5113f5562e6d") + (at 76.54 143.576 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q2" + (at -2.708 0.066 90) + (layer "B.SilkS") + (uuid "c7f3d731-f1a6-4d78-be2e-170abfad7bff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "595e7bde-1087-471a-8f11-d7ccc9b36c8e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b53ed03-e9c7-417b-ad4d-c55e56a21312") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97a40151-6395-48f1-9557-ff2f95441be8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b2bc919-20d6-48cc-b38e-ac6c5b4bce6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9c442f64-182d-4f9d-90f9-1f10a35e7b7b") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "111de092-cbbe-4a8a-9ee1-d40a47a2514b") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "60f3f8ef-64e1-49dc-baf5-c0e35e8dea9b") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e2d2b8a2-b406-483d-9eca-2e26c59fce2f") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9058d60-d2df-4f6f-91f4-301b582cb6b1") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "ba718b6b-2c1f-455d-a23d-97fb29c05266") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e968997d-f713-4672-be18-6d12384677ad") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3432f598-5c8a-4916-b14b-3e724d0f45ae") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "40e22b30-43b4-4b3d-aee8-334f820742a8") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b3ad8986-e6dc-4510-8f11-14b08b93e2e1") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "695dfe8f-a46b-4ccd-b6b4-6e01d76117d2") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3196e048-ef9d-425d-abfd-803011268628") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d1fa5fc-5291-457e-ada6-2f94237f2cf8") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "94ace73f-25aa-44ef-b62b-fb0aec54e36c") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "74c9db64-d12a-4595-9265-beb14f661636") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "18789395-1831-456f-b8f5-a9e0f008e784") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 22 "Net-(D5-K)") + (pinfunction "B") + (pintype "input") + (uuid "e1325fab-ed70-4f47-ae2b-c807d9d55e01") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 14 "Net-(D4-A)") + (pinfunction "E") + (pintype "passive") + (uuid "b9301d1e-f21b-477a-85db-3901ba26d6be") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 32 "Net-(Q2-C)") + (pinfunction "C") + (pintype "passive") + (uuid "db86ef4c-887a-4f9e-b2df-2a9b849044f5") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "d10f44b6-3b71-478d-afc4-519dc85fc9c8") + (at 69.342 90.154 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R19" + (at -0.143 -1.762 90) + (layer "B.SilkS") + (uuid "96643cf6-5b4d-4e85-9acb-3ec34e419db0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "ec22d5df-447d-4086-bef4-ef0f58330917") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7c45e77-01a8-4d90-9191-069f8fb8f7c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac79aa12-8c48-4d84-bb94-2ea99bf72df2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c0807ac-c22a-4eef-a168-1a66a8c1d88d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/2f7d8d35-2cb5-4049-85b8-28881d9b0986") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72b6770a-a55c-449c-bf69-9384c40f72c5") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ccdda70-c5d1-4516-be58-2e1664af300d") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fa1d9ff7-715d-4d7a-9a67-3182c8fc5a99") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dc302ba2-67c8-4f70-9469-44414176a87d") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7e6139f5-0bc6-40ef-b533-d295f21a8366") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "78cf929f-208d-4163-8e46-d4c424d3cf67") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "259d4d09-e28a-43b2-a7e0-dfd250003fd0") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0304e2d9-5a0b-409b-9120-243ad1fdba2c") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4f1f07ec-e970-4d87-bf97-ee0db3db283a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ab92882a-3d94-42ae-9a3f-1321005839d0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "26992e0c-6a97-4107-b148-1db5523ff9a8") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 9 "/FB2") + (pintype "passive") + (uuid "e3b7578a-6bd5-4d2c-8711-aa6dc9264051") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 24 "Net-(D7-K)") + (pintype "passive") + (uuid "6e591348-5b5a-46a1-8d87-85e67ed420cc") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "d3f6213d-3039-4a35-b948-d0f380b6c412") + (at 58.42 86.36 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R1" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "353ac6a9-d8cd-4d3f-b86c-c8684b7df339") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "c6174454-ecd9-4446-b013-2efe06692f60") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bdb19655-aa7d-4af3-985c-c9c583121b7c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb823d69-0800-46f1-beb4-42a25051e455") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da3b5c14-13b5-451f-963d-15fe057836f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c3caa9db-09ed-4cf5-8799-f40515df3994") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "03925d8e-e7ba-4378-8456-a7b8d4f2162a") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb93d22b-d4df-4cfb-8053-13c060fd4952") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5f3431b6-6c1b-44b2-a1c1-8f6fd8fa0efb") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3a339661-14f3-4910-8c99-dd86c94e34e8") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0e3bdfca-267c-408a-9e01-c39c02fccf76") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0aa67e1d-5d70-4bd1-a91b-52368bccce95") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e835620b-5c62-4cfd-b350-ce65f8e174d1") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "add09718-d5dd-449b-a162-f8d94a3e44f5") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4b31347b-08d0-4fc0-8ed4-abb3dfb417a0") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62235a13-db34-47f0-8595-12aea61383f7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "e9f883dc-73ef-4049-89ad-f9287b5051d9") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "Net-(J5-PadTN)") + (pintype "passive") + (uuid "6b1278bb-b259-414c-a25b-b193effbc9e6") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 43 "/TONE") + (pintype "passive") + (uuid "38aaf371-05e5-4649-a134-75c0a279e0ef") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "e1b37e97-0563-4a79-984b-de9987de384b") + (at 52.705 58.42 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (property "Reference" "J1" + (at 0 2.33 0) + (layer "B.SilkS") + (hide yes) + (uuid "a0606f64-e814-4941-a82e-ff0ea93f007d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "01x04 Male" + (at 0 -9.95 0) + (layer "B.Fab") + (uuid "fe2f6d3c-586c-49fa-b0f4-414006bc2d05") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "224c96fc-ae41-40ab-a11b-9552b9d90586") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3725b9e-e270-4ce5-b7ba-c119ca304bf0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27a922ef-5fb2-4e17-a187-a39fe568bfe2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1b6f1fb0-0855-4926-a701-e0867035e19c") + (attr through_hole) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "29ef9a78-02d1-49fc-811b-b22f97fb86b1") + ) + (fp_line + (start 1.33 -8.95) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9f3f15aa-5664-426f-b2b4-2085ff2c7c71") + ) + (fp_line + (start 1.33 -8.95) + (end -1.33 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4652a2fc-ddf3-481b-a393-220c25e48017") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e231481-45d9-4db7-893d-9acb21e59444") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "43feab7f-786d-4b31-a9a3-4eea078bd274") + ) + (fp_line + (start -1.33 -8.95) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "56e1d401-4fea-43d4-9f7f-a92734dd7971") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "964ca197-7678-4419-9984-9abcc6f58306") + ) + (fp_line + (start 1.8 -9.4) + (end -1.8 -9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8d70521e-58cc-4a54-8ff3-326493f22f7a") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c2973555-c6d6-4f82-a6f5-8396a270704b") + ) + (fp_line + (start -1.8 -9.4) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "56f1c001-9252-4970-bcd8-f13293306e54") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d68a8417-43ad-4a4b-a86d-75bab9db8ebb") + ) + (fp_line + (start 1.27 -8.89) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9c8d01b2-3926-4eb5-8df1-ccd99529296a") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b9e0177-e310-4620-ad2c-1405592a030c") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cff23612-d21b-4f64-b4d2-7f11a62f8678") + ) + (fp_line + (start -1.27 -8.89) + (end 1.27 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6dc6c581-1ef0-4871-a3f1-f968e1a214ac") + ) + (fp_text user "${REFERENCE}" + (at 0 -3.81 90) + (layer "B.Fab") + (uuid "4e7ee732-00f8-4791-9520-b92e15add11a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "GND") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "d12c11b3-5069-4c94-aae1-10ae0866b23a") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "+15V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "fe399d16-2183-40a3-81e9-2c67382a8295") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "-15V") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "f5d21a88-c202-42dc-853d-d144603b267c") + ) + (pad "4" thru_hole oval + (at 0 -7.62 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "+5V") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "a72db5c4-3f0d-4021-8420-9a695905d99f") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "f0a663c9-1d06-4816-80ed-c92e94970069") + (at 82.55 129.54 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R12" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "ae9b58b0-5316-4d81-86aa-6545ebd4354c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "21102071-ef5a-4da4-8d25-6e14ebb47a53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5a0ba0e-3978-4336-af19-6600eeb38a9b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5def88db-eb9b-4c97-a1ce-21dd50f349a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6c4b350-c671-4994-8176-d158a983269d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1efdb81a-093a-4ddc-b786-2b66d6882c67") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5eeb6b1c-1b10-4b08-8bca-b16b4be70e1d") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd8b527f-079d-4feb-bb40-bb7fae953bde") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4facf04e-560e-43e2-92cb-e9f3c95ce48d") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cdfa0d99-41c9-42dd-a1e0-160466336d8d") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58a5e842-91ed-480c-b1c4-cac5bb528fce") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7bda192e-71e5-44d6-8b00-b14d43fdc4a9") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ea44daf2-b0e2-43ce-ba71-fc14ae3780e2") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3b7a506f-9247-47e9-8dd1-6197eaab4bff") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5a8a6301-1deb-46f5-9b08-0d754ee91d39") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ea136ec1-af47-49bf-a26e-18e051c27eb7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "d35184a2-2b5d-48d0-a0f1-a022b614e86c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 41 "Net-(R12-Pad1)") + (pintype "passive") + (uuid "21035208-d5f9-4d78-9159-79169f09da7e") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 43 "/TONE") + (pintype "passive") + (uuid "9ff1a0d0-25c7-43a8-afa4-bb7739bda3d2") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "f4bd214e-e0da-4af1-986f-cf0daa29facb") + (at 60.96 118.348 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R6" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "6cf90dd5-04b7-4015-8d4e-a758b4c96c9b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "5ccfcf09-977d-405b-9302-54461f2f1522") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a719bd43-b220-412c-919d-abd8d3871e59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eaa4cc12-41a4-4cc3-9ee7-db229f61b3d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48581f27-b1db-413c-8452-747f8ca25c40") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/cf346b40-85de-4ab2-9d84-a41342fd6562") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bc68a9f-e235-4ba1-bae2-bbfc3982ba74") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3586adde-0249-4865-b893-f17b2ecfea1a") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6fb39d74-6930-40a6-8c8a-a0b1d990e0cf") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7a43445e-e26f-46bd-ba4d-67a468eb04e4") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aff984a4-96e3-4339-936e-22d107de41d9") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "53ad4abb-6058-4d13-9325-e45b43ed528a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d7e7ef9a-0220-4c16-8d1e-4fea4cc3f0ff") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3591c329-022e-452f-9438-e9e79347909f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fb64e40f-8520-424d-9395-a495efd324d7") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ed764ba3-8899-4ff9-b434-5f7c39484a20") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "a1da43b2-82bc-4bf6-a8e2-95dddd3be61e") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 25 "Net-(R6-Pad1)") + (pintype "passive") + (uuid "632d4c47-a758-4a44-a8dc-2f5b546e8070") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 13 "Net-(U5A--)") + (pintype "passive") + (uuid "e5744174-f0c4-4673-9274-2168f495ad2e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "f6c90e10-6994-41f2-8ba3-68d3aa0d5ce5") + (at 84.328 118.348 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R8" + (at 0 1.65 90) + (layer "B.SilkS") + (uuid "1c0f0e8d-70ce-4c6a-8389-30a4f96a8dc7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "3cd4a556-0b55-4e99-9a6a-140805f44415") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c7f3b61-2e0e-48b8-9b1a-a9cda6b2821e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4ed6283-4440-4b0b-89d4-214975566eac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc3b21fd-c0b7-43ef-bdec-daa9705b46d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/aaafb0c6-117d-4715-a76f-ef0443bdc3c9") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d5dfe5e-e9d2-41a2-a22d-c747a3965dff") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7a550011-baf6-4327-a040-8e85f91022e9") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3a2730f2-2c15-4664-9a14-3d0b308bb6b8") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6c175db0-2c6b-4732-addd-3710a3bb8fab") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d2bafdcc-fb67-43c1-8b60-dc35c28fd59a") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb29d697-c8fb-4f9c-8faa-d13805c9fb1e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ab1b5c74-d745-4bce-b08a-06d952807e00") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f1ade1a4-742f-4e99-b41f-dc744a669a03") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65f448f3-5d95-42bc-9ab5-6ec1a26422bc") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8982a1ac-162e-4b43-93db-1007b672e301") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "54d6877b-6f2c-43df-9577-2fe4187f459a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 39 "Net-(R8-Pad1)") + (pintype "passive") + (uuid "53344779-f22f-4082-884c-922aa00a0240") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 43 "/TONE") + (pintype "passive") + (uuid "678ab331-0a90-437f-8794-4e49d38dc21b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "feac2e9e-3572-4942-a524-ee465a368565") + (at 66.115 72.045) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R16" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "446f8057-1cdf-48d1-9e69-44846427c36d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "4c8787f1-d97c-4eaa-b63f-c2e068e8d301") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98cd903e-e314-4c38-ad15-cd079bedb659") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c448540-2036-4b6b-8886-af546e51a040") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42ebf5b5-7b85-406f-aa6f-ce4a5dd0be96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8c95aafc-c6ca-45b9-8210-0a923cc40740") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2caf4bb-6737-4aa2-928a-85831889e683") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec32b815-1a2e-4bac-88b6-73482eb417ec") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "82f6fd86-81e4-4e8e-ac08-c0cee42fac96") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "578c69e3-b06e-49d8-b313-e3e6044e75b9") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b46ccd07-2dc0-4b0e-996c-20129bb2097b") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d6e2b3b1-8cb8-47be-8fb6-191b7524bab7") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e0cc04db-626d-4808-a9b1-a3d1c95ed2db") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0ce65da3-8bcc-41ed-8b5f-fca41a6c3000") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f3eff137-07f5-43b1-905b-1300be5fe5de") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d34571a4-c496-4bec-a072-e42426c0d3eb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "5925aeeb-06e6-4b82-9ac3-33e34d44fe66") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 31 "Net-(Q1-C)") + (pintype "passive") + (uuid "ac435d31-9803-4b7d-a135-1a4255d1f849") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "+5V") + (pintype "passive") + (uuid "c2b57119-b6c6-43cc-a9d8-75918a998469") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6faf0735-a69e-4574-9b00-ec60db83ad38") + ) + (gr_line + (start 91.1 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "7e8d52e3-b21f-4ad4-b9c8-f9fcca679d1b") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ca0c9295-7fa9-44db-bf69-c9a56bc08580") + ) + (segment + (start 58.42 85.36) + (end 58.58 85.36) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "d95bb8cd-d10a-4253-bcb8-6d4c73b57cc0") + ) + (segment + (start 58.58 85.36) + (end 60.96 82.98) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "e7a24577-34e5-46a3-9cc3-d244be011c9d") + ) + (segment + (start 64.643 121.412) + (end 66.774278 119.280722) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "0879adc8-ff5a-4498-af5d-82203fbbc0fa") + ) + (segment + (start 53.34 121.412) + (end 64.643 121.412) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "3143c0e4-22fa-4201-b6c8-7a86c9cba3e0") + ) + (via + (at 66.774278 119.280722) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "320193fd-38f3-427b-904a-7c76171385d9") + ) + (segment + (start 66.873556 119.38) + (end 66.774278 119.280722) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "29f7130f-e9e3-40e4-a986-06ec88f4129c") + ) + (segment + (start 73.66 119.348) + (end 73.628 119.38) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "4035f8f6-3ac0-48c4-9785-fac700776277") + ) + (segment + (start 77.216 119.348) + (end 73.66 119.348) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "a99a0236-7131-4f94-99f1-73031268aabd") + ) + (segment + (start 73.628 119.38) + (end 66.873556 119.38) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "eaa1ec9a-1b12-4b26-94d6-279034d86ab2") + ) + (segment + (start 65.024 127.762) + (end 67.518 127.762) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "3402d119-e569-4a61-adf3-3be9acf5a30c") + ) + (segment + (start 68.407 143.337) + (end 68.407 128.651) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "34364668-0d53-46c5-b159-740ce837bbc1") + ) + (segment + (start 77.307 148.395) + (end 73.465 148.395) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "5146c1e9-5886-4cc6-b2e0-9c234ef400ee") + ) + (segment + (start 73.465 148.395) + (end 68.407 143.337) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "549c28f2-2df3-42a0-97eb-4ca1e2f05d4c") + ) + (segment + (start 75.47 152.082) + (end 78.232 149.32) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b7b2a9dc-ba7d-456b-8585-624a72eebfbf") + ) + (segment + (start 75.47 152.654) + (end 75.47 152.082) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "d81a444a-21a5-40db-b7ee-cd9b3f5023f1") + ) + (segment + (start 67.518 127.762) + (end 68.407 128.651) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "da0d8767-b79c-43e7-954c-17f4ce5c9afb") + ) + (segment + (start 78.232 149.32) + (end 77.307 148.395) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "e526369e-ecd4-43a2-b5ba-0ba0c890f1b0") + ) + (segment + (start 77.724 152.4) + (end 81.28 152.4) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "4caad86e-7ca8-4480-8e11-1788cc05fe42") + ) + (segment + (start 77.47 152.654) + (end 77.724 152.4) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "cec28e81-8cab-42f8-b9ca-fef0b7986642") + ) + (segment + (start 81.28 83.181) + (end 73.759 75.66) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "bccef3e6-4b21-45a3-8a38-2a31e58858e1") + ) + (segment + (start 81.28 93.98) + (end 81.28 83.181) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "d5d6c760-50b9-4725-8e82-2417e08d9e2a") + ) + (segment + (start 66.031751 67.269855) + (end 66.031751 65.238) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "08e1425d-3fbf-4bb8-ae67-174e323ed82b") + ) + (segment + (start 67.1225 64.147251) + (end 67.1225 63.663) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "2e10ff96-7c59-4e73-adba-44b5dcbd3634") + ) + (segment + (start 67.1225 63.663) + (end 67.1225 62.2295) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "7fae45f2-440f-41c8-ba85-bf122733c840") + ) + (segment + (start 67.115 68.353104) + (end 66.031751 67.269855) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "8c764c63-d7e9-48ef-8d25-514c65680b33") + ) + (segment + (start 67.1225 62.2295) + (end 68.265 61.087) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "9cb01e5c-ddf3-42f5-a83b-f020775486d8") + ) + (segment + (start 66.031751 65.238) + (end 67.1225 64.147251) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "c57d44d5-50ec-460f-a816-82622840de73") + ) + (segment + (start 67.115 68.743) + (end 67.115 68.353104) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "d26e4429-0407-40fe-ad3e-1d1bec84ed30") + ) + (segment + (start 77.017499 74.285499) + (end 74.384499 74.285499) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "43d37b72-c0aa-453f-8ca1-e003ef9418b6") + ) + (segment + (start 73.759 73.66) + (end 70.457 73.66) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "4c14cb86-af79-4a8d-94e7-8e024622f329") + ) + (segment + (start 74.384499 74.285499) + (end 73.759 73.66) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "985cfb90-077d-44fa-8c78-facfe1d125d9") + ) + (segment + (start 77.281 74.549) + (end 77.017499 74.285499) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "a62b68b6-4879-43f2-9ff1-36172e7c250c") + ) + (segment + (start 52.705 116.332) + (end 52.705 97.569242) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "01d026b1-e5c9-464c-9d1c-8b23c98399f4") + ) + (segment + (start 62.427743 87.8465) + (end 68.8715 87.8465) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "369fa0f9-4b0f-4e51-88fe-a84e905a3489") + ) + (segment + (start 68.8715 87.8465) + (end 69.337701 87.380299) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "c99da1a3-6cec-45ea-bec6-07fce3fd3a46") + ) + (segment + (start 52.705 97.569242) + (end 62.427743 87.8465) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "def73d20-1c20-4c40-92f4-2d4a4cdbc6d7") + ) + (via + (at 69.337701 87.380299) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 9) + (uuid "42b7b26a-39cd-470d-8c74-bfbcf037f870") + ) + (segment + (start 76.327 75.819) + (end 77.281 75.819) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "288a0e8f-61d4-4e5e-a478-f32592515a9d") + ) + (segment + (start 70.457 75.66) + (end 70.457 86.261) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "36b885dd-1a5f-4f53-9a0e-e41410e4cbab") + ) + (segment + (start 70.457 86.261) + (end 69.337701 87.380299) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "77e6dddb-3ae4-41fc-be8b-89cd32ddf9d8") + ) + (segment + (start 69.342 87.384598) + (end 69.337701 87.380299) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "9f009c92-3a29-4588-8acb-93b6c639b6f2") + ) + (segment + (start 69.342 89.154) + (end 69.342 87.384598) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "cbe02963-665c-4d50-acfa-0e076fd8a9b4") + ) + (segment + (start 70.457 75.66) + (end 71.382 74.735) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "d156188a-3496-411d-9c8a-1c3d4baf43e9") + ) + (segment + (start 75.243 74.735) + (end 76.327 75.819) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "db71b054-2462-4637-89d2-fed7b037a238") + ) + (segment + (start 71.382 74.735) + (end 75.243 74.735) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "ef8f749c-5538-439f-819b-32ae86dde853") + ) + (segment + (start 51.53 117.348) + (end 51.53 126.079) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "10bbd7cd-e616-414b-b530-b9a601c8700f") + ) + (segment + (start 60.96 70.96) + (end 51.943 79.977) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "3243e130-4aa0-4307-8e4d-64fc04716078") + ) + (segment + (start 51.53 115.189) + (end 51.53 117.348) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "4f329781-a6b8-407c-88f1-319e5bf58bef") + ) + (segment + (start 51.53 117.697) + (end 52.705 118.872) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "58f50841-083c-410f-b3e7-2abb711a120e") + ) + (segment + (start 51.943 79.977) + (end 51.943 114.776) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "5dbd2af8-0085-44d0-9536-9d8469527081") + ) + (segment + (start 51.943 114.776) + (end 51.53 115.189) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "5dec231c-87cc-4373-8ca3-0ee62cdaab32") + ) + (segment + (start 59.436 133.985) + (end 70.866 133.985) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "cc69f79a-9f9b-413e-bd6e-41d59bf24fae") + ) + (segment + (start 51.53 126.079) + (end 59.436 133.985) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "d9968369-9708-45b0-8472-758ef1ee99d9") + ) + (segment + (start 51.53 117.348) + (end 51.53 117.697) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "e9f9eaa6-5b2f-4230-92e0-51d4605f41fd") + ) + (via + (at 70.866 133.985) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 10) + (uuid "a0645ee6-d183-418f-8840-28d32b7edfb4") + ) + (segment + (start 62.898 70.96) + (end 60.96 70.96) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "2eead323-4115-4a06-819d-fd79c3535b24") + ) + (segment + (start 65.115 68.743) + (end 62.898 70.96) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "93e90cfa-1efb-4c60-b2e3-a693dd6c26c1") + ) + (segment + (start 73.025 133.985) + (end 70.866 133.985) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "aa8b9172-03ab-4d4b-ab49-8c7a3cbb9da8") + ) + (segment + (start 73.66 134.62) + (end 73.025 133.985) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "dd757cf9-871d-44c7-9e42-43170a3d5dd9") + ) + (segment + (start 64.516 117.348) + (end 64.516 115.276) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "958e3929-ad8f-46a4-9aa8-a56f7dba1e44") + ) + (segment + (start 57.404 119.4015) + (end 58.5325 118.273) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "9dc8a627-a9f4-4b09-9c27-8a72d12c4c22") + ) + (segment + (start 64.516 115.276) + (end 63.42 114.18) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "a97a2abf-078e-446e-aae9-1d5292929e0a") + ) + (segment + (start 64.267137 117.348) + (end 64.516 117.348) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "d0e08479-7011-4885-bee3-64b7d545bca9") + ) + (segment + (start 63.342137 118.273) + (end 64.267137 117.348) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "f00b4e4a-f210-470d-8f99-c58519ceec7c") + ) + (segment + (start 58.5325 118.273) + (end 63.342137 118.273) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "fd9f76ae-684c-4751-9457-07474a42868f") + ) + (segment + (start 57.404 115.196) + (end 57.404 117.3265) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "08561c30-9841-4cb3-8cd8-81925f17bf84") + ) + (segment + (start 59.645 112.955) + (end 69.267 112.955) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "0db4ba6f-8608-4dad-9d8f-e020f0cfb037") + ) + (segment + (start 58.42 114.18) + (end 59.645 112.955) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "59a35ee4-6908-414b-8078-8fbc66492729") + ) + (segment + (start 58.42 114.18) + (end 57.404 115.196) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "a4a53a70-a251-4373-a7c4-6b3afe394886") + ) + (segment + (start 69.267 112.955) + (end 73.66 117.348) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "ab68bb44-5a76-4d32-9214-3becbb726c23") + ) + (segment + (start 60.96 119.348) + (end 59.994 120.314) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "187292bd-9947-4f46-bb8f-46fef835546b") + ) + (segment + (start 55.499 121.285) + (end 55.499 125.349) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "285f70dc-ae73-4b22-be35-e325c2e9c99e") + ) + (segment + (start 61.885 120.273) + (end 60.96 119.348) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "409882fa-a180-4fb7-b993-35b63e395af2") + ) + (segment + (start 59.994 120.314) + (end 56.47 120.314) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "5c1e7259-7180-4d95-ad68-373aaa364485") + ) + (segment + (start 80.772 119.4015) + (end 79.9005 120.273) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "5d8641d6-1998-45e1-af3e-904a93f5f750") + ) + (segment + (start 56.47 120.314) + (end 55.499 121.285) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "83e7ce45-9697-4fb6-a23c-c7b0835841b8") + ) + (segment + (start 55.499 125.349) + (end 57.912 127.762) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "905e098b-4f68-4bfb-ae78-8f53eaeaa1ad") + ) + (segment + (start 57.912 127.762) + (end 60.074 127.762) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "c833f199-06e0-4c45-98e0-0b1b1f982b5b") + ) + (segment + (start 79.9005 120.273) + (end 61.885 120.273) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "feccfd4d-cdac-48fd-b535-5509bc5f716c") + ) + (segment + (start 83.45 150.4985) + (end 83.45 155.564) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "96e35533-890f-4a1b-a859-03b2c2c5cfb1") + ) + (segment + (start 83.45 155.564) + (end 82.55 156.464) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "d5495d16-b224-4d4c-b63f-79e611b8d04e") + ) + (segment + (start 77.4775 144.526) + (end 83.45 150.4985) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "f129bbbc-b6af-4a00-9aa6-b1d52c4cc6c6") + ) + (segment + (start 56.26169 63.5) + (end 66.992845 74.231155) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "54e5553e-9499-4c4a-9330-6b380ea7b8f4") + ) + (segment + (start 52.705 63.5) + (end 56.26169 63.5) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "5f11f1d2-ae89-4a65-bed2-00d91ab59187") + ) + (segment + (start 69.532845 74.231155) + (end 66.992845 74.231155) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "64b78fb7-f59e-4970-91ed-8efdc686fe3b") + ) + (segment + (start 73.5855 80.82381) + (end 73.5855 113.494098) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "69ccc1df-c7ac-4494-a1ba-c59c85452675") + ) + (segment + (start 64.016598 123.063) + (end 58.104 123.063) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "ac2e7e0d-70af-4124-800b-32690021cc4d") + ) + (segment + (start 75.184 68.58) + (end 69.532845 74.231155) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "e75f4661-c4ef-40f5-bf0d-0cc6e1af80b9") + ) + (segment + (start 73.5855 113.494098) + (end 64.016598 123.063) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "f3a6a307-be7b-41ee-a89f-0bf546fa1d9d") + ) + (segment + (start 66.992845 74.231155) + (end 73.5855 80.82381) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "fb38b728-c179-4cc5-9974-205db18608f4") + ) + (via + (at 75.184 68.58) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "6e0b13d3-52d2-43ea-9bcf-1d72edf3467a") + ) + (via + (at 58.104 123.063) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "8b1225e4-3723-417b-8ed1-c6945b734c34") + ) + (segment + (start 58.104 123.063) + (end 59.6065 123.063) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "1dbc75d3-279e-461c-9907-fad5ce568bf6") + ) + (segment + (start 59.7335 122.936) + (end 59.7335 124.8815) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "49ee3a99-fbc9-4283-bf9f-5fea1820889a") + ) + (segment + (start 59.7335 124.8815) + (end 60.074 125.222) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "55f7af0f-70a0-4b93-8e05-1e3934140843") + ) + (segment + (start 59.6065 123.063) + (end 59.7335 122.936) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "749422c0-5cbe-49e2-ba2f-c9b7183b5bef") + ) + (segment + (start 75.184 68.58) + (end 77.0675 68.58) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "c39ce863-0902-4d4f-bd3b-c4e7a950055f") + ) + (segment + (start 77.1945 68.707) + (end 77.1945 71.9225) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "d46d5e4b-41b3-45c3-a01e-c6d35a1e47a2") + ) + (segment + (start 77.0675 68.58) + (end 77.1945 68.707) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "daf5d5d3-a627-42dc-b206-af6e2172208b") + ) + (segment + (start 77.1945 71.9225) + (end 77.281 72.009) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "fd27ba89-997d-4110-a166-822785c97ad3") + ) + (segment + (start 62.09 60.96) + (end 64.63 63.5) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "0b553250-3929-44b8-b6fc-de79640f48fe") + ) + (segment + (start 87.561499 90.609189) + (end 87.561499 87.951811) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "1f313a64-0ff8-47a8-89c9-83038845d06a") + ) + (segment + (start 87.783 132.562) + (end 87.783 90.83069) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "291aada2-e72e-4513-837f-55dee4364413") + ) + (segment + (start 87.783 70.485) + (end 87.783 75.539) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "3993669d-6122-41e6-b559-34a95cf29f17") + ) + (segment + (start 65.024 134.747) + (end 66.802 136.525) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "45a33dc1-bd28-4143-a1d1-c051ba4eec16") + ) + (segment + (start 87.783 75.539) + (end 84.328 78.994) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "74bac8c3-9795-447a-9043-38c5e197761a") + ) + (segment + (start 82.296 63.5) + (end 87.783 68.987) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "7fc7be66-e04b-4b43-b304-471a1e526504") + ) + (segment + (start 52.705 60.96) + (end 62.09 60.96) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "91e37523-a2db-40d4-8a67-86f75711842b") + ) + (segment + (start 87.783 90.83069) + (end 87.561499 90.609189) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "9294688a-907a-4f6d-b174-cb458bd4e2fb") + ) + (segment + (start 83.82 136.525) + (end 87.783 132.562) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "9447a945-ffa6-470e-8f5b-acdc04c376ec") + ) + (segment + (start 64.63 63.5) + (end 82.296 63.5) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "a355f24d-363b-401f-b1ea-1d794a0afcda") + ) + (segment + (start 87.783 87.73031) + (end 87.783 70.485) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "e7246ca8-ea63-43ae-bb0e-3008fa9b4c38") + ) + (segment + (start 87.783 70.485) + (end 87.783 68.987) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "f047da15-a7af-4fda-afa0-ef604065046f") + ) + (segment + (start 66.802 136.525) + (end 83.82 136.525) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "fbc3b54c-514b-4211-a922-3980f5caf5bc") + ) + (segment + (start 87.561499 87.951811) + (end 87.783 87.73031) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "ffdc3daa-dd63-4e71-b8b7-3e483e386d65") + ) + (via + (at 65.024 134.747) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 16) + (uuid "d12a9eb8-8679-4a19-987f-e60addf30d50") + ) + (via + (at 84.328 78.994) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 16) + (uuid "f186171f-bb65-424c-8320-fd29f453ea00") + ) + (segment + (start 84.328 78.994) + (end 82.6985 78.994) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "127a177f-7e6b-4c5d-a32f-c4b0740b54cd") + ) + (segment + (start 65.024 129.032) + (end 65.024 131.4045) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "496b2af2-d0b9-48f6-9e2f-9a83fcdee82a") + ) + (segment + (start 82.5715 76.1595) + (end 82.231 75.819) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "9beabc82-5da2-4cc9-8101-a13a499945dc") + ) + (segment + (start 64.9835 131.445) + (end 64.9835 134.7065) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "a5253b56-6bdb-4c44-a413-9530f46bbff1") + ) + (segment + (start 65.024 131.4045) + (end 64.9835 131.445) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "b83a22b4-924a-489d-a055-0b6e0ad9a332") + ) + (segment + (start 82.6985 78.994) + (end 82.5715 79.121) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "cc7db44b-7d06-4ea9-9820-da3331b4ee8c") + ) + (segment + (start 82.5715 79.121) + (end 82.5715 76.1595) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "cd94c418-2110-4ce7-9e1e-97dd327fd783") + ) + (segment + (start 64.9835 134.7065) + (end 65.024 134.747) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "e3e269e2-de83-47ce-9923-308e072dbe06") + ) + (segment + (start 80.772 117.3265) + (end 81.24 116.8585) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "60e1de8a-1524-4ee2-b1c5-c1005e0379a9") + ) + (segment + (start 81.24 116.8585) + (end 81.24 114.18) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "d2899c90-071b-4049-8b70-86c2c2af01b4") + ) + (segment + (start 89.306 89.368) + (end 90.481 90.543) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "365aae36-78ed-4bbc-ba08-3a30b888ab64") + ) + (segment + (start 90.481 134.329) + (end 82.57 142.24) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "4e80c735-c945-4b2e-bf33-3b4b3c978226") + ) + (segment + (start 82.57 142.24) + (end 79.99 142.24) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "627f9ab1-efd5-4769-8500-c195bd0ca446") + ) + (segment + (start 71.07 143.465) + (end 69.845 142.24) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "68c14528-f410-4989-ad37-f4ad69348d6e") + ) + (segment + (start 78.765 143.465) + (end 71.07 143.465) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "a31650b6-1ae2-4746-9147-d96b1c37e9d1") + ) + (segment + (start 79.99 142.24) + (end 78.765 143.465) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "bb38dde3-877c-4ee1-b9e0-af09f5e45d54") + ) + (segment + (start 90.481 90.543) + (end 90.481 134.329) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "f3a615de-d990-4320-ab73-f8035e845ef6") + ) + (segment + (start 89.306 91.718) + (end 88.011 90.423) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "300f1b8e-1cfb-4cd8-b3e6-4e5923989031") + ) + (segment + (start 81.221396 139.76) + (end 89.306 131.675396) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "48306855-7b5e-439d-a1f6-99c75ccdadce") + ) + (segment + (start 88.011 88.138) + (end 89.306 86.843) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "7616add3-b300-4ac0-bd8b-7ea03818d8ee") + ) + (segment + (start 88.011 90.423) + (end 88.011 88.138) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "7bd67e2c-a3a1-4024-a87d-2792925c8aac") + ) + (segment + (start 74.865 139.76) + (end 81.221396 139.76) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "8bbd739b-86e2-4231-86ab-5d4e37b5f3d8") + ) + (segment + (start 89.306 131.675396) + (end 89.306 91.718) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "e819acfc-e214-4c24-870c-0ba08bc772b9") + ) + (segment + (start 72.385 142.24) + (end 74.865 139.76) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "ea1d7d50-8313-4702-aa69-99edf36fe0a1") + ) + (segment + (start 89.306 86.843) + (end 89.306 86.828) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "f2552b90-c05b-4b56-a985-d8339964d927") + ) + (segment + (start 77.4775 142.626) + (end 77.4775 143.116749) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "0e68d137-6fed-4346-96b5-8e322e829b3e") + ) + (segment + (start 78.358 140.208) + (end 78.358 141.7455) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "218d69d2-fde1-4b21-9d50-b9590d2a615e") + ) + (segment + (start 77.4775 143.116749) + (end 76.415 144.179249) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "295e834d-4530-4624-96d7-90ff1662478a") + ) + (segment + (start 78.358 141.7455) + (end 77.4775 142.626) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "30cf76d5-6b00-4d10-877b-0fd6d7319cf1") + ) + (segment + (start 76.415 144.179249) + (end 76.415 145.503) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "bb41abe7-de23-4023-bcfd-155ee064182e") + ) + (segment + (start 76.415 145.503) + (end 78.232 147.32) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "bdb41d94-78f2-4522-87a8-edad4ebdea43") + ) + (segment + (start 59.69 97.79) + (end 61.2925 96.1875) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "5950cce9-c6f2-49e5-a2ec-151f6fef9c87") + ) + (segment + (start 61.2925 96.1875) + (end 66.36 96.1875) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "8020f4a2-7dfd-4923-8cc3-5339c37a4e7b") + ) + (segment + (start 69.468 97.3955) + (end 68.26 96.1875) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "0f6d1bb6-e360-4d9d-a9c1-6b38ef28f12e") + ) + (segment + (start 69.468 100.076) + (end 69.468 97.3955) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "7d82b2ca-05db-4ee3-ae83-08458030dfe9") + ) + (segment + (start 68.26 96.1875) + (end 69.342 95.1055) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "8153810b-d021-4c29-b7eb-56ce87e6199d") + ) + (segment + (start 69.342 95.1055) + (end 69.342 91.154) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "c563a152-9d89-455f-a711-019352ba8d6f") + ) + (segment + (start 60.92 114.18) + (end 60.92 117.308) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "42471c27-61b9-49b1-bbe2-f60fe093ced9") + ) + (segment + (start 60.92 117.308) + (end 60.96 117.348) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "fadfd33d-093c-468d-a51a-a9bec69909c8") + ) + (segment + (start 62.484 149.352) + (end 62.484 156.21) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "4f831dfd-2be3-466b-807f-286bda8311ef") + ) + (segment + (start 62.484 156.21) + (end 62.23 156.464) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "82e8f9a5-931f-465a-918d-73f118be2689") + ) + (segment + (start 57.658 144.526) + (end 62.484 149.352) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "fd12095c-064c-4454-9b29-2c1df8e5e768") + ) + (segment + (start 71.875 125.095) + (end 81.28 134.5) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "88ccddfa-869c-4074-b88f-b2f6657f35cf") + ) + (segment + (start 70.566 125.095) + (end 71.875 125.095) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "e6828664-3802-4fe0-b094-3f35b4bd499b") + ) + (segment + (start 57.658 143.116749) + (end 57.658 142.626) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "52265ef6-3dd8-4fac-b20d-812b0ebf0c33") + ) + (segment + (start 56.5955 144.179249) + (end 57.658 143.116749) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "6b3bec32-ef96-4c6f-be98-8ba1fe62e221") + ) + (segment + (start 57.658 142.626) + (end 57.658 140.588) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "7712ad6a-64ed-42ae-880e-b5187fef62ca") + ) + (segment + (start 57.658 140.588) + (end 58.038 140.208) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "7d83ab8d-cd25-441b-974b-4f194639c8f0") + ) + (segment + (start 58.42 147.336) + (end 56.5955 145.5115) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "bc0cb756-5843-4a47-8e13-9ea133218c7b") + ) + (segment + (start 56.5955 145.5115) + (end 56.5955 144.179249) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "ea5c28dd-46f9-45c0-b663-76ed65a651ad") + ) + (segment + (start 68.04 66.4805) + (end 68.04 72.733173) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "2c35ec5b-d9a9-4812-b615-d7d307c4abc2") + ) + (segment + (start 67.1225 65.563) + (end 68.04 66.4805) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "81b9e3b4-aa48-4ebd-8a62-becad975a068") + ) + (segment + (start 65.749173 75.024) + (end 62.225 75.024) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "8b4641e6-8133-438a-9da9-4621c09bd355") + ) + (segment + (start 68.04 72.733173) + (end 65.749173 75.024) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "b9eb8f0c-5eb0-49ca-aa8c-ab5ff23894c0") + ) + (segment + (start 67.169 126.492) + (end 68.566 125.095) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "47095557-b77f-4c84-a5a3-6cc4076903ae") + ) + (segment + (start 68.566 126.81) + (end 70.407 128.651) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "80194dc0-22aa-4dcd-b069-5c3e0135b80b") + ) + (segment + (start 65.024 126.492) + (end 67.169 126.492) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "a3badb86-285f-4187-b649-3f5024fa155d") + ) + (segment + (start 68.566 125.095) + (end 68.566 126.81) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "a443ba32-0147-4211-b592-1ba82ba44b29") + ) + (segment + (start 65.2475 67.122) + (end 66.04 67.9145) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "165b884a-852f-4f61-9f52-d2d4113ab5c3") + ) + (segment + (start 66.04 71.12) + (end 65.115 72.045) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "384cbc66-e8e0-4e17-8392-a885fffc0492") + ) + (segment + (start 66.04 67.9145) + (end 66.04 71.12) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "9aaaf24e-b07d-4e6e-9ff2-80161bb5307d") + ) + (segment + (start 65.2475 64.613) + (end 65.2475 67.122) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "a4495f46-e270-4bc1-94b8-eb8084a20517") + ) + (segment + (start 75.438 143.7405) + (end 75.6025 143.576) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "0a83d1ae-e6bb-4200-aa64-24019e4afdfd") + ) + (segment + (start 75.438 147.32) + (end 75.438 143.7405) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "63cbe4ff-b10f-469b-9390-9d1c839212b8") + ) + (segment + (start 52.705 66.04) + (end 51.080499 67.664501) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "0ee67733-4148-4c1f-bb6e-e054c713c989") + ) + (segment + (start 65.024 86.106) + (end 66.04 87.122) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "439fd3bc-9950-4045-939f-44043505cf58") + ) + (segment + (start 51.080499 147.600499) + (end 52.197 148.717) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "57f85ac6-55af-4be0-8065-8e86623277a1") + ) + (segment + (start 57.404 153.924) + (end 69.85 153.924) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "5e1bc34a-76ad-4872-b0e0-e1247019fc08") + ) + (segment + (start 52.197 148.717) + (end 52.832 149.352) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "63cba92e-054c-45c6-9b20-17b7a4b0d130") + ) + (segment + (start 69.85 153.924) + (end 73.66 150.114) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "6e089676-e4d8-404b-b033-77776a4b14b8") + ) + (segment + (start 51.080499 67.664501) + (end 51.080499 147.600499) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "a19b3d4c-c12b-4478-94fb-aab36dc0cffb") + ) + (segment + (start 62.969878 70.843878) + (end 62.969878 71.859878) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "b11d3d2b-c870-43d7-a478-73e7939ad7bf") + ) + (segment + (start 52.197 148.717) + (end 57.404 153.924) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "bc152551-eb28-4c8e-9017-a69b7cb965e7") + ) + (segment + (start 65.024 73.914) + (end 65.024 86.106) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "bf513e8d-fc68-4324-8ef7-4cd88d01db26") + ) + (segment + (start 52.832 149.352) + (end 54.356 149.352) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "c888b59e-f395-456c-90c9-8f857cf00d4f") + ) + (segment + (start 52.705 66.04) + (end 58.166 66.04) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "d0752187-0f4f-4692-84a3-1ec6d5ec4cad") + ) + (segment + (start 62.969878 71.859878) + (end 65.024 73.914) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "db52742c-580f-40e7-a59c-bd6735cdd28c") + ) + (segment + (start 58.166 66.04) + (end 62.969878 70.843878) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "f485ce6a-3fd4-4846-a56f-eb1dcadc1249") + ) + (via + (at 73.66 150.114) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 33) + (uuid "8dcf8093-b809-49ac-be63-0eb3eab21ecc") + ) + (via + (at 65.024 73.914) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 33) + (uuid "c4a1947f-fb57-458d-9f82-9336296c682c") + ) + (via + (at 66.04 87.122) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 33) + (uuid "e026ceef-f5af-478c-9f23-7fa48be6b3ca") + ) + (via + (at 54.356 149.352) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 33) + (uuid "eb26496b-2000-467f-b0d1-20f4c18e7ff9") + ) + (segment + (start 55.594 149.352) + (end 55.626 149.32) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "1e01415c-7776-48eb-80d7-eef41a6a113f") + ) + (segment + (start 66.893 72.045) + (end 67.115 72.045) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "2b2f23db-d301-4ad7-8a4b-18e05e2f75c7") + ) + (segment + (start 74.644 150.114) + (end 75.438 149.32) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "63f84415-46f0-4b92-8f8a-6e40bfc78ac9") + ) + (segment + (start 54.356 149.352) + (end 55.594 149.352) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "a715b188-2ed0-4a0c-a7c3-2c88dd4e97a6") + ) + (segment + (start 65.024 73.914) + (end 66.893 72.045) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "a8cc48d0-f9fe-44d6-8832-badb86faac8f") + ) + (segment + (start 73.66 150.114) + (end 74.644 150.114) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "b092efe8-87a6-42a2-99bd-ff482640c19d") + ) + (segment + (start 66.04 87.122) + (end 66.04 89.17) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "be7b8532-c51b-4b1a-a5a3-2d63e8931840") + ) + (segment + (start 58.056 152.24) + (end 57.642 152.654) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "1218c052-fd97-489f-9c9a-db2f07f3ba33") + ) + (segment + (start 60.96 152.24) + (end 58.056 152.24) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "4e5490ac-410a-41f3-9b6a-168770820930") + ) + (segment + (start 67.31 92.44) + (end 66.04 91.17) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "3d7882bb-8c37-4a52-b8c5-ff4c55d8120d") + ) + (segment + (start 67.31 94.3125) + (end 67.31 92.44) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "400d090a-e3ba-4aaf-b1b1-37184d1ff2e6") + ) + (segment + (start 55.783 143.576) + (end 55.845 143.638) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "6d9cec87-f7d5-46db-8f95-da3b37220f44") + ) + (segment + (start 55.845 143.638) + (end 55.845 147.101) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "bb65a51e-8cec-449a-b7ef-3f5f60da349d") + ) + (segment + (start 55.845 147.101) + (end 55.626 147.32) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "db626789-2905-4143-90f1-231880de2f3c") + ) + (segment + (start 78.74 115.824) + (end 78.74 114.18) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "15fbf652-0b29-482b-b6fe-01502658d2e6") + ) + (segment + (start 77.216 117.348) + (end 78.74 115.824) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "a11771c7-ffc8-451c-a74f-1f32c41bb3a4") + ) + (segment + (start 84.328 117.348) + (end 83.74 116.76) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "7b321a32-7876-4972-8b45-3d5070baa917") + ) + (segment + (start 83.74 116.76) + (end 83.74 114.18) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "930ea6ea-da36-4921-87c3-a64b68891ceb") + ) + (segment + (start 75.78 134.5) + (end 75.66 134.62) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "2414d1bb-9917-4762-ae4d-3a3f04095dbd") + ) + (segment + (start 78.78 134.5) + (end 75.78 134.5) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "3958461a-2f1f-47a1-82aa-0cb24e53f339") + ) + (segment + (start 82.55 133.27) + (end 83.78 134.5) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "31eb9492-4ab4-4649-ba7e-5d23bc59ad66") + ) + (segment + (start 82.55 130.54) + (end 82.55 133.27) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "a9deb348-1ac0-445f-a404-c7c8369bacf9") + ) + (segment + (start 82.231 73.279) + (end 82.231 74.549) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "a15a65d0-ad9d-4a09-9a61-149afaa34238") + ) + (segment + (start 82.804 120.65) + (end 80.772 122.682) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "55260feb-686a-4bd0-a86c-b01f5ddfa73d") + ) + (segment + (start 80.772 122.682) + (end 80.772 128.524) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "d8173d9c-4129-40bc-990c-fc521b2c06b7") + ) + (via + (at 80.772 128.524) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 43) + (uuid "3dc0b067-6df0-46f9-9081-f21c9110afcc") + ) + (via + (at 82.804 120.65) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 43) + (uuid "863e6a42-e63a-4867-a029-f7255d9fc787") + ) + (segment + (start 83.560412 112.268) + (end 56.134 112.268) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "0410e4a9-010c-4470-899a-72596b29b36a") + ) + (segment + (start 84.328 119.348) + (end 85.353 118.323) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "1d62da31-9b19-4696-8481-28c8f67635a0") + ) + (segment + (start 54.435 107.63795) + (end 54.61 107.81295) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "1eec9dea-d4bd-4c32-8ffb-ef968ebbceb5") + ) + (segment + (start 64.516 119.348) + (end 65.457827 118.406173) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "271644b0-934d-41cf-8b5d-dd9de64d605f") + ) + (segment + (start 54.61 125.477396) + (end 58.164604 129.032) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "2f4bb1e9-18e3-46e5-830e-77d39155167f") + ) + (segment + (start 56.134 112.268) + (end 54.435 110.569) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "412b58b3-721e-4898-b74c-8e9d7a4483fb") + ) + (segment + (start 52.07 149.082) + (end 52.07 136.525) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "55fcac39-c6a2-411e-8cfd-a30c9893cc5c") + ) + (segment + (start 54.61 124.968) + (end 54.61 125.477396) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "5753f119-73d0-46d7-9630-73041f23fd6a") + ) + (segment + (start 80.772 128.524) + (end 82.534 128.524) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "63aeeb79-0700-4ec1-80bb-37ae4be60efa") + ) + (segment + (start 54.435 91.345) + (end 58.42 87.36) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "6932c9f4-2135-48d5-96e5-3afe66c88d8e") + ) + (segment + (start 85.353 118.323) + (end 85.353 114.060588) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "72fb8448-0732-4fc4-b4c2-8c5e73a9123d") + ) + (segment + (start 54.435 107.63795) + (end 54.435 91.345) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "7f766d02-5c94-4e64-b76b-776532ca2464") + ) + (segment + (start 58.42 149.876) + (end 58.42 149.336) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "7fc6d358-6f73-4a5d-8abd-0af2a5811a88") + ) + (segment + (start 83.386173 118.406173) + (end 84.328 119.348) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "8304fe8e-7a9f-4cb0-bd22-7ddccee793ae") + ) + (segment + (start 82.534 128.524) + (end 82.55 128.54) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "8e872e57-010e-4263-88e2-1fb406586ed8") + ) + (segment + (start 54.61 124.968) + (end 54.61 133.985) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "90a63a7d-c086-4b8e-a083-0aa775ab2e19") + ) + (segment + (start 55.642 152.654) + (end 52.07 149.082) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "9e1e5508-d76d-4341-a16b-613ba9ab5fbb") + ) + (segment + (start 55.642 152.654) + (end 58.42 149.876) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "a05640ab-7dda-48d1-a1d1-bcefb5a62e3c") + ) + (segment + (start 85.353 114.060588) + (end 83.560412 112.268) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "b61e6658-eefe-407b-9161-ed97282c9fd7") + ) + (segment + (start 54.435 110.569) + (end 54.435 107.63795) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "c29d20be-ca2a-40d0-8c51-d5699e022de2") + ) + (segment + (start 84.106 119.348) + (end 82.804 120.65) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "c3824595-2d11-4022-9d87-663a436473bb") + ) + (segment + (start 65.457827 118.406173) + (end 83.386173 118.406173) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "c46de6d3-c477-4882-8884-f2fc5901a42b") + ) + (segment + (start 58.164604 129.032) + (end 60.074 129.032) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "cf4389bd-9a9e-4876-a4e4-132924794fb5") + ) + (segment + (start 54.61 107.81295) + (end 54.61 124.968) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "e12c4629-f966-4bf9-b7b4-9f19e405f8d7") + ) + (segment + (start 54.61 133.985) + (end 52.07 136.525) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "e72c8d86-aa1d-496f-9377-e45c089a5743") + ) + (segment + (start 84.328 119.348) + (end 84.106 119.348) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "fbf27569-7abc-44b3-8e81-e238dc13835a") + ) + (segment + (start 67.113 91.28) + (end 72.861 97.028) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "cd0fb924-2085-4138-bcd0-3051c374009d") + ) + (segment + (start 60.96 91.28) + (end 67.113 91.28) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "e62e1527-88f3-4c27-97f8-92b31d1925c3") + ) + (via + (at 72.861 97.028) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 44) + (uuid "b3ca561e-6d90-4264-8bcf-dbfc31f15cda") + ) + (segment + (start 80.732 97.028) + (end 72.861 97.028) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "2f59547a-2750-430f-b614-ce99b5bea79d") + ) + (segment + (start 83.78 93.98) + (end 80.732 97.028) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "a42eee50-dc3a-4a5d-9afb-3d77e092bf57") + ) + (zone + (net 7) + (net_name "GND") + (layer "B.Cu") + (uuid "13a9dd4e-4acf-41f8-bce9-cb9c4d61cb79") + (hatch edge 0.5) + (connect_pads + (clearance 0.5) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 91.44 50.8) (xy 90.932 159.004) (xy 50.8 159.004) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 91.043039 50.819685) (xy 91.088794 50.872489) (xy 91.1 50.924) (xy 91.1 123.219631) (xy 91.099999 123.220213) + (xy 90.932692 158.856582) (xy 90.912693 158.923528) (xy 90.859674 158.969035) (xy 90.808693 158.98) + (xy 50.924 158.98) (xy 50.856961 158.960315) (xy 50.811206 158.907511) (xy 50.8 158.856) (xy 50.8 156.546286) + (xy 51.9895 156.546286) (xy 52.020229 156.740306) (xy 52.022754 156.756243) (xy 52.064048 156.883333) + (xy 52.088444 156.958414) (xy 52.184951 157.14782) (xy 52.30989 157.319786) (xy 52.460213 157.470109) + (xy 52.632179 157.595048) (xy 52.632181 157.595049) (xy 52.632184 157.595051) (xy 52.821588 157.691557) + (xy 53.023757 157.757246) (xy 53.233713 157.7905) (xy 53.233714 157.7905) (xy 53.446286 157.7905) + (xy 53.446287 157.7905) (xy 53.656243 157.757246) (xy 53.858412 157.691557) (xy 54.047816 157.595051) + (xy 54.138617 157.529081) (xy 54.219786 157.470109) (xy 54.219788 157.470106) (xy 54.219792 157.470104) + (xy 54.370104 157.319792) (xy 54.370106 157.319788) (xy 54.370109 157.319786) (xy 54.495048 157.14782) + (xy 54.495047 157.14782) (xy 54.495051 157.147816) (xy 54.591557 156.958412) (xy 54.657246 156.756243) + (xy 54.6905 156.546287) (xy 54.6905 156.333713) (xy 54.657246 156.123757) (xy 54.591557 155.921588) + (xy 54.495051 155.732184) (xy 54.495049 155.732181) (xy 54.495048 155.732179) (xy 54.370109 155.560213) + (xy 54.219786 155.40989) (xy 54.04782 155.284951) (xy 53.858414 155.188444) (xy 53.858413 155.188443) + (xy 53.858412 155.188443) (xy 53.656243 155.122754) (xy 53.656241 155.122753) (xy 53.65624 155.122753) + (xy 53.494957 155.097208) (xy 53.446287 155.0895) (xy 53.233713 155.0895) (xy 53.185042 155.097208) + (xy 53.02376 155.122753) (xy 52.821585 155.188444) (xy 52.632179 155.284951) (xy 52.460213 155.40989) + (xy 52.30989 155.560213) (xy 52.184951 155.732179) (xy 52.088444 155.921585) (xy 52.022753 156.12376) + (xy 51.9895 156.333713) (xy 51.9895 156.546286) (xy 50.8 156.546286) (xy 50.8 121.412) (xy 51.349341 121.412) + (xy 51.369936 121.647403) (xy 51.369938 121.647413) (xy 51.431094 121.875655) (xy 51.431096 121.875659) + (xy 51.431097 121.875663) (xy 51.501085 122.025752) (xy 51.530965 122.08983) (xy 51.530967 122.089834) + (xy 51.637564 122.242069) (xy 51.666505 122.283401) (xy 51.833599 122.450495) (xy 51.930384 122.518265) + (xy 52.027165 122.586032) (xy 52.027167 122.586033) (xy 52.02717 122.586035) (xy 52.241337 122.685903) + (xy 52.469592 122.747063) (xy 52.657918 122.763539) (xy 52.704999 122.767659) (xy 52.705 122.767659) + (xy 52.705001 122.767659) (xy 52.744234 122.764226) (xy 52.940408 122.747063) (xy 53.168663 122.685903) + (xy 53.38283 122.586035) (xy 53.576401 122.450495) (xy 53.743495 122.283401) (xy 53.758925 122.261365) + (xy 53.813501 122.21774) (xy 53.883 122.210546) (xy 53.945355 122.242069) (xy 53.980769 122.302298) + (xy 53.9845 122.332488) (xy 53.9845 133.674547) (xy 53.964815 133.741586) (xy 53.948181 133.762228) + (xy 51.584144 136.126264) (xy 51.584138 136.126272) (xy 51.515692 136.228705) (xy 51.515684 136.228719) + (xy 51.482347 136.309207) (xy 51.476823 136.322543) (xy 51.468537 136.342545) (xy 51.468535 136.342553) + (xy 51.4445 136.463389) (xy 51.4445 136.463394) (xy 51.4445 149.020393) (xy 51.4445 149.143607) + (xy 51.4445 149.143609) (xy 51.444499 149.143609) (xy 51.449659 149.169545) (xy 51.449659 149.169547) + (xy 51.468535 149.264443) (xy 51.468537 149.264452) (xy 51.479282 149.290393) (xy 51.515688 149.378286) + (xy 51.539289 149.413607) (xy 51.549914 149.429507) (xy 51.549915 149.429509) (xy 51.584141 149.480733) + (xy 51.675586 149.572178) (xy 51.675608 149.572198) (xy 54.505181 152.401771) (xy 54.538666 152.463094) + (xy 54.5415 152.489452) (xy 54.5415 153.154001) (xy 54.541501 153.154019) (xy 54.552 153.256796) + (xy 54.552001 153.256799) (xy 54.607185 153.423331) (xy 54.607186 153.423334) (xy 54.699288 153.572656) + (xy 54.823344 153.696712) (xy 54.972666 153.788814) (xy 55.139203 153.843999) (xy 55.241991 153.8545) + (xy 56.042008 153.854499) (xy 56.042016 153.854498) (xy 56.042019 153.854498) (xy 56.098302 153.848748) + (xy 56.144797 153.843999) (xy 56.311334 153.788814) (xy 56.460656 153.696712) (xy 56.554319 153.603049) + (xy 56.615642 153.569564) (xy 56.685334 153.574548) (xy 56.729681 153.603049) (xy 56.823344 153.696712) + (xy 56.972666 153.788814) (xy 57.139203 153.843999) (xy 57.241991 153.8545) (xy 58.042008 153.854499) + (xy 58.042016 153.854498) (xy 58.042019 153.854498) (xy 58.098302 153.848748) (xy 58.144797 153.843999) + (xy 58.311334 153.788814) (xy 58.460656 153.696712) (xy 58.584712 153.572656) (xy 58.676814 153.423334) + (xy 58.731999 153.256797) (xy 58.7425 153.154009) (xy 58.7425 152.9895) (xy 58.762185 152.922461) + (xy 58.814989 152.876706) (xy 58.8665 152.8655) (xy 59.441752 152.8655) (xy 59.508791 152.885185) + (xy 59.554546 152.937989) (xy 59.556313 152.942048) (xy 59.560817 152.952923) (xy 59.689563 153.163018) + (xy 59.689564 153.16302) (xy 59.689567 153.163023) (xy 59.849601 153.350399) (xy 59.994648 153.47428) + (xy 60.036979 153.510435) (xy 60.036981 153.510436) (xy 60.247079 153.639184) (xy 60.474735 153.733482) + (xy 60.474736 153.733482) (xy 60.474738 153.733483) (xy 60.714345 153.791007) (xy 60.96 153.810341) + (xy 61.205655 153.791007) (xy 61.445262 153.733483) (xy 61.67292 153.639184) (xy 61.672929 153.639178) + (xy 61.677258 153.636974) (xy 61.678218 153.638859) (xy 61.737107 153.622905) (xy 61.803717 153.643995) + (xy 61.848352 153.697749) (xy 61.8585 153.746878) (xy 61.8585 155.022271) (xy 61.838815 155.08931) + (xy 61.786011 155.135065) (xy 61.774763 155.139552) (xy 61.665504 155.177061) (xy 61.665495 155.177064) + (xy 61.461371 155.287531) (xy 61.461365 155.287535) (xy 61.278222 155.430081) (xy 61.278215 155.430087) + (xy 61.269484 155.439572) (xy 61.209595 155.475561) (xy 61.139757 155.473458) (xy 61.082143 155.433932) + (xy 61.062075 155.398918) (xy 61.033355 155.321915) (xy 61.03335 155.321906) (xy 60.94719 155.206812) + (xy 60.947187 155.206809) (xy 60.832093 155.120649) (xy 60.832086 155.120645) (xy 60.697379 155.070403) + (xy 60.697372 155.070401) (xy 60.637844 155.064) (xy 59.94 155.064) (xy 59.94 156.088722) (xy 59.863694 156.044667) + (xy 59.749244 156.014) (xy 59.630756 156.014) (xy 59.516306 156.044667) (xy 59.44 156.088722) (xy 59.44 155.064) + (xy 58.742155 155.064) (xy 58.682627 155.070401) (xy 58.68262 155.070403) (xy 58.547913 155.120645) + (xy 58.547906 155.120649) (xy 58.432812 155.206809) (xy 58.432809 155.206812) (xy 58.346649 155.321906) + (xy 58.346645 155.321913) (xy 58.296403 155.45662) (xy 58.296401 155.456627) (xy 58.29 155.516155) + (xy 58.29 156.214) (xy 59.314722 156.214) (xy 59.270667 156.290306) (xy 59.24 156.404756) (xy 59.24 156.523244) + (xy 59.270667 156.637694) (xy 59.314722 156.714) (xy 58.29 156.714) (xy 58.29 157.411844) (xy 58.296401 157.471372) + (xy 58.296403 157.471379) (xy 58.346645 157.606086) (xy 58.346649 157.606093) (xy 58.432809 157.721187) + (xy 58.432812 157.72119) (xy 58.547906 157.80735) (xy 58.547913 157.807354) (xy 58.68262 157.857596) + (xy 58.682627 157.857598) (xy 58.742155 157.863999) (xy 58.742172 157.864) (xy 59.44 157.864) (xy 59.44 156.839277) + (xy 59.516306 156.883333) (xy 59.630756 156.914) (xy 59.749244 156.914) (xy 59.863694 156.883333) + (xy 59.94 156.839277) (xy 59.94 157.864) (xy 60.637828 157.864) (xy 60.637844 157.863999) (xy 60.697372 157.857598) + (xy 60.697379 157.857596) (xy 60.832086 157.807354) (xy 60.832093 157.80735) (xy 60.947187 157.72119) + (xy 60.94719 157.721187) (xy 61.03335 157.606093) (xy 61.033355 157.606084) (xy 61.062075 157.529081) + (xy 61.103945 157.473147) (xy 61.169409 157.448729) (xy 61.237682 157.46358) (xy 61.269484 157.488428) + (xy 61.278216 157.497913) (xy 61.278219 157.497915) (xy 61.278222 157.497918) (xy 61.461365 157.640464) + (xy 61.461371 157.640468) (xy 61.461374 157.64047) (xy 61.665497 157.750936) (xy 61.779487 157.790068) + (xy 61.885015 157.826297) (xy 61.885017 157.826297) (xy 61.885019 157.826298) (xy 62.113951 157.8645) + (xy 62.113952 157.8645) (xy 62.346048 157.8645) (xy 62.346049 157.8645) (xy 62.574981 157.826298) + (xy 62.794503 157.750936) (xy 62.998626 157.64047) (xy 63.181784 157.497913) (xy 63.338979 157.327153) + (xy 63.465924 157.132849) (xy 63.559157 156.9203) (xy 63.616134 156.695305) (xy 63.6353 156.464) + (xy 63.6353 156.463993) (xy 63.616135 156.232702) (xy 63.616133 156.232691) (xy 63.559157 156.007699) + (xy 63.465924 155.795151) (xy 63.338983 155.600852) (xy 63.33898 155.600849) (xy 63.338979 155.600847) + (xy 63.181784 155.430087) (xy 63.157337 155.411059) (xy 63.116524 155.354348) (xy 63.1095 155.313206) + (xy 63.1095 149.419741) (xy 63.109501 149.41972) (xy 63.109501 149.290391) (xy 63.085464 149.169554) + (xy 63.085463 149.169553) (xy 63.085463 149.169549) (xy 63.078835 149.153548) (xy 63.065932 149.122397) + (xy 63.038312 149.055715) (xy 62.969858 148.953267) (xy 62.969855 148.953263) (xy 58.922904 144.906314) + (xy 58.889419 144.844991) (xy 58.891511 144.78403) (xy 58.893098 144.778568) (xy 58.895999 144.741701) + (xy 58.896 144.741694) (xy 58.896 144.310306) (xy 58.893098 144.273431) (xy 58.884571 144.244082) + (xy 58.847245 144.115606) (xy 58.847244 144.115603) (xy 58.847244 144.115602) (xy 58.763581 143.974135) + (xy 58.763579 143.974133) (xy 58.763576 143.974129) (xy 58.729447 143.94) (xy 59.389659 143.94) + (xy 59.408993 144.185658) (xy 59.466517 144.425264) (xy 59.560815 144.65292) (xy 59.689563 144.863018) + (xy 59.689564 144.86302) (xy 59.689567 144.863023) (xy 59.849601 145.050399) (xy 59.994648 145.17428) + (xy 60.036979 145.210435) (xy 60.036981 145.210436) (xy 60.247079 145.339184) (xy 60.474735 145.433482) + (xy 60.474736 145.433482) (xy 60.474738 145.433483) (xy 60.714345 145.491007) (xy 60.96 145.510341) + (xy 61.205655 145.491007) (xy 61.445262 145.433483) (xy 61.67292 145.339184) (xy 61.883023 145.210433) + (xy 62.070399 145.050399) (xy 62.230433 144.863023) (xy 62.359184 144.65292) (xy 62.453483 144.425262) + (xy 62.511007 144.185655) (xy 62.530341 143.94) (xy 62.511007 143.694345) (xy 62.453483 143.454738) + (xy 62.446055 143.436805) (xy 62.359184 143.227079) (xy 62.230436 143.016981) (xy 62.230435 143.016979) + (xy 62.137292 142.907923) (xy 62.070399 142.829601) (xy 61.91961 142.700815) (xy 61.88302 142.669564) + (xy 61.883018 142.669563) (xy 61.672919 142.540815) (xy 61.67292 142.540815) (xy 61.558838 142.493561) + (xy 61.504435 142.44972) (xy 61.48237 142.383426) (xy 61.499649 142.315726) (xy 61.550787 142.268116) + (xy 61.606291 142.255) (xy 61.972828 142.255) (xy 61.972844 142.254999) (xy 62.032372 142.248598) + (xy 62.032379 142.248596) (xy 62.167086 142.198354) (xy 62.167093 142.19835) (xy 62.282187 142.11219) + (xy 62.28219 142.112187) (xy 62.36835 141.997093) (xy 62.368354 141.997086) (xy 62.418596 141.862379) + (xy 62.418598 141.862372) (xy 62.424999 141.802844) (xy 62.425 141.802827) (xy 62.425 141.09) (xy 61.516706 141.09) + (xy 61.546558 141.017931) (xy 61.57 140.90008) (xy 61.57 140.77992) (xy 61.546558 140.662069) (xy 61.516706 140.59) + (xy 62.425 140.59) (xy 62.425 139.877172) (xy 62.424999 139.877155) (xy 62.418598 139.817627) (xy 62.418596 139.81762) + (xy 62.368354 139.682913) (xy 62.36835 139.682906) (xy 62.28219 139.567812) (xy 62.282187 139.567809) + (xy 62.167093 139.481649) (xy 62.167086 139.481645) (xy 62.032379 139.431403) (xy 62.032372 139.431401) + (xy 61.972844 139.425) (xy 61.21 139.425) (xy 61.21 140.283293) (xy 61.137931 140.253442) (xy 61.02008 140.23) + (xy 60.89992 140.23) (xy 60.782069 140.253442) (xy 60.71 140.283293) (xy 60.71 139.425) (xy 59.947155 139.425) + (xy 59.887627 139.431401) (xy 59.88762 139.431403) (xy 59.752913 139.481645) (xy 59.752906 139.481649) + (xy 59.637812 139.567809) (xy 59.637809 139.567812) (xy 59.551649 139.682906) (xy 59.551645 139.682913) + (xy 59.501403 139.81762) (xy 59.501401 139.817627) (xy 59.495 139.877155) (xy 59.495 140.59) (xy 60.403294 140.59) + (xy 60.373442 140.662069) (xy 60.35 140.77992) (xy 60.35 140.90008) (xy 60.373442 141.017931) (xy 60.403294 141.09) + (xy 59.495 141.09) (xy 59.495 141.802844) (xy 59.501401 141.862372) (xy 59.501403 141.862379) (xy 59.551645 141.997086) + (xy 59.551649 141.997093) (xy 59.637809 142.112187) (xy 59.637812 142.11219) (xy 59.752906 142.19835) + (xy 59.752913 142.198354) (xy 59.88762 142.248596) (xy 59.887627 142.248598) (xy 59.947155 142.254999) + (xy 59.947172 142.255) (xy 60.313709 142.255) (xy 60.380748 142.274685) (xy 60.426503 142.327489) + (xy 60.436447 142.396647) (xy 60.407422 142.460203) (xy 60.361162 142.493561) (xy 60.247079 142.540815) + (xy 60.036981 142.669563) (xy 60.036979 142.669564) (xy 59.849601 142.829601) (xy 59.689564 143.016979) + (xy 59.689563 143.016981) (xy 59.560815 143.227079) (xy 59.466517 143.454735) (xy 59.408993 143.694341) + (xy 59.389659 143.94) (xy 58.729447 143.94) (xy 58.64737 143.857923) (xy 58.647362 143.857917) (xy 58.505896 143.774255) + (xy 58.505893 143.774254) (xy 58.348073 143.728402) (xy 58.348067 143.728401) (xy 58.311201 143.7255) + (xy 58.311194 143.7255) (xy 58.233203 143.7255) (xy 58.166164 143.705815) (xy 58.120409 143.653011) + (xy 58.110465 143.583853) (xy 58.13949 143.520297) (xy 58.143002 143.516524) (xy 58.143856 143.515484) + (xy 58.143858 143.515482) (xy 58.166491 143.481608) (xy 58.220102 143.436805) (xy 58.269593 143.4265) + (xy 58.311186 143.4265) (xy 58.311194 143.4265) (xy 58.348069 143.423598) (xy 58.348071 143.423597) + (xy 58.348073 143.423597) (xy 58.434091 143.398606) (xy 58.505898 143.377744) (xy 58.647365 143.294081) + (xy 58.763581 143.177865) (xy 58.847244 143.036398) (xy 58.893098 142.878569) (xy 58.896 142.841694) + (xy 58.896 142.410306) (xy 58.893098 142.373431) (xy 58.892002 142.369659) (xy 58.85433 142.239993) + (xy 58.847244 142.215602) (xy 58.763581 142.074135) (xy 58.763576 142.074129) (xy 58.64737 141.957923) + (xy 58.647362 141.957917) (xy 58.505896 141.874255) (xy 58.505893 141.874254) (xy 58.372905 141.835617) + (xy 58.314019 141.798011) (xy 58.284813 141.734538) (xy 58.2835 141.716541) (xy 58.2835 141.423321) + (xy 58.303185 141.356282) (xy 58.355989 141.310527) (xy 58.394895 141.299964) (xy 58.410708 141.298349) + (xy 58.571697 141.245003) (xy 58.716044 141.155968) (xy 58.835968 141.036044) (xy 58.925003 140.891697) + (xy 58.978349 140.730708) (xy 58.9885 140.631345) (xy 58.988499 139.784656) (xy 58.982692 139.727812) + (xy 58.978349 139.685292) (xy 58.978348 139.685289) (xy 58.963886 139.641645) (xy 58.925003 139.524303) + (xy 58.924999 139.524297) (xy 58.924998 139.524294) (xy 58.83597 139.379959) (xy 58.835967 139.379955) + (xy 58.716044 139.260032) (xy 58.71604 139.260029) (xy 58.571705 139.171001) (xy 58.571699 139.170998) + (xy 58.571697 139.170997) (xy 58.571694 139.170996) (xy 58.410709 139.117651) (xy 58.311346 139.1075) + (xy 57.764662 139.1075) (xy 57.764644 139.107501) (xy 57.665292 139.11765) (xy 57.665289 139.117651) + (xy 57.504305 139.170996) (xy 57.504294 139.171001) (xy 57.359959 139.260029) (xy 57.359955 139.260032) + (xy 57.240032 139.379955) (xy 57.240029 139.379959) (xy 57.151001 139.524294) (xy 57.150996 139.524305) + (xy 57.097651 139.68529) (xy 57.0875 139.784647) (xy 57.0875 140.306129) (xy 57.078062 140.353579) + (xy 57.070347 140.372206) (xy 57.070346 140.372209) (xy 57.056539 140.405541) (xy 57.056535 140.405553) + (xy 57.0325 140.526389) (xy 57.0325 141.716541) (xy 57.012815 141.78358) (xy 56.960011 141.829335) + (xy 56.943095 141.835617) (xy 56.810106 141.874254) (xy 56.810103 141.874255) (xy 56.668637 141.957917) + (xy 56.668629 141.957923) (xy 56.552423 142.074129) (xy 56.552419 142.074135) (xy 56.468755 142.215603) + (xy 56.468754 142.215606) (xy 56.422902 142.373426) (xy 56.422901 142.373432) (xy 56.42 142.410298) + (xy 56.42 142.6515) (xy 56.400315 142.718539) (xy 56.347511 142.764294) (xy 56.296 142.7755) (xy 55.129798 142.7755) + (xy 55.092932 142.778401) (xy 55.092926 142.778402) (xy 54.935106 142.824254) (xy 54.935103 142.824255) + (xy 54.793637 142.907917) (xy 54.793629 142.907923) (xy 54.677423 143.024129) (xy 54.677417 143.024137) + (xy 54.593755 143.165603) (xy 54.593754 143.165606) (xy 54.547902 143.323426) (xy 54.547901 143.323432) + (xy 54.545 143.360298) (xy 54.545 143.791701) (xy 54.547901 143.828567) (xy 54.547902 143.828573) + (xy 54.593754 143.986393) (xy 54.593755 143.986396) (xy 54.677417 144.127862) (xy 54.677423 144.12787) + (xy 54.793629 144.244076) (xy 54.793633 144.244079) (xy 54.793635 144.244081) (xy 54.935102 144.327744) + (xy 54.976724 144.339836) (xy 55.092926 144.373597) (xy 55.092929 144.373597) (xy 55.092931 144.373598) + (xy 55.105224 144.374565) (xy 55.170512 144.399445) (xy 55.211986 144.455674) (xy 55.2195 144.498183) + (xy 55.2195 146.09797) (xy 55.199815 146.165009) (xy 55.147011 146.210764) (xy 55.108102 146.221328) + (xy 55.023202 146.230001) (xy 55.0232 146.230001) (xy 54.856668 146.285185) (xy 54.856663 146.285187) + (xy 54.707342 146.377289) (xy 54.583289 146.501342) (xy 54.491187 146.650663) (xy 54.491186 146.650666) + (xy 54.436001 146.817203) (xy 54.436001 146.817204) (xy 54.436 146.817204) (xy 54.4255 146.919983) + (xy 54.4255 147.720001) (xy 54.425501 147.720019) (xy 54.436 147.822796) (xy 54.436001 147.822799) + (xy 54.491185 147.989331) (xy 54.491187 147.989336) (xy 54.583289 148.138657) (xy 54.67695 148.232318) + (xy 54.710435 148.293641) (xy 54.705451 148.363333) (xy 54.67695 148.40768) (xy 54.648749 148.435881) + (xy 54.587426 148.469366) (xy 54.535287 148.46949) (xy 54.45065 148.4515) (xy 54.450646 148.4515) + (xy 54.261354 148.4515) (xy 54.228897 148.458398) (xy 54.076197 148.490855) (xy 54.076192 148.490857) + (xy 53.90327 148.567848) (xy 53.903265 148.567851) (xy 53.750129 148.679111) (xy 53.623466 148.819785) + (xy 53.528821 148.983715) (xy 53.528818 148.983722) (xy 53.470327 149.16374) (xy 53.470326 149.163744) + (xy 53.457015 149.290393) (xy 53.456225 149.297914) (xy 53.42964 149.362528) (xy 53.372343 149.402513) + (xy 53.302524 149.405173) (xy 53.245223 149.372633) (xy 52.731819 148.859229) (xy 52.698334 148.797906) + (xy 52.6955 148.771548) (xy 52.6955 140.458) (xy 53.788001 140.458) (xy 53.788001 140.631322) (xy 53.798144 140.730607) + (xy 53.851452 140.891481) (xy 53.851457 140.891492) (xy 53.940424 141.035728) (xy 53.940427 141.035732) + (xy 54.060267 141.155572) (xy 54.060271 141.155575) (xy 54.204507 141.244542) (xy 54.204518 141.244547) + (xy 54.365393 141.297855) (xy 54.464683 141.307999) (xy 54.488 141.307998) (xy 54.488 140.458) (xy 54.988 140.458) + (xy 54.988 141.307999) (xy 55.011308 141.307999) (xy 55.011322 141.307998) (xy 55.110607 141.297855) + (xy 55.271481 141.244547) (xy 55.271492 141.244542) (xy 55.415728 141.155575) (xy 55.415732 141.155572) + (xy 55.535572 141.035732) (xy 55.535575 141.035728) (xy 55.624542 140.891492) (xy 55.624547 140.891481) + (xy 55.677855 140.730606) (xy 55.687999 140.631322) (xy 55.688 140.631309) (xy 55.688 140.458) (xy 54.988 140.458) + (xy 54.488 140.458) (xy 53.788001 140.458) (xy 52.6955 140.458) (xy 52.6955 139.958) (xy 53.788 139.958) + (xy 54.488 139.958) (xy 54.488 139.108) (xy 54.988 139.108) (xy 54.988 139.958) (xy 55.687999 139.958) + (xy 55.687999 139.784692) (xy 55.687998 139.784677) (xy 55.677855 139.685392) (xy 55.624547 139.524518) + (xy 55.624542 139.524507) (xy 55.535575 139.380271) (xy 55.535572 139.380267) (xy 55.415732 139.260427) + (xy 55.415728 139.260424) (xy 55.271492 139.171457) (xy 55.271481 139.171452) (xy 55.110606 139.118144) + (xy 55.011322 139.108) (xy 54.988 139.108) (xy 54.488 139.108) (xy 54.488 139.107999) (xy 54.464693 139.108) + (xy 54.464674 139.108001) (xy 54.365392 139.118144) (xy 54.204518 139.171452) (xy 54.204507 139.171457) + (xy 54.060271 139.260424) (xy 54.060267 139.260427) (xy 53.940427 139.380267) (xy 53.940424 139.380271) + (xy 53.851457 139.524507) (xy 53.851452 139.524518) (xy 53.798144 139.685393) (xy 53.788 139.784677) + (xy 53.788 139.958) (xy 52.6955 139.958) (xy 52.6955 136.835452) (xy 52.715185 136.768413) (xy 52.731819 136.747771) + (xy 53.886313 135.593277) (xy 55.095857 134.383734) (xy 55.119556 134.348267) (xy 55.164311 134.281286) + (xy 55.211463 134.167452) (xy 55.2355 134.046606) (xy 55.2355 131.695) (xy 61.821001 131.695) (xy 61.821001 131.969986) + (xy 61.831494 132.072697) (xy 61.886641 132.239119) (xy 61.886643 132.239124) (xy 61.978684 132.388345) + (xy 62.102654 132.512315) (xy 62.251875 132.604356) (xy 62.25188 132.604358) (xy 62.418302 132.659505) + (xy 62.418309 132.659506) (xy 62.521019 132.669999) (xy 62.658499 132.669999) (xy 63.1585 132.669999) + (xy 63.295972 132.669999) (xy 63.295986 132.669998) (xy 63.398697 132.659505) (xy 63.565119 132.604358) + (xy 63.565124 132.604356) (xy 63.714345 132.512315) (xy 63.838318 132.388342) (xy 63.840165 132.385348) + (xy 63.841969 132.383724) (xy 63.842798 132.382677) (xy 63.842976 132.382818) (xy 63.89211 132.338621) + (xy 63.961073 132.327396) (xy 64.025156 132.355236) (xy 64.051243 132.385341) (xy 64.053288 132.388656) + (xy 64.177344 132.512712) (xy 64.299097 132.587809) (xy 64.345821 132.639755) (xy 64.358 132.693347) + (xy 64.358 134.093292) (xy 64.338315 134.160331) (xy 64.326155 134.176258) (xy 64.301577 134.203555) + (xy 64.291464 134.214787) (xy 64.196821 134.378715) (xy 64.196818 134.378722) (xy 64.157415 134.499993) + (xy 64.138326 134.558744) (xy 64.11854 134.747) (xy 64.138326 134.935256) (xy 64.138327 134.935259) + (xy 64.196818 135.115277) (xy 64.196821 135.115284) (xy 64.291467 135.279216) (xy 64.376315 135.373449) + (xy 64.418129 135.419888) (xy 64.571265 135.531148) (xy 64.57127 135.531151) (xy 64.744192 135.608142) + (xy 64.744197 135.608144) (xy 64.929354 135.6475) (xy 64.929355 135.6475) (xy 65.118644 135.6475) + (xy 65.118646 135.6475) (xy 65.303803 135.608144) (xy 65.47673 135.531151) (xy 65.629871 135.419888) + (xy 65.756533 135.279216) (xy 65.851179 135.115284) (xy 65.909674 134.935256) (xy 65.92946 134.747) + (xy 65.909674 134.558744) (xy 65.851179 134.378716) (xy 65.756533 134.214784) (xy 65.64085 134.086305) + (xy 65.61062 134.023314) (xy 65.609 134.003333) (xy 65.609 132.693347) (xy 65.628685 132.626308) + (xy 65.667901 132.58781) (xy 65.789656 132.512712) (xy 65.913712 132.388656) (xy 66.005814 132.239334) + (xy 66.060999 132.072797) (xy 66.0715 131.970009) (xy 66.071499 130.919992) (xy 66.060999 130.817203) + (xy 66.005814 130.650666) (xy 65.913712 130.501344) (xy 65.789656 130.377288) (xy 65.789655 130.377287) + (xy 65.708402 130.327169) (xy 65.661678 130.275221) (xy 65.6495 130.221631) (xy 65.6495 129.9565) + (xy 65.669185 129.889461) (xy 65.721989 129.843706) (xy 65.7735 129.8325) (xy 65.914686 129.8325) + (xy 65.914694 129.8325) (xy 65.951569 129.829598) (xy 65.951571 129.829597) (xy 65.951573 129.829597) + (xy 66.001753 129.815018) (xy 66.109398 129.783744) (xy 66.250865 129.700081) (xy 66.367081 129.583865) + (xy 66.450744 129.442398) (xy 66.496598 129.284569) (xy 66.4995 129.247694) (xy 66.4995 128.816306) + (xy 66.496598 128.779431) (xy 66.450744 128.621602) (xy 66.422958 128.574619) (xy 66.405778 128.506896) + (xy 66.427938 128.440634) (xy 66.482404 128.396871) (xy 66.529692 128.3875) (xy 67.1825 128.3875) + (xy 67.249539 128.407185) (xy 67.295294 128.459989) (xy 67.3065 128.5115) (xy 67.3065 129.151001) + (xy 67.306501 129.151019) (xy 67.317 129.253796) (xy 67.317001 129.253799) (xy 67.372185 129.420331) + (xy 67.372187 129.420336) (xy 67.3786 129.430733) (xy 67.464288 129.569656) (xy 67.588344 129.693712) + (xy 67.722597 129.776519) (xy 67.769321 129.828465) (xy 67.7815 129.882057) (xy 67.7815 143.398606) + (xy 67.804747 143.515482) (xy 67.805219 143.517853) (xy 67.805537 143.519453) (xy 67.805539 143.519458) + (xy 67.852685 143.633281) (xy 67.852687 143.633284) (xy 67.852688 143.633286) (xy 67.874035 143.665232) + (xy 67.877929 143.67106) (xy 67.87793 143.671062) (xy 67.921141 143.735733) (xy 68.012586 143.827178) + (xy 68.012608 143.827198) (xy 72.976016 148.790606) (xy 72.976045 148.790637) (xy 73.066263 148.880855) + (xy 73.066267 148.880858) (xy 73.168707 148.949307) (xy 73.168716 148.949312) (xy 73.189739 148.95802) + (xy 73.282548 148.996463) (xy 73.342971 149.008481) (xy 73.366517 149.013164) (xy 73.428426 149.045552) + (xy 73.462998 149.106268) (xy 73.459256 149.176038) (xy 73.418388 149.232708) (xy 73.385985 149.249879) + (xy 73.386134 149.250212) (xy 73.381275 149.252374) (xy 73.38064 149.252712) (xy 73.380192 149.252857) + (xy 73.20727 149.329848) (xy 73.207265 149.329851) (xy 73.054129 149.441111) (xy 72.927466 149.581785) + (xy 72.832821 149.745715) (xy 72.832818 149.745722) (xy 72.798586 149.851079) (xy 72.774326 149.925744) + (xy 72.75454 150.114) (xy 72.774326 150.302256) (xy 72.774327 150.302259) (xy 72.832818 150.482277) + (xy 72.832821 150.482284) (xy 72.927467 150.646216) (xy 73.017779 150.746517) (xy 73.054129 150.786888) + (xy 73.207265 150.898148) (xy 73.20727 150.898151) (xy 73.380192 150.975142) (xy 73.380197 150.975144) + (xy 73.565354 151.0145) (xy 73.565355 151.0145) (xy 73.754644 151.0145) (xy 73.754646 151.0145) + (xy 73.939803 150.975144) (xy 74.11273 150.898151) (xy 74.265871 150.786888) (xy 74.268788 150.783647) + (xy 74.2716 150.780526) (xy 74.331087 150.743879) (xy 74.363748 150.7395) (xy 74.705607 150.7395) + (xy 74.766029 150.727481) (xy 74.826452 150.715463) (xy 74.876496 150.694734) (xy 74.940286 150.668312) + (xy 74.991509 150.634084) (xy 75.042733 150.599858) (xy 75.129858 150.512733) (xy 75.129858 150.512731) + (xy 75.140066 150.502524) (xy 75.140068 150.50252) (xy 75.185772 150.456817) (xy 75.247095 150.423333) + (xy 75.273452 150.420499) (xy 75.938002 150.420499) (xy 75.938008 150.420499) (xy 75.938013 150.420498) + (xy 75.941164 150.420338) (xy 75.941244 150.421911) (xy 76.003872 150.433476) (xy 76.054814 150.481296) + (xy 76.071816 150.549065) (xy 76.04948 150.615268) (xy 76.035595 150.631813) (xy 75.250227 151.417181) + (xy 75.188904 151.450666) (xy 75.162547 151.4535) (xy 75.069999 151.4535) (xy 75.06998 151.453501) + (xy 74.967203 151.464) (xy 74.9672 151.464001) (xy 74.800668 151.519185) (xy 74.800663 151.519187) + (xy 74.651342 151.611289) (xy 74.527289 151.735342) (xy 74.435187 151.884663) (xy 74.435186 151.884666) + (xy 74.380001 152.051203) (xy 74.380001 152.051204) (xy 74.38 152.051204) (xy 74.3695 152.153983) + (xy 74.3695 153.154001) (xy 74.369501 153.154019) (xy 74.38 153.256796) (xy 74.380001 153.256799) + (xy 74.435185 153.423331) (xy 74.435186 153.423334) (xy 74.527288 153.572656) (xy 74.651344 153.696712) + (xy 74.800666 153.788814) (xy 74.967203 153.843999) (xy 75.069991 153.8545) (xy 75.870008 153.854499) + (xy 75.870016 153.854498) (xy 75.870019 153.854498) (xy 75.926302 153.848748) (xy 75.972797 153.843999) + (xy 76.139334 153.788814) (xy 76.288656 153.696712) (xy 76.382319 153.603049) (xy 76.443642 153.569564) + (xy 76.513334 153.574548) (xy 76.557681 153.603049) (xy 76.651344 153.696712) (xy 76.800666 153.788814) + (xy 76.967203 153.843999) (xy 77.069991 153.8545) (xy 77.870008 153.854499) (xy 77.870016 153.854498) + (xy 77.870019 153.854498) (xy 77.926302 153.848748) (xy 77.972797 153.843999) (xy 78.139334 153.788814) + (xy 78.288656 153.696712) (xy 78.412712 153.572656) (xy 78.504814 153.423334) (xy 78.559999 153.256797) + (xy 78.5705 153.154009) (xy 78.5705 153.1495) (xy 78.590185 153.082461) (xy 78.642989 153.036706) + (xy 78.6945 153.0255) (xy 79.761752 153.0255) (xy 79.828791 153.045185) (xy 79.874546 153.097989) + (xy 79.876313 153.102048) (xy 79.880817 153.112923) (xy 80.009563 153.323018) (xy 80.009564 153.32302) + (xy 80.009567 153.323023) (xy 80.169601 153.510399) (xy 80.301329 153.622905) (xy 80.356979 153.670435) + (xy 80.356981 153.670436) (xy 80.567079 153.799184) (xy 80.794735 153.893482) (xy 80.794736 153.893482) + (xy 80.794738 153.893483) (xy 81.034345 153.951007) (xy 81.28 153.970341) (xy 81.525655 153.951007) + (xy 81.765262 153.893483) (xy 81.99292 153.799184) (xy 82.203023 153.670433) (xy 82.390399 153.510399) + (xy 82.550433 153.323023) (xy 82.594772 153.250667) (xy 82.646584 153.203792) (xy 82.715514 153.192369) + (xy 82.779677 153.220026) (xy 82.818701 153.277981) (xy 82.8245 153.315457) (xy 82.8245 154.943534) + (xy 82.804815 155.010573) (xy 82.752011 155.056328) (xy 82.682853 155.066272) (xy 82.680092 155.065843) + (xy 82.66605 155.0635) (xy 82.666049 155.0635) (xy 82.433951 155.0635) (xy 82.392596 155.070401) + (xy 82.205015 155.101702) (xy 81.985504 155.177061) (xy 81.985495 155.177064) (xy 81.781371 155.287531) + (xy 81.781365 155.287535) (xy 81.598222 155.430081) (xy 81.598215 155.430087) (xy 81.589484 155.439572) + (xy 81.529595 155.475561) (xy 81.459757 155.473458) (xy 81.402143 155.433932) (xy 81.382075 155.398918) + (xy 81.353355 155.321915) (xy 81.35335 155.321906) (xy 81.26719 155.206812) (xy 81.267187 155.206809) + (xy 81.152093 155.120649) (xy 81.152086 155.120645) (xy 81.017379 155.070403) (xy 81.017372 155.070401) + (xy 80.957844 155.064) (xy 80.26 155.064) (xy 80.26 156.088722) (xy 80.183694 156.044667) (xy 80.069244 156.014) + (xy 79.950756 156.014) (xy 79.836306 156.044667) (xy 79.76 156.088722) (xy 79.76 155.064) (xy 79.062155 155.064) + (xy 79.002627 155.070401) (xy 79.00262 155.070403) (xy 78.867913 155.120645) (xy 78.867906 155.120649) + (xy 78.752812 155.206809) (xy 78.752809 155.206812) (xy 78.666649 155.321906) (xy 78.666645 155.321913) + (xy 78.616403 155.45662) (xy 78.616401 155.456627) (xy 78.61 155.516155) (xy 78.61 156.214) (xy 79.634722 156.214) + (xy 79.590667 156.290306) (xy 79.56 156.404756) (xy 79.56 156.523244) (xy 79.590667 156.637694) + (xy 79.634722 156.714) (xy 78.61 156.714) (xy 78.61 157.411844) (xy 78.616401 157.471372) (xy 78.616403 157.471379) + (xy 78.666645 157.606086) (xy 78.666649 157.606093) (xy 78.752809 157.721187) (xy 78.752812 157.72119) + (xy 78.867906 157.80735) (xy 78.867913 157.807354) (xy 79.00262 157.857596) (xy 79.002627 157.857598) + (xy 79.062155 157.863999) (xy 79.062172 157.864) (xy 79.76 157.864) (xy 79.76 156.839277) (xy 79.836306 156.883333) + (xy 79.950756 156.914) (xy 80.069244 156.914) (xy 80.183694 156.883333) (xy 80.26 156.839277) (xy 80.26 157.864) + (xy 80.957828 157.864) (xy 80.957844 157.863999) (xy 81.017372 157.857598) (xy 81.017379 157.857596) + (xy 81.152086 157.807354) (xy 81.152093 157.80735) (xy 81.267187 157.72119) (xy 81.26719 157.721187) + (xy 81.35335 157.606093) (xy 81.353355 157.606084) (xy 81.382075 157.529081) (xy 81.423945 157.473147) + (xy 81.489409 157.448729) (xy 81.557682 157.46358) (xy 81.589484 157.488428) (xy 81.598216 157.497913) + (xy 81.598219 157.497915) (xy 81.598222 157.497918) (xy 81.781365 157.640464) (xy 81.781371 157.640468) + (xy 81.781374 157.64047) (xy 81.985497 157.750936) (xy 82.099487 157.790068) (xy 82.205015 157.826297) + (xy 82.205017 157.826297) (xy 82.205019 157.826298) (xy 82.433951 157.8645) (xy 82.433952 157.8645) + (xy 82.666048 157.8645) (xy 82.666049 157.8645) (xy 82.894981 157.826298) (xy 83.114503 157.750936) + (xy 83.318626 157.64047) (xy 83.501784 157.497913) (xy 83.658979 157.327153) (xy 83.785924 157.132849) + (xy 83.879157 156.9203) (xy 83.936134 156.695305) (xy 83.948482 156.546286) (xy 87.2095 156.546286) + (xy 87.240229 156.740306) (xy 87.242754 156.756243) (xy 87.284048 156.883333) (xy 87.308444 156.958414) + (xy 87.404951 157.14782) (xy 87.52989 157.319786) (xy 87.680213 157.470109) (xy 87.852179 157.595048) + (xy 87.852181 157.595049) (xy 87.852184 157.595051) (xy 88.041588 157.691557) (xy 88.243757 157.757246) + (xy 88.453713 157.7905) (xy 88.453714 157.7905) (xy 88.666286 157.7905) (xy 88.666287 157.7905) + (xy 88.876243 157.757246) (xy 89.078412 157.691557) (xy 89.267816 157.595051) (xy 89.358617 157.529081) + (xy 89.439786 157.470109) (xy 89.439788 157.470106) (xy 89.439792 157.470104) (xy 89.590104 157.319792) + (xy 89.590106 157.319788) (xy 89.590109 157.319786) (xy 89.715048 157.14782) (xy 89.715047 157.14782) + (xy 89.715051 157.147816) (xy 89.811557 156.958412) (xy 89.877246 156.756243) (xy 89.9105 156.546287) + (xy 89.9105 156.333713) (xy 89.877246 156.123757) (xy 89.811557 155.921588) (xy 89.715051 155.732184) + (xy 89.715049 155.732181) (xy 89.715048 155.732179) (xy 89.590109 155.560213) (xy 89.439786 155.40989) + (xy 89.26782 155.284951) (xy 89.078414 155.188444) (xy 89.078413 155.188443) (xy 89.078412 155.188443) + (xy 88.876243 155.122754) (xy 88.876241 155.122753) (xy 88.87624 155.122753) (xy 88.714957 155.097208) + (xy 88.666287 155.0895) (xy 88.453713 155.0895) (xy 88.405042 155.097208) (xy 88.24376 155.122753) + (xy 88.041585 155.188444) (xy 87.852179 155.284951) (xy 87.680213 155.40989) (xy 87.52989 155.560213) + (xy 87.404951 155.732179) (xy 87.308444 155.921585) (xy 87.242753 156.12376) (xy 87.2095 156.333713) + (xy 87.2095 156.546286) (xy 83.948482 156.546286) (xy 83.9553 156.464) (xy 83.9553 156.463993) (xy 83.936135 156.232702) + (xy 83.936133 156.232691) (xy 83.898824 156.085362) (xy 83.901449 156.015542) (xy 83.931352 155.967238) + (xy 83.935858 155.962733) (xy 84.004311 155.860286) (xy 84.051463 155.746452) (xy 84.0755 155.625606) + (xy 84.0755 150.566241) (xy 84.075501 150.56622) (xy 84.075501 150.436891) (xy 84.051464 150.316053) + (xy 84.051462 150.316047) (xy 84.043345 150.29645) (xy 84.02514 150.2525) (xy 84.02514 150.252499) + (xy 84.009905 150.215718) (xy 84.004312 150.202215) (xy 83.935858 150.099767) (xy 83.935855 150.099763) + (xy 78.742404 144.906314) (xy 78.708919 144.844991) (xy 78.711011 144.78403) (xy 78.712598 144.778568) + (xy 78.715499 144.741701) (xy 78.7155 144.741694) (xy 78.7155 144.310306) (xy 78.712598 144.273431) + (xy 78.704071 144.244082) (xy 78.666745 144.115606) (xy 78.666744 144.115603) (xy 78.666744 144.115602) + (xy 78.657517 144.1) (xy 79.709659 144.1) (xy 79.728993 144.345658) (xy 79.786517 144.585264) (xy 79.880815 144.81292) + (xy 80.009563 145.023018) (xy 80.009564 145.02302) (xy 80.009567 145.023023) (xy 80.169601 145.210399) + (xy 80.305538 145.3265) (xy 80.356979 145.370435) (xy 80.356981 145.370436) (xy 80.567079 145.499184) + (xy 80.794735 145.593482) (xy 80.794736 145.593482) (xy 80.794738 145.593483) (xy 81.034345 145.651007) + (xy 81.28 145.670341) (xy 81.525655 145.651007) (xy 81.765262 145.593483) (xy 81.99292 145.499184) + (xy 82.203023 145.370433) (xy 82.390399 145.210399) (xy 82.550433 145.023023) (xy 82.679184 144.81292) + (xy 82.773483 144.585262) (xy 82.831007 144.345655) (xy 82.850341 144.1) (xy 82.831007 143.854345) + (xy 82.773483 143.614738) (xy 82.760667 143.583797) (xy 82.679184 143.387079) (xy 82.550436 143.176981) + (xy 82.550435 143.176979) (xy 82.430367 143.036398) (xy 82.390399 142.989601) (xy 82.260395 142.878567) + (xy 82.20302 142.829564) (xy 82.203018 142.829563) (xy 81.992919 142.700815) (xy 81.99292 142.700815) + (xy 81.878838 142.653561) (xy 81.824435 142.60972) (xy 81.80237 142.543426) (xy 81.819649 142.475726) + (xy 81.870787 142.428116) (xy 81.926291 142.415) (xy 82.292828 142.415) (xy 82.292844 142.414999) + (xy 82.352372 142.408598) (xy 82.352379 142.408596) (xy 82.487086 142.358354) (xy 82.487093 142.35835) + (xy 82.602187 142.27219) (xy 82.60219 142.272187) (xy 82.68835 142.157093) (xy 82.688354 142.157086) + (xy 82.738596 142.022379) (xy 82.738598 142.022372) (xy 82.744999 141.962844) (xy 82.745 141.962827) + (xy 82.745 141.25) (xy 81.836706 141.25) (xy 81.866558 141.177931) (xy 81.89 141.06008) (xy 81.89 140.93992) + (xy 81.866558 140.822069) (xy 81.836706 140.75) (xy 82.745 140.75) (xy 82.745 140.037172) (xy 82.744999 140.037155) + (xy 82.738598 139.977627) (xy 82.738596 139.97762) (xy 82.688354 139.842913) (xy 82.68835 139.842906) + (xy 82.60219 139.727812) (xy 82.602187 139.727809) (xy 82.487093 139.641649) (xy 82.487086 139.641645) + (xy 82.352379 139.591403) (xy 82.352372 139.591401) (xy 82.292844 139.585) (xy 81.53 139.585) (xy 81.53 140.443293) + (xy 81.457931 140.413442) (xy 81.34008 140.39) (xy 81.21992 140.39) (xy 81.102069 140.413442) (xy 81.03 140.443293) + (xy 81.03 139.585) (xy 80.267155 139.585) (xy 80.207627 139.591401) (xy 80.20762 139.591403) (xy 80.072913 139.641645) + (xy 80.072906 139.641649) (xy 79.957812 139.727809) (xy 79.957809 139.727812) (xy 79.871649 139.842906) + (xy 79.871645 139.842913) (xy 79.821403 139.97762) (xy 79.821401 139.977627) (xy 79.815 140.037155) + (xy 79.815 140.75) (xy 80.723294 140.75) (xy 80.693442 140.822069) (xy 80.67 140.93992) (xy 80.67 141.06008) + (xy 80.693442 141.177931) (xy 80.723294 141.25) (xy 79.815 141.25) (xy 79.815 141.962844) (xy 79.821401 142.022372) + (xy 79.821403 142.022379) (xy 79.871645 142.157086) (xy 79.871649 142.157093) (xy 79.957809 142.272187) + (xy 79.957812 142.27219) (xy 80.072906 142.35835) (xy 80.072913 142.358354) (xy 80.20762 142.408596) + (xy 80.207627 142.408598) (xy 80.267155 142.414999) (xy 80.267172 142.415) (xy 80.633709 142.415) + (xy 80.700748 142.434685) (xy 80.746503 142.487489) (xy 80.756447 142.556647) (xy 80.727422 142.620203) + (xy 80.681162 142.653561) (xy 80.567079 142.700815) (xy 80.356981 142.829563) (xy 80.356979 142.829564) + (xy 80.169601 142.989601) (xy 80.009564 143.176979) (xy 80.009563 143.176981) (xy 79.880815 143.387079) + (xy 79.786517 143.614735) (xy 79.728993 143.854341) (xy 79.709659 144.1) (xy 78.657517 144.1) (xy 78.583081 143.974135) + (xy 78.583079 143.974133) (xy 78.583076 143.974129) (xy 78.46687 143.857923) (xy 78.466862 143.857917) + (xy 78.325396 143.774255) (xy 78.325393 143.774254) (xy 78.167573 143.728402) (xy 78.167567 143.728401) + (xy 78.130701 143.7255) (xy 78.130694 143.7255) (xy 78.052703 143.7255) (xy 77.985664 143.705815) + (xy 77.939909 143.653011) (xy 77.929965 143.583853) (xy 77.95899 143.520297) (xy 77.962502 143.516524) + (xy 77.963356 143.515484) (xy 77.963358 143.515482) (xy 77.985991 143.481608) (xy 78.039602 143.436805) + (xy 78.089093 143.4265) (xy 78.130686 143.4265) (xy 78.130694 143.4265) (xy 78.167569 143.423598) + (xy 78.167571 143.423597) (xy 78.167573 143.423597) (xy 78.253591 143.398606) (xy 78.325398 143.377744) + (xy 78.466865 143.294081) (xy 78.583081 143.177865) (xy 78.666744 143.036398) (xy 78.712598 142.878569) + (xy 78.7155 142.841694) (xy 78.7155 142.410306) (xy 78.712598 142.373431) (xy 78.711008 142.367958) + (xy 78.711208 142.29809) (xy 78.742402 142.245686) (xy 78.756729 142.23136) (xy 78.756733 142.231358) + (xy 78.843858 142.144233) (xy 78.890696 142.074135) (xy 78.912312 142.041786) (xy 78.945017 141.962827) + (xy 78.959459 141.927961) (xy 78.959459 141.927959) (xy 78.959463 141.927951) (xy 78.9835 141.807107) + (xy 78.9835 141.683893) (xy 78.9835 141.257546) (xy 79.003185 141.190507) (xy 79.030596 141.160274) + (xy 79.036032 141.155975) (xy 79.036044 141.155968) (xy 79.155968 141.036044) (xy 79.245003 140.891697) + (xy 79.298349 140.730708) (xy 79.3085 140.631345) (xy 79.308499 139.784656) (xy 79.302692 139.727812) + (xy 79.298349 139.685292) (xy 79.298348 139.685289) (xy 79.283886 139.641645) (xy 79.245003 139.524303) + (xy 79.244999 139.524297) (xy 79.244998 139.524294) (xy 79.15597 139.379959) (xy 79.155967 139.379955) + (xy 79.036044 139.260032) (xy 79.03604 139.260029) (xy 78.891705 139.171001) (xy 78.891699 139.170998) + (xy 78.891697 139.170997) (xy 78.891694 139.170996) (xy 78.730709 139.117651) (xy 78.631346 139.1075) + (xy 78.084662 139.1075) (xy 78.084644 139.107501) (xy 77.985292 139.11765) (xy 77.985289 139.117651) + (xy 77.824305 139.170996) (xy 77.824294 139.171001) (xy 77.679959 139.260029) (xy 77.679955 139.260032) + (xy 77.560032 139.379955) (xy 77.560029 139.379959) (xy 77.471001 139.524294) (xy 77.470996 139.524305) + (xy 77.417651 139.68529) (xy 77.4075 139.784647) (xy 77.4075 140.631337) (xy 77.407501 140.631355) + (xy 77.41765 140.730707) (xy 77.417651 140.73071) (xy 77.470996 140.891694) (xy 77.471001 140.891705) + (xy 77.560029 141.03604) (xy 77.560032 141.036044) (xy 77.679956 141.155968) (xy 77.679963 141.155972) + (xy 77.685404 141.160274) (xy 77.725785 141.217293) (xy 77.7325 141.257546) (xy 77.7325 141.435048) + (xy 77.712815 141.502087) (xy 77.696181 141.522729) (xy 77.429729 141.789181) (xy 77.368406 141.822666) + (xy 77.342048 141.8255) (xy 76.824298 141.8255) (xy 76.787432 141.828401) (xy 76.787426 141.828402) + (xy 76.629606 141.874254) (xy 76.629603 141.874255) (xy 76.488137 141.957917) (xy 76.488129 141.957923) + (xy 76.371923 142.074129) (xy 76.371919 142.074135) (xy 76.288255 142.215603) (xy 76.288254 142.215606) + (xy 76.242402 142.373426) (xy 76.242401 142.373432) (xy 76.2395 142.410298) (xy 76.2395 142.6515) + (xy 76.219815 142.718539) (xy 76.167011 142.764294) (xy 76.1155 142.7755) (xy 74.949298 142.7755) + (xy 74.912432 142.778401) (xy 74.912426 142.778402) (xy 74.754606 142.824254) (xy 74.754603 142.824255) + (xy 74.613137 142.907917) (xy 74.613129 142.907923) (xy 74.496923 143.024129) (xy 74.496917 143.024137) + (xy 74.413255 143.165603) (xy 74.413254 143.165606) (xy 74.367402 143.323426) (xy 74.367401 143.323432) + (xy 74.3645 143.360298) (xy 74.3645 143.791701) (xy 74.367401 143.828567) (xy 74.367402 143.828573) + (xy 74.413254 143.986393) (xy 74.413255 143.986396) (xy 74.496917 144.127862) (xy 74.496923 144.12787) + (xy 74.613129 144.244076) (xy 74.613135 144.244081) (xy 74.751623 144.325982) (xy 74.799304 144.377048) + (xy 74.8125 144.432712) (xy 74.8125 146.147983) (xy 74.792815 146.215022) (xy 74.740011 146.260777) + (xy 74.72751 146.265686) (xy 74.668669 146.285185) (xy 74.668666 146.285186) (xy 74.668663 146.285187) + (xy 74.519342 146.377289) (xy 74.395289 146.501342) (xy 74.303187 146.650663) (xy 74.303186 146.650666) + (xy 74.248001 146.817203) (xy 74.248001 146.817204) (xy 74.248 146.817204) (xy 74.2375 146.919983) + (xy 74.2375 146.919996) (xy 74.237501 147.6455) (xy 74.217817 147.712539) (xy 74.165013 147.758294) + (xy 74.113501 147.7695) (xy 73.775452 147.7695) (xy 73.708413 147.749815) (xy 73.687771 147.733181) + (xy 69.80677 143.85218) (xy 69.773285 143.790857) (xy 69.778269 143.721165) (xy 69.820141 143.665232) + (xy 69.885605 143.640815) (xy 69.894451 143.640499) (xy 70.792871 143.640499) (xy 70.792872 143.640499) + (xy 70.852483 143.634091) (xy 70.987331 143.583796) (xy 71.102546 143.497546) (xy 71.188796 143.382331) + (xy 71.188798 143.382326) (xy 71.217455 143.305493) (xy 71.259326 143.249559) (xy 71.32479 143.225141) + (xy 71.393063 143.239992) (xy 71.424866 143.264843) (xy 71.432302 143.27292) (xy 71.433215 143.273912) + (xy 71.433222 143.273918) (xy 71.616365 143.416464) (xy 71.616371 143.416468) (xy 71.616374 143.41647) + (xy 71.820497 143.526936) (xy 71.934487 143.566068) (xy 72.040015 143.602297) (xy 72.040017 143.602297) + (xy 72.040019 143.602298) (xy 72.268951 143.6405) (xy 72.268952 143.6405) (xy 72.501048 143.6405) + (xy 72.501049 143.6405) (xy 72.729981 143.602298) (xy 72.949503 143.526936) (xy 73.153626 143.41647) + (xy 73.176581 143.398604) (xy 73.225796 143.360298) (xy 73.336784 143.273913) (xy 73.493979 143.103153) + (xy 73.620924 142.908849) (xy 73.714157 142.6963) (xy 73.771134 142.471305) (xy 73.773188 142.446517) + (xy 73.7903 142.240006) (xy 73.7903 142.239993) (xy 73.771135 142.008702) (xy 73.771133 142.008691) + (xy 73.714157 141.783699) (xy 73.620924 141.571151) (xy 73.493983 141.376852) (xy 73.49398 141.376849) + (xy 73.493979 141.376847) (xy 73.336784 141.206087) (xy 73.336779 141.206083) (xy 73.336777 141.206081) + (xy 73.153634 141.063535) (xy 73.153628 141.063531) (xy 72.949504 140.953064) (xy 72.949495 140.953061) + (xy 72.729984 140.877702) (xy 72.53945 140.845908) (xy 72.501049 140.8395) (xy 72.268951 140.8395) + (xy 72.23055 140.845908) (xy 72.040015 140.877702) (xy 71.820504 140.953061) (xy 71.820495 140.953064) + (xy 71.616371 141.063531) (xy 71.616365 141.063535) (xy 71.433222 141.206081) (xy 71.433218 141.206085) + (xy 71.424866 141.215158) (xy 71.364979 141.251148) (xy 71.295141 141.249047) (xy 71.237525 141.209522) + (xy 71.217455 141.174507) (xy 71.188797 141.097671) (xy 71.188793 141.097664) (xy 71.102547 140.982455) + (xy 71.102544 140.982452) (xy 70.987335 140.896206) (xy 70.987328 140.896202) (xy 70.852482 140.845908) + (xy 70.852483 140.845908) (xy 70.792883 140.839501) (xy 70.792881 140.8395) (xy 70.792873 140.8395) + (xy 70.792865 140.8395) (xy 69.1565 140.8395) (xy 69.089461 140.819815) (xy 69.043706 140.767011) + (xy 69.0325 140.7155) (xy 69.0325 140.458) (xy 74.108001 140.458) (xy 74.108001 140.631322) (xy 74.118144 140.730607) + (xy 74.171452 140.891481) (xy 74.171457 140.891492) (xy 74.260424 141.035728) (xy 74.260427 141.035732) + (xy 74.380267 141.155572) (xy 74.380271 141.155575) (xy 74.524507 141.244542) (xy 74.524518 141.244547) + (xy 74.685393 141.297855) (xy 74.784683 141.307999) (xy 74.808 141.307998) (xy 74.808 140.458) (xy 75.308 140.458) + (xy 75.308 141.307999) (xy 75.331308 141.307999) (xy 75.331322 141.307998) (xy 75.430607 141.297855) + (xy 75.591481 141.244547) (xy 75.591492 141.244542) (xy 75.735728 141.155575) (xy 75.735732 141.155572) + (xy 75.855572 141.035732) (xy 75.855575 141.035728) (xy 75.944542 140.891492) (xy 75.944547 140.891481) + (xy 75.997855 140.730606) (xy 76.007999 140.631322) (xy 76.008 140.631309) (xy 76.008 140.458) (xy 75.308 140.458) + (xy 74.808 140.458) (xy 74.108001 140.458) (xy 69.0325 140.458) (xy 69.0325 139.958) (xy 74.108 139.958) + (xy 74.808 139.958) (xy 74.808 139.108) (xy 75.308 139.108) (xy 75.308 139.958) (xy 76.007999 139.958) + (xy 76.007999 139.784692) (xy 76.007998 139.784677) (xy 75.997855 139.685392) (xy 75.944547 139.524518) + (xy 75.944542 139.524507) (xy 75.855575 139.380271) (xy 75.855572 139.380267) (xy 75.735732 139.260427) + (xy 75.735728 139.260424) (xy 75.591492 139.171457) (xy 75.591481 139.171452) (xy 75.430606 139.118144) + (xy 75.331322 139.108) (xy 75.308 139.108) (xy 74.808 139.108) (xy 74.808 139.107999) (xy 74.784693 139.108) + (xy 74.784674 139.108001) (xy 74.685392 139.118144) (xy 74.524518 139.171452) (xy 74.524507 139.171457) + (xy 74.380271 139.260424) (xy 74.380267 139.260427) (xy 74.260427 139.380267) (xy 74.260424 139.380271) + (xy 74.171457 139.524507) (xy 74.171452 139.524518) (xy 74.118144 139.685393) (xy 74.108 139.784677) + (xy 74.108 139.958) (xy 69.0325 139.958) (xy 69.0325 129.882057) (xy 69.052185 129.815018) (xy 69.091401 129.77652) + (xy 69.225656 129.693712) (xy 69.319319 129.600049) (xy 69.380642 129.566564) (xy 69.450334 129.571548) + (xy 69.494681 129.600049) (xy 69.588344 129.693712) (xy 69.737666 129.785814) (xy 69.904203 129.840999) + (xy 70.006991 129.8515) (xy 70.807008 129.851499) (xy 70.807016 129.851498) (xy 70.807019 129.851498) + (xy 70.883297 129.843706) (xy 70.909797 129.840999) (xy 71.076334 129.785814) (xy 71.225656 129.693712) + (xy 71.349712 129.569656) (xy 71.441814 129.420334) (xy 71.496999 129.253797) (xy 71.5075 129.151009) + (xy 71.507499 128.150992) (xy 71.506375 128.139992) (xy 71.496999 128.048203) (xy 71.496998 128.0482) + (xy 71.478304 127.991785) (xy 71.441814 127.881666) (xy 71.349712 127.732344) (xy 71.225656 127.608288) + (xy 71.076334 127.516186) (xy 70.909797 127.461001) (xy 70.909795 127.461) (xy 70.807016 127.4505) + (xy 70.807009 127.4505) (xy 70.142452 127.4505) (xy 70.075413 127.430815) (xy 70.054771 127.414181) + (xy 69.227819 126.587229) (xy 69.194334 126.525906) (xy 69.1915 126.499548) (xy 69.1915 126.326057) + (xy 69.211185 126.259018) (xy 69.250401 126.22052) (xy 69.384656 126.137712) (xy 69.478319 126.044049) + (xy 69.539642 126.010564) (xy 69.609334 126.015548) (xy 69.653681 126.044049) (xy 69.747344 126.137712) + (xy 69.896666 126.229814) (xy 70.063203 126.284999) (xy 70.165991 126.2955) (xy 70.966008 126.295499) + (xy 70.966016 126.295498) (xy 70.966019 126.295498) (xy 71.022302 126.289748) (xy 71.068797 126.284999) + (xy 71.235334 126.229814) (xy 71.384656 126.137712) (xy 71.508712 126.013656) (xy 71.579117 125.899509) + (xy 71.631063 125.852786) (xy 71.700026 125.841563) (xy 71.764108 125.869406) (xy 71.772336 125.876926) + (xy 78.783228 132.887819) (xy 78.816713 132.949142) (xy 78.811729 133.018834) (xy 78.769857 133.074767) + (xy 78.704393 133.099184) (xy 78.695547 133.0995) (xy 77.832129 133.0995) (xy 77.832123 133.099501) + (xy 77.772516 133.105908) (xy 77.637671 133.156202) (xy 77.637664 133.156206) (xy 77.522455 133.242452) + (xy 77.522452 133.242455) (xy 77.436206 133.357664) (xy 77.436202 133.357671) (xy 77.385908 133.492517) + (xy 77.379501 133.552116) (xy 77.3795 133.552135) (xy 77.3795 133.7505) (xy 77.359815 133.817539) + (xy 77.307011 133.863294) (xy 77.2555 133.8745) (xy 76.778722 133.8745) (xy 76.711683 133.854815) + (xy 76.673183 133.815597) (xy 76.602712 133.701344) (xy 76.478656 133.577288) (xy 76.329334 133.485186) + (xy 76.162797 133.430001) (xy 76.162795 133.43) (xy 76.06001 133.4195) (xy 75.259998 133.4195) (xy 75.25998 133.419501) + (xy 75.157203 133.43) (xy 75.1572 133.430001) (xy 74.990668 133.485185) (xy 74.990663 133.485187) + (xy 74.841342 133.577289) (xy 74.747681 133.670951) (xy 74.686358 133.704436) (xy 74.616666 133.699452) + (xy 74.572319 133.670951) (xy 74.478657 133.577289) (xy 74.478656 133.577288) (xy 74.329334 133.485186) + (xy 74.162797 133.430001) (xy 74.162795 133.43) (xy 74.060016 133.4195) (xy 74.060009 133.4195) + (xy 73.318941 133.4195) (xy 73.27149 133.410062) (xy 73.240792 133.397347) (xy 73.240791 133.397346) + (xy 73.207455 133.383538) (xy 73.207453 133.383537) (xy 73.207452 133.383537) (xy 73.147029 133.371518) + (xy 73.08661 133.3595) (xy 73.086607 133.3595) (xy 73.086606 133.3595) (xy 71.569748 133.3595) (xy 71.502709 133.339815) + (xy 71.4776 133.318474) (xy 71.471873 133.312114) (xy 71.471869 133.31211) (xy 71.318734 133.200851) + (xy 71.318729 133.200848) (xy 71.145807 133.123857) (xy 71.145802 133.123855) (xy 71.000001 133.092865) + (xy 70.960646 133.0845) (xy 70.771354 133.0845) (xy 70.738897 133.091398) (xy 70.586197 133.123855) + (xy 70.586192 133.123857) (xy 70.41327 133.200848) (xy 70.413265 133.200851) (xy 70.260129 133.312111) + (xy 70.133466 133.452785) (xy 70.038821 133.616715) (xy 70.038818 133.616722) (xy 69.991541 133.762228) + (xy 69.980326 133.796744) (xy 69.96054 133.985) (xy 69.980326 134.173256) (xy 69.980327 134.173259) + (xy 70.038818 134.353277) (xy 70.038821 134.353284) (xy 70.133467 134.517216) (xy 70.235185 134.630185) + (xy 70.260129 134.657888) (xy 70.413265 134.769148) (xy 70.41327 134.769151) (xy 70.586192 134.846142) + (xy 70.586197 134.846144) (xy 70.771354 134.8855) (xy 70.771355 134.8855) (xy 70.960644 134.8855) + (xy 70.960646 134.8855) (xy 71.145803 134.846144) (xy 71.31873 134.769151) (xy 71.471871 134.657888) + (xy 71.474788 134.654647) (xy 71.4776 134.651526) (xy 71.537087 134.614879) (xy 71.569748 134.6105) + (xy 72.4355 134.6105) (xy 72.502539 134.630185) (xy 72.548294 134.682989) (xy 72.5595 134.7345) + (xy 72.5595 135.120001) (xy 72.559501 135.120019) (xy 72.57 135.222796) (xy 72.570001 135.222799) + (xy 72.616508 135.363147) (xy 72.625186 135.389334) (xy 72.717288 135.538656) (xy 72.841344 135.662712) + (xy 72.990666 135.754814) (xy 73.157203 135.809999) (xy 73.259991 135.8205) (xy 74.060008 135.820499) + (xy 74.060016 135.820498) (xy 74.060019 135.820498) (xy 74.116302 135.814748) (xy 74.162797 135.809999) + (xy 74.329334 135.754814) (xy 74.478656 135.662712) (xy 74.572319 135.569049) (xy 74.633642 135.535564) + (xy 74.703334 135.540548) (xy 74.747681 135.569049) (xy 74.841344 135.662712) (xy 74.990666 135.754814) + (xy 75.157203 135.809999) (xy 75.259991 135.8205) (xy 76.060008 135.820499) (xy 76.060016 135.820498) + (xy 76.060019 135.820498) (xy 76.116302 135.814748) (xy 76.162797 135.809999) (xy 76.329334 135.754814) + (xy 76.478656 135.662712) (xy 76.602712 135.538656) (xy 76.694814 135.389334) (xy 76.749999 135.222797) + (xy 76.749999 135.222795) (xy 76.752128 135.216371) (xy 76.75348 135.216819) (xy 76.783126 135.162105) + (xy 76.844339 135.12842) (xy 76.871092 135.1255) (xy 77.255501 135.1255) (xy 77.32254 135.145185) + (xy 77.368295 135.197989) (xy 77.379501 135.2495) (xy 77.379501 135.447876) (xy 77.385908 135.507483) + (xy 77.436202 135.642328) (xy 77.436206 135.642335) (xy 77.522452 135.757544) (xy 77.522455 135.757547) + (xy 77.637664 135.843793) (xy 77.637671 135.843797) (xy 77.772517 135.894091) (xy 77.772516 135.894091) + (xy 77.779444 135.894835) (xy 77.832127 135.9005) (xy 79.727872 135.900499) (xy 79.787483 135.894091) + (xy 79.922331 135.843796) (xy 80.037546 135.757546) (xy 80.123796 135.642331) (xy 80.142092 135.593274) + (xy 80.183961 135.537342) (xy 80.249425 135.512924) (xy 80.317699 135.527775) (xy 80.334436 135.538755) + (xy 80.511365 135.676464) (xy 80.511371 135.676468) (xy 80.511374 135.67647) (xy 80.715497 135.786936) + (xy 80.81326 135.820498) (xy 80.935015 135.862297) (xy 80.935017 135.862297) (xy 80.935019 135.862298) + (xy 81.163951 135.9005) (xy 81.163952 135.9005) (xy 81.396048 135.9005) (xy 81.396049 135.9005) + (xy 81.624981 135.862298) (xy 81.844503 135.786936) (xy 82.048626 135.67647) (xy 82.066303 135.662712) + (xy 82.110129 135.6286) (xy 82.231784 135.533913) (xy 82.388979 135.363153) (xy 82.426191 135.306196) + (xy 82.479337 135.260839) (xy 82.548569 135.251415) (xy 82.611904 135.280917) (xy 82.633809 135.306196) + (xy 82.671016 135.363147) (xy 82.671019 135.363151) (xy 82.671021 135.363153) (xy 82.828216 135.533913) + (xy 82.828219 135.533915) (xy 82.828222 135.533918) (xy 83.011365 135.676464) (xy 83.011371 135.676468) + (xy 83.011374 135.67647) (xy 83.215497 135.786936) (xy 83.31326 135.820498) (xy 83.435015 135.862297) + (xy 83.435017 135.862297) (xy 83.435019 135.862298) (xy 83.663951 135.9005) (xy 83.663952 135.9005) + (xy 83.896048 135.9005) (xy 83.896049 135.9005) (xy 84.124981 135.862298) (xy 84.344503 135.786936) + (xy 84.548626 135.67647) (xy 84.566303 135.662712) (xy 84.610129 135.6286) (xy 84.731784 135.533913) + (xy 84.888979 135.363153) (xy 85.015924 135.168849) (xy 85.109157 134.9563) (xy 85.166134 134.731305) + (xy 85.166135 134.731297) (xy 85.1853 134.500006) (xy 85.1853 134.499993) (xy 85.166135 134.268702) + (xy 85.166133 134.268691) (xy 85.109157 134.043699) (xy 85.015924 133.831151) (xy 84.888983 133.636852) + (xy 84.88898 133.636849) (xy 84.888979 133.636847) (xy 84.731784 133.466087) (xy 84.731779 133.466083) + (xy 84.731777 133.466081) (xy 84.548634 133.323535) (xy 84.548628 133.323531) (xy 84.344504 133.213064) + (xy 84.344495 133.213061) (xy 84.124984 133.137702) (xy 83.93445 133.105908) (xy 83.896049 133.0995) + (xy 83.663951 133.0995) (xy 83.62555 133.105908) (xy 83.435016 133.137702) (xy 83.409421 133.146489) + (xy 83.339622 133.149638) (xy 83.281478 133.116888) (xy 83.24909 133.0845) (xy 83.211818 133.047227) + (xy 83.178334 132.985903) (xy 83.1755 132.959546) (xy 83.1755 131.712016) (xy 83.195185 131.644977) + (xy 83.247989 131.599222) (xy 83.260488 131.594313) (xy 83.319334 131.574814) (xy 83.468656 131.482712) + (xy 83.592712 131.358656) (xy 83.684814 131.209334) (xy 83.739999 131.042797) (xy 83.7505 130.940009) + (xy 83.750499 130.139992) (xy 83.739999 130.037203) (xy 83.684814 129.870666) (xy 83.592712 129.721344) + (xy 83.499049 129.627681) (xy 83.465564 129.566358) (xy 83.470548 129.496666) (xy 83.499049 129.452319) + (xy 83.531037 129.420331) (xy 83.592712 129.358656) (xy 83.684814 129.209334) (xy 83.739999 129.042797) + (xy 83.7505 128.940009) (xy 83.750499 128.139992) (xy 83.739999 128.037203) (xy 83.684814 127.870666) + (xy 83.592712 127.721344) (xy 83.468656 127.597288) (xy 83.337168 127.516186) (xy 83.319336 127.505187) + (xy 83.319331 127.505185) (xy 83.317862 127.504698) (xy 83.152797 127.450001) (xy 83.152795 127.45) + (xy 83.05001 127.4395) (xy 82.049998 127.4395) (xy 82.04998 127.439501) (xy 81.947203 127.45) (xy 81.9472 127.450001) + (xy 81.780668 127.505185) (xy 81.780663 127.505187) (xy 81.631342 127.597289) (xy 81.507287 127.721344) + (xy 81.482182 127.762046) (xy 81.430233 127.80877) (xy 81.36127 127.819991) (xy 81.303759 127.797266) + (xy 81.224734 127.739851) (xy 81.224729 127.739848) (xy 81.051807 127.662857) (xy 81.051802 127.662855) + (xy 80.906001 127.631865) (xy 80.866646 127.6235) (xy 80.677354 127.6235) (xy 80.644897 127.630398) + (xy 80.492197 127.662855) (xy 80.492192 127.662857) (xy 80.31927 127.739848) (xy 80.319265 127.739851) + (xy 80.166129 127.851111) (xy 80.039466 127.991785) (xy 79.944821 128.155715) (xy 79.944818 128.155722) + (xy 79.893436 128.313862) (xy 79.886326 128.335744) (xy 79.86654 128.524) (xy 79.886326 128.712256) + (xy 79.886327 128.712259) (xy 79.944818 128.892277) (xy 79.944821 128.892284) (xy 80.039467 129.056216) + (xy 80.141867 129.169942) (xy 80.166129 129.196888) (xy 80.319265 129.308148) (xy 80.31927 129.308151) + (xy 80.492192 129.385142) (xy 80.492197 129.385144) (xy 80.677354 129.4245) (xy 80.677355 129.4245) + (xy 80.866644 129.4245) (xy 80.866646 129.4245) (xy 81.051803 129.385144) (xy 81.22473 129.308151) + (xy 81.290131 129.260634) (xy 81.355933 129.237155) (xy 81.423987 129.25298) (xy 81.468552 129.295855) + (xy 81.476136 129.308151) (xy 81.507289 129.358657) (xy 81.600951 129.452319) (xy 81.634436 129.513642) + (xy 81.629452 129.583334) (xy 81.600951 129.627681) (xy 81.507289 129.721342) (xy 81.415187 129.870663) + (xy 81.415186 129.870666) (xy 81.360001 130.037203) (xy 81.360001 130.037204) (xy 81.36 130.037204) + (xy 81.3495 130.139983) (xy 81.3495 130.940001) (xy 81.349501 130.940019) (xy 81.36 131.042796) + (xy 81.360001 131.042799) (xy 81.410436 131.195) (xy 81.415186 131.209334) (xy 81.507288 131.358656) + (xy 81.631344 131.482712) (xy 81.780666 131.574814) (xy 81.780668 131.574815) (xy 81.80111 131.581588) + (xy 81.839502 131.59431) (xy 81.896947 131.634081) (xy 81.923772 131.698596) (xy 81.9245 131.712016) + (xy 81.9245 133.066854) (xy 81.904815 133.133893) (xy 81.852011 133.179648) (xy 81.782853 133.189592) + (xy 81.760237 133.184135) (xy 81.624984 133.137702) (xy 81.43445 133.105908) (xy 81.396049 133.0995) + (xy 81.163951 133.0995) (xy 81.12555 133.105908) (xy 80.935016 133.137702) (xy 80.909421 133.146489) + (xy 80.839622 133.149638) (xy 80.781479 133.116888) (xy 76.924246 129.259656) (xy 76.890761 129.198333) + (xy 76.895745 129.128641) (xy 76.937617 129.072708) (xy 76.97983 129.052202) (xy 77.079321 129.025544) + (xy 77.304644 128.932212) (xy 77.515856 128.810268) (xy 77.709345 128.661799) (xy 77.881799 128.489345) + (xy 78.030268 128.295856) (xy 78.152212 128.084644) (xy 78.245544 127.859321) (xy 78.308666 127.623744) + (xy 78.340499 127.381951) (xy 84.2195 127.381951) (xy 84.241138 127.546298) (xy 84.251334 127.623744) + (xy 84.314456 127.85932) (xy 84.314459 127.85933) (xy 84.407786 128.08464) (xy 84.407791 128.084651) + (xy 84.529727 128.295848) (xy 84.529738 128.295864) (xy 84.678199 128.489343) (xy 84.678205 128.48935) + (xy 84.850649 128.661794) (xy 84.850655 128.661799) (xy 85.044144 128.810268) (xy 85.044151 128.810272) + (xy 85.255348 128.932208) (xy 85.255353 128.93221) (xy 85.255356 128.932212) (xy 85.480679 129.025544) + (xy 85.716256 129.088666) (xy 85.958056 129.1205) (xy 85.958063 129.1205) (xy 86.201937 129.1205) + (xy 86.201944 129.1205) (xy 86.443744 129.088666) (xy 86.679321 129.025544) (xy 86.904644 128.932212) + (xy 87.115856 128.810268) (xy 87.309345 128.661799) (xy 87.481799 128.489345) (xy 87.630268 128.295856) + (xy 87.752212 128.084644) (xy 87.845544 127.859321) (xy 87.908666 127.623744) (xy 87.9405 127.381944) + (xy 87.9405 126.618056) (xy 87.908666 126.376256) (xy 87.845544 126.140679) (xy 87.821073 126.081602) + (xy 87.796593 126.0225) (xy 87.752212 125.915356) (xy 87.75221 125.915353) (xy 87.752208 125.915348) + (xy 87.630272 125.704151) (xy 87.630268 125.704144) (xy 87.587518 125.648431) (xy 87.4818 125.510656) + (xy 87.481794 125.510649) (xy 87.30935 125.338205) (xy 87.309343 125.338199) (xy 87.115864 125.189738) + (xy 87.115862 125.189736) (xy 87.115856 125.189732) (xy 87.115851 125.189729) (xy 87.115848 125.189727) + (xy 86.904651 125.067791) (xy 86.90464 125.067786) (xy 86.67933 124.974459) (xy 86.679323 124.974457) + (xy 86.679321 124.974456) (xy 86.443744 124.911334) (xy 86.403333 124.906013) (xy 86.201951 124.8795) + (xy 86.201944 124.8795) (xy 85.958056 124.8795) (xy 85.958048 124.8795) (xy 85.727896 124.909801) + (xy 85.716256 124.911334) (xy 85.489845 124.972) (xy 85.480679 124.974456) (xy 85.480669 124.974459) + (xy 85.255359 125.067786) (xy 85.255348 125.067791) (xy 85.044151 125.189727) (xy 85.044135 125.189738) + (xy 84.850656 125.338199) (xy 84.850649 125.338205) (xy 84.678205 125.510649) (xy 84.678199 125.510656) + (xy 84.529738 125.704135) (xy 84.529727 125.704151) (xy 84.407791 125.915348) (xy 84.407786 125.915359) + (xy 84.314459 126.140669) (xy 84.314456 126.140679) (xy 84.282748 126.259018) (xy 84.251335 126.376253) + (xy 84.251333 126.376264) (xy 84.2195 126.618048) (xy 84.2195 127.381951) (xy 78.340499 127.381951) + (xy 78.3405 127.381944) (xy 78.3405 126.618056) (xy 78.308666 126.376256) (xy 78.245544 126.140679) + (xy 78.221073 126.081602) (xy 78.196593 126.0225) (xy 78.152212 125.915356) (xy 78.15221 125.915353) + (xy 78.152208 125.915348) (xy 78.030272 125.704151) (xy 78.030268 125.704144) (xy 77.987518 125.648431) + (xy 77.8818 125.510656) (xy 77.881794 125.510649) (xy 77.70935 125.338205) (xy 77.709343 125.338199) + (xy 77.515864 125.189738) (xy 77.515862 125.189736) (xy 77.515856 125.189732) (xy 77.515851 125.189729) + (xy 77.515848 125.189727) (xy 77.304651 125.067791) (xy 77.30464 125.067786) (xy 77.07933 124.974459) + (xy 77.079323 124.974457) (xy 77.079321 124.974456) (xy 76.843744 124.911334) (xy 76.803333 124.906013) + (xy 76.601951 124.8795) (xy 76.601944 124.8795) (xy 76.358056 124.8795) (xy 76.358048 124.8795) + (xy 76.127896 124.909801) (xy 76.116256 124.911334) (xy 75.889845 124.972) (xy 75.880679 124.974456) + (xy 75.880669 124.974459) (xy 75.655359 125.067786) (xy 75.655348 125.067791) (xy 75.444151 125.189727) + (xy 75.444135 125.189738) (xy 75.250656 125.338199) (xy 75.250649 125.338205) (xy 75.078205 125.510649) + (xy 75.078199 125.510656) (xy 74.929738 125.704135) (xy 74.929727 125.704151) (xy 74.807791 125.915348) + (xy 74.807786 125.915359) (xy 74.714459 126.140669) (xy 74.714456 126.140679) (xy 74.682748 126.259018) + (xy 74.651335 126.376253) (xy 74.651333 126.376264) (xy 74.6195 126.618048) (xy 74.6195 126.655547) + (xy 74.599815 126.722586) (xy 74.547011 126.768341) (xy 74.477853 126.778285) (xy 74.414297 126.74926) + (xy 74.407819 126.743228) (xy 72.367928 124.703338) (xy 72.367925 124.703334) (xy 72.367925 124.703335) + (xy 72.360859 124.696269) (xy 72.360858 124.696267) (xy 72.273733 124.609142) (xy 72.273729 124.609139) + (xy 72.273728 124.609138) (xy 72.214057 124.569267) (xy 72.214055 124.569266) (xy 72.171286 124.540688) + (xy 72.171287 124.540688) (xy 72.171285 124.540687) (xy 72.131039 124.524017) (xy 72.090792 124.507347) + (xy 72.057453 124.493537) (xy 72.047427 124.491543) (xy 71.997029 124.481518) (xy 71.93661 124.4695) + (xy 71.936607 124.4695) (xy 71.936606 124.4695) (xy 71.738017 124.4695) (xy 71.670978 124.449815) + (xy 71.625223 124.397011) (xy 71.620311 124.384505) (xy 71.600814 124.325666) (xy 71.508712 124.176344) + (xy 71.384656 124.052288) (xy 71.235334 123.960186) (xy 71.068797 123.905001) (xy 71.068795 123.905) + (xy 70.96601 123.8945) (xy 70.165998 123.8945) (xy 70.16598 123.894501) (xy 70.063203 123.905) (xy 70.0632 123.905001) + (xy 69.896668 123.960185) (xy 69.896663 123.960187) (xy 69.747342 124.052289) (xy 69.653681 124.145951) + (xy 69.592358 124.179436) (xy 69.522666 124.174452) (xy 69.478319 124.145951) (xy 69.384657 124.052289) + (xy 69.384656 124.052288) (xy 69.235334 123.960186) (xy 69.068797 123.905001) (xy 69.068795 123.905) + (xy 68.96601 123.8945) (xy 68.165998 123.8945) (xy 68.16598 123.894501) (xy 68.063203 123.905) (xy 68.0632 123.905001) + (xy 67.896668 123.960185) (xy 67.896663 123.960187) (xy 67.747342 124.052289) (xy 67.623289 124.176342) + (xy 67.531187 124.325663) (xy 67.531186 124.325666) (xy 67.476001 124.492203) (xy 67.476001 124.492204) + (xy 67.476 124.492204) (xy 67.4655 124.594983) (xy 67.4655 125.259546) (xy 67.445815 125.326585) + (xy 67.42918 125.347227) (xy 67.051557 125.724853) (xy 66.946229 125.830181) (xy 66.884906 125.863666) + (xy 66.858548 125.8665) (xy 66.529111 125.8665) (xy 66.462072 125.846815) (xy 66.416317 125.794011) + (xy 66.406373 125.724853) (xy 66.422379 125.679379) (xy 66.450281 125.632198) (xy 66.4961 125.474486) + (xy 66.496295 125.472001) (xy 66.496295 125.472) (xy 63.551705 125.472) (xy 63.551704 125.472001) + (xy 63.551899 125.474486) (xy 63.597718 125.632198) (xy 63.681314 125.773552) (xy 63.6861 125.779722) + (xy 63.68364 125.781629) (xy 63.71021 125.830288) (xy 63.705226 125.89998) (xy 63.684162 125.932781) + (xy 63.685699 125.933974) (xy 63.680915 125.94014) (xy 63.597255 126.081603) (xy 63.597254 126.081606) + (xy 63.551402 126.239426) (xy 63.551401 126.239432) (xy 63.5485 126.276298) (xy 63.5485 126.707701) + (xy 63.551401 126.744567) (xy 63.551402 126.744573) (xy 63.597254 126.902393) (xy 63.597255 126.902396) + (xy 63.680917 127.043862) (xy 63.685702 127.050031) (xy 63.683256 127.051927) (xy 63.709857 127.100642) + (xy 63.704873 127.170334) (xy 63.684069 127.202703) (xy 63.685702 127.203969) (xy 63.680917 127.210137) + (xy 63.597255 127.351603) (xy 63.597254 127.351606) (xy 63.551402 127.509426) (xy 63.551401 127.509432) + (xy 63.5485 127.546298) (xy 63.5485 127.977701) (xy 63.551401 128.014567) (xy 63.551402 128.014573) + (xy 63.597254 128.172393) (xy 63.597255 128.172396) (xy 63.680917 128.313862) (xy 63.685702 128.320031) + (xy 63.683256 128.321927) (xy 63.709857 128.370642) (xy 63.704873 128.440334) (xy 63.684069 128.472703) + (xy 63.685702 128.473969) (xy 63.680917 128.480137) (xy 63.597255 128.621603) (xy 63.597254 128.621606) + (xy 63.551402 128.779426) (xy 63.551401 128.779432) (xy 63.5485 128.816298) (xy 63.5485 129.247701) + (xy 63.551401 129.284567) (xy 63.551402 129.284573) (xy 63.597254 129.442393) (xy 63.597255 129.442396) + (xy 63.680917 129.583862) (xy 63.680923 129.58387) (xy 63.797129 129.700076) (xy 63.797133 129.700079) + (xy 63.797135 129.700081) (xy 63.938602 129.783744) (xy 63.94572 129.785812) (xy 64.096426 129.829597) + (xy 64.096429 129.829597) (xy 64.096431 129.829598) (xy 64.133306 129.8325) (xy 64.2745 129.8325) + (xy 64.341539 129.852185) (xy 64.387294 129.904989) (xy 64.3985 129.9565) (xy 64.3985 130.172692) + (xy 64.378815 130.239731) (xy 64.33222 130.280433) (xy 64.332813 130.281395) (xy 64.327053 130.284947) + (xy 64.326912 130.285071) (xy 64.32667 130.285183) (xy 64.177342 130.377289) (xy 64.053288 130.501343) + (xy 64.053283 130.501349) (xy 64.051241 130.504661) (xy 64.049247 130.506453) (xy 64.048807 130.507011) + (xy 64.048711 130.506935) (xy 63.999291 130.551383) (xy 63.930328 130.562602) (xy 63.866247 130.534755) + (xy 63.840168 130.504656) (xy 63.838319 130.501659) (xy 63.838316 130.501655) (xy 63.714345 130.377684) + (xy 63.565124 130.285643) (xy 63.565119 130.285641) (xy 63.398697 130.230494) (xy 63.39869 130.230493) + (xy 63.295986 130.22) (xy 63.1585 130.22) (xy 63.1585 132.669999) (xy 62.658499 132.669999) (xy 62.6585 132.669998) + (xy 62.6585 131.695) (xy 61.821001 131.695) (xy 55.2355 131.695) (xy 55.2355 131.195) (xy 61.821 131.195) + (xy 62.6585 131.195) (xy 62.6585 130.22) (xy 62.521027 130.22) (xy 62.521012 130.220001) (xy 62.418302 130.230494) + (xy 62.25188 130.285641) (xy 62.251875 130.285643) (xy 62.102654 130.377684) (xy 61.978684 130.501654) + (xy 61.886643 130.650875) (xy 61.886641 130.65088) (xy 61.831494 130.817302) (xy 61.831493 130.817309) + (xy 61.821 130.920013) (xy 61.821 131.195) (xy 55.2355 131.195) (xy 55.2355 127.286848) (xy 55.255185 127.219809) + (xy 55.307989 127.174054) (xy 55.377147 127.16411) (xy 55.440703 127.193135) (xy 55.447181 127.199167) + (xy 57.67562 129.427606) (xy 57.675649 129.427637) (xy 57.765867 129.517855) (xy 57.765871 129.517858) + (xy 57.868311 129.586307) (xy 57.868317 129.58631) (xy 57.868318 129.586311) (xy 57.982152 129.633463) + (xy 58.017531 129.6405) (xy 58.102995 129.657499) (xy 58.102996 129.6575) (xy 58.102997 129.6575) + (xy 58.102998 129.6575) (xy 58.753191 129.6575) (xy 58.82023 129.677185) (xy 58.840872 129.693819) + (xy 58.847129 129.700076) (xy 58.847133 129.700079) (xy 58.847135 129.700081) (xy 58.988602 129.783744) + (xy 58.99572 129.785812) (xy 59.146426 129.829597) (xy 59.146429 129.829597) (xy 59.146431 129.829598) + (xy 59.183306 129.8325) (xy 59.183314 129.8325) (xy 60.964686 129.8325) (xy 60.964694 129.8325) + (xy 61.001569 129.829598) (xy 61.001571 129.829597) (xy 61.001573 129.829597) (xy 61.051753 129.815018) + (xy 61.159398 129.783744) (xy 61.300865 129.700081) (xy 61.417081 129.583865) (xy 61.500744 129.442398) + (xy 61.546598 129.284569) (xy 61.5495 129.247694) (xy 61.5495 128.816306) (xy 61.546598 128.779431) + (xy 61.500744 128.621602) (xy 61.417081 128.480135) (xy 61.417078 128.480132) (xy 61.412298 128.473969) + (xy 61.41475 128.472066) (xy 61.388155 128.423421) (xy 61.393104 128.353726) (xy 61.41394 128.321304) + (xy 61.412298 128.320031) (xy 61.417075 128.31387) (xy 61.417081 128.313865) (xy 61.500744 128.172398) + (xy 61.546598 128.014569) (xy 61.5495 127.977694) (xy 61.5495 127.546306) (xy 61.546598 127.509431) + (xy 61.545364 127.505185) (xy 61.500745 127.351606) (xy 61.500744 127.351603) (xy 61.500744 127.351602) + (xy 61.417081 127.210135) (xy 61.417078 127.210132) (xy 61.412298 127.203969) (xy 61.414635 127.202155) + (xy 61.387798 127.15305) (xy 61.392756 127.083356) (xy 61.413554 127.050998) (xy 61.411903 127.049717) + (xy 61.416686 127.04355) (xy 61.500281 126.902198) (xy 61.5461 126.744486) (xy 61.546295 126.742001) + (xy 61.546295 126.742) (xy 58.601705 126.742) (xy 58.601704 126.742001) (xy 58.601899 126.744486) + (xy 58.647718 126.902198) (xy 58.675621 126.949379) (xy 58.692804 127.017103) (xy 58.670644 127.083365) + (xy 58.616178 127.127129) (xy 58.568889 127.1365) (xy 58.222453 127.1365) (xy 58.155414 127.116815) + (xy 58.134772 127.100181) (xy 56.160819 125.126228) (xy 56.127334 125.064905) (xy 56.1245 125.038547) + (xy 56.1245 123.063) (xy 57.19854 123.063) (xy 57.218326 123.251256) (xy 57.218327 123.251259) (xy 57.276818 123.431277) + (xy 57.276821 123.431284) (xy 57.371467 123.595216) (xy 57.492935 123.730119) (xy 57.498129 123.735888) + (xy 57.651265 123.847148) (xy 57.65127 123.847151) (xy 57.824192 123.924142) (xy 57.824197 123.924144) + (xy 58.009354 123.9635) (xy 58.009355 123.9635) (xy 58.198644 123.9635) (xy 58.198646 123.9635) + (xy 58.383803 123.924144) (xy 58.55673 123.847151) (xy 58.604935 123.812127) (xy 58.670741 123.788647) + (xy 58.738795 123.804472) (xy 58.783359 123.847347) (xy 58.803096 123.879345) (xy 58.803288 123.879656) + (xy 58.927344 124.003712) (xy 59.049097 124.078809) (xy 59.095821 124.130755) (xy 59.108 124.184347) + (xy 59.108 124.342465) (xy 59.088315 124.409504) (xy 59.035511 124.455259) (xy 59.018597 124.461541) + (xy 58.988603 124.470255) (xy 58.847137 124.553917) (xy 58.847129 124.553923) (xy 58.730923 124.670129) + (xy 58.730917 124.670137) (xy 58.647255 124.811603) (xy 58.647254 124.811606) (xy 58.601402 124.969426) + (xy 58.601401 124.969432) (xy 58.5985 125.006298) (xy 58.5985 125.437701) (xy 58.601401 125.474567) + (xy 58.601402 125.474573) (xy 58.647254 125.632393) (xy 58.647255 125.632396) (xy 58.730917 125.773862) + (xy 58.735702 125.780031) (xy 58.733369 125.78184) (xy 58.76021 125.830995) (xy 58.755226 125.900687) + (xy 58.73447 125.933021) (xy 58.736097 125.934283) (xy 58.731313 125.940449) (xy 58.647718 126.081801) + (xy 58.601899 126.239513) (xy 58.601704 126.241998) (xy 58.601705 126.242) (xy 61.546295 126.242) + (xy 61.546295 126.241998) (xy 61.5461 126.239513) (xy 61.500281 126.081801) (xy 61.416685 125.940447) + (xy 61.4119 125.934278) (xy 61.414366 125.932364) (xy 61.387802 125.883776) (xy 61.392749 125.814082) + (xy 61.413856 125.781232) (xy 61.412301 125.780026) (xy 61.417077 125.773868) (xy 61.417081 125.773865) + (xy 61.500744 125.632398) (xy 61.546598 125.474569) (xy 61.5495 125.437694) (xy 61.5495 125.006306) + (xy 61.5468 124.971998) (xy 63.551704 124.971998) (xy 63.551705 124.972) (xy 64.774 124.972) (xy 64.774 124.422) + (xy 65.274 124.422) (xy 65.274 124.972) (xy 66.496295 124.972) (xy 66.496295 124.971998) (xy 66.4961 124.969513) + (xy 66.450281 124.811801) (xy 66.366685 124.670447) (xy 66.366678 124.670438) (xy 66.250561 124.554321) + (xy 66.250552 124.554314) (xy 66.109196 124.470717) (xy 66.109193 124.470716) (xy 65.951495 124.4249) + (xy 65.951489 124.424899) (xy 65.914649 124.422) (xy 65.274 124.422) (xy 64.774 124.422) (xy 64.13335 124.422) + (xy 64.09651 124.424899) (xy 64.096504 124.4249) (xy 63.938806 124.470716) (xy 63.938803 124.470717) + (xy 63.797447 124.554314) (xy 63.797438 124.554321) (xy 63.681321 124.670438) (xy 63.681314 124.670447) + (xy 63.597718 124.811801) (xy 63.551899 124.969513) (xy 63.551704 124.971998) (xy 61.5468 124.971998) + (xy 61.546598 124.969431) (xy 61.529719 124.911335) (xy 61.500745 124.811606) (xy 61.500744 124.811603) + (xy 61.500744 124.811602) (xy 61.417081 124.670135) (xy 61.417079 124.670133) (xy 61.417076 124.670129) + (xy 61.30087 124.553923) (xy 61.300862 124.553917) (xy 61.19651 124.492204) (xy 61.159398 124.470256) + (xy 61.159397 124.470255) (xy 61.159396 124.470255) (xy 61.159393 124.470254) (xy 61.001573 124.424402) + (xy 61.001567 124.424401) (xy 60.964701 124.4215) (xy 60.964694 124.4215) (xy 60.483 124.4215) (xy 60.415961 124.401815) + (xy 60.370206 124.349011) (xy 60.359 124.2975) (xy 60.359 124.184347) (xy 60.378685 124.117308) + (xy 60.417901 124.07881) (xy 60.539656 124.003712) (xy 60.663712 123.879656) (xy 60.665752 123.876347) + (xy 60.667745 123.874555) (xy 60.668193 123.873989) (xy 60.668289 123.874065) (xy 60.717694 123.829623) + (xy 60.786656 123.818395) (xy 60.85074 123.846234) (xy 60.876829 123.876339) (xy 60.878681 123.879341) + (xy 60.878683 123.879344) (xy 61.002654 124.003315) (xy 61.151875 124.095356) (xy 61.15188 124.095358) + (xy 61.318302 124.150505) (xy 61.318309 124.150506) (xy 61.421019 124.160999) (xy 61.558499 124.160999) + (xy 61.5585 124.160998) (xy 61.5585 123.186) (xy 62.0585 123.186) (xy 62.0585 124.160999) (xy 62.195972 124.160999) + (xy 62.195986 124.160998) (xy 62.298697 124.150505) (xy 62.465119 124.095358) (xy 62.465124 124.095356) + (xy 62.614345 124.003315) (xy 62.738315 123.879345) (xy 62.830356 123.730124) (xy 62.830358 123.730119) + (xy 62.885505 123.563697) (xy 62.885506 123.56369) (xy 62.895999 123.460986) (xy 62.896 123.460973) + (xy 62.896 123.186) (xy 62.0585 123.186) (xy 61.5585 123.186) (xy 61.5585 121.711) (xy 62.0585 121.711) + (xy 62.0585 122.686) (xy 62.895999 122.686) (xy 62.895999 122.411028) (xy 62.895998 122.411013) + (xy 62.885505 122.308302) (xy 62.830358 122.14188) (xy 62.830356 122.141875) (xy 62.738315 121.992654) + (xy 62.614345 121.868684) (xy 62.465124 121.776643) (xy 62.465119 121.776641) (xy 62.298697 121.721494) + (xy 62.29869 121.721493) (xy 62.195986 121.711) (xy 62.0585 121.711) (xy 61.5585 121.711) (xy 61.421027 121.711) + (xy 61.421012 121.711001) (xy 61.318302 121.721494) (xy 61.15188 121.776641) (xy 61.151875 121.776643) + (xy 61.002654 121.868684) (xy 60.878683 121.992655) (xy 60.878679 121.99266) (xy 60.876826 121.995665) + (xy 60.875018 121.99729) (xy 60.874202 121.998323) (xy 60.874025 121.998183) (xy 60.824874 122.042385) + (xy 60.755911 122.053601) (xy 60.691831 122.025752) (xy 60.665753 121.995653) (xy 60.665737 121.995628) + (xy 60.663712 121.992344) (xy 60.539656 121.868288) (xy 60.390334 121.776186) (xy 60.223797 121.721001) + (xy 60.223795 121.721) (xy 60.12101 121.7105) (xy 59.345998 121.7105) (xy 59.34598 121.710501) (xy 59.243203 121.721) + (xy 59.2432 121.721001) (xy 59.076668 121.776185) (xy 59.076663 121.776187) (xy 58.927342 121.868289) + (xy 58.803289 121.992342) (xy 58.711187 122.141663) (xy 58.711186 122.141666) (xy 58.69478 122.191177) + (xy 58.655007 122.248621) (xy 58.590491 122.275444) (xy 58.526638 122.265451) (xy 58.383807 122.201857) + (xy 58.383802 122.201855) (xy 58.238001 122.170865) (xy 58.198646 122.1625) (xy 58.009354 122.1625) + (xy 57.976897 122.169398) (xy 57.824197 122.201855) (xy 57.824192 122.201857) (xy 57.65127 122.278848) + (xy 57.651265 122.278851) (xy 57.498129 122.390111) (xy 57.371466 122.530785) (xy 57.276821 122.694715) + (xy 57.276818 122.694722) (xy 57.218327 122.87474) (xy 57.218326 122.874744) (xy 57.19854 123.063) + (xy 56.1245 123.063) (xy 56.1245 121.595452) (xy 56.144185 121.528413) (xy 56.160819 121.507771) + (xy 56.692772 120.975819) (xy 56.754095 120.942334) (xy 56.780453 120.9395) (xy 60.055607 120.9395) + (xy 60.116029 120.927481) (xy 60.176452 120.915463) (xy 60.217404 120.8985) (xy 60.290286 120.868312) + (xy 60.351645 120.827312) (xy 60.392733 120.799858) (xy 60.479858 120.712733) (xy 60.479859 120.712731) + (xy 60.486925 120.705665) (xy 60.486928 120.705661) (xy 60.707771 120.484818) (xy 60.769094 120.451333) + (xy 60.795452 120.448499) (xy 61.124546 120.448499) (xy 61.191585 120.468184) (xy 61.212227 120.484818) + (xy 61.486263 120.758855) (xy 61.486267 120.758858) (xy 61.58871 120.827309) (xy 61.588711 120.827309) + (xy 61.588715 120.827312) (xy 61.655396 120.854931) (xy 61.655398 120.854933) (xy 61.687696 120.868311) + (xy 61.702548 120.874463) (xy 61.722597 120.878451) (xy 61.756196 120.885134) (xy 61.823392 120.898501) + (xy 61.823394 120.898501) (xy 61.952721 120.898501) (xy 61.952741 120.8985) (xy 79.962107 120.8985) + (xy 80.023607 120.886267) (xy 80.023608 120.886267) (xy 80.043755 120.882259) (xy 80.082952 120.874463) + (xy 80.116292 120.860652) (xy 80.196786 120.827312) (xy 80.248009 120.793084) (xy 80.299233 120.758858) + (xy 80.386358 120.671733) (xy 80.38636 120.671729) (xy 80.532273 120.525815) (xy 80.593594 120.492333) + (xy 80.619952 120.489499) (xy 81.297002 120.489499) (xy 81.297008 120.489499) (xy 81.399797 120.478999) + (xy 81.566334 120.423814) (xy 81.715656 120.331712) (xy 81.715662 120.331705) (xy 81.721319 120.327234) + (xy 81.722692 120.32897) (xy 81.774539 120.300648) (xy 81.844232 120.305619) (xy 81.900173 120.34748) + (xy 81.924602 120.41294) (xy 81.919436 120.455331) (xy 81.919678 120.455383) (xy 81.919097 120.458113) + (xy 81.918852 120.460122) (xy 81.918326 120.461744) (xy 81.89854 120.65) (xy 81.918326 120.838256) + (xy 81.918327 120.838259) (xy 81.976818 121.018277) (xy 81.976821 121.018284) (xy 82.071467 121.182216) + (xy 82.198129 121.322888) (xy 82.351265 121.434148) (xy 82.35127 121.434151) (xy 82.524192 121.511142) + (xy 82.524197 121.511144) (xy 82.709354 121.5505) (xy 82.709355 121.5505) (xy 82.898644 121.5505) + (xy 82.898646 121.5505) (xy 83.083803 121.511144) (xy 83.25673 121.434151) (xy 83.409871 121.322888) + (xy 83.536533 121.182216) (xy 83.631179 121.018284) (xy 83.689674 120.838256) (xy 83.707321 120.670345) + (xy 83.733905 120.605732) (xy 83.742943 120.595645) (xy 83.853773 120.484815) (xy 83.915094 120.451333) + (xy 83.941452 120.448499) (xy 84.828002 120.448499) (xy 84.828008 120.448499) (xy 84.930797 120.437999) + (xy 85.097334 120.382814) (xy 85.246656 120.290712) (xy 85.370712 120.166656) (xy 85.462814 120.017334) + (xy 85.517999 119.850797) (xy 85.5285 119.748009) (xy 85.528499 119.08345) (xy 85.548183 119.016412) + (xy 85.564813 118.995775) (xy 85.751729 118.80886) (xy 85.751733 118.808858) (xy 85.838858 118.721733) + (xy 85.869584 118.675746) (xy 85.890254 118.644813) (xy 85.890256 118.64481) (xy 85.90731 118.619288) + (xy 85.907313 118.619282) (xy 85.917229 118.595342) (xy 85.934932 118.552603) (xy 85.954463 118.505452) + (xy 85.9785 118.384606) (xy 85.9785 113.998982) (xy 85.954463 113.878136) (xy 85.907311 113.764302) + (xy 85.90731 113.764301) (xy 85.907307 113.764295) (xy 85.838858 113.661855) (xy 85.838855 113.661851) + (xy 85.748637 113.571633) (xy 85.748606 113.571604) (xy 84.05061 111.873608) (xy 84.05059 111.873586) + (xy 83.959145 111.782141) (xy 83.907921 111.747915) (xy 83.856699 111.713689) (xy 83.856698 111.713688) + (xy 83.856695 111.713686) (xy 83.856692 111.713685) (xy 83.776204 111.680347) (xy 83.742865 111.666537) + (xy 83.732839 111.664543) (xy 83.682441 111.654518) (xy 83.622022 111.6425) (xy 83.622019 111.6425) + (xy 83.622018 111.6425) (xy 56.444452 111.6425) (xy 56.377413 111.622815) (xy 56.356771 111.606181) + (xy 55.271819 110.521229) (xy 55.238334 110.459906) (xy 55.2355 110.433548) (xy 55.2355 108.772998) + (xy 55.255185 108.705959) (xy 55.307989 108.660204) (xy 55.377147 108.65026) (xy 55.406952 108.658436) + (xy 55.520679 108.705544) (xy 55.756256 108.768666) (xy 55.998056 108.8005) (xy 55.998063 108.8005) + (xy 56.241937 108.8005) (xy 56.241944 108.8005) (xy 56.483744 108.768666) (xy 56.719321 108.705544) + (xy 56.944644 108.612212) (xy 57.155856 108.490268) (xy 57.349345 108.341799) (xy 57.521799 108.169345) + (xy 57.670268 107.975856) (xy 57.792212 107.764644) (xy 57.885544 107.539321) (xy 57.948666 107.303744) + (xy 57.980499 107.061951) (xy 63.8595 107.061951) (xy 63.886013 107.263333) (xy 63.891334 107.303744) + (xy 63.891335 107.303746) (xy 63.954456 107.53932) (xy 63.954459 107.53933) (xy 64.047786 107.76464) + (xy 64.047791 107.764651) (xy 64.169727 107.975848) (xy 64.169738 107.975864) (xy 64.318199 108.169343) + (xy 64.318205 108.16935) (xy 64.490649 108.341794) (xy 64.490655 108.341799) (xy 64.684144 108.490268) + (xy 64.684151 108.490272) (xy 64.895348 108.612208) (xy 64.895353 108.61221) (xy 64.895356 108.612212) + (xy 65.120679 108.705544) (xy 65.356256 108.768666) (xy 65.598056 108.8005) (xy 65.598063 108.8005) + (xy 65.841937 108.8005) (xy 65.841944 108.8005) (xy 66.083744 108.768666) (xy 66.319321 108.705544) + (xy 66.544644 108.612212) (xy 66.755856 108.490268) (xy 66.949345 108.341799) (xy 67.121799 108.169345) + (xy 67.270268 107.975856) (xy 67.392212 107.764644) (xy 67.485544 107.539321) (xy 67.548666 107.303744) + (xy 67.580499 107.061951) (xy 74.5795 107.061951) (xy 74.606013 107.263333) (xy 74.611334 107.303744) + (xy 74.611335 107.303746) (xy 74.674456 107.53932) (xy 74.674459 107.53933) (xy 74.767786 107.76464) + (xy 74.767791 107.764651) (xy 74.889727 107.975848) (xy 74.889738 107.975864) (xy 75.038199 108.169343) + (xy 75.038205 108.16935) (xy 75.210649 108.341794) (xy 75.210655 108.341799) (xy 75.404144 108.490268) + (xy 75.404151 108.490272) (xy 75.615348 108.612208) (xy 75.615353 108.61221) (xy 75.615356 108.612212) + (xy 75.840679 108.705544) (xy 76.076256 108.768666) (xy 76.318056 108.8005) (xy 76.318063 108.8005) + (xy 76.561937 108.8005) (xy 76.561944 108.8005) (xy 76.803744 108.768666) (xy 77.039321 108.705544) + (xy 77.264644 108.612212) (xy 77.475856 108.490268) (xy 77.669345 108.341799) (xy 77.841799 108.169345) + (xy 77.990268 107.975856) (xy 78.112212 107.764644) (xy 78.205544 107.539321) (xy 78.268666 107.303744) + (xy 78.300499 107.061951) (xy 84.1795 107.061951) (xy 84.206013 107.263333) (xy 84.211334 107.303744) + (xy 84.211335 107.303746) (xy 84.274456 107.53932) (xy 84.274459 107.53933) (xy 84.367786 107.76464) + (xy 84.367791 107.764651) (xy 84.489727 107.975848) (xy 84.489738 107.975864) (xy 84.638199 108.169343) + (xy 84.638205 108.16935) (xy 84.810649 108.341794) (xy 84.810655 108.341799) (xy 85.004144 108.490268) + (xy 85.004151 108.490272) (xy 85.215348 108.612208) (xy 85.215353 108.61221) (xy 85.215356 108.612212) + (xy 85.440679 108.705544) (xy 85.676256 108.768666) (xy 85.918056 108.8005) (xy 85.918063 108.8005) + (xy 86.161937 108.8005) (xy 86.161944 108.8005) (xy 86.403744 108.768666) (xy 86.639321 108.705544) + (xy 86.864644 108.612212) (xy 87.075856 108.490268) (xy 87.269345 108.341799) (xy 87.441799 108.169345) + (xy 87.590268 107.975856) (xy 87.712212 107.764644) (xy 87.805544 107.539321) (xy 87.868666 107.303744) + (xy 87.9005 107.061944) (xy 87.9005 106.298056) (xy 87.868666 106.056256) (xy 87.805544 105.820679) + (xy 87.712212 105.595356) (xy 87.71221 105.595353) (xy 87.712208 105.595348) (xy 87.590272 105.384151) + (xy 87.590268 105.384144) (xy 87.441799 105.190655) (xy 87.441794 105.190649) (xy 87.26935 105.018205) + (xy 87.269343 105.018199) (xy 87.075864 104.869738) (xy 87.075862 104.869736) (xy 87.075856 104.869732) + (xy 87.075851 104.869729) (xy 87.075848 104.869727) (xy 86.864651 104.747791) (xy 86.86464 104.747786) + (xy 86.63933 104.654459) (xy 86.639323 104.654457) (xy 86.639321 104.654456) (xy 86.403744 104.591334) + (xy 86.363333 104.586013) (xy 86.161951 104.5595) (xy 86.161944 104.5595) (xy 85.918056 104.5595) + (xy 85.918048 104.5595) (xy 85.687896 104.589801) (xy 85.676256 104.591334) (xy 85.440679 104.654456) + (xy 85.440669 104.654459) (xy 85.215359 104.747786) (xy 85.215348 104.747791) (xy 85.004151 104.869727) + (xy 85.004135 104.869738) (xy 84.810656 105.018199) (xy 84.810649 105.018205) (xy 84.638205 105.190649) + (xy 84.638199 105.190656) (xy 84.489738 105.384135) (xy 84.489727 105.384151) (xy 84.367791 105.595348) + (xy 84.367786 105.595359) (xy 84.274459 105.820669) (xy 84.274456 105.820679) (xy 84.211335 106.056253) + (xy 84.211333 106.056264) (xy 84.1795 106.298048) (xy 84.1795 107.061951) (xy 78.300499 107.061951) + (xy 78.3005 107.061944) (xy 78.3005 106.298056) (xy 78.268666 106.056256) (xy 78.205544 105.820679) + (xy 78.112212 105.595356) (xy 78.11221 105.595353) (xy 78.112208 105.595348) (xy 77.990272 105.384151) + (xy 77.990268 105.384144) (xy 77.841799 105.190655) (xy 77.841794 105.190649) (xy 77.66935 105.018205) + (xy 77.669343 105.018199) (xy 77.475864 104.869738) (xy 77.475862 104.869736) (xy 77.475856 104.869732) + (xy 77.475851 104.869729) (xy 77.475848 104.869727) (xy 77.264651 104.747791) (xy 77.26464 104.747786) + (xy 77.03933 104.654459) (xy 77.039323 104.654457) (xy 77.039321 104.654456) (xy 76.803744 104.591334) + (xy 76.763333 104.586013) (xy 76.561951 104.5595) (xy 76.561944 104.5595) (xy 76.318056 104.5595) + (xy 76.318048 104.5595) (xy 76.087896 104.589801) (xy 76.076256 104.591334) (xy 75.840679 104.654456) + (xy 75.840669 104.654459) (xy 75.615359 104.747786) (xy 75.615348 104.747791) (xy 75.404151 104.869727) + (xy 75.404135 104.869738) (xy 75.210656 105.018199) (xy 75.210649 105.018205) (xy 75.038205 105.190649) + (xy 75.038199 105.190656) (xy 74.889738 105.384135) (xy 74.889727 105.384151) (xy 74.767791 105.595348) + (xy 74.767786 105.595359) (xy 74.674459 105.820669) (xy 74.674456 105.820679) (xy 74.611335 106.056253) + (xy 74.611333 106.056264) (xy 74.5795 106.298048) (xy 74.5795 107.061951) (xy 67.580499 107.061951) + (xy 67.5805 107.061944) (xy 67.5805 106.298056) (xy 67.548666 106.056256) (xy 67.485544 105.820679) + (xy 67.392212 105.595356) (xy 67.39221 105.595353) (xy 67.392208 105.595348) (xy 67.270272 105.384151) + (xy 67.270268 105.384144) (xy 67.121799 105.190655) (xy 67.121794 105.190649) (xy 66.94935 105.018205) + (xy 66.949343 105.018199) (xy 66.755864 104.869738) (xy 66.755862 104.869736) (xy 66.755856 104.869732) + (xy 66.755851 104.869729) (xy 66.755848 104.869727) (xy 66.544651 104.747791) (xy 66.54464 104.747786) + (xy 66.31933 104.654459) (xy 66.319323 104.654457) (xy 66.319321 104.654456) (xy 66.083744 104.591334) + (xy 66.043333 104.586013) (xy 65.841951 104.5595) (xy 65.841944 104.5595) (xy 65.598056 104.5595) + (xy 65.598048 104.5595) (xy 65.367896 104.589801) (xy 65.356256 104.591334) (xy 65.120679 104.654456) + (xy 65.120669 104.654459) (xy 64.895359 104.747786) (xy 64.895348 104.747791) (xy 64.684151 104.869727) + (xy 64.684135 104.869738) (xy 64.490656 105.018199) (xy 64.490649 105.018205) (xy 64.318205 105.190649) + (xy 64.318199 105.190656) (xy 64.169738 105.384135) (xy 64.169727 105.384151) (xy 64.047791 105.595348) + (xy 64.047786 105.595359) (xy 63.954459 105.820669) (xy 63.954456 105.820679) (xy 63.891335 106.056253) + (xy 63.891333 106.056264) (xy 63.8595 106.298048) (xy 63.8595 107.061951) (xy 57.980499 107.061951) + (xy 57.9805 107.061944) (xy 57.9805 106.298056) (xy 57.948666 106.056256) (xy 57.885544 105.820679) + (xy 57.792212 105.595356) (xy 57.79221 105.595353) (xy 57.792208 105.595348) (xy 57.670272 105.384151) + (xy 57.670268 105.384144) (xy 57.521799 105.190655) (xy 57.521794 105.190649) (xy 57.34935 105.018205) + (xy 57.349343 105.018199) (xy 57.155864 104.869738) (xy 57.155862 104.869736) (xy 57.155856 104.869732) + (xy 57.155851 104.869729) (xy 57.155848 104.869727) (xy 56.944651 104.747791) (xy 56.94464 104.747786) + (xy 56.71933 104.654459) (xy 56.719323 104.654457) (xy 56.719321 104.654456) (xy 56.483744 104.591334) + (xy 56.443333 104.586013) (xy 56.241951 104.5595) (xy 56.241944 104.5595) (xy 55.998056 104.5595) + (xy 55.998048 104.5595) (xy 55.767896 104.589801) (xy 55.756256 104.591334) (xy 55.520679 104.654456) + (xy 55.520669 104.654459) (xy 55.295359 104.747786) (xy 55.295353 104.747789) (xy 55.246499 104.775995) + (xy 55.178599 104.792467) (xy 55.112572 104.769614) (xy 55.069382 104.714692) (xy 55.0605 104.668607) + (xy 55.0605 100.326) (xy 65.218001 100.326) (xy 65.218001 100.499322) (xy 65.228144 100.598607) + (xy 65.281452 100.759481) (xy 65.281457 100.759492) (xy 65.370424 100.903728) (xy 65.370427 100.903732) + (xy 65.490267 101.023572) (xy 65.490271 101.023575) (xy 65.634507 101.112542) (xy 65.634518 101.112547) + (xy 65.795393 101.165855) (xy 65.894683 101.175999) (xy 65.918 101.175998) (xy 65.918 100.326) (xy 66.418 100.326) + (xy 66.418 101.175999) (xy 66.441308 101.175999) (xy 66.441322 101.175998) (xy 66.540607 101.165855) + (xy 66.701481 101.112547) (xy 66.701492 101.112542) (xy 66.845728 101.023575) (xy 66.845732 101.023572) + (xy 66.965572 100.903732) (xy 66.965575 100.903728) (xy 67.054542 100.759492) (xy 67.054547 100.759481) + (xy 67.107855 100.598606) (xy 67.117999 100.499322) (xy 67.118 100.499309) (xy 67.118 100.326) (xy 66.418 100.326) + (xy 65.918 100.326) (xy 65.218001 100.326) (xy 55.0605 100.326) (xy 55.0605 99.826) (xy 65.218 99.826) + (xy 65.918 99.826) (xy 65.918 98.976) (xy 66.418 98.976) (xy 66.418 99.826) (xy 67.117999 99.826) + (xy 67.117999 99.652692) (xy 67.117998 99.652677) (xy 67.107855 99.553392) (xy 67.054547 99.392518) + (xy 67.054542 99.392507) (xy 66.965575 99.248271) (xy 66.965572 99.248267) (xy 66.845732 99.128427) + (xy 66.845728 99.128424) (xy 66.701492 99.039457) (xy 66.701481 99.039452) (xy 66.540606 98.986144) + (xy 66.441322 98.976) (xy 66.418 98.976) (xy 65.918 98.976) (xy 65.918 98.975999) (xy 65.894693 98.976) + (xy 65.894674 98.976001) (xy 65.795392 98.986144) (xy 65.634518 99.039452) (xy 65.634507 99.039457) + (xy 65.490271 99.128424) (xy 65.490267 99.128427) (xy 65.370427 99.248267) (xy 65.370424 99.248271) + (xy 65.281457 99.392507) (xy 65.281452 99.392518) (xy 65.228144 99.553393) (xy 65.218 99.652677) + (xy 65.218 99.826) (xy 55.0605 99.826) (xy 55.0605 97.790006) (xy 58.2847 97.790006) (xy 58.303864 98.021297) + (xy 58.303866 98.021308) (xy 58.360842 98.2463) (xy 58.454075 98.458848) (xy 58.581016 98.653147) + (xy 58.581019 98.653151) (xy 58.581021 98.653153) (xy 58.738216 98.823913) (xy 58.738219 98.823915) + (xy 58.738222 98.823918) (xy 58.921365 98.966464) (xy 58.921371 98.966468) (xy 58.921374 98.96647) + (xy 59.125497 99.076936) (xy 59.239487 99.116068) (xy 59.345015 99.152297) (xy 59.345017 99.152297) + (xy 59.345019 99.152298) (xy 59.573951 99.1905) (xy 59.573952 99.1905) (xy 59.806048 99.1905) (xy 59.806049 99.1905) + (xy 60.034981 99.152298) (xy 60.254503 99.076936) (xy 60.458626 98.96647) (xy 60.641784 98.823913) + (xy 60.650511 98.814432) (xy 60.710394 98.778441) (xy 60.780232 98.780538) (xy 60.83785 98.82006) + (xy 60.857924 98.85508) (xy 60.886645 98.932086) (xy 60.886649 98.932093) (xy 60.972809 99.047187) + (xy 60.972812 99.04719) (xy 61.087906 99.13335) (xy 61.087913 99.133354) (xy 61.22262 99.183596) + (xy 61.222627 99.183598) (xy 61.282155 99.189999) (xy 61.282172 99.19) (xy 61.98 99.19) (xy 61.98 98.165277) + (xy 62.056306 98.209333) (xy 62.170756 98.24) (xy 62.289244 98.24) (xy 62.403694 98.209333) (xy 62.48 98.165277) + (xy 62.48 99.19) (xy 63.177828 99.19) (xy 63.177844 99.189999) (xy 63.237372 99.183598) (xy 63.237379 99.183596) + (xy 63.372086 99.133354) (xy 63.372093 99.13335) (xy 63.487187 99.04719) (xy 63.48719 99.047187) + (xy 63.57335 98.932093) (xy 63.573354 98.932086) (xy 63.623596 98.797379) (xy 63.623598 98.797372) + (xy 63.629999 98.737844) (xy 63.63 98.737827) (xy 63.63 98.04) (xy 62.605278 98.04) (xy 62.649333 97.963694) + (xy 62.68 97.849244) (xy 62.68 97.730756) (xy 62.649333 97.616306) (xy 62.605278 97.54) (xy 63.63 97.54) + (xy 63.63 96.937) (xy 63.649685 96.869961) (xy 63.702489 96.824206) (xy 63.754 96.813) (xy 65.450541 96.813) + (xy 65.51758 96.832685) (xy 65.563335 96.885489) (xy 65.569617 96.902405) (xy 65.608252 97.035388) + (xy 65.608255 97.035396) (xy 65.691917 97.176862) (xy 65.691923 97.17687) (xy 65.808129 97.293076) + (xy 65.808133 97.293079) (xy 65.808135 97.293081) (xy 65.949602 97.376744) (xy 65.991224 97.388836) + (xy 66.107426 97.422597) (xy 66.107429 97.422597) (xy 66.107431 97.422598) (xy 66.144306 97.4255) + (xy 66.144314 97.4255) (xy 66.575686 97.4255) (xy 66.575694 97.4255) (xy 66.612569 97.422598) (xy 66.612571 97.422597) + (xy 66.612573 97.422597) (xy 66.688461 97.400549) (xy 66.770398 97.376744) (xy 66.911865 97.293081) + (xy 67.028081 97.176865) (xy 67.111744 97.035398) (xy 67.111745 97.035393) (xy 67.111748 97.035388) + (xy 67.157597 96.877573) (xy 67.157598 96.877567) (xy 67.160499 96.840701) (xy 67.1605 96.840694) + (xy 67.1605 95.6745) (xy 67.180185 95.607461) (xy 67.232989 95.561706) (xy 67.2845 95.5505) (xy 67.3355 95.5505) + (xy 67.402539 95.570185) (xy 67.448294 95.622989) (xy 67.4595 95.6745) (xy 67.4595 96.840701) (xy 67.462401 96.877567) + (xy 67.462402 96.877573) (xy 67.508252 97.035388) (xy 67.508255 97.035396) (xy 67.591917 97.176862) + (xy 67.591923 97.17687) (xy 67.708129 97.293076) (xy 67.708133 97.293079) (xy 67.708135 97.293081) + (xy 67.849602 97.376744) (xy 67.891224 97.388836) (xy 68.007426 97.422597) (xy 68.007429 97.422597) + (xy 68.007431 97.422598) (xy 68.044306 97.4255) (xy 68.044314 97.4255) (xy 68.475686 97.4255) (xy 68.475694 97.4255) + (xy 68.512569 97.422598) (xy 68.518031 97.421011) (xy 68.5879 97.421206) (xy 68.640314 97.452404) + (xy 68.806181 97.618271) (xy 68.839666 97.679594) (xy 68.8425 97.705952) (xy 68.8425 99.026452) + (xy 68.822815 99.093491) (xy 68.79541 99.123719) (xy 68.789958 99.128029) (xy 68.670029 99.247959) + (xy 68.581001 99.392294) (xy 68.580996 99.392305) (xy 68.527651 99.55329) (xy 68.5175 99.652647) + (xy 68.5175 100.499337) (xy 68.517501 100.499355) (xy 68.52765 100.598707) (xy 68.527651 100.59871) + (xy 68.580996 100.759694) (xy 68.581001 100.759705) (xy 68.670029 100.90404) (xy 68.670032 100.904044) + (xy 68.789955 101.023967) (xy 68.789959 101.02397) (xy 68.934294 101.112998) (xy 68.934297 101.112999) + (xy 68.934303 101.113003) (xy 69.095292 101.166349) (xy 69.194655 101.1765) (xy 69.741344 101.176499) + (xy 69.741352 101.176498) (xy 69.741355 101.176498) (xy 69.79576 101.17094) (xy 69.840708 101.166349) + (xy 70.001697 101.113003) (xy 70.146044 101.023968) (xy 70.265968 100.904044) (xy 70.355003 100.759697) + (xy 70.408349 100.598708) (xy 70.4185 100.499345) (xy 70.418499 99.652656) (xy 70.408349 99.553292) + (xy 70.355003 99.392303) (xy 70.354999 99.392297) (xy 70.354998 99.392294) (xy 70.26597 99.247959) + (xy 70.265969 99.247958) (xy 70.265968 99.247956) (xy 70.146044 99.128032) (xy 70.146043 99.128031) + (xy 70.146041 99.128029) (xy 70.14059 99.123719) (xy 70.100213 99.066697) (xy 70.0935 99.026452) + (xy 70.0935 97.333898) (xy 70.093499 97.33389) (xy 70.093461 97.3337) (xy 70.093411 97.333451) (xy 70.069463 97.213049) + (xy 70.068387 97.210452) (xy 70.031398 97.121151) (xy 70.022312 97.099214) (xy 69.974727 97.028) + (xy 69.953858 96.996767) (xy 69.953855 96.996764) (xy 69.953853 96.996761) (xy 69.863637 96.906545) + (xy 69.863606 96.906516) (xy 69.23227 96.27518) (xy 69.198785 96.213857) (xy 69.203769 96.144165) + (xy 69.232266 96.099823) (xy 69.740729 95.59136) (xy 69.740733 95.591358) (xy 69.827858 95.504233) + (xy 69.862084 95.453009) (xy 69.896312 95.401786) (xy 69.922067 95.339606) (xy 69.943459 95.287961) + (xy 69.943459 95.287959) (xy 69.943463 95.287951) (xy 69.9675 95.167107) (xy 69.9675 95.043893) + (xy 69.9675 92.326016) (xy 69.987185 92.258977) (xy 70.039989 92.213222) (xy 70.052488 92.208313) + (xy 70.111334 92.188814) (xy 70.260656 92.096712) (xy 70.384712 91.972656) (xy 70.476814 91.823334) + (xy 70.531999 91.656797) (xy 70.5425 91.554009) (xy 70.542499 90.753992) (xy 70.538873 90.7185) + (xy 70.531999 90.651203) (xy 70.531998 90.6512) (xy 70.506929 90.575547) (xy 70.476814 90.484666) + (xy 70.384712 90.335344) (xy 70.291049 90.241681) (xy 70.257564 90.180358) (xy 70.262548 90.110666) + (xy 70.291049 90.066319) (xy 70.384712 89.972656) (xy 70.476814 89.823334) (xy 70.531999 89.656797) + (xy 70.5425 89.554009) (xy 70.542499 88.753992) (xy 70.531999 88.651203) (xy 70.476814 88.484666) + (xy 70.384712 88.335344) (xy 70.260656 88.211288) (xy 70.111334 88.119186) (xy 70.111333 88.119185) + (xy 70.104791 88.116136) (xy 70.105962 88.113624) (xy 70.058994 88.08109) (xy 70.032184 88.016568) + (xy 70.044514 87.947795) (xy 70.063307 87.920207) (xy 70.070234 87.912515) (xy 70.16488 87.748583) + (xy 70.223375 87.568555) (xy 70.241022 87.400644) (xy 70.267606 87.336031) (xy 70.276653 87.325935) + (xy 70.740638 86.861951) (xy 74.6195 86.861951) (xy 74.632407 86.959983) (xy 74.651334 87.103744) + (xy 74.714456 87.33932) (xy 74.714459 87.33933) (xy 74.807786 87.56464) (xy 74.807791 87.564651) + (xy 74.929727 87.775848) (xy 74.929738 87.775864) (xy 75.078199 87.969343) (xy 75.078205 87.96935) + (xy 75.250649 88.141794) (xy 75.250656 88.1418) (xy 75.274968 88.160455) (xy 75.444144 88.290268) + (xy 75.444151 88.290272) (xy 75.655348 88.412208) (xy 75.655353 88.41221) (xy 75.655356 88.412212) + (xy 75.746582 88.449999) (xy 75.859612 88.496818) (xy 75.880679 88.505544) (xy 76.116256 88.568666) + (xy 76.358056 88.6005) (xy 76.358063 88.6005) (xy 76.601937 88.6005) (xy 76.601944 88.6005) (xy 76.843744 88.568666) + (xy 77.079321 88.505544) (xy 77.304644 88.412212) (xy 77.515856 88.290268) (xy 77.709345 88.141799) + (xy 77.881799 87.969345) (xy 78.030268 87.775856) (xy 78.152212 87.564644) (xy 78.245544 87.339321) + (xy 78.308666 87.103744) (xy 78.3405 86.861944) (xy 78.3405 86.098056) (xy 78.308666 85.856256) + (xy 78.245544 85.620679) (xy 78.152212 85.395356) (xy 78.15221 85.395353) (xy 78.152208 85.395348) + (xy 78.030272 85.184151) (xy 78.030268 85.184144) (xy 77.881799 84.990655) (xy 77.881794 84.990649) + (xy 77.70935 84.818205) (xy 77.709343 84.818199) (xy 77.515864 84.669738) (xy 77.515862 84.669736) + (xy 77.515856 84.669732) (xy 77.515851 84.669729) (xy 77.515848 84.669727) (xy 77.304651 84.547791) + (xy 77.30464 84.547786) (xy 77.07933 84.454459) (xy 77.079323 84.454457) (xy 77.079321 84.454456) + (xy 76.843744 84.391334) (xy 76.803333 84.386013) (xy 76.601951 84.3595) (xy 76.601944 84.3595) + (xy 76.358056 84.3595) (xy 76.358048 84.3595) (xy 76.127896 84.389801) (xy 76.116256 84.391334) + (xy 76.01939 84.417289) (xy 75.880679 84.454456) (xy 75.880669 84.454459) (xy 75.655359 84.547786) + (xy 75.655348 84.547791) (xy 75.444151 84.669727) (xy 75.444135 84.669738) (xy 75.250656 84.818199) + (xy 75.250649 84.818205) (xy 75.078205 84.990649) (xy 75.078199 84.990656) (xy 74.929738 85.184135) + (xy 74.929727 85.184151) (xy 74.807791 85.395348) (xy 74.807786 85.395359) (xy 74.714459 85.620669) + (xy 74.714456 85.620679) (xy 74.66922 85.789506) (xy 74.651335 85.856253) (xy 74.651333 85.856264) + (xy 74.6195 86.098048) (xy 74.6195 86.861951) (xy 70.740638 86.861951) (xy 70.855729 86.74686) (xy 70.855733 86.746858) + (xy 70.942858 86.659733) (xy 71.011311 86.557286) (xy 71.011312 86.557285) (xy 71.055751 86.449999) + (xy 71.056119 86.449112) (xy 71.058451 86.44348) (xy 71.058463 86.443452) (xy 71.070481 86.383029) + (xy 71.0825 86.322607) (xy 71.0825 86.199393) (xy 71.0825 76.832016) (xy 71.102185 76.764977) (xy 71.154989 76.719222) + (xy 71.167488 76.714313) (xy 71.226334 76.694814) (xy 71.375656 76.602712) (xy 71.499712 76.478656) + (xy 71.591814 76.329334) (xy 71.646999 76.162797) (xy 71.6575 76.060009) (xy 71.657499 75.484499) + (xy 71.677183 75.417461) (xy 71.729987 75.371706) (xy 71.781499 75.3605) (xy 72.4345 75.3605) (xy 72.501539 75.380185) + (xy 72.547294 75.432989) (xy 72.5585 75.4845) (xy 72.5585 76.060001) (xy 72.558501 76.060019) (xy 72.569 76.162796) + (xy 72.569001 76.162799) (xy 72.624185 76.329331) (xy 72.624187 76.329336) (xy 72.649802 76.370865) + (xy 72.716288 76.478656) (xy 72.840344 76.602712) (xy 72.989666 76.694814) (xy 73.156203 76.749999) + (xy 73.258991 76.7605) (xy 73.923547 76.760499) (xy 73.990586 76.780183) (xy 74.011228 76.796818) + (xy 80.618181 83.403771) (xy 80.651666 83.465094) (xy 80.6545 83.491452) (xy 80.6545 92.652185) + (xy 80.634815 92.719224) (xy 80.589518 92.761239) (xy 80.51138 92.803525) (xy 80.511372 92.80353) + (xy 80.334023 92.941567) (xy 80.269029 92.967209) (xy 80.200489 92.953642) (xy 80.150164 92.905174) + (xy 80.141679 92.887045) (xy 80.123355 92.837915) (xy 80.12335 92.837906) (xy 80.03719 92.722812) + (xy 80.037187 92.722809) (xy 79.922093 92.636649) (xy 79.922086 92.636645) (xy 79.787379 92.586403) + (xy 79.787372 92.586401) (xy 79.727844 92.58) (xy 79.03 92.58) (xy 79.03 93.546988) (xy 78.972993 93.514075) + (xy 78.845826 93.48) (xy 78.714174 93.48) (xy 78.587007 93.514075) (xy 78.53 93.546988) (xy 78.53 92.58) + (xy 77.832155 92.58) (xy 77.772627 92.586401) (xy 77.77262 92.586403) (xy 77.637913 92.636645) (xy 77.637906 92.636649) + (xy 77.522812 92.722809) (xy 77.522809 92.722812) (xy 77.436649 92.837906) (xy 77.436645 92.837913) + (xy 77.386403 92.97262) (xy 77.386401 92.972627) (xy 77.38 93.032155) (xy 77.38 93.73) (xy 78.346988 93.73) + (xy 78.314075 93.787007) (xy 78.28 93.914174) (xy 78.28 94.045826) (xy 78.314075 94.172993) (xy 78.346988 94.23) + (xy 77.38 94.23) (xy 77.38 94.927844) (xy 77.386401 94.987372) (xy 77.386403 94.987379) (xy 77.436645 95.122086) + (xy 77.436649 95.122093) (xy 77.522809 95.237187) (xy 77.522812 95.23719) (xy 77.637906 95.32335) + (xy 77.637913 95.323354) (xy 77.77262 95.373596) (xy 77.772627 95.373598) (xy 77.832155 95.379999) + (xy 77.832172 95.38) (xy 78.53 95.38) (xy 78.53 94.413012) (xy 78.587007 94.445925) (xy 78.714174 94.48) + (xy 78.845826 94.48) (xy 78.972993 94.445925) (xy 79.03 94.413012) (xy 79.03 95.38) (xy 79.727828 95.38) + (xy 79.727844 95.379999) (xy 79.787372 95.373598) (xy 79.787379 95.373596) (xy 79.922086 95.323354) + (xy 79.922093 95.32335) (xy 80.037187 95.23719) (xy 80.03719 95.237187) (xy 80.12335 95.122093) + (xy 80.123353 95.122088) (xy 80.141678 95.072955) (xy 80.183549 95.01702) (xy 80.249013 94.992602) + (xy 80.317286 95.007453) (xy 80.334023 95.018433) (xy 80.511365 95.156464) (xy 80.511371 95.156468) + (xy 80.511374 95.15647) (xy 80.715497 95.266936) (xy 80.776712 95.287951) (xy 80.935015 95.342297) + (xy 80.935017 95.342297) (xy 80.935019 95.342298) (xy 81.163951 95.3805) (xy 81.163952 95.3805) + (xy 81.195547 95.3805) (xy 81.262586 95.400185) (xy 81.308341 95.452989) (xy 81.318285 95.522147) + (xy 81.28926 95.585703) (xy 81.283228 95.592181) (xy 80.509229 96.366181) (xy 80.447906 96.399666) + (xy 80.421548 96.4025) (xy 73.564748 96.4025) (xy 73.497709 96.382815) (xy 73.4726 96.361474) (xy 73.466873 96.355114) + (xy 73.466869 96.35511) (xy 73.313734 96.243851) (xy 73.313729 96.243848) (xy 73.140807 96.166857) + (xy 73.140802 96.166855) (xy 72.995001 96.135865) (xy 72.955646 96.1275) (xy 72.766354 96.1275) + (xy 72.733897 96.134398) (xy 72.581197 96.166855) (xy 72.581192 96.166857) (xy 72.40827 96.243848) + (xy 72.408265 96.243851) (xy 72.255129 96.355111) (xy 72.128466 96.495785) (xy 72.033821 96.659715) + (xy 72.033818 96.659722) (xy 71.975327 96.83974) (xy 71.975326 96.839744) (xy 71.95554 97.028) (xy 71.975326 97.216256) + (xy 71.975327 97.216259) (xy 72.033818 97.396277) (xy 72.033821 97.396284) (xy 72.128467 97.560216) + (xy 72.221915 97.664) (xy 72.255129 97.700888) (xy 72.408265 97.812148) (xy 72.40827 97.812151) + (xy 72.581192 97.889142) (xy 72.581197 97.889144) (xy 72.766354 97.9285) (xy 72.766355 97.9285) + (xy 72.955644 97.9285) (xy 72.955646 97.9285) (xy 73.140803 97.889144) (xy 73.31373 97.812151) (xy 73.466871 97.700888) + (xy 73.469788 97.697647) (xy 73.4726 97.694526) (xy 73.532087 97.657879) (xy 73.564748 97.6535) + (xy 80.793607 97.6535) (xy 80.854029 97.641481) (xy 80.914452 97.629463) (xy 80.967357 97.607549) + (xy 81.028286 97.582312) (xy 81.079509 97.548084) (xy 81.130733 97.513858) (xy 81.217858 97.426733) + (xy 81.217859 97.426731) (xy 81.224925 97.419665) (xy 81.224928 97.419661) (xy 83.28148 95.363108) + (xy 83.342801 95.329625) (xy 83.40942 95.333509) (xy 83.435019 95.342298) (xy 83.663951 95.3805) + (xy 83.663952 95.3805) (xy 83.896048 95.3805) (xy 83.896049 95.3805) (xy 84.124981 95.342298) (xy 84.344503 95.266936) + (xy 84.548626 95.15647) (xy 84.731784 95.013913) (xy 84.888979 94.843153) (xy 85.015924 94.648849) + (xy 85.109157 94.4363) (xy 85.166134 94.211305) (xy 85.1853 93.98) (xy 85.1853 93.979993) (xy 85.166135 93.748702) + (xy 85.166133 93.748691) (xy 85.109157 93.523699) (xy 85.015924 93.311151) (xy 84.888983 93.116852) + (xy 84.88898 93.116849) (xy 84.888979 93.116847) (xy 84.731784 92.946087) (xy 84.731779 92.946083) + (xy 84.731777 92.946081) (xy 84.548634 92.803535) (xy 84.548628 92.803531) (xy 84.344504 92.693064) + (xy 84.344495 92.693061) (xy 84.124984 92.617702) (xy 83.937404 92.586401) (xy 83.896049 92.5795) + (xy 83.663951 92.5795) (xy 83.622596 92.586401) (xy 83.435015 92.617702) (xy 83.215504 92.693061) + (xy 83.215495 92.693064) (xy 83.011371 92.803531) (xy 83.011365 92.803535) (xy 82.828222 92.946081) + (xy 82.828219 92.946084) (xy 82.828216 92.946086) (xy 82.828216 92.946087) (xy 82.803785 92.972627) + (xy 82.671015 93.116854) (xy 82.633808 93.173804) (xy 82.580662 93.219161) (xy 82.51143 93.228584) + (xy 82.448095 93.199082) (xy 82.426192 93.173804) (xy 82.388984 93.116854) (xy 82.388982 93.116852) + (xy 82.388979 93.116847) (xy 82.231784 92.946087) (xy 82.231779 92.946083) (xy 82.231777 92.946081) + (xy 82.048634 92.803535) (xy 82.048619 92.803525) (xy 81.970482 92.761239) (xy 81.920891 92.71202) + (xy 81.9055 92.652185) (xy 81.9055 86.861951) (xy 84.2195 86.861951) (xy 84.232407 86.959983) (xy 84.251334 87.103744) + (xy 84.314456 87.33932) (xy 84.314459 87.33933) (xy 84.407786 87.56464) (xy 84.407791 87.564651) + (xy 84.529727 87.775848) (xy 84.529738 87.775864) (xy 84.678199 87.969343) (xy 84.678205 87.96935) + (xy 84.850649 88.141794) (xy 84.850656 88.1418) (xy 84.874968 88.160455) (xy 85.044144 88.290268) + (xy 85.044151 88.290272) (xy 85.255348 88.412208) (xy 85.255353 88.41221) (xy 85.255356 88.412212) + (xy 85.346582 88.449999) (xy 85.459612 88.496818) (xy 85.480679 88.505544) (xy 85.716256 88.568666) + (xy 85.958056 88.6005) (xy 85.958063 88.6005) (xy 86.201937 88.6005) (xy 86.201944 88.6005) (xy 86.443744 88.568666) + (xy 86.679321 88.505544) (xy 86.904644 88.412212) (xy 87.115856 88.290268) (xy 87.309345 88.141799) + (xy 87.481799 87.969345) (xy 87.630268 87.775856) (xy 87.752212 87.564644) (xy 87.835912 87.362575) + (xy 87.879753 87.308172) (xy 87.946047 87.286107) (xy 88.013746 87.303386) (xy 88.061357 87.354523) + (xy 88.062847 87.357607) (xy 88.124716 87.490284) (xy 88.131965 87.50583) (xy 88.131967 87.505834) + (xy 88.235865 87.654214) (xy 88.267501 87.699396) (xy 88.267506 87.699402) (xy 88.38943 87.821326) + (xy 88.422915 87.882649) (xy 88.417931 87.952341) (xy 88.376059 88.008274) (xy 88.345083 88.025189) + (xy 88.213669 88.074203) (xy 88.213664 88.074206) (xy 88.098455 88.160452) (xy 88.098452 88.160455) + (xy 88.012206 88.275664) (xy 88.012202 88.275671) (xy 87.961908 88.410517) (xy 87.957664 88.449998) + (xy 87.955501 88.470123) (xy 87.9555 88.470135) (xy 87.9555 90.26587) (xy 87.955501 90.265876) (xy 87.961908 90.325483) + (xy 88.012202 90.460328) (xy 88.012206 90.460335) (xy 88.098452 90.575544) (xy 88.098455 90.575547) + (xy 88.213664 90.661793) (xy 88.213671 90.661797) (xy 88.348517 90.712091) (xy 88.348516 90.712091) + (xy 88.355444 90.712835) (xy 88.408127 90.7185) (xy 90.203872 90.718499) (xy 90.263483 90.712091) + (xy 90.398331 90.661796) (xy 90.513546 90.575546) (xy 90.599796 90.460331) (xy 90.650091 90.325483) + (xy 90.6565 90.265873) (xy 90.656499 88.470128) (xy 90.650091 88.410517) (xy 90.644234 88.394814) + (xy 90.599797 88.275671) (xy 90.599793 88.275664) (xy 90.513547 88.160455) (xy 90.513544 88.160452) + (xy 90.398335 88.074206) (xy 90.398328 88.074202) (xy 90.266917 88.025189) (xy 90.210983 87.983318) + (xy 90.186566 87.917853) (xy 90.201418 87.84958) (xy 90.222563 87.821332) (xy 90.344495 87.699401) + (xy 90.480035 87.50583) (xy 90.579903 87.291663) (xy 90.641063 87.063408) (xy 90.661659 86.828) + (xy 90.641063 86.592592) (xy 90.590352 86.403334) (xy 90.579905 86.364344) (xy 90.579904 86.364343) + (xy 90.579903 86.364337) (xy 90.480035 86.150171) (xy 90.443539 86.098048) (xy 90.344494 85.956597) + (xy 90.177402 85.789506) (xy 90.177395 85.789501) (xy 89.983834 85.653967) (xy 89.98383 85.653965) + (xy 89.912448 85.620679) (xy 89.769663 85.554097) (xy 89.769659 85.554096) (xy 89.769655 85.554094) + (xy 89.541413 85.492938) (xy 89.541403 85.492936) (xy 89.306001 85.472341) (xy 89.305999 85.472341) + (xy 89.070596 85.492936) (xy 89.070586 85.492938) (xy 88.842344 85.554094) (xy 88.842335 85.554098) + (xy 88.628171 85.653964) (xy 88.628169 85.653965) (xy 88.434597 85.789505) (xy 88.267508 85.956594) + (xy 88.15947 86.110889) (xy 88.104893 86.154513) (xy 88.035394 86.161706) (xy 87.97304 86.130184) + (xy 87.937626 86.069954) (xy 87.934957 86.055959) (xy 87.908666 85.856256) (xy 87.845544 85.620679) + (xy 87.752212 85.395356) (xy 87.75221 85.395353) (xy 87.752208 85.395348) (xy 87.630272 85.184151) + (xy 87.630268 85.184144) (xy 87.481799 84.990655) (xy 87.481794 84.990649) (xy 87.30935 84.818205) + (xy 87.309343 84.818199) (xy 87.115864 84.669738) (xy 87.115862 84.669736) (xy 87.115856 84.669732) + (xy 87.115851 84.669729) (xy 87.115848 84.669727) (xy 86.904651 84.547791) (xy 86.90464 84.547786) + (xy 86.67933 84.454459) (xy 86.679323 84.454457) (xy 86.679321 84.454456) (xy 86.443744 84.391334) + (xy 86.403333 84.386013) (xy 86.201951 84.3595) (xy 86.201944 84.3595) (xy 85.958056 84.3595) (xy 85.958048 84.3595) + (xy 85.727896 84.389801) (xy 85.716256 84.391334) (xy 85.61939 84.417289) (xy 85.480679 84.454456) + (xy 85.480669 84.454459) (xy 85.255359 84.547786) (xy 85.255348 84.547791) (xy 85.044151 84.669727) + (xy 85.044135 84.669738) (xy 84.850656 84.818199) (xy 84.850649 84.818205) (xy 84.678205 84.990649) + (xy 84.678199 84.990656) (xy 84.529738 85.184135) (xy 84.529727 85.184151) (xy 84.407791 85.395348) + (xy 84.407786 85.395359) (xy 84.314459 85.620669) (xy 84.314456 85.620679) (xy 84.26922 85.789506) + (xy 84.251335 85.856253) (xy 84.251333 85.856264) (xy 84.2195 86.098048) (xy 84.2195 86.861951) + (xy 81.9055 86.861951) (xy 81.9055 83.119393) (xy 81.905499 83.119389) (xy 81.881464 82.998555) + (xy 81.881463 82.998548) (xy 81.834311 82.884714) (xy 81.83431 82.884713) (xy 81.834307 82.884707) + (xy 81.765858 82.782267) (xy 81.765855 82.782263) (xy 81.675637 82.692045) (xy 81.675606 82.692016) + (xy 78.35459 79.371) (xy 79.409001 79.371) (xy 79.409001 79.645986) (xy 79.419494 79.748697) (xy 79.474641 79.915119) + (xy 79.474643 79.915124) (xy 79.566684 80.064345) (xy 79.690654 80.188315) (xy 79.839875 80.280356) + (xy 79.83988 80.280358) (xy 80.006302 80.335505) (xy 80.006309 80.335506) (xy 80.109019 80.345999) + (xy 80.246499 80.345999) (xy 80.7465 80.345999) (xy 80.883972 80.345999) (xy 80.883986 80.345998) + (xy 80.986697 80.335505) (xy 81.153119 80.280358) (xy 81.153124 80.280356) (xy 81.302345 80.188315) + (xy 81.426318 80.064342) (xy 81.428165 80.061348) (xy 81.429969 80.059724) (xy 81.430798 80.058677) + (xy 81.430976 80.058818) (xy 81.48011 80.014621) (xy 81.549073 80.003396) (xy 81.613156 80.031236) + (xy 81.639243 80.061341) (xy 81.641288 80.064656) (xy 81.765344 80.188712) (xy 81.914666 80.280814) + (xy 82.081203 80.335999) (xy 82.183991 80.3465) (xy 82.959008 80.346499) (xy 82.959016 80.346498) + (xy 82.959019 80.346498) (xy 83.015302 80.340748) (xy 83.061797 80.335999) (xy 83.228334 80.280814) + (xy 83.377656 80.188712) (xy 83.501712 80.064656) (xy 83.593814 79.915334) (xy 83.631708 79.800977) + (xy 83.67148 79.743534) (xy 83.735995 79.716711) (xy 83.804771 79.729026) (xy 83.822295 79.739662) + (xy 83.827624 79.743534) (xy 83.87527 79.778151) (xy 84.048192 79.855142) (xy 84.048197 79.855144) + (xy 84.233354 79.8945) (xy 84.233355 79.8945) (xy 84.422644 79.8945) (xy 84.422646 79.8945) (xy 84.607803 79.855144) + (xy 84.78073 79.778151) (xy 84.933871 79.666888) (xy 85.060533 79.526216) (xy 85.155179 79.362284) + (xy 85.213674 79.182256) (xy 85.23346 78.994) (xy 85.213674 78.805744) (xy 85.155179 78.625716) + (xy 85.060533 78.461784) (xy 84.933871 78.321112) (xy 84.93387 78.321111) (xy 84.780734 78.209851) + (xy 84.780729 78.209848) (xy 84.607807 78.132857) (xy 84.607802 78.132855) (xy 84.462001 78.101865) + (xy 84.422646 78.0935) (xy 84.233354 78.0935) (xy 84.200897 78.100398) (xy 84.048197 78.132855) + (xy 84.048192 78.132857) (xy 83.875271 78.209848) (xy 83.739363 78.30859) (xy 83.673556 78.332069) + (xy 83.605502 78.316243) (xy 83.560939 78.273367) (xy 83.52176 78.209848) (xy 83.501712 78.177344) + (xy 83.377656 78.053288) (xy 83.255902 77.97819) (xy 83.209179 77.926243) (xy 83.197 77.872652) + (xy 83.197 76.698534) (xy 83.216685 76.631495) (xy 83.269489 76.58574) (xy 83.286396 76.57946) (xy 83.316398 76.570744) + (xy 83.457865 76.487081) (xy 83.574081 76.370865) (xy 83.657744 76.229398) (xy 83.703598 76.071569) + (xy 83.7065 76.034694) (xy 83.7065 75.603306) (xy 83.703598 75.566431) (xy 83.698176 75.54777) (xy 83.661849 75.422733) + (xy 83.657744 75.408602) (xy 83.574081 75.267135) (xy 83.574078 75.267132) (xy 83.569298 75.260969) + (xy 83.57175 75.259066) (xy 83.545155 75.210421) (xy 83.550104 75.140726) (xy 83.57094 75.108304) + (xy 83.569298 75.107031) (xy 83.574075 75.10087) (xy 83.574081 75.100865) (xy 83.657744 74.959398) + (xy 83.703598 74.801569) (xy 83.7065 74.764694) (xy 83.7065 74.333306) (xy 83.703598 74.296431) + (xy 83.657744 74.138602) (xy 83.574081 73.997135) (xy 83.574078 73.997132) (xy 83.569298 73.990969) + (xy 83.57175 73.989066) (xy 83.545155 73.940421) (xy 83.550104 73.870726) (xy 83.57094 73.838304) + (xy 83.569298 73.837031) (xy 83.574075 73.83087) (xy 83.574081 73.830865) (xy 83.657744 73.689398) + (xy 83.703598 73.531569) (xy 83.7065 73.494694) (xy 83.7065 73.063306) (xy 83.703598 73.026431) + (xy 83.700223 73.014815) (xy 83.657745 72.868606) (xy 83.657744 72.868603) (xy 83.657744 72.868602) + (xy 83.574081 72.727135) (xy 83.574078 72.727132) (xy 83.569298 72.720969) (xy 83.571635 72.719155) + (xy 83.544798 72.67005) (xy 83.549756 72.600356) (xy 83.570554 72.567998) (xy 83.568903 72.566717) + (xy 83.573686 72.56055) (xy 83.657281 72.419198) (xy 83.7031 72.261486) (xy 83.703295 72.259001) + (xy 83.703295 72.259) (xy 80.758705 72.259) (xy 80.758704 72.259001) (xy 80.758899 72.261486) (xy 80.804718 72.419198) + (xy 80.888314 72.560552) (xy 80.8931 72.566722) (xy 80.89064 72.568629) (xy 80.91721 72.617288) + (xy 80.912226 72.68698) (xy 80.891162 72.719781) (xy 80.892699 72.720974) (xy 80.887915 72.72714) + (xy 80.804255 72.868603) (xy 80.804254 72.868606) (xy 80.758402 73.026426) (xy 80.758401 73.026432) + (xy 80.7555 73.063298) (xy 80.7555 73.494701) (xy 80.758401 73.531567) (xy 80.758402 73.531573) + (xy 80.804254 73.689393) (xy 80.804255 73.689396) (xy 80.804256 73.689398) (xy 80.839209 73.7485) + (xy 80.887917 73.830862) (xy 80.892702 73.837031) (xy 80.890256 73.838927) (xy 80.916857 73.887642) + (xy 80.911873 73.957334) (xy 80.891069 73.989703) (xy 80.892702 73.990969) (xy 80.887917 73.997137) + (xy 80.804255 74.138603) (xy 80.804254 74.138606) (xy 80.758402 74.296426) (xy 80.758401 74.296432) + (xy 80.7555 74.333298) (xy 80.7555 74.764701) (xy 80.758401 74.801567) (xy 80.758402 74.801573) + (xy 80.804254 74.959393) (xy 80.804255 74.959396) (xy 80.887917 75.100862) (xy 80.892702 75.107031) + (xy 80.890256 75.108927) (xy 80.916857 75.157642) (xy 80.911873 75.227334) (xy 80.891069 75.259703) + (xy 80.892702 75.260969) (xy 80.887917 75.267137) (xy 80.804255 75.408603) (xy 80.804254 75.408606) + (xy 80.758402 75.566426) (xy 80.758401 75.566432) (xy 80.7555 75.603298) (xy 80.7555 76.034701) + (xy 80.758401 76.071567) (xy 80.758402 76.071573) (xy 80.804254 76.229393) (xy 80.804255 76.229396) + (xy 80.887917 76.370862) (xy 80.887923 76.37087) (xy 81.004129 76.487076) (xy 81.004133 76.487079) + (xy 81.004135 76.487081) (xy 81.145602 76.570744) (xy 81.175592 76.579457) (xy 81.303426 76.616597) + (xy 81.303429 76.616597) (xy 81.303431 76.616598) (xy 81.340306 76.6195) (xy 81.822 76.6195) (xy 81.889039 76.639185) + (xy 81.934794 76.691989) (xy 81.946 76.7435) (xy 81.946 77.872652) (xy 81.926315 77.939691) (xy 81.887098 77.978189) + (xy 81.809835 78.025845) (xy 81.765342 78.053289) (xy 81.641288 78.177343) (xy 81.641283 78.177349) + (xy 81.639241 78.180661) (xy 81.637247 78.182453) (xy 81.636807 78.183011) (xy 81.636711 78.182935) + (xy 81.587291 78.227383) (xy 81.518328 78.238602) (xy 81.454247 78.210755) (xy 81.428168 78.180656) + (xy 81.426319 78.177659) (xy 81.426316 78.177655) (xy 81.302345 78.053684) (xy 81.153124 77.961643) + (xy 81.153119 77.961641) (xy 80.986697 77.906494) (xy 80.98669 77.906493) (xy 80.883986 77.896) + (xy 80.7465 77.896) (xy 80.7465 80.345999) (xy 80.246499 80.345999) (xy 80.2465 80.345998) (xy 80.2465 79.371) + (xy 79.409001 79.371) (xy 78.35459 79.371) (xy 77.85459 78.871) (xy 79.409 78.871) (xy 80.2465 78.871) + (xy 80.2465 77.896) (xy 80.109027 77.896) (xy 80.109012 77.896001) (xy 80.006302 77.906494) (xy 79.83988 77.961641) + (xy 79.839875 77.961643) (xy 79.690654 78.053684) (xy 79.566684 78.177654) (xy 79.474643 78.326875) + (xy 79.474641 78.32688) (xy 79.419494 78.493302) (xy 79.419493 78.493309) (xy 79.409 78.596013) + (xy 79.409 78.871) (xy 77.85459 78.871) (xy 74.995818 76.012228) (xy 74.962333 75.950905) (xy 74.959499 75.924547) + (xy 74.959499 75.635451) (xy 74.979184 75.568412) (xy 75.031988 75.522657) (xy 75.101146 75.512713) + (xy 75.164702 75.541738) (xy 75.17118 75.54777) (xy 75.845275 76.221866) (xy 75.864326 76.246426) + (xy 75.937916 76.370861) (xy 75.937923 76.37087) (xy 76.054129 76.487076) (xy 76.054133 76.487079) + (xy 76.054135 76.487081) (xy 76.195602 76.570744) (xy 76.225592 76.579457) (xy 76.353426 76.616597) + (xy 76.353429 76.616597) (xy 76.353431 76.616598) (xy 76.390306 76.6195) (xy 76.390314 76.6195) + (xy 78.171686 76.6195) (xy 78.171694 76.6195) (xy 78.208569 76.616598) (xy 78.208571 76.616597) + (xy 78.208573 76.616597) (xy 78.256371 76.60271) (xy 78.366398 76.570744) (xy 78.507865 76.487081) + (xy 78.624081 76.370865) (xy 78.707744 76.229398) (xy 78.753598 76.071569) (xy 78.7565 76.034694) + (xy 78.7565 75.603306) (xy 78.753598 75.566431) (xy 78.748176 75.54777) (xy 78.711849 75.422733) + (xy 78.707744 75.408602) (xy 78.624081 75.267135) (xy 78.624078 75.267132) (xy 78.619298 75.260969) + (xy 78.62175 75.259066) (xy 78.595155 75.210421) (xy 78.600104 75.140726) (xy 78.62094 75.108304) + (xy 78.619298 75.107031) (xy 78.624075 75.10087) (xy 78.624081 75.100865) (xy 78.707744 74.959398) + (xy 78.753598 74.801569) (xy 78.7565 74.764694) (xy 78.7565 74.333306) (xy 78.753598 74.296431) + (xy 78.707744 74.138602) (xy 78.624081 73.997135) (xy 78.624078 73.997132) (xy 78.619298 73.990969) + (xy 78.621635 73.989155) (xy 78.594798 73.94005) (xy 78.599756 73.870356) (xy 78.620554 73.837998) + (xy 78.618903 73.836717) (xy 78.623686 73.83055) (xy 78.707281 73.689198) (xy 78.7531 73.531486) + (xy 78.753295 73.529001) (xy 78.753295 73.529) (xy 75.808705 73.529) (xy 75.807684 73.530104) (xy 75.794123 73.594651) + (xy 75.74507 73.644406) (xy 75.684871 73.659999) (xy 75.083499 73.659999) (xy 75.01646 73.640314) + (xy 74.970705 73.58751) (xy 74.959499 73.535999) (xy 74.959499 73.259998) (xy 74.959498 73.259981) + (xy 74.948999 73.157203) (xy 74.948998 73.1572) (xy 74.917887 73.063313) (xy 74.893814 72.990666) + (xy 74.801712 72.841344) (xy 74.677656 72.717288) (xy 74.564996 72.647799) (xy 74.528336 72.625187) + (xy 74.528331 72.625185) (xy 74.485279 72.610919) (xy 74.361797 72.570001) (xy 74.361795 72.57) + (xy 74.25901 72.5595) (xy 73.258998 72.5595) (xy 73.25898 72.559501) (xy 73.156203 72.57) (xy 73.1562 72.570001) + (xy 72.989668 72.625185) (xy 72.989663 72.625187) (xy 72.840342 72.717289) (xy 72.716289 72.841342) + (xy 72.716288 72.841344) (xy 72.640846 72.963657) (xy 72.633481 72.975597) (xy 72.581533 73.022321) + (xy 72.527942 73.0345) (xy 71.688058 73.0345) (xy 71.621019 73.014815) (xy 71.582519 72.975597) + (xy 71.499712 72.841344) (xy 71.375656 72.717288) (xy 71.262996 72.647799) (xy 71.226336 72.625187) + (xy 71.226331 72.625185) (xy 71.183279 72.610919) (xy 71.059797 72.570001) (xy 71.059795 72.57) + (xy 70.95701 72.5595) (xy 69.956998 72.5595) (xy 69.95698 72.559501) (xy 69.854203 72.57) (xy 69.8542 72.570001) + (xy 69.687668 72.625185) (xy 69.687663 72.625187) (xy 69.538342 72.717289) (xy 69.414289 72.841342) + (xy 69.322187 72.990663) (xy 69.322185 72.990668) (xy 69.309331 73.02946) (xy 69.267001 73.157203) + (xy 69.267001 73.157204) (xy 69.267 73.157204) (xy 69.2565 73.259983) (xy 69.2565 74.060001) (xy 69.256501 74.060019) + (xy 69.267 74.162796) (xy 69.267001 74.162799) (xy 69.322185 74.329331) (xy 69.322187 74.329336) + (xy 69.414289 74.478657) (xy 69.507951 74.572319) (xy 69.541436 74.633642) (xy 69.536452 74.703334) + (xy 69.507951 74.747681) (xy 69.414289 74.841342) (xy 69.322187 74.990663) (xy 69.322186 74.990666) + (xy 69.267001 75.157203) (xy 69.267001 75.157204) (xy 69.267 75.157204) (xy 69.2565 75.259983) (xy 69.2565 76.060001) + (xy 69.256501 76.060019) (xy 69.267 76.162796) (xy 69.267001 76.162799) (xy 69.322185 76.329331) + (xy 69.322187 76.329336) (xy 69.347802 76.370865) (xy 69.414288 76.478656) (xy 69.538344 76.602712) + (xy 69.683086 76.691989) (xy 69.687668 76.694815) (xy 69.698892 76.698534) (xy 69.746502 76.71431) + (xy 69.803947 76.754081) (xy 69.830772 76.818596) (xy 69.8315 76.832016) (xy 69.8315 85.950548) + (xy 69.811815 86.017587) (xy 69.795181 86.038229) (xy 69.38993 86.44348) (xy 69.328607 86.476965) + (xy 69.302249 86.479799) (xy 69.243055 86.479799) (xy 69.210598 86.486697) (xy 69.057898 86.519154) + (xy 69.057893 86.519156) (xy 68.884971 86.596147) (xy 68.884966 86.59615) (xy 68.73183 86.70741) + (xy 68.605167 86.848084) (xy 68.510522 87.012014) (xy 68.510519 87.012021) (xy 68.474785 87.122) + (xy 68.452027 87.192043) (xy 68.432241 87.380299) (xy 68.452027 87.568555) (xy 68.452028 87.568558) + (xy 68.510519 87.748576) (xy 68.510522 87.748583) (xy 68.605168 87.912515) (xy 68.612089 87.920201) + (xy 68.614487 87.922865) (xy 68.644716 87.985857) (xy 68.63609 88.055192) (xy 68.591348 88.108857) + (xy 68.574745 88.118216) (xy 68.572672 88.119182) (xy 68.423342 88.211289) (xy 68.299289 88.335342) + (xy 68.207187 88.484663) (xy 68.207185 88.484668) (xy 68.179352 88.568664) (xy 68.152001 88.651203) + (xy 68.152001 88.651204) (xy 68.152 88.651204) (xy 68.1415 88.753983) (xy 68.1415 89.554001) (xy 68.141501 89.554019) + (xy 68.152 89.656796) (xy 68.152001 89.656799) (xy 68.207185 89.823331) (xy 68.207187 89.823336) + (xy 68.299289 89.972657) (xy 68.392951 90.066319) (xy 68.426436 90.127642) (xy 68.421452 90.197334) + (xy 68.392951 90.241681) (xy 68.299289 90.335342) (xy 68.207187 90.484663) (xy 68.207186 90.484666) + (xy 68.152001 90.651203) (xy 68.152001 90.651204) (xy 68.152 90.651204) (xy 68.1415 90.753983) (xy 68.1415 91.554001) + (xy 68.141501 91.554019) (xy 68.152 91.656796) (xy 68.152001 91.656799) (xy 68.187943 91.765262) + (xy 68.207186 91.823334) (xy 68.299288 91.972656) (xy 68.423344 92.096712) (xy 68.572666 92.188814) + (xy 68.572668 92.188815) (xy 68.59311 92.195588) (xy 68.631502 92.20831) (xy 68.688947 92.248081) + (xy 68.715772 92.312596) (xy 68.7165 92.326016) (xy 68.7165 94.795046) (xy 68.696815 94.862085) + (xy 68.68018 94.882728) (xy 68.640311 94.922596) (xy 68.578988 94.956081) (xy 68.518038 94.953991) + (xy 68.512569 94.952402) (xy 68.512566 94.952401) (xy 68.512563 94.952401) (xy 68.475701 94.9495) + (xy 68.475694 94.9495) (xy 68.2345 94.9495) (xy 68.167461 94.929815) (xy 68.121706 94.877011) (xy 68.1105 94.8255) + (xy 68.1105 93.659313) (xy 68.110499 93.659298) (xy 68.107598 93.622432) (xy 68.107597 93.622426) + (xy 68.073836 93.506224) (xy 68.061744 93.464602) (xy 67.978081 93.323135) (xy 67.978079 93.323133) + (xy 67.978076 93.323129) (xy 67.971819 93.316872) (xy 67.938334 93.255549) (xy 67.9355 93.229191) + (xy 67.9355 92.378393) (xy 67.935499 92.378389) (xy 67.914039 92.270499) (xy 67.911463 92.257548) + (xy 67.864311 92.143714) (xy 67.86431 92.143713) (xy 67.864307 92.143707) (xy 67.795858 92.041267) + (xy 67.795855 92.041263) (xy 67.705637 91.951045) (xy 67.705606 91.951016) (xy 67.276818 91.522228) + (xy 67.243333 91.460905) (xy 67.240499 91.434547) (xy 67.240499 90.769998) (xy 67.240498 90.769981) + (xy 67.229999 90.667203) (xy 67.229998 90.6672) (xy 67.199627 90.575547) (xy 67.174814 90.500666) + (xy 67.082712 90.351344) (xy 66.989049 90.257681) (xy 66.955564 90.196358) (xy 66.960548 90.126666) + (xy 66.989049 90.082319) (xy 67.005049 90.066319) (xy 67.082712 89.988656) (xy 67.174814 89.839334) + (xy 67.229999 89.672797) (xy 67.2405 89.570009) (xy 67.240499 88.769992) (xy 67.238864 88.753991) + (xy 67.229999 88.667203) (xy 67.229998 88.6672) (xy 67.17643 88.505544) (xy 67.174814 88.500666) + (xy 67.082712 88.351344) (xy 66.958656 88.227288) (xy 66.820057 88.1418) (xy 66.809336 88.135187) + (xy 66.809335 88.135186) (xy 66.809334 88.135186) (xy 66.750493 88.115688) (xy 66.693051 88.075916) + (xy 66.666228 88.0114) (xy 66.6655 87.997983) (xy 66.6655 87.820687) (xy 66.685185 87.753648) (xy 66.69735 87.737715) + (xy 66.720298 87.712228) (xy 66.772533 87.654216) (xy 66.867179 87.490284) (xy 66.925674 87.310256) + (xy 66.94546 87.122) (xy 66.925674 86.933744) (xy 66.867179 86.753716) (xy 66.772533 86.589784) + (xy 66.645871 86.449112) (xy 66.64587 86.449111) (xy 66.492734 86.337851) (xy 66.492729 86.337848) + (xy 66.319807 86.260857) (xy 66.319802 86.260855) (xy 66.174001 86.229865) (xy 66.134646 86.2215) + (xy 65.945354 86.2215) (xy 65.912897 86.228398) (xy 65.760197 86.260855) (xy 65.760192 86.260857) + (xy 65.58727 86.337848) (xy 65.587265 86.337851) (xy 65.434129 86.449111) (xy 65.307466 86.589785) + (xy 65.212821 86.753715) (xy 65.212818 86.753722) (xy 65.177655 86.861944) (xy 65.154326 86.933744) + (xy 65.13454 87.122) (xy 65.154326 87.310256) (xy 65.154327 87.310259) (xy 65.212818 87.490277) + (xy 65.212821 87.490284) (xy 65.307467 87.654216) (xy 65.348147 87.699395) (xy 65.38265 87.737715) + (xy 65.41288 87.800706) (xy 65.4145 87.820687) (xy 65.4145 87.997983) (xy 65.394815 88.065022) (xy 65.342011 88.110777) + (xy 65.32951 88.115686) (xy 65.270666 88.135186) (xy 65.270663 88.135187) (xy 65.121342 88.227289) + (xy 64.997289 88.351342) (xy 64.905187 88.500663) (xy 64.905185 88.500668) (xy 64.882654 88.568664) + (xy 64.850001 88.667203) (xy 64.850001 88.667204) (xy 64.85 88.667204) (xy 64.8395 88.769983) (xy 64.8395 89.570001) + (xy 64.839501 89.570019) (xy 64.85 89.672796) (xy 64.850001 89.672799) (xy 64.905185 89.839331) + (xy 64.905187 89.839336) (xy 64.997289 89.988657) (xy 65.090951 90.082319) (xy 65.124436 90.143642) + (xy 65.119452 90.213334) (xy 65.090951 90.257681) (xy 64.997289 90.351342) (xy 64.905187 90.500663) + (xy 64.905185 90.500668) (xy 64.880374 90.575544) (xy 64.850001 90.667203) (xy 64.850001 90.667204) + (xy 64.85 90.667204) (xy 64.8395 90.769983) (xy 64.8395 91.570001) (xy 64.839501 91.570019) (xy 64.85 91.672796) + (xy 64.850001 91.672799) (xy 64.899883 91.823331) (xy 64.905186 91.839334) (xy 64.997288 91.988656) + (xy 65.121344 92.112712) (xy 65.270666 92.204814) (xy 65.437203 92.259999) (xy 65.539991 92.2705) + (xy 66.204547 92.270499) (xy 66.271586 92.290183) (xy 66.292228 92.306818) (xy 66.648181 92.662771) + (xy 66.681666 92.724094) (xy 66.6845 92.750452) (xy 66.6845 93.229191) (xy 66.664815 93.29623) (xy 66.648181 93.316872) + (xy 66.641923 93.323129) (xy 66.641917 93.323137) (xy 66.558255 93.464603) (xy 66.558254 93.464606) + (xy 66.512402 93.622426) (xy 66.512401 93.622432) (xy 66.5095 93.659298) (xy 66.5095 94.8255) (xy 66.489815 94.892539) + (xy 66.437011 94.938294) (xy 66.3855 94.9495) (xy 66.144298 94.9495) (xy 66.107432 94.952401) (xy 66.107426 94.952402) + (xy 65.949606 94.998254) (xy 65.949603 94.998255) (xy 65.808137 95.081917) (xy 65.808129 95.081923) + (xy 65.691923 95.198129) (xy 65.691917 95.198137) (xy 65.608255 95.339603) (xy 65.608254 95.339606) + (xy 65.569617 95.472595) (xy 65.532011 95.531481) (xy 65.468538 95.560687) (xy 65.450541 95.562) + (xy 61.230889 95.562) (xy 61.170471 95.574018) (xy 61.127243 95.582616) (xy 61.110046 95.586037) + (xy 60.996216 95.633187) (xy 60.996207 95.633192) (xy 60.893768 95.70164) (xy 60.850205 95.745203) + (xy 60.806642 95.788767) (xy 60.806639 95.78877) (xy 60.18852 96.406888) (xy 60.127197 96.440373) + (xy 60.060577 96.436488) (xy 60.034986 96.427702) (xy 59.844204 96.395867) (xy 59.806049 96.3895) + (xy 59.573951 96.3895) (xy 59.528164 96.39714) (xy 59.345015 96.427702) (xy 59.125504 96.503061) + (xy 59.125495 96.503064) (xy 58.921371 96.613531) (xy 58.921365 96.613535) (xy 58.738222 96.756081) + (xy 58.738219 96.756084) (xy 58.581016 96.926852) (xy 58.454075 97.121151) (xy 58.360842 97.333699) + (xy 58.303866 97.558691) (xy 58.303864 97.558702) (xy 58.2847 97.789993) (xy 58.2847 97.790006) + (xy 55.0605 97.790006) (xy 55.0605 91.655451) (xy 55.080185 91.588412) (xy 55.096814 91.567775) + (xy 55.384589 91.28) (xy 59.389659 91.28) (xy 59.408993 91.525658) (xy 59.466517 91.765264) (xy 59.560815 91.99292) + (xy 59.689563 92.203018) (xy 59.689564 92.20302) (xy 59.72805 92.248081) (xy 59.849601 92.390399) + (xy 59.994648 92.51428) (xy 60.036979 92.550435) (xy 60.036981 92.550436) (xy 60.247079 92.679184) + (xy 60.474735 92.773482) (xy 60.474736 92.773482) (xy 60.474738 92.773483) (xy 60.714345 92.831007) + (xy 60.96 92.850341) (xy 61.205655 92.831007) (xy 61.445262 92.773483) (xy 61.67292 92.679184) (xy 61.883023 92.550433) + (xy 62.070399 92.390399) (xy 62.230433 92.203023) (xy 62.359184 91.99292) (xy 62.453483 91.765262) + (xy 62.511007 91.525655) (xy 62.530341 91.28) (xy 62.511007 91.034345) (xy 62.453483 90.794738) + (xy 62.453482 90.794735) (xy 62.359184 90.567079) (xy 62.230436 90.356981) (xy 62.230435 90.356979) + (xy 62.152631 90.265883) (xy 62.070399 90.169601) (xy 61.946516 90.063795) (xy 61.88302 90.009564) + (xy 61.883018 90.009563) (xy 61.67292 89.880815) (xy 61.445264 89.786517) (xy 61.205658 89.728993) + (xy 60.96 89.709659) (xy 60.714341 89.728993) (xy 60.474735 89.786517) (xy 60.247079 89.880815) + (xy 60.036981 90.009563) (xy 60.036979 90.009564) (xy 59.849601 90.169601) (xy 59.689564 90.356979) + (xy 59.689563 90.356981) (xy 59.560815 90.567079) (xy 59.466517 90.794735) (xy 59.408993 91.034341) + (xy 59.389659 91.28) (xy 55.384589 91.28) (xy 58.167771 88.496817) (xy 58.229094 88.463333) (xy 58.255452 88.460499) + (xy 58.920002 88.460499) (xy 58.920008 88.460499) (xy 59.022797 88.449999) (xy 59.189334 88.394814) + (xy 59.338656 88.302712) (xy 59.462712 88.178656) (xy 59.554814 88.029334) (xy 59.609999 87.862797) + (xy 59.6205 87.760009) (xy 59.620499 86.959992) (xy 59.609999 86.857203) (xy 59.554814 86.690666) + (xy 59.462712 86.541344) (xy 59.369049 86.447681) (xy 59.335564 86.386358) (xy 59.340548 86.316666) + (xy 59.369049 86.272319) (xy 59.380513 86.260855) (xy 59.462712 86.178656) (xy 59.554814 86.029334) + (xy 59.609999 85.862797) (xy 59.6205 85.760009) (xy 59.620499 85.25545) (xy 59.640183 85.188412) + (xy 59.656813 85.167775) (xy 60.328731 84.495857) (xy 60.390052 84.462374) (xy 60.459744 84.467358) + (xy 60.463863 84.468979) (xy 60.474735 84.473482) (xy 60.474736 84.473482) (xy 60.474738 84.473483) + (xy 60.714345 84.531007) (xy 60.96 84.550341) (xy 61.205655 84.531007) (xy 61.445262 84.473483) + (xy 61.67292 84.379184) (xy 61.883023 84.250433) (xy 62.070399 84.090399) (xy 62.230433 83.903023) + (xy 62.359184 83.69292) (xy 62.453483 83.465262) (xy 62.511007 83.225655) (xy 62.530341 82.98) (xy 62.511007 82.734345) + (xy 62.453483 82.494738) (xy 62.359184 82.26708) (xy 62.359184 82.267079) (xy 62.230436 82.056981) + (xy 62.230435 82.056979) (xy 62.19428 82.014648) (xy 62.070399 81.869601) (xy 61.946516 81.763795) + (xy 61.88302 81.709564) (xy 61.883018 81.709563) (xy 61.672919 81.580815) (xy 61.67292 81.580815) + (xy 61.558838 81.533561) (xy 61.504435 81.48972) (xy 61.48237 81.423426) (xy 61.499649 81.355726) + (xy 61.550787 81.308116) (xy 61.606291 81.295) (xy 61.972828 81.295) (xy 61.972844 81.294999) (xy 62.032372 81.288598) + (xy 62.032379 81.288596) (xy 62.167086 81.238354) (xy 62.167093 81.23835) (xy 62.282187 81.15219) + (xy 62.28219 81.152187) (xy 62.36835 81.037093) (xy 62.368354 81.037086) (xy 62.418596 80.902379) + (xy 62.418598 80.902372) (xy 62.424999 80.842844) (xy 62.425 80.842827) (xy 62.425 80.13) (xy 61.516706 80.13) + (xy 61.546558 80.057931) (xy 61.57 79.94008) (xy 61.57 79.81992) (xy 61.546558 79.702069) (xy 61.516706 79.63) + (xy 62.425 79.63) (xy 62.425 78.917172) (xy 62.424999 78.917155) (xy 62.418598 78.857627) (xy 62.418596 78.85762) + (xy 62.368354 78.722913) (xy 62.36835 78.722906) (xy 62.28219 78.607812) (xy 62.282187 78.607809) + (xy 62.167093 78.521649) (xy 62.167086 78.521645) (xy 62.032379 78.471403) (xy 62.032372 78.471401) + (xy 61.972844 78.465) (xy 61.21 78.465) (xy 61.21 79.323293) (xy 61.137931 79.293442) (xy 61.02008 79.27) + (xy 60.89992 79.27) (xy 60.782069 79.293442) (xy 60.71 79.323293) (xy 60.71 78.465) (xy 59.947155 78.465) + (xy 59.887627 78.471401) (xy 59.88762 78.471403) (xy 59.752913 78.521645) (xy 59.752906 78.521649) + (xy 59.637812 78.607809) (xy 59.637809 78.607812) (xy 59.551649 78.722906) (xy 59.551645 78.722913) + (xy 59.501403 78.85762) (xy 59.501401 78.857627) (xy 59.495 78.917155) (xy 59.495 79.63) (xy 60.403294 79.63) + (xy 60.373442 79.702069) (xy 60.35 79.81992) (xy 60.35 79.94008) (xy 60.373442 80.057931) (xy 60.403294 80.13) + (xy 59.495 80.13) (xy 59.495 80.842844) (xy 59.501401 80.902372) (xy 59.501403 80.902379) (xy 59.551645 81.037086) + (xy 59.551649 81.037093) (xy 59.637809 81.152187) (xy 59.637812 81.15219) (xy 59.752906 81.23835) + (xy 59.752913 81.238354) (xy 59.88762 81.288596) (xy 59.887627 81.288598) (xy 59.947155 81.294999) + (xy 59.947172 81.295) (xy 60.313709 81.295) (xy 60.380748 81.314685) (xy 60.426503 81.367489) (xy 60.436447 81.436647) + (xy 60.407422 81.500203) (xy 60.361162 81.533561) (xy 60.247079 81.580815) (xy 60.036981 81.709563) + (xy 60.036979 81.709564) (xy 59.849601 81.869601) (xy 59.689564 82.056979) (xy 59.689563 82.056981) + (xy 59.560815 82.267079) (xy 59.466517 82.494735) (xy 59.408993 82.734341) (xy 59.389659 82.98) + (xy 59.408993 83.225658) (xy 59.466517 83.465263) (xy 59.466517 83.465265) (xy 59.47102 83.476135) + (xy 59.478489 83.545604) (xy 59.447213 83.608083) (xy 59.44414 83.611268) (xy 58.832227 84.223181) + (xy 58.770904 84.256666) (xy 58.744546 84.2595) (xy 57.919998 84.2595) (xy 57.91998 84.259501) (xy 57.817203 84.27) + (xy 57.8172 84.270001) (xy 57.650668 84.325185) (xy 57.650663 84.325187) (xy 57.501342 84.417289) + (xy 57.377289 84.541342) (xy 57.285187 84.690663) (xy 57.285186 84.690666) (xy 57.230001 84.857203) + (xy 57.230001 84.857204) (xy 57.23 84.857204) (xy 57.2195 84.959983) (xy 57.2195 85.760001) (xy 57.219501 85.760019) + (xy 57.23 85.862796) (xy 57.230001 85.862799) (xy 57.281293 86.017587) (xy 57.285186 86.029334) + (xy 57.366833 86.161706) (xy 57.377289 86.178657) (xy 57.470951 86.272319) (xy 57.504436 86.333642) + (xy 57.499452 86.403334) (xy 57.470951 86.447681) (xy 57.377289 86.541342) (xy 57.285187 86.690663) + (xy 57.285185 86.690668) (xy 57.279637 86.707411) (xy 57.230001 86.857203) (xy 57.230001 86.857204) + (xy 57.23 86.857204) (xy 57.2195 86.959983) (xy 57.2195 87.624547) (xy 57.199815 87.691586) (xy 57.183181 87.712228) + (xy 54.03627 90.859139) (xy 54.036267 90.859142) (xy 53.992705 90.902703) (xy 53.949144 90.946264) + (xy 53.949142 90.946267) (xy 53.93225 90.971548) (xy 53.932249 90.97155) (xy 53.932248 90.971549) + (xy 53.880689 91.048712) (xy 53.880688 91.048714) (xy 53.862597 91.092392) (xy 53.862596 91.092394) + (xy 53.833538 91.162545) (xy 53.833535 91.162555) (xy 53.8095 91.283389) (xy 53.8095 110.630611) + (xy 53.833535 110.751444) (xy 53.83354 110.751461) (xy 53.880685 110.86528) (xy 53.88069 110.865289) + (xy 53.914914 110.916507) (xy 53.914915 110.916509) (xy 53.949141 110.967733) (xy 53.953007 110.972443) + (xy 53.951809 110.973425) (xy 53.981662 111.028077) (xy 53.9845 111.054453) (xy 53.9845 114.931414) + (xy 53.964815 114.998453) (xy 53.912011 115.044208) (xy 53.842853 115.054152) (xy 53.801078 115.040249) + (xy 53.797333 115.038204) (xy 53.662482 114.987908) (xy 53.662483 114.987908) (xy 53.602883 114.981501) + (xy 53.602881 114.9815) (xy 53.602873 114.9815) (xy 53.602864 114.9815) (xy 51.807129 114.9815) + (xy 51.807123 114.981501) (xy 51.747516 114.987908) (xy 51.612671 115.038202) (xy 51.612664 115.038206) + (xy 51.497455 115.124452) (xy 51.497452 115.124455) (xy 51.411206 115.239664) (xy 51.411202 115.239671) + (xy 51.360908 115.374517) (xy 51.354501 115.434116) (xy 51.3545 115.434135) (xy 51.3545 117.22987) + (xy 51.354501 117.229876) (xy 51.360908 117.289483) (xy 51.411202 117.424328) (xy 51.411206 117.424335) + (xy 51.497452 117.539544) (xy 51.497455 117.539547) (xy 51.612664 117.625793) (xy 51.612671 117.625797) + (xy 51.744081 117.67481) (xy 51.800015 117.716681) (xy 51.824432 117.782145) (xy 51.80958 117.850418) + (xy 51.78843 117.878673) (xy 51.666503 118.0006) (xy 51.530965 118.194169) (xy 51.530964 118.194171) + (xy 51.431098 118.408335) (xy 51.431094 118.408344) (xy 51.369938 118.636586) (xy 51.369936 118.636596) + (xy 51.349341 118.871999) (xy 51.349341 118.872) (xy 51.369936 119.107403) (xy 51.369938 119.107413) + (xy 51.431094 119.335655) (xy 51.431096 119.335659) (xy 51.431097 119.335663) (xy 51.518687 119.5235) + (xy 51.530965 119.54983) (xy 51.530967 119.549834) (xy 51.628063 119.6885) (xy 51.666501 119.743396) + (xy 51.666506 119.743402) (xy 51.833597 119.910493) (xy 51.833603 119.910498) (xy 52.019158 120.040425) + (xy 52.062783 120.095002) (xy 52.069977 120.1645) (xy 52.038454 120.226855) (xy 52.019158 120.243575) + (xy 51.833597 120.373505) (xy 51.666505 120.540597) (xy 51.530965 120.734169) (xy 51.530964 120.734171) + (xy 51.431098 120.948335) (xy 51.431094 120.948344) (xy 51.369938 121.176586) (xy 51.369936 121.176596) + (xy 51.349341 121.411999) (xy 51.349341 121.412) (xy 50.8 121.412) (xy 50.8 75.971844) (xy 58.285 75.971844) + (xy 58.291401 76.031372) (xy 58.291403 76.031379) (xy 58.341645 76.166086) (xy 58.341649 76.166093) + (xy 58.427809 76.281187) (xy 58.427812 76.28119) (xy 58.542906 76.36735) (xy 58.542913 76.367354) + (xy 58.67762 76.417596) (xy 58.677627 76.417598) (xy 58.737155 76.423999) (xy 58.737172 76.424) + (xy 59.435 76.424) (xy 59.435 75.399277) (xy 59.511306 75.443333) (xy 59.625756 75.474) (xy 59.744244 75.474) + (xy 59.858694 75.443333) (xy 59.935 75.399277) (xy 59.935 76.424) (xy 60.632828 76.424) (xy 60.632844 76.423999) + (xy 60.692372 76.417598) (xy 60.692379 76.417596) (xy 60.827086 76.367354) (xy 60.827093 76.36735) + (xy 60.942187 76.28119) (xy 60.94219 76.281187) (xy 61.02835 76.166093) (xy 61.028355 76.166084) + (xy 61.057075 76.089081) (xy 61.098945 76.033147) (xy 61.164409 76.008729) (xy 61.232682 76.02358) + (xy 61.264484 76.048428) (xy 61.273216 76.057913) (xy 61.273219 76.057915) (xy 61.273222 76.057918) + (xy 61.456365 76.200464) (xy 61.456371 76.200468) (xy 61.456374 76.20047) (xy 61.660497 76.310936) + (xy 61.774487 76.350068) (xy 61.880015 76.386297) (xy 61.880017 76.386297) (xy 61.880019 76.386298) + (xy 62.108951 76.4245) (xy 62.108952 76.4245) (xy 62.341048 76.4245) (xy 62.341049 76.4245) (xy 62.569981 76.386298) + (xy 62.789503 76.310936) (xy 62.993626 76.20047) (xy 63.042029 76.162797) (xy 63.136739 76.089081) + (xy 63.176784 76.057913) (xy 63.333979 75.887153) (xy 63.452542 75.705679) (xy 63.505689 75.660322) + (xy 63.556351 75.6495) (xy 65.810781 75.6495) (xy 65.810781 75.649499) (xy 65.875895 75.636548) + (xy 65.875896 75.636548) (xy 65.894815 75.632784) (xy 65.931625 75.625463) (xy 65.964965 75.611652) + (xy 66.045459 75.578312) (xy 66.111775 75.534) (xy 66.147906 75.509858) (xy 66.235031 75.422733) + (xy 66.235031 75.422731) (xy 66.245239 75.412524) (xy 66.24524 75.412521) (xy 68.525858 73.131906) + (xy 68.594312 73.029458) (xy 68.641463 72.915624) (xy 68.6534 72.855613) (xy 68.665501 72.794781) + (xy 68.665501 72.666456) (xy 68.6655 72.66643) (xy 68.6655 68.58) (xy 74.27854 68.58) (xy 74.298326 68.768256) + (xy 74.298327 68.768259) (xy 74.356818 68.948277) (xy 74.356821 68.948284) (xy 74.451467 69.112216) + (xy 74.572401 69.246526) (xy 74.578129 69.252888) (xy 74.731265 69.364148) (xy 74.73127 69.364151) + (xy 74.904192 69.441142) (xy 74.904197 69.441144) (xy 75.089354 69.4805) (xy 75.089355 69.4805) + (xy 75.278644 69.4805) (xy 75.278646 69.4805) (xy 75.463803 69.441144) (xy 75.63673 69.364151) (xy 75.789871 69.252888) + (xy 75.792788 69.249647) (xy 75.7956 69.246526) (xy 75.855087 69.209879) (xy 75.887748 69.2055) + (xy 75.991815 69.2055) (xy 76.058854 69.225185) (xy 76.104609 69.277989) (xy 76.115173 69.3169) + (xy 76.117 69.334796) (xy 76.117001 69.334799) (xy 76.141587 69.408993) (xy 76.172186 69.501334) + (xy 76.264288 69.650656) (xy 76.388344 69.774712) (xy 76.510097 69.849809) (xy 76.556821 69.901755) + (xy 76.569 69.955347) (xy 76.569 71.0845) (xy 76.549315 71.151539) (xy 76.496511 71.197294) (xy 76.445 71.2085) + (xy 76.390298 71.2085) (xy 76.353432 71.211401) (xy 76.353426 71.211402) (xy 76.195606 71.257254) + (xy 76.195603 71.257255) (xy 76.054137 71.340917) (xy 76.054129 71.340923) (xy 75.937923 71.457129) + (xy 75.937917 71.457137) (xy 75.854255 71.598603) (xy 75.854254 71.598606) (xy 75.808402 71.756426) + (xy 75.808401 71.756432) (xy 75.8055 71.793298) (xy 75.8055 72.224701) (xy 75.808401 72.261567) + (xy 75.808402 72.261573) (xy 75.854254 72.419393) (xy 75.854255 72.419396) (xy 75.937917 72.560862) + (xy 75.942702 72.567031) (xy 75.940369 72.56884) (xy 75.96721 72.617995) (xy 75.962226 72.687687) + (xy 75.94147 72.720021) (xy 75.943097 72.721283) (xy 75.938313 72.727449) (xy 75.854718 72.868801) + (xy 75.808899 73.026513) (xy 75.808704 73.028998) (xy 75.808705 73.029) (xy 78.753295 73.029) (xy 78.753295 73.028998) + (xy 78.7531 73.026513) (xy 78.707281 72.868801) (xy 78.623685 72.727447) (xy 78.6189 72.721278) + (xy 78.621366 72.719364) (xy 78.594802 72.670776) (xy 78.599749 72.601082) (xy 78.620856 72.568232) + (xy 78.619301 72.567026) (xy 78.624077 72.560868) (xy 78.624081 72.560865) (xy 78.707744 72.419398) + (xy 78.753598 72.261569) (xy 78.7565 72.224694) (xy 78.7565 71.793306) (xy 78.7538 71.758998) (xy 80.758704 71.758998) + (xy 80.758705 71.759) (xy 81.981 71.759) (xy 81.981 71.209) (xy 82.481 71.209) (xy 82.481 71.759) + (xy 83.703295 71.759) (xy 83.703295 71.758998) (xy 83.7031 71.756513) (xy 83.657281 71.598801) (xy 83.573685 71.457447) + (xy 83.573678 71.457438) (xy 83.457561 71.341321) (xy 83.457552 71.341314) (xy 83.316196 71.257717) + (xy 83.316193 71.257716) (xy 83.158495 71.2119) (xy 83.158489 71.211899) (xy 83.121649 71.209) (xy 82.481 71.209) + (xy 81.981 71.209) (xy 81.34035 71.209) (xy 81.30351 71.211899) (xy 81.303504 71.2119) (xy 81.145806 71.257716) + (xy 81.145803 71.257717) (xy 81.004447 71.341314) (xy 81.004438 71.341321) (xy 80.888321 71.457438) + (xy 80.888314 71.457447) (xy 80.804718 71.598801) (xy 80.758899 71.756513) (xy 80.758704 71.758998) + (xy 78.7538 71.758998) (xy 78.753598 71.756431) (xy 78.729336 71.672923) (xy 78.707745 71.598606) + (xy 78.707744 71.598603) (xy 78.707744 71.598602) (xy 78.624081 71.457135) (xy 78.624079 71.457133) + (xy 78.624076 71.457129) (xy 78.50787 71.340923) (xy 78.507862 71.340917) (xy 78.397523 71.275663) + (xy 78.366398 71.257256) (xy 78.366397 71.257255) (xy 78.366396 71.257255) (xy 78.366393 71.257254) + (xy 78.208573 71.211402) (xy 78.208567 71.211401) (xy 78.171701 71.2085) (xy 78.171694 71.2085) + (xy 77.944 71.2085) (xy 77.876961 71.188815) (xy 77.831206 71.136011) (xy 77.82 71.0845) (xy 77.82 69.955347) + (xy 77.839685 69.888308) (xy 77.878901 69.84981) (xy 78.000656 69.774712) (xy 78.124712 69.650656) + (xy 78.126752 69.647347) (xy 78.128745 69.645555) (xy 78.129193 69.644989) (xy 78.129289 69.645065) + (xy 78.178694 69.600623) (xy 78.247656 69.589395) (xy 78.31174 69.617234) (xy 78.337829 69.647339) + (xy 78.339681 69.650341) (xy 78.339683 69.650344) (xy 78.463654 69.774315) (xy 78.612875 69.866356) + (xy 78.61288 69.866358) (xy 78.779302 69.921505) (xy 78.779309 69.921506) (xy 78.882019 69.931999) + (xy 79.019499 69.931999) (xy 79.0195 69.931998) (xy 79.0195 68.957) (xy 79.5195 68.957) (xy 79.5195 69.931999) + (xy 79.656972 69.931999) (xy 79.656986 69.931998) (xy 79.759697 69.921505) (xy 79.926119 69.866358) + (xy 79.926124 69.866356) (xy 80.075345 69.774315) (xy 80.199315 69.650345) (xy 80.291356 69.501124) + (xy 80.291358 69.501119) (xy 80.346505 69.334697) (xy 80.346506 69.33469) (xy 80.356999 69.231986) + (xy 80.357 69.231973) (xy 80.357 68.957) (xy 79.5195 68.957) (xy 79.0195 68.957) (xy 79.0195 67.482) + (xy 79.5195 67.482) (xy 79.5195 68.457) (xy 80.356999 68.457) (xy 80.356999 68.182028) (xy 80.356998 68.182013) + (xy 80.346505 68.079302) (xy 80.291358 67.91288) (xy 80.291356 67.912875) (xy 80.199315 67.763654) + (xy 80.075345 67.639684) (xy 79.926124 67.547643) (xy 79.926119 67.547641) (xy 79.759697 67.492494) + (xy 79.75969 67.492493) (xy 79.656986 67.482) (xy 79.5195 67.482) (xy 79.0195 67.482) (xy 78.882027 67.482) + (xy 78.882012 67.482001) (xy 78.779302 67.492494) (xy 78.61288 67.547641) (xy 78.612875 67.547643) + (xy 78.463654 67.639684) (xy 78.339683 67.763655) (xy 78.339679 67.76366) (xy 78.337826 67.766665) + (xy 78.336018 67.76829) (xy 78.335202 67.769323) (xy 78.335025 67.769183) (xy 78.285874 67.813385) + (xy 78.216911 67.824601) (xy 78.152831 67.796752) (xy 78.126753 67.766653) (xy 78.126737 67.766628) + (xy 78.124712 67.763344) (xy 78.000656 67.639288) (xy 77.907888 67.582069) (xy 77.851336 67.547187) + (xy 77.851331 67.547185) (xy 77.849862 67.546698) (xy 77.684797 67.492001) (xy 77.684795 67.492) + (xy 77.58201 67.4815) (xy 76.806998 67.4815) (xy 76.80698 67.481501) (xy 76.704203 67.492) (xy 76.7042 67.492001) + (xy 76.537668 67.547185) (xy 76.537663 67.547187) (xy 76.388342 67.639289) (xy 76.264287 67.763344) + (xy 76.182715 67.895596) (xy 76.130767 67.942321) (xy 76.077176 67.9545) (xy 75.887748 67.9545) + (xy 75.820709 67.934815) (xy 75.7956 67.913474) (xy 75.789873 67.907114) (xy 75.789869 67.90711) + (xy 75.636734 67.795851) (xy 75.636729 67.795848) (xy 75.463807 67.718857) (xy 75.463802 67.718855) + (xy 75.318001 67.687865) (xy 75.278646 67.6795) (xy 75.089354 67.6795) (xy 75.056897 67.686398) + (xy 74.904197 67.718855) (xy 74.904192 67.718857) (xy 74.73127 67.795848) (xy 74.731265 67.795851) + (xy 74.578129 67.907111) (xy 74.451466 68.047785) (xy 74.356821 68.211715) (xy 74.356818 68.211722) + (xy 74.298327 68.39174) (xy 74.298326 68.391744) (xy 74.27854 68.58) (xy 68.6655 68.58) (xy 68.6655 66.418893) + (xy 68.665499 66.418889) (xy 68.641464 66.298055) (xy 68.641463 66.298048) (xy 68.613724 66.231081) + (xy 68.594312 66.184215) (xy 68.571221 66.149657) (xy 68.547973 66.114864) (xy 68.547973 66.114863) + (xy 68.525858 66.081767) (xy 68.525853 66.081761) (xy 68.435637 65.991545) (xy 68.435606 65.991516) + (xy 68.387404 65.943314) (xy 68.353919 65.881991) (xy 68.356011 65.82103) (xy 68.357598 65.815568) + (xy 68.3605 65.778694) (xy 68.3605 65.347306) (xy 68.357598 65.310431) (xy 68.349071 65.281082) + (xy 68.311745 65.152606) (xy 68.311744 65.152603) (xy 68.311744 65.152602) (xy 68.228081 65.011135) + (xy 68.228079 65.011133) (xy 68.228076 65.011129) (xy 68.11187 64.894923) (xy 68.111862 64.894917) + (xy 67.970396 64.811255) (xy 67.970393 64.811254) (xy 67.812573 64.765402) (xy 67.812567 64.765401) + (xy 67.775701 64.7625) (xy 67.775694 64.7625) (xy 67.691205 64.7625) (xy 67.624166 64.742815) (xy 67.578411 64.690011) + (xy 67.568467 64.620853) (xy 67.597492 64.557297) (xy 67.603524 64.550819) (xy 67.608353 64.545989) + (xy 67.608356 64.545986) (xy 67.608358 64.545984) (xy 67.626649 64.518609) (xy 67.680261 64.473804) + (xy 67.729751 64.4635) (xy 67.775686 64.4635) (xy 67.775694 64.4635) (xy 67.812569 64.460598) (xy 67.812571 64.460597) + (xy 67.812573 64.460597) (xy 67.854191 64.448505) (xy 67.970398 64.414744) (xy 68.111865 64.331081) + (xy 68.228081 64.214865) (xy 68.311744 64.073398) (xy 68.357598 63.915569) (xy 68.3605 63.878694) + (xy 68.3605 63.447306) (xy 68.357598 63.410431) (xy 68.311744 63.252602) (xy 68.228081 63.111135) + (xy 68.228079 63.111133) (xy 68.228076 63.111129) (xy 68.11187 62.994923) (xy 68.111862 62.994917) + (xy 67.970396 62.911255) (xy 67.970393 62.911254) (xy 67.837405 62.872617) (xy 67.778519 62.835011) + (xy 67.749313 62.771538) (xy 67.748 62.753541) (xy 67.748 62.539951) (xy 67.767685 62.472912) (xy 67.784315 62.452274) + (xy 68.012771 62.223817) (xy 68.074094 62.190333) (xy 68.100452 62.187499) (xy 68.538338 62.187499) + (xy 68.538344 62.187499) (xy 68.538352 62.187498) (xy 68.538355 62.187498) (xy 68.59276 62.18194) + (xy 68.637708 62.177349) (xy 68.798697 62.124003) (xy 68.943044 62.034968) (xy 69.062968 61.915044) + (xy 69.152003 61.770697) (xy 69.205349 61.609708) (xy 69.2155 61.510345) (xy 69.215499 60.663656) + (xy 69.205349 60.564292) (xy 69.152003 60.403303) (xy 69.151999 60.403297) (xy 69.151998 60.403294) + (xy 69.06297 60.258959) (xy 69.062967 60.258955) (xy 68.943044 60.139032) (xy 68.94304 60.139029) + (xy 68.798705 60.050001) (xy 68.798699 60.049998) (xy 68.798697 60.049997) (xy 68.749872 60.033818) + (xy 68.637709 59.996651) (xy 68.538346 59.9865) (xy 67.991662 59.9865) (xy 67.991644 59.986501) + (xy 67.892292 59.99665) (xy 67.892289 59.996651) (xy 67.731305 60.049996) (xy 67.731294 60.050001) + (xy 67.586959 60.139029) (xy 67.586955 60.139032) (xy 67.467032 60.258955) (xy 67.467029 60.258959) + (xy 67.378001 60.403294) (xy 67.377996 60.403305) (xy 67.324651 60.56429) (xy 67.3145 60.663647) + (xy 67.3145 61.101547) (xy 67.294815 61.168586) (xy 67.278181 61.189228) (xy 66.72377 61.743639) + (xy 66.723767 61.743642) (xy 66.696928 61.770481) (xy 66.63664 61.830768) (xy 66.609486 61.871409) + (xy 66.609484 61.871412) (xy 66.595718 61.892012) (xy 66.568188 61.933212) (xy 66.555937 61.96279) + (xy 66.541148 61.998495) (xy 66.526205 62.034572) (xy 66.521038 62.047045) (xy 66.521035 62.047053) + (xy 66.497 62.167889) (xy 66.497 62.753541) (xy 66.477315 62.82058) (xy 66.424511 62.866335) (xy 66.407595 62.872617) + (xy 66.274606 62.911254) (xy 66.274603 62.911255) (xy 66.133137 62.994917) (xy 66.133129 62.994923) + (xy 66.016923 63.111129) (xy 66.016917 63.111137) (xy 65.933255 63.252603) (xy 65.933254 63.252606) + (xy 65.887402 63.410426) (xy 65.887401 63.410432) (xy 65.8845 63.447298) (xy 65.8845 63.6885) (xy 65.864815 63.755539) + (xy 65.812011 63.801294) (xy 65.7605 63.8125) (xy 64.594298 63.8125) (xy 64.557432 63.815401) (xy 64.557426 63.815402) + (xy 64.399606 63.861254) (xy 64.399603 63.861255) (xy 64.258137 63.944917) (xy 64.258129 63.944923) + (xy 64.141923 64.061129) (xy 64.141917 64.061137) (xy 64.058255 64.202603) (xy 64.058254 64.202606) + (xy 64.012402 64.360426) (xy 64.012401 64.360432) (xy 64.0095 64.397298) (xy 64.0095 64.828701) + (xy 64.012401 64.865567) (xy 64.012402 64.865573) (xy 64.058254 65.023393) (xy 64.058255 65.023396) + (xy 64.141917 65.164862) (xy 64.141923 65.16487) (xy 64.258129 65.281076) (xy 64.258133 65.281079) + (xy 64.258135 65.281081) (xy 64.399602 65.364744) (xy 64.532597 65.403383) (xy 64.59148 65.440988) + (xy 64.620687 65.50446) (xy 64.622 65.522458) (xy 64.622 67.183611) (xy 64.646035 67.304444) (xy 64.64604 67.304461) + (xy 64.681444 67.389935) (xy 64.688913 67.459405) (xy 64.657637 67.521884) (xy 64.605888 67.555093) + (xy 64.445666 67.608186) (xy 64.445663 67.608187) (xy 64.296342 67.700289) (xy 64.172289 67.824342) + (xy 64.080187 67.973663) (xy 64.080186 67.973666) (xy 64.025001 68.140203) (xy 64.025001 68.140204) + (xy 64.025 68.140204) (xy 64.0145 68.242983) (xy 64.0145 68.907546) (xy 63.994815 68.974585) (xy 63.978181 68.995227) + (xy 63.638719 69.33469) (xy 62.993592 69.979818) (xy 62.675229 70.298181) (xy 62.613906 70.331666) + (xy 62.587548 70.3345) (xy 62.478248 70.3345) (xy 62.411209 70.314815) (xy 62.365454 70.262011) + (xy 62.363687 70.257952) (xy 62.359182 70.247076) (xy 62.230436 70.036981) (xy 62.230435 70.036979) + (xy 62.160166 69.954705) (xy 62.070399 69.849601) (xy 61.946516 69.743795) (xy 61.88302 69.689564) + (xy 61.883018 69.689563) (xy 61.67292 69.560815) (xy 61.445264 69.466517) (xy 61.205658 69.408993) + (xy 60.96 69.389659) (xy 60.714341 69.408993) (xy 60.474735 69.466517) (xy 60.247079 69.560815) + (xy 60.036981 69.689563) (xy 60.036979 69.689564) (xy 59.849601 69.849601) (xy 59.689564 70.036979) + (xy 59.689563 70.036981) (xy 59.560815 70.247079) (xy 59.466517 70.474735) (xy 59.408993 70.714341) + (xy 59.389659 70.96) (xy 59.408993 71.205658) (xy 59.466517 71.445264) (xy 59.560815 71.67292) (xy 59.689563 71.883018) + (xy 59.689564 71.88302) (xy 59.689567 71.883023) (xy 59.849601 72.070399) (xy 59.994648 72.19428) + (xy 60.036979 72.230435) (xy 60.036981 72.230436) (xy 60.247079 72.359184) (xy 60.474735 72.453482) + (xy 60.474736 72.453482) (xy 60.474738 72.453483) (xy 60.714345 72.511007) (xy 60.96 72.530341) + (xy 61.205655 72.511007) (xy 61.445262 72.453483) (xy 61.67292 72.359184) (xy 61.883023 72.230433) + (xy 62.070399 72.070399) (xy 62.230433 71.883023) (xy 62.359184 71.67292) (xy 62.363687 71.662047) + (xy 62.407527 71.607644) (xy 62.473821 71.585579) (xy 62.478248 71.5855) (xy 62.959607 71.5855) + (xy 63.020029 71.573481) (xy 63.080452 71.561463) (xy 63.120219 71.544991) (xy 63.194286 71.514312) + (xy 63.245509 71.480084) (xy 63.296733 71.445858) (xy 63.383858 71.358733) (xy 63.383858 71.358731) + (xy 63.394066 71.348524) (xy 63.394068 71.348521) (xy 64.762771 69.979818) (xy 64.824094 69.946333) + (xy 64.850452 69.943499) (xy 65.2905 69.943499) (xy 65.357539 69.963184) (xy 65.403294 70.015988) + (xy 65.4145 70.067499) (xy 65.4145 70.7205) (xy 65.394815 70.787539) (xy 65.342011 70.833294) (xy 65.2905 70.8445) + (xy 64.714998 70.8445) (xy 64.71498 70.844501) (xy 64.612203 70.855) (xy 64.6122 70.855001) (xy 64.445668 70.910185) + (xy 64.445663 70.910187) (xy 64.296342 71.002289) (xy 64.172289 71.126342) (xy 64.080187 71.275663) + (xy 64.080186 71.275666) (xy 64.025001 71.442203) (xy 64.025001 71.442204) (xy 64.025 71.442204) + (xy 64.0145 71.544983) (xy 64.0145 72.545001) (xy 64.014501 72.545019) (xy 64.025 72.647796) (xy 64.025001 72.647799) + (xy 64.080185 72.814331) (xy 64.080187 72.814336) (xy 64.096846 72.841344) (xy 64.142662 72.915625) + (xy 64.172289 72.963657) (xy 64.296344 73.087712) (xy 64.336923 73.112741) (xy 64.383648 73.164688) + (xy 64.394871 73.233651) (xy 64.367028 73.297733) (xy 64.363978 73.301251) (xy 64.291466 73.381785) + (xy 64.196821 73.545715) (xy 64.196818 73.545722) (xy 64.138327 73.72574) (xy 64.138326 73.725744) + (xy 64.11854 73.914) (xy 64.138326 74.102256) (xy 64.138327 74.102259) (xy 64.181841 74.236182) + (xy 64.183836 74.306023) (xy 64.147756 74.365856) (xy 64.085055 74.396684) (xy 64.06391 74.3985) + (xy 63.556351 74.3985) (xy 63.489312 74.378815) (xy 63.452542 74.342321) (xy 63.333983 74.160852) + (xy 63.33398 74.160849) (xy 63.333979 74.160847) (xy 63.176784 73.990087) (xy 63.176779 73.990083) + (xy 63.176777 73.990081) (xy 62.993634 73.847535) (xy 62.993628 73.847531) (xy 62.789504 73.737064) + (xy 62.789495 73.737061) (xy 62.569984 73.661702) (xy 62.382404 73.630401) (xy 62.341049 73.6235) + (xy 62.108951 73.6235) (xy 62.067596 73.630401) (xy 61.880015 73.661702) (xy 61.660504 73.737061) + (xy 61.660495 73.737064) (xy 61.456371 73.847531) (xy 61.456365 73.847535) (xy 61.273222 73.990081) + (xy 61.273215 73.990087) (xy 61.264484 73.999572) (xy 61.204595 74.035561) (xy 61.134757 74.033458) + (xy 61.077143 73.993932) (xy 61.057075 73.958918) (xy 61.028355 73.881915) (xy 61.02835 73.881906) + (xy 60.94219 73.766812) (xy 60.942187 73.766809) (xy 60.827093 73.680649) (xy 60.827086 73.680645) + (xy 60.692379 73.630403) (xy 60.692372 73.630401) (xy 60.632844 73.624) (xy 59.935 73.624) (xy 59.935 74.648722) + (xy 59.858694 74.604667) (xy 59.744244 74.574) (xy 59.625756 74.574) (xy 59.511306 74.604667) (xy 59.435 74.648722) + (xy 59.435 73.624) (xy 58.737155 73.624) (xy 58.677627 73.630401) (xy 58.67762 73.630403) (xy 58.542913 73.680645) + (xy 58.542906 73.680649) (xy 58.427812 73.766809) (xy 58.427809 73.766812) (xy 58.341649 73.881906) + (xy 58.341645 73.881913) (xy 58.291403 74.01662) (xy 58.291401 74.016627) (xy 58.285 74.076155) + (xy 58.285 74.774) (xy 59.309722 74.774) (xy 59.265667 74.850306) (xy 59.235 74.964756) (xy 59.235 75.083244) + (xy 59.265667 75.197694) (xy 59.309722 75.274) (xy 58.285 75.274) (xy 58.285 75.971844) (xy 50.8 75.971844) + (xy 50.8 66.04) (xy 51.349341 66.04) (xy 51.369936 66.275403) (xy 51.369938 66.275413) (xy 51.431094 66.503655) + (xy 51.431096 66.503659) (xy 51.431097 66.503663) (xy 51.524176 66.703271) (xy 51.530965 66.71783) + (xy 51.530967 66.717834) (xy 51.639281 66.872521) (xy 51.666505 66.911401) (xy 51.833599 67.078495) + (xy 51.930384 67.146265) (xy 52.027165 67.214032) (xy 52.027167 67.214033) (xy 52.02717 67.214035) + (xy 52.241337 67.313903) (xy 52.469592 67.375063) (xy 52.639576 67.389935) (xy 52.704999 67.395659) + (xy 52.705 67.395659) (xy 52.705001 67.395659) (xy 52.744234 67.392226) (xy 52.940408 67.375063) + (xy 53.168663 67.313903) (xy 53.38283 67.214035) (xy 53.576401 67.078495) (xy 53.743495 66.911401) + (xy 53.879035 66.71783) (xy 53.978903 66.503663) (xy 54.040063 66.275408) (xy 54.060659 66.04) (xy 54.040063 65.804592) + (xy 53.978903 65.576337) (xy 53.879035 65.362171) (xy 53.868632 65.347313) (xy 53.743494 65.168597) + (xy 53.576402 65.001506) (xy 53.576396 65.001501) (xy 53.390842 64.871575) (xy 53.347217 64.816998) + (xy 53.340023 64.7475) (xy 53.371546 64.685145) (xy 53.390842 64.668425) (xy 53.441278 64.633109) + (xy 53.576401 64.538495) (xy 53.743495 64.371401) (xy 53.879035 64.17783) (xy 53.978903 63.963663) + (xy 54.040063 63.735408) (xy 54.060659 63.5) (xy 54.040063 63.264592) (xy 53.978903 63.036337) (xy 53.879035 62.822171) + (xy 53.765483 62.66) (xy 59.389659 62.66) (xy 59.408993 62.905658) (xy 59.466517 63.145264) (xy 59.560815 63.37292) + (xy 59.689563 63.583018) (xy 59.689564 63.58302) (xy 59.689567 63.583023) (xy 59.849601 63.770399) + (xy 59.955979 63.861254) (xy 60.036979 63.930435) (xy 60.036981 63.930436) (xy 60.247079 64.059184) + (xy 60.474735 64.153482) (xy 60.474736 64.153482) (xy 60.474738 64.153483) (xy 60.714345 64.211007) + (xy 60.96 64.230341) (xy 61.205655 64.211007) (xy 61.445262 64.153483) (xy 61.67292 64.059184) (xy 61.883023 63.930433) + (xy 62.070399 63.770399) (xy 62.230433 63.583023) (xy 62.359184 63.37292) (xy 62.453483 63.145262) + (xy 62.511007 62.905655) (xy 62.530341 62.66) (xy 62.511007 62.414345) (xy 62.453483 62.174738) + (xy 62.441225 62.145145) (xy 62.359184 61.947079) (xy 62.230436 61.736981) (xy 62.230435 61.736979) + (xy 62.145757 61.637834) (xy 62.070399 61.549601) (xy 61.922946 61.423664) (xy 61.88302 61.389564) + (xy 61.883018 61.389563) (xy 61.797242 61.337) (xy 64.015001 61.337) (xy 64.015001 61.510322) (xy 64.025144 61.609607) + (xy 64.078452 61.770481) (xy 64.078457 61.770492) (xy 64.167424 61.914728) (xy 64.167427 61.914732) + (xy 64.287267 62.034572) (xy 64.287271 62.034575) (xy 64.431507 62.123542) (xy 64.431518 62.123547) + (xy 64.592393 62.176855) (xy 64.691683 62.186999) (xy 64.715 62.186998) (xy 64.715 61.337) (xy 65.215 61.337) + (xy 65.215 62.186999) (xy 65.238308 62.186999) (xy 65.238322 62.186998) (xy 65.337607 62.176855) + (xy 65.498481 62.123547) (xy 65.498492 62.123542) (xy 65.642728 62.034575) (xy 65.642732 62.034572) + (xy 65.762572 61.914732) (xy 65.762575 61.914728) (xy 65.851542 61.770492) (xy 65.851547 61.770481) + (xy 65.904855 61.609606) (xy 65.914999 61.510322) (xy 65.915 61.510309) (xy 65.915 61.337) (xy 65.215 61.337) + (xy 64.715 61.337) (xy 64.015001 61.337) (xy 61.797242 61.337) (xy 61.672919 61.260815) (xy 61.67292 61.260815) + (xy 61.558838 61.213561) (xy 61.504435 61.16972) (xy 61.48237 61.103426) (xy 61.499649 61.035726) + (xy 61.550787 60.988116) (xy 61.606291 60.975) (xy 61.972828 60.975) (xy 61.972844 60.974999) (xy 62.032372 60.968598) + (xy 62.032379 60.968596) (xy 62.167086 60.918354) (xy 62.167093 60.91835) (xy 62.275762 60.837) + (xy 64.015 60.837) (xy 64.715 60.837) (xy 64.715 59.987) (xy 65.215 59.987) (xy 65.215 60.837) (xy 65.914999 60.837) + (xy 65.914999 60.663692) (xy 65.914998 60.663677) (xy 65.904855 60.564392) (xy 65.851547 60.403518) + (xy 65.851542 60.403507) (xy 65.762575 60.259271) (xy 65.762572 60.259267) (xy 65.642732 60.139427) + (xy 65.642728 60.139424) (xy 65.498492 60.050457) (xy 65.498481 60.050452) (xy 65.337606 59.997144) + (xy 65.238322 59.987) (xy 65.215 59.987) (xy 64.715 59.987) (xy 64.715 59.986999) (xy 64.691693 59.987) + (xy 64.691674 59.987001) (xy 64.592392 59.997144) (xy 64.431518 60.050452) (xy 64.431507 60.050457) + (xy 64.287271 60.139424) (xy 64.287267 60.139427) (xy 64.167427 60.259267) (xy 64.167424 60.259271) + (xy 64.078457 60.403507) (xy 64.078452 60.403518) (xy 64.025144 60.564393) (xy 64.015 60.663677) + (xy 64.015 60.837) (xy 62.275762 60.837) (xy 62.282187 60.83219) (xy 62.28219 60.832187) (xy 62.36835 60.717093) + (xy 62.368354 60.717086) (xy 62.418596 60.582379) (xy 62.418598 60.582372) (xy 62.424999 60.522844) + (xy 62.425 60.522827) (xy 62.425 59.81) (xy 61.516706 59.81) (xy 61.546558 59.737931) (xy 61.57 59.62008) + (xy 61.57 59.49992) (xy 61.546558 59.382069) (xy 61.516706 59.31) (xy 62.425 59.31) (xy 62.425 58.597172) + (xy 62.424999 58.597155) (xy 62.418598 58.537627) (xy 62.418596 58.53762) (xy 62.368354 58.402913) + (xy 62.36835 58.402906) (xy 62.28219 58.287812) (xy 62.282187 58.287809) (xy 62.167093 58.201649) + (xy 62.167086 58.201645) (xy 62.032379 58.151403) (xy 62.032372 58.151401) (xy 61.972844 58.145) + (xy 61.21 58.145) (xy 61.21 59.003293) (xy 61.137931 58.973442) (xy 61.02008 58.95) (xy 60.89992 58.95) + (xy 60.782069 58.973442) (xy 60.71 59.003293) (xy 60.71 58.145) (xy 59.947155 58.145) (xy 59.887627 58.151401) + (xy 59.88762 58.151403) (xy 59.752913 58.201645) (xy 59.752906 58.201649) (xy 59.637812 58.287809) + (xy 59.637809 58.287812) (xy 59.551649 58.402906) (xy 59.551645 58.402913) (xy 59.501403 58.53762) + (xy 59.501401 58.537627) (xy 59.495 58.597155) (xy 59.495 59.31) (xy 60.403294 59.31) (xy 60.373442 59.382069) + (xy 60.35 59.49992) (xy 60.35 59.62008) (xy 60.373442 59.737931) (xy 60.403294 59.81) (xy 59.495 59.81) + (xy 59.495 60.522844) (xy 59.501401 60.582372) (xy 59.501403 60.582379) (xy 59.551645 60.717086) + (xy 59.551649 60.717093) (xy 59.637809 60.832187) (xy 59.637812 60.83219) (xy 59.752906 60.91835) + (xy 59.752913 60.918354) (xy 59.88762 60.968596) (xy 59.887627 60.968598) (xy 59.947155 60.974999) + (xy 59.947172 60.975) (xy 60.313709 60.975) (xy 60.380748 60.994685) (xy 60.426503 61.047489) (xy 60.436447 61.116647) + (xy 60.407422 61.180203) (xy 60.361162 61.213561) (xy 60.247079 61.260815) (xy 60.036981 61.389563) + (xy 60.036979 61.389564) (xy 59.849601 61.549601) (xy 59.689564 61.736979) (xy 59.689563 61.736981) + (xy 59.560815 61.947079) (xy 59.466517 62.174735) (xy 59.408993 62.414341) (xy 59.389659 62.66) + (xy 53.765483 62.66) (xy 53.743494 62.628597) (xy 53.576402 62.461506) (xy 53.576396 62.461501) + (xy 53.390842 62.331575) (xy 53.347217 62.276998) (xy 53.340023 62.2075) (xy 53.371546 62.145145) + (xy 53.390842 62.128425) (xy 53.524312 62.034968) (xy 53.576401 61.998495) (xy 53.743495 61.831401) + (xy 53.879035 61.63783) (xy 53.978903 61.423663) (xy 54.040063 61.195408) (xy 54.060659 60.96) (xy 54.040063 60.724592) + (xy 53.993626 60.551285) (xy 53.978905 60.496344) (xy 53.978904 60.496343) (xy 53.978903 60.496337) + (xy 53.879035 60.282171) (xy 53.863 60.259271) (xy 53.743496 60.0886) (xy 53.688714 60.033818) (xy 53.621179 59.966283) + (xy 53.587696 59.904963) (xy 53.59268 59.835271) (xy 53.634551 59.779337) (xy 53.665529 59.762422) + (xy 53.797086 59.713354) (xy 53.797093 59.71335) (xy 53.912187 59.62719) (xy 53.91219 59.627187) + (xy 53.99835 59.512093) (xy 53.998354 59.512086) (xy 54.048596 59.377379) (xy 54.048598 59.377372) + (xy 54.054999 59.317844) (xy 54.055 59.317827) (xy 54.055 58.67) (xy 53.138012 58.67) (xy 53.170925 58.612993) + (xy 53.205 58.485826) (xy 53.205 58.354174) (xy 53.170925 58.227007) (xy 53.138012 58.17) (xy 54.055 58.17) + (xy 54.055 57.522172) (xy 54.054999 57.522155) (xy 54.048598 57.462627) (xy 54.048596 57.46262) + (xy 53.998354 57.327913) (xy 53.99835 57.327906) (xy 53.91219 57.212812) (xy 53.912187 57.212809) + (xy 53.797093 57.126649) (xy 53.797086 57.126645) (xy 53.662379 57.076403) (xy 53.662372 57.076401) + (xy 53.602844 57.07) (xy 52.955 57.07) (xy 52.955 57.986988) (xy 52.897993 57.954075) (xy 52.770826 57.92) + (xy 52.639174 57.92) (xy 52.512007 57.954075) (xy 52.455 57.986988) (xy 52.455 57.07) (xy 51.807155 57.07) + (xy 51.747627 57.076401) (xy 51.74762 57.076403) (xy 51.612913 57.126645) (xy 51.612906 57.126649) + (xy 51.497812 57.212809) (xy 51.497809 57.212812) (xy 51.411649 57.327906) (xy 51.411645 57.327913) + (xy 51.361403 57.46262) (xy 51.361401 57.462627) (xy 51.355 57.522155) (xy 51.355 58.17) (xy 52.271988 58.17) + (xy 52.239075 58.227007) (xy 52.205 58.354174) (xy 52.205 58.485826) (xy 52.239075 58.612993) (xy 52.271988 58.67) + (xy 51.355 58.67) (xy 51.355 59.317844) (xy 51.361401 59.377372) (xy 51.361403 59.377379) (xy 51.411645 59.512086) + (xy 51.411649 59.512093) (xy 51.497809 59.627187) (xy 51.497812 59.62719) (xy 51.612906 59.71335) + (xy 51.612913 59.713354) (xy 51.74447 59.762421) (xy 51.800403 59.804292) (xy 51.824821 59.869756) + (xy 51.80997 59.938029) (xy 51.788819 59.966284) (xy 51.666503 60.0886) (xy 51.530965 60.282169) + (xy 51.530964 60.282171) (xy 51.431098 60.496335) (xy 51.431094 60.496344) (xy 51.369938 60.724586) + (xy 51.369936 60.724596) (xy 51.349341 60.959999) (xy 51.349341 60.96) (xy 51.369936 61.195403) + (xy 51.369938 61.195413) (xy 51.431094 61.423655) (xy 51.431096 61.423659) (xy 51.431097 61.423663) + (xy 51.517852 61.609709) (xy 51.530965 61.63783) (xy 51.530967 61.637834) (xy 51.666501 61.831395) + (xy 51.666506 61.831402) (xy 51.833597 61.998493) (xy 51.833603 61.998498) (xy 52.019158 62.128425) + (xy 52.062783 62.183002) (xy 52.069977 62.2525) (xy 52.038454 62.314855) (xy 52.019158 62.331575) + (xy 51.833597 62.461505) (xy 51.666505 62.628597) (xy 51.530965 62.822169) (xy 51.530964 62.822171) + (xy 51.431098 63.036335) (xy 51.431094 63.036344) (xy 51.369938 63.264586) (xy 51.369936 63.264596) + (xy 51.349341 63.499999) (xy 51.349341 63.5) (xy 51.369936 63.735403) (xy 51.369938 63.735413) (xy 51.431094 63.963655) + (xy 51.431096 63.963659) (xy 51.431097 63.963663) (xy 51.519611 64.153482) (xy 51.530965 64.17783) + (xy 51.530967 64.177834) (xy 51.638269 64.331076) (xy 51.658824 64.360432) (xy 51.666501 64.371395) + (xy 51.666506 64.371402) (xy 51.833597 64.538493) (xy 51.833603 64.538498) (xy 52.019158 64.668425) + (xy 52.062783 64.723002) (xy 52.069977 64.7925) (xy 52.038454 64.854855) (xy 52.019158 64.871575) + (xy 51.833597 65.001505) (xy 51.666505 65.168597) (xy 51.530965 65.362169) (xy 51.530964 65.362171) + (xy 51.431098 65.576335) (xy 51.431094 65.576344) (xy 51.369938 65.804586) (xy 51.369936 65.804596) + (xy 51.349341 66.039999) (xy 51.349341 66.04) (xy 50.8 66.04) (xy 50.8 53.446286) (xy 51.9895 53.446286) + (xy 52.022753 53.656239) (xy 52.088444 53.858414) (xy 52.184951 54.04782) (xy 52.30989 54.219786) + (xy 52.460213 54.370109) (xy 52.632179 54.495048) (xy 52.632181 54.495049) (xy 52.632184 54.495051) + (xy 52.821588 54.591557) (xy 53.023757 54.657246) (xy 53.233713 54.6905) (xy 53.233714 54.6905) + (xy 53.446286 54.6905) (xy 53.446287 54.6905) (xy 53.656243 54.657246) (xy 53.858412 54.591557) + (xy 54.047816 54.495051) (xy 54.069789 54.479086) (xy 54.219786 54.370109) (xy 54.219788 54.370106) + (xy 54.219792 54.370104) (xy 54.370104 54.219792) (xy 54.370106 54.219788) (xy 54.370109 54.219786) + (xy 54.495048 54.04782) (xy 54.495047 54.04782) (xy 54.495051 54.047816) (xy 54.591557 53.858412) + (xy 54.657246 53.656243) (xy 54.6905 53.446287) (xy 54.6905 53.446286) (xy 87.2095 53.446286) (xy 87.242753 53.656239) + (xy 87.308444 53.858414) (xy 87.404951 54.04782) (xy 87.52989 54.219786) (xy 87.680213 54.370109) + (xy 87.852179 54.495048) (xy 87.852181 54.495049) (xy 87.852184 54.495051) (xy 88.041588 54.591557) + (xy 88.243757 54.657246) (xy 88.453713 54.6905) (xy 88.453714 54.6905) (xy 88.666286 54.6905) (xy 88.666287 54.6905) + (xy 88.876243 54.657246) (xy 89.078412 54.591557) (xy 89.267816 54.495051) (xy 89.289789 54.479086) + (xy 89.439786 54.370109) (xy 89.439788 54.370106) (xy 89.439792 54.370104) (xy 89.590104 54.219792) + (xy 89.590106 54.219788) (xy 89.590109 54.219786) (xy 89.715048 54.04782) (xy 89.715047 54.04782) + (xy 89.715051 54.047816) (xy 89.811557 53.858412) (xy 89.877246 53.656243) (xy 89.9105 53.446287) + (xy 89.9105 53.233713) (xy 89.877246 53.023757) (xy 89.811557 52.821588) (xy 89.715051 52.632184) + (xy 89.715049 52.632181) (xy 89.715048 52.632179) (xy 89.590109 52.460213) (xy 89.439786 52.30989) + (xy 89.26782 52.184951) (xy 89.078414 52.088444) (xy 89.078413 52.088443) (xy 89.078412 52.088443) + (xy 88.876243 52.022754) (xy 88.876241 52.022753) (xy 88.87624 52.022753) (xy 88.714957 51.997208) + (xy 88.666287 51.9895) (xy 88.453713 51.9895) (xy 88.405042 51.997208) (xy 88.24376 52.022753) (xy 88.041585 52.088444) + (xy 87.852179 52.184951) (xy 87.680213 52.30989) (xy 87.52989 52.460213) (xy 87.404951 52.632179) + (xy 87.308444 52.821585) (xy 87.242753 53.02376) (xy 87.2095 53.233713) (xy 87.2095 53.446286) (xy 54.6905 53.446286) + (xy 54.6905 53.233713) (xy 54.657246 53.023757) (xy 54.591557 52.821588) (xy 54.495051 52.632184) + (xy 54.495049 52.632181) (xy 54.495048 52.632179) (xy 54.370109 52.460213) (xy 54.219786 52.30989) + (xy 54.04782 52.184951) (xy 53.858414 52.088444) (xy 53.858413 52.088443) (xy 53.858412 52.088443) + (xy 53.656243 52.022754) (xy 53.656241 52.022753) (xy 53.65624 52.022753) (xy 53.494957 51.997208) + (xy 53.446287 51.9895) (xy 53.233713 51.9895) (xy 53.185042 51.997208) (xy 53.02376 52.022753) (xy 52.821585 52.088444) + (xy 52.632179 52.184951) (xy 52.460213 52.30989) (xy 52.30989 52.460213) (xy 52.184951 52.632179) + (xy 52.088444 52.821585) (xy 52.022753 53.02376) (xy 51.9895 53.233713) (xy 51.9895 53.446286) (xy 50.8 53.446286) + (xy 50.8 50.924) (xy 50.819685 50.856961) (xy 50.872489 50.811206) (xy 50.924 50.8) (xy 90.976 50.8) + ) + ) + ) +) \ No newline at end of file diff --git a/src/hall/mount/mount.kicad_pro b/src/hall/mount/mount.kicad_pro index e6963376..dd94f0e2 100644 --- a/src/hall/mount/mount.kicad_pro +++ b/src/hall/mount/mount.kicad_pro @@ -3,6 +3,9 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, "board_outline_line_width": 0.09999999999999999, "copper_line_width": 0.19999999999999998, "copper_text_italic": false, @@ -66,6 +69,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", @@ -127,9 +131,6 @@ }, "teardrop_options": [ { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 5, - "td_on_pad_in_zone": false, "td_onpadsmd": true, "td_onroundshapesonly": false, "td_ontrackend": false, @@ -138,37 +139,76 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } ], "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -377,10 +417,10 @@ "no_connect_dangling": "warning", "pin_not_connected": "error", "pin_not_driven": "error", - "pin_to_pin": "warning", + "pin_to_pin": "error", "power_pin_not_driven": "error", "similar_labels": "warning", - "simulation_model_issue": "error", + "simulation_model_issue": "ignore", "unannotated": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", @@ -427,14 +467,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -448,6 +549,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -463,6 +569,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 diff --git a/src/hall/mount/mount.kicad_sch b/src/hall/mount/mount.kicad_sch index 738e66f7..392151da 100644 --- a/src/hall/mount/mount.kicad_sch +++ b/src/hall/mount/mount.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "aa63a459-27b9-4552-82f3-9d69a4745111") + (uuid "144981f8-3b4c-4959-95e5-5323082c965a") (paper "A4") (title_block (title "hall") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 8.89 0) (effects (font (size 1.27 1.27)))) (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "AudioJack2_SwitchT_0_1" (rectangle (start -2.54 0) @@ -89,13 +95,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -111,20 +124,26 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_0_1" (polyline (pts @@ -167,14 +186,20 @@ ) ) (symbol "Device:R" - (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_0_1" (rectangle (start -1.016 -2.54) @@ -195,14 +220,20 @@ ) ) (symbol "Device:C" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_0_1" (polyline (pts @@ -232,15 +263,21 @@ ) ) ) - (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 0 5.08 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 0 -5.08 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol TL072_1_1 (polyline (pts @@ -301,14 +338,20 @@ ) ) (symbol "Device:LED" - (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "LED" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "LED_0_1" (polyline (pts @@ -370,14 +413,21 @@ ) ) ) - (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol MMBT3904_0_1 (polyline (pts @@ -439,13 +489,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -473,23 +530,31 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Diode:1N4148" - (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N4148" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol 1N4148_0_1 (polyline (pts @@ -529,15 +594,21 @@ ) ) ) - (symbol "Connector:Conn_01x04_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x04_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x04_Pin" (at 0 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x04_Pin_1_1" (polyline (pts @@ -613,15 +684,21 @@ ) ) ) - (symbol "Connector:Conn_01x02_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x02_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x02_Pin" (at 0 -5.08 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x02, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x02, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x02_Pin_1_1" (polyline (pts @@ -661,15 +738,21 @@ ) ) ) - (symbol "Connector:Conn_01x03_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x03_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x03_Pin" (at 0 -5.08 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x03_Pin_1_1" (polyline (pts @@ -728,13 +811,20 @@ ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -762,23 +852,30 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -799,16 +896,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -827,14 +930,20 @@ ) ) ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -846,48 +955,72 @@ ) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 20.32 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J4" (at 20.32 42.99 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 20.32 44.99 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 25.4 48.26 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 29.94 48.26 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "IN" (at 25.4 50.8 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e9629812-6213-4404-bcc2-91b8dc889edd) + (uuid 7e2809ec-177f-4516-a9ba-5ae326b8319b) ) (no_connect (at 25.4 53.34) - (uuid 95ba6a2d-df09-4d73-908a-b07a52ef37be) + (uuid 59fbbc88-70dc-44c8-a3e3-9bb24fb3b044) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 20.32 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J5" (at 20.32 68.39 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 20.32 70.39 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 25.4 73.66 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 29.94 73.66 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -895,7 +1028,7 @@ (xy 27.94 76.2) ) (stroke (width 0) (type default)) - (uuid 907b19d0-4c75-4d43-beb6-90666a55c840) + (uuid 4dbcfe2b-be75-4e11-93df-635770a4baeb) ) (wire (pts @@ -903,18 +1036,24 @@ (xy 33.02 76.2) ) (stroke (width 0) (type default)) - (uuid 333acbb1-24d0-4072-a7d3-46c791fda0b0) + (uuid 87ef9e7e-2273-451e-99fc-df60a68471d2) ) (symbol (lib_id "Device:R_Potentiometer") (at 36.83 76.2 90) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV3" (at 36.83 79.22 90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 36.83 81.22 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "Potentiometer" (at 36.83 76.2 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 36.83 76.2 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -924,19 +1063,25 @@ (xy 39.37 72.39) ) (stroke (width 0) (type default)) - (uuid 6d87881b-b3a3-43a6-84f7-3ac634292316) + (uuid c159c308-f1a6-4d3a-b062-5559e1975264) ) (label "FB1" (at 39.37 72.39 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ab920ab4-464f-4460-bef2-0a6af3d062c6) + (uuid 673315c4-b4f6-4e6a-b542-e7c9c2520ce0) ) (symbol (lib_id "power:GND") (at 40.64 76.2 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 40.64 80.74 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -944,39 +1089,57 @@ (xy 30.48 78.74) ) (stroke (width 0) (type default)) - (uuid 58f559f0-acfc-4bf1-ac2b-cf0a97cb965b) + (uuid 654977c1-80da-42c1-b34a-920e8150ac0d) ) (symbol (lib_id "Device:R") (at 30.48 82.55 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R1" (at 32.5 81.55 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "1k" (at 32.5 83.55 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "TONE" (at 30.48 86.36 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 887c2cfa-d20f-4c77-8f1c-e171c0df1ace) + (uuid 29527ada-30f0-49a8-846a-fb059bae6883) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 20.32 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J6" (at 20.32 93.79 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 20.32 95.79 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 25.4 99.06 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 29.94 99.06 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -984,36 +1147,48 @@ (xy 27.94 101.6) ) (stroke (width 0) (type default)) - (uuid 310f7fe8-8098-4036-bd73-019de6d89a4e) + (uuid 8440b9be-5dfa-4858-afa5-5563e90e056d) ) (symbol (lib_id "Device:R") (at 27.94 105.41 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R2" (at 29.96 104.41 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "1k" (at 29.96 106.41 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "TONE" (at 27.94 109.22 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ac3b3fb4-f6ef-4ca9-9928-b310ad5a4a1e) + (uuid 816532bd-89d5-4d9b-84c5-38bab14ade7e) ) (no_connect (at 25.4 104.14) - (uuid f999fdf3-2635-4c93-9d36-c9b311560bef) + (uuid 09c8ea3b-99dc-40ba-9af6-ad4828c95caf) ) (label "OUT" (at 20.32 127 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 12502a8d-4b83-429f-af21-b7b094992dc2) + (uuid d168ff70-4f0f-4822-afc8-a5fc07455252) ) (symbol (lib_id "Device:R") (at 24.13 127 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R3" (at 24.13 121.98 -90) (effects (font (size 1.27 1.27)))) (property "Value" "1k" (at 24.13 123.98 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1021,33 +1196,45 @@ (xy 33.02 127) ) (stroke (width 0) (type default)) - (uuid 5b61b3d9-8522-4b5a-8b25-671aec5edc29) + (uuid b54b6656-247e-44d0-a80d-a17669598447) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 38.1 127 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J7" (at 38.1 119.19 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 38.1 121.19 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 124.46 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 28.48 124.46 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 33.02 129.54) - (uuid f1ce3ca0-5c4d-4d53-bdd7-7a1907be5461) + (uuid 28624d6f-3a1b-47ff-b07c-c93f140ee4d9) ) (label "REVERB" (at 76.2 50.8 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5d8d41ff-7b62-4144-aeea-9e1f5f78e6eb) + (uuid cc744cb9-057e-49f6-b89c-afb2a30df264) ) (wire (pts @@ -1055,46 +1242,58 @@ (xy 78.74 50.8) ) (stroke (width 0) (type default)) - (uuid 11eccb83-b9fd-4f4b-bad2-af83ae79cd49) + (uuid 07167615-b0d4-4c5e-8a06-34a4dfaed6a8) ) (junction (at 78.74 50.8) (diameter 0) (color 0 0 0 0) - (uuid 6244ed13-0d0b-4335-8c2b-abf6cd5ea716) + (uuid 7c976c74-473c-4bdb-a015-9485a50a865c) ) (symbol (lib_id "Device:R") (at 82.55 50.8 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R4" (at 82.55 45.78 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 82.55 47.78 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 86.36 50.8) (diameter 0) (color 0 0 0 0) - (uuid 5352472b-7d4f-4e4e-935c-665e55880c91) + (uuid 75447e61-3552-4e32-ad11-2639540f1e73) ) (symbol (lib_id "Device:R_Potentiometer") (at 90.17 50.8 90) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV1" (at 90.17 45.78 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 90.17 47.78 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Spice_Netlist_Enabled" "Y" (at 90.17 50.8 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer" (at 90.17 50.8 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 90.17 50.8 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 90.17 50.8 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 93.98 50.8) (diameter 0) (color 0 0 0 0) - (uuid c9590ed6-9160-413b-8d55-017cbd69fe7c) + (uuid 3b195c6c-5b0d-41fa-919d-174818f606b1) ) (wire (pts @@ -1102,7 +1301,7 @@ (xy 93.98 40.64) ) (stroke (width 0) (type default)) - (uuid 3ca24767-4b31-4aba-ad96-f91bf6c74c9c) + (uuid 31bb7ffd-b679-4474-a2ed-158bf35e7d00) ) (wire (pts @@ -1110,7 +1309,7 @@ (xy 93.98 40.64) ) (stroke (width 0) (type default)) - (uuid 37b63258-a2f4-4f91-a009-3d0b46876874) + (uuid 4e8d108d-b507-49d4-863b-4ac942f68854) ) (wire (pts @@ -1118,17 +1317,23 @@ (xy 86.36 40.64) ) (stroke (width 0) (type default)) - (uuid 67107c09-6fad-44db-af45-e9e924901361) + (uuid 16560a04-9886-42f9-81e2-c25a83ba915d) ) (symbol (lib_id "Device:C") (at 90.17 40.64 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C1" (at 90.17 34.61 -270) (effects (font (size 1.27 1.27)))) (property "Value" "47n (C0G)" (at 90.17 36.61 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1136,70 +1341,100 @@ (xy 86.36 50.8) ) (stroke (width 0) (type default)) - (uuid d0656a4c-afcf-4784-936c-cb69b8de4df5) + (uuid dc510421-6d52-4ae2-bca5-3f7ae849c307) ) (symbol (lib_id "Device:R") (at 97.79 50.8 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R5" (at 97.79 45.78 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 97.79 47.78 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 101.6 50.8) (diameter 0) (color 0 0 0 0) - (uuid 8549e272-8984-42b2-bfe1-0ace448c10ba) + (uuid 05a41ee4-c257-44f0-b383-85c44b4c9874) ) (symbol (lib_id "Device:R") (at 90.17 58.42 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R6" (at 92.19 57.42 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "22k" (at 92.19 59.42 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 90.17 62.23) (diameter 0) (color 0 0 0 0) - (uuid b92aab2b-16db-4c39-aa5c-337726a44513) + (uuid 2f29eb22-7e5d-4ae7-a5eb-55ad0beb7171) ) (symbol (lib_id "Device:C") (at 90.17 66.04 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C2" (at 93.2 65.03999999999999 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "560p (C0G)" (at 93.2 67.03999999999999 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer") (at 90.17 73.66 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV2" (at 90.17 76.68 90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 90.17 78.68 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "Y" (at 90.17 73.66 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 90.17 73.66 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer1" (at 90.17 73.66 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 90.17 73.66 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "Device:R") (at 82.55 73.66 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R7" (at 82.55 76.68 270) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 82.55 78.68 270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1207,17 +1442,23 @@ (xy 78.74 50.8) ) (stroke (width 0) (type default)) - (uuid c375e085-f1d3-4e49-87fb-b4fe678fcc2f) + (uuid c2f341d3-e186-4b1f-a56d-4e587da7708b) ) (symbol (lib_id "Device:R") (at 97.79 73.66 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R8" (at 97.79 76.68 90) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 97.79 78.68 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1225,7 +1466,7 @@ (xy 101.6 50.8) ) (stroke (width 0) (type default)) - (uuid 1a236f34-b828-42b6-92ea-5daca701b6a0) + (uuid 2f012476-bcec-45b9-ae17-d9cf594635d6) ) (wire (pts @@ -1233,35 +1474,47 @@ (xy 105.41 62.23) ) (stroke (width 0) (type default)) - (uuid 1913f860-f8dd-484d-98ab-0fb5810c60f3) + (uuid 342f45ca-1ddf-4849-813b-a80b25cd71cc) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 113.03 64.77 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 113.03 55.69 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 113.03 57.69 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 113.03 64.77 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 113.03 64.77 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 113.03 64.77 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 105.41 67.31 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 105.41 71.85 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 120.65 64.77) (diameter 0) (color 0 0 0 0) - (uuid 32f947b9-dcc5-4bcd-82e0-34312c4fac8f) + (uuid 82995c0e-5473-4905-9ee5-a763f0eedd7d) ) (wire (pts @@ -1269,7 +1522,7 @@ (xy 120.65 50.8) ) (stroke (width 0) (type default)) - (uuid 02dca654-da5f-4bb1-946e-162c9e962907) + (uuid 542b76cc-c810-4298-be51-6db713244805) ) (wire (pts @@ -1277,7 +1530,7 @@ (xy 101.6 50.8) ) (stroke (width 0) (type default)) - (uuid 0856b76a-a464-462d-bc7f-f15e0153988e) + (uuid 88099c1b-f6cd-42ce-bf69-0c943da718a3) ) (wire (pts @@ -1285,62 +1538,86 @@ (xy 123.19 64.77) ) (stroke (width 0) (type default)) - (uuid 933a4a16-d83c-4211-97a8-924629b15780) + (uuid a583ee5f-cdce-4fc7-b9d4-928ce364a545) ) (label "TONE" (at 123.19 64.77 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e4d8d900-f694-4caf-a5a2-b5b02ad31994) + (uuid b1c001b5-04af-4d9f-8e7c-45ba37346ac1) ) (symbol (lib_id "Device:LED") (at 168.91 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D1" (at 168.91 121.73 0) (effects (font (size 1.27 1.27)))) (property "Value" "LED (Red)" (at 168.91 123.73 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" LED_THT:LED_D5.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D5.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "LED1" (at 165.1 127 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid c8d92ba3-586f-426f-bc79-b36be7f49cfe) + (uuid 3d658bd9-969d-4555-bd1b-7fd9f144f56f) ) (label "LED2" (at 172.72 127 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e9cfadca-456d-4e8e-b02e-10bb02d9c01c) + (uuid fa0fc502-47b1-4dbf-88e5-562fc1f59b11) ) (label "FB1" (at 76.2 127 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8c47f263-848d-4e65-8d00-6994b1cf90be) + (uuid b256689c-7a92-4230-b9cc-236dc1efff64) ) (symbol (lib_id "Device:R") (at 80.01 127 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R9" (at 80.01 121.98 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 80.01 123.98 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 91.44 129.54 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U6" (at 91.44 120.46 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 91.44 122.46 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 91.44 129.54 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 91.44 129.54 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 83.82 132.08 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 83.82 136.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1348,7 +1625,7 @@ (xy 99.06 116.84) ) (stroke (width 0) (type default)) - (uuid 51c7e8a8-c071-4211-9319-45cf2af687ae) + (uuid 06ed9542-900d-4495-b89d-28bef736bba1) ) (wire (pts @@ -1356,7 +1633,7 @@ (xy 95.25 116.84) ) (stroke (width 0) (type default)) - (uuid df81e21b-9281-4850-9b88-b2574b47ba60) + (uuid caf2e21b-f2ec-4069-8e88-ff19d2ff86a8) ) (wire (pts @@ -1364,22 +1641,28 @@ (xy 83.82 116.84) ) (stroke (width 0) (type default)) - (uuid 61c7b022-c48e-4575-80e3-8eebd00e60c0) + (uuid caf3d20b-fbe1-414e-9f5b-53b4f731f52d) ) (symbol (lib_id "Device:R") (at 91.44 116.84 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R10" (at 91.44 111.82 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 91.44 113.82 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 83.82 127) (diameter 0) (color 0 0 0 0) - (uuid 9a3888b2-2ae8-47fa-805c-055949db5c19) + (uuid 4ec347b2-a829-4a2d-9c1b-da3d78a4dc7e) ) (wire (pts @@ -1387,12 +1670,12 @@ (xy 83.82 127) ) (stroke (width 0) (type default)) - (uuid 90e3e00b-9bc5-4e40-bf40-9a8916bc7932) + (uuid 40c8883e-e71d-4ff9-856c-c7d18f7f59ae) ) (junction (at 99.06 129.54) (diameter 0) (color 0 0 0 0) - (uuid d33357d7-c8fd-48a9-b59b-f69eb440122b) + (uuid 378416c3-a222-4a04-8f7f-04e6a3fd2d97) ) (wire (pts @@ -1400,23 +1683,29 @@ (xy 101.6 129.54) ) (stroke (width 0) (type default)) - (uuid b78399fa-c453-46c5-899c-6b426428f33f) + (uuid e3ba1784-754b-4130-abcd-a2eb227f3f7e) ) (label "FB2" (at 101.6 129.54 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid db76a69c-da55-40e6-b137-bb5304d28043) + (uuid 4339d594-e477-4795-bc7e-1c4fab5bb8e2) ) (label "IN" (at 76.2 101.6 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid c7002175-b3a4-4789-8355-fb9a5cce421d) + (uuid a0cb580a-f880-4e52-8ff2-432c15eda325) ) (symbol (lib_id "Device:R") (at 80.01 101.6 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R11" (at 80.01 96.58 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 80.01 98.58 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1424,21 +1713,27 @@ (xy 88.9 101.6) ) (stroke (width 0) (type default)) - (uuid d5962e53-ebc9-4d24-99f9-6695edcf03d7) + (uuid 17f69762-28fe-4e72-9d26-a0eacf9d9dfe) ) (symbol (lib_id "Device:R_Potentiometer") (at 88.9 97.79 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV5" (at 86.88 96.78999999999999 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100k" (at 86.88 98.78999999999999 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "Potentiometer1" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Netlist_Enabled" "Y" (at 88.9 97.79 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1446,58 +1741,82 @@ (xy 83.82 93.98) ) (stroke (width 0) (type default)) - (uuid 8382d7cd-1f1f-4276-b25e-265c054358b6) + (uuid 5e1e5b3c-5ca5-4765-b5b7-bdfb24340419) ) (symbol (lib_id "Device:R") (at 80.01 93.98 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R12" (at 80.01 88.96 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 80.01 90.96 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "TONE" (at 76.2 93.98 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 44b13e69-533d-451f-9139-379d720e7ed6) + (uuid a6ca8e8a-a659-463e-8125-34293a25cb43) ) (symbol (lib_id "Device:R") (at 96.52 97.79 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R13" (at 96.52 92.77 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 96.52 94.77 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 107.95 100.33 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 107.95 91.25 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 107.95 93.25 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 107.95 100.33 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 107.95 100.33 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 107.95 100.33 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 100.33 102.87 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 100.33 107.41 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 115.57 100.33) (diameter 0) (color 0 0 0 0) - (uuid 07fd353f-bdcf-4417-8c90-d370a55cd193) + (uuid df6c98ae-c062-409f-af23-9dfc3a1e091e) ) (wire (pts @@ -1505,7 +1824,7 @@ (xy 115.57 87.63) ) (stroke (width 0) (type default)) - (uuid f388ab98-0234-4d78-bf75-cf7d99777a22) + (uuid 895f2abe-f913-4a76-a58b-9f4fdad8756e) ) (wire (pts @@ -1513,7 +1832,7 @@ (xy 111.76 87.63) ) (stroke (width 0) (type default)) - (uuid aa3d1e5f-5290-43d9-b7b5-1ea8d1fabdb2) + (uuid 5e3b1ace-4434-4031-be8f-c408fa475add) ) (wire (pts @@ -1521,17 +1840,23 @@ (xy 100.33 87.63) ) (stroke (width 0) (type default)) - (uuid 762882c9-e387-409b-8152-5789601188ea) + (uuid 7350d968-678d-4f2d-9c8d-981ae5c2e915) ) (symbol (lib_id "Device:R") (at 107.95 87.63 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R14" (at 107.95 82.61 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 107.95 84.61 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1539,12 +1864,12 @@ (xy 100.33 97.79) ) (stroke (width 0) (type default)) - (uuid ccf48007-c788-4290-9fcc-3879ae76c938) + (uuid 6e334453-f960-407f-b118-590f8046e3cc) ) (junction (at 100.33 97.79) (diameter 0) (color 0 0 0 0) - (uuid 1891a05f-81fd-45fe-b24f-04c4a7590f94) + (uuid 8596f436-6624-4889-93a9-17058df11060) ) (wire (pts @@ -1552,81 +1877,118 @@ (xy 118.11 100.33) ) (stroke (width 0) (type default)) - (uuid 65bf449b-b1ab-43d7-8d21-bd4773e9f5fe) + (uuid 711aa6ef-00ad-4de2-ba3d-77aa4bd3eff6) ) (label "OUT" (at 118.11 100.33 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 0055c262-14a9-479d-80a7-7fddb9570c8c) + (uuid d9597243-fcbf-4d55-afc4-a1ba189c52c1) ) (label "IN" (at 152.4 50.8 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 039e0b4d-d60a-402a-843f-d22f6dc61164) + (uuid 2d266e7e-2e18-41be-8013-75a5552e30da) ) (symbol (lib_id "Device:R") (at 156.21 50.8 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R15" (at 156.21 45.78 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 156.21 47.78 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 160.02 50.8) (diameter 0) (color 0 0 0 0) - (uuid 75b57141-15b6-48d6-a4b0-1c8058762c71) + (uuid 8b9026e3-97ee-4600-bbbe-65ced8558f2a) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 165.1 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q1" (at 170.19 49.8 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 170.19 51.8 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 167.64 41.91 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R16" (at 169.66 40.91 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 169.66 42.91 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 167.64 38.1 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 167.64 33.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 167.64 59.69 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D2" (at 170.93 59.07000000000001 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Green)" (at 170.93 61.07000000000001 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 167.64 63.5) (diameter 0) (color 0 0 0 0) - (uuid 02bab36c-e3c5-474e-964d-f70406572bfc) + (uuid a3286f89-e657-4b64-9fb8-c7cc0ed5a7b9) ) (symbol (lib_id "power:GND") (at 167.64 63.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 167.64 68.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1634,19 +1996,27 @@ (xy 160.02 63.5) ) (stroke (width 0) (type default)) - (uuid 67861654-8c62-4a01-a7fa-b1b1913f22b7) + (uuid 2e0cb245-416a-4d69-8ade-c8e11f17368a) ) (symbol (lib_id "Diode:1N4148") (at 160.02 59.69 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D3" (at 157.75 58.69 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 157.75 60.69 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1654,78 +2024,115 @@ (xy 160.02 50.8) ) (stroke (width 0) (type default)) - (uuid 61c055e3-4aff-447e-aa8f-4695cdf69b43) + (uuid 0a7cd4ca-8387-47ea-a447-4edd88895105) ) (label "OUT" (at 190.5 50.8 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid ead64a84-4318-40cf-94e0-8d06e122e97a) + (uuid 148f201f-566d-417a-9215-e3d676ccf97d) ) (symbol (lib_id "Device:R") (at 194.31 50.8 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R17" (at 194.31 45.78 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 194.31 47.78 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 198.12 50.8) (diameter 0) (color 0 0 0 0) - (uuid 7412acd4-b4f4-48c3-b81c-1851fe915cac) + (uuid fe64b089-416d-4be3-90b6-dee38f89b55f) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 203.2 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q2" (at 208.29 49.8 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 208.29 51.8 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 205.74 41.91 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R18" (at 207.76 40.91 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 207.76 42.91 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 205.74 38.1 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 205.74 33.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 205.74 59.69 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D4" (at 209.03 59.07000000000001 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Red)" (at 209.03 61.07000000000001 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 205.74 63.5) (diameter 0) (color 0 0 0 0) - (uuid a1cbeee8-d728-42e8-812d-23a5794d1577) + (uuid 10b6a903-352b-4104-986c-7841c5f4897a) ) (symbol (lib_id "power:GND") (at 205.74 63.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 205.74 68.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1733,19 +2140,27 @@ (xy 198.12 63.5) ) (stroke (width 0) (type default)) - (uuid ac2fc24d-d965-4e7e-a0cf-969df3c0e273) + (uuid 42949e1d-77c2-43ad-a001-7650728805b5) ) (symbol (lib_id "Diode:1N4148") (at 198.12 59.69 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D5" (at 195.85 58.69 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 195.85 60.69 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1753,78 +2168,115 @@ (xy 198.12 50.8) ) (stroke (width 0) (type default)) - (uuid b2b013fe-d76f-41c8-85b1-e7dce9d4b8c6) + (uuid 136604fd-5d71-4668-81fa-7ff378433b45) ) (label "FB2" (at 152.4 101.6 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 1866a623-2414-478d-a028-8bcc005d9e0c) + (uuid c0c754f1-c9ba-4ce7-b024-c840daacdd65) ) (symbol (lib_id "Device:R") (at 156.21 101.6 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R19" (at 156.21 96.58 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 156.21 98.58 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 160.02 101.6) (diameter 0) (color 0 0 0 0) - (uuid 1b321db9-a09f-4f0b-b4bf-de51407184a1) + (uuid 7917ce0f-bb9c-49da-bb26-627740621c5e) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 165.1 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q3" (at 170.19 100.6 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 170.19 102.6 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 167.64 92.71 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R20" (at 169.66 91.71000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 169.66 93.71000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 167.64 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 167.64 84.36 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 167.64 110.49 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D6" (at 170.93 109.87 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Green)" (at 170.93 111.87 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 167.64 114.3) (diameter 0) (color 0 0 0 0) - (uuid 5ecbf3be-7ae3-4606-a7ab-8e5d6ec2d2f3) + (uuid 652f98e9-850e-4409-9167-21b555081af8) ) (symbol (lib_id "power:GND") (at 167.64 114.3 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 167.64 118.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1832,19 +2284,27 @@ (xy 160.02 114.3) ) (stroke (width 0) (type default)) - (uuid fe082722-b520-4dbb-8afb-a960107b3f91) + (uuid 93bde465-97b8-40ca-95bc-b21325efbfc8) ) (symbol (lib_id "Diode:1N4148") (at 160.02 110.49 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D7" (at 157.75 109.49000000000001 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 157.75 111.49000000000001 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1852,78 +2312,115 @@ (xy 160.02 101.6) ) (stroke (width 0) (type default)) - (uuid b60fb5b7-8842-4be0-b930-981d269a421d) + (uuid df7bff27-8b6b-4a2e-9f1a-bab8655eba36) ) (label "TONE" (at 190.5 101.6 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0bc24140-c687-46d5-bf11-1e69578bac78) + (uuid 5fea4515-2a9d-409d-ac97-cbe5c89ed373) ) (symbol (lib_id "Device:R") (at 194.31 101.6 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R21" (at 194.31 96.58 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 194.31 98.58 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 198.12 101.6) (diameter 0) (color 0 0 0 0) - (uuid ea2ab67c-e52c-430c-a095-31e90c4335b1) + (uuid 6c36f77b-88b1-4a28-be41-b242b1d90281) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 203.2 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q4" (at 208.29 100.6 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 208.29 102.6 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 205.74 92.71 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R22" (at 207.76 91.71000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 207.76 93.71000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 205.74 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 205.74 84.36 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 205.74 110.49 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D8" (at 209.03 109.87 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Red)" (at 209.03 111.87 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 205.74 114.3) (diameter 0) (color 0 0 0 0) - (uuid 5803730a-046c-41c7-9a55-bd9124b83bdb) + (uuid 4e886b3b-1be2-4153-8551-16984babdddb) ) (symbol (lib_id "power:GND") (at 205.74 114.3 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 205.74 118.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1931,19 +2428,27 @@ (xy 198.12 114.3) ) (stroke (width 0) (type default)) - (uuid d7cd6344-bc15-48cc-9cf6-f079c9d5101b) + (uuid 171a2ec0-2405-4590-9d93-bfc4fce7068c) ) (symbol (lib_id "Diode:1N4148") (at 198.12 110.49 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D9" (at 195.85 109.49000000000001 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 195.85 111.49000000000001 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1951,90 +2456,120 @@ (xy 198.12 101.6) ) (stroke (width 0) (type default)) - (uuid 97ba0192-5b87-4aa8-88e7-9637ce52bbe6) + (uuid 482cdd38-1cbd-4fe6-94e3-994d8c1befd0) ) (symbol (lib_id "Connector:Conn_01x04_Pin") (at 109.22 180.34 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J1" (at 109.22 173.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x04 Male" (at 109.22 175.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "GND" (at 114.3 177.8 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 1c165236-54f6-40e6-8294-d8627bafc562) + (uuid c1305e81-bc5d-4550-80b1-cb0cac4f31dc) ) (label "+15V" (at 114.3 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 46f883de-e2f2-4956-b235-d353e0504efe) + (uuid 6eae5cd2-ea06-4933-9be7-c887f743e7dd) ) (label "-15V" (at 114.3 182.88 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e058140d-b175-4676-80a8-21f5c434c02e) + (uuid 044a4bf7-e55b-4ccd-a458-52ab901062c7) ) (label "+5V" (at 114.3 185.42 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6004b719-c551-4e7e-b94e-662322fd6fb4) + (uuid 6ee533bf-1014-440e-8c14-b9d383c08346) ) (symbol (lib_id "Connector:Conn_01x02_Pin") (at 134.62 177.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J2" (at 134.62 173.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x02 Male" (at 134.62 175.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x02, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x02, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "LED1" (at 139.7 177.8 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ea024735-a9f7-4910-b62f-f918d32c754c) + (uuid 729e5eaa-37b1-4e56-a863-e3c265976d6c) ) (label "LED2" (at 139.7 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 664c2289-8827-46b7-a8f2-c85fa08be204) + (uuid 28add74e-3dda-4ec6-8f42-046d31ce78e1) ) (symbol (lib_id "Connector:Conn_01x03_Pin") (at 160.02 180.34 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J3" (at 160.02 173.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x03 Male" (at 160.02 175.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FB2" (at 165.1 177.8 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 66468837-8f26-4122-bf5d-40f509d6c108) + (uuid c3cd39c5-d034-4f9c-ada0-4c5f572ff6e0) ) (label "IN" (at 165.1 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 09370e93-613b-4933-9e3b-999f9e7423b0) + (uuid c20fb440-944e-4d94-87bd-7da5cd3abe33) ) (label "REVERB" (at 165.1 182.88 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid cb56c9cb-2463-47dd-a753-2aca1b23ab11) + (uuid 38b9ef42-f480-41c5-8e6d-439b4fea39e8) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 81.28 190.5 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U6" (at 81.28 181.42 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 81.28 183.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 81.28 190.5 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 81.28 190.5 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 73.66 193.04 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 73.66 197.58 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2042,7 +2577,7 @@ (xy 88.9 177.8) ) (stroke (width 0) (type default)) - (uuid 3d097bd1-9b4b-42a8-8584-07300d23873a) + (uuid 33d208f9-081d-426f-af36-69b05c99672e) ) (wire (pts @@ -2050,7 +2585,7 @@ (xy 73.66 177.8) ) (stroke (width 0) (type default)) - (uuid 1494c96a-bfb1-4212-8cd1-2335b80a11a0) + (uuid 29499588-9b67-4d3d-b646-184615718e66) ) (wire (pts @@ -2058,43 +2593,61 @@ (xy 73.66 187.96) ) (stroke (width 0) (type default)) - (uuid 62160d50-403f-4a2d-b12b-b8ccc8df4d75) + (uuid 9f16f5cd-89c1-493a-b174-cb81a19538e2) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 30.48 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 28.94 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 28.94 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 30.48 182.88 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 30.48 182.88 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 27.94 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 27.94 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 27.94 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 27.94 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 27.94 175.26) (diameter 0) (color 0 0 0 0) - (uuid c23ee7e8-4d54-41d6-a061-6386230e7923) + (uuid d6850899-3f15-4e75-94a6-e6f0143b5154) ) (wire (pts @@ -2102,33 +2655,45 @@ (xy 20.32 175.26) ) (stroke (width 0) (type default)) - (uuid 80123b6c-54bd-4298-a057-945e908332a9) + (uuid e8b937e7-fdfe-4bce-a3b4-21f2cc2b7c62) ) (symbol (lib_id "Device:C") (at 20.32 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C3" (at 23.35 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 23.35 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 20.32 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 20.32 182.88) (diameter 0) (color 0 0 0 0) - (uuid 07fe5392-58c0-44f6-90fc-63201eaef87f) + (uuid ab52cdc1-9a0a-46f9-8a3d-c079675f52e1) ) (symbol (lib_id "Device:C") (at 20.32 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C4" (at 23.35 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 23.35 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 20.32 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -2137,12 +2702,12 @@ (xy 27.94 190.5) ) (stroke (width 0) (type default)) - (uuid 5c04814c-f6a4-4854-ba56-6925c01674ed) + (uuid b2519f15-9a1e-4299-aea8-342c1523e1a8) ) (junction (at 27.94 190.5) (diameter 0) (color 0 0 0 0) - (uuid 41fa9d1a-4ba0-441d-85e6-a6ff5183c8a8) + (uuid a1c21b4d-b67a-4831-9b7b-0e0062b682a0) ) (wire (pts @@ -2150,52 +2715,76 @@ (xy 15.24 182.88) ) (stroke (width 0) (type default)) - (uuid 8c1b0fc4-d82a-47a2-b288-85cfd65bbf52) + (uuid bb85a5d2-13e5-4436-8bdf-4a771adbe8b4) ) (symbol (lib_id "power:GND") (at 15.24 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.24 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 55.88 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U6" (at 54.34 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 54.34 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 55.88 182.88 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 55.88 182.88 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 53.34 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 53.34 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 53.34 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 53.34 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 53.34 175.26) (diameter 0) (color 0 0 0 0) - (uuid e090786a-7ed7-4daa-80b1-04798d0e5e84) + (uuid d27e64be-d240-4333-970c-12bf064a55e3) ) (wire (pts @@ -2203,33 +2792,45 @@ (xy 45.72 175.26) ) (stroke (width 0) (type default)) - (uuid 6a5e567e-76f5-489d-85c5-43f4be356dcf) + (uuid f080701c-2f60-451e-96a7-846c4a754344) ) (symbol (lib_id "Device:C") (at 45.72 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C5" (at 48.75 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 48.75 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 45.72 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 45.72 182.88) (diameter 0) (color 0 0 0 0) - (uuid 9cdd4c24-6ab2-4c5b-aeda-1a83067e0fbe) + (uuid c35bcbc5-2333-461a-9165-ed8b75161f70) ) (symbol (lib_id "Device:C") (at 45.72 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C6" (at 48.75 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 48.75 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 45.72 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -2238,12 +2839,12 @@ (xy 53.34 190.5) ) (stroke (width 0) (type default)) - (uuid 2743ced0-b6d8-4eaa-ba54-4b9b5ef9f864) + (uuid 00815ffa-4d84-44cc-a15c-a7c1d85fb103) ) (junction (at 53.34 190.5) (diameter 0) (color 0 0 0 0) - (uuid 7fd81b0e-ba98-4e71-897e-82036fe6360b) + (uuid bde03868-d75d-4e3f-ae34-4cbe3b3fc7f0) ) (wire (pts @@ -2251,127 +2852,205 @@ (xy 40.64 182.88) ) (stroke (width 0) (type default)) - (uuid c4062469-b341-41cf-b4e7-d2b510d72a19) + (uuid 17efb8c3-f651-4c22-828a-8f54ac91ba29) ) (symbol (lib_id "power:GND") (at 40.64 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 40.64 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 264.16 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 264.16 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 269.24 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 269.24 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 274.32 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 274.32 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 238.76 154.94 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H1" (at 238.76 149.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "H1" (at 238.76 151.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 243.84 154.94 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H2" (at 243.84 149.67 0) (effects (font (size 1.27 1.27)))) (property "Value" "H2" (at 243.84 151.67 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 238.76 160.02 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H3" (at 238.76 154.75 0) (effects (font (size 1.27 1.27)))) (property "Value" "H3" (at 238.76 156.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 243.84 160.02 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H4" (at 243.84 154.75 0) (effects (font (size 1.27 1.27)))) (property "Value" "H4" (at 243.84 156.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" MountingHole:MountingHole_2.2mm_M2 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/hall/panel/panel.kicad_pcb b/src/hall/panel/panel.kicad_pcb index fb686fd0..01dd1fd7 100644 --- a/src/hall/panel/panel.kicad_pcb +++ b/src/hall/panel/panel.kicad_pcb @@ -1,1760 +1,2086 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "hall") - (rev "1") - (comment 1 "PCB for panel") - (comment 2 "module for a spring reverb tank") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e80b) - (at 60.96 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/da437a24-7569-42a2-b24c-d56693deb424") - (attr exclude_from_pos_files) - (fp_text reference "H7" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6f5db3f9-0781-4aa7-bfd9-9175d5912ea4) - ) - (fp_text value "bass" (at -0.0762 9.1186) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 842bf741-50ea-47c9-88e7-6a95a3bc5e37) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c0abec15-2375-4da6-8b41-4c3d95cb4d65) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6e1ec2df-9586-430c-944f-60fdade476e0)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp efb7e3ea-8a86-402b-95af-86fb1412c4ea)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 38ba86fa-705e-4a40-8a7b-b74f6a3c23ad)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e813) - (at 81.28 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/9f18d53c-0c27-43a9-806e-8a217268c488") - (attr exclude_from_pos_files) - (fp_text reference "H8" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2c7a8e69-a0c7-49a1-a72a-a8c039720282) - ) - (fp_text value "treble" (at 0 9.525) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 45504f6c-083d-4bbc-9b3b-6e8b54cfb9a7) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16218e82-b00f-4e25-bc94-2952ab157424) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6f7b529c-f4ad-42ea-bab1-0e1846f627da)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 77495fdd-f405-4b2b-9bad-0057cfb6a5fe)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp c87db013-9037-4aed-8f80-d37468d8f55b)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d1216) - (at 60.96 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/15feebc1-36c3-480e-8e4c-4d5002803a9e") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 79662662-8b7e-4c65-b8af-af010f5c6da3) - ) - (fp_text value "IN1" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 6a651f8f-c98f-4ceb-9e8c-3278362709ee) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a93a13ae-a164-4633-b639-3292250743cb) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp fa3165e6-3215-4bd7-8c01-893c4e48021b)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp a99642a4-aeea-4aa5-b053-01b95e37306d)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 8a82d3d5-54f6-48bb-a5d3-64ec1980f4ce)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d121e) - (at 60.96 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/78f07dc2-46e1-4e4c-a37c-3aaacdbf545d") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b044e97-1ea9-411a-ad61-47a91d459d14) - ) - (fp_text value "IN2" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 183e4512-6e64-4a8b-b38c-a798107a453c) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c87a608b-f880-4739-aeda-ce6200d8cf8e) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 63bd0473-27cc-4aa8-be0d-706961d9e1c9)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp cc0e9fa0-0bde-4ad7-b6c4-e4cfb17174ee)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp c74109af-e975-4939-ada7-84e3d69fd72e)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d1226) - (at 60.96 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/90920b59-d0ad-496c-9b7e-235bd9205e02") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 942d4719-8e3f-4e9f-82a0-14e341a47229) - ) - (fp_text value "FDBK" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 91521d8e-f818-4e50-bf3c-fdd21fcd34a5) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9be7bf9-c9fc-4389-84ba-6735a16acfd0) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6373a7e5-fed5-47ba-8e38-34f9369e270b)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 92db3de4-9ec0-4b82-829f-926f702e9d7b)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp db80c85a-34b0-479f-a30f-82f2876b094a)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d122e) - (at 81.28 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/3183dab0-546b-499e-b451-6c61463da190") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 40be5d01-6871-4f20-9cde-8924adf81e07) - ) - (fp_text value "OUT" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 10db2167-e675-4089-aac2-62b101d6b9e3) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cbba9905-cad7-47d1-878a-2934da3d05d9) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 9e16ef31-f735-4022-8536-351017d5f432)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 791714c6-d5b3-4d3d-9831-dcf703260dda)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp bcc1fcdf-11ae-41ea-b3af-35831b9fac68)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d123e) - (at 81.28 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/a818e9ef-a620-497c-a52a-ac88dad156c8") - (attr exclude_from_pos_files) - (fp_text reference "H6" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 357309ff-2429-41de-9909-a13aaebb8721) - ) - (fp_text value "level" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp adba28bc-2a74-4e21-841c-b0a5a62a6cc8) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 51648ccc-a14e-44e3-9763-be224562e6d0) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp dc4863d6-dbfe-4005-b292-c4081ba6cef9)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0d1f415c-7894-49ef-ada1-347ec02de387)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 525f6899-95d9-458a-a661-26e852a255c5)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 043d3616-4778-4304-8acd-6249c581e425) - (at 58.3 176.3) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/2a0154fd-6e94-4627-992c-2119a35d4b9b") - (attr exclude_from_pos_files) - (fp_text reference "H12" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d267148-8bde-4f51-9cc3-1b3c8081ade0) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e266a03b-3551-4d40-909d-0b4d11bcdb6f) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a2697f4e-32c3-4d49-abfa-54fa6dc477c0) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 65659025-c10f-4625-92bd-ed0e56fe0818)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 72297929-748f-4ce3-b527-894840464f7f)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 075ac812-86c8-47f0-bdf0-b0fac538e9a0)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp fb7d2762-e316-4940-bde4-b2a3a200e00e)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp c769ab81-bdc2-40e9-b4d5-10fea971358a)) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 5b5f65ce-43b5-47b4-bc33-e43f0d8fd2c3) - (at 81.28 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/33c58032-0cdb-435c-922e-6e15ff3d8191") - (attr exclude_from_pos_files) - (fp_text reference "H9" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0064484b-b5b1-4f18-bd7c-8f12b811162c) - ) - (fp_text value "mix" (at 0 8.89) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 7b43591b-fd50-43a9-a0d4-e7becfd7c05b) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 05d186c5-7fff-422b-acca-dd28fc5a4181) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp dd36eaac-a614-49ec-8a8e-5191c95dd291)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp b21c6055-191d-49e8-b4fa-50ac4d3e34a5)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp b9de8f1c-3f05-4f26-b9de-474f7a70ed01)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_led_monitor" (layer "F.Cu") - (tstamp 864106b1-3627-4d19-bcc3-1ba9193e1e98) - (at 71.12 152.4) - (descr "Imported from LED Monitor.svg") - (tags "svg2mod") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/ddc2e4ec-51c7-433c-aeb2-2ae3e63eb6a7") - (zone_connect 2) - (attr smd) - (fp_text reference "H10" (at 0 -5.054774) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3048))) - (tstamp eaca81e8-6a08-4967-82c6-c57f766bed48) - ) - (fp_text value "compress" (at 0 5.054774) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3048))) - (tstamp f3041d63-fce2-4a5a-9d62-de668c2ac75f) - ) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 2) (type solid)) (fill none) (layer "B.Mask") (tstamp 927b5a0c-a9eb-46fe-9fe2-8ec8e260cac1)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 2) (type solid)) (fill none) (layer "F.Mask") (tstamp c6866eaa-2768-4a84-8c89-6545a47d04fc)) - (pad "" smd circle (at 0 0) (size 4.064 4.064) (layers "F.Paste") (tstamp d5042a35-6ce2-411d-a209-d2766d51db9f)) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp f14673bd-5acb-4f6b-9791-06d89d6bd1d4) - (at 58.3 53.8) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/964a50a5-d984-4de9-a3e1-f621bdac4f61") - (attr exclude_from_pos_files) - (fp_text reference "H11" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp df314d1c-4c68-4b81-9f03-cdb339439398) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 18f7566d-e136-4fc3-aab3-ff5124234d24) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f36d501b-a777-4fc1-9c9f-d9e9e21ad740) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp cb964fd8-a9cb-4bea-a398-8c877b020e70)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp df2ecbf3-ce48-46b7-9d4c-81fcb703f37d)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp c915fb53-12a8-4846-bbd3-27851b12e4b3)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 3612bf5f-93e1-49fc-9d9e-2cc0ad063186)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp e03a967d-62fd-468d-a2e4-425af98c34e7)) - ) - - (gr_line (start 50.8 50.8) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 91.1 179.3) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 933d19b2-5f9e-4110-954e-a0fecf0340b4)) - (gr_line (start 91.1 50.8) (end 91.1 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp f62f2fde-0866-484f-ac61-5afd68500709)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp f6b767d4-34a4-42a4-a3e8-8112708686fe)) - (gr_text "fdbk" (at 60.96 166.37) (layer "F.Cu" knockout) (tstamp 23d9eedb-e685-4579-ad92-121ee8b1521f) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "treble" (at 81.28 126.365) (layer "F.Cu" knockout) (tstamp 3ad0e241-d36a-4f98-8d73-51087d7cb65d) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "bass" (at 60.96 125.984) (layer "F.Cu" knockout) (tstamp 9f19d277-93bf-4c62-8b53-1c3206316ecb) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "in" (at 60.96 83.82) (layer "F.Cu" knockout) (tstamp a784ebad-1ca7-48d7-a1f5-b7a45469188a) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "in" (at 60.96 104.14) (layer "F.Cu" knockout) (tstamp a9857084-6c45-4065-8721-9c81e43e825a) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "mix" (at 81.28 146.05) (layer "F.Cu" knockout) (tstamp b80cf57f-80d8-4a4d-bb1f-574dd02b915b) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 81.28 166.37) (layer "F.Cu" knockout) (tstamp c7411ee1-c0b2-458f-a7bb-b74caf82625f) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 81.28 166.37) (layer "B.Mask") (tstamp 00000000-0000-0000-0000-0000611cb526) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "bass" (at 60.9092 125.984) (layer "B.Mask") (tstamp 4cc55c49-d986-422b-9189-42c220f5881e) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "treble" (at 81.28 126.365) (layer "B.Mask") (tstamp 96c07b38-e542-4812-aaac-7076369757cd) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "fdbk" (at 60.96 166.37) (layer "B.Mask") (tstamp ae98bdc8-8158-44e9-a70e-a01e21caf0c6) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "in" (at 60.96 83.82) (layer "B.Mask") (tstamp b393d401-81e8-4337-aaec-af13011b98d4) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "in" (at 60.96 104.14) (layer "B.Mask") (tstamp cb94b2ca-5030-4e17-a9e0-a36589aeb2a0) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "mix" (at 81.28 146.05) (layer "B.Mask") (tstamp f2958d2e-dd72-4d63-a3c2-b0027ca671f9) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 81.28 166.37) (layer "F.Mask") (tstamp 00000000-0000-0000-0000-0000611cb527) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "in" (at 60.96 104.14) (layer "F.Mask") (tstamp 2fd5057a-5dfa-4532-a8ae-1f27af826262) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "bass" (at 60.9346 125.984) (layer "F.Mask") (tstamp 5a67508f-08e0-47c7-bab5-97c6c065adf6) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "fdbk" (at 60.96 166.37) (layer "F.Mask") (tstamp 98c598dc-696c-4a6a-99a6-1fff02cbe795) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "treble" (at 81.28 126.365) (layer "F.Mask") (tstamp 9e7fc1e5-ddda-4693-95f3-2fe75522ee93) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "in" (at 60.96 83.82) (layer "F.Mask") (tstamp a4dfabe4-41c8-4401-a9d7-ac7389088f27) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "mix" (at 81.28 146.05) (layer "F.Mask") (tstamp b9275c9a-77a2-47cc-95fb-8b53e85db34f) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "hall" (at 71.12 53.8) (layer "F.Mask") (tstamp f9c3c88b-8ae3-4d98-8255-53bc8c4a587b) - (effects (font (size 3 3) (thickness 0.35))) - ) - - (zone (net 0) (net_name "") (layer "F.Cu") (tstamp 595aa922-642a-4c75-8d56-7c26f736c67b) (hatch edge 0.5) - (connect_pads (clearance 0)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5) (island_removal_mode 1) (island_area_min 10)) - (polygon - (pts - (xy 50.8 50.8) - (xy 90.932 50.8) - (xy 91.44 179.324) - (xy 50.8 179.324) - ) - ) - (filled_polygon - (layer "F.Cu") - (island) - (pts - (xy 57.97941 50.895185) - (xy 58.025165 50.947989) - (xy 58.035109 51.017147) - (xy 58.006084 51.080703) - (xy 57.947306 51.118477) - (xy 57.934724 51.121468) - (xy 57.898861 51.12804) - (xy 57.652547 51.173178) - (xy 57.340657 51.270366) - (xy 57.340641 51.270372) - (xy 57.340639 51.270373) - (xy 57.150933 51.355752) - (xy 57.042725 51.404453) - (xy 57.042723 51.404454) - (xy 56.763131 51.573473) - (xy 56.50596 51.774954) - (xy 56.274954 52.00596) - (xy 56.073473 52.263131) - (xy 55.904454 52.542723) - (xy 55.904453 52.542725) - (xy 55.770372 52.840642) - (xy 55.770366 52.840657) - (xy 55.673178 53.152547) - (xy 55.614289 53.4739) - (xy 55.594564 53.8) - (xy 55.614289 54.126099) - (xy 55.673178 54.447452) - (xy 55.770366 54.759342) - (xy 55.77037 54.759354) - (xy 55.770373 54.759361) - (xy 55.904455 55.057279) - (xy 56.068901 55.329306) - (xy 56.073473 55.336868) - (xy 56.274954 55.594039) - (xy 56.50596 55.825045) - (xy 56.763131 56.026526) - (xy 56.763134 56.026528) - (xy 56.763137 56.02653) - (xy 57.042721 56.195545) - (xy 57.340639 56.329627) - (xy 57.340652 56.329631) - (xy 57.340657 56.329633) - (xy 57.652547 56.426821) - (xy 57.973896 56.48571) - (xy 58.3 56.505436) - (xy 58.626104 56.48571) - (xy 58.947453 56.426821) - (xy 59.259361 56.329627) - (xy 59.557279 56.195545) - (xy 59.836863 56.02653) - (xy 60.094036 55.825048) - (xy 60.325048 55.594036) - (xy 60.52653 55.336863) - (xy 60.695545 55.057279) - (xy 60.829627 54.759361) - (xy 60.926821 54.447453) - (xy 60.98571 54.126104) - (xy 61.005436 53.8) - (xy 60.98571 53.473896) - (xy 60.926821 53.152547) - (xy 60.829627 52.840639) - (xy 60.695545 52.542721) - (xy 60.52653 52.263137) - (xy 60.526528 52.263134) - (xy 60.526526 52.263131) - (xy 60.325045 52.00596) - (xy 60.094039 51.774954) - (xy 59.836868 51.573473) - (xy 59.829306 51.568901) - (xy 59.557279 51.404455) - (xy 59.259361 51.270373) - (xy 59.259354 51.27037) - (xy 59.259342 51.270366) - (xy 58.947452 51.173178) - (xy 58.707967 51.129291) - (xy 58.665277 51.121468) - (xy 58.602885 51.090023) - (xy 58.567397 51.029836) - (xy 58.570082 50.960018) - (xy 58.610088 50.902735) - (xy 58.674712 50.876175) - (xy 58.687629 50.8755) - (xy 90.808787 50.8755) - (xy 90.875826 50.895185) - (xy 90.921581 50.947989) - (xy 90.932786 50.99901) - (xy 91.0245 74.2025) - (xy 91.0245 179.1005) - (xy 91.004815 179.167539) - (xy 90.952011 179.213294) - (xy 90.9005 179.2245) - (xy 58.687629 179.2245) - (xy 58.62059 179.204815) - (xy 58.574835 179.152011) - (xy 58.564891 179.082853) - (xy 58.593916 179.019297) - (xy 58.652694 178.981523) - (xy 58.665275 178.978531) - (xy 58.947453 178.926821) - (xy 59.259361 178.829627) - (xy 59.557279 178.695545) - (xy 59.836863 178.52653) - (xy 60.094036 178.325048) - (xy 60.325048 178.094036) - (xy 60.52653 177.836863) - (xy 60.695545 177.557279) - (xy 60.829627 177.259361) - (xy 60.926821 176.947453) - (xy 60.98571 176.626104) - (xy 61.005436 176.3) - (xy 60.98571 175.973896) - (xy 60.926821 175.652547) - (xy 60.829627 175.340639) - (xy 60.695545 175.042721) - (xy 60.52653 174.763137) - (xy 60.526528 174.763134) - (xy 60.526526 174.763131) - (xy 60.325045 174.50596) - (xy 60.094039 174.274954) - (xy 59.836868 174.073473) - (xy 59.829306 174.068901) - (xy 59.557279 173.904455) - (xy 59.259361 173.770373) - (xy 59.259354 173.77037) - (xy 59.259342 173.770366) - (xy 58.947452 173.673178) - (xy 58.626099 173.614289) - (xy 58.3 173.594564) - (xy 57.9739 173.614289) - (xy 57.652547 173.673178) - (xy 57.340657 173.770366) - (xy 57.340641 173.770372) - (xy 57.340639 173.770373) - (xy 57.150933 173.855752) - (xy 57.042725 173.904453) - (xy 57.042723 173.904454) - (xy 56.763131 174.073473) - (xy 56.50596 174.274954) - (xy 56.274954 174.50596) - (xy 56.073473 174.763131) - (xy 55.904454 175.042723) - (xy 55.904453 175.042725) - (xy 55.770372 175.340642) - (xy 55.770366 175.340657) - (xy 55.673178 175.652547) - (xy 55.614289 175.9739) - (xy 55.594564 176.3) - (xy 55.614289 176.626099) - (xy 55.673178 176.947452) - (xy 55.770366 177.259342) - (xy 55.77037 177.259354) - (xy 55.770373 177.259361) - (xy 55.904455 177.557279) - (xy 56.068901 177.829306) - (xy 56.073473 177.836868) - (xy 56.274954 178.094039) - (xy 56.50596 178.325045) - (xy 56.763131 178.526526) - (xy 56.763134 178.526528) - (xy 56.763137 178.52653) - (xy 57.042721 178.695545) - (xy 57.340639 178.829627) - (xy 57.340652 178.829631) - (xy 57.340657 178.829633) - (xy 57.652547 178.926821) - (xy 57.934722 178.978531) - (xy 57.997115 179.009977) - (xy 58.032603 179.070164) - (xy 58.029918 179.139982) - (xy 57.989912 179.197265) - (xy 57.925288 179.223825) - (xy 57.912371 179.2245) - (xy 50.9995 179.2245) - (xy 50.932461 179.204815) - (xy 50.886706 179.152011) - (xy 50.8755 179.1005) - (xy 50.8755 164.877573) - (xy 58.455335 164.877573) - (xy 58.455335 167.688072) - (xy 63.332556 167.688072) - (xy 63.332556 164.877573) - (xy 79.474178 164.877573) - (xy 79.474178 167.688072) - (xy 83.217998 167.688072) - (xy 83.217998 164.877573) - (xy 79.474178 164.877573) - (xy 63.332556 164.877573) - (xy 58.455335 164.877573) - (xy 50.8755 164.877573) - (xy 50.8755 157.667082) - (xy 57.5095 157.667082) - (xy 57.549953 158.039047) - (xy 57.630386 158.404461) - (xy 57.691623 158.586203) - (xy 57.749858 158.759038) - (xy 57.74986 158.759043) - (xy 57.749862 158.759048) - (xy 57.906959 159.098608) - (xy 57.906966 159.098621) - (xy 58.099853 159.419205) - (xy 58.099857 159.41921) - (xy 58.099861 159.419216) - (xy 58.099864 159.41922) - (xy 58.261773 159.632208) - (xy 58.326296 159.717086) - (xy 58.326297 159.717087) - (xy 58.583608 159.988727) - (xy 58.86877 160.230947) - (xy 58.868774 160.23095) - (xy 58.868779 160.230954) - (xy 59.01983 160.333369) - (xy 59.178465 160.440926) - (xy 59.178469 160.440928) - (xy 59.509045 160.616189) - (xy 59.509049 160.61619) - (xy 59.509054 160.616193) - (xy 59.856635 160.754681) - (xy 59.856637 160.754682) - (xy 60.054804 160.809702) - (xy 60.217155 160.854779) - (xy 60.586387 160.915311) - (xy 60.866528 160.9305) - (xy 61.053472 160.9305) - (xy 61.333613 160.915311) - (xy 61.702845 160.854779) - (xy 61.955134 160.78473) - (xy 62.063362 160.754682) - (xy 62.063364 160.754681) - (xy 62.063363 160.754681) - (xy 62.063368 160.75468) - (xy 62.410955 160.616189) - (xy 62.741531 160.440928) - (xy 63.051221 160.230954) - (xy 63.336392 159.988727) - (xy 63.593703 159.717087) - (xy 63.820136 159.41922) - (xy 63.820142 159.419209) - (xy 63.820146 159.419205) - (xy 63.940055 159.219912) - (xy 64.013036 159.098617) - (xy 64.170142 158.759038) - (xy 64.289613 158.404462) - (xy 64.370046 158.039049) - (xy 64.4105 157.667082) - (xy 77.8295 157.667082) - (xy 77.869953 158.039047) - (xy 77.950386 158.404461) - (xy 78.011623 158.586203) - (xy 78.069858 158.759038) - (xy 78.06986 158.759043) - (xy 78.069862 158.759048) - (xy 78.226959 159.098608) - (xy 78.226966 159.098621) - (xy 78.419853 159.419205) - (xy 78.419857 159.41921) - (xy 78.419861 159.419216) - (xy 78.419864 159.41922) - (xy 78.581773 159.632208) - (xy 78.646296 159.717086) - (xy 78.646297 159.717087) - (xy 78.903608 159.988727) - (xy 79.18877 160.230947) - (xy 79.188774 160.23095) - (xy 79.188779 160.230954) - (xy 79.33983 160.333369) - (xy 79.498465 160.440926) - (xy 79.498469 160.440928) - (xy 79.829045 160.616189) - (xy 79.829049 160.61619) - (xy 79.829054 160.616193) - (xy 80.176635 160.754681) - (xy 80.176637 160.754682) - (xy 80.374804 160.809702) - (xy 80.537155 160.854779) - (xy 80.906387 160.915311) - (xy 81.186528 160.9305) - (xy 81.373472 160.9305) - (xy 81.653613 160.915311) - (xy 82.022845 160.854779) - (xy 82.275134 160.78473) - (xy 82.383362 160.754682) - (xy 82.383364 160.754681) - (xy 82.383363 160.754681) - (xy 82.383368 160.75468) - (xy 82.730955 160.616189) - (xy 83.061531 160.440928) - (xy 83.371221 160.230954) - (xy 83.656392 159.988727) - (xy 83.913703 159.717087) - (xy 84.140136 159.41922) - (xy 84.140142 159.419209) - (xy 84.140146 159.419205) - (xy 84.260055 159.219912) - (xy 84.333036 159.098617) - (xy 84.490142 158.759038) - (xy 84.609613 158.404462) - (xy 84.690046 158.039049) - (xy 84.7305 157.667081) - (xy 84.7305 157.292919) - (xy 84.690046 156.920951) - (xy 84.609613 156.555538) - (xy 84.490142 156.200962) - (xy 84.333036 155.861383) - (xy 84.333033 155.861378) - (xy 84.140146 155.540794) - (xy 84.140142 155.540789) - (xy 84.140139 155.540785) - (xy 84.140136 155.54078) - (xy 83.913703 155.242913) - (xy 83.656392 154.971273) - (xy 83.656391 154.971272) - (xy 83.371229 154.729052) - (xy 83.371223 154.729048) - (xy 83.371221 154.729046) - (xy 83.291901 154.675266) - (xy 83.061534 154.519073) - (xy 82.730963 154.343815) - (xy 82.730945 154.343806) - (xy 82.383364 154.205318) - (xy 82.383362 154.205317) - (xy 82.022853 154.105223) - (xy 82.02285 154.105222) - (xy 82.022846 154.105221) - (xy 82.022845 154.105221) - (xy 81.926153 154.089369) - (xy 81.65361 154.044688) - (xy 81.373472 154.0295) - (xy 81.186528 154.0295) - (xy 80.906389 154.044688) - (xy 80.537149 154.105222) - (xy 80.537146 154.105223) - (xy 80.176637 154.205317) - (xy 80.176635 154.205318) - (xy 79.829054 154.343806) - (xy 79.829036 154.343815) - (xy 79.498465 154.519073) - (xy 79.18878 154.729045) - (xy 79.18877 154.729052) - (xy 78.903608 154.971272) - (xy 78.646297 155.242912) - (xy 78.646296 155.242913) - (xy 78.419857 155.540789) - (xy 78.419853 155.540794) - (xy 78.226966 155.861378) - (xy 78.226959 155.861391) - (xy 78.069862 156.200951) - (xy 77.950386 156.555538) - (xy 77.869953 156.920952) - (xy 77.8295 157.292917) - (xy 77.8295 157.667082) - (xy 64.4105 157.667082) - (xy 64.4105 157.667081) - (xy 64.4105 157.292919) - (xy 64.370046 156.920951) - (xy 64.289613 156.555538) - (xy 64.170142 156.200962) - (xy 64.013036 155.861383) - (xy 64.013033 155.861378) - (xy 63.820146 155.540794) - (xy 63.820142 155.540789) - (xy 63.820139 155.540785) - (xy 63.820136 155.54078) - (xy 63.593703 155.242913) - (xy 63.336392 154.971273) - (xy 63.336391 154.971272) - (xy 63.051229 154.729052) - (xy 63.051223 154.729048) - (xy 63.051221 154.729046) - (xy 62.971901 154.675266) - (xy 62.741534 154.519073) - (xy 62.410963 154.343815) - (xy 62.410945 154.343806) - (xy 62.063364 154.205318) - (xy 62.063362 154.205317) - (xy 61.702853 154.105223) - (xy 61.70285 154.105222) - (xy 61.702846 154.105221) - (xy 61.702845 154.105221) - (xy 61.606153 154.089369) - (xy 61.33361 154.044688) - (xy 61.053472 154.0295) - (xy 60.866528 154.0295) - (xy 60.586389 154.044688) - (xy 60.217149 154.105222) - (xy 60.217146 154.105223) - (xy 59.856637 154.205317) - (xy 59.856635 154.205318) - (xy 59.509054 154.343806) - (xy 59.509036 154.343815) - (xy 59.178465 154.519073) - (xy 58.86878 154.729045) - (xy 58.86877 154.729052) - (xy 58.583608 154.971272) - (xy 58.326297 155.242912) - (xy 58.326296 155.242913) - (xy 58.099857 155.540789) - (xy 58.099853 155.540794) - (xy 57.906966 155.861378) - (xy 57.906959 155.861391) - (xy 57.749862 156.200951) - (xy 57.630386 156.555538) - (xy 57.549953 156.920952) - (xy 57.5095 157.292917) - (xy 57.5095 157.667082) - (xy 50.8755 157.667082) - (xy 50.8755 152.4) - (xy 69.12 152.4) - (xy 69.12963 152.596034) - (xy 69.12963 152.59604) - (xy 69.129631 152.596042) - (xy 69.15843 152.790186) - (xy 69.206119 152.980569) - (xy 69.27224 153.165366) - (xy 69.356157 153.342793) - (xy 69.356159 153.342796) - (xy 69.457062 153.511144) - (xy 69.573977 153.668785) - (xy 69.705785 153.814213) - (xy 69.851213 153.946021) - (xy 70.008854 154.062936) - (xy 70.008858 154.062938) - (xy 70.008859 154.062939) - (xy 70.177206 154.163842) - (xy 70.354633 154.247759) - (xy 70.53943 154.31388) - (xy 70.729819 154.36157) - (xy 70.923965 154.390369) - (xy 71.12 154.4) - (xy 71.316034 154.390369) - (xy 71.51018 154.36157) - (xy 71.700569 154.31388) - (xy 71.885366 154.247759) - (xy 72.062793 154.163842) - (xy 72.23114 154.062939) - (xy 72.388786 153.94602) - (xy 72.534213 153.814213) - (xy 72.66602 153.668786) - (xy 72.782939 153.51114) - (xy 72.883842 153.342793) - (xy 72.967759 153.165366) - (xy 73.03388 152.980569) - (xy 73.08157 152.79018) - (xy 73.110369 152.596034) - (xy 73.12 152.4) - (xy 73.110369 152.203965) - (xy 73.08157 152.009819) - (xy 73.03388 151.81943) - (xy 72.967759 151.634633) - (xy 72.883842 151.457206) - (xy 72.782939 151.288859) - (xy 72.782938 151.288858) - (xy 72.782936 151.288854) - (xy 72.666021 151.131213) - (xy 72.534213 150.985785) - (xy 72.388785 150.853977) - (xy 72.231144 150.737062) - (xy 72.062796 150.636159) - (xy 72.062797 150.636159) - (xy 72.062793 150.636157) - (xy 71.885366 150.55224) - (xy 71.885364 150.552239) - (xy 71.700569 150.486119) - (xy 71.510186 150.43843) - (xy 71.510181 150.438429) - (xy 71.51018 150.438429) - (xy 71.438215 150.427754) - (xy 71.316042 150.409631) - (xy 71.31604 150.40963) - (xy 71.316034 150.40963) - (xy 71.12 150.4) - (xy 71.119999 150.4) - (xy 71.104133 150.400779) - (xy 70.923965 150.40963) - (xy 70.923959 150.40963) - (xy 70.923956 150.409631) - (xy 70.729812 150.43843) - (xy 70.539429 150.486119) - (xy 70.354634 150.552239) - (xy 70.354632 150.55224) - (xy 70.177202 150.636159) - (xy 70.008854 150.737062) - (xy 69.851213 150.853977) - (xy 69.705785 150.985785) - (xy 69.573977 151.131213) - (xy 69.457062 151.288854) - (xy 69.356159 151.457202) - (xy 69.27224 151.634632) - (xy 69.272239 151.634634) - (xy 69.206119 151.819429) - (xy 69.15843 152.009812) - (xy 69.158429 152.009819) - (xy 69.12963 152.203965) - (xy 69.12 152.4) - (xy 50.8755 152.4) - (xy 50.8755 144.556941) - (xy 79.374111 144.556941) - (xy 79.374111 147.367868) - (xy 83.319021 147.367868) - (xy 83.319021 144.556941) - (xy 79.374111 144.556941) - (xy 50.8755 144.556941) - (xy 50.8755 137.360348) - (xy 77.3295 137.360348) - (xy 77.370036 137.758979) - (xy 77.450697 138.151479) - (xy 77.450698 138.151485) - (xy 77.570643 138.533777) - (xy 77.570651 138.533798) - (xy 77.728664 138.902012) - (xy 77.923119 139.252353) - (xy 77.923122 139.252358) - (xy 78.152027 139.581234) - (xy 78.413025 139.885261) - (xy 78.413026 139.885262) - (xy 78.703446 140.161326) - (xy 79.020305 140.406593) - (xy 79.150156 140.48753) - (xy 79.360342 140.61854) - (xy 79.360351 140.618545) - (xy 79.720095 140.795008) - (xy 79.720102 140.79501) - (xy 79.720103 140.795011) - (xy 80.095837 140.934168) - (xy 80.095839 140.934168) - (xy 80.095846 140.934171) - (xy 80.483748 141.034606) - (xy 80.879821 141.095282) - (xy 81.179891 141.1105) - (xy 81.179898 141.1105) - (xy 81.380102 141.1105) - (xy 81.380109 141.1105) - (xy 81.680179 141.095282) - (xy 82.076252 141.034606) - (xy 82.464154 140.934171) - (xy 82.839905 140.795008) - (xy 83.199649 140.618545) - (xy 83.539695 140.406593) - (xy 83.856554 140.161326) - (xy 84.146974 139.885262) - (xy 84.407974 139.581232) - (xy 84.636878 139.252358) - (xy 84.831335 138.902013) - (xy 84.989351 138.533793) - (xy 85.109304 138.151475) - (xy 85.189963 137.758984) - (xy 85.2305 137.360347) - (xy 85.2305 136.959653) - (xy 85.189963 136.561016) - (xy 85.109304 136.168525) - (xy 84.989351 135.786207) - (xy 84.831335 135.417987) - (xy 84.636878 135.067642) - (xy 84.407974 134.738768) - (xy 84.407972 134.738765) - (xy 84.146974 134.434738) - (xy 83.856554 134.158674) - (xy 83.539695 133.913407) - (xy 83.199657 133.701459) - (xy 83.199648 133.701454) - (xy 82.839909 133.524994) - (xy 82.839896 133.524988) - (xy 82.464162 133.385831) - (xy 82.388529 133.366248) - (xy 82.076252 133.285394) - (xy 82.076249 133.285393) - (xy 82.076247 133.285393) - (xy 81.680178 133.224717) - (xy 81.461777 133.213641) - (xy 81.380109 133.2095) - (xy 81.179891 133.2095) - (xy 81.101279 133.213486) - (xy 80.879821 133.224717) - (xy 80.483752 133.285393) - (xy 80.095837 133.385831) - (xy 79.720103 133.524988) - (xy 79.72009 133.524994) - (xy 79.360351 133.701454) - (xy 79.360342 133.701459) - (xy 79.020304 133.913407) - (xy 78.703451 134.158669) - (xy 78.413025 134.434738) - (xy 78.152027 134.738765) - (xy 77.923122 135.067641) - (xy 77.923119 135.067646) - (xy 77.728664 135.417987) - (xy 77.570651 135.786201) - (xy 77.570643 135.786222) - (xy 77.450698 136.168514) - (xy 77.450697 136.16852) - (xy 77.370036 136.56102) - (xy 77.3295 136.959651) - (xy 77.3295 137.360348) - (xy 50.8755 137.360348) - (xy 50.8755 124.491573) - (xy 58.487914 124.491573) - (xy 58.487914 127.302072) - (xy 63.499154 127.302072) - (xy 63.499154 124.872573) - (xy 77.975335 124.872573) - (xy 77.975335 127.683072) - (xy 84.452488 127.683072) - (xy 84.452488 124.872573) - (xy 77.975335 124.872573) - (xy 63.499154 124.872573) - (xy 63.499154 124.491573) - (xy 58.487914 124.491573) - (xy 50.8755 124.491573) - (xy 50.8755 117.040348) - (xy 57.0095 117.040348) - (xy 57.050036 117.438979) - (xy 57.130697 117.831479) - (xy 57.130698 117.831485) - (xy 57.250643 118.213777) - (xy 57.250651 118.213798) - (xy 57.408664 118.582012) - (xy 57.603119 118.932353) - (xy 57.603122 118.932358) - (xy 57.832027 119.261234) - (xy 58.093025 119.565261) - (xy 58.093026 119.565262) - (xy 58.383446 119.841326) - (xy 58.700305 120.086593) - (xy 58.830156 120.16753) - (xy 59.040342 120.29854) - (xy 59.040351 120.298545) - (xy 59.400095 120.475008) - (xy 59.400102 120.47501) - (xy 59.400103 120.475011) - (xy 59.775837 120.614168) - (xy 59.775839 120.614168) - (xy 59.775846 120.614171) - (xy 60.163748 120.714606) - (xy 60.559821 120.775282) - (xy 60.859891 120.7905) - (xy 60.859898 120.7905) - (xy 61.060102 120.7905) - (xy 61.060109 120.7905) - (xy 61.360179 120.775282) - (xy 61.756252 120.714606) - (xy 62.144154 120.614171) - (xy 62.519905 120.475008) - (xy 62.879649 120.298545) - (xy 63.219695 120.086593) - (xy 63.536554 119.841326) - (xy 63.826974 119.565262) - (xy 64.087974 119.261232) - (xy 64.316878 118.932358) - (xy 64.511335 118.582013) - (xy 64.669351 118.213793) - (xy 64.789304 117.831475) - (xy 64.869963 117.438984) - (xy 64.9105 117.040348) - (xy 77.3295 117.040348) - (xy 77.370036 117.438979) - (xy 77.450697 117.831479) - (xy 77.450698 117.831485) - (xy 77.570643 118.213777) - (xy 77.570651 118.213798) - (xy 77.728664 118.582012) - (xy 77.923119 118.932353) - (xy 77.923122 118.932358) - (xy 78.152027 119.261234) - (xy 78.413025 119.565261) - (xy 78.413026 119.565262) - (xy 78.703446 119.841326) - (xy 79.020305 120.086593) - (xy 79.150156 120.16753) - (xy 79.360342 120.29854) - (xy 79.360351 120.298545) - (xy 79.720095 120.475008) - (xy 79.720102 120.47501) - (xy 79.720103 120.475011) - (xy 80.095837 120.614168) - (xy 80.095839 120.614168) - (xy 80.095846 120.614171) - (xy 80.483748 120.714606) - (xy 80.879821 120.775282) - (xy 81.179891 120.7905) - (xy 81.179898 120.7905) - (xy 81.380102 120.7905) - (xy 81.380109 120.7905) - (xy 81.680179 120.775282) - (xy 82.076252 120.714606) - (xy 82.464154 120.614171) - (xy 82.839905 120.475008) - (xy 83.199649 120.298545) - (xy 83.539695 120.086593) - (xy 83.856554 119.841326) - (xy 84.146974 119.565262) - (xy 84.407974 119.261232) - (xy 84.636878 118.932358) - (xy 84.831335 118.582013) - (xy 84.989351 118.213793) - (xy 85.109304 117.831475) - (xy 85.189963 117.438984) - (xy 85.2305 117.040347) - (xy 85.2305 116.639653) - (xy 85.189963 116.241016) - (xy 85.109304 115.848525) - (xy 84.989351 115.466207) - (xy 84.831335 115.097987) - (xy 84.636878 114.747642) - (xy 84.407974 114.418768) - (xy 84.407972 114.418765) - (xy 84.146974 114.114738) - (xy 83.856554 113.838674) - (xy 83.539695 113.593407) - (xy 83.199657 113.381459) - (xy 83.199648 113.381454) - (xy 82.839909 113.204994) - (xy 82.839896 113.204988) - (xy 82.464162 113.065831) - (xy 82.388529 113.046248) - (xy 82.076252 112.965394) - (xy 82.076249 112.965393) - (xy 82.076247 112.965393) - (xy 81.680178 112.904717) - (xy 81.461777 112.893641) - (xy 81.380109 112.8895) - (xy 81.179891 112.8895) - (xy 81.101279 112.893486) - (xy 80.879821 112.904717) - (xy 80.483752 112.965393) - (xy 80.095837 113.065831) - (xy 79.720103 113.204988) - (xy 79.72009 113.204994) - (xy 79.360351 113.381454) - (xy 79.360342 113.381459) - (xy 79.020304 113.593407) - (xy 78.703451 113.838669) - (xy 78.413025 114.114738) - (xy 78.152027 114.418765) - (xy 77.923122 114.747641) - (xy 77.923119 114.747646) - (xy 77.728664 115.097987) - (xy 77.570651 115.466201) - (xy 77.570643 115.466222) - (xy 77.450698 115.848514) - (xy 77.450697 115.84852) - (xy 77.370036 116.24102) - (xy 77.3295 116.639651) - (xy 77.3295 117.040348) - (xy 64.9105 117.040348) - (xy 64.9105 117.040347) - (xy 64.9105 116.639653) - (xy 64.869963 116.241016) - (xy 64.789304 115.848525) - (xy 64.669351 115.466207) - (xy 64.511335 115.097987) - (xy 64.316878 114.747642) - (xy 64.087974 114.418768) - (xy 64.087972 114.418765) - (xy 63.826974 114.114738) - (xy 63.536554 113.838674) - (xy 63.219695 113.593407) - (xy 62.879657 113.381459) - (xy 62.879648 113.381454) - (xy 62.519909 113.204994) - (xy 62.519896 113.204988) - (xy 62.144162 113.065831) - (xy 62.068529 113.046248) - (xy 61.756252 112.965394) - (xy 61.756249 112.965393) - (xy 61.756247 112.965393) - (xy 61.360178 112.904717) - (xy 61.141777 112.893641) - (xy 61.060109 112.8895) - (xy 60.859891 112.8895) - (xy 60.781279 112.893486) - (xy 60.559821 112.904717) - (xy 60.163752 112.965393) - (xy 59.775837 113.065831) - (xy 59.400103 113.204988) - (xy 59.40009 113.204994) - (xy 59.040351 113.381454) - (xy 59.040342 113.381459) - (xy 58.700304 113.593407) - (xy 58.383451 113.838669) - (xy 58.093025 114.114738) - (xy 57.832027 114.418765) - (xy 57.603122 114.747641) - (xy 57.603119 114.747646) - (xy 57.408664 115.097987) - (xy 57.250651 115.466201) - (xy 57.250643 115.466222) - (xy 57.130698 115.848514) - (xy 57.130697 115.84852) - (xy 57.050036 116.24102) - (xy 57.0095 116.639651) - (xy 57.0095 117.040348) - (xy 50.8755 117.040348) - (xy 50.8755 102.646941) - (xy 59.85411 102.646941) - (xy 59.85411 105.456903) - (xy 61.999154 105.456903) - (xy 61.999154 102.646941) - (xy 59.85411 102.646941) - (xy 50.8755 102.646941) - (xy 50.8755 96.707082) - (xy 57.5095 96.707082) - (xy 57.549953 97.079047) - (xy 57.630386 97.444461) - (xy 57.691623 97.626203) - (xy 57.749858 97.799038) - (xy 57.74986 97.799043) - (xy 57.749862 97.799048) - (xy 57.906959 98.138608) - (xy 57.906966 98.138621) - (xy 58.099853 98.459205) - (xy 58.099857 98.45921) - (xy 58.099861 98.459216) - (xy 58.099864 98.45922) - (xy 58.216273 98.612353) - (xy 58.326296 98.757086) - (xy 58.326297 98.757087) - (xy 58.583608 99.028727) - (xy 58.86877 99.270947) - (xy 58.868774 99.27095) - (xy 58.868779 99.270954) - (xy 59.01983 99.373369) - (xy 59.178465 99.480926) - (xy 59.178469 99.480928) - (xy 59.509045 99.656189) - (xy 59.509049 99.65619) - (xy 59.509054 99.656193) - (xy 59.856635 99.794681) - (xy 59.856637 99.794682) - (xy 60.054804 99.849702) - (xy 60.217155 99.894779) - (xy 60.586387 99.955311) - (xy 60.866528 99.9705) - (xy 61.053472 99.9705) - (xy 61.333613 99.955311) - (xy 61.702845 99.894779) - (xy 61.955134 99.82473) - (xy 62.063362 99.794682) - (xy 62.063364 99.794681) - (xy 62.063363 99.794681) - (xy 62.063368 99.79468) - (xy 62.410955 99.656189) - (xy 62.741531 99.480928) - (xy 63.051221 99.270954) - (xy 63.336392 99.028727) - (xy 63.593703 98.757087) - (xy 63.820136 98.45922) - (xy 63.820142 98.459209) - (xy 63.820146 98.459205) - (xy 63.940055 98.259912) - (xy 64.013036 98.138617) - (xy 64.170142 97.799038) - (xy 64.289613 97.444462) - (xy 64.370046 97.079049) - (xy 64.409057 96.720348) - (xy 77.3295 96.720348) - (xy 77.365975 97.079047) - (xy 77.370037 97.118984) - (xy 77.436924 97.444462) - (xy 77.450697 97.511479) - (xy 77.450698 97.511485) - (xy 77.570643 97.893777) - (xy 77.570651 97.893798) - (xy 77.728664 98.262012) - (xy 77.923119 98.612353) - (xy 77.923122 98.612358) - (xy 78.152027 98.941234) - (xy 78.413025 99.245261) - (xy 78.413026 99.245262) - (xy 78.703446 99.521326) - (xy 79.020305 99.766593) - (xy 79.065368 99.794681) - (xy 79.360342 99.97854) - (xy 79.360351 99.978545) - (xy 79.720095 100.155008) - (xy 79.720102 100.15501) - (xy 79.720103 100.155011) - (xy 80.095837 100.294168) - (xy 80.095839 100.294168) - (xy 80.095846 100.294171) - (xy 80.483748 100.394606) - (xy 80.879821 100.455282) - (xy 81.179891 100.4705) - (xy 81.179898 100.4705) - (xy 81.380102 100.4705) - (xy 81.380109 100.4705) - (xy 81.680179 100.455282) - (xy 82.076252 100.394606) - (xy 82.464154 100.294171) - (xy 82.839905 100.155008) - (xy 83.199649 99.978545) - (xy 83.539695 99.766593) - (xy 83.856554 99.521326) - (xy 84.146974 99.245262) - (xy 84.407974 98.941232) - (xy 84.636878 98.612358) - (xy 84.831335 98.262013) - (xy 84.989351 97.893793) - (xy 85.109304 97.511475) - (xy 85.189963 97.118984) - (xy 85.2305 96.720347) - (xy 85.2305 96.319653) - (xy 85.189963 95.921016) - (xy 85.109304 95.528525) - (xy 84.989351 95.146207) - (xy 84.831335 94.777987) - (xy 84.636878 94.427642) - (xy 84.407974 94.098768) - (xy 84.407972 94.098765) - (xy 84.146974 93.794738) - (xy 84.119945 93.769045) - (xy 83.856554 93.518674) - (xy 83.68233 93.383815) - (xy 83.539695 93.273407) - (xy 83.199657 93.061459) - (xy 83.199648 93.061454) - (xy 82.839909 92.884994) - (xy 82.839896 92.884988) - (xy 82.464162 92.745831) - (xy 82.388529 92.726248) - (xy 82.076252 92.645394) - (xy 82.076249 92.645393) - (xy 82.076247 92.645393) - (xy 81.680178 92.584717) - (xy 81.461777 92.573641) - (xy 81.380109 92.5695) - (xy 81.179891 92.5695) - (xy 81.101279 92.573486) - (xy 80.879821 92.584717) - (xy 80.483752 92.645393) - (xy 80.095837 92.745831) - (xy 79.720103 92.884988) - (xy 79.72009 92.884994) - (xy 79.360351 93.061454) - (xy 79.360342 93.061459) - (xy 79.020304 93.273407) - (xy 78.703451 93.518669) - (xy 78.413025 93.794738) - (xy 78.152027 94.098765) - (xy 77.923122 94.427641) - (xy 77.923119 94.427646) - (xy 77.728664 94.777987) - (xy 77.570651 95.146201) - (xy 77.570643 95.146222) - (xy 77.450698 95.528514) - (xy 77.450697 95.52852) - (xy 77.370036 95.92102) - (xy 77.3295 96.319651) - (xy 77.3295 96.720348) - (xy 64.409057 96.720348) - (xy 64.4105 96.707081) - (xy 64.4105 96.332919) - (xy 64.370046 95.960951) - (xy 64.289613 95.595538) - (xy 64.170142 95.240962) - (xy 64.013036 94.901383) - (xy 64.013033 94.901378) - (xy 63.820146 94.580794) - (xy 63.820142 94.580789) - (xy 63.820139 94.580785) - (xy 63.820136 94.58078) - (xy 63.593703 94.282913) - (xy 63.336392 94.011273) - (xy 63.336391 94.011272) - (xy 63.051229 93.769052) - (xy 63.051223 93.769048) - (xy 63.051221 93.769046) - (xy 62.971901 93.715266) - (xy 62.741534 93.559073) - (xy 62.410963 93.383815) - (xy 62.410945 93.383806) - (xy 62.063364 93.245318) - (xy 62.063362 93.245317) - (xy 61.702853 93.145223) - (xy 61.70285 93.145222) - (xy 61.702846 93.145221) - (xy 61.702845 93.145221) - (xy 61.606153 93.129369) - (xy 61.33361 93.084688) - (xy 61.053472 93.0695) - (xy 60.866528 93.0695) - (xy 60.586389 93.084688) - (xy 60.217149 93.145222) - (xy 60.217146 93.145223) - (xy 59.856637 93.245317) - (xy 59.856635 93.245318) - (xy 59.509054 93.383806) - (xy 59.509036 93.383815) - (xy 59.178465 93.559073) - (xy 58.86878 93.769045) - (xy 58.86877 93.769052) - (xy 58.583608 94.011272) - (xy 58.326297 94.282912) - (xy 58.326296 94.282913) - (xy 58.099857 94.580789) - (xy 58.099853 94.580794) - (xy 57.906966 94.901378) - (xy 57.906959 94.901391) - (xy 57.749862 95.240951) - (xy 57.630386 95.595538) - (xy 57.549953 95.960952) - (xy 57.5095 96.332917) - (xy 57.5095 96.707082) - (xy 50.8755 96.707082) - (xy 50.8755 82.326941) - (xy 59.85411 82.326941) - (xy 59.85411 85.136903) - (xy 61.999154 85.136903) - (xy 61.999154 82.326941) - (xy 59.85411 82.326941) - (xy 50.8755 82.326941) - (xy 50.8755 76.387082) - (xy 57.5095 76.387082) - (xy 57.549953 76.759047) - (xy 57.630386 77.124461) - (xy 57.691623 77.306203) - (xy 57.749858 77.479038) - (xy 57.74986 77.479043) - (xy 57.749862 77.479048) - (xy 57.906959 77.818608) - (xy 57.906966 77.818621) - (xy 58.099853 78.139205) - (xy 58.099857 78.13921) - (xy 58.099861 78.139216) - (xy 58.099864 78.13922) - (xy 58.261773 78.352208) - (xy 58.326296 78.437086) - (xy 58.326297 78.437087) - (xy 58.583608 78.708727) - (xy 58.86877 78.950947) - (xy 58.868774 78.95095) - (xy 58.868779 78.950954) - (xy 59.01983 79.053369) - (xy 59.178465 79.160926) - (xy 59.178469 79.160928) - (xy 59.509045 79.336189) - (xy 59.509049 79.33619) - (xy 59.509054 79.336193) - (xy 59.856635 79.474681) - (xy 59.856637 79.474682) - (xy 60.054804 79.529702) - (xy 60.217155 79.574779) - (xy 60.586387 79.635311) - (xy 60.866528 79.6505) - (xy 61.053472 79.6505) - (xy 61.333613 79.635311) - (xy 61.702845 79.574779) - (xy 61.955134 79.50473) - (xy 62.063362 79.474682) - (xy 62.063364 79.474681) - (xy 62.063363 79.474681) - (xy 62.063368 79.47468) - (xy 62.410955 79.336189) - (xy 62.741531 79.160928) - (xy 63.051221 78.950954) - (xy 63.336392 78.708727) - (xy 63.593703 78.437087) - (xy 63.820136 78.13922) - (xy 63.820142 78.139209) - (xy 63.820146 78.139205) - (xy 63.940055 77.939912) - (xy 64.013036 77.818617) - (xy 64.170142 77.479038) - (xy 64.289613 77.124462) - (xy 64.370046 76.759049) - (xy 64.4105 76.387081) - (xy 64.4105 76.012919) - (xy 64.370046 75.640951) - (xy 64.289613 75.275538) - (xy 64.170142 74.920962) - (xy 64.013036 74.581383) - (xy 64.013033 74.581378) - (xy 63.820146 74.260794) - (xy 63.820142 74.260789) - (xy 63.820139 74.260785) - (xy 63.820136 74.26078) - (xy 63.593703 73.962913) - (xy 63.336392 73.691273) - (xy 63.336391 73.691272) - (xy 63.051229 73.449052) - (xy 63.051223 73.449048) - (xy 63.051221 73.449046) - (xy 62.971901 73.395266) - (xy 62.741534 73.239073) - (xy 62.410963 73.063815) - (xy 62.410945 73.063806) - (xy 62.063364 72.925318) - (xy 62.063362 72.925317) - (xy 61.702853 72.825223) - (xy 61.70285 72.825222) - (xy 61.702846 72.825221) - (xy 61.702845 72.825221) - (xy 61.606153 72.809369) - (xy 61.33361 72.764688) - (xy 61.053472 72.7495) - (xy 60.866528 72.7495) - (xy 60.586389 72.764688) - (xy 60.217149 72.825222) - (xy 60.217146 72.825223) - (xy 59.856637 72.925317) - (xy 59.856635 72.925318) - (xy 59.509054 73.063806) - (xy 59.509036 73.063815) - (xy 59.178465 73.239073) - (xy 58.86878 73.449045) - (xy 58.86877 73.449052) - (xy 58.583608 73.691272) - (xy 58.326297 73.962912) - (xy 58.326296 73.962913) - (xy 58.099857 74.260789) - (xy 58.099853 74.260794) - (xy 57.906966 74.581378) - (xy 57.906959 74.581391) - (xy 57.749862 74.920951) - (xy 57.630386 75.275538) - (xy 57.549953 75.640952) - (xy 57.5095 76.012917) - (xy 57.5095 76.387082) - (xy 50.8755 76.387082) - (xy 50.8755 50.9995) - (xy 50.895185 50.932461) - (xy 50.947989 50.886706) - (xy 50.9995 50.8755) - (xy 57.912371 50.8755) - ) - ) - ) - (zone (net 0) (net_name "") (layer "F.Cu") (tstamp 869ec519-9ec9-4ffd-a03e-2457055072de) (hatch edge 0.5) - (connect_pads (clearance 0)) - (min_thickness 0.25) (filled_areas_thickness no) - (keepout (tracks not_allowed) (vias not_allowed) (pads not_allowed) (copperpour not_allowed) (footprints not_allowed)) - (fill (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 73.12 152.4) - (xy 73.110369 152.596034) - (xy 73.08157 152.79018) - (xy 73.03388 152.980569) - (xy 72.967759 153.165366) - (xy 72.883842 153.342793) - (xy 72.782939 153.51114) - (xy 72.66602 153.668786) - (xy 72.534213 153.814213) - (xy 72.388786 153.94602) - (xy 72.23114 154.062939) - (xy 72.062793 154.163842) - (xy 71.885366 154.247759) - (xy 71.700569 154.31388) - (xy 71.51018 154.36157) - (xy 71.316034 154.390369) - (xy 71.12 154.4) - (xy 70.923965 154.390369) - (xy 70.729819 154.36157) - (xy 70.53943 154.31388) - (xy 70.354633 154.247759) - (xy 70.177206 154.163842) - (xy 70.008859 154.062939) - (xy 69.851213 153.94602) - (xy 69.705786 153.814213) - (xy 69.573979 153.668786) - (xy 69.45706 153.51114) - (xy 69.356157 153.342793) - (xy 69.27224 153.165366) - (xy 69.206119 152.980569) - (xy 69.158429 152.79018) - (xy 69.12963 152.596034) - (xy 69.12 152.4) - (xy 69.12963 152.203965) - (xy 69.158429 152.009819) - (xy 69.206119 151.81943) - (xy 69.27224 151.634633) - (xy 69.356157 151.457206) - (xy 69.45706 151.288859) - (xy 69.573979 151.131213) - (xy 69.705786 150.985786) - (xy 69.851213 150.853979) - (xy 70.008859 150.73706) - (xy 70.177206 150.636157) - (xy 70.354633 150.55224) - (xy 70.53943 150.486119) - (xy 70.729819 150.438429) - (xy 70.923965 150.40963) - (xy 71.12 150.4) - (xy 71.316034 150.40963) - (xy 71.51018 150.438429) - (xy 71.700569 150.486119) - (xy 71.885366 150.55224) - (xy 72.062793 150.636157) - (xy 72.23114 150.73706) - (xy 72.388786 150.853979) - (xy 72.534213 150.985786) - (xy 72.66602 151.131213) - (xy 72.782939 151.288859) - (xy 72.883842 151.457206) - (xy 72.967759 151.634633) - (xy 73.03388 151.81943) - (xy 73.08157 152.009819) - (xy 73.110369 152.203965) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "hall") + (rev "1") + (comment 1 "PCB for panel") + (comment 2 "module for a spring reverb tank") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e80b") + (at 60.96 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H7" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "6f5db3f9-0781-4aa7-bfd9-9175d5912ea4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "bass" + (at -0.0762 9.1186 0) + (layer "F.Mask") + (hide yes) + (uuid "842bf741-50ea-47c9-88e7-6a95a3bc5e37") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c5a0bda-ed67-4f32-9571-73dcda71e79b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f531e81f-5b9b-4642-8115-f65b304e75a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "164d3a99-eade-4738-a567-4ba52292c1ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/da437a24-7569-42a2-b24c-d56693deb424") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "6e1ec2df-9586-430c-944f-60fdade476e0") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "efb7e3ea-8a86-402b-95af-86fb1412c4ea") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c0abec15-2375-4da6-8b41-4c3d95cb4d65") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "38ba86fa-705e-4a40-8a7b-b74f6a3c23ad") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e813") + (at 81.28 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H8" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "2c7a8e69-a0c7-49a1-a72a-a8c039720282") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "treble" + (at 0 9.525 0) + (layer "F.Mask") + (hide yes) + (uuid "45504f6c-083d-4bbc-9b3b-6e8b54cfb9a7") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdadc354-e0e5-49d3-a87e-ad9c7af4d9e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de43859e-77fb-49a9-858d-9b3b76a3130d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03334e5b-78e7-4779-aaf6-e15c79dd2ce9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9f18d53c-0c27-43a9-806e-8a217268c488") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "6f7b529c-f4ad-42ea-bab1-0e1846f627da") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "77495fdd-f405-4b2b-9bad-0057cfb6a5fe") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "16218e82-b00f-4e25-bc94-2952ab157424") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "c87db013-9037-4aed-8f80-d37468d8f55b") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d1216") + (at 60.96 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H1" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "79662662-8b7e-4c65-b8af-af010f5c6da3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN1" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "6a651f8f-c98f-4ceb-9e8c-3278362709ee") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "765fc0d6-d466-424c-a7ea-34f485944c7a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53728afe-bdfc-4feb-b469-3ee6545c40ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "685ea00e-e8ba-4dd7-8e44-1a02ba935e9d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/15feebc1-36c3-480e-8e4c-4d5002803a9e") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "fa3165e6-3215-4bd7-8c01-893c4e48021b") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "a99642a4-aeea-4aa5-b053-01b95e37306d") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a93a13ae-a164-4633-b639-3292250743cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "8a82d3d5-54f6-48bb-a5d3-64ec1980f4ce") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d121e") + (at 60.96 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H2" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "5b044e97-1ea9-411a-ad61-47a91d459d14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN2" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "183e4512-6e64-4a8b-b38c-a798107a453c") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e4e285e-762f-4442-b287-eeafb6b0d019") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0059b1b-40c1-479a-999a-a9b461887b9e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "951a5b8d-f6ce-4614-84ca-27fcbb9d52d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/78f07dc2-46e1-4e4c-a37c-3aaacdbf545d") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "63bd0473-27cc-4aa8-be0d-706961d9e1c9") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "cc0e9fa0-0bde-4ad7-b6c4-e4cfb17174ee") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c87a608b-f880-4739-aeda-ce6200d8cf8e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "c74109af-e975-4939-ada7-84e3d69fd72e") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d1226") + (at 60.96 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H3" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "942d4719-8e3f-4e9f-82a0-14e341a47229") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "FDBK" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "91521d8e-f818-4e50-bf3c-fdd21fcd34a5") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "acd90ea8-6cfb-44a9-b4e6-6c2999c30700") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b609ec8-58b5-4ece-a65a-a4944b3d0697") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00b284f8-5357-47c5-b5b2-15e406ddec3c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/90920b59-d0ad-496c-9b7e-235bd9205e02") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "6373a7e5-fed5-47ba-8e38-34f9369e270b") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "92db3de4-9ec0-4b82-829f-926f702e9d7b") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "e9be7bf9-c9fc-4389-84ba-6735a16acfd0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "db80c85a-34b0-479f-a30f-82f2876b094a") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d122e") + (at 81.28 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H4" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "40be5d01-6871-4f20-9cde-8924adf81e07") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "10db2167-e675-4089-aac2-62b101d6b9e3") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28377bd0-c2b9-40d4-a314-b9dcd23d013f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bbfa8c40-79f9-4185-a0e2-cf3251d1e7ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05e59722-6a1d-4b91-a9fa-87ce572d4a03") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/3183dab0-546b-499e-b451-6c61463da190") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "9e16ef31-f735-4022-8536-351017d5f432") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "791714c6-d5b3-4d3d-9831-dcf703260dda") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "cbba9905-cad7-47d1-878a-2934da3d05d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "bcc1fcdf-11ae-41ea-b3af-35831b9fac68") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d123e") + (at 81.28 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H6" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "357309ff-2429-41de-9909-a13aaebb8721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "level" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "adba28bc-2a74-4e21-841c-b0a5a62a6cc8") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e4779405-17d3-44cf-9bf1-eb8a46498aaf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bacd841-8443-4dbf-bd3b-5b3f6a8144ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d112fbb-b767-4fb7-b88e-acf9a7281716") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a818e9ef-a620-497c-a52a-ac88dad156c8") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "dc4863d6-dbfe-4005-b292-c4081ba6cef9") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0d1f415c-7894-49ef-ada1-347ec02de387") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "51648ccc-a14e-44e3-9763-be224562e6d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "525f6899-95d9-458a-a661-26e852a255c5") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "043d3616-4778-4304-8acd-6249c581e425") + (at 58.3 176.3) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H12" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "5d267148-8bde-4f51-9cc3-1b3c8081ade0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "e266a03b-3551-4d40-909d-0b4d11bcdb6f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37e05f2a-66e4-42d9-82bd-0dddba44867a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "961fc3bd-f71f-42df-b84f-88fbfd048898") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9b0cd17-b85b-44d3-adf2-c62d7e14fe28") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/2a0154fd-6e94-4627-992c-2119a35d4b9b") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "65659025-c10f-4625-92bd-ed0e56fe0818") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "72297929-748f-4ce3-b527-894840464f7f") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "a2697f4e-32c3-4d49-abfa-54fa6dc477c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "075ac812-86c8-47f0-bdf0-b0fac538e9a0") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "fb7d2762-e316-4940-bde4-b2a3a200e00e") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "c769ab81-bdc2-40e9-b4d5-10fea971358a") + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "5b5f65ce-43b5-47b4-bc33-e43f0d8fd2c3") + (at 81.28 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H9" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "0064484b-b5b1-4f18-bd7c-8f12b811162c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "mix" + (at 0 8.89 0) + (layer "F.Mask") + (hide yes) + (uuid "7b43591b-fd50-43a9-a0d4-e7becfd7c05b") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99e04f11-24e9-43ed-9176-1d1e6d136cab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "536dddea-6566-4860-9942-66ca0a8530d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f3fb2ed-289c-443d-baeb-6cb22f2d7ace") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/33c58032-0cdb-435c-922e-6e15ff3d8191") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "dd36eaac-a614-49ec-8a8e-5191c95dd291") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b21c6055-191d-49e8-b4fa-50ac4d3e34a5") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "05d186c5-7fff-422b-acca-dd28fc5a4181") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "b9de8f1c-3f05-4f26-b9de-474f7a70ed01") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_led_monitor" + (layer "F.Cu") + (uuid "864106b1-3627-4d19-bcc3-1ba9193e1e98") + (at 71.12 152.4) + (descr "Imported from LED Monitor.svg") + (tags "svg2mod") + (property "Reference" "H10" + (at 0 -5.054774 0) + (layer "F.SilkS") + (hide yes) + (uuid "eaca81e8-6a08-4967-82c6-c57f766bed48") + (effects + (font + (size 1.524 1.524) + (thickness 0.3048) + ) + ) + ) + (property "Value" "compress" + (at 0 5.054774 0) + (layer "F.SilkS") + (hide yes) + (uuid "f3041d63-fce2-4a5a-9d62-de668c2ac75f") + (effects + (font + (size 1.524 1.524) + (thickness 0.3048) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4549042d-590f-4497-9e1c-d2e26ee3196a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "77a530fe-018a-45ea-aae5-d92ba6de0c4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f132195-e021-4051-8936-8d3159250aa9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ddc2e4ec-51c7-433c-aeb2-2ae3e63eb6a7") + (sheetfile "panel.kicad_sch") + (zone_connect 2) + (attr smd) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 2) + (type solid) + ) + (fill none) + (layer "B.Mask") + (uuid "927b5a0c-a9eb-46fe-9fe2-8ec8e260cac1") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "c6866eaa-2768-4a84-8c89-6545a47d04fc") + ) + (pad "" smd circle + (at 0 0) + (size 4.064 4.064) + (layers "F.Paste") + (uuid "d5042a35-6ce2-411d-a209-d2766d51db9f") + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "f14673bd-5acb-4f6b-9791-06d89d6bd1d4") + (at 58.3 53.8) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H11" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "df314d1c-4c68-4b81-9f03-cdb339439398") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "18f7566d-e136-4fc3-aab3-ff5124234d24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f212677b-c2fb-4840-9cea-aaa938f0539a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "600070dd-0799-470b-a1a8-044c239528c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a3a2d24-510d-4ad8-aa42-f8dfc65cb885") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/964a50a5-d984-4de9-a3e1-f621bdac4f61") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "cb964fd8-a9cb-4bea-a398-8c877b020e70") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "df2ecbf3-ce48-46b7-9d4c-81fcb703f37d") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "f36d501b-a777-4fc1-9c9f-d9e9e21ad740") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "c915fb53-12a8-4846-bbd3-27851b12e4b3") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "3612bf5f-93e1-49fc-9d9e-2cc0ad063186") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "e03a967d-62fd-468d-a2e4-425af98c34e7") + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 91.1 179.3) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "933d19b2-5f9e-4110-954e-a0fecf0340b4") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f62f2fde-0866-484f-ac61-5afd68500709") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f6b767d4-34a4-42a4-a3e8-8112708686fe") + ) + (gr_text "fdbk" + (at 60.96 166.37 0) + (layer "F.Cu" knockout) + (uuid "23d9eedb-e685-4579-ad92-121ee8b1521f") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "treble" + (at 81.28 126.365 0) + (layer "F.Cu" knockout) + (uuid "3ad0e241-d36a-4f98-8d73-51087d7cb65d") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "bass" + (at 60.96 125.984 0) + (layer "F.Cu" knockout) + (uuid "9f19d277-93bf-4c62-8b53-1c3206316ecb") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "in" + (at 60.96 83.82 0) + (layer "F.Cu" knockout) + (uuid "a784ebad-1ca7-48d7-a1f5-b7a45469188a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "in" + (at 60.96 104.14 0) + (layer "F.Cu" knockout) + (uuid "a9857084-6c45-4065-8721-9c81e43e825a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "mix" + (at 81.28 146.05 0) + (layer "F.Cu" knockout) + (uuid "b80cf57f-80d8-4a4d-bb1f-574dd02b915b") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 81.28 166.37 0) + (layer "F.Cu" knockout) + (uuid "c7411ee1-c0b2-458f-a7bb-b74caf82625f") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 81.28 166.37 0) + (layer "B.Mask") + (uuid "00000000-0000-0000-0000-0000611cb526") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "bass" + (at 60.9092 125.984 0) + (layer "B.Mask") + (uuid "4cc55c49-d986-422b-9189-42c220f5881e") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "treble" + (at 81.28 126.365 0) + (layer "B.Mask") + (uuid "96c07b38-e542-4812-aaac-7076369757cd") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "fdbk" + (at 60.96 166.37 0) + (layer "B.Mask") + (uuid "ae98bdc8-8158-44e9-a70e-a01e21caf0c6") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "in" + (at 60.96 83.82 0) + (layer "B.Mask") + (uuid "b393d401-81e8-4337-aaec-af13011b98d4") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "in" + (at 60.96 104.14 0) + (layer "B.Mask") + (uuid "cb94b2ca-5030-4e17-a9e0-a36589aeb2a0") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "mix" + (at 81.28 146.05 0) + (layer "B.Mask") + (uuid "f2958d2e-dd72-4d63-a3c2-b0027ca671f9") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 81.28 166.37 0) + (layer "F.Mask") + (uuid "00000000-0000-0000-0000-0000611cb527") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "in" + (at 60.96 104.14 0) + (layer "F.Mask") + (uuid "2fd5057a-5dfa-4532-a8ae-1f27af826262") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "bass" + (at 60.9346 125.984 0) + (layer "F.Mask") + (uuid "5a67508f-08e0-47c7-bab5-97c6c065adf6") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "fdbk" + (at 60.96 166.37 0) + (layer "F.Mask") + (uuid "98c598dc-696c-4a6a-99a6-1fff02cbe795") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "treble" + (at 81.28 126.365 0) + (layer "F.Mask") + (uuid "9e7fc1e5-ddda-4693-95f3-2fe75522ee93") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "in" + (at 60.96 83.82 0) + (layer "F.Mask") + (uuid "a4dfabe4-41c8-4401-a9d7-ac7389088f27") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "mix" + (at 81.28 146.05 0) + (layer "F.Mask") + (uuid "b9275c9a-77a2-47cc-95fb-8b53e85db34f") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "hall" + (at 71.12 53.8 0) + (layer "F.Mask") + (uuid "f9c3c88b-8ae3-4d98-8255-53bc8c4a587b") + (effects + (font + (size 3 3) + (thickness 0.35) + ) + ) + ) + (zone + (net 0) + (net_name "") + (layer "F.Cu") + (uuid "595aa922-642a-4c75-8d56-7c26f736c67b") + (hatch edge 0.5) + (connect_pads + (clearance 0) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + (island_removal_mode 1) + (island_area_min 10) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 90.932 50.8) (xy 91.44 179.324) (xy 50.8 179.324) + ) + ) + (filled_polygon + (layer "F.Cu") + (island) + (pts + (xy 57.97941 50.895185) (xy 58.025165 50.947989) (xy 58.035109 51.017147) (xy 58.006084 51.080703) + (xy 57.947306 51.118477) (xy 57.934724 51.121468) (xy 57.898861 51.12804) (xy 57.652547 51.173178) + (xy 57.340657 51.270366) (xy 57.340641 51.270372) (xy 57.340639 51.270373) (xy 57.150933 51.355752) + (xy 57.042725 51.404453) (xy 57.042723 51.404454) (xy 56.763131 51.573473) (xy 56.50596 51.774954) + (xy 56.274954 52.00596) (xy 56.073473 52.263131) (xy 55.904454 52.542723) (xy 55.904453 52.542725) + (xy 55.770372 52.840642) (xy 55.770366 52.840657) (xy 55.673178 53.152547) (xy 55.614289 53.4739) + (xy 55.594564 53.8) (xy 55.614289 54.126099) (xy 55.673178 54.447452) (xy 55.770366 54.759342) (xy 55.77037 54.759354) + (xy 55.770373 54.759361) (xy 55.904455 55.057279) (xy 56.068901 55.329306) (xy 56.073473 55.336868) + (xy 56.274954 55.594039) (xy 56.50596 55.825045) (xy 56.763131 56.026526) (xy 56.763134 56.026528) + (xy 56.763137 56.02653) (xy 57.042721 56.195545) (xy 57.340639 56.329627) (xy 57.340652 56.329631) + (xy 57.340657 56.329633) (xy 57.652547 56.426821) (xy 57.973896 56.48571) (xy 58.3 56.505436) (xy 58.626104 56.48571) + (xy 58.947453 56.426821) (xy 59.259361 56.329627) (xy 59.557279 56.195545) (xy 59.836863 56.02653) + (xy 60.094036 55.825048) (xy 60.325048 55.594036) (xy 60.52653 55.336863) (xy 60.695545 55.057279) + (xy 60.829627 54.759361) (xy 60.926821 54.447453) (xy 60.98571 54.126104) (xy 61.005436 53.8) (xy 60.98571 53.473896) + (xy 60.926821 53.152547) (xy 60.829627 52.840639) (xy 60.695545 52.542721) (xy 60.52653 52.263137) + (xy 60.526528 52.263134) (xy 60.526526 52.263131) (xy 60.325045 52.00596) (xy 60.094039 51.774954) + (xy 59.836868 51.573473) (xy 59.829306 51.568901) (xy 59.557279 51.404455) (xy 59.259361 51.270373) + (xy 59.259354 51.27037) (xy 59.259342 51.270366) (xy 58.947452 51.173178) (xy 58.707967 51.129291) + (xy 58.665277 51.121468) (xy 58.602885 51.090023) (xy 58.567397 51.029836) (xy 58.570082 50.960018) + (xy 58.610088 50.902735) (xy 58.674712 50.876175) (xy 58.687629 50.8755) (xy 90.808787 50.8755) + (xy 90.875826 50.895185) (xy 90.921581 50.947989) (xy 90.932786 50.99901) (xy 91.024499 74.202247) + (xy 91.0245 74.202737) (xy 91.0245 179.1005) (xy 91.004815 179.167539) (xy 90.952011 179.213294) + (xy 90.9005 179.2245) (xy 58.687629 179.2245) (xy 58.62059 179.204815) (xy 58.574835 179.152011) + (xy 58.564891 179.082853) (xy 58.593916 179.019297) (xy 58.652694 178.981523) (xy 58.665275 178.978531) + (xy 58.947453 178.926821) (xy 59.259361 178.829627) (xy 59.557279 178.695545) (xy 59.836863 178.52653) + (xy 60.094036 178.325048) (xy 60.325048 178.094036) (xy 60.52653 177.836863) (xy 60.695545 177.557279) + (xy 60.829627 177.259361) (xy 60.926821 176.947453) (xy 60.98571 176.626104) (xy 61.005436 176.3) + (xy 60.98571 175.973896) (xy 60.926821 175.652547) (xy 60.829627 175.340639) (xy 60.695545 175.042721) + (xy 60.52653 174.763137) (xy 60.526528 174.763134) (xy 60.526526 174.763131) (xy 60.325045 174.50596) + (xy 60.094039 174.274954) (xy 59.836868 174.073473) (xy 59.829306 174.068901) (xy 59.557279 173.904455) + (xy 59.259361 173.770373) (xy 59.259354 173.77037) (xy 59.259342 173.770366) (xy 58.947452 173.673178) + (xy 58.626099 173.614289) (xy 58.3 173.594564) (xy 57.9739 173.614289) (xy 57.652547 173.673178) + (xy 57.340657 173.770366) (xy 57.340641 173.770372) (xy 57.340639 173.770373) (xy 57.150933 173.855752) + (xy 57.042725 173.904453) (xy 57.042723 173.904454) (xy 56.763131 174.073473) (xy 56.50596 174.274954) + (xy 56.274954 174.50596) (xy 56.073473 174.763131) (xy 55.904454 175.042723) (xy 55.904453 175.042725) + (xy 55.770372 175.340642) (xy 55.770366 175.340657) (xy 55.673178 175.652547) (xy 55.614289 175.9739) + (xy 55.594564 176.3) (xy 55.614289 176.626099) (xy 55.673178 176.947452) (xy 55.770366 177.259342) + (xy 55.77037 177.259354) (xy 55.770373 177.259361) (xy 55.904455 177.557279) (xy 56.068901 177.829306) + (xy 56.073473 177.836868) (xy 56.274954 178.094039) (xy 56.50596 178.325045) (xy 56.763131 178.526526) + (xy 56.763134 178.526528) (xy 56.763137 178.52653) (xy 57.042721 178.695545) (xy 57.340639 178.829627) + (xy 57.340652 178.829631) (xy 57.340657 178.829633) (xy 57.652547 178.926821) (xy 57.934722 178.978531) + (xy 57.997115 179.009977) (xy 58.032603 179.070164) (xy 58.029918 179.139982) (xy 57.989912 179.197265) + (xy 57.925288 179.223825) (xy 57.912371 179.2245) (xy 50.9995 179.2245) (xy 50.932461 179.204815) + (xy 50.886706 179.152011) (xy 50.8755 179.1005) (xy 50.8755 164.942629) (xy 58.522778 164.942629) + (xy 58.522778 167.621847) (xy 63.266308 167.621847) (xy 63.266308 164.945016) (xy 79.541581 164.945016) + (xy 79.541581 167.621847) (xy 83.150555 167.621847) (xy 83.150555 164.945016) (xy 79.541581 164.945016) + (xy 63.266308 164.945016) (xy 63.266308 164.942629) (xy 58.522778 164.942629) (xy 50.8755 164.942629) + (xy 50.8755 157.649508) (xy 57.5095 157.649508) (xy 57.542729 157.986901) (xy 57.60887 158.31941) + (xy 57.707284 158.643841) (xy 57.837024 158.95706) (xy 57.837026 158.957065) (xy 57.996831 159.256039) + (xy 57.996842 159.256057) (xy 58.185184 159.53793) (xy 58.185194 159.537944) (xy 58.400269 159.800014) + (xy 58.639985 160.03973) (xy 58.63999 160.039734) (xy 58.639991 160.039735) (xy 58.902061 160.25481) + (xy 59.183949 160.443162) (xy 59.183958 160.443167) (xy 59.18396 160.443168) (xy 59.482934 160.602973) + (xy 59.482936 160.602973) (xy 59.482942 160.602977) (xy 59.79616 160.732716) (xy 60.120586 160.831129) + (xy 60.453096 160.89727) (xy 60.790488 160.9305) (xy 60.790491 160.9305) (xy 61.129509 160.9305) + (xy 61.129512 160.9305) (xy 61.466904 160.89727) (xy 61.799414 160.831129) (xy 62.12384 160.732716) + (xy 62.437058 160.602977) (xy 62.736051 160.443162) (xy 63.017939 160.25481) (xy 63.280009 160.039735) + (xy 63.519735 159.800009) (xy 63.73481 159.537939) (xy 63.923162 159.256051) (xy 64.082977 158.957058) + (xy 64.212716 158.64384) (xy 64.311129 158.319414) (xy 64.37727 157.986904) (xy 64.4105 157.649512) + (xy 64.4105 157.649508) (xy 77.8295 157.649508) (xy 77.862729 157.986901) (xy 77.92887 158.31941) + (xy 78.027284 158.643841) (xy 78.157024 158.95706) (xy 78.157026 158.957065) (xy 78.316831 159.256039) + (xy 78.316842 159.256057) (xy 78.505184 159.53793) (xy 78.505194 159.537944) (xy 78.720269 159.800014) + (xy 78.959985 160.03973) (xy 78.95999 160.039734) (xy 78.959991 160.039735) (xy 79.222061 160.25481) + (xy 79.503949 160.443162) (xy 79.503958 160.443167) (xy 79.50396 160.443168) (xy 79.802934 160.602973) + (xy 79.802936 160.602973) (xy 79.802942 160.602977) (xy 80.11616 160.732716) (xy 80.440586 160.831129) + (xy 80.773096 160.89727) (xy 81.110488 160.9305) (xy 81.110491 160.9305) (xy 81.449509 160.9305) + (xy 81.449512 160.9305) (xy 81.786904 160.89727) (xy 82.119414 160.831129) (xy 82.44384 160.732716) + (xy 82.757058 160.602977) (xy 83.056051 160.443162) (xy 83.337939 160.25481) (xy 83.600009 160.039735) + (xy 83.839735 159.800009) (xy 84.05481 159.537939) (xy 84.243162 159.256051) (xy 84.402977 158.957058) + (xy 84.532716 158.64384) (xy 84.631129 158.319414) (xy 84.69727 157.986904) (xy 84.7305 157.649512) + (xy 84.7305 157.310488) (xy 84.69727 156.973096) (xy 84.631129 156.640586) (xy 84.532716 156.31616) + (xy 84.402977 156.002942) (xy 84.243162 155.703949) (xy 84.05481 155.422061) (xy 83.839735 155.159991) + (xy 83.839734 155.15999) (xy 83.83973 155.159985) (xy 83.600014 154.920269) (xy 83.337944 154.705194) + (xy 83.337943 154.705193) (xy 83.337939 154.70519) (xy 83.056051 154.516838) (xy 83.056046 154.516835) + (xy 83.056039 154.516831) (xy 82.757065 154.357026) (xy 82.75706 154.357024) (xy 82.443841 154.227284) + (xy 82.253382 154.169509) (xy 82.119414 154.128871) (xy 82.119411 154.12887) (xy 82.11941 154.12887) + (xy 81.786901 154.062729) (xy 81.549199 154.039318) (xy 81.449512 154.0295) (xy 81.110488 154.0295) + (xy 81.019738 154.038437) (xy 80.773098 154.062729) (xy 80.440589 154.12887) (xy 80.116158 154.227284) + (xy 79.802939 154.357024) (xy 79.802934 154.357026) (xy 79.50396 154.516831) (xy 79.503942 154.516842) + (xy 79.222069 154.705184) (xy 79.222055 154.705194) (xy 78.959985 154.920269) (xy 78.720269 155.159985) + (xy 78.505194 155.422055) (xy 78.505184 155.422069) (xy 78.316842 155.703942) (xy 78.316831 155.70396) + (xy 78.157026 156.002934) (xy 78.157024 156.002939) (xy 78.027284 156.316158) (xy 77.92887 156.640589) + (xy 77.862729 156.973098) (xy 77.8295 157.310491) (xy 77.8295 157.649508) (xy 64.4105 157.649508) + (xy 64.4105 157.310488) (xy 64.37727 156.973096) (xy 64.311129 156.640586) (xy 64.212716 156.31616) + (xy 64.082977 156.002942) (xy 63.923162 155.703949) (xy 63.73481 155.422061) (xy 63.519735 155.159991) + (xy 63.519734 155.15999) (xy 63.51973 155.159985) (xy 63.280014 154.920269) (xy 63.017944 154.705194) + (xy 63.017943 154.705193) (xy 63.017939 154.70519) (xy 62.736051 154.516838) (xy 62.736046 154.516835) + (xy 62.736039 154.516831) (xy 62.437065 154.357026) (xy 62.43706 154.357024) (xy 62.123841 154.227284) + (xy 61.933382 154.169509) (xy 61.799414 154.128871) (xy 61.799411 154.12887) (xy 61.79941 154.12887) + (xy 61.466901 154.062729) (xy 61.229199 154.039318) (xy 61.129512 154.0295) (xy 60.790488 154.0295) + (xy 60.699738 154.038437) (xy 60.453098 154.062729) (xy 60.120589 154.12887) (xy 59.796158 154.227284) + (xy 59.482939 154.357024) (xy 59.482934 154.357026) (xy 59.18396 154.516831) (xy 59.183942 154.516842) + (xy 58.902069 154.705184) (xy 58.902055 154.705194) (xy 58.639985 154.920269) (xy 58.400269 155.159985) + (xy 58.185194 155.422055) (xy 58.185184 155.422069) (xy 57.996842 155.703942) (xy 57.996831 155.70396) + (xy 57.837026 156.002934) (xy 57.837024 156.002939) (xy 57.707284 156.316158) (xy 57.60887 156.640589) + (xy 57.542729 156.973098) (xy 57.5095 157.310491) (xy 57.5095 157.649508) (xy 50.8755 157.649508) + (xy 50.8755 152.4) (xy 69.12 152.4) (xy 69.12963 152.596034) (xy 69.12963 152.59604) (xy 69.129631 152.596042) + (xy 69.15843 152.790186) (xy 69.206119 152.980569) (xy 69.27224 153.165366) (xy 69.356157 153.342793) + (xy 69.356159 153.342796) (xy 69.457062 153.511144) (xy 69.573977 153.668785) (xy 69.705785 153.814213) + (xy 69.851213 153.946021) (xy 70.008854 154.062936) (xy 70.008858 154.062938) (xy 70.008859 154.062939) + (xy 70.177206 154.163842) (xy 70.354633 154.247759) (xy 70.53943 154.31388) (xy 70.729819 154.36157) + (xy 70.923965 154.390369) (xy 71.12 154.4) (xy 71.316034 154.390369) (xy 71.51018 154.36157) (xy 71.700569 154.31388) + (xy 71.885366 154.247759) (xy 72.062793 154.163842) (xy 72.23114 154.062939) (xy 72.388786 153.94602) + (xy 72.534213 153.814213) (xy 72.66602 153.668786) (xy 72.782939 153.51114) (xy 72.883842 153.342793) + (xy 72.967759 153.165366) (xy 73.03388 152.980569) (xy 73.08157 152.79018) (xy 73.110369 152.596034) + (xy 73.12 152.4) (xy 73.110369 152.203965) (xy 73.08157 152.009819) (xy 73.03388 151.81943) (xy 72.967759 151.634633) + (xy 72.883842 151.457206) (xy 72.782939 151.288859) (xy 72.782938 151.288858) (xy 72.782936 151.288854) + (xy 72.666021 151.131213) (xy 72.534213 150.985785) (xy 72.388785 150.853977) (xy 72.231144 150.737062) + (xy 72.062796 150.636159) (xy 72.062797 150.636159) (xy 72.062793 150.636157) (xy 71.885366 150.55224) + (xy 71.885364 150.552239) (xy 71.700569 150.486119) (xy 71.510186 150.43843) (xy 71.510181 150.438429) + (xy 71.51018 150.438429) (xy 71.438215 150.427754) (xy 71.316042 150.409631) (xy 71.31604 150.40963) + (xy 71.316034 150.40963) (xy 71.12 150.4) (xy 71.119999 150.4) (xy 71.104133 150.400779) (xy 70.923965 150.40963) + (xy 70.923959 150.40963) (xy 70.923956 150.409631) (xy 70.729812 150.43843) (xy 70.539429 150.486119) + (xy 70.354634 150.552239) (xy 70.354632 150.55224) (xy 70.177202 150.636159) (xy 70.008854 150.737062) + (xy 69.851213 150.853977) (xy 69.705785 150.985785) (xy 69.573977 151.131213) (xy 69.457062 151.288854) + (xy 69.356159 151.457202) (xy 69.27224 151.634632) (xy 69.272239 151.634634) (xy 69.206119 151.819429) + (xy 69.15843 152.009812) (xy 69.158429 152.009819) (xy 69.12963 152.203965) (xy 69.12 152.4) (xy 50.8755 152.4) + (xy 50.8755 144.622597) (xy 79.440359 144.622597) (xy 79.440359 147.301436) (xy 83.252532 147.301436) + (xy 83.252532 144.622597) (xy 79.440359 144.622597) (xy 50.8755 144.622597) (xy 50.8755 137.354072) + (xy 77.3295 137.354072) (xy 77.367544 137.740347) (xy 77.367547 137.740364) (xy 77.443264 138.12103) + (xy 77.443267 138.121041) (xy 77.555945 138.492489) (xy 77.704485 138.851095) (xy 77.704487 138.8511) + (xy 77.88745 139.1934) (xy 77.887461 139.193418) (xy 78.103096 139.516139) (xy 78.103106 139.516153) + (xy 78.349347 139.816198) (xy 78.623801 140.090652) (xy 78.623806 140.090656) (xy 78.623807 140.090657) + (xy 78.923852 140.336898) (xy 79.246588 140.552543) (xy 79.246597 140.552548) (xy 79.246599 140.552549) + (xy 79.588899 140.735512) (xy 79.588901 140.735512) (xy 79.588907 140.735516) (xy 79.947512 140.884055) + (xy 80.318949 140.99673) (xy 80.318955 140.996731) (xy 80.318958 140.996732) (xy 80.318969 140.996735) + (xy 80.55768 141.044216) (xy 80.699642 141.072454) (xy 81.085924 141.1105) (xy 81.085927 141.1105) + (xy 81.474073 141.1105) (xy 81.474076 141.1105) (xy 81.860358 141.072454) (xy 82.048788 141.034973) + (xy 82.24103 140.996735) (xy 82.241041 140.996732) (xy 82.241041 140.996731) (xy 82.241051 140.99673) + (xy 82.612488 140.884055) (xy 82.971093 140.735516) (xy 83.313412 140.552543) (xy 83.636148 140.336898) + (xy 83.936193 140.090657) (xy 84.210657 139.816193) (xy 84.456898 139.516148) (xy 84.672543 139.193412) + (xy 84.855516 138.851093) (xy 85.004055 138.492488) (xy 85.11673 138.121051) (xy 85.116732 138.121041) + (xy 85.116735 138.12103) (xy 85.154973 137.928788) (xy 85.192454 137.740358) (xy 85.2305 137.354076) + (xy 85.2305 136.965924) (xy 85.192454 136.579642) (xy 85.164216 136.43768) (xy 85.116735 136.198969) + (xy 85.116732 136.198958) (xy 85.116731 136.198955) (xy 85.11673 136.198949) (xy 85.004055 135.827512) + (xy 84.855516 135.468907) (xy 84.672543 135.126588) (xy 84.456898 134.803852) (xy 84.210657 134.503807) + (xy 84.210656 134.503806) (xy 84.210652 134.503801) (xy 83.936198 134.229347) (xy 83.636153 133.983106) + (xy 83.636152 133.983105) (xy 83.636148 133.983102) (xy 83.313412 133.767457) (xy 83.313407 133.767454) + (xy 83.3134 133.76745) (xy 82.9711 133.584487) (xy 82.971095 133.584485) (xy 82.612489 133.435945) + (xy 82.241041 133.323267) (xy 82.24103 133.323264) (xy 81.860364 133.247547) (xy 81.860347 133.247544) + (xy 81.568239 133.218774) (xy 81.474076 133.2095) (xy 81.085924 133.2095) (xy 80.998836 133.218077) + (xy 80.699652 133.247544) (xy 80.699635 133.247547) (xy 80.318969 133.323264) (xy 80.318958 133.323267) + (xy 79.94751 133.435945) (xy 79.588904 133.584485) (xy 79.588899 133.584487) (xy 79.246599 133.76745) + (xy 79.246581 133.767461) (xy 78.92386 133.983096) (xy 78.923846 133.983106) (xy 78.623801 134.229347) + (xy 78.349347 134.503801) (xy 78.103106 134.803846) (xy 78.103096 134.80386) (xy 77.887461 135.126581) + (xy 77.88745 135.126599) (xy 77.704487 135.468899) (xy 77.704485 135.468904) (xy 77.555945 135.82751) + (xy 77.443267 136.198958) (xy 77.443264 136.198969) (xy 77.367547 136.579635) (xy 77.367544 136.579652) + (xy 77.3295 136.965927) (xy 77.3295 137.354072) (xy 50.8755 137.354072) (xy 50.8755 124.559016) + (xy 58.553724 124.559016) (xy 58.553724 127.235847) (xy 63.431751 127.235847) (xy 63.431751 124.940016) + (xy 78.042778 124.940016) (xy 78.042778 127.616847) (xy 84.38591 127.616847) (xy 84.38591 124.940016) + (xy 78.042778 124.940016) (xy 63.431751 124.940016) (xy 63.431751 124.559016) (xy 58.553724 124.559016) + (xy 50.8755 124.559016) (xy 50.8755 117.034072) (xy 57.0095 117.034072) (xy 57.047544 117.420347) + (xy 57.047547 117.420364) (xy 57.123264 117.80103) (xy 57.123267 117.801041) (xy 57.235945 118.172489) + (xy 57.384485 118.531095) (xy 57.384487 118.5311) (xy 57.56745 118.8734) (xy 57.567461 118.873418) + (xy 57.783096 119.196139) (xy 57.783106 119.196153) (xy 58.029347 119.496198) (xy 58.303801 119.770652) + (xy 58.303806 119.770656) (xy 58.303807 119.770657) (xy 58.603852 120.016898) (xy 58.926588 120.232543) + (xy 58.926597 120.232548) (xy 58.926599 120.232549) (xy 59.268899 120.415512) (xy 59.268901 120.415512) + (xy 59.268907 120.415516) (xy 59.627512 120.564055) (xy 59.998949 120.67673) (xy 59.998955 120.676731) + (xy 59.998958 120.676732) (xy 59.998969 120.676735) (xy 60.23768 120.724216) (xy 60.379642 120.752454) + (xy 60.765924 120.7905) (xy 60.765927 120.7905) (xy 61.154073 120.7905) (xy 61.154076 120.7905) + (xy 61.540358 120.752454) (xy 61.728788 120.714973) (xy 61.92103 120.676735) (xy 61.921041 120.676732) + (xy 61.921041 120.676731) (xy 61.921051 120.67673) (xy 62.292488 120.564055) (xy 62.651093 120.415516) + (xy 62.993412 120.232543) (xy 63.316148 120.016898) (xy 63.616193 119.770657) (xy 63.890657 119.496193) + (xy 64.136898 119.196148) (xy 64.352543 118.873412) (xy 64.535516 118.531093) (xy 64.684055 118.172488) + (xy 64.79673 117.801051) (xy 64.796732 117.801041) (xy 64.796735 117.80103) (xy 64.834973 117.608788) + (xy 64.872454 117.420358) (xy 64.9105 117.034076) (xy 64.9105 117.034072) (xy 77.3295 117.034072) + (xy 77.367544 117.420347) (xy 77.367547 117.420364) (xy 77.443264 117.80103) (xy 77.443267 117.801041) + (xy 77.555945 118.172489) (xy 77.704485 118.531095) (xy 77.704487 118.5311) (xy 77.88745 118.8734) + (xy 77.887461 118.873418) (xy 78.103096 119.196139) (xy 78.103106 119.196153) (xy 78.349347 119.496198) + (xy 78.623801 119.770652) (xy 78.623806 119.770656) (xy 78.623807 119.770657) (xy 78.923852 120.016898) + (xy 79.246588 120.232543) (xy 79.246597 120.232548) (xy 79.246599 120.232549) (xy 79.588899 120.415512) + (xy 79.588901 120.415512) (xy 79.588907 120.415516) (xy 79.947512 120.564055) (xy 80.318949 120.67673) + (xy 80.318955 120.676731) (xy 80.318958 120.676732) (xy 80.318969 120.676735) (xy 80.55768 120.724216) + (xy 80.699642 120.752454) (xy 81.085924 120.7905) (xy 81.085927 120.7905) (xy 81.474073 120.7905) + (xy 81.474076 120.7905) (xy 81.860358 120.752454) (xy 82.048788 120.714973) (xy 82.24103 120.676735) + (xy 82.241041 120.676732) (xy 82.241041 120.676731) (xy 82.241051 120.67673) (xy 82.612488 120.564055) + (xy 82.971093 120.415516) (xy 83.313412 120.232543) (xy 83.636148 120.016898) (xy 83.936193 119.770657) + (xy 84.210657 119.496193) (xy 84.456898 119.196148) (xy 84.672543 118.873412) (xy 84.855516 118.531093) + (xy 85.004055 118.172488) (xy 85.11673 117.801051) (xy 85.116732 117.801041) (xy 85.116735 117.80103) + (xy 85.154973 117.608788) (xy 85.192454 117.420358) (xy 85.2305 117.034076) (xy 85.2305 116.645924) + (xy 85.192454 116.259642) (xy 85.164216 116.11768) (xy 85.116735 115.878969) (xy 85.116732 115.878958) + (xy 85.116731 115.878955) (xy 85.11673 115.878949) (xy 85.004055 115.507512) (xy 84.855516 115.148907) + (xy 84.672543 114.806588) (xy 84.456898 114.483852) (xy 84.210657 114.183807) (xy 84.210656 114.183806) + (xy 84.210652 114.183801) (xy 83.936198 113.909347) (xy 83.636153 113.663106) (xy 83.636152 113.663105) + (xy 83.636148 113.663102) (xy 83.313412 113.447457) (xy 83.313407 113.447454) (xy 83.3134 113.44745) + (xy 82.9711 113.264487) (xy 82.971095 113.264485) (xy 82.612489 113.115945) (xy 82.241041 113.003267) + (xy 82.24103 113.003264) (xy 81.860364 112.927547) (xy 81.860347 112.927544) (xy 81.568239 112.898774) + (xy 81.474076 112.8895) (xy 81.085924 112.8895) (xy 80.998836 112.898077) (xy 80.699652 112.927544) + (xy 80.699635 112.927547) (xy 80.318969 113.003264) (xy 80.318958 113.003267) (xy 79.94751 113.115945) + (xy 79.588904 113.264485) (xy 79.588899 113.264487) (xy 79.246599 113.44745) (xy 79.246581 113.447461) + (xy 78.92386 113.663096) (xy 78.923846 113.663106) (xy 78.623801 113.909347) (xy 78.349347 114.183801) + (xy 78.103106 114.483846) (xy 78.103096 114.48386) (xy 77.887461 114.806581) (xy 77.88745 114.806599) + (xy 77.704487 115.148899) (xy 77.704485 115.148904) (xy 77.555945 115.50751) (xy 77.443267 115.878958) + (xy 77.443264 115.878969) (xy 77.367547 116.259635) (xy 77.367544 116.259652) (xy 77.3295 116.645927) + (xy 77.3295 117.034072) (xy 64.9105 117.034072) (xy 64.9105 116.645924) (xy 64.872454 116.259642) + (xy 64.844216 116.11768) (xy 64.796735 115.878969) (xy 64.796732 115.878958) (xy 64.796731 115.878955) + (xy 64.79673 115.878949) (xy 64.684055 115.507512) (xy 64.535516 115.148907) (xy 64.352543 114.806588) + (xy 64.136898 114.483852) (xy 63.890657 114.183807) (xy 63.890656 114.183806) (xy 63.890652 114.183801) + (xy 63.616198 113.909347) (xy 63.316153 113.663106) (xy 63.316152 113.663105) (xy 63.316148 113.663102) + (xy 62.993412 113.447457) (xy 62.993407 113.447454) (xy 62.9934 113.44745) (xy 62.6511 113.264487) + (xy 62.651095 113.264485) (xy 62.292489 113.115945) (xy 61.921041 113.003267) (xy 61.92103 113.003264) + (xy 61.540364 112.927547) (xy 61.540347 112.927544) (xy 61.248239 112.898774) (xy 61.154076 112.8895) + (xy 60.765924 112.8895) (xy 60.678836 112.898077) (xy 60.379652 112.927544) (xy 60.379635 112.927547) + (xy 59.998969 113.003264) (xy 59.998958 113.003267) (xy 59.62751 113.115945) (xy 59.268904 113.264485) + (xy 59.268899 113.264487) (xy 58.926599 113.44745) (xy 58.926581 113.447461) (xy 58.60386 113.663096) + (xy 58.603846 113.663106) (xy 58.303801 113.909347) (xy 58.029347 114.183801) (xy 57.783106 114.483846) + (xy 57.783096 114.48386) (xy 57.567461 114.806581) (xy 57.56745 114.806599) (xy 57.384487 115.148899) + (xy 57.384485 115.148904) (xy 57.235945 115.50751) (xy 57.123267 115.878958) (xy 57.123264 115.878969) + (xy 57.047547 116.259635) (xy 57.047544 116.259652) (xy 57.0095 116.645927) (xy 57.0095 117.034072) + (xy 50.8755 117.034072) (xy 50.8755 102.712597) (xy 59.920358 102.712597) (xy 59.920358 105.38946) + (xy 61.931751 105.38946) (xy 61.931751 102.712597) (xy 59.920358 102.712597) (xy 50.8755 102.712597) + (xy 50.8755 96.689512) (xy 57.5095 96.689512) (xy 57.521417 96.81051) (xy 57.542729 97.026901) (xy 57.60887 97.35941) + (xy 57.707284 97.683841) (xy 57.837024 97.99706) (xy 57.837026 97.997065) (xy 57.996831 98.296039) + (xy 57.996842 98.296057) (xy 58.185184 98.57793) (xy 58.185194 98.577944) (xy 58.400269 98.840014) + (xy 58.639985 99.07973) (xy 58.63999 99.079734) (xy 58.639991 99.079735) (xy 58.902061 99.29481) + (xy 59.183949 99.483162) (xy 59.183958 99.483167) (xy 59.18396 99.483168) (xy 59.482934 99.642973) + (xy 59.482936 99.642973) (xy 59.482942 99.642977) (xy 59.79616 99.772716) (xy 60.120586 99.871129) + (xy 60.453096 99.93727) (xy 60.790488 99.9705) (xy 60.790491 99.9705) (xy 61.129509 99.9705) (xy 61.129512 99.9705) + (xy 61.466904 99.93727) (xy 61.799414 99.871129) (xy 62.12384 99.772716) (xy 62.437058 99.642977) + (xy 62.736051 99.483162) (xy 63.017939 99.29481) (xy 63.280009 99.079735) (xy 63.519735 98.840009) + (xy 63.73481 98.577939) (xy 63.923162 98.296051) (xy 64.082977 97.997058) (xy 64.212716 97.68384) + (xy 64.311129 97.359414) (xy 64.37727 97.026904) (xy 64.408081 96.714072) (xy 77.3295 96.714072) + (xy 77.367544 97.100347) (xy 77.367547 97.100364) (xy 77.443264 97.48103) (xy 77.443267 97.481041) + (xy 77.555945 97.852489) (xy 77.704485 98.211095) (xy 77.704487 98.2111) (xy 77.88745 98.5534) (xy 77.887461 98.553418) + (xy 78.103096 98.876139) (xy 78.103106 98.876153) (xy 78.349347 99.176198) (xy 78.623801 99.450652) + (xy 78.623806 99.450656) (xy 78.623807 99.450657) (xy 78.923852 99.696898) (xy 79.246588 99.912543) + (xy 79.246597 99.912548) (xy 79.246599 99.912549) (xy 79.588899 100.095512) (xy 79.588901 100.095512) + (xy 79.588907 100.095516) (xy 79.947512 100.244055) (xy 80.318949 100.35673) (xy 80.318955 100.356731) + (xy 80.318958 100.356732) (xy 80.318969 100.356735) (xy 80.55768 100.404216) (xy 80.699642 100.432454) + (xy 81.085924 100.4705) (xy 81.085927 100.4705) (xy 81.474073 100.4705) (xy 81.474076 100.4705) + (xy 81.860358 100.432454) (xy 82.048788 100.394973) (xy 82.24103 100.356735) (xy 82.241041 100.356732) + (xy 82.241041 100.356731) (xy 82.241051 100.35673) (xy 82.612488 100.244055) (xy 82.971093 100.095516) + (xy 83.313412 99.912543) (xy 83.636148 99.696898) (xy 83.936193 99.450657) (xy 84.210657 99.176193) + (xy 84.456898 98.876148) (xy 84.672543 98.553412) (xy 84.855516 98.211093) (xy 85.004055 97.852488) + (xy 85.11673 97.481051) (xy 85.116732 97.481041) (xy 85.116735 97.48103) (xy 85.154973 97.288788) + (xy 85.192454 97.100358) (xy 85.2305 96.714076) (xy 85.2305 96.325924) (xy 85.192454 95.939642) + (xy 85.140925 95.680586) (xy 85.116735 95.558969) (xy 85.116732 95.558958) (xy 85.116731 95.558955) + (xy 85.11673 95.558949) (xy 85.004055 95.187512) (xy 84.855516 94.828907) (xy 84.810101 94.743942) + (xy 84.672549 94.486599) (xy 84.672548 94.486597) (xy 84.672543 94.486588) (xy 84.456898 94.163852) + (xy 84.210657 93.863807) (xy 84.210656 93.863806) (xy 84.210652 93.863801) (xy 83.936198 93.589347) + (xy 83.636153 93.343106) (xy 83.636152 93.343105) (xy 83.636148 93.343102) (xy 83.313412 93.127457) + (xy 83.313407 93.127454) (xy 83.3134 93.12745) (xy 82.9711 92.944487) (xy 82.971095 92.944485) (xy 82.612489 92.795945) + (xy 82.241041 92.683267) (xy 82.24103 92.683264) (xy 81.860364 92.607547) (xy 81.860347 92.607544) + (xy 81.568239 92.578774) (xy 81.474076 92.5695) (xy 81.085924 92.5695) (xy 80.998836 92.578077) + (xy 80.699652 92.607544) (xy 80.699635 92.607547) (xy 80.318969 92.683264) (xy 80.318958 92.683267) + (xy 79.94751 92.795945) (xy 79.588904 92.944485) (xy 79.588899 92.944487) (xy 79.246599 93.12745) + (xy 79.246581 93.127461) (xy 78.92386 93.343096) (xy 78.923846 93.343106) (xy 78.623801 93.589347) + (xy 78.349347 93.863801) (xy 78.103106 94.163846) (xy 78.103096 94.16386) (xy 77.887461 94.486581) + (xy 77.88745 94.486599) (xy 77.704487 94.828899) (xy 77.704485 94.828904) (xy 77.555945 95.18751) + (xy 77.443267 95.558958) (xy 77.443264 95.558969) (xy 77.367547 95.939635) (xy 77.367544 95.939652) + (xy 77.3295 96.325927) (xy 77.3295 96.714072) (xy 64.408081 96.714072) (xy 64.4105 96.689512) (xy 64.4105 96.350488) + (xy 64.37727 96.013096) (xy 64.311129 95.680586) (xy 64.212716 95.35616) (xy 64.082977 95.042942) + (xy 63.968571 94.828904) (xy 63.923168 94.74396) (xy 63.923167 94.743958) (xy 63.923162 94.743949) + (xy 63.73481 94.462061) (xy 63.519735 94.199991) (xy 63.519734 94.19999) (xy 63.51973 94.199985) + (xy 63.280014 93.960269) (xy 63.017944 93.745194) (xy 63.017943 93.745193) (xy 63.017939 93.74519) + (xy 62.736051 93.556838) (xy 62.736046 93.556835) (xy 62.736039 93.556831) (xy 62.437065 93.397026) + (xy 62.43706 93.397024) (xy 62.123841 93.267284) (xy 61.933382 93.209509) (xy 61.799414 93.168871) + (xy 61.799411 93.16887) (xy 61.79941 93.16887) (xy 61.466901 93.102729) (xy 61.229199 93.079318) + (xy 61.129512 93.0695) (xy 60.790488 93.0695) (xy 60.699738 93.078437) (xy 60.453098 93.102729) + (xy 60.120589 93.16887) (xy 59.796158 93.267284) (xy 59.482939 93.397024) (xy 59.482934 93.397026) + (xy 59.18396 93.556831) (xy 59.183942 93.556842) (xy 58.902069 93.745184) (xy 58.902055 93.745194) + (xy 58.639985 93.960269) (xy 58.400269 94.199985) (xy 58.185194 94.462055) (xy 58.185184 94.462069) + (xy 57.996842 94.743942) (xy 57.996831 94.74396) (xy 57.837026 95.042934) (xy 57.837024 95.042939) + (xy 57.707284 95.356158) (xy 57.60887 95.680589) (xy 57.542729 96.013098) (xy 57.518437 96.259738) + (xy 57.5095 96.350488) (xy 57.5095 96.689512) (xy 50.8755 96.689512) (xy 50.8755 82.392597) (xy 59.920358 82.392597) + (xy 59.920358 85.06946) (xy 61.931751 85.06946) (xy 61.931751 82.392597) (xy 59.920358 82.392597) + (xy 50.8755 82.392597) (xy 50.8755 76.369508) (xy 57.5095 76.369508) (xy 57.542729 76.706901) (xy 57.60887 77.03941) + (xy 57.707284 77.363841) (xy 57.837024 77.67706) (xy 57.837026 77.677065) (xy 57.996831 77.976039) + (xy 57.996842 77.976057) (xy 58.185184 78.25793) (xy 58.185194 78.257944) (xy 58.400269 78.520014) + (xy 58.639985 78.75973) (xy 58.63999 78.759734) (xy 58.639991 78.759735) (xy 58.902061 78.97481) + (xy 59.183949 79.163162) (xy 59.183958 79.163167) (xy 59.18396 79.163168) (xy 59.482934 79.322973) + (xy 59.482936 79.322973) (xy 59.482942 79.322977) (xy 59.79616 79.452716) (xy 60.120586 79.551129) + (xy 60.453096 79.61727) (xy 60.790488 79.6505) (xy 60.790491 79.6505) (xy 61.129509 79.6505) (xy 61.129512 79.6505) + (xy 61.466904 79.61727) (xy 61.799414 79.551129) (xy 62.12384 79.452716) (xy 62.437058 79.322977) + (xy 62.736051 79.163162) (xy 63.017939 78.97481) (xy 63.280009 78.759735) (xy 63.519735 78.520009) + (xy 63.73481 78.257939) (xy 63.923162 77.976051) (xy 64.082977 77.677058) (xy 64.212716 77.36384) + (xy 64.311129 77.039414) (xy 64.37727 76.706904) (xy 64.4105 76.369512) (xy 64.4105 76.030488) (xy 64.37727 75.693096) + (xy 64.311129 75.360586) (xy 64.212716 75.03616) (xy 64.082977 74.722942) (xy 63.923162 74.423949) + (xy 63.73481 74.142061) (xy 63.519735 73.879991) (xy 63.519734 73.87999) (xy 63.51973 73.879985) + (xy 63.280014 73.640269) (xy 63.017944 73.425194) (xy 63.017943 73.425193) (xy 63.017939 73.42519) + (xy 62.736051 73.236838) (xy 62.736046 73.236835) (xy 62.736039 73.236831) (xy 62.437065 73.077026) + (xy 62.43706 73.077024) (xy 62.123841 72.947284) (xy 61.933382 72.889509) (xy 61.799414 72.848871) + (xy 61.799411 72.84887) (xy 61.79941 72.84887) (xy 61.466901 72.782729) (xy 61.229199 72.759318) + (xy 61.129512 72.7495) (xy 60.790488 72.7495) (xy 60.699738 72.758437) (xy 60.453098 72.782729) + (xy 60.120589 72.84887) (xy 59.796158 72.947284) (xy 59.482939 73.077024) (xy 59.482934 73.077026) + (xy 59.18396 73.236831) (xy 59.183942 73.236842) (xy 58.902069 73.425184) (xy 58.902055 73.425194) + (xy 58.639985 73.640269) (xy 58.400269 73.879985) (xy 58.185194 74.142055) (xy 58.185184 74.142069) + (xy 57.996842 74.423942) (xy 57.996831 74.42396) (xy 57.837026 74.722934) (xy 57.837024 74.722939) + (xy 57.707284 75.036158) (xy 57.60887 75.360589) (xy 57.542729 75.693098) (xy 57.5095 76.030491) + (xy 57.5095 76.369508) (xy 50.8755 76.369508) (xy 50.8755 50.9995) (xy 50.895185 50.932461) (xy 50.947989 50.886706) + (xy 50.9995 50.8755) (xy 57.912371 50.8755) + ) + ) + ) + (zone + (net 0) + (net_name "") + (layer "F.Cu") + (uuid "869ec519-9ec9-4ffd-a03e-2457055072de") + (hatch edge 0.5) + (connect_pads + (clearance 0) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (keepout + (tracks not_allowed) + (vias not_allowed) + (pads not_allowed) + (copperpour not_allowed) + (footprints not_allowed) + ) + (fill + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 73.12 152.4) (xy 73.110369 152.596034) (xy 73.08157 152.79018) (xy 73.03388 152.980569) (xy 72.967759 153.165366) + (xy 72.883842 153.342793) (xy 72.782939 153.51114) (xy 72.66602 153.668786) (xy 72.534213 153.814213) + (xy 72.388786 153.94602) (xy 72.23114 154.062939) (xy 72.062793 154.163842) (xy 71.885366 154.247759) + (xy 71.700569 154.31388) (xy 71.51018 154.36157) (xy 71.316034 154.390369) (xy 71.12 154.4) (xy 70.923965 154.390369) + (xy 70.729819 154.36157) (xy 70.53943 154.31388) (xy 70.354633 154.247759) (xy 70.177206 154.163842) + (xy 70.008859 154.062939) (xy 69.851213 153.94602) (xy 69.705786 153.814213) (xy 69.573979 153.668786) + (xy 69.45706 153.51114) (xy 69.356157 153.342793) (xy 69.27224 153.165366) (xy 69.206119 152.980569) + (xy 69.158429 152.79018) (xy 69.12963 152.596034) (xy 69.12 152.4) (xy 69.12963 152.203965) (xy 69.158429 152.009819) + (xy 69.206119 151.81943) (xy 69.27224 151.634633) (xy 69.356157 151.457206) (xy 69.45706 151.288859) + (xy 69.573979 151.131213) (xy 69.705786 150.985786) (xy 69.851213 150.853979) (xy 70.008859 150.73706) + (xy 70.177206 150.636157) (xy 70.354633 150.55224) (xy 70.53943 150.486119) (xy 70.729819 150.438429) + (xy 70.923965 150.40963) (xy 71.12 150.4) (xy 71.316034 150.40963) (xy 71.51018 150.438429) (xy 71.700569 150.486119) + (xy 71.885366 150.55224) (xy 72.062793 150.636157) (xy 72.23114 150.73706) (xy 72.388786 150.853979) + (xy 72.534213 150.985786) (xy 72.66602 151.131213) (xy 72.782939 151.288859) (xy 72.883842 151.457206) + (xy 72.967759 151.634633) (xy 73.03388 151.81943) (xy 73.08157 152.009819) (xy 73.110369 152.203965) + ) + ) + ) +) \ No newline at end of file diff --git a/src/hall/panel/panel.kicad_pro b/src/hall/panel/panel.kicad_pro index b2b89057..a265f835 100644 --- a/src/hall/panel/panel.kicad_pro +++ b/src/hall/panel/panel.kicad_pro @@ -3,6 +3,9 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, "board_outline_line_width": 0.049999999999999996, "copper_line_width": 0.19999999999999998, "copper_text_italic": false, @@ -68,6 +71,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "hole_clearance": "error", "hole_near_hole": "error", @@ -129,9 +133,6 @@ }, "teardrop_options": [ { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 5, - "td_on_pad_in_zone": false, "td_onpadsmd": true, "td_onroundshapesonly": false, "td_ontrackend": false, @@ -140,38 +141,77 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } ], "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -430,8 +470,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "panel.wrl" }, "page_layout_descr_file": "" diff --git a/src/hall/panel/panel.kicad_sch b/src/hall/panel/panel.kicad_sch index dd09273b..04dee93b 100644 --- a/src/hall/panel/panel.kicad_sch +++ b/src/hall/panel/panel.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "1bf83e35-3b86-48f4-8ee0-b3b10127e32e") + (uuid "7f5edc1b-ede4-438e-9c30-57b677c7ce2d") (paper "A4") (title_block (title "pentode vca") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -31,113 +37,179 @@ ) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H1" (at 50.8 45.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN1" (at 50.8 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H2" (at 50.8 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN2" (at 50.8 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H3" (at 50.8 70.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "FDBK" (at 50.8 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H4" (at 50.8 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT" (at 50.8 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H6" (at 101.6 45.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "level" (at 101.6 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H7" (at 101.6 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "bass" (at 101.6 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H8" (at 101.6 70.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "treble" (at 101.6 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H9" (at 101.6 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "mix" (at 101.6 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H10" (at 101.6 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "compress" (at 101.6 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_led_monitor (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_led_monitor (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H11" (at 127 98.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 114.3 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H12" (at 127 111.03 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/kaos/main/main.kicad_sch b/src/kaos/main/main.kicad_sch index 43a58338..71bf7a18 100644 --- a/src/kaos/main/main.kicad_sch +++ b/src/kaos/main/main.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "d25ee76b-0888-4456-9b5f-d74d0b2a8a31") + (uuid "874b1457-57e1-4e7f-8bc5-80e0b8d4e285") (paper "A4") (title_block (title "kaos") @@ -9,14 +9,20 @@ (rev "1") ) (lib_symbols - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_0_1" (polyline (pts @@ -59,16 +65,23 @@ ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -88,13 +101,20 @@ ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -122,21 +142,27 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:R" - (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_0_1" (rectangle (start -1.016 -2.54) @@ -157,13 +183,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -179,21 +212,27 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 0 5.08 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 0 -5.08 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol TL072_1_1 (polyline (pts @@ -253,14 +292,21 @@ ) ) ) - (symbol "Transistor_BJT:BC547" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (symbol "Transistor_BJT:BC547" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "BC547" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "BC547_0_1" (polyline (pts @@ -329,14 +375,21 @@ ) ) ) - (symbol "Transistor_BJT:BC557" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (symbol "Transistor_BJT:BC557" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "BC557" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC556BTA-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC556BTA-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "BC557_0_1" (polyline (pts @@ -397,15 +450,21 @@ ) ) ) - (symbol "Amplifier_Operational:LM13700" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (symbol "Amplifier_Operational:LM13700" (pin_names (offset 0.127)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 3.81 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "LM13700" (at 5.08 -5.08 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "LM13700_1_1" (polyline (pts @@ -697,14 +756,20 @@ ) ) (symbol "Device:C" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_0_1" (polyline (pts @@ -848,13 +913,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -882,20 +954,26 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 1.27 7.62 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_02x05_Odd_Even_1_1" (rectangle (start -1.27 -4.953) @@ -1006,14 +1084,20 @@ ) ) (symbol "Device:C_Polarized" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C_Polarized" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_Polarized_0_1" (rectangle (start -2.286 0.508) @@ -1057,16 +1141,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -1087,45 +1177,69 @@ ) ) (symbol (lib_id "Device:R_Potentiometer") (at 25.4 49.53 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV1" (at 23.38 48.53 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 23.38 50.53 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 25.4 49.53 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "Y" (at 25.4 49.53 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer" (at 25.4 49.53 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 25.4 49.53 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:-15V") (at 25.4 53.34 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 25.4 57.88 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 25.4 45.72 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 25.4 41.18 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 33.02 49.53 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R1" (at 33.02 44.51 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 33.02 46.51 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1133,44 +1247,62 @@ (xy 36.83 67.31) ) (stroke (width 0) (type default)) - (uuid 6b595bc6-92eb-426d-8e69-3abba9c68870) + (uuid 984d5a97-44b1-4ddc-bdfb-80f61a52b82e) ) (junction (at 36.83 67.31) (diameter 0) (color 0 0 0 0) - (uuid 173621e1-0982-49ef-9374-c7055d4f2910) + (uuid b483d9dd-92a3-4b7b-992e-37da09efd7f6) ) (symbol (lib_id "Device:R") (at 33.02 67.31 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R2" (at 33.02 62.290000000000006 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 33.02 64.29 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer") (at 25.4 67.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV2" (at 23.38 66.31 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 23.38 68.31 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Spice_Netlist_Enabled" "Y" (at 25.4 67.31 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer" (at 25.4 67.31 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 25.4 67.31 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 25.4 67.31 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 25.4 71.12 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 25.4 75.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1178,7 +1310,7 @@ (xy 25.4 60.96) ) (stroke (width 0) (type default)) - (uuid d9ee7465-9950-4819-8668-4ce781820178) + (uuid 4a783ca1-597f-4e6f-8c98-2c950893a3bd) ) (wire (pts @@ -1186,10 +1318,10 @@ (xy 22.86 60.96) ) (stroke (width 0) (type default)) - (uuid d2e8e930-1581-4ff5-b31f-27a75ad9d68f) + (uuid 5c8be12d-1025-46cb-b833-f9d76cb494a1) ) (label "CV" (at 22.86 60.96 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 878227ca-79e7-4df4-a3a5-2ea1853f17ff) + (uuid a55c2993-ee23-4f93-a5c2-4aa3bf576f9e) ) (wire (pts @@ -1197,30 +1329,42 @@ (xy 41.91 67.31) ) (stroke (width 0) (type default)) - (uuid 21e77a69-9785-459b-8196-0d261d6c31ae) + (uuid 84f0b1f2-bae1-417a-8df4-4e6fdabda6b1) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 49.53 69.85 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U2" (at 49.53 60.769999999999996 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 49.53 62.769999999999996 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 49.53 69.85 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 49.53 69.85 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 49.53 69.85 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 41.91 72.39 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 41.91 76.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1228,7 +1372,7 @@ (xy 57.15 54.61) ) (stroke (width 0) (type default)) - (uuid 992bb8f0-0b3e-4292-b485-b6ebe49afa78) + (uuid a9bd8c5c-9e75-4ee7-92e9-1173b689b9d9) ) (wire (pts @@ -1236,7 +1380,7 @@ (xy 53.34 54.61) ) (stroke (width 0) (type default)) - (uuid 78352199-4e89-40e4-bdd4-b099f5fafaac) + (uuid 778880f8-f85f-49fa-854e-1c58c817f252) ) (wire (pts @@ -1244,17 +1388,23 @@ (xy 41.91 54.61) ) (stroke (width 0) (type default)) - (uuid d0cdfc4f-a1bf-4fd4-a78e-bf1469d92ced) + (uuid 96d48fd6-2de9-4c1c-b484-49d38aaf8974) ) (symbol (lib_id "Device:R") (at 49.53 54.61 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R3" (at 49.53 49.59 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 49.53 51.59 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1262,17 +1412,17 @@ (xy 41.91 67.31) ) (stroke (width 0) (type default)) - (uuid 55cde8a5-d87c-4a4e-bfe7-9f903063e199) + (uuid b6128492-2c3f-490b-a758-1ac135fc3ba3) ) (junction (at 41.91 67.31) (diameter 0) (color 0 0 0 0) - (uuid 1916fef3-0f36-46d2-953a-65e8eb9bf0e6) + (uuid 34ce2b85-f595-4cf0-be42-b28693fd001e) ) (junction (at 57.15 69.85) (diameter 0) (color 0 0 0 0) - (uuid 07cc3f1d-f1df-41a8-8399-14d4ccd620fd) + (uuid 2ec0198c-2125-4266-9b96-dae74c74f3f1) ) (wire (pts @@ -1280,17 +1430,23 @@ (xy 59.69 69.85) ) (stroke (width 0) (type default)) - (uuid 60615663-5283-4a21-b073-9d408d2da389) + (uuid 7925bce8-5bad-405e-9aad-c9bcc5785476) ) (symbol (lib_id "Device:R") (at 63.5 69.85 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R4" (at 63.5 64.83 -90) (effects (font (size 1.27 1.27)))) (property "Value" "56k" (at 63.5 66.83 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1298,12 +1454,12 @@ (xy 69.85 69.85) ) (stroke (width 0) (type default)) - (uuid 9683e244-9fd6-4ea3-a280-425264f46fa6) + (uuid 598fca6b-1f17-4536-91d6-b6a8f64e378d) ) (junction (at 69.85 69.85) (diameter 0) (color 0 0 0 0) - (uuid c4bf25e9-1a1a-43a8-875b-5c650fa710ef) + (uuid fcb5af0f-5963-4fe4-b0fc-2f2bd950d48f) ) (wire (pts @@ -1311,40 +1467,59 @@ (xy 72.39 69.85) ) (stroke (width 0) (type default)) - (uuid 91fc85c3-4409-41bd-97cc-bca6f94a0a38) + (uuid 45c220f9-152e-4938-96a3-ab29408c78a3) ) (symbol (lib_id "Transistor_BJT:BC547") (at 77.47 69.85 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q1" (at 82.56 68.85 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "BC547" (at 82.56 70.85 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "Q" (at 77.47 69.85 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 77.47 69.85 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "BC846B" (at 77.47 69.85 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Netlist_Enabled" "Y" (at 77.47 69.85 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "Q" (at 77.47 69.85 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "Device:R") (at 69.85 73.66 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R5" (at 71.87 72.66 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "1k" (at 71.87 74.66 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 69.85 77.47 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 69.85 82.01 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1352,31 +1527,43 @@ (xy 80.01 62.23) ) (stroke (width 0) (type default)) - (uuid 7b2fa5ae-f4de-4429-af5c-e23424d07f1a) + (uuid a270ac23-95aa-453b-a85d-8799628f5847) ) (symbol (lib_id "Device:R") (at 76.2 62.23 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R6" (at 76.2 57.21 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 76.2 59.21 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 72.39 62.23 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 72.39 66.77 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 80.01 64.77) (diameter 0) (color 0 0 0 0) - (uuid 81ea73d5-9e5d-4810-9952-6eb22659d0cf) + (uuid 988dc957-ecaa-4e82-82e8-ab04d1eec90a) ) (wire (pts @@ -1384,17 +1571,24 @@ (xy 82.55 64.77) ) (stroke (width 0) (type default)) - (uuid d7020e1e-b344-49c7-b2d5-e2dcba197463) + (uuid 2f18983c-57a8-4bd4-bef4-19406fc5b569) ) (symbol (lib_id "Transistor_BJT:BC557") (at 87.63 64.77 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q2" (at 92.72 63.769999999999996 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "BC557" (at 92.72 65.77 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC556BTA-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC556BTA-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "Q" (at 87.63 64.77 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "BC556B" (at 87.63 64.77 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 87.63 64.77 0) (effects (font (size 1.27 1.27)) hide)) @@ -1405,12 +1599,12 @@ (xy 90.17 74.93) ) (stroke (width 0) (type default)) - (uuid 48bdc118-76d4-45d7-9151-5c8ec61fd41e) + (uuid 6850c813-54a6-4316-b8d5-ac7d579b8f40) ) (junction (at 90.17 74.93) (diameter 0) (color 0 0 0 0) - (uuid e2800159-6474-42ec-a6c8-86dea78ae0d3) + (uuid 517b2e2b-f783-4d91-b32a-40769dcc42f6) ) (wire (pts @@ -1418,7 +1612,7 @@ (xy 80.01 74.93) ) (stroke (width 0) (type default)) - (uuid 4918b9f4-38d8-47c5-ad3c-301bf098136b) + (uuid f02d338b-6bb7-4660-b6d7-9ac706623484) ) (wire (pts @@ -1426,7 +1620,7 @@ (xy 80.01 74.93) ) (stroke (width 0) (type default)) - (uuid d8bd825e-8c26-4438-a8e1-885f07758b7f) + (uuid de763d46-b24f-4837-a00d-09deadd2efeb) ) (wire (pts @@ -1434,7 +1628,7 @@ (xy 95.25 74.93) ) (stroke (width 0) (type default)) - (uuid dc119bfa-429a-4f63-a099-f25b09b20522) + (uuid 767af18e-b52a-43e8-9f8f-bf590dbd2feb) ) (wire (pts @@ -1442,16 +1636,22 @@ (xy 95.25 77.47) ) (stroke (width 0) (type default)) - (uuid eaeddaa2-048a-4de1-8be1-e65182a0795a) + (uuid 4303687c-ad0b-446f-b1ac-8d33b43ea031) ) (symbol (lib_id "power:GND") (at 95.25 77.47 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 95.25 82.01 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1459,17 +1659,23 @@ (xy 90.17 57.15) ) (stroke (width 0) (type default)) - (uuid 1d488e09-88c6-49a7-b3ab-894c56b3798e) + (uuid 5cc4e5ce-a6ab-4bd2-8fde-80086a9daff4) ) (symbol (lib_id "Device:R") (at 90.17 53.34 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R8" (at 92.19 52.34 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "15k" (at 92.19 54.34 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1477,18 +1683,24 @@ (xy 90.17 46.99) ) (stroke (width 0) (type default)) - (uuid b8146dd4-5d6c-4b77-9a73-7a02a398bcc1) + (uuid 0d9ca465-d09d-4b60-8e99-8b007d30e94b) ) (symbol (lib_id "Amplifier_Operational:LM13700") (at 82.55 44.45 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 82.55 35.37 0) (effects (font (size 1.27 1.27)))) (property "Value" "LM13700" (at 82.55 37.37 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 82.55 44.45 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Node_Sequence" "16 15 14 13 12 6 10 9 8 7 11 5 4 3 2 1" (at 82.55 44.45 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "LM13700d" (at 82.55 44.45 0) (effects (font (size 1.27 1.27)) hide)) @@ -1499,16 +1711,22 @@ (xy 72.39 46.99) ) (stroke (width 0) (type default)) - (uuid 0b7befee-9a82-4d74-b138-878298fd8f5a) + (uuid 6452d08a-c60a-4407-8d45-cf496f0948b3) ) (symbol (lib_id "power:GND") (at 72.39 46.99 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 72.39 51.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1516,12 +1734,12 @@ (xy 97.79 44.45) ) (stroke (width 0) (type default)) - (uuid 42741f5f-27a0-44e5-8d67-66ad00e2aabf) + (uuid 47663fb4-3763-491a-986b-738b42cf2140) ) (junction (at 97.79 44.45) (diameter 0) (color 0 0 0 0) - (uuid e8e10e1a-67b8-49a4-9384-5d0ce8ef503f) + (uuid 28cd36bf-c4bb-4ca0-b024-20e06b7fc3f6) ) (wire (pts @@ -1529,45 +1747,63 @@ (xy 102.87 44.45) ) (stroke (width 0) (type default)) - (uuid b2d43abb-d809-46c4-a8da-53722fc4ca69) + (uuid 07a1a83e-4788-4e2b-975c-540909fd34e5) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 110.49 41.91 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 110.49 32.83 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 110.49 34.83 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 110.49 41.91 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 110.49 41.91 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "Device:C") (at 97.79 48.26 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C1" (at 100.82 47.260000000000005 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 100.82 49.260000000000005 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 97.79 52.07 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 97.79 56.61 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 118.11 41.91) (diameter 0) (color 0 0 0 0) - (uuid 409c6e80-aca8-4420-a223-e8712d702445) + (uuid fa7d9109-cbf1-4aee-8bec-17ab2b708b96) ) (wire (pts @@ -1575,7 +1811,7 @@ (xy 118.11 29.21) ) (stroke (width 0) (type default)) - (uuid 4c57f1bf-8dbd-4e91-8fde-b68d73e4a19b) + (uuid a2f2a0b5-db0b-4800-8ab2-8a4f18d9f7e9) ) (wire (pts @@ -1583,7 +1819,7 @@ (xy 102.87 29.21) ) (stroke (width 0) (type default)) - (uuid de0a1cb2-b156-4946-a1e9-84b417a03650) + (uuid 6f7fb79c-75a9-4b7f-af45-12a2cd28f0b6) ) (wire (pts @@ -1591,10 +1827,10 @@ (xy 102.87 39.37) ) (stroke (width 0) (type default)) - (uuid 7eb21db4-f2d0-414a-9c29-dc297290a6f0) + (uuid 1b3b5711-cd7c-49d3-a601-e5ea788b24eb) ) (label "TRIANGLE_1" (at 118.11 41.91 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 34afb934-901a-4072-88dd-37eb99e0c7b7) + (uuid 6d5c4cfb-eaa2-46ed-8f30-7f28f5ebcb9f) ) (wire (pts @@ -1602,17 +1838,23 @@ (xy 120.65 41.91) ) (stroke (width 0) (type default)) - (uuid 1cea80fc-c2e6-47cb-9265-62c63c7c46cc) + (uuid f9ce7a61-5ecf-4eea-9a0b-f904facac246) ) (symbol (lib_id "Device:R") (at 124.46 41.91 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R9" (at 124.46 36.89 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 124.46 38.89 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1620,30 +1862,36 @@ (xy 130.81 41.91) ) (stroke (width 0) (type default)) - (uuid f2f76b59-9ee5-4a9f-a0f0-39afcde5eb60) + (uuid 17a2f11f-0f77-4489-beb4-0a94f1a2eae5) ) (junction (at 130.81 41.91) (diameter 0) (color 0 0 0 0) - (uuid 445a7606-7d3a-4bda-ba83-d950482e37cd) + (uuid 8b2e707f-f86c-46f0-baf1-42b3644cb6e1) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 138.43 44.45 0) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 138.43 35.37 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 138.43 37.37 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 138.43 44.45 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 138.43 44.45 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 146.05 44.45) (diameter 0) (color 0 0 0 0) - (uuid ec6482b4-7aac-4dbb-ba53-a6a88ed1912b) + (uuid 66ee74db-a90a-4145-9ef8-70b2c8aa613e) ) (wire (pts @@ -1651,12 +1899,12 @@ (xy 146.05 31.75) ) (stroke (width 0) (type default)) - (uuid 882d75b0-4259-4121-82ce-a5425eb93937) + (uuid 9a6581fc-922a-4a8e-816a-78716b8e5d78) ) (junction (at 146.05 31.75) (diameter 0) (color 0 0 0 0) - (uuid 670b2f74-9447-44b0-b4a7-6eb27141c30a) + (uuid 7fcbe1b7-32e1-41f1-82b1-e5ab50a6b73c) ) (wire (pts @@ -1664,7 +1912,7 @@ (xy 142.24 31.75) ) (stroke (width 0) (type default)) - (uuid 76539222-29f1-4ba7-99de-8fb599541585) + (uuid 04c3bb40-455d-4aec-8c4c-532b6c4fff91) ) (wire (pts @@ -1672,17 +1920,23 @@ (xy 130.81 31.75) ) (stroke (width 0) (type default)) - (uuid 67c938af-fb2a-479d-bd19-2e9b7a5840b7) + (uuid dba9ca2d-2ac4-47c7-b06e-13a54d0319e5) ) (symbol (lib_id "Device:R") (at 138.43 31.75 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R10" (at 138.43 26.73 -270) (effects (font (size 1.27 1.27)))) (property "Value" "33k" (at 138.43 28.73 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1690,16 +1944,22 @@ (xy 130.81 41.91) ) (stroke (width 0) (type default)) - (uuid df94c8f3-f00f-4acb-aa52-ac7f871252f4) + (uuid 827b3def-b6bd-4ee8-8f0a-c222067ae55c) ) (symbol (lib_id "power:GND") (at 130.81 46.99 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 130.81 51.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1707,10 +1967,10 @@ (xy 148.59 44.45) ) (stroke (width 0) (type default)) - (uuid a3c4122a-08ab-450c-b0d9-a52a0372d89c) + (uuid 3e6fcedf-cc79-419b-bdf7-66b76f4756e6) ) (label "SQUARE_1" (at 148.59 44.45 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 402910ed-c604-4d67-8563-0f2bf9137541) + (uuid c923678c-0e31-48a9-b524-2ccd297f439d) ) (wire (pts @@ -1718,7 +1978,7 @@ (xy 146.05 24.13) ) (stroke (width 0) (type default)) - (uuid f4f9fb1a-a34a-4a39-aa09-cf5265c3973a) + (uuid 06baa466-0fca-44ae-90b2-cef666ed3da3) ) (wire (pts @@ -1726,7 +1986,7 @@ (xy 107.95 24.13) ) (stroke (width 0) (type default)) - (uuid 8c67e319-a95d-4e99-ac94-8efaf3d04b7a) + (uuid 321b3de0-7c5d-49c4-91d5-076a862c7f99) ) (wire (pts @@ -1734,17 +1994,23 @@ (xy 62.23 24.13) ) (stroke (width 0) (type default)) - (uuid d9f9090f-94c3-4f55-aba2-748b88daaa1c) + (uuid 7a2cc74a-f786-4abc-8316-316ce1560dc5) ) (symbol (lib_id "Device:R") (at 104.14 24.13 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R11" (at 104.14 19.11 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 104.14 21.11 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1752,12 +2018,12 @@ (xy 62.23 41.91) ) (stroke (width 0) (type default)) - (uuid a3a22670-d957-4661-ab25-f821f66c9d8b) + (uuid e6f0fa62-e797-4f56-93f8-9b79ba2c0e0e) ) (junction (at 62.23 41.91) (diameter 0) (color 0 0 0 0) - (uuid af87cbd2-b520-491f-93c7-b935bf0e9b6b) + (uuid 7c115d06-b873-451a-b6da-1752ca845228) ) (wire (pts @@ -1765,26 +2031,38 @@ (xy 74.93 41.91) ) (stroke (width 0) (type default)) - (uuid b30ea226-b943-4185-8b10-dd9df6854c10) + (uuid 042b8636-d841-40c5-9d9f-41b8e54a7218) ) (symbol (lib_id "Device:R") (at 62.23 45.72 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R7" (at 64.25 44.72 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "220" (at 64.25 46.72 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 62.23 49.53 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 62.23 54.07 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1792,50 +2070,68 @@ (xy 148.59 44.45) ) (stroke (width 0) (type default)) - (uuid c6713355-99c1-419c-af13-27a578ce2411) + (uuid 9c54ab2f-5bf5-426e-9670-ee6e8094d0fe) ) (symbol (lib_id "Device:R") (at 152.4 44.45 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R12" (at 152.4 39.43 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 152.4 41.43 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 156.21 44.45) (diameter 0) (color 0 0 0 0) - (uuid 1084e890-a911-4a17-80b7-85d27e3b840b) + (uuid f4376bd9-6ab0-4878-aadf-bc7eee6044ba) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 163.83 46.99 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 163.83 37.91 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 163.83 39.91 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 163.83 46.99 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 163.83 46.99 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 163.83 46.99 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 156.21 49.53 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 156.21 54.07 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 171.45 46.99) (diameter 0) (color 0 0 0 0) - (uuid 4a5c1c3e-a0a4-4ad5-9894-d227200aaac7) + (uuid f39092d9-eb35-4932-851e-bd10d6f97834) ) (wire (pts @@ -1843,7 +2139,7 @@ (xy 171.45 34.29) ) (stroke (width 0) (type default)) - (uuid 8e1cd76b-34f5-4914-b0e4-8eb64f3a2905) + (uuid 89bd15df-a6ad-47af-9d90-956d7598efd9) ) (wire (pts @@ -1851,7 +2147,7 @@ (xy 167.64 34.29) ) (stroke (width 0) (type default)) - (uuid 5d65b621-5689-44b5-8351-b8f86080aa79) + (uuid 3b43d0d4-5ddc-4ac1-9ec5-7bb4a25cc67e) ) (wire (pts @@ -1859,17 +2155,23 @@ (xy 156.21 34.29) ) (stroke (width 0) (type default)) - (uuid 6845b06d-45f0-4705-941e-77b5f7c82f9e) + (uuid d9b91e44-ede7-4012-bb33-b418e873641c) ) (symbol (lib_id "Device:R") (at 163.83 34.29 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R14" (at 163.83 29.270000000000003 -270) (effects (font (size 1.27 1.27)))) (property "Value" "18k" (at 163.83 31.270000000000003 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1877,7 +2179,7 @@ (xy 156.21 44.45) ) (stroke (width 0) (type default)) - (uuid 1b55d620-5294-44ee-a3e0-67638507d129) + (uuid 413b40a9-28f8-4782-8552-68d3fa07519b) ) (wire (pts @@ -1885,31 +2187,43 @@ (xy 156.21 34.29) ) (stroke (width 0) (type default)) - (uuid a13778cf-f835-41ad-9088-b11d104b4607) + (uuid c3ea86a8-16a8-4bee-8622-7f7c8cb5b1ee) ) (junction (at 156.21 34.29) (diameter 0) (color 0 0 0 0) - (uuid b1b831c9-2825-43da-a0b0-66456e15dbc2) + (uuid f2d30f00-1233-4ff9-91e5-2afa92c709fa) ) (symbol (lib_id "Device:R") (at 152.4 34.29 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R13" (at 152.4 29.270000000000003 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 152.4 31.270000000000003 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 148.59 34.29 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 148.59 29.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1917,51 +2231,75 @@ (xy 173.99 46.99) ) (stroke (width 0) (type default)) - (uuid ca79ffe2-47b5-44ed-aabc-7106c03ac280) + (uuid 83bc62b3-0ad5-4189-84a6-b526cbf1890d) ) (label "DATA" (at 173.99 46.99 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 128e1e60-bc19-428c-b9c5-8d67cec322df) + (uuid e09e113f-8dc1-494f-bb9e-4b735fdea3e8) ) (symbol (lib_id "Device:R_Potentiometer") (at 25.4 110.49 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV3" (at 23.38 109.49000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 23.38 111.49000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Spice_Netlist_Enabled" "Y" (at 25.4 110.49 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer" (at 25.4 110.49 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 25.4 110.49 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 25.4 110.49 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:-15V") (at 25.4 114.3 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 25.4 118.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 25.4 106.68 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 25.4 102.14 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 33.02 110.49 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R15" (at 33.02 105.47 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 33.02 107.47 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1969,44 +2307,62 @@ (xy 36.83 128.27) ) (stroke (width 0) (type default)) - (uuid ee7a66b2-3c98-4f05-921a-6e8f6b6cfbda) + (uuid 248c4793-71c1-4835-a436-ffb4b93575bb) ) (junction (at 36.83 128.27) (diameter 0) (color 0 0 0 0) - (uuid 626fb6ff-5e0e-4edd-a766-843d4be5c0cd) + (uuid dceffca2-959a-4be3-8fd7-f8d01c78092d) ) (symbol (lib_id "Device:R") (at 33.02 128.27 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R16" (at 33.02 123.25 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 33.02 125.25 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer") (at 25.4 128.27 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV4" (at 23.38 127.27000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 23.38 129.27 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 25.4 128.27 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 25.4 128.27 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer" (at 25.4 128.27 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Netlist_Enabled" "Y" (at 25.4 128.27 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 25.4 132.08 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 25.4 136.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2014,7 +2370,7 @@ (xy 25.4 121.92) ) (stroke (width 0) (type default)) - (uuid 7e0ddc35-0579-4ca8-85ac-d4222aaf35bf) + (uuid f6620700-3cc8-4d0e-bc90-ff228e9c3bc8) ) (wire (pts @@ -2022,10 +2378,10 @@ (xy 22.86 121.92) ) (stroke (width 0) (type default)) - (uuid 2c4e50d9-f30c-422f-89a0-82cb38437957) + (uuid 547bff2e-fe04-45b2-ad6e-a88bbfcdaa3d) ) (label "CV" (at 22.86 121.92 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 73237d03-4446-4cc9-99d8-417f9311e232) + (uuid a3181ec5-b2af-4a0f-b35a-63cec08d1a50) ) (wire (pts @@ -2033,30 +2389,42 @@ (xy 41.91 128.27) ) (stroke (width 0) (type default)) - (uuid 7d789826-02e8-4076-a2c1-3295697fadf7) + (uuid 0f063d8c-b3d6-4907-872f-caccfdab5a6e) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 49.53 130.81 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U2" (at 49.53 121.73 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 49.53 123.73 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 49.53 130.81 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 49.53 130.81 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 49.53 130.81 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 41.91 133.35 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 41.91 137.89 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2064,7 +2432,7 @@ (xy 57.15 115.57) ) (stroke (width 0) (type default)) - (uuid dedf63a8-ecb2-4c9f-836a-e7d64ae45378) + (uuid e13a19b1-6e98-4259-80ef-35caf72221e2) ) (wire (pts @@ -2072,7 +2440,7 @@ (xy 53.34 115.57) ) (stroke (width 0) (type default)) - (uuid 1efdd766-278f-40ee-ba79-2528a84888a4) + (uuid e510f0f7-1846-473e-b8b3-df74eeb2a65d) ) (wire (pts @@ -2080,17 +2448,23 @@ (xy 41.91 115.57) ) (stroke (width 0) (type default)) - (uuid 204c1522-c88b-4c20-9191-d6f269e278df) + (uuid 92de10ce-874c-4d84-9a44-a909c212c41b) ) (symbol (lib_id "Device:R") (at 49.53 115.57 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R17" (at 49.53 110.55 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 49.53 112.55 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2098,17 +2472,17 @@ (xy 41.91 128.27) ) (stroke (width 0) (type default)) - (uuid fd7dd556-ff6a-44fd-aad2-d2255c429270) + (uuid 4d401ebe-b06f-4366-9553-bdd22d37a436) ) (junction (at 41.91 128.27) (diameter 0) (color 0 0 0 0) - (uuid 7544f994-bf6f-461b-bc50-5aaf214ce305) + (uuid 3ba69ad1-7dca-4413-891b-7e81550abf0a) ) (junction (at 57.15 130.81) (diameter 0) (color 0 0 0 0) - (uuid 6a9007e1-6fb5-45ec-922e-11378cfb3cf9) + (uuid 32b89eb9-6c2e-4f39-a443-271ac4a9ea83) ) (wire (pts @@ -2116,17 +2490,23 @@ (xy 59.69 130.81) ) (stroke (width 0) (type default)) - (uuid 9818fbb4-c5bd-403c-a83b-9e8f7c9f8639) + (uuid 067249c7-7f94-4616-a44a-fc31054a1b32) ) (symbol (lib_id "Device:R") (at 63.5 130.81 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R18" (at 63.5 125.78999999999999 -90) (effects (font (size 1.27 1.27)))) (property "Value" "56k" (at 63.5 127.78999999999999 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2134,12 +2514,12 @@ (xy 69.85 130.81) ) (stroke (width 0) (type default)) - (uuid 68fd47d0-ef46-4569-ba56-45cf6450f0fd) + (uuid c0d1d6e1-227d-46b1-aadd-49c6606f065f) ) (junction (at 69.85 130.81) (diameter 0) (color 0 0 0 0) - (uuid d3333538-bf23-4a27-ae13-97133e2f8cf0) + (uuid a592bf06-38aa-4689-a215-1dba694de5a0) ) (wire (pts @@ -2147,40 +2527,59 @@ (xy 72.39 130.81) ) (stroke (width 0) (type default)) - (uuid 24c41010-5ed4-486c-8ee4-1663ff1639d3) + (uuid 0c4137c8-9d79-424d-a21d-49496c242860) ) (symbol (lib_id "Transistor_BJT:BC547") (at 77.47 130.81 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q3" (at 82.56 129.81 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "BC547" (at 82.56 131.81 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 77.47 130.81 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "BC846B" (at 77.47 130.81 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Netlist_Enabled" "Y" (at 77.47 130.81 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "Q" (at 77.47 130.81 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "Device:R") (at 69.85 134.62 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R19" (at 71.87 133.62 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "1k" (at 71.87 135.62 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 69.85 138.43 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 69.85 142.97 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2188,31 +2587,43 @@ (xy 80.01 123.19) ) (stroke (width 0) (type default)) - (uuid 9a680e2b-66f2-4200-8ed6-ebb909b24cda) + (uuid fc440248-ec88-40bd-aee6-6208668285bf) ) (symbol (lib_id "Device:R") (at 76.2 123.19 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R20" (at 76.2 118.17 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 76.2 120.17 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 72.39 123.19 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 72.39 127.73 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 80.01 125.73) (diameter 0) (color 0 0 0 0) - (uuid 3e761128-8263-44cf-9d53-9c2897c8454e) + (uuid 77b6574a-268e-4728-be97-514283752c6f) ) (wire (pts @@ -2220,20 +2631,27 @@ (xy 82.55 125.73) ) (stroke (width 0) (type default)) - (uuid dba77ca0-c47b-4c49-832b-a4191c70b52e) + (uuid 38e37cf7-26c5-4528-a248-2028c23c6454) ) (symbol (lib_id "Transistor_BJT:BC557") (at 87.63 125.73 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q4" (at 92.72 124.73 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "BC557" (at 92.72 126.73 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC556BTA-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Netlist_Enabled" "Y" (at 87.63 125.73 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC556BTA-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "BC556B" (at 87.63 125.73 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "Q" (at 87.63 125.73 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Netlist_Enabled" "Y" (at 87.63 125.73 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -2241,12 +2659,12 @@ (xy 90.17 135.89) ) (stroke (width 0) (type default)) - (uuid 1d6c0fe0-5d2b-434d-a21b-de37c5a52039) + (uuid 440e5afd-d74b-4dc9-b979-b9b453d0b2a5) ) (junction (at 90.17 135.89) (diameter 0) (color 0 0 0 0) - (uuid bf16603a-cc44-4ba4-8aba-45a0296ea0f4) + (uuid 556b5c63-a3ac-4c74-bf0f-b568d913a682) ) (wire (pts @@ -2254,7 +2672,7 @@ (xy 80.01 135.89) ) (stroke (width 0) (type default)) - (uuid a314acaf-782d-4725-95eb-575175b21556) + (uuid 33731302-de2e-4334-b18e-43939e44783c) ) (wire (pts @@ -2262,7 +2680,7 @@ (xy 80.01 135.89) ) (stroke (width 0) (type default)) - (uuid 8638dcde-4a8c-4e31-8307-27ba2d060c35) + (uuid 04e74e3d-33d6-42a1-9dd8-ebcb066c8c57) ) (wire (pts @@ -2270,7 +2688,7 @@ (xy 95.25 135.89) ) (stroke (width 0) (type default)) - (uuid 97f8cf5e-024d-4141-8d2c-fa544b1a5ab4) + (uuid 5686d9fa-9c62-4037-9913-411693079503) ) (wire (pts @@ -2278,16 +2696,22 @@ (xy 95.25 138.43) ) (stroke (width 0) (type default)) - (uuid fcfdf60c-d173-454a-aacb-bfab0b15248f) + (uuid d90aff20-6e3d-4dac-a77a-2a139824ebbe) ) (symbol (lib_id "power:GND") (at 95.25 138.43 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 95.25 142.97 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2295,17 +2719,23 @@ (xy 90.17 118.11) ) (stroke (width 0) (type default)) - (uuid 96c6b395-489e-449d-804d-565172309f68) + (uuid a42e9c75-4d2e-4a37-b868-d7799e59efeb) ) (symbol (lib_id "Device:R") (at 90.17 114.3 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R22" (at 92.19 113.3 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "15k" (at 92.19 115.3 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2313,18 +2743,24 @@ (xy 90.17 107.95) ) (stroke (width 0) (type default)) - (uuid 3e509795-bd61-477f-838f-0c45b82bd9fc) + (uuid 58219626-99f3-400f-8ee5-3a66c1e78ee8) ) (symbol (lib_id "Amplifier_Operational:LM13700") (at 82.55 105.41 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 82.55 96.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "LM13700" (at 82.55 98.33 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "LM13700d" (at 82.55 105.41 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Node_Sequence" "16 15 14 13 12 6 10 9 8 7 11 5 4 3 2 1" (at 82.55 105.41 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 82.55 105.41 0) (effects (font (size 1.27 1.27)) hide)) @@ -2335,16 +2771,22 @@ (xy 72.39 107.95) ) (stroke (width 0) (type default)) - (uuid 83a5bfca-f859-4dec-95f5-9c0b4c6a1020) + (uuid 5d70db39-b57b-4ff2-b6a8-3833ab81913a) ) (symbol (lib_id "power:GND") (at 72.39 107.95 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 72.39 112.49 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2352,12 +2794,12 @@ (xy 97.79 105.41) ) (stroke (width 0) (type default)) - (uuid e6a691d7-3833-4ceb-bcc3-ca734871bad5) + (uuid f2706f14-f751-44c8-b2c9-d103d9a77b73) ) (junction (at 97.79 105.41) (diameter 0) (color 0 0 0 0) - (uuid 47762cef-b160-4b3a-9466-bebf124fb512) + (uuid 25042907-3183-4e1b-9279-efacdd177aa1) ) (wire (pts @@ -2365,45 +2807,63 @@ (xy 102.87 105.41) ) (stroke (width 0) (type default)) - (uuid 3d1076a3-17de-44d4-af23-83738ac3d65c) + (uuid e3494540-6ccc-47e3-b8a6-42fd32f523d9) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 110.49 102.87 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 110.49 93.79 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 110.49 95.79 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 110.49 102.87 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 110.49 102.87 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "Device:C") (at 97.79 109.22 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C2" (at 100.82 108.22 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 100.82 110.22 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 97.79 113.03 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 97.79 117.57 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 118.11 102.87) (diameter 0) (color 0 0 0 0) - (uuid b996c74b-5794-43f4-be02-bf9f70ecaa47) + (uuid a5dba09f-2225-4e12-93af-fdcbfc9d1bcd) ) (wire (pts @@ -2411,7 +2871,7 @@ (xy 118.11 90.17) ) (stroke (width 0) (type default)) - (uuid abcec076-ec26-41c6-81a7-0bb3975f97ae) + (uuid cf986151-d859-4ac4-8021-4b803654c5e3) ) (wire (pts @@ -2419,7 +2879,7 @@ (xy 102.87 90.17) ) (stroke (width 0) (type default)) - (uuid dde9bcaf-6245-4946-a22e-983d09791d92) + (uuid c0e0e5ba-2ed7-47d9-a9b3-5c4f3d8a012e) ) (wire (pts @@ -2427,10 +2887,10 @@ (xy 102.87 100.33) ) (stroke (width 0) (type default)) - (uuid 72ec8e0c-1c5f-4dfc-b562-1cb0598788d7) + (uuid 8152a6ce-9d7e-4636-ba74-0304e9b0e6c6) ) (label "TRIANGLE_2" (at 118.11 102.87 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid dcf8b70b-d67a-40a9-b35e-aac7d66a6e06) + (uuid d11e0b31-febd-42d5-92e1-45690756183e) ) (wire (pts @@ -2438,17 +2898,23 @@ (xy 120.65 102.87) ) (stroke (width 0) (type default)) - (uuid d5015972-6438-47b6-adf6-c14f2573b276) + (uuid faf09eca-7a33-47c6-b7d9-feb5c36e5c40) ) (symbol (lib_id "Device:R") (at 124.46 102.87 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R23" (at 124.46 97.85 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 124.46 99.85 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2456,30 +2922,36 @@ (xy 130.81 102.87) ) (stroke (width 0) (type default)) - (uuid a907a054-b86c-4832-93bd-c07317946468) + (uuid e7a1535d-62dd-4606-8c5a-79990a2d608d) ) (junction (at 130.81 102.87) (diameter 0) (color 0 0 0 0) - (uuid e78a022a-c8d3-49b9-8ec8-f66cce9bbe85) + (uuid facef7c4-cb54-4184-aa80-663a2734cb18) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 138.43 105.41 0) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 138.43 96.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 138.43 98.33 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 138.43 105.41 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 138.43 105.41 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 146.05 105.41) (diameter 0) (color 0 0 0 0) - (uuid eb47544b-c5d9-48a1-a6b2-831dafb78153) + (uuid c439f4a3-b5cd-4f4f-bf14-4b274ed23dbc) ) (wire (pts @@ -2487,12 +2959,12 @@ (xy 146.05 92.71) ) (stroke (width 0) (type default)) - (uuid 3edf7e84-ccf8-47a5-a729-3396184cbe64) + (uuid aa62ab50-c59b-4fa0-a9b6-97157b0b5f49) ) (junction (at 146.05 92.71) (diameter 0) (color 0 0 0 0) - (uuid 9556d6b8-8ebc-434c-822c-f1814541a541) + (uuid bd941d55-1c33-4c56-ae45-82d87eeac420) ) (wire (pts @@ -2500,7 +2972,7 @@ (xy 142.24 92.71) ) (stroke (width 0) (type default)) - (uuid 6a9b11b5-9be2-42ca-b3c0-c84a4bffef5a) + (uuid 092386a1-c7a1-4223-b966-582b46cd30fb) ) (wire (pts @@ -2508,17 +2980,23 @@ (xy 130.81 92.71) ) (stroke (width 0) (type default)) - (uuid baf79491-65bc-4baf-99ee-0113cf55f5d3) + (uuid 4fb9e251-7da5-4956-9f3c-2f67f0aa41d5) ) (symbol (lib_id "Device:R") (at 138.43 92.71 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R24" (at 138.43 87.69 -270) (effects (font (size 1.27 1.27)))) (property "Value" "33k" (at 138.43 89.69 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2526,16 +3004,22 @@ (xy 130.81 102.87) ) (stroke (width 0) (type default)) - (uuid 17c8f4e2-1d56-4b98-a643-c6177220e07e) + (uuid 2dcc504d-a0f7-4624-9875-84ebf951f323) ) (symbol (lib_id "power:GND") (at 130.81 107.95 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 130.81 112.49 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2543,10 +3027,10 @@ (xy 148.59 105.41) ) (stroke (width 0) (type default)) - (uuid 4d7175cc-c01a-49e8-a526-030131a5f94b) + (uuid b3a22b94-b312-46c6-bf5e-94ad17474c2a) ) (label "SQUARE_2" (at 148.59 105.41 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 45fb39b9-5b80-4a4e-af3c-e5a48d904001) + (uuid 0ec8fe76-2ff5-49e8-941d-295d506a926c) ) (wire (pts @@ -2554,7 +3038,7 @@ (xy 146.05 85.09) ) (stroke (width 0) (type default)) - (uuid 8338d960-9aac-40f3-b9dd-37b31230d563) + (uuid ac3470a8-446a-4464-8676-d76ef943208c) ) (wire (pts @@ -2562,7 +3046,7 @@ (xy 107.95 85.09) ) (stroke (width 0) (type default)) - (uuid ab975666-0f9a-4c5b-915d-659f1fefc72d) + (uuid 6db056d5-5963-4f92-94b4-1268b72eb633) ) (wire (pts @@ -2570,17 +3054,23 @@ (xy 62.23 85.09) ) (stroke (width 0) (type default)) - (uuid 7b1d532a-c62c-48e6-9700-bf1ff8df978d) + (uuid 8e97908e-2397-45b9-a11f-b792a72480b0) ) (symbol (lib_id "Device:R") (at 104.14 85.09 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R25" (at 104.14 80.07 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 104.14 82.07 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2588,12 +3078,12 @@ (xy 62.23 102.87) ) (stroke (width 0) (type default)) - (uuid 5c1c8441-c36c-40ea-a67e-9dca531b4c10) + (uuid 84bae0d0-f599-4902-8295-4b0e09e61ca4) ) (junction (at 62.23 102.87) (diameter 0) (color 0 0 0 0) - (uuid 0f7bf09c-0d25-4bdb-9d47-3fc54d2c3983) + (uuid b88dd232-8300-4020-b9b4-7ffeeb824695) ) (wire (pts @@ -2601,26 +3091,38 @@ (xy 74.93 102.87) ) (stroke (width 0) (type default)) - (uuid 495058fe-0e55-4d0a-ba0c-169daba61c13) + (uuid 4fc01626-c1a8-4b78-a8b6-e09e9d9aeb36) ) (symbol (lib_id "Device:R") (at 62.23 106.68 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R21" (at 64.25 105.68 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "220" (at 64.25 107.68 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 62.23 110.49 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 62.23 115.03 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2628,50 +3130,68 @@ (xy 148.59 105.41) ) (stroke (width 0) (type default)) - (uuid 47ddd8de-5edc-489a-b7cd-69498e05da0e) + (uuid 13e33481-d314-4b00-a8ee-5c4a64a612c5) ) (symbol (lib_id "Device:R") (at 152.4 105.41 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R26" (at 152.4 100.39 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 152.4 102.39 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 156.21 105.41) (diameter 0) (color 0 0 0 0) - (uuid f08c6ea1-0fcb-42fb-a121-9e2fb49b35a5) + (uuid 0ad4e672-8852-4ed5-a629-813323d10d96) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 163.83 107.95 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 163.83 98.87 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 163.83 100.87 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 163.83 107.95 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 163.83 107.95 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 156.21 110.49 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 156.21 115.03 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 171.45 107.95) (diameter 0) (color 0 0 0 0) - (uuid 55878f3a-77f9-446e-9555-a428ae21405e) + (uuid 04390f64-2ec9-4317-b671-71902cdecede) ) (wire (pts @@ -2679,7 +3199,7 @@ (xy 171.45 95.25) ) (stroke (width 0) (type default)) - (uuid afc94f67-3aeb-4daa-a1de-9404c5a5d444) + (uuid 7887c116-68d7-4bae-a443-53be2cb30edd) ) (wire (pts @@ -2687,7 +3207,7 @@ (xy 167.64 95.25) ) (stroke (width 0) (type default)) - (uuid 92c891c1-0246-42e9-b5e4-c475d175e518) + (uuid c7392409-1717-45cd-9a9f-c94658ab7df5) ) (wire (pts @@ -2695,17 +3215,23 @@ (xy 156.21 95.25) ) (stroke (width 0) (type default)) - (uuid a39b24a0-caa7-4dee-9dea-110fb545a0a3) + (uuid 7ef38b01-8ddb-46dc-a233-719722d6212b) ) (symbol (lib_id "Device:R") (at 163.83 95.25 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R28" (at 163.83 90.23 -270) (effects (font (size 1.27 1.27)))) (property "Value" "18k" (at 163.83 92.23 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2713,7 +3239,7 @@ (xy 156.21 105.41) ) (stroke (width 0) (type default)) - (uuid 44375123-0a9a-4ed1-afd1-413aa327e5cf) + (uuid d3594cf6-346b-490d-bedc-dfcf3a544e77) ) (wire (pts @@ -2721,31 +3247,43 @@ (xy 156.21 95.25) ) (stroke (width 0) (type default)) - (uuid 425a9c96-8547-4224-8e82-70765260c21e) + (uuid 95136c42-8231-4548-8053-e0d3ac313cd5) ) (junction (at 156.21 95.25) (diameter 0) (color 0 0 0 0) - (uuid faf8ccb7-c323-4fbf-8eed-97c7221c8329) + (uuid 7f189912-75dc-4069-a795-2ad083492696) ) (symbol (lib_id "Device:R") (at 152.4 95.25 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R27" (at 152.4 90.23 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 152.4 92.23 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 148.59 95.25 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 148.59 90.71 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2753,13 +3291,13 @@ (xy 173.99 107.95) ) (stroke (width 0) (type default)) - (uuid d626f2b1-9b0c-46c6-842a-9137870ce93d) + (uuid dc854eda-d063-404f-8d45-6a9b2cd50021) ) (label "CLOCK" (at 173.99 107.95 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 317d65ab-b9be-4bd9-a9fd-838a7f9bfe24) + (uuid 7dd6498d-fbef-4067-9da5-f904f0129c20) ) (label "V0" (at 203.2 25.4 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 193c3853-d06e-4408-b107-cca1a26fdd1d) + (uuid 41bc316d-813b-458a-baad-ec0fe9f63e84) ) (wire (pts @@ -2767,20 +3305,26 @@ (xy 226.06 25.4) ) (stroke (width 0) (type default)) - (uuid 6c88dc26-3809-4165-b34e-86a79302dcb4) + (uuid 203e2338-9d27-4c89-bcf0-e366cef579fb) ) (symbol (lib_id "Device:R") (at 229.87 25.4 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R29" (at 229.87 20.38 -90) (effects (font (size 1.27 1.27)))) (property "Value" "30k" (at 229.87 22.38 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "V1" (at 203.2 27.94 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 08a3ab84-6957-4ba1-ac27-f040194b0098) + (uuid 7736a1cc-3fa1-429a-b213-37a344a4e9a5) ) (wire (pts @@ -2788,7 +3332,7 @@ (xy 223.52 27.94) ) (stroke (width 0) (type default)) - (uuid 2633f7d4-c561-47db-a1aa-143db48f1e00) + (uuid 035076d2-aa46-4ada-bd6a-8834636a0e6c) ) (wire (pts @@ -2796,7 +3340,7 @@ (xy 223.52 33.02) ) (stroke (width 0) (type default)) - (uuid e2e289e1-62c9-429b-867e-3018c0cbb055) + (uuid aba432af-7255-472a-bb10-765754ac695b) ) (wire (pts @@ -2804,17 +3348,23 @@ (xy 226.06 33.02) ) (stroke (width 0) (type default)) - (uuid b2de9cc5-a96d-4e47-90b3-09440d4b1ac6) + (uuid cdd1cec1-9f8a-47b7-95c5-e02fe5e24dc5) ) (symbol (lib_id "Device:R") (at 229.87 33.02 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R31" (at 229.87 28 -90) (effects (font (size 1.27 1.27)))) (property "Value" "30k" (at 229.87 30 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2822,25 +3372,31 @@ (xy 236.22 25.4) ) (stroke (width 0) (type default)) - (uuid d40ba3c9-e520-47e1-be1e-f78000a045bf) + (uuid b35fca8f-20d0-4c50-80fe-6923eca11ef1) ) (symbol (lib_id "Device:R") (at 236.22 29.21 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R30" (at 238.24 28.21 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 238.24 30.21 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 33.02) (diameter 0) (color 0 0 0 0) - (uuid e1a91d46-2201-411b-b178-d328d9340eb3) + (uuid 8b49ed00-df27-41d2-a443-47d4893cc08d) ) (label "V2" (at 203.2 30.48 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid b8a6e122-39ec-4949-85ff-2ef96edaea44) + (uuid 1c499b52-f7e5-4b72-aeda-45578be12851) ) (wire (pts @@ -2848,7 +3404,7 @@ (xy 220.98 30.48) ) (stroke (width 0) (type default)) - (uuid a834440c-7528-4fd5-94d9-1cb124a3329e) + (uuid dece53d1-3031-4848-96bb-9ad5db357420) ) (wire (pts @@ -2856,7 +3412,7 @@ (xy 220.98 40.64) ) (stroke (width 0) (type default)) - (uuid 28dccb58-23ff-4ce8-acf6-e547639352fd) + (uuid 6a9ddb0d-e12a-45de-b26b-fab54ea1d001) ) (wire (pts @@ -2864,17 +3420,23 @@ (xy 226.06 40.64) ) (stroke (width 0) (type default)) - (uuid 49424177-898b-4783-9478-bb2c781c415e) + (uuid 2a17f4f3-b947-4215-ac05-d9bd09bffba6) ) (symbol (lib_id "Device:R") (at 229.87 40.64 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R33" (at 229.87 35.62 -90) (effects (font (size 1.27 1.27)))) (property "Value" "30k" (at 229.87 37.62 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2882,25 +3444,31 @@ (xy 236.22 33.02) ) (stroke (width 0) (type default)) - (uuid eebb62f6-3021-4b92-9ba9-f6efb6ed479e) + (uuid 07c62550-473f-4069-98a0-08ea4505247c) ) (symbol (lib_id "Device:R") (at 236.22 36.83 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R32" (at 238.24 35.83 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 238.24 37.83 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 40.64) (diameter 0) (color 0 0 0 0) - (uuid f1a1e2d7-4a9d-44a1-81e5-769407d4e721) + (uuid c9049cee-75a9-484f-a4fd-a6d51a752c46) ) (label "V3" (at 203.2 33.02 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5ed10b66-4e7c-4034-bfed-da09a4fc1753) + (uuid cd0805b1-c3c9-4f06-9c0e-63cde6ede38d) ) (wire (pts @@ -2908,7 +3476,7 @@ (xy 218.44 33.02) ) (stroke (width 0) (type default)) - (uuid 0d4c87a5-270d-4918-ac47-e7576fcb50e4) + (uuid 89965af3-2aa9-499e-b6fc-b919d20048b3) ) (wire (pts @@ -2916,7 +3484,7 @@ (xy 218.44 48.26) ) (stroke (width 0) (type default)) - (uuid cd751fac-e1f1-4f3b-bc71-9328f481d223) + (uuid b0c86cdb-f36b-4694-86f2-2ac5bf63e443) ) (wire (pts @@ -2924,17 +3492,23 @@ (xy 226.06 48.26) ) (stroke (width 0) (type default)) - (uuid 769de5a7-8aa8-47f2-97f9-54b40d0d3a95) + (uuid aa5afafb-a753-45ec-9834-ecef497182fd) ) (symbol (lib_id "Device:R") (at 229.87 48.26 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R35" (at 229.87 43.24 -90) (effects (font (size 1.27 1.27)))) (property "Value" "30k" (at 229.87 45.24 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2942,25 +3516,31 @@ (xy 236.22 40.64) ) (stroke (width 0) (type default)) - (uuid 206037ba-2f22-4234-90ae-80b42484f713) + (uuid 4f2a46ce-0cac-46a8-9aee-b558d74b71e2) ) (symbol (lib_id "Device:R") (at 236.22 44.45 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R34" (at 238.24 43.45 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 238.24 45.45 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 48.26) (diameter 0) (color 0 0 0 0) - (uuid a7c53c99-e81e-4a32-9f1b-5593073e5919) + (uuid 90d3a1fa-1407-4e08-8c2e-f623a3cdb543) ) (label "V4" (at 203.2 35.56 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid c90fad9a-e223-49ec-ba35-6451a36e2530) + (uuid f8e189f9-4e48-4967-895a-99fd151f782f) ) (wire (pts @@ -2968,7 +3548,7 @@ (xy 215.9 35.56) ) (stroke (width 0) (type default)) - (uuid e8502166-f28a-44f7-b982-442a23482db2) + (uuid 3bad2aa4-8d5f-49dd-b486-eff4fd8fe957) ) (wire (pts @@ -2976,7 +3556,7 @@ (xy 215.9 55.88) ) (stroke (width 0) (type default)) - (uuid 206625cf-91bf-4e0f-b67b-8d929e4cc659) + (uuid 4eed2c5f-c5e7-4835-a548-e821a3dfd5b1) ) (wire (pts @@ -2984,17 +3564,23 @@ (xy 226.06 55.88) ) (stroke (width 0) (type default)) - (uuid ddda92e9-316f-4071-a6fa-caf35a1f038e) + (uuid 5f5be9cb-47bf-4df0-8ffa-1b242f192e99) ) (symbol (lib_id "Device:R") (at 229.87 55.88 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R37" (at 229.87 50.86 -90) (effects (font (size 1.27 1.27)))) (property "Value" "30k" (at 229.87 52.86 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3002,25 +3588,31 @@ (xy 236.22 48.26) ) (stroke (width 0) (type default)) - (uuid d5adbc67-8c22-407a-9fa0-114532bda61f) + (uuid 4fc9455b-26b3-40ca-aaa0-217476439c11) ) (symbol (lib_id "Device:R") (at 236.22 52.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R36" (at 238.24 51.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 238.24 53.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 55.88) (diameter 0) (color 0 0 0 0) - (uuid 8cf8bdbe-5955-42c7-85a1-c0ed0c30ba67) + (uuid 317affc6-ccd1-4169-b100-d62ac6b72ac8) ) (label "V5" (at 203.2 38.1 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid ca5ec0f3-6fd0-43c0-97a8-9cfd161ced49) + (uuid dcf60eec-91bd-4720-8451-e08b2a8346bc) ) (wire (pts @@ -3028,7 +3620,7 @@ (xy 213.36 38.1) ) (stroke (width 0) (type default)) - (uuid d93bb54f-e74f-41d4-b099-db79df3698a3) + (uuid 65e783c9-22f8-43d3-a538-e28b840baa86) ) (wire (pts @@ -3036,7 +3628,7 @@ (xy 213.36 63.5) ) (stroke (width 0) (type default)) - (uuid 5e1bb59f-d7cf-479d-8c8f-1aba5f0bc4cd) + (uuid 6a66f16d-054c-4205-aa93-9ca8a4acd41b) ) (wire (pts @@ -3044,17 +3636,23 @@ (xy 226.06 63.5) ) (stroke (width 0) (type default)) - (uuid c5705b15-ea0c-48a1-89b1-695677f7a627) + (uuid ef70448f-44f1-4840-9206-15c9d97f8672) ) (symbol (lib_id "Device:R") (at 229.87 63.5 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R39" (at 229.87 58.48 -90) (effects (font (size 1.27 1.27)))) (property "Value" "30k" (at 229.87 60.48 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3062,25 +3660,31 @@ (xy 236.22 55.88) ) (stroke (width 0) (type default)) - (uuid c19383fc-0b59-403b-83fa-0056bcb1c6ec) + (uuid e6311e7b-4bd4-4534-9a77-8fd3de0d3038) ) (symbol (lib_id "Device:R") (at 236.22 59.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R38" (at 238.24 58.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 238.24 60.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 63.5) (diameter 0) (color 0 0 0 0) - (uuid fa15e57f-fdff-4c4a-bae4-241b575066d3) + (uuid 423b0966-5baf-4369-b35f-6f41fbba7ca7) ) (label "V6" (at 203.2 40.64 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 1b132f5c-a389-478c-99e2-6ec984ee2eb0) + (uuid faaf4055-4d3b-4f6e-870d-882d08550f6b) ) (wire (pts @@ -3088,7 +3692,7 @@ (xy 210.82 40.64) ) (stroke (width 0) (type default)) - (uuid e3d1f362-db5a-4a60-bff6-42368e531533) + (uuid c8622c32-bf48-4e1d-af09-0ef7b6be12ef) ) (wire (pts @@ -3096,7 +3700,7 @@ (xy 210.82 71.12) ) (stroke (width 0) (type default)) - (uuid ee81be84-1993-4d56-ab03-176313d5babc) + (uuid 9ed20e71-9ffa-4902-aff9-778025f06763) ) (wire (pts @@ -3104,17 +3708,23 @@ (xy 226.06 71.12) ) (stroke (width 0) (type default)) - (uuid 1c5bdb5e-10ca-4681-86cd-e47263a03981) + (uuid d9286234-0301-4f40-b651-90421ca748eb) ) (symbol (lib_id "Device:R") (at 229.87 71.12 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R41" (at 229.87 66.1 -90) (effects (font (size 1.27 1.27)))) (property "Value" "30k" (at 229.87 68.1 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3122,25 +3732,31 @@ (xy 236.22 63.5) ) (stroke (width 0) (type default)) - (uuid 4badce82-cb15-4130-aaba-76bb0c010522) + (uuid a3af8f49-c18b-4981-9b5d-3b3c982532bf) ) (symbol (lib_id "Device:R") (at 236.22 67.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R40" (at 238.24 66.31 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 238.24 68.31 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 71.12) (diameter 0) (color 0 0 0 0) - (uuid cc64380c-816d-470b-9eba-03fa74d3ea20) + (uuid 033b59e0-8ba8-473e-a625-fc4d315c0b4b) ) (label "V7" (at 203.2 43.18 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 534f5f53-87fb-4d0a-a0b7-8972aec7195d) + (uuid 69237245-2c26-421e-8dc0-58ac9b1e79f9) ) (wire (pts @@ -3148,7 +3764,7 @@ (xy 208.28 43.18) ) (stroke (width 0) (type default)) - (uuid 1bccdbc5-0186-49c5-9f20-fe7b797caf1f) + (uuid 71ae206d-e319-43cf-809b-20f0639d514a) ) (wire (pts @@ -3156,7 +3772,7 @@ (xy 208.28 78.74) ) (stroke (width 0) (type default)) - (uuid b373e441-e7a5-4911-9ad6-5fb438e28875) + (uuid 36a2a302-6851-4cec-b54e-d37b1db92601) ) (wire (pts @@ -3164,17 +3780,23 @@ (xy 226.06 78.74) ) (stroke (width 0) (type default)) - (uuid e1de9c2a-0ded-4f15-bcdc-74bfb1f6677a) + (uuid 190295d7-32af-4136-b13f-99d1c939acfa) ) (symbol (lib_id "Device:R") (at 229.87 78.74 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R43" (at 229.87 73.72 -90) (effects (font (size 1.27 1.27)))) (property "Value" "30k" (at 229.87 75.72 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3182,22 +3804,28 @@ (xy 236.22 71.12) ) (stroke (width 0) (type default)) - (uuid 244343ec-4f44-4276-93b6-d83c2fa8d48c) + (uuid e1cfe27b-3b0b-4bb8-b125-962f3bf829c2) ) (symbol (lib_id "Device:R") (at 236.22 74.93 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R42" (at 238.24 73.93 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 238.24 75.93 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 78.74) (diameter 0) (color 0 0 0 0) - (uuid b7affaa4-27e0-4d71-9f18-64385a7b72ea) + (uuid bc1c293d-6e65-439e-b36b-02044dee9225) ) (wire (pts @@ -3205,31 +3833,43 @@ (xy 236.22 78.74) ) (stroke (width 0) (type default)) - (uuid 9cc32868-8552-4a2b-a951-1e71d3b8c649) + (uuid bddf2d76-dd8a-44b7-bed6-f3768145c885) ) (symbol (lib_id "Device:R") (at 236.22 82.55 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R44" (at 238.24 81.55 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "15k" (at 238.24 83.55 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 236.22 86.36 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 236.22 90.9 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 236.22 25.4) (diameter 0) (color 0 0 0 0) - (uuid 5b55b307-f283-469a-934e-90bbb2b8e4d6) + (uuid 49efb2e3-374e-459d-b9c1-8144919a065a) ) (wire (pts @@ -3237,26 +3877,32 @@ (xy 246.38 25.4) ) (stroke (width 0) (type default)) - (uuid c6e357a1-b178-4a8f-8d7e-5530416c961d) + (uuid e428b4ef-b2c9-48b4-a935-2cdf7f142ec3) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 254 27.94 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U6" (at 254 18.86 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 254 20.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 254 27.94 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 254 27.94 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 254 27.94 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 261.62 27.94) (diameter 0) (color 0 0 0 0) - (uuid f583d5e9-b8e5-4e61-8321-0bbcadb724c9) + (uuid fd769785-704d-4082-83e5-24f87a3c0c86) ) (wire (pts @@ -3264,7 +3910,7 @@ (xy 261.62 15.24) ) (stroke (width 0) (type default)) - (uuid 0be7f42f-8a4d-4951-b33f-d586b8e2a411) + (uuid a2eb083d-3222-4054-9f99-29ef7cc96a38) ) (wire (pts @@ -3272,7 +3918,7 @@ (xy 257.81 15.24) ) (stroke (width 0) (type default)) - (uuid 77f5b2fc-b088-41b9-8a2d-a0e0273354b5) + (uuid 7f8d9326-047e-4391-9989-597344069b53) ) (wire (pts @@ -3280,17 +3926,23 @@ (xy 246.38 15.24) ) (stroke (width 0) (type default)) - (uuid 55bc78cb-1111-48dd-9527-8e25c365a4bd) + (uuid 7bee6987-5b3d-4aab-bfc1-b952b88c584e) ) (symbol (lib_id "Device:R") (at 254 15.24 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R45" (at 254 10.22 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 254 12.22 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3298,21 +3950,27 @@ (xy 246.38 25.4) ) (stroke (width 0) (type default)) - (uuid 3739a0c8-73ba-41e0-9ffb-9026c8204e91) + (uuid 1a7413aa-f14f-424a-888c-7d4252af0b85) ) (junction (at 246.38 25.4) (diameter 0) (color 0 0 0 0) - (uuid 8c5f098e-5c04-4bfb-8c1e-a7a031da846a) + (uuid 1c548b1a-cca5-42dd-8f60-deb031dada6b) ) (symbol (lib_id "power:GND") (at 246.38 30.48 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 246.38 35.02 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3320,19 +3978,25 @@ (xy 266.7 27.94) ) (stroke (width 0) (type default)) - (uuid 4f9519a3-7f21-49cf-880f-c54043b0c41c) + (uuid 0260b645-0fd4-435a-8cf2-b329c089c309) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 274.32 25.4 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U6" (at 274.32 16.32 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 274.32 18.32 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 274.32 25.4 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 274.32 25.4 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -3342,7 +4006,7 @@ (xy 281.94 12.7) ) (stroke (width 0) (type default)) - (uuid 233600b7-c9b2-496c-bee5-40b1dfaf6e54) + (uuid ad0551a1-9912-4bfe-976c-f63b3eeefad4) ) (wire (pts @@ -3350,7 +4014,7 @@ (xy 266.7 12.7) ) (stroke (width 0) (type default)) - (uuid 4f0e86e4-e2fc-4ac9-8897-4527c72471fd) + (uuid 1ecee4f6-eca7-4e9e-b17b-53280b3d0b5e) ) (wire (pts @@ -3358,10 +4022,10 @@ (xy 266.7 22.86) ) (stroke (width 0) (type default)) - (uuid a3b63ae9-0a58-4049-bedb-6aad530f7d8e) + (uuid 567f74b9-69a8-424e-b0ac-ac469ab7f29a) ) (label "CV" (at 281.94 25.4 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 4ae7b28f-818d-4c40-a9c5-10b6872676af) + (uuid 470633c9-b4ba-4475-b34d-6105b85ae5be) ) (symbol (lib_id "elektrophon:4094N") (at 203.2 139.7 0) (unit 1) (in_bom yes) (on_board yes) @@ -3372,49 +4036,55 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (label "V0" (at 215.9 127 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 2fff2f52-c67b-4198-82fa-34bbfbc60a92) + (uuid 842c55d8-376e-4c0d-a322-18bb711caf5d) ) (label "V1" (at 215.9 129.54 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid a0fee04c-16f4-4ac4-bc6d-81875058521c) + (uuid b724c5e7-2866-4295-9246-7a7d6a64046f) ) (label "V2" (at 215.9 132.08 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid a863252c-2d69-4789-a2a2-50abb794a162) + (uuid 091bf2ef-0684-47c7-8151-3a7292685cbc) ) (label "V3" (at 215.9 134.62 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e9ddb909-32ff-4767-afdf-29ab7a1b43a6) + (uuid c6d0fe49-1c0e-4eaf-a222-88920c29e7ef) ) (label "V4" (at 215.9 137.16 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7d42a1ef-f741-49e7-a0f0-ef7bc2db0008) + (uuid 5f80f04c-f193-40fd-a21f-635b06b074e7) ) (label "V5" (at 215.9 139.7 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid b9a9a1db-9812-4dfc-803d-d9ecb18175b3) + (uuid 6d935842-7efd-454a-a8a9-fd1166a02681) ) (label "V6" (at 215.9 142.24 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6a6a5b09-4ca1-4862-87a5-cecb9fc2fbec) + (uuid 61ac22af-87ca-4ec8-9b93-0551f580f3c7) ) (label "V7" (at 215.9 144.78 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ae5bf266-ca11-4025-9405-6255262e49ed) + (uuid 2159fe88-c2d1-4efe-85fd-1e35fe4b3ffd) ) (label "STROBE" (at 187.96 127 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid ae96c41e-e432-464e-938d-d0d6a4cd4d70) + (uuid 4b1d98f5-b634-46bc-8a2d-c97414bb06f5) ) (label "XOR" (at 187.96 129.54 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8c869494-fcc5-4515-9f39-14a00ea4c2b5) + (uuid e15cc786-eb73-400a-94f9-6e3075441fd7) ) (label "CLOCK" (at 187.96 132.08 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7a4b77e8-a853-4a44-9965-b830e3eb7ae0) + (uuid 94f378fe-fe08-4b4d-82f0-566c9d0bf670) ) (symbol (lib_id "power:+15V") (at 187.96 134.62 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 183.42 134.62 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "V7" (at 127 137.16 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 257ddd7b-556a-43b8-b3ae-fe96e30eb227) + (uuid aad0c45c-a8e3-4d4d-b289-2ee877112340) ) (wire (pts @@ -3422,35 +4092,48 @@ (xy 129.54 137.16) ) (stroke (width 0) (type default)) - (uuid 706ee58e-841d-486a-a5cd-63b56cbe6b43) + (uuid 466fda71-eccc-40a1-bd8a-94a8acc35437) ) (junction (at 129.54 137.16) (diameter 0) (color 0 0 0 0) - (uuid 1ed6d39d-0aa4-46bf-8ab5-c5c96b9cfcc2) + (uuid 28a00bf2-d540-45ac-b7af-4104629803d9) ) (symbol (lib_id "Device:R") (at 133.35 137.16 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R46" (at 133.35 132.14 -90) (effects (font (size 1.27 1.27)))) (property "Value" "20k" (at 133.35 134.14 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Transistor_BJT:BC547") (at 142.24 137.16 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q5" (at 147.33 136.16000000000003 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "BC547" (at 147.33 138.16000000000003 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "Y" (at 142.24 137.16 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "Q" (at 142.24 137.16 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "BC846B" (at 142.24 137.16 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "Q" (at 142.24 137.16 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -3458,12 +4141,12 @@ (xy 144.78 147.32) ) (stroke (width 0) (type default)) - (uuid 8ef5c748-b2a2-4084-ab8c-eccd09e26cb2) + (uuid 0cc58bbd-7542-414b-b3a4-bbe5f14b70a9) ) (junction (at 144.78 147.32) (diameter 0) (color 0 0 0 0) - (uuid ef74ef4c-e896-4e5a-bab9-b086071012d0) + (uuid 121ea136-7860-4fc7-82f5-9e0142b35af3) ) (wire (pts @@ -3471,30 +4154,43 @@ (xy 127 147.32) ) (stroke (width 0) (type default)) - (uuid a9ffb80b-0a31-4fe5-98dc-68eb9ca33fbb) + (uuid 087e4a01-e23e-4a92-b902-ddce3a68d660) ) (label "DATA" (at 127 147.32 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 22aa26da-5133-4340-894f-b020a298c5a1) + (uuid 780c752b-962f-4d79-97ff-625cb5fd7e11) ) (symbol (lib_id "Device:R") (at 148.59 147.32 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R47" (at 148.59 142.3 -90) (effects (font (size 1.27 1.27)))) (property "Value" "20k" (at 148.59 144.3 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Transistor_BJT:BC547") (at 157.48 147.32 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q6" (at 162.57 146.32 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "BC547" (at 162.57 148.32 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "Q" (at 157.48 147.32 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 157.48 147.32 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "BC846B" (at 157.48 147.32 0) (effects (font (size 1.27 1.27)) hide)) @@ -3505,7 +4201,7 @@ (xy 129.54 152.4) ) (stroke (width 0) (type default)) - (uuid 4796dcfa-2ffa-495f-b7ff-cd2547f19f3d) + (uuid f70489bd-d02a-4f27-b167-746dcf1d55b2) ) (wire (pts @@ -3513,7 +4209,7 @@ (xy 129.54 137.16) ) (stroke (width 0) (type default)) - (uuid c49ec425-12c7-4a49-9fd1-800f64ac0cec) + (uuid f88a8d54-6fb4-4964-8321-a4e2141863d8) ) (wire (pts @@ -3521,12 +4217,12 @@ (xy 160.02 132.08) ) (stroke (width 0) (type default)) - (uuid 6b887fa7-adc9-486a-82f9-7f331ed4e413) + (uuid e862e3b0-90d9-4882-bc6f-fcd8e8c16e37) ) (junction (at 160.02 132.08) (diameter 0) (color 0 0 0 0) - (uuid e741dfee-139b-4f25-8b99-e0d726437d71) + (uuid 6cfe609a-6d6e-4150-a7b6-6c5468887225) ) (wire (pts @@ -3534,29 +4230,41 @@ (xy 162.56 132.08) ) (stroke (width 0) (type default)) - (uuid 8ec11c78-a7ab-4753-b429-8cd127ea9a49) + (uuid d7c1f9ed-8c28-487c-a7b6-6329fe5b63b1) ) (label "XOR" (at 162.56 132.08 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 4462a42a-5b81-4b79-9b4b-68ddf5021eee) + (uuid d64aaf9f-dd2d-4733-bd50-aee6109edfa4) ) (symbol (lib_id "Device:R") (at 160.02 128.27 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R48" (at 162.04 127.27000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "47k" (at 162.04 129.27 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 160.02 124.46 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 160.02 119.92 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3564,10 +4272,10 @@ (xy 160.02 142.24) ) (stroke (width 0) (type default)) - (uuid fdb6d043-fd77-4c67-b053-ddb3f3ca6d63) + (uuid fdedc6d0-72f2-4a36-ba34-c4c78a8cc621) ) (label "TRIANGLE_1" (at 233.68 137.16 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 742eaa14-0874-4c90-8113-636cd94ebd3c) + (uuid 68b5e03d-e223-42a1-85b3-c288b22207ec) ) (wire (pts @@ -3575,19 +4283,25 @@ (xy 236.22 137.16) ) (stroke (width 0) (type default)) - (uuid 7ae30212-7fa1-49a6-9715-eb3ca6a17632) + (uuid f28a2ca3-13fb-4301-8320-e6cf057f426f) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 243.84 139.7 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U7" (at 243.84 130.62 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 243.84 132.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 243.84 139.7 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 243.84 139.7 0) (effects (font (size 1.27 1.27)) hide)) ) @@ -3597,39 +4311,51 @@ (xy 233.68 142.24) ) (stroke (width 0) (type default)) - (uuid e26c3873-89dd-4dbd-9135-2f77531dea57) + (uuid 1658e02a-3b3a-4dbf-9018-e3382e03803d) ) (label "TRIANGLE_2" (at 233.68 142.24 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 071d0dd8-c646-4b84-bde9-ae3cf881611c) + (uuid a60f9b24-4510-4890-b52d-b57ff6f1ee93) ) (symbol (lib_id "Device:R") (at 255.27 139.7 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R49" (at 255.27 134.68 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 255.27 136.68 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 266.7 142.24 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U7" (at 266.7 133.16 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 266.7 135.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 266.7 142.24 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 266.7 142.24 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 266.7 142.24 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 274.32 142.24) (diameter 0) (color 0 0 0 0) - (uuid 77b4895c-45fd-4bb3-86d8-65986eb9aef1) + (uuid bc9b1fbc-0e13-4761-8f2d-06d27af0b50e) ) (wire (pts @@ -3637,7 +4363,7 @@ (xy 274.32 129.54) ) (stroke (width 0) (type default)) - (uuid 43f51415-5d5b-4e36-a083-c27211bf9f55) + (uuid 8df8a037-390c-4216-b1e7-f7b436ffca3a) ) (wire (pts @@ -3645,7 +4371,7 @@ (xy 270.51 129.54) ) (stroke (width 0) (type default)) - (uuid c22e807d-2d03-4df9-ad64-52a9985cc4d0) + (uuid 85b179cd-5df4-44e1-ab5b-b329d3faf85a) ) (wire (pts @@ -3653,17 +4379,23 @@ (xy 259.08 129.54) ) (stroke (width 0) (type default)) - (uuid c8b37fdb-13a7-4375-9be7-af4e6dd2f29f) + (uuid ea04798a-c7cd-4d23-b496-dbae2e562e0e) ) (symbol (lib_id "Device:R") (at 266.7 129.54 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R50" (at 266.7 124.52000000000001 -270) (effects (font (size 1.27 1.27)))) (property "Value" "50k" (at 266.7 126.52000000000001 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3671,21 +4403,27 @@ (xy 259.08 139.7) ) (stroke (width 0) (type default)) - (uuid 734f2277-78f6-4736-8848-2b1da9a78e60) + (uuid 3d34574c-acf4-4a90-945b-036588a10e53) ) (junction (at 259.08 139.7) (diameter 0) (color 0 0 0 0) - (uuid fa95ec00-220f-4013-96c7-3bcd5d413af7) + (uuid addae4ba-e513-47ee-8531-d615d15d011e) ) (symbol (lib_id "power:GND") (at 259.08 144.78 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 259.08 149.32 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3693,100 +4431,148 @@ (xy 276.86 142.24) ) (stroke (width 0) (type default)) - (uuid 78c54ee0-cd18-40cd-9eed-d400c26cf04a) + (uuid f162d3ea-4e11-4570-b748-339337bc45c5) ) (label "PWM" (at 276.86 142.24 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid a49f19c5-7b20-4e1e-9329-46619396d190) + (uuid b9d5e00f-03ae-4538-82c8-356cba49836b) ) (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 25.4 167.64 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J1" (at 25.4 157.29 0) (effects (font (size 1.27 1.27)))) (property "Value" "IDC_Header" (at 25.4 159.29 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 25.4 167.64 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+5V") (at 33.02 172.72 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 37.56 172.72 270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 20.32 172.72 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 15.780000000000001 172.72 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 167.64 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 167.64 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 170.18 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 170.18 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 167.64 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 167.64 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 170.18 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 170.18 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VP" (at 20.32 165.1 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 808d956c-8731-4376-92b5-9a327d75b426) + (uuid 36e94974-7983-4add-8bad-8fddd673e8ae) ) (label "VP" (at 33.02 165.1 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid c15b58f4-b161-445d-8270-9b643ccdd054) + (uuid eb52929d-217e-40a3-aa99-690c30e568a5) ) (label "VN" (at 20.32 162.56 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8ee1340a-c4d3-4e4c-8477-73ad96bf0bcb) + (uuid 450ed27e-6862-4168-89aa-61d78bafc10d) ) (label "VN" (at 33.02 162.56 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 725bd1ef-9250-4d51-97c5-bdf73515f932) + (uuid fbbc1e28-dfc1-4579-8ff9-5ab83b9fd17e) ) (label "VP" (at 45.72 157.48 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8c13bef2-cd17-488c-a4f7-14f64051d498) + (uuid a6c2c14c-ffa3-4dd1-ab3b-c35d8903f103) ) (symbol (lib_id "Device:R") (at 49.53 157.48 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R51" (at 49.53 152.46 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 154.46 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3794,51 +4580,69 @@ (xy 58.42 157.48) ) (stroke (width 0) (type default)) - (uuid 48a075cc-ce26-472d-b081-9253b3e9edad) + (uuid 8b2468fe-1bba-42a4-a20b-ba3bca3f15b4) ) (junction (at 58.42 157.48) (diameter 0) (color 0 0 0 0) - (uuid 11aba9de-2199-462b-9727-c862bec16a8d) + (uuid dc7c903f-89fe-4c2e-94c6-491577666d06) ) (symbol (lib_id "power:+15V") (at 58.42 157.48 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 58.42 152.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 161.29 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C3" (at 61.71 160.29 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 162.29 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 165.1) (diameter 0) (color 0 0 0 0) - (uuid 85b9a235-e1e3-4724-ace9-46f7ab24bd9c) + (uuid 48e9d3b0-8905-4ebd-9928-25c6e43762ae) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 168.91 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C4" (at 61.71 167.91 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 169.91 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 172.72) (diameter 0) (color 0 0 0 0) - (uuid 9b93da16-6bcf-46ed-84ba-3ce533738db7) + (uuid d23623fb-3bc4-4f26-9f33-877522f855a7) ) (wire (pts @@ -3846,29 +4650,41 @@ (xy 53.34 172.72) ) (stroke (width 0) (type default)) - (uuid 15462071-4bea-4d29-9035-4184a1079f42) + (uuid 24b2792e-1a0d-48ef-a179-058fe6751a1b) ) (symbol (lib_id "Device:R") (at 49.53 172.72 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R52" (at 49.53 167.7 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 169.7 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VN" (at 45.72 172.72 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid ef23dffc-995e-41b2-9f1c-50622c5e7aa3) + (uuid d792433e-cfe1-4300-a23a-69d6da47d1e5) ) (symbol (lib_id "power:-15V") (at 58.42 172.72 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 58.42 177.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3876,72 +4692,108 @@ (xy 53.34 165.1) ) (stroke (width 0) (type default)) - (uuid 3ab1f6dc-d37c-4e40-b57b-71c8cbceb487) + (uuid a4b0e156-aefc-4939-937a-180b76ce716f) ) (symbol (lib_id "power:GND") (at 53.34 165.1 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 48.8 165.1 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:LM13700") (at 68.58 154.94 0) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 68.58 148.4 0) (effects (font (size 1.27 1.27)))) (property "Value" "LM13700" (at 68.58 150.4 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:LM13700") (at 68.58 167.64 0) - (unit 4) (in_bom yes) (on_board yes) + (unit 4) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 68.58 161.1 0) (effects (font (size 1.27 1.27)))) (property "Value" "LM13700" (at 68.58 163.1 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:LM13700") (at 22.86 190.5 0) - (unit 5) (in_bom yes) (on_board yes) + (unit 5) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 21.32 189.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LM13700" (at 21.32 191.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm13700.pdf" (at -7.62 0.635 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Operational Transconductance Amplifiers with Linearizing Diodes and Buffers, DIP-16/SOIC-16" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "operational transconductance amplifier OTA" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x9.9mm*P1.27mm* DIP*W7.62mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 20.32 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 20.32 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 198.12 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 20.32 202.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 20.32 182.88) (diameter 0) (color 0 0 0 0) - (uuid e2858f12-2b06-48ca-8e4a-b7b9ee5c3fa5) + (uuid 2a0ac254-de49-437f-abdc-d3895038b137) ) (wire (pts @@ -3949,33 +4801,45 @@ (xy 12.7 182.88) ) (stroke (width 0) (type default)) - (uuid 04909f51-76ed-45fb-840d-c282eb808af7) + (uuid 288aecf7-c920-4fbf-b58c-324044b25a7c) ) (symbol (lib_id "Device:C") (at 12.7 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C5" (at 15.73 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 15.73 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 12.7 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 12.7 190.5) (diameter 0) (color 0 0 0 0) - (uuid 4f93e8ed-5906-4ff3-9484-b8f1f16c751f) + (uuid a4c3809d-31c3-4d3a-9bea-ac53295f49c6) ) (symbol (lib_id "Device:C") (at 12.7 194.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C6" (at 15.73 193.31 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 15.73 195.31 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 12.7 194.31 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -3984,12 +4848,12 @@ (xy 20.32 198.12) ) (stroke (width 0) (type default)) - (uuid 34c0856b-dd61-4e95-92a5-5d97ea511f1e) + (uuid e264c7c7-a533-4244-b903-7a402f699805) ) (junction (at 20.32 198.12) (diameter 0) (color 0 0 0 0) - (uuid de14ec66-7602-497f-9b8e-119b33536a82) + (uuid 16eda634-f9c2-4117-a471-4af940074c43) ) (wire (pts @@ -3997,52 +4861,76 @@ (xy 7.62 190.5) ) (stroke (width 0) (type default)) - (uuid 42a62f3f-f884-45a5-a50c-072b05ec6967) + (uuid c72b4d7a-e3ac-4b8a-ba46-f710a0acb3ee) ) (symbol (lib_id "power:GND") (at 7.62 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 7.62 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 45.72 190.5 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U2" (at 44.18 189.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 44.18 191.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 45.72 190.5 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 45.72 190.5 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 43.18 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 43.18 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 43.18 198.12 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 43.18 202.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 43.18 182.88) (diameter 0) (color 0 0 0 0) - (uuid 8d2fd795-12ec-4b08-a109-207cc4f82a4e) + (uuid 67528289-abad-4d51-a569-fd0b4ed9bd5f) ) (wire (pts @@ -4050,33 +4938,45 @@ (xy 35.56 182.88) ) (stroke (width 0) (type default)) - (uuid 67860830-a84c-4710-9845-e855cdfb9c69) + (uuid 667bb498-a064-43dd-bd10-1ce7f1bc24ee) ) (symbol (lib_id "Device:C") (at 35.56 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C7" (at 38.59 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 38.59 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 35.56 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 35.56 190.5) (diameter 0) (color 0 0 0 0) - (uuid f424d3d7-e8e7-4f53-9c5f-b7e459d3ac15) + (uuid 034d5359-b252-439a-a993-13a5529990d6) ) (symbol (lib_id "Device:C") (at 35.56 194.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C8" (at 38.59 193.31 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 38.59 195.31 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 35.56 194.31 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -4085,12 +4985,12 @@ (xy 43.18 198.12) ) (stroke (width 0) (type default)) - (uuid 79748df6-07b6-4c5a-bf6f-548966eb712a) + (uuid 23395b02-530c-41a8-a739-1d60c65b5784) ) (junction (at 43.18 198.12) (diameter 0) (color 0 0 0 0) - (uuid 79d49e31-4975-4471-a478-f452a9de132f) + (uuid 80e936cb-a731-45dc-b9b9-988b75d23d17) ) (wire (pts @@ -4098,52 +4998,76 @@ (xy 30.48 190.5) ) (stroke (width 0) (type default)) - (uuid 48464fa8-6625-463a-80cd-2712a7eb733e) + (uuid f5912a7b-c065-4166-b1ba-d6424ebcf2a0) ) (symbol (lib_id "power:GND") (at 30.48 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 30.48 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 66.04 190.5 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 64.5 189.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 64.5 191.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 66.04 190.5 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 66.04 190.5 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 63.5 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 63.5 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 63.5 198.12 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 63.5 202.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 63.5 182.88) (diameter 0) (color 0 0 0 0) - (uuid 7faf19f4-458e-4a9f-8bf3-1bfb24f0dfb5) + (uuid 56bb87cf-c82e-4014-a286-3a9166ef601e) ) (wire (pts @@ -4151,33 +5075,45 @@ (xy 55.88 182.88) ) (stroke (width 0) (type default)) - (uuid 4ec8f0a3-2cd3-40cc-bb3d-0259eacdbf5f) + (uuid c6bab740-4883-4e60-8a63-2869028bb8fa) ) (symbol (lib_id "Device:C") (at 55.88 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C9" (at 58.91 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 58.91 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 55.88 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 55.88 190.5) (diameter 0) (color 0 0 0 0) - (uuid 7074372f-f54a-4835-890b-f47381fb15c3) + (uuid a92b5cfd-2ce0-40e6-b2e0-6a8f555467bb) ) (symbol (lib_id "Device:C") (at 55.88 194.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C10" (at 58.91 193.31 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 58.91 195.31 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 55.88 194.31 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -4186,12 +5122,12 @@ (xy 63.5 198.12) ) (stroke (width 0) (type default)) - (uuid 8cfcbf3a-49b6-4a46-80f7-d85e852429de) + (uuid 7ea3dab0-c0dc-4bfc-9206-e3ec54ce2d00) ) (junction (at 63.5 198.12) (diameter 0) (color 0 0 0 0) - (uuid 010833ef-68b2-4d5f-b7c0-c7e75b2ef2f9) + (uuid 91e06bc1-5167-49ab-b289-f48c7241df2e) ) (wire (pts @@ -4199,52 +5135,76 @@ (xy 50.8 190.5) ) (stroke (width 0) (type default)) - (uuid 4c79d172-75d6-409f-a641-7acbe261d49a) + (uuid c20883ab-2c58-4fdc-af1d-b8f6733abf10) ) (symbol (lib_id "power:GND") (at 50.8 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 50.8 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 86.36 190.5 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 84.82 189.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 84.82 191.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 86.36 190.5 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "TL072c" (at 86.36 190.5 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 83.82 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 83.82 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 83.82 198.12 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 83.82 202.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 83.82 182.88) (diameter 0) (color 0 0 0 0) - (uuid 9c046add-d9ad-4aa7-9a8a-19c799d15644) + (uuid fde1a8ae-82e8-4b88-ad28-beb6a040cd97) ) (wire (pts @@ -4252,33 +5212,45 @@ (xy 76.2 182.88) ) (stroke (width 0) (type default)) - (uuid f302c5ac-baa8-485a-8170-fc46f98405f4) + (uuid 2a072fc9-c0e1-45b1-83e9-a15eade5e5bb) ) (symbol (lib_id "Device:C") (at 76.2 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C11" (at 79.23 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 79.23 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 76.2 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 76.2 190.5) (diameter 0) (color 0 0 0 0) - (uuid 43ba9f35-7aa4-4be5-80c8-7d7ba75c6b4d) + (uuid 97856542-4c73-414b-8599-60dc1576e7fb) ) (symbol (lib_id "Device:C") (at 76.2 194.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C12" (at 79.23 193.31 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 79.23 195.31 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 76.2 194.31 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -4287,12 +5259,12 @@ (xy 83.82 198.12) ) (stroke (width 0) (type default)) - (uuid 176f3f7d-acf3-4a11-8b36-ecd8147f8881) + (uuid 7fee9151-d481-4ad7-aff2-85727afb4f6b) ) (junction (at 83.82 198.12) (diameter 0) (color 0 0 0 0) - (uuid ce2703c2-f112-4553-a969-d3f3c8d88264) + (uuid 621a8cd6-1a8b-4a9f-a619-03bc3c88ab9d) ) (wire (pts @@ -4300,52 +5272,76 @@ (xy 71.12 190.5) ) (stroke (width 0) (type default)) - (uuid 13b77601-a85c-4e09-a5b3-9d789b4862ca) + (uuid 24c943f5-5e87-427e-bf62-fad7bf58abe0) ) (symbol (lib_id "power:GND") (at 71.12 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 71.12 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 106.68 190.5 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 105.14 189.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 105.14 191.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "TL072c" (at 106.68 190.5 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 106.68 190.5 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "TL072c" (at 106.68 190.5 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 104.14 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 104.14 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 104.14 198.12 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 104.14 202.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 104.14 182.88) (diameter 0) (color 0 0 0 0) - (uuid f83ec41c-d4b1-4bb2-a458-d13ca0764401) + (uuid 3c56db7b-b692-44ca-9ef3-874f1a62f154) ) (wire (pts @@ -4353,33 +5349,45 @@ (xy 96.52 182.88) ) (stroke (width 0) (type default)) - (uuid 3caf2e88-5797-4f08-a5ad-5c5a9ca0b3e2) + (uuid 0aa8b4b5-6cc0-494c-902b-ad9e1e2040b5) ) (symbol (lib_id "Device:C") (at 96.52 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C13" (at 99.55 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 99.55 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 96.52 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 96.52 190.5) (diameter 0) (color 0 0 0 0) - (uuid 6f9cbb9a-18a7-42a8-aff2-f03b6efe7e05) + (uuid f1d34e1c-5edf-48e8-b87a-4b3804cd54eb) ) (symbol (lib_id "Device:C") (at 96.52 194.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C14" (at 99.55 193.31 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 99.55 195.31 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 96.52 194.31 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -4388,12 +5396,12 @@ (xy 104.14 198.12) ) (stroke (width 0) (type default)) - (uuid 5c723a38-d1a2-441c-a8aa-930b15e3962d) + (uuid 5b8eb004-d273-4370-a539-87acaad9857a) ) (junction (at 104.14 198.12) (diameter 0) (color 0 0 0 0) - (uuid 5a300432-8693-42fa-ae00-07ecca3b35ba) + (uuid 250c4c0e-ae5c-4b3b-a3b9-13c4a9f6da7f) ) (wire (pts @@ -4401,52 +5409,76 @@ (xy 91.44 190.5) ) (stroke (width 0) (type default)) - (uuid 8c29aa53-1014-4573-9499-db39f3e53bb7) + (uuid e9007791-34e9-4c5d-9f7e-b408252fecba) ) (symbol (lib_id "power:GND") (at 91.44 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 91.44 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 127 190.5 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U6" (at 125.46 189.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 125.46 191.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 127 190.5 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 127 190.5 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 127 190.5 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 124.46 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 124.46 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 124.46 198.12 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 124.46 202.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 124.46 182.88) (diameter 0) (color 0 0 0 0) - (uuid b8e62255-8e91-4c6c-9e5f-19c65b7c8b86) + (uuid 02d4daf8-62a7-4c9d-af0d-ac663750b4c9) ) (wire (pts @@ -4454,33 +5486,45 @@ (xy 116.84 182.88) ) (stroke (width 0) (type default)) - (uuid 37738f41-0a1e-4aac-bb48-43dad09c31fe) + (uuid c58ed995-89a9-4758-8a2b-7bfa999b601e) ) (symbol (lib_id "Device:C") (at 116.84 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C15" (at 119.87 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 119.87 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 116.84 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 116.84 190.5) (diameter 0) (color 0 0 0 0) - (uuid 4ae79fc1-313f-4c1a-a159-05d1f66c1aad) + (uuid 10ce340f-7ab3-421a-9483-484bbcbb7d65) ) (symbol (lib_id "Device:C") (at 116.84 194.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C16" (at 119.87 193.31 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 119.87 195.31 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 116.84 194.31 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -4489,12 +5533,12 @@ (xy 124.46 198.12) ) (stroke (width 0) (type default)) - (uuid dab8fc05-aa82-4db6-8994-c60c099d6a4a) + (uuid 016c5e9e-6438-4723-b633-9ed42c515b91) ) (junction (at 124.46 198.12) (diameter 0) (color 0 0 0 0) - (uuid de9a33cf-3004-4639-ad2c-a23a344354bf) + (uuid a0834164-4f79-49f0-825e-be738007123f) ) (wire (pts @@ -4502,52 +5546,76 @@ (xy 111.76 190.5) ) (stroke (width 0) (type default)) - (uuid 210991e9-fdb8-4d2a-bcb9-a388523ef50f) + (uuid e350e0ca-cdf3-4a55-b456-6e15c532468f) ) (symbol (lib_id "power:GND") (at 111.76 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 111.76 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 147.32 190.5 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U7" (at 145.78 189.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 145.78 191.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "TL072c" (at 147.32 190.5 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Primitive" "X" (at 147.32 190.5 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 144.78 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 144.78 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 144.78 198.12 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 144.78 202.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 144.78 182.88) (diameter 0) (color 0 0 0 0) - (uuid 4739ec79-9484-4117-b939-002f2eea9f30) + (uuid 4dda68dd-2240-4974-a403-dc840ac3fa80) ) (wire (pts @@ -4555,33 +5623,45 @@ (xy 137.16 182.88) ) (stroke (width 0) (type default)) - (uuid 016585a2-8a25-4414-8487-aff772d8d755) + (uuid 5403354d-595f-489a-8878-06491cf95db3) ) (symbol (lib_id "Device:C") (at 137.16 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C17" (at 140.19 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 140.19 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 137.16 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 137.16 190.5) (diameter 0) (color 0 0 0 0) - (uuid b4a0aa4e-7dbe-450a-9eff-5124fb4e06f4) + (uuid 3943b230-55ae-46ec-8eab-c9d0aa85ce69) ) (symbol (lib_id "Device:C") (at 137.16 194.31 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C18" (at 140.19 193.31 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 140.19 195.31 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 137.16 194.31 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -4590,12 +5670,12 @@ (xy 144.78 198.12) ) (stroke (width 0) (type default)) - (uuid 1b78a392-4729-44c7-8387-d7c0d5c839e7) + (uuid 050f001a-65c0-40a6-a6df-51389170ea43) ) (junction (at 144.78 198.12) (diameter 0) (color 0 0 0 0) - (uuid 50db404a-1c07-463f-95a0-b5da7778e421) + (uuid 519863a9-8de1-4a63-acb1-9928c68d4117) ) (wire (pts @@ -4603,16 +5683,22 @@ (xy 132.08 190.5) ) (stroke (width 0) (type default)) - (uuid c4d2183a-9754-47ca-ad5e-2ed8948e8319) + (uuid d55c0287-4d96-415d-be0e-dbb7e7250722) ) (symbol (lib_id "power:GND") (at 132.08 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 132.08 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "elektrophon:4094N") (at 162.56 190.5 0) (unit 2) (in_bom yes) (on_board yes) @@ -4623,29 +5709,41 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (symbol (lib_id "power:+15V") (at 162.56 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (on_schema no) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) + (on_schema no) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 162.56 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 162.56 198.12 0) - (unit 1) (in_bom yes) (on_board yes) - (on_schema no) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) + (on_schema no) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 162.56 202.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 162.56 182.88) (diameter 0) (color 0 0 0 0) - (uuid 11f86c7c-9274-4759-ba48-32ee70b81e66) + (uuid 5ebbda60-63c8-46e6-b168-512f2a031f30) ) (wire (pts @@ -4653,122 +5751,182 @@ (xy 154.94 182.88) ) (stroke (width 0) (type default)) - (uuid bed78376-3464-44eb-816e-82f33ebd7e4c) + (uuid ccf8113c-5701-4ab6-8e27-564bcf8f30a9) ) (symbol (lib_id "Device:C") (at 154.94 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C19" (at 157.97 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 157.97 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 154.94 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 154.94 190.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 154.94 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 74.93 44.45) - (uuid 6e0e5751-dc63-41a9-95ca-1eed7ee9b19a) + (uuid 798da000-beb9-4c48-ac30-c2cbc9c72922) ) (no_connect (at 74.93 105.41) - (uuid da633c19-72d9-4acb-8bca-7299fc7602ac) + (uuid 4d38413d-01a3-461e-add8-585226954551) ) (no_connect (at 60.96 167.64) - (uuid 686f3713-e56d-42d1-ade1-a371c93107f3) + (uuid 18e4cd67-94be-4466-82f2-c27668dd9940) ) (no_connect (at 71.12 170.18) - (uuid 34de7ae4-dfdb-45bc-93d3-c8361f7b6057) + (uuid c0c10291-f9da-4d26-82a5-3e6cda153ef7) ) (no_connect (at 71.12 157.48) - (uuid 4073869e-e6da-4a8f-9ed5-93bb81a00d96) + (uuid 0f195ab5-2c94-4871-9bea-062e76e32d1a) ) (no_connect (at 60.96 154.94) - (uuid 265195cc-deae-44de-8886-2ccebd8a8723) + (uuid 23803ba7-22cf-4bab-b561-efc4f49e2343) ) (no_connect (at 215.9 149.86) - (uuid f9aa1581-f004-47d2-8379-4f6b28c614cf) + (uuid dba413c1-8828-4303-aa80-ae39ed21fa83) ) (no_connect (at 215.9 152.4) - (uuid 5734d1bc-7572-498f-b22e-8d8ebd63e1a7) + (uuid 74a4b0b1-6350-4246-8e88-06d4114d19ca) ) (symbol (lib_id "power:PWR_FLAG") (at 101.6 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 101.6 147.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 101.6 152.4 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 101.6 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 106.68 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 106.68 147.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 106.68 152.4 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 106.68 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 111.76 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 111.76 147.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 111.76 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 111.76 147.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 116.84 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 116.84 147.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 116.84 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 116.84 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/pentode/main/main.kicad_pcb b/src/pentode/main/main.kicad_pcb index df298933..5afee9f9 100644 --- a/src/pentode/main/main.kicad_pcb +++ b/src/pentode/main/main.kicad_pcb @@ -1,9096 +1,20419 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "pentode vca") - (date "2023-06-20") - (rev "1") - (comment 1 "PCB for main circuit") - (comment 2 "pentode tube vca") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 0) - (scaleselection 1) - (outputdirectory "gerbers") - ) - ) - - (net 0 "") - (net 1 "Net-(U1A--)") - (net 2 "Net-(C1-Pad2)") - (net 3 "Net-(C2-Pad1)") - (net 4 "Net-(SW1-B)") - (net 5 "GND") - (net 6 "-15V") - (net 7 "Net-(U3A--)") - (net 8 "Net-(C4-Pad2)") - (net 9 "Net-(U3B--)") - (net 10 "Net-(C5-Pad2)") - (net 11 "+15V") - (net 12 "Net-(U1B-+)") - (net 13 "Net-(U1B--)") - (net 14 "/OUT") - (net 15 "Net-(C8-Pad1)") - (net 16 "/VN") - (net 17 "/VP") - (net 18 "+5V") - (net 19 "unconnected-(J4-PadTN)") - (net 20 "/RES") - (net 21 "Net-(J7-PadT)") - (net 22 "unconnected-(J7-PadTN)") - (net 23 "/IN") - (net 24 "Net-(U2-CATH1)") - (net 25 "Net-(R6-Pad1)") - (net 26 "/GAIN") - (net 27 "/CV1") - (net 28 "Net-(U2-SCREEN)") - (net 29 "Net-(R15-Pad1)") - (net 30 "Net-(SW1-C)") - (net 31 "Net-(SW1-A)") - (net 32 "unconnected-(J3-PadTN)") - (net 33 "Net-(J3-PadT)") - (net 34 "Net-(J5-PadT)") - (net 35 "Net-(D1-A)") - (net 36 "Net-(D2-K)") - (net 37 "Net-(Q1-C)") - (net 38 "Net-(U2-ANODE)") - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 502178e4-34c7-4d7d-a200-b7733f17afb3) - (at 81.28 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_fp_filters" "Potentiometer*") - (property "ki_keywords" "resistor variable") - (path "/4f2934ad-e084-41e0-8f59-35271cf60da6") - (attr through_hole) - (fp_text reference "RV4" (at -9.652 0.254 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f878497c-f1ab-4a58-8324-2fe574887007) - ) - (fp_text value "A50k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 200409c1-031c-4792-9330-daa1146038b6) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 51d60e7c-1009-4ecb-a1b1-1805fb605462) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6fdd8d6-83bc-4fc8-95d5-b3c7fb4456c0)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7455fae-9e84-42c0-af34-183e40bf8515)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2990452-c24f-4386-83fb-022ee5c98a41)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b74749ef-980b-4e21-845b-d54bf0185e53)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07154dbe-ad88-41fd-8f15-bf0f6683c527)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ab09ade-8f8b-4166-b056-c0be8b971633)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cf84604-558c-4fed-96b7-344fbd69122a)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03a95cb1-2c04-4790-a94e-1e630c967935)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3a5a65e-b54b-4bc4-a0c4-23177a7199b9)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a5e1334-05d3-4426-bbe4-a28c6694d97a)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bec63488-cf38-44a8-9631-f2d00742d5f2)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 079d81ef-ea4a-44c8-83ab-cab482eefd87)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3cf16e5-b617-4125-bff7-5e098fa94c0d)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7fcdafa-012b-4adc-9a8e-22bc0dc4dd05)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb1a3a0f-3920-4344-98ee-de65fd5c288b)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b841bc01-2c70-4be4-aef7-53eee6091a8c)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88334fe2-a6ea-4340-943f-6e55a35b3bad)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp df55a817-8a5f-4a57-8da9-9285eb6fcaf4)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 4999fcb6-8ca8-4bdb-9e43-29826605650f)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp bf25c263-16e9-45fb-b82f-72cb8f930350)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "1") (pintype "passive") (tstamp 40c58c44-8dd7-42ca-a6fe-ffd9b3fddbd0)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "/IN") (pinfunction "2") (pintype "passive") (tstamp 93035725-91dd-4ea1-a2b7-880c3ff1cd04)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 33 "Net-(J3-PadT)") (pinfunction "3") (pintype "passive") (tstamp f3b5d5dc-5066-4a11-8713-58f73f90c1ab)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 7793bfd9-40a1-4004-a505-e430a7c845ca) - (at 81.28 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_fp_filters" "Potentiometer*") - (property "ki_keywords" "resistor variable") - (path "/9871aacf-608b-42f0-86df-914ed2df8a54") - (attr through_hole) - (fp_text reference "RV5" (at -9.652 0 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ee6252cb-a2d8-437e-830d-31cdf69c3c8a) - ) - (fp_text value "A50k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 270892b4-7739-47e2-8b7c-f848bab07da8) - ) - (fp_text user "${REFERENCE}" (at -9.652 0 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ea8ad908-0812-467a-a9c5-bae93dc497a4) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5dab742e-d9cf-42a2-9919-20200ea59b39)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c16511c-4334-4286-b6c6-73bfecc7cffa)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b1427a2-606f-4e84-9b1d-8325986bcbbf)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8579a0ef-5392-4648-84e2-69575d413a82)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea49c1ad-c3a3-4238-9900-c5c6f75665dc)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a9303e8-6f95-4a5e-a9b3-4ed9dcb2b68b)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7f34f72-090c-4f11-b154-eecb8be0fb1c)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 656992e7-cba5-4455-99c1-d79f6db47f3d)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cddd35d-a326-4736-aa9c-3864ca97c374)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5fb0b2b2-377c-487e-bf94-1055854dd96d)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5972ae79-e8fe-48fd-9c0c-7e6a8fff3a94)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0dd90f7a-9fe4-43a5-a3ab-a9530fbaa97b)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38fcc137-03ec-49ba-9d3d-50f64e9997cb)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc4773a8-4388-452c-97ce-eeb86aedb427)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11d256ed-2542-496f-9440-7d9f4984e7a4)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19780894-6fb8-4307-962a-5bb3006ef9ce)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f4d7f1b-acb2-4f1e-9f6b-979d1068a242)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 1a814a19-4704-48a2-9086-bb339e60e6fd)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 566ca3be-876c-416f-8796-377a8d4f6f4a)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp d8ed85b1-3c25-48c3-a291-2264353959bb)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "1") (pintype "passive") (tstamp 1921d153-882f-48dd-ba99-a6255cefc99e)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 20 "/RES") (pinfunction "2") (pintype "passive") (tstamp b48874d4-c1c5-486d-90c7-f01583865195)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 34 "Net-(J5-PadT)") (pinfunction "3") (pintype "passive") (tstamp 3e457b62-c8d2-4d0c-9368-dddb586a1221)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 8e4a3e3a-0d29-49fc-a927-6730fc2cd780) - (at 53.086 68.961 90) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 55261703-4e96-4eff-9c90-dd87b180fdf3) - ) - (fp_text value "elektrophon logo" (at 0 -3.048 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eb5d1ec4-5bd1-4827-bd99-c455c1ca4634) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp 2f586846-81f3-493e-a708-27fb4bd85d59) - ) - (fp_text user "pentode vca" (at 8.62 1.02 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp b65670ad-41b9-4fe7-9538-b11308ff3aa9) - ) - (fp_text user "R01" (at -8.68 0.99 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp c873a87a-62c1-4584-8878-128af0ebb50f) - ) - (fp_text user "pentode vca" (at -8.54 0.99 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp 0843c053-71e1-4c0e-ace4-3252c6a8abed) - ) - (fp_text user "R01" (at 8.58 1.02 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp 35ab3223-91fa-42ec-a52e-044d362ef97e) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp 8a447cd5-527e-4403-8a10-11ea013976a5) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 9968bc80-10b9-4471-be40-96c2038b86cb) - (at 81.28 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_fp_filters" "Jack*") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/0e8b48a3-4ed9-4010-afd8-2beff9a2f292") - (attr through_hole) - (fp_text reference "J4" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4a749b7b-cd3d-459a-a137-e8b887751879) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e464606-5fc0-457b-bc73-8741c2c4b67b) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp e57be1c1-1c19-4317-ac8b-61fad2406762) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 767fa3db-2f15-4643-ac66-338fe76d7645) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7733683f-a46d-437e-9cb5-1d1399ee4acf)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa1294a4-74ae-4531-8f8e-7087d3343704)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5954a96d-4ff5-439e-85e1-ea4d72c11d67)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d728a61-f926-4cf7-981d-1cd815cb94ab)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3429b5f7-1065-43ef-99c6-6e11aac55ec8)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd0e19fc-556e-4db6-8b78-88133ef6718d)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b287d811-29cf-4cca-ba85-d4b374b40263)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3a761e5a-4ec2-48be-b98c-9b4d1db3ad60)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 95b38c72-03c1-4859-afb0-b1307b22a5a2)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 2a49410e-29f5-411c-baa9-4c8cf964e876)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1fc88d42-49ab-4407-b83e-497e5f88cafd)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a8bdec27-fb95-4518-89c0-50f506ca68fa)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 40138812-973f-4b7f-9727-a3f895498f2c)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc679605-9f2b-4a3f-a3f0-52ed9ed6d8ef)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8cc9424-abea-4b97-acaf-04b21951c989)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4b57ca9-0a87-458b-8740-26a88c3e743c)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47c08eb5-9609-4e0b-8dc7-4a61de0bbfca)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 905ad1aa-7013-44a8-a24a-10aaf2ec9a00)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a88369da-19ff-47c6-8338-ca53b88c46e0)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pintype "passive") (tstamp c0162709-20d5-4032-81b3-d3064ae0f517)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 14 "/OUT") (pintype "passive") (tstamp 745b92dc-602d-4caa-8180-dd7e7e0cfef9)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 19 "unconnected-(J4-PadTN)") (pintype "passive+no_connect") (tstamp de0569b6-4a9a-4729-b1d5-770d22b705cf)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:1J24B" (layer "F.Cu") - (tstamp 9d145243-3470-490c-b644-5bd9b97d3c58) - (at 70.358 112.319 180) - (property "SPICEPREFIX" "X") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (path "/05e7ae93-80cc-4364-b7b2-d1aa61654f52") - (fp_text reference "U2" (at 1.27 -33.985) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - (tstamp cc23af9f-a2c7-4cfe-a2de-a6055e6123e0) - ) - (fp_text value "1J24B" (at 5.588 -2.54 270) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6aeb1309-f7e3-4df7-8fda-2ceb288827cb) - ) - (fp_line (start -4.25 -19.118) (end -4.25 11.524409) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp c709765e-f354-4b50-bf19-66010f049d6e)) - (fp_line (start -2.54 -20.828) (end 2.54 -20.828) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 13e28c40-5766-46d7-bc8c-47a1b48acd3f)) - (fp_line (start -1.016 13.54) (end -2.220267 13.54) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp a0ed0590-5504-4513-bd77-8487f58cba38)) - (fp_line (start -1.016 13.54) (end 1.016 13.54) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp bc25f275-6e5c-4911-8d3c-ecd6aabdb6c5)) - (fp_line (start 2.346847 13.54) (end 1.016 13.54) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 6a3505e2-a31a-43cc-82ab-dba2c729278a)) - (fp_line (start 4.25 -19.118) (end 4.25 11.656847) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp a577ff83-1202-4a6e-9cda-544ce864b6ab)) - (fp_arc (start -4.25 -19.118) (mid -3.749153 -20.327153) (end -2.54 -20.828) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp fdfbda8a-019b-4b0c-9792-7495410b5ddb)) - (fp_arc (start -2.220267 13.54) (mid -3.652577 12.952577) (end -4.25 11.524409) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 2cd74dec-7801-4064-aa87-cecc7954cd93)) - (fp_arc (start 2.54 -20.828) (mid 3.749153 -20.327153) (end 4.25 -19.118) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp 7caf2c4b-5e0f-4be8-884f-f6fce314153d)) - (fp_arc (start 4.25 11.656847) (mid 3.688438 12.99258) (end 2.346847 13.54) - (stroke (width 0.1) (type default)) (layer "F.SilkS") (tstamp d29d7262-de98-402c-9347-118f41e67f43)) - (fp_circle (center 0 -27) (end 5.388153 -27) - (stroke (width 0.1524) (type solid)) (fill none) (layer "F.SilkS") (tstamp 73b3a48d-b315-451f-9e92-73c61ed9dc62)) - (pad "1" thru_hole rect (at 3.302 -28.397 180) (size 1.9304 1.9304) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "Net-(U2-CATH1)") (pinfunction "CATH1") (pintype "input") (solder_mask_margin 0.1016) (thermal_bridge_angle 45) (tstamp d8c01b06-b8fd-4798-ba01-cb55fb4309cd)) - (pad "2" thru_hole circle (at 0 -30.81 180) (size 1.9304 1.9304) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "-15V") (pinfunction "CATH2") (pintype "input") (solder_mask_margin 0.1016) (tstamp 5694a8c2-2a0d-4764-97c0-bcc84c8d4301)) - (pad "3" thru_hole circle (at -3.302 -28.651 180) (size 1.9304 1.9304) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "BODY") (pintype "input") (solder_mask_margin 0.1016) (tstamp 16c04ac4-fca7-4dda-93ea-5f44fc152040)) - (pad "4" thru_hole circle (at -2.032 -24.13 180) (size 1.9304 1.9304) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "-15V") (pinfunction "SUPPR") (pintype "input") (solder_mask_margin 0.1016) (tstamp 2e1a8ef3-4a5f-4840-af38-2a1292d9a5c3)) - (pad "5" thru_hole circle (at 2.032 -24.13 180) (size 1.9304 1.9304) (drill 1) (layers "*.Cu" "*.Mask") - (net 28 "Net-(U2-SCREEN)") (pinfunction "SCREEN") (pintype "input") (solder_mask_margin 0.1016) (tstamp fd1d6c68-96f1-4795-8e29-ece014b0bb06)) - (pad "6" thru_hole circle (at 0 -27 180) (size 1.9304 1.9304) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "Net-(SW1-B)") (pinfunction "GRID") (pintype "input") (solder_mask_margin 0.1016) (tstamp 24617472-6b48-4d71-a889-49820ceb9140)) - (pad "7" thru_hole circle (at 0 22.86 180) (size 2.032 2.032) (drill 1.016) (layers "*.Cu" "*.Mask") - (net 38 "Net-(U2-ANODE)") (pinfunction "ANODE") (pintype "input") (solder_mask_margin 0.1016) (tstamp 2e054b0e-bd3d-44fc-8d23-edfb7bca1ee9)) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 9e7e7e41-f664-484e-81eb-570b7154f012) - (at 60.96 66.04) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_fp_filters" "Jack*") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/b13a0a55-d16f-4d01-8549-9a161857f883") - (attr through_hole) - (fp_text reference "J3" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 35d997c4-be04-481c-8a54-36df41483d0b) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5647d570-d669-4094-acbc-2aacfc1d418a) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 95319780-522c-42f9-a9c7-6e7cd9bbbb0c) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6432d83b-f5ec-405d-867a-656e41ed88a4) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e2c163b-1293-468d-a528-b89634464f72)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ae8ea71-3001-4732-b2b7-e0c7af325e68)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ea19bb2-0600-4c96-8346-a5398ac8d3e4)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22a55353-0da2-4c37-82e9-e5dbd89013d0)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54c59169-650f-4c03-a0c3-e5a48add7d4d)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d29ece24-ea04-45d7-8567-640137ea0743)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1969406b-ae6d-4aac-b70b-516cf9582d5f)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 00fe653c-36b8-4777-89fc-3c86a352af6e)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d8a94639-cb76-4ce2-aa64-c58147a8acd7)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 8cba5b6b-dc8a-4f29-a56e-8adfc7095d79)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a3602609-45a8-495e-9412-97356ee10240)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 14ca225a-625a-4448-9ce4-64549c8600ae)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp a152662e-8707-450e-8dac-02f6e4c44233)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52b11a05-bb76-4e75-bce6-2ec16bdb9032)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c069f554-3188-44ca-bf6b-985581fd512c)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04d0fe1e-cd2b-4ddd-8fc6-ec642ff0bf84)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72e08948-dc72-4b08-89a4-c8c880c6c301)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00b085e9-1319-4b7f-b591-f643dad15293)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 4b70fff5-9f9a-4103-aed1-ecf6a5f9a5e1)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pintype "passive") (tstamp 4615e65b-7c1c-4bb1-8f90-e68a29bb719f)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 33 "Net-(J3-PadT)") (pintype "passive") (tstamp 3e1567f5-ea7b-4c70-aef3-d890d3e64ddb)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 32 "unconnected-(J3-PadTN)") (pintype "passive+no_connect") (tstamp 09d477e4-c0c0-477a-b597-fa29c6d7d8db)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:SPDT_KIT" (layer "F.Cu") - (tstamp a790fc6a-1946-4119-a7b9-94de6e37dd84) - (at 60.96 127 180) - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Switch1\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Switch, single pole double throw") - (property "ki_keywords" "switch single-pole double-throw spdt ON-ON") - (path "/4bf5e13f-a3d8-4299-abb7-61d9064d3930") - (attr through_hole) - (fp_text reference "SW1" (at -1.778 -8.254) (layer "F.SilkS") - (effects (font (size 1.2065 1.2065) (thickness 0.1524)) (justify right bottom)) - (tstamp c415c59b-d5bf-44d4-b82d-7e2348e29e91) - ) - (fp_text value "Switch" (at -4.191 8.382) (layer "F.SilkS") hide - (effects (font (size 1.2065 1.2065) (thickness 0.1524)) (justify right bottom)) - (tstamp 3c7c4b12-1ebb-4c7a-a8bd-8bf645c271b5) - ) - (fp_line (start -4 6.5) (end -4 -6.5) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp d814efa9-1bb6-4569-af2b-ae8a6ed62d66)) - (fp_line (start -3.9 -6.6) (end 3.9 -6.6) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp e75cc225-9286-45ec-9f36-2d51df843026)) - (fp_line (start 3.9 6.6) (end -3.9 6.6) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 0a025c65-2fa1-4fa0-8335-fc67e2622bc3)) - (fp_line (start 4 -6.5) (end 4 6.5) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp f80990cd-c635-4a4a-b663-b702e8a1167c)) - (fp_arc (start -4.0005 -6.477) (mid -3.963303 -6.566803) (end -3.8735 -6.604) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp d65cafb5-219a-47f8-b9e5-1ec549297747)) - (fp_arc (start -3.8735 6.604) (mid -3.963303 6.566803) (end -4.0005 6.477) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp aad6b85c-f246-4aab-801f-fa34bd8d5131)) - (fp_arc (start 3.8735 -6.604) (mid 3.963303 -6.566803) (end 4.0005 -6.477) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 2016a2a8-5762-439c-b11a-b4bcb9805203)) - (fp_arc (start 4.0005 6.477) (mid 3.963303 6.566803) (end 3.8735 6.604) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 6fc9f5fc-01f0-49a6-bb04-87bf8a7b5c48)) - (fp_circle (center 0 0) (end 0.254 -2.794) - (stroke (width 0.125) (type solid)) (fill none) (layer "F.SilkS") (tstamp a9c7ebc0-faf8-426a-82cc-1af0830826bb)) - (fp_circle (center 0 0) (end 0.3175 -1.651) - (stroke (width 0.125) (type solid)) (fill none) (layer "F.SilkS") (tstamp 19be5ad5-8c4e-4a62-aeae-d0d5976f630b)) - (fp_circle (center 0 0) (end 3 0) - (stroke (width 0.125) (type solid)) (fill none) (layer "F.SilkS") (tstamp aee00a35-cc2a-4095-b0cb-6e9c6fe5f0f8)) - (fp_circle (center 0 0) (end 2.4765 0) - (stroke (width 0.0254) (type solid)) (fill none) (layer "Cmts.User") (tstamp 0e229915-4dfd-4f1f-b7c7-a2c13c2f3631)) - (pad "1" thru_hole circle (at 0 -4.7 180) (size 3.1 3.1) (drill oval 2.2 1.2) (layers "*.Cu" "*.Mask") - (net 31 "Net-(SW1-A)") (pinfunction "A") (pintype "passive") (tstamp 2ad8079c-10ca-4e07-9164-6a2cde9cc10b)) - (pad "2" thru_hole circle (at 0 0 180) (size 3.1 3.1) (drill oval 2.2 1.2) (layers "*.Cu" "*.Mask") - (net 4 "Net-(SW1-B)") (pinfunction "B") (pintype "passive") (tstamp a851973e-75a2-4270-aeb4-c331bba01b30)) - (pad "3" thru_hole circle (at 0 4.7 180) (size 3.1 3.1) (drill oval 2.2 1.2) (layers "*.Cu" "*.Mask") - (net 30 "Net-(SW1-C)") (pinfunction "C") (pintype "passive") (tstamp 98048c0f-c86f-441c-b96a-1c211ba81818)) - (model "/Users/design/Google Drive/4ms/kicad/packages3d/spdt-toggle-submini.wrl" - (offset (xyz 0 0 2.793999958)) - (scale (xyz 0.39 0.39 0.39)) - (rotate (xyz 270 0 90)) - ) - (model "/home/etienne/Projects/elektrophon/lib/kicad/models/SPDT Toggle Switch.stp" - (offset (xyz 3.5 -12 0)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp b974fe2b-001b-4f59-b616-f8cae1ffa24e) - (at 60.96 86.36) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_fp_filters" "Jack*") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/1f1dbdfb-2b93-4713-b3b9-d1364f34382e") - (attr through_hole) - (fp_text reference "J5" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b176c47-b94a-4986-bcd1-15ddca6fb0c4) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 64f584a6-485e-4e40-aea2-b90aeb8f382b) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 5df1e6fd-2ac7-45f6-af8a-46dc6bd09fb2) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0777b1e1-7c20-4ea3-9a45-cb089ee81f24) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6037ceb5-e014-4e8b-ba0f-7f7fbc6c9e52)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da7d4397-69b1-4b98-b0d0-7286d3301025)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5768ff7d-6bdc-4b3d-b438-cb9ededc4ec8)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ba6262c-0a3a-485a-a1f6-f4e637cb89d9)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6614482-18b1-43fc-a74f-ad2c3a303fc1)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 936a2f7b-f56b-4f41-967a-391b94209ee2)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp e2482c71-4bf0-4cd8-8752-e601cd5b2f64)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 4b30ac78-12ba-4341-8711-b9cf3f4e37b1)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 330e860b-b029-48b5-835f-315a3ce86a39)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 72d1240c-ff01-4b27-bf15-64798fb671a9)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ba6ef615-4498-4f71-9940-49120b538552)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0f84b2b6-a280-4443-956b-ae18703d8f1b)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp bd94cca0-722c-41cc-8642-cbea72a369b6)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02f6cdfa-4381-4ac4-a71c-caaefab6c7ee)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6dbcae6a-bba9-4355-92c1-c7c0cbc60a21)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b46a24b6-26b8-4da0-b2dc-33734db4a4d4)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbc50341-86d0-419a-bebb-b3c71d1b8c6a)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4bbc7d2-c76e-40c1-8a10-4f6374fede22)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 7ebe585e-1018-45e2-be02-18d0d21183d4)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pintype "passive") (tstamp a6c2241d-22d3-4185-a1b9-8cdacaf8f75c)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 34 "Net-(J5-PadT)") (pintype "passive") (tstamp 96fd31e8-92ab-4fa1-ae03-ce6b2513c0b9)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 14 "/OUT") (pintype "passive") (tstamp f349abfe-bfc8-4243-affb-2bb384b0d02f)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp cc3474d1-3fc3-4b76-806b-905612b4d2e2) - (at 81.28 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_fp_filters" "Potentiometer*") - (property "ki_keywords" "resistor variable") - (path "/dd2c8248-7b74-4faa-a4eb-3a6e04a7561e") - (attr through_hole) - (fp_text reference "RV7" (at -9.652 0 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1fd2610e-0e9e-4476-b800-fad8b462773d) - ) - (fp_text value "50k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 01654e74-68ac-4c4f-8a2d-477fd0da41c9) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5aca31d4-57fc-4456-9b91-3fd7bf651b4c) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4e121ae-a0cc-4b13-8f1d-6233fe28d7b2)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15e667f0-c827-413b-9614-d3abb5d4bb98)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70755169-eab7-4d4b-8bee-4efe48c74841)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a71ff35b-d215-4522-92e7-d35added2fd6)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd2f57ac-ef84-48dc-bc32-8bb1c411a02c)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c9514c7-0ecf-4055-af79-2428f8a81f10)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4b0343d-b69e-4df6-a3d5-6d3334b4868a)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08d8ed73-9295-416e-a600-067f26440980)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e04a0c90-7f14-4aa0-9e9a-5456e80b5a8f)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 056e2ff9-e343-4714-8b1a-4d023ab81882)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d152c36-f45a-4cca-94f0-38cd97399429)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c863d4d3-94d9-4f8e-8bb9-523cccb28b8b)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0d417e8-b586-4e50-a528-29142460d4fa)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca620391-80d2-4c48-9d17-c5e431efbd17)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f634568-aa59-459c-88e3-aec1ef203a24)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d70d7c51-f370-49d4-a294-1b871fc0e808)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a36ae663-2614-4227-8a60-e240cd747236)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f3723abb-cdfe-4ddc-b069-b2cf37fa31f0)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 47a143fa-ad98-470a-9c87-6706298a2f4e)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp aacf38b6-9032-4347-a1f3-8c373ad8cfa4)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "1") (pintype "passive") (tstamp 4bbee20a-73a2-438e-935a-7946eecc9105)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 27 "/CV1") (pinfunction "2") (pintype "passive") (tstamp fcb06b25-3996-4bfc-8bcb-1bb0dbf22ac8)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "Net-(J7-PadT)") (pinfunction "3") (pintype "passive") (tstamp ab8fe5fe-7aee-4840-a49b-601eaa8c8c94)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp d1873c93-077c-4307-8c8f-e16c245aa3a1) - (at 81.6 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3") - (property "ki_description" "Potentiometer") - (property "ki_fp_filters" "Potentiometer*") - (property "ki_keywords" "resistor variable") - (path "/24406764-998f-4145-ab46-71986b18c15c") - (attr through_hole) - (fp_text reference "RV6" (at -9.525 0.188 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 263eb5e4-7361-4038-be21-d6f4ea3a55fb) - ) - (fp_text value "A50k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4a0f718e-933d-4822-89a2-89ab58fee9ae) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c77c200e-2f84-4f0a-bc11-aaecbb800880) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c25fdbd-dfcb-499d-b818-dfae6857f6ba)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26ac77df-5c93-4e30-b704-539926535462)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8408b2b-69e2-46e8-9de9-e2ff21ad20db)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea183455-edd3-427f-a546-e2da8e061e94)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d82f738-6623-4048-aab7-ee3b951c6602)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03a72998-f120-49c7-9954-d72eb65033a3)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bc22df6-1fe7-484b-9e5d-3daa5c044290)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f7c56d7-b084-4444-960f-00b60da40836)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 083b5173-ba9b-4f90-b77e-3d5a32156cea)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f1eb814-cfa3-4433-af8c-0b94d2056545)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77b8fdc5-be2a-4714-9ffc-f152042b7301)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e6d0fab-861b-4cb1-b1ec-3738b15b5c57)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7320f644-d9f8-4fc7-9d96-f6edfa8be25e)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4aca0b4a-7734-4aef-a00e-67e27ca43eef)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcf3c356-6409-4883-9570-a4559819bb21)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7520dff-5701-48f8-81ad-82fab2663585)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a2b9e0a-3594-4434-a9a9-91788207cf6a)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 56c595ee-5b35-42c2-80e0-50c1f5e35de1)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 4fb55d1a-77e8-459d-9220-d9b1c2eefea0)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp c6d0a020-db01-4730-8194-7f922963721e)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "1") (pintype "passive") (tstamp 145d38b2-565c-424c-9b0c-8de0d64dc294)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 26 "/GAIN") (pinfunction "2") (pintype "passive") (tstamp 31268841-f428-4102-a08d-6f11f24d7f80)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 11 "+15V") (pinfunction "3") (pintype "passive") (tstamp 8e874d0a-796b-4327-b8a6-08eb1206ca06)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp d7bd0ffa-3d1f-4bf7-baf0-1c92d04fa420) - (at 60.96 106.52) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_fp_filters" "Jack*") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/bfd37683-56de-4305-92ef-c7304042c138") - (attr through_hole) - (fp_text reference "J7" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1e0567f-50f2-47f0-a2e4-6229d1c3342f) - ) - (fp_text value "PJ398SM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 11d51455-50a0-4c94-8f0d-2284cc0a429c) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp a15872ad-c9d6-4a8a-a861-ced13ba927a5) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 70471135-a2f1-4c63-a5de-599ca03f53c2) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92d4b832-508f-4d45-9da3-38b7f7e6132c)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b88c8e3-bb21-416c-b1b1-7379e41f5a60)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2729994-1b4f-4014-a08f-e296561690e3)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4243fd24-af82-491d-8bbb-c5f17f3f1317)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9622d036-1656-496a-8e4f-d6fbd6ceaa7c)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 605f0002-6787-4329-a36e-436975627eb5)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp a3136eef-37ea-4b66-803f-b9d49b8574a4)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 64b2f724-2f4e-4227-a6d2-bea27524d0ee)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f24941d9-e7c3-47da-bdf9-1450607cd46f)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1b2da4e4-90fe-4439-a6e0-9862d8a0ed4e)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp e68b3286-13ce-429f-bf72-12bf8a4a16ff)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 26d07689-da8c-4f44-8376-e68f96556b28)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp f355bfd0-39e1-474b-beed-219d35b50e78)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42b31d80-c519-4735-98c1-3a28ff9adccb)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00b64003-a01f-4b1c-8b12-53f0a479dfd5)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 945f0bbd-60fc-43ee-8333-e0d508d46ede)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e065f92c-5534-40ab-845b-76ddb9b0fb1d)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89d439c0-0dce-4d99-a3ac-aa3bcfbbb5e4)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 71948dd4-d91c-46fc-b73f-f593fa483301)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pintype "passive") (tstamp 54e7e391-f14c-47c6-ac62-e7cead79d694)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 21 "Net-(J7-PadT)") (pintype "passive") (tstamp c19475d7-8044-4ab4-af43-8fdc7e5bfb11)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 22 "unconnected-(J7-PadTN)") (pintype "passive+no_connect") (tstamp 25b0ef6b-c789-4e31-94ab-4c28dfb737bc)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm" (layer "F.Cu") - (tstamp faf937eb-2d37-4dba-84bb-26866fb011cc) - (at 69.088 91.948) - (descr "LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins") - (tags "LED diameter 3.0mm z-position of LED center 2.0mm 2 pins") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*") - (property "ki_keywords" "LED diode") - (path "/c7e26b68-52a3-4be4-a337-3a66829f1d3f") - (attr through_hole) - (fp_text reference "D1" (at 1.27 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5bd1594-579c-4e20-a25b-8445f8296828) - ) - (fp_text value "LED (Red)" (at 1.27 7.63) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dac2c16c-77b5-4913-bcdd-dd68b3bd490c) - ) - (fp_line (start -0.29 1.21) (end -0.29 5.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a2c1bb7-2af6-4d1f-87fb-3ea79520c4a1)) - (fp_line (start -0.29 1.21) (end 2.83 1.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07396dbe-7ff1-4ffe-a9a4-6e6be38eefe9)) - (fp_line (start 0 1.08) (end 0 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7873258e-638f-4eb8-bcd5-cece89fd5150)) - (fp_line (start 0 1.08) (end 0 1.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46defc3d-b2eb-4b64-9808-a9c00086a19b)) - (fp_line (start 0 1.21) (end 0 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cccefaf6-13ff-41e4-87f2-5c7aa7a78e55)) - (fp_line (start 0 1.21) (end 0 1.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b23b8493-8b0b-4818-bc43-b3722de4323f)) - (fp_line (start 2.54 1.08) (end 2.54 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4602f707-6ad0-4798-b8eb-2a0b59060c74)) - (fp_line (start 2.54 1.08) (end 2.54 1.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58078ad3-4109-436c-a92d-78a37ad647bf)) - (fp_line (start 2.54 1.21) (end 2.54 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76a51e23-11bc-48e3-864a-d689d80790cf)) - (fp_line (start 2.54 1.21) (end 2.54 1.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c65ccdb-3b7f-46f9-8951-a4794cfef37d)) - (fp_line (start 2.83 1.21) (end 2.83 5.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5500d6d-f960-4926-8e96-fe6dae13fc77)) - (fp_line (start 2.83 1.21) (end 3.23 1.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ba5d3b4-3ace-4e3e-8527-ec3f7d7333f3)) - (fp_line (start 2.83 2.33) (end 2.83 1.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32f9502b-39d1-400c-b9ad-0c1b33231b5b)) - (fp_line (start 3.23 1.21) (end 3.23 2.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b43cd87c-1806-4f92-8789-fa9ee820b906)) - (fp_line (start 3.23 2.33) (end 2.83 2.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c7808dd-6693-43f9-b3b9-0801173f487c)) - (fp_arc (start 2.83 5.07) (mid 1.27 6.63) (end -0.29 5.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c14dc8e9-9399-4cd4-9d6b-40a383d7bf8a)) - (fp_line (start -1.25 -1.25) (end -1.25 6.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db6e4b15-441b-4b21-b72d-16580753b2dc)) - (fp_line (start -1.25 6.9) (end 3.75 6.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d14a01c-bb06-41de-b401-bea21a9f678f)) - (fp_line (start 3.75 -1.25) (end -1.25 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2196c01b-f21b-4ca6-b47e-c154a5ff58a3)) - (fp_line (start 3.75 6.9) (end 3.75 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e288f4a-a164-4ac1-b8ef-d385a305e382)) - (fp_line (start -0.23 1.27) (end -0.23 5.07) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac80bf1d-01f9-41b3-9565-6f09066fc47d)) - (fp_line (start -0.23 1.27) (end 2.77 1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cdc1aaa-156c-48f8-a6de-b9e2a4d67b94)) - (fp_line (start 0 0) (end 0 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ec096c6-14bd-45d3-83ad-9d5ffafb595f)) - (fp_line (start 0 0) (end 0 1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7e1a8d7-40f2-40c0-9567-ea65d4c98728)) - (fp_line (start 0 1.27) (end 0 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07b77235-a029-414b-b7e9-a484565eb786)) - (fp_line (start 0 1.27) (end 0 1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 641ff4bf-d44b-449f-b898-d8689f972fe6)) - (fp_line (start 2.54 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a7c61ab-a886-45ce-ac2d-4acd1d5df9a1)) - (fp_line (start 2.54 0) (end 2.54 1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5068b8cd-b027-4ae3-a36a-ca24c675f06d)) - (fp_line (start 2.54 1.27) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bec987f3-8525-4d49-86a3-a8d3c28e48b5)) - (fp_line (start 2.54 1.27) (end 2.54 1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4736336e-b4c1-422d-85d1-7eba4d23ca2d)) - (fp_line (start 2.77 1.27) (end 2.77 5.07) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70b004db-1ca2-40d2-b5ad-f4126de12ed0)) - (fp_line (start 2.77 1.27) (end 3.17 1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46a105e6-e51d-4ca0-816b-111f0b18aa91)) - (fp_line (start 2.77 2.27) (end 2.77 1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0bac036c-2bd3-4816-bb47-d576885dfd4f)) - (fp_line (start 3.17 1.27) (end 3.17 2.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c09e1967-c8ff-4063-a0e3-f998db99e555)) - (fp_line (start 3.17 2.27) (end 2.77 2.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4f92d40-382e-4642-a9bc-18cc512f1aa5)) - (fp_arc (start 2.77 5.07) (mid 1.27 6.57) (end -0.23 5.07) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c59d21bb-2dac-42bd-931b-d41ed4c593d4)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "K") (pintype "passive") (tstamp 364c740b-15ed-4994-a5b1-ba129b90303d)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 35 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp 51cfefe3-1030-4b28-9274-078fd4d947bd)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 01b3f69e-ad46-41db-8564-9e467940f80e) - (at 53.624 142.509 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/da04d17c-0882-47b9-86c4-0725e207d28d") - (attr smd) - (fp_text reference "R16" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 92158ed8-5634-4dce-9906-4879ab7823bb) - ) - (fp_text value "2.2k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2f394e7c-8196-441c-b559-22e7dcad3399) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 16d1df26-3d22-4869-bf08-b8040183ec63) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad0e1fe8-72b5-4729-9b2e-b79f52223cc0)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aaa5cdb6-cf4c-4e44-a221-7eddfad2c59a)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3ac9d3aa-be12-4f47-986c-cbabfddf318b)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4b689931-c83d-48b3-a981-3a77136a0152)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp effbaa4e-da0c-4978-84a9-cc0e8406cca7)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f9dbb39a-8ec5-4743-825b-323d377562ad)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c6ca7ad3-1ce5-494f-8dae-1c73645fab43)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4bddce47-f63e-4184-9c92-a74ebaa0a6d2)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8ab10690-47a5-46a5-b1df-6b3f28e6df1f)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ef122f83-a981-4ed5-94f4-8ffc7805874c)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 13 "Net-(U1B--)") (pintype "passive") (tstamp cfaa5a1c-f911-421d-991e-9d2026f056bc)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 14 "/OUT") (pintype "passive") (tstamp 54efd067-a83c-4ed7-b7af-92cd542627a2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 06594bdd-43b0-40da-ad3d-3cfc16fbebce) - (at 67.28881 145.852 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/b52830cc-80c4-4ad7-b930-de586663bddf") - (attr smd) - (fp_text reference "R5" (at 0.016 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 71984c2a-40f2-42ba-93f3-69b5158b01f8) - ) - (fp_text value "750 (0.5W)" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d774e923-1e1a-4b9d-a8c3-a946880f9bee) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 2471721b-a3ac-4127-af96-5abaf95a20ae) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 69264d10-068c-4b88-9872-f131de77b08a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 967dc610-52b4-4ce9-a6c1-faf25c863dd8)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6a20ca08-99d5-4bca-937b-5b94c78616de)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1a3dc3b1-040e-4cc7-9f4f-f2ffefb2d3cd)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b06b72cc-b616-4807-91a0-c26cf6ae99dd)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b41dadc2-a2b1-4436-ac86-55b2460a900b)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 74c3fe16-f84c-4cf3-a34f-d384f064ad2e)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5cac56e6-9ae9-4fff-a575-041f10e24bd4)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 97bb43c2-6f05-4f58-9f2c-75f4cfe6b790)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f2ace0e-0172-4610-a62f-b2e5be2cc505)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 24 "Net-(U2-CATH1)") (pintype "passive") (tstamp 43b27c4b-2102-4864-98f2-e33e7a523952)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 5 "GND") (pintype "passive") (tstamp e1ff9c33-d2fd-48ea-89c1-5bdff3e87476)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 07cde5b7-4bde-4d54-a618-8d206fa6018b) - (at 53.624 145.852 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/4c2757d4-8fe3-49aa-ad28-695eb5ea28b1") - (attr smd) - (fp_text reference "R17" (at -0.03 1.651) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2cb46689-3e5a-40ee-bb09-f93276c032cf) - ) - (fp_text value "1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8e914ef2-1691-4e32-8ab3-084b19445e79) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 5c1b92a3-ec59-4d7b-bf99-ae37149aab5c) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94b9c997-d041-4b76-878e-66d8e074c3d7)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c895e4c3-382c-4a49-9f5e-e1724928b616)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f339f3d4-53f9-4a14-9f53-f1d898d89ab2)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca1e52de-08dc-4b45-b6d4-deb3e9973832)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ba26bde6-10fc-4185-bbbd-9c961abb3051)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fba35791-b1cd-4d77-b138-0e2c791600c3)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5e558ca-0108-4e92-a13b-8eadd32a616c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 95cd09bd-db7e-4745-9340-f69cd7552f5a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 375bbf60-21d9-4421-8576-a1b161f92ac9)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9709962c-3671-4971-a23d-3f3d2989e0af)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 13 "Net-(U1B--)") (pintype "passive") (tstamp 1937af03-e78f-44ef-ae66-5788c3ed8271)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 5 "GND") (pintype "passive") (tstamp aff81b39-a995-407b-b1d3-ba49c13a7128)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 0c54f3c2-b43c-4115-81b9-0afa4041986a) - (at 71.725 122.19075 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/4f8238ec-c934-4ef4-90e7-c817976f9d90") - (attr smd) - (fp_text reference "R1" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 21ff72b6-d710-40ad-ba20-adee6d5b973d) - ) - (fp_text value "20k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9589d1b9-017e-4996-b50b-1b9a9609a682) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp bc282e18-565a-4928-b39b-e048aa4cc099) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6b530fa1-f6a8-46c9-8717-30ad4ee8fb3a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 02f0dac3-9bd2-4b6e-9270-c8592f21c193)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 665fc73f-253c-4c58-96b0-52e7be2358df)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp de51e494-5d9f-4b88-bee2-10f9f7e276dc)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6aac5558-84ea-4b89-be77-14e3159b246f)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8e01d56c-ae2b-4c96-8b7d-a99426287583)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c5b83c54-8ab2-4611-b8f1-efacf89e19e8)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0066eec3-d377-4103-90be-650b2de66ef8)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6d6b1a97-0b2c-41fc-a28b-399a15c623fb)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9a82bed0-a839-434e-9935-50a211564f81)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 23 "/IN") (pintype "passive") (tstamp 5b8239ef-7f5c-4374-b26b-423c9ee73e98)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 1 "Net-(U1A--)") (pintype "passive") (tstamp 63722110-108b-4f93-81de-df35771c15ad)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 11a56cd2-92af-42b5-94c1-951be9dce823) - (at 59.055 135.793 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/2b05a5b3-634f-4fa7-b7be-bd4cc076f720") - (attr smd) - (fp_text reference "C11" (at 0.254 -1.748) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 85107f3b-f69b-4ab6-a971-c49286620d03) - ) - (fp_text value "100n" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d83d9682-fe67-4f27-bc7c-6e284beb4282) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp abeda53a-c20e-463d-a0cb-e91f6f90551d) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c232db7b-ed06-43df-9504-6757eec80afd)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cf12af60-b1f0-4abc-944b-7ef90a6534a6)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 22a9a178-375c-4e68-a53a-bfa403198328)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39b9dff3-4af3-4f59-8c14-acbadfb6ec55)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 38529a0c-170d-4a45-913c-ffaf8c4e3373)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7e5202ac-d549-40ff-929f-aad8b6736b93)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 22149059-9408-41dd-951f-05b46f21785c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 57a5407e-8339-4a8b-b282-d59ddb92dd08)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf1531b3-c2f1-4ae5-9103-4758a22e31d9)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a276272c-317a-4a99-848b-ec29dd798e73)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 11 "+15V") (pintype "passive") (tstamp 9d8fc631-6bec-4536-9e3e-23efd6f954c0)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 5 "GND") (pintype "passive") (tstamp 083bc491-08b3-4445-a020-df4f1e2df6ac)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 142626ab-bb7d-46be-a1f9-c1e60815bd15) - (at 59.42 73.406 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/c4c3c188-24f0-4519-b54e-30839e2effea") - (attr smd) - (fp_text reference "R10" (at -0.016 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 42b5fda7-7472-4cc5-996b-722a8789f098) - ) - (fp_text value "10k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 15da9160-b496-484f-9df7-ab52bf16f081) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 3cdd0708-8a68-436a-9a0b-28ae81842c64) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 35d45874-aaab-4f14-bfe0-9e066b655a06)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f272f9f3-5dd0-4cbe-803f-b43945d1a4fa)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 66ecdf75-6a81-433a-a608-709fd61d3211)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b8acef2c-a7fd-4f4e-aad5-b3099b2e7244)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1210317b-1e87-4bf9-b64d-683ae131e701)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f9181b0-3e59-4f1d-b0ec-66ba566e2e7a)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 46ac718a-e47d-422e-9805-14cb90444b86)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7f540c7d-5e79-420a-94a7-2a613322524a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 676108ee-2e68-4a55-b6bc-603f1b22b718)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db294897-9118-421a-a1b8-adc8487ef29a)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 8 "Net-(C4-Pad2)") (pintype "passive") (tstamp 256a8498-0c6f-499e-ba98-52de21d02173)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 15 "Net-(C8-Pad1)") (pintype "passive") (tstamp e3855549-3137-4162-bc58-565862399cf6)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 1b4f5603-a864-4c06-a92f-388f5af01159) - (at 58.436 145.852 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/7699b4b3-256d-4883-8604-72722eb13e33") - (attr smd) - (fp_text reference "R14" (at 0.0668 -1.6712) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1a33751f-3cf9-4da5-ad22-825d8e059e23) - ) - (fp_text value "33k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b3ed4980-c458-4f54-856b-e7fd336caf99) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 96da107a-30af-4133-9814-e9a53d2f126f) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d345e4dc-8bfc-43cc-99cb-07ab9b35638b)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad530d6d-44d9-4a86-9fa0-6dda866c8054)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 75ef948a-5e1f-45b4-8074-5357d0d44c7b)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fbcc5a12-24bd-481b-ae67-a40dbbdc9620)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c18a3885-2a8b-42a6-8289-6cb7c2a12230)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 75dd11c0-44a9-44b5-ae26-4a2ce72ac932)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f4259fc7-70c3-4944-a4b9-1841c8a0e108)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2bc98d86-09bb-4f80-9698-8215f11148dc)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d81c0c05-059d-4d20-8d0d-a01ece9b0c46)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c51e3a3c-15ad-446c-adb5-23f6ba1905f9)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 12 "Net-(U1B-+)") (pintype "passive") (tstamp 7e838840-33c6-4240-896f-248d7d52e9a3)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 5 "GND") (pintype "passive") (tstamp b61617bc-27ea-4ba1-97b5-871e17583af3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" (layer "B.Cu") - (tstamp 20ba68b3-7bbe-4ef8-af1b-9c543f68b8f8) - (at 77.597 118.745 180) - (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") - (tags "Potentiometer vertical Bourns 3299W") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Trim-potentiometer") - (property "ki_fp_filters" "Potentiometer*") - (property "ki_keywords" "resistor variable trimpot trimmer") - (path "/f3be23ca-f996-4ff8-88b7-8d49b8d4353a") - (attr through_hole) - (fp_text reference "RV1" (at -2.55 -5.57) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b1e9f6b7-2819-4c72-8bf7-14ac4db81e1e) - ) - (fp_text value "100k" (at -2.54 -5.44) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a85c7a2f-34f7-4c44-b3c6-cd052d57f5e2) - ) - (fp_text user "${REFERENCE}" (at -3.175 -1.14) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4b9461f3-6d40-4bc6-815e-83b5f4a63501) - ) - (fp_line (start -7.425 -4.31) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a3c8d4a4-2ad1-400a-aef6-3dbccd2d484c)) - (fp_line (start -7.425 2.03) (end -7.425 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0904ba7-a17c-42b1-8bed-33d2467e0a28)) - (fp_line (start -7.425 2.03) (end 2.345 2.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0e0c2e25-e6ba-46bf-b7c5-d7482334e3eb)) - (fp_line (start 2.345 2.03) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 13e3c9b9-7193-4540-870d-042d9339b04a)) - (fp_line (start -7.6 -4.45) (end 2.5 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6d8f6686-2cc2-44a9-b996-a40c0292818a)) - (fp_line (start -7.6 2.2) (end -7.6 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4ea8f0fd-5e1f-42ef-8a33-27fc42b9f37f)) - (fp_line (start 2.5 -4.45) (end 2.5 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0d0daae1-6215-4ddc-b44b-d458e78f7763)) - (fp_line (start 2.5 2.2) (end -7.6 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp df8df1e1-8b75-430b-992e-054cd5f6b969)) - (fp_line (start -7.305 -4.19) (end 2.225 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6a0f88d7-0edb-4e89-9569-4cdc80e32eba)) - (fp_line (start -7.305 1.91) (end -7.305 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 71381956-e303-456f-856f-a46d7a102123)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1cc4d4c6-416c-4b02-bbc2-9f10193e575e)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c3934d43-6330-49df-8702-0de211ce78e3)) - (fp_line (start 2.225 -4.19) (end 2.225 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 70d37990-af67-4010-9fae-e78759c38019)) - (fp_line (start 2.225 1.91) (end -7.305 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c7b2db33-221c-44f2-bc0f-453e57c5c526)) - (fp_circle (center 0.955 -2.92) (end 2.05 -2.92) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp e3f44fa1-e330-451e-bb29-e35ae5976f89)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "Net-(SW1-C)") (pinfunction "1") (pintype "passive") (tstamp 153ab1d1-c644-47df-9ae1-14f2bca4a4ee)) - (pad "2" thru_hole circle (at -2.54 0 180) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "-15V") (pinfunction "2") (pintype "passive") (tstamp 89cd6934-a266-4d01-be6e-57e5fa6e94a1)) - (pad "3" thru_hole circle (at -5.08 0 180) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "-15V") (pinfunction "3") (pintype "passive") (tstamp a08ec613-a031-4b9d-9535-f968df514f3d)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 30746aa2-1f68-4cb9-ab5a-4f9164314be9) - (at 53.624 135.763 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/a938a059-f04f-4a93-be4b-e980bb680ac2") - (attr smd) - (fp_text reference "R15" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8d35388d-df1a-4410-a52c-dc723ce535ed) - ) - (fp_text value "330" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d7adb980-8dbf-46df-a585-2d12301aa3df) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 1f2232d1-2462-4041-84e8-7b97d7472457) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4c8815ea-cfd2-448d-9237-5855a6a9a6af)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96ec9721-28c2-4895-823b-f577a7c92b02)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c3b04cc-f440-4de7-ae08-c4726e4a86df)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 55daf58b-ca81-4736-a8ca-25df0ac15ecf)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5a3a1046-4bf9-4dfa-a26c-c19e8c407cbe)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e00aec0b-72b2-42c3-b6de-08762880e6e6)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b6792ddf-c37a-4217-8507-ae4c2f57de97)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f1c15646-3fcc-4d15-b703-9db48db0ab19)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 08bc6e81-52ec-492e-a3ad-81bf274bf07c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 42ec201a-4372-41dc-968b-37ff391af3d6)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 29 "Net-(R15-Pad1)") (pintype "passive") (tstamp 99bfd729-b678-45c2-826c-33643bb4b143)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 14 "/OUT") (pintype "passive") (tstamp 5fe82e38-9fa7-4c68-b630-2146e5983ab8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 30a1c680-93ee-4741-894a-03f231f7997f) - (at 71.725 118.745 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/3fa2e33f-b1af-46df-a4bc-7aeffbdb77f7") - (attr smd) - (fp_text reference "R2" (at 0 1.576334) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6e84dc8b-7fcf-446e-b650-352bc9658ede) - ) - (fp_text value "20k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 52351c51-2335-4148-b9c0-6a316dd1f05d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp a66a663c-f98b-45fa-ad05-a36ddc4d6dce) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 64dc651c-f32c-4329-8538-ce5b59be04e7)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e8926fa4-d3c8-4614-90f1-27b6686dcf58)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 03ea96dd-12e0-43aa-b8d6-aab331d5aa26)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aaa1c402-169d-4e22-992c-feff6e68cf05)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 144b6dac-af8c-4332-9106-4f91784b8bc3)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb0ac643-8689-42ad-86f3-2b19affe14d1)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 30b4f727-234c-4d97-8c61-23ab9886c291)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8a3ad712-4243-44f6-856c-b1e1315b06f4)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1cdc5d97-c456-431b-b3bc-51599cfb65ac)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 076b76a2-9914-4d64-9e0c-63d8bf90cfe5)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 1 "Net-(U1A--)") (pintype "passive") (tstamp 33501d26-3613-4b2c-a4ac-8ef669207767)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 20 "/RES") (pintype "passive") (tstamp b385dc87-abb1-40e9-aa66-82867f304a77)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" placed (layer "B.Cu") - (tstamp 4637588a-bd67-4c28-8d5f-039be1326277) - (at 64.2375 73.406 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/380d3e68-8c8e-4960-a5b1-28dbc19441d7") - (attr smd) - (fp_text reference "C8" (at 0 1.68) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ce18fedb-9dfc-40b2-bc04-bbe21567a6c5) - ) - (fp_text value "0.1u" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 73e24eb8-7ffa-411c-8c49-c0f95590690a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 44773db9-5376-4bfd-bb62-d27781ec812b) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 859873c7-8d5e-420e-871b-3f5ebb63a2ca)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 60f22bb7-03b6-4245-880c-bd70d8c3a69d)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp db18950b-31db-4a5c-9367-d6c00157045a)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 42660350-3f47-470e-9e67-eff6392c31ad)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f1f52166-b8c6-453f-991d-1403256c7e83)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 81f866af-db97-4822-a720-f1fe9b68e1a9)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 740d9528-76c3-4288-9c97-deb3efae95f9)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b0d45681-0886-41e8-9a6d-04b5a3ac8a98)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3ffb5842-e0af-4e71-a5ec-9136b522777e)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0c9cfaef-5f88-4328-9159-76cf741d5fd4)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 15 "Net-(C8-Pad1)") (pintype "passive") (tstamp e120dd51-60de-4fec-906e-af72ebbf656e)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 5 "GND") (pintype "passive") (tstamp 083af082-6dd4-4748-baa8-518e07ec85e2)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 4803770f-85fd-4791-8f0e-dc18031427b5) - (at 71.725 132.588) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/fb7a9609-411e-4612-9cc5-709bae251931") - (attr smd) - (fp_text reference "R13" (at 0.016 -1.524) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d9d2657f-96b5-4cac-acc8-52365080f901) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1b5fd773-75ec-484f-899b-74f9d64024ed) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 86c7e74f-4e4d-4bb7-9003-af3fc51b6983) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 42661c4f-5543-4d53-931c-5e392bbe5173)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 967cf7e5-1efe-4800-98cc-516bfea4a5d4)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f3eb3c9c-e392-4e0c-8d07-d959c051807c)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3cbe274c-97cb-4272-b360-c03b0cf234b3)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 290009fa-bea1-4c0b-9d8f-3558de37a95a)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9ed81ca5-47cf-4d84-a976-94a8660041a1)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a7aa5f75-144e-4df8-b98f-5ba4f65aa42d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fbbe9c7d-2292-4977-a960-18bafe1a45c4)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3bb95453-e542-4a66-a020-bb212ce38339)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 18ed1b61-60ae-4cbd-8fa0-73fd5f93385e)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 10 "Net-(C5-Pad2)") (pintype "passive") (tstamp c827e60c-f8dc-4ec2-bb9c-876ecda5e229)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 28 "Net-(U2-SCREEN)") (pintype "passive") (tstamp 171b392c-c351-41d2-abd6-409345a412f2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 49d3195b-5c65-414a-8527-17d42f0309bb) - (at 70.104 97.536) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_fp_filters" "SOT?23*") - (property "ki_keywords" "NPN Transistor") - (path "/1b79e16f-bac4-4629-9cf4-298f54693b09") - (attr smd) - (fp_text reference "Q1" (at 2.794 -0.254 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 165cccf7-6364-4786-931f-e52ac515e43a) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6a6b9052-106c-4531-b7ad-fbaabb859b88) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 32d3f17f-025b-4f47-8148-dee2c4221830) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ea25d36-ca37-4c65-9570-e71c1b6fe65a)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6b71ee03-a831-4482-b784-471681301282)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 478a412b-41fa-48e3-aee0-f80b4a9ee935)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3cb343cf-a2a7-41a8-8a17-53838937e707)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 947f6081-d344-4d01-b9c1-a39840c255f9)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e32a7afa-c824-4766-b7c8-1df84d5bc600)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ad3427c9-0196-44c9-963e-ad989f92b475)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 079ed535-8db1-4299-bade-e04e4d03a8ab)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 42a227b9-3e7a-4a95-af30-dcf9f038b319)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f76e3c75-ed17-4699-bc8d-4d30ce16ba60)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8fcfafa6-59d0-4b9a-ad45-2cc43fb8ee23)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 015b04a5-8faa-4f8d-b9df-6d9565db823c)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f7ea0ac-d8f1-4dac-8b14-73cd4e655edf)) - (pad "1" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(D2-K)") (pinfunction "B") (pintype "input") (tstamp 4636ff79-92a1-4590-9ee4-b7d7616a3e20)) - (pad "2" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(D1-A)") (pinfunction "E") (pintype "passive") (tstamp 792764b8-fdce-4c20-87fe-de708ff4c27d)) - (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 37 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp 8f0a4057-709e-4e65-a321-026e6f1e6b5a)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 58823a2c-d37b-4537-b31f-26aee19978b3) - (at 65.278 98.298) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/edc618c2-f878-4e27-83fa-3192ebe52e45") - (attr smd) - (fp_text reference "R21" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e3036bb2-b200-47ed-8de8-d2ebb6de9395) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1a860303-556d-4a96-bbd5-7e52eb2a5db9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp b864ac12-4543-4fd4-8dc5-1eff1e7768e3) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1e9277a0-4c2f-426c-96f9-91718c53710a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c7bb5462-5069-4dfa-8966-e7ebadd3495c)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e35092ff-2815-4bd1-8281-faf977af8cb6)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 528d3629-61e6-47d7-b1af-0bc38307e9cb)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a28f8c71-1814-47fa-addc-d268c08a136e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ccf0ae4-3a64-4238-bf4b-ebba14b37dbe)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 97d21060-d091-4062-98e1-22e9fc7bf3aa)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e0adcbd0-8326-46e6-89a3-1ba403964b1f)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d0f9793d-a7e3-49f9-bfca-067e5adb9236)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 512f4f5f-95ae-415c-8a32-a1aaf33a84e2)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 14 "/OUT") (pintype "passive") (tstamp 3d069587-2671-48a7-83c8-a1d4de14184b)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 36 "Net-(D2-K)") (pintype "passive") (tstamp f46c7077-314c-45b4-ab4a-f90c7fe7d2de)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 59d8b867-6f13-4515-af30-1f650642463f) - (at 71.725 129.14225) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/19b0e967-2882-4a0e-b56d-e3f86da275c6") - (attr smd) - (fp_text reference "R3" (at 0 -1.63425) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e94eb726-debd-4e78-a7b5-e99a7f590f2c) - ) - (fp_text value "20k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 43ddc681-901d-4da1-b108-7370fdd7bece) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp d92ec209-9ed1-407e-87c5-248331bc43d1) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe98ffa7-5e11-4f18-a970-4a6842989cff)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7847fe55-cc06-499c-b091-0dc11ddc8258)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e075af0c-62fe-4661-b193-4b5f147969c9)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 64c3d151-f747-4573-a33b-3d03ec4e8d95)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 569dd89e-3228-4243-95ab-8cd888bb1b57)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp edcfdf12-2184-4857-8517-009bc1921ecd)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 99c2f8e9-ec83-4ed0-83ab-c653904439b0)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 99673373-36a1-40e3-ae69-af50854080c1)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0dc33082-084b-42ec-b2da-2bdcff36fb41)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6fada43b-c7ab-4fb0-863c-38f6de349211)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 2 "Net-(C1-Pad2)") (pintype "passive") (tstamp f13ec372-94df-40be-a85d-d03b6348781d)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 1 "Net-(U1A--)") (pintype "passive") (tstamp 4c2306c2-6c49-462f-9fe7-c81ae402a88c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 5a6d775e-191f-4caa-80bc-afff6ed25e25) - (at 64.516 77.216 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/0b7a1bd2-4548-4d37-8abd-b9669472464e") - (attr smd) - (fp_text reference "R12" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2f68f123-7c7b-4d59-bf7b-27e554348d06) - ) - (fp_text value "220k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8ba5f814-8917-4ffa-b901-95d0d9b54313) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp eb34882f-5c85-4508-8bcc-dded45e57252) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9f7f7f20-2a88-4550-ab88-8d616650b96f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp df1355e3-b833-4c4a-ad17-c6233deede01)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 50505280-7cdc-4e87-b7c4-ce83b1c7b93e)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fda962e1-11e2-473e-b301-f1ac714fa923)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e76486d4-8203-4a0b-b3ef-2b0979af168e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3814196b-0291-4028-8a29-484659080596)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 564404f6-c9bf-4669-9650-e48614d70235)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 664c3ebf-ccb7-4fa6-8f5a-a15fb10ff3af)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0d433858-52b7-456a-a16f-0002a816d949)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6c9f51d2-d388-466f-9806-eadbdfe485d5)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 10 "Net-(C5-Pad2)") (pintype "passive") (tstamp 727242f7-0aec-4c92-9f40-9cea78f78c1d)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 9 "Net-(U3B--)") (pintype "passive") (tstamp 9ae0ef4c-e5fe-4179-b66b-448c8b9b9344)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp 5eb2a4d0-96e4-4892-be75-30d589e0706e) - (at 71.12 80.645 180) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8") - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*") - (property "ki_keywords" "dual opamp") - (property "ki_locked" "") - (path "/aa653d8d-3c07-4385-a348-a32d5efe018b") - (attr smd) - (fp_text reference "U3" (at 0 3.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 12b95fa7-2141-454e-83c4-6d0770ac4c1c) - ) - (fp_text value "LM358" (at 0 -3.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 01cfe5e1-d71d-431a-9254-a2418fee64bb) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 273d9302-09f3-4e62-8601-09a9ecc2fd2f) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7a72260f-39cb-4f73-85ae-dc83b12c256c)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd397166-f090-4624-82f2-ebcce175c9bf)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4f1ca96c-e757-447e-83fd-322d6d974c7b)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d73b531-c9ec-4ad1-a050-2ca981a717ae)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1ed1b7a0-6c35-4499-820c-aa8296021eb5)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 47a59b25-d34d-435e-948a-7407e0abd198)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3e87072f-01be-4c37-a108-c62bc199f3ab)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f23a4efd-d566-4d83-8cc2-d249e9cb7505)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8bca0b5-1a69-4ed5-b2da-80ef4c714a20)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d8752e94-57fc-44af-87d9-3adfb38d84ff)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7f5244af-65b8-47c0-ae49-46299f5203cd)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 885c2231-3c6c-41bf-a6dd-01354abe458e)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4e0c75d0-c7b3-408f-beb9-9fac941322bc)) - (pad "1" smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(C4-Pad2)") (pintype "output") (tstamp b45c5e1f-007c-4e6f-aac9-a30337e59242)) - (pad "2" smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(U3A--)") (pinfunction "-") (pintype "input") (tstamp 5cca221a-be68-416e-826c-65edab4db318)) - (pad "3" smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 5 "GND") (pinfunction "+") (pintype "input") (tstamp 8498788b-02c3-4cba-9b41-d0fb8eff18f8)) - (pad "4" smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 6 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 6c4ac7bf-5de7-4e31-a834-528892b7fcdf)) - (pad "5" smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 5 "GND") (pinfunction "+") (pintype "input") (tstamp 74d80ced-3f44-4d74-8609-99ccebc93af5)) - (pad "6" smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 9 "Net-(U3B--)") (pinfunction "-") (pintype "input") (tstamp cb677340-f036-496b-91a5-23f0bbe719a4)) - (pad "7" smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 10 "Net-(C5-Pad2)") (pintype "output") (tstamp 8fb3eb50-5e0a-4816-bcce-e946d5b7664a)) - (pad "8" smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 11 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 0ebd5269-7a35-4bd0-adb1-80b243e62aba)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" placed (layer "B.Cu") - (tstamp 608fa358-6798-4741-b412-76405b70b78f) - (at 53.594 139.136 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/19b8b4f2-2125-4762-ad39-0af53a897e07") - (attr smd) - (fp_text reference "C7" (at 0 1.722) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8dd716b2-6d1c-4dcc-90c1-1b1f505f2937) - ) - (fp_text value "22p (C0G)" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 118b5f6a-4421-4f8a-8f6d-3d1e6f1910ad) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 32d414b2-0b9f-4322-be2c-f06efeabe05d) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f20bf58c-71f3-44a8-9411-45c9baa6a765)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0fb25de9-38b1-45cb-bbe9-986f0eb183e6)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 82e8f0ef-96b2-4da8-91e2-ea2354bed81a)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d8a8d797-c07d-42a5-8fc5-f3717a322c00)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0400dd31-2ba1-46b4-acb6-963c59d754de)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4911c31e-9cbb-492c-bc6f-a9ea9d0fb151)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3b3c17ee-ea4b-4896-97a9-383b60711749)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3def8f89-f11e-4b61-bf67-841a9d1a6eca)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6e711ebe-f7a6-4dbe-81d1-725705468236)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ff7103e0-f843-4de0-b7a6-e3efa9092bd6)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 13 "Net-(U1B--)") (pintype "passive") (tstamp 777e5849-0861-46ee-95d4-c70cdd1db55f)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 14 "/OUT") (pintype "passive") (tstamp 2bfa7409-473e-43b9-8850-fd3dcd6b8bc2)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 63f12c4f-5182-43db-b9c8-e3a370054a16) - (at 85.09 57.15 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "IDC_Header") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_fp_filters" "Connector*:*_2x??_*") - (property "ki_keywords" "connector") - (path "/08ad1242-582c-4a70-8bc2-174ef6521d89") - (attr through_hole) - (fp_text reference "J1" (at -4.572 -14.478 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0ac3d4a9-a72c-4a12-9bb0-da4b7c8ae0eb) - ) - (fp_text value "IDC_Header" (at 1.27 -16.26 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 724f657d-d2f0-43ff-a50d-45a2ad6b9c7d) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 253c2bef-4830-4009-9ff4-8633009fdf5c) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9f129978-50ea-4034-84e8-6e2e2bb27989)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b588204b-2df2-45e6-90f7-16bef0f1cddf)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6b52e84f-0cc6-44a6-85db-b87284bf99c1)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed49dfc2-0589-45ac-af4b-99781f81ad68)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 560fcd51-c43f-49a8-ba5b-ec45b44abcbb)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9e1a03f-18da-47ae-9041-a87b6f960207)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 14c25568-883a-4818-a667-44722a0108bc)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 542c5046-6e49-425e-94e5-0bcedb195d9d)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0ab1c591-5820-4cab-ba90-0cf29a7336de)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6388a78d-e9ba-4eca-be1e-ea1c6c617372)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e425334e-5556-4576-aabc-2f23ce903ab1)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2518b5cf-8019-4e69-8af7-61ebeecee4aa)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e83462f4-e2f9-4881-9eb0-f5f25a2f1db9)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp df8dfe08-c3ca-4509-89ca-13746f34467a)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 69ebffb4-0499-44ca-b413-5b7a059f7c92)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 651c427f-1e6f-4ce6-b53d-4739d455f7e6)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cb1d675a-7454-416a-b7ca-ff5daf3874c0)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca0fc642-bffb-40c9-9a4f-b7e07ce1a5b9)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0d6db65f-bdad-4094-aed6-a8fb3961f813)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dc230809-c92b-4e52-bfd9-98507e93aa9e)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3bf9edb2-3390-4a26-b7c9-0e7004591e4f)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 68c0a562-8e0d-474d-a334-e3b949204a47)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2ddc9c57-60b0-4cd0-89dc-0886b84d0a61)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d796fec7-9498-4935-b8d9-da09aaf42e43)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fc6105a3-d10c-4ea3-8f37-57780c778bb0)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b81869de-3912-4dcb-b2c7-1b30a6082c63)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35d39826-ba6a-4f74-aa59-ef736262f381)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8a5962f2-8b9b-4270-9d37-e23f5c03a724)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1180a90f-42ec-4b2b-b24e-8604caf315d4)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9bc01935-ad87-494d-9fbd-b8299a504c71)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37a08884-b1e4-40f2-89c1-59ce884e82e4)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c54e1e0e-aa09-4336-8bb9-8d7ca34c8b98)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 16 "/VN") (pinfunction "Pin_1") (pintype "passive") (tstamp 5e76790e-e72c-4cd3-8095-daf631dc19e0)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "/VN") (pinfunction "Pin_2") (pintype "passive") (tstamp 4fd8581c-a4ab-47fb-b436-b04a281758e5)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "/VP") (pinfunction "Pin_3") (pintype "passive") (tstamp c2c65f48-aae4-42c3-9497-26a914ec0bc4)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "/VP") (pinfunction "Pin_4") (pintype "passive") (tstamp eaf46566-4fa7-4994-9400-be775cb459d3)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp d60e2148-bcd3-4107-a6d1-373864ac123e)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp 8c6217ae-6af8-483f-a20b-75337a83ed2a)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp 7d2eaee1-df81-4562-8f86-78aaab62d8c8)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp 4ab3f4c2-7de3-4042-90ec-695649d3c58a)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 18 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp 4e5c1d07-fe87-4374-b079-e8c452b82d5e)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 18 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp 253ca3cf-c7c2-42d7-a166-258c91d320ac)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" placed (layer "B.Cu") - (tstamp 6e655f22-494f-45b8-89c0-def5d25aa52f) - (at 62.862405 145.882 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/5229664f-d0ad-416c-aa27-8509132d536b") - (attr smd) - (fp_text reference "C12" (at 0 -1.651) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 93ab05c1-d085-48ae-a879-1de67badc266) - ) - (fp_text value "100n" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b03078ec-e2a3-48bc-827a-09c4ae92ac69) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 93926bd1-a00a-47bd-a956-2afcdc42671d) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 38f2f6c0-fac3-484f-a0a3-244f6a9845a9)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 01d454a1-c4ef-42c1-9f55-f8f994867aca)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cb1b988d-48ad-4082-bc8f-a4fffb495989)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0b68e69c-a4ce-4423-999f-afbcd4626cda)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9d990604-8ecd-4f4d-bf47-aed86d922f9c)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d3028faf-180f-4ca5-84d4-f393c56c243d)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b3b2a9e5-7c50-4a30-a822-6ae31c258f47)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d614fd0-b5c3-4de0-b52e-c34846de719a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 02f0e803-6df0-43b6-82b5-d60310bb3b35)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a2681494-ffed-4780-a215-05a2baf4612f)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 5 "GND") (pintype "passive") (tstamp bbf271ba-12cf-4206-9bc1-6cdd7ae2c94d)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 6 "-15V") (pintype "passive") (tstamp c926d2a2-3a7a-4815-8834-3753b0db36b0)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" placed (layer "B.Cu") - (tstamp 76847fd1-c0e5-4402-aa9e-818bf6c0c7b5) - (at 64.516 80.518) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/5aa34142-9aef-4575-966a-6ad3fccfc6ab") - (attr smd) - (fp_text reference "C5" (at 0 1.68) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ba69f93e-4717-4a3d-8707-f9c381a8f5f6) - ) - (fp_text value "22p (C0G)" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d927b265-c838-431d-98d6-5daf10e63d61) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp a2dbe079-fc96-4734-8f20-5ff4000dd4ce) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 26619667-42a3-4c8c-8211-89a8769b7993)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp afaf803c-6b56-45a7-9c19-00021bd44a35)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2e5ddb8d-e547-48d3-bd80-2900f1b80327)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b324a59e-0b03-4b23-ac65-02a540cd6d4a)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 80052576-bd3c-41f2-a7b9-94294078da0f)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9df51930-b456-4a31-a154-16291ecc6431)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 46b67c2e-6ed2-44e6-afa5-d3fc8ceecde0)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3ae51ff5-00de-42e9-ac02-6c8ebaf9bc1d)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 36e58345-5e8a-4a9f-8886-1223e9e4cee5)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 228f544c-bb94-44a8-825e-896929032045)) - (pad "1" smd roundrect (at -1.0375 0) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 9 "Net-(U3B--)") (pintype "passive") (tstamp 5ae0ee33-413d-43b4-b4d3-3228d196c707)) - (pad "2" smd roundrect (at 1.0375 0) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 10 "Net-(C5-Pad2)") (pintype "passive") (tstamp 8305d627-0cea-4b08-bb8a-7bd87e0e23d8)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 76b118c4-6176-49db-8ef3-3347dd3323ce) - (at 75.819 97.536) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/d65a90eb-7611-4f50-b496-39ae6df3025d") - (attr smd) - (fp_text reference "R22" (at 0 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a01177c9-68c6-4e0e-be0a-808545bad00c) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 60089092-5ce3-4b7d-bdfc-f34667046445) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 5e2deedb-199a-47f2-b282-aed22eab2993) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp be73d1f8-ae74-4ae3-bedc-1422b5486d35)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 383cd439-3354-4f79-8f03-ad15f8c94a5b)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 36bc6df5-e106-435c-b5b7-74814b787b3b)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fcfcb784-a0c9-4a34-9127-8e6bfd3be9ad)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5b2f9ad6-2457-4008-9877-4a44162a94a3)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8ccbed4f-0415-4f4a-83bb-212db0f49d45)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5b8aec9d-59f1-4c24-b2a3-3fc403e8fc19)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 58af6cce-3fcd-47e2-a5dc-253045874ce5)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7d5b6264-9b40-4dff-ba7b-3adb26f9a4ff)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3db4e352-e789-4785-a084-9d55bdee9f8e)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 37 "Net-(Q1-C)") (pintype "passive") (tstamp 12fae9a8-5e76-40a8-92b7-8ee101e872c5)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 18 "+5V") (pintype "passive") (tstamp 7cd2044d-ee06-49a9-85bd-8a49ec8b8b31)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 82a8cf03-ff5d-4d38-a608-34e6f37a49f0) - (at 67.183 57.277) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/b116fa56-e5ad-4706-9b7f-6482e0522fe8") - (attr smd) - (fp_text reference "R20" (at 0 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 66b32cb0-8ce0-4aaa-8862-52c936078dd4) - ) - (fp_text value "10" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2d234fe6-3af0-4a79-90f8-c7542db88326) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 41dd6788-9b68-4961-9d28-9eb2cfe89ca4) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5d0763e2-611a-45d2-89a4-f171f5e8ba52)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8cf9c3fb-ba54-48ae-9013-ab9ca7c917a8)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5795c58e-1ee1-4a42-bf22-32c61c00622e)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 428245dd-e196-4a93-8bf1-25351ff72acf)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 74d262c2-0478-42a2-a34a-c68083c65c7a)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 128e201b-4173-4abc-a07b-9c99d7367f76)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4b213aeb-987c-40bf-92f8-5a2396896dc7)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5a66a9d8-2819-45ff-9cc7-8ea7682a1657)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f3e152f2-d54f-4496-b1b4-32bf71c141ba)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 419aa4bd-4608-4dc8-8a75-dcd78d48e358)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 6 "-15V") (pintype "passive") (tstamp 9e8275ae-bb69-48d6-9fb7-714b7e7ad380)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 16 "/VN") (pintype "passive") (tstamp 3bc8d7c0-4387-42e8-b3ec-ef21f38c4e95)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 86fb522b-924f-43f4-9698-14e5f9bb8ae6) - (at 75.581 90.805) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/205982ec-ebda-45e3-bffa-eb3b31a40cd7") - (attr smd) - (fp_text reference "R18" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1be759b8-d88f-4790-bfcb-f4884dd87467) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a0724771-c5e5-4cb9-b992-f3870d2d6900) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 19b67437-27ec-48c4-9fc0-3e8be83eeaa9) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d4e80435-4436-42aa-9cde-1208a5a3f7b9)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp df3a2f57-6207-492a-9f92-c90f62645178)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a380b081-3f85-4726-9fec-342fa0e3ca7c)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f6c53401-ca04-4a7a-ae69-2d20f0cbd569)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02a24d24-3cfd-48a3-9a9b-8971606dcc8c)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4b2f3636-7657-4b6c-b290-997bda54638b)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp af0fe193-3610-466a-ad4d-942a0aa4c2d8)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 86de616d-c6c5-4e66-b768-926f4aee112e)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f032c219-a1c4-4845-9d2a-7cc1c11dbfb7)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0173cd80-a74e-4ee7-8ba3-09e2d0b79f34)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 38 "Net-(U2-ANODE)") (pintype "passive") (tstamp b22b7d64-edab-447b-a89c-085f50d89121)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 11 "+15V") (pintype "passive") (tstamp 8c642ec9-7d02-4f6e-a92c-34686e375987)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 8bc2bb67-e87c-4b5a-b493-d64ef44521ea) - (at 69.978 102.108) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_fp_filters" "D*DO?35*") - (property "ki_keywords" "diode") - (path "/2efb8ab6-201b-4204-bcfb-3b66e3ec1cb9") - (attr smd) - (fp_text reference "D2" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fbeede9c-fdcf-45ba-94fc-57c3269d8142) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f0e39d64-0b77-42b1-b405-1c3f2e61a4c8) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 27ec8f5a-d952-4907-86c9-3ab4888c0b54) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6ea5576f-a034-468b-be5a-07334aed78cf)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4d66fc45-598d-4522-a899-47e8b0cc26f8)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ea3e5193-0242-4a92-b5d0-77f9062412d9)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e910cf77-60ab-4c7d-bc38-e5ddd99eebce)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 367881bd-f443-4b8d-b391-c6ffe7e97229)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5e762e0c-1abe-4e70-adef-5b6fafd88257)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 91e6644c-3f67-4545-bbb6-a96de9f1f55e)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e9176529-8f67-4c83-9666-d3de8f0a90ce)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e81008f0-80bf-4d32-90db-289967fb9d54)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ca861f20-f7b2-4bd2-92d2-25e80f9ce287)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 44a931db-26c8-4939-913b-52f10b2e7c78)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b06467d-9e5e-4aa9-8d73-a4f4274396d8)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8887045b-6605-4568-8a1d-2a8fdf6febec)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f517b9ff-1b57-47b4-a9a3-f1026b859c4d)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7853a975-5d9b-4e69-8ec9-f0fa1c458b16)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4b81d932-a107-42f7-ac26-7f9a0379f9b3)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 68f7511f-550f-45be-9de4-e043225ea973)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fcbcdbdb-4833-42fa-b122-346577b5d4b6)) - (pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(D2-K)") (pinfunction "K") (pintype "passive") (tstamp 014c22c9-9eeb-460b-991f-d34f66bc36d1)) - (pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 5 "GND") (pinfunction "A") (pintype "passive") (tstamp 9a04996e-c093-4c99-8d8f-ede7e6d9354f)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 8fc2d4c3-1f3e-413e-b2c7-07c11c1fd733) - (at 67.183 53.594 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/b72fefdb-7146-4d1b-ba2b-56b4d14ad3c6") - (attr smd) - (fp_text reference "R19" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 04e1d410-f9e8-497c-a3a2-108bfe71cf0e) - ) - (fp_text value "10" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 20502282-b886-40bb-850d-9ca80b377934) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp d872c88a-9a71-4f30-a080-19a014540329) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 423d714f-745d-4113-a307-de29a4b0a69a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 235c0a7b-15a2-4cbd-898e-a3e8348cab14)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f995d3a4-c531-4485-9638-53e5c6af5fec)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6efb7569-847c-4c0f-bdcb-360c3181d2aa)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 57905657-2653-431e-a314-cc3bdb993cf8)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c9a5b828-897b-4d3c-b0e6-df38fa38ce04)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eae1c006-89ca-47ca-9cdd-b652c069dc5b)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aeae3b72-67fa-4ed8-8161-a9408ecbb63c)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3b00a4fb-66a0-4b6d-8edb-f68e1f9cc1a6)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0cda0dfb-60ec-409b-8802-46c7c12f4c40)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 17 "/VP") (pintype "passive") (tstamp 0f5b9112-d65b-4518-bcbe-6927a0340469)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 11 "+15V") (pintype "passive") (tstamp 1736c4ac-13f2-47ca-ab1c-5fd10d650c67)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder" (layer "B.Cu") - (tstamp 900c1b9e-47a1-40e4-aa59-b51f40eac56b) - (at 64.7995 116.459 180) - (descr "Capacitor SMD 2220 (5750 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/dbb045b3-ae4c-41e8-a174-c32acca729f9") - (attr smd) - (fp_text reference "C2" (at 0 3.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a1bf72a3-0e19-468a-ad0b-166ab6e8a5f9) - ) - (fp_text value "470n (C0G)" (at 0 -3.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fc2ad247-ebe9-4de9-b42d-aa1e335cc4c3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp be8577ae-f867-49f6-a498-123791979e6f) - ) - (fp_line (start -1.415748 -2.61) (end 1.415748 -2.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3480b927-3920-413d-8322-d514f5df03ce)) - (fp_line (start -1.415748 2.61) (end 1.415748 2.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2aedec19-ec7a-4365-8e5c-674c54eb15ce)) - (fp_line (start -3.88 -2.95) (end -3.88 2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ede4c143-6b8e-4871-bd1b-4dac0e10b9c8)) - (fp_line (start -3.88 2.95) (end 3.88 2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp efd729a4-7089-453c-81a7-c8ea0d900557)) - (fp_line (start 3.88 -2.95) (end -3.88 -2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9bcc0d21-2952-4873-95f8-5a3a0ecb8086)) - (fp_line (start 3.88 2.95) (end 3.88 -2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7de1d963-cb6a-4712-acd1-80559d8f0f75)) - (fp_line (start -2.85 -2.5) (end -2.85 2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 15af72fa-b5fb-48c0-841b-b6359504c441)) - (fp_line (start -2.85 2.5) (end 2.85 2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 73e9dcac-362d-4120-be8e-6c25b6b4c747)) - (fp_line (start 2.85 -2.5) (end -2.85 -2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7bde5a39-224d-42b1-b97e-171684809831)) - (fp_line (start 2.85 2.5) (end 2.85 -2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1e9e9b46-77ef-44f8-80cc-5458125541e2)) - (pad "1" smd roundrect (at -2.6375 0 180) (size 1.975 5.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.126582) - (net 3 "Net-(C2-Pad1)") (pintype "passive") (tstamp 51b43668-aa9d-4fea-aede-5c75f5c166e2)) - (pad "2" smd roundrect (at 2.6375 0 180) (size 1.975 5.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.126582) - (net 4 "Net-(SW1-B)") (pintype "passive") (tstamp 6cbc2263-e446-4ad8-987a-b9d39cd391d7)) - (model "${KICAD7_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_2220_5750Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 9351c02d-2453-476c-a285-1ec66f0fc094) - (at 77.216 81.026 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/6a5c5411-f750-4cc7-aa94-51e94af7acbb") - (attr smd) - (fp_text reference "R9" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b7fb2529-4f01-4725-bb44-beff1124d5db) - ) - (fp_text value "220k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e4e709ea-2410-4217-9222-4e8fbff69ef6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 5aeb21a5-b9fb-4653-9421-7ec7cb376337) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2c679ec-0700-4a00-9065-ea1b25846ee8)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e9cc5909-ec8b-4a1e-8561-872c8f756252)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a42f02cd-9518-418a-8eb1-eaa6f75959b0)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 557627ca-f9f1-41ab-a12a-e6a98e88c57d)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1c29508f-3b17-435e-b13e-a617f677cd5f)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp af33ec86-6fb2-4f25-9915-f59b0fc7031c)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 290ff3ec-8daf-4c85-83ae-74bac3b6133a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 33919c58-7b47-4647-bfef-48da0943839c)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ea25e515-3054-4589-ad94-0b197a3deedc)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4e93a913-caa8-4c58-a5b7-b97d78308df3)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 8 "Net-(C4-Pad2)") (pintype "passive") (tstamp 9f36ad59-73ef-4fcf-a997-d452bbd17be5)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 7 "Net-(U3A--)") (pintype "passive") (tstamp f97a0cdb-361b-475d-97b1-edf6896b0083)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp 94b54b2a-2d85-4cb6-80e1-6314e622fe21) - (at 81.885 77.216 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/f810de32-7e6a-4f65-b524-8e748dfd54b7") - (attr smd) - (fp_text reference "R6" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d0558f3d-9ab9-4a90-8266-2c5a8cd97141) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dcc76dc6-a16e-4013-ac08-3610fec3d199) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp b954fce8-337f-4b97-a74b-1e240a9b9d2f) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 70041c8d-95ec-4556-9fd0-f2b7775cfc12)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 20510fb7-c849-4ad9-80bf-1a4ac36f1aef)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 10aaf6f7-3354-430a-a9b0-a35c5b731109)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2b086078-5390-410f-ba02-ad0df6246cdb)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7612e122-cf73-4a82-bb91-f0ce839d7ee3)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e1b1a4e9-a589-4046-b5a8-55a380affe3e)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6cfc444d-5f3d-48b8-a803-a81c80db959d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c148156d-379c-4c73-a56d-52af9c093b02)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 63add9ed-dc89-4493-8bdd-1f7213fe9401)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 28eac12e-d8c0-4cac-929a-9f93c61b3e6e)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 25 "Net-(R6-Pad1)") (pintype "passive") (tstamp 6ff00589-6f1f-4274-b159-427a23feb4d2)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 7 "Net-(U3A--)") (pintype "passive") (tstamp eb5490fc-b912-4f88-9f5a-4ebf5b0d0514)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "B.Cu") - (tstamp 9a5296b0-6ccc-4dab-b898-49eefd5c750c) - (at 55.88 54.61 180) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_fp_filters" "CP_*") - (property "ki_keywords" "cap capacitor") - (path "/bd8ef905-3642-48f5-bf6d-eee65470a1e2") - (attr through_hole) - (fp_text reference "C9" (at 3.556 -3.048 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 850d751e-e054-49d0-892e-a5fd65ea55b7) - ) - (fp_text value "10u" (at 1.25 -3.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 23a1381d-27aa-40ee-a025-de279ec02935) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cbba7e03-5f7a-42c4-a173-bba16731680b) - ) - (fp_line (start -1.554775 1.475) (end -1.054775 1.475) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 872e1734-f20a-4826-a99d-0b4168399355)) - (fp_line (start -1.304775 1.725) (end -1.304775 1.225) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e6f88fcc-fd66-4262-84f3-8b2cc2d17560)) - (fp_line (start 1.25 2.58) (end 1.25 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1c8308d7-871e-44ec-a65f-f1251b58b5f6)) - (fp_line (start 1.29 2.58) (end 1.29 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2e4aa765-1417-4f1d-b5a6-8d5d8e5bfe7e)) - (fp_line (start 1.33 2.579) (end 1.33 -2.579) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6153cf65-e71f-401b-bac6-a94972deb557)) - (fp_line (start 1.37 2.578) (end 1.37 -2.578) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c7c6667c-73c9-4a6d-898e-b020ac5fb875)) - (fp_line (start 1.41 2.576) (end 1.41 -2.576) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 60a60409-a4ec-460f-b421-9b203bac63da)) - (fp_line (start 1.45 2.573) (end 1.45 -2.573) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f46d41b3-7f81-43ff-a20c-675d581f87a7)) - (fp_line (start 1.49 -1.04) (end 1.49 -2.569) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cb398030-3792-4db2-983c-347b3dc70ced)) - (fp_line (start 1.49 2.569) (end 1.49 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f591bcb6-9c4f-493a-956c-d7f4adc4f827)) - (fp_line (start 1.53 -1.04) (end 1.53 -2.565) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ff37579a-c630-4697-84ba-fda997e0ad46)) - (fp_line (start 1.53 2.565) (end 1.53 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6ea44f4b-820c-4877-a4d6-3b3ccd477985)) - (fp_line (start 1.57 -1.04) (end 1.57 -2.561) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e32a6457-2d53-4a7c-bccc-e28827032d03)) - (fp_line (start 1.57 2.561) (end 1.57 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d79f03aa-7fb6-4105-bec8-0884768c9ee4)) - (fp_line (start 1.61 -1.04) (end 1.61 -2.556) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9fd6a0d1-04d9-44c9-a99d-fbffad9581c8)) - (fp_line (start 1.61 2.556) (end 1.61 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8b991450-ed24-4ca0-b0f9-f0541352fafb)) - (fp_line (start 1.65 -1.04) (end 1.65 -2.55) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 16a5836e-3121-4d15-a118-b23d79f9275a)) - (fp_line (start 1.65 2.55) (end 1.65 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6a513cb1-5604-4a6f-a805-8f10606e0764)) - (fp_line (start 1.69 -1.04) (end 1.69 -2.543) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3442072c-7797-492f-af02-1b12ae0f6e8f)) - (fp_line (start 1.69 2.543) (end 1.69 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9f139ebe-3d4f-4c54-8457-5d5205d03902)) - (fp_line (start 1.73 -1.04) (end 1.73 -2.536) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 49e88af6-5900-4052-bc80-962ee658f10f)) - (fp_line (start 1.73 2.536) (end 1.73 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 40a237c2-57e8-456a-b28d-edb4e67b6917)) - (fp_line (start 1.77 -1.04) (end 1.77 -2.528) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7e02be24-85a0-41bb-9f16-20e02f255b50)) - (fp_line (start 1.77 2.528) (end 1.77 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d9f9e7b-112d-4fc1-a6df-8410cbcf18fc)) - (fp_line (start 1.81 -1.04) (end 1.81 -2.52) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0f401ff-f26a-4517-852a-b7754a27e11c)) - (fp_line (start 1.81 2.52) (end 1.81 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2fd873e-b7dc-493b-89f3-f6c898e9e4e1)) - (fp_line (start 1.85 -1.04) (end 1.85 -2.511) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ac96e74c-d835-443b-8400-e58fd15f5fea)) - (fp_line (start 1.85 2.511) (end 1.85 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 514b3339-efbb-4c90-9622-5761fd1ac000)) - (fp_line (start 1.89 -1.04) (end 1.89 -2.501) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dbad99d4-8d36-4c14-a9b9-25d251479956)) - (fp_line (start 1.89 2.501) (end 1.89 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9bbc41ab-77b8-48fd-899e-dfb791b292e6)) - (fp_line (start 1.93 -1.04) (end 1.93 -2.491) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 618166f2-2ced-4257-96f5-f8ae5eb7ee9f)) - (fp_line (start 1.93 2.491) (end 1.93 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 32d5dbc3-87cc-492b-be93-80a1368a4bac)) - (fp_line (start 1.971 -1.04) (end 1.971 -2.48) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd57b63f-133f-4439-9f2b-801fb1a7ba4a)) - (fp_line (start 1.971 2.48) (end 1.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cc6c1198-bef0-4c97-9577-a1f759a97e54)) - (fp_line (start 2.011 -1.04) (end 2.011 -2.468) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp af54a705-9583-4040-9773-44ee4b350c4a)) - (fp_line (start 2.011 2.468) (end 2.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5093cfb8-3b1f-43d8-a0af-a8eac46e9126)) - (fp_line (start 2.051 -1.04) (end 2.051 -2.455) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ba760fdb-6395-4cb4-a07d-56e5c64da2f4)) - (fp_line (start 2.051 2.455) (end 2.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5f96db94-90a3-4f83-bc2b-0ac531def534)) - (fp_line (start 2.091 -1.04) (end 2.091 -2.442) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 59d8322e-5872-4d98-a704-dd1196a5034e)) - (fp_line (start 2.091 2.442) (end 2.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7bf7f52e-e2a2-4fe4-ad9a-7a31e3971563)) - (fp_line (start 2.131 -1.04) (end 2.131 -2.428) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4232dacd-3aab-4bfb-b0cb-e7faf0e76c9d)) - (fp_line (start 2.131 2.428) (end 2.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 418cb912-24d1-4069-853b-1fae89fbd48a)) - (fp_line (start 2.171 -1.04) (end 2.171 -2.414) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 07a8e23b-81b6-4ac2-a0bb-6352a12241e0)) - (fp_line (start 2.171 2.414) (end 2.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1fb9840d-fdee-402f-a221-7d351ce7e572)) - (fp_line (start 2.211 -1.04) (end 2.211 -2.398) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 034a60f8-b766-43f9-8fec-2f088894195d)) - (fp_line (start 2.211 2.398) (end 2.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b267b34d-c9ad-411c-90f1-bbe02f953a77)) - (fp_line (start 2.251 -1.04) (end 2.251 -2.382) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1ad28d7e-3eb4-4415-878f-9ad5fa02b5cd)) - (fp_line (start 2.251 2.382) (end 2.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c9a86d55-6f1f-4be8-897c-3aa201b28984)) - (fp_line (start 2.291 -1.04) (end 2.291 -2.365) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cbe06b15-fad1-4272-b7de-41368997802a)) - (fp_line (start 2.291 2.365) (end 2.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bc38387a-4248-4384-bce1-f2b3827aa5ce)) - (fp_line (start 2.331 -1.04) (end 2.331 -2.348) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8fa789f4-4462-4650-8895-c87e0d9d827b)) - (fp_line (start 2.331 2.348) (end 2.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 157516c8-635a-4e29-bd4c-94edfafc6992)) - (fp_line (start 2.371 -1.04) (end 2.371 -2.329) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 83808fed-21af-4462-ac27-1203ecae21b9)) - (fp_line (start 2.371 2.329) (end 2.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 91cf1de5-80de-4e58-9c17-1c0c6f02daa5)) - (fp_line (start 2.411 -1.04) (end 2.411 -2.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2ba4df66-d6ba-4e85-8a36-8c819aa92a81)) - (fp_line (start 2.411 2.31) (end 2.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6a24983c-3638-44b1-ab82-eb6055fd7091)) - (fp_line (start 2.451 -1.04) (end 2.451 -2.29) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd24abf4-b475-4b5a-b40c-c2bb24c2f6dc)) - (fp_line (start 2.451 2.29) (end 2.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d7a775ee-005b-4911-b618-90c7086b6fd3)) - (fp_line (start 2.491 -1.04) (end 2.491 -2.268) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4a810f43-2e85-488a-b5e4-1bbe6d8245d9)) - (fp_line (start 2.491 2.268) (end 2.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f3d5de8-9b03-4698-96f5-3f5e65e45649)) - (fp_line (start 2.531 -1.04) (end 2.531 -2.247) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 61817d6e-8d17-4564-90bd-d865e4f9ebf5)) - (fp_line (start 2.531 2.247) (end 2.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2e83d28b-558e-431f-a84b-d80bf38ceed4)) - (fp_line (start 2.571 -1.04) (end 2.571 -2.224) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 088d3303-7378-46c1-978c-683326bf71ca)) - (fp_line (start 2.571 2.224) (end 2.571 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 10d43541-0260-43ad-9676-7f5c36ea0452)) - (fp_line (start 2.611 -1.04) (end 2.611 -2.2) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ceec7224-b369-4a47-b13c-5bd6586742ec)) - (fp_line (start 2.611 2.2) (end 2.611 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 716b1c2b-dc6f-4fc3-84a2-93c778212e86)) - (fp_line (start 2.651 -1.04) (end 2.651 -2.175) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e1e88f0f-63ae-449e-967a-f6ebc8d9f675)) - (fp_line (start 2.651 2.175) (end 2.651 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 00046bfe-87ec-47f3-af33-4762180dda83)) - (fp_line (start 2.691 -1.04) (end 2.691 -2.149) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ef8b97e7-0ae0-4a96-bd7b-09ebf9e13362)) - (fp_line (start 2.691 2.149) (end 2.691 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 720c4600-76a8-4569-9859-a71d25734954)) - (fp_line (start 2.731 -1.04) (end 2.731 -2.122) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0c1c2dab-f413-4764-8779-14e5c5164f2f)) - (fp_line (start 2.731 2.122) (end 2.731 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0b8659b-5601-41b2-bc1f-447b384dee63)) - (fp_line (start 2.771 -1.04) (end 2.771 -2.095) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c44c4824-4fe9-424a-af79-1cfd23c19f04)) - (fp_line (start 2.771 2.095) (end 2.771 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp db5daa2b-77dd-4603-b096-8774888618af)) - (fp_line (start 2.811 -1.04) (end 2.811 -2.065) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5203b7ea-9ad7-4514-9a05-321515372761)) - (fp_line (start 2.811 2.065) (end 2.811 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2b4bb80c-8a4b-4e4a-896a-f977554671ba)) - (fp_line (start 2.851 -1.04) (end 2.851 -2.035) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9597e339-94cc-437f-9128-5713e5a8e68c)) - (fp_line (start 2.851 2.035) (end 2.851 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4776f8d2-575e-478c-8e8e-a9f5973d651a)) - (fp_line (start 2.891 -1.04) (end 2.891 -2.004) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7201c89e-5543-4cdb-ad9d-f50998dc98be)) - (fp_line (start 2.891 2.004) (end 2.891 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fc0afa16-0f25-43bd-bc8a-721b60c8f728)) - (fp_line (start 2.931 -1.04) (end 2.931 -1.971) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 084ebac2-ce11-4aa0-9c88-05172586976e)) - (fp_line (start 2.931 1.971) (end 2.931 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 153f8d50-1b81-49d1-bd4b-75c286c92a70)) - (fp_line (start 2.971 -1.04) (end 2.971 -1.937) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 89c87338-af3a-4010-9c7e-45814c3e00db)) - (fp_line (start 2.971 1.937) (end 2.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b11b2f9e-feb9-4ef8-84db-1d6ba0b6c699)) - (fp_line (start 3.011 -1.04) (end 3.011 -1.901) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 63222ce4-dab8-424b-9e49-140fe36bf350)) - (fp_line (start 3.011 1.901) (end 3.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 34221c0b-51ef-4795-a5b1-a90ce871b3b6)) - (fp_line (start 3.051 -1.04) (end 3.051 -1.864) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3e6742a4-36cb-43a9-8a46-4729932913a0)) - (fp_line (start 3.051 1.864) (end 3.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b0a6c25-ac6a-4bea-8675-a9913041bbfa)) - (fp_line (start 3.091 -1.04) (end 3.091 -1.826) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1f727ce5-949a-4dba-b9a5-9563da857538)) - (fp_line (start 3.091 1.826) (end 3.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9b35ea94-1017-4e33-8287-23fe7eb10ce0)) - (fp_line (start 3.131 -1.04) (end 3.131 -1.785) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1657d148-4ba2-4a1e-81a9-7d282122165b)) - (fp_line (start 3.131 1.785) (end 3.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 83f51e0b-05b8-47ba-ae67-c1b3fe005456)) - (fp_line (start 3.171 -1.04) (end 3.171 -1.743) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bba3e6b9-2e5e-4a47-8c44-5e04157498e7)) - (fp_line (start 3.171 1.743) (end 3.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6cad794a-7a18-4603-ad91-63795e1cde6c)) - (fp_line (start 3.211 -1.04) (end 3.211 -1.699) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 158cebb4-0fe1-4959-b260-adc712e2109d)) - (fp_line (start 3.211 1.699) (end 3.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6ebac3c0-2e3e-4ca1-8ad0-654dad968fc3)) - (fp_line (start 3.251 -1.04) (end 3.251 -1.653) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2d233902-d92d-41e1-990b-d796337fc1e7)) - (fp_line (start 3.251 1.653) (end 3.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7a963761-e00c-4867-bd1b-92a41bd36a21)) - (fp_line (start 3.291 -1.04) (end 3.291 -1.605) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3fbc2709-e843-4641-a0b3-5883602726c9)) - (fp_line (start 3.291 1.605) (end 3.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp de735f18-c644-46f2-98ac-8d2ab0cc5975)) - (fp_line (start 3.331 -1.04) (end 3.331 -1.554) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5dd37ac9-bc3b-4e0f-878c-1794deed68ca)) - (fp_line (start 3.331 1.554) (end 3.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7415db77-027a-4420-9087-0f9955b32e54)) - (fp_line (start 3.371 -1.04) (end 3.371 -1.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 78cccd11-8127-4ad7-adbd-7bd1dbe09d95)) - (fp_line (start 3.371 1.5) (end 3.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 45f62d1d-c148-4a14-9725-be5dd6f75567)) - (fp_line (start 3.411 -1.04) (end 3.411 -1.443) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5965a95b-07a2-469c-a07f-346cd62d4b5b)) - (fp_line (start 3.411 1.443) (end 3.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 17195851-6c2e-4b06-940a-1160adea646d)) - (fp_line (start 3.451 -1.04) (end 3.451 -1.383) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 757a1dd1-01b6-477e-91de-413ba1c5b6b1)) - (fp_line (start 3.451 1.383) (end 3.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 84b86daa-a83d-48f2-8810-e6efc31de417)) - (fp_line (start 3.491 -1.04) (end 3.491 -1.319) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d6b2a2ee-0ba6-46b4-b0a5-a4749c3a3288)) - (fp_line (start 3.491 1.319) (end 3.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e91dd70f-46a2-4570-ba34-4d7e8da776ea)) - (fp_line (start 3.531 -1.04) (end 3.531 -1.251) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7ad61fae-5c60-4160-8135-d2701cb3ebe1)) - (fp_line (start 3.531 1.251) (end 3.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b22f64bf-4392-414d-8522-dd482a969938)) - (fp_line (start 3.571 1.178) (end 3.571 -1.178) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 05316482-39d8-456b-abb7-c31eaa615282)) - (fp_line (start 3.611 1.098) (end 3.611 -1.098) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b6a8d9cd-084a-480d-b441-8cfa0c88632c)) - (fp_line (start 3.651 1.011) (end 3.651 -1.011) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8834094c-4f3b-42b5-8407-4f16fa6eb85a)) - (fp_line (start 3.691 0.915) (end 3.691 -0.915) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d126fcfb-615d-4a70-850d-91d2956a4139)) - (fp_line (start 3.731 0.805) (end 3.731 -0.805) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 51991250-1194-40c1-885a-1db9d4561341)) - (fp_line (start 3.771 0.677) (end 3.771 -0.677) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b038c480-7e93-4e8a-a1db-552c131432f4)) - (fp_line (start 3.811 0.518) (end 3.811 -0.518) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e15120e1-a70e-4983-ae1c-8ed34280b93f)) - (fp_line (start 3.851 0.284) (end 3.851 -0.284) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0a1ac8c4-4fa3-4d8b-9b7f-06dd0ca0da21)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp b8467048-c01e-4fa1-bebe-ca4df8ad2fae)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp cdb8e6b2-3300-49b8-881c-1b7e8ef23ea4)) - (fp_line (start -0.883605 1.0875) (end -0.383605 1.0875) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0a77218f-ed72-4095-9941-197f6387ff32)) - (fp_line (start -0.633605 1.3375) (end -0.633605 0.8375) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf96829d-cb5d-470c-b0ba-b789723e7df1)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 77bc81df-b83e-454b-958e-c21e0c80dc1d)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "+15V") (pintype "passive") (tstamp e86aface-8190-4f4b-97c0-3e8f33216924)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pintype "passive") (tstamp d98bbf3c-511c-4970-a7ca-ede0544aa717)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "B.Cu") - (tstamp 9f8e64b8-3d1d-43f1-b0b4-16ea0cd99466) - (at 62.825 54.61 180) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_fp_filters" "CP_*") - (property "ki_keywords" "cap capacitor") - (path "/e47c7214-1d13-4403-b593-477f76d5b5e7") - (attr through_hole) - (fp_text reference "C10" (at 3.897 -3.048 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 242bbeee-7999-47c3-9076-07ce46e6bd33) - ) - (fp_text value "10u" (at 1.25 -3.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 84b2f792-4adb-4606-8651-1f42eb1ff423) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cd3e77ef-20ef-4880-8640-e3bdc75b3ea5) - ) - (fp_line (start -1.554775 1.475) (end -1.054775 1.475) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2ae3096-400a-4ffa-a5df-2c8610a3cdf5)) - (fp_line (start -1.304775 1.725) (end -1.304775 1.225) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4e0b2f20-bdb7-4972-838f-da0058db4760)) - (fp_line (start 1.25 2.58) (end 1.25 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0857ff30-14f4-4a75-91e9-de6e52e00de6)) - (fp_line (start 1.29 2.58) (end 1.29 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b347ade2-d99e-426c-97ee-5907807c0383)) - (fp_line (start 1.33 2.579) (end 1.33 -2.579) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6a3c50ff-49ee-4d5b-8513-a699d37a34cd)) - (fp_line (start 1.37 2.578) (end 1.37 -2.578) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 090843cf-4382-4218-9df9-4df49621ea6c)) - (fp_line (start 1.41 2.576) (end 1.41 -2.576) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 000a8082-68c5-4568-80f2-99d7f31400b3)) - (fp_line (start 1.45 2.573) (end 1.45 -2.573) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3594e8da-bcf6-42ae-9bf6-4407140ca6a8)) - (fp_line (start 1.49 -1.04) (end 1.49 -2.569) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9c35bdff-7b1e-4a87-a36d-8a988683516d)) - (fp_line (start 1.49 2.569) (end 1.49 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6ae0ae6d-7a0d-45a6-82ea-6a8345af6df8)) - (fp_line (start 1.53 -1.04) (end 1.53 -2.565) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a5aa204e-c863-4c7c-b4ab-cbb1c425cc7c)) - (fp_line (start 1.53 2.565) (end 1.53 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f7262cff-778f-4014-815e-6cf5e7049a88)) - (fp_line (start 1.57 -1.04) (end 1.57 -2.561) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e8750837-038e-45c8-b237-df8649b6f1c0)) - (fp_line (start 1.57 2.561) (end 1.57 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bcb4e814-a810-42e0-a7dd-b0a80a663993)) - (fp_line (start 1.61 -1.04) (end 1.61 -2.556) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 845871d7-b470-4248-8de5-7c5db5dcd2d1)) - (fp_line (start 1.61 2.556) (end 1.61 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 10d7c9cf-bc00-4e9e-83a2-80725bc18140)) - (fp_line (start 1.65 -1.04) (end 1.65 -2.55) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp df189fba-cf63-4fdc-a510-ebfbd436cd4a)) - (fp_line (start 1.65 2.55) (end 1.65 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0f61ac4-0657-4a06-8576-d33a850e0a8e)) - (fp_line (start 1.69 -1.04) (end 1.69 -2.543) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 71aa676b-fc38-456d-8968-94b2619d7848)) - (fp_line (start 1.69 2.543) (end 1.69 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b98624d-0352-4d63-b87d-28e9149d7009)) - (fp_line (start 1.73 -1.04) (end 1.73 -2.536) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1df829c6-cdc8-4b63-90f4-66f9678438b4)) - (fp_line (start 1.73 2.536) (end 1.73 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 81a2e5b3-f301-4218-84ac-f734d64ad5f4)) - (fp_line (start 1.77 -1.04) (end 1.77 -2.528) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d1cfb9a4-abdb-4e3a-9ba0-803b3bede13e)) - (fp_line (start 1.77 2.528) (end 1.77 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e9f2b5f7-b4cd-41df-bde7-54dc33d81812)) - (fp_line (start 1.81 -1.04) (end 1.81 -2.52) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4481168-0a6c-4efe-a9e2-b7f52d289884)) - (fp_line (start 1.81 2.52) (end 1.81 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 911855bc-0346-4f47-91ba-7b3e9b0bb760)) - (fp_line (start 1.85 -1.04) (end 1.85 -2.511) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 803c405e-f61f-41b9-a857-e683ad93f9df)) - (fp_line (start 1.85 2.511) (end 1.85 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9f7052a2-9392-4544-907d-932cb5079a7c)) - (fp_line (start 1.89 -1.04) (end 1.89 -2.501) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7c6dd2f9-38b8-477e-9675-40302c37f366)) - (fp_line (start 1.89 2.501) (end 1.89 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1fad9a12-4f46-4b41-80fe-0bed8731de7f)) - (fp_line (start 1.93 -1.04) (end 1.93 -2.491) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 05e677ac-1cb2-467c-9ed2-56b4616a3a0e)) - (fp_line (start 1.93 2.491) (end 1.93 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f44a70d-71c2-4768-84f1-2776270496dc)) - (fp_line (start 1.971 -1.04) (end 1.971 -2.48) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 46ae8b9d-7d10-4df3-bf09-31a1af3599eb)) - (fp_line (start 1.971 2.48) (end 1.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a8d2a7f9-9e98-4e6b-8710-39e703175131)) - (fp_line (start 2.011 -1.04) (end 2.011 -2.468) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7deb8ea2-2869-4a3a-804c-ce53710eac78)) - (fp_line (start 2.011 2.468) (end 2.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ab3a2a4-53a8-4f76-b641-c189a2044e54)) - (fp_line (start 2.051 -1.04) (end 2.051 -2.455) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 73a0561a-01c1-4cdc-b2ae-d0d958a08f00)) - (fp_line (start 2.051 2.455) (end 2.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 161d7890-6b12-40ed-832b-0217418bbed2)) - (fp_line (start 2.091 -1.04) (end 2.091 -2.442) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c009e7c8-184d-4282-9ed4-91cd378985ee)) - (fp_line (start 2.091 2.442) (end 2.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5938a96c-7b9b-4a23-998f-a5cef8eea2d7)) - (fp_line (start 2.131 -1.04) (end 2.131 -2.428) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 75833446-ce42-46aa-8504-90cbeff7a823)) - (fp_line (start 2.131 2.428) (end 2.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 148974a0-c149-462b-99fa-f247d821c841)) - (fp_line (start 2.171 -1.04) (end 2.171 -2.414) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 166e9bc9-550e-4894-9cef-dc47e22e9ec3)) - (fp_line (start 2.171 2.414) (end 2.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 65fc50d7-5da4-49ad-94e7-5776f88ee5b2)) - (fp_line (start 2.211 -1.04) (end 2.211 -2.398) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96809dd4-79fc-4f13-b633-aac08811dcce)) - (fp_line (start 2.211 2.398) (end 2.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e4d602a-6ddb-4634-910a-a3998de3934f)) - (fp_line (start 2.251 -1.04) (end 2.251 -2.382) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2ce97d65-4b4a-4de7-81f8-5b8e49c88de1)) - (fp_line (start 2.251 2.382) (end 2.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1a949dd9-8263-453c-b19a-8949192a0a66)) - (fp_line (start 2.291 -1.04) (end 2.291 -2.365) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 04cf8e8e-a97e-4385-9f90-1ba7df3cf523)) - (fp_line (start 2.291 2.365) (end 2.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b832b1c-9e7d-44f0-bada-752b3018a157)) - (fp_line (start 2.331 -1.04) (end 2.331 -2.348) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 785ca126-6cf4-4910-aa9f-dd65d0aacdb4)) - (fp_line (start 2.331 2.348) (end 2.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8eb67d76-a5d4-4505-ba11-d9d14431e9ea)) - (fp_line (start 2.371 -1.04) (end 2.371 -2.329) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1727f5bd-b253-429e-90da-c2cba1f2cf57)) - (fp_line (start 2.371 2.329) (end 2.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5cf8d234-4219-4e01-8231-e4a3e4a229af)) - (fp_line (start 2.411 -1.04) (end 2.411 -2.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4561cf34-67a0-47fb-bcf2-e0395ba2c45d)) - (fp_line (start 2.411 2.31) (end 2.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a70f87bc-ca8c-4cc8-b37d-f3e53720d4f2)) - (fp_line (start 2.451 -1.04) (end 2.451 -2.29) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3821c444-1b36-4601-a17e-d73eb67431c1)) - (fp_line (start 2.451 2.29) (end 2.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5931d598-7f3d-428c-a338-971729a6150d)) - (fp_line (start 2.491 -1.04) (end 2.491 -2.268) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ec15cd80-e06d-4412-b803-77dae988575e)) - (fp_line (start 2.491 2.268) (end 2.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8d02d757-7149-4151-96be-6f9ceef00330)) - (fp_line (start 2.531 -1.04) (end 2.531 -2.247) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3d4d8b03-1dd9-49db-88f6-acc23920f553)) - (fp_line (start 2.531 2.247) (end 2.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 684fded1-8e6f-4305-8f3c-23c14410d8e4)) - (fp_line (start 2.571 -1.04) (end 2.571 -2.224) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ee1bb65a-9380-4714-b090-0d49c0a74bcc)) - (fp_line (start 2.571 2.224) (end 2.571 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 87c54747-c436-47ec-8c1b-4d2a104b98e6)) - (fp_line (start 2.611 -1.04) (end 2.611 -2.2) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 55d2bbce-ba38-49a3-b866-e607d46d3982)) - (fp_line (start 2.611 2.2) (end 2.611 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 112a71ab-d01b-4a85-98cd-c6dad99fc786)) - (fp_line (start 2.651 -1.04) (end 2.651 -2.175) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fc1bb89d-0488-4755-9b88-faa83a08e799)) - (fp_line (start 2.651 2.175) (end 2.651 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 16a9cba3-8b0c-4a19-a80a-57e0a7f3bb05)) - (fp_line (start 2.691 -1.04) (end 2.691 -2.149) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d6fdbc00-5058-4f18-adcc-37c40f2f00c3)) - (fp_line (start 2.691 2.149) (end 2.691 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e7436adb-16c8-4468-8d1f-63333a361259)) - (fp_line (start 2.731 -1.04) (end 2.731 -2.122) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 272ba3a3-a5e5-4656-a19b-fc6dda879688)) - (fp_line (start 2.731 2.122) (end 2.731 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 54755a65-a600-4046-9033-d4110eca14df)) - (fp_line (start 2.771 -1.04) (end 2.771 -2.095) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 39a42fc5-5e84-41dc-9d1a-e2db22496e99)) - (fp_line (start 2.771 2.095) (end 2.771 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c5bc94e0-5b4a-458b-bbf6-5c92b74a1b64)) - (fp_line (start 2.811 -1.04) (end 2.811 -2.065) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 627da108-ed93-4532-b307-9e0bd059181e)) - (fp_line (start 2.811 2.065) (end 2.811 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f992e402-00be-46c3-b635-42b59171c362)) - (fp_line (start 2.851 -1.04) (end 2.851 -2.035) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4e568d4-85d5-4797-932c-acd4fb006345)) - (fp_line (start 2.851 2.035) (end 2.851 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 69b0c945-e2d7-47e7-90db-617a419973d6)) - (fp_line (start 2.891 -1.04) (end 2.891 -2.004) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cfd1ee65-03d9-4870-b17d-b978cbc7fae4)) - (fp_line (start 2.891 2.004) (end 2.891 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c88ab93d-750e-4292-8035-2b626819c75f)) - (fp_line (start 2.931 -1.04) (end 2.931 -1.971) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 02395a4a-74d7-4e08-b849-d5bda09660bf)) - (fp_line (start 2.931 1.971) (end 2.931 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3bea6db0-245a-4c31-9a41-f6d15060140f)) - (fp_line (start 2.971 -1.04) (end 2.971 -1.937) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3846cdb7-fe41-42df-8aa0-c08610d89d3b)) - (fp_line (start 2.971 1.937) (end 2.971 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a9106f79-d719-4967-b0a3-28ef6b397eb9)) - (fp_line (start 3.011 -1.04) (end 3.011 -1.901) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5c1eb50e-0ea4-425d-a26b-eb65d75d34fe)) - (fp_line (start 3.011 1.901) (end 3.011 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c6c3b46b-9eac-4c97-9dea-d49a8ac9471b)) - (fp_line (start 3.051 -1.04) (end 3.051 -1.864) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1e94768c-c3d9-4aac-9437-4fb582a1e902)) - (fp_line (start 3.051 1.864) (end 3.051 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7c6268f6-2745-4256-8d3f-b9b2a0b9137b)) - (fp_line (start 3.091 -1.04) (end 3.091 -1.826) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d05f1d30-07ea-499a-9963-62c1af29f465)) - (fp_line (start 3.091 1.826) (end 3.091 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 84b2f8ab-c022-44be-a89d-915510ab4aec)) - (fp_line (start 3.131 -1.04) (end 3.131 -1.785) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 66a14963-cf7d-42d5-ba8e-cc8bf55c2fc1)) - (fp_line (start 3.131 1.785) (end 3.131 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 89936bda-1d94-405b-953b-5f3a4f9c0b3b)) - (fp_line (start 3.171 -1.04) (end 3.171 -1.743) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 41304d75-d8eb-40aa-8909-5fd7bbd96f5b)) - (fp_line (start 3.171 1.743) (end 3.171 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9d6eb57d-853e-46a5-ab64-353b6c2a3028)) - (fp_line (start 3.211 -1.04) (end 3.211 -1.699) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 759718af-691c-4797-97b9-2716e6f9e7e0)) - (fp_line (start 3.211 1.699) (end 3.211 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8c28378a-5c07-4abb-9518-066e542c7501)) - (fp_line (start 3.251 -1.04) (end 3.251 -1.653) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 084e7af8-600d-4170-ab7c-e87717e65d66)) - (fp_line (start 3.251 1.653) (end 3.251 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 57afbefe-4094-41de-a7bb-452acac61734)) - (fp_line (start 3.291 -1.04) (end 3.291 -1.605) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dbfe7268-5a1a-48c0-84b7-f10fa5b7d56b)) - (fp_line (start 3.291 1.605) (end 3.291 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bfeeef44-6d3d-4819-8905-9a8fd44ca609)) - (fp_line (start 3.331 -1.04) (end 3.331 -1.554) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 67f2b124-2a66-46f0-b28d-d8f7a9690e73)) - (fp_line (start 3.331 1.554) (end 3.331 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f283c96f-e75b-4380-9cad-a28e3e5f4f63)) - (fp_line (start 3.371 -1.04) (end 3.371 -1.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp afdc5462-0f4d-4408-8d52-1b4280a3af32)) - (fp_line (start 3.371 1.5) (end 3.371 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8986274-eea4-4a8c-bfe7-a8a443ef82a1)) - (fp_line (start 3.411 -1.04) (end 3.411 -1.443) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f3e6f3ca-d026-43bd-86b8-215ce9f79bab)) - (fp_line (start 3.411 1.443) (end 3.411 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 681ffece-db46-4363-8e31-d6176bafd407)) - (fp_line (start 3.451 -1.04) (end 3.451 -1.383) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8139e651-4cf1-4e8a-9663-b2c9f34077dc)) - (fp_line (start 3.451 1.383) (end 3.451 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1748824a-5057-4242-b967-32b02b84f5f7)) - (fp_line (start 3.491 -1.04) (end 3.491 -1.319) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dfe06cda-a0b3-4ad4-b797-47320ffc579a)) - (fp_line (start 3.491 1.319) (end 3.491 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 88ecc740-7ad3-45c2-a460-78d53195a2a6)) - (fp_line (start 3.531 -1.04) (end 3.531 -1.251) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 93a98723-3992-49cd-a6f8-3da619ba98b6)) - (fp_line (start 3.531 1.251) (end 3.531 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5373de29-a8d3-4e98-8319-3d04685ba85a)) - (fp_line (start 3.571 1.178) (end 3.571 -1.178) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 436cb8b7-215d-4f46-ba89-f7db8e410bfb)) - (fp_line (start 3.611 1.098) (end 3.611 -1.098) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 43f52fef-b602-46a6-984e-8f56925c557a)) - (fp_line (start 3.651 1.011) (end 3.651 -1.011) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 920dd518-45e7-44f9-b9ee-db3f56973af3)) - (fp_line (start 3.691 0.915) (end 3.691 -0.915) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b47d1f0e-5689-4a33-9155-3e7d99f3f00e)) - (fp_line (start 3.731 0.805) (end 3.731 -0.805) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9640ed22-25d4-4dcf-8cd4-c31f823dde09)) - (fp_line (start 3.771 0.677) (end 3.771 -0.677) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 101ea2fc-5b0d-4e66-8dea-55b0ff76772f)) - (fp_line (start 3.811 0.518) (end 3.811 -0.518) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c4b647db-be2e-4a54-a04d-4a7bfcd60e18)) - (fp_line (start 3.851 0.284) (end 3.851 -0.284) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e9982a99-d5db-4cf9-ac7a-06bfe8aa92b1)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 16217d0b-60ea-42db-a384-e1aeedddde26)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 66ce90f6-64e3-4c95-be83-b941646bd4dc)) - (fp_line (start -0.883605 1.0875) (end -0.383605 1.0875) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 10b0cc5e-4131-4cce-99da-ad8b5376c23a)) - (fp_line (start -0.633605 1.3375) (end -0.633605 0.8375) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b9793e32-866a-4490-a5f5-e4ee42967ee6)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp df1e4fd4-ea24-42cd-98c6-766c79600970)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pintype "passive") (tstamp bad06316-17bf-47a6-ad74-0b9c699879be)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "-15V") (pintype "passive") (tstamp f6f57eba-c5a5-4b79-b4f8-7e3a6e249e3c)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" placed (layer "B.Cu") - (tstamp a31ca7fd-ffcf-4687-9088-13ec59f004f5) - (at 77.216 77.216 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/93df4b7a-a991-4d40-99b0-9d654b95f67b") - (attr smd) - (fp_text reference "C4" (at 0 1.68) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 15a9dc16-5c6f-4dde-88c5-5e1f7d07b375) - ) - (fp_text value "22p (C0G)" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dd05c60f-08fd-4e4e-ad28-67bec33d1e3a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ac1551e1-c808-4a57-8c6d-f51becd75aa8) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp eb58799c-78e7-4ff1-9bac-d693d38ccc1a)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a7d170ce-6eec-4e4e-9e60-b3b386a2b0f5)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6c404bd8-c9da-42a3-940c-f48621e5c10f)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7ff44993-1576-4b27-b595-c0d474b16db5)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3fa67b7e-e25f-4237-8af3-0ccd3b1b165f)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f8d641c8-97e6-4e29-b55d-60efda2f26ef)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5a40d5fd-7de1-4c22-b921-ff307f3eb6a1)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b87414f1-b4d1-4ef9-8422-b44760c7ed23)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 066fdef3-a982-4c00-8c8e-4043a6f7e9bd)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8d4e0fa-c74c-4251-bc41-586bab9ca894)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 7 "Net-(U3A--)") (pintype "passive") (tstamp 10060dc7-e5dd-4818-a537-c397cdddccfb)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 8 "Net-(C4-Pad2)") (pintype "passive") (tstamp a9ed678e-202a-4524-8965-8fcfb70de791)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp b1f1915f-3098-42be-ab37-bc70923def7f) - (at 66.405 122.19075 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/e8a661e3-edb8-4647-b120-7477a3824dc5") - (attr smd) - (fp_text reference "R4" (at 0 1.66775) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b6f7ddf5-7bbb-408d-aefa-2097b653010c) - ) - (fp_text value "2.2k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 73b70e53-59ff-465c-9eb8-60aed1736339) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0199e8c7-af03-4a04-9435-e126cdfe00b6) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ab961c0f-e680-49f4-8c14-bb6d9049f09f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fa7f9700-9252-405f-8a3f-14a93b7bb232)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 925fc210-c108-4178-b679-090c6087af12)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5d359f61-7072-4df0-b879-4749630c0d1a)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eb4c3415-6312-4d49-81d4-cfca1d9a95e5)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3054d222-e191-4740-adf0-c52d0d7ac2ea)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d261206d-a213-4e1e-a500-890ed7c75478)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp de3728c2-52fb-468a-8d63-6fb4c27a7a8b)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp debec13b-ce64-432f-99d3-2fbe3feef813)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 606b0202-07e0-49e0-90b0-ee5cbbcb262b)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 2 "Net-(C1-Pad2)") (pintype "passive") (tstamp 19a70b64-3c4e-4ee5-a0ad-4c0c843fb480)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 3 "Net-(C2-Pad1)") (pintype "passive") (tstamp 81ac425b-3c4b-4c76-8eb7-709f93f071fb)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" placed (layer "B.Cu") - (tstamp b79bf719-b43b-4950-8ae9-5e7e7b4bddb9) - (at 69.3205 75.438 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/ccb4fbe2-a106-4678-9f07-cef454d549b3") - (attr smd) - (fp_text reference "C13" (at 0 1.68) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 87b7c7e7-3e6b-46fc-a97d-9e8a6e431df3) - ) - (fp_text value "100n" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 34dc5e65-f366-49e3-b39c-8389188f7bef) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp bb401705-eb09-4c45-a86f-ed9f012dd7c7) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0587e069-1928-49a8-b9ab-772485f8ca8a)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 18e2a6f3-0908-4127-8fcf-bc41645f3f0f)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 87b0b9e3-b315-4b3d-903f-cb29acc375c0)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 23097c7d-5e4b-4983-8fda-68a503e59b02)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ee75c3cb-bd34-4de9-aca9-e9163d9c4470)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 06a5e5f6-c17f-4d3a-9148-9d68feb1b3d6)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f4968ce2-19f0-4fd0-88fd-2de3ecd393bd)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0238da7-9a31-4868-8e1f-6e4f5855aa6d)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cbd4e2fb-3699-4c2a-b53d-8f27c305d51f)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b3fd6752-4a23-4f1e-b95b-d41c528e8cdf)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 11 "+15V") (pintype "passive") (tstamp 5c3c0cc1-c5c7-4b2d-a200-97138f1cf9aa)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 5 "GND") (pintype "passive") (tstamp f7d99d78-5ad5-400a-8ebc-623357caf5a5)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp b8aa27f5-6247-47b0-bfc1-43b484ba1c07) - (at 81.915 81.026) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/cf654298-871a-4a14-80bf-9cede05ef809") - (attr smd) - (fp_text reference "R8" (at 0 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 066b3bdc-b3e6-4bd6-8c36-a9f6412c8f2d) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 154204e1-6e2b-49dc-88b2-e517d4bbf9ad) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ff76cbcd-46db-43b2-bbb6-3903cb0dc990) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c9dc628e-a9a3-4be7-aa27-22dd223cb76e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0c3c7eab-8441-4dd6-a495-6e0a7882b9cb)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 87b42db3-92fe-43fe-bc5b-9fb4e28c3c55)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0c6561c6-368b-46fb-981e-a9c2b1c1cb12)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 633eb531-6810-4d9b-a803-58e31619bd93)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5fe3ac30-9537-4610-83dc-23b417fd73b9)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cdcc782c-0478-4308-b925-8878b056550d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ea9dc73-5d80-4b1c-9327-babda8d7484f)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 635d4039-1105-432d-883c-6cec3d553581)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4a20aeb3-8d1e-488c-b37b-9912eb1c7211)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 7 "Net-(U3A--)") (pintype "passive") (tstamp 0c9db84c-39f2-4b20-9515-492257857a7b)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 27 "/CV1") (pintype "passive") (tstamp c9dcad47-cbfd-48ae-a47c-8e2bb70eadc9)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp be9f0c7a-f117-435d-aca5-397f81394217) - (at 81.915 85.026) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/16e8dc81-251e-43f8-8eaa-ec62f2725b2c") - (attr smd) - (fp_text reference "R7" (at 0 -1.714) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d422d976-4175-4057-9229-d5156b81b506) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp aba0a6f0-ce04-4399-858c-39b6528fdc00) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 1ad89c26-7334-48b4-8c8b-c0fe0fa5c9b9) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2095cdee-c964-48d1-b825-9631c847caf3)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dc5c7919-8a60-40fd-b07a-c098e912580f)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e36e4cf9-3d68-4f61-b7ab-b19650e544d8)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0638d592-6a40-4554-9e3b-1178ab3f8a48)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 128326a5-f768-4cfd-9962-588d782c97fd)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4189059c-553d-461c-a8d8-c394f1964331)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b2d94029-f1fb-4a4d-a711-f78a25ad6cf4)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eeec564e-3090-4709-aa84-30daf24f6d44)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 28089ca1-6521-4a7d-ae44-678ff4f34627)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db0c1363-f9c9-4c66-93cd-a3e0f5b9a699)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 7 "Net-(U3A--)") (pintype "passive") (tstamp 08a59aac-ec63-4aa3-aaaf-6e0efd7e827a)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 26 "/GAIN") (pintype "passive") (tstamp 3a12acaf-4316-4820-b1e8-8f4400eccd62)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder" (layer "B.Cu") - (tstamp bff56826-1057-4fbf-8c8a-610af26a7f3b) - (at 73.66 148.844 180) - (descr "Capacitor SMD 2220 (5750 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/9f3df606-c612-4116-ae6a-b09b2128ffae") - (attr smd) - (fp_text reference "C3" (at 0 3.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 074b0808-6ced-4390-baf5-b92d6a07882b) - ) - (fp_text value "47u" (at 0 -3.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 058bcaec-bbc2-4f4b-bc94-59f224e9d33b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2c0d30ce-e19b-4730-8a44-f7acd9efef6e) - ) - (fp_line (start -1.415748 -2.61) (end 1.415748 -2.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2aae32e5-b6e7-4e85-b753-a7bd7abecd6b)) - (fp_line (start -1.415748 2.61) (end 1.415748 2.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cefbb603-6803-4dd8-a4b3-db7d4363f2c9)) - (fp_line (start -3.88 -2.95) (end -3.88 2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 530ee22c-2e52-4d29-8207-2261bc93b346)) - (fp_line (start -3.88 2.95) (end 3.88 2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7cc45f75-5e97-45e4-85ec-3b25f42eb389)) - (fp_line (start 3.88 -2.95) (end -3.88 -2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 44512a0c-77a9-4660-8b30-b9a0e863dec4)) - (fp_line (start 3.88 2.95) (end 3.88 -2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bd0dbd89-bff2-4cb9-9b7c-8bd949452994)) - (fp_line (start -2.85 -2.5) (end -2.85 2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6bd29939-c8ff-44c7-9218-e06f26dd600d)) - (fp_line (start -2.85 2.5) (end 2.85 2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c6b83cf3-6af2-4334-b7c6-b87c3c77eb58)) - (fp_line (start 2.85 -2.5) (end -2.85 -2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5bd4aa0b-bad7-4d4a-ae0d-5411bf919aa2)) - (fp_line (start 2.85 2.5) (end 2.85 -2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b0bf5a59-96bd-471a-9552-961bbe03c9cd)) - (pad "1" smd roundrect (at -2.6375 0 180) (size 1.975 5.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.126582) - (net 5 "GND") (pintype "passive") (tstamp b2812587-f034-4c95-88bc-0d04f5f287c9)) - (pad "2" smd roundrect (at 2.6375 0 180) (size 1.975 5.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.126582) - (net 6 "-15V") (pintype "passive") (tstamp 9cf985f8-eafc-49bb-9b4e-a650957847dc)) - (model "${KICAD7_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_2220_5750Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" (layer "B.Cu") - (tstamp c3165de2-a709-4f3b-a7e7-3d90424a3a9e) - (at 53.485 119.644 -90) - (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") - (tags "Potentiometer vertical Bourns 3299W") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Trim-potentiometer") - (property "ki_fp_filters" "Potentiometer*") - (property "ki_keywords" "resistor variable trimpot trimmer") - (path "/cdc70f32-a2c5-48e0-9273-226bd0aaeda4") - (attr through_hole) - (fp_text reference "RV2" (at -2.54 -5.57 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dedb715f-68bc-4922-b2a2-14ee499d2c49) - ) - (fp_text value "1meg" (at -2.54 -5.44 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 86d61739-52ee-45da-889f-fb2cc3f0c6a2) - ) - (fp_text user "${REFERENCE}" (at -3.175 -1.14 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ec9763ee-4b58-438b-8ddd-8867aa19e134) - ) - (fp_line (start -7.425 -4.31) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b6bffd2d-e04b-40e6-8776-1f9f92b6d5e7)) - (fp_line (start -7.425 2.03) (end -7.425 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3164d567-9950-4370-a8c4-b1f93e043c85)) - (fp_line (start -7.425 2.03) (end 2.345 2.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8085b13f-fce9-4fb4-80be-979f96d3e7e1)) - (fp_line (start 2.345 2.03) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b7f4f443-b29e-4caf-816e-2129d1b577d6)) - (fp_line (start -7.6 -4.45) (end 2.5 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3c8ce2a8-3278-41a8-b3ac-9b519103c7ef)) - (fp_line (start -7.6 2.2) (end -7.6 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 58c21b80-a1d0-4512-8f8d-7204e4f2b0b5)) - (fp_line (start 2.5 -4.45) (end 2.5 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0429be23-84ee-47c2-ae2a-4155eb5e01b6)) - (fp_line (start 2.5 2.2) (end -7.6 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp affb0dc5-6475-4d57-8caa-b6e32e7e598b)) - (fp_line (start -7.305 -4.19) (end 2.225 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7572b934-e81f-4b56-9513-539b2891edf1)) - (fp_line (start -7.305 1.91) (end -7.305 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 90223ffb-5c1d-4be2-b21c-4ae83c03c6e2)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0e88865a-9010-40ad-a43b-29ade3dc5246)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp adef70d9-3d9b-442b-85bb-fc40cc4fcb0e)) - (fp_line (start 2.225 -4.19) (end 2.225 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0bbbbae9-bd4e-4f11-84bd-fb91c2a37c73)) - (fp_line (start 2.225 1.91) (end -7.305 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d6086dd-e799-42d6-83f1-608d029cc91c)) - (fp_circle (center 0.955 -2.92) (end 2.05 -2.92) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp c0191565-42d8-4044-a9d5-29529f6db39d)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "Net-(SW1-A)") (pinfunction "1") (pintype "passive") (tstamp a6418c15-fc68-417f-99fb-500443fa4a91)) - (pad "2" thru_hole circle (at -2.54 0 270) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "2") (pintype "passive") (tstamp 7793f0d8-3b4e-4513-9ab6-fca4bb5a0556)) - (pad "3" thru_hole circle (at -5.08 0 270) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "3") (pintype "passive") (tstamp d5be7f97-e3a9-47a2-af15-a55baf567be7)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp c377edb8-df5a-488d-91c8-a87fe77fb45b) - (at 60.895 140.97 180) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*") - (property "ki_keywords" "dual opamp") - (property "ki_locked" "") - (path "/a674e013-f48e-4b21-ad18-c8fe2d364e5a") - (attr smd) - (fp_text reference "U1" (at 0.189 -3.3528) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cee97bcc-bfb3-49c8-8184-bd46596953a2) - ) - (fp_text value "TL072" (at 0 -3.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a874c465-2693-4c6e-9ea6-a5c7aff1f3ec) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 2a13e982-a4e0-419c-8757-9ac9321a1c5a) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ec50c84c-43c8-4633-a4f4-d1050fc50195)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b43c60db-30cc-491c-81a8-8c3a31712c12)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7282b2a5-46b5-49cb-bad5-90b11c290e1f)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c26c06f2-5588-4abe-bbb5-8a2fd2de343a)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c26f9f24-1bdc-496f-a4eb-a02c75711ba7)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp efe9788d-62e5-4202-a7dc-325447603f19)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4aa20d82-c080-43f3-a9af-0e539412cdd7)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c608b0a2-9c3f-474e-84df-97ad26d1cc3f)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3b3d5aff-a9c0-438a-b4f1-73b9e913ecb8)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 92facaf3-9577-452d-b0bc-5cd270800710)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 072cf05b-1a96-4717-94eb-ee3a504d67aa)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3abf5cb5-9966-45d3-a182-df96cfb69adc)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a45a64ef-e562-4f96-9142-039e9f8f4377)) - (pad "1" smd roundrect (at -2.475 1.905 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad2)") (pintype "output") (tstamp 9e3f2f6c-0aff-4449-a7d3-4fa6b2af02e0)) - (pad "2" smd roundrect (at -2.475 0.635 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(U1A--)") (pinfunction "-") (pintype "input") (tstamp e2353d16-84de-4b58-9b95-e668b597c153)) - (pad "3" smd roundrect (at -2.475 -0.635 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 5 "GND") (pinfunction "+") (pintype "input") (tstamp a3cc3908-ae3e-4e6f-9368-cef88a741bba)) - (pad "4" smd roundrect (at -2.475 -1.905 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 6 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp f937dcda-d017-4aea-a043-b05e43f5af00)) - (pad "5" smd roundrect (at 2.475 -1.905 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(U1B-+)") (pinfunction "+") (pintype "input") (tstamp 4b6b525b-852a-4ed6-90a1-adab89deb1e6)) - (pad "6" smd roundrect (at 2.475 -0.635 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 13 "Net-(U1B--)") (pinfunction "-") (pintype "input") (tstamp e1d3f68e-4ff9-499b-87ba-55a855c02379)) - (pad "7" smd roundrect (at 2.475 0.635 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(R15-Pad1)") (pintype "output") (tstamp d89f9296-fe4b-4745-a732-d6dd33439400)) - (pad "8" smd roundrect (at 2.475 1.905 180) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 11 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp d942b615-613e-42e2-82f4-2c0c732f5ac6)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" placed (layer "B.Cu") - (tstamp c416b7f7-a799-436f-8f2a-1f90216e12c3) - (at 72.836 85.344 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/c3196a42-2ad7-4a94-b72a-2d7faf449fff") - (attr smd) - (fp_text reference "C14" (at 0.7 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0c102fb3-852d-4829-95f6-c437e2b5c298) - ) - (fp_text value "100n" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 19a3faec-2a9d-49c2-94b6-004db2596a9e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 376118c1-df4c-4a16-80f6-3a1f17897230) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp faa8ecfe-2af4-42c5-94eb-a6566dd38eb4)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 878f62cb-f100-452a-b196-11bdb51216c6)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 78f2474f-8eb7-4250-80c9-534d1b564b35)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c8cfed00-00c6-4026-965c-ecb525cff635)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b0c2b9d-bc68-4efb-8a51-5bce2280ab96)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp abb8800f-c2cc-449b-9f79-c2527aee9230)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f24f36de-1c7e-4391-a84d-42b3f776ff6f)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0531fdb9-53ef-4b06-b9fa-31d01351fb23)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 435ccf68-9b75-43d9-b5aa-b1c622663e8a)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3beee667-4545-4873-a922-9148308ab1b9)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 5 "GND") (pintype "passive") (tstamp e1bab3fd-e55b-49ee-891d-1aa488f3beba)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2127659574) - (net 6 "-15V") (pintype "passive") (tstamp 3b981094-ad21-4827-8f52-20fbf49ac02d)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp c467111c-19a3-4081-b0a5-d78ad58646ca) - (at 71.755 125.6665 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/e8848c6c-f89d-4b28-af0c-5b7fbcb96683") - (attr smd) - (fp_text reference "C1" (at 0 1.7145) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ddb36267-8b6f-42e0-80e2-ec0212d64bed) - ) - (fp_text value "22p (C0G)" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7d289f79-4534-4960-bd4e-bd4067173dc5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp d0606fc2-fc81-4bfc-a5b7-4963ce2ebd54) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 06bbc310-e7dc-49d2-a229-2c8090261520)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp baa516fc-8a80-4291-81b4-ea721af073aa)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dd42027c-1642-42a2-af02-8a9253eba64f)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eab614ab-ed71-4949-8581-3f71686149bd)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f64d0bf-36f6-4ee6-b65b-45746058fd67)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c483e514-6e19-4df1-8bcc-9a8061510042)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7fb8bbe5-49d1-4a95-9fa3-0ecbbe8bdde7)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ad3b9787-a0ad-4155-b2c1-8a221186402f)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64637b5d-e41e-4cae-80c5-41348007197b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a8b16a80-5e2b-4193-aaf6-9150af4683b1)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "Net-(U1A--)") (pintype "passive") (tstamp 8afbb921-11ef-48a2-abd7-e9eda8a08755)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "Net-(C1-Pad2)") (pintype "passive") (tstamp c5a100c4-6395-4217-9f26-655d0ef98916)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder" (layer "B.Cu") - (tstamp d462f837-071a-4ea6-b2a0-9f97f64d11ee) - (at 57.023 151.892 180) - (descr "Capacitor SMD 2220 (5750 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_fp_filters" "C_*") - (property "ki_keywords" "cap capacitor") - (path "/441d440b-822a-47a8-93dc-2039de9d4c94") - (attr smd) - (fp_text reference "C6" (at -0.127 -3.7084) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bc5cb2f3-ca41-412e-b362-7b371cfa6504) - ) - (fp_text value "470n (C0G)" (at 0 -3.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 840af8ea-5b61-4658-8347-faf058b984e3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 61453da3-9229-48a5-a932-1f8c686580c1) - ) - (fp_line (start -1.415748 -2.61) (end 1.415748 -2.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cda82248-ee33-4fd7-9c1e-b6e21b066da3)) - (fp_line (start -1.415748 2.61) (end 1.415748 2.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6c7eb44d-5301-49f5-9dda-026623936ba7)) - (fp_line (start -3.88 -2.95) (end -3.88 2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c49a83db-1fa3-4626-a2af-84309b95f2c7)) - (fp_line (start -3.88 2.95) (end 3.88 2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ef2b88b6-89e3-4150-9a22-25165700df1c)) - (fp_line (start 3.88 -2.95) (end -3.88 -2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fec27b89-0cd6-471e-ad6e-643556479211)) - (fp_line (start 3.88 2.95) (end 3.88 -2.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 285993af-7bfd-4451-9438-0f0705894a8a)) - (fp_line (start -2.85 -2.5) (end -2.85 2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f5ab4437-3365-4646-8ac0-7e5751b19d9c)) - (fp_line (start -2.85 2.5) (end 2.85 2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b2dd4e92-76af-46a9-b94a-8a8536159018)) - (fp_line (start 2.85 -2.5) (end -2.85 -2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2c6e2a26-3bdf-41e6-92d0-0288f8215dca)) - (fp_line (start 2.85 2.5) (end 2.85 -2.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 73bef183-fbee-4013-83e8-68b592ab4563)) - (pad "1" smd roundrect (at -2.6375 0 180) (size 1.975 5.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.126582) - (net 38 "Net-(U2-ANODE)") (pintype "passive") (tstamp 72d74e2b-b2ef-41c2-8f91-8f7c8331e6ca)) - (pad "2" smd roundrect (at 2.6375 0 180) (size 1.975 5.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.126582) - (net 12 "Net-(U1B-+)") (pintype "passive") (tstamp 393e5f74-c2a7-4f52-9ea7-1dc7fb973413)) - (model "${KICAD7_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_2220_5750Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" placed (layer "B.Cu") - (tstamp dc4a79ed-4cca-4cad-a9ef-2e1ed777546e) - (at 64.516 83.82) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_fp_filters" "R_*") - (property "ki_keywords" "R res resistor") - (path "/8041a758-defd-41a0-b240-7e803176cd28") - (attr smd) - (fp_text reference "R11" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8fe799bc-d6dd-438f-8e1d-6be7379082b6) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 35f7a226-ddd4-444a-91eb-4b4c064eabf8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 3aeb4d83-7b47-4a59-a2b8-3586c5de5ca5) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3d45f008-b30d-4268-92fb-0c903248f603)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bdbfb863-2363-4768-856a-51165fd62ee8)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 729d0a81-07c4-41e9-892a-9437c675e10c)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 45f2c483-17e8-4d9d-903e-9f880408c481)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d9390f25-436c-4ea4-b2bb-c5c651490336)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 445dc7dd-9161-410f-889b-9caa126c0114)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64e08c3e-e981-4323-b8a9-0181936ac0e9)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1d0e85e0-7f0a-4fde-b14d-cc65c4613331)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fc1f3196-74bd-4ab2-ba5e-45fd05aace8b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 34d9dbc3-728e-49cf-963d-e2628ea65ef5)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 15 "Net-(C8-Pad1)") (pintype "passive") (tstamp 8c994deb-db3a-4b03-abb4-815fb3196112)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.2083333333) - (net 9 "Net-(U3B--)") (pintype "passive") (tstamp f134e2c9-7ca6-4c27-89ba-7b9f8a2035a1)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" (layer "B.Cu") - (tstamp e7e4b897-749e-4cfd-8f43-1f465221a4ba) - (at 88.646 76.962 90) - (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") - (tags "Potentiometer vertical Bourns 3299W") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Trim-potentiometer") - (property "ki_fp_filters" "Potentiometer*") - (property "ki_keywords" "resistor variable trimpot trimmer") - (path "/9a8faad8-b13e-4616-9ed9-8436fd4135ae") - (attr through_hole) - (fp_text reference "RV3" (at 3.302 -1.016 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dad2fef7-4ade-450a-9a4a-16b60a16ef15) - ) - (fp_text value "100k" (at -2.54 -5.44 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c338ae73-4a20-47c2-84f1-9283172a316f) - ) - (fp_text user "${REFERENCE}" (at -3.175 -1.14 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 01dfa872-c1ce-47e6-bb5a-27915e0e441f) - ) - (fp_line (start -7.425 -4.31) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aa678027-c353-4657-be12-8b93fe9585f5)) - (fp_line (start -7.425 2.03) (end -7.425 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6b43fd49-6cf1-49f7-8173-4d105960ad49)) - (fp_line (start -7.425 2.03) (end 2.345 2.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 68aa7645-5434-43c3-939c-6afb568031d4)) - (fp_line (start 2.345 2.03) (end 2.345 -4.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94fde3a3-e8ef-497d-b275-37ea62731bfe)) - (fp_line (start -7.6 -4.45) (end 2.5 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fc663491-1ea8-49ac-ac90-9b2bd1cfb069)) - (fp_line (start -7.6 2.2) (end -7.6 -4.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7259fa93-b953-4bcb-87d9-dd278e9e174e)) - (fp_line (start 2.5 -4.45) (end 2.5 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 74207594-2024-4b56-8899-5732ccb906a7)) - (fp_line (start 2.5 2.2) (end -7.6 2.2) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 61184c98-3acc-45a0-94a6-b43bd479c4c7)) - (fp_line (start -7.305 -4.19) (end 2.225 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2c0a3cea-8145-44f7-8229-68d15e1801eb)) - (fp_line (start -7.305 1.91) (end -7.305 -4.19) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c4bb4ef3-dc7c-43f3-a8f7-a44ff078551b)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp be0cdf70-8445-48be-8574-77a9ad8d6182)) - (fp_line (start 0.955 -4.005) (end 0.956 -1.836) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c8a42580-1167-4fc1-844a-00b11479bbf1)) - (fp_line (start 2.225 -4.19) (end 2.225 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9043b86e-0fa0-4117-862d-5d3f1c9b2ab7)) - (fp_line (start 2.225 1.91) (end -7.305 1.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6207b816-b820-45a7-93fc-22efb58e8ee2)) - (fp_circle (center 0.955 -2.92) (end 2.05 -2.92) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 2ffa32bb-1ef8-43f7-967d-d50a29b9c5b1)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "GND") (pinfunction "1") (pintype "passive") (tstamp e6c4af4f-c977-4cae-ba0f-2bed64c2c053)) - (pad "2" thru_hole circle (at -2.54 0 90) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(R6-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 70018be4-c09a-4aac-b072-1b6669b79455)) - (pad "3" thru_hole circle (at -5.08 0 90) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "-15V") (pinfunction "3") (pintype "passive") (tstamp eb682ef3-abff-457f-81ed-a70bcb1da297)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 91.1 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 7e8d52e3-b21f-4ad4-b9c8-f9fcca679d1b)) - (gr_line (start 91.1 50.8) (end 91.1 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp ca0c9295-7fa9-44db-bf69-c9a56bc08580)) - (gr_line (start 91.1 50.8) (end 50.8 50.8) - (stroke (width 0.15) (type default)) (layer "Edge.Cuts") (tstamp e9f95942-3e54-4617-96db-0ebdd43d4e4b)) - - (segment (start 71.7 130.16725) (end 70.23875 130.16725) (width 0.25) (layer "B.Cu") (net 1) (tstamp 0e530c4a-8cfb-48d3-b822-367b72cb155e)) - (segment (start 64.67 135.736) (end 64.67 140.054) (width 0.25) (layer "B.Cu") (net 1) (tstamp 333cb77a-fc5d-4b29-87b9-39428b53695a)) - (segment (start 72.7925 129.07475) (end 72.725 129.14225) (width 0.25) (layer "B.Cu") (net 1) (tstamp 381be928-aa48-42b7-9c1c-bcb4d6aa74dd)) - (segment (start 72.7925 124.25825) (end 72.7925 125.6665) (width 0.25) (layer "B.Cu") (net 1) (tstamp 58026aab-3ac7-4556-aeb3-196828a1af04)) - (segment (start 70.725 120.745) (end 70.725 122.19075) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8f0d04ae-7dd8-496d-96c5-d7fc114e0bcc)) - (segment (start 72.725 129.14225) (end 71.7 130.16725) (width 0.25) (layer "B.Cu") (net 1) (tstamp 9ab2fb59-c818-4f64-b816-e357305b8e9f)) - (segment (start 64.67 140.054) (end 64.389 140.335) (width 0.25) (layer "B.Cu") (net 1) (tstamp bc9172a3-1a68-4d69-b51a-a672d1389f7a)) - (segment (start 64.389 140.335) (end 63.37 140.335) (width 0.25) (layer "B.Cu") (net 1) (tstamp c10c0c9c-925f-4234-bcbd-b7262fb15215)) - (segment (start 72.725 118.745) (end 70.725 120.745) (width 0.25) (layer "B.Cu") (net 1) (tstamp d98a9ad8-c63c-467f-9dd9-dfd9c9785c0c)) - (segment (start 72.7925 125.6665) (end 72.7925 129.07475) (width 0.25) (layer "B.Cu") (net 1) (tstamp dba342ef-4317-4c4d-b55b-c7bcbc886f27)) - (segment (start 70.23875 130.16725) (end 64.67 135.736) (width 0.25) (layer "B.Cu") (net 1) (tstamp e2ce5e00-22a3-40bb-b632-e44470fdf4f9)) - (segment (start 70.725 122.19075) (end 72.7925 124.25825) (width 0.25) (layer "B.Cu") (net 1) (tstamp fcc8d9a2-56b7-462f-ba55-d5af2e522996)) - (segment (start 70.62806 129.14225) (end 70.725 129.14225) (width 0.25) (layer "B.Cu") (net 2) (tstamp 0ff08e0f-6e16-4366-8cb3-af8428b6f6d8)) - (segment (start 70.725 125.674) (end 70.7175 125.6665) (width 0.25) (layer "B.Cu") (net 2) (tstamp 2dd1f9e8-14bc-49f6-bc33-7a00f65d12ac)) - (segment (start 70.725 129.14225) (end 70.725 125.674) (width 0.25) (layer "B.Cu") (net 2) (tstamp 4bf5eb88-3ed0-4b5d-9b4a-665dd4c7bfe9)) - (segment (start 63.37 136.40031) (end 70.62806 129.14225) (width 0.25) (layer "B.Cu") (net 2) (tstamp 619b7bc4-fa5b-4165-a449-90e37f778837)) - (segment (start 63.37 139.065) (end 63.37 136.40031) (width 0.25) (layer "B.Cu") (net 2) (tstamp 858ef50b-05e0-40ad-b218-cd1d21971277)) - (segment (start 67.405 122.19075) (end 67.405 122.354) (width 0.25) (layer "B.Cu") (net 2) (tstamp 938720ed-709d-4c2c-9035-aef0798d1386)) - (segment (start 67.405 122.354) (end 70.7175 125.6665) (width 0.25) (layer "B.Cu") (net 2) (tstamp dc50c18b-d521-485d-b0a0-0fa62b117118)) - (segment (start 67.437 116.459) (end 67.437 120.15875) (width 0.25) (layer "B.Cu") (net 3) (tstamp 6ddeec7d-f106-45c4-9c4a-aa0ca5e4071c)) - (segment (start 67.437 120.15875) (end 65.405 122.19075) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8729c2fe-ca81-4a3c-b636-a597c8eb3aff)) - (segment (start 70.358 134.205969) (end 70.358 139.319) (width 0.25) (layer "F.Cu") (net 4) (tstamp c18ff4a3-d730-41de-82c6-e4f2c4776a32)) - (segment (start 60.96 127) (end 63.152031 127) (width 0.25) (layer "F.Cu") (net 4) (tstamp d8595d75-b36d-4b2d-b95d-d0da7cea1c4a)) - (segment (start 63.152031 127) (end 70.358 134.205969) (width 0.25) (layer "F.Cu") (net 4) (tstamp da29ee24-aa6f-46a3-af21-a0372b444d51)) - (segment (start 62.835 117.132) (end 62.835 125.125) (width 0.25) (layer "B.Cu") (net 4) (tstamp 0ce96ae6-2e02-4402-bed3-40404b120c00)) - (segment (start 62.835 125.125) (end 60.96 127) (width 0.25) (layer "B.Cu") (net 4) (tstamp 46578d7f-81fa-43d3-9972-703c608282be)) - (segment (start 62.162 116.459) (end 62.835 117.132) (width 0.25) (layer "B.Cu") (net 4) (tstamp dff0722f-e33a-4542-ac50-9d22e1e9be7c)) - (segment (start 73.79 140.84) (end 73.66 140.97) (width 0.25) (layer "F.Cu") (net 5) (tstamp 0083806f-a28b-4b15-aa3a-d71c19309425)) - (segment (start 81.28 140.84) (end 73.79 140.84) (width 0.25) (layer "F.Cu") (net 5) (tstamp a6d7737d-c44a-475c-b992-c227030f6d13)) - (segment (start 79.06 134.94) (end 79.06 134.5) (width 0.25) (layer "F.Cu") (net 5) (tstamp aabcc81d-ff5a-402c-b9b2-cbcc177df10b)) - (via (at 62.992 74.93) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp 06ba25d2-abc6-4777-b5a8-82516da23f36)) - (via (at 68.58 84.074) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp 53cba34b-acd3-4276-8dd5-0425ada44b94)) - (via (at 65.024 147.066) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp 57a935c4-9d6f-4f84-aff3-73bc1aff7877)) - (via (at 74.168 148.844) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp 6a366763-74e3-48e7-b537-1c7811588cf8)) - (via (at 56.6045 135.89) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp 74ba8dd7-b882-4a5b-97c0-22b04f5b03bd)) - (via (at 66.802 75.438) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp ae306f7f-3ba0-43be-a2d1-c6102a7f3b0b)) - (via (at 73.914 87.376) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp b3b6c3b1-e23a-4524-8123-81fab56e2331)) - (via (at 61.636905 141.478) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp c7fc9e7a-cf93-4076-b255-de44bae8d5e4)) - (via (at 71.628 103.886) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp cc7c0082-0df3-4ec6-85ac-e601809de6ad)) - (via (at 75.692 82.7755) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp f68e6fb2-46a6-4f03-aa3c-ce33c911c803)) - (via (at 56.114099 146.877001) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp f6912f5c-c6d2-4c98-b7da-37f9536260f6)) - (segment (start 53.649001 146.877001) (end 56.114099 146.877001) (width 0.25) (layer "B.Cu") (net 5) (tstamp 076b0c7a-a297-4de2-834e-8ca7d2cbd310)) - (segment (start 63.37 141.605) (end 61.763905 141.605) (width 0.25) (layer "B.Cu") (net 5) (tstamp 1ce30a85-214b-40d6-aeb1-3b2469e64c06)) - (segment (start 58.0175 135.89) (end 56.6045 135.89) (width 0.25) (layer "B.Cu") (net 5) (tstamp 31e01517-4217-478a-b732-1d5c37fd341c)) - (segment (start 80.01 57.15) (end 77.47 57.15) (width 0.762) (layer "B.Cu") (net 5) (tstamp 3fc1f746-afc7-4985-a2f2-04c2da912353)) - (segment (start 71.628 102.108) (end 71.628 103.886) (width 0.25) (layer "B.Cu") (net 5) (tstamp 44c6448b-c903-413b-8a30-04ef6fbc45f2)) - (segment (start 68.645 82.55) (end 68.645 84.009) (width 0.25) (layer "B.Cu") (net 5) (tstamp 4e7863a3-d839-40af-8f9d-c491f19e5c66)) - (segment (start 52.624 145.852) (end 53.649001 146.877001) (width 0.25) (layer "B.Cu") (net 5) (tstamp 4f4c0c4b-48d6-4277-af2e-84e65e2d1990)) - (segment (start 68.645 84.009) (end 68.58 84.074) (width 0.25) (layer "B.Cu") (net 5) (tstamp 505c415d-394a-4095-b4bb-51a460dd61df)) - (segment (start 73.8735 85.344) (end 73.8735 87.3355) (width 0.25) (layer "B.Cu") (net 5) (tstamp 53f07562-6e0b-41fd-8ef4-eb3861c43d7a)) - (segment (start 63.7755 145.8175) (end 65.024 147.066) (width 0.25) (layer "B.Cu") (net 5) (tstamp 5f6539e4-2e50-4dff-adf1-1a8b9165f77f)) - (segment (start 73.595 81.28) (end 74.04031 81.28) (width 0.25) (layer "B.Cu") (net 5) (tstamp 63295663-345f-4f03-8d8a-5d2849448526)) - (segment (start 77.47 54.61) (end 80.01 54.61) (width 0.762) (layer "B.Cu") (net 5) (tstamp 6b4a65c0-37b0-460e-ab43-84d8416b703c)) - (segment (start 77.47 57.15) (end 77.47 54.61) (width 0.762) (layer "B.Cu") (net 5) (tstamp 6dcdf418-1166-4e99-9f6b-1bc933326054)) - (segment (start 63.2 73.406) (end 63.2 74.722) (width 0.25) (layer "B.Cu") (net 5) (tstamp 7a85351f-18ae-46bb-bd6a-1bd3effb61fa)) - (segment (start 56.410999 146.877001) (end 56.114099 146.877001) (width 0.25) (layer "B.Cu") (net 5) (tstamp 89f3bad9-0fe3-4c4c-afba-d13cb9fb3bbd)) - (segment (start 80.01 54.61) (end 80.01 57.15) (width 0.762) (layer "B.Cu") (net 5) (tstamp 8c870202-c1b2-4b29-9506-4a378d924f1c)) - (segment (start 73.8735 87.3355) (end 73.914 87.376) (width 0.25) (layer "B.Cu") (net 5) (tstamp 8d89039e-1d91-48e3-ab51-c26da74a27be)) - (segment (start 76.2975 148.844) (end 74.168 148.844) (width 0.25) (layer "B.Cu") (net 5) (tstamp 9255ebc8-2647-48ef-8f8d-634eae4352ea)) - (segment (start 68.283 75.438) (end 66.802 75.438) (width 0.25) (layer "B.Cu") (net 5) (tstamp a0564c1f-8357-4e5d-9823-5b3d53d83826)) - (segment (start 63.2 74.722) (end 62.992 74.93) (width 0.25) (layer "B.Cu") (net 5) (tstamp b2833bd2-bf8a-4bd9-9b3f-5f27a21b0129)) - (segment (start 57.436 145.852) (end 56.410999 146.877001) (width 0.25) (layer "B.Cu") (net 5) (tstamp b2b08067-d5a3-49ea-b34c-3b99d122afdb)) - (segment (start 74.04031 81.28) (end 75.53581 82.7755) (width 0.25) (layer "B.Cu") (net 5) (tstamp c33b15df-6c9b-4b48-b9e4-618183f9b71a)) - (segment (start 66.28881 145.852) (end 66.238 145.852) (width 0.25) (layer "B.Cu") (net 5) (tstamp cbf1b4a8-b9e5-49c5-ba18-0bc0d9a0b1b5)) - (segment (start 66.238 145.852) (end 65.024 147.066) (width 0.25) (layer "B.Cu") (net 5) (tstamp cdacc058-16a3-4188-9918-1e562d2c709b)) - (segment (start 61.763905 141.605) (end 61.636905 141.478) (width 0.25) (layer "B.Cu") (net 5) (tstamp d4d565e3-0b66-4b06-afac-101f7fbf0bf3)) - (segment (start 75.53581 82.7755) (end 75.692 82.7755) (width 0.25) (layer "B.Cu") (net 5) (tstamp e4022a39-f5a3-4eeb-a5d7-fc8b6c7b4bc0)) - (segment (start 62.992 57.277) (end 60.325 54.61) (width 0.381) (layer "B.Cu") (net 6) (tstamp 0138e720-4618-4f7e-b31b-7c8f8a467f7b)) - (segment (start 71.0225 150.7785) (end 71.0225 148.844) (width 0.25) (layer "B.Cu") (net 6) (tstamp 122d7bec-c14b-4e1c-822c-6c2adbef9229)) - (segment (start 81.81 77.754173) (end 81.81 76.476) (width 0.25) (layer "B.Cu") (net 6) (tstamp 129af9cc-87ef-419e-90de-7340b4b81126)) - (segment (start 90.141 109.601) (end 90.141 140.491) (width 0.25) (layer "B.Cu") (net 6) (tstamp 1991919f-7da2-4460-aff0-5617219de482)) - (segment (start 62.484 58.166) (end 65.7225 61.4045) (width 0.25) (layer "B.Cu") (net 6) (tstamp 1b654ca5-ccb9-4b43-9f35-ae8c7b8ca124)) - (segment (start 85.302 145.33) (end 73.956 145.33) (width 0.25) (layer "B.Cu") (net 6) (tstamp 2169c9d0-4d03-4b24-ba11-0e6e5b49e339)) - (segment (start 71.7985 67.4805) (end 71.7985 71.374) (width 0.25) (layer "B.Cu") (net 6) (tstamp 2c98c9cd-044e-4655-bcd2-36861347e641)) - (segment (start 75.202044 61.4045) (end 90.141 76.343456) (width 0.25) (layer "B.Cu") (net 6) (tstamp 314cf175-0b11-4d42-8b49-4af2e54c188b)) - (segment (start 86.5505 144.0815) (end 76.454 154.178) (width 0.25) (layer "B.Cu") (net 6) (tstamp 3c147f30-85b3-4acd-b8c7-d860f3565a75)) - (segment (start 80.137 118.745) (end 82.677 118.745) (width 0.25) (layer "B.Cu") (net 6) (tstamp 40dfac42-b3b4-4b5b-8450-00777093a39c)) - (segment (start 71.7985 71.374) (end 71.7985 85.344) (width 0.25) (layer "B.Cu") (net 6) (tstamp 42c09964-01aa-42d8-939b-7707c0115421)) - (segment (start 74.422 154.178) (end 65.532 154.178) (width 0.25) (layer "B.Cu") (net 6) (tstamp 43eb64db-a9b7-4c98-b65f-6a1b02ca9813)) - (segment (start 61.824905 145.882) (end 61.824905 144.420095) (width 0.25) (layer "B.Cu") (net 6) (tstamp 49a3fe8c-d83a-48cd-9d82-4f07b44c85d0)) - (segment (start 62.484 58.166) (end 60.325 56.007) (width 0.25) (layer "B.Cu") (net 6) (tstamp 4f003d78-2420-4ee0-9542-660f5ec606b6)) - (segment (start 88.646 82.042) (end 86.097827 82.042) (width 0.25) (layer "B.Cu") (net 6) (tstamp 515e54dd-720f-4767-8e73-47d8e4e8ad3a)) - (segment (start 80.099 74.765) (end 75.1895 74.765) (width 0.25) (layer "B.Cu") (net 6) (tstamp 5ae880f3-d4c2-4ccb-91fc-9c6e55f9b9bd)) - (segment (start 73.595 83.5475) (end 71.7985 85.344) (width 0.25) (layer "B.Cu") (net 6) (tstamp 5b6b0d4f-6115-4851-b8cd-127d3df06362)) - (segment (start 86.5505 144.0815) (end 85.302 145.33) (width 0.25) (layer "B.Cu") (net 6) (tstamp 5d28288a-d9f8-450b-9c50-5e937c72560c)) - (segment (start 60.325 56.007) (end 60.325 54.61) (width 0.25) (layer "B.Cu") (net 6) (tstamp 62e15529-7117-49f5-a9ee-82b6a42191d0)) - (segment (start 75.1895 74.765) (end 71.7985 71.374) (width 0.25) (layer "B.Cu") (net 6) (tstamp 74b4f1bd-5489-4438-afb0-d9d95e39884e)) - (segment (start 61.824905 144.420095) (end 63.37 142.875) (width 0.25) (layer "B.Cu") (net 6) (tstamp 7a8e1c13-7cb1-4b79-aa0d-6ca27fffa34b)) - (segment (start 73.956 145.33) (end 72.5805 143.9545) (width 0.25) (layer "B.Cu") (net 6) (tstamp 7dc19c15-f4a7-4071-b3aa-176a0a82a5d5)) - (segment (start 71.755 143.129) (end 70.358 143.129) (width 0.25) (layer "B.Cu") (net 6) (tstamp 9318d1a4-b4e8-4dc6-be89-0e3485036451)) - (segment (start 72.3698 136.4692) (end 72.3698 143.7438) (width 0.25) (layer "B.Cu") (net 6) (tstamp 95af9f38-404b-4b99-af9b-f844ca0b3c48)) - (segment (start 86.097827 82.042) (end 81.81 77.754173) (width 0.25) (layer "B.Cu") (net 6) (tstamp 988a6c69-46f0-4a86-b95f-f2bdd8e45341)) - (segment (start 90.141 109.601) (end 90.141 111.281) (width 0.25) (layer "B.Cu") (net 6) (tstamp 9ee23ec2-9337-4502-8627-9568bf1008b5)) - (segment (start 76.454 154.178) (end 74.422 154.178) (width 0.25) (layer "B.Cu") (net 6) (tstamp a2349a49-80d6-4a9f-b4a8-96b4f3079851)) - (segment (start 73.595 82.55) (end 73.595 83.5475) (width 0.25) (layer "B.Cu") (net 6) (tstamp b5f0bddb-546c-433f-b29e-bd9b1185c54e)) - (segment (start 90.141 76.343456) (end 90.141 109.601) (width 0.25) (layer "B.Cu") (net 6) (tstamp b613377c-279d-4ae3-bef0-3135ba9730cd)) - (segment (start 72.5805 143.9545) (end 72.9615 144.3355) (width 0.25) (layer "B.Cu") (net 6) (tstamp b9c3241a-8342-49a2-81e4-8bd6ff75c7f5)) - (segment (start 71.755 143.129) (end 72.9615 144.3355) (width 0.25) (layer "B.Cu") (net 6) (tstamp bf51ca12-02b3-40fa-9088-a10e46f1196d)) - (segment (start 72.3698 143.7438) (end 72.5805 143.9545) (width 0.25) (layer "B.Cu") (net 6) (tstamp c8b742f7-ee56-471d-b414-6c5876003e66)) - (segment (start 61.824905 150.470905) (end 61.824905 145.882) (width 0.25) (layer "B.Cu") (net 6) (tstamp d7d53dd2-d49d-474c-8366-d776edb56533)) - (segment (start 82.677 118.745) (end 90.141 111.281) (width 0.25) (layer "B.Cu") (net 6) (tstamp d87421eb-ee33-45e9-b5c3-97ffd1746bbc)) - (segment (start 66.183 57.277) (end 62.992 57.277) (width 0.381) (layer "B.Cu") (net 6) (tstamp d8faf44f-28c8-4626-9bc5-e2c7b08ad3e9)) - (segment (start 90.141 140.491) (end 86.5505 144.0815) (width 0.25) (layer "B.Cu") (net 6) (tstamp df6bac25-e081-4cb3-bbc4-57ad6c8fa454)) - (segment (start 65.7225 61.4045) (end 75.202044 61.4045) (width 0.25) (layer "B.Cu") (net 6) (tstamp eddc9c65-92f4-425d-8ef4-1d49b1b7a8ce)) - (segment (start 81.81 76.476) (end 80.099 74.765) (width 0.25) (layer "B.Cu") (net 6) (tstamp ee41a9d1-7187-40e0-88ba-84597782161d)) - (segment (start 62.484 58.166) (end 71.7985 67.4805) (width 0.25) (layer "B.Cu") (net 6) (tstamp ee9a1e05-fad8-4096-8562-fc0637e92aa9)) - (segment (start 71.0225 150.7785) (end 74.422 154.178) (width 0.25) (layer "B.Cu") (net 6) (tstamp f1e3e9be-2771-4793-9fae-3fe31057ddae)) - (segment (start 65.532 154.178) (end 61.824905 150.470905) (width 0.25) (layer "B.Cu") (net 6) (tstamp f663b987-a469-4501-9cab-c8579a4f1070)) - (segment (start 72.39 136.449) (end 72.3698 136.4692) (width 0.25) (layer "B.Cu") (net 6) (tstamp fa1e2788-ded3-48bf-abc7-2efa4701da14)) - (segment (start 75.2 80.01) (end 73.595 80.01) (width 0.25) (layer "B.Cu") (net 7) (tstamp 04c5ec26-c00e-4775-b330-b581e93f7f15)) - (segment (start 78.2535 77.216) (end 79.502 78.4645) (width 0.25) (layer "B.Cu") (net 7) (tstamp 13f672d5-25af-4756-910a-5c82d68b2b6d)) - (segment (start 78.985 82.051) (end 77.241 82.051) (width 0.25) (layer "B.Cu") (net 7) (tstamp 6f144330-b45f-4c99-860d-4aa871e3c900)) - (segment (start 80.915 77.246) (end 80.885 77.216) (width 0.25) (layer "B.Cu") (net 7) (tstamp 73c81a9f-6e9f-44e4-b5f4-d9c273dc7b43)) - (segment (start 80.915 85.026) (end 80.915 81.026) (width 0.25) (layer "B.Cu") (net 7) (tstamp 9b73fbe3-cdcc-43c3-add8-2a37af0c4846)) - (segment (start 80.885 77.216) (end 78.2535 77.216) (width 0.25) (layer "B.Cu") (net 7) (tstamp 9dedbcc8-92a0-44d7-b530-2428eda20bcf)) - (segment (start 79.502 78.4645) (end 79.502 81.534) (width 0.25) (layer "B.Cu") (net 7) (tstamp a4a85312-a7bf-4937-b128-8db4bc8b9e58)) - (segment (start 76.216 81.026) (end 75.2 80.01) (width 0.25) (layer "B.Cu") (net 7) (tstamp b1a95e8f-ba24-4911-b52f-28337bfcd639)) - (segment (start 77.241 82.051) (end 76.216 81.026) (width 0.25) (layer "B.Cu") (net 7) (tstamp e9830dd7-da46-47a7-8d5a-b0af573b7b93)) - (segment (start 79.502 81.534) (end 78.985 82.051) (width 0.25) (layer "B.Cu") (net 7) (tstamp eac399e7-9643-4dec-9c88-bde102bcf437)) - (segment (start 80.915 81.026) (end 80.915 77.246) (width 0.25) (layer "B.Cu") (net 7) (tstamp f01ca133-b378-4e6c-ab24-645aea6741ae)) - (segment (start 73.66 76.454) (end 62.992 76.454) (width 0.25) (layer "F.Cu") (net 8) (tstamp b1633fe2-4b52-4074-b3e2-0a0e676e1abf)) - (segment (start 62.992 76.454) (end 61.722 75.184) (width 0.25) (layer "F.Cu") (net 8) (tstamp f96abeca-2b5b-40fd-962a-9a473d5fe838)) - (via (at 61.722 75.184) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 8) (tstamp 492af8e6-270d-464b-9426-9a74fc4c72ab)) - (via (at 73.66 76.454) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 8) (tstamp d57fffae-7bb1-40e3-bb66-0232f59bcc32)) - (segment (start 76.1785 77.216) (end 74.6545 78.74) (width 0.25) (layer "B.Cu") (net 8) (tstamp 1cd20a5c-a786-407c-8e43-3ab3c0b6f352)) - (segment (start 61.722 74.708) (end 61.722 75.184) (width 0.25) (layer "B.Cu") (net 8) (tstamp 49e88e94-edc1-47d9-8718-6083e93914aa)) - (segment (start 60.42 73.406) (end 61.722 74.708) (width 0.25) (layer "B.Cu") (net 8) (tstamp 87ac755e-a486-4139-9427-8647d3656187)) - (segment (start 75.93 78.74) (end 73.595 78.74) (width 0.25) (layer "B.Cu") (net 8) (tstamp 89a2ae5b-7d0b-4c81-bfc2-9cb1fbd9f7b8)) - (segment (start 73.595 76.519) (end 73.66 76.454) (width 0.25) (layer "B.Cu") (net 8) (tstamp 99014c50-2231-4e5f-bcb5-9e1c92f13d73)) - (segment (start 74.6545 78.74) (end 73.595 78.74) (width 0.25) (layer "B.Cu") (net 8) (tstamp a6367d20-1a5d-4d6d-aca1-8c3a07306a5b)) - (segment (start 73.595 78.74) (end 73.595 76.519) (width 0.25) (layer "B.Cu") (net 8) (tstamp de01bdde-c8e1-49a6-ab38-bac6b5b1f1a3)) - (segment (start 78.216 81.026) (end 75.93 78.74) (width 0.25) (layer "B.Cu") (net 8) (tstamp e7235904-5b40-4530-95a1-82b81b92fc9c)) - (segment (start 63.4785 80.518) (end 63.4785 77.2535) (width 0.25) (layer "B.Cu") (net 9) (tstamp 00ae5598-1cd0-4f99-87f9-a343fdaf3517)) - (segment (start 63.4785 77.2535) (end 63.516 77.216) (width 0.25) (layer "B.Cu") (net 9) (tstamp 24d3afd0-7c48-4ea7-9e7e-6a627b31e434)) - (segment (start 65.516 82.5555) (end 63.4785 80.518) (width 0.25) (layer "B.Cu") (net 9) (tstamp 4a1f42f9-6aaf-4a03-a3f3-34c0ff586d92)) - (segment (start 68.645 81.28) (end 68.056 81.28) (width 0.25) (layer "B.Cu") (net 9) (tstamp 55556f25-902f-4502-b9fa-492e19668023)) - (segment (start 65.516 83.82) (end 65.516 82.5555) (width 0.25) (layer "B.Cu") (net 9) (tstamp b998e314-7931-424e-bb5c-05b641b51fa7)) - (segment (start 68.056 81.28) (end 65.516 83.82) (width 0.25) (layer "B.Cu") (net 9) (tstamp cb2bead6-1284-40fc-ae39-2adfcc5de3e0)) - (segment (start 57.880999 132.08) (end 59.912999 134.112) (width 0.25) (layer "F.Cu") (net 10) (tstamp 57d1a83f-616d-4809-8bc8-efec81b60ce4)) - (segment (start 59.912999 134.112) (end 67.201773 134.112) (width 0.25) (layer "F.Cu") (net 10) (tstamp 640fdc51-2c03-4ba5-842d-686b5b083295)) - (segment (start 67.201773 134.112) (end 67.291273 134.2015) (width 0.25) (layer "F.Cu") (net 10) (tstamp f95c2feb-60d4-405d-a1e7-88f9a50f1193)) - (via (at 67.291273 134.2015) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 10) (tstamp 3e9c3da6-3f1c-4053-bc91-2133559ffcdc)) - (via (at 57.880999 132.08) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 10) (tstamp 98ce915b-f731-488b-9499-a980ea1e3ac8)) - (segment (start 54.737 128.936001) (end 57.880999 132.08) (width 0.25) (layer "B.Cu") (net 10) (tstamp 27cb46e1-ed72-4b3d-bbc3-b5fc81cd283a)) - (segment (start 68.9985 134.2015) (end 67.291273 134.2015) (width 0.25) (layer "B.Cu") (net 10) (tstamp 37fd38a3-e6e3-4f68-9118-da535f0813d5)) - (segment (start 68.645 80.01) (end 66.0615 80.01) (width 0.25) (layer "B.Cu") (net 10) (tstamp 58aab99b-2416-439d-b27d-1085b07883db)) - (segment (start 65.516 77.216) (end 65.516 77.257751) (width 0.25) (layer "B.Cu") (net 10) (tstamp 5d00081f-57b4-4b4a-ba69-6df7061d057b)) - (segment (start 66.0615 80.01) (end 65.5535 80.518) (width 0.25) (layer "B.Cu") (net 10) (tstamp 5f25fd7e-4bb1-42ff-8559-660124fbad73)) - (segment (start 69.945 80.933249) (end 69.945 85.535972) (width 0.25) (layer "B.Cu") (net 10) (tstamp 7a0a2ec0-4d9d-40c5-8e34-d550b7f3bea4)) - (segment (start 69.945 85.535972) (end 54.737 100.743972) (width 0.25) (layer "B.Cu") (net 10) (tstamp 80afe3fa-770a-4ab3-b04f-7f5f41a447b7)) - (segment (start 65.516 77.257751) (end 68.268249 80.01) (width 0.25) (layer "B.Cu") (net 10) (tstamp 8c95a864-ccbe-4dab-95cc-82ad247f0ed2)) - (segment (start 68.645 80.01) (end 69.021751 80.01) (width 0.25) (layer "B.Cu") (net 10) (tstamp 9ea60cad-9db5-489a-bbb8-f69b90a92a3c)) - (segment (start 69.021751 80.01) (end 69.945 80.933249) (width 0.25) (layer "B.Cu") (net 10) (tstamp b332851f-8ff0-4739-8292-92f82acd1d1c)) - (segment (start 68.268249 80.01) (end 68.645 80.01) (width 0.25) (layer "B.Cu") (net 10) (tstamp cbe40585-5c81-40f2-9234-4a433d0897b2)) - (segment (start 54.737 100.743972) (end 54.737 128.936001) (width 0.25) (layer "B.Cu") (net 10) (tstamp ce6a78f6-8912-4b83-8f04-2fac16398440)) - (segment (start 70.612 132.588) (end 68.9985 134.2015) (width 0.25) (layer "B.Cu") (net 10) (tstamp e6e0edd2-0830-4074-a413-73f5160b83e5)) - (segment (start 88.9 147.32) (end 88.9 139.34) (width 0.25) (layer "F.Cu") (net 11) (tstamp 012bc590-fd44-4176-8b15-ab364abd9b67)) - (segment (start 88.9 139.34) (end 84.06 134.5) (width 0.25) (layer "F.Cu") (net 11) (tstamp e7e6a4ea-8961-4588-b591-a416aae93898)) - (via (at 88.9 147.32) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 11) (tstamp a52a07ca-c35f-4956-80ca-412518540767)) - (segment (start 55.372 101.6) (end 68.7705 88.2015) (width 0.25) (layer "B.Cu") (net 11) (tstamp 054c47a9-7c91-48d0-8ed4-700876469619)) - (segment (start 60.0925 137.3925) (end 58.42 139.065) (width 0.25) (layer "B.Cu") (net 11) (tstamp 10bb099d-92a4-435b-86d8-88b9d72a8715)) - (segment (start 70.612 84.904827) (end 71.3485 84.168327) (width 0.25) (layer "B.Cu") (net 11) (tstamp 12f72ef7-3eea-40ca-98c6-14df88636f6a)) - (segment (start 51 59.49) (end 51 153.142863) (width 0.25) (layer "B.Cu") (net 11) (tstamp 136cfa3f-eb63-4fcc-bf5f-336f6235f26e)) - (segment (start 70.358 73.66) (end 70.358 75.438) (width 0.25) (layer "B.Cu") (net 11) (tstamp 1a3775ac-6957-4086-b16e-83668436a372)) - (segment (start 58.605499 131.385811) (end 55.440501 128.220813) (width 0.25) (layer "B.Cu") (net 11) (tstamp 22a698f4-a4b2-4f81-8b65-b43a3dbd2baf)) - (segment (start 54.702137 156.845) (end 79.375 156.845) (width 0.25) (layer "B.Cu") (net 11) (tstamp 2794d943-26a3-4af0-aa5b-5182f8ecc703)) - (segment (start 68.854 88.118) (end 68.7705 88.2015) (width 0.25) (layer "B.Cu") (net 11) (tstamp 2c559222-935f-44f3-9a20-879781508fca)) - (segment (start 60.384243 64.05) (end 55.88 59.545757) (width 0.25) (layer "B.Cu") (net 11) (tstamp 4b554faf-5449-421a-8ae0-0862ff345a5c)) - (segment (start 70.104 73.406) (end 70.358 73.66) (width 0.25) (layer "B.Cu") (net 11) (tstamp 56ad33c9-0ed9-49f6-8cdd-aabb3a9ab1e0)) - (segment (start 51 153.142863) (end 54.702137 156.845) (width 0.25) (layer "B.Cu") (net 11) (tstamp 56b106d6-8548-49bb-a6f5-42d619f710b1)) - (segment (start 76.581 90.805) (end 73.894 88.118) (width 0.25) (layer "B.Cu") (net 11) (tstamp 5bde9394-199f-4f9d-962a-527c4e4411a1)) - (segment (start 58.605499 134.305999) (end 58.605499 131.385811) (width 0.25) (layer "B.Cu") (net 11) (tstamp 624ddb49-f8fb-4847-9f61-b198697ee4f9)) - (segment (start 70.176122 75.534622) (end 70.5875 75.946) (width 0.25) (layer "B.Cu") (net 11) (tstamp 65b280e5-2763-45ce-97da-ab6d318c0978)) - (segment (start 71.3485 74.6505) (end 70.104 73.406) (width 0.25) (layer "B.Cu") (net 11) (tstamp 6983bd2f-8fb4-4281-b6b5-16f73bde54d2)) - (segment (start 57.0705 53.4195) (end 55.88 54.61) (width 0.381) (layer "B.Cu") (net 11) (tstamp 73f43d07-60f0-4943-9568-407a3cc05225)) - (segment (start 60.0925 135.793) (end 60.0925 137.3925) (width 0.25) (layer "B.Cu") (net 11) (tstamp 7492ff55-dbc0-4099-a27f-2b4b706f327b)) - (segment (start 60.748 64.05) (end 60.384243 64.05) (width 0.25) (layer "B.Cu") (net 11) (tstamp 78764311-e1a7-4931-bbc3-d7fae44b3ab5)) - (segment (start 70.5875 75.946) (end 68.645 77.8885) (width 0.25) (layer "B.Cu") (net 11) (tstamp 8008d503-2e42-4815-90d4-8b6aba4191ce)) - (segment (start 79.375 156.845) (end 88.9 147.32) (width 0.25) (layer "B.Cu") (net 11) (tstamp 8cbc851f-9e79-4889-b4dc-82cfc7b22f95)) - (segment (start 55.440501 117.923811) (end 55.372 117.85531) (width 0.25) (layer "B.Cu") (net 11) (tstamp 9cc1cf23-94b7-4dbf-b087-b7ea994bbac8)) - (segment (start 66.183 53.594) (end 66.0085 53.4195) (width 0.381) (layer "B.Cu") (net 11) (tstamp 9f7ba9d0-dcdf-46e6-b68a-16287d0363a8)) - (segment (start 68.645 77.8885) (end 68.645 78.74) (width 0.25) (layer "B.Cu") (net 11) (tstamp a40ee005-2293-49c1-82c9-f6e125c6dec9)) - (segment (start 55.88 54.61) (end 51 59.49) (width 0.25) (layer "B.Cu") (net 11) (tstamp a4a69c27-bd92-4822-8d10-ee5419818505)) - (segment (start 60.0925 135.793) (end 58.605499 134.305999) (width 0.25) (layer "B.Cu") (net 11) (tstamp b00dc65c-e6ed-4b66-82eb-776fdd41f84a)) - (segment (start 55.88 59.545757) (end 55.88 54.61) (width 0.25) (layer "B.Cu") (net 11) (tstamp bcdcb80d-44c1-4fea-81c6-2893b7c8f271)) - (segment (start 73.894 88.118) (end 68.854 88.118) (width 0.25) (layer "B.Cu") (net 11) (tstamp c38c1403-9e57-4ba5-916e-5cb61d95dce9)) - (segment (start 70.104 73.406) (end 60.748 64.05) (width 0.25) (layer "B.Cu") (net 11) (tstamp c3d593d1-7d89-40f5-8c42-455deacb6e37)) - (segment (start 55.440501 128.220813) (end 55.440501 117.923811) (width 0.25) (layer "B.Cu") (net 11) (tstamp e31d6066-65ac-485f-9218-2eb2cbf8112c)) - (segment (start 55.372 117.85531) (end 55.372 101.6) (width 0.25) (layer "B.Cu") (net 11) (tstamp e5639b8c-3de4-4599-9815-4a83437ab9af)) - (segment (start 66.0085 53.4195) (end 57.0705 53.4195) (width 0.381) (layer "B.Cu") (net 11) (tstamp e8a9d61c-8476-4c4c-b4c4-080fbbf241fc)) - (segment (start 71.3485 84.168327) (end 71.3485 74.6505) (width 0.25) (layer "B.Cu") (net 11) (tstamp f2f80b4c-b98f-48aa-96e4-35d09bf03119)) - (segment (start 68.7705 88.2015) (end 70.612 86.36) (width 0.25) (layer "B.Cu") (net 11) (tstamp f369d91b-0c12-48c8-83d3-781a23b45b6b)) - (segment (start 70.612 86.36) (end 70.612 84.904827) (width 0.25) (layer "B.Cu") (net 11) (tstamp fcc08c43-1a5e-422f-8d91-d2d4925f2242)) - (segment (start 59.436 145.852) (end 59.436 146.8415) (width 0.25) (layer "B.Cu") (net 12) (tstamp 69188b36-c635-4526-b222-5b30fcc72995)) - (segment (start 59.436 146.8415) (end 54.3855 151.892) (width 0.25) (layer "B.Cu") (net 12) (tstamp a05ab057-c6fd-4755-aaec-6e3c7c0b1622)) - (segment (start 59.436 145.852) (end 59.436 143.891) (width 0.25) (layer "B.Cu") (net 12) (tstamp f59f0c5e-b075-4fb5-9110-63f96089aa04)) - (segment (start 59.436 143.891) (end 58.42 142.875) (width 0.25) (layer "B.Cu") (net 12) (tstamp fa31ec96-17f1-480f-9070-9b96d5980329)) - (segment (start 58.043249 141.605) (end 58.42 141.605) (width 0.25) (layer "B.Cu") (net 13) (tstamp 06a334a4-aa9d-43a3-a4e0-01454f554fb7)) - (segment (start 57.1005 141.605) (end 58.42 141.605) (width 0.25) (layer "B.Cu") (net 13) (tstamp 0b2f29ee-71ef-490b-a8d1-0c161e74c27b)) - (segment (start 54.624 145.024249) (end 58.043249 141.605) (width 0.25) (layer "B.Cu") (net 13) (tstamp 17db5369-b1af-4ccf-9832-2db9c5e0b419)) - (segment (start 55.528 141.605) (end 58.42 141.605) (width 0.25) (layer "B.Cu") (net 13) (tstamp 6e3e139b-2a76-4d24-82c4-e589efc81744)) - (segment (start 54.624 142.509) (end 55.528 141.605) (width 0.25) (layer "B.Cu") (net 13) (tstamp b4daf951-b051-4eea-bb2d-ac86b4b69bb4)) - (segment (start 54.624 145.852) (end 54.624 145.024249) (width 0.25) (layer "B.Cu") (net 13) (tstamp d3ab590e-9d58-4d45-9cb8-c7e0b53c5ba0)) - (segment (start 54.6315 139.136) (end 57.1005 141.605) (width 0.25) (layer "B.Cu") (net 13) (tstamp f7e18843-6da5-4341-a628-5ad18ff6428b)) - (segment (start 61.722 97.536) (end 61.976 97.536) (width 0.25) (layer "F.Cu") (net 14) (tstamp a8e0fd03-368b-4d60-b016-a778fbc53200)) - (segment (start 59.182 94.996) (end 61.722 97.536) (width 0.25) (layer "F.Cu") (net 14) (tstamp e020a418-b1cf-4cab-9f43-1c2d484eda89)) - (via (at 61.976 97.536) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 8b2e0e88-101e-4ec6-bf9f-bdb0f65c67b6)) - (via (at 59.182 94.996) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp d9d92f55-7a23-47d2-9ebf-57456d934adb)) - (segment (start 61.976 97.536) (end 63.516 97.536) (width 0.25) (layer "B.Cu") (net 14) (tstamp 1280125e-ff06-4787-8506-532cd491153d)) - (segment (start 52.07 86.122) (end 55.212 82.98) (width 0.25) (layer "B.Cu") (net 14) (tstamp 2166c32e-1008-4595-85db-437f16b1a15b)) - (segment (start 52.624 139.0685) (end 52.5565 139.136) (width 0.25) (layer "B.Cu") (net 14) (tstamp 274ec8a6-5c42-4510-9bca-7d60cc3955f1)) - (segment (start 51.562 143.571) (end 51.562 153.069173) (width 0.25) (layer "B.Cu") (net 14) (tstamp 37ba06a3-1d9d-43f2-8c2e-0c656a9f3e5c)) - (segment (start 52.07 86.614) (end 52.07 86.122) (width 0.25) (layer "B.Cu") (net 14) (tstamp 3f5ae7a4-7fd4-45f0-9458-a67a8a229e52)) - (segment (start 52.07 135.209) (end 52.07 86.122) (width 0.25) (layer "B.Cu") (net 14) (tstamp 45582af6-27bb-478c-a157-0e80dd508b87)) - (segment (start 52.5565 139.136) (end 52.5565 142.4415) (width 0.25) (layer "B.Cu") (net 14) (tstamp 52140f4b-5035-4d81-8e0c-41efa01a7b2e)) - (segment (start 52.624 135.763) (end 52.07 135.209) (width 0.25) (layer "B.Cu") (net 14) (tstamp 59dbe9ca-0695-4764-af04-d1a93e38a5a2)) - (segment (start 55.212 82.98) (end 60.96 82.98) (width 0.25) (layer "B.Cu") (net 14) (tstamp 6c39be5c-a750-47cc-b49e-a09ef1d46ccc)) - (segment (start 59.182 93.726) (end 52.07 86.614) (width 0.25) (layer "B.Cu") (net 14) (tstamp 8356970b-1613-49a2-b062-174d51c8fa63)) - (segment (start 52.624 142.509) (end 51.562 143.571) (width 0.25) (layer "B.Cu") (net 14) (tstamp da8324c9-b8bb-4d9d-b5c7-e8b5d6617372)) - (segment (start 77.691 155.829) (end 81.28 152.24) (width 0.25) (layer "B.Cu") (net 14) (tstamp e05f16a7-6958-4d47-a45f-fc7100600cb3)) - (segment (start 59.182 94.996) (end 59.182 93.726) (width 0.25) (layer "B.Cu") (net 14) (tstamp ebfcafed-8cbb-4e07-bd1b-e1e7d3d2fbe1)) - (segment (start 51.562 153.069173) (end 54.321827 155.829) (width 0.25) (layer "B.Cu") (net 14) (tstamp ed36bf57-2207-4a5e-9385-7fa4f7525dd3)) - (segment (start 54.321827 155.829) (end 77.691 155.829) (width 0.25) (layer "B.Cu") (net 14) (tstamp f61524cf-1cb0-4df8-ac0f-6390ae32a585)) - (segment (start 52.624 135.763) (end 52.624 139.0685) (width 0.25) (layer "B.Cu") (net 14) (tstamp fc406d67-0378-4d50-9949-32d44fd91337)) - (segment (start 52.5565 142.4415) (end 52.624 142.509) (width 0.25) (layer "B.Cu") (net 14) (tstamp fea46f2f-0a45-4f5b-b43a-284d79784e07)) - (segment (start 63.516 97.536) (end 64.278 98.298) (width 0.25) (layer "B.Cu") (net 14) (tstamp fecc893d-bf01-4110-a042-85717bb58119)) - (segment (start 58.42 74.422) (end 58.42 73.406) (width 0.25) (layer "B.Cu") (net 15) (tstamp 1337cb65-a0bc-455b-bd1e-a3f0377d3721)) - (segment (start 62.25 78.252) (end 58.42 74.422) (width 0.25) (layer "B.Cu") (net 15) (tstamp 1b661655-334b-4243-b030-db0de0cc040b)) - (segment (start 62.25 81.3) (end 62.25 78.252) (width 0.25) (layer "B.Cu") (net 15) (tstamp 491b41fc-b37b-4a4c-8f0d-a2343831e29d)) - (segment (start 65.275 73.406) (end 64.219 72.35) (width 0.25) (layer "B.Cu") (net 15) (tstamp 50b58943-85d8-45bc-832e-91e99c6a3054)) - (segment (start 64.219 72.35) (end 59.476 72.35) (width 0.25) (layer "B.Cu") (net 15) (tstamp 5978bb87-db89-476a-98b7-513e4c352b38)) - (segment (start 63.516 83.82) (end 63.516 82.566) (width 0.25) (layer "B.Cu") (net 15) (tstamp 6c042310-5f08-4f99-aecd-467fde3c2f63)) - (segment (start 63.516 82.566) (end 62.25 81.3) (width 0.25) (layer "B.Cu") (net 15) (tstamp 89317bcf-b195-4f5d-a0b8-7d459cbbb7b5)) - (segment (start 59.476 72.35) (end 58.42 73.406) (width 0.25) (layer "B.Cu") (net 15) (tstamp e1764a74-d073-4a05-8458-36f0077b5b5d)) - (segment (start 85.09 54.61) (end 85.09 57.15) (width 0.762) (layer "B.Cu") (net 16) (tstamp 25f541c4-eee4-474b-b685-7ae19f623411)) - (segment (start 68.183 57.277) (end 69.2965 58.3905) (width 0.381) (layer "B.Cu") (net 16) (tstamp 40faf5c8-0e9a-4fbf-8c9d-13e900310529)) - (segment (start 69.2965 58.3905) (end 83.8495 58.3905) (width 0.381) (layer "B.Cu") (net 16) (tstamp 5189f88c-afed-4fdf-98c2-1e3b167b598b)) - (segment (start 83.8495 58.3905) (end 85.09 57.15) (width 0.381) (layer "B.Cu") (net 16) (tstamp f0817077-6250-497d-bbd1-98a4b8aac027)) - (segment (start 68.183 53.594) (end 68.4075 53.3695) (width 0.381) (layer "B.Cu") (net 17) (tstamp 8b42d59e-794e-407f-b40a-ccde77aa79da)) - (segment (start 82.55 57.15) (end 82.55 54.61) (width 0.762) (layer "B.Cu") (net 17) (tstamp a522be13-ce99-4843-8309-4d1ae984dbdd)) - (segment (start 81.3095 53.3695) (end 82.55 54.61) (width 0.381) (layer "B.Cu") (net 17) (tstamp d0cee719-8592-40d0-82a8-a3d784600277)) - (segment (start 68.4075 53.3695) (end 81.3095 53.3695) (width 0.381) (layer "B.Cu") (net 17) (tstamp dce42f1b-0918-4371-ae17-23c16978c41b)) - (segment (start 89.691 93.443) (end 89.691 64.799) (width 0.25) (layer "F.Cu") (net 18) (tstamp 00b8be72-e52c-4e4f-b8f8-0b02c9658b69)) - (segment (start 85.471 97.663) (end 89.691 93.443) (width 0.25) (layer "F.Cu") (net 18) (tstamp 7da7e83a-c206-4886-a396-27fe409934d9)) - (segment (start 89.691 64.799) (end 87.63 62.738) (width 0.25) (layer "F.Cu") (net 18) (tstamp b833cae8-1679-4f3d-b980-e7f17345b3d7)) - (segment (start 80.518 97.663) (end 85.471 97.663) (width 0.25) (layer "F.Cu") (net 18) (tstamp bb2d1d32-ba59-457d-b3d3-1cf674134c24)) - (segment (start 87.63 62.738) (end 80.518 62.738) (width 0.25) (layer "F.Cu") (net 18) (tstamp f6228ad7-6692-4410-be9f-0f5a3ee96153)) - (segment (start 80.518 62.738) (end 74.93 57.15) (width 0.25) (layer "F.Cu") (net 18) (tstamp fb1be2d2-3e80-4ae3-872f-590bf1b7a9b7)) - (via (at 80.518 97.663) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 18) (tstamp f585c54e-2ca1-4e40-ab34-882d5558106e)) - (segment (start 80.518 97.663) (end 76.946 97.663) (width 0.25) (layer "B.Cu") (net 18) (tstamp 15498181-5d9d-48c2-8cdb-89a3fdf2c321)) - (segment (start 74.93 57.15) (end 74.93 54.61) (width 0.25) (layer "B.Cu") (net 18) (tstamp 883e543e-b724-438c-9ee6-c483986b6bfd)) - (segment (start 76.946 97.663) (end 76.819 97.536) (width 0.25) (layer "B.Cu") (net 18) (tstamp f4f6ae80-e4ac-48f7-aeeb-0a86e7c1450e)) - (segment (start 82.14 94.76) (end 81.24 93.86) (width 0.25) (layer "B.Cu") (net 20) (tstamp 4bd4e29a-7074-4927-947e-f6ad3e01d7c5)) - (segment (start 82.14 107.33) (end 82.14 94.76) (width 0.25) (layer "B.Cu") (net 20) (tstamp abab7f74-dc2d-4be5-b8d6-af7038e4480c)) - (segment (start 70.725 118.745) (end 82.14 107.33) (width 0.25) (layer "B.Cu") (net 20) (tstamp fa5e3960-866c-446c-97d4-4a409654e220)) - (segment (start 81 111.44) (end 60.96 111.44) (width 0.25) (layer "F.Cu") (net 21) (tstamp 8a77522a-5cd7-47b1-b31c-fa4f0229296a)) - (segment (start 83.74 114.18) (end 81 111.44) (width 0.25) (layer "F.Cu") (net 21) (tstamp d9544172-5880-418e-a03d-c9c826afb901)) - (segment (start 83.066412 116.586) (end 89.691 109.961412) (width 0.25) (layer "B.Cu") (net 23) (tstamp 2bc2b07b-ec5e-471d-90cf-7abacf12e9b9)) - (segment (start 89.078854 75.917) (end 83.617 75.917) (width 0.25) (layer "B.Cu") (net 23) (tstamp 2eac2890-5bcd-46af-b8f9-070fff396533)) - (segment (start 89.691 76.529146) (end 89.078854 75.917) (width 0.25) (layer "B.Cu") (net 23) (tstamp 331ee666-ca80-4d8e-997a-85dc85bbe434)) - (segment (start 89.691 109.961412) (end 89.691 76.529146) (width 0.25) (layer "B.Cu") (net 23) (tstamp 3a17d21c-f813-4b6f-8023-13d865fbb896)) - (segment (start 83.617 75.917) (end 81.24 73.54) (width 0.25) (layer "B.Cu") (net 23) (tstamp 86953d8f-ff21-47c6-8853-30400486fc80)) - (segment (start 72.725 120.358173) (end 72.725 122.19075) (width 0.25) (layer "B.Cu") (net 23) (tstamp bee6703f-7192-45e5-a224-76350ab35db1)) - (segment (start 76.497173 116.586) (end 72.725 120.358173) (width 0.25) (layer "B.Cu") (net 23) (tstamp bf4ad2d2-620d-4125-ada2-13be21439291)) - (segment (start 76.497173 116.586) (end 83.066412 116.586) (width 0.25) (layer "B.Cu") (net 23) (tstamp c4027fa4-72ff-49fc-ab90-457548d61297)) - (segment (start 68.28881 145.852) (end 67.056 144.61919) (width 0.25) (layer "B.Cu") (net 24) (tstamp 2009e65b-42db-48a1-99b3-9ff7bbd43a61)) - (segment (start 67.056 144.61919) (end 67.056 140.716) (width 0.25) (layer "B.Cu") (net 24) (tstamp 4165413e-3550-4b36-80b5-c92a5765b520)) - (segment (start 82.885 77.216) (end 85.171 79.502) (width 0.25) (layer "B.Cu") (net 25) (tstamp d74a2803-78bc-4852-982f-edc6eaac55bf)) - (segment (start 85.171 79.502) (end 88.646 79.502) (width 0.25) (layer "B.Cu") (net 25) (tstamp eeb57c53-a0c4-4666-9fce-e3272b8b2392)) - (segment (start 90.9 125.16) (end 90.9 106.648) (width 0.25) (layer "F.Cu") (net 26) (tstamp 0517700b-395a-4380-ad6a-806c2be143c9)) - (segment (start 81.56 134.5) (end 90.9 125.16) (width 0.25) (layer "F.Cu") (net 26) (tstamp 0e360f4e-d1a2-45d4-b1c0-c24db4769b13)) - (segment (start 90.9 106.648) (end 86.36 102.108) (width 0.25) (layer "F.Cu") (net 26) (tstamp c45592a3-1c22-4d24-abac-90db5d981ae8)) - (via (at 86.36 102.108) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 26) (tstamp f683bff2-2bf2-4ecb-88b8-9b170279fd5c)) - (segment (start 82.915 85.87795) (end 86.36 89.32295) (width 0.25) (layer "B.Cu") (net 26) (tstamp 27a084a2-075e-42b8-8caa-076362399eec)) - (segment (start 82.915 85.026) (end 82.915 85.87795) (width 0.25) (layer "B.Cu") (net 26) (tstamp 44f00423-3fba-4256-9620-ccf67d75d853)) - (segment (start 86.36 89.32295) (end 86.36 102.108) (width 0.25) (layer "B.Cu") (net 26) (tstamp 8e1583c9-44e7-43b6-ae3b-df0fce30b58a)) - (segment (start 87.884 85.56105) (end 87.884 107.536) (width 0.25) (layer "B.Cu") (net 27) (tstamp c6f1d31d-c162-4a5c-bea5-6602f97770b4)) - (segment (start 83.34895 81.026) (end 87.884 85.56105) (width 0.25) (layer "B.Cu") (net 27) (tstamp e2ce2503-9d14-445b-8a03-388244a8fcc4)) - (segment (start 82.915 81.026) (end 83.34895 81.026) (width 0.25) (layer "B.Cu") (net 27) (tstamp e9ef7343-5d61-4325-a332-543b9deaaa47)) - (segment (start 87.884 107.536) (end 81.24 114.18) (width 0.25) (layer "B.Cu") (net 27) (tstamp faa58780-a61b-47dd-a1e8-caa88342ee14)) - (segment (start 69.690998 136.449) (end 68.326 136.449) (width 0.25) (layer "B.Cu") (net 28) (tstamp 659ea177-5734-4017-80d0-0e20dd4e4502)) - (segment (start 72.725 133.414998) (end 69.690998 136.449) (width 0.25) (layer "B.Cu") (net 28) (tstamp 9cce44d7-0b60-4c1d-9d40-090994e5175b)) - (segment (start 72.725 132.588) (end 72.725 133.414998) (width 0.25) (layer "B.Cu") (net 28) (tstamp e6cf1b72-c313-4cb4-bb2a-1cad99665602)) - (segment (start 54.624 136.915751) (end 54.624 135.763) (width 0.25) (layer "B.Cu") (net 29) (tstamp 40e1ac44-49cd-4afc-a650-42fa263e8441)) - (segment (start 58.42 140.335) (end 58.043249 140.335) (width 0.25) (layer "B.Cu") (net 29) (tstamp 5ba7423c-d7cf-4925-ae9c-94fe1360aae6)) - (segment (start 58.043249 140.335) (end 54.624 136.915751) (width 0.25) (layer "B.Cu") (net 29) (tstamp 6411fe00-b269-47fb-9184-32572259db85)) - (segment (start 60.96 122.3) (end 74.042 122.3) (width 0.25) (layer "F.Cu") (net 30) (tstamp 30d6a2b3-1d9b-46af-8cd0-4a0dbcd3590f)) - (segment (start 74.042 122.3) (end 77.597 118.745) (width 0.25) (layer "F.Cu") (net 30) (tstamp 3204a769-8e65-43d8-a150-dbcae6730db4)) - (segment (start 53.485 124.225) (end 60.96 131.7) (width 0.25) (layer "F.Cu") (net 31) (tstamp 23bc1b2c-05d7-4052-903c-0ac9560d884c)) - (segment (start 53.485 119.644) (end 53.485 124.225) (width 0.25) (layer "F.Cu") (net 31) (tstamp cca6d28e-b33c-43e4-ae6f-21db4d80edd3)) - (segment (start 83.74 73.54) (end 81.16 70.96) (width 0.25) (layer "F.Cu") (net 33) (tstamp 183f5852-4b22-4cab-9262-6e5c96ddf98a)) - (segment (start 81.16 70.96) (end 60.96 70.96) (width 0.25) (layer "F.Cu") (net 33) (tstamp 6d6d1268-be9a-43bb-b857-7beba97ab678)) - (segment (start 64.102 91.28) (end 60.96 91.28) (width 0.25) (layer "F.Cu") (net 34) (tstamp 0e28f305-7cff-457d-a8e0-004dfd664621)) - (segment (start 82.515 95.085) (end 67.907 95.085) (width 0.25) (layer "F.Cu") (net 34) (tstamp 4d177c24-1b15-4cf8-9ff9-81ba9f900a06)) - (segment (start 67.907 95.085) (end 64.102 91.28) (width 0.25) (layer "F.Cu") (net 34) (tstamp a4ac0ba4-4091-48f4-8c6b-d841380af8d8)) - (segment (start 83.74 93.86) (end 82.515 95.085) (width 0.25) (layer "F.Cu") (net 34) (tstamp ad5386b8-a7d4-486b-a382-5658fa64bf24)) - (segment (start 69.1665 96.586) (end 71.628 94.1245) (width 0.25) (layer "B.Cu") (net 35) (tstamp 14a2ae9b-5f27-4ccf-8b56-93787b7d29d5)) - (segment (start 71.628 94.1245) (end 71.628 91.948) (width 0.25) (layer "B.Cu") (net 35) (tstamp e379e52b-4720-4a1c-bcc8-ab5f91ead353)) - (segment (start 68.328 99.3245) (end 69.1665 98.486) (width 0.25) (layer "B.Cu") (net 36) (tstamp 19664a38-9d5a-47c7-9d19-733a09195cc7)) - (segment (start 68.328 102.108) (end 68.328 99.3245) (width 0.25) (layer "B.Cu") (net 36) (tstamp 2bb60926-5dd1-46eb-8212-aadc1ef6385c)) - (segment (start 66.278 98.298) (end 68.9785 98.298) (width 0.25) (layer "B.Cu") (net 36) (tstamp 6154a875-caa1-4d0e-b429-442d6e1c9e2b)) - (segment (start 68.9785 98.298) (end 69.1665 98.486) (width 0.25) (layer "B.Cu") (net 36) (tstamp ebe3d26a-a2ea-478b-a402-988b75c714f5)) - (segment (start 74.819 97.536) (end 71.0415 97.536) (width 0.25) (layer "B.Cu") (net 37) (tstamp 6fd63133-417a-4102-a5a7-952dde179fdb)) - (segment (start 73.235 89.459) (end 70.358 89.459) (width 0.25) (layer "B.Cu") (net 38) (tstamp 12b985c8-c5e6-490d-81c2-0bf26b1094b1)) - (segment (start 61.005 136.607) (end 60.912405 136.699595) (width 0.25) (layer "B.Cu") (net 38) (tstamp 3fb84446-0d32-43a8-8b5f-62136362abcb)) - (segment (start 60.912405 150.640095) (end 59.6605 151.892) (width 0.25) (layer "B.Cu") (net 38) (tstamp 4291026d-d1fa-4669-a686-fac4f341d6a3)) - (segment (start 60.912405 136.699595) (end 60.912405 150.640095) (width 0.25) (layer "B.Cu") (net 38) (tstamp 6b697391-4740-40ce-833e-2f2bc5ee468d)) - (segment (start 74.581 90.805) (end 73.235 89.459) (width 0.25) (layer "B.Cu") (net 38) (tstamp 7c99ea0b-e2e9-4a2b-9cd4-a260fe700cb0)) - (segment (start 70.358 89.459) (end 68.91 89.459) (width 0.25) (layer "B.Cu") (net 38) (tstamp 7f8d330b-8597-4ec4-a1ca-3cc871b904f8)) - (segment (start 59.085 99.284) (end 59.085 132.476651) (width 0.25) (layer "B.Cu") (net 38) (tstamp 9f01c961-05c5-4ba0-91c2-b3ec9c4c2535)) - (segment (start 61.005 134.396651) (end 61.005 136.607) (width 0.25) (layer "B.Cu") (net 38) (tstamp ac455452-cb68-40cf-a26e-1733466a3d3b)) - (segment (start 59.085 132.476651) (end 61.005 134.396651) (width 0.25) (layer "B.Cu") (net 38) (tstamp eb21a7df-da50-423d-96ba-7148cdaecb87)) - (segment (start 68.91 89.459) (end 59.085 99.284) (width 0.25) (layer "B.Cu") (net 38) (tstamp f8154d94-2c3f-487c-a40f-4a453b540a6f)) - - (zone (net 0) (net_name "") (layer "F.Cu") (tstamp 823a3980-e5a6-49f7-9227-fab46bcb6f23) (hatch edge 0.5) - (connect_pads (clearance 0)) - (min_thickness 0.25) (filled_areas_thickness no) - (keepout (tracks allowed) (vias allowed) (pads allowed) (copperpour not_allowed) (footprints allowed)) - (fill (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 65.278 134.112) - (xy 76.2 134.112) - (xy 76.2 145.542) - (xy 65.278 145.542) - ) - ) - ) - (zone locked (net 5) (net_name "GND") (layer "F.Cu") (tstamp e89992d4-79c0-4fc6-b243-daf3c7100645) (hatch edge 0.5) - (connect_pads (clearance 0.508)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 50.8 50.8) - (xy 91.186 50.8) - (xy 90.932 159.004) - (xy 50.8 159.004) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 77.010507 54.819844) - (xy 77.088239 54.940798) - (xy 77.1969 55.034952) - (xy 77.327685 55.09468) - (xy 77.337466 55.096086) - (xy 76.708625 55.724925) - (xy 76.785031 55.778425) - (xy 76.828655 55.833002) - (xy 76.835848 55.902501) - (xy 76.804326 55.964855) - (xy 76.785029 55.981576) - (xy 76.708625 56.035072) - (xy 77.337466 56.663913) - (xy 77.327685 56.66532) - (xy 77.1969 56.725048) - (xy 77.088239 56.819202) - (xy 77.010507 56.940156) - (xy 76.986923 57.020476) - (xy 76.355072 56.388625) - (xy 76.355072 56.388626) - (xy 76.305131 56.45995) - (xy 76.250555 56.503575) - (xy 76.181056 56.510769) - (xy 76.118701 56.479246) - (xy 76.099748 56.456649) - (xy 76.005723 56.312734) - (xy 76.005715 56.312723) - (xy 75.853243 56.147097) - (xy 75.853238 56.147092) - (xy 75.675577 56.008812) - (xy 75.675578 56.008812) - (xy 75.675576 56.008811) - (xy 75.63907 55.989055) - (xy 75.589479 55.939836) - (xy 75.574371 55.871619) - (xy 75.598541 55.806064) - (xy 75.63907 55.770945) - (xy 75.643074 55.768778) - (xy 75.675576 55.751189) - (xy 75.85324 55.612906) - (xy 75.99249 55.461642) - (xy 76.005715 55.447276) - (xy 76.005715 55.447275) - (xy 76.005722 55.447268) - (xy 76.099749 55.303347) - (xy 76.152894 55.257994) - (xy 76.222125 55.24857) - (xy 76.285461 55.278072) - (xy 76.305131 55.300049) - (xy 76.355072 55.371373) - (xy 76.355073 55.371373) - (xy 76.986923 54.739523) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 79.550507 54.819844) - (xy 79.628239 54.940798) - (xy 79.7369 55.034952) - (xy 79.867685 55.09468) - (xy 79.877466 55.096086) - (xy 79.248625 55.724925) - (xy 79.325031 55.778425) - (xy 79.368655 55.833002) - (xy 79.375848 55.902501) - (xy 79.344326 55.964855) - (xy 79.325029 55.981576) - (xy 79.248625 56.035072) - (xy 79.877466 56.663913) - (xy 79.867685 56.66532) - (xy 79.7369 56.725048) - (xy 79.628239 56.819202) - (xy 79.550507 56.940156) - (xy 79.526923 57.020476) - (xy 78.895072 56.388625) - (xy 78.895072 56.388626) - (xy 78.841574 56.46503) - (xy 78.786998 56.508655) - (xy 78.717499 56.515849) - (xy 78.655144 56.484326) - (xy 78.638424 56.46503) - (xy 78.584925 56.388626) - (xy 78.584925 56.388625) - (xy 77.953076 57.020475) - (xy 77.929493 56.940156) - (xy 77.851761 56.819202) - (xy 77.7431 56.725048) - (xy 77.612315 56.66532) - (xy 77.602533 56.663913) - (xy 78.231373 56.035073) - (xy 78.154969 55.981576) - (xy 78.111344 55.926999) - (xy 78.10415 55.857501) - (xy 78.135672 55.795146) - (xy 78.154968 55.778425) - (xy 78.231373 55.724925) - (xy 77.602533 55.096086) - (xy 77.612315 55.09468) - (xy 77.7431 55.034952) - (xy 77.851761 54.940798) - (xy 77.929493 54.819844) - (xy 77.953076 54.739524) - (xy 78.584925 55.371373) - (xy 78.638425 55.294968) - (xy 78.693002 55.251344) - (xy 78.762501 55.244151) - (xy 78.824855 55.275673) - (xy 78.841576 55.294969) - (xy 78.895073 55.371372) - (xy 79.526922 54.739523) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 81.124925 55.371373) - (xy 81.174868 55.300048) - (xy 81.229445 55.256424) - (xy 81.298944 55.249231) - (xy 81.361298 55.280753) - (xy 81.380251 55.30335) - (xy 81.474276 55.447265) - (xy 81.474284 55.447276) - (xy 81.626756 55.612902) - (xy 81.626761 55.612907) - (xy 81.664516 55.642293) - (xy 81.804424 55.751189) - (xy 81.804429 55.751191) - (xy 81.804431 55.751193) - (xy 81.84093 55.770946) - (xy 81.89052 55.820165) - (xy 81.905628 55.888382) - (xy 81.881457 55.953937) - (xy 81.84093 55.989054) - (xy 81.804431 56.008806) - (xy 81.804422 56.008812) - (xy 81.626761 56.147092) - (xy 81.626756 56.147097) - (xy 81.474284 56.312723) - (xy 81.47428 56.312729) - (xy 81.38025 56.456651) - (xy 81.327103 56.502007) - (xy 81.257872 56.51143) - (xy 81.194536 56.481927) - (xy 81.174866 56.459951) - (xy 81.124924 56.388626) - (xy 80.493076 57.020475) - (xy 80.469493 56.940156) - (xy 80.391761 56.819202) - (xy 80.2831 56.725048) - (xy 80.152315 56.66532) - (xy 80.142533 56.663913) - (xy 80.771373 56.035073) - (xy 80.694969 55.981576) - (xy 80.651344 55.926999) - (xy 80.64415 55.857501) - (xy 80.675672 55.795146) - (xy 80.694968 55.778425) - (xy 80.771373 55.724925) - (xy 80.142533 55.096086) - (xy 80.152315 55.09468) - (xy 80.2831 55.034952) - (xy 80.391761 54.940798) - (xy 80.469493 54.819844) - (xy 80.493076 54.739524) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 90.982539 50.880185) - (xy 91.028294 50.932989) - (xy 91.0395 50.9845) - (xy 91.0395 105.592233) - (xy 91.019815 105.659272) - (xy 90.967011 105.705027) - (xy 90.897853 105.714971) - (xy 90.834297 105.685946) - (xy 90.827819 105.679914) - (xy 87.30662 102.158715) - (xy 87.273135 102.097392) - (xy 87.270982 102.084012) - (xy 87.253542 101.918072) - (xy 87.194527 101.736444) - (xy 87.09904 101.571056) - (xy 86.971253 101.429134) - (xy 86.816752 101.316882) - (xy 86.642288 101.239206) - (xy 86.642286 101.239205) - (xy 86.455487 101.1995) - (xy 86.264513 101.1995) - (xy 86.077714 101.239205) - (xy 86.077712 101.239206) - (xy 85.913787 101.31219) - (xy 85.903246 101.316883) - (xy 85.748745 101.429135) - (xy 85.620959 101.571057) - (xy 85.525473 101.736443) - (xy 85.52547 101.73645) - (xy 85.466459 101.918068) - (xy 85.466458 101.918072) - (xy 85.446496 102.108) - (xy 85.466458 102.297928) - (xy 85.466459 102.297931) - (xy 85.52547 102.479549) - (xy 85.525473 102.479556) - (xy 85.62096 102.644944) - (xy 85.748747 102.786866) - (xy 85.903248 102.899118) - (xy 86.077712 102.976794) - (xy 86.264513 103.0165) - (xy 86.321234 103.0165) - (xy 86.388273 103.036185) - (xy 86.408915 103.052819) - (xy 90.230181 106.874085) - (xy 90.263666 106.935408) - (xy 90.2665 106.961766) - (xy 90.2665 124.846233) - (xy 90.246815 124.913272) - (xy 90.230181 124.933914) - (xy 88.43807 126.726024) - (xy 88.376747 126.759509) - (xy 88.307055 126.754525) - (xy 88.251122 126.712653) - (xy 88.22672 126.647394) - (xy 88.223489 126.603247) - (xy 88.213533 126.467217) - (xy 88.195624 126.386819) - (xy 88.154065 126.200253) - (xy 88.154063 126.200249) - (xy 88.154063 126.200247) - (xy 88.056355 125.944781) - (xy 87.922493 125.706264) - (xy 87.916011 125.69787) - (xy 87.75533 125.489781) - (xy 87.755321 125.489771) - (xy 87.558429 125.299944) - (xy 87.558427 125.299942) - (xy 87.474686 125.24003) - (xy 87.335981 125.140795) - (xy 87.315226 125.130124) - (xy 87.092749 125.015739) - (xy 87.092727 125.01573) - (xy 86.833883 124.927424) - (xy 86.83387 124.927421) - (xy 86.757269 124.913272) - (xy 86.564903 124.87774) - (xy 86.291577 124.867751) - (xy 86.019703 124.897666) - (xy 85.755084 124.966846) - (xy 85.503364 125.073814) - (xy 85.269892 125.2163) - (xy 85.269882 125.216307) - (xy 85.059654 125.39126) - (xy 85.059648 125.391266) - (xy 84.877133 125.594966) - (xy 84.726217 125.823077) - (xy 84.610121 126.070732) - (xy 84.610119 126.070739) - (xy 84.531326 126.332633) - (xy 84.531323 126.332647) - (xy 84.516757 126.431627) - (xy 84.4915 126.603243) - (xy 84.4915 126.603247) - (xy 84.4915 127.328294) - (xy 84.506467 127.532782) - (xy 84.506469 127.532795) - (xy 84.565934 127.799746) - (xy 84.565937 127.799753) - (xy 84.663646 128.055221) - (xy 84.797506 128.293734) - (xy 84.797509 128.293739) - (xy 84.964669 128.510218) - (xy 84.964678 128.510228) - (xy 85.14131 128.680522) - (xy 85.161574 128.700059) - (xy 85.384019 128.859205) - (xy 85.458617 128.897558) - (xy 85.62725 128.98426) - (xy 85.62726 128.984264) - (xy 85.627266 128.984267) - (xy 85.850864 129.060548) - (xy 85.907956 129.100823) - (xy 85.934211 129.165573) - (xy 85.921292 129.234238) - (xy 85.898507 129.265587) - (xy 82.056393 133.1077) - (xy 81.99507 133.141185) - (xy 81.928448 133.1373) - (xy 81.90695 133.129919) - (xy 81.676712 133.0915) - (xy 81.443288 133.0915) - (xy 81.39724 133.099184) - (xy 81.213045 133.12992) - (xy 80.99228 133.20571) - (xy 80.992266 133.205716) - (xy 80.786988 133.316806) - (xy 80.786986 133.316807) - (xy 80.611093 133.453711) - (xy 80.546099 133.479353) - (xy 80.477559 133.465786) - (xy 80.427234 133.417318) - (xy 80.418749 133.399189) - (xy 80.403355 133.357915) - (xy 80.40335 133.357906) - (xy 80.31719 133.242812) - (xy 80.317187 133.242809) - (xy 80.202093 133.156649) - (xy 80.202086 133.156645) - (xy 80.067379 133.106403) - (xy 80.067372 133.106401) - (xy 80.007844 133.1) - (xy 79.31 133.1) - (xy 79.31 134.064498) - (xy 79.202315 134.01532) - (xy 79.095763 134) - (xy 79.024237 134) - (xy 78.917685 134.01532) - (xy 78.81 134.064498) - (xy 78.81 133.1) - (xy 78.112155 133.1) - (xy 78.052627 133.106401) - (xy 78.05262 133.106403) - (xy 77.917913 133.156645) - (xy 77.917906 133.156649) - (xy 77.802812 133.242809) - (xy 77.802809 133.242812) - (xy 77.716649 133.357906) - (xy 77.716645 133.357913) - (xy 77.666403 133.49262) - (xy 77.666401 133.492627) - (xy 77.66 133.552155) - (xy 77.66 134.25) - (xy 78.626314 134.25) - (xy 78.600507 134.290156) - (xy 78.56 134.428111) - (xy 78.56 134.571889) - (xy 78.600507 134.709844) - (xy 78.626314 134.75) - (xy 77.66 134.75) - (xy 77.66 135.447844) - (xy 77.666401 135.507372) - (xy 77.666403 135.507379) - (xy 77.716645 135.642086) - (xy 77.716649 135.642093) - (xy 77.802809 135.757187) - (xy 77.802812 135.75719) - (xy 77.917906 135.84335) - (xy 77.917913 135.843354) - (xy 78.05262 135.893596) - (xy 78.052627 135.893598) - (xy 78.112155 135.899999) - (xy 78.112172 135.9) - (xy 78.81 135.9) - (xy 78.81 134.935501) - (xy 78.917685 134.98468) - (xy 79.024237 135) - (xy 79.095763 135) - (xy 79.202315 134.98468) - (xy 79.31 134.935501) - (xy 79.31 135.9) - (xy 80.007828 135.9) - (xy 80.007844 135.899999) - (xy 80.067372 135.893598) - (xy 80.067379 135.893596) - (xy 80.202086 135.843354) - (xy 80.202093 135.84335) - (xy 80.317187 135.75719) - (xy 80.31719 135.757187) - (xy 80.40335 135.642093) - (xy 80.403353 135.642088) - (xy 80.418748 135.600811) - (xy 80.460619 135.544876) - (xy 80.526083 135.520458) - (xy 80.594356 135.535309) - (xy 80.611093 135.546288) - (xy 80.786983 135.68319) - (xy 80.786985 135.683191) - (xy 80.786988 135.683193) - (xy 80.906331 135.747777) - (xy 80.992273 135.794287) - (xy 81.106914 135.833643) - (xy 81.213045 135.870079) - (xy 81.213047 135.870079) - (xy 81.213049 135.87008) - (xy 81.443288 135.9085) - (xy 81.443289 135.9085) - (xy 81.676711 135.9085) - (xy 81.676712 135.9085) - (xy 81.906951 135.87008) - (xy 82.127727 135.794287) - (xy 82.333017 135.68319) - (xy 82.51722 135.539818) - (xy 82.675314 135.368083) - (xy 82.706191 135.320821) - (xy 82.759337 135.275465) - (xy 82.828568 135.266041) - (xy 82.891904 135.295542) - (xy 82.913809 135.320822) - (xy 82.944686 135.368084) - (xy 83.098629 135.535309) - (xy 83.10278 135.539818) - (xy 83.286983 135.68319) - (xy 83.286985 135.683191) - (xy 83.286988 135.683193) - (xy 83.406331 135.747777) - (xy 83.492273 135.794287) - (xy 83.606914 135.833643) - (xy 83.713045 135.870079) - (xy 83.713047 135.870079) - (xy 83.713049 135.87008) - (xy 83.943288 135.9085) - (xy 83.943289 135.9085) - (xy 84.176712 135.9085) - (xy 84.406951 135.87008) - (xy 84.428447 135.862699) - (xy 84.498243 135.859547) - (xy 84.556394 135.892298) - (xy 88.230181 139.566085) - (xy 88.263666 139.627408) - (xy 88.2665 139.653766) - (xy 88.2665 146.618241) - (xy 88.246815 146.68528) - (xy 88.23465 146.701213) - (xy 88.160963 146.78305) - (xy 88.160958 146.783057) - (xy 88.065473 146.948443) - (xy 88.06547 146.94845) - (xy 88.006459 147.130068) - (xy 88.006458 147.130072) - (xy 87.986496 147.32) - (xy 88.006458 147.509928) - (xy 88.006459 147.509931) - (xy 88.06547 147.691549) - (xy 88.065473 147.691556) - (xy 88.16096 147.856944) - (xy 88.288747 147.998866) - (xy 88.443248 148.111118) - (xy 88.617712 148.188794) - (xy 88.804513 148.2285) - (xy 88.995487 148.2285) - (xy 89.182288 148.188794) - (xy 89.356752 148.111118) - (xy 89.511253 147.998866) - (xy 89.63904 147.856944) - (xy 89.734527 147.691556) - (xy 89.793542 147.509928) - (xy 89.813504 147.32) - (xy 89.793542 147.130072) - (xy 89.734527 146.948444) - (xy 89.63904 146.783056) - (xy 89.639036 146.78305) - (xy 89.56535 146.701213) - (xy 89.53512 146.638221) - (xy 89.5335 146.618241) - (xy 89.5335 139.423632) - (xy 89.535239 139.40788) - (xy 89.534968 139.407855) - (xy 89.5357 139.400099) - (xy 89.535702 139.400092) - (xy 89.5335 139.330028) - (xy 89.5335 139.300144) - (xy 89.532614 139.293141) - (xy 89.532157 139.287322) - (xy 89.530674 139.240113) - (xy 89.530674 139.240111) - (xy 89.524974 139.220492) - (xy 89.521031 139.201446) - (xy 89.518474 139.181204) - (xy 89.518474 139.181203) - (xy 89.501081 139.137274) - (xy 89.499204 139.131792) - (xy 89.486019 139.086407) - (xy 89.47562 139.068824) - (xy 89.467066 139.051363) - (xy 89.459552 139.032383) - (xy 89.431793 138.994176) - (xy 89.428586 138.989294) - (xy 89.404544 138.948641) - (xy 89.404543 138.94864) - (xy 89.404542 138.948638) - (xy 89.390108 138.934204) - (xy 89.377471 138.919409) - (xy 89.365472 138.902893) - (xy 89.36547 138.90289) - (xy 89.329073 138.872781) - (xy 89.324751 138.868847) - (xy 85.450219 134.994315) - (xy 85.416734 134.932992) - (xy 85.417695 134.876193) - (xy 85.454048 134.732638) - (xy 85.454048 134.732637) - (xy 85.454051 134.732626) - (xy 85.458285 134.681532) - (xy 85.473327 134.500005) - (xy 85.473327 134.499994) - (xy 85.454051 134.267377) - (xy 85.454051 134.267374) - (xy 85.396749 134.041093) - (xy 85.302984 133.827331) - (xy 85.264784 133.768862) - (xy 85.175313 133.631915) - (xy 85.017223 133.460185) - (xy 85.017222 133.460184) - (xy 85.01722 133.460182) - (xy 84.833017 133.31681) - (xy 84.833015 133.316809) - (xy 84.833014 133.316808) - (xy 84.833011 133.316806) - (xy 84.627733 133.205716) - (xy 84.62773 133.205715) - (xy 84.627727 133.205713) - (xy 84.627721 133.205711) - (xy 84.627719 133.20571) - (xy 84.406954 133.12992) - (xy 84.22765 133.1) - (xy 84.176712 133.0915) - (xy 84.163765 133.0915) - (xy 84.096726 133.071815) - (xy 84.050971 133.019011) - (xy 84.041027 132.949853) - (xy 84.070052 132.886297) - (xy 84.076084 132.879819) - (xy 87.314403 129.6415) - (xy 90.797217 126.158686) - (xy 90.858536 126.125204) - (xy 90.928228 126.130188) - (xy 90.984161 126.17206) - (xy 91.008578 126.237524) - (xy 91.008894 126.246661) - (xy 90.932488 158.795791) - (xy 90.912646 158.862784) - (xy 90.859735 158.908415) - (xy 90.808488 158.9195) - (xy 50.9845 158.9195) - (xy 50.917461 158.899815) - (xy 50.871706 158.847011) - (xy 50.8605 158.7955) - (xy 50.8605 152.24) - (xy 79.701634 152.24) - (xy 79.721065 152.486906) - (xy 79.721065 152.486909) - (xy 79.721066 152.486911) - (xy 79.778885 152.727742) - (xy 79.778886 152.727744) - (xy 79.873663 152.956558) - (xy 79.873665 152.956562) - (xy 79.873666 152.956563) - (xy 80.003075 153.16774) - (xy 80.163927 153.356073) - (xy 80.35226 153.516925) - (xy 80.563437 153.646334) - (xy 80.563439 153.646334) - (xy 80.563441 153.646336) - (xy 80.634786 153.675888) - (xy 80.792258 153.741115) - (xy 81.033089 153.798934) - (xy 81.28 153.818366) - (xy 81.526911 153.798934) - (xy 81.767742 153.741115) - (xy 81.996563 153.646334) - (xy 82.20774 153.516925) - (xy 82.396073 153.356073) - (xy 82.556925 153.16774) - (xy 82.686334 152.956563) - (xy 82.781115 152.727742) - (xy 82.838934 152.486911) - (xy 82.858366 152.24) - (xy 82.838934 151.993089) - (xy 82.781115 151.752258) - (xy 82.686334 151.523437) - (xy 82.556925 151.31226) - (xy 82.396073 151.123927) - (xy 82.20774 150.963075) - (xy 81.996563 150.833666) - (xy 81.996562 150.833665) - (xy 81.996558 150.833663) - (xy 81.767744 150.738886) - (xy 81.767742 150.738885) - (xy 81.526911 150.681066) - (xy 81.526909 150.681065) - (xy 81.526906 150.681065) - (xy 81.28 150.661634) - (xy 81.033093 150.681065) - (xy 81.033089 150.681066) - (xy 80.792258 150.738885) - (xy 80.792256 150.738885) - (xy 80.792255 150.738886) - (xy 80.563441 150.833663) - (xy 80.352259 150.963075) - (xy 80.163927 151.123927) - (xy 80.003075 151.312259) - (xy 79.873663 151.523441) - (xy 79.778886 151.752255) - (xy 79.721065 151.993093) - (xy 79.701634 152.24) - (xy 50.8605 152.24) - (xy 50.8605 119.644001) - (xy 52.251807 119.644001) - (xy 52.270541 119.858136) - (xy 52.270542 119.858144) - (xy 52.326176 120.065772) - (xy 52.326177 120.065774) - (xy 52.326178 120.065777) - (xy 52.408119 120.2415) - (xy 52.417024 120.260597) - (xy 52.417026 120.260601) - (xy 52.540319 120.436682) - (xy 52.692316 120.588679) - (xy 52.692319 120.588681) - (xy 52.798623 120.663115) - (xy 52.842248 120.717691) - (xy 52.8515 120.76469) - (xy 52.8515 124.141366) - (xy 52.849761 124.157113) - (xy 52.850032 124.157139) - (xy 52.849298 124.164905) - (xy 52.8515 124.234957) - (xy 52.8515 124.264859) - (xy 52.852384 124.271856) - (xy 52.852842 124.277679) - (xy 52.854326 124.324889) - (xy 52.854327 124.324891) - (xy 52.860022 124.344495) - (xy 52.863967 124.363542) - (xy 52.866526 124.383797) - (xy 52.866527 124.3838) - (xy 52.866528 124.383803) - (xy 52.883914 124.427716) - (xy 52.885806 124.433244) - (xy 52.898981 124.478592) - (xy 52.909372 124.496162) - (xy 52.917932 124.513635) - (xy 52.925447 124.532617) - (xy 52.953209 124.570827) - (xy 52.956416 124.57571) - (xy 52.980458 124.616362) - (xy 52.980462 124.616366) - (xy 52.994889 124.630793) - (xy 53.007526 124.645588) - (xy 53.019528 124.662107) - (xy 53.055931 124.692222) - (xy 53.060231 124.696135) - (xy 56.121134 127.757038) - (xy 59.062925 130.698829) - (xy 59.09641 130.760152) - (xy 59.091426 130.829844) - (xy 59.085342 130.843558) - (xy 59.067508 130.877976) - (xy 58.973204 131.14332) - (xy 58.973203 131.143323) - (xy 58.915907 131.419051) - (xy 58.904737 131.582356) - (xy 58.880523 131.647896) - (xy 58.82472 131.689941) - (xy 58.755044 131.695141) - (xy 58.693617 131.661847) - (xy 58.673639 131.635894) - (xy 58.642729 131.582356) - (xy 58.620039 131.543056) - (xy 58.492252 131.401134) - (xy 58.337751 131.288882) - (xy 58.163287 131.211206) - (xy 58.163285 131.211205) - (xy 57.976486 131.1715) - (xy 57.785512 131.1715) - (xy 57.598713 131.211205) - (xy 57.424245 131.288883) - (xy 57.269744 131.401135) - (xy 57.141958 131.543057) - (xy 57.046472 131.708443) - (xy 57.046469 131.70845) - (xy 56.987458 131.890068) - (xy 56.987457 131.890072) - (xy 56.967495 132.08) - (xy 56.987457 132.269928) - (xy 56.987458 132.269931) - (xy 57.046469 132.451549) - (xy 57.046472 132.451556) - (xy 57.141959 132.616944) - (xy 57.269746 132.758866) - (xy 57.424247 132.871118) - (xy 57.598711 132.948794) - (xy 57.785512 132.9885) - (xy 57.842233 132.9885) - (xy 57.909272 133.008185) - (xy 57.929914 133.024819) - (xy 59.405911 134.500817) - (xy 59.415818 134.513183) - (xy 59.416028 134.51301) - (xy 59.420995 134.519015) - (xy 59.472078 134.566984) - (xy 59.493223 134.58813) - (xy 59.498812 134.592466) - (xy 59.503244 134.596252) - (xy 59.535158 134.62622) - (xy 59.537679 134.628587) - (xy 59.555561 134.638417) - (xy 59.571828 134.649102) - (xy 59.587959 134.661615) - (xy 59.609837 134.671081) - (xy 59.631306 134.680371) - (xy 59.636532 134.682931) - (xy 59.677939 134.705695) - (xy 59.697715 134.710772) - (xy 59.716123 134.717075) - (xy 59.734849 134.725179) - (xy 59.734851 134.72518) - (xy 59.734852 134.72518) - (xy 59.734854 134.725181) - (xy 59.775783 134.731663) - (xy 59.781502 134.732569) - (xy 59.787211 134.733751) - (xy 59.832969 134.7455) - (xy 59.853383 134.7455) - (xy 59.872782 134.747027) - (xy 59.892942 134.75022) - (xy 59.939965 134.745775) - (xy 59.945803 134.7455) - (xy 65.154 134.7455) - (xy 65.221039 134.765185) - (xy 65.266794 134.817989) - (xy 65.278 134.8695) - (xy 65.278 145.542) - (xy 76.2 145.542) - (xy 76.2 143.94) - (xy 79.701634 143.94) - (xy 79.721065 144.186906) - (xy 79.721065 144.186909) - (xy 79.721066 144.186911) - (xy 79.778885 144.427742) - (xy 79.778886 144.427744) - (xy 79.873663 144.656558) - (xy 79.873665 144.656562) - (xy 79.873666 144.656563) - (xy 80.003075 144.86774) - (xy 80.163927 145.056073) - (xy 80.35226 145.216925) - (xy 80.563437 145.346334) - (xy 80.563439 145.346334) - (xy 80.563441 145.346336) - (xy 80.634786 145.375888) - (xy 80.792258 145.441115) - (xy 81.033089 145.498934) - (xy 81.28 145.518366) - (xy 81.526911 145.498934) - (xy 81.767742 145.441115) - (xy 81.996563 145.346334) - (xy 82.20774 145.216925) - (xy 82.396073 145.056073) - (xy 82.556925 144.86774) - (xy 82.686334 144.656563) - (xy 82.781115 144.427742) - (xy 82.838934 144.186911) - (xy 82.858366 143.94) - (xy 82.838934 143.693089) - (xy 82.781115 143.452258) - (xy 82.686334 143.223437) - (xy 82.556925 143.01226) - (xy 82.396073 142.823927) - (xy 82.20774 142.663075) - (xy 81.996563 142.533666) - (xy 81.996561 142.533665) - (xy 81.996556 142.533662) - (xy 81.899742 142.493561) - (xy 81.845338 142.44972) - (xy 81.823273 142.383426) - (xy 81.840552 142.315727) - (xy 81.891689 142.268116) - (xy 81.947194 142.255) - (xy 82.292828 142.255) - (xy 82.292844 142.254999) - (xy 82.352372 142.248598) - (xy 82.352379 142.248596) - (xy 82.487086 142.198354) - (xy 82.487093 142.19835) - (xy 82.602187 142.11219) - (xy 82.60219 142.112187) - (xy 82.68835 141.997093) - (xy 82.688354 141.997086) - (xy 82.738596 141.862379) - (xy 82.738598 141.862372) - (xy 82.744999 141.802844) - (xy 82.745 141.802827) - (xy 82.745 141.09) - (xy 81.83652 141.09) - (xy 81.864755 141.029998) - (xy 81.893635 140.878607) - (xy 81.883957 140.724789) - (xy 81.840162 140.59) - (xy 82.745 140.59) - (xy 82.745 139.877172) - (xy 82.744999 139.877155) - (xy 82.738598 139.817627) - (xy 82.738596 139.81762) - (xy 82.688354 139.682913) - (xy 82.68835 139.682906) - (xy 82.60219 139.567812) - (xy 82.602187 139.567809) - (xy 82.487093 139.481649) - (xy 82.487086 139.481645) - (xy 82.352379 139.431403) - (xy 82.352372 139.431401) - (xy 82.292844 139.425) - (xy 81.53 139.425) - (xy 81.53 140.281335) - (xy 81.506341 140.268329) - (xy 81.357061 140.23) - (xy 81.241625 140.23) - (xy 81.127094 140.244469) - (xy 81.03 140.282911) - (xy 81.03 139.425) - (xy 80.267155 139.425) - (xy 80.207627 139.431401) - (xy 80.20762 139.431403) - (xy 80.072913 139.481645) - (xy 80.072906 139.481649) - (xy 79.957812 139.567809) - (xy 79.957809 139.567812) - (xy 79.871649 139.682906) - (xy 79.871645 139.682913) - (xy 79.821403 139.81762) - (xy 79.821401 139.817627) - (xy 79.815 139.877155) - (xy 79.815 140.59) - (xy 80.72348 140.59) - (xy 80.695245 140.650002) - (xy 80.666365 140.801393) - (xy 80.676043 140.955211) - (xy 80.719838 141.09) - (xy 79.815 141.09) - (xy 79.815 141.802844) - (xy 79.821401 141.862372) - (xy 79.821403 141.862379) - (xy 79.871645 141.997086) - (xy 79.871649 141.997093) - (xy 79.957809 142.112187) - (xy 79.957812 142.11219) - (xy 80.072906 142.19835) - (xy 80.072913 142.198354) - (xy 80.20762 142.248596) - (xy 80.207627 142.248598) - (xy 80.267155 142.254999) - (xy 80.267172 142.255) - (xy 80.612806 142.255) - (xy 80.679845 142.274685) - (xy 80.7256 142.327489) - (xy 80.735544 142.396647) - (xy 80.706519 142.460203) - (xy 80.660258 142.493561) - (xy 80.563443 142.533662) - (xy 80.352259 142.663075) - (xy 80.163927 142.823927) - (xy 80.003075 143.012259) - (xy 79.873663 143.223441) - (xy 79.778886 143.452255) - (xy 79.721065 143.693093) - (xy 79.701634 143.94) - (xy 76.2 143.94) - (xy 76.2 134.112) - (xy 71.086411 134.112) - (xy 71.019372 134.092315) - (xy 70.973617 134.039511) - (xy 70.971118 134.033646) - (xy 70.959086 134.003254) - (xy 70.957193 133.997725) - (xy 70.951714 133.97887) - (xy 70.944018 133.952376) - (xy 70.933622 133.934798) - (xy 70.925066 133.917331) - (xy 70.917552 133.898352) - (xy 70.889794 133.860148) - (xy 70.886587 133.855265) - (xy 70.876873 133.83884) - (xy 70.862542 133.814607) - (xy 70.848108 133.800173) - (xy 70.835471 133.785378) - (xy 70.823472 133.768862) - (xy 70.82347 133.768859) - (xy 70.787073 133.73875) - (xy 70.782751 133.734816) - (xy 64.37623 127.328294) - (xy 74.8915 127.328294) - (xy 74.906467 127.532782) - (xy 74.906469 127.532795) - (xy 74.965934 127.799746) - (xy 74.965937 127.799753) - (xy 75.063646 128.055221) - (xy 75.197506 128.293734) - (xy 75.197509 128.293739) - (xy 75.364669 128.510218) - (xy 75.364678 128.510228) - (xy 75.54131 128.680522) - (xy 75.561574 128.700059) - (xy 75.784019 128.859205) - (xy 75.858617 128.897558) - (xy 76.02725 128.98426) - (xy 76.027261 128.984264) - (xy 76.027266 128.984267) - (xy 76.027272 128.984269) - (xy 76.286116 129.072575) - (xy 76.286122 129.072576) - (xy 76.28613 129.072579) - (xy 76.555093 129.122259) - (xy 76.719091 129.128252) - (xy 76.828422 129.132248) - (xy 76.828422 129.132247) - (xy 76.828424 129.132248) - (xy 77.100296 129.102334) - (xy 77.364916 129.033153) - (xy 77.479971 128.98426) - (xy 77.616635 128.926185) - (xy 77.616638 128.926183) - (xy 77.616643 128.926181) - (xy 77.850112 128.783697) - (xy 78.060347 128.608738) - (xy 78.242867 128.405033) - (xy 78.393783 128.176923) - (xy 78.509877 127.929271) - (xy 78.588676 127.667355) - (xy 78.6285 127.396757) - (xy 78.6285 126.671712) - (xy 78.613533 126.467217) - (xy 78.595624 126.386819) - (xy 78.554065 126.200253) - (xy 78.554063 126.200249) - (xy 78.554063 126.200247) - (xy 78.456355 125.944781) - (xy 78.322493 125.706264) - (xy 78.316011 125.69787) - (xy 78.15533 125.489781) - (xy 78.155321 125.489771) - (xy 77.958429 125.299944) - (xy 77.958427 125.299942) - (xy 77.874686 125.24003) - (xy 77.735981 125.140795) - (xy 77.715226 125.130124) - (xy 77.492749 125.015739) - (xy 77.492727 125.01573) - (xy 77.233883 124.927424) - (xy 77.23387 124.927421) - (xy 77.157269 124.913272) - (xy 76.964903 124.87774) - (xy 76.691577 124.867751) - (xy 76.419703 124.897666) - (xy 76.155084 124.966846) - (xy 75.903364 125.073814) - (xy 75.669892 125.2163) - (xy 75.669882 125.216307) - (xy 75.459654 125.39126) - (xy 75.459648 125.391266) - (xy 75.277133 125.594966) - (xy 75.126217 125.823077) - (xy 75.010121 126.070732) - (xy 75.010119 126.070739) - (xy 74.931326 126.332633) - (xy 74.931323 126.332647) - (xy 74.916757 126.431627) - (xy 74.8915 126.603243) - (xy 74.8915 126.603247) - (xy 74.8915 127.328294) - (xy 64.37623 127.328294) - (xy 63.659119 126.611183) - (xy 63.649218 126.598823) - (xy 63.649008 126.598998) - (xy 63.644033 126.592986) - (xy 63.644031 126.592982) - (xy 63.617689 126.568245) - (xy 63.592953 126.545016) - (xy 63.571799 126.523863) - (xy 63.569823 126.522331) - (xy 63.566214 126.519531) - (xy 63.561781 126.515744) - (xy 63.527352 126.483414) - (xy 63.52735 126.483412) - (xy 63.509462 126.473578) - (xy 63.493201 126.462897) - (xy 63.47707 126.450384) - (xy 63.433724 126.431627) - (xy 63.428476 126.429056) - (xy 63.401282 126.414106) - (xy 63.387091 126.406305) - (xy 63.383691 126.405432) - (xy 63.367318 126.401228) - (xy 63.348912 126.394926) - (xy 63.330175 126.386818) - (xy 63.330177 126.386818) - (xy 63.283527 126.37943) - (xy 63.277812 126.378246) - (xy 63.257643 126.373068) - (xy 63.232063 126.3665) - (xy 63.232061 126.3665) - (xy 63.211647 126.3665) - (xy 63.192248 126.364973) - (xy 63.172089 126.36178) - (xy 63.172088 126.36178) - (xy 63.125065 126.366225) - (xy 63.119227 126.3665) - (xy 63.007022 126.3665) - (xy 62.939983 126.346815) - (xy 62.894228 126.294011) - (xy 62.890182 126.284025) - (xy 62.852492 126.177978) - (xy 62.852493 126.177978) - (xy 62.790248 126.057852) - (xy 62.722932 125.927937) - (xy 62.560533 125.69787) - (xy 62.560528 125.697864) - (xy 62.368315 125.492055) - (xy 62.149876 125.314342) - (xy 62.149865 125.314335) - (xy 61.909255 125.168016) - (xy 61.650961 125.055824) - (xy 61.379798 124.979847) - (xy 61.379794 124.979846) - (xy 61.379793 124.979846) - (xy 61.240299 124.960673) - (xy 61.100806 124.9415) - (xy 61.100805 124.9415) - (xy 60.819195 124.9415) - (xy 60.819194 124.9415) - (xy 60.540207 124.979846) - (xy 60.540201 124.979847) - (xy 60.269038 125.055824) - (xy 60.010744 125.168016) - (xy 59.770134 125.314335) - (xy 59.770123 125.314342) - (xy 59.551684 125.492055) - (xy 59.359471 125.697864) - (xy 59.359471 125.697865) - (xy 59.359468 125.697867) - (xy 59.359467 125.69787) - (xy 59.294507 125.789896) - (xy 59.197068 125.927936) - (xy 59.067507 126.177978) - (xy 58.973204 126.44332) - (xy 58.973203 126.443323) - (xy 58.915907 126.719051) - (xy 58.89669 127) - (xy 58.915907 127.280948) - (xy 58.973203 127.556676) - (xy 58.973204 127.556679) - (xy 59.067507 127.822021) - (xy 59.067506 127.822021) - (xy 59.123077 127.929267) - (xy 59.197068 128.072063) - (xy 59.359467 128.30213) - (xy 59.359471 128.302134) - (xy 59.359471 128.302135) - (xy 59.551684 128.507944) - (xy 59.770123 128.685657) - (xy 59.770126 128.685659) - (xy 59.77013 128.685662) - (xy 59.793802 128.700057) - (xy 60.010744 128.831983) - (xy 60.220382 128.923041) - (xy 60.26904 128.944176) - (xy 60.540207 129.020154) - (xy 60.785481 129.053866) - (xy 60.819194 129.0585) - (xy 60.819195 129.0585) - (xy 61.100806 129.0585) - (xy 61.130883 129.054365) - (xy 61.379793 129.020154) - (xy 61.65096 128.944176) - (xy 61.909257 128.831982) - (xy 62.14987 128.685662) - (xy 62.368319 128.507941) - (xy 62.560533 128.30213) - (xy 62.722932 128.072063) - (xy 62.851552 127.823836) - (xy 62.899872 127.77337) - (xy 62.967806 127.757038) - (xy 63.033786 127.780027) - (xy 63.049331 127.793204) - (xy 69.156445 133.900319) - (xy 69.18993 133.961642) - (xy 69.184946 134.031334) - (xy 69.143074 134.087267) - (xy 69.07761 134.111684) - (xy 69.068764 134.112) - (xy 68.306574 134.112) - (xy 68.239535 134.092315) - (xy 68.19378 134.039511) - (xy 68.185282 134.013771) - (xy 68.184815 134.011577) - (xy 68.184815 134.011572) - (xy 68.1258 133.829944) - (xy 68.030313 133.664556) - (xy 67.902526 133.522634) - (xy 67.748025 133.410382) - (xy 67.573561 133.332706) - (xy 67.573559 133.332705) - (xy 67.38676 133.293) - (xy 67.195786 133.293) - (xy 67.008987 133.332705) - (xy 66.834516 133.410384) - (xy 66.773359 133.454818) - (xy 66.707553 133.478298) - (xy 66.700474 133.4785) - (xy 62.38466 133.4785) - (xy 62.317621 133.458815) - (xy 62.271866 133.406011) - (xy 62.261922 133.336853) - (xy 62.290947 133.273297) - (xy 62.306405 133.258312) - (xy 62.368315 133.207944) - (xy 62.368319 133.207941) - (xy 62.560533 133.00213) - (xy 62.722932 132.772063) - (xy 62.852491 132.522025) - (xy 62.946797 132.256674) - (xy 63.004092 131.980954) - (xy 63.02331 131.7) - (xy 63.004092 131.419046) - (xy 62.946797 131.143326) - (xy 62.852492 130.877978) - (xy 62.852493 130.877978) - (xy 62.722931 130.627936) - (xy 62.560533 130.39787) - (xy 62.560528 130.397864) - (xy 62.368315 130.192055) - (xy 62.149876 130.014342) - (xy 62.149865 130.014335) - (xy 61.909255 129.868016) - (xy 61.650961 129.755824) - (xy 61.379798 129.679847) - (xy 61.379794 129.679846) - (xy 61.379793 129.679846) - (xy 61.240299 129.660673) - (xy 61.100806 129.6415) - (xy 61.100805 129.6415) - (xy 60.819195 129.6415) - (xy 60.819194 129.6415) - (xy 60.540207 129.679846) - (xy 60.540201 129.679847) - (xy 60.269042 129.755823) - (xy 60.097337 129.830404) - (xy 60.028005 129.839057) - (xy 59.965001 129.808853) - (xy 59.960255 129.80435) - (xy 54.154819 123.998914) - (xy 54.121334 123.937591) - (xy 54.1185 123.911233) - (xy 54.1185 122.3) - (xy 58.89669 122.3) - (xy 58.915907 122.580948) - (xy 58.973203 122.856676) - (xy 58.973204 122.856679) - (xy 59.067507 123.122021) - (xy 59.067506 123.122021) - (xy 59.197068 123.372063) - (xy 59.359467 123.60213) - (xy 59.359471 123.602134) - (xy 59.359471 123.602135) - (xy 59.551684 123.807944) - (xy 59.770123 123.985657) - (xy 59.770126 123.985659) - (xy 59.77013 123.985662) - (xy 59.896359 124.062423) - (xy 60.010744 124.131983) - (xy 60.220382 124.223041) - (xy 60.26904 124.244176) - (xy 60.540207 124.320154) - (xy 60.785444 124.353861) - (xy 60.819194 124.3585) - (xy 60.819195 124.3585) - (xy 61.100806 124.3585) - (xy 61.134556 124.353861) - (xy 61.379793 124.320154) - (xy 61.65096 124.244176) - (xy 61.909257 124.131982) - (xy 62.14987 123.985662) - (xy 62.368319 123.807941) - (xy 62.560533 123.60213) - (xy 62.722932 123.372063) - (xy 62.852491 123.122025) - (xy 62.866545 123.082478) - (xy 62.890182 123.015975) - (xy 62.93118 122.959398) - (xy 62.996257 122.933968) - (xy 63.007022 122.9335) - (xy 73.958366 122.9335) - (xy 73.974113 122.935238) - (xy 73.974139 122.934968) - (xy 73.981905 122.935701) - (xy 73.981909 122.935702) - (xy 74.051958 122.9335) - (xy 74.081856 122.9335) - (xy 74.081857 122.9335) - (xy 74.083222 122.933327) - (xy 74.088862 122.932614) - (xy 74.094685 122.932156) - (xy 74.120708 122.931338) - (xy 74.14189 122.930673) - (xy 74.151681 122.927827) - (xy 74.161481 122.92498) - (xy 74.180538 122.921032) - (xy 74.200797 122.918474) - (xy 74.244721 122.901082) - (xy 74.250221 122.899199) - (xy 74.295593 122.886018) - (xy 74.313165 122.875625) - (xy 74.330632 122.867068) - (xy 74.349617 122.859552) - (xy 74.387826 122.83179) - (xy 74.392704 122.828585) - (xy 74.433362 122.804542) - (xy 74.447802 122.7901) - (xy 74.462592 122.77747) - (xy 74.479107 122.765472) - (xy 74.509222 122.729067) - (xy 74.513126 122.724776) - (xy 77.249889 119.988013) - (xy 77.31121 119.95453) - (xy 77.36966 119.955921) - (xy 77.382858 119.959458) - (xy 77.535816 119.97284) - (xy 77.596998 119.978193) - (xy 77.597 119.978193) - (xy 77.597002 119.978193) - (xy 77.650535 119.973509) - (xy 77.811142 119.959458) - (xy 78.018777 119.903822) - (xy 78.213597 119.812976) - (xy 78.389681 119.689681) - (xy 78.541681 119.537681) - (xy 78.664976 119.361597) - (xy 78.754618 119.169356) - (xy 78.80079 119.116919) - (xy 78.867984 119.097767) - (xy 78.934865 119.117983) - (xy 78.979382 119.169358) - (xy 79.069024 119.361597) - (xy 79.069026 119.361601) - (xy 79.192319 119.537682) - (xy 79.344317 119.68968) - (xy 79.520398 119.812973) - (xy 79.5204 119.812974) - (xy 79.520403 119.812976) - (xy 79.715223 119.903822) - (xy 79.922858 119.959458) - (xy 80.075816 119.97284) - (xy 80.136998 119.978193) - (xy 80.137 119.978193) - (xy 80.137002 119.978193) - (xy 80.190535 119.973509) - (xy 80.351142 119.959458) - (xy 80.558777 119.903822) - (xy 80.753597 119.812976) - (xy 80.929681 119.689681) - (xy 81.081681 119.537681) - (xy 81.204976 119.361597) - (xy 81.294618 119.169356) - (xy 81.34079 119.116919) - (xy 81.407984 119.097767) - (xy 81.474865 119.117983) - (xy 81.519382 119.169358) - (xy 81.609024 119.361597) - (xy 81.609026 119.361601) - (xy 81.732319 119.537682) - (xy 81.884317 119.68968) - (xy 82.060398 119.812973) - (xy 82.0604 119.812974) - (xy 82.060403 119.812976) - (xy 82.255223 119.903822) - (xy 82.462858 119.959458) - (xy 82.615816 119.97284) - (xy 82.676998 119.978193) - (xy 82.677 119.978193) - (xy 82.677002 119.978193) - (xy 82.730535 119.973509) - (xy 82.891142 119.959458) - (xy 83.098777 119.903822) - (xy 83.293597 119.812976) - (xy 83.469681 119.689681) - (xy 83.621681 119.537681) - (xy 83.744976 119.361597) - (xy 83.835822 119.166777) - (xy 83.891458 118.959142) - (xy 83.910193 118.745) - (xy 83.891458 118.530858) - (xy 83.835822 118.323223) - (xy 83.744976 118.128404) - (xy 83.621681 117.952319) - (xy 83.621679 117.952316) - (xy 83.469682 117.800319) - (xy 83.293601 117.677026) - (xy 83.293597 117.677024) - (xy 83.293595 117.677023) - (xy 83.098777 117.586178) - (xy 83.098774 117.586177) - (xy 83.098772 117.586176) - (xy 82.891144 117.530542) - (xy 82.891136 117.530541) - (xy 82.677002 117.511807) - (xy 82.676998 117.511807) - (xy 82.462863 117.530541) - (xy 82.462855 117.530542) - (xy 82.255227 117.586176) - (xy 82.255221 117.586179) - (xy 82.060405 117.677023) - (xy 82.060403 117.677024) - (xy 81.884316 117.80032) - (xy 81.73232 117.952316) - (xy 81.609024 118.128403) - (xy 81.609023 118.128405) - (xy 81.519382 118.320641) - (xy 81.473209 118.37308) - (xy 81.406016 118.392232) - (xy 81.339135 118.372016) - (xy 81.294618 118.320641) - (xy 81.266845 118.261082) - (xy 81.204976 118.128404) - (xy 81.081681 117.952319) - (xy 81.081679 117.952316) - (xy 80.929682 117.800319) - (xy 80.753601 117.677026) - (xy 80.753597 117.677024) - (xy 80.753595 117.677023) - (xy 80.558777 117.586178) - (xy 80.558774 117.586177) - (xy 80.558772 117.586176) - (xy 80.351144 117.530542) - (xy 80.351136 117.530541) - (xy 80.137002 117.511807) - (xy 80.136998 117.511807) - (xy 79.922863 117.530541) - (xy 79.922855 117.530542) - (xy 79.715227 117.586176) - (xy 79.715221 117.586179) - (xy 79.520405 117.677023) - (xy 79.520403 117.677024) - (xy 79.344316 117.80032) - (xy 79.19232 117.952316) - (xy 79.069024 118.128403) - (xy 79.069023 118.128405) - (xy 78.979382 118.320641) - (xy 78.933209 118.37308) - (xy 78.866016 118.392232) - (xy 78.799135 118.372016) - (xy 78.754618 118.320641) - (xy 78.726845 118.261082) - (xy 78.664976 118.128404) - (xy 78.541681 117.952319) - (xy 78.541679 117.952316) - (xy 78.389682 117.800319) - (xy 78.213601 117.677026) - (xy 78.213597 117.677024) - (xy 78.213595 117.677023) - (xy 78.018777 117.586178) - (xy 78.018774 117.586177) - (xy 78.018772 117.586176) - (xy 77.811144 117.530542) - (xy 77.811136 117.530541) - (xy 77.597002 117.511807) - (xy 77.596998 117.511807) - (xy 77.382863 117.530541) - (xy 77.382855 117.530542) - (xy 77.175227 117.586176) - (xy 77.175221 117.586179) - (xy 76.980405 117.677023) - (xy 76.980403 117.677024) - (xy 76.804316 117.80032) - (xy 76.65232 117.952316) - (xy 76.529024 118.128403) - (xy 76.529023 118.128405) - (xy 76.438179 118.323221) - (xy 76.438176 118.323227) - (xy 76.382542 118.530855) - (xy 76.382541 118.530863) - (xy 76.367803 118.69932) - (xy 76.363807 118.745) - (xy 76.382541 118.959136) - (xy 76.382542 118.959141) - (xy 76.382543 118.959151) - (xy 76.386077 118.972338) - (xy 76.384413 119.042188) - (xy 76.353983 119.09211) - (xy 73.815914 121.630181) - (xy 73.754591 121.663666) - (xy 73.728233 121.6665) - (xy 63.007022 121.6665) - (xy 62.939983 121.646815) - (xy 62.894228 121.594011) - (xy 62.890182 121.584025) - (xy 62.852492 121.477978) - (xy 62.852493 121.477978) - (xy 62.722931 121.227936) - (xy 62.560533 120.99787) - (xy 62.560528 120.997864) - (xy 62.368315 120.792055) - (xy 62.149876 120.614342) - (xy 62.149865 120.614335) - (xy 61.909255 120.468016) - (xy 61.650961 120.355824) - (xy 61.379798 120.279847) - (xy 61.379794 120.279846) - (xy 61.379793 120.279846) - (xy 61.239746 120.260597) - (xy 61.100806 120.2415) - (xy 61.100805 120.2415) - (xy 60.819195 120.2415) - (xy 60.819194 120.2415) - (xy 60.540207 120.279846) - (xy 60.540201 120.279847) - (xy 60.269038 120.355824) - (xy 60.010744 120.468016) - (xy 59.770134 120.614335) - (xy 59.770123 120.614342) - (xy 59.551684 120.792055) - (xy 59.359471 120.997864) - (xy 59.359471 120.997865) - (xy 59.197068 121.227936) - (xy 59.067507 121.477978) - (xy 58.973204 121.74332) - (xy 58.973203 121.743323) - (xy 58.915907 122.019051) - (xy 58.89669 122.3) - (xy 54.1185 122.3) - (xy 54.1185 120.76469) - (xy 54.138185 120.697651) - (xy 54.171375 120.663116) - (xy 54.277681 120.588681) - (xy 54.429681 120.436681) - (xy 54.552976 120.260597) - (xy 54.643822 120.065777) - (xy 54.699458 119.858142) - (xy 54.718193 119.644) - (xy 54.699458 119.429858) - (xy 54.643822 119.222223) - (xy 54.552976 119.027404) - (xy 54.429681 118.851319) - (xy 54.429679 118.851316) - (xy 54.277682 118.699319) - (xy 54.101601 118.576026) - (xy 54.101597 118.576024) - (xy 53.90187 118.48289) - (xy 53.902611 118.4813) - (xy 53.852694 118.444524) - (xy 53.827777 118.379248) - (xy 53.842107 118.310864) - (xy 53.891133 118.261082) - (xy 53.898986 118.257075) - (xy 54.097326 118.164588) - (xy 54.097336 118.164582) - (xy 54.153031 118.125584) - (xy 53.529401 117.501953) - (xy 53.610148 117.489165) - (xy 53.723045 117.431641) - (xy 53.812641 117.342045) - (xy 53.870165 117.229148) - (xy 53.882953 117.1484) - (xy 54.506584 117.772031) - (xy 54.545582 117.716336) - (xy 54.545586 117.71633) - (xy 54.635802 117.522859) - (xy 54.635805 117.522853) - (xy 54.691054 117.316662) - (xy 54.691055 117.316654) - (xy 54.70966 117.104002) - (xy 54.70966 117.103997) - (xy 54.691055 116.891345) - (xy 54.691054 116.891337) - (xy 54.635805 116.685146) - (xy 54.635802 116.68514) - (xy 54.545586 116.49167) - (xy 54.506583 116.435967) - (xy 53.882953 117.059598) - (xy 53.870165 116.978852) - (xy 53.812641 116.865955) - (xy 53.723045 116.776359) - (xy 53.610148 116.718835) - (xy 53.529401 116.706046) - (xy 54.153031 116.082416) - (xy 54.15303 116.082415) - (xy 54.09733 116.043413) - (xy 54.097328 116.043412) - (xy 53.903859 115.953197) - (xy 53.898764 115.951342) - (xy 53.899357 115.949712) - (xy 53.846361 115.917412) - (xy 53.81583 115.854565) - (xy 53.824124 115.78519) - (xy 53.868608 115.731311) - (xy 53.899039 115.717413) - (xy 53.898764 115.716658) - (xy 53.903859 115.714802) - (xy 54.09733 115.624586) - (xy 54.097336 115.624582) - (xy 54.153031 115.585584) - (xy 53.529401 114.961953) - (xy 53.610148 114.949165) - (xy 53.723045 114.891641) - (xy 53.812641 114.802045) - (xy 53.870165 114.689148) - (xy 53.882953 114.6084) - (xy 54.506584 115.232031) - (xy 54.545582 115.176336) - (xy 54.545586 115.17633) - (xy 54.635802 114.982859) - (xy 54.635805 114.982853) - (xy 54.691054 114.776662) - (xy 54.691055 114.776654) - (xy 54.70966 114.564002) - (xy 54.70966 114.563997) - (xy 54.691055 114.351345) - (xy 54.691054 114.351337) - (xy 54.635805 114.145146) - (xy 54.635802 114.14514) - (xy 54.545586 113.95167) - (xy 54.506583 113.895967) - (xy 53.882953 114.519598) - (xy 53.870165 114.438852) - (xy 53.812641 114.325955) - (xy 53.723045 114.236359) - (xy 53.610148 114.178835) - (xy 53.529401 114.166046) - (xy 54.153031 113.542416) - (xy 54.15303 113.542415) - (xy 54.09733 113.503413) - (xy 54.097328 113.503412) - (xy 53.903859 113.413197) - (xy 53.903853 113.413194) - (xy 53.697662 113.357945) - (xy 53.697654 113.357944) - (xy 53.485002 113.33934) - (xy 53.484998 113.33934) - (xy 53.272345 113.357944) - (xy 53.272337 113.357945) - (xy 53.066146 113.413194) - (xy 53.06614 113.413197) - (xy 52.872667 113.503414) - (xy 52.816967 113.542414) - (xy 53.440599 114.166046) - (xy 53.359852 114.178835) - (xy 53.246955 114.236359) - (xy 53.157359 114.325955) - (xy 53.099835 114.438852) - (xy 53.087046 114.519599) - (xy 52.463414 113.895967) - (xy 52.424414 113.951667) - (xy 52.334197 114.14514) - (xy 52.334194 114.145146) - (xy 52.278945 114.351337) - (xy 52.278944 114.351345) - (xy 52.26034 114.563997) - (xy 52.26034 114.564002) - (xy 52.278944 114.776654) - (xy 52.278945 114.776662) - (xy 52.334194 114.982853) - (xy 52.334197 114.982859) - (xy 52.424412 115.176328) - (xy 52.424413 115.17633) - (xy 52.463415 115.23203) - (xy 52.463416 115.232031) - (xy 53.087046 114.6084) - (xy 53.099835 114.689148) - (xy 53.157359 114.802045) - (xy 53.246955 114.891641) - (xy 53.359852 114.949165) - (xy 53.440599 114.961953) - (xy 52.816967 115.585583) - (xy 52.87267 115.624586) - (xy 53.06614 115.714802) - (xy 53.071236 115.716658) - (xy 53.070643 115.718285) - (xy 53.123645 115.750596) - (xy 53.15417 115.813445) - (xy 53.145871 115.88282) - (xy 53.101383 115.936695) - (xy 53.070961 115.950587) - (xy 53.071236 115.951342) - (xy 53.06614 115.953197) - (xy 52.872667 116.043414) - (xy 52.816967 116.082414) - (xy 53.440599 116.706046) - (xy 53.359852 116.718835) - (xy 53.246955 116.776359) - (xy 53.157359 116.865955) - (xy 53.099835 116.978852) - (xy 53.087046 117.059599) - (xy 52.463414 116.435967) - (xy 52.424414 116.491667) - (xy 52.334197 116.68514) - (xy 52.334194 116.685146) - (xy 52.278945 116.891337) - (xy 52.278944 116.891345) - (xy 52.26034 117.103997) - (xy 52.26034 117.104002) - (xy 52.278944 117.316654) - (xy 52.278945 117.316662) - (xy 52.334194 117.522853) - (xy 52.334197 117.522859) - (xy 52.424412 117.716328) - (xy 52.424413 117.71633) - (xy 52.463415 117.77203) - (xy 52.463416 117.772031) - (xy 53.087046 117.1484) - (xy 53.099835 117.229148) - (xy 53.157359 117.342045) - (xy 53.246955 117.431641) - (xy 53.359852 117.489165) - (xy 53.440599 117.501953) - (xy 52.816967 118.125583) - (xy 52.872671 118.164587) - (xy 52.872673 118.164588) - (xy 53.071013 118.257075) - (xy 53.123453 118.303247) - (xy 53.142605 118.37044) - (xy 53.12239 118.437321) - (xy 53.069224 118.482656) - (xy 53.064701 118.484488) - (xy 52.868405 118.576023) - (xy 52.868403 118.576024) - (xy 52.692316 118.69932) - (xy 52.54032 118.851316) - (xy 52.417024 119.027403) - (xy 52.417023 119.027405) - (xy 52.326179 119.222221) - (xy 52.326176 119.222227) - (xy 52.270542 119.429855) - (xy 52.270541 119.429863) - (xy 52.251807 119.643998) - (xy 52.251807 119.644001) - (xy 50.8605 119.644001) - (xy 50.8605 111.44) - (xy 59.381634 111.44) - (xy 59.401065 111.686906) - (xy 59.401065 111.686909) - (xy 59.401066 111.686911) - (xy 59.458885 111.927742) - (xy 59.458886 111.927744) - (xy 59.553663 112.156558) - (xy 59.553665 112.156562) - (xy 59.553666 112.156563) - (xy 59.683075 112.36774) - (xy 59.843927 112.556073) - (xy 60.03226 112.716925) - (xy 60.243437 112.846334) - (xy 60.243439 112.846334) - (xy 60.243441 112.846336) - (xy 60.314786 112.875888) - (xy 60.472258 112.941115) - (xy 60.713089 112.998934) - (xy 60.96 113.018366) - (xy 61.206911 112.998934) - (xy 61.447742 112.941115) - (xy 61.676563 112.846334) - (xy 61.88774 112.716925) - (xy 62.076073 112.556073) - (xy 62.236925 112.36774) - (xy 62.366334 112.156563) - (xy 62.367235 112.154386) - (xy 62.369032 112.150051) - (xy 62.412871 112.095646) - (xy 62.479164 112.073579) - (xy 62.483594 112.0735) - (xy 80.686234 112.0735) - (xy 80.753273 112.093185) - (xy 80.773915 112.109819) - (xy 81.223915 112.559819) - (xy 81.2574 112.621142) - (xy 81.252416 112.690834) - (xy 81.210544 112.746767) - (xy 81.14508 112.771184) - (xy 81.136234 112.7715) - (xy 81.123288 112.7715) - (xy 81.07724 112.779184) - (xy 80.893045 112.80992) - (xy 80.67228 112.88571) - (xy 80.672266 112.885716) - (xy 80.466988 112.996806) - (xy 80.466986 112.996807) - (xy 80.291093 113.133711) - (xy 80.226099 113.159353) - (xy 80.157559 113.145786) - (xy 80.107234 113.097318) - (xy 80.098749 113.079189) - (xy 80.083355 113.037915) - (xy 80.08335 113.037906) - (xy 79.99719 112.922812) - (xy 79.997187 112.922809) - (xy 79.882093 112.836649) - (xy 79.882086 112.836645) - (xy 79.747379 112.786403) - (xy 79.747372 112.786401) - (xy 79.687844 112.78) - (xy 78.99 112.78) - (xy 78.99 113.744498) - (xy 78.882315 113.69532) - (xy 78.775763 113.68) - (xy 78.704237 113.68) - (xy 78.597685 113.69532) - (xy 78.49 113.744498) - (xy 78.49 112.78) - (xy 77.792155 112.78) - (xy 77.732627 112.786401) - (xy 77.73262 112.786403) - (xy 77.597913 112.836645) - (xy 77.597906 112.836649) - (xy 77.482812 112.922809) - (xy 77.482809 112.922812) - (xy 77.396649 113.037906) - (xy 77.396645 113.037913) - (xy 77.346403 113.17262) - (xy 77.346401 113.172627) - (xy 77.34 113.232155) - (xy 77.34 113.93) - (xy 78.306314 113.93) - (xy 78.280507 113.970156) - (xy 78.24 114.108111) - (xy 78.24 114.251889) - (xy 78.280507 114.389844) - (xy 78.306314 114.43) - (xy 77.34 114.43) - (xy 77.34 115.127844) - (xy 77.346401 115.187372) - (xy 77.346403 115.187379) - (xy 77.396645 115.322086) - (xy 77.396649 115.322093) - (xy 77.482809 115.437187) - (xy 77.482812 115.43719) - (xy 77.597906 115.52335) - (xy 77.597913 115.523354) - (xy 77.73262 115.573596) - (xy 77.732627 115.573598) - (xy 77.792155 115.579999) - (xy 77.792172 115.58) - (xy 78.49 115.58) - (xy 78.49 114.615501) - (xy 78.597685 114.66468) - (xy 78.704237 114.68) - (xy 78.775763 114.68) - (xy 78.882315 114.66468) - (xy 78.99 114.615501) - (xy 78.99 115.58) - (xy 79.687828 115.58) - (xy 79.687844 115.579999) - (xy 79.747372 115.573598) - (xy 79.747379 115.573596) - (xy 79.882086 115.523354) - (xy 79.882093 115.52335) - (xy 79.997187 115.43719) - (xy 79.99719 115.437187) - (xy 80.08335 115.322093) - (xy 80.083353 115.322088) - (xy 80.098748 115.280811) - (xy 80.140619 115.224876) - (xy 80.206083 115.200458) - (xy 80.274356 115.215309) - (xy 80.291093 115.226288) - (xy 80.466983 115.36319) - (xy 80.466985 115.363191) - (xy 80.466988 115.363193) - (xy 80.586331 115.427777) - (xy 80.672273 115.474287) - (xy 80.786914 115.513643) - (xy 80.893045 115.550079) - (xy 80.893047 115.550079) - (xy 80.893049 115.55008) - (xy 81.123288 115.5885) - (xy 81.123289 115.5885) - (xy 81.356711 115.5885) - (xy 81.356712 115.5885) - (xy 81.586951 115.55008) - (xy 81.807727 115.474287) - (xy 82.013017 115.36319) - (xy 82.19722 115.219818) - (xy 82.355314 115.048083) - (xy 82.386191 115.000821) - (xy 82.439337 114.955465) - (xy 82.508568 114.946041) - (xy 82.571904 114.975542) - (xy 82.593809 115.000822) - (xy 82.624686 115.048084) - (xy 82.778629 115.215309) - (xy 82.78278 115.219818) - (xy 82.966983 115.36319) - (xy 82.966985 115.363191) - (xy 82.966988 115.363193) - (xy 83.086331 115.427777) - (xy 83.172273 115.474287) - (xy 83.286914 115.513643) - (xy 83.393045 115.550079) - (xy 83.393047 115.550079) - (xy 83.393049 115.55008) - (xy 83.623288 115.5885) - (xy 83.623289 115.5885) - (xy 83.856711 115.5885) - (xy 83.856712 115.5885) - (xy 84.086951 115.55008) - (xy 84.307727 115.474287) - (xy 84.513017 115.36319) - (xy 84.69722 115.219818) - (xy 84.855314 115.048083) - (xy 84.982984 114.852669) - (xy 85.076749 114.638907) - (xy 85.134051 114.412626) - (xy 85.153327 114.18) - (xy 85.15323 114.178835) - (xy 85.134407 113.95167) - (xy 85.134051 113.947374) - (xy 85.076749 113.721093) - (xy 84.982984 113.507331) - (xy 84.921483 113.413197) - (xy 84.855313 113.311915) - (xy 84.697223 113.140185) - (xy 84.697222 113.140184) - (xy 84.69722 113.140182) - (xy 84.513017 112.99681) - (xy 84.513015 112.996809) - (xy 84.513014 112.996808) - (xy 84.513011 112.996806) - (xy 84.307733 112.885716) - (xy 84.30773 112.885715) - (xy 84.307727 112.885713) - (xy 84.307721 112.885711) - (xy 84.307719 112.88571) - (xy 84.086954 112.80992) - (xy 83.90765 112.78) - (xy 83.856712 112.7715) - (xy 83.623288 112.7715) - (xy 83.508168 112.79071) - (xy 83.393048 112.80992) - (xy 83.371548 112.817301) - (xy 83.301749 112.82045) - (xy 83.243605 112.7877) - (xy 81.507088 111.051183) - (xy 81.497187 111.038823) - (xy 81.496977 111.038998) - (xy 81.492002 111.032986) - (xy 81.492 111.032982) - (xy 81.465658 111.008245) - (xy 81.440922 110.985016) - (xy 81.419768 110.963863) - (xy 81.417792 110.962331) - (xy 81.414183 110.959531) - (xy 81.40975 110.955744) - (xy 81.406034 110.952255) - (xy 81.375321 110.923414) - (xy 81.375319 110.923412) - (xy 81.357431 110.913578) - (xy 81.34117 110.902897) - (xy 81.325039 110.890384) - (xy 81.281693 110.871627) - (xy 81.276445 110.869056) - (xy 81.249251 110.854106) - (xy 81.23506 110.846305) - (xy 81.23166 110.845432) - (xy 81.215287 110.841228) - (xy 81.196881 110.834926) - (xy 81.178144 110.826818) - (xy 81.178146 110.826818) - (xy 81.131496 110.81943) - (xy 81.125781 110.818246) - (xy 81.105612 110.813068) - (xy 81.080032 110.8065) - (xy 81.08003 110.8065) - (xy 81.059616 110.8065) - (xy 81.040217 110.804973) - (xy 81.020058 110.80178) - (xy 81.020057 110.80178) - (xy 80.973034 110.806225) - (xy 80.967196 110.8065) - (xy 62.483594 110.8065) - (xy 62.416555 110.786815) - (xy 62.3708 110.734011) - (xy 62.369032 110.729949) - (xy 62.366337 110.723444) - (xy 62.366336 110.723443) - (xy 62.366334 110.723437) - (xy 62.236925 110.51226) - (xy 62.076073 110.323927) - (xy 61.88774 110.163075) - (xy 61.676563 110.033666) - (xy 61.676562 110.033665) - (xy 61.676558 110.033663) - (xy 61.447744 109.938886) - (xy 61.447742 109.938885) - (xy 61.206911 109.881066) - (xy 61.206909 109.881065) - (xy 61.206906 109.881065) - (xy 60.96 109.861634) - (xy 60.713093 109.881065) - (xy 60.713089 109.881066) - (xy 60.472258 109.938885) - (xy 60.472256 109.938885) - (xy 60.472255 109.938886) - (xy 60.243441 110.033663) - (xy 60.032259 110.163075) - (xy 59.843927 110.323927) - (xy 59.683075 110.512259) - (xy 59.553663 110.723441) - (xy 59.458886 110.952255) - (xy 59.458885 110.952258) - (xy 59.435135 111.051183) - (xy 59.401065 111.193093) - (xy 59.381634 111.44) - (xy 50.8605 111.44) - (xy 50.8605 107.008294) - (xy 74.5715 107.008294) - (xy 74.586467 107.212782) - (xy 74.586469 107.212795) - (xy 74.645934 107.479746) - (xy 74.645937 107.479753) - (xy 74.743646 107.735221) - (xy 74.877506 107.973734) - (xy 74.877509 107.973739) - (xy 75.044669 108.190218) - (xy 75.044678 108.190228) - (xy 75.22131 108.360522) - (xy 75.241574 108.380059) - (xy 75.464019 108.539205) - (xy 75.538617 108.577558) - (xy 75.70725 108.66426) - (xy 75.707261 108.664264) - (xy 75.707266 108.664267) - (xy 75.707272 108.664269) - (xy 75.966116 108.752575) - (xy 75.966122 108.752576) - (xy 75.96613 108.752579) - (xy 76.235093 108.802259) - (xy 76.399091 108.808252) - (xy 76.508422 108.812248) - (xy 76.508422 108.812247) - (xy 76.508424 108.812248) - (xy 76.780296 108.782334) - (xy 77.044916 108.713153) - (xy 77.159971 108.66426) - (xy 77.296635 108.606185) - (xy 77.296638 108.606183) - (xy 77.296643 108.606181) - (xy 77.530112 108.463697) - (xy 77.740347 108.288738) - (xy 77.922867 108.085033) - (xy 78.073783 107.856923) - (xy 78.189877 107.609271) - (xy 78.268676 107.347355) - (xy 78.3085 107.076757) - (xy 78.3085 107.008294) - (xy 84.1715 107.008294) - (xy 84.186467 107.212782) - (xy 84.186469 107.212795) - (xy 84.245934 107.479746) - (xy 84.245937 107.479753) - (xy 84.343646 107.735221) - (xy 84.477506 107.973734) - (xy 84.477509 107.973739) - (xy 84.644669 108.190218) - (xy 84.644678 108.190228) - (xy 84.82131 108.360522) - (xy 84.841574 108.380059) - (xy 85.064019 108.539205) - (xy 85.138617 108.577558) - (xy 85.30725 108.66426) - (xy 85.307261 108.664264) - (xy 85.307266 108.664267) - (xy 85.307272 108.664269) - (xy 85.566116 108.752575) - (xy 85.566122 108.752576) - (xy 85.56613 108.752579) - (xy 85.835093 108.802259) - (xy 85.999091 108.808252) - (xy 86.108422 108.812248) - (xy 86.108422 108.812247) - (xy 86.108424 108.812248) - (xy 86.380296 108.782334) - (xy 86.644916 108.713153) - (xy 86.759971 108.66426) - (xy 86.896635 108.606185) - (xy 86.896638 108.606183) - (xy 86.896643 108.606181) - (xy 87.130112 108.463697) - (xy 87.340347 108.288738) - (xy 87.522867 108.085033) - (xy 87.673783 107.856923) - (xy 87.789877 107.609271) - (xy 87.868676 107.347355) - (xy 87.9085 107.076757) - (xy 87.9085 106.351712) - (xy 87.893533 106.147217) - (xy 87.885462 106.110988) - (xy 87.834065 105.880253) - (xy 87.834063 105.880249) - (xy 87.834063 105.880247) - (xy 87.736355 105.624781) - (xy 87.602493 105.386264) - (xy 87.435329 105.16978) - (xy 87.435321 105.169771) - (xy 87.238429 104.979944) - (xy 87.238427 104.979942) - (xy 87.121522 104.896303) - (xy 87.015981 104.820795) - (xy 87.0082 104.816794) - (xy 86.772749 104.695739) - (xy 86.772727 104.69573) - (xy 86.513883 104.607424) - (xy 86.51387 104.607421) - (xy 86.513865 104.60742) - (xy 86.244903 104.55774) - (xy 85.971577 104.547751) - (xy 85.699703 104.577666) - (xy 85.435084 104.646846) - (xy 85.183364 104.753814) - (xy 84.949892 104.8963) - (xy 84.949882 104.896307) - (xy 84.739654 105.07126) - (xy 84.739648 105.071266) - (xy 84.557133 105.274966) - (xy 84.406217 105.503077) - (xy 84.290121 105.750732) - (xy 84.290119 105.750739) - (xy 84.211326 106.012633) - (xy 84.211323 106.012647) - (xy 84.191521 106.147204) - (xy 84.1715 106.283243) - (xy 84.1715 106.283247) - (xy 84.1715 107.008294) - (xy 78.3085 107.008294) - (xy 78.3085 106.351712) - (xy 78.293533 106.147217) - (xy 78.285462 106.110988) - (xy 78.234065 105.880253) - (xy 78.234063 105.880249) - (xy 78.234063 105.880247) - (xy 78.136355 105.624781) - (xy 78.002493 105.386264) - (xy 77.835329 105.16978) - (xy 77.835321 105.169771) - (xy 77.638429 104.979944) - (xy 77.638427 104.979942) - (xy 77.521522 104.896303) - (xy 77.415981 104.820795) - (xy 77.4082 104.816794) - (xy 77.172749 104.695739) - (xy 77.172727 104.69573) - (xy 76.913883 104.607424) - (xy 76.91387 104.607421) - (xy 76.913865 104.60742) - (xy 76.644903 104.55774) - (xy 76.371577 104.547751) - (xy 76.099703 104.577666) - (xy 75.835084 104.646846) - (xy 75.583364 104.753814) - (xy 75.349892 104.8963) - (xy 75.349882 104.896307) - (xy 75.139654 105.07126) - (xy 75.139648 105.071266) - (xy 74.957133 105.274966) - (xy 74.806217 105.503077) - (xy 74.690121 105.750732) - (xy 74.690119 105.750739) - (xy 74.611326 106.012633) - (xy 74.611323 106.012647) - (xy 74.591521 106.147204) - (xy 74.5715 106.283243) - (xy 74.5715 106.283247) - (xy 74.5715 107.008294) - (xy 50.8605 107.008294) - (xy 50.8605 94.996) - (xy 58.268496 94.996) - (xy 58.288458 95.185928) - (xy 58.288459 95.185931) - (xy 58.34747 95.367549) - (xy 58.347473 95.367556) - (xy 58.44296 95.532944) - (xy 58.570747 95.674866) - (xy 58.725248 95.787118) - (xy 58.899712 95.864794) - (xy 59.086513 95.9045) - (xy 59.143234 95.9045) - (xy 59.210273 95.924185) - (xy 59.230915 95.940819) - (xy 61.093381 97.803285) - (xy 61.12363 97.852646) - (xy 61.141469 97.907546) - (xy 61.141473 97.907556) - (xy 61.23696 98.072944) - (xy 61.364747 98.214866) - (xy 61.519248 98.327118) - (xy 61.655365 98.38772) - (xy 61.708601 98.43297) - (xy 61.728923 98.499819) - (xy 61.709878 98.567043) - (xy 61.657512 98.613299) - (xy 61.604929 98.625) - (xy 61.21 98.625) - (xy 61.21 99.481335) - (xy 61.186341 99.468329) - (xy 61.037061 99.43) - (xy 60.921625 99.43) - (xy 60.807094 99.444469) - (xy 60.71 99.482911) - (xy 60.71 98.625) - (xy 59.947155 98.625) - (xy 59.887627 98.631401) - (xy 59.88762 98.631403) - (xy 59.752913 98.681645) - (xy 59.752906 98.681649) - (xy 59.637812 98.767809) - (xy 59.637809 98.767812) - (xy 59.551649 98.882906) - (xy 59.551645 98.882913) - (xy 59.501403 99.01762) - (xy 59.501401 99.017627) - (xy 59.495 99.077155) - (xy 59.495 99.79) - (xy 60.40348 99.79) - (xy 60.375245 99.850002) - (xy 60.346365 100.001393) - (xy 60.356043 100.155211) - (xy 60.399838 100.29) - (xy 59.495 100.29) - (xy 59.495 101.002844) - (xy 59.501401 101.062372) - (xy 59.501403 101.062379) - (xy 59.551645 101.197086) - (xy 59.551649 101.197093) - (xy 59.637809 101.312187) - (xy 59.637812 101.31219) - (xy 59.752906 101.39835) - (xy 59.752913 101.398354) - (xy 59.88762 101.448596) - (xy 59.887627 101.448598) - (xy 59.947155 101.454999) - (xy 59.947172 101.455) - (xy 60.292806 101.455) - (xy 60.359845 101.474685) - (xy 60.4056 101.527489) - (xy 60.415544 101.596647) - (xy 60.386519 101.660203) - (xy 60.340258 101.693561) - (xy 60.243443 101.733662) - (xy 60.032259 101.863075) - (xy 59.843927 102.023927) - (xy 59.683075 102.212259) - (xy 59.553663 102.423441) - (xy 59.458886 102.652255) - (xy 59.401065 102.893093) - (xy 59.381634 103.14) - (xy 59.401065 103.386906) - (xy 59.401065 103.386909) - (xy 59.401066 103.386911) - (xy 59.458885 103.627742) - (xy 59.458886 103.627744) - (xy 59.553663 103.856558) - (xy 59.553665 103.856562) - (xy 59.553666 103.856563) - (xy 59.683075 104.06774) - (xy 59.843927 104.256073) - (xy 60.03226 104.416925) - (xy 60.243437 104.546334) - (xy 60.243439 104.546334) - (xy 60.243441 104.546336) - (xy 60.314786 104.575888) - (xy 60.472258 104.641115) - (xy 60.713089 104.698934) - (xy 60.96 104.718366) - (xy 61.206911 104.698934) - (xy 61.447742 104.641115) - (xy 61.676563 104.546334) - (xy 61.88774 104.416925) - (xy 62.076073 104.256073) - (xy 62.236925 104.06774) - (xy 62.366334 103.856563) - (xy 62.461115 103.627742) - (xy 62.518934 103.386911) - (xy 62.538366 103.14) - (xy 62.518934 102.893089) - (xy 62.461115 102.652258) - (xy 62.366334 102.423437) - (xy 62.236925 102.21226) - (xy 62.076073 102.023927) - (xy 61.88774 101.863075) - (xy 61.676563 101.733666) - (xy 61.676561 101.733665) - (xy 61.676556 101.733662) - (xy 61.579742 101.693561) - (xy 61.525338 101.64972) - (xy 61.503273 101.583426) - (xy 61.520552 101.515727) - (xy 61.571689 101.468116) - (xy 61.627194 101.455) - (xy 61.972828 101.455) - (xy 61.972844 101.454999) - (xy 62.032372 101.448598) - (xy 62.032379 101.448596) - (xy 62.167086 101.398354) - (xy 62.167093 101.39835) - (xy 62.282187 101.31219) - (xy 62.28219 101.312187) - (xy 62.36835 101.197093) - (xy 62.368354 101.197086) - (xy 62.418596 101.062379) - (xy 62.418598 101.062372) - (xy 62.424999 101.002844) - (xy 62.425 101.002827) - (xy 62.425 100.29) - (xy 61.51652 100.29) - (xy 61.544755 100.229998) - (xy 61.573635 100.078607) - (xy 61.563957 99.924789) - (xy 61.520162 99.79) - (xy 62.425 99.79) - (xy 62.425 99.077172) - (xy 62.424999 99.077155) - (xy 62.418598 99.017627) - (xy 62.418596 99.01762) - (xy 62.368354 98.882913) - (xy 62.36835 98.882906) - (xy 62.28219 98.767812) - (xy 62.282187 98.767809) - (xy 62.167093 98.681649) - (xy 62.167088 98.681646) - (xy 62.126567 98.666533) - (xy 62.070634 98.624661) - (xy 62.046217 98.559197) - (xy 62.061069 98.490924) - (xy 62.110474 98.441519) - (xy 62.144118 98.429061) - (xy 62.258288 98.404794) - (xy 62.432752 98.327118) - (xy 62.587253 98.214866) - (xy 62.71504 98.072944) - (xy 62.810527 97.907556) - (xy 62.869542 97.725928) - (xy 62.889504 97.536) - (xy 62.869542 97.346072) - (xy 62.810527 97.164444) - (xy 62.71504 96.999056) - (xy 62.587253 96.857134) - (xy 62.432752 96.744882) - (xy 62.258288 96.667206) - (xy 62.258286 96.667205) - (xy 62.071487 96.6275) - (xy 61.880513 96.6275) - (xy 61.805251 96.643496) - (xy 61.735586 96.63818) - (xy 61.691792 96.609887) - (xy 60.12862 95.046715) - (xy 60.095135 94.985392) - (xy 60.092982 94.972012) - (xy 60.075542 94.806072) - (xy 60.016527 94.624444) - (xy 59.92104 94.459056) - (xy 59.802587 94.3275) - (xy 59.793254 94.317135) - (xy 59.638753 94.204883) - (xy 59.638752 94.204882) - (xy 59.464288 94.127206) - (xy 59.464286 94.127205) - (xy 59.277487 94.0875) - (xy 59.086513 94.0875) - (xy 58.899714 94.127205) - (xy 58.725246 94.204883) - (xy 58.570745 94.317135) - (xy 58.442959 94.459057) - (xy 58.347473 94.624443) - (xy 58.34747 94.62445) - (xy 58.288459 94.806068) - (xy 58.288458 94.806072) - (xy 58.268496 94.996) - (xy 50.8605 94.996) - (xy 50.8605 91.28) - (xy 59.381634 91.28) - (xy 59.401065 91.526906) - (xy 59.401065 91.526909) - (xy 59.401066 91.526911) - (xy 59.458885 91.767742) - (xy 59.458886 91.767744) - (xy 59.553663 91.996558) - (xy 59.553665 91.996562) - (xy 59.553666 91.996563) - (xy 59.683075 92.20774) - (xy 59.843927 92.396073) - (xy 60.03226 92.556925) - (xy 60.243437 92.686334) - (xy 60.243439 92.686334) - (xy 60.243441 92.686336) - (xy 60.314786 92.715888) - (xy 60.472258 92.781115) - (xy 60.713089 92.838934) - (xy 60.96 92.858366) - (xy 61.206911 92.838934) - (xy 61.447742 92.781115) - (xy 61.676563 92.686334) - (xy 61.88774 92.556925) - (xy 62.076073 92.396073) - (xy 62.236925 92.20774) - (xy 62.366334 91.996563) - (xy 62.367235 91.994386) - (xy 62.369032 91.990051) - (xy 62.412871 91.935646) - (xy 62.479164 91.913579) - (xy 62.483594 91.9135) - (xy 63.788234 91.9135) - (xy 63.855273 91.933185) - (xy 63.875915 91.949819) - (xy 67.39991 95.473814) - (xy 67.409816 95.486178) - (xy 67.410026 95.486005) - (xy 67.415001 95.492019) - (xy 67.466095 95.54) - (xy 67.487224 95.561129) - (xy 67.487228 95.561132) - (xy 67.487231 95.561135) - (xy 67.492805 95.565458) - (xy 67.497245 95.569251) - (xy 67.518856 95.589544) - (xy 67.531679 95.601586) - (xy 67.531683 95.601589) - (xy 67.549563 95.611418) - (xy 67.565827 95.622101) - (xy 67.58196 95.634614) - (xy 67.625301 95.653369) - (xy 67.63055 95.655941) - (xy 67.63908 95.66063) - (xy 67.67194 95.678695) - (xy 67.691718 95.683773) - (xy 67.710119 95.690073) - (xy 67.728855 95.698181) - (xy 67.773362 95.705229) - (xy 67.775503 95.705569) - (xy 67.781212 95.706751) - (xy 67.82697 95.7185) - (xy 67.847384 95.7185) - (xy 67.866783 95.720027) - (xy 67.886943 95.72322) - (xy 67.933966 95.718775) - (xy 67.939804 95.7185) - (xy 82.431366 95.7185) - (xy 82.447113 95.720238) - (xy 82.447139 95.719968) - (xy 82.454905 95.720701) - (xy 82.454909 95.720702) - (xy 82.524958 95.7185) - (xy 82.554856 95.7185) - (xy 82.554857 95.7185) - (xy 82.556222 95.718327) - (xy 82.561862 95.717614) - (xy 82.567685 95.717156) - (xy 82.593708 95.716338) - (xy 82.61489 95.715673) - (xy 82.624681 95.712827) - (xy 82.634481 95.70998) - (xy 82.653538 95.706032) - (xy 82.673797 95.703474) - (xy 82.717721 95.686082) - (xy 82.723221 95.684199) - (xy 82.768593 95.671018) - (xy 82.786165 95.660625) - (xy 82.803632 95.652068) - (xy 82.822617 95.644552) - (xy 82.860826 95.61679) - (xy 82.865704 95.613585) - (xy 82.906362 95.589542) - (xy 82.920802 95.5751) - (xy 82.935592 95.56247) - (xy 82.952107 95.550472) - (xy 82.982222 95.514067) - (xy 82.986126 95.509776) - (xy 83.243606 95.252296) - (xy 83.304927 95.218813) - (xy 83.371545 95.222697) - (xy 83.393049 95.23008) - (xy 83.623288 95.2685) - (xy 83.856711 95.2685) - (xy 83.856712 95.2685) - (xy 84.086951 95.23008) - (xy 84.307727 95.154287) - (xy 84.513017 95.04319) - (xy 84.69722 94.899818) - (xy 84.855314 94.728083) - (xy 84.982984 94.532669) - (xy 85.076749 94.318907) - (xy 85.134051 94.092626) - (xy 85.147112 93.935) - (xy 85.153327 93.860005) - (xy 85.153327 93.859994) - (xy 85.134051 93.627377) - (xy 85.134051 93.627374) - (xy 85.076749 93.401093) - (xy 84.982984 93.187331) - (xy 84.921981 93.093958) - (xy 84.855313 92.991915) - (xy 84.697223 92.820185) - (xy 84.697222 92.820184) - (xy 84.69722 92.820182) - (xy 84.513017 92.67681) - (xy 84.513015 92.676809) - (xy 84.513014 92.676808) - (xy 84.513011 92.676806) - (xy 84.307733 92.565716) - (xy 84.30773 92.565715) - (xy 84.307727 92.565713) - (xy 84.307721 92.565711) - (xy 84.307719 92.56571) - (xy 84.086954 92.48992) - (xy 83.90765 92.46) - (xy 83.856712 92.4515) - (xy 83.623288 92.4515) - (xy 83.57724 92.459184) - (xy 83.393045 92.48992) - (xy 83.17228 92.56571) - (xy 83.172266 92.565716) - (xy 82.966988 92.676806) - (xy 82.966985 92.676808) - (xy 82.782781 92.820181) - (xy 82.782776 92.820185) - (xy 82.624688 92.991913) - (xy 82.593809 93.039178) - (xy 82.540662 93.084534) - (xy 82.471431 93.093958) - (xy 82.408095 93.064456) - (xy 82.386191 93.039178) - (xy 82.355311 92.991913) - (xy 82.197223 92.820185) - (xy 82.197222 92.820184) - (xy 82.19722 92.820182) - (xy 82.013017 92.67681) - (xy 82.013015 92.676809) - (xy 82.013014 92.676808) - (xy 82.013011 92.676806) - (xy 81.807733 92.565716) - (xy 81.80773 92.565715) - (xy 81.807727 92.565713) - (xy 81.807721 92.565711) - (xy 81.807719 92.56571) - (xy 81.586954 92.48992) - (xy 81.40765 92.46) - (xy 81.356712 92.4515) - (xy 81.123288 92.4515) - (xy 81.07724 92.459184) - (xy 80.893045 92.48992) - (xy 80.67228 92.56571) - (xy 80.672266 92.565716) - (xy 80.466988 92.676806) - (xy 80.466986 92.676807) - (xy 80.291093 92.813711) - (xy 80.226099 92.839353) - (xy 80.157559 92.825786) - (xy 80.107234 92.777318) - (xy 80.098749 92.759189) - (xy 80.083355 92.717915) - (xy 80.08335 92.717906) - (xy 79.99719 92.602812) - (xy 79.997187 92.602809) - (xy 79.882093 92.516649) - (xy 79.882086 92.516645) - (xy 79.747379 92.466403) - (xy 79.747372 92.466401) - (xy 79.687844 92.46) - (xy 78.99 92.46) - (xy 78.99 93.424498) - (xy 78.882315 93.37532) - (xy 78.775763 93.36) - (xy 78.704237 93.36) - (xy 78.597685 93.37532) - (xy 78.49 93.424498) - (xy 78.49 92.46) - (xy 77.792155 92.46) - (xy 77.732627 92.466401) - (xy 77.73262 92.466403) - (xy 77.597913 92.516645) - (xy 77.597906 92.516649) - (xy 77.482812 92.602809) - (xy 77.482809 92.602812) - (xy 77.396649 92.717906) - (xy 77.396645 92.717913) - (xy 77.346403 92.85262) - (xy 77.346401 92.852627) - (xy 77.34 92.912155) - (xy 77.34 93.61) - (xy 78.306314 93.61) - (xy 78.280507 93.650156) - (xy 78.24 93.788111) - (xy 78.24 93.931889) - (xy 78.280507 94.069844) - (xy 78.306314 94.11) - (xy 77.34 94.11) - (xy 77.34 94.3275) - (xy 77.320315 94.394539) - (xy 77.267511 94.440294) - (xy 77.216 94.4515) - (xy 68.220766 94.4515) - (xy 68.153727 94.431815) - (xy 68.133085 94.415181) - (xy 66.613748 92.895844) - (xy 67.688 92.895844) - (xy 67.694401 92.955372) - (xy 67.694403 92.955379) - (xy 67.744645 93.090086) - (xy 67.744649 93.090093) - (xy 67.830809 93.205187) - (xy 67.830812 93.20519) - (xy 67.945906 93.29135) - (xy 67.945913 93.291354) - (xy 68.08062 93.341596) - (xy 68.080627 93.341598) - (xy 68.140155 93.347999) - (xy 68.140172 93.348) - (xy 68.838 93.348) - (xy 68.838 92.322189) - (xy 68.890547 92.358016) - (xy 69.020173 92.398) - (xy 69.121724 92.398) - (xy 69.222138 92.382865) - (xy 69.338 92.327068) - (xy 69.338 93.348) - (xy 70.035828 93.348) - (xy 70.035844 93.347999) - (xy 70.095372 93.341598) - (xy 70.095379 93.341596) - (xy 70.230086 93.291354) - (xy 70.230093 93.29135) - (xy 70.345187 93.20519) - (xy 70.34519 93.205187) - (xy 70.43135 93.090093) - (xy 70.431355 93.090084) - (xy 70.45694 93.021486) - (xy 70.49881 92.965552) - (xy 70.564274 92.941134) - (xy 70.632547 92.955985) - (xy 70.664349 92.980832) - (xy 70.67078 92.987818) - (xy 70.854983 93.13119) - (xy 70.854985 93.131191) - (xy 70.854988 93.131193) - (xy 70.946276 93.180595) - (xy 71.060273 93.242287) - (xy 71.174914 93.281643) - (xy 71.281045 93.318079) - (xy 71.281047 93.318079) - (xy 71.281049 93.31808) - (xy 71.511288 93.3565) - (xy 71.511289 93.3565) - (xy 71.744711 93.3565) - (xy 71.744712 93.3565) - (xy 71.974951 93.31808) - (xy 72.195727 93.242287) - (xy 72.401017 93.13119) - (xy 72.58522 92.987818) - (xy 72.743314 92.816083) - (xy 72.870984 92.620669) - (xy 72.964749 92.406907) - (xy 73.022051 92.180626) - (xy 73.037303 91.996563) - (xy 73.041327 91.948005) - (xy 73.041327 91.947994) - (xy 73.02755 91.78174) - (xy 73.022051 91.715374) - (xy 72.964749 91.489093) - (xy 72.870984 91.275331) - (xy 72.743314 91.079917) - (xy 72.743313 91.079915) - (xy 72.585223 90.908185) - (xy 72.585222 90.908184) - (xy 72.58522 90.908182) - (xy 72.401017 90.76481) - (xy 72.401015 90.764809) - (xy 72.401014 90.764808) - (xy 72.401011 90.764806) - (xy 72.195733 90.653716) - (xy 72.19573 90.653715) - (xy 72.195727 90.653713) - (xy 72.195721 90.653711) - (xy 72.195719 90.65371) - (xy 71.974954 90.57792) - (xy 71.79565 90.548) - (xy 71.744712 90.5395) - (xy 71.705262 90.5395) - (xy 71.638223 90.519815) - (xy 71.592468 90.467011) - (xy 71.582524 90.397853) - (xy 71.599535 90.35071) - (xy 71.713996 90.163927) - (xy 71.72054 90.153249) - (xy 71.812369 89.931553) - (xy 71.868387 89.698222) - (xy 71.887214 89.459) - (xy 71.868387 89.219778) - (xy 71.812369 88.986447) - (xy 71.812369 88.986446) - (xy 71.812369 88.986445) - (xy 71.720542 88.764754) - (xy 71.72054 88.764751) - (xy 71.595162 88.560153) - (xy 71.595158 88.560148) - (xy 71.486204 88.432579) - (xy 71.439318 88.377682) - (xy 71.332183 88.286181) - (xy 71.256851 88.221841) - (xy 71.256846 88.221837) - (xy 71.052248 88.096459) - (xy 71.052245 88.096457) - (xy 70.830553 88.00463) - (xy 70.597218 87.948612) - (xy 70.597219 87.948612) - (xy 70.358 87.929786) - (xy 70.11878 87.948612) - (xy 69.885446 88.00463) - (xy 69.885445 88.00463) - (xy 69.663754 88.096457) - (xy 69.663751 88.096459) - (xy 69.459153 88.221837) - (xy 69.459148 88.221841) - (xy 69.276682 88.377682) - (xy 69.120841 88.560148) - (xy 69.120837 88.560153) - (xy 68.995459 88.764751) - (xy 68.995457 88.764754) - (xy 68.90363 88.986445) - (xy 68.90363 88.986446) - (xy 68.847612 89.21978) - (xy 68.828786 89.459) - (xy 68.847612 89.698219) - (xy 68.90363 89.931553) - (xy 68.90363 89.931554) - (xy 68.995457 90.153245) - (xy 68.995459 90.153248) - (xy 69.120837 90.357846) - (xy 69.120841 90.357851) - (xy 69.155006 90.397853) - (xy 69.276682 90.540318) - (xy 69.294529 90.555561) - (xy 69.332724 90.614066) - (xy 69.338 90.649852) - (xy 69.338 91.57381) - (xy 69.285453 91.537984) - (xy 69.155827 91.498) - (xy 69.054276 91.498) - (xy 68.953862 91.513135) - (xy 68.838 91.568931) - (xy 68.838 90.548) - (xy 68.140155 90.548) - (xy 68.080627 90.554401) - (xy 68.08062 90.554403) - (xy 67.945913 90.604645) - (xy 67.945906 90.604649) - (xy 67.830812 90.690809) - (xy 67.830809 90.690812) - (xy 67.744649 90.805906) - (xy 67.744645 90.805913) - (xy 67.694403 90.94062) - (xy 67.694401 90.940627) - (xy 67.688 91.000155) - (xy 67.688 91.698) - (xy 68.712722 91.698) - (xy 68.664375 91.78174) - (xy 68.63419 91.913992) - (xy 68.644327 92.049265) - (xy 68.693887 92.175541) - (xy 68.711797 92.198) - (xy 67.688 92.198) - (xy 67.688 92.895844) - (xy 66.613748 92.895844) - (xy 64.609088 90.891183) - (xy 64.599187 90.878823) - (xy 64.598977 90.878998) - (xy 64.594002 90.872986) - (xy 64.594 90.872982) - (xy 64.567658 90.848245) - (xy 64.542922 90.825016) - (xy 64.521768 90.803863) - (xy 64.519792 90.802331) - (xy 64.516183 90.799531) - (xy 64.51175 90.795744) - (xy 64.508034 90.792255) - (xy 64.477321 90.763414) - (xy 64.477319 90.763412) - (xy 64.459431 90.753578) - (xy 64.44317 90.742897) - (xy 64.427039 90.730384) - (xy 64.383693 90.711627) - (xy 64.378445 90.709056) - (xy 64.345258 90.690812) - (xy 64.33706 90.686305) - (xy 64.33366 90.685432) - (xy 64.317287 90.681228) - (xy 64.298881 90.674926) - (xy 64.280144 90.666818) - (xy 64.280146 90.666818) - (xy 64.233496 90.65943) - (xy 64.227781 90.658246) - (xy 64.207612 90.653068) - (xy 64.182032 90.6465) - (xy 64.18203 90.6465) - (xy 64.161616 90.6465) - (xy 64.142217 90.644973) - (xy 64.122058 90.64178) - (xy 64.122057 90.64178) - (xy 64.075034 90.646225) - (xy 64.069196 90.6465) - (xy 62.483594 90.6465) - (xy 62.416555 90.626815) - (xy 62.3708 90.574011) - (xy 62.369032 90.569949) - (xy 62.366337 90.563444) - (xy 62.366336 90.563443) - (xy 62.366334 90.563437) - (xy 62.236925 90.35226) - (xy 62.076073 90.163927) - (xy 61.88774 90.003075) - (xy 61.676563 89.873666) - (xy 61.676562 89.873665) - (xy 61.676558 89.873663) - (xy 61.447744 89.778886) - (xy 61.447742 89.778885) - (xy 61.206911 89.721066) - (xy 61.206909 89.721065) - (xy 61.206906 89.721065) - (xy 60.96 89.701634) - (xy 60.713093 89.721065) - (xy 60.713089 89.721066) - (xy 60.472258 89.778885) - (xy 60.472256 89.778885) - (xy 60.472255 89.778886) - (xy 60.243441 89.873663) - (xy 60.032259 90.003075) - (xy 59.843927 90.163927) - (xy 59.683075 90.352259) - (xy 59.553663 90.563441) - (xy 59.470256 90.764806) - (xy 59.458885 90.792258) - (xy 59.435135 90.891183) - (xy 59.401065 91.033093) - (xy 59.381634 91.28) - (xy 50.8605 91.28) - (xy 50.8605 86.688294) - (xy 74.5715 86.688294) - (xy 74.586467 86.892782) - (xy 74.586469 86.892795) - (xy 74.645934 87.159746) - (xy 74.645937 87.159753) - (xy 74.743646 87.415221) - (xy 74.877506 87.653734) - (xy 74.877509 87.653739) - (xy 75.044669 87.870218) - (xy 75.044678 87.870228) - (xy 75.184082 88.00463) - (xy 75.241574 88.060059) - (xy 75.464019 88.219205) - (xy 75.538617 88.257558) - (xy 75.70725 88.34426) - (xy 75.707261 88.344264) - (xy 75.707266 88.344267) - (xy 75.707272 88.344269) - (xy 75.966116 88.432575) - (xy 75.966122 88.432576) - (xy 75.96613 88.432579) - (xy 76.235093 88.482259) - (xy 76.399091 88.488252) - (xy 76.508422 88.492248) - (xy 76.508422 88.492247) - (xy 76.508424 88.492248) - (xy 76.780296 88.462334) - (xy 77.044916 88.393153) - (xy 77.159971 88.34426) - (xy 77.296635 88.286185) - (xy 77.296638 88.286183) - (xy 77.296643 88.286181) - (xy 77.530112 88.143697) - (xy 77.740347 87.968738) - (xy 77.922867 87.765033) - (xy 78.073783 87.536923) - (xy 78.189877 87.289271) - (xy 78.268676 87.027355) - (xy 78.3085 86.756757) - (xy 78.3085 86.688294) - (xy 84.1715 86.688294) - (xy 84.186467 86.892782) - (xy 84.186469 86.892795) - (xy 84.245934 87.159746) - (xy 84.245937 87.159753) - (xy 84.343646 87.415221) - (xy 84.477506 87.653734) - (xy 84.477509 87.653739) - (xy 84.644669 87.870218) - (xy 84.644678 87.870228) - (xy 84.784082 88.00463) - (xy 84.841574 88.060059) - (xy 85.064019 88.219205) - (xy 85.138617 88.257558) - (xy 85.30725 88.34426) - (xy 85.307261 88.344264) - (xy 85.307266 88.344267) - (xy 85.307272 88.344269) - (xy 85.566116 88.432575) - (xy 85.566122 88.432576) - (xy 85.56613 88.432579) - (xy 85.835093 88.482259) - (xy 85.999091 88.488252) - (xy 86.108422 88.492248) - (xy 86.108422 88.492247) - (xy 86.108424 88.492248) - (xy 86.380296 88.462334) - (xy 86.644916 88.393153) - (xy 86.759971 88.34426) - (xy 86.896635 88.286185) - (xy 86.896638 88.286183) - (xy 86.896643 88.286181) - (xy 87.130112 88.143697) - (xy 87.340347 87.968738) - (xy 87.522867 87.765033) - (xy 87.673783 87.536923) - (xy 87.789877 87.289271) - (xy 87.868676 87.027355) - (xy 87.9085 86.756757) - (xy 87.9085 86.031712) - (xy 87.893533 85.827217) - (xy 87.885462 85.790988) - (xy 87.834065 85.560253) - (xy 87.834063 85.560249) - (xy 87.834063 85.560247) - (xy 87.736355 85.304781) - (xy 87.602493 85.066264) - (xy 87.435329 84.84978) - (xy 87.435321 84.849771) - (xy 87.238429 84.659944) - (xy 87.238427 84.659942) - (xy 87.121522 84.576303) - (xy 87.015981 84.500795) - (xy 87.0082 84.496794) - (xy 86.772749 84.375739) - (xy 86.772727 84.37573) - (xy 86.513883 84.287424) - (xy 86.51387 84.287421) - (xy 86.513865 84.28742) - (xy 86.244903 84.23774) - (xy 85.971577 84.227751) - (xy 85.699703 84.257666) - (xy 85.435084 84.326846) - (xy 85.183364 84.433814) - (xy 84.949892 84.5763) - (xy 84.949882 84.576307) - (xy 84.739654 84.75126) - (xy 84.739648 84.751266) - (xy 84.557133 84.954966) - (xy 84.406217 85.183077) - (xy 84.290121 85.430732) - (xy 84.290119 85.430739) - (xy 84.211326 85.692633) - (xy 84.211323 85.692647) - (xy 84.191521 85.827204) - (xy 84.1715 85.963243) - (xy 84.1715 85.963247) - (xy 84.1715 86.688294) - (xy 78.3085 86.688294) - (xy 78.3085 86.031712) - (xy 78.293533 85.827217) - (xy 78.285462 85.790988) - (xy 78.234065 85.560253) - (xy 78.234063 85.560249) - (xy 78.234063 85.560247) - (xy 78.136355 85.304781) - (xy 78.002493 85.066264) - (xy 77.835329 84.84978) - (xy 77.835321 84.849771) - (xy 77.638429 84.659944) - (xy 77.638427 84.659942) - (xy 77.521522 84.576303) - (xy 77.415981 84.500795) - (xy 77.4082 84.496794) - (xy 77.172749 84.375739) - (xy 77.172727 84.37573) - (xy 76.913883 84.287424) - (xy 76.91387 84.287421) - (xy 76.913865 84.28742) - (xy 76.644903 84.23774) - (xy 76.371577 84.227751) - (xy 76.099703 84.257666) - (xy 75.835084 84.326846) - (xy 75.583364 84.433814) - (xy 75.349892 84.5763) - (xy 75.349882 84.576307) - (xy 75.139654 84.75126) - (xy 75.139648 84.751266) - (xy 74.957133 84.954966) - (xy 74.806217 85.183077) - (xy 74.690121 85.430732) - (xy 74.690119 85.430739) - (xy 74.611326 85.692633) - (xy 74.611323 85.692647) - (xy 74.591521 85.827204) - (xy 74.5715 85.963243) - (xy 74.5715 85.963247) - (xy 74.5715 86.688294) - (xy 50.8605 86.688294) - (xy 50.8605 82.98) - (xy 59.381634 82.98) - (xy 59.401065 83.226906) - (xy 59.401065 83.226909) - (xy 59.401066 83.226911) - (xy 59.458885 83.467742) - (xy 59.458886 83.467744) - (xy 59.553663 83.696558) - (xy 59.553665 83.696562) - (xy 59.553666 83.696563) - (xy 59.683075 83.90774) - (xy 59.843927 84.096073) - (xy 60.03226 84.256925) - (xy 60.243437 84.386334) - (xy 60.243439 84.386334) - (xy 60.243441 84.386336) - (xy 60.314786 84.415888) - (xy 60.472258 84.481115) - (xy 60.713089 84.538934) - (xy 60.96 84.558366) - (xy 61.206911 84.538934) - (xy 61.447742 84.481115) - (xy 61.676563 84.386334) - (xy 61.88774 84.256925) - (xy 62.076073 84.096073) - (xy 62.236925 83.90774) - (xy 62.366334 83.696563) - (xy 62.461115 83.467742) - (xy 62.518934 83.226911) - (xy 62.538366 82.98) - (xy 62.518934 82.733089) - (xy 62.461115 82.492258) - (xy 62.366334 82.263437) - (xy 62.236925 82.05226) - (xy 62.076073 81.863927) - (xy 61.88774 81.703075) - (xy 61.676563 81.573666) - (xy 61.676561 81.573665) - (xy 61.676556 81.573662) - (xy 61.579742 81.533561) - (xy 61.525338 81.48972) - (xy 61.503273 81.423426) - (xy 61.520552 81.355727) - (xy 61.571689 81.308116) - (xy 61.627194 81.295) - (xy 61.972828 81.295) - (xy 61.972844 81.294999) - (xy 62.032372 81.288598) - (xy 62.032379 81.288596) - (xy 62.167086 81.238354) - (xy 62.167093 81.23835) - (xy 62.282187 81.15219) - (xy 62.28219 81.152187) - (xy 62.36835 81.037093) - (xy 62.368354 81.037086) - (xy 62.418596 80.902379) - (xy 62.418598 80.902372) - (xy 62.424999 80.842844) - (xy 62.425 80.842827) - (xy 62.425 80.13) - (xy 61.51652 80.13) - (xy 61.544755 80.069998) - (xy 61.573635 79.918607) - (xy 61.563957 79.764789) - (xy 61.520162 79.63) - (xy 62.425 79.63) - (xy 62.425 78.917172) - (xy 62.424999 78.917155) - (xy 62.418598 78.857627) - (xy 62.418596 78.85762) - (xy 62.368354 78.722913) - (xy 62.36835 78.722906) - (xy 62.28219 78.607812) - (xy 62.282187 78.607809) - (xy 62.167093 78.521649) - (xy 62.167086 78.521645) - (xy 62.032379 78.471403) - (xy 62.032372 78.471401) - (xy 61.972844 78.465) - (xy 61.21 78.465) - (xy 61.21 79.321335) - (xy 61.186341 79.308329) - (xy 61.037061 79.27) - (xy 60.921625 79.27) - (xy 60.807094 79.284469) - (xy 60.71 79.322911) - (xy 60.71 78.465) - (xy 59.947155 78.465) - (xy 59.887627 78.471401) - (xy 59.88762 78.471403) - (xy 59.752913 78.521645) - (xy 59.752906 78.521649) - (xy 59.637812 78.607809) - (xy 59.637809 78.607812) - (xy 59.551649 78.722906) - (xy 59.551645 78.722913) - (xy 59.501403 78.85762) - (xy 59.501401 78.857627) - (xy 59.495 78.917155) - (xy 59.495 79.63) - (xy 60.40348 79.63) - (xy 60.375245 79.690002) - (xy 60.346365 79.841393) - (xy 60.356043 79.995211) - (xy 60.399838 80.13) - (xy 59.495 80.13) - (xy 59.495 80.842844) - (xy 59.501401 80.902372) - (xy 59.501403 80.902379) - (xy 59.551645 81.037086) - (xy 59.551649 81.037093) - (xy 59.637809 81.152187) - (xy 59.637812 81.15219) - (xy 59.752906 81.23835) - (xy 59.752913 81.238354) - (xy 59.88762 81.288596) - (xy 59.887627 81.288598) - (xy 59.947155 81.294999) - (xy 59.947172 81.295) - (xy 60.292806 81.295) - (xy 60.359845 81.314685) - (xy 60.4056 81.367489) - (xy 60.415544 81.436647) - (xy 60.386519 81.500203) - (xy 60.340258 81.533561) - (xy 60.243443 81.573662) - (xy 60.032259 81.703075) - (xy 59.843927 81.863927) - (xy 59.683075 82.052259) - (xy 59.553663 82.263441) - (xy 59.458886 82.492255) - (xy 59.401065 82.733093) - (xy 59.381634 82.98) - (xy 50.8605 82.98) - (xy 50.8605 75.184) - (xy 60.808496 75.184) - (xy 60.828458 75.373928) - (xy 60.828459 75.373931) - (xy 60.88747 75.555549) - (xy 60.887473 75.555556) - (xy 60.98296 75.720944) - (xy 61.110747 75.862866) - (xy 61.265248 75.975118) - (xy 61.439712 76.052794) - (xy 61.626513 76.0925) - (xy 61.683234 76.0925) - (xy 61.750273 76.112185) - (xy 61.770915 76.128819) - (xy 62.48491 76.842814) - (xy 62.494816 76.855178) - (xy 62.495026 76.855005) - (xy 62.500001 76.861019) - (xy 62.551094 76.908999) - (xy 62.572225 76.930129) - (xy 62.57223 76.930134) - (xy 62.577802 76.934456) - (xy 62.582242 76.938249) - (xy 62.616678 76.970586) - (xy 62.634567 76.98042) - (xy 62.650833 76.991104) - (xy 62.666959 77.003613) - (xy 62.710298 77.022367) - (xy 62.715545 77.024937) - (xy 62.75694 77.047695) - (xy 62.776718 77.052773) - (xy 62.795119 77.059073) - (xy 62.813855 77.067181) - (xy 62.858362 77.074229) - (xy 62.860503 77.074569) - (xy 62.866212 77.075751) - (xy 62.91197 77.0875) - (xy 62.932384 77.0875) - (xy 62.951783 77.089027) - (xy 62.971943 77.09222) - (xy 63.018966 77.087775) - (xy 63.024804 77.0875) - (xy 72.952691 77.0875) - (xy 73.01973 77.107185) - (xy 73.04484 77.128527) - (xy 73.048747 77.132866) - (xy 73.203248 77.245118) - (xy 73.377712 77.322794) - (xy 73.564513 77.3625) - (xy 73.755487 77.3625) - (xy 73.942288 77.322794) - (xy 74.116752 77.245118) - (xy 74.271253 77.132866) - (xy 74.39904 76.990944) - (xy 74.494527 76.825556) - (xy 74.553542 76.643928) - (xy 74.573504 76.454) - (xy 74.553542 76.264072) - (xy 74.494527 76.082444) - (xy 74.39904 75.917056) - (xy 74.271253 75.775134) - (xy 74.116752 75.662882) - (xy 73.942288 75.585206) - (xy 73.942286 75.585205) - (xy 73.755487 75.5455) - (xy 73.564513 75.5455) - (xy 73.377714 75.585205) - (xy 73.203246 75.662883) - (xy 73.048745 75.775135) - (xy 73.04484 75.779473) - (xy 72.985354 75.816121) - (xy 72.952691 75.8205) - (xy 63.305767 75.8205) - (xy 63.238728 75.800815) - (xy 63.218086 75.784181) - (xy 62.66862 75.234715) - (xy 62.635135 75.173392) - (xy 62.632982 75.160012) - (xy 62.615542 74.994072) - (xy 62.556527 74.812444) - (xy 62.46104 74.647056) - (xy 62.333253 74.505134) - (xy 62.178752 74.392882) - (xy 62.004288 74.315206) - (xy 62.004286 74.315205) - (xy 61.817487 74.2755) - (xy 61.626513 74.2755) - (xy 61.439714 74.315205) - (xy 61.265246 74.392883) - (xy 61.110745 74.505135) - (xy 60.982959 74.647057) - (xy 60.887473 74.812443) - (xy 60.88747 74.81245) - (xy 60.846027 74.94) - (xy 60.828458 74.994072) - (xy 60.808496 75.184) - (xy 50.8605 75.184) - (xy 50.8605 70.96) - (xy 59.381634 70.96) - (xy 59.401065 71.206906) - (xy 59.401065 71.206909) - (xy 59.401066 71.206911) - (xy 59.458885 71.447742) - (xy 59.458886 71.447744) - (xy 59.553663 71.676558) - (xy 59.553665 71.676562) - (xy 59.553666 71.676563) - (xy 59.683075 71.88774) - (xy 59.843927 72.076073) - (xy 60.03226 72.236925) - (xy 60.243437 72.366334) - (xy 60.243439 72.366334) - (xy 60.243441 72.366336) - (xy 60.314786 72.395888) - (xy 60.472258 72.461115) - (xy 60.713089 72.518934) - (xy 60.96 72.538366) - (xy 61.206911 72.518934) - (xy 61.447742 72.461115) - (xy 61.676563 72.366334) - (xy 61.88774 72.236925) - (xy 62.076073 72.076073) - (xy 62.236925 71.88774) - (xy 62.366334 71.676563) - (xy 62.367235 71.674386) - (xy 62.369032 71.670051) - (xy 62.412871 71.615646) - (xy 62.479164 71.593579) - (xy 62.483594 71.5935) - (xy 80.846234 71.5935) - (xy 80.913273 71.613185) - (xy 80.933915 71.629819) - (xy 81.223915 71.919819) - (xy 81.2574 71.981142) - (xy 81.252416 72.050834) - (xy 81.210544 72.106767) - (xy 81.14508 72.131184) - (xy 81.136234 72.1315) - (xy 81.123288 72.1315) - (xy 81.07724 72.139184) - (xy 80.893045 72.16992) - (xy 80.67228 72.24571) - (xy 80.672266 72.245716) - (xy 80.466988 72.356806) - (xy 80.466986 72.356807) - (xy 80.291093 72.493711) - (xy 80.226099 72.519353) - (xy 80.157559 72.505786) - (xy 80.107234 72.457318) - (xy 80.098749 72.439189) - (xy 80.083355 72.397915) - (xy 80.08335 72.397906) - (xy 79.99719 72.282812) - (xy 79.997187 72.282809) - (xy 79.882093 72.196649) - (xy 79.882086 72.196645) - (xy 79.747379 72.146403) - (xy 79.747372 72.146401) - (xy 79.687844 72.14) - (xy 78.99 72.14) - (xy 78.99 73.104498) - (xy 78.882315 73.05532) - (xy 78.775763 73.04) - (xy 78.704237 73.04) - (xy 78.597685 73.05532) - (xy 78.49 73.104498) - (xy 78.49 72.14) - (xy 77.792155 72.14) - (xy 77.732627 72.146401) - (xy 77.73262 72.146403) - (xy 77.597913 72.196645) - (xy 77.597906 72.196649) - (xy 77.482812 72.282809) - (xy 77.482809 72.282812) - (xy 77.396649 72.397906) - (xy 77.396645 72.397913) - (xy 77.346403 72.53262) - (xy 77.346401 72.532627) - (xy 77.34 72.592155) - (xy 77.34 73.29) - (xy 78.306314 73.29) - (xy 78.280507 73.330156) - (xy 78.24 73.468111) - (xy 78.24 73.611889) - (xy 78.280507 73.749844) - (xy 78.306314 73.79) - (xy 77.34 73.79) - (xy 77.34 74.487844) - (xy 77.346401 74.547372) - (xy 77.346403 74.547379) - (xy 77.396645 74.682086) - (xy 77.396649 74.682093) - (xy 77.482809 74.797187) - (xy 77.482812 74.79719) - (xy 77.597906 74.88335) - (xy 77.597913 74.883354) - (xy 77.73262 74.933596) - (xy 77.732627 74.933598) - (xy 77.792155 74.939999) - (xy 77.792172 74.94) - (xy 78.49 74.94) - (xy 78.49 73.975501) - (xy 78.597685 74.02468) - (xy 78.704237 74.04) - (xy 78.775763 74.04) - (xy 78.882315 74.02468) - (xy 78.99 73.975501) - (xy 78.99 74.94) - (xy 79.687828 74.94) - (xy 79.687844 74.939999) - (xy 79.747372 74.933598) - (xy 79.747379 74.933596) - (xy 79.882086 74.883354) - (xy 79.882093 74.88335) - (xy 79.997187 74.79719) - (xy 79.99719 74.797187) - (xy 80.08335 74.682093) - (xy 80.083353 74.682088) - (xy 80.098748 74.640811) - (xy 80.140619 74.584876) - (xy 80.206083 74.560458) - (xy 80.274356 74.575309) - (xy 80.291093 74.586288) - (xy 80.466983 74.72319) - (xy 80.466985 74.723191) - (xy 80.466988 74.723193) - (xy 80.586331 74.787777) - (xy 80.672273 74.834287) - (xy 80.786914 74.873643) - (xy 80.893045 74.910079) - (xy 80.893047 74.910079) - (xy 80.893049 74.91008) - (xy 81.123288 74.9485) - (xy 81.123289 74.9485) - (xy 81.356711 74.9485) - (xy 81.356712 74.9485) - (xy 81.586951 74.91008) - (xy 81.807727 74.834287) - (xy 82.013017 74.72319) - (xy 82.19722 74.579818) - (xy 82.355314 74.408083) - (xy 82.386191 74.360821) - (xy 82.439337 74.315465) - (xy 82.508568 74.306041) - (xy 82.571904 74.335542) - (xy 82.593809 74.360822) - (xy 82.624686 74.408084) - (xy 82.778629 74.575309) - (xy 82.78278 74.579818) - (xy 82.966983 74.72319) - (xy 82.966985 74.723191) - (xy 82.966988 74.723193) - (xy 83.086331 74.787777) - (xy 83.172273 74.834287) - (xy 83.286914 74.873643) - (xy 83.393045 74.910079) - (xy 83.393047 74.910079) - (xy 83.393049 74.91008) - (xy 83.623288 74.9485) - (xy 83.623289 74.9485) - (xy 83.856711 74.9485) - (xy 83.856712 74.9485) - (xy 84.086951 74.91008) - (xy 84.307727 74.834287) - (xy 84.513017 74.72319) - (xy 84.69722 74.579818) - (xy 84.855314 74.408083) - (xy 84.982984 74.212669) - (xy 85.076749 73.998907) - (xy 85.134051 73.772626) - (xy 85.153327 73.54) - (xy 85.134051 73.307374) - (xy 85.076749 73.081093) - (xy 84.982984 72.867331) - (xy 84.855314 72.671917) - (xy 84.855313 72.671915) - (xy 84.697223 72.500185) - (xy 84.697222 72.500184) - (xy 84.69722 72.500182) - (xy 84.513017 72.35681) - (xy 84.513015 72.356809) - (xy 84.513014 72.356808) - (xy 84.513011 72.356806) - (xy 84.307733 72.245716) - (xy 84.30773 72.245715) - (xy 84.307727 72.245713) - (xy 84.307721 72.245711) - (xy 84.307719 72.24571) - (xy 84.086954 72.16992) - (xy 83.90765 72.14) - (xy 83.856712 72.1315) - (xy 83.623288 72.1315) - (xy 83.584914 72.137903) - (xy 83.393044 72.16992) - (xy 83.371545 72.177301) - (xy 83.301746 72.180449) - (xy 83.243604 72.1477) - (xy 81.667088 70.571183) - (xy 81.657187 70.558823) - (xy 81.656977 70.558998) - (xy 81.652002 70.552986) - (xy 81.652 70.552982) - (xy 81.625658 70.528245) - (xy 81.600922 70.505016) - (xy 81.579768 70.483863) - (xy 81.577792 70.482331) - (xy 81.574183 70.479531) - (xy 81.56975 70.475744) - (xy 81.566034 70.472255) - (xy 81.535321 70.443414) - (xy 81.535319 70.443412) - (xy 81.517431 70.433578) - (xy 81.50117 70.422897) - (xy 81.485039 70.410384) - (xy 81.441693 70.391627) - (xy 81.436445 70.389056) - (xy 81.409251 70.374106) - (xy 81.39506 70.366305) - (xy 81.39166 70.365432) - (xy 81.375287 70.361228) - (xy 81.356881 70.354926) - (xy 81.338144 70.346818) - (xy 81.338146 70.346818) - (xy 81.291496 70.33943) - (xy 81.285781 70.338246) - (xy 81.265612 70.333068) - (xy 81.240032 70.3265) - (xy 81.24003 70.3265) - (xy 81.219616 70.3265) - (xy 81.200217 70.324973) - (xy 81.180058 70.32178) - (xy 81.180057 70.32178) - (xy 81.133034 70.326225) - (xy 81.127196 70.3265) - (xy 62.483594 70.3265) - (xy 62.416555 70.306815) - (xy 62.3708 70.254011) - (xy 62.369032 70.249949) - (xy 62.366337 70.243444) - (xy 62.366336 70.243443) - (xy 62.366334 70.243437) - (xy 62.236925 70.03226) - (xy 62.076073 69.843927) - (xy 61.88774 69.683075) - (xy 61.676563 69.553666) - (xy 61.676562 69.553665) - (xy 61.676558 69.553663) - (xy 61.447744 69.458886) - (xy 61.447742 69.458885) - (xy 61.206911 69.401066) - (xy 61.206909 69.401065) - (xy 61.206906 69.401065) - (xy 60.96 69.381634) - (xy 60.713093 69.401065) - (xy 60.713089 69.401066) - (xy 60.472258 69.458885) - (xy 60.472256 69.458885) - (xy 60.472255 69.458886) - (xy 60.243441 69.553663) - (xy 60.032259 69.683075) - (xy 59.843927 69.843927) - (xy 59.683075 70.032259) - (xy 59.553663 70.243441) - (xy 59.458886 70.472255) - (xy 59.458885 70.472258) - (xy 59.435135 70.571183) - (xy 59.401065 70.713093) - (xy 59.381634 70.96) - (xy 50.8605 70.96) - (xy 50.8605 66.368294) - (xy 74.5715 66.368294) - (xy 74.586467 66.572782) - (xy 74.586469 66.572795) - (xy 74.645934 66.839746) - (xy 74.645937 66.839753) - (xy 74.743646 67.095221) - (xy 74.877506 67.333734) - (xy 74.877509 67.333739) - (xy 75.044669 67.550218) - (xy 75.044678 67.550228) - (xy 75.22131 67.720522) - (xy 75.241574 67.740059) - (xy 75.464019 67.899205) - (xy 75.538617 67.937558) - (xy 75.70725 68.02426) - (xy 75.707261 68.024264) - (xy 75.707266 68.024267) - (xy 75.707272 68.024269) - (xy 75.966116 68.112575) - (xy 75.966122 68.112576) - (xy 75.96613 68.112579) - (xy 76.235093 68.162259) - (xy 76.399091 68.168252) - (xy 76.508422 68.172248) - (xy 76.508422 68.172247) - (xy 76.508424 68.172248) - (xy 76.780296 68.142334) - (xy 77.044916 68.073153) - (xy 77.159971 68.02426) - (xy 77.296635 67.966185) - (xy 77.296638 67.966183) - (xy 77.296643 67.966181) - (xy 77.530112 67.823697) - (xy 77.740347 67.648738) - (xy 77.922867 67.445033) - (xy 78.073783 67.216923) - (xy 78.189877 66.969271) - (xy 78.268676 66.707355) - (xy 78.3085 66.436757) - (xy 78.3085 66.368294) - (xy 84.1715 66.368294) - (xy 84.186467 66.572782) - (xy 84.186469 66.572795) - (xy 84.245934 66.839746) - (xy 84.245937 66.839753) - (xy 84.343646 67.095221) - (xy 84.477506 67.333734) - (xy 84.477509 67.333739) - (xy 84.644669 67.550218) - (xy 84.644678 67.550228) - (xy 84.82131 67.720522) - (xy 84.841574 67.740059) - (xy 85.064019 67.899205) - (xy 85.138617 67.937558) - (xy 85.30725 68.02426) - (xy 85.307261 68.024264) - (xy 85.307266 68.024267) - (xy 85.307272 68.024269) - (xy 85.566116 68.112575) - (xy 85.566122 68.112576) - (xy 85.56613 68.112579) - (xy 85.835093 68.162259) - (xy 85.999091 68.168252) - (xy 86.108422 68.172248) - (xy 86.108422 68.172247) - (xy 86.108424 68.172248) - (xy 86.380296 68.142334) - (xy 86.644916 68.073153) - (xy 86.759971 68.02426) - (xy 86.896635 67.966185) - (xy 86.896638 67.966183) - (xy 86.896643 67.966181) - (xy 87.130112 67.823697) - (xy 87.340347 67.648738) - (xy 87.522867 67.445033) - (xy 87.673783 67.216923) - (xy 87.789877 66.969271) - (xy 87.868676 66.707355) - (xy 87.9085 66.436757) - (xy 87.9085 65.711712) - (xy 87.893533 65.507217) - (xy 87.885462 65.470988) - (xy 87.834065 65.240253) - (xy 87.834063 65.240249) - (xy 87.834063 65.240247) - (xy 87.736355 64.984781) - (xy 87.602493 64.746264) - (xy 87.55095 64.679514) - (xy 87.43533 64.529781) - (xy 87.435321 64.529771) - (xy 87.238429 64.339944) - (xy 87.238427 64.339942) - (xy 87.221522 64.327847) - (xy 87.015981 64.180795) - (xy 87.0082 64.176794) - (xy 86.772749 64.055739) - (xy 86.772727 64.05573) - (xy 86.513883 63.967424) - (xy 86.51387 63.967421) - (xy 86.513865 63.96742) - (xy 86.244903 63.91774) - (xy 85.971577 63.907751) - (xy 85.699703 63.937666) - (xy 85.435084 64.006846) - (xy 85.183364 64.113814) - (xy 84.949892 64.2563) - (xy 84.949882 64.256307) - (xy 84.739654 64.43126) - (xy 84.739648 64.431266) - (xy 84.557133 64.634966) - (xy 84.406217 64.863077) - (xy 84.290121 65.110732) - (xy 84.290119 65.110739) - (xy 84.211326 65.372633) - (xy 84.211323 65.372647) - (xy 84.191521 65.507204) - (xy 84.1715 65.643243) - (xy 84.1715 65.643247) - (xy 84.1715 66.368294) - (xy 78.3085 66.368294) - (xy 78.3085 65.711712) - (xy 78.293533 65.507217) - (xy 78.285462 65.470988) - (xy 78.234065 65.240253) - (xy 78.234063 65.240249) - (xy 78.234063 65.240247) - (xy 78.136355 64.984781) - (xy 78.002493 64.746264) - (xy 77.95095 64.679514) - (xy 77.83533 64.529781) - (xy 77.835321 64.529771) - (xy 77.638429 64.339944) - (xy 77.638427 64.339942) - (xy 77.621522 64.327847) - (xy 77.415981 64.180795) - (xy 77.4082 64.176794) - (xy 77.172749 64.055739) - (xy 77.172727 64.05573) - (xy 76.913883 63.967424) - (xy 76.91387 63.967421) - (xy 76.913865 63.96742) - (xy 76.644903 63.91774) - (xy 76.371577 63.907751) - (xy 76.099703 63.937666) - (xy 75.835084 64.006846) - (xy 75.583364 64.113814) - (xy 75.349892 64.2563) - (xy 75.349882 64.256307) - (xy 75.139654 64.43126) - (xy 75.139648 64.431266) - (xy 74.957133 64.634966) - (xy 74.806217 64.863077) - (xy 74.690121 65.110732) - (xy 74.690119 65.110739) - (xy 74.611326 65.372633) - (xy 74.611323 65.372647) - (xy 74.591521 65.507204) - (xy 74.5715 65.643243) - (xy 74.5715 65.643247) - (xy 74.5715 66.368294) - (xy 50.8605 66.368294) - (xy 50.8605 62.66) - (xy 59.381634 62.66) - (xy 59.401065 62.906906) - (xy 59.401065 62.906909) - (xy 59.401066 62.906911) - (xy 59.458885 63.147742) - (xy 59.458886 63.147744) - (xy 59.553663 63.376558) - (xy 59.553665 63.376562) - (xy 59.553666 63.376563) - (xy 59.683075 63.58774) - (xy 59.843927 63.776073) - (xy 60.03226 63.936925) - (xy 60.243437 64.066334) - (xy 60.243439 64.066334) - (xy 60.243441 64.066336) - (xy 60.314786 64.095888) - (xy 60.472258 64.161115) - (xy 60.713089 64.218934) - (xy 60.96 64.238366) - (xy 61.206911 64.218934) - (xy 61.447742 64.161115) - (xy 61.676563 64.066334) - (xy 61.88774 63.936925) - (xy 62.076073 63.776073) - (xy 62.236925 63.58774) - (xy 62.366334 63.376563) - (xy 62.461115 63.147742) - (xy 62.518934 62.906911) - (xy 62.538366 62.66) - (xy 62.518934 62.413089) - (xy 62.461115 62.172258) - (xy 62.366334 61.943437) - (xy 62.236925 61.73226) - (xy 62.076073 61.543927) - (xy 61.88774 61.383075) - (xy 61.676563 61.253666) - (xy 61.676561 61.253665) - (xy 61.676556 61.253662) - (xy 61.579742 61.213561) - (xy 61.525338 61.16972) - (xy 61.503273 61.103426) - (xy 61.520552 61.035727) - (xy 61.571689 60.988116) - (xy 61.627194 60.975) - (xy 61.972828 60.975) - (xy 61.972844 60.974999) - (xy 62.032372 60.968598) - (xy 62.032379 60.968596) - (xy 62.167086 60.918354) - (xy 62.167093 60.91835) - (xy 62.282187 60.83219) - (xy 62.28219 60.832187) - (xy 62.36835 60.717093) - (xy 62.368354 60.717086) - (xy 62.418596 60.582379) - (xy 62.418598 60.582372) - (xy 62.424999 60.522844) - (xy 62.425 60.522827) - (xy 62.425 59.81) - (xy 61.51652 59.81) - (xy 61.544755 59.749998) - (xy 61.573635 59.598607) - (xy 61.563957 59.444789) - (xy 61.520162 59.31) - (xy 62.425 59.31) - (xy 62.425 58.597172) - (xy 62.424999 58.597155) - (xy 62.418598 58.537627) - (xy 62.418596 58.53762) - (xy 62.368354 58.402913) - (xy 62.36835 58.402906) - (xy 62.28219 58.287812) - (xy 62.282187 58.287809) - (xy 62.167093 58.201649) - (xy 62.167086 58.201645) - (xy 62.032379 58.151403) - (xy 62.032372 58.151401) - (xy 61.972844 58.145) - (xy 61.21 58.145) - (xy 61.21 59.001335) - (xy 61.186341 58.988329) - (xy 61.037061 58.95) - (xy 60.921625 58.95) - (xy 60.807094 58.964469) - (xy 60.71 59.002911) - (xy 60.71 58.145) - (xy 59.947155 58.145) - (xy 59.887627 58.151401) - (xy 59.88762 58.151403) - (xy 59.752913 58.201645) - (xy 59.752906 58.201649) - (xy 59.637812 58.287809) - (xy 59.637809 58.287812) - (xy 59.551649 58.402906) - (xy 59.551645 58.402913) - (xy 59.501403 58.53762) - (xy 59.501401 58.537627) - (xy 59.495 58.597155) - (xy 59.495 59.31) - (xy 60.40348 59.31) - (xy 60.375245 59.370002) - (xy 60.346365 59.521393) - (xy 60.356043 59.675211) - (xy 60.399838 59.81) - (xy 59.495 59.81) - (xy 59.495 60.522844) - (xy 59.501401 60.582372) - (xy 59.501403 60.582379) - (xy 59.551645 60.717086) - (xy 59.551649 60.717093) - (xy 59.637809 60.832187) - (xy 59.637812 60.83219) - (xy 59.752906 60.91835) - (xy 59.752913 60.918354) - (xy 59.88762 60.968596) - (xy 59.887627 60.968598) - (xy 59.947155 60.974999) - (xy 59.947172 60.975) - (xy 60.292806 60.975) - (xy 60.359845 60.994685) - (xy 60.4056 61.047489) - (xy 60.415544 61.116647) - (xy 60.386519 61.180203) - (xy 60.340258 61.213561) - (xy 60.243443 61.253662) - (xy 60.032259 61.383075) - (xy 59.843927 61.543927) - (xy 59.683075 61.732259) - (xy 59.553663 61.943441) - (xy 59.460455 62.168467) - (xy 59.458885 62.172258) - (xy 59.437373 62.261863) - (xy 59.401065 62.413093) - (xy 59.381634 62.66) - (xy 50.8605 62.66) - (xy 50.8605 57.150005) - (xy 73.566844 57.150005) - (xy 73.585434 57.374359) - (xy 73.585436 57.374371) - (xy 73.640703 57.592614) - (xy 73.73114 57.798792) - (xy 73.854276 57.987265) - (xy 73.854284 57.987276) - (xy 74.005376 58.151403) - (xy 74.00676 58.152906) - (xy 74.184424 58.291189) - (xy 74.184425 58.291189) - (xy 74.184427 58.291191) - (xy 74.244314 58.3236) - (xy 74.382426 58.398342) - (xy 74.595365 58.471444) - (xy 74.817431 58.5085) - (xy 75.042569 58.5085) - (xy 75.26463 58.471445) - (xy 75.264631 58.471444) - (xy 75.264635 58.471444) - (xy 75.264637 58.471442) - (xy 75.268849 58.470376) - (xy 75.338669 58.472988) - (xy 75.386991 58.502895) - (xy 80.01091 63.126814) - (xy 80.020816 63.139178) - (xy 80.021026 63.139005) - (xy 80.026001 63.145019) - (xy 80.077094 63.192999) - (xy 80.098225 63.214129) - (xy 80.09823 63.214134) - (xy 80.103802 63.218456) - (xy 80.108242 63.222249) - (xy 80.142678 63.254586) - (xy 80.160567 63.26442) - (xy 80.176833 63.275104) - (xy 80.192959 63.287613) - (xy 80.236298 63.306367) - (xy 80.241545 63.308937) - (xy 80.28294 63.331695) - (xy 80.302718 63.336773) - (xy 80.321121 63.343074) - (xy 80.339852 63.35118) - (xy 80.339853 63.35118) - (xy 80.339855 63.351181) - (xy 80.36725 63.355519) - (xy 80.386497 63.358568) - (xy 80.392213 63.359751) - (xy 80.43797 63.3715) - (xy 80.45839 63.3715) - (xy 80.477789 63.373027) - (xy 80.497941 63.376218) - (xy 80.497942 63.376219) - (xy 80.497942 63.376218) - (xy 80.497943 63.376219) - (xy 80.544959 63.371775) - (xy 80.550796 63.3715) - (xy 87.316234 63.3715) - (xy 87.383273 63.391185) - (xy 87.403915 63.407819) - (xy 89.021181 65.025085) - (xy 89.054666 65.086408) - (xy 89.0575 65.112766) - (xy 89.0575 75.647624) - (xy 89.037815 75.714663) - (xy 88.985011 75.760418) - (xy 88.915853 75.770362) - (xy 88.901407 75.767399) - (xy 88.858665 75.755946) - (xy 88.858654 75.755944) - (xy 88.646002 75.73734) - (xy 88.645998 75.73734) - (xy 88.433345 75.755944) - (xy 88.433337 75.755945) - (xy 88.227146 75.811194) - (xy 88.22714 75.811197) - (xy 88.033667 75.901414) - (xy 87.977967 75.940414) - (xy 88.601599 76.564046) - (xy 88.520852 76.576835) - (xy 88.407955 76.634359) - (xy 88.318359 76.723955) - (xy 88.260835 76.836852) - (xy 88.248046 76.917598) - (xy 87.624415 76.293967) - (xy 87.624414 76.293967) - (xy 87.585414 76.349667) - (xy 87.495197 76.54314) - (xy 87.495194 76.543146) - (xy 87.439945 76.749337) - (xy 87.439944 76.749345) - (xy 87.42134 76.961997) - (xy 87.42134 76.962002) - (xy 87.439944 77.174654) - (xy 87.439945 77.174662) - (xy 87.495194 77.380853) - (xy 87.495197 77.380859) - (xy 87.585412 77.574328) - (xy 87.585413 77.57433) - (xy 87.624415 77.63003) - (xy 87.624416 77.630031) - (xy 88.248046 77.0064) - (xy 88.260835 77.087148) - (xy 88.318359 77.200045) - (xy 88.407955 77.289641) - (xy 88.520852 77.347165) - (xy 88.601597 77.359953) - (xy 87.977967 77.983583) - (xy 88.033671 78.022587) - (xy 88.033673 78.022588) - (xy 88.232013 78.115075) - (xy 88.284453 78.161247) - (xy 88.303605 78.22844) - (xy 88.28339 78.295321) - (xy 88.230224 78.340656) - (xy 88.225701 78.342488) - (xy 88.029405 78.434023) - (xy 88.029403 78.434024) - (xy 87.853316 78.55732) - (xy 87.70132 78.709316) - (xy 87.578024 78.885403) - (xy 87.578023 78.885405) - (xy 87.487179 79.080221) - (xy 87.487176 79.080227) - (xy 87.431542 79.287855) - (xy 87.431541 79.287863) - (xy 87.412807 79.501998) - (xy 87.412807 79.502001) - (xy 87.431541 79.716136) - (xy 87.431542 79.716144) - (xy 87.487176 79.923772) - (xy 87.487177 79.923774) - (xy 87.487178 79.923777) - (xy 87.555362 80.069998) - (xy 87.578024 80.118597) - (xy 87.578026 80.118601) - (xy 87.701319 80.294682) - (xy 87.853317 80.44668) - (xy 88.029398 80.569973) - (xy 88.0294 80.569974) - (xy 88.029403 80.569976) - (xy 88.219642 80.658686) - (xy 88.221641 80.659618) - (xy 88.27408 80.70579) - (xy 88.293232 80.772984) - (xy 88.273016 80.839865) - (xy 88.221641 80.884382) - (xy 88.029405 80.974023) - (xy 88.029403 80.974024) - (xy 87.853316 81.09732) - (xy 87.70132 81.249316) - (xy 87.578024 81.425403) - (xy 87.578023 81.425405) - (xy 87.487179 81.620221) - (xy 87.487176 81.620227) - (xy 87.431542 81.827855) - (xy 87.431541 81.827863) - (xy 87.412807 82.041998) - (xy 87.412807 82.042001) - (xy 87.431541 82.256136) - (xy 87.431542 82.256144) - (xy 87.487176 82.463772) - (xy 87.487177 82.463774) - (xy 87.487178 82.463777) - (xy 87.500458 82.492255) - (xy 87.578024 82.658597) - (xy 87.578026 82.658601) - (xy 87.701319 82.834682) - (xy 87.853317 82.98668) - (xy 88.029398 83.109973) - (xy 88.0294 83.109974) - (xy 88.029403 83.109976) - (xy 88.224223 83.200822) - (xy 88.431858 83.256458) - (xy 88.584816 83.26984) - (xy 88.645998 83.275193) - (xy 88.646 83.275193) - (xy 88.646002 83.275193) - (xy 88.675681 83.272596) - (xy 88.860142 83.256458) - (xy 88.901406 83.245401) - (xy 88.971256 83.247064) - (xy 89.029118 83.286226) - (xy 89.056623 83.350454) - (xy 89.0575 83.365176) - (xy 89.0575 93.129233) - (xy 89.037815 93.196272) - (xy 89.021181 93.216914) - (xy 85.244914 96.993181) - (xy 85.183591 97.026666) - (xy 85.157233 97.0295) - (xy 81.225309 97.0295) - (xy 81.15827 97.009815) - (xy 81.13316 96.988473) - (xy 81.129254 96.984135) - (xy 80.974753 96.871883) - (xy 80.974752 96.871882) - (xy 80.800288 96.794206) - (xy 80.800286 96.794205) - (xy 80.613487 96.7545) - (xy 80.422513 96.7545) - (xy 80.235714 96.794205) - (xy 80.235712 96.794206) - (xy 80.094371 96.857135) - (xy 80.061246 96.871883) - (xy 79.906745 96.984135) - (xy 79.778959 97.126057) - (xy 79.683473 97.291443) - (xy 79.68347 97.29145) - (xy 79.624459 97.473068) - (xy 79.624458 97.473072) - (xy 79.604496 97.663) - (xy 79.624458 97.852928) - (xy 79.624459 97.852931) - (xy 79.68347 98.034549) - (xy 79.683473 98.034556) - (xy 79.77896 98.199944) - (xy 79.906747 98.341866) - (xy 80.061248 98.454118) - (xy 80.235712 98.531794) - (xy 80.422513 98.5715) - (xy 80.613487 98.5715) - (xy 80.800288 98.531794) - (xy 80.974752 98.454118) - (xy 81.129253 98.341866) - (xy 81.13316 98.337527) - (xy 81.192646 98.300879) - (xy 81.225309 98.2965) - (xy 85.387366 98.2965) - (xy 85.403113 98.298238) - (xy 85.403139 98.297968) - (xy 85.410905 98.298701) - (xy 85.410909 98.298702) - (xy 85.480958 98.2965) - (xy 85.510856 98.2965) - (xy 85.510857 98.2965) - (xy 85.512222 98.296327) - (xy 85.517862 98.295614) - (xy 85.523685 98.295156) - (xy 85.549708 98.294338) - (xy 85.57089 98.293673) - (xy 85.580681 98.290827) - (xy 85.590481 98.28798) - (xy 85.609538 98.284032) - (xy 85.629797 98.281474) - (xy 85.673721 98.264082) - (xy 85.679221 98.262199) - (xy 85.724593 98.249018) - (xy 85.742165 98.238625) - (xy 85.759632 98.230068) - (xy 85.778617 98.222552) - (xy 85.816826 98.19479) - (xy 85.821704 98.191585) - (xy 85.862362 98.167542) - (xy 85.876802 98.1531) - (xy 85.891592 98.14047) - (xy 85.908107 98.128472) - (xy 85.938222 98.092067) - (xy 85.942126 98.087776) - (xy 90.079815 93.950087) - (xy 90.09218 93.940183) - (xy 90.092006 93.939973) - (xy 90.098012 93.935003) - (xy 90.098018 93.935) - (xy 90.145999 93.883904) - (xy 90.167134 93.86277) - (xy 90.171463 93.857187) - (xy 90.175242 93.852763) - (xy 90.207586 93.818321) - (xy 90.217423 93.800424) - (xy 90.228097 93.784174) - (xy 90.240613 93.768041) - (xy 90.259372 93.724689) - (xy 90.261933 93.719462) - (xy 90.284695 93.67806) - (xy 90.289774 93.658274) - (xy 90.296072 93.639882) - (xy 90.304181 93.621145) - (xy 90.311569 93.574497) - (xy 90.312751 93.568786) - (xy 90.3245 93.52303) - (xy 90.3245 93.502615) - (xy 90.326027 93.483214) - (xy 90.32922 93.463057) - (xy 90.324775 93.416033) - (xy 90.3245 93.410195) - (xy 90.3245 64.882631) - (xy 90.326238 64.866881) - (xy 90.325968 64.866856) - (xy 90.326701 64.859094) - (xy 90.326702 64.859091) - (xy 90.3245 64.789041) - (xy 90.3245 64.759144) - (xy 90.323614 64.752136) - (xy 90.323156 64.746314) - (xy 90.323154 64.746265) - (xy 90.321673 64.69911) - (xy 90.315977 64.679508) - (xy 90.312032 64.660457) - (xy 90.309474 64.640203) - (xy 90.3051 64.629156) - (xy 90.292086 64.596286) - (xy 90.290193 64.590757) - (xy 90.287135 64.580233) - (xy 90.277018 64.545407) - (xy 90.266622 64.527829) - (xy 90.258066 64.510362) - (xy 90.250552 64.491383) - (xy 90.222794 64.453179) - (xy 90.219587 64.448296) - (xy 90.209512 64.43126) - (xy 90.195542 64.407638) - (xy 90.181108 64.393204) - (xy 90.168471 64.378409) - (xy 90.156472 64.361893) - (xy 90.15647 64.36189) - (xy 90.120073 64.331781) - (xy 90.115751 64.327847) - (xy 88.137088 62.349183) - (xy 88.127187 62.336823) - (xy 88.126977 62.336998) - (xy 88.122002 62.330986) - (xy 88.122 62.330982) - (xy 88.095657 62.306245) - (xy 88.070921 62.283015) - (xy 88.049768 62.261863) - (xy 88.047792 62.260331) - (xy 88.044183 62.257531) - (xy 88.03975 62.253744) - (xy 88.005321 62.221414) - (xy 88.005319 62.221412) - (xy 87.987431 62.211578) - (xy 87.97117 62.200897) - (xy 87.955039 62.188384) - (xy 87.911693 62.169627) - (xy 87.906445 62.167056) - (xy 87.879251 62.152106) - (xy 87.86506 62.144305) - (xy 87.86166 62.143432) - (xy 87.845287 62.139228) - (xy 87.826881 62.132926) - (xy 87.808144 62.124818) - (xy 87.808146 62.124818) - (xy 87.761496 62.11743) - (xy 87.755781 62.116246) - (xy 87.735612 62.111068) - (xy 87.710032 62.1045) - (xy 87.71003 62.1045) - (xy 87.689616 62.1045) - (xy 87.670217 62.102973) - (xy 87.650058 62.09978) - (xy 87.650057 62.09978) - (xy 87.603034 62.104225) - (xy 87.597196 62.1045) - (xy 80.831767 62.1045) - (xy 80.764728 62.084815) - (xy 80.744086 62.068181) - (xy 77.392339 58.716434) - (xy 77.358854 58.655111) - (xy 77.363838 58.585419) - (xy 77.40571 58.529486) - (xy 77.469213 58.505225) - (xy 77.705315 58.484569) - (xy 77.705326 58.484567) - (xy 77.933483 58.423433) - (xy 77.933492 58.423429) - (xy 78.147578 58.3236) - (xy 78.147582 58.323598) - (xy 78.231373 58.264926) - (xy 78.231373 58.264925) - (xy 77.602533 57.636086) - (xy 77.612315 57.63468) - (xy 77.7431 57.574952) - (xy 77.851761 57.480798) - (xy 77.929493 57.359844) - (xy 77.953076 57.279524) - (xy 78.584925 57.911373) - (xy 78.638425 57.834968) - (xy 78.693002 57.791344) - (xy 78.762501 57.784151) - (xy 78.824855 57.815673) - (xy 78.841576 57.834969) - (xy 78.895073 57.911372) - (xy 79.526922 57.279523) - (xy 79.550507 57.359844) - (xy 79.628239 57.480798) - (xy 79.7369 57.574952) - (xy 79.867685 57.63468) - (xy 79.877466 57.636086) - (xy 79.248625 58.264925) - (xy 79.332421 58.323599) - (xy 79.546507 58.423429) - (xy 79.546516 58.423433) - (xy 79.774673 58.484567) - (xy 79.774684 58.484569) - (xy 80.009998 58.505157) - (xy 80.010002 58.505157) - (xy 80.245315 58.484569) - (xy 80.245326 58.484567) - (xy 80.473483 58.423433) - (xy 80.473492 58.423429) - (xy 80.687578 58.3236) - (xy 80.687582 58.323598) - (xy 80.771373 58.264926) - (xy 80.771373 58.264925) - (xy 80.142533 57.636086) - (xy 80.152315 57.63468) - (xy 80.2831 57.574952) - (xy 80.391761 57.480798) - (xy 80.469493 57.359844) - (xy 80.493076 57.279524) - (xy 81.124925 57.911373) - (xy 81.174868 57.840048) - (xy 81.229445 57.796424) - (xy 81.298944 57.789231) - (xy 81.361298 57.820753) - (xy 81.380251 57.84335) - (xy 81.474276 57.987265) - (xy 81.474284 57.987276) - (xy 81.625376 58.151403) - (xy 81.62676 58.152906) - (xy 81.804424 58.291189) - (xy 81.804425 58.291189) - (xy 81.804427 58.291191) - (xy 81.864314 58.3236) - (xy 82.002426 58.398342) - (xy 82.215365 58.471444) - (xy 82.437431 58.5085) - (xy 82.662569 58.5085) - (xy 82.884635 58.471444) - (xy 83.097574 58.398342) - (xy 83.295576 58.291189) - (xy 83.47324 58.152906) - (xy 83.588818 58.027355) - (xy 83.648704 57.991366) - (xy 83.718542 57.993467) - (xy 83.776158 58.032991) - (xy 83.794474 58.066362) - (xy 83.794835 58.066195) - (xy 83.797389 58.071672) - (xy 83.797749 58.072329) - (xy 83.797885 58.072738) - (xy 83.89097 58.223652) - (xy 84.016348 58.34903) - (xy 84.167262 58.442115) - (xy 84.335574 58.497887) - (xy 84.439455 58.5085) - (xy 85.740544 58.508499) - (xy 85.844426 58.497887) - (xy 86.012738 58.442115) - (xy 86.163652 58.34903) - (xy 86.28903 58.223652) - (xy 86.382115 58.072738) - (xy 86.437887 57.904426) - (xy 86.4485 57.800545) - (xy 86.448499 56.499456) - (xy 86.437887 56.395574) - (xy 86.382115 56.227262) - (xy 86.28903 56.076348) - (xy 86.163652 55.95097) - (xy 86.035004 55.871619) - (xy 86.01274 55.857886) - (xy 86.01273 55.857882) - (xy 86.012636 55.857851) - (xy 86.012579 55.857812) - (xy 86.006195 55.854835) - (xy 86.006703 55.853743) - (xy 85.955193 55.818076) - (xy 85.928372 55.753559) - (xy 85.94069 55.684784) - (xy 85.975481 55.642295) - (xy 86.01324 55.612906) - (xy 86.15249 55.461642) - (xy 86.165715 55.447276) - (xy 86.165717 55.447273) - (xy 86.165722 55.447268) - (xy 86.28886 55.258791) - (xy 86.379296 55.052616) - (xy 86.434564 54.834368) - (xy 86.453156 54.61) - (xy 86.434564 54.385632) - (xy 86.379296 54.167384) - (xy 86.28886 53.961209) - (xy 86.286445 53.957513) - (xy 86.165723 53.772734) - (xy 86.165715 53.772723) - (xy 86.013243 53.607097) - (xy 86.013238 53.607092) - (xy 85.840286 53.472477) - (xy 85.835576 53.468811) - (xy 85.835575 53.46881) - (xy 85.835572 53.468808) - (xy 85.63758 53.361661) - (xy 85.637577 53.361659) - (xy 85.637574 53.361658) - (xy 85.637571 53.361657) - (xy 85.637569 53.361656) - (xy 85.424637 53.288556) - (xy 85.202569 53.2515) - (xy 84.977431 53.2515) - (xy 84.755362 53.288556) - (xy 84.54243 53.361656) - (xy 84.542419 53.361661) - (xy 84.344427 53.468808) - (xy 84.344422 53.468812) - (xy 84.166761 53.607092) - (xy 84.166756 53.607097) - (xy 84.014284 53.772723) - (xy 84.014276 53.772734) - (xy 83.923808 53.911206) - (xy 83.870662 53.956562) - (xy 83.801431 53.965986) - (xy 83.738095 53.936484) - (xy 83.716192 53.911206) - (xy 83.625723 53.772734) - (xy 83.625715 53.772723) - (xy 83.473243 53.607097) - (xy 83.473238 53.607092) - (xy 83.300286 53.472477) - (xy 83.295576 53.468811) - (xy 83.295575 53.46881) - (xy 83.295572 53.468808) - (xy 83.09758 53.361661) - (xy 83.097577 53.361659) - (xy 83.097574 53.361658) - (xy 83.097571 53.361657) - (xy 83.097569 53.361656) - (xy 82.884637 53.288556) - (xy 82.662569 53.2515) - (xy 82.437431 53.2515) - (xy 82.215362 53.288556) - (xy 82.00243 53.361656) - (xy 82.002419 53.361661) - (xy 81.804427 53.468808) - (xy 81.804422 53.468812) - (xy 81.626761 53.607092) - (xy 81.626756 53.607097) - (xy 81.474284 53.772723) - (xy 81.47428 53.772729) - (xy 81.38025 53.916651) - (xy 81.327103 53.962007) - (xy 81.257872 53.97143) - (xy 81.194536 53.941927) - (xy 81.174866 53.919951) - (xy 81.124924 53.848626) - (xy 80.493076 54.480475) - (xy 80.469493 54.400156) - (xy 80.391761 54.279202) - (xy 80.2831 54.185048) - (xy 80.152315 54.12532) - (xy 80.142533 54.123913) - (xy 80.771373 53.495073) - (xy 80.771373 53.495072) - (xy 80.687583 53.436402) - (xy 80.687579 53.4364) - (xy 80.473492 53.33657) - (xy 80.473483 53.336566) - (xy 80.245326 53.275432) - (xy 80.245315 53.27543) - (xy 80.010002 53.254843) - (xy 80.009998 53.254843) - (xy 79.774684 53.27543) - (xy 79.774673 53.275432) - (xy 79.546516 53.336566) - (xy 79.546507 53.33657) - (xy 79.332419 53.436401) - (xy 79.248625 53.495072) - (xy 79.877466 54.123913) - (xy 79.867685 54.12532) - (xy 79.7369 54.185048) - (xy 79.628239 54.279202) - (xy 79.550507 54.400156) - (xy 79.526923 54.480476) - (xy 78.895072 53.848625) - (xy 78.895072 53.848626) - (xy 78.841574 53.92503) - (xy 78.786998 53.968655) - (xy 78.717499 53.975849) - (xy 78.655144 53.944326) - (xy 78.638424 53.92503) - (xy 78.584925 53.848626) - (xy 78.584925 53.848625) - (xy 77.953076 54.480475) - (xy 77.929493 54.400156) - (xy 77.851761 54.279202) - (xy 77.7431 54.185048) - (xy 77.612315 54.12532) - (xy 77.602533 54.123913) - (xy 78.231373 53.495073) - (xy 78.231373 53.495072) - (xy 78.147583 53.436402) - (xy 78.147579 53.4364) - (xy 77.933492 53.33657) - (xy 77.933483 53.336566) - (xy 77.705326 53.275432) - (xy 77.705315 53.27543) - (xy 77.470002 53.254843) - (xy 77.469998 53.254843) - (xy 77.234684 53.27543) - (xy 77.234673 53.275432) - (xy 77.006516 53.336566) - (xy 77.006507 53.33657) - (xy 76.792419 53.436401) - (xy 76.708625 53.495072) - (xy 77.337466 54.123913) - (xy 77.327685 54.12532) - (xy 77.1969 54.185048) - (xy 77.088239 54.279202) - (xy 77.010507 54.400156) - (xy 76.986923 54.480476) - (xy 76.355072 53.848625) - (xy 76.355072 53.848626) - (xy 76.305131 53.91995) - (xy 76.250555 53.963575) - (xy 76.181056 53.970769) - (xy 76.118701 53.939246) - (xy 76.099748 53.916649) - (xy 76.005723 53.772734) - (xy 76.005715 53.772723) - (xy 75.853243 53.607097) - (xy 75.853238 53.607092) - (xy 75.680286 53.472477) - (xy 75.675576 53.468811) - (xy 75.675575 53.46881) - (xy 75.675572 53.468808) - (xy 75.47758 53.361661) - (xy 75.477577 53.361659) - (xy 75.477574 53.361658) - (xy 75.477571 53.361657) - (xy 75.477569 53.361656) - (xy 75.264637 53.288556) - (xy 75.042569 53.2515) - (xy 74.817431 53.2515) - (xy 74.595362 53.288556) - (xy 74.38243 53.361656) - (xy 74.382419 53.361661) - (xy 74.184427 53.468808) - (xy 74.184422 53.468812) - (xy 74.006761 53.607092) - (xy 74.006756 53.607097) - (xy 73.854284 53.772723) - (xy 73.854276 53.772734) - (xy 73.73114 53.961207) - (xy 73.640703 54.167385) - (xy 73.585436 54.385628) - (xy 73.585434 54.38564) - (xy 73.566844 54.609994) - (xy 73.566844 54.610005) - (xy 73.585434 54.834359) - (xy 73.585436 54.834371) - (xy 73.640703 55.052614) - (xy 73.73114 55.258792) - (xy 73.854276 55.447265) - (xy 73.854284 55.447276) - (xy 74.006756 55.612902) - (xy 74.006761 55.612907) - (xy 74.044516 55.642293) - (xy 74.184424 55.751189) - (xy 74.184429 55.751191) - (xy 74.184431 55.751193) - (xy 74.22093 55.770946) - (xy 74.27052 55.820165) - (xy 74.285628 55.888382) - (xy 74.261457 55.953937) - (xy 74.22093 55.989054) - (xy 74.184431 56.008806) - (xy 74.184422 56.008812) - (xy 74.006761 56.147092) - (xy 74.006756 56.147097) - (xy 73.854284 56.312723) - (xy 73.854276 56.312734) - (xy 73.73114 56.501207) - (xy 73.640703 56.707385) - (xy 73.585436 56.925628) - (xy 73.585434 56.92564) - (xy 73.566844 57.149994) - (xy 73.566844 57.150005) - (xy 50.8605 57.150005) - (xy 50.8605 54.610002) - (xy 52.075034 54.610002) - (xy 52.094858 54.836599) - (xy 52.09486 54.83661) - (xy 52.15373 55.056317) - (xy 52.153734 55.056326) - (xy 52.249865 55.262481) - (xy 52.249866 55.262483) - (xy 52.300973 55.335471) - (xy 52.300974 55.335472) - (xy 52.982046 54.654399) - (xy 52.994835 54.735148) - (xy 53.052359 54.848045) - (xy 53.141955 54.937641) - (xy 53.254852 54.995165) - (xy 53.335599 55.007953) - (xy 52.654526 55.689025) - (xy 52.654526 55.689026) - (xy 52.727512 55.740131) - (xy 52.727516 55.740133) - (xy 52.933673 55.836265) - (xy 52.933682 55.836269) - (xy 53.153389 55.895139) - (xy 53.1534 55.895141) - (xy 53.379998 55.914966) - (xy 53.380002 55.914966) - (xy 53.606599 55.895141) - (xy 53.60661 55.895139) - (xy 53.826317 55.836269) - (xy 53.826331 55.836264) - (xy 54.032478 55.740136) - (xy 54.105472 55.689025) - (xy 53.424401 55.007953) - (xy 53.505148 54.995165) - (xy 53.618045 54.937641) - (xy 53.707641 54.848045) - (xy 53.765165 54.735148) - (xy 53.777953 54.6544) - (xy 54.467087 55.343534) - (xy 54.505192 55.351192) - (xy 54.555375 55.399807) - (xy 54.570035 55.455399) - (xy 54.57104 55.455346) - (xy 54.571144 55.455335) - (xy 54.571144 55.45534) - (xy 54.571323 55.455331) - (xy 54.5715 55.458654) - (xy 54.578011 55.519202) - (xy 54.578011 55.519204) - (xy 54.614189 55.616198) - (xy 54.629111 55.656204) - (xy 54.716739 55.773261) - (xy 54.833796 55.860889) - (xy 54.943101 55.901658) - (xy 54.965463 55.909999) - (xy 54.970799 55.911989) - (xy 54.99805 55.914918) - (xy 55.031345 55.918499) - (xy 55.031362 55.9185) - (xy 56.728638 55.9185) - (xy 56.728654 55.918499) - (xy 56.755692 55.915591) - (xy 56.789201 55.911989) - (xy 56.794537 55.909999) - (xy 56.816899 55.901658) - (xy 56.926204 55.860889) - (xy 57.043261 55.773261) - (xy 57.130889 55.656204) - (xy 57.181989 55.519201) - (xy 57.18674 55.475012) - (xy 57.188499 55.458654) - (xy 57.1885 55.458637) - (xy 57.1885 54.610001) - (xy 59.011502 54.610001) - (xy 59.031456 54.838081) - (xy 59.031457 54.838089) - (xy 59.090714 55.059238) - (xy 59.090718 55.059249) - (xy 59.187475 55.266745) - (xy 59.187477 55.266749) - (xy 59.318802 55.4543) - (xy 59.4807 55.616198) - (xy 59.668251 55.747523) - (xy 59.723445 55.77326) - (xy 59.87575 55.844281) - (xy 59.875752 55.844281) - (xy 59.875757 55.844284) - (xy 60.096913 55.903543) - (xy 60.259832 55.917796) - (xy 60.324998 55.923498) - (xy 60.325 55.923498) - (xy 60.325002 55.923498) - (xy 60.382139 55.918499) - (xy 60.553087 55.903543) - (xy 60.774243 55.844284) - (xy 60.981749 55.747523) - (xy 61.1693 55.616198) - (xy 61.323858 55.461639) - (xy 61.385178 55.428157) - (xy 61.454869 55.433141) - (xy 61.510803 55.475012) - (xy 61.52743 55.510578) - (xy 61.528691 55.510108) - (xy 61.581645 55.652086) - (xy 61.581649 55.652093) - (xy 61.667809 55.767187) - (xy 61.667812 55.76719) - (xy 61.782906 55.85335) - (xy 61.782913 55.853354) - (xy 61.91762 55.903596) - (xy 61.917627 55.903598) - (xy 61.977155 55.909999) - (xy 61.977172 55.91) - (xy 62.575 55.91) - (xy 62.575 54.925686) - (xy 62.586955 54.937641) - (xy 62.699852 54.995165) - (xy 62.793519 55.01) - (xy 62.856481 55.01) - (xy 62.950148 54.995165) - (xy 63.063045 54.937641) - (xy 63.075 54.925686) - (xy 63.075 55.91) - (xy 63.672828 55.91) - (xy 63.672844 55.909999) - (xy 63.732372 55.903598) - (xy 63.732379 55.903596) - (xy 63.867086 55.853354) - (xy 63.867093 55.85335) - (xy 63.982187 55.76719) - (xy 63.98219 55.767187) - (xy 64.06835 55.652093) - (xy 64.068354 55.652086) - (xy 64.118596 55.517379) - (xy 64.118598 55.517372) - (xy 64.124999 55.457844) - (xy 64.125 55.457827) - (xy 64.125 54.86) - (xy 63.140686 54.86) - (xy 63.152641 54.848045) - (xy 63.210165 54.735148) - (xy 63.229986 54.61) - (xy 63.210165 54.484852) - (xy 63.152641 54.371955) - (xy 63.140686 54.36) - (xy 64.125 54.36) - (xy 64.125 53.762172) - (xy 64.124999 53.762155) - (xy 64.118598 53.702627) - (xy 64.118596 53.70262) - (xy 64.068354 53.567913) - (xy 64.06835 53.567906) - (xy 63.98219 53.452812) - (xy 63.982187 53.452809) - (xy 63.867093 53.366649) - (xy 63.867086 53.366645) - (xy 63.732379 53.316403) - (xy 63.732372 53.316401) - (xy 63.672844 53.31) - (xy 63.075 53.31) - (xy 63.075 54.294314) - (xy 63.063045 54.282359) - (xy 62.950148 54.224835) - (xy 62.856481 54.21) - (xy 62.793519 54.21) - (xy 62.699852 54.224835) - (xy 62.586955 54.282359) - (xy 62.575 54.294314) - (xy 62.575 53.31) - (xy 61.977155 53.31) - (xy 61.917627 53.316401) - (xy 61.91762 53.316403) - (xy 61.782913 53.366645) - (xy 61.782906 53.366649) - (xy 61.667812 53.452809) - (xy 61.667809 53.452812) - (xy 61.581649 53.567906) - (xy 61.581645 53.567913) - (xy 61.528691 53.709892) - (xy 61.526571 53.709101) - (xy 61.497636 53.759911) - (xy 61.435724 53.792294) - (xy 61.366132 53.786064) - (xy 61.323855 53.758357) - (xy 61.169304 53.603806) - (xy 61.1693 53.603802) - (xy 60.981749 53.472477) - (xy 60.981745 53.472475) - (xy 60.774249 53.375718) - (xy 60.774238 53.375714) - (xy 60.553089 53.316457) - (xy 60.553081 53.316456) - (xy 60.325002 53.296502) - (xy 60.324998 53.296502) - (xy 60.096918 53.316456) - (xy 60.09691 53.316457) - (xy 59.875761 53.375714) - (xy 59.87575 53.375718) - (xy 59.668254 53.472475) - (xy 59.668252 53.472476) - (xy 59.597856 53.521767) - (xy 59.4807 53.603802) - (xy 59.480698 53.603803) - (xy 59.480695 53.603806) - (xy 59.318806 53.765695) - (xy 59.318803 53.765698) - (xy 59.318802 53.7657) - (xy 59.244483 53.871838) - (xy 59.187476 53.953252) - (xy 59.187475 53.953254) - (xy 59.090718 54.16075) - (xy 59.090714 54.160761) - (xy 59.031457 54.38191) - (xy 59.031456 54.381918) - (xy 59.011502 54.609998) - (xy 59.011502 54.610001) - (xy 57.1885 54.610001) - (xy 57.1885 53.761362) - (xy 57.188499 53.761345) - (xy 57.185157 53.73027) - (xy 57.181989 53.700799) - (xy 57.130889 53.563796) - (xy 57.043261 53.446739) - (xy 56.926204 53.359111) - (xy 56.789203 53.308011) - (xy 56.728654 53.3015) - (xy 56.728638 53.3015) - (xy 55.031362 53.3015) - (xy 55.031345 53.3015) - (xy 54.970797 53.308011) - (xy 54.970795 53.308011) - (xy 54.833795 53.359111) - (xy 54.716739 53.446739) - (xy 54.629111 53.563795) - (xy 54.578011 53.700795) - (xy 54.578011 53.700797) - (xy 54.5715 53.761345) - (xy 54.571323 53.764669) - (xy 54.571144 53.764659) - (xy 54.571144 53.764665) - (xy 54.57104 53.764653) - (xy 54.569871 53.764591) - (xy 54.551815 53.826083) - (xy 54.499011 53.871838) - (xy 54.466033 53.877518) - (xy 53.777953 54.565598) - (xy 53.765165 54.484852) - (xy 53.707641 54.371955) - (xy 53.618045 54.282359) - (xy 53.505148 54.224835) - (xy 53.4244 54.212046) - (xy 54.105472 53.530974) - (xy 54.105471 53.530973) - (xy 54.032483 53.479866) - (xy 54.032481 53.479865) - (xy 53.826326 53.383734) - (xy 53.826317 53.38373) - (xy 53.60661 53.32486) - (xy 53.606599 53.324858) - (xy 53.380002 53.305034) - (xy 53.379998 53.305034) - (xy 53.1534 53.324858) - (xy 53.153389 53.32486) - (xy 52.933682 53.38373) - (xy 52.933673 53.383734) - (xy 52.727513 53.479868) - (xy 52.654527 53.530972) - (xy 52.654526 53.530973) - (xy 53.3356 54.212046) - (xy 53.254852 54.224835) - (xy 53.141955 54.282359) - (xy 53.052359 54.371955) - (xy 52.994835 54.484852) - (xy 52.982046 54.565599) - (xy 52.300973 53.884526) - (xy 52.300972 53.884527) - (xy 52.249868 53.957513) - (xy 52.153734 54.163673) - (xy 52.15373 54.163682) - (xy 52.09486 54.383389) - (xy 52.094858 54.3834) - (xy 52.075034 54.609997) - (xy 52.075034 54.610002) - (xy 50.8605 54.610002) - (xy 50.8605 50.9845) - (xy 50.880185 50.917461) - (xy 50.932989 50.871706) - (xy 50.9845 50.8605) - (xy 90.9155 50.8605) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "pentode vca") + (date "2023-06-20") + (rev "1") + (comment 1 "PCB for main circuit") + (comment 2 "pentode tube vca") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "gerbers") + ) + ) + (net 0 "") + (net 1 "Net-(U1A--)") + (net 2 "Net-(C1-Pad2)") + (net 3 "Net-(C2-Pad1)") + (net 4 "Net-(SW1-B)") + (net 5 "GND") + (net 6 "-15V") + (net 7 "Net-(U3A--)") + (net 8 "Net-(C4-Pad2)") + (net 9 "Net-(U3B--)") + (net 10 "Net-(C5-Pad2)") + (net 11 "+15V") + (net 12 "Net-(U1B-+)") + (net 13 "Net-(U1B--)") + (net 14 "/OUT") + (net 15 "Net-(C8-Pad1)") + (net 16 "/VN") + (net 17 "/VP") + (net 18 "+5V") + (net 19 "unconnected-(J4-PadTN)") + (net 20 "/RES") + (net 21 "Net-(J7-PadT)") + (net 22 "unconnected-(J7-PadTN)") + (net 23 "/IN") + (net 24 "Net-(U2-CATH1)") + (net 25 "Net-(R6-Pad1)") + (net 26 "/GAIN") + (net 27 "/CV1") + (net 28 "Net-(U2-SCREEN)") + (net 29 "Net-(R15-Pad1)") + (net 30 "Net-(SW1-C)") + (net 31 "Net-(SW1-A)") + (net 32 "unconnected-(J3-PadTN)") + (net 33 "Net-(J3-PadT)") + (net 34 "Net-(J5-PadT)") + (net 35 "Net-(D1-A)") + (net 36 "Net-(D2-K)") + (net 37 "Net-(Q1-C)") + (net 38 "Net-(U2-ANODE)") + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "502178e4-34c7-4d7d-a200-b7733f17afb3") + (at 81.28 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV4" + (at -9.652 0.254 180) + (layer "F.SilkS") + (uuid "f878497c-f1ab-4a58-8324-2fe574887007") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "A50k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "200409c1-031c-4792-9330-daa1146038b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7192cde3-9a45-4342-9fdb-51f345577bd6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79715d9c-36b3-4b55-98ad-0b507fa62809") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d751a2a2-e56d-4986-98de-223f634ced35") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9e4e9980-7b17-467c-a909-8d5fa520f784") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7f32ec9a-6f1f-4532-8c31-f724d119a260") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "38a69ee5-a35a-4920-af58-1cd395394693") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/4f2934ad-e084-41e0-8f59-35271cf60da6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6fdd8d6-83bc-4fc8-95d5-b3c7fb4456c0") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cf84604-558c-4fed-96b7-344fbd69122a") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7455fae-9e84-42c0-af34-183e40bf8515") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2990452-c24f-4386-83fb-022ee5c98a41") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b74749ef-980b-4e21-845b-d54bf0185e53") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3a5a65e-b54b-4bc4-a0c4-23177a7199b9") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03a95cb1-2c04-4790-a94e-1e630c967935") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07154dbe-ad88-41fd-8f15-bf0f6683c527") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ab09ade-8f8b-4166-b056-c0be8b971633") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "079d81ef-ea4a-44c8-83ab-cab482eefd87") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a5e1334-05d3-4426-bbe4-a28c6694d97a") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c3cf16e5-b617-4125-bff7-5e098fa94c0d") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bec63488-cf38-44a8-9631-f2d00742d5f2") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7fcdafa-012b-4adc-9a8e-22bc0dc4dd05") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88334fe2-a6ea-4340-943f-6e55a35b3bad") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb1a3a0f-3920-4344-98ee-de65fd5c288b") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b841bc01-2c70-4be4-aef7-53eee6091a8c") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "df55a817-8a5f-4a57-8da9-9285eb6fcaf4") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "51d60e7c-1009-4ecb-a1b1-1805fb605462") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "4999fcb6-8ca8-4bdb-9e43-29826605650f") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "bf25c263-16e9-45fb-b82f-72cb8f930350") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "40c58c44-8dd7-42ca-a6fe-ffd9b3fddbd0") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/IN") + (pinfunction "2") + (pintype "passive") + (uuid "93035725-91dd-4ea1-a2b7-880c3ff1cd04") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(J3-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "f3b5d5dc-5066-4a11-8713-58f73f90c1ab") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "7793bfd9-40a1-4004-a505-e430a7c845ca") + (at 81.28 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV5" + (at -9.652 0 180) + (layer "F.SilkS") + (uuid "ee6252cb-a2d8-437e-830d-31cdf69c3c8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "A50k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "270892b4-7739-47e2-8b7c-f848bab07da8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b15b4c80-338f-4300-be8b-a00ac3413f71") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "afa2c3b7-32dd-49c8-8710-3cacef23c406") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf8ae0fb-0f6c-40a0-8a5b-356fe2d65102") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b5254269-304e-40c1-acc6-77bed0663174") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "21227e8c-c17a-4983-bda3-54b88a30308d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cb32c0e2-02c1-4c71-9f53-e416f8610055") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/9871aacf-608b-42f0-86df-914ed2df8a54") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5dab742e-d9cf-42a2-9919-20200ea59b39") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7f34f72-090c-4f11-b154-eecb8be0fb1c") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c16511c-4334-4286-b6c6-73bfecc7cffa") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b1427a2-606f-4e84-9b1d-8325986bcbbf") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8579a0ef-5392-4648-84e2-69575d413a82") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cddd35d-a326-4736-aa9c-3864ca97c374") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "656992e7-cba5-4455-99c1-d79f6db47f3d") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea49c1ad-c3a3-4238-9900-c5c6f75665dc") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a9303e8-6f95-4a5e-a9b3-4ed9dcb2b68b") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0dd90f7a-9fe4-43a5-a3ab-a9530fbaa97b") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5fb0b2b2-377c-487e-bf94-1055854dd96d") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38fcc137-03ec-49ba-9d3d-50f64e9997cb") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5972ae79-e8fe-48fd-9c0c-7e6a8fff3a94") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc4773a8-4388-452c-97ce-eeb86aedb427") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f4d7f1b-acb2-4f1e-9f6b-979d1068a242") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11d256ed-2542-496f-9440-7d9f4984e7a4") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19780894-6fb8-4307-962a-5bb3006ef9ce") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "1a814a19-4704-48a2-9086-bb339e60e6fd") + ) + (fp_text user "${REFERENCE}" + (at -9.652 0 180) + (layer "F.Fab") + (uuid "ea8ad908-0812-467a-a9c5-bae93dc497a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "566ca3be-876c-416f-8796-377a8d4f6f4a") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d8ed85b1-3c25-48c3-a291-2264353959bb") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "1921d153-882f-48dd-ba99-a6255cefc99e") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "/RES") + (pinfunction "2") + (pintype "passive") + (uuid "b48874d4-c1c5-486d-90c7-f01583865195") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(J5-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "3e457b62-c8d2-4d0c-9368-dddb586a1221") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "8e4a3e3a-0d29-49fc-a927-6730fc2cd780") + (at 53.086 68.961 90) + (property "Reference" "REF**" + (at 0 3.556 90) + (layer "F.SilkS") + (hide yes) + (uuid "55261703-4e96-4eff-9c90-dd87b180fdf3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 90) + (layer "F.Fab") + (hide yes) + (uuid "eb5d1ec4-5bd1-4827-bd99-c455c1ca4634") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "521b29ac-0a45-4ac4-9a2a-25f059a21d29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20bc031d-642b-47ec-b27f-af47bcf5b9c1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f4cc8608-81a5-490d-be75-ee9c923112d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "B.SilkS") + (uuid "2f586846-81f3-493e-a708-27fb4bd85d59") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "pentode vca" + (at 8.62 1.02 90) + (layer "B.SilkS") + (uuid "b65670ad-41b9-4fe7-9538-b11308ff3aa9") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "R01" + (at -8.68 0.99 90) + (layer "B.SilkS") + (uuid "c873a87a-62c1-4584-8878-128af0ebb50f") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "pentode vca" + (at -8.54 0.99 90) + (layer "F.SilkS") + (uuid "0843c053-71e1-4c0e-ace4-3252c6a8abed") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (fp_text user "R01" + (at 8.58 1.02 90) + (layer "F.SilkS") + (uuid "35ab3223-91fa-42ec-a52e-044d362ef97e") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "F.SilkS") + (uuid "8a447cd5-527e-4403-8a10-11ea013976a5") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "9968bc80-10b9-4471-be40-96c2038b86cb") + (at 81.28 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J4" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "4a749b7b-cd3d-459a-a137-e8b887751879") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "4e464606-5fc0-457b-bc73-8741c2c4b67b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2dee053b-6e97-4656-bbe8-0220e39ff66f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfe00ea0-94c2-477b-b675-53b7034b9c7a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ceda667-8c01-4ddc-882a-0309d401a368") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Jack*") + (path "/0e8b48a3-4ed9-4010-afd8-2beff9a2f292") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7733683f-a46d-437e-9cb5-1d1399ee4acf") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa1294a4-74ae-4531-8f8e-7087d3343704") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5954a96d-4ff5-439e-85e1-ea4d72c11d67") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d728a61-f926-4cf7-981d-1cd815cb94ab") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3429b5f7-1065-43ef-99c6-6e11aac55ec8") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd0e19fc-556e-4db6-8b78-88133ef6718d") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b287d811-29cf-4cca-ba85-d4b374b40263") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "3a761e5a-4ec2-48be-b98c-9b4d1db3ad60") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "95b38c72-03c1-4859-afb0-b1307b22a5a2") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2a49410e-29f5-411c-baa9-4c8cf964e876") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1fc88d42-49ab-4407-b83e-497e5f88cafd") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a8bdec27-fb95-4518-89c0-50f506ca68fa") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "40138812-973f-4b7f-9727-a3f895498f2c") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc679605-9f2b-4a3f-a3f0-52ed9ed6d8ef") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e8cc9424-abea-4b97-acaf-04b21951c989") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4b57ca9-0a87-458b-8740-26a88c3e743c") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47c08eb5-9609-4e0b-8dc7-4a61de0bbfca") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "905ad1aa-7013-44a8-a24a-10aaf2ec9a00") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a88369da-19ff-47c6-8338-ca53b88c46e0") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "e57be1c1-1c19-4317-ac8b-61fad2406762") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "767fa3db-2f15-4643-ac66-338fe76d7645") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pintype "passive") + (uuid "c0162709-20d5-4032-81b3-d3064ae0f517") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "/OUT") + (pintype "passive") + (uuid "745b92dc-602d-4caa-8180-dd7e7e0cfef9") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "unconnected-(J4-PadTN)") + (pintype "passive+no_connect") + (uuid "de0569b6-4a9a-4729-b1d5-770d22b705cf") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:1J24B" + (layer "F.Cu") + (uuid "9d145243-3470-490c-b644-5bd9b97d3c58") + (at 70.358 112.319 180) + (property "Reference" "U2" + (at 1.27 -33.985 0) + (layer "F.SilkS") + (uuid "cc23af9f-a2c7-4cfe-a2de-a6055e6123e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (property "Value" "1J24B" + (at 5.588 -2.54 -90) + (layer "F.SilkS") + (hide yes) + (uuid "6aeb1309-f7e3-4df7-8fda-2ceb288827cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1f10733-c1be-472a-9a8e-5638d40fd058") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cfa22ad-da4f-43c9-a3c8-eb3cde325709") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "523275f0-1bfa-405f-850e-f0b061b2827d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "SPICEPREFIX" "X" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "af24c059-0283-4268-8249-cdb2160d7942") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/05e7ae93-80cc-4364-b7b2-d1aa61654f52") + (sheetfile "main.kicad_sch") + (fp_line + (start 4.25 -19.118) + (end 4.25 11.656847) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "a577ff83-1202-4a6e-9cda-544ce864b6ab") + ) + (fp_line + (start 2.346847 13.54) + (end 1.016 13.54) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "6a3505e2-a31a-43cc-82ab-dba2c729278a") + ) + (fp_line + (start -1.016 13.54) + (end 1.016 13.54) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "bc25f275-6e5c-4911-8d3c-ecd6aabdb6c5") + ) + (fp_line + (start -1.016 13.54) + (end -2.220267 13.54) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "a0ed0590-5504-4513-bd77-8487f58cba38") + ) + (fp_line + (start -2.54 -20.828) + (end 2.54 -20.828) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "13e28c40-5766-46d7-bc8c-47a1b48acd3f") + ) + (fp_line + (start -4.25 -19.118) + (end -4.25 11.524409) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "c709765e-f354-4b50-bf19-66010f049d6e") + ) + (fp_arc + (start 4.25 11.656847) + (mid 3.688438 12.99258) + (end 2.346847 13.54) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "d29d7262-de98-402c-9347-118f41e67f43") + ) + (fp_arc + (start 2.54 -20.828) + (mid 3.749153 -20.327153) + (end 4.25 -19.118) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "7caf2c4b-5e0f-4be8-884f-f6fce314153d") + ) + (fp_arc + (start -2.220267 13.54) + (mid -3.652577 12.952577) + (end -4.25 11.524409) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "2cd74dec-7801-4064-aa87-cecc7954cd93") + ) + (fp_arc + (start -4.25 -19.118) + (mid -3.749153 -20.327153) + (end -2.54 -20.828) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "fdfbda8a-019b-4b0c-9792-7495410b5ddb") + ) + (fp_circle + (center 0 -27) + (end 5.388153 -27) + (stroke + (width 0.1524) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "73b3a48d-b315-451f-9e92-73c61ed9dc62") + ) + (pad "1" thru_hole rect + (at 3.302 -28.397 180) + (size 1.9304 1.9304) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(U2-CATH1)") + (pinfunction "CATH1") + (pintype "input") + (solder_mask_margin 0.1016) + (thermal_bridge_angle 45) + (uuid "d8c01b06-b8fd-4798-ba01-cb55fb4309cd") + ) + (pad "2" thru_hole circle + (at 0 -30.81 180) + (size 1.9304 1.9304) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "-15V") + (pinfunction "CATH2") + (pintype "input") + (solder_mask_margin 0.1016) + (uuid "5694a8c2-2a0d-4764-97c0-bcc84c8d4301") + ) + (pad "3" thru_hole circle + (at -3.302 -28.651 180) + (size 1.9304 1.9304) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "BODY") + (pintype "input") + (solder_mask_margin 0.1016) + (uuid "16c04ac4-fca7-4dda-93ea-5f44fc152040") + ) + (pad "4" thru_hole circle + (at -2.032 -24.13 180) + (size 1.9304 1.9304) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "-15V") + (pinfunction "SUPPR") + (pintype "input") + (solder_mask_margin 0.1016) + (uuid "2e1a8ef3-4a5f-4840-af38-2a1292d9a5c3") + ) + (pad "5" thru_hole circle + (at 2.032 -24.13 180) + (size 1.9304 1.9304) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(U2-SCREEN)") + (pinfunction "SCREEN") + (pintype "input") + (solder_mask_margin 0.1016) + (uuid "fd1d6c68-96f1-4795-8e29-ece014b0bb06") + ) + (pad "6" thru_hole circle + (at 0 -27 180) + (size 1.9304 1.9304) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(SW1-B)") + (pinfunction "GRID") + (pintype "input") + (solder_mask_margin 0.1016) + (uuid "24617472-6b48-4d71-a889-49820ceb9140") + ) + (pad "7" thru_hole circle + (at 0 22.86 180) + (size 2.032 2.032) + (drill 1.016) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(U2-ANODE)") + (pinfunction "ANODE") + (pintype "input") + (solder_mask_margin 0.1016) + (uuid "2e054b0e-bd3d-44fc-8d23-edfb7bca1ee9") + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "9e7e7e41-f664-484e-81eb-570b7154f012") + (at 60.96 66.04) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J3" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "35d997c4-be04-481c-8a54-36df41483d0b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "5647d570-d669-4094-acbc-2aacfc1d418a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f23ab74-6002-4704-ad47-847a8b85d75b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a950205-8515-4ffc-a1ab-b47b1d40182f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3344d17-b7da-4837-8fb5-6242e3b42d16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Jack*") + (path "/b13a0a55-d16f-4d01-8549-9a161857f883") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e2c163b-1293-468d-a528-b89634464f72") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ae8ea71-3001-4732-b2b7-e0c7af325e68") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ea19bb2-0600-4c96-8346-a5398ac8d3e4") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22a55353-0da2-4c37-82e9-e5dbd89013d0") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54c59169-650f-4c03-a0c3-e5a48add7d4d") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d29ece24-ea04-45d7-8567-640137ea0743") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1969406b-ae6d-4aac-b70b-516cf9582d5f") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00fe653c-36b8-4777-89fc-3c86a352af6e") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d8a94639-cb76-4ce2-aa64-c58147a8acd7") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8cba5b6b-dc8a-4f29-a56e-8adfc7095d79") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a3602609-45a8-495e-9412-97356ee10240") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "14ca225a-625a-4448-9ce4-64549c8600ae") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "a152662e-8707-450e-8dac-02f6e4c44233") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52b11a05-bb76-4e75-bce6-2ec16bdb9032") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c069f554-3188-44ca-bf6b-985581fd512c") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04d0fe1e-cd2b-4ddd-8fc6-ec642ff0bf84") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72e08948-dc72-4b08-89a4-c8c880c6c301") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00b085e9-1319-4b7f-b591-f643dad15293") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "4b70fff5-9f9a-4103-aed1-ecf6a5f9a5e1") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "95319780-522c-42f9-a9c7-6e7cd9bbbb0c") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "6432d83b-f5ec-405d-867a-656e41ed88a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pintype "passive") + (uuid "4615e65b-7c1c-4bb1-8f90-e68a29bb719f") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(J3-PadT)") + (pintype "passive") + (uuid "3e1567f5-ea7b-4c70-aef3-d890d3e64ddb") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "unconnected-(J3-PadTN)") + (pintype "passive+no_connect") + (uuid "09d477e4-c0c0-477a-b597-fa29c6d7d8db") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:SPDT_KIT" + (layer "F.Cu") + (uuid "a790fc6a-1946-4119-a7b9-94de6e37dd84") + (at 60.96 127 180) + (property "Reference" "SW1" + (at -1.778 -8.254 0) + (layer "F.SilkS") + (uuid "c415c59b-d5bf-44d4-b82d-7e2348e29e91") + (effects + (font + (size 1.2065 1.2065) + (thickness 0.1524) + ) + (justify right bottom) + ) + ) + (property "Value" "Switch" + (at -4.191 8.382 0) + (layer "F.SilkS") + (hide yes) + (uuid "3c7c4b12-1ebb-4c7a-a8bd-8bf645c271b5") + (effects + (font + (size 1.2065 1.2065) + (thickness 0.1524) + ) + (justify right bottom) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e471d22-94bb-4cae-87af-ff069cca4201") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1f430cf-8267-4a54-96cd-d6c95076a7e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Switch, single pole double throw" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3831683e-123b-481a-8839-8d6d13990881") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2b88aed6-976c-43de-89a1-488559b8b243") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Switch1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4b410118-2534-44cb-9d96-391a40dc202c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "31229028-4482-4780-a78e-ba01ef963e62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/4bf5e13f-a3d8-4299-abb7-61d9064d3930") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 4 -6.5) + (end 4 6.5) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "f80990cd-c635-4a4a-b663-b702e8a1167c") + ) + (fp_line + (start 3.9 6.6) + (end -3.9 6.6) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a025c65-2fa1-4fa0-8335-fc67e2622bc3") + ) + (fp_line + (start -3.9 -6.6) + (end 3.9 -6.6) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "e75cc225-9286-45ec-9f36-2d51df843026") + ) + (fp_line + (start -4 6.5) + (end -4 -6.5) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "d814efa9-1bb6-4569-af2b-ae8a6ed62d66") + ) + (fp_arc + (start 4.0005 6.477) + (mid 3.963303 6.566803) + (end 3.8735 6.604) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fc9f5fc-01f0-49a6-bb04-87bf8a7b5c48") + ) + (fp_arc + (start 3.8735 -6.604) + (mid 3.963303 -6.566803) + (end 4.0005 -6.477) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "2016a2a8-5762-439c-b11a-b4bcb9805203") + ) + (fp_arc + (start -3.8735 6.604) + (mid -3.963303 6.566803) + (end -4.0005 6.477) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "aad6b85c-f246-4aab-801f-fa34bd8d5131") + ) + (fp_arc + (start -4.0005 -6.477) + (mid -3.963303 -6.566803) + (end -3.8735 -6.604) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "d65cafb5-219a-47f8-b9e5-1ec549297747") + ) + (fp_circle + (center 0 0) + (end 3 0) + (stroke + (width 0.125) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "aee00a35-cc2a-4095-b0cb-6e9c6fe5f0f8") + ) + (fp_circle + (center 0 0) + (end 0.3175 -1.651) + (stroke + (width 0.125) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "19be5ad5-8c4e-4a62-aeae-d0d5976f630b") + ) + (fp_circle + (center 0 0) + (end 0.254 -2.794) + (stroke + (width 0.125) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "a9c7ebc0-faf8-426a-82cc-1af0830826bb") + ) + (fp_circle + (center 0 0) + (end 2.4765 0) + (stroke + (width 0.0254) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "0e229915-4dfd-4f1f-b7c7-a2c13c2f3631") + ) + (pad "1" thru_hole circle + (at 0 -4.7 180) + (size 3.1 3.1) + (drill oval 2.2 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(SW1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "2ad8079c-10ca-4e07-9164-6a2cde9cc10b") + ) + (pad "2" thru_hole circle + (at 0 0 180) + (size 3.1 3.1) + (drill oval 2.2 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(SW1-B)") + (pinfunction "B") + (pintype "passive") + (uuid "a851973e-75a2-4270-aeb4-c331bba01b30") + ) + (pad "3" thru_hole circle + (at 0 4.7 180) + (size 3.1 3.1) + (drill oval 2.2 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(SW1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "98048c0f-c86f-441c-b96a-1c211ba81818") + ) + (model "/Users/design/Google Drive/4ms/kicad/packages3d/spdt-toggle-submini.wrl" + (offset + (xyz 0 0 2.793999958) + ) + (scale + (xyz 0.39 0.39 0.39) + ) + (rotate + (xyz 270 0 90) + ) + ) + (model "/home/etienne/Projects/elektrophon/lib/kicad/models/SPDT Toggle Switch.stp" + (offset + (xyz 3.5 -12 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "b974fe2b-001b-4f59-b616-f8cae1ffa24e") + (at 60.96 86.36) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J5" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "9b176c47-b94a-4986-bcd1-15ddca6fb0c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "64f584a6-485e-4e40-aea2-b90aeb8f382b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00c92f52-be66-4a60-bea1-c4588fc47496") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71234832-3498-4c58-8bea-4fbc47b23edd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78a943d9-e411-4898-9e93-20c1026703ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Jack*") + (path "/1f1dbdfb-2b93-4713-b3b9-d1364f34382e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6037ceb5-e014-4e8b-ba0f-7f7fbc6c9e52") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da7d4397-69b1-4b98-b0d0-7286d3301025") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5768ff7d-6bdc-4b3d-b438-cb9ededc4ec8") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ba6262c-0a3a-485a-a1f6-f4e637cb89d9") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6614482-18b1-43fc-a74f-ad2c3a303fc1") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "936a2f7b-f56b-4f41-967a-391b94209ee2") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "e2482c71-4bf0-4cd8-8752-e601cd5b2f64") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4b30ac78-12ba-4341-8711-b9cf3f4e37b1") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "330e860b-b029-48b5-835f-315a3ce86a39") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "72d1240c-ff01-4b27-bf15-64798fb671a9") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ba6ef615-4498-4f71-9940-49120b538552") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0f84b2b6-a280-4443-956b-ae18703d8f1b") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "bd94cca0-722c-41cc-8642-cbea72a369b6") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02f6cdfa-4381-4ac4-a71c-caaefab6c7ee") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6dbcae6a-bba9-4355-92c1-c7c0cbc60a21") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b46a24b6-26b8-4da0-b2dc-33734db4a4d4") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbc50341-86d0-419a-bebb-b3c71d1b8c6a") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4bbc7d2-c76e-40c1-8a10-4f6374fede22") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "7ebe585e-1018-45e2-be02-18d0d21183d4") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "5df1e6fd-2ac7-45f6-af8a-46dc6bd09fb2") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "0777b1e1-7c20-4ea3-9a45-cb089ee81f24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pintype "passive") + (uuid "a6c2241d-22d3-4185-a1b9-8cdacaf8f75c") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(J5-PadT)") + (pintype "passive") + (uuid "96fd31e8-92ab-4fa1-ae03-ce6b2513c0b9") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "/OUT") + (pintype "passive") + (uuid "f349abfe-bfc8-4243-affb-2bb384b0d02f") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "cc3474d1-3fc3-4b76-806b-905612b4d2e2") + (at 81.28 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV7" + (at -9.652 0 180) + (layer "F.SilkS") + (uuid "1fd2610e-0e9e-4476-b800-fad8b462773d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "50k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "01654e74-68ac-4c4f-8a2d-477fd0da41c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9768485f-5943-4fee-89b9-72b08e176281") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7bd1df1-079d-4cfe-b04b-0683740afc72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17882464-a6df-4d05-a9e5-b425887ecf6f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "dd7880fa-6361-4de9-9e36-a8c9cba26b22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "28915238-b724-4f99-8b45-035ff8759e06") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3a78377c-ca3c-40ff-b8cd-f0930c8ed105") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/dd2c8248-7b74-4faa-a4eb-3a6e04a7561e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4e121ae-a0cc-4b13-8f1d-6233fe28d7b2") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4b0343d-b69e-4df6-a3d5-6d3334b4868a") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15e667f0-c827-413b-9614-d3abb5d4bb98") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70755169-eab7-4d4b-8bee-4efe48c74841") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a71ff35b-d215-4522-92e7-d35added2fd6") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e04a0c90-7f14-4aa0-9e9a-5456e80b5a8f") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08d8ed73-9295-416e-a600-067f26440980") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd2f57ac-ef84-48dc-bc32-8bb1c411a02c") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c9514c7-0ecf-4055-af79-2428f8a81f10") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c863d4d3-94d9-4f8e-8bb9-523cccb28b8b") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "056e2ff9-e343-4714-8b1a-4d023ab81882") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0d417e8-b586-4e50-a528-29142460d4fa") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d152c36-f45a-4cca-94f0-38cd97399429") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca620391-80d2-4c48-9d17-c5e431efbd17") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a36ae663-2614-4227-8a60-e240cd747236") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f634568-aa59-459c-88e3-aec1ef203a24") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d70d7c51-f370-49d4-a294-1b871fc0e808") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "f3723abb-cdfe-4ddc-b069-b2cf37fa31f0") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "5aca31d4-57fc-4456-9b91-3fd7bf651b4c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "47a143fa-ad98-470a-9c87-6706298a2f4e") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "aacf38b6-9032-4347-a1f3-8c373ad8cfa4") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "4bbee20a-73a2-438e-935a-7946eecc9105") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "/CV1") + (pinfunction "2") + (pintype "passive") + (uuid "fcb06b25-3996-4bfc-8bcb-1bb0dbf22ac8") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(J7-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "ab8fe5fe-7aee-4840-a49b-601eaa8c8c94") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "d1873c93-077c-4307-8c8f-e16c245aa3a1") + (at 81.6 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV6" + (at -9.525 0.188 180) + (layer "F.SilkS") + (uuid "263eb5e4-7361-4038-be21-d6f4ea3a55fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "A50k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "4a0f718e-933d-4822-89a2-89ab58fee9ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97577a8f-c5a8-4134-96ef-1827193f516a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "329b44a4-f5b0-479e-9ea3-9dd08cb7b55d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21b9beb6-1af6-498c-aa0c-b5d8dd3f8335") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "807b8183-c70b-4531-a546-e088e935cc08") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"Potentiometer1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "97c16c78-0cf3-4da2-9490-4838450233ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "71ece98f-ee0a-46f9-9523-94fe6b973f9b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/24406764-998f-4145-ab46-71986b18c15c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c25fdbd-dfcb-499d-b818-dfae6857f6ba") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bc22df6-1fe7-484b-9e5d-3daa5c044290") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26ac77df-5c93-4e30-b704-539926535462") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8408b2b-69e2-46e8-9de9-e2ff21ad20db") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea183455-edd3-427f-a546-e2da8e061e94") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "083b5173-ba9b-4f90-b77e-3d5a32156cea") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f7c56d7-b084-4444-960f-00b60da40836") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d82f738-6623-4048-aab7-ee3b951c6602") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03a72998-f120-49c7-9954-d72eb65033a3") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e6d0fab-861b-4cb1-b1ec-3738b15b5c57") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f1eb814-cfa3-4433-af8c-0b94d2056545") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7320f644-d9f8-4fc7-9d96-f6edfa8be25e") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77b8fdc5-be2a-4714-9ffc-f152042b7301") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4aca0b4a-7734-4aef-a00e-67e27ca43eef") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a2b9e0a-3594-4434-a9a9-91788207cf6a") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dcf3c356-6409-4883-9570-a4559819bb21") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7520dff-5701-48f8-81ad-82fab2663585") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "56c595ee-5b35-42c2-80e0-50c1f5e35de1") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "c77c200e-2f84-4f0a-bc11-aaecbb800880") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "4fb55d1a-77e8-459d-9220-d9b1c2eefea0") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "c6d0a020-db01-4730-8194-7f922963721e") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "145d38b2-565c-424c-9b0c-8de0d64dc294") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "/GAIN") + (pinfunction "2") + (pintype "passive") + (uuid "31268841-f428-4102-a08d-6f11f24d7f80") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "+15V") + (pinfunction "3") + (pintype "passive") + (uuid "8e874d0a-796b-4327-b8a6-08eb1206ca06") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "d7bd0ffa-3d1f-4bf7-baf0-1c92d04fa420") + (at 60.96 106.52) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J7" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "c1e0567f-50f2-47f0-a2e4-6229d1c3342f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PJ398SM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "11d51455-50a0-4c94-8f0d-2284cc0a429c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd6e6e3c-d570-4cda-bc69-16866fffc34c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34c218d9-11d5-4ad5-b3c0-dc49b167b2e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cf3a211-80f3-48a5-aab7-924dc186e1ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Jack*") + (path "/bfd37683-56de-4305-92ef-c7304042c138") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92d4b832-508f-4d45-9da3-38b7f7e6132c") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b88c8e3-bb21-416c-b1b1-7379e41f5a60") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2729994-1b4f-4014-a08f-e296561690e3") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4243fd24-af82-491d-8bbb-c5f17f3f1317") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9622d036-1656-496a-8e4f-d6fbd6ceaa7c") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "605f0002-6787-4329-a36e-436975627eb5") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "a3136eef-37ea-4b66-803f-b9d49b8574a4") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "64b2f724-2f4e-4227-a6d2-bea27524d0ee") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f24941d9-e7c3-47da-bdf9-1450607cd46f") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1b2da4e4-90fe-4439-a6e0-9862d8a0ed4e") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e68b3286-13ce-429f-bf72-12bf8a4a16ff") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "26d07689-da8c-4f44-8376-e68f96556b28") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "f355bfd0-39e1-474b-beed-219d35b50e78") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42b31d80-c519-4735-98c1-3a28ff9adccb") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00b64003-a01f-4b1c-8b12-53f0a479dfd5") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "945f0bbd-60fc-43ee-8333-e0d508d46ede") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e065f92c-5534-40ab-845b-76ddb9b0fb1d") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89d439c0-0dce-4d99-a3ac-aa3bcfbbb5e4") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "71948dd4-d91c-46fc-b73f-f593fa483301") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "a15872ad-c9d6-4a8a-a861-ced13ba927a5") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "70471135-a2f1-4c63-a5de-599ca03f53c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pintype "passive") + (uuid "54e7e391-f14c-47c6-ac62-e7cead79d694") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(J7-PadT)") + (pintype "passive") + (uuid "c19475d7-8044-4ab4-af43-8fdc7e5bfb11") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "unconnected-(J7-PadTN)") + (pintype "passive+no_connect") + (uuid "25b0ef6b-c789-4e31-94ab-4c28dfb737bc") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm" + (layer "F.Cu") + (uuid "faf937eb-2d37-4dba-84bb-26866fb011cc") + (at 69.088 91.948) + (descr "LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins") + (tags "LED diameter 3.0mm z-position of LED center 2.0mm 2 pins") + (property "Reference" "D1" + (at 1.27 2.032 0) + (layer "F.SilkS") + (uuid "c5bd1594-579c-4e20-a25b-8445f8296828") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 7.63 0) + (layer "F.Fab") + (uuid "dac2c16c-77b5-4913-bcdd-dd68b3bd490c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5433aebf-d89f-4a26-af4a-1ec5ccce8e79") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e5887c0-d606-4b4a-b92a-31f2c7267752") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5769d459-ffc4-491d-afcd-db3d3f070242") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/c7e26b68-52a3-4be4-a337-3a66829f1d3f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 1.21) + (end -0.29 5.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a2c1bb7-2af6-4d1f-87fb-3ea79520c4a1") + ) + (fp_line + (start -0.29 1.21) + (end 2.83 1.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07396dbe-7ff1-4ffe-a9a4-6e6be38eefe9") + ) + (fp_line + (start 0 1.08) + (end 0 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7873258e-638f-4eb8-bcd5-cece89fd5150") + ) + (fp_line + (start 0 1.08) + (end 0 1.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46defc3d-b2eb-4b64-9808-a9c00086a19b") + ) + (fp_line + (start 0 1.21) + (end 0 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cccefaf6-13ff-41e4-87f2-5c7aa7a78e55") + ) + (fp_line + (start 0 1.21) + (end 0 1.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b23b8493-8b0b-4818-bc43-b3722de4323f") + ) + (fp_line + (start 2.54 1.08) + (end 2.54 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4602f707-6ad0-4798-b8eb-2a0b59060c74") + ) + (fp_line + (start 2.54 1.08) + (end 2.54 1.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58078ad3-4109-436c-a92d-78a37ad647bf") + ) + (fp_line + (start 2.54 1.21) + (end 2.54 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76a51e23-11bc-48e3-864a-d689d80790cf") + ) + (fp_line + (start 2.54 1.21) + (end 2.54 1.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c65ccdb-3b7f-46f9-8951-a4794cfef37d") + ) + (fp_line + (start 2.83 1.21) + (end 2.83 5.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5500d6d-f960-4926-8e96-fe6dae13fc77") + ) + (fp_line + (start 2.83 1.21) + (end 3.23 1.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ba5d3b4-3ace-4e3e-8527-ec3f7d7333f3") + ) + (fp_line + (start 2.83 2.33) + (end 2.83 1.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32f9502b-39d1-400c-b9ad-0c1b33231b5b") + ) + (fp_line + (start 3.23 1.21) + (end 3.23 2.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b43cd87c-1806-4f92-8789-fa9ee820b906") + ) + (fp_line + (start 3.23 2.33) + (end 2.83 2.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c7808dd-6693-43f9-b3b9-0801173f487c") + ) + (fp_arc + (start 2.83 5.07) + (mid 1.27 6.63) + (end -0.29 5.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c14dc8e9-9399-4cd4-9d6b-40a383d7bf8a") + ) + (fp_line + (start -1.25 -1.25) + (end -1.25 6.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db6e4b15-441b-4b21-b72d-16580753b2dc") + ) + (fp_line + (start -1.25 6.9) + (end 3.75 6.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d14a01c-bb06-41de-b401-bea21a9f678f") + ) + (fp_line + (start 3.75 -1.25) + (end -1.25 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2196c01b-f21b-4ca6-b47e-c154a5ff58a3") + ) + (fp_line + (start 3.75 6.9) + (end 3.75 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e288f4a-a164-4ac1-b8ef-d385a305e382") + ) + (fp_line + (start -0.23 1.27) + (end -0.23 5.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac80bf1d-01f9-41b3-9565-6f09066fc47d") + ) + (fp_line + (start -0.23 1.27) + (end 2.77 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6cdc1aaa-156c-48f8-a6de-b9e2a4d67b94") + ) + (fp_line + (start 0 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ec096c6-14bd-45d3-83ad-9d5ffafb595f") + ) + (fp_line + (start 0 0) + (end 0 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7e1a8d7-40f2-40c0-9567-ea65d4c98728") + ) + (fp_line + (start 0 1.27) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07b77235-a029-414b-b7e9-a484565eb786") + ) + (fp_line + (start 0 1.27) + (end 0 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "641ff4bf-d44b-449f-b898-d8689f972fe6") + ) + (fp_line + (start 2.54 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a7c61ab-a886-45ce-ac2d-4acd1d5df9a1") + ) + (fp_line + (start 2.54 0) + (end 2.54 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5068b8cd-b027-4ae3-a36a-ca24c675f06d") + ) + (fp_line + (start 2.54 1.27) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bec987f3-8525-4d49-86a3-a8d3c28e48b5") + ) + (fp_line + (start 2.54 1.27) + (end 2.54 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4736336e-b4c1-422d-85d1-7eba4d23ca2d") + ) + (fp_line + (start 2.77 1.27) + (end 2.77 5.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70b004db-1ca2-40d2-b5ad-f4126de12ed0") + ) + (fp_line + (start 2.77 1.27) + (end 3.17 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46a105e6-e51d-4ca0-816b-111f0b18aa91") + ) + (fp_line + (start 2.77 2.27) + (end 2.77 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0bac036c-2bd3-4816-bb47-d576885dfd4f") + ) + (fp_line + (start 3.17 1.27) + (end 3.17 2.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c09e1967-c8ff-4063-a0e3-f998db99e555") + ) + (fp_line + (start 3.17 2.27) + (end 2.77 2.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4f92d40-382e-4642-a9bc-18cc512f1aa5") + ) + (fp_arc + (start 2.77 5.07) + (mid 1.27 6.57) + (end -0.23 5.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c59d21bb-2dac-42bd-931b-d41ed4c593d4") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "364c740b-15ed-4994-a5b1-ba129b90303d") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "51cfefe3-1030-4b28-9274-078fd4d947bd") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "01b3f69e-ad46-41db-8564-9e467940f80e") + (at 53.624 142.509 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R16" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "a3eaa9ad-d0ed-4cb3-bca0-090cf8ba76f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2.2k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "a220d400-b4c7-4827-a954-b9904935ad54") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "887b5ddc-c55e-48c9-af57-ac4e003d50cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "050553e6-4905-4771-b3a8-3b043722f91d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62742241-4f4a-4ddf-b648-9147503eea6f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/da04d17c-0882-47b9-86c4-0725e207d28d") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72e2814e-45fb-417a-84a8-18b85d017117") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "760e9e08-4bd1-49ae-a2c2-8c879d01328f") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b3aa75e1-f0bb-4bac-b4e1-2575d01f4a6d") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5be3464d-62f2-4dac-8e2f-c20c0e86c1ca") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d774ebb4-4d2f-4576-934f-5e2d22cc9684") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0aa9da4b-23f4-4c95-92bd-640cf2211065") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56a686d4-b07c-4653-abd4-c83aa60d64f8") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dc3f4d2b-a1f0-44af-b4d6-e2d5e06e20c1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bc7f1642-6e12-4633-90df-714b57f0e857") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dfd164b2-6fca-47fe-9cf9-c570a624dbf9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "680b6030-19a5-40fb-ad1e-45626ea19d5c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 13 "Net-(U1B--)") + (pintype "passive") + (uuid "e7cc46f0-7bcd-43fb-ac72-ba818ad57b9a") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 14 "/OUT") + (pintype "passive") + (uuid "51a4afb5-93bd-441d-8d58-8c22321a7db8") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "06594bdd-43b0-40da-ad3d-3cfc16fbebce") + (at 67.28881 145.852 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R5" + (at 0.016 -1.778 0) + (layer "B.SilkS") + (uuid "65ce27b1-97a9-4608-a6ba-11ec765de2ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "750 (0.5W)" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "b62df8ae-1a2e-49b2-9e61-119644b84a88") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb50d258-a0f0-4167-9b98-35db709d4895") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb75418a-6ab3-4018-8388-9423572254e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "017b032f-7b97-458a-b7cb-da70ebcf7341") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b52830cc-80c4-4ad7-b930-de586663bddf") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5402da03-642a-4990-adb4-dca24c12aa02") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "026537d7-d4b3-4963-8a0c-c6f98631b0f0") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b0bebc51-410e-4291-9f78-758df7ff4e44") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "61224d9b-5e4d-445e-8973-e07174b8c502") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e718037c-f529-4bb9-8342-cd004bbf571c") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ed5eccc8-3cdf-43ae-9ac9-8c203982c957") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "05c6d905-9aef-4461-8d2c-72a967fdb60f") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1dd3e96d-c624-4a4e-ad2a-de36a55279f1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ecf7df3a-362d-456c-a2c3-c9013e206fff") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cbd843bb-336d-48e9-9921-28967f0b9335") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "1974b553-5c23-4e08-9fc4-54b323ad9c53") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 24 "Net-(U2-CATH1)") + (pintype "passive") + (uuid "ed94a62b-08b2-4c14-a3d4-9da9a06399b0") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "GND") + (pintype "passive") + (uuid "4b4e771f-4600-4c95-85ff-6d410c4837b0") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "07cde5b7-4bde-4d54-a618-8d206fa6018b") + (at 53.624 145.852 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R17" + (at -0.03 1.651 0) + (layer "B.SilkS") + (uuid "d8e3a83c-e6f9-44d4-a89f-dbd1a5a0a358") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "073dcf43-59d5-4fb8-8f9f-9112ff46e296") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ad1ad2a-947a-480a-898c-6a58580e67a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd764106-2e9b-459e-b9ae-2444d667e7de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26de0fdc-061a-45cc-a29f-5a7f1fd9118b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/4c2757d4-8fe3-49aa-ad28-695eb5ea28b1") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6b61927-0f54-4199-bdbe-76c5c455a223") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4aa8fc16-8aad-4a1e-bfa3-71db9be6f69d") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "75b4aca5-2586-47d9-9095-717c8288f4dd") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d359fa4f-d460-4b4a-adc6-e12776709d7c") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8c887371-a752-4143-aa3c-2453669866cb") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a45f8c31-3234-43f0-a38e-7d7048ffa23f") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6b9cfecc-2479-4a8f-a619-0f95af3195ed") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "25f4a60d-8063-4474-8672-5a3933f9a10a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7fbc535-327a-48b0-9cf5-8d907be3a5da") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1e98c3c0-6e82-44d3-b4b2-64638c6765b0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "5e633f60-f6e9-437e-8758-ea9fba5e4341") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 13 "Net-(U1B--)") + (pintype "passive") + (uuid "111594d0-a705-433f-acc4-5dc23d4f9170") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "GND") + (pintype "passive") + (uuid "a6b9213d-0c3c-4082-b7ac-0b3e09909bf9") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "0c54f3c2-b43c-4115-81b9-0afa4041986a") + (at 71.725 122.19075 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R1" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "93a967eb-d1b2-4d02-873a-51ca49d3b475") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "20k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "41f31757-110f-4081-81c1-f33b7d4fe157") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff3fa790-1863-479b-aff8-60ce2b9b943e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b58191a-bcae-4e02-8148-5f588a14c880") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91900f69-c20e-48ce-a0d8-81d1415eeb95") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/4f8238ec-c934-4ef4-90e7-c817976f9d90") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a5702e2-2d78-468d-9986-944841e3d13a") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "47abca2a-7398-4a67-9028-73c8d1e5b59c") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7aa312fe-3566-4441-84a9-55743c103b12") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "41e0ffb5-ce39-48b1-83af-6bb6843014b8") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c62b7d7c-9094-4c5f-b59e-b7abe2927e67") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "deaab457-b863-4119-b081-35f7c2d99e8b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "15b46730-d36e-4bf1-a50f-d339da97806e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8cbe8b8a-a923-4d2a-8b72-1237d65b03d5") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "304d4078-5e9b-494c-8b63-aca4c07a7a6b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c2bea84d-5dc9-47c7-85e2-c556a22f3aac") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "2e5efcfa-abd1-445f-9379-ca36287f88f9") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 23 "/IN") + (pintype "passive") + (uuid "9d6d79b2-7c6f-40b7-bbaf-01a15db240f9") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "Net-(U1A--)") + (pintype "passive") + (uuid "6797e360-6781-41ea-bbdc-7560c6d52b22") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "11a56cd2-92af-42b5-94c1-951be9dce823") + (at 59.055 135.793 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C11" + (at 0.254 -1.748 0) + (layer "B.SilkS") + (uuid "7f8f9864-8423-4a58-b7e5-5654c66d448f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "ca6fe4c6-2729-48d7-b4bb-f23c1138c2c8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "371cffdc-4450-4814-974c-579f9cc4189e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24c0b9f9-d5ea-419a-85b7-06410254df94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "16434a93-3a08-4caf-b72f-5e9c326cc5a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "bf6794dd-48fd-489d-b53b-37b01a86fed4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "7f77b9c3-4dcf-4f7c-bd2e-00329b3205b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a17d8975-c6d3-459e-b8ce-8fe672e8ebef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "0a06b99c-ea0e-4b1a-9f89-e636ac70d8c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/2b05a5b3-634f-4fa7-b7be-bd4cc076f720") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "26db8329-4cb2-4af5-99ca-2060baec7033") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "820d6638-1beb-46f9-b4e7-5e2ab3b42986") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8dbc7183-1898-47b8-bc58-02fdc8720a71") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b81afd21-c260-4193-a8e5-f61f7447df89") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "71f85640-b57f-4886-baf3-aeb05ada9873") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d1f193ee-50c9-4ca3-a922-60161167a3e6") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d2de9d0a-0468-46ac-ba79-e80bc1cf4376") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5f9505f2-4e8c-4c09-a428-af845d6a7846") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fdf04b37-4b4d-45af-af64-12e88e2f0d6b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "866136ab-ad0a-4f39-a445-fe383519fc22") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "3a83265e-5013-4296-b541-33bc4cfe4a12") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 11 "+15V") + (pintype "passive") + (uuid "1b61da0a-4cef-4b7f-b225-2682b304b32a") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 5 "GND") + (pintype "passive") + (uuid "dd0d7eb8-2db4-42db-aeb3-5e6138f03c02") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "142626ab-bb7d-46be-a1f9-c1e60815bd15") + (at 59.42 73.406 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R10" + (at -0.016 -1.778 0) + (layer "B.SilkS") + (uuid "f95d38bf-8faa-4c05-8c5b-b3235c16c056") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "9f026e1d-71fe-49bf-8c4d-227de1e3d480") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27a77061-c4b7-47a9-9116-dd03147b989a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5fb90a88-8a39-4aa1-b294-3195b5aa94fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0cf3be74-54a8-4b44-b6ca-7dca14056213") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c4c3c188-24f0-4519-b54e-30839e2effea") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2767abff-9df6-42d9-a732-dd3a54f99494") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99fd7bb6-dc53-4536-9ac6-e4a6d592e4a8") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7b4f3149-d7b4-4200-a82f-d081ab91eaef") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f9ef76f8-9b3f-4d3a-84ee-73a9bd6230c3") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5c84497c-8566-44ab-b2b6-8a738cd8b671") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b6f9b744-b9bb-47de-a059-7a89da5e5527") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2923fcc6-eb26-4501-b75c-1a4ea969281a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e842bcb2-c75f-4bc7-96b4-4a0ba91158c6") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2bd87019-21f5-470d-a852-f87e715d54b1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c77d56c2-f712-4706-b424-bb22018d6995") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4552b488-6988-42c2-9483-8a431fafcfb1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 8 "Net-(C4-Pad2)") + (pintype "passive") + (uuid "5e4a734b-b8a7-42d6-955e-cded397d6bf3") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 15 "Net-(C8-Pad1)") + (pintype "passive") + (uuid "c90869a1-2c48-409d-a093-5c607bf2b6d9") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "1b4f5603-a864-4c06-a92f-388f5af01159") + (at 58.436 145.852 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R14" + (at 0.0668 -1.6712 0) + (layer "B.SilkS") + (uuid "a8ccca73-5855-4fa4-af9b-22449f3dcecf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "33k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "01feb80b-7434-4bd2-9298-68efcafb2faa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ddebafd-35bc-44f4-a420-d3952e7a4489") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c921fd9-7fe3-4719-972d-11d8136a8c97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a26c2cf2-91aa-4819-8515-ca2eadb94836") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7699b4b3-256d-4883-8604-72722eb13e33") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "648843b3-ac09-414a-b8eb-11cfb0af0257") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0040174b-3e97-46dd-8d88-2ab5d923ffdd") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5df16b9e-793d-45cc-afbf-0d00ee190f9a") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f9a2ba72-af32-4c0a-aed9-2b2a6ce1a757") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ef96d638-085e-4ccd-a4c9-d009b8fce52b") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "726da904-2b66-42c2-8e6f-3f0ce5a9c259") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "de04b759-1cd0-463e-a181-e1cf7acfdf6d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "70aff384-cd1b-41ab-809e-be01bced83de") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ec624ce1-913d-4142-b9a8-13463eeedd13") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "10e626c4-7697-450a-85d7-ac0d979fbaf2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4bec950b-a25a-4fb1-a2d7-1e6e7781d548") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 12 "Net-(U1B-+)") + (pintype "passive") + (uuid "18be9ac9-8bca-47a9-a3a7-37a579785a8e") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "GND") + (pintype "passive") + (uuid "b2cfa9b0-f3dd-4b63-98b7-d13860ddf403") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" + (layer "B.Cu") + (uuid "20ba68b3-7bbe-4ef8-af1b-9c543f68b8f8") + (at 77.597 118.745 180) + (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") + (tags "Potentiometer vertical Bourns 3299W") + (property "Reference" "RV1" + (at -2.55 -5.57 0) + (layer "B.SilkS") + (uuid "e7285626-6207-441d-af73-ccc1dfd6ea39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at -2.54 -5.44 0) + (layer "B.Fab") + (uuid "e8799fa3-bd88-4a46-985a-49bda8c53a26") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be67fa07-8a79-4c28-9208-036309eed5c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f231e77a-ecb5-4f04-8645-9237ce17f329") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85769993-9e3f-49db-8973-a664801dc247") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f3be23ca-f996-4ff8-88b7-8d49b8d4353a") + (attr through_hole) + (fp_line + (start 2.345 2.03) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9dde6a6-d4b0-4fe4-8a28-0ba7e9930dd4") + ) + (fp_line + (start 2.345 -4.31) + (end 2.345 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0cf17467-3074-407f-b2a1-d2bd8d3d8822") + ) + (fp_line + (start 2.345 -4.31) + (end -7.425 -4.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6bdcdf1-885f-47c7-bc68-e01d32b7e267") + ) + (fp_line + (start -7.425 -4.31) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ac1b3fc-16d5-4c4c-9936-acf152cfbc8a") + ) + (fp_line + (start 2.5 2.2) + (end 2.5 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2d8e57db-a448-4d12-9801-8d8748ef2bca") + ) + (fp_line + (start 2.5 -4.45) + (end -7.6 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a82f8f3b-3b4a-4490-a018-476d6ce883e2") + ) + (fp_line + (start -7.6 2.2) + (end 2.5 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bb2bc579-ed73-4b84-8aec-1ef703445615") + ) + (fp_line + (start -7.6 -4.45) + (end -7.6 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "51f3bc6c-ee74-4b2a-bbf1-8a4bcd6e685b") + ) + (fp_line + (start 2.225 1.91) + (end 2.225 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e9200d1-3728-4e17-b41b-fef3c078bfb2") + ) + (fp_line + (start 2.225 -4.19) + (end -7.305 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29025db5-36ad-4777-84be-3e12c6a4dd9d") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "643d0f9f-2e4e-4a77-8cee-fbe0a9d4221a") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6aec5f9b-abb8-4c16-945f-dcc29462a2dc") + ) + (fp_line + (start -7.305 1.91) + (end 2.225 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "31acc38d-dc77-474e-8f30-059a5b9affbc") + ) + (fp_line + (start -7.305 -4.19) + (end -7.305 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cc81ac36-710c-4d4f-bc26-a4ff6e043a38") + ) + (fp_circle + (center 0.955 -2.92) + (end 2.05 -2.92) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "fb7dba2d-cf46-4ef7-aebc-2ea11fa36e67") + ) + (fp_text user "${REFERENCE}" + (at -3.175 -1.14 0) + (layer "B.Fab") + (uuid "91efaef6-823b-49aa-9432-0d04a46a5121") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(SW1-C)") + (pinfunction "1") + (pintype "passive") + (uuid "6dd115d9-c5bb-46f1-bcd2-f77426f404e8") + ) + (pad "2" thru_hole circle + (at -2.54 0 180) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "-15V") + (pinfunction "2") + (pintype "passive") + (uuid "b19beeeb-5b54-427e-a59a-8d6486b591d9") + ) + (pad "3" thru_hole circle + (at -5.08 0 180) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "-15V") + (pinfunction "3") + (pintype "passive") + (uuid "4e370c30-0fe0-4a7b-99af-2ecb6479efb7") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "30746aa2-1f68-4cb9-ab5a-4f9164314be9") + (at 53.624 135.763 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R15" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "7b8d45e7-f531-49f8-bb14-ba3a5d9f11a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "330" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "fc18227c-1e47-493f-ab7f-ba6d08255cf5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8523f68e-7f28-466f-90bc-835599fe54ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec7ed142-7a42-482e-bdac-06b299c5fecc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32167350-1da6-44fb-a4f2-2a4796c9fc82") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a938a059-f04f-4a93-be4b-e980bb680ac2") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c36bb596-7575-46f5-92b1-effad641ae7f") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "efaec56e-4dce-4100-8144-6f47186b1dc3") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a7efebb4-d875-4d9b-88b5-3c89bf8d22ba") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7af6edac-6b4d-4e83-a9af-4902e9dc8653") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ad45940f-1d0e-4639-a238-5b918f99d1b0") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "686eee91-6042-4328-8a5f-b9cb7b8175b4") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2d790ef8-3bca-4286-a5b3-b2e5f53ac879") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "60e52ff4-2be7-4bd9-a1ba-39bc5414b1c0") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e3f07569-8b2a-41d3-8f85-7b8f62b3dd75") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dede9727-6dab-4fac-955b-78d663b76072") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "5eab01e5-b5cb-4b47-8863-dc7a99bfabd2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 29 "Net-(R15-Pad1)") + (pintype "passive") + (uuid "8555779b-58cc-4215-a39a-12620065147b") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 14 "/OUT") + (pintype "passive") + (uuid "b9e4376c-57da-499e-96a6-fc6c8c6c442e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "30a1c680-93ee-4741-894a-03f231f7997f") + (at 71.725 118.745 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R2" + (at 0 1.576334 0) + (layer "B.SilkS") + (uuid "5f99d425-ee47-4ccf-ae1c-49b6d55f8ce9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "20k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "a677a0e4-9120-4500-82b5-6da78ccd0105") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4da66feb-0a6d-472c-870a-bf9711c052fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2530ffbb-c661-4822-a9cc-c17b2b7e6339") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09f5f7c5-bb11-48d3-adae-175e9c7d4bbc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/3fa2e33f-b1af-46df-a4bc-7aeffbdb77f7") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1742be5d-d381-4e1e-b363-5ece47f92f6d") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8578d7e0-e3f2-4aa8-b1ff-4bcaf5eea22f") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1e0359b2-0db9-4127-9dbf-7f678b9413b7") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "99b9ad69-d9da-49f8-8865-0248cbd80df2") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "75c2473b-3e71-404a-8a65-71e8c49d4f05") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d7ad18aa-dda3-4cd8-92d5-94b576b13b51") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "163c7b7e-4519-416c-9ad0-529e8287b22f") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e9c54844-18e3-49de-8da3-d3b06869af28") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38533b6c-122d-417e-bac1-60738f9ae80e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1a0e103c-e87f-4121-962e-12e8eaed2ec0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "fb2b8b0c-520d-4d6d-a080-1812266f677d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "Net-(U1A--)") + (pintype "passive") + (uuid "032b7d34-2cd6-43fc-87c4-08722357da57") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 20 "/RES") + (pintype "passive") + (uuid "4d352b9c-a9d9-4e7a-8e8d-d2d246c02de7") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "4637588a-bd67-4c28-8d5f-039be1326277") + (at 64.2375 73.406 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C8" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "a9e66984-1b2b-4e8d-9f53-2c5977d3c3fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "00e852ff-2737-474d-990e-2de0e7f3870d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3fea79b-0af9-4b01-ac1d-2571055dbd74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b8184d19-b718-427a-94cb-032896c32e9c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b275e77b-8b0c-4054-9abd-9d9fd56a4986") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/380d3e68-8c8e-4960-a5b1-28dbc19441d7") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c3aac007-7f14-482f-8a90-f62d7d2d5b41") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b17a7335-a96f-4f4c-bf75-413a4fab02bd") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cf6ea9a4-6e4c-4bd9-a7d1-ae6b2807927a") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6fdfe5d3-bd8e-4ba4-aae9-3eba573b6427") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7d248670-b586-4059-9d12-d5dac35a161f") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ebaf3945-4c16-4359-9aaa-95cdde6153b8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "73c00be5-71c5-4925-8080-0c67d8228382") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30f21cfb-113c-4fce-861b-12969c4670c8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "98a0fbf7-4d1f-4e87-ab55-008bd2e54031") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0686e5c0-de42-4277-8050-467738d6628c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "5b1d384b-134c-496d-b7ba-b4c648caef7b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 15 "Net-(C8-Pad1)") + (pintype "passive") + (uuid "70f75206-0ca7-45c5-8e28-34ef780355e5") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 5 "GND") + (pintype "passive") + (uuid "9e4a9b85-66af-4dbb-8bd3-f84153ef2414") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "4803770f-85fd-4791-8f0e-dc18031427b5") + (at 71.725 132.588) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R13" + (at 0.016 -1.524 0) + (layer "B.SilkS") + (uuid "a94838c0-4577-4070-ac86-e32f6d16f492") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "458db96e-11c5-4ed9-8b88-cc561eb2b910") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0bbe0f07-9ea0-4766-a2e5-a1042496b761") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "045b55fd-35f7-4d2c-be64-70535fca3cc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84151ee5-c0a4-44c6-90be-f649dab66a17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/fb7a9609-411e-4612-9cc5-709bae251931") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a759f30a-18c2-4eaa-9bc1-03805b2d0389") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "43ec61ca-762e-4eee-8029-a01e3916e8fd") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c3a9d5a5-4653-48c9-9db2-82c98b06fcac") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4c0abbc7-352f-4461-a883-b0d84d704387") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e61fd5cb-6ad3-43a0-bc56-a4e367cab427") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5e9d7067-d78d-409c-b09c-c74d980f401b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "068d89a5-0deb-4043-b679-9e283b2cc89b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "07ab4918-219d-4648-aef5-ca2a0fb34982") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "470586b0-1e1a-4dbd-844b-fd9c83591b78") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3f322d05-5305-4f84-8ae5-1077038c31fe") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "e5f35680-9f44-4d19-aacb-3f7466076ef4") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 10 "Net-(C5-Pad2)") + (pintype "passive") + (uuid "36b11b30-0400-4771-b724-0823c94e1992") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 28 "Net-(U2-SCREEN)") + (pintype "passive") + (uuid "36719994-6f06-4151-840c-44a6a772e13a") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "49d3195b-5c65-414a-8527-17d42f0309bb") + (at 70.104 97.536) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q1" + (at 2.794 -0.254 90) + (layer "B.SilkS") + (uuid "18a4cf21-c4cb-4873-b677-34f96b0b0ed1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "f8d596ae-5790-4dff-9043-5e6a640a2ef2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91cf5293-2ce9-4a53-af28-b9117254b1ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ddc6bcd-1419-423b-973b-b27a8bb667d3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7caf8536-70be-4d67-9b35-3ae03905a5e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1b79e16f-bac4-4629-9cf4-298f54693b09") + (attr smd) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "930975d5-f50b-42a5-99b7-f877313ed03a") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e6da165-40ec-42da-8100-c9680cb41c21") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2e16812-762f-4245-b4eb-7c1c97530565") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1df4c298-eec1-4d70-9fb0-1734b996ddf6") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "109da62b-3586-4ac4-a083-6c402a00a13d") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ab6f5888-2aa6-4376-9c46-281eb418f846") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58980e37-1e79-4a18-b60a-5e93f96dc851") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "48a15d56-d835-400d-adac-c2cc626e9ae0") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "97192f0e-4dfe-4b4d-8934-73f1329fede5") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "307103ae-13cd-4808-8692-ca0a6b685c12") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b4f5a5f6-5b4f-4373-958b-96a5ddb3af74") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "18e8ef0f-03a4-409c-94e1-43080d0460de") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cf1eb4b0-f54e-4bdb-afd8-04300aec8d71") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "131b7a4f-63ef-4758-909e-8bdd1d25c1d1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "3743c112-5770-4aff-a921-84c99e99c212") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(D2-K)") + (pinfunction "B") + (pintype "input") + (uuid "0fb0cce3-c0ca-484c-a63b-9f2cba0649d6") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(D1-A)") + (pinfunction "E") + (pintype "passive") + (uuid "68e1c08a-c2c6-40f1-9a5e-f79b65df80d4") + ) + (pad "3" smd roundrect + (at 0.9375 0) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 37 "Net-(Q1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "f6ef644a-6f78-4674-b74f-6913eaf20e92") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "58823a2c-d37b-4537-b31f-26aee19978b3") + (at 65.278 98.298) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R21" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "61fe68f7-46d1-4ae6-b419-d2798120164b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "1de03f75-cedc-49db-9632-24faea6e8fd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e9167994-db0e-4203-8c93-4b2e1db7c3b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3920252a-bfa9-4294-bae6-04e0c352d0b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "efe99e60-d2b9-4ffc-879e-165833ad8282") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/edc618c2-f878-4e27-83fa-3192ebe52e45") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "412d97aa-0722-47d4-9f22-5a66b49ad0bf") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "15d81b42-2755-45e1-900c-922caa155622") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f6ea959b-66c4-407a-ac3c-d27944f4fdd0") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "689bb75b-a51a-42c1-89a0-bfb7476e1f35") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e67da046-6956-48f1-89a1-e1f02d71a16b") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "696ba7cc-a849-4ffb-996c-788818dd33f3") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4312da0f-785d-4f26-bc44-83a4be147b89") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e22ad930-394a-4f3e-924d-0c0ccaab9cb0") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f3eca4ba-26fc-4847-a5fd-224e02f609c3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "be02419f-6d19-44f0-8ca0-a8cbcd12bb05") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4f7dace5-fb46-40b9-84c9-eeae4e485537") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 14 "/OUT") + (pintype "passive") + (uuid "f4122725-04c7-4411-bd5b-cde59c151ec5") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 36 "Net-(D2-K)") + (pintype "passive") + (uuid "860bc91c-a2a3-45a3-ab2a-b9c8b018534b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "59d8b867-6f13-4515-af30-1f650642463f") + (at 71.725 129.14225) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R3" + (at 0 -1.63425 0) + (layer "B.SilkS") + (uuid "b11bb71b-a720-4031-b7e6-6e040b1b08f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "20k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "63dab7f4-0633-4bcd-bd31-e3f4051930ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "634253bb-84ea-426b-a144-dd589f66be6d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63ebe50d-8067-4e5c-a8bc-290145574ee3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32ddc839-af77-452d-a7ae-7c64b239b4c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/19b0e967-2882-4a0e-b56d-e3f86da275c6") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b289b618-34b3-4611-816f-8544e69effea") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6a610d2-b27a-4793-ba93-913be101a3e0") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2d115278-f05f-4feb-8d64-628f32461b05") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3762581f-1892-406d-b548-8ec1e02c942e") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b2ae869f-ee20-4a48-99c1-5dee1a25944f") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fbfa37fc-8b44-46d7-bb05-63e692af9379") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c67710af-8502-4bbb-a3ef-3314e95edc21") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3fb7f97f-ddcf-49ad-903d-87d9ff8e7d22") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ca463151-0152-406f-ba37-2ffce1785f22") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fc708aff-e195-4c8a-b94d-fe4f59d68f11") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "67b5c7cc-15f9-414d-a64f-4edb8ed60e9a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 2 "Net-(C1-Pad2)") + (pintype "passive") + (uuid "4a85dd6e-78b2-40bf-93a1-0c3c041cd820") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "Net-(U1A--)") + (pintype "passive") + (uuid "5469245f-5c22-40ab-8acf-1fe7d4bde0cc") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "5a6d775e-191f-4caa-80bc-afff6ed25e25") + (at 64.516 77.216 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R12" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "0a5393c2-61d0-4c34-8298-8aeda3d5f830") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "220k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "4347bf83-21f9-4768-8a6d-39f6af830e7d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62b6df9f-011c-463f-90a7-391731c9f57c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5429990b-2fb0-4279-a26b-1c190bc785e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3eee7487-5082-4f96-bb1f-55e5af88dea8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0b7a1bd2-4548-4d37-8abd-b9669472464e") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e45cb93-333e-4433-acb5-989fd8bbb9aa") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c98ebf10-d8d2-4ad4-8559-0f8cc04b858c") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "12f8f1ac-b84a-4e2f-8763-ebc1c1c25f71") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bc75563d-9771-4b68-91cf-72725da38255") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0dc9c6c2-41e0-47b3-ab30-4fe0b129d3c7") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "74d56f90-44b8-4b4d-a994-3e002e2357f2") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "454623e1-24aa-4c6a-80f4-9d38dcb4830a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "21d9cfe7-60af-4ac0-a0a2-13902f304622") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ef5fc5ad-30ee-4654-b01f-a19b79734e6f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6b98f842-f295-447a-bbc0-b8d990dc6600") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "f62f8011-aedf-4778-9c45-e213456a5a40") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 10 "Net-(C5-Pad2)") + (pintype "passive") + (uuid "77da1efd-80cd-4a49-81aa-ee7942072c3e") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 9 "Net-(U3B--)") + (pintype "passive") + (uuid "48a957ae-1d1b-485f-b8d3-021f4104d968") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "5eb2a4d0-96e4-4892-be75-30d589e0706e") + (at 71.12 80.645 180) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U3" + (at 0 3.4 0) + (layer "B.SilkS") + (uuid "0a41690d-309b-4a6b-9db5-6d25e198bd09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "LM358" + (at 0 -3.4 0) + (layer "B.Fab") + (uuid "9b2d3290-7e16-4801-b88a-fd25d06e1d05") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c117a2d8-30fa-4fbf-b51a-88865a34fd31") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f327a618-9a30-40ed-90e2-5b50bfd8ba7c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7cb4cecf-aa0b-47ba-b514-6fda9cbe883f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/aa653d8d-3c07-4385-a348-a32d5efe018b") + (attr smd) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e468ece-2299-4c31-aea0-babaaf4a91a4") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c453367f-9e6f-45b4-b200-e90a15844fbd") + ) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "995fea79-36d8-4121-bc08-2397b10f0607") + ) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "514631d6-ef4e-41a5-bf52-f6cdce69bb4f") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "a1cc9788-8ac3-4073-8f4d-03b2ed022389") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "210909f6-fdcc-446d-8473-e0fa90d214d3") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "936bae47-dc5a-425b-ac67-8007def81839") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "feeefa27-80f1-4e73-ba9c-9186a9a00a1d") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c626ab09-c744-49ce-8e10-31cc00594ed8") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4ffd0609-215b-4af8-a882-c4aea8f25e80") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0c8f25d1-6395-4a62-a96c-907b1343c970") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ac1ac225-0adc-4993-8b61-fc41dcccedd3") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "846d7900-8919-4e3c-83a7-262d392b5f61") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cff00748-a70c-4046-87a2-7c744265eab8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "30a43878-8558-4291-a281-2186ad8d687b") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(C4-Pad2)") + (pintype "output") + (uuid "76dd6429-c071-478f-b7c2-17255bc57b81") + ) + (pad "2" smd roundrect + (at -2.475 0.635 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(U3A--)") + (pinfunction "-") + (pintype "input") + (uuid "40c50312-b472-451f-af50-7c2700132fe9") + ) + (pad "3" smd roundrect + (at -2.475 -0.635 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "GND") + (pinfunction "+") + (pintype "input") + (uuid "5ed9378a-73d4-4ed6-b50a-e17d9ca4c243") + ) + (pad "4" smd roundrect + (at -2.475 -1.905 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "dd4b248e-6905-465f-80a2-b6c68cc5aa2d") + ) + (pad "5" smd roundrect + (at 2.475 -1.905 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "GND") + (pinfunction "+") + (pintype "input") + (uuid "30f48a7d-1447-4ae7-b05b-16bd8a149e14") + ) + (pad "6" smd roundrect + (at 2.475 -0.635 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(U3B--)") + (pinfunction "-") + (pintype "input") + (uuid "ca800b15-ae3f-4403-8084-479c1a82b0d2") + ) + (pad "7" smd roundrect + (at 2.475 0.635 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 10 "Net-(C5-Pad2)") + (pintype "output") + (uuid "009629cf-228c-4240-b720-7f7e9ee92097") + ) + (pad "8" smd roundrect + (at 2.475 1.905 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "0919e94f-e565-47d5-a970-2ab5b60b055d") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "608fa358-6798-4741-b412-76405b70b78f") + (at 53.594 139.136 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C7" + (at 0 1.722 0) + (layer "B.SilkS") + (uuid "ff8edbfa-e1fa-4fc9-b9f0-4598c309adfe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22p (C0G)" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "b896c4a8-6a9b-4908-ac59-b7f2af9509fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f86e8583-70e6-4428-98e1-23387e1855f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35072139-9655-4053-9725-cd2cc30a6b93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "533cc31b-803b-4c0f-891b-8b5884091013") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/19b8b4f2-2125-4762-ad39-0af53a897e07") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "77bac616-8a9a-4733-b1e9-8d349611500a") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "791668ac-4949-4743-b97d-26d556903e2f") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "203ea5f5-e8db-42c5-8489-2638fd352d17") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2839d5e0-3c93-4b2b-9739-fc52a64ec245") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "503b2c1a-caf3-4604-9286-52128c24ed49") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1de5d1eb-9d92-41ae-ad95-3fe5c2346d53") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "517115b5-92ee-4a86-8698-69937563950c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2ee5871e-9c04-444b-b3a9-060268e1d1d7") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4a81dab9-2387-42ba-bcd0-7d2f1d0ec787") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8ae50bf8-3876-46ce-87c3-45b767f79957") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "88da4eeb-210b-498c-88c0-9cef397c8999") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 13 "Net-(U1B--)") + (pintype "passive") + (uuid "c78e2831-ac86-48f4-804e-2434262835a4") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 14 "/OUT") + (pintype "passive") + (uuid "444ec220-d1ec-4b54-b6ac-6ac612b7753c") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "63f12c4f-5182-43db-b9c8-e3a370054a16") + (at 85.09 57.15 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J1" + (at -4.572 -14.478 180) + (layer "B.SilkS") + (uuid "dd1031a5-edcd-4997-8539-38b305f838a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "IDC_Header" + (at 1.27 -16.26 90) + (layer "B.Fab") + (uuid "dc8a6894-59e7-4505-bf40-b926a3e77bbb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe1d7a30-482f-430c-b80f-bdf06050c4b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a01587ab-d87d-4e3a-b6a0-215e07dfaaff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "018db73a-7427-494f-b067-31989a4bf546") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "6cbb6661-96ec-4600-ad5b-8458fed6041e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8ce20c4f-41f9-468c-b1a6-f9f652af26ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "IDC_Header" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "0368bf19-adb3-42d0-8764-95c78941e7e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "fc90e6d6-6e7a-4304-a403-486707de9fc0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/08ad1242-582c-4a70-8bc2-174ef6521d89") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "245f31fb-39d3-4ccc-9b1a-456f42f214b6") + ) + (fp_line + (start -3.29 -15.37) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b051a86-c01e-4a9a-97f2-9a1cdd42b33e") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "76ed7153-fbfe-4fe9-a5c7-ce60c33a14e5") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbf43269-674a-434c-853a-d4d53c24b029") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6b890b6-c7a9-41bc-87c0-27bbe54156a5") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7fa0979-4b3c-4583-882f-fbf69a1aed8f") + ) + (fp_line + (start -3.29 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ad45ece-e1ba-4d39-bec7-f33f3e9d62f3") + ) + (fp_line + (start -1.98 -3.03) + (end -3.29 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1051f315-6bb8-4ae7-b0db-ada053695458") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1fbe1b9c-68fa-4f28-9137-de02d5b35b43") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "07cb043a-3c3b-423a-bfa2-9a2606962592") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6fe5dff6-10fd-4ec3-b74e-10cdf9cc70ab") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "63f2d896-f030-4d65-b925-4c43aa95490e") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0331c2a8-d1d9-4858-a627-f24f01e34d8c") + ) + (fp_line + (start 5.83 5.21) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "97cffd3b-f780-4ec2-9519-a06fca1bfedb") + ) + (fp_line + (start -3.29 5.21) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d84fd38a-9fe9-44fb-8df6-9f8124e939ef") + ) + (fp_line + (start 6.22 -15.76) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "81ed3494-4d1a-4c99-8cb3-b3586b638e52") + ) + (fp_line + (start -3.68 -15.76) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "24bfe800-f281-4e96-bce8-a4e8a4a81bfa") + ) + (fp_line + (start 6.22 5.6) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "abf558af-3fc1-40a8-ba60-f6fb323a2019") + ) + (fp_line + (start -3.68 5.6) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c73bb946-7274-49e3-b53e-e55a2caf57de") + ) + (fp_line + (start 5.72 -15.26) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "213fa032-6ec0-4411-ac68-dd7cd548454f") + ) + (fp_line + (start -3.18 -15.26) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dca62d06-f8cf-4895-b81b-e8774e0f3296") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "78c4f42d-2f0a-4db2-9a64-327c83956aa6") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8045d066-4f60-4911-a27b-5841fd65c8a9") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fbd88360-7b2d-4f5d-a6dc-b3c3fdc7472e") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1f0b0aaa-30ba-452a-9570-e96a0335dfaa") + ) + (fp_line + (start -3.18 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62758a1e-3799-4a77-a5d2-f7a71fd1a35f") + ) + (fp_line + (start -1.98 -3.03) + (end -3.18 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fb9b2f6b-9e0a-4926-a077-5c6444dad5c9") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2acc6c0c-7e3a-491a-a77e-04b81c927563") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb141cfe-e002-49b6-aef7-011b872448cb") + ) + (fp_line + (start -3.18 4.1) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d0cb6fab-22fc-487c-a3f4-b9d1cba08cee") + ) + (fp_line + (start 5.72 5.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d0f1d3b-6085-4f3e-ae58-ad557a81e003") + ) + (fp_line + (start -2.18 5.1) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d024c813-8fc0-4298-bbfe-3c79171205cc") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 0) + (layer "B.Fab") + (uuid "48f94b26-21d1-43ef-90df-a8d7fc8b9a48") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 16 "/VN") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "e80f8fe4-d710-4afa-bbfe-3b0fcf683e1d") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/VN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "82ea3beb-1f18-47f5-a4cf-7c576941f793") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/VP") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "18a13d7a-ad8d-41b8-95d0-9b827936c3ef") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/VP") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "44ed857c-ce5e-4a87-bc57-2806be1fc59b") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "3a7841d4-b0ae-4b38-a7dd-f93cd9a2570f") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "82badb5d-931f-487e-a3ea-8391b598fddd") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "1043615f-3dc1-471f-9875-5a63c16d8dea") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "b534c886-c752-4793-9f28-477031bdaeb5") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "36f6f9e9-cdc7-4ee4-ba30-967ffef80e42") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "c0e2cb64-c3ee-4087-b9a6-8b6257aad71d") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "6e655f22-494f-45b8-89c0-def5d25aa52f") + (at 62.862405 145.882 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C12" + (at 0 -1.651 0) + (layer "B.SilkS") + (uuid "74618d7d-44d8-4bd1-9784-ad6d26cf16e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "c21fa4a8-cc64-48c9-a189-75a16066efc1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfc4c712-9629-465e-aefe-c2a709dfc7b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ba2fe25-3485-4deb-b3d9-21c5ca28a48e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e2e67a0-9e0f-4b73-9c6e-4a445f4d7974") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "140b4dc9-d29f-4541-89e5-bbb71d67de45") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "73eb6fd8-5434-4996-b240-dea21b12be69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8649b7bb-3820-4858-aef5-bd640f710a62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "45df04bb-937f-41e2-b4a2-3f3acdca75f7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/5229664f-d0ad-416c-aa27-8509132d536b") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ff71632-9140-4785-944c-4a54f7b95e80") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "77acfa9d-9385-4e98-8452-a456bcb9fe35") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a279d676-8c41-46df-abe5-f5bce212cf2e") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c426af2b-154b-4878-ab60-0773d8acd250") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "19483938-21c2-4c69-a924-d8692e2382d9") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cf0b096f-bd36-4020-b0ca-e20d86dd636e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5ba36c25-a1d0-4c63-879d-71b8eb091963") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47a2a2c3-3773-424b-8103-a0ccb865ce03") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5634a1a5-516d-4923-b819-b0304e8f6b70") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "86b29ec7-8279-4a29-9d41-aead8a667c91") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "f161e33a-2ec1-4cae-a351-8091c943c48a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 5 "GND") + (pintype "passive") + (uuid "05c56db2-e063-4479-911d-db529180ac43") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 6 "-15V") + (pintype "passive") + (uuid "ad770259-b988-46cc-b700-9b100c02c77b") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "76847fd1-c0e5-4402-aa9e-818bf6c0c7b5") + (at 64.516 80.518) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C5" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "9e2d2ce7-cdd9-48f7-b87a-84ea312bd927") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22p (C0G)" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "06c40c91-a42b-4850-8122-598d0c259847") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c31bbfb-42ea-4d49-94a7-287e951243a3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "732ec29b-045f-46ce-8b55-81b030096815") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95a91524-8adb-4e20-af6b-b71425e56630") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5aa34142-9aef-4575-966a-6ad3fccfc6ab") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5aff3a17-d08b-473b-8d2b-9c2d18d37b48") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eaa027bc-da04-456e-9859-4aa3f1f07ec1") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "28634e4f-1f5e-465e-b00a-d456e2e0f484") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "80beb9df-ab5c-4240-9c57-1ddc02f81c81") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8c23a290-6961-4cdc-9749-949b1f6372e7") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cff7fd13-d08b-4920-a91b-2b7023f6d675") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d3b0fc77-291f-400e-960d-af578cde8b2f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "637a0b42-87b7-4f23-9d64-2b965c9737da") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb4cf9a4-feb0-4db1-8542-29fd87b257cd") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c0e523f3-1fc7-48e0-94aa-e8d0aa9700ed") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "9caf3a19-f165-4ed8-8b27-a513bd4c8c3d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 9 "Net-(U3B--)") + (pintype "passive") + (uuid "26c0fab0-c9e0-4ba3-8753-e0d0ed28a522") + ) + (pad "2" smd roundrect + (at 1.0375 0) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 10 "Net-(C5-Pad2)") + (pintype "passive") + (uuid "2b257faa-9a2e-457f-9eda-d1fdce39b9e9") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "76b118c4-6176-49db-8ef3-3347dd3323ce") + (at 75.819 97.536) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R22" + (at 0 -1.778 0) + (layer "B.SilkS") + (uuid "76835ced-a61f-4bb1-91c0-8082a88f35e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "fc841abf-5cdb-42e5-9914-c7e0a5d4a5ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52c0db41-7ad2-4008-9e60-b02761472e1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6ca9f99-9434-4f57-a37c-d74dd052df13") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ffe6dc73-2861-49ca-af8c-576d2cb25fc4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/d65a90eb-7611-4f50-b496-39ae6df3025d") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "28bb84dc-b254-4e3a-909a-af239163192d") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "752735be-388a-41f5-81ad-a1b859a30ce7") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1fe12f7a-8424-4365-8015-659333e7d0bc") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "badaee9c-3686-4e61-9307-a0daf276ff07") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d613f111-9d63-43de-93c4-7e5f7a96a3b5") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c49969f5-bebf-40b2-8a2a-c6822b561029") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "200b72f9-aba5-42ca-988c-175ab544223b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "64f178fe-cfd2-4417-9de9-e83627e9d7d6") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "471d750f-8670-4797-85b4-0e1a792701a2") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ff2e092c-dcd5-4c15-b08a-e18006cdff48") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "6242df8c-c90a-44d1-bccd-fc9d8f7c02f1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 37 "Net-(Q1-C)") + (pintype "passive") + (uuid "3e1c947e-8d77-4986-a291-2a233333da65") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 18 "+5V") + (pintype "passive") + (uuid "035fee84-1622-4752-b9e7-a5377970a429") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "82a8cf03-ff5d-4d38-a608-34e6f37a49f0") + (at 67.183 57.277) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R20" + (at 0 -1.778 0) + (layer "B.SilkS") + (uuid "f789c281-70fc-4bb9-9e14-f4a3b5f9a7fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "b7bbcdfa-79f7-4dec-85cf-0f708b88be43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86b30e0f-ba11-4601-b31c-82aaf3d7c6fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65659e61-9ea7-4520-9aaa-59c8150a71a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13a74e33-c68d-4bc2-b850-ffbdc61dc485") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b116fa56-e5ad-4706-9b7f-6482e0522fe8") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc4ae616-33ab-4a5e-ad06-87f1909e5b0c") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c286eb88-6da8-464c-bb70-4e082a4023ed") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "646573cf-26fb-453f-ae73-d34b420cf1dd") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58e6da14-e545-405b-963c-34d039899fe5") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e3654a2a-7fc3-4833-abce-f6cc604d2986") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3f15f057-364c-413b-973d-aecca73963ae") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ea98f937-e39b-4fab-8bf9-bb77d0a1f25b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e9dc5295-5f48-4a9f-9d2e-5d43f6c7d43c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "644c019e-273a-4d65-9b1b-39cad776b3d2") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d2f321db-8d3d-430f-bfdb-513d4612b8d7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "7e2bc9bf-1c36-493b-9f3a-e82c82cff552") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 6 "-15V") + (pintype "passive") + (uuid "d43f1d31-0920-40f6-9448-f8ea228cd4f4") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 16 "/VN") + (pintype "passive") + (uuid "acc34331-80a5-4332-8839-8eeb4c79f55e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "86fb522b-924f-43f4-9698-14e5f9bb8ae6") + (at 75.581 90.805) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R18" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "1f67eae6-2260-47b8-aa93-dcd8b61fcc59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "d6fdf3c2-8c73-4bd8-900b-77564faec108") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "201da5ac-32d7-42be-aaf0-d795dac46cd2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71beb012-21bd-4b1f-8da3-8245a25756e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1376bb2b-6cb9-4d81-8c6d-c306229d99a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/205982ec-ebda-45e3-bffa-eb3b31a40cd7") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "587ffcba-c286-4575-a9c7-bfb0ccb49002") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2425567-0583-4a1c-9e92-6a0728eb4004") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "25b29fef-e106-4d8f-97ad-bb237399577e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "715c5f4d-ed1f-45b2-beb3-8c407799cf4b") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b8d6f998-b1a0-46b6-9ee2-37b970d2cdb1") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "427624c5-3128-4539-833d-9df53b8877e0") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7bfebc4f-3790-436e-ae73-c42c4910ffb4") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "02aeb557-ab85-46c5-8a06-1f3b519a12df") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eb4a1058-4adc-4cd8-a435-3567393e3d54") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "72e2aed7-0846-4309-89f1-366a29e02987") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "e3d4c3dd-482d-48fc-ac47-7b24d0ca12a6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "Net-(U2-ANODE)") + (pintype "passive") + (uuid "4f45e898-ac64-4774-9f43-9158444c098d") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 11 "+15V") + (pintype "passive") + (uuid "ec97e791-e420-47ac-8089-e029acd45eab") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "8bc2bb67-e87c-4b5a-b493-d64ef44521ea") + (at 69.978 102.108) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D2" + (at 0 2 0) + (layer "B.SilkS") + (uuid "1db90711-372c-4c8b-915f-55a601b5640f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "8e3f323a-0db2-46ae-a578-75f2d07491dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c73c1260-c3ec-4a6c-80c2-516303b2e7c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d6f7a51-8846-4685-8967-0984ebc27dc4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b0902de-bb1a-46aa-b2a4-b4315b69343e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "93a0649d-629f-41a4-9eb7-8bbb6a08ede3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b1368550-6952-48bc-9db6-b77bf9d0a9ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/2efb8ab6-201b-4204-bcfb-3b66e3ec1cb9") + (attr smd) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "44510153-7553-4819-9c68-542e0b4ad80d") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39ac4a75-4a37-4bda-b261-5ebe37307a10") + ) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1874314c-1686-42e4-8634-4db2340176ae") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0128e4fc-1f19-4b18-b53b-15dbe610af5f") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "41c6ccc1-85ba-431e-bd53-85da96e9d21d") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e62dcdcd-c18f-4fb1-ab41-46162ed2d984") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9f1d7d12-dd6c-4fb4-8cc2-106e15f2dd73") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f43722ec-45e1-4b05-9d7f-88c818d2caf4") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c95e6412-f464-487b-a1ec-a8f282a9bdf7") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38adf15b-e175-4202-afbb-33834ec27753") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "901ac55a-7826-4c82-9dc1-461b66978f94") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c1481638-2035-42d7-9c0b-657ae647fac0") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4d836d43-cc66-429b-bba0-6f4f015994c2") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b6c4ba61-449d-42bb-a3a2-8e445d7fe8d8") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "90ddbc21-c4dc-4810-a9f5-255b4fa8b205") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2caa1d17-efc8-4f00-9252-9ae6db3a1ef3") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1667838d-42be-49bc-8bac-8d8f06e6d3c8") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d0eb2026-c91a-4b6c-b302-366e7ed2e242") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "65faeced-45be-4548-822c-b5b8df219e16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(D2-K)") + (pinfunction "K") + (pintype "passive") + (uuid "943241c1-f669-4e20-b596-58aeee880987") + ) + (pad "2" smd roundrect + (at 1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "903e72ff-e210-4d8c-87a6-53d3145fa860") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "8fc2d4c3-1f3e-413e-b2c7-07c11c1fd733") + (at 67.183 53.594 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R19" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "c23a6c3e-ce8e-493a-a460-9f7343a8f44f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "6473c9d4-7fcf-46d3-938c-4cb038aaa414") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a41c1816-3d64-46ea-835e-a107f044542e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6487acc5-6652-4726-9fba-61f9e4dbe7a3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20d81cba-184b-4054-89ef-02f378d743c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b72fefdb-7146-4d1b-ba2b-56b4d14ad3c6") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2c2e773-14c3-4189-a01b-4af97ab43421") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "07b12f73-64e7-4e9b-8a51-d7aec3674a9d") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9501c1cc-dee7-450f-92c8-a52ecdbdfb85") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "87ada116-9c43-4179-ae7a-fe561f310e7b") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a048be62-f621-40af-a672-e3e8a77a418f") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "670dcc0e-1fe7-4d28-84d1-2d8c0f278481") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e33a365-2070-4603-b262-218a85e348a2") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47899316-bf27-4a36-a0ad-ee638c97c75d") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c08c63d8-72f3-4367-ae43-2b9fc67a8c02") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4a4a0685-f68e-42ab-96a4-1046ed06b98a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "25be5ba7-8724-4bdb-ba78-5e29209c353a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 17 "/VP") + (pintype "passive") + (uuid "399df031-18a2-4282-91fa-b3e05a76a720") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 11 "+15V") + (pintype "passive") + (uuid "fc61552b-0029-4761-92dc-13fddc028a0e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder" + (layer "B.Cu") + (uuid "900c1b9e-47a1-40e4-aa59-b51f40eac56b") + (at 64.7995 116.459 180) + (descr "Capacitor SMD 2220 (5750 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C2" + (at 0 3.65 0) + (layer "B.SilkS") + (uuid "acfccabf-c628-4cf0-997a-aaa29c71593e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "470n (C0G)" + (at 0 -3.65 0) + (layer "B.Fab") + (uuid "a7dc166e-3e6f-4d80-802c-5bfc160c02dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ff55ad0-b009-4d09-baaf-8916981f3997") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2fbbc576-5801-4d05-bb94-301ab84b009c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2eaa34a-9dde-4170-aaac-83654fd62138") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/dbb045b3-ae4c-41e8-a174-c32acca729f9") + (attr smd) + (fp_line + (start 1.415748 2.61) + (end -1.415748 2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e647d35-eb6c-44dc-a1a8-b628748db332") + ) + (fp_line + (start 1.415748 -2.61) + (end -1.415748 -2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8dcdf077-747f-4aa4-bf85-f5ce08472f57") + ) + (fp_line + (start 3.88 2.95) + (end -3.88 2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d2dfc75b-a282-4c9f-9ddf-b5b9b5b6fa18") + ) + (fp_line + (start 3.88 -2.95) + (end 3.88 2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d40d2d15-8b8d-4c86-b04b-6c34314dedc6") + ) + (fp_line + (start -3.88 2.95) + (end -3.88 -2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b64cc918-878d-46ad-9d2b-084ac22a4b4e") + ) + (fp_line + (start -3.88 -2.95) + (end 3.88 -2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b415adcc-20ef-4b46-a5ea-6065f8a75a9e") + ) + (fp_line + (start 2.85 2.5) + (end -2.85 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e1c3d528-323e-4693-bacc-275d321baac4") + ) + (fp_line + (start 2.85 -2.5) + (end 2.85 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5396b219-d9df-455f-b7ed-2bf3f214605b") + ) + (fp_line + (start -2.85 2.5) + (end -2.85 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e26db64c-3275-4825-b6e2-9be31577488c") + ) + (fp_line + (start -2.85 -2.5) + (end 2.85 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6ba09978-1c77-49c1-850a-f05b1d648d7c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "eb7ffdd5-6773-45c1-b07f-98890d7a40e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.6375 0 180) + (size 1.975 5.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.126582) + (net 3 "Net-(C2-Pad1)") + (pintype "passive") + (uuid "3dea4ad0-c38d-4ff1-8456-069114e1d32f") + ) + (pad "2" smd roundrect + (at 2.6375 0 180) + (size 1.975 5.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.126582) + (net 4 "Net-(SW1-B)") + (pintype "passive") + (uuid "a61cf8c7-6b65-40ad-9578-5c046f7868a9") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_2220_5750Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "9351c02d-2453-476c-a285-1ec66f0fc094") + (at 77.216 81.026 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R9" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "14e7806e-e265-47ed-9c37-0566c6b86dee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "220k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "82b9e2ce-2994-41ae-af07-a5903c76fec2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc94cccb-bc52-4850-a9de-425278319386") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9fc8f155-8646-49d4-8538-bb91f7f12208") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "993da43c-f3f3-47ed-a848-ea0c60c6be05") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/6a5c5411-f750-4cc7-aa94-51e94af7acbb") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "303056a7-8330-4ec2-82c8-0a2a9e23b11d") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b7068974-4809-406f-80d0-ace91a8d51d3") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "df2f555d-ca21-4142-9408-73ce57c0059f") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2c301945-5c3e-46fa-9920-550c92d6eacf") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b4b3ed68-c136-4624-a6cf-39554cd80bf0") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3497fc95-a734-434e-8e49-b3b9370d6852") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ec56f110-e04f-485d-834e-a77fb683dd5b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c68dbf1b-fc1c-4612-b262-ab4de700904b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8623870d-5b3a-4591-8273-84c5f9547c1f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f9e1961d-581c-4601-99db-e4b2d183b96f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "e77b2331-9a12-48a2-aab4-3c4feebdabbc") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 8 "Net-(C4-Pad2)") + (pintype "passive") + (uuid "4e9071b0-f891-4374-8f1a-46eaa346a0c7") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 7 "Net-(U3A--)") + (pintype "passive") + (uuid "f1b405d9-3fab-4f3b-b5e4-7ceab0587cf2") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "94b54b2a-2d85-4cb6-80e1-6314e622fe21") + (at 81.885 77.216 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R6" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "21a7304e-f733-4592-a84f-fae393915ced") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "231dc5ef-cf55-4024-aa49-969924e57461") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28690850-1100-4f60-af57-e5aee2f2e6a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7a20745-0eb5-4ed1-a99c-9c9c8f55ce5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27fa090b-d62b-4b93-a04c-fd9faa3fa80f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f810de32-7e6a-4f65-b524-8e748dfd54b7") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7382a3d-806f-49a6-b5e9-63f2d54eec15") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d34873c4-677f-4a46-bae6-bb9dc3cd8e91") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "57e1b0a4-1339-4093-98e9-6778771c5009") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bff243e6-7658-403e-9c02-779b2422bc55") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7e1ffa2e-c27d-40ba-abbe-c2e22a244e67") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "17882492-f019-4159-ae14-8bd01f71cce0") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d8fed5b-0690-4489-8d7d-cd63d2a4c2cb") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "00264e8c-8fd7-4944-bd5c-f1b2d2a17322") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f6ef9ad0-40dc-4e70-9b5e-3dd71292d7f9") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9f463bab-20ca-49c4-bafc-366712b339ed") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "fa4c2c1b-b7d9-4ae6-8d5b-3bed83bf2e16") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 25 "Net-(R6-Pad1)") + (pintype "passive") + (uuid "140100ad-c263-4d81-801d-74158be51c7c") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 7 "Net-(U3A--)") + (pintype "passive") + (uuid "aa14bc85-7c5b-43c3-98f2-ec4cc9d0a155") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "B.Cu") + (uuid "9a5296b0-6ccc-4dab-b898-49eefd5c750c") + (at 55.88 54.61 180) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C9" + (at 3.556 -3.048 180) + (layer "B.SilkS") + (uuid "b51fdea0-40de-4b66-9453-1526b94db87a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10u" + (at 1.25 -3.75 0) + (layer "B.Fab") + (uuid "c358ab48-e362-499b-a931-6b8e89ac4b29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7fcb94c-6c82-48fd-ac27-16a6f80e1e5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09100263-4560-48c6-9e8d-b5646d4623b4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0c6b412-3de2-435e-b305-13e1b6e09e4c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/bd8ef905-3642-48f5-bf6d-eee65470a1e2") + (attr through_hole) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a34f47b8-5278-4960-ba3a-6a8d80c3a4ac") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "41bf8b5a-e552-4f7b-af2c-6b5b8e69cca3") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "17b7993f-c2ff-48a3-adac-e3b481918e48") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "63a73c12-c3c6-4e94-b202-f894ec6dbbd8") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5fbd8e1c-6daa-4e45-99b2-173243325c13") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "05a236da-babf-4d40-881f-96660032ea11") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "494bb41d-09fd-4124-a7e2-779937da3731") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbd48b64-dcd5-40c7-9000-237243ff8675") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "33d6cd41-9eb4-465d-9d2e-f3cbe28eca61") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "77e07d07-addf-4a0a-80cb-09c399148577") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "55c29354-d734-4994-95bf-640cd44994f9") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dfd36149-ac0d-4f46-b0f0-74aaf7cb777d") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4682d908-3ac7-4355-9042-788aa7483d97") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae9ea05a-e3cb-4ccb-b627-f0262044ea44") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "21f9845f-06d7-41d8-ae97-f1cc0acca284") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ccbeb2bd-0201-4d79-a496-5d51d7450c5e") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "506c21ce-784a-428d-bf13-3e8cb3303378") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5862f781-33c2-45fb-85ab-d250837b1f8c") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "651d40c2-8ab0-4d27-b8c6-8612766bec6e") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9681561-139f-4f80-9e0a-fc4b91e99415") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c43a56b7-d93e-4d65-8599-87ebb7d0db94") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6e51ae6-a22e-4c51-acba-51f16b4f6291") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a9ee699-6c3a-4f88-a919-8dcc5e7600c6") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1cb7a4f-410b-4e27-99f6-4fc506b996da") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "56715d79-de43-4729-bb39-4aec900fead6") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ffb45f40-dd5b-4bb0-b053-bfeafaaa79f3") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9176bacc-488a-4773-b5dd-b4c3eb2db735") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "43a9acbd-b6ab-4aec-b634-a837897025df") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "17443b28-25c7-48a3-9d82-1b5dc8718586") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "97b17627-2a24-4932-a9c7-ddce0606e690") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39238414-5518-4f9c-857d-88e8ac8415e0") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb828dff-d3ee-4bc4-8da6-f3956f36a8eb") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "faad6a1d-547e-48dc-8fcf-f9c9c30651c3") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5815257-7848-471e-9875-ace656be9cc7") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed6d6a62-8ec5-414a-9ea2-afe684b6552f") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d50226eb-6aec-47d8-bf16-4066f56e92ba") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "94fd12f1-0cd2-4052-ab0f-dc6a2dcf1809") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "80969eb7-47e3-45e5-9686-8e14a8a2bfb6") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bd84b07d-d727-4895-8525-016b13ba670f") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f15f4607-1dad-4e63-8029-b559b0c6a513") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39ef6b19-660b-4ea8-b66e-3f59cea8a9e2") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf8c6fac-932d-4e79-b703-ba336be9552a") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "71cc5312-1eff-49a3-984d-07535255c4f6") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b8a3773f-3083-452d-a0a0-61884fbac745") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bacfa38e-d267-4d1b-858c-efd98a7a9e76") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb6e6dad-7438-4036-b4d3-a04fbd416dea") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "69fbe12d-0826-44be-b95b-4b5989e00898") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9352e48e-8bfc-4a68-843f-894fa346ffed") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72108c7d-c3c4-4a60-a8e2-b0770ee5871f") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9a7fdab-eba3-4a52-b309-152ec0b12e45") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c198c111-8520-4a06-9533-a9b8930f2f15") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aea93421-b362-4c98-9404-5b2ffa72862b") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0026f0d9-5291-4e32-bf21-29e01d421702") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c6da462-75ad-478b-86a4-9921a18755d6") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2be10911-77d0-4ff1-aa24-f1bfdfe89bb5") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "715451ed-a4ed-4bd6-b483-49f61a6b07fb") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1351db3-0b2e-4675-8a4f-19a32c94429d") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a71f17ae-14e6-4c0e-9a39-7922f3715a31") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0adbd32a-a565-4210-8721-bd2afe9ddff1") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "863e31f3-64ec-4d74-bd68-29ea9ad55a31") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5d34c99-a829-482d-b5dd-1f22b75e0537") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f046ffc-33da-4aef-a62e-6bd351cceea1") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "535e0cd1-fb06-4a19-9139-193a0814fe48") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3ab2c1a-f07d-4284-8801-27124875779d") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "84be7a67-3b78-4fda-bb00-daeaa4d526b9") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5041b17a-1dd6-4929-85fe-775abf6a2c75") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f6e25340-f7ad-4267-8e51-4754b38c31bd") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b4c04ef-a5da-46cc-8d51-830a90d52ba7") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bfa6bca6-a725-4eed-a271-ea73ce196759") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3425cf73-0895-4276-8c3a-8d94d8a26674") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "43d6e602-a307-4f0a-9f32-e6306d809157") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e874db7-b3f6-48a6-a073-65edca102ec8") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f2c74fe1-a512-4568-9dda-fc1b72ac47ca") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2921da4-e31c-49d6-a22e-3bf3b05248f1") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0103cd77-adb3-4d44-95c2-3e15f2b49632") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e5759ea-c2e9-4f0d-8427-6c0452f34642") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4b36406-0841-4d3c-ac24-0edd707266e6") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "91edf173-4e99-4c03-9e6e-53f3401d62e4") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0e27320-19ea-4c48-a847-f0159ceff729") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "534cf51a-4fc3-49a9-ab22-29c870f3e13d") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "64715f86-7659-458c-a780-bb6b9f5a8a87") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7633ce0a-3ab8-4552-bbc0-feeaf56cef66") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f55cc977-b925-4164-935e-cdc1526e9252") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "45f32985-cf69-4768-a349-60454609bc3d") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "20d965b1-e2e2-443d-b1b3-b00f1aaa4d5c") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0917782f-1c35-47a4-a195-1de583ce9c72") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "773331d8-d257-4505-9da4-349a9e41a20b") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "59043016-17be-461f-a69e-e88014f7fa1b") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "12951dae-c5ab-4169-be94-365f808465f6") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee0d2f21-ecb3-4bba-9d5c-d48f209be7d7") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d2a0235-bb2a-4fb8-9432-3e3c980139fa") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "48cdb27a-8a5e-40a1-a5fb-8780532d10c7") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "02790f45-2c90-47fd-bfcc-40f346164f86") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "591431b1-223a-4f6d-accd-8949020a1ac4") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b42b6388-a4e1-4d6a-b18a-d7e93dc3b521") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "29a86ad0-95f6-41ef-bdd0-6718c0478617") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3bb90f6d-478b-4da6-9c1a-7c25816cfda0") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e39d0da-d63b-42cb-b374-af3141b2ba71") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1893414-6bcc-4c31-8522-345cc3e516ed") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d035cffa-9e2b-4b63-a444-4a17cd39935e") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ee79858-832d-4c9f-afc1-afa75e37c3c9") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "089e2020-9252-4ba2-a2e8-64303d2fa1c3") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a94876e9-f37b-457b-be95-1162e3c67992") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6d0ac29a-7825-47f4-8196-fe3ad7a02f5a") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "570ee6f5-34f7-4740-a07f-d226bcd5dbdf") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "10367fe1-d3ca-4418-ae5c-3a3180cffd49") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c13202c-c9ed-40cc-b29a-7434e3390ae1") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "94c66395-1784-4cb9-9c57-1c220face711") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "798a2182-248e-48e3-9737-e6d2f8ec61fe") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ff54424-155a-4ba3-af0e-4f6927fb4d3e") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "42d0904a-e9dc-4bce-8ec1-9d1a31ec4cbc") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f6e477b4-d38a-481c-b3de-6c5c870cea03") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "02db4df8-0f9c-4060-9ea7-0ce4e99a821f") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "94cdf588-1a6e-4fb3-8206-31377bcfcb58") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8848f91-5f96-4da7-ae0d-d64be09054ce") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "08f0b8b1-18db-477a-99d5-9b8616988217") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3c3a4af5-6cb0-4e93-b9b4-e6c34e321a9a") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4b8dafd-12a4-4823-adde-1d4ee773efd3") + ) + (fp_line + (start -1.054775 1.475) + (end -1.554775 1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce5b97be-a1cd-4951-b68e-5ef0709826a4") + ) + (fp_line + (start -1.304775 1.225) + (end -1.304775 1.725) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6f2d3ba7-4c72-47c9-bfa3-7237e6c4a57f") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "36fcb597-cbe6-4bcd-9ac6-7edd74fb442c") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "e6b14ca7-e1b2-4e3b-a693-f7978da66b8f") + ) + (fp_line + (start -0.383605 1.0875) + (end -0.883605 1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "401cec92-dd58-4313-a4ed-c777260bf4ae") + ) + (fp_line + (start -0.633605 0.8375) + (end -0.633605 1.3375) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f034aa02-a47f-48de-90fb-59085af1102b") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "9525d8d7-93c5-4e82-8b5e-65d7f2fe568e") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "7dc85d28-2d6a-492a-b956-3594b13f9b7b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "+15V") + (pintype "passive") + (uuid "1e528acc-c15d-4bf0-a597-6dbc6c1613b5") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pintype "passive") + (uuid "8c8b98ec-d2f0-452f-841b-ab1fa480b01a") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "B.Cu") + (uuid "9f8e64b8-3d1d-43f1-b0b4-16ea0cd99466") + (at 62.825 54.61 180) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C10" + (at 3.897 -3.048 180) + (layer "B.SilkS") + (uuid "436024e3-0f86-48a9-a050-67466000c14a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10u" + (at 1.25 -3.75 0) + (layer "B.Fab") + (uuid "92c60a29-fa05-4e56-bbea-95aab19e42a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a919bd57-9f63-4fe2-ba3b-c78d111fd8d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "206bdc86-52ba-4d0f-a973-d747bae3a4a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7a4cadd-1685-4853-9ad6-1bccc4d304f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e47c7214-1d13-4403-b593-477f76d5b5e7") + (attr through_hole) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "43f71f2d-30ac-40bc-a49e-66a919b47f32") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "da55114a-010a-4259-993b-cdce3ae356d6") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cfeb005a-5797-4b5d-a722-3a597a495688") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f015942f-5d2c-4007-a5bd-e3fa36a39c08") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7abcb989-260c-4b85-9c2f-48844ac8e36e") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "badb5023-d40e-4127-8eea-6e37a3ffbecb") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1cca87a-9b69-46b4-ac79-27c69d4a0115") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd26cb51-1f39-4398-86bf-531a5eb718b6") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b43ceaf9-1531-4068-be73-6b27febd44cf") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dab1b35a-625e-4528-9543-b90c810e337d") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c27a25ef-5c4c-4ef7-8d23-771704f14d5b") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "359447cb-89ca-4407-afec-27e82606eb1a") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a60d8bd7-9265-4ee3-8ddf-3feca7477d2e") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fdb4ad1b-3142-4d85-a0ac-46df68deea12") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1352ae8-b3f2-4b62-aaab-24a13ca814c4") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5dcd3398-7241-472d-ad79-933995309f3d") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "48124175-93d6-44b9-abae-cae9134a1fed") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bdaf7211-061a-401c-aeec-1096872c2f27") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e131174e-5790-4480-8a80-749f038528aa") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "148c44e0-7cdf-459c-abef-e9cb7d1b7da4") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "12be1e5c-2d02-4a9c-9cf7-4c41d47d67d2") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ad55db6e-d1d8-4d49-9f17-5191aaf685ad") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0f419b5-9b68-4eaf-841f-90789fa7e81e") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f405d70f-63a0-4e5e-85d7-ee1ae4774f30") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c1cf8840-44fb-4731-ae70-924f1e9d921a") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7cd855ef-7091-4171-8cec-694317537ffa") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99b0a47c-9d87-4319-ab6f-bf12ff8065da") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "539ac845-b404-4122-afb6-e88968af950b") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ad25027-75d2-43d5-bb21-05c962741891") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf59b5ba-f2b1-431e-84f5-274652fa84f4") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d55aa8f4-6d9a-4372-ba37-375d3b941011") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "584e87d0-32e4-4e73-b391-bd39beff63ad") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "de2cd1e2-0396-4acb-82cc-5a57f3880c87") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd318ef3-4f25-4db6-8147-3f4948962d69") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0a0b76c0-49fb-4ce9-ad91-e941615aded0") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c715fc9-dfdd-4b85-b4d7-4585fc2294d4") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "16a496a0-cedc-48a4-92d7-3033e48fcfac") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e783cd6-3392-4ecc-a867-d60cbd8ed0c0") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3fa9bb20-341f-4083-bfc7-d0c1b444cd2b") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51b874e9-ff14-4915-ac80-f2ae45d15fef") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "63204265-f080-47a4-9749-53e70782a20a") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "00944405-0f09-4823-ad4a-4a90e28a6834") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fea96b21-4ee2-43d9-80e2-a10e385d96f4") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec7f34d7-adb8-4dd1-b7f7-e25dc129c1ce") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddfc2c31-9cd6-42b7-a3d0-f22780361e53") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1a7f8062-0964-4a4f-a8a0-bf2645dde1d6") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "64acf345-13dd-4a73-a137-272325505e21") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f17b2638-23e3-4f46-b447-a1243085f197") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d54d05b6-e452-4f0f-894f-aaade9bca7d4") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0513cc32-1aa8-4c0a-91c3-60496ad26c02") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c67cc1b-92dd-4112-894d-3415eb890ee8") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ab07317-7426-4e9b-b6e3-5e4ae0ec6cea") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a1dc709-1717-4c14-a3c5-3659d8dd5ca6") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99f98848-0c3a-407d-9da1-55fa0b907967") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8d0a4b26-f65c-497a-ac3e-50ded5b6a4d2") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2fff1a16-a92d-4f0a-ab57-76b2f3014cf3") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "075d7e4a-c555-4629-9a8d-c0b07bb236a4") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d9e4a14-c47b-4670-aef8-cf7ac9e54485") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "91dff0bd-ae47-4170-9301-74511739cc74") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6d07ba93-6833-4fa0-b0b4-12de7438c60a") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2d943ed-c243-4690-b5c2-1d600558f187") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6db497a7-745f-477b-ad10-1ccfe2352d15") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "36eff505-2e9d-4568-9f46-48a0f4118332") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd5f49ef-64b1-494a-bbed-7fe3f4ab0f50") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "76219162-0837-4064-85e4-057edf4c3341") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "01f59f42-e38e-4f61-ab8b-f0abb529c04e") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "88d8dc36-7753-4be4-b704-260152406eef") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "67615228-2b5e-4e3e-b1b3-accca75fdef4") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "85ccba92-82b4-462a-96e2-3358f81d8911") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "98d888e9-d280-4ce2-be23-76d91fb8cab2") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "79d5d39a-4de1-4bb5-9011-2fe318312436") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a676ef11-6ebe-404b-a3ad-0491338d03f7") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4743bb68-8fdd-4bca-a919-13e0920f4c51") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "52ad69af-8555-4515-b9c3-c60bcfb13aba") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d281aef7-30e1-4782-9e54-3aaaae2f7bfd") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e17dc2a-6d2e-4dba-b50f-161105d2fcdf") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d178c973-63bc-49e1-8a28-e0e7e8ad6e60") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0f17394-9de3-4605-8ae7-14f2d4bfad1b") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5629a2ba-4ab3-4b37-8922-dc0de0d28b23") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c99889b-ef97-4be8-a96f-ba2b9c40952e") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "49d9d2a4-d948-4d0b-a21f-31e706e9bdab") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "18c3a2ee-6370-4e1e-ab52-9b913c2bf6c3") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3fd82ea9-76cf-4840-bd8a-9ded02a09cf1") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0ac136a0-4710-4760-be37-d95458e61e47") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb938c5f-5ee6-49ed-91be-84d71ff840d4") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b85f35c-f2f5-45c0-b02c-8144d9773d36") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0c87c61-eac6-4988-91e9-ef4621940635") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ce9e70f-9867-4538-84a2-e465828afc9a") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "09d21000-360a-4620-a064-039b1ebea455") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d05d22f0-0801-45ee-ae34-ca96667d39ea") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c2566c0-aa46-40c9-9553-51d8e86676f9") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d67f2534-b2f4-408d-8bd3-cc6ea9ce1729") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c153eeaa-f0a6-413d-8220-763698bfaaf8") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d7a1cbe-7169-4da3-8dcd-cc44f879c551") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "38001c0a-0164-4b8a-b5e7-795a401802a0") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "75d24974-9658-4592-a54c-ecd8ecdd4fa3") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "32e1a7a8-eb10-455b-a058-0d191c06443f") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "352700d5-dd8f-4e8d-82b6-6ffb1b89ac1a") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a3111d75-7753-415d-b992-b1a27cb5248b") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "80626b16-f90e-48b2-8e6b-b146441eaa6e") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "30863bfc-f5b6-4114-aecb-012890bf35dc") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "89f41f92-6e17-48bd-8d44-7368adfa4ea1") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3230944c-9165-4722-b18d-e0751acedab7") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "878a0a34-483d-47ce-a5e1-3ffd67dfc16e") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b04eb5bd-b8fc-481a-84fc-90fa87a38340") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "00c11c63-fa31-4606-93b9-c33fade644de") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "28a4ddf5-d0e4-4370-941a-c7ca5b9f21e6") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0447e4f2-5ff4-450c-b630-a2d90475e5c7") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8dc8acd6-ee5e-4fd6-b29b-6fd4225aa8ac") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f87ca29e-af7e-46ea-9455-cf150f0b2bf9") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0a00e5a8-6b57-4419-b9b6-c030b2e3a65f") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "47860ae8-c6ac-4a8f-bd21-7a4a7cc957c7") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e76f0a2-d5ed-495f-97c7-8c51224c45b3") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d357fc4e-ee62-4e6a-89ed-68fb9c4e3bc4") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e140edc-b457-4148-b6c5-439149c7ca76") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d178ed41-836e-4d17-9e4f-219a05988547") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "74d7eb46-2727-4b27-b61c-8af9956a27e7") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9045301-12cc-4fea-93e5-b471057f4b6e") + ) + (fp_line + (start -1.054775 1.475) + (end -1.554775 1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e13a8db-531e-4e3b-b152-794bb9c2635e") + ) + (fp_line + (start -1.304775 1.225) + (end -1.304775 1.725) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0d02a312-1164-454b-a806-34d4da51ce67") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "4dd38c03-a528-4295-bf90-b135832083fb") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "ba12f8bb-ee8e-4246-bc94-933e65dc9497") + ) + (fp_line + (start -0.383605 1.0875) + (end -0.883605 1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30399e28-c3c2-4381-bbeb-c85c997a85fe") + ) + (fp_line + (start -0.633605 0.8375) + (end -0.633605 1.3375) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1577f105-bb48-4dc0-8f05-f40ce374e193") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "0a696490-112d-41fd-934a-fc636a18f156") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "8a272bf3-6659-4200-82f6-d926ae24e89e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pintype "passive") + (uuid "12050eb7-c20a-4132-983b-6bf77dd9aa37") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "-15V") + (pintype "passive") + (uuid "9ea472fb-73cf-4937-8c41-cd8acd7121ba") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "a31ca7fd-ffcf-4687-9088-13ec59f004f5") + (at 77.216 77.216 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C4" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "0a3104a2-75ad-42d6-b144-c77badf6892e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22p (C0G)" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "ebb9bdbf-7bd7-4492-90cd-1a7289c4aa1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c0c98e0-9dd9-49f6-8318-3a7698b805cf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a615c496-e2bd-4beb-8684-cf6331dde0fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be3b8af8-6fbb-41f0-8553-232ec835f0db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/93df4b7a-a991-4d40-99b0-9d654b95f67b") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e65b6f80-89f9-4977-9911-b73acde06d31") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "14e65b54-a60d-4df4-bd47-98828ba3dfb9") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0ce6facc-df9d-4941-b4e1-83b75a806311") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9692595a-45b5-4a86-a6c7-141936689453") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b809070d-e7bc-4a39-a758-4c95e67596f5") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9504f194-6a3c-4754-997d-fffb6346e097") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bbc5f54b-b002-46ab-8f5f-de21256d7750") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0c643958-2c70-4e82-9120-736bbd15ccbd") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9cdcefb0-33a2-4aa4-a919-f59c594a7bed") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ef36999b-47ba-45ec-a110-b087c684c630") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "8399c80d-53b6-4ec8-a65d-d220112ccf22") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 7 "Net-(U3A--)") + (pintype "passive") + (uuid "646438b0-8b4e-4e1a-8582-4232f6ab4349") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 8 "Net-(C4-Pad2)") + (pintype "passive") + (uuid "838a9d6c-86ed-4df1-8dd1-1a3379e9fab7") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "b1f1915f-3098-42be-ab37-bc70923def7f") + (at 66.405 122.19075 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R4" + (at 0 1.66775 0) + (layer "B.SilkS") + (uuid "b71e196c-6f8b-48fc-9d9c-03d08486d058") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2.2k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "d12a7fc6-8ae1-496b-8145-07fece5c43dc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc5b542b-dcb5-404d-a1b1-5c0f17bf3094") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "051f28f6-3dec-484a-b2fd-a1709808fcc9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd1d2ed3-76dc-49d8-8616-0b45c80e8e42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e8a661e3-edb8-4647-b120-7477a3824dc5") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8675d599-ad31-4db6-a3a1-e5ed17f3d892") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b81d796f-2690-49cd-922f-029148511b21") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c36ea926-8f14-4a42-91b5-5f7f5fbf62ed") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f4b1f21f-a7d3-4248-8cb1-27de4e934bab") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "18493dc2-75f1-40c6-870a-83baa0b18cec") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e6d6e5d3-937c-4644-bfa2-dbb2fb10cf0e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "26f19f86-ef08-48c3-b590-d3568e8e1939") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ab23b0b3-87e4-4b33-b4c7-f5bfc7fda143") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0153791b-7fa1-4b43-b6a1-251cfb07cc9f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f27852e2-1afd-405f-b29d-553561f9ef0d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "a316bfac-6197-438b-aee2-865565aab9e0") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 2 "Net-(C1-Pad2)") + (pintype "passive") + (uuid "efe70ee3-600e-4ed8-a0cc-aaf4b1b2613a") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 3 "Net-(C2-Pad1)") + (pintype "passive") + (uuid "4ec93241-522d-40f1-9de9-80077626ab1d") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "b79bf719-b43b-4950-8ae9-5e7e7b4bddb9") + (at 69.3205 75.438 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C13" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "d95a1ff6-9906-4ceb-a800-55382bc27e24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "41350c63-b346-4b10-b2c7-b45999f21fa8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3993377b-8d92-435f-9ef7-08d8311484ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "356d5fea-b5c9-4354-9505-05c342cf9929") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a17a9c1e-1940-4a22-b83d-22d5f5143bcd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f194e814-7531-406f-9e81-51cea63ca745") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "53dda6a3-a420-4fa6-8923-b6c2d748cb73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b291a2c9-7346-4de1-bfa3-9a19c4ce2d9a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b6a1d39a-13c7-48d4-ac91-e558e3373d80") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/ccb4fbe2-a106-4678-9f07-cef454d549b3") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1913780-301b-4e7f-85ac-0c00bbbe4dc4") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "38d91114-b991-4dad-ad7e-7f05e8ae7262") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c33802d0-ada5-40c6-bea2-ef684d97b51a") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2a41cae9-51a3-4948-90d2-b2179065eb2d") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "67ec9358-685e-4b43-afef-3301faa5287b") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "11e04d4f-8a47-4606-838b-d509d96ec287") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56d1e251-9b3e-48a4-8a38-c754bad5efc3") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f1c7dd7b-0db0-48df-9814-23c46aa79ea6") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "58e02596-3533-41bd-854d-875192da33c9") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cbe927cb-5bdd-4ee8-b98b-8a6028a825f9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "651ddf9e-f673-4e5b-986c-a2112003152b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 11 "+15V") + (pintype "passive") + (uuid "71fb454d-4dc5-4d82-b8ec-3cb721fa4644") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 5 "GND") + (pintype "passive") + (uuid "8d37b54d-074a-46ca-bf7f-6aa149df58be") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "b8aa27f5-6247-47b0-bfc1-43b484ba1c07") + (at 81.915 81.026) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R8" + (at 0 -1.778 0) + (layer "B.SilkS") + (uuid "3a8f5cdc-98cb-4608-b233-d392a66d330e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "775e8d0e-ff55-4d62-974c-e4f9d9160dcf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "773c4e34-b8ed-4229-b744-34bea451418e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96d3204e-dbb7-4385-aa77-0aec639811cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e7a38e1-092a-42f9-b696-22d42e4e1ff9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/cf654298-871a-4a14-80bf-9cede05ef809") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce1e35e2-8b36-4340-92dd-4b91b918ab74") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "35323e4f-026a-4a1e-9add-ae86bbc2e52e") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7388d103-3322-4cc7-ac75-1f9cf8cfc30e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "455afa8c-6679-469c-b666-c5a0b33ca149") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ed3d3509-8f2a-4272-8627-fa9ea4ba174f") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8f469287-f0de-4fe2-a2f5-405ad968c245") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e257bdf7-c577-4df2-b1b2-b100ea467b11") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "61c25ebe-aba0-49bd-85ec-403b46210f47") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3723dd83-5589-495c-8cc7-fe5009d924f3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "06e1371e-6479-402e-9498-3947f8266db2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4db0b1d3-37c2-40cb-84df-318f72189647") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 7 "Net-(U3A--)") + (pintype "passive") + (uuid "94d6f088-affb-46a3-b36d-3157b0f517f2") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 27 "/CV1") + (pintype "passive") + (uuid "b16fddd6-481f-421e-b1a8-82e86e1ed7e5") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "be9f0c7a-f117-435d-aca5-397f81394217") + (at 81.915 85.026) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R7" + (at 0 -1.714 0) + (layer "B.SilkS") + (uuid "0fd949e1-11f9-4561-b629-61cb75af79b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "a09b1664-a2b2-40e8-994d-3a8e3d827f1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "584dc81f-b047-4895-98b7-1c7c7cb0bc33") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "51992ce0-a166-413e-9b86-b7380949ab1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba7129c4-f596-42a6-a942-c329fc9d1f8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/16e8dc81-251e-43f8-8eaa-ec62f2725b2c") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f981ee5-67b4-410a-a70a-16679a9fb30e") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3938b81c-52ac-419e-9591-a3a376f38e94") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7f3860c6-53a0-4aed-b4da-6426e0528689") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "99025ca5-c0d4-40a8-a979-022831a99c38") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c06dfb95-e2e1-471d-9020-1d65ea7e68d0") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "451a586f-f62a-4545-a058-dc3e9c58d345") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b6217f5e-b790-4b90-b810-2e24c37e1509") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ddff1547-3ff1-4264-91f4-88447aea0f55") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "50b5fd02-e325-4779-8a61-fc6a827d8327") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "52768a38-5c4c-496a-a6c0-c95cb888618e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "36a07f7f-5304-41e0-a5fe-08a5041ef8a5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 7 "Net-(U3A--)") + (pintype "passive") + (uuid "f0690382-0d3e-43e1-85dc-05883e12eb8a") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 26 "/GAIN") + (pintype "passive") + (uuid "3406fd10-6d6a-45a4-9deb-e5d954bcbde3") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder" + (layer "B.Cu") + (uuid "bff56826-1057-4fbf-8c8a-610af26a7f3b") + (at 73.66 148.844 180) + (descr "Capacitor SMD 2220 (5750 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C3" + (at 0 3.65 0) + (layer "B.SilkS") + (uuid "8022db9f-428e-4cbd-8a0d-99247ba52ab0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47u" + (at 0 -3.65 0) + (layer "B.Fab") + (uuid "4b04093e-6806-4b9d-a996-4d5d148f4610") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70e22e4e-915a-42a0-91d8-c7fabe886129") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8eaaa817-a44f-4273-a359-58c602f2274a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "442fdfcb-f39d-4dc8-a1ea-b5b28952c533") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9f3df606-c612-4116-ae6a-b09b2128ffae") + (attr smd) + (fp_line + (start 1.415748 2.61) + (end -1.415748 2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d22184d-79ad-4dc5-9ea5-c3858fe0368d") + ) + (fp_line + (start 1.415748 -2.61) + (end -1.415748 -2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "54597549-60cd-491a-9a09-b93199b431c6") + ) + (fp_line + (start 3.88 2.95) + (end -3.88 2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "45432fde-9101-4787-b32d-3a8331d6bc6b") + ) + (fp_line + (start 3.88 -2.95) + (end 3.88 2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "96eb747f-5d5c-4c1f-b686-edb6c5632432") + ) + (fp_line + (start -3.88 2.95) + (end -3.88 -2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0fb2c5c7-b0a9-409a-9d4e-300b5433fc22") + ) + (fp_line + (start -3.88 -2.95) + (end 3.88 -2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a4218732-a00a-4a2b-8cbe-115868a172b8") + ) + (fp_line + (start 2.85 2.5) + (end -2.85 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "477a631d-cc41-4acd-bcce-2ee26d55c42d") + ) + (fp_line + (start 2.85 -2.5) + (end 2.85 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9f46cdfa-6608-412a-a974-cb497a976104") + ) + (fp_line + (start -2.85 2.5) + (end -2.85 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "136bd70d-7d83-4949-a45a-dfa4c87cfdc8") + ) + (fp_line + (start -2.85 -2.5) + (end 2.85 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3254e7dc-e6ad-48a8-bb5b-12e20a846ddf") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "95d33e92-df80-488f-846d-1954f33c9250") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.6375 0 180) + (size 1.975 5.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.126582) + (net 5 "GND") + (pintype "passive") + (uuid "8d1ce02a-708a-43ea-8de4-cdad0cdd7ace") + ) + (pad "2" smd roundrect + (at 2.6375 0 180) + (size 1.975 5.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.126582) + (net 6 "-15V") + (pintype "passive") + (uuid "607f8b2c-569f-4204-86ba-f0d46ae59589") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_2220_5750Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" + (layer "B.Cu") + (uuid "c3165de2-a709-4f3b-a7e7-3d90424a3a9e") + (at 53.485 119.644 -90) + (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") + (tags "Potentiometer vertical Bourns 3299W") + (property "Reference" "RV2" + (at -2.54 -5.57 90) + (layer "B.SilkS") + (uuid "57bb7bf4-13e3-461c-96ce-93fa11a01bf9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1meg" + (at -2.54 -5.44 90) + (layer "B.Fab") + (uuid "ee730d90-2409-4b22-81e6-c1d3f22d04e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03ca8732-6e26-4f82-80f4-2f9899d5258c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce800837-f8f3-4ed0-9beb-263252e9e6d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "116cfff3-1eda-4c32-82de-81862f780721") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/cdc70f32-a2c5-48e0-9273-226bd0aaeda4") + (attr through_hole) + (fp_line + (start 2.345 2.03) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "35f6c4f2-7102-46d2-85de-b0fc089f6096") + ) + (fp_line + (start -7.425 -4.31) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e119e893-16b1-47c7-a12d-318d5bece534") + ) + (fp_line + (start 2.345 -4.31) + (end 2.345 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9995371-7ffd-4d28-910b-c08fe1a73b29") + ) + (fp_line + (start 2.345 -4.31) + (end -7.425 -4.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d9ac20a-dccc-456b-8954-c513fb7800d7") + ) + (fp_line + (start -7.6 2.2) + (end 2.5 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4383d8bf-c6e6-4107-be8d-4b262e70fcd4") + ) + (fp_line + (start 2.5 2.2) + (end 2.5 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d6e59f29-59eb-43cc-ab11-75566647ec0e") + ) + (fp_line + (start -7.6 -4.45) + (end -7.6 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "570c6fc9-97a3-434c-aca1-559b8e69eb9a") + ) + (fp_line + (start 2.5 -4.45) + (end -7.6 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5f1b663c-a486-4979-8335-30e2cd5e501e") + ) + (fp_line + (start -7.305 1.91) + (end 2.225 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e3b0233b-64de-457e-b911-8e0a0d0f64b0") + ) + (fp_line + (start 2.225 1.91) + (end 2.225 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a9c3dd70-9c64-427b-8b2b-2c2e89294d29") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "354d9d90-e9f3-45e1-b537-d3b157b500f8") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "68a0dd64-ec00-4345-9ee3-26740d453b52") + ) + (fp_line + (start -7.305 -4.19) + (end -7.305 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b8261423-6f61-4723-99f6-e0322241e554") + ) + (fp_line + (start 2.225 -4.19) + (end -7.305 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d1a9a90-567a-445d-8750-611ba1d4e061") + ) + (fp_circle + (center 0.955 -2.92) + (end 2.05 -2.92) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "4fe02e5b-1dbf-43da-b549-a506bef2f3ea") + ) + (fp_text user "${REFERENCE}" + (at -3.175 -1.14 90) + (layer "B.Fab") + (uuid "94d95d53-85ab-4b5a-b269-c4499d54a9bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(SW1-A)") + (pinfunction "1") + (pintype "passive") + (uuid "5d0b2872-c82a-48a5-8579-8755c985e993") + ) + (pad "2" thru_hole circle + (at -2.54 0 270) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "2") + (pintype "passive") + (uuid "345d5881-21ff-405d-9d99-c78cdfbc8afb") + ) + (pad "3" thru_hole circle + (at -5.08 0 270) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "3") + (pintype "passive") + (uuid "3f747ea9-8855-4909-8b9b-efb7cedec2ee") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "c377edb8-df5a-488d-91c8-a87fe77fb45b") + (at 60.895 140.97 180) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U1" + (at 0.189 -3.3528 0) + (layer "B.SilkS") + (uuid "77fa329c-a5f5-4e00-9aae-457566f4964f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 0 -3.4 0) + (layer "B.Fab") + (uuid "75c2ac67-320e-4dc0-819b-0793441c1a34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7cc91eb-7218-45e4-ae72-901a2e07b03d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1064d8d-534b-41ab-b593-1f42074d6f49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a405fca0-2156-4335-9c48-4b870fde956b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a674e013-f48e-4b21-ad18-c8fe2d364e5a") + (attr smd) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa4dbf80-894a-4ed4-8dae-5ec093a9f870") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72fb48f8-209e-4b7d-978e-1322f8bab997") + ) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0dcb6bc-41f3-420b-82f1-028b7ca80b9d") + ) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "659a1643-c33e-4983-8aa4-31f922626810") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "b4f61f6f-2540-48e8-b96c-eadde93c7922") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9fcd2690-c4b9-44ef-acc6-44384016b760") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a9b77b55-a68a-4504-af6f-504d0a1ed814") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0f92e33d-f35a-4772-8e9f-88795ab33b9a") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "64375e2c-34a5-4096-9e82-c8baa2c3de34") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e389e71d-3a4f-476a-a020-87a3e09b37d2") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56055e70-3cbb-4da0-99ee-df55a7aadbcb") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7683f1a8-0516-4a8d-a572-d93e22d224b8") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "83e31330-0acf-4b7a-9a9a-630020437952") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb82c54e-9ead-44d2-ae0b-124734c9a915") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "fe620df1-eaa7-46ac-a7f5-cec49459cc01") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad2)") + (pintype "output") + (uuid "dfeb1ebc-62ed-4996-a6be-8b9d0a171c1f") + ) + (pad "2" smd roundrect + (at -2.475 0.635 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(U1A--)") + (pinfunction "-") + (pintype "input") + (uuid "47faba68-2354-41d9-8fce-763e0e5c25c6") + ) + (pad "3" smd roundrect + (at -2.475 -0.635 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "GND") + (pinfunction "+") + (pintype "input") + (uuid "6759dc5c-f71f-4069-89ec-a8067277f6fd") + ) + (pad "4" smd roundrect + (at -2.475 -1.905 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "e101ebb8-4194-48d7-8c42-7949a727b950") + ) + (pad "5" smd roundrect + (at 2.475 -1.905 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(U1B-+)") + (pinfunction "+") + (pintype "input") + (uuid "688025ef-3bde-4a08-a8c7-db3bef5cbabf") + ) + (pad "6" smd roundrect + (at 2.475 -0.635 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 13 "Net-(U1B--)") + (pinfunction "-") + (pintype "input") + (uuid "de0b5a9c-b212-4b57-8518-205269680266") + ) + (pad "7" smd roundrect + (at 2.475 0.635 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "Net-(R15-Pad1)") + (pintype "output") + (uuid "b7f79a10-87c4-4e41-93c2-28a81afe04d3") + ) + (pad "8" smd roundrect + (at 2.475 1.905 180) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "71815b24-4c87-4660-8431-225ff568a282") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "c416b7f7-a799-436f-8f2a-1f90216e12c3") + (at 72.836 85.344 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C14" + (at 0.7 -1.778 0) + (layer "B.SilkS") + (uuid "b29f4a1c-604b-43ff-b125-b07fa2a1e772") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "20c7a549-b54c-4c12-8979-f923e13c8a83") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21c0cbba-f968-4192-ac9c-91118dc76642") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f4dc45b-e7d4-4455-bf1c-b360c930a463") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b789334-cfed-420b-a8a5-ecb853c00229") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8e805d40-6716-4dd7-8133-f60037b6d058") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "28e9db58-dfa3-4f19-8002-203493d432e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f48957b6-406e-4502-9a04-5bab7391d151") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5241643c-6f6e-41fb-b6c4-ed03bf9f7e6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/c3196a42-2ad7-4a94-b72a-2d7faf449fff") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dccb6743-68ab-4a21-a634-3a3fe142f0c9") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6723ecd1-06dc-4b62-ad33-5c0b36526861") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5c343520-d4e1-4b76-9575-ffd0caf96653") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4dd055d4-dbbb-492e-aa8b-9d2a86ef8594") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ea1effc3-07e7-41ae-9a37-ad412c728297") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "670081c9-0461-4c24-bf3e-4fa0444d20d3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9759ddb4-15bd-40a1-be21-ab76346810eb") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3051e544-28f1-4def-bce9-9623b19da449") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "16227889-0fcc-4b44-820f-8cbb5b1b9e38") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3788df75-1e27-4ddb-b8ae-c3b19d7dca9a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "5d92bf6c-a802-4c0b-a2c9-7aa8a23998f2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 5 "GND") + (pintype "passive") + (uuid "5660068f-eef7-428a-8e90-6287a27e723d") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 6 "-15V") + (pintype "passive") + (uuid "54a8a284-f016-45b2-b44e-b1361dc00d47") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "c467111c-19a3-4081-b0a5-d78ad58646ca") + (at 71.755 125.6665 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C1" + (at 0 1.7145 0) + (layer "B.SilkS") + (uuid "8bf56648-9563-435a-ac28-f5637c4e7fd0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22p (C0G)" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "a30e2140-927c-47ec-9dce-354342b4a9fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15985214-2ef9-4ed8-97ce-199b12dcd7a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5a9e39c-66e2-4aa2-97c7-b13e76047862") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20612d79-aacd-48ae-a131-1f49e9b8640f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e8848c6c-f89d-4b28-af0c-5b7fbcb96683") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "37150176-e623-4711-9dd6-118f4a953e96") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "28fe0207-e8e0-4030-a4a4-b3435c775305") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2ddf6052-12fd-49a3-a4be-53d41c1e6950") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f5852aed-fd7a-42bb-b657-b23bae3c3531") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ca05f8b1-5fa6-4777-ba0c-e114e1524739") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b450e772-fa4b-44d3-8c11-79d6312e74fa") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "41e1ee70-290a-46c4-bd55-d0b4558e2d85") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9bab2053-4ef4-4274-99b9-c1ed0b6b6f03") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "841b5699-00e4-4891-a92b-5128abb479e1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7ecb2871-bfab-4c16-ac85-7dd13c6db132") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "6f883f0f-088f-4015-a8d4-ec7558b582ce") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "Net-(U1A--)") + (pintype "passive") + (uuid "afed4eb6-db18-457c-97fb-436bc60418ea") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "Net-(C1-Pad2)") + (pintype "passive") + (uuid "ea9f0b08-bab2-4b78-9f2a-bef0414fc810") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder" + (layer "B.Cu") + (uuid "d462f837-071a-4ea6-b2a0-9f97f64d11ee") + (at 57.023 151.892 180) + (descr "Capacitor SMD 2220 (5750 Metric), square (rectangular) end terminal, IPC-7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C6" + (at -0.127 -3.7084 0) + (layer "B.SilkS") + (uuid "a0db3fc6-03fa-4138-ae6c-988876b58da5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "470n (C0G)" + (at 0 -3.65 0) + (layer "B.Fab") + (uuid "c527d249-f197-47b9-a619-f37eec6e1678") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce8c1594-5520-487c-bed3-01716161b6d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72c3a6b8-fe06-4a50-90a1-4245078b5884") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "59d3b22b-54a6-4fc3-a191-90d75a959d78") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/441d440b-822a-47a8-93dc-2039de9d4c94") + (attr smd) + (fp_line + (start 1.415748 2.61) + (end -1.415748 2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c6f4d64-4736-4e61-a6b8-5e48dea13494") + ) + (fp_line + (start 1.415748 -2.61) + (end -1.415748 -2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "97228289-7623-4bd8-8779-19efd62519c5") + ) + (fp_line + (start 3.88 2.95) + (end -3.88 2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "397ef57f-493a-48f7-b016-77fb6a04e61e") + ) + (fp_line + (start 3.88 -2.95) + (end 3.88 2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "24e9d3a3-f17d-488b-b4f6-42a813be81f2") + ) + (fp_line + (start -3.88 2.95) + (end -3.88 -2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "69f8b07a-4e4f-41f2-9aed-b5fb935d6aa3") + ) + (fp_line + (start -3.88 -2.95) + (end 3.88 -2.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "692a53a4-ff5e-481f-a31a-5a2c09535498") + ) + (fp_line + (start 2.85 2.5) + (end -2.85 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "515999ad-6d61-45c7-8e5b-0c841ade8833") + ) + (fp_line + (start 2.85 -2.5) + (end 2.85 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8eb1e092-8136-4ce6-99a9-31e0f17d811e") + ) + (fp_line + (start -2.85 2.5) + (end -2.85 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "33617bea-1a94-4246-a3d8-a2945e4eda50") + ) + (fp_line + (start -2.85 -2.5) + (end 2.85 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fe700a7e-b8c6-47da-8623-a36a5ab0836f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "337034f6-4e9e-4f69-8ad8-62fc22983ba8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.6375 0 180) + (size 1.975 5.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.126582) + (net 38 "Net-(U2-ANODE)") + (pintype "passive") + (uuid "ea23809f-1fcb-40e2-bfa8-f27286634f05") + ) + (pad "2" smd roundrect + (at 2.6375 0 180) + (size 1.975 5.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.126582) + (net 12 "Net-(U1B-+)") + (pintype "passive") + (uuid "5ffa9fc1-77bd-439e-bd64-24c1d8ebf506") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_2220_5750Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "dc4a79ed-4cca-4cad-a9ef-2e1ed777546e") + (at 64.516 83.82) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R11" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "094104ee-8949-4e54-9342-2f0d3443e37a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "b47a1b4c-8ce1-4f8b-acf6-29469aa7db13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3e7ff62a-2d03-4e04-9f00-2da516d7d785") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2677c557-ead4-4fdf-9950-6c600f823f49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ebf51da-5dbb-489b-bc62-1620855da9a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8041a758-defd-41a0-b240-7e803176cd28") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0ef46054-2117-49cf-a1cd-885444d16e30") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "98872f9d-7513-4f5e-8328-afd67d3f0c18") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "de870342-7a34-4aba-8468-e6d6435ebf20") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a936a006-ada2-4455-8e3f-62f837d189ef") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "05494d30-452b-4c57-8688-a6f4910f7d54") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8ba65277-d538-4b44-987a-28a4960d5958") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cea2a9ee-3e67-4527-ab95-1fb7ac031947") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "290df6f8-5bb8-4fe4-920d-f274c3f59989") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5f8d068b-a89d-448e-a912-4c91ad5756c0") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b1b55ee2-9eed-4390-9690-76092a10c79e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "895e4ca8-9190-44bb-9ebc-01931cf49fc3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 15 "Net-(C8-Pad1)") + (pintype "passive") + (uuid "baf6d433-80f0-4f59-8d4b-1c5749194d4f") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 9 "Net-(U3B--)") + (pintype "passive") + (uuid "c0dad4c5-70f4-40f8-b04c-ff62ccf0fc30") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical" + (layer "B.Cu") + (uuid "e7e4b897-749e-4cfd-8f43-1f465221a4ba") + (at 88.646 76.962 90) + (descr "Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf") + (tags "Potentiometer vertical Bourns 3299W") + (property "Reference" "RV3" + (at 3.302 -1.016 180) + (layer "B.SilkS") + (uuid "b2392c5c-3158-4ebc-995c-5d870aa67e14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at -2.54 -5.44 90) + (layer "B.Fab") + (uuid "dddbae69-6169-4603-81d6-940191635aba") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db46e6d7-c36e-4162-96df-0b15e8b790f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce37d7d2-5538-4067-8cc8-ddb72414eef4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "acc07689-31fe-4d7e-ba39-d9fb338581f8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9a8faad8-b13e-4616-9ed9-8436fd4135ae") + (attr through_hole) + (fp_line + (start 2.345 -4.31) + (end -7.425 -4.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b3499ae-e585-4ca6-9bd5-68dee9b193ee") + ) + (fp_line + (start 2.345 -4.31) + (end 2.345 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9fca472-8122-404f-8c0f-814fa5027988") + ) + (fp_line + (start -7.425 -4.31) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d38cdad-cb86-47be-bf47-f7851c22acec") + ) + (fp_line + (start 2.345 2.03) + (end -7.425 2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b576cbb-0bee-44e6-97d3-cb116e5493eb") + ) + (fp_line + (start 2.5 -4.45) + (end -7.6 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cd45b2d3-5f9a-4452-8d62-645c0c4e9525") + ) + (fp_line + (start -7.6 -4.45) + (end -7.6 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "07b54fa6-9f82-4a8b-92c6-889c1344ebda") + ) + (fp_line + (start 2.5 2.2) + (end 2.5 -4.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0ddc6141-1d63-4273-b596-22867c7f6eea") + ) + (fp_line + (start -7.6 2.2) + (end 2.5 2.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "af428484-52a2-421c-b462-e08d6de2d82a") + ) + (fp_line + (start 2.225 -4.19) + (end -7.305 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "26a5e1d6-c9f7-4ba2-929b-63d6606741f9") + ) + (fp_line + (start -7.305 -4.19) + (end -7.305 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e5bd5285-271c-4532-a04c-6693821ef134") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2d0e2001-374d-4053-bd89-5e406ef98059") + ) + (fp_line + (start 0.956 -1.836) + (end 0.955 -4.005) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "488b44db-6b8f-4fb7-b813-7e038bdbb54d") + ) + (fp_line + (start 2.225 1.91) + (end 2.225 -4.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "61deb4e1-188c-4945-934a-a618afd48e4e") + ) + (fp_line + (start -7.305 1.91) + (end 2.225 1.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "85167f47-10fa-4d5c-918e-c6562973f2a8") + ) + (fp_circle + (center 0.955 -2.92) + (end 2.05 -2.92) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "5be512dc-51e9-4a55-bb30-c072f3419833") + ) + (fp_text user "${REFERENCE}" + (at -3.175 -1.14 90) + (layer "B.Fab") + (uuid "99c17f1c-4d41-4e8b-8671-415267de313f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "63ea5c50-a80f-46af-8811-f8a2cbfda05b") + ) + (pad "2" thru_hole circle + (at -2.54 0 90) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(R6-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "dd7dd7ab-ae54-45eb-91d0-ab7c416b1941") + ) + (pad "3" thru_hole circle + (at -5.08 0 90) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "-15V") + (pinfunction "3") + (pintype "passive") + (uuid "d449a698-756a-4358-85ec-2a7ea7cc6eee") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3299W_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 91.1 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "7e8d52e3-b21f-4ad4-b9c8-f9fcca679d1b") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ca0c9295-7fa9-44db-bf69-c9a56bc08580") + ) + (gr_line + (start 91.1 50.8) + (end 50.8 50.8) + (stroke + (width 0.15) + (type default) + ) + (layer "Edge.Cuts") + (uuid "e9f95942-3e54-4617-96db-0ebdd43d4e4b") + ) + (segment + (start 71.7 130.16725) + (end 70.23875 130.16725) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "0e530c4a-8cfb-48d3-b822-367b72cb155e") + ) + (segment + (start 64.67 135.736) + (end 64.67 140.054) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "333cb77a-fc5d-4b29-87b9-39428b53695a") + ) + (segment + (start 72.7925 129.07475) + (end 72.725 129.14225) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "381be928-aa48-42b7-9c1c-bcb4d6aa74dd") + ) + (segment + (start 72.7925 124.25825) + (end 72.7925 125.6665) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "58026aab-3ac7-4556-aeb3-196828a1af04") + ) + (segment + (start 70.725 120.745) + (end 70.725 122.19075) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8f0d04ae-7dd8-496d-96c5-d7fc114e0bcc") + ) + (segment + (start 72.725 129.14225) + (end 71.7 130.16725) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "9ab2fb59-c818-4f64-b816-e357305b8e9f") + ) + (segment + (start 64.67 140.054) + (end 64.389 140.335) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "bc9172a3-1a68-4d69-b51a-a672d1389f7a") + ) + (segment + (start 64.389 140.335) + (end 63.37 140.335) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "c10c0c9c-925f-4234-bcbd-b7262fb15215") + ) + (segment + (start 72.725 118.745) + (end 70.725 120.745) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "d98a9ad8-c63c-467f-9dd9-dfd9c9785c0c") + ) + (segment + (start 72.7925 125.6665) + (end 72.7925 129.07475) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "dba342ef-4317-4c4d-b55b-c7bcbc886f27") + ) + (segment + (start 70.23875 130.16725) + (end 64.67 135.736) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "e2ce5e00-22a3-40bb-b632-e44470fdf4f9") + ) + (segment + (start 70.725 122.19075) + (end 72.7925 124.25825) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "fcc8d9a2-56b7-462f-ba55-d5af2e522996") + ) + (segment + (start 70.62806 129.14225) + (end 70.725 129.14225) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "0ff08e0f-6e16-4366-8cb3-af8428b6f6d8") + ) + (segment + (start 70.725 125.674) + (end 70.7175 125.6665) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "2dd1f9e8-14bc-49f6-bc33-7a00f65d12ac") + ) + (segment + (start 70.725 129.14225) + (end 70.725 125.674) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "4bf5eb88-3ed0-4b5d-9b4a-665dd4c7bfe9") + ) + (segment + (start 63.37 136.40031) + (end 70.62806 129.14225) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "619b7bc4-fa5b-4165-a449-90e37f778837") + ) + (segment + (start 63.37 139.065) + (end 63.37 136.40031) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "858ef50b-05e0-40ad-b218-cd1d21971277") + ) + (segment + (start 67.405 122.19075) + (end 67.405 122.354) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "938720ed-709d-4c2c-9035-aef0798d1386") + ) + (segment + (start 67.405 122.354) + (end 70.7175 125.6665) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "dc50c18b-d521-485d-b0a0-0fa62b117118") + ) + (segment + (start 67.437 116.459) + (end 67.437 120.15875) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "6ddeec7d-f106-45c4-9c4a-aa0ca5e4071c") + ) + (segment + (start 67.437 120.15875) + (end 65.405 122.19075) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8729c2fe-ca81-4a3c-b636-a597c8eb3aff") + ) + (segment + (start 70.358 134.205969) + (end 70.358 139.319) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "c18ff4a3-d730-41de-82c6-e4f2c4776a32") + ) + (segment + (start 60.96 127) + (end 63.152031 127) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "d8595d75-b36d-4b2d-b95d-d0da7cea1c4a") + ) + (segment + (start 63.152031 127) + (end 70.358 134.205969) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "da29ee24-aa6f-46a3-af21-a0372b444d51") + ) + (segment + (start 62.835 117.132) + (end 62.835 125.125) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "0ce96ae6-2e02-4402-bed3-40404b120c00") + ) + (segment + (start 62.835 125.125) + (end 60.96 127) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "46578d7f-81fa-43d3-9972-703c608282be") + ) + (segment + (start 62.162 116.459) + (end 62.835 117.132) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "dff0722f-e33a-4542-ac50-9d22e1e9be7c") + ) + (segment + (start 73.79 140.84) + (end 73.66 140.97) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "0083806f-a28b-4b15-aa3a-d71c19309425") + ) + (segment + (start 81.28 140.84) + (end 73.79 140.84) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "a6d7737d-c44a-475c-b992-c227030f6d13") + ) + (segment + (start 79.06 134.94) + (end 79.06 134.5) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "aabcc81d-ff5a-402c-b9b2-cbcc177df10b") + ) + (via + (at 62.992 74.93) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "06ba25d2-abc6-4777-b5a8-82516da23f36") + ) + (via + (at 68.58 84.074) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "53cba34b-acd3-4276-8dd5-0425ada44b94") + ) + (via + (at 65.024 147.066) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "57a935c4-9d6f-4f84-aff3-73bc1aff7877") + ) + (via + (at 74.168 148.844) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "6a366763-74e3-48e7-b537-1c7811588cf8") + ) + (via + (at 56.6045 135.89) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "74ba8dd7-b882-4a5b-97c0-22b04f5b03bd") + ) + (via + (at 66.802 75.438) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "ae306f7f-3ba0-43be-a2d1-c6102a7f3b0b") + ) + (via + (at 73.914 87.376) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "b3b6c3b1-e23a-4524-8123-81fab56e2331") + ) + (via + (at 61.636905 141.478) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "c7fc9e7a-cf93-4076-b255-de44bae8d5e4") + ) + (via + (at 71.628 103.886) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "cc7c0082-0df3-4ec6-85ac-e601809de6ad") + ) + (via + (at 75.692 82.7755) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "f68e6fb2-46a6-4f03-aa3c-ce33c911c803") + ) + (via + (at 56.114099 146.877001) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "f6912f5c-c6d2-4c98-b7da-37f9536260f6") + ) + (segment + (start 53.649001 146.877001) + (end 56.114099 146.877001) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "076b0c7a-a297-4de2-834e-8ca7d2cbd310") + ) + (segment + (start 63.37 141.605) + (end 61.763905 141.605) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "1ce30a85-214b-40d6-aeb1-3b2469e64c06") + ) + (segment + (start 58.0175 135.89) + (end 56.6045 135.89) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "31e01517-4217-478a-b732-1d5c37fd341c") + ) + (segment + (start 80.01 57.15) + (end 77.47 57.15) + (width 0.762) + (layer "B.Cu") + (net 5) + (uuid "3fc1f746-afc7-4985-a2f2-04c2da912353") + ) + (segment + (start 71.628 102.108) + (end 71.628 103.886) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "44c6448b-c903-413b-8a30-04ef6fbc45f2") + ) + (segment + (start 68.645 82.55) + (end 68.645 84.009) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "4e7863a3-d839-40af-8f9d-c491f19e5c66") + ) + (segment + (start 52.624 145.852) + (end 53.649001 146.877001) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "4f4c0c4b-48d6-4277-af2e-84e65e2d1990") + ) + (segment + (start 68.645 84.009) + (end 68.58 84.074) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "505c415d-394a-4095-b4bb-51a460dd61df") + ) + (segment + (start 73.8735 85.344) + (end 73.8735 87.3355) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "53f07562-6e0b-41fd-8ef4-eb3861c43d7a") + ) + (segment + (start 63.7755 145.8175) + (end 65.024 147.066) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "5f6539e4-2e50-4dff-adf1-1a8b9165f77f") + ) + (segment + (start 73.595 81.28) + (end 74.04031 81.28) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "63295663-345f-4f03-8d8a-5d2849448526") + ) + (segment + (start 77.47 54.61) + (end 80.01 54.61) + (width 0.762) + (layer "B.Cu") + (net 5) + (uuid "6b4a65c0-37b0-460e-ab43-84d8416b703c") + ) + (segment + (start 77.47 57.15) + (end 77.47 54.61) + (width 0.762) + (layer "B.Cu") + (net 5) + (uuid "6dcdf418-1166-4e99-9f6b-1bc933326054") + ) + (segment + (start 63.2 73.406) + (end 63.2 74.722) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "7a85351f-18ae-46bb-bd6a-1bd3effb61fa") + ) + (segment + (start 56.410999 146.877001) + (end 56.114099 146.877001) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "89f3bad9-0fe3-4c4c-afba-d13cb9fb3bbd") + ) + (segment + (start 80.01 54.61) + (end 80.01 57.15) + (width 0.762) + (layer "B.Cu") + (net 5) + (uuid "8c870202-c1b2-4b29-9506-4a378d924f1c") + ) + (segment + (start 73.8735 87.3355) + (end 73.914 87.376) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "8d89039e-1d91-48e3-ab51-c26da74a27be") + ) + (segment + (start 76.2975 148.844) + (end 74.168 148.844) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "9255ebc8-2647-48ef-8f8d-634eae4352ea") + ) + (segment + (start 68.283 75.438) + (end 66.802 75.438) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "a0564c1f-8357-4e5d-9823-5b3d53d83826") + ) + (segment + (start 63.2 74.722) + (end 62.992 74.93) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "b2833bd2-bf8a-4bd9-9b3f-5f27a21b0129") + ) + (segment + (start 57.436 145.852) + (end 56.410999 146.877001) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "b2b08067-d5a3-49ea-b34c-3b99d122afdb") + ) + (segment + (start 74.04031 81.28) + (end 75.53581 82.7755) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "c33b15df-6c9b-4b48-b9e4-618183f9b71a") + ) + (segment + (start 66.28881 145.852) + (end 66.238 145.852) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "cbf1b4a8-b9e5-49c5-ba18-0bc0d9a0b1b5") + ) + (segment + (start 66.238 145.852) + (end 65.024 147.066) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "cdacc058-16a3-4188-9918-1e562d2c709b") + ) + (segment + (start 61.763905 141.605) + (end 61.636905 141.478) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "d4d565e3-0b66-4b06-afac-101f7fbf0bf3") + ) + (segment + (start 75.53581 82.7755) + (end 75.692 82.7755) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "e4022a39-f5a3-4eeb-a5d7-fc8b6c7b4bc0") + ) + (segment + (start 62.992 57.277) + (end 60.325 54.61) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "0138e720-4618-4f7e-b31b-7c8f8a467f7b") + ) + (segment + (start 71.0225 150.7785) + (end 71.0225 148.844) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "122d7bec-c14b-4e1c-822c-6c2adbef9229") + ) + (segment + (start 81.81 77.754173) + (end 81.81 76.476) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "129af9cc-87ef-419e-90de-7340b4b81126") + ) + (segment + (start 90.141 109.601) + (end 90.141 140.491) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "1991919f-7da2-4460-aff0-5617219de482") + ) + (segment + (start 62.484 58.166) + (end 65.7225 61.4045) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "1b654ca5-ccb9-4b43-9f35-ae8c7b8ca124") + ) + (segment + (start 85.302 145.33) + (end 73.956 145.33) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "2169c9d0-4d03-4b24-ba11-0e6e5b49e339") + ) + (segment + (start 71.7985 67.4805) + (end 71.7985 71.374) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "2c98c9cd-044e-4655-bcd2-36861347e641") + ) + (segment + (start 75.202044 61.4045) + (end 90.141 76.343456) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "314cf175-0b11-4d42-8b49-4af2e54c188b") + ) + (segment + (start 86.5505 144.0815) + (end 76.454 154.178) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "3c147f30-85b3-4acd-b8c7-d860f3565a75") + ) + (segment + (start 80.137 118.745) + (end 82.677 118.745) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "40dfac42-b3b4-4b5b-8450-00777093a39c") + ) + (segment + (start 71.7985 71.374) + (end 71.7985 85.344) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "42c09964-01aa-42d8-939b-7707c0115421") + ) + (segment + (start 74.422 154.178) + (end 65.532 154.178) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "43eb64db-a9b7-4c98-b65f-6a1b02ca9813") + ) + (segment + (start 61.824905 145.882) + (end 61.824905 144.420095) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "49a3fe8c-d83a-48cd-9d82-4f07b44c85d0") + ) + (segment + (start 62.484 58.166) + (end 60.325 56.007) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "4f003d78-2420-4ee0-9542-660f5ec606b6") + ) + (segment + (start 88.646 82.042) + (end 86.097827 82.042) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "515e54dd-720f-4767-8e73-47d8e4e8ad3a") + ) + (segment + (start 80.099 74.765) + (end 75.1895 74.765) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "5ae880f3-d4c2-4ccb-91fc-9c6e55f9b9bd") + ) + (segment + (start 73.595 83.5475) + (end 71.7985 85.344) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "5b6b0d4f-6115-4851-b8cd-127d3df06362") + ) + (segment + (start 86.5505 144.0815) + (end 85.302 145.33) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "5d28288a-d9f8-450b-9c50-5e937c72560c") + ) + (segment + (start 60.325 56.007) + (end 60.325 54.61) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "62e15529-7117-49f5-a9ee-82b6a42191d0") + ) + (segment + (start 75.1895 74.765) + (end 71.7985 71.374) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "74b4f1bd-5489-4438-afb0-d9d95e39884e") + ) + (segment + (start 61.824905 144.420095) + (end 63.37 142.875) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "7a8e1c13-7cb1-4b79-aa0d-6ca27fffa34b") + ) + (segment + (start 73.956 145.33) + (end 72.5805 143.9545) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "7dc19c15-f4a7-4071-b3aa-176a0a82a5d5") + ) + (segment + (start 71.755 143.129) + (end 70.358 143.129) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "9318d1a4-b4e8-4dc6-be89-0e3485036451") + ) + (segment + (start 72.3698 136.4692) + (end 72.3698 143.7438) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "95af9f38-404b-4b99-af9b-f844ca0b3c48") + ) + (segment + (start 86.097827 82.042) + (end 81.81 77.754173) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "988a6c69-46f0-4a86-b95f-f2bdd8e45341") + ) + (segment + (start 90.141 109.601) + (end 90.141 111.281) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "9ee23ec2-9337-4502-8627-9568bf1008b5") + ) + (segment + (start 76.454 154.178) + (end 74.422 154.178) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "a2349a49-80d6-4a9f-b4a8-96b4f3079851") + ) + (segment + (start 73.595 82.55) + (end 73.595 83.5475) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "b5f0bddb-546c-433f-b29e-bd9b1185c54e") + ) + (segment + (start 90.141 76.343456) + (end 90.141 109.601) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "b613377c-279d-4ae3-bef0-3135ba9730cd") + ) + (segment + (start 72.5805 143.9545) + (end 72.9615 144.3355) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "b9c3241a-8342-49a2-81e4-8bd6ff75c7f5") + ) + (segment + (start 71.755 143.129) + (end 72.9615 144.3355) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "bf51ca12-02b3-40fa-9088-a10e46f1196d") + ) + (segment + (start 72.3698 143.7438) + (end 72.5805 143.9545) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "c8b742f7-ee56-471d-b414-6c5876003e66") + ) + (segment + (start 61.824905 150.470905) + (end 61.824905 145.882) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "d7d53dd2-d49d-474c-8366-d776edb56533") + ) + (segment + (start 82.677 118.745) + (end 90.141 111.281) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "d87421eb-ee33-45e9-b5c3-97ffd1746bbc") + ) + (segment + (start 66.183 57.277) + (end 62.992 57.277) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "d8faf44f-28c8-4626-9bc5-e2c7b08ad3e9") + ) + (segment + (start 90.141 140.491) + (end 86.5505 144.0815) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "df6bac25-e081-4cb3-bbc4-57ad6c8fa454") + ) + (segment + (start 65.7225 61.4045) + (end 75.202044 61.4045) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "eddc9c65-92f4-425d-8ef4-1d49b1b7a8ce") + ) + (segment + (start 81.81 76.476) + (end 80.099 74.765) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "ee41a9d1-7187-40e0-88ba-84597782161d") + ) + (segment + (start 62.484 58.166) + (end 71.7985 67.4805) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "ee9a1e05-fad8-4096-8562-fc0637e92aa9") + ) + (segment + (start 71.0225 150.7785) + (end 74.422 154.178) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "f1e3e9be-2771-4793-9fae-3fe31057ddae") + ) + (segment + (start 65.532 154.178) + (end 61.824905 150.470905) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "f663b987-a469-4501-9cab-c8579a4f1070") + ) + (segment + (start 72.39 136.449) + (end 72.3698 136.4692) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "fa1e2788-ded3-48bf-abc7-2efa4701da14") + ) + (segment + (start 75.2 80.01) + (end 73.595 80.01) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "04c5ec26-c00e-4775-b330-b581e93f7f15") + ) + (segment + (start 78.2535 77.216) + (end 79.502 78.4645) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "13f672d5-25af-4756-910a-5c82d68b2b6d") + ) + (segment + (start 78.985 82.051) + (end 77.241 82.051) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "6f144330-b45f-4c99-860d-4aa871e3c900") + ) + (segment + (start 80.915 77.246) + (end 80.885 77.216) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "73c81a9f-6e9f-44e4-b5f4-d9c273dc7b43") + ) + (segment + (start 80.915 85.026) + (end 80.915 81.026) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "9b73fbe3-cdcc-43c3-add8-2a37af0c4846") + ) + (segment + (start 80.885 77.216) + (end 78.2535 77.216) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "9dedbcc8-92a0-44d7-b530-2428eda20bcf") + ) + (segment + (start 79.502 78.4645) + (end 79.502 81.534) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "a4a85312-a7bf-4937-b128-8db4bc8b9e58") + ) + (segment + (start 76.216 81.026) + (end 75.2 80.01) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "b1a95e8f-ba24-4911-b52f-28337bfcd639") + ) + (segment + (start 77.241 82.051) + (end 76.216 81.026) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "e9830dd7-da46-47a7-8d5a-b0af573b7b93") + ) + (segment + (start 79.502 81.534) + (end 78.985 82.051) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "eac399e7-9643-4dec-9c88-bde102bcf437") + ) + (segment + (start 80.915 81.026) + (end 80.915 77.246) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "f01ca133-b378-4e6c-ab24-645aea6741ae") + ) + (segment + (start 73.66 76.454) + (end 62.992 76.454) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "b1633fe2-4b52-4074-b3e2-0a0e676e1abf") + ) + (segment + (start 62.992 76.454) + (end 61.722 75.184) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "f96abeca-2b5b-40fd-962a-9a473d5fe838") + ) + (via + (at 61.722 75.184) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "492af8e6-270d-464b-9426-9a74fc4c72ab") + ) + (via + (at 73.66 76.454) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "d57fffae-7bb1-40e3-bb66-0232f59bcc32") + ) + (segment + (start 76.1785 77.216) + (end 74.6545 78.74) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "1cd20a5c-a786-407c-8e43-3ab3c0b6f352") + ) + (segment + (start 61.722 74.708) + (end 61.722 75.184) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "49e88e94-edc1-47d9-8718-6083e93914aa") + ) + (segment + (start 60.42 73.406) + (end 61.722 74.708) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "87ac755e-a486-4139-9427-8647d3656187") + ) + (segment + (start 75.93 78.74) + (end 73.595 78.74) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "89a2ae5b-7d0b-4c81-bfc2-9cb1fbd9f7b8") + ) + (segment + (start 73.595 76.519) + (end 73.66 76.454) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "99014c50-2231-4e5f-bcb5-9e1c92f13d73") + ) + (segment + (start 74.6545 78.74) + (end 73.595 78.74) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "a6367d20-1a5d-4d6d-aca1-8c3a07306a5b") + ) + (segment + (start 73.595 78.74) + (end 73.595 76.519) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "de01bdde-c8e1-49a6-ab38-bac6b5b1f1a3") + ) + (segment + (start 78.216 81.026) + (end 75.93 78.74) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "e7235904-5b40-4530-95a1-82b81b92fc9c") + ) + (segment + (start 63.4785 80.518) + (end 63.4785 77.2535) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "00ae5598-1cd0-4f99-87f9-a343fdaf3517") + ) + (segment + (start 63.4785 77.2535) + (end 63.516 77.216) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "24d3afd0-7c48-4ea7-9e7e-6a627b31e434") + ) + (segment + (start 65.516 82.5555) + (end 63.4785 80.518) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "4a1f42f9-6aaf-4a03-a3f3-34c0ff586d92") + ) + (segment + (start 68.645 81.28) + (end 68.056 81.28) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "55556f25-902f-4502-b9fa-492e19668023") + ) + (segment + (start 65.516 83.82) + (end 65.516 82.5555) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "b998e314-7931-424e-bb5c-05b641b51fa7") + ) + (segment + (start 68.056 81.28) + (end 65.516 83.82) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "cb2bead6-1284-40fc-ae39-2adfcc5de3e0") + ) + (segment + (start 57.880999 132.08) + (end 59.912999 134.112) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "57d1a83f-616d-4809-8bc8-efec81b60ce4") + ) + (segment + (start 59.912999 134.112) + (end 67.201773 134.112) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "640fdc51-2c03-4ba5-842d-686b5b083295") + ) + (segment + (start 67.201773 134.112) + (end 67.291273 134.2015) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "f95c2feb-60d4-405d-a1e7-88f9a50f1193") + ) + (via + (at 67.291273 134.2015) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 10) + (uuid "3e9c3da6-3f1c-4053-bc91-2133559ffcdc") + ) + (via + (at 57.880999 132.08) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 10) + (uuid "98ce915b-f731-488b-9499-a980ea1e3ac8") + ) + (segment + (start 54.737 128.936001) + (end 57.880999 132.08) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "27cb46e1-ed72-4b3d-bbc3-b5fc81cd283a") + ) + (segment + (start 68.9985 134.2015) + (end 67.291273 134.2015) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "37fd38a3-e6e3-4f68-9118-da535f0813d5") + ) + (segment + (start 68.645 80.01) + (end 66.0615 80.01) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "58aab99b-2416-439d-b27d-1085b07883db") + ) + (segment + (start 65.516 77.216) + (end 65.516 77.257751) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "5d00081f-57b4-4b4a-ba69-6df7061d057b") + ) + (segment + (start 66.0615 80.01) + (end 65.5535 80.518) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "5f25fd7e-4bb1-42ff-8559-660124fbad73") + ) + (segment + (start 69.945 80.933249) + (end 69.945 85.535972) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "7a0a2ec0-4d9d-40c5-8e34-d550b7f3bea4") + ) + (segment + (start 69.945 85.535972) + (end 54.737 100.743972) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "80afe3fa-770a-4ab3-b04f-7f5f41a447b7") + ) + (segment + (start 65.516 77.257751) + (end 68.268249 80.01) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "8c95a864-ccbe-4dab-95cc-82ad247f0ed2") + ) + (segment + (start 68.645 80.01) + (end 69.021751 80.01) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "9ea60cad-9db5-489a-bbb8-f69b90a92a3c") + ) + (segment + (start 69.021751 80.01) + (end 69.945 80.933249) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "b332851f-8ff0-4739-8292-92f82acd1d1c") + ) + (segment + (start 68.268249 80.01) + (end 68.645 80.01) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "cbe40585-5c81-40f2-9234-4a433d0897b2") + ) + (segment + (start 54.737 100.743972) + (end 54.737 128.936001) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "ce6a78f6-8912-4b83-8f04-2fac16398440") + ) + (segment + (start 70.612 132.588) + (end 68.9985 134.2015) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "e6e0edd2-0830-4074-a413-73f5160b83e5") + ) + (segment + (start 88.9 147.32) + (end 88.9 139.34) + (width 0.25) + (layer "F.Cu") + (net 11) + (uuid "012bc590-fd44-4176-8b15-ab364abd9b67") + ) + (segment + (start 88.9 139.34) + (end 84.06 134.5) + (width 0.25) + (layer "F.Cu") + (net 11) + (uuid "e7e6a4ea-8961-4588-b591-a416aae93898") + ) + (via + (at 88.9 147.32) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 11) + (uuid "a52a07ca-c35f-4956-80ca-412518540767") + ) + (segment + (start 55.372 101.6) + (end 68.7705 88.2015) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "054c47a9-7c91-48d0-8ed4-700876469619") + ) + (segment + (start 60.0925 137.3925) + (end 58.42 139.065) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "10bb099d-92a4-435b-86d8-88b9d72a8715") + ) + (segment + (start 70.612 84.904827) + (end 71.3485 84.168327) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "12f72ef7-3eea-40ca-98c6-14df88636f6a") + ) + (segment + (start 51 59.49) + (end 51 153.142863) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "136cfa3f-eb63-4fcc-bf5f-336f6235f26e") + ) + (segment + (start 70.358 73.66) + (end 70.358 75.438) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "1a3775ac-6957-4086-b16e-83668436a372") + ) + (segment + (start 58.605499 131.385811) + (end 55.440501 128.220813) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "22a698f4-a4b2-4f81-8b65-b43a3dbd2baf") + ) + (segment + (start 54.702137 156.845) + (end 79.375 156.845) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "2794d943-26a3-4af0-aa5b-5182f8ecc703") + ) + (segment + (start 68.854 88.118) + (end 68.7705 88.2015) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "2c559222-935f-44f3-9a20-879781508fca") + ) + (segment + (start 60.384243 64.05) + (end 55.88 59.545757) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "4b554faf-5449-421a-8ae0-0862ff345a5c") + ) + (segment + (start 70.104 73.406) + (end 70.358 73.66) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "56ad33c9-0ed9-49f6-8cdd-aabb3a9ab1e0") + ) + (segment + (start 51 153.142863) + (end 54.702137 156.845) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "56b106d6-8548-49bb-a6f5-42d619f710b1") + ) + (segment + (start 76.581 90.805) + (end 73.894 88.118) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "5bde9394-199f-4f9d-962a-527c4e4411a1") + ) + (segment + (start 58.605499 134.305999) + (end 58.605499 131.385811) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "624ddb49-f8fb-4847-9f61-b198697ee4f9") + ) + (segment + (start 70.176122 75.534622) + (end 70.5875 75.946) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "65b280e5-2763-45ce-97da-ab6d318c0978") + ) + (segment + (start 71.3485 74.6505) + (end 70.104 73.406) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "6983bd2f-8fb4-4281-b6b5-16f73bde54d2") + ) + (segment + (start 57.0705 53.4195) + (end 55.88 54.61) + (width 0.381) + (layer "B.Cu") + (net 11) + (uuid "73f43d07-60f0-4943-9568-407a3cc05225") + ) + (segment + (start 60.0925 135.793) + (end 60.0925 137.3925) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "7492ff55-dbc0-4099-a27f-2b4b706f327b") + ) + (segment + (start 60.748 64.05) + (end 60.384243 64.05) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "78764311-e1a7-4931-bbc3-d7fae44b3ab5") + ) + (segment + (start 70.5875 75.946) + (end 68.645 77.8885) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "8008d503-2e42-4815-90d4-8b6aba4191ce") + ) + (segment + (start 79.375 156.845) + (end 88.9 147.32) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "8cbc851f-9e79-4889-b4dc-82cfc7b22f95") + ) + (segment + (start 55.440501 117.923811) + (end 55.372 117.85531) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "9cc1cf23-94b7-4dbf-b087-b7ea994bbac8") + ) + (segment + (start 66.183 53.594) + (end 66.0085 53.4195) + (width 0.381) + (layer "B.Cu") + (net 11) + (uuid "9f7ba9d0-dcdf-46e6-b68a-16287d0363a8") + ) + (segment + (start 68.645 77.8885) + (end 68.645 78.74) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "a40ee005-2293-49c1-82c9-f6e125c6dec9") + ) + (segment + (start 55.88 54.61) + (end 51 59.49) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "a4a69c27-bd92-4822-8d10-ee5419818505") + ) + (segment + (start 60.0925 135.793) + (end 58.605499 134.305999) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "b00dc65c-e6ed-4b66-82eb-776fdd41f84a") + ) + (segment + (start 55.88 59.545757) + (end 55.88 54.61) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "bcdcb80d-44c1-4fea-81c6-2893b7c8f271") + ) + (segment + (start 73.894 88.118) + (end 68.854 88.118) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "c38c1403-9e57-4ba5-916e-5cb61d95dce9") + ) + (segment + (start 70.104 73.406) + (end 60.748 64.05) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "c3d593d1-7d89-40f5-8c42-455deacb6e37") + ) + (segment + (start 55.440501 128.220813) + (end 55.440501 117.923811) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "e31d6066-65ac-485f-9218-2eb2cbf8112c") + ) + (segment + (start 55.372 117.85531) + (end 55.372 101.6) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "e5639b8c-3de4-4599-9815-4a83437ab9af") + ) + (segment + (start 66.0085 53.4195) + (end 57.0705 53.4195) + (width 0.381) + (layer "B.Cu") + (net 11) + (uuid "e8a9d61c-8476-4c4c-b4c4-080fbbf241fc") + ) + (segment + (start 71.3485 84.168327) + (end 71.3485 74.6505) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "f2f80b4c-b98f-48aa-96e4-35d09bf03119") + ) + (segment + (start 68.7705 88.2015) + (end 70.612 86.36) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "f369d91b-0c12-48c8-83d3-781a23b45b6b") + ) + (segment + (start 70.612 86.36) + (end 70.612 84.904827) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "fcc08c43-1a5e-422f-8d91-d2d4925f2242") + ) + (segment + (start 59.436 145.852) + (end 59.436 146.8415) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "69188b36-c635-4526-b222-5b30fcc72995") + ) + (segment + (start 59.436 146.8415) + (end 54.3855 151.892) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "a05ab057-c6fd-4755-aaec-6e3c7c0b1622") + ) + (segment + (start 59.436 145.852) + (end 59.436 143.891) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "f59f0c5e-b075-4fb5-9110-63f96089aa04") + ) + (segment + (start 59.436 143.891) + (end 58.42 142.875) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "fa31ec96-17f1-480f-9070-9b96d5980329") + ) + (segment + (start 58.043249 141.605) + (end 58.42 141.605) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "06a334a4-aa9d-43a3-a4e0-01454f554fb7") + ) + (segment + (start 57.1005 141.605) + (end 58.42 141.605) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "0b2f29ee-71ef-490b-a8d1-0c161e74c27b") + ) + (segment + (start 54.624 145.024249) + (end 58.043249 141.605) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "17db5369-b1af-4ccf-9832-2db9c5e0b419") + ) + (segment + (start 55.528 141.605) + (end 58.42 141.605) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "6e3e139b-2a76-4d24-82c4-e589efc81744") + ) + (segment + (start 54.624 142.509) + (end 55.528 141.605) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "b4daf951-b051-4eea-bb2d-ac86b4b69bb4") + ) + (segment + (start 54.624 145.852) + (end 54.624 145.024249) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "d3ab590e-9d58-4d45-9cb8-c7e0b53c5ba0") + ) + (segment + (start 54.6315 139.136) + (end 57.1005 141.605) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "f7e18843-6da5-4341-a628-5ad18ff6428b") + ) + (segment + (start 61.722 97.536) + (end 61.976 97.536) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "a8e0fd03-368b-4d60-b016-a778fbc53200") + ) + (segment + (start 59.182 94.996) + (end 61.722 97.536) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "e020a418-b1cf-4cab-9f43-1c2d484eda89") + ) + (via + (at 61.976 97.536) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "8b2e0e88-101e-4ec6-bf9f-bdb0f65c67b6") + ) + (via + (at 59.182 94.996) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "d9d92f55-7a23-47d2-9ebf-57456d934adb") + ) + (segment + (start 61.976 97.536) + (end 63.516 97.536) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "1280125e-ff06-4787-8506-532cd491153d") + ) + (segment + (start 52.07 86.122) + (end 55.212 82.98) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "2166c32e-1008-4595-85db-437f16b1a15b") + ) + (segment + (start 52.624 139.0685) + (end 52.5565 139.136) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "274ec8a6-5c42-4510-9bca-7d60cc3955f1") + ) + (segment + (start 51.562 143.571) + (end 51.562 153.069173) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "37ba06a3-1d9d-43f2-8c2e-0c656a9f3e5c") + ) + (segment + (start 52.07 86.614) + (end 52.07 86.122) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "3f5ae7a4-7fd4-45f0-9458-a67a8a229e52") + ) + (segment + (start 52.07 135.209) + (end 52.07 86.122) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "45582af6-27bb-478c-a157-0e80dd508b87") + ) + (segment + (start 52.5565 139.136) + (end 52.5565 142.4415) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "52140f4b-5035-4d81-8e0c-41efa01a7b2e") + ) + (segment + (start 52.624 135.763) + (end 52.07 135.209) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "59dbe9ca-0695-4764-af04-d1a93e38a5a2") + ) + (segment + (start 55.212 82.98) + (end 60.96 82.98) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "6c39be5c-a750-47cc-b49e-a09ef1d46ccc") + ) + (segment + (start 59.182 93.726) + (end 52.07 86.614) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "8356970b-1613-49a2-b062-174d51c8fa63") + ) + (segment + (start 52.624 142.509) + (end 51.562 143.571) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "da8324c9-b8bb-4d9d-b5c7-e8b5d6617372") + ) + (segment + (start 77.691 155.829) + (end 81.28 152.24) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "e05f16a7-6958-4d47-a45f-fc7100600cb3") + ) + (segment + (start 59.182 94.996) + (end 59.182 93.726) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "ebfcafed-8cbb-4e07-bd1b-e1e7d3d2fbe1") + ) + (segment + (start 51.562 153.069173) + (end 54.321827 155.829) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "ed36bf57-2207-4a5e-9385-7fa4f7525dd3") + ) + (segment + (start 54.321827 155.829) + (end 77.691 155.829) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "f61524cf-1cb0-4df8-ac0f-6390ae32a585") + ) + (segment + (start 52.624 135.763) + (end 52.624 139.0685) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "fc406d67-0378-4d50-9949-32d44fd91337") + ) + (segment + (start 52.5565 142.4415) + (end 52.624 142.509) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "fea46f2f-0a45-4f5b-b43a-284d79784e07") + ) + (segment + (start 63.516 97.536) + (end 64.278 98.298) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "fecc893d-bf01-4110-a042-85717bb58119") + ) + (segment + (start 58.42 74.422) + (end 58.42 73.406) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "1337cb65-a0bc-455b-bd1e-a3f0377d3721") + ) + (segment + (start 62.25 78.252) + (end 58.42 74.422) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "1b661655-334b-4243-b030-db0de0cc040b") + ) + (segment + (start 62.25 81.3) + (end 62.25 78.252) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "491b41fc-b37b-4a4c-8f0d-a2343831e29d") + ) + (segment + (start 65.275 73.406) + (end 64.219 72.35) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "50b58943-85d8-45bc-832e-91e99c6a3054") + ) + (segment + (start 64.219 72.35) + (end 59.476 72.35) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "5978bb87-db89-476a-98b7-513e4c352b38") + ) + (segment + (start 63.516 83.82) + (end 63.516 82.566) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "6c042310-5f08-4f99-aecd-467fde3c2f63") + ) + (segment + (start 63.516 82.566) + (end 62.25 81.3) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "89317bcf-b195-4f5d-a0b8-7d459cbbb7b5") + ) + (segment + (start 59.476 72.35) + (end 58.42 73.406) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "e1764a74-d073-4a05-8458-36f0077b5b5d") + ) + (segment + (start 85.09 54.61) + (end 85.09 57.15) + (width 0.762) + (layer "B.Cu") + (net 16) + (uuid "25f541c4-eee4-474b-b685-7ae19f623411") + ) + (segment + (start 68.183 57.277) + (end 69.2965 58.3905) + (width 0.381) + (layer "B.Cu") + (net 16) + (uuid "40faf5c8-0e9a-4fbf-8c9d-13e900310529") + ) + (segment + (start 69.2965 58.3905) + (end 83.8495 58.3905) + (width 0.381) + (layer "B.Cu") + (net 16) + (uuid "5189f88c-afed-4fdf-98c2-1e3b167b598b") + ) + (segment + (start 83.8495 58.3905) + (end 85.09 57.15) + (width 0.381) + (layer "B.Cu") + (net 16) + (uuid "f0817077-6250-497d-bbd1-98a4b8aac027") + ) + (segment + (start 68.183 53.594) + (end 68.4075 53.3695) + (width 0.381) + (layer "B.Cu") + (net 17) + (uuid "8b42d59e-794e-407f-b40a-ccde77aa79da") + ) + (segment + (start 82.55 57.15) + (end 82.55 54.61) + (width 0.762) + (layer "B.Cu") + (net 17) + (uuid "a522be13-ce99-4843-8309-4d1ae984dbdd") + ) + (segment + (start 81.3095 53.3695) + (end 82.55 54.61) + (width 0.381) + (layer "B.Cu") + (net 17) + (uuid "d0cee719-8592-40d0-82a8-a3d784600277") + ) + (segment + (start 68.4075 53.3695) + (end 81.3095 53.3695) + (width 0.381) + (layer "B.Cu") + (net 17) + (uuid "dce42f1b-0918-4371-ae17-23c16978c41b") + ) + (segment + (start 89.691 93.443) + (end 89.691 64.799) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "00b8be72-e52c-4e4f-b8f8-0b02c9658b69") + ) + (segment + (start 85.471 97.663) + (end 89.691 93.443) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "7da7e83a-c206-4886-a396-27fe409934d9") + ) + (segment + (start 89.691 64.799) + (end 87.63 62.738) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "b833cae8-1679-4f3d-b980-e7f17345b3d7") + ) + (segment + (start 80.518 97.663) + (end 85.471 97.663) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "bb2d1d32-ba59-457d-b3d3-1cf674134c24") + ) + (segment + (start 87.63 62.738) + (end 80.518 62.738) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "f6228ad7-6692-4410-be9f-0f5a3ee96153") + ) + (segment + (start 80.518 62.738) + (end 74.93 57.15) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "fb1be2d2-3e80-4ae3-872f-590bf1b7a9b7") + ) + (via + (at 80.518 97.663) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 18) + (uuid "f585c54e-2ca1-4e40-ab34-882d5558106e") + ) + (segment + (start 80.518 97.663) + (end 76.946 97.663) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "15498181-5d9d-48c2-8cdb-89a3fdf2c321") + ) + (segment + (start 74.93 57.15) + (end 74.93 54.61) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "883e543e-b724-438c-9ee6-c483986b6bfd") + ) + (segment + (start 76.946 97.663) + (end 76.819 97.536) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "f4f6ae80-e4ac-48f7-aeeb-0a86e7c1450e") + ) + (segment + (start 82.14 94.76) + (end 81.24 93.86) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "4bd4e29a-7074-4927-947e-f6ad3e01d7c5") + ) + (segment + (start 82.14 107.33) + (end 82.14 94.76) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "abab7f74-dc2d-4be5-b8d6-af7038e4480c") + ) + (segment + (start 70.725 118.745) + (end 82.14 107.33) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "fa5e3960-866c-446c-97d4-4a409654e220") + ) + (segment + (start 81 111.44) + (end 60.96 111.44) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "8a77522a-5cd7-47b1-b31c-fa4f0229296a") + ) + (segment + (start 83.74 114.18) + (end 81 111.44) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "d9544172-5880-418e-a03d-c9c826afb901") + ) + (segment + (start 83.066412 116.586) + (end 89.691 109.961412) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "2bc2b07b-ec5e-471d-90cf-7abacf12e9b9") + ) + (segment + (start 89.078854 75.917) + (end 83.617 75.917) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "2eac2890-5bcd-46af-b8f9-070fff396533") + ) + (segment + (start 89.691 76.529146) + (end 89.078854 75.917) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "331ee666-ca80-4d8e-997a-85dc85bbe434") + ) + (segment + (start 89.691 109.961412) + (end 89.691 76.529146) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "3a17d21c-f813-4b6f-8023-13d865fbb896") + ) + (segment + (start 83.617 75.917) + (end 81.24 73.54) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "86953d8f-ff21-47c6-8853-30400486fc80") + ) + (segment + (start 72.725 120.358173) + (end 72.725 122.19075) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "bee6703f-7192-45e5-a224-76350ab35db1") + ) + (segment + (start 76.497173 116.586) + (end 72.725 120.358173) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "bf4ad2d2-620d-4125-ada2-13be21439291") + ) + (segment + (start 76.497173 116.586) + (end 83.066412 116.586) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "c4027fa4-72ff-49fc-ab90-457548d61297") + ) + (segment + (start 68.28881 145.852) + (end 67.056 144.61919) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "2009e65b-42db-48a1-99b3-9ff7bbd43a61") + ) + (segment + (start 67.056 144.61919) + (end 67.056 140.716) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "4165413e-3550-4b36-80b5-c92a5765b520") + ) + (segment + (start 82.885 77.216) + (end 85.171 79.502) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "d74a2803-78bc-4852-982f-edc6eaac55bf") + ) + (segment + (start 85.171 79.502) + (end 88.646 79.502) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "eeb57c53-a0c4-4666-9fce-e3272b8b2392") + ) + (segment + (start 90.9 125.16) + (end 90.9 106.648) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "0517700b-395a-4380-ad6a-806c2be143c9") + ) + (segment + (start 81.56 134.5) + (end 90.9 125.16) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "0e360f4e-d1a2-45d4-b1c0-c24db4769b13") + ) + (segment + (start 90.9 106.648) + (end 86.36 102.108) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "c45592a3-1c22-4d24-abac-90db5d981ae8") + ) + (via + (at 86.36 102.108) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "f683bff2-2bf2-4ecb-88b8-9b170279fd5c") + ) + (segment + (start 82.915 85.87795) + (end 86.36 89.32295) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "27a084a2-075e-42b8-8caa-076362399eec") + ) + (segment + (start 82.915 85.026) + (end 82.915 85.87795) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "44f00423-3fba-4256-9620-ccf67d75d853") + ) + (segment + (start 86.36 89.32295) + (end 86.36 102.108) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "8e1583c9-44e7-43b6-ae3b-df0fce30b58a") + ) + (segment + (start 87.884 85.56105) + (end 87.884 107.536) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "c6f1d31d-c162-4a5c-bea5-6602f97770b4") + ) + (segment + (start 83.34895 81.026) + (end 87.884 85.56105) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "e2ce2503-9d14-445b-8a03-388244a8fcc4") + ) + (segment + (start 82.915 81.026) + (end 83.34895 81.026) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "e9ef7343-5d61-4325-a332-543b9deaaa47") + ) + (segment + (start 87.884 107.536) + (end 81.24 114.18) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "faa58780-a61b-47dd-a1e8-caa88342ee14") + ) + (segment + (start 69.690998 136.449) + (end 68.326 136.449) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "659ea177-5734-4017-80d0-0e20dd4e4502") + ) + (segment + (start 72.725 133.414998) + (end 69.690998 136.449) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "9cce44d7-0b60-4c1d-9d40-090994e5175b") + ) + (segment + (start 72.725 132.588) + (end 72.725 133.414998) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "e6cf1b72-c313-4cb4-bb2a-1cad99665602") + ) + (segment + (start 54.624 136.915751) + (end 54.624 135.763) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "40e1ac44-49cd-4afc-a650-42fa263e8441") + ) + (segment + (start 58.42 140.335) + (end 58.043249 140.335) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "5ba7423c-d7cf-4925-ae9c-94fe1360aae6") + ) + (segment + (start 58.043249 140.335) + (end 54.624 136.915751) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "6411fe00-b269-47fb-9184-32572259db85") + ) + (segment + (start 60.96 122.3) + (end 74.042 122.3) + (width 0.25) + (layer "F.Cu") + (net 30) + (uuid "30d6a2b3-1d9b-46af-8cd0-4a0dbcd3590f") + ) + (segment + (start 74.042 122.3) + (end 77.597 118.745) + (width 0.25) + (layer "F.Cu") + (net 30) + (uuid "3204a769-8e65-43d8-a150-dbcae6730db4") + ) + (segment + (start 53.485 124.225) + (end 60.96 131.7) + (width 0.25) + (layer "F.Cu") + (net 31) + (uuid "23bc1b2c-05d7-4052-903c-0ac9560d884c") + ) + (segment + (start 53.485 119.644) + (end 53.485 124.225) + (width 0.25) + (layer "F.Cu") + (net 31) + (uuid "cca6d28e-b33c-43e4-ae6f-21db4d80edd3") + ) + (segment + (start 83.74 73.54) + (end 81.16 70.96) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "183f5852-4b22-4cab-9262-6e5c96ddf98a") + ) + (segment + (start 81.16 70.96) + (end 60.96 70.96) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "6d6d1268-be9a-43bb-b857-7beba97ab678") + ) + (segment + (start 64.102 91.28) + (end 60.96 91.28) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "0e28f305-7cff-457d-a8e0-004dfd664621") + ) + (segment + (start 82.515 95.085) + (end 67.907 95.085) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "4d177c24-1b15-4cf8-9ff9-81ba9f900a06") + ) + (segment + (start 67.907 95.085) + (end 64.102 91.28) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "a4ac0ba4-4091-48f4-8c6b-d841380af8d8") + ) + (segment + (start 83.74 93.86) + (end 82.515 95.085) + (width 0.25) + (layer "F.Cu") + (net 34) + (uuid "ad5386b8-a7d4-486b-a382-5658fa64bf24") + ) + (segment + (start 69.1665 96.586) + (end 71.628 94.1245) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "14a2ae9b-5f27-4ccf-8b56-93787b7d29d5") + ) + (segment + (start 71.628 94.1245) + (end 71.628 91.948) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "e379e52b-4720-4a1c-bcc8-ab5f91ead353") + ) + (segment + (start 68.328 99.3245) + (end 69.1665 98.486) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "19664a38-9d5a-47c7-9d19-733a09195cc7") + ) + (segment + (start 68.328 102.108) + (end 68.328 99.3245) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "2bb60926-5dd1-46eb-8212-aadc1ef6385c") + ) + (segment + (start 66.278 98.298) + (end 68.9785 98.298) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "6154a875-caa1-4d0e-b429-442d6e1c9e2b") + ) + (segment + (start 68.9785 98.298) + (end 69.1665 98.486) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "ebe3d26a-a2ea-478b-a402-988b75c714f5") + ) + (segment + (start 74.819 97.536) + (end 71.0415 97.536) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "6fd63133-417a-4102-a5a7-952dde179fdb") + ) + (segment + (start 73.235 89.459) + (end 70.358 89.459) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "12b985c8-c5e6-490d-81c2-0bf26b1094b1") + ) + (segment + (start 61.005 136.607) + (end 60.912405 136.699595) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "3fb84446-0d32-43a8-8b5f-62136362abcb") + ) + (segment + (start 60.912405 150.640095) + (end 59.6605 151.892) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "4291026d-d1fa-4669-a686-fac4f341d6a3") + ) + (segment + (start 60.912405 136.699595) + (end 60.912405 150.640095) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "6b697391-4740-40ce-833e-2f2bc5ee468d") + ) + (segment + (start 74.581 90.805) + (end 73.235 89.459) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "7c99ea0b-e2e9-4a2b-9cd4-a260fe700cb0") + ) + (segment + (start 70.358 89.459) + (end 68.91 89.459) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "7f8d330b-8597-4ec4-a1ca-3cc871b904f8") + ) + (segment + (start 59.085 99.284) + (end 59.085 132.476651) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "9f01c961-05c5-4ba0-91c2-b3ec9c4c2535") + ) + (segment + (start 61.005 134.396651) + (end 61.005 136.607) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "ac455452-cb68-40cf-a26e-1733466a3d3b") + ) + (segment + (start 59.085 132.476651) + (end 61.005 134.396651) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "eb21a7df-da50-423d-96ba-7148cdaecb87") + ) + (segment + (start 68.91 89.459) + (end 59.085 99.284) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "f8154d94-2c3f-487c-a40f-4a453b540a6f") + ) + (zone + (net 0) + (net_name "") + (layer "F.Cu") + (uuid "823a3980-e5a6-49f7-9227-fab46bcb6f23") + (hatch edge 0.5) + (connect_pads + (clearance 0) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (keepout + (tracks allowed) + (vias allowed) + (pads allowed) + (copperpour not_allowed) + (footprints allowed) + ) + (fill + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 65.278 134.112) (xy 76.2 134.112) (xy 76.2 145.542) (xy 65.278 145.542) + ) + ) + ) + (zone + (net 5) + (net_name "GND") + (locked yes) + (layer "F.Cu") + (uuid "e89992d4-79c0-4fc6-b243-daf3c7100645") + (hatch edge 0.5) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 91.186 50.8) (xy 90.932 159.004) (xy 50.8 159.004) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 77.004075 54.802993) (xy 77.069901 54.917007) (xy 77.162993 55.010099) (xy 77.277007 55.075925) + (xy 77.34059 55.092962) (xy 76.708625 55.724925) (xy 76.785031 55.778425) (xy 76.828655 55.833002) + (xy 76.835848 55.902501) (xy 76.804326 55.964855) (xy 76.785029 55.981576) (xy 76.708625 56.035072) + (xy 77.34059 56.667037) (xy 77.277007 56.684075) (xy 77.162993 56.749901) (xy 77.069901 56.842993) + (xy 77.004075 56.957007) (xy 76.987037 57.02059) (xy 76.355072 56.388625) (xy 76.355072 56.388626) + (xy 76.305131 56.45995) (xy 76.250555 56.503575) (xy 76.181056 56.510769) (xy 76.118701 56.479246) + (xy 76.099748 56.456649) (xy 76.005723 56.312734) (xy 76.005715 56.312723) (xy 75.853243 56.147097) + (xy 75.853238 56.147092) (xy 75.675577 56.008812) (xy 75.675578 56.008812) (xy 75.675576 56.008811) + (xy 75.63907 55.989055) (xy 75.589479 55.939836) (xy 75.574371 55.871619) (xy 75.598541 55.806064) + (xy 75.63907 55.770945) (xy 75.643074 55.768778) (xy 75.675576 55.751189) (xy 75.85324 55.612906) + (xy 75.99249 55.461642) (xy 76.005715 55.447276) (xy 76.005715 55.447275) (xy 76.005722 55.447268) + (xy 76.099749 55.303347) (xy 76.152894 55.257994) (xy 76.222125 55.24857) (xy 76.285461 55.278072) + (xy 76.305131 55.300049) (xy 76.355072 55.371373) (xy 76.355073 55.371373) (xy 76.987037 54.739409) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 79.544075 54.802993) (xy 79.609901 54.917007) (xy 79.702993 55.010099) (xy 79.817007 55.075925) + (xy 79.88059 55.092962) (xy 79.248625 55.724925) (xy 79.325031 55.778425) (xy 79.368655 55.833002) + (xy 79.375848 55.902501) (xy 79.344326 55.964855) (xy 79.325029 55.981576) (xy 79.248625 56.035072) + (xy 79.88059 56.667037) (xy 79.817007 56.684075) (xy 79.702993 56.749901) (xy 79.609901 56.842993) + (xy 79.544075 56.957007) (xy 79.527037 57.02059) (xy 78.895072 56.388625) (xy 78.895072 56.388626) + (xy 78.841574 56.46503) (xy 78.786998 56.508655) (xy 78.717499 56.515849) (xy 78.655144 56.484326) + (xy 78.638424 56.46503) (xy 78.584925 56.388626) (xy 78.584925 56.388625) (xy 77.952962 57.020589) + (xy 77.935925 56.957007) (xy 77.870099 56.842993) (xy 77.777007 56.749901) (xy 77.662993 56.684075) + (xy 77.59941 56.667037) (xy 78.231373 56.035073) (xy 78.154969 55.981576) (xy 78.111344 55.926999) + (xy 78.10415 55.857501) (xy 78.135672 55.795146) (xy 78.154968 55.778425) (xy 78.231373 55.724925) + (xy 77.599409 55.092962) (xy 77.662993 55.075925) (xy 77.777007 55.010099) (xy 77.870099 54.917007) + (xy 77.935925 54.802993) (xy 77.952962 54.739409) (xy 78.584925 55.371373) (xy 78.638425 55.294968) + (xy 78.693002 55.251344) (xy 78.762501 55.244151) (xy 78.824855 55.275673) (xy 78.841576 55.294969) + (xy 78.895073 55.371372) (xy 79.527037 54.739409) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 81.124925 55.371373) (xy 81.174868 55.300048) (xy 81.229445 55.256424) (xy 81.298944 55.249231) + (xy 81.361298 55.280753) (xy 81.380251 55.30335) (xy 81.474276 55.447265) (xy 81.474284 55.447276) + (xy 81.626756 55.612902) (xy 81.626761 55.612907) (xy 81.664516 55.642293) (xy 81.804424 55.751189) + (xy 81.804429 55.751191) (xy 81.804431 55.751193) (xy 81.84093 55.770946) (xy 81.89052 55.820165) + (xy 81.905628 55.888382) (xy 81.881457 55.953937) (xy 81.84093 55.989054) (xy 81.804431 56.008806) + (xy 81.804422 56.008812) (xy 81.626761 56.147092) (xy 81.626756 56.147097) (xy 81.474284 56.312723) + (xy 81.47428 56.312729) (xy 81.38025 56.456651) (xy 81.327103 56.502007) (xy 81.257872 56.51143) + (xy 81.194536 56.481927) (xy 81.174866 56.459951) (xy 81.124924 56.388626) (xy 80.492962 57.020589) + (xy 80.475925 56.957007) (xy 80.410099 56.842993) (xy 80.317007 56.749901) (xy 80.202993 56.684075) + (xy 80.13941 56.667037) (xy 80.771373 56.035073) (xy 80.694969 55.981576) (xy 80.651344 55.926999) + (xy 80.64415 55.857501) (xy 80.675672 55.795146) (xy 80.694968 55.778425) (xy 80.771373 55.724925) + (xy 80.139409 55.092962) (xy 80.202993 55.075925) (xy 80.317007 55.010099) (xy 80.410099 54.917007) + (xy 80.475925 54.802993) (xy 80.492962 54.739409) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 90.982539 50.880185) (xy 91.028294 50.932989) (xy 91.0395 50.9845) (xy 91.0395 105.592233) (xy 91.019815 105.659272) + (xy 90.967011 105.705027) (xy 90.897853 105.714971) (xy 90.834297 105.685946) (xy 90.827819 105.679914) + (xy 87.30662 102.158716) (xy 87.273135 102.097393) (xy 87.270983 102.084015) (xy 87.253542 101.918072) + (xy 87.194527 101.736444) (xy 87.09904 101.571056) (xy 86.971253 101.429134) (xy 86.816752 101.316882) + (xy 86.642288 101.239206) (xy 86.642286 101.239205) (xy 86.455487 101.1995) (xy 86.264513 101.1995) + (xy 86.077714 101.239205) (xy 86.077712 101.239206) (xy 85.913787 101.31219) (xy 85.903246 101.316883) + (xy 85.748745 101.429135) (xy 85.620959 101.571057) (xy 85.525473 101.736443) (xy 85.52547 101.73645) + (xy 85.466459 101.918068) (xy 85.466458 101.918072) (xy 85.446496 102.108) (xy 85.466458 102.297928) + (xy 85.466459 102.297931) (xy 85.52547 102.479549) (xy 85.525473 102.479556) (xy 85.62096 102.644944) + (xy 85.748747 102.786866) (xy 85.903248 102.899118) (xy 86.077712 102.976794) (xy 86.264513 103.0165) + (xy 86.321234 103.0165) (xy 86.388273 103.036185) (xy 86.408915 103.052819) (xy 90.230181 106.874085) + (xy 90.263666 106.935408) (xy 90.2665 106.961766) (xy 90.2665 124.846233) (xy 90.246815 124.913272) + (xy 90.230181 124.933914) (xy 88.440181 126.723914) (xy 88.378858 126.757399) (xy 88.309166 126.752415) + (xy 88.253233 126.710543) (xy 88.228816 126.645079) (xy 88.2285 126.636233) (xy 88.2285 126.617538) + (xy 88.228499 126.617524) (xy 88.227062 126.606613) (xy 88.196529 126.374692) (xy 88.133135 126.138102) + (xy 88.127792 126.125204) (xy 88.046082 125.927937) (xy 88.039402 125.91181) (xy 88.0394 125.911807) + (xy 88.039398 125.911802) (xy 87.916938 125.699697) (xy 87.916934 125.69969) (xy 87.767827 125.505369) + (xy 87.767822 125.505363) (xy 87.594636 125.332177) (xy 87.594629 125.332171) (xy 87.400318 125.183072) + (xy 87.400316 125.18307) (xy 87.40031 125.183066) (xy 87.400305 125.183063) (xy 87.400302 125.183061) + (xy 87.188197 125.060601) (xy 87.188186 125.060596) (xy 86.9619 124.966865) (xy 86.838923 124.933914) + (xy 86.725308 124.903471) (xy 86.671343 124.896366) (xy 86.482475 124.8715) (xy 86.482468 124.8715) + (xy 86.237532 124.8715) (xy 86.237524 124.8715) (xy 86.021674 124.899918) (xy 85.994692 124.903471) + (xy 85.958114 124.913272) (xy 85.758099 124.966865) (xy 85.531813 125.060596) (xy 85.531802 125.060601) + (xy 85.319697 125.183061) (xy 85.319681 125.183072) (xy 85.12537 125.332171) (xy 85.125363 125.332177) + (xy 84.952177 125.505363) (xy 84.952171 125.50537) (xy 84.803072 125.699681) (xy 84.803061 125.699697) + (xy 84.680601 125.911802) (xy 84.680596 125.911813) (xy 84.586865 126.138099) (xy 84.523471 126.374693) + (xy 84.4915 126.617524) (xy 84.4915 127.382475) (xy 84.514435 127.556674) (xy 84.523471 127.625308) + (xy 84.53157 127.655534) (xy 84.586865 127.8619) (xy 84.680596 128.088186) (xy 84.680601 128.088197) + (xy 84.803061 128.300302) (xy 84.803072 128.300318) (xy 84.952171 128.494629) (xy 84.952177 128.494636) + (xy 85.125363 128.667822) (xy 85.12537 128.667828) (xy 85.263729 128.773994) (xy 85.31969 128.816934) + (xy 85.319697 128.816938) (xy 85.531802 128.939398) (xy 85.531807 128.9394) (xy 85.53181 128.939402) + (xy 85.644956 128.986268) (xy 85.758099 129.033134) (xy 85.7581 129.033134) (xy 85.758102 129.033135) + (xy 85.844709 129.056341) (xy 85.90437 129.092706) (xy 85.934899 129.155553) (xy 85.926604 129.224928) + (xy 85.900297 129.263797) (xy 82.056394 133.1077) (xy 81.995071 133.141185) (xy 81.92845 133.1373) + (xy 81.906954 133.12992) (xy 81.72765 133.1) (xy 81.676712 133.0915) (xy 81.443288 133.0915) (xy 81.39724 133.099184) + (xy 81.213045 133.12992) (xy 80.99228 133.20571) (xy 80.992266 133.205716) (xy 80.786988 133.316806) + (xy 80.786986 133.316807) (xy 80.611093 133.453711) (xy 80.546099 133.479353) (xy 80.477559 133.465786) + (xy 80.427234 133.417318) (xy 80.418749 133.399189) (xy 80.403355 133.357915) (xy 80.40335 133.357906) + (xy 80.31719 133.242812) (xy 80.317187 133.242809) (xy 80.202093 133.156649) (xy 80.202086 133.156645) + (xy 80.067379 133.106403) (xy 80.067372 133.106401) (xy 80.007844 133.1) (xy 79.31 133.1) (xy 79.31 134.066988) + (xy 79.252993 134.034075) (xy 79.125826 134) (xy 78.994174 134) (xy 78.867007 134.034075) (xy 78.81 134.066988) + (xy 78.81 133.1) (xy 78.112155 133.1) (xy 78.052627 133.106401) (xy 78.05262 133.106403) (xy 77.917913 133.156645) + (xy 77.917906 133.156649) (xy 77.802812 133.242809) (xy 77.802809 133.242812) (xy 77.716649 133.357906) + (xy 77.716645 133.357913) (xy 77.666403 133.49262) (xy 77.666401 133.492627) (xy 77.66 133.552155) + (xy 77.66 134.25) (xy 78.626988 134.25) (xy 78.594075 134.307007) (xy 78.56 134.434174) (xy 78.56 134.565826) + (xy 78.594075 134.692993) (xy 78.626988 134.75) (xy 77.66 134.75) (xy 77.66 135.447844) (xy 77.666401 135.507372) + (xy 77.666403 135.507379) (xy 77.716645 135.642086) (xy 77.716649 135.642093) (xy 77.802809 135.757187) + (xy 77.802812 135.75719) (xy 77.917906 135.84335) (xy 77.917913 135.843354) (xy 78.05262 135.893596) + (xy 78.052627 135.893598) (xy 78.112155 135.899999) (xy 78.112172 135.9) (xy 78.81 135.9) (xy 78.81 134.933012) + (xy 78.867007 134.965925) (xy 78.994174 135) (xy 79.125826 135) (xy 79.252993 134.965925) (xy 79.31 134.933012) + (xy 79.31 135.9) (xy 80.007828 135.9) (xy 80.007844 135.899999) (xy 80.067372 135.893598) (xy 80.067379 135.893596) + (xy 80.202086 135.843354) (xy 80.202093 135.84335) (xy 80.317187 135.75719) (xy 80.31719 135.757187) + (xy 80.40335 135.642093) (xy 80.403353 135.642088) (xy 80.418748 135.600811) (xy 80.460619 135.544876) + (xy 80.526083 135.520458) (xy 80.594356 135.535309) (xy 80.611093 135.546288) (xy 80.786983 135.68319) + (xy 80.786985 135.683191) (xy 80.786988 135.683193) (xy 80.906331 135.747777) (xy 80.992273 135.794287) + (xy 81.106914 135.833643) (xy 81.213045 135.870079) (xy 81.213047 135.870079) (xy 81.213049 135.87008) + (xy 81.443288 135.9085) (xy 81.443289 135.9085) (xy 81.676711 135.9085) (xy 81.676712 135.9085) + (xy 81.906951 135.87008) (xy 82.127727 135.794287) (xy 82.333017 135.68319) (xy 82.51722 135.539818) + (xy 82.675314 135.368083) (xy 82.706191 135.320821) (xy 82.759337 135.275465) (xy 82.828568 135.266041) + (xy 82.891904 135.295542) (xy 82.913809 135.320822) (xy 82.944686 135.368084) (xy 83.098629 135.535309) + (xy 83.10278 135.539818) (xy 83.286983 135.68319) (xy 83.286985 135.683191) (xy 83.286988 135.683193) + (xy 83.406331 135.747777) (xy 83.492273 135.794287) (xy 83.606914 135.833643) (xy 83.713045 135.870079) + (xy 83.713047 135.870079) (xy 83.713049 135.87008) (xy 83.943288 135.9085) (xy 83.943289 135.9085) + (xy 84.176712 135.9085) (xy 84.406951 135.87008) (xy 84.428447 135.862699) (xy 84.498243 135.859547) + (xy 84.556394 135.892298) (xy 88.230181 139.566085) (xy 88.263666 139.627408) (xy 88.2665 139.653766) + (xy 88.2665 146.618241) (xy 88.246815 146.68528) (xy 88.23465 146.701213) (xy 88.160963 146.78305) + (xy 88.160958 146.783057) (xy 88.065473 146.948443) (xy 88.06547 146.94845) (xy 88.006459 147.130068) + (xy 88.006458 147.130072) (xy 87.986496 147.32) (xy 88.006458 147.509928) (xy 88.006459 147.509931) + (xy 88.06547 147.691549) (xy 88.065473 147.691556) (xy 88.16096 147.856944) (xy 88.288747 147.998866) + (xy 88.443248 148.111118) (xy 88.617712 148.188794) (xy 88.804513 148.2285) (xy 88.995487 148.2285) + (xy 89.182288 148.188794) (xy 89.356752 148.111118) (xy 89.511253 147.998866) (xy 89.63904 147.856944) + (xy 89.734527 147.691556) (xy 89.793542 147.509928) (xy 89.813504 147.32) (xy 89.793542 147.130072) + (xy 89.734527 146.948444) (xy 89.63904 146.783056) (xy 89.639036 146.78305) (xy 89.56535 146.701213) + (xy 89.53512 146.638221) (xy 89.5335 146.618241) (xy 89.5335 139.277605) (xy 89.533499 139.277601) + (xy 89.509156 139.155222) (xy 89.509155 139.155215) (xy 89.47618 139.075606) (xy 89.461401 139.039925) + (xy 89.461397 139.039919) (xy 89.392072 138.936166) (xy 89.392069 138.936163) (xy 85.450219 134.994315) + (xy 85.416734 134.932992) (xy 85.417695 134.876193) (xy 85.454048 134.732638) (xy 85.454048 134.732637) + (xy 85.454051 134.732626) (xy 85.454052 134.732617) (xy 85.473327 134.500005) (xy 85.473327 134.499994) + (xy 85.454051 134.267377) (xy 85.454051 134.267374) (xy 85.396749 134.041093) (xy 85.302984 133.827331) + (xy 85.286523 133.802136) (xy 85.175313 133.631915) (xy 85.017223 133.460185) (xy 85.017222 133.460184) + (xy 85.01722 133.460182) (xy 84.833017 133.31681) (xy 84.833015 133.316809) (xy 84.833014 133.316808) + (xy 84.833011 133.316806) (xy 84.627733 133.205716) (xy 84.62773 133.205715) (xy 84.627727 133.205713) + (xy 84.627721 133.205711) (xy 84.627719 133.20571) (xy 84.406954 133.12992) (xy 84.22765 133.1) + (xy 84.176712 133.0915) (xy 84.163765 133.0915) (xy 84.096726 133.071815) (xy 84.050971 133.019011) + (xy 84.041027 132.949853) (xy 84.070052 132.886297) (xy 84.076084 132.879819) (xy 87.314403 129.6415) + (xy 90.797217 126.158686) (xy 90.858536 126.125204) (xy 90.928228 126.130188) (xy 90.984161 126.17206) + (xy 91.008578 126.237524) (xy 91.008894 126.246661) (xy 90.932488 158.795791) (xy 90.912646 158.862784) + (xy 90.859735 158.908415) (xy 90.808488 158.9195) (xy 50.9845 158.9195) (xy 50.917461 158.899815) + (xy 50.871706 158.847011) (xy 50.8605 158.7955) (xy 50.8605 152.24) (xy 79.701634 152.24) (xy 79.721065 152.486906) + (xy 79.721065 152.486909) (xy 79.721066 152.486911) (xy 79.778885 152.727742) (xy 79.778886 152.727744) + (xy 79.873663 152.956558) (xy 79.873665 152.956562) (xy 79.873666 152.956563) (xy 80.003075 153.16774) + (xy 80.163927 153.356073) (xy 80.35226 153.516925) (xy 80.563437 153.646334) (xy 80.563439 153.646334) + (xy 80.563441 153.646336) (xy 80.634786 153.675888) (xy 80.792258 153.741115) (xy 81.033089 153.798934) + (xy 81.28 153.818366) (xy 81.526911 153.798934) (xy 81.767742 153.741115) (xy 81.996563 153.646334) + (xy 82.20774 153.516925) (xy 82.396073 153.356073) (xy 82.556925 153.16774) (xy 82.686334 152.956563) + (xy 82.781115 152.727742) (xy 82.838934 152.486911) (xy 82.858366 152.24) (xy 82.838934 151.993089) + (xy 82.781115 151.752258) (xy 82.686334 151.523437) (xy 82.556925 151.31226) (xy 82.396073 151.123927) + (xy 82.20774 150.963075) (xy 81.996563 150.833666) (xy 81.996562 150.833665) (xy 81.996558 150.833663) + (xy 81.767744 150.738886) (xy 81.767742 150.738885) (xy 81.526911 150.681066) (xy 81.526909 150.681065) + (xy 81.526906 150.681065) (xy 81.28 150.661634) (xy 81.033093 150.681065) (xy 81.033089 150.681066) + (xy 80.792258 150.738885) (xy 80.792256 150.738885) (xy 80.792255 150.738886) (xy 80.563441 150.833663) + (xy 80.352259 150.963075) (xy 80.163927 151.123927) (xy 80.003075 151.312259) (xy 79.873663 151.523441) + (xy 79.778886 151.752255) (xy 79.721065 151.993093) (xy 79.701634 152.24) (xy 50.8605 152.24) (xy 50.8605 119.644001) + (xy 52.251807 119.644001) (xy 52.270541 119.858136) (xy 52.270542 119.858144) (xy 52.326176 120.065772) + (xy 52.326177 120.065774) (xy 52.326178 120.065777) (xy 52.408119 120.2415) (xy 52.417024 120.260597) + (xy 52.417026 120.260601) (xy 52.540319 120.436682) (xy 52.692316 120.588679) (xy 52.692319 120.588681) + (xy 52.798623 120.663115) (xy 52.842248 120.717691) (xy 52.8515 120.76469) (xy 52.8515 124.287398) + (xy 52.875843 124.409777) (xy 52.875845 124.409785) (xy 52.923598 124.525072) (xy 52.923603 124.525081) + (xy 52.992928 124.628832) (xy 52.992931 124.628836) (xy 59.062925 130.698829) (xy 59.09641 130.760152) + (xy 59.091426 130.829844) (xy 59.085342 130.843558) (xy 59.067508 130.877976) (xy 58.973204 131.14332) + (xy 58.973203 131.143323) (xy 58.915907 131.419051) (xy 58.904737 131.582356) (xy 58.880523 131.647896) + (xy 58.82472 131.689941) (xy 58.755044 131.695141) (xy 58.693617 131.661847) (xy 58.673639 131.635894) + (xy 58.642729 131.582356) (xy 58.620039 131.543056) (xy 58.492252 131.401134) (xy 58.337751 131.288882) + (xy 58.163287 131.211206) (xy 58.163285 131.211205) (xy 57.976486 131.1715) (xy 57.785512 131.1715) + (xy 57.598713 131.211205) (xy 57.424245 131.288883) (xy 57.269744 131.401135) (xy 57.141958 131.543057) + (xy 57.046472 131.708443) (xy 57.046469 131.70845) (xy 56.987458 131.890068) (xy 56.987457 131.890072) + (xy 56.967495 132.08) (xy 56.987457 132.269928) (xy 56.987458 132.269931) (xy 57.046469 132.451549) + (xy 57.046472 132.451556) (xy 57.141959 132.616944) (xy 57.269746 132.758866) (xy 57.424247 132.871118) + (xy 57.598711 132.948794) (xy 57.785512 132.9885) (xy 57.842233 132.9885) (xy 57.909272 133.008185) + (xy 57.929914 133.024819) (xy 59.420928 134.515833) (xy 59.470921 134.565826) (xy 59.509167 134.604072) + (xy 59.612917 134.673396) (xy 59.612923 134.673399) (xy 59.612924 134.6734) (xy 59.728214 134.721155) + (xy 59.8506 134.745499) (xy 59.850604 134.7455) (xy 59.850605 134.7455) (xy 65.154 134.7455) (xy 65.221039 134.765185) + (xy 65.266794 134.817989) (xy 65.278 134.8695) (xy 65.278 145.542) (xy 76.2 145.542) (xy 76.2 143.94) + (xy 79.701634 143.94) (xy 79.721065 144.186906) (xy 79.721065 144.186909) (xy 79.721066 144.186911) + (xy 79.778885 144.427742) (xy 79.778886 144.427744) (xy 79.873663 144.656558) (xy 79.873665 144.656562) + (xy 79.873666 144.656563) (xy 80.003075 144.86774) (xy 80.163927 145.056073) (xy 80.35226 145.216925) + (xy 80.563437 145.346334) (xy 80.563439 145.346334) (xy 80.563441 145.346336) (xy 80.634786 145.375888) + (xy 80.792258 145.441115) (xy 81.033089 145.498934) (xy 81.28 145.518366) (xy 81.526911 145.498934) + (xy 81.767742 145.441115) (xy 81.996563 145.346334) (xy 82.20774 145.216925) (xy 82.396073 145.056073) + (xy 82.556925 144.86774) (xy 82.686334 144.656563) (xy 82.781115 144.427742) (xy 82.838934 144.186911) + (xy 82.858366 143.94) (xy 82.838934 143.693089) (xy 82.781115 143.452258) (xy 82.686334 143.223437) + (xy 82.556925 143.01226) (xy 82.396073 142.823927) (xy 82.20774 142.663075) (xy 81.996563 142.533666) + (xy 81.996561 142.533665) (xy 81.996556 142.533662) (xy 81.899742 142.493561) (xy 81.845338 142.44972) + (xy 81.823273 142.383426) (xy 81.840552 142.315727) (xy 81.891689 142.268116) (xy 81.947194 142.255) + (xy 82.292828 142.255) (xy 82.292844 142.254999) (xy 82.352372 142.248598) (xy 82.352379 142.248596) + (xy 82.487086 142.198354) (xy 82.487093 142.19835) (xy 82.602187 142.11219) (xy 82.60219 142.112187) + (xy 82.68835 141.997093) (xy 82.688354 141.997086) (xy 82.738596 141.862379) (xy 82.738598 141.862372) + (xy 82.744999 141.802844) (xy 82.745 141.802827) (xy 82.745 141.09) (xy 81.836706 141.09) (xy 81.866558 141.017931) + (xy 81.89 140.90008) (xy 81.89 140.77992) (xy 81.866558 140.662069) (xy 81.836706 140.59) (xy 82.745 140.59) + (xy 82.745 139.877172) (xy 82.744999 139.877155) (xy 82.738598 139.817627) (xy 82.738596 139.81762) + (xy 82.688354 139.682913) (xy 82.68835 139.682906) (xy 82.60219 139.567812) (xy 82.602187 139.567809) + (xy 82.487093 139.481649) (xy 82.487086 139.481645) (xy 82.352379 139.431403) (xy 82.352372 139.431401) + (xy 82.292844 139.425) (xy 81.53 139.425) (xy 81.53 140.283293) (xy 81.457931 140.253442) (xy 81.34008 140.23) + (xy 81.21992 140.23) (xy 81.102069 140.253442) (xy 81.03 140.283293) (xy 81.03 139.425) (xy 80.267155 139.425) + (xy 80.207627 139.431401) (xy 80.20762 139.431403) (xy 80.072913 139.481645) (xy 80.072906 139.481649) + (xy 79.957812 139.567809) (xy 79.957809 139.567812) (xy 79.871649 139.682906) (xy 79.871645 139.682913) + (xy 79.821403 139.81762) (xy 79.821401 139.817627) (xy 79.815 139.877155) (xy 79.815 140.59) (xy 80.723294 140.59) + (xy 80.693442 140.662069) (xy 80.67 140.77992) (xy 80.67 140.90008) (xy 80.693442 141.017931) (xy 80.723294 141.09) + (xy 79.815 141.09) (xy 79.815 141.802844) (xy 79.821401 141.862372) (xy 79.821403 141.862379) (xy 79.871645 141.997086) + (xy 79.871649 141.997093) (xy 79.957809 142.112187) (xy 79.957812 142.11219) (xy 80.072906 142.19835) + (xy 80.072913 142.198354) (xy 80.20762 142.248596) (xy 80.207627 142.248598) (xy 80.267155 142.254999) + (xy 80.267172 142.255) (xy 80.612806 142.255) (xy 80.679845 142.274685) (xy 80.7256 142.327489) + (xy 80.735544 142.396647) (xy 80.706519 142.460203) (xy 80.660258 142.493561) (xy 80.563443 142.533662) + (xy 80.352259 142.663075) (xy 80.163927 142.823927) (xy 80.003075 143.012259) (xy 79.873663 143.223441) + (xy 79.778886 143.452255) (xy 79.721065 143.693093) (xy 79.701634 143.94) (xy 76.2 143.94) (xy 76.2 134.112) + (xy 71.086668 134.112) (xy 71.019629 134.092315) (xy 70.973874 134.039511) (xy 70.968007 134.023993) + (xy 70.967155 134.021185) (xy 70.963173 134.011572) (xy 70.9194 133.905894) (xy 70.919399 133.905893) + (xy 70.919396 133.905887) (xy 70.850072 133.802137) (xy 70.850071 133.802136) (xy 70.761833 133.713898) + (xy 67.23999 130.192055) (xy 64.430411 127.382475) (xy 74.8915 127.382475) (xy 74.914435 127.556674) + (xy 74.923471 127.625308) (xy 74.93157 127.655534) (xy 74.986865 127.8619) (xy 75.080596 128.088186) + (xy 75.080601 128.088197) (xy 75.203061 128.300302) (xy 75.203072 128.300318) (xy 75.352171 128.494629) + (xy 75.352177 128.494636) (xy 75.525363 128.667822) (xy 75.52537 128.667828) (xy 75.663729 128.773994) + (xy 75.71969 128.816934) (xy 75.719697 128.816938) (xy 75.931802 128.939398) (xy 75.931807 128.9394) + (xy 75.93181 128.939402) (xy 76.044956 128.986268) (xy 76.158099 129.033134) (xy 76.1581 129.033134) + (xy 76.158102 129.033135) (xy 76.394692 129.096529) (xy 76.637532 129.1285) (xy 76.637539 129.1285) + (xy 76.882461 129.1285) (xy 76.882468 129.1285) (xy 77.125308 129.096529) (xy 77.361898 129.033135) + (xy 77.58819 128.939402) (xy 77.80031 128.816934) (xy 77.994631 128.667827) (xy 78.167827 128.494631) + (xy 78.316934 128.30031) (xy 78.439402 128.08819) (xy 78.533135 127.861898) (xy 78.596529 127.625308) + (xy 78.6285 127.382468) (xy 78.6285 126.617532) (xy 78.596529 126.374692) (xy 78.533135 126.138102) + (xy 78.527792 126.125204) (xy 78.446082 125.927937) (xy 78.439402 125.91181) (xy 78.4394 125.911807) + (xy 78.439398 125.911802) (xy 78.316938 125.699697) (xy 78.316934 125.69969) (xy 78.167827 125.505369) + (xy 78.167822 125.505363) (xy 77.994636 125.332177) (xy 77.994629 125.332171) (xy 77.800318 125.183072) + (xy 77.800316 125.18307) (xy 77.80031 125.183066) (xy 77.800305 125.183063) (xy 77.800302 125.183061) + (xy 77.588197 125.060601) (xy 77.588186 125.060596) (xy 77.3619 124.966865) (xy 77.238923 124.933914) + (xy 77.125308 124.903471) (xy 77.071343 124.896366) (xy 76.882475 124.8715) (xy 76.882468 124.8715) + (xy 76.637532 124.8715) (xy 76.637524 124.8715) (xy 76.421674 124.899918) (xy 76.394692 124.903471) + (xy 76.358114 124.913272) (xy 76.158099 124.966865) (xy 75.931813 125.060596) (xy 75.931802 125.060601) + (xy 75.719697 125.183061) (xy 75.719681 125.183072) (xy 75.52537 125.332171) (xy 75.525363 125.332177) + (xy 75.352177 125.505363) (xy 75.352171 125.50537) (xy 75.203072 125.699681) (xy 75.203061 125.699697) + (xy 75.080601 125.911802) (xy 75.080596 125.911813) (xy 74.986865 126.138099) (xy 74.923471 126.374693) + (xy 74.8915 126.617524) (xy 74.8915 127.382475) (xy 64.430411 127.382475) (xy 63.555867 126.507931) + (xy 63.555863 126.507928) (xy 63.452112 126.438603) (xy 63.452103 126.438598) (xy 63.336816 126.390845) + (xy 63.336808 126.390843) (xy 63.214429 126.3665) (xy 63.214425 126.3665) (xy 63.007022 126.3665) + (xy 62.939983 126.346815) (xy 62.894228 126.294011) (xy 62.890182 126.284025) (xy 62.852492 126.177978) + (xy 62.852493 126.177978) (xy 62.722931 125.927936) (xy 62.711548 125.91181) (xy 62.560533 125.69787) + (xy 62.560528 125.697864) (xy 62.426842 125.554722) (xy 62.368319 125.492059) (xy 62.368317 125.492058) + (xy 62.368315 125.492055) (xy 62.149876 125.314342) (xy 62.149865 125.314335) (xy 61.909255 125.168016) + (xy 61.650961 125.055824) (xy 61.379798 124.979847) (xy 61.379794 124.979846) (xy 61.379793 124.979846) + (xy 61.240299 124.960673) (xy 61.100806 124.9415) (xy 61.100805 124.9415) (xy 60.819195 124.9415) + (xy 60.819194 124.9415) (xy 60.540207 124.979846) (xy 60.540201 124.979847) (xy 60.269038 125.055824) + (xy 60.010744 125.168016) (xy 59.770134 125.314335) (xy 59.770123 125.314342) (xy 59.551684 125.492055) + (xy 59.359471 125.697864) (xy 59.359471 125.697865) (xy 59.359468 125.697867) (xy 59.359467 125.69787) + (xy 59.294507 125.789896) (xy 59.197068 125.927936) (xy 59.067507 126.177978) (xy 58.973204 126.44332) + (xy 58.973203 126.443323) (xy 58.915907 126.719051) (xy 58.89669 127) (xy 58.915907 127.280948) + (xy 58.973203 127.556676) (xy 58.973204 127.556679) (xy 59.067507 127.822021) (xy 59.067506 127.822021) + (xy 59.197068 128.072063) (xy 59.359467 128.30213) (xy 59.359471 128.302134) (xy 59.359471 128.302135) + (xy 59.507788 128.460943) (xy 59.539248 128.494629) (xy 59.551684 128.507944) (xy 59.770123 128.685657) + (xy 59.770126 128.685659) (xy 59.77013 128.685662) (xy 59.896359 128.762423) (xy 60.010744 128.831983) + (xy 60.220382 128.923041) (xy 60.26904 128.944176) (xy 60.540207 129.020154) (xy 60.785481 129.053866) + (xy 60.819194 129.0585) (xy 60.819195 129.0585) (xy 61.100806 129.0585) (xy 61.130883 129.054365) + (xy 61.379793 129.020154) (xy 61.65096 128.944176) (xy 61.909257 128.831982) (xy 62.14987 128.685662) + (xy 62.368319 128.507941) (xy 62.560533 128.30213) (xy 62.722932 128.072063) (xy 62.851552 127.823836) + (xy 62.899872 127.77337) (xy 62.967806 127.757038) (xy 63.033786 127.780027) (xy 63.049331 127.793204) + (xy 69.156446 133.900319) (xy 69.189931 133.961642) (xy 69.184947 134.031334) (xy 69.143075 134.087267) + (xy 69.077611 134.111684) (xy 69.068765 134.112) (xy 68.306574 134.112) (xy 68.239535 134.092315) + (xy 68.19378 134.039511) (xy 68.185282 134.013771) (xy 68.184815 134.011577) (xy 68.184815 134.011572) + (xy 68.1258 133.829944) (xy 68.030313 133.664556) (xy 67.902526 133.522634) (xy 67.748025 133.410382) + (xy 67.573561 133.332706) (xy 67.573559 133.332705) (xy 67.38676 133.293) (xy 67.195786 133.293) + (xy 67.008987 133.332705) (xy 66.834516 133.410384) (xy 66.773359 133.454818) (xy 66.707553 133.478298) + (xy 66.700474 133.4785) (xy 62.38466 133.4785) (xy 62.317621 133.458815) (xy 62.271866 133.406011) + (xy 62.261922 133.336853) (xy 62.290947 133.273297) (xy 62.306405 133.258312) (xy 62.368315 133.207944) + (xy 62.368319 133.207941) (xy 62.560533 133.00213) (xy 62.722932 132.772063) (xy 62.852491 132.522025) + (xy 62.946797 132.256674) (xy 63.004092 131.980954) (xy 63.02331 131.7) (xy 63.004092 131.419046) + (xy 62.946797 131.143326) (xy 62.852492 130.877978) (xy 62.852493 130.877978) (xy 62.722931 130.627936) + (xy 62.560533 130.39787) (xy 62.560528 130.397864) (xy 62.368315 130.192055) (xy 62.149876 130.014342) + (xy 62.149865 130.014335) (xy 61.909255 129.868016) (xy 61.650961 129.755824) (xy 61.379798 129.679847) + (xy 61.379794 129.679846) (xy 61.379793 129.679846) (xy 61.240299 129.660673) (xy 61.100806 129.6415) + (xy 61.100805 129.6415) (xy 60.819195 129.6415) (xy 60.819194 129.6415) (xy 60.540207 129.679846) + (xy 60.540201 129.679847) (xy 60.269035 129.755825) (xy 60.097337 129.830404) (xy 60.028006 129.839058) + (xy 59.965002 129.808854) (xy 59.960255 129.804351) (xy 54.154819 123.998915) (xy 54.121334 123.937592) + (xy 54.1185 123.911234) (xy 54.1185 122.3) (xy 58.89669 122.3) (xy 58.915907 122.580948) (xy 58.973203 122.856676) + (xy 58.973204 122.856679) (xy 59.067507 123.122021) (xy 59.067506 123.122021) (xy 59.197068 123.372063) + (xy 59.359467 123.60213) (xy 59.359471 123.602134) (xy 59.359471 123.602135) (xy 59.551684 123.807944) + (xy 59.770123 123.985657) (xy 59.770126 123.985659) (xy 59.77013 123.985662) (xy 59.791924 123.998915) + (xy 60.010744 124.131983) (xy 60.220382 124.223041) (xy 60.26904 124.244176) (xy 60.540207 124.320154) + (xy 60.785481 124.353866) (xy 60.819194 124.3585) (xy 60.819195 124.3585) (xy 61.100806 124.3585) + (xy 61.130883 124.354365) (xy 61.379793 124.320154) (xy 61.65096 124.244176) (xy 61.909257 124.131982) + (xy 62.14987 123.985662) (xy 62.368319 123.807941) (xy 62.560533 123.60213) (xy 62.722932 123.372063) + (xy 62.852491 123.122025) (xy 62.866545 123.082478) (xy 62.890182 123.015975) (xy 62.93118 122.959398) + (xy 62.996257 122.933968) (xy 63.007022 122.9335) (xy 74.104395 122.9335) (xy 74.104396 122.933499) + (xy 74.226785 122.909155) (xy 74.342075 122.8614) (xy 74.445833 122.792071) (xy 77.249889 119.988013) + (xy 77.31121 119.95453) (xy 77.36966 119.955921) (xy 77.382858 119.959458) (xy 77.535816 119.97284) + (xy 77.596998 119.978193) (xy 77.597 119.978193) (xy 77.597002 119.978193) (xy 77.650535 119.973509) + (xy 77.811142 119.959458) (xy 78.018777 119.903822) (xy 78.213597 119.812976) (xy 78.389681 119.689681) + (xy 78.541681 119.537681) (xy 78.664976 119.361597) (xy 78.754618 119.169356) (xy 78.80079 119.116919) + (xy 78.867984 119.097767) (xy 78.934865 119.117983) (xy 78.979382 119.169358) (xy 79.069024 119.361597) + (xy 79.069026 119.361601) (xy 79.192319 119.537682) (xy 79.344317 119.68968) (xy 79.520398 119.812973) + (xy 79.5204 119.812974) (xy 79.520403 119.812976) (xy 79.715223 119.903822) (xy 79.922858 119.959458) + (xy 80.075816 119.97284) (xy 80.136998 119.978193) (xy 80.137 119.978193) (xy 80.137002 119.978193) + (xy 80.190535 119.973509) (xy 80.351142 119.959458) (xy 80.558777 119.903822) (xy 80.753597 119.812976) + (xy 80.929681 119.689681) (xy 81.081681 119.537681) (xy 81.204976 119.361597) (xy 81.294618 119.169356) + (xy 81.34079 119.116919) (xy 81.407984 119.097767) (xy 81.474865 119.117983) (xy 81.519382 119.169358) + (xy 81.609024 119.361597) (xy 81.609026 119.361601) (xy 81.732319 119.537682) (xy 81.884317 119.68968) + (xy 82.060398 119.812973) (xy 82.0604 119.812974) (xy 82.060403 119.812976) (xy 82.255223 119.903822) + (xy 82.462858 119.959458) (xy 82.615816 119.97284) (xy 82.676998 119.978193) (xy 82.677 119.978193) + (xy 82.677002 119.978193) (xy 82.730535 119.973509) (xy 82.891142 119.959458) (xy 83.098777 119.903822) + (xy 83.293597 119.812976) (xy 83.469681 119.689681) (xy 83.621681 119.537681) (xy 83.744976 119.361597) + (xy 83.835822 119.166777) (xy 83.891458 118.959142) (xy 83.910193 118.745) (xy 83.891458 118.530858) + (xy 83.835822 118.323223) (xy 83.744976 118.128404) (xy 83.621681 117.952319) (xy 83.621679 117.952316) + (xy 83.469682 117.800319) (xy 83.293601 117.677026) (xy 83.293597 117.677024) (xy 83.293595 117.677023) + (xy 83.098777 117.586178) (xy 83.098774 117.586177) (xy 83.098772 117.586176) (xy 82.891144 117.530542) + (xy 82.891136 117.530541) (xy 82.677002 117.511807) (xy 82.676998 117.511807) (xy 82.462863 117.530541) + (xy 82.462855 117.530542) (xy 82.255227 117.586176) (xy 82.255221 117.586179) (xy 82.060405 117.677023) + (xy 82.060403 117.677024) (xy 81.884316 117.80032) (xy 81.73232 117.952316) (xy 81.609024 118.128403) + (xy 81.609023 118.128405) (xy 81.519382 118.320641) (xy 81.473209 118.37308) (xy 81.406016 118.392232) + (xy 81.339135 118.372016) (xy 81.294618 118.320641) (xy 81.266845 118.261082) (xy 81.204976 118.128404) + (xy 81.081681 117.952319) (xy 81.081679 117.952316) (xy 80.929682 117.800319) (xy 80.753601 117.677026) + (xy 80.753597 117.677024) (xy 80.753595 117.677023) (xy 80.558777 117.586178) (xy 80.558774 117.586177) + (xy 80.558772 117.586176) (xy 80.351144 117.530542) (xy 80.351136 117.530541) (xy 80.137002 117.511807) + (xy 80.136998 117.511807) (xy 79.922863 117.530541) (xy 79.922855 117.530542) (xy 79.715227 117.586176) + (xy 79.715221 117.586179) (xy 79.520405 117.677023) (xy 79.520403 117.677024) (xy 79.344316 117.80032) + (xy 79.19232 117.952316) (xy 79.069024 118.128403) (xy 79.069023 118.128405) (xy 78.979382 118.320641) + (xy 78.933209 118.37308) (xy 78.866016 118.392232) (xy 78.799135 118.372016) (xy 78.754618 118.320641) + (xy 78.726845 118.261082) (xy 78.664976 118.128404) (xy 78.541681 117.952319) (xy 78.541679 117.952316) + (xy 78.389682 117.800319) (xy 78.213601 117.677026) (xy 78.213597 117.677024) (xy 78.213595 117.677023) + (xy 78.018777 117.586178) (xy 78.018774 117.586177) (xy 78.018772 117.586176) (xy 77.811144 117.530542) + (xy 77.811136 117.530541) (xy 77.597002 117.511807) (xy 77.596998 117.511807) (xy 77.382863 117.530541) + (xy 77.382855 117.530542) (xy 77.175227 117.586176) (xy 77.175221 117.586179) (xy 76.980405 117.677023) + (xy 76.980403 117.677024) (xy 76.804316 117.80032) (xy 76.65232 117.952316) (xy 76.529024 118.128403) + (xy 76.529023 118.128405) (xy 76.438179 118.323221) (xy 76.438176 118.323227) (xy 76.382542 118.530855) + (xy 76.382541 118.530863) (xy 76.363807 118.744998) (xy 76.363807 118.745) (xy 76.382541 118.959136) + (xy 76.382544 118.959152) (xy 76.386078 118.972342) (xy 76.384412 119.042192) (xy 76.353983 119.092111) + (xy 73.815915 121.630181) (xy 73.754592 121.663666) (xy 73.728234 121.6665) (xy 63.007022 121.6665) + (xy 62.939983 121.646815) (xy 62.894228 121.594011) (xy 62.890182 121.584025) (xy 62.852492 121.477978) + (xy 62.852493 121.477978) (xy 62.722931 121.227936) (xy 62.560533 120.99787) (xy 62.560528 120.997864) + (xy 62.368315 120.792055) (xy 62.149876 120.614342) (xy 62.149865 120.614335) (xy 61.909255 120.468016) + (xy 61.650961 120.355824) (xy 61.379798 120.279847) (xy 61.379794 120.279846) (xy 61.379793 120.279846) + (xy 61.239746 120.260597) (xy 61.100806 120.2415) (xy 61.100805 120.2415) (xy 60.819195 120.2415) + (xy 60.819194 120.2415) (xy 60.540207 120.279846) (xy 60.540201 120.279847) (xy 60.269038 120.355824) + (xy 60.010744 120.468016) (xy 59.770134 120.614335) (xy 59.770123 120.614342) (xy 59.551684 120.792055) + (xy 59.359471 120.997864) (xy 59.359471 120.997865) (xy 59.197068 121.227936) (xy 59.067507 121.477978) + (xy 58.973204 121.74332) (xy 58.973203 121.743323) (xy 58.915907 122.019051) (xy 58.89669 122.3) + (xy 54.1185 122.3) (xy 54.1185 120.76469) (xy 54.138185 120.697651) (xy 54.171375 120.663116) (xy 54.277681 120.588681) + (xy 54.429681 120.436681) (xy 54.552976 120.260597) (xy 54.643822 120.065777) (xy 54.699458 119.858142) + (xy 54.718193 119.644) (xy 54.699458 119.429858) (xy 54.643822 119.222223) (xy 54.552976 119.027404) + (xy 54.429681 118.851319) (xy 54.429679 118.851316) (xy 54.277682 118.699319) (xy 54.101601 118.576026) + (xy 54.101597 118.576024) (xy 53.90187 118.48289) (xy 53.902611 118.4813) (xy 53.852694 118.444524) + (xy 53.827777 118.379248) (xy 53.842107 118.310864) (xy 53.891133 118.261082) (xy 53.898986 118.257074) + (xy 54.097329 118.164586) (xy 54.153029 118.125583) (xy 53.531448 117.504) (xy 53.537661 117.504) + (xy 53.639394 117.476741) (xy 53.730606 117.42408) (xy 53.80508 117.349606) (xy 53.857741 117.258394) + (xy 53.885 117.156661) (xy 53.885 117.150446) (xy 54.506583 117.772029) (xy 54.545589 117.716325) + (xy 54.635801 117.522864) (xy 54.635805 117.522853) (xy 54.691054 117.316662) (xy 54.691055 117.316654) + (xy 54.70966 117.104002) (xy 54.70966 117.103997) (xy 54.691055 116.891345) (xy 54.691054 116.891337) + (xy 54.635805 116.685146) (xy 54.635802 116.68514) (xy 54.545586 116.491669) (xy 54.545582 116.491663) + (xy 54.506584 116.435968) (xy 53.885 117.057552) (xy 53.885 117.051339) (xy 53.857741 116.949606) + (xy 53.80508 116.858394) (xy 53.730606 116.78392) (xy 53.639394 116.731259) (xy 53.537661 116.704) + (xy 53.531447 116.704) (xy 54.15303 116.082415) (xy 54.097329 116.043413) (xy 53.903859 115.953197) + (xy 53.898764 115.951342) (xy 53.899357 115.949712) (xy 53.846361 115.917412) (xy 53.81583 115.854565) + (xy 53.824124 115.78519) (xy 53.868608 115.731311) (xy 53.899039 115.717413) (xy 53.898764 115.716658) + (xy 53.903864 115.714801) (xy 54.097325 115.624589) (xy 54.15303 115.585583) (xy 53.531448 114.964) + (xy 53.537661 114.964) (xy 53.639394 114.936741) (xy 53.730606 114.88408) (xy 53.80508 114.809606) + (xy 53.857741 114.718394) (xy 53.885 114.616661) (xy 53.885 114.610446) (xy 54.506583 115.232029) + (xy 54.545589 115.176325) (xy 54.635801 114.982864) (xy 54.635805 114.982853) (xy 54.691054 114.776662) + (xy 54.691055 114.776654) (xy 54.70966 114.564002) (xy 54.70966 114.563997) (xy 54.691055 114.351345) + (xy 54.691054 114.351337) (xy 54.635805 114.145146) (xy 54.635802 114.14514) (xy 54.545586 113.951669) + (xy 54.545582 113.951663) (xy 54.506584 113.895968) (xy 53.885 114.517552) (xy 53.885 114.511339) + (xy 53.857741 114.409606) (xy 53.80508 114.318394) (xy 53.730606 114.24392) (xy 53.639394 114.191259) + (xy 53.537661 114.164) (xy 53.531447 114.164) (xy 54.15303 113.542415) (xy 54.097329 113.503413) + (xy 53.903859 113.413197) (xy 53.903853 113.413194) (xy 53.697662 113.357945) (xy 53.697654 113.357944) + (xy 53.485002 113.33934) (xy 53.484998 113.33934) (xy 53.272345 113.357944) (xy 53.272337 113.357945) + (xy 53.066146 113.413194) (xy 53.06614 113.413197) (xy 52.872671 113.503412) (xy 52.872669 113.503413) + (xy 52.816969 113.542415) (xy 52.816968 113.542415) (xy 53.438554 114.164) (xy 53.432339 114.164) + (xy 53.330606 114.191259) (xy 53.239394 114.24392) (xy 53.16492 114.318394) (xy 53.112259 114.409606) + (xy 53.085 114.511339) (xy 53.085 114.517553) (xy 52.463415 113.895968) (xy 52.463415 113.895969) + (xy 52.424413 113.951669) (xy 52.424412 113.951671) (xy 52.334197 114.14514) (xy 52.334194 114.145146) + (xy 52.278945 114.351337) (xy 52.278944 114.351345) (xy 52.26034 114.563997) (xy 52.26034 114.564002) + (xy 52.278944 114.776654) (xy 52.278945 114.776662) (xy 52.334194 114.982853) (xy 52.334197 114.982859) + (xy 52.424413 115.176329) (xy 52.463415 115.23203) (xy 53.085 114.610445) (xy 53.085 114.616661) + (xy 53.112259 114.718394) (xy 53.16492 114.809606) (xy 53.239394 114.88408) (xy 53.330606 114.936741) + (xy 53.432339 114.964) (xy 53.438553 114.964) (xy 52.816968 115.585584) (xy 52.872663 115.624582) + (xy 52.872669 115.624586) (xy 53.06614 115.714802) (xy 53.071236 115.716658) (xy 53.070643 115.718285) + (xy 53.123645 115.750596) (xy 53.15417 115.813445) (xy 53.145871 115.88282) (xy 53.101383 115.936695) + (xy 53.070961 115.950587) (xy 53.071236 115.951342) (xy 53.06614 115.953197) (xy 52.872671 116.043412) + (xy 52.872669 116.043413) (xy 52.816969 116.082415) (xy 52.816968 116.082415) (xy 53.438554 116.704) + (xy 53.432339 116.704) (xy 53.330606 116.731259) (xy 53.239394 116.78392) (xy 53.16492 116.858394) + (xy 53.112259 116.949606) (xy 53.085 117.051339) (xy 53.085 117.057553) (xy 52.463415 116.435968) + (xy 52.463415 116.435969) (xy 52.424413 116.491669) (xy 52.424412 116.491671) (xy 52.334197 116.68514) + (xy 52.334194 116.685146) (xy 52.278945 116.891337) (xy 52.278944 116.891345) (xy 52.26034 117.103997) + (xy 52.26034 117.104002) (xy 52.278944 117.316654) (xy 52.278945 117.316662) (xy 52.334194 117.522853) + (xy 52.334197 117.522859) (xy 52.424413 117.716329) (xy 52.463415 117.77203) (xy 53.085 117.150445) + (xy 53.085 117.156661) (xy 53.112259 117.258394) (xy 53.16492 117.349606) (xy 53.239394 117.42408) + (xy 53.330606 117.476741) (xy 53.432339 117.504) (xy 53.438553 117.504) (xy 52.816968 118.125584) + (xy 52.872663 118.164582) (xy 52.872673 118.164588) (xy 53.071013 118.257075) (xy 53.123453 118.303247) + (xy 53.142605 118.37044) (xy 53.12239 118.437321) (xy 53.069224 118.482656) (xy 53.064701 118.484488) + (xy 52.868405 118.576023) (xy 52.868403 118.576024) (xy 52.692316 118.69932) (xy 52.54032 118.851316) + (xy 52.417024 119.027403) (xy 52.417023 119.027405) (xy 52.326179 119.222221) (xy 52.326176 119.222227) + (xy 52.270542 119.429855) (xy 52.270541 119.429863) (xy 52.251807 119.643998) (xy 52.251807 119.644001) + (xy 50.8605 119.644001) (xy 50.8605 111.44) (xy 59.381634 111.44) (xy 59.401065 111.686906) (xy 59.401065 111.686909) + (xy 59.401066 111.686911) (xy 59.458885 111.927742) (xy 59.458886 111.927744) (xy 59.553663 112.156558) + (xy 59.553665 112.156562) (xy 59.553666 112.156563) (xy 59.683075 112.36774) (xy 59.843927 112.556073) + (xy 60.03226 112.716925) (xy 60.243437 112.846334) (xy 60.243439 112.846334) (xy 60.243441 112.846336) + (xy 60.314786 112.875888) (xy 60.472258 112.941115) (xy 60.713089 112.998934) (xy 60.96 113.018366) + (xy 61.206911 112.998934) (xy 61.447742 112.941115) (xy 61.676563 112.846334) (xy 61.88774 112.716925) + (xy 62.076073 112.556073) (xy 62.236925 112.36774) (xy 62.366334 112.156563) (xy 62.367235 112.154386) + (xy 62.369032 112.150051) (xy 62.412871 112.095646) (xy 62.479164 112.073579) (xy 62.483594 112.0735) + (xy 80.686234 112.0735) (xy 80.753273 112.093185) (xy 80.773915 112.109819) (xy 81.223915 112.559819) + (xy 81.2574 112.621142) (xy 81.252416 112.690834) (xy 81.210544 112.746767) (xy 81.14508 112.771184) + (xy 81.136234 112.7715) (xy 81.123288 112.7715) (xy 81.07724 112.779184) (xy 80.893045 112.80992) + (xy 80.67228 112.88571) (xy 80.672266 112.885716) (xy 80.466988 112.996806) (xy 80.466986 112.996807) + (xy 80.291093 113.133711) (xy 80.226099 113.159353) (xy 80.157559 113.145786) (xy 80.107234 113.097318) + (xy 80.098749 113.079189) (xy 80.083355 113.037915) (xy 80.08335 113.037906) (xy 79.99719 112.922812) + (xy 79.997187 112.922809) (xy 79.882093 112.836649) (xy 79.882086 112.836645) (xy 79.747379 112.786403) + (xy 79.747372 112.786401) (xy 79.687844 112.78) (xy 78.99 112.78) (xy 78.99 113.746988) (xy 78.932993 113.714075) + (xy 78.805826 113.68) (xy 78.674174 113.68) (xy 78.547007 113.714075) (xy 78.49 113.746988) (xy 78.49 112.78) + (xy 77.792155 112.78) (xy 77.732627 112.786401) (xy 77.73262 112.786403) (xy 77.597913 112.836645) + (xy 77.597906 112.836649) (xy 77.482812 112.922809) (xy 77.482809 112.922812) (xy 77.396649 113.037906) + (xy 77.396645 113.037913) (xy 77.346403 113.17262) (xy 77.346401 113.172627) (xy 77.34 113.232155) + (xy 77.34 113.93) (xy 78.306988 113.93) (xy 78.274075 113.987007) (xy 78.24 114.114174) (xy 78.24 114.245826) + (xy 78.274075 114.372993) (xy 78.306988 114.43) (xy 77.34 114.43) (xy 77.34 115.127844) (xy 77.346401 115.187372) + (xy 77.346403 115.187379) (xy 77.396645 115.322086) (xy 77.396649 115.322093) (xy 77.482809 115.437187) + (xy 77.482812 115.43719) (xy 77.597906 115.52335) (xy 77.597913 115.523354) (xy 77.73262 115.573596) + (xy 77.732627 115.573598) (xy 77.792155 115.579999) (xy 77.792172 115.58) (xy 78.49 115.58) (xy 78.49 114.613012) + (xy 78.547007 114.645925) (xy 78.674174 114.68) (xy 78.805826 114.68) (xy 78.932993 114.645925) + (xy 78.99 114.613012) (xy 78.99 115.58) (xy 79.687828 115.58) (xy 79.687844 115.579999) (xy 79.747372 115.573598) + (xy 79.747379 115.573596) (xy 79.882086 115.523354) (xy 79.882093 115.52335) (xy 79.997187 115.43719) + (xy 79.99719 115.437187) (xy 80.08335 115.322093) (xy 80.083353 115.322088) (xy 80.098748 115.280811) + (xy 80.140619 115.224876) (xy 80.206083 115.200458) (xy 80.274356 115.215309) (xy 80.291093 115.226288) + (xy 80.466983 115.36319) (xy 80.466985 115.363191) (xy 80.466988 115.363193) (xy 80.586331 115.427777) + (xy 80.672273 115.474287) (xy 80.786914 115.513643) (xy 80.893045 115.550079) (xy 80.893047 115.550079) + (xy 80.893049 115.55008) (xy 81.123288 115.5885) (xy 81.123289 115.5885) (xy 81.356711 115.5885) + (xy 81.356712 115.5885) (xy 81.586951 115.55008) (xy 81.807727 115.474287) (xy 82.013017 115.36319) + (xy 82.19722 115.219818) (xy 82.355314 115.048083) (xy 82.386191 115.000821) (xy 82.439337 114.955465) + (xy 82.508568 114.946041) (xy 82.571904 114.975542) (xy 82.593809 115.000822) (xy 82.624686 115.048084) + (xy 82.778629 115.215309) (xy 82.78278 115.219818) (xy 82.966983 115.36319) (xy 82.966985 115.363191) + (xy 82.966988 115.363193) (xy 83.086331 115.427777) (xy 83.172273 115.474287) (xy 83.286914 115.513643) + (xy 83.393045 115.550079) (xy 83.393047 115.550079) (xy 83.393049 115.55008) (xy 83.623288 115.5885) + (xy 83.623289 115.5885) (xy 83.856711 115.5885) (xy 83.856712 115.5885) (xy 84.086951 115.55008) + (xy 84.307727 115.474287) (xy 84.513017 115.36319) (xy 84.69722 115.219818) (xy 84.855314 115.048083) + (xy 84.982984 114.852669) (xy 85.076749 114.638907) (xy 85.134051 114.412626) (xy 85.142618 114.309236) + (xy 85.153327 114.180005) (xy 85.153327 114.179994) (xy 85.134051 113.947377) (xy 85.134051 113.947374) + (xy 85.076749 113.721093) (xy 84.982984 113.507331) (xy 84.921483 113.413197) (xy 84.855313 113.311915) + (xy 84.697223 113.140185) (xy 84.697222 113.140184) (xy 84.69722 113.140182) (xy 84.513017 112.99681) + (xy 84.513015 112.996809) (xy 84.513014 112.996808) (xy 84.513011 112.996806) (xy 84.307733 112.885716) + (xy 84.30773 112.885715) (xy 84.307727 112.885713) (xy 84.307721 112.885711) (xy 84.307719 112.88571) + (xy 84.086954 112.80992) (xy 83.90765 112.78) (xy 83.856712 112.7715) (xy 83.623288 112.7715) (xy 83.584914 112.777903) + (xy 83.393044 112.80992) (xy 83.371545 112.817301) (xy 83.301746 112.820449) (xy 83.243604 112.7877) + (xy 81.403836 110.947931) (xy 81.403832 110.947928) (xy 81.300081 110.878603) (xy 81.300072 110.878598) + (xy 81.184785 110.830845) (xy 81.184777 110.830843) (xy 81.062398 110.8065) (xy 81.062394 110.8065) + (xy 62.483594 110.8065) (xy 62.416555 110.786815) (xy 62.3708 110.734011) (xy 62.369032 110.729949) + (xy 62.366337 110.723444) (xy 62.366336 110.723443) (xy 62.366334 110.723437) (xy 62.236925 110.51226) + (xy 62.076073 110.323927) (xy 61.88774 110.163075) (xy 61.676563 110.033666) (xy 61.676562 110.033665) + (xy 61.676558 110.033663) (xy 61.447744 109.938886) (xy 61.447742 109.938885) (xy 61.206911 109.881066) + (xy 61.206909 109.881065) (xy 61.206906 109.881065) (xy 60.96 109.861634) (xy 60.713093 109.881065) + (xy 60.713089 109.881066) (xy 60.472258 109.938885) (xy 60.472256 109.938885) (xy 60.472255 109.938886) + (xy 60.243441 110.033663) (xy 60.032259 110.163075) (xy 59.843927 110.323927) (xy 59.683075 110.512259) + (xy 59.553663 110.723441) (xy 59.458886 110.952255) (xy 59.401065 111.193093) (xy 59.381634 111.44) + (xy 50.8605 111.44) (xy 50.8605 107.062475) (xy 74.5715 107.062475) (xy 74.596366 107.251343) (xy 74.603471 107.305308) + (xy 74.635168 107.423603) (xy 74.666865 107.5419) (xy 74.760596 107.768186) (xy 74.760601 107.768197) + (xy 74.883061 107.980302) (xy 74.883072 107.980318) (xy 75.032171 108.174629) (xy 75.032177 108.174636) + (xy 75.205363 108.347822) (xy 75.205369 108.347827) (xy 75.39969 108.496934) (xy 75.399697 108.496938) + (xy 75.611802 108.619398) (xy 75.611807 108.6194) (xy 75.61181 108.619402) (xy 75.724956 108.666268) + (xy 75.838099 108.713134) (xy 75.8381 108.713134) (xy 75.838102 108.713135) (xy 76.074692 108.776529) + (xy 76.317532 108.8085) (xy 76.317539 108.8085) (xy 76.562461 108.8085) (xy 76.562468 108.8085) + (xy 76.805308 108.776529) (xy 77.041898 108.713135) (xy 77.26819 108.619402) (xy 77.48031 108.496934) + (xy 77.674631 108.347827) (xy 77.847827 108.174631) (xy 77.996934 107.98031) (xy 78.119402 107.76819) + (xy 78.213135 107.541898) (xy 78.276529 107.305308) (xy 78.308499 107.062475) (xy 84.1715 107.062475) + (xy 84.196366 107.251343) (xy 84.203471 107.305308) (xy 84.235168 107.423603) (xy 84.266865 107.5419) + (xy 84.360596 107.768186) (xy 84.360601 107.768197) (xy 84.483061 107.980302) (xy 84.483072 107.980318) + (xy 84.632171 108.174629) (xy 84.632177 108.174636) (xy 84.805363 108.347822) (xy 84.805369 108.347827) + (xy 84.99969 108.496934) (xy 84.999697 108.496938) (xy 85.211802 108.619398) (xy 85.211807 108.6194) + (xy 85.21181 108.619402) (xy 85.324956 108.666268) (xy 85.438099 108.713134) (xy 85.4381 108.713134) + (xy 85.438102 108.713135) (xy 85.674692 108.776529) (xy 85.917532 108.8085) (xy 85.917539 108.8085) + (xy 86.162461 108.8085) (xy 86.162468 108.8085) (xy 86.405308 108.776529) (xy 86.641898 108.713135) + (xy 86.86819 108.619402) (xy 87.08031 108.496934) (xy 87.274631 108.347827) (xy 87.447827 108.174631) + (xy 87.596934 107.98031) (xy 87.719402 107.76819) (xy 87.813135 107.541898) (xy 87.876529 107.305308) + (xy 87.9085 107.062468) (xy 87.9085 106.297532) (xy 87.876529 106.054692) (xy 87.813135 105.818102) + (xy 87.719402 105.59181) (xy 87.7194 105.591807) (xy 87.719398 105.591802) (xy 87.596938 105.379697) + (xy 87.596934 105.37969) (xy 87.447827 105.185369) (xy 87.447822 105.185363) (xy 87.274636 105.012177) + (xy 87.274629 105.012171) (xy 87.080318 104.863072) (xy 87.080316 104.86307) (xy 87.08031 104.863066) + (xy 87.080305 104.863063) (xy 87.080302 104.863061) (xy 86.868197 104.740601) (xy 86.868186 104.740596) + (xy 86.6419 104.646865) (xy 86.523603 104.615168) (xy 86.405308 104.583471) (xy 86.351343 104.576366) + (xy 86.162475 104.5515) (xy 86.162468 104.5515) (xy 85.917532 104.5515) (xy 85.917524 104.5515) + (xy 85.701674 104.579918) (xy 85.674692 104.583471) (xy 85.615544 104.599319) (xy 85.438099 104.646865) + (xy 85.211813 104.740596) (xy 85.211802 104.740601) (xy 84.999697 104.863061) (xy 84.999681 104.863072) + (xy 84.80537 105.012171) (xy 84.805363 105.012177) (xy 84.632177 105.185363) (xy 84.632171 105.18537) + (xy 84.483072 105.379681) (xy 84.483061 105.379697) (xy 84.360601 105.591802) (xy 84.360596 105.591813) + (xy 84.266865 105.818099) (xy 84.203471 106.054693) (xy 84.1715 106.297524) (xy 84.1715 107.062475) + (xy 78.308499 107.062475) (xy 78.3085 107.062468) (xy 78.3085 106.297532) (xy 78.276529 106.054692) + (xy 78.213135 105.818102) (xy 78.119402 105.59181) (xy 78.1194 105.591807) (xy 78.119398 105.591802) + (xy 77.996938 105.379697) (xy 77.996934 105.37969) (xy 77.847827 105.185369) (xy 77.847822 105.185363) + (xy 77.674636 105.012177) (xy 77.674629 105.012171) (xy 77.480318 104.863072) (xy 77.480316 104.86307) + (xy 77.48031 104.863066) (xy 77.480305 104.863063) (xy 77.480302 104.863061) (xy 77.268197 104.740601) + (xy 77.268186 104.740596) (xy 77.0419 104.646865) (xy 76.923603 104.615168) (xy 76.805308 104.583471) + (xy 76.751343 104.576366) (xy 76.562475 104.5515) (xy 76.562468 104.5515) (xy 76.317532 104.5515) + (xy 76.317524 104.5515) (xy 76.101674 104.579918) (xy 76.074692 104.583471) (xy 76.015544 104.599319) + (xy 75.838099 104.646865) (xy 75.611813 104.740596) (xy 75.611802 104.740601) (xy 75.399697 104.863061) + (xy 75.399681 104.863072) (xy 75.20537 105.012171) (xy 75.205363 105.012177) (xy 75.032177 105.185363) + (xy 75.032171 105.18537) (xy 74.883072 105.379681) (xy 74.883061 105.379697) (xy 74.760601 105.591802) + (xy 74.760596 105.591813) (xy 74.666865 105.818099) (xy 74.603471 106.054693) (xy 74.5715 106.297524) + (xy 74.5715 107.062475) (xy 50.8605 107.062475) (xy 50.8605 94.996) (xy 58.268496 94.996) (xy 58.288458 95.185928) + (xy 58.288459 95.185931) (xy 58.34747 95.367549) (xy 58.347473 95.367556) (xy 58.44296 95.532944) + (xy 58.570747 95.674866) (xy 58.725248 95.787118) (xy 58.899712 95.864794) (xy 59.086513 95.9045) + (xy 59.143234 95.9045) (xy 59.210273 95.924185) (xy 59.230915 95.940819) (xy 61.093381 97.803285) + (xy 61.12363 97.852646) (xy 61.141469 97.907546) (xy 61.141473 97.907556) (xy 61.23696 98.072944) + (xy 61.364747 98.214866) (xy 61.519248 98.327118) (xy 61.655365 98.38772) (xy 61.708601 98.43297) + (xy 61.728923 98.499819) (xy 61.709878 98.567043) (xy 61.657512 98.613299) (xy 61.604929 98.625) + (xy 61.21 98.625) (xy 61.21 99.483293) (xy 61.137931 99.453442) (xy 61.02008 99.43) (xy 60.89992 99.43) + (xy 60.782069 99.453442) (xy 60.71 99.483293) (xy 60.71 98.625) (xy 59.947155 98.625) (xy 59.887627 98.631401) + (xy 59.88762 98.631403) (xy 59.752913 98.681645) (xy 59.752906 98.681649) (xy 59.637812 98.767809) + (xy 59.637809 98.767812) (xy 59.551649 98.882906) (xy 59.551645 98.882913) (xy 59.501403 99.01762) + (xy 59.501401 99.017627) (xy 59.495 99.077155) (xy 59.495 99.79) (xy 60.403294 99.79) (xy 60.373442 99.862069) + (xy 60.35 99.97992) (xy 60.35 100.10008) (xy 60.373442 100.217931) (xy 60.403294 100.29) (xy 59.495 100.29) + (xy 59.495 101.002844) (xy 59.501401 101.062372) (xy 59.501403 101.062379) (xy 59.551645 101.197086) + (xy 59.551649 101.197093) (xy 59.637809 101.312187) (xy 59.637812 101.31219) (xy 59.752906 101.39835) + (xy 59.752913 101.398354) (xy 59.88762 101.448596) (xy 59.887627 101.448598) (xy 59.947155 101.454999) + (xy 59.947172 101.455) (xy 60.292806 101.455) (xy 60.359845 101.474685) (xy 60.4056 101.527489) + (xy 60.415544 101.596647) (xy 60.386519 101.660203) (xy 60.340258 101.693561) (xy 60.243443 101.733662) + (xy 60.032259 101.863075) (xy 59.843927 102.023927) (xy 59.683075 102.212259) (xy 59.553663 102.423441) + (xy 59.458886 102.652255) (xy 59.401065 102.893093) (xy 59.381634 103.14) (xy 59.401065 103.386906) + (xy 59.401065 103.386909) (xy 59.401066 103.386911) (xy 59.458885 103.627742) (xy 59.458886 103.627744) + (xy 59.553663 103.856558) (xy 59.553665 103.856562) (xy 59.553666 103.856563) (xy 59.683075 104.06774) + (xy 59.843927 104.256073) (xy 60.03226 104.416925) (xy 60.243437 104.546334) (xy 60.243439 104.546334) + (xy 60.243441 104.546336) (xy 60.314786 104.575888) (xy 60.472258 104.641115) (xy 60.713089 104.698934) + (xy 60.96 104.718366) (xy 61.206911 104.698934) (xy 61.447742 104.641115) (xy 61.676563 104.546334) + (xy 61.88774 104.416925) (xy 62.076073 104.256073) (xy 62.236925 104.06774) (xy 62.366334 103.856563) + (xy 62.461115 103.627742) (xy 62.518934 103.386911) (xy 62.538366 103.14) (xy 62.518934 102.893089) + (xy 62.461115 102.652258) (xy 62.366334 102.423437) (xy 62.236925 102.21226) (xy 62.076073 102.023927) + (xy 61.88774 101.863075) (xy 61.676563 101.733666) (xy 61.676561 101.733665) (xy 61.676556 101.733662) + (xy 61.579742 101.693561) (xy 61.525338 101.64972) (xy 61.503273 101.583426) (xy 61.520552 101.515727) + (xy 61.571689 101.468116) (xy 61.627194 101.455) (xy 61.972828 101.455) (xy 61.972844 101.454999) + (xy 62.032372 101.448598) (xy 62.032379 101.448596) (xy 62.167086 101.398354) (xy 62.167093 101.39835) + (xy 62.282187 101.31219) (xy 62.28219 101.312187) (xy 62.36835 101.197093) (xy 62.368354 101.197086) + (xy 62.418596 101.062379) (xy 62.418598 101.062372) (xy 62.424999 101.002844) (xy 62.425 101.002827) + (xy 62.425 100.29) (xy 61.516706 100.29) (xy 61.546558 100.217931) (xy 61.57 100.10008) (xy 61.57 99.97992) + (xy 61.546558 99.862069) (xy 61.516706 99.79) (xy 62.425 99.79) (xy 62.425 99.077172) (xy 62.424999 99.077155) + (xy 62.418598 99.017627) (xy 62.418596 99.01762) (xy 62.368354 98.882913) (xy 62.36835 98.882906) + (xy 62.28219 98.767812) (xy 62.282187 98.767809) (xy 62.167093 98.681649) (xy 62.167088 98.681646) + (xy 62.126567 98.666533) (xy 62.070634 98.624661) (xy 62.046217 98.559197) (xy 62.061069 98.490924) + (xy 62.110474 98.441519) (xy 62.144118 98.429061) (xy 62.258288 98.404794) (xy 62.432752 98.327118) + (xy 62.587253 98.214866) (xy 62.71504 98.072944) (xy 62.810527 97.907556) (xy 62.869542 97.725928) + (xy 62.889504 97.536) (xy 62.869542 97.346072) (xy 62.810527 97.164444) (xy 62.71504 96.999056) + (xy 62.587253 96.857134) (xy 62.432752 96.744882) (xy 62.258288 96.667206) (xy 62.258286 96.667205) + (xy 62.071487 96.6275) (xy 61.880513 96.6275) (xy 61.880509 96.6275) (xy 61.805253 96.643496) (xy 61.735586 96.63818) + (xy 61.691791 96.609887) (xy 60.12862 95.046716) (xy 60.095135 94.985393) (xy 60.092983 94.972015) + (xy 60.075542 94.806072) (xy 60.016527 94.624444) (xy 59.92104 94.459056) (xy 59.801168 94.325925) + (xy 59.793254 94.317135) (xy 59.638753 94.204883) (xy 59.638752 94.204882) (xy 59.464288 94.127206) + (xy 59.464286 94.127205) (xy 59.277487 94.0875) (xy 59.086513 94.0875) (xy 58.899714 94.127205) + (xy 58.725246 94.204883) (xy 58.570745 94.317135) (xy 58.442959 94.459057) (xy 58.347473 94.624443) + (xy 58.34747 94.62445) (xy 58.288459 94.806068) (xy 58.288458 94.806072) (xy 58.268496 94.996) (xy 50.8605 94.996) + (xy 50.8605 91.28) (xy 59.381634 91.28) (xy 59.401065 91.526906) (xy 59.401065 91.526909) (xy 59.401066 91.526911) + (xy 59.458885 91.767742) (xy 59.458886 91.767744) (xy 59.553663 91.996558) (xy 59.553665 91.996562) + (xy 59.553666 91.996563) (xy 59.683075 92.20774) (xy 59.843927 92.396073) (xy 60.03226 92.556925) + (xy 60.243437 92.686334) (xy 60.243439 92.686334) (xy 60.243441 92.686336) (xy 60.314786 92.715888) + (xy 60.472258 92.781115) (xy 60.713089 92.838934) (xy 60.96 92.858366) (xy 61.206911 92.838934) + (xy 61.447742 92.781115) (xy 61.676563 92.686334) (xy 61.88774 92.556925) (xy 62.076073 92.396073) + (xy 62.236925 92.20774) (xy 62.366334 91.996563) (xy 62.367235 91.994386) (xy 62.369032 91.990051) + (xy 62.412871 91.935646) (xy 62.479164 91.913579) (xy 62.483594 91.9135) (xy 63.788234 91.9135) + (xy 63.855273 91.933185) (xy 63.875915 91.949819) (xy 67.503163 95.577069) (xy 67.503167 95.577072) + (xy 67.606921 95.646399) (xy 67.606923 95.646399) (xy 67.606925 95.646401) (xy 67.688447 95.680168) + (xy 67.722215 95.694155) (xy 67.722217 95.694155) (xy 67.722222 95.694157) (xy 67.844601 95.718499) + (xy 67.844605 95.7185) (xy 67.844606 95.7185) (xy 82.577395 95.7185) (xy 82.577396 95.718499) (xy 82.699785 95.694155) + (xy 82.815075 95.6464) (xy 82.918833 95.577071) (xy 83.243607 95.252295) (xy 83.304926 95.218813) + (xy 83.371545 95.222697) (xy 83.393049 95.23008) (xy 83.623288 95.2685) (xy 83.856711 95.2685) (xy 83.856712 95.2685) + (xy 84.086951 95.23008) (xy 84.307727 95.154287) (xy 84.513017 95.04319) (xy 84.69722 94.899818) + (xy 84.855314 94.728083) (xy 84.982984 94.532669) (xy 85.076749 94.318907) (xy 85.134051 94.092626) + (xy 85.142886 93.986) (xy 85.153327 93.860005) (xy 85.153327 93.859994) (xy 85.134051 93.627377) + (xy 85.134051 93.627374) (xy 85.076749 93.401093) (xy 84.982984 93.187331) (xy 84.946305 93.13119) + (xy 84.855313 92.991915) (xy 84.697223 92.820185) (xy 84.697222 92.820184) (xy 84.69722 92.820182) + (xy 84.513017 92.67681) (xy 84.513015 92.676809) (xy 84.513014 92.676808) (xy 84.513011 92.676806) + (xy 84.307733 92.565716) (xy 84.30773 92.565715) (xy 84.307727 92.565713) (xy 84.307721 92.565711) + (xy 84.307719 92.56571) (xy 84.086954 92.48992) (xy 83.90765 92.46) (xy 83.856712 92.4515) (xy 83.623288 92.4515) + (xy 83.57724 92.459184) (xy 83.393045 92.48992) (xy 83.17228 92.56571) (xy 83.172266 92.565716) + (xy 82.966988 92.676806) (xy 82.966985 92.676808) (xy 82.782781 92.820181) (xy 82.782776 92.820185) + (xy 82.624688 92.991913) (xy 82.593809 93.039178) (xy 82.540662 93.084534) (xy 82.471431 93.093958) + (xy 82.408095 93.064456) (xy 82.386191 93.039178) (xy 82.355311 92.991913) (xy 82.197223 92.820185) + (xy 82.197222 92.820184) (xy 82.19722 92.820182) (xy 82.013017 92.67681) (xy 82.013015 92.676809) + (xy 82.013014 92.676808) (xy 82.013011 92.676806) (xy 81.807733 92.565716) (xy 81.80773 92.565715) + (xy 81.807727 92.565713) (xy 81.807721 92.565711) (xy 81.807719 92.56571) (xy 81.586954 92.48992) + (xy 81.40765 92.46) (xy 81.356712 92.4515) (xy 81.123288 92.4515) (xy 81.07724 92.459184) (xy 80.893045 92.48992) + (xy 80.67228 92.56571) (xy 80.672266 92.565716) (xy 80.466988 92.676806) (xy 80.466986 92.676807) + (xy 80.291093 92.813711) (xy 80.226099 92.839353) (xy 80.157559 92.825786) (xy 80.107234 92.777318) + (xy 80.098749 92.759189) (xy 80.083355 92.717915) (xy 80.08335 92.717906) (xy 79.99719 92.602812) + (xy 79.997187 92.602809) (xy 79.882093 92.516649) (xy 79.882086 92.516645) (xy 79.747379 92.466403) + (xy 79.747372 92.466401) (xy 79.687844 92.46) (xy 78.99 92.46) (xy 78.99 93.426988) (xy 78.932993 93.394075) + (xy 78.805826 93.36) (xy 78.674174 93.36) (xy 78.547007 93.394075) (xy 78.49 93.426988) (xy 78.49 92.46) + (xy 77.792155 92.46) (xy 77.732627 92.466401) (xy 77.73262 92.466403) (xy 77.597913 92.516645) (xy 77.597906 92.516649) + (xy 77.482812 92.602809) (xy 77.482809 92.602812) (xy 77.396649 92.717906) (xy 77.396645 92.717913) + (xy 77.346403 92.85262) (xy 77.346401 92.852627) (xy 77.34 92.912155) (xy 77.34 93.61) (xy 78.306988 93.61) + (xy 78.274075 93.667007) (xy 78.24 93.794174) (xy 78.24 93.925826) (xy 78.274075 94.052993) (xy 78.306988 94.11) + (xy 77.34 94.11) (xy 77.34 94.3275) (xy 77.320315 94.394539) (xy 77.267511 94.440294) (xy 77.216 94.4515) + (xy 68.220767 94.4515) (xy 68.153728 94.431815) (xy 68.133086 94.415181) (xy 66.613749 92.895844) + (xy 67.688 92.895844) (xy 67.694401 92.955372) (xy 67.694403 92.955379) (xy 67.744645 93.090086) + (xy 67.744649 93.090093) (xy 67.830809 93.205187) (xy 67.830812 93.20519) (xy 67.945906 93.29135) + (xy 67.945913 93.291354) (xy 68.08062 93.341596) (xy 68.080627 93.341598) (xy 68.140155 93.347999) + (xy 68.140172 93.348) (xy 68.838 93.348) (xy 68.838 92.323277) (xy 68.914306 92.367333) (xy 69.028756 92.398) + (xy 69.147244 92.398) (xy 69.261694 92.367333) (xy 69.338 92.323277) (xy 69.338 93.348) (xy 70.035828 93.348) + (xy 70.035844 93.347999) (xy 70.095372 93.341598) (xy 70.095379 93.341596) (xy 70.230086 93.291354) + (xy 70.230093 93.29135) (xy 70.345187 93.20519) (xy 70.34519 93.205187) (xy 70.43135 93.090093) + (xy 70.431355 93.090084) (xy 70.45694 93.021486) (xy 70.49881 92.965552) (xy 70.564274 92.941134) + (xy 70.632547 92.955985) (xy 70.664349 92.980832) (xy 70.67078 92.987818) (xy 70.854983 93.13119) + (xy 70.854985 93.131191) (xy 70.854988 93.131193) (xy 70.958723 93.187331) (xy 71.060273 93.242287) + (xy 71.174914 93.281643) (xy 71.281045 93.318079) (xy 71.281047 93.318079) (xy 71.281049 93.31808) + (xy 71.511288 93.3565) (xy 71.511289 93.3565) (xy 71.744711 93.3565) (xy 71.744712 93.3565) (xy 71.974951 93.31808) + (xy 72.195727 93.242287) (xy 72.401017 93.13119) (xy 72.58522 92.987818) (xy 72.743314 92.816083) + (xy 72.870984 92.620669) (xy 72.964749 92.406907) (xy 73.022051 92.180626) (xy 73.037303 91.996563) + (xy 73.041327 91.948005) (xy 73.041327 91.947994) (xy 73.026934 91.774306) (xy 73.022051 91.715374) + (xy 72.964749 91.489093) (xy 72.870984 91.275331) (xy 72.743314 91.079917) (xy 72.743313 91.079915) + (xy 72.585223 90.908185) (xy 72.585222 90.908184) (xy 72.58522 90.908182) (xy 72.401017 90.76481) + (xy 72.401015 90.764809) (xy 72.401014 90.764808) (xy 72.401011 90.764806) (xy 72.195733 90.653716) + (xy 72.19573 90.653715) (xy 72.195727 90.653713) (xy 72.195721 90.653711) (xy 72.195719 90.65371) + (xy 71.974954 90.57792) (xy 71.79565 90.548) (xy 71.744712 90.5395) (xy 71.705262 90.5395) (xy 71.638223 90.519815) + (xy 71.592468 90.467011) (xy 71.582524 90.397853) (xy 71.599535 90.35071) (xy 71.713996 90.163927) + (xy 71.72054 90.153249) (xy 71.812369 89.931553) (xy 71.868387 89.698222) (xy 71.887214 89.459) + (xy 71.868387 89.219778) (xy 71.812369 88.986447) (xy 71.812369 88.986446) (xy 71.812369 88.986445) + (xy 71.720542 88.764754) (xy 71.72054 88.764751) (xy 71.595162 88.560153) (xy 71.595158 88.560148) + (xy 71.506658 88.456528) (xy 71.439318 88.377682) (xy 71.339561 88.292482) (xy 71.256851 88.221841) + (xy 71.256846 88.221837) (xy 71.052248 88.096459) (xy 71.052245 88.096457) (xy 70.830553 88.00463) + (xy 70.597218 87.948612) (xy 70.597219 87.948612) (xy 70.358 87.929786) (xy 70.11878 87.948612) + (xy 69.885446 88.00463) (xy 69.885445 88.00463) (xy 69.663754 88.096457) (xy 69.663751 88.096459) + (xy 69.459153 88.221837) (xy 69.459148 88.221841) (xy 69.276682 88.377682) (xy 69.120841 88.560148) + (xy 69.120837 88.560153) (xy 68.995459 88.764751) (xy 68.995457 88.764754) (xy 68.90363 88.986445) + (xy 68.90363 88.986446) (xy 68.847612 89.21978) (xy 68.828786 89.459) (xy 68.847612 89.698219) (xy 68.90363 89.931553) + (xy 68.90363 89.931554) (xy 68.995457 90.153245) (xy 68.995459 90.153248) (xy 69.120837 90.357846) + (xy 69.120841 90.357851) (xy 69.155006 90.397853) (xy 69.276682 90.540318) (xy 69.294529 90.555561) + (xy 69.332724 90.614066) (xy 69.338 90.649852) (xy 69.338 91.572722) (xy 69.261694 91.528667) (xy 69.147244 91.498) + (xy 69.028756 91.498) (xy 68.914306 91.528667) (xy 68.838 91.572722) (xy 68.838 90.548) (xy 68.140155 90.548) + (xy 68.080627 90.554401) (xy 68.08062 90.554403) (xy 67.945913 90.604645) (xy 67.945906 90.604649) + (xy 67.830812 90.690809) (xy 67.830809 90.690812) (xy 67.744649 90.805906) (xy 67.744645 90.805913) + (xy 67.694403 90.94062) (xy 67.694401 90.940627) (xy 67.688 91.000155) (xy 67.688 91.698) (xy 68.712722 91.698) + (xy 68.668667 91.774306) (xy 68.638 91.888756) (xy 68.638 92.007244) (xy 68.668667 92.121694) (xy 68.712722 92.198) + (xy 67.688 92.198) (xy 67.688 92.895844) (xy 66.613749 92.895844) (xy 64.505836 90.787931) (xy 64.505832 90.787928) + (xy 64.402081 90.718603) (xy 64.402072 90.718598) (xy 64.286785 90.670845) (xy 64.286777 90.670843) + (xy 64.164398 90.6465) (xy 64.164394 90.6465) (xy 62.483594 90.6465) (xy 62.416555 90.626815) (xy 62.3708 90.574011) + (xy 62.369032 90.569949) (xy 62.366337 90.563444) (xy 62.366336 90.563443) (xy 62.366334 90.563437) + (xy 62.236925 90.35226) (xy 62.076073 90.163927) (xy 61.88774 90.003075) (xy 61.676563 89.873666) + (xy 61.676562 89.873665) (xy 61.676558 89.873663) (xy 61.447744 89.778886) (xy 61.447742 89.778885) + (xy 61.206911 89.721066) (xy 61.206909 89.721065) (xy 61.206906 89.721065) (xy 60.96 89.701634) + (xy 60.713093 89.721065) (xy 60.713089 89.721066) (xy 60.472258 89.778885) (xy 60.472256 89.778885) + (xy 60.472255 89.778886) (xy 60.243441 89.873663) (xy 60.032259 90.003075) (xy 59.843927 90.163927) + (xy 59.683075 90.352259) (xy 59.553663 90.563441) (xy 59.460678 90.787929) (xy 59.458885 90.792258) + (xy 59.455607 90.805913) (xy 59.401065 91.033093) (xy 59.381634 91.28) (xy 50.8605 91.28) (xy 50.8605 86.742475) + (xy 74.5715 86.742475) (xy 74.596366 86.931343) (xy 74.603471 86.985308) (xy 74.635168 87.103603) + (xy 74.666865 87.2219) (xy 74.760596 87.448186) (xy 74.760601 87.448197) (xy 74.883061 87.660302) + (xy 74.883072 87.660318) (xy 75.032171 87.854629) (xy 75.032177 87.854636) (xy 75.205363 88.027822) + (xy 75.205369 88.027827) (xy 75.39969 88.176934) (xy 75.399697 88.176938) (xy 75.611802 88.299398) + (xy 75.611807 88.2994) (xy 75.61181 88.299402) (xy 75.724956 88.346268) (xy 75.838099 88.393134) + (xy 75.8381 88.393134) (xy 75.838102 88.393135) (xy 76.074692 88.456529) (xy 76.317532 88.4885) + (xy 76.317539 88.4885) (xy 76.562461 88.4885) (xy 76.562468 88.4885) (xy 76.805308 88.456529) (xy 77.041898 88.393135) + (xy 77.26819 88.299402) (xy 77.48031 88.176934) (xy 77.674631 88.027827) (xy 77.847827 87.854631) + (xy 77.996934 87.66031) (xy 78.119402 87.44819) (xy 78.213135 87.221898) (xy 78.276529 86.985308) + (xy 78.308499 86.742475) (xy 84.1715 86.742475) (xy 84.196366 86.931343) (xy 84.203471 86.985308) + (xy 84.235168 87.103603) (xy 84.266865 87.2219) (xy 84.360596 87.448186) (xy 84.360601 87.448197) + (xy 84.483061 87.660302) (xy 84.483072 87.660318) (xy 84.632171 87.854629) (xy 84.632177 87.854636) + (xy 84.805363 88.027822) (xy 84.805369 88.027827) (xy 84.99969 88.176934) (xy 84.999697 88.176938) + (xy 85.211802 88.299398) (xy 85.211807 88.2994) (xy 85.21181 88.299402) (xy 85.324956 88.346268) + (xy 85.438099 88.393134) (xy 85.4381 88.393134) (xy 85.438102 88.393135) (xy 85.674692 88.456529) + (xy 85.917532 88.4885) (xy 85.917539 88.4885) (xy 86.162461 88.4885) (xy 86.162468 88.4885) (xy 86.405308 88.456529) + (xy 86.641898 88.393135) (xy 86.86819 88.299402) (xy 87.08031 88.176934) (xy 87.274631 88.027827) + (xy 87.447827 87.854631) (xy 87.596934 87.66031) (xy 87.719402 87.44819) (xy 87.813135 87.221898) + (xy 87.876529 86.985308) (xy 87.9085 86.742468) (xy 87.9085 85.977532) (xy 87.876529 85.734692) + (xy 87.813135 85.498102) (xy 87.719402 85.27181) (xy 87.7194 85.271807) (xy 87.719398 85.271802) + (xy 87.596938 85.059697) (xy 87.596934 85.05969) (xy 87.447827 84.865369) (xy 87.447822 84.865363) + (xy 87.274636 84.692177) (xy 87.274629 84.692171) (xy 87.080318 84.543072) (xy 87.080316 84.54307) + (xy 87.08031 84.543066) (xy 87.080305 84.543063) (xy 87.080302 84.543061) (xy 86.868197 84.420601) + (xy 86.868186 84.420596) (xy 86.6419 84.326865) (xy 86.523603 84.295168) (xy 86.405308 84.263471) + (xy 86.351343 84.256366) (xy 86.162475 84.2315) (xy 86.162468 84.2315) (xy 85.917532 84.2315) (xy 85.917524 84.2315) + (xy 85.701674 84.259918) (xy 85.674692 84.263471) (xy 85.615544 84.279319) (xy 85.438099 84.326865) + (xy 85.211813 84.420596) (xy 85.211802 84.420601) (xy 84.999697 84.543061) (xy 84.999681 84.543072) + (xy 84.80537 84.692171) (xy 84.805363 84.692177) (xy 84.632177 84.865363) (xy 84.632171 84.86537) + (xy 84.483072 85.059681) (xy 84.483061 85.059697) (xy 84.360601 85.271802) (xy 84.360596 85.271813) + (xy 84.266865 85.498099) (xy 84.203471 85.734693) (xy 84.1715 85.977524) (xy 84.1715 86.742475) + (xy 78.308499 86.742475) (xy 78.3085 86.742468) (xy 78.3085 85.977532) (xy 78.276529 85.734692) + (xy 78.213135 85.498102) (xy 78.119402 85.27181) (xy 78.1194 85.271807) (xy 78.119398 85.271802) + (xy 77.996938 85.059697) (xy 77.996934 85.05969) (xy 77.847827 84.865369) (xy 77.847822 84.865363) + (xy 77.674636 84.692177) (xy 77.674629 84.692171) (xy 77.480318 84.543072) (xy 77.480316 84.54307) + (xy 77.48031 84.543066) (xy 77.480305 84.543063) (xy 77.480302 84.543061) (xy 77.268197 84.420601) + (xy 77.268186 84.420596) (xy 77.0419 84.326865) (xy 76.923603 84.295168) (xy 76.805308 84.263471) + (xy 76.751343 84.256366) (xy 76.562475 84.2315) (xy 76.562468 84.2315) (xy 76.317532 84.2315) (xy 76.317524 84.2315) + (xy 76.101674 84.259918) (xy 76.074692 84.263471) (xy 76.015544 84.279319) (xy 75.838099 84.326865) + (xy 75.611813 84.420596) (xy 75.611802 84.420601) (xy 75.399697 84.543061) (xy 75.399681 84.543072) + (xy 75.20537 84.692171) (xy 75.205363 84.692177) (xy 75.032177 84.865363) (xy 75.032171 84.86537) + (xy 74.883072 85.059681) (xy 74.883061 85.059697) (xy 74.760601 85.271802) (xy 74.760596 85.271813) + (xy 74.666865 85.498099) (xy 74.603471 85.734693) (xy 74.5715 85.977524) (xy 74.5715 86.742475) + (xy 50.8605 86.742475) (xy 50.8605 82.98) (xy 59.381634 82.98) (xy 59.401065 83.226906) (xy 59.401065 83.226909) + (xy 59.401066 83.226911) (xy 59.458885 83.467742) (xy 59.458886 83.467744) (xy 59.553663 83.696558) + (xy 59.553665 83.696562) (xy 59.553666 83.696563) (xy 59.683075 83.90774) (xy 59.843927 84.096073) + (xy 60.03226 84.256925) (xy 60.243437 84.386334) (xy 60.243439 84.386334) (xy 60.243441 84.386336) + (xy 60.314786 84.415888) (xy 60.472258 84.481115) (xy 60.713089 84.538934) (xy 60.96 84.558366) + (xy 61.206911 84.538934) (xy 61.447742 84.481115) (xy 61.676563 84.386334) (xy 61.88774 84.256925) + (xy 62.076073 84.096073) (xy 62.236925 83.90774) (xy 62.366334 83.696563) (xy 62.461115 83.467742) + (xy 62.518934 83.226911) (xy 62.538366 82.98) (xy 62.518934 82.733089) (xy 62.461115 82.492258) + (xy 62.366334 82.263437) (xy 62.236925 82.05226) (xy 62.076073 81.863927) (xy 61.88774 81.703075) + (xy 61.676563 81.573666) (xy 61.676561 81.573665) (xy 61.676556 81.573662) (xy 61.579742 81.533561) + (xy 61.525338 81.48972) (xy 61.503273 81.423426) (xy 61.520552 81.355727) (xy 61.571689 81.308116) + (xy 61.627194 81.295) (xy 61.972828 81.295) (xy 61.972844 81.294999) (xy 62.032372 81.288598) (xy 62.032379 81.288596) + (xy 62.167086 81.238354) (xy 62.167093 81.23835) (xy 62.282187 81.15219) (xy 62.28219 81.152187) + (xy 62.36835 81.037093) (xy 62.368354 81.037086) (xy 62.418596 80.902379) (xy 62.418598 80.902372) + (xy 62.424999 80.842844) (xy 62.425 80.842827) (xy 62.425 80.13) (xy 61.516706 80.13) (xy 61.546558 80.057931) + (xy 61.57 79.94008) (xy 61.57 79.81992) (xy 61.546558 79.702069) (xy 61.516706 79.63) (xy 62.425 79.63) + (xy 62.425 78.917172) (xy 62.424999 78.917155) (xy 62.418598 78.857627) (xy 62.418596 78.85762) + (xy 62.368354 78.722913) (xy 62.36835 78.722906) (xy 62.28219 78.607812) (xy 62.282187 78.607809) + (xy 62.167093 78.521649) (xy 62.167086 78.521645) (xy 62.032379 78.471403) (xy 62.032372 78.471401) + (xy 61.972844 78.465) (xy 61.21 78.465) (xy 61.21 79.323293) (xy 61.137931 79.293442) (xy 61.02008 79.27) + (xy 60.89992 79.27) (xy 60.782069 79.293442) (xy 60.71 79.323293) (xy 60.71 78.465) (xy 59.947155 78.465) + (xy 59.887627 78.471401) (xy 59.88762 78.471403) (xy 59.752913 78.521645) (xy 59.752906 78.521649) + (xy 59.637812 78.607809) (xy 59.637809 78.607812) (xy 59.551649 78.722906) (xy 59.551645 78.722913) + (xy 59.501403 78.85762) (xy 59.501401 78.857627) (xy 59.495 78.917155) (xy 59.495 79.63) (xy 60.403294 79.63) + (xy 60.373442 79.702069) (xy 60.35 79.81992) (xy 60.35 79.94008) (xy 60.373442 80.057931) (xy 60.403294 80.13) + (xy 59.495 80.13) (xy 59.495 80.842844) (xy 59.501401 80.902372) (xy 59.501403 80.902379) (xy 59.551645 81.037086) + (xy 59.551649 81.037093) (xy 59.637809 81.152187) (xy 59.637812 81.15219) (xy 59.752906 81.23835) + (xy 59.752913 81.238354) (xy 59.88762 81.288596) (xy 59.887627 81.288598) (xy 59.947155 81.294999) + (xy 59.947172 81.295) (xy 60.292806 81.295) (xy 60.359845 81.314685) (xy 60.4056 81.367489) (xy 60.415544 81.436647) + (xy 60.386519 81.500203) (xy 60.340258 81.533561) (xy 60.243443 81.573662) (xy 60.032259 81.703075) + (xy 59.843927 81.863927) (xy 59.683075 82.052259) (xy 59.553663 82.263441) (xy 59.458886 82.492255) + (xy 59.401065 82.733093) (xy 59.381634 82.98) (xy 50.8605 82.98) (xy 50.8605 75.184) (xy 60.808496 75.184) + (xy 60.828458 75.373928) (xy 60.828459 75.373931) (xy 60.88747 75.555549) (xy 60.887473 75.555556) + (xy 60.98296 75.720944) (xy 61.110747 75.862866) (xy 61.265248 75.975118) (xy 61.439712 76.052794) + (xy 61.626513 76.0925) (xy 61.683234 76.0925) (xy 61.750273 76.112185) (xy 61.770915 76.128819) + (xy 62.588163 76.946068) (xy 62.588167 76.946071) (xy 62.691918 77.015396) (xy 62.691924 77.015399) + (xy 62.691925 77.0154) (xy 62.807215 77.063155) (xy 62.929601 77.087499) (xy 62.929605 77.0875) + (xy 62.929606 77.0875) (xy 63.054394 77.0875) (xy 72.952691 77.0875) (xy 73.01973 77.107185) (xy 73.04484 77.128527) + (xy 73.048747 77.132866) (xy 73.203248 77.245118) (xy 73.377712 77.322794) (xy 73.564513 77.3625) + (xy 73.755487 77.3625) (xy 73.942288 77.322794) (xy 74.116752 77.245118) (xy 74.271253 77.132866) + (xy 74.39904 76.990944) (xy 74.494527 76.825556) (xy 74.553542 76.643928) (xy 74.573504 76.454) + (xy 74.553542 76.264072) (xy 74.494527 76.082444) (xy 74.39904 75.917056) (xy 74.271253 75.775134) + (xy 74.116752 75.662882) (xy 73.942288 75.585206) (xy 73.942286 75.585205) (xy 73.755487 75.5455) + (xy 73.564513 75.5455) (xy 73.377714 75.585205) (xy 73.203246 75.662883) (xy 73.048745 75.775135) + (xy 73.04484 75.779473) (xy 72.985354 75.816121) (xy 72.952691 75.8205) (xy 63.305766 75.8205) (xy 63.238727 75.800815) + (xy 63.218085 75.784181) (xy 62.66862 75.234716) (xy 62.635135 75.173393) (xy 62.632983 75.160015) + (xy 62.615542 74.994072) (xy 62.556527 74.812444) (xy 62.46104 74.647056) (xy 62.333253 74.505134) + (xy 62.178752 74.392882) (xy 62.004288 74.315206) (xy 62.004286 74.315205) (xy 61.817487 74.2755) + (xy 61.626513 74.2755) (xy 61.439714 74.315205) (xy 61.265246 74.392883) (xy 61.110745 74.505135) + (xy 60.982959 74.647057) (xy 60.887473 74.812443) (xy 60.88747 74.81245) (xy 60.846027 74.94) (xy 60.828458 74.994072) + (xy 60.808496 75.184) (xy 50.8605 75.184) (xy 50.8605 70.96) (xy 59.381634 70.96) (xy 59.401065 71.206906) + (xy 59.401065 71.206909) (xy 59.401066 71.206911) (xy 59.458885 71.447742) (xy 59.458886 71.447744) + (xy 59.553663 71.676558) (xy 59.553665 71.676562) (xy 59.553666 71.676563) (xy 59.683075 71.88774) + (xy 59.843927 72.076073) (xy 60.03226 72.236925) (xy 60.243437 72.366334) (xy 60.243439 72.366334) + (xy 60.243441 72.366336) (xy 60.314786 72.395888) (xy 60.472258 72.461115) (xy 60.713089 72.518934) + (xy 60.96 72.538366) (xy 61.206911 72.518934) (xy 61.447742 72.461115) (xy 61.676563 72.366334) + (xy 61.88774 72.236925) (xy 62.076073 72.076073) (xy 62.236925 71.88774) (xy 62.366334 71.676563) + (xy 62.367235 71.674386) (xy 62.369032 71.670051) (xy 62.412871 71.615646) (xy 62.479164 71.593579) + (xy 62.483594 71.5935) (xy 80.846234 71.5935) (xy 80.913273 71.613185) (xy 80.933915 71.629819) + (xy 81.223915 71.919819) (xy 81.2574 71.981142) (xy 81.252416 72.050834) (xy 81.210544 72.106767) + (xy 81.14508 72.131184) (xy 81.136234 72.1315) (xy 81.123288 72.1315) (xy 81.07724 72.139184) (xy 80.893045 72.16992) + (xy 80.67228 72.24571) (xy 80.672266 72.245716) (xy 80.466988 72.356806) (xy 80.466986 72.356807) + (xy 80.291093 72.493711) (xy 80.226099 72.519353) (xy 80.157559 72.505786) (xy 80.107234 72.457318) + (xy 80.098749 72.439189) (xy 80.083355 72.397915) (xy 80.08335 72.397906) (xy 79.99719 72.282812) + (xy 79.997187 72.282809) (xy 79.882093 72.196649) (xy 79.882086 72.196645) (xy 79.747379 72.146403) + (xy 79.747372 72.146401) (xy 79.687844 72.14) (xy 78.99 72.14) (xy 78.99 73.106988) (xy 78.932993 73.074075) + (xy 78.805826 73.04) (xy 78.674174 73.04) (xy 78.547007 73.074075) (xy 78.49 73.106988) (xy 78.49 72.14) + (xy 77.792155 72.14) (xy 77.732627 72.146401) (xy 77.73262 72.146403) (xy 77.597913 72.196645) (xy 77.597906 72.196649) + (xy 77.482812 72.282809) (xy 77.482809 72.282812) (xy 77.396649 72.397906) (xy 77.396645 72.397913) + (xy 77.346403 72.53262) (xy 77.346401 72.532627) (xy 77.34 72.592155) (xy 77.34 73.29) (xy 78.306988 73.29) + (xy 78.274075 73.347007) (xy 78.24 73.474174) (xy 78.24 73.605826) (xy 78.274075 73.732993) (xy 78.306988 73.79) + (xy 77.34 73.79) (xy 77.34 74.487844) (xy 77.346401 74.547372) (xy 77.346403 74.547379) (xy 77.396645 74.682086) + (xy 77.396649 74.682093) (xy 77.482809 74.797187) (xy 77.482812 74.79719) (xy 77.597906 74.88335) + (xy 77.597913 74.883354) (xy 77.73262 74.933596) (xy 77.732627 74.933598) (xy 77.792155 74.939999) + (xy 77.792172 74.94) (xy 78.49 74.94) (xy 78.49 73.973012) (xy 78.547007 74.005925) (xy 78.674174 74.04) + (xy 78.805826 74.04) (xy 78.932993 74.005925) (xy 78.99 73.973012) (xy 78.99 74.94) (xy 79.687828 74.94) + (xy 79.687844 74.939999) (xy 79.747372 74.933598) (xy 79.747379 74.933596) (xy 79.882086 74.883354) + (xy 79.882093 74.88335) (xy 79.997187 74.79719) (xy 79.99719 74.797187) (xy 80.08335 74.682093) + (xy 80.083353 74.682088) (xy 80.098748 74.640811) (xy 80.140619 74.584876) (xy 80.206083 74.560458) + (xy 80.274356 74.575309) (xy 80.291093 74.586288) (xy 80.466983 74.72319) (xy 80.466985 74.723191) + (xy 80.466988 74.723193) (xy 80.586331 74.787777) (xy 80.672273 74.834287) (xy 80.786914 74.873643) + (xy 80.893045 74.910079) (xy 80.893047 74.910079) (xy 80.893049 74.91008) (xy 81.123288 74.9485) + (xy 81.123289 74.9485) (xy 81.356711 74.9485) (xy 81.356712 74.9485) (xy 81.586951 74.91008) (xy 81.807727 74.834287) + (xy 82.013017 74.72319) (xy 82.19722 74.579818) (xy 82.355314 74.408083) (xy 82.386191 74.360821) + (xy 82.439337 74.315465) (xy 82.508568 74.306041) (xy 82.571904 74.335542) (xy 82.593809 74.360822) + (xy 82.624686 74.408084) (xy 82.778629 74.575309) (xy 82.78278 74.579818) (xy 82.966983 74.72319) + (xy 82.966985 74.723191) (xy 82.966988 74.723193) (xy 83.086331 74.787777) (xy 83.172273 74.834287) + (xy 83.286914 74.873643) (xy 83.393045 74.910079) (xy 83.393047 74.910079) (xy 83.393049 74.91008) + (xy 83.623288 74.9485) (xy 83.623289 74.9485) (xy 83.856711 74.9485) (xy 83.856712 74.9485) (xy 84.086951 74.91008) + (xy 84.307727 74.834287) (xy 84.513017 74.72319) (xy 84.69722 74.579818) (xy 84.855314 74.408083) + (xy 84.982984 74.212669) (xy 85.076749 73.998907) (xy 85.134051 73.772626) (xy 85.142618 73.669236) + (xy 85.153327 73.540005) (xy 85.153327 73.539994) (xy 85.134051 73.307377) (xy 85.134051 73.307374) + (xy 85.076749 73.081093) (xy 84.982984 72.867331) (xy 84.855314 72.671917) (xy 84.855313 72.671915) + (xy 84.697223 72.500185) (xy 84.697222 72.500184) (xy 84.69722 72.500182) (xy 84.513017 72.35681) + (xy 84.513015 72.356809) (xy 84.513014 72.356808) (xy 84.513011 72.356806) (xy 84.307733 72.245716) + (xy 84.30773 72.245715) (xy 84.307727 72.245713) (xy 84.307721 72.245711) (xy 84.307719 72.24571) + (xy 84.086954 72.16992) (xy 83.90765 72.14) (xy 83.856712 72.1315) (xy 83.623288 72.1315) (xy 83.584914 72.137903) + (xy 83.393044 72.16992) (xy 83.371545 72.177301) (xy 83.301746 72.180449) (xy 83.243604 72.1477) + (xy 81.563836 70.467931) (xy 81.563832 70.467928) (xy 81.460081 70.398603) (xy 81.460072 70.398598) + (xy 81.344785 70.350845) (xy 81.344777 70.350843) (xy 81.222398 70.3265) (xy 81.222394 70.3265) + (xy 62.483594 70.3265) (xy 62.416555 70.306815) (xy 62.3708 70.254011) (xy 62.369032 70.249949) + (xy 62.366337 70.243444) (xy 62.366336 70.243443) (xy 62.366334 70.243437) (xy 62.236925 70.03226) + (xy 62.076073 69.843927) (xy 61.88774 69.683075) (xy 61.676563 69.553666) (xy 61.676562 69.553665) + (xy 61.676558 69.553663) (xy 61.447744 69.458886) (xy 61.447742 69.458885) (xy 61.206911 69.401066) + (xy 61.206909 69.401065) (xy 61.206906 69.401065) (xy 60.96 69.381634) (xy 60.713093 69.401065) + (xy 60.713089 69.401066) (xy 60.472258 69.458885) (xy 60.472256 69.458885) (xy 60.472255 69.458886) + (xy 60.243441 69.553663) (xy 60.032259 69.683075) (xy 59.843927 69.843927) (xy 59.683075 70.032259) + (xy 59.553663 70.243441) (xy 59.458886 70.472255) (xy 59.401065 70.713093) (xy 59.381634 70.96) + (xy 50.8605 70.96) (xy 50.8605 66.422475) (xy 74.5715 66.422475) (xy 74.596366 66.611343) (xy 74.603471 66.665308) + (xy 74.635168 66.783603) (xy 74.666865 66.9019) (xy 74.760596 67.128186) (xy 74.760601 67.128197) + (xy 74.883061 67.340302) (xy 74.883072 67.340318) (xy 75.032171 67.534629) (xy 75.032177 67.534636) + (xy 75.205363 67.707822) (xy 75.205369 67.707827) (xy 75.39969 67.856934) (xy 75.399697 67.856938) + (xy 75.611802 67.979398) (xy 75.611807 67.9794) (xy 75.61181 67.979402) (xy 75.724956 68.026268) + (xy 75.838099 68.073134) (xy 75.8381 68.073134) (xy 75.838102 68.073135) (xy 76.074692 68.136529) + (xy 76.317532 68.1685) (xy 76.317539 68.1685) (xy 76.562461 68.1685) (xy 76.562468 68.1685) (xy 76.805308 68.136529) + (xy 77.041898 68.073135) (xy 77.26819 67.979402) (xy 77.48031 67.856934) (xy 77.674631 67.707827) + (xy 77.847827 67.534631) (xy 77.996934 67.34031) (xy 78.119402 67.12819) (xy 78.213135 66.901898) + (xy 78.276529 66.665308) (xy 78.308499 66.422475) (xy 84.1715 66.422475) (xy 84.196366 66.611343) + (xy 84.203471 66.665308) (xy 84.235168 66.783603) (xy 84.266865 66.9019) (xy 84.360596 67.128186) + (xy 84.360601 67.128197) (xy 84.483061 67.340302) (xy 84.483072 67.340318) (xy 84.632171 67.534629) + (xy 84.632177 67.534636) (xy 84.805363 67.707822) (xy 84.805369 67.707827) (xy 84.99969 67.856934) + (xy 84.999697 67.856938) (xy 85.211802 67.979398) (xy 85.211807 67.9794) (xy 85.21181 67.979402) + (xy 85.324956 68.026268) (xy 85.438099 68.073134) (xy 85.4381 68.073134) (xy 85.438102 68.073135) + (xy 85.674692 68.136529) (xy 85.917532 68.1685) (xy 85.917539 68.1685) (xy 86.162461 68.1685) (xy 86.162468 68.1685) + (xy 86.405308 68.136529) (xy 86.641898 68.073135) (xy 86.86819 67.979402) (xy 87.08031 67.856934) + (xy 87.274631 67.707827) (xy 87.447827 67.534631) (xy 87.596934 67.34031) (xy 87.719402 67.12819) + (xy 87.813135 66.901898) (xy 87.876529 66.665308) (xy 87.9085 66.422468) (xy 87.9085 65.657532) + (xy 87.876529 65.414692) (xy 87.813135 65.178102) (xy 87.719402 64.95181) (xy 87.7194 64.951807) + (xy 87.719398 64.951802) (xy 87.596938 64.739697) (xy 87.596934 64.73969) (xy 87.447827 64.545369) + (xy 87.447822 64.545363) (xy 87.274636 64.372177) (xy 87.274629 64.372171) (xy 87.080318 64.223072) + (xy 87.080316 64.22307) (xy 87.08031 64.223066) (xy 87.080305 64.223063) (xy 87.080302 64.223061) + (xy 86.868197 64.100601) (xy 86.868186 64.100596) (xy 86.6419 64.006865) (xy 86.523603 63.975168) + (xy 86.405308 63.943471) (xy 86.351343 63.936366) (xy 86.162475 63.9115) (xy 86.162468 63.9115) + (xy 85.917532 63.9115) (xy 85.917524 63.9115) (xy 85.701674 63.939918) (xy 85.674692 63.943471) + (xy 85.615544 63.959319) (xy 85.438099 64.006865) (xy 85.211813 64.100596) (xy 85.211802 64.100601) + (xy 84.999697 64.223061) (xy 84.999681 64.223072) (xy 84.80537 64.372171) (xy 84.805363 64.372177) + (xy 84.632177 64.545363) (xy 84.632171 64.54537) (xy 84.483072 64.739681) (xy 84.483061 64.739697) + (xy 84.360601 64.951802) (xy 84.360596 64.951813) (xy 84.266865 65.178099) (xy 84.203471 65.414693) + (xy 84.1715 65.657524) (xy 84.1715 66.422475) (xy 78.308499 66.422475) (xy 78.3085 66.422468) (xy 78.3085 65.657532) + (xy 78.276529 65.414692) (xy 78.213135 65.178102) (xy 78.119402 64.95181) (xy 78.1194 64.951807) + (xy 78.119398 64.951802) (xy 77.996938 64.739697) (xy 77.996934 64.73969) (xy 77.847827 64.545369) + (xy 77.847822 64.545363) (xy 77.674636 64.372177) (xy 77.674629 64.372171) (xy 77.480318 64.223072) + (xy 77.480316 64.22307) (xy 77.48031 64.223066) (xy 77.480305 64.223063) (xy 77.480302 64.223061) + (xy 77.268197 64.100601) (xy 77.268186 64.100596) (xy 77.0419 64.006865) (xy 76.923603 63.975168) + (xy 76.805308 63.943471) (xy 76.751343 63.936366) (xy 76.562475 63.9115) (xy 76.562468 63.9115) + (xy 76.317532 63.9115) (xy 76.317524 63.9115) (xy 76.101674 63.939918) (xy 76.074692 63.943471) + (xy 76.015544 63.959319) (xy 75.838099 64.006865) (xy 75.611813 64.100596) (xy 75.611802 64.100601) + (xy 75.399697 64.223061) (xy 75.399681 64.223072) (xy 75.20537 64.372171) (xy 75.205363 64.372177) + (xy 75.032177 64.545363) (xy 75.032171 64.54537) (xy 74.883072 64.739681) (xy 74.883061 64.739697) + (xy 74.760601 64.951802) (xy 74.760596 64.951813) (xy 74.666865 65.178099) (xy 74.603471 65.414693) + (xy 74.5715 65.657524) (xy 74.5715 66.422475) (xy 50.8605 66.422475) (xy 50.8605 62.66) (xy 59.381634 62.66) + (xy 59.401065 62.906906) (xy 59.401065 62.906909) (xy 59.401066 62.906911) (xy 59.458885 63.147742) + (xy 59.458886 63.147744) (xy 59.553663 63.376558) (xy 59.553665 63.376562) (xy 59.553666 63.376563) + (xy 59.683075 63.58774) (xy 59.843927 63.776073) (xy 60.03226 63.936925) (xy 60.243437 64.066334) + (xy 60.243439 64.066334) (xy 60.243441 64.066336) (xy 60.314786 64.095888) (xy 60.472258 64.161115) + (xy 60.713089 64.218934) (xy 60.96 64.238366) (xy 61.206911 64.218934) (xy 61.447742 64.161115) + (xy 61.676563 64.066334) (xy 61.88774 63.936925) (xy 62.076073 63.776073) (xy 62.236925 63.58774) + (xy 62.366334 63.376563) (xy 62.461115 63.147742) (xy 62.518934 62.906911) (xy 62.538366 62.66) + (xy 62.518934 62.413089) (xy 62.461115 62.172258) (xy 62.366334 61.943437) (xy 62.236925 61.73226) + (xy 62.076073 61.543927) (xy 61.88774 61.383075) (xy 61.676563 61.253666) (xy 61.676561 61.253665) + (xy 61.676556 61.253662) (xy 61.579742 61.213561) (xy 61.525338 61.16972) (xy 61.503273 61.103426) + (xy 61.520552 61.035727) (xy 61.571689 60.988116) (xy 61.627194 60.975) (xy 61.972828 60.975) (xy 61.972844 60.974999) + (xy 62.032372 60.968598) (xy 62.032379 60.968596) (xy 62.167086 60.918354) (xy 62.167093 60.91835) + (xy 62.282187 60.83219) (xy 62.28219 60.832187) (xy 62.36835 60.717093) (xy 62.368354 60.717086) + (xy 62.418596 60.582379) (xy 62.418598 60.582372) (xy 62.424999 60.522844) (xy 62.425 60.522827) + (xy 62.425 59.81) (xy 61.516706 59.81) (xy 61.546558 59.737931) (xy 61.57 59.62008) (xy 61.57 59.49992) + (xy 61.546558 59.382069) (xy 61.516706 59.31) (xy 62.425 59.31) (xy 62.425 58.597172) (xy 62.424999 58.597155) + (xy 62.418598 58.537627) (xy 62.418596 58.53762) (xy 62.368354 58.402913) (xy 62.36835 58.402906) + (xy 62.28219 58.287812) (xy 62.282187 58.287809) (xy 62.167093 58.201649) (xy 62.167086 58.201645) + (xy 62.032379 58.151403) (xy 62.032372 58.151401) (xy 61.972844 58.145) (xy 61.21 58.145) (xy 61.21 59.003293) + (xy 61.137931 58.973442) (xy 61.02008 58.95) (xy 60.89992 58.95) (xy 60.782069 58.973442) (xy 60.71 59.003293) + (xy 60.71 58.145) (xy 59.947155 58.145) (xy 59.887627 58.151401) (xy 59.88762 58.151403) (xy 59.752913 58.201645) + (xy 59.752906 58.201649) (xy 59.637812 58.287809) (xy 59.637809 58.287812) (xy 59.551649 58.402906) + (xy 59.551645 58.402913) (xy 59.501403 58.53762) (xy 59.501401 58.537627) (xy 59.495 58.597155) + (xy 59.495 59.31) (xy 60.403294 59.31) (xy 60.373442 59.382069) (xy 60.35 59.49992) (xy 60.35 59.62008) + (xy 60.373442 59.737931) (xy 60.403294 59.81) (xy 59.495 59.81) (xy 59.495 60.522844) (xy 59.501401 60.582372) + (xy 59.501403 60.582379) (xy 59.551645 60.717086) (xy 59.551649 60.717093) (xy 59.637809 60.832187) + (xy 59.637812 60.83219) (xy 59.752906 60.91835) (xy 59.752913 60.918354) (xy 59.88762 60.968596) + (xy 59.887627 60.968598) (xy 59.947155 60.974999) (xy 59.947172 60.975) (xy 60.292806 60.975) (xy 60.359845 60.994685) + (xy 60.4056 61.047489) (xy 60.415544 61.116647) (xy 60.386519 61.180203) (xy 60.340258 61.213561) + (xy 60.243443 61.253662) (xy 60.032259 61.383075) (xy 59.843927 61.543927) (xy 59.683075 61.732259) + (xy 59.553663 61.943441) (xy 59.495105 62.084815) (xy 59.458885 62.172258) (xy 59.408246 62.383179) + (xy 59.401065 62.413093) (xy 59.381634 62.66) (xy 50.8605 62.66) (xy 50.8605 57.150005) (xy 73.566844 57.150005) + (xy 73.585434 57.374359) (xy 73.585436 57.374371) (xy 73.640703 57.592614) (xy 73.73114 57.798792) + (xy 73.854276 57.987265) (xy 73.854284 57.987276) (xy 74.005376 58.151403) (xy 74.00676 58.152906) + (xy 74.184424 58.291189) (xy 74.184425 58.291189) (xy 74.184427 58.291191) (xy 74.244314 58.3236) + (xy 74.382426 58.398342) (xy 74.595365 58.471444) (xy 74.817431 58.5085) (xy 75.042569 58.5085) + (xy 75.26463 58.471445) (xy 75.264631 58.471444) (xy 75.264635 58.471444) (xy 75.264637 58.471442) + (xy 75.268849 58.470376) (xy 75.338669 58.472988) (xy 75.386991 58.502895) (xy 80.114163 63.230068) + (xy 80.114167 63.230071) (xy 80.217918 63.299396) (xy 80.217924 63.299399) (xy 80.217925 63.2994) + (xy 80.333215 63.347155) (xy 80.455601 63.371499) (xy 80.455605 63.3715) (xy 80.455606 63.3715) + (xy 80.580393 63.3715) (xy 87.316234 63.3715) (xy 87.383273 63.391185) (xy 87.403915 63.407819) + (xy 89.021181 65.025085) (xy 89.054666 65.086408) (xy 89.0575 65.112766) (xy 89.0575 75.647624) + (xy 89.037815 75.714663) (xy 88.985011 75.760418) (xy 88.915853 75.770362) (xy 88.901407 75.767399) + (xy 88.858665 75.755946) (xy 88.858654 75.755944) (xy 88.646002 75.73734) (xy 88.645998 75.73734) + (xy 88.433345 75.755944) (xy 88.433337 75.755945) (xy 88.227146 75.811194) (xy 88.22714 75.811197) + (xy 88.033671 75.901412) (xy 88.033669 75.901413) (xy 87.977969 75.940415) (xy 87.977968 75.940415) + (xy 88.599553 76.562) (xy 88.593339 76.562) (xy 88.491606 76.589259) (xy 88.400394 76.64192) (xy 88.32592 76.716394) + (xy 88.273259 76.807606) (xy 88.246 76.909339) (xy 88.246 76.915553) (xy 87.624415 76.293968) (xy 87.624415 76.293969) + (xy 87.585413 76.349669) (xy 87.585412 76.349671) (xy 87.495197 76.54314) (xy 87.495194 76.543146) + (xy 87.439945 76.749337) (xy 87.439944 76.749345) (xy 87.42134 76.961997) (xy 87.42134 76.962002) + (xy 87.439944 77.174654) (xy 87.439945 77.174662) (xy 87.495194 77.380853) (xy 87.495197 77.380859) + (xy 87.585413 77.574329) (xy 87.624415 77.63003) (xy 88.246 77.008445) (xy 88.246 77.014661) (xy 88.273259 77.116394) + (xy 88.32592 77.207606) (xy 88.400394 77.28208) (xy 88.491606 77.334741) (xy 88.593339 77.362) (xy 88.599553 77.362) + (xy 87.977968 77.983584) (xy 88.033663 78.022582) (xy 88.033673 78.022588) (xy 88.232013 78.115075) + (xy 88.284453 78.161247) (xy 88.303605 78.22844) (xy 88.28339 78.295321) (xy 88.230224 78.340656) + (xy 88.225701 78.342488) (xy 88.029405 78.434023) (xy 88.029403 78.434024) (xy 87.853316 78.55732) + (xy 87.70132 78.709316) (xy 87.578024 78.885403) (xy 87.578023 78.885405) (xy 87.487179 79.080221) + (xy 87.487176 79.080227) (xy 87.431542 79.287855) (xy 87.431541 79.287863) (xy 87.412807 79.501998) + (xy 87.412807 79.502001) (xy 87.431541 79.716136) (xy 87.431542 79.716144) (xy 87.487176 79.923772) + (xy 87.487177 79.923774) (xy 87.487178 79.923777) (xy 87.549735 80.057931) (xy 87.578024 80.118597) + (xy 87.578026 80.118601) (xy 87.701319 80.294682) (xy 87.853317 80.44668) (xy 88.029398 80.569973) + (xy 88.0294 80.569974) (xy 88.029403 80.569976) (xy 88.219642 80.658686) (xy 88.221641 80.659618) + (xy 88.27408 80.70579) (xy 88.293232 80.772984) (xy 88.273016 80.839865) (xy 88.221641 80.884382) + (xy 88.029405 80.974023) (xy 88.029403 80.974024) (xy 87.853316 81.09732) (xy 87.70132 81.249316) + (xy 87.578024 81.425403) (xy 87.578023 81.425405) (xy 87.487179 81.620221) (xy 87.487176 81.620227) + (xy 87.431542 81.827855) (xy 87.431541 81.827863) (xy 87.412807 82.041998) (xy 87.412807 82.042001) + (xy 87.431541 82.256136) (xy 87.431542 82.256144) (xy 87.487176 82.463772) (xy 87.487177 82.463774) + (xy 87.487178 82.463777) (xy 87.500458 82.492255) (xy 87.578024 82.658597) (xy 87.578026 82.658601) + (xy 87.701319 82.834682) (xy 87.853317 82.98668) (xy 88.029398 83.109973) (xy 88.0294 83.109974) + (xy 88.029403 83.109976) (xy 88.224223 83.200822) (xy 88.431858 83.256458) (xy 88.584816 83.26984) + (xy 88.645998 83.275193) (xy 88.646 83.275193) (xy 88.646002 83.275193) (xy 88.675681 83.272596) + (xy 88.860142 83.256458) (xy 88.901406 83.245401) (xy 88.971256 83.247064) (xy 89.029118 83.286226) + (xy 89.056623 83.350454) (xy 89.0575 83.365176) (xy 89.0575 93.129234) (xy 89.037815 93.196273) + (xy 89.021181 93.216915) (xy 85.244915 96.993181) (xy 85.183592 97.026666) (xy 85.157234 97.0295) + (xy 81.225309 97.0295) (xy 81.15827 97.009815) (xy 81.13316 96.988473) (xy 81.129254 96.984135) + (xy 80.974753 96.871883) (xy 80.974752 96.871882) (xy 80.800288 96.794206) (xy 80.800286 96.794205) + (xy 80.613487 96.7545) (xy 80.422513 96.7545) (xy 80.235714 96.794205) (xy 80.235712 96.794206) + (xy 80.094371 96.857135) (xy 80.061246 96.871883) (xy 79.906745 96.984135) (xy 79.778959 97.126057) + (xy 79.683473 97.291443) (xy 79.68347 97.29145) (xy 79.624459 97.473068) (xy 79.624458 97.473072) + (xy 79.604496 97.663) (xy 79.624458 97.852928) (xy 79.624459 97.852931) (xy 79.68347 98.034549) + (xy 79.683473 98.034556) (xy 79.77896 98.199944) (xy 79.906747 98.341866) (xy 80.061248 98.454118) + (xy 80.235712 98.531794) (xy 80.422513 98.5715) (xy 80.613487 98.5715) (xy 80.800288 98.531794) + (xy 80.974752 98.454118) (xy 81.129253 98.341866) (xy 81.13316 98.337527) (xy 81.192646 98.300879) + (xy 81.225309 98.2965) (xy 85.533395 98.2965) (xy 85.533396 98.296499) (xy 85.655785 98.272155) + (xy 85.771075 98.2244) (xy 85.874833 98.155071) (xy 90.183071 93.846833) (xy 90.2524 93.743075) + (xy 90.300155 93.627785) (xy 90.3245 93.505394) (xy 90.3245 93.380606) (xy 90.3245 64.736606) (xy 90.300155 64.614215) + (xy 90.2524 64.498925) (xy 90.252399 64.498924) (xy 90.252396 64.498918) (xy 90.183072 64.395168) + (xy 90.160075 64.372171) (xy 90.094833 64.306929) (xy 89.0873 63.299396) (xy 88.033836 62.245931) + (xy 88.033832 62.245928) (xy 87.930081 62.176603) (xy 87.930072 62.176598) (xy 87.814785 62.128845) + (xy 87.814777 62.128843) (xy 87.692398 62.1045) (xy 87.692394 62.1045) (xy 80.831766 62.1045) (xy 80.764727 62.084815) + (xy 80.744085 62.068181) (xy 77.392339 58.716435) (xy 77.358854 58.655112) (xy 77.363838 58.58542) + (xy 77.40571 58.529487) (xy 77.469213 58.505226) (xy 77.705315 58.484569) (xy 77.705326 58.484567) + (xy 77.933483 58.423433) (xy 77.933492 58.423429) (xy 78.147578 58.3236) (xy 78.147582 58.323598) + (xy 78.231373 58.264926) (xy 78.231373 58.264925) (xy 77.599409 57.632962) (xy 77.662993 57.615925) + (xy 77.777007 57.550099) (xy 77.870099 57.457007) (xy 77.935925 57.342993) (xy 77.952962 57.279409) + (xy 78.584925 57.911373) (xy 78.638425 57.834968) (xy 78.693002 57.791344) (xy 78.762501 57.784151) + (xy 78.824855 57.815673) (xy 78.841576 57.834969) (xy 78.895073 57.911372) (xy 79.527037 57.279409) + (xy 79.544075 57.342993) (xy 79.609901 57.457007) (xy 79.702993 57.550099) (xy 79.817007 57.615925) + (xy 79.88059 57.632962) (xy 79.248625 58.264925) (xy 79.332421 58.323599) (xy 79.546507 58.423429) + (xy 79.546516 58.423433) (xy 79.774673 58.484567) (xy 79.774684 58.484569) (xy 80.009998 58.505157) + (xy 80.010002 58.505157) (xy 80.245315 58.484569) (xy 80.245326 58.484567) (xy 80.473483 58.423433) + (xy 80.473492 58.423429) (xy 80.687578 58.3236) (xy 80.687582 58.323598) (xy 80.771373 58.264926) + (xy 80.771373 58.264925) (xy 80.139409 57.632962) (xy 80.202993 57.615925) (xy 80.317007 57.550099) + (xy 80.410099 57.457007) (xy 80.475925 57.342993) (xy 80.492962 57.279409) (xy 81.124925 57.911373) + (xy 81.174868 57.840048) (xy 81.229445 57.796424) (xy 81.298944 57.789231) (xy 81.361298 57.820753) + (xy 81.380251 57.84335) (xy 81.474276 57.987265) (xy 81.474284 57.987276) (xy 81.625376 58.151403) + (xy 81.62676 58.152906) (xy 81.804424 58.291189) (xy 81.804425 58.291189) (xy 81.804427 58.291191) + (xy 81.864314 58.3236) (xy 82.002426 58.398342) (xy 82.215365 58.471444) (xy 82.437431 58.5085) + (xy 82.662569 58.5085) (xy 82.884635 58.471444) (xy 83.097574 58.398342) (xy 83.295576 58.291189) + (xy 83.47324 58.152906) (xy 83.588818 58.027355) (xy 83.648704 57.991366) (xy 83.718542 57.993467) + (xy 83.776158 58.032991) (xy 83.794474 58.066362) (xy 83.794835 58.066195) (xy 83.797389 58.071672) + (xy 83.797749 58.072329) (xy 83.797885 58.072738) (xy 83.89097 58.223652) (xy 84.016348 58.34903) + (xy 84.167262 58.442115) (xy 84.335574 58.497887) (xy 84.439455 58.5085) (xy 85.740544 58.508499) + (xy 85.844426 58.497887) (xy 86.012738 58.442115) (xy 86.163652 58.34903) (xy 86.28903 58.223652) + (xy 86.382115 58.072738) (xy 86.437887 57.904426) (xy 86.4485 57.800545) (xy 86.448499 56.499456) + (xy 86.437887 56.395574) (xy 86.382115 56.227262) (xy 86.28903 56.076348) (xy 86.163652 55.95097) + (xy 86.035004 55.871619) (xy 86.01274 55.857886) (xy 86.01273 55.857882) (xy 86.012636 55.857851) + (xy 86.012579 55.857812) (xy 86.006195 55.854835) (xy 86.006703 55.853743) (xy 85.955193 55.818076) + (xy 85.928372 55.753559) (xy 85.94069 55.684784) (xy 85.975481 55.642295) (xy 86.01324 55.612906) + (xy 86.15249 55.461642) (xy 86.165715 55.447276) (xy 86.165717 55.447273) (xy 86.165722 55.447268) + (xy 86.28886 55.258791) (xy 86.379296 55.052616) (xy 86.434564 54.834368) (xy 86.437164 54.802993) + (xy 86.453156 54.610005) (xy 86.453156 54.609994) (xy 86.434565 54.38564) (xy 86.434563 54.385628) + (xy 86.379296 54.167385) (xy 86.37639 54.160761) (xy 86.28886 53.961209) (xy 86.286447 53.957516) + (xy 86.215305 53.848625) (xy 86.165722 53.772732) (xy 86.165719 53.772729) (xy 86.165715 53.772723) + (xy 86.013243 53.607097) (xy 86.013238 53.607092) (xy 85.840286 53.472477) (xy 85.835576 53.468811) + (xy 85.835575 53.46881) (xy 85.835572 53.468808) (xy 85.63758 53.361661) (xy 85.637577 53.361659) + (xy 85.637574 53.361658) (xy 85.637571 53.361657) (xy 85.637569 53.361656) (xy 85.424637 53.288556) + (xy 85.202569 53.2515) (xy 84.977431 53.2515) (xy 84.755362 53.288556) (xy 84.54243 53.361656) (xy 84.542419 53.361661) + (xy 84.344427 53.468808) (xy 84.344422 53.468812) (xy 84.166761 53.607092) (xy 84.166756 53.607097) + (xy 84.014284 53.772723) (xy 84.014276 53.772734) (xy 83.923808 53.911206) (xy 83.870662 53.956562) + (xy 83.801431 53.965986) (xy 83.738095 53.936484) (xy 83.716192 53.911206) (xy 83.625723 53.772734) + (xy 83.625715 53.772723) (xy 83.473243 53.607097) (xy 83.473238 53.607092) (xy 83.300286 53.472477) + (xy 83.295576 53.468811) (xy 83.295575 53.46881) (xy 83.295572 53.468808) (xy 83.09758 53.361661) + (xy 83.097577 53.361659) (xy 83.097574 53.361658) (xy 83.097571 53.361657) (xy 83.097569 53.361656) + (xy 82.884637 53.288556) (xy 82.662569 53.2515) (xy 82.437431 53.2515) (xy 82.215362 53.288556) + (xy 82.00243 53.361656) (xy 82.002419 53.361661) (xy 81.804427 53.468808) (xy 81.804422 53.468812) + (xy 81.626761 53.607092) (xy 81.626756 53.607097) (xy 81.474284 53.772723) (xy 81.47428 53.772729) + (xy 81.38025 53.916651) (xy 81.327103 53.962007) (xy 81.257872 53.97143) (xy 81.194536 53.941927) + (xy 81.174866 53.919951) (xy 81.124924 53.848626) (xy 80.492962 54.480589) (xy 80.475925 54.417007) + (xy 80.410099 54.302993) (xy 80.317007 54.209901) (xy 80.202993 54.144075) (xy 80.13941 54.127037) + (xy 80.771373 53.495073) (xy 80.771373 53.495072) (xy 80.687583 53.436402) (xy 80.687579 53.4364) + (xy 80.473492 53.33657) (xy 80.473483 53.336566) (xy 80.245326 53.275432) (xy 80.245315 53.27543) + (xy 80.010002 53.254843) (xy 80.009998 53.254843) (xy 79.774684 53.27543) (xy 79.774673 53.275432) + (xy 79.546516 53.336566) (xy 79.546507 53.33657) (xy 79.332419 53.436401) (xy 79.248625 53.495072) + (xy 79.88059 54.127037) (xy 79.817007 54.144075) (xy 79.702993 54.209901) (xy 79.609901 54.302993) + (xy 79.544075 54.417007) (xy 79.527037 54.48059) (xy 78.895072 53.848625) (xy 78.895072 53.848626) + (xy 78.841574 53.92503) (xy 78.786998 53.968655) (xy 78.717499 53.975849) (xy 78.655144 53.944326) + (xy 78.638424 53.92503) (xy 78.584925 53.848626) (xy 78.584925 53.848625) (xy 77.952962 54.480589) + (xy 77.935925 54.417007) (xy 77.870099 54.302993) (xy 77.777007 54.209901) (xy 77.662993 54.144075) + (xy 77.59941 54.127037) (xy 78.231373 53.495073) (xy 78.231373 53.495072) (xy 78.147583 53.436402) + (xy 78.147579 53.4364) (xy 77.933492 53.33657) (xy 77.933483 53.336566) (xy 77.705326 53.275432) + (xy 77.705315 53.27543) (xy 77.470002 53.254843) (xy 77.469998 53.254843) (xy 77.234684 53.27543) + (xy 77.234673 53.275432) (xy 77.006516 53.336566) (xy 77.006507 53.33657) (xy 76.792419 53.436401) + (xy 76.708625 53.495072) (xy 77.34059 54.127037) (xy 77.277007 54.144075) (xy 77.162993 54.209901) + (xy 77.069901 54.302993) (xy 77.004075 54.417007) (xy 76.987037 54.48059) (xy 76.355072 53.848625) + (xy 76.355072 53.848626) (xy 76.305131 53.91995) (xy 76.250555 53.963575) (xy 76.181056 53.970769) + (xy 76.118701 53.939246) (xy 76.099748 53.916649) (xy 76.005723 53.772734) (xy 76.005715 53.772723) + (xy 75.853243 53.607097) (xy 75.853238 53.607092) (xy 75.680286 53.472477) (xy 75.675576 53.468811) + (xy 75.675575 53.46881) (xy 75.675572 53.468808) (xy 75.47758 53.361661) (xy 75.477577 53.361659) + (xy 75.477574 53.361658) (xy 75.477571 53.361657) (xy 75.477569 53.361656) (xy 75.264637 53.288556) + (xy 75.042569 53.2515) (xy 74.817431 53.2515) (xy 74.595362 53.288556) (xy 74.38243 53.361656) (xy 74.382419 53.361661) + (xy 74.184427 53.468808) (xy 74.184422 53.468812) (xy 74.006761 53.607092) (xy 74.006756 53.607097) + (xy 73.854284 53.772723) (xy 73.854276 53.772734) (xy 73.73114 53.961207) (xy 73.640703 54.167385) + (xy 73.585436 54.385628) (xy 73.585434 54.38564) (xy 73.566844 54.609994) (xy 73.566844 54.610005) + (xy 73.585434 54.834359) (xy 73.585436 54.834371) (xy 73.640703 55.052614) (xy 73.73114 55.258792) + (xy 73.854276 55.447265) (xy 73.854284 55.447276) (xy 74.006756 55.612902) (xy 74.006761 55.612907) + (xy 74.044516 55.642293) (xy 74.184424 55.751189) (xy 74.184429 55.751191) (xy 74.184431 55.751193) + (xy 74.22093 55.770946) (xy 74.27052 55.820165) (xy 74.285628 55.888382) (xy 74.261457 55.953937) + (xy 74.22093 55.989054) (xy 74.184431 56.008806) (xy 74.184422 56.008812) (xy 74.006761 56.147092) + (xy 74.006756 56.147097) (xy 73.854284 56.312723) (xy 73.854276 56.312734) (xy 73.73114 56.501207) + (xy 73.640703 56.707385) (xy 73.585436 56.925628) (xy 73.585434 56.92564) (xy 73.566844 57.149994) + (xy 73.566844 57.150005) (xy 50.8605 57.150005) (xy 50.8605 54.610002) (xy 52.075034 54.610002) + (xy 52.094858 54.836599) (xy 52.09486 54.83661) (xy 52.15373 55.056317) (xy 52.153735 55.056331) + (xy 52.249863 55.262478) (xy 52.300974 55.335472) (xy 52.98 54.656446) (xy 52.98 54.662661) (xy 53.007259 54.764394) + (xy 53.05992 54.855606) (xy 53.134394 54.93008) (xy 53.225606 54.982741) (xy 53.327339 55.01) (xy 53.333553 55.01) + (xy 52.654526 55.689025) (xy 52.727513 55.740132) (xy 52.727521 55.740136) (xy 52.933668 55.836264) + (xy 52.933682 55.836269) (xy 53.153389 55.895139) (xy 53.1534 55.895141) (xy 53.379998 55.914966) + (xy 53.380002 55.914966) (xy 53.606599 55.895141) (xy 53.60661 55.895139) (xy 53.826317 55.836269) + (xy 53.826331 55.836264) (xy 54.032478 55.740136) (xy 54.105471 55.689024) (xy 53.426447 55.01) + (xy 53.432661 55.01) (xy 53.534394 54.982741) (xy 53.625606 54.93008) (xy 53.70008 54.855606) (xy 53.752741 54.764394) + (xy 53.78 54.662661) (xy 53.78 54.656447) (xy 54.467086 55.343533) (xy 54.505192 55.351191) (xy 54.555375 55.399806) + (xy 54.570035 55.455399) (xy 54.57104 55.455346) (xy 54.571144 55.455335) (xy 54.571144 55.45534) + (xy 54.571323 55.455331) (xy 54.5715 55.458654) (xy 54.578011 55.519202) (xy 54.578011 55.519204) + (xy 54.614189 55.616198) (xy 54.629111 55.656204) (xy 54.716739 55.773261) (xy 54.833796 55.860889) + (xy 54.943101 55.901658) (xy 54.965463 55.909999) (xy 54.970799 55.911989) (xy 54.99805 55.914918) + (xy 55.031345 55.918499) (xy 55.031362 55.9185) (xy 56.728638 55.9185) (xy 56.728654 55.918499) + (xy 56.755692 55.915591) (xy 56.789201 55.911989) (xy 56.794537 55.909999) (xy 56.816899 55.901658) + (xy 56.926204 55.860889) (xy 57.043261 55.773261) (xy 57.130889 55.656204) (xy 57.181989 55.519201) + (xy 57.18674 55.475012) (xy 57.188499 55.458654) (xy 57.1885 55.458637) (xy 57.1885 54.610001) (xy 59.011502 54.610001) + (xy 59.031456 54.838081) (xy 59.031457 54.838089) (xy 59.090714 55.059238) (xy 59.090718 55.059249) + (xy 59.187475 55.266745) (xy 59.187477 55.266749) (xy 59.318802 55.4543) (xy 59.4807 55.616198) + (xy 59.668251 55.747523) (xy 59.723445 55.77326) (xy 59.87575 55.844281) (xy 59.875752 55.844281) + (xy 59.875757 55.844284) (xy 60.096913 55.903543) (xy 60.259832 55.917796) (xy 60.324998 55.923498) + (xy 60.325 55.923498) (xy 60.325002 55.923498) (xy 60.382139 55.918499) (xy 60.553087 55.903543) + (xy 60.774243 55.844284) (xy 60.981749 55.747523) (xy 61.1693 55.616198) (xy 61.323858 55.461639) + (xy 61.385178 55.428157) (xy 61.454869 55.433141) (xy 61.510803 55.475012) (xy 61.52743 55.510578) + (xy 61.528691 55.510108) (xy 61.581645 55.652086) (xy 61.581649 55.652093) (xy 61.667809 55.767187) + (xy 61.667812 55.76719) (xy 61.782906 55.85335) (xy 61.782913 55.853354) (xy 61.91762 55.903596) + (xy 61.917627 55.903598) (xy 61.977155 55.909999) (xy 61.977172 55.91) (xy 62.575 55.91) (xy 62.575 54.925686) + (xy 62.579394 54.93008) (xy 62.670606 54.982741) (xy 62.772339 55.01) (xy 62.877661 55.01) (xy 62.979394 54.982741) + (xy 63.070606 54.93008) (xy 63.075 54.925686) (xy 63.075 55.91) (xy 63.672828 55.91) (xy 63.672844 55.909999) + (xy 63.732372 55.903598) (xy 63.732379 55.903596) (xy 63.867086 55.853354) (xy 63.867093 55.85335) + (xy 63.982187 55.76719) (xy 63.98219 55.767187) (xy 64.06835 55.652093) (xy 64.068354 55.652086) + (xy 64.118596 55.517379) (xy 64.118598 55.517372) (xy 64.124999 55.457844) (xy 64.125 55.457827) + (xy 64.125 54.86) (xy 63.140686 54.86) (xy 63.14508 54.855606) (xy 63.197741 54.764394) (xy 63.225 54.662661) + (xy 63.225 54.557339) (xy 63.197741 54.455606) (xy 63.14508 54.364394) (xy 63.140686 54.36) (xy 64.125 54.36) + (xy 64.125 53.762172) (xy 64.124999 53.762155) (xy 64.118598 53.702627) (xy 64.118596 53.70262) + (xy 64.068354 53.567913) (xy 64.06835 53.567906) (xy 63.98219 53.452812) (xy 63.982187 53.452809) + (xy 63.867093 53.366649) (xy 63.867086 53.366645) (xy 63.732379 53.316403) (xy 63.732372 53.316401) + (xy 63.672844 53.31) (xy 63.075 53.31) (xy 63.075 54.294314) (xy 63.070606 54.28992) (xy 62.979394 54.237259) + (xy 62.877661 54.21) (xy 62.772339 54.21) (xy 62.670606 54.237259) (xy 62.579394 54.28992) (xy 62.575 54.294314) + (xy 62.575 53.31) (xy 61.977155 53.31) (xy 61.917627 53.316401) (xy 61.91762 53.316403) (xy 61.782913 53.366645) + (xy 61.782906 53.366649) (xy 61.667812 53.452809) (xy 61.667809 53.452812) (xy 61.581649 53.567906) + (xy 61.581645 53.567913) (xy 61.528691 53.709892) (xy 61.526571 53.709101) (xy 61.497636 53.759911) + (xy 61.435724 53.792294) (xy 61.366132 53.786064) (xy 61.323855 53.758357) (xy 61.169304 53.603806) + (xy 61.1693 53.603802) (xy 60.981749 53.472477) (xy 60.981745 53.472475) (xy 60.774249 53.375718) + (xy 60.774238 53.375714) (xy 60.553089 53.316457) (xy 60.553081 53.316456) (xy 60.325002 53.296502) + (xy 60.324998 53.296502) (xy 60.096918 53.316456) (xy 60.09691 53.316457) (xy 59.875761 53.375714) + (xy 59.87575 53.375718) (xy 59.668254 53.472475) (xy 59.668252 53.472476) (xy 59.597856 53.521767) + (xy 59.4807 53.603802) (xy 59.480698 53.603803) (xy 59.480695 53.603806) (xy 59.318806 53.765695) + (xy 59.318803 53.765698) (xy 59.318802 53.7657) (xy 59.240505 53.877519) (xy 59.187476 53.953252) + (xy 59.187475 53.953254) (xy 59.090718 54.16075) (xy 59.090714 54.160761) (xy 59.031457 54.38191) + (xy 59.031456 54.381918) (xy 59.011502 54.609998) (xy 59.011502 54.610001) (xy 57.1885 54.610001) + (xy 57.1885 53.761362) (xy 57.188499 53.761345) (xy 57.185157 53.73027) (xy 57.181989 53.700799) + (xy 57.130889 53.563796) (xy 57.043261 53.446739) (xy 56.926204 53.359111) (xy 56.789203 53.308011) + (xy 56.728654 53.3015) (xy 56.728638 53.3015) (xy 55.031362 53.3015) (xy 55.031345 53.3015) (xy 54.970797 53.308011) + (xy 54.970795 53.308011) (xy 54.833795 53.359111) (xy 54.716739 53.446739) (xy 54.629111 53.563795) + (xy 54.578011 53.700795) (xy 54.578011 53.700797) (xy 54.5715 53.761345) (xy 54.571323 53.764669) + (xy 54.571144 53.764659) (xy 54.571144 53.764665) (xy 54.57104 53.764653) (xy 54.569871 53.764591) + (xy 54.551815 53.826084) (xy 54.499011 53.871839) (xy 54.466032 53.877519) (xy 53.78 54.563551) + (xy 53.78 54.557339) (xy 53.752741 54.455606) (xy 53.70008 54.364394) (xy 53.625606 54.28992) (xy 53.534394 54.237259) + (xy 53.432661 54.21) (xy 53.426448 54.21) (xy 54.105472 53.530974) (xy 54.032478 53.479863) (xy 53.826331 53.383735) + (xy 53.826317 53.38373) (xy 53.60661 53.32486) (xy 53.606599 53.324858) (xy 53.380002 53.305034) + (xy 53.379998 53.305034) (xy 53.1534 53.324858) (xy 53.153389 53.32486) (xy 52.933682 53.38373) + (xy 52.933673 53.383734) (xy 52.727516 53.479866) (xy 52.727512 53.479868) (xy 52.654526 53.530973) + (xy 52.654526 53.530974) (xy 53.333553 54.21) (xy 53.327339 54.21) (xy 53.225606 54.237259) (xy 53.134394 54.28992) + (xy 53.05992 54.364394) (xy 53.007259 54.455606) (xy 52.98 54.557339) (xy 52.98 54.563552) (xy 52.300974 53.884526) + (xy 52.300973 53.884526) (xy 52.249868 53.957512) (xy 52.249866 53.957516) (xy 52.153734 54.163673) + (xy 52.15373 54.163682) (xy 52.09486 54.383389) (xy 52.094858 54.3834) (xy 52.075034 54.609997) + (xy 52.075034 54.610002) (xy 50.8605 54.610002) (xy 50.8605 50.9845) (xy 50.880185 50.917461) (xy 50.932989 50.871706) + (xy 50.9845 50.8605) (xy 90.9155 50.8605) + ) + ) + ) +) \ No newline at end of file diff --git a/src/pentode/main/main.kicad_pro b/src/pentode/main/main.kicad_pro index 8b1cf702..92270b1c 100644 --- a/src/pentode/main/main.kicad_pro +++ b/src/pentode/main/main.kicad_pro @@ -183,6 +183,13 @@ ], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -490,14 +497,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "main.dsn", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -511,6 +579,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -526,14 +599,15 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, "sheets": [ [ - "01e8c4ba-be7c-47fa-824f-8c01637b1e64", - "" + "3cc67d94-b8a3-455e-af7c-c92ddc6c5cbb", + "Root" ] ], "text_variables": {} diff --git a/src/pentode/main/main.kicad_sch b/src/pentode/main/main.kicad_sch index 3e7c0bdc..1c456246 100644 --- a/src/pentode/main/main.kicad_sch +++ b/src/pentode/main/main.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "b4d1d469-e19b-4a0e-a17b-9894a5d17dd3") + (uuid "7e66bea8-4c6b-47bf-88a4-4646f69936f4") (paper "A4") (title_block (title "pentode vca") @@ -13,14 +13,20 @@ ) (lib_symbols (symbol "Device:R" - (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_0_1" (rectangle (start -1.016 -2.54) @@ -40,15 +46,21 @@ ) ) ) - (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 0 5.08 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 0 -5.08 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol TL072_1_1 (polyline (pts @@ -109,14 +121,20 @@ ) ) (symbol "Device:C" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_0_1" (polyline (pts @@ -147,13 +165,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -169,8 +194,8 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -333,16 +358,23 @@ ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -361,44 +393,53 @@ ) ) ) - (symbol "Switch:SW_SPDT" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (at 0 4.318 0) (effects (font (size 1.27 1.27)))) + (symbol "Switch:SW_SPDT" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "SW" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "SW_SPDT" (at 0 -5.08 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Switch, single pole double throw" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (symbol "SW_SPDT_0_0" + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 -7.62 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Switch, single pole double throw" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (symbol "SW_SPDT_0_1" (circle (center -2.032 0) - (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle - (center 2.032 -2.54) - (radius 0.508) + (radius 0.4572) (stroke (width 0) (type default)) (fill (type none)) ) - ) - (symbol "SW_SPDT_0_1" (polyline (pts - (xy -1.524 0.254) + (xy -1.651 0.254) (xy 1.651 2.286) ) (stroke (width 0) (type default)) (fill (type none)) ) + (circle + (center 2.032 -2.54) + (radius 0.4572) + (stroke (width 0) (type default)) + (fill (type none)) + ) (circle (center 2.032 2.54) - (radius 0.508) + (radius 0.4572) (stroke (width 0) (type default)) (fill (type none)) ) ) (symbol "SW_SPDT_1_1" + (rectangle + (start -3.175 3.81) + (end 3.175 -3.81) + (stroke (width 0) (type default)) + (fill (type background)) + ) (pin passive line (at 5.08 2.54 180) (length 2.54) (name "A" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) @@ -413,14 +454,20 @@ ) ) ) - (symbol "Device:R_Potentiometer_Trim" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer_Trim" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer_Trim" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_Trim_0_1" (polyline (pts @@ -460,15 +507,21 @@ ) ) ) - (symbol "Amplifier_Operational:LM358" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (symbol "Amplifier_Operational:LM358" (pin_names (offset 0.127)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 0 5.08 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LM358" (at 0 -5.08 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol LM358_1_1 (polyline (pts @@ -529,13 +582,20 @@ ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -563,20 +623,26 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 8.89 0) (effects (font (size 1.27 1.27)))) (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "AudioJack2_SwitchT_0_1" (rectangle (start -2.54 0) @@ -645,14 +711,20 @@ ) ) ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_0_1" (polyline (pts @@ -694,14 +766,20 @@ ) ) ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 1.27 7.62 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_02x05_Odd_Even_1_1" (rectangle (start -1.27 -4.953) @@ -812,13 +890,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -846,21 +931,27 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:C_Polarized" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C_Polarized" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_Polarized_0_1" (rectangle (start -2.286 0.508) @@ -904,16 +995,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -932,14 +1029,21 @@ ) ) ) - (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol MMBT3904_0_1 (polyline (pts @@ -1001,14 +1105,20 @@ ) ) (symbol "Device:LED" - (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "LED" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "LED_0_1" (polyline (pts @@ -1071,16 +1181,24 @@ ) ) (symbol "Diode:1N4148" - (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N4148" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol 1N4148_0_1 (polyline (pts @@ -1122,17 +1240,23 @@ ) ) (label "IN" (at 25.4 60.96 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 02c0a15b-ee00-4130-af09-7f98aa768b81) + (uuid 957ece22-8773-469b-b4b9-c8ab8ef56296) ) (symbol (lib_id "Device:R") (at 29.21 60.96 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R1" (at 29.21 55.94 -90) (effects (font (size 1.27 1.27)))) (property "Value" "20k" (at 29.21 57.94 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1140,7 +1264,7 @@ (xy 35.56 60.96) ) (stroke (width 0) (type default)) - (uuid 001be648-c480-4a07-9169-62fdf8538f3c) + (uuid 4d4ba717-9163-462e-9619-bb7917c59370) ) (wire (pts @@ -1148,12 +1272,12 @@ (xy 35.56 71.12) ) (stroke (width 0) (type default)) - (uuid 1bd05ece-1516-4673-8b36-26556b28daad) + (uuid 136fd226-a41a-4755-90d9-163c513fc322) ) (junction (at 35.56 71.12) (diameter 0) (color 0 0 0 0) - (uuid fd2071b7-2697-4b1a-817a-5354fe248b36) + (uuid 7e3410a0-b128-4204-81f4-24c3217f79b8) ) (wire (pts @@ -1161,20 +1285,26 @@ (xy 33.02 71.12) ) (stroke (width 0) (type default)) - (uuid 85a5ee7b-0be3-4cbd-821c-0138b5a2a702) + (uuid 63009bfb-68ed-4807-a5f3-307066939188) ) (symbol (lib_id "Device:R") (at 29.21 71.12 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R2" (at 29.21 66.1 -270) (effects (font (size 1.27 1.27)))) (property "Value" "20k" (at 29.21 68.1 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "RES" (at 25.4 71.12 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid de50e671-8b1d-45d2-98ef-ba6d3b1dea39) + (uuid 3452224c-9279-4f68-a973-5dea2b994190) ) (wire (pts @@ -1182,7 +1312,7 @@ (xy 38.1 71.12) ) (stroke (width 0) (type default)) - (uuid 2e5148d1-ae31-4d87-98ef-47ed1e221786) + (uuid cf3687df-adf0-4598-80b4-0c359c4fdaa5) ) (wire (pts @@ -1190,19 +1320,25 @@ (xy 40.64 71.12) ) (stroke (width 0) (type default)) - (uuid 9e3c1319-f685-4d14-a4c3-7329c092e2a2) + (uuid d79597fc-79d6-42c5-8e17-8a75118536af) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 48.26 73.66 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 48.26 64.58 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 48.26 66.58 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1210,12 +1346,12 @@ (xy 55.88 60.96) ) (stroke (width 0) (type default)) - (uuid 42720990-4577-4722-8227-da6d73eb73db) + (uuid 79fd9c5b-3afb-447f-9e69-81b7fba8443b) ) (junction (at 55.88 60.96) (diameter 0) (color 0 0 0 0) - (uuid 897998eb-fcfa-4832-9e31-f4f8e890ecaa) + (uuid 6bcacebb-2a30-4360-bbe6-06d9271f63ab) ) (wire (pts @@ -1223,7 +1359,7 @@ (xy 52.07 60.96) ) (stroke (width 0) (type default)) - (uuid 5ca474d5-ba0a-4073-b763-1ba7d7894d72) + (uuid e77adf2c-062a-44b6-9619-0b46de769910) ) (wire (pts @@ -1231,22 +1367,28 @@ (xy 40.64 60.96) ) (stroke (width 0) (type default)) - (uuid dce04d34-cb61-43b8-b079-4cd3a05ede5c) + (uuid c8cefdc1-e952-4852-a289-505f065f68f9) ) (symbol (lib_id "Device:R") (at 48.26 60.96 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R3" (at 48.26 55.94 -270) (effects (font (size 1.27 1.27)))) (property "Value" "20k" (at 48.26 57.94 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 40.64 60.96) (diameter 0) (color 0 0 0 0) - (uuid 4b178e8c-fe29-43e1-9ea4-d260a59d0ec6) + (uuid 8bdf5783-10ab-4b6f-94a7-43909bed9565) ) (wire (pts @@ -1254,12 +1396,12 @@ (xy 40.64 71.12) ) (stroke (width 0) (type default)) - (uuid 57b5c129-e86c-4d37-bb8b-e24218ba6679) + (uuid 85d4fc44-00d1-4b38-aae5-4a8a6ec9ad61) ) (junction (at 40.64 71.12) (diameter 0) (color 0 0 0 0) - (uuid 0cc7af98-f407-4540-bb5d-a78159c7f3a2) + (uuid a2262030-557f-4480-8268-859bb6bb2ad9) ) (wire (pts @@ -1267,7 +1409,7 @@ (xy 40.64 50.8) ) (stroke (width 0) (type default)) - (uuid 932711d1-a2bf-4985-a8b3-cce5036b241b) + (uuid 89135b3b-ebf9-4e8e-87a7-64def18597c8) ) (wire (pts @@ -1275,7 +1417,7 @@ (xy 44.45 50.8) ) (stroke (width 0) (type default)) - (uuid 5763bf1b-6c18-4fb7-b8a9-364becddf665) + (uuid cdc63a19-3614-4dfa-9ef7-3f44ea336a8f) ) (wire (pts @@ -1283,17 +1425,23 @@ (xy 55.88 50.8) ) (stroke (width 0) (type default)) - (uuid c60aa632-255a-4b06-bc33-ddbddf1181e9) + (uuid 6d92fe62-fe75-44a8-a51d-de69c0bd9290) ) (symbol (lib_id "Device:C") (at 48.26 50.8 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C1" (at 48.26 44.77 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22p (C0G)" (at 48.26 46.77 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1301,21 +1449,27 @@ (xy 55.88 60.96) ) (stroke (width 0) (type default)) - (uuid acad5869-c7c0-4453-92ec-bb5ecd6de01d) + (uuid 07e4bfbb-2775-4103-b6aa-60f2d1a9735f) ) (symbol (lib_id "power:GND") (at 40.64 76.2 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 40.64 80.74 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 55.88 73.66) (diameter 0) (color 0 0 0 0) - (uuid fbe2d6a8-33ef-41a7-92af-f02ff36cfda3) + (uuid 95d71b37-c53e-451e-b6de-21a9fc0e0e01) ) (wire (pts @@ -1323,27 +1477,39 @@ (xy 58.42 73.66) ) (stroke (width 0) (type default)) - (uuid da692f57-00d7-4578-bf08-574c7b02f024) + (uuid 5471ca98-e68f-4fec-99af-6eab17bb3088) ) (symbol (lib_id "Device:R") (at 62.23 73.66 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R4" (at 62.23 68.64 -90) (effects (font (size 1.27 1.27)))) (property "Value" "2.2k" (at 62.23 70.64 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C") (at 69.85 73.66 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C2" (at 69.85 67.63 -90) (effects (font (size 1.27 1.27)))) (property "Value" "470n (C0G)" (at 69.85 69.63 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1351,12 +1517,12 @@ (xy 76.2 73.66) ) (stroke (width 0) (type default)) - (uuid 6a528a98-501d-4c73-a93d-9d8d3183d000) + (uuid 85b752d8-0284-4287-8363-4cac2d9bb617) ) (junction (at 76.2 73.66) (diameter 0) (color 0 0 0 0) - (uuid f51763bc-e574-4ac2-937c-a511d4936933) + (uuid 06a6ae30-dd40-4967-85f8-1573f9644168) ) (wire (pts @@ -1364,7 +1530,7 @@ (xy 91.44 73.66) ) (stroke (width 0) (type default)) - (uuid b4dbdf44-e0b9-4b8e-aece-5148de0da9a1) + (uuid b1b2df7a-c381-4218-9a32-7d7d1e47af5d) ) (symbol (lib_id "1j24b:1J24B") (at 106.68 73.66 0) (unit 1) (in_bom yes) (on_board yes) @@ -1375,22 +1541,34 @@ (property "SPICEPREFIX" "X" (at -111.76 76.2 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 93.98 81.28 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 93.98 85.82 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 93.98 66.04 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 93.98 70.58 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1398,18 +1576,23 @@ (xy 76.2 76.2) ) (stroke (width 0) (type default)) - (uuid 7787b30c-dc2e-4aa4-9a38-6d9fa4b0b256) + (uuid ad005eb1-8692-488c-885a-29f18fa357d9) ) (symbol (lib_id "Switch:SW_SPDT") (at 76.2 81.28 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "SW1" (at 80.25 80.28 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Value" "Switch" (at 80.25 82.28 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" elektrophon:SPDT_KIT (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Switch, single pole double throw" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 76.2 81.28 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "SW1" (at 81.01 80.28 -270) (effects (font (size 1.27 1.27)) (justify left))) + (property "Value" "Switch" (at 81.01 82.28 -270) (effects (font (size 1.27 1.27)) (justify left))) + (property "Footprint" elektrophon:SPDT_KIT (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 -7.62 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Switch, single pole double throw" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "Switch1" (at 76.2 81.28 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 76.2 81.28 0) (effects (font (size 1.27 1.27)) hide)) ) (wire (pts @@ -1417,26 +1600,38 @@ (xy 71.12 86.36) ) (stroke (width 0) (type default)) - (uuid 32ed4a84-25a9-457f-a432-7aa787e18b00) + (uuid 56f5ba61-7dbb-407b-b5d6-dfefc994cc8c) ) (symbol (lib_id "Device:R_Potentiometer_Trim") (at 71.12 90.17 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV1" (at 69.1 89.17 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 69.1 91.17 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 71.12 93.98 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 71.12 98.52 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1444,12 +1639,12 @@ (xy 74.93 93.98) ) (stroke (width 0) (type default)) - (uuid 53dfb76a-e9f5-4fc2-bb61-2fd886804703) + (uuid a204d1df-0fc9-4199-9d95-b426458d9a7e) ) (junction (at 71.12 93.98) (diameter 0) (color 0 0 0 0) - (uuid f9ddc5c1-2658-47ac-aa03-44936f4ae166) + (uuid 50367f1a-09e0-4c32-af30-72e9f65f9470) ) (wire (pts @@ -1457,7 +1652,7 @@ (xy 71.12 93.98) ) (stroke (width 0) (type default)) - (uuid 5c1d6fd4-4e9b-4383-b761-f1fdbfd52387) + (uuid 7a8b9236-1ccf-40bf-8c46-2d3fada193fe) ) (wire (pts @@ -1465,26 +1660,38 @@ (xy 81.28 86.36) ) (stroke (width 0) (type default)) - (uuid 73b29b3c-ee40-49d4-86a6-6e4785aaf0b1) + (uuid 36fb4819-625a-42b5-86d2-b6f8e7a31655) ) (symbol (lib_id "Device:R_Potentiometer_Trim") (at 81.28 90.17 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV2" (at 79.26 89.17 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1meg" (at 79.26 91.17 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 81.28 93.98 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 81.28 98.52 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1492,12 +1699,12 @@ (xy 85.09 93.98) ) (stroke (width 0) (type default)) - (uuid 8a8ef101-8c22-45e2-a8d3-4c60ef781552) + (uuid d599cd4e-9c75-4583-bfde-10c98062f122) ) (junction (at 81.28 93.98) (diameter 0) (color 0 0 0 0) - (uuid 9ced9c8d-4e2f-49ab-a2af-87069d3d1a0f) + (uuid ef443250-a8fe-443e-a403-afbc12216114) ) (wire (pts @@ -1505,17 +1712,23 @@ (xy 81.28 93.98) ) (stroke (width 0) (type default)) - (uuid 4dc845ee-0b17-425d-b0ea-3788d620e431) + (uuid dc3cc6cb-2571-4c1c-8eba-5ade387d7b66) ) (symbol (lib_id "Device:R") (at 101.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R5" (at 99.58 87.9 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "750 (0.5W)" (at 99.58 89.9 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1523,12 +1736,12 @@ (xy 106.68 92.71) ) (stroke (width 0) (type default)) - (uuid 46265147-43be-47d8-8497-2cddac1a2ae6) + (uuid 4505ef47-0ed1-49a1-b754-f352f752b55b) ) (junction (at 106.68 92.71) (diameter 0) (color 0 0 0 0) - (uuid 66dbfe2b-d6a0-44ab-930c-10b96ab67e4f) + (uuid d11bd613-b82d-4beb-bc39-c352b84148ea) ) (wire (pts @@ -1536,22 +1749,28 @@ (xy 111.76 92.71) ) (stroke (width 0) (type default)) - (uuid fd0d983b-3eac-4298-822b-e5a1a23ef711) + (uuid 68733a97-1bfe-43f4-9448-4e444f5b3c71) ) (symbol (lib_id "Device:C") (at 111.76 88.9 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C3" (at 114.79 87.9 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "47u" (at 114.79 89.9 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 111.76 85.09) (diameter 0) (color 0 0 0 0) - (uuid 7f90f92c-433d-4a84-a6f4-422d516ea564) + (uuid f0e7b042-3615-413b-883f-6fa92028cabd) ) (wire (pts @@ -1559,45 +1778,69 @@ (xy 121.92 85.09) ) (stroke (width 0) (type default)) - (uuid 7db44ee8-c7ba-4147-aba9-242c578977a0) + (uuid 6d76e298-aae0-47a1-968d-9ee45e90742d) ) (symbol (lib_id "power:-15V") (at 121.92 85.09 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 121.92 89.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 106.68 92.71 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 106.68 97.25 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer_Trim") (at 25.4 115.57 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV3" (at 23.38 114.57 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 23.38 116.57 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3299W_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 33.02 115.57 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R6" (at 33.02 110.55 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 33.02 112.55 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1605,7 +1848,7 @@ (xy 39.37 115.57) ) (stroke (width 0) (type default)) - (uuid 43288bf3-6457-4ee6-9e7f-41d728380a11) + (uuid 48286108-0332-41f0-94a9-a810264742d4) ) (wire (pts @@ -1613,12 +1856,12 @@ (xy 39.37 125.73) ) (stroke (width 0) (type default)) - (uuid c8364418-da62-436e-9100-f29c063cfd22) + (uuid 982115bc-edc1-484d-afb9-f359b7afb5cb) ) (junction (at 39.37 125.73) (diameter 0) (color 0 0 0 0) - (uuid caaad9f7-b037-4d8f-9650-145b4f5d3a60) + (uuid a373a75a-2a88-425f-b73a-cafa29da37ea) ) (wire (pts @@ -1626,17 +1869,23 @@ (xy 36.83 125.73) ) (stroke (width 0) (type default)) - (uuid 80d3fbc2-c460-4e85-bf75-1c648aa02295) + (uuid 9222007c-8e60-4d63-9eaa-de623300457d) ) (symbol (lib_id "Device:R") (at 33.02 125.73 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R7" (at 33.02 120.71 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 33.02 122.71 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1644,10 +1893,10 @@ (xy 26.67 125.73) ) (stroke (width 0) (type default)) - (uuid da4e7929-3d8f-4876-a7c5-0f7e3df453fd) + (uuid 3186325b-7cd6-4508-9fcc-48f20de44115) ) (label "GAIN" (at 26.67 125.73 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 585da391-50e5-4d89-bd6b-e6f1d196ddef) + (uuid 9ae5fe41-d340-4581-9a08-252156230688) ) (wire (pts @@ -1655,12 +1904,12 @@ (xy 39.37 135.89) ) (stroke (width 0) (type default)) - (uuid 3129c9cf-d31e-492c-9bfe-06e654a7fe50) + (uuid 42841090-004a-4c8f-8b02-18be79816141) ) (junction (at 39.37 135.89) (diameter 0) (color 0 0 0 0) - (uuid 8b874390-434b-4d39-9ab9-3ecfabaf4ee0) + (uuid 44904351-1981-46f3-8914-b8bba2c3c2c9) ) (wire (pts @@ -1668,17 +1917,23 @@ (xy 36.83 135.89) ) (stroke (width 0) (type default)) - (uuid e4be93e0-8a04-4dd3-9a62-0e428219464f) + (uuid a701ebec-e7e6-46a8-b6d8-7ee8329e3752) ) (symbol (lib_id "Device:R") (at 33.02 135.89 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R8" (at 33.02 130.87 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 33.02 132.87 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1686,10 +1941,10 @@ (xy 26.67 135.89) ) (stroke (width 0) (type default)) - (uuid f56319aa-b912-4072-be95-c9e3b1b143c8) + (uuid 43d84c0a-a6a3-4bab-9fd6-63459ad8f5e4) ) (label "CV1" (at 26.67 135.89 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 836bba3b-ae51-4b36-92e0-eac63fc25e18) + (uuid e3b3c118-c8f7-434a-834e-504299734093) ) (wire (pts @@ -1697,7 +1952,7 @@ (xy 25.4 106.68) ) (stroke (width 0) (type default)) - (uuid eefc7425-e68c-4d42-89e9-8992db0b9fdd) + (uuid dbad5c5d-4289-4868-bb5d-8076ae6ab98d) ) (wire (pts @@ -1705,30 +1960,42 @@ (xy 22.86 106.68) ) (stroke (width 0) (type default)) - (uuid 0da9729a-0e9c-4708-b499-0dcafae2da96) + (uuid 7e482672-113a-4a57-8f00-29b72b1d1dff) ) (symbol (lib_id "power:GND") (at 22.86 106.68 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 22.86 111.22 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 25.4 119.38 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 25.4 123.92 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 41.91 135.89) (diameter 0) (color 0 0 0 0) - (uuid 655768f2-8767-4b63-a18b-f24b901a919c) + (uuid e1ece038-cde5-4f68-beaf-3dda411f38da) ) (wire (pts @@ -1736,24 +2003,30 @@ (xy 41.91 135.89) ) (stroke (width 0) (type default)) - (uuid a0469b38-08d4-48d8-8fe1-c488c39194b1) + (uuid faea1fdb-11db-4346-9b63-1b373ce6aedd) ) (symbol (lib_id "Amplifier_Operational:LM358") (at 49.53 138.43 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 49.53 129.35 0) (effects (font (size 1.27 1.27)))) (property "Value" "LM358" (at 49.53 131.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 57.15 138.43) (diameter 0) (color 0 0 0 0) - (uuid 391e6f93-798f-4edc-8a4b-5fa1b8558208) + (uuid a0ef8c71-5a4b-42b3-aab9-86db5b2297b1) ) (wire (pts @@ -1761,12 +2034,12 @@ (xy 57.15 125.73) ) (stroke (width 0) (type default)) - (uuid 4b636cfa-d916-47ac-8dab-b9d8d01d60e1) + (uuid d83cf492-6105-42ca-b1a2-a3f97eaa8f86) ) (junction (at 57.15 125.73) (diameter 0) (color 0 0 0 0) - (uuid ac645814-6b0a-489a-90d3-1f2098b21abd) + (uuid c342df89-6615-49e4-b3bc-f3c6f031dc85) ) (wire (pts @@ -1774,7 +2047,7 @@ (xy 53.34 125.73) ) (stroke (width 0) (type default)) - (uuid a89ce1c3-90bd-4509-ba9d-9a751de6eb24) + (uuid 418c163b-3bfb-4482-a6e5-3485b1f3f2a6) ) (wire (pts @@ -1782,22 +2055,28 @@ (xy 41.91 125.73) ) (stroke (width 0) (type default)) - (uuid 3312ec97-bb12-46cc-9944-f6c66b04272b) + (uuid fe386dea-d824-42e8-b9d9-a435794d3beb) ) (symbol (lib_id "Device:R") (at 49.53 125.73 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R9" (at 49.53 120.71 -270) (effects (font (size 1.27 1.27)))) (property "Value" "220k" (at 49.53 122.71 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 41.91 125.73) (diameter 0) (color 0 0 0 0) - (uuid 3d63a5c9-62c3-4a0c-bac5-d8406e8df159) + (uuid 42e0faa4-cf34-410f-a9f1-c8d170ddb740) ) (wire (pts @@ -1805,7 +2084,7 @@ (xy 41.91 135.89) ) (stroke (width 0) (type default)) - (uuid 4202d85d-349f-4777-aef5-830e195e9627) + (uuid 9a5c92b0-d120-4642-b18c-c0f36487bd7e) ) (wire (pts @@ -1813,7 +2092,7 @@ (xy 41.91 115.57) ) (stroke (width 0) (type default)) - (uuid dc221c1b-52fb-4141-b643-f4998557ffa9) + (uuid 2ed36725-e502-4486-bcac-8f7f454f350c) ) (wire (pts @@ -1821,7 +2100,7 @@ (xy 45.72 115.57) ) (stroke (width 0) (type default)) - (uuid 86278054-22f5-411d-a941-3df2532e4865) + (uuid 4bfcc31f-bb78-4019-bbf4-0be1b79edaaf) ) (wire (pts @@ -1829,17 +2108,23 @@ (xy 57.15 115.57) ) (stroke (width 0) (type default)) - (uuid d615b927-100e-454c-a4e7-a995bb69ba27) + (uuid ee11c613-c726-4653-a98f-33459039cd6d) ) (symbol (lib_id "Device:C") (at 49.53 115.57 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C4" (at 49.53 109.54 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22p (C0G)" (at 49.53 111.54 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1847,17 +2132,23 @@ (xy 57.15 125.73) ) (stroke (width 0) (type default)) - (uuid c02e313a-577a-49d7-9ef0-b7e03427d077) + (uuid c543ab9e-32cc-4f74-9a55-3cc003226fb1) ) (symbol (lib_id "Device:R") (at 60.96 138.43 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R10" (at 60.96 133.41 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10k" (at 60.96 135.41 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1865,12 +2156,12 @@ (xy 67.31 138.43) ) (stroke (width 0) (type default)) - (uuid b696777c-e31a-423b-b2af-f287c0d2c7b9) + (uuid 9d668562-c70c-4544-90f4-ee9ab1deb42d) ) (junction (at 67.31 138.43) (diameter 0) (color 0 0 0 0) - (uuid ddcb2406-db1e-4991-8079-dbdc3a0d534f) + (uuid c67c9084-cc83-4140-8ccc-a510adecbce6) ) (wire (pts @@ -1878,29 +2169,41 @@ (xy 69.85 138.43) ) (stroke (width 0) (type default)) - (uuid 506ee0d9-48ed-4129-baf5-080cff708c7c) + (uuid 8049a2fd-522e-4e80-a0c7-9d173c2fa9de) ) (symbol (lib_id "Device:R") (at 73.66 138.43 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R11" (at 73.66 133.41 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 73.66 135.41 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:LM358") (at 85.09 140.97 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 85.09 131.89 0) (effects (font (size 1.27 1.27)))) (property "Value" "LM358" (at 85.09 133.89 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1908,12 +2211,12 @@ (xy 92.71 128.27) ) (stroke (width 0) (type default)) - (uuid 50d83d2a-0dd6-4ca1-8de8-e5fa117a5dcf) + (uuid 6bdf2627-f6ff-457a-96d2-92c42c72a12b) ) (junction (at 92.71 128.27) (diameter 0) (color 0 0 0 0) - (uuid 7bde4848-0ee7-4e8c-966e-9d89d8c4b20f) + (uuid 7884aa9c-3ade-4124-b7cd-e973d3e1f325) ) (wire (pts @@ -1921,7 +2224,7 @@ (xy 88.9 128.27) ) (stroke (width 0) (type default)) - (uuid f61d39df-f5a7-41df-b9a5-13fa74a633f6) + (uuid 6eac10c4-8b05-4f4c-b9d8-c8467e785ef8) ) (wire (pts @@ -1929,27 +2232,33 @@ (xy 77.47 128.27) ) (stroke (width 0) (type default)) - (uuid 280da0ae-9fa8-44cf-a21c-6417864266b8) + (uuid 1de60992-5263-4c25-9387-faeb2546267d) ) (symbol (lib_id "Device:R") (at 85.09 128.27 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R12" (at 85.09 123.25 -270) (effects (font (size 1.27 1.27)))) (property "Value" "220k" (at 85.09 125.25 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 77.47 128.27) (diameter 0) (color 0 0 0 0) - (uuid cecfcf43-aa23-4f9b-9a26-ab95af56dca4) + (uuid 48a60e87-9fb3-4279-aa64-eb5fe9138d65) ) (junction (at 77.47 138.43) (diameter 0) (color 0 0 0 0) - (uuid dd14dcb4-2ace-443a-88d9-34dbc6b93769) + (uuid d2a910a4-51bc-4154-b72f-2f3066afa3d1) ) (wire (pts @@ -1957,7 +2266,7 @@ (xy 77.47 138.43) ) (stroke (width 0) (type default)) - (uuid 3507ae32-642e-47a6-b8f3-cc6b591304f8) + (uuid 3bc27778-1f19-40f0-896d-e44f25061857) ) (wire (pts @@ -1965,7 +2274,7 @@ (xy 77.47 118.11) ) (stroke (width 0) (type default)) - (uuid cff3e4ee-e0b9-4920-b400-0afb67557b0a) + (uuid 97f11af5-7e70-4f7a-ba63-560b920701f9) ) (wire (pts @@ -1973,7 +2282,7 @@ (xy 81.28 118.11) ) (stroke (width 0) (type default)) - (uuid baa01ea8-83ce-4fbf-ae3c-5bbf9b338845) + (uuid ed12db32-22e2-4476-8922-778f646c1a63) ) (wire (pts @@ -1981,17 +2290,23 @@ (xy 92.71 118.11) ) (stroke (width 0) (type default)) - (uuid 3e232436-b94b-4dba-823f-1707c96bb88c) + (uuid a466e37e-f73d-4077-86d3-214239bf7041) ) (symbol (lib_id "Device:C") (at 85.09 118.11 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C5" (at 85.09 112.08 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22p (C0G)" (at 85.09 114.08 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1999,12 +2314,12 @@ (xy 92.71 128.27) ) (stroke (width 0) (type default)) - (uuid 66c7d712-4a3d-40df-b67c-e0675e776fa7) + (uuid 9286503f-b3fa-495b-9857-868e513caed4) ) (junction (at 92.71 140.97) (diameter 0) (color 0 0 0 0) - (uuid ff6fd10c-e6ae-43e8-94c0-bc4b07f8d7b8) + (uuid 16e357fc-97c5-4dcc-b4af-93bca0470b8b) ) (wire (pts @@ -2012,17 +2327,23 @@ (xy 95.25 140.97) ) (stroke (width 0) (type default)) - (uuid da3cfad7-a250-4220-82ad-0c20317d9d3d) + (uuid 9c27bf18-30d7-4e58-a972-291ca1076c3a) ) (symbol (lib_id "Device:R") (at 99.06 140.97 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R13" (at 99.06 135.95 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 99.06 137.95 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2030,7 +2351,7 @@ (xy 143.51 140.97) ) (stroke (width 0) (type default)) - (uuid b0bf328f-fa4e-442a-8b11-fbeab9a07ecc) + (uuid 6628d074-1f36-4581-a378-c756d3b12bfe) ) (wire (pts @@ -2038,7 +2359,7 @@ (xy 143.51 73.66) ) (stroke (width 0) (type default)) - (uuid 0559b706-e4f7-4946-a54f-5f3d9e7dfa37) + (uuid d04f9a17-0945-4c0c-93e5-e6f6f70ee4c1) ) (wire (pts @@ -2046,12 +2367,12 @@ (xy 121.92 73.66) ) (stroke (width 0) (type default)) - (uuid 92f055fa-b9a0-4501-b423-269904de6478) + (uuid 044d0abe-e6b7-4813-bbc5-51e272ee6608) ) (junction (at 106.68 58.42) (diameter 0) (color 0 0 0 0) - (uuid ca670994-4811-44e9-8611-1e0cb239c2f8) + (uuid 7a5e2cdd-e4c0-4728-8eee-2ef66bade549) ) (wire (pts @@ -2059,17 +2380,23 @@ (xy 116.84 58.42) ) (stroke (width 0) (type default)) - (uuid bc14ded4-0d7a-4592-86b2-3a05a8040aff) + (uuid 6f000a0c-55ed-4243-a2b8-cb718a9e32a3) ) (symbol (lib_id "Device:C") (at 120.65 58.42 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C6" (at 120.65 52.39 -90) (effects (font (size 1.27 1.27)))) (property "Value" "470n (C0G)" (at 120.65 54.39 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2077,53 +2404,77 @@ (xy 129.54 58.42) ) (stroke (width 0) (type default)) - (uuid 090e0210-625b-44f9-b3fe-238311663419) + (uuid 83b3362c-7aae-4210-bca5-1ac8e969e044) ) (junction (at 129.54 58.42) (diameter 0) (color 0 0 0 0) - (uuid 6da49351-5322-4e8d-bd00-7792864e8b0c) + (uuid f23c8909-66ec-40ba-96d7-64a6b86e5448) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 137.16 55.88 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 137.16 46.8 0) (effects (font (size 1.27 1.27)))) (property "Value" "TL072" (at 137.16 48.8 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 129.54 62.23 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R14" (at 127.52000000000001 61.230000000000004 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "33k" (at 127.52000000000001 63.230000000000004 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 129.54 66.04 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 129.54 70.58 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 148.59 55.88 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R15" (at 148.59 50.86 -90) (effects (font (size 1.27 1.27)))) (property "Value" "330" (at 148.59 52.86 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2131,12 +2482,12 @@ (xy 152.4 43.18) ) (stroke (width 0) (type default)) - (uuid 4afc3372-2b4f-44e4-aa29-abd93e85f16a) + (uuid ec8370c4-99c6-4796-97b2-33172755eb61) ) (junction (at 152.4 43.18) (diameter 0) (color 0 0 0 0) - (uuid 761cd5a0-d17d-45f0-a161-59050695abad) + (uuid 770d55b5-0572-4619-8c7b-9c16324088c7) ) (wire (pts @@ -2144,7 +2495,7 @@ (xy 144.78 43.18) ) (stroke (width 0) (type default)) - (uuid bbe6117b-ffc3-4b9f-84fb-b9aa22ebc6f6) + (uuid 3744c45b-f4fe-494e-ac0d-9170b5f7d197) ) (wire (pts @@ -2152,22 +2503,28 @@ (xy 129.54 43.18) ) (stroke (width 0) (type default)) - (uuid 1426716d-44c6-489d-8c91-e544b4700569) + (uuid 1ee8ce28-b6b7-4a36-901a-5175e40e2eda) ) (symbol (lib_id "Device:R") (at 140.97 43.18 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R16" (at 140.97 38.16 -90) (effects (font (size 1.27 1.27)))) (property "Value" "2.2k" (at 140.97 40.16 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 129.54 43.18) (diameter 0) (color 0 0 0 0) - (uuid 0402959d-a32b-4d5c-9be5-3d1e7af7b490) + (uuid eadc3299-ef81-4db3-a7f3-d37000c55da4) ) (wire (pts @@ -2175,26 +2532,38 @@ (xy 129.54 53.34) ) (stroke (width 0) (type default)) - (uuid 446e28d1-7d97-4caa-99ba-63287a1d8f6e) + (uuid 41eb1c17-a2ce-483a-8a10-0b503aedfedb) ) (symbol (lib_id "Device:R") (at 125.73 43.18 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R17" (at 125.73 38.16 -270) (effects (font (size 1.27 1.27)))) (property "Value" "1k" (at 125.73 40.16 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 121.92 43.18 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 121.92 47.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2202,7 +2571,7 @@ (xy 129.54 33.02) ) (stroke (width 0) (type default)) - (uuid b29e89cc-b038-4af5-ab1c-20711ee38b09) + (uuid b1b38665-f26a-4bcb-b455-900b9801f1fc) ) (wire (pts @@ -2210,7 +2579,7 @@ (xy 137.16 33.02) ) (stroke (width 0) (type default)) - (uuid 25192e77-e8ce-44a2-8823-969cf72c54ce) + (uuid b6ce2f34-f2b2-4ed5-8945-27322026e04f) ) (wire (pts @@ -2218,17 +2587,23 @@ (xy 152.4 33.02) ) (stroke (width 0) (type default)) - (uuid 64026ce3-6768-44f8-aca9-5ac49172ab3d) + (uuid 68af227d-613a-4a7b-858e-73787980bcc4) ) (symbol (lib_id "Device:C") (at 140.97 33.02 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C7" (at 140.97 26.99 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22p (C0G)" (at 140.97 28.99 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2236,12 +2611,12 @@ (xy 152.4 43.18) ) (stroke (width 0) (type default)) - (uuid a78911e8-9187-4243-a487-77e4861ec1b1) + (uuid 0723b21e-06d5-492a-9574-9c778fb4e895) ) (junction (at 152.4 55.88) (diameter 0) (color 0 0 0 0) - (uuid 9cb30fff-ccaa-45c1-be75-c7d3d7ae24a7) + (uuid 60fcb66c-37e4-4942-86f3-7564449f2755) ) (wire (pts @@ -2249,88 +2624,136 @@ (xy 154.94 55.88) ) (stroke (width 0) (type default)) - (uuid 3182902a-2047-4126-8e66-1d6eb2c0a51a) + (uuid cf54c6b1-76e8-4a41-b3d2-c4fef638aa2d) ) (label "OUT" (at 154.94 55.88 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7fc9b398-608b-42c3-9fc3-f75c86c7aa3b) + (uuid 2a17f9c3-deef-48d7-b80a-1c5055b2c9bc) ) (symbol (lib_id "Device:R") (at 106.68 54.61 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R18" (at 108.7 53.61 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 108.7 55.61 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 106.68 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 106.68 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 41.91 140.97 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 41.91 145.51 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 77.47 143.51 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 77.47 148.05 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C") (at 67.31 142.24 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C8" (at 64.28 141.24 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "0.1u" (at 64.28 143.24 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 67.31 146.05 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 67.31 150.59 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 185.42 40.64 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J3" (at 185.42 32.83 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 185.42 34.83 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 190.5 38.1 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 195.04 38.1 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 190.5 43.18) - (uuid de81e7c4-a375-4f57-8c50-ea392281bfb7) + (uuid 8f0e7d33-e913-493c-8bfd-702d387b312d) ) (wire (pts @@ -2338,44 +2761,62 @@ (xy 198.12 40.64) ) (stroke (width 0) (type default)) - (uuid ea89d8bf-7aef-410c-821d-12e287425b20) + (uuid d487a431-8cd7-453c-943f-0f43860767bf) ) (symbol (lib_id "Device:R_Potentiometer") (at 198.12 44.45 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV4" (at 196.1 43.45 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "A50k" (at 196.1 45.45 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 198.12 44.45 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "Potentiometer1" (at 198.12 44.45 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 198.12 44.45 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "Potentiometer1" (at 198.12 44.45 0) (effects (font (size 1.27 1.27)) hide)) ) (label "IN" (at 201.93 44.45 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 0addbd91-16bf-4412-bab9-a1abae6440af) + (uuid 7b24647b-ed08-4499-9be4-f195183ce999) ) (symbol (lib_id "power:GND") (at 198.12 48.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 198.12 52.8 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 233.68 40.64 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J4" (at 233.68 32.83 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 233.68 34.83 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2383,41 +2824,59 @@ (xy 223.52 40.64) ) (stroke (width 0) (type default)) - (uuid e2d35de7-5a7d-4ca4-9a6a-7dba569e8553) + (uuid bd4bf423-7acc-4154-81dd-709556b6469b) ) (label "OUT" (at 223.52 40.64 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 31514ab3-43bb-44ae-98e5-6d670634f8f7) + (uuid 817f4693-1e27-452d-84ec-60cdc77bad35) ) (symbol (lib_id "power:GND") (at 228.6 38.1 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 224.06 38.1 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 228.6 43.18) - (uuid 0d8b2daf-c244-4844-a02d-2230eb42a875) + (uuid 4b813902-6400-4ec9-9940-623054852eca) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 185.42 60.96 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J5" (at 185.42 53.15 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 185.42 55.15 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 190.5 58.42 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 195.04 58.42 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2425,10 +2884,10 @@ (xy 190.5 66.04) ) (stroke (width 0) (type default)) - (uuid 4bc4a713-7a3e-458e-81de-9711b8461ddf) + (uuid 0b618f8e-9d45-4629-8cfb-b4273880d131) ) (label "OUT" (at 190.5 66.04 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 63c7b408-939e-48d8-967b-cd9beddce31b) + (uuid df385350-8f9f-4765-ad36-9d40a7050ce4) ) (wire (pts @@ -2436,90 +2895,132 @@ (xy 198.12 60.96) ) (stroke (width 0) (type default)) - (uuid 717f3ba2-8a52-4af8-a831-774325a88bfb) + (uuid 3c65e468-22ea-4bca-8ef4-94505b7615ab) ) (symbol (lib_id "Device:R_Potentiometer") (at 198.12 64.77 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV5" (at 196.1 63.769999999999996 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "A50k" (at 196.1 65.77 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Spice_Primitive" "X" (at 198.12 64.77 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 198.12 64.77 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Model" "Potentiometer1" (at 198.12 64.77 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 198.12 64.77 0) (effects (font (size 1.27 1.27)) hide)) ) (label "RES" (at 201.93 64.77 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid bf3d9d62-13cc-4d4f-adca-e8e774eda569) + (uuid e30c9aa6-bdbd-4d51-860f-755f87ad43c3) ) (symbol (lib_id "power:GND") (at 198.12 68.58 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 198.12 73.12 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R_Potentiometer") (at 190.5 107.95 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV6" (at 188.48 106.95 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "A50k" (at 188.48 108.95 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Model" "Potentiometer1" (at 190.5 107.95 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Primitive" "X" (at 190.5 107.95 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 190.5 107.95 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Model" "Potentiometer1" (at 190.5 107.95 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+15V") (at 190.5 104.14 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 190.5 99.6 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 190.5 111.76 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 190.5 116.3 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "GAIN" (at 194.31 107.95 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7a7fff9e-a386-46b5-836e-091517a801c9) + (uuid e65f1cfd-a54d-4325-b608-dbe82a45a276) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 185.42 86.36 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J7" (at 185.42 78.55 0) (effects (font (size 1.27 1.27)))) (property "Value" "PJ398SM" (at 185.42 80.55 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 190.5 83.82 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 195.04 83.82 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 190.5 88.9) - (uuid 2ff90b37-7054-4f8a-9184-e4eed0b8ffde) + (uuid 48cc5646-dddd-4f3b-95f5-1132fa60e9b9) ) (wire (pts @@ -2527,123 +3028,183 @@ (xy 198.12 86.36) ) (stroke (width 0) (type default)) - (uuid 0e906b27-6dfc-44bb-a672-8afb7b888fd6) + (uuid 5f7ed224-41f4-45e8-a845-a1bd5506003d) ) (symbol (lib_id "Device:R_Potentiometer") (at 198.12 90.17 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV7" (at 196.1 89.17 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "50k" (at 196.1 91.17 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Spice_Primitive" "X" (at 198.12 90.17 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Model" "Potentiometer1" (at 198.12 90.17 0) (effects (font (size 1.27 1.27)) hide)) + (property "Spice_Primitive" "X" (at 198.12 90.17 0) (effects (font (size 1.27 1.27)) hide)) (property "Spice_Netlist_Enabled" "Y" (at 198.12 90.17 0) (effects (font (size 1.27 1.27)) hide)) ) (label "CV1" (at 201.93 90.17 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid bc5ad730-7157-4d10-8ea6-b1ff7e7a9a9e) + (uuid 2d1369f2-d9ca-4f53-999c-bcc64b1e7d2e) ) (symbol (lib_id "power:GND") (at 198.12 93.98 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 198.12 98.52 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 30.48 185.42 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J1" (at 30.48 175.07 0) (effects (font (size 1.27 1.27)))) (property "Value" "IDC_Header" (at 30.48 177.07 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 30.48 185.42 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+5V") (at 38.1 190.5 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 42.64 190.5 270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 25.4 190.5 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 20.86 190.5 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 185.42 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 42.64 185.42 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 38.1 187.96 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 42.64 187.96 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 25.4 185.42 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 20.86 185.42 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 25.4 187.96 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 20.86 187.96 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VP" (at 25.4 182.88 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid f1eda377-c603-46fe-bbc4-2b127797146b) + (uuid 29793d9e-1e7b-471d-a568-18c9d3da7e49) ) (label "VP" (at 38.1 182.88 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 55815268-693c-417b-b0c7-51ed6e43fd91) + (uuid 27d6a792-c55d-402f-a83a-981f13c61dda) ) (label "VN" (at 25.4 180.34 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid cc22f24a-709e-4402-a4dc-0e29e2882ce7) + (uuid a32d3039-253d-4de0-a328-54467fde17df) ) (label "VN" (at 38.1 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 29b2793b-fba1-4c8e-afe2-aace44515610) + (uuid d06d3c3c-173d-45c4-a74e-36a1556e7326) ) (label "VP" (at 50.8 175.26 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0bb1e479-532f-42d6-9fb4-e4bc2ee78b3d) + (uuid 2e61c05d-56c3-411a-8de5-206faab895ca) ) (symbol (lib_id "Device:R") (at 54.61 175.26 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R19" (at 54.61 170.24 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 54.61 172.24 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2651,51 +3212,69 @@ (xy 63.5 175.26) ) (stroke (width 0) (type default)) - (uuid d1e2d078-8fa3-4883-b129-06630c7f71cf) + (uuid 406a9168-da80-412f-a3e1-3fa8aee4f85c) ) (junction (at 63.5 175.26) (diameter 0) (color 0 0 0 0) - (uuid 23fb2c0e-a02c-48ab-8eff-8a52a6b1f8be) + (uuid fdc403f7-e099-43fb-8634-fe50b36c8e64) ) (symbol (lib_id "power:+15V") (at 63.5 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 63.5 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C_Polarized") (at 63.5 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C9" (at 66.79 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 66.79 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 63.5 182.88) (diameter 0) (color 0 0 0 0) - (uuid 25687cac-3c0e-4277-a3bd-50791fa931e6) + (uuid 03084bcd-b1a3-4cd5-b536-00082fa33469) ) (symbol (lib_id "Device:C_Polarized") (at 63.5 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C10" (at 66.79 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 66.79 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 63.5 190.5) (diameter 0) (color 0 0 0 0) - (uuid bc95631a-3f7e-42aa-b20d-b7acc4761530) + (uuid 0ff60ef9-cc8a-4358-902b-cad6e77c341f) ) (wire (pts @@ -2703,29 +3282,41 @@ (xy 58.42 190.5) ) (stroke (width 0) (type default)) - (uuid 2b70cd17-2b8c-492a-a542-850f0f47f8a8) + (uuid 8d090a5a-da75-4e09-b7bc-fab85a9cc790) ) (symbol (lib_id "Device:R") (at 54.61 190.5 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R20" (at 54.61 185.48 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 54.61 187.48 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VN" (at 50.8 190.5 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 2328bb4b-889b-4ea9-bc5a-15c0b799ebb5) + (uuid cf612e40-0cce-461b-85fa-f47e5ee47aff) ) (symbol (lib_id "power:-15V") (at 63.5 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 63.5 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2733,50 +3324,74 @@ (xy 58.42 182.88) ) (stroke (width 0) (type default)) - (uuid 173536a1-9539-4a56-91be-4c3fad780c6d) + (uuid af27ed27-2f37-4225-9f9e-17335325dd1c) ) (symbol (lib_id "power:GND") (at 58.42 182.88 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 53.88 182.88 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:TL072") (at 88.9 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 87.36 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "TL072" (at 87.36 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 86.36 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 86.36 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 86.36 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 86.36 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 86.36 175.26) (diameter 0) (color 0 0 0 0) - (uuid 168f8343-d847-4005-afd4-a7d491b164d8) + (uuid 9ee5a9cc-fb66-4519-935b-c392a9e88f88) ) (wire (pts @@ -2784,33 +3399,45 @@ (xy 78.74 175.26) ) (stroke (width 0) (type default)) - (uuid 7fc511f7-c0ce-4305-a187-194b31ef9153) + (uuid cea12deb-8838-4db3-9675-7e396d3a627f) ) (symbol (lib_id "Device:C") (at 78.74 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C11" (at 81.77 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 81.77 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 78.74 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 78.74 182.88) (diameter 0) (color 0 0 0 0) - (uuid a38c9266-d975-42c1-89c7-31dd0d1d7408) + (uuid 432d1671-ea6f-499c-90cd-5f0fd2d966c1) ) (symbol (lib_id "Device:C") (at 78.74 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C12" (at 81.77 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 81.77 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 78.74 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -2819,12 +3446,12 @@ (xy 86.36 190.5) ) (stroke (width 0) (type default)) - (uuid 93d3d069-dd70-4a97-8a65-2aecdb242a9f) + (uuid 191409f4-1390-4b1b-a9d6-179ab323bc47) ) (junction (at 86.36 190.5) (diameter 0) (color 0 0 0 0) - (uuid 77540d29-3b2d-4eca-9885-d7ec708fdc94) + (uuid 3221d97b-e362-427f-93ad-8a88b7b1ccd2) ) (wire (pts @@ -2832,50 +3459,74 @@ (xy 73.66 182.88) ) (stroke (width 0) (type default)) - (uuid 322920d1-83c2-47e6-87fc-2f0dec24004a) + (uuid 0c7f01dd-590b-4952-9d32-69c4fb8c01c5) ) (symbol (lib_id "power:GND") (at 73.66 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 73.66 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:LM358") (at 111.76 182.88 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 110.22 181.88 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LM358" (at 110.22 183.88 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_SO:SOIC-8_3.9x4.9mm_P1.27mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 109.22 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 109.22 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 109.22 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 109.22 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 109.22 175.26) (diameter 0) (color 0 0 0 0) - (uuid 5644e579-fc02-47a2-b313-e97c0c4016c7) + (uuid d2f78cd8-2ad6-4714-94ba-4c2bfc5d8e6f) ) (wire (pts @@ -2883,33 +3534,45 @@ (xy 101.6 175.26) ) (stroke (width 0) (type default)) - (uuid c215aa9b-bf32-47b1-bf61-2a5d007a1a73) + (uuid 83aded32-5677-4e2d-89f2-4f144e7c3f5d) ) (symbol (lib_id "Device:C") (at 101.6 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C13" (at 104.63 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 104.63 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 101.6 179.07 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 101.6 182.88) (diameter 0) (color 0 0 0 0) - (uuid bf4f2f13-8e38-471b-9b79-0ef0255d17c8) + (uuid a8cfe42b-0715-4646-ac54-62946dd5379d) ) (symbol (lib_id "Device:C") (at 101.6 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C14" (at 104.63 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 104.63 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 101.6 186.69 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -2918,12 +3581,12 @@ (xy 109.22 190.5) ) (stroke (width 0) (type default)) - (uuid 896263d6-baad-42c8-963a-04d14880b558) + (uuid 81999912-d1be-47f9-b4dd-6060efbe12fa) ) (junction (at 109.22 190.5) (diameter 0) (color 0 0 0 0) - (uuid 979d3fe2-ecb6-4bab-8d44-054bad24a372) + (uuid 7cc90299-b6d0-4230-be1e-4d0adf52e2eb) ) (wire (pts @@ -2931,159 +3594,250 @@ (xy 96.52 182.88) ) (stroke (width 0) (type default)) - (uuid b2cd5b85-022b-46cd-a898-5164275ee4fb) + (uuid 80145aa2-9582-44c4-9b8a-24f9b52bab62) ) (symbol (lib_id "power:GND") (at 96.52 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 96.52 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 152.4 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 152.4 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 152.4 182.88 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 152.4 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 157.48 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 157.48 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 157.48 182.88 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 157.48 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 162.56 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 162.56 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 162.56 182.88 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 162.56 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 167.64 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 167.64 178.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 167.64 182.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 167.64 187.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "OUT" (at 213.36 101.6 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 6b0a722a-54e1-43ac-83b6-3c88516a77c5) + (uuid 84af6acc-b4e1-47f6-94db-c65e8ad858d7) ) (symbol (lib_id "Device:R") (at 217.17 101.6 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R21" (at 217.17 96.58 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 217.17 98.58 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 220.98 101.6) (diameter 0) (color 0 0 0 0) - (uuid 425e3d5d-6b79-4083-ad73-67f5882ad7c2) + (uuid 449d4fe2-052f-4517-b287-9004674b41cb) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 226.06 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q1" (at 231.15 100.6 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 231.15 102.6 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 228.6 92.71 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R22" (at 230.62 91.71000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 230.62 93.71000000000001 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 228.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 228.6 84.36 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 228.6 110.49 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D1" (at 231.89 109.87 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Red)" (at 231.89 111.87 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 228.6 114.3) (diameter 0) (color 0 0 0 0) - (uuid 01d51250-44c0-4c04-a57e-2ebde5a58ee5) + (uuid ed2df904-9676-4675-9929-d03f2dc7fdc7) ) (symbol (lib_id "power:GND") (at 228.6 114.3 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 228.6 118.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3091,19 +3845,27 @@ (xy 220.98 114.3) ) (stroke (width 0) (type default)) - (uuid a2206919-8aba-4e4e-9af3-e377bbf1d3e3) + (uuid 5f33cbc6-7266-4c55-983c-0b1a08ef3ab4) ) (symbol (lib_id "Diode:1N4148") (at 220.98 110.49 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D2" (at 218.71 109.49000000000001 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 218.71 111.49000000000001 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3111,6 +3873,6 @@ (xy 220.98 101.6) ) (stroke (width 0) (type default)) - (uuid 53fe4076-60f5-4ff8-8f6a-ac2e7a8bf4e8) + (uuid cfe22677-e611-4af6-939b-3d96c5dbddc5) ) ) diff --git a/src/pentode/panel/panel.kicad_pcb b/src/pentode/panel/panel.kicad_pcb index 667d2d73..872a3ad3 100644 --- a/src/pentode/panel/panel.kicad_pcb +++ b/src/pentode/panel/panel.kicad_pcb @@ -1,1829 +1,2189 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "welle") - (date "2023-06-20") - (rev "R01") - (comment 1 "PCB for panel") - (comment 2 "Wavefolder designed by Jürgen Haible and Yves Usson") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 0) - (scaleselection 1) - (outputdirectory "gerbers") - ) - ) - - (net 0 "") - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e80b) - (at 81.28 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/ff214c87-6802-4ff9-920e-4d4f9c1cfea7") - (attr exclude_from_pos_files) - (fp_text reference "H7" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 265ff1ab-58d6-4f40-ba60-66501288bcd1) - ) - (fp_text value "ATT_IN2" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 14aa71f1-31c9-429d-90b2-b965918a7862) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp af8cef87-8a03-41d0-b45b-570ced216f53) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 0244f446-a983-4997-b315-a951a82f4bb8)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 5a13a8f5-ed1d-45ee-9b6e-9118240e0ec1)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 96f133e9-3b37-47cf-bfd9-8bce573130a4)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e813) - (at 81.28 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/a3772575-c7f8-4410-bbb9-145fc39d430e") - (attr exclude_from_pos_files) - (fp_text reference "H8" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1f597599-f344-46aa-a002-127537020a59) - ) - (fp_text value "GAIN" (at 0 8.89) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 38d17a7e-7900-476a-b9ec-0dca8cdc8c42) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6f4c58b1-ad10-4666-bdb6-bd2cd96b828f) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 29c9f59f-5068-471d-9a2e-9c164d5d5248)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp f81e6adf-9197-4c5c-bb2a-2c5369746937)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 2127a87f-ecd4-460b-b70a-cca3a5c9277f)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d1216) - (at 60.96 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/f4aef0f0-d89f-47af-a97f-704a1f6c3db4") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f8b7c717-7f8d-4274-a902-9596d8d8cef9) - ) - (fp_text value "IN1" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp a6a1424b-44ae-4eb0-809e-07202fd8c560) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ac4b0aa-82ff-4e3b-8e09-52b93c1497c6) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 21331a4b-4cdb-4ddb-92c4-75881fa737ea)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 10afcea9-d605-4153-9fc2-7e4eaf443801)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 8e55e058-47c3-4e4c-84fc-2ec7fe40bce4)) - (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" - (offset (xyz 0 0 3.5)) - (scale (xyz 0.5 0.5 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d121e) - (at 60.96 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/5dd79ac8-fdba-4c09-90e6-a4d434ff69e2") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5ff2c0d5-0a73-4990-bcbf-fad3b5d1ce31) - ) - (fp_text value "IN2" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp f1b6c945-fed2-421b-8244-d0e46f49c286) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 599a6d7b-6c90-405b-a20e-aa583bb51834) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 52a01c6a-ff45-4928-aaa5-565f89aee2b3)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 78125be3-aa91-41ff-aff2-3adfb9877216)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 842ca3a4-5703-4c22-a0fc-e8590daca6df)) - (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" - (offset (xyz 0 0 3.5)) - (scale (xyz 0.5 0.5 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d1226) - (at 60.96 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/172ebd2b-5c04-46ed-b528-710f126f6d77") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0375c21b-ec28-454e-84eb-436a1dc0a0a9) - ) - (fp_text value "CV" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 2ce8adf4-a003-478c-ae32-d00dcbf7781e) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 24d79790-8f6b-4f3c-8be5-61e9dc5f8a3b) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 2f743e9c-c1e8-4c1b-ab41-f02abbfbc773)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 3152a582-466e-4c7d-8942-f179c11f2703)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp c2de4c39-050f-4b5e-9460-f8864f179d75)) - (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" - (offset (xyz 0 0 3.5)) - (scale (xyz 0.5 0.5 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d122e) - (at 81.28 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/c9994de4-a133-45aa-accb-0371dc12de9b") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 452b1e8d-e1bc-4a3b-9aae-6f5b837bf789) - ) - (fp_text value "OUT" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 27419073-8568-4048-8d0e-d60ab566f370) - ) - (fp_text user "${REFERENCE}" (at 0 7.62) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b89dcd10-a931-4445-985d-8ce35e73d8e0) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp c4984666-381a-4de0-a793-33f3ed9498a0)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 06e94341-be7a-4d46-98a7-d39bcadbc7d1)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 85ff2435-e374-49c4-9880-ec22c3621ee4)) - (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" - (offset (xyz 0 0 3.5)) - (scale (xyz 0.5 0.5 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000611d123e) - (at 81.28 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/c1d3d8bf-6b72-473f-a8f5-a54d1a966d55") - (attr exclude_from_pos_files) - (fp_text reference "H6" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b9c44269-bd05-4029-8e44-7a9bf06ddaa7) - ) - (fp_text value "ATT_IN1" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp d81c0109-6fc1-45d5-89ca-5a4ec5e32c96) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eb18a125-54d0-48a0-9afb-ddf944cacc32) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 7d295c56-f2bb-4ed9-99ab-550a5982fffc)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 1d5db8f1-f27c-4c41-9a69-a8bc5b7581bd)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp aa4a6da9-8ed1-452d-8628-9b0dc0b079b1)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 2e57156c-aaf4-482b-87a7-4de241d99fc0) - (at 81.28 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/f6a7b5f5-e689-4c6e-af43-4695f16fa0f9") - (attr exclude_from_pos_files) - (fp_text reference "H9" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8e0ede23-c055-4ca6-9fb0-fb095ffbfa85) - ) - (fp_text value "ATT_CV" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp e6ece23a-5403-4804-aa08-8964e13eb127) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f0a4a55c-61c5-4d70-9c97-89603ba03f06) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp fbd35bad-98b4-4ec2-a24f-70ef0a89e6e0)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 04c1825a-349e-4649-899f-5f1444a7cdcc)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp ea2d7965-ed34-438a-9ef7-fd2605164d2d)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" - (offset (xyz 0.5 0.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:1J24B_mounting_hole" (layer "F.Cu") - (tstamp 392dff07-86af-430c-a799-b3706fe76b88) - (at 70.358 126.492) - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/62c7d253-a000-47de-a8dd-7c1eaec12f86") - (fp_text reference "H11" (at 0 2.54 90) (layer "F.SilkS") hide - (effects (font (size 0.941222 0.941222) (thickness 0.074778)) (justify left)) - (tstamp 4c567b87-9b8f-44b1-8082-940358371816) - ) - (fp_text value "WINDOW" (at 2.54 0 90) (layer "F.Fab") hide - (effects (font (size 0.752978 0.752978) (thickness 0.059822)) (justify left)) - (tstamp 8b8c2acc-2df1-4d45-ae64-d7c2e260daf5) - ) - (pad "" np_thru_hole oval (at 0 0 90) (size 34 6) (drill oval 34 6) (layers "F&B.Cu" "*.Mask") (tstamp d0fe12ac-0146-4a3b-807d-742e2d63084b)) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 44574d63-0fde-45c7-81a2-a53ea1fce97a) - (at 58.3 53.8) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/81b4315e-5e20-4319-9e79-1d9ec736df72") - (attr exclude_from_pos_files) - (fp_text reference "H12" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6b888fe-5d9d-4a46-a551-9d239cd3c351) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0b3e9ea2-cf76-43dc-b012-91a450436c54) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dfda52dc-4b1a-47f4-9060-4eae9dcbf01a) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp eef9e5c8-8cd5-4067-bab7-d4be0ff9b502)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp adcfb2a2-c158-4fa8-8d3e-6495a09fc0a3)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 807d3dc7-3c48-4dcc-8d14-6d70a0deec5b)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 558b551f-a4a0-45c6-91aa-7dea5afb6a06)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp 87388be8-94d5-4cf0-86d8-d7f6a31aae47)) - ) - - (footprint "elektrophon:panel_switch" (layer "F.Cu") - (tstamp afc142d3-8385-4842-9a74-95fd14df5062) - (at 60.96 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/1f0089ff-b69b-4db1-8634-a85650236af1") - (attr exclude_from_pos_files) - (fp_text reference "H10" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ec208795-35c3-49a5-8989-13ba16ad5770) - ) - (fp_text value "CLEAN" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 11972510-50f9-46a3-8dc5-77aaa26e72c8) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e91867f2-8b7b-4a0e-92f4-2addc390c6c1) - ) - (fp_circle (center 0 0) (end 5 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 05d55003-91e6-4c90-b79c-3ca46b11da4f)) - (fp_circle (center 0 0) (end 5.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 3a166bb7-00d6-4828-8707-f700efce3f0f)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "F&B.Cu" "*.Mask") (tstamp 9ad0e787-eba3-4e75-9f1c-7f78a18e1cf6)) - (model "/home/etienne/Documents/elektrophon/lib/kicad/models/SPDT Toggle Switch.stp" - (offset (xyz -3.5 12.5 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 -90)) - ) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp ef984b84-7be0-4bb3-b2de-1cdf3042475e) - (at 58.3 176.3) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/dce894b0-11da-4c79-adfa-10c4cbda411a") - (attr exclude_from_pos_files) - (fp_text reference "H13" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c6c46267-16ff-4841-b087-8cfbd327d01c) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cca489af-d2ad-4a56-b770-2d8ba08a829d) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 72d9ae3a-a3f9-4b31-8309-340e5ae163b8) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 8eeacec7-91ba-4194-91e8-974a38c36e98)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 961ba6e2-1774-43c6-8556-d860de3b46a1)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp fdf7ddc2-6d57-4316-b704-f2f7b79fb89a)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 78e07785-2686-47d6-bd31-75b644995fec)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp c8ea8a69-3974-4f1e-a183-49780d362b1b)) - ) - - (gr_line (start 50.8 50.8) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 91.1 179.3) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 933d19b2-5f9e-4110-954e-a0fecf0340b4)) - (gr_line (start 91.1 50.8) (end 91.1 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp f62f2fde-0866-484f-ac61-5afd68500709)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp f6b767d4-34a4-42a4-a3e8-8112708686fe)) - (gr_text "gain" (at 60.96 146.05) (layer "F.Cu" knockout) (tstamp 265d0516-ff01-43a2-832b-d2bb1f905fc5) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "level" (at 81.28 146.05) (layer "F.Cu" knockout) (tstamp 34734e36-000c-4f7a-bb68-a9cbe7cd02d8) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "cv" (at 60.96 125.73) (layer "F.Cu" knockout) (tstamp 4cc97861-a131-4809-907e-a5011283ab1a) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "feedback" (at 60.96 105.41) (layer "F.Cu" knockout) (tstamp af47b094-3e10-423d-ac02-a5dcb18d66e2) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "in" (at 60.96 85.09) (layer "F.Cu" knockout) (tstamp bd659b8a-b29d-450e-a6c5-79ed51cf7689) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 81.28 166.37) (layer "F.Cu" knockout) (tstamp c99818bb-03e3-422e-9e49-3b8b4ed3f107) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "in" (at 60.96 85.09) (layer "B.Mask") (tstamp 00000000-0000-0000-0000-0000611cb46d) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "cv" (at 60.96 125.73) (layer "B.Mask") (tstamp 00000000-0000-0000-0000-0000611cb471) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 81.28 166.37) (layer "B.Mask") (tstamp 00000000-0000-0000-0000-0000611cb526) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "level" (at 81.28 146.05) (layer "B.Mask") (tstamp 198a0fe4-e272-446d-9886-4343e84505ca) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "gain" (at 60.96 146.05) (layer "B.Mask") (tstamp 95f7fb78-455d-4281-8515-74182179994c) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "feedback" (at 60.96 105.41) (layer "B.Mask") (tstamp a4a73a29-1f3a-4300-a1c8-5314ea8477f8) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "cv" (at 60.96 125.73) (layer "F.Mask") (tstamp 00000000-0000-0000-0000-0000611cb472) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 81.28 166.37) (layer "F.Mask") (tstamp 00000000-0000-0000-0000-0000611cb527) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "level" (at 81.28 146.05) (layer "F.Mask") (tstamp 235a996d-443e-4f0b-8694-5cc6a648ac47) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "level" (at 81.28 146.05) (layer "F.Mask") (tstamp 903721d4-47f6-41f3-968c-b8ab71a3445c) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "feedback" (at 60.96 105.41) (layer "F.Mask") (tstamp b73d9c6c-6a09-4031-8b13-312e94be5eed) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "gain" (at 60.96 146.05) (layer "F.Mask") (tstamp cb7b9863-b1be-43f0-ac8c-080ca0b1715a) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "in" (at 60.96 85.09) (layer "F.Mask") (tstamp d0f96b25-0ce6-4582-8a40-1b0430816eb5) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "pentode" (at 72.39 53.8) (layer "F.Mask") (tstamp f9c3c88b-8ae3-4d98-8255-53bc8c4a587b) - (effects (font (size 3 3) (thickness 0.35))) - ) - - (zone (net 0) (net_name "") (layer "F.Cu") (tstamp 79005f49-98ba-4867-862e-dd72f2c5c4be) (hatch edge 0.5) - (connect_pads (clearance 0)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5) (island_removal_mode 1) (island_area_min 10)) - (polygon - (pts - (xy 50.8 50.8) - (xy 91.44 50.8) - (xy 91.44 179.07) - (xy 50.8 179.07) - ) - ) - (filled_polygon - (layer "F.Cu") - (island) - (pts - (xy 56.836914 51.320185) - (xy 56.882669 51.372989) - (xy 56.892613 51.442147) - (xy 56.863588 51.505703) - (xy 56.834026 51.530615) - (xy 56.804913 51.548215) - (xy 56.763131 51.573473) - (xy 56.50596 51.774954) - (xy 56.274954 52.00596) - (xy 56.073473 52.263131) - (xy 55.904454 52.542723) - (xy 55.904453 52.542725) - (xy 55.770372 52.840642) - (xy 55.770366 52.840657) - (xy 55.673178 53.152547) - (xy 55.614289 53.4739) - (xy 55.594564 53.8) - (xy 55.614289 54.126099) - (xy 55.673178 54.447452) - (xy 55.770366 54.759342) - (xy 55.77037 54.759354) - (xy 55.770373 54.759361) - (xy 55.904455 55.057279) - (xy 56.068901 55.329306) - (xy 56.073473 55.336868) - (xy 56.274954 55.594039) - (xy 56.50596 55.825045) - (xy 56.763131 56.026526) - (xy 56.763134 56.026528) - (xy 56.763137 56.02653) - (xy 57.042721 56.195545) - (xy 57.340639 56.329627) - (xy 57.340652 56.329631) - (xy 57.340657 56.329633) - (xy 57.652547 56.426821) - (xy 57.973896 56.48571) - (xy 58.3 56.505436) - (xy 58.626104 56.48571) - (xy 58.947453 56.426821) - (xy 59.259361 56.329627) - (xy 59.557279 56.195545) - (xy 59.836863 56.02653) - (xy 60.094036 55.825048) - (xy 60.325048 55.594036) - (xy 60.52653 55.336863) - (xy 60.695545 55.057279) - (xy 60.829627 54.759361) - (xy 60.926821 54.447453) - (xy 60.98571 54.126104) - (xy 61.005436 53.8) - (xy 60.98571 53.473896) - (xy 60.926821 53.152547) - (xy 60.829627 52.840639) - (xy 60.695545 52.542721) - (xy 60.52653 52.263137) - (xy 60.526528 52.263134) - (xy 60.526526 52.263131) - (xy 60.325045 52.00596) - (xy 60.094039 51.774954) - (xy 59.836868 51.573473) - (xy 59.833379 51.571364) - (xy 59.765974 51.530616) - (xy 59.718788 51.479089) - (xy 59.706949 51.41023) - (xy 59.734218 51.345901) - (xy 59.791936 51.306527) - (xy 59.830125 51.3005) - (xy 90.4755 51.3005) - (xy 90.542539 51.320185) - (xy 90.588294 51.372989) - (xy 90.5995 51.4245) - (xy 90.5995 178.6755) - (xy 90.579815 178.742539) - (xy 90.527011 178.788294) - (xy 90.4755 178.7995) - (xy 59.830125 178.7995) - (xy 59.763086 178.779815) - (xy 59.717331 178.727011) - (xy 59.707387 178.657853) - (xy 59.736412 178.594297) - (xy 59.765973 178.569384) - (xy 59.836863 178.52653) - (xy 60.094036 178.325048) - (xy 60.325048 178.094036) - (xy 60.52653 177.836863) - (xy 60.695545 177.557279) - (xy 60.829627 177.259361) - (xy 60.926821 176.947453) - (xy 60.98571 176.626104) - (xy 61.005436 176.3) - (xy 60.98571 175.973896) - (xy 60.926821 175.652547) - (xy 60.829627 175.340639) - (xy 60.695545 175.042721) - (xy 60.52653 174.763137) - (xy 60.526528 174.763134) - (xy 60.526526 174.763131) - (xy 60.325045 174.50596) - (xy 60.094039 174.274954) - (xy 59.836868 174.073473) - (xy 59.829306 174.068901) - (xy 59.557279 173.904455) - (xy 59.259361 173.770373) - (xy 59.259354 173.77037) - (xy 59.259342 173.770366) - (xy 58.947452 173.673178) - (xy 58.626099 173.614289) - (xy 58.3 173.594564) - (xy 57.9739 173.614289) - (xy 57.652547 173.673178) - (xy 57.340657 173.770366) - (xy 57.340641 173.770372) - (xy 57.340639 173.770373) - (xy 57.150933 173.855752) - (xy 57.042725 173.904453) - (xy 57.042723 173.904454) - (xy 56.763131 174.073473) - (xy 56.50596 174.274954) - (xy 56.274954 174.50596) - (xy 56.073473 174.763131) - (xy 55.904454 175.042723) - (xy 55.904453 175.042725) - (xy 55.770372 175.340642) - (xy 55.770366 175.340657) - (xy 55.673178 175.652547) - (xy 55.614289 175.9739) - (xy 55.594564 176.3) - (xy 55.614289 176.626099) - (xy 55.673178 176.947452) - (xy 55.770366 177.259342) - (xy 55.77037 177.259354) - (xy 55.770373 177.259361) - (xy 55.904455 177.557279) - (xy 56.068901 177.829306) - (xy 56.073473 177.836868) - (xy 56.274954 178.094039) - (xy 56.50596 178.325045) - (xy 56.763131 178.526526) - (xy 56.763134 178.526528) - (xy 56.763137 178.52653) - (xy 56.834025 178.569383) - (xy 56.881212 178.620911) - (xy 56.893051 178.68977) - (xy 56.865782 178.754099) - (xy 56.808064 178.793473) - (xy 56.769875 178.7995) - (xy 51.4245 178.7995) - (xy 51.357461 178.779815) - (xy 51.311706 178.727011) - (xy 51.3005 178.6755) - (xy 51.3005 164.877573) - (xy 79.474178 164.877573) - (xy 79.474178 167.688072) - (xy 83.217998 167.688072) - (xy 83.217998 164.877573) - (xy 79.474178 164.877573) - (xy 51.3005 164.877573) - (xy 51.3005 157.667082) - (xy 77.8295 157.667082) - (xy 77.869953 158.039047) - (xy 77.950386 158.404461) - (xy 78.011623 158.586203) - (xy 78.069858 158.759038) - (xy 78.06986 158.759043) - (xy 78.069862 158.759048) - (xy 78.226959 159.098608) - (xy 78.226966 159.098621) - (xy 78.419853 159.419205) - (xy 78.419857 159.41921) - (xy 78.419861 159.419216) - (xy 78.419864 159.41922) - (xy 78.581773 159.632208) - (xy 78.646296 159.717086) - (xy 78.646297 159.717087) - (xy 78.903608 159.988727) - (xy 79.18877 160.230947) - (xy 79.188774 160.23095) - (xy 79.188779 160.230954) - (xy 79.33983 160.333369) - (xy 79.498465 160.440926) - (xy 79.498469 160.440928) - (xy 79.829045 160.616189) - (xy 79.829049 160.61619) - (xy 79.829054 160.616193) - (xy 80.176635 160.754681) - (xy 80.176637 160.754682) - (xy 80.374804 160.809702) - (xy 80.537155 160.854779) - (xy 80.906387 160.915311) - (xy 81.186528 160.9305) - (xy 81.373472 160.9305) - (xy 81.653613 160.915311) - (xy 82.022845 160.854779) - (xy 82.275134 160.78473) - (xy 82.383362 160.754682) - (xy 82.383364 160.754681) - (xy 82.383363 160.754681) - (xy 82.383368 160.75468) - (xy 82.730955 160.616189) - (xy 83.061531 160.440928) - (xy 83.371221 160.230954) - (xy 83.656392 159.988727) - (xy 83.913703 159.717087) - (xy 84.140136 159.41922) - (xy 84.140142 159.419209) - (xy 84.140146 159.419205) - (xy 84.260055 159.219912) - (xy 84.333036 159.098617) - (xy 84.490142 158.759038) - (xy 84.609613 158.404462) - (xy 84.690046 158.039049) - (xy 84.7305 157.667081) - (xy 84.7305 157.292919) - (xy 84.690046 156.920951) - (xy 84.609613 156.555538) - (xy 84.490142 156.200962) - (xy 84.333036 155.861383) - (xy 84.333033 155.861378) - (xy 84.140146 155.540794) - (xy 84.140142 155.540789) - (xy 84.140139 155.540785) - (xy 84.140136 155.54078) - (xy 83.913703 155.242913) - (xy 83.656392 154.971273) - (xy 83.656391 154.971272) - (xy 83.371229 154.729052) - (xy 83.371223 154.729048) - (xy 83.371221 154.729046) - (xy 83.291901 154.675266) - (xy 83.061534 154.519073) - (xy 82.730963 154.343815) - (xy 82.730945 154.343806) - (xy 82.383364 154.205318) - (xy 82.383362 154.205317) - (xy 82.022853 154.105223) - (xy 82.02285 154.105222) - (xy 82.022846 154.105221) - (xy 82.022845 154.105221) - (xy 81.926153 154.089369) - (xy 81.65361 154.044688) - (xy 81.373472 154.0295) - (xy 81.186528 154.0295) - (xy 80.906389 154.044688) - (xy 80.537149 154.105222) - (xy 80.537146 154.105223) - (xy 80.176637 154.205317) - (xy 80.176635 154.205318) - (xy 79.829054 154.343806) - (xy 79.829036 154.343815) - (xy 79.498465 154.519073) - (xy 79.18878 154.729045) - (xy 79.18877 154.729052) - (xy 78.903608 154.971272) - (xy 78.646297 155.242912) - (xy 78.646296 155.242913) - (xy 78.419857 155.540789) - (xy 78.419853 155.540794) - (xy 78.226966 155.861378) - (xy 78.226959 155.861391) - (xy 78.069862 156.200951) - (xy 77.950386 156.555538) - (xy 77.869953 156.920952) - (xy 77.8295 157.292917) - (xy 77.8295 157.667082) - (xy 51.3005 157.667082) - (xy 51.3005 144.556941) - (xy 58.587511 144.556941) - (xy 58.587511 148.034738) - (xy 63.265821 148.034738) - (xy 63.265821 144.557573) - (xy 78.740846 144.557573) - (xy 78.740846 147.368072) - (xy 83.952086 147.368072) - (xy 83.952086 144.557573) - (xy 78.740846 144.557573) - (xy 63.265821 144.557573) - (xy 63.265821 144.556941) - (xy 58.587511 144.556941) - (xy 51.3005 144.556941) - (xy 51.3005 137.347082) - (xy 57.5095 137.347082) - (xy 57.549953 137.719047) - (xy 57.630386 138.084461) - (xy 57.691623 138.266203) - (xy 57.749858 138.439038) - (xy 57.74986 138.439043) - (xy 57.749862 138.439048) - (xy 57.906959 138.778608) - (xy 57.906966 138.778621) - (xy 58.099853 139.099205) - (xy 58.099857 139.09921) - (xy 58.099861 139.099216) - (xy 58.099864 139.09922) - (xy 58.216273 139.252353) - (xy 58.326296 139.397086) - (xy 58.326297 139.397087) - (xy 58.583608 139.668727) - (xy 58.86877 139.910947) - (xy 58.868774 139.91095) - (xy 58.868779 139.910954) - (xy 59.01983 140.013369) - (xy 59.178465 140.120926) - (xy 59.178469 140.120928) - (xy 59.509045 140.296189) - (xy 59.509049 140.29619) - (xy 59.509054 140.296193) - (xy 59.856635 140.434681) - (xy 59.856637 140.434682) - (xy 60.054804 140.489702) - (xy 60.217155 140.534779) - (xy 60.586387 140.595311) - (xy 60.866528 140.6105) - (xy 61.053472 140.6105) - (xy 61.333613 140.595311) - (xy 61.417259 140.581598) - (xy 67.1075 140.581598) - (xy 67.122315 140.850125) - (xy 67.18135 141.203905) - (xy 67.181351 141.203909) - (xy 67.278945 141.549039) - (xy 67.278946 141.549042) - (xy 67.413913 141.881338) - (xy 67.413919 141.881351) - (xy 67.58462 142.196779) - (xy 67.584621 142.19678) - (xy 67.584625 142.196787) - (xy 67.788998 142.491534) - (xy 67.789 142.491537) - (xy 67.789002 142.491539) - (xy 68.024548 142.762003) - (xy 68.024551 142.762007) - (xy 68.142734 142.870802) - (xy 68.288438 143.004931) - (xy 68.577441 143.217348) - (xy 68.888059 143.396683) - (xy 69.216519 143.540759) - (xy 69.21652 143.540759) - (xy 69.216521 143.54076) - (xy 69.558832 143.647826) - (xy 69.558834 143.647826) - (xy 69.558836 143.647827) - (xy 69.910853 143.716588) - (xy 69.91086 143.716588) - (xy 69.910863 143.716589) - (xy 70.146558 143.736119) - (xy 70.268287 143.746206) - (xy 70.268291 143.746207) - (xy 70.268296 143.746206) - (xy 70.268298 143.746207) - (xy 70.626832 143.736324) - (xy 70.982103 143.687059) - (xy 71.329798 143.599011) - (xy 71.665697 143.473248) - (xy 71.985721 143.311296) - (xy 72.285988 143.115122) - (xy 72.562852 142.887107) - (xy 72.812951 142.630019) - (xy 73.033251 142.346978) - (xy 73.221077 142.04142) - (xy 73.374149 141.717054) - (xy 73.374149 141.717051) - (xy 73.374152 141.717047) - (xy 73.490604 141.377831) - (xy 73.490609 141.377817) - (xy 73.569043 141.027828) - (xy 73.6085 140.671335) - (xy 73.6085 137.360348) - (xy 77.3295 137.360348) - (xy 77.365975 137.719047) - (xy 77.370037 137.758984) - (xy 77.436924 138.084462) - (xy 77.450697 138.151479) - (xy 77.450698 138.151485) - (xy 77.570643 138.533777) - (xy 77.570651 138.533798) - (xy 77.728664 138.902012) - (xy 77.923119 139.252353) - (xy 77.923122 139.252358) - (xy 78.152027 139.581234) - (xy 78.413025 139.885261) - (xy 78.413026 139.885262) - (xy 78.703446 140.161326) - (xy 79.020305 140.406593) - (xy 79.065368 140.434681) - (xy 79.360342 140.61854) - (xy 79.360351 140.618545) - (xy 79.720095 140.795008) - (xy 79.720102 140.79501) - (xy 79.720103 140.795011) - (xy 80.095837 140.934168) - (xy 80.095839 140.934168) - (xy 80.095846 140.934171) - (xy 80.483748 141.034606) - (xy 80.879821 141.095282) - (xy 81.179891 141.1105) - (xy 81.179898 141.1105) - (xy 81.380102 141.1105) - (xy 81.380109 141.1105) - (xy 81.680179 141.095282) - (xy 82.076252 141.034606) - (xy 82.464154 140.934171) - (xy 82.839905 140.795008) - (xy 83.199649 140.618545) - (xy 83.539695 140.406593) - (xy 83.856554 140.161326) - (xy 84.146974 139.885262) - (xy 84.407974 139.581232) - (xy 84.636878 139.252358) - (xy 84.831335 138.902013) - (xy 84.989351 138.533793) - (xy 85.109304 138.151475) - (xy 85.189963 137.758984) - (xy 85.2305 137.360347) - (xy 85.2305 136.959653) - (xy 85.189963 136.561016) - (xy 85.109304 136.168525) - (xy 84.989351 135.786207) - (xy 84.831335 135.417987) - (xy 84.636878 135.067642) - (xy 84.407974 134.738768) - (xy 84.407972 134.738765) - (xy 84.146974 134.434738) - (xy 84.119945 134.409045) - (xy 83.856554 134.158674) - (xy 83.68233 134.023815) - (xy 83.539695 133.913407) - (xy 83.199657 133.701459) - (xy 83.199648 133.701454) - (xy 82.839909 133.524994) - (xy 82.839896 133.524988) - (xy 82.464162 133.385831) - (xy 82.388529 133.366248) - (xy 82.076252 133.285394) - (xy 82.076249 133.285393) - (xy 82.076247 133.285393) - (xy 81.680178 133.224717) - (xy 81.461777 133.213641) - (xy 81.380109 133.2095) - (xy 81.179891 133.2095) - (xy 81.101279 133.213486) - (xy 80.879821 133.224717) - (xy 80.483752 133.285393) - (xy 80.095837 133.385831) - (xy 79.720103 133.524988) - (xy 79.72009 133.524994) - (xy 79.360351 133.701454) - (xy 79.360342 133.701459) - (xy 79.020304 133.913407) - (xy 78.703451 134.158669) - (xy 78.413025 134.434738) - (xy 78.152027 134.738765) - (xy 77.923122 135.067641) - (xy 77.923119 135.067646) - (xy 77.728664 135.417987) - (xy 77.570651 135.786201) - (xy 77.570643 135.786222) - (xy 77.450698 136.168514) - (xy 77.450697 136.16852) - (xy 77.370036 136.56102) - (xy 77.3295 136.959651) - (xy 77.3295 137.360348) - (xy 73.6085 137.360348) - (xy 73.6085 117.040348) - (xy 77.3295 117.040348) - (xy 77.365975 117.399047) - (xy 77.370037 117.438984) - (xy 77.436924 117.764462) - (xy 77.450697 117.831479) - (xy 77.450698 117.831485) - (xy 77.570643 118.213777) - (xy 77.570651 118.213798) - (xy 77.728664 118.582012) - (xy 77.923119 118.932353) - (xy 77.923122 118.932358) - (xy 78.152027 119.261234) - (xy 78.413025 119.565261) - (xy 78.413026 119.565262) - (xy 78.703446 119.841326) - (xy 79.020305 120.086593) - (xy 79.065368 120.114681) - (xy 79.360342 120.29854) - (xy 79.360351 120.298545) - (xy 79.720095 120.475008) - (xy 79.720102 120.47501) - (xy 79.720103 120.475011) - (xy 80.095837 120.614168) - (xy 80.095839 120.614168) - (xy 80.095846 120.614171) - (xy 80.483748 120.714606) - (xy 80.879821 120.775282) - (xy 81.179891 120.7905) - (xy 81.179898 120.7905) - (xy 81.380102 120.7905) - (xy 81.380109 120.7905) - (xy 81.680179 120.775282) - (xy 82.076252 120.714606) - (xy 82.464154 120.614171) - (xy 82.839905 120.475008) - (xy 83.199649 120.298545) - (xy 83.539695 120.086593) - (xy 83.856554 119.841326) - (xy 84.146974 119.565262) - (xy 84.407974 119.261232) - (xy 84.636878 118.932358) - (xy 84.831335 118.582013) - (xy 84.989351 118.213793) - (xy 85.109304 117.831475) - (xy 85.189963 117.438984) - (xy 85.2305 117.040347) - (xy 85.2305 116.639653) - (xy 85.189963 116.241016) - (xy 85.109304 115.848525) - (xy 84.989351 115.466207) - (xy 84.831335 115.097987) - (xy 84.636878 114.747642) - (xy 84.407974 114.418768) - (xy 84.407972 114.418765) - (xy 84.146974 114.114738) - (xy 84.119945 114.089045) - (xy 83.856554 113.838674) - (xy 83.68233 113.703815) - (xy 83.539695 113.593407) - (xy 83.199657 113.381459) - (xy 83.199648 113.381454) - (xy 82.839909 113.204994) - (xy 82.839896 113.204988) - (xy 82.464162 113.065831) - (xy 82.388529 113.046248) - (xy 82.076252 112.965394) - (xy 82.076249 112.965393) - (xy 82.076247 112.965393) - (xy 81.680178 112.904717) - (xy 81.461777 112.893641) - (xy 81.380109 112.8895) - (xy 81.179891 112.8895) - (xy 81.101279 112.893486) - (xy 80.879821 112.904717) - (xy 80.483752 112.965393) - (xy 80.095837 113.065831) - (xy 79.720103 113.204988) - (xy 79.72009 113.204994) - (xy 79.360351 113.381454) - (xy 79.360342 113.381459) - (xy 79.020304 113.593407) - (xy 78.703451 113.838669) - (xy 78.413025 114.114738) - (xy 78.152027 114.418765) - (xy 77.923122 114.747641) - (xy 77.923119 114.747646) - (xy 77.728664 115.097987) - (xy 77.570651 115.466201) - (xy 77.570643 115.466222) - (xy 77.450698 115.848514) - (xy 77.450697 115.84852) - (xy 77.370036 116.24102) - (xy 77.3295 116.639651) - (xy 77.3295 117.040348) - (xy 73.6085 117.040348) - (xy 73.6085 112.402405) - (xy 73.593685 112.133875) - (xy 73.53465 111.780096) - (xy 73.437054 111.434959) - (xy 73.302083 111.102654) - (xy 73.215455 110.94258) - (xy 73.131379 110.78722) - (xy 73.131378 110.787219) - (xy 73.131375 110.787213) - (xy 72.927002 110.492466) - (xy 72.806404 110.35399) - (xy 72.691451 110.221996) - (xy 72.691448 110.221992) - (xy 72.555553 110.096893) - (xy 72.427562 109.979069) - (xy 72.138559 109.766652) - (xy 71.827941 109.587317) - (xy 71.499479 109.44324) - (xy 71.499478 109.443239) - (xy 71.157167 109.336173) - (xy 70.80515 109.267412) - (xy 70.805136 109.26741) - (xy 70.447712 109.237793) - (xy 70.447708 109.237792) - (xy 70.089177 109.247675) - (xy 70.089171 109.247675) - (xy 70.089168 109.247676) - (xy 69.733897 109.296941) - (xy 69.733894 109.296941) - (xy 69.733892 109.296942) - (xy 69.3862 109.384989) - (xy 69.386198 109.384989) - (xy 69.050304 109.510751) - (xy 69.050301 109.510752) - (xy 68.730284 109.672701) - (xy 68.430009 109.86888) - (xy 68.153146 110.096894) - (xy 68.153141 110.096899) - (xy 67.903044 110.353985) - (xy 67.90304 110.35399) - (xy 67.682756 110.637011) - (xy 67.682754 110.637014) - (xy 67.49492 110.942584) - (xy 67.341847 111.266952) - (xy 67.225395 111.606168) - (xy 67.225391 111.606183) - (xy 67.146956 111.956175) - (xy 67.1075 112.312664) - (xy 67.1075 140.581598) - (xy 61.417259 140.581598) - (xy 61.702845 140.534779) - (xy 61.955134 140.46473) - (xy 62.063362 140.434682) - (xy 62.063364 140.434681) - (xy 62.063363 140.434681) - (xy 62.063368 140.43468) - (xy 62.410955 140.296189) - (xy 62.741531 140.120928) - (xy 63.051221 139.910954) - (xy 63.336392 139.668727) - (xy 63.593703 139.397087) - (xy 63.820136 139.09922) - (xy 63.820142 139.099209) - (xy 63.820146 139.099205) - (xy 63.940055 138.899912) - (xy 64.013036 138.778617) - (xy 64.170142 138.439038) - (xy 64.289613 138.084462) - (xy 64.370046 137.719049) - (xy 64.4105 137.347081) - (xy 64.4105 136.972919) - (xy 64.370046 136.600951) - (xy 64.289613 136.235538) - (xy 64.170142 135.880962) - (xy 64.013036 135.541383) - (xy 64.013033 135.541378) - (xy 63.820146 135.220794) - (xy 63.820142 135.220789) - (xy 63.820139 135.220785) - (xy 63.820136 135.22078) - (xy 63.593703 134.922913) - (xy 63.336392 134.651273) - (xy 63.336391 134.651272) - (xy 63.051229 134.409052) - (xy 63.051223 134.409048) - (xy 63.051221 134.409046) - (xy 62.971901 134.355266) - (xy 62.741534 134.199073) - (xy 62.410963 134.023815) - (xy 62.410945 134.023806) - (xy 62.063364 133.885318) - (xy 62.063362 133.885317) - (xy 61.702853 133.785223) - (xy 61.70285 133.785222) - (xy 61.702846 133.785221) - (xy 61.702845 133.785221) - (xy 61.606153 133.769369) - (xy 61.33361 133.724688) - (xy 61.053472 133.7095) - (xy 60.866528 133.7095) - (xy 60.586389 133.724688) - (xy 60.217149 133.785222) - (xy 60.217146 133.785223) - (xy 59.856637 133.885317) - (xy 59.856635 133.885318) - (xy 59.509054 134.023806) - (xy 59.509036 134.023815) - (xy 59.178465 134.199073) - (xy 58.86878 134.409045) - (xy 58.86877 134.409052) - (xy 58.583608 134.651272) - (xy 58.326297 134.922912) - (xy 58.326296 134.922913) - (xy 58.099857 135.220789) - (xy 58.099853 135.220794) - (xy 57.906966 135.541378) - (xy 57.906959 135.541391) - (xy 57.749862 135.880951) - (xy 57.630386 136.235538) - (xy 57.549953 136.600952) - (xy 57.5095 136.972917) - (xy 57.5095 137.347082) - (xy 51.3005 137.347082) - (xy 51.3005 124.90307) - (xy 59.687512 124.90307) - (xy 59.687512 127.048072) - (xy 62.294674 127.048072) - (xy 62.294674 124.90307) - (xy 59.687512 124.90307) - (xy 51.3005 124.90307) - (xy 51.3005 117.027082) - (xy 57.5095 117.027082) - (xy 57.549953 117.399047) - (xy 57.630386 117.764461) - (xy 57.691623 117.946203) - (xy 57.749858 118.119038) - (xy 57.74986 118.119043) - (xy 57.749862 118.119048) - (xy 57.906959 118.458608) - (xy 57.906966 118.458621) - (xy 58.099853 118.779205) - (xy 58.099857 118.77921) - (xy 58.099861 118.779216) - (xy 58.099864 118.77922) - (xy 58.216273 118.932353) - (xy 58.326296 119.077086) - (xy 58.326297 119.077087) - (xy 58.583608 119.348727) - (xy 58.86877 119.590947) - (xy 58.868774 119.59095) - (xy 58.868779 119.590954) - (xy 59.01983 119.693369) - (xy 59.178465 119.800926) - (xy 59.178469 119.800928) - (xy 59.509045 119.976189) - (xy 59.509049 119.97619) - (xy 59.509054 119.976193) - (xy 59.856635 120.114681) - (xy 59.856637 120.114682) - (xy 60.054804 120.169702) - (xy 60.217155 120.214779) - (xy 60.586387 120.275311) - (xy 60.866528 120.2905) - (xy 61.053472 120.2905) - (xy 61.333613 120.275311) - (xy 61.702845 120.214779) - (xy 61.955134 120.14473) - (xy 62.063362 120.114682) - (xy 62.063364 120.114681) - (xy 62.063363 120.114681) - (xy 62.063368 120.11468) - (xy 62.410955 119.976189) - (xy 62.741531 119.800928) - (xy 63.051221 119.590954) - (xy 63.336392 119.348727) - (xy 63.593703 119.077087) - (xy 63.820136 118.77922) - (xy 63.820142 118.779209) - (xy 63.820146 118.779205) - (xy 63.940055 118.579912) - (xy 64.013036 118.458617) - (xy 64.170142 118.119038) - (xy 64.289613 117.764462) - (xy 64.370046 117.399049) - (xy 64.4105 117.027081) - (xy 64.4105 116.652919) - (xy 64.370046 116.280951) - (xy 64.289613 115.915538) - (xy 64.170142 115.560962) - (xy 64.013036 115.221383) - (xy 64.013033 115.221378) - (xy 63.820146 114.900794) - (xy 63.820142 114.900789) - (xy 63.820139 114.900785) - (xy 63.820136 114.90078) - (xy 63.593703 114.602913) - (xy 63.336392 114.331273) - (xy 63.336391 114.331272) - (xy 63.051229 114.089052) - (xy 63.051223 114.089048) - (xy 63.051221 114.089046) - (xy 62.971901 114.035266) - (xy 62.741534 113.879073) - (xy 62.410963 113.703815) - (xy 62.410945 113.703806) - (xy 62.063364 113.565318) - (xy 62.063362 113.565317) - (xy 61.702853 113.465223) - (xy 61.70285 113.465222) - (xy 61.702846 113.465221) - (xy 61.702845 113.465221) - (xy 61.606153 113.449369) - (xy 61.33361 113.404688) - (xy 61.053472 113.3895) - (xy 60.866528 113.3895) - (xy 60.586389 113.404688) - (xy 60.217149 113.465222) - (xy 60.217146 113.465223) - (xy 59.856637 113.565317) - (xy 59.856635 113.565318) - (xy 59.509054 113.703806) - (xy 59.509036 113.703815) - (xy 59.178465 113.879073) - (xy 58.86878 114.089045) - (xy 58.86877 114.089052) - (xy 58.583608 114.331272) - (xy 58.326297 114.602912) - (xy 58.326296 114.602913) - (xy 58.099857 114.900789) - (xy 58.099853 114.900794) - (xy 57.906966 115.221378) - (xy 57.906959 115.221391) - (xy 57.749862 115.560951) - (xy 57.630386 115.915538) - (xy 57.549953 116.280952) - (xy 57.5095 116.652917) - (xy 57.5095 117.027082) - (xy 51.3005 117.027082) - (xy 51.3005 103.917573) - (xy 56.022001 103.917573) - (xy 56.022001 106.728072) - (xy 65.765889 106.728072) - (xy 65.765889 103.917573) - (xy 56.022001 103.917573) - (xy 51.3005 103.917573) - (xy 51.3005 96.707082) - (xy 57.5095 96.707082) - (xy 57.549953 97.079047) - (xy 57.630386 97.444461) - (xy 57.691623 97.626203) - (xy 57.749858 97.799038) - (xy 57.74986 97.799043) - (xy 57.749862 97.799048) - (xy 57.906959 98.138608) - (xy 57.906966 98.138621) - (xy 58.099853 98.459205) - (xy 58.099857 98.45921) - (xy 58.099861 98.459216) - (xy 58.099864 98.45922) - (xy 58.216273 98.612353) - (xy 58.326296 98.757086) - (xy 58.326297 98.757087) - (xy 58.583608 99.028727) - (xy 58.86877 99.270947) - (xy 58.868774 99.27095) - (xy 58.868779 99.270954) - (xy 59.01983 99.373369) - (xy 59.178465 99.480926) - (xy 59.178469 99.480928) - (xy 59.509045 99.656189) - (xy 59.509049 99.65619) - (xy 59.509054 99.656193) - (xy 59.856635 99.794681) - (xy 59.856637 99.794682) - (xy 60.054804 99.849702) - (xy 60.217155 99.894779) - (xy 60.586387 99.955311) - (xy 60.866528 99.9705) - (xy 61.053472 99.9705) - (xy 61.333613 99.955311) - (xy 61.702845 99.894779) - (xy 61.955134 99.82473) - (xy 62.063362 99.794682) - (xy 62.063364 99.794681) - (xy 62.063363 99.794681) - (xy 62.063368 99.79468) - (xy 62.410955 99.656189) - (xy 62.741531 99.480928) - (xy 63.051221 99.270954) - (xy 63.336392 99.028727) - (xy 63.593703 98.757087) - (xy 63.820136 98.45922) - (xy 63.820142 98.459209) - (xy 63.820146 98.459205) - (xy 63.940055 98.259912) - (xy 64.013036 98.138617) - (xy 64.170142 97.799038) - (xy 64.289613 97.444462) - (xy 64.370046 97.079049) - (xy 64.409057 96.720348) - (xy 77.3295 96.720348) - (xy 77.365975 97.079047) - (xy 77.370037 97.118984) - (xy 77.436924 97.444462) - (xy 77.450697 97.511479) - (xy 77.450698 97.511485) - (xy 77.570643 97.893777) - (xy 77.570651 97.893798) - (xy 77.728664 98.262012) - (xy 77.923119 98.612353) - (xy 77.923122 98.612358) - (xy 78.152027 98.941234) - (xy 78.413025 99.245261) - (xy 78.413026 99.245262) - (xy 78.703446 99.521326) - (xy 79.020305 99.766593) - (xy 79.065368 99.794681) - (xy 79.360342 99.97854) - (xy 79.360351 99.978545) - (xy 79.720095 100.155008) - (xy 79.720102 100.15501) - (xy 79.720103 100.155011) - (xy 80.095837 100.294168) - (xy 80.095839 100.294168) - (xy 80.095846 100.294171) - (xy 80.483748 100.394606) - (xy 80.879821 100.455282) - (xy 81.179891 100.4705) - (xy 81.179898 100.4705) - (xy 81.380102 100.4705) - (xy 81.380109 100.4705) - (xy 81.680179 100.455282) - (xy 82.076252 100.394606) - (xy 82.464154 100.294171) - (xy 82.839905 100.155008) - (xy 83.199649 99.978545) - (xy 83.539695 99.766593) - (xy 83.856554 99.521326) - (xy 84.146974 99.245262) - (xy 84.407974 98.941232) - (xy 84.636878 98.612358) - (xy 84.831335 98.262013) - (xy 84.989351 97.893793) - (xy 85.109304 97.511475) - (xy 85.189963 97.118984) - (xy 85.2305 96.720347) - (xy 85.2305 96.319653) - (xy 85.189963 95.921016) - (xy 85.109304 95.528525) - (xy 84.989351 95.146207) - (xy 84.831335 94.777987) - (xy 84.636878 94.427642) - (xy 84.407974 94.098768) - (xy 84.407972 94.098765) - (xy 84.146974 93.794738) - (xy 84.119945 93.769045) - (xy 83.856554 93.518674) - (xy 83.68233 93.383815) - (xy 83.539695 93.273407) - (xy 83.199657 93.061459) - (xy 83.199648 93.061454) - (xy 82.839909 92.884994) - (xy 82.839896 92.884988) - (xy 82.464162 92.745831) - (xy 82.388529 92.726248) - (xy 82.076252 92.645394) - (xy 82.076249 92.645393) - (xy 82.076247 92.645393) - (xy 81.680178 92.584717) - (xy 81.461777 92.573641) - (xy 81.380109 92.5695) - (xy 81.179891 92.5695) - (xy 81.101279 92.573486) - (xy 80.879821 92.584717) - (xy 80.483752 92.645393) - (xy 80.095837 92.745831) - (xy 79.720103 92.884988) - (xy 79.72009 92.884994) - (xy 79.360351 93.061454) - (xy 79.360342 93.061459) - (xy 79.020304 93.273407) - (xy 78.703451 93.518669) - (xy 78.413025 93.794738) - (xy 78.152027 94.098765) - (xy 77.923122 94.427641) - (xy 77.923119 94.427646) - (xy 77.728664 94.777987) - (xy 77.570651 95.146201) - (xy 77.570643 95.146222) - (xy 77.450698 95.528514) - (xy 77.450697 95.52852) - (xy 77.370036 95.92102) - (xy 77.3295 96.319651) - (xy 77.3295 96.720348) - (xy 64.409057 96.720348) - (xy 64.4105 96.707081) - (xy 64.4105 96.332919) - (xy 64.370046 95.960951) - (xy 64.289613 95.595538) - (xy 64.170142 95.240962) - (xy 64.013036 94.901383) - (xy 64.013033 94.901378) - (xy 63.820146 94.580794) - (xy 63.820142 94.580789) - (xy 63.820139 94.580785) - (xy 63.820136 94.58078) - (xy 63.593703 94.282913) - (xy 63.336392 94.011273) - (xy 63.336391 94.011272) - (xy 63.051229 93.769052) - (xy 63.051223 93.769048) - (xy 63.051221 93.769046) - (xy 62.971901 93.715266) - (xy 62.741534 93.559073) - (xy 62.410963 93.383815) - (xy 62.410945 93.383806) - (xy 62.063364 93.245318) - (xy 62.063362 93.245317) - (xy 61.702853 93.145223) - (xy 61.70285 93.145222) - (xy 61.702846 93.145221) - (xy 61.702845 93.145221) - (xy 61.606153 93.129369) - (xy 61.33361 93.084688) - (xy 61.053472 93.0695) - (xy 60.866528 93.0695) - (xy 60.586389 93.084688) - (xy 60.217149 93.145222) - (xy 60.217146 93.145223) - (xy 59.856637 93.245317) - (xy 59.856635 93.245318) - (xy 59.509054 93.383806) - (xy 59.509036 93.383815) - (xy 59.178465 93.559073) - (xy 58.86878 93.769045) - (xy 58.86877 93.769052) - (xy 58.583608 94.011272) - (xy 58.326297 94.282912) - (xy 58.326296 94.282913) - (xy 58.099857 94.580789) - (xy 58.099853 94.580794) - (xy 57.906966 94.901378) - (xy 57.906959 94.901391) - (xy 57.749862 95.240951) - (xy 57.630386 95.595538) - (xy 57.549953 95.960952) - (xy 57.5095 96.332917) - (xy 57.5095 96.707082) - (xy 51.3005 96.707082) - (xy 51.3005 83.596941) - (xy 59.85411 83.596941) - (xy 59.85411 86.406903) - (xy 61.999154 86.406903) - (xy 61.999154 83.596941) - (xy 59.85411 83.596941) - (xy 51.3005 83.596941) - (xy 51.3005 76.387082) - (xy 57.5095 76.387082) - (xy 57.549953 76.759047) - (xy 57.630386 77.124461) - (xy 57.691623 77.306203) - (xy 57.749858 77.479038) - (xy 57.74986 77.479043) - (xy 57.749862 77.479048) - (xy 57.906959 77.818608) - (xy 57.906966 77.818621) - (xy 58.099853 78.139205) - (xy 58.099857 78.13921) - (xy 58.099861 78.139216) - (xy 58.099864 78.13922) - (xy 58.216273 78.292353) - (xy 58.326296 78.437086) - (xy 58.326297 78.437087) - (xy 58.583608 78.708727) - (xy 58.86877 78.950947) - (xy 58.868774 78.95095) - (xy 58.868779 78.950954) - (xy 59.01983 79.053369) - (xy 59.178465 79.160926) - (xy 59.178469 79.160928) - (xy 59.509045 79.336189) - (xy 59.509049 79.33619) - (xy 59.509054 79.336193) - (xy 59.856635 79.474681) - (xy 59.856637 79.474682) - (xy 60.054804 79.529702) - (xy 60.217155 79.574779) - (xy 60.586387 79.635311) - (xy 60.866528 79.6505) - (xy 61.053472 79.6505) - (xy 61.333613 79.635311) - (xy 61.702845 79.574779) - (xy 61.955134 79.50473) - (xy 62.063362 79.474682) - (xy 62.063364 79.474681) - (xy 62.063363 79.474681) - (xy 62.063368 79.47468) - (xy 62.410955 79.336189) - (xy 62.741531 79.160928) - (xy 63.051221 78.950954) - (xy 63.336392 78.708727) - (xy 63.593703 78.437087) - (xy 63.820136 78.13922) - (xy 63.820142 78.139209) - (xy 63.820146 78.139205) - (xy 63.940055 77.939912) - (xy 64.013036 77.818617) - (xy 64.170142 77.479038) - (xy 64.289613 77.124462) - (xy 64.370046 76.759049) - (xy 64.409057 76.400348) - (xy 77.3295 76.400348) - (xy 77.365975 76.759047) - (xy 77.370037 76.798984) - (xy 77.436924 77.124462) - (xy 77.450697 77.191479) - (xy 77.450698 77.191485) - (xy 77.570643 77.573777) - (xy 77.570651 77.573798) - (xy 77.728664 77.942012) - (xy 77.923119 78.292353) - (xy 77.923122 78.292358) - (xy 78.152027 78.621234) - (xy 78.413025 78.925261) - (xy 78.413026 78.925262) - (xy 78.703446 79.201326) - (xy 79.020305 79.446593) - (xy 79.065368 79.474681) - (xy 79.360342 79.65854) - (xy 79.360351 79.658545) - (xy 79.720095 79.835008) - (xy 79.720102 79.83501) - (xy 79.720103 79.835011) - (xy 80.095837 79.974168) - (xy 80.095839 79.974168) - (xy 80.095846 79.974171) - (xy 80.483748 80.074606) - (xy 80.879821 80.135282) - (xy 81.179891 80.1505) - (xy 81.179898 80.1505) - (xy 81.380102 80.1505) - (xy 81.380109 80.1505) - (xy 81.680179 80.135282) - (xy 82.076252 80.074606) - (xy 82.464154 79.974171) - (xy 82.839905 79.835008) - (xy 83.199649 79.658545) - (xy 83.539695 79.446593) - (xy 83.856554 79.201326) - (xy 84.146974 78.925262) - (xy 84.407974 78.621232) - (xy 84.636878 78.292358) - (xy 84.831335 77.942013) - (xy 84.989351 77.573793) - (xy 85.109304 77.191475) - (xy 85.189963 76.798984) - (xy 85.2305 76.400347) - (xy 85.2305 75.999653) - (xy 85.189963 75.601016) - (xy 85.109304 75.208525) - (xy 84.989351 74.826207) - (xy 84.831335 74.457987) - (xy 84.636878 74.107642) - (xy 84.407974 73.778768) - (xy 84.407972 73.778765) - (xy 84.146974 73.474738) - (xy 84.119945 73.449045) - (xy 83.856554 73.198674) - (xy 83.68233 73.063815) - (xy 83.539695 72.953407) - (xy 83.199657 72.741459) - (xy 83.199648 72.741454) - (xy 82.839909 72.564994) - (xy 82.839896 72.564988) - (xy 82.464162 72.425831) - (xy 82.388529 72.406248) - (xy 82.076252 72.325394) - (xy 82.076249 72.325393) - (xy 82.076247 72.325393) - (xy 81.680178 72.264717) - (xy 81.461777 72.253641) - (xy 81.380109 72.2495) - (xy 81.179891 72.2495) - (xy 81.101279 72.253486) - (xy 80.879821 72.264717) - (xy 80.483752 72.325393) - (xy 80.095837 72.425831) - (xy 79.720103 72.564988) - (xy 79.72009 72.564994) - (xy 79.360351 72.741454) - (xy 79.360342 72.741459) - (xy 79.020304 72.953407) - (xy 78.703451 73.198669) - (xy 78.413025 73.474738) - (xy 78.152027 73.778765) - (xy 77.923122 74.107641) - (xy 77.923119 74.107646) - (xy 77.728664 74.457987) - (xy 77.570651 74.826201) - (xy 77.570643 74.826222) - (xy 77.450698 75.208514) - (xy 77.450697 75.20852) - (xy 77.370036 75.60102) - (xy 77.3295 75.999651) - (xy 77.3295 76.400348) - (xy 64.409057 76.400348) - (xy 64.4105 76.387081) - (xy 64.4105 76.012919) - (xy 64.370046 75.640951) - (xy 64.289613 75.275538) - (xy 64.170142 74.920962) - (xy 64.013036 74.581383) - (xy 64.013033 74.581378) - (xy 63.820146 74.260794) - (xy 63.820142 74.260789) - (xy 63.820139 74.260785) - (xy 63.820136 74.26078) - (xy 63.593703 73.962913) - (xy 63.336392 73.691273) - (xy 63.336391 73.691272) - (xy 63.051229 73.449052) - (xy 63.051223 73.449048) - (xy 63.051221 73.449046) - (xy 62.971901 73.395266) - (xy 62.741534 73.239073) - (xy 62.410963 73.063815) - (xy 62.410945 73.063806) - (xy 62.063364 72.925318) - (xy 62.063362 72.925317) - (xy 61.702853 72.825223) - (xy 61.70285 72.825222) - (xy 61.702846 72.825221) - (xy 61.702845 72.825221) - (xy 61.606153 72.809369) - (xy 61.33361 72.764688) - (xy 61.053472 72.7495) - (xy 60.866528 72.7495) - (xy 60.586389 72.764688) - (xy 60.217149 72.825222) - (xy 60.217146 72.825223) - (xy 59.856637 72.925317) - (xy 59.856635 72.925318) - (xy 59.509054 73.063806) - (xy 59.509036 73.063815) - (xy 59.178465 73.239073) - (xy 58.86878 73.449045) - (xy 58.86877 73.449052) - (xy 58.583608 73.691272) - (xy 58.326297 73.962912) - (xy 58.326296 73.962913) - (xy 58.099857 74.260789) - (xy 58.099853 74.260794) - (xy 57.906966 74.581378) - (xy 57.906959 74.581391) - (xy 57.749862 74.920951) - (xy 57.630386 75.275538) - (xy 57.549953 75.640952) - (xy 57.5095 76.012917) - (xy 57.5095 76.387082) - (xy 51.3005 76.387082) - (xy 51.3005 51.4245) - (xy 51.320185 51.357461) - (xy 51.372989 51.311706) - (xy 51.4245 51.3005) - (xy 56.769875 51.3005) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "welle") + (date "2023-06-20") + (rev "R01") + (comment 1 "PCB for panel") + (comment 2 "Wavefolder designed by Jürgen Haible and Yves Usson") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "gerbers") + ) + ) + (net 0 "") + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e80b") + (at 81.28 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H7" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "265ff1ab-58d6-4f40-ba60-66501288bcd1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ATT_IN2" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "14aa71f1-31c9-429d-90b2-b965918a7862") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb2ee023-3236-4a36-9983-a2463a738e67") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "971e9f10-3e51-4155-829a-2f711f1f4b96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a64bfab-8de1-483b-b028-2b2f46c2f26c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ff214c87-6802-4ff9-920e-4d4f9c1cfea7") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "0244f446-a983-4997-b315-a951a82f4bb8") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "5a13a8f5-ed1d-45ee-9b6e-9118240e0ec1") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "af8cef87-8a03-41d0-b45b-570ced216f53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "96f133e9-3b37-47cf-bfd9-8bce573130a4") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e813") + (at 81.28 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H8" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "1f597599-f344-46aa-a002-127537020a59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "GAIN" + (at 0 8.89 0) + (layer "F.Mask") + (hide yes) + (uuid "38d17a7e-7900-476a-b9ec-0dca8cdc8c42") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fa0b38d-61c4-4947-8028-67c78bf5559b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "14c2cc99-7daa-4b48-aca7-1fef3fe81599") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3eee43c-be7f-44b1-a886-50d4d8de38d3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a3772575-c7f8-4410-bbb9-145fc39d430e") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "29c9f59f-5068-471d-9a2e-9c164d5d5248") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "f81e6adf-9197-4c5c-bb2a-2c5369746937") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "6f4c58b1-ad10-4666-bdb6-bd2cd96b828f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "2127a87f-ecd4-460b-b70a-cca3a5c9277f") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d1216") + (at 60.96 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H1" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "f8b7c717-7f8d-4274-a902-9596d8d8cef9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN1" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "a6a1424b-44ae-4eb0-809e-07202fd8c560") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3703df10-7aee-46b6-89a4-4dcdf3c373fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "43d9a2d8-a106-4a36-900f-28f4842b095c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a9a4b104-da80-4ce3-b190-122581a4f92f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f4aef0f0-d89f-47af-a97f-704a1f6c3db4") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "21331a4b-4cdb-4ddb-92c4-75881fa737ea") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "10afcea9-d605-4153-9fc2-7e4eaf443801") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7ac4b0aa-82ff-4e3b-8e09-52b93c1497c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "8e55e058-47c3-4e4c-84fc-2ec7fe40bce4") + ) + (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" + (offset + (xyz 0 0 3.5) + ) + (scale + (xyz 0.5 0.5 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d121e") + (at 60.96 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H2" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "5ff2c0d5-0a73-4990-bcbf-fad3b5d1ce31") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN2" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "f1b6c945-fed2-421b-8244-d0e46f49c286") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd7683dd-71d1-4b33-9d84-470ae9cc4c6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9dd31cde-aa9a-4be0-859e-7f72cc3a5a01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d127a5a2-a08a-4124-8e37-99fa95210d67") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5dd79ac8-fdba-4c09-90e6-a4d434ff69e2") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "52a01c6a-ff45-4928-aaa5-565f89aee2b3") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "78125be3-aa91-41ff-aff2-3adfb9877216") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "599a6d7b-6c90-405b-a20e-aa583bb51834") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "842ca3a4-5703-4c22-a0fc-e8590daca6df") + ) + (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" + (offset + (xyz 0 0 3.5) + ) + (scale + (xyz 0.5 0.5 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d1226") + (at 60.96 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H3" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "0375c21b-ec28-454e-84eb-436a1dc0a0a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CV" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "2ce8adf4-a003-478c-ae32-d00dcbf7781e") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3e204583-7317-4666-afb3-8141b669b0de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "965c1903-7136-42dd-bca2-cf956e93ad0d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32404414-1a5e-4979-aafa-1778261d9cff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/172ebd2b-5c04-46ed-b528-710f126f6d77") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "2f743e9c-c1e8-4c1b-ab41-f02abbfbc773") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "3152a582-466e-4c7d-8942-f179c11f2703") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "24d79790-8f6b-4f3c-8be5-61e9dc5f8a3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "c2de4c39-050f-4b5e-9460-f8864f179d75") + ) + (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" + (offset + (xyz 0 0 3.5) + ) + (scale + (xyz 0.5 0.5 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d122e") + (at 81.28 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H4" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "452b1e8d-e1bc-4a3b-9aae-6f5b837bf789") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "27419073-8568-4048-8d0e-d60ab566f370") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "206ee98e-8fd5-4289-88c2-03f74e5955d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d20f7a1d-47e1-428f-9f25-04805ad33cb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "afa23fbc-e1a1-47d9-9c70-dd94dd158fd1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c9994de4-a133-45aa-accb-0371dc12de9b") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "c4984666-381a-4de0-a793-33f3ed9498a0") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "06e94341-be7a-4d46-98a7-d39bcadbc7d1") + ) + (fp_text user "${REFERENCE}" + (at 0 7.62 0) + (layer "F.Fab") + (hide yes) + (uuid "b89dcd10-a931-4445-985d-8ce35e73d8e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "85ff2435-e374-49c4-9880-ec22c3621ee4") + ) + (model "/home/etienne/github/elektrophon/lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/Neutrik NRJ-NUT-MK.step" + (offset + (xyz 0 0 3.5) + ) + (scale + (xyz 0.5 0.5 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000611d123e") + (at 81.28 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H6" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "b9c44269-bd05-4029-8e44-7a9bf06ddaa7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ATT_IN1" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "d81c0109-6fc1-45d5-89ca-5a4ec5e32c96") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc52ed93-0305-4a74-8df2-cb5b1c5ec88a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf1ea2e7-26df-4219-940d-68b7d41385bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b78ce8c3-5401-4213-8c54-97b3b295d827") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c1d3d8bf-6b72-473f-a8f5-a54d1a966d55") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "7d295c56-f2bb-4ed9-99ab-550a5982fffc") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "1d5db8f1-f27c-4c41-9a69-a8bc5b7581bd") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "eb18a125-54d0-48a0-9afb-ddf944cacc32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "aa4a6da9-8ed1-452d-8628-9b0dc0b079b1") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "2e57156c-aaf4-482b-87a7-4de241d99fc0") + (at 81.28 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H9" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "8e0ede23-c055-4ca6-9fb0-fb095ffbfa85") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ATT_CV" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "e6ece23a-5403-4804-aa08-8964e13eb127") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f69dc16-2c7f-44ef-9dc4-f8e6931ef79b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d044d0c6-a10a-406f-a61c-5d19f0ff857e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8895594f-c44c-44f7-9457-9fdca98deafa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f6a7b5f5-e689-4c6e-af43-4695f16fa0f9") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "fbd35bad-98b4-4ec2-a24f-70ef0a89e6e0") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "04c1825a-349e-4649-899f-5f1444a7cdcc") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "f0a4a55c-61c5-4d70-9c97-89603ba03f06") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "ea2d7965-ed34-438a-9ef7-fd2605164d2d") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/github/elektrophon/lib/models/1900h-og-T-D.stp" + (offset + (xyz 0.5 0.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:1J24B_mounting_hole" + (layer "F.Cu") + (uuid "392dff07-86af-430c-a799-b3706fe76b88") + (at 70.358 126.492) + (property "Reference" "H11" + (at 0 2.54 90) + (layer "F.SilkS") + (hide yes) + (uuid "4c567b87-9b8f-44b1-8082-940358371816") + (effects + (font + (size 0.941222 0.941222) + (thickness 0.074778) + ) + (justify left) + ) + ) + (property "Value" "WINDOW" + (at 2.54 0 90) + (layer "F.Fab") + (hide yes) + (uuid "8b8c2acc-2df1-4d45-ae64-d7c2e260daf5") + (effects + (font + (size 0.752978 0.752978) + (thickness 0.059822) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e8d4e6f-8d52-4e17-b229-26ed8c1c6eb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8c98cb4-3337-4e46-8ef7-467a9d374a15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "18f1af0f-b2d0-4de8-a2f3-9232d1db8acc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/62c7d253-a000-47de-a8dd-7c1eaec12f86") + (sheetfile "panel.kicad_sch") + (pad "" np_thru_hole oval + (at 0 0 90) + (size 34 6) + (drill oval 34 6) + (layers "F&B.Cu" "*.Mask") + (uuid "d0fe12ac-0146-4a3b-807d-742e2d63084b") + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "44574d63-0fde-45c7-81a2-a53ea1fce97a") + (at 58.3 53.8) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H12" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "b6b888fe-5d9d-4a46-a551-9d239cd3c351") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "0b3e9ea2-cf76-43dc-b012-91a450436c54") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5af6c288-b5f1-494f-9745-81729cd30e8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f49db801-3214-485e-8ecc-54e0aa17a627") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f539f3a-e81f-4c27-b4c8-19215c0b62da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/81b4315e-5e20-4319-9e79-1d9ec736df72") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "eef9e5c8-8cd5-4067-bab7-d4be0ff9b502") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "adcfb2a2-c158-4fa8-8d3e-6495a09fc0a3") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "dfda52dc-4b1a-47f4-9060-4eae9dcbf01a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "807d3dc7-3c48-4dcc-8d14-6d70a0deec5b") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "558b551f-a4a0-45c6-91aa-7dea5afb6a06") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "87388be8-94d5-4cf0-86d8-d7f6a31aae47") + ) + ) + (footprint "elektrophon:panel_switch" + (layer "F.Cu") + (uuid "afc142d3-8385-4842-9a74-95fd14df5062") + (at 60.96 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H10" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "ec208795-35c3-49a5-8989-13ba16ad5770") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CLEAN" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "11972510-50f9-46a3-8dc5-77aaa26e72c8") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "835568d2-b1ed-4cce-8196-99255fb8535e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed1e78c1-5b69-4872-b71a-f0e6b8ec711b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bab428f3-1f67-42d6-8698-8de2d8d00130") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1f0089ff-b69b-4db1-8634-a85650236af1") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 5 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "05d55003-91e6-4c90-b79c-3ca46b11da4f") + ) + (fp_circle + (center 0 0) + (end 5.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "3a166bb7-00d6-4828-8707-f700efce3f0f") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e91867f2-8b7b-4a0e-92f4-2addc390c6c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "F&B.Cu" "*.Mask") + (uuid "9ad0e787-eba3-4e75-9f1c-7f78a18e1cf6") + ) + (model "/home/etienne/Documents/elektrophon/lib/kicad/models/SPDT Toggle Switch.stp" + (offset + (xyz -3.5 12.5 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 -90) + ) + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "ef984b84-7be0-4bb3-b2de-1cdf3042475e") + (at 58.3 176.3) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H13" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "c6c46267-16ff-4841-b087-8cfbd327d01c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "cca489af-d2ad-4a56-b770-2d8ba08a829d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b5cf01d-4738-40f7-aa49-1c9ea90e9eab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "655b61ea-5451-464e-ab49-022f8efa0124") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc62189a-1d60-471f-b86d-dda7d7d79585") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/dce894b0-11da-4c79-adfa-10c4cbda411a") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "8eeacec7-91ba-4194-91e8-974a38c36e98") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "961ba6e2-1774-43c6-8556-d860de3b46a1") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "72d9ae3a-a3f9-4b31-8309-340e5ae163b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "fdf7ddc2-6d57-4316-b704-f2f7b79fb89a") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "78e07785-2686-47d6-bd31-75b644995fec") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "c8ea8a69-3974-4f1e-a183-49780d362b1b") + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 91.1 179.3) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "933d19b2-5f9e-4110-954e-a0fecf0340b4") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f62f2fde-0866-484f-ac61-5afd68500709") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f6b767d4-34a4-42a4-a3e8-8112708686fe") + ) + (gr_text "gain" + (at 60.96 146.05 0) + (layer "F.Cu" knockout) + (uuid "265d0516-ff01-43a2-832b-d2bb1f905fc5") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "level" + (at 81.28 146.05 0) + (layer "F.Cu" knockout) + (uuid "34734e36-000c-4f7a-bb68-a9cbe7cd02d8") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "cv" + (at 60.96 125.73 0) + (layer "F.Cu" knockout) + (uuid "4cc97861-a131-4809-907e-a5011283ab1a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "feedback" + (at 60.96 105.41 0) + (layer "F.Cu" knockout) + (uuid "af47b094-3e10-423d-ac02-a5dcb18d66e2") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "in" + (at 60.96 85.09 0) + (layer "F.Cu" knockout) + (uuid "bd659b8a-b29d-450e-a6c5-79ed51cf7689") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 81.28 166.37 0) + (layer "F.Cu" knockout) + (uuid "c99818bb-03e3-422e-9e49-3b8b4ed3f107") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "in" + (at 60.96 85.09 0) + (layer "B.Mask") + (uuid "00000000-0000-0000-0000-0000611cb46d") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "cv" + (at 60.96 125.73 0) + (layer "B.Mask") + (uuid "00000000-0000-0000-0000-0000611cb471") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 81.28 166.37 0) + (layer "B.Mask") + (uuid "00000000-0000-0000-0000-0000611cb526") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "level" + (at 81.28 146.05 0) + (layer "B.Mask") + (uuid "198a0fe4-e272-446d-9886-4343e84505ca") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "gain" + (at 60.96 146.05 0) + (layer "B.Mask") + (uuid "95f7fb78-455d-4281-8515-74182179994c") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "feedback" + (at 60.96 105.41 0) + (layer "B.Mask") + (uuid "a4a73a29-1f3a-4300-a1c8-5314ea8477f8") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "cv" + (at 60.96 125.73 0) + (layer "F.Mask") + (uuid "00000000-0000-0000-0000-0000611cb472") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 81.28 166.37 0) + (layer "F.Mask") + (uuid "00000000-0000-0000-0000-0000611cb527") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "level" + (at 81.28 146.05 0) + (layer "F.Mask") + (uuid "235a996d-443e-4f0b-8694-5cc6a648ac47") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "level" + (at 81.28 146.05 0) + (layer "F.Mask") + (uuid "903721d4-47f6-41f3-968c-b8ab71a3445c") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "feedback" + (at 60.96 105.41 0) + (layer "F.Mask") + (uuid "b73d9c6c-6a09-4031-8b13-312e94be5eed") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "gain" + (at 60.96 146.05 0) + (layer "F.Mask") + (uuid "cb7b9863-b1be-43f0-ac8c-080ca0b1715a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "in" + (at 60.96 85.09 0) + (layer "F.Mask") + (uuid "d0f96b25-0ce6-4582-8a40-1b0430816eb5") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "pentode" + (at 72.39 53.8 0) + (layer "F.Mask") + (uuid "f9c3c88b-8ae3-4d98-8255-53bc8c4a587b") + (effects + (font + (size 3 3) + (thickness 0.35) + ) + ) + ) + (zone + (net 0) + (net_name "") + (layer "F.Cu") + (uuid "79005f49-98ba-4867-862e-dd72f2c5c4be") + (hatch edge 0.5) + (connect_pads + (clearance 0) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + (island_removal_mode 1) + (island_area_min 10) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 91.44 50.8) (xy 91.44 179.07) (xy 50.8 179.07) + ) + ) + (filled_polygon + (layer "F.Cu") + (island) + (pts + (xy 56.836914 51.320185) (xy 56.882669 51.372989) (xy 56.892613 51.442147) (xy 56.863588 51.505703) + (xy 56.834026 51.530615) (xy 56.804913 51.548215) (xy 56.763131 51.573473) (xy 56.50596 51.774954) + (xy 56.274954 52.00596) (xy 56.073473 52.263131) (xy 55.904454 52.542723) (xy 55.904453 52.542725) + (xy 55.770372 52.840642) (xy 55.770366 52.840657) (xy 55.673178 53.152547) (xy 55.614289 53.4739) + (xy 55.594564 53.8) (xy 55.614289 54.126099) (xy 55.673178 54.447452) (xy 55.770366 54.759342) (xy 55.77037 54.759354) + (xy 55.770373 54.759361) (xy 55.904455 55.057279) (xy 56.068901 55.329306) (xy 56.073473 55.336868) + (xy 56.274954 55.594039) (xy 56.50596 55.825045) (xy 56.763131 56.026526) (xy 56.763134 56.026528) + (xy 56.763137 56.02653) (xy 57.042721 56.195545) (xy 57.340639 56.329627) (xy 57.340652 56.329631) + (xy 57.340657 56.329633) (xy 57.652547 56.426821) (xy 57.973896 56.48571) (xy 58.3 56.505436) (xy 58.626104 56.48571) + (xy 58.947453 56.426821) (xy 59.259361 56.329627) (xy 59.557279 56.195545) (xy 59.836863 56.02653) + (xy 60.094036 55.825048) (xy 60.325048 55.594036) (xy 60.52653 55.336863) (xy 60.695545 55.057279) + (xy 60.829627 54.759361) (xy 60.926821 54.447453) (xy 60.98571 54.126104) (xy 61.005436 53.8) (xy 60.98571 53.473896) + (xy 60.926821 53.152547) (xy 60.829627 52.840639) (xy 60.695545 52.542721) (xy 60.52653 52.263137) + (xy 60.526528 52.263134) (xy 60.526526 52.263131) (xy 60.325045 52.00596) (xy 60.094039 51.774954) + (xy 59.836868 51.573473) (xy 59.833379 51.571364) (xy 59.765974 51.530616) (xy 59.718788 51.479089) + (xy 59.706949 51.41023) (xy 59.734218 51.345901) (xy 59.791936 51.306527) (xy 59.830125 51.3005) + (xy 90.4755 51.3005) (xy 90.542539 51.320185) (xy 90.588294 51.372989) (xy 90.5995 51.4245) (xy 90.5995 178.6755) + (xy 90.579815 178.742539) (xy 90.527011 178.788294) (xy 90.4755 178.7995) (xy 59.830125 178.7995) + (xy 59.763086 178.779815) (xy 59.717331 178.727011) (xy 59.707387 178.657853) (xy 59.736412 178.594297) + (xy 59.765973 178.569384) (xy 59.836863 178.52653) (xy 60.094036 178.325048) (xy 60.325048 178.094036) + (xy 60.52653 177.836863) (xy 60.695545 177.557279) (xy 60.829627 177.259361) (xy 60.926821 176.947453) + (xy 60.98571 176.626104) (xy 61.005436 176.3) (xy 60.98571 175.973896) (xy 60.926821 175.652547) + (xy 60.829627 175.340639) (xy 60.695545 175.042721) (xy 60.52653 174.763137) (xy 60.526528 174.763134) + (xy 60.526526 174.763131) (xy 60.325045 174.50596) (xy 60.094039 174.274954) (xy 59.836868 174.073473) + (xy 59.829306 174.068901) (xy 59.557279 173.904455) (xy 59.259361 173.770373) (xy 59.259354 173.77037) + (xy 59.259342 173.770366) (xy 58.947452 173.673178) (xy 58.626099 173.614289) (xy 58.3 173.594564) + (xy 57.9739 173.614289) (xy 57.652547 173.673178) (xy 57.340657 173.770366) (xy 57.340641 173.770372) + (xy 57.340639 173.770373) (xy 57.150933 173.855752) (xy 57.042725 173.904453) (xy 57.042723 173.904454) + (xy 56.763131 174.073473) (xy 56.50596 174.274954) (xy 56.274954 174.50596) (xy 56.073473 174.763131) + (xy 55.904454 175.042723) (xy 55.904453 175.042725) (xy 55.770372 175.340642) (xy 55.770366 175.340657) + (xy 55.673178 175.652547) (xy 55.614289 175.9739) (xy 55.594564 176.3) (xy 55.614289 176.626099) + (xy 55.673178 176.947452) (xy 55.770366 177.259342) (xy 55.77037 177.259354) (xy 55.770373 177.259361) + (xy 55.904455 177.557279) (xy 56.068901 177.829306) (xy 56.073473 177.836868) (xy 56.274954 178.094039) + (xy 56.50596 178.325045) (xy 56.763131 178.526526) (xy 56.763134 178.526528) (xy 56.763137 178.52653) + (xy 56.834025 178.569383) (xy 56.881212 178.620911) (xy 56.893051 178.68977) (xy 56.865782 178.754099) + (xy 56.808064 178.793473) (xy 56.769875 178.7995) (xy 51.4245 178.7995) (xy 51.357461 178.779815) + (xy 51.311706 178.727011) (xy 51.3005 178.6755) (xy 51.3005 164.945016) (xy 79.541581 164.945016) + (xy 79.541581 167.621847) (xy 83.150555 167.621847) (xy 83.150555 164.945016) (xy 79.541581 164.945016) + (xy 51.3005 164.945016) (xy 51.3005 157.649508) (xy 77.8295 157.649508) (xy 77.862729 157.986901) + (xy 77.92887 158.31941) (xy 78.027284 158.643841) (xy 78.157024 158.95706) (xy 78.157026 158.957065) + (xy 78.316831 159.256039) (xy 78.316842 159.256057) (xy 78.505184 159.53793) (xy 78.505194 159.537944) + (xy 78.720269 159.800014) (xy 78.959985 160.03973) (xy 78.95999 160.039734) (xy 78.959991 160.039735) + (xy 79.222061 160.25481) (xy 79.503949 160.443162) (xy 79.503958 160.443167) (xy 79.50396 160.443168) + (xy 79.802934 160.602973) (xy 79.802936 160.602973) (xy 79.802942 160.602977) (xy 80.11616 160.732716) + (xy 80.440586 160.831129) (xy 80.773096 160.89727) (xy 81.110488 160.9305) (xy 81.110491 160.9305) + (xy 81.449509 160.9305) (xy 81.449512 160.9305) (xy 81.786904 160.89727) (xy 82.119414 160.831129) + (xy 82.44384 160.732716) (xy 82.757058 160.602977) (xy 83.056051 160.443162) (xy 83.337939 160.25481) + (xy 83.600009 160.039735) (xy 83.839735 159.800009) (xy 84.05481 159.537939) (xy 84.243162 159.256051) + (xy 84.402977 158.957058) (xy 84.532716 158.64384) (xy 84.631129 158.319414) (xy 84.69727 157.986904) + (xy 84.7305 157.649512) (xy 84.7305 157.310488) (xy 84.69727 156.973096) (xy 84.631129 156.640586) + (xy 84.532716 156.31616) (xy 84.402977 156.002942) (xy 84.243162 155.703949) (xy 84.05481 155.422061) + (xy 83.839735 155.159991) (xy 83.839734 155.15999) (xy 83.83973 155.159985) (xy 83.600014 154.920269) + (xy 83.337944 154.705194) (xy 83.337943 154.705193) (xy 83.337939 154.70519) (xy 83.056051 154.516838) + (xy 83.056046 154.516835) (xy 83.056039 154.516831) (xy 82.757065 154.357026) (xy 82.75706 154.357024) + (xy 82.443841 154.227284) (xy 82.253382 154.169509) (xy 82.119414 154.128871) (xy 82.119411 154.12887) + (xy 82.11941 154.12887) (xy 81.786901 154.062729) (xy 81.549199 154.039318) (xy 81.449512 154.0295) + (xy 81.110488 154.0295) (xy 81.019738 154.038437) (xy 80.773098 154.062729) (xy 80.440589 154.12887) + (xy 80.116158 154.227284) (xy 79.802939 154.357024) (xy 79.802934 154.357026) (xy 79.50396 154.516831) + (xy 79.503942 154.516842) (xy 79.222069 154.705184) (xy 79.222055 154.705194) (xy 78.959985 154.920269) + (xy 78.720269 155.159985) (xy 78.505194 155.422055) (xy 78.505184 155.422069) (xy 78.316842 155.703942) + (xy 78.316831 155.70396) (xy 78.157026 156.002934) (xy 78.157024 156.002939) (xy 78.027284 156.316158) + (xy 77.92887 156.640589) (xy 77.862729 156.973098) (xy 77.8295 157.310491) (xy 77.8295 157.649508) + (xy 51.3005 157.649508) (xy 51.3005 144.622597) (xy 58.654914 144.622597) (xy 58.654914 147.968513) + (xy 63.198418 147.968513) (xy 63.198418 144.625016) (xy 78.808249 144.625016) (xy 78.808249 147.301847) + (xy 83.886276 147.301847) (xy 83.886276 144.625016) (xy 78.808249 144.625016) (xy 63.198418 144.625016) + (xy 63.198418 144.622597) (xy 58.654914 144.622597) (xy 51.3005 144.622597) (xy 51.3005 140.651683) + (xy 67.1075 140.651683) (xy 67.138803 140.969522) (xy 67.201109 141.282754) (xy 67.29382 141.588382) + (xy 67.41604 141.883446) (xy 67.416042 141.883451) (xy 67.566584 142.165094) (xy 67.566601 142.165122) + (xy 67.744012 142.430638) (xy 67.744029 142.430661) (xy 67.946638 142.67754) (xy 68.172459 142.903361) + (xy 68.172464 142.903365) (xy 68.172465 142.903366) (xy 68.419344 143.105975) (xy 68.419351 143.10598) + (xy 68.419361 143.105987) (xy 68.684877 143.283398) (xy 68.684882 143.283401) (xy 68.684894 143.283409) + (xy 68.684903 143.283413) (xy 68.684905 143.283415) (xy 68.966548 143.433957) (xy 68.96655 143.433957) + (xy 68.966556 143.433961) (xy 69.261619 143.55618) (xy 69.56724 143.648889) (xy 69.880477 143.711196) + (xy 70.198313 143.7425) (xy 70.198316 143.7425) (xy 70.517684 143.7425) (xy 70.517687 143.7425) + (xy 70.835523 143.711196) (xy 71.14876 143.648889) (xy 71.454381 143.55618) (xy 71.749444 143.433961) + (xy 72.031106 143.283409) (xy 72.296656 143.105975) (xy 72.543535 142.903366) (xy 72.769366 142.677535) + (xy 72.971975 142.430656) (xy 73.149409 142.165106) (xy 73.299961 141.883444) (xy 73.42218 141.588381) + (xy 73.514889 141.28276) (xy 73.577196 140.969523) (xy 73.6085 140.651687) (xy 73.6085 137.354072) + (xy 77.3295 137.354072) (xy 77.367544 137.740347) (xy 77.367547 137.740364) (xy 77.443264 138.12103) + (xy 77.443267 138.121041) (xy 77.555945 138.492489) (xy 77.704485 138.851095) (xy 77.704487 138.8511) + (xy 77.88745 139.1934) (xy 77.887461 139.193418) (xy 78.103096 139.516139) (xy 78.103106 139.516153) + (xy 78.349347 139.816198) (xy 78.623801 140.090652) (xy 78.623806 140.090656) (xy 78.623807 140.090657) + (xy 78.923852 140.336898) (xy 79.246588 140.552543) (xy 79.246597 140.552548) (xy 79.246599 140.552549) + (xy 79.588899 140.735512) (xy 79.588901 140.735512) (xy 79.588907 140.735516) (xy 79.947512 140.884055) + (xy 80.318949 140.99673) (xy 80.318955 140.996731) (xy 80.318958 140.996732) (xy 80.318969 140.996735) + (xy 80.55768 141.044216) (xy 80.699642 141.072454) (xy 81.085924 141.1105) (xy 81.085927 141.1105) + (xy 81.474073 141.1105) (xy 81.474076 141.1105) (xy 81.860358 141.072454) (xy 82.048788 141.034973) + (xy 82.24103 140.996735) (xy 82.241041 140.996732) (xy 82.241041 140.996731) (xy 82.241051 140.99673) + (xy 82.612488 140.884055) (xy 82.971093 140.735516) (xy 83.313412 140.552543) (xy 83.636148 140.336898) + (xy 83.936193 140.090657) (xy 84.210657 139.816193) (xy 84.456898 139.516148) (xy 84.672543 139.193412) + (xy 84.855516 138.851093) (xy 85.004055 138.492488) (xy 85.11673 138.121051) (xy 85.116732 138.121041) + (xy 85.116735 138.12103) (xy 85.154973 137.928788) (xy 85.192454 137.740358) (xy 85.2305 137.354076) + (xy 85.2305 136.965924) (xy 85.192454 136.579642) (xy 85.140925 136.320586) (xy 85.116735 136.198969) + (xy 85.116732 136.198958) (xy 85.116731 136.198955) (xy 85.11673 136.198949) (xy 85.004055 135.827512) + (xy 84.855516 135.468907) (xy 84.810101 135.383942) (xy 84.672549 135.126599) (xy 84.672548 135.126597) + (xy 84.672543 135.126588) (xy 84.456898 134.803852) (xy 84.210657 134.503807) (xy 84.210656 134.503806) + (xy 84.210652 134.503801) (xy 83.936198 134.229347) (xy 83.636153 133.983106) (xy 83.636152 133.983105) + (xy 83.636148 133.983102) (xy 83.313412 133.767457) (xy 83.313407 133.767454) (xy 83.3134 133.76745) + (xy 82.9711 133.584487) (xy 82.971095 133.584485) (xy 82.612489 133.435945) (xy 82.241041 133.323267) + (xy 82.24103 133.323264) (xy 81.860364 133.247547) (xy 81.860347 133.247544) (xy 81.568239 133.218774) + (xy 81.474076 133.2095) (xy 81.085924 133.2095) (xy 80.998836 133.218077) (xy 80.699652 133.247544) + (xy 80.699635 133.247547) (xy 80.318969 133.323264) (xy 80.318958 133.323267) (xy 79.94751 133.435945) + (xy 79.588904 133.584485) (xy 79.588899 133.584487) (xy 79.246599 133.76745) (xy 79.246581 133.767461) + (xy 78.92386 133.983096) (xy 78.923846 133.983106) (xy 78.623801 134.229347) (xy 78.349347 134.503801) + (xy 78.103106 134.803846) (xy 78.103096 134.80386) (xy 77.887461 135.126581) (xy 77.88745 135.126599) + (xy 77.704487 135.468899) (xy 77.704485 135.468904) (xy 77.555945 135.82751) (xy 77.443267 136.198958) + (xy 77.443264 136.198969) (xy 77.367547 136.579635) (xy 77.367544 136.579652) (xy 77.3295 136.965927) + (xy 77.3295 137.354072) (xy 73.6085 137.354072) (xy 73.6085 117.034072) (xy 77.3295 117.034072) + (xy 77.367544 117.420347) (xy 77.367547 117.420364) (xy 77.443264 117.80103) (xy 77.443267 117.801041) + (xy 77.555945 118.172489) (xy 77.704485 118.531095) (xy 77.704487 118.5311) (xy 77.88745 118.8734) + (xy 77.887461 118.873418) (xy 78.103096 119.196139) (xy 78.103106 119.196153) (xy 78.349347 119.496198) + (xy 78.623801 119.770652) (xy 78.623806 119.770656) (xy 78.623807 119.770657) (xy 78.923852 120.016898) + (xy 79.246588 120.232543) (xy 79.246597 120.232548) (xy 79.246599 120.232549) (xy 79.588899 120.415512) + (xy 79.588901 120.415512) (xy 79.588907 120.415516) (xy 79.947512 120.564055) (xy 80.318949 120.67673) + (xy 80.318955 120.676731) (xy 80.318958 120.676732) (xy 80.318969 120.676735) (xy 80.55768 120.724216) + (xy 80.699642 120.752454) (xy 81.085924 120.7905) (xy 81.085927 120.7905) (xy 81.474073 120.7905) + (xy 81.474076 120.7905) (xy 81.860358 120.752454) (xy 82.048788 120.714973) (xy 82.24103 120.676735) + (xy 82.241041 120.676732) (xy 82.241041 120.676731) (xy 82.241051 120.67673) (xy 82.612488 120.564055) + (xy 82.971093 120.415516) (xy 83.313412 120.232543) (xy 83.636148 120.016898) (xy 83.936193 119.770657) + (xy 84.210657 119.496193) (xy 84.456898 119.196148) (xy 84.672543 118.873412) (xy 84.855516 118.531093) + (xy 85.004055 118.172488) (xy 85.11673 117.801051) (xy 85.116732 117.801041) (xy 85.116735 117.80103) + (xy 85.154973 117.608788) (xy 85.192454 117.420358) (xy 85.2305 117.034076) (xy 85.2305 116.645924) + (xy 85.192454 116.259642) (xy 85.140925 116.000586) (xy 85.116735 115.878969) (xy 85.116732 115.878958) + (xy 85.116731 115.878955) (xy 85.11673 115.878949) (xy 85.004055 115.507512) (xy 84.855516 115.148907) + (xy 84.810101 115.063942) (xy 84.672549 114.806599) (xy 84.672548 114.806597) (xy 84.672543 114.806588) + (xy 84.456898 114.483852) (xy 84.210657 114.183807) (xy 84.210656 114.183806) (xy 84.210652 114.183801) + (xy 83.936198 113.909347) (xy 83.636153 113.663106) (xy 83.636152 113.663105) (xy 83.636148 113.663102) + (xy 83.313412 113.447457) (xy 83.313407 113.447454) (xy 83.3134 113.44745) (xy 82.9711 113.264487) + (xy 82.971095 113.264485) (xy 82.612489 113.115945) (xy 82.241041 113.003267) (xy 82.24103 113.003264) + (xy 81.860364 112.927547) (xy 81.860347 112.927544) (xy 81.568239 112.898774) (xy 81.474076 112.8895) + (xy 81.085924 112.8895) (xy 80.998836 112.898077) (xy 80.699652 112.927544) (xy 80.699635 112.927547) + (xy 80.318969 113.003264) (xy 80.318958 113.003267) (xy 79.94751 113.115945) (xy 79.588904 113.264485) + (xy 79.588899 113.264487) (xy 79.246599 113.44745) (xy 79.246581 113.447461) (xy 78.92386 113.663096) + (xy 78.923846 113.663106) (xy 78.623801 113.909347) (xy 78.349347 114.183801) (xy 78.103106 114.483846) + (xy 78.103096 114.48386) (xy 77.887461 114.806581) (xy 77.88745 114.806599) (xy 77.704487 115.148899) + (xy 77.704485 115.148904) (xy 77.555945 115.50751) (xy 77.443267 115.878958) (xy 77.443264 115.878969) + (xy 77.367547 116.259635) (xy 77.367544 116.259652) (xy 77.3295 116.645927) (xy 77.3295 117.034072) + (xy 73.6085 117.034072) (xy 73.6085 112.332313) (xy 73.577196 112.014477) (xy 73.514889 111.70124) + (xy 73.42218 111.395619) (xy 73.299961 111.100556) (xy 73.149409 110.818894) (xy 73.149398 110.818877) + (xy 72.971987 110.553361) (xy 72.97198 110.553351) (xy 72.971975 110.553344) (xy 72.769366 110.306465) + (xy 72.769365 110.306464) (xy 72.769361 110.306459) (xy 72.54354 110.080638) (xy 72.296661 109.878029) + (xy 72.296638 109.878012) (xy 72.031122 109.700601) (xy 72.031094 109.700584) (xy 71.749451 109.550042) + (xy 71.749446 109.55004) (xy 71.454382 109.42782) (xy 71.148754 109.335109) (xy 70.835521 109.272803) + (xy 70.835522 109.272803) (xy 70.596141 109.249227) (xy 70.517687 109.2415) (xy 70.198313 109.2415) + (xy 70.125822 109.248639) (xy 69.880477 109.272803) (xy 69.567245 109.335109) (xy 69.261617 109.42782) + (xy 68.966553 109.55004) (xy 68.966548 109.550042) (xy 68.684905 109.700584) (xy 68.684877 109.700601) + (xy 68.419361 109.878012) (xy 68.419338 109.878029) (xy 68.172459 110.080638) (xy 67.946638 110.306459) + (xy 67.744029 110.553338) (xy 67.744012 110.553361) (xy 67.566601 110.818877) (xy 67.566584 110.818905) + (xy 67.416042 111.100548) (xy 67.41604 111.100553) (xy 67.29382 111.395617) (xy 67.201109 111.701245) + (xy 67.138803 112.014477) (xy 67.1075 112.332316) (xy 67.1075 140.651683) (xy 51.3005 140.651683) + (xy 51.3005 137.329512) (xy 57.5095 137.329512) (xy 57.521417 137.45051) (xy 57.542729 137.666901) + (xy 57.60887 137.99941) (xy 57.707284 138.323841) (xy 57.837024 138.63706) (xy 57.837026 138.637065) + (xy 57.996831 138.936039) (xy 57.996842 138.936057) (xy 58.185184 139.21793) (xy 58.185194 139.217944) + (xy 58.400269 139.480014) (xy 58.639985 139.71973) (xy 58.63999 139.719734) (xy 58.639991 139.719735) + (xy 58.902061 139.93481) (xy 59.183949 140.123162) (xy 59.183958 140.123167) (xy 59.18396 140.123168) + (xy 59.482934 140.282973) (xy 59.482936 140.282973) (xy 59.482942 140.282977) (xy 59.79616 140.412716) + (xy 60.120586 140.511129) (xy 60.453096 140.57727) (xy 60.790488 140.6105) (xy 60.790491 140.6105) + (xy 61.129509 140.6105) (xy 61.129512 140.6105) (xy 61.466904 140.57727) (xy 61.799414 140.511129) + (xy 62.12384 140.412716) (xy 62.437058 140.282977) (xy 62.736051 140.123162) (xy 63.017939 139.93481) + (xy 63.280009 139.719735) (xy 63.519735 139.480009) (xy 63.73481 139.217939) (xy 63.923162 138.936051) + (xy 64.082977 138.637058) (xy 64.212716 138.32384) (xy 64.311129 137.999414) (xy 64.37727 137.666904) + (xy 64.4105 137.329512) (xy 64.4105 136.990488) (xy 64.37727 136.653096) (xy 64.311129 136.320586) + (xy 64.212716 135.99616) (xy 64.082977 135.682942) (xy 63.968571 135.468904) (xy 63.923168 135.38396) + (xy 63.923167 135.383958) (xy 63.923162 135.383949) (xy 63.73481 135.102061) (xy 63.519735 134.839991) + (xy 63.519734 134.83999) (xy 63.51973 134.839985) (xy 63.280014 134.600269) (xy 63.017944 134.385194) + (xy 63.017943 134.385193) (xy 63.017939 134.38519) (xy 62.736051 134.196838) (xy 62.736046 134.196835) + (xy 62.736039 134.196831) (xy 62.437065 134.037026) (xy 62.43706 134.037024) (xy 62.123841 133.907284) + (xy 61.933382 133.849509) (xy 61.799414 133.808871) (xy 61.799411 133.80887) (xy 61.79941 133.80887) + (xy 61.466901 133.742729) (xy 61.229199 133.719318) (xy 61.129512 133.7095) (xy 60.790488 133.7095) + (xy 60.699738 133.718437) (xy 60.453098 133.742729) (xy 60.120589 133.80887) (xy 59.796158 133.907284) + (xy 59.482939 134.037024) (xy 59.482934 134.037026) (xy 59.18396 134.196831) (xy 59.183942 134.196842) + (xy 58.902069 134.385184) (xy 58.902055 134.385194) (xy 58.639985 134.600269) (xy 58.400269 134.839985) + (xy 58.185194 135.102055) (xy 58.185184 135.102069) (xy 57.996842 135.383942) (xy 57.996831 135.38396) + (xy 57.837026 135.682934) (xy 57.837024 135.682939) (xy 57.707284 135.996158) (xy 57.60887 136.320589) + (xy 57.542729 136.653098) (xy 57.518437 136.899738) (xy 57.5095 136.990488) (xy 57.5095 137.329512) + (xy 51.3005 137.329512) (xy 51.3005 124.969295) (xy 59.754915 124.969295) (xy 59.754915 126.981847) + (xy 62.232853 126.981847) (xy 62.232853 124.969295) (xy 59.754915 124.969295) (xy 51.3005 124.969295) + (xy 51.3005 117.009512) (xy 57.5095 117.009512) (xy 57.521417 117.13051) (xy 57.542729 117.346901) + (xy 57.60887 117.67941) (xy 57.707284 118.003841) (xy 57.837024 118.31706) (xy 57.837026 118.317065) + (xy 57.996831 118.616039) (xy 57.996842 118.616057) (xy 58.185184 118.89793) (xy 58.185194 118.897944) + (xy 58.400269 119.160014) (xy 58.639985 119.39973) (xy 58.63999 119.399734) (xy 58.639991 119.399735) + (xy 58.902061 119.61481) (xy 59.183949 119.803162) (xy 59.183958 119.803167) (xy 59.18396 119.803168) + (xy 59.482934 119.962973) (xy 59.482936 119.962973) (xy 59.482942 119.962977) (xy 59.79616 120.092716) + (xy 60.120586 120.191129) (xy 60.453096 120.25727) (xy 60.790488 120.2905) (xy 60.790491 120.2905) + (xy 61.129509 120.2905) (xy 61.129512 120.2905) (xy 61.466904 120.25727) (xy 61.799414 120.191129) + (xy 62.12384 120.092716) (xy 62.437058 119.962977) (xy 62.736051 119.803162) (xy 63.017939 119.61481) + (xy 63.280009 119.399735) (xy 63.519735 119.160009) (xy 63.73481 118.897939) (xy 63.923162 118.616051) + (xy 64.082977 118.317058) (xy 64.212716 118.00384) (xy 64.311129 117.679414) (xy 64.37727 117.346904) + (xy 64.4105 117.009512) (xy 64.4105 116.670488) (xy 64.37727 116.333096) (xy 64.311129 116.000586) + (xy 64.212716 115.67616) (xy 64.082977 115.362942) (xy 63.968571 115.148904) (xy 63.923168 115.06396) + (xy 63.923167 115.063958) (xy 63.923162 115.063949) (xy 63.73481 114.782061) (xy 63.519735 114.519991) + (xy 63.519734 114.51999) (xy 63.51973 114.519985) (xy 63.280014 114.280269) (xy 63.017944 114.065194) + (xy 63.017943 114.065193) (xy 63.017939 114.06519) (xy 62.736051 113.876838) (xy 62.736046 113.876835) + (xy 62.736039 113.876831) (xy 62.437065 113.717026) (xy 62.43706 113.717024) (xy 62.123841 113.587284) + (xy 61.933382 113.529509) (xy 61.799414 113.488871) (xy 61.799411 113.48887) (xy 61.79941 113.48887) + (xy 61.466901 113.422729) (xy 61.229199 113.399318) (xy 61.129512 113.3895) (xy 60.790488 113.3895) + (xy 60.699738 113.398437) (xy 60.453098 113.422729) (xy 60.120589 113.48887) (xy 59.796158 113.587284) + (xy 59.482939 113.717024) (xy 59.482934 113.717026) (xy 59.18396 113.876831) (xy 59.183942 113.876842) + (xy 58.902069 114.065184) (xy 58.902055 114.065194) (xy 58.639985 114.280269) (xy 58.400269 114.519985) + (xy 58.185194 114.782055) (xy 58.185184 114.782069) (xy 57.996842 115.063942) (xy 57.996831 115.06396) + (xy 57.837026 115.362934) (xy 57.837024 115.362939) (xy 57.707284 115.676158) (xy 57.60887 116.000589) + (xy 57.542729 116.333098) (xy 57.518437 116.579738) (xy 57.5095 116.670488) (xy 57.5095 117.009512) + (xy 51.3005 117.009512) (xy 51.3005 103.982629) (xy 56.089444 103.982629) (xy 56.089444 106.661847) + (xy 65.699641 106.661847) (xy 65.699641 103.982629) (xy 56.089444 103.982629) (xy 51.3005 103.982629) + (xy 51.3005 96.689512) (xy 57.5095 96.689512) (xy 57.521417 96.81051) (xy 57.542729 97.026901) (xy 57.60887 97.35941) + (xy 57.707284 97.683841) (xy 57.837024 97.99706) (xy 57.837026 97.997065) (xy 57.996831 98.296039) + (xy 57.996842 98.296057) (xy 58.185184 98.57793) (xy 58.185194 98.577944) (xy 58.400269 98.840014) + (xy 58.639985 99.07973) (xy 58.63999 99.079734) (xy 58.639991 99.079735) (xy 58.902061 99.29481) + (xy 59.183949 99.483162) (xy 59.183958 99.483167) (xy 59.18396 99.483168) (xy 59.482934 99.642973) + (xy 59.482936 99.642973) (xy 59.482942 99.642977) (xy 59.79616 99.772716) (xy 60.120586 99.871129) + (xy 60.453096 99.93727) (xy 60.790488 99.9705) (xy 60.790491 99.9705) (xy 61.129509 99.9705) (xy 61.129512 99.9705) + (xy 61.466904 99.93727) (xy 61.799414 99.871129) (xy 62.12384 99.772716) (xy 62.437058 99.642977) + (xy 62.736051 99.483162) (xy 63.017939 99.29481) (xy 63.280009 99.079735) (xy 63.519735 98.840009) + (xy 63.73481 98.577939) (xy 63.923162 98.296051) (xy 64.082977 97.997058) (xy 64.212716 97.68384) + (xy 64.311129 97.359414) (xy 64.37727 97.026904) (xy 64.408081 96.714072) (xy 77.3295 96.714072) + (xy 77.367544 97.100347) (xy 77.367547 97.100364) (xy 77.443264 97.48103) (xy 77.443267 97.481041) + (xy 77.555945 97.852489) (xy 77.704485 98.211095) (xy 77.704487 98.2111) (xy 77.88745 98.5534) (xy 77.887461 98.553418) + (xy 78.103096 98.876139) (xy 78.103106 98.876153) (xy 78.349347 99.176198) (xy 78.623801 99.450652) + (xy 78.623806 99.450656) (xy 78.623807 99.450657) (xy 78.923852 99.696898) (xy 79.246588 99.912543) + (xy 79.246597 99.912548) (xy 79.246599 99.912549) (xy 79.588899 100.095512) (xy 79.588901 100.095512) + (xy 79.588907 100.095516) (xy 79.947512 100.244055) (xy 80.318949 100.35673) (xy 80.318955 100.356731) + (xy 80.318958 100.356732) (xy 80.318969 100.356735) (xy 80.55768 100.404216) (xy 80.699642 100.432454) + (xy 81.085924 100.4705) (xy 81.085927 100.4705) (xy 81.474073 100.4705) (xy 81.474076 100.4705) + (xy 81.860358 100.432454) (xy 82.048788 100.394973) (xy 82.24103 100.356735) (xy 82.241041 100.356732) + (xy 82.241041 100.356731) (xy 82.241051 100.35673) (xy 82.612488 100.244055) (xy 82.971093 100.095516) + (xy 83.313412 99.912543) (xy 83.636148 99.696898) (xy 83.936193 99.450657) (xy 84.210657 99.176193) + (xy 84.456898 98.876148) (xy 84.672543 98.553412) (xy 84.855516 98.211093) (xy 85.004055 97.852488) + (xy 85.11673 97.481051) (xy 85.116732 97.481041) (xy 85.116735 97.48103) (xy 85.154973 97.288788) + (xy 85.192454 97.100358) (xy 85.2305 96.714076) (xy 85.2305 96.325924) (xy 85.192454 95.939642) + (xy 85.140925 95.680586) (xy 85.116735 95.558969) (xy 85.116732 95.558958) (xy 85.116731 95.558955) + (xy 85.11673 95.558949) (xy 85.004055 95.187512) (xy 84.855516 94.828907) (xy 84.810101 94.743942) + (xy 84.672549 94.486599) (xy 84.672548 94.486597) (xy 84.672543 94.486588) (xy 84.456898 94.163852) + (xy 84.210657 93.863807) (xy 84.210656 93.863806) (xy 84.210652 93.863801) (xy 83.936198 93.589347) + (xy 83.636153 93.343106) (xy 83.636152 93.343105) (xy 83.636148 93.343102) (xy 83.313412 93.127457) + (xy 83.313407 93.127454) (xy 83.3134 93.12745) (xy 82.9711 92.944487) (xy 82.971095 92.944485) (xy 82.612489 92.795945) + (xy 82.241041 92.683267) (xy 82.24103 92.683264) (xy 81.860364 92.607547) (xy 81.860347 92.607544) + (xy 81.568239 92.578774) (xy 81.474076 92.5695) (xy 81.085924 92.5695) (xy 80.998836 92.578077) + (xy 80.699652 92.607544) (xy 80.699635 92.607547) (xy 80.318969 92.683264) (xy 80.318958 92.683267) + (xy 79.94751 92.795945) (xy 79.588904 92.944485) (xy 79.588899 92.944487) (xy 79.246599 93.12745) + (xy 79.246581 93.127461) (xy 78.92386 93.343096) (xy 78.923846 93.343106) (xy 78.623801 93.589347) + (xy 78.349347 93.863801) (xy 78.103106 94.163846) (xy 78.103096 94.16386) (xy 77.887461 94.486581) + (xy 77.88745 94.486599) (xy 77.704487 94.828899) (xy 77.704485 94.828904) (xy 77.555945 95.18751) + (xy 77.443267 95.558958) (xy 77.443264 95.558969) (xy 77.367547 95.939635) (xy 77.367544 95.939652) + (xy 77.3295 96.325927) (xy 77.3295 96.714072) (xy 64.408081 96.714072) (xy 64.4105 96.689512) (xy 64.4105 96.350488) + (xy 64.37727 96.013096) (xy 64.311129 95.680586) (xy 64.212716 95.35616) (xy 64.082977 95.042942) + (xy 63.968571 94.828904) (xy 63.923168 94.74396) (xy 63.923167 94.743958) (xy 63.923162 94.743949) + (xy 63.73481 94.462061) (xy 63.519735 94.199991) (xy 63.519734 94.19999) (xy 63.51973 94.199985) + (xy 63.280014 93.960269) (xy 63.017944 93.745194) (xy 63.017943 93.745193) (xy 63.017939 93.74519) + (xy 62.736051 93.556838) (xy 62.736046 93.556835) (xy 62.736039 93.556831) (xy 62.437065 93.397026) + (xy 62.43706 93.397024) (xy 62.123841 93.267284) (xy 61.933382 93.209509) (xy 61.799414 93.168871) + (xy 61.799411 93.16887) (xy 61.79941 93.16887) (xy 61.466901 93.102729) (xy 61.229199 93.079318) + (xy 61.129512 93.0695) (xy 60.790488 93.0695) (xy 60.699738 93.078437) (xy 60.453098 93.102729) + (xy 60.120589 93.16887) (xy 59.796158 93.267284) (xy 59.482939 93.397024) (xy 59.482934 93.397026) + (xy 59.18396 93.556831) (xy 59.183942 93.556842) (xy 58.902069 93.745184) (xy 58.902055 93.745194) + (xy 58.639985 93.960269) (xy 58.400269 94.199985) (xy 58.185194 94.462055) (xy 58.185184 94.462069) + (xy 57.996842 94.743942) (xy 57.996831 94.74396) (xy 57.837026 95.042934) (xy 57.837024 95.042939) + (xy 57.707284 95.356158) (xy 57.60887 95.680589) (xy 57.542729 96.013098) (xy 57.518437 96.259738) + (xy 57.5095 96.350488) (xy 57.5095 96.689512) (xy 51.3005 96.689512) (xy 51.3005 83.662597) (xy 59.920358 83.662597) + (xy 59.920358 86.33946) (xy 61.931751 86.33946) (xy 61.931751 83.662597) (xy 59.920358 83.662597) + (xy 51.3005 83.662597) (xy 51.3005 76.369512) (xy 57.5095 76.369512) (xy 57.521417 76.49051) (xy 57.542729 76.706901) + (xy 57.60887 77.03941) (xy 57.707284 77.363841) (xy 57.837024 77.67706) (xy 57.837026 77.677065) + (xy 57.996831 77.976039) (xy 57.996842 77.976057) (xy 58.185184 78.25793) (xy 58.185194 78.257944) + (xy 58.400269 78.520014) (xy 58.639985 78.75973) (xy 58.63999 78.759734) (xy 58.639991 78.759735) + (xy 58.902061 78.97481) (xy 59.183949 79.163162) (xy 59.183958 79.163167) (xy 59.18396 79.163168) + (xy 59.482934 79.322973) (xy 59.482936 79.322973) (xy 59.482942 79.322977) (xy 59.79616 79.452716) + (xy 60.120586 79.551129) (xy 60.453096 79.61727) (xy 60.790488 79.6505) (xy 60.790491 79.6505) (xy 61.129509 79.6505) + (xy 61.129512 79.6505) (xy 61.466904 79.61727) (xy 61.799414 79.551129) (xy 62.12384 79.452716) + (xy 62.437058 79.322977) (xy 62.736051 79.163162) (xy 63.017939 78.97481) (xy 63.280009 78.759735) + (xy 63.519735 78.520009) (xy 63.73481 78.257939) (xy 63.923162 77.976051) (xy 64.082977 77.677058) + (xy 64.212716 77.36384) (xy 64.311129 77.039414) (xy 64.37727 76.706904) (xy 64.408081 76.394072) + (xy 77.3295 76.394072) (xy 77.367544 76.780347) (xy 77.367547 76.780364) (xy 77.443264 77.16103) + (xy 77.443267 77.161041) (xy 77.555945 77.532489) (xy 77.704485 77.891095) (xy 77.704487 77.8911) + (xy 77.88745 78.2334) (xy 77.887461 78.233418) (xy 78.103096 78.556139) (xy 78.103106 78.556153) + (xy 78.349347 78.856198) (xy 78.623801 79.130652) (xy 78.623806 79.130656) (xy 78.623807 79.130657) + (xy 78.923852 79.376898) (xy 79.246588 79.592543) (xy 79.246597 79.592548) (xy 79.246599 79.592549) + (xy 79.588899 79.775512) (xy 79.588901 79.775512) (xy 79.588907 79.775516) (xy 79.947512 79.924055) + (xy 80.318949 80.03673) (xy 80.318955 80.036731) (xy 80.318958 80.036732) (xy 80.318969 80.036735) + (xy 80.55768 80.084216) (xy 80.699642 80.112454) (xy 81.085924 80.1505) (xy 81.085927 80.1505) (xy 81.474073 80.1505) + (xy 81.474076 80.1505) (xy 81.860358 80.112454) (xy 82.048788 80.074973) (xy 82.24103 80.036735) + (xy 82.241041 80.036732) (xy 82.241041 80.036731) (xy 82.241051 80.03673) (xy 82.612488 79.924055) + (xy 82.971093 79.775516) (xy 83.313412 79.592543) (xy 83.636148 79.376898) (xy 83.936193 79.130657) + (xy 84.210657 78.856193) (xy 84.456898 78.556148) (xy 84.672543 78.233412) (xy 84.855516 77.891093) + (xy 85.004055 77.532488) (xy 85.11673 77.161051) (xy 85.116732 77.161041) (xy 85.116735 77.16103) + (xy 85.154973 76.968788) (xy 85.192454 76.780358) (xy 85.2305 76.394076) (xy 85.2305 76.005924) + (xy 85.192454 75.619642) (xy 85.140925 75.360586) (xy 85.116735 75.238969) (xy 85.116732 75.238958) + (xy 85.116731 75.238955) (xy 85.11673 75.238949) (xy 85.004055 74.867512) (xy 84.855516 74.508907) + (xy 84.810101 74.423942) (xy 84.672549 74.166599) (xy 84.672548 74.166597) (xy 84.672543 74.166588) + (xy 84.456898 73.843852) (xy 84.210657 73.543807) (xy 84.210656 73.543806) (xy 84.210652 73.543801) + (xy 83.936198 73.269347) (xy 83.636153 73.023106) (xy 83.636152 73.023105) (xy 83.636148 73.023102) + (xy 83.313412 72.807457) (xy 83.313407 72.807454) (xy 83.3134 72.80745) (xy 82.9711 72.624487) (xy 82.971095 72.624485) + (xy 82.612489 72.475945) (xy 82.241041 72.363267) (xy 82.24103 72.363264) (xy 81.860364 72.287547) + (xy 81.860347 72.287544) (xy 81.568239 72.258774) (xy 81.474076 72.2495) (xy 81.085924 72.2495) + (xy 80.998836 72.258077) (xy 80.699652 72.287544) (xy 80.699635 72.287547) (xy 80.318969 72.363264) + (xy 80.318958 72.363267) (xy 79.94751 72.475945) (xy 79.588904 72.624485) (xy 79.588899 72.624487) + (xy 79.246599 72.80745) (xy 79.246581 72.807461) (xy 78.92386 73.023096) (xy 78.923846 73.023106) + (xy 78.623801 73.269347) (xy 78.349347 73.543801) (xy 78.103106 73.843846) (xy 78.103096 73.84386) + (xy 77.887461 74.166581) (xy 77.88745 74.166599) (xy 77.704487 74.508899) (xy 77.704485 74.508904) + (xy 77.555945 74.86751) (xy 77.443267 75.238958) (xy 77.443264 75.238969) (xy 77.367547 75.619635) + (xy 77.367544 75.619652) (xy 77.3295 76.005927) (xy 77.3295 76.394072) (xy 64.408081 76.394072) + (xy 64.4105 76.369512) (xy 64.4105 76.030488) (xy 64.37727 75.693096) (xy 64.311129 75.360586) (xy 64.212716 75.03616) + (xy 64.082977 74.722942) (xy 63.968571 74.508904) (xy 63.923168 74.42396) (xy 63.923167 74.423958) + (xy 63.923162 74.423949) (xy 63.73481 74.142061) (xy 63.519735 73.879991) (xy 63.519734 73.87999) + (xy 63.51973 73.879985) (xy 63.280014 73.640269) (xy 63.017944 73.425194) (xy 63.017943 73.425193) + (xy 63.017939 73.42519) (xy 62.736051 73.236838) (xy 62.736046 73.236835) (xy 62.736039 73.236831) + (xy 62.437065 73.077026) (xy 62.43706 73.077024) (xy 62.123841 72.947284) (xy 61.933382 72.889509) + (xy 61.799414 72.848871) (xy 61.799411 72.84887) (xy 61.79941 72.84887) (xy 61.466901 72.782729) + (xy 61.229199 72.759318) (xy 61.129512 72.7495) (xy 60.790488 72.7495) (xy 60.699738 72.758437) + (xy 60.453098 72.782729) (xy 60.120589 72.84887) (xy 59.796158 72.947284) (xy 59.482939 73.077024) + (xy 59.482934 73.077026) (xy 59.18396 73.236831) (xy 59.183942 73.236842) (xy 58.902069 73.425184) + (xy 58.902055 73.425194) (xy 58.639985 73.640269) (xy 58.400269 73.879985) (xy 58.185194 74.142055) + (xy 58.185184 74.142069) (xy 57.996842 74.423942) (xy 57.996831 74.42396) (xy 57.837026 74.722934) + (xy 57.837024 74.722939) (xy 57.707284 75.036158) (xy 57.60887 75.360589) (xy 57.542729 75.693098) + (xy 57.518437 75.939738) (xy 57.5095 76.030488) (xy 57.5095 76.369512) (xy 51.3005 76.369512) (xy 51.3005 51.4245) + (xy 51.320185 51.357461) (xy 51.372989 51.311706) (xy 51.4245 51.3005) (xy 56.769875 51.3005) + ) + ) + ) +) \ No newline at end of file diff --git a/src/pentode/panel/panel.kicad_pro b/src/pentode/panel/panel.kicad_pro index d5bef52e..ca500a27 100644 --- a/src/pentode/panel/panel.kicad_pro +++ b/src/pentode/panel/panel.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "copper_text_italic": false, "copper_text_size_h": 1.5, "copper_text_size_v": 1.5, "copper_text_thickness": 0.3, "copper_text_upright": false, - "courtyard_line_width": 0.049999999999999996, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "fab_text_italic": false, "fab_text_size_h": 1.0, "fab_text_size_v": 1.0, "fab_text_thickness": 0.15, "fab_text_upright": false, - "other_line_width": 0.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -38,11 +41,11 @@ "height": 1.524, "width": 1.524 }, - "silk_line_width": 0.09999999999999999, + "silk_line_width": 0.1, "silk_text_italic": false, "silk_text_size_h": 1.0, "silk_text_size_v": 1.0, - "silk_text_thickness": 0.09999999999999999, + "silk_text_thickness": 0.1, "silk_text_upright": false, "zones": { "min_clearance": 0.0 @@ -66,6 +69,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", @@ -110,24 +114,21 @@ "min_copper_edge_clearance": 0.5, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, "min_track_width": 0.0, - "min_via_annular_width": 0.09999999999999999, + "min_via_annular_width": 0.1, "min_via_diameter": 0.5, "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, "teardrop_options": [ { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 5, - "td_on_pad_in_zone": false, "td_onpadsmd": true, "td_onroundshapesonly": false, "td_ontrackend": false, @@ -136,37 +137,76 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } ], "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -425,8 +465,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" diff --git a/src/pentode/panel/panel.kicad_sch b/src/pentode/panel/panel.kicad_sch index 5c3d2f3f..219133ad 100644 --- a/src/pentode/panel/panel.kicad_sch +++ b/src/pentode/panel/panel.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "a855a195-8c1f-492f-afc5-dd487a01998d") + (uuid "d08bdce6-8e42-4b12-abb4-0aaddc073af6") (paper "A4") (title_block (title "pentode vca") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -31,123 +37,195 @@ ) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H1" (at 50.8 45.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN1" (at 50.8 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H2" (at 50.8 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN2" (at 50.8 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H3" (at 50.8 70.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "CV" (at 50.8 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H4" (at 50.8 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT" (at 50.8 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H6" (at 101.6 45.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "ATT_IN1" (at 101.6 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H7" (at 101.6 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "ATT_IN2" (at 101.6 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H8" (at 101.6 70.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "GAIN" (at 101.6 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H9" (at 101.6 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "ATT_CV" (at 101.6 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H10" (at 101.6 96.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "CLEAN" (at 101.6 98.33 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_switch (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_switch (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 114.3 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H11" (at 101.6 109.03 0) (effects (font (size 1.27 1.27)))) (property "Value" "WINDOW" (at 101.6 111.03 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:1J24B_mounting_hole (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:1J24B_mounting_hole (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H12" (at 101.6 72.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H13" (at 101.6 85.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/polivoks/main/main.kicad_pcb b/src/polivoks/main/main.kicad_pcb index 30e173d8..cb4b4adb 100644 --- a/src/polivoks/main/main.kicad_pcb +++ b/src/polivoks/main/main.kicad_pcb @@ -1,12404 +1,21372 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "ПОЛИВОКС") - (date "2020-06-01") - (rev "01") - (comment 1 "PCB for main circuit") - (comment 2 "polivoks LM4250 VCF") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (grid_origin 10.16 10.16) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 0) - (scaleselection 1) - (outputdirectory "gerbers") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "+15V") - (net 3 "-15V") - (net 4 "Net-(C14-Pad1)") - (net 5 "+5V") - (net 6 "Net-(U3A-+)") - (net 7 "Net-(U3B-+)") - (net 8 "Net-(Q1-E)") - (net 9 "Net-(Q1-C)") - (net 10 "Net-(Q1-B)") - (net 11 "Net-(U1A--)") - (net 12 "Net-(U1B-+)") - (net 13 "/res_2") - (net 14 "/lp_out") - (net 15 "/bp_out") - (net 16 "/res_1") - (net 17 "/in") - (net 18 "/cv") - (net 19 "/freq") - (net 20 "/fm_level_3") - (net 21 "/fm_level_2") - (net 22 "/fm_level_1") - (net 23 "/fm_in") - (net 24 "Net-(U4-IQ)") - (net 25 "Net-(U5-+)") - (net 26 "Net-(U5-IQ)") - (net 27 "Net-(U3A--)") - (net 28 "Net-(U3B--)") - (net 29 "Net-(U2B--)") - (net 30 "unconnected-(U4-NULL-Pad5)") - (net 31 "unconnected-(U4-NULL-Pad1)") - (net 32 "unconnected-(U5-NULL-Pad5)") - (net 33 "unconnected-(U5-NULL-Pad1)") - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e064199) - (at 62.23 96.266 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e0942c1") - (attr through_hole) - (fp_text reference "C11" (at 1.397 2.159 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9c429021-af3b-4229-85d1-d9225fb860f9) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fbb3fcac-929a-4464-a0ca-d715f5d1d2b6) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp c500db45-0c80-41a5-8d0c-5513ac63de4d) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6baaead-79e0-4d7f-be40-26d57aed5a53)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddba8086-03ba-4651-923f-3e9ae65ff213)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d59450c-309c-4554-993a-7c3b01642330)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3bea782-45a8-417a-9d0b-8e91b2cb41f5)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d773e9bc-479e-49e3-b54a-4b179fe79dd3)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f18a75fa-e1ec-4f6e-925b-76b50b7148b7)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f523ce25-743c-4d1e-877e-a3985a49f295)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e1f3cf8-b2ae-48d9-8c9b-3f4f0c0abbcb)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcdf538b-b9b8-4ce6-bbf7-8f9764ab1568)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25926262-2b11-4441-b3d2-46ffb916a233)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8437cd56-e2d5-4b83-a662-8b16ef02171a)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d6a242a-9215-460e-8e96-e6f97921706a)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c59ec63-286f-48d3-bd99-db444b9209e8)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c38b786-17ea-4875-bbb7-f98c0e3e44f7)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 2e5c5c9d-ed6a-460c-b217-2a2ff7227c6d)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp ec7cd2a6-eebf-485c-865d-8c34e4eba9b4)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0641ae) - (at 47.244 99.314 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e0942bb") - (attr through_hole) - (fp_text reference "C12" (at 1.143 2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 163c873e-bc38-43e1-99e5-21221c135339) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6b87159c-dddf-4ee9-9f67-a60afaa4bf77) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 4e4271e7-d606-41ba-b471-f7376eb585f8) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d11298d-be79-424f-af45-e7d2def63176)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cab62eb6-f25e-4f84-872f-c0a23a3bd1c6)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea672407-bfa7-47ed-b1e7-ee2ad0346914)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0175942e-76c4-462a-9329-4652a53ff695)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80ba8755-da29-454b-9e75-35acf61a87b9)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ea50b18-6997-4fa8-9f30-508900ed3738)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 034653fb-6dc5-4af8-a399-36598c7e4d5a)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4a3517d-4047-4b4a-aa9c-e8c7790b4a1f)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e928de4-9593-4d8e-b9b3-ef1e69df7bd8)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b56a021-1ed7-4d97-8e68-eda754ed53c4)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07f96857-4634-470f-a76c-d3c45d6bc295)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4a43a00-e89a-4c74-963d-bd24c316a132)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb86f2a9-739b-473c-8d0a-b708d06e8dc0)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88d3661d-523e-4edd-a43d-7ad7b8fbc27a)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp ece992aa-8681-4e0d-94b2-131a3521a77c)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 1c07337b-864a-4496-89e2-cc101b31f240)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e065843) - (at 27.432 39.116) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5c24d0") - (attr through_hole) - (fp_text reference "C1" (at 1.25 -3.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 69ce2b75-f753-4e11-9348-8c89706416af) - ) - (fp_text value "10u" (at 1.25 3.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3905cb5e-7ee9-4867-8851-23be5df5cde9) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 805aa7bc-ce30-411f-aded-28b6fd2e1e01) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9c743b0-edb6-425b-afbb-91993bdc36b1)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac7aa7f7-6bed-4ac5-bd98-19af2e6e90a3)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 072a5760-7d16-4ef6-b2fc-280cdf3fe828)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86bd0aaa-a890-4991-8cca-eab25be3b47a)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b57f1929-730d-4a89-bc7f-4958b1fa4e37)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea0480b7-546e-4446-b3d0-e67704a877ed)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e93acf89-d532-469d-b860-0f79151197a6)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd9d3351-dc01-4d7a-a319-debafc1f2863)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fb18a51-1dd0-417c-b658-47d0584d0098)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e74a2bd7-18a5-4f71-96d9-bc4ea0081dbb)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85415d56-f9e7-4069-b814-cd0a78d91d14)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0ec2745-5d79-4b76-b9ae-b8a9db7c0785)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f79dfef3-584a-4676-ac36-c93398716e2e)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5de21a82-7b39-4cef-b4e6-8f77997e9dcb)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a4c2fad-4a32-4d81-89f9-79217410171a)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fbabcd6-c267-445f-bf50-9985a667c148)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a58a9386-b174-4070-b3f9-7de232d87a92)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c2d7a6b-3e2c-4100-b903-4df30b6fec4f)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc3deb82-a352-4343-b8b2-95ad5811c44a)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f0a985c-5b06-4ee1-a306-adcfab36d018)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7128a869-bdf9-4486-8e4e-252b7632a91c)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3a25ec3-f3dc-43ee-89f1-511909ebbc37)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f1b5220-4d3d-4209-bd89-46e52489d694)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1fb5b22e-4e93-4148-bab3-19b5b3f38043)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 211abf10-7bad-4c90-901a-94ecfa62ddab)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4cf324f8-280f-4d9d-be57-f85d4a38380c)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3f0a6b5-5765-42c5-90e4-e2a4fb0a15c2)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d54222f3-127e-4212-a193-c7b2c4bd5cbe)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4c48f15-c0ce-4b84-844a-f73942321931)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1814eb9e-dc17-470b-a29a-749ef877b187)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5777a636-e112-47bf-8140-d0e46922af9a)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54996d88-1d80-45d2-afa5-c88856f95555)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf63273d-67ce-474b-868d-9ac318b24718)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0140d1a-e3c0-4034-ac31-4c82a4f77e1c)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae6a3a2f-9f79-4003-b80f-b8cb8279a677)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f04e976-fd0d-42f4-927f-59737e4a5fcd)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ab7175a-c3eb-4e2b-9a2f-0ebe7ee9d409)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 617e92bc-af2b-4a13-8f1a-9fbde1e492c5)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09bfbfdd-db68-4e6e-a59e-2b6bb642266a)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2908596c-5fd3-4ef0-b966-31b55da0ce81)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8ec5487-245f-4997-ab86-d45e685c9264)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3501602e-fbdf-436b-a47b-dac4f76bdc55)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4972212-2c05-46cd-b61f-d95b0ef55258)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d65a846-4656-4c61-b040-eb05c7a1c1da)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ab71a69-f1b4-449f-b244-c0208da8b82e)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6eb8fa93-0493-49d2-bcc2-3c27475ebbbb)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47ca1f37-1bf0-4879-b770-5378654b9afd)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b71a6c22-4ce3-411f-92a1-c0959e71e4f7)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 885c9408-36c9-4132-9b6d-8b30be9efbf7)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ec05adb-2d2e-4f96-8e42-d79394529a82)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecfbb2e6-b0c7-46ef-9b0c-fc42413c4985)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18c22af2-4c67-4b5d-b8e2-5732930a77af)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa6d1a67-ef0d-41c6-b44e-1d90fecdbb7e)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89b7fc4e-d724-4e3e-922e-3d425c96e0e5)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0582cb43-7c6e-4a61-84b8-388ae05c4005)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aba5adf1-d23d-4b1b-a128-c6f7ba524248)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2adfbb6d-93a5-49dd-8f56-80621cf79efa)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 104d6442-9d4c-48f6-8a01-8f2ff4d3ede0)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17275b2b-fd7d-47a4-a9ea-2019244084cb)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e93373cd-4ee1-4b01-80dd-97a517e75cab)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f889785f-fd9a-45ab-bcfe-fd90e0b54279)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90053440-2a37-4000-b1d7-857d6842d745)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fe4bfa9-8e85-4c90-8766-39419f6c90ea)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38ff8eda-ee85-47e5-9f55-7434fe64a908)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff511d39-1c87-4eb7-96e6-9dd2dfbdaadd)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7dd8b652-a9d8-4683-bdb8-d2ed7b901204)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1a1c7d9-df4e-48d5-9ca0-5470083adf25)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44b936af-3d11-4528-af1c-5407b6f28bcb)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4dc88e2a-ea5d-445e-8086-89a2b8d9eb80)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01091dc2-537c-45f5-b2eb-04616a977924)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c892e41a-c14a-4c8f-8633-c82368a83420)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af03ea9d-d7f0-43bc-af0e-6293d7984d46)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c843350-2627-4f70-af0f-bebd428f926e)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbd8f495-0539-43f8-b1ec-5a5ad2f69662)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24f00869-6be2-4f0e-9f21-62a6606e177b)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93a30150-5294-4b70-8ddc-4e3c926f03b8)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 379af57f-d26c-4c6d-b384-e3a152d4e95d)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 051f32dc-074c-4606-be04-2ebc74e29895)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07c9e639-b480-4a54-b699-d9d2f7eb503c)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d79c2964-0719-4cab-896a-b6e5290c72a8)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8281391a-d86b-43eb-a555-c1ab2a49eab1)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3eacb80-1303-4c0f-8f3d-b840cf72de49)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66eafbb1-8154-487f-bcaa-7ec0d27f2cee)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06749458-1ef2-48d9-83fb-045c8061028f)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10dc9bc8-4f50-4aff-bf24-b6ea4c8b48f3)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 871598c0-9f04-4207-91c3-a3bba1713b98)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19229c30-a41a-4818-bb0b-d26c887f3421)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 069cd6cb-8f4e-4100-aac4-64176ab55e3c)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc8f549f-071b-4543-9604-992fc213a014)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ccde2801-fe2c-4c41-862e-7da614ebcd94)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32db1541-35e6-475b-9bbe-be34252aaa46)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb755851-0b59-4616-b8b1-966513437b90)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a621bba-8f55-4701-9cd1-c24adeaff636)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f71671f-b577-4466-b040-6ad265ef3d70)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 472cf0c4-1aa8-4926-8000-55798cfb5484)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f29496b0-9e82-4723-a7dd-f40f885fc40d)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47486318-8f3b-428a-bab1-fba959dba290)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10c7e59b-1385-47b1-baf4-d9f9d2e64c58)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05975c31-943a-41af-9462-8c8d79f0af04)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e00524b-4ddd-4084-afba-422f07ee535a)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2910a380-507a-4ba0-a651-b90cd94f3ddf)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3c4d1ed-a232-4e6b-ab37-da08dfc3639d)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 266abf0b-1af5-4a37-a201-b19ee243a782)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93525a21-9602-46ba-87f7-645640de2926)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6a7670b-cb03-4b9e-9f60-e60109035b69)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 821fdc9a-fac1-4d6b-ae65-694a35ba6e0d)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a32a9b4c-7744-4aed-8d10-795f9e3e2256)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c13fec2-e42d-4087-8252-848ec828b861)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40c3568e-4a4b-494c-8c66-b9ed1a82e3ea)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5c95929-80d4-4dbf-a84e-2a954bab2add)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aca77851-e8db-4ea7-b824-18a8aaa0c507)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 733ae313-be8f-460e-9b34-1ee0d69f8f5f)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06f1dae8-fe43-48f2-b7b1-ba274f32053e)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e0e259a-8532-4ed4-a6b3-fc3fccd31543)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51ffd740-f8af-4c1c-b2a7-10a0836c0b01)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56014d64-7e1d-4d89-a779-3d755b72151d)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b832847e-1c30-407b-add4-d1a4cfa1b592)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f6a7d05-4a1c-4e9a-9fa1-405d1d9ee75d)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b819689e-9aaf-4d1c-b933-97d0f64c3f4c)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82aa2264-9231-4e8a-8df6-b3f40abd56f6)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b609fad0-a375-42fa-ae92-48b25e08e353)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 67302b34-96b1-404a-9f65-7beadf323bc9)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14743a6c-9696-43f2-b784-80aeec565a61)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ee83595-7b8f-4bf3-9b84-3552b6f9cdbf)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e0ef1e24-4dd9-48ca-939a-51ccc8d47a5a)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp f01848ce-0f32-4675-8944-c26de612f256)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 349e4d3e-7b16-4da3-ab0d-266ebd122e90)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0658c7) - (at 33.782 39.116) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5c2809") - (attr through_hole) - (fp_text reference "C2" (at 1.25 -3.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 35d12f81-90e4-404d-b8c7-eb48b9f170a2) - ) - (fp_text value "10u" (at 1.25 3.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 277a057a-ea95-4008-90f8-cf0023586a8f) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b1ae446c-6873-4661-ab57-a78842021cae) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8efebc6a-0457-45d1-92ea-11936cecf381)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49eab1d0-e561-4a94-ac78-5bac91c960cc)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49ef0f5c-5544-493a-a576-66a049ffb069)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 601e0891-f40a-48c1-aa91-b892d1b5f482)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acb13dbe-3f81-4557-b7b7-ff8e8342e820)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5dfaf9d-34cb-41b2-8af7-a4133eee11a0)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36ac0ff5-1695-4cb1-909a-85bd812f73f6)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbc85bfd-5c66-43d2-83e4-950bc3a0b86f)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 849db5b5-18f7-47db-8dcd-46111fd5a0fc)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cedb974e-577d-4452-8061-ca0af873032c)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 522694d8-02c1-4c2f-9823-e34ba4dac811)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea2b57d5-43d0-4822-ab61-1905de6fbe6e)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12f02d8e-3e06-41d0-918e-25df1981043d)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 373c9bd0-a5d9-4a65-9567-07e91ff3fc21)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 940c4cee-71e2-4c60-a37a-21d16a9bef53)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 960fece9-d651-4e8f-a475-753e8c0cc0ea)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 198a4878-4c7b-4246-88e5-ae96673cb92c)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b42460da-c4d4-4159-85f9-def304d54c5e)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 307e9ba2-c8d2-45b6-b211-2b73346c53a3)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 854bb7fc-cde0-41a8-97f4-fb222b4ebd39)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71d52a51-f0e6-422b-bd66-276cc69b9f2b)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dedc6155-65c8-4e3d-a624-9b27777d9244)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03bff460-9e16-4bfe-b9e8-239e2b81dc26)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5400663e-8256-4370-a5c8-d27c233701e5)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 545e0fe4-648d-4431-9d1b-d2227b48ee04)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ce28bf7-9c0e-4b23-a299-35e40c101415)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a52b2ac-bba6-4fcd-b972-98ede65a994c)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54c4607c-0ea3-4765-ae52-cd7826f7182a)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6532f3e0-25f9-49ac-a374-c39ac1ba6015)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b07a4c1e-a853-4c4d-a2a7-e997d02049c8)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8dcc3802-fbc3-48f5-a158-1dbd0ed2d7b4)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed6b6f82-2847-4937-9e9c-534e59ac189d)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d94f537f-f6a3-4f87-8174-45389f4e74c1)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecf72069-2f16-4cf3-bf8d-4b5a6124d489)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a326ed6-5252-4c01-b38c-6297ce76ca58)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51ba8c57-78ec-4db5-9063-3bbd809bada6)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f52af007-cd51-4727-8420-160a9bad46d4)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6648686-a9d3-4e6b-a8e0-bfd2304d789d)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df28149b-44c6-4859-9262-3e564f1f7f00)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 712d5408-61d6-4a24-935c-bb7a37d324fe)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1aaeb479-5e60-4fef-8042-d728a2d44f00)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbb52ad3-e39c-4a4b-a017-df7d57018a38)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 677eeecc-02bd-4b63-a569-a72b1968b61e)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb05a6ff-7840-4c8d-b052-f4dbf271c8d4)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e3b0a4b-393a-4354-b041-ef96e7fdaf4b)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f601f24-9f10-4613-83ff-e2a47b4dc94f)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ed51c2d-102f-4d61-983d-5e4f63b880e5)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16b22a4a-1799-4e40-ac56-fa5407e72ce4)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f56846a2-05c9-457d-b6c3-a4bb47e552c3)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e92c064-9456-4c9b-a367-2b0f9383e666)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c692d60b-def0-4a6c-b94b-e75beaab2e8e)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94fe28fd-8394-40ae-8451-ca45f81c180c)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcdca431-392f-4fc2-8904-3c9cdff0b66d)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de674fae-703f-465e-849c-b8c1d31d7c05)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74a54599-243d-4357-8b35-85c1f4b95cbc)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp edf60d7d-64c3-4e62-b055-389c645d1fed)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e5cd598-e037-4823-bf66-f5bfca657e73)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3297a593-1bca-4aaf-ab31-1650e2725f0f)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2dcc741e-07af-4a30-8fe8-12c09be362dd)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f598036-b614-4dff-9497-db61aae43d8f)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29c2e636-2628-49b4-b657-56ea243f9dbf)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 960e0da5-b19c-427d-a0a2-901e44a77544)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b713ec9-3885-4157-b669-6f6fb18a4b30)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 481bb080-dbdf-4d0f-9bb8-35bc318c3910)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f78432ad-39a2-4fed-88db-19b6de46200d)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aaa33bfd-0e6c-47ae-b153-5ef5d274a2fb)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c514500-299d-4c13-bae0-1800df4b85f9)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a012e39-56f3-4313-836f-6d180a948300)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9ef4be5-65de-416a-a2c2-c7cbe95b0d6f)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d909238-007f-4fc4-b8b1-5901a602a69e)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97a94bc4-8c74-42c5-ba5b-eb0cfa893900)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f2d25d9-33d8-41e7-ac56-852b55c908af)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cffa8690-d17d-42ca-890b-8f905305915d)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff27519f-0315-4b3c-a5f1-6e6da42edc22)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8822f89b-3d2b-48ab-bce0-7734d83134df)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e27f85e0-44a0-4fbe-bac6-a75d188fd415)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cb898c8-839b-4972-9f36-06ba6798bd87)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd49b492-dbc7-4749-acfd-22182807a24a)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b66d8638-b47a-4284-8c43-19ff6be07964)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39792bd2-d257-46d0-8251-75966b2a1074)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 540710b3-7dde-4640-8290-e8e2be22bc59)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 021a4c7d-1c2c-4b52-b063-4e5ac219b484)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f7ecd52-c21c-4f86-b690-760698a55ac7)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c448a80-ea40-4265-b1a1-b982b09ec77c)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf7cdb7a-da5c-4eab-91d3-dba62983d562)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ad4ebbc-9bb5-452a-9c66-b93f08c1495a)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f014fa7-0503-4487-be10-dc6313a81397)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0497426d-deb7-48d9-aa70-9e06f99ac57a)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0f19370-9ff3-4cb9-8f74-356e01424f0b)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47a778e7-d03e-43cb-a323-d9c5b175a382)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5b6dac6-52da-4a86-b03e-dd521ee4f832)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5902692-7ac4-4d71-bf38-c41b47b6998b)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b19c627-7fa2-44ed-9bf0-4364de8b1034)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56924c9e-a5a8-4643-bb7d-7dbe76540bc4)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a202bf75-d9ca-4b93-bbd0-7f8d0d07e7f6)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbce3b06-7279-4d6a-9ab6-d9e6c3e1a113)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fce4847-4565-46b0-96dc-5e3fe48af630)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b24ed9ea-b3ae-44b8-a406-33021d51d2a4)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ffacac19-f5fa-4f38-a801-278d2cfb92de)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4d78376-e278-4ef5-b4e7-b1d4de2ee7e1)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d96c247-f6bd-4296-bd42-b101bbef56e6)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f6ecbf4-d4fe-43b8-95a5-820cb4d1092c)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbf11d92-97c4-4a76-a83a-d1f541772699)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17dd5d34-a9a7-47da-b171-2c82b1456705)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0faee9cb-e7e5-4db8-a077-58edaea486f5)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 727a0da3-0e26-474a-8b8e-72979cdeed9c)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0242ee4f-a3e9-43e7-8a34-0f650119b51e)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2a2575e-a73d-4613-a4ed-a24373a78d7b)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b3fadae-e492-49ff-b68a-094987b6e39c)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8d891c6-dbb7-4f3a-bd59-d677c047d7d7)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c20c741b-11e8-470b-835a-039047425325)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9498de98-72a0-48fb-b9a8-e6a4b64f6d9d)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8be6a0a4-190e-4dec-8b10-14d570f9fe7c)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bd20650-4028-40fb-956c-cc78268e38b3)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 872dc097-423c-418b-a587-cb9a05b72299)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b00a9b5f-ca36-442b-9e1d-7a5950c85b5d)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 139148a6-62fe-493c-b4c6-c10e8c029198)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9e27aa3-ea4e-4179-9478-1ff504de8a50)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a5d499a-bf34-41ce-879e-db6962fb8a88)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 583a3b76-a508-46b1-8920-f6d650d56df8)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1f36df90-de70-455a-9406-7d869f57a3f8)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0eebe3b7-acbf-4521-9d21-f1633f3b8d17)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af5384a4-c091-4228-b4de-be2f80f7b5a7)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp beed66d6-e463-4507-acbd-b5c550af82b5)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp eb60f8a0-8eb9-4ce1-b341-8d3f773e6f8e)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 67d5c383-edf9-40fc-b3d9-4046212cebdd)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp f2807471-1e94-45c4-b79a-21c6c37accfa)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0658dc) - (at 56.769 51.943 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5d98ea") - (attr through_hole) - (fp_text reference "C3" (at 1.524 -2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b660c6e7-d2b7-4c3b-a6ee-cfdacc17342d) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 21adb9a0-b621-4741-a40c-13b33de3e847) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 85d0db9f-bff6-4d07-951b-cd4da2c49d74) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 111a1bdf-7017-4914-affa-4d008453a2cc)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6ef891c-6455-4c7e-bb58-a400f9ff2e2d)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75b7ea35-6eef-4bf1-9aba-329d59273a92)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa1571fd-d09b-45d5-b9eb-922775be52f1)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cecb7f0-42ef-4116-8fc0-2833401a1412)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 399222f4-33f9-41f5-aa55-ca75a9757386)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc921d4d-e5d9-42d9-aed4-233b9201078b)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1ed3009-856b-42d1-819b-fd3b0425575d)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22fdaddb-3aef-4853-b2e5-0c3e79fcc0a5)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2d17d70-c21c-4737-ae9d-21b522434505)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d93c21c6-fdb2-45a4-a1e0-48545bf4ff19)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a10dceb-8ef4-4823-8282-6c839ca87de3)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70b459c7-9d55-4e55-bfe4-4193e677c6bd)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e6b4a93-6343-4985-9cdd-adcf878a9f5e)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp e656517d-4bd2-46f0-ba49-462e0f0ecdc3)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp f87eb686-d7f7-43ff-8526-d6f14bb4ee9f)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0658f1) - (at 40.259 57.023 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5d9d2d") - (attr through_hole) - (fp_text reference "C4" (at 1.143 1.905 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19d681f7-e02d-4e61-9cfa-c51c34bd4eb1) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92e636cc-e52d-42d0-aaa0-00ccd794687f) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 80ad3782-bc24-42cf-a081-39fb8b64b1c9) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adac6f27-7546-4523-8bff-2b3fdad6f085)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80a5fafa-2026-44fd-b798-b2082fc17836)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94a69626-43ac-4822-bd39-4125b96658ab)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3dd3b4f-690c-4f5f-aee7-14a83cc7b6cd)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a95c5b57-c8a1-4bd7-afaa-8a0604f3bf95)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 203acd7f-eacf-4321-a938-71c55905d565)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 139ad739-bd36-4ac8-9a6b-bd6555fac2b9)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1beb714-dd3d-4794-bee2-db6e35ccae08)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 491b2f89-c7fa-4cc4-a8e2-8a57d778eca0)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a73bf611-43b7-4fa8-84d7-a3bf147d423f)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4fe0a35-0d35-4eea-9f3b-39c730333393)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c977922-aebe-43a4-9e36-dd32227a3733)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42c88476-7372-4696-a8dd-e03c2b495530)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp afb6eec7-05cc-4c6f-87b3-d0a53e048356)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 8d24b456-b8f1-4e23-ac30-5b536ceef1c3)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp f62c169a-f03b-4662-975b-5ae386bfc7d6)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e06591b) - (at 62.23 71.755 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5eb360") - (attr through_hole) - (fp_text reference "C5" (at 1.25 -2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 59852bc9-3106-4a32-b76a-775d54cff906) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 818f2890-cb26-4a15-a7b9-e151d8dfb14c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 613162c5-af1e-4c8d-8afc-7db722ced521) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69c8036b-4b47-4e43-8567-feae579a6c22)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5178314e-1806-4db2-b09b-54b9bbf19f21)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f0f9f48-5040-4eac-af9e-1b208335711f)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb48711e-41e6-4613-9283-0ce2e055bbea)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 191721a1-6888-4985-8913-6f2428475f02)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3628922d-d182-4eb6-979b-fb45686d9333)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96dde873-f3d0-49f3-bdc9-b0fde13f16cc)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d47b7f5-365e-4eaa-97ae-bbc2114083ed)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04e018b0-3455-4e0f-8e69-3cfcf7d41545)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae0d25a6-ea90-4d36-a286-21e42aa639a7)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9c12ca4-2720-4758-87c5-e9af69f4958c)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83468eae-16fb-41ec-8275-0d9dd1f70d9f)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 667f58c2-74e0-4016-81d3-7031ed8c9a72)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d64a41ff-442f-47fd-8944-c12e2a9ad0dd)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 5b1c8afd-59e4-4f25-8a2d-87367f69d1a8)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 9c21c2c2-791c-4f14-9f6f-101fc4eeaf75)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e065930) - (at 46.99 76.835 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5eb366") - (attr through_hole) - (fp_text reference "C6" (at 1.25 1.98 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5a5903e0-bd28-43f6-8864-cea09c90f3fc) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d503aae6-0b7c-4a86-bff8-24f97db97a56) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 6827ae74-30d1-4a38-a106-01fda281db06) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33fb4896-edc9-4f11-9e63-ae01f3132740)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d8f8f2e-51b5-4baa-b4c4-006381c38ff8)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05e621ca-4684-4591-b7b1-1c6f647c4a73)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33c9e956-a6f1-43cd-aabb-8cc0f828e92b)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca712892-24b5-4e7c-b4a6-18c8ad93f8e5)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53fcd728-0533-45a1-9f83-14df6ad23eb2)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c35b8da7-42cd-4240-8d65-ea860d545087)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c9a79ca-7512-4b6b-95eb-b9afd7ffdd26)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e546d11-9dff-4e0c-bc18-c20cb8d23959)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eae34338-202a-4d55-9455-b7b6a0f91f71)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab3a2caa-fcac-453d-919a-5a6d8db3d0bf)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ad7de2c-253d-4701-a6a7-5bdb4869af65)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae6feee0-e419-4d4b-b910-3c96a86d9870)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26babeab-41e4-4d4a-bdff-4b8d1efad83c)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 35fd9c4f-4fd3-4823-a695-9d67122d60c0)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 6ad6310e-4465-4671-8522-431b8ba64365)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e06595a) - (at 45.847 96.393 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5f4d95") - (attr through_hole) - (fp_text reference "C9" (at 1.25 2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a45e229-3a9e-4d83-9f32-a9d1381f47d0) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f8cd5387-7b1d-49f2-b6e3-373db112ff59) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp b999451b-f3eb-42df-bc46-66c66115c8c7) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76317a98-df23-40fd-a1f9-b3ce039f59f2)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f52e776b-ace4-4621-a21b-8c74d7cc7d4d)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b793aac-436f-48ae-b33e-0b1f5289866b)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c12e9a7-ac31-4f46-b55e-4a5535d1340e)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 103f7392-439a-43f3-bca6-1ec0adc8094f)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d4fad99-46f6-4ddc-a43a-eb691c3e1d34)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d30333b-a919-4536-b822-1f5eeb9c1250)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a9b22cb-d03d-45d3-ac10-5cfcd6319e64)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51875e69-fdc6-4bb5-a28f-0c33ffbf800a)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c8bc8d7-a2fe-4af6-a2b8-cbc6d2412c5a)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1769f06-ec85-4512-987e-a134bd2766b8)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30487db4-452e-4cba-9011-523cb39dc4c4)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 168ea51a-5236-4de4-95e7-fadeed24b697)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d904ab13-b539-4499-8f52-1eba9dc32343)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 3063faa5-7eca-48c3-8a2d-f4d9a6b23e8c)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 114e9af8-58da-482c-a8d9-a2b2d1f22eeb)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e06596f) - (at 31.623 98.933 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5f4d9b") - (attr through_hole) - (fp_text reference "C10" (at 1.25 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3f043a39-3b65-44bf-af1d-51ec0b2212ec) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp abe6a20e-851e-4eea-9600-9343e7503075) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp ea66f9ca-504b-4bb4-91fe-452fd8873362) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4b706cb-aa7b-4bfa-b5bf-4c13518942c8)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed6c70f5-8aba-43a0-84af-11bec685f84f)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73585b2d-4b02-487c-a2b0-73dcae55d034)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31a69c8e-dc6e-4e42-a760-d97e1ef915aa)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3238437-eec0-4e7e-b100-1cc525ca46fa)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 894151af-19f6-4ddb-b6e0-a98b6c53cab8)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08265360-6867-4fcb-bea7-e77c8b3c58f6)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4c76ffd-ea96-4153-b385-c90e05347cd1)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 600aee62-4361-480f-b63a-2954d1639bb6)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2746ec0-30c3-4c0a-b311-65fb6c9d540c)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 240dc73a-7955-444f-aa1d-eebbb959ce6a)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85d61c4d-5f3e-4533-b442-4b553b231bba)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb7bf5f6-d85f-4377-a38f-de9897d12244)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac486885-860a-4d48-bba9-548365d862a5)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 8ed89876-874a-4c8c-8219-1aa85879a92a)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp c1108fbe-7f41-4536-9937-18707c6e30e4)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0659ea) - (at 27.94 27.94) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6db9a0") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 207e82a7-5312-409d-a91c-d5488b52ee97) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f69fed92-1db4-48d9-b0ca-584dd9bf2ec8) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9110f41b-2317-492b-85f4-3a2a64a93bd6) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp da02c5c6-cde1-49aa-890e-be2bc8357da9)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp b4c9bc3a-ec98-4806-87ad-40fee3ffcc17)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp e9ae0b35-5896-415e-b520-25a92cc483d2)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0659f2) - (at 63.16 27.94) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6dc0fc") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ed27025f-ee6b-4f7e-a739-010f0969c7e1) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp abfe17e3-5557-4ba4-a851-16a368b9005b) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f7071ec5-dbbc-40c6-b0e2-eb73029ea928) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp f0c48a71-9c80-4ed8-a409-507750fa5a00)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp bb43b89b-3f45-4883-a010-72bd13bc244f)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp d2861d60-a00d-4266-9123-0c1b0759bafb)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0659fa) - (at 63.16 134.62) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6dc549") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eb62f5e9-8618-4e85-8872-0077b51d9e92) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6ae0699e-da2b-42f4-b8d0-eefc4420026c) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1713cdbf-acd5-4769-bf63-67397e4bdb86) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp a1b35f78-d0a3-40a5-99f4-5ebe748b1540)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d75d57a4-ccd1-4a79-a758-5347734c1d35)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp f512744d-6e29-40a5-ad61-5ce4dfd6c0fc)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e065a02) - (at 27.94 134.62) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6dca0e") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9cf1448a-89a6-4378-ba06-304a293ef507) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 08fb1e4d-635e-4c02-911d-3abdd189dfc6) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7686fba1-7a58-4bfc-80f0-8b739b15dc8c) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 8483398e-f258-43bc-bcad-c35a5dcd8947)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 9475d730-5661-4a2f-8a95-0ab51e0ea9da)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 5308ee1c-aa46-49dd-bcec-84e35bb658f4)) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b2e8) - (at 53.34 122.428 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005efcf1ca") - (attr through_hole) - (fp_text reference "C7" (at 1.27 -2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6b4bad35-50e6-40e2-97b1-f915a32303d5) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 49d281b3-0df3-48c3-b343-2156e8117f5c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp d055a633-a080-465a-a3e9-7ff72a63831b) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58670c29-9040-4c31-9c73-ce33f3696f0d)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98de9a25-fe98-43d8-8301-2367fea4d2f4)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42861a5d-e630-40a8-b874-6cfb615d2675)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c076e8b5-ef61-4ff7-957c-db6f3582dd69)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2973a8e6-80ca-413e-a4ac-665ed505d226)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bac320f-b6b2-4353-b01b-fc73e37a89e6)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd5d9c23-356a-48cc-9c4d-5050386ed4e1)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36070579-3b5c-4ec4-9c56-7ea9afcc9b29)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c9a2f08-d468-42ea-ac47-452a1505fcc6)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7b40756-4d13-4db0-9226-56c5250d6cfb)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb71861b-c427-417b-8429-71f6479faa8a)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d1c3e0a-8557-4b38-9a07-6e5e1c3ed6d3)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04a8e768-15bd-47e5-b0eb-6fba13bfb73f)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 378a2065-1d0b-49df-b431-e312fc0b89a0)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 309477bb-3228-4709-b810-71faccbd50af)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 09bc74c4-a88d-41b8-b206-3b400189ec21)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b2fd) - (at 37.592 127.254 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005efcf1d0") - (attr through_hole) - (fp_text reference "C8" (at 1.143 1.905 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de5e825c-33eb-4f1a-b795-89bf5720c4f6) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e66bf189-32cd-466f-bcdc-95ee19b6a89a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 35340df0-f174-448b-8904-feb9e3d09711) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 277ea524-82ae-4ab6-9728-f1134a68b3a1)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4350e9f1-d621-4f8e-99f0-4dd9011068b2)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b1bf369-83d5-4c4f-a251-f00ae8e1d5c7)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 073adbac-b20c-4ef0-9b58-e37c9b513740)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a26ec9d-d17f-4407-8c80-a964d8e5c754)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecef1a89-ad48-46fa-a73b-28ee8facf2c1)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27c700f1-1d88-4e9a-9e9a-a0592958830e)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c492a647-ccde-48f0-b3ed-27f34254d3b6)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 377c762e-a139-4fdb-98fb-7561877bd6f8)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8801fa8-8c81-4533-846c-f533c0e300d4)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56350e4f-7fc5-4aa4-856e-755542b6113a)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc8a6457-8e7e-4908-9b46-19f56cbc081e)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80602952-eb5e-4254-b4e1-be8c3611a281)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ede049d-1ae4-41f0-ac2e-3eda4dcc914b)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 2e59a3dd-9131-4597-abda-c525f1e091f7)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 66775d5b-1306-4648-bea8-32edc77a733c)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b3d1) - (at 31.496 130.048 90) - (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005ef649ba") - (attr through_hole) - (fp_text reference "C13" (at 1 -3.75 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 520d159d-638a-4e9e-a421-45171384f08a) - ) - (fp_text value "1u" (at 1 3.75 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4440512b-2250-45b6-9ed0-8a7e845f30cc) - ) - (fp_text user "${REFERENCE}" (at 1 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4810f70b-7e88-4a2a-ac29-3fc4edd06964) - ) - (fp_line (start -1.804775 -1.475) (end -1.304775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 340496e1-6013-42e3-8944-d35c2e3b1ea2)) - (fp_line (start -1.554775 -1.725) (end -1.554775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abf5d3b2-5ced-460a-853b-f40877f77c0a)) - (fp_line (start 1 -2.58) (end 1 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0274d8a0-d9f9-43a5-b276-64b9c616dd83)) - (fp_line (start 1 1.04) (end 1 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20b76a04-1715-41bb-b897-d360610fe850)) - (fp_line (start 1.04 -2.58) (end 1.04 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 831341bb-a5d2-4fdc-92ca-92342093cd4d)) - (fp_line (start 1.04 1.04) (end 1.04 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f649c62-a799-4aed-a541-9ed604b07e3f)) - (fp_line (start 1.08 -2.579) (end 1.08 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 050b8cdb-84ff-444c-bb69-fcdd0c8549fa)) - (fp_line (start 1.08 1.04) (end 1.08 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1ead415-17fc-4544-b2ed-547c619f9c5d)) - (fp_line (start 1.12 -2.578) (end 1.12 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f35c371e-f4b5-4d52-8b2a-b5e02200efdc)) - (fp_line (start 1.12 1.04) (end 1.12 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bae689a1-1a96-44e6-aa90-c3922defff19)) - (fp_line (start 1.16 -2.576) (end 1.16 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9803325e-9b5e-4c68-817b-5cc3069f4a81)) - (fp_line (start 1.16 1.04) (end 1.16 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c232db2f-a139-45d7-a515-dd6e4bb53e41)) - (fp_line (start 1.2 -2.573) (end 1.2 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dedb9954-19b6-4a1c-9b76-bc31816ec1a3)) - (fp_line (start 1.2 1.04) (end 1.2 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70b93c55-96fb-4f77-adc2-4948ebe4b677)) - (fp_line (start 1.24 -2.569) (end 1.24 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b74515e2-30f0-4d06-b82d-8ebafdc9cc35)) - (fp_line (start 1.24 1.04) (end 1.24 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e106889f-ca05-479d-bb3b-56a8a834e78e)) - (fp_line (start 1.28 -2.565) (end 1.28 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 865ae15b-1445-4d76-a29f-f944a6cebdfd)) - (fp_line (start 1.28 1.04) (end 1.28 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 016e691a-540b-4bb8-804e-f7e23e1fb885)) - (fp_line (start 1.32 -2.561) (end 1.32 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 573db65d-bbfb-4635-a495-049278f4b6d0)) - (fp_line (start 1.32 1.04) (end 1.32 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eaed149e-c87a-4d0e-a084-00650c090b40)) - (fp_line (start 1.36 -2.556) (end 1.36 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9ca41a8-e9a0-4b5f-ba9a-0d4f888ccece)) - (fp_line (start 1.36 1.04) (end 1.36 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7333b5d6-f46a-47b5-9703-199b8f403a08)) - (fp_line (start 1.4 -2.55) (end 1.4 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9f2133a-6bcb-4647-bf56-1d2cc5943488)) - (fp_line (start 1.4 1.04) (end 1.4 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d348d5c3-8aff-4e66-a0b9-ba3fa2d5902b)) - (fp_line (start 1.44 -2.543) (end 1.44 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9bac4fe3-feec-480b-81c7-d51111c5435f)) - (fp_line (start 1.44 1.04) (end 1.44 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca1329ea-63c3-40f5-baed-b851e412fa65)) - (fp_line (start 1.48 -2.536) (end 1.48 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75de3e9b-4832-4914-b912-39156970ad13)) - (fp_line (start 1.48 1.04) (end 1.48 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0033bc31-7126-453e-8852-1c0f9fa7c821)) - (fp_line (start 1.52 -2.528) (end 1.52 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 101339e5-d08e-4204-8fc6-4f19d0ebab7b)) - (fp_line (start 1.52 1.04) (end 1.52 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15a4e39f-20ef-409a-87f3-b7e506d232c5)) - (fp_line (start 1.56 -2.52) (end 1.56 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 489c559d-081a-4cba-831b-074f9c0e4d54)) - (fp_line (start 1.56 1.04) (end 1.56 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ab695c9-27ec-4aac-8c3f-6cbbd105d072)) - (fp_line (start 1.6 -2.511) (end 1.6 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7539c9f7-d7ac-4091-a4fc-020cde4ca594)) - (fp_line (start 1.6 1.04) (end 1.6 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3edd069f-9ed2-40fc-8a51-af507b35e018)) - (fp_line (start 1.64 -2.501) (end 1.64 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d80005bd-6102-4350-976f-80b8d5063f0b)) - (fp_line (start 1.64 1.04) (end 1.64 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44cdfbcf-45c0-40ed-8d35-4bb929d7505c)) - (fp_line (start 1.68 -2.491) (end 1.68 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02a44ee8-3085-4222-ba8c-069def931a75)) - (fp_line (start 1.68 1.04) (end 1.68 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc266aa7-4d0f-4b60-9b4c-72d34fed5d4d)) - (fp_line (start 1.721 -2.48) (end 1.721 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb4ef6cc-f32f-4a35-bcc3-a051b0a6b495)) - (fp_line (start 1.721 1.04) (end 1.721 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 873b41a8-6545-4055-b811-c743ccd24c44)) - (fp_line (start 1.761 -2.468) (end 1.761 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6ff4f77-980b-4337-833a-b58f10d00f53)) - (fp_line (start 1.761 1.04) (end 1.761 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f52d86c8-4646-45f5-9563-ca435b36f9f7)) - (fp_line (start 1.801 -2.455) (end 1.801 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57f614bc-0a1d-4073-adf0-4ef9359c14dd)) - (fp_line (start 1.801 1.04) (end 1.801 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4b9551c-45fb-4907-b12d-13bac0609baa)) - (fp_line (start 1.841 -2.442) (end 1.841 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df170a9a-170f-4dc5-bc16-b37cfabed079)) - (fp_line (start 1.841 1.04) (end 1.841 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01146005-6838-49a2-8826-7064f9f7642d)) - (fp_line (start 1.881 -2.428) (end 1.881 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8afa0423-88a1-4c7c-956c-3c58dfc12d41)) - (fp_line (start 1.881 1.04) (end 1.881 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a63421e4-cc2b-4af2-bf16-53dff20777b7)) - (fp_line (start 1.921 -2.414) (end 1.921 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64b60316-57a3-4521-a732-557006f9b08a)) - (fp_line (start 1.921 1.04) (end 1.921 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ae05289-2665-4701-abe6-9bf9832a52da)) - (fp_line (start 1.961 -2.398) (end 1.961 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fc69a05-458e-4ca4-8d90-297a71a0fdbc)) - (fp_line (start 1.961 1.04) (end 1.961 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a085751-49d6-4a7c-ae52-9004bec62d19)) - (fp_line (start 2.001 -2.382) (end 2.001 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c2f1341-6cbc-4499-b50b-1f370c897fba)) - (fp_line (start 2.001 1.04) (end 2.001 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8099a1eb-a6ca-4247-99bf-8baab57bad79)) - (fp_line (start 2.041 -2.365) (end 2.041 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 579bf6a2-0974-4778-9198-7014aea6e72f)) - (fp_line (start 2.041 1.04) (end 2.041 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc79a8b8-323d-41a1-a2ea-abe5e0c273dd)) - (fp_line (start 2.081 -2.348) (end 2.081 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5108fe0-d855-4b3e-9089-b340977b34fc)) - (fp_line (start 2.081 1.04) (end 2.081 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 654fc027-52a1-4749-83fd-abc60a2df1e2)) - (fp_line (start 2.121 -2.329) (end 2.121 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4e3e350-d92a-4117-8aff-55e1b8235489)) - (fp_line (start 2.121 1.04) (end 2.121 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81a743d8-d9bd-4441-a6d1-e54405cb4166)) - (fp_line (start 2.161 -2.31) (end 2.161 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4135e688-55e5-4982-8920-b95f1610c831)) - (fp_line (start 2.161 1.04) (end 2.161 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb9a5713-176d-4bae-b6cb-57e276f32be3)) - (fp_line (start 2.201 -2.29) (end 2.201 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cb69305-8d53-4957-ae9b-9810552d7040)) - (fp_line (start 2.201 1.04) (end 2.201 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ce51320-6e95-48b8-9b5f-41474ac66672)) - (fp_line (start 2.241 -2.268) (end 2.241 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26647423-2ae0-4ee1-adf4-773324d7aaba)) - (fp_line (start 2.241 1.04) (end 2.241 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9ac05ff-b233-4eb4-9e60-8919f7c16f7b)) - (fp_line (start 2.281 -2.247) (end 2.281 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66bf925c-2ed7-433f-adc9-74256ae9c27e)) - (fp_line (start 2.281 1.04) (end 2.281 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8f31455-5dae-4253-b7fa-80db9dd0e36b)) - (fp_line (start 2.321 -2.224) (end 2.321 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adc78836-55c6-4824-921e-dd6cd97448bc)) - (fp_line (start 2.321 1.04) (end 2.321 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fe2b6ca-7534-4079-9631-1c0d590f3860)) - (fp_line (start 2.361 -2.2) (end 2.361 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5a6d577-bb4d-47a9-9fe8-c27b72e99246)) - (fp_line (start 2.361 1.04) (end 2.361 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 102ecec4-5123-46b8-a575-534f7e61eaad)) - (fp_line (start 2.401 -2.175) (end 2.401 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37081129-d7ca-4523-9c11-27cc8f2f5971)) - (fp_line (start 2.401 1.04) (end 2.401 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba51373d-3e2a-4027-92b7-6331683140bc)) - (fp_line (start 2.441 -2.149) (end 2.441 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd2a6c39-b51d-4ab9-a0f8-b85173b64ca6)) - (fp_line (start 2.441 1.04) (end 2.441 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1be720a5-1bbb-477a-93ba-58b3073cb882)) - (fp_line (start 2.481 -2.122) (end 2.481 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2f2b6a1-4658-4029-a9c9-78d0153f9c03)) - (fp_line (start 2.481 1.04) (end 2.481 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b402f30-6922-4694-a0e8-5eba3ee40d7b)) - (fp_line (start 2.521 -2.095) (end 2.521 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f65894d4-efc1-4ce1-b863-af710fcc1aec)) - (fp_line (start 2.521 1.04) (end 2.521 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cfd8e80-28f9-44a2-a9d4-dbdcb5859a00)) - (fp_line (start 2.561 -2.065) (end 2.561 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5f8fc98-e03d-42c1-9224-e44325b3c188)) - (fp_line (start 2.561 1.04) (end 2.561 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c33f8c43-8c79-4502-871d-d678a1aa1d03)) - (fp_line (start 2.601 -2.035) (end 2.601 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fd3b873-dda6-4d7f-b1d2-98a4db3f2823)) - (fp_line (start 2.601 1.04) (end 2.601 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13195bed-aa32-4f30-ac8d-c7213a9ccaf8)) - (fp_line (start 2.641 -2.004) (end 2.641 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 609ec275-a20d-4017-84d9-3b7a2fb44736)) - (fp_line (start 2.641 1.04) (end 2.641 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69f52c07-adad-47b5-9471-22aa3a7629b5)) - (fp_line (start 2.681 -1.971) (end 2.681 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49d32e96-a29b-475a-a307-44aaa0b08281)) - (fp_line (start 2.681 1.04) (end 2.681 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4e50da8-b11e-484e-a24d-0b5c3f0c6ce0)) - (fp_line (start 2.721 -1.937) (end 2.721 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b762e2e7-6e5a-40fc-adc4-0d59f4a220b8)) - (fp_line (start 2.721 1.04) (end 2.721 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f254662-471d-4c7e-bbe9-13ca8e05ff7a)) - (fp_line (start 2.761 -1.901) (end 2.761 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46e9d0ca-4881-4a1b-b061-f35b669c5bd6)) - (fp_line (start 2.761 1.04) (end 2.761 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 201388a2-02ba-4b11-857e-09c740e07fc3)) - (fp_line (start 2.801 -1.864) (end 2.801 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 567cf073-c509-477b-9995-ddc71966ba95)) - (fp_line (start 2.801 1.04) (end 2.801 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2781d34e-5479-4eae-87db-d091ea4ccbaf)) - (fp_line (start 2.841 -1.826) (end 2.841 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ace4c596-349d-4c57-aa4c-3a0cb7a42a2b)) - (fp_line (start 2.841 1.04) (end 2.841 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 416c2f4c-1c99-4331-be37-40fc714ba0c7)) - (fp_line (start 2.881 -1.785) (end 2.881 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61c2cc14-21ba-4db3-9bfc-27e19f7e6735)) - (fp_line (start 2.881 1.04) (end 2.881 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07a4a586-4e59-4380-807e-b8d4187e8906)) - (fp_line (start 2.921 -1.743) (end 2.921 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92febe04-61f7-4756-9cb4-fbaf4963bf66)) - (fp_line (start 2.921 1.04) (end 2.921 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2465251c-b1c1-44ff-8021-d93fa791b0d8)) - (fp_line (start 2.961 -1.699) (end 2.961 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0034eaf-c2c2-4aa0-a72a-6276daff4c3e)) - (fp_line (start 2.961 1.04) (end 2.961 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18968321-0460-465d-9ef7-72023e568e99)) - (fp_line (start 3.001 -1.653) (end 3.001 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3ee1adc-fa06-4fff-8508-ef87171b7e5c)) - (fp_line (start 3.001 1.04) (end 3.001 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 775a8633-2804-4ca1-b3f7-af015021ccc7)) - (fp_line (start 3.041 -1.605) (end 3.041 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78028ff9-f2fb-450b-90d1-f886782d40b0)) - (fp_line (start 3.081 -1.554) (end 3.081 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c124518-aaaf-463d-b881-027af4d8ba59)) - (fp_line (start 3.121 -1.5) (end 3.121 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aba45b69-e4ad-49fe-b7af-315cbd48f132)) - (fp_line (start 3.161 -1.443) (end 3.161 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf5c8d1d-facf-448a-bce0-cb0d1d52279f)) - (fp_line (start 3.201 -1.383) (end 3.201 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cc98520-1dda-47b9-8d97-838b0725ee4d)) - (fp_line (start 3.241 -1.319) (end 3.241 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 767b374f-c0cd-4bda-99b1-32f1dce08569)) - (fp_line (start 3.281 -1.251) (end 3.281 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7e2a5de-8fe8-4ecf-819c-7819f023580b)) - (fp_line (start 3.321 -1.178) (end 3.321 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23ea9bfa-d394-4f7e-9e97-eff68a22c394)) - (fp_line (start 3.361 -1.098) (end 3.361 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 014400ca-a905-4b31-8e48-ff2de7b17def)) - (fp_line (start 3.401 -1.011) (end 3.401 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 365e7d97-dfe1-4c87-84ba-ebb62a21c7e1)) - (fp_line (start 3.441 -0.915) (end 3.441 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbfe67b8-23f0-491a-a854-c163c64ea625)) - (fp_line (start 3.481 -0.805) (end 3.481 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7e76941-5c62-4ca9-aa72-60244cc3a9f1)) - (fp_line (start 3.521 -0.677) (end 3.521 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eca548e4-a474-4b01-afe9-49f376bef987)) - (fp_line (start 3.561 -0.518) (end 3.561 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1bc504cc-3fe6-45d7-b996-526ef8d55f5e)) - (fp_line (start 3.601 -0.284) (end 3.601 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59f0febc-9b2f-410c-bf99-73169ddadb25)) - (fp_circle (center 1 0) (end 3.62 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 24035cef-aba7-4412-b69c-1a01f17def6d)) - (fp_circle (center 1 0) (end 3.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 759cc701-8000-427d-ad73-24b92424c87c)) - (fp_line (start -1.133605 -1.0875) (end -0.633605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5447d283-dd33-4f2b-b39e-6976179c3112)) - (fp_line (start -0.883605 -1.3375) (end -0.883605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46120107-702b-4d2a-8890-0d428cca89ce)) - (fp_circle (center 1 0) (end 3.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 4374be46-6e1d-4d90-961c-d4eb6aae3b7a)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "/res_2") (pintype "passive") (tstamp 3fe1d7de-288e-4d25-8fda-e83b14d6af21)) - (pad "2" thru_hole circle (at 2 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(U3A-+)") (pintype "passive") (tstamp 5ab3d6d4-ff89-4ab8-860d-c46b550428b1)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b455) - (at 59.436 127.637775 -90) - (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005ed96486") - (attr through_hole) - (fp_text reference "C14" (at 1 -3.75 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0cfd4bd-854c-4984-99cc-355db0e37a72) - ) - (fp_text value "1u" (at 1 3.75 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 830d47c1-7cad-40c2-979b-739d8e597e6d) - ) - (fp_text user "${REFERENCE}" (at 1 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bc5b69ce-e6b5-4a41-9949-84ff080487e3) - ) - (fp_line (start -1.804775 -1.475) (end -1.304775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dec9da31-5275-4ce2-90c6-8a7492486474)) - (fp_line (start -1.554775 -1.725) (end -1.554775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 099160b3-f7a1-4b5e-83e2-9e4a60bdcb5c)) - (fp_line (start 1 -2.58) (end 1 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f418577e-6e8c-4aea-9dd5-45c540c31419)) - (fp_line (start 1 1.04) (end 1 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3e8c694-0d40-4680-a0f4-7e53ae647b9a)) - (fp_line (start 1.04 -2.58) (end 1.04 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fce1bd4-f563-4202-afcb-44938b398eab)) - (fp_line (start 1.04 1.04) (end 1.04 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e81555a2-7a7f-425d-9241-830e4ead3eba)) - (fp_line (start 1.08 -2.579) (end 1.08 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60d13403-dd48-4651-80dc-8d07f59c9a11)) - (fp_line (start 1.08 1.04) (end 1.08 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8d0fcc6-d23f-4cd6-b59e-ebdfcfba25a4)) - (fp_line (start 1.12 -2.578) (end 1.12 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2398323e-9ce3-43cf-aa68-00172e924754)) - (fp_line (start 1.12 1.04) (end 1.12 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 958572ec-7e98-46f8-a2ca-07f9bb33d56d)) - (fp_line (start 1.16 -2.576) (end 1.16 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e628e462-1576-405f-b687-d06a674cc818)) - (fp_line (start 1.16 1.04) (end 1.16 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e2b6960-7ae4-46f8-b6c2-66f4932ab6b8)) - (fp_line (start 1.2 -2.573) (end 1.2 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7572d711-0d96-4566-9673-573868e0749d)) - (fp_line (start 1.2 1.04) (end 1.2 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6826e449-681d-4470-b7ef-cadd7dcb3f2f)) - (fp_line (start 1.24 -2.569) (end 1.24 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d5b8967-3339-4acb-8be6-9de365cf55fb)) - (fp_line (start 1.24 1.04) (end 1.24 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e599e28-1c50-4203-907f-a4941f60f857)) - (fp_line (start 1.28 -2.565) (end 1.28 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf974fee-3990-4ece-a4bf-f2ed56694b28)) - (fp_line (start 1.28 1.04) (end 1.28 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79a85be4-a60e-4363-bda4-78a845675aff)) - (fp_line (start 1.32 -2.561) (end 1.32 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2cddf07-656f-4c29-b353-4a0b46627497)) - (fp_line (start 1.32 1.04) (end 1.32 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e67db0b-fbd6-4c24-9009-592a8f6c8a62)) - (fp_line (start 1.36 -2.556) (end 1.36 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fae4357-950c-43f8-9be7-f841e9fc73af)) - (fp_line (start 1.36 1.04) (end 1.36 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f93ff698-fe52-4737-82dd-ee0a2c5592e1)) - (fp_line (start 1.4 -2.55) (end 1.4 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d656194-d6ba-4ca9-b780-428592ce647d)) - (fp_line (start 1.4 1.04) (end 1.4 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ca707b0-7eec-416c-98e5-e00934861002)) - (fp_line (start 1.44 -2.543) (end 1.44 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df86d38f-8205-49d1-b5d1-5ee3c9769dfc)) - (fp_line (start 1.44 1.04) (end 1.44 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01e52a99-f3f4-4a02-8924-2c6ae9257a28)) - (fp_line (start 1.48 -2.536) (end 1.48 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3569d18b-d98d-453c-b6b1-4d3012efdfe2)) - (fp_line (start 1.48 1.04) (end 1.48 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c483f30-2408-4816-a498-8a65e4c980d8)) - (fp_line (start 1.52 -2.528) (end 1.52 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2aa580cd-c538-453d-af0f-c784461b639a)) - (fp_line (start 1.52 1.04) (end 1.52 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bb9e10a-324b-434e-9176-33fb23d44553)) - (fp_line (start 1.56 -2.52) (end 1.56 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d80d423f-9d2c-467e-8bb0-1525e008ea18)) - (fp_line (start 1.56 1.04) (end 1.56 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 951e875e-42e1-4578-b9e5-e28fe5ac472a)) - (fp_line (start 1.6 -2.511) (end 1.6 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 125b6b08-4c9e-4c2a-aa3e-f2550e1e7fe8)) - (fp_line (start 1.6 1.04) (end 1.6 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 433d5553-9f5a-4dc9-802f-d59bb4f7ad7e)) - (fp_line (start 1.64 -2.501) (end 1.64 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18edc178-054e-43e2-8950-0952b146027b)) - (fp_line (start 1.64 1.04) (end 1.64 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c900a73b-aca0-423f-b4f0-61e2bca50cc8)) - (fp_line (start 1.68 -2.491) (end 1.68 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f0129b9-8233-4c05-84ae-7375a8be2fff)) - (fp_line (start 1.68 1.04) (end 1.68 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c94b7ef4-da72-44ba-bcc4-766a533d6f19)) - (fp_line (start 1.721 -2.48) (end 1.721 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b88542b-e402-40e6-93ca-506adaaa6f80)) - (fp_line (start 1.721 1.04) (end 1.721 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a69597d0-f6a4-4395-b6e0-91df53df6f9e)) - (fp_line (start 1.761 -2.468) (end 1.761 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27e2d770-14e0-4dff-bb65-2a2939e03c6f)) - (fp_line (start 1.761 1.04) (end 1.761 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b282d0ed-b38d-4b3a-a2a2-97e55b8b9b6f)) - (fp_line (start 1.801 -2.455) (end 1.801 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1edecb1f-74c2-4714-a2a6-3b445d094cf8)) - (fp_line (start 1.801 1.04) (end 1.801 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b055f15f-7728-4b8a-9158-d7f5e99ff5be)) - (fp_line (start 1.841 -2.442) (end 1.841 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d4d34fe-1637-41d1-8d82-2f0c84fef411)) - (fp_line (start 1.841 1.04) (end 1.841 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcc83021-ef0b-4d55-b2e8-969d66ea6cfa)) - (fp_line (start 1.881 -2.428) (end 1.881 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18ddbae9-33af-44fc-b832-7a7ba8a34faa)) - (fp_line (start 1.881 1.04) (end 1.881 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c22b6737-739f-4b5c-be17-30beb154454b)) - (fp_line (start 1.921 -2.414) (end 1.921 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 493fe60a-1c3d-45c6-87eb-8be99497ba09)) - (fp_line (start 1.921 1.04) (end 1.921 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e684c8c-01bc-4213-a2df-4971f1c69a3a)) - (fp_line (start 1.961 -2.398) (end 1.961 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 246bd4d2-e3ed-4ca8-ae5d-6558def8a455)) - (fp_line (start 1.961 1.04) (end 1.961 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cf9622a-cbfc-492d-8b83-8425c1c55065)) - (fp_line (start 2.001 -2.382) (end 2.001 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8fee392-a4d6-4507-9017-a9dbfa71ddd0)) - (fp_line (start 2.001 1.04) (end 2.001 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 417c9b0f-7cc7-471f-9117-eefc08a2105b)) - (fp_line (start 2.041 -2.365) (end 2.041 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02870d18-da04-4e7d-a877-29be1fe57b4c)) - (fp_line (start 2.041 1.04) (end 2.041 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f880683-5c3c-4344-8125-9ebf4c77ba39)) - (fp_line (start 2.081 -2.348) (end 2.081 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d2e53d5-cc53-475a-994d-a80af8577d17)) - (fp_line (start 2.081 1.04) (end 2.081 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9fcc119-b743-4b68-9cc8-c5934bb142a4)) - (fp_line (start 2.121 -2.329) (end 2.121 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b3d612d-c9da-4357-99c7-71825650cf4b)) - (fp_line (start 2.121 1.04) (end 2.121 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a029e88e-9977-4db6-a593-712533007afc)) - (fp_line (start 2.161 -2.31) (end 2.161 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 802c1568-143b-44e9-b0b2-f8292c6bbaff)) - (fp_line (start 2.161 1.04) (end 2.161 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57136abe-6344-40e6-b9ad-4e4eea39da6a)) - (fp_line (start 2.201 -2.29) (end 2.201 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33f20872-7b24-4db3-8d4a-a0f4d1a582e9)) - (fp_line (start 2.201 1.04) (end 2.201 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e72f48d-8930-49f7-b64d-9158639191bb)) - (fp_line (start 2.241 -2.268) (end 2.241 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73be7475-f3e9-489a-b6d8-98c18982cabc)) - (fp_line (start 2.241 1.04) (end 2.241 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62982fd5-b49f-442f-bb7c-98b9cf935af0)) - (fp_line (start 2.281 -2.247) (end 2.281 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96f0757b-5e78-4251-947b-8eff443c8675)) - (fp_line (start 2.281 1.04) (end 2.281 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b12d56a7-6a62-4b2b-ac65-a5cf7b3cceab)) - (fp_line (start 2.321 -2.224) (end 2.321 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4d1be2d-013a-4fcc-8565-b407d9ac2eed)) - (fp_line (start 2.321 1.04) (end 2.321 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1d22069-183d-43e0-a88a-20c1449149ff)) - (fp_line (start 2.361 -2.2) (end 2.361 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a2a9630-a6a4-4f80-bb7a-e3a9cfc2766c)) - (fp_line (start 2.361 1.04) (end 2.361 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b333532-0e0e-4499-9c5a-2559124b0775)) - (fp_line (start 2.401 -2.175) (end 2.401 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc3e4eda-345e-4736-afba-3ac37a6fe233)) - (fp_line (start 2.401 1.04) (end 2.401 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32db55cd-241f-4e81-ba26-99d2bc95c180)) - (fp_line (start 2.441 -2.149) (end 2.441 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26994eb6-301a-4f4e-ada4-6c545ae67566)) - (fp_line (start 2.441 1.04) (end 2.441 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8d98b01-7452-4ba4-b576-c7db794f5914)) - (fp_line (start 2.481 -2.122) (end 2.481 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5ea6569-987a-4ada-96d1-b65f2b4f7ec1)) - (fp_line (start 2.481 1.04) (end 2.481 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c2a92ed-a950-4e9b-93cd-b2899ed6b0c3)) - (fp_line (start 2.521 -2.095) (end 2.521 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f88cb522-8ffa-4524-af46-8db1d1e21c45)) - (fp_line (start 2.521 1.04) (end 2.521 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bac9eb92-9480-46fe-9a71-a0841660cf8b)) - (fp_line (start 2.561 -2.065) (end 2.561 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb212278-b9fa-4adc-ab4e-5cd29afbdcf9)) - (fp_line (start 2.561 1.04) (end 2.561 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e55ab9a0-72e8-4819-8599-187b67196a7f)) - (fp_line (start 2.601 -2.035) (end 2.601 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33d198b1-a5d7-4d02-b686-22d9143e0c70)) - (fp_line (start 2.601 1.04) (end 2.601 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba8ebc5c-91ce-451c-9610-72ecc14b818a)) - (fp_line (start 2.641 -2.004) (end 2.641 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44408e26-acdd-49ef-bc22-d8fd176cf3a8)) - (fp_line (start 2.641 1.04) (end 2.641 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97d84b04-e46b-482e-ac0f-54a4ddbb527a)) - (fp_line (start 2.681 -1.971) (end 2.681 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7446796e-39ee-4d2d-86da-8728a3ea1e50)) - (fp_line (start 2.681 1.04) (end 2.681 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a6f4494-2959-4b3c-b080-eee6948384fc)) - (fp_line (start 2.721 -1.937) (end 2.721 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ef88d05-7855-4b8b-a37c-25e77a7cdb36)) - (fp_line (start 2.721 1.04) (end 2.721 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14f98be4-cb7d-4b53-9629-eb7f6835c7a4)) - (fp_line (start 2.761 -1.901) (end 2.761 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1652741-22fe-4dfe-b663-f0e702f2f2fb)) - (fp_line (start 2.761 1.04) (end 2.761 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2c89447-c32e-453f-add8-09c7ea1c17ef)) - (fp_line (start 2.801 -1.864) (end 2.801 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb78ad2-3b4f-413d-8f0c-4dc521f6c108)) - (fp_line (start 2.801 1.04) (end 2.801 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0753ee7a-d74a-4604-8902-ec1d1827d047)) - (fp_line (start 2.841 -1.826) (end 2.841 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a28e2f45-6414-44c1-b6df-2b320fe0a297)) - (fp_line (start 2.841 1.04) (end 2.841 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4ae6fd5-f531-42de-a2d6-629e9ccaee26)) - (fp_line (start 2.881 -1.785) (end 2.881 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebc673fa-5b9a-4456-a5fb-d2ddf69a54d2)) - (fp_line (start 2.881 1.04) (end 2.881 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f1a41d7-3544-412a-8673-f5532a1e361e)) - (fp_line (start 2.921 -1.743) (end 2.921 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6254b2b-df70-42ba-91a5-a792d1b83eac)) - (fp_line (start 2.921 1.04) (end 2.921 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6347427e-eba2-4ed8-9d39-f7525c537e1d)) - (fp_line (start 2.961 -1.699) (end 2.961 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f664b821-2305-4c67-9a1b-54471f3b81b8)) - (fp_line (start 2.961 1.04) (end 2.961 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22f5d482-8120-40b6-8eab-94f7a3436242)) - (fp_line (start 3.001 -1.653) (end 3.001 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae1d8b1b-0f96-4138-ac06-e69cd093b707)) - (fp_line (start 3.001 1.04) (end 3.001 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1fcf88f0-57b0-4dac-b3f0-c75c33a907ce)) - (fp_line (start 3.041 -1.605) (end 3.041 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7d1e65d-e8a6-49de-b629-ff4d064f70e2)) - (fp_line (start 3.081 -1.554) (end 3.081 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bc4e511-bef3-45dc-9571-b0fb112e7a8e)) - (fp_line (start 3.121 -1.5) (end 3.121 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9bd0555-a3ab-43a3-8f23-57f50dc4e289)) - (fp_line (start 3.161 -1.443) (end 3.161 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46153616-afe5-4a66-ba35-38f2ff55026b)) - (fp_line (start 3.201 -1.383) (end 3.201 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 539c083c-d3ad-4683-8164-f2341c05ed49)) - (fp_line (start 3.241 -1.319) (end 3.241 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 945abbbd-7ad0-4743-b0aa-73436810be55)) - (fp_line (start 3.281 -1.251) (end 3.281 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9bbc663-7940-4c60-9de0-cc5cb2f852d8)) - (fp_line (start 3.321 -1.178) (end 3.321 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97d9046d-7aeb-4c20-9087-f3c4d1beb7e7)) - (fp_line (start 3.361 -1.098) (end 3.361 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfcbfe42-8402-45e8-b6f2-6e1c963dce19)) - (fp_line (start 3.401 -1.011) (end 3.401 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fa260e5-7b0c-4bab-8630-bc61a27e44e5)) - (fp_line (start 3.441 -0.915) (end 3.441 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00736d5d-b846-4b02-a84b-53cd2db623b5)) - (fp_line (start 3.481 -0.805) (end 3.481 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afeb77ce-5a67-4fa3-a2e5-80c0f3b0c14c)) - (fp_line (start 3.521 -0.677) (end 3.521 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba57ad8a-71a6-4000-9350-22ffdf51a902)) - (fp_line (start 3.561 -0.518) (end 3.561 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b9127a2-6c9d-47db-8dd7-de03d3ec299d)) - (fp_line (start 3.601 -0.284) (end 3.601 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 702e9875-34ae-4aa2-bb5d-622f8590e7b0)) - (fp_circle (center 1 0) (end 3.62 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp c6a05a97-be25-40d9-badf-16fc148b980c)) - (fp_circle (center 1 0) (end 3.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp c665abe3-03ab-4ad4-9025-15574baa088b)) - (fp_line (start -1.133605 -1.0875) (end -0.633605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50774593-3374-447b-b3d5-2ff401c979d8)) - (fp_line (start -0.883605 -1.3375) (end -0.883605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a2f9d4a-8ff3-4e2a-8eb3-50b1080a22c7)) - (fp_circle (center 1 0) (end 3.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp ec17ceae-57bc-4c1d-94d8-f60040daf7b2)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C14-Pad1)") (pintype "passive") (tstamp 96816e11-9cd3-4a4d-bad7-841a0bf5c8e2)) - (pad "2" thru_hole circle (at 2 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(U3B-+)") (pintype "passive") (tstamp 5b5fcac5-7868-49cb-989d-bb37015af60f)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b5c8) - (at 51.3 63.545 -90) - (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-00005ed0a5d7") - (attr through_hole) - (fp_text reference "Q1" (at 2.54 -3.56 -90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7dbc2f32-92b3-4203-af9f-3d0eed98c86f) - ) - (fp_text value "2N3904" (at 2.54 2.79 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 71158b7b-534d-442c-a1e5-d166549ff947) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 976174d4-f497-4d25-84d3-ce9ac53a82af) - ) - (fp_line (start 0.74 1.85) (end 4.34 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 589a7bcd-3a9e-49ad-b1db-9d824e749ae6)) - (fp_arc (start 0.1836 -1.098807) (mid 1.143021 -2.192817) (end 2.54 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bc8380b-5906-4c84-b2c5-85f394945fe5)) - (fp_arc (start 0.74 1.85) (mid 0.446097 1.509328) (end 0.215816 1.122795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9023ac89-070b-4f2d-91f0-25416942b3d6)) - (fp_arc (start 2.54 -2.6) (mid 3.936979 -2.192818) (end 4.8964 -1.098807) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b033716a-4cb3-46b4-994a-7838a1726d65)) - (fp_arc (start 4.864184 1.122795) (mid 4.633903 1.509328) (end 4.34 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 922b1524-5503-4244-8b45-a9028af7ea80)) - (fp_line (start -1.01 -2.73) (end -1.01 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d9fc818f-872b-4d0b-8384-f039d5fdacaf)) - (fp_line (start -1.01 -2.73) (end 6.09 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 864f10b9-854f-46c8-ac57-191b0ff2cc6e)) - (fp_line (start 6.09 2.01) (end -1.01 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1c34e8e-d0bd-4326-94ee-5c6e1c397620)) - (fp_line (start 6.09 2.01) (end 6.09 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 985527d7-12be-44cc-90d3-69ea3b964e53)) - (fp_line (start 0.8 1.75) (end 4.3 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 011573cf-cb3a-4f03-a3bb-24ab4bef54b7)) - (fp_arc (start 0.786375 1.753625) (mid 0.248779 -0.949055) (end 2.54 -2.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77ce94f5-7c1c-451c-8893-e38e828f03c4)) - (fp_arc (start 2.54 -2.48) (mid 4.831221 -0.949055) (end 4.293625 1.753625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 384659eb-e351-43a1-ba5d-24324e8ae8b5)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(Q1-E)") (pinfunction "E") (pintype "passive") (tstamp 34655eb7-d803-4d86-8e98-1fddd31fcd2c)) - (pad "2" thru_hole circle (at 2.54 0 270) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(Q1-B)") (pinfunction "B") (pintype "passive") (tstamp 90be06ef-bc13-426e-8928-a4936e3b14f6)) - (pad "3" thru_hole circle (at 5.08 0 270) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp 5274c0d5-9ba5-4128-a5eb-8d333decd102)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b5f6) - (at 42.164 67.691 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ecfba3a") - (attr through_hole) - (fp_text reference "R1" (at 5.08 2.159 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp da6f5132-7619-4a33-9864-d43a4877ce79) - ) - (fp_text value "220k" (at 5.08 2.37 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ee28e916-fe70-4a97-be46-c1281bd7a225) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3be165cf-953e-4886-a483-fdcdff149e04) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ef0bd34-dceb-4fd5-9b5d-f071cb0f2f49)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80ee8ea5-783e-4b13-9507-7bd1a0f83a31)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db65b822-8a12-4c50-8e4a-6c513adf4eaa)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a4d853b-8d84-47c6-baf9-66df6183fa6b)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6e8ec30-41c0-4faf-a86f-31779aded2c9)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3208efe2-4269-44f9-87e6-a2b0d95b96a1)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de01e0b2-c8e0-401e-8bb5-50ec46c2761c)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e17f6de8-40ea-4555-9dc6-4acd71393a19)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2caa8d5-021b-4c29-ae3b-95c1fdd569f9)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14de7e9a-d043-412e-bfcc-8fa5e0c4a630)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec464900-6f0c-454b-9784-1a86a8f016aa)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f52de17c-2ef4-48c9-ab65-e381a31850d6)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c6e12b4-57b3-41f9-8ddc-f1f62d49c102)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efa987a6-3a79-40a7-a638-49fdf0f9de30)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0471c8bf-3b8a-416c-8de0-dfa8f93d152f)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 793f9c50-7b9e-4bea-b9be-9cab5bd4c141)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 5ed0dc38-05e5-4b73-8f1b-65b321c6a9eb)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "/fm_in") (pintype "passive") (tstamp 4be39ecc-7f0c-4a08-80f8-cb520f1d95e0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b60d) - (at 28.575 57.531 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ecfb7df") - (attr through_hole) - (fp_text reference "R2" (at 4.953 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5706e37e-bd70-4aa8-8042-2f0e971c18ec) - ) - (fp_text value "100k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3988b7e2-d8bd-49bc-ab20-7de052c183ac) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d39c83b6-a50a-40c0-8ea8-242d18c23eaf) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ce2f23d-fce2-4a41-bfcf-6de083bcc7ac)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a344019-81e2-4cf0-a9d7-ba2a42970987)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80eaeec7-de37-428c-8bce-d50976b2da82)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4ec4963-5a8f-4b84-811b-4cb615b20558)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb3c62dc-a825-43b1-a0c5-e0c687bb037d)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ba9f922-9e68-4ffe-be21-1b5ee97ffbb6)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de6a52b2-315c-4b16-b08e-97bb9631e541)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be46130d-56a8-466b-81cc-ed51a6886aab)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7ba961a-9cc0-4f29-bb2a-becf1a62dee7)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 606b2784-008c-42df-bee9-e6b0f1e4c932)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33ac1f9f-4133-4fef-a8d0-347fced7592f)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee69abed-e016-466c-bce9-7ed468f372bc)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60b3b37c-2834-4db5-9901-9d5fd013fda8)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edf0d8d3-8430-4ea9-a6cd-2a6b09afde4c)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 028d536d-dfa3-448b-a3d9-24b271eeedf3)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be26ac20-177a-46bc-8711-d7361d735330)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(U1A--)") (pintype "passive") (tstamp 520ed0da-09ca-4b90-8f15-662a05cab21b)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "/fm_in") (pintype "passive") (tstamp 627b1043-db51-43cf-bbdb-ccb7c46b9341)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b624) - (at 42.164 63.373 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005eceabcf") - (attr through_hole) - (fp_text reference "R3" (at 5.334 2.413) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c92fcbf1-4fa5-4021-98de-ddcbae31baaa) - ) - (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 67264310-cf76-4350-be86-44a7f32cd357) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ae6d694-94be-4adc-9c4c-a9017df93ee4) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d6b1d7e-441a-400e-a5fb-b95a5f42e692)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef52e539-af54-4758-bc1a-67ff2cca281e)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03489154-0495-4b22-b86a-bf237e863027)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec7e7a9c-8352-45c4-aede-078c6754a6ee)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c26e7025-d701-4b85-8d79-ed3318bab9f1)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee8fc000-7adc-4b4b-8474-5d846a8a8072)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9319d79b-897d-4ba7-b6a5-1f424d583c0c)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f46dc27-87f5-45c5-acb2-13835e233e29)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp acd478af-d24e-4545-8691-502f625a4feb)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11f716a5-fd82-4837-963c-b4b7eca6cfa9)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f1059cf-dd34-4818-ab4d-f04e18cbf5fe)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 506c2ee1-c8a0-40e8-8345-160f60963365)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6608a737-a17a-46ab-90c6-c02f2e1e3bca)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 262ac631-1549-40f4-834b-61becca2b73a)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61ec9627-412e-42b1-b024-21babbbdb57e)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4a2b036-08b0-40d5-864e-e8d0a397f159)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U1B-+)") (pintype "passive") (tstamp 86782ac5-96e5-4628-a9f4-3588031cf0d4)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "/fm_in") (pintype "passive") (tstamp c5afeb99-aab5-47f9-a472-1679620c7241)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b63b) - (at 41.656 71.247 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ed387dd") - (attr through_hole) - (fp_text reference "R4" (at 5.08 -2.37 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5e8a8ef8-6e16-48c3-a478-9ce2a10064fa) - ) - (fp_text value "100k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f7a643c3-c8eb-4fff-a978-d09bc08fa019) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 40055876-624b-4faf-88d9-6e62721e3e5a) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa0cce5c-b3b1-40a8-93bc-079c3baab031)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cc0ba0f-e21d-4160-a433-a9b47bf01a21)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3aaa4ce1-8978-4128-bf82-0938d7983278)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0fe9d29-354f-49d2-b242-1c3e86c5f6dd)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1214158-ea55-4c3d-83fb-a7aa09beae58)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f11e64a-be76-49a9-bb3b-dbeb907a3510)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b34b7143-0c9f-4ee8-80a7-cfba8372d966)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05957904-ce4d-4cb3-bc03-e1aef531e199)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1f981d6-d06f-44da-8cad-9f99eaadd44f)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70c81235-ffbc-4d6e-8416-5d8a4c360db6)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4393ee1e-0d0c-4ee5-b321-76e692e0f280)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e46de656-c6f0-4815-9b6e-5a5cdebb7ca2)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c8b7d67-be96-4568-b09e-d46bf6f5cf77)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd17956f-8fa3-4e2a-bf4c-e38c4381d1b6)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0be931c-01a8-4411-977b-6a48eeadf276)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56c776d2-27fa-4a13-a6ae-db25d9cbd5c6)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(Q1-B)") (pintype "passive") (tstamp a9f639b8-2fc9-4752-ab7f-0e5b5e56c7ea)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "/cv") (pintype "passive") (tstamp b74da3af-da67-4e18-883f-effd955a06eb)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b652) - (at 46.101 89.154 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ed46f01") - (attr through_hole) - (fp_text reference "R5" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8ae9dfcc-9159-4db0-a975-8469f54d3821) - ) - (fp_text value "470k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4ec79dae-86f9-43e8-acd6-4b6a0ada1474) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20326456-a96c-44c2-888a-142059171ae3) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1acfb1c2-c8ea-48f9-b4a9-f8cad6b0ad06)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bab5132c-8e05-4aba-be66-ede836cd6b98)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e95706cc-6f9e-4e18-a24c-a65cef30b188)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae4c8ab8-2de7-45d5-8bd2-d17e2915d762)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a7c15e5-8547-4076-a13b-73509dd8b83b)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e43e07c7-4102-45cd-8de4-0d5b4bd795f2)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2bf1ad87-21e3-4e0b-9b88-2f501ba74f7c)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a20f59f-12a8-444b-b7fe-eb42d9ff1666)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81f68eed-3d67-4fbe-bee4-5dfa9c808383)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55d3e346-0a2d-434e-ad3d-a33d8b30d75d)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b839aee-5582-4621-bb89-6f59f62d3c3c)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ea1da90-add2-432e-bbed-d688c10e6300)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49a9dc62-7630-4b06-88bc-22f1e52ff79c)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1fba7a40-f86e-4544-9e31-f1499796b194)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6332bc91-a2b1-477a-a4e9-e794e9bbec9b)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de1c5a40-e0da-493a-85d9-4965474c5edf)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "/res_1") (pintype "passive") (tstamp 92280337-f244-4e20-a0d7-620504e3f751)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "/in") (pintype "passive") (tstamp a45702cc-7a6b-49e0-ad49-8316e2483554)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b669) - (at 40.259 51.943 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ecf08f5") - (attr through_hole) - (fp_text reference "R6" (at 1.143 2.54 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8cad4809-cac7-44ba-9c60-ec2f09848a86) - ) - (fp_text value "100k" (at 1.27 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f4819fbd-4402-49f6-98d5-b67e8155804f) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b4f6af74-49a8-4645-b8cc-02679e07e81e) - ) - (fp_line (start 1.37 0) (end 1.44 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e348367-29b3-4899-a4d0-13d9ac845fe7)) - (fp_circle (center 0 0) (end 1.37 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1d08a331-b853-408d-a879-2855610d6819)) - (fp_line (start -1.5 -1.5) (end -1.5 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5fec90c-77ca-4d8b-a53f-253ff6e75fc3)) - (fp_line (start -1.5 1.5) (end 3.59 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fab11155-167c-4ffd-9f6f-4fab91ff4599)) - (fp_line (start 3.59 -1.5) (end -1.5 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a88877d-8270-4896-8ba2-5c3f092db23d)) - (fp_line (start 3.59 1.5) (end 3.59 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4b41b77-bd20-4d7b-9577-1919a21a0edb)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ee92795-2661-4aaa-b12c-cbad76514283)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 71aa9073-373d-4a03-9b97-67bcfea5f4d7)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "/fm_level_3") (pintype "passive") (tstamp 198c6eae-3c11-426d-9ac6-60539509dd22)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(U1A--)") (pintype "passive") (tstamp 7947902e-e11b-4f73-a5bf-ada51238ea6d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b680) - (at 37.084 71.247 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ef32ba1") - (attr through_hole) - (fp_text reference "R7" (at 5.08 -2.37 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b841cea1-dde1-492b-b07b-2c023a23fe56) - ) - (fp_text value "162k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 99140613-1b07-4d38-aafa-49aa01835cb8) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 448f5e4a-ee2b-4459-80db-4f8c8762cd43) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 680ef780-c7bc-4a05-9dd1-93ec00ed2401)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3071baa3-3f73-4c5e-be4d-cb3a79803c72)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b87be7b-a592-48bb-b203-ec911016b0a6)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93589438-4b38-44cb-b5ad-d2e6d31b4a9b)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60695922-629e-4fb8-86d9-0b28dffa1449)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc17b632-97c9-431a-8f88-27f7b463d75c)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eada04a7-1120-4270-b368-62c435323f81)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74fdeb17-1a61-42cd-bea7-94d76c2cde5c)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c29b303-7083-4213-a64d-6c29dcd92560)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 732e6324-7cf0-4284-b84c-a1886ea81c56)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cf80ade-2660-4e18-8b56-7e7c0e7c1ce4)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19e154f0-cf67-4216-84a4-ebbded02182e)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c6de5f1-11b5-459f-b98f-db2f944a3062)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11352a6f-6632-4268-9d64-634ff2056926)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6dbe0ac-9da4-4bf0-a442-c55399264075)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f85a728-bcd1-4c96-ac6a-9e06c9bb3e15)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(Q1-B)") (pintype "passive") (tstamp 54cd9b3b-1b91-47e2-97ba-ae5ef67ed8f3)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "/freq") (pintype "passive") (tstamp e2f048a2-f062-4b48-8cb7-3b0e57635cae)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b697) - (at 32.512 71.247 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ed04267") - (attr through_hole) - (fp_text reference "R8" (at 5.08 -2.37 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0ec648c-b9ba-4f21-82f4-e64e48ca94b9) - ) - (fp_text value "120k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f2cc63e7-962b-448c-81f6-8f50d4e941a3) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 610d1494-823f-486b-b9b5-622797ea702a) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77adbad8-abe5-4793-a163-759a3747f899)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c8202a6-fc5f-4e9f-aad4-0586393d855b)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfd1b7e4-2116-4a16-a64e-0656ddaa7d36)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5ff1e20-89ec-4500-9961-8e81626f1974)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2fbdb5b-7bd2-41d1-812f-e33b5f69fb67)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6add2c84-1188-4259-a6b7-9d3a7a62c1c0)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 92490b0f-2d76-4bf9-977b-9b23c46a06b2)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51b59978-0f3a-4979-8421-84d54f36b107)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48aeba93-5073-4f06-a548-4679b9a8fc0f)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23800909-4af9-4d81-9538-afd0537d9cd7)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3241ea07-e468-4f25-8bf9-088963d3b869)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3b8ea40-5266-4417-a11e-38a267ff319a)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86d64ac0-9c03-4fbe-9eb5-fc3dfd4e3d6d)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e4ce825-c1aa-4bb3-91fc-beb64decd014)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0392140-38e2-4fc9-b572-857478f73847)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e89084a-0cb3-4cf2-a3da-e3314d6bb8cd)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(Q1-B)") (pintype "passive") (tstamp 1c84b940-d1aa-4d14-840e-673cdfdea9a8)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "/fm_level_2") (pintype "passive") (tstamp b557bf2a-9ee3-44fb-a419-de4254149365)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b6c5) - (at 62.23 57.277 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ed3c7cb") - (attr through_hole) - (fp_text reference "R9" (at 4.826 -2.159 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8dc11c9e-3f40-4301-8623-b1cdf8273f66) - ) - (fp_text value "100k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5e69e9bb-5826-4dfb-ad3f-6c0c99670ca5) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1d786c97-73c6-4f47-a79b-41599090851a) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61773dee-c7e2-4287-af35-51c9d69be735)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4c2ad0f-e1ed-4a25-a803-b610c88b5455)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82a221f9-fa20-4c4d-9f8e-34c70caaef6d)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f76e4ef-06b9-453d-a834-90dfb8106d15)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 433f52f3-aeff-4ebb-bba8-00fab398cbb1)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77fdc156-edf3-4da5-ad80-73eecf6855ba)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e5d834c-3fe9-4129-b256-aab12864d76b)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84b595e5-44a4-4b47-a9c2-76cdfbb2e292)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8a16ef9-55c4-41b7-bf96-60b4490a4a58)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c45d445a-325a-4f79-bcf8-41d33987ae72)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebda7786-967f-453d-af2d-6e9c9bf188b8)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2b8fb59-fe79-41a0-a390-f01d88736e9e)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b391201-2254-4fbd-a0e2-0372f0880941)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 442aafbe-9362-45f4-9bbc-b9a10c6c8b3e)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65a60de6-ecf9-4122-b0d0-49ce1d8cd6a4)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b4ef405-dc12-4a95-8f3a-ff0d715707fc)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(Q1-B)") (pintype "passive") (tstamp 70185914-1167-40d6-b453-94c7b9901b57)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp e2865fff-6a9b-4210-8903-584896e325a6)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b70a) - (at 57.404 67.437 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ed06834") - (attr through_hole) - (fp_text reference "R12" (at 5.08 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b7e4e580-ba1a-4fb7-a63b-0a32b781a94f) - ) - (fp_text value "3k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9f79bf78-bcaf-4c12-a441-ae59382ce974) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0713ad98-2228-447e-ad84-34dddfeac110) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1cf39b7-b15d-488e-8c32-64ee3cb4a1ae)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9eceee0d-6964-4a2c-9367-0481017ce327)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82d3532f-3923-4961-86c2-bba9797b43fc)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a8583fc-c96e-47ae-be89-d8183a169dee)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 705527db-2e01-4984-9563-af2263f34d38)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 852015a2-8e3d-4ce2-9133-471edf21e818)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34546918-ca66-48a5-b86d-21ecb434091e)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46dee202-95fc-4c8a-a4a3-98c54ea8bba6)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6d60fef-741d-4dc8-b45a-93a3cae3f362)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6633b6f5-9e97-45f4-8370-7331b5b34d01)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d008063b-f054-4cad-8af3-2f3c219f2ecd)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d46ee40-ea2e-4874-a940-a025b7c561fa)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ea6afa8-a685-46ae-9df2-ff657b86f7e7)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c615273f-7f00-4aaa-8116-fcd6e9cdbf4b)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d57720c9-9649-4829-8925-14280c10f925)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fbfee9b9-16fb-4bd1-9d1d-9f61d6d686c6)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(Q1-E)") (pintype "passive") (tstamp 8ff25a97-bc2b-4ed4-a955-9c1f3a918f8f)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(Q1-B)") (pintype "passive") (tstamp 99bd0424-7643-4c86-9706-48737e8e8d41)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b721) - (at 43.18 105.918 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ed4c5cf") - (attr through_hole) - (fp_text reference "R10" (at 5.08 -2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fef1b95f-37df-4078-86cc-06a253600b50) - ) - (fp_text value "47k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 65ef01c6-a6d4-40f2-b071-c3ffb4a93f73) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2579eaa3-df4a-4ba0-abe0-fea990c6b2ea) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e003777f-0ef8-45f8-ac7b-5b12e720d669)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e563639-46d5-4ec9-afc7-5f62c517d9aa)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb380d3f-7568-49ee-a292-ffd7055d718c)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88125dde-045c-44f0-aa89-2553e5f5bbdc)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5790587b-1cb8-4762-aa76-0533ed9d37b1)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78bbd39b-2036-40ed-b23d-8fcb4825a246)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60e02acf-0b18-459d-8184-e8a04e7b77d1)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03ffc349-6e06-4be9-a48f-7c8bc2c992b9)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 290513f3-384b-4686-887b-a7ca0b42da49)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0ce0e8d-4d4c-41b1-9bea-ae61966f3c7e)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 068f51ad-b5df-45e8-8b6e-98635e6ff67b)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbf495eb-e393-44df-b609-89ae7462cc0b)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 941595b6-ed0c-45e2-bc30-d097d0da32e4)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca671772-7b19-42fb-85cd-76160c5117a7)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0895654-9065-4a08-9eef-51811f4e405f)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4744615a-c94e-4d50-a24a-754b8fa0ec04)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "/res_1") (pintype "passive") (tstamp 60116303-ca3c-4d37-a54c-171ba17c0ada)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C14-Pad1)") (pintype "passive") (tstamp d0b78b96-1747-41da-8b7c-3cc9308936b3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b738) - (at 58.166 105.918 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ed4c914") - (attr through_hole) - (fp_text reference "R11" (at 4.953 -2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 898c8e43-a25d-4adb-8c8a-ca098a999ea8) - ) - (fp_text value "1k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 55f11737-23ca-4dd0-bfaa-19fa3c1f8d87) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cc41824a-d9b5-4629-8df5-d73a340a7ad4) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d42146b-f0e0-485d-94a1-77565380cb4c)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dce2d326-b96d-465a-8eba-9ba2b108e699)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91316d4e-29de-481d-86b1-ad8bcdd298c7)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e45db6ce-6d25-499a-8a80-b74c6a22ac86)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 287cadc2-a852-42d5-a7db-7d8892a8d7ac)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d8ba42a-5a51-4004-b2ef-512fa705ec8d)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8317456-ab90-48fb-8f14-2f6c3f5899f3)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 122df848-dde9-46e3-b40d-bc09cd1995fa)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27197e5f-c870-4fd6-8f33-f4b5a5db85b3)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b004836e-684b-4a02-9fa4-b4a331ca376b)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa836dc2-15a9-45ea-ba19-f28d0321eff4)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03002e8b-0719-4474-9df4-9a642101fc9c)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51531d06-1a18-4009-90cb-949d433524f3)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 157d956a-5cb0-4ed8-b81c-ea0974217fcd)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f68c0a8e-463c-4a32-8f7d-dfc4a20ebe4c)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1d58b84-7d2c-46a0-8bd9-4a13608b2488)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 9c00b136-35ae-4488-90da-9f27c2434ad2)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "/res_1") (pintype "passive") (tstamp 631a05e8-9abf-4451-a209-9bbaaa8d3771)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b74f) - (at 59.563 84.836 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ef3c877") - (attr through_hole) - (fp_text reference "R13" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ac2c4a34-1f15-4610-8af9-4bd1a8f95299) - ) - (fp_text value "1M2" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5e423ac9-3f3f-4913-883a-f73be53f3c83) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19af129b-698d-48c1-bd8d-32178e00db62) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9bfb378d-8b70-4209-aa77-fcfd7f10b578)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcc7577e-2e1e-4b40-8ea9-471376001d7d)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06c887a6-a3d5-426d-b675-762dd435027a)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 175c1668-5465-475b-9e47-30a864a92d08)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 008e10cf-898d-421e-974d-9d38b7dd4ddc)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e53dfb0-9a99-46e3-968d-38f23892ca80)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41168e44-5e54-48b5-9516-d895394367a0)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83f8b8ef-74bb-4319-b882-163ae6385cf0)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dbde3804-26cd-48e0-a564-108f943d1de5)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33915ee4-1e69-4bfa-b907-e1a2012b4b9e)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8622b37-bf86-4f45-9347-14e2da5acf9b)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2de93ab7-bb10-4fe9-b7ad-094ffadc83b7)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40f1b84a-8c7b-45ab-b490-b24b323c8e43)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50acfaa2-49a3-4073-a5da-c0ffb6c6bd8a)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa3cd704-9864-472f-94ca-c9e1557766b4)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db53b392-95c3-441b-8f18-a6e73a2655ca)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 24 "Net-(U4-IQ)") (pintype "passive") (tstamp f3451391-35b0-4816-a33e-29bdffc18f1a)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(Q1-C)") (pintype "passive") (tstamp 082ccb52-4b4a-40bc-98e1-3cd5cc4b7001)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b766) - (at 48.006 110.49) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ed35bac") - (attr through_hole) - (fp_text reference "R14" (at 5.08 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 99dc0b70-7c4f-450f-bcc2-c525e13df3f9) - ) - (fp_text value "47k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 38684e3c-cc8e-4972-bf87-338c1a9333fe) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 61308d85-4d49-47ee-a195-5a5c90aba010) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac347763-b812-4307-ae72-39d62c544173)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be2f47a0-b9b1-4122-a8b5-3c8eff0563dd)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82860d02-fdf4-420b-9218-ab54f84fbb2a)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55301bf3-f8b9-45d8-8594-960c0d818f37)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 038b5da9-26ad-4915-8700-78a85d698979)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90843bee-fced-4dc4-b785-3cc7f6e55bc0)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a20618ef-1678-44a1-abb7-9abdb968bb57)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84107526-bc47-4943-9ff8-5eca192098a5)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07d8919b-19ec-42f7-8376-485c4fceec83)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45b332b1-38db-44a0-92a7-752027659a88)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64f5e8ec-2e73-4c19-b1c0-8198d21b278b)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4112bf1a-7a72-492c-ad5b-59b2f36aa1b2)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51960079-bc34-4641-805b-55261d73faef)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8467efc-29a3-405d-865a-62fc3eac5423)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e1f4d18-3f78-4b59-97fc-11eb9c576dbf)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1c4c812-3882-458c-a82f-0604dc2eb0fe)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(U5-+)") (pintype "passive") (tstamp 1d609bb5-2f58-43e6-aeb1-f1b2cb85c3f8)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "/res_2") (pintype "passive") (tstamp 85b06f2c-6709-4a6a-81bb-93460362ad50)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b77d) - (at 33.02 110.49) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ed36e2c") - (attr through_hole) - (fp_text reference "R15" (at 5.08 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1784379a-e993-4d23-b38c-9f1ca10a248a) - ) - (fp_text value "1k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7bfb47a3-c5bd-4ec4-b36a-157f77525677) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 976f2f7d-280a-4f25-a3a7-aa303f2a4756) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd63f74e-3a60-426b-8fae-3148d363fb6c)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2107e7a-5eb4-4347-9bf7-703ee7b3f656)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a427b3d5-e4c5-451b-be73-85efa3395a4b)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8b5d4be-9173-473b-8110-e2a1110a9e2d)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe5cb7a2-6a99-4147-8568-1729dae96e9e)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3151021-37ee-496a-84ea-87f4b67322ae)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 526c226d-d397-4020-9a46-6012e7ffddeb)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abac7b12-29e4-4682-bfc4-0e98ff4452d6)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80ee1fe4-56eb-467d-ac8e-fc844419d51b)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8f94463-7d66-43f9-8597-f6a08ca1562e)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f159d6a-16ae-4673-8a3f-7a90dba87c51)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc60f201-d43b-4150-abbf-2da1084ebb87)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6bf51e3-3425-4fab-aaa6-bf5d9925fea7)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d252b9b7-34cb-4732-839c-d7cbd655f696)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 044d5b80-cf2c-4c24-9c9a-f6e0461ad6e0)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34c5c507-8f54-46a9-a3b3-f485771824f9)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp ecef6912-c872-475d-9654-28052b97adb6)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(U5-+)") (pintype "passive") (tstamp e74c04c8-8df9-48bd-afcf-b416c0579578)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b794) - (at 35.941 84.836) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ef3d69e") - (attr through_hole) - (fp_text reference "R16" (at 5.207 2.159) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2bebab42-3620-4823-badb-cef7229eb8a2) - ) - (fp_text value "1M2" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e29fe276-3fc7-492a-81d1-71fbc4401bfc) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0a783274-71ff-4176-a420-1af704572086) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b7ce670-43d9-4ea4-999e-9f2b8fdfff07)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 319cbd80-4161-4376-a8f9-a3aa6b2e3452)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72a6e4d6-544c-4c93-a575-f7af48a661ab)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bcfdd2eb-9e40-459c-986c-1892db41dc3e)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e0f8e27-976c-4790-81f5-5271ca5d66fd)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e22e200-49eb-433d-8760-1a7f046402b3)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ca67a9a-6341-4318-8444-942203ec645f)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5d9c582-3cfb-4f70-8f7f-fc65b003c152)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31da209b-660f-4ff1-bd50-5daa8bb041ca)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be88e620-12a0-48f8-a5f0-532cd0f72db4)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eeb60dee-e046-449c-886e-b79f27487fb8)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2471a11-8d63-48a0-be55-a28312c71619)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08e0ee0f-0a50-430a-9e0c-2234ba94d477)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec690fa4-d649-47ce-8296-68588658e38e)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b241a000-815e-474a-9fe7-7db733f2483e)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eccbbc4a-e9b5-49cc-9998-561e558a25c3)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "Net-(U5-IQ)") (pintype "passive") (tstamp ad691230-3f15-4151-a020-8070caebdb29)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(Q1-C)") (pintype "passive") (tstamp b8685534-93df-4abb-afc4-78134cb42456)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b7ab) - (at 28.956 113.792 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ef649c0") - (attr through_hole) - (fp_text reference "R17" (at 5.08 -2.159 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1abc0898-6858-4504-a92e-e7bb72a0932a) - ) - (fp_text value "100k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c395c872-d587-434f-a68c-f956bb5b9496) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b4fab4b-9f62-439c-a7bd-9697161c83df) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b167b967-9ea4-4109-beaf-2a4ecb7fac70)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd3acb0e-e66e-4b14-ace8-67d6e25aa4f4)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c44c6371-10c3-4a9f-be82-785efe0037c5)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 055be9c3-a036-49f3-aa52-ae28757237b6)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cdca2c8f-1559-4540-a7b5-9dbb0ea65795)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9876639e-5229-4894-ac52-94433d373235)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2e77043-4b7b-4ac1-a8fc-cf05195690a4)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9cd2ad5-7be3-46f8-8861-68f747eca6b3)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3207bc8b-d2b5-419a-a3a5-673ee6324601)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26c132a3-b96c-4af0-a0f4-868b690e83f8)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4f6ab31-d8bc-4e70-afdf-e986cf4245f6)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0b5571c-2101-4c5e-acad-f8d5dde5b036)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0602ff19-7661-4685-971e-2759ea6495e5)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcdb406d-2076-48e0-bcbd-9a27fc481d83)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a5e5551-a0df-4b04-b6c7-157ce7629240)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 724d6970-6193-47e6-b3ea-8b05ba0c1193)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp ae639474-48a1-4386-9512-23533900a19c)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(U3A-+)") (pintype "passive") (tstamp ce0dcadd-dbf9-4ae7-add4-035ceac9501d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b7c2) - (at 61.976 113.792 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005eda2dca") - (attr through_hole) - (fp_text reference "R18" (at 5.08 -2.159 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 775778a6-7b6f-4966-9f0f-3fe45731f74c) - ) - (fp_text value "100k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f189061-00d0-4f5d-a2cb-3beed8bdfcfa) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4efd4162-8c8b-4d41-b3e3-cc9a76900faa) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f724da6c-3078-4177-ab8d-a61bb1eeecec)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d55d432-d695-4d76-af56-0e28be722480)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1070c9a-dcb9-4867-af56-a893f949e901)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a9fb430-f9b8-4783-a3f3-5781eade1796)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b18a57c4-4833-47ff-970b-14758c893433)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fdde86f-a691-43da-93c6-43ab4dec5ae9)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 899cd65c-f106-41a2-a65e-316907df36ad)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55dca3ec-5ff0-44ee-8732-9251d03b57c1)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3b1fe75-b040-4780-9a94-8e837e9d0866)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e84a8c5a-de59-40b3-b45f-4e72080e098d)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54e8aff3-27ee-4e04-9371-17906f6094a7)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 659edd50-863f-4996-a348-b20fe504168a)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b3924ce-570c-4358-94d3-d13c1d59d9eb)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d004d60b-13aa-485f-8e4e-588cd5b93a21)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30d8853c-8d17-47c4-9091-18afb6a4dc60)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a530a13-5bd9-4f77-81d1-94dda4efcac1)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 87bb8829-8d91-4b7c-812e-ef30825bebd2)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(U3B-+)") (pintype "passive") (tstamp af63d664-6ce6-40c3-8466-b499a51ca9c2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b7d9) - (at 33.274 113.792 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ef649cc") - (attr through_hole) - (fp_text reference "R19" (at 5.08 -2.159 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e4a160b3-a379-4ec4-a388-b4c9c7d5bac3) - ) - (fp_text value "10k" (at 5.08 2.159 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 578e582a-581d-440e-81da-83f188989d3a) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c3bad9a-fc45-4198-b61c-a616d7af27a4) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f6ba358-1846-484f-bf93-0f57c646657b)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cac7bc2a-ec1f-4871-aa22-5e08bd08c08b)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb17236f-cf17-4efb-9573-e6dd4c4f628f)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28c75fdc-9ffa-41b6-b2a5-741915d7db47)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e365d4e6-1984-4d42-890a-70efe6abfcfe)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f6365d1-5d8b-449b-9a35-2b8af828260d)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 820d7ec5-04d3-4340-962a-fce1f91f1682)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 548056a5-cbe0-4db2-9359-16f8ca73f9f7)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c86b2c0b-647e-4be7-9805-1671e9946824)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e77ffd11-8b27-4114-a16e-b268264c5b23)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa5b0153-02b6-4ddf-9a6b-fec006272556)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 091803de-7857-4b14-b1d5-3d9a69f8289f)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f77e23ad-bd88-44c8-b6a8-defe5e800d33)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 893c0e2f-7f8f-44b8-a9af-4cbd5b17085c)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6eea156f-0f88-4583-ab77-80be359d5e35)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1519d0d6-0271-4618-8044-0b02ed3a0c93)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 9dd1f7c3-91e7-4895-b908-5792701e306c)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 27 "Net-(U3A--)") (pintype "passive") (tstamp 6f86f450-2cec-4960-873a-4c7b50ef4823)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b7f0) - (at 57.658 113.792 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005edadff7") - (attr through_hole) - (fp_text reference "R20" (at 5.08 -2.159 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8d3c4e1-0746-464a-a614-9bfea10f0470) - ) - (fp_text value "10k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d43afd5-c417-42e9-909c-316c9ec6abf7) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 343e8ddb-6520-4c65-973a-a6a812cbef29) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30937e07-76d2-4471-8991-d915d849d912)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e624121b-5658-42d1-ad1c-a9c48433d4bb)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba80ffa8-2d97-4596-b9b0-ff924f50e3a8)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2557491-4143-422b-81b2-27213bf869a2)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bf90566-5f7b-4f61-9303-70154a418e79)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 723e9fbf-6f1a-48a1-86e0-650b8d91d9c6)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aecc5cdf-f098-4a40-a2c1-dcc85788919a)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 840b541f-dc0b-4fa8-8a77-de5fcd397095)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b8bfcfc-b8e7-442d-b1f6-10429c43f22e)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6158a16-80e0-4b77-b0b4-40fbf3cce321)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7992f6aa-64e3-4d22-a736-f0e2d8900271)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47ed9cc5-7ce3-41da-a768-98a78c80b430)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 118391b8-b306-4adb-927f-214cfc683aa2)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 262d51b3-22de-4bb7-8f5e-54e42fbec86b)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd45f085-e77d-42d8-af38-8f4d9b6ac656)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9eb5f87-8e6b-406e-a26d-db1fd6fa72cc)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp f00308ee-38e2-4ccc-8cb1-d2e587dd4425)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "Net-(U3B--)") (pintype "passive") (tstamp 94e99601-1b4b-4bb9-a3ee-9e7b0a1c601b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b807) - (at 37.592 124.206 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ef649dd") - (attr through_hole) - (fp_text reference "R21" (at 1.143 -2.159 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5a2279e9-3c25-45ea-bdb1-551e08653449) - ) - (fp_text value "100k" (at 1.27 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0d76c758-3db3-42d0-aa46-9f06673ebc1d) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 148082b2-5d31-4094-9738-c8ac5c6dcd5a) - ) - (fp_line (start 1.37 0) (end 1.44 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 907cc2e0-e227-46e3-ad81-be42ad7fdab4)) - (fp_circle (center 0 0) (end 1.37 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 774d06b0-b236-48b6-98cf-dd993a77cd85)) - (fp_line (start -1.5 -1.5) (end -1.5 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e173f5e8-d4a1-4656-b31c-33bf501270ba)) - (fp_line (start -1.5 1.5) (end 3.59 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb985642-796c-4382-9d33-8ef28c0eb832)) - (fp_line (start 3.59 -1.5) (end -1.5 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47004c84-d674-4b8e-8cee-9deb952320f4)) - (fp_line (start 3.59 1.5) (end 3.59 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a7dbfe6-26f6-4621-b513-a1aaa6cc9e67)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6a27a9e-5f1b-459f-a0c5-67c4263444ac)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 0d3cb51a-028e-409e-b243-8194e2e3d99c)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 27 "Net-(U3A--)") (pintype "passive") (tstamp 4480f17c-2302-43ea-9acc-f8427dfcac86)) - (pad "2" thru_hole oval (at 2.54 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "/bp_out") (pintype "passive") (tstamp ae035c2b-f6d6-4151-a66e-febca5f0eeb0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b81e) - (at 53.594 130.048 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005edb8585") - (attr through_hole) - (fp_text reference "R22" (at 1.143 2.159 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4adf52b6-e9cc-438c-ac96-738a9b60c506) - ) - (fp_text value "100k" (at 1.27 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6684f12a-ccd1-40ea-8d51-add7fe57bc89) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 107b8063-045d-477d-a719-12a4820963ae) - ) - (fp_line (start 1.37 0) (end 1.44 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5990ac57-c246-42d5-923c-b233b41bff86)) - (fp_circle (center 0 0) (end 1.37 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp c9c0edda-96ed-4f57-97ba-f02cfc0e693a)) - (fp_line (start -1.5 -1.5) (end -1.5 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cfe0ded-5bab-4cc9-a1b9-d56244dd0b12)) - (fp_line (start -1.5 1.5) (end 3.59 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc6f5c5b-df1c-4703-84d6-472331b93bf2)) - (fp_line (start 3.59 -1.5) (end -1.5 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e9c77ca-344a-483d-b219-8b8c3621325a)) - (fp_line (start 3.59 1.5) (end 3.59 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9939b1f6-32f0-4811-8865-8ca349c7d90c)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecc8318f-1a7a-4a44-aa43-25c95f5a01cd)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 9301a4d9-70f3-4b37-b960-985ad7e6a33d)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "Net-(U3B--)") (pintype "passive") (tstamp 572ef31f-b616-4ca7-9c59-ff3f29e4070a)) - (pad "2" thru_hole oval (at 2.54 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "/lp_out") (pintype "passive") (tstamp 725fd95d-86c8-4547-98a6-b6e5e260d2ff)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b8d7) - (at 45.085 51.943) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00005ecde718") - (attr through_hole) - (fp_text reference "U1" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3256851c-c3e1-4548-bfa7-493a20e9e757) - ) - (fp_text value "TL072" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c9423cc5-21e7-4f8b-92b5-0f23cd293e13) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 41b510b3-c6bc-470d-9332-d48c468ca2f4) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b3182fc-c205-4993-b433-d7b04cb01e0d)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09b993e0-c2f0-44a8-b130-0a6ce4e03123)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d7518a3-bf71-42e1-ad0b-2993aa321eca)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be3f5902-7b57-4f7a-8a1e-ccbcc00c65c2)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00397ff4-fe29-4238-8cc6-d92a9dfa6634)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e849520f-8654-4ad4-b4fa-5f58e8dace9f)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7166313b-c4a4-43a4-b372-d4508a614592)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bad2c94-738f-43e4-8500-42145a50699e)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd6c4fdd-339f-41aa-9bed-59310d016a6b)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc889973-df2e-4074-8e7d-ecc8b93a3c1c)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 682ee00c-e224-4492-ac57-3d4161d57e92)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a4ee1d2-01b1-45f0-9c46-27bf7952a2b0)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 081cb783-e2dd-4209-bc01-e8ed59589e90)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28be4b0c-dc35-4a85-a02d-d6fe4e76cb70)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e07a99b-0e11-410b-bed0-b4cbcd93f06b)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8727d59b-510a-418d-a601-cfdb398f7c49)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b8fb50d-d289-4d50-918b-255286339983)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c78a6a0b-4952-4955-a485-21cac001a9cb)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3133d424-0357-43c5-abb1-4b9dc169dec2)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8eca08bc-5488-477f-bfd2-1fe00fb071d7)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02a65016-0866-43f2-a077-108a66b25fb2)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6408a307-ee5a-4682-aa7d-376533b85b48)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 079558ee-b2bb-43f7-8cad-3da4afb4cd26)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "/fm_level_3") (pintype "output") (tstamp ea9b57ba-c9ca-4182-9b1c-9af2dbdf5910)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(U1A--)") (pinfunction "-") (pintype "input") (tstamp 0fe2dc7d-a817-413f-80a0-070ac50a0374)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 39ec037a-fe1f-4fd2-b5fc-5aa3d9b68c23)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 0162533f-8aec-4fb9-8163-f068bbc3a0b1)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U1B-+)") (pinfunction "+") (pintype "input") (tstamp 29a4089f-b071-43c5-89c6-2726856303fe)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "/fm_level_1") (pinfunction "-") (pintype "input") (tstamp 32f31de8-10ba-4851-88dc-c18c1a38466f)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "/fm_level_1") (pintype "output") (tstamp 671a0d73-c91e-4815-aa40-ca8ecb2ee7f4)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp f500d8d2-fd69-4328-8c34-e964fa136fc5)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b8fb) - (at 51.054 71.755) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00005ece278c") - (attr through_hole) - (fp_text reference "U2" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 47c3c3e0-9711-435b-bed3-c17181414894) - ) - (fp_text value "TL072" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d28c8447-2702-4537-aef5-ca1b00291bd8) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b5da103-5655-4e90-aba3-f67d91344119) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 602d7e9d-3f21-474a-8c7f-f0706a04405b)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba686c41-3e4c-4e75-a146-71f7391dfe03)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa5a95ac-c112-4ea6-a84c-813d54d4de96)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebbe1423-da5a-4354-92fc-1dc8b8b94ed8)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e92e0c2-ce9c-4835-bed7-af2498dc6436)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3568cf3-a1ca-4138-9acc-4983e9b9a773)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 027f7bfe-f809-4f97-a118-c0ad370c6538)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0802aa7-fdca-462f-9109-2549944826a9)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53460389-38dc-445e-899c-fd881050ea25)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9fafe11-932e-411c-879e-107e8ef636ae)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23cdb255-eb7f-4783-852d-ac6caa884727)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a7dabde-b576-46bc-92fb-3cdb9b900322)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9295b398-0931-4b96-afa6-83fc99abc8b3)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp deeed37a-0dc4-4843-8fd9-b9d908cead75)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f74ccff-d43b-4376-b1dd-864561b7282f)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bde7ca6-5629-4bd9-af00-488f1c5813d6)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f0b3291-9b9c-4d76-a0a8-84abd1c45b79)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp deecf386-32be-4a81-83f4-42e215633ca0)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7d443c3-7832-4c78-94dc-fbbc394be68c)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39683ad4-26be-441d-ade0-4c3095da3be6)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54c19c92-441e-44cc-b65f-1a895f3583ac)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8056ba8-e0f4-4be2-b11b-07c6fbd61ac3)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b5231aa-4cbd-4549-a6b3-6d58356487f1)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(Q1-E)") (pintype "output") (tstamp 09084b4f-1aed-4573-aaba-dfdcbd95e091)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(Q1-B)") (pinfunction "-") (pintype "input") (tstamp 71fdc684-02b2-4b06-bc29-e1a50ab8d5ff)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 865aaf35-2475-48e6-8ed9-51947467fec9)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 52109824-98c7-44d2-a74e-f3e5c7954852)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 0f811c8f-2022-43ea-b642-cd3fa8e25034)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "Net-(U2B--)") (pinfunction "-") (pintype "input") (tstamp 3ba8d5b1-a551-4033-b225-614a2ea0cf5d)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "Net-(U2B--)") (pintype "output") (tstamp 8525841c-3e65-472c-8e99-01835fc2a852)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp a48b5e23-9529-41d5-b99e-7ca7d7744943)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b91f) - (at 41.656 122.174) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00005ece2e4f") - (attr through_hole) - (fp_text reference "U3" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d9a9cc9b-f52b-4270-ad21-525c1b0102e6) - ) - (fp_text value "TL072" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b90cbba6-d095-4514-b347-eaceb695e806) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 00e8f342-7baa-4742-b10b-74ee92b1307a) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa81771c-dafd-4895-b4c8-4007487dccb0)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46ab2c50-bd3a-4361-b051-9a2760dc52ff)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bce1c7ef-0990-49ec-bb95-76b6bd1cb6b3)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72f42523-2ded-4b31-8cc7-61623f110fa3)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c96196c4-b6bc-4026-b28e-5eb81a74fad8)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6038a4a0-0135-4017-9887-92e870428885)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6e02789-7662-42f8-9eb7-2f178a4ee981)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1c8ef20-5134-42c7-99bb-44fce23bcfb5)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1733449-8997-451a-ac94-e2a36cd11ce7)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c68559d-5c6a-4c33-890f-62fd43986957)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 441d39d3-c0ab-4d14-bad0-03906cc558b9)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d7be7e8-5e0a-4255-ad24-0513f6318895)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cebb64f1-ad86-4ac0-adc1-63ae68c60009)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ccc58d6e-294b-4d5d-9e5f-84b8707e1c27)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9c032ea-edc9-4ea2-aef2-36401885991f)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c927098e-2f37-4d44-909f-8cfbf0af00ff)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bdcc9bb6-a41c-46b7-8823-b549c4819bff)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 414db549-1f34-4d32-98c6-95c7caa0ff33)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e18b43a-027c-46a2-bdb3-c7bc704db9cf)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5518d1c3-c124-4b35-948e-689db45dc830)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4de9e1a-185e-45f5-b5c0-d5dfde645a13)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce10102a-321a-4972-ab63-c9caf724e7af)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 018b5c3c-b5ee-4712-bb6d-50971eb96103)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "/bp_out") (pintype "output") (tstamp e7f41abc-0459-4f27-8d46-db91e595a3a7)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 27 "Net-(U3A--)") (pinfunction "-") (pintype "input") (tstamp 9ef4e35d-dad6-4ffe-aa2a-71ef5d61f864)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(U3A-+)") (pinfunction "+") (pintype "input") (tstamp c74b2508-cf22-43a8-80dc-319b47a10784)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 6e2d97f6-9720-41ee-96a0-efd3d9096064)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(U3B-+)") (pinfunction "+") (pintype "input") (tstamp e1d3159e-592c-4b63-8ecb-26066530956e)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "Net-(U3B--)") (pinfunction "-") (pintype "input") (tstamp 350987de-1eee-4b3d-89b2-291a158e9c25)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "/lp_out") (pintype "output") (tstamp a056b8d7-31d9-4c63-85b6-2da82e81f8a5)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 7d245073-7ab6-437c-8d9b-b984bc50b9b2)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b943) - (at 51.054 93.98) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Programmable Operational Amplifier, DIP-8/SOIC-8") - (property "ki_keywords" "Programmable opamp") - (path "/00000000-0000-0000-0000-00005ecda42b") - (attr through_hole) - (fp_text reference "U4" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 25905dde-ec7f-4ab7-8975-e37024ea1922) - ) - (fp_text value "LM4250" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c3b05d9c-ef97-4a2b-bea0-64b6c5f4401c) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f375bb72-60e4-4cd4-84e8-033042856570) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85f1a393-59c6-46da-ab76-7c7f0ccaf426)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a91fff4-12f9-43ba-b32d-e9f74b09712f)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ce7de95-bb1b-42e0-b720-b35b67fa0cd2)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37aaf341-fc66-4ebd-af9b-f5bf611d5db8)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fd0434f-5e54-4f77-8294-054b8c00c95f)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b602131a-ad4c-4620-a1ab-b0adc6af94af)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ffc2932b-1564-4c9e-9878-10f16961961e)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9dab8b82-d25c-4309-b9ac-26c468782fa3)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be96a673-7930-4ca2-9764-13f9117c04d1)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74511f07-ec4d-47b2-bdab-4ccdb1c452e5)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4a1b74a-e245-47ee-9890-68d02e14f99e)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2651a4ff-3021-409d-877c-6c185f690d07)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6c1be1a-1a9b-44a2-a3e6-a0021911b7ac)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 266c1b37-fab2-4757-a8c0-c1fd32b1376e)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dfa9a820-286c-4de8-a5ed-b832aa3981eb)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ec9ce23-9b18-4c3c-aa90-c17d19c3f7e7)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d15ecca1-3e40-4c74-b025-352a9622f362)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e18afeb-cc40-458b-be23-f16c062cf779)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90be7175-6e7d-4cea-ab33-71639297241e)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3589c9a6-7770-4222-9a25-9cc30d27c5d6)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80bacee1-b4f3-4eff-82f1-825111ccdd78)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 718cb9b5-b611-4256-b78c-4519503044b6)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07501ddd-19ef-4b23-b7b7-04dfd3196806)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "unconnected-(U4-NULL-Pad1)") (pinfunction "NULL") (pintype "input+no_connect") (thermal_bridge_angle 45) (tstamp b5ac3e06-d9c9-41b1-97f6-963338bd5f65)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "/res_1") (pinfunction "-") (pintype "input") (thermal_bridge_angle 45) (tstamp f857966e-4e9f-47cb-8fd3-a08561ff449a)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (thermal_bridge_angle 45) (tstamp fb14e175-3890-447a-ae22-8643aa1aabfd)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (thermal_bridge_angle 45) (tstamp 9b1bda77-bd9c-45ac-91aa-d44b49d12681)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "unconnected-(U4-NULL-Pad5)") (pinfunction "NULL") (pintype "input+no_connect") (thermal_bridge_angle 45) (tstamp 55919a90-1a43-4f7e-9cdc-23b25209ffc9)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "/res_2") (pintype "output") (thermal_bridge_angle 45) (tstamp a5a4a13e-bfbf-4daa-8666-487f26f786be)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (thermal_bridge_angle 45) (tstamp 650a30e4-0596-4d6f-a274-13fff57aa719)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 24 "Net-(U4-IQ)") (pinfunction "IQ") (pintype "input") (thermal_bridge_angle 45) (tstamp 51951ac2-5773-4340-8dd5-060f30db2b1d)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b967) - (at 34.925 93.853) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Programmable Operational Amplifier, DIP-8/SOIC-8") - (property "ki_keywords" "Programmable opamp") - (path "/00000000-0000-0000-0000-00005ecdae78") - (attr through_hole) - (fp_text reference "U5" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6526814b-8942-4536-923d-2788eaff8e1d) - ) - (fp_text value "LM4250" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6fe1216-dac6-411b-aba3-8586321b12b8) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 236cbc0f-bff4-4a5f-8cbf-8459bcc78851) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84afd58d-f973-4fb0-8674-c2ae4bb841cf)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 516a97ae-1057-4788-b988-6d0adf9358c6)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf6ec403-85ad-49ed-953a-b1a28d9fb470)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0d11b6e-49e0-40f9-9e33-557f4a655cb5)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fa90a87-9bd7-43db-8e0a-fee772ce685f)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebe1584f-1f3c-4e6c-820f-039b625d3f40)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8986bd8d-8f2a-47b3-9f64-7bf75852213a)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b06e9638-f28d-40fb-a2d1-94060ecfc707)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 456b690c-0b9e-4245-be27-0b3341f3d813)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6898526-989a-4dce-9591-256d73d0c584)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e6a0fa2-a80e-49fe-897e-ed21e55435b6)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e920cbf-e438-434a-be61-33485ab19dd7)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9233a61c-0132-4e83-a1af-2e449ade299e)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70d1223c-8704-4ac9-b69f-ab14314f4bc6)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dc70eaa-5028-4cd8-a3d4-1e6907f2a818)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3556b3fb-7908-48e0-8e23-c69d2f05e661)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae5cfe42-4811-4196-983a-a64e9be7fdfc)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8432b6ac-0ac9-43fd-b480-6f06afe386c1)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63b5deab-b6a6-443a-8f2e-0459006804fe)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04398813-77be-47a8-aa92-6873f3025853)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 240591a8-763f-4e0d-a1c9-83de5a2b1bae)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ce95941-3347-4b7f-be0e-769d0994a524)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1ca28fa-ea55-4e07-91c0-bbfbf61d820e)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "unconnected-(U5-NULL-Pad1)") (pinfunction "NULL") (pintype "input+no_connect") (tstamp 7f37a121-f2a3-4773-8b2e-67c96e9db0a2)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "-") (pintype "input") (tstamp 5b2d2626-d35d-44c7-9f38-971022ea7b52)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "Net-(U5-+)") (pinfunction "+") (pintype "input") (tstamp 763459f7-01a0-42b4-8189-c12478926780)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp f34d28a1-b02f-4d01-9e2e-1f4d589b6d2c)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "unconnected-(U5-NULL-Pad5)") (pinfunction "NULL") (pintype "input+no_connect") (tstamp b4b51979-bdeb-418f-9315-fa8a9f48abbe)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C14-Pad1)") (pintype "output") (tstamp 87fd3063-a36e-4bc9-8f9f-5b6a4df409f2)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 86665173-0b12-45b0-8f2b-85ab71b44add)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "Net-(U5-IQ)") (pinfunction "IQ") (pintype "input") (tstamp d9d4fe07-4602-4fcb-ae91-c2f56e64d185)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x14_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4c50c) - (at 27.432 73.66) - (descr "Through hole straight socket strip, 1x14, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x14 2.54mm single row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x14, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005ee3d3b2") - (attr through_hole) - (fp_text reference "J2" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6833771b-53db-4e8f-8156-37a4b97e9303) - ) - (fp_text value "01x14 Female" (at 0 35.79) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd245794-8791-4be5-938b-15bfb3166c57) - ) - (fp_text user "${REFERENCE}" (at 0 16.51 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b719c172-df91-43cd-ac94-f05bc787723a) - ) - (fp_line (start -1.33 1.27) (end -1.33 34.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df203c20-d200-4862-8630-d029cdd896c9)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 096d6689-4d6a-423f-8521-61e6fe317150)) - (fp_line (start -1.33 34.35) (end 1.33 34.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3064f9bf-9b06-4b11-a787-f9a6574e4782)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef1af420-7a17-43cd-b1fd-4f342b0e091b)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 261cde68-86ca-40fe-8736-701c69b7ad75)) - (fp_line (start 1.33 1.27) (end 1.33 34.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70473c4a-4f76-45cf-ab9f-b358edae9287)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd7d7ccd-dc81-421a-9d64-164f362860ef)) - (fp_line (start -1.8 34.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c756325a-cd89-4edc-b65a-b743e1b28a81)) - (fp_line (start 1.75 -1.8) (end 1.75 34.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9658f9f-98de-4ffe-b9af-5cebf017f061)) - (fp_line (start 1.75 34.8) (end -1.8 34.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61c12e8f-65cf-437b-bdb7-da55465a1b1a)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92871c11-7e6e-42e3-8f92-8de1ee9a5331)) - (fp_line (start -1.27 34.29) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4874407-9e00-47eb-bf44-86a00de6517e)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77c5141e-9605-4b86-87c0-9f3fd5a0dc7b)) - (fp_line (start 1.27 -0.635) (end 1.27 34.29) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8803df08-0cd7-4559-9aaa-7eabfffc7841)) - (fp_line (start 1.27 34.29) (end -1.27 34.29) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2ff2b92-04b1-4ca4-9bf8-286374bf55f9)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "Pin_1") (pintype "passive") (tstamp 0177c5ab-7fa4-4b59-87a8-8394341b6b6b)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "Pin_2") (pintype "passive") (tstamp a78225c8-b3ea-4a32-8e26-8538df28ffbd)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp 89164d4c-8498-4ce3-ba45-5f9aae03cb01)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "/fm_in") (pinfunction "Pin_4") (pintype "passive") (tstamp 34e25b85-1d01-40a0-81a1-0872b386ada1)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 20 "/fm_level_3") (pinfunction "Pin_5") (pintype "passive") (tstamp 3716895f-092e-477f-a32f-6d290c260ee9)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "/fm_level_2") (pinfunction "Pin_6") (pintype "passive") (tstamp f4bf3ee8-6da7-49b8-ae80-015d91fc43a5)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 22 "/fm_level_1") (pinfunction "Pin_7") (pintype "passive") (tstamp a44d2653-5326-429e-aa48-2f16ce05685b)) - (pad "8" thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "/freq") (pinfunction "Pin_8") (pintype "passive") (tstamp 5006c9d2-0524-4fbe-b85b-46158a80979c)) - (pad "9" thru_hole oval (at 0 20.32) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 18 "/cv") (pinfunction "Pin_9") (pintype "passive") (tstamp d0d044f2-2aa5-4b77-b909-07ad58d5a84d)) - (pad "10" thru_hole oval (at 0 22.86) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "/in") (pinfunction "Pin_10") (pintype "passive") (tstamp a12b7036-00cb-4c56-b04e-296a5227e094)) - (pad "11" thru_hole oval (at 0 25.4) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "/res_1") (pinfunction "Pin_11") (pintype "passive") (tstamp 032a6963-7310-4542-9802-52321a1bd891)) - (pad "12" thru_hole oval (at 0 27.94) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 13 "/res_2") (pinfunction "Pin_12") (pintype "passive") (tstamp 43217e81-0c46-4e14-b626-05638cc92b10)) - (pad "13" thru_hole oval (at 0 30.48) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "/bp_out") (pinfunction "Pin_13") (pintype "passive") (tstamp de01c9d3-d94f-46ae-8ed4-680a7661422e)) - (pad "14" thru_hole oval (at 0 33.02) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 14 "/lp_out") (pinfunction "Pin_14") (pintype "passive") (tstamp 08561ff6-3727-4730-a6de-9f3daa29c7ce)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x14_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 5ffd3f70-1c7e-4147-8394-e304c9184c34) - (at 51.31 135.26) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f330037b-7856-406c-a8ff-53e0197ae2db) - ) - (fp_text value "elektrophon logo" (at 0 -3.048) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1421a8b2-19b1-466d-8324-1b8f59677cd5) - ) - (fp_text user "elektrophon" (at 0.025 -1.125) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp b6f7d5e3-f688-4856-94bb-cc7afd9dda13) - ) - (fp_text user "R01" (at -8.655 0.881) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp fd95ae0a-0c7c-4758-9af6-12045622ec68) - ) - (fp_text user "ПОЛИВОКС" (at 8.645 0.911) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp ffc412d7-d738-43b9-aa08-26f93a6b8bf2) - ) - (fp_text user "R01" (at 8.605 0.911) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp 05fe014d-6da2-4cdc-abe9-9d580a5a0088) - ) - (fp_text user "elektrophon" (at 0.025 -1.125) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp c53df1ea-18c8-45d2-9234-ad80c63732e1) - ) - (fp_text user "ПОЛИВОКС" (at -8.515 0.881) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp fef5e654-eff1-40c4-aaa7-99e464e599f5) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e065a54) - (at 46.863 32.385 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005d6bebb7") - (attr through_hole) - (fp_text reference "J1" (at 0.8 -16.703 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5671b4ea-9107-4369-9ac3-243cfce52cc0) - ) - (fp_text value "IDC Header" (at 1.27 -16.764 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a03332f0-c789-428c-8d01-cf8161bf4299) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0d9cdb77-8d40-4bd3-a9d4-c8650e6ee661) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 958d552e-0007-4e7d-a543-a9bf2d7c0dd1)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6ae1ea99-6399-422e-8fda-beaecc16952e)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a94ad46d-41fc-4b97-b9a9-e06f525315ca)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e977ecaf-bec8-463d-adaf-1dc418b8b4b9)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e6b0f325-b964-4ac3-8a93-07a63fb30787)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b08ace4-7db7-4878-87a0-291d8dc63397)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 187683cf-f9dd-4a2b-bcb2-d75491d8c2b8)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2c38654-2dab-47c2-8258-81e574da66e1)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b35a3fdd-8eb5-43dc-8d83-8b8459e4f2e3)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 880de10f-7705-4231-ab66-12e06e8f3609)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp df762f07-4e58-44a7-bd2b-89f91867389e)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 466f409f-1aa6-4ca6-8f18-5f5f6e37c542)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dfd89a59-52a2-474d-ab33-3bee0134eb12)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 22fe25bb-8b91-46c7-b709-47147d93f97b)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d64cee41-c0ab-489d-b93d-e30ffc6e344c)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1aaaef65-5e9a-4da0-a304-606e0889597b)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9a4edfcc-c210-4b02-b467-ad67b024638c)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 95256d11-38c0-4707-b63f-b4607976f8b0)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e173894a-3694-4ab4-9e48-1bcf9dd4bd58)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a0f2d4fa-30ea-49fa-b0c8-a6c2c212b1b4)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 43471118-1544-4536-9d70-8da660010820)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 295d5bef-070e-4618-a80b-0c66b4313143)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8dd2f223-9ace-4c42-88e2-8939a3a1c7b5)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 28ed3651-7cf9-4b3f-a926-8da4d6b443db)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 28e162be-40bc-4a5d-b434-3879a709a7c8)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 51e96d81-7dea-49a5-b0f7-a0b7a32a4f6a)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4694fcfa-0418-4ddd-b668-21bead961465)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 651fd715-4537-4747-aa48-4a50f60222f4)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c8dd08dd-10d2-4d2e-9eb7-04ab2b459016)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ac9a05d5-b9b4-483c-9114-21e6a6aa6e85)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fa2fa20b-060e-4532-b484-90fca0dbf532)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ae549c05-77eb-430e-b8e8-e6bf774eba38)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 3 "-15V") (pinfunction "Pin_1") (pintype "passive") (tstamp 1ed940b5-e24b-4319-8be8-ef74cb442c71)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "Pin_2") (pintype "passive") (tstamp 7d586097-44ae-4d93-9565-fcef305950d8)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "Pin_3") (pintype "passive") (tstamp 3f8ee3c3-e377-4ed5-bd09-e1fc97d682dd)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "Pin_4") (pintype "passive") (tstamp 36326a5a-7e75-4cbf-b688-a439323b46fb)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp 66e58639-025a-4f6f-94a5-3b34a5976211)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp 7cf7da0c-17b5-4624-8311-185124cd8e6a)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp 332be1f9-1919-43be-a354-b31c4bae40ad)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp fbd9d1f5-6519-4bca-b555-49025d7f5072)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp 39a5e71e-b0e1-463e-9143-5a9912d90fba)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp 069cf182-2ea9-41df-8f92-177d58cff1f5)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 25.4 137.16) (end 25.4 25.4) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e089cae)) - (gr_line (start 25.4 25.4) (end 65.7 25.4) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 7fd53ce1-25b9-4d46-929b-e80b15cc1404)) - (gr_line (start 65.7 25.4) (end 65.7 137.16) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp d35aba2c-e512-469f-895d-84ddaebbbb17)) - (gr_line (start 65.7 137.16) (end 25.4 137.16) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp d598df34-b6b5-4f6a-b089-0df532938c29)) - - (segment (start 37.988899 33.639101) (end 39.243 32.385) (width 0.381) (layer "B.Cu") (net 1) (tstamp 25fe4ebe-89fb-4444-b59e-60f32becdfcb)) - (segment (start 26.191499 77.499499) (end 26.191499 38.053599) (width 0.381) (layer "B.Cu") (net 1) (tstamp 757335a0-1974-40fd-b795-823adfdd26c4)) - (segment (start 26.191499 38.053599) (end 30.605997 33.639101) (width 0.381) (layer "B.Cu") (net 1) (tstamp c3cbeabb-b1b0-47a2-bfe5-6a4dd81ab75a)) - (segment (start 27.432 78.74) (end 26.191499 77.499499) (width 0.381) (layer "B.Cu") (net 1) (tstamp d02a3e53-80f2-4679-a1f3-25842eb28ce7)) - (segment (start 30.605997 33.639101) (end 37.988899 33.639101) (width 0.381) (layer "B.Cu") (net 1) (tstamp f537ca81-1ae5-4b13-90aa-53b52bb91904)) - (segment (start 45.847 102.247) (end 47.66 104.06) (width 0.381) (layer "F.Cu") (net 2) (tstamp 0c6326fc-f2d9-45af-a6c5-eeb218db0a95)) - (segment (start 45.847 96.393) (end 45.847 102.247) (width 0.381) (layer "F.Cu") (net 2) (tstamp 19b20bb9-ed69-4c38-a1ca-3fa8fc93523a)) - (segment (start 32.239 45.104) (end 27.432 40.297) (width 0.381) (layer "F.Cu") (net 2) (tstamp 227c2e87-0f5b-4ab9-a0b6-791fed395bba)) - (segment (start 64.898752 99.796248) (end 60.635 104.06) (width 0.381) (layer "F.Cu") (net 2) (tstamp 25727df8-9617-4d78-bcda-41b8aa210dbc)) - (segment (start 46.59 45.104) (end 59.455 45.104) (width 0.381) (layer "F.Cu") (net 2) (tstamp 2bd08088-bcb7-4f96-bd0e-f25b0c30681d)) - (segment (start 64.944501 93.551499) (end 62.23 96.266) (width 0.381) (layer "F.Cu") (net 2) (tstamp 3d05fc46-bb64-4e7b-aa43-214d4d19586e)) - (segment (start 64.944501 60.912499) (end 64.944501 64.722499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 3f220044-3100-4ebd-b580-01da8e85203f)) - (segment (start 64.944501 112.585441) (end 55.101942 122.428) (width 0.381) (layer "F.Cu") (net 2) (tstamp 48a15dce-63a7-420b-9005-3e01c43f81d7)) - (segment (start 44.323 29.845) (end 44.323 32.385) (width 0.381) (layer "F.Cu") (net 2) (tstamp 4d536817-dd77-4bcc-8e11-b426d7a21ccc)) - (segment (start 64.944501 63.579499) (end 64.944501 70.056499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 4d63b650-52ff-448c-9c2f-66a6a0c3ac92)) - (segment (start 64.944501 91.868501) (end 64.944501 93.551499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 501cb1cb-36e2-4cd7-b943-6273e290194e)) - (segment (start 27.432 39.116) (end 27.432 37.935) (width 0.381) (layer "F.Cu") (net 2) (tstamp 512ba2cb-e186-4609-b667-fac74a2ec525)) - (segment (start 64.897 96.647) (end 64.898752 97.235) (width 0.381) (layer "F.Cu") (net 2) (tstamp 582e0abf-e97f-4320-bcdf-cb673607bb07)) - (segment (start 62.23 96.266) (end 58.928 96.266) (width 0.381) (layer "F.Cu") (net 2) (tstamp 5970021c-b521-4128-9943-49e838963a9d)) - (segment (start 46.59 45.104) (end 49.93 45.104) (width 0.381) (layer "F.Cu") (net 2) (tstamp 5be0d296-c655-45c8-8cde-132ab9bbbca9)) - (segment (start 64.944501 91.868501) (end 64.897 96.647) (width 0.381) (layer "F.Cu") (net 2) (tstamp 6e844dd7-af62-471e-a937-13064fbdf485)) - (segment (start 27.432 40.297) (end 27.432 39.116) (width 0.381) (layer "F.Cu") (net 2) (tstamp 8bb48e90-da42-4d54-b743-dd4c80f1e96f)) - (segment (start 53.34 122.428) (end 49.53 122.428) (width 0.381) (layer "F.Cu") (net 2) (tstamp 9288de87-6cd9-4fff-9b4b-2039e62d2d61)) - (segment (start 63.246 71.755) (end 58.938 71.755) (width 0.381) (layer "F.Cu") (net 2) (tstamp 93ea1b45-c38a-4ef2-a88c-cadf82320691)) - (segment (start 31.727899 33.639101) (end 43.068899 33.639101) (width 0.381) (layer "F.Cu") (net 2) (tstamp 9b6d4215-78e8-4d48-acf9-7b2c582a5d26)) - (segment (start 64.897 50.546) (end 64.944501 60.912499) (width 0.381) (layer "F.Cu") (net 2) (tstamp a3f299b8-a7be-4e30-a61c-d9fdc652929f)) - (segment (start 58.928 96.266) (end 58.674 96.52) (width 0.381) (layer "F.Cu") (net 2) (tstamp a4988a6c-c02c-45e1-b557-1cc0997428dd)) - (segment (start 55.101942 122.428) (end 53.34 122.428) (width 0.381) (layer "F.Cu") (net 2) (tstamp ab5cff10-c687-48a3-98ad-e34de7c7f718)) - (segment (start 64.944501 64.722499) (end 62.23 67.437) (width 0.381) (layer "F.Cu") (net 2) (tstamp ab8612f3-9c3e-44cf-8c4b-b441707980b5)) - (segment (start 49.93 45.104) (end 56.769 51.943) (width 0.381) (layer "F.Cu") (net 2) (tstamp abeeb4bf-4388-4948-a970-f4a85cd47aab)) - (segment (start 49.53 122.428) (end 49.276 122.174) (width 0.381) (layer "F.Cu") (net 2) (tstamp b2dfe176-b29e-4292-be82-7173a1ae24a2)) - (segment (start 64.898752 97.235) (end 64.944501 112.585441) (width 0.381) (layer "F.Cu") (net 2) (tstamp b57a1daa-2a82-41b3-921f-4a2e1dbbe57d)) - (segment (start 64.944501 63.579499) (end 64.944501 91.868501) (width 0.381) (layer "F.Cu") (net 2) (tstamp b7e956ae-c0e8-4f0c-bf15-6768cd146c0d)) - (segment (start 64.944501 60.912499) (end 64.944501 63.579499) (width 0.381) (layer "F.Cu") (net 2) (tstamp c1f0ec08-764b-41cf-b4fe-65533ed6a39f)) - (segment (start 56.769 51.943) (end 52.705 51.943) (width 0.381) (layer "F.Cu") (net 2) (tstamp c39340b2-fb09-4479-90f8-c5232635f425)) - (segment (start 59.455 45.104) (end 64.897 50.546) (width 0.381) (layer "F.Cu") (net 2) (tstamp c5b34cdf-c414-42ef-91d5-0fbb7a99c90a)) - (segment (start 60.635 104.06) (end 47.66 104.06) (width 0.381) (layer "F.Cu") (net 2) (tstamp cce854f8-c87a-4057-ad99-c39342354e9a)) - (segment (start 46.59 45.104) (end 32.239 45.104) (width 0.381) (layer "F.Cu") (net 2) (tstamp ce41ae89-5976-416c-b478-20ec7378ac41)) - (segment (start 45.847 96.393) (end 42.545 96.393) (width 0.381) (layer "F.Cu") (net 2) (tstamp ce8e7841-68a1-4bf1-8ac7-14a7c361ae6b)) - (segment (start 64.898752 97.235) (end 64.898752 99.796248) (width 0.381) (layer "F.Cu") (net 2) (tstamp d10239f4-3677-4e78-834c-9f7ac0e86671)) - (segment (start 43.068899 33.639101) (end 44.323 32.385) (width 0.381) (layer "F.Cu") (net 2) (tstamp d3ea705a-ee5b-4a44-9f42-cd735be71e64)) - (segment (start 64.944501 70.056499) (end 63.246 71.755) (width 0.381) (layer "F.Cu") (net 2) (tstamp dd1e7213-2ded-4108-ba67-e76b1e7717c4)) - (segment (start 27.432 37.935) (end 31.727899 33.639101) (width 0.381) (layer "F.Cu") (net 2) (tstamp f1ebaf6c-df9d-4e82-b230-b1d39f113e19)) - (segment (start 27.432 72.429) (end 27.384499 72.381499) (width 0.381) (layer "B.Cu") (net 2) (tstamp 4ad93a87-bf2c-419c-8933-09f3c2afd77d)) - (segment (start 27.384499 40.344501) (end 27.432 40.297) (width 0.381) (layer "B.Cu") (net 2) (tstamp 4cb92b6a-cc5e-43bb-a01b-78d872a1089f)) - (segment (start 27.432 73.66) (end 27.432 72.429) (width 0.381) (layer "B.Cu") (net 2) (tstamp 77d7f6ba-579b-4822-9226-b8fa2006e6bb)) - (segment (start 27.384499 72.381499) (end 27.384499 40.344501) (width 0.381) (layer "B.Cu") (net 2) (tstamp 89bdd20d-6207-459d-a115-72cbad5b6d31)) - (segment (start 27.432 40.297) (end 27.432 39.116) (width 0.381) (layer "B.Cu") (net 2) (tstamp c461961a-850b-4243-94f5-e5ccdffa31d6)) - (segment (start 46.863 29.845) (end 46.863 32.385) (width 0.381) (layer "F.Cu") (net 3) (tstamp 11e8a204-dd55-4a43-8b47-aa6f3a81bcc0)) - (segment (start 41.3766 39.116) (end 46.863 33.6296) (width 0.381) (layer "F.Cu") (net 3) (tstamp 3c90239b-0d3b-4680-9256-a0851ad02c8e)) - (segment (start 36.282 39.116) (end 41.3766 39.116) (width 0.381) (layer "F.Cu") (net 3) (tstamp 4d5785c6-1501-433f-8535-029213456f4b)) - (segment (start 46.863 33.6296) (end 46.863 32.385) (width 0.381) (layer "F.Cu") (net 3) (tstamp a078eb35-c52f-49df-8435-3470e10a3f5b)) - (segment (start 43.735501 98.305501) (end 43.735501 93.281559) (width 0.381) (layer "B.Cu") (net 3) (tstamp 0d5c8f22-0488-41a7-b67a-0a64409c5aa8)) - (segment (start 43.735501 93.281559) (end 36.480443 86.026501) (width 0.381) (layer "B.Cu") (net 3) (tstamp 13e16c05-ffa3-414c-a05e-298caf3e07dc)) - (segment (start 29.972 52.324) (end 29.972 45.426) (width 0.381) (layer "B.Cu") (net 3) (tstamp 156f633e-1c2f-4658-a7f6-363b27c30196)) - (segment (start 29.972 99.782) (end 36.401499 106.211499) (width 0.381) (layer "B.Cu") (net 3) (tstamp 28d2a0d5-bf76-4246-b462-ae93bb930392)) - (segment (start 46.99 79.335) (end 33.742 79.335) (width 0.381) (layer "B.Cu") (net 3) (tstamp 2b782088-4d70-434c-a8f6-fd995d6b4254)) - (segment (start 36.401499 106.211499) (end 36.401499 128.563499) (width 0.381) (layer "B.Cu") (net 3) (tstamp 3f48726a-9d6b-4cf1-bbb5-09cee8103eb2)) - (segment (start 47.244 101.814) (end 43.735501 98.305501) (width 0.381) (layer "B.Cu") (net 3) (tstamp 4f60d074-ff0f-4552-9f85-5e500f7678d4)) - (segment (start 41.616 129.754) (end 41.656 129.794) (width 0.381) (layer "B.Cu") (net 3) (tstamp 5c2acb31-4a85-4bb0-ad1b-3f381f7b4e93)) - (segment (start 34.885 101.433) (end 34.925 101.473) (width 0.381) (layer "B.Cu") (net 3) (tstamp 60b4d196-3080-4b3b-8c8a-858e574c7e98)) - (segment (start 29.972 52.324) (end 30.099 56.896) (width 0.381) (layer "B.Cu") (net 3) (tstamp 614326b0-1787-4f7b-bf6b-c744d2d043fc)) - (segment (start 29.972 75.565) (end 29.972 83.312) (width 0.381) (layer "B.Cu") (net 3) (tstamp 649958ac-8427-4f24-90c6-59b5c7e7d24d)) - (segment (start 37.592 129.754) (end 41.616 129.754) (width 0.381) (layer "B.Cu") (net 3) (tstamp 6aad098e-b59e-4d59-b597-2bb324696738)) - (segment (start 45.045 59.523) (end 45.085 59.563) (width 0.381) (layer "B.Cu") (net 3) (tstamp 74d74eaf-5369-4401-8a5e-df3d79960f90)) - (segment (start 47.458 101.6) (end 47.244 101.814) (width 0.381) (layer "B.Cu") (net 3) (tstamp 902e092e-9cbb-4a5a-b192-6ad0d2c49526)) - (segment (start 29.972 73.66) (end 27.432 76.2) (width 0.381) (layer "B.Cu") (net 3) (tstamp 9b563d27-88d8-4008-9beb-08e194b71f37)) - (segment (start 29.972 45.426) (end 36.282 39.116) (width 0.381) (layer "B.Cu") (net 3) (tstamp a5d31dfa-3afe-4f90-9b08-35ab2d95cd7e)) - (segment (start 32.726 59.523) (end 30.099 56.896) (width 0.381) (layer "B.Cu") (net 3) (tstamp b1c3af9c-e436-4365-ad27-00447d690892)) - (segment (start 36.480443 86.026501) (end 32.686501 86.026501) (width 0.381) (layer "B.Cu") (net 3) (tstamp b2fb6c62-0a7e-4841-95bb-21b2aa2ca503)) - (segment (start 51.054 101.6) (end 47.458 101.6) (width 0.381) (layer "B.Cu") (net 3) (tstamp b59a495d-f7f8-4532-bd45-9eba903dc83b)) - (segment (start 51.014 79.335) (end 51.054 79.375) (width 0.381) (layer "B.Cu") (net 3) (tstamp ba766f34-6e01-4d9f-8fb5-0faf208dc93d)) - (segment (start 31.623 101.433) (end 34.885 101.433) (width 0.381) (layer "B.Cu") (net 3) (tstamp bebe282a-620f-4b13-a618-f2b1951cec2d)) - (segment (start 40.259 59.523) (end 32.726 59.523) (width 0.381) (layer "B.Cu") (net 3) (tstamp c7f67b4c-a672-401e-b05a-0d606d42d9c9)) - (segment (start 29.972 52.324) (end 29.972 75.565) (width 0.381) (layer "B.Cu") (net 3) (tstamp cc9e4106-f303-411a-8d71-e89a7e31e361)) - (segment (start 46.99 79.335) (end 51.014 79.335) (width 0.381) (layer "B.Cu") (net 3) (tstamp d3be1394-93b7-4e04-a8b2-3bfe38bb854b)) - (segment (start 36.401499 128.563499) (end 37.592 129.754) (width 0.381) (layer "B.Cu") (net 3) (tstamp d87f0095-6e34-465a-aace-3ae308a9e2c2)) - (segment (start 40.259 59.523) (end 45.045 59.523) (width 0.381) (layer "B.Cu") (net 3) (tstamp dc10adf5-00af-4027-b8ab-273d5a5daab6)) - (segment (start 29.972 83.312) (end 29.972 99.782) (width 0.381) (layer "B.Cu") (net 3) (tstamp dc23dcaf-7d0c-4a96-8792-c6dbd24ad6fb)) - (segment (start 32.686501 86.026501) (end 29.972 83.312) (width 0.381) (layer "B.Cu") (net 3) (tstamp ef05fb1d-5bf5-4101-a623-1b14a4a5add2)) - (segment (start 33.742 79.335) (end 29.972 75.565) (width 0.381) (layer "B.Cu") (net 3) (tstamp f9a38109-ebed-4b78-9e1f-bac822cdb37d)) - (segment (start 40.005 98.933) (end 42.545 98.933) (width 0.25) (layer "F.Cu") (net 4) (tstamp 0e24b3de-0587-4231-b7a7-d88541be7280)) - (segment (start 33.02 105.918) (end 40.005 98.933) (width 0.25) (layer "F.Cu") (net 4) (tstamp 97f51177-29b1-4d4f-9b3d-a7ffba0c16ae)) - (segment (start 41.419999 100.058001) (end 41.419999 117.492999) (width 0.25) (layer "B.Cu") (net 4) (tstamp 001958de-1bb7-4f2f-8d39-671b1f458544)) - (segment (start 58.386 127.637775) (end 59.436 127.637775) (width 0.25) (layer "B.Cu") (net 4) (tstamp 4284a266-11cb-4cc0-b5b3-47e803793b34)) - (segment (start 53.689775 132.334) (end 58.386 127.637775) (width 0.25) (layer "B.Cu") (net 4) (tstamp 4f51cfdf-4190-4048-bac6-ab9e6f2a7606)) - (segment (start 46.863 122.936) (end 46.863 130.175) (width 0.25) (layer "B.Cu") (net 4) (tstamp 6684f914-0298-4e4d-8dab-8d8e0e23ec12)) - (segment (start 42.545 98.933) (end 41.419999 100.058001) (width 0.25) (layer "B.Cu") (net 4) (tstamp 852e1912-c49a-4fc2-87a3-2768e6be73da)) - (segment (start 41.419999 117.492999) (end 46.863 122.936) (width 0.25) (layer "B.Cu") (net 4) (tstamp 8586f39b-153c-4282-b357-4b3dccb6694f)) - (segment (start 46.863 130.175) (end 49.022 132.334) (width 0.25) (layer "B.Cu") (net 4) (tstamp a6cf41fe-6bc1-4d4c-bdea-fcbc8fc21804)) - (segment (start 49.022 132.334) (end 53.689775 132.334) (width 0.25) (layer "B.Cu") (net 4) (tstamp f362308e-6cb5-4ea7-8ac4-0ac1b1e75a22)) - (segment (start 36.703 29.845) (end 36.703 32.385) (width 0.381) (layer "F.Cu") (net 5) (tstamp 73d35897-7443-47c2-a373-6c5d6f606987)) - (segment (start 28.956 125.508) (end 31.496 128.048) (width 0.25) (layer "F.Cu") (net 6) (tstamp 5f6d277b-0515-49cb-8650-567dfdb7d8c1)) - (segment (start 31.496 128.048) (end 33.415001 126.128999) (width 0.25) (layer "F.Cu") (net 6) (tstamp 894244b3-c20c-45bb-97c3-9b6aafca00be)) - (segment (start 28.956 123.952) (end 28.956 125.508) (width 0.25) (layer "F.Cu") (net 6) (tstamp abfd1379-b328-488a-ac13-3c899ebd5f7a)) - (segment (start 40.530999 126.128999) (end 41.656 127.254) (width 0.25) (layer "F.Cu") (net 6) (tstamp d53ebe2d-3df6-4181-b99f-0fafb9203be3)) - (segment (start 33.415001 126.128999) (end 40.530999 126.128999) (width 0.25) (layer "F.Cu") (net 6) (tstamp e66358c5-e7d6-4ca3-90ef-eeeecf5f8f64)) - (segment (start 50.30363 131.953) (end 57.120775 131.953) (width 0.25) (layer "F.Cu") (net 7) (tstamp 09aae6a1-951c-4490-a75d-e06580db89ed)) - (segment (start 49.276 129.794) (end 49.276 130.92537) (width 0.25) (layer "F.Cu") (net 7) (tstamp 3a5d59c0-445b-427b-b671-4ab8023d0c8d)) - (segment (start 61.976 128.229145) (end 61.976 123.952) (width 0.25) (layer "F.Cu") (net 7) (tstamp 85aa10b4-f0d5-4566-a460-c7374021551d)) - (segment (start 59.436 129.637775) (end 60.56737 129.637775) (width 0.25) (layer "F.Cu") (net 7) (tstamp b3d9651b-82ae-4589-b7d8-03766ce482f9)) - (segment (start 57.120775 131.953) (end 59.436 129.637775) (width 0.25) (layer "F.Cu") (net 7) (tstamp d8108703-d10d-4d01-be87-7913ae9a1541)) - (segment (start 60.56737 129.637775) (end 61.976 128.229145) (width 0.25) (layer "F.Cu") (net 7) (tstamp e33b6cc9-09bb-4905-a59e-cae3a0aba025)) - (segment (start 49.276 130.92537) (end 50.30363 131.953) (width 0.25) (layer "F.Cu") (net 7) (tstamp e4839dee-b1d0-4a72-b58a-71a3dd57b1c4)) - (segment (start 51.3 63.545) (end 53.512 63.545) (width 0.25) (layer "B.Cu") (net 8) (tstamp 1ba68dd0-e9c7-4647-8f1b-05fdbd11592e)) - (segment (start 53.512 63.545) (end 57.404 67.437) (width 0.25) (layer "B.Cu") (net 8) (tstamp 65fd4d7e-bf57-49f2-aba1-bec63e885b56)) - (segment (start 53.086 71.755) (end 57.404 67.437) (width 0.25) (layer "B.Cu") (net 8) (tstamp 72a2faed-d1aa-45c1-bd9e-4a37bd65ca20)) - (segment (start 51.054 71.755) (end 53.086 71.755) (width 0.25) (layer "B.Cu") (net 8) (tstamp c8ecf6ea-09b9-43b0-9cce-abde376cc26d)) - (segment (start 49.403 84.836) (end 46.101 84.836) (width 0.25) (layer "F.Cu") (net 9) (tstamp 6cf0791a-5f0b-4189-8bc4-407423a08a7e)) - (segment (start 54.16 71.485) (end 54.16 79.317) (width 0.25) (layer "F.Cu") (net 9) (tstamp 72aa4765-d1b2-44d5-96cf-7bb2342bbf5c)) - (segment (start 54.16 79.317) (end 49.276 84.201) (width 0.25) (layer "F.Cu") (net 9) (tstamp 7711c492-1c30-4d8c-b2ae-0110ea45af5c)) - (segment (start 51.3 68.625) (end 54.16 71.485) (width 0.25) (layer "F.Cu") (net 9) (tstamp 8e4af6d9-4b74-4277-b1d4-9a43cdcc64d1)) - (segment (start 51.3 66.085) (end 57.404 59.981) (width 0.25) (layer "F.Cu") (net 10) (tstamp 43617199-d0d3-43cd-aad6-c430fde7eadc)) - (segment (start 57.404 57.277) (end 62.23 57.277) (width 0.25) (layer "F.Cu") (net 10) (tstamp 4dd97b16-2d5f-4eea-9a82-48a0910b8e1a)) - (segment (start 46.138 71.247) (end 51.3 66.085) (width 0.25) (layer "F.Cu") (net 10) (tstamp 51371baa-69f2-4a60-b9ba-081d5caeeb05)) - (segment (start 43.985 71.247) (end 45.212 71.247) (width 0.25) (layer "F.Cu") (net 10) (tstamp 61a7be5e-8fc1-4681-ba10-e6f1dff6e478)) - (segment (start 45.212 71.247) (end 48.27 71.247) (width 0.25) (layer "F.Cu") (net 10) (tstamp 7e9d8a01-1185-4daa-9e7a-fa03bb490473)) - (segment (start 41.656 71.247) (end 43.985 71.247) (width 0.25) (layer "F.Cu") (net 10) (tstamp 90c52eda-5fb8-49a6-aa2a-0ce60d11d6ad)) - (segment (start 32.512 71.247) (end 41.656 71.247) (width 0.25) (layer "F.Cu") (net 10) (tstamp cd586a1a-3bd7-426b-b930-87c0c675e84b)) - (segment (start 43.985 71.247) (end 46.138 71.247) (width 0.25) (layer "F.Cu") (net 10) (tstamp cf2be428-d081-4257-bc8e-0163933d1e05)) - (segment (start 57.404 59.981) (end 57.404 57.277) (width 0.25) (layer "F.Cu") (net 10) (tstamp d7d52479-4c9f-4307-b5f6-1812af40c245)) - (segment (start 48.27 71.247) (end 51.318 74.295) (width 0.25) (layer "F.Cu") (net 10) (tstamp dc46ebd1-43f1-418a-9d4f-baa7bb5c224c)) - (segment (start 45.085 54.483) (end 40.259 54.483) (width 0.25) (layer "F.Cu") (net 11) (tstamp a16b99e6-c966-487d-a6cc-604127b0756e)) - (segment (start 37.211 57.531) (end 40.259 54.483) (width 0.25) (layer "F.Cu") (net 11) (tstamp a4d6d787-6114-4ba3-9eec-0fee62ed2213)) - (segment (start 28.575 57.531) (end 37.211 57.531) (width 0.25) (layer "F.Cu") (net 11) (tstamp b415cafd-d16a-45c6-9535-7eae693b2f5d)) - (segment (start 47.76363 63.373) (end 42.164 63.373) (width 0.25) (layer "F.Cu") (net 12) (tstamp 5746d688-15c1-4ef6-a996-faee3b165693)) - (segment (start 52.705 59.563) (end 51.57363 59.563) (width 0.25) (layer "F.Cu") (net 12) (tstamp 58502fe6-57ed-47e3-ba8c-ed750e4aba19)) - (segment (start 51.57363 59.563) (end 47.76363 63.373) (width 0.25) (layer "F.Cu") (net 12) (tstamp 7956d114-00d8-45a4-84ef-ced5a7e2c15d)) - (segment (start 45.466 123.317) (end 45.466 120.029002) (width 0.25) (layer "F.Cu") (net 13) (tstamp 0a46c41f-dced-4096-841c-38f7fe677e54)) - (segment (start 41.91 131.445) (end 45.466 127.889) (width 0.25) (layer "F.Cu") (net 13) (tstamp 156055f1-31c4-4e2d-bfb0-fa95e36531b9)) - (segment (start 32.546 130.048) (end 31.496 130.048) (width 0.25) (layer "F.Cu") (net 13) (tstamp 1da1e8f2-c5bd-4bab-8543-3df77edf330f)) - (segment (start 32.930012 107.493012) (end 32.293599 107.493012) (width 0.25) (layer "F.Cu") (net 13) (tstamp 23001824-397f-46e7-b429-c9a931b5f604)) - (segment (start 33.943 131.445) (end 32.546 130.048) (width 0.25) (layer "F.Cu") (net 13) (tstamp 3170ba85-a92a-4738-8741-dafc56fa37aa)) - (segment (start 31.444988 106.644401) (end 31.444988 105.612988) (width 0.25) (layer "F.Cu") (net 13) (tstamp 758bc272-7f87-4e73-a1e2-b2a67defbb52)) - (segment (start 45.466 127.889) (end 45.466 123.317) (width 0.25) (layer "F.Cu") (net 13) (tstamp 80e6ff9e-0a9d-4ebe-bb47-99f980ff879f)) - (segment (start 45.466 123.317) (end 45.466 123.19) (width 0.25) (layer "F.Cu") (net 13) (tstamp 85ccd60e-1662-469d-a820-69926d7ce7e2)) - (segment (start 32.293599 107.493012) (end 31.444988 106.644401) (width 0.25) (layer "F.Cu") (net 13) (tstamp b4d4aabd-d4a8-46e0-bdd6-1f21fd2baae8)) - (segment (start 45.466 123.19) (end 58.166 110.49) (width 0.25) (layer "F.Cu") (net 13) (tstamp bf4b3058-03ab-484d-91ce-54920be2fea3)) - (segment (start 45.466 120.029002) (end 32.930012 107.493012) (width 0.25) (layer "F.Cu") (net 13) (tstamp d1e77d96-45ff-4e99-ad25-43f9dd710a20)) - (segment (start 33.943 131.445) (end 41.91 131.445) (width 0.25) (layer "F.Cu") (net 13) (tstamp d8547f12-b4c0-4bfb-bddb-0e36d12f5432)) - (segment (start 31.444988 105.612988) (end 27.432 101.6) (width 0.25) (layer "F.Cu") (net 13) (tstamp e28da6fb-7e2c-4f0c-8e04-843f9170425e)) - (segment (start 59.799 108.857) (end 58.166 110.49) (width 0.25) (layer "B.Cu") (net 13) (tstamp 23f1baa7-7933-44b5-8d80-8fbc43606a2c)) - (segment (start 59.799 100.185) (end 59.799 108.857) (width 0.25) (layer "B.Cu") (net 13) (tstamp 4794e9a5-c777-4247-a837-49eba512309d)) - (segment (start 58.674 99.06) (end 59.799 100.185) (width 0.25) (layer "B.Cu") (net 13) (tstamp f0f3fe5a-fe12-451b-aecc-182ce6db017c)) - (segment (start 33.687589 131.826) (end 29.972 131.826) (width 0.25) (layer "F.Cu") (net 14) (tstamp 11f1131b-49c3-4b62-af1d-9cc84a8e7918)) - (segment (start 52.07 127.508) (end 49.276 124.714) (width 0.25) (layer "F.Cu") (net 14) (tstamp b6c3d13b-492d-4126-8de3-101ee049b64c)) - (segment (start 27.432 129.286) (end 27.432 106.68) (width 0.25) (layer "F.Cu") (net 14) (tstamp bb4b630e-5740-46ae-bd67-5d267463d768)) - (segment (start 33.7566 131.895011) (end 33.687589 131.826) (width 0.25) (layer "F.Cu") (net 14) (tstamp bc1959bc-a9a7-4c52-ac39-e1f0dccdfa1e)) - (segment (start 53.594 127.508) (end 52.07 127.508) (width 0.25) (layer "F.Cu") (net 14) (tstamp c1c2b245-07d7-46be-8a15-e541e928f6c0)) - (segment (start 49.276 124.714) (end 45.916011 128.073989) (width 0.25) (layer "F.Cu") (net 14) (tstamp c2225550-7518-4f64-9579-5fab24fca41e)) - (segment (start 45.916011 128.073989) (end 45.916011 128.0754) (width 0.25) (layer "F.Cu") (net 14) (tstamp d5731afe-8438-413e-9f0f-b65474595c7c)) - (segment (start 45.916011 128.0754) (end 42.0964 131.895011) (width 0.25) (layer "F.Cu") (net 14) (tstamp eaeb679d-45b5-4426-9231-80294e0deba7)) - (segment (start 29.972 131.826) (end 27.432 129.286) (width 0.25) (layer "F.Cu") (net 14) (tstamp ee06cf66-8756-4e91-b214-7021f034ba63)) - (segment (start 42.0964 131.895011) (end 33.7566 131.895011) (width 0.25) (layer "F.Cu") (net 14) (tstamp faf4b5b4-1333-4a01-b5b9-8f2ed7700b1b)) - (segment (start 28.607001 105.315001) (end 28.607001 111.549631) (width 0.25) (layer "F.Cu") (net 15) (tstamp 0cb223f4-d4a5-4b11-886f-bc8c09f96b1a)) - (segment (start 41.148 121.666) (end 41.656 122.174) (width 0.25) (layer "F.Cu") (net 15) (tstamp 145f52c3-e2ee-48cd-bd2d-81970786a6ba)) - (segment (start 28.607001 111.549631) (end 37.592 120.53463) (width 0.25) (layer "F.Cu") (net 15) (tstamp 52bc9968-d57c-433b-b7b6-8abd1c8ce564)) - (segment (start 37.592 120.53463) (end 37.592 121.666) (width 0.25) (layer "F.Cu") (net 15) (tstamp d8c23946-b570-44d1-925d-5c471874441e)) - (segment (start 37.592 121.666) (end 41.148 121.666) (width 0.25) (layer "F.Cu") (net 15) (tstamp e1de85aa-7e65-4f54-9111-ccc9a8e591cc)) - (segment (start 27.432 104.14) (end 28.607001 105.315001) (width 0.25) (layer "F.Cu") (net 15) (tstamp f383f884-6a50-4334-b9c4-eafe2ce06a0d)) - (segment (start 42.054999 107.043001) (end 43.18 105.918) (width 0.25) (layer "F.Cu") (net 16) (tstamp 48aab341-ed14-4fb1-b55d-58361f78ec14)) - (segment (start 46.101 89.154) (end 46.101 91.567) (width 0.25) (layer "F.Cu") (net 16) (tstamp 5b110cd6-3751-4bc6-a31a-e7c9b356496b)) - (segment (start 46.101 91.567) (end 51.054 96.52) (width 0.25) (layer "F.Cu") (net 16) (tstamp 6e50be5b-46b1-498e-a289-d62b6fdc537a)) - (segment (start 27.432 99.06) (end 31.894999 103.522999) (width 0.25) (layer "F.Cu") (net 16) (tstamp 7e57a597-1cf2-4ef0-a06c-0a4f4b649ea3)) - (segment (start 32.479999 107.043001) (end 42.054999 107.043001) (width 0.25) (layer "F.Cu") (net 16) (tstamp 8304da4c-f993-4bf4-9a3a-a7758d6b6c7c)) - (segment (start 31.894999 103.522999) (end 31.894999 106.458001) (width 0.25) (layer "F.Cu") (net 16) (tstamp ad37853c-188c-47b2-97a4-3f0f97d1a77f)) - (segment (start 31.894999 106.458001) (end 32.479999 107.043001) (width 0.25) (layer "F.Cu") (net 16) (tstamp f93e2d3a-1ba6-4493-884d-f267d614e493)) - (segment (start 54.737 98.662) (end 52.595 96.52) (width 0.25) (layer "B.Cu") (net 16) (tstamp 1b8a5ba0-cb8f-4fd4-a3dc-aca4842a282a)) - (segment (start 52.595 96.52) (end 51.054 96.52) (width 0.25) (layer "B.Cu") (net 16) (tstamp 2eba39e8-f773-4adc-a506-bb5c08ad816d)) - (segment (start 48.006 105.918) (end 51.054 105.918) (width 0.25) (layer "B.Cu") (net 16) (tstamp 569dcd99-ae7f-48bc-bda1-b52bfa2507ae)) - (segment (start 54.737 102.235) (end 54.737 98.662) (width 0.25) (layer "B.Cu") (net 16) (tstamp 957c83e9-55e7-4d13-899a-279b45300a59)) - (segment (start 43.18 105.918) (end 48.006 105.918) (width 0.25) (layer "B.Cu") (net 16) (tstamp 965d89b9-726d-4d83-823a-e96def4af422)) - (segment (start 51.054 105.918) (end 54.737 102.235) (width 0.25) (layer "B.Cu") (net 16) (tstamp ef65de89-2cb1-4478-894a-b0524c1ca851)) - (segment (start 27.432 96.52) (end 34.798 89.154) (width 0.25) (layer "F.Cu") (net 17) (tstamp 549c8bc9-a074-477c-8485-15ca1f514285)) - (segment (start 34.798 89.154) (end 35.941 89.154) (width 0.25) (layer "F.Cu") (net 17) (tstamp 9fb1bd56-2555-45c7-9f91-5ed185e92a15)) - (segment (start 40.530999 82.532001) (end 41.656 81.407) (width 0.25) (layer "F.Cu") (net 18) (tstamp 310f7887-8b96-491b-9a44-8eab8e3275b4)) - (segment (start 27.432 93.98) (end 34.815999 86.596001) (width 0.25) (layer "F.Cu") (net 18) (tstamp 7da1aab7-c897-4be7-a1f6-3735d8263d74)) - (segment (start 34.815999 84.295999) (end 36.579997 82.532001) (width 0.25) (layer "F.Cu") (net 18) (tstamp 87b8e213-6b2e-4ad6-af54-3dbd00b4a697)) - (segment (start 34.815999 86.596001) (end 34.815999 84.295999) (width 0.25) (layer "F.Cu") (net 18) (tstamp 8d743389-2679-4edf-8706-bc4ae2201fef)) - (segment (start 36.579997 82.532001) (end 40.530999 82.532001) (width 0.25) (layer "F.Cu") (net 18) (tstamp b19942ec-daf7-4a3b-8496-2214da6edd55)) - (segment (start 37.068587 81.407) (end 37.084 81.407) (width 0.25) (layer "F.Cu") (net 19) (tstamp 753ad965-b119-46f2-8168-56f47b7c8755)) - (segment (start 27.432 91.44) (end 28.281999 90.590001) (width 0.25) (layer "F.Cu") (net 19) (tstamp 96d167b6-a374-4da8-8228-9ba811d56c58)) - (segment (start 28.281999 90.193588) (end 37.068587 81.407) (width 0.25) (layer "F.Cu") (net 19) (tstamp c51a9aec-3c16-4e3e-841b-4a92ca51b318)) - (segment (start 28.281999 90.590001) (end 28.281999 90.193588) (width 0.25) (layer "F.Cu") (net 19) (tstamp cb53903e-dd8b-4174-8842-0b78e58e4870)) - (segment (start 45.085 51.943) (end 40.259 51.943) (width 0.25) (layer "F.Cu") (net 20) (tstamp 7228f135-c861-44d3-b0f5-71c9cd39d295)) - (segment (start 26.256999 58.183999) (end 26.256999 82.644999) (width 0.25) (layer "F.Cu") (net 20) (tstamp b0828edb-1275-4c99-a22a-31e38040cf84)) - (segment (start 26.256999 58.183999) (end 32.497998 51.943) (width 0.25) (layer "F.Cu") (net 20) (tstamp bbf9fc48-88e2-40b4-a876-17447a378a56)) - (segment (start 32.497998 51.943) (end 40.259 51.943) (width 0.25) (layer "F.Cu") (net 20) (tstamp c816092c-b3d2-401c-bf64-88f791a7c479)) - (segment (start 26.256999 82.644999) (end 27.113795 83.501795) (width 0.25) (layer "F.Cu") (net 20) (tstamp ce6d6d89-a847-4d71-9caf-fb84e8737e09)) - (segment (start 27.432 86.36) (end 32.385 81.407) (width 0.25) (layer "F.Cu") (net 21) (tstamp 192d2229-03d1-4c79-a0a0-a96b4666eecc)) - (segment (start 32.385 81.407) (end 32.512 81.407) (width 0.25) (layer "F.Cu") (net 21) (tstamp 7b7f4b88-ab75-4c6a-a371-a983a26c4389)) - (segment (start 47.480001 62.247999) (end 39.845999 62.247999) (width 0.25) (layer "F.Cu") (net 22) (tstamp 204ad801-996f-41f3-a88b-4283ddf814e9)) - (segment (start 39.845999 62.247999) (end 29.057012 73.036986) (width 0.25) (layer "F.Cu") (net 22) (tstamp 2c679dea-b7dc-4b5d-8540-b57ae08606d3)) - (segment (start 27.806003 85.184999) (end 26.867999 85.184999) (width 0.25) (layer "F.Cu") (net 22) (tstamp 61334757-537e-49aa-b711-fe82b249c42b)) - (segment (start 26.867999 85.184999) (end 26.256999 85.795999) (width 0.25) (layer "F.Cu") (net 22) (tstamp 7b9d16a9-ff5c-487b-a2aa-d5efa4cce189)) - (segment (start 52.705 54.483) (end 52.705 57.023) (width 0.381) (layer "F.Cu") (net 22) (tstamp c1835941-5843-4219-be02-510f1421031b)) - (segment (start 29.057012 83.93399) (end 27.806003 85.184999) (width 0.25) (layer "F.Cu") (net 22) (tstamp c9c0078f-b2ef-438c-9a6f-4381115e6ed0)) - (segment (start 26.256999 87.724999) (end 27.432 88.9) (width 0.25) (layer "F.Cu") (net 22) (tstamp e455283b-3b11-4c08-96d9-bffebd4c723c)) - (segment (start 52.705 57.023) (end 47.480001 62.247999) (width 0.25) (layer "F.Cu") (net 22) (tstamp e536e1ff-8f26-4d04-9d22-2c96e850943f)) - (segment (start 26.256999 85.795999) (end 26.256999 87.724999) (width 0.25) (layer "F.Cu") (net 22) (tstamp eb242da0-037a-4f21-a97f-d852e869d9f1)) - (segment (start 29.057012 73.036986) (end 29.057012 83.93399) (width 0.25) (layer "F.Cu") (net 22) (tstamp f2fac7bd-6894-4d4e-b00d-1782fca8c607)) - (segment (start 27.432 81.28) (end 28.607001 80.104999) (width 0.25) (layer "F.Cu") (net 23) (tstamp 1633fdc1-f40f-42a1-831d-abd923628b66)) - (segment (start 32.004 67.691) (end 32.004 63.373) (width 0.25) (layer "F.Cu") (net 23) (tstamp 31cfc292-2c1d-44e3-98aa-73a7cde10b8f)) - (segment (start 28.575 67.691) (end 32.004 67.691) (width 0.25) (layer "F.Cu") (net 23) (tstamp 37fe8b42-5ab6-437d-89b6-39d91dfe1bba)) - (segment (start 28.575 68.82237) (end 28.575 67.691) (width 0.25) (layer "F.Cu") (net 23) (tstamp 7363a47f-2ca2-4737-a108-4d673b245544)) - (segment (start 28.607001 68.854371) (end 28.575 68.82237) (width 0.25) (layer "F.Cu") (net 23) (tstamp 757a86de-5227-4083-9375-1e47b9a825b2)) - (segment (start 28.607001 80.104999) (end 28.607001 68.854371) (width 0.25) (layer "F.Cu") (net 23) (tstamp a3775938-8872-4115-ad08-d17301d57d9f)) - (segment (start 59.563 84.836) (end 59.563 93.091) (width 0.25) (layer "F.Cu") (net 24) (tstamp 1473917f-5eec-4f4a-8a2a-a49e13ca7a60)) - (segment (start 59.563 93.091) (end 58.674 93.98) (width 0.25) (layer "F.Cu") (net 24) (tstamp a06df2e8-98c6-4c74-8bf3-c4e664dfd7bb)) - (segment (start 43.18 110.49) (end 48.006 110.49) (width 0.25) (layer "F.Cu") (net 25) (tstamp 0b81f112-67fc-4e9c-b0d8-6137bd459471)) - (segment (start 36.050001 97.807999) (end 43.085001 97.807999) (width 0.25) (layer "F.Cu") (net 25) (tstamp 3d8c94d6-6732-4988-bb0c-f8da269542a1)) - (segment (start 43.085001 97.807999) (end 44.305001 99.027999) (width 0.25) (layer "F.Cu") (net 25) (tstamp 53467633-070e-472f-8f08-9ba6769ca2a4)) - (segment (start 44.305001 99.027999) (end 44.305001 109.364999) (width 0.25) (layer "F.Cu") (net 25) (tstamp 6335fdd3-e812-4b55-8414-5221d3c93ba3)) - (segment (start 34.925 98.933) (end 36.050001 97.807999) (width 0.25) (layer "F.Cu") (net 25) (tstamp 9ad930f0-a9ac-4f64-ab9e-fa52f3e86dbe)) - (segment (start 44.305001 109.364999) (end 43.18 110.49) (width 0.25) (layer "F.Cu") (net 25) (tstamp d537fad3-1323-4695-b1dc-ed7af68bde62)) - (segment (start 35.941 84.836) (end 42.545 91.44) (width 0.25) (layer "F.Cu") (net 26) (tstamp 020aa59f-79c3-4380-b263-6936fb763ee5)) - (segment (start 42.545 91.44) (end 42.545 93.853) (width 0.25) (layer "F.Cu") (net 26) (tstamp 38ed4e38-0229-42d6-803c-731bdcb3f4d0)) - (segment (start 38.1 124.714) (end 37.592 124.206) (width 0.25) (layer "F.Cu") (net 27) (tstamp 3d40c3cf-f46f-43d2-b857-f3a8cd4074f7)) - (segment (start 33.528 124.206) (end 33.274 123.952) (width 0.25) (layer "F.Cu") (net 27) (tstamp b03a4ac0-6891-4ce3-a09f-6efa5379e3e1)) - (segment (start 41.656 124.714) (end 38.1 124.714) (width 0.25) (layer "F.Cu") (net 27) (tstamp db242030-88e2-4c25-a54b-bfbb97dcb46d)) - (segment (start 37.592 124.206) (end 33.528 124.206) (width 0.25) (layer "F.Cu") (net 27) (tstamp fe32bec7-c456-4775-b8ff-334035b8345e)) - (segment (start 53.594 130.048) (end 52.07 130.048) (width 0.25) (layer "F.Cu") (net 28) (tstamp 5339c42c-3332-423d-8cd2-554890039fa0)) - (segment (start 57.912 123.952) (end 57.912 125.73) (width 0.25) (layer "F.Cu") (net 28) (tstamp 8bc0755e-f6b3-4698-95c9-5ea0df0d0a3b)) - (segment (start 57.912 125.73) (end 53.594 130.048) (width 0.25) (layer "F.Cu") (net 28) (tstamp b5456ee4-7c62-4721-9387-973153f25e45)) - (segment (start 52.07 130.048) (end 49.276 127.254) (width 0.25) (layer "F.Cu") (net 28) (tstamp d6235a21-b931-4540-bacc-14c3cb459583)) - (segment (start 58.938 76.835) (end 58.938 74.295) (width 0.25) (layer "F.Cu") (net 29) (tstamp 9be41b0d-39b2-4499-82f4-a110d0aa944b)) - - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005ee7ee3a) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 65.761 137.135) - (xy 25.375 137.135) - (xy 25.375 25.375) - (xy 65.761 25.375) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 52.348527 97.173502) - (xy 52.369501 97.190405) - (xy 54.066595 98.887499) - (xy 54.100621 98.949811) - (xy 54.1035 98.976594) - (xy 54.1035 101.920405) - (xy 54.083498 101.988526) - (xy 54.066595 102.0095) - (xy 50.8285 105.247595) - (xy 50.766188 105.281621) - (xy 50.739405 105.2845) - (xy 49.225394 105.2845) - (xy 49.157273 105.264498) - (xy 49.122181 105.230771) - (xy 49.0122 105.073703) - (xy 49.012195 105.073697) - (xy 48.850302 104.911804) - (xy 48.850296 104.911799) - (xy 48.662749 104.780477) - (xy 48.455246 104.683717) - (xy 48.45524 104.683715) - (xy 48.361771 104.65867) - (xy 48.234087 104.624457) - (xy 48.006 104.604502) - (xy 48.005999 104.604502) - (xy 47.777913 104.624457) - (xy 47.556759 104.683715) - (xy 47.556753 104.683717) - (xy 47.34925 104.780477) - (xy 47.161703 104.911799) - (xy 47.161697 104.911804) - (xy 46.999804 105.073697) - (xy 46.999799 105.073703) - (xy 46.889819 105.230771) - (xy 46.834362 105.275099) - (xy 46.786606 105.2845) - (xy 44.399394 105.2845) - (xy 44.331273 105.264498) - (xy 44.296181 105.230771) - (xy 44.1862 105.073703) - (xy 44.186195 105.073697) - (xy 44.024302 104.911804) - (xy 44.024296 104.911799) - (xy 43.836749 104.780477) - (xy 43.629246 104.683717) - (xy 43.62924 104.683715) - (xy 43.535771 104.65867) - (xy 43.408087 104.624457) - (xy 43.18 104.604502) - (xy 42.951913 104.624457) - (xy 42.730759 104.683715) - (xy 42.730753 104.683717) - (xy 42.52325 104.780477) - (xy 42.335703 104.911799) - (xy 42.268594 104.978908) - (xy 42.206281 105.012933) - (xy 42.135466 105.007867) - (xy 42.07863 104.96532) - (xy 42.05382 104.8988) - (xy 42.053499 104.889812) - (xy 42.053499 102.860167) - (xy 42.073501 102.792046) - (xy 42.127157 102.745553) - (xy 42.197431 102.735449) - (xy 42.212092 102.738456) - (xy 42.316913 102.766543) - (xy 42.545 102.786498) - (xy 42.773087 102.766543) - (xy 42.994243 102.707284) - (xy 43.201749 102.610523) - (xy 43.3893 102.479198) - (xy 43.551198 102.3173) - (xy 43.682523 102.129749) - (xy 43.779284 101.922243) - (xy 43.838543 101.701087) - (xy 43.858498 101.473) - (xy 43.838543 101.244913) - (xy 43.779284 101.023757) - (xy 43.682523 100.816251) - (xy 43.551198 100.6287) - (xy 43.3893 100.466802) - (xy 43.383123 100.462477) - (xy 43.292018 100.398684) - (xy 43.201749 100.335477) - (xy 43.190003 100.33) - (xy 43.162543 100.317195) - (xy 43.109258 100.270279) - (xy 43.089796 100.202002) - (xy 43.110337 100.134042) - (xy 43.162543 100.088805) - (xy 43.170469 100.085109) - (xy 43.201749 100.070523) - (xy 43.3893 99.939198) - (xy 43.551198 99.7773) - (xy 43.682523 99.589749) - (xy 43.717364 99.515031) - (xy 43.764277 99.461749) - (xy 43.832554 99.442287) - (xy 43.900515 99.462828) - (xy 43.920652 99.479188) - (xy 45.915606 101.474142) - (xy 45.949632 101.536454) - (xy 45.950505 101.580395) - (xy 45.950937 101.580433) - (xy 45.950585 101.584445) - (xy 45.950599 101.585103) - (xy 45.950458 101.585898) - (xy 45.930501 101.814) - (xy 45.930502 101.814) - (xy 45.950457 102.042087) - (xy 45.963228 102.089749) - (xy 46.009715 102.26324) - (xy 46.009717 102.263246) - (xy 46.106477 102.470749) - (xy 46.235329 102.654769) - (xy 46.237802 102.6583) - (xy 46.3997 102.820198) - (xy 46.587251 102.951523) - (xy 46.794757 103.048284) - (xy 47.015913 103.107543) - (xy 47.244 103.127498) - (xy 47.472087 103.107543) - (xy 47.693243 103.048284) - (xy 47.900749 102.951523) - (xy 48.0883 102.820198) - (xy 48.250198 102.6583) - (xy 48.381523 102.470749) - (xy 48.427686 102.37175) - (xy 48.474603 102.318465) - (xy 48.541881 102.299) - (xy 49.88047 102.299) - (xy 49.948591 102.319002) - (xy 49.983683 102.352729) - (xy 50.044231 102.4392) - (xy 50.047802 102.4443) - (xy 50.2097 102.606198) - (xy 50.397251 102.737523) - (xy 50.604757 102.834284) - (xy 50.825913 102.893543) - (xy 51.054 102.913498) - (xy 51.282087 102.893543) - (xy 51.503243 102.834284) - (xy 51.710749 102.737523) - (xy 51.8983 102.606198) - (xy 52.060198 102.4443) - (xy 52.191523 102.256749) - (xy 52.288284 102.049243) - (xy 52.347543 101.828087) - (xy 52.367498 101.6) - (xy 52.347543 101.371913) - (xy 52.288284 101.150757) - (xy 52.191523 100.943251) - (xy 52.060198 100.7557) - (xy 51.8983 100.593802) - (xy 51.891009 100.588697) - (xy 51.710749 100.462477) - (xy 51.670951 100.443919) - (xy 51.617666 100.397002) - (xy 51.598205 100.328725) - (xy 51.618747 100.260765) - (xy 51.670951 100.215529) - (xy 51.710497 100.197088) - (xy 51.781888 100.147099) - (xy 51.781888 100.147097) - (xy 51.093518 99.458727) - (xy 51.179148 99.445165) - (xy 51.292045 99.387641) - (xy 51.381641 99.298045) - (xy 51.439165 99.185148) - (xy 51.452727 99.099518) - (xy 52.141098 99.787888) - (xy 52.141099 99.787888) - (xy 52.191088 99.716497) - (xy 52.287811 99.509073) - (xy 52.287813 99.509068) - (xy 52.347048 99.288002) - (xy 52.366995 99.06) - (xy 52.347048 98.831997) - (xy 52.287813 98.610931) - (xy 52.287811 98.610926) - (xy 52.191086 98.403498) - (xy 52.1411 98.33211) - (xy 52.141097 98.33211) - (xy 51.452726 99.02048) - (xy 51.439165 98.934852) - (xy 51.381641 98.821955) - (xy 51.292045 98.732359) - (xy 51.179148 98.674835) - (xy 51.093515 98.661272) - (xy 51.781888 97.972899) - (xy 51.781888 97.972898) - (xy 51.710501 97.922913) - (xy 51.670949 97.904469) - (xy 51.617665 97.857551) - (xy 51.598205 97.789273) - (xy 51.618748 97.721314) - (xy 51.67095 97.676081) - (xy 51.710749 97.657523) - (xy 51.8983 97.526198) - (xy 52.060198 97.3643) - (xy 52.149125 97.2373) - (xy 52.170181 97.207229) - (xy 52.225638 97.162901) - (xy 52.273394 97.1535) - (xy 52.280406 97.1535) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 45.461835 94.018148) - (xy 45.519359 94.131045) - (xy 45.608955 94.220641) - (xy 45.721852 94.278165) - (xy 45.807482 94.291727) - (xy 45.11911 94.980098) - (xy 45.11911 94.9801) - (xy 45.190498 95.030086) - (xy 45.195266 95.032839) - (xy 45.194178 95.034721) - (xy 45.24042 95.075409) - (xy 45.259904 95.14368) - (xy 45.239386 95.211647) - (xy 45.194015 95.250995) - (xy 45.195015 95.252726) - (xy 45.190253 95.255474) - (xy 45.002703 95.386799) - (xy 45.002697 95.386804) - (xy 44.840804 95.548697) - (xy 44.840799 95.548703) - (xy 44.709477 95.73625) - (xy 44.674696 95.810839) - (xy 44.627779 95.864124) - (xy 44.559501 95.883585) - (xy 44.491541 95.863043) - (xy 44.445476 95.80902) - (xy 44.434501 95.757589) - (xy 44.434501 94.527227) - (xy 44.454503 94.459106) - (xy 44.508159 94.412613) - (xy 44.578433 94.402509) - (xy 44.643013 94.432003) - (xy 44.674696 94.473977) - (xy 44.709913 94.549501) - (xy 44.759899 94.620888) - (xy 45.448272 93.932516) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 38.783507 30.054844) - (xy 38.861239 30.175798) - (xy 38.9699 30.269952) - (xy 39.100685 30.32968) - (xy 39.115412 30.331797) - (xy 38.47731 30.969898) - (xy 38.497694 30.985763) - (xy 38.497696 30.985765) - (xy 38.531733 31.004185) - (xy 38.582123 31.054199) - (xy 38.597475 31.123516) - (xy 38.572914 31.190129) - (xy 38.531735 31.225811) - (xy 38.497702 31.244229) - (xy 38.47731 31.260099) - (xy 38.47731 31.260101) - (xy 39.115411 31.898202) - (xy 39.100685 31.90032) - (xy 38.9699 31.960048) - (xy 38.861239 32.054202) - (xy 38.783507 32.175156) - (xy 38.758638 32.259849) - (xy 38.119921 31.621132) - (xy 38.11992 31.621132) - (xy 38.07878 31.684102) - (xy 38.024776 31.73019) - (xy 37.954428 31.739765) - (xy 37.890071 31.709787) - (xy 37.867822 31.684111) - (xy 37.778722 31.547732) - (xy 37.62624 31.382094) - (xy 37.626239 31.382093) - (xy 37.626237 31.382091) - (xy 37.544382 31.318381) - (xy 37.448576 31.243811) - (xy 37.415319 31.225813) - (xy 37.364929 31.175802) - (xy 37.349576 31.106485) - (xy 37.374136 31.039872) - (xy 37.41532 31.004186) - (xy 37.415324 31.004184) - (xy 37.448576 30.986189) - (xy 37.62624 30.847906) - (xy 37.778722 30.682268) - (xy 37.867816 30.545898) - (xy 37.921819 30.49981) - (xy 37.992167 30.490235) - (xy 38.056524 30.520212) - (xy 38.078782 30.545898) - (xy 38.119921 30.608866) - (xy 38.119923 30.608866) - (xy 38.758638 29.97015) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 41.323507 30.054844) - (xy 41.401239 30.175798) - (xy 41.5099 30.269952) - (xy 41.640685 30.32968) - (xy 41.655412 30.331797) - (xy 41.01731 30.969898) - (xy 41.037694 30.985763) - (xy 41.037696 30.985765) - (xy 41.071733 31.004185) - (xy 41.122123 31.054199) - (xy 41.137475 31.123516) - (xy 41.112914 31.190129) - (xy 41.071735 31.225811) - (xy 41.037702 31.244229) - (xy 41.01731 31.260099) - (xy 41.01731 31.260101) - (xy 41.655411 31.898202) - (xy 41.640685 31.90032) - (xy 41.5099 31.960048) - (xy 41.401239 32.054202) - (xy 41.323507 32.175156) - (xy 41.298638 32.259849) - (xy 40.659921 31.621132) - (xy 40.618482 31.68456) - (xy 40.564478 31.730648) - (xy 40.49413 31.740223) - (xy 40.429773 31.710245) - (xy 40.407516 31.68456) - (xy 40.366075 31.621132) - (xy 39.72736 32.259846) - (xy 39.702493 32.175156) - (xy 39.624761 32.054202) - (xy 39.5161 31.960048) - (xy 39.385315 31.90032) - (xy 39.370587 31.898202) - (xy 40.008689 31.2601) - (xy 40.008688 31.260099) - (xy 39.988306 31.244235) - (xy 39.988299 31.24423) - (xy 39.954265 31.225812) - (xy 39.903876 31.175798) - (xy 39.888524 31.106481) - (xy 39.913086 31.039869) - (xy 39.954269 31.004184) - (xy 39.988299 30.985768) - (xy 39.988302 30.985766) - (xy 40.008689 30.969898) - (xy 39.370588 30.331797) - (xy 39.385315 30.32968) - (xy 39.5161 30.269952) - (xy 39.624761 30.175798) - (xy 39.702493 30.054844) - (xy 39.72736 29.970151) - (xy 40.366076 30.608867) - (xy 40.407516 30.54544) - (xy 40.46152 30.499352) - (xy 40.531868 30.489777) - (xy 40.596225 30.519755) - (xy 40.618481 30.545439) - (xy 40.659921 30.608866) - (xy 40.659922 30.608866) - (xy 41.298638 29.970149) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 42.906076 30.608867) - (xy 42.906077 30.608866) - (xy 42.947218 30.545898) - (xy 43.001222 30.49981) - (xy 43.07157 30.490235) - (xy 43.135927 30.520213) - (xy 43.158183 30.545898) - (xy 43.247279 30.68227) - (xy 43.399762 30.847908) - (xy 43.454331 30.890381) - (xy 43.577424 30.986189) - (xy 43.61068 31.004186) - (xy 43.66107 31.054196) - (xy 43.676423 31.123513) - (xy 43.651864 31.190126) - (xy 43.610683 31.225811) - (xy 43.57743 31.243807) - (xy 43.577424 31.243811) - (xy 43.399762 31.382091) - (xy 43.247279 31.547729) - (xy 43.158183 31.684102) - (xy 43.104179 31.73019) - (xy 43.033831 31.739765) - (xy 42.969474 31.709788) - (xy 42.947218 31.684102) - (xy 42.906076 31.621132) - (xy 42.26736 32.259848) - (xy 42.242493 32.175156) - (xy 42.164761 32.054202) - (xy 42.0561 31.960048) - (xy 41.925315 31.90032) - (xy 41.910587 31.898202) - (xy 42.548689 31.2601) - (xy 42.548688 31.260099) - (xy 42.528306 31.244235) - (xy 42.528299 31.24423) - (xy 42.494265 31.225812) - (xy 42.443876 31.175798) - (xy 42.428524 31.106481) - (xy 42.453086 31.039869) - (xy 42.494269 31.004184) - (xy 42.528299 30.985768) - (xy 42.528302 30.985766) - (xy 42.548689 30.969898) - (xy 41.910588 30.331797) - (xy 41.925315 30.32968) - (xy 42.0561 30.269952) - (xy 42.164761 30.175798) - (xy 42.242493 30.054844) - (xy 42.26736 29.970151) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 65.581621 25.480502) - (xy 65.628114 25.534158) - (xy 65.6395 25.5865) - (xy 65.6395 136.9735) - (xy 65.619498 137.041621) - (xy 65.565842 137.088114) - (xy 65.5135 137.0995) - (xy 25.5865 137.0995) - (xy 25.518379 137.079498) - (xy 25.471886 137.025842) - (xy 25.4605 136.9735) - (xy 25.4605 134.62) - (xy 26.584341 134.62) - (xy 26.604937 134.855411) - (xy 26.666096 135.083661) - (xy 26.666098 135.083665) - (xy 26.765966 135.297832) - (xy 26.901498 135.491392) - (xy 26.901502 135.491397) - (xy 26.901505 135.491401) - (xy 27.068599 135.658495) - (xy 27.068603 135.658498) - (xy 27.068607 135.658501) - (xy 27.262167 135.794033) - (xy 27.262166 135.794033) - (xy 27.338304 135.829537) - (xy 27.476337 135.893903) - (xy 27.704592 135.955063) - (xy 27.881034 135.9705) - (xy 27.881035 135.9705) - (xy 27.998965 135.9705) - (xy 27.998966 135.9705) - (xy 28.175408 135.955063) - (xy 28.403663 135.893903) - (xy 28.617829 135.794035) - (xy 28.811401 135.658495) - (xy 28.978495 135.491401) - (xy 29.114035 135.29783) - (xy 29.213903 135.083663) - (xy 29.275063 134.855408) - (xy 29.295659 134.62) - (xy 61.804341 134.62) - (xy 61.824937 134.855411) - (xy 61.886096 135.083661) - (xy 61.886098 135.083665) - (xy 61.985966 135.297832) - (xy 62.121498 135.491392) - (xy 62.121502 135.491397) - (xy 62.121505 135.491401) - (xy 62.288599 135.658495) - (xy 62.288603 135.658498) - (xy 62.288607 135.658501) - (xy 62.482167 135.794033) - (xy 62.482166 135.794033) - (xy 62.558304 135.829536) - (xy 62.696337 135.893903) - (xy 62.924592 135.955063) - (xy 63.101034 135.9705) - (xy 63.101035 135.9705) - (xy 63.218965 135.9705) - (xy 63.218966 135.9705) - (xy 63.395408 135.955063) - (xy 63.623663 135.893903) - (xy 63.837829 135.794035) - (xy 64.031401 135.658495) - (xy 64.198495 135.491401) - (xy 64.334035 135.29783) - (xy 64.433903 135.083663) - (xy 64.495063 134.855408) - (xy 64.515659 134.62) - (xy 64.495063 134.384592) - (xy 64.433903 134.156337) - (xy 64.334035 133.942171) - (xy 64.334034 133.942169) - (xy 64.334033 133.942167) - (xy 64.198501 133.748607) - (xy 64.198497 133.748602) - (xy 64.198495 133.748599) - (xy 64.031401 133.581505) - (xy 64.031397 133.581502) - (xy 64.031392 133.581498) - (xy 63.837832 133.445966) - (xy 63.837833 133.445966) - (xy 63.623665 133.346098) - (xy 63.623661 133.346096) - (xy 63.395411 133.284937) - (xy 63.263076 133.273359) - (xy 63.218966 133.2695) - (xy 63.101034 133.2695) - (xy 63.065745 133.272587) - (xy 62.924588 133.284937) - (xy 62.696338 133.346096) - (xy 62.696334 133.346098) - (xy 62.482167 133.445966) - (xy 62.288607 133.581498) - (xy 62.288596 133.581507) - (xy 62.121507 133.748596) - (xy 62.121502 133.748602) - (xy 61.985965 133.942169) - (xy 61.886098 134.156334) - (xy 61.886096 134.156338) - (xy 61.824937 134.384588) - (xy 61.804341 134.62) - (xy 29.295659 134.62) - (xy 29.275063 134.384592) - (xy 29.213903 134.156337) - (xy 29.114035 133.942171) - (xy 29.114034 133.942169) - (xy 29.114033 133.942167) - (xy 28.978501 133.748607) - (xy 28.978497 133.748602) - (xy 28.978495 133.748599) - (xy 28.811401 133.581505) - (xy 28.811397 133.581502) - (xy 28.811392 133.581498) - (xy 28.617832 133.445966) - (xy 28.617833 133.445966) - (xy 28.403665 133.346098) - (xy 28.403661 133.346096) - (xy 28.175411 133.284937) - (xy 28.043076 133.273359) - (xy 27.998966 133.2695) - (xy 27.881034 133.2695) - (xy 27.845745 133.272587) - (xy 27.704588 133.284937) - (xy 27.476338 133.346096) - (xy 27.476334 133.346098) - (xy 27.262167 133.445966) - (xy 27.068607 133.581498) - (xy 27.068596 133.581507) - (xy 26.901507 133.748596) - (xy 26.901502 133.748602) - (xy 26.765965 133.942169) - (xy 26.666098 134.156334) - (xy 26.666096 134.156338) - (xy 26.604937 134.384588) - (xy 26.584341 134.62) - (xy 25.4605 134.62) - (xy 25.4605 128.048) - (xy 30.182502 128.048) - (xy 30.202457 128.276086) - (xy 30.261715 128.49724) - (xy 30.261717 128.497246) - (xy 30.358477 128.704749) - (xy 30.3623 128.710209) - (xy 30.384988 128.777483) - (xy 30.367703 128.846343) - (xy 30.33908 128.878337) - (xy 30.33911 128.878367) - (xy 30.338582 128.878894) - (xy 30.334602 128.883344) - (xy 30.332738 128.884739) - (xy 30.245112 129.001792) - (xy 30.24511 129.001797) - (xy 30.194011 129.138795) - (xy 30.194009 129.138803) - (xy 30.1875 129.19935) - (xy 30.1875 130.896649) - (xy 30.194009 130.957196) - (xy 30.194011 130.957204) - (xy 30.24511 131.094202) - (xy 30.245112 131.094207) - (xy 30.332738 131.211261) - (xy 30.449792 131.298887) - (xy 30.449794 131.298888) - (xy 30.449796 131.298889) - (xy 30.508875 131.320924) - (xy 30.586795 131.349988) - (xy 30.586803 131.34999) - (xy 30.64735 131.356499) - (xy 30.647355 131.356499) - (xy 30.647362 131.3565) - (xy 30.647368 131.3565) - (xy 32.344632 131.3565) - (xy 32.344638 131.3565) - (xy 32.344645 131.356499) - (xy 32.344649 131.356499) - (xy 32.405196 131.34999) - (xy 32.405199 131.349989) - (xy 32.405201 131.349989) - (xy 32.542204 131.298889) - (xy 32.564389 131.282282) - (xy 32.659261 131.211261) - (xy 32.746887 131.094207) - (xy 32.746887 131.094206) - (xy 32.746889 131.094204) - (xy 32.797989 130.957201) - (xy 32.798627 130.951273) - (xy 32.804499 130.896649) - (xy 32.8045 130.896632) - (xy 32.8045 129.199367) - (xy 32.804499 129.19935) - (xy 32.79799 129.138803) - (xy 32.797988 129.138795) - (xy 32.761811 129.041804) - (xy 32.746889 129.001796) - (xy 32.746888 129.001794) - (xy 32.746887 129.001792) - (xy 32.669846 128.898879) - (xy 32.659261 128.884739) - (xy 32.65926 128.884738) - (xy 32.657405 128.883349) - (xy 32.656014 128.881491) - (xy 32.652889 128.878366) - (xy 32.653338 128.877916) - (xy 32.614857 128.826514) - (xy 32.609791 128.755699) - (xy 32.629699 128.710209) - (xy 32.633523 128.704749) - (xy 32.730284 128.497243) - (xy 32.789543 128.276087) - (xy 32.809498 128.048) - (xy 32.789543 127.819913) - (xy 32.730284 127.598757) - (xy 32.633523 127.391251) - (xy 32.502198 127.2037) - (xy 32.3403 127.041802) - (xy 32.152749 126.910477) - (xy 32.025738 126.851251) - (xy 31.945246 126.813717) - (xy 31.94524 126.813715) - (xy 31.851771 126.78867) - (xy 31.724087 126.754457) - (xy 31.496 126.734502) - (xy 31.267913 126.754457) - (xy 31.046759 126.813715) - (xy 31.046753 126.813717) - (xy 30.83925 126.910477) - (xy 30.651703 127.041799) - (xy 30.651697 127.041804) - (xy 30.489804 127.203697) - (xy 30.489799 127.203703) - (xy 30.358477 127.39125) - (xy 30.261717 127.598753) - (xy 30.261715 127.598759) - (xy 30.202457 127.819913) - (xy 30.182502 128.048) - (xy 25.4605 128.048) - (xy 25.4605 123.952) - (xy 27.642502 123.952) - (xy 27.662457 124.180087) - (xy 27.685145 124.264759) - (xy 27.721715 124.40124) - (xy 27.721717 124.401246) - (xy 27.818477 124.608749) - (xy 27.851032 124.655243) - (xy 27.949802 124.7963) - (xy 28.1117 124.958198) - (xy 28.299251 125.089523) - (xy 28.506757 125.186284) - (xy 28.727913 125.245543) - (xy 28.956 125.265498) - (xy 29.184087 125.245543) - (xy 29.405243 125.186284) - (xy 29.612749 125.089523) - (xy 29.8003 124.958198) - (xy 29.962198 124.7963) - (xy 30.093523 124.608749) - (xy 30.190284 124.401243) - (xy 30.249543 124.180087) - (xy 30.269498 123.952) - (xy 31.960502 123.952) - (xy 31.980457 124.180087) - (xy 32.003145 124.264759) - (xy 32.039715 124.40124) - (xy 32.039717 124.401246) - (xy 32.136477 124.608749) - (xy 32.169032 124.655243) - (xy 32.267802 124.7963) - (xy 32.4297 124.958198) - (xy 32.617251 125.089523) - (xy 32.824757 125.186284) - (xy 33.045913 125.245543) - (xy 33.274 125.265498) - (xy 33.502087 125.245543) - (xy 33.723243 125.186284) - (xy 33.930749 125.089523) - (xy 34.1183 124.958198) - (xy 34.280198 124.7963) - (xy 34.411523 124.608749) - (xy 34.508284 124.401243) - (xy 34.567543 124.180087) - (xy 34.587498 123.952) - (xy 34.567543 123.723913) - (xy 34.508284 123.502757) - (xy 34.411523 123.295251) - (xy 34.280198 123.1077) - (xy 34.1183 122.945802) - (xy 34.104301 122.936) - (xy 33.930749 122.814477) - (xy 33.723246 122.717717) - (xy 33.72324 122.717715) - (xy 33.553376 122.6722) - (xy 33.502087 122.658457) - (xy 33.274 122.638502) - (xy 33.045913 122.658457) - (xy 32.824759 122.717715) - (xy 32.824753 122.717717) - (xy 32.61725 122.814477) - (xy 32.429703 122.945799) - (xy 32.429697 122.945804) - (xy 32.267804 123.107697) - (xy 32.267799 123.107703) - (xy 32.136477 123.29525) - (xy 32.039717 123.502753) - (xy 32.039715 123.502759) - (xy 31.992951 123.677285) - (xy 31.980457 123.723913) - (xy 31.960502 123.952) - (xy 30.269498 123.952) - (xy 30.249543 123.723913) - (xy 30.190284 123.502757) - (xy 30.093523 123.295251) - (xy 29.962198 123.1077) - (xy 29.8003 122.945802) - (xy 29.786301 122.936) - (xy 29.612749 122.814477) - (xy 29.405246 122.717717) - (xy 29.40524 122.717715) - (xy 29.235376 122.6722) - (xy 29.184087 122.658457) - (xy 28.956 122.638502) - (xy 28.727913 122.658457) - (xy 28.506759 122.717715) - (xy 28.506753 122.717717) - (xy 28.29925 122.814477) - (xy 28.111703 122.945799) - (xy 28.111697 122.945804) - (xy 27.949804 123.107697) - (xy 27.949799 123.107703) - (xy 27.818477 123.29525) - (xy 27.721717 123.502753) - (xy 27.721715 123.502759) - (xy 27.674951 123.677285) - (xy 27.662457 123.723913) - (xy 27.642502 123.952) - (xy 25.4605 123.952) - (xy 25.4605 113.792) - (xy 27.643004 113.792) - (xy 27.662951 114.020002) - (xy 27.722186 114.241068) - (xy 27.722188 114.241073) - (xy 27.818913 114.448501) - (xy 27.868899 114.519888) - (xy 28.557272 113.831515) - (xy 28.570835 113.917148) - (xy 28.628359 114.030045) - (xy 28.717955 114.119641) - (xy 28.830852 114.177165) - (xy 28.916482 114.190727) - (xy 28.22811 114.879098) - (xy 28.22811 114.8791) - (xy 28.299498 114.929086) - (xy 28.506926 115.025811) - (xy 28.506931 115.025813) - (xy 28.727999 115.085048) - (xy 28.727995 115.085048) - (xy 28.956 115.104995) - (xy 29.184002 115.085048) - (xy 29.405068 115.025813) - (xy 29.405073 115.025811) - (xy 29.612497 114.929088) - (xy 29.683888 114.879099) - (xy 29.683888 114.879097) - (xy 28.995518 114.190727) - (xy 29.081148 114.177165) - (xy 29.194045 114.119641) - (xy 29.283641 114.030045) - (xy 29.341165 113.917148) - (xy 29.354727 113.831517) - (xy 30.043097 114.519888) - (xy 30.043099 114.519888) - (xy 30.093088 114.448497) - (xy 30.189811 114.241073) - (xy 30.189813 114.241068) - (xy 30.249048 114.020002) - (xy 30.268995 113.792) - (xy 31.961004 113.792) - (xy 31.980951 114.020002) - (xy 32.040186 114.241068) - (xy 32.040188 114.241073) - (xy 32.136913 114.448501) - (xy 32.186899 114.519888) - (xy 32.875272 113.831515) - (xy 32.888835 113.917148) - (xy 32.946359 114.030045) - (xy 33.035955 114.119641) - (xy 33.148852 114.177165) - (xy 33.234482 114.190727) - (xy 32.54611 114.879098) - (xy 32.54611 114.8791) - (xy 32.617498 114.929086) - (xy 32.824926 115.025811) - (xy 32.824931 115.025813) - (xy 33.045999 115.085048) - (xy 33.045995 115.085048) - (xy 33.273999 115.104995) - (xy 33.502002 115.085048) - (xy 33.723068 115.025813) - (xy 33.723073 115.025811) - (xy 33.930497 114.929088) - (xy 34.001888 114.879099) - (xy 34.001888 114.879097) - (xy 33.313518 114.190727) - (xy 33.399148 114.177165) - (xy 33.512045 114.119641) - (xy 33.601641 114.030045) - (xy 33.659165 113.917148) - (xy 33.672727 113.831517) - (xy 34.361097 114.519888) - (xy 34.361099 114.519888) - (xy 34.411088 114.448497) - (xy 34.507811 114.241073) - (xy 34.507813 114.241068) - (xy 34.567048 114.020002) - (xy 34.586995 113.792) - (xy 34.567048 113.563997) - (xy 34.507813 113.342931) - (xy 34.507811 113.342926) - (xy 34.411086 113.135498) - (xy 34.3611 113.06411) - (xy 34.361098 113.06411) - (xy 33.672727 113.752481) - (xy 33.659165 113.666852) - (xy 33.601641 113.553955) - (xy 33.512045 113.464359) - (xy 33.399148 113.406835) - (xy 33.313515 113.393272) - (xy 34.001888 112.704899) - (xy 34.001888 112.704898) - (xy 33.930501 112.654913) - (xy 33.723073 112.558188) - (xy 33.723068 112.558186) - (xy 33.502 112.498951) - (xy 33.502004 112.498951) - (xy 33.273999 112.479004) - (xy 33.045997 112.498951) - (xy 32.824931 112.558186) - (xy 32.824926 112.558188) - (xy 32.6175 112.654913) - (xy 32.546109 112.704899) - (xy 33.234482 113.393272) - (xy 33.148852 113.406835) - (xy 33.035955 113.464359) - (xy 32.946359 113.553955) - (xy 32.888835 113.666852) - (xy 32.875272 113.752482) - (xy 32.186899 113.064109) - (xy 32.136913 113.1355) - (xy 32.040188 113.342926) - (xy 32.040186 113.342931) - (xy 31.980951 113.563997) - (xy 31.961004 113.792) - (xy 30.268995 113.792) - (xy 30.249048 113.563997) - (xy 30.189813 113.342931) - (xy 30.189811 113.342926) - (xy 30.093086 113.135498) - (xy 30.0431 113.06411) - (xy 30.043098 113.06411) - (xy 29.354727 113.752481) - (xy 29.341165 113.666852) - (xy 29.283641 113.553955) - (xy 29.194045 113.464359) - (xy 29.081148 113.406835) - (xy 28.995515 113.393272) - (xy 29.683888 112.704899) - (xy 29.683888 112.704898) - (xy 29.612501 112.654913) - (xy 29.405073 112.558188) - (xy 29.405068 112.558186) - (xy 29.184 112.498951) - (xy 29.184004 112.498951) - (xy 28.956 112.479004) - (xy 28.727997 112.498951) - (xy 28.506931 112.558186) - (xy 28.506926 112.558188) - (xy 28.2995 112.654913) - (xy 28.228109 112.704899) - (xy 28.916482 113.393272) - (xy 28.830852 113.406835) - (xy 28.717955 113.464359) - (xy 28.628359 113.553955) - (xy 28.570835 113.666852) - (xy 28.557272 113.752482) - (xy 27.868899 113.064109) - (xy 27.818913 113.1355) - (xy 27.722188 113.342926) - (xy 27.722186 113.342931) - (xy 27.662951 113.563997) - (xy 27.643004 113.792) - (xy 25.4605 113.792) - (xy 25.4605 110.49) - (xy 31.707004 110.49) - (xy 31.726951 110.718002) - (xy 31.786186 110.939068) - (xy 31.786188 110.939073) - (xy 31.882913 111.146501) - (xy 31.932899 111.217888) - (xy 32.621272 110.529516) - (xy 32.634835 110.615148) - (xy 32.692359 110.728045) - (xy 32.781955 110.817641) - (xy 32.894852 110.875165) - (xy 32.980482 110.888727) - (xy 32.29211 111.577098) - (xy 32.29211 111.5771) - (xy 32.363498 111.627086) - (xy 32.570926 111.723811) - (xy 32.570931 111.723813) - (xy 32.791999 111.783048) - (xy 32.791995 111.783048) - (xy 33.02 111.802995) - (xy 33.248002 111.783048) - (xy 33.469068 111.723813) - (xy 33.469073 111.723811) - (xy 33.676497 111.627088) - (xy 33.747888 111.577099) - (xy 33.747888 111.577097) - (xy 33.059518 110.888727) - (xy 33.145148 110.875165) - (xy 33.258045 110.817641) - (xy 33.347641 110.728045) - (xy 33.405165 110.615148) - (xy 33.418727 110.529518) - (xy 34.107097 111.217888) - (xy 34.107099 111.217888) - (xy 34.157088 111.146497) - (xy 34.253811 110.939073) - (xy 34.253813 110.939068) - (xy 34.313048 110.718002) - (xy 34.332995 110.49) - (xy 34.313048 110.261997) - (xy 34.253813 110.040931) - (xy 34.253811 110.040926) - (xy 34.157086 109.833498) - (xy 34.1071 109.76211) - (xy 34.107098 109.76211) - (xy 33.418727 110.450481) - (xy 33.405165 110.364852) - (xy 33.347641 110.251955) - (xy 33.258045 110.162359) - (xy 33.145148 110.104835) - (xy 33.059517 110.091272) - (xy 33.747888 109.402899) - (xy 33.747888 109.402898) - (xy 33.676501 109.352913) - (xy 33.469073 109.256188) - (xy 33.469068 109.256186) - (xy 33.248 109.196951) - (xy 33.248004 109.196951) - (xy 33.02 109.177004) - (xy 32.791997 109.196951) - (xy 32.570931 109.256186) - (xy 32.570926 109.256188) - (xy 32.3635 109.352913) - (xy 32.292109 109.4029) - (xy 32.980481 110.091272) - (xy 32.894852 110.104835) - (xy 32.781955 110.162359) - (xy 32.692359 110.251955) - (xy 32.634835 110.364852) - (xy 32.621272 110.450481) - (xy 31.9329 109.762109) - (xy 31.882913 109.8335) - (xy 31.786188 110.040926) - (xy 31.786186 110.040931) - (xy 31.726951 110.261997) - (xy 31.707004 110.49) - (xy 25.4605 110.49) - (xy 25.4605 106.68) - (xy 26.068844 106.68) - (xy 26.075663 106.762296) - (xy 26.087437 106.904375) - (xy 26.142702 107.122612) - (xy 26.142703 107.122613) - (xy 26.142704 107.122616) - (xy 26.181494 107.211048) - (xy 26.233141 107.328793) - (xy 26.356275 107.517265) - (xy 26.356279 107.51727) - (xy 26.508762 107.682908) - (xy 26.563331 107.725381) - (xy 26.686424 107.821189) - (xy 26.884426 107.928342) - (xy 26.884427 107.928342) - (xy 26.884428 107.928343) - (xy 26.996227 107.966723) - (xy 27.097365 108.001444) - (xy 27.319431 108.0385) - (xy 27.319435 108.0385) - (xy 27.544565 108.0385) - (xy 27.544569 108.0385) - (xy 27.766635 108.001444) - (xy 27.979574 107.928342) - (xy 28.177576 107.821189) - (xy 28.35524 107.682906) - (xy 28.507722 107.517268) - (xy 28.63086 107.328791) - (xy 28.721296 107.122616) - (xy 28.776564 106.904368) - (xy 28.795156 106.68) - (xy 28.776564 106.455632) - (xy 28.768185 106.422544) - (xy 28.721297 106.237387) - (xy 28.721296 106.237386) - (xy 28.721296 106.237384) - (xy 28.63086 106.031209) - (xy 28.585664 105.962031) - (xy 28.507724 105.842734) - (xy 28.50772 105.842729) - (xy 28.355237 105.677091) - (xy 28.243804 105.590359) - (xy 28.177576 105.538811) - (xy 28.144319 105.520813) - (xy 28.093929 105.470802) - (xy 28.078576 105.401485) - (xy 28.103136 105.334872) - (xy 28.14432 105.299186) - (xy 28.177576 105.281189) - (xy 28.35524 105.142906) - (xy 28.507722 104.977268) - (xy 28.63086 104.788791) - (xy 28.721296 104.582616) - (xy 28.776564 104.364368) - (xy 28.795156 104.14) - (xy 28.776564 103.915632) - (xy 28.721296 103.697384) - (xy 28.63086 103.491209) - (xy 28.62414 103.480924) - (xy 28.507724 103.302734) - (xy 28.50772 103.302729) - (xy 28.355237 103.137091) - (xy 28.241138 103.048284) - (xy 28.177576 102.998811) - (xy 28.177569 102.998807) - (xy 28.144318 102.980812) - (xy 28.093928 102.930798) - (xy 28.078576 102.861481) - (xy 28.103137 102.794869) - (xy 28.144315 102.759188) - (xy 28.177576 102.741189) - (xy 28.35524 102.602906) - (xy 28.507722 102.437268) - (xy 28.63086 102.248791) - (xy 28.721296 102.042616) - (xy 28.776564 101.824368) - (xy 28.795156 101.6) - (xy 28.776564 101.375632) - (xy 28.775622 101.371913) - (xy 28.721297 101.157387) - (xy 28.721296 101.157386) - (xy 28.721296 101.157384) - (xy 28.63086 100.951209) - (xy 28.537166 100.807799) - (xy 28.507724 100.762734) - (xy 28.50772 100.762729) - (xy 28.355237 100.597091) - (xy 28.223719 100.494726) - (xy 28.177576 100.458811) - (xy 28.144319 100.440813) - (xy 28.093929 100.390802) - (xy 28.078576 100.321485) - (xy 28.103136 100.254872) - (xy 28.14432 100.219186) - (xy 28.177576 100.201189) - (xy 28.35524 100.062906) - (xy 28.507722 99.897268) - (xy 28.63086 99.708791) - (xy 28.721296 99.502616) - (xy 28.776564 99.284368) - (xy 28.795156 99.06) - (xy 28.776564 98.835632) - (xy 28.776562 98.835624) - (xy 28.721297 98.617387) - (xy 28.721296 98.617386) - (xy 28.721296 98.617384) - (xy 28.63086 98.411209) - (xy 28.61206 98.382433) - (xy 28.507724 98.222734) - (xy 28.50772 98.222729) - (xy 28.355237 98.057091) - (xy 28.273382 97.993381) - (xy 28.177576 97.918811) - (xy 28.144319 97.900813) - (xy 28.093929 97.850802) - (xy 28.078576 97.781485) - (xy 28.103136 97.714872) - (xy 28.14432 97.679186) - (xy 28.177576 97.661189) - (xy 28.35524 97.522906) - (xy 28.507722 97.357268) - (xy 28.63086 97.168791) - (xy 28.721296 96.962616) - (xy 28.776564 96.744368) - (xy 28.795156 96.52) - (xy 28.776564 96.295632) - (xy 28.76906 96.266) - (xy 28.721297 96.077387) - (xy 28.721296 96.077386) - (xy 28.721296 96.077384) - (xy 28.63086 95.871209) - (xy 28.595282 95.816753) - (xy 28.507724 95.682734) - (xy 28.50772 95.682729) - (xy 28.355237 95.517091) - (xy 28.232675 95.421697) - (xy 28.177576 95.378811) - (xy 28.144319 95.360813) - (xy 28.093929 95.310802) - (xy 28.078576 95.241485) - (xy 28.103136 95.174872) - (xy 28.14432 95.139186) - (xy 28.177576 95.121189) - (xy 28.35524 94.982906) - (xy 28.507722 94.817268) - (xy 28.63086 94.628791) - (xy 28.721296 94.422616) - (xy 28.776564 94.204368) - (xy 28.795156 93.98) - (xy 28.776564 93.755632) - (xy 28.747498 93.640852) - (xy 28.721297 93.537387) - (xy 28.721296 93.537386) - (xy 28.721296 93.537384) - (xy 28.63086 93.331209) - (xy 28.61249 93.303092) - (xy 28.507724 93.142734) - (xy 28.50772 93.142729) - (xy 28.389161 93.013942) - (xy 28.35524 92.977094) - (xy 28.355239 92.977093) - (xy 28.355237 92.977091) - (xy 28.273382 92.913381) - (xy 28.177576 92.838811) - (xy 28.144319 92.820813) - (xy 28.093929 92.770802) - (xy 28.078576 92.701485) - (xy 28.103136 92.634872) - (xy 28.14432 92.599186) - (xy 28.177576 92.581189) - (xy 28.35524 92.442906) - (xy 28.507722 92.277268) - (xy 28.63086 92.088791) - (xy 28.721296 91.882616) - (xy 28.776564 91.664368) - (xy 28.795156 91.44) - (xy 28.776564 91.215632) - (xy 28.721296 90.997384) - (xy 28.63086 90.791209) - (xy 28.62414 90.780924) - (xy 28.507724 90.602734) - (xy 28.50772 90.602729) - (xy 28.355237 90.437091) - (xy 28.273382 90.373381) - (xy 28.177576 90.298811) - (xy 28.144319 90.280813) - (xy 28.093929 90.230802) - (xy 28.078576 90.161485) - (xy 28.103136 90.094872) - (xy 28.14432 90.059186) - (xy 28.177576 90.041189) - (xy 28.35524 89.902906) - (xy 28.507722 89.737268) - (xy 28.63086 89.548791) - (xy 28.721296 89.342616) - (xy 28.776564 89.124368) - (xy 28.795156 88.9) - (xy 28.776564 88.675632) - (xy 28.731392 88.497251) - (xy 28.721297 88.457387) - (xy 28.721296 88.457386) - (xy 28.721296 88.457384) - (xy 28.63086 88.251209) - (xy 28.62414 88.240924) - (xy 28.507724 88.062734) - (xy 28.50772 88.062729) - (xy 28.355237 87.897091) - (xy 28.273382 87.833381) - (xy 28.177576 87.758811) - (xy 28.144319 87.740813) - (xy 28.093929 87.690802) - (xy 28.078576 87.621485) - (xy 28.103136 87.554872) - (xy 28.14432 87.519186) - (xy 28.177576 87.501189) - (xy 28.35524 87.362906) - (xy 28.507722 87.197268) - (xy 28.63086 87.008791) - (xy 28.721296 86.802616) - (xy 28.776564 86.584368) - (xy 28.795156 86.36) - (xy 28.776564 86.135632) - (xy 28.760015 86.070282) - (xy 28.721297 85.917387) - (xy 28.721296 85.917386) - (xy 28.721296 85.917384) - (xy 28.63086 85.711209) - (xy 28.62414 85.700924) - (xy 28.507724 85.522734) - (xy 28.50772 85.522729) - (xy 28.355237 85.357091) - (xy 28.204628 85.239867) - (xy 28.177576 85.218811) - (xy 28.169848 85.214629) - (xy 28.14432 85.200814) - (xy 28.093929 85.150802) - (xy 28.078576 85.081485) - (xy 28.103136 85.014872) - (xy 28.14432 84.979186) - (xy 28.177576 84.961189) - (xy 28.35524 84.822906) - (xy 28.507722 84.657268) - (xy 28.63086 84.468791) - (xy 28.721296 84.262616) - (xy 28.776564 84.044368) - (xy 28.795156 83.82) - (xy 28.776564 83.595632) - (xy 28.721296 83.377384) - (xy 28.63086 83.171209) - (xy 28.62414 83.160924) - (xy 28.507724 82.982734) - (xy 28.50772 82.982729) - (xy 28.355237 82.817091) - (xy 28.273382 82.753381) - (xy 28.177576 82.678811) - (xy 28.144319 82.660813) - (xy 28.093929 82.610802) - (xy 28.078576 82.541485) - (xy 28.103136 82.474872) - (xy 28.14432 82.439186) - (xy 28.177576 82.421189) - (xy 28.35524 82.282906) - (xy 28.507722 82.117268) - (xy 28.63086 81.928791) - (xy 28.721296 81.722616) - (xy 28.776564 81.504368) - (xy 28.795156 81.28) - (xy 28.776564 81.055632) - (xy 28.721296 80.837384) - (xy 28.63086 80.631209) - (xy 28.616227 80.608811) - (xy 28.507724 80.442734) - (xy 28.50772 80.442729) - (xy 28.355237 80.277091) - (xy 28.229598 80.179302) - (xy 28.177576 80.138811) - (xy 28.143792 80.120528) - (xy 28.093402 80.070516) - (xy 28.07805 80.001199) - (xy 28.10261 79.934586) - (xy 28.143793 79.898901) - (xy 28.1773 79.880767) - (xy 28.177301 79.880767) - (xy 28.354902 79.742534) - (xy 28.507325 79.576958) - (xy 28.630419 79.388548) - (xy 28.72082 79.182456) - (xy 28.720823 79.182449) - (xy 28.768544 78.994) - (xy 27.863116 78.994) - (xy 27.891493 78.949844) - (xy 27.932 78.811889) - (xy 27.932 78.668111) - (xy 27.891493 78.530156) - (xy 27.863116 78.486) - (xy 28.768544 78.486) - (xy 28.768544 78.485999) - (xy 28.720823 78.29755) - (xy 28.72082 78.297543) - (xy 28.630419 78.091451) - (xy 28.507325 77.903041) - (xy 28.354902 77.737465) - (xy 28.177301 77.599232) - (xy 28.1773 77.599231) - (xy 28.143791 77.581097) - (xy 28.093401 77.531083) - (xy 28.07805 77.461766) - (xy 28.102612 77.395153) - (xy 28.14379 77.359472) - (xy 28.177576 77.341189) - (xy 28.35524 77.202906) - (xy 28.507722 77.037268) - (xy 28.63086 76.848791) - (xy 28.721296 76.642616) - (xy 28.776564 76.424368) - (xy 28.795156 76.2) - (xy 28.776564 75.975632) - (xy 28.767534 75.939977) - (xy 28.770202 75.869031) - (xy 28.80058 75.819954) - (xy 29.057907 75.562627) - (xy 29.120217 75.528604) - (xy 29.191033 75.533669) - (xy 29.247868 75.576216) - (xy 29.272679 75.642737) - (xy 29.273 75.651725) - (xy 29.273 83.269719) - (xy 29.272999 83.288984) - (xy 29.272884 83.292784) - (xy 29.26915 83.354514) - (xy 29.269151 83.354519) - (xy 29.270936 83.364264) - (xy 29.272998 83.386964) - (xy 29.272999 99.758982) - (xy 29.272884 99.762785) - (xy 29.26915 99.824516) - (xy 29.280299 99.885349) - (xy 29.280872 99.889112) - (xy 29.288325 99.950504) - (xy 29.288327 99.95051) - (xy 29.29184 99.959774) - (xy 29.297961 99.981732) - (xy 29.299747 99.991478) - (xy 29.299748 99.991482) - (xy 29.325131 100.047882) - (xy 29.326587 100.051397) - (xy 29.348519 100.109224) - (xy 29.348523 100.109233) - (xy 29.354147 100.11738) - (xy 29.365353 100.137247) - (xy 29.369416 100.146275) - (xy 29.407555 100.194958) - (xy 29.409809 100.198022) - (xy 29.427937 100.224283) - (xy 29.444948 100.248927) - (xy 29.491255 100.289951) - (xy 29.493999 100.292535) - (xy 29.915462 100.713998) - (xy 30.294606 101.093142) - (xy 30.328632 101.155454) - (xy 30.329505 101.199395) - (xy 30.329937 101.199433) - (xy 30.329585 101.203445) - (xy 30.329599 101.204103) - (xy 30.329458 101.204898) - (xy 30.329457 101.204913) - (xy 30.309502 101.433) - (xy 30.324112 101.599999) - (xy 30.329457 101.661086) - (xy 30.388715 101.88224) - (xy 30.388717 101.882246) - (xy 30.485477 102.089749) - (xy 30.601226 102.255056) - (xy 30.616802 102.2773) - (xy 30.7787 102.439198) - (xy 30.966251 102.570523) - (xy 31.173757 102.667284) - (xy 31.394913 102.726543) - (xy 31.623 102.746498) - (xy 31.851087 102.726543) - (xy 31.851107 102.726537) - (xy 31.85187 102.726404) - (xy 31.852222 102.726443) - (xy 31.856568 102.726063) - (xy 31.856644 102.726935) - (xy 31.92243 102.734266) - (xy 31.962857 102.761393) - (xy 33.743314 104.54185) - (xy 33.77734 104.604162) - (xy 33.772275 104.674977) - (xy 33.729728 104.731813) - (xy 33.663208 104.756624) - (xy 33.60097 104.74514) - (xy 33.46925 104.683719) - (xy 33.469246 104.683717) - (xy 33.469243 104.683716) - (xy 33.469241 104.683715) - (xy 33.46924 104.683715) - (xy 33.375771 104.65867) - (xy 33.248087 104.624457) - (xy 33.02 104.604502) - (xy 32.791913 104.624457) - (xy 32.570759 104.683715) - (xy 32.570753 104.683717) - (xy 32.36325 104.780477) - (xy 32.175703 104.911799) - (xy 32.175697 104.911804) - (xy 32.013804 105.073697) - (xy 32.013799 105.073703) - (xy 31.882477 105.26125) - (xy 31.785717 105.468753) - (xy 31.785715 105.468759) - (xy 31.729893 105.677091) - (xy 31.726457 105.689913) - (xy 31.706502 105.918) - (xy 31.726457 106.146087) - (xy 31.732592 106.168984) - (xy 31.785715 106.36724) - (xy 31.785717 106.367246) - (xy 31.840629 106.485005) - (xy 31.882477 106.574749) - (xy 32.013802 106.7623) - (xy 32.1757 106.924198) - (xy 32.363251 107.055523) - (xy 32.570757 107.152284) - (xy 32.791913 107.211543) - (xy 33.02 107.231498) - (xy 33.248087 107.211543) - (xy 33.469243 107.152284) - (xy 33.676749 107.055523) - (xy 33.8643 106.924198) - (xy 34.026198 106.7623) - (xy 34.157523 106.574749) - (xy 34.254284 106.367243) - (xy 34.313543 106.146087) - (xy 34.333498 105.918) - (xy 34.313543 105.689913) - (xy 34.254284 105.468757) - (xy 34.192858 105.337029) - (xy 34.182198 105.266838) - (xy 34.211178 105.202025) - (xy 34.270598 105.163169) - (xy 34.341592 105.162606) - (xy 34.396149 105.194685) - (xy 35.665594 106.46413) - (xy 35.69962 106.526442) - (xy 35.702499 106.553225) - (xy 35.702499 128.540478) - (xy 35.702384 128.544283) - (xy 35.69865 128.606014) - (xy 35.709798 128.666848) - (xy 35.710371 128.670611) - (xy 35.717824 128.732003) - (xy 35.717826 128.732009) - (xy 35.721339 128.741273) - (xy 35.72746 128.763231) - (xy 35.729246 128.772977) - (xy 35.729247 128.772981) - (xy 35.75463 128.829381) - (xy 35.756086 128.832896) - (xy 35.778018 128.890723) - (xy 35.778022 128.890732) - (xy 35.783646 128.898879) - (xy 35.794852 128.918746) - (xy 35.798915 128.927774) - (xy 35.837054 128.976457) - (xy 35.839308 128.979521) - (xy 35.867552 129.020438) - (xy 35.874447 129.030426) - (xy 35.920754 129.07145) - (xy 35.923498 129.074034) - (xy 36.194217 129.344753) - (xy 36.263606 129.414142) - (xy 36.297632 129.476454) - (xy 36.298505 129.520395) - (xy 36.298937 129.520433) - (xy 36.298585 129.524445) - (xy 36.298599 129.525103) - (xy 36.298458 129.525898) - (xy 36.298457 129.525913) - (xy 36.278502 129.754) - (xy 36.298457 129.982087) - (xy 36.331407 130.105058) - (xy 36.357715 130.20324) - (xy 36.357717 130.203246) - (xy 36.454477 130.410749) - (xy 36.578377 130.587697) - (xy 36.585802 130.5983) - (xy 36.7477 130.760198) - (xy 36.935251 130.891523) - (xy 37.142757 130.988284) - (xy 37.363913 131.047543) - (xy 37.592 131.067498) - (xy 37.820087 131.047543) - (xy 38.041243 130.988284) - (xy 38.248749 130.891523) - (xy 38.4363 130.760198) - (xy 38.598198 130.5983) - (xy 38.662316 130.506729) - (xy 38.717774 130.462401) - (xy 38.76553 130.453) - (xy 40.454462 130.453) - (xy 40.522583 130.473002) - (xy 40.557673 130.506727) - (xy 40.570991 130.525746) - (xy 40.621793 130.5983) - (xy 40.649802 130.6383) - (xy 40.8117 130.800198) - (xy 40.999251 130.931523) - (xy 41.206757 131.028284) - (xy 41.427913 131.087543) - (xy 41.656 131.107498) - (xy 41.884087 131.087543) - (xy 42.105243 131.028284) - (xy 42.312749 130.931523) - (xy 42.5003 130.800198) - (xy 42.662198 130.6383) - (xy 42.793523 130.450749) - (xy 42.890284 130.243243) - (xy 42.949543 130.022087) - (xy 42.969498 129.794) - (xy 42.949543 129.565913) - (xy 42.890284 129.344757) - (xy 42.793523 129.137251) - (xy 42.662198 128.9497) - (xy 42.5003 128.787802) - (xy 42.486301 128.778) - (xy 42.43385 128.741273) - (xy 42.312749 128.656477) - (xy 42.273543 128.638195) - (xy 42.220258 128.591279) - (xy 42.200796 128.523002) - (xy 42.221337 128.455042) - (xy 42.273543 128.409805) - (xy 42.275997 128.40866) - (xy 42.312749 128.391523) - (xy 42.5003 128.260198) - (xy 42.662198 128.0983) - (xy 42.793523 127.910749) - (xy 42.890284 127.703243) - (xy 42.949543 127.482087) - (xy 42.969498 127.254) - (xy 42.949543 127.025913) - (xy 42.890284 126.804757) - (xy 42.793523 126.597251) - (xy 42.662198 126.4097) - (xy 42.5003 126.247802) - (xy 42.312749 126.116477) - (xy 42.273543 126.098195) - (xy 42.220258 126.051279) - (xy 42.200796 125.983002) - (xy 42.221337 125.915042) - (xy 42.273543 125.869805) - (xy 42.27881 125.867349) - (xy 42.312749 125.851523) - (xy 42.5003 125.720198) - (xy 42.662198 125.5583) - (xy 42.793523 125.370749) - (xy 42.890284 125.163243) - (xy 42.949543 124.942087) - (xy 42.969498 124.714) - (xy 42.949543 124.485913) - (xy 42.890284 124.264757) - (xy 42.793523 124.057251) - (xy 42.662198 123.8697) - (xy 42.5003 123.707802) - (xy 42.500295 123.707799) - (xy 42.500292 123.707796) - (xy 42.496995 123.705487) - (xy 42.452669 123.650028) - (xy 42.445363 123.579409) - (xy 42.477396 123.516049) - (xy 42.538599 123.480067) - (xy 42.555801 123.476999) - (xy 42.565201 123.475989) - (xy 42.702204 123.424889) - (xy 42.766548 123.376722) - (xy 42.819261 123.337261) - (xy 42.906887 123.220207) - (xy 42.906887 123.220206) - (xy 42.906889 123.220204) - (xy 42.957989 123.083201) - (xy 42.959573 123.068475) - (xy 42.964499 123.022649) - (xy 42.9645 123.022632) - (xy 42.9645 121.325367) - (xy 42.964499 121.32535) - (xy 42.95799 121.264803) - (xy 42.957988 121.264795) - (xy 42.921811 121.167804) - (xy 42.906889 121.127796) - (xy 42.906888 121.127794) - (xy 42.906887 121.127792) - (xy 42.819261 121.010738) - (xy 42.702207 120.923112) - (xy 42.702202 120.92311) - (xy 42.565204 120.872011) - (xy 42.565196 120.872009) - (xy 42.504649 120.8655) - (xy 42.504638 120.8655) - (xy 40.807362 120.8655) - (xy 40.80735 120.8655) - (xy 40.746803 120.872009) - (xy 40.746795 120.872011) - (xy 40.609797 120.92311) - (xy 40.609792 120.923112) - (xy 40.492738 121.010738) - (xy 40.405112 121.127792) - (xy 40.40511 121.127797) - (xy 40.354011 121.264795) - (xy 40.354009 121.264803) - (xy 40.3475 121.32535) - (xy 40.3475 123.022649) - (xy 40.354009 123.083196) - (xy 40.354011 123.083204) - (xy 40.40511 123.220202) - (xy 40.405112 123.220207) - (xy 40.492738 123.337261) - (xy 40.609792 123.424887) - (xy 40.609794 123.424888) - (xy 40.609796 123.424889) - (xy 40.746799 123.475989) - (xy 40.756191 123.476998) - (xy 40.821784 123.504163) - (xy 40.862279 123.562479) - (xy 40.864817 123.63343) - (xy 40.828593 123.69449) - (xy 40.81501 123.705483) - (xy 40.811708 123.707795) - (xy 40.811697 123.707804) - (xy 40.649804 123.869697) - (xy 40.649799 123.869703) - (xy 40.518477 124.05725) - (xy 40.421717 124.264753) - (xy 40.421715 124.264759) - (xy 40.376344 124.434086) - (xy 40.362457 124.485913) - (xy 40.342502 124.714) - (xy 40.362457 124.942087) - (xy 40.391452 125.050296) - (xy 40.421715 125.16324) - (xy 40.421717 125.163246) - (xy 40.469398 125.265498) - (xy 40.518477 125.370749) - (xy 40.649802 125.5583) - (xy 40.8117 125.720198) - (xy 40.999251 125.851523) - (xy 41.03319 125.867349) - (xy 41.038457 125.869805) - (xy 41.091742 125.916722) - (xy 41.111203 125.984999) - (xy 41.090661 126.052959) - (xy 41.038457 126.098195) - (xy 40.99925 126.116477) - (xy 40.811703 126.247799) - (xy 40.811697 126.247804) - (xy 40.649804 126.409697) - (xy 40.649799 126.409703) - (xy 40.518477 126.59725) - (xy 40.421717 126.804753) - (xy 40.421715 126.804759) - (xy 40.375205 126.978337) - (xy 40.362457 127.025913) - (xy 40.342502 127.254) - (xy 40.362457 127.482087) - (xy 40.389133 127.581641) - (xy 40.421715 127.70324) - (xy 40.421717 127.703246) - (xy 40.518477 127.910749) - (xy 40.551032 127.957243) - (xy 40.649802 128.0983) - (xy 40.8117 128.260198) - (xy 40.999251 128.391523) - (xy 41.034359 128.407894) - (xy 41.038457 128.409805) - (xy 41.091742 128.456722) - (xy 41.111203 128.524999) - (xy 41.090661 128.592959) - (xy 41.038457 128.638195) - (xy 40.99925 128.656477) - (xy 40.811703 128.787799) - (xy 40.811697 128.787804) - (xy 40.649804 128.949697) - (xy 40.649799 128.949703) - (xy 40.613691 129.001271) - (xy 40.558233 129.045599) - (xy 40.510478 129.055) - (xy 38.76553 129.055) - (xy 38.697409 129.034998) - (xy 38.662317 129.001271) - (xy 38.5982 128.909703) - (xy 38.598195 128.909697) - (xy 38.436302 128.747804) - (xy 38.436296 128.747799) - (xy 38.248746 128.616474) - (xy 38.243985 128.613726) - (xy 38.245023 128.611927) - (xy 38.198532 128.570963) - (xy 38.179095 128.502679) - (xy 38.199661 128.434726) - (xy 38.244782 128.395664) - (xy 38.24373 128.393841) - (xy 38.248496 128.391088) - (xy 38.319888 128.341099) - (xy 38.319888 128.341097) - (xy 37.631518 127.652727) - (xy 37.717148 127.639165) - (xy 37.830045 127.581641) - (xy 37.919641 127.492045) - (xy 37.977165 127.379148) - (xy 37.990727 127.293517) - (xy 38.679098 127.981888) - (xy 38.679099 127.981888) - (xy 38.729088 127.910497) - (xy 38.825811 127.703073) - (xy 38.825813 127.703068) - (xy 38.885048 127.482002) - (xy 38.904995 127.254) - (xy 38.885048 127.025997) - (xy 38.825813 126.804931) - (xy 38.825811 126.804926) - (xy 38.729086 126.597498) - (xy 38.6791 126.52611) - (xy 38.679097 126.52611) - (xy 37.990726 127.21448) - (xy 37.977165 127.128852) - (xy 37.919641 127.015955) - (xy 37.830045 126.926359) - (xy 37.717148 126.868835) - (xy 37.631516 126.855272) - (xy 38.319888 126.166899) - (xy 38.319888 126.166898) - (xy 38.248501 126.116913) - (xy 38.041073 126.020188) - (xy 38.041068 126.020186) - (xy 37.82 125.960951) - (xy 37.820004 125.960951) - (xy 37.592 125.941004) - (xy 37.363997 125.960951) - (xy 37.25911 125.989056) - (xy 37.188133 125.987366) - (xy 37.129338 125.947572) - (xy 37.10139 125.882307) - (xy 37.100499 125.867349) - (xy 37.100499 125.593167) - (xy 37.120501 125.525046) - (xy 37.174157 125.478553) - (xy 37.244431 125.468449) - (xy 37.259092 125.471456) - (xy 37.363913 125.499543) - (xy 37.592 125.519498) - (xy 37.820087 125.499543) - (xy 38.041243 125.440284) - (xy 38.248749 125.343523) - (xy 38.4363 125.212198) - (xy 38.598198 125.0503) - (xy 38.729523 124.862749) - (xy 38.826284 124.655243) - (xy 38.885543 124.434087) - (xy 38.905498 124.206) - (xy 38.885543 123.977913) - (xy 38.826284 123.756757) - (xy 38.729523 123.549251) - (xy 38.598198 123.3617) - (xy 38.4363 123.199802) - (xy 38.436296 123.199799) - (xy 38.248747 123.068475) - (xy 38.209541 123.050193) - (xy 38.156256 123.003276) - (xy 38.136796 122.934998) - (xy 38.157338 122.867039) - (xy 38.209542 122.821805) - (xy 38.248749 122.803523) - (xy 38.4363 122.672198) - (xy 38.598198 122.5103) - (xy 38.729523 122.322749) - (xy 38.826284 122.115243) - (xy 38.885543 121.894087) - (xy 38.905498 121.666) - (xy 38.885543 121.437913) - (xy 38.826284 121.216757) - (xy 38.729523 121.009251) - (xy 38.598198 120.8217) - (xy 38.4363 120.659802) - (xy 38.248749 120.528477) - (xy 38.083501 120.451421) - (xy 38.041246 120.431717) - (xy 38.04124 120.431715) - (xy 37.92489 120.400539) - (xy 37.820087 120.372457) - (xy 37.592 120.352502) - (xy 37.363913 120.372457) - (xy 37.25911 120.400539) - (xy 37.188133 120.398849) - (xy 37.129338 120.359055) - (xy 37.10139 120.29379) - (xy 37.100499 120.278832) - (xy 37.100499 106.234535) - (xy 37.100614 106.23073) - (xy 37.104349 106.168984) - (xy 37.093192 106.108105) - (xy 37.092629 106.104402) - (xy 37.085172 106.042989) - (xy 37.08166 106.033728) - (xy 37.075537 106.011764) - (xy 37.073751 106.002019) - (xy 37.073751 106.002017) - (xy 37.048366 105.945613) - (xy 37.046909 105.942097) - (xy 37.03777 105.917999) - (xy 37.024979 105.884272) - (xy 37.019353 105.876121) - (xy 37.00815 105.856259) - (xy 37.004084 105.847224) - (xy 36.965932 105.798526) - (xy 36.963684 105.795471) - (xy 36.961876 105.792852) - (xy 36.928551 105.744572) - (xy 36.882243 105.703546) - (xy 36.879497 105.700961) - (xy 33.525631 102.347095) - (xy 33.491605 102.284783) - (xy 33.49667 102.213968) - (xy 33.539217 102.157132) - (xy 33.605737 102.132321) - (xy 33.614726 102.132) - (xy 33.723462 102.132) - (xy 33.791583 102.152002) - (xy 33.826673 102.185727) - (xy 33.846448 102.213968) - (xy 33.917212 102.31503) - (xy 33.918802 102.3173) - (xy 34.0807 102.479198) - (xy 34.268251 102.610523) - (xy 34.475757 102.707284) - (xy 34.696913 102.766543) - (xy 34.925 102.786498) - (xy 35.153087 102.766543) - (xy 35.374243 102.707284) - (xy 35.581749 102.610523) - (xy 35.7693 102.479198) - (xy 35.931198 102.3173) - (xy 36.062523 102.129749) - (xy 36.159284 101.922243) - (xy 36.218543 101.701087) - (xy 36.238498 101.473) - (xy 36.218543 101.244913) - (xy 36.159284 101.023757) - (xy 36.062523 100.816251) - (xy 35.931198 100.6287) - (xy 35.7693 100.466802) - (xy 35.763123 100.462477) - (xy 35.672018 100.398684) - (xy 35.581749 100.335477) - (xy 35.570003 100.33) - (xy 35.542543 100.317195) - (xy 35.489258 100.270279) - (xy 35.469796 100.202002) - (xy 35.490337 100.134042) - (xy 35.542543 100.088805) - (xy 35.550469 100.085109) - (xy 35.581749 100.070523) - (xy 35.7693 99.939198) - (xy 35.931198 99.7773) - (xy 36.062523 99.589749) - (xy 36.159284 99.382243) - (xy 36.218543 99.161087) - (xy 36.238498 98.933) - (xy 36.218543 98.704913) - (xy 36.159284 98.483757) - (xy 36.062523 98.276251) - (xy 35.931198 98.0887) - (xy 35.7693 97.926802) - (xy 35.763123 97.922477) - (xy 35.581749 97.795477) - (xy 35.541951 97.776919) - (xy 35.488666 97.730002) - (xy 35.469205 97.661725) - (xy 35.489747 97.593765) - (xy 35.541951 97.548529) - (xy 35.581498 97.530087) - (xy 35.768974 97.398815) - (xy 35.76898 97.39881) - (xy 35.93081 97.23698) - (xy 35.930815 97.236974) - (xy 36.062087 97.049498) - (xy 36.158811 96.842073) - (xy 36.158813 96.842068) - (xy 36.211082 96.647) - (xy 35.236686 96.647) - (xy 35.252641 96.631045) - (xy 35.310165 96.518148) - (xy 35.329986 96.393) - (xy 35.310165 96.267852) - (xy 35.252641 96.154955) - (xy 35.236686 96.139) - (xy 36.211082 96.139) - (xy 36.158813 95.943931) - (xy 36.158811 95.943926) - (xy 36.062087 95.736501) - (xy 35.930815 95.549025) - (xy 35.93081 95.549019) - (xy 35.768977 95.387186) - (xy 35.765247 95.384575) - (xy 35.720916 95.329119) - (xy 35.713605 95.2585) - (xy 35.745634 95.195138) - (xy 35.806834 95.159151) - (xy 35.824048 95.156081) - (xy 35.834196 95.15499) - (xy 35.834199 95.154989) - (xy 35.834201 95.154989) - (xy 35.971204 95.103889) - (xy 35.977125 95.099457) - (xy 36.088261 95.016261) - (xy 36.175887 94.899207) - (xy 36.175887 94.899206) - (xy 36.175889 94.899204) - (xy 36.226989 94.762201) - (xy 36.2335 94.701638) - (xy 36.2335 93.004362) - (xy 36.233499 93.00435) - (xy 36.22699 92.943803) - (xy 36.226988 92.943795) - (xy 36.190811 92.846804) - (xy 36.175889 92.806796) - (xy 36.175888 92.806794) - (xy 36.175887 92.806792) - (xy 36.088261 92.689738) - (xy 35.971207 92.602112) - (xy 35.971202 92.60211) - (xy 35.834204 92.551011) - (xy 35.834196 92.551009) - (xy 35.773649 92.5445) - (xy 35.773638 92.5445) - (xy 34.076362 92.5445) - (xy 34.07635 92.5445) - (xy 34.015803 92.551009) - (xy 34.015795 92.551011) - (xy 33.878797 92.60211) - (xy 33.878792 92.602112) - (xy 33.761738 92.689738) - (xy 33.674112 92.806792) - (xy 33.67411 92.806797) - (xy 33.623011 92.943795) - (xy 33.623009 92.943803) - (xy 33.6165 93.00435) - (xy 33.6165 94.701649) - (xy 33.623009 94.762196) - (xy 33.623011 94.762204) - (xy 33.67411 94.899202) - (xy 33.674112 94.899207) - (xy 33.761738 95.016261) - (xy 33.878792 95.103887) - (xy 33.878794 95.103888) - (xy 33.878796 95.103889) - (xy 33.937343 95.125726) - (xy 34.015795 95.154988) - (xy 34.015798 95.154988) - (xy 34.015799 95.154989) - (xy 34.015804 95.15499) - (xy 34.025951 95.156081) - (xy 34.091544 95.183249) - (xy 34.132036 95.241566) - (xy 34.134572 95.312517) - (xy 34.098345 95.373576) - (xy 34.084758 95.38457) - (xy 34.081031 95.387179) - (xy 34.081019 95.387189) - (xy 33.919189 95.549019) - (xy 33.919184 95.549025) - (xy 33.787912 95.736501) - (xy 33.691188 95.943926) - (xy 33.691186 95.943931) - (xy 33.638917 96.139) - (xy 34.613314 96.139) - (xy 34.597359 96.154955) - (xy 34.539835 96.267852) - (xy 34.520014 96.393) - (xy 34.539835 96.518148) - (xy 34.597359 96.631045) - (xy 34.613314 96.647) - (xy 33.638918 96.647) - (xy 33.691186 96.842068) - (xy 33.691188 96.842073) - (xy 33.787912 97.049498) - (xy 33.919184 97.236974) - (xy 33.919189 97.23698) - (xy 34.081019 97.39881) - (xy 34.081025 97.398815) - (xy 34.268503 97.530089) - (xy 34.308049 97.54853) - (xy 34.361334 97.595447) - (xy 34.380794 97.663724) - (xy 34.360252 97.731684) - (xy 34.308049 97.776918) - (xy 34.268252 97.795475) - (xy 34.080703 97.926799) - (xy 34.080697 97.926804) - (xy 33.918804 98.088697) - (xy 33.918799 98.088703) - (xy 33.787477 98.27625) - (xy 33.690717 98.483753) - (xy 33.690715 98.483759) - (xy 33.65491 98.617384) - (xy 33.631457 98.704913) - (xy 33.611502 98.933) - (xy 33.631457 99.161087) - (xy 33.637904 99.185148) - (xy 33.690715 99.38224) - (xy 33.690717 99.382246) - (xy 33.787477 99.589749) - (xy 33.915299 99.772298) - (xy 33.918802 99.7773) - (xy 34.0807 99.939198) - (xy 34.268251 100.070523) - (xy 34.299531 100.085109) - (xy 34.307457 100.088805) - (xy 34.360742 100.135722) - (xy 34.380203 100.203999) - (xy 34.359661 100.271959) - (xy 34.307457 100.317195) - (xy 34.26825 100.335477) - (xy 34.080703 100.466799) - (xy 34.080697 100.466804) - (xy 33.918804 100.628697) - (xy 33.918799 100.628703) - (xy 33.882691 100.680271) - (xy 33.827233 100.724599) - (xy 33.779478 100.734) - (xy 32.79653 100.734) - (xy 32.728409 100.713998) - (xy 32.693317 100.680271) - (xy 32.642259 100.607353) - (xy 32.629198 100.5887) - (xy 32.4673 100.426802) - (xy 32.436348 100.405129) - (xy 32.279746 100.295474) - (xy 32.274985 100.292726) - (xy 32.276023 100.290927) - (xy 32.229532 100.249963) - (xy 32.210095 100.181679) - (xy 32.230661 100.113726) - (xy 32.275782 100.074664) - (xy 32.27473 100.072841) - (xy 32.279496 100.070088) - (xy 32.350888 100.020099) - (xy 32.350888 100.020097) - (xy 31.662518 99.331727) - (xy 31.748148 99.318165) - (xy 31.861045 99.260641) - (xy 31.950641 99.171045) - (xy 32.008165 99.058148) - (xy 32.021727 98.972518) - (xy 32.710098 99.660888) - (xy 32.710099 99.660888) - (xy 32.760088 99.589497) - (xy 32.856811 99.382073) - (xy 32.856813 99.382068) - (xy 32.916048 99.161002) - (xy 32.935995 98.933) - (xy 32.916048 98.704997) - (xy 32.856813 98.483931) - (xy 32.856811 98.483926) - (xy 32.760086 98.276498) - (xy 32.7101 98.20511) - (xy 32.710097 98.20511) - (xy 32.021726 98.89348) - (xy 32.008165 98.807852) - (xy 31.950641 98.694955) - (xy 31.861045 98.605359) - (xy 31.748148 98.547835) - (xy 31.662516 98.534272) - (xy 32.350888 97.845899) - (xy 32.350888 97.845898) - (xy 32.279501 97.795913) - (xy 32.072073 97.699188) - (xy 32.072068 97.699186) - (xy 31.851 97.639951) - (xy 31.851004 97.639951) - (xy 31.622999 97.620004) - (xy 31.394997 97.639951) - (xy 31.173931 97.699186) - (xy 31.173926 97.699188) - (xy 30.966498 97.795913) - (xy 30.869269 97.863994) - (xy 30.801995 97.886682) - (xy 30.733135 97.869397) - (xy 30.684551 97.817627) - (xy 30.670999 97.760784) - (xy 30.670999 89.154) - (xy 34.627502 89.154) - (xy 34.644003 89.342613) - (xy 34.647457 89.382086) - (xy 34.692125 89.548791) - (xy 34.706716 89.603243) - (xy 34.803477 89.810749) - (xy 34.934802 89.9983) - (xy 35.0967 90.160198) - (xy 35.284251 90.291523) - (xy 35.491757 90.388284) - (xy 35.712913 90.447543) - (xy 35.941 90.467498) - (xy 36.169087 90.447543) - (xy 36.390243 90.388284) - (xy 36.597749 90.291523) - (xy 36.7853 90.160198) - (xy 36.947198 89.9983) - (xy 37.078523 89.810749) - (xy 37.175284 89.603243) - (xy 37.234543 89.382087) - (xy 37.254498 89.154) - (xy 37.234543 88.925913) - (xy 37.175284 88.704757) - (xy 37.078523 88.497251) - (xy 36.947198 88.3097) - (xy 36.7853 88.147802) - (xy 36.597749 88.016477) - (xy 36.597749 88.016476) - (xy 36.390246 87.919717) - (xy 36.39024 87.919715) - (xy 36.296771 87.89467) - (xy 36.169087 87.860457) - (xy 35.941 87.840502) - (xy 35.940999 87.840502) - (xy 35.712913 87.860457) - (xy 35.491759 87.919715) - (xy 35.491753 87.919717) - (xy 35.28425 88.016477) - (xy 35.096703 88.147799) - (xy 35.096697 88.147804) - (xy 34.934804 88.309697) - (xy 34.934799 88.309703) - (xy 34.803477 88.49725) - (xy 34.706717 88.704753) - (xy 34.706716 88.704757) - (xy 34.647457 88.925913) - (xy 34.627502 89.154) - (xy 30.670999 89.154) - (xy 30.670999 85.303723) - (xy 30.691001 85.235603) - (xy 30.744657 85.18911) - (xy 30.814931 85.179006) - (xy 30.879511 85.2085) - (xy 30.886081 85.214617) - (xy 32.175955 86.50449) - (xy 32.178548 86.507245) - (xy 32.219572 86.553551) - (xy 32.219576 86.553555) - (xy 32.237806 86.566137) - (xy 32.270492 86.588698) - (xy 32.273535 86.590938) - (xy 32.322226 86.629085) - (xy 32.331251 86.633146) - (xy 32.351118 86.644351) - (xy 32.359274 86.649981) - (xy 32.417115 86.671917) - (xy 32.420609 86.673364) - (xy 32.477018 86.698752) - (xy 32.486754 86.700536) - (xy 32.508731 86.706662) - (xy 32.517991 86.710174) - (xy 32.579417 86.717631) - (xy 32.583119 86.718195) - (xy 32.643986 86.72935) - (xy 32.705718 86.725615) - (xy 32.70952 86.725501) - (xy 36.138717 86.725501) - (xy 36.206838 86.745503) - (xy 36.227812 86.762406) - (xy 41.96058 92.495173) - (xy 41.994606 92.557485) - (xy 41.989541 92.6283) - (xy 41.946994 92.685136) - (xy 41.924738 92.698461) - (xy 41.888259 92.715472) - (xy 41.88825 92.715477) - (xy 41.700708 92.846795) - (xy 41.700697 92.846804) - (xy 41.538804 93.008697) - (xy 41.538799 93.008703) - (xy 41.407477 93.19625) - (xy 41.310717 93.403753) - (xy 41.310715 93.403759) - (xy 41.251457 93.624913) - (xy 41.231502 93.853) - (xy 41.251457 94.081087) - (xy 41.27421 94.166) - (xy 41.310715 94.30224) - (xy 41.310717 94.302246) - (xy 41.407477 94.509749) - (xy 41.496403 94.636749) - (xy 41.538802 94.6973) - (xy 41.7007 94.859198) - (xy 41.888251 94.990523) - (xy 41.923359 95.006894) - (xy 41.927457 95.008805) - (xy 41.980742 95.055722) - (xy 42.000203 95.123999) - (xy 41.979661 95.191959) - (xy 41.927457 95.237195) - (xy 41.88825 95.255477) - (xy 41.700703 95.386799) - (xy 41.700697 95.386804) - (xy 41.538804 95.548697) - (xy 41.538799 95.548703) - (xy 41.407477 95.73625) - (xy 41.310717 95.943753) - (xy 41.310715 95.943759) - (xy 41.27491 96.077384) - (xy 41.251457 96.164913) - (xy 41.231502 96.393) - (xy 41.251457 96.621087) - (xy 41.276685 96.71524) - (xy 41.310715 96.84224) - (xy 41.310717 96.842246) - (xy 41.407477 97.049749) - (xy 41.496403 97.176749) - (xy 41.538802 97.2373) - (xy 41.7007 97.399198) - (xy 41.888251 97.530523) - (xy 41.923359 97.546894) - (xy 41.927457 97.548805) - (xy 41.980742 97.595722) - (xy 42.000203 97.663999) - (xy 41.979661 97.731959) - (xy 41.927457 97.777195) - (xy 41.88825 97.795477) - (xy 41.700703 97.926799) - (xy 41.700697 97.926804) - (xy 41.538804 98.088697) - (xy 41.538799 98.088703) - (xy 41.407477 98.27625) - (xy 41.310717 98.483753) - (xy 41.310715 98.483759) - (xy 41.251457 98.704913) - (xy 41.231502 98.933) - (xy 41.251457 99.16109) - (xy 41.268459 99.22454) - (xy 41.266769 99.295516) - (xy 41.235847 99.346246) - (xy 41.031335 99.550758) - (xy 41.0189 99.560722) - (xy 41.019088 99.560949) - (xy 41.012979 99.566002) - (xy 40.965014 99.61708) - (xy 40.943865 99.638228) - (xy 40.939559 99.643778) - (xy 40.935713 99.64828) - (xy 40.903416 99.682675) - (xy 40.90341 99.682684) - (xy 40.89365 99.700436) - (xy 40.882802 99.716951) - (xy 40.870385 99.732959) - (xy 40.851644 99.776265) - (xy 40.849033 99.781595) - (xy 40.826304 99.82294) - (xy 40.826302 99.822945) - (xy 40.821266 99.84256) - (xy 40.814863 99.861263) - (xy 40.806818 99.879853) - (xy 40.799436 99.926457) - (xy 40.798232 99.932269) - (xy 40.786499 99.977969) - (xy 40.786499 99.998224) - (xy 40.784948 100.017934) - (xy 40.781779 100.037943) - (xy 40.781779 100.037944) - (xy 40.786219 100.084918) - (xy 40.786499 100.090851) - (xy 40.786499 117.409145) - (xy 40.78475 117.424987) - (xy 40.785043 117.425015) - (xy 40.784297 117.432906) - (xy 40.786499 117.502956) - (xy 40.786499 117.53285) - (xy 40.7865 117.532871) - (xy 40.787377 117.539819) - (xy 40.787843 117.545731) - (xy 40.789325 117.592887) - (xy 40.789326 117.592892) - (xy 40.794976 117.612338) - (xy 40.798985 117.631696) - (xy 40.801524 117.651792) - (xy 40.801525 117.651798) - (xy 40.818892 117.695661) - (xy 40.820815 117.701278) - (xy 40.833981 117.746592) - (xy 40.844293 117.76403) - (xy 40.852987 117.781778) - (xy 40.860443 117.800608) - (xy 40.860449 117.800619) - (xy 40.888176 117.838782) - (xy 40.891436 117.843745) - (xy 40.915459 117.884364) - (xy 40.929778 117.898683) - (xy 40.942616 117.913713) - (xy 40.952155 117.926842) - (xy 40.954527 117.930106) - (xy 40.982793 117.95349) - (xy 40.990885 117.960184) - (xy 40.995266 117.96417) - (xy 43.690895 120.659799) - (xy 46.192595 123.161499) - (xy 46.226621 123.223811) - (xy 46.2295 123.250594) - (xy 46.2295 130.091146) - (xy 46.227751 130.106988) - (xy 46.228044 130.107016) - (xy 46.227298 130.114907) - (xy 46.2295 130.184957) - (xy 46.2295 130.214851) - (xy 46.229501 130.214872) - (xy 46.230378 130.22182) - (xy 46.230844 130.227732) - (xy 46.232326 130.274888) - (xy 46.232327 130.274893) - (xy 46.237977 130.294339) - (xy 46.241986 130.313697) - (xy 46.244525 130.333793) - (xy 46.244526 130.333799) - (xy 46.261893 130.377662) - (xy 46.263816 130.383279) - (xy 46.276982 130.428593) - (xy 46.287294 130.446031) - (xy 46.295988 130.463779) - (xy 46.303444 130.482609) - (xy 46.30345 130.48262) - (xy 46.331177 130.520783) - (xy 46.334437 130.525746) - (xy 46.35846 130.566365) - (xy 46.372779 130.580684) - (xy 46.385617 130.595714) - (xy 46.395156 130.608843) - (xy 46.397528 130.612107) - (xy 46.425794 130.635491) - (xy 46.433886 130.642185) - (xy 46.438267 130.646171) - (xy 48.505028 132.712933) - (xy 48.514755 132.72266) - (xy 48.524723 132.735102) - (xy 48.524951 132.734914) - (xy 48.529998 132.741015) - (xy 48.53 132.741018) - (xy 48.530002 132.74102) - (xy 48.530003 132.741021) - (xy 48.581079 132.788983) - (xy 48.602224 132.81013) - (xy 48.602228 132.810133) - (xy 48.60223 132.810135) - (xy 48.607782 132.814442) - (xy 48.612269 132.818273) - (xy 48.633852 132.838541) - (xy 48.646677 132.850585) - (xy 48.646679 132.850586) - (xy 48.664428 132.860343) - (xy 48.680953 132.871198) - (xy 48.696959 132.883614) - (xy 48.737149 132.901005) - (xy 48.740262 132.902352) - (xy 48.745583 132.904958) - (xy 48.78694 132.927695) - (xy 48.786948 132.927697) - (xy 48.806558 132.932732) - (xy 48.825267 132.939137) - (xy 48.843855 132.947181) - (xy 48.890477 132.954564) - (xy 48.896262 132.955763) - (xy 48.94197 132.9675) - (xy 48.962224 132.9675) - (xy 48.981934 132.969051) - (xy 48.984141 132.9694) - (xy 49.001943 132.97222) - (xy 49.036472 132.968956) - (xy 49.048917 132.96778) - (xy 49.05485 132.9675) - (xy 53.605922 132.9675) - (xy 53.621763 132.969249) - (xy 53.621791 132.968956) - (xy 53.629677 132.9697) - (xy 53.629684 132.969702) - (xy 53.699733 132.9675) - (xy 53.729631 132.9675) - (xy 53.736593 132.966619) - (xy 53.742494 132.966154) - (xy 53.789664 132.964673) - (xy 53.809122 132.959019) - (xy 53.828469 132.955013) - (xy 53.848572 132.952474) - (xy 53.892454 132.935099) - (xy 53.898049 132.933183) - (xy 53.926591 132.924891) - (xy 53.943366 132.920019) - (xy 53.94337 132.920017) - (xy 53.960801 132.909708) - (xy 53.978555 132.901009) - (xy 53.997392 132.893552) - (xy 54.035561 132.865818) - (xy 54.040519 132.862562) - (xy 54.081137 132.838542) - (xy 54.09546 132.824218) - (xy 54.110499 132.811374) - (xy 54.126882 132.799472) - (xy 54.156968 132.763103) - (xy 54.160936 132.758741) - (xy 58.107413 128.812265) - (xy 58.169723 128.778241) - (xy 58.240539 128.783306) - (xy 58.272012 128.800492) - (xy 58.274593 128.802424) - (xy 58.317141 128.859258) - (xy 58.322208 128.930074) - (xy 58.302303 128.97556) - (xy 58.29848 128.981018) - (xy 58.298479 128.98102) - (xy 58.201717 129.188528) - (xy 58.201715 129.188534) - (xy 58.159856 129.344753) - (xy 58.142457 129.409688) - (xy 58.122502 129.637775) - (xy 58.142457 129.865862) - (xy 58.154979 129.912595) - (xy 58.201715 130.087015) - (xy 58.201717 130.087021) - (xy 58.298477 130.294524) - (xy 58.404563 130.446031) - (xy 58.429802 130.482075) - (xy 58.5917 130.643973) - (xy 58.779251 130.775298) - (xy 58.986757 130.872059) - (xy 59.207913 130.931318) - (xy 59.436 130.951273) - (xy 59.664087 130.931318) - (xy 59.885243 130.872059) - (xy 60.092749 130.775298) - (xy 60.2803 130.643973) - (xy 60.442198 130.482075) - (xy 60.573523 130.294524) - (xy 60.670284 130.087018) - (xy 60.729543 129.865862) - (xy 60.749498 129.637775) - (xy 60.729543 129.409688) - (xy 60.670284 129.188532) - (xy 60.573523 128.981026) - (xy 60.569699 128.975565) - (xy 60.547011 128.908293) - (xy 60.564295 128.839433) - (xy 60.592916 128.807443) - (xy 60.592885 128.807412) - (xy 60.593452 128.806844) - (xy 60.597408 128.802422) - (xy 60.599261 128.801036) - (xy 60.686889 128.683979) - (xy 60.737989 128.546976) - (xy 60.74046 128.523999) - (xy 60.744499 128.486424) - (xy 60.7445 128.486407) - (xy 60.7445 126.789142) - (xy 60.744499 126.789125) - (xy 60.73799 126.728578) - (xy 60.737988 126.72857) - (xy 60.708924 126.65065) - (xy 60.686889 126.591571) - (xy 60.686888 126.591569) - (xy 60.686887 126.591567) - (xy 60.599261 126.474513) - (xy 60.482207 126.386887) - (xy 60.482202 126.386885) - (xy 60.345204 126.335786) - (xy 60.345196 126.335784) - (xy 60.284649 126.329275) - (xy 60.284638 126.329275) - (xy 58.587362 126.329275) - (xy 58.58735 126.329275) - (xy 58.526803 126.335784) - (xy 58.526795 126.335786) - (xy 58.389797 126.386885) - (xy 58.389792 126.386887) - (xy 58.272738 126.474513) - (xy 58.185112 126.591567) - (xy 58.18511 126.591572) - (xy 58.134011 126.72857) - (xy 58.134009 126.728578) - (xy 58.1275 126.789125) - (xy 58.1275 126.978337) - (xy 58.107498 127.046458) - (xy 58.075559 127.080275) - (xy 58.04021 127.105956) - (xy 58.035248 127.109215) - (xy 57.994638 127.133233) - (xy 57.980311 127.147559) - (xy 57.965285 127.160392) - (xy 57.948895 127.1723) - (xy 57.948893 127.172302) - (xy 57.918808 127.208667) - (xy 57.914812 127.213058) - (xy 55.11243 130.015438) - (xy 55.050118 130.049464) - (xy 54.979302 130.044399) - (xy 54.922467 130.001852) - (xy 54.897815 129.937327) - (xy 54.887543 129.819913) - (xy 54.828284 129.598757) - (xy 54.731523 129.391251) - (xy 54.600198 129.2037) - (xy 54.4383 129.041802) - (xy 54.422053 129.030426) - (xy 54.375998 128.998177) - (xy 54.250749 128.910477) - (xy 54.246065 128.908293) - (xy 54.211543 128.892195) - (xy 54.158258 128.845279) - (xy 54.138796 128.777002) - (xy 54.159337 128.709042) - (xy 54.211543 128.663805) - (xy 54.213997 128.66266) - (xy 54.250749 128.645523) - (xy 54.4383 128.514198) - (xy 54.600198 128.3523) - (xy 54.731523 128.164749) - (xy 54.828284 127.957243) - (xy 54.887543 127.736087) - (xy 54.907498 127.508) - (xy 54.887543 127.279913) - (xy 54.828284 127.058757) - (xy 54.731523 126.851251) - (xy 54.600198 126.6637) - (xy 54.4383 126.501802) - (xy 54.399327 126.474513) - (xy 54.250749 126.370477) - (xy 54.038257 126.271391) - (xy 54.038806 126.270212) - (xy 53.986709 126.231849) - (xy 53.961376 126.165526) - (xy 53.97592 126.096035) - (xy 54.01471 126.052335) - (xy 54.067888 126.015099) - (xy 54.067888 126.015097) - (xy 53.379518 125.326727) - (xy 53.465148 125.313165) - (xy 53.578045 125.255641) - (xy 53.667641 125.166045) - (xy 53.725165 125.053148) - (xy 53.738727 124.967517) - (xy 54.427097 125.655888) - (xy 54.427099 125.655888) - (xy 54.477088 125.584497) - (xy 54.573811 125.377073) - (xy 54.573813 125.377068) - (xy 54.633048 125.156002) - (xy 54.652995 124.928) - (xy 54.633048 124.699997) - (xy 54.573813 124.478931) - (xy 54.573811 124.478926) - (xy 54.477086 124.271498) - (xy 54.4271 124.20011) - (xy 54.427098 124.20011) - (xy 53.738727 124.888481) - (xy 53.725165 124.802852) - (xy 53.667641 124.689955) - (xy 53.578045 124.600359) - (xy 53.465148 124.542835) - (xy 53.379517 124.529272) - (xy 53.956787 123.952) - (xy 56.344502 123.952) - (xy 56.364457 124.180087) - (xy 56.387145 124.264759) - (xy 56.423715 124.40124) - (xy 56.423717 124.401246) - (xy 56.520477 124.608749) - (xy 56.553032 124.655243) - (xy 56.651802 124.7963) - (xy 56.8137 124.958198) - (xy 57.001251 125.089523) - (xy 57.208757 125.186284) - (xy 57.429913 125.245543) - (xy 57.658 125.265498) - (xy 57.886087 125.245543) - (xy 58.107243 125.186284) - (xy 58.314749 125.089523) - (xy 58.5023 124.958198) - (xy 58.664198 124.7963) - (xy 58.795523 124.608749) - (xy 58.892284 124.401243) - (xy 58.951543 124.180087) - (xy 58.971498 123.952) - (xy 60.662502 123.952) - (xy 60.682457 124.180087) - (xy 60.705145 124.264759) - (xy 60.741715 124.40124) - (xy 60.741717 124.401246) - (xy 60.838477 124.608749) - (xy 60.871032 124.655243) - (xy 60.969802 124.7963) - (xy 61.1317 124.958198) - (xy 61.319251 125.089523) - (xy 61.526757 125.186284) - (xy 61.747913 125.245543) - (xy 61.976 125.265498) - (xy 62.204087 125.245543) - (xy 62.425243 125.186284) - (xy 62.632749 125.089523) - (xy 62.8203 124.958198) - (xy 62.982198 124.7963) - (xy 63.113523 124.608749) - (xy 63.210284 124.401243) - (xy 63.269543 124.180087) - (xy 63.289498 123.952) - (xy 63.269543 123.723913) - (xy 63.210284 123.502757) - (xy 63.113523 123.295251) - (xy 62.982198 123.1077) - (xy 62.8203 122.945802) - (xy 62.806301 122.936) - (xy 62.632749 122.814477) - (xy 62.425246 122.717717) - (xy 62.42524 122.717715) - (xy 62.255376 122.6722) - (xy 62.204087 122.658457) - (xy 61.976 122.638502) - (xy 61.747913 122.658457) - (xy 61.526759 122.717715) - (xy 61.526753 122.717717) - (xy 61.31925 122.814477) - (xy 61.131703 122.945799) - (xy 61.131697 122.945804) - (xy 60.969804 123.107697) - (xy 60.969799 123.107703) - (xy 60.838477 123.29525) - (xy 60.741717 123.502753) - (xy 60.741715 123.502759) - (xy 60.694951 123.677285) - (xy 60.682457 123.723913) - (xy 60.662502 123.952) - (xy 58.971498 123.952) - (xy 58.951543 123.723913) - (xy 58.892284 123.502757) - (xy 58.795523 123.295251) - (xy 58.664198 123.1077) - (xy 58.5023 122.945802) - (xy 58.488301 122.936) - (xy 58.314749 122.814477) - (xy 58.107246 122.717717) - (xy 58.10724 122.717715) - (xy 57.937376 122.6722) - (xy 57.886087 122.658457) - (xy 57.658 122.638502) - (xy 57.429913 122.658457) - (xy 57.208759 122.717715) - (xy 57.208753 122.717717) - (xy 57.00125 122.814477) - (xy 56.813703 122.945799) - (xy 56.813697 122.945804) - (xy 56.651804 123.107697) - (xy 56.651799 123.107703) - (xy 56.520477 123.29525) - (xy 56.423717 123.502753) - (xy 56.423715 123.502759) - (xy 56.376951 123.677285) - (xy 56.364457 123.723913) - (xy 56.344502 123.952) - (xy 53.956787 123.952) - (xy 54.067888 123.840899) - (xy 54.067888 123.840898) - (xy 53.996501 123.790913) - (xy 53.991734 123.788161) - (xy 53.992817 123.786284) - (xy 53.946561 123.745561) - (xy 53.927095 123.677285) - (xy 53.947632 123.609324) - (xy 53.992992 123.570019) - (xy 53.991985 123.568274) - (xy 53.996746 123.565525) - (xy 54.007214 123.558195) - (xy 54.1843 123.434198) - (xy 54.346198 123.2723) - (xy 54.477523 123.084749) - (xy 54.574284 122.877243) - (xy 54.633543 122.656087) - (xy 54.653498 122.428) - (xy 54.633543 122.199913) - (xy 54.574284 121.978757) - (xy 54.477523 121.771251) - (xy 54.346198 121.5837) - (xy 54.1843 121.421802) - (xy 53.996749 121.290477) - (xy 53.941682 121.264799) - (xy 53.789246 121.193717) - (xy 53.78924 121.193715) - (xy 53.69252 121.167799) - (xy 53.568087 121.134457) - (xy 53.34 121.114502) - (xy 53.111913 121.134457) - (xy 52.890759 121.193715) - (xy 52.890753 121.193717) - (xy 52.68325 121.290477) - (xy 52.495703 121.421799) - (xy 52.495697 121.421804) - (xy 52.333804 121.583697) - (xy 52.333799 121.583703) - (xy 52.202477 121.77125) - (xy 52.105717 121.978753) - (xy 52.105715 121.978759) - (xy 52.0534 122.174) - (xy 52.046457 122.199913) - (xy 52.026502 122.428) - (xy 52.046457 122.656087) - (xy 52.06297 122.717715) - (xy 52.105715 122.87724) - (xy 52.105717 122.877246) - (xy 52.202477 123.084749) - (xy 52.299849 123.223811) - (xy 52.333802 123.2723) - (xy 52.4957 123.434198) - (xy 52.495703 123.4342) - (xy 52.683253 123.565525) - (xy 52.688015 123.568274) - (xy 52.686971 123.570082) - (xy 52.733439 123.61099) - (xy 52.752905 123.679265) - (xy 52.732369 123.747227) - (xy 52.687223 123.786354) - (xy 52.688267 123.788161) - (xy 52.683501 123.790912) - (xy 52.612109 123.8409) - (xy 53.300481 124.529272) - (xy 53.214852 124.542835) - (xy 53.101955 124.600359) - (xy 53.012359 124.689955) - (xy 52.954835 124.802852) - (xy 52.941272 124.888482) - (xy 52.252899 124.200109) - (xy 52.202913 124.2715) - (xy 52.106188 124.478926) - (xy 52.106186 124.478931) - (xy 52.046951 124.699997) - (xy 52.027004 124.928) - (xy 52.046951 125.156002) - (xy 52.106186 125.377068) - (xy 52.106188 125.377073) - (xy 52.202913 125.584501) - (xy 52.252899 125.655888) - (xy 52.941272 124.967515) - (xy 52.954835 125.053148) - (xy 53.012359 125.166045) - (xy 53.101955 125.255641) - (xy 53.214852 125.313165) - (xy 53.300482 125.326727) - (xy 52.61211 126.015098) - (xy 52.61211 126.0151) - (xy 52.683498 126.065086) - (xy 52.895915 126.164138) - (xy 52.895332 126.165386) - (xy 52.94721 126.203581) - (xy 52.972549 126.269901) - (xy 52.958011 126.339394) - (xy 52.919217 126.383104) - (xy 52.749703 126.501799) - (xy 52.749697 126.501804) - (xy 52.587804 126.663697) - (xy 52.587799 126.663703) - (xy 52.456477 126.85125) - (xy 52.359717 127.058753) - (xy 52.359715 127.058759) - (xy 52.300457 127.279913) - (xy 52.280502 127.508) - (xy 52.300457 127.736086) - (xy 52.359715 127.95724) - (xy 52.359717 127.957246) - (xy 52.456477 128.164749) - (xy 52.579957 128.341097) - (xy 52.587802 128.3523) - (xy 52.7497 128.514198) - (xy 52.937251 128.645523) - (xy 52.96074 128.656476) - (xy 52.976457 128.663805) - (xy 53.029742 128.710722) - (xy 53.049203 128.778999) - (xy 53.028661 128.846959) - (xy 52.976457 128.892195) - (xy 52.93725 128.910477) - (xy 52.749703 129.041799) - (xy 52.749697 129.041804) - (xy 52.587804 129.203697) - (xy 52.587799 129.203703) - (xy 52.456477 129.39125) - (xy 52.359717 129.598753) - (xy 52.359716 129.598757) - (xy 52.300457 129.819913) - (xy 52.280502 130.048) - (xy 52.300457 130.276087) - (xy 52.315921 130.333799) - (xy 52.359715 130.49724) - (xy 52.359717 130.497246) - (xy 52.456477 130.704749) - (xy 52.573627 130.872057) - (xy 52.587802 130.8923) - (xy 52.7497 131.054198) - (xy 52.937251 131.185523) - (xy 53.144757 131.282284) - (xy 53.365913 131.341543) - (xy 53.483326 131.351815) - (xy 53.549441 131.377677) - (xy 53.591081 131.435181) - (xy 53.595022 131.506068) - (xy 53.561438 131.56643) - (xy 53.464275 131.663595) - (xy 53.401963 131.69762) - (xy 53.375179 131.7005) - (xy 49.336594 131.7005) - (xy 49.268473 131.680498) - (xy 49.247499 131.663595) - (xy 48.866158 131.282254) - (xy 48.832132 131.219942) - (xy 48.837197 131.149127) - (xy 48.879744 131.092291) - (xy 48.946264 131.06748) - (xy 48.987858 131.071451) - (xy 49.047913 131.087543) - (xy 49.276 131.107498) - (xy 49.504087 131.087543) - (xy 49.725243 131.028284) - (xy 49.932749 130.931523) - (xy 50.1203 130.800198) - (xy 50.282198 130.6383) - (xy 50.413523 130.450749) - (xy 50.510284 130.243243) - (xy 50.569543 130.022087) - (xy 50.589498 129.794) - (xy 50.569543 129.565913) - (xy 50.510284 129.344757) - (xy 50.413523 129.137251) - (xy 50.282198 128.9497) - (xy 50.1203 128.787802) - (xy 50.106301 128.778) - (xy 50.05385 128.741273) - (xy 49.932749 128.656477) - (xy 49.893543 128.638195) - (xy 49.840258 128.591279) - (xy 49.820796 128.523002) - (xy 49.841337 128.455042) - (xy 49.893543 128.409805) - (xy 49.895997 128.40866) - (xy 49.932749 128.391523) - (xy 50.1203 128.260198) - (xy 50.282198 128.0983) - (xy 50.413523 127.910749) - (xy 50.510284 127.703243) - (xy 50.569543 127.482087) - (xy 50.589498 127.254) - (xy 50.569543 127.025913) - (xy 50.510284 126.804757) - (xy 50.413523 126.597251) - (xy 50.282198 126.4097) - (xy 50.1203 126.247802) - (xy 49.932749 126.116477) - (xy 49.893543 126.098195) - (xy 49.840258 126.051279) - (xy 49.820796 125.983002) - (xy 49.841337 125.915042) - (xy 49.893543 125.869805) - (xy 49.89881 125.867349) - (xy 49.932749 125.851523) - (xy 50.1203 125.720198) - (xy 50.282198 125.5583) - (xy 50.413523 125.370749) - (xy 50.510284 125.163243) - (xy 50.569543 124.942087) - (xy 50.589498 124.714) - (xy 50.569543 124.485913) - (xy 50.510284 124.264757) - (xy 50.413523 124.057251) - (xy 50.282198 123.8697) - (xy 50.1203 123.707802) - (xy 50.120291 123.707796) - (xy 50.014086 123.63343) - (xy 49.932749 123.576477) - (xy 49.915157 123.568274) - (xy 49.893543 123.558195) - (xy 49.840258 123.511279) - (xy 49.820796 123.443002) - (xy 49.841337 123.375042) - (xy 49.893543 123.329805) - (xy 49.895997 123.32866) - (xy 49.932749 123.311523) - (xy 50.1203 123.180198) - (xy 50.282198 123.0183) - (xy 50.413523 122.830749) - (xy 50.510284 122.623243) - (xy 50.569543 122.402087) - (xy 50.589498 122.174) - (xy 50.569543 121.945913) - (xy 50.510284 121.724757) - (xy 50.413523 121.517251) - (xy 50.282198 121.3297) - (xy 50.1203 121.167802) - (xy 49.932749 121.036477) - (xy 49.932748 121.036477) - (xy 49.725246 120.939717) - (xy 49.72524 120.939715) - (xy 49.631771 120.91467) - (xy 49.504087 120.880457) - (xy 49.276 120.860502) - (xy 49.047913 120.880457) - (xy 48.826759 120.939715) - (xy 48.826753 120.939717) - (xy 48.61925 121.036477) - (xy 48.431703 121.167799) - (xy 48.431697 121.167804) - (xy 48.269804 121.329697) - (xy 48.269799 121.329703) - (xy 48.138477 121.51725) - (xy 48.041717 121.724753) - (xy 48.041716 121.724757) - (xy 47.982457 121.945913) - (xy 47.962502 122.174) - (xy 47.982457 122.402087) - (xy 48.008396 122.498893) - (xy 48.041715 122.62324) - (xy 48.041717 122.623246) - (xy 48.138477 122.830749) - (xy 48.219039 122.945804) - (xy 48.269802 123.0183) - (xy 48.4317 123.180198) - (xy 48.619251 123.311523) - (xy 48.654359 123.327894) - (xy 48.658457 123.329805) - (xy 48.711742 123.376722) - (xy 48.731203 123.444999) - (xy 48.710661 123.512959) - (xy 48.658457 123.558195) - (xy 48.61925 123.576477) - (xy 48.431703 123.707799) - (xy 48.431697 123.707804) - (xy 48.269804 123.869697) - (xy 48.269799 123.869703) - (xy 48.138477 124.05725) - (xy 48.041717 124.264753) - (xy 48.041715 124.264759) - (xy 47.996344 124.434086) - (xy 47.982457 124.485913) - (xy 47.962502 124.714) - (xy 47.982457 124.942087) - (xy 48.011452 125.050296) - (xy 48.041715 125.16324) - (xy 48.041717 125.163246) - (xy 48.089398 125.265498) - (xy 48.138477 125.370749) - (xy 48.269802 125.5583) - (xy 48.4317 125.720198) - (xy 48.619251 125.851523) - (xy 48.65319 125.867349) - (xy 48.658457 125.869805) - (xy 48.711742 125.916722) - (xy 48.731203 125.984999) - (xy 48.710661 126.052959) - (xy 48.658457 126.098195) - (xy 48.61925 126.116477) - (xy 48.431703 126.247799) - (xy 48.431697 126.247804) - (xy 48.269804 126.409697) - (xy 48.269799 126.409703) - (xy 48.138477 126.59725) - (xy 48.041717 126.804753) - (xy 48.041715 126.804759) - (xy 47.995205 126.978337) - (xy 47.982457 127.025913) - (xy 47.962502 127.254) - (xy 47.982457 127.482087) - (xy 48.009133 127.581641) - (xy 48.041715 127.70324) - (xy 48.041717 127.703246) - (xy 48.138477 127.910749) - (xy 48.171032 127.957243) - (xy 48.269802 128.0983) - (xy 48.4317 128.260198) - (xy 48.619251 128.391523) - (xy 48.654359 128.407894) - (xy 48.658457 128.409805) - (xy 48.711742 128.456722) - (xy 48.731203 128.524999) - (xy 48.710661 128.592959) - (xy 48.658457 128.638195) - (xy 48.61925 128.656477) - (xy 48.431703 128.787799) - (xy 48.431697 128.787804) - (xy 48.269804 128.949697) - (xy 48.269799 128.949703) - (xy 48.138477 129.13725) - (xy 48.041717 129.344753) - (xy 48.041715 129.344759) - (xy 47.994654 129.520395) - (xy 47.982457 129.565913) - (xy 47.962502 129.794) - (xy 47.982457 130.022087) - (xy 47.9894 130.048) - (xy 47.998547 130.082134) - (xy 47.996857 130.153111) - (xy 47.957063 130.211906) - (xy 47.891798 130.239854) - (xy 47.821785 130.22808) - (xy 47.787747 130.203843) - (xy 47.533401 129.949496) - (xy 47.499379 129.887188) - (xy 47.496499 129.860414) - (xy 47.496499 123.019859) - (xy 47.498249 123.004016) - (xy 47.497955 123.003989) - (xy 47.4987 122.996099) - (xy 47.498702 122.996091) - (xy 47.4965 122.926028) - (xy 47.4965 122.896144) - (xy 47.49562 122.889182) - (xy 47.495156 122.883293) - (xy 47.493674 122.836111) - (xy 47.488017 122.816642) - (xy 47.484012 122.797298) - (xy 47.481474 122.777203) - (xy 47.4641 122.733322) - (xy 47.462181 122.727716) - (xy 47.449018 122.682407) - (xy 47.438706 122.66497) - (xy 47.43001 122.647221) - (xy 47.422552 122.628383) - (xy 47.394812 122.590203) - (xy 47.391564 122.585258) - (xy 47.367542 122.544638) - (xy 47.353214 122.53031) - (xy 47.340384 122.515289) - (xy 47.328472 122.498893) - (xy 47.328469 122.498891) - (xy 47.328469 122.49889) - (xy 47.292107 122.468808) - (xy 47.287726 122.464822) - (xy 42.090404 117.267499) - (xy 42.056378 117.205187) - (xy 42.053499 117.178404) - (xy 42.053499 114.448497) - (xy 42.053499 113.792) - (xy 56.345004 113.792) - (xy 56.364951 114.020002) - (xy 56.424186 114.241068) - (xy 56.424188 114.241073) - (xy 56.520913 114.448501) - (xy 56.570899 114.519888) - (xy 57.259272 113.831515) - (xy 57.272835 113.917148) - (xy 57.330359 114.030045) - (xy 57.419955 114.119641) - (xy 57.532852 114.177165) - (xy 57.618482 114.190727) - (xy 56.93011 114.879098) - (xy 56.93011 114.8791) - (xy 57.001498 114.929086) - (xy 57.208926 115.025811) - (xy 57.208931 115.025813) - (xy 57.429999 115.085048) - (xy 57.429995 115.085048) - (xy 57.657999 115.104995) - (xy 57.886002 115.085048) - (xy 58.107068 115.025813) - (xy 58.107073 115.025811) - (xy 58.314497 114.929088) - (xy 58.385888 114.879099) - (xy 58.385888 114.879097) - (xy 57.697518 114.190727) - (xy 57.783148 114.177165) - (xy 57.896045 114.119641) - (xy 57.985641 114.030045) - (xy 58.043165 113.917148) - (xy 58.056727 113.831518) - (xy 58.745098 114.519888) - (xy 58.745099 114.519888) - (xy 58.795088 114.448497) - (xy 58.891811 114.241073) - (xy 58.891813 114.241068) - (xy 58.951048 114.020002) - (xy 58.970995 113.792) - (xy 60.663004 113.792) - (xy 60.682951 114.020002) - (xy 60.742186 114.241068) - (xy 60.742188 114.241073) - (xy 60.838913 114.448501) - (xy 60.888899 114.519888) - (xy 61.577272 113.831515) - (xy 61.590835 113.917148) - (xy 61.648359 114.030045) - (xy 61.737955 114.119641) - (xy 61.850852 114.177165) - (xy 61.936482 114.190727) - (xy 61.24811 114.879098) - (xy 61.24811 114.8791) - (xy 61.319498 114.929086) - (xy 61.526926 115.025811) - (xy 61.526931 115.025813) - (xy 61.747999 115.085048) - (xy 61.747995 115.085048) - (xy 61.976 115.104995) - (xy 62.204002 115.085048) - (xy 62.425068 115.025813) - (xy 62.425073 115.025811) - (xy 62.632497 114.929088) - (xy 62.703888 114.879099) - (xy 62.703888 114.879097) - (xy 62.015518 114.190727) - (xy 62.101148 114.177165) - (xy 62.214045 114.119641) - (xy 62.303641 114.030045) - (xy 62.361165 113.917148) - (xy 62.374727 113.831517) - (xy 63.063097 114.519888) - (xy 63.063099 114.519888) - (xy 63.113088 114.448497) - (xy 63.209811 114.241073) - (xy 63.209813 114.241068) - (xy 63.269048 114.020002) - (xy 63.288995 113.792) - (xy 63.269048 113.563997) - (xy 63.209813 113.342931) - (xy 63.209811 113.342926) - (xy 63.113086 113.135498) - (xy 63.0631 113.06411) - (xy 63.063098 113.06411) - (xy 62.374727 113.752481) - (xy 62.361165 113.666852) - (xy 62.303641 113.553955) - (xy 62.214045 113.464359) - (xy 62.101148 113.406835) - (xy 62.015517 113.393272) - (xy 62.703888 112.704899) - (xy 62.703888 112.704898) - (xy 62.632501 112.654913) - (xy 62.425073 112.558188) - (xy 62.425068 112.558186) - (xy 62.204 112.498951) - (xy 62.204004 112.498951) - (xy 61.976 112.479004) - (xy 61.747997 112.498951) - (xy 61.526931 112.558186) - (xy 61.526926 112.558188) - (xy 61.3195 112.654913) - (xy 61.248109 112.7049) - (xy 61.936481 113.393272) - (xy 61.850852 113.406835) - (xy 61.737955 113.464359) - (xy 61.648359 113.553955) - (xy 61.590835 113.666852) - (xy 61.577272 113.752482) - (xy 60.8889 113.064109) - (xy 60.838913 113.1355) - (xy 60.742188 113.342926) - (xy 60.742186 113.342931) - (xy 60.682951 113.563997) - (xy 60.663004 113.792) - (xy 58.970995 113.792) - (xy 58.951048 113.563997) - (xy 58.891813 113.342931) - (xy 58.891811 113.342926) - (xy 58.795086 113.135498) - (xy 58.7451 113.06411) - (xy 58.745097 113.06411) - (xy 58.056726 113.75248) - (xy 58.043165 113.666852) - (xy 57.985641 113.553955) - (xy 57.896045 113.464359) - (xy 57.783148 113.406835) - (xy 57.697515 113.393272) - (xy 58.385888 112.704899) - (xy 58.385888 112.704898) - (xy 58.314501 112.654913) - (xy 58.107073 112.558188) - (xy 58.107068 112.558186) - (xy 57.886 112.498951) - (xy 57.886004 112.498951) - (xy 57.657999 112.479004) - (xy 57.429997 112.498951) - (xy 57.208931 112.558186) - (xy 57.208926 112.558188) - (xy 57.0015 112.654913) - (xy 56.930109 112.704899) - (xy 57.618482 113.393272) - (xy 57.532852 113.406835) - (xy 57.419955 113.464359) - (xy 57.330359 113.553955) - (xy 57.272835 113.666852) - (xy 57.259272 113.752482) - (xy 56.5709 113.064109) - (xy 56.520913 113.1355) - (xy 56.424188 113.342926) - (xy 56.424186 113.342931) - (xy 56.364951 113.563997) - (xy 56.345004 113.792) - (xy 42.053499 113.792) - (xy 42.053499 111.518183) - (xy 42.0735 111.450066) - (xy 42.127156 111.403573) - (xy 42.19743 111.393469) - (xy 42.26201 111.422963) - (xy 42.268592 111.42909) - (xy 42.3357 111.496198) - (xy 42.523251 111.627523) - (xy 42.730757 111.724284) - (xy 42.951913 111.783543) - (xy 43.18 111.803498) - (xy 43.408087 111.783543) - (xy 43.629243 111.724284) - (xy 43.836749 111.627523) - (xy 44.0243 111.496198) - (xy 44.186198 111.3343) - (xy 44.317523 111.146749) - (xy 44.414284 110.939243) - (xy 44.473543 110.718087) - (xy 44.493498 110.49) - (xy 46.692502 110.49) - (xy 46.712457 110.718087) - (xy 46.771716 110.939243) - (xy 46.868477 111.146749) - (xy 46.999802 111.3343) - (xy 47.1617 111.496198) - (xy 47.349251 111.627523) - (xy 47.556757 111.724284) - (xy 47.777913 111.783543) - (xy 48.006 111.803498) - (xy 48.234087 111.783543) - (xy 48.455243 111.724284) - (xy 48.662749 111.627523) - (xy 48.8503 111.496198) - (xy 49.012198 111.3343) - (xy 49.143523 111.146749) - (xy 49.240284 110.939243) - (xy 49.299543 110.718087) - (xy 49.319498 110.49) - (xy 56.852502 110.49) - (xy 56.872457 110.718087) - (xy 56.931716 110.939243) - (xy 57.028477 111.146749) - (xy 57.159802 111.3343) - (xy 57.3217 111.496198) - (xy 57.509251 111.627523) - (xy 57.716757 111.724284) - (xy 57.937913 111.783543) - (xy 58.166 111.803498) - (xy 58.394087 111.783543) - (xy 58.615243 111.724284) - (xy 58.822749 111.627523) - (xy 59.0103 111.496198) - (xy 59.172198 111.3343) - (xy 59.303523 111.146749) - (xy 59.400284 110.939243) - (xy 59.459543 110.718087) - (xy 59.479498 110.49) - (xy 59.459543 110.261913) - (xy 59.44254 110.198458) - (xy 59.444229 110.127483) - (xy 59.475149 110.076754) - (xy 60.18766 109.364243) - (xy 60.200098 109.35428) - (xy 60.19991 109.354053) - (xy 60.206013 109.349002) - (xy 60.206018 109.349) - (xy 60.253984 109.29792) - (xy 60.275135 109.27677) - (xy 60.279445 109.271212) - (xy 60.283274 109.266729) - (xy 60.315586 109.232321) - (xy 60.325346 109.214565) - (xy 60.336195 109.19805) - (xy 60.348614 109.182041) - (xy 60.367363 109.13871) - (xy 60.369953 109.133423) - (xy 60.392695 109.09206) - (xy 60.397733 109.072434) - (xy 60.404137 109.053732) - (xy 60.41218 109.035147) - (xy 60.412179 109.035147) - (xy 60.412181 109.035145) - (xy 60.419561 108.988547) - (xy 60.420762 108.98274) - (xy 60.4325 108.93703) - (xy 60.4325 108.916775) - (xy 60.434051 108.897063) - (xy 60.43722 108.877057) - (xy 60.434629 108.849651) - (xy 60.43278 108.83008) - (xy 60.4325 108.824148) - (xy 60.4325 100.268855) - (xy 60.434249 100.253014) - (xy 60.433956 100.252987) - (xy 60.434701 100.245094) - (xy 60.434702 100.245091) - (xy 60.4325 100.175041) - (xy 60.4325 100.145144) - (xy 60.431619 100.138178) - (xy 60.431155 100.132282) - (xy 60.429673 100.08511) - (xy 60.424022 100.065663) - (xy 60.420012 100.0463) - (xy 60.419455 100.041888) - (xy 60.417474 100.026203) - (xy 60.400099 99.98232) - (xy 60.398179 99.976711) - (xy 60.396368 99.970477) - (xy 60.385018 99.931407) - (xy 60.374705 99.913969) - (xy 60.36601 99.896222) - (xy 60.358552 99.877383) - (xy 60.330821 99.839215) - (xy 60.327562 99.834255) - (xy 60.320871 99.822941) - (xy 60.303542 99.793637) - (xy 60.303541 99.793635) - (xy 60.289218 99.779312) - (xy 60.276377 99.764279) - (xy 60.273909 99.760882) - (xy 60.264472 99.747893) - (xy 60.228108 99.71781) - (xy 60.223736 99.713831) - (xy 59.983151 99.473246) - (xy 59.949125 99.410934) - (xy 59.950539 99.351541) - (xy 59.967543 99.288087) - (xy 59.987498 99.06) - (xy 59.967543 98.831913) - (xy 59.908284 98.610757) - (xy 59.811523 98.403251) - (xy 59.680198 98.2157) - (xy 59.5183 98.053802) - (xy 59.330749 97.922477) - (xy 59.29213 97.904469) - (xy 59.291543 97.904195) - (xy 59.238258 97.857279) - (xy 59.218796 97.789002) - (xy 59.239337 97.721042) - (xy 59.291543 97.675805) - (xy 59.293997 97.67466) - (xy 59.330749 97.657523) - (xy 59.5183 97.526198) - (xy 59.680198 97.3643) - (xy 59.811523 97.176749) - (xy 59.908284 96.969243) - (xy 59.967543 96.748087) - (xy 59.987498 96.52) - (xy 59.967543 96.291913) - (xy 59.9606 96.266) - (xy 60.916502 96.266) - (xy 60.936457 96.494087) - (xy 60.970487 96.621086) - (xy 60.995715 96.71524) - (xy 60.995717 96.715246) - (xy 61.092477 96.922749) - (xy 61.181403 97.049749) - (xy 61.223802 97.1103) - (xy 61.3857 97.272198) - (xy 61.573251 97.403523) - (xy 61.780757 97.500284) - (xy 62.001913 97.559543) - (xy 62.23 97.579498) - (xy 62.458087 97.559543) - (xy 62.679243 97.500284) - (xy 62.886749 97.403523) - (xy 63.0743 97.272198) - (xy 63.236198 97.1103) - (xy 63.367523 96.922749) - (xy 63.464284 96.715243) - (xy 63.523543 96.494087) - (xy 63.543498 96.266) - (xy 63.523543 96.037913) - (xy 63.464284 95.816757) - (xy 63.367523 95.609251) - (xy 63.236198 95.4217) - (xy 63.0743 95.259802) - (xy 63.074296 95.259799) - (xy 62.886746 95.128474) - (xy 62.881985 95.125726) - (xy 62.883023 95.123927) - (xy 62.836532 95.082963) - (xy 62.817095 95.014679) - (xy 62.837661 94.946726) - (xy 62.882782 94.907664) - (xy 62.88173 94.905841) - (xy 62.886496 94.903088) - (xy 62.957888 94.853099) - (xy 62.957888 94.853097) - (xy 62.269518 94.164727) - (xy 62.355148 94.151165) - (xy 62.468045 94.093641) - (xy 62.557641 94.004045) - (xy 62.615165 93.891148) - (xy 62.628727 93.805517) - (xy 63.317098 94.493888) - (xy 63.317099 94.493888) - (xy 63.367088 94.422497) - (xy 63.463811 94.215073) - (xy 63.463813 94.215068) - (xy 63.523048 93.994002) - (xy 63.542995 93.766) - (xy 63.523048 93.537997) - (xy 63.463813 93.316931) - (xy 63.463811 93.316926) - (xy 63.367086 93.109498) - (xy 63.3171 93.03811) - (xy 63.317097 93.03811) - (xy 62.628726 93.72648) - (xy 62.615165 93.640852) - (xy 62.557641 93.527955) - (xy 62.468045 93.438359) - (xy 62.355148 93.380835) - (xy 62.269515 93.367272) - (xy 62.957888 92.678899) - (xy 62.957888 92.678898) - (xy 62.886501 92.628913) - (xy 62.679073 92.532188) - (xy 62.679068 92.532186) - (xy 62.458 92.472951) - (xy 62.458004 92.472951) - (xy 62.23 92.453004) - (xy 62.001997 92.472951) - (xy 61.780931 92.532186) - (xy 61.780926 92.532188) - (xy 61.5735 92.628913) - (xy 61.502109 92.678899) - (xy 62.190482 93.367272) - (xy 62.104852 93.380835) - (xy 61.991955 93.438359) - (xy 61.902359 93.527955) - (xy 61.844835 93.640852) - (xy 61.831272 93.726482) - (xy 61.142899 93.038109) - (xy 61.092913 93.1095) - (xy 60.996188 93.316926) - (xy 60.996186 93.316931) - (xy 60.936951 93.537997) - (xy 60.917004 93.766) - (xy 60.936951 93.994002) - (xy 60.996186 94.215068) - (xy 60.996188 94.215073) - (xy 61.092913 94.422501) - (xy 61.142899 94.493888) - (xy 61.831272 93.805515) - (xy 61.844835 93.891148) - (xy 61.902359 94.004045) - (xy 61.991955 94.093641) - (xy 62.104852 94.151165) - (xy 62.190482 94.164727) - (xy 61.50211 94.853098) - (xy 61.50211 94.8531) - (xy 61.573498 94.903086) - (xy 61.578266 94.905839) - (xy 61.577178 94.907721) - (xy 61.62342 94.948409) - (xy 61.642904 95.01668) - (xy 61.622386 95.084647) - (xy 61.577015 95.123995) - (xy 61.578015 95.125726) - (xy 61.573253 95.128474) - (xy 61.385703 95.259799) - (xy 61.385697 95.259804) - (xy 61.223804 95.421697) - (xy 61.223799 95.421703) - (xy 61.092477 95.60925) - (xy 60.995717 95.816753) - (xy 60.995715 95.816759) - (xy 60.960272 95.949036) - (xy 60.936457 96.037913) - (xy 60.916502 96.266) - (xy 59.9606 96.266) - (xy 59.908284 96.070757) - (xy 59.811523 95.863251) - (xy 59.680198 95.6757) - (xy 59.5183 95.513802) - (xy 59.518291 95.513796) - (xy 59.386765 95.4217) - (xy 59.330749 95.382477) - (xy 59.291543 95.364195) - (xy 59.238258 95.317279) - (xy 59.218796 95.249002) - (xy 59.239337 95.181042) - (xy 59.291543 95.135805) - (xy 59.293997 95.13466) - (xy 59.330749 95.117523) - (xy 59.5183 94.986198) - (xy 59.680198 94.8243) - (xy 59.811523 94.636749) - (xy 59.908284 94.429243) - (xy 59.967543 94.208087) - (xy 59.987498 93.98) - (xy 59.967543 93.751913) - (xy 59.908284 93.530757) - (xy 59.811523 93.323251) - (xy 59.680198 93.1357) - (xy 59.5183 92.973802) - (xy 59.475451 92.943799) - (xy 59.330749 92.842477) - (xy 59.123246 92.745717) - (xy 59.12324 92.745715) - (xy 58.98995 92.71) - (xy 58.902087 92.686457) - (xy 58.674 92.666502) - (xy 58.445913 92.686457) - (xy 58.224759 92.745715) - (xy 58.224753 92.745717) - (xy 58.01725 92.842477) - (xy 57.829703 92.973799) - (xy 57.829697 92.973804) - (xy 57.667804 93.135697) - (xy 57.667799 93.135703) - (xy 57.536477 93.32325) - (xy 57.439717 93.530753) - (xy 57.439715 93.530759) - (xy 57.437939 93.537387) - (xy 57.380457 93.751913) - (xy 57.360502 93.98) - (xy 57.380457 94.208087) - (xy 57.40321 94.293) - (xy 57.439715 94.42924) - (xy 57.439717 94.429246) - (xy 57.536477 94.636749) - (xy 57.662879 94.81727) - (xy 57.667802 94.8243) - (xy 57.8297 94.986198) - (xy 58.017251 95.117523) - (xy 58.034843 95.125726) - (xy 58.056457 95.135805) - (xy 58.109742 95.182722) - (xy 58.129203 95.250999) - (xy 58.108661 95.318959) - (xy 58.056457 95.364195) - (xy 58.01725 95.382477) - (xy 57.829703 95.513799) - (xy 57.829697 95.513804) - (xy 57.667804 95.675697) - (xy 57.667799 95.675703) - (xy 57.536477 95.86325) - (xy 57.439717 96.070753) - (xy 57.439715 96.070759) - (xy 57.426765 96.11909) - (xy 57.380457 96.291913) - (xy 57.360502 96.52) - (xy 57.380457 96.748087) - (xy 57.405639 96.842068) - (xy 57.439715 96.96924) - (xy 57.439717 96.969246) - (xy 57.536477 97.176749) - (xy 57.662879 97.35727) - (xy 57.667802 97.3643) - (xy 57.8297 97.526198) - (xy 58.017251 97.657523) - (xy 58.052359 97.673894) - (xy 58.056457 97.675805) - (xy 58.109742 97.722722) - (xy 58.129203 97.790999) - (xy 58.108661 97.858959) - (xy 58.056457 97.904195) - (xy 58.01725 97.922477) - (xy 57.829703 98.053799) - (xy 57.829697 98.053804) - (xy 57.667804 98.215697) - (xy 57.667799 98.215703) - (xy 57.536477 98.40325) - (xy 57.439717 98.610753) - (xy 57.439715 98.610759) - (xy 57.403518 98.745849) - (xy 57.380457 98.831913) - (xy 57.360502 99.06) - (xy 57.380457 99.288087) - (xy 57.393049 99.33508) - (xy 57.439715 99.50924) - (xy 57.439717 99.509246) - (xy 57.536477 99.716749) - (xy 57.662879 99.89727) - (xy 57.667802 99.9043) - (xy 57.8297 100.066198) - (xy 58.017251 100.197523) - (xy 58.052359 100.213894) - (xy 58.056457 100.215805) - (xy 58.109742 100.262722) - (xy 58.129203 100.330999) - (xy 58.108661 100.398959) - (xy 58.056457 100.444195) - (xy 58.01725 100.462477) - (xy 57.829703 100.593799) - (xy 57.829697 100.593804) - (xy 57.667804 100.755697) - (xy 57.667799 100.755703) - (xy 57.536477 100.94325) - (xy 57.439717 101.150753) - (xy 57.439715 101.150759) - (xy 57.414487 101.244913) - (xy 57.380457 101.371913) - (xy 57.360502 101.6) - (xy 57.380457 101.828087) - (xy 57.394968 101.882243) - (xy 57.439715 102.04924) - (xy 57.439717 102.049246) - (xy 57.536477 102.256749) - (xy 57.664229 102.439198) - (xy 57.667802 102.4443) - (xy 57.8297 102.606198) - (xy 58.017251 102.737523) - (xy 58.224757 102.834284) - (xy 58.445913 102.893543) - (xy 58.674 102.913498) - (xy 58.902087 102.893543) - (xy 59.006889 102.865461) - (xy 59.077865 102.86715) - (xy 59.136661 102.906943) - (xy 59.164609 102.972208) - (xy 59.1655 102.987167) - (xy 59.1655 104.77904) - (xy 59.145498 104.847161) - (xy 59.091842 104.893654) - (xy 59.021568 104.903758) - (xy 58.96723 104.882253) - (xy 58.822501 104.780913) - (xy 58.615073 104.684188) - (xy 58.615068 104.684186) - (xy 58.394 104.624951) - (xy 58.394004 104.624951) - (xy 58.166 104.605004) - (xy 57.937997 104.624951) - (xy 57.716931 104.684186) - (xy 57.716926 104.684188) - (xy 57.5095 104.780913) - (xy 57.438109 104.830899) - (xy 58.126482 105.519272) - (xy 58.040852 105.532835) - (xy 57.927955 105.590359) - (xy 57.838359 105.679955) - (xy 57.780835 105.792852) - (xy 57.767272 105.878481) - (xy 57.0789 105.190109) - (xy 57.028913 105.2615) - (xy 56.932188 105.468926) - (xy 56.932186 105.468931) - (xy 56.872951 105.689997) - (xy 56.853004 105.918) - (xy 56.872951 106.146002) - (xy 56.932186 106.367068) - (xy 56.932188 106.367073) - (xy 57.028913 106.574501) - (xy 57.078899 106.645888) - (xy 57.767272 105.957515) - (xy 57.780835 106.043148) - (xy 57.838359 106.156045) - (xy 57.927955 106.245641) - (xy 58.040852 106.303165) - (xy 58.12648 106.316726) - (xy 57.43811 107.005097) - (xy 57.43811 107.0051) - (xy 57.509498 107.055086) - (xy 57.716926 107.151811) - (xy 57.716931 107.151813) - (xy 57.937999 107.211048) - (xy 57.937995 107.211048) - (xy 58.166 107.230995) - (xy 58.394002 107.211048) - (xy 58.615068 107.151813) - (xy 58.615073 107.151811) - (xy 58.822498 107.055087) - (xy 58.967228 106.953746) - (xy 59.034502 106.931058) - (xy 59.103362 106.948343) - (xy 59.151946 107.000112) - (xy 59.165499 107.056959) - (xy 59.1655 108.542403) - (xy 59.145498 108.610524) - (xy 59.128595 108.631498) - (xy 58.579246 109.180847) - (xy 58.516934 109.214873) - (xy 58.45754 109.213459) - (xy 58.39409 109.196457) - (xy 58.215664 109.180847) - (xy 58.166 109.176502) - (xy 58.165999 109.176502) - (xy 57.937913 109.196457) - (xy 57.716759 109.255715) - (xy 57.716753 109.255717) - (xy 57.50925 109.352477) - (xy 57.321703 109.483799) - (xy 57.321697 109.483804) - (xy 57.159804 109.645697) - (xy 57.159799 109.645703) - (xy 57.028477 109.83325) - (xy 56.931717 110.040753) - (xy 56.931715 110.040759) - (xy 56.875125 110.251955) - (xy 56.872457 110.261913) - (xy 56.852502 110.49) - (xy 49.319498 110.49) - (xy 49.299543 110.261913) - (xy 49.240284 110.040757) - (xy 49.143523 109.833251) - (xy 49.012198 109.6457) - (xy 48.8503 109.483802) - (xy 48.831731 109.4708) - (xy 48.662749 109.352477) - (xy 48.455246 109.255717) - (xy 48.45524 109.255715) - (xy 48.361771 109.23067) - (xy 48.234087 109.196457) - (xy 48.006 109.176502) - (xy 48.005999 109.176502) - (xy 47.777913 109.196457) - (xy 47.556759 109.255715) - (xy 47.556753 109.255717) - (xy 47.34925 109.352477) - (xy 47.161703 109.483799) - (xy 47.161697 109.483804) - (xy 46.999804 109.645697) - (xy 46.999799 109.645703) - (xy 46.868477 109.83325) - (xy 46.771717 110.040753) - (xy 46.771715 110.040759) - (xy 46.715125 110.251955) - (xy 46.712457 110.261913) - (xy 46.692502 110.49) - (xy 44.493498 110.49) - (xy 44.473543 110.261913) - (xy 44.414284 110.040757) - (xy 44.317523 109.833251) - (xy 44.186198 109.6457) - (xy 44.0243 109.483802) - (xy 44.005731 109.4708) - (xy 43.836749 109.352477) - (xy 43.629246 109.255717) - (xy 43.62924 109.255715) - (xy 43.535771 109.23067) - (xy 43.408087 109.196457) - (xy 43.18 109.176502) - (xy 42.951913 109.196457) - (xy 42.730759 109.255715) - (xy 42.730753 109.255717) - (xy 42.52325 109.352477) - (xy 42.335703 109.483799) - (xy 42.268594 109.550908) - (xy 42.206281 109.584933) - (xy 42.135466 109.579867) - (xy 42.07863 109.53732) - (xy 42.05382 109.4708) - (xy 42.053499 109.461812) - (xy 42.053499 106.946187) - (xy 42.073501 106.878066) - (xy 42.127157 106.831573) - (xy 42.197431 106.821469) - (xy 42.262011 106.850963) - (xy 42.268593 106.857092) - (xy 42.3357 106.924198) - (xy 42.523251 107.055523) - (xy 42.730757 107.152284) - (xy 42.951913 107.211543) - (xy 43.18 107.231498) - (xy 43.408087 107.211543) - (xy 43.629243 107.152284) - (xy 43.836749 107.055523) - (xy 44.0243 106.924198) - (xy 44.186198 106.7623) - (xy 44.29618 106.605229) - (xy 44.351638 106.560901) - (xy 44.399394 106.5515) - (xy 46.786606 106.5515) - (xy 46.854727 106.571502) - (xy 46.889819 106.605229) - (xy 46.999799 106.762296) - (xy 46.999802 106.7623) - (xy 47.1617 106.924198) - (xy 47.349251 107.055523) - (xy 47.556757 107.152284) - (xy 47.777913 107.211543) - (xy 48.006 107.231498) - (xy 48.234087 107.211543) - (xy 48.455243 107.152284) - (xy 48.662749 107.055523) - (xy 48.8503 106.924198) - (xy 49.012198 106.7623) - (xy 49.12218 106.605229) - (xy 49.177638 106.560901) - (xy 49.225394 106.5515) - (xy 50.970147 106.5515) - (xy 50.985988 106.553249) - (xy 50.986016 106.552956) - (xy 50.993902 106.5537) - (xy 50.993909 106.553702) - (xy 51.063958 106.5515) - (xy 51.093856 106.5515) - (xy 51.100818 106.550619) - (xy 51.106719 106.550154) - (xy 51.153889 106.548673) - (xy 51.173347 106.543019) - (xy 51.192694 106.539013) - (xy 51.212797 106.536474) - (xy 51.256679 106.519099) - (xy 51.262274 106.517183) - (xy 51.290816 106.508891) - (xy 51.307591 106.504019) - (xy 51.307595 106.504017) - (xy 51.325026 106.493708) - (xy 51.34278 106.485009) - (xy 51.361617 106.477552) - (xy 51.399786 106.449818) - (xy 51.404744 106.446562) - (xy 51.445362 106.422542) - (xy 51.459685 106.408218) - (xy 51.474724 106.395374) - (xy 51.491107 106.383472) - (xy 51.521193 106.347103) - (xy 51.525161 106.342741) - (xy 55.125657 102.742245) - (xy 55.138092 102.732284) - (xy 55.137905 102.732057) - (xy 55.144009 102.727005) - (xy 55.144018 102.727) - (xy 55.191999 102.675904) - (xy 55.213135 102.654769) - (xy 55.217437 102.649221) - (xy 55.221267 102.644735) - (xy 55.253586 102.610321) - (xy 55.263345 102.592567) - (xy 55.274204 102.576038) - (xy 55.278483 102.570522) - (xy 55.286614 102.56004) - (xy 55.305354 102.516732) - (xy 55.307965 102.511404) - (xy 55.325671 102.479198) - (xy 55.330695 102.47006) - (xy 55.335733 102.450435) - (xy 55.342138 102.43173) - (xy 55.350181 102.413145) - (xy 55.357561 102.366547) - (xy 55.358762 102.36074) - (xy 55.3705 102.31503) - (xy 55.3705 102.294774) - (xy 55.372051 102.275064) - (xy 55.37522 102.255057) - (xy 55.372574 102.227071) - (xy 55.370779 102.208079) - (xy 55.370499 102.202146) - (xy 55.370499 100.494726) - (xy 55.370499 98.745839) - (xy 55.372249 98.730012) - (xy 55.371955 98.729985) - (xy 55.372701 98.722092) - (xy 55.372031 98.700789) - (xy 55.3705 98.652059) - (xy 55.3705 98.622144) - (xy 55.36962 98.615185) - (xy 55.369155 98.60928) - (xy 55.367673 98.56211) - (xy 55.362022 98.542663) - (xy 55.358012 98.5233) - (xy 55.355474 98.503203) - (xy 55.3381 98.459323) - (xy 55.336184 98.453725) - (xy 55.323018 98.408406) - (xy 55.3127 98.390961) - (xy 55.304005 98.373209) - (xy 55.296553 98.354385) - (xy 55.29655 98.354379) - (xy 55.268818 98.31621) - (xy 55.265562 98.311253) - (xy 55.241542 98.270637) - (xy 55.24154 98.270635) - (xy 55.24154 98.270634) - (xy 55.227218 98.256312) - (xy 55.214377 98.241279) - (xy 55.203929 98.226899) - (xy 55.202472 98.224893) - (xy 55.166108 98.19481) - (xy 55.161736 98.190831) - (xy 53.102244 96.131339) - (xy 53.092279 96.118901) - (xy 53.092052 96.11909) - (xy 53.087001 96.112984) - (xy 53.087 96.112982) - (xy 53.035921 96.065016) - (xy 53.014777 96.043871) - (xy 53.014772 96.043866) - (xy 53.009225 96.039563) - (xy 53.004717 96.035712) - (xy 52.970325 96.003417) - (xy 52.970319 96.003413) - (xy 52.952563 95.993651) - (xy 52.936047 95.982802) - (xy 52.920041 95.970386) - (xy 52.889289 95.957078) - (xy 52.87674 95.951648) - (xy 52.871408 95.949036) - (xy 52.830061 95.926305) - (xy 52.810436 95.921266) - (xy 52.791736 95.914864) - (xy 52.773145 95.906819) - (xy 52.773143 95.906818) - (xy 52.773142 95.906818) - (xy 52.726542 95.899437) - (xy 52.720729 95.898233) - (xy 52.67503 95.8865) - (xy 52.654776 95.8865) - (xy 52.635066 95.884949) - (xy 52.615057 95.88178) - (xy 52.615056 95.88178) - (xy 52.568083 95.88622) - (xy 52.56215 95.8865) - (xy 52.273394 95.8865) - (xy 52.205273 95.866498) - (xy 52.170181 95.832771) - (xy 52.0602 95.675703) - (xy 52.060195 95.675697) - (xy 51.898302 95.513804) - (xy 51.898292 95.513796) - (xy 51.894995 95.511487) - (xy 51.850669 95.456028) - (xy 51.843363 95.385409) - (xy 51.875396 95.322049) - (xy 51.936599 95.286067) - (xy 51.953801 95.282999) - (xy 51.963201 95.281989) - (xy 52.100204 95.230889) - (xy 52.103607 95.228342) - (xy 52.217261 95.143261) - (xy 52.304887 95.026207) - (xy 52.304887 95.026206) - (xy 52.304889 95.026204) - (xy 52.355989 94.889201) - (xy 52.359215 94.8592) - (xy 52.362499 94.828649) - (xy 52.3625 94.828632) - (xy 52.3625 93.131367) - (xy 52.362499 93.13135) - (xy 52.35599 93.070803) - (xy 52.355988 93.070795) - (xy 52.319811 92.973804) - (xy 52.304889 92.933796) - (xy 52.304888 92.933794) - (xy 52.304887 92.933792) - (xy 52.217261 92.816738) - (xy 52.100207 92.729112) - (xy 52.100202 92.72911) - (xy 51.963204 92.678011) - (xy 51.963196 92.678009) - (xy 51.902649 92.6715) - (xy 51.902638 92.6715) - (xy 50.205362 92.6715) - (xy 50.20535 92.6715) - (xy 50.144803 92.678009) - (xy 50.144795 92.678011) - (xy 50.007797 92.72911) - (xy 50.007792 92.729112) - (xy 49.890738 92.816738) - (xy 49.803112 92.933792) - (xy 49.80311 92.933797) - (xy 49.752011 93.070795) - (xy 49.752009 93.070803) - (xy 49.7455 93.13135) - (xy 49.7455 94.828649) - (xy 49.752009 94.889196) - (xy 49.752011 94.889204) - (xy 49.80311 95.026202) - (xy 49.803112 95.026207) - (xy 49.890738 95.143261) - (xy 50.007792 95.230887) - (xy 50.007794 95.230888) - (xy 50.007796 95.230889) - (xy 50.144799 95.281989) - (xy 50.154191 95.282998) - (xy 50.219784 95.310163) - (xy 50.260279 95.368479) - (xy 50.262817 95.43943) - (xy 50.226593 95.50049) - (xy 50.21301 95.511483) - (xy 50.209708 95.513795) - (xy 50.209697 95.513804) - (xy 50.047804 95.675697) - (xy 50.047799 95.675703) - (xy 49.916477 95.86325) - (xy 49.819717 96.070753) - (xy 49.819715 96.070759) - (xy 49.806765 96.11909) - (xy 49.760457 96.291913) - (xy 49.740502 96.52) - (xy 49.760457 96.748087) - (xy 49.785639 96.842068) - (xy 49.819715 96.96924) - (xy 49.819717 96.969246) - (xy 49.916477 97.176749) - (xy 50.042879 97.35727) - (xy 50.047802 97.3643) - (xy 50.2097 97.526198) - (xy 50.397251 97.657523) - (xy 50.436318 97.67574) - (xy 50.437049 97.676081) - (xy 50.490334 97.722998) - (xy 50.509795 97.791275) - (xy 50.489253 97.859235) - (xy 50.43705 97.90447) - (xy 50.397503 97.922911) - (xy 50.397501 97.922912) - (xy 50.326109 97.972899) - (xy 51.014482 98.661272) - (xy 50.928852 98.674835) - (xy 50.815955 98.732359) - (xy 50.726359 98.821955) - (xy 50.668835 98.934852) - (xy 50.655272 99.020483) - (xy 49.966899 98.332109) - (xy 49.916913 98.4035) - (xy 49.820188 98.610926) - (xy 49.820186 98.610931) - (xy 49.760951 98.831997) - (xy 49.741004 99.06) - (xy 49.760951 99.288002) - (xy 49.820186 99.509068) - (xy 49.820188 99.509073) - (xy 49.916913 99.716501) - (xy 49.966899 99.787888) - (xy 50.655272 99.099514) - (xy 50.668835 99.185148) - (xy 50.726359 99.298045) - (xy 50.815955 99.387641) - (xy 50.928852 99.445165) - (xy 51.014482 99.458727) - (xy 50.32611 100.147098) - (xy 50.32611 100.1471) - (xy 50.397498 100.197086) - (xy 50.397502 100.197088) - (xy 50.437049 100.21553) - (xy 50.490334 100.262447) - (xy 50.509794 100.330724) - (xy 50.489252 100.398684) - (xy 50.437049 100.443918) - (xy 50.397252 100.462475) - (xy 50.209703 100.593799) - (xy 50.209697 100.593804) - (xy 50.047804 100.755697) - (xy 50.047799 100.755703) - (xy 49.983683 100.847271) - (xy 49.928226 100.891599) - (xy 49.88047 100.901) - (xy 48.233688 100.901) - (xy 48.165567 100.880998) - (xy 48.144593 100.864095) - (xy 48.088302 100.807804) - (xy 48.088296 100.807799) - (xy 47.900746 100.676474) - (xy 47.895985 100.673726) - (xy 47.897023 100.671927) - (xy 47.850532 100.630963) - (xy 47.831095 100.562679) - (xy 47.851661 100.494726) - (xy 47.896782 100.455664) - (xy 47.89573 100.453841) - (xy 47.900496 100.451088) - (xy 47.971888 100.401099) - (xy 47.971888 100.401098) - (xy 47.283517 99.712727) - (xy 47.369148 99.699165) - (xy 47.482045 99.641641) - (xy 47.571641 99.552045) - (xy 47.629165 99.439148) - (xy 47.642727 99.353518) - (xy 48.331097 100.041888) - (xy 48.331099 100.041888) - (xy 48.381088 99.970497) - (xy 48.477811 99.763073) - (xy 48.477813 99.763068) - (xy 48.537048 99.542002) - (xy 48.556995 99.314) - (xy 48.537048 99.085997) - (xy 48.477813 98.864931) - (xy 48.477811 98.864926) - (xy 48.381086 98.657498) - (xy 48.3311 98.58611) - (xy 48.331098 98.58611) - (xy 47.642727 99.274481) - (xy 47.629165 99.188852) - (xy 47.571641 99.075955) - (xy 47.482045 98.986359) - (xy 47.369148 98.928835) - (xy 47.283517 98.915272) - (xy 47.971888 98.226899) - (xy 47.971888 98.226898) - (xy 47.900501 98.176913) - (xy 47.693073 98.080188) - (xy 47.693068 98.080186) - (xy 47.472 98.020951) - (xy 47.472004 98.020951) - (xy 47.244 98.001004) - (xy 47.015997 98.020951) - (xy 46.794931 98.080186) - (xy 46.794926 98.080188) - (xy 46.5875 98.176913) - (xy 46.516109 98.2269) - (xy 47.204481 98.915272) - (xy 47.118852 98.928835) - (xy 47.005955 98.986359) - (xy 46.916359 99.075955) - (xy 46.858835 99.188852) - (xy 46.845272 99.274482) - (xy 46.1569 98.586109) - (xy 46.106913 98.6575) - (xy 46.010188 98.864926) - (xy 46.010186 98.864931) - (xy 45.950951 99.085999) - (xy 45.95095 99.086006) - (xy 45.938586 99.227322) - (xy 45.912723 99.29344) - (xy 45.855219 99.33508) - (xy 45.784332 99.33902) - (xy 45.723971 99.305435) - (xy 44.471406 98.05287) - (xy 44.43738 97.990558) - (xy 44.434501 97.963775) - (xy 44.434501 97.02841) - (xy 44.454503 96.960289) - (xy 44.508159 96.913796) - (xy 44.578433 96.903692) - (xy 44.643013 96.933186) - (xy 44.674696 96.975161) - (xy 44.709475 97.049747) - (xy 44.819746 97.207229) - (xy 44.840802 97.2373) - (xy 45.0027 97.399198) - (xy 45.190251 97.530523) - (xy 45.397757 97.627284) - (xy 45.618913 97.686543) - (xy 45.847 97.706498) - (xy 46.075087 97.686543) - (xy 46.296243 97.627284) - (xy 46.503749 97.530523) - (xy 46.6913 97.399198) - (xy 46.853198 97.2373) - (xy 46.984523 97.049749) - (xy 47.081284 96.842243) - (xy 47.140543 96.621087) - (xy 47.160498 96.393) - (xy 47.140543 96.164913) - (xy 47.081284 95.943757) - (xy 46.984523 95.736251) - (xy 46.853198 95.5487) - (xy 46.6913 95.386802) - (xy 46.68812 95.384575) - (xy 46.503746 95.255474) - (xy 46.498985 95.252726) - (xy 46.500023 95.250927) - (xy 46.453532 95.209963) - (xy 46.434095 95.141679) - (xy 46.454661 95.073726) - (xy 46.499782 95.034664) - (xy 46.49873 95.032841) - (xy 46.503496 95.030088) - (xy 46.574888 94.980099) - (xy 46.574888 94.980097) - (xy 45.886518 94.291727) - (xy 45.972148 94.278165) - (xy 46.085045 94.220641) - (xy 46.174641 94.131045) - (xy 46.232165 94.018148) - (xy 46.245727 93.932518) - (xy 46.934097 94.620888) - (xy 46.934099 94.620888) - (xy 46.984088 94.549497) - (xy 47.080811 94.342073) - (xy 47.080813 94.342068) - (xy 47.140048 94.121002) - (xy 47.159995 93.893) - (xy 47.140048 93.664997) - (xy 47.080813 93.443931) - (xy 47.080811 93.443926) - (xy 46.984086 93.236498) - (xy 46.9341 93.16511) - (xy 46.934098 93.16511) - (xy 46.245727 93.853481) - (xy 46.232165 93.767852) - (xy 46.174641 93.654955) - (xy 46.085045 93.565359) - (xy 45.972148 93.507835) - (xy 45.886517 93.494272) - (xy 46.574888 92.805899) - (xy 46.574888 92.805898) - (xy 46.503501 92.755913) - (xy 46.296073 92.659188) - (xy 46.296068 92.659186) - (xy 46.075 92.599951) - (xy 46.075004 92.599951) - (xy 45.846999 92.580004) - (xy 45.618997 92.599951) - (xy 45.397931 92.659186) - (xy 45.397926 92.659188) - (xy 45.1905 92.755913) - (xy 45.119109 92.8059) - (xy 45.807481 93.494272) - (xy 45.721852 93.507835) - (xy 45.608955 93.565359) - (xy 45.519359 93.654955) - (xy 45.461835 93.767852) - (xy 45.448272 93.853481) - (xy 44.7599 93.165109) - (xy 44.709912 93.2365) - (xy 44.67801 93.304914) - (xy 44.631092 93.358198) - (xy 44.562815 93.377658) - (xy 44.494855 93.357115) - (xy 44.44879 93.303092) - (xy 44.438047 93.244052) - (xy 44.43835 93.239044) - (xy 44.427195 93.178177) - (xy 44.426631 93.174475) - (xy 44.419174 93.113049) - (xy 44.415662 93.103789) - (xy 44.409536 93.081812) - (xy 44.407752 93.072076) - (xy 44.382369 93.015678) - (xy 44.380914 93.012164) - (xy 44.358982 92.954334) - (xy 44.35898 92.95433) - (xy 44.353356 92.946182) - (xy 44.34215 92.926314) - (xy 44.338086 92.917284) - (xy 44.299945 92.868602) - (xy 44.297688 92.865535) - (xy 44.284753 92.846795) - (xy 44.262553 92.814632) - (xy 44.252696 92.805899) - (xy 44.216245 92.773606) - (xy 44.21349 92.771013) - (xy 40.596478 89.154) - (xy 44.787502 89.154) - (xy 44.804003 89.342613) - (xy 44.807457 89.382086) - (xy 44.852125 89.548791) - (xy 44.866716 89.603243) - (xy 44.963477 89.810749) - (xy 45.094802 89.9983) - (xy 45.2567 90.160198) - (xy 45.444251 90.291523) - (xy 45.651757 90.388284) - (xy 45.872913 90.447543) - (xy 46.101 90.467498) - (xy 46.329087 90.447543) - (xy 46.550243 90.388284) - (xy 46.757749 90.291523) - (xy 46.9453 90.160198) - (xy 47.107198 89.9983) - (xy 47.238523 89.810749) - (xy 47.335284 89.603243) - (xy 47.394543 89.382087) - (xy 47.414498 89.154) - (xy 47.394543 88.925913) - (xy 47.335284 88.704757) - (xy 47.238523 88.497251) - (xy 47.107198 88.3097) - (xy 46.9453 88.147802) - (xy 46.757749 88.016477) - (xy 46.757749 88.016476) - (xy 46.550246 87.919717) - (xy 46.55024 87.919715) - (xy 46.456771 87.89467) - (xy 46.329087 87.860457) - (xy 46.101 87.840502) - (xy 46.100999 87.840502) - (xy 45.872913 87.860457) - (xy 45.651759 87.919715) - (xy 45.651753 87.919717) - (xy 45.44425 88.016477) - (xy 45.256703 88.147799) - (xy 45.256697 88.147804) - (xy 45.094804 88.309697) - (xy 45.094799 88.309703) - (xy 44.963477 88.49725) - (xy 44.866717 88.704753) - (xy 44.866716 88.704757) - (xy 44.807457 88.925913) - (xy 44.787502 89.154) - (xy 40.596478 89.154) - (xy 37.094268 85.65179) - (xy 37.060242 85.589478) - (xy 37.065307 85.518663) - (xy 37.076276 85.4978) - (xy 37.075774 85.49751) - (xy 37.078519 85.492753) - (xy 37.078523 85.492749) - (xy 37.175284 85.285243) - (xy 37.234543 85.064087) - (xy 37.254498 84.836) - (xy 44.787502 84.836) - (xy 44.807457 85.064087) - (xy 44.816682 85.098516) - (xy 44.866715 85.28524) - (xy 44.866717 85.285246) - (xy 44.963477 85.492749) - (xy 45.031207 85.589478) - (xy 45.094802 85.6803) - (xy 45.2567 85.842198) - (xy 45.444251 85.973523) - (xy 45.651757 86.070284) - (xy 45.872913 86.129543) - (xy 46.101 86.149498) - (xy 46.329087 86.129543) - (xy 46.550243 86.070284) - (xy 46.757749 85.973523) - (xy 46.9453 85.842198) - (xy 47.107198 85.6803) - (xy 47.238523 85.492749) - (xy 47.335284 85.285243) - (xy 47.394543 85.064087) - (xy 47.414498 84.836) - (xy 48.089502 84.836) - (xy 48.109457 85.064087) - (xy 48.118682 85.098516) - (xy 48.168715 85.28524) - (xy 48.168717 85.285246) - (xy 48.265477 85.492749) - (xy 48.333207 85.589478) - (xy 48.396802 85.6803) - (xy 48.5587 85.842198) - (xy 48.746251 85.973523) - (xy 48.953757 86.070284) - (xy 49.174913 86.129543) - (xy 49.403 86.149498) - (xy 49.631087 86.129543) - (xy 49.852243 86.070284) - (xy 50.059749 85.973523) - (xy 50.2473 85.842198) - (xy 50.409198 85.6803) - (xy 50.540523 85.492749) - (xy 50.637284 85.285243) - (xy 50.696543 85.064087) - (xy 50.716498 84.836) - (xy 58.249502 84.836) - (xy 58.269457 85.064087) - (xy 58.278682 85.098516) - (xy 58.328715 85.28524) - (xy 58.328717 85.285246) - (xy 58.425477 85.492749) - (xy 58.493207 85.589478) - (xy 58.556802 85.6803) - (xy 58.7187 85.842198) - (xy 58.906251 85.973523) - (xy 59.113757 86.070284) - (xy 59.334913 86.129543) - (xy 59.563 86.149498) - (xy 59.791087 86.129543) - (xy 60.012243 86.070284) - (xy 60.219749 85.973523) - (xy 60.4073 85.842198) - (xy 60.569198 85.6803) - (xy 60.700523 85.492749) - (xy 60.797284 85.285243) - (xy 60.856543 85.064087) - (xy 60.876498 84.836) - (xy 60.856543 84.607913) - (xy 60.797284 84.386757) - (xy 60.700523 84.179251) - (xy 60.569198 83.9917) - (xy 60.4073 83.829802) - (xy 60.393301 83.82) - (xy 60.219749 83.698477) - (xy 60.012246 83.601717) - (xy 60.01224 83.601715) - (xy 59.918771 83.57667) - (xy 59.791087 83.542457) - (xy 59.563 83.522502) - (xy 59.562999 83.522502) - (xy 59.334913 83.542457) - (xy 59.113759 83.601715) - (xy 59.113753 83.601717) - (xy 58.90625 83.698477) - (xy 58.718703 83.829799) - (xy 58.718697 83.829804) - (xy 58.556804 83.991697) - (xy 58.556799 83.991703) - (xy 58.425477 84.17925) - (xy 58.328717 84.386753) - (xy 58.328716 84.386757) - (xy 58.269457 84.607913) - (xy 58.249502 84.836) - (xy 50.716498 84.836) - (xy 50.696543 84.607913) - (xy 50.637284 84.386757) - (xy 50.540523 84.179251) - (xy 50.409198 83.9917) - (xy 50.2473 83.829802) - (xy 50.233301 83.82) - (xy 50.059749 83.698477) - (xy 49.852246 83.601717) - (xy 49.85224 83.601715) - (xy 49.758771 83.57667) - (xy 49.631087 83.542457) - (xy 49.403 83.522502) - (xy 49.402999 83.522502) - (xy 49.174913 83.542457) - (xy 48.953759 83.601715) - (xy 48.953753 83.601717) - (xy 48.74625 83.698477) - (xy 48.558703 83.829799) - (xy 48.558697 83.829804) - (xy 48.396804 83.991697) - (xy 48.396799 83.991703) - (xy 48.265477 84.17925) - (xy 48.168717 84.386753) - (xy 48.168716 84.386757) - (xy 48.109457 84.607913) - (xy 48.089502 84.836) - (xy 47.414498 84.836) - (xy 47.394543 84.607913) - (xy 47.335284 84.386757) - (xy 47.238523 84.179251) - (xy 47.107198 83.9917) - (xy 46.9453 83.829802) - (xy 46.931301 83.82) - (xy 46.757749 83.698477) - (xy 46.550246 83.601717) - (xy 46.55024 83.601715) - (xy 46.456771 83.57667) - (xy 46.329087 83.542457) - (xy 46.101 83.522502) - (xy 46.100999 83.522502) - (xy 45.872913 83.542457) - (xy 45.651759 83.601715) - (xy 45.651753 83.601717) - (xy 45.44425 83.698477) - (xy 45.256703 83.829799) - (xy 45.256697 83.829804) - (xy 45.094804 83.991697) - (xy 45.094799 83.991703) - (xy 44.963477 84.17925) - (xy 44.866717 84.386753) - (xy 44.866716 84.386757) - (xy 44.807457 84.607913) - (xy 44.787502 84.836) - (xy 37.254498 84.836) - (xy 37.234543 84.607913) - (xy 37.175284 84.386757) - (xy 37.078523 84.179251) - (xy 36.947198 83.9917) - (xy 36.7853 83.829802) - (xy 36.771301 83.82) - (xy 36.597749 83.698477) - (xy 36.390246 83.601717) - (xy 36.39024 83.601715) - (xy 36.296771 83.57667) - (xy 36.169087 83.542457) - (xy 35.941 83.522502) - (xy 35.940999 83.522502) - (xy 35.712913 83.542457) - (xy 35.491759 83.601715) - (xy 35.491753 83.601717) - (xy 35.28425 83.698477) - (xy 35.096703 83.829799) - (xy 35.096697 83.829804) - (xy 34.934804 83.991697) - (xy 34.934799 83.991703) - (xy 34.803477 84.17925) - (xy 34.706717 84.386753) - (xy 34.706716 84.386757) - (xy 34.647457 84.607913) - (xy 34.627502 84.836) - (xy 34.647457 85.064087) - (xy 34.656682 85.098516) - (xy 34.675539 85.16889) - (xy 34.673849 85.239867) - (xy 34.634055 85.298662) - (xy 34.56879 85.32661) - (xy 34.553832 85.327501) - (xy 33.028226 85.327501) - (xy 32.960105 85.307499) - (xy 32.939131 85.290596) - (xy 30.707905 83.059369) - (xy 30.673879 82.997057) - (xy 30.671 82.970274) - (xy 30.671 81.407) - (xy 31.198502 81.407) - (xy 31.218457 81.635087) - (xy 31.25267 81.762771) - (xy 31.277715 81.85624) - (xy 31.277717 81.856246) - (xy 31.374477 82.063749) - (xy 31.411951 82.117268) - (xy 31.505802 82.2513) - (xy 31.6677 82.413198) - (xy 31.855251 82.544523) - (xy 32.062757 82.641284) - (xy 32.283913 82.700543) - (xy 32.512 82.720498) - (xy 32.740087 82.700543) - (xy 32.961243 82.641284) - (xy 33.168749 82.544523) - (xy 33.3563 82.413198) - (xy 33.518198 82.2513) - (xy 33.649523 82.063749) - (xy 33.746284 81.856243) - (xy 33.805543 81.635087) - (xy 33.825498 81.407) - (xy 33.805543 81.178913) - (xy 33.746284 80.957757) - (xy 33.649523 80.750251) - (xy 33.518198 80.5627) - (xy 33.3563 80.400802) - (xy 33.328298 80.381195) - (xy 33.168749 80.269477) - (xy 32.961246 80.172717) - (xy 32.96124 80.172715) - (xy 32.867771 80.14767) - (xy 32.740087 80.113457) - (xy 32.512 80.093502) - (xy 32.283913 80.113457) - (xy 32.062759 80.172715) - (xy 32.062753 80.172717) - (xy 31.85525 80.269477) - (xy 31.667703 80.400799) - (xy 31.667697 80.400804) - (xy 31.505804 80.562697) - (xy 31.505799 80.562703) - (xy 31.374477 80.75025) - (xy 31.277717 80.957753) - (xy 31.277716 80.957757) - (xy 31.218457 81.178913) - (xy 31.198502 81.407) - (xy 30.671 81.407) - (xy 30.671 80.265583) - (xy 30.671 77.556721) - (xy 30.691001 77.488604) - (xy 30.744657 77.442111) - (xy 30.814931 77.432007) - (xy 30.879511 77.461501) - (xy 30.886094 77.46763) - (xy 31.479967 78.061502) - (xy 33.231454 79.812989) - (xy 33.234047 79.815744) - (xy 33.275071 79.86205) - (xy 33.275075 79.862054) - (xy 33.293305 79.874636) - (xy 33.325991 79.897197) - (xy 33.329034 79.899437) - (xy 33.377725 79.937584) - (xy 33.38675 79.941645) - (xy 33.406617 79.95285) - (xy 33.414773 79.95848) - (xy 33.472614 79.980416) - (xy 33.476108 79.981863) - (xy 33.532517 80.007251) - (xy 33.542253 80.009035) - (xy 33.56423 80.015161) - (xy 33.57349 80.018673) - (xy 33.634916 80.02613) - (xy 33.638618 80.026694) - (xy 33.699485 80.037849) - (xy 33.761217 80.034114) - (xy 33.765019 80.034) - (xy 36.36487 80.034) - (xy 36.432991 80.054002) - (xy 36.479484 80.107658) - (xy 36.489588 80.177932) - (xy 36.460094 80.242512) - (xy 36.431575 80.26606) - (xy 36.431758 80.266321) - (xy 36.428477 80.268618) - (xy 36.427872 80.269118) - (xy 36.427253 80.269475) - (xy 36.239703 80.400799) - (xy 36.239697 80.400804) - (xy 36.077804 80.562697) - (xy 36.077799 80.562703) - (xy 35.946477 80.75025) - (xy 35.849717 80.957753) - (xy 35.849716 80.957757) - (xy 35.790457 81.178913) - (xy 35.770502 81.407) - (xy 35.790457 81.635087) - (xy 35.82467 81.762771) - (xy 35.849715 81.85624) - (xy 35.849717 81.856246) - (xy 35.946477 82.063749) - (xy 35.983951 82.117268) - (xy 36.077802 82.2513) - (xy 36.2397 82.413198) - (xy 36.427251 82.544523) - (xy 36.634757 82.641284) - (xy 36.855913 82.700543) - (xy 37.084 82.720498) - (xy 37.312087 82.700543) - (xy 37.533243 82.641284) - (xy 37.740749 82.544523) - (xy 37.9283 82.413198) - (xy 38.090198 82.2513) - (xy 38.221523 82.063749) - (xy 38.318284 81.856243) - (xy 38.377543 81.635087) - (xy 38.397498 81.407) - (xy 38.377543 81.178913) - (xy 38.318284 80.957757) - (xy 38.221523 80.750251) - (xy 38.090198 80.5627) - (xy 37.9283 80.400802) - (xy 37.900298 80.381195) - (xy 37.740746 80.269475) - (xy 37.740128 80.269118) - (xy 37.73991 80.268889) - (xy 37.736242 80.266321) - (xy 37.736758 80.265583) - (xy 37.691136 80.217735) - (xy 37.677701 80.148021) - (xy 37.704089 80.08211) - (xy 37.761921 80.040929) - (xy 37.80313 80.034) - (xy 40.93687 80.034) - (xy 41.004991 80.054002) - (xy 41.051484 80.107658) - (xy 41.061588 80.177932) - (xy 41.032094 80.242512) - (xy 41.003575 80.26606) - (xy 41.003758 80.266321) - (xy 41.000477 80.268618) - (xy 40.999872 80.269118) - (xy 40.999253 80.269475) - (xy 40.811703 80.400799) - (xy 40.811697 80.400804) - (xy 40.649804 80.562697) - (xy 40.649799 80.562703) - (xy 40.518477 80.75025) - (xy 40.421717 80.957753) - (xy 40.421716 80.957757) - (xy 40.362457 81.178913) - (xy 40.342502 81.407) - (xy 40.362457 81.635087) - (xy 40.39667 81.762771) - (xy 40.421715 81.85624) - (xy 40.421717 81.856246) - (xy 40.518477 82.063749) - (xy 40.555951 82.117268) - (xy 40.649802 82.2513) - (xy 40.8117 82.413198) - (xy 40.999251 82.544523) - (xy 41.206757 82.641284) - (xy 41.427913 82.700543) - (xy 41.656 82.720498) - (xy 41.884087 82.700543) - (xy 42.105243 82.641284) - (xy 42.312749 82.544523) - (xy 42.5003 82.413198) - (xy 42.662198 82.2513) - (xy 42.793523 82.063749) - (xy 42.890284 81.856243) - (xy 42.949543 81.635087) - (xy 42.969498 81.407) - (xy 42.949543 81.178913) - (xy 42.890284 80.957757) - (xy 42.793523 80.750251) - (xy 42.662198 80.5627) - (xy 42.5003 80.400802) - (xy 42.472298 80.381195) - (xy 42.312746 80.269475) - (xy 42.312128 80.269118) - (xy 42.31191 80.268889) - (xy 42.308242 80.266321) - (xy 42.308758 80.265583) - (xy 42.263136 80.217735) - (xy 42.249701 80.148021) - (xy 42.276089 80.08211) - (xy 42.333921 80.040929) - (xy 42.37513 80.034) - (xy 45.81647 80.034) - (xy 45.884591 80.054002) - (xy 45.919683 80.087729) - (xy 45.982844 80.177932) - (xy 45.983802 80.1793) - (xy 46.1457 80.341198) - (xy 46.333251 80.472523) - (xy 46.540757 80.569284) - (xy 46.761913 80.628543) - (xy 46.99 80.648498) - (xy 47.218087 80.628543) - (xy 47.439243 80.569284) - (xy 47.646749 80.472523) - (xy 47.8343 80.341198) - (xy 47.996198 80.1793) - (xy 48.046362 80.107658) - (xy 48.060317 80.087729) - (xy 48.115774 80.043401) - (xy 48.16353 80.034) - (xy 49.852462 80.034) - (xy 49.920583 80.054002) - (xy 49.955675 80.087729) - (xy 50.047573 80.218974) - (xy 50.047802 80.2193) - (xy 50.2097 80.381198) - (xy 50.397251 80.512523) - (xy 50.604757 80.609284) - (xy 50.825913 80.668543) - (xy 51.054 80.688498) - (xy 51.282087 80.668543) - (xy 51.503243 80.609284) - (xy 51.710749 80.512523) - (xy 51.8983 80.381198) - (xy 52.060198 80.2193) - (xy 52.191523 80.031749) - (xy 52.288284 79.824243) - (xy 52.347543 79.603087) - (xy 52.367498 79.375) - (xy 52.347543 79.146913) - (xy 52.288284 78.925757) - (xy 52.191523 78.718251) - (xy 52.060198 78.5307) - (xy 51.8983 78.368802) - (xy 51.710749 78.237477) - (xy 51.670951 78.218919) - (xy 51.617666 78.172002) - (xy 51.598205 78.103725) - (xy 51.618747 78.035765) - (xy 51.670951 77.990529) - (xy 51.710498 77.972087) - (xy 51.897974 77.840815) - (xy 51.89798 77.84081) - (xy 52.05981 77.67898) - (xy 52.059815 77.678974) - (xy 52.191087 77.491498) - (xy 52.287811 77.284073) - (xy 52.287813 77.284068) - (xy 52.340082 77.089) - (xy 51.365686 77.089) - (xy 51.381641 77.073045) - (xy 51.439165 76.960148) - (xy 51.458986 76.835) - (xy 57.360502 76.835) - (xy 57.380457 77.063087) - (xy 57.407133 77.162641) - (xy 57.439715 77.28424) - (xy 57.439717 77.284246) - (xy 57.516236 77.448342) - (xy 57.536477 77.491749) - (xy 57.667802 77.6793) - (xy 57.8297 77.841198) - (xy 58.017251 77.972523) - (xy 58.057045 77.991079) - (xy 58.057047 77.99108) - (xy 58.110332 78.037996) - (xy 58.129794 78.106273) - (xy 58.109253 78.174233) - (xy 58.057051 78.219468) - (xy 58.017504 78.23791) - (xy 57.830025 78.369184) - (xy 57.830019 78.369189) - (xy 57.668189 78.531019) - (xy 57.668184 78.531025) - (xy 57.536912 78.718501) - (xy 57.440188 78.925926) - (xy 57.440186 78.925931) - (xy 57.387917 79.121) - (xy 58.362314 79.121) - (xy 58.346359 79.136955) - (xy 58.288835 79.249852) - (xy 58.269014 79.375) - (xy 58.288835 79.500148) - (xy 58.346359 79.613045) - (xy 58.362314 79.629) - (xy 57.387918 79.629) - (xy 57.440186 79.824068) - (xy 57.440188 79.824073) - (xy 57.536912 80.031498) - (xy 57.668184 80.218974) - (xy 57.668189 80.21898) - (xy 57.830019 80.38081) - (xy 57.830025 80.380815) - (xy 58.017501 80.512087) - (xy 58.224926 80.608811) - (xy 58.224931 80.608813) - (xy 58.42 80.661081) - (xy 58.42 79.686686) - (xy 58.435955 79.702641) - (xy 58.548852 79.760165) - (xy 58.642519 79.775) - (xy 58.705481 79.775) - (xy 58.799148 79.760165) - (xy 58.912045 79.702641) - (xy 58.927999 79.686686) - (xy 58.928 80.661081) - (xy 59.123068 80.608813) - (xy 59.123073 80.608811) - (xy 59.330498 80.512087) - (xy 59.517974 80.380815) - (xy 59.51798 80.38081) - (xy 59.67981 80.21898) - (xy 59.679815 80.218974) - (xy 59.811087 80.031498) - (xy 59.907811 79.824073) - (xy 59.907813 79.824068) - (xy 59.960082 79.629) - (xy 58.985686 79.629) - (xy 59.001641 79.613045) - (xy 59.059165 79.500148) - (xy 59.078986 79.375) - (xy 59.059165 79.249852) - (xy 59.001641 79.136955) - (xy 58.985686 79.121) - (xy 59.960082 79.121) - (xy 59.907813 78.925931) - (xy 59.907811 78.925926) - (xy 59.811087 78.718501) - (xy 59.679815 78.531025) - (xy 59.67981 78.531019) - (xy 59.51798 78.369189) - (xy 59.517974 78.369184) - (xy 59.330497 78.237911) - (xy 59.290949 78.219469) - (xy 59.237665 78.172551) - (xy 59.218205 78.104273) - (xy 59.238748 78.036314) - (xy 59.29095 77.991081) - (xy 59.330749 77.972523) - (xy 59.5183 77.841198) - (xy 59.680198 77.6793) - (xy 59.811523 77.491749) - (xy 59.908284 77.284243) - (xy 59.967543 77.063087) - (xy 59.987498 76.835) - (xy 59.967543 76.606913) - (xy 59.908284 76.385757) - (xy 59.811523 76.178251) - (xy 59.680198 75.9907) - (xy 59.5183 75.828802) - (xy 59.330749 75.697477) - (xy 59.29213 75.679469) - (xy 59.291543 75.679195) - (xy 59.238258 75.632279) - (xy 59.218796 75.564002) - (xy 59.239337 75.496042) - (xy 59.291543 75.450805) - (xy 59.293997 75.44966) - (xy 59.330749 75.432523) - (xy 59.5183 75.301198) - (xy 59.680198 75.1393) - (xy 59.811523 74.951749) - (xy 59.908284 74.744243) - (xy 59.967543 74.523087) - (xy 59.987498 74.295) - (xy 59.967543 74.066913) - (xy 59.908284 73.845757) - (xy 59.811523 73.638251) - (xy 59.680198 73.4507) - (xy 59.5183 73.288802) - (xy 59.518291 73.288796) - (xy 59.345633 73.167899) - (xy 59.330749 73.157477) - (xy 59.291543 73.139195) - (xy 59.238258 73.092279) - (xy 59.218796 73.024002) - (xy 59.239337 72.956042) - (xy 59.291543 72.910805) - (xy 59.293997 72.90966) - (xy 59.330749 72.892523) - (xy 59.5183 72.761198) - (xy 59.680198 72.5993) - (xy 59.811523 72.411749) - (xy 59.908284 72.204243) - (xy 59.967543 71.983087) - (xy 59.987498 71.755) - (xy 59.987498 71.754999) - (xy 60.916502 71.754999) - (xy 60.936457 71.983086) - (xy 60.995715 72.20424) - (xy 60.995717 72.204246) - (xy 61.050629 72.322005) - (xy 61.092477 72.411749) - (xy 61.223802 72.5993) - (xy 61.3857 72.761198) - (xy 61.385703 72.7612) - (xy 61.573253 72.892525) - (xy 61.578015 72.895274) - (xy 61.576971 72.897082) - (xy 61.623439 72.93799) - (xy 61.642905 73.006265) - (xy 61.622369 73.074227) - (xy 61.577223 73.113354) - (xy 61.578267 73.115161) - (xy 61.573501 73.117912) - (xy 61.502109 73.167899) - (xy 62.190482 73.856272) - (xy 62.104852 73.869835) - (xy 61.991955 73.927359) - (xy 61.902359 74.016955) - (xy 61.844835 74.129852) - (xy 61.831272 74.215482) - (xy 61.142899 73.527109) - (xy 61.092913 73.5985) - (xy 60.996188 73.805926) - (xy 60.996186 73.805931) - (xy 60.936951 74.026997) - (xy 60.917004 74.254999) - (xy 60.936951 74.483002) - (xy 60.996186 74.704068) - (xy 60.996188 74.704073) - (xy 61.092913 74.911501) - (xy 61.142899 74.982888) - (xy 61.831272 74.294515) - (xy 61.844835 74.380148) - (xy 61.902359 74.493045) - (xy 61.991955 74.582641) - (xy 62.104852 74.640165) - (xy 62.190482 74.653727) - (xy 61.50211 75.342098) - (xy 61.50211 75.3421) - (xy 61.573498 75.392086) - (xy 61.780926 75.488811) - (xy 61.780931 75.488813) - (xy 62.001999 75.548048) - (xy 62.001995 75.548048) - (xy 62.23 75.567995) - (xy 62.458002 75.548048) - (xy 62.679068 75.488813) - (xy 62.679073 75.488811) - (xy 62.886497 75.392088) - (xy 62.957888 75.342099) - (xy 62.957888 75.342097) - (xy 62.269518 74.653727) - (xy 62.355148 74.640165) - (xy 62.468045 74.582641) - (xy 62.557641 74.493045) - (xy 62.615165 74.380148) - (xy 62.628727 74.294517) - (xy 63.317098 74.982888) - (xy 63.317099 74.982888) - (xy 63.367088 74.911497) - (xy 63.463811 74.704073) - (xy 63.463813 74.704068) - (xy 63.523048 74.483002) - (xy 63.542995 74.254999) - (xy 63.523048 74.026997) - (xy 63.463813 73.805931) - (xy 63.463811 73.805926) - (xy 63.367086 73.598498) - (xy 63.3171 73.52711) - (xy 63.317097 73.52711) - (xy 62.628726 74.21548) - (xy 62.615165 74.129852) - (xy 62.557641 74.016955) - (xy 62.468045 73.927359) - (xy 62.355148 73.869835) - (xy 62.269515 73.856272) - (xy 62.957888 73.167899) - (xy 62.957888 73.167898) - (xy 62.886501 73.117913) - (xy 62.881734 73.115161) - (xy 62.882817 73.113284) - (xy 62.836561 73.072561) - (xy 62.817095 73.004285) - (xy 62.837632 72.936324) - (xy 62.882992 72.897019) - (xy 62.881985 72.895274) - (xy 62.886746 72.892525) - (xy 63.017161 72.801207) - (xy 63.0743 72.761198) - (xy 63.236198 72.5993) - (xy 63.367523 72.411749) - (xy 63.464284 72.204243) - (xy 63.523543 71.983087) - (xy 63.543498 71.755) - (xy 63.523543 71.526913) - (xy 63.464284 71.305757) - (xy 63.367523 71.098251) - (xy 63.236198 70.9107) - (xy 63.0743 70.748802) - (xy 62.886749 70.617477) - (xy 62.886748 70.617477) - (xy 62.679246 70.520717) - (xy 62.67924 70.520715) - (xy 62.585771 70.49567) - (xy 62.458087 70.461457) - (xy 62.23 70.441502) - (xy 62.001913 70.461457) - (xy 61.780759 70.520715) - (xy 61.780753 70.520717) - (xy 61.57325 70.617477) - (xy 61.385703 70.748799) - (xy 61.385697 70.748804) - (xy 61.223804 70.910697) - (xy 61.223799 70.910703) - (xy 61.092477 71.09825) - (xy 60.995717 71.305753) - (xy 60.995715 71.305759) - (xy 60.936457 71.526913) - (xy 60.916502 71.754999) - (xy 59.987498 71.754999) - (xy 59.967543 71.526913) - (xy 59.908284 71.305757) - (xy 59.811523 71.098251) - (xy 59.680198 70.9107) - (xy 59.5183 70.748802) - (xy 59.330749 70.617477) - (xy 59.123246 70.520717) - (xy 59.12324 70.520715) - (xy 59.029771 70.49567) - (xy 58.902087 70.461457) - (xy 58.674 70.441502) - (xy 58.445913 70.461457) - (xy 58.224759 70.520715) - (xy 58.224753 70.520717) - (xy 58.01725 70.617477) - (xy 57.829703 70.748799) - (xy 57.829697 70.748804) - (xy 57.667804 70.910697) - (xy 57.667799 70.910703) - (xy 57.536477 71.09825) - (xy 57.439717 71.305753) - (xy 57.439715 71.305759) - (xy 57.380457 71.526913) - (xy 57.360502 71.754999) - (xy 57.380457 71.983086) - (xy 57.439715 72.20424) - (xy 57.439717 72.204246) - (xy 57.494629 72.322005) - (xy 57.536477 72.411749) - (xy 57.667802 72.5993) - (xy 57.8297 72.761198) - (xy 58.017251 72.892523) - (xy 58.052359 72.908894) - (xy 58.056457 72.910805) - (xy 58.109742 72.957722) - (xy 58.129203 73.025999) - (xy 58.108661 73.093959) - (xy 58.056457 73.139195) - (xy 58.01725 73.157477) - (xy 57.829703 73.288799) - (xy 57.829697 73.288804) - (xy 57.667804 73.450697) - (xy 57.667799 73.450703) - (xy 57.536477 73.63825) - (xy 57.439717 73.845753) - (xy 57.439715 73.845759) - (xy 57.380457 74.066913) - (xy 57.364002 74.255) - (xy 57.360502 74.295) - (xy 57.367952 74.380148) - (xy 57.380457 74.523086) - (xy 57.439715 74.74424) - (xy 57.439717 74.744246) - (xy 57.499878 74.873261) - (xy 57.536477 74.951749) - (xy 57.667802 75.1393) - (xy 57.8297 75.301198) - (xy 58.017251 75.432523) - (xy 58.052359 75.448894) - (xy 58.056457 75.450805) - (xy 58.109742 75.497722) - (xy 58.129203 75.565999) - (xy 58.108661 75.633959) - (xy 58.056457 75.679195) - (xy 58.01725 75.697477) - (xy 57.829703 75.828799) - (xy 57.829697 75.828804) - (xy 57.667804 75.990697) - (xy 57.667799 75.990703) - (xy 57.536477 76.17825) - (xy 57.439717 76.385753) - (xy 57.439715 76.385759) - (xy 57.3874 76.581) - (xy 57.380457 76.606913) - (xy 57.360502 76.835) - (xy 51.458986 76.835) - (xy 51.439165 76.709852) - (xy 51.381641 76.596955) - (xy 51.365686 76.581) - (xy 52.340082 76.581) - (xy 52.287813 76.385931) - (xy 52.287811 76.385926) - (xy 52.191087 76.178501) - (xy 52.059815 75.991025) - (xy 52.05981 75.991019) - (xy 51.89798 75.829189) - (xy 51.897974 75.829184) - (xy 51.710497 75.697911) - (xy 51.670949 75.679469) - (xy 51.617665 75.632551) - (xy 51.598205 75.564273) - (xy 51.618748 75.496314) - (xy 51.67095 75.451081) - (xy 51.710749 75.432523) - (xy 51.8983 75.301198) - (xy 52.060198 75.1393) - (xy 52.191523 74.951749) - (xy 52.288284 74.744243) - (xy 52.347543 74.523087) - (xy 52.367498 74.295) - (xy 52.347543 74.066913) - (xy 52.288284 73.845757) - (xy 52.191523 73.638251) - (xy 52.060198 73.4507) - (xy 51.8983 73.288802) - (xy 51.898295 73.288799) - (xy 51.898292 73.288796) - (xy 51.894995 73.286487) - (xy 51.850669 73.231028) - (xy 51.843363 73.160409) - (xy 51.875396 73.097049) - (xy 51.936599 73.061067) - (xy 51.953801 73.057999) - (xy 51.963201 73.056989) - (xy 52.100204 73.005889) - (xy 52.164548 72.957722) - (xy 52.217261 72.918261) - (xy 52.304887 72.801207) - (xy 52.304887 72.801206) - (xy 52.304889 72.801204) - (xy 52.355989 72.664201) - (xy 52.3625 72.603638) - (xy 52.3625 72.5145) - (xy 52.382502 72.446379) - (xy 52.436158 72.399886) - (xy 52.4885 72.3885) - (xy 53.002147 72.3885) - (xy 53.017988 72.390249) - (xy 53.018016 72.389956) - (xy 53.025902 72.3907) - (xy 53.025909 72.390702) - (xy 53.095958 72.3885) - (xy 53.125856 72.3885) - (xy 53.132818 72.387619) - (xy 53.138719 72.387154) - (xy 53.185889 72.385673) - (xy 53.205347 72.380019) - (xy 53.224694 72.376013) - (xy 53.244797 72.373474) - (xy 53.288679 72.356099) - (xy 53.294274 72.354183) - (xy 53.322816 72.345891) - (xy 53.339591 72.341019) - (xy 53.339595 72.341017) - (xy 53.357026 72.330708) - (xy 53.37478 72.322009) - (xy 53.393617 72.314552) - (xy 53.431786 72.286818) - (xy 53.436744 72.283562) - (xy 53.477362 72.259542) - (xy 53.491685 72.245218) - (xy 53.506724 72.232374) - (xy 53.523107 72.220472) - (xy 53.553193 72.184103) - (xy 53.557161 72.179741) - (xy 56.990753 68.746149) - (xy 57.053063 68.712125) - (xy 57.112457 68.713539) - (xy 57.175913 68.730543) - (xy 57.404 68.750498) - (xy 57.632087 68.730543) - (xy 57.853243 68.671284) - (xy 58.060749 68.574523) - (xy 58.2483 68.443198) - (xy 58.410198 68.2813) - (xy 58.541523 68.093749) - (xy 58.638284 67.886243) - (xy 58.697543 67.665087) - (xy 58.717498 67.437) - (xy 60.916502 67.437) - (xy 60.936457 67.665087) - (xy 60.943401 67.691001) - (xy 60.995715 67.88624) - (xy 60.995717 67.886246) - (xy 61.092477 68.093749) - (xy 61.125032 68.140243) - (xy 61.223802 68.2813) - (xy 61.3857 68.443198) - (xy 61.573251 68.574523) - (xy 61.780757 68.671284) - (xy 62.001913 68.730543) - (xy 62.23 68.750498) - (xy 62.458087 68.730543) - (xy 62.679243 68.671284) - (xy 62.886749 68.574523) - (xy 63.0743 68.443198) - (xy 63.236198 68.2813) - (xy 63.367523 68.093749) - (xy 63.464284 67.886243) - (xy 63.523543 67.665087) - (xy 63.543498 67.437) - (xy 63.523543 67.208913) - (xy 63.464284 66.987757) - (xy 63.367523 66.780251) - (xy 63.236198 66.5927) - (xy 63.0743 66.430802) - (xy 62.886749 66.299477) - (xy 62.886749 66.299476) - (xy 62.679246 66.202717) - (xy 62.67924 66.202715) - (xy 62.585771 66.17767) - (xy 62.458087 66.143457) - (xy 62.23 66.123502) - (xy 62.001913 66.143457) - (xy 61.780759 66.202715) - (xy 61.780753 66.202717) - (xy 61.57325 66.299477) - (xy 61.385703 66.430799) - (xy 61.385697 66.430804) - (xy 61.223804 66.592697) - (xy 61.223799 66.592703) - (xy 61.092477 66.78025) - (xy 60.995717 66.987753) - (xy 60.995715 66.987759) - (xy 60.978301 67.052749) - (xy 60.936457 67.208913) - (xy 60.916502 67.437) - (xy 58.717498 67.437) - (xy 58.697543 67.208913) - (xy 58.638284 66.987757) - (xy 58.541523 66.780251) - (xy 58.410198 66.5927) - (xy 58.2483 66.430802) - (xy 58.060749 66.299477) - (xy 58.060749 66.299476) - (xy 57.853246 66.202717) - (xy 57.85324 66.202715) - (xy 57.759771 66.17767) - (xy 57.632087 66.143457) - (xy 57.404 66.123502) - (xy 57.175913 66.143457) - (xy 57.17591 66.143457) - (xy 57.175907 66.143458) - (xy 57.112457 66.160459) - (xy 57.041481 66.158769) - (xy 56.990752 66.127847) - (xy 54.019244 63.156339) - (xy 54.009279 63.143901) - (xy 54.009052 63.14409) - (xy 54.004001 63.137984) - (xy 54.004 63.137982) - (xy 53.952921 63.090016) - (xy 53.931777 63.068871) - (xy 53.931772 63.068866) - (xy 53.926225 63.064563) - (xy 53.921717 63.060712) - (xy 53.887325 63.028417) - (xy 53.887319 63.028413) - (xy 53.869563 63.018651) - (xy 53.853047 63.007802) - (xy 53.837041 62.995386) - (xy 53.806289 62.982078) - (xy 53.79374 62.976648) - (xy 53.788408 62.974036) - (xy 53.747061 62.951305) - (xy 53.727436 62.946266) - (xy 53.708736 62.939864) - (xy 53.690145 62.931819) - (xy 53.690143 62.931818) - (xy 53.690142 62.931818) - (xy 53.643542 62.924437) - (xy 53.637729 62.923233) - (xy 53.59203 62.9115) - (xy 53.571776 62.9115) - (xy 53.552066 62.909949) - (xy 53.532057 62.90678) - (xy 53.532056 62.90678) - (xy 53.485083 62.91122) - (xy 53.47915 62.9115) - (xy 52.6845 62.9115) - (xy 52.616379 62.891498) - (xy 52.569886 62.837842) - (xy 52.5585 62.7855) - (xy 52.5585 62.746367) - (xy 52.558499 62.74635) - (xy 52.55199 62.685803) - (xy 52.551988 62.685795) - (xy 52.500889 62.548797) - (xy 52.500887 62.548792) - (xy 52.413261 62.431738) - (xy 52.296207 62.344112) - (xy 52.296202 62.34411) - (xy 52.159204 62.293011) - (xy 52.159196 62.293009) - (xy 52.098649 62.2865) - (xy 52.098638 62.2865) - (xy 50.501362 62.2865) - (xy 50.50135 62.2865) - (xy 50.440803 62.293009) - (xy 50.440795 62.293011) - (xy 50.303797 62.34411) - (xy 50.303792 62.344112) - (xy 50.186738 62.431738) - (xy 50.099112 62.548792) - (xy 50.09911 62.548797) - (xy 50.048011 62.685795) - (xy 50.048009 62.685803) - (xy 50.0415 62.74635) - (xy 50.0415 64.343649) - (xy 50.048009 64.404196) - (xy 50.048011 64.404204) - (xy 50.09911 64.541202) - (xy 50.099112 64.541207) - (xy 50.186738 64.658261) - (xy 50.303792 64.745887) - (xy 50.303794 64.745888) - (xy 50.303796 64.745889) - (xy 50.362875 64.767924) - (xy 50.440795 64.796988) - (xy 50.440803 64.79699) - (xy 50.50135 64.803499) - (xy 50.501355 64.803499) - (xy 50.501362 64.8035) - (xy 50.501368 64.8035) - (xy 50.536423 64.8035) - (xy 50.604544 64.823502) - (xy 50.651037 64.877158) - (xy 50.661141 64.947432) - (xy 50.631647 65.012012) - (xy 50.608694 65.032713) - (xy 50.487965 65.117248) - (xy 50.487959 65.117253) - (xy 50.332253 65.272959) - (xy 50.332248 65.272965) - (xy 50.205944 65.453346) - (xy 50.112881 65.65292) - (xy 50.11288 65.652924) - (xy 50.055885 65.865629) - (xy 50.036693 66.085) - (xy 50.046991 66.202715) - (xy 50.055885 66.30437) - (xy 50.112879 66.517073) - (xy 50.112881 66.517079) - (xy 50.148145 66.592703) - (xy 50.205944 66.716654) - (xy 50.297002 66.846697) - (xy 50.332251 66.897038) - (xy 50.332254 66.897042) - (xy 50.487957 67.052745) - (xy 50.487961 67.052748) - (xy 50.487962 67.052749) - (xy 50.668346 67.179056) - (xy 50.732375 67.208913) - (xy 50.800768 67.240805) - (xy 50.854053 67.287722) - (xy 50.873514 67.355999) - (xy 50.852972 67.423959) - (xy 50.800768 67.469195) - (xy 50.668346 67.530944) - (xy 50.487965 67.657248) - (xy 50.487959 67.657253) - (xy 50.332253 67.812959) - (xy 50.332248 67.812965) - (xy 50.205944 67.993346) - (xy 50.112881 68.19292) - (xy 50.112879 68.192926) - (xy 50.055885 68.405629) - (xy 50.044541 68.5353) - (xy 50.036693 68.625) - (xy 50.055885 68.844371) - (xy 50.068881 68.892872) - (xy 50.112879 69.057073) - (xy 50.112881 69.057079) - (xy 50.205942 69.25665) - (xy 50.205944 69.256654) - (xy 50.33225 69.437038) - (xy 50.332251 69.437038) - (xy 50.332254 69.437042) - (xy 50.487957 69.592745) - (xy 50.487961 69.592748) - (xy 50.487962 69.592749) - (xy 50.668346 69.719056) - (xy 50.867924 69.81212) - (xy 51.080629 69.869115) - (xy 51.3 69.888307) - (xy 51.519371 69.869115) - (xy 51.732076 69.81212) - (xy 51.931654 69.719056) - (xy 52.112038 69.592749) - (xy 52.267749 69.437038) - (xy 52.394056 69.256654) - (xy 52.48712 69.057076) - (xy 52.544115 68.844371) - (xy 52.563307 68.625) - (xy 52.544115 68.405629) - (xy 52.48712 68.192924) - (xy 52.394056 67.993347) - (xy 52.267749 67.812962) - (xy 52.112038 67.657251) - (xy 51.931654 67.530944) - (xy 51.931648 67.530941) - (xy 51.931648 67.53094) - (xy 51.799232 67.469195) - (xy 51.745946 67.422278) - (xy 51.726485 67.354001) - (xy 51.747026 67.286041) - (xy 51.799232 67.240805) - (xy 51.931648 67.179059) - (xy 51.931648 67.179058) - (xy 51.931654 67.179056) - (xy 52.112038 67.052749) - (xy 52.267749 66.897038) - (xy 52.394056 66.716654) - (xy 52.48712 66.517076) - (xy 52.544115 66.304371) - (xy 52.563307 66.085) - (xy 52.544115 65.865629) - (xy 52.48712 65.652924) - (xy 52.394056 65.453347) - (xy 52.267749 65.272962) - (xy 52.112038 65.117251) - (xy 52.112037 65.11725) - (xy 52.112036 65.117249) - (xy 52.112033 65.117247) - (xy 51.991306 65.032713) - (xy 51.946977 64.977256) - (xy 51.939668 64.906637) - (xy 51.971698 64.843276) - (xy 52.0329 64.807291) - (xy 52.063576 64.8035) - (xy 52.098632 64.8035) - (xy 52.098638 64.8035) - (xy 52.098645 64.803499) - (xy 52.098649 64.803499) - (xy 52.159196 64.79699) - (xy 52.159199 64.796989) - (xy 52.159201 64.796989) - (xy 52.296204 64.745889) - (xy 52.413261 64.658261) - (xy 52.500889 64.541204) - (xy 52.551989 64.404201) - (xy 52.554678 64.379195) - (xy 52.558499 64.343649) - (xy 52.5585 64.343632) - (xy 52.5585 64.3045) - (xy 52.578502 64.236379) - (xy 52.632158 64.189886) - (xy 52.6845 64.1785) - (xy 53.197406 64.1785) - (xy 53.265527 64.198502) - (xy 53.286501 64.215405) - (xy 56.094847 67.023751) - (xy 56.128873 67.086063) - (xy 56.127459 67.145456) - (xy 56.110458 67.208907) - (xy 56.110457 67.20891) - (xy 56.110457 67.208913) - (xy 56.09179 67.422278) - (xy 56.090502 67.437) - (xy 56.110457 67.66509) - (xy 56.127459 67.72854) - (xy 56.125769 67.799516) - (xy 56.094847 67.850246) - (xy 52.8605 71.084595) - (xy 52.798188 71.11862) - (xy 52.771405 71.1215) - (xy 52.4885 71.1215) - (xy 52.420379 71.101498) - (xy 52.373886 71.047842) - (xy 52.3625 70.9955) - (xy 52.3625 70.906367) - (xy 52.362499 70.90635) - (xy 52.35599 70.845803) - (xy 52.355988 70.845795) - (xy 52.319811 70.748804) - (xy 52.304889 70.708796) - (xy 52.304888 70.708794) - (xy 52.304887 70.708792) - (xy 52.217261 70.591738) - (xy 52.100207 70.504112) - (xy 52.100202 70.50411) - (xy 51.963204 70.453011) - (xy 51.963196 70.453009) - (xy 51.902649 70.4465) - (xy 51.902638 70.4465) - (xy 50.205362 70.4465) - (xy 50.20535 70.4465) - (xy 50.144803 70.453009) - (xy 50.144795 70.453011) - (xy 50.007797 70.50411) - (xy 50.007792 70.504112) - (xy 49.890738 70.591738) - (xy 49.803112 70.708792) - (xy 49.80311 70.708797) - (xy 49.752011 70.845795) - (xy 49.752009 70.845803) - (xy 49.7455 70.90635) - (xy 49.7455 72.603649) - (xy 49.752009 72.664196) - (xy 49.752011 72.664204) - (xy 49.80311 72.801202) - (xy 49.803112 72.801207) - (xy 49.890738 72.918261) - (xy 50.007792 73.005887) - (xy 50.007794 73.005888) - (xy 50.007796 73.005889) - (xy 50.144799 73.056989) - (xy 50.154191 73.057998) - (xy 50.219784 73.085163) - (xy 50.260279 73.143479) - (xy 50.262817 73.21443) - (xy 50.226593 73.27549) - (xy 50.21301 73.286483) - (xy 50.209708 73.288795) - (xy 50.209697 73.288804) - (xy 50.047804 73.450697) - (xy 50.047799 73.450703) - (xy 49.916477 73.63825) - (xy 49.819717 73.845753) - (xy 49.819715 73.845759) - (xy 49.760457 74.066913) - (xy 49.744002 74.255) - (xy 49.740502 74.295) - (xy 49.747952 74.380148) - (xy 49.760457 74.523086) - (xy 49.819715 74.74424) - (xy 49.819717 74.744246) - (xy 49.879878 74.873261) - (xy 49.916477 74.951749) - (xy 50.047802 75.1393) - (xy 50.2097 75.301198) - (xy 50.397251 75.432523) - (xy 50.436457 75.450805) - (xy 50.437047 75.45108) - (xy 50.490332 75.497996) - (xy 50.509794 75.566273) - (xy 50.489253 75.634233) - (xy 50.437051 75.679468) - (xy 50.397504 75.69791) - (xy 50.210025 75.829184) - (xy 50.210019 75.829189) - (xy 50.048189 75.991019) - (xy 50.048184 75.991025) - (xy 49.916912 76.178501) - (xy 49.820188 76.385926) - (xy 49.820186 76.385931) - (xy 49.767917 76.581) - (xy 50.742314 76.581) - (xy 50.726359 76.596955) - (xy 50.668835 76.709852) - (xy 50.649014 76.835) - (xy 50.668835 76.960148) - (xy 50.726359 77.073045) - (xy 50.742314 77.089) - (xy 49.767918 77.089) - (xy 49.820186 77.284068) - (xy 49.820188 77.284073) - (xy 49.916912 77.491498) - (xy 50.048184 77.678974) - (xy 50.048189 77.67898) - (xy 50.210019 77.84081) - (xy 50.210025 77.840815) - (xy 50.397503 77.972089) - (xy 50.437049 77.99053) - (xy 50.490334 78.037447) - (xy 50.509794 78.105724) - (xy 50.489252 78.173684) - (xy 50.437049 78.218918) - (xy 50.397252 78.237475) - (xy 50.209703 78.368799) - (xy 50.209697 78.368804) - (xy 50.047804 78.530697) - (xy 50.047799 78.530703) - (xy 50.011691 78.582271) - (xy 49.956233 78.626599) - (xy 49.908478 78.636) - (xy 48.16353 78.636) - (xy 48.095409 78.615998) - (xy 48.060317 78.582271) - (xy 47.9962 78.490703) - (xy 47.996195 78.490697) - (xy 47.834302 78.328804) - (xy 47.834296 78.328799) - (xy 47.646746 78.197474) - (xy 47.641985 78.194726) - (xy 47.643023 78.192927) - (xy 47.596532 78.151963) - (xy 47.577095 78.083679) - (xy 47.597661 78.015726) - (xy 47.642782 77.976664) - (xy 47.64173 77.974841) - (xy 47.646496 77.972088) - (xy 47.717888 77.922099) - (xy 47.717888 77.922097) - (xy 47.029518 77.233727) - (xy 47.115148 77.220165) - (xy 47.228045 77.162641) - (xy 47.317641 77.073045) - (xy 47.375165 76.960148) - (xy 47.388727 76.874518) - (xy 48.077097 77.562888) - (xy 48.077099 77.562888) - (xy 48.127088 77.491497) - (xy 48.223811 77.284073) - (xy 48.223813 77.284068) - (xy 48.283048 77.063002) - (xy 48.302995 76.834999) - (xy 48.283048 76.606997) - (xy 48.223813 76.385931) - (xy 48.223811 76.385926) - (xy 48.127086 76.178498) - (xy 48.0771 76.10711) - (xy 48.077098 76.10711) - (xy 47.388727 76.795481) - (xy 47.375165 76.709852) - (xy 47.317641 76.596955) - (xy 47.228045 76.507359) - (xy 47.115148 76.449835) - (xy 47.029517 76.436272) - (xy 47.717888 75.747899) - (xy 47.717888 75.747898) - (xy 47.646501 75.697913) - (xy 47.439073 75.601188) - (xy 47.439068 75.601186) - (xy 47.218 75.541951) - (xy 47.218004 75.541951) - (xy 46.99 75.522004) - (xy 46.761997 75.541951) - (xy 46.540931 75.601186) - (xy 46.540926 75.601188) - (xy 46.3335 75.697913) - (xy 46.262109 75.7479) - (xy 46.950481 76.436272) - (xy 46.864852 76.449835) - (xy 46.751955 76.507359) - (xy 46.662359 76.596955) - (xy 46.604835 76.709852) - (xy 46.591272 76.795481) - (xy 45.9029 76.107109) - (xy 45.852913 76.1785) - (xy 45.756188 76.385926) - (xy 45.756186 76.385931) - (xy 45.696951 76.606997) - (xy 45.677004 76.834999) - (xy 45.696951 77.063002) - (xy 45.756186 77.284068) - (xy 45.756188 77.284073) - (xy 45.852913 77.491501) - (xy 45.902899 77.562888) - (xy 46.591272 76.874516) - (xy 46.604835 76.960148) - (xy 46.662359 77.073045) - (xy 46.751955 77.162641) - (xy 46.864852 77.220165) - (xy 46.950482 77.233727) - (xy 46.26211 77.922098) - (xy 46.26211 77.9221) - (xy 46.333498 77.972086) - (xy 46.338266 77.974839) - (xy 46.337178 77.976721) - (xy 46.38342 78.017409) - (xy 46.402904 78.08568) - (xy 46.382386 78.153647) - (xy 46.337015 78.192995) - (xy 46.338015 78.194726) - (xy 46.333253 78.197474) - (xy 46.145703 78.328799) - (xy 46.145697 78.328804) - (xy 45.983804 78.490697) - (xy 45.983799 78.490703) - (xy 45.919683 78.582271) - (xy 45.864226 78.626599) - (xy 45.81647 78.636) - (xy 34.083725 78.636) - (xy 34.015604 78.615998) - (xy 33.99463 78.599095) - (xy 30.707904 75.312369) - (xy 30.673878 75.250057) - (xy 30.670999 75.223274) - (xy 30.670999 74.523086) - (xy 30.670999 73.734956) - (xy 30.673064 73.712254) - (xy 30.674849 73.702515) - (xy 30.671114 73.640782) - (xy 30.671 73.636979) - (xy 30.671 71.247) - (xy 31.198502 71.247) - (xy 31.218457 71.475086) - (xy 31.277715 71.69624) - (xy 31.277717 71.696246) - (xy 31.374477 71.903749) - (xy 31.430029 71.983086) - (xy 31.505802 72.0913) - (xy 31.6677 72.253198) - (xy 31.855251 72.384523) - (xy 32.062757 72.481284) - (xy 32.283913 72.540543) - (xy 32.512 72.560498) - (xy 32.740087 72.540543) - (xy 32.961243 72.481284) - (xy 33.168749 72.384523) - (xy 33.3563 72.253198) - (xy 33.518198 72.0913) - (xy 33.649523 71.903749) - (xy 33.746284 71.696243) - (xy 33.805543 71.475087) - (xy 33.825498 71.247) - (xy 33.825498 71.246999) - (xy 35.770502 71.246999) - (xy 35.790457 71.475086) - (xy 35.849715 71.69624) - (xy 35.849717 71.696246) - (xy 35.946477 71.903749) - (xy 36.002029 71.983086) - (xy 36.077802 72.0913) - (xy 36.2397 72.253198) - (xy 36.427251 72.384523) - (xy 36.634757 72.481284) - (xy 36.855913 72.540543) - (xy 37.084 72.560498) - (xy 37.312087 72.540543) - (xy 37.533243 72.481284) - (xy 37.740749 72.384523) - (xy 37.9283 72.253198) - (xy 38.090198 72.0913) - (xy 38.221523 71.903749) - (xy 38.318284 71.696243) - (xy 38.377543 71.475087) - (xy 38.397498 71.247) - (xy 38.397498 71.246999) - (xy 40.342502 71.246999) - (xy 40.362457 71.475086) - (xy 40.421715 71.69624) - (xy 40.421717 71.696246) - (xy 40.518477 71.903749) - (xy 40.574029 71.983086) - (xy 40.649802 72.0913) - (xy 40.8117 72.253198) - (xy 40.999251 72.384523) - (xy 41.206757 72.481284) - (xy 41.427913 72.540543) - (xy 41.656 72.560498) - (xy 41.884087 72.540543) - (xy 42.105243 72.481284) - (xy 42.312749 72.384523) - (xy 42.5003 72.253198) - (xy 42.662198 72.0913) - (xy 42.793523 71.903749) - (xy 42.890284 71.696243) - (xy 42.949543 71.475087) - (xy 42.969498 71.247) - (xy 42.949543 71.018913) - (xy 42.890284 70.797757) - (xy 42.793523 70.590251) - (xy 42.662198 70.4027) - (xy 42.5003 70.240802) - (xy 42.312749 70.109477) - (xy 42.312748 70.109477) - (xy 42.105246 70.012717) - (xy 42.10524 70.012715) - (xy 42.011771 69.98767) - (xy 41.884087 69.953457) - (xy 41.656 69.933502) - (xy 41.427913 69.953457) - (xy 41.206759 70.012715) - (xy 41.206753 70.012717) - (xy 40.99925 70.109477) - (xy 40.811703 70.240799) - (xy 40.811697 70.240804) - (xy 40.649804 70.402697) - (xy 40.649799 70.402703) - (xy 40.518477 70.59025) - (xy 40.421717 70.797753) - (xy 40.421715 70.797759) - (xy 40.362457 71.018913) - (xy 40.342502 71.246999) - (xy 38.397498 71.246999) - (xy 38.377543 71.018913) - (xy 38.318284 70.797757) - (xy 38.221523 70.590251) - (xy 38.090198 70.4027) - (xy 37.9283 70.240802) - (xy 37.740749 70.109477) - (xy 37.740748 70.109477) - (xy 37.533246 70.012717) - (xy 37.53324 70.012715) - (xy 37.439771 69.98767) - (xy 37.312087 69.953457) - (xy 37.084 69.933502) - (xy 36.855913 69.953457) - (xy 36.634759 70.012715) - (xy 36.634753 70.012717) - (xy 36.42725 70.109477) - (xy 36.239703 70.240799) - (xy 36.239697 70.240804) - (xy 36.077804 70.402697) - (xy 36.077799 70.402703) - (xy 35.946477 70.59025) - (xy 35.849717 70.797753) - (xy 35.849715 70.797759) - (xy 35.790457 71.018913) - (xy 35.770502 71.246999) - (xy 33.825498 71.246999) - (xy 33.805543 71.018913) - (xy 33.746284 70.797757) - (xy 33.649523 70.590251) - (xy 33.518198 70.4027) - (xy 33.3563 70.240802) - (xy 33.168749 70.109477) - (xy 32.961246 70.012717) - (xy 32.96124 70.012715) - (xy 32.867771 69.98767) - (xy 32.740087 69.953457) - (xy 32.512 69.933502) - (xy 32.283913 69.953457) - (xy 32.062759 70.012715) - (xy 32.062753 70.012717) - (xy 31.85525 70.109477) - (xy 31.667703 70.240799) - (xy 31.667697 70.240804) - (xy 31.505804 70.402697) - (xy 31.505799 70.402703) - (xy 31.374477 70.59025) - (xy 31.277717 70.797753) - (xy 31.277715 70.797759) - (xy 31.218457 71.018913) - (xy 31.198502 71.247) - (xy 30.671 71.247) - (xy 30.671 68.4682) - (xy 30.691002 68.400079) - (xy 30.744658 68.353586) - (xy 30.814932 68.343482) - (xy 30.879512 68.372976) - (xy 30.900213 68.395929) - (xy 30.997802 68.5353) - (xy 31.1597 68.697198) - (xy 31.347251 68.828523) - (xy 31.554757 68.925284) - (xy 31.775913 68.984543) - (xy 32.004 69.004498) - (xy 32.232087 68.984543) - (xy 32.453243 68.925284) - (xy 32.660749 68.828523) - (xy 32.8483 68.697198) - (xy 33.010198 68.5353) - (xy 33.141523 68.347749) - (xy 33.238284 68.140243) - (xy 33.297543 67.919087) - (xy 33.317498 67.691) - (xy 33.317498 67.690999) - (xy 40.851004 67.690999) - (xy 40.870951 67.919002) - (xy 40.930186 68.140068) - (xy 40.930188 68.140073) - (xy 41.026913 68.347501) - (xy 41.076899 68.418888) - (xy 41.765272 67.730516) - (xy 41.778835 67.816148) - (xy 41.836359 67.929045) - (xy 41.925955 68.018641) - (xy 42.038852 68.076165) - (xy 42.124482 68.089727) - (xy 41.43611 68.778098) - (xy 41.43611 68.7781) - (xy 41.507498 68.828086) - (xy 41.714926 68.924811) - (xy 41.714931 68.924813) - (xy 41.935999 68.984048) - (xy 41.935995 68.984048) - (xy 42.164 69.003995) - (xy 42.392002 68.984048) - (xy 42.613068 68.924813) - (xy 42.613073 68.924811) - (xy 42.820497 68.828088) - (xy 42.891888 68.778099) - (xy 42.891888 68.778097) - (xy 42.203518 68.089727) - (xy 42.289148 68.076165) - (xy 42.402045 68.018641) - (xy 42.491641 67.929045) - (xy 42.549165 67.816148) - (xy 42.562727 67.730518) - (xy 43.251097 68.418888) - (xy 43.251099 68.418888) - (xy 43.301088 68.347497) - (xy 43.397811 68.140073) - (xy 43.397813 68.140068) - (xy 43.457048 67.919002) - (xy 43.476995 67.690999) - (xy 43.457048 67.462997) - (xy 43.397813 67.241931) - (xy 43.397811 67.241926) - (xy 43.301086 67.034498) - (xy 43.2511 66.96311) - (xy 43.251098 66.96311) - (xy 42.562727 67.651481) - (xy 42.549165 67.565852) - (xy 42.491641 67.452955) - (xy 42.402045 67.363359) - (xy 42.289148 67.305835) - (xy 42.203517 67.292272) - (xy 42.891888 66.603899) - (xy 42.891888 66.603898) - (xy 42.820501 66.553913) - (xy 42.613073 66.457188) - (xy 42.613068 66.457186) - (xy 42.392 66.397951) - (xy 42.392004 66.397951) - (xy 42.164 66.378004) - (xy 41.935997 66.397951) - (xy 41.714931 66.457186) - (xy 41.714926 66.457188) - (xy 41.5075 66.553913) - (xy 41.436109 66.6039) - (xy 42.124481 67.292272) - (xy 42.038852 67.305835) - (xy 41.925955 67.363359) - (xy 41.836359 67.452955) - (xy 41.778835 67.565852) - (xy 41.765272 67.651481) - (xy 41.0769 66.963109) - (xy 41.026913 67.0345) - (xy 40.930188 67.241926) - (xy 40.930186 67.241931) - (xy 40.870951 67.462997) - (xy 40.851004 67.690999) - (xy 33.317498 67.690999) - (xy 33.297543 67.462913) - (xy 33.238284 67.241757) - (xy 33.141523 67.034251) - (xy 33.010198 66.8467) - (xy 32.8483 66.684802) - (xy 32.732757 66.603898) - (xy 32.660749 66.553477) - (xy 32.453246 66.456717) - (xy 32.45324 66.456715) - (xy 32.33689 66.425539) - (xy 32.232087 66.397457) - (xy 32.004 66.377502) - (xy 31.775913 66.397457) - (xy 31.554759 66.456715) - (xy 31.554753 66.456717) - (xy 31.34725 66.553477) - (xy 31.159703 66.684799) - (xy 31.159697 66.684804) - (xy 30.997804 66.846697) - (xy 30.997799 66.846703) - (xy 30.900213 66.98607) - (xy 30.844755 67.030398) - (xy 30.774136 67.037707) - (xy 30.710776 67.005676) - (xy 30.674791 66.944475) - (xy 30.671 66.913799) - (xy 30.671 64.1502) - (xy 30.691002 64.082079) - (xy 30.744658 64.035586) - (xy 30.814932 64.025482) - (xy 30.879512 64.054976) - (xy 30.900213 64.077929) - (xy 30.997802 64.2173) - (xy 31.1597 64.379198) - (xy 31.347251 64.510523) - (xy 31.554757 64.607284) - (xy 31.775913 64.666543) - (xy 32.004 64.686498) - (xy 32.232087 64.666543) - (xy 32.453243 64.607284) - (xy 32.660749 64.510523) - (xy 32.8483 64.379198) - (xy 33.010198 64.2173) - (xy 33.141523 64.029749) - (xy 33.238284 63.822243) - (xy 33.297543 63.601087) - (xy 33.317498 63.373) - (xy 40.850502 63.373) - (xy 40.870457 63.601087) - (xy 40.929716 63.822243) - (xy 41.026477 64.029749) - (xy 41.157802 64.2173) - (xy 41.3197 64.379198) - (xy 41.507251 64.510523) - (xy 41.714757 64.607284) - (xy 41.935913 64.666543) - (xy 42.164 64.686498) - (xy 42.392087 64.666543) - (xy 42.613243 64.607284) - (xy 42.820749 64.510523) - (xy 43.0083 64.379198) - (xy 43.170198 64.2173) - (xy 43.301523 64.029749) - (xy 43.398284 63.822243) - (xy 43.457543 63.601087) - (xy 43.477498 63.373) - (xy 43.457543 63.144913) - (xy 43.398284 62.923757) - (xy 43.301523 62.716251) - (xy 43.170198 62.5287) - (xy 43.0083 62.366802) - (xy 42.975895 62.344112) - (xy 42.820749 62.235477) - (xy 42.613246 62.138717) - (xy 42.61324 62.138715) - (xy 42.519771 62.11367) - (xy 42.392087 62.079457) - (xy 42.164 62.059502) - (xy 41.935913 62.079457) - (xy 41.714759 62.138715) - (xy 41.714753 62.138717) - (xy 41.50725 62.235477) - (xy 41.319703 62.366799) - (xy 41.319697 62.366804) - (xy 41.157804 62.528697) - (xy 41.157799 62.528703) - (xy 41.026477 62.71625) - (xy 40.929717 62.923753) - (xy 40.929715 62.923759) - (xy 40.885167 63.090016) - (xy 40.870457 63.144913) - (xy 40.850502 63.373) - (xy 33.317498 63.373) - (xy 33.297543 63.144913) - (xy 33.238284 62.923757) - (xy 33.141523 62.716251) - (xy 33.010198 62.5287) - (xy 32.8483 62.366802) - (xy 32.815895 62.344112) - (xy 32.660749 62.235477) - (xy 32.453246 62.138717) - (xy 32.45324 62.138715) - (xy 32.359771 62.11367) - (xy 32.232087 62.079457) - (xy 32.004 62.059502) - (xy 31.775913 62.079457) - (xy 31.554759 62.138715) - (xy 31.554753 62.138717) - (xy 31.34725 62.235477) - (xy 31.159703 62.366799) - (xy 31.159697 62.366804) - (xy 30.997804 62.528697) - (xy 30.997799 62.528703) - (xy 30.900213 62.66807) - (xy 30.844755 62.712398) - (xy 30.774136 62.719707) - (xy 30.710776 62.687676) - (xy 30.674791 62.626475) - (xy 30.671 62.595799) - (xy 30.671 58.760726) - (xy 30.691002 58.692605) - (xy 30.744658 58.646112) - (xy 30.814932 58.636008) - (xy 30.879512 58.665502) - (xy 30.886095 58.671631) - (xy 32.215462 60.000998) - (xy 32.218047 60.003744) - (xy 32.259073 60.050052) - (xy 32.309968 60.085182) - (xy 32.313034 60.087438) - (xy 32.361723 60.125583) - (xy 32.361726 60.125585) - (xy 32.370748 60.129645) - (xy 32.390619 60.140852) - (xy 32.398768 60.146477) - (xy 32.398769 60.146478) - (xy 32.398771 60.146478) - (xy 32.398773 60.14648) - (xy 32.456614 60.168416) - (xy 32.460108 60.169863) - (xy 32.516517 60.195251) - (xy 32.526253 60.197035) - (xy 32.54823 60.203161) - (xy 32.55749 60.206673) - (xy 32.618916 60.21413) - (xy 32.622618 60.214694) - (xy 32.683485 60.225849) - (xy 32.745218 60.222114) - (xy 32.74902 60.222) - (xy 39.08547 60.222) - (xy 39.153591 60.242002) - (xy 39.188683 60.275729) - (xy 39.252802 60.3673) - (xy 39.4147 60.529198) - (xy 39.602251 60.660523) - (xy 39.809757 60.757284) - (xy 40.030913 60.816543) - (xy 40.259 60.836498) - (xy 40.487087 60.816543) - (xy 40.708243 60.757284) - (xy 40.915749 60.660523) - (xy 41.1033 60.529198) - (xy 41.265198 60.3673) - (xy 41.329316 60.275729) - (xy 41.384774 60.231401) - (xy 41.43253 60.222) - (xy 43.883462 60.222) - (xy 43.951583 60.242002) - (xy 43.986675 60.275729) - (xy 44.050793 60.3673) - (xy 44.078802 60.4073) - (xy 44.2407 60.569198) - (xy 44.428251 60.700523) - (xy 44.635757 60.797284) - (xy 44.856913 60.856543) - (xy 45.085 60.876498) - (xy 45.313087 60.856543) - (xy 45.534243 60.797284) - (xy 45.741749 60.700523) - (xy 45.9293 60.569198) - (xy 46.091198 60.4073) - (xy 46.222523 60.219749) - (xy 46.319284 60.012243) - (xy 46.378543 59.791087) - (xy 46.398498 59.563) - (xy 46.398498 59.562999) - (xy 51.391502 59.562999) - (xy 51.411457 59.791086) - (xy 51.470715 60.01224) - (xy 51.470717 60.012246) - (xy 51.567477 60.219749) - (xy 51.670793 60.3673) - (xy 51.698802 60.4073) - (xy 51.8607 60.569198) - (xy 52.048251 60.700523) - (xy 52.255757 60.797284) - (xy 52.476913 60.856543) - (xy 52.705 60.876498) - (xy 52.933087 60.856543) - (xy 53.154243 60.797284) - (xy 53.361749 60.700523) - (xy 53.5493 60.569198) - (xy 53.711198 60.4073) - (xy 53.842523 60.219749) - (xy 53.939284 60.012243) - (xy 53.998543 59.791087) - (xy 54.018498 59.563) - (xy 53.998543 59.334913) - (xy 53.939284 59.113757) - (xy 53.842523 58.906251) - (xy 53.711198 58.7187) - (xy 53.5493 58.556802) - (xy 53.549296 58.556799) - (xy 53.361747 58.425475) - (xy 53.322541 58.407193) - (xy 53.269256 58.360276) - (xy 53.249796 58.291998) - (xy 53.270338 58.224039) - (xy 53.322542 58.178805) - (xy 53.361749 58.160523) - (xy 53.5493 58.029198) - (xy 53.711198 57.8673) - (xy 53.842523 57.679749) - (xy 53.939284 57.472243) - (xy 53.9916 57.277) - (xy 56.090502 57.277) - (xy 56.110457 57.505086) - (xy 56.169715 57.72624) - (xy 56.169717 57.726246) - (xy 56.266477 57.933749) - (xy 56.389959 58.1101) - (xy 56.397802 58.1213) - (xy 56.5597 58.283198) - (xy 56.747251 58.414523) - (xy 56.954757 58.511284) - (xy 57.175913 58.570543) - (xy 57.404 58.590498) - (xy 57.632087 58.570543) - (xy 57.853243 58.511284) - (xy 58.060749 58.414523) - (xy 58.2483 58.283198) - (xy 58.410198 58.1213) - (xy 58.541523 57.933749) - (xy 58.638284 57.726243) - (xy 58.697543 57.505087) - (xy 58.717498 57.277) - (xy 60.916502 57.277) - (xy 60.936457 57.505086) - (xy 60.995715 57.72624) - (xy 60.995717 57.726246) - (xy 61.092477 57.933749) - (xy 61.215959 58.1101) - (xy 61.223802 58.1213) - (xy 61.3857 58.283198) - (xy 61.573251 58.414523) - (xy 61.780757 58.511284) - (xy 62.001913 58.570543) - (xy 62.23 58.590498) - (xy 62.458087 58.570543) - (xy 62.679243 58.511284) - (xy 62.886749 58.414523) - (xy 63.0743 58.283198) - (xy 63.236198 58.1213) - (xy 63.367523 57.933749) - (xy 63.464284 57.726243) - (xy 63.523543 57.505087) - (xy 63.543498 57.277) - (xy 63.523543 57.048913) - (xy 63.464284 56.827757) - (xy 63.367523 56.620251) - (xy 63.236198 56.4327) - (xy 63.0743 56.270802) - (xy 62.886749 56.139477) - (xy 62.886749 56.139476) - (xy 62.679246 56.042717) - (xy 62.67924 56.042715) - (xy 62.58252 56.016799) - (xy 62.458087 55.983457) - (xy 62.23 55.963502) - (xy 62.001913 55.983457) - (xy 61.780759 56.042715) - (xy 61.780753 56.042717) - (xy 61.57325 56.139477) - (xy 61.385703 56.270799) - (xy 61.385697 56.270804) - (xy 61.223804 56.432697) - (xy 61.223799 56.432703) - (xy 61.092477 56.62025) - (xy 60.995717 56.827753) - (xy 60.995715 56.827759) - (xy 60.936457 57.048913) - (xy 60.916502 57.277) - (xy 58.717498 57.277) - (xy 58.697543 57.048913) - (xy 58.638284 56.827757) - (xy 58.541523 56.620251) - (xy 58.410198 56.4327) - (xy 58.2483 56.270802) - (xy 58.060749 56.139477) - (xy 58.060749 56.139476) - (xy 57.853246 56.042717) - (xy 57.85324 56.042715) - (xy 57.75652 56.016799) - (xy 57.632087 55.983457) - (xy 57.404 55.963502) - (xy 57.175913 55.983457) - (xy 56.954759 56.042715) - (xy 56.954753 56.042717) - (xy 56.74725 56.139477) - (xy 56.559703 56.270799) - (xy 56.559697 56.270804) - (xy 56.397804 56.432697) - (xy 56.397799 56.432703) - (xy 56.266477 56.62025) - (xy 56.169717 56.827753) - (xy 56.169715 56.827759) - (xy 56.110457 57.048913) - (xy 56.090502 57.277) - (xy 53.9916 57.277) - (xy 53.998543 57.251087) - (xy 54.018498 57.023) - (xy 53.998543 56.794913) - (xy 53.939284 56.573757) - (xy 53.842523 56.366251) - (xy 53.711198 56.1787) - (xy 53.5493 56.016802) - (xy 53.361749 55.885477) - (xy 53.32313 55.867469) - (xy 53.322543 55.867195) - (xy 53.269258 55.820279) - (xy 53.249796 55.752002) - (xy 53.270337 55.684042) - (xy 53.322543 55.638805) - (xy 53.324997 55.63766) - (xy 53.361749 55.620523) - (xy 53.5493 55.489198) - (xy 53.711198 55.3273) - (xy 53.842523 55.139749) - (xy 53.939284 54.932243) - (xy 53.998543 54.711087) - (xy 54.018498 54.483) - (xy 53.998543 54.254913) - (xy 53.939284 54.033757) - (xy 53.842523 53.826251) - (xy 53.711198 53.6387) - (xy 53.5493 53.476802) - (xy 53.549291 53.476796) - (xy 53.443086 53.40243) - (xy 53.361749 53.345477) - (xy 53.322543 53.327195) - (xy 53.269258 53.280279) - (xy 53.249796 53.212002) - (xy 53.270337 53.144042) - (xy 53.322543 53.098805) - (xy 53.324997 53.09766) - (xy 53.361749 53.080523) - (xy 53.5493 52.949198) - (xy 53.711198 52.7873) - (xy 53.842523 52.599749) - (xy 53.939284 52.392243) - (xy 53.998543 52.171087) - (xy 54.018498 51.943) - (xy 55.455502 51.943) - (xy 55.475457 52.171087) - (xy 55.534716 52.392243) - (xy 55.631477 52.599749) - (xy 55.762802 52.7873) - (xy 55.9247 52.949198) - (xy 55.924703 52.9492) - (xy 56.112253 53.080525) - (xy 56.117015 53.083274) - (xy 56.115971 53.085082) - (xy 56.162439 53.12599) - (xy 56.181905 53.194265) - (xy 56.161369 53.262227) - (xy 56.116223 53.301354) - (xy 56.117267 53.303161) - (xy 56.112501 53.305912) - (xy 56.041109 53.3559) - (xy 56.729481 54.044272) - (xy 56.643852 54.057835) - (xy 56.530955 54.115359) - (xy 56.441359 54.204955) - (xy 56.383835 54.317852) - (xy 56.370272 54.403481) - (xy 55.6819 53.715109) - (xy 55.631913 53.7865) - (xy 55.535188 53.993926) - (xy 55.535186 53.993931) - (xy 55.475951 54.214997) - (xy 55.456004 54.442999) - (xy 55.475951 54.671002) - (xy 55.535186 54.892068) - (xy 55.535188 54.892073) - (xy 55.631913 55.099501) - (xy 55.681899 55.170888) - (xy 56.370272 54.482516) - (xy 56.383835 54.568148) - (xy 56.441359 54.681045) - (xy 56.530955 54.770641) - (xy 56.643852 54.828165) - (xy 56.729482 54.841727) - (xy 56.04111 55.530098) - (xy 56.04111 55.5301) - (xy 56.112498 55.580086) - (xy 56.319926 55.676811) - (xy 56.319931 55.676813) - (xy 56.540999 55.736048) - (xy 56.540995 55.736048) - (xy 56.769 55.755995) - (xy 56.997002 55.736048) - (xy 57.218068 55.676813) - (xy 57.218073 55.676811) - (xy 57.425497 55.580088) - (xy 57.496888 55.530099) - (xy 57.496888 55.530097) - (xy 56.808518 54.841727) - (xy 56.894148 54.828165) - (xy 57.007045 54.770641) - (xy 57.096641 54.681045) - (xy 57.154165 54.568148) - (xy 57.167727 54.482517) - (xy 57.856097 55.170888) - (xy 57.856099 55.170888) - (xy 57.906088 55.099497) - (xy 58.002811 54.892073) - (xy 58.002813 54.892068) - (xy 58.062048 54.671002) - (xy 58.081995 54.442999) - (xy 58.062048 54.214997) - (xy 58.002813 53.993931) - (xy 58.002811 53.993926) - (xy 57.906086 53.786498) - (xy 57.8561 53.71511) - (xy 57.856098 53.71511) - (xy 57.167727 54.403481) - (xy 57.154165 54.317852) - (xy 57.096641 54.204955) - (xy 57.007045 54.115359) - (xy 56.894148 54.057835) - (xy 56.808517 54.044272) - (xy 57.496888 53.355899) - (xy 57.496888 53.355898) - (xy 57.425501 53.305913) - (xy 57.420734 53.303161) - (xy 57.421817 53.301284) - (xy 57.375561 53.260561) - (xy 57.356095 53.192285) - (xy 57.376632 53.124324) - (xy 57.421992 53.085019) - (xy 57.420985 53.083274) - (xy 57.425746 53.080525) - (xy 57.556161 52.989207) - (xy 57.6133 52.949198) - (xy 57.775198 52.7873) - (xy 57.906523 52.599749) - (xy 58.003284 52.392243) - (xy 58.062543 52.171087) - (xy 58.082498 51.943) - (xy 58.062543 51.714913) - (xy 58.003284 51.493757) - (xy 57.906523 51.286251) - (xy 57.775198 51.0987) - (xy 57.6133 50.936802) - (xy 57.425749 50.805477) - (xy 57.425748 50.805476) - (xy 57.218246 50.708717) - (xy 57.21824 50.708715) - (xy 57.124771 50.68367) - (xy 56.997087 50.649457) - (xy 56.769 50.629502) - (xy 56.540913 50.649457) - (xy 56.319759 50.708715) - (xy 56.319753 50.708717) - (xy 56.11225 50.805477) - (xy 55.924703 50.936799) - (xy 55.924697 50.936804) - (xy 55.762804 51.098697) - (xy 55.762799 51.098703) - (xy 55.631477 51.28625) - (xy 55.534717 51.493753) - (xy 55.534716 51.493757) - (xy 55.475457 51.714913) - (xy 55.455502 51.943) - (xy 54.018498 51.943) - (xy 53.998543 51.714913) - (xy 53.939284 51.493757) - (xy 53.842523 51.286251) - (xy 53.711198 51.0987) - (xy 53.5493 50.936802) - (xy 53.361749 50.805477) - (xy 53.361748 50.805476) - (xy 53.154246 50.708717) - (xy 53.15424 50.708715) - (xy 53.060771 50.68367) - (xy 52.933087 50.649457) - (xy 52.705 50.629502) - (xy 52.476913 50.649457) - (xy 52.255759 50.708715) - (xy 52.255753 50.708717) - (xy 52.04825 50.805477) - (xy 51.860703 50.936799) - (xy 51.860697 50.936804) - (xy 51.698804 51.098697) - (xy 51.698799 51.098703) - (xy 51.567477 51.28625) - (xy 51.470717 51.493753) - (xy 51.470716 51.493757) - (xy 51.411457 51.714913) - (xy 51.391502 51.943) - (xy 51.411457 52.171087) - (xy 51.470716 52.392243) - (xy 51.567477 52.599749) - (xy 51.698802 52.7873) - (xy 51.8607 52.949198) - (xy 52.048251 53.080523) - (xy 52.083359 53.096894) - (xy 52.087457 53.098805) - (xy 52.140742 53.145722) - (xy 52.160203 53.213999) - (xy 52.139661 53.281959) - (xy 52.087457 53.327195) - (xy 52.04825 53.345477) - (xy 51.860703 53.476799) - (xy 51.860697 53.476804) - (xy 51.698804 53.638697) - (xy 51.698799 53.638703) - (xy 51.567477 53.82625) - (xy 51.470717 54.033753) - (xy 51.470715 54.033759) - (xy 51.411457 54.254913) - (xy 51.395002 54.443) - (xy 51.391502 54.483) - (xy 51.411457 54.711087) - (xy 51.470716 54.932243) - (xy 51.567477 55.139749) - (xy 51.698802 55.3273) - (xy 51.8607 55.489198) - (xy 52.048251 55.620523) - (xy 52.083359 55.636894) - (xy 52.087457 55.638805) - (xy 52.140742 55.685722) - (xy 52.160203 55.753999) - (xy 52.139661 55.821959) - (xy 52.087457 55.867195) - (xy 52.04825 55.885477) - (xy 51.860703 56.016799) - (xy 51.860697 56.016804) - (xy 51.698804 56.178697) - (xy 51.698799 56.178703) - (xy 51.567477 56.36625) - (xy 51.470717 56.573753) - (xy 51.470715 56.573759) - (xy 51.4184 56.769) - (xy 51.411457 56.794913) - (xy 51.391502 57.023) - (xy 51.411457 57.251087) - (xy 51.438133 57.350641) - (xy 51.470715 57.47224) - (xy 51.470717 57.472246) - (xy 51.567477 57.679749) - (xy 51.600032 57.726243) - (xy 51.698802 57.8673) - (xy 51.8607 58.029198) - (xy 51.860703 58.0292) - (xy 52.048249 58.160522) - (xy 52.04825 58.160522) - (xy 52.048251 58.160523) - (xy 52.087457 58.178805) - (xy 52.140741 58.225719) - (xy 52.160203 58.293996) - (xy 52.139663 58.361956) - (xy 52.087459 58.407193) - (xy 52.048251 58.425476) - (xy 51.860703 58.556799) - (xy 51.860697 58.556804) - (xy 51.698804 58.718697) - (xy 51.698799 58.718703) - (xy 51.567477 58.90625) - (xy 51.470717 59.113753) - (xy 51.470715 59.113759) - (xy 51.411457 59.334913) - (xy 51.391502 59.562999) - (xy 46.398498 59.562999) - (xy 46.378543 59.334913) - (xy 46.319284 59.113757) - (xy 46.222523 58.906251) - (xy 46.091198 58.7187) - (xy 45.9293 58.556802) - (xy 45.741749 58.425477) - (xy 45.701951 58.406919) - (xy 45.648666 58.360002) - (xy 45.629205 58.291725) - (xy 45.649747 58.223765) - (xy 45.701951 58.178529) - (xy 45.741498 58.160087) - (xy 45.928974 58.028815) - (xy 45.92898 58.02881) - (xy 46.09081 57.86698) - (xy 46.090815 57.866974) - (xy 46.222087 57.679498) - (xy 46.318811 57.472073) - (xy 46.318813 57.472068) - (xy 46.371082 57.277) - (xy 45.396686 57.277) - (xy 45.412641 57.261045) - (xy 45.470165 57.148148) - (xy 45.489986 57.023) - (xy 45.470165 56.897852) - (xy 45.412641 56.784955) - (xy 45.396686 56.769) - (xy 46.371082 56.769) - (xy 46.318813 56.573931) - (xy 46.318811 56.573926) - (xy 46.222087 56.366501) - (xy 46.090815 56.179025) - (xy 46.09081 56.179019) - (xy 45.92898 56.017189) - (xy 45.928974 56.017184) - (xy 45.741497 55.885911) - (xy 45.701949 55.867469) - (xy 45.648665 55.820551) - (xy 45.629205 55.752273) - (xy 45.649748 55.684314) - (xy 45.70195 55.639081) - (xy 45.741749 55.620523) - (xy 45.9293 55.489198) - (xy 46.091198 55.3273) - (xy 46.222523 55.139749) - (xy 46.319284 54.932243) - (xy 46.378543 54.711087) - (xy 46.398498 54.483) - (xy 46.378543 54.254913) - (xy 46.319284 54.033757) - (xy 46.222523 53.826251) - (xy 46.091198 53.6387) - (xy 45.9293 53.476802) - (xy 45.929295 53.476799) - (xy 45.929292 53.476796) - (xy 45.925995 53.474487) - (xy 45.881669 53.419028) - (xy 45.874363 53.348409) - (xy 45.906396 53.285049) - (xy 45.967599 53.249067) - (xy 45.984801 53.245999) - (xy 45.994201 53.244989) - (xy 46.131204 53.193889) - (xy 46.195548 53.145722) - (xy 46.248261 53.106261) - (xy 46.335887 52.989207) - (xy 46.335887 52.989206) - (xy 46.335889 52.989204) - (xy 46.386989 52.852201) - (xy 46.3935 52.791638) - (xy 46.3935 51.094362) - (xy 46.393499 51.09435) - (xy 46.38699 51.033803) - (xy 46.386988 51.033795) - (xy 46.350811 50.936804) - (xy 46.335889 50.896796) - (xy 46.335888 50.896794) - (xy 46.335887 50.896792) - (xy 46.248261 50.779738) - (xy 46.131207 50.692112) - (xy 46.131202 50.69211) - (xy 45.994204 50.641011) - (xy 45.994196 50.641009) - (xy 45.933649 50.6345) - (xy 45.933638 50.6345) - (xy 44.236362 50.6345) - (xy 44.23635 50.6345) - (xy 44.175803 50.641009) - (xy 44.175795 50.641011) - (xy 44.038797 50.69211) - (xy 44.038792 50.692112) - (xy 43.921738 50.779738) - (xy 43.834112 50.896792) - (xy 43.83411 50.896797) - (xy 43.783011 51.033795) - (xy 43.783009 51.033803) - (xy 43.7765 51.09435) - (xy 43.7765 52.791649) - (xy 43.783009 52.852196) - (xy 43.783011 52.852204) - (xy 43.83411 52.989202) - (xy 43.834112 52.989207) - (xy 43.921738 53.106261) - (xy 44.038792 53.193887) - (xy 44.038794 53.193888) - (xy 44.038796 53.193889) - (xy 44.175799 53.244989) - (xy 44.185191 53.245998) - (xy 44.250784 53.273163) - (xy 44.291279 53.331479) - (xy 44.293817 53.40243) - (xy 44.257593 53.46349) - (xy 44.24401 53.474483) - (xy 44.240708 53.476795) - (xy 44.240697 53.476804) - (xy 44.078804 53.638697) - (xy 44.078799 53.638703) - (xy 43.947477 53.82625) - (xy 43.850717 54.033753) - (xy 43.850715 54.033759) - (xy 43.791457 54.254913) - (xy 43.775002 54.443) - (xy 43.771502 54.483) - (xy 43.791457 54.711087) - (xy 43.850716 54.932243) - (xy 43.947477 55.139749) - (xy 44.078802 55.3273) - (xy 44.2407 55.489198) - (xy 44.428251 55.620523) - (xy 44.467457 55.638805) - (xy 44.468047 55.63908) - (xy 44.521332 55.685996) - (xy 44.540794 55.754273) - (xy 44.520253 55.822233) - (xy 44.468051 55.867468) - (xy 44.428504 55.88591) - (xy 44.241025 56.017184) - (xy 44.241019 56.017189) - (xy 44.079189 56.179019) - (xy 44.079184 56.179025) - (xy 43.947912 56.366501) - (xy 43.851188 56.573926) - (xy 43.851186 56.573931) - (xy 43.798917 56.769) - (xy 44.773314 56.769) - (xy 44.757359 56.784955) - (xy 44.699835 56.897852) - (xy 44.680014 57.023) - (xy 44.699835 57.148148) - (xy 44.757359 57.261045) - (xy 44.773314 57.277) - (xy 43.798918 57.277) - (xy 43.851186 57.472068) - (xy 43.851188 57.472073) - (xy 43.947912 57.679498) - (xy 44.079184 57.866974) - (xy 44.079189 57.86698) - (xy 44.241019 58.02881) - (xy 44.241025 58.028815) - (xy 44.428503 58.160089) - (xy 44.468049 58.17853) - (xy 44.521334 58.225447) - (xy 44.540794 58.293724) - (xy 44.520252 58.361684) - (xy 44.468049 58.406918) - (xy 44.428252 58.425475) - (xy 44.240703 58.556799) - (xy 44.240697 58.556804) - (xy 44.078804 58.718697) - (xy 44.078799 58.718703) - (xy 44.042691 58.770271) - (xy 43.987233 58.814599) - (xy 43.939478 58.824) - (xy 41.43253 58.824) - (xy 41.364409 58.803998) - (xy 41.329317 58.770271) - (xy 41.2652 58.678703) - (xy 41.265195 58.678697) - (xy 41.103302 58.516804) - (xy 41.103296 58.516799) - (xy 40.915746 58.385474) - (xy 40.910985 58.382726) - (xy 40.912023 58.380927) - (xy 40.865532 58.339963) - (xy 40.846095 58.271679) - (xy 40.866661 58.203726) - (xy 40.911782 58.164664) - (xy 40.91073 58.162841) - (xy 40.915496 58.160088) - (xy 40.986888 58.110099) - (xy 40.986888 58.110097) - (xy 40.298518 57.421727) - (xy 40.384148 57.408165) - (xy 40.497045 57.350641) - (xy 40.586641 57.261045) - (xy 40.644165 57.148148) - (xy 40.657727 57.062518) - (xy 41.346097 57.750888) - (xy 41.346099 57.750888) - (xy 41.396088 57.679497) - (xy 41.492811 57.472073) - (xy 41.492813 57.472068) - (xy 41.552048 57.251002) - (xy 41.571995 57.022999) - (xy 41.552048 56.794997) - (xy 41.492813 56.573931) - (xy 41.492811 56.573926) - (xy 41.396086 56.366498) - (xy 41.3461 56.29511) - (xy 41.346098 56.29511) - (xy 40.657727 56.983481) - (xy 40.644165 56.897852) - (xy 40.586641 56.784955) - (xy 40.497045 56.695359) - (xy 40.384148 56.637835) - (xy 40.298517 56.624272) - (xy 40.986888 55.935899) - (xy 40.986888 55.935898) - (xy 40.915501 55.885913) - (xy 40.875949 55.867469) - (xy 40.822665 55.820551) - (xy 40.803205 55.752273) - (xy 40.823748 55.684314) - (xy 40.87595 55.639081) - (xy 40.915749 55.620523) - (xy 41.1033 55.489198) - (xy 41.265198 55.3273) - (xy 41.396523 55.139749) - (xy 41.493284 54.932243) - (xy 41.552543 54.711087) - (xy 41.572498 54.483) - (xy 41.552543 54.254913) - (xy 41.493284 54.033757) - (xy 41.396523 53.826251) - (xy 41.265198 53.6387) - (xy 41.1033 53.476802) - (xy 41.103291 53.476796) - (xy 40.997086 53.40243) - (xy 40.915749 53.345477) - (xy 40.876543 53.327195) - (xy 40.823258 53.280279) - (xy 40.803796 53.212002) - (xy 40.824337 53.144042) - (xy 40.876543 53.098805) - (xy 40.878997 53.09766) - (xy 40.915749 53.080523) - (xy 41.1033 52.949198) - (xy 41.265198 52.7873) - (xy 41.396523 52.599749) - (xy 41.493284 52.392243) - (xy 41.552543 52.171087) - (xy 41.572498 51.943) - (xy 41.552543 51.714913) - (xy 41.493284 51.493757) - (xy 41.396523 51.286251) - (xy 41.265198 51.0987) - (xy 41.1033 50.936802) - (xy 40.915749 50.805477) - (xy 40.915749 50.805476) - (xy 40.708246 50.708717) - (xy 40.70824 50.708715) - (xy 40.614771 50.68367) - (xy 40.487087 50.649457) - (xy 40.259 50.629502) - (xy 40.258999 50.629502) - (xy 40.030913 50.649457) - (xy 39.809759 50.708715) - (xy 39.809753 50.708717) - (xy 39.60225 50.805477) - (xy 39.414703 50.936799) - (xy 39.414697 50.936804) - (xy 39.252804 51.098697) - (xy 39.252799 51.098703) - (xy 39.121477 51.28625) - (xy 39.024717 51.493753) - (xy 39.024716 51.493757) - (xy 38.965457 51.714913) - (xy 38.945502 51.943) - (xy 38.965457 52.171087) - (xy 39.024716 52.392243) - (xy 39.121477 52.599749) - (xy 39.252802 52.7873) - (xy 39.4147 52.949198) - (xy 39.602251 53.080523) - (xy 39.637359 53.096894) - (xy 39.641457 53.098805) - (xy 39.694742 53.145722) - (xy 39.714203 53.213999) - (xy 39.693661 53.281959) - (xy 39.641457 53.327195) - (xy 39.60225 53.345477) - (xy 39.414703 53.476799) - (xy 39.414697 53.476804) - (xy 39.252804 53.638697) - (xy 39.252799 53.638703) - (xy 39.121477 53.82625) - (xy 39.024717 54.033753) - (xy 39.024715 54.033759) - (xy 38.965457 54.254913) - (xy 38.949002 54.443) - (xy 38.945502 54.483) - (xy 38.965457 54.711087) - (xy 39.024716 54.932243) - (xy 39.121477 55.139749) - (xy 39.252802 55.3273) - (xy 39.4147 55.489198) - (xy 39.602251 55.620523) - (xy 39.641318 55.63874) - (xy 39.642049 55.639081) - (xy 39.695334 55.685998) - (xy 39.714795 55.754275) - (xy 39.694253 55.822235) - (xy 39.64205 55.86747) - (xy 39.602503 55.885911) - (xy 39.602501 55.885912) - (xy 39.531109 55.9359) - (xy 40.219481 56.624272) - (xy 40.133852 56.637835) - (xy 40.020955 56.695359) - (xy 39.931359 56.784955) - (xy 39.873835 56.897852) - (xy 39.860272 56.983481) - (xy 39.1719 56.295109) - (xy 39.121913 56.3665) - (xy 39.025188 56.573926) - (xy 39.025186 56.573931) - (xy 38.965951 56.794997) - (xy 38.946004 57.022999) - (xy 38.965951 57.251002) - (xy 39.025186 57.472068) - (xy 39.025188 57.472073) - (xy 39.121913 57.679501) - (xy 39.171899 57.750888) - (xy 39.860272 57.062516) - (xy 39.873835 57.148148) - (xy 39.931359 57.261045) - (xy 40.020955 57.350641) - (xy 40.133852 57.408165) - (xy 40.219482 57.421727) - (xy 39.53111 58.110098) - (xy 39.53111 58.1101) - (xy 39.602498 58.160086) - (xy 39.607266 58.162839) - (xy 39.606178 58.164721) - (xy 39.65242 58.205409) - (xy 39.671904 58.27368) - (xy 39.651386 58.341647) - (xy 39.606015 58.380995) - (xy 39.607015 58.382726) - (xy 39.602253 58.385474) - (xy 39.414703 58.516799) - (xy 39.414697 58.516804) - (xy 39.252804 58.678697) - (xy 39.252799 58.678703) - (xy 39.188683 58.770271) - (xy 39.133226 58.814599) - (xy 39.08547 58.824) - (xy 33.067726 58.824) - (xy 32.999605 58.803998) - (xy 32.978631 58.787095) - (xy 30.825468 56.633932) - (xy 30.791442 56.57162) - (xy 30.788612 56.548336) - (xy 30.78431 56.393477) - (xy 30.671 52.314308) - (xy 30.671 52.281718) - (xy 30.671 45.767723) - (xy 30.691002 45.699603) - (xy 30.7079 45.678634) - (xy 35.942143 40.44439) - (xy 36.004453 40.410366) - (xy 36.048394 40.409498) - (xy 36.048433 40.409063) - (xy 36.052488 40.409417) - (xy 36.053138 40.409405) - (xy 36.053899 40.409539) - (xy 36.053913 40.409543) - (xy 36.282 40.429498) - (xy 36.510087 40.409543) - (xy 36.731243 40.350284) - (xy 36.938749 40.253523) - (xy 37.1263 40.122198) - (xy 37.288198 39.9603) - (xy 37.419523 39.772749) - (xy 37.516284 39.565243) - (xy 37.575543 39.344087) - (xy 37.595498 39.116) - (xy 37.575543 38.887913) - (xy 37.516284 38.666757) - (xy 37.419523 38.459251) - (xy 37.288198 38.2717) - (xy 37.1263 38.109802) - (xy 37.010757 38.028898) - (xy 36.938749 37.978477) - (xy 36.731246 37.881717) - (xy 36.73124 37.881715) - (xy 36.637771 37.85667) - (xy 36.510087 37.822457) - (xy 36.282 37.802502) - (xy 36.053913 37.822457) - (xy 35.832759 37.881715) - (xy 35.832753 37.881717) - (xy 35.62525 37.978477) - (xy 35.437703 38.109799) - (xy 35.291973 38.255529) - (xy 35.229661 38.289554) - (xy 35.158845 38.284489) - (xy 35.10201 38.241942) - (xy 35.084822 38.210465) - (xy 35.032444 38.070035) - (xy 35.032444 38.070034) - (xy 34.944904 37.953095) - (xy 34.827965 37.865555) - (xy 34.691093 37.814505) - (xy 34.630597 37.808) - (xy 34.036 37.808) - (xy 34.036 38.804314) - (xy 34.020045 38.788359) - (xy 33.907148 38.730835) - (xy 33.813481 38.716) - (xy 33.750519 38.716) - (xy 33.656852 38.730835) - (xy 33.543955 38.788359) - (xy 33.528 38.804314) - (xy 33.528 37.808) - (xy 32.933402 37.808) - (xy 32.872906 37.814505) - (xy 32.736035 37.865555) - (xy 32.736034 37.865555) - (xy 32.619095 37.953095) - (xy 32.531555 38.070034) - (xy 32.531555 38.070035) - (xy 32.480505 38.206906) - (xy 32.474 38.267402) - (xy 32.474 38.862) - (xy 33.470314 38.862) - (xy 33.454359 38.877955) - (xy 33.396835 38.990852) - (xy 33.377014 39.116) - (xy 33.396835 39.241148) - (xy 33.454359 39.354045) - (xy 33.470314 39.37) - (xy 32.474 39.37) - (xy 32.474 39.964597) - (xy 32.480505 40.025093) - (xy 32.531555 40.161964) - (xy 32.531555 40.161965) - (xy 32.619095 40.278904) - (xy 32.736034 40.366444) - (xy 32.872906 40.417494) - (xy 32.933402 40.423999) - (xy 32.933415 40.424) - (xy 33.528 40.424) - (xy 33.528 39.427686) - (xy 33.543955 39.443641) - (xy 33.656852 39.501165) - (xy 33.750519 39.516) - (xy 33.813481 39.516) - (xy 33.907148 39.501165) - (xy 34.020045 39.443641) - (xy 34.036 39.427686) - (xy 34.036 40.321273) - (xy 34.015998 40.389394) - (xy 33.999095 40.410368) - (xy 29.494016 44.915447) - (xy 29.491245 44.918055) - (xy 29.444949 44.95907) - (xy 29.40982 45.009964) - (xy 29.407566 45.013027) - (xy 29.369417 45.061723) - (xy 29.369415 45.061726) - (xy 29.365349 45.07076) - (xy 29.354153 45.09061) - (xy 29.348522 45.098768) - (xy 29.34852 45.098772) - (xy 29.326583 45.156613) - (xy 29.325127 45.160128) - (xy 29.299747 45.216519) - (xy 29.297962 45.226262) - (xy 29.291842 45.248216) - (xy 29.288327 45.257485) - (xy 29.288326 45.257488) - (xy 29.280872 45.318886) - (xy 29.280299 45.322648) - (xy 29.269151 45.383482) - (xy 29.272885 45.445214) - (xy 29.273 45.449019) - (xy 29.273 52.288507) - (xy 29.272727 52.294366) - (xy 29.272094 52.301143) - (xy 29.273 52.333723) - (xy 29.273 56.214932) - (xy 29.252998 56.283053) - (xy 29.199342 56.329546) - (xy 29.129068 56.33965) - (xy 29.093751 56.329127) - (xy 29.02425 56.296719) - (xy 29.024246 56.296717) - (xy 29.024243 56.296716) - (xy 29.024241 56.296715) - (xy 29.02424 56.296715) - (xy 28.90789 56.265539) - (xy 28.803087 56.237457) - (xy 28.575 56.217502) - (xy 28.574999 56.217502) - (xy 28.346911 56.237457) - (xy 28.242108 56.265539) - (xy 28.171132 56.263849) - (xy 28.112336 56.224054) - (xy 28.084389 56.15879) - (xy 28.083498 56.143832) - (xy 28.083498 50.629502) - (xy 28.083498 40.579635) - (xy 28.094599 40.527927) - (xy 28.104252 40.506482) - (xy 28.104252 40.506481) - (xy 28.107383 40.499526) - (xy 28.110333 40.500854) - (xy 28.141516 40.453981) - (xy 28.206556 40.425514) - (xy 28.222511 40.4245) - (xy 28.280632 40.4245) - (xy 28.280638 40.4245) - (xy 28.280645 40.424499) - (xy 28.280649 40.424499) - (xy 28.341196 40.41799) - (xy 28.341199 40.417989) - (xy 28.341201 40.417989) - (xy 28.478204 40.366889) - (xy 28.478799 40.366444) - (xy 28.595261 40.279261) - (xy 28.682887 40.162207) - (xy 28.682887 40.162206) - (xy 28.682889 40.162204) - (xy 28.733989 40.025201) - (xy 28.7405 39.964638) - (xy 28.740861 39.961283) - (xy 28.741908 39.961395) - (xy 28.764056 39.898567) - (xy 28.820113 39.855) - (xy 28.836105 39.852682) - (xy 29.533272 39.155515) - (xy 29.546835 39.241148) - (xy 29.604359 39.354045) - (xy 29.693955 39.443641) - (xy 29.806852 39.501165) - (xy 29.892482 39.514727) - (xy 29.20411 40.203098) - (xy 29.20411 40.2031) - (xy 29.275498 40.253086) - (xy 29.482926 40.349811) - (xy 29.482931 40.349813) - (xy 29.703999 40.409048) - (xy 29.703995 40.409048) - (xy 29.932 40.428995) - (xy 30.160002 40.409048) - (xy 30.381068 40.349813) - (xy 30.381073 40.349811) - (xy 30.588497 40.253088) - (xy 30.659888 40.203099) - (xy 30.659888 40.203097) - (xy 29.971518 39.514727) - (xy 30.057148 39.501165) - (xy 30.170045 39.443641) - (xy 30.259641 39.354045) - (xy 30.317165 39.241148) - (xy 30.330727 39.155518) - (xy 31.019097 39.843888) - (xy 31.019099 39.843888) - (xy 31.069088 39.772497) - (xy 31.165811 39.565073) - (xy 31.165813 39.565068) - (xy 31.225048 39.344002) - (xy 31.244995 39.116) - (xy 31.225048 38.887997) - (xy 31.165813 38.666931) - (xy 31.165811 38.666926) - (xy 31.069086 38.459498) - (xy 31.0191 38.38811) - (xy 31.019098 38.38811) - (xy 30.330727 39.076481) - (xy 30.317165 38.990852) - (xy 30.259641 38.877955) - (xy 30.170045 38.788359) - (xy 30.057148 38.730835) - (xy 29.971517 38.717272) - (xy 30.659888 38.028899) - (xy 30.659888 38.028898) - (xy 30.588501 37.978913) - (xy 30.381073 37.882188) - (xy 30.381068 37.882186) - (xy 30.16 37.822951) - (xy 30.160004 37.822951) - (xy 29.932 37.803004) - (xy 29.703997 37.822951) - (xy 29.482931 37.882186) - (xy 29.482926 37.882188) - (xy 29.2755 37.978913) - (xy 29.204109 38.0289) - (xy 29.892481 38.717272) - (xy 29.806852 38.730835) - (xy 29.693955 38.788359) - (xy 29.604359 38.877955) - (xy 29.546835 38.990852) - (xy 29.533272 39.076482) - (xy 28.833218 38.376428) - (xy 28.807649 38.371289) - (xy 28.756657 38.32189) - (xy 28.741666 38.27063) - (xy 28.740861 38.270717) - (xy 28.73399 38.206803) - (xy 28.733988 38.206795) - (xy 28.697811 38.109804) - (xy 28.682889 38.069796) - (xy 28.682888 38.069794) - (xy 28.682887 38.069792) - (xy 28.595261 37.952738) - (xy 28.478207 37.865112) - (xy 28.478202 37.86511) - (xy 28.341204 37.814011) - (xy 28.341196 37.814009) - (xy 28.280649 37.8075) - (xy 28.280638 37.8075) - (xy 26.583362 37.8075) - (xy 26.58335 37.8075) - (xy 26.522803 37.814009) - (xy 26.522795 37.814011) - (xy 26.385797 37.86511) - (xy 26.385792 37.865112) - (xy 26.268738 37.952738) - (xy 26.181112 38.069792) - (xy 26.18111 38.069797) - (xy 26.130011 38.206795) - (xy 26.130009 38.206803) - (xy 26.1235 38.26735) - (xy 26.1235 39.964649) - (xy 26.130009 40.025196) - (xy 26.130011 40.025204) - (xy 26.18111 40.162202) - (xy 26.181112 40.162207) - (xy 26.268738 40.279261) - (xy 26.385792 40.366887) - (xy 26.385794 40.366888) - (xy 26.385796 40.366889) - (xy 26.444875 40.388924) - (xy 26.522795 40.417988) - (xy 26.522798 40.417988) - (xy 26.522799 40.417989) - (xy 26.522804 40.41799) - (xy 26.555802 40.421537) - (xy 26.572965 40.423382) - (xy 26.638558 40.450549) - (xy 26.67905 40.508867) - (xy 26.685499 40.54866) - (xy 26.685499 72.1755) - (xy 26.665497 72.243621) - (xy 26.611841 72.290114) - (xy 26.559499 72.3015) - (xy 26.53335 72.3015) - (xy 26.472803 72.308009) - (xy 26.472795 72.308011) - (xy 26.335797 72.35911) - (xy 26.335792 72.359112) - (xy 26.218738 72.446738) - (xy 26.131112 72.563792) - (xy 26.13111 72.563797) - (xy 26.080011 72.700795) - (xy 26.080009 72.700803) - (xy 26.0735 72.76135) - (xy 26.0735 74.558649) - (xy 26.080009 74.619196) - (xy 26.080011 74.619204) - (xy 26.13111 74.756202) - (xy 26.131112 74.756207) - (xy 26.218738 74.873261) - (xy 26.335791 74.960886) - (xy 26.335792 74.960886) - (xy 26.335796 74.960889) - (xy 26.45081 75.003787) - (xy 26.507642 75.046332) - (xy 26.532453 75.112852) - (xy 26.517362 75.182226) - (xy 26.499475 75.207179) - (xy 26.35628 75.362729) - (xy 26.356275 75.362734) - (xy 26.233141 75.551206) - (xy 26.142703 75.757386) - (xy 26.142702 75.757387) - (xy 26.087437 75.975624) - (xy 26.087436 75.97563) - (xy 26.087436 75.975632) - (xy 26.068844 76.2) - (xy 26.084236 76.385753) - (xy 26.087437 76.424375) - (xy 26.142702 76.642612) - (xy 26.142703 76.642613) - (xy 26.233141 76.848793) - (xy 26.356275 77.037265) - (xy 26.356279 77.03727) - (xy 26.508762 77.202908) - (xy 26.530934 77.220165) - (xy 26.686424 77.341189) - (xy 26.720205 77.35947) - (xy 26.770596 77.409482) - (xy 26.785949 77.478799) - (xy 26.761389 77.545412) - (xy 26.720209 77.581096) - (xy 26.686704 77.599228) - (xy 26.686698 77.599232) - (xy 26.509097 77.737465) - (xy 26.356674 77.903041) - (xy 26.23358 78.091451) - (xy 26.143179 78.297543) - (xy 26.143176 78.29755) - (xy 26.095455 78.485999) - (xy 26.095456 78.486) - (xy 27.000884 78.486) - (xy 26.972507 78.530156) - (xy 26.932 78.668111) - (xy 26.932 78.811889) - (xy 26.972507 78.949844) - (xy 27.000884 78.994) - (xy 26.095455 78.994) - (xy 26.143176 79.182449) - (xy 26.143179 79.182456) - (xy 26.23358 79.388548) - (xy 26.356674 79.576958) - (xy 26.509097 79.742534) - (xy 26.686698 79.880767) - (xy 26.686704 79.880771) - (xy 26.720207 79.898902) - (xy 26.770597 79.948915) - (xy 26.785949 80.018232) - (xy 26.761388 80.084845) - (xy 26.720207 80.120528) - (xy 26.68643 80.138807) - (xy 26.686424 80.138811) - (xy 26.508762 80.277091) - (xy 26.356279 80.442729) - (xy 26.356275 80.442734) - (xy 26.233141 80.631206) - (xy 26.142703 80.837386) - (xy 26.142702 80.837387) - (xy 26.087437 81.055624) - (xy 26.087436 81.05563) - (xy 26.087436 81.055632) - (xy 26.072512 81.235725) - (xy 26.068844 81.279999) - (xy 26.087437 81.504375) - (xy 26.142702 81.722612) - (xy 26.142703 81.722613) - (xy 26.142704 81.722616) - (xy 26.201318 81.856243) - (xy 26.233141 81.928793) - (xy 26.356275 82.117265) - (xy 26.356279 82.11727) - (xy 26.508762 82.282908) - (xy 26.563331 82.325381) - (xy 26.686424 82.421189) - (xy 26.71968 82.439186) - (xy 26.770071 82.4892) - (xy 26.785423 82.558516) - (xy 26.760862 82.625129) - (xy 26.71968 82.660813) - (xy 26.686426 82.67881) - (xy 26.686424 82.678811) - (xy 26.508762 82.817091) - (xy 26.356279 82.982729) - (xy 26.356275 82.982734) - (xy 26.233141 83.171206) - (xy 26.142703 83.377386) - (xy 26.142702 83.377387) - (xy 26.087437 83.595624) - (xy 26.087436 83.59563) - (xy 26.087436 83.595632) - (xy 26.068844 83.82) - (xy 26.083071 83.991697) - (xy 26.087437 84.044375) - (xy 26.142702 84.262612) - (xy 26.142703 84.262613) - (xy 26.233141 84.468793) - (xy 26.356275 84.657265) - (xy 26.356279 84.65727) - (xy 26.508762 84.822908) - (xy 26.525583 84.836) - (xy 26.686424 84.961189) - (xy 26.71968 84.979186) - (xy 26.770071 85.0292) - (xy 26.785423 85.098516) - (xy 26.760862 85.165129) - (xy 26.71968 85.200813) - (xy 26.686426 85.21881) - (xy 26.686424 85.218811) - (xy 26.508762 85.357091) - (xy 26.356279 85.522729) - (xy 26.356275 85.522734) - (xy 26.233141 85.711206) - (xy 26.142703 85.917386) - (xy 26.142702 85.917387) - (xy 26.087437 86.135624) - (xy 26.087436 86.13563) - (xy 26.087436 86.135632) - (xy 26.068844 86.36) - (xy 26.084882 86.553551) - (xy 26.087437 86.584375) - (xy 26.142702 86.802612) - (xy 26.142703 86.802613) - (xy 26.233141 87.008793) - (xy 26.356275 87.197265) - (xy 26.356279 87.19727) - (xy 26.508762 87.362908) - (xy 26.563331 87.405381) - (xy 26.686424 87.501189) - (xy 26.71968 87.519186) - (xy 26.770071 87.5692) - (xy 26.785423 87.638516) - (xy 26.760862 87.705129) - (xy 26.71968 87.740813) - (xy 26.686426 87.75881) - (xy 26.686424 87.758811) - (xy 26.508762 87.897091) - (xy 26.356279 88.062729) - (xy 26.356275 88.062734) - (xy 26.233141 88.251206) - (xy 26.142703 88.457386) - (xy 26.142702 88.457387) - (xy 26.087437 88.675624) - (xy 26.087436 88.67563) - (xy 26.087436 88.675632) - (xy 26.068844 88.9) - (xy 26.087437 89.124375) - (xy 26.142702 89.342612) - (xy 26.142703 89.342613) - (xy 26.142704 89.342616) - (xy 26.23314 89.548791) - (xy 26.233141 89.548793) - (xy 26.356275 89.737265) - (xy 26.356279 89.73727) - (xy 26.508762 89.902908) - (xy 26.563331 89.945381) - (xy 26.686424 90.041189) - (xy 26.71968 90.059186) - (xy 26.770071 90.1092) - (xy 26.785423 90.178516) - (xy 26.760862 90.245129) - (xy 26.71968 90.280813) - (xy 26.686426 90.29881) - (xy 26.686424 90.298811) - (xy 26.508762 90.437091) - (xy 26.356279 90.602729) - (xy 26.356275 90.602734) - (xy 26.233141 90.791206) - (xy 26.142703 90.997386) - (xy 26.142702 90.997387) - (xy 26.087437 91.215624) - (xy 26.068844 91.439999) - (xy 26.087437 91.664375) - (xy 26.142702 91.882612) - (xy 26.142703 91.882613) - (xy 26.233141 92.088793) - (xy 26.356275 92.277265) - (xy 26.356279 92.27727) - (xy 26.508762 92.442908) - (xy 26.547361 92.472951) - (xy 26.686424 92.581189) - (xy 26.71968 92.599186) - (xy 26.770071 92.6492) - (xy 26.785423 92.718516) - (xy 26.760862 92.785129) - (xy 26.71968 92.820813) - (xy 26.686426 92.83881) - (xy 26.686424 92.838811) - (xy 26.508762 92.977091) - (xy 26.356279 93.142729) - (xy 26.356275 93.142734) - (xy 26.233141 93.331206) - (xy 26.142703 93.537386) - (xy 26.142702 93.537387) - (xy 26.087437 93.755624) - (xy 26.087436 93.75563) - (xy 26.087436 93.755632) - (xy 26.068844 93.98) - (xy 26.083027 94.151165) - (xy 26.087437 94.204375) - (xy 26.142702 94.422612) - (xy 26.142703 94.422613) - (xy 26.142704 94.422616) - (xy 26.23314 94.628791) - (xy 26.233141 94.628793) - (xy 26.356275 94.817265) - (xy 26.356279 94.81727) - (xy 26.508762 94.982908) - (xy 26.549581 95.014679) - (xy 26.686424 95.121189) - (xy 26.71968 95.139186) - (xy 26.770071 95.1892) - (xy 26.785423 95.258516) - (xy 26.760862 95.325129) - (xy 26.71968 95.360813) - (xy 26.686426 95.37881) - (xy 26.686424 95.378811) - (xy 26.508762 95.517091) - (xy 26.356279 95.682729) - (xy 26.356275 95.682734) - (xy 26.233141 95.871206) - (xy 26.142703 96.077386) - (xy 26.142702 96.077387) - (xy 26.087437 96.295624) - (xy 26.087436 96.29563) - (xy 26.087436 96.295632) - (xy 26.068844 96.52) - (xy 26.085022 96.71524) - (xy 26.087437 96.744375) - (xy 26.142702 96.962612) - (xy 26.142703 96.962613) - (xy 26.142704 96.962616) - (xy 26.23314 97.168791) - (xy 26.233141 97.168793) - (xy 26.356275 97.357265) - (xy 26.356279 97.35727) - (xy 26.508762 97.522908) - (xy 26.555829 97.559542) - (xy 26.686424 97.661189) - (xy 26.71968 97.679186) - (xy 26.770071 97.7292) - (xy 26.785423 97.798516) - (xy 26.760862 97.865129) - (xy 26.71968 97.900813) - (xy 26.686426 97.91881) - (xy 26.686424 97.918811) - (xy 26.508762 98.057091) - (xy 26.356279 98.222729) - (xy 26.356275 98.222734) - (xy 26.233141 98.411206) - (xy 26.142703 98.617386) - (xy 26.142702 98.617387) - (xy 26.087437 98.835624) - (xy 26.087436 98.83563) - (xy 26.087436 98.835632) - (xy 26.068844 99.06) - (xy 26.082478 99.22454) - (xy 26.087437 99.284375) - (xy 26.142702 99.502612) - (xy 26.142703 99.502613) - (xy 26.142704 99.502616) - (xy 26.20219 99.638231) - (xy 26.233141 99.708793) - (xy 26.356275 99.897265) - (xy 26.356279 99.89727) - (xy 26.508762 100.062908) - (xy 26.544663 100.090851) - (xy 26.686424 100.201189) - (xy 26.71968 100.219186) - (xy 26.770071 100.2692) - (xy 26.785423 100.338516) - (xy 26.760862 100.405129) - (xy 26.71968 100.440813) - (xy 26.686426 100.45881) - (xy 26.686424 100.458811) - (xy 26.508762 100.597091) - (xy 26.356279 100.762729) - (xy 26.356275 100.762734) - (xy 26.233141 100.951206) - (xy 26.142703 101.157386) - (xy 26.142702 101.157387) - (xy 26.087437 101.375624) - (xy 26.070013 101.585898) - (xy 26.068844 101.6) - (xy 26.07722 101.701087) - (xy 26.087437 101.824375) - (xy 26.142702 102.042612) - (xy 26.142703 102.042613) - (xy 26.142704 102.042616) - (xy 26.180924 102.129749) - (xy 26.233141 102.248793) - (xy 26.356275 102.437265) - (xy 26.356279 102.43727) - (xy 26.508762 102.602908) - (xy 26.518546 102.610523) - (xy 26.686424 102.741189) - (xy 26.71968 102.759186) - (xy 26.77007 102.809196) - (xy 26.785423 102.878513) - (xy 26.760864 102.945126) - (xy 26.719683 102.980811) - (xy 26.68643 102.998807) - (xy 26.686424 102.998811) - (xy 26.508762 103.137091) - (xy 26.356279 103.302729) - (xy 26.356275 103.302734) - (xy 26.233141 103.491206) - (xy 26.142703 103.697386) - (xy 26.142702 103.697387) - (xy 26.087437 103.915624) - (xy 26.068844 104.14) - (xy 26.087437 104.364375) - (xy 26.142702 104.582612) - (xy 26.142703 104.582613) - (xy 26.142704 104.582616) - (xy 26.23314 104.788791) - (xy 26.233141 104.788793) - (xy 26.356275 104.977265) - (xy 26.356279 104.97727) - (xy 26.508762 105.142908) - (xy 26.563331 105.185381) - (xy 26.686424 105.281189) - (xy 26.71968 105.299186) - (xy 26.770071 105.3492) - (xy 26.785423 105.418516) - (xy 26.760862 105.485129) - (xy 26.71968 105.520813) - (xy 26.686426 105.53881) - (xy 26.686424 105.538811) - (xy 26.508762 105.677091) - (xy 26.356279 105.842729) - (xy 26.356275 105.842734) - (xy 26.233141 106.031206) - (xy 26.142703 106.237386) - (xy 26.142702 106.237387) - (xy 26.087437 106.455624) - (xy 26.087436 106.45563) - (xy 26.087436 106.455632) - (xy 26.068844 106.68) - (xy 25.4605 106.68) - (xy 25.4605 32.385) - (xy 35.339844 32.385) - (xy 35.357232 32.594844) - (xy 35.358437 32.609375) - (xy 35.413702 32.827612) - (xy 35.413703 32.827613) - (xy 35.504141 33.033793) - (xy 35.627275 33.222265) - (xy 35.627279 33.22227) - (xy 35.779762 33.387908) - (xy 35.834331 33.430381) - (xy 35.957424 33.526189) - (xy 36.155426 33.633342) - (xy 36.155427 33.633342) - (xy 36.155428 33.633343) - (xy 36.267227 33.671723) - (xy 36.368365 33.706444) - (xy 36.590431 33.7435) - (xy 36.590435 33.7435) - (xy 36.815565 33.7435) - (xy 36.815569 33.7435) - (xy 37.037635 33.706444) - (xy 37.250574 33.633342) - (xy 37.448576 33.526189) - (xy 37.62624 33.387906) - (xy 37.778722 33.222268) - (xy 37.867816 33.085898) - (xy 37.921819 33.03981) - (xy 37.992167 33.030235) - (xy 38.056524 33.060212) - (xy 38.078782 33.085898) - (xy 38.119922 33.148866) - (xy 38.758638 32.510149) - (xy 38.783507 32.594844) - (xy 38.861239 32.715798) - (xy 38.9699 32.809952) - (xy 39.100685 32.86968) - (xy 39.115412 32.871797) - (xy 38.47731 33.509898) - (xy 38.497694 33.525763) - (xy 38.497696 33.525765) - (xy 38.695632 33.632883) - (xy 38.908483 33.705955) - (xy 38.90849 33.705957) - (xy 39.130477 33.743) - (xy 39.355523 33.743) - (xy 39.577509 33.705957) - (xy 39.577516 33.705955) - (xy 39.790369 33.632883) - (xy 39.790371 33.632882) - (xy 39.988298 33.525768) - (xy 39.988302 33.525766) - (xy 40.008689 33.509898) - (xy 39.370588 32.871797) - (xy 39.385315 32.86968) - (xy 39.5161 32.809952) - (xy 39.624761 32.715798) - (xy 39.702493 32.594844) - (xy 39.727361 32.51015) - (xy 40.366076 33.148866) - (xy 40.407516 33.08544) - (xy 40.46152 33.039352) - (xy 40.531868 33.029777) - (xy 40.596225 33.059755) - (xy 40.618481 33.085439) - (xy 40.659921 33.148866) - (xy 40.659922 33.148866) - (xy 41.298638 32.510149) - (xy 41.323507 32.594844) - (xy 41.401239 32.715798) - (xy 41.5099 32.809952) - (xy 41.640685 32.86968) - (xy 41.655412 32.871797) - (xy 41.01731 33.509898) - (xy 41.037694 33.525763) - (xy 41.037696 33.525765) - (xy 41.235632 33.632883) - (xy 41.448483 33.705955) - (xy 41.44849 33.705957) - (xy 41.670477 33.743) - (xy 41.895523 33.743) - (xy 42.117509 33.705957) - (xy 42.117516 33.705955) - (xy 42.330369 33.632883) - (xy 42.330371 33.632882) - (xy 42.528298 33.525768) - (xy 42.528302 33.525766) - (xy 42.548689 33.509898) - (xy 41.910588 32.871797) - (xy 41.925315 32.86968) - (xy 42.0561 32.809952) - (xy 42.164761 32.715798) - (xy 42.242493 32.594844) - (xy 42.26736 32.510151) - (xy 42.906076 33.148867) - (xy 42.906077 33.148866) - (xy 42.947218 33.085898) - (xy 43.001222 33.03981) - (xy 43.07157 33.030235) - (xy 43.135927 33.060213) - (xy 43.158183 33.085898) - (xy 43.247279 33.22227) - (xy 43.399762 33.387908) - (xy 43.454331 33.430381) - (xy 43.577424 33.526189) - (xy 43.775426 33.633342) - (xy 43.775427 33.633342) - (xy 43.775428 33.633343) - (xy 43.887227 33.671723) - (xy 43.988365 33.706444) - (xy 44.210431 33.7435) - (xy 44.210435 33.7435) - (xy 44.435565 33.7435) - (xy 44.435569 33.7435) - (xy 44.657635 33.706444) - (xy 44.870574 33.633342) - (xy 45.068576 33.526189) - (xy 45.24624 33.387906) - (xy 45.359516 33.264856) - (xy 45.420368 33.228286) - (xy 45.491333 33.230421) - (xy 45.549878 33.270583) - (xy 45.566857 33.301517) - (xy 45.567783 33.301086) - (xy 45.570883 33.307733) - (xy 45.570885 33.307738) - (xy 45.620335 33.387908) - (xy 45.66397 33.458652) - (xy 45.663975 33.458658) - (xy 45.789341 33.584024) - (xy 45.789347 33.584029) - (xy 45.789348 33.58403) - (xy 45.940262 33.677115) - (xy 46.108574 33.732887) - (xy 46.212455 33.7435) - (xy 47.513544 33.743499) - (xy 47.617426 33.732887) - (xy 47.785738 33.677115) - (xy 47.936652 33.58403) - (xy 48.06203 33.458652) - (xy 48.155115 33.307738) - (xy 48.210887 33.139426) - (xy 48.2215 33.035545) - (xy 48.221499 31.734456) - (xy 48.219306 31.712993) - (xy 48.210887 31.630574) - (xy 48.182553 31.545067) - (xy 48.155115 31.462262) - (xy 48.06203 31.311348) - (xy 48.062029 31.311347) - (xy 48.062024 31.311341) - (xy 47.936658 31.185975) - (xy 47.936652 31.18597) - (xy 47.920167 31.175802) - (xy 47.785738 31.092885) - (xy 47.785734 31.092883) - (xy 47.785733 31.092883) - (xy 47.779086 31.089783) - (xy 47.780055 31.087704) - (xy 47.730819 31.053611) - (xy 47.703567 30.988053) - (xy 47.716085 30.918168) - (xy 47.751438 30.874994) - (xy 47.786235 30.84791) - (xy 47.786237 30.847908) - (xy 47.78624 30.847906) - (xy 47.938722 30.682268) - (xy 48.06186 30.493791) - (xy 48.152296 30.287616) - (xy 48.207564 30.069368) - (xy 48.226156 29.845) - (xy 48.207564 29.620632) - (xy 48.152296 29.402384) - (xy 48.06186 29.196209) - (xy 48.044598 29.169787) - (xy 47.938724 29.007734) - (xy 47.93872 29.007729) - (xy 47.786237 28.842091) - (xy 47.704382 28.778381) - (xy 47.608576 28.703811) - (xy 47.410574 28.596658) - (xy 47.410572 28.596657) - (xy 47.410571 28.596656) - (xy 47.197639 28.523557) - (xy 47.19763 28.523555) - (xy 47.153476 28.516187) - (xy 46.975569 28.4865) - (xy 46.750431 28.4865) - (xy 46.60221 28.511233) - (xy 46.528369 28.523555) - (xy 46.52836 28.523557) - (xy 46.315428 28.596656) - (xy 46.315426 28.596658) - (xy 46.117426 28.70381) - (xy 46.117424 28.703811) - (xy 45.939762 28.842091) - (xy 45.787279 29.007729) - (xy 45.698483 29.143643) - (xy 45.644479 29.189731) - (xy 45.574131 29.199306) - (xy 45.509774 29.169329) - (xy 45.487517 29.143643) - (xy 45.39872 29.007729) - (xy 45.246237 28.842091) - (xy 45.164382 28.778381) - (xy 45.068576 28.703811) - (xy 44.870574 28.596658) - (xy 44.870572 28.596657) - (xy 44.870571 28.596656) - (xy 44.657639 28.523557) - (xy 44.65763 28.523555) - (xy 44.613476 28.516187) - (xy 44.435569 28.4865) - (xy 44.210431 28.4865) - (xy 44.06221 28.511233) - (xy 43.988369 28.523555) - (xy 43.98836 28.523557) - (xy 43.775428 28.596656) - (xy 43.775426 28.596658) - (xy 43.577426 28.70381) - (xy 43.577424 28.703811) - (xy 43.399762 28.842091) - (xy 43.247279 29.007729) - (xy 43.158183 29.144102) - (xy 43.104179 29.19019) - (xy 43.033831 29.199765) - (xy 42.969474 29.169788) - (xy 42.947218 29.144102) - (xy 42.906076 29.081132) - (xy 42.26736 29.719848) - (xy 42.242493 29.635156) - (xy 42.164761 29.514202) - (xy 42.0561 29.420048) - (xy 41.925315 29.36032) - (xy 41.910587 29.358202) - (xy 42.548689 28.7201) - (xy 42.548688 28.720099) - (xy 42.528306 28.704235) - (xy 42.528299 28.70423) - (xy 42.330371 28.597118) - (xy 42.330369 28.597116) - (xy 42.117516 28.524044) - (xy 42.117509 28.524042) - (xy 41.895523 28.487) - (xy 41.670477 28.487) - (xy 41.44849 28.524042) - (xy 41.448483 28.524044) - (xy 41.23563 28.597116) - (xy 41.235628 28.597118) - (xy 41.0377 28.70423) - (xy 41.01731 28.720099) - (xy 41.01731 28.720101) - (xy 41.655411 29.358202) - (xy 41.640685 29.36032) - (xy 41.5099 29.420048) - (xy 41.401239 29.514202) - (xy 41.323507 29.635156) - (xy 41.298638 29.719849) - (xy 40.659921 29.081132) - (xy 40.618482 29.14456) - (xy 40.564478 29.190648) - (xy 40.49413 29.200223) - (xy 40.429773 29.170245) - (xy 40.407516 29.14456) - (xy 40.366076 29.081132) - (xy 39.72736 29.719848) - (xy 39.702493 29.635156) - (xy 39.624761 29.514202) - (xy 39.5161 29.420048) - (xy 39.385315 29.36032) - (xy 39.370587 29.358202) - (xy 40.008689 28.7201) - (xy 40.008688 28.720099) - (xy 39.988306 28.704235) - (xy 39.988299 28.70423) - (xy 39.790371 28.597118) - (xy 39.790369 28.597116) - (xy 39.577516 28.524044) - (xy 39.577509 28.524042) - (xy 39.355523 28.487) - (xy 39.130477 28.487) - (xy 38.90849 28.524042) - (xy 38.908483 28.524044) - (xy 38.69563 28.597116) - (xy 38.695628 28.597118) - (xy 38.4977 28.70423) - (xy 38.47731 28.720099) - (xy 38.47731 28.7201) - (xy 39.115413 29.358202) - (xy 39.100685 29.36032) - (xy 38.9699 29.420048) - (xy 38.861239 29.514202) - (xy 38.783507 29.635156) - (xy 38.758639 29.719849) - (xy 38.119922 29.081132) - (xy 38.11992 29.081132) - (xy 38.07878 29.144102) - (xy 38.024776 29.19019) - (xy 37.954428 29.199765) - (xy 37.890071 29.169787) - (xy 37.867822 29.144111) - (xy 37.778722 29.007732) - (xy 37.62624 28.842094) - (xy 37.626239 28.842093) - (xy 37.626237 28.842091) - (xy 37.544382 28.778381) - (xy 37.448576 28.703811) - (xy 37.250574 28.596658) - (xy 37.250572 28.596657) - (xy 37.250571 28.596656) - (xy 37.037639 28.523557) - (xy 37.03763 28.523555) - (xy 36.993476 28.516187) - (xy 36.815569 28.4865) - (xy 36.590431 28.4865) - (xy 36.44221 28.511233) - (xy 36.368369 28.523555) - (xy 36.36836 28.523557) - (xy 36.155428 28.596656) - (xy 36.155426 28.596658) - (xy 35.957426 28.70381) - (xy 35.957424 28.703811) - (xy 35.779762 28.842091) - (xy 35.627279 29.007729) - (xy 35.627275 29.007734) - (xy 35.504141 29.196206) - (xy 35.413703 29.402386) - (xy 35.413702 29.402387) - (xy 35.358437 29.620624) - (xy 35.358436 29.62063) - (xy 35.358436 29.620632) - (xy 35.339844 29.845) - (xy 35.357232 30.054844) - (xy 35.358437 30.069375) - (xy 35.413702 30.287612) - (xy 35.413703 30.287613) - (xy 35.504141 30.493793) - (xy 35.627275 30.682265) - (xy 35.627279 30.68227) - (xy 35.779762 30.847908) - (xy 35.834331 30.890381) - (xy 35.957424 30.986189) - (xy 35.990676 31.004184) - (xy 35.99068 31.004186) - (xy 36.041071 31.0542) - (xy 36.056423 31.123516) - (xy 36.031862 31.190129) - (xy 35.99068 31.225813) - (xy 35.957426 31.24381) - (xy 35.957424 31.243811) - (xy 35.779762 31.382091) - (xy 35.627279 31.547729) - (xy 35.627275 31.547734) - (xy 35.504141 31.736206) - (xy 35.413703 31.942386) - (xy 35.413702 31.942387) - (xy 35.358437 32.160624) - (xy 35.358436 32.16063) - (xy 35.358436 32.160632) - (xy 35.339844 32.385) - (xy 25.4605 32.385) - (xy 25.4605 27.94) - (xy 26.584341 27.94) - (xy 26.604937 28.175411) - (xy 26.666096 28.403661) - (xy 26.666098 28.403665) - (xy 26.765966 28.617832) - (xy 26.901498 28.811392) - (xy 26.901502 28.811397) - (xy 26.901505 28.811401) - (xy 27.068599 28.978495) - (xy 27.068603 28.978498) - (xy 27.068607 28.978501) - (xy 27.262167 29.114033) - (xy 27.262166 29.114033) - (xy 27.338304 29.149537) - (xy 27.476337 29.213903) - (xy 27.704592 29.275063) - (xy 27.881034 29.2905) - (xy 27.881035 29.2905) - (xy 27.998965 29.2905) - (xy 27.998966 29.2905) - (xy 28.175408 29.275063) - (xy 28.403663 29.213903) - (xy 28.617829 29.114035) - (xy 28.811401 28.978495) - (xy 28.978495 28.811401) - (xy 29.114035 28.61783) - (xy 29.213903 28.403663) - (xy 29.275063 28.175408) - (xy 29.295659 27.94) - (xy 61.804341 27.94) - (xy 61.824937 28.175411) - (xy 61.886096 28.403661) - (xy 61.886098 28.403665) - (xy 61.985966 28.617832) - (xy 62.121498 28.811392) - (xy 62.121502 28.811397) - (xy 62.121505 28.811401) - (xy 62.288599 28.978495) - (xy 62.288603 28.978498) - (xy 62.288607 28.978501) - (xy 62.482167 29.114033) - (xy 62.482166 29.114033) - (xy 62.558304 29.149537) - (xy 62.696337 29.213903) - (xy 62.924592 29.275063) - (xy 63.101034 29.2905) - (xy 63.101035 29.2905) - (xy 63.218965 29.2905) - (xy 63.218966 29.2905) - (xy 63.395408 29.275063) - (xy 63.623663 29.213903) - (xy 63.837829 29.114035) - (xy 64.031401 28.978495) - (xy 64.198495 28.811401) - (xy 64.334035 28.61783) - (xy 64.433903 28.403663) - (xy 64.495063 28.175408) - (xy 64.515659 27.94) - (xy 64.495063 27.704592) - (xy 64.433903 27.476337) - (xy 64.334035 27.262171) - (xy 64.334034 27.262169) - (xy 64.334033 27.262167) - (xy 64.198501 27.068607) - (xy 64.198497 27.068602) - (xy 64.198495 27.068599) - (xy 64.031401 26.901505) - (xy 64.031397 26.901502) - (xy 64.031392 26.901498) - (xy 63.837832 26.765966) - (xy 63.837833 26.765966) - (xy 63.623665 26.666098) - (xy 63.623661 26.666096) - (xy 63.395411 26.604937) - (xy 63.263076 26.593359) - (xy 63.218966 26.5895) - (xy 63.101034 26.5895) - (xy 63.065745 26.592587) - (xy 62.924588 26.604937) - (xy 62.696338 26.666096) - (xy 62.696334 26.666098) - (xy 62.482167 26.765966) - (xy 62.288607 26.901498) - (xy 62.288596 26.901507) - (xy 62.121507 27.068596) - (xy 62.121502 27.068602) - (xy 61.985965 27.262169) - (xy 61.886098 27.476334) - (xy 61.886096 27.476338) - (xy 61.824937 27.704588) - (xy 61.804341 27.94) - (xy 29.295659 27.94) - (xy 29.275063 27.704592) - (xy 29.213903 27.476337) - (xy 29.114035 27.262171) - (xy 29.114034 27.262169) - (xy 29.114033 27.262167) - (xy 28.978501 27.068607) - (xy 28.978497 27.068602) - (xy 28.978495 27.068599) - (xy 28.811401 26.901505) - (xy 28.811397 26.901502) - (xy 28.811392 26.901498) - (xy 28.617832 26.765966) - (xy 28.617833 26.765966) - (xy 28.403665 26.666098) - (xy 28.403661 26.666096) - (xy 28.175411 26.604937) - (xy 28.043076 26.593359) - (xy 27.998966 26.5895) - (xy 27.881034 26.5895) - (xy 27.845745 26.592587) - (xy 27.704588 26.604937) - (xy 27.476338 26.666096) - (xy 27.476334 26.666098) - (xy 27.262167 26.765966) - (xy 27.068607 26.901498) - (xy 27.068596 26.901507) - (xy 26.901507 27.068596) - (xy 26.901502 27.068602) - (xy 26.765965 27.262169) - (xy 26.666098 27.476334) - (xy 26.666096 27.476338) - (xy 26.604937 27.704588) - (xy 26.584341 27.94) - (xy 25.4605 27.94) - (xy 25.4605 25.5865) - (xy 25.480502 25.518379) - (xy 25.534158 25.471886) - (xy 25.5865 25.4605) - (xy 65.5135 25.4605) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "ПОЛИВОКС") + (date "2020-06-01") + (rev "01") + (comment 1 "PCB for main circuit") + (comment 2 "polivoks LM4250 VCF") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (grid_origin 10.16 10.16) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "gerbers") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "+15V") + (net 3 "-15V") + (net 4 "Net-(C14-Pad1)") + (net 5 "+5V") + (net 6 "Net-(U3A-+)") + (net 7 "Net-(U3B-+)") + (net 8 "Net-(Q1-E)") + (net 9 "Net-(Q1-C)") + (net 10 "Net-(Q1-B)") + (net 11 "Net-(U1A--)") + (net 12 "Net-(U1B-+)") + (net 13 "/res_2") + (net 14 "/lp_out") + (net 15 "/bp_out") + (net 16 "/res_1") + (net 17 "/in") + (net 18 "/cv") + (net 19 "/freq") + (net 20 "/fm_level_3") + (net 21 "/fm_level_2") + (net 22 "/fm_level_1") + (net 23 "/fm_in") + (net 24 "Net-(U4-IQ)") + (net 25 "Net-(U5-+)") + (net 26 "Net-(U5-IQ)") + (net 27 "Net-(U3A--)") + (net 28 "Net-(U3B--)") + (net 29 "Net-(U2B--)") + (net 30 "unconnected-(U4-NULL-Pad5)") + (net 31 "unconnected-(U4-NULL-Pad1)") + (net 32 "unconnected-(U5-NULL-Pad5)") + (net 33 "unconnected-(U5-NULL-Pad1)") + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e064199") + (at 62.23 96.266 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C11" + (at 1.397 2.159 90) + (layer "F.SilkS") + (uuid "9c429021-af3b-4229-85d1-d9225fb860f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "fbb3fcac-929a-4464-a0ca-d715f5d1d2b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fadcf6ed-caa8-4077-8e5d-6cf1d45c2c03") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55ba0fe7-d397-4243-b0c5-13c489b11d53") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ec074bd-86a8-4c26-93e6-fa76786f780d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005e0942c1") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d773e9bc-479e-49e3-b54a-4b179fe79dd3") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ddba8086-03ba-4651-923f-3e9ae65ff213") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6baaead-79e0-4d7f-be40-26d57aed5a53") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f18a75fa-e1ec-4f6e-925b-76b50b7148b7") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d59450c-309c-4554-993a-7c3b01642330") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3bea782-45a8-417a-9d0b-8e91b2cb41f5") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcdf538b-b9b8-4ce6-bbf7-8f9764ab1568") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f523ce25-743c-4d1e-877e-a3985a49f295") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "25926262-2b11-4441-b3d2-46ffb916a233") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e1f3cf8-b2ae-48d9-8c9b-3f4f0c0abbcb") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c59ec63-286f-48d3-bd99-db444b9209e8") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8437cd56-e2d5-4b83-a662-8b16ef02171a") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c38b786-17ea-4875-bbb7-f98c0e3e44f7") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5d6a242a-9215-460e-8e96-e6f97921706a") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "c500db45-0c80-41a5-8d0c-5513ac63de4d") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "2e5c5c9d-ed6a-460c-b217-2a2ff7227c6d") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "ec7cd2a6-eebf-485c-865d-8c34e4eba9b4") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0641ae") + (at 47.244 99.314 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C12" + (at 1.143 2.032 90) + (layer "F.SilkS") + (uuid "163c873e-bc38-43e1-99e5-21221c135339") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "6b87159c-dddf-4ee9-9f67-a60afaa4bf77") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24e53fee-ac4e-488a-9b9d-9281e8d342d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1f4c86c-396d-42c8-a366-28268c8b6ea6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4dc55eda-52e0-4882-b9a4-7481147c7a20") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005e0942bb") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0175942e-76c4-462a-9329-4652a53ff695") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea672407-bfa7-47ed-b1e7-ee2ad0346914") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ea50b18-6997-4fa8-9f30-508900ed3738") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d11298d-be79-424f-af45-e7d2def63176") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cab62eb6-f25e-4f84-872f-c0a23a3bd1c6") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80ba8755-da29-454b-9e75-35acf61a87b9") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4a3517d-4047-4b4a-aa9c-e8c7790b4a1f") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b56a021-1ed7-4d97-8e68-eda754ed53c4") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "034653fb-6dc5-4af8-a399-36598c7e4d5a") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e928de4-9593-4d8e-b9b3-ef1e69df7bd8") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4a43a00-e89a-4c74-963d-bd24c316a132") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88d3661d-523e-4edd-a43d-7ad7b8fbc27a") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07f96857-4634-470f-a76c-d3c45d6bc295") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb86f2a9-739b-473c-8d0a-b708d06e8dc0") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "4e4271e7-d606-41ba-b471-f7376eb585f8") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "ece992aa-8681-4e0d-94b2-131a3521a77c") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "1c07337b-864a-4496-89e2-cc101b31f240") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e065843") + (at 27.432 39.116) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C1" + (at 1.25 -3.75 0) + (layer "F.SilkS") + (uuid "69ce2b75-f753-4e11-9348-8c89706416af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "3905cb5e-7ee9-4867-8851-23be5df5cde9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c44d1a5a-7a8c-4846-b559-bc56956a338f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "797d1fa9-1123-46b7-bd64-1b27e60b2df7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f7f0482-1534-4b5a-b83d-e92a7a2a588e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/00000000-0000-0000-0000-00005d5c24d0") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9c743b0-edb6-425b-afbb-91993bdc36b1") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac7aa7f7-6bed-4ac5-bd98-19af2e6e90a3") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "072a5760-7d16-4ef6-b2fc-280cdf3fe828") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86bd0aaa-a890-4991-8cca-eab25be3b47a") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b57f1929-730d-4a89-bc7f-4958b1fa4e37") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea0480b7-546e-4446-b3d0-e67704a877ed") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e93acf89-d532-469d-b860-0f79151197a6") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd9d3351-dc01-4d7a-a319-debafc1f2863") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fb18a51-1dd0-417c-b658-47d0584d0098") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e74a2bd7-18a5-4f71-96d9-bc4ea0081dbb") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85415d56-f9e7-4069-b814-cd0a78d91d14") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0ec2745-5d79-4b76-b9ae-b8a9db7c0785") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f79dfef3-584a-4676-ac36-c93398716e2e") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5de21a82-7b39-4cef-b4e6-8f77997e9dcb") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a4c2fad-4a32-4d81-89f9-79217410171a") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5fbabcd6-c267-445f-bf50-9985a667c148") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a58a9386-b174-4070-b3f9-7de232d87a92") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c2d7a6b-3e2c-4100-b903-4df30b6fec4f") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc3deb82-a352-4343-b8b2-95ad5811c44a") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f0a985c-5b06-4ee1-a306-adcfab36d018") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7128a869-bdf9-4486-8e4e-252b7632a91c") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3a25ec3-f3dc-43ee-89f1-511909ebbc37") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f1b5220-4d3d-4209-bd89-46e52489d694") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fb5b22e-4e93-4148-bab3-19b5b3f38043") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "211abf10-7bad-4c90-901a-94ecfa62ddab") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4cf324f8-280f-4d9d-be57-f85d4a38380c") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3f0a6b5-5765-42c5-90e4-e2a4fb0a15c2") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d54222f3-127e-4212-a193-c7b2c4bd5cbe") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4c48f15-c0ce-4b84-844a-f73942321931") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1814eb9e-dc17-470b-a29a-749ef877b187") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5777a636-e112-47bf-8140-d0e46922af9a") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54996d88-1d80-45d2-afa5-c88856f95555") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf63273d-67ce-474b-868d-9ac318b24718") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0140d1a-e3c0-4034-ac31-4c82a4f77e1c") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae6a3a2f-9f79-4003-b80f-b8cb8279a677") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f04e976-fd0d-42f4-927f-59737e4a5fcd") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ab7175a-c3eb-4e2b-9a2f-0ebe7ee9d409") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "617e92bc-af2b-4a13-8f1a-9fbde1e492c5") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09bfbfdd-db68-4e6e-a59e-2b6bb642266a") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2908596c-5fd3-4ef0-b966-31b55da0ce81") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8ec5487-245f-4997-ab86-d45e685c9264") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3501602e-fbdf-436b-a47b-dac4f76bdc55") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4972212-2c05-46cd-b61f-d95b0ef55258") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d65a846-4656-4c61-b040-eb05c7a1c1da") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ab71a69-f1b4-449f-b244-c0208da8b82e") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6eb8fa93-0493-49d2-bcc2-3c27475ebbbb") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47ca1f37-1bf0-4879-b770-5378654b9afd") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b71a6c22-4ce3-411f-92a1-c0959e71e4f7") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "885c9408-36c9-4132-9b6d-8b30be9efbf7") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ec05adb-2d2e-4f96-8e42-d79394529a82") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ecfbb2e6-b0c7-46ef-9b0c-fc42413c4985") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18c22af2-4c67-4b5d-b8e2-5732930a77af") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa6d1a67-ef0d-41c6-b44e-1d90fecdbb7e") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89b7fc4e-d724-4e3e-922e-3d425c96e0e5") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0582cb43-7c6e-4a61-84b8-388ae05c4005") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aba5adf1-d23d-4b1b-a128-c6f7ba524248") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2adfbb6d-93a5-49dd-8f56-80621cf79efa") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "104d6442-9d4c-48f6-8a01-8f2ff4d3ede0") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17275b2b-fd7d-47a4-a9ea-2019244084cb") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e93373cd-4ee1-4b01-80dd-97a517e75cab") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f889785f-fd9a-45ab-bcfe-fd90e0b54279") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90053440-2a37-4000-b1d7-857d6842d745") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fe4bfa9-8e85-4c90-8766-39419f6c90ea") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38ff8eda-ee85-47e5-9f55-7434fe64a908") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff511d39-1c87-4eb7-96e6-9dd2dfbdaadd") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7dd8b652-a9d8-4683-bdb8-d2ed7b901204") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1a1c7d9-df4e-48d5-9ca0-5470083adf25") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44b936af-3d11-4528-af1c-5407b6f28bcb") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4dc88e2a-ea5d-445e-8086-89a2b8d9eb80") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01091dc2-537c-45f5-b2eb-04616a977924") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c892e41a-c14a-4c8f-8633-c82368a83420") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af03ea9d-d7f0-43bc-af0e-6293d7984d46") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c843350-2627-4f70-af0f-bebd428f926e") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbd8f495-0539-43f8-b1ec-5a5ad2f69662") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24f00869-6be2-4f0e-9f21-62a6606e177b") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93a30150-5294-4b70-8ddc-4e3c926f03b8") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "379af57f-d26c-4c6d-b384-e3a152d4e95d") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "051f32dc-074c-4606-be04-2ebc74e29895") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07c9e639-b480-4a54-b699-d9d2f7eb503c") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d79c2964-0719-4cab-896a-b6e5290c72a8") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8281391a-d86b-43eb-a555-c1ab2a49eab1") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3eacb80-1303-4c0f-8f3d-b840cf72de49") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66eafbb1-8154-487f-bcaa-7ec0d27f2cee") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06749458-1ef2-48d9-83fb-045c8061028f") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10dc9bc8-4f50-4aff-bf24-b6ea4c8b48f3") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "871598c0-9f04-4207-91c3-a3bba1713b98") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19229c30-a41a-4818-bb0b-d26c887f3421") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "069cd6cb-8f4e-4100-aac4-64176ab55e3c") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc8f549f-071b-4543-9604-992fc213a014") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ccde2801-fe2c-4c41-862e-7da614ebcd94") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32db1541-35e6-475b-9bbe-be34252aaa46") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb755851-0b59-4616-b8b1-966513437b90") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a621bba-8f55-4701-9cd1-c24adeaff636") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f71671f-b577-4466-b040-6ad265ef3d70") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "472cf0c4-1aa8-4926-8000-55798cfb5484") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f29496b0-9e82-4723-a7dd-f40f885fc40d") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47486318-8f3b-428a-bab1-fba959dba290") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10c7e59b-1385-47b1-baf4-d9f9d2e64c58") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05975c31-943a-41af-9462-8c8d79f0af04") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e00524b-4ddd-4084-afba-422f07ee535a") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2910a380-507a-4ba0-a651-b90cd94f3ddf") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3c4d1ed-a232-4e6b-ab37-da08dfc3639d") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "266abf0b-1af5-4a37-a201-b19ee243a782") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93525a21-9602-46ba-87f7-645640de2926") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6a7670b-cb03-4b9e-9f60-e60109035b69") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "821fdc9a-fac1-4d6b-ae65-694a35ba6e0d") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a32a9b4c-7744-4aed-8d10-795f9e3e2256") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c13fec2-e42d-4087-8252-848ec828b861") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "40c3568e-4a4b-494c-8c66-b9ed1a82e3ea") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5c95929-80d4-4dbf-a84e-2a954bab2add") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aca77851-e8db-4ea7-b824-18a8aaa0c507") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "733ae313-be8f-460e-9b34-1ee0d69f8f5f") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06f1dae8-fe43-48f2-b7b1-ba274f32053e") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e0e259a-8532-4ed4-a6b3-fc3fccd31543") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51ffd740-f8af-4c1c-b2a7-10a0836c0b01") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56014d64-7e1d-4d89-a779-3d755b72151d") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b832847e-1c30-407b-add4-d1a4cfa1b592") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f6a7d05-4a1c-4e9a-9fa1-405d1d9ee75d") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b819689e-9aaf-4d1c-b933-97d0f64c3f4c") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82aa2264-9231-4e8a-8df6-b3f40abd56f6") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b609fad0-a375-42fa-ae92-48b25e08e353") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "67302b34-96b1-404a-9f65-7beadf323bc9") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14743a6c-9696-43f2-b784-80aeec565a61") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ee83595-7b8f-4bf3-9b84-3552b6f9cdbf") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e0ef1e24-4dd9-48ca-939a-51ccc8d47a5a") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "805aa7bc-ce30-411f-aded-28b6fd2e1e01") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "f01848ce-0f32-4675-8944-c26de612f256") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "349e4d3e-7b16-4da3-ab0d-266ebd122e90") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0658c7") + (at 33.782 39.116) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C2" + (at 1.25 -3.75 0) + (layer "F.SilkS") + (uuid "35d12f81-90e4-404d-b8c7-eb48b9f170a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "277a057a-ea95-4008-90f8-cf0023586a8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "848808e0-be86-4a18-8413-1ee485db7ebc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f358376c-15f5-4936-8f8d-8b284b59eefb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6f1c559-9df1-4504-a1e1-7642fefdada9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/00000000-0000-0000-0000-00005d5c2809") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8efebc6a-0457-45d1-92ea-11936cecf381") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49eab1d0-e561-4a94-ac78-5bac91c960cc") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49ef0f5c-5544-493a-a576-66a049ffb069") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "601e0891-f40a-48c1-aa91-b892d1b5f482") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acb13dbe-3f81-4557-b7b7-ff8e8342e820") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5dfaf9d-34cb-41b2-8af7-a4133eee11a0") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "36ac0ff5-1695-4cb1-909a-85bd812f73f6") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbc85bfd-5c66-43d2-83e4-950bc3a0b86f") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "849db5b5-18f7-47db-8dcd-46111fd5a0fc") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cedb974e-577d-4452-8061-ca0af873032c") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "522694d8-02c1-4c2f-9823-e34ba4dac811") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea2b57d5-43d0-4822-ab61-1905de6fbe6e") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12f02d8e-3e06-41d0-918e-25df1981043d") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "373c9bd0-a5d9-4a65-9567-07e91ff3fc21") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "940c4cee-71e2-4c60-a37a-21d16a9bef53") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "960fece9-d651-4e8f-a475-753e8c0cc0ea") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "198a4878-4c7b-4246-88e5-ae96673cb92c") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b42460da-c4d4-4159-85f9-def304d54c5e") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "307e9ba2-c8d2-45b6-b211-2b73346c53a3") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "854bb7fc-cde0-41a8-97f4-fb222b4ebd39") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71d52a51-f0e6-422b-bd66-276cc69b9f2b") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dedc6155-65c8-4e3d-a624-9b27777d9244") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03bff460-9e16-4bfe-b9e8-239e2b81dc26") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5400663e-8256-4370-a5c8-d27c233701e5") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "545e0fe4-648d-4431-9d1b-d2227b48ee04") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ce28bf7-9c0e-4b23-a299-35e40c101415") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a52b2ac-bba6-4fcd-b972-98ede65a994c") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54c4607c-0ea3-4765-ae52-cd7826f7182a") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6532f3e0-25f9-49ac-a374-c39ac1ba6015") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b07a4c1e-a853-4c4d-a2a7-e997d02049c8") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8dcc3802-fbc3-48f5-a158-1dbd0ed2d7b4") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed6b6f82-2847-4937-9e9c-534e59ac189d") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d94f537f-f6a3-4f87-8174-45389f4e74c1") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ecf72069-2f16-4cf3-bf8d-4b5a6124d489") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a326ed6-5252-4c01-b38c-6297ce76ca58") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51ba8c57-78ec-4db5-9063-3bbd809bada6") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f52af007-cd51-4727-8420-160a9bad46d4") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6648686-a9d3-4e6b-a8e0-bfd2304d789d") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df28149b-44c6-4859-9262-3e564f1f7f00") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "712d5408-61d6-4a24-935c-bb7a37d324fe") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1aaeb479-5e60-4fef-8042-d728a2d44f00") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbb52ad3-e39c-4a4b-a017-df7d57018a38") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "677eeecc-02bd-4b63-a569-a72b1968b61e") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb05a6ff-7840-4c8d-b052-f4dbf271c8d4") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e3b0a4b-393a-4354-b041-ef96e7fdaf4b") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f601f24-9f10-4613-83ff-e2a47b4dc94f") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ed51c2d-102f-4d61-983d-5e4f63b880e5") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16b22a4a-1799-4e40-ac56-fa5407e72ce4") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f56846a2-05c9-457d-b6c3-a4bb47e552c3") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e92c064-9456-4c9b-a367-2b0f9383e666") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c692d60b-def0-4a6c-b94b-e75beaab2e8e") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94fe28fd-8394-40ae-8451-ca45f81c180c") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcdca431-392f-4fc2-8904-3c9cdff0b66d") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de674fae-703f-465e-849c-b8c1d31d7c05") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74a54599-243d-4357-8b35-85c1f4b95cbc") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "edf60d7d-64c3-4e62-b055-389c645d1fed") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e5cd598-e037-4823-bf66-f5bfca657e73") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3297a593-1bca-4aaf-ab31-1650e2725f0f") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2dcc741e-07af-4a30-8fe8-12c09be362dd") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f598036-b614-4dff-9497-db61aae43d8f") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29c2e636-2628-49b4-b657-56ea243f9dbf") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "960e0da5-b19c-427d-a0a2-901e44a77544") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b713ec9-3885-4157-b669-6f6fb18a4b30") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "481bb080-dbdf-4d0f-9bb8-35bc318c3910") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f78432ad-39a2-4fed-88db-19b6de46200d") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aaa33bfd-0e6c-47ae-b153-5ef5d274a2fb") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c514500-299d-4c13-bae0-1800df4b85f9") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a012e39-56f3-4313-836f-6d180a948300") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9ef4be5-65de-416a-a2c2-c7cbe95b0d6f") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d909238-007f-4fc4-b8b1-5901a602a69e") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97a94bc4-8c74-42c5-ba5b-eb0cfa893900") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f2d25d9-33d8-41e7-ac56-852b55c908af") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cffa8690-d17d-42ca-890b-8f905305915d") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff27519f-0315-4b3c-a5f1-6e6da42edc22") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8822f89b-3d2b-48ab-bce0-7734d83134df") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e27f85e0-44a0-4fbe-bac6-a75d188fd415") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cb898c8-839b-4972-9f36-06ba6798bd87") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd49b492-dbc7-4749-acfd-22182807a24a") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b66d8638-b47a-4284-8c43-19ff6be07964") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39792bd2-d257-46d0-8251-75966b2a1074") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "540710b3-7dde-4640-8290-e8e2be22bc59") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "021a4c7d-1c2c-4b52-b063-4e5ac219b484") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f7ecd52-c21c-4f86-b690-760698a55ac7") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c448a80-ea40-4265-b1a1-b982b09ec77c") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf7cdb7a-da5c-4eab-91d3-dba62983d562") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ad4ebbc-9bb5-452a-9c66-b93f08c1495a") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f014fa7-0503-4487-be10-dc6313a81397") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0497426d-deb7-48d9-aa70-9e06f99ac57a") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0f19370-9ff3-4cb9-8f74-356e01424f0b") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47a778e7-d03e-43cb-a323-d9c5b175a382") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5b6dac6-52da-4a86-b03e-dd521ee4f832") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5902692-7ac4-4d71-bf38-c41b47b6998b") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b19c627-7fa2-44ed-9bf0-4364de8b1034") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56924c9e-a5a8-4643-bb7d-7dbe76540bc4") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a202bf75-d9ca-4b93-bbd0-7f8d0d07e7f6") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbce3b06-7279-4d6a-9ab6-d9e6c3e1a113") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fce4847-4565-46b0-96dc-5e3fe48af630") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b24ed9ea-b3ae-44b8-a406-33021d51d2a4") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffacac19-f5fa-4f38-a801-278d2cfb92de") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4d78376-e278-4ef5-b4e7-b1d4de2ee7e1") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d96c247-f6bd-4296-bd42-b101bbef56e6") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f6ecbf4-d4fe-43b8-95a5-820cb4d1092c") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbf11d92-97c4-4a76-a83a-d1f541772699") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17dd5d34-a9a7-47da-b171-2c82b1456705") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0faee9cb-e7e5-4db8-a077-58edaea486f5") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "727a0da3-0e26-474a-8b8e-72979cdeed9c") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0242ee4f-a3e9-43e7-8a34-0f650119b51e") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2a2575e-a73d-4613-a4ed-a24373a78d7b") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b3fadae-e492-49ff-b68a-094987b6e39c") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8d891c6-dbb7-4f3a-bd59-d677c047d7d7") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c20c741b-11e8-470b-835a-039047425325") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9498de98-72a0-48fb-b9a8-e6a4b64f6d9d") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8be6a0a4-190e-4dec-8b10-14d570f9fe7c") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bd20650-4028-40fb-956c-cc78268e38b3") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "872dc097-423c-418b-a587-cb9a05b72299") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b00a9b5f-ca36-442b-9e1d-7a5950c85b5d") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "139148a6-62fe-493c-b4c6-c10e8c029198") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9e27aa3-ea4e-4179-9478-1ff504de8a50") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a5d499a-bf34-41ce-879e-db6962fb8a88") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "583a3b76-a508-46b1-8920-f6d650d56df8") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1f36df90-de70-455a-9406-7d869f57a3f8") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0eebe3b7-acbf-4521-9d21-f1633f3b8d17") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af5384a4-c091-4228-b4de-be2f80f7b5a7") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "beed66d6-e463-4507-acbd-b5c550af82b5") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "eb60f8a0-8eb9-4ce1-b341-8d3f773e6f8e") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "b1ae446c-6873-4661-ab57-a78842021cae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "67d5c383-edf9-40fc-b3d9-4046212cebdd") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "f2807471-1e94-45c4-b79a-21c6c37accfa") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0658dc") + (at 56.769 51.943 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C3" + (at 1.524 -2.032 90) + (layer "F.SilkS") + (uuid "b660c6e7-d2b7-4c3b-a6ee-cfdacc17342d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "21adb9a0-b621-4741-a40c-13b33de3e847") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96b8af3a-fd8b-4a0a-b6ee-ee849ea3ca70") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ac65b3a-84f0-477b-834e-14d39b09d7e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29a3ec78-271b-46d7-89e8-e5d4aa4ca757") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005d5d98ea") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa1571fd-d09b-45d5-b9eb-922775be52f1") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75b7ea35-6eef-4bf1-9aba-329d59273a92") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "399222f4-33f9-41f5-aa55-ca75a9757386") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "111a1bdf-7017-4914-affa-4d008453a2cc") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6ef891c-6455-4c7e-bb58-a400f9ff2e2d") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cecb7f0-42ef-4116-8fc0-2833401a1412") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1ed3009-856b-42d1-819b-fd3b0425575d") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2d17d70-c21c-4737-ae9d-21b522434505") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc921d4d-e5d9-42d9-aed4-233b9201078b") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "22fdaddb-3aef-4853-b2e5-0c3e79fcc0a5") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a10dceb-8ef4-4823-8282-6c839ca87de3") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e6b4a93-6343-4985-9cdd-adcf878a9f5e") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d93c21c6-fdb2-45a4-a1e0-48545bf4ff19") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70b459c7-9d55-4e55-bfe4-4193e677c6bd") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "85d0db9f-bff6-4d07-951b-cd4da2c49d74") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "e656517d-4bd2-46f0-ba49-462e0f0ecdc3") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "f87eb686-d7f7-43ff-8526-d6f14bb4ee9f") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0658f1") + (at 40.259 57.023 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C4" + (at 1.143 1.905 90) + (layer "F.SilkS") + (uuid "19d681f7-e02d-4e61-9cfa-c51c34bd4eb1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "92e636cc-e52d-42d0-aaa0-00ccd794687f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c463006-f893-467e-a77e-7c724079e437") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9ae886d-25f2-4d5a-937d-d5dcba1a5d96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd20ff6f-44d3-497d-98a1-e49f0ef26956") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005d5d9d2d") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3dd3b4f-690c-4f5f-aee7-14a83cc7b6cd") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94a69626-43ac-4822-bd39-4125b96658ab") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "203acd7f-eacf-4321-a938-71c55905d565") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adac6f27-7546-4523-8bff-2b3fdad6f085") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80a5fafa-2026-44fd-b798-b2082fc17836") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a95c5b57-c8a1-4bd7-afaa-8a0604f3bf95") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a1beb714-dd3d-4794-bee2-db6e35ccae08") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a73bf611-43b7-4fa8-84d7-a3bf147d423f") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "139ad739-bd36-4ac8-9a6b-bd6555fac2b9") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "491b2f89-c7fa-4cc4-a8e2-8a57d778eca0") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c977922-aebe-43a4-9e36-dd32227a3733") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "afb6eec7-05cc-4c6f-87b3-d0a53e048356") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4fe0a35-0d35-4eea-9f3b-39c730333393") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42c88476-7372-4696-a8dd-e03c2b495530") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "80ad3782-bc24-42cf-a081-39fb8b64b1c9") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "8d24b456-b8f1-4e23-ac30-5b536ceef1c3") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "f62c169a-f03b-4662-975b-5ae386bfc7d6") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e06591b") + (at 62.23 71.755 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C5" + (at 1.25 -2.032 90) + (layer "F.SilkS") + (uuid "59852bc9-3106-4a32-b76a-775d54cff906") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "818f2890-cb26-4a15-a7b9-e151d8dfb14c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36b35f0e-03a7-4ae5-a64e-a072c47dd774") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b63f8b1f-f3ed-4b41-ae93-d412e0ca62fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c38a2d0-da51-4e3c-b9c8-55315c56bdba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005d5eb360") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb48711e-41e6-4613-9283-0ce2e055bbea") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f0f9f48-5040-4eac-af9e-1b208335711f") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3628922d-d182-4eb6-979b-fb45686d9333") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69c8036b-4b47-4e43-8567-feae579a6c22") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5178314e-1806-4db2-b09b-54b9bbf19f21") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "191721a1-6888-4985-8913-6f2428475f02") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d47b7f5-365e-4eaa-97ae-bbc2114083ed") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ae0d25a6-ea90-4d36-a286-21e42aa639a7") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96dde873-f3d0-49f3-bdc9-b0fde13f16cc") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04e018b0-3455-4e0f-8e69-3cfcf7d41545") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83468eae-16fb-41ec-8275-0d9dd1f70d9f") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d64a41ff-442f-47fd-8944-c12e2a9ad0dd") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a9c12ca4-2720-4758-87c5-e9af69f4958c") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "667f58c2-74e0-4016-81d3-7031ed8c9a72") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "613162c5-af1e-4c8d-8afc-7db722ced521") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "5b1c8afd-59e4-4f25-8a2d-87367f69d1a8") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "9c21c2c2-791c-4f14-9f6f-101fc4eeaf75") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e065930") + (at 46.99 76.835 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C6" + (at 1.25 1.98 90) + (layer "F.SilkS") + (uuid "5a5903e0-bd28-43f6-8864-cea09c90f3fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "d503aae6-0b7c-4a86-bff8-24f97db97a56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37e9a3da-ccec-407f-a856-6e0ea8840528") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f80f2793-34fa-4f4f-9bb6-544ca072b73d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39e2d71e-e1c6-4c54-b5df-44ce2f9688e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005d5eb366") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33c9e956-a6f1-43cd-aabb-8cc0f828e92b") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05e621ca-4684-4591-b7b1-1c6f647c4a73") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53fcd728-0533-45a1-9f83-14df6ad23eb2") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33fb4896-edc9-4f11-9e63-ae01f3132740") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d8f8f2e-51b5-4baa-b4c4-006381c38ff8") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca712892-24b5-4e7c-b4a6-18c8ad93f8e5") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c9a79ca-7512-4b6b-95eb-b9afd7ffdd26") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eae34338-202a-4d55-9455-b7b6a0f91f71") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c35b8da7-42cd-4240-8d65-ea860d545087") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e546d11-9dff-4e0c-bc18-c20cb8d23959") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ad7de2c-253d-4701-a6a7-5bdb4869af65") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26babeab-41e4-4d4a-bdff-4b8d1efad83c") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab3a2caa-fcac-453d-919a-5a6d8db3d0bf") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ae6feee0-e419-4d4b-b910-3c96a86d9870") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "6827ae74-30d1-4a38-a106-01fda281db06") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "35fd9c4f-4fd3-4823-a695-9d67122d60c0") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "6ad6310e-4465-4671-8522-431b8ba64365") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e06595a") + (at 45.847 96.393 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C9" + (at 1.25 2.032 90) + (layer "F.SilkS") + (uuid "7a45e229-3a9e-4d83-9f32-a9d1381f47d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "f8cd5387-7b1d-49f2-b6e3-373db112ff59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57514be6-bba0-434c-bd2e-20fc7253981c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a090413a-d74a-4817-94ee-82a9361813d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cb8295d-d57d-4cda-9365-f44013ede947") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005d5f4d95") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "103f7392-439a-43f3-bca6-1ec0adc8094f") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f52e776b-ace4-4621-a21b-8c74d7cc7d4d") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76317a98-df23-40fd-a1f9-b3ce039f59f2") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d4fad99-46f6-4ddc-a43a-eb691c3e1d34") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b793aac-436f-48ae-b33e-0b1f5289866b") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c12e9a7-ac31-4f46-b55e-4a5535d1340e") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51875e69-fdc6-4bb5-a28f-0c33ffbf800a") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d30333b-a919-4536-b822-1f5eeb9c1250") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5c8bc8d7-a2fe-4af6-a2b8-cbc6d2412c5a") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a9b22cb-d03d-45d3-ac10-5cfcd6319e64") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "168ea51a-5236-4de4-95e7-fadeed24b697") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1769f06-ec85-4512-987e-a134bd2766b8") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d904ab13-b539-4499-8f52-1eba9dc32343") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30487db4-452e-4cba-9011-523cb39dc4c4") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "b999451b-f3eb-42df-bc46-66c66115c8c7") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "3063faa5-7eca-48c3-8a2d-f4d9a6b23e8c") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "114e9af8-58da-482c-a8d9-a2b2d1f22eeb") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e06596f") + (at 31.623 98.933 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C10" + (at 1.25 1.778 90) + (layer "F.SilkS") + (uuid "3f043a39-3b65-44bf-af1d-51ec0b2212ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "abe6a20e-851e-4eea-9600-9343e7503075") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6945f31d-2add-411d-923b-1b2813977f84") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c75a6d50-4f75-44e7-9cd8-da8d92c92ca2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2de16bf-85ae-4f3b-973d-aaa9029022ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005d5f4d9b") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31a69c8e-dc6e-4e42-a760-d97e1ef915aa") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73585b2d-4b02-487c-a2b0-73dcae55d034") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "894151af-19f6-4ddb-b6e0-a98b6c53cab8") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4b706cb-aa7b-4bfa-b5bf-4c13518942c8") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed6c70f5-8aba-43a0-84af-11bec685f84f") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3238437-eec0-4e7e-b100-1cc525ca46fa") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f4c76ffd-ea96-4153-b385-c90e05347cd1") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b2746ec0-30c3-4c0a-b311-65fb6c9d540c") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "08265360-6867-4fcb-bea7-e77c8b3c58f6") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "600aee62-4361-480f-b63a-2954d1639bb6") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85d61c4d-5f3e-4533-b442-4b553b231bba") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac486885-860a-4d48-bba9-548365d862a5") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "240dc73a-7955-444f-aa1d-eebbb959ce6a") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb7bf5f6-d85f-4377-a38f-de9897d12244") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "ea66f9ca-504b-4bb4-91fe-452fd8873362") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "8ed89876-874a-4c8c-8219-1aa85879a92a") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "c1108fbe-7f41-4536-9937-18707c6e30e4") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0659ea") + (at 27.94 27.94) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H1" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "207e82a7-5312-409d-a91c-d5488b52ee97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "f69fed92-1db4-48d9-b0ca-584dd9bf2ec8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae04fbca-9aa7-47f8-aa2a-ef7849e0ebfc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe405df6-603f-494e-9cc6-755d51194f53") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a3462e8-b6e1-413f-8f37-1a1ab979fdb4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/00000000-0000-0000-0000-00005d6db9a0") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "da02c5c6-cde1-49aa-890e-be2bc8357da9") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b4c9bc3a-ec98-4806-87ad-40fee3ffcc17") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9110f41b-2317-492b-85f4-3a2a64a93bd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "e9ae0b35-5896-415e-b520-25a92cc483d2") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0659f2") + (at 63.16 27.94) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "ed27025f-ee6b-4f7e-a739-010f0969c7e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "abfe17e3-5557-4ba4-a851-16a368b9005b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79102713-4b43-4a06-b834-d856c7a98091") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5fc7a2d5-946f-43bc-a006-ec639a9fbce6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1208ac64-399f-47b7-bb45-ae78457eb785") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/00000000-0000-0000-0000-00005d6dc0fc") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "f0c48a71-9c80-4ed8-a409-507750fa5a00") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "bb43b89b-3f45-4883-a010-72bd13bc244f") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f7071ec5-dbbc-40c6-b0e2-eb73029ea928") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "d2861d60-a00d-4266-9123-0c1b0759bafb") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0659fa") + (at 63.16 134.62) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H3" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "eb62f5e9-8618-4e85-8872-0077b51d9e92") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "6ae0699e-da2b-42f4-b8d0-eefc4420026c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79b64095-d319-4ac0-8eba-f87584cc26cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53664d32-94d1-4e85-85fc-b6fb79ce098b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab7dd54e-d1a8-49fd-93fb-7a461ef50b7d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/00000000-0000-0000-0000-00005d6dc549") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "a1b35f78-d0a3-40a5-99f4-5ebe748b1540") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d75d57a4-ccd1-4a79-a758-5347734c1d35") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1713cdbf-acd5-4769-bf63-67397e4bdb86") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "f512744d-6e29-40a5-ad61-5ce4dfd6c0fc") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e065a02") + (at 27.94 134.62) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "9cf1448a-89a6-4378-ba06-304a293ef507") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "08fb1e4d-635e-4c02-911d-3abdd189dfc6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "537c5f53-fa2c-4421-8c83-45f58f61e603") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df45554e-f5d0-49f7-bb2d-e82e4de8a46d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "319e1fb1-99c1-4228-a391-f9b8a515e1ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "MountingHole*") + (path "/00000000-0000-0000-0000-00005d6dca0e") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "8483398e-f258-43bc-bcad-c35a5dcd8947") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "9475d730-5661-4a2f-8a95-0ab51e0ea9da") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7686fba1-7a58-4bfc-80f0-8b739b15dc8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "5308ee1c-aa46-49dd-bcec-84e35bb658f4") + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b2e8") + (at 53.34 122.428 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C7" + (at 1.27 -2.032 90) + (layer "F.SilkS") + (uuid "6b4bad35-50e6-40e2-97b1-f915a32303d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "49d281b3-0df3-48c3-b343-2156e8117f5c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85b74176-5fcf-4eb9-bfdf-ae2785f81a3a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "408cd083-e97e-4a6c-9b4f-9bb2352a9739") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "994a5640-8d6b-42df-824d-5ce8a9d634c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005efcf1ca") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c076e8b5-ef61-4ff7-957c-db6f3582dd69") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42861a5d-e630-40a8-b874-6cfb615d2675") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bac320f-b6b2-4353-b01b-fc73e37a89e6") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58670c29-9040-4c31-9c73-ce33f3696f0d") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98de9a25-fe98-43d8-8301-2367fea4d2f4") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2973a8e6-80ca-413e-a4ac-665ed505d226") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "36070579-3b5c-4ec4-9c56-7ea9afcc9b29") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7b40756-4d13-4db0-9226-56c5250d6cfb") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd5d9c23-356a-48cc-9c4d-5050386ed4e1") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c9a2f08-d468-42ea-ac47-452a1505fcc6") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d1c3e0a-8557-4b38-9a07-6e5e1c3ed6d3") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "378a2065-1d0b-49df-b431-e312fc0b89a0") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb71861b-c427-417b-8429-71f6479faa8a") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04a8e768-15bd-47e5-b0eb-6fba13bfb73f") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "d055a633-a080-465a-a3e9-7ff72a63831b") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "309477bb-3228-4709-b810-71faccbd50af") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "09bc74c4-a88d-41b8-b206-3b400189ec21") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b2fd") + (at 37.592 127.254 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C8" + (at 1.143 1.905 90) + (layer "F.SilkS") + (uuid "de5e825c-33eb-4f1a-b795-89bf5720c4f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "e66bf189-32cd-466f-bcdc-95ee19b6a89a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f86239b6-75af-4ef8-b62e-f175548a37df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7af7485-6c11-495d-b586-8bf5b9a22c28") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62341f11-5630-47b0-824d-e2235c8c3833") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005efcf1d0") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "073adbac-b20c-4ef0-9b58-e37c9b513740") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b1bf369-83d5-4c4f-a251-f00ae8e1d5c7") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ecef1a89-ad48-46fa-a73b-28ee8facf2c1") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "277ea524-82ae-4ab6-9728-f1134a68b3a1") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4350e9f1-d621-4f8e-99f0-4dd9011068b2") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a26ec9d-d17f-4407-8c80-a964d8e5c754") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c492a647-ccde-48f0-b3ed-27f34254d3b6") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8801fa8-8c81-4533-846c-f533c0e300d4") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27c700f1-1d88-4e9a-9e9a-a0592958830e") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "377c762e-a139-4fdb-98fb-7561877bd6f8") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc8a6457-8e7e-4908-9b46-19f56cbc081e") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ede049d-1ae4-41f0-ac2e-3eda4dcc914b") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56350e4f-7fc5-4aa4-856e-755542b6113a") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80602952-eb5e-4254-b4e1-be8c3611a281") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "35340df0-f174-448b-8904-feb9e3d09711") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "2e59a3dd-9131-4597-abda-c525f1e091f7") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "66775d5b-1306-4648-bea8-32edc77a733c") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b3d1") + (at 31.496 130.048 90) + (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C13" + (at 1 -3.75 90) + (layer "F.SilkS") + (uuid "520d159d-638a-4e9e-a421-45171384f08a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 1 3.75 90) + (layer "F.Fab") + (uuid "4440512b-2250-45b6-9ed0-8a7e845f30cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea0909c7-f113-476d-abbc-a7aee831d196") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82d3819d-1199-4596-a85a-1b276366fbfc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da60d818-37d4-4e34-92c8-d15b10955c6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/00000000-0000-0000-0000-00005ef649ba") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 -2.58) + (end 1.04 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "831341bb-a5d2-4fdc-92ca-92342093cd4d") + ) + (fp_line + (start 1 -2.58) + (end 1 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0274d8a0-d9f9-43a5-b276-64b9c616dd83") + ) + (fp_line + (start 1.08 -2.579) + (end 1.08 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "050b8cdb-84ff-444c-bb69-fcdd0c8549fa") + ) + (fp_line + (start 1.12 -2.578) + (end 1.12 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f35c371e-f4b5-4d52-8b2a-b5e02200efdc") + ) + (fp_line + (start 1.16 -2.576) + (end 1.16 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9803325e-9b5e-4c68-817b-5cc3069f4a81") + ) + (fp_line + (start 1.2 -2.573) + (end 1.2 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dedb9954-19b6-4a1c-9b76-bc31816ec1a3") + ) + (fp_line + (start 1.24 -2.569) + (end 1.24 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b74515e2-30f0-4d06-b82d-8ebafdc9cc35") + ) + (fp_line + (start 1.28 -2.565) + (end 1.28 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "865ae15b-1445-4d76-a29f-f944a6cebdfd") + ) + (fp_line + (start 1.32 -2.561) + (end 1.32 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "573db65d-bbfb-4635-a495-049278f4b6d0") + ) + (fp_line + (start 1.36 -2.556) + (end 1.36 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9ca41a8-e9a0-4b5f-ba9a-0d4f888ccece") + ) + (fp_line + (start 1.4 -2.55) + (end 1.4 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9f2133a-6bcb-4647-bf56-1d2cc5943488") + ) + (fp_line + (start 1.44 -2.543) + (end 1.44 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9bac4fe3-feec-480b-81c7-d51111c5435f") + ) + (fp_line + (start 1.48 -2.536) + (end 1.48 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75de3e9b-4832-4914-b912-39156970ad13") + ) + (fp_line + (start 1.52 -2.528) + (end 1.52 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "101339e5-d08e-4204-8fc6-4f19d0ebab7b") + ) + (fp_line + (start 1.56 -2.52) + (end 1.56 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "489c559d-081a-4cba-831b-074f9c0e4d54") + ) + (fp_line + (start 1.6 -2.511) + (end 1.6 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7539c9f7-d7ac-4091-a4fc-020cde4ca594") + ) + (fp_line + (start 1.64 -2.501) + (end 1.64 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d80005bd-6102-4350-976f-80b8d5063f0b") + ) + (fp_line + (start 1.68 -2.491) + (end 1.68 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02a44ee8-3085-4222-ba8c-069def931a75") + ) + (fp_line + (start 1.721 -2.48) + (end 1.721 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb4ef6cc-f32f-4a35-bcc3-a051b0a6b495") + ) + (fp_line + (start 1.761 -2.468) + (end 1.761 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6ff4f77-980b-4337-833a-b58f10d00f53") + ) + (fp_line + (start 1.801 -2.455) + (end 1.801 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57f614bc-0a1d-4073-adf0-4ef9359c14dd") + ) + (fp_line + (start 1.841 -2.442) + (end 1.841 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df170a9a-170f-4dc5-bc16-b37cfabed079") + ) + (fp_line + (start 1.881 -2.428) + (end 1.881 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8afa0423-88a1-4c7c-956c-3c58dfc12d41") + ) + (fp_line + (start 1.921 -2.414) + (end 1.921 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64b60316-57a3-4521-a732-557006f9b08a") + ) + (fp_line + (start 1.961 -2.398) + (end 1.961 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fc69a05-458e-4ca4-8d90-297a71a0fdbc") + ) + (fp_line + (start 2.001 -2.382) + (end 2.001 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c2f1341-6cbc-4499-b50b-1f370c897fba") + ) + (fp_line + (start 2.041 -2.365) + (end 2.041 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "579bf6a2-0974-4778-9198-7014aea6e72f") + ) + (fp_line + (start 2.081 -2.348) + (end 2.081 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5108fe0-d855-4b3e-9089-b340977b34fc") + ) + (fp_line + (start 2.121 -2.329) + (end 2.121 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4e3e350-d92a-4117-8aff-55e1b8235489") + ) + (fp_line + (start 2.161 -2.31) + (end 2.161 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4135e688-55e5-4982-8920-b95f1610c831") + ) + (fp_line + (start 2.201 -2.29) + (end 2.201 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cb69305-8d53-4957-ae9b-9810552d7040") + ) + (fp_line + (start 2.241 -2.268) + (end 2.241 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26647423-2ae0-4ee1-adf4-773324d7aaba") + ) + (fp_line + (start 2.281 -2.247) + (end 2.281 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66bf925c-2ed7-433f-adc9-74256ae9c27e") + ) + (fp_line + (start 2.321 -2.224) + (end 2.321 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adc78836-55c6-4824-921e-dd6cd97448bc") + ) + (fp_line + (start 2.361 -2.2) + (end 2.361 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5a6d577-bb4d-47a9-9fe8-c27b72e99246") + ) + (fp_line + (start 2.401 -2.175) + (end 2.401 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37081129-d7ca-4523-9c11-27cc8f2f5971") + ) + (fp_line + (start 2.441 -2.149) + (end 2.441 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd2a6c39-b51d-4ab9-a0f8-b85173b64ca6") + ) + (fp_line + (start 2.481 -2.122) + (end 2.481 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2f2b6a1-4658-4029-a9c9-78d0153f9c03") + ) + (fp_line + (start 2.521 -2.095) + (end 2.521 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f65894d4-efc1-4ce1-b863-af710fcc1aec") + ) + (fp_line + (start 2.561 -2.065) + (end 2.561 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5f8fc98-e03d-42c1-9224-e44325b3c188") + ) + (fp_line + (start 2.601 -2.035) + (end 2.601 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fd3b873-dda6-4d7f-b1d2-98a4db3f2823") + ) + (fp_line + (start 2.641 -2.004) + (end 2.641 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "609ec275-a20d-4017-84d9-3b7a2fb44736") + ) + (fp_line + (start 2.681 -1.971) + (end 2.681 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49d32e96-a29b-475a-a307-44aaa0b08281") + ) + (fp_line + (start 2.721 -1.937) + (end 2.721 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b762e2e7-6e5a-40fc-adc4-0d59f4a220b8") + ) + (fp_line + (start 2.761 -1.901) + (end 2.761 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46e9d0ca-4881-4a1b-b061-f35b669c5bd6") + ) + (fp_line + (start 2.801 -1.864) + (end 2.801 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "567cf073-c509-477b-9995-ddc71966ba95") + ) + (fp_line + (start 2.841 -1.826) + (end 2.841 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ace4c596-349d-4c57-aa4c-3a0cb7a42a2b") + ) + (fp_line + (start 2.881 -1.785) + (end 2.881 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61c2cc14-21ba-4db3-9bfc-27e19f7e6735") + ) + (fp_line + (start 2.921 -1.743) + (end 2.921 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92febe04-61f7-4756-9cb4-fbaf4963bf66") + ) + (fp_line + (start -1.554775 -1.725) + (end -1.554775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "abf5d3b2-5ced-460a-853b-f40877f77c0a") + ) + (fp_line + (start 2.961 -1.699) + (end 2.961 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0034eaf-c2c2-4aa0-a72a-6276daff4c3e") + ) + (fp_line + (start 3.001 -1.653) + (end 3.001 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3ee1adc-fa06-4fff-8508-ef87171b7e5c") + ) + (fp_line + (start 3.041 -1.605) + (end 3.041 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78028ff9-f2fb-450b-90d1-f886782d40b0") + ) + (fp_line + (start 3.081 -1.554) + (end 3.081 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c124518-aaaf-463d-b881-027af4d8ba59") + ) + (fp_line + (start 3.121 -1.5) + (end 3.121 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aba45b69-e4ad-49fe-b7af-315cbd48f132") + ) + (fp_line + (start -1.804775 -1.475) + (end -1.304775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "340496e1-6013-42e3-8944-d35c2e3b1ea2") + ) + (fp_line + (start 3.161 -1.443) + (end 3.161 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf5c8d1d-facf-448a-bce0-cb0d1d52279f") + ) + (fp_line + (start 3.201 -1.383) + (end 3.201 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cc98520-1dda-47b9-8d97-838b0725ee4d") + ) + (fp_line + (start 3.241 -1.319) + (end 3.241 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "767b374f-c0cd-4bda-99b1-32f1dce08569") + ) + (fp_line + (start 3.281 -1.251) + (end 3.281 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7e2a5de-8fe8-4ecf-819c-7819f023580b") + ) + (fp_line + (start 3.321 -1.178) + (end 3.321 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23ea9bfa-d394-4f7e-9e97-eff68a22c394") + ) + (fp_line + (start 3.361 -1.098) + (end 3.361 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "014400ca-a905-4b31-8e48-ff2de7b17def") + ) + (fp_line + (start 3.401 -1.011) + (end 3.401 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "365e7d97-dfe1-4c87-84ba-ebb62a21c7e1") + ) + (fp_line + (start 3.441 -0.915) + (end 3.441 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbfe67b8-23f0-491a-a854-c163c64ea625") + ) + (fp_line + (start 3.481 -0.805) + (end 3.481 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7e76941-5c62-4ca9-aa72-60244cc3a9f1") + ) + (fp_line + (start 3.521 -0.677) + (end 3.521 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eca548e4-a474-4b01-afe9-49f376bef987") + ) + (fp_line + (start 3.561 -0.518) + (end 3.561 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1bc504cc-3fe6-45d7-b996-526ef8d55f5e") + ) + (fp_line + (start 3.601 -0.284) + (end 3.601 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "59f0febc-9b2f-410c-bf99-73169ddadb25") + ) + (fp_line + (start 3.001 1.04) + (end 3.001 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "775a8633-2804-4ca1-b3f7-af015021ccc7") + ) + (fp_line + (start 2.961 1.04) + (end 2.961 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18968321-0460-465d-9ef7-72023e568e99") + ) + (fp_line + (start 2.921 1.04) + (end 2.921 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2465251c-b1c1-44ff-8021-d93fa791b0d8") + ) + (fp_line + (start 2.881 1.04) + (end 2.881 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07a4a586-4e59-4380-807e-b8d4187e8906") + ) + (fp_line + (start 2.841 1.04) + (end 2.841 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "416c2f4c-1c99-4331-be37-40fc714ba0c7") + ) + (fp_line + (start 2.801 1.04) + (end 2.801 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2781d34e-5479-4eae-87db-d091ea4ccbaf") + ) + (fp_line + (start 2.761 1.04) + (end 2.761 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "201388a2-02ba-4b11-857e-09c740e07fc3") + ) + (fp_line + (start 2.721 1.04) + (end 2.721 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f254662-471d-4c7e-bbe9-13ca8e05ff7a") + ) + (fp_line + (start 2.681 1.04) + (end 2.681 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4e50da8-b11e-484e-a24d-0b5c3f0c6ce0") + ) + (fp_line + (start 2.641 1.04) + (end 2.641 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69f52c07-adad-47b5-9471-22aa3a7629b5") + ) + (fp_line + (start 2.601 1.04) + (end 2.601 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13195bed-aa32-4f30-ac8d-c7213a9ccaf8") + ) + (fp_line + (start 2.561 1.04) + (end 2.561 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c33f8c43-8c79-4502-871d-d678a1aa1d03") + ) + (fp_line + (start 2.521 1.04) + (end 2.521 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cfd8e80-28f9-44a2-a9d4-dbdcb5859a00") + ) + (fp_line + (start 2.481 1.04) + (end 2.481 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b402f30-6922-4694-a0e8-5eba3ee40d7b") + ) + (fp_line + (start 2.441 1.04) + (end 2.441 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1be720a5-1bbb-477a-93ba-58b3073cb882") + ) + (fp_line + (start 2.401 1.04) + (end 2.401 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba51373d-3e2a-4027-92b7-6331683140bc") + ) + (fp_line + (start 2.361 1.04) + (end 2.361 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "102ecec4-5123-46b8-a575-534f7e61eaad") + ) + (fp_line + (start 2.321 1.04) + (end 2.321 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0fe2b6ca-7534-4079-9631-1c0d590f3860") + ) + (fp_line + (start 2.281 1.04) + (end 2.281 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8f31455-5dae-4253-b7fa-80db9dd0e36b") + ) + (fp_line + (start 2.241 1.04) + (end 2.241 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9ac05ff-b233-4eb4-9e60-8919f7c16f7b") + ) + (fp_line + (start 2.201 1.04) + (end 2.201 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ce51320-6e95-48b8-9b5f-41474ac66672") + ) + (fp_line + (start 2.161 1.04) + (end 2.161 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb9a5713-176d-4bae-b6cb-57e276f32be3") + ) + (fp_line + (start 2.121 1.04) + (end 2.121 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81a743d8-d9bd-4441-a6d1-e54405cb4166") + ) + (fp_line + (start 2.081 1.04) + (end 2.081 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "654fc027-52a1-4749-83fd-abc60a2df1e2") + ) + (fp_line + (start 2.041 1.04) + (end 2.041 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc79a8b8-323d-41a1-a2ea-abe5e0c273dd") + ) + (fp_line + (start 2.001 1.04) + (end 2.001 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8099a1eb-a6ca-4247-99bf-8baab57bad79") + ) + (fp_line + (start 1.961 1.04) + (end 1.961 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a085751-49d6-4a7c-ae52-9004bec62d19") + ) + (fp_line + (start 1.921 1.04) + (end 1.921 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ae05289-2665-4701-abe6-9bf9832a52da") + ) + (fp_line + (start 1.881 1.04) + (end 1.881 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a63421e4-cc2b-4af2-bf16-53dff20777b7") + ) + (fp_line + (start 1.841 1.04) + (end 1.841 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01146005-6838-49a2-8826-7064f9f7642d") + ) + (fp_line + (start 1.801 1.04) + (end 1.801 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4b9551c-45fb-4907-b12d-13bac0609baa") + ) + (fp_line + (start 1.761 1.04) + (end 1.761 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f52d86c8-4646-45f5-9563-ca435b36f9f7") + ) + (fp_line + (start 1.721 1.04) + (end 1.721 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "873b41a8-6545-4055-b811-c743ccd24c44") + ) + (fp_line + (start 1.68 1.04) + (end 1.68 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc266aa7-4d0f-4b60-9b4c-72d34fed5d4d") + ) + (fp_line + (start 1.64 1.04) + (end 1.64 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44cdfbcf-45c0-40ed-8d35-4bb929d7505c") + ) + (fp_line + (start 1.6 1.04) + (end 1.6 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3edd069f-9ed2-40fc-8a51-af507b35e018") + ) + (fp_line + (start 1.56 1.04) + (end 1.56 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ab695c9-27ec-4aac-8c3f-6cbbd105d072") + ) + (fp_line + (start 1.52 1.04) + (end 1.52 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15a4e39f-20ef-409a-87f3-b7e506d232c5") + ) + (fp_line + (start 1.48 1.04) + (end 1.48 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0033bc31-7126-453e-8852-1c0f9fa7c821") + ) + (fp_line + (start 1.44 1.04) + (end 1.44 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca1329ea-63c3-40f5-baed-b851e412fa65") + ) + (fp_line + (start 1.4 1.04) + (end 1.4 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d348d5c3-8aff-4e66-a0b9-ba3fa2d5902b") + ) + (fp_line + (start 1.36 1.04) + (end 1.36 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7333b5d6-f46a-47b5-9703-199b8f403a08") + ) + (fp_line + (start 1.32 1.04) + (end 1.32 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eaed149e-c87a-4d0e-a084-00650c090b40") + ) + (fp_line + (start 1.28 1.04) + (end 1.28 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "016e691a-540b-4bb8-804e-f7e23e1fb885") + ) + (fp_line + (start 1.24 1.04) + (end 1.24 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e106889f-ca05-479d-bb3b-56a8a834e78e") + ) + (fp_line + (start 1.2 1.04) + (end 1.2 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70b93c55-96fb-4f77-adc2-4948ebe4b677") + ) + (fp_line + (start 1.16 1.04) + (end 1.16 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c232db2f-a139-45d7-a515-dd6e4bb53e41") + ) + (fp_line + (start 1.12 1.04) + (end 1.12 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bae689a1-1a96-44e6-aa90-c3922defff19") + ) + (fp_line + (start 1.08 1.04) + (end 1.08 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1ead415-17fc-4544-b2ed-547c619f9c5d") + ) + (fp_line + (start 1.04 1.04) + (end 1.04 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f649c62-a799-4aed-a541-9ed604b07e3f") + ) + (fp_line + (start 1 1.04) + (end 1 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20b76a04-1715-41bb-b897-d360610fe850") + ) + (fp_circle + (center 1 0) + (end 3.62 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "24035cef-aba7-4412-b69c-1a01f17def6d") + ) + (fp_circle + (center 1 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "759cc701-8000-427d-ad73-24b92424c87c") + ) + (fp_line + (start -0.883605 -1.3375) + (end -0.883605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46120107-702b-4d2a-8890-0d428cca89ce") + ) + (fp_line + (start -1.133605 -1.0875) + (end -0.633605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5447d283-dd33-4f2b-b39e-6976179c3112") + ) + (fp_circle + (center 1 0) + (end 3.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "4374be46-6e1d-4d90-961c-d4eb6aae3b7a") + ) + (fp_text user "${REFERENCE}" + (at 1 0 90) + (layer "F.Fab") + (uuid "4810f70b-7e88-4a2a-ac29-3fc4edd06964") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "/res_2") + (pintype "passive") + (uuid "3fe1d7de-288e-4d25-8fda-e83b14d6af21") + ) + (pad "2" thru_hole circle + (at 2 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U3A-+)") + (pintype "passive") + (uuid "5ab3d6d4-ff89-4ab8-860d-c46b550428b1") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b455") + (at 59.436 127.637775 -90) + (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C14" + (at 1 -3.75 90) + (layer "F.SilkS") + (uuid "d0cfd4bd-854c-4984-99cc-355db0e37a72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 1 3.75 90) + (layer "F.Fab") + (uuid "830d47c1-7cad-40c2-979b-739d8e597e6d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd8ff059-ca67-4b74-9e9e-075a43cb3d87") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3e350bc-41a1-4b9e-b318-9be5087e4acc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ce070d2-ec9d-43fb-9208-b4e276c94489") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/00000000-0000-0000-0000-00005ed96486") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1 1.04) + (end 1 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3e8c694-0d40-4680-a0f4-7e53ae647b9a") + ) + (fp_line + (start 1.04 1.04) + (end 1.04 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e81555a2-7a7f-425d-9241-830e4ead3eba") + ) + (fp_line + (start 1.08 1.04) + (end 1.08 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8d0fcc6-d23f-4cd6-b59e-ebdfcfba25a4") + ) + (fp_line + (start 1.12 1.04) + (end 1.12 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "958572ec-7e98-46f8-a2ca-07f9bb33d56d") + ) + (fp_line + (start 1.16 1.04) + (end 1.16 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e2b6960-7ae4-46f8-b6c2-66f4932ab6b8") + ) + (fp_line + (start 1.2 1.04) + (end 1.2 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6826e449-681d-4470-b7ef-cadd7dcb3f2f") + ) + (fp_line + (start 1.24 1.04) + (end 1.24 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e599e28-1c50-4203-907f-a4941f60f857") + ) + (fp_line + (start 1.28 1.04) + (end 1.28 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79a85be4-a60e-4363-bda4-78a845675aff") + ) + (fp_line + (start 1.32 1.04) + (end 1.32 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e67db0b-fbd6-4c24-9009-592a8f6c8a62") + ) + (fp_line + (start 1.36 1.04) + (end 1.36 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f93ff698-fe52-4737-82dd-ee0a2c5592e1") + ) + (fp_line + (start 1.4 1.04) + (end 1.4 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ca707b0-7eec-416c-98e5-e00934861002") + ) + (fp_line + (start 1.44 1.04) + (end 1.44 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01e52a99-f3f4-4a02-8924-2c6ae9257a28") + ) + (fp_line + (start 1.48 1.04) + (end 1.48 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c483f30-2408-4816-a498-8a65e4c980d8") + ) + (fp_line + (start 1.52 1.04) + (end 1.52 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2bb9e10a-324b-434e-9176-33fb23d44553") + ) + (fp_line + (start 1.56 1.04) + (end 1.56 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "951e875e-42e1-4578-b9e5-e28fe5ac472a") + ) + (fp_line + (start 1.6 1.04) + (end 1.6 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "433d5553-9f5a-4dc9-802f-d59bb4f7ad7e") + ) + (fp_line + (start 1.64 1.04) + (end 1.64 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c900a73b-aca0-423f-b4f0-61e2bca50cc8") + ) + (fp_line + (start 1.68 1.04) + (end 1.68 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c94b7ef4-da72-44ba-bcc4-766a533d6f19") + ) + (fp_line + (start 1.721 1.04) + (end 1.721 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a69597d0-f6a4-4395-b6e0-91df53df6f9e") + ) + (fp_line + (start 1.761 1.04) + (end 1.761 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b282d0ed-b38d-4b3a-a2a2-97e55b8b9b6f") + ) + (fp_line + (start 1.801 1.04) + (end 1.801 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b055f15f-7728-4b8a-9158-d7f5e99ff5be") + ) + (fp_line + (start 1.841 1.04) + (end 1.841 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcc83021-ef0b-4d55-b2e8-969d66ea6cfa") + ) + (fp_line + (start 1.881 1.04) + (end 1.881 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c22b6737-739f-4b5c-be17-30beb154454b") + ) + (fp_line + (start 1.921 1.04) + (end 1.921 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e684c8c-01bc-4213-a2df-4971f1c69a3a") + ) + (fp_line + (start 1.961 1.04) + (end 1.961 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cf9622a-cbfc-492d-8b83-8425c1c55065") + ) + (fp_line + (start 2.001 1.04) + (end 2.001 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "417c9b0f-7cc7-471f-9117-eefc08a2105b") + ) + (fp_line + (start 2.041 1.04) + (end 2.041 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f880683-5c3c-4344-8125-9ebf4c77ba39") + ) + (fp_line + (start 2.081 1.04) + (end 2.081 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9fcc119-b743-4b68-9cc8-c5934bb142a4") + ) + (fp_line + (start 2.121 1.04) + (end 2.121 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a029e88e-9977-4db6-a593-712533007afc") + ) + (fp_line + (start 2.161 1.04) + (end 2.161 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57136abe-6344-40e6-b9ad-4e4eea39da6a") + ) + (fp_line + (start 2.201 1.04) + (end 2.201 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e72f48d-8930-49f7-b64d-9158639191bb") + ) + (fp_line + (start 2.241 1.04) + (end 2.241 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62982fd5-b49f-442f-bb7c-98b9cf935af0") + ) + (fp_line + (start 2.281 1.04) + (end 2.281 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b12d56a7-6a62-4b2b-ac65-a5cf7b3cceab") + ) + (fp_line + (start 2.321 1.04) + (end 2.321 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1d22069-183d-43e0-a88a-20c1449149ff") + ) + (fp_line + (start 2.361 1.04) + (end 2.361 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b333532-0e0e-4499-9c5a-2559124b0775") + ) + (fp_line + (start 2.401 1.04) + (end 2.401 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32db55cd-241f-4e81-ba26-99d2bc95c180") + ) + (fp_line + (start 2.441 1.04) + (end 2.441 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8d98b01-7452-4ba4-b576-c7db794f5914") + ) + (fp_line + (start 2.481 1.04) + (end 2.481 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c2a92ed-a950-4e9b-93cd-b2899ed6b0c3") + ) + (fp_line + (start 2.521 1.04) + (end 2.521 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bac9eb92-9480-46fe-9a71-a0841660cf8b") + ) + (fp_line + (start 2.561 1.04) + (end 2.561 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e55ab9a0-72e8-4819-8599-187b67196a7f") + ) + (fp_line + (start 2.601 1.04) + (end 2.601 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba8ebc5c-91ce-451c-9610-72ecc14b818a") + ) + (fp_line + (start 2.641 1.04) + (end 2.641 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97d84b04-e46b-482e-ac0f-54a4ddbb527a") + ) + (fp_line + (start 2.681 1.04) + (end 2.681 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a6f4494-2959-4b3c-b080-eee6948384fc") + ) + (fp_line + (start 2.721 1.04) + (end 2.721 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14f98be4-cb7d-4b53-9629-eb7f6835c7a4") + ) + (fp_line + (start 2.761 1.04) + (end 2.761 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2c89447-c32e-453f-add8-09c7ea1c17ef") + ) + (fp_line + (start 2.801 1.04) + (end 2.801 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0753ee7a-d74a-4604-8902-ec1d1827d047") + ) + (fp_line + (start 2.841 1.04) + (end 2.841 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4ae6fd5-f531-42de-a2d6-629e9ccaee26") + ) + (fp_line + (start 2.881 1.04) + (end 2.881 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f1a41d7-3544-412a-8673-f5532a1e361e") + ) + (fp_line + (start 2.921 1.04) + (end 2.921 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6347427e-eba2-4ed8-9d39-f7525c537e1d") + ) + (fp_line + (start 2.961 1.04) + (end 2.961 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22f5d482-8120-40b6-8eab-94f7a3436242") + ) + (fp_line + (start 3.001 1.04) + (end 3.001 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fcf88f0-57b0-4dac-b3f0-c75c33a907ce") + ) + (fp_line + (start 3.601 -0.284) + (end 3.601 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "702e9875-34ae-4aa2-bb5d-622f8590e7b0") + ) + (fp_line + (start 3.561 -0.518) + (end 3.561 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b9127a2-6c9d-47db-8dd7-de03d3ec299d") + ) + (fp_line + (start 3.521 -0.677) + (end 3.521 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba57ad8a-71a6-4000-9350-22ffdf51a902") + ) + (fp_line + (start 3.481 -0.805) + (end 3.481 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afeb77ce-5a67-4fa3-a2e5-80c0f3b0c14c") + ) + (fp_line + (start 3.441 -0.915) + (end 3.441 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00736d5d-b846-4b02-a84b-53cd2db623b5") + ) + (fp_line + (start 3.401 -1.011) + (end 3.401 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fa260e5-7b0c-4bab-8630-bc61a27e44e5") + ) + (fp_line + (start 3.361 -1.098) + (end 3.361 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dfcbfe42-8402-45e8-b6f2-6e1c963dce19") + ) + (fp_line + (start 3.321 -1.178) + (end 3.321 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97d9046d-7aeb-4c20-9087-f3c4d1beb7e7") + ) + (fp_line + (start 3.281 -1.251) + (end 3.281 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9bbc663-7940-4c60-9de0-cc5cb2f852d8") + ) + (fp_line + (start 3.241 -1.319) + (end 3.241 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "945abbbd-7ad0-4743-b0aa-73436810be55") + ) + (fp_line + (start 3.201 -1.383) + (end 3.201 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "539c083c-d3ad-4683-8164-f2341c05ed49") + ) + (fp_line + (start 3.161 -1.443) + (end 3.161 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46153616-afe5-4a66-ba35-38f2ff55026b") + ) + (fp_line + (start -1.804775 -1.475) + (end -1.304775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dec9da31-5275-4ce2-90c6-8a7492486474") + ) + (fp_line + (start 3.121 -1.5) + (end 3.121 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9bd0555-a3ab-43a3-8f23-57f50dc4e289") + ) + (fp_line + (start 3.081 -1.554) + (end 3.081 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5bc4e511-bef3-45dc-9571-b0fb112e7a8e") + ) + (fp_line + (start 3.041 -1.605) + (end 3.041 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7d1e65d-e8a6-49de-b629-ff4d064f70e2") + ) + (fp_line + (start 3.001 -1.653) + (end 3.001 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae1d8b1b-0f96-4138-ac06-e69cd093b707") + ) + (fp_line + (start 2.961 -1.699) + (end 2.961 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f664b821-2305-4c67-9a1b-54471f3b81b8") + ) + (fp_line + (start -1.554775 -1.725) + (end -1.554775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "099160b3-f7a1-4b5e-83e2-9e4a60bdcb5c") + ) + (fp_line + (start 2.921 -1.743) + (end 2.921 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6254b2b-df70-42ba-91a5-a792d1b83eac") + ) + (fp_line + (start 2.881 -1.785) + (end 2.881 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebc673fa-5b9a-4456-a5fb-d2ddf69a54d2") + ) + (fp_line + (start 2.841 -1.826) + (end 2.841 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a28e2f45-6414-44c1-b6df-2b320fe0a297") + ) + (fp_line + (start 2.801 -1.864) + (end 2.801 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb78ad2-3b4f-413d-8f0c-4dc521f6c108") + ) + (fp_line + (start 2.761 -1.901) + (end 2.761 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1652741-22fe-4dfe-b663-f0e702f2f2fb") + ) + (fp_line + (start 2.721 -1.937) + (end 2.721 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ef88d05-7855-4b8b-a37c-25e77a7cdb36") + ) + (fp_line + (start 2.681 -1.971) + (end 2.681 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7446796e-39ee-4d2d-86da-8728a3ea1e50") + ) + (fp_line + (start 2.641 -2.004) + (end 2.641 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44408e26-acdd-49ef-bc22-d8fd176cf3a8") + ) + (fp_line + (start 2.601 -2.035) + (end 2.601 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33d198b1-a5d7-4d02-b686-22d9143e0c70") + ) + (fp_line + (start 2.561 -2.065) + (end 2.561 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb212278-b9fa-4adc-ab4e-5cd29afbdcf9") + ) + (fp_line + (start 2.521 -2.095) + (end 2.521 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f88cb522-8ffa-4524-af46-8db1d1e21c45") + ) + (fp_line + (start 2.481 -2.122) + (end 2.481 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5ea6569-987a-4ada-96d1-b65f2b4f7ec1") + ) + (fp_line + (start 2.441 -2.149) + (end 2.441 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26994eb6-301a-4f4e-ada4-6c545ae67566") + ) + (fp_line + (start 2.401 -2.175) + (end 2.401 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc3e4eda-345e-4736-afba-3ac37a6fe233") + ) + (fp_line + (start 2.361 -2.2) + (end 2.361 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a2a9630-a6a4-4f80-bb7a-e3a9cfc2766c") + ) + (fp_line + (start 2.321 -2.224) + (end 2.321 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4d1be2d-013a-4fcc-8565-b407d9ac2eed") + ) + (fp_line + (start 2.281 -2.247) + (end 2.281 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96f0757b-5e78-4251-947b-8eff443c8675") + ) + (fp_line + (start 2.241 -2.268) + (end 2.241 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73be7475-f3e9-489a-b6d8-98c18982cabc") + ) + (fp_line + (start 2.201 -2.29) + (end 2.201 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33f20872-7b24-4db3-8d4a-a0f4d1a582e9") + ) + (fp_line + (start 2.161 -2.31) + (end 2.161 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "802c1568-143b-44e9-b0b2-f8292c6bbaff") + ) + (fp_line + (start 2.121 -2.329) + (end 2.121 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b3d612d-c9da-4357-99c7-71825650cf4b") + ) + (fp_line + (start 2.081 -2.348) + (end 2.081 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d2e53d5-cc53-475a-994d-a80af8577d17") + ) + (fp_line + (start 2.041 -2.365) + (end 2.041 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02870d18-da04-4e7d-a877-29be1fe57b4c") + ) + (fp_line + (start 2.001 -2.382) + (end 2.001 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8fee392-a4d6-4507-9017-a9dbfa71ddd0") + ) + (fp_line + (start 1.961 -2.398) + (end 1.961 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "246bd4d2-e3ed-4ca8-ae5d-6558def8a455") + ) + (fp_line + (start 1.921 -2.414) + (end 1.921 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "493fe60a-1c3d-45c6-87eb-8be99497ba09") + ) + (fp_line + (start 1.881 -2.428) + (end 1.881 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18ddbae9-33af-44fc-b832-7a7ba8a34faa") + ) + (fp_line + (start 1.841 -2.442) + (end 1.841 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d4d34fe-1637-41d1-8d82-2f0c84fef411") + ) + (fp_line + (start 1.801 -2.455) + (end 1.801 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1edecb1f-74c2-4714-a2a6-3b445d094cf8") + ) + (fp_line + (start 1.761 -2.468) + (end 1.761 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27e2d770-14e0-4dff-bb65-2a2939e03c6f") + ) + (fp_line + (start 1.721 -2.48) + (end 1.721 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b88542b-e402-40e6-93ca-506adaaa6f80") + ) + (fp_line + (start 1.68 -2.491) + (end 1.68 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f0129b9-8233-4c05-84ae-7375a8be2fff") + ) + (fp_line + (start 1.64 -2.501) + (end 1.64 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18edc178-054e-43e2-8950-0952b146027b") + ) + (fp_line + (start 1.6 -2.511) + (end 1.6 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "125b6b08-4c9e-4c2a-aa3e-f2550e1e7fe8") + ) + (fp_line + (start 1.56 -2.52) + (end 1.56 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d80d423f-9d2c-467e-8bb0-1525e008ea18") + ) + (fp_line + (start 1.52 -2.528) + (end 1.52 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2aa580cd-c538-453d-af0f-c784461b639a") + ) + (fp_line + (start 1.48 -2.536) + (end 1.48 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3569d18b-d98d-453c-b6b1-4d3012efdfe2") + ) + (fp_line + (start 1.44 -2.543) + (end 1.44 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df86d38f-8205-49d1-b5d1-5ee3c9769dfc") + ) + (fp_line + (start 1.4 -2.55) + (end 1.4 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d656194-d6ba-4ca9-b780-428592ce647d") + ) + (fp_line + (start 1.36 -2.556) + (end 1.36 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fae4357-950c-43f8-9be7-f841e9fc73af") + ) + (fp_line + (start 1.32 -2.561) + (end 1.32 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2cddf07-656f-4c29-b353-4a0b46627497") + ) + (fp_line + (start 1.28 -2.565) + (end 1.28 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf974fee-3990-4ece-a4bf-f2ed56694b28") + ) + (fp_line + (start 1.24 -2.569) + (end 1.24 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d5b8967-3339-4acb-8be6-9de365cf55fb") + ) + (fp_line + (start 1.2 -2.573) + (end 1.2 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7572d711-0d96-4566-9673-573868e0749d") + ) + (fp_line + (start 1.16 -2.576) + (end 1.16 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e628e462-1576-405f-b687-d06a674cc818") + ) + (fp_line + (start 1.12 -2.578) + (end 1.12 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2398323e-9ce3-43cf-aa68-00172e924754") + ) + (fp_line + (start 1.08 -2.579) + (end 1.08 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60d13403-dd48-4651-80dc-8d07f59c9a11") + ) + (fp_line + (start 1 -2.58) + (end 1 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f418577e-6e8c-4aea-9dd5-45c540c31419") + ) + (fp_line + (start 1.04 -2.58) + (end 1.04 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0fce1bd4-f563-4202-afcb-44938b398eab") + ) + (fp_circle + (center 1 0) + (end 3.62 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "c6a05a97-be25-40d9-badf-16fc148b980c") + ) + (fp_circle + (center 1 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "c665abe3-03ab-4ad4-9025-15574baa088b") + ) + (fp_line + (start -1.133605 -1.0875) + (end -0.633605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50774593-3374-447b-b3d5-2ff401c979d8") + ) + (fp_line + (start -0.883605 -1.3375) + (end -0.883605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a2f9d4a-8ff3-4e2a-8eb3-50b1080a22c7") + ) + (fp_circle + (center 1 0) + (end 3.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "ec17ceae-57bc-4c1d-94d8-f60040daf7b2") + ) + (fp_text user "${REFERENCE}" + (at 1 0 90) + (layer "F.Fab") + (uuid "bc5b69ce-e6b5-4a41-9949-84ff080487e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C14-Pad1)") + (pintype "passive") + (uuid "96816e11-9cd3-4a4d-bad7-841a0bf5c8e2") + ) + (pad "2" thru_hole circle + (at 2 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(U3B-+)") + (pintype "passive") + (uuid "5b5fcac5-7868-49cb-989d-bb37015af60f") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b5c8") + (at 51.3 63.545 -90) + (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q1" + (at 2.54 -3.56 -90) + (layer "F.SilkS") + (uuid "7dbc2f32-92b3-4203-af9f-3d0eed98c86f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2N3904" + (at 2.54 2.79 -90) + (layer "F.Fab") + (uuid "71158b7b-534d-442c-a1e5-d166549ff947") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aedca49d-fcea-49e3-9820-ba735b0dfc0f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c64ac13b-73c4-4d8c-8b47-d23f3caf70cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b56fb24-3dd2-4c78-a2df-c8e0df146c25") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "TO?92*") + (path "/00000000-0000-0000-0000-00005ed0a5d7") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.74 1.85) + (end 4.34 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "589a7bcd-3a9e-49ad-b1db-9d824e749ae6") + ) + (fp_arc + (start 0.74 1.85) + (mid 0.446097 1.509328) + (end 0.215816 1.122795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9023ac89-070b-4f2d-91f0-25416942b3d6") + ) + (fp_arc + (start 4.864184 1.122795) + (mid 4.633903 1.509328) + (end 4.34 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "922b1524-5503-4244-8b45-a9028af7ea80") + ) + (fp_arc + (start 0.1836 -1.098807) + (mid 1.143021 -2.192817) + (end 2.54 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bc8380b-5906-4c84-b2c5-85f394945fe5") + ) + (fp_arc + (start 2.54 -2.6) + (mid 3.936979 -2.192818) + (end 4.8964 -1.098807) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b033716a-4cb3-46b4-994a-7838a1726d65") + ) + (fp_line + (start 6.09 2.01) + (end -1.01 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1c34e8e-d0bd-4326-94ee-5c6e1c397620") + ) + (fp_line + (start 6.09 2.01) + (end 6.09 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "985527d7-12be-44cc-90d3-69ea3b964e53") + ) + (fp_line + (start -1.01 -2.73) + (end -1.01 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d9fc818f-872b-4d0b-8384-f039d5fdacaf") + ) + (fp_line + (start -1.01 -2.73) + (end 6.09 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "864f10b9-854f-46c8-ac57-191b0ff2cc6e") + ) + (fp_line + (start 0.8 1.75) + (end 4.3 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "011573cf-cb3a-4f03-a3bb-24ab4bef54b7") + ) + (fp_arc + (start 0.786375 1.753625) + (mid 0.248779 -0.949055) + (end 2.54 -2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77ce94f5-7c1c-451c-8893-e38e828f03c4") + ) + (fp_arc + (start 2.54 -2.48) + (mid 4.831221 -0.949055) + (end 4.293625 1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "384659eb-e351-43a1-ba5d-24324e8ae8b5") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 -90) + (layer "F.Fab") + (uuid "976174d4-f497-4d25-84d3-ce9ac53a82af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(Q1-E)") + (pinfunction "E") + (pintype "passive") + (uuid "34655eb7-d803-4d86-8e98-1fddd31fcd2c") + ) + (pad "2" thru_hole circle + (at 2.54 0 270) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(Q1-B)") + (pinfunction "B") + (pintype "passive") + (uuid "90be06ef-bc13-426e-8928-a4936e3b14f6") + ) + (pad "3" thru_hole circle + (at 5.08 0 270) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(Q1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "5274c0d5-9ba5-4128-a5eb-8d333decd102") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b5f6") + (at 42.164 67.691 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R1" + (at 5.08 2.159 180) + (layer "F.SilkS") + (uuid "da6f5132-7619-4a33-9864-d43a4877ce79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220k" + (at 5.08 2.37 180) + (layer "F.Fab") + (uuid "ee28e916-fe70-4a97-be46-c1281bd7a225") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e9e2fab-83ee-4c42-976c-cf82c9cead8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff311021-8bc8-4a03-8fee-8ab15a5d7ef8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "16215c8b-5c82-4cae-ab0e-746153d72ed6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ecfba3a") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3208efe2-4269-44f9-87e6-a2b0d95b96a1") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6e8ec30-41c0-4faf-a86f-31779aded2c9") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a4d853b-8d84-47c6-baf9-66df6183fa6b") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db65b822-8a12-4c50-8e4a-6c513adf4eaa") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80ee8ea5-783e-4b13-9507-7bd1a0f83a31") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ef0bd34-dceb-4fd5-9b5d-f071cb0f2f49") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14de7e9a-d043-412e-bfcc-8fa5e0c4a630") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2caa8d5-021b-4c29-ae3b-95c1fdd569f9") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e17f6de8-40ea-4555-9dc6-4acd71393a19") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de01e0b2-c8e0-401e-8bb5-50ec46c2761c") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "793f9c50-7b9e-4bea-b9be-9cab5bd4c141") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0471c8bf-3b8a-416c-8de0-dfa8f93d152f") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efa987a6-3a79-40a7-a638-49fdf0f9de30") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c6e12b4-57b3-41f9-8ddc-f1f62d49c102") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f52de17c-2ef4-48c9-ab65-e381a31850d6") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec464900-6f0c-454b-9784-1a86a8f016aa") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 180) + (layer "F.Fab") + (uuid "3be165cf-953e-4886-a483-fdcdff149e04") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "5ed0dc38-05e5-4b73-8f1b-65b321c6a9eb") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/fm_in") + (pintype "passive") + (uuid "4be39ecc-7f0c-4a08-80f8-cb520f1d95e0") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b60d") + (at 28.575 57.531 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R2" + (at 4.953 2.286 90) + (layer "F.SilkS") + (uuid "5706e37e-bd70-4aa8-8042-2f0e971c18ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "3988b7e2-d8bd-49bc-ab20-7de052c183ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eba061b7-2b4c-426f-9578-7583ffd594d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02978000-d458-4f0c-b8c8-46ef89b17ab7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1093e37-b0a0-443c-889e-aabf1f39ccac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ecfb7df") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80eaeec7-de37-428c-8bce-d50976b2da82") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb3c62dc-a825-43b1-a0c5-e0c687bb037d") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ce2f23d-fce2-4a41-bfcf-6de083bcc7ac") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ba9f922-9e68-4ffe-be21-1b5ee97ffbb6") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a344019-81e2-4cf0-a9d7-ba2a42970987") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4ec4963-5a8f-4b84-811b-4cb615b20558") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be46130d-56a8-466b-81cc-ed51a6886aab") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "606b2784-008c-42df-bee9-e6b0f1e4c932") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de6a52b2-315c-4b16-b08e-97bb9631e541") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f7ba961a-9cc0-4f29-bb2a-becf1a62dee7") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "60b3b37c-2834-4db5-9901-9d5fd013fda8") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "028d536d-dfa3-448b-a3d9-24b271eeedf3") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33ac1f9f-4133-4fef-a8d0-347fced7592f") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be26ac20-177a-46bc-8711-d7361d735330") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee69abed-e016-466c-bce9-7ed468f372bc") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "edf0d8d3-8430-4ea9-a6cd-2a6b09afde4c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "d39c83b6-a50a-40c0-8ea8-242d18c23eaf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(U1A--)") + (pintype "passive") + (uuid "520ed0da-09ca-4b90-8f15-662a05cab21b") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/fm_in") + (pintype "passive") + (uuid "627b1043-db51-43cf-bbdb-ccb7c46b9341") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b624") + (at 42.164 63.373 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R3" + (at 5.334 2.413 0) + (layer "F.SilkS") + (uuid "c92fcbf1-4fa5-4021-98de-ddcbae31baaa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "67264310-cf76-4350-be86-44a7f32cd357") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ffc5d2e-71b9-4fa2-a29c-d05e149696db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f6b3fbc-c864-46a4-874b-05c73f15444c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "516a9c80-252c-4cda-8378-07021616498e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005eceabcf") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee8fc000-7adc-4b4b-8474-5d846a8a8072") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c26e7025-d701-4b85-8d79-ed3318bab9f1") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec7e7a9c-8352-45c4-aede-078c6754a6ee") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03489154-0495-4b22-b86a-bf237e863027") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef52e539-af54-4758-bc1a-67ff2cca281e") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d6b1d7e-441a-400e-a5fb-b95a5f42e692") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11f716a5-fd82-4837-963c-b4b7eca6cfa9") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "acd478af-d24e-4545-8691-502f625a4feb") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f46dc27-87f5-45c5-acb2-13835e233e29") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9319d79b-897d-4ba7-b6a5-1f424d583c0c") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4a2b036-08b0-40d5-864e-e8d0a397f159") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61ec9627-412e-42b1-b024-21babbbdb57e") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "262ac631-1549-40f4-834b-61becca2b73a") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6608a737-a17a-46ab-90c6-c02f2e1e3bca") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "506c2ee1-c8a0-40e8-8345-160f60963365") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f1059cf-dd34-4818-ab4d-f04e18cbf5fe") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "7ae6d694-94be-4adc-9c4c-a9017df93ee4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U1B-+)") + (pintype "passive") + (uuid "86782ac5-96e5-4628-a9f4-3588031cf0d4") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/fm_in") + (pintype "passive") + (uuid "c5afeb99-aab5-47f9-a472-1679620c7241") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b63b") + (at 41.656 71.247 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R4" + (at 5.08 -2.37 90) + (layer "F.SilkS") + (uuid "5e8a8ef8-6e16-48c3-a478-9ce2a10064fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "f7a643c3-c8eb-4fff-a978-d09bc08fa019") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ffbec6c-8d50-4279-9cd3-d0eff2ea52d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "311eacaf-6408-49de-9eec-1fe6ce662873") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c156ddb8-040d-4655-be92-1be33e8c3e5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ed387dd") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3aaa4ce1-8978-4128-bf82-0938d7983278") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1214158-ea55-4c3d-83fb-a7aa09beae58") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa0cce5c-b3b1-40a8-93bc-079c3baab031") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f11e64a-be76-49a9-bb3b-dbeb907a3510") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cc0ba0f-e21d-4160-a433-a9b47bf01a21") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0fe9d29-354f-49d2-b242-1c3e86c5f6dd") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "05957904-ce4d-4cb3-bc03-e1aef531e199") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70c81235-ffbc-4d6e-8416-5d8a4c360db6") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b34b7143-0c9f-4ee8-80a7-cfba8372d966") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1f981d6-d06f-44da-8cad-9f99eaadd44f") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c8b7d67-be96-4568-b09e-d46bf6f5cf77") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0be931c-01a8-4411-977b-6a48eeadf276") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4393ee1e-0d0c-4ee5-b321-76e692e0f280") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56c776d2-27fa-4a13-a6ae-db25d9cbd5c6") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e46de656-c6f0-4815-9b6e-5a5cdebb7ca2") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd17956f-8fa3-4e2a-bf4c-e38c4381d1b6") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "40055876-624b-4faf-88d9-6e62721e3e5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(Q1-B)") + (pintype "passive") + (uuid "a9f639b8-2fc9-4752-ab7f-0e5b5e56c7ea") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/cv") + (pintype "passive") + (uuid "b74da3af-da67-4e18-883f-effd955a06eb") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b652") + (at 46.101 89.154 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R5" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "8ae9dfcc-9159-4db0-a975-8469f54d3821") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "470k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "4ec79dae-86f9-43e8-acd6-4b6a0ada1474") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3dc7de4-e275-4bb8-9a35-80581b26e585") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3bab121-f8bd-4dfa-8c39-7f941586a3e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4da9f333-b38a-4500-84fe-fe1566ecd4f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ed46f01") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e43e07c7-4102-45cd-8de4-0d5b4bd795f2") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a7c15e5-8547-4076-a13b-73509dd8b83b") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae4c8ab8-2de7-45d5-8bd2-d17e2915d762") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e95706cc-6f9e-4e18-a24c-a65cef30b188") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bab5132c-8e05-4aba-be66-ede836cd6b98") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1acfb1c2-c8ea-48f9-b4a9-f8cad6b0ad06") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "55d3e346-0a2d-434e-ad3d-a33d8b30d75d") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81f68eed-3d67-4fbe-bee4-5dfa9c808383") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a20f59f-12a8-444b-b7fe-eb42d9ff1666") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2bf1ad87-21e3-4e0b-9b88-2f501ba74f7c") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "de1c5a40-e0da-493a-85d9-4965474c5edf") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6332bc91-a2b1-477a-a4e9-e794e9bbec9b") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1fba7a40-f86e-4544-9e31-f1499796b194") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "49a9dc62-7630-4b06-88bc-22f1e52ff79c") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ea1da90-add2-432e-bbed-d688c10e6300") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b839aee-5582-4621-bb89-6f59f62d3c3c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "20326456-a96c-44c2-888a-142059171ae3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/res_1") + (pintype "passive") + (uuid "92280337-f244-4e20-a0d7-620504e3f751") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/in") + (pintype "passive") + (uuid "a45702cc-7a6b-49e0-ad49-8316e2483554") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b669") + (at 40.259 51.943 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R6" + (at 1.143 2.54 90) + (layer "F.SilkS") + (uuid "8cad4809-cac7-44ba-9c60-ec2f09848a86") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 1.27 2.37 90) + (layer "F.Fab") + (uuid "f4819fbd-4402-49f6-98d5-b67e8155804f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb73de7f-881f-4179-819b-745c194e8875") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5161390-0202-49ff-afc5-62dddba161b6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ca5ecdb-3c1f-4066-aec5-49582633433c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ecf08f5") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.37 0) + (end 1.44 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e348367-29b3-4899-a4d0-13d9ac845fe7") + ) + (fp_circle + (center 0 0) + (end 1.37 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1d08a331-b853-408d-a879-2855610d6819") + ) + (fp_line + (start -1.5 1.5) + (end 3.59 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fab11155-167c-4ffd-9f6f-4fab91ff4599") + ) + (fp_line + (start 3.59 1.5) + (end 3.59 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4b41b77-bd20-4d7b-9577-1919a21a0edb") + ) + (fp_line + (start -1.5 -1.5) + (end -1.5 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e5fec90c-77ca-4d8b-a53f-253ff6e75fc3") + ) + (fp_line + (start 3.59 -1.5) + (end -1.5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a88877d-8270-4896-8ba2-5c3f092db23d") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ee92795-2661-4aaa-b12c-cbad76514283") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "71aa9073-373d-4a03-9b97-67bcfea5f4d7") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.37 90) + (layer "F.Fab") + (uuid "b4f6af74-49a8-4645-b8cc-02679e07e81e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "/fm_level_3") + (pintype "passive") + (uuid "198c6eae-3c11-426d-9ac6-60539509dd22") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(U1A--)") + (pintype "passive") + (uuid "7947902e-e11b-4f73-a5bf-ada51238ea6d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b680") + (at 37.084 71.247 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R7" + (at 5.08 -2.37 90) + (layer "F.SilkS") + (uuid "b841cea1-dde1-492b-b07b-2c023a23fe56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "162k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "99140613-1b07-4d38-aafa-49aa01835cb8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6c25db4-2d81-4e3f-bb26-1d406ebea4f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1fd64b4-3c4e-442b-bbaa-1f0d6152cc52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45d5e87a-2705-4d23-b7de-29a106a941c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ef32ba1") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b87be7b-a592-48bb-b203-ec911016b0a6") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60695922-629e-4fb8-86d9-0b28dffa1449") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "680ef780-c7bc-4a05-9dd1-93ec00ed2401") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc17b632-97c9-431a-8f88-27f7b463d75c") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3071baa3-3f73-4c5e-be4d-cb3a79803c72") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93589438-4b38-44cb-b5ad-d2e6d31b4a9b") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74fdeb17-1a61-42cd-bea7-94d76c2cde5c") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "732e6324-7cf0-4284-b84c-a1886ea81c56") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eada04a7-1120-4270-b368-62c435323f81") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c29b303-7083-4213-a64d-6c29dcd92560") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c6de5f1-11b5-459f-b98f-db2f944a3062") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6dbe0ac-9da4-4bf0-a442-c55399264075") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5cf80ade-2660-4e18-8b56-7e7c0e7c1ce4") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f85a728-bcd1-4c96-ac6a-9e06c9bb3e15") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19e154f0-cf67-4216-84a4-ebbded02182e") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11352a6f-6632-4268-9d64-634ff2056926") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "448f5e4a-ee2b-4459-80db-4f8c8762cd43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(Q1-B)") + (pintype "passive") + (uuid "54cd9b3b-1b91-47e2-97ba-ae5ef67ed8f3") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/freq") + (pintype "passive") + (uuid "e2f048a2-f062-4b48-8cb7-3b0e57635cae") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b697") + (at 32.512 71.247 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R8" + (at 5.08 -2.37 90) + (layer "F.SilkS") + (uuid "e0ec648c-b9ba-4f21-82f4-e64e48ca94b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "120k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "f2cc63e7-962b-448c-81f6-8f50d4e941a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20752c96-12d2-4489-adec-5b1ff017eb10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf9bb991-7572-4ea3-8d60-039cac90ab3f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3df3037a-ecdb-4a96-aaf0-c02b0499bd03") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ed04267") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfd1b7e4-2116-4a16-a64e-0656ddaa7d36") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2fbdb5b-7bd2-41d1-812f-e33b5f69fb67") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77adbad8-abe5-4793-a163-759a3747f899") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6add2c84-1188-4259-a6b7-9d3a7a62c1c0") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c8202a6-fc5f-4e9f-aad4-0586393d855b") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5ff1e20-89ec-4500-9961-8e81626f1974") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51b59978-0f3a-4979-8421-84d54f36b107") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23800909-4af9-4d81-9538-afd0537d9cd7") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "92490b0f-2d76-4bf9-977b-9b23c46a06b2") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48aeba93-5073-4f06-a548-4679b9a8fc0f") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86d64ac0-9c03-4fbe-9eb5-fc3dfd4e3d6d") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0392140-38e2-4fc9-b572-857478f73847") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3241ea07-e468-4f25-8bf9-088963d3b869") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e89084a-0cb3-4cf2-a3da-e3314d6bb8cd") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b3b8ea40-5266-4417-a11e-38a267ff319a") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e4ce825-c1aa-4bb3-91fc-beb64decd014") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "610d1494-823f-486b-b9b5-622797ea702a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(Q1-B)") + (pintype "passive") + (uuid "1c84b940-d1aa-4d14-840e-673cdfdea9a8") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/fm_level_2") + (pintype "passive") + (uuid "b557bf2a-9ee3-44fb-a419-de4254149365") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b6c5") + (at 62.23 57.277 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R9" + (at 4.826 -2.159 90) + (layer "F.SilkS") + (uuid "8dc11c9e-3f40-4301-8623-b1cdf8273f66") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "5e69e9bb-5826-4dfb-ad3f-6c0c99670ca5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06cce5db-bc76-4f0e-812b-9b4d3a20b7c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78a0f55d-948e-4f79-9b5e-6236a891e571") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a0586d3-a9ac-46a5-8fb3-a58ca9ed3fee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ed3c7cb") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82a221f9-fa20-4c4d-9f8e-34c70caaef6d") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "433f52f3-aeff-4ebb-bba8-00fab398cbb1") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61773dee-c7e2-4287-af35-51c9d69be735") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77fdc156-edf3-4da5-ad80-73eecf6855ba") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4c2ad0f-e1ed-4a25-a803-b610c88b5455") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f76e4ef-06b9-453d-a834-90dfb8106d15") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84b595e5-44a4-4b47-a9c2-76cdfbb2e292") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c45d445a-325a-4f79-bcf8-41d33987ae72") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e5d834c-3fe9-4129-b256-aab12864d76b") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8a16ef9-55c4-41b7-bf96-60b4490a4a58") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7b391201-2254-4fbd-a0e2-0372f0880941") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65a60de6-ecf9-4122-b0d0-49ce1d8cd6a4") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ebda7786-967f-453d-af2d-6e9c9bf188b8") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b4ef405-dc12-4a95-8f3a-ff0d715707fc") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e2b8fb59-fe79-41a0-a390-f01d88736e9e") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "442aafbe-9362-45f4-9bbc-b9a10c6c8b3e") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "1d786c97-73c6-4f47-a79b-41599090851a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(Q1-B)") + (pintype "passive") + (uuid "70185914-1167-40d6-b453-94c7b9901b57") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "e2865fff-6a9b-4210-8903-584896e325a6") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b70a") + (at 57.404 67.437 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R12" + (at 5.08 2.286 90) + (layer "F.SilkS") + (uuid "b7e4e580-ba1a-4fb7-a63b-0a32b781a94f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "9f79bf78-bcaf-4c12-a441-ae59382ce974") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e0a5ee19-840c-4a9a-a021-e74f17958c1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83b07be2-3420-4a3a-93ee-fa54f1ed338c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9211f7c2-02f7-424d-9cc9-c88bf690c301") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ed06834") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a8583fc-c96e-47ae-be89-d8183a169dee") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9eceee0d-6964-4a2c-9367-0481017ce327") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "852015a2-8e3d-4ce2-9133-471edf21e818") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1cf39b7-b15d-488e-8c32-64ee3cb4a1ae") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "705527db-2e01-4984-9563-af2263f34d38") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82d3532f-3923-4961-86c2-bba9797b43fc") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6d60fef-741d-4dc8-b45a-93a3cae3f362") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34546918-ca66-48a5-b86d-21ecb434091e") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6633b6f5-9e97-45f4-8370-7331b5b34d01") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "46dee202-95fc-4c8a-a4a3-98c54ea8bba6") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c615273f-7f00-4aaa-8116-fcd6e9cdbf4b") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d46ee40-ea2e-4874-a940-a025b7c561fa") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fbfee9b9-16fb-4bd1-9d1d-9f61d6d686c6") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d008063b-f054-4cad-8af3-2f3c219f2ecd") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d57720c9-9649-4829-8925-14280c10f925") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ea6afa8-a685-46ae-9df2-ff657b86f7e7") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "0713ad98-2228-447e-ad84-34dddfeac110") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(Q1-E)") + (pintype "passive") + (uuid "8ff25a97-bc2b-4ed4-a955-9c1f3a918f8f") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(Q1-B)") + (pintype "passive") + (uuid "99bd0424-7643-4c86-9706-48737e8e8d41") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b721") + (at 43.18 105.918 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R10" + (at 5.08 -2.286 0) + (layer "F.SilkS") + (uuid "fef1b95f-37df-4078-86cc-06a253600b50") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "65ef01c6-a6d4-40f2-b071-c3ffb4a93f73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7409dcb3-4ed5-4989-b4fa-a01b01a2c014") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8f187dd-30e7-4eb3-8279-f5d1555296e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a8cfd42-933f-42f2-8c97-305c6ace3fe5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ed4c5cf") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78bbd39b-2036-40ed-b23d-8fcb4825a246") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5790587b-1cb8-4762-aa76-0533ed9d37b1") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88125dde-045c-44f0-aa89-2553e5f5bbdc") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb380d3f-7568-49ee-a292-ffd7055d718c") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e563639-46d5-4ec9-afc7-5f62c517d9aa") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e003777f-0ef8-45f8-ac7b-5b12e720d669") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0ce0e8d-4d4c-41b1-9bea-ae61966f3c7e") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "290513f3-384b-4686-887b-a7ca0b42da49") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03ffc349-6e06-4be9-a48f-7c8bc2c992b9") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60e02acf-0b18-459d-8184-e8a04e7b77d1") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4744615a-c94e-4d50-a24a-754b8fa0ec04") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0895654-9065-4a08-9eef-51811f4e405f") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca671772-7b19-42fb-85cd-76160c5117a7") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "941595b6-ed0c-45e2-bc30-d097d0da32e4") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bbf495eb-e393-44df-b609-89ae7462cc0b") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "068f51ad-b5df-45e8-8b6e-98635e6ff67b") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "2579eaa3-df4a-4ba0-abe0-fea990c6b2ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/res_1") + (pintype "passive") + (uuid "60116303-ca3c-4d37-a54c-171ba17c0ada") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C14-Pad1)") + (pintype "passive") + (uuid "d0b78b96-1747-41da-8b7c-3cc9308936b3") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b738") + (at 58.166 105.918 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R11" + (at 4.953 -2.286 0) + (layer "F.SilkS") + (uuid "898c8e43-a25d-4adb-8c8a-ca098a999ea8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "55f11737-23ca-4dd0-bfaa-19fa3c1f8d87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9436178e-282f-4dcb-ae66-9e69e5975ef3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de418547-1805-46b9-8ca9-25363a9dd5a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13f2b437-bd13-4a1f-91c7-08a8f65db630") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ed4c914") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d8ba42a-5a51-4004-b2ef-512fa705ec8d") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "287cadc2-a852-42d5-a7db-7d8892a8d7ac") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e45db6ce-6d25-499a-8a80-b74c6a22ac86") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91316d4e-29de-481d-86b1-ad8bcdd298c7") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dce2d326-b96d-465a-8eba-9ba2b108e699") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d42146b-f0e0-485d-94a1-77565380cb4c") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b004836e-684b-4a02-9fa4-b4a331ca376b") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27197e5f-c870-4fd6-8f33-f4b5a5db85b3") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "122df848-dde9-46e3-b40d-bc09cd1995fa") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8317456-ab90-48fb-8f14-2f6c3f5899f3") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1d58b84-7d2c-46a0-8bd9-4a13608b2488") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f68c0a8e-463c-4a32-8f7d-dfc4a20ebe4c") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "157d956a-5cb0-4ed8-b81c-ea0974217fcd") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51531d06-1a18-4009-90cb-949d433524f3") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03002e8b-0719-4474-9df4-9a642101fc9c") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa836dc2-15a9-45ea-ba19-f28d0321eff4") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "cc41824a-d9b5-4629-8df5-d73a340a7ad4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "9c00b136-35ae-4488-90da-9f27c2434ad2") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/res_1") + (pintype "passive") + (uuid "631a05e8-9abf-4451-a209-9bbaaa8d3771") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b74f") + (at 59.563 84.836 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R13" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "ac2c4a34-1f15-4610-8af9-4bd1a8f95299") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M2" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "5e423ac9-3f3f-4913-883a-f73be53f3c83") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0704a044-50db-48c5-a548-130fa2a5af6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6e04144-c5f7-4e3b-8e2c-6a5a6ae5f9af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "679e2650-7e4a-41ca-af58-ed601fff8541") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ef3c877") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e53dfb0-9a99-46e3-968d-38f23892ca80") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "008e10cf-898d-421e-974d-9d38b7dd4ddc") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "175c1668-5465-475b-9e47-30a864a92d08") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06c887a6-a3d5-426d-b675-762dd435027a") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcc7577e-2e1e-4b40-8ea9-471376001d7d") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9bfb378d-8b70-4209-aa77-fcfd7f10b578") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33915ee4-1e69-4bfa-b907-e1a2012b4b9e") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dbde3804-26cd-48e0-a564-108f943d1de5") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83f8b8ef-74bb-4319-b882-163ae6385cf0") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "41168e44-5e54-48b5-9516-d895394367a0") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db53b392-95c3-441b-8f18-a6e73a2655ca") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa3cd704-9864-472f-94ca-c9e1557766b4") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50acfaa2-49a3-4073-a5da-c0ffb6c6bd8a") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40f1b84a-8c7b-45ab-b490-b24b323c8e43") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2de93ab7-bb10-4fe9-b7ad-094ffadc83b7") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8622b37-bf86-4f45-9347-14e2da5acf9b") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "19af129b-698d-48c1-bd8d-32178e00db62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(U4-IQ)") + (pintype "passive") + (uuid "f3451391-35b0-4816-a33e-29bdffc18f1a") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(Q1-C)") + (pintype "passive") + (uuid "082ccb52-4b4a-40bc-98e1-3cd5cc4b7001") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b766") + (at 48.006 110.49) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R14" + (at 5.08 2.286 0) + (layer "F.SilkS") + (uuid "99dc0b70-7c4f-450f-bcc2-c525e13df3f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "38684e3c-cc8e-4972-bf87-338c1a9333fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "206b989a-298d-44d2-a228-a2d27674556f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e207b0ac-f708-4bac-b300-37bed3eff599") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d15acdc8-6238-4759-802d-26592d67feeb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ed35bac") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac347763-b812-4307-ae72-39d62c544173") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be2f47a0-b9b1-4122-a8b5-3c8eff0563dd") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82860d02-fdf4-420b-9218-ab54f84fbb2a") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55301bf3-f8b9-45d8-8594-960c0d818f37") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "038b5da9-26ad-4915-8700-78a85d698979") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90843bee-fced-4dc4-b785-3cc7f6e55bc0") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a20618ef-1678-44a1-abb7-9abdb968bb57") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84107526-bc47-4943-9ff8-5eca192098a5") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "07d8919b-19ec-42f7-8376-485c4fceec83") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "45b332b1-38db-44a0-92a7-752027659a88") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64f5e8ec-2e73-4c19-b1c0-8198d21b278b") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4112bf1a-7a72-492c-ad5b-59b2f36aa1b2") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51960079-bc34-4641-805b-55261d73faef") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8467efc-29a3-405d-865a-62fc3eac5423") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e1f4d18-3f78-4b59-97fc-11eb9c576dbf") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1c4c812-3882-458c-a82f-0604dc2eb0fe") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "61308d85-4d49-47ee-a195-5a5c90aba010") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(U5-+)") + (pintype "passive") + (uuid "1d609bb5-2f58-43e6-aeb1-f1b2cb85c3f8") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "/res_2") + (pintype "passive") + (uuid "85b06f2c-6709-4a6a-81bb-93460362ad50") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b77d") + (at 33.02 110.49) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R15" + (at 5.08 2.286 0) + (layer "F.SilkS") + (uuid "1784379a-e993-4d23-b38c-9f1ca10a248a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "7bfb47a3-c5bd-4ec4-b36a-157f77525677") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d71383d7-988f-4089-9bed-c2480c1077f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07b62558-5a25-45c1-aa10-023096d158d5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8892ae22-2c94-4915-afe5-955e4510e167") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ed36e2c") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd63f74e-3a60-426b-8fae-3148d363fb6c") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2107e7a-5eb4-4347-9bf7-703ee7b3f656") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a427b3d5-e4c5-451b-be73-85efa3395a4b") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8b5d4be-9173-473b-8110-e2a1110a9e2d") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe5cb7a2-6a99-4147-8568-1729dae96e9e") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3151021-37ee-496a-84ea-87f4b67322ae") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "526c226d-d397-4020-9a46-6012e7ffddeb") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "abac7b12-29e4-4682-bfc4-0e98ff4452d6") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80ee1fe4-56eb-467d-ac8e-fc844419d51b") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e8f94463-7d66-43f9-8597-f6a08ca1562e") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f159d6a-16ae-4673-8a3f-7a90dba87c51") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bc60f201-d43b-4150-abbf-2da1084ebb87") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6bf51e3-3425-4fab-aaa6-bf5d9925fea7") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d252b9b7-34cb-4732-839c-d7cbd655f696") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "044d5b80-cf2c-4c24-9c9a-f6e0461ad6e0") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34c5c507-8f54-46a9-a3b3-f485771824f9") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "976f2f7d-280a-4f25-a3a7-aa303f2a4756") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "ecef6912-c872-475d-9654-28052b97adb6") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(U5-+)") + (pintype "passive") + (uuid "e74c04c8-8df9-48bd-afcf-b416c0579578") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b794") + (at 35.941 84.836) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R16" + (at 5.207 2.159 0) + (layer "F.SilkS") + (uuid "2bebab42-3620-4823-badb-cef7229eb8a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M2" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "e29fe276-3fc7-492a-81d1-71fbc4401bfc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6702d0aa-ed90-464f-a621-9d9d111bb19f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09c08867-86c5-452b-af77-6f9676c07f61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6dc3bf2-d238-46ad-9639-0fecdf650f0d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ef3d69e") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b7ce670-43d9-4ea4-999e-9f2b8fdfff07") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "319cbd80-4161-4376-a8f9-a3aa6b2e3452") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72a6e4d6-544c-4c93-a575-f7af48a661ab") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bcfdd2eb-9e40-459c-986c-1892db41dc3e") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e0f8e27-976c-4790-81f5-5271ca5d66fd") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e22e200-49eb-433d-8760-1a7f046402b3") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1ca67a9a-6341-4318-8444-942203ec645f") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5d9c582-3cfb-4f70-8f7f-fc65b003c152") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31da209b-660f-4ff1-bd50-5daa8bb041ca") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be88e620-12a0-48f8-a5f0-532cd0f72db4") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eeb60dee-e046-449c-886e-b79f27487fb8") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2471a11-8d63-48a0-be55-a28312c71619") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08e0ee0f-0a50-430a-9e0c-2234ba94d477") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec690fa4-d649-47ce-8296-68588658e38e") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b241a000-815e-474a-9fe7-7db733f2483e") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eccbbc4a-e9b5-49cc-9998-561e558a25c3") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "0a783274-71ff-4176-a420-1af704572086") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(U5-IQ)") + (pintype "passive") + (uuid "ad691230-3f15-4151-a020-8070caebdb29") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(Q1-C)") + (pintype "passive") + (uuid "b8685534-93df-4abb-afc4-78134cb42456") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b7ab") + (at 28.956 113.792 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R17" + (at 5.08 -2.159 90) + (layer "F.SilkS") + (uuid "1abc0898-6858-4504-a92e-e7bb72a0932a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "c395c872-d587-434f-a68c-f956bb5b9496") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60190235-002e-4a7c-a7f8-3a913daa9059") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "708e81aa-db51-440b-900f-e5a74d488042") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e2d29f9-5d07-4878-95f4-d72df7cc9e52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ef649c0") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c44c6371-10c3-4a9f-be82-785efe0037c5") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cdca2c8f-1559-4540-a7b5-9dbb0ea65795") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b167b967-9ea4-4109-beaf-2a4ecb7fac70") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9876639e-5229-4894-ac52-94433d373235") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd3acb0e-e66e-4b14-ace8-67d6e25aa4f4") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "055be9c3-a036-49f3-aa52-ae28757237b6") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9cd2ad5-7be3-46f8-8861-68f747eca6b3") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26c132a3-b96c-4af0-a0f4-868b690e83f8") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2e77043-4b7b-4ac1-a8fc-cf05195690a4") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3207bc8b-d2b5-419a-a3a5-673ee6324601") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0602ff19-7661-4685-971e-2759ea6495e5") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a5e5551-a0df-4b04-b6c7-157ce7629240") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4f6ab31-d8bc-4e70-afdf-e986cf4245f6") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "724d6970-6193-47e6-b3ea-8b05ba0c1193") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b0b5571c-2101-4c5e-acad-f8d5dde5b036") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fcdb406d-2076-48e0-bcbd-9a27fc481d83") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "3b4fab4b-9f62-439c-a7bd-9697161c83df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "ae639474-48a1-4386-9512-23533900a19c") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U3A-+)") + (pintype "passive") + (uuid "ce0dcadd-dbf9-4ae7-add4-035ceac9501d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b7c2") + (at 61.976 113.792 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R18" + (at 5.08 -2.159 90) + (layer "F.SilkS") + (uuid "775778a6-7b6f-4966-9f0f-3fe45731f74c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "0f189061-00d0-4f5d-a2cb-3beed8bdfcfa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c600d32-7860-4f5f-93e0-bfa757f4ae17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "406e7704-f0a1-4ebf-8898-7f86b99eedb6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5ce49a1-e200-4da1-a7fc-d33e46c19285") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005eda2dca") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1070c9a-dcb9-4867-af56-a893f949e901") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b18a57c4-4833-47ff-970b-14758c893433") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f724da6c-3078-4177-ab8d-a61bb1eeecec") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fdde86f-a691-43da-93c6-43ab4dec5ae9") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d55d432-d695-4d76-af56-0e28be722480") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a9fb430-f9b8-4783-a3f3-5781eade1796") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "55dca3ec-5ff0-44ee-8732-9251d03b57c1") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e84a8c5a-de59-40b3-b45f-4e72080e098d") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "899cd65c-f106-41a2-a65e-316907df36ad") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3b1fe75-b040-4780-9a94-8e837e9d0866") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b3924ce-570c-4358-94d3-d13c1d59d9eb") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30d8853c-8d17-47c4-9091-18afb6a4dc60") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54e8aff3-27ee-4e04-9371-17906f6094a7") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a530a13-5bd9-4f77-81d1-94dda4efcac1") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "659edd50-863f-4996-a348-b20fe504168a") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d004d60b-13aa-485f-8e4e-588cd5b93a21") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "4efd4162-8c8b-4d41-b3e3-cc9a76900faa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "87bb8829-8d91-4b7c-812e-ef30825bebd2") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(U3B-+)") + (pintype "passive") + (uuid "af63d664-6ce6-40c3-8466-b499a51ca9c2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b7d9") + (at 33.274 113.792 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R19" + (at 5.08 -2.159 90) + (layer "F.SilkS") + (uuid "e4a160b3-a379-4ec4-a388-b4c9c7d5bac3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 5.08 2.159 90) + (layer "F.Fab") + (uuid "578e582a-581d-440e-81da-83f188989d3a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3f444b3-103e-47f2-934b-fb7475ca62a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "131a84e5-f668-45ee-b0c9-902f8bbe2087") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "663af758-87f2-4a8b-81f1-0971098200f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ef649cc") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb17236f-cf17-4efb-9573-e6dd4c4f628f") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e365d4e6-1984-4d42-890a-70efe6abfcfe") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f6ba358-1846-484f-bf93-0f57c646657b") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f6365d1-5d8b-449b-9a35-2b8af828260d") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cac7bc2a-ec1f-4871-aa22-5e08bd08c08b") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28c75fdc-9ffa-41b6-b2a5-741915d7db47") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "548056a5-cbe0-4db2-9359-16f8ca73f9f7") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e77ffd11-8b27-4114-a16e-b268264c5b23") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "820d7ec5-04d3-4340-962a-fce1f91f1682") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c86b2c0b-647e-4be7-9805-1671e9946824") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f77e23ad-bd88-44c8-b6a8-defe5e800d33") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6eea156f-0f88-4583-ab77-80be359d5e35") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa5b0153-02b6-4ddf-9a6b-fec006272556") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1519d0d6-0271-4618-8044-0b02ed3a0c93") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "091803de-7857-4b14-b1d5-3d9a69f8289f") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "893c0e2f-7f8f-44b8-a9af-4cbd5b17085c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "5c3bad9a-fc45-4198-b61c-a616d7af27a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "9dd1f7c3-91e7-4895-b908-5792701e306c") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(U3A--)") + (pintype "passive") + (uuid "6f86f450-2cec-4960-873a-4c7b50ef4823") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b7f0") + (at 57.658 113.792 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R20" + (at 5.08 -2.159 90) + (layer "F.SilkS") + (uuid "a8d3c4e1-0746-464a-a614-9bfea10f0470") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "5d43afd5-c417-42e9-909c-316c9ec6abf7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12e05edb-2a11-4f00-b2e1-cf779faf800d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7af460b8-6c5a-4704-ad34-cec5ab98aa52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab6ac50d-013d-4c5c-8087-478511e9c1a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005edadff7") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba80ffa8-2d97-4596-b9b0-ff924f50e3a8") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bf90566-5f7b-4f61-9303-70154a418e79") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30937e07-76d2-4471-8991-d915d849d912") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "723e9fbf-6f1a-48a1-86e0-650b8d91d9c6") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e624121b-5658-42d1-ad1c-a9c48433d4bb") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2557491-4143-422b-81b2-27213bf869a2") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "840b541f-dc0b-4fa8-8a77-de5fcd397095") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6158a16-80e0-4b77-b0b4-40fbf3cce321") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aecc5cdf-f098-4a40-a2c1-dcc85788919a") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b8bfcfc-b8e7-442d-b1f6-10429c43f22e") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "118391b8-b306-4adb-927f-214cfc683aa2") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd45f085-e77d-42d8-af38-8f4d9b6ac656") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7992f6aa-64e3-4d22-a736-f0e2d8900271") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9eb5f87-8e6b-406e-a26d-db1fd6fa72cc") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "47ed9cc5-7ce3-41da-a768-98a78c80b430") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "262d51b3-22de-4bb7-8f5e-54e42fbec86b") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "343e8ddb-6520-4c65-973a-a6a812cbef29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "f00308ee-38e2-4ccc-8cb1-d2e587dd4425") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(U3B--)") + (pintype "passive") + (uuid "94e99601-1b4b-4bb9-a3ee-9e7b0a1c601b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b807") + (at 37.592 124.206 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R21" + (at 1.143 -2.159 90) + (layer "F.SilkS") + (uuid "5a2279e9-3c25-45ea-bdb1-551e08653449") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 1.27 2.37 90) + (layer "F.Fab") + (uuid "0d76c758-3db3-42d0-aa46-9f06673ebc1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec859dde-e875-4df7-af99-d915b8fba5d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9842c8fd-9371-44f9-a30d-b497f93f8f58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "90aebb6a-a4f9-4b70-84c2-a9dfc4538a1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ef649dd") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.37 0) + (end 1.44 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "907cc2e0-e227-46e3-ad81-be42ad7fdab4") + ) + (fp_circle + (center 0 0) + (end 1.37 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "774d06b0-b236-48b6-98cf-dd993a77cd85") + ) + (fp_line + (start 3.59 -1.5) + (end -1.5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47004c84-d674-4b8e-8cee-9deb952320f4") + ) + (fp_line + (start -1.5 -1.5) + (end -1.5 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e173f5e8-d4a1-4656-b31c-33bf501270ba") + ) + (fp_line + (start 3.59 1.5) + (end 3.59 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a7dbfe6-26f6-4621-b513-a1aaa6cc9e67") + ) + (fp_line + (start -1.5 1.5) + (end 3.59 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb985642-796c-4382-9d33-8ef28c0eb832") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6a27a9e-5f1b-459f-a0c5-67c4263444ac") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0d3cb51a-028e-409e-b243-8194e2e3d99c") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.37 90) + (layer "F.Fab") + (uuid "148082b2-5d31-4094-9738-c8ac5c6dcd5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(U3A--)") + (pintype "passive") + (uuid "4480f17c-2302-43ea-9acc-f8427dfcac86") + ) + (pad "2" thru_hole oval + (at 2.54 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/bp_out") + (pintype "passive") + (uuid "ae035c2b-f6d6-4151-a66e-febca5f0eeb0") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b81e") + (at 53.594 130.048 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R22" + (at 1.143 2.159 90) + (layer "F.SilkS") + (uuid "4adf52b6-e9cc-438c-ac96-738a9b60c506") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 1.27 2.37 90) + (layer "F.Fab") + (uuid "6684f12a-ccd1-40ea-8d51-add7fe57bc89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06b06e54-fefe-47f6-ab98-1e9239b381dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "408358f8-e6da-4d5e-a2e0-907183cae790") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1c00494-62ef-4877-a7a3-70e22d75f2d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005edb8585") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.37 0) + (end 1.44 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5990ac57-c246-42d5-923c-b233b41bff86") + ) + (fp_circle + (center 0 0) + (end 1.37 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "c9c0edda-96ed-4f57-97ba-f02cfc0e693a") + ) + (fp_line + (start 3.59 -1.5) + (end -1.5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3e9c77ca-344a-483d-b219-8b8c3621325a") + ) + (fp_line + (start -1.5 -1.5) + (end -1.5 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5cfe0ded-5bab-4cc9-a1b9-d56244dd0b12") + ) + (fp_line + (start 3.59 1.5) + (end 3.59 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9939b1f6-32f0-4811-8865-8ca349c7d90c") + ) + (fp_line + (start -1.5 1.5) + (end 3.59 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc6f5c5b-df1c-4703-84d6-472331b93bf2") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ecc8318f-1a7a-4a44-aa43-25c95f5a01cd") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "9301a4d9-70f3-4b37-b960-985ad7e6a33d") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.37 90) + (layer "F.Fab") + (uuid "107b8063-045d-477d-a719-12a4820963ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(U3B--)") + (pintype "passive") + (uuid "572ef31f-b616-4ca7-9c59-ff3f29e4070a") + ) + (pad "2" thru_hole oval + (at 2.54 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "/lp_out") + (pintype "passive") + (uuid "725fd95d-86c8-4547-98a6-b6e5e260d2ff") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b8d7") + (at 45.085 51.943) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U1" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "3256851c-c3e1-4548-bfa7-493a20e9e757") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TL072" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "c9423cc5-21e7-4f8b-92b5-0f23cd293e13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ddf9428-c5f7-4bb5-9017-529e060f70f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d9082bd-e892-42b3-bee5-7e2f9a20af5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf9c80d0-293a-41c3-8747-549b612300d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*") + (path "/00000000-0000-0000-0000-00005ecde718") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b3182fc-c205-4993-b433-d7b04cb01e0d") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09b993e0-c2f0-44a8-b130-0a6ce4e03123") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d7518a3-bf71-42e1-ad0b-2993aa321eca") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be3f5902-7b57-4f7a-8a1e-ccbcc00c65c2") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00397ff4-fe29-4238-8cc6-d92a9dfa6634") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e849520f-8654-4ad4-b4fa-5f58e8dace9f") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7166313b-c4a4-43a4-b372-d4508a614592") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0bad2c94-738f-43e4-8500-42145a50699e") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd6c4fdd-339f-41aa-9bed-59310d016a6b") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc889973-df2e-4074-8e7d-ecc8b93a3c1c") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "682ee00c-e224-4492-ac57-3d4161d57e92") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a4ee1d2-01b1-45f0-9c46-27bf7952a2b0") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "081cb783-e2dd-4209-bc01-e8ed59589e90") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28be4b0c-dc35-4a85-a02d-d6fe4e76cb70") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e07a99b-0e11-410b-bed0-b4cbcd93f06b") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8727d59b-510a-418d-a601-cfdb398f7c49") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b8fb50d-d289-4d50-918b-255286339983") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c78a6a0b-4952-4955-a485-21cac001a9cb") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3133d424-0357-43c5-abb1-4b9dc169dec2") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8eca08bc-5488-477f-bfd2-1fe00fb071d7") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02a65016-0866-43f2-a077-108a66b25fb2") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6408a307-ee5a-4682-aa7d-376533b85b48") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "079558ee-b2bb-43f7-8cad-3da4afb4cd26") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "41b510b3-c6bc-470d-9332-d48c468ca2f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "/fm_level_3") + (pintype "output") + (uuid "ea9b57ba-c9ca-4182-9b1c-9af2dbdf5910") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(U1A--)") + (pinfunction "-") + (pintype "input") + (uuid "0fe2dc7d-a817-413f-80a0-070ac50a0374") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "39ec037a-fe1f-4fd2-b5fc-5aa3d9b68c23") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "0162533f-8aec-4fb9-8163-f068bbc3a0b1") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U1B-+)") + (pinfunction "+") + (pintype "input") + (uuid "29a4089f-b071-43c5-89c6-2726856303fe") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "/fm_level_1") + (pinfunction "-") + (pintype "input") + (uuid "32f31de8-10ba-4851-88dc-c18c1a38466f") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "/fm_level_1") + (pintype "output") + (uuid "671a0d73-c91e-4815-aa40-ca8ecb2ee7f4") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "f500d8d2-fd69-4328-8c34-e964fa136fc5") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b8fb") + (at 51.054 71.755) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U2" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "47c3c3e0-9711-435b-bed3-c17181414894") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TL072" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "d28c8447-2702-4537-aef5-ca1b00291bd8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df461187-fac2-4b90-98cc-d3e8065d2f71") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6304cbb-a05e-47b9-8812-0479420a8747") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86c65dae-167b-4fef-b0f1-9543cec9b9f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*") + (path "/00000000-0000-0000-0000-00005ece278c") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "602d7e9d-3f21-474a-8c7f-f0706a04405b") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba686c41-3e4c-4e75-a146-71f7391dfe03") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa5a95ac-c112-4ea6-a84c-813d54d4de96") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebbe1423-da5a-4354-92fc-1dc8b8b94ed8") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e92e0c2-ce9c-4835-bed7-af2498dc6436") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3568cf3-a1ca-4138-9acc-4983e9b9a773") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "027f7bfe-f809-4f97-a118-c0ad370c6538") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0802aa7-fdca-462f-9109-2549944826a9") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53460389-38dc-445e-899c-fd881050ea25") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9fafe11-932e-411c-879e-107e8ef636ae") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23cdb255-eb7f-4783-852d-ac6caa884727") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a7dabde-b576-46bc-92fb-3cdb9b900322") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9295b398-0931-4b96-afa6-83fc99abc8b3") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "deeed37a-0dc4-4843-8fd9-b9d908cead75") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f74ccff-d43b-4376-b1dd-864561b7282f") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bde7ca6-5629-4bd9-af00-488f1c5813d6") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f0b3291-9b9c-4d76-a0a8-84abd1c45b79") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "deecf386-32be-4a81-83f4-42e215633ca0") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7d443c3-7832-4c78-94dc-fbbc394be68c") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "39683ad4-26be-441d-ade0-4c3095da3be6") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54c19c92-441e-44cc-b65f-1a895f3583ac") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8056ba8-e0f4-4be2-b11b-07c6fbd61ac3") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b5231aa-4cbd-4549-a6b3-6d58356487f1") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "2b5da103-5655-4e90-aba3-f67d91344119") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(Q1-E)") + (pintype "output") + (uuid "09084b4f-1aed-4573-aaba-dfdcbd95e091") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(Q1-B)") + (pinfunction "-") + (pintype "input") + (uuid "71fdc684-02b2-4b06-bc29-e1a50ab8d5ff") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "865aaf35-2475-48e6-8ed9-51947467fec9") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "52109824-98c7-44d2-a74e-f3e5c7954852") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "0f811c8f-2022-43ea-b642-cd3fa8e25034") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(U2B--)") + (pinfunction "-") + (pintype "input") + (uuid "3ba8d5b1-a551-4033-b225-614a2ea0cf5d") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "Net-(U2B--)") + (pintype "output") + (uuid "8525841c-3e65-472c-8e99-01835fc2a852") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "a48b5e23-9529-41d5-b99e-7ca7d7744943") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b91f") + (at 41.656 122.174) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U3" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "d9a9cc9b-f52b-4270-ad21-525c1b0102e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TL072" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "b90cbba6-d095-4514-b347-eaceb695e806") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "368c4c85-09df-472a-8af8-7765bc901c46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb202225-9000-459f-9108-864c5185cf8c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "486f0404-2897-4871-bd36-39ec395b37d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*") + (path "/00000000-0000-0000-0000-00005ece2e4f") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa81771c-dafd-4895-b4c8-4007487dccb0") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46ab2c50-bd3a-4361-b051-9a2760dc52ff") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bce1c7ef-0990-49ec-bb95-76b6bd1cb6b3") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72f42523-2ded-4b31-8cc7-61623f110fa3") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c96196c4-b6bc-4026-b28e-5eb81a74fad8") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6038a4a0-0135-4017-9887-92e870428885") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6e02789-7662-42f8-9eb7-2f178a4ee981") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1c8ef20-5134-42c7-99bb-44fce23bcfb5") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1733449-8997-451a-ac94-e2a36cd11ce7") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c68559d-5c6a-4c33-890f-62fd43986957") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "441d39d3-c0ab-4d14-bad0-03906cc558b9") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d7be7e8-5e0a-4255-ad24-0513f6318895") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cebb64f1-ad86-4ac0-adc1-63ae68c60009") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccc58d6e-294b-4d5d-9e5f-84b8707e1c27") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9c032ea-edc9-4ea2-aef2-36401885991f") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c927098e-2f37-4d44-909f-8cfbf0af00ff") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bdcc9bb6-a41c-46b7-8823-b549c4819bff") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "414db549-1f34-4d32-98c6-95c7caa0ff33") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e18b43a-027c-46a2-bdb3-c7bc704db9cf") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5518d1c3-c124-4b35-948e-689db45dc830") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4de9e1a-185e-45f5-b5c0-d5dfde645a13") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce10102a-321a-4972-ab63-c9caf724e7af") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "018b5c3c-b5ee-4712-bb6d-50971eb96103") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "00e8f342-7baa-4742-b10b-74ee92b1307a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/bp_out") + (pintype "output") + (uuid "e7f41abc-0459-4f27-8d46-db91e595a3a7") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(U3A--)") + (pinfunction "-") + (pintype "input") + (uuid "9ef4e35d-dad6-4ffe-aa2a-71ef5d61f864") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U3A-+)") + (pinfunction "+") + (pintype "input") + (uuid "c74b2508-cf22-43a8-80dc-319b47a10784") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "6e2d97f6-9720-41ee-96a0-efd3d9096064") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(U3B-+)") + (pinfunction "+") + (pintype "input") + (uuid "e1d3159e-592c-4b63-8ecb-26066530956e") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(U3B--)") + (pinfunction "-") + (pintype "input") + (uuid "350987de-1eee-4b3d-89b2-291a158e9c25") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "/lp_out") + (pintype "output") + (uuid "a056b8d7-31d9-4c63-85b6-2da82e81f8a5") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "7d245073-7ab6-437c-8d9b-b984bc50b9b2") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b943") + (at 51.054 93.98) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U4" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "25905dde-ec7f-4ab7-8975-e37024ea1922") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LM4250" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "c3b05d9c-ef97-4a2b-bea0-64b6c5f4401c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "90e91f63-a66f-412e-bd6f-ff8cadf7340d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4250.pdf" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "289b9ccd-9b0b-4ffd-9bbe-fcbf4a5fd4f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Programmable Operational Amplifier, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b16855b0-ab0d-436f-9524-0b45a0c52a56") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm* TO?5*") + (path "/00000000-0000-0000-0000-00005ecda42b") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85f1a393-59c6-46da-ab76-7c7f0ccaf426") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a91fff4-12f9-43ba-b32d-e9f74b09712f") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ce7de95-bb1b-42e0-b720-b35b67fa0cd2") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37aaf341-fc66-4ebd-af9b-f5bf611d5db8") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8fd0434f-5e54-4f77-8294-054b8c00c95f") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b602131a-ad4c-4620-a1ab-b0adc6af94af") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffc2932b-1564-4c9e-9878-10f16961961e") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9dab8b82-d25c-4309-b9ac-26c468782fa3") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be96a673-7930-4ca2-9764-13f9117c04d1") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74511f07-ec4d-47b2-bdab-4ccdb1c452e5") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4a1b74a-e245-47ee-9890-68d02e14f99e") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2651a4ff-3021-409d-877c-6c185f690d07") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6c1be1a-1a9b-44a2-a3e6-a0021911b7ac") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "266c1b37-fab2-4757-a8c0-c1fd32b1376e") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dfa9a820-286c-4de8-a5ed-b832aa3981eb") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ec9ce23-9b18-4c3c-aa90-c17d19c3f7e7") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d15ecca1-3e40-4c74-b025-352a9622f362") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e18afeb-cc40-458b-be23-f16c062cf779") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90be7175-6e7d-4cea-ab33-71639297241e") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3589c9a6-7770-4222-9a25-9cc30d27c5d6") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80bacee1-b4f3-4eff-82f1-825111ccdd78") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "718cb9b5-b611-4256-b78c-4519503044b6") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07501ddd-19ef-4b23-b7b7-04dfd3196806") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "f375bb72-60e4-4cd4-84e8-033042856570") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "unconnected-(U4-NULL-Pad1)") + (pinfunction "NULL") + (pintype "input+no_connect") + (thermal_bridge_angle 45) + (uuid "b5ac3e06-d9c9-41b1-97f6-963338bd5f65") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/res_1") + (pinfunction "-") + (pintype "input") + (thermal_bridge_angle 45) + (uuid "f857966e-4e9f-47cb-8fd3-a08561ff449a") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (thermal_bridge_angle 45) + (uuid "fb14e175-3890-447a-ae22-8643aa1aabfd") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (thermal_bridge_angle 45) + (uuid "9b1bda77-bd9c-45ac-91aa-d44b49d12681") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "unconnected-(U4-NULL-Pad5)") + (pinfunction "NULL") + (pintype "input+no_connect") + (thermal_bridge_angle 45) + (uuid "55919a90-1a43-4f7e-9cdc-23b25209ffc9") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "/res_2") + (pintype "output") + (thermal_bridge_angle 45) + (uuid "a5a4a13e-bfbf-4daa-8666-487f26f786be") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (thermal_bridge_angle 45) + (uuid "650a30e4-0596-4d6f-a274-13fff57aa719") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(U4-IQ)") + (pinfunction "IQ") + (pintype "input") + (thermal_bridge_angle 45) + (uuid "51951ac2-5773-4340-8dd5-060f30db2b1d") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b967") + (at 34.925 93.853) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U5" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "6526814b-8942-4536-923d-2788eaff8e1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LM4250" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "b6fe1216-dac6-411b-aba3-8586321b12b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3921b0be-3533-49ea-a083-2542aba23f83") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4250.pdf" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f78fc3d-0d05-4608-8d90-8c2151b30937") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Programmable Operational Amplifier, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3fd60bd8-82b8-42fb-9d0e-6647875212a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm* TO?5*") + (path "/00000000-0000-0000-0000-00005ecdae78") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84afd58d-f973-4fb0-8674-c2ae4bb841cf") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "516a97ae-1057-4788-b988-6d0adf9358c6") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf6ec403-85ad-49ed-953a-b1a28d9fb470") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0d11b6e-49e0-40f9-9e33-557f4a655cb5") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5fa90a87-9bd7-43db-8e0a-fee772ce685f") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebe1584f-1f3c-4e6c-820f-039b625d3f40") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8986bd8d-8f2a-47b3-9f64-7bf75852213a") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b06e9638-f28d-40fb-a2d1-94060ecfc707") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "456b690c-0b9e-4245-be27-0b3341f3d813") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6898526-989a-4dce-9591-256d73d0c584") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e6a0fa2-a80e-49fe-897e-ed21e55435b6") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e920cbf-e438-434a-be61-33485ab19dd7") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9233a61c-0132-4e83-a1af-2e449ade299e") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70d1223c-8704-4ac9-b69f-ab14314f4bc6") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9dc70eaa-5028-4cd8-a3d4-1e6907f2a818") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3556b3fb-7908-48e0-8e23-c69d2f05e661") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ae5cfe42-4811-4196-983a-a64e9be7fdfc") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8432b6ac-0ac9-43fd-b480-6f06afe386c1") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63b5deab-b6a6-443a-8f2e-0459006804fe") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04398813-77be-47a8-aa92-6873f3025853") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "240591a8-763f-4e0d-a1c9-83de5a2b1bae") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ce95941-3347-4b7f-be0e-769d0994a524") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1ca28fa-ea55-4e07-91c0-bbfbf61d820e") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "236cbc0f-bff4-4a5f-8cbf-8459bcc78851") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "unconnected-(U5-NULL-Pad1)") + (pinfunction "NULL") + (pintype "input+no_connect") + (uuid "7f37a121-f2a3-4773-8b2e-67c96e9db0a2") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "-") + (pintype "input") + (uuid "5b2d2626-d35d-44c7-9f38-971022ea7b52") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Net-(U5-+)") + (pinfunction "+") + (pintype "input") + (uuid "763459f7-01a0-42b4-8189-c12478926780") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "f34d28a1-b02f-4d01-9e2e-1f4d589b6d2c") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "unconnected-(U5-NULL-Pad5)") + (pinfunction "NULL") + (pintype "input+no_connect") + (uuid "b4b51979-bdeb-418f-9315-fa8a9f48abbe") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C14-Pad1)") + (pintype "output") + (uuid "87fd3063-a36e-4bc9-8f9f-5b6a4df409f2") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "86665173-0b12-45b0-8f2b-85ab71b44add") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(U5-IQ)") + (pinfunction "IQ") + (pintype "input") + (uuid "d9d4fe07-4602-4fcb-ae91-c2f56e64d185") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x14_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4c50c") + (at 27.432 73.66) + (descr "Through hole straight socket strip, 1x14, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x14 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "6833771b-53db-4e8f-8156-37a4b97e9303") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "01x14 Female" + (at 0 35.79 0) + (layer "F.Fab") + (uuid "dd245794-8791-4be5-938b-15bfb3166c57") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x14_P2.54mm_Vertical" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6de146d6-f109-4991-a686-f6edf45efd04") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1e671cb-5e71-4e74-a550-9b9bf023fbca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x14, script generated" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26a0016d-7f4a-466c-b3d0-93ce0def0922") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/00000000-0000-0000-0000-00005ee3d3b2") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 34.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df203c20-d200-4862-8630-d029cdd896c9") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "096d6689-4d6a-423f-8521-61e6fe317150") + ) + (fp_line + (start -1.33 34.35) + (end 1.33 34.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3064f9bf-9b06-4b11-a787-f9a6574e4782") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef1af420-7a17-43cd-b1fd-4f342b0e091b") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "261cde68-86ca-40fe-8736-701c69b7ad75") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 34.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70473c4a-4f76-45cf-ab9f-b358edae9287") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd7d7ccd-dc81-421a-9d64-164f362860ef") + ) + (fp_line + (start -1.8 34.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c756325a-cd89-4edc-b65a-b743e1b28a81") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 34.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a9658f9f-98de-4ffe-b9af-5cebf017f061") + ) + (fp_line + (start 1.75 34.8) + (end -1.8 34.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "61c12e8f-65cf-437b-bdb7-da55465a1b1a") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92871c11-7e6e-42e3-8f92-8de1ee9a5331") + ) + (fp_line + (start -1.27 34.29) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4874407-9e00-47eb-bf44-86a00de6517e") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77c5141e-9605-4b86-87c0-9f3fd5a0dc7b") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 34.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8803df08-0cd7-4559-9aaa-7eabfffc7841") + ) + (fp_line + (start 1.27 34.29) + (end -1.27 34.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2ff2b92-04b1-4ca4-9bf8-286374bf55f9") + ) + (fp_text user "${REFERENCE}" + (at 0 16.51 90) + (layer "F.Fab") + (uuid "b719c172-df91-43cd-ac94-f05bc787723a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "0177c5ab-7fa4-4b59-87a8-8394341b6b6b") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "a78225c8-b3ea-4a32-8e26-8538df28ffbd") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "89164d4c-8498-4ce3-ba45-5f9aae03cb01") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/fm_in") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "34e25b85-1d01-40a0-81a1-0872b386ada1") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "/fm_level_3") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "3716895f-092e-477f-a32f-6d290c260ee9") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/fm_level_2") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "f4bf3ee8-6da7-49b8-ae80-015d91fc43a5") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "/fm_level_1") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "a44d2653-5326-429e-aa48-2f16ce05685b") + ) + (pad "8" thru_hole oval + (at 0 17.78) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/freq") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "5006c9d2-0524-4fbe-b85b-46158a80979c") + ) + (pad "9" thru_hole oval + (at 0 20.32) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/cv") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "d0d044f2-2aa5-4b77-b909-07ad58d5a84d") + ) + (pad "10" thru_hole oval + (at 0 22.86) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/in") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "a12b7036-00cb-4c56-b04e-296a5227e094") + ) + (pad "11" thru_hole oval + (at 0 25.4) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/res_1") + (pinfunction "Pin_11") + (pintype "passive") + (uuid "032a6963-7310-4542-9802-52321a1bd891") + ) + (pad "12" thru_hole oval + (at 0 27.94) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "/res_2") + (pinfunction "Pin_12") + (pintype "passive") + (uuid "43217e81-0c46-4e14-b626-05638cc92b10") + ) + (pad "13" thru_hole oval + (at 0 30.48) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/bp_out") + (pinfunction "Pin_13") + (pintype "passive") + (uuid "de01c9d3-d94f-46ae-8ed4-680a7661422e") + ) + (pad "14" thru_hole oval + (at 0 33.02) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "/lp_out") + (pinfunction "Pin_14") + (pintype "passive") + (uuid "08561ff6-3727-4730-a6de-9f3daa29c7ce") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x14_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "5ffd3f70-1c7e-4147-8394-e304c9184c34") + (at 51.31 135.26) + (property "Reference" "REF**" + (at 0 3.556 0) + (layer "F.SilkS") + (hide yes) + (uuid "f330037b-7856-406c-a8ff-53e0197ae2db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 0) + (layer "F.Fab") + (hide yes) + (uuid "1421a8b2-19b1-466d-8324-1b8f59677cd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac35cf66-5943-47f3-a25c-3567ec9219b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d14ede3-45a0-4f15-88e8-c21523d186c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "255c9a96-3ed1-49a5-8767-3ccc4ad4e677") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "elektrophon" + (at 0.025 -1.125 0) + (layer "B.SilkS") + (uuid "b6f7d5e3-f688-4856-94bb-cc7afd9dda13") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "R01" + (at -8.655 0.881 0) + (layer "B.SilkS") + (uuid "fd95ae0a-0c7c-4758-9af6-12045622ec68") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "ПОЛИВОКС" + (at 8.645 0.911 0) + (layer "B.SilkS") + (uuid "ffc412d7-d738-43b9-aa08-26f93a6b8bf2") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "R01" + (at 8.605 0.911 0) + (layer "F.SilkS") + (uuid "05fe014d-6da2-4cdc-abe9-9d580a5a0088") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (fp_text user "elektrophon" + (at 0.025 -1.125 0) + (layer "F.SilkS") + (uuid "c53df1ea-18c8-45d2-9234-ad80c63732e1") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "ПОЛИВОКС" + (at -8.515 0.881 0) + (layer "F.SilkS") + (uuid "fef5e654-eff1-40c4-aaa7-99e464e599f5") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e065a54") + (at 46.863 32.385 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J1" + (at 0.8 -16.703 90) + (layer "B.SilkS") + (uuid "12ce8a9c-09a4-4ebd-981f-6523b0b63951") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "IDC Header" + (at 1.27 -16.764 90) + (layer "B.Fab") + (uuid "1f1d982c-60fd-4438-b96b-7309d2e076ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2a23c07-4f82-464f-9381-aeafb841414d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0b9e55a-426a-4818-b542-c890b7ff6c26") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfe30197-8eb9-4794-bdbb-878b1d72d49f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property ki_fp_filters "Connector*:*_2x??_*") + (path "/00000000-0000-0000-0000-00005d6bebb7") + (sheetname "Root") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6b6c332-e3a6-46fc-9f21-5f83f75f6248") + ) + (fp_line + (start -3.29 -15.37) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c49dfb3b-9de7-4787-9983-0b01100009c4") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a85124c-87a6-46b0-a87f-0a583e2e7fdc") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eee7efe9-bfd2-4da5-810c-83ea731fa33d") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "892c2591-828c-4bca-90de-5c68f4a8cc3a") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "66d6ba60-3b8d-4b64-bbac-766205c0bd9b") + ) + (fp_line + (start -3.29 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "43d1b82c-701d-4b3a-9104-e6b7d82d0b0d") + ) + (fp_line + (start -1.98 -3.03) + (end -3.29 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "be460324-fa5e-45ba-8731-973d00a519d6") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9304d91-60ee-4b8a-b54c-9bddb1512390") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ada2bcff-37e9-4c49-92f5-1d27cc594637") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3723fc35-d84f-4238-ad7f-baef786c044f") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "de90aa3b-7914-466b-b942-bf2e2f31b137") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2202e5ef-d5a5-42e1-b3a5-1c034b1c42c7") + ) + (fp_line + (start 5.83 5.21) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8bc199ee-a601-43c5-8c50-852d5ab4303d") + ) + (fp_line + (start -3.29 5.21) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8800fd9-a245-4441-98fa-ca0f5d70d3b5") + ) + (fp_line + (start 6.22 -15.76) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "19fc3da4-22f1-4444-bf57-201435ba124c") + ) + (fp_line + (start -3.68 -15.76) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1ca08429-68b6-4eb2-aa13-ddbad29c7f3d") + ) + (fp_line + (start 6.22 5.6) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aeda4af5-f18b-4bb4-a669-cc35f04b2bd7") + ) + (fp_line + (start -3.68 5.6) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dd77436d-d9a7-45d5-9c22-0b4bd52d2164") + ) + (fp_line + (start 5.72 -15.26) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "81ed6263-b3c5-464f-97ab-41bfeb224f34") + ) + (fp_line + (start -3.18 -15.26) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4a4e77fc-1b11-4c7c-8c9a-fd27f49f41bf") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "839d61bd-5974-48b8-b793-b1344c819e14") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "03258dca-bff1-43df-b6dc-bef580a73ec2") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1a5d42f3-969e-49e1-8f94-5bb39af3abcd") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2ac89799-a561-4148-a991-d314113aa00d") + ) + (fp_line + (start -3.18 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bdce98f3-1727-42cd-8cd1-64bc8a64be5d") + ) + (fp_line + (start -1.98 -3.03) + (end -3.18 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3eee3c81-8213-4440-bb30-03efc5ad6bdb") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d13df5fe-8602-42a8-a0e0-65b0a120b792") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2ba0515a-c13f-4fc4-bcf9-98af31152837") + ) + (fp_line + (start -3.18 4.1) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "68ff9b0c-bc9c-46a4-8c45-cd7c46253f60") + ) + (fp_line + (start 5.72 5.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "13e16481-18be-43b6-b768-2c0278e8dfc9") + ) + (fp_line + (start -2.18 5.1) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "91bace93-68a9-4aaa-9042-364515b6b426") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 90) + (layer "B.Fab") + (uuid "afeac077-88a8-4323-a6fd-f3f83e6cc36b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 3 "-15V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "dd8c989f-7484-4ee7-a741-ab95a021bbf1") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "945866ad-3b0d-40c8-9b0e-4b2646bc3c23") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "fa4d4d51-85c2-45c5-9a2d-221f0355b3aa") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "8b7e3899-b7b1-40f3-8e8d-e46bec6ad333") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "30eb3909-b5d9-4db9-8c0f-f155cb137ec1") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "0b4fe1c3-59b0-46f6-873b-3cfe148d2b84") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "a2aed43a-3e4e-4aff-948a-3cd9ef8ffc8c") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "030d2bfc-79ae-49eb-ac13-afb87cec6c1e") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "57e2c9c9-a9ef-4495-9580-beb36c3caf6a") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "b5a3943b-cc8c-42e7-8cd0-24b63d3c41af") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 25.4 137.16) + (end 25.4 25.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e089cae") + ) + (gr_line + (start 25.4 25.4) + (end 65.7 25.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "7fd53ce1-25b9-4d46-929b-e80b15cc1404") + ) + (gr_line + (start 65.7 25.4) + (end 65.7 137.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d35aba2c-e512-469f-895d-84ddaebbbb17") + ) + (gr_line + (start 65.7 137.16) + (end 25.4 137.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d598df34-b6b5-4f6a-b089-0df532938c29") + ) + (segment + (start 37.988899 33.639101) + (end 39.243 32.385) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "25fe4ebe-89fb-4444-b59e-60f32becdfcb") + ) + (segment + (start 26.191499 77.499499) + (end 26.191499 38.053599) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "757335a0-1974-40fd-b795-823adfdd26c4") + ) + (segment + (start 26.191499 38.053599) + (end 30.605997 33.639101) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "c3cbeabb-b1b0-47a2-bfe5-6a4dd81ab75a") + ) + (segment + (start 27.432 78.74) + (end 26.191499 77.499499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "d02a3e53-80f2-4679-a1f3-25842eb28ce7") + ) + (segment + (start 30.605997 33.639101) + (end 37.988899 33.639101) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f537ca81-1ae5-4b13-90aa-53b52bb91904") + ) + (segment + (start 45.847 102.247) + (end 47.66 104.06) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "0c6326fc-f2d9-45af-a6c5-eeb218db0a95") + ) + (segment + (start 45.847 96.393) + (end 45.847 102.247) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "19b20bb9-ed69-4c38-a1ca-3fa8fc93523a") + ) + (segment + (start 32.239 45.104) + (end 27.432 40.297) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "227c2e87-0f5b-4ab9-a0b6-791fed395bba") + ) + (segment + (start 64.898752 99.796248) + (end 60.635 104.06) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "25727df8-9617-4d78-bcda-41b8aa210dbc") + ) + (segment + (start 46.59 45.104) + (end 59.455 45.104) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "2bd08088-bcb7-4f96-bd0e-f25b0c30681d") + ) + (segment + (start 64.944501 93.551499) + (end 62.23 96.266) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "3d05fc46-bb64-4e7b-aa43-214d4d19586e") + ) + (segment + (start 64.944501 60.912499) + (end 64.944501 64.722499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "3f220044-3100-4ebd-b580-01da8e85203f") + ) + (segment + (start 64.944501 112.585441) + (end 55.101942 122.428) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "48a15dce-63a7-420b-9005-3e01c43f81d7") + ) + (segment + (start 44.323 29.845) + (end 44.323 32.385) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "4d536817-dd77-4bcc-8e11-b426d7a21ccc") + ) + (segment + (start 64.944501 63.579499) + (end 64.944501 70.056499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "4d63b650-52ff-448c-9c2f-66a6a0c3ac92") + ) + (segment + (start 64.944501 91.868501) + (end 64.944501 93.551499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "501cb1cb-36e2-4cd7-b943-6273e290194e") + ) + (segment + (start 27.432 39.116) + (end 27.432 37.935) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "512ba2cb-e186-4609-b667-fac74a2ec525") + ) + (segment + (start 64.897 96.647) + (end 64.898752 97.235) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "582e0abf-e97f-4320-bcdf-cb673607bb07") + ) + (segment + (start 62.23 96.266) + (end 58.928 96.266) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "5970021c-b521-4128-9943-49e838963a9d") + ) + (segment + (start 46.59 45.104) + (end 49.93 45.104) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "5be0d296-c655-45c8-8cde-132ab9bbbca9") + ) + (segment + (start 64.944501 91.868501) + (end 64.897 96.647) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "6e844dd7-af62-471e-a937-13064fbdf485") + ) + (segment + (start 27.432 40.297) + (end 27.432 39.116) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "8bb48e90-da42-4d54-b743-dd4c80f1e96f") + ) + (segment + (start 53.34 122.428) + (end 49.53 122.428) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "9288de87-6cd9-4fff-9b4b-2039e62d2d61") + ) + (segment + (start 63.246 71.755) + (end 58.938 71.755) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "93ea1b45-c38a-4ef2-a88c-cadf82320691") + ) + (segment + (start 31.727899 33.639101) + (end 43.068899 33.639101) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "9b6d4215-78e8-4d48-acf9-7b2c582a5d26") + ) + (segment + (start 64.897 50.546) + (end 64.944501 60.912499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "a3f299b8-a7be-4e30-a61c-d9fdc652929f") + ) + (segment + (start 58.928 96.266) + (end 58.674 96.52) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "a4988a6c-c02c-45e1-b557-1cc0997428dd") + ) + (segment + (start 55.101942 122.428) + (end 53.34 122.428) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "ab5cff10-c687-48a3-98ad-e34de7c7f718") + ) + (segment + (start 64.944501 64.722499) + (end 62.23 67.437) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "ab8612f3-9c3e-44cf-8c4b-b441707980b5") + ) + (segment + (start 49.93 45.104) + (end 56.769 51.943) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "abeeb4bf-4388-4948-a970-f4a85cd47aab") + ) + (segment + (start 49.53 122.428) + (end 49.276 122.174) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "b2dfe176-b29e-4292-be82-7173a1ae24a2") + ) + (segment + (start 64.898752 97.235) + (end 64.944501 112.585441) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "b57a1daa-2a82-41b3-921f-4a2e1dbbe57d") + ) + (segment + (start 64.944501 63.579499) + (end 64.944501 91.868501) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "b7e956ae-c0e8-4f0c-bf15-6768cd146c0d") + ) + (segment + (start 64.944501 60.912499) + (end 64.944501 63.579499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "c1f0ec08-764b-41cf-b4fe-65533ed6a39f") + ) + (segment + (start 56.769 51.943) + (end 52.705 51.943) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "c39340b2-fb09-4479-90f8-c5232635f425") + ) + (segment + (start 59.455 45.104) + (end 64.897 50.546) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "c5b34cdf-c414-42ef-91d5-0fbb7a99c90a") + ) + (segment + (start 60.635 104.06) + (end 47.66 104.06) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "cce854f8-c87a-4057-ad99-c39342354e9a") + ) + (segment + (start 46.59 45.104) + (end 32.239 45.104) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "ce41ae89-5976-416c-b478-20ec7378ac41") + ) + (segment + (start 45.847 96.393) + (end 42.545 96.393) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "ce8e7841-68a1-4bf1-8ac7-14a7c361ae6b") + ) + (segment + (start 64.898752 97.235) + (end 64.898752 99.796248) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d10239f4-3677-4e78-834c-9f7ac0e86671") + ) + (segment + (start 43.068899 33.639101) + (end 44.323 32.385) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d3ea705a-ee5b-4a44-9f42-cd735be71e64") + ) + (segment + (start 64.944501 70.056499) + (end 63.246 71.755) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "dd1e7213-2ded-4108-ba67-e76b1e7717c4") + ) + (segment + (start 27.432 37.935) + (end 31.727899 33.639101) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "f1ebaf6c-df9d-4e82-b230-b1d39f113e19") + ) + (segment + (start 27.432 72.429) + (end 27.384499 72.381499) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "4ad93a87-bf2c-419c-8933-09f3c2afd77d") + ) + (segment + (start 27.384499 40.344501) + (end 27.432 40.297) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "4cb92b6a-cc5e-43bb-a01b-78d872a1089f") + ) + (segment + (start 27.432 73.66) + (end 27.432 72.429) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "77d7f6ba-579b-4822-9226-b8fa2006e6bb") + ) + (segment + (start 27.384499 72.381499) + (end 27.384499 40.344501) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "89bdd20d-6207-459d-a115-72cbad5b6d31") + ) + (segment + (start 27.432 40.297) + (end 27.432 39.116) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "c461961a-850b-4243-94f5-e5ccdffa31d6") + ) + (segment + (start 46.863 29.845) + (end 46.863 32.385) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "11e8a204-dd55-4a43-8b47-aa6f3a81bcc0") + ) + (segment + (start 41.3766 39.116) + (end 46.863 33.6296) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "3c90239b-0d3b-4680-9256-a0851ad02c8e") + ) + (segment + (start 36.282 39.116) + (end 41.3766 39.116) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "4d5785c6-1501-433f-8535-029213456f4b") + ) + (segment + (start 46.863 33.6296) + (end 46.863 32.385) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "a078eb35-c52f-49df-8435-3470e10a3f5b") + ) + (segment + (start 43.735501 98.305501) + (end 43.735501 93.281559) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "0d5c8f22-0488-41a7-b67a-0a64409c5aa8") + ) + (segment + (start 43.735501 93.281559) + (end 36.480443 86.026501) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "13e16c05-ffa3-414c-a05e-298caf3e07dc") + ) + (segment + (start 29.972 52.324) + (end 29.972 45.426) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "156f633e-1c2f-4658-a7f6-363b27c30196") + ) + (segment + (start 29.972 99.782) + (end 36.401499 106.211499) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "28d2a0d5-bf76-4246-b462-ae93bb930392") + ) + (segment + (start 46.99 79.335) + (end 33.742 79.335) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "2b782088-4d70-434c-a8f6-fd995d6b4254") + ) + (segment + (start 36.401499 106.211499) + (end 36.401499 128.563499) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "3f48726a-9d6b-4cf1-bbb5-09cee8103eb2") + ) + (segment + (start 47.244 101.814) + (end 43.735501 98.305501) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "4f60d074-ff0f-4552-9f85-5e500f7678d4") + ) + (segment + (start 41.616 129.754) + (end 41.656 129.794) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "5c2acb31-4a85-4bb0-ad1b-3f381f7b4e93") + ) + (segment + (start 34.885 101.433) + (end 34.925 101.473) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "60b4d196-3080-4b3b-8c8a-858e574c7e98") + ) + (segment + (start 29.972 52.324) + (end 30.099 56.896) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "614326b0-1787-4f7b-bf6b-c744d2d043fc") + ) + (segment + (start 29.972 75.565) + (end 29.972 83.312) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "649958ac-8427-4f24-90c6-59b5c7e7d24d") + ) + (segment + (start 37.592 129.754) + (end 41.616 129.754) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "6aad098e-b59e-4d59-b597-2bb324696738") + ) + (segment + (start 45.045 59.523) + (end 45.085 59.563) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "74d74eaf-5369-4401-8a5e-df3d79960f90") + ) + (segment + (start 47.458 101.6) + (end 47.244 101.814) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "902e092e-9cbb-4a5a-b192-6ad0d2c49526") + ) + (segment + (start 29.972 73.66) + (end 27.432 76.2) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "9b563d27-88d8-4008-9beb-08e194b71f37") + ) + (segment + (start 29.972 45.426) + (end 36.282 39.116) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "a5d31dfa-3afe-4f90-9b08-35ab2d95cd7e") + ) + (segment + (start 32.726 59.523) + (end 30.099 56.896) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "b1c3af9c-e436-4365-ad27-00447d690892") + ) + (segment + (start 36.480443 86.026501) + (end 32.686501 86.026501) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "b2fb6c62-0a7e-4841-95bb-21b2aa2ca503") + ) + (segment + (start 51.054 101.6) + (end 47.458 101.6) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "b59a495d-f7f8-4532-bd45-9eba903dc83b") + ) + (segment + (start 51.014 79.335) + (end 51.054 79.375) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "ba766f34-6e01-4d9f-8fb5-0faf208dc93d") + ) + (segment + (start 31.623 101.433) + (end 34.885 101.433) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "bebe282a-620f-4b13-a618-f2b1951cec2d") + ) + (segment + (start 40.259 59.523) + (end 32.726 59.523) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "c7f67b4c-a672-401e-b05a-0d606d42d9c9") + ) + (segment + (start 29.972 52.324) + (end 29.972 75.565) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "cc9e4106-f303-411a-8d71-e89a7e31e361") + ) + (segment + (start 46.99 79.335) + (end 51.014 79.335) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "d3be1394-93b7-4e04-a8b2-3bfe38bb854b") + ) + (segment + (start 36.401499 128.563499) + (end 37.592 129.754) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "d87f0095-6e34-465a-aace-3ae308a9e2c2") + ) + (segment + (start 40.259 59.523) + (end 45.045 59.523) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "dc10adf5-00af-4027-b8ab-273d5a5daab6") + ) + (segment + (start 29.972 83.312) + (end 29.972 99.782) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "dc23dcaf-7d0c-4a96-8792-c6dbd24ad6fb") + ) + (segment + (start 32.686501 86.026501) + (end 29.972 83.312) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "ef05fb1d-5bf5-4101-a623-1b14a4a5add2") + ) + (segment + (start 33.742 79.335) + (end 29.972 75.565) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "f9a38109-ebed-4b78-9e1f-bac822cdb37d") + ) + (segment + (start 40.005 98.933) + (end 42.545 98.933) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "0e24b3de-0587-4231-b7a7-d88541be7280") + ) + (segment + (start 33.02 105.918) + (end 40.005 98.933) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "97f51177-29b1-4d4f-9b3d-a7ffba0c16ae") + ) + (segment + (start 41.419999 100.058001) + (end 41.419999 117.492999) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "001958de-1bb7-4f2f-8d39-671b1f458544") + ) + (segment + (start 58.386 127.637775) + (end 59.436 127.637775) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "4284a266-11cb-4cc0-b5b3-47e803793b34") + ) + (segment + (start 53.689775 132.334) + (end 58.386 127.637775) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "4f51cfdf-4190-4048-bac6-ab9e6f2a7606") + ) + (segment + (start 46.863 122.936) + (end 46.863 130.175) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "6684f914-0298-4e4d-8dab-8d8e0e23ec12") + ) + (segment + (start 42.545 98.933) + (end 41.419999 100.058001) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "852e1912-c49a-4fc2-87a3-2768e6be73da") + ) + (segment + (start 41.419999 117.492999) + (end 46.863 122.936) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "8586f39b-153c-4282-b357-4b3dccb6694f") + ) + (segment + (start 46.863 130.175) + (end 49.022 132.334) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "a6cf41fe-6bc1-4d4c-bdea-fcbc8fc21804") + ) + (segment + (start 49.022 132.334) + (end 53.689775 132.334) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "f362308e-6cb5-4ea7-8ac4-0ac1b1e75a22") + ) + (segment + (start 36.703 29.845) + (end 36.703 32.385) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "73d35897-7443-47c2-a373-6c5d6f606987") + ) + (segment + (start 28.956 125.508) + (end 31.496 128.048) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "5f6d277b-0515-49cb-8650-567dfdb7d8c1") + ) + (segment + (start 31.496 128.048) + (end 33.415001 126.128999) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "894244b3-c20c-45bb-97c3-9b6aafca00be") + ) + (segment + (start 28.956 123.952) + (end 28.956 125.508) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "abfd1379-b328-488a-ac13-3c899ebd5f7a") + ) + (segment + (start 40.530999 126.128999) + (end 41.656 127.254) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "d53ebe2d-3df6-4181-b99f-0fafb9203be3") + ) + (segment + (start 33.415001 126.128999) + (end 40.530999 126.128999) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "e66358c5-e7d6-4ca3-90ef-eeeecf5f8f64") + ) + (segment + (start 50.30363 131.953) + (end 57.120775 131.953) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "09aae6a1-951c-4490-a75d-e06580db89ed") + ) + (segment + (start 49.276 129.794) + (end 49.276 130.92537) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "3a5d59c0-445b-427b-b671-4ab8023d0c8d") + ) + (segment + (start 61.976 128.229145) + (end 61.976 123.952) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "85aa10b4-f0d5-4566-a460-c7374021551d") + ) + (segment + (start 59.436 129.637775) + (end 60.56737 129.637775) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "b3d9651b-82ae-4589-b7d8-03766ce482f9") + ) + (segment + (start 57.120775 131.953) + (end 59.436 129.637775) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "d8108703-d10d-4d01-be87-7913ae9a1541") + ) + (segment + (start 60.56737 129.637775) + (end 61.976 128.229145) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "e33b6cc9-09bb-4905-a59e-cae3a0aba025") + ) + (segment + (start 49.276 130.92537) + (end 50.30363 131.953) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "e4839dee-b1d0-4a72-b58a-71a3dd57b1c4") + ) + (segment + (start 51.3 63.545) + (end 53.512 63.545) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "1ba68dd0-e9c7-4647-8f1b-05fdbd11592e") + ) + (segment + (start 53.512 63.545) + (end 57.404 67.437) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "65fd4d7e-bf57-49f2-aba1-bec63e885b56") + ) + (segment + (start 53.086 71.755) + (end 57.404 67.437) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "72a2faed-d1aa-45c1-bd9e-4a37bd65ca20") + ) + (segment + (start 51.054 71.755) + (end 53.086 71.755) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "c8ecf6ea-09b9-43b0-9cce-abde376cc26d") + ) + (segment + (start 49.403 84.836) + (end 46.101 84.836) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "6cf0791a-5f0b-4189-8bc4-407423a08a7e") + ) + (segment + (start 54.16 71.485) + (end 54.16 79.317) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "72aa4765-d1b2-44d5-96cf-7bb2342bbf5c") + ) + (segment + (start 54.16 79.317) + (end 49.276 84.201) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "7711c492-1c30-4d8c-b2ae-0110ea45af5c") + ) + (segment + (start 51.3 68.625) + (end 54.16 71.485) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "8e4af6d9-4b74-4277-b1d4-9a43cdcc64d1") + ) + (segment + (start 51.3 66.085) + (end 57.404 59.981) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "43617199-d0d3-43cd-aad6-c430fde7eadc") + ) + (segment + (start 57.404 57.277) + (end 62.23 57.277) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "4dd97b16-2d5f-4eea-9a82-48a0910b8e1a") + ) + (segment + (start 46.138 71.247) + (end 51.3 66.085) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "51371baa-69f2-4a60-b9ba-081d5caeeb05") + ) + (segment + (start 43.985 71.247) + (end 45.212 71.247) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "61a7be5e-8fc1-4681-ba10-e6f1dff6e478") + ) + (segment + (start 45.212 71.247) + (end 48.27 71.247) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "7e9d8a01-1185-4daa-9e7a-fa03bb490473") + ) + (segment + (start 41.656 71.247) + (end 43.985 71.247) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "90c52eda-5fb8-49a6-aa2a-0ce60d11d6ad") + ) + (segment + (start 32.512 71.247) + (end 41.656 71.247) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "cd586a1a-3bd7-426b-b930-87c0c675e84b") + ) + (segment + (start 43.985 71.247) + (end 46.138 71.247) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "cf2be428-d081-4257-bc8e-0163933d1e05") + ) + (segment + (start 57.404 59.981) + (end 57.404 57.277) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "d7d52479-4c9f-4307-b5f6-1812af40c245") + ) + (segment + (start 48.27 71.247) + (end 51.318 74.295) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "dc46ebd1-43f1-418a-9d4f-baa7bb5c224c") + ) + (segment + (start 45.085 54.483) + (end 40.259 54.483) + (width 0.25) + (layer "F.Cu") + (net 11) + (uuid "a16b99e6-c966-487d-a6cc-604127b0756e") + ) + (segment + (start 37.211 57.531) + (end 40.259 54.483) + (width 0.25) + (layer "F.Cu") + (net 11) + (uuid "a4d6d787-6114-4ba3-9eec-0fee62ed2213") + ) + (segment + (start 28.575 57.531) + (end 37.211 57.531) + (width 0.25) + (layer "F.Cu") + (net 11) + (uuid "b415cafd-d16a-45c6-9535-7eae693b2f5d") + ) + (segment + (start 47.76363 63.373) + (end 42.164 63.373) + (width 0.25) + (layer "F.Cu") + (net 12) + (uuid "5746d688-15c1-4ef6-a996-faee3b165693") + ) + (segment + (start 52.705 59.563) + (end 51.57363 59.563) + (width 0.25) + (layer "F.Cu") + (net 12) + (uuid "58502fe6-57ed-47e3-ba8c-ed750e4aba19") + ) + (segment + (start 51.57363 59.563) + (end 47.76363 63.373) + (width 0.25) + (layer "F.Cu") + (net 12) + (uuid "7956d114-00d8-45a4-84ef-ced5a7e2c15d") + ) + (segment + (start 45.466 123.317) + (end 45.466 120.029002) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "0a46c41f-dced-4096-841c-38f7fe677e54") + ) + (segment + (start 41.91 131.445) + (end 45.466 127.889) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "156055f1-31c4-4e2d-bfb0-fa95e36531b9") + ) + (segment + (start 32.546 130.048) + (end 31.496 130.048) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "1da1e8f2-c5bd-4bab-8543-3df77edf330f") + ) + (segment + (start 32.930012 107.493012) + (end 32.293599 107.493012) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "23001824-397f-46e7-b429-c9a931b5f604") + ) + (segment + (start 33.943 131.445) + (end 32.546 130.048) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "3170ba85-a92a-4738-8741-dafc56fa37aa") + ) + (segment + (start 31.444988 106.644401) + (end 31.444988 105.612988) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "758bc272-7f87-4e73-a1e2-b2a67defbb52") + ) + (segment + (start 45.466 127.889) + (end 45.466 123.317) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "80e6ff9e-0a9d-4ebe-bb47-99f980ff879f") + ) + (segment + (start 45.466 123.317) + (end 45.466 123.19) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "85ccd60e-1662-469d-a820-69926d7ce7e2") + ) + (segment + (start 32.293599 107.493012) + (end 31.444988 106.644401) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "b4d4aabd-d4a8-46e0-bdd6-1f21fd2baae8") + ) + (segment + (start 45.466 123.19) + (end 58.166 110.49) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "bf4b3058-03ab-484d-91ce-54920be2fea3") + ) + (segment + (start 45.466 120.029002) + (end 32.930012 107.493012) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "d1e77d96-45ff-4e99-ad25-43f9dd710a20") + ) + (segment + (start 33.943 131.445) + (end 41.91 131.445) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "d8547f12-b4c0-4bfb-bddb-0e36d12f5432") + ) + (segment + (start 31.444988 105.612988) + (end 27.432 101.6) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "e28da6fb-7e2c-4f0c-8e04-843f9170425e") + ) + (segment + (start 59.799 108.857) + (end 58.166 110.49) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "23f1baa7-7933-44b5-8d80-8fbc43606a2c") + ) + (segment + (start 59.799 100.185) + (end 59.799 108.857) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "4794e9a5-c777-4247-a837-49eba512309d") + ) + (segment + (start 58.674 99.06) + (end 59.799 100.185) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "f0f3fe5a-fe12-451b-aecc-182ce6db017c") + ) + (segment + (start 33.687589 131.826) + (end 29.972 131.826) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "11f1131b-49c3-4b62-af1d-9cc84a8e7918") + ) + (segment + (start 52.07 127.508) + (end 49.276 124.714) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "b6c3d13b-492d-4126-8de3-101ee049b64c") + ) + (segment + (start 27.432 129.286) + (end 27.432 106.68) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "bb4b630e-5740-46ae-bd67-5d267463d768") + ) + (segment + (start 33.7566 131.895011) + (end 33.687589 131.826) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "bc1959bc-a9a7-4c52-ac39-e1f0dccdfa1e") + ) + (segment + (start 53.594 127.508) + (end 52.07 127.508) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "c1c2b245-07d7-46be-8a15-e541e928f6c0") + ) + (segment + (start 49.276 124.714) + (end 45.916011 128.073989) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "c2225550-7518-4f64-9579-5fab24fca41e") + ) + (segment + (start 45.916011 128.073989) + (end 45.916011 128.0754) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "d5731afe-8438-413e-9f0f-b65474595c7c") + ) + (segment + (start 45.916011 128.0754) + (end 42.0964 131.895011) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "eaeb679d-45b5-4426-9231-80294e0deba7") + ) + (segment + (start 29.972 131.826) + (end 27.432 129.286) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "ee06cf66-8756-4e91-b214-7021f034ba63") + ) + (segment + (start 42.0964 131.895011) + (end 33.7566 131.895011) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "faf4b5b4-1333-4a01-b5b9-8f2ed7700b1b") + ) + (segment + (start 28.607001 105.315001) + (end 28.607001 111.549631) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "0cb223f4-d4a5-4b11-886f-bc8c09f96b1a") + ) + (segment + (start 41.148 121.666) + (end 41.656 122.174) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "145f52c3-e2ee-48cd-bd2d-81970786a6ba") + ) + (segment + (start 28.607001 111.549631) + (end 37.592 120.53463) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "52bc9968-d57c-433b-b7b6-8abd1c8ce564") + ) + (segment + (start 37.592 120.53463) + (end 37.592 121.666) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "d8c23946-b570-44d1-925d-5c471874441e") + ) + (segment + (start 37.592 121.666) + (end 41.148 121.666) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "e1de85aa-7e65-4f54-9111-ccc9a8e591cc") + ) + (segment + (start 27.432 104.14) + (end 28.607001 105.315001) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "f383f884-6a50-4334-b9c4-eafe2ce06a0d") + ) + (segment + (start 42.054999 107.043001) + (end 43.18 105.918) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "48aab341-ed14-4fb1-b55d-58361f78ec14") + ) + (segment + (start 46.101 89.154) + (end 46.101 91.567) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "5b110cd6-3751-4bc6-a31a-e7c9b356496b") + ) + (segment + (start 46.101 91.567) + (end 51.054 96.52) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "6e50be5b-46b1-498e-a289-d62b6fdc537a") + ) + (segment + (start 27.432 99.06) + (end 31.894999 103.522999) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "7e57a597-1cf2-4ef0-a06c-0a4f4b649ea3") + ) + (segment + (start 32.479999 107.043001) + (end 42.054999 107.043001) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "8304da4c-f993-4bf4-9a3a-a7758d6b6c7c") + ) + (segment + (start 31.894999 103.522999) + (end 31.894999 106.458001) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "ad37853c-188c-47b2-97a4-3f0f97d1a77f") + ) + (segment + (start 31.894999 106.458001) + (end 32.479999 107.043001) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "f93e2d3a-1ba6-4493-884d-f267d614e493") + ) + (segment + (start 54.737 98.662) + (end 52.595 96.52) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "1b8a5ba0-cb8f-4fd4-a3dc-aca4842a282a") + ) + (segment + (start 52.595 96.52) + (end 51.054 96.52) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "2eba39e8-f773-4adc-a506-bb5c08ad816d") + ) + (segment + (start 48.006 105.918) + (end 51.054 105.918) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "569dcd99-ae7f-48bc-bda1-b52bfa2507ae") + ) + (segment + (start 54.737 102.235) + (end 54.737 98.662) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "957c83e9-55e7-4d13-899a-279b45300a59") + ) + (segment + (start 43.18 105.918) + (end 48.006 105.918) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "965d89b9-726d-4d83-823a-e96def4af422") + ) + (segment + (start 51.054 105.918) + (end 54.737 102.235) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "ef65de89-2cb1-4478-894a-b0524c1ca851") + ) + (segment + (start 27.432 96.52) + (end 34.798 89.154) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "549c8bc9-a074-477c-8485-15ca1f514285") + ) + (segment + (start 34.798 89.154) + (end 35.941 89.154) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "9fb1bd56-2555-45c7-9f91-5ed185e92a15") + ) + (segment + (start 40.530999 82.532001) + (end 41.656 81.407) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "310f7887-8b96-491b-9a44-8eab8e3275b4") + ) + (segment + (start 27.432 93.98) + (end 34.815999 86.596001) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "7da1aab7-c897-4be7-a1f6-3735d8263d74") + ) + (segment + (start 34.815999 84.295999) + (end 36.579997 82.532001) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "87b8e213-6b2e-4ad6-af54-3dbd00b4a697") + ) + (segment + (start 34.815999 86.596001) + (end 34.815999 84.295999) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "8d743389-2679-4edf-8706-bc4ae2201fef") + ) + (segment + (start 36.579997 82.532001) + (end 40.530999 82.532001) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "b19942ec-daf7-4a3b-8496-2214da6edd55") + ) + (segment + (start 37.068587 81.407) + (end 37.084 81.407) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "753ad965-b119-46f2-8168-56f47b7c8755") + ) + (segment + (start 27.432 91.44) + (end 28.281999 90.590001) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "96d167b6-a374-4da8-8228-9ba811d56c58") + ) + (segment + (start 28.281999 90.193588) + (end 37.068587 81.407) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "c51a9aec-3c16-4e3e-841b-4a92ca51b318") + ) + (segment + (start 28.281999 90.590001) + (end 28.281999 90.193588) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "cb53903e-dd8b-4174-8842-0b78e58e4870") + ) + (segment + (start 45.085 51.943) + (end 40.259 51.943) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "7228f135-c861-44d3-b0f5-71c9cd39d295") + ) + (segment + (start 26.256999 58.183999) + (end 26.256999 82.644999) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "b0828edb-1275-4c99-a22a-31e38040cf84") + ) + (segment + (start 26.256999 58.183999) + (end 32.497998 51.943) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "bbf9fc48-88e2-40b4-a876-17447a378a56") + ) + (segment + (start 32.497998 51.943) + (end 40.259 51.943) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "c816092c-b3d2-401c-bf64-88f791a7c479") + ) + (segment + (start 26.256999 82.644999) + (end 27.113795 83.501795) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "ce6d6d89-a847-4d71-9caf-fb84e8737e09") + ) + (segment + (start 27.432 86.36) + (end 32.385 81.407) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "192d2229-03d1-4c79-a0a0-a96b4666eecc") + ) + (segment + (start 32.385 81.407) + (end 32.512 81.407) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "7b7f4b88-ab75-4c6a-a371-a983a26c4389") + ) + (segment + (start 47.480001 62.247999) + (end 39.845999 62.247999) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "204ad801-996f-41f3-a88b-4283ddf814e9") + ) + (segment + (start 39.845999 62.247999) + (end 29.057012 73.036986) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "2c679dea-b7dc-4b5d-8540-b57ae08606d3") + ) + (segment + (start 27.806003 85.184999) + (end 26.867999 85.184999) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "61334757-537e-49aa-b711-fe82b249c42b") + ) + (segment + (start 26.867999 85.184999) + (end 26.256999 85.795999) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "7b9d16a9-ff5c-487b-a2aa-d5efa4cce189") + ) + (segment + (start 52.705 54.483) + (end 52.705 57.023) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "c1835941-5843-4219-be02-510f1421031b") + ) + (segment + (start 29.057012 83.93399) + (end 27.806003 85.184999) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "c9c0078f-b2ef-438c-9a6f-4381115e6ed0") + ) + (segment + (start 26.256999 87.724999) + (end 27.432 88.9) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "e455283b-3b11-4c08-96d9-bffebd4c723c") + ) + (segment + (start 52.705 57.023) + (end 47.480001 62.247999) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "e536e1ff-8f26-4d04-9d22-2c96e850943f") + ) + (segment + (start 26.256999 85.795999) + (end 26.256999 87.724999) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "eb242da0-037a-4f21-a97f-d852e869d9f1") + ) + (segment + (start 29.057012 73.036986) + (end 29.057012 83.93399) + (width 0.25) + (layer "F.Cu") + (net 22) + (uuid "f2fac7bd-6894-4d4e-b00d-1782fca8c607") + ) + (segment + (start 27.432 81.28) + (end 28.607001 80.104999) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "1633fdc1-f40f-42a1-831d-abd923628b66") + ) + (segment + (start 32.004 67.691) + (end 32.004 63.373) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "31cfc292-2c1d-44e3-98aa-73a7cde10b8f") + ) + (segment + (start 28.575 67.691) + (end 32.004 67.691) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "37fe8b42-5ab6-437d-89b6-39d91dfe1bba") + ) + (segment + (start 28.575 68.82237) + (end 28.575 67.691) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "7363a47f-2ca2-4737-a108-4d673b245544") + ) + (segment + (start 28.607001 68.854371) + (end 28.575 68.82237) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "757a86de-5227-4083-9375-1e47b9a825b2") + ) + (segment + (start 28.607001 80.104999) + (end 28.607001 68.854371) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "a3775938-8872-4115-ad08-d17301d57d9f") + ) + (segment + (start 59.563 84.836) + (end 59.563 93.091) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "1473917f-5eec-4f4a-8a2a-a49e13ca7a60") + ) + (segment + (start 59.563 93.091) + (end 58.674 93.98) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "a06df2e8-98c6-4c74-8bf3-c4e664dfd7bb") + ) + (segment + (start 43.18 110.49) + (end 48.006 110.49) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "0b81f112-67fc-4e9c-b0d8-6137bd459471") + ) + (segment + (start 36.050001 97.807999) + (end 43.085001 97.807999) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "3d8c94d6-6732-4988-bb0c-f8da269542a1") + ) + (segment + (start 43.085001 97.807999) + (end 44.305001 99.027999) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "53467633-070e-472f-8f08-9ba6769ca2a4") + ) + (segment + (start 44.305001 99.027999) + (end 44.305001 109.364999) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "6335fdd3-e812-4b55-8414-5221d3c93ba3") + ) + (segment + (start 34.925 98.933) + (end 36.050001 97.807999) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "9ad930f0-a9ac-4f64-ab9e-fa52f3e86dbe") + ) + (segment + (start 44.305001 109.364999) + (end 43.18 110.49) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "d537fad3-1323-4695-b1dc-ed7af68bde62") + ) + (segment + (start 35.941 84.836) + (end 42.545 91.44) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "020aa59f-79c3-4380-b263-6936fb763ee5") + ) + (segment + (start 42.545 91.44) + (end 42.545 93.853) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "38ed4e38-0229-42d6-803c-731bdcb3f4d0") + ) + (segment + (start 38.1 124.714) + (end 37.592 124.206) + (width 0.25) + (layer "F.Cu") + (net 27) + (uuid "3d40c3cf-f46f-43d2-b857-f3a8cd4074f7") + ) + (segment + (start 33.528 124.206) + (end 33.274 123.952) + (width 0.25) + (layer "F.Cu") + (net 27) + (uuid "b03a4ac0-6891-4ce3-a09f-6efa5379e3e1") + ) + (segment + (start 41.656 124.714) + (end 38.1 124.714) + (width 0.25) + (layer "F.Cu") + (net 27) + (uuid "db242030-88e2-4c25-a54b-bfbb97dcb46d") + ) + (segment + (start 37.592 124.206) + (end 33.528 124.206) + (width 0.25) + (layer "F.Cu") + (net 27) + (uuid "fe32bec7-c456-4775-b8ff-334035b8345e") + ) + (segment + (start 53.594 130.048) + (end 52.07 130.048) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "5339c42c-3332-423d-8cd2-554890039fa0") + ) + (segment + (start 57.912 123.952) + (end 57.912 125.73) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "8bc0755e-f6b3-4698-95c9-5ea0df0d0a3b") + ) + (segment + (start 57.912 125.73) + (end 53.594 130.048) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "b5456ee4-7c62-4721-9387-973153f25e45") + ) + (segment + (start 52.07 130.048) + (end 49.276 127.254) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "d6235a21-b931-4540-bacc-14c3cb459583") + ) + (segment + (start 58.938 76.835) + (end 58.938 74.295) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "9be41b0d-39b2-4499-82f4-a110d0aa944b") + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ee7ee3a") + (hatch edge 0.508) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 65.761 137.135) (xy 25.375 137.135) (xy 25.375 25.375) (xy 65.761 25.375) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 52.348527 97.173502) (xy 52.369501 97.190405) (xy 54.066595 98.887499) (xy 54.100621 98.949811) + (xy 54.1035 98.976594) (xy 54.1035 101.920405) (xy 54.083498 101.988526) (xy 54.066595 102.0095) + (xy 50.828501 105.247595) (xy 50.766189 105.281621) (xy 50.739406 105.2845) (xy 49.225394 105.2845) + (xy 49.157273 105.264498) (xy 49.122181 105.230771) (xy 49.0122 105.073703) (xy 49.012195 105.073697) + (xy 48.850302 104.911804) (xy 48.850296 104.911799) (xy 48.662749 104.780477) (xy 48.455246 104.683717) + (xy 48.45524 104.683715) (xy 48.361771 104.65867) (xy 48.234087 104.624457) (xy 48.006 104.604502) + (xy 47.777913 104.624457) (xy 47.556759 104.683715) (xy 47.556753 104.683717) (xy 47.34925 104.780477) + (xy 47.161703 104.911799) (xy 47.161697 104.911804) (xy 46.999804 105.073697) (xy 46.999799 105.073703) + (xy 46.889819 105.230771) (xy 46.834362 105.275099) (xy 46.786606 105.2845) (xy 44.399394 105.2845) + (xy 44.331273 105.264498) (xy 44.296181 105.230771) (xy 44.1862 105.073703) (xy 44.186195 105.073697) + (xy 44.024302 104.911804) (xy 44.024296 104.911799) (xy 43.836749 104.780477) (xy 43.629246 104.683717) + (xy 43.62924 104.683715) (xy 43.535771 104.65867) (xy 43.408087 104.624457) (xy 43.18 104.604502) + (xy 42.951913 104.624457) (xy 42.730759 104.683715) (xy 42.730753 104.683717) (xy 42.52325 104.780477) + (xy 42.335703 104.911799) (xy 42.268594 104.978908) (xy 42.206281 105.012933) (xy 42.135466 105.007867) + (xy 42.07863 104.96532) (xy 42.05382 104.8988) (xy 42.053499 104.889812) (xy 42.053499 102.860167) + (xy 42.073501 102.792046) (xy 42.127157 102.745553) (xy 42.197431 102.735449) (xy 42.212092 102.738456) + (xy 42.316913 102.766543) (xy 42.545 102.786498) (xy 42.773087 102.766543) (xy 42.994243 102.707284) + (xy 43.201749 102.610523) (xy 43.3893 102.479198) (xy 43.551198 102.3173) (xy 43.682523 102.129749) + (xy 43.779284 101.922243) (xy 43.838543 101.701087) (xy 43.858498 101.473) (xy 43.838543 101.244913) + (xy 43.779284 101.023757) (xy 43.682523 100.816251) (xy 43.551198 100.6287) (xy 43.3893 100.466802) + (xy 43.383123 100.462477) (xy 43.292018 100.398684) (xy 43.201749 100.335477) (xy 43.190003 100.33) + (xy 43.162543 100.317195) (xy 43.109258 100.270279) (xy 43.089796 100.202002) (xy 43.110337 100.134042) + (xy 43.162543 100.088805) (xy 43.164997 100.08766) (xy 43.201749 100.070523) (xy 43.3893 99.939198) + (xy 43.551198 99.7773) (xy 43.682523 99.589749) (xy 43.717363 99.515034) (xy 43.76428 99.461748) + (xy 43.832557 99.442287) (xy 43.900517 99.462828) (xy 43.920653 99.479188) (xy 45.915606 101.474141) + (xy 45.949632 101.536453) (xy 45.950506 101.580395) (xy 45.950937 101.580433) (xy 45.950586 101.584435) + (xy 45.9506 101.585099) (xy 45.950458 101.585901) (xy 45.950457 101.585913) (xy 45.930502 101.814) + (xy 45.950457 102.042087) (xy 45.963228 102.089749) (xy 46.009715 102.26324) (xy 46.009717 102.263246) + (xy 46.106477 102.470749) (xy 46.224174 102.638838) (xy 46.237802 102.6583) (xy 46.3997 102.820198) + (xy 46.587251 102.951523) (xy 46.794757 103.048284) (xy 47.015913 103.107543) (xy 47.244 103.127498) + (xy 47.472087 103.107543) (xy 47.693243 103.048284) (xy 47.900749 102.951523) (xy 48.0883 102.820198) + (xy 48.250198 102.6583) (xy 48.381523 102.470749) (xy 48.427686 102.37175) (xy 48.474603 102.318465) + (xy 48.541881 102.299) (xy 49.88047 102.299) (xy 49.948591 102.319002) (xy 49.983683 102.352729) + (xy 50.044231 102.4392) (xy 50.047802 102.4443) (xy 50.2097 102.606198) (xy 50.397251 102.737523) + (xy 50.604757 102.834284) (xy 50.825913 102.893543) (xy 51.054 102.913498) (xy 51.282087 102.893543) + (xy 51.503243 102.834284) (xy 51.710749 102.737523) (xy 51.8983 102.606198) (xy 52.060198 102.4443) + (xy 52.191523 102.256749) (xy 52.288284 102.049243) (xy 52.347543 101.828087) (xy 52.367498 101.6) + (xy 52.347543 101.371913) (xy 52.288284 101.150757) (xy 52.191523 100.943251) (xy 52.060198 100.7557) + (xy 51.8983 100.593802) (xy 51.891009 100.588697) (xy 51.710749 100.462477) (xy 51.670951 100.443919) + (xy 51.617666 100.397002) (xy 51.598205 100.328725) (xy 51.618747 100.260765) (xy 51.670951 100.215529) + (xy 51.710497 100.197088) (xy 51.781888 100.147099) (xy 51.781888 100.147097) (xy 51.094791 99.46) + (xy 51.106661 99.46) (xy 51.208394 99.432741) (xy 51.299606 99.38008) (xy 51.37408 99.305606) (xy 51.426741 99.214394) + (xy 51.454 99.112661) (xy 51.454 99.100791) (xy 52.141097 99.787888) (xy 52.141099 99.787888) (xy 52.191088 99.716497) + (xy 52.287811 99.509073) (xy 52.287813 99.509068) (xy 52.347048 99.288002) (xy 52.366995 99.06) + (xy 52.347048 98.831997) (xy 52.287813 98.610931) (xy 52.287811 98.610926) (xy 52.191086 98.403498) + (xy 52.1411 98.33211) (xy 52.141098 98.33211) (xy 51.454 99.019208) (xy 51.454 99.007339) (xy 51.426741 98.905606) + (xy 51.37408 98.814394) (xy 51.299606 98.73992) (xy 51.208394 98.687259) (xy 51.106661 98.66) (xy 51.09479 98.66) + (xy 51.781888 97.972899) (xy 51.781888 97.972898) (xy 51.710501 97.922913) (xy 51.670949 97.904469) + (xy 51.617665 97.857551) (xy 51.598205 97.789273) (xy 51.618748 97.721314) (xy 51.67095 97.676081) + (xy 51.710749 97.657523) (xy 51.8983 97.526198) (xy 52.060198 97.3643) (xy 52.149125 97.2373) (xy 52.170181 97.207229) + (xy 52.225638 97.162901) (xy 52.273394 97.1535) (xy 52.280406 97.1535) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 45.447 93.945661) (xy 45.474259 94.047394) (xy 45.52692 94.138606) (xy 45.601394 94.21308) (xy 45.692606 94.265741) + (xy 45.794339 94.293) (xy 45.80621 94.293) (xy 45.11911 94.980098) (xy 45.11911 94.9801) (xy 45.190498 95.030086) + (xy 45.195266 95.032839) (xy 45.194178 95.034721) (xy 45.24042 95.075409) (xy 45.259904 95.14368) + (xy 45.239386 95.211647) (xy 45.194015 95.250995) (xy 45.195015 95.252726) (xy 45.190253 95.255474) + (xy 45.002703 95.386799) (xy 45.002697 95.386804) (xy 44.840804 95.548697) (xy 44.840799 95.548703) + (xy 44.709477 95.73625) (xy 44.674696 95.810839) (xy 44.627779 95.864124) (xy 44.559501 95.883585) + (xy 44.491541 95.863043) (xy 44.445476 95.80902) (xy 44.434501 95.757589) (xy 44.434501 94.527227) + (xy 44.454503 94.459106) (xy 44.508159 94.412613) (xy 44.578433 94.402509) (xy 44.643013 94.432003) + (xy 44.674696 94.473977) (xy 44.709913 94.549501) (xy 44.759899 94.620888) (xy 45.447 93.933788) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 38.777075 30.037993) (xy 38.842901 30.152007) (xy 38.935993 30.245099) (xy 39.050007 30.310925) + (xy 39.118051 30.329157) (xy 38.47731 30.969898) (xy 38.497697 30.985766) (xy 38.497705 30.985771) + (xy 38.531731 31.004185) (xy 38.582122 31.054197) (xy 38.597475 31.123514) (xy 38.572915 31.190127) + (xy 38.531735 31.225811) (xy 38.497705 31.244227) (xy 38.497693 31.244235) (xy 38.477311 31.260099) + (xy 38.47731 31.2601) (xy 39.118052 31.900842) (xy 39.050007 31.919075) (xy 38.935993 31.984901) + (xy 38.842901 32.077993) (xy 38.777075 32.192007) (xy 38.758842 32.260052) (xy 38.119921 31.621131) + (xy 38.119919 31.621132) (xy 38.078781 31.6841) (xy 38.024777 31.730189) (xy 37.95443 31.739764) + (xy 37.890072 31.709787) (xy 37.867816 31.684101) (xy 37.826676 31.621131) (xy 37.778724 31.547734) + (xy 37.77872 31.547729) (xy 37.626237 31.382091) (xy 37.544382 31.318381) (xy 37.448576 31.243811) + (xy 37.415319 31.225813) (xy 37.364929 31.175802) (xy 37.349576 31.106485) (xy 37.374136 31.039872) + (xy 37.41532 31.004186) (xy 37.415322 31.004185) (xy 37.448576 30.986189) (xy 37.62624 30.847906) + (xy 37.778722 30.682268) (xy 37.867816 30.545898) (xy 37.921819 30.49981) (xy 37.992167 30.490235) + (xy 38.056524 30.520212) (xy 38.078782 30.545899) (xy 38.11992 30.608866) (xy 38.119921 30.608866) + (xy 38.758841 29.969946) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 41.317075 30.037993) (xy 41.382901 30.152007) (xy 41.475993 30.245099) (xy 41.590007 30.310925) + (xy 41.658051 30.329157) (xy 41.01731 30.969898) (xy 41.037697 30.985766) (xy 41.037705 30.985771) + (xy 41.071731 31.004185) (xy 41.122122 31.054197) (xy 41.137475 31.123514) (xy 41.112915 31.190127) + (xy 41.071735 31.225811) (xy 41.037705 31.244227) (xy 41.037693 31.244235) (xy 41.017311 31.260099) + (xy 41.01731 31.2601) (xy 41.658052 31.900842) (xy 41.590007 31.919075) (xy 41.475993 31.984901) + (xy 41.382901 32.077993) (xy 41.317075 32.192007) (xy 41.298842 32.260052) (xy 40.659921 31.621131) + (xy 40.65992 31.621132) (xy 40.618482 31.684558) (xy 40.564479 31.730647) (xy 40.494131 31.740222) + (xy 40.429773 31.710245) (xy 40.407516 31.684558) (xy 40.366078 31.621132) (xy 39.727157 32.260051) + (xy 39.708925 32.192007) (xy 39.643099 32.077993) (xy 39.550007 31.984901) (xy 39.435993 31.919075) + (xy 39.367947 31.900841) (xy 40.008688 31.2601) (xy 40.008687 31.260099) (xy 39.988308 31.244237) + (xy 39.988298 31.244231) (xy 39.954267 31.225814) (xy 39.903876 31.175801) (xy 39.888524 31.106484) + (xy 39.913085 31.039871) (xy 39.954268 31.004186) (xy 39.988294 30.985772) (xy 39.988298 30.985769) + (xy 40.008688 30.969898) (xy 39.367947 30.329157) (xy 39.435993 30.310925) (xy 39.550007 30.245099) + (xy 39.643099 30.152007) (xy 39.708925 30.037993) (xy 39.727158 29.969947) (xy 40.366077 30.608866) + (xy 40.366078 30.608866) (xy 40.407516 30.545441) (xy 40.461519 30.499352) (xy 40.531867 30.489777) + (xy 40.596225 30.519754) (xy 40.618482 30.54544) (xy 40.659921 30.608866) (xy 41.298841 29.969946) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 42.906077 30.608866) (xy 42.906078 30.608866) (xy 42.947217 30.545899) (xy 43.001221 30.49981) + (xy 43.071568 30.490235) (xy 43.135926 30.520212) (xy 43.158183 30.545898) (xy 43.247279 30.68227) + (xy 43.399762 30.847908) (xy 43.454331 30.890381) (xy 43.577424 30.986189) (xy 43.610678 31.004185) + (xy 43.61068 31.004186) (xy 43.661071 31.0542) (xy 43.676423 31.123516) (xy 43.651862 31.190129) + (xy 43.61068 31.225813) (xy 43.577426 31.24381) (xy 43.577424 31.243811) (xy 43.399762 31.382091) + (xy 43.247279 31.547729) (xy 43.158183 31.684101) (xy 43.104179 31.730189) (xy 43.033831 31.739764) + (xy 42.969474 31.709786) (xy 42.947217 31.6841) (xy 42.906078 31.621132) (xy 42.267157 32.260051) + (xy 42.248925 32.192007) (xy 42.183099 32.077993) (xy 42.090007 31.984901) (xy 41.975993 31.919075) + (xy 41.907947 31.900841) (xy 42.548688 31.2601) (xy 42.548687 31.260099) (xy 42.528308 31.244237) + (xy 42.528298 31.244231) (xy 42.494267 31.225814) (xy 42.443876 31.175801) (xy 42.428524 31.106484) + (xy 42.453085 31.039871) (xy 42.494268 31.004186) (xy 42.528294 30.985772) (xy 42.528298 30.985769) + (xy 42.548688 30.969898) (xy 41.907947 30.329157) (xy 41.975993 30.310925) (xy 42.090007 30.245099) + (xy 42.183099 30.152007) (xy 42.248925 30.037993) (xy 42.267158 29.969947) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 65.581621 25.480502) (xy 65.628114 25.534158) (xy 65.6395 25.5865) (xy 65.6395 136.9735) (xy 65.619498 137.041621) + (xy 65.565842 137.088114) (xy 65.5135 137.0995) (xy 25.5865 137.0995) (xy 25.518379 137.079498) + (xy 25.471886 137.025842) (xy 25.4605 136.9735) (xy 25.4605 134.726287) (xy 26.5895 134.726287) + (xy 26.622754 134.936243) (xy 26.688443 135.138412) (xy 26.784949 135.327816) (xy 26.909896 135.499792) + (xy 26.909898 135.499794) (xy 26.9099 135.499797) (xy 27.060202 135.650099) (xy 27.060205 135.650101) + (xy 27.060208 135.650104) (xy 27.232184 135.775051) (xy 27.421588 135.871557) (xy 27.623757 135.937246) + (xy 27.833713 135.9705) (xy 27.833716 135.9705) (xy 28.046284 135.9705) (xy 28.046287 135.9705) + (xy 28.256243 135.937246) (xy 28.458412 135.871557) (xy 28.647816 135.775051) (xy 28.819792 135.650104) + (xy 28.970104 135.499792) (xy 29.095051 135.327816) (xy 29.191557 135.138412) (xy 29.257246 134.936243) + (xy 29.2905 134.726287) (xy 61.8095 134.726287) (xy 61.842754 134.936243) (xy 61.908443 135.138412) + (xy 62.004949 135.327816) (xy 62.129896 135.499792) (xy 62.129898 135.499794) (xy 62.1299 135.499797) + (xy 62.280202 135.650099) (xy 62.280205 135.650101) (xy 62.280208 135.650104) (xy 62.452184 135.775051) + (xy 62.641588 135.871557) (xy 62.843757 135.937246) (xy 63.053713 135.9705) (xy 63.053716 135.9705) + (xy 63.266284 135.9705) (xy 63.266287 135.9705) (xy 63.476243 135.937246) (xy 63.678412 135.871557) + (xy 63.867816 135.775051) (xy 64.039792 135.650104) (xy 64.190104 135.499792) (xy 64.315051 135.327816) + (xy 64.411557 135.138412) (xy 64.477246 134.936243) (xy 64.5105 134.726287) (xy 64.5105 134.513713) + (xy 64.477246 134.303757) (xy 64.411557 134.101588) (xy 64.315051 133.912184) (xy 64.190104 133.740208) + (xy 64.190101 133.740205) (xy 64.190099 133.740202) (xy 64.039797 133.5899) (xy 64.039794 133.589898) + (xy 64.039792 133.589896) (xy 63.867816 133.464949) (xy 63.678412 133.368443) (xy 63.476243 133.302754) + (xy 63.266287 133.2695) (xy 63.053713 133.2695) (xy 62.843757 133.302754) (xy 62.843754 133.302754) + (xy 62.843753 133.302755) (xy 62.641588 133.368443) (xy 62.641586 133.368444) (xy 62.45218 133.464951) + (xy 62.280205 133.589898) (xy 62.280202 133.5899) (xy 62.1299 133.740202) (xy 62.129898 133.740205) + (xy 62.004951 133.91218) (xy 62.004949 133.912184) (xy 61.908443 134.101588) (xy 61.842754 134.303757) + (xy 61.8095 134.513713) (xy 61.8095 134.726287) (xy 29.2905 134.726287) (xy 29.2905 134.513713) + (xy 29.257246 134.303757) (xy 29.191557 134.101588) (xy 29.095051 133.912184) (xy 28.970104 133.740208) + (xy 28.970101 133.740205) (xy 28.970099 133.740202) (xy 28.819797 133.5899) (xy 28.819794 133.589898) + (xy 28.819792 133.589896) (xy 28.647816 133.464949) (xy 28.458412 133.368443) (xy 28.256243 133.302754) + (xy 28.046287 133.2695) (xy 27.833713 133.2695) (xy 27.623757 133.302754) (xy 27.623754 133.302754) + (xy 27.623753 133.302755) (xy 27.421588 133.368443) (xy 27.421586 133.368444) (xy 27.23218 133.464951) + (xy 27.060205 133.589898) (xy 27.060202 133.5899) (xy 26.9099 133.740202) (xy 26.909898 133.740205) + (xy 26.784951 133.91218) (xy 26.784949 133.912184) (xy 26.688443 134.101588) (xy 26.622754 134.303757) + (xy 26.5895 134.513713) (xy 26.5895 134.726287) (xy 25.4605 134.726287) (xy 25.4605 128.048) (xy 30.182502 128.048) + (xy 30.202457 128.276086) (xy 30.261715 128.49724) (xy 30.261717 128.497246) (xy 30.358477 128.704749) + (xy 30.3623 128.710209) (xy 30.384988 128.777483) (xy 30.367703 128.846343) (xy 30.33908 128.878337) + (xy 30.33911 128.878367) (xy 30.338582 128.878894) (xy 30.334602 128.883344) (xy 30.332738 128.884739) + (xy 30.245112 129.001792) (xy 30.24511 129.001797) (xy 30.194011 129.138795) (xy 30.194009 129.138803) + (xy 30.1875 129.19935) (xy 30.1875 130.896649) (xy 30.194009 130.957196) (xy 30.194011 130.957204) + (xy 30.24511 131.094202) (xy 30.245112 131.094207) (xy 30.332738 131.211261) (xy 30.449792 131.298887) + (xy 30.449794 131.298888) (xy 30.449796 131.298889) (xy 30.508875 131.320924) (xy 30.586795 131.349988) + (xy 30.586803 131.34999) (xy 30.64735 131.356499) (xy 30.647355 131.356499) (xy 30.647362 131.3565) + (xy 30.647368 131.3565) (xy 32.344632 131.3565) (xy 32.344638 131.3565) (xy 32.344645 131.356499) + (xy 32.344649 131.356499) (xy 32.405196 131.34999) (xy 32.405199 131.349989) (xy 32.405201 131.349989) + (xy 32.542204 131.298889) (xy 32.564389 131.282282) (xy 32.659261 131.211261) (xy 32.746887 131.094207) + (xy 32.746887 131.094206) (xy 32.746889 131.094204) (xy 32.797989 130.957201) (xy 32.798627 130.951273) + (xy 32.804499 130.896649) (xy 32.8045 130.896632) (xy 32.8045 129.199367) (xy 32.804499 129.19935) + (xy 32.79799 129.138803) (xy 32.797988 129.138795) (xy 32.761811 129.041804) (xy 32.746889 129.001796) + (xy 32.746888 129.001794) (xy 32.746887 129.001792) (xy 32.666642 128.894599) (xy 32.659261 128.884739) + (xy 32.65926 128.884738) (xy 32.657405 128.883349) (xy 32.656014 128.881491) (xy 32.652889 128.878366) + (xy 32.653338 128.877916) (xy 32.614857 128.826514) (xy 32.609791 128.755699) (xy 32.629699 128.710209) + (xy 32.633523 128.704749) (xy 32.730284 128.497243) (xy 32.789543 128.276087) (xy 32.809498 128.048) + (xy 32.789543 127.819913) (xy 32.730284 127.598757) (xy 32.633523 127.391251) (xy 32.502198 127.2037) + (xy 32.3403 127.041802) (xy 32.152749 126.910477) (xy 32.119106 126.894789) (xy 31.945246 126.813717) + (xy 31.94524 126.813715) (xy 31.851771 126.78867) (xy 31.724087 126.754457) (xy 31.496 126.734502) + (xy 31.267913 126.754457) (xy 31.046759 126.813715) (xy 31.046753 126.813717) (xy 30.83925 126.910477) + (xy 30.651703 127.041799) (xy 30.651697 127.041804) (xy 30.489804 127.203697) (xy 30.489799 127.203703) + (xy 30.358477 127.39125) (xy 30.261717 127.598753) (xy 30.261715 127.598759) (xy 30.202457 127.819913) + (xy 30.182502 128.048) (xy 25.4605 128.048) (xy 25.4605 123.952) (xy 27.642502 123.952) (xy 27.662457 124.180087) + (xy 27.685145 124.264759) (xy 27.721715 124.40124) (xy 27.721717 124.401246) (xy 27.818477 124.608749) + (xy 27.851032 124.655243) (xy 27.949802 124.7963) (xy 28.1117 124.958198) (xy 28.299251 125.089523) + (xy 28.506757 125.186284) (xy 28.727913 125.245543) (xy 28.956 125.265498) (xy 29.184087 125.245543) + (xy 29.405243 125.186284) (xy 29.612749 125.089523) (xy 29.8003 124.958198) (xy 29.962198 124.7963) + (xy 30.093523 124.608749) (xy 30.190284 124.401243) (xy 30.249543 124.180087) (xy 30.269498 123.952) + (xy 31.960502 123.952) (xy 31.980457 124.180087) (xy 32.003145 124.264759) (xy 32.039715 124.40124) + (xy 32.039717 124.401246) (xy 32.136477 124.608749) (xy 32.169032 124.655243) (xy 32.267802 124.7963) + (xy 32.4297 124.958198) (xy 32.617251 125.089523) (xy 32.824757 125.186284) (xy 33.045913 125.245543) + (xy 33.274 125.265498) (xy 33.502087 125.245543) (xy 33.723243 125.186284) (xy 33.930749 125.089523) + (xy 34.1183 124.958198) (xy 34.280198 124.7963) (xy 34.411523 124.608749) (xy 34.508284 124.401243) + (xy 34.567543 124.180087) (xy 34.587498 123.952) (xy 34.567543 123.723913) (xy 34.508284 123.502757) + (xy 34.411523 123.295251) (xy 34.280198 123.1077) (xy 34.1183 122.945802) (xy 34.104301 122.936) + (xy 33.930749 122.814477) (xy 33.723246 122.717717) (xy 33.72324 122.717715) (xy 33.553376 122.6722) + (xy 33.502087 122.658457) (xy 33.274 122.638502) (xy 33.045913 122.658457) (xy 32.824759 122.717715) + (xy 32.824753 122.717717) (xy 32.61725 122.814477) (xy 32.429703 122.945799) (xy 32.429697 122.945804) + (xy 32.267804 123.107697) (xy 32.267799 123.107703) (xy 32.136477 123.29525) (xy 32.039717 123.502753) + (xy 32.039715 123.502759) (xy 31.992951 123.677285) (xy 31.980457 123.723913) (xy 31.960502 123.952) + (xy 30.269498 123.952) (xy 30.249543 123.723913) (xy 30.190284 123.502757) (xy 30.093523 123.295251) + (xy 29.962198 123.1077) (xy 29.8003 122.945802) (xy 29.786301 122.936) (xy 29.612749 122.814477) + (xy 29.405246 122.717717) (xy 29.40524 122.717715) (xy 29.235376 122.6722) (xy 29.184087 122.658457) + (xy 28.956 122.638502) (xy 28.727913 122.658457) (xy 28.506759 122.717715) (xy 28.506753 122.717717) + (xy 28.29925 122.814477) (xy 28.111703 122.945799) (xy 28.111697 122.945804) (xy 27.949804 123.107697) + (xy 27.949799 123.107703) (xy 27.818477 123.29525) (xy 27.721717 123.502753) (xy 27.721715 123.502759) + (xy 27.674951 123.677285) (xy 27.662457 123.723913) (xy 27.642502 123.952) (xy 25.4605 123.952) + (xy 25.4605 113.792) (xy 27.643004 113.792) (xy 27.662951 114.020002) (xy 27.722186 114.241068) + (xy 27.722188 114.241073) (xy 27.818913 114.448501) (xy 27.868899 114.519888) (xy 28.556 113.832788) + (xy 28.556 113.844661) (xy 28.583259 113.946394) (xy 28.63592 114.037606) (xy 28.710394 114.11208) + (xy 28.801606 114.164741) (xy 28.903339 114.192) (xy 28.91521 114.192) (xy 28.22811 114.879098) + (xy 28.22811 114.8791) (xy 28.299498 114.929086) (xy 28.506926 115.025811) (xy 28.506931 115.025813) + (xy 28.727999 115.085048) (xy 28.727995 115.085048) (xy 28.956 115.104995) (xy 29.184002 115.085048) + (xy 29.405068 115.025813) (xy 29.405073 115.025811) (xy 29.612497 114.929088) (xy 29.683888 114.879099) + (xy 29.683888 114.879097) (xy 28.996791 114.192) (xy 29.008661 114.192) (xy 29.110394 114.164741) + (xy 29.201606 114.11208) (xy 29.27608 114.037606) (xy 29.328741 113.946394) (xy 29.356 113.844661) + (xy 29.356 113.832791) (xy 30.043097 114.519888) (xy 30.043099 114.519888) (xy 30.093088 114.448497) + (xy 30.189811 114.241073) (xy 30.189813 114.241068) (xy 30.249048 114.020002) (xy 30.268995 113.792) + (xy 31.961004 113.792) (xy 31.980951 114.020002) (xy 32.040186 114.241068) (xy 32.040188 114.241073) + (xy 32.136913 114.448501) (xy 32.186899 114.519888) (xy 32.874 113.832788) (xy 32.874 113.844661) + (xy 32.901259 113.946394) (xy 32.95392 114.037606) (xy 33.028394 114.11208) (xy 33.119606 114.164741) + (xy 33.221339 114.192) (xy 33.23321 114.192) (xy 32.54611 114.879098) (xy 32.54611 114.8791) (xy 32.617498 114.929086) + (xy 32.824926 115.025811) (xy 32.824931 115.025813) (xy 33.045999 115.085048) (xy 33.045995 115.085048) + (xy 33.274 115.104995) (xy 33.502002 115.085048) (xy 33.723068 115.025813) (xy 33.723073 115.025811) + (xy 33.930497 114.929088) (xy 34.001888 114.879099) (xy 34.001888 114.879097) (xy 33.314791 114.192) + (xy 33.326661 114.192) (xy 33.428394 114.164741) (xy 33.519606 114.11208) (xy 33.59408 114.037606) + (xy 33.646741 113.946394) (xy 33.674 113.844661) (xy 33.674 113.832791) (xy 34.361097 114.519888) + (xy 34.361099 114.519888) (xy 34.411088 114.448497) (xy 34.507811 114.241073) (xy 34.507813 114.241068) + (xy 34.567048 114.020002) (xy 34.586995 113.792) (xy 34.567048 113.563997) (xy 34.507813 113.342931) + (xy 34.507811 113.342926) (xy 34.411086 113.135498) (xy 34.3611 113.06411) (xy 34.361098 113.06411) + (xy 33.674 113.751208) (xy 33.674 113.739339) (xy 33.646741 113.637606) (xy 33.59408 113.546394) + (xy 33.519606 113.47192) (xy 33.428394 113.419259) (xy 33.326661 113.392) (xy 33.31479 113.392) + (xy 34.001888 112.704899) (xy 34.001888 112.704898) (xy 33.930501 112.654913) (xy 33.723073 112.558188) + (xy 33.723068 112.558186) (xy 33.502 112.498951) (xy 33.502004 112.498951) (xy 33.274 112.479004) + (xy 33.045997 112.498951) (xy 32.824931 112.558186) (xy 32.824926 112.558188) (xy 32.6175 112.654913) + (xy 32.546109 112.7049) (xy 33.233209 113.392) (xy 33.221339 113.392) (xy 33.119606 113.419259) + (xy 33.028394 113.47192) (xy 32.95392 113.546394) (xy 32.901259 113.637606) (xy 32.874 113.739339) + (xy 32.874 113.751209) (xy 32.1869 113.064109) (xy 32.136913 113.1355) (xy 32.040188 113.342926) + (xy 32.040186 113.342931) (xy 31.980951 113.563997) (xy 31.961004 113.792) (xy 30.268995 113.792) + (xy 30.249048 113.563997) (xy 30.189813 113.342931) (xy 30.189811 113.342926) (xy 30.093086 113.135498) + (xy 30.0431 113.06411) (xy 30.043098 113.06411) (xy 29.356 113.751208) (xy 29.356 113.739339) (xy 29.328741 113.637606) + (xy 29.27608 113.546394) (xy 29.201606 113.47192) (xy 29.110394 113.419259) (xy 29.008661 113.392) + (xy 28.99679 113.392) (xy 29.683888 112.704899) (xy 29.683888 112.704898) (xy 29.612501 112.654913) + (xy 29.405073 112.558188) (xy 29.405068 112.558186) (xy 29.184 112.498951) (xy 29.184004 112.498951) + (xy 28.956 112.479004) (xy 28.727997 112.498951) (xy 28.506931 112.558186) (xy 28.506926 112.558188) + (xy 28.2995 112.654913) (xy 28.228109 112.7049) (xy 28.915209 113.392) (xy 28.903339 113.392) (xy 28.801606 113.419259) + (xy 28.710394 113.47192) (xy 28.63592 113.546394) (xy 28.583259 113.637606) (xy 28.556 113.739339) + (xy 28.556 113.751209) (xy 27.8689 113.064109) (xy 27.818913 113.1355) (xy 27.722188 113.342926) + (xy 27.722186 113.342931) (xy 27.662951 113.563997) (xy 27.643004 113.792) (xy 25.4605 113.792) + (xy 25.4605 110.49) (xy 31.707004 110.49) (xy 31.726951 110.718002) (xy 31.786186 110.939068) (xy 31.786188 110.939073) + (xy 31.882913 111.146501) (xy 31.932899 111.217888) (xy 32.62 110.530788) (xy 32.62 110.542661) + (xy 32.647259 110.644394) (xy 32.69992 110.735606) (xy 32.774394 110.81008) (xy 32.865606 110.862741) + (xy 32.967339 110.89) (xy 32.97921 110.89) (xy 32.29211 111.577098) (xy 32.29211 111.5771) (xy 32.363498 111.627086) + (xy 32.570926 111.723811) (xy 32.570931 111.723813) (xy 32.791999 111.783048) (xy 32.791995 111.783048) + (xy 33.02 111.802995) (xy 33.248002 111.783048) (xy 33.469068 111.723813) (xy 33.469073 111.723811) + (xy 33.676497 111.627088) (xy 33.747888 111.577099) (xy 33.747888 111.577097) (xy 33.060791 110.89) + (xy 33.072661 110.89) (xy 33.174394 110.862741) (xy 33.265606 110.81008) (xy 33.34008 110.735606) + (xy 33.392741 110.644394) (xy 33.42 110.542661) (xy 33.42 110.530791) (xy 34.107097 111.217888) + (xy 34.107099 111.217888) (xy 34.157088 111.146497) (xy 34.253811 110.939073) (xy 34.253813 110.939068) + (xy 34.313048 110.718002) (xy 34.332995 110.49) (xy 34.313048 110.261997) (xy 34.253813 110.040931) + (xy 34.253811 110.040926) (xy 34.157086 109.833498) (xy 34.1071 109.76211) (xy 34.107098 109.76211) + (xy 33.42 110.449208) (xy 33.42 110.437339) (xy 33.392741 110.335606) (xy 33.34008 110.244394) (xy 33.265606 110.16992) + (xy 33.174394 110.117259) (xy 33.072661 110.09) (xy 33.06079 110.09) (xy 33.747888 109.402899) (xy 33.747888 109.402898) + (xy 33.676501 109.352913) (xy 33.469073 109.256188) (xy 33.469068 109.256186) (xy 33.248 109.196951) + (xy 33.248004 109.196951) (xy 33.02 109.177004) (xy 32.791997 109.196951) (xy 32.570931 109.256186) + (xy 32.570926 109.256188) (xy 32.3635 109.352913) (xy 32.292109 109.4029) (xy 32.979209 110.09) + (xy 32.967339 110.09) (xy 32.865606 110.117259) (xy 32.774394 110.16992) (xy 32.69992 110.244394) + (xy 32.647259 110.335606) (xy 32.62 110.437339) (xy 32.62 110.449209) (xy 31.9329 109.762109) (xy 31.882913 109.8335) + (xy 31.786188 110.040926) (xy 31.786186 110.040931) (xy 31.726951 110.261997) (xy 31.707004 110.49) + (xy 25.4605 110.49) (xy 25.4605 106.68) (xy 26.068844 106.68) (xy 26.075663 106.762296) (xy 26.087437 106.904375) + (xy 26.142702 107.122612) (xy 26.142703 107.122613) (xy 26.142704 107.122616) (xy 26.181494 107.211048) + (xy 26.233141 107.328793) (xy 26.356275 107.517265) (xy 26.356279 107.51727) (xy 26.508762 107.682908) + (xy 26.563331 107.725381) (xy 26.686424 107.821189) (xy 26.884426 107.928342) (xy 26.884427 107.928342) + (xy 26.884428 107.928343) (xy 26.996227 107.966723) (xy 27.097365 108.001444) (xy 27.319431 108.0385) + (xy 27.319435 108.0385) (xy 27.544565 108.0385) (xy 27.544569 108.0385) (xy 27.766635 108.001444) + (xy 27.979574 107.928342) (xy 28.177576 107.821189) (xy 28.35524 107.682906) (xy 28.507722 107.517268) + (xy 28.63086 107.328791) (xy 28.721296 107.122616) (xy 28.776564 106.904368) (xy 28.795156 106.68) + (xy 28.776564 106.455632) (xy 28.721296 106.237384) (xy 28.63086 106.031209) (xy 28.556897 105.918) + (xy 28.507724 105.842734) (xy 28.50772 105.842729) (xy 28.355237 105.677091) (xy 28.253518 105.59792) + (xy 28.177576 105.538811) (xy 28.144319 105.520813) (xy 28.093929 105.470802) (xy 28.078576 105.401485) + (xy 28.103136 105.334872) (xy 28.14432 105.299186) (xy 28.177576 105.281189) (xy 28.35524 105.142906) + (xy 28.507722 104.977268) (xy 28.63086 104.788791) (xy 28.721296 104.582616) (xy 28.776564 104.364368) + (xy 28.795156 104.14) (xy 28.776564 103.915632) (xy 28.721296 103.697384) (xy 28.63086 103.491209) + (xy 28.62414 103.480924) (xy 28.507724 103.302734) (xy 28.50772 103.302729) (xy 28.355237 103.137091) + (xy 28.241138 103.048284) (xy 28.177576 102.998811) (xy 28.144319 102.980813) (xy 28.093929 102.930802) + (xy 28.078576 102.861485) (xy 28.103136 102.794872) (xy 28.14432 102.759186) (xy 28.177576 102.741189) + (xy 28.35524 102.602906) (xy 28.507722 102.437268) (xy 28.63086 102.248791) (xy 28.721296 102.042616) + (xy 28.776564 101.824368) (xy 28.795156 101.6) (xy 28.776564 101.375632) (xy 28.775622 101.371913) + (xy 28.721297 101.157387) (xy 28.721296 101.157386) (xy 28.721296 101.157384) (xy 28.63086 100.951209) + (xy 28.537166 100.807799) (xy 28.507724 100.762734) (xy 28.50772 100.762729) (xy 28.355237 100.597091) + (xy 28.223719 100.494726) (xy 28.177576 100.458811) (xy 28.144319 100.440813) (xy 28.093929 100.390802) + (xy 28.078576 100.321485) (xy 28.103136 100.254872) (xy 28.14432 100.219186) (xy 28.177576 100.201189) + (xy 28.35524 100.062906) (xy 28.507722 99.897268) (xy 28.63086 99.708791) (xy 28.721296 99.502616) + (xy 28.776564 99.284368) (xy 28.795156 99.06) (xy 28.776564 98.835632) (xy 28.776562 98.835624) + (xy 28.721297 98.617387) (xy 28.721296 98.617386) (xy 28.721296 98.617384) (xy 28.63086 98.411209) + (xy 28.579182 98.33211) (xy 28.507724 98.222734) (xy 28.50772 98.222729) (xy 28.355237 98.057091) + (xy 28.269757 97.990559) (xy 28.177576 97.918811) (xy 28.144319 97.900813) (xy 28.093929 97.850802) + (xy 28.078576 97.781485) (xy 28.103136 97.714872) (xy 28.14432 97.679186) (xy 28.177576 97.661189) + (xy 28.35524 97.522906) (xy 28.507722 97.357268) (xy 28.63086 97.168791) (xy 28.721296 96.962616) + (xy 28.776564 96.744368) (xy 28.795156 96.52) (xy 28.776564 96.295632) (xy 28.762123 96.238606) + (xy 28.721297 96.077387) (xy 28.721296 96.077386) (xy 28.721296 96.077384) (xy 28.63086 95.871209) + (xy 28.595282 95.816753) (xy 28.507724 95.682734) (xy 28.50772 95.682729) (xy 28.355237 95.517091) + (xy 28.232675 95.421697) (xy 28.177576 95.378811) (xy 28.144319 95.360813) (xy 28.093929 95.310802) + (xy 28.078576 95.241485) (xy 28.103136 95.174872) (xy 28.14432 95.139186) (xy 28.177576 95.121189) + (xy 28.35524 94.982906) (xy 28.507722 94.817268) (xy 28.63086 94.628791) (xy 28.721296 94.422616) + (xy 28.776564 94.204368) (xy 28.795156 93.98) (xy 28.776564 93.755632) (xy 28.749154 93.647394) + (xy 28.721297 93.537387) (xy 28.721296 93.537386) (xy 28.721296 93.537384) (xy 28.63086 93.331209) + (xy 28.617137 93.310204) (xy 28.507724 93.142734) (xy 28.50772 93.142729) (xy 28.355237 92.977091) + (xy 28.273382 92.913381) (xy 28.177576 92.838811) (xy 28.144319 92.820813) (xy 28.093929 92.770802) + (xy 28.078576 92.701485) (xy 28.103136 92.634872) (xy 28.14432 92.599186) (xy 28.177576 92.581189) + (xy 28.35524 92.442906) (xy 28.507722 92.277268) (xy 28.63086 92.088791) (xy 28.721296 91.882616) + (xy 28.776564 91.664368) (xy 28.795156 91.44) (xy 28.776564 91.215632) (xy 28.721296 90.997384) + (xy 28.63086 90.791209) (xy 28.62414 90.780924) (xy 28.507724 90.602734) (xy 28.50772 90.602729) + (xy 28.355237 90.437091) (xy 28.273382 90.373381) (xy 28.177576 90.298811) (xy 28.144319 90.280813) + (xy 28.093929 90.230802) (xy 28.078576 90.161485) (xy 28.103136 90.094872) (xy 28.14432 90.059186) + (xy 28.177576 90.041189) (xy 28.35524 89.902906) (xy 28.507722 89.737268) (xy 28.63086 89.548791) + (xy 28.721296 89.342616) (xy 28.776564 89.124368) (xy 28.795156 88.9) (xy 28.776564 88.675632) (xy 28.731392 88.497251) + (xy 28.721297 88.457387) (xy 28.721296 88.457386) (xy 28.721296 88.457384) (xy 28.63086 88.251209) + (xy 28.62414 88.240924) (xy 28.507724 88.062734) (xy 28.50772 88.062729) (xy 28.355237 87.897091) + (xy 28.273382 87.833381) (xy 28.177576 87.758811) (xy 28.144319 87.740813) (xy 28.093929 87.690802) + (xy 28.078576 87.621485) (xy 28.103136 87.554872) (xy 28.14432 87.519186) (xy 28.177576 87.501189) + (xy 28.35524 87.362906) (xy 28.507722 87.197268) (xy 28.63086 87.008791) (xy 28.721296 86.802616) + (xy 28.776564 86.584368) (xy 28.795156 86.36) (xy 28.776564 86.135632) (xy 28.760015 86.070282) + (xy 28.721297 85.917387) (xy 28.721296 85.917386) (xy 28.721296 85.917384) (xy 28.63086 85.711209) + (xy 28.62414 85.700924) (xy 28.507724 85.522734) (xy 28.50772 85.522729) (xy 28.355237 85.357091) + (xy 28.199151 85.235604) (xy 28.177576 85.218811) (xy 28.144319 85.200813) (xy 28.093929 85.150802) + (xy 28.078576 85.081485) (xy 28.103136 85.014872) (xy 28.14432 84.979186) (xy 28.177576 84.961189) + (xy 28.35524 84.822906) (xy 28.507722 84.657268) (xy 28.63086 84.468791) (xy 28.721296 84.262616) + (xy 28.776564 84.044368) (xy 28.795156 83.82) (xy 28.776564 83.595632) (xy 28.721296 83.377384) + (xy 28.63086 83.171209) (xy 28.517082 82.997058) (xy 28.507724 82.982734) (xy 28.50772 82.982729) + (xy 28.355237 82.817091) (xy 28.273382 82.753381) (xy 28.177576 82.678811) (xy 28.144319 82.660813) + (xy 28.093929 82.610802) (xy 28.078576 82.541485) (xy 28.103136 82.474872) (xy 28.14432 82.439186) + (xy 28.177576 82.421189) (xy 28.35524 82.282906) (xy 28.507722 82.117268) (xy 28.63086 81.928791) + (xy 28.721296 81.722616) (xy 28.776564 81.504368) (xy 28.795156 81.28) (xy 28.776564 81.055632) + (xy 28.721296 80.837384) (xy 28.63086 80.631209) (xy 28.616227 80.608811) (xy 28.507724 80.442734) + (xy 28.50772 80.442729) (xy 28.355237 80.277091) (xy 28.229598 80.179302) (xy 28.177576 80.138811) + (xy 28.143792 80.120528) (xy 28.093402 80.070516) (xy 28.07805 80.001199) (xy 28.10261 79.934586) + (xy 28.143793 79.898901) (xy 28.1773 79.880767) (xy 28.177301 79.880767) (xy 28.354902 79.742534) + (xy 28.507325 79.576958) (xy 28.630419 79.388548) (xy 28.72082 79.182456) (xy 28.720823 79.182449) + (xy 28.768544 78.994) (xy 27.862703 78.994) (xy 27.897925 78.932993) (xy 27.932 78.805826) (xy 27.932 78.674174) + (xy 27.897925 78.547007) (xy 27.862703 78.486) (xy 28.768544 78.486) (xy 28.768544 78.485999) (xy 28.720823 78.29755) + (xy 28.72082 78.297543) (xy 28.630419 78.091451) (xy 28.507325 77.903041) (xy 28.354902 77.737465) + (xy 28.177301 77.599232) (xy 28.1773 77.599231) (xy 28.143791 77.581097) (xy 28.093401 77.531083) + (xy 28.07805 77.461766) (xy 28.102612 77.395153) (xy 28.14379 77.359472) (xy 28.177576 77.341189) + (xy 28.35524 77.202906) (xy 28.507722 77.037268) (xy 28.63086 76.848791) (xy 28.721296 76.642616) + (xy 28.776564 76.424368) (xy 28.795156 76.2) (xy 28.776564 75.975632) (xy 28.767535 75.939978) (xy 28.770201 75.869031) + (xy 28.800582 75.819951) (xy 29.057906 75.562628) (xy 29.120217 75.528604) (xy 29.191033 75.533669) + (xy 29.247868 75.576216) (xy 29.272679 75.642737) (xy 29.273 75.651725) (xy 29.273 99.850847) (xy 29.283633 99.904302) + (xy 29.299862 99.985891) (xy 29.352554 100.113101) (xy 29.408963 100.197523) (xy 29.429052 100.227587) + (xy 30.294607 101.093142) (xy 30.328631 101.155453) (xy 30.329506 101.199395) (xy 30.329937 101.199433) + (xy 30.329586 101.203435) (xy 30.3296 101.204099) (xy 30.329458 101.204901) (xy 30.309502 101.433) + (xy 30.329457 101.661086) (xy 30.388715 101.88224) (xy 30.388717 101.882246) (xy 30.463252 102.042087) + (xy 30.485477 102.089749) (xy 30.616802 102.2773) (xy 30.7787 102.439198) (xy 30.966251 102.570523) + (xy 31.173757 102.667284) (xy 31.394913 102.726543) (xy 31.623 102.746498) (xy 31.851087 102.726543) + (xy 31.851101 102.726539) (xy 31.851877 102.726403) (xy 31.85223 102.726442) (xy 31.856567 102.726063) + (xy 31.856643 102.726934) (xy 31.922437 102.734269) (xy 31.962858 102.761393) (xy 33.743316 104.541851) + (xy 33.777342 104.604163) (xy 33.772277 104.674978) (xy 33.72973 104.731814) (xy 33.66321 104.756625) + (xy 33.600972 104.745141) (xy 33.46925 104.683719) (xy 33.469246 104.683717) (xy 33.469243 104.683716) + (xy 33.469241 104.683715) (xy 33.46924 104.683715) (xy 33.375771 104.65867) (xy 33.248087 104.624457) + (xy 33.02 104.604502) (xy 32.791913 104.624457) (xy 32.570759 104.683715) (xy 32.570753 104.683717) + (xy 32.36325 104.780477) (xy 32.175703 104.911799) (xy 32.175697 104.911804) (xy 32.013804 105.073697) + (xy 32.013799 105.073703) (xy 31.882477 105.26125) (xy 31.785717 105.468753) (xy 31.785715 105.468759) + (xy 31.731151 105.672394) (xy 31.726457 105.689913) (xy 31.706502 105.918) (xy 31.726457 106.146087) + (xy 31.785716 106.367243) (xy 31.882477 106.574749) (xy 32.013802 106.7623) (xy 32.1757 106.924198) + (xy 32.363251 107.055523) (xy 32.570757 107.152284) (xy 32.791913 107.211543) (xy 33.02 107.231498) + (xy 33.248087 107.211543) (xy 33.469243 107.152284) (xy 33.676749 107.055523) (xy 33.8643 106.924198) + (xy 34.026198 106.7623) (xy 34.157523 106.574749) (xy 34.254284 106.367243) (xy 34.313543 106.146087) + (xy 34.333498 105.918) (xy 34.313543 105.689913) (xy 34.254284 105.468757) (xy 34.192857 105.337027) + (xy 34.182197 105.266836) (xy 34.211177 105.202023) (xy 34.270597 105.163167) (xy 34.341591 105.162604) + (xy 34.396148 105.194683) (xy 35.665594 106.464129) (xy 35.69962 106.526441) (xy 35.702499 106.553224) + (xy 35.702499 128.632347) (xy 35.725465 128.747802) (xy 35.725465 128.747805) (xy 35.729359 128.767383) + (xy 35.729361 128.76739) (xy 35.782053 128.8946) (xy 35.839796 128.981018) (xy 35.845062 128.988899) + (xy 35.858548 129.009083) (xy 35.85855 129.009085) (xy 35.858551 129.009086) (xy 36.263607 129.414142) + (xy 36.297631 129.476453) (xy 36.298506 129.520395) (xy 36.298937 129.520433) (xy 36.298586 129.524435) + (xy 36.2986 129.525099) (xy 36.298458 129.525901) (xy 36.298457 129.525913) (xy 36.278502 129.754) + (xy 36.298457 129.982087) (xy 36.316511 130.049465) (xy 36.357715 130.20324) (xy 36.357717 130.203246) + (xy 36.454477 130.410749) (xy 36.572167 130.578828) (xy 36.585802 130.5983) (xy 36.7477 130.760198) + (xy 36.935251 130.891523) (xy 37.142757 130.988284) (xy 37.363913 131.047543) (xy 37.592 131.067498) + (xy 37.820087 131.047543) (xy 38.041243 130.988284) (xy 38.248749 130.891523) (xy 38.4363 130.760198) + (xy 38.598198 130.5983) (xy 38.662317 130.506729) (xy 38.717774 130.462401) (xy 38.76553 130.453) + (xy 40.454462 130.453) (xy 40.522583 130.473002) (xy 40.557675 130.506729) (xy 40.621793 130.5983) + (xy 40.649802 130.6383) (xy 40.8117 130.800198) (xy 40.999251 130.931523) (xy 41.206757 131.028284) + (xy 41.427913 131.087543) (xy 41.656 131.107498) (xy 41.884087 131.087543) (xy 42.105243 131.028284) + (xy 42.312749 130.931523) (xy 42.5003 130.800198) (xy 42.662198 130.6383) (xy 42.793523 130.450749) + (xy 42.890284 130.243243) (xy 42.949543 130.022087) (xy 42.969498 129.794) (xy 42.949543 129.565913) + (xy 42.890284 129.344757) (xy 42.793523 129.137251) (xy 42.662198 128.9497) (xy 42.5003 128.787802) + (xy 42.486301 128.778) (xy 42.393343 128.71291) (xy 42.312749 128.656477) (xy 42.273543 128.638195) + (xy 42.220258 128.591279) (xy 42.200796 128.523002) (xy 42.221337 128.455042) (xy 42.273543 128.409805) + (xy 42.275997 128.40866) (xy 42.312749 128.391523) (xy 42.5003 128.260198) (xy 42.662198 128.0983) + (xy 42.793523 127.910749) (xy 42.890284 127.703243) (xy 42.949543 127.482087) (xy 42.969498 127.254) + (xy 42.949543 127.025913) (xy 42.890284 126.804757) (xy 42.793523 126.597251) (xy 42.662198 126.4097) + (xy 42.5003 126.247802) (xy 42.312749 126.116477) (xy 42.273543 126.098195) (xy 42.220258 126.051279) + (xy 42.200796 125.983002) (xy 42.221337 125.915042) (xy 42.273543 125.869805) (xy 42.27881 125.867349) + (xy 42.312749 125.851523) (xy 42.5003 125.720198) (xy 42.662198 125.5583) (xy 42.793523 125.370749) + (xy 42.890284 125.163243) (xy 42.949543 124.942087) (xy 42.969498 124.714) (xy 42.949543 124.485913) + (xy 42.890284 124.264757) (xy 42.793523 124.057251) (xy 42.662198 123.8697) (xy 42.5003 123.707802) + (xy 42.500295 123.707799) (xy 42.500292 123.707796) (xy 42.496995 123.705487) (xy 42.452669 123.650028) + (xy 42.445363 123.579409) (xy 42.477396 123.516049) (xy 42.538599 123.480067) (xy 42.555801 123.476999) + (xy 42.565201 123.475989) (xy 42.702204 123.424889) (xy 42.766548 123.376722) (xy 42.819261 123.337261) + (xy 42.906887 123.220207) (xy 42.906887 123.220206) (xy 42.906889 123.220204) (xy 42.957989 123.083201) + (xy 42.961538 123.050195) (xy 42.964499 123.022649) (xy 42.9645 123.022632) (xy 42.9645 121.325367) + (xy 42.964499 121.32535) (xy 42.95799 121.264803) (xy 42.957988 121.264795) (xy 42.921811 121.167804) + (xy 42.906889 121.127796) (xy 42.906888 121.127794) (xy 42.906887 121.127792) (xy 42.819261 121.010738) + (xy 42.702207 120.923112) (xy 42.702202 120.92311) (xy 42.565204 120.872011) (xy 42.565196 120.872009) + (xy 42.504649 120.8655) (xy 42.504638 120.8655) (xy 40.807362 120.8655) (xy 40.80735 120.8655) (xy 40.746803 120.872009) + (xy 40.746795 120.872011) (xy 40.609797 120.92311) (xy 40.609792 120.923112) (xy 40.492738 121.010738) + (xy 40.405112 121.127792) (xy 40.40511 121.127797) (xy 40.354011 121.264795) (xy 40.354009 121.264803) + (xy 40.3475 121.32535) (xy 40.3475 123.022649) (xy 40.354009 123.083196) (xy 40.354011 123.083204) + (xy 40.40511 123.220202) (xy 40.405112 123.220207) (xy 40.492738 123.337261) (xy 40.609792 123.424887) + (xy 40.609794 123.424888) (xy 40.609796 123.424889) (xy 40.746799 123.475989) (xy 40.756191 123.476998) + (xy 40.821784 123.504163) (xy 40.862279 123.562479) (xy 40.864817 123.63343) (xy 40.828593 123.69449) + (xy 40.81501 123.705483) (xy 40.811708 123.707795) (xy 40.811697 123.707804) (xy 40.649804 123.869697) + (xy 40.649799 123.869703) (xy 40.518477 124.05725) (xy 40.421717 124.264753) (xy 40.421715 124.264759) + (xy 40.376344 124.434086) (xy 40.362457 124.485913) (xy 40.342502 124.714) (xy 40.362457 124.942087) + (xy 40.372793 124.980661) (xy 40.421715 125.16324) (xy 40.421717 125.163246) (xy 40.469398 125.265498) + (xy 40.518477 125.370749) (xy 40.649802 125.5583) (xy 40.8117 125.720198) (xy 40.999251 125.851523) + (xy 41.03319 125.867349) (xy 41.038457 125.869805) (xy 41.091742 125.916722) (xy 41.111203 125.984999) + (xy 41.090661 126.052959) (xy 41.038457 126.098195) (xy 40.99925 126.116477) (xy 40.811703 126.247799) + (xy 40.811697 126.247804) (xy 40.649804 126.409697) (xy 40.649799 126.409703) (xy 40.518477 126.59725) + (xy 40.421717 126.804753) (xy 40.421715 126.804759) (xy 40.367151 127.008394) (xy 40.362457 127.025913) + (xy 40.342502 127.254) (xy 40.362457 127.482087) (xy 40.387107 127.57408) (xy 40.421715 127.70324) + (xy 40.421717 127.703246) (xy 40.518477 127.910749) (xy 40.551032 127.957243) (xy 40.649802 128.0983) + (xy 40.8117 128.260198) (xy 40.999251 128.391523) (xy 41.034359 128.407894) (xy 41.038457 128.409805) + (xy 41.091742 128.456722) (xy 41.111203 128.524999) (xy 41.090661 128.592959) (xy 41.038457 128.638195) + (xy 40.99925 128.656477) (xy 40.811703 128.787799) (xy 40.811697 128.787804) (xy 40.649804 128.949697) + (xy 40.649799 128.949703) (xy 40.613691 129.001271) (xy 40.558233 129.045599) (xy 40.510478 129.055) + (xy 38.76553 129.055) (xy 38.697409 129.034998) (xy 38.662317 129.001271) (xy 38.5982 128.909703) + (xy 38.598195 128.909697) (xy 38.4363 128.747802) (xy 38.436296 128.747799) (xy 38.248746 128.616474) + (xy 38.243985 128.613726) (xy 38.245023 128.611927) (xy 38.198532 128.570963) (xy 38.179095 128.502679) + (xy 38.199661 128.434726) (xy 38.244782 128.395664) (xy 38.24373 128.393841) (xy 38.248496 128.391088) + (xy 38.319888 128.341099) (xy 38.319888 128.341097) (xy 37.632791 127.654) (xy 37.644661 127.654) + (xy 37.746394 127.626741) (xy 37.837606 127.57408) (xy 37.91208 127.499606) (xy 37.964741 127.408394) + (xy 37.992 127.306661) (xy 37.992 127.294791) (xy 38.679097 127.981888) (xy 38.679099 127.981888) + (xy 38.729088 127.910497) (xy 38.825811 127.703073) (xy 38.825813 127.703068) (xy 38.885048 127.482002) + (xy 38.904995 127.254) (xy 38.885048 127.025997) (xy 38.825813 126.804931) (xy 38.825811 126.804926) + (xy 38.729086 126.597498) (xy 38.6791 126.52611) (xy 38.679098 126.52611) (xy 37.992 127.213208) + (xy 37.992 127.201339) (xy 37.964741 127.099606) (xy 37.91208 127.008394) (xy 37.837606 126.93392) + (xy 37.746394 126.881259) (xy 37.644661 126.854) (xy 37.632789 126.854) (xy 38.319888 126.166899) + (xy 38.319888 126.166898) (xy 38.248501 126.116913) (xy 38.041073 126.020188) (xy 38.041068 126.020186) + (xy 37.82 125.960951) (xy 37.820004 125.960951) (xy 37.592 125.941004) (xy 37.363997 125.960951) + (xy 37.25911 125.989056) (xy 37.188133 125.987366) (xy 37.129338 125.947572) (xy 37.10139 125.882307) + (xy 37.100499 125.867349) (xy 37.100499 125.593167) (xy 37.120501 125.525046) (xy 37.174157 125.478553) + (xy 37.244431 125.468449) (xy 37.259092 125.471456) (xy 37.363913 125.499543) (xy 37.592 125.519498) + (xy 37.820087 125.499543) (xy 38.041243 125.440284) (xy 38.248749 125.343523) (xy 38.4363 125.212198) + (xy 38.598198 125.0503) (xy 38.729523 124.862749) (xy 38.826284 124.655243) (xy 38.885543 124.434087) + (xy 38.905498 124.206) (xy 38.885543 123.977913) (xy 38.826284 123.756757) (xy 38.729523 123.549251) + (xy 38.598198 123.3617) (xy 38.4363 123.199802) (xy 38.434303 123.198404) (xy 38.304765 123.1077) + (xy 38.248749 123.068477) (xy 38.209543 123.050195) (xy 38.156258 123.003279) (xy 38.136796 122.935002) + (xy 38.157337 122.867042) (xy 38.209543 122.821805) (xy 38.211997 122.82066) (xy 38.248749 122.803523) + (xy 38.4363 122.672198) (xy 38.598198 122.5103) (xy 38.729523 122.322749) (xy 38.826284 122.115243) + (xy 38.885543 121.894087) (xy 38.905498 121.666) (xy 38.885543 121.437913) (xy 38.826284 121.216757) + (xy 38.729523 121.009251) (xy 38.598198 120.8217) (xy 38.4363 120.659802) (xy 38.248749 120.528477) + (xy 38.083501 120.451421) (xy 38.041246 120.431717) (xy 38.04124 120.431715) (xy 37.92489 120.400539) + (xy 37.820087 120.372457) (xy 37.592 120.352502) (xy 37.363913 120.372457) (xy 37.25911 120.400539) + (xy 37.188133 120.398849) (xy 37.129338 120.359055) (xy 37.10139 120.29379) (xy 37.100499 120.278832) + (xy 37.100499 106.142655) (xy 37.100498 106.142651) (xy 37.073637 106.007608) (xy 37.020945 105.880398) + (xy 36.982696 105.823155) (xy 36.944448 105.765912) (xy 36.944447 105.765911) (xy 36.944444 105.765907) + (xy 33.52563 102.347095) (xy 33.491605 102.284783) (xy 33.496669 102.213968) (xy 33.539216 102.157132) + (xy 33.605736 102.132321) (xy 33.614725 102.132) (xy 33.723462 102.132) (xy 33.791583 102.152002) + (xy 33.826675 102.185729) (xy 33.904863 102.297394) (xy 33.918802 102.3173) (xy 34.0807 102.479198) + (xy 34.268251 102.610523) (xy 34.475757 102.707284) (xy 34.696913 102.766543) (xy 34.925 102.786498) + (xy 35.153087 102.766543) (xy 35.374243 102.707284) (xy 35.581749 102.610523) (xy 35.7693 102.479198) + (xy 35.931198 102.3173) (xy 36.062523 102.129749) (xy 36.159284 101.922243) (xy 36.218543 101.701087) + (xy 36.238498 101.473) (xy 36.218543 101.244913) (xy 36.159284 101.023757) (xy 36.062523 100.816251) + (xy 35.931198 100.6287) (xy 35.7693 100.466802) (xy 35.763123 100.462477) (xy 35.672018 100.398684) + (xy 35.581749 100.335477) (xy 35.570003 100.33) (xy 35.542543 100.317195) (xy 35.489258 100.270279) + (xy 35.469796 100.202002) (xy 35.490337 100.134042) (xy 35.542543 100.088805) (xy 35.544997 100.08766) + (xy 35.581749 100.070523) (xy 35.7693 99.939198) (xy 35.931198 99.7773) (xy 36.062523 99.589749) + (xy 36.159284 99.382243) (xy 36.218543 99.161087) (xy 36.238498 98.933) (xy 36.218543 98.704913) + (xy 36.159284 98.483757) (xy 36.062523 98.276251) (xy 35.931198 98.0887) (xy 35.7693 97.926802) + (xy 35.763123 97.922477) (xy 35.581749 97.795477) (xy 35.541951 97.776919) (xy 35.488666 97.730002) + (xy 35.469205 97.661725) (xy 35.489747 97.593765) (xy 35.541951 97.548529) (xy 35.581498 97.530087) + (xy 35.768974 97.398815) (xy 35.76898 97.39881) (xy 35.93081 97.23698) (xy 35.930815 97.236974) + (xy 36.062087 97.049498) (xy 36.158811 96.842073) (xy 36.158813 96.842068) (xy 36.211082 96.647) + (xy 35.236686 96.647) (xy 35.24508 96.638606) (xy 35.297741 96.547394) (xy 35.325 96.445661) (xy 35.325 96.340339) + (xy 35.297741 96.238606) (xy 35.24508 96.147394) (xy 35.236686 96.139) (xy 36.211082 96.139) (xy 36.158813 95.943931) + (xy 36.158811 95.943926) (xy 36.062087 95.736501) (xy 35.930815 95.549025) (xy 35.93081 95.549019) + (xy 35.768977 95.387186) (xy 35.765247 95.384575) (xy 35.720916 95.329119) (xy 35.713605 95.2585) + (xy 35.745634 95.195138) (xy 35.806834 95.159151) (xy 35.824048 95.156081) (xy 35.834196 95.15499) + (xy 35.834199 95.154989) (xy 35.834201 95.154989) (xy 35.971204 95.103889) (xy 35.977125 95.099457) + (xy 36.088261 95.016261) (xy 36.175887 94.899207) (xy 36.175887 94.899206) (xy 36.175889 94.899204) + (xy 36.226989 94.762201) (xy 36.2335 94.701638) (xy 36.2335 93.004362) (xy 36.233499 93.00435) (xy 36.22699 92.943803) + (xy 36.226988 92.943795) (xy 36.190811 92.846804) (xy 36.175889 92.806796) (xy 36.175888 92.806794) + (xy 36.175887 92.806792) (xy 36.088261 92.689738) (xy 35.971207 92.602112) (xy 35.971202 92.60211) + (xy 35.834204 92.551011) (xy 35.834196 92.551009) (xy 35.773649 92.5445) (xy 35.773638 92.5445) + (xy 34.076362 92.5445) (xy 34.07635 92.5445) (xy 34.015803 92.551009) (xy 34.015795 92.551011) (xy 33.878797 92.60211) + (xy 33.878792 92.602112) (xy 33.761738 92.689738) (xy 33.674112 92.806792) (xy 33.67411 92.806797) + (xy 33.623011 92.943795) (xy 33.623009 92.943803) (xy 33.6165 93.00435) (xy 33.6165 94.701649) (xy 33.623009 94.762196) + (xy 33.623011 94.762204) (xy 33.67411 94.899202) (xy 33.674112 94.899207) (xy 33.761738 95.016261) + (xy 33.878792 95.103887) (xy 33.878794 95.103888) (xy 33.878796 95.103889) (xy 33.937343 95.125726) + (xy 34.015795 95.154988) (xy 34.015798 95.154988) (xy 34.015799 95.154989) (xy 34.015804 95.15499) + (xy 34.025951 95.156081) (xy 34.091544 95.183249) (xy 34.132036 95.241566) (xy 34.134572 95.312517) + (xy 34.098345 95.373576) (xy 34.084758 95.38457) (xy 34.081031 95.387179) (xy 34.081019 95.387189) + (xy 33.919189 95.549019) (xy 33.919184 95.549025) (xy 33.787912 95.736501) (xy 33.691188 95.943926) + (xy 33.691186 95.943931) (xy 33.638917 96.139) (xy 34.613314 96.139) (xy 34.60492 96.147394) (xy 34.552259 96.238606) + (xy 34.525 96.340339) (xy 34.525 96.445661) (xy 34.552259 96.547394) (xy 34.60492 96.638606) (xy 34.613314 96.647) + (xy 33.638918 96.647) (xy 33.691186 96.842068) (xy 33.691188 96.842073) (xy 33.787912 97.049498) + (xy 33.919184 97.236974) (xy 33.919189 97.23698) (xy 34.081019 97.39881) (xy 34.081025 97.398815) + (xy 34.268503 97.530089) (xy 34.308049 97.54853) (xy 34.361334 97.595447) (xy 34.380794 97.663724) + (xy 34.360252 97.731684) (xy 34.308049 97.776918) (xy 34.268252 97.795475) (xy 34.080703 97.926799) + (xy 34.080697 97.926804) (xy 33.918804 98.088697) (xy 33.918799 98.088703) (xy 33.787477 98.27625) + (xy 33.690717 98.483753) (xy 33.690715 98.483759) (xy 33.65491 98.617384) (xy 33.631457 98.704913) + (xy 33.611502 98.933) (xy 33.631327 99.159606) (xy 33.631457 99.161086) (xy 33.690715 99.38224) + (xy 33.690717 99.382246) (xy 33.787477 99.589749) (xy 33.908836 99.763068) (xy 33.918802 99.7773) + (xy 34.0807 99.939198) (xy 34.268251 100.070523) (xy 34.303359 100.086894) (xy 34.307457 100.088805) + (xy 34.360742 100.135722) (xy 34.380203 100.203999) (xy 34.359661 100.271959) (xy 34.307457 100.317195) + (xy 34.26825 100.335477) (xy 34.080703 100.466799) (xy 34.080697 100.466804) (xy 33.918804 100.628697) + (xy 33.918799 100.628703) (xy 33.882691 100.680271) (xy 33.827233 100.724599) (xy 33.779478 100.734) + (xy 32.79653 100.734) (xy 32.728409 100.713998) (xy 32.693317 100.680271) (xy 32.642259 100.607353) + (xy 32.629198 100.5887) (xy 32.4673 100.426802) (xy 32.436348 100.405129) (xy 32.279746 100.295474) + (xy 32.274985 100.292726) (xy 32.276023 100.290927) (xy 32.229532 100.249963) (xy 32.210095 100.181679) + (xy 32.230661 100.113726) (xy 32.275782 100.074664) (xy 32.27473 100.072841) (xy 32.279496 100.070088) + (xy 32.350888 100.020099) (xy 32.350888 100.020097) (xy 31.663791 99.333) (xy 31.675661 99.333) + (xy 31.777394 99.305741) (xy 31.868606 99.25308) (xy 31.94308 99.178606) (xy 31.995741 99.087394) + (xy 32.023 98.985661) (xy 32.023 98.973791) (xy 32.710097 99.660888) (xy 32.710099 99.660888) (xy 32.760088 99.589497) + (xy 32.856811 99.382073) (xy 32.856813 99.382068) (xy 32.916048 99.161002) (xy 32.935995 98.933) + (xy 32.916048 98.704997) (xy 32.856813 98.483931) (xy 32.856811 98.483926) (xy 32.760086 98.276498) + (xy 32.7101 98.20511) (xy 32.710098 98.20511) (xy 32.023 98.892208) (xy 32.023 98.880339) (xy 31.995741 98.778606) + (xy 31.94308 98.687394) (xy 31.868606 98.61292) (xy 31.777394 98.560259) (xy 31.675661 98.533) (xy 31.663789 98.533) + (xy 32.350888 97.845899) (xy 32.350888 97.845898) (xy 32.279501 97.795913) (xy 32.072073 97.699188) + (xy 32.072068 97.699186) (xy 31.851 97.639951) (xy 31.851004 97.639951) (xy 31.623 97.620004) (xy 31.394997 97.639951) + (xy 31.173931 97.699186) (xy 31.173926 97.699188) (xy 30.966498 97.795913) (xy 30.86927 97.863993) + (xy 30.801996 97.886681) (xy 30.733136 97.869396) (xy 30.684552 97.817626) (xy 30.671 97.76078) + (xy 30.671 89.154) (xy 34.627502 89.154) (xy 34.644003 89.342613) (xy 34.647457 89.382086) (xy 34.692125 89.548791) + (xy 34.706716 89.603243) (xy 34.803477 89.810749) (xy 34.934802 89.9983) (xy 35.0967 90.160198) + (xy 35.284251 90.291523) (xy 35.491757 90.388284) (xy 35.712913 90.447543) (xy 35.941 90.467498) + (xy 36.169087 90.447543) (xy 36.390243 90.388284) (xy 36.597749 90.291523) (xy 36.7853 90.160198) + (xy 36.947198 89.9983) (xy 37.078523 89.810749) (xy 37.175284 89.603243) (xy 37.234543 89.382087) + (xy 37.254498 89.154) (xy 37.234543 88.925913) (xy 37.175284 88.704757) (xy 37.078523 88.497251) + (xy 36.947198 88.3097) (xy 36.7853 88.147802) (xy 36.597749 88.016477) (xy 36.390246 87.919717) + (xy 36.39024 87.919715) (xy 36.296771 87.89467) (xy 36.169087 87.860457) (xy 35.941 87.840502) (xy 35.712913 87.860457) + (xy 35.491759 87.919715) (xy 35.491753 87.919717) (xy 35.28425 88.016477) (xy 35.096703 88.147799) + (xy 35.096697 88.147804) (xy 34.934804 88.309697) (xy 34.934799 88.309703) (xy 34.803477 88.49725) + (xy 34.706717 88.704753) (xy 34.706716 88.704757) (xy 34.647457 88.925913) (xy 34.627502 89.154) + (xy 30.671 89.154) (xy 30.671 85.303725) (xy 30.691002 85.235604) (xy 30.744658 85.189111) (xy 30.814932 85.179007) + (xy 30.879512 85.208501) (xy 30.886095 85.21463) (xy 32.143552 86.472087) (xy 32.240915 86.56945) + (xy 32.3554 86.645947) (xy 32.48261 86.698639) (xy 32.617655 86.725501) (xy 32.617656 86.725501) + (xy 36.138718 86.725501) (xy 36.206839 86.745503) (xy 36.227813 86.762406) (xy 41.96058 92.495173) + (xy 41.994606 92.557485) (xy 41.989541 92.6283) (xy 41.946994 92.685136) (xy 41.924738 92.698461) + (xy 41.888259 92.715472) (xy 41.88825 92.715477) (xy 41.700708 92.846795) (xy 41.700697 92.846804) + (xy 41.538804 93.008697) (xy 41.538799 93.008703) (xy 41.407477 93.19625) (xy 41.310717 93.403753) + (xy 41.310715 93.403759) (xy 41.255023 93.611606) (xy 41.251457 93.624913) (xy 41.231502 93.853) + (xy 41.251457 94.081087) (xy 41.27421 94.166) (xy 41.310715 94.30224) (xy 41.310717 94.302246) (xy 41.407477 94.509749) + (xy 41.496403 94.636749) (xy 41.538802 94.6973) (xy 41.7007 94.859198) (xy 41.888251 94.990523) + (xy 41.923359 95.006894) (xy 41.927457 95.008805) (xy 41.980742 95.055722) (xy 42.000203 95.123999) + (xy 41.979661 95.191959) (xy 41.927457 95.237195) (xy 41.88825 95.255477) (xy 41.700703 95.386799) + (xy 41.700697 95.386804) (xy 41.538804 95.548697) (xy 41.538799 95.548703) (xy 41.407477 95.73625) + (xy 41.310717 95.943753) (xy 41.310715 95.943759) (xy 41.27491 96.077384) (xy 41.251457 96.164913) + (xy 41.231502 96.393) (xy 41.251457 96.621087) (xy 41.276107 96.71308) (xy 41.310715 96.84224) (xy 41.310717 96.842246) + (xy 41.407477 97.049749) (xy 41.496403 97.176749) (xy 41.538802 97.2373) (xy 41.7007 97.399198) + (xy 41.888251 97.530523) (xy 41.923359 97.546894) (xy 41.927457 97.548805) (xy 41.980742 97.595722) + (xy 42.000203 97.663999) (xy 41.979661 97.731959) (xy 41.927457 97.777195) (xy 41.88825 97.795477) + (xy 41.700703 97.926799) (xy 41.700697 97.926804) (xy 41.538804 98.088697) (xy 41.538799 98.088703) + (xy 41.407477 98.27625) (xy 41.310717 98.483753) (xy 41.310715 98.483759) (xy 41.251457 98.704913) + (xy 41.231502 98.933) (xy 41.251457 99.16109) (xy 41.268459 99.224541) (xy 41.266769 99.295518) + (xy 41.235848 99.346247) (xy 41.016166 99.56593) (xy 40.927926 99.65417) (xy 40.927925 99.654172) + (xy 40.886113 99.716749) (xy 40.858599 99.757926) (xy 40.848972 99.781167) (xy 40.82011 99.850847) + (xy 40.810844 99.873216) (xy 40.804662 99.904296) (xy 40.786499 99.995604) (xy 40.786499 99.995607) + (xy 40.786499 117.430605) (xy 40.786499 117.555393) (xy 40.810844 117.677784) (xy 40.858599 117.793074) + (xy 40.927928 117.896832) (xy 40.92793 117.896834) (xy 46.192595 123.161499) (xy 46.226621 123.223811) + (xy 46.2295 123.250594) (xy 46.2295 130.237396) (xy 46.230663 130.243243) (xy 46.253845 130.359785) + (xy 46.3016 130.475075) (xy 46.370929 130.578833) (xy 48.529929 132.737833) (xy 48.618167 132.826071) + (xy 48.721925 132.8954) (xy 48.837215 132.943155) (xy 48.959606 132.9675) (xy 48.959607 132.9675) + (xy 53.752168 132.9675) (xy 53.752169 132.9675) (xy 53.87456 132.943155) (xy 53.98985 132.8954) + (xy 54.093608 132.826071) (xy 58.107412 128.812265) (xy 58.169722 128.778242) (xy 58.240537 128.783306) + (xy 58.271992 128.800478) (xy 58.274574 128.80241) (xy 58.317133 128.859236) (xy 58.322213 128.930051) + (xy 58.302303 128.97556) (xy 58.29848 128.981018) (xy 58.298479 128.98102) (xy 58.201717 129.188528) + (xy 58.201715 129.188534) (xy 58.159856 129.344753) (xy 58.142457 129.409688) (xy 58.122502 129.637775) + (xy 58.142457 129.865862) (xy 58.161606 129.937325) (xy 58.201715 130.087015) (xy 58.201717 130.087021) + (xy 58.298477 130.294524) (xy 58.4249 130.475075) (xy 58.429802 130.482075) (xy 58.5917 130.643973) + (xy 58.779251 130.775298) (xy 58.986757 130.872059) (xy 59.207913 130.931318) (xy 59.436 130.951273) + (xy 59.664087 130.931318) (xy 59.885243 130.872059) (xy 60.092749 130.775298) (xy 60.2803 130.643973) + (xy 60.442198 130.482075) (xy 60.573523 130.294524) (xy 60.670284 130.087018) (xy 60.729543 129.865862) + (xy 60.749498 129.637775) (xy 60.729543 129.409688) (xy 60.670284 129.188532) (xy 60.573523 128.981026) + (xy 60.569699 128.975565) (xy 60.547011 128.908293) (xy 60.564295 128.839433) (xy 60.592916 128.807443) + (xy 60.592885 128.807412) (xy 60.593452 128.806844) (xy 60.597408 128.802422) (xy 60.599261 128.801036) + (xy 60.686889 128.683979) (xy 60.737989 128.546976) (xy 60.740567 128.523002) (xy 60.744499 128.486424) + (xy 60.7445 128.486407) (xy 60.7445 126.789142) (xy 60.744499 126.789125) (xy 60.73799 126.728578) + (xy 60.737988 126.72857) (xy 60.708924 126.65065) (xy 60.686889 126.591571) (xy 60.686888 126.591569) + (xy 60.686887 126.591567) (xy 60.599261 126.474513) (xy 60.482207 126.386887) (xy 60.482202 126.386885) + (xy 60.345204 126.335786) (xy 60.345196 126.335784) (xy 60.284649 126.329275) (xy 60.284638 126.329275) + (xy 58.587362 126.329275) (xy 58.58735 126.329275) (xy 58.526803 126.335784) (xy 58.526795 126.335786) + (xy 58.389797 126.386885) (xy 58.389792 126.386887) (xy 58.272738 126.474513) (xy 58.185112 126.591567) + (xy 58.18511 126.591572) (xy 58.134011 126.72857) (xy 58.134009 126.728578) (xy 58.1275 126.789125) + (xy 58.1275 126.981246) (xy 58.107498 127.049367) (xy 58.071503 127.086011) (xy 57.982167 127.145704) + (xy 57.982164 127.145706) (xy 55.11243 130.015439) (xy 55.050118 130.049465) (xy 54.979302 130.0444) + (xy 54.922467 130.001853) (xy 54.897815 129.937329) (xy 54.887543 129.819913) (xy 54.828284 129.598757) + (xy 54.731523 129.391251) (xy 54.600198 129.2037) (xy 54.4383 129.041802) (xy 54.250749 128.910477) + (xy 54.246065 128.908293) (xy 54.211543 128.892195) (xy 54.158258 128.845279) (xy 54.138796 128.777002) + (xy 54.159337 128.709042) (xy 54.211543 128.663805) (xy 54.213997 128.66266) (xy 54.250749 128.645523) + (xy 54.4383 128.514198) (xy 54.600198 128.3523) (xy 54.731523 128.164749) (xy 54.828284 127.957243) + (xy 54.887543 127.736087) (xy 54.907498 127.508) (xy 54.887543 127.279913) (xy 54.828284 127.058757) + (xy 54.731523 126.851251) (xy 54.600198 126.6637) (xy 54.4383 126.501802) (xy 54.399327 126.474513) + (xy 54.250749 126.370477) (xy 54.038257 126.271391) (xy 54.038806 126.270212) (xy 53.986709 126.231849) + (xy 53.961376 126.165526) (xy 53.97592 126.096035) (xy 54.01471 126.052335) (xy 54.067888 126.015099) + (xy 54.067888 126.015097) (xy 53.380791 125.328) (xy 53.392661 125.328) (xy 53.494394 125.300741) + (xy 53.585606 125.24808) (xy 53.66008 125.173606) (xy 53.712741 125.082394) (xy 53.74 124.980661) + (xy 53.74 124.968791) (xy 54.427097 125.655888) (xy 54.427099 125.655888) (xy 54.477088 125.584497) + (xy 54.573811 125.377073) (xy 54.573813 125.377068) (xy 54.633048 125.156002) (xy 54.652995 124.928) + (xy 54.633048 124.699997) (xy 54.573813 124.478931) (xy 54.573811 124.478926) (xy 54.477086 124.271498) + (xy 54.4271 124.20011) (xy 54.427098 124.20011) (xy 53.74 124.887208) (xy 53.74 124.875339) (xy 53.712741 124.773606) + (xy 53.66008 124.682394) (xy 53.585606 124.60792) (xy 53.494394 124.555259) (xy 53.392661 124.528) + (xy 53.38079 124.528) (xy 53.956787 123.952) (xy 56.344502 123.952) (xy 56.364457 124.180087) (xy 56.387145 124.264759) + (xy 56.423715 124.40124) (xy 56.423717 124.401246) (xy 56.520477 124.608749) (xy 56.553032 124.655243) + (xy 56.651802 124.7963) (xy 56.8137 124.958198) (xy 57.001251 125.089523) (xy 57.208757 125.186284) + (xy 57.429913 125.245543) (xy 57.658 125.265498) (xy 57.886087 125.245543) (xy 58.107243 125.186284) + (xy 58.314749 125.089523) (xy 58.5023 124.958198) (xy 58.664198 124.7963) (xy 58.795523 124.608749) + (xy 58.892284 124.401243) (xy 58.951543 124.180087) (xy 58.971498 123.952) (xy 60.662502 123.952) + (xy 60.682457 124.180087) (xy 60.705145 124.264759) (xy 60.741715 124.40124) (xy 60.741717 124.401246) + (xy 60.838477 124.608749) (xy 60.871032 124.655243) (xy 60.969802 124.7963) (xy 61.1317 124.958198) + (xy 61.319251 125.089523) (xy 61.526757 125.186284) (xy 61.747913 125.245543) (xy 61.976 125.265498) + (xy 62.204087 125.245543) (xy 62.425243 125.186284) (xy 62.632749 125.089523) (xy 62.8203 124.958198) + (xy 62.982198 124.7963) (xy 63.113523 124.608749) (xy 63.210284 124.401243) (xy 63.269543 124.180087) + (xy 63.289498 123.952) (xy 63.269543 123.723913) (xy 63.210284 123.502757) (xy 63.113523 123.295251) + (xy 62.982198 123.1077) (xy 62.8203 122.945802) (xy 62.806301 122.936) (xy 62.632749 122.814477) + (xy 62.425246 122.717717) (xy 62.42524 122.717715) (xy 62.255376 122.6722) (xy 62.204087 122.658457) + (xy 61.976 122.638502) (xy 61.747913 122.658457) (xy 61.526759 122.717715) (xy 61.526753 122.717717) + (xy 61.31925 122.814477) (xy 61.131703 122.945799) (xy 61.131697 122.945804) (xy 60.969804 123.107697) + (xy 60.969799 123.107703) (xy 60.838477 123.29525) (xy 60.741717 123.502753) (xy 60.741715 123.502759) + (xy 60.694951 123.677285) (xy 60.682457 123.723913) (xy 60.662502 123.952) (xy 58.971498 123.952) + (xy 58.951543 123.723913) (xy 58.892284 123.502757) (xy 58.795523 123.295251) (xy 58.664198 123.1077) + (xy 58.5023 122.945802) (xy 58.488301 122.936) (xy 58.314749 122.814477) (xy 58.107246 122.717717) + (xy 58.10724 122.717715) (xy 57.937376 122.6722) (xy 57.886087 122.658457) (xy 57.658 122.638502) + (xy 57.429913 122.658457) (xy 57.208759 122.717715) (xy 57.208753 122.717717) (xy 57.00125 122.814477) + (xy 56.813703 122.945799) (xy 56.813697 122.945804) (xy 56.651804 123.107697) (xy 56.651799 123.107703) + (xy 56.520477 123.29525) (xy 56.423717 123.502753) (xy 56.423715 123.502759) (xy 56.376951 123.677285) + (xy 56.364457 123.723913) (xy 56.344502 123.952) (xy 53.956787 123.952) (xy 54.067888 123.840899) + (xy 54.067888 123.840898) (xy 53.996501 123.790913) (xy 53.991734 123.788161) (xy 53.992817 123.786284) + (xy 53.946561 123.745561) (xy 53.927095 123.677285) (xy 53.947632 123.609324) (xy 53.992992 123.570019) + (xy 53.991985 123.568274) (xy 53.996746 123.565525) (xy 54.007214 123.558195) (xy 54.1843 123.434198) + (xy 54.346198 123.2723) (xy 54.477523 123.084749) (xy 54.574284 122.877243) (xy 54.633543 122.656087) + (xy 54.653498 122.428) (xy 54.633543 122.199913) (xy 54.574284 121.978757) (xy 54.477523 121.771251) + (xy 54.346198 121.5837) (xy 54.1843 121.421802) (xy 53.996749 121.290477) (xy 53.941682 121.264799) + (xy 53.789246 121.193717) (xy 53.78924 121.193715) (xy 53.69252 121.167799) (xy 53.568087 121.134457) + (xy 53.34 121.114502) (xy 53.111913 121.134457) (xy 52.890759 121.193715) (xy 52.890753 121.193717) + (xy 52.68325 121.290477) (xy 52.495703 121.421799) (xy 52.495697 121.421804) (xy 52.333804 121.583697) + (xy 52.333799 121.583703) (xy 52.202477 121.77125) (xy 52.105717 121.978753) (xy 52.105715 121.978759) + (xy 52.0534 122.174) (xy 52.046457 122.199913) (xy 52.026502 122.428) (xy 52.046457 122.656087) + (xy 52.06297 122.717715) (xy 52.105715 122.87724) (xy 52.105717 122.877246) (xy 52.202477 123.084749) + (xy 52.299849 123.223811) (xy 52.333802 123.2723) (xy 52.4957 123.434198) (xy 52.495703 123.4342) + (xy 52.683253 123.565525) (xy 52.688015 123.568274) (xy 52.686971 123.570082) (xy 52.733439 123.61099) + (xy 52.752905 123.679265) (xy 52.732369 123.747227) (xy 52.687223 123.786354) (xy 52.688267 123.788161) + (xy 52.683501 123.790912) (xy 52.612109 123.8409) (xy 53.299209 124.528) (xy 53.287339 124.528) + (xy 53.185606 124.555259) (xy 53.094394 124.60792) (xy 53.01992 124.682394) (xy 52.967259 124.773606) + (xy 52.94 124.875339) (xy 52.94 124.887209) (xy 52.2529 124.200109) (xy 52.202913 124.2715) (xy 52.106188 124.478926) + (xy 52.106186 124.478931) (xy 52.046951 124.699997) (xy 52.027004 124.928) (xy 52.046951 125.156002) + (xy 52.106186 125.377068) (xy 52.106188 125.377073) (xy 52.202913 125.584501) (xy 52.252899 125.655888) + (xy 52.94 124.968788) (xy 52.94 124.980661) (xy 52.967259 125.082394) (xy 53.01992 125.173606) (xy 53.094394 125.24808) + (xy 53.185606 125.300741) (xy 53.287339 125.328) (xy 53.29921 125.328) (xy 52.61211 126.015098) + (xy 52.61211 126.0151) (xy 52.683498 126.065086) (xy 52.895915 126.164138) (xy 52.895332 126.165386) + (xy 52.94721 126.203581) (xy 52.972549 126.269901) (xy 52.958011 126.339394) (xy 52.919217 126.383104) + (xy 52.749703 126.501799) (xy 52.749697 126.501804) (xy 52.587804 126.663697) (xy 52.587799 126.663703) + (xy 52.456477 126.85125) (xy 52.359717 127.058753) (xy 52.359715 127.058759) (xy 52.319199 127.209967) + (xy 52.300457 127.279913) (xy 52.280502 127.508) (xy 52.29089 127.626741) (xy 52.300457 127.736086) + (xy 52.359715 127.95724) (xy 52.359717 127.957246) (xy 52.456477 128.164749) (xy 52.579957 128.341097) + (xy 52.587802 128.3523) (xy 52.7497 128.514198) (xy 52.937251 128.645523) (xy 52.96074 128.656476) + (xy 52.976457 128.663805) (xy 53.029742 128.710722) (xy 53.049203 128.778999) (xy 53.028661 128.846959) + (xy 52.976457 128.892195) (xy 52.93725 128.910477) (xy 52.749703 129.041799) (xy 52.749697 129.041804) + (xy 52.587804 129.203697) (xy 52.587799 129.203703) (xy 52.456477 129.39125) (xy 52.359717 129.598753) + (xy 52.359716 129.598757) (xy 52.300457 129.819913) (xy 52.280502 130.048) (xy 52.297028 130.236899) + (xy 52.300457 130.276086) (xy 52.359715 130.49724) (xy 52.359717 130.497246) (xy 52.456477 130.704749) + (xy 52.573627 130.872057) (xy 52.587802 130.8923) (xy 52.7497 131.054198) (xy 52.937251 131.185523) + (xy 53.144757 131.282284) (xy 53.365913 131.341543) (xy 53.483327 131.351815) (xy 53.549442 131.377677) + (xy 53.591082 131.43518) (xy 53.595023 131.506068) (xy 53.561439 131.56643) (xy 53.464276 131.663595) + (xy 53.401964 131.69762) (xy 53.37518 131.7005) (xy 49.336594 131.7005) (xy 49.268473 131.680498) + (xy 49.247499 131.663595) (xy 48.866158 131.282254) (xy 48.832132 131.219942) (xy 48.837197 131.149127) + (xy 48.879744 131.092291) (xy 48.946264 131.06748) (xy 48.987858 131.071451) (xy 49.047913 131.087543) + (xy 49.276 131.107498) (xy 49.504087 131.087543) (xy 49.725243 131.028284) (xy 49.932749 130.931523) + (xy 50.1203 130.800198) (xy 50.282198 130.6383) (xy 50.413523 130.450749) (xy 50.510284 130.243243) + (xy 50.569543 130.022087) (xy 50.589498 129.794) (xy 50.569543 129.565913) (xy 50.510284 129.344757) + (xy 50.413523 129.137251) (xy 50.282198 128.9497) (xy 50.1203 128.787802) (xy 50.106301 128.778) + (xy 50.013343 128.71291) (xy 49.932749 128.656477) (xy 49.893543 128.638195) (xy 49.840258 128.591279) + (xy 49.820796 128.523002) (xy 49.841337 128.455042) (xy 49.893543 128.409805) (xy 49.895997 128.40866) + (xy 49.932749 128.391523) (xy 50.1203 128.260198) (xy 50.282198 128.0983) (xy 50.413523 127.910749) + (xy 50.510284 127.703243) (xy 50.569543 127.482087) (xy 50.589498 127.254) (xy 50.569543 127.025913) + (xy 50.510284 126.804757) (xy 50.413523 126.597251) (xy 50.282198 126.4097) (xy 50.1203 126.247802) + (xy 49.932749 126.116477) (xy 49.893543 126.098195) (xy 49.840258 126.051279) (xy 49.820796 125.983002) + (xy 49.841337 125.915042) (xy 49.893543 125.869805) (xy 49.89881 125.867349) (xy 49.932749 125.851523) + (xy 50.1203 125.720198) (xy 50.282198 125.5583) (xy 50.413523 125.370749) (xy 50.510284 125.163243) + (xy 50.569543 124.942087) (xy 50.589498 124.714) (xy 50.569543 124.485913) (xy 50.510284 124.264757) + (xy 50.413523 124.057251) (xy 50.282198 123.8697) (xy 50.1203 123.707802) (xy 50.120291 123.707796) + (xy 50.014086 123.63343) (xy 49.932749 123.576477) (xy 49.915157 123.568274) (xy 49.893543 123.558195) + (xy 49.840258 123.511279) (xy 49.820796 123.443002) (xy 49.841337 123.375042) (xy 49.893543 123.329805) + (xy 49.895997 123.32866) (xy 49.932749 123.311523) (xy 50.1203 123.180198) (xy 50.282198 123.0183) + (xy 50.413523 122.830749) (xy 50.510284 122.623243) (xy 50.569543 122.402087) (xy 50.589498 122.174) + (xy 50.569543 121.945913) (xy 50.510284 121.724757) (xy 50.413523 121.517251) (xy 50.282198 121.3297) + (xy 50.1203 121.167802) (xy 49.932749 121.036477) (xy 49.725246 120.939717) (xy 49.72524 120.939715) + (xy 49.631771 120.91467) (xy 49.504087 120.880457) (xy 49.276 120.860502) (xy 49.047913 120.880457) + (xy 48.826759 120.939715) (xy 48.826753 120.939717) (xy 48.61925 121.036477) (xy 48.431703 121.167799) + (xy 48.431697 121.167804) (xy 48.269804 121.329697) (xy 48.269799 121.329703) (xy 48.138477 121.51725) + (xy 48.041717 121.724753) (xy 48.041716 121.724757) (xy 47.982457 121.945913) (xy 47.962502 122.174) + (xy 47.982457 122.402087) (xy 47.993669 122.443929) (xy 48.041715 122.62324) (xy 48.041717 122.623246) + (xy 48.138477 122.830749) (xy 48.219039 122.945804) (xy 48.269802 123.0183) (xy 48.4317 123.180198) + (xy 48.619251 123.311523) (xy 48.654359 123.327894) (xy 48.658457 123.329805) (xy 48.711742 123.376722) + (xy 48.731203 123.444999) (xy 48.710661 123.512959) (xy 48.658457 123.558195) (xy 48.61925 123.576477) + (xy 48.431703 123.707799) (xy 48.431697 123.707804) (xy 48.269804 123.869697) (xy 48.269799 123.869703) + (xy 48.138477 124.05725) (xy 48.041717 124.264753) (xy 48.041715 124.264759) (xy 47.996344 124.434086) + (xy 47.982457 124.485913) (xy 47.962502 124.714) (xy 47.982457 124.942087) (xy 47.992793 124.980661) + (xy 48.041715 125.16324) (xy 48.041717 125.163246) (xy 48.089398 125.265498) (xy 48.138477 125.370749) + (xy 48.269802 125.5583) (xy 48.4317 125.720198) (xy 48.619251 125.851523) (xy 48.65319 125.867349) + (xy 48.658457 125.869805) (xy 48.711742 125.916722) (xy 48.731203 125.984999) (xy 48.710661 126.052959) + (xy 48.658457 126.098195) (xy 48.61925 126.116477) (xy 48.431703 126.247799) (xy 48.431697 126.247804) + (xy 48.269804 126.409697) (xy 48.269799 126.409703) (xy 48.138477 126.59725) (xy 48.041717 126.804753) + (xy 48.041715 126.804759) (xy 47.987151 127.008394) (xy 47.982457 127.025913) (xy 47.962502 127.254) + (xy 47.982457 127.482087) (xy 48.007107 127.57408) (xy 48.041715 127.70324) (xy 48.041717 127.703246) + (xy 48.138477 127.910749) (xy 48.171032 127.957243) (xy 48.269802 128.0983) (xy 48.4317 128.260198) + (xy 48.619251 128.391523) (xy 48.654359 128.407894) (xy 48.658457 128.409805) (xy 48.711742 128.456722) + (xy 48.731203 128.524999) (xy 48.710661 128.592959) (xy 48.658457 128.638195) (xy 48.61925 128.656477) + (xy 48.431703 128.787799) (xy 48.431697 128.787804) (xy 48.269804 128.949697) (xy 48.269799 128.949703) + (xy 48.138477 129.13725) (xy 48.041717 129.344753) (xy 48.041715 129.344759) (xy 47.982457 129.565913) + (xy 47.962502 129.794) (xy 47.982457 130.022088) (xy 47.998547 130.082136) (xy 47.996857 130.153112) + (xy 47.957062 130.211908) (xy 47.891798 130.239855) (xy 47.821784 130.228081) (xy 47.787745 130.203841) + (xy 47.533405 129.949501) (xy 47.499379 129.887189) (xy 47.4965 129.860406) (xy 47.4965 122.873607) + (xy 47.496499 122.873603) (xy 47.495194 122.867042) (xy 47.472155 122.751215) (xy 47.4244 122.635925) + (xy 47.355071 122.532167) (xy 47.266833 122.443929) (xy 42.090404 117.2675) (xy 42.056378 117.205188) + (xy 42.053499 117.178405) (xy 42.053499 113.792) (xy 56.345004 113.792) (xy 56.364951 114.020002) + (xy 56.424186 114.241068) (xy 56.424188 114.241073) (xy 56.520913 114.448501) (xy 56.570899 114.519888) + (xy 57.258 113.832788) (xy 57.258 113.844661) (xy 57.285259 113.946394) (xy 57.33792 114.037606) + (xy 57.412394 114.11208) (xy 57.503606 114.164741) (xy 57.605339 114.192) (xy 57.61721 114.192) + (xy 56.93011 114.879098) (xy 56.93011 114.8791) (xy 57.001498 114.929086) (xy 57.208926 115.025811) + (xy 57.208931 115.025813) (xy 57.429999 115.085048) (xy 57.429995 115.085048) (xy 57.658 115.104995) + (xy 57.886002 115.085048) (xy 58.107068 115.025813) (xy 58.107073 115.025811) (xy 58.314497 114.929088) + (xy 58.385888 114.879099) (xy 58.385888 114.879097) (xy 57.698791 114.192) (xy 57.710661 114.192) + (xy 57.812394 114.164741) (xy 57.903606 114.11208) (xy 57.97808 114.037606) (xy 58.030741 113.946394) + (xy 58.058 113.844661) (xy 58.058 113.832791) (xy 58.745097 114.519888) (xy 58.745099 114.519888) + (xy 58.795088 114.448497) (xy 58.891811 114.241073) (xy 58.891813 114.241068) (xy 58.951048 114.020002) + (xy 58.970995 113.792) (xy 60.663004 113.792) (xy 60.682951 114.020002) (xy 60.742186 114.241068) + (xy 60.742188 114.241073) (xy 60.838913 114.448501) (xy 60.888899 114.519888) (xy 61.576 113.832788) + (xy 61.576 113.844661) (xy 61.603259 113.946394) (xy 61.65592 114.037606) (xy 61.730394 114.11208) + (xy 61.821606 114.164741) (xy 61.923339 114.192) (xy 61.93521 114.192) (xy 61.24811 114.879098) + (xy 61.24811 114.8791) (xy 61.319498 114.929086) (xy 61.526926 115.025811) (xy 61.526931 115.025813) + (xy 61.747999 115.085048) (xy 61.747995 115.085048) (xy 61.976 115.104995) (xy 62.204002 115.085048) + (xy 62.425068 115.025813) (xy 62.425073 115.025811) (xy 62.632497 114.929088) (xy 62.703888 114.879099) + (xy 62.703888 114.879097) (xy 62.016791 114.192) (xy 62.028661 114.192) (xy 62.130394 114.164741) + (xy 62.221606 114.11208) (xy 62.29608 114.037606) (xy 62.348741 113.946394) (xy 62.376 113.844661) + (xy 62.376 113.832791) (xy 63.063097 114.519888) (xy 63.063099 114.519888) (xy 63.113088 114.448497) + (xy 63.209811 114.241073) (xy 63.209813 114.241068) (xy 63.269048 114.020002) (xy 63.288995 113.792) + (xy 63.269048 113.563997) (xy 63.209813 113.342931) (xy 63.209811 113.342926) (xy 63.113086 113.135498) + (xy 63.0631 113.06411) (xy 63.063098 113.06411) (xy 62.376 113.751208) (xy 62.376 113.739339) (xy 62.348741 113.637606) + (xy 62.29608 113.546394) (xy 62.221606 113.47192) (xy 62.130394 113.419259) (xy 62.028661 113.392) + (xy 62.01679 113.392) (xy 62.703888 112.704899) (xy 62.703888 112.704898) (xy 62.632501 112.654913) + (xy 62.425073 112.558188) (xy 62.425068 112.558186) (xy 62.204 112.498951) (xy 62.204004 112.498951) + (xy 61.976 112.479004) (xy 61.747997 112.498951) (xy 61.526931 112.558186) (xy 61.526926 112.558188) + (xy 61.3195 112.654913) (xy 61.248109 112.7049) (xy 61.935209 113.392) (xy 61.923339 113.392) (xy 61.821606 113.419259) + (xy 61.730394 113.47192) (xy 61.65592 113.546394) (xy 61.603259 113.637606) (xy 61.576 113.739339) + (xy 61.576 113.751209) (xy 60.8889 113.064109) (xy 60.838913 113.1355) (xy 60.742188 113.342926) + (xy 60.742186 113.342931) (xy 60.682951 113.563997) (xy 60.663004 113.792) (xy 58.970995 113.792) + (xy 58.951048 113.563997) (xy 58.891813 113.342931) (xy 58.891811 113.342926) (xy 58.795086 113.135498) + (xy 58.7451 113.06411) (xy 58.745098 113.06411) (xy 58.058 113.751208) (xy 58.058 113.739339) (xy 58.030741 113.637606) + (xy 57.97808 113.546394) (xy 57.903606 113.47192) (xy 57.812394 113.419259) (xy 57.710661 113.392) + (xy 57.69879 113.392) (xy 58.385888 112.704899) (xy 58.385888 112.704898) (xy 58.314501 112.654913) + (xy 58.107073 112.558188) (xy 58.107068 112.558186) (xy 57.886 112.498951) (xy 57.886004 112.498951) + (xy 57.658 112.479004) (xy 57.429997 112.498951) (xy 57.208931 112.558186) (xy 57.208926 112.558188) + (xy 57.0015 112.654913) (xy 56.930109 112.7049) (xy 57.617209 113.392) (xy 57.605339 113.392) (xy 57.503606 113.419259) + (xy 57.412394 113.47192) (xy 57.33792 113.546394) (xy 57.285259 113.637606) (xy 57.258 113.739339) + (xy 57.258 113.751209) (xy 56.5709 113.064109) (xy 56.520913 113.1355) (xy 56.424188 113.342926) + (xy 56.424186 113.342931) (xy 56.364951 113.563997) (xy 56.345004 113.792) (xy 42.053499 113.792) + (xy 42.053499 111.518187) (xy 42.073501 111.450066) (xy 42.127157 111.403573) (xy 42.197431 111.393469) + (xy 42.262011 111.422963) (xy 42.268594 111.429092) (xy 42.3357 111.496198) (xy 42.523251 111.627523) + (xy 42.730757 111.724284) (xy 42.951913 111.783543) (xy 43.18 111.803498) (xy 43.408087 111.783543) + (xy 43.629243 111.724284) (xy 43.836749 111.627523) (xy 44.0243 111.496198) (xy 44.186198 111.3343) + (xy 44.317523 111.146749) (xy 44.414284 110.939243) (xy 44.473543 110.718087) (xy 44.493498 110.49) + (xy 46.692502 110.49) (xy 46.712457 110.718087) (xy 46.771716 110.939243) (xy 46.868477 111.146749) + (xy 46.999802 111.3343) (xy 47.1617 111.496198) (xy 47.349251 111.627523) (xy 47.556757 111.724284) + (xy 47.777913 111.783543) (xy 48.006 111.803498) (xy 48.234087 111.783543) (xy 48.455243 111.724284) + (xy 48.662749 111.627523) (xy 48.8503 111.496198) (xy 49.012198 111.3343) (xy 49.143523 111.146749) + (xy 49.240284 110.939243) (xy 49.299543 110.718087) (xy 49.319498 110.49) (xy 56.852502 110.49) + (xy 56.872457 110.718087) (xy 56.931716 110.939243) (xy 57.028477 111.146749) (xy 57.159802 111.3343) + (xy 57.3217 111.496198) (xy 57.509251 111.627523) (xy 57.716757 111.724284) (xy 57.937913 111.783543) + (xy 58.166 111.803498) (xy 58.394087 111.783543) (xy 58.615243 111.724284) (xy 58.822749 111.627523) + (xy 59.0103 111.496198) (xy 59.172198 111.3343) (xy 59.303523 111.146749) (xy 59.400284 110.939243) + (xy 59.459543 110.718087) (xy 59.479498 110.49) (xy 59.459543 110.261913) (xy 59.44254 110.198457) + (xy 59.44423 110.127481) (xy 59.47515 110.076753) (xy 60.291072 109.260833) (xy 60.360401 109.157075) + (xy 60.408155 109.041785) (xy 60.4325 108.919394) (xy 60.4325 108.794606) (xy 60.4325 100.122606) + (xy 60.408155 100.000215) (xy 60.3604 99.884925) (xy 60.291071 99.781167) (xy 60.202833 99.692929) + (xy 59.983151 99.473247) (xy 59.949125 99.410935) (xy 59.950539 99.351542) (xy 59.967543 99.288087) + (xy 59.987498 99.06) (xy 59.967543 98.831913) (xy 59.908284 98.610757) (xy 59.811523 98.403251) + (xy 59.680198 98.2157) (xy 59.5183 98.053802) (xy 59.51697 98.052871) (xy 59.38973 97.963776) (xy 59.330749 97.922477) + (xy 59.29213 97.904469) (xy 59.291543 97.904195) (xy 59.238258 97.857279) (xy 59.218796 97.789002) + (xy 59.239337 97.721042) (xy 59.291543 97.675805) (xy 59.293997 97.67466) (xy 59.330749 97.657523) + (xy 59.5183 97.526198) (xy 59.680198 97.3643) (xy 59.811523 97.176749) (xy 59.908284 96.969243) + (xy 59.967543 96.748087) (xy 59.987498 96.52) (xy 59.967543 96.291913) (xy 59.9606 96.266) (xy 60.916502 96.266) + (xy 60.936457 96.494087) (xy 60.950741 96.547394) (xy 60.995715 96.71524) (xy 60.995717 96.715246) + (xy 61.092477 96.922749) (xy 61.181403 97.049749) (xy 61.223802 97.1103) (xy 61.3857 97.272198) + (xy 61.573251 97.403523) (xy 61.780757 97.500284) (xy 62.001913 97.559543) (xy 62.23 97.579498) + (xy 62.458087 97.559543) (xy 62.679243 97.500284) (xy 62.886749 97.403523) (xy 63.0743 97.272198) + (xy 63.236198 97.1103) (xy 63.367523 96.922749) (xy 63.464284 96.715243) (xy 63.523543 96.494087) + (xy 63.543498 96.266) (xy 63.523543 96.037913) (xy 63.464284 95.816757) (xy 63.367523 95.609251) + (xy 63.236198 95.4217) (xy 63.0743 95.259802) (xy 63.074296 95.259799) (xy 62.886746 95.128474) + (xy 62.881985 95.125726) (xy 62.883023 95.123927) (xy 62.836532 95.082963) (xy 62.817095 95.014679) + (xy 62.837661 94.946726) (xy 62.882782 94.907664) (xy 62.88173 94.905841) (xy 62.886496 94.903088) + (xy 62.957888 94.853099) (xy 62.957888 94.853097) (xy 62.270791 94.166) (xy 62.282661 94.166) (xy 62.384394 94.138741) + (xy 62.475606 94.08608) (xy 62.55008 94.011606) (xy 62.602741 93.920394) (xy 62.63 93.818661) (xy 62.63 93.806791) + (xy 63.317097 94.493888) (xy 63.317099 94.493888) (xy 63.367088 94.422497) (xy 63.463811 94.215073) + (xy 63.463813 94.215068) (xy 63.523048 93.994002) (xy 63.542995 93.766) (xy 63.523048 93.537997) + (xy 63.463813 93.316931) (xy 63.463811 93.316926) (xy 63.367086 93.109498) (xy 63.3171 93.03811) + (xy 63.317098 93.03811) (xy 62.63 93.725208) (xy 62.63 93.713339) (xy 62.602741 93.611606) (xy 62.55008 93.520394) + (xy 62.475606 93.44592) (xy 62.384394 93.393259) (xy 62.282661 93.366) (xy 62.27079 93.366) (xy 62.957888 92.678899) + (xy 62.957888 92.678898) (xy 62.886501 92.628913) (xy 62.679073 92.532188) (xy 62.679068 92.532186) + (xy 62.458 92.472951) (xy 62.458004 92.472951) (xy 62.23 92.453004) (xy 62.001997 92.472951) (xy 61.780931 92.532186) + (xy 61.780926 92.532188) (xy 61.5735 92.628913) (xy 61.502109 92.6789) (xy 62.189209 93.366) (xy 62.177339 93.366) + (xy 62.075606 93.393259) (xy 61.984394 93.44592) (xy 61.90992 93.520394) (xy 61.857259 93.611606) + (xy 61.83 93.713339) (xy 61.83 93.725209) (xy 61.1429 93.038109) (xy 61.092913 93.1095) (xy 60.996188 93.316926) + (xy 60.996186 93.316931) (xy 60.936951 93.537997) (xy 60.917004 93.766) (xy 60.936951 93.994002) + (xy 60.996186 94.215068) (xy 60.996188 94.215073) (xy 61.092913 94.422501) (xy 61.142899 94.493888) + (xy 61.83 93.806788) (xy 61.83 93.818661) (xy 61.857259 93.920394) (xy 61.90992 94.011606) (xy 61.984394 94.08608) + (xy 62.075606 94.138741) (xy 62.177339 94.166) (xy 62.18921 94.166) (xy 61.50211 94.853098) (xy 61.50211 94.8531) + (xy 61.573498 94.903086) (xy 61.578266 94.905839) (xy 61.577178 94.907721) (xy 61.62342 94.948409) + (xy 61.642904 95.01668) (xy 61.622386 95.084647) (xy 61.577015 95.123995) (xy 61.578015 95.125726) + (xy 61.573253 95.128474) (xy 61.385703 95.259799) (xy 61.385697 95.259804) (xy 61.223804 95.421697) + (xy 61.223799 95.421703) (xy 61.092477 95.60925) (xy 60.995717 95.816753) (xy 60.995715 95.816759) + (xy 60.957709 95.9586) (xy 60.936457 96.037913) (xy 60.916502 96.266) (xy 59.9606 96.266) (xy 59.908284 96.070757) + (xy 59.811523 95.863251) (xy 59.680198 95.6757) (xy 59.5183 95.513802) (xy 59.518291 95.513796) + (xy 59.386765 95.4217) (xy 59.330749 95.382477) (xy 59.291543 95.364195) (xy 59.238258 95.317279) + (xy 59.218796 95.249002) (xy 59.239337 95.181042) (xy 59.291543 95.135805) (xy 59.293997 95.13466) + (xy 59.330749 95.117523) (xy 59.5183 94.986198) (xy 59.680198 94.8243) (xy 59.811523 94.636749) + (xy 59.908284 94.429243) (xy 59.967543 94.208087) (xy 59.987498 93.98) (xy 59.967543 93.751913) + (xy 59.908284 93.530757) (xy 59.811523 93.323251) (xy 59.680198 93.1357) (xy 59.5183 92.973802) + (xy 59.484961 92.950458) (xy 59.330749 92.842477) (xy 59.123246 92.745717) (xy 59.12324 92.745715) + (xy 58.98995 92.71) (xy 58.902087 92.686457) (xy 58.674 92.666502) (xy 58.445913 92.686457) (xy 58.224759 92.745715) + (xy 58.224753 92.745717) (xy 58.01725 92.842477) (xy 57.829703 92.973799) (xy 57.829697 92.973804) + (xy 57.667804 93.135697) (xy 57.667799 93.135703) (xy 57.536477 93.32325) (xy 57.439717 93.530753) + (xy 57.439715 93.530759) (xy 57.437939 93.537387) (xy 57.380457 93.751913) (xy 57.360502 93.98) + (xy 57.380457 94.208087) (xy 57.40321 94.293) (xy 57.439715 94.42924) (xy 57.439717 94.429246) (xy 57.536477 94.636749) + (xy 57.662879 94.81727) (xy 57.667802 94.8243) (xy 57.8297 94.986198) (xy 58.017251 95.117523) (xy 58.034843 95.125726) + (xy 58.056457 95.135805) (xy 58.109742 95.182722) (xy 58.129203 95.250999) (xy 58.108661 95.318959) + (xy 58.056457 95.364195) (xy 58.01725 95.382477) (xy 57.829703 95.513799) (xy 57.829697 95.513804) + (xy 57.667804 95.675697) (xy 57.667799 95.675703) (xy 57.536477 95.86325) (xy 57.439717 96.070753) + (xy 57.439715 96.070759) (xy 57.437939 96.077387) (xy 57.380457 96.291913) (xy 57.360502 96.52) + (xy 57.380457 96.748087) (xy 57.405639 96.842068) (xy 57.439715 96.96924) (xy 57.439717 96.969246) + (xy 57.536477 97.176749) (xy 57.662879 97.35727) (xy 57.667802 97.3643) (xy 57.8297 97.526198) (xy 58.017251 97.657523) + (xy 58.052359 97.673894) (xy 58.056457 97.675805) (xy 58.109742 97.722722) (xy 58.129203 97.790999) + (xy 58.108661 97.858959) (xy 58.056457 97.904195) (xy 58.01725 97.922477) (xy 57.829703 98.053799) + (xy 57.829697 98.053804) (xy 57.667804 98.215697) (xy 57.667799 98.215703) (xy 57.536477 98.40325) + (xy 57.439717 98.610753) (xy 57.439715 98.610759) (xy 57.394741 98.778606) (xy 57.380457 98.831913) + (xy 57.360502 99.06) (xy 57.380457 99.288087) (xy 57.393049 99.335081) (xy 57.439715 99.50924) (xy 57.439717 99.509246) + (xy 57.536477 99.716749) (xy 57.662879 99.89727) (xy 57.667802 99.9043) (xy 57.8297 100.066198) + (xy 58.017251 100.197523) (xy 58.052359 100.213894) (xy 58.056457 100.215805) (xy 58.109742 100.262722) + (xy 58.129203 100.330999) (xy 58.108661 100.398959) (xy 58.056457 100.444195) (xy 58.01725 100.462477) + (xy 57.829703 100.593799) (xy 57.829697 100.593804) (xy 57.667804 100.755697) (xy 57.667799 100.755703) + (xy 57.536477 100.94325) (xy 57.439717 101.150753) (xy 57.439715 101.150759) (xy 57.414487 101.244913) + (xy 57.380457 101.371913) (xy 57.360502 101.6) (xy 57.380457 101.828087) (xy 57.394968 101.882243) + (xy 57.439715 102.04924) (xy 57.439717 102.049246) (xy 57.536477 102.256749) (xy 57.664229 102.439198) + (xy 57.667802 102.4443) (xy 57.8297 102.606198) (xy 58.017251 102.737523) (xy 58.224757 102.834284) + (xy 58.445913 102.893543) (xy 58.674 102.913498) (xy 58.902087 102.893543) (xy 59.006889 102.865461) + (xy 59.077865 102.86715) (xy 59.136661 102.906943) (xy 59.164609 102.972208) (xy 59.1655 102.987167) + (xy 59.1655 104.77904) (xy 59.145498 104.847161) (xy 59.091842 104.893654) (xy 59.021568 104.903758) + (xy 58.96723 104.882253) (xy 58.822501 104.780913) (xy 58.615073 104.684188) (xy 58.615068 104.684186) + (xy 58.394 104.624951) (xy 58.394004 104.624951) (xy 58.166 104.605004) (xy 57.937997 104.624951) + (xy 57.716931 104.684186) (xy 57.716926 104.684188) (xy 57.5095 104.780913) (xy 57.438109 104.830899) + (xy 58.125211 105.518) (xy 58.113339 105.518) (xy 58.011606 105.545259) (xy 57.920394 105.59792) + (xy 57.84592 105.672394) (xy 57.793259 105.763606) (xy 57.766 105.865339) (xy 57.766 105.877209) + (xy 57.0789 105.190109) (xy 57.028913 105.2615) (xy 56.932188 105.468926) (xy 56.932186 105.468931) + (xy 56.872951 105.689997) (xy 56.853004 105.918) (xy 56.872951 106.146002) (xy 56.932186 106.367068) + (xy 56.932188 106.367073) (xy 57.028913 106.574501) (xy 57.078899 106.645888) (xy 57.766 105.958788) + (xy 57.766 105.970661) (xy 57.793259 106.072394) (xy 57.84592 106.163606) (xy 57.920394 106.23808) + (xy 58.011606 106.290741) (xy 58.113339 106.318) (xy 58.125208 106.318) (xy 57.43811 107.005097) + (xy 57.43811 107.0051) (xy 57.509498 107.055086) (xy 57.716926 107.151811) (xy 57.716931 107.151813) + (xy 57.937999 107.211048) (xy 57.937995 107.211048) (xy 58.166 107.230995) (xy 58.394002 107.211048) + (xy 58.615068 107.151813) (xy 58.615073 107.151811) (xy 58.822498 107.055087) (xy 58.967229 106.953746) + (xy 59.034503 106.931058) (xy 59.103363 106.948343) (xy 59.151948 107.000113) (xy 59.1655 107.056959) + (xy 59.1655 108.542403) (xy 59.145498 108.610524) (xy 59.128595 108.631498) (xy 58.579246 109.180847) + (xy 58.516934 109.214873) (xy 58.45754 109.213459) (xy 58.39409 109.196457) (xy 58.166 109.176502) + (xy 57.937913 109.196457) (xy 57.716759 109.255715) (xy 57.716753 109.255717) (xy 57.50925 109.352477) + (xy 57.321703 109.483799) (xy 57.321697 109.483804) (xy 57.159804 109.645697) (xy 57.159799 109.645703) + (xy 57.028477 109.83325) (xy 56.931717 110.040753) (xy 56.931715 110.040759) (xy 56.88946 110.198458) + (xy 56.872457 110.261913) (xy 56.852502 110.49) (xy 49.319498 110.49) (xy 49.299543 110.261913) + (xy 49.240284 110.040757) (xy 49.143523 109.833251) (xy 49.012198 109.6457) (xy 48.8503 109.483802) + (xy 48.831731 109.4708) (xy 48.662749 109.352477) (xy 48.455246 109.255717) (xy 48.45524 109.255715) + (xy 48.361771 109.23067) (xy 48.234087 109.196457) (xy 48.006 109.176502) (xy 47.777913 109.196457) + (xy 47.556759 109.255715) (xy 47.556753 109.255717) (xy 47.34925 109.352477) (xy 47.161703 109.483799) + (xy 47.161697 109.483804) (xy 46.999804 109.645697) (xy 46.999799 109.645703) (xy 46.868477 109.83325) + (xy 46.771717 110.040753) (xy 46.771715 110.040759) (xy 46.72946 110.198458) (xy 46.712457 110.261913) + (xy 46.692502 110.49) (xy 44.493498 110.49) (xy 44.473543 110.261913) (xy 44.414284 110.040757) + (xy 44.317523 109.833251) (xy 44.186198 109.6457) (xy 44.0243 109.483802) (xy 44.005731 109.4708) + (xy 43.836749 109.352477) (xy 43.629246 109.255717) (xy 43.62924 109.255715) (xy 43.535771 109.23067) + (xy 43.408087 109.196457) (xy 43.18 109.176502) (xy 42.951913 109.196457) (xy 42.730759 109.255715) + (xy 42.730753 109.255717) (xy 42.52325 109.352477) (xy 42.335703 109.483799) (xy 42.268594 109.550908) + (xy 42.206281 109.584933) (xy 42.135466 109.579867) (xy 42.07863 109.53732) (xy 42.05382 109.4708) + (xy 42.053499 109.461812) (xy 42.053499 106.946187) (xy 42.073501 106.878066) (xy 42.127157 106.831573) + (xy 42.197431 106.821469) (xy 42.262011 106.850963) (xy 42.268594 106.857092) (xy 42.3357 106.924198) + (xy 42.523251 107.055523) (xy 42.730757 107.152284) (xy 42.951913 107.211543) (xy 43.18 107.231498) + (xy 43.408087 107.211543) (xy 43.629243 107.152284) (xy 43.836749 107.055523) (xy 44.0243 106.924198) + (xy 44.186198 106.7623) (xy 44.296181 106.605229) (xy 44.351638 106.560901) (xy 44.399394 106.5515) + (xy 46.786606 106.5515) (xy 46.854727 106.571502) (xy 46.889819 106.605229) (xy 46.999799 106.762296) + (xy 46.999802 106.7623) (xy 47.1617 106.924198) (xy 47.349251 107.055523) (xy 47.556757 107.152284) + (xy 47.777913 107.211543) (xy 48.006 107.231498) (xy 48.234087 107.211543) (xy 48.455243 107.152284) + (xy 48.662749 107.055523) (xy 48.8503 106.924198) (xy 49.012198 106.7623) (xy 49.122181 106.605229) + (xy 49.177638 106.560901) (xy 49.225394 106.5515) (xy 51.116393 106.5515) (xy 51.116394 106.5515) + (xy 51.238785 106.527155) (xy 51.354075 106.4794) (xy 51.457833 106.410071) (xy 55.229072 102.638833) + (xy 55.298401 102.535075) (xy 55.346155 102.419784) (xy 55.347603 102.412501) (xy 55.349078 102.405095) + (xy 55.370499 102.297399) (xy 55.3705 102.297392) (xy 55.3705 98.599607) (xy 55.370499 98.599603) + (xy 55.367815 98.586109) (xy 55.346155 98.477215) (xy 55.2984 98.361925) (xy 55.229071 98.258167) + (xy 55.140833 98.169929) (xy 52.998833 96.027929) (xy 52.895075 95.9586) (xy 52.779785 95.910845) + (xy 52.706086 95.896185) (xy 52.657396 95.8865) (xy 52.657394 95.8865) (xy 52.273394 95.8865) (xy 52.205273 95.866498) + (xy 52.170181 95.832771) (xy 52.0602 95.675703) (xy 52.060195 95.675697) (xy 51.898302 95.513804) + (xy 51.898292 95.513796) (xy 51.894995 95.511487) (xy 51.850669 95.456028) (xy 51.843363 95.385409) + (xy 51.875396 95.322049) (xy 51.936599 95.286067) (xy 51.953801 95.282999) (xy 51.963201 95.281989) + (xy 52.100204 95.230889) (xy 52.103607 95.228342) (xy 52.217261 95.143261) (xy 52.304887 95.026207) + (xy 52.304887 95.026206) (xy 52.304889 95.026204) (xy 52.355989 94.889201) (xy 52.359215 94.8592) + (xy 52.362499 94.828649) (xy 52.3625 94.828632) (xy 52.3625 93.131367) (xy 52.362499 93.13135) (xy 52.35599 93.070803) + (xy 52.355988 93.070795) (xy 52.304889 92.933796) (xy 52.304887 92.933792) (xy 52.217261 92.816738) + (xy 52.100207 92.729112) (xy 52.100202 92.72911) (xy 51.963204 92.678011) (xy 51.963196 92.678009) + (xy 51.902649 92.6715) (xy 51.902638 92.6715) (xy 50.205362 92.6715) (xy 50.20535 92.6715) (xy 50.144803 92.678009) + (xy 50.144795 92.678011) (xy 50.007797 92.72911) (xy 50.007792 92.729112) (xy 49.890738 92.816738) + (xy 49.803112 92.933792) (xy 49.803111 92.933796) (xy 49.752011 93.070795) (xy 49.752009 93.070803) + (xy 49.7455 93.13135) (xy 49.7455 94.828649) (xy 49.752009 94.889196) (xy 49.752011 94.889204) (xy 49.80311 95.026202) + (xy 49.803112 95.026207) (xy 49.890738 95.143261) (xy 50.007792 95.230887) (xy 50.007794 95.230888) + (xy 50.007796 95.230889) (xy 50.144799 95.281989) (xy 50.154191 95.282998) (xy 50.219784 95.310163) + (xy 50.260279 95.368479) (xy 50.262817 95.43943) (xy 50.226593 95.50049) (xy 50.21301 95.511483) + (xy 50.209708 95.513795) (xy 50.209697 95.513804) (xy 50.047804 95.675697) (xy 50.047799 95.675703) + (xy 49.916477 95.86325) (xy 49.819717 96.070753) (xy 49.819715 96.070759) (xy 49.817939 96.077387) + (xy 49.760457 96.291913) (xy 49.740502 96.52) (xy 49.760457 96.748087) (xy 49.785639 96.842068) + (xy 49.819715 96.96924) (xy 49.819717 96.969246) (xy 49.916477 97.176749) (xy 50.042879 97.35727) + (xy 50.047802 97.3643) (xy 50.2097 97.526198) (xy 50.397251 97.657523) (xy 50.436318 97.67574) (xy 50.437049 97.676081) + (xy 50.490334 97.722998) (xy 50.509795 97.791275) (xy 50.489253 97.859235) (xy 50.43705 97.90447) + (xy 50.397503 97.922911) (xy 50.397501 97.922912) (xy 50.326109 97.9729) (xy 51.013209 98.66) (xy 51.001339 98.66) + (xy 50.899606 98.687259) (xy 50.808394 98.73992) (xy 50.73392 98.814394) (xy 50.681259 98.905606) + (xy 50.654 99.007339) (xy 50.654 99.019209) (xy 49.9669 98.332109) (xy 49.916913 98.4035) (xy 49.820188 98.610926) + (xy 49.820186 98.610931) (xy 49.760951 98.831997) (xy 49.741004 99.06) (xy 49.760951 99.288002) + (xy 49.820186 99.509068) (xy 49.820188 99.509073) (xy 49.916913 99.716501) (xy 49.966899 99.787888) + (xy 50.654 99.100788) (xy 50.654 99.112661) (xy 50.681259 99.214394) (xy 50.73392 99.305606) (xy 50.808394 99.38008) + (xy 50.899606 99.432741) (xy 51.001339 99.46) (xy 51.01321 99.46) (xy 50.32611 100.147098) (xy 50.32611 100.1471) + (xy 50.397498 100.197086) (xy 50.397502 100.197088) (xy 50.437049 100.21553) (xy 50.490334 100.262447) + (xy 50.509794 100.330724) (xy 50.489252 100.398684) (xy 50.437049 100.443918) (xy 50.397252 100.462475) + (xy 50.209703 100.593799) (xy 50.209697 100.593804) (xy 50.047804 100.755697) (xy 50.047799 100.755703) + (xy 49.983683 100.847271) (xy 49.928226 100.891599) (xy 49.88047 100.901) (xy 48.233688 100.901) + (xy 48.165567 100.880998) (xy 48.144593 100.864095) (xy 48.088302 100.807804) (xy 48.088296 100.807799) + (xy 47.900746 100.676474) (xy 47.895985 100.673726) (xy 47.897023 100.671927) (xy 47.850532 100.630963) + (xy 47.831095 100.562679) (xy 47.851661 100.494726) (xy 47.896782 100.455664) (xy 47.89573 100.453841) + (xy 47.900496 100.451088) (xy 47.971888 100.401099) (xy 47.971888 100.401098) (xy 47.284789 99.714) + (xy 47.296661 99.714) (xy 47.398394 99.686741) (xy 47.489606 99.63408) (xy 47.56408 99.559606) (xy 47.616741 99.468394) + (xy 47.644 99.366661) (xy 47.644 99.354791) (xy 48.331097 100.041888) (xy 48.331099 100.041888) + (xy 48.381088 99.970497) (xy 48.477811 99.763073) (xy 48.477813 99.763068) (xy 48.537048 99.542002) + (xy 48.556995 99.314) (xy 48.537048 99.085997) (xy 48.477813 98.864931) (xy 48.477811 98.864926) + (xy 48.381086 98.657498) (xy 48.3311 98.58611) (xy 48.331098 98.58611) (xy 47.644 99.273208) (xy 47.644 99.261339) + (xy 47.616741 99.159606) (xy 47.56408 99.068394) (xy 47.489606 98.99392) (xy 47.398394 98.941259) + (xy 47.296661 98.914) (xy 47.28479 98.914) (xy 47.971888 98.226899) (xy 47.971888 98.226898) (xy 47.900501 98.176913) + (xy 47.693073 98.080188) (xy 47.693068 98.080186) (xy 47.472 98.020951) (xy 47.472004 98.020951) + (xy 47.244 98.001004) (xy 47.015997 98.020951) (xy 46.794931 98.080186) (xy 46.794926 98.080188) + (xy 46.5875 98.176913) (xy 46.516109 98.2269) (xy 47.203209 98.914) (xy 47.191339 98.914) (xy 47.089606 98.941259) + (xy 46.998394 98.99392) (xy 46.92392 99.068394) (xy 46.871259 99.159606) (xy 46.844 99.261339) (xy 46.844 99.273209) + (xy 46.1569 98.586109) (xy 46.106913 98.6575) (xy 46.010188 98.864926) (xy 46.010186 98.864931) + (xy 45.950951 99.085999) (xy 45.95095 99.086006) (xy 45.938586 99.227323) (xy 45.912723 99.293441) + (xy 45.855219 99.335081) (xy 45.784332 99.339021) (xy 45.723971 99.305436) (xy 44.471406 98.052871) + (xy 44.43738 97.990559) (xy 44.434501 97.963776) (xy 44.434501 97.02841) (xy 44.454503 96.960289) + (xy 44.508159 96.913796) (xy 44.578433 96.903692) (xy 44.643013 96.933186) (xy 44.674696 96.975161) + (xy 44.709475 97.049747) (xy 44.819746 97.207229) (xy 44.840802 97.2373) (xy 45.0027 97.399198) + (xy 45.190251 97.530523) (xy 45.397757 97.627284) (xy 45.618913 97.686543) (xy 45.847 97.706498) + (xy 46.075087 97.686543) (xy 46.296243 97.627284) (xy 46.503749 97.530523) (xy 46.6913 97.399198) + (xy 46.853198 97.2373) (xy 46.984523 97.049749) (xy 47.081284 96.842243) (xy 47.140543 96.621087) + (xy 47.160498 96.393) (xy 47.140543 96.164913) (xy 47.081284 95.943757) (xy 46.984523 95.736251) + (xy 46.853198 95.5487) (xy 46.6913 95.386802) (xy 46.68812 95.384575) (xy 46.503746 95.255474) (xy 46.498985 95.252726) + (xy 46.500023 95.250927) (xy 46.453532 95.209963) (xy 46.434095 95.141679) (xy 46.454661 95.073726) + (xy 46.499782 95.034664) (xy 46.49873 95.032841) (xy 46.503496 95.030088) (xy 46.574888 94.980099) + (xy 46.574888 94.980097) (xy 45.887791 94.293) (xy 45.899661 94.293) (xy 46.001394 94.265741) (xy 46.092606 94.21308) + (xy 46.16708 94.138606) (xy 46.219741 94.047394) (xy 46.247 93.945661) (xy 46.247 93.933791) (xy 46.934097 94.620888) + (xy 46.934099 94.620888) (xy 46.984088 94.549497) (xy 47.080811 94.342073) (xy 47.080813 94.342068) + (xy 47.140048 94.121002) (xy 47.159995 93.893) (xy 47.140048 93.664997) (xy 47.080813 93.443931) + (xy 47.080811 93.443926) (xy 46.984086 93.236498) (xy 46.9341 93.16511) (xy 46.934098 93.16511) + (xy 46.247 93.852208) (xy 46.247 93.840339) (xy 46.219741 93.738606) (xy 46.16708 93.647394) (xy 46.092606 93.57292) + (xy 46.001394 93.520259) (xy 45.899661 93.493) (xy 45.88779 93.493) (xy 46.574888 92.805899) (xy 46.574888 92.805898) + (xy 46.503501 92.755913) (xy 46.296073 92.659188) (xy 46.296068 92.659186) (xy 46.075 92.599951) + (xy 46.075004 92.599951) (xy 45.847 92.580004) (xy 45.618997 92.599951) (xy 45.397931 92.659186) + (xy 45.397926 92.659188) (xy 45.1905 92.755913) (xy 45.119109 92.8059) (xy 45.806209 93.493) (xy 45.794339 93.493) + (xy 45.692606 93.520259) (xy 45.601394 93.57292) (xy 45.52692 93.647394) (xy 45.474259 93.738606) + (xy 45.447 93.840339) (xy 45.447 93.852209) (xy 44.7599 93.165109) (xy 44.709913 93.2365) (xy 44.674696 93.312023) + (xy 44.627778 93.365308) (xy 44.559501 93.384769) (xy 44.491541 93.364227) (xy 44.445476 93.310204) + (xy 44.434501 93.258773) (xy 44.434501 93.212717) (xy 44.434501 93.212714) (xy 44.431226 93.196251) + (xy 44.407639 93.077668) (xy 44.354947 92.950458) (xy 44.3505 92.943803) (xy 44.343814 92.933796) + (xy 44.27845 92.835973) (xy 44.248375 92.805898) (xy 44.181087 92.73861) (xy 40.596477 89.154) (xy 44.787502 89.154) + (xy 44.804003 89.342613) (xy 44.807457 89.382086) (xy 44.852125 89.548791) (xy 44.866716 89.603243) + (xy 44.963477 89.810749) (xy 45.094802 89.9983) (xy 45.2567 90.160198) (xy 45.444251 90.291523) + (xy 45.651757 90.388284) (xy 45.872913 90.447543) (xy 46.101 90.467498) (xy 46.329087 90.447543) + (xy 46.550243 90.388284) (xy 46.757749 90.291523) (xy 46.9453 90.160198) (xy 47.107198 89.9983) + (xy 47.238523 89.810749) (xy 47.335284 89.603243) (xy 47.394543 89.382087) (xy 47.414498 89.154) + (xy 47.394543 88.925913) (xy 47.335284 88.704757) (xy 47.238523 88.497251) (xy 47.107198 88.3097) + (xy 46.9453 88.147802) (xy 46.757749 88.016477) (xy 46.550246 87.919717) (xy 46.55024 87.919715) + (xy 46.456771 87.89467) (xy 46.329087 87.860457) (xy 46.101 87.840502) (xy 45.872913 87.860457) + (xy 45.651759 87.919715) (xy 45.651753 87.919717) (xy 45.44425 88.016477) (xy 45.256703 88.147799) + (xy 45.256697 88.147804) (xy 45.094804 88.309697) (xy 45.094799 88.309703) (xy 44.963477 88.49725) + (xy 44.866717 88.704753) (xy 44.866716 88.704757) (xy 44.807457 88.925913) (xy 44.787502 89.154) + (xy 40.596477 89.154) (xy 37.094268 85.651791) (xy 37.060242 85.589479) (xy 37.065307 85.518664) + (xy 37.076274 85.497799) (xy 37.075774 85.49751) (xy 37.078519 85.492753) (xy 37.078523 85.492749) + (xy 37.175284 85.285243) (xy 37.234543 85.064087) (xy 37.254498 84.836) (xy 44.787502 84.836) (xy 44.807457 85.064087) + (xy 44.816682 85.098516) (xy 44.866715 85.28524) (xy 44.866717 85.285246) (xy 44.886421 85.327501) + (xy 44.963477 85.492749) (xy 45.094802 85.6803) (xy 45.2567 85.842198) (xy 45.444251 85.973523) + (xy 45.651757 86.070284) (xy 45.872913 86.129543) (xy 46.101 86.149498) (xy 46.329087 86.129543) + (xy 46.550243 86.070284) (xy 46.757749 85.973523) (xy 46.9453 85.842198) (xy 47.107198 85.6803) + (xy 47.238523 85.492749) (xy 47.335284 85.285243) (xy 47.394543 85.064087) (xy 47.414498 84.836) + (xy 48.089502 84.836) (xy 48.109457 85.064087) (xy 48.118682 85.098516) (xy 48.168715 85.28524) + (xy 48.168717 85.285246) (xy 48.188421 85.327501) (xy 48.265477 85.492749) (xy 48.396802 85.6803) + (xy 48.5587 85.842198) (xy 48.746251 85.973523) (xy 48.953757 86.070284) (xy 49.174913 86.129543) + (xy 49.403 86.149498) (xy 49.631087 86.129543) (xy 49.852243 86.070284) (xy 50.059749 85.973523) + (xy 50.2473 85.842198) (xy 50.409198 85.6803) (xy 50.540523 85.492749) (xy 50.637284 85.285243) + (xy 50.696543 85.064087) (xy 50.716498 84.836) (xy 58.249502 84.836) (xy 58.269457 85.064087) (xy 58.278682 85.098516) + (xy 58.328715 85.28524) (xy 58.328717 85.285246) (xy 58.348421 85.327501) (xy 58.425477 85.492749) + (xy 58.556802 85.6803) (xy 58.7187 85.842198) (xy 58.906251 85.973523) (xy 59.113757 86.070284) + (xy 59.334913 86.129543) (xy 59.563 86.149498) (xy 59.791087 86.129543) (xy 60.012243 86.070284) + (xy 60.219749 85.973523) (xy 60.4073 85.842198) (xy 60.569198 85.6803) (xy 60.700523 85.492749) + (xy 60.797284 85.285243) (xy 60.856543 85.064087) (xy 60.876498 84.836) (xy 60.856543 84.607913) + (xy 60.797284 84.386757) (xy 60.700523 84.179251) (xy 60.569198 83.9917) (xy 60.4073 83.829802) + (xy 60.393301 83.82) (xy 60.219749 83.698477) (xy 60.012246 83.601717) (xy 60.01224 83.601715) (xy 59.918771 83.57667) + (xy 59.791087 83.542457) (xy 59.563 83.522502) (xy 59.334913 83.542457) (xy 59.113759 83.601715) + (xy 59.113753 83.601717) (xy 58.90625 83.698477) (xy 58.718703 83.829799) (xy 58.718697 83.829804) + (xy 58.556804 83.991697) (xy 58.556799 83.991703) (xy 58.425477 84.17925) (xy 58.328717 84.386753) + (xy 58.328716 84.386757) (xy 58.269457 84.607913) (xy 58.249502 84.836) (xy 50.716498 84.836) (xy 50.696543 84.607913) + (xy 50.637284 84.386757) (xy 50.540523 84.179251) (xy 50.409198 83.9917) (xy 50.2473 83.829802) + (xy 50.233301 83.82) (xy 50.059749 83.698477) (xy 49.852246 83.601717) (xy 49.85224 83.601715) (xy 49.758771 83.57667) + (xy 49.631087 83.542457) (xy 49.403 83.522502) (xy 49.174913 83.542457) (xy 48.953759 83.601715) + (xy 48.953753 83.601717) (xy 48.74625 83.698477) (xy 48.558703 83.829799) (xy 48.558697 83.829804) + (xy 48.396804 83.991697) (xy 48.396799 83.991703) (xy 48.265477 84.17925) (xy 48.168717 84.386753) + (xy 48.168716 84.386757) (xy 48.109457 84.607913) (xy 48.089502 84.836) (xy 47.414498 84.836) (xy 47.394543 84.607913) + (xy 47.335284 84.386757) (xy 47.238523 84.179251) (xy 47.107198 83.9917) (xy 46.9453 83.829802) + (xy 46.931301 83.82) (xy 46.757749 83.698477) (xy 46.550246 83.601717) (xy 46.55024 83.601715) (xy 46.456771 83.57667) + (xy 46.329087 83.542457) (xy 46.101 83.522502) (xy 45.872913 83.542457) (xy 45.651759 83.601715) + (xy 45.651753 83.601717) (xy 45.44425 83.698477) (xy 45.256703 83.829799) (xy 45.256697 83.829804) + (xy 45.094804 83.991697) (xy 45.094799 83.991703) (xy 44.963477 84.17925) (xy 44.866717 84.386753) + (xy 44.866716 84.386757) (xy 44.807457 84.607913) (xy 44.787502 84.836) (xy 37.254498 84.836) (xy 37.234543 84.607913) + (xy 37.175284 84.386757) (xy 37.078523 84.179251) (xy 36.947198 83.9917) (xy 36.7853 83.829802) + (xy 36.771301 83.82) (xy 36.597749 83.698477) (xy 36.390246 83.601717) (xy 36.39024 83.601715) (xy 36.296771 83.57667) + (xy 36.169087 83.542457) (xy 35.941 83.522502) (xy 35.712913 83.542457) (xy 35.491759 83.601715) + (xy 35.491753 83.601717) (xy 35.28425 83.698477) (xy 35.096703 83.829799) (xy 35.096697 83.829804) + (xy 34.934804 83.991697) (xy 34.934799 83.991703) (xy 34.803477 84.17925) (xy 34.706717 84.386753) + (xy 34.706716 84.386757) (xy 34.647457 84.607913) (xy 34.627502 84.836) (xy 34.647457 85.064087) + (xy 34.656682 85.098516) (xy 34.675539 85.16889) (xy 34.673849 85.239867) (xy 34.634055 85.298662) + (xy 34.56879 85.32661) (xy 34.553832 85.327501) (xy 33.028226 85.327501) (xy 32.960105 85.307499) + (xy 32.939131 85.290596) (xy 30.707905 83.05937) (xy 30.673879 82.997058) (xy 30.671 82.970275) + (xy 30.671 81.407) (xy 31.198502 81.407) (xy 31.218457 81.635087) (xy 31.25267 81.762771) (xy 31.277715 81.85624) + (xy 31.277717 81.856246) (xy 31.374477 82.063749) (xy 31.411951 82.117268) (xy 31.505802 82.2513) + (xy 31.6677 82.413198) (xy 31.855251 82.544523) (xy 32.062757 82.641284) (xy 32.283913 82.700543) + (xy 32.512 82.720498) (xy 32.740087 82.700543) (xy 32.961243 82.641284) (xy 33.168749 82.544523) + (xy 33.3563 82.413198) (xy 33.518198 82.2513) (xy 33.649523 82.063749) (xy 33.746284 81.856243) + (xy 33.805543 81.635087) (xy 33.825498 81.407) (xy 33.805543 81.178913) (xy 33.746284 80.957757) + (xy 33.649523 80.750251) (xy 33.518198 80.5627) (xy 33.3563 80.400802) (xy 33.328298 80.381195) + (xy 33.168749 80.269477) (xy 32.961246 80.172717) (xy 32.96124 80.172715) (xy 32.867771 80.14767) + (xy 32.740087 80.113457) (xy 32.512 80.093502) (xy 32.283913 80.113457) (xy 32.062759 80.172715) + (xy 32.062753 80.172717) (xy 31.85525 80.269477) (xy 31.667703 80.400799) (xy 31.667697 80.400804) + (xy 31.505804 80.562697) (xy 31.505799 80.562703) (xy 31.374477 80.75025) (xy 31.277717 80.957753) + (xy 31.277716 80.957757) (xy 31.218457 81.178913) (xy 31.198502 81.407) (xy 30.671 81.407) (xy 30.671 77.556725) + (xy 30.691002 77.488604) (xy 30.744658 77.442111) (xy 30.814932 77.432007) (xy 30.879512 77.461501) + (xy 30.886095 77.46763) (xy 33.296407 79.877943) (xy 33.296413 79.877948) (xy 33.410899 79.954446) + (xy 33.538109 80.007138) (xy 33.673154 80.034) (xy 33.673155 80.034) (xy 36.36487 80.034) (xy 36.432991 80.054002) + (xy 36.479484 80.107658) (xy 36.489588 80.177932) (xy 36.460094 80.242512) (xy 36.431575 80.26606) + (xy 36.431758 80.266321) (xy 36.428477 80.268618) (xy 36.427872 80.269118) (xy 36.427253 80.269475) + (xy 36.239703 80.400799) (xy 36.239697 80.400804) (xy 36.077804 80.562697) (xy 36.077799 80.562703) + (xy 35.946477 80.75025) (xy 35.849717 80.957753) (xy 35.849716 80.957757) (xy 35.790457 81.178913) + (xy 35.770502 81.407) (xy 35.790457 81.635087) (xy 35.82467 81.762771) (xy 35.849715 81.85624) (xy 35.849717 81.856246) + (xy 35.946477 82.063749) (xy 35.983951 82.117268) (xy 36.077802 82.2513) (xy 36.2397 82.413198) + (xy 36.427251 82.544523) (xy 36.634757 82.641284) (xy 36.855913 82.700543) (xy 37.084 82.720498) + (xy 37.312087 82.700543) (xy 37.533243 82.641284) (xy 37.740749 82.544523) (xy 37.9283 82.413198) + (xy 38.090198 82.2513) (xy 38.221523 82.063749) (xy 38.318284 81.856243) (xy 38.377543 81.635087) + (xy 38.397498 81.407) (xy 38.377543 81.178913) (xy 38.318284 80.957757) (xy 38.221523 80.750251) + (xy 38.090198 80.5627) (xy 37.9283 80.400802) (xy 37.900298 80.381195) (xy 37.740746 80.269475) + (xy 37.740128 80.269118) (xy 37.73991 80.268889) (xy 37.736242 80.266321) (xy 37.736758 80.265583) + (xy 37.691136 80.217735) (xy 37.677701 80.148021) (xy 37.704089 80.08211) (xy 37.761921 80.040929) + (xy 37.80313 80.034) (xy 40.93687 80.034) (xy 41.004991 80.054002) (xy 41.051484 80.107658) (xy 41.061588 80.177932) + (xy 41.032094 80.242512) (xy 41.003575 80.26606) (xy 41.003758 80.266321) (xy 41.000477 80.268618) + (xy 40.999872 80.269118) (xy 40.999253 80.269475) (xy 40.811703 80.400799) (xy 40.811697 80.400804) + (xy 40.649804 80.562697) (xy 40.649799 80.562703) (xy 40.518477 80.75025) (xy 40.421717 80.957753) + (xy 40.421716 80.957757) (xy 40.362457 81.178913) (xy 40.342502 81.407) (xy 40.362457 81.635087) + (xy 40.39667 81.762771) (xy 40.421715 81.85624) (xy 40.421717 81.856246) (xy 40.518477 82.063749) + (xy 40.555951 82.117268) (xy 40.649802 82.2513) (xy 40.8117 82.413198) (xy 40.999251 82.544523) + (xy 41.206757 82.641284) (xy 41.427913 82.700543) (xy 41.656 82.720498) (xy 41.884087 82.700543) + (xy 42.105243 82.641284) (xy 42.312749 82.544523) (xy 42.5003 82.413198) (xy 42.662198 82.2513) + (xy 42.793523 82.063749) (xy 42.890284 81.856243) (xy 42.949543 81.635087) (xy 42.969498 81.407) + (xy 42.949543 81.178913) (xy 42.890284 80.957757) (xy 42.793523 80.750251) (xy 42.662198 80.5627) + (xy 42.5003 80.400802) (xy 42.472298 80.381195) (xy 42.312746 80.269475) (xy 42.312128 80.269118) + (xy 42.31191 80.268889) (xy 42.308242 80.266321) (xy 42.308758 80.265583) (xy 42.263136 80.217735) + (xy 42.249701 80.148021) (xy 42.276089 80.08211) (xy 42.333921 80.040929) (xy 42.37513 80.034) (xy 45.81647 80.034) + (xy 45.884591 80.054002) (xy 45.919683 80.087729) (xy 45.982844 80.177932) (xy 45.983802 80.1793) + (xy 46.1457 80.341198) (xy 46.333251 80.472523) (xy 46.540757 80.569284) (xy 46.761913 80.628543) + (xy 46.99 80.648498) (xy 47.218087 80.628543) (xy 47.439243 80.569284) (xy 47.646749 80.472523) + (xy 47.8343 80.341198) (xy 47.996198 80.1793) (xy 48.046362 80.107658) (xy 48.060317 80.087729) + (xy 48.115774 80.043401) (xy 48.16353 80.034) (xy 49.852462 80.034) (xy 49.920583 80.054002) (xy 49.955675 80.087729) + (xy 50.047573 80.218974) (xy 50.047802 80.2193) (xy 50.2097 80.381198) (xy 50.397251 80.512523) + (xy 50.604757 80.609284) (xy 50.825913 80.668543) (xy 51.054 80.688498) (xy 51.282087 80.668543) + (xy 51.503243 80.609284) (xy 51.710749 80.512523) (xy 51.8983 80.381198) (xy 52.060198 80.2193) + (xy 52.191523 80.031749) (xy 52.288284 79.824243) (xy 52.347543 79.603087) (xy 52.367498 79.375) + (xy 52.347543 79.146913) (xy 52.288284 78.925757) (xy 52.191523 78.718251) (xy 52.060198 78.5307) + (xy 51.8983 78.368802) (xy 51.710749 78.237477) (xy 51.670951 78.218919) (xy 51.617666 78.172002) + (xy 51.598205 78.103725) (xy 51.618747 78.035765) (xy 51.670951 77.990529) (xy 51.710498 77.972087) + (xy 51.897974 77.840815) (xy 51.89798 77.84081) (xy 52.05981 77.67898) (xy 52.059815 77.678974) + (xy 52.191087 77.491498) (xy 52.287811 77.284073) (xy 52.287813 77.284068) (xy 52.340082 77.089) + (xy 51.365686 77.089) (xy 51.37408 77.080606) (xy 51.426741 76.989394) (xy 51.454 76.887661) (xy 51.454 76.835) + (xy 57.360502 76.835) (xy 57.380457 77.063087) (xy 57.405107 77.15508) (xy 57.439715 77.28424) (xy 57.439717 77.284246) + (xy 57.516236 77.448342) (xy 57.536477 77.491749) (xy 57.667802 77.6793) (xy 57.8297 77.841198) + (xy 58.017251 77.972523) (xy 58.057045 77.991079) (xy 58.057047 77.99108) (xy 58.110332 78.037996) + (xy 58.129794 78.106273) (xy 58.109253 78.174233) (xy 58.057051 78.219468) (xy 58.017504 78.23791) + (xy 57.830025 78.369184) (xy 57.830019 78.369189) (xy 57.668189 78.531019) (xy 57.668184 78.531025) + (xy 57.536912 78.718501) (xy 57.440188 78.925926) (xy 57.440186 78.925931) (xy 57.387917 79.121) + (xy 58.362314 79.121) (xy 58.35392 79.129394) (xy 58.301259 79.220606) (xy 58.274 79.322339) (xy 58.274 79.427661) + (xy 58.301259 79.529394) (xy 58.35392 79.620606) (xy 58.362314 79.629) (xy 57.387918 79.629) (xy 57.440186 79.824068) + (xy 57.440188 79.824073) (xy 57.536912 80.031498) (xy 57.668184 80.218974) (xy 57.668189 80.21898) + (xy 57.830019 80.38081) (xy 57.830025 80.380815) (xy 58.017501 80.512087) (xy 58.224926 80.608811) + (xy 58.224931 80.608813) (xy 58.42 80.661081) (xy 58.42 79.686686) (xy 58.428394 79.69508) (xy 58.519606 79.747741) + (xy 58.621339 79.775) (xy 58.726661 79.775) (xy 58.828394 79.747741) (xy 58.919606 79.69508) (xy 58.928 79.686686) + (xy 58.928 80.661081) (xy 59.123068 80.608813) (xy 59.123073 80.608811) (xy 59.330498 80.512087) + (xy 59.517974 80.380815) (xy 59.51798 80.38081) (xy 59.67981 80.21898) (xy 59.679815 80.218974) + (xy 59.811087 80.031498) (xy 59.907811 79.824073) (xy 59.907813 79.824068) (xy 59.960082 79.629) + (xy 58.985686 79.629) (xy 58.99408 79.620606) (xy 59.046741 79.529394) (xy 59.074 79.427661) (xy 59.074 79.322339) + (xy 59.046741 79.220606) (xy 58.99408 79.129394) (xy 58.985686 79.121) (xy 59.960082 79.121) (xy 59.907813 78.925931) + (xy 59.907811 78.925926) (xy 59.811087 78.718501) (xy 59.679815 78.531025) (xy 59.67981 78.531019) + (xy 59.51798 78.369189) (xy 59.517974 78.369184) (xy 59.330497 78.237911) (xy 59.290949 78.219469) + (xy 59.237665 78.172551) (xy 59.218205 78.104273) (xy 59.238748 78.036314) (xy 59.29095 77.991081) + (xy 59.330749 77.972523) (xy 59.5183 77.841198) (xy 59.680198 77.6793) (xy 59.811523 77.491749) + (xy 59.908284 77.284243) (xy 59.967543 77.063087) (xy 59.987498 76.835) (xy 59.967543 76.606913) + (xy 59.908284 76.385757) (xy 59.811523 76.178251) (xy 59.680198 75.9907) (xy 59.5183 75.828802) + (xy 59.330749 75.697477) (xy 59.29213 75.679469) (xy 59.291543 75.679195) (xy 59.238258 75.632279) + (xy 59.218796 75.564002) (xy 59.239337 75.496042) (xy 59.291543 75.450805) (xy 59.293997 75.44966) + (xy 59.330749 75.432523) (xy 59.5183 75.301198) (xy 59.680198 75.1393) (xy 59.811523 74.951749) + (xy 59.908284 74.744243) (xy 59.967543 74.523087) (xy 59.987498 74.295) (xy 59.967543 74.066913) + (xy 59.908284 73.845757) (xy 59.811523 73.638251) (xy 59.680198 73.4507) (xy 59.5183 73.288802) + (xy 59.518291 73.288796) (xy 59.412086 73.21443) (xy 59.330749 73.157477) (xy 59.291543 73.139195) + (xy 59.238258 73.092279) (xy 59.218796 73.024002) (xy 59.239337 72.956042) (xy 59.291543 72.910805) + (xy 59.293997 72.90966) (xy 59.330749 72.892523) (xy 59.5183 72.761198) (xy 59.680198 72.5993) (xy 59.811523 72.411749) + (xy 59.908284 72.204243) (xy 59.967543 71.983087) (xy 59.987498 71.755) (xy 60.916502 71.755) (xy 60.936457 71.983086) + (xy 60.995715 72.20424) (xy 60.995717 72.204246) (xy 61.044103 72.308011) (xy 61.092477 72.411749) + (xy 61.223802 72.5993) (xy 61.3857 72.761198) (xy 61.385703 72.7612) (xy 61.573253 72.892525) (xy 61.578015 72.895274) + (xy 61.576971 72.897082) (xy 61.623439 72.93799) (xy 61.642905 73.006265) (xy 61.622369 73.074227) + (xy 61.577223 73.113354) (xy 61.578267 73.115161) (xy 61.573501 73.117912) (xy 61.502109 73.1679) + (xy 62.189209 73.855) (xy 62.177339 73.855) (xy 62.075606 73.882259) (xy 61.984394 73.93492) (xy 61.90992 74.009394) + (xy 61.857259 74.100606) (xy 61.83 74.202339) (xy 61.83 74.214209) (xy 61.1429 73.527109) (xy 61.092913 73.5985) + (xy 60.996188 73.805926) (xy 60.996186 73.805931) (xy 60.936951 74.026997) (xy 60.917004 74.255) + (xy 60.936951 74.483002) (xy 60.996186 74.704068) (xy 60.996188 74.704073) (xy 61.092913 74.911501) + (xy 61.142899 74.982888) (xy 61.83 74.295788) (xy 61.83 74.307661) (xy 61.857259 74.409394) (xy 61.90992 74.500606) + (xy 61.984394 74.57508) (xy 62.075606 74.627741) (xy 62.177339 74.655) (xy 62.18921 74.655) (xy 61.50211 75.342098) + (xy 61.50211 75.3421) (xy 61.573498 75.392086) (xy 61.780926 75.488811) (xy 61.780931 75.488813) + (xy 62.001999 75.548048) (xy 62.001995 75.548048) (xy 62.23 75.567995) (xy 62.458002 75.548048) + (xy 62.679068 75.488813) (xy 62.679073 75.488811) (xy 62.886497 75.392088) (xy 62.957888 75.342099) + (xy 62.957888 75.342097) (xy 62.270791 74.655) (xy 62.282661 74.655) (xy 62.384394 74.627741) (xy 62.475606 74.57508) + (xy 62.55008 74.500606) (xy 62.602741 74.409394) (xy 62.63 74.307661) (xy 62.63 74.295791) (xy 63.317097 74.982888) + (xy 63.317099 74.982888) (xy 63.367088 74.911497) (xy 63.463811 74.704073) (xy 63.463813 74.704068) + (xy 63.523048 74.483002) (xy 63.542995 74.255) (xy 63.523048 74.026997) (xy 63.463813 73.805931) + (xy 63.463811 73.805926) (xy 63.367086 73.598498) (xy 63.3171 73.52711) (xy 63.317098 73.52711) + (xy 62.63 74.214208) (xy 62.63 74.202339) (xy 62.602741 74.100606) (xy 62.55008 74.009394) (xy 62.475606 73.93492) + (xy 62.384394 73.882259) (xy 62.282661 73.855) (xy 62.27079 73.855) (xy 62.957888 73.167899) (xy 62.957888 73.167898) + (xy 62.886501 73.117913) (xy 62.881734 73.115161) (xy 62.882817 73.113284) (xy 62.836561 73.072561) + (xy 62.817095 73.004285) (xy 62.837632 72.936324) (xy 62.882992 72.897019) (xy 62.881985 72.895274) + (xy 62.886746 72.892525) (xy 63.017161 72.801207) (xy 63.0743 72.761198) (xy 63.236198 72.5993) + (xy 63.367523 72.411749) (xy 63.464284 72.204243) (xy 63.523543 71.983087) (xy 63.543498 71.755) + (xy 63.523543 71.526913) (xy 63.464284 71.305757) (xy 63.367523 71.098251) (xy 63.236198 70.9107) + (xy 63.0743 70.748802) (xy 62.886749 70.617477) (xy 62.679246 70.520717) (xy 62.67924 70.520715) + (xy 62.585771 70.49567) (xy 62.458087 70.461457) (xy 62.23 70.441502) (xy 62.001913 70.461457) (xy 61.780759 70.520715) + (xy 61.780753 70.520717) (xy 61.57325 70.617477) (xy 61.385703 70.748799) (xy 61.385697 70.748804) + (xy 61.223804 70.910697) (xy 61.223799 70.910703) (xy 61.092477 71.09825) (xy 60.995717 71.305753) + (xy 60.995715 71.305759) (xy 60.936457 71.526913) (xy 60.916502 71.755) (xy 59.987498 71.755) (xy 59.967543 71.526913) + (xy 59.908284 71.305757) (xy 59.811523 71.098251) (xy 59.680198 70.9107) (xy 59.5183 70.748802) + (xy 59.330749 70.617477) (xy 59.123246 70.520717) (xy 59.12324 70.520715) (xy 59.029771 70.49567) + (xy 58.902087 70.461457) (xy 58.674 70.441502) (xy 58.445913 70.461457) (xy 58.224759 70.520715) + (xy 58.224753 70.520717) (xy 58.01725 70.617477) (xy 57.829703 70.748799) (xy 57.829697 70.748804) + (xy 57.667804 70.910697) (xy 57.667799 70.910703) (xy 57.536477 71.09825) (xy 57.439717 71.305753) + (xy 57.439715 71.305759) (xy 57.380457 71.526913) (xy 57.360502 71.755) (xy 57.380457 71.983086) + (xy 57.439715 72.20424) (xy 57.439717 72.204246) (xy 57.488103 72.308011) (xy 57.536477 72.411749) + (xy 57.667802 72.5993) (xy 57.8297 72.761198) (xy 58.017251 72.892523) (xy 58.052359 72.908894) + (xy 58.056457 72.910805) (xy 58.109742 72.957722) (xy 58.129203 73.025999) (xy 58.108661 73.093959) + (xy 58.056457 73.139195) (xy 58.01725 73.157477) (xy 57.829703 73.288799) (xy 57.829697 73.288804) + (xy 57.667804 73.450697) (xy 57.667799 73.450703) (xy 57.536477 73.63825) (xy 57.439717 73.845753) + (xy 57.439715 73.845759) (xy 57.380457 74.066913) (xy 57.360502 74.295) (xy 57.380457 74.523086) + (xy 57.439715 74.74424) (xy 57.439717 74.744246) (xy 57.499878 74.873261) (xy 57.536477 74.951749) + (xy 57.667802 75.1393) (xy 57.8297 75.301198) (xy 58.017251 75.432523) (xy 58.052359 75.448894) + (xy 58.056457 75.450805) (xy 58.109742 75.497722) (xy 58.129203 75.565999) (xy 58.108661 75.633959) + (xy 58.056457 75.679195) (xy 58.01725 75.697477) (xy 57.829703 75.828799) (xy 57.829697 75.828804) + (xy 57.667804 75.990697) (xy 57.667799 75.990703) (xy 57.536477 76.17825) (xy 57.439717 76.385753) + (xy 57.439715 76.385759) (xy 57.3874 76.581) (xy 57.380457 76.606913) (xy 57.360502 76.835) (xy 51.454 76.835) + (xy 51.454 76.782339) (xy 51.426741 76.680606) (xy 51.37408 76.589394) (xy 51.365686 76.581) (xy 52.340082 76.581) + (xy 52.287813 76.385931) (xy 52.287811 76.385926) (xy 52.191087 76.178501) (xy 52.059815 75.991025) + (xy 52.05981 75.991019) (xy 51.89798 75.829189) (xy 51.897974 75.829184) (xy 51.710497 75.697911) + (xy 51.670949 75.679469) (xy 51.617665 75.632551) (xy 51.598205 75.564273) (xy 51.618748 75.496314) + (xy 51.67095 75.451081) (xy 51.710749 75.432523) (xy 51.8983 75.301198) (xy 52.060198 75.1393) (xy 52.191523 74.951749) + (xy 52.288284 74.744243) (xy 52.347543 74.523087) (xy 52.367498 74.295) (xy 52.347543 74.066913) + (xy 52.288284 73.845757) (xy 52.191523 73.638251) (xy 52.060198 73.4507) (xy 51.8983 73.288802) + (xy 51.898295 73.288799) (xy 51.898292 73.288796) (xy 51.894995 73.286487) (xy 51.850669 73.231028) + (xy 51.843363 73.160409) (xy 51.875396 73.097049) (xy 51.936599 73.061067) (xy 51.953801 73.057999) + (xy 51.963201 73.056989) (xy 52.100204 73.005889) (xy 52.164548 72.957722) (xy 52.217261 72.918261) + (xy 52.304887 72.801207) (xy 52.304887 72.801206) (xy 52.304889 72.801204) (xy 52.355989 72.664201) + (xy 52.3625 72.603638) (xy 52.3625 72.5145) (xy 52.382502 72.446379) (xy 52.436158 72.399886) (xy 52.4885 72.3885) + (xy 53.148393 72.3885) (xy 53.148394 72.3885) (xy 53.270785 72.364155) (xy 53.386075 72.3164) (xy 53.489833 72.247071) + (xy 56.990753 68.746149) (xy 57.053063 68.712126) (xy 57.112457 68.713539) (xy 57.175913 68.730543) + (xy 57.404 68.750498) (xy 57.632087 68.730543) (xy 57.853243 68.671284) (xy 58.060749 68.574523) + (xy 58.2483 68.443198) (xy 58.410198 68.2813) (xy 58.541523 68.093749) (xy 58.638284 67.886243) + (xy 58.697543 67.665087) (xy 58.717498 67.437) (xy 60.916502 67.437) (xy 60.936457 67.665087) (xy 60.943401 67.691001) + (xy 60.995715 67.88624) (xy 60.995717 67.886246) (xy 61.092477 68.093749) (xy 61.125032 68.140243) + (xy 61.223802 68.2813) (xy 61.3857 68.443198) (xy 61.573251 68.574523) (xy 61.780757 68.671284) + (xy 62.001913 68.730543) (xy 62.23 68.750498) (xy 62.458087 68.730543) (xy 62.679243 68.671284) + (xy 62.886749 68.574523) (xy 63.0743 68.443198) (xy 63.236198 68.2813) (xy 63.367523 68.093749) + (xy 63.464284 67.886243) (xy 63.523543 67.665087) (xy 63.543498 67.437) (xy 63.523543 67.208913) + (xy 63.464284 66.987757) (xy 63.367523 66.780251) (xy 63.236198 66.5927) (xy 63.0743 66.430802) + (xy 62.886749 66.299477) (xy 62.679246 66.202717) (xy 62.67924 66.202715) (xy 62.585771 66.17767) + (xy 62.458087 66.143457) (xy 62.23 66.123502) (xy 62.001913 66.143457) (xy 61.780759 66.202715) + (xy 61.780753 66.202717) (xy 61.57325 66.299477) (xy 61.385703 66.430799) (xy 61.385697 66.430804) + (xy 61.223804 66.592697) (xy 61.223799 66.592703) (xy 61.092477 66.78025) (xy 60.995717 66.987753) + (xy 60.995715 66.987759) (xy 60.978301 67.052749) (xy 60.936457 67.208913) (xy 60.916502 67.437) + (xy 58.717498 67.437) (xy 58.697543 67.208913) (xy 58.638284 66.987757) (xy 58.541523 66.780251) + (xy 58.410198 66.5927) (xy 58.2483 66.430802) (xy 58.060749 66.299477) (xy 57.853246 66.202717) + (xy 57.85324 66.202715) (xy 57.759771 66.17767) (xy 57.632087 66.143457) (xy 57.404 66.123502) (xy 57.175913 66.143457) + (xy 57.17591 66.143457) (xy 57.175907 66.143458) (xy 57.112456 66.160459) (xy 57.041479 66.158769) + (xy 56.990751 66.127847) (xy 53.915835 63.052931) (xy 53.915833 63.052929) (xy 53.812075 62.9836) + (xy 53.696785 62.935845) (xy 53.623086 62.921185) (xy 53.574396 62.9115) (xy 53.574394 62.9115) + (xy 52.6845 62.9115) (xy 52.616379 62.891498) (xy 52.569886 62.837842) (xy 52.5585 62.7855) (xy 52.5585 62.746367) + (xy 52.558499 62.74635) (xy 52.55199 62.685803) (xy 52.551988 62.685795) (xy 52.500889 62.548797) + (xy 52.500887 62.548792) (xy 52.413261 62.431738) (xy 52.296207 62.344112) (xy 52.296202 62.34411) + (xy 52.159204 62.293011) (xy 52.159196 62.293009) (xy 52.098649 62.2865) (xy 52.098638 62.2865) + (xy 50.501362 62.2865) (xy 50.50135 62.2865) (xy 50.440803 62.293009) (xy 50.440795 62.293011) (xy 50.303797 62.34411) + (xy 50.303792 62.344112) (xy 50.186738 62.431738) (xy 50.099112 62.548792) (xy 50.09911 62.548797) + (xy 50.048011 62.685795) (xy 50.048009 62.685803) (xy 50.0415 62.74635) (xy 50.0415 64.343649) (xy 50.048009 64.404196) + (xy 50.048011 64.404204) (xy 50.09911 64.541202) (xy 50.099112 64.541207) (xy 50.186738 64.658261) + (xy 50.303792 64.745887) (xy 50.303794 64.745888) (xy 50.303796 64.745889) (xy 50.362875 64.767924) + (xy 50.440795 64.796988) (xy 50.440803 64.79699) (xy 50.50135 64.803499) (xy 50.501355 64.803499) + (xy 50.501362 64.8035) (xy 50.501368 64.8035) (xy 50.536423 64.8035) (xy 50.604544 64.823502) (xy 50.651037 64.877158) + (xy 50.661141 64.947432) (xy 50.631647 65.012012) (xy 50.608694 65.032713) (xy 50.487965 65.117248) + (xy 50.487959 65.117253) (xy 50.332253 65.272959) (xy 50.332248 65.272965) (xy 50.205944 65.453346) + (xy 50.112881 65.65292) (xy 50.11288 65.652924) (xy 50.055885 65.865629) (xy 50.036693 66.085) (xy 50.046991 66.202715) + (xy 50.055885 66.30437) (xy 50.112879 66.517073) (xy 50.112881 66.517079) (xy 50.148145 66.592703) + (xy 50.205944 66.716654) (xy 50.297002 66.846697) (xy 50.332251 66.897038) (xy 50.332254 66.897042) + (xy 50.487957 67.052745) (xy 50.487961 67.052748) (xy 50.487962 67.052749) (xy 50.668346 67.179056) + (xy 50.732375 67.208913) (xy 50.800768 67.240805) (xy 50.854053 67.287722) (xy 50.873514 67.355999) + (xy 50.852972 67.423959) (xy 50.800768 67.469195) (xy 50.668346 67.530944) (xy 50.487965 67.657248) + (xy 50.487959 67.657253) (xy 50.332253 67.812959) (xy 50.332248 67.812965) (xy 50.205944 67.993346) + (xy 50.112881 68.19292) (xy 50.112879 68.192926) (xy 50.071394 68.347749) (xy 50.055885 68.405629) + (xy 50.036693 68.625) (xy 50.055885 68.844371) (xy 50.068881 68.892872) (xy 50.112879 69.057073) + (xy 50.112881 69.057079) (xy 50.205942 69.25665) (xy 50.205944 69.256654) (xy 50.332251 69.437038) + (xy 50.332254 69.437042) (xy 50.487957 69.592745) (xy 50.487961 69.592748) (xy 50.487962 69.592749) + (xy 50.668346 69.719056) (xy 50.867924 69.81212) (xy 51.080629 69.869115) (xy 51.3 69.888307) (xy 51.519371 69.869115) + (xy 51.732076 69.81212) (xy 51.931654 69.719056) (xy 52.112038 69.592749) (xy 52.267749 69.437038) + (xy 52.394056 69.256654) (xy 52.48712 69.057076) (xy 52.544115 68.844371) (xy 52.563307 68.625) + (xy 52.544115 68.405629) (xy 52.48712 68.192924) (xy 52.394056 67.993347) (xy 52.267749 67.812962) + (xy 52.112038 67.657251) (xy 51.931654 67.530944) (xy 51.931648 67.530941) (xy 51.931648 67.53094) + (xy 51.799232 67.469195) (xy 51.745946 67.422278) (xy 51.726485 67.354001) (xy 51.747026 67.286041) + (xy 51.799232 67.240805) (xy 51.931648 67.179059) (xy 51.931648 67.179058) (xy 51.931654 67.179056) + (xy 52.112038 67.052749) (xy 52.267749 66.897038) (xy 52.394056 66.716654) (xy 52.48712 66.517076) + (xy 52.544115 66.304371) (xy 52.563307 66.085) (xy 52.544115 65.865629) (xy 52.48712 65.652924) + (xy 52.394056 65.453347) (xy 52.267749 65.272962) (xy 52.112038 65.117251) (xy 52.112037 65.11725) + (xy 52.112036 65.117249) (xy 52.112033 65.117247) (xy 51.991306 65.032713) (xy 51.946977 64.977256) + (xy 51.939668 64.906637) (xy 51.971698 64.843276) (xy 52.0329 64.807291) (xy 52.063576 64.8035) + (xy 52.098632 64.8035) (xy 52.098638 64.8035) (xy 52.098645 64.803499) (xy 52.098649 64.803499) + (xy 52.159196 64.79699) (xy 52.159199 64.796989) (xy 52.159201 64.796989) (xy 52.296204 64.745889) + (xy 52.413261 64.658261) (xy 52.500889 64.541204) (xy 52.551989 64.404201) (xy 52.554678 64.379195) + (xy 52.558499 64.343649) (xy 52.5585 64.343632) (xy 52.5585 64.3045) (xy 52.578502 64.236379) (xy 52.632158 64.189886) + (xy 52.6845 64.1785) (xy 53.197406 64.1785) (xy 53.265527 64.198502) (xy 53.286501 64.215405) (xy 56.094847 67.023751) + (xy 56.128873 67.086063) (xy 56.127459 67.145456) (xy 56.110458 67.208907) (xy 56.110457 67.20891) + (xy 56.110457 67.208913) (xy 56.09179 67.422278) (xy 56.090502 67.437) (xy 56.110457 67.66509) (xy 56.127459 67.728541) + (xy 56.125769 67.799518) (xy 56.094847 67.850247) (xy 52.860501 71.084595) (xy 52.798189 71.11862) + (xy 52.771406 71.1215) (xy 52.4885 71.1215) (xy 52.420379 71.101498) (xy 52.373886 71.047842) (xy 52.3625 70.9955) + (xy 52.3625 70.906367) (xy 52.362499 70.90635) (xy 52.35599 70.845803) (xy 52.355988 70.845795) + (xy 52.319811 70.748804) (xy 52.304889 70.708796) (xy 52.304888 70.708794) (xy 52.304887 70.708792) + (xy 52.217261 70.591738) (xy 52.100207 70.504112) (xy 52.100202 70.50411) (xy 51.963204 70.453011) + (xy 51.963196 70.453009) (xy 51.902649 70.4465) (xy 51.902638 70.4465) (xy 50.205362 70.4465) (xy 50.20535 70.4465) + (xy 50.144803 70.453009) (xy 50.144795 70.453011) (xy 50.007797 70.50411) (xy 50.007792 70.504112) + (xy 49.890738 70.591738) (xy 49.803112 70.708792) (xy 49.80311 70.708797) (xy 49.752011 70.845795) + (xy 49.752009 70.845803) (xy 49.7455 70.90635) (xy 49.7455 72.603649) (xy 49.752009 72.664196) (xy 49.752011 72.664204) + (xy 49.80311 72.801202) (xy 49.803112 72.801207) (xy 49.890738 72.918261) (xy 50.007792 73.005887) + (xy 50.007794 73.005888) (xy 50.007796 73.005889) (xy 50.144799 73.056989) (xy 50.154191 73.057998) + (xy 50.219784 73.085163) (xy 50.260279 73.143479) (xy 50.262817 73.21443) (xy 50.226593 73.27549) + (xy 50.21301 73.286483) (xy 50.209708 73.288795) (xy 50.209697 73.288804) (xy 50.047804 73.450697) + (xy 50.047799 73.450703) (xy 49.916477 73.63825) (xy 49.819717 73.845753) (xy 49.819715 73.845759) + (xy 49.760457 74.066913) (xy 49.740502 74.295) (xy 49.760457 74.523086) (xy 49.819715 74.74424) + (xy 49.819717 74.744246) (xy 49.879878 74.873261) (xy 49.916477 74.951749) (xy 50.047802 75.1393) + (xy 50.2097 75.301198) (xy 50.397251 75.432523) (xy 50.436457 75.450805) (xy 50.437047 75.45108) + (xy 50.490332 75.497996) (xy 50.509794 75.566273) (xy 50.489253 75.634233) (xy 50.437051 75.679468) + (xy 50.397504 75.69791) (xy 50.210025 75.829184) (xy 50.210019 75.829189) (xy 50.048189 75.991019) + (xy 50.048184 75.991025) (xy 49.916912 76.178501) (xy 49.820188 76.385926) (xy 49.820186 76.385931) + (xy 49.767917 76.581) (xy 50.742314 76.581) (xy 50.73392 76.589394) (xy 50.681259 76.680606) (xy 50.654 76.782339) + (xy 50.654 76.887661) (xy 50.681259 76.989394) (xy 50.73392 77.080606) (xy 50.742314 77.089) (xy 49.767918 77.089) + (xy 49.820186 77.284068) (xy 49.820188 77.284073) (xy 49.916912 77.491498) (xy 50.048184 77.678974) + (xy 50.048189 77.67898) (xy 50.210019 77.84081) (xy 50.210025 77.840815) (xy 50.397503 77.972089) + (xy 50.437049 77.99053) (xy 50.490334 78.037447) (xy 50.509794 78.105724) (xy 50.489252 78.173684) + (xy 50.437049 78.218918) (xy 50.397252 78.237475) (xy 50.209703 78.368799) (xy 50.209697 78.368804) + (xy 50.047804 78.530697) (xy 50.047799 78.530703) (xy 50.011691 78.582271) (xy 49.956233 78.626599) + (xy 49.908478 78.636) (xy 48.16353 78.636) (xy 48.095409 78.615998) (xy 48.060317 78.582271) (xy 47.9962 78.490703) + (xy 47.996195 78.490697) (xy 47.834302 78.328804) (xy 47.834296 78.328799) (xy 47.646746 78.197474) + (xy 47.641985 78.194726) (xy 47.643023 78.192927) (xy 47.596532 78.151963) (xy 47.577095 78.083679) + (xy 47.597661 78.015726) (xy 47.642782 77.976664) (xy 47.64173 77.974841) (xy 47.646496 77.972088) + (xy 47.717888 77.922099) (xy 47.717888 77.922097) (xy 47.030791 77.235) (xy 47.042661 77.235) (xy 47.144394 77.207741) + (xy 47.235606 77.15508) (xy 47.31008 77.080606) (xy 47.362741 76.989394) (xy 47.39 76.887661) (xy 47.39 76.875791) + (xy 48.077097 77.562888) (xy 48.077099 77.562888) (xy 48.127088 77.491497) (xy 48.223811 77.284073) + (xy 48.223813 77.284068) (xy 48.283048 77.063002) (xy 48.302995 76.835) (xy 48.283048 76.606997) + (xy 48.223813 76.385931) (xy 48.223811 76.385926) (xy 48.127086 76.178498) (xy 48.0771 76.10711) + (xy 48.077098 76.10711) (xy 47.39 76.794208) (xy 47.39 76.782339) (xy 47.362741 76.680606) (xy 47.31008 76.589394) + (xy 47.235606 76.51492) (xy 47.144394 76.462259) (xy 47.042661 76.435) (xy 47.03079 76.435) (xy 47.717888 75.747899) + (xy 47.717888 75.747898) (xy 47.646501 75.697913) (xy 47.439073 75.601188) (xy 47.439068 75.601186) + (xy 47.218 75.541951) (xy 47.218004 75.541951) (xy 46.99 75.522004) (xy 46.761997 75.541951) (xy 46.540931 75.601186) + (xy 46.540926 75.601188) (xy 46.3335 75.697913) (xy 46.262109 75.7479) (xy 46.949209 76.435) (xy 46.937339 76.435) + (xy 46.835606 76.462259) (xy 46.744394 76.51492) (xy 46.66992 76.589394) (xy 46.617259 76.680606) + (xy 46.59 76.782339) (xy 46.59 76.794209) (xy 45.9029 76.107109) (xy 45.852913 76.1785) (xy 45.756188 76.385926) + (xy 45.756186 76.385931) (xy 45.696951 76.606997) (xy 45.677004 76.835) (xy 45.696951 77.063002) + (xy 45.756186 77.284068) (xy 45.756188 77.284073) (xy 45.852913 77.491501) (xy 45.902899 77.562888) + (xy 46.59 76.875788) (xy 46.59 76.887661) (xy 46.617259 76.989394) (xy 46.66992 77.080606) (xy 46.744394 77.15508) + (xy 46.835606 77.207741) (xy 46.937339 77.235) (xy 46.94921 77.235) (xy 46.26211 77.922098) (xy 46.26211 77.9221) + (xy 46.333498 77.972086) (xy 46.338266 77.974839) (xy 46.337178 77.976721) (xy 46.38342 78.017409) + (xy 46.402904 78.08568) (xy 46.382386 78.153647) (xy 46.337015 78.192995) (xy 46.338015 78.194726) + (xy 46.333253 78.197474) (xy 46.145703 78.328799) (xy 46.145697 78.328804) (xy 45.983804 78.490697) + (xy 45.983799 78.490703) (xy 45.919683 78.582271) (xy 45.864226 78.626599) (xy 45.81647 78.636) + (xy 34.083725 78.636) (xy 34.015604 78.615998) (xy 33.99463 78.599095) (xy 30.707905 75.31237) (xy 30.673879 75.250058) + (xy 30.671 75.223275) (xy 30.671 71.247) (xy 31.198502 71.247) (xy 31.218457 71.475086) (xy 31.277715 71.69624) + (xy 31.277717 71.696246) (xy 31.374477 71.903749) (xy 31.430029 71.983086) (xy 31.505802 72.0913) + (xy 31.6677 72.253198) (xy 31.855251 72.384523) (xy 32.062757 72.481284) (xy 32.283913 72.540543) + (xy 32.512 72.560498) (xy 32.740087 72.540543) (xy 32.961243 72.481284) (xy 33.168749 72.384523) + (xy 33.3563 72.253198) (xy 33.518198 72.0913) (xy 33.649523 71.903749) (xy 33.746284 71.696243) + (xy 33.805543 71.475087) (xy 33.825498 71.247) (xy 35.770502 71.247) (xy 35.790457 71.475086) (xy 35.849715 71.69624) + (xy 35.849717 71.696246) (xy 35.946477 71.903749) (xy 36.002029 71.983086) (xy 36.077802 72.0913) + (xy 36.2397 72.253198) (xy 36.427251 72.384523) (xy 36.634757 72.481284) (xy 36.855913 72.540543) + (xy 37.084 72.560498) (xy 37.312087 72.540543) (xy 37.533243 72.481284) (xy 37.740749 72.384523) + (xy 37.9283 72.253198) (xy 38.090198 72.0913) (xy 38.221523 71.903749) (xy 38.318284 71.696243) + (xy 38.377543 71.475087) (xy 38.397498 71.247) (xy 40.342502 71.247) (xy 40.362457 71.475086) (xy 40.421715 71.69624) + (xy 40.421717 71.696246) (xy 40.518477 71.903749) (xy 40.574029 71.983086) (xy 40.649802 72.0913) + (xy 40.8117 72.253198) (xy 40.999251 72.384523) (xy 41.206757 72.481284) (xy 41.427913 72.540543) + (xy 41.656 72.560498) (xy 41.884087 72.540543) (xy 42.105243 72.481284) (xy 42.312749 72.384523) + (xy 42.5003 72.253198) (xy 42.662198 72.0913) (xy 42.793523 71.903749) (xy 42.890284 71.696243) + (xy 42.949543 71.475087) (xy 42.969498 71.247) (xy 42.949543 71.018913) (xy 42.890284 70.797757) + (xy 42.793523 70.590251) (xy 42.662198 70.4027) (xy 42.5003 70.240802) (xy 42.312749 70.109477) + (xy 42.105246 70.012717) (xy 42.10524 70.012715) (xy 42.011771 69.98767) (xy 41.884087 69.953457) + (xy 41.656 69.933502) (xy 41.427913 69.953457) (xy 41.206759 70.012715) (xy 41.206753 70.012717) + (xy 40.99925 70.109477) (xy 40.811703 70.240799) (xy 40.811697 70.240804) (xy 40.649804 70.402697) + (xy 40.649799 70.402703) (xy 40.518477 70.59025) (xy 40.421717 70.797753) (xy 40.421715 70.797759) + (xy 40.362457 71.018913) (xy 40.342502 71.247) (xy 38.397498 71.247) (xy 38.377543 71.018913) (xy 38.318284 70.797757) + (xy 38.221523 70.590251) (xy 38.090198 70.4027) (xy 37.9283 70.240802) (xy 37.740749 70.109477) + (xy 37.533246 70.012717) (xy 37.53324 70.012715) (xy 37.439771 69.98767) (xy 37.312087 69.953457) + (xy 37.084 69.933502) (xy 36.855913 69.953457) (xy 36.634759 70.012715) (xy 36.634753 70.012717) + (xy 36.42725 70.109477) (xy 36.239703 70.240799) (xy 36.239697 70.240804) (xy 36.077804 70.402697) + (xy 36.077799 70.402703) (xy 35.946477 70.59025) (xy 35.849717 70.797753) (xy 35.849715 70.797759) + (xy 35.790457 71.018913) (xy 35.770502 71.247) (xy 33.825498 71.247) (xy 33.805543 71.018913) (xy 33.746284 70.797757) + (xy 33.649523 70.590251) (xy 33.518198 70.4027) (xy 33.3563 70.240802) (xy 33.168749 70.109477) + (xy 32.961246 70.012717) (xy 32.96124 70.012715) (xy 32.867771 69.98767) (xy 32.740087 69.953457) + (xy 32.512 69.933502) (xy 32.283913 69.953457) (xy 32.062759 70.012715) (xy 32.062753 70.012717) + (xy 31.85525 70.109477) (xy 31.667703 70.240799) (xy 31.667697 70.240804) (xy 31.505804 70.402697) + (xy 31.505799 70.402703) (xy 31.374477 70.59025) (xy 31.277717 70.797753) (xy 31.277715 70.797759) + (xy 31.218457 71.018913) (xy 31.198502 71.247) (xy 30.671 71.247) (xy 30.671 68.4682) (xy 30.691002 68.400079) + (xy 30.744658 68.353586) (xy 30.814932 68.343482) (xy 30.879512 68.372976) (xy 30.900213 68.395929) + (xy 30.997802 68.5353) (xy 31.1597 68.697198) (xy 31.347251 68.828523) (xy 31.554757 68.925284) + (xy 31.775913 68.984543) (xy 32.004 69.004498) (xy 32.232087 68.984543) (xy 32.453243 68.925284) + (xy 32.660749 68.828523) (xy 32.8483 68.697198) (xy 33.010198 68.5353) (xy 33.141523 68.347749) + (xy 33.238284 68.140243) (xy 33.297543 67.919087) (xy 33.317498 67.691) (xy 40.851004 67.691) (xy 40.870951 67.919002) + (xy 40.930186 68.140068) (xy 40.930188 68.140073) (xy 41.026913 68.347501) (xy 41.076899 68.418888) + (xy 41.764 67.731788) (xy 41.764 67.743661) (xy 41.791259 67.845394) (xy 41.84392 67.936606) (xy 41.918394 68.01108) + (xy 42.009606 68.063741) (xy 42.111339 68.091) (xy 42.12321 68.091) (xy 41.43611 68.778098) (xy 41.43611 68.7781) + (xy 41.507498 68.828086) (xy 41.714926 68.924811) (xy 41.714931 68.924813) (xy 41.935999 68.984048) + (xy 41.935995 68.984048) (xy 42.164 69.003995) (xy 42.392002 68.984048) (xy 42.613068 68.924813) + (xy 42.613073 68.924811) (xy 42.820497 68.828088) (xy 42.891888 68.778099) (xy 42.891888 68.778097) + (xy 42.204791 68.091) (xy 42.216661 68.091) (xy 42.318394 68.063741) (xy 42.409606 68.01108) (xy 42.48408 67.936606) + (xy 42.536741 67.845394) (xy 42.564 67.743661) (xy 42.564 67.731791) (xy 43.251097 68.418888) (xy 43.251099 68.418888) + (xy 43.301088 68.347497) (xy 43.397811 68.140073) (xy 43.397813 68.140068) (xy 43.457048 67.919002) + (xy 43.476995 67.691) (xy 43.457048 67.462997) (xy 43.397813 67.241931) (xy 43.397811 67.241926) + (xy 43.301086 67.034498) (xy 43.2511 66.96311) (xy 43.251098 66.96311) (xy 42.564 67.650208) (xy 42.564 67.638339) + (xy 42.536741 67.536606) (xy 42.48408 67.445394) (xy 42.409606 67.37092) (xy 42.318394 67.318259) + (xy 42.216661 67.291) (xy 42.20479 67.291) (xy 42.891888 66.603899) (xy 42.891888 66.603898) (xy 42.820501 66.553913) + (xy 42.613073 66.457188) (xy 42.613068 66.457186) (xy 42.392 66.397951) (xy 42.392004 66.397951) + (xy 42.164 66.378004) (xy 41.935997 66.397951) (xy 41.714931 66.457186) (xy 41.714926 66.457188) + (xy 41.5075 66.553913) (xy 41.436109 66.6039) (xy 42.123209 67.291) (xy 42.111339 67.291) (xy 42.009606 67.318259) + (xy 41.918394 67.37092) (xy 41.84392 67.445394) (xy 41.791259 67.536606) (xy 41.764 67.638339) (xy 41.764 67.650209) + (xy 41.0769 66.963109) (xy 41.026913 67.0345) (xy 40.930188 67.241926) (xy 40.930186 67.241931) + (xy 40.870951 67.462997) (xy 40.851004 67.691) (xy 33.317498 67.691) (xy 33.297543 67.462913) (xy 33.238284 67.241757) + (xy 33.141523 67.034251) (xy 33.010198 66.8467) (xy 32.8483 66.684802) (xy 32.732757 66.603898) + (xy 32.660749 66.553477) (xy 32.453246 66.456717) (xy 32.45324 66.456715) (xy 32.33689 66.425539) + (xy 32.232087 66.397457) (xy 32.004 66.377502) (xy 31.775913 66.397457) (xy 31.554759 66.456715) + (xy 31.554753 66.456717) (xy 31.34725 66.553477) (xy 31.159703 66.684799) (xy 31.159697 66.684804) + (xy 30.997804 66.846697) (xy 30.997799 66.846703) (xy 30.900213 66.98607) (xy 30.844755 67.030398) + (xy 30.774136 67.037707) (xy 30.710776 67.005676) (xy 30.674791 66.944475) (xy 30.671 66.913799) + (xy 30.671 64.1502) (xy 30.691002 64.082079) (xy 30.744658 64.035586) (xy 30.814932 64.025482) (xy 30.879512 64.054976) + (xy 30.900213 64.077929) (xy 30.997802 64.2173) (xy 31.1597 64.379198) (xy 31.347251 64.510523) + (xy 31.554757 64.607284) (xy 31.775913 64.666543) (xy 32.004 64.686498) (xy 32.232087 64.666543) + (xy 32.453243 64.607284) (xy 32.660749 64.510523) (xy 32.8483 64.379198) (xy 33.010198 64.2173) + (xy 33.141523 64.029749) (xy 33.238284 63.822243) (xy 33.297543 63.601087) (xy 33.317498 63.373) + (xy 40.850502 63.373) (xy 40.870457 63.601087) (xy 40.929716 63.822243) (xy 41.026477 64.029749) + (xy 41.157802 64.2173) (xy 41.3197 64.379198) (xy 41.507251 64.510523) (xy 41.714757 64.607284) + (xy 41.935913 64.666543) (xy 42.164 64.686498) (xy 42.392087 64.666543) (xy 42.613243 64.607284) + (xy 42.820749 64.510523) (xy 43.0083 64.379198) (xy 43.170198 64.2173) (xy 43.301523 64.029749) + (xy 43.398284 63.822243) (xy 43.457543 63.601087) (xy 43.477498 63.373) (xy 43.457543 63.144913) + (xy 43.398284 62.923757) (xy 43.301523 62.716251) (xy 43.170198 62.5287) (xy 43.0083 62.366802) + (xy 42.975895 62.344112) (xy 42.820749 62.235477) (xy 42.613246 62.138717) (xy 42.61324 62.138715) + (xy 42.519771 62.11367) (xy 42.392087 62.079457) (xy 42.164 62.059502) (xy 41.935913 62.079457) + (xy 41.714759 62.138715) (xy 41.714753 62.138717) (xy 41.50725 62.235477) (xy 41.319703 62.366799) + (xy 41.319697 62.366804) (xy 41.157804 62.528697) (xy 41.157799 62.528703) (xy 41.026477 62.71625) + (xy 40.929717 62.923753) (xy 40.929715 62.923759) (xy 40.870457 63.144913) (xy 40.850502 63.373) + (xy 33.317498 63.373) (xy 33.297543 63.144913) (xy 33.238284 62.923757) (xy 33.141523 62.716251) + (xy 33.010198 62.5287) (xy 32.8483 62.366802) (xy 32.815895 62.344112) (xy 32.660749 62.235477) + (xy 32.453246 62.138717) (xy 32.45324 62.138715) (xy 32.359771 62.11367) (xy 32.232087 62.079457) + (xy 32.004 62.059502) (xy 31.775913 62.079457) (xy 31.554759 62.138715) (xy 31.554753 62.138717) + (xy 31.34725 62.235477) (xy 31.159703 62.366799) (xy 31.159697 62.366804) (xy 30.997804 62.528697) + (xy 30.997799 62.528703) (xy 30.900213 62.66807) (xy 30.844755 62.712398) (xy 30.774136 62.719707) + (xy 30.710776 62.687676) (xy 30.674791 62.626475) (xy 30.671 62.595799) (xy 30.671 58.760725) (xy 30.691002 58.692604) + (xy 30.744658 58.646111) (xy 30.814932 58.636007) (xy 30.879512 58.665501) (xy 30.886095 58.67163) + (xy 32.280407 60.065943) (xy 32.280413 60.065948) (xy 32.394899 60.142446) (xy 32.522109 60.195138) + (xy 32.657154 60.222) (xy 32.657155 60.222) (xy 39.08547 60.222) (xy 39.153591 60.242002) (xy 39.188683 60.275729) + (xy 39.252802 60.3673) (xy 39.4147 60.529198) (xy 39.602251 60.660523) (xy 39.809757 60.757284) + (xy 40.030913 60.816543) (xy 40.259 60.836498) (xy 40.487087 60.816543) (xy 40.708243 60.757284) + (xy 40.915749 60.660523) (xy 41.1033 60.529198) (xy 41.265198 60.3673) (xy 41.329317 60.275729) + (xy 41.384774 60.231401) (xy 41.43253 60.222) (xy 43.883462 60.222) (xy 43.951583 60.242002) (xy 43.986675 60.275729) + (xy 44.050793 60.3673) (xy 44.078802 60.4073) (xy 44.2407 60.569198) (xy 44.428251 60.700523) (xy 44.635757 60.797284) + (xy 44.856913 60.856543) (xy 45.085 60.876498) (xy 45.313087 60.856543) (xy 45.534243 60.797284) + (xy 45.741749 60.700523) (xy 45.9293 60.569198) (xy 46.091198 60.4073) (xy 46.222523 60.219749) + (xy 46.319284 60.012243) (xy 46.378543 59.791087) (xy 46.398498 59.563) (xy 51.391502 59.563) (xy 51.411457 59.791086) + (xy 51.470715 60.01224) (xy 51.470717 60.012246) (xy 51.567477 60.219749) (xy 51.670793 60.3673) + (xy 51.698802 60.4073) (xy 51.8607 60.569198) (xy 52.048251 60.700523) (xy 52.255757 60.797284) + (xy 52.476913 60.856543) (xy 52.705 60.876498) (xy 52.933087 60.856543) (xy 53.154243 60.797284) + (xy 53.361749 60.700523) (xy 53.5493 60.569198) (xy 53.711198 60.4073) (xy 53.842523 60.219749) + (xy 53.939284 60.012243) (xy 53.998543 59.791087) (xy 54.018498 59.563) (xy 53.998543 59.334913) + (xy 53.939284 59.113757) (xy 53.842523 58.906251) (xy 53.711198 58.7187) (xy 53.5493 58.556802) + (xy 53.361749 58.425477) (xy 53.322543 58.407195) (xy 53.269258 58.360279) (xy 53.249796 58.292002) + (xy 53.270337 58.224042) (xy 53.322543 58.178805) (xy 53.324997 58.17766) (xy 53.361749 58.160523) + (xy 53.5493 58.029198) (xy 53.711198 57.8673) (xy 53.842523 57.679749) (xy 53.939284 57.472243) + (xy 53.9916 57.277) (xy 56.090502 57.277) (xy 56.10089 57.395741) (xy 56.110457 57.505086) (xy 56.169715 57.72624) + (xy 56.169717 57.726246) (xy 56.266477 57.933749) (xy 56.389959 58.1101) (xy 56.397802 58.1213) + (xy 56.5597 58.283198) (xy 56.747251 58.414523) (xy 56.954757 58.511284) (xy 57.175913 58.570543) + (xy 57.404 58.590498) (xy 57.632087 58.570543) (xy 57.853243 58.511284) (xy 58.060749 58.414523) + (xy 58.2483 58.283198) (xy 58.410198 58.1213) (xy 58.541523 57.933749) (xy 58.638284 57.726243) + (xy 58.697543 57.505087) (xy 58.717498 57.277) (xy 60.916502 57.277) (xy 60.92689 57.395741) (xy 60.936457 57.505086) + (xy 60.995715 57.72624) (xy 60.995717 57.726246) (xy 61.092477 57.933749) (xy 61.215959 58.1101) + (xy 61.223802 58.1213) (xy 61.3857 58.283198) (xy 61.573251 58.414523) (xy 61.780757 58.511284) + (xy 62.001913 58.570543) (xy 62.23 58.590498) (xy 62.458087 58.570543) (xy 62.679243 58.511284) + (xy 62.886749 58.414523) (xy 63.0743 58.283198) (xy 63.236198 58.1213) (xy 63.367523 57.933749) + (xy 63.464284 57.726243) (xy 63.523543 57.505087) (xy 63.543498 57.277) (xy 63.523543 57.048913) + (xy 63.464284 56.827757) (xy 63.367523 56.620251) (xy 63.236198 56.4327) (xy 63.0743 56.270802) + (xy 62.886749 56.139477) (xy 62.679246 56.042717) (xy 62.67924 56.042715) (xy 62.58252 56.016799) + (xy 62.458087 55.983457) (xy 62.23 55.963502) (xy 62.001913 55.983457) (xy 61.780759 56.042715) + (xy 61.780753 56.042717) (xy 61.57325 56.139477) (xy 61.385703 56.270799) (xy 61.385697 56.270804) + (xy 61.223804 56.432697) (xy 61.223799 56.432703) (xy 61.092477 56.62025) (xy 60.995717 56.827753) + (xy 60.995716 56.827757) (xy 60.936457 57.048913) (xy 60.916502 57.277) (xy 58.717498 57.277) (xy 58.697543 57.048913) + (xy 58.638284 56.827757) (xy 58.541523 56.620251) (xy 58.410198 56.4327) (xy 58.2483 56.270802) + (xy 58.060749 56.139477) (xy 57.853246 56.042717) (xy 57.85324 56.042715) (xy 57.75652 56.016799) + (xy 57.632087 55.983457) (xy 57.404 55.963502) (xy 57.175913 55.983457) (xy 56.954759 56.042715) + (xy 56.954753 56.042717) (xy 56.74725 56.139477) (xy 56.559703 56.270799) (xy 56.559697 56.270804) + (xy 56.397804 56.432697) (xy 56.397799 56.432703) (xy 56.266477 56.62025) (xy 56.169717 56.827753) + (xy 56.169716 56.827757) (xy 56.110457 57.048913) (xy 56.090502 57.277) (xy 53.9916 57.277) (xy 53.998543 57.251087) + (xy 54.018498 57.023) (xy 53.998543 56.794913) (xy 53.939284 56.573757) (xy 53.842523 56.366251) + (xy 53.711198 56.1787) (xy 53.5493 56.016802) (xy 53.361749 55.885477) (xy 53.32313 55.867469) (xy 53.322543 55.867195) + (xy 53.269258 55.820279) (xy 53.249796 55.752002) (xy 53.270337 55.684042) (xy 53.322543 55.638805) + (xy 53.324997 55.63766) (xy 53.361749 55.620523) (xy 53.5493 55.489198) (xy 53.711198 55.3273) (xy 53.842523 55.139749) + (xy 53.939284 54.932243) (xy 53.998543 54.711087) (xy 54.018498 54.483) (xy 53.998543 54.254913) + (xy 53.939284 54.033757) (xy 53.842523 53.826251) (xy 53.711198 53.6387) (xy 53.5493 53.476802) + (xy 53.549291 53.476796) (xy 53.443086 53.40243) (xy 53.361749 53.345477) (xy 53.322543 53.327195) + (xy 53.269258 53.280279) (xy 53.249796 53.212002) (xy 53.270337 53.144042) (xy 53.322543 53.098805) + (xy 53.324997 53.09766) (xy 53.361749 53.080523) (xy 53.5493 52.949198) (xy 53.711198 52.7873) (xy 53.842523 52.599749) + (xy 53.939284 52.392243) (xy 53.998543 52.171087) (xy 54.018498 51.943) (xy 55.455502 51.943) (xy 55.475457 52.171086) + (xy 55.5143 52.316052) (xy 55.534716 52.392243) (xy 55.631477 52.599749) (xy 55.762802 52.7873) + (xy 55.9247 52.949198) (xy 55.924703 52.9492) (xy 56.112253 53.080525) (xy 56.117015 53.083274) + (xy 56.115971 53.085082) (xy 56.162439 53.12599) (xy 56.181905 53.194265) (xy 56.161369 53.262227) + (xy 56.116223 53.301354) (xy 56.117267 53.303161) (xy 56.112501 53.305912) (xy 56.041109 53.3559) + (xy 56.728209 54.043) (xy 56.716339 54.043) (xy 56.614606 54.070259) (xy 56.523394 54.12292) (xy 56.44892 54.197394) + (xy 56.396259 54.288606) (xy 56.369 54.390339) (xy 56.369 54.402209) (xy 55.6819 53.715109) (xy 55.631913 53.7865) + (xy 55.535188 53.993926) (xy 55.535186 53.993931) (xy 55.475951 54.214997) (xy 55.456004 54.443) + (xy 55.475951 54.671002) (xy 55.535186 54.892068) (xy 55.535188 54.892073) (xy 55.631913 55.099501) + (xy 55.681899 55.170888) (xy 56.369 54.483788) (xy 56.369 54.495661) (xy 56.396259 54.597394) (xy 56.44892 54.688606) + (xy 56.523394 54.76308) (xy 56.614606 54.815741) (xy 56.716339 54.843) (xy 56.72821 54.843) (xy 56.04111 55.530098) + (xy 56.04111 55.5301) (xy 56.112498 55.580086) (xy 56.319926 55.676811) (xy 56.319931 55.676813) + (xy 56.540999 55.736048) (xy 56.540995 55.736048) (xy 56.769 55.755995) (xy 56.997002 55.736048) + (xy 57.218068 55.676813) (xy 57.218073 55.676811) (xy 57.425497 55.580088) (xy 57.496888 55.530099) + (xy 57.496888 55.530097) (xy 56.809791 54.843) (xy 56.821661 54.843) (xy 56.923394 54.815741) (xy 57.014606 54.76308) + (xy 57.08908 54.688606) (xy 57.141741 54.597394) (xy 57.169 54.495661) (xy 57.169 54.483791) (xy 57.856097 55.170888) + (xy 57.856099 55.170888) (xy 57.906088 55.099497) (xy 58.002811 54.892073) (xy 58.002813 54.892068) + (xy 58.062048 54.671002) (xy 58.081995 54.443) (xy 58.062048 54.214997) (xy 58.002813 53.993931) + (xy 58.002811 53.993926) (xy 57.906086 53.786498) (xy 57.8561 53.71511) (xy 57.856098 53.71511) + (xy 57.169 54.402208) (xy 57.169 54.390339) (xy 57.141741 54.288606) (xy 57.08908 54.197394) (xy 57.014606 54.12292) + (xy 56.923394 54.070259) (xy 56.821661 54.043) (xy 56.80979 54.043) (xy 57.496888 53.355899) (xy 57.496888 53.355898) + (xy 57.425501 53.305913) (xy 57.420734 53.303161) (xy 57.421817 53.301284) (xy 57.375561 53.260561) + (xy 57.356095 53.192285) (xy 57.376632 53.124324) (xy 57.421992 53.085019) (xy 57.420985 53.083274) + (xy 57.425746 53.080525) (xy 57.556161 52.989207) (xy 57.6133 52.949198) (xy 57.775198 52.7873) + (xy 57.906523 52.599749) (xy 58.003284 52.392243) (xy 58.062543 52.171087) (xy 58.082498 51.943) + (xy 58.062543 51.714913) (xy 58.003284 51.493757) (xy 57.906523 51.286251) (xy 57.775198 51.0987) + (xy 57.6133 50.936802) (xy 57.425749 50.805477) (xy 57.218246 50.708717) (xy 57.21824 50.708715) + (xy 57.124771 50.68367) (xy 56.997087 50.649457) (xy 56.769 50.629502) (xy 56.540913 50.649457) + (xy 56.319759 50.708715) (xy 56.319753 50.708717) (xy 56.11225 50.805477) (xy 55.924703 50.936799) + (xy 55.924697 50.936804) (xy 55.762804 51.098697) (xy 55.762799 51.098703) (xy 55.631477 51.28625) + (xy 55.534717 51.493753) (xy 55.534715 51.493759) (xy 55.475457 51.714913) (xy 55.455502 51.943) + (xy 54.018498 51.943) (xy 53.998543 51.714913) (xy 53.939284 51.493757) (xy 53.842523 51.286251) + (xy 53.711198 51.0987) (xy 53.5493 50.936802) (xy 53.361749 50.805477) (xy 53.154246 50.708717) + (xy 53.15424 50.708715) (xy 53.060771 50.68367) (xy 52.933087 50.649457) (xy 52.705 50.629502) (xy 52.476913 50.649457) + (xy 52.255759 50.708715) (xy 52.255753 50.708717) (xy 52.04825 50.805477) (xy 51.860703 50.936799) + (xy 51.860697 50.936804) (xy 51.698804 51.098697) (xy 51.698799 51.098703) (xy 51.567477 51.28625) + (xy 51.470717 51.493753) (xy 51.470715 51.493759) (xy 51.411457 51.714913) (xy 51.391502 51.943) + (xy 51.411457 52.171086) (xy 51.4503 52.316052) (xy 51.470716 52.392243) (xy 51.567477 52.599749) + (xy 51.698802 52.7873) (xy 51.8607 52.949198) (xy 52.048251 53.080523) (xy 52.083359 53.096894) + (xy 52.087457 53.098805) (xy 52.140742 53.145722) (xy 52.160203 53.213999) (xy 52.139661 53.281959) + (xy 52.087457 53.327195) (xy 52.04825 53.345477) (xy 51.860703 53.476799) (xy 51.860697 53.476804) + (xy 51.698804 53.638697) (xy 51.698799 53.638703) (xy 51.567477 53.82625) (xy 51.470717 54.033753) + (xy 51.470715 54.033759) (xy 51.411457 54.254913) (xy 51.391502 54.483) (xy 51.411457 54.711087) + (xy 51.470716 54.932243) (xy 51.567477 55.139749) (xy 51.698802 55.3273) (xy 51.8607 55.489198) + (xy 52.048251 55.620523) (xy 52.083359 55.636894) (xy 52.087457 55.638805) (xy 52.140742 55.685722) + (xy 52.160203 55.753999) (xy 52.139661 55.821959) (xy 52.087457 55.867195) (xy 52.04825 55.885477) + (xy 51.860703 56.016799) (xy 51.860697 56.016804) (xy 51.698804 56.178697) (xy 51.698799 56.178703) + (xy 51.567477 56.36625) (xy 51.470717 56.573753) (xy 51.470715 56.573759) (xy 51.4184 56.769) (xy 51.411457 56.794913) + (xy 51.391502 57.023) (xy 51.411457 57.251087) (xy 51.436107 57.34308) (xy 51.470715 57.47224) (xy 51.470717 57.472246) + (xy 51.567477 57.679749) (xy 51.600032 57.726243) (xy 51.698802 57.8673) (xy 51.8607 58.029198) + (xy 52.048251 58.160523) (xy 52.083359 58.176894) (xy 52.087457 58.178805) (xy 52.140742 58.225722) + (xy 52.160203 58.293999) (xy 52.139661 58.361959) (xy 52.087457 58.407195) (xy 52.04825 58.425477) + (xy 51.860703 58.556799) (xy 51.860697 58.556804) (xy 51.698804 58.718697) (xy 51.698799 58.718703) + (xy 51.567477 58.90625) (xy 51.470717 59.113753) (xy 51.470715 59.113759) (xy 51.411457 59.334913) + (xy 51.391502 59.563) (xy 46.398498 59.563) (xy 46.378543 59.334913) (xy 46.319284 59.113757) (xy 46.222523 58.906251) + (xy 46.091198 58.7187) (xy 45.9293 58.556802) (xy 45.741749 58.425477) (xy 45.701951 58.406919) + (xy 45.648666 58.360002) (xy 45.629205 58.291725) (xy 45.649747 58.223765) (xy 45.701951 58.178529) + (xy 45.741498 58.160087) (xy 45.928974 58.028815) (xy 45.92898 58.02881) (xy 46.09081 57.86698) + (xy 46.090815 57.866974) (xy 46.222087 57.679498) (xy 46.318811 57.472073) (xy 46.318813 57.472068) + (xy 46.371082 57.277) (xy 45.396686 57.277) (xy 45.40508 57.268606) (xy 45.457741 57.177394) (xy 45.485 57.075661) + (xy 45.485 56.970339) (xy 45.457741 56.868606) (xy 45.40508 56.777394) (xy 45.396686 56.769) (xy 46.371082 56.769) + (xy 46.318813 56.573931) (xy 46.318811 56.573926) (xy 46.222087 56.366501) (xy 46.090815 56.179025) + (xy 46.09081 56.179019) (xy 45.92898 56.017189) (xy 45.928974 56.017184) (xy 45.741497 55.885911) + (xy 45.701949 55.867469) (xy 45.648665 55.820551) (xy 45.629205 55.752273) (xy 45.649748 55.684314) + (xy 45.70195 55.639081) (xy 45.741749 55.620523) (xy 45.9293 55.489198) (xy 46.091198 55.3273) (xy 46.222523 55.139749) + (xy 46.319284 54.932243) (xy 46.378543 54.711087) (xy 46.398498 54.483) (xy 46.378543 54.254913) + (xy 46.319284 54.033757) (xy 46.222523 53.826251) (xy 46.091198 53.6387) (xy 45.9293 53.476802) + (xy 45.929295 53.476799) (xy 45.929292 53.476796) (xy 45.925995 53.474487) (xy 45.881669 53.419028) + (xy 45.874363 53.348409) (xy 45.906396 53.285049) (xy 45.967599 53.249067) (xy 45.984801 53.245999) + (xy 45.994201 53.244989) (xy 46.131204 53.193889) (xy 46.195548 53.145722) (xy 46.248261 53.106261) + (xy 46.335887 52.989207) (xy 46.335887 52.989206) (xy 46.335889 52.989204) (xy 46.386989 52.852201) + (xy 46.3935 52.791638) (xy 46.3935 51.094362) (xy 46.393499 51.09435) (xy 46.38699 51.033803) (xy 46.386988 51.033795) + (xy 46.350811 50.936804) (xy 46.335889 50.896796) (xy 46.335888 50.896794) (xy 46.335887 50.896792) + (xy 46.248261 50.779738) (xy 46.131207 50.692112) (xy 46.131202 50.69211) (xy 45.994204 50.641011) + (xy 45.994196 50.641009) (xy 45.933649 50.6345) (xy 45.933638 50.6345) (xy 44.236362 50.6345) (xy 44.23635 50.6345) + (xy 44.175803 50.641009) (xy 44.175795 50.641011) (xy 44.038797 50.69211) (xy 44.038792 50.692112) + (xy 43.921738 50.779738) (xy 43.834112 50.896792) (xy 43.83411 50.896797) (xy 43.783011 51.033795) + (xy 43.783009 51.033803) (xy 43.7765 51.09435) (xy 43.7765 52.791649) (xy 43.783009 52.852196) (xy 43.783011 52.852204) + (xy 43.83411 52.989202) (xy 43.834112 52.989207) (xy 43.921738 53.106261) (xy 44.038792 53.193887) + (xy 44.038794 53.193888) (xy 44.038796 53.193889) (xy 44.175799 53.244989) (xy 44.185191 53.245998) + (xy 44.250784 53.273163) (xy 44.291279 53.331479) (xy 44.293817 53.40243) (xy 44.257593 53.46349) + (xy 44.24401 53.474483) (xy 44.240708 53.476795) (xy 44.240697 53.476804) (xy 44.078804 53.638697) + (xy 44.078799 53.638703) (xy 43.947477 53.82625) (xy 43.850717 54.033753) (xy 43.850715 54.033759) + (xy 43.791457 54.254913) (xy 43.771502 54.483) (xy 43.791457 54.711087) (xy 43.850716 54.932243) + (xy 43.947477 55.139749) (xy 44.078802 55.3273) (xy 44.2407 55.489198) (xy 44.428251 55.620523) + (xy 44.467457 55.638805) (xy 44.468047 55.63908) (xy 44.521332 55.685996) (xy 44.540794 55.754273) + (xy 44.520253 55.822233) (xy 44.468051 55.867468) (xy 44.428504 55.88591) (xy 44.241025 56.017184) + (xy 44.241019 56.017189) (xy 44.079189 56.179019) (xy 44.079184 56.179025) (xy 43.947912 56.366501) + (xy 43.851188 56.573926) (xy 43.851186 56.573931) (xy 43.798917 56.769) (xy 44.773314 56.769) (xy 44.76492 56.777394) + (xy 44.712259 56.868606) (xy 44.685 56.970339) (xy 44.685 57.075661) (xy 44.712259 57.177394) (xy 44.76492 57.268606) + (xy 44.773314 57.277) (xy 43.798918 57.277) (xy 43.851186 57.472068) (xy 43.851188 57.472073) (xy 43.947912 57.679498) + (xy 44.079184 57.866974) (xy 44.079189 57.86698) (xy 44.241019 58.02881) (xy 44.241025 58.028815) + (xy 44.428503 58.160089) (xy 44.468049 58.17853) (xy 44.521334 58.225447) (xy 44.540794 58.293724) + (xy 44.520252 58.361684) (xy 44.468049 58.406918) (xy 44.428252 58.425475) (xy 44.240703 58.556799) + (xy 44.240697 58.556804) (xy 44.078804 58.718697) (xy 44.078799 58.718703) (xy 44.042691 58.770271) + (xy 43.987233 58.814599) (xy 43.939478 58.824) (xy 41.43253 58.824) (xy 41.364409 58.803998) (xy 41.329317 58.770271) + (xy 41.2652 58.678703) (xy 41.265195 58.678697) (xy 41.103302 58.516804) (xy 41.103296 58.516799) + (xy 40.915746 58.385474) (xy 40.910985 58.382726) (xy 40.912023 58.380927) (xy 40.865532 58.339963) + (xy 40.846095 58.271679) (xy 40.866661 58.203726) (xy 40.911782 58.164664) (xy 40.91073 58.162841) + (xy 40.915496 58.160088) (xy 40.986888 58.110099) (xy 40.986888 58.110097) (xy 40.299791 57.423) + (xy 40.311661 57.423) (xy 40.413394 57.395741) (xy 40.504606 57.34308) (xy 40.57908 57.268606) (xy 40.631741 57.177394) + (xy 40.659 57.075661) (xy 40.659 57.063791) (xy 41.346097 57.750888) (xy 41.346099 57.750888) (xy 41.396088 57.679497) + (xy 41.492811 57.472073) (xy 41.492813 57.472068) (xy 41.552048 57.251002) (xy 41.571995 57.023) + (xy 41.552048 56.794997) (xy 41.492813 56.573931) (xy 41.492811 56.573926) (xy 41.396086 56.366498) + (xy 41.3461 56.29511) (xy 41.346098 56.29511) (xy 40.659 56.982208) (xy 40.659 56.970339) (xy 40.631741 56.868606) + (xy 40.57908 56.777394) (xy 40.504606 56.70292) (xy 40.413394 56.650259) (xy 40.311661 56.623) (xy 40.29979 56.623) + (xy 40.986888 55.935899) (xy 40.986888 55.935898) (xy 40.915501 55.885913) (xy 40.875949 55.867469) + (xy 40.822665 55.820551) (xy 40.803205 55.752273) (xy 40.823748 55.684314) (xy 40.87595 55.639081) + (xy 40.915749 55.620523) (xy 41.1033 55.489198) (xy 41.265198 55.3273) (xy 41.396523 55.139749) + (xy 41.493284 54.932243) (xy 41.552543 54.711087) (xy 41.572498 54.483) (xy 41.552543 54.254913) + (xy 41.493284 54.033757) (xy 41.396523 53.826251) (xy 41.265198 53.6387) (xy 41.1033 53.476802) + (xy 41.103291 53.476796) (xy 40.997086 53.40243) (xy 40.915749 53.345477) (xy 40.876543 53.327195) + (xy 40.823258 53.280279) (xy 40.803796 53.212002) (xy 40.824337 53.144042) (xy 40.876543 53.098805) + (xy 40.878997 53.09766) (xy 40.915749 53.080523) (xy 41.1033 52.949198) (xy 41.265198 52.7873) (xy 41.396523 52.599749) + (xy 41.493284 52.392243) (xy 41.552543 52.171087) (xy 41.572498 51.943) (xy 41.552543 51.714913) + (xy 41.493284 51.493757) (xy 41.396523 51.286251) (xy 41.265198 51.0987) (xy 41.1033 50.936802) + (xy 40.915749 50.805477) (xy 40.708246 50.708717) (xy 40.70824 50.708715) (xy 40.614771 50.68367) + (xy 40.487087 50.649457) (xy 40.259 50.629502) (xy 40.030913 50.649457) (xy 39.809759 50.708715) + (xy 39.809753 50.708717) (xy 39.60225 50.805477) (xy 39.414703 50.936799) (xy 39.414697 50.936804) + (xy 39.252804 51.098697) (xy 39.252799 51.098703) (xy 39.121477 51.28625) (xy 39.024717 51.493753) + (xy 39.024715 51.493759) (xy 38.965457 51.714913) (xy 38.945502 51.943) (xy 38.965457 52.171086) + (xy 39.0043 52.316052) (xy 39.024716 52.392243) (xy 39.121477 52.599749) (xy 39.252802 52.7873) + (xy 39.4147 52.949198) (xy 39.602251 53.080523) (xy 39.637359 53.096894) (xy 39.641457 53.098805) + (xy 39.694742 53.145722) (xy 39.714203 53.213999) (xy 39.693661 53.281959) (xy 39.641457 53.327195) + (xy 39.60225 53.345477) (xy 39.414703 53.476799) (xy 39.414697 53.476804) (xy 39.252804 53.638697) + (xy 39.252799 53.638703) (xy 39.121477 53.82625) (xy 39.024717 54.033753) (xy 39.024715 54.033759) + (xy 38.965457 54.254913) (xy 38.945502 54.483) (xy 38.965457 54.711087) (xy 39.024716 54.932243) + (xy 39.121477 55.139749) (xy 39.252802 55.3273) (xy 39.4147 55.489198) (xy 39.602251 55.620523) + (xy 39.641318 55.63874) (xy 39.642049 55.639081) (xy 39.695334 55.685998) (xy 39.714795 55.754275) + (xy 39.694253 55.822235) (xy 39.64205 55.86747) (xy 39.602503 55.885911) (xy 39.602501 55.885912) + (xy 39.531109 55.9359) (xy 40.218209 56.623) (xy 40.206339 56.623) (xy 40.104606 56.650259) (xy 40.013394 56.70292) + (xy 39.93892 56.777394) (xy 39.886259 56.868606) (xy 39.859 56.970339) (xy 39.859 56.982209) (xy 39.1719 56.295109) + (xy 39.121913 56.3665) (xy 39.025188 56.573926) (xy 39.025186 56.573931) (xy 38.965951 56.794997) + (xy 38.946004 57.023) (xy 38.965951 57.251002) (xy 39.025186 57.472068) (xy 39.025188 57.472073) + (xy 39.121913 57.679501) (xy 39.171899 57.750888) (xy 39.859 57.063788) (xy 39.859 57.075661) (xy 39.886259 57.177394) + (xy 39.93892 57.268606) (xy 40.013394 57.34308) (xy 40.104606 57.395741) (xy 40.206339 57.423) (xy 40.21821 57.423) + (xy 39.53111 58.110098) (xy 39.53111 58.1101) (xy 39.602498 58.160086) (xy 39.607266 58.162839) + (xy 39.606178 58.164721) (xy 39.65242 58.205409) (xy 39.671904 58.27368) (xy 39.651386 58.341647) + (xy 39.606015 58.380995) (xy 39.607015 58.382726) (xy 39.602253 58.385474) (xy 39.414703 58.516799) + (xy 39.414697 58.516804) (xy 39.252804 58.678697) (xy 39.252799 58.678703) (xy 39.188683 58.770271) + (xy 39.133226 58.814599) (xy 39.08547 58.824) (xy 33.067725 58.824) (xy 32.999604 58.803998) (xy 32.97863 58.787095) + (xy 30.825467 56.633932) (xy 30.791441 56.57162) (xy 30.788611 56.548336) (xy 30.784309 56.393477) + (xy 30.671049 52.316052) (xy 30.671 52.312553) (xy 30.671 45.767725) (xy 30.691002 45.699604) (xy 30.707905 45.67863) + (xy 31.503484 44.883051) (xy 35.942143 40.444391) (xy 36.004453 40.410367) (xy 36.048395 40.409496) + (xy 36.048433 40.409063) (xy 36.052466 40.409415) (xy 36.053118 40.409403) (xy 36.053904 40.409541) + (xy 36.053906 40.409541) (xy 36.053913 40.409543) (xy 36.282 40.429498) (xy 36.510087 40.409543) + (xy 36.731243 40.350284) (xy 36.938749 40.253523) (xy 37.1263 40.122198) (xy 37.288198 39.9603) + (xy 37.419523 39.772749) (xy 37.516284 39.565243) (xy 37.575543 39.344087) (xy 37.595498 39.116) + (xy 37.575543 38.887913) (xy 37.516284 38.666757) (xy 37.419523 38.459251) (xy 37.288198 38.2717) + (xy 37.1263 38.109802) (xy 37.010757 38.028898) (xy 36.938749 37.978477) (xy 36.731246 37.881717) + (xy 36.73124 37.881715) (xy 36.637771 37.85667) (xy 36.510087 37.822457) (xy 36.282 37.802502) (xy 36.053913 37.822457) + (xy 35.832759 37.881715) (xy 35.832753 37.881717) (xy 35.62525 37.978477) (xy 35.437703 38.109799) + (xy 35.291973 38.255529) (xy 35.229661 38.289554) (xy 35.158845 38.284489) (xy 35.10201 38.241942) + (xy 35.084822 38.210465) (xy 35.032444 38.070035) (xy 35.032444 38.070034) (xy 34.944904 37.953095) + (xy 34.827965 37.865555) (xy 34.691093 37.814505) (xy 34.630597 37.808) (xy 34.036 37.808) (xy 34.036 38.804314) + (xy 34.027606 38.79592) (xy 33.936394 38.743259) (xy 33.834661 38.716) (xy 33.729339 38.716) (xy 33.627606 38.743259) + (xy 33.536394 38.79592) (xy 33.528 38.804314) (xy 33.528 37.808) (xy 32.933402 37.808) (xy 32.872906 37.814505) + (xy 32.736035 37.865555) (xy 32.736034 37.865555) (xy 32.619095 37.953095) (xy 32.531555 38.070034) + (xy 32.531555 38.070035) (xy 32.480505 38.206906) (xy 32.474 38.267402) (xy 32.474 38.862) (xy 33.470314 38.862) + (xy 33.46192 38.870394) (xy 33.409259 38.961606) (xy 33.382 39.063339) (xy 33.382 39.168661) (xy 33.409259 39.270394) + (xy 33.46192 39.361606) (xy 33.470314 39.37) (xy 32.474 39.37) (xy 32.474 39.964597) (xy 32.480505 40.025093) + (xy 32.531555 40.161964) (xy 32.531555 40.161965) (xy 32.619095 40.278904) (xy 32.736034 40.366444) + (xy 32.872906 40.417494) (xy 32.933402 40.423999) (xy 32.933415 40.424) (xy 33.528 40.424) (xy 33.528 39.427686) + (xy 33.536394 39.43608) (xy 33.627606 39.488741) (xy 33.729339 39.516) (xy 33.834661 39.516) (xy 33.936394 39.488741) + (xy 34.027606 39.43608) (xy 34.036 39.427686) (xy 34.036 40.321273) (xy 34.015998 40.389394) (xy 33.999096 40.410367) + (xy 29.526414 44.883051) (xy 29.477732 44.931733) (xy 29.42905 44.980414) (xy 29.352554 45.094899) + (xy 29.299864 45.222103) (xy 29.299862 45.222108) (xy 29.273 45.357152) (xy 29.273 52.254299) (xy 29.271725 52.269395) + (xy 29.271358 52.274598) (xy 29.272951 52.331939) (xy 29.273 52.335438) (xy 29.273 56.214932) (xy 29.252998 56.283053) + (xy 29.199342 56.329546) (xy 29.129068 56.33965) (xy 29.093751 56.329127) (xy 29.02425 56.296719) + (xy 29.024246 56.296717) (xy 29.024243 56.296716) (xy 29.024241 56.296715) (xy 29.02424 56.296715) + (xy 28.90789 56.265539) (xy 28.803087 56.237457) (xy 28.575 56.217502) (xy 28.346913 56.237457) + (xy 28.24211 56.265539) (xy 28.171133 56.263849) (xy 28.112338 56.224055) (xy 28.08439 56.15879) + (xy 28.083499 56.143832) (xy 28.083499 40.57578) (xy 28.09309 40.527563) (xy 28.103564 40.502277) + (xy 28.148113 40.446999) (xy 28.215477 40.42458) (xy 28.219971 40.4245) (xy 28.280632 40.4245) (xy 28.280638 40.4245) + (xy 28.280645 40.424499) (xy 28.280649 40.424499) (xy 28.341196 40.41799) (xy 28.341199 40.417989) + (xy 28.341201 40.417989) (xy 28.478204 40.366889) (xy 28.478799 40.366444) (xy 28.595261 40.279261) + (xy 28.682887 40.162207) (xy 28.682887 40.162206) (xy 28.682889 40.162204) (xy 28.733989 40.025201) + (xy 28.7405 39.964638) (xy 28.740861 39.961283) (xy 28.741908 39.961395) (xy 28.764056 39.898567) + (xy 28.820113 39.855) (xy 28.836105 39.852682) (xy 29.532 39.156788) (xy 29.532 39.168661) (xy 29.559259 39.270394) + (xy 29.61192 39.361606) (xy 29.686394 39.43608) (xy 29.777606 39.488741) (xy 29.879339 39.516) (xy 29.89121 39.516) + (xy 29.20411 40.203098) (xy 29.20411 40.2031) (xy 29.275498 40.253086) (xy 29.482926 40.349811) + (xy 29.482931 40.349813) (xy 29.703999 40.409048) (xy 29.703995 40.409048) (xy 29.932 40.428995) + (xy 30.160002 40.409048) (xy 30.381068 40.349813) (xy 30.381073 40.349811) (xy 30.588497 40.253088) + (xy 30.659888 40.203099) (xy 30.659888 40.203097) (xy 29.972791 39.516) (xy 29.984661 39.516) (xy 30.086394 39.488741) + (xy 30.177606 39.43608) (xy 30.25208 39.361606) (xy 30.304741 39.270394) (xy 30.332 39.168661) (xy 30.332 39.156791) + (xy 31.019097 39.843888) (xy 31.019099 39.843888) (xy 31.069088 39.772497) (xy 31.165811 39.565073) + (xy 31.165813 39.565068) (xy 31.225048 39.344002) (xy 31.244995 39.116) (xy 31.225048 38.887997) + (xy 31.165813 38.666931) (xy 31.165811 38.666926) (xy 31.069086 38.459498) (xy 31.0191 38.38811) + (xy 31.019098 38.38811) (xy 30.332 39.075208) (xy 30.332 39.063339) (xy 30.304741 38.961606) (xy 30.25208 38.870394) + (xy 30.177606 38.79592) (xy 30.086394 38.743259) (xy 29.984661 38.716) (xy 29.97279 38.716) (xy 30.659888 38.028899) + (xy 30.659888 38.028898) (xy 30.588501 37.978913) (xy 30.381073 37.882188) (xy 30.381068 37.882186) + (xy 30.16 37.822951) (xy 30.160004 37.822951) (xy 29.932 37.803004) (xy 29.703997 37.822951) (xy 29.482931 37.882186) + (xy 29.482926 37.882188) (xy 29.2755 37.978913) (xy 29.204109 38.0289) (xy 29.891209 38.716) (xy 29.879339 38.716) + (xy 29.777606 38.743259) (xy 29.686394 38.79592) (xy 29.61192 38.870394) (xy 29.559259 38.961606) + (xy 29.532 39.063339) (xy 29.532 39.075209) (xy 28.833219 38.376428) (xy 28.807649 38.371289) (xy 28.756657 38.32189) + (xy 28.741666 38.27063) (xy 28.740861 38.270717) (xy 28.73399 38.206803) (xy 28.733988 38.206795) + (xy 28.697811 38.109804) (xy 28.682889 38.069796) (xy 28.682888 38.069794) (xy 28.682887 38.069792) + (xy 28.595261 37.952738) (xy 28.478207 37.865112) (xy 28.478202 37.86511) (xy 28.341204 37.814011) + (xy 28.341196 37.814009) (xy 28.280649 37.8075) (xy 28.280638 37.8075) (xy 26.583362 37.8075) (xy 26.58335 37.8075) + (xy 26.522803 37.814009) (xy 26.522795 37.814011) (xy 26.385797 37.86511) (xy 26.385792 37.865112) + (xy 26.268738 37.952738) (xy 26.181112 38.069792) (xy 26.18111 38.069797) (xy 26.130011 38.206795) + (xy 26.130009 38.206803) (xy 26.1235 38.26735) (xy 26.1235 39.964649) (xy 26.130009 40.025196) (xy 26.130011 40.025204) + (xy 26.18111 40.162202) (xy 26.181112 40.162207) (xy 26.268738 40.279261) (xy 26.385792 40.366887) + (xy 26.385794 40.366888) (xy 26.385796 40.366889) (xy 26.444875 40.388924) (xy 26.522795 40.417988) + (xy 26.522798 40.417988) (xy 26.522799 40.417989) (xy 26.522804 40.41799) (xy 26.555802 40.421537) + (xy 26.572965 40.423382) (xy 26.638558 40.450549) (xy 26.67905 40.508867) (xy 26.685499 40.54866) + (xy 26.685499 72.1755) (xy 26.665497 72.243621) (xy 26.611841 72.290114) (xy 26.559499 72.3015) + (xy 26.53335 72.3015) (xy 26.472803 72.308009) (xy 26.472795 72.308011) (xy 26.335797 72.35911) + (xy 26.335792 72.359112) (xy 26.218738 72.446738) (xy 26.131112 72.563792) (xy 26.13111 72.563797) + (xy 26.080011 72.700795) (xy 26.080009 72.700803) (xy 26.0735 72.76135) (xy 26.0735 74.558649) (xy 26.080009 74.619196) + (xy 26.080011 74.619204) (xy 26.13111 74.756202) (xy 26.131112 74.756207) (xy 26.218738 74.873261) + (xy 26.335791 74.960886) (xy 26.335792 74.960886) (xy 26.335796 74.960889) (xy 26.45081 75.003787) + (xy 26.507642 75.046332) (xy 26.532453 75.112852) (xy 26.517362 75.182226) (xy 26.499475 75.207179) + (xy 26.35628 75.362729) (xy 26.356275 75.362734) (xy 26.233141 75.551206) (xy 26.142703 75.757386) + (xy 26.142702 75.757387) (xy 26.087437 75.975624) (xy 26.087437 75.975627) (xy 26.087436 75.975632) + (xy 26.068844 76.2) (xy 26.084236 76.385753) (xy 26.087437 76.424375) (xy 26.142702 76.642612) (xy 26.142703 76.642613) + (xy 26.233141 76.848793) (xy 26.356275 77.037265) (xy 26.356279 77.03727) (xy 26.508762 77.202908) + (xy 26.549994 77.235) (xy 26.686424 77.341189) (xy 26.720205 77.35947) (xy 26.770596 77.409482) + (xy 26.785949 77.478799) (xy 26.761389 77.545412) (xy 26.720209 77.581096) (xy 26.686704 77.599228) + (xy 26.686698 77.599232) (xy 26.509097 77.737465) (xy 26.356674 77.903041) (xy 26.23358 78.091451) + (xy 26.143179 78.297543) (xy 26.143176 78.29755) (xy 26.095455 78.485999) (xy 26.095456 78.486) + (xy 27.001297 78.486) (xy 26.966075 78.547007) (xy 26.932 78.674174) (xy 26.932 78.805826) (xy 26.966075 78.932993) + (xy 27.001297 78.994) (xy 26.095455 78.994) (xy 26.143176 79.182449) (xy 26.143179 79.182456) (xy 26.23358 79.388548) + (xy 26.356674 79.576958) (xy 26.509097 79.742534) (xy 26.686698 79.880767) (xy 26.686704 79.880771) + (xy 26.720207 79.898902) (xy 26.770597 79.948915) (xy 26.785949 80.018232) (xy 26.761388 80.084845) + (xy 26.720207 80.120528) (xy 26.68643 80.138807) (xy 26.686424 80.138811) (xy 26.508762 80.277091) + (xy 26.356279 80.442729) (xy 26.356275 80.442734) (xy 26.233141 80.631206) (xy 26.142703 80.837386) + (xy 26.142702 80.837387) (xy 26.087437 81.055624) (xy 26.087436 81.05563) (xy 26.087436 81.055632) + (xy 26.068844 81.28) (xy 26.087437 81.504375) (xy 26.142702 81.722612) (xy 26.142703 81.722613) + (xy 26.142704 81.722616) (xy 26.201318 81.856243) (xy 26.233141 81.928793) (xy 26.356275 82.117265) + (xy 26.356279 82.11727) (xy 26.508762 82.282908) (xy 26.563331 82.325381) (xy 26.686424 82.421189) + (xy 26.71968 82.439186) (xy 26.770071 82.4892) (xy 26.785423 82.558516) (xy 26.760862 82.625129) + (xy 26.71968 82.660813) (xy 26.686426 82.67881) (xy 26.686424 82.678811) (xy 26.508762 82.817091) + (xy 26.356279 82.982729) (xy 26.356275 82.982734) (xy 26.233141 83.171206) (xy 26.142703 83.377386) + (xy 26.142702 83.377387) (xy 26.087437 83.595624) (xy 26.087436 83.59563) (xy 26.087436 83.595632) + (xy 26.068844 83.82) (xy 26.083071 83.991697) (xy 26.087437 84.044375) (xy 26.142702 84.262612) + (xy 26.142703 84.262613) (xy 26.233141 84.468793) (xy 26.356275 84.657265) (xy 26.356279 84.65727) + (xy 26.508762 84.822908) (xy 26.525583 84.836) (xy 26.686424 84.961189) (xy 26.71968 84.979186) + (xy 26.770071 85.0292) (xy 26.785423 85.098516) (xy 26.760862 85.165129) (xy 26.71968 85.200813) + (xy 26.686426 85.21881) (xy 26.686424 85.218811) (xy 26.508762 85.357091) (xy 26.356279 85.522729) + (xy 26.356275 85.522734) (xy 26.233141 85.711206) (xy 26.142703 85.917386) (xy 26.142702 85.917387) + (xy 26.087437 86.135624) (xy 26.068844 86.36) (xy 26.087437 86.584375) (xy 26.142702 86.802612) + (xy 26.142703 86.802613) (xy 26.233141 87.008793) (xy 26.356275 87.197265) (xy 26.356279 87.19727) + (xy 26.508762 87.362908) (xy 26.563331 87.405381) (xy 26.686424 87.501189) (xy 26.71968 87.519186) + (xy 26.770071 87.5692) (xy 26.785423 87.638516) (xy 26.760862 87.705129) (xy 26.71968 87.740813) + (xy 26.686426 87.75881) (xy 26.686424 87.758811) (xy 26.508762 87.897091) (xy 26.356279 88.062729) + (xy 26.356275 88.062734) (xy 26.233141 88.251206) (xy 26.142703 88.457386) (xy 26.142702 88.457387) + (xy 26.087437 88.675624) (xy 26.087436 88.67563) (xy 26.087436 88.675632) (xy 26.068844 88.9) (xy 26.087437 89.124375) + (xy 26.142702 89.342612) (xy 26.142703 89.342613) (xy 26.142704 89.342616) (xy 26.23314 89.548791) + (xy 26.233141 89.548793) (xy 26.356275 89.737265) (xy 26.356279 89.73727) (xy 26.508762 89.902908) + (xy 26.563331 89.945381) (xy 26.686424 90.041189) (xy 26.71968 90.059186) (xy 26.770071 90.1092) + (xy 26.785423 90.178516) (xy 26.760862 90.245129) (xy 26.71968 90.280813) (xy 26.686426 90.29881) + (xy 26.686424 90.298811) (xy 26.508762 90.437091) (xy 26.356279 90.602729) (xy 26.356275 90.602734) + (xy 26.233141 90.791206) (xy 26.142703 90.997386) (xy 26.142702 90.997387) (xy 26.087437 91.215624) + (xy 26.068844 91.44) (xy 26.087437 91.664375) (xy 26.142702 91.882612) (xy 26.142703 91.882613) + (xy 26.233141 92.088793) (xy 26.356275 92.277265) (xy 26.356279 92.27727) (xy 26.508762 92.442908) + (xy 26.547361 92.472951) (xy 26.686424 92.581189) (xy 26.71968 92.599186) (xy 26.770071 92.6492) + (xy 26.785423 92.718516) (xy 26.760862 92.785129) (xy 26.71968 92.820813) (xy 26.686426 92.83881) + (xy 26.686424 92.838811) (xy 26.508762 92.977091) (xy 26.356279 93.142729) (xy 26.356275 93.142734) + (xy 26.233141 93.331206) (xy 26.142703 93.537386) (xy 26.142702 93.537387) (xy 26.087437 93.755624) + (xy 26.087436 93.75563) (xy 26.087436 93.755632) (xy 26.068844 93.98) (xy 26.07722 94.081087) (xy 26.087437 94.204375) + (xy 26.142702 94.422612) (xy 26.142703 94.422613) (xy 26.142704 94.422616) (xy 26.23314 94.628791) + (xy 26.233141 94.628793) (xy 26.356275 94.817265) (xy 26.356279 94.81727) (xy 26.508762 94.982908) + (xy 26.549581 95.014679) (xy 26.686424 95.121189) (xy 26.71968 95.139186) (xy 26.770071 95.1892) + (xy 26.785423 95.258516) (xy 26.760862 95.325129) (xy 26.71968 95.360813) (xy 26.686426 95.37881) + (xy 26.686424 95.378811) (xy 26.508762 95.517091) (xy 26.356279 95.682729) (xy 26.356275 95.682734) + (xy 26.233141 95.871206) (xy 26.142703 96.077386) (xy 26.142702 96.077387) (xy 26.087437 96.295624) + (xy 26.087436 96.29563) (xy 26.087436 96.295632) (xy 26.068844 96.52) (xy 26.085022 96.71524) (xy 26.087437 96.744375) + (xy 26.142702 96.962612) (xy 26.142703 96.962613) (xy 26.142704 96.962616) (xy 26.23314 97.168791) + (xy 26.233141 97.168793) (xy 26.356275 97.357265) (xy 26.356279 97.35727) (xy 26.508762 97.522908) + (xy 26.555829 97.559542) (xy 26.686424 97.661189) (xy 26.71968 97.679186) (xy 26.770071 97.7292) + (xy 26.785423 97.798516) (xy 26.760862 97.865129) (xy 26.71968 97.900813) (xy 26.686426 97.91881) + (xy 26.686424 97.918811) (xy 26.508762 98.057091) (xy 26.356279 98.222729) (xy 26.356275 98.222734) + (xy 26.233141 98.411206) (xy 26.142703 98.617386) (xy 26.142702 98.617387) (xy 26.087437 98.835624) + (xy 26.087436 98.83563) (xy 26.087436 98.835632) (xy 26.068844 99.06) (xy 26.084843 99.25308) (xy 26.087437 99.284375) + (xy 26.142702 99.502612) (xy 26.142703 99.502613) (xy 26.142704 99.502616) (xy 26.209181 99.65417) + (xy 26.233141 99.708793) (xy 26.356275 99.897265) (xy 26.356279 99.89727) (xy 26.508762 100.062908) + (xy 26.563331 100.105381) (xy 26.686424 100.201189) (xy 26.71968 100.219186) (xy 26.770071 100.2692) + (xy 26.785423 100.338516) (xy 26.760862 100.405129) (xy 26.71968 100.440813) (xy 26.686426 100.45881) + (xy 26.686424 100.458811) (xy 26.508762 100.597091) (xy 26.356279 100.762729) (xy 26.356275 100.762734) + (xy 26.233141 100.951206) (xy 26.142703 101.157386) (xy 26.142702 101.157387) (xy 26.087437 101.375624) + (xy 26.087436 101.37563) (xy 26.087436 101.375632) (xy 26.068844 101.6) (xy 26.07722 101.701087) + (xy 26.087437 101.824375) (xy 26.142702 102.042612) (xy 26.142703 102.042613) (xy 26.142704 102.042616) + (xy 26.180924 102.129749) (xy 26.233141 102.248793) (xy 26.356275 102.437265) (xy 26.356279 102.43727) + (xy 26.508762 102.602908) (xy 26.518546 102.610523) (xy 26.686424 102.741189) (xy 26.71968 102.759186) + (xy 26.770071 102.8092) (xy 26.785423 102.878516) (xy 26.760862 102.945129) (xy 26.71968 102.980813) + (xy 26.686426 102.99881) (xy 26.686424 102.998811) (xy 26.508762 103.137091) (xy 26.356279 103.302729) + (xy 26.356275 103.302734) (xy 26.233141 103.491206) (xy 26.142703 103.697386) (xy 26.142702 103.697387) + (xy 26.087437 103.915624) (xy 26.068844 104.14) (xy 26.087437 104.364375) (xy 26.142702 104.582612) + (xy 26.142703 104.582613) (xy 26.142704 104.582616) (xy 26.23314 104.788791) (xy 26.233141 104.788793) + (xy 26.356275 104.977265) (xy 26.356279 104.97727) (xy 26.508762 105.142908) (xy 26.534791 105.163167) + (xy 26.686424 105.281189) (xy 26.71968 105.299186) (xy 26.770071 105.3492) (xy 26.785423 105.418516) + (xy 26.760862 105.485129) (xy 26.71968 105.520813) (xy 26.686426 105.53881) (xy 26.686424 105.538811) + (xy 26.508762 105.677091) (xy 26.356279 105.842729) (xy 26.356275 105.842734) (xy 26.233141 106.031206) + (xy 26.142703 106.237386) (xy 26.142702 106.237387) (xy 26.087437 106.455624) (xy 26.087436 106.45563) + (xy 26.087436 106.455632) (xy 26.068844 106.68) (xy 25.4605 106.68) (xy 25.4605 32.385) (xy 35.339844 32.385) + (xy 35.355836 32.577993) (xy 35.358437 32.609375) (xy 35.413702 32.827612) (xy 35.413703 32.827613) + (xy 35.504141 33.033793) (xy 35.627275 33.222265) (xy 35.627279 33.22227) (xy 35.779762 33.387908) + (xy 35.834331 33.430381) (xy 35.957424 33.526189) (xy 36.155426 33.633342) (xy 36.155427 33.633342) + (xy 36.155428 33.633343) (xy 36.267227 33.671723) (xy 36.368365 33.706444) (xy 36.590431 33.7435) + (xy 36.590435 33.7435) (xy 36.815565 33.7435) (xy 36.815569 33.7435) (xy 37.037635 33.706444) (xy 37.250574 33.633342) + (xy 37.448576 33.526189) (xy 37.62624 33.387906) (xy 37.778722 33.222268) (xy 37.867816 33.085898) + (xy 37.921819 33.03981) (xy 37.992167 33.030235) (xy 38.056524 33.060212) (xy 38.078782 33.085899) + (xy 38.11992 33.148866) (xy 38.119921 33.148866) (xy 38.758841 32.509946) (xy 38.777075 32.577993) + (xy 38.842901 32.692007) (xy 38.935993 32.785099) (xy 39.050007 32.850925) (xy 39.118051 32.869157) + (xy 38.47731 33.509898) (xy 38.497697 33.525766) (xy 38.497701 33.525768) (xy 38.695628 33.632882) + (xy 38.69563 33.632883) (xy 38.908483 33.705955) (xy 38.90849 33.705957) (xy 39.130477 33.743) (xy 39.355523 33.743) + (xy 39.577509 33.705957) (xy 39.577516 33.705955) (xy 39.790369 33.632883) (xy 39.790371 33.632881) + (xy 39.988298 33.525769) (xy 40.008688 33.509898) (xy 39.367947 32.869157) (xy 39.435993 32.850925) + (xy 39.550007 32.785099) (xy 39.643099 32.692007) (xy 39.708925 32.577993) (xy 39.727158 32.509947) + (xy 40.366077 33.148866) (xy 40.366078 33.148866) (xy 40.407516 33.085441) (xy 40.461519 33.039352) + (xy 40.531867 33.029777) (xy 40.596225 33.059754) (xy 40.618482 33.08544) (xy 40.659921 33.148866) + (xy 41.298841 32.509946) (xy 41.317075 32.577993) (xy 41.382901 32.692007) (xy 41.475993 32.785099) + (xy 41.590007 32.850925) (xy 41.658051 32.869157) (xy 41.01731 33.509898) (xy 41.037697 33.525766) + (xy 41.037701 33.525768) (xy 41.235628 33.632882) (xy 41.23563 33.632883) (xy 41.448483 33.705955) + (xy 41.44849 33.705957) (xy 41.670477 33.743) (xy 41.895523 33.743) (xy 42.117509 33.705957) (xy 42.117516 33.705955) + (xy 42.330369 33.632883) (xy 42.330371 33.632881) (xy 42.528298 33.525769) (xy 42.548688 33.509898) + (xy 41.907947 32.869157) (xy 41.975993 32.850925) (xy 42.090007 32.785099) (xy 42.183099 32.692007) + (xy 42.248925 32.577993) (xy 42.267158 32.509947) (xy 42.906077 33.148866) (xy 42.906078 33.148866) + (xy 42.947217 33.085899) (xy 43.001221 33.03981) (xy 43.071568 33.030235) (xy 43.135926 33.060212) + (xy 43.158183 33.085898) (xy 43.247279 33.22227) (xy 43.399762 33.387908) (xy 43.454331 33.430381) + (xy 43.577424 33.526189) (xy 43.775426 33.633342) (xy 43.775427 33.633342) (xy 43.775428 33.633343) + (xy 43.887227 33.671723) (xy 43.988365 33.706444) (xy 44.210431 33.7435) (xy 44.210435 33.7435) + (xy 44.435565 33.7435) (xy 44.435569 33.7435) (xy 44.657635 33.706444) (xy 44.870574 33.633342) + (xy 45.068576 33.526189) (xy 45.24624 33.387906) (xy 45.359516 33.264856) (xy 45.420368 33.228286) + (xy 45.491333 33.230421) (xy 45.549878 33.270583) (xy 45.566857 33.301517) (xy 45.567783 33.301086) + (xy 45.570883 33.307733) (xy 45.570885 33.307738) (xy 45.620335 33.387908) (xy 45.66397 33.458652) + (xy 45.663975 33.458658) (xy 45.789341 33.584024) (xy 45.789347 33.584029) (xy 45.789348 33.58403) + (xy 45.940262 33.677115) (xy 46.108574 33.732887) (xy 46.212455 33.7435) (xy 47.513544 33.743499) + (xy 47.617426 33.732887) (xy 47.785738 33.677115) (xy 47.936652 33.58403) (xy 48.06203 33.458652) + (xy 48.155115 33.307738) (xy 48.210887 33.139426) (xy 48.2215 33.035545) (xy 48.221499 31.734456) + (xy 48.219306 31.712993) (xy 48.210887 31.630574) (xy 48.182553 31.545067) (xy 48.155115 31.462262) + (xy 48.06203 31.311348) (xy 48.062029 31.311347) (xy 48.062024 31.311341) (xy 47.936658 31.185975) + (xy 47.936652 31.18597) (xy 47.920167 31.175802) (xy 47.785738 31.092885) (xy 47.785734 31.092883) + (xy 47.785733 31.092883) (xy 47.779086 31.089783) (xy 47.780055 31.087704) (xy 47.730819 31.053611) + (xy 47.703567 30.988053) (xy 47.716085 30.918168) (xy 47.751438 30.874994) (xy 47.786235 30.84791) + (xy 47.786237 30.847908) (xy 47.78624 30.847906) (xy 47.938722 30.682268) (xy 48.06186 30.493791) + (xy 48.152296 30.287616) (xy 48.207564 30.069368) (xy 48.226156 29.845) (xy 48.207564 29.620632) + (xy 48.152296 29.402384) (xy 48.06186 29.196209) (xy 48.044597 29.169786) (xy 47.938724 29.007734) + (xy 47.93872 29.007729) (xy 47.786237 28.842091) (xy 47.704382 28.778381) (xy 47.608576 28.703811) + (xy 47.410574 28.596658) (xy 47.410572 28.596657) (xy 47.410571 28.596656) (xy 47.197639 28.523557) + (xy 47.19763 28.523555) (xy 47.153476 28.516187) (xy 46.975569 28.4865) (xy 46.750431 28.4865) (xy 46.602211 28.511233) + (xy 46.528369 28.523555) (xy 46.52836 28.523557) (xy 46.315428 28.596656) (xy 46.315426 28.596658) + (xy 46.220889 28.647819) (xy 46.117426 28.70381) (xy 46.117424 28.703811) (xy 45.939762 28.842091) + (xy 45.787279 29.007729) (xy 45.698483 29.143643) (xy 45.644479 29.189731) (xy 45.574131 29.199306) + (xy 45.509774 29.169329) (xy 45.487517 29.143643) (xy 45.39872 29.007729) (xy 45.246237 28.842091) + (xy 45.164382 28.778381) (xy 45.068576 28.703811) (xy 44.870574 28.596658) (xy 44.870572 28.596657) + (xy 44.870571 28.596656) (xy 44.657639 28.523557) (xy 44.65763 28.523555) (xy 44.613476 28.516187) + (xy 44.435569 28.4865) (xy 44.210431 28.4865) (xy 44.062211 28.511233) (xy 43.988369 28.523555) + (xy 43.98836 28.523557) (xy 43.775428 28.596656) (xy 43.775426 28.596658) (xy 43.680889 28.647819) + (xy 43.577426 28.70381) (xy 43.577424 28.703811) (xy 43.399762 28.842091) (xy 43.247279 29.007729) + (xy 43.158183 29.144101) (xy 43.104179 29.190189) (xy 43.033831 29.199764) (xy 42.969474 29.169786) + (xy 42.947217 29.1441) (xy 42.906078 29.081132) (xy 42.267157 29.720051) (xy 42.248925 29.652007) + (xy 42.183099 29.537993) (xy 42.090007 29.444901) (xy 41.975993 29.379075) (xy 41.907947 29.360841) + (xy 42.548688 28.7201) (xy 42.548687 28.720099) (xy 42.528308 28.704237) (xy 42.528298 28.704231) + (xy 42.330371 28.597117) (xy 42.330369 28.597116) (xy 42.117516 28.524044) (xy 42.117509 28.524042) + (xy 41.895523 28.487) (xy 41.670477 28.487) (xy 41.44849 28.524042) (xy 41.448483 28.524044) (xy 41.23563 28.597116) + (xy 41.235628 28.597118) (xy 41.0377 28.70423) (xy 41.037693 28.704235) (xy 41.017311 28.720099) + (xy 41.01731 28.7201) (xy 41.658052 29.360842) (xy 41.590007 29.379075) (xy 41.475993 29.444901) + (xy 41.382901 29.537993) (xy 41.317075 29.652007) (xy 41.298842 29.720052) (xy 40.659921 29.081131) + (xy 40.65992 29.081132) (xy 40.618482 29.144558) (xy 40.564479 29.190647) (xy 40.494131 29.200222) + (xy 40.429773 29.170245) (xy 40.407516 29.144558) (xy 40.366078 29.081132) (xy 39.727157 29.720051) + (xy 39.708925 29.652007) (xy 39.643099 29.537993) (xy 39.550007 29.444901) (xy 39.435993 29.379075) + (xy 39.367947 29.360841) (xy 40.008688 28.7201) (xy 40.008687 28.720099) (xy 39.988308 28.704237) + (xy 39.988298 28.704231) (xy 39.790371 28.597117) (xy 39.790369 28.597116) (xy 39.577516 28.524044) + (xy 39.577509 28.524042) (xy 39.355523 28.487) (xy 39.130477 28.487) (xy 38.90849 28.524042) (xy 38.908483 28.524044) + (xy 38.69563 28.597116) (xy 38.695628 28.597118) (xy 38.4977 28.70423) (xy 38.497693 28.704235) + (xy 38.477311 28.720099) (xy 38.47731 28.7201) (xy 39.118052 29.360842) (xy 39.050007 29.379075) + (xy 38.935993 29.444901) (xy 38.842901 29.537993) (xy 38.777075 29.652007) (xy 38.758842 29.720052) + (xy 38.119921 29.081131) (xy 38.119919 29.081132) (xy 38.078781 29.1441) (xy 38.024777 29.190189) + (xy 37.95443 29.199764) (xy 37.890072 29.169787) (xy 37.867816 29.144101) (xy 37.826676 29.081131) + (xy 37.778724 29.007734) (xy 37.77872 29.007729) (xy 37.626237 28.842091) (xy 37.544382 28.778381) + (xy 37.448576 28.703811) (xy 37.250574 28.596658) (xy 37.250572 28.596657) (xy 37.250571 28.596656) + (xy 37.037639 28.523557) (xy 37.03763 28.523555) (xy 36.993476 28.516187) (xy 36.815569 28.4865) + (xy 36.590431 28.4865) (xy 36.442211 28.511233) (xy 36.368369 28.523555) (xy 36.36836 28.523557) + (xy 36.155428 28.596656) (xy 36.155426 28.596658) (xy 36.060889 28.647819) (xy 35.957426 28.70381) + (xy 35.957424 28.703811) (xy 35.779762 28.842091) (xy 35.627279 29.007729) (xy 35.627275 29.007734) + (xy 35.504141 29.196206) (xy 35.413703 29.402386) (xy 35.413702 29.402387) (xy 35.358437 29.620624) + (xy 35.358436 29.62063) (xy 35.358436 29.620632) (xy 35.339844 29.845) (xy 35.355836 30.037993) + (xy 35.358437 30.069375) (xy 35.413702 30.287612) (xy 35.413703 30.287613) (xy 35.504141 30.493793) + (xy 35.627275 30.682265) (xy 35.627279 30.68227) (xy 35.779762 30.847908) (xy 35.834331 30.890381) + (xy 35.957424 30.986189) (xy 35.990678 31.004185) (xy 35.99068 31.004186) (xy 36.041071 31.0542) + (xy 36.056423 31.123516) (xy 36.031862 31.190129) (xy 35.99068 31.225813) (xy 35.957426 31.24381) + (xy 35.957424 31.243811) (xy 35.779762 31.382091) (xy 35.627279 31.547729) (xy 35.627275 31.547734) + (xy 35.504141 31.736206) (xy 35.413703 31.942386) (xy 35.413702 31.942387) (xy 35.358437 32.160624) + (xy 35.358436 32.16063) (xy 35.358436 32.160632) (xy 35.339844 32.385) (xy 25.4605 32.385) (xy 25.4605 28.046287) + (xy 26.5895 28.046287) (xy 26.622754 28.256243) (xy 26.688443 28.458412) (xy 26.784949 28.647816) + (xy 26.909896 28.819792) (xy 26.909898 28.819794) (xy 26.9099 28.819797) (xy 27.060202 28.970099) + (xy 27.060205 28.970101) (xy 27.060208 28.970104) (xy 27.232184 29.095051) (xy 27.421588 29.191557) + (xy 27.623757 29.257246) (xy 27.833713 29.2905) (xy 27.833716 29.2905) (xy 28.046284 29.2905) (xy 28.046287 29.2905) + (xy 28.256243 29.257246) (xy 28.458412 29.191557) (xy 28.647816 29.095051) (xy 28.819792 28.970104) + (xy 28.970104 28.819792) (xy 29.095051 28.647816) (xy 29.191557 28.458412) (xy 29.257246 28.256243) + (xy 29.2905 28.046287) (xy 61.8095 28.046287) (xy 61.842754 28.256243) (xy 61.908443 28.458412) + (xy 62.004949 28.647816) (xy 62.129896 28.819792) (xy 62.129898 28.819794) (xy 62.1299 28.819797) + (xy 62.280202 28.970099) (xy 62.280205 28.970101) (xy 62.280208 28.970104) (xy 62.452184 29.095051) + (xy 62.641588 29.191557) (xy 62.843757 29.257246) (xy 63.053713 29.2905) (xy 63.053716 29.2905) + (xy 63.266284 29.2905) (xy 63.266287 29.2905) (xy 63.476243 29.257246) (xy 63.678412 29.191557) + (xy 63.867816 29.095051) (xy 64.039792 28.970104) (xy 64.190104 28.819792) (xy 64.315051 28.647816) + (xy 64.411557 28.458412) (xy 64.477246 28.256243) (xy 64.5105 28.046287) (xy 64.5105 27.833713) + (xy 64.477246 27.623757) (xy 64.411557 27.421588) (xy 64.315051 27.232184) (xy 64.190104 27.060208) + (xy 64.190101 27.060205) (xy 64.190099 27.060202) (xy 64.039797 26.9099) (xy 64.039794 26.909898) + (xy 64.039792 26.909896) (xy 63.867816 26.784949) (xy 63.678412 26.688443) (xy 63.476243 26.622754) + (xy 63.266287 26.5895) (xy 63.053713 26.5895) (xy 62.843757 26.622754) (xy 62.843754 26.622754) + (xy 62.843753 26.622755) (xy 62.641588 26.688443) (xy 62.641586 26.688444) (xy 62.45218 26.784951) + (xy 62.280205 26.909898) (xy 62.280202 26.9099) (xy 62.1299 27.060202) (xy 62.129898 27.060205) + (xy 62.004951 27.23218) (xy 62.004949 27.232184) (xy 61.908443 27.421588) (xy 61.842754 27.623757) + (xy 61.8095 27.833713) (xy 61.8095 28.046287) (xy 29.2905 28.046287) (xy 29.2905 27.833713) (xy 29.257246 27.623757) + (xy 29.191557 27.421588) (xy 29.095051 27.232184) (xy 28.970104 27.060208) (xy 28.970101 27.060205) + (xy 28.970099 27.060202) (xy 28.819797 26.9099) (xy 28.819794 26.909898) (xy 28.819792 26.909896) + (xy 28.647816 26.784949) (xy 28.458412 26.688443) (xy 28.256243 26.622754) (xy 28.046287 26.5895) + (xy 27.833713 26.5895) (xy 27.623757 26.622754) (xy 27.623754 26.622754) (xy 27.623753 26.622755) + (xy 27.421588 26.688443) (xy 27.421586 26.688444) (xy 27.23218 26.784951) (xy 27.060205 26.909898) + (xy 27.060202 26.9099) (xy 26.9099 27.060202) (xy 26.909898 27.060205) (xy 26.784951 27.23218) (xy 26.784949 27.232184) + (xy 26.688443 27.421588) (xy 26.622754 27.623757) (xy 26.5895 27.833713) (xy 26.5895 28.046287) + (xy 25.4605 28.046287) (xy 25.4605 25.5865) (xy 25.480502 25.518379) (xy 25.534158 25.471886) (xy 25.5865 25.4605) + (xy 65.5135 25.4605) + ) + ) + ) +) \ No newline at end of file diff --git a/src/polivoks/main/main.kicad_pro b/src/polivoks/main/main.kicad_pro index 6527701d..a3740f28 100644 --- a/src/polivoks/main/main.kicad_pro +++ b/src/polivoks/main/main.kicad_pro @@ -174,6 +174,13 @@ "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -549,14 +556,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -570,6 +638,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -586,6 +659,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -593,7 +667,7 @@ "sheets": [ [ "148cef70-57ae-49b0-8e36-f1dc6883bde2", - "" + "Root" ] ], "text_variables": {} diff --git a/src/polivoks/main/main.kicad_sch b/src/polivoks/main/main.kicad_sch index 8d58059b..c7913847 100644 --- a/src/polivoks/main/main.kicad_sch +++ b/src/polivoks/main/main.kicad_sch @@ -1,4264 +1,11165 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 148cef70-57ae-49b0-8e36-f1dc6883bde2) - - (paper "A4") - - (title_block - (title "ПОЛИВОКС") - (date "2020-06-01") - (rev "01") - (comment 1 "schema for main circuit") - (comment 2 "polivoks LM4250 VCF") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Amplifier_Operational:LM4250" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 6.35 6.35 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM4250" (at 5.08 3.81 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 1.27 1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4250.pdf" (at 1.27 3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "Programmable opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Programmable Operational Amplifier, DIP-8/SOIC-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm* TO?5*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LM4250_0_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "LM4250_1_1" - (pin input line (at 0 7.62 270) (length 5.08) - (name "NULL" (effects (font (size 0.508 0.508)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 2.54 7.62 270) (length 6.35) - (name "NULL" (effects (font (size 0.508 0.508)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 0 -7.62 90) (length 5.08) - (name "IQ" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "dual opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TL072_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_3_1" - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x14_Socket" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 17.78 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x14_Socket" (at 0 -20.32 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x14, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x14_Socket_1_1" - (arc (start 0 -17.272) (mid -0.5058 -17.78) (end 0 -18.288) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -14.732) (mid -0.5058 -15.24) (end 0 -15.748) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -12.192) (mid -0.5058 -12.7) (end 0 -13.208) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -9.652) (mid -0.5058 -10.16) (end 0 -10.668) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -7.112) (mid -0.5058 -7.62) (end 0 -8.128) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -4.572) (mid -0.5058 -5.08) (end 0 -5.588) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -17.78) - (xy -0.508 -17.78) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -15.24) - (xy -0.508 -15.24) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -12.7) - (xy -0.508 -12.7) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -10.16) - (xy -0.508 -10.16) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -7.62) - (xy -0.508 -7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -0.508 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 5.08) - (xy -0.508 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 7.62) - (xy -0.508 7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 10.16) - (xy -0.508 10.16) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 12.7) - (xy -0.508 12.7) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 15.24) - (xy -0.508 15.24) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 5.588) (mid -0.5058 5.08) (end 0 4.572) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 8.128) (mid -0.5058 7.62) (end 0 7.112) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 10.668) (mid -0.5058 10.16) (end 0 9.652) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 13.208) (mid -0.5058 12.7) (end 0 12.192) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 15.748) (mid -0.5058 15.24) (end 0 14.732) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 15.24 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -7.62 0) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -10.16 0) (length 3.81) - (name "Pin_11" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -12.7 0) (length 3.81) - (name "Pin_12" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -15.24 0) (length 3.81) - (name "Pin_13" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -17.78 0) (length 3.81) - (name "Pin_14" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 12.7 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 10.16 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 7.62 0) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 1.27 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_02x05_Odd_Even_1_1" - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 3.81 -6.35) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 -2.413) (end 2.54 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 0.127) (end 2.54 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 2.667) (end 2.54 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 5.207) (end 2.54 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 5.08 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 0 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -2.54 180) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C_Polarized" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C_Polarized" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Polarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "CP_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_Polarized_0_1" - (rectangle (start -2.286 0.508) (end 2.286 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 2.286) - (xy -0.762 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.794) - (xy -1.27 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 2.286 -0.508) (end -2.286 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "C_Polarized_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "Transistor_BJT:2N3904" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.905 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2N3904" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "2N3904_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "2N3904_1_1" - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+15V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:-15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "-15V_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy 0.762 1.27) - (xy 0 2.54) - (xy -0.762 1.27) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 205.74 107.95) (diameter 0) (color 0 0 0 0) - (uuid 010ed711-ac97-480f-8c2a-67334c85c42a) - ) - (junction (at 74.93 33.02) (diameter 0) (color 0 0 0 0) - (uuid 0585b916-4964-4a01-bdc8-eded6c2fc958) - ) - (junction (at 229.87 143.51) (diameter 0) (color 0 0 0 0) - (uuid 1393a2ef-69b1-4359-8eb7-f1be9905e398) - ) - (junction (at 60.96 184.15) (diameter 0) (color 0 0 0 0) - (uuid 14236659-20b2-4a43-816f-e2776a054b8f) - ) - (junction (at 83.82 43.18) (diameter 0) (color 0 0 0 0) - (uuid 14614781-129a-4fab-9373-4fcd29badf8a) - ) - (junction (at 26.67 191.77) (diameter 0) (color 0 0 0 0) - (uuid 183d6a5a-6389-4d98-b220-6356d718d4f3) - ) - (junction (at 90.17 191.77) (diameter 0) (color 0 0 0 0) - (uuid 1f37b47a-c75f-4052-a501-408145ab8014) - ) - (junction (at 205.74 64.77) (diameter 0) (color 0 0 0 0) - (uuid 1f6ef78f-97db-4fc5-b8ad-191ad7a7af0e) - ) - (junction (at 43.18 58.42) (diameter 0) (color 0 0 0 0) - (uuid 20096e4a-fa03-4d1d-b94e-5d2fa64ba0f9) - ) - (junction (at 157.48 110.49) (diameter 0) (color 0 0 0 0) - (uuid 25446142-5c89-4fb8-b6a0-0f3578f89c03) - ) - (junction (at 118.11 45.72) (diameter 0) (color 0 0 0 0) - (uuid 2a552103-40fb-4ebc-99b0-ce274cb4d511) - ) - (junction (at 76.2 58.42) (diameter 0) (color 0 0 0 0) - (uuid 3e3e0f24-f5c0-4389-b3d5-ee975d6007a7) - ) - (junction (at 95.25 116.84) (diameter 0) (color 0 0 0 0) - (uuid 44cb9d49-c46d-4364-b5dc-72f4ad6dea2b) - ) - (junction (at 240.03 67.31) (diameter 0) (color 0 0 0 0) - (uuid 4529c535-1b3f-4193-b32e-3ec412fb590c) - ) - (junction (at 43.18 24.13) (diameter 0) (color 0 0 0 0) - (uuid 46aa49ba-6083-44bf-83db-784bd1badf5b) - ) - (junction (at 81.28 176.53) (diameter 0) (color 0 0 0 0) - (uuid 47dea51c-d94b-48dc-a6e6-01a064177949) - ) - (junction (at 83.82 91.44) (diameter 0) (color 0 0 0 0) - (uuid 4834f9a7-e2ac-4b15-b895-620bc757f776) - ) - (junction (at 90.17 43.18) (diameter 0) (color 0 0 0 0) - (uuid 49038e2b-f03d-4b8a-b3c5-e10e22eac4b5) - ) - (junction (at 118.11 31.75) (diameter 0) (color 0 0 0 0) - (uuid 49428429-158d-4cb4-9439-55a3da965032) - ) - (junction (at 49.53 191.77) (diameter 0) (color 0 0 0 0) - (uuid 5933a040-1090-49a0-88f0-79d96d46aa72) - ) - (junction (at 57.15 58.42) (diameter 0) (color 0 0 0 0) - (uuid 5a64b466-bae1-4cb5-b69c-9179db2a251d) - ) - (junction (at 146.05 110.49) (diameter 0) (color 0 0 0 0) - (uuid 5dc87491-c1bb-47c6-9cdb-5ebc91e1866a) - ) - (junction (at 111.76 184.15) (diameter 0) (color 0 0 0 0) - (uuid 6073363c-f610-4713-8099-229c5540698a) - ) - (junction (at 26.67 184.15) (diameter 0) (color 0 0 0 0) - (uuid 6165cd79-875c-4c28-b394-722c85b4977b) - ) - (junction (at 99.06 191.77) (diameter 0) (color 0 0 0 0) - (uuid 815464ad-d757-4872-a876-47cac9c0a6ec) - ) - (junction (at 39.37 176.53) (diameter 0) (color 0 0 0 0) - (uuid 819f30c6-67bf-4296-a850-793884027b19) - ) - (junction (at 114.3 107.95) (diameter 0) (color 0 0 0 0) - (uuid 8eb7548b-c3ff-4783-bd44-7f4974671bf5) - ) - (junction (at 69.85 176.53) (diameter 0) (color 0 0 0 0) - (uuid 977fb150-9796-4179-bbe7-9a32fcf8d293) - ) - (junction (at 215.9 69.85) (diameter 0) (color 0 0 0 0) - (uuid 99032be0-a315-494f-b79f-14e51d9c8302) - ) - (junction (at 99.06 184.15) (diameter 0) (color 0 0 0 0) - (uuid 9b2b2e26-f925-405d-94aa-b69a8442cc19) - ) - (junction (at 39.37 191.77) (diameter 0) (color 0 0 0 0) - (uuid a4bde68e-a940-4e3e-9d24-5cff1e0c84ef) - ) - (junction (at 99.06 176.53) (diameter 0) (color 0 0 0 0) - (uuid a5534b81-6e28-4e1c-8400-8d77e91b1321) - ) - (junction (at 60.96 176.53) (diameter 0) (color 0 0 0 0) - (uuid a647889e-706c-47da-80e2-b6ec351c9213) - ) - (junction (at 90.17 176.53) (diameter 0) (color 0 0 0 0) - (uuid a840ff70-c613-458b-b716-5afc6e6f4248) - ) - (junction (at 81.28 191.77) (diameter 0) (color 0 0 0 0) - (uuid b66fa0c3-b8ae-45ee-841d-1eeb2412068c) - ) - (junction (at 26.67 176.53) (diameter 0) (color 0 0 0 0) - (uuid b6b32e88-93ff-46d8-802b-52ca348e187c) - ) - (junction (at 39.37 184.15) (diameter 0) (color 0 0 0 0) - (uuid b8e7f940-6956-4c2f-91ab-748c8e1fa66a) - ) - (junction (at 156.21 74.93) (diameter 0) (color 0 0 0 0) - (uuid bf8f2a8d-2c55-4053-9d70-b8999cae2d35) - ) - (junction (at 60.96 191.77) (diameter 0) (color 0 0 0 0) - (uuid c67ae7be-12d5-42cb-b4e7-f5c1b1ea479f) - ) - (junction (at 69.85 191.77) (diameter 0) (color 0 0 0 0) - (uuid ceb9364b-3ce7-4e46-a491-eade5dcc27f0) - ) - (junction (at 240.03 110.49) (diameter 0) (color 0 0 0 0) - (uuid d728ace2-73a0-4a6d-9fe6-d283a0d681ac) - ) - (junction (at 215.9 113.03) (diameter 0) (color 0 0 0 0) - (uuid db844d60-e2ef-4fa5-8558-d0a10d5fa67a) - ) - (junction (at 49.53 176.53) (diameter 0) (color 0 0 0 0) - (uuid dc82b07f-fbf6-410b-b8e8-a82e2c94ba13) - ) - (junction (at 191.77 107.95) (diameter 0) (color 0 0 0 0) - (uuid f3a6a3cf-d922-47a5-a483-c40bbd754490) - ) - (junction (at 97.79 43.18) (diameter 0) (color 0 0 0 0) - (uuid f5365c3b-f978-40a0-bf43-5407591102a1) - ) - (junction (at 81.28 184.15) (diameter 0) (color 0 0 0 0) - (uuid fd6d53a8-fffd-4f7f-9451-ee99fe4a5c14) - ) - - (no_connect (at 137.16 118.11) (uuid 12f8f774-b56c-430b-9674-fe925bdb8cb3)) - (no_connect (at 177.8 115.57) (uuid 59c5b6b7-a0ec-44e8-a379-95561ad232b7)) - (no_connect (at 134.62 118.11) (uuid 9a47dd5e-224e-4e73-a90c-7634c8e7a937)) - (no_connect (at 180.34 115.57) (uuid 9e64b3a1-e127-4654-ba3b-09244004663c)) - - (wire (pts (xy 146.05 110.49) (xy 146.05 64.77)) - (stroke (width 0) (type default)) - (uuid 0258ae14-3e16-4544-9cfe-a0fbc4c507d1) - ) - (wire (pts (xy 35.56 36.83) (xy 74.93 36.83)) - (stroke (width 0) (type default)) - (uuid 040d5378-6989-4c11-9c79-71e7d31862c1) - ) - (wire (pts (xy 134.62 74.93) (xy 156.21 74.93)) - (stroke (width 0) (type default)) - (uuid 05248ad0-bdeb-4284-944a-1796a0297b60) - ) - (wire (pts (xy 215.9 116.84) (xy 215.9 113.03)) - (stroke (width 0) (type default)) - (uuid 07df54fd-6c85-4a4c-b0e9-4f3f72fc7de9) - ) - (wire (pts (xy 123.19 45.72) (xy 118.11 45.72)) - (stroke (width 0) (type default)) - (uuid 08bedb99-884b-4732-932d-418b425a491c) - ) - (wire (pts (xy 215.9 53.34) (xy 215.9 69.85)) - (stroke (width 0) (type default)) - (uuid 097ecfda-ea61-4199-b06c-0bc71496ddbb) - ) - (wire (pts (xy 170.18 110.49) (xy 157.48 110.49)) - (stroke (width 0) (type default)) - (uuid 0e62ff87-ccab-4542-89dc-6eb0c8638e15) - ) - (wire (pts (xy 205.74 64.77) (xy 205.74 73.66)) - (stroke (width 0) (type default)) - (uuid 105f1011-17f3-4586-9f59-6489ac9d1605) - ) - (wire (pts (xy 123.19 113.03) (xy 123.19 123.19)) - (stroke (width 0) (type default)) - (uuid 10add5d6-cdef-43ef-bc10-70fddd14ed0d) - ) - (wire (pts (xy 39.37 176.53) (xy 49.53 176.53)) - (stroke (width 0) (type default)) - (uuid 12e365a5-3f50-47af-a2e2-3133ac854e9c) - ) - (wire (pts (xy 156.21 74.93) (xy 156.21 45.72)) - (stroke (width 0) (type default)) - (uuid 15155f7c-0a69-4f1d-8975-d50d763e4653) - ) - (wire (pts (xy 114.3 104.14) (xy 114.3 107.95)) - (stroke (width 0) (type default)) - (uuid 16634580-8282-4433-80c7-6ca8e1042a80) - ) - (wire (pts (xy 90.17 176.53) (xy 99.06 176.53)) - (stroke (width 0) (type default)) - (uuid 17833b64-3e57-44b5-a334-19841fd7c659) - ) - (wire (pts (xy 21.59 176.53) (xy 26.67 176.53)) - (stroke (width 0) (type default)) - (uuid 18103e78-e00d-4132-8d06-9c2ca7bdee44) - ) - (wire (pts (xy 100.33 48.26) (xy 97.79 48.26)) - (stroke (width 0) (type default)) - (uuid 181a2faf-aa11-4e93-90ed-286b2c64aa5c) - ) - (wire (pts (xy 118.11 41.91) (xy 118.11 45.72)) - (stroke (width 0) (type default)) - (uuid 1ac7dc39-de68-47cc-9778-789df16d8757) - ) - (wire (pts (xy 157.48 110.49) (xy 157.48 115.57)) - (stroke (width 0) (type default)) - (uuid 1af6da0e-6af9-4b6a-bf37-93923aab42e3) - ) - (wire (pts (xy 90.17 38.1) (xy 90.17 43.18)) - (stroke (width 0) (type default)) - (uuid 1c47d459-15a6-4453-90a5-2ae7fa28a367) - ) - (wire (pts (xy 76.2 71.12) (xy 74.93 71.12)) - (stroke (width 0) (type default)) - (uuid 1c4bdde5-c370-4f62-aefc-525cccc154ec) - ) - (wire (pts (xy 177.8 74.93) (xy 156.21 74.93)) - (stroke (width 0) (type default)) - (uuid 24559803-6996-4584-b715-34f6616e3f0d) - ) - (wire (pts (xy 95.25 107.95) (xy 114.3 107.95)) - (stroke (width 0) (type default)) - (uuid 2654c351-879d-407e-ac6c-0a04cf7f0f16) - ) - (wire (pts (xy 156.21 110.49) (xy 157.48 110.49)) - (stroke (width 0) (type default)) - (uuid 270a69e9-934f-487c-b9e0-9cf5af5bdf92) - ) - (wire (pts (xy 43.18 64.77) (xy 43.18 58.42)) - (stroke (width 0) (type default)) - (uuid 29a99ddf-ba9c-4571-85ca-6100ddbe6af8) - ) - (wire (pts (xy 100.33 43.18) (xy 97.79 43.18)) - (stroke (width 0) (type default)) - (uuid 2cb479bb-ac09-47bc-8a71-660640ef62e5) - ) - (wire (pts (xy 26.67 191.77) (xy 39.37 191.77)) - (stroke (width 0) (type default)) - (uuid 2d493cae-cb30-455d-ae84-3cfd5c66fbac) - ) - (wire (pts (xy 99.06 176.53) (xy 111.76 176.53)) - (stroke (width 0) (type default)) - (uuid 2e6dbb25-bcfc-4e25-9b95-3072183f20e4) - ) - (wire (pts (xy 97.79 48.26) (xy 97.79 49.53)) - (stroke (width 0) (type default)) - (uuid 2fb2d8ac-4b39-4147-9840-edc33c3de657) - ) - (wire (pts (xy 195.58 107.95) (xy 191.77 107.95)) - (stroke (width 0) (type default)) - (uuid 33e753a0-9d37-47e6-8a37-392990eaef3d) - ) - (wire (pts (xy 69.85 191.77) (xy 81.28 191.77)) - (stroke (width 0) (type default)) - (uuid 36dedadb-9b00-4fbd-8b47-8e1bb851c032) - ) - (wire (pts (xy 60.96 191.77) (xy 69.85 191.77)) - (stroke (width 0) (type default)) - (uuid 396f66a6-566d-46cc-8bf6-905ec2f07ae0) - ) - (wire (pts (xy 49.53 191.77) (xy 60.96 191.77)) - (stroke (width 0) (type default)) - (uuid 39b43090-be0f-4155-a359-6087cdda8d62) - ) - (wire (pts (xy 128.27 31.75) (xy 118.11 31.75)) - (stroke (width 0) (type default)) - (uuid 39b4c028-b90d-46eb-b76e-7814b9667fa3) - ) - (wire (pts (xy 133.35 45.72) (xy 156.21 45.72)) - (stroke (width 0) (type default)) - (uuid 3a97b6a6-3bb2-43df-b56b-dac7007d469d) - ) - (wire (pts (xy 71.12 91.44) (xy 83.82 91.44)) - (stroke (width 0) (type default)) - (uuid 41254741-02f3-4ab4-88e5-58f126ea2aa4) - ) - (wire (pts (xy 90.17 43.18) (xy 97.79 43.18)) - (stroke (width 0) (type default)) - (uuid 42bb823a-7ab9-4d08-9297-b095342cb4d6) - ) - (wire (pts (xy 127 107.95) (xy 114.3 107.95)) - (stroke (width 0) (type default)) - (uuid 4362a9f3-725c-47fd-98f1-8f819fb14108) - ) - (wire (pts (xy 60.96 184.15) (xy 81.28 184.15)) - (stroke (width 0) (type default)) - (uuid 449a0541-4f17-4f77-8c98-f5d69fad8cc0) - ) - (wire (pts (xy 191.77 107.95) (xy 185.42 107.95)) - (stroke (width 0) (type default)) - (uuid 460ab20e-310c-4482-be50-27ee06aebce4) - ) - (wire (pts (xy 43.18 58.42) (xy 45.72 58.42)) - (stroke (width 0) (type default)) - (uuid 47f705ab-a386-45e6-a888-1f776656df93) - ) - (wire (pts (xy 63.5 58.42) (xy 57.15 58.42)) - (stroke (width 0) (type default)) - (uuid 490921a4-a807-4f4c-b829-be4ea24388d7) - ) - (wire (pts (xy 224.79 96.52) (xy 215.9 96.52)) - (stroke (width 0) (type default)) - (uuid 490c3a3f-8d78-4926-8524-b4a058f9b08b) - ) - (wire (pts (xy 240.03 53.34) (xy 240.03 67.31)) - (stroke (width 0) (type default)) - (uuid 49b14a46-c4db-49c9-a1f9-a0ededd8e0d2) - ) - (wire (pts (xy 177.8 100.33) (xy 177.8 87.63)) - (stroke (width 0) (type default)) - (uuid 4a53f360-ba2a-4aad-894a-1c7b5adb0aa1) - ) - (wire (pts (xy 146.05 64.77) (xy 195.58 64.77)) - (stroke (width 0) (type default)) - (uuid 4c28d0e4-8b6d-4c90-82fe-4dcf45d72919) - ) - (wire (pts (xy 177.8 80.01) (xy 177.8 74.93)) - (stroke (width 0) (type default)) - (uuid 51360483-c97a-4746-b190-a263b1e25452) - ) - (wire (pts (xy 170.18 105.41) (xy 166.37 105.41)) - (stroke (width 0) (type default)) - (uuid 5753f0b6-7d2c-4c06-8c08-038e2665885c) - ) - (wire (pts (xy 215.9 73.66) (xy 215.9 69.85)) - (stroke (width 0) (type default)) - (uuid 58791f37-41cc-473e-81bb-01cb4aff7678) - ) - (wire (pts (xy 127 113.03) (xy 123.19 113.03)) - (stroke (width 0) (type default)) - (uuid 59c4a09a-07a1-477a-b7fb-901008215d28) - ) - (wire (pts (xy 76.2 49.53) (xy 76.2 58.42)) - (stroke (width 0) (type default)) - (uuid 5a22658f-5b21-4a3e-b114-ac1a64447567) - ) - (wire (pts (xy 43.18 24.13) (xy 49.53 24.13)) - (stroke (width 0) (type default)) - (uuid 5d3bd2b7-2e4f-40c0-8aee-2ad88b622573) - ) - (wire (pts (xy 199.39 152.4) (xy 198.12 152.4)) - (stroke (width 0) (type default)) - (uuid 5e559970-0f45-41d0-86ec-75bd8bfba54a) - ) - (wire (pts (xy 205.74 107.95) (xy 219.71 107.95)) - (stroke (width 0) (type default)) - (uuid 5fc37ffb-0662-4b19-bde6-6041389bc1a1) - ) - (wire (pts (xy 83.82 91.44) (xy 83.82 104.14)) - (stroke (width 0) (type default)) - (uuid 5fdc3b1a-54ab-426e-9140-23562c09fe0f) - ) - (wire (pts (xy 21.59 184.15) (xy 26.67 184.15)) - (stroke (width 0) (type default)) - (uuid 60954a30-7d9e-4972-9f81-8ad606749cbb) - ) - (wire (pts (xy 146.05 139.7) (xy 146.05 110.49)) - (stroke (width 0) (type default)) - (uuid 635dbed7-624e-4075-9179-16598b824489) - ) - (wire (pts (xy 43.18 72.39) (xy 43.18 74.93)) - (stroke (width 0) (type default)) - (uuid 645dfe5d-da88-4244-8931-393c5dfea951) - ) - (wire (pts (xy 74.93 36.83) (xy 74.93 33.02)) - (stroke (width 0) (type default)) - (uuid 65470e1f-b3a2-4542-8208-a28a60fe8f98) - ) - (wire (pts (xy 215.9 96.52) (xy 215.9 113.03)) - (stroke (width 0) (type default)) - (uuid 6791da63-ccf8-426c-b3d9-fafceb96f579) - ) - (wire (pts (xy 63.5 91.44) (xy 35.56 91.44)) - (stroke (width 0) (type default)) - (uuid 67e717e4-d8d4-4790-af51-1a681cd5c6c7) - ) - (wire (pts (xy 83.82 43.18) (xy 90.17 43.18)) - (stroke (width 0) (type default)) - (uuid 6eee5158-4b9f-4e93-8bf3-c72d79d2d1ae) - ) - (wire (pts (xy 198.12 152.4) (xy 198.12 153.67)) - (stroke (width 0) (type default)) - (uuid 70b16d99-2326-4ea4-8dbb-977be7cd9715) - ) - (wire (pts (xy 39.37 191.77) (xy 49.53 191.77)) - (stroke (width 0) (type default)) - (uuid 7203da95-e5cb-4fc7-8383-285de93856a1) - ) - (wire (pts (xy 114.3 107.95) (xy 114.3 115.57)) - (stroke (width 0) (type default)) - (uuid 7644f5a1-8817-47fd-bbd6-b03ffb560318) - ) - (wire (pts (xy 128.27 38.1) (xy 128.27 31.75)) - (stroke (width 0) (type default)) - (uuid 78dc27b1-39a3-49db-aada-1d3eeaf3999d) - ) - (wire (pts (xy 134.62 87.63) (xy 134.62 102.87)) - (stroke (width 0) (type default)) - (uuid 78e71099-1d8f-4290-956f-ab51f6cfe74d) - ) - (wire (pts (xy 203.2 64.77) (xy 205.74 64.77)) - (stroke (width 0) (type default)) - (uuid 7cfd0678-2951-45a5-8e54-6e748e55bd28) - ) - (wire (pts (xy 99.06 184.15) (xy 111.76 184.15)) - (stroke (width 0) (type default)) - (uuid 7e692869-67f6-4569-8db7-ed1580101b2e) - ) - (wire (pts (xy 20.32 191.77) (xy 26.67 191.77)) - (stroke (width 0) (type default)) - (uuid 8016eacf-efca-439c-a985-a7094626e8f7) - ) - (wire (pts (xy 76.2 49.53) (xy 35.56 49.53)) - (stroke (width 0) (type default)) - (uuid 810cba21-4cd4-4eb0-b3e6-c84c1bfabd1c) - ) - (wire (pts (xy 240.03 96.52) (xy 240.03 110.49)) - (stroke (width 0) (type default)) - (uuid 81a20470-3869-48eb-8464-d8382778aeb2) - ) - (wire (pts (xy 118.11 45.72) (xy 115.57 45.72)) - (stroke (width 0) (type default)) - (uuid 828e8184-f5fa-4bbd-9659-90dbd466de79) - ) - (wire (pts (xy 199.39 140.97) (xy 199.39 147.32)) - (stroke (width 0) (type default)) - (uuid 85a6a18f-ab61-4dea-aa80-6150a18f63d5) - ) - (wire (pts (xy 57.15 73.66) (xy 57.15 74.93)) - (stroke (width 0) (type default)) - (uuid 85bc4ad1-4284-4fae-8b03-3962709d6eab) - ) - (wire (pts (xy 118.11 31.75) (xy 118.11 34.29)) - (stroke (width 0) (type default)) - (uuid 88a574d2-f62c-4698-b197-6114e5f327d7) - ) - (wire (pts (xy 240.03 67.31) (xy 234.95 67.31)) - (stroke (width 0) (type default)) - (uuid 88a58a67-1b69-4473-ba61-74999171bf54) - ) - (wire (pts (xy 59.69 73.66) (xy 57.15 73.66)) - (stroke (width 0) (type default)) - (uuid 8ca1d0c4-a00f-40de-a33f-8037e21ec9b9) - ) - (wire (pts (xy 35.56 43.18) (xy 74.93 43.18)) - (stroke (width 0) (type default)) - (uuid 8eaa2604-7287-4487-a256-3cb57727b623) - ) - (wire (pts (xy 95.25 107.95) (xy 95.25 116.84)) - (stroke (width 0) (type default)) - (uuid 904488c4-8749-4f84-ad63-cffb1c3f0aa4) - ) - (wire (pts (xy 215.9 69.85) (xy 219.71 69.85)) - (stroke (width 0) (type default)) - (uuid 91440673-dbcf-415d-bd28-6863f8b00f18) - ) - (wire (pts (xy 240.03 110.49) (xy 234.95 110.49)) - (stroke (width 0) (type default)) - (uuid 92641238-cb2c-48f3-bf68-691f1cbabf79) - ) - (wire (pts (xy 63.5 116.84) (xy 35.56 116.84)) - (stroke (width 0) (type default)) - (uuid 92fc0110-65a4-46b4-a248-977db844de48) - ) - (wire (pts (xy 57.15 68.58) (xy 59.69 68.58)) - (stroke (width 0) (type default)) - (uuid 943fb152-d123-4c7b-a901-9e71254fa77a) - ) - (wire (pts (xy 242.57 110.49) (xy 240.03 110.49)) - (stroke (width 0) (type default)) - (uuid 968ae34d-626d-4396-88fa-db7633929f02) - ) - (wire (pts (xy 49.53 176.53) (xy 60.96 176.53)) - (stroke (width 0) (type default)) - (uuid 98a6a41d-537b-48d8-a521-3886aea6ef43) - ) - (wire (pts (xy 114.3 92.71) (xy 114.3 96.52)) - (stroke (width 0) (type default)) - (uuid 99f9f148-0b0e-454e-9267-46171f277b34) - ) - (wire (pts (xy 35.56 104.14) (xy 63.5 104.14)) - (stroke (width 0) (type default)) - (uuid 9e13cb45-9a71-460b-8127-a61ba16dd691) - ) - (wire (pts (xy 69.85 176.53) (xy 81.28 176.53)) - (stroke (width 0) (type default)) - (uuid 9e87132e-5bea-4121-a834-3576c935bef0) - ) - (wire (pts (xy 166.37 105.41) (xy 166.37 123.19)) - (stroke (width 0) (type default)) - (uuid a5a894c9-e767-4690-b950-c64fcf48a1e2) - ) - (wire (pts (xy 53.34 58.42) (xy 57.15 58.42)) - (stroke (width 0) (type default)) - (uuid abeb02ce-8e3b-427f-9345-e274e85bbfc4) - ) - (wire (pts (xy 76.2 58.42) (xy 76.2 71.12)) - (stroke (width 0) (type default)) - (uuid ae01efb7-5543-4b38-b852-e3cbf9e1e7f9) - ) - (wire (pts (xy 214.63 149.86) (xy 214.63 140.97)) - (stroke (width 0) (type default)) - (uuid aec739f2-f1c8-4c2e-8b8c-94dd8280b0fa) - ) - (wire (pts (xy 232.41 96.52) (xy 240.03 96.52)) - (stroke (width 0) (type default)) - (uuid b28c334d-cd40-43da-85dd-11bd79c27fac) - ) - (wire (pts (xy 205.74 107.95) (xy 205.74 116.84)) - (stroke (width 0) (type default)) - (uuid b4f0b6f5-81a8-41d0-b058-b5cafd36da1c) - ) - (wire (pts (xy 95.25 116.84) (xy 95.25 139.7)) - (stroke (width 0) (type default)) - (uuid b64e6429-c13e-4e72-8636-8d3ea74086d6) - ) - (wire (pts (xy 60.96 176.53) (xy 69.85 176.53)) - (stroke (width 0) (type default)) - (uuid b77549fc-3112-45ec-bde3-d2a30468d80a) - ) - (wire (pts (xy 97.79 31.75) (xy 97.79 43.18)) - (stroke (width 0) (type default)) - (uuid b92e5705-dac9-42cc-8028-e1e622915b22) - ) - (wire (pts (xy 191.77 92.71) (xy 191.77 107.95)) - (stroke (width 0) (type default)) - (uuid bb7a2dd8-d69c-481a-af33-8dfab228b178) - ) - (wire (pts (xy 71.12 58.42) (xy 76.2 58.42)) - (stroke (width 0) (type default)) - (uuid bf1394b4-b8bd-4c0d-9c54-f82afdec0efe) - ) - (wire (pts (xy 71.12 116.84) (xy 95.25 116.84)) - (stroke (width 0) (type default)) - (uuid bfc452c1-4245-4c77-938a-1b5040608a88) - ) - (wire (pts (xy 83.82 43.18) (xy 83.82 91.44)) - (stroke (width 0) (type default)) - (uuid bffcb7f0-7fcc-49d9-b5de-c6910a713504) - ) - (wire (pts (xy 224.79 53.34) (xy 215.9 53.34)) - (stroke (width 0) (type default)) - (uuid c0cfabd5-09b0-466e-a941-a8c6bd313b60) - ) - (wire (pts (xy 59.69 33.02) (xy 74.93 33.02)) - (stroke (width 0) (type default)) - (uuid c0e26a9d-d1c7-49f9-b32c-2e72720c61cd) - ) - (wire (pts (xy 81.28 191.77) (xy 90.17 191.77)) - (stroke (width 0) (type default)) - (uuid c1e61783-9f7d-40c9-be53-b1cc3e919e79) - ) - (wire (pts (xy 205.74 64.77) (xy 219.71 64.77)) - (stroke (width 0) (type default)) - (uuid c37fa95d-e181-45d2-b995-a6387227906b) - ) - (wire (pts (xy 142.24 110.49) (xy 146.05 110.49)) - (stroke (width 0) (type default)) - (uuid c46b456f-62eb-47d6-a4fb-d9ee33eab695) - ) - (wire (pts (xy 114.3 92.71) (xy 191.77 92.71)) - (stroke (width 0) (type default)) - (uuid c6318b5c-e4a8-437b-8636-781f48c413c5) - ) - (wire (pts (xy 71.12 104.14) (xy 83.82 104.14)) - (stroke (width 0) (type default)) - (uuid c65a9ecb-c515-4662-824d-d8b44a214c9a) - ) - (wire (pts (xy 74.93 33.02) (xy 74.93 26.67)) - (stroke (width 0) (type default)) - (uuid c9556583-cd47-41f2-ba66-bd64514477d6) - ) - (wire (pts (xy 134.62 74.93) (xy 134.62 80.01)) - (stroke (width 0) (type default)) - (uuid cc669fdb-3977-49a2-85ce-594aeb85f971) - ) - (wire (pts (xy 43.18 58.42) (xy 43.18 24.13)) - (stroke (width 0) (type default)) - (uuid cc9edc87-5d39-42a1-9815-511fe29ebcdf) - ) - (wire (pts (xy 82.55 43.18) (xy 83.82 43.18)) - (stroke (width 0) (type default)) - (uuid ce154567-eba6-4596-aaa4-ca8948b808f6) - ) - (wire (pts (xy 39.37 184.15) (xy 60.96 184.15)) - (stroke (width 0) (type default)) - (uuid cecf09bf-cc29-44ef-9fde-36d279672684) - ) - (wire (pts (xy 203.2 107.95) (xy 205.74 107.95)) - (stroke (width 0) (type default)) - (uuid cfcf07b7-1f1d-4e46-8293-efabbb7174b8) - ) - (wire (pts (xy 215.9 113.03) (xy 219.71 113.03)) - (stroke (width 0) (type default)) - (uuid d0384981-116a-48a4-9215-f9a6cd42d068) - ) - (wire (pts (xy 214.63 140.97) (xy 199.39 140.97)) - (stroke (width 0) (type default)) - (uuid d5cc5dc4-599d-4f6e-9070-3159654ba0a5) - ) - (wire (pts (xy 81.28 176.53) (xy 90.17 176.53)) - (stroke (width 0) (type default)) - (uuid d621d8ad-f586-455e-a02b-9d3f6e6bb13c) - ) - (wire (pts (xy 242.57 67.31) (xy 240.03 67.31)) - (stroke (width 0) (type default)) - (uuid dcab84e9-042d-43dc-95dd-b04324f41c80) - ) - (wire (pts (xy 26.67 184.15) (xy 39.37 184.15)) - (stroke (width 0) (type default)) - (uuid e30a1fbb-166d-4e13-9bad-f5c5344a8fe1) - ) - (wire (pts (xy 81.28 184.15) (xy 99.06 184.15)) - (stroke (width 0) (type default)) - (uuid e3e7d21a-e465-44ac-9a02-e01cfa556299) - ) - (wire (pts (xy 146.05 110.49) (xy 148.59 110.49)) - (stroke (width 0) (type default)) - (uuid e65ab64a-8ab6-4447-ab86-298c8c11aade) - ) - (wire (pts (xy 59.69 29.21) (xy 59.69 33.02)) - (stroke (width 0) (type default)) - (uuid e93eab14-bbd9-4970-85ba-6e293e1735bf) - ) - (wire (pts (xy 26.67 176.53) (xy 39.37 176.53)) - (stroke (width 0) (type default)) - (uuid eb2e7e2d-1a29-4631-91e5-46f52b4f7dd4) - ) - (wire (pts (xy 232.41 53.34) (xy 240.03 53.34)) - (stroke (width 0) (type default)) - (uuid eb8268d5-e6c6-441e-9ff9-38283a576018) - ) - (wire (pts (xy 57.15 58.42) (xy 57.15 68.58)) - (stroke (width 0) (type default)) - (uuid ecbe935a-edc9-4e67-b0ed-a46b98ebd2fc) - ) - (wire (pts (xy 40.64 24.13) (xy 43.18 24.13)) - (stroke (width 0) (type default)) - (uuid f36d350b-92e3-4dc4-a026-431b18858708) - ) - (wire (pts (xy 90.17 191.77) (xy 99.06 191.77)) - (stroke (width 0) (type default)) - (uuid f663bc5b-714a-4b0c-a021-f87a3ac60914) - ) - (wire (pts (xy 97.79 31.75) (xy 118.11 31.75)) - (stroke (width 0) (type default)) - (uuid f83b8aba-502a-4f49-9182-0f040aee4bc8) - ) - (wire (pts (xy 99.06 191.77) (xy 111.76 191.77)) - (stroke (width 0) (type default)) - (uuid f959cfc3-4946-4c8e-a21d-92c94382b29e) - ) - (wire (pts (xy 57.15 24.13) (xy 59.69 24.13)) - (stroke (width 0) (type default)) - (uuid fda39972-3b43-464b-afc8-7ea1aa3b19df) - ) - - (text "LM4250" (at 107.95 187.96 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 79e31938-7100-462b-8084-df5517b1404c) - ) - (text "LM4250" (at 120.65 187.96 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9e604777-535d-4607-94cc-c2ff8ee1784b) - ) - (text "Power" (at 134.62 190.5 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9eadee2a-3dae-42a0-8c0c-9e6e90d44b70) - ) - - (label "fm_in" (at 269.24 135.89 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 01923a2b-51d5-4bab-9951-51bf7f80fab1) - ) - (label "in" (at 269.24 151.13 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 01d16eab-07fb-45ff-9e70-6ada22fbf280) - ) - (label "lp_out" (at 269.24 161.29 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 02d5b7cc-2eda-4a17-aad3-ba28606a85f0) - ) - (label "fm_level_3" (at 269.24 138.43 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 034f5397-251c-4664-88ef-3c36b520bdfc) - ) - (label "fm_level_1" (at 35.56 36.83 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 0ec9e10f-f19d-4a9d-bca2-7943a51bce9e) - ) - (label "freq" (at 269.24 146.05 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 0f9f2595-f7d1-46ab-a88a-0e2be8ab6074) - ) - (label "bp_out" (at 269.24 158.75 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 21e492a7-41cd-4fd2-a93c-7cf0879b2b75) - ) - (label "fm_in" (at 40.64 24.13 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 2dc4db6c-c59c-47cc-ba0b-828c16c564e9) - ) - (label "bp_out" (at 242.57 67.31 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 3f192998-d058-4df0-b279-d6f7b9ff3df8) - ) - (label "fm_level_1" (at 269.24 143.51 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 45310c04-4718-4f83-8bf8-261d8978d38d) - ) - (label "cv" (at 35.56 104.14 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 69629597-bac7-416a-a9e4-65951039931f) - ) - (label "freq" (at 35.56 91.44 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 78dc2ea1-7777-4e96-9c72-e2f991353d0a) - ) - (label "fm_level_3" (at 35.56 49.53 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 954b4def-27c6-4527-8fa4-0d696ef96ee9) - ) - (label "cv" (at 269.24 148.59 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 95f182f1-1d3f-488e-94c6-c4bd253e85fe) - ) - (label "lp_out" (at 242.57 110.49 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a77e0064-5400-4dc5-863d-3a8242873637) - ) - (label "fm_level_2" (at 269.24 140.97 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid aace14b6-29e4-4af0-88df-3e35267ca742) - ) - (label "in" (at 35.56 116.84 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid adddbcaf-dc70-41ca-8215-445bfe15da3b) - ) - (label "res_1" (at 269.24 153.67 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c8b3f3db-e680-4c34-8991-ba3872291ec4) - ) - (label "res_1" (at 95.25 139.7 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid c963f151-8230-4e27-b6a7-f0b8dc9c5540) - ) - (label "res_2" (at 269.24 156.21 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid cf0e8d37-71e5-4839-b437-c9f383a23fac) - ) - (label "res_2" (at 146.05 139.7 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid ebf50e30-5fd7-4823-81f3-ec0345b69a8a) - ) - (label "fm_level_2" (at 35.56 43.18 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid f33527ae-a2d6-4247-b6e0-fc8a3be39d65) - ) - - (symbol (lib_id "power:+15V") (at 21.59 176.53 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5bf152) - (property "Reference" "#PWR02" (at 25.4 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 18.3388 176.149 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 21.59 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 21.59 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 560ff776-e125-471d-8fa4-c9bff86be23a)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 26.67 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5c24d0) - (property "Reference" "C1" (at 29.6672 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10u" (at 29.6672 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 27.6352 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 26.67 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fd78a8a9-5a28-4ba7-9076-0cb5f77530f2)) - (pin "2" (uuid 1a0f4982-b453-4f16-b42a-dee38f3233de)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 26.67 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5c2809) - (property "Reference" "C2" (at 29.6672 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10u" (at 29.6672 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 27.6352 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 26.67 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 74000883-3b0b-4043-a882-a8ce15941315)) - (pin "2" (uuid 6975374d-0bf6-4398-8784-7085942b53a4)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 21.59 184.15 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5c2dbb) - (property "Reference" "#PWR03" (at 15.24 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 17.1958 184.277 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 21.59 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 21.59 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f4980cf0-20c4-4298-b04e-ced72d3bef86)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 39.37 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5d98ea) - (property "Reference" "C3" (at 42.291 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 42.291 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 40.3352 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 39.37 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 40798893-20d4-45ef-9131-6cada27a4988)) - (pin "2" (uuid 9d8051d5-108d-4421-ad6c-0108b4dd3946)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 39.37 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5d9d2d) - (property "Reference" "C4" (at 42.291 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 42.291 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 40.3352 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 39.37 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3a575dfa-8d71-45d5-bbee-73f05727e4bd)) - (pin "2" (uuid f4561922-149d-4cea-9930-35a0316430ed)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 60.96 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5eb360) - (property "Reference" "C5" (at 63.881 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 63.881 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 61.9252 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 60.96 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c19bb8dc-9a73-4b1f-a3b7-f7d5e97d704c)) - (pin "2" (uuid d8cbc6aa-97fe-4764-ac96-5e98dfd8309e)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 60.96 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5eb366) - (property "Reference" "C6" (at 63.881 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 63.881 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 61.9252 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 60.96 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 81d9824b-f061-4853-9721-937b1b584bcf)) - (pin "2" (uuid 2b3ce065-8fe9-4890-8bae-3260daeee52c)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 99.06 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5f4d95) - (property "Reference" "C9" (at 101.981 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 101.981 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 100.0252 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 99.06 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d096be3f-f7f2-4c39-9f4b-e9c21be82a24)) - (pin "2" (uuid 26278f5d-0ff5-481c-a215-51b233235b14)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 99.06 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5f4d9b) - (property "Reference" "C10" (at 101.981 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 101.981 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 100.0252 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 99.06 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 812e8360-6ef2-4b14-b7e0-62437eee8464)) - (pin "2" (uuid cbaaa490-d3c8-41fa-a093-88e63a0de1aa)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 20.32 191.77 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d62273c) - (property "Reference" "#PWR01" (at 17.78 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 17.0688 191.389 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 20.32 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 20.32 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 39d0d484-3b57-40be-8bd4-2a3878b6ad31)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 237.49 148.59 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebb7) - (property "Reference" "J1" (at 236.22 159.1818 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IDC Header" (at 236.22 156.8704 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (at 237.49 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 237.49 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 05f9c50f-151b-42dc-ba95-eb2b40828553)) - (pin "10" (uuid c4fff77d-412e-43f9-8b4b-b5537aa7729f)) - (pin "2" (uuid eb2e6257-207d-4701-89a7-7ccc3bb7fafb)) - (pin "3" (uuid 1bfd9d13-b6e2-486d-a564-db774237da40)) - (pin "4" (uuid e2bdf045-2098-4665-a74f-070438334274)) - (pin "5" (uuid e9844eec-c4bf-48c8-af0a-b82a7c9ca08f)) - (pin "6" (uuid 6492affd-0c2c-4997-a592-36f111663d50)) - (pin "7" (uuid 78e037b3-20cb-4a23-9174-53672d46b7da)) - (pin "8" (uuid ecab084b-7485-4acd-b91f-67cf64eba714)) - (pin "9" (uuid f1d4f695-6987-4558-81a7-486f6b946930)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 229.87 151.13 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebbd) - (property "Reference" "#PWR027" (at 233.68 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 226.6188 150.749 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 229.87 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 229.87 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 93cd9d6f-fad8-4816-92f7-7829cac8be0a)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR027") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 242.57 151.13 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebc3) - (property "Reference" "#PWR032" (at 238.76 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 245.8212 151.511 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 242.57 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 242.57 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 37788ba5-8dd7-47e5-a4ed-cc9cdd4e7925)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR032") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 229.87 153.67 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebc9) - (property "Reference" "#PWR028" (at 227.33 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 226.6188 153.289 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 229.87 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 229.87 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1a70fe1c-45a0-4557-816b-ffa3a2c4cf52)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR028") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 242.57 153.67 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebcf) - (property "Reference" "#PWR033" (at 245.11 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 245.8212 154.051 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 242.57 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 242.57 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc153025-1757-4d61-b12e-af33e41956f3)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR033") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 229.87 148.59 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebd5) - (property "Reference" "#PWR026" (at 223.52 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 226.6188 148.717 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 229.87 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 229.87 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a1e0b9e4-c494-4315-89b0-73b299325d74)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR026") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 229.87 146.05 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebdb) - (property "Reference" "#PWR025" (at 223.52 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 226.6188 146.177 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 229.87 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 229.87 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 704790ef-533b-442c-a3b8-d56550c1b155)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR025") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 242.57 146.05 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebe1) - (property "Reference" "#PWR030" (at 248.92 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 245.8212 145.923 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 242.57 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 242.57 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 067201ef-21a0-4a84-9e37-4d0e9c184c73)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR030") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 242.57 148.59 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebe7) - (property "Reference" "#PWR031" (at 248.92 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 245.8212 148.463 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 242.57 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 242.57 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 936a6d20-d601-4f3f-bbde-1d9d1cda8b12)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR031") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 242.57 143.51 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebed) - (property "Reference" "#PWR029" (at 238.76 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 245.8212 143.891 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 242.57 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 242.57 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0a65cfc2-211c-4266-9841-b6d520fcbd96)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR029") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 229.87 143.51 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebf3) - (property "Reference" "#PWR024" (at 233.68 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 226.6188 143.129 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 229.87 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 229.87 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 18d27359-592b-4ede-bedc-3884b7066739)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR024") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 229.87 143.51 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebf9) - (property "Reference" "#FLG04" (at 229.87 141.605 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 229.87 140.2588 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "" (at 229.87 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 229.87 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4456f444-f9c7-40c9-a67c-a20657901d34)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#FLG04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 156.21 176.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6db9a0) - (property "Reference" "H1" (at 158.75 175.3616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 158.75 177.673 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 156.21 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 156.21 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 156.21 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6dc0fc) - (property "Reference" "H2" (at 158.75 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 158.75 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 156.21 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 156.21 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 156.21 186.69 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6dc549) - (property "Reference" "H3" (at 158.75 185.5216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 158.75 187.833 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 156.21 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 156.21 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 156.21 191.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6dca0e) - (property "Reference" "H4" (at 158.75 190.6016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 158.75 192.913 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 156.21 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 156.21 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "H4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 139.7 181.61 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e084229) - (property "Reference" "#FLG01" (at 137.795 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 136.4488 181.61 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 139.7 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d14ec1c2-fc28-4c91-a284-715660f1a41b)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 111.76 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e0942bb) - (property "Reference" "C12" (at 114.681 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 114.681 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 112.7252 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8e5edf75-5df7-4aa7-b0f8-0c32d28577ad)) - (pin "2" (uuid fe1fba55-9f27-4f5f-8ac7-bd8a5efc4766)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 111.76 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e0942c1) - (property "Reference" "C11" (at 114.681 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 114.681 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 112.7252 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6e39692c-f85a-4b6d-a15c-25f943ae6b91)) - (pin "2" (uuid 07dbd7b4-a4c3-4398-9556-0bd6b905b560)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM4250") (at 134.62 110.49 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecda42b) - (property "Reference" "U4" (at 135.89 104.14 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM4250" (at 135.89 106.68 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 135.89 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4250.pdf" (at 135.89 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c82ea56e-3970-4a02-9b7d-f7afdcba12a6)) - (pin "2" (uuid 517478dc-8e57-4c23-91d4-a7ac300d3c38)) - (pin "3" (uuid b5998901-e5d1-4ab2-9bdc-ee46e652d085)) - (pin "4" (uuid 7ea107a1-a7fe-4c66-808c-f2ba24155cb8)) - (pin "5" (uuid 35450192-9e9e-4394-95e7-29f2749299ef)) - (pin "6" (uuid 1e6614ce-6fc5-4aec-9e4a-690b8173bedf)) - (pin "7" (uuid 7bb8a440-fb06-4ff1-9dd4-1d96906f479b)) - (pin "8" (uuid 3381d9e7-4195-4cab-b23a-80970a20cf15)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM4250") (at 177.8 107.95 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecdae78) - (property "Reference" "U5" (at 179.07 101.6 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM4250" (at 179.07 104.14 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 179.07 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4250.pdf" (at 179.07 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4c2e24f9-93c5-4cd1-b1a8-b8d60c084880)) - (pin "2" (uuid 3eb2ec23-c67d-4979-8be9-837ab50cdbb1)) - (pin "3" (uuid dd95e996-bba8-4a74-b6b0-4b5ea3cd2af4)) - (pin "4" (uuid 6ab757da-88d4-49fb-a7c3-e1fd6e0cc12d)) - (pin "5" (uuid 246ec226-9eee-4751-b1f9-c6f0d1c0e4aa)) - (pin "6" (uuid d4f5271e-2f46-467d-acdc-b95b6745de8d)) - (pin "7" (uuid ba19e952-adca-48b1-ab29-29c0118b9e89)) - (pin "8" (uuid ce37374a-c504-4ff9-b70a-a4f9001d510f)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 67.31 71.12 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecdb4fd) - (property "Reference" "U1" (at 67.31 80.4418 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 67.31 78.1304 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 67.31 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 67.31 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0e117f53-8322-4094-ac6e-46c8ec8460a7)) - (pin "2" (uuid 26de824d-a915-42fc-b29b-ddb0947b823e)) - (pin "3" (uuid cd80ae8f-3037-4f90-ad51-8a12b94fb3b8)) - (pin "5" (uuid 20c17bf8-766f-4cd8-913c-6b0ba3789a5a)) - (pin "6" (uuid 341c3b6e-8ce1-4fba-82cb-69162d4d1664)) - (pin "7" (uuid 5a6be392-474e-4828-a76b-f28c0d9e32ac)) - (pin "4" (uuid c8998adc-15cb-4b00-bf57-eaf64df0f269)) - (pin "8" (uuid 5b0e202a-7392-4fdb-92a9-c53267703e03)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 67.31 26.67 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecdc3bf) - (property "Reference" "U1" (at 67.31 35.9918 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 67.31 33.6804 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 67.31 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 67.31 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a867e4e7-dcba-482a-92f5-06913950bf50)) - (pin "2" (uuid 074ddea6-b08d-4760-90c6-8c975f0a6fd0)) - (pin "3" (uuid e05fec8f-2811-49dc-92fc-6e02052801e8)) - (pin "5" (uuid 4a97ffd4-6ee1-4309-8e14-2e226915c1c7)) - (pin "6" (uuid 5b841eda-6965-47c8-8eda-a113f73ab637)) - (pin "7" (uuid 8f1bb59d-553e-458f-9eab-9ded131fbd7a)) - (pin "4" (uuid 44bcde05-1eb3-44a7-b12e-871b0d0964e2)) - (pin "8" (uuid a5da8788-94b1-48c0-bef6-edc3e59b9ac4)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 52.07 184.15 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecde718) - (property "Reference" "U1" (at 51.0032 182.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 51.0032 185.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 52.07 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 52.07 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fa02f749-61bf-43b2-aec7-b23ed3678eef)) - (pin "2" (uuid 43f459d6-4f49-4b2c-a850-26da01c2eba1)) - (pin "3" (uuid c190addd-700d-4d21-9580-f8da0bf36d83)) - (pin "5" (uuid f39ffdd4-3beb-4295-843f-e510edad07be)) - (pin "6" (uuid c9035b3e-0b87-42e0-a484-d8cef5088a34)) - (pin "7" (uuid d9f235bc-b041-453b-9982-714e173d13c2)) - (pin "4" (uuid c382f1dd-688b-422e-9dc7-1d68e4a97764)) - (pin "8" (uuid 6d6acd8b-74c3-4d93-9795-2958dc00dbfa)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U1") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 107.95 45.72 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece1f7c) - (property "Reference" "U2" (at 107.95 36.3982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 107.95 38.7096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 107.95 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 107.95 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dfa2bc2a-25f1-4c5e-a755-16e832ff7567)) - (pin "2" (uuid 9cfdbc33-58b2-4873-acbe-97f2baf1f647)) - (pin "3" (uuid ea0c7b0e-4caf-41ef-82a0-0cd996cdaa8a)) - (pin "5" (uuid 32ae3acf-0ddf-439b-9227-7282d59afc06)) - (pin "6" (uuid 89c9bf26-964f-46b0-9966-a6c7b0d16a44)) - (pin "7" (uuid c5bf2c30-1a32-4e79-8045-05d8df7af953)) - (pin "4" (uuid 1ac7c547-cc11-469b-b3d2-5ed686a3aa39)) - (pin "8" (uuid 39888bb7-f775-4df2-8155-350680cdbb87)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 207.01 149.86 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece1f82) - (property "Reference" "U2" (at 207.01 159.1818 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 207.01 156.8704 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 207.01 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 207.01 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1e5d48d9-0ff8-44ee-915e-7497f27b2aa7)) - (pin "2" (uuid 6ed0256a-b178-4741-b1b2-ddf51dbdd0f2)) - (pin "3" (uuid baeeaa21-233a-4916-80b4-1d47f9e14f3c)) - (pin "5" (uuid abeb777a-5e50-4fbb-8952-246e3ef68265)) - (pin "6" (uuid a138235b-7b61-44d6-9f23-dacbd82d5f5c)) - (pin "7" (uuid 0a563ac5-073c-464a-9b34-7671c65d0f47)) - (pin "4" (uuid 5e131fc3-0312-45a3-b49e-6064843f1eee)) - (pin "8" (uuid 10a69cfc-01e6-4c61-8414-93b78152c579)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U2") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 227.33 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece2429) - (property "Reference" "U3" (at 227.33 57.9882 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 227.33 60.2996 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 227.33 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 227.33 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c01d5c90-31e0-432c-a797-6c7e8177c042)) - (pin "2" (uuid 558804a0-8bdb-4d22-855e-ad10524f949e)) - (pin "3" (uuid 6ba289a7-7411-48cb-ba30-8c6121a5bdec)) - (pin "5" (uuid 787225ed-c87f-402f-91be-95b984a7e260)) - (pin "6" (uuid 59fb912f-331f-4a2c-ace2-ddd3d04b3107)) - (pin "7" (uuid 8fcbde7c-6491-4914-a967-9b8018eaa342)) - (pin "4" (uuid 7d2c187e-62ad-4371-967d-ad4af7877787)) - (pin "8" (uuid bc0eaeb1-e8d0-4c8d-8fd7-a711401e22da)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 227.33 110.49 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece242f) - (property "Reference" "U3" (at 227.33 101.1682 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 227.33 103.4796 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 227.33 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 227.33 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71f335c8-ec41-4255-b0ce-b32c179205a4)) - (pin "2" (uuid 61de84bb-da0a-4918-b2b6-e41682f51efd)) - (pin "3" (uuid 75d9bc71-44a3-455f-944f-24d4c6b6c707)) - (pin "5" (uuid 35c825fe-018c-4395-9bfe-423bf7287404)) - (pin "6" (uuid 4d4aa8e4-d7c4-46ee-8caf-0948564fd692)) - (pin "7" (uuid 796298a0-c921-4e78-9161-337b1440bf4e)) - (pin "4" (uuid 9631d6d5-881e-4f7b-8876-d29a45f77c9d)) - (pin "8" (uuid c98eded6-8fe6-4a70-93e0-4da198b6c871)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U3") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 72.39 184.15 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece278c) - (property "Reference" "U2" (at 71.3232 182.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 71.3232 185.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 72.39 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 72.39 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a8e3fe98-33b7-4170-8dd5-ea94a2654dba)) - (pin "2" (uuid 538edca4-864a-4a6f-8a73-27800b80163c)) - (pin "3" (uuid fcd16432-e309-4039-9b1d-2f5ccb7b4567)) - (pin "5" (uuid db870042-5fb7-434d-922c-59b9d0d076d0)) - (pin "6" (uuid fc61c54e-de55-4a4b-8d26-c74edf9cb7cb)) - (pin "7" (uuid 80cbcf81-5f2a-4dc6-8804-a717eb62d134)) - (pin "4" (uuid 8298c993-5ecc-4ee6-a294-19ae81e2ec97)) - (pin "8" (uuid e18c0709-a15f-483f-b8b1-7f2849c6dc14)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U2") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 92.71 184.15 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece2e4f) - (property "Reference" "U3" (at 91.6432 182.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 91.6432 185.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 92.71 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 92.71 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 69e4aed8-a63b-4fc7-906d-6dddc41e8681)) - (pin "2" (uuid b5ced582-aa91-4551-8a80-05e45c7af3bb)) - (pin "3" (uuid 30db6fd2-740b-4469-9ddd-d2c43824154d)) - (pin "5" (uuid ba620f1f-4c95-4ee0-bb81-295953f7f7f1)) - (pin "6" (uuid 3832f1df-cffb-413e-8a8b-2f5ec518f9ff)) - (pin "7" (uuid 1d79f1a1-d6cf-4068-bc3f-62c47a0d4afd)) - (pin "4" (uuid 69750ca4-f66a-44a8-a2ff-2f2a987b6481)) - (pin "8" (uuid 3536ba1c-e09c-4951-b3e2-908d7280b3b7)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "U3") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 132.08 118.11 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece3f4a) - (property "Reference" "#PWR011" (at 132.08 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 131.699 122.5042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 132.08 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 132.08 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 29399ab7-648b-4356-a120-7b6a8c5befba)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 175.26 115.57 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece4c07) - (property "Reference" "#PWR018" (at 175.26 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 174.879 119.9642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 175.26 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 175.26 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 92c8dacd-cbc5-441b-addc-4217bcb0077f)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR018") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 132.08 102.87 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece5094) - (property "Reference" "#PWR010" (at 132.08 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 132.461 98.4758 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 132.08 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 132.08 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 343953f1-c17e-405b-8be3-1d95bcbe0e70)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 175.26 100.33 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece5bdd) - (property "Reference" "#PWR017" (at 175.26 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 175.641 95.9358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 175.26 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 175.26 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2880759b-cca4-4765-b396-eedcdc285b58)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR017") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 53.34 24.13 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005eceabcf) - (property "Reference" "R3" (at 53.34 18.8722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 53.34 21.1836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 53.34 22.352 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 53.34 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c326f3d5-18aa-4f6f-a6d2-a3f7c950e713)) - (pin "2" (uuid 51746fe7-202d-4073-83d0-88c5d6828b8f)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 67.31 58.42 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecf08f5) - (property "Reference" "R6" (at 67.31 53.1622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 67.31 55.4736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (at 67.31 56.642 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 67.31 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e88b9e11-ad91-4f4e-8279-897f6255740f)) - (pin "2" (uuid 529b1533-46db-4fb0-82b7-79039cea5de8)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 57.15 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecf9aaa) - (property "Reference" "#PWR05" (at 57.15 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 57.277 79.3242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 57.15 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 57.15 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 72365e3a-34b4-4fb6-b0ab-132373f04a96)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 49.53 58.42 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecfb7df) - (property "Reference" "R2" (at 49.53 53.1622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 49.53 55.4736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 49.53 56.642 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 49.53 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0777e61d-02a3-43a7-b901-97a0377fa010)) - (pin "2" (uuid b2bda16e-c1f7-468f-9eb0-e603450eb65f)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 43.18 68.58 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecfba3a) - (property "Reference" "R1" (at 44.958 67.4116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "220k" (at 44.958 69.723 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 44.958 68.58 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 43.18 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5521a09b-0aac-4a28-94ca-48ae4416ff99)) - (pin "2" (uuid 7f4c6985-faac-46da-ab81-873ebe323d9f)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 43.18 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecfbdf5) - (property "Reference" "#PWR04" (at 43.18 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 43.307 79.3242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 43.18 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 43.18 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d1b71a8e-663f-4e04-b80a-c5dfeda7bca5)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 78.74 43.18 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed04267) - (property "Reference" "R8" (at 78.74 37.9222 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "120k" (at 78.74 40.2336 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 78.74 41.402 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 78.74 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 240fd24e-c31a-4e0f-8bdc-6ffb70f1bacd)) - (pin "2" (uuid 781f0048-eefd-41b1-ae3f-e48a7fb7b2f3)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 97.79 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed04aa4) - (property "Reference" "#PWR07" (at 97.79 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 97.917 53.9242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 97.79 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 97.79 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0fd0e33d-1940-44ce-92b2-9efe9e83c158)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 118.11 38.1 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed06834) - (property "Reference" "R12" (at 123.3678 38.1 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3k" (at 121.0564 38.1 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 119.888 38.1 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 118.11 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 24f67610-b396-406a-a8ef-fa7a845a9780)) - (pin "2" (uuid fff9a326-bc1b-4810-9581-84507d0d8fd7)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:2N3904") (at 128.27 43.18 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed0a5d7) - (property "Reference" "Q1" (at 128.27 49.149 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2N3904" (at 128.27 51.4604 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" (at 126.365 48.26 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.fairchildsemi.com/datasheets/2N/2N3904.pdf" (at 128.27 43.18 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 30afe0bc-9443-4f47-8847-7f001b77a7e4)) - (pin "2" (uuid cfe1e7a2-c303-4623-b5a8-70b6f53d585c)) - (pin "3" (uuid 38a46fa5-21c3-4435-8bf1-7d97ebf54983)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 152.4 110.49 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed35bac) - (property "Reference" "R14" (at 152.4 105.2322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "47k" (at 152.4 107.5436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 152.4 108.712 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 152.4 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e9913f02-313f-441e-b637-d4a326d077c9)) - (pin "2" (uuid 31a00216-dcbc-4c98-af02-2cd857bfab2d)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 157.48 119.38 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed36e2c) - (property "Reference" "R15" (at 159.258 118.2116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1k" (at 159.258 120.523 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 159.258 119.38 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 157.48 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 270aeaa4-e5a6-455d-a686-08978ea1dd70)) - (pin "2" (uuid ed7d215e-ed13-4006-8b70-5ee23836a593)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 67.31 104.14 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed387dd) - (property "Reference" "R4" (at 67.31 98.8822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 67.31 101.1936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 67.31 102.362 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 67.31 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7714a307-8779-40a8-92ec-b9afa02ab23a)) - (pin "2" (uuid 57534f41-faeb-4559-b8dc-136a192e6e9c)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 90.17 34.29 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed3c7cb) - (property "Reference" "R9" (at 91.948 33.1216 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 91.948 35.433 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 91.948 34.29 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 90.17 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8c86bf15-4ba1-4b22-b3ff-0d43edcd348c)) - (pin "2" (uuid 965973cd-87a2-4979-8245-b00d31557092)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 90.17 30.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed3dae4) - (property "Reference" "#PWR06" (at 90.17 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 90.551 26.0858 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 90.17 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 90.17 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b8dac072-44b6-461b-add8-ed741b2d05b2)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 67.31 116.84 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed46f01) - (property "Reference" "R5" (at 67.31 111.5822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "470k" (at 67.31 113.8936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 67.31 115.062 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 67.31 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e4ab686d-867e-4171-b108-e5c64b2785e5)) - (pin "2" (uuid 292ddd47-30a1-4647-bb61-1310e3e56687)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 157.48 123.19 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed4b8c4) - (property "Reference" "#PWR015" (at 157.48 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 157.607 127.5842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 157.48 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 157.48 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5d04da66-64e4-4a9d-9bb8-0a5dfda7f54c)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR015") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 166.37 123.19 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed4bcdd) - (property "Reference" "#PWR016" (at 166.37 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 166.497 127.5842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 166.37 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 166.37 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f41d6d60-381f-4ecb-a5bb-6ec8782a1e80)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR016") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 114.3 100.33 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed4c5cf) - (property "Reference" "R10" (at 116.078 99.1616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 116.078 101.473 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 116.078 100.33 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4d11168b-9c8e-497b-9dd8-4c1bbd6b0fab)) - (pin "2" (uuid 3fbc72eb-69df-41ae-9a99-fbe4d41d2303)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 114.3 119.38 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed4c914) - (property "Reference" "R11" (at 116.078 118.2116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1k" (at 116.078 120.523 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 116.078 119.38 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid be096778-7dca-4588-b561-51218a5f5f1e)) - (pin "2" (uuid 4c0809f1-a675-4271-8179-8d254f20b4dd)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 123.19 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed4cc9e) - (property "Reference" "#PWR08" (at 114.3 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 114.427 127.5842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7ec08fdf-bcab-4066-93d6-a49b65e1d6dc)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 123.19 123.19 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed4cf72) - (property "Reference" "#PWR09" (at 123.19 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 123.317 127.5842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 123.19 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 39618cba-a354-4b09-b5d5-c654c2bdcfb5)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 269.24 128.27 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed7b17d) - (property "Reference" "#PWR034" (at 265.43 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 272.4912 128.651 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 269.24 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 269.24 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fa8b01e5-7888-4f71-908f-fcfa8e08a723)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR034") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 269.24 130.81 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed7b17e) - (property "Reference" "#PWR035" (at 271.78 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 272.4912 131.191 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 269.24 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 269.24 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5f51685f-d141-4731-87df-6f1bb4c56754)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR035") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 269.24 133.35 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed7b17f) - (property "Reference" "#PWR036" (at 275.59 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 272.4912 133.223 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 269.24 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 269.24 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc726481-ee6c-4157-8c0a-86d3e096358b)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR036") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 139.7 181.61 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed7b185) - (property "Reference" "#PWR012" (at 135.89 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 142.9512 181.991 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 139.7 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 139.7 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 91d6e97f-bdb7-424c-a0a0-6223e9ca1fd2)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 139.7 184.15 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed7b186) - (property "Reference" "#PWR013" (at 142.24 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 142.9512 184.531 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 139.7 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 139.7 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 587d88d5-916b-405f-8322-6ea1fd463292)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR013") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 139.7 186.69 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed7b187) - (property "Reference" "#PWR014" (at 146.05 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 144.78 186.69 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 139.7 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 139.7 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c3e5c0e1-32a3-4164-840c-be580516e895)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR014") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 139.7 184.15 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed7b188) - (property "Reference" "#FLG02" (at 137.795 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 136.4488 184.15 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 139.7 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bf4e4a58-c8e1-4ae6-be21-91375474d4b6)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 139.7 186.69 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed7b189) - (property "Reference" "#FLG03" (at 137.795 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 136.4488 186.69 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 139.7 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9a4ed765-6404-4284-ad89-56370b5f937f)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#FLG03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 199.39 107.95 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed96486) - (property "Reference" "C14" (at 199.39 101.473 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1u" (at 199.39 103.7844 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (at 203.2 106.9848 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 199.39 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cd7dfe98-8120-4fe1-9262-c3016e1f5e7e)) - (pin "2" (uuid 2360d1d6-16e5-49d8-8ad9-b8ba1bfdcd49)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 205.74 120.65 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005eda2dca) - (property "Reference" "R18" (at 207.518 119.4816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 207.518 121.793 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 207.518 120.65 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 205.74 120.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ec63125f-ff33-45e5-af2b-40e787a45007)) - (pin "2" (uuid 0ebaddaa-baf9-4713-9f01-43cc99d1c610)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 205.74 124.46 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005eda2dd0) - (property "Reference" "#PWR021" (at 205.74 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 205.867 128.8542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 205.74 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 205.74 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ae27f400-2b5a-4386-be67-94d43f02d00b)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR021") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 215.9 120.65 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edadff7) - (property "Reference" "R20" (at 217.678 119.4816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10k" (at 217.678 121.793 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 217.678 120.65 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 120.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cf4c4482-7e87-46bf-a9be-97bad22e8efd)) - (pin "2" (uuid 62d4b1d3-4134-4d3d-a811-76d353a946cd)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R20") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 215.9 124.46 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edadffd) - (property "Reference" "#PWR023" (at 215.9 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 216.027 128.8542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 215.9 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 215.9 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7279988a-0691-4033-b7db-863bc75cf8f3)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR023") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 228.6 96.52 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edb8585) - (property "Reference" "R22" (at 228.6 91.2622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 228.6 93.5736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (at 228.6 98.298 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 228.6 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 28b61f25-a597-4e7d-a1d7-608fbf8b6c06)) - (pin "2" (uuid 01568ae0-ba56-4825-b4a1-d3c3e69b7096)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x14_Socket") (at 264.16 143.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ee3d3b2) - (property "Reference" "J2" (at 266.9032 123.571 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "01x14 Female" (at 266.9032 125.8824 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x14_P2.54mm_Vertical" (at 264.16 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 067aa131-4e41-4df8-938a-528178ff0840)) - (pin "10" (uuid 0292016c-be74-4860-ba9d-a918a5e4b420)) - (pin "11" (uuid ca1e916a-e6a2-45cc-9a63-01bd43d745c8)) - (pin "12" (uuid cd88a363-0ef6-4185-a24c-c266bc579059)) - (pin "13" (uuid 5f7a2333-c426-4f78-a52b-3d26dd2db503)) - (pin "14" (uuid 36538337-5438-4c23-944f-4d05a24d1aca)) - (pin "2" (uuid 0f78203f-1953-465e-86c8-a90e77334a33)) - (pin "3" (uuid 8d5b1872-0fd5-4b9a-a6b7-e82bb6b0186f)) - (pin "4" (uuid f7fd7acf-70a3-4d0b-84ff-fcccdd2ce4a9)) - (pin "5" (uuid b3e59d99-76ab-41f9-8cc6-006c9edf4614)) - (pin "6" (uuid a88e5e9b-b1da-4eec-933b-d0d5fbaa29e8)) - (pin "7" (uuid 47d7029f-3dcf-4dce-8204-54241eaba71f)) - (pin "8" (uuid 432234df-0a3f-43f2-ba4a-dd99ac470879)) - (pin "9" (uuid 60481cbb-4162-4b39-b609-dd9ba3fde61a)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 67.31 91.44 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef32ba1) - (property "Reference" "R7" (at 67.31 86.1822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "162k" (at 67.31 88.4936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 67.31 89.662 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 67.31 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e41e1883-e022-40d2-8495-0112f6977482)) - (pin "2" (uuid 5796bbdc-b6a3-4026-9e57-689853a789b9)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 134.62 83.82 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef3c877) - (property "Reference" "R13" (at 136.398 82.6516 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1M2" (at 136.398 84.963 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 136.398 83.82 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 134.62 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1ee3aa2d-a470-466b-b45e-06e2fe356ccc)) - (pin "2" (uuid 8273b783-8439-4831-99b7-784873c7dda9)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 177.8 83.82 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef3d69e) - (property "Reference" "R16" (at 179.578 82.6516 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1M2" (at 179.578 84.963 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 179.578 83.82 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 177.8 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c84cdb3d-a732-41a3-bcb7-cc5886873817)) - (pin "2" (uuid ebd284fe-08b7-4aa7-a36a-88f294932492)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 199.39 64.77 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef649ba) - (property "Reference" "C13" (at 199.39 58.293 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1u" (at 199.39 60.6044 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (at 203.2 63.8048 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 199.39 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c431f35b-42b1-429b-95ab-104645defeaa)) - (pin "2" (uuid 730568db-f7bc-44c8-8b51-6a1684549e2d)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 205.74 77.47 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef649c0) - (property "Reference" "R17" (at 207.518 76.3016 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 207.518 78.613 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 207.518 77.47 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 205.74 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e7806e7e-2373-462c-b376-00512e5f5825)) - (pin "2" (uuid be2bcbe7-b5c1-4c0d-9bd9-f00355c41d8a)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 205.74 81.28 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef649c6) - (property "Reference" "#PWR020" (at 205.74 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 205.867 85.6742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 205.74 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 205.74 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7acc48f9-2bf8-4210-b506-ff1700ec03c1)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR020") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 215.9 77.47 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef649cc) - (property "Reference" "R19" (at 217.678 76.3016 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10k" (at 217.678 78.613 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 217.678 77.47 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4f0bf98f-f769-43ca-986c-db2f2ed066c0)) - (pin "2" (uuid cf6d2628-9f06-4611-b93e-4f86670b3dbd)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 215.9 81.28 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef649d2) - (property "Reference" "#PWR022" (at 215.9 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 216.027 85.6742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 215.9 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 215.9 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 188800e6-84dc-476f-be7f-aec02d74acc8)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR022") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 228.6 53.34 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef649dd) - (property "Reference" "R21" (at 228.6 48.0822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 228.6 50.3936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (at 228.6 55.118 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 228.6 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 91ebdd76-66fa-497a-a00e-137bd3eb96f1)) - (pin "2" (uuid 066d4267-a450-408e-9c20-30f496c4ee12)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "R21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 81.28 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005efcf1ca) - (property "Reference" "C7" (at 84.201 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 84.201 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 82.2452 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a383f731-73b4-47b5-b405-9982080ca20f)) - (pin "2" (uuid 8da19fbd-a013-44c2-ad25-62373068dc9e)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 81.28 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005efcf1d0) - (property "Reference" "C8" (at 84.201 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 84.201 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 82.2452 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3be448a0-ad8a-43c0-a4d2-4d9500febbda)) - (pin "2" (uuid a31e067a-bb73-4219-b85c-0f034241cf0b)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 198.12 153.67 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f14959e) - (property "Reference" "#PWR019" (at 198.12 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 198.247 158.0642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 198.12 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 198.12 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 621ac2be-856f-4eb8-937a-0e400c3a0c38)) - (instances - (project "main" - (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" - (reference "#PWR019") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "148cef70-57ae-49b0-8e36-f1dc6883bde2") + (paper "A4") + (title_block + (title "ПОЛИВОКС") + (date "2020-06-01") + (rev "01") + (comment 1 "schema for main circuit") + (comment 2 "polivoks LM4250 VCF") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Amplifier_Operational:LM4250" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 6.35 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM4250" + (at 5.08 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 1.27 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4250.pdf" + (at 1.27 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Programmable Operational Amplifier, DIP-8/SOIC-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Programmable opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm* TO?5*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM4250_0_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "LM4250_1_1" + (pin input line + (at 0 7.62 270) + (length 5.08) + (name "NULL" + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 2.54 7.62 270) + (length 6.35) + (name "NULL" + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 0 -7.62 90) + (length 5.08) + (name "IQ" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Amplifier_Operational:TL072" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TL072_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x14_Socket" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 17.78 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x14_Socket" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x14, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x14_Socket_1_1" + (arc + (start 0 -17.272) + (mid -0.5058 -17.78) + (end 0 -18.288) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -14.732) + (mid -0.5058 -15.24) + (end 0 -15.748) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -12.192) + (mid -0.5058 -12.7) + (end 0 -13.208) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -9.652) + (mid -0.5058 -10.16) + (end 0 -10.668) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -7.112) + (mid -0.5058 -7.62) + (end 0 -8.128) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -4.572) + (mid -0.5058 -5.08) + (end 0 -5.588) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -2.032) + (mid -0.5058 -2.54) + (end 0 -3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -17.78) (xy -0.508 -17.78) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -15.24) (xy -0.508 -15.24) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -12.7) (xy -0.508 -12.7) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -10.16) (xy -0.508 -10.16) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -7.62) (xy -0.508 -7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -0.508 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -0.508 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 7.62) (xy -0.508 7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 10.16) (xy -0.508 10.16) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 12.7) (xy -0.508 12.7) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 15.24) (xy -0.508 15.24) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0.508) + (mid -0.5058 0) + (end 0 -0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 3.048) + (mid -0.5058 2.54) + (end 0 2.032) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 5.588) + (mid -0.5058 5.08) + (end 0 4.572) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 8.128) + (mid -0.5058 7.62) + (end 0 7.112) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 10.668) + (mid -0.5058 10.16) + (end 0 9.652) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 13.208) + (mid -0.5058 12.7) + (end 0 12.192) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 15.748) + (mid -0.5058 15.24) + (end 0 14.732) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 15.24 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -7.62 0) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -10.16 0) + (length 3.81) + (name "Pin_11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -12.7 0) + (length 3.81) + (name "Pin_12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -15.24 0) + (length 3.81) + (name "Pin_13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -17.78 0) + (length 3.81) + (name "Pin_14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 12.7 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 10.16 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 7.62 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 1.27 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_02x05_Odd_Even_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 3.81 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start 3.81 -4.953) + (end 2.54 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 -2.413) + (end 2.54 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 0.127) + (end 2.54 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 2.667) + (end 2.54 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 5.207) + (end 2.54 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 5.08 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 0 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "Transistor_BJT:2N3904" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2N3904" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "NPN Transistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO?92*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "2N3904_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "2N3904_1_1" + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+15V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+15V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "-15V_0_0" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "-15V_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 205.74 107.95) + (diameter 0) + (color 0 0 0 0) + (uuid "010ed711-ac97-480f-8c2a-67334c85c42a") + ) + (junction + (at 74.93 33.02) + (diameter 0) + (color 0 0 0 0) + (uuid "0585b916-4964-4a01-bdc8-eded6c2fc958") + ) + (junction + (at 229.87 143.51) + (diameter 0) + (color 0 0 0 0) + (uuid "1393a2ef-69b1-4359-8eb7-f1be9905e398") + ) + (junction + (at 60.96 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "14236659-20b2-4a43-816f-e2776a054b8f") + ) + (junction + (at 83.82 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "14614781-129a-4fab-9373-4fcd29badf8a") + ) + (junction + (at 26.67 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "183d6a5a-6389-4d98-b220-6356d718d4f3") + ) + (junction + (at 90.17 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "1f37b47a-c75f-4052-a501-408145ab8014") + ) + (junction + (at 205.74 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "1f6ef78f-97db-4fc5-b8ad-191ad7a7af0e") + ) + (junction + (at 43.18 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "20096e4a-fa03-4d1d-b94e-5d2fa64ba0f9") + ) + (junction + (at 157.48 110.49) + (diameter 0) + (color 0 0 0 0) + (uuid "25446142-5c89-4fb8-b6a0-0f3578f89c03") + ) + (junction + (at 118.11 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "2a552103-40fb-4ebc-99b0-ce274cb4d511") + ) + (junction + (at 76.2 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "3e3e0f24-f5c0-4389-b3d5-ee975d6007a7") + ) + (junction + (at 95.25 116.84) + (diameter 0) + (color 0 0 0 0) + (uuid "44cb9d49-c46d-4364-b5dc-72f4ad6dea2b") + ) + (junction + (at 240.03 67.31) + (diameter 0) + (color 0 0 0 0) + (uuid "4529c535-1b3f-4193-b32e-3ec412fb590c") + ) + (junction + (at 43.18 24.13) + (diameter 0) + (color 0 0 0 0) + (uuid "46aa49ba-6083-44bf-83db-784bd1badf5b") + ) + (junction + (at 81.28 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "47dea51c-d94b-48dc-a6e6-01a064177949") + ) + (junction + (at 83.82 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "4834f9a7-e2ac-4b15-b895-620bc757f776") + ) + (junction + (at 90.17 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "49038e2b-f03d-4b8a-b3c5-e10e22eac4b5") + ) + (junction + (at 118.11 31.75) + (diameter 0) + (color 0 0 0 0) + (uuid "49428429-158d-4cb4-9439-55a3da965032") + ) + (junction + (at 49.53 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "5933a040-1090-49a0-88f0-79d96d46aa72") + ) + (junction + (at 57.15 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "5a64b466-bae1-4cb5-b69c-9179db2a251d") + ) + (junction + (at 146.05 110.49) + (diameter 0) + (color 0 0 0 0) + (uuid "5dc87491-c1bb-47c6-9cdb-5ebc91e1866a") + ) + (junction + (at 111.76 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "6073363c-f610-4713-8099-229c5540698a") + ) + (junction + (at 26.67 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "6165cd79-875c-4c28-b394-722c85b4977b") + ) + (junction + (at 99.06 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "815464ad-d757-4872-a876-47cac9c0a6ec") + ) + (junction + (at 39.37 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "819f30c6-67bf-4296-a850-793884027b19") + ) + (junction + (at 114.3 107.95) + (diameter 0) + (color 0 0 0 0) + (uuid "8eb7548b-c3ff-4783-bd44-7f4974671bf5") + ) + (junction + (at 69.85 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "977fb150-9796-4179-bbe7-9a32fcf8d293") + ) + (junction + (at 215.9 69.85) + (diameter 0) + (color 0 0 0 0) + (uuid "99032be0-a315-494f-b79f-14e51d9c8302") + ) + (junction + (at 99.06 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "9b2b2e26-f925-405d-94aa-b69a8442cc19") + ) + (junction + (at 39.37 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "a4bde68e-a940-4e3e-9d24-5cff1e0c84ef") + ) + (junction + (at 99.06 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "a5534b81-6e28-4e1c-8400-8d77e91b1321") + ) + (junction + (at 60.96 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "a647889e-706c-47da-80e2-b6ec351c9213") + ) + (junction + (at 90.17 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "a840ff70-c613-458b-b716-5afc6e6f4248") + ) + (junction + (at 81.28 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "b66fa0c3-b8ae-45ee-841d-1eeb2412068c") + ) + (junction + (at 26.67 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "b6b32e88-93ff-46d8-802b-52ca348e187c") + ) + (junction + (at 39.37 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "b8e7f940-6956-4c2f-91ab-748c8e1fa66a") + ) + (junction + (at 156.21 74.93) + (diameter 0) + (color 0 0 0 0) + (uuid "bf8f2a8d-2c55-4053-9d70-b8999cae2d35") + ) + (junction + (at 60.96 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "c67ae7be-12d5-42cb-b4e7-f5c1b1ea479f") + ) + (junction + (at 69.85 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "ceb9364b-3ce7-4e46-a491-eade5dcc27f0") + ) + (junction + (at 240.03 110.49) + (diameter 0) + (color 0 0 0 0) + (uuid "d728ace2-73a0-4a6d-9fe6-d283a0d681ac") + ) + (junction + (at 215.9 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "db844d60-e2ef-4fa5-8558-d0a10d5fa67a") + ) + (junction + (at 49.53 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "dc82b07f-fbf6-410b-b8e8-a82e2c94ba13") + ) + (junction + (at 191.77 107.95) + (diameter 0) + (color 0 0 0 0) + (uuid "f3a6a3cf-d922-47a5-a483-c40bbd754490") + ) + (junction + (at 97.79 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "f5365c3b-f978-40a0-bf43-5407591102a1") + ) + (junction + (at 81.28 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "fd6d53a8-fffd-4f7f-9451-ee99fe4a5c14") + ) + (no_connect + (at 137.16 118.11) + (uuid "12f8f774-b56c-430b-9674-fe925bdb8cb3") + ) + (no_connect + (at 177.8 115.57) + (uuid "59c5b6b7-a0ec-44e8-a379-95561ad232b7") + ) + (no_connect + (at 134.62 118.11) + (uuid "9a47dd5e-224e-4e73-a90c-7634c8e7a937") + ) + (no_connect + (at 180.34 115.57) + (uuid "9e64b3a1-e127-4654-ba3b-09244004663c") + ) + (wire + (pts + (xy 146.05 110.49) (xy 146.05 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0258ae14-3e16-4544-9cfe-a0fbc4c507d1") + ) + (wire + (pts + (xy 35.56 36.83) (xy 74.93 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "040d5378-6989-4c11-9c79-71e7d31862c1") + ) + (wire + (pts + (xy 134.62 74.93) (xy 156.21 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "05248ad0-bdeb-4284-944a-1796a0297b60") + ) + (wire + (pts + (xy 215.9 116.84) (xy 215.9 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "07df54fd-6c85-4a4c-b0e9-4f3f72fc7de9") + ) + (wire + (pts + (xy 123.19 45.72) (xy 118.11 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "08bedb99-884b-4732-932d-418b425a491c") + ) + (wire + (pts + (xy 215.9 53.34) (xy 215.9 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "097ecfda-ea61-4199-b06c-0bc71496ddbb") + ) + (wire + (pts + (xy 170.18 110.49) (xy 157.48 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e62ff87-ccab-4542-89dc-6eb0c8638e15") + ) + (wire + (pts + (xy 205.74 64.77) (xy 205.74 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "105f1011-17f3-4586-9f59-6489ac9d1605") + ) + (wire + (pts + (xy 123.19 113.03) (xy 123.19 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10add5d6-cdef-43ef-bc10-70fddd14ed0d") + ) + (wire + (pts + (xy 39.37 176.53) (xy 49.53 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "12e365a5-3f50-47af-a2e2-3133ac854e9c") + ) + (wire + (pts + (xy 156.21 74.93) (xy 156.21 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "15155f7c-0a69-4f1d-8975-d50d763e4653") + ) + (wire + (pts + (xy 114.3 104.14) (xy 114.3 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16634580-8282-4433-80c7-6ca8e1042a80") + ) + (wire + (pts + (xy 90.17 176.53) (xy 99.06 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "17833b64-3e57-44b5-a334-19841fd7c659") + ) + (wire + (pts + (xy 21.59 176.53) (xy 26.67 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "18103e78-e00d-4132-8d06-9c2ca7bdee44") + ) + (wire + (pts + (xy 100.33 48.26) (xy 97.79 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "181a2faf-aa11-4e93-90ed-286b2c64aa5c") + ) + (wire + (pts + (xy 118.11 41.91) (xy 118.11 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1ac7dc39-de68-47cc-9778-789df16d8757") + ) + (wire + (pts + (xy 157.48 110.49) (xy 157.48 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1af6da0e-6af9-4b6a-bf37-93923aab42e3") + ) + (wire + (pts + (xy 90.17 38.1) (xy 90.17 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c47d459-15a6-4453-90a5-2ae7fa28a367") + ) + (wire + (pts + (xy 76.2 71.12) (xy 74.93 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c4bdde5-c370-4f62-aefc-525cccc154ec") + ) + (wire + (pts + (xy 177.8 74.93) (xy 156.21 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "24559803-6996-4584-b715-34f6616e3f0d") + ) + (wire + (pts + (xy 95.25 107.95) (xy 114.3 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2654c351-879d-407e-ac6c-0a04cf7f0f16") + ) + (wire + (pts + (xy 156.21 110.49) (xy 157.48 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "270a69e9-934f-487c-b9e0-9cf5af5bdf92") + ) + (wire + (pts + (xy 43.18 64.77) (xy 43.18 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29a99ddf-ba9c-4571-85ca-6100ddbe6af8") + ) + (wire + (pts + (xy 100.33 43.18) (xy 97.79 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2cb479bb-ac09-47bc-8a71-660640ef62e5") + ) + (wire + (pts + (xy 26.67 191.77) (xy 39.37 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d493cae-cb30-455d-ae84-3cfd5c66fbac") + ) + (wire + (pts + (xy 99.06 176.53) (xy 111.76 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e6dbb25-bcfc-4e25-9b95-3072183f20e4") + ) + (wire + (pts + (xy 97.79 48.26) (xy 97.79 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2fb2d8ac-4b39-4147-9840-edc33c3de657") + ) + (wire + (pts + (xy 195.58 107.95) (xy 191.77 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "33e753a0-9d37-47e6-8a37-392990eaef3d") + ) + (wire + (pts + (xy 69.85 191.77) (xy 81.28 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36dedadb-9b00-4fbd-8b47-8e1bb851c032") + ) + (wire + (pts + (xy 60.96 191.77) (xy 69.85 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "396f66a6-566d-46cc-8bf6-905ec2f07ae0") + ) + (wire + (pts + (xy 49.53 191.77) (xy 60.96 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "39b43090-be0f-4155-a359-6087cdda8d62") + ) + (wire + (pts + (xy 128.27 31.75) (xy 118.11 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "39b4c028-b90d-46eb-b76e-7814b9667fa3") + ) + (wire + (pts + (xy 133.35 45.72) (xy 156.21 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a97b6a6-3bb2-43df-b56b-dac7007d469d") + ) + (wire + (pts + (xy 71.12 91.44) (xy 83.82 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "41254741-02f3-4ab4-88e5-58f126ea2aa4") + ) + (wire + (pts + (xy 90.17 43.18) (xy 97.79 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "42bb823a-7ab9-4d08-9297-b095342cb4d6") + ) + (wire + (pts + (xy 127 107.95) (xy 114.3 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4362a9f3-725c-47fd-98f1-8f819fb14108") + ) + (wire + (pts + (xy 60.96 184.15) (xy 81.28 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "449a0541-4f17-4f77-8c98-f5d69fad8cc0") + ) + (wire + (pts + (xy 191.77 107.95) (xy 185.42 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "460ab20e-310c-4482-be50-27ee06aebce4") + ) + (wire + (pts + (xy 43.18 58.42) (xy 45.72 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "47f705ab-a386-45e6-a888-1f776656df93") + ) + (wire + (pts + (xy 63.5 58.42) (xy 57.15 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "490921a4-a807-4f4c-b829-be4ea24388d7") + ) + (wire + (pts + (xy 224.79 96.52) (xy 215.9 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "490c3a3f-8d78-4926-8524-b4a058f9b08b") + ) + (wire + (pts + (xy 240.03 53.34) (xy 240.03 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "49b14a46-c4db-49c9-a1f9-a0ededd8e0d2") + ) + (wire + (pts + (xy 177.8 100.33) (xy 177.8 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a53f360-ba2a-4aad-894a-1c7b5adb0aa1") + ) + (wire + (pts + (xy 146.05 64.77) (xy 195.58 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c28d0e4-8b6d-4c90-82fe-4dcf45d72919") + ) + (wire + (pts + (xy 177.8 80.01) (xy 177.8 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51360483-c97a-4746-b190-a263b1e25452") + ) + (wire + (pts + (xy 170.18 105.41) (xy 166.37 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5753f0b6-7d2c-4c06-8c08-038e2665885c") + ) + (wire + (pts + (xy 215.9 73.66) (xy 215.9 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "58791f37-41cc-473e-81bb-01cb4aff7678") + ) + (wire + (pts + (xy 127 113.03) (xy 123.19 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "59c4a09a-07a1-477a-b7fb-901008215d28") + ) + (wire + (pts + (xy 76.2 49.53) (xy 76.2 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a22658f-5b21-4a3e-b114-ac1a64447567") + ) + (wire + (pts + (xy 43.18 24.13) (xy 49.53 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5d3bd2b7-2e4f-40c0-8aee-2ad88b622573") + ) + (wire + (pts + (xy 199.39 152.4) (xy 198.12 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5e559970-0f45-41d0-86ec-75bd8bfba54a") + ) + (wire + (pts + (xy 205.74 107.95) (xy 219.71 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5fc37ffb-0662-4b19-bde6-6041389bc1a1") + ) + (wire + (pts + (xy 83.82 91.44) (xy 83.82 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5fdc3b1a-54ab-426e-9140-23562c09fe0f") + ) + (wire + (pts + (xy 21.59 184.15) (xy 26.67 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "60954a30-7d9e-4972-9f81-8ad606749cbb") + ) + (wire + (pts + (xy 146.05 139.7) (xy 146.05 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "635dbed7-624e-4075-9179-16598b824489") + ) + (wire + (pts + (xy 43.18 72.39) (xy 43.18 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "645dfe5d-da88-4244-8931-393c5dfea951") + ) + (wire + (pts + (xy 74.93 36.83) (xy 74.93 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "65470e1f-b3a2-4542-8208-a28a60fe8f98") + ) + (wire + (pts + (xy 215.9 96.52) (xy 215.9 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6791da63-ccf8-426c-b3d9-fafceb96f579") + ) + (wire + (pts + (xy 63.5 91.44) (xy 35.56 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "67e717e4-d8d4-4790-af51-1a681cd5c6c7") + ) + (wire + (pts + (xy 83.82 43.18) (xy 90.17 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6eee5158-4b9f-4e93-8bf3-c72d79d2d1ae") + ) + (wire + (pts + (xy 198.12 152.4) (xy 198.12 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "70b16d99-2326-4ea4-8dbb-977be7cd9715") + ) + (wire + (pts + (xy 39.37 191.77) (xy 49.53 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7203da95-e5cb-4fc7-8383-285de93856a1") + ) + (wire + (pts + (xy 114.3 107.95) (xy 114.3 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7644f5a1-8817-47fd-bbd6-b03ffb560318") + ) + (wire + (pts + (xy 128.27 38.1) (xy 128.27 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78dc27b1-39a3-49db-aada-1d3eeaf3999d") + ) + (wire + (pts + (xy 134.62 87.63) (xy 134.62 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78e71099-1d8f-4290-956f-ab51f6cfe74d") + ) + (wire + (pts + (xy 203.2 64.77) (xy 205.74 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7cfd0678-2951-45a5-8e54-6e748e55bd28") + ) + (wire + (pts + (xy 99.06 184.15) (xy 111.76 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e692869-67f6-4569-8db7-ed1580101b2e") + ) + (wire + (pts + (xy 20.32 191.77) (xy 26.67 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8016eacf-efca-439c-a985-a7094626e8f7") + ) + (wire + (pts + (xy 76.2 49.53) (xy 35.56 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "810cba21-4cd4-4eb0-b3e6-c84c1bfabd1c") + ) + (wire + (pts + (xy 240.03 96.52) (xy 240.03 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "81a20470-3869-48eb-8464-d8382778aeb2") + ) + (wire + (pts + (xy 118.11 45.72) (xy 115.57 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "828e8184-f5fa-4bbd-9659-90dbd466de79") + ) + (wire + (pts + (xy 199.39 140.97) (xy 199.39 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85a6a18f-ab61-4dea-aa80-6150a18f63d5") + ) + (wire + (pts + (xy 57.15 73.66) (xy 57.15 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85bc4ad1-4284-4fae-8b03-3962709d6eab") + ) + (wire + (pts + (xy 118.11 31.75) (xy 118.11 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88a574d2-f62c-4698-b197-6114e5f327d7") + ) + (wire + (pts + (xy 240.03 67.31) (xy 234.95 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88a58a67-1b69-4473-ba61-74999171bf54") + ) + (wire + (pts + (xy 59.69 73.66) (xy 57.15 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ca1d0c4-a00f-40de-a33f-8037e21ec9b9") + ) + (wire + (pts + (xy 35.56 43.18) (xy 74.93 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8eaa2604-7287-4487-a256-3cb57727b623") + ) + (wire + (pts + (xy 95.25 107.95) (xy 95.25 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "904488c4-8749-4f84-ad63-cffb1c3f0aa4") + ) + (wire + (pts + (xy 215.9 69.85) (xy 219.71 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "91440673-dbcf-415d-bd28-6863f8b00f18") + ) + (wire + (pts + (xy 240.03 110.49) (xy 234.95 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92641238-cb2c-48f3-bf68-691f1cbabf79") + ) + (wire + (pts + (xy 63.5 116.84) (xy 35.56 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92fc0110-65a4-46b4-a248-977db844de48") + ) + (wire + (pts + (xy 57.15 68.58) (xy 59.69 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "943fb152-d123-4c7b-a901-9e71254fa77a") + ) + (wire + (pts + (xy 242.57 110.49) (xy 240.03 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "968ae34d-626d-4396-88fa-db7633929f02") + ) + (wire + (pts + (xy 49.53 176.53) (xy 60.96 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "98a6a41d-537b-48d8-a521-3886aea6ef43") + ) + (wire + (pts + (xy 114.3 92.71) (xy 114.3 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "99f9f148-0b0e-454e-9267-46171f277b34") + ) + (wire + (pts + (xy 35.56 104.14) (xy 63.5 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e13cb45-9a71-460b-8127-a61ba16dd691") + ) + (wire + (pts + (xy 69.85 176.53) (xy 81.28 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e87132e-5bea-4121-a834-3576c935bef0") + ) + (wire + (pts + (xy 166.37 105.41) (xy 166.37 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5a894c9-e767-4690-b950-c64fcf48a1e2") + ) + (wire + (pts + (xy 53.34 58.42) (xy 57.15 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "abeb02ce-8e3b-427f-9345-e274e85bbfc4") + ) + (wire + (pts + (xy 76.2 58.42) (xy 76.2 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae01efb7-5543-4b38-b852-e3cbf9e1e7f9") + ) + (wire + (pts + (xy 214.63 149.86) (xy 214.63 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aec739f2-f1c8-4c2e-8b8c-94dd8280b0fa") + ) + (wire + (pts + (xy 232.41 96.52) (xy 240.03 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b28c334d-cd40-43da-85dd-11bd79c27fac") + ) + (wire + (pts + (xy 205.74 107.95) (xy 205.74 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4f0b6f5-81a8-41d0-b058-b5cafd36da1c") + ) + (wire + (pts + (xy 95.25 116.84) (xy 95.25 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b64e6429-c13e-4e72-8636-8d3ea74086d6") + ) + (wire + (pts + (xy 60.96 176.53) (xy 69.85 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b77549fc-3112-45ec-bde3-d2a30468d80a") + ) + (wire + (pts + (xy 97.79 31.75) (xy 97.79 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b92e5705-dac9-42cc-8028-e1e622915b22") + ) + (wire + (pts + (xy 191.77 92.71) (xy 191.77 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bb7a2dd8-d69c-481a-af33-8dfab228b178") + ) + (wire + (pts + (xy 71.12 58.42) (xy 76.2 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf1394b4-b8bd-4c0d-9c54-f82afdec0efe") + ) + (wire + (pts + (xy 71.12 116.84) (xy 95.25 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bfc452c1-4245-4c77-938a-1b5040608a88") + ) + (wire + (pts + (xy 83.82 43.18) (xy 83.82 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bffcb7f0-7fcc-49d9-b5de-c6910a713504") + ) + (wire + (pts + (xy 224.79 53.34) (xy 215.9 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0cfabd5-09b0-466e-a941-a8c6bd313b60") + ) + (wire + (pts + (xy 59.69 33.02) (xy 74.93 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0e26a9d-d1c7-49f9-b32c-2e72720c61cd") + ) + (wire + (pts + (xy 81.28 191.77) (xy 90.17 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1e61783-9f7d-40c9-be53-b1cc3e919e79") + ) + (wire + (pts + (xy 205.74 64.77) (xy 219.71 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c37fa95d-e181-45d2-b995-a6387227906b") + ) + (wire + (pts + (xy 142.24 110.49) (xy 146.05 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c46b456f-62eb-47d6-a4fb-d9ee33eab695") + ) + (wire + (pts + (xy 114.3 92.71) (xy 191.77 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c6318b5c-e4a8-437b-8636-781f48c413c5") + ) + (wire + (pts + (xy 71.12 104.14) (xy 83.82 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c65a9ecb-c515-4662-824d-d8b44a214c9a") + ) + (wire + (pts + (xy 74.93 33.02) (xy 74.93 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c9556583-cd47-41f2-ba66-bd64514477d6") + ) + (wire + (pts + (xy 134.62 74.93) (xy 134.62 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc669fdb-3977-49a2-85ce-594aeb85f971") + ) + (wire + (pts + (xy 43.18 58.42) (xy 43.18 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc9edc87-5d39-42a1-9815-511fe29ebcdf") + ) + (wire + (pts + (xy 82.55 43.18) (xy 83.82 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce154567-eba6-4596-aaa4-ca8948b808f6") + ) + (wire + (pts + (xy 39.37 184.15) (xy 60.96 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cecf09bf-cc29-44ef-9fde-36d279672684") + ) + (wire + (pts + (xy 203.2 107.95) (xy 205.74 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cfcf07b7-1f1d-4e46-8293-efabbb7174b8") + ) + (wire + (pts + (xy 215.9 113.03) (xy 219.71 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0384981-116a-48a4-9215-f9a6cd42d068") + ) + (wire + (pts + (xy 214.63 140.97) (xy 199.39 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d5cc5dc4-599d-4f6e-9070-3159654ba0a5") + ) + (wire + (pts + (xy 81.28 176.53) (xy 90.17 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d621d8ad-f586-455e-a02b-9d3f6e6bb13c") + ) + (wire + (pts + (xy 242.57 67.31) (xy 240.03 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dcab84e9-042d-43dc-95dd-b04324f41c80") + ) + (wire + (pts + (xy 26.67 184.15) (xy 39.37 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e30a1fbb-166d-4e13-9bad-f5c5344a8fe1") + ) + (wire + (pts + (xy 81.28 184.15) (xy 99.06 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3e7d21a-e465-44ac-9a02-e01cfa556299") + ) + (wire + (pts + (xy 146.05 110.49) (xy 148.59 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e65ab64a-8ab6-4447-ab86-298c8c11aade") + ) + (wire + (pts + (xy 59.69 29.21) (xy 59.69 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e93eab14-bbd9-4970-85ba-6e293e1735bf") + ) + (wire + (pts + (xy 26.67 176.53) (xy 39.37 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb2e7e2d-1a29-4631-91e5-46f52b4f7dd4") + ) + (wire + (pts + (xy 232.41 53.34) (xy 240.03 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb8268d5-e6c6-441e-9ff9-38283a576018") + ) + (wire + (pts + (xy 57.15 58.42) (xy 57.15 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ecbe935a-edc9-4e67-b0ed-a46b98ebd2fc") + ) + (wire + (pts + (xy 40.64 24.13) (xy 43.18 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f36d350b-92e3-4dc4-a026-431b18858708") + ) + (wire + (pts + (xy 90.17 191.77) (xy 99.06 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f663bc5b-714a-4b0c-a021-f87a3ac60914") + ) + (wire + (pts + (xy 97.79 31.75) (xy 118.11 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f83b8aba-502a-4f49-9182-0f040aee4bc8") + ) + (wire + (pts + (xy 99.06 191.77) (xy 111.76 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f959cfc3-4946-4c8e-a21d-92c94382b29e") + ) + (wire + (pts + (xy 57.15 24.13) (xy 59.69 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fda39972-3b43-464b-afc8-7ea1aa3b19df") + ) + (text "LM4250" + (exclude_from_sim no) + (at 107.95 187.96 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "79e31938-7100-462b-8084-df5517b1404c") + ) + (text "LM4250" + (exclude_from_sim no) + (at 120.65 187.96 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9e604777-535d-4607-94cc-c2ff8ee1784b") + ) + (text "Power" + (exclude_from_sim no) + (at 134.62 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9eadee2a-3dae-42a0-8c0c-9e6e90d44b70") + ) + (label "fm_in" + (at 269.24 135.89 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "01923a2b-51d5-4bab-9951-51bf7f80fab1") + ) + (label "in" + (at 269.24 151.13 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "01d16eab-07fb-45ff-9e70-6ada22fbf280") + ) + (label "lp_out" + (at 269.24 161.29 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "02d5b7cc-2eda-4a17-aad3-ba28606a85f0") + ) + (label "fm_level_3" + (at 269.24 138.43 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "034f5397-251c-4664-88ef-3c36b520bdfc") + ) + (label "fm_level_1" + (at 35.56 36.83 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "0ec9e10f-f19d-4a9d-bca2-7943a51bce9e") + ) + (label "freq" + (at 269.24 146.05 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0f9f2595-f7d1-46ab-a88a-0e2be8ab6074") + ) + (label "bp_out" + (at 269.24 158.75 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "21e492a7-41cd-4fd2-a93c-7cf0879b2b75") + ) + (label "fm_in" + (at 40.64 24.13 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "2dc4db6c-c59c-47cc-ba0b-828c16c564e9") + ) + (label "bp_out" + (at 242.57 67.31 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "3f192998-d058-4df0-b279-d6f7b9ff3df8") + ) + (label "fm_level_1" + (at 269.24 143.51 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "45310c04-4718-4f83-8bf8-261d8978d38d") + ) + (label "cv" + (at 35.56 104.14 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "69629597-bac7-416a-a9e4-65951039931f") + ) + (label "freq" + (at 35.56 91.44 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "78dc2ea1-7777-4e96-9c72-e2f991353d0a") + ) + (label "fm_level_3" + (at 35.56 49.53 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "954b4def-27c6-4527-8fa4-0d696ef96ee9") + ) + (label "cv" + (at 269.24 148.59 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "95f182f1-1d3f-488e-94c6-c4bd253e85fe") + ) + (label "lp_out" + (at 242.57 110.49 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a77e0064-5400-4dc5-863d-3a8242873637") + ) + (label "fm_level_2" + (at 269.24 140.97 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "aace14b6-29e4-4af0-88df-3e35267ca742") + ) + (label "in" + (at 35.56 116.84 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "adddbcaf-dc70-41ca-8215-445bfe15da3b") + ) + (label "res_1" + (at 269.24 153.67 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c8b3f3db-e680-4c34-8991-ba3872291ec4") + ) + (label "res_1" + (at 95.25 139.7 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c963f151-8230-4e27-b6a7-f0b8dc9c5540") + ) + (label "res_2" + (at 269.24 156.21 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cf0e8d37-71e5-4839-b437-c9f383a23fac") + ) + (label "res_2" + (at 146.05 139.7 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "ebf50e30-5fd7-4823-81f3-ec0345b69a8a") + ) + (label "fm_level_2" + (at 35.56 43.18 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "f33527ae-a2d6-4247-b6e0-fc8a3be39d65") + ) + (symbol + (lib_id "power:+15V") + (at 21.59 176.53 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5bf152") + (property "Reference" "#PWR02" + (at 25.4 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 18.3388 176.149 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 21.59 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 21.59 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 21.59 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "560ff776-e125-471d-8fa4-c9bff86be23a") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 26.67 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5c24d0") + (property "Reference" "C1" + (at 29.6672 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10u" + (at 29.6672 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 27.6352 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 26.67 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 26.67 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fd78a8a9-5a28-4ba7-9076-0cb5f77530f2") + ) + (pin "2" + (uuid "1a0f4982-b453-4f16-b42a-dee38f3233de") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 26.67 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5c2809") + (property "Reference" "C2" + (at 29.6672 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10u" + (at 29.6672 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 27.6352 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 26.67 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 26.67 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "74000883-3b0b-4043-a882-a8ce15941315") + ) + (pin "2" + (uuid "6975374d-0bf6-4398-8784-7085942b53a4") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 21.59 184.15 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5c2dbb") + (property "Reference" "#PWR03" + (at 15.24 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 17.1958 184.277 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 21.59 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 21.59 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 21.59 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f4980cf0-20c4-4298-b04e-ced72d3bef86") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 39.37 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5d98ea") + (property "Reference" "C3" + (at 42.291 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 42.291 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 40.3352 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 39.37 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 39.37 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "40798893-20d4-45ef-9131-6cada27a4988") + ) + (pin "2" + (uuid "9d8051d5-108d-4421-ad6c-0108b4dd3946") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 39.37 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5d9d2d") + (property "Reference" "C4" + (at 42.291 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 42.291 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 40.3352 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 39.37 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 39.37 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3a575dfa-8d71-45d5-bbee-73f05727e4bd") + ) + (pin "2" + (uuid "f4561922-149d-4cea-9930-35a0316430ed") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 60.96 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5eb360") + (property "Reference" "C5" + (at 63.881 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 63.881 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 61.9252 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 60.96 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 60.96 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c19bb8dc-9a73-4b1f-a3b7-f7d5e97d704c") + ) + (pin "2" + (uuid "d8cbc6aa-97fe-4764-ac96-5e98dfd8309e") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 60.96 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5eb366") + (property "Reference" "C6" + (at 63.881 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 63.881 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 61.9252 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 60.96 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 60.96 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "81d9824b-f061-4853-9721-937b1b584bcf") + ) + (pin "2" + (uuid "2b3ce065-8fe9-4890-8bae-3260daeee52c") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 99.06 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5f4d95") + (property "Reference" "C9" + (at 101.981 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 101.981 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 100.0252 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 99.06 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 99.06 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d096be3f-f7f2-4c39-9f4b-e9c21be82a24") + ) + (pin "2" + (uuid "26278f5d-0ff5-481c-a215-51b233235b14") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 99.06 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5f4d9b") + (property "Reference" "C10" + (at 101.981 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 101.981 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 100.0252 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 99.06 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 99.06 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "812e8360-6ef2-4b14-b7e0-62437eee8464") + ) + (pin "2" + (uuid "cbaaa490-d3c8-41fa-a093-88e63a0de1aa") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 20.32 191.77 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d62273c") + (property "Reference" "#PWR01" + (at 17.78 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 17.0688 191.389 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 20.32 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 20.32 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 20.32 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39d0d484-3b57-40be-8bd4-2a3878b6ad31") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_02x05_Odd_Even") + (at 237.49 148.59 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebb7") + (property "Reference" "J1" + (at 236.22 159.1818 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IDC Header" + (at 236.22 156.8704 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 237.49 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 237.49 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 237.49 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "05f9c50f-151b-42dc-ba95-eb2b40828553") + ) + (pin "10" + (uuid "c4fff77d-412e-43f9-8b4b-b5537aa7729f") + ) + (pin "2" + (uuid "eb2e6257-207d-4701-89a7-7ccc3bb7fafb") + ) + (pin "3" + (uuid "1bfd9d13-b6e2-486d-a564-db774237da40") + ) + (pin "4" + (uuid "e2bdf045-2098-4665-a74f-070438334274") + ) + (pin "5" + (uuid "e9844eec-c4bf-48c8-af0a-b82a7c9ca08f") + ) + (pin "6" + (uuid "6492affd-0c2c-4997-a592-36f111663d50") + ) + (pin "7" + (uuid "78e037b3-20cb-4a23-9174-53672d46b7da") + ) + (pin "8" + (uuid "ecab084b-7485-4acd-b91f-67cf64eba714") + ) + (pin "9" + (uuid "f1d4f695-6987-4558-81a7-486f6b946930") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 229.87 151.13 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebbd") + (property "Reference" "#PWR027" + (at 233.68 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 226.6188 150.749 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 229.87 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 229.87 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 229.87 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93cd9d6f-fad8-4816-92f7-7829cac8be0a") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 242.57 151.13 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebc3") + (property "Reference" "#PWR032" + (at 238.76 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 245.8212 151.511 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 242.57 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 242.57 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "37788ba5-8dd7-47e5-a4ed-cc9cdd4e7925") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 229.87 153.67 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebc9") + (property "Reference" "#PWR028" + (at 227.33 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 226.6188 153.289 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 229.87 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 229.87 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 229.87 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1a70fe1c-45a0-4557-816b-ffa3a2c4cf52") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 242.57 153.67 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebcf") + (property "Reference" "#PWR033" + (at 245.11 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 245.8212 154.051 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 242.57 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 242.57 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc153025-1757-4d61-b12e-af33e41956f3") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 229.87 148.59 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebd5") + (property "Reference" "#PWR026" + (at 223.52 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 226.6188 148.717 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 229.87 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 229.87 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 229.87 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a1e0b9e4-c494-4315-89b0-73b299325d74") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 229.87 146.05 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebdb") + (property "Reference" "#PWR025" + (at 223.52 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 226.6188 146.177 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 229.87 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 229.87 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 229.87 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "704790ef-533b-442c-a3b8-d56550c1b155") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 242.57 146.05 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebe1") + (property "Reference" "#PWR030" + (at 248.92 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 245.8212 145.923 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 242.57 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 242.57 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "067201ef-21a0-4a84-9e37-4d0e9c184c73") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 242.57 148.59 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebe7") + (property "Reference" "#PWR031" + (at 248.92 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 245.8212 148.463 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 242.57 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 242.57 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "936a6d20-d601-4f3f-bbde-1d9d1cda8b12") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 242.57 143.51 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebed") + (property "Reference" "#PWR029" + (at 238.76 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 245.8212 143.891 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 242.57 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 242.57 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0a65cfc2-211c-4266-9841-b6d520fcbd96") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 229.87 143.51 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebf3") + (property "Reference" "#PWR024" + (at 233.68 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 226.6188 143.129 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 229.87 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 229.87 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 229.87 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "18d27359-592b-4ede-bedc-3884b7066739") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 229.87 143.51 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebf9") + (property "Reference" "#FLG04" + (at 229.87 141.605 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 229.87 140.2588 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "" + (at 229.87 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 229.87 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 229.87 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4456f444-f9c7-40c9-a67c-a20657901d34") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#FLG04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 156.21 176.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6db9a0") + (property "Reference" "H1" + (at 158.75 175.3616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 158.75 177.673 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 156.21 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 156.21 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 156.21 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 156.21 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6dc0fc") + (property "Reference" "H2" + (at 158.75 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 158.75 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 156.21 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 156.21 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 156.21 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 156.21 186.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6dc549") + (property "Reference" "H3" + (at 158.75 185.5216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 158.75 187.833 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 156.21 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 156.21 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 156.21 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 156.21 191.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6dca0e") + (property "Reference" "H4" + (at 158.75 190.6016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 158.75 192.913 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 156.21 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 156.21 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 156.21 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 139.7 181.61 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e084229") + (property "Reference" "#FLG01" + (at 137.795 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 136.4488 181.61 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 139.7 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 139.7 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d14ec1c2-fc28-4c91-a284-715660f1a41b") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 111.76 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e0942bb") + (property "Reference" "C12" + (at 114.681 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 114.681 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 112.7252 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 111.76 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8e5edf75-5df7-4aa7-b0f8-0c32d28577ad") + ) + (pin "2" + (uuid "fe1fba55-9f27-4f5f-8ac7-bd8a5efc4766") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 111.76 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e0942c1") + (property "Reference" "C11" + (at 114.681 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 114.681 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 112.7252 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 111.76 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6e39692c-f85a-4b6d-a15c-25f943ae6b91") + ) + (pin "2" + (uuid "07dbd7b4-a4c3-4398-9556-0bd6b905b560") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM4250") + (at 134.62 110.49 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecda42b") + (property "Reference" "U4" + (at 135.89 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM4250" + (at 135.89 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 135.89 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4250.pdf" + (at 135.89 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Programmable Operational Amplifier, DIP-8/SOIC-8" + (at 134.62 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c82ea56e-3970-4a02-9b7d-f7afdcba12a6") + ) + (pin "2" + (uuid "517478dc-8e57-4c23-91d4-a7ac300d3c38") + ) + (pin "3" + (uuid "b5998901-e5d1-4ab2-9bdc-ee46e652d085") + ) + (pin "4" + (uuid "7ea107a1-a7fe-4c66-808c-f2ba24155cb8") + ) + (pin "5" + (uuid "35450192-9e9e-4394-95e7-29f2749299ef") + ) + (pin "6" + (uuid "1e6614ce-6fc5-4aec-9e4a-690b8173bedf") + ) + (pin "7" + (uuid "7bb8a440-fb06-4ff1-9dd4-1d96906f479b") + ) + (pin "8" + (uuid "3381d9e7-4195-4cab-b23a-80970a20cf15") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM4250") + (at 177.8 107.95 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecdae78") + (property "Reference" "U5" + (at 179.07 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM4250" + (at 179.07 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 179.07 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4250.pdf" + (at 179.07 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Programmable Operational Amplifier, DIP-8/SOIC-8" + (at 177.8 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4c2e24f9-93c5-4cd1-b1a8-b8d60c084880") + ) + (pin "2" + (uuid "3eb2ec23-c67d-4979-8be9-837ab50cdbb1") + ) + (pin "3" + (uuid "dd95e996-bba8-4a74-b6b0-4b5ea3cd2af4") + ) + (pin "4" + (uuid "6ab757da-88d4-49fb-a7c3-e1fd6e0cc12d") + ) + (pin "5" + (uuid "246ec226-9eee-4751-b1f9-c6f0d1c0e4aa") + ) + (pin "6" + (uuid "d4f5271e-2f46-467d-acdc-b95b6745de8d") + ) + (pin "7" + (uuid "ba19e952-adca-48b1-ab29-29c0118b9e89") + ) + (pin "8" + (uuid "ce37374a-c504-4ff9-b70a-a4f9001d510f") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 67.31 71.12 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecdb4fd") + (property "Reference" "U1" + (at 67.31 80.4418 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 67.31 78.1304 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 67.31 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 67.31 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 67.31 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0e117f53-8322-4094-ac6e-46c8ec8460a7") + ) + (pin "2" + (uuid "26de824d-a915-42fc-b29b-ddb0947b823e") + ) + (pin "3" + (uuid "cd80ae8f-3037-4f90-ad51-8a12b94fb3b8") + ) + (pin "5" + (uuid "20c17bf8-766f-4cd8-913c-6b0ba3789a5a") + ) + (pin "6" + (uuid "341c3b6e-8ce1-4fba-82cb-69162d4d1664") + ) + (pin "7" + (uuid "5a6be392-474e-4828-a76b-f28c0d9e32ac") + ) + (pin "4" + (uuid "c8998adc-15cb-4b00-bf57-eaf64df0f269") + ) + (pin "8" + (uuid "5b0e202a-7392-4fdb-92a9-c53267703e03") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 67.31 26.67 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecdc3bf") + (property "Reference" "U1" + (at 67.31 35.9918 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 67.31 33.6804 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 67.31 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 67.31 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 67.31 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a867e4e7-dcba-482a-92f5-06913950bf50") + ) + (pin "2" + (uuid "074ddea6-b08d-4760-90c6-8c975f0a6fd0") + ) + (pin "3" + (uuid "e05fec8f-2811-49dc-92fc-6e02052801e8") + ) + (pin "5" + (uuid "4a97ffd4-6ee1-4309-8e14-2e226915c1c7") + ) + (pin "6" + (uuid "5b841eda-6965-47c8-8eda-a113f73ab637") + ) + (pin "7" + (uuid "8f1bb59d-553e-458f-9eab-9ded131fbd7a") + ) + (pin "4" + (uuid "44bcde05-1eb3-44a7-b12e-871b0d0964e2") + ) + (pin "8" + (uuid "a5da8788-94b1-48c0-bef6-edc3e59b9ac4") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 52.07 184.15 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecde718") + (property "Reference" "U1" + (at 51.0032 182.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 51.0032 185.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 52.07 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 52.07 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 52.07 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fa02f749-61bf-43b2-aec7-b23ed3678eef") + ) + (pin "2" + (uuid "43f459d6-4f49-4b2c-a850-26da01c2eba1") + ) + (pin "3" + (uuid "c190addd-700d-4d21-9580-f8da0bf36d83") + ) + (pin "5" + (uuid "f39ffdd4-3beb-4295-843f-e510edad07be") + ) + (pin "6" + (uuid "c9035b3e-0b87-42e0-a484-d8cef5088a34") + ) + (pin "7" + (uuid "d9f235bc-b041-453b-9982-714e173d13c2") + ) + (pin "4" + (uuid "c382f1dd-688b-422e-9dc7-1d68e4a97764") + ) + (pin "8" + (uuid "6d6acd8b-74c3-4d93-9795-2958dc00dbfa") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 107.95 45.72 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece1f7c") + (property "Reference" "U2" + (at 107.95 36.3982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 107.95 38.7096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 107.95 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 107.95 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 107.95 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dfa2bc2a-25f1-4c5e-a755-16e832ff7567") + ) + (pin "2" + (uuid "9cfdbc33-58b2-4873-acbe-97f2baf1f647") + ) + (pin "3" + (uuid "ea0c7b0e-4caf-41ef-82a0-0cd996cdaa8a") + ) + (pin "5" + (uuid "32ae3acf-0ddf-439b-9227-7282d59afc06") + ) + (pin "6" + (uuid "89c9bf26-964f-46b0-9966-a6c7b0d16a44") + ) + (pin "7" + (uuid "c5bf2c30-1a32-4e79-8045-05d8df7af953") + ) + (pin "4" + (uuid "1ac7c547-cc11-469b-b3d2-5ed686a3aa39") + ) + (pin "8" + (uuid "39888bb7-f775-4df2-8155-350680cdbb87") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 207.01 149.86 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece1f82") + (property "Reference" "U2" + (at 207.01 159.1818 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 207.01 156.8704 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 207.01 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 207.01 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 207.01 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1e5d48d9-0ff8-44ee-915e-7497f27b2aa7") + ) + (pin "2" + (uuid "6ed0256a-b178-4741-b1b2-ddf51dbdd0f2") + ) + (pin "3" + (uuid "baeeaa21-233a-4916-80b4-1d47f9e14f3c") + ) + (pin "5" + (uuid "abeb777a-5e50-4fbb-8952-246e3ef68265") + ) + (pin "6" + (uuid "a138235b-7b61-44d6-9f23-dacbd82d5f5c") + ) + (pin "7" + (uuid "0a563ac5-073c-464a-9b34-7671c65d0f47") + ) + (pin "4" + (uuid "5e131fc3-0312-45a3-b49e-6064843f1eee") + ) + (pin "8" + (uuid "10a69cfc-01e6-4c61-8414-93b78152c579") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U2") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 227.33 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece2429") + (property "Reference" "U3" + (at 227.33 57.9882 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 227.33 60.2996 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 227.33 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 227.33 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 227.33 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c01d5c90-31e0-432c-a797-6c7e8177c042") + ) + (pin "2" + (uuid "558804a0-8bdb-4d22-855e-ad10524f949e") + ) + (pin "3" + (uuid "6ba289a7-7411-48cb-ba30-8c6121a5bdec") + ) + (pin "5" + (uuid "787225ed-c87f-402f-91be-95b984a7e260") + ) + (pin "6" + (uuid "59fb912f-331f-4a2c-ace2-ddd3d04b3107") + ) + (pin "7" + (uuid "8fcbde7c-6491-4914-a967-9b8018eaa342") + ) + (pin "4" + (uuid "7d2c187e-62ad-4371-967d-ad4af7877787") + ) + (pin "8" + (uuid "bc0eaeb1-e8d0-4c8d-8fd7-a711401e22da") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 227.33 110.49 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece242f") + (property "Reference" "U3" + (at 227.33 101.1682 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 227.33 103.4796 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 227.33 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 227.33 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 227.33 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71f335c8-ec41-4255-b0ce-b32c179205a4") + ) + (pin "2" + (uuid "61de84bb-da0a-4918-b2b6-e41682f51efd") + ) + (pin "3" + (uuid "75d9bc71-44a3-455f-944f-24d4c6b6c707") + ) + (pin "5" + (uuid "35c825fe-018c-4395-9bfe-423bf7287404") + ) + (pin "6" + (uuid "4d4aa8e4-d7c4-46ee-8caf-0948564fd692") + ) + (pin "7" + (uuid "796298a0-c921-4e78-9161-337b1440bf4e") + ) + (pin "4" + (uuid "9631d6d5-881e-4f7b-8876-d29a45f77c9d") + ) + (pin "8" + (uuid "c98eded6-8fe6-4a70-93e0-4da198b6c871") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U3") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 72.39 184.15 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece278c") + (property "Reference" "U2" + (at 71.3232 182.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 71.3232 185.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 72.39 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 72.39 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 72.39 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a8e3fe98-33b7-4170-8dd5-ea94a2654dba") + ) + (pin "2" + (uuid "538edca4-864a-4a6f-8a73-27800b80163c") + ) + (pin "3" + (uuid "fcd16432-e309-4039-9b1d-2f5ccb7b4567") + ) + (pin "5" + (uuid "db870042-5fb7-434d-922c-59b9d0d076d0") + ) + (pin "6" + (uuid "fc61c54e-de55-4a4b-8d26-c74edf9cb7cb") + ) + (pin "7" + (uuid "80cbcf81-5f2a-4dc6-8804-a717eb62d134") + ) + (pin "4" + (uuid "8298c993-5ecc-4ee6-a294-19ae81e2ec97") + ) + (pin "8" + (uuid "e18c0709-a15f-483f-b8b1-7f2849c6dc14") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U2") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 92.71 184.15 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece2e4f") + (property "Reference" "U3" + (at 91.6432 182.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 91.6432 185.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 92.71 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 92.71 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 92.71 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "69e4aed8-a63b-4fc7-906d-6dddc41e8681") + ) + (pin "2" + (uuid "b5ced582-aa91-4551-8a80-05e45c7af3bb") + ) + (pin "3" + (uuid "30db6fd2-740b-4469-9ddd-d2c43824154d") + ) + (pin "5" + (uuid "ba620f1f-4c95-4ee0-bb81-295953f7f7f1") + ) + (pin "6" + (uuid "3832f1df-cffb-413e-8a8b-2f5ec518f9ff") + ) + (pin "7" + (uuid "1d79f1a1-d6cf-4068-bc3f-62c47a0d4afd") + ) + (pin "4" + (uuid "69750ca4-f66a-44a8-a2ff-2f2a987b6481") + ) + (pin "8" + (uuid "3536ba1c-e09c-4951-b3e2-908d7280b3b7") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "U3") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 132.08 118.11 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece3f4a") + (property "Reference" "#PWR011" + (at 132.08 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 131.699 122.5042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 132.08 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 132.08 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 132.08 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "29399ab7-648b-4356-a120-7b6a8c5befba") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 175.26 115.57 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece4c07") + (property "Reference" "#PWR018" + (at 175.26 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 174.879 119.9642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 175.26 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 175.26 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 175.26 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "92c8dacd-cbc5-441b-addc-4217bcb0077f") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 132.08 102.87 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece5094") + (property "Reference" "#PWR010" + (at 132.08 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 132.461 98.4758 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 132.08 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 132.08 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 132.08 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "343953f1-c17e-405b-8be3-1d95bcbe0e70") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 175.26 100.33 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece5bdd") + (property "Reference" "#PWR017" + (at 175.26 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 175.641 95.9358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 175.26 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 175.26 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 175.26 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2880759b-cca4-4765-b396-eedcdc285b58") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 53.34 24.13 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005eceabcf") + (property "Reference" "R3" + (at 53.34 18.8722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 53.34 21.1836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 53.34 22.352 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 53.34 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c326f3d5-18aa-4f6f-a6d2-a3f7c950e713") + ) + (pin "2" + (uuid "51746fe7-202d-4073-83d0-88c5d6828b8f") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 67.31 58.42 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecf08f5") + (property "Reference" "R6" + (at 67.31 53.1622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 67.31 55.4736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 67.31 56.642 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 67.31 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 67.31 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e88b9e11-ad91-4f4e-8279-897f6255740f") + ) + (pin "2" + (uuid "529b1533-46db-4fb0-82b7-79039cea5de8") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 57.15 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecf9aaa") + (property "Reference" "#PWR05" + (at 57.15 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 57.277 79.3242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 57.15 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 57.15 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 57.15 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "72365e3a-34b4-4fb6-b0ab-132373f04a96") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 49.53 58.42 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecfb7df") + (property "Reference" "R2" + (at 49.53 53.1622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 49.53 55.4736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 49.53 56.642 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 49.53 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0777e61d-02a3-43a7-b901-97a0377fa010") + ) + (pin "2" + (uuid "b2bda16e-c1f7-468f-9eb0-e603450eb65f") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 43.18 68.58 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecfba3a") + (property "Reference" "R1" + (at 44.958 67.4116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "220k" + (at 44.958 69.723 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 44.958 68.58 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 43.18 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 43.18 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5521a09b-0aac-4a28-94ca-48ae4416ff99") + ) + (pin "2" + (uuid "7f4c6985-faac-46da-ab81-873ebe323d9f") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 43.18 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecfbdf5") + (property "Reference" "#PWR04" + (at 43.18 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 43.307 79.3242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 43.18 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 43.18 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 43.18 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d1b71a8e-663f-4e04-b80a-c5dfeda7bca5") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 78.74 43.18 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed04267") + (property "Reference" "R8" + (at 78.74 37.9222 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "120k" + (at 78.74 40.2336 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 78.74 41.402 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 78.74 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 78.74 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "240fd24e-c31a-4e0f-8bdc-6ffb70f1bacd") + ) + (pin "2" + (uuid "781f0048-eefd-41b1-ae3f-e48a7fb7b2f3") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 97.79 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed04aa4") + (property "Reference" "#PWR07" + (at 97.79 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 97.917 53.9242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 97.79 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 97.79 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 97.79 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0fd0e33d-1940-44ce-92b2-9efe9e83c158") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 118.11 38.1 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed06834") + (property "Reference" "R12" + (at 123.3678 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3k" + (at 121.0564 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 119.888 38.1 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 118.11 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 118.11 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "24f67610-b396-406a-a8ef-fa7a845a9780") + ) + (pin "2" + (uuid "fff9a326-bc1b-4810-9581-84507d0d8fd7") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:2N3904") + (at 128.27 43.18 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed0a5d7") + (property "Reference" "Q1" + (at 128.27 49.149 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2N3904" + (at 128.27 51.4604 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline_Wide" + (at 126.365 48.26 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" + (at 128.27 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" + (at 128.27 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30afe0bc-9443-4f47-8847-7f001b77a7e4") + ) + (pin "2" + (uuid "cfe1e7a2-c303-4623-b5a8-70b6f53d585c") + ) + (pin "3" + (uuid "38a46fa5-21c3-4435-8bf1-7d97ebf54983") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 152.4 110.49 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed35bac") + (property "Reference" "R14" + (at 152.4 105.2322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "47k" + (at 152.4 107.5436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 152.4 108.712 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 152.4 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 152.4 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e9913f02-313f-441e-b637-d4a326d077c9") + ) + (pin "2" + (uuid "31a00216-dcbc-4c98-af02-2cd857bfab2d") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 157.48 119.38 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed36e2c") + (property "Reference" "R15" + (at 159.258 118.2116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1k" + (at 159.258 120.523 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 159.258 119.38 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 157.48 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 157.48 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "270aeaa4-e5a6-455d-a686-08978ea1dd70") + ) + (pin "2" + (uuid "ed7d215e-ed13-4006-8b70-5ee23836a593") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 67.31 104.14 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed387dd") + (property "Reference" "R4" + (at 67.31 98.8822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 67.31 101.1936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 67.31 102.362 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 67.31 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 67.31 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7714a307-8779-40a8-92ec-b9afa02ab23a") + ) + (pin "2" + (uuid "57534f41-faeb-4559-b8dc-136a192e6e9c") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 90.17 34.29 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed3c7cb") + (property "Reference" "R9" + (at 91.948 33.1216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 91.948 35.433 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 91.948 34.29 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 90.17 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 90.17 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8c86bf15-4ba1-4b22-b3ff-0d43edcd348c") + ) + (pin "2" + (uuid "965973cd-87a2-4979-8245-b00d31557092") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 90.17 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed3dae4") + (property "Reference" "#PWR06" + (at 90.17 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 90.551 26.0858 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 90.17 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 90.17 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 90.17 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b8dac072-44b6-461b-add8-ed741b2d05b2") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 67.31 116.84 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed46f01") + (property "Reference" "R5" + (at 67.31 111.5822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "470k" + (at 67.31 113.8936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 67.31 115.062 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 67.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 67.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e4ab686d-867e-4171-b108-e5c64b2785e5") + ) + (pin "2" + (uuid "292ddd47-30a1-4647-bb61-1310e3e56687") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 157.48 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed4b8c4") + (property "Reference" "#PWR015" + (at 157.48 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 157.607 127.5842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 157.48 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 157.48 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 157.48 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5d04da66-64e4-4a9d-9bb8-0a5dfda7f54c") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 166.37 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed4bcdd") + (property "Reference" "#PWR016" + (at 166.37 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 166.497 127.5842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 166.37 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 166.37 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 166.37 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f41d6d60-381f-4ecb-a5bb-6ec8782a1e80") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 114.3 100.33 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed4c5cf") + (property "Reference" "R10" + (at 116.078 99.1616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 116.078 101.473 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 116.078 100.33 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 114.3 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4d11168b-9c8e-497b-9dd8-4c1bbd6b0fab") + ) + (pin "2" + (uuid "3fbc72eb-69df-41ae-9a99-fbe4d41d2303") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 114.3 119.38 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed4c914") + (property "Reference" "R11" + (at 116.078 118.2116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1k" + (at 116.078 120.523 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 116.078 119.38 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 114.3 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "be096778-7dca-4588-b561-51218a5f5f1e") + ) + (pin "2" + (uuid "4c0809f1-a675-4271-8179-8d254f20b4dd") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed4cc9e") + (property "Reference" "#PWR08" + (at 114.3 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.427 127.5842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 114.3 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7ec08fdf-bcab-4066-93d6-a49b65e1d6dc") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 123.19 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed4cf72") + (property "Reference" "#PWR09" + (at 123.19 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 123.317 127.5842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 123.19 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 123.19 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39618cba-a354-4b09-b5d5-c654c2bdcfb5") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 269.24 128.27 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed7b17d") + (property "Reference" "#PWR034" + (at 265.43 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 272.4912 128.651 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 269.24 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 269.24 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 269.24 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fa8b01e5-7888-4f71-908f-fcfa8e08a723") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR034") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 269.24 130.81 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed7b17e") + (property "Reference" "#PWR035" + (at 271.78 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 272.4912 131.191 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 269.24 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 269.24 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 269.24 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5f51685f-d141-4731-87df-6f1bb4c56754") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR035") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 269.24 133.35 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed7b17f") + (property "Reference" "#PWR036" + (at 275.59 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 272.4912 133.223 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 269.24 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 269.24 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 269.24 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc726481-ee6c-4157-8c0a-86d3e096358b") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR036") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 139.7 181.61 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed7b185") + (property "Reference" "#PWR012" + (at 135.89 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 142.9512 181.991 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 139.7 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 139.7 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 139.7 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "91d6e97f-bdb7-424c-a0a0-6223e9ca1fd2") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 139.7 184.15 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed7b186") + (property "Reference" "#PWR013" + (at 142.24 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 142.9512 184.531 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 139.7 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 139.7 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 139.7 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "587d88d5-916b-405f-8322-6ea1fd463292") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 139.7 186.69 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed7b187") + (property "Reference" "#PWR014" + (at 146.05 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 144.78 186.69 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 139.7 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 139.7 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 139.7 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3e5c0e1-32a3-4164-840c-be580516e895") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 139.7 184.15 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed7b188") + (property "Reference" "#FLG02" + (at 137.795 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 136.4488 184.15 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 139.7 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 139.7 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bf4e4a58-c8e1-4ae6-be21-91375474d4b6") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 139.7 186.69 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed7b189") + (property "Reference" "#FLG03" + (at 137.795 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 136.4488 186.69 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 139.7 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 139.7 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9a4ed765-6404-4284-ad89-56370b5f937f") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 199.39 107.95 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed96486") + (property "Reference" "C14" + (at 199.39 101.473 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1u" + (at 199.39 103.7844 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" + (at 203.2 106.9848 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 199.39 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cd7dfe98-8120-4fe1-9262-c3016e1f5e7e") + ) + (pin "2" + (uuid "2360d1d6-16e5-49d8-8ad9-b8ba1bfdcd49") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 205.74 120.65 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005eda2dca") + (property "Reference" "R18" + (at 207.518 119.4816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 207.518 121.793 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 207.518 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 205.74 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 205.74 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ec63125f-ff33-45e5-af2b-40e787a45007") + ) + (pin "2" + (uuid "0ebaddaa-baf9-4713-9f01-43cc99d1c610") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 205.74 124.46 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005eda2dd0") + (property "Reference" "#PWR021" + (at 205.74 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 205.867 128.8542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 205.74 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 205.74 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 205.74 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae27f400-2b5a-4386-be67-94d43f02d00b") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 215.9 120.65 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edadff7") + (property "Reference" "R20" + (at 217.678 119.4816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 217.678 121.793 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 217.678 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 215.9 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cf4c4482-7e87-46bf-a9be-97bad22e8efd") + ) + (pin "2" + (uuid "62d4b1d3-4134-4d3d-a811-76d353a946cd") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 215.9 124.46 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edadffd") + (property "Reference" "#PWR023" + (at 215.9 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 216.027 128.8542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 215.9 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 215.9 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 215.9 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7279988a-0691-4033-b7db-863bc75cf8f3") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 228.6 96.52 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edb8585") + (property "Reference" "R22" + (at 228.6 91.2622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 228.6 93.5736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 228.6 98.298 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 228.6 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 228.6 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "28b61f25-a597-4e7d-a1d7-608fbf8b6c06") + ) + (pin "2" + (uuid "01568ae0-ba56-4825-b4a1-d3c3e69b7096") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x14_Socket") + (at 264.16 143.51 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ee3d3b2") + (property "Reference" "J2" + (at 266.9032 123.571 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "01x14 Female" + (at 266.9032 125.8824 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x14_P2.54mm_Vertical" + (at 264.16 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x14, script generated" + (at 264.16 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "067aa131-4e41-4df8-938a-528178ff0840") + ) + (pin "10" + (uuid "0292016c-be74-4860-ba9d-a918a5e4b420") + ) + (pin "11" + (uuid "ca1e916a-e6a2-45cc-9a63-01bd43d745c8") + ) + (pin "12" + (uuid "cd88a363-0ef6-4185-a24c-c266bc579059") + ) + (pin "13" + (uuid "5f7a2333-c426-4f78-a52b-3d26dd2db503") + ) + (pin "14" + (uuid "36538337-5438-4c23-944f-4d05a24d1aca") + ) + (pin "2" + (uuid "0f78203f-1953-465e-86c8-a90e77334a33") + ) + (pin "3" + (uuid "8d5b1872-0fd5-4b9a-a6b7-e82bb6b0186f") + ) + (pin "4" + (uuid "f7fd7acf-70a3-4d0b-84ff-fcccdd2ce4a9") + ) + (pin "5" + (uuid "b3e59d99-76ab-41f9-8cc6-006c9edf4614") + ) + (pin "6" + (uuid "a88e5e9b-b1da-4eec-933b-d0d5fbaa29e8") + ) + (pin "7" + (uuid "47d7029f-3dcf-4dce-8204-54241eaba71f") + ) + (pin "8" + (uuid "432234df-0a3f-43f2-ba4a-dd99ac470879") + ) + (pin "9" + (uuid "60481cbb-4162-4b39-b609-dd9ba3fde61a") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 67.31 91.44 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef32ba1") + (property "Reference" "R7" + (at 67.31 86.1822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "162k" + (at 67.31 88.4936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 67.31 89.662 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 67.31 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 67.31 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e41e1883-e022-40d2-8495-0112f6977482") + ) + (pin "2" + (uuid "5796bbdc-b6a3-4026-9e57-689853a789b9") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 134.62 83.82 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef3c877") + (property "Reference" "R13" + (at 136.398 82.6516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1M2" + (at 136.398 84.963 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 136.398 83.82 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 134.62 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 134.62 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1ee3aa2d-a470-466b-b45e-06e2fe356ccc") + ) + (pin "2" + (uuid "8273b783-8439-4831-99b7-784873c7dda9") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 177.8 83.82 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef3d69e") + (property "Reference" "R16" + (at 179.578 82.6516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1M2" + (at 179.578 84.963 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 179.578 83.82 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 177.8 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 177.8 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c84cdb3d-a732-41a3-bcb7-cc5886873817") + ) + (pin "2" + (uuid "ebd284fe-08b7-4aa7-a36a-88f294932492") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 199.39 64.77 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef649ba") + (property "Reference" "C13" + (at 199.39 58.293 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1u" + (at 199.39 60.6044 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" + (at 203.2 63.8048 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 199.39 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c431f35b-42b1-429b-95ab-104645defeaa") + ) + (pin "2" + (uuid "730568db-f7bc-44c8-8b51-6a1684549e2d") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 205.74 77.47 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef649c0") + (property "Reference" "R17" + (at 207.518 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 207.518 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 207.518 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 205.74 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 205.74 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7806e7e-2373-462c-b376-00512e5f5825") + ) + (pin "2" + (uuid "be2bcbe7-b5c1-4c0d-9bd9-f00355c41d8a") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 205.74 81.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef649c6") + (property "Reference" "#PWR020" + (at 205.74 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 205.867 85.6742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 205.74 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 205.74 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 205.74 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7acc48f9-2bf8-4210-b506-ff1700ec03c1") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 215.9 77.47 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef649cc") + (property "Reference" "R19" + (at 217.678 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10k" + (at 217.678 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 217.678 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 215.9 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4f0bf98f-f769-43ca-986c-db2f2ed066c0") + ) + (pin "2" + (uuid "cf6d2628-9f06-4611-b93e-4f86670b3dbd") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 215.9 81.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef649d2") + (property "Reference" "#PWR022" + (at 215.9 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 216.027 85.6742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 215.9 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 215.9 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 215.9 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "188800e6-84dc-476f-be7f-aec02d74acc8") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 228.6 53.34 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef649dd") + (property "Reference" "R21" + (at 228.6 48.0822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 228.6 50.3936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 228.6 55.118 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 228.6 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 228.6 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "91ebdd76-66fa-497a-a00e-137bd3eb96f1") + ) + (pin "2" + (uuid "066d4267-a450-408e-9c20-30f496c4ee12") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 81.28 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005efcf1ca") + (property "Reference" "C7" + (at 84.201 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 84.201 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 82.2452 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 81.28 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a383f731-73b4-47b5-b405-9982080ca20f") + ) + (pin "2" + (uuid "8da19fbd-a013-44c2-ad25-62373068dc9e") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 81.28 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005efcf1d0") + (property "Reference" "C8" + (at 84.201 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 84.201 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 82.2452 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 81.28 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3be448a0-ad8a-43c0-a4d2-4d9500febbda") + ) + (pin "2" + (uuid "a31e067a-bb73-4219-b85c-0f034241cf0b") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 198.12 153.67 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f14959e") + (property "Reference" "#PWR019" + (at 198.12 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 198.247 158.0642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 198.12 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 198.12 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 198.12 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "621ac2be-856f-4eb8-937a-0e400c3a0c38") + ) + (instances + (project "main" + (path "/148cef70-57ae-49b0-8e36-f1dc6883bde2" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/polivoks/mount/mount.kicad_pcb b/src/polivoks/mount/mount.kicad_pcb index ceac70f9..3889f315 100644 --- a/src/polivoks/mount/mount.kicad_pcb +++ b/src/polivoks/mount/mount.kicad_pcb @@ -1,5496 +1,7783 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "ПОЛИВОКС") - (date "2020-06-01") - (rev "01") - (comment 1 "PCB for mount circuit") - (comment 2 "schema for mount circuit") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (grid_origin 10.16 10.16) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 0) - (scaleselection 1) - (outputdirectory "gerbers") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "+15V") - (net 3 "-15V") - (net 4 "Net-(D1-A)") - (net 5 "Net-(D1-K)") - (net 6 "Net-(R2-Pad2)") - (net 7 "/fm_in") - (net 8 "/cv") - (net 9 "/in") - (net 10 "Net-(J4-PadT)") - (net 11 "Net-(J5-PadT)") - (net 12 "/lp_out") - (net 13 "/bp_out") - (net 14 "/res_2") - (net 15 "/res_1") - (net 16 "/freq") - (net 17 "/fm_level_3") - (net 18 "/fm_level_2") - (net 19 "/fm_level_1") - (net 20 "Net-(R1-Pad2)") - (net 21 "Net-(R3-Pad2)") - (net 22 "unconnected-(J1-PadTN)") - (net 23 "unconnected-(J2-PadTN)") - (net 24 "unconnected-(J3-PadTN)") - (net 25 "unconnected-(J4-PadTN)") - (net 26 "unconnected-(J5-PadTN)") - (net 27 "unconnected-(SW1-C-Pad3)") - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0659ea) - (at 27.94 27.94) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6db9a0") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f665c03-d28c-4bc8-b7db-2eb2ffcbc058) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 708f30a7-d3d4-428d-ba39-780723d82315) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 941ef32f-f914-426f-8c08-4f8e4075c530) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6d3f8874-d019-4da8-a904-8dd9a47f2e75)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 1a6293a6-a224-4a96-972d-0031a20beef0)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp aeb988a8-c964-4c9b-bb94-ba1ffa8a7bd0)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0659f2) - (at 63.16 27.94) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6dc0fc") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0b692708-ba87-48b4-940d-d1d1998eea69) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e7ffe763-e835-48f1-a135-ae6c3d9a5f12) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cb4211d8-976f-4f12-b039-bf7673be2610) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 9804bc15-701f-4730-81b3-9e7ad1073b81)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 909c3665-3e75-4966-945d-ce1780bdaeec)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 4885ca22-17d3-47c2-a9df-47d3d1b2b805)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e0659fa) - (at 63.16 134.62) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6dc549") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e679dea1-1fc0-458e-b93b-80c152d01178) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 09936bc3-522b-440a-a054-786308b66b94) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c228fb8d-b51c-4990-84a6-969b2b5911af) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp c7768c8c-068b-4329-8c45-46f99c34b505)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 6656933f-3608-440f-882a-295a35f4ffc2)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 8733c604-796c-4966-a658-ca7135eb8db5)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e065a02) - (at 27.94 134.62) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00005d6dca0e") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 87cd01c3-965d-4509-802e-4964cdd0d431) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 200aa1c0-0735-44ac-b68c-45ae3ea344a8) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c0bbf3f1-fe4e-4e6c-98a9-890008a176a1) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 43daba04-c93b-4687-b70c-dcf2c2241956)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 82e40a66-d1fd-444c-81fa-b67812a6e026)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp fd00073f-3648-4317-96e9-d3a39da95f28)) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b474) - (at 57.15 90.678 180) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005edd9df0") - (attr through_hole) - (fp_text reference "D1" (at 4.064 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 10cecaee-3c2c-4303-89a9-b3d039fb1904) - ) - (fp_text value "1N4148" (at 3.81 2.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp daaad561-e2aa-4355-89d9-d529d632fad2) - ) - (fp_text user "K" (at -1.685 0.018) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c9e6db29-12f2-428b-8161-13b1641a3ff3) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 465e1f23-94ef-4a96-93f9-cda87a4c02a1) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 66aad188-1f4d-4763-90ba-b6e4c7d241c4) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cad6d24f-a3d7-43a7-a4ee-9f03ff359d3b)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3dfa9f3e-56cd-4584-8eeb-fddb8c29d6b2)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 773d2ea0-3367-42fc-929d-9f778e7aa018)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2708426d-15a4-4a97-9ed6-7274c70a39dc)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2dcdd705-f3e1-4902-a1f8-b0f6b860ecf7)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16309216-afce-4dc4-af4d-559c274b18a7)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0928632-c871-4b63-a515-eafd5573cc37)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f96ba1d-5ac5-4c1e-a954-d70d39e26ee0)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55ff3074-90e5-4c16-b5d1-d997ccb07d70)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de118d70-bf20-49fd-a28a-317af4809842)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e69990d-5399-4cad-b23c-b986c976c1bc)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae2353e1-f69e-4212-a23a-e4d0063edc6f)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db8e191b-1b67-4b0e-81b6-12f7d217c18b)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 902a38e7-161b-4cbe-96ec-ee4a49fc2b2a)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3b44c01-6ccb-4648-b3d8-8834c9294cdc)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32b171bb-d921-4a7a-9744-c337bfce37cb)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7344b40f-dc1c-4d47-827b-1c6a0ce9295b)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c24125b-20c4-453f-a1a7-93346bcef792)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e73153c-80ab-4776-834b-10c0b8c6ba25)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cc9378a-23d0-4d3a-a848-8567268b713f)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc68d554-0b68-4c17-845f-b0e2803abe3d)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23033001-77aa-40e2-9134-a409ce541bdb)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp 170dc48d-6f00-4155-80b4-a098ea55255f)) - (pad "2" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp 1d40de7b-ebb7-4d94-ad3e-27b06bbf6d95)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b493) - (at 49.542 93.826) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005edd8ea4") - (attr through_hole) - (fp_text reference "D2" (at 3.81 1.932) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 62a86c23-aa41-43f4-bb72-2a418e425b39) - ) - (fp_text value "1N4148" (at 3.81 2.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1dc01df0-0a69-4b69-8ec5-f59edbf9da4e) - ) - (fp_text user "K" (at -1.732 -0.116) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 94cc1f11-826d-4d3d-8ef0-06e0857492eb) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6b888ab6-67ea-4c08-a223-cd2f624ede33) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp fd9bcdb5-af6f-41fd-80e5-8f7dae28550e) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3d1c4ef-5f14-4e2e-b3a2-880d2540a48d)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e25b73d-4e04-45b1-82d7-eaec444967f1)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d4967b1-948c-4f76-86a1-29c6e19d7eaf)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 904c06b2-c8e1-4c43-af62-44284dab9afd)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 723e4758-b64f-4044-bd13-4a8630ade51e)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ccdf392-4d8e-4716-afae-d338453cd7a2)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1f9eb60-db74-414c-9f70-c97b9c349144)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72539b6b-98fe-47e6-a942-9261b26cade0)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eec5b5d2-adba-4e0c-9a95-1c3a6d56890e)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 085f6226-114a-4408-9fd6-28286d92c78e)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfcc0249-71ed-497a-b4df-96eca8af150c)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f916ebc8-efef-4acf-8301-246dce774ace)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02b29b55-fb85-4927-b980-0edccce36eb5)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e8a0c9b-6a6b-4bdc-9bf1-7476d3f080b4)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a30bf027-e8f1-4266-bb19-a0aef365e8f8)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66db51db-94f9-471a-bd0a-0223eadbdead)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25328e13-f764-496a-a27f-a9637e4ff104)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10c893b0-59f2-442f-aed1-bf1c768bf450)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29f7c7be-afbb-4444-8caf-cf1a5956be82)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e55e1df6-f17b-410b-99a7-d2d681e8d206)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd659cda-906f-43f6-8d94-d882d00cb29f)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2377404-8ef5-4c1a-9a41-c500524cbe63)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(D1-A)") (pinfunction "K") (pintype "passive") (tstamp 9857d4e8-c9e7-48aa-b113-f9c474f43a6f)) - (pad "2" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(D1-K)") (pinfunction "A") (pintype "passive") (tstamp 1d9230cf-1d12-4e7a-bbee-d09c589c5d9d)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b4ed) - (at 35.56 40.64 180) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ece7338") - (attr through_hole) - (fp_text reference "J1" (at -4.13 -5.63 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 32a94321-9689-4ec8-8559-b77685272173) - ) - (fp_text value "FM_IN" (at 0 -1.48 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bfb7bd62-a425-425a-9a74-e95fd06af170) - ) - (fp_text user "KEEPOUT" (at 0 0) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 4200b0b1-a523-44b8-b1f5-c7c243e185c2) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8100a5b9-6aea-4ab8-a9bd-317cf17f4654) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac2401d2-2308-4a8a-91bd-de231e5e5c01)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 808fe3b9-dd88-4d3d-ad6b-840db47553c2)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db452708-7ee1-413e-83f0-6ef1c96eb694)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1fb19817-f120-43c6-ac98-85af928ce847)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42fc0bf9-24a9-4de4-99e9-d485c412384b)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e9e6955-7d28-4106-b824-a04d7f24f0cc)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 762e83c5-9ade-46cf-8cb8-bb81f8259efd)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f69c2486-81ce-4ffe-b0b9-6814f41e6168)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp cdad59be-5059-47cb-b067-902485b1e7a7)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0fdbb1cc-c8c0-4d3f-ac60-78900414da47)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 23889a3b-b7df-4ddf-835e-c2755e3476d1)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1885c0f8-910d-4e9b-ba85-b3af8fa15cb0)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp c1201e63-14c6-40eb-8303-84d42187ab28)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66863077-6349-42eb-83e9-b00eda884443)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0331bc1-4bf8-4967-b8f5-0f5454572944)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f24f497-0afc-40a5-812a-565e5bcc0a1a)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a5845f2-da6d-4301-adf6-7e7c309a371b)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a8aca75-b13f-4abc-a8ba-635fc537fef4)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 4b2d9d21-7ee8-45b2-8ead-c1a4305a53a1)) - (pad "S" thru_hole rect (at 0 -6.48) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp caf3ffd8-b062-4c5d-b2c2-9caf780c216b)) - (pad "T" thru_hole circle (at 0 4.92) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 7 "/fm_in") (pintype "passive") (tstamp 6427993d-25e1-42ab-816c-67c687301977)) - (pad "TN" thru_hole circle (at 0 -3.38) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 22 "unconnected-(J1-PadTN)") (pintype "passive+no_connect") (tstamp 6edded24-0b78-4532-9dc3-f26d8c305b45)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b50f) - (at 35.56 60.96 180) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ed3435a") - (attr through_hole) - (fp_text reference "J2" (at -4.13 -5.63 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5bffb4b-1ebc-4060-a9ed-eea8dfb60d72) - ) - (fp_text value "CV_IN" (at 0 -1.48 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 91bcd27d-546e-4ffa-b9d6-e8c82fcda2b4) - ) - (fp_text user "KEEPOUT" (at 0 0) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 0dad91fd-a3f6-48b4-8000-a4106a3d4a5b) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3f7561d8-adbd-4cd2-be77-ceeb43669ba8) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0610bf29-3f3d-4b5f-9912-16f9dbcc2025)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e24b5ce9-bc18-4e3b-8225-50342a5d453b)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3babc0fb-8c71-4276-99b3-32b68ef86c70)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a321b1e6-8c22-4f7a-910c-63032e9bb9d9)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a8e8751-7dbc-429a-910c-b96317306e1b)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbe5f3ca-d75f-416d-b9e5-1b3ad5e8be9c)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp aadbf19c-519a-47e9-8e52-b22a8a59b5ad)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f550867a-3d2e-44f5-9c20-e7b94ea74f95)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 84873093-6d08-4809-9ced-c7459b017d2f)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 37ff895f-8ef3-46cc-b7ce-c014841aaab3)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 4cf99ed2-b586-41b4-9d77-b5328d082a72)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 66b40cb4-3f86-4657-bee1-b5a80e8e4232)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 75ca3cfd-da0a-4214-b789-0afc541dca44)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4402e322-69b2-4501-a4a6-f54a9b699cc3)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3dfe46f1-9d78-44fd-8d30-f85d965a82cb)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc00351f-ad81-4384-aa17-7f7f54b3685d)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44831d3b-8e4e-42de-977d-3134aca9e702)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c914daf2-d5cf-444c-a6de-b341a7f4d8a6)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6abb608d-ec27-4c3c-886f-ac6854189d4c)) - (pad "S" thru_hole rect (at 0 -6.48) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 45752a87-ace5-4ab7-86e0-3d3623c18722)) - (pad "T" thru_hole circle (at 0 4.92) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 8 "/cv") (pintype "passive") (tstamp 7024f520-f1d3-4c85-a7cd-05bef6ede3ee)) - (pad "TN" thru_hole circle (at 0 -3.38) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 23 "unconnected-(J2-PadTN)") (pintype "passive+no_connect") (tstamp fdd4f1be-d8b1-4e4a-8f21-887bc9dd5139)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b531) - (at 35.56 121.92) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ed35e7f") - (attr through_hole) - (fp_text reference "J3" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d718e9d0-d2c6-4de7-b8bb-c97752ce2dbb) - ) - (fp_text value "INPUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bfd16b62-0496-40cf-b8c7-70bbadcebe97) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 72e3af0c-e2ff-4193-997f-f6b819f8a3a1) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4144c05d-a8d2-4357-9113-f82cb4b0698b) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ceda14fd-ea2b-4e25-a83b-de4c53b86102)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 702632e9-faa6-44a2-a3ad-afea857bdcf0)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 498f80de-bd82-4211-a1d9-e521a3d0af5e)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1ec3120-1d9f-4ce6-82b5-de5ca07ad7a8)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13bb05be-8429-4b2d-a886-3ebf064dac95)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 886a7dd1-7880-48ef-8be7-e40c17ad9dd3)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp aa9e49ce-27de-4a05-b5cd-6cf8bc945fe2)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp bcff54e4-d4d8-48a8-970a-5c88e6aa01c8)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6cee24f5-81c5-4551-a4d6-7601cd134430)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 84a29050-4e2d-45e3-90b4-f7277540c9c3)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0be3278b-7ab5-47a3-804e-c4d5c86b57a8)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3f6d7d31-cd09-4ea2-9eda-ef03223a245d)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 05b72511-c790-428a-914d-f25b884ac894)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1aaf53ce-5316-48a5-a53a-866302307274)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6aaa92c9-20f2-4153-881e-11ac639980e4)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdfd220e-10c2-4698-a43f-6de3feb4e08b)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a587be9-bf9c-4210-ac8c-82d727c04351)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79afe797-ea7a-4de2-aefe-f1cad5f040a5)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 3ae258a3-a75d-48d5-bcd2-25a19d17ee2c)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 9f1c1ca1-59a8-4f6c-8404-2950669ff537)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 9 "/in") (pintype "passive") (tstamp e458544e-e668-4b7a-bc17-bafae85f2688)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 24 "unconnected-(J3-PadTN)") (pintype "passive+no_connect") (tstamp 548a6dd1-6e4d-4bd5-ad3a-4fb30e052e1e)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b594) - (at 45.72 121.92) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ef649f0") - (attr through_hole) - (fp_text reference "J4" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0062d9c-df24-4bcc-bdd4-4e86556a8428) - ) - (fp_text value "BP_OUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e351214a-c1c2-4377-9133-b61d96ceb968) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 894a5d37-c940-4ecd-a15f-b569ab1294cc) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 441b7497-4293-4f23-9351-90126b936366) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adc71cd5-a28a-4485-9031-9b596890f49a)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 816bf6a8-f129-420d-9300-8bdac9db6eab)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dea928d1-42da-4cb3-a187-949f9068f5af)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b073fec2-ada2-42df-b740-c44197260c5f)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c53fa73-e7c7-40ce-b603-b9674d4a7afd)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41237953-0424-4860-82d4-15080da6a8cf)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 36cd2247-18be-4e98-a0fa-7e626ee6c18e)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 779732f3-750e-4778-955b-2f728632b6a4)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 74e217a2-e76b-4a53-8e94-3ce2b8faddd1)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 98e0a125-9a49-47a9-9054-cd5d23c9ee70)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c55111a7-6a85-48f0-8e73-b63978bccc36)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f539faad-601d-4308-b9bf-69746c7b5ac5)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 5a23c973-2db9-49a4-b95f-aebc6bcb1be0)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb55c022-0213-4402-add7-acbc01be8bbb)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01465789-d9dc-4c3e-bfb1-fe475d3fac54)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d867ad6-40c4-4e4b-9efa-2fbc20533cc4)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce98099f-dda9-4b1e-8d73-e8eda3015809)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 846c8758-ba8c-4f29-865c-b2d102db1b42)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 0a71acb5-076c-4e3e-905e-3b43e2236eb9)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 4e43fded-0baa-4060-bc96-0c5772a55a62)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 10 "Net-(J4-PadT)") (pintype "passive") (tstamp bda4a774-ee84-4437-90b1-8459a0d01eff)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 25 "unconnected-(J4-PadTN)") (pintype "passive+no_connect") (tstamp 0db7cda1-0d13-4a23-94cb-afa7ce082ea7)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b5b6) - (at 55.88 121.92) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005edc2b0a") - (attr through_hole) - (fp_text reference "J5" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 95513086-4951-4334-a269-0be552a14065) - ) - (fp_text value "LP_OUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b65735a-e109-4969-b434-0802218d1782) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 9e1f3dc9-481c-45d5-8700-c9bcda756b35) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp df93100b-65e5-48ce-8fa8-78d488fa4e07) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fbeee23-6823-43e6-b390-cbf05213a9a7)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07c0874a-5d2e-4e14-ae30-29790c48c578)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e5bc97a-253d-4acc-a56f-dde8708eb68f)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e0726bc-5e05-4423-a303-fb1f64e67992)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5dab275c-1050-4b67-9d6c-8432d958a6f9)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2afcb348-8e8d-4d84-8188-3c342207abff)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 295a369c-deb8-4688-a37f-01f7072e349c)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7434194e-e05c-4ad2-ac82-54ec1aec01db)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp fcbeccc4-3a29-4a0c-8ba4-66a52275a381)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 76c7867f-9089-48ca-a902-9407b83fa876)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d64c87e8-28fa-4ff4-845f-c4ae034f4971)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 4cc98af4-82f8-4bd6-acd0-a9fc4be6d051)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 9c63a1ee-7734-4431-b0a3-1622f8892539)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df37ed21-cde2-4dc5-ab8c-8c745ff3bd47)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56190cdd-1485-4e5a-8e66-30eb6a2c9221)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25ac0782-2acf-443d-8050-223b5270be26)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dede320a-eeba-4e00-a2f5-8d7d0495a817)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32c757a8-8caf-43a5-8740-b5c7636160c4)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 55bf580c-39b1-4d36-b989-8cd9a2bf9585)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 5352d34d-b21c-4b65-bcdf-d8a743fe34bd)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 11 "Net-(J5-PadT)") (pintype "passive") (tstamp 379cffd2-1f7d-4e48-aff8-895476d9adcb)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 26 "unconnected-(J5-PadTN)") (pintype "passive+no_connect") (tstamp 588116ba-e7e4-4e50-854a-269531f4991a)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b5df) - (at 31.496 76.2) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005eed7b17") - (attr through_hole) - (fp_text reference "R1" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c34f7df-9ef0-40da-8334-1d85636bbcbd) - ) - (fp_text value "47k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1754a4ee-5cb1-459d-baa9-c435a64d8fff) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 516f8fdd-0141-40e2-8c9b-1dcdeba73428) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec720bf5-3715-464e-9ef2-0da868c48fb4)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72d3c6c0-30c0-467f-8116-2a2538ec662f)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b463851a-76a2-4262-926e-016363b7b08b)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0a4bf2b-aef3-4039-9921-f8981b416588)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b4ca8ee-4952-4c84-bb89-2258e2743a80)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8651ff05-27d7-4099-9d30-c98751290470)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c18ba96-4784-48f4-966a-146fc27c1314)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65bf661c-1b11-43f9-879f-3cdc745da11c)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e12b319-5fb6-41bf-8361-a14e445ebbec)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 689d7605-5a3b-4547-97c8-c6225ff3826b)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45c9ef90-5c7e-4863-bfa9-06d3a982fa8e)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2fa1921d-9367-49a6-b6a6-e926f0163c07)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a9fd106-6b09-4cb8-aa5b-f5084fbff906)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6d61edf-0a54-4f17-8f21-765324d405d1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34d45fc8-4ac3-4aa5-b4e9-360a80faaec2)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6951312-23ff-4690-9bda-9f869688e8a8)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 4c9035d2-e39f-4c24-bb90-8369321cf288)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(R1-Pad2)") (pintype "passive") (tstamp c24b1517-4ce1-4a0c-b25b-508d5f606cad)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b6ae) - (at 43.18 112.268) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ee26300") - (attr through_hole) - (fp_text reference "R2" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e2459628-9a0e-4d01-a487-3257e0d9286a) - ) - (fp_text value "100" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c822b45d-5457-4134-bf34-3697cff64e14) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a15806c2-77ff-4f72-89c3-8dc0c41e7697) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b4985e9-792e-4bd2-9d4b-a9b329082cf9)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdeb22b3-3686-49ae-9f97-6b42f5a8587c)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca4e7f7f-444b-4d12-b30e-a63061447ddd)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8f9d0a9-0fcf-412b-b97f-57d24798300e)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36b398e8-eefc-4817-bf54-9e989abc2a41)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58e4ce94-f68d-47be-a70b-9089a7090345)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d12bbfd-08b2-4b8d-bf92-7118ddbc6e64)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e897b8a1-88c7-45c5-84fa-004660ef0e30)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74e7ce1a-8b78-499d-b025-27ae99bcd954)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea3011ff-2f76-4b45-91dc-9c6bb507b2bf)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45969896-d89e-4a39-8f65-9fc583b14d28)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a801bd01-a75f-4fe0-8fcd-184eac97bb5d)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88781a82-40fd-4e3a-94e0-6ff42fdef2e5)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98e81b98-eae3-4bd8-b630-4c58b2f5e264)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bbecea91-0339-441b-b0d7-861682f0f734)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f00d289-48bd-45cc-9804-937c6c4f24ed)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 2d2329c6-5079-4e25-8d76-ae73d4a51631)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(R2-Pad2)") (pintype "passive") (tstamp e57b37ca-a5c5-4fec-8b09-6fc988f4a794)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b6dc) - (at 31.75 99.06) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ee472eb") - (attr through_hole) - (fp_text reference "R3" (at 5.08 -2.116) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9d7f274-0132-4b9f-9c36-df880edfb410) - ) - (fp_text value "27k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2fb47e7d-7e53-455a-ac46-ad2c7300ff14) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f257dc23-d907-477c-9992-7d561db38897) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08dc9ba0-fea6-49df-bdcd-7a881e5d1812)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8614355-569a-4208-b121-8981a047b7c7)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea609835-070d-46f0-aad7-f5457a915934)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0385882f-ca88-4820-b458-bce629e861c6)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 079b2aa9-0dbd-4853-8b06-04fad5d088b8)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be787741-70a4-4939-be00-e61ddf243e77)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 385861ba-473d-42c5-acea-e5d75b6701da)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31bc3eb3-24e2-464f-b742-2b518790541a)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 64340ba0-685c-4feb-8006-198b25cba682)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6c839db-d9df-4fb9-800b-c2d550d3ccad)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28e1e66a-1de5-48ac-a9ae-ca8395169c23)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3065abf-a4e7-47fe-9b4a-fdddbb480ea0)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfb2c992-2a7d-4cdd-af33-03b5ec074d51)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b86f7a9f-ef4f-4d41-abaa-b6ded29dd5df)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff720efa-54de-4bd3-8cfa-bfc7d2b5d8c2)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56984a4c-24b9-4ab7-976e-1938c7583836)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "/res_1") (pintype "passive") (tstamp 44057f4b-21d1-4e84-b0a7-3de5aca19290)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(R3-Pad2)") (pintype "passive") (tstamp 9bf21682-ed12-4712-aed6-c0de9b36844d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b6f3) - (at 46.482 107.95 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ee2cff5") - (attr through_hole) - (fp_text reference "R6" (at 5.08 -2.37 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a60f0a0d-a171-47f6-b0c2-b133130c2573) - ) - (fp_text value "470" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 65ebd6b4-b057-44c1-ab20-9bec3f5e1e41) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e1e6d995-49a1-4633-85d4-5970201a5be8) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbd19ad5-393a-43a1-baa6-27bc6cd416bf)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0590d365-f078-47e8-b4ad-e52f183b6106)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 013f16da-dfab-47f8-9cd4-d07642c40254)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c54dc5c2-8172-4afd-8a08-b7d6007f855e)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2525cbf9-0961-4f92-8ec2-c64aa09a86c3)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24e06d90-cb34-4673-8a59-326a39428c94)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 660cf5ad-2fb8-457b-a2d1-29d38d3935e6)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5560b94-4f8c-4d96-880b-90c6ca030e23)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98469c87-7522-4d64-8108-34895286d26d)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72dfc2c7-0ec3-4155-a45e-44d41695acc2)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cf96221-b00c-426e-87c7-7fc8b927fdc0)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 419ed171-8a41-4bbd-abd3-25e2dacd4083)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8932236f-763c-4b00-ae9d-2554d6de2f08)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bcfbbd2b-634a-4e3b-a7fe-7b10867eb287)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb22e3e5-380e-4d1d-a1d9-286762166869)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2596380-68b7-4ea4-b580-2481e43864e3)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(R3-Pad2)") (pintype "passive") (tstamp 8b3801d1-9049-4186-9981-bb304a414d72)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(D1-A)") (pintype "passive") (tstamp eeacbd56-77dd-487a-bfb7-4ffc5df2a09d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b835) - (at 31.75 103.632) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ef649ea") - (attr through_hole) - (fp_text reference "R4" (at 5.08 -2.116) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7bddc50c-7bd1-4dfc-ae7c-b9bb6db405f4) - ) - (fp_text value "1k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e315b022-ac4a-4796-9a20-dd4917dfc7ca) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1d5996cd-14fc-4745-bc35-20aa025cbb58) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3558eb1e-0ca4-498b-b195-326411cc0d83)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 267abad6-af8a-4d61-8688-6b1dcd9366cc)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01d717b9-a1cd-4b68-94e7-6d7eb171557a)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ffb909d6-b2cb-4e32-af6a-c994863ecf26)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97db5740-0b18-4a1c-9cb4-783346f078d1)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp deb178e4-3160-4b8c-bde4-be24e81bd7fc)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4ad125f-d310-4958-be8e-f3390324b97e)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f51ec7eb-7370-4e6a-9e19-fc2e4a980396)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b6be24c-2562-47b1-8a25-0343ac859476)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1976640e-bdcd-4339-afab-4dbafd1fdd98)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1937c88-5377-49a3-aec1-e45aa003bb2d)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a28740e-191d-42e0-8ddc-f6150387d791)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 649c8dff-e5d9-4199-9be3-3bd1d5ed40db)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6366fb30-4e25-49bb-996f-d21587a3ec53)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54f41a33-f9b2-4d5e-aac4-98edd288a765)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd780b76-9581-4ef3-9104-56606bbd2be9)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "/bp_out") (pintype "passive") (tstamp 3ee53d2a-a6b9-43cc-ac1b-c14103d86919)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(J4-PadT)") (pintype "passive") (tstamp 7c92635e-a4f3-47bd-b888-5eeeef20c79a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b84c) - (at 31.75 108.204) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005edc0373") - (attr through_hole) - (fp_text reference "R5" (at 5.08 -2.116) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cf427126-6f6e-41fd-8f50-6a7a68f66cd3) - ) - (fp_text value "1k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c45bcdd4-d6e4-475a-9da2-88da66da5d75) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e5636f00-6e6e-4fbe-acf3-ac5c5046be15) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34f45177-361f-4d82-99a1-034bcd469d5b)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a49526d-462f-4353-9e3d-12f5b4410b9d)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f181453-4de8-4625-9b69-1b189d677594)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30f6394a-b881-4a2a-846e-2483e3bcc407)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e26e971-f98a-4753-a777-e6e6e4a3152e)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e922b876-d9ee-47bf-8abd-a9f093b78d65)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5f6078e-9cb6-4ad1-accf-9f9501b2cabb)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8f00119-c8c1-4435-b390-423e8a54faca)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d1704ea-3abc-45cd-b179-d1b4c79a42c5)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aed077d8-bb49-4fb8-81d2-376c1c507d1d)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 920c1e2f-66d7-4e65-b395-ed737d8de425)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e568780-c3da-403b-892f-daf7702e18aa)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 267050cd-fdd9-467e-83d6-dbe117366553)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f16d8725-a885-408f-8c35-134b77a56151)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 125000ef-7662-4736-be95-8608ddeff9d9)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0b45708-ffe4-4c03-9a10-bca2e020bfe0)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "/lp_out") (pintype "passive") (tstamp e13b3c74-907e-4dd8-b75d-060fd5c12bc0)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(J5-PadT)") (pintype "passive") (tstamp f57ce4ae-f710-4553-9660-8dfa417f8f80)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b868) - (at 55.88 40.64 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005ecee43c") - (attr through_hole) - (fp_text reference "RV1" (at -2.794 7.366 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5305f515-fc9b-4099-97ee-263024e13dd6) - ) - (fp_text value "47k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eb9cbec0-06d5-4ad5-b238-e7ea1ecbfebc) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c10049f0-35b4-4ff8-ae39-842eb16866a5) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16263c36-c933-47cf-a30c-143ef95b7a0d)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 552f549f-1a12-4fc1-9af6-25ac175dcd3b)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e946fe2-2231-48e0-973e-6193bedea3ee)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6c99c31-5351-4c82-af3c-588398786702)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5858701e-dc49-4448-9540-2eca35e142b8)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d72c5c2b-811b-4934-95a6-7ef71b7df2f3)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62eb5722-1e11-4803-a574-292d68c49ee5)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e6fe12f-d6e7-4450-b75a-3539b22962ae)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b477f80b-8dfb-4116-bbb5-c2f9151c688b)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72fb7dba-794a-4efc-9111-3ca8a68242c0)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 525a4c3f-b6b6-4bef-acdd-de68682c5f4c)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd744b18-dfaf-400c-ab89-db0fb8f813b9)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08e5f6ed-14b9-4daa-8b8d-01a509498cd0)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12f0c71f-1fe1-491d-be14-856fb94e1de4)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4e6b32c-6043-489a-b575-cc6b03ffca7c)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73ee3307-5449-4778-a9d1-22fdf4eebf22)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f57b972b-eb96-4f98-a37f-63ed68ef9a60)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 89b7952c-4ab9-4067-af82-de65f3e57e7a)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp bbc3680b-2e49-49c9-a9ae-8be5ead96bb5)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 5c829d5c-effd-4a38-b81d-06681b2bde55)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "/fm_level_3") (pinfunction "1") (pintype "passive") (tstamp 38bd9da0-3b6d-419c-b8d7-853876ef5ff3)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 18 "/fm_level_2") (pinfunction "2") (pintype "passive") (tstamp 2e4b62a2-6a22-43f7-80dd-0b15e4f79fb2)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "/fm_level_1") (pinfunction "3") (pintype "passive") (tstamp b4a29c09-9fb8-48fa-b1d1-bfd9d1bb2a63)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b884) - (at 55.88 60.96 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005eec67ec") - (attr through_hole) - (fp_text reference "RV2" (at -2.54 7.366 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5533c7f7-a5af-4008-b307-7402170e62f4) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 602a30ac-0cbc-4607-a5da-b50d7f2e86b5) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9f10a380-7193-49f3-8096-390fb582c5e9) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be16b4db-f908-4213-a3bf-e5c0d320bf0f)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae208ca1-d096-42d5-9b06-5f0240d29c68)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68538dc5-7c04-4f4c-b0e1-fd967b917757)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2590b42-e1a7-4667-b503-85f1db07448c)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 723a8227-a71c-407a-9082-e6c31ca4df75)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07a6bd07-1e69-40a6-bab7-90bea2544ca0)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a7a7e59-12b0-4ab1-88d0-262f94a70d99)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db7b8b8b-4a0a-4431-9db1-15a30d09803b)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbd07135-e7ad-4ae5-ac85-4e3cd9d1c8a5)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 950bcad4-f334-44c6-81fa-e23548f98506)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c7b56be-1656-4f8a-b1ac-975d08b50d75)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e474e3d8-f568-48c3-b25f-838366393802)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a1c6b1a-cf4c-44dc-9019-8b499e840973)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd3e6da9-18a4-4bad-bbed-a7ce08998dc1)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e0eb9cf-9e65-4d60-bb46-dc6b7d328487)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f922c349-ec11-4f82-9d27-7456f9af13b9)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff66277f-b7d3-4d5b-a6bf-4b691ad457c4)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e6e57b54-a0d2-4f4f-b2ae-9acb30ce0e73)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 18e224b5-4d1b-48bf-a16e-bb252755c492)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 4ce6254f-bf0b-43e8-82dd-8a3f9687049c)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 20 "Net-(R1-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 583c68ac-196b-477b-8138-bf5afe1e7911)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "/freq") (pinfunction "2") (pintype "passive") (tstamp d559227f-adf1-400d-8c8f-39c2c7946420)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "3") (pintype "passive") (tstamp 254e33c1-a9d8-4d59-a0ef-6df7f3241efa)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b8a0) - (at 55.88 101.6 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/00000000-0000-0000-0000-00005ed5cfce") - (attr through_hole) - (fp_text reference "RV3" (at -2.794 7.366 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d8bd2335-463a-4c8a-98ad-66c090edc369) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7d1cbfcc-ac04-49d4-a2e3-5bb38a27d1cd) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ed5da6c-9ba0-4efc-89ac-b2b4490d03d4) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bda3cf1-95ad-489d-aa04-3e3c64b741c7)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32b00e8c-7676-4d1f-ad66-c0917e018e8e)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a7b50c2-f789-4779-97eb-b76ce04d50df)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c15ab33-1f27-4c5f-b71a-5f871d5d3d54)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0799c2a0-9953-4ff8-b590-61850c2bb531)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fce9a22f-a166-422f-94f0-d5a0e9d4cb7a)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de6bf47b-dd0b-4439-8420-5a8bc7be3bf7)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24a82d33-0130-43b5-98a6-cb1d913ea05d)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cede5b3f-293b-4e6e-ae00-b2759ef99be9)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0121a5f7-0260-4279-88a4-c0d5aebcbb74)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 870c5cb6-e02c-46c7-8aa3-77aa82e6fd31)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 984892df-5946-48d8-ad8f-f0ff99c0998e)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ca879bf-8bd2-4348-8376-220d53b10c65)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3858eb3-bf1b-49ce-8cdd-35e2e0df8202)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 817bb194-8338-49db-9676-40bcd2a7e876)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5001127-3445-435d-8154-c9aec287c8ad)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0118d17a-adf1-4c85-8267-47bc79e125ff)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a057c03b-17d3-4ff5-ac51-05ac60a58efc)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 034b2bdb-4d6c-4270-bbc9-98e715556906)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp a9ed9b80-6148-40fd-b367-4e3f06f28360)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "Net-(R2-Pad2)") (pinfunction "1") (pintype "passive") (tstamp 6b1bdd58-05bb-4d12-b29c-6b0835d85bbd)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "Net-(R3-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 3c4bdf61-6a40-4260-a04c-2f60c2c39bd8)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 14 "/res_2") (pinfunction "3") (pintype "passive") (tstamp def9f95f-a4ef-4c32-8768-6ab9241ccf9a)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:SPDT_KIT" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed4b8b3) - (at 55.88 81.28) - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Switch, single pole double throw") - (property "ki_keywords" "switch single-pole double-throw spdt ON-ON") - (path "/00000000-0000-0000-0000-00005edead52") - (attr through_hole) - (fp_text reference "SW1" (at -2.032 -6.985) (layer "F.SilkS") - (effects (font (size 1.2065 1.2065) (thickness 0.1524)) (justify left bottom)) - (tstamp b380590d-48d4-4c3d-b353-7c5fec41b3b4) - ) - (fp_text value "SW_SPDT" (at 6.096 4.318 90) (layer "F.SilkS") - (effects (font (size 1.2065 1.2065) (thickness 0.1524)) (justify left bottom)) - (tstamp 26861537-306f-4d59-8721-e0d63f776b1b) - ) - (fp_line (start -4 6.5) (end -4 -6.5) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 8b7090ce-c4c1-479b-b4dc-daaadbee886b)) - (fp_line (start -3.9 -6.6) (end 3.9 -6.6) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 5783ff10-641b-452d-871b-57bff7c983bb)) - (fp_line (start 3.9 6.6) (end -3.9 6.6) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp b39181e8-2ec5-4b54-9cf8-8d865e4b2d44)) - (fp_line (start 4 -6.5) (end 4 6.5) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 5a120227-c1b1-48ea-afc1-4e401993ecf7)) - (fp_arc (start -4.0005 -6.477) (mid -3.963303 -6.566803) (end -3.8735 -6.604) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 73e640a3-7ca5-4f47-ae9e-97811f7446b2)) - (fp_arc (start -3.8735 6.604) (mid -3.963303 6.566803) (end -4.0005 6.477) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 171dee98-7c7f-4a48-b6de-39cd9c8ade09)) - (fp_arc (start 3.8735 -6.604) (mid 3.963303 -6.566803) (end 4.0005 -6.477) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 3519fd49-e138-4ee3-84c8-2138e5700478)) - (fp_arc (start 4.0005 6.477) (mid 3.963303 6.566803) (end 3.8735 6.604) - (stroke (width 0.125) (type solid)) (layer "F.SilkS") (tstamp 0041ddf4-b062-4c4d-aa24-213c629b71a0)) - (fp_circle (center 0 0) (end 0.254 -2.794) - (stroke (width 0.125) (type solid)) (fill none) (layer "F.SilkS") (tstamp 54e38bbf-ba3a-46e9-8fe3-87240cd5d519)) - (fp_circle (center 0 0) (end 0.3175 -1.651) - (stroke (width 0.125) (type solid)) (fill none) (layer "F.SilkS") (tstamp fbbef988-fb7d-40ef-a8fe-97f404b723df)) - (fp_circle (center 0 0) (end 3 0) - (stroke (width 0.125) (type solid)) (fill none) (layer "F.SilkS") (tstamp f550197c-3964-4667-8deb-7d47d937d7d4)) - (fp_circle (center 0 0) (end 2.4765 0) - (stroke (width 0.0254) (type solid)) (fill none) (layer "Cmts.User") (tstamp a4e026e8-2d8a-4b36-9a89-826f50eca9e6)) - (pad "1" thru_hole circle (at 0 -4.7) (size 3.1 3.1) (drill oval 2.2 1.2) (layers "*.Cu" "*.Mask") - (net 14 "/res_2") (pinfunction "A") (pintype "passive") (tstamp 71ceb9a1-7711-44b0-8efb-a913fdd3a146)) - (pad "2" thru_hole circle (at 0 0) (size 3.1 3.1) (drill oval 2.2 1.2) (layers "*.Cu" "*.Mask") - (net 5 "Net-(D1-K)") (pinfunction "B") (pintype "passive") (tstamp ed9ce81d-0800-4740-ad71-3aa8187f6652)) - (pad "3" thru_hole circle (at 0 4.7) (size 3.1 3.1) (drill oval 2.2 1.2) (layers "*.Cu" "*.Mask") - (net 27 "unconnected-(SW1-C-Pad3)") (pinfunction "C") (pintype "passive+no_connect") (tstamp c19d3074-f2bc-4f9e-9dfa-b264ee53aac7)) - (model "/Users/design/Google Drive/4ms/kicad/packages3d/spdt-toggle-submini.wrl" - (offset (xyz 0 0 2.793999958)) - (scale (xyz 0.39 0.39 0.39)) - (rotate (xyz 270 0 90)) - ) - (model "/home/etienne/Projects/elektrophon/lib/kicad/models/SPDT Toggle Switch.stp" - (offset (xyz 3.5 -12 0)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 37082928-391b-4201-8d17-7d9b28f40022) - (at 40.91 135.06) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92c63d61-cf2e-49fe-88f2-23460d356620) - ) - (fp_text value "elektrophon logo" (at 0 -3.048) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b037dae9-d53b-4e2a-bb73-453c11f1f769) - ) - (fp_text user "ПОЛИВОКС" (at 8.62 1.02) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp 66b240fe-ac50-4029-b541-a4e6abc7e6d4) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp f11e6396-8ca9-4653-83b4-60f65b0a496c) - ) - (fp_text user "R01" (at -8.68 0.99) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp f2cd4edb-84f6-43cf-9a01-974147f6796a) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp 36be7465-1ed8-41ed-a4d8-63902465dabd) - ) - (fp_text user "ПОЛИВОКС" (at -8.54 0.99) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp 61470ec8-7b3a-4b42-b9c3-e18756d512cb) - ) - (fp_text user "R01" (at 8.58 1.02) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp d7ae1fc4-cfe7-40fb-a457-96df607d393e) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x14_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ed50537) - (at 27.432 73.66 180) - (descr "Through hole straight pin header, 1x14, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x14 2.54mm single row") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x14, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005edd90e8") - (attr through_hole) - (fp_text reference "J6" (at 0 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7a40f2a0-bc87-4530-b147-abbc077caafe) - ) - (fp_text value "01x14 Male" (at 0 -35.35) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 378d3be1-4af0-4c7a-9f54-fff70269cd6f) - ) - (fp_text user "${REFERENCE}" (at 0 -16.51 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3c8a197d-807c-4e66-ab6a-6e22edbf6254) - ) - (fp_line (start -1.33 -34.35) (end 1.33 -34.35) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 39656406-c987-4f2b-878e-b8591a864ff5)) - (fp_line (start -1.33 -1.27) (end -1.33 -34.35) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 83f14d6e-432f-4a73-97fe-e4478899714d)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c749d3a0-f07b-4983-99f5-632a8d90ee24)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2b2bfa6-e46f-4745-aa50-16f9c1f5cfac)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 305a728d-d306-4b28-a594-53c92dd03643)) - (fp_line (start 1.33 -1.27) (end 1.33 -34.35) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c1edc9e1-4ade-4cc3-a525-d3837270b0a5)) - (fp_line (start -1.8 -34.8) (end 1.8 -34.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d50f298b-a8e2-43ae-8d74-00ba79e4e3a2)) - (fp_line (start -1.8 1.8) (end -1.8 -34.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d7af54f1-990b-4fdb-9bae-1602ce834b66)) - (fp_line (start 1.8 -34.8) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 27c6717c-add3-4dde-9e2c-671036cd5ba7)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2d70f44e-d272-4752-9bce-444ca0286b8a)) - (fp_line (start -1.27 -34.29) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 07df3f48-a4cd-4189-9318-2519663d352b)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 07e44e07-1bb2-40ed-b532-52eb3869fd9d)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dfe84f1a-09a6-46d6-9566-7830a313fb77)) - (fp_line (start 1.27 -34.29) (end -1.27 -34.29) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 583f9ad8-a14c-4ccd-bb99-41e82b7b1bc1)) - (fp_line (start 1.27 1.27) (end 1.27 -34.29) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7380d09c-2bad-4700-bf11-d588ca75e03c)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "Pin_1") (pintype "passive") (tstamp 776faf56-7f5a-4a23-93c3-d4369c110163)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "Pin_2") (pintype "passive") (tstamp 354bdc83-2095-433f-b458-8100acb223b1)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp b34a4b31-89fc-43c1-bb3f-2f8a3485cffb)) - (pad "4" thru_hole oval (at 0 -7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "/fm_in") (pinfunction "Pin_4") (pintype "passive") (tstamp 6c61a72f-3b5e-4013-a25d-296b49d61d1f)) - (pad "5" thru_hole oval (at 0 -10.16 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "/fm_level_3") (pinfunction "Pin_5") (pintype "passive") (tstamp fc8fe07d-c38a-4c4a-afc2-058af1045ff6)) - (pad "6" thru_hole oval (at 0 -12.7 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 18 "/fm_level_2") (pinfunction "Pin_6") (pintype "passive") (tstamp 1ae4b2aa-86d4-45e2-b4c3-f16a7c3ca333)) - (pad "7" thru_hole oval (at 0 -15.24 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "/fm_level_1") (pinfunction "Pin_7") (pintype "passive") (tstamp 815b7446-cdcf-4857-8074-b4b45f9da0cc)) - (pad "8" thru_hole oval (at 0 -17.78 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "/freq") (pinfunction "Pin_8") (pintype "passive") (tstamp 6e6c6a2a-e4d1-4916-a162-151c54a2c7ec)) - (pad "9" thru_hole oval (at 0 -20.32 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 8 "/cv") (pinfunction "Pin_9") (pintype "passive") (tstamp 0e67fa55-81a8-41f9-8ebe-3aed74c6c082)) - (pad "10" thru_hole oval (at 0 -22.86 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 9 "/in") (pinfunction "Pin_10") (pintype "passive") (tstamp 37a08999-c83b-4549-afaf-d401f829301f)) - (pad "11" thru_hole oval (at 0 -25.4 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "/res_1") (pinfunction "Pin_11") (pintype "passive") (tstamp 148cdbd7-ec18-45cb-8650-4655066f0eea)) - (pad "12" thru_hole oval (at 0 -27.94 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 14 "/res_2") (pinfunction "Pin_12") (pintype "passive") (tstamp 247a40bb-1554-43da-b303-afc11648ce25)) - (pad "13" thru_hole oval (at 0 -30.48 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 13 "/bp_out") (pinfunction "Pin_13") (pintype "passive") (tstamp a0c2cb26-6464-4784-800e-efc6ecbe081d)) - (pad "14" thru_hole oval (at 0 -33.02 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 12 "/lp_out") (pinfunction "Pin_14") (pintype "passive") (tstamp 9260e5fa-ebee-4d54-99c4-dec51d586c8d)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x14_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 25.4 137.16) (end 25.4 25.4) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e089cae)) - (gr_line (start 25.4 25.4) (end 65.7 25.4) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 1e36c244-334f-4b52-8bee-cdea7afb4db6)) - (gr_line (start 65.7 137.16) (end 25.4 137.16) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 219b4850-2612-49d1-a530-50e73a0a32f0)) - (gr_line (start 65.7 25.4) (end 65.7 137.16) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 824f02f3-32a4-468f-9411-4a7111dd22e2)) - - (segment (start 58.34 68.46) (end 53.14 73.66) (width 0.381) (layer "B.Cu") (net 2) (tstamp 4ec412f0-69f8-4893-8906-28bd75ce54e3)) - (segment (start 53.14 73.66) (end 27.432 73.66) (width 0.381) (layer "B.Cu") (net 2) (tstamp 88b7da75-1a6e-4329-a440-7ebbc6ef862e)) - (segment (start 27.432 76.2) (end 31.496 76.2) (width 0.381) (layer "B.Cu") (net 3) (tstamp 7a53c104-fde1-4ade-a747-627d4a8b9bdb)) - (segment (start 46.482 97.79) (end 49.542 94.73) (width 0.25) (layer "F.Cu") (net 4) (tstamp 0c5ab50c-07dd-4051-a7f1-8d6d2bf5b5b3)) - (segment (start 49.53 90.678) (end 49.53 93.814) (width 0.25) (layer "F.Cu") (net 4) (tstamp aa2001fb-87aa-4378-8167-c3ed1751eaef)) - (segment (start 49.542 94.73) (end 49.542 93.826) (width 0.25) (layer "F.Cu") (net 4) (tstamp b23f702b-3acf-4af0-b8d7-f9d066d1ed3c)) - (segment (start 49.53 93.814) (end 49.542 93.826) (width 0.25) (layer "F.Cu") (net 4) (tstamp cabdb219-04b8-4a9e-802c-960b2f42419b)) - (segment (start 54.004999 87.532999) (end 54.004999 90.668999) (width 0.25) (layer "F.Cu") (net 5) (tstamp 4c61a129-10dc-4ec2-964f-ffa27df48080)) - (segment (start 54.004999 87.532999) (end 57.15 90.678) (width 0.25) (layer "F.Cu") (net 5) (tstamp 5a85d1ba-70e2-47a5-94e4-423c66f36090)) - (segment (start 54.004999 90.668999) (end 57.162 93.826) (width 0.25) (layer "F.Cu") (net 5) (tstamp 7fd4ade7-d40c-430b-8f8b-3bdae220b01a)) - (segment (start 55.88 81.28) (end 54.004999 83.155001) (width 0.25) (layer "F.Cu") (net 5) (tstamp 84dc419b-8dd1-4d41-89be-d3d990b861e9)) - (segment (start 54.004999 83.155001) (end 54.004999 87.532999) (width 0.25) (layer "F.Cu") (net 5) (tstamp af867680-7055-4acf-ab36-10b6db0ca426)) - (segment (start 53.34 112.268) (end 53.34 109.1) (width 0.25) (layer "B.Cu") (net 6) (tstamp b223854b-4795-428b-a4c0-4818c07b8234)) - (segment (start 28.607001 65.050201) (end 36.950001 56.707201) (width 0.25) (layer "F.Cu") (net 7) (tstamp 10b6db9a-3ff3-4b74-b8bf-e210582037f9)) - (segment (start 36.950001 37.110001) (end 35.56 35.72) (width 0.25) (layer "F.Cu") (net 7) (tstamp 1f8aae0e-d84a-4b7c-8ecc-4d2fbd3dbc1b)) - (segment (start 27.432 81.28) (end 28.607001 80.104999) (width 0.25) (layer "F.Cu") (net 7) (tstamp 7f8cda81-7e5e-4f9e-85ad-e79292c2aee2)) - (segment (start 36.950001 56.707201) (end 36.950001 37.110001) (width 0.25) (layer "F.Cu") (net 7) (tstamp 92e9c83f-9a4e-4e50-b022-0ab49db2d0f8)) - (segment (start 28.607001 80.104999) (end 28.607001 65.050201) (width 0.25) (layer "F.Cu") (net 7) (tstamp e73f0743-ad03-47e8-a850-173b54aaeb7f)) - (segment (start 26.256999 92.804999) (end 26.256999 65.343001) (width 0.25) (layer "F.Cu") (net 8) (tstamp 1ac49c5a-7616-43ce-948e-be991830a0b3)) - (segment (start 27.432 93.98) (end 26.256999 92.804999) (width 0.25) (layer "F.Cu") (net 8) (tstamp 7ecf290c-a1d0-440b-a223-6c6cb12a0690)) - (segment (start 26.256999 65.343001) (end 35.56 56.04) (width 0.25) (layer "F.Cu") (net 8) (tstamp db53f856-1e8c-4257-8929-7a8f73242e78)) - (segment (start 27.432 96.52) (end 26.256999 97.695001) (width 0.25) (layer "F.Cu") (net 9) (tstamp 0b8932f8-1435-45ba-a89f-736897a760b9)) - (segment (start 26.256999 97.695001) (end 26.256999 117.536999) (width 0.25) (layer "F.Cu") (net 9) (tstamp 68825cbb-1e81-41b4-a448-5bed4ae77fe2)) - (segment (start 26.256999 117.536999) (end 35.56 126.84) (width 0.25) (layer "F.Cu") (net 9) (tstamp 7c373c7f-9113-4cc3-8f58-a2688a07c271)) - (segment (start 40.784999 104.757001) (end 40.784999 121.904999) (width 0.25) (layer "F.Cu") (net 10) (tstamp 32ad4153-90a5-4a2a-ac1c-655f10f9183c)) - (segment (start 40.784999 121.904999) (end 45.72 126.84) (width 0.25) (layer "F.Cu") (net 10) (tstamp 60a87a98-6803-4188-803a-45f8dd9d5b0e)) - (segment (start 41.91 103.632) (end 40.784999 104.757001) (width 0.25) (layer "F.Cu") (net 10) (tstamp bba0b4d9-7579-42e5-9ff3-bd32c94fb6eb)) - (segment (start 41.91 108.204) (end 55.88 122.174) (width 0.25) (layer "F.Cu") (net 11) (tstamp 31565936-888c-4867-b9c1-02191817d9ec)) - (segment (start 55.88 122.174) (end 55.88 126.84) (width 0.25) (layer "F.Cu") (net 11) (tstamp d1db9223-f8d7-4a27-8801-930016065fca)) - (segment (start 27.432 106.68) (end 28.956 108.204) (width 0.25) (layer "F.Cu") (net 12) (tstamp 009b9022-a598-44f1-ae5c-bc40ca121dd2)) - (segment (start 28.956 108.204) (end 31.75 108.204) (width 0.25) (layer "F.Cu") (net 12) (tstamp 78c31da1-2be5-4a15-b46c-8475991bd3bd)) - (segment (start 31.75 103.632) (end 27.94 103.632) (width 0.25) (layer "F.Cu") (net 13) (tstamp 9708b1b7-5942-41a2-97c1-d8d12fad32dd)) - (segment (start 27.94 103.632) (end 27.432 104.14) (width 0.25) (layer "F.Cu") (net 13) (tstamp f2a86a1f-c4cc-46e7-ac32-70b6e68fd5cf)) - (segment (start 41.543002 101.6) (end 43.035001 103.091999) (width 0.25) (layer "F.Cu") (net 14) (tstamp 0486c21d-ecb8-40dd-8416-b734f2f72ec5)) - (segment (start 27.432 101.6) (end 30.988 101.6) (width 0.25) (layer "F.Cu") (net 14) (tstamp 416df449-928b-48c0-9cd2-2d84bc8d9abb)) - (segment (start 27.432 101.6) (end 41.543002 101.6) (width 0.25) (layer "F.Cu") (net 14) (tstamp 6ae2adaa-a43d-48f1-9197-ed1f29452dea)) - (segment (start 55.88 76.708) (end 55.88 76.58) (width 0.25) (layer "F.Cu") (net 14) (tstamp 74062b58-c9f7-4f00-91dc-f53ded4471af)) - (segment (start 47.191999 110.325001) (end 57.114999 110.325001) (width 0.25) (layer "F.Cu") (net 14) (tstamp 903e1721-491d-40d5-a088-eb4144c9e6f6)) - (segment (start 43.035001 106.168003) (end 47.191999 110.325001) (width 0.25) (layer "F.Cu") (net 14) (tstamp ac54b26b-e41f-4aee-b063-68b34f7dc15e)) - (segment (start 30.988 101.6) (end 55.88 76.708) (width 0.25) (layer "F.Cu") (net 14) (tstamp c93d3406-45e9-4132-b3db-a4f88738657f)) - (segment (start 57.114999 110.325001) (end 58.34 109.1) (width 0.25) (layer "F.Cu") (net 14) (tstamp c9b65ca7-835a-447d-bb76-1a952d18937e)) - (segment (start 43.035001 103.091999) (end 43.035001 106.168003) (width 0.25) (layer "F.Cu") (net 14) (tstamp ecc9bcc8-0dc3-40e1-81a0-7b7aca1d085c)) - (segment (start 27.432 99.06) (end 31.75 99.06) (width 0.25) (layer "F.Cu") (net 15) (tstamp 4b60a86a-83c5-474b-9b78-a958f9f44b5f)) - (segment (start 33.709999 90.590001) (end 55.84 68.46) (width 0.25) (layer "F.Cu") (net 16) (tstamp 98bc0d8c-14f5-415d-866d-ad74d0cc8254)) - (segment (start 27.432 91.44) (end 28.281999 90.590001) (width 0.25) (layer "F.Cu") (net 16) (tstamp c845044f-267d-4791-ae76-a7422862e9fd)) - (segment (start 28.281999 90.590001) (end 33.709999 90.590001) (width 0.25) (layer "F.Cu") (net 16) (tstamp fc2ca1a3-56df-4076-93a3-90cd3a2512c3)) - (segment (start 31.115 83.82) (end 27.432 83.82) (width 0.25) (layer "F.Cu") (net 17) (tstamp 11d361c0-9800-46aa-9143-de2d351dca34)) - (segment (start 31.115 83.82) (end 53.34 61.595) (width 0.25) (layer "F.Cu") (net 17) (tstamp 199a24bc-fddc-421a-90d9-906a9864ed18)) - (segment (start 53.34 61.595) (end 53.34 48.14) (width 0.25) (layer "F.Cu") (net 17) (tstamp d8ef2cc5-10d7-4d92-8e18-13f5f896bb65)) - (segment (start 55.84 59.73141) (end 55.84 48.14) (width 0.25) (layer "F.Cu") (net 18) (tstamp 384050df-4e29-46f3-adc3-51b7485b5e25)) - (segment (start 27.432 86.36) (end 29.521989 84.270011) (width 0.25) (layer "F.Cu") (net 18) (tstamp 43482fcf-1f9c-4b5d-bff8-5aac12080f25)) - (segment (start 31.301399 84.270011) (end 55.84 59.73141) (width 0.25) (layer "F.Cu") (net 18) (tstamp 6f38bd04-f15d-4672-9313-33c951f7bcd9)) - (segment (start 29.521989 84.270011) (end 31.301399 84.270011) (width 0.25) (layer "F.Cu") (net 18) (tstamp b0a88a4f-cb21-42d9-b8d7-9131729df8a6)) - (segment (start 31.470976 84.720022) (end 31.487799 84.720022) (width 0.25) (layer "F.Cu") (net 19) (tstamp 01bdbfb3-85d4-4ea7-af4d-05f6e679849e)) - (segment (start 58.34 57.867821) (end 58.34 48.14) (width 0.25) (layer "F.Cu") (net 19) (tstamp 0b4ccd47-7fe1-45bd-87b2-5edc23ab3076)) - (segment (start 28.281999 88.050001) (end 28.281999 87.908999) (width 0.25) (layer "F.Cu") (net 19) (tstamp 2f525c8b-51e1-4367-bf70-43a1bae30aa6)) - (segment (start 28.281999 87.908999) (end 31.470976 84.720022) (width 0.25) (layer "F.Cu") (net 19) (tstamp 75f3852c-a55c-4839-8960-6a3388b58367)) - (segment (start 31.487799 84.720022) (end 58.34 57.867821) (width 0.25) (layer "F.Cu") (net 19) (tstamp b039e035-2242-43ee-a573-6453082d2248)) - (segment (start 27.432 88.9) (end 28.281999 88.050001) (width 0.25) (layer "F.Cu") (net 19) (tstamp d9c02dae-f507-4d69-9075-453e1d4a2a69)) - (segment (start 49.396 68.46) (end 41.656 76.2) (width 0.381) (layer "F.Cu") (net 20) (tstamp 805248f5-6342-4877-863a-e6da8dabaea5)) - (segment (start 53.34 68.46) (end 49.396 68.46) (width 0.381) (layer "F.Cu") (net 20) (tstamp 94785ab0-be69-41f2-af6a-bc8af52a275a)) - (segment (start 47.281999 107.150001) (end 53.890001 107.150001) (width 0.25) (layer "F.Cu") (net 21) (tstamp 0dd18ebb-9336-49fe-a0e8-2445bd156823)) - (segment (start 46.482 103.632) (end 46.482 107.95) (width 0.25) (layer "F.Cu") (net 21) (tstamp 429ed5d0-a078-4dc1-aa49-d415d538a593)) - (segment (start 46.482 107.95) (end 47.281999 107.150001) (width 0.25) (layer "F.Cu") (net 21) (tstamp 4de16212-d8bb-49ab-b875-46793b41c775)) - (segment (start 41.91 99.06) (end 46.482 103.632) (width 0.25) (layer "F.Cu") (net 21) (tstamp 60fd392e-a41a-4344-b2a7-feecb4d5e326)) - (segment (start 53.890001 107.150001) (end 55.84 109.1) (width 0.25) (layer "F.Cu") (net 21) (tstamp b5e0772c-6c00-4f8e-8511-7a96850a7a59)) - - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005ee7ce7e) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 65.532 137.16) - (xy 25.4 137.16) - (xy 25.4 25.4) - (xy 65.786 25.4) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 65.581621 25.480502) - (xy 65.628114 25.534158) - (xy 65.6395 25.5865) - (xy 65.6395 89.859999) - (xy 65.532423 136.973786) - (xy 65.512266 137.041861) - (xy 65.458505 137.088232) - (xy 65.406423 137.0995) - (xy 25.5865 137.0995) - (xy 25.518379 137.079498) - (xy 25.471886 137.025842) - (xy 25.4605 136.9735) - (xy 25.4605 134.62) - (xy 26.584341 134.62) - (xy 26.604937 134.855411) - (xy 26.666096 135.083661) - (xy 26.666098 135.083665) - (xy 26.765966 135.297832) - (xy 26.901498 135.491392) - (xy 26.901502 135.491397) - (xy 26.901505 135.491401) - (xy 27.068599 135.658495) - (xy 27.068603 135.658498) - (xy 27.068607 135.658501) - (xy 27.262167 135.794033) - (xy 27.262166 135.794033) - (xy 27.338304 135.829537) - (xy 27.476337 135.893903) - (xy 27.704592 135.955063) - (xy 27.881034 135.9705) - (xy 27.881035 135.9705) - (xy 27.998965 135.9705) - (xy 27.998966 135.9705) - (xy 28.175408 135.955063) - (xy 28.403663 135.893903) - (xy 28.617829 135.794035) - (xy 28.811401 135.658495) - (xy 28.978495 135.491401) - (xy 29.114035 135.29783) - (xy 29.213903 135.083663) - (xy 29.275063 134.855408) - (xy 29.295659 134.62) - (xy 61.804341 134.62) - (xy 61.824937 134.855411) - (xy 61.886096 135.083661) - (xy 61.886098 135.083665) - (xy 61.985966 135.297832) - (xy 62.121498 135.491392) - (xy 62.121502 135.491397) - (xy 62.121505 135.491401) - (xy 62.288599 135.658495) - (xy 62.288603 135.658498) - (xy 62.288607 135.658501) - (xy 62.482167 135.794033) - (xy 62.482166 135.794033) - (xy 62.558304 135.829536) - (xy 62.696337 135.893903) - (xy 62.924592 135.955063) - (xy 63.101034 135.9705) - (xy 63.101035 135.9705) - (xy 63.218965 135.9705) - (xy 63.218966 135.9705) - (xy 63.395408 135.955063) - (xy 63.623663 135.893903) - (xy 63.837829 135.794035) - (xy 64.031401 135.658495) - (xy 64.198495 135.491401) - (xy 64.334035 135.29783) - (xy 64.433903 135.083663) - (xy 64.495063 134.855408) - (xy 64.515659 134.62) - (xy 64.495063 134.384592) - (xy 64.433903 134.156337) - (xy 64.334035 133.942171) - (xy 64.334034 133.942169) - (xy 64.334033 133.942167) - (xy 64.198501 133.748607) - (xy 64.198497 133.748602) - (xy 64.198495 133.748599) - (xy 64.031401 133.581505) - (xy 64.031397 133.581502) - (xy 64.031392 133.581498) - (xy 63.837832 133.445966) - (xy 63.837833 133.445966) - (xy 63.623665 133.346098) - (xy 63.623661 133.346096) - (xy 63.395411 133.284937) - (xy 63.263076 133.273359) - (xy 63.218966 133.2695) - (xy 63.101034 133.2695) - (xy 63.065745 133.272587) - (xy 62.924588 133.284937) - (xy 62.696338 133.346096) - (xy 62.696334 133.346098) - (xy 62.482167 133.445966) - (xy 62.288607 133.581498) - (xy 62.288596 133.581507) - (xy 62.121507 133.748596) - (xy 62.121502 133.748602) - (xy 61.985965 133.942169) - (xy 61.886098 134.156334) - (xy 61.886096 134.156338) - (xy 61.824937 134.384588) - (xy 61.804341 134.62) - (xy 29.295659 134.62) - (xy 29.275063 134.384592) - (xy 29.213903 134.156337) - (xy 29.114035 133.942171) - (xy 29.114034 133.942169) - (xy 29.114033 133.942167) - (xy 28.978501 133.748607) - (xy 28.978497 133.748602) - (xy 28.978495 133.748599) - (xy 28.811401 133.581505) - (xy 28.811397 133.581502) - (xy 28.811392 133.581498) - (xy 28.617832 133.445966) - (xy 28.617833 133.445966) - (xy 28.403665 133.346098) - (xy 28.403661 133.346096) - (xy 28.175411 133.284937) - (xy 28.043076 133.273359) - (xy 27.998966 133.2695) - (xy 27.881034 133.2695) - (xy 27.845745 133.272587) - (xy 27.704588 133.284937) - (xy 27.476338 133.346096) - (xy 27.476334 133.346098) - (xy 27.262167 133.445966) - (xy 27.068607 133.581498) - (xy 27.068596 133.581507) - (xy 26.901507 133.748596) - (xy 26.901502 133.748602) - (xy 26.765965 133.942169) - (xy 26.666098 134.156334) - (xy 26.666096 134.156338) - (xy 26.604937 134.384588) - (xy 26.584341 134.62) - (xy 25.4605 134.62) - (xy 25.4605 126.839999) - (xy 33.981634 126.839999) - (xy 34.001066 127.086911) - (xy 34.058885 127.327742) - (xy 34.153665 127.556561) - (xy 34.283076 127.767741) - (xy 34.283077 127.767743) - (xy 34.443926 127.956073) - (xy 34.632256 128.116922) - (xy 34.63226 128.116925) - (xy 34.843437 128.246334) - (xy 35.072258 128.341115) - (xy 35.313089 128.398934) - (xy 35.56 128.418366) - (xy 35.806911 128.398934) - (xy 36.047742 128.341115) - (xy 36.276563 128.246334) - (xy 36.48774 128.116925) - (xy 36.676073 127.956073) - (xy 36.836925 127.76774) - (xy 36.966334 127.556563) - (xy 37.061115 127.327742) - (xy 37.118934 127.086911) - (xy 37.138366 126.84) - (xy 37.138366 126.839999) - (xy 44.141634 126.839999) - (xy 44.161066 127.086911) - (xy 44.218885 127.327742) - (xy 44.313665 127.556561) - (xy 44.443076 127.767741) - (xy 44.443077 127.767743) - (xy 44.603926 127.956073) - (xy 44.792256 128.116922) - (xy 44.79226 128.116925) - (xy 45.003437 128.246334) - (xy 45.232258 128.341115) - (xy 45.473089 128.398934) - (xy 45.72 128.418366) - (xy 45.966911 128.398934) - (xy 46.207742 128.341115) - (xy 46.436563 128.246334) - (xy 46.64774 128.116925) - (xy 46.836073 127.956073) - (xy 46.996925 127.76774) - (xy 47.126334 127.556563) - (xy 47.221115 127.327742) - (xy 47.278934 127.086911) - (xy 47.298366 126.84) - (xy 47.298366 126.839999) - (xy 54.301634 126.839999) - (xy 54.321066 127.086911) - (xy 54.378885 127.327742) - (xy 54.473665 127.556561) - (xy 54.603076 127.767741) - (xy 54.603077 127.767743) - (xy 54.763926 127.956073) - (xy 54.952256 128.116922) - (xy 54.95226 128.116925) - (xy 55.163437 128.246334) - (xy 55.392258 128.341115) - (xy 55.633089 128.398934) - (xy 55.88 128.418366) - (xy 56.126911 128.398934) - (xy 56.367742 128.341115) - (xy 56.596563 128.246334) - (xy 56.80774 128.116925) - (xy 56.996073 127.956073) - (xy 57.156925 127.76774) - (xy 57.286334 127.556563) - (xy 57.381115 127.327742) - (xy 57.438934 127.086911) - (xy 57.458366 126.84) - (xy 57.438934 126.593089) - (xy 57.381115 126.352258) - (xy 57.286334 126.123437) - (xy 57.156925 125.91226) - (xy 57.156922 125.912256) - (xy 56.996073 125.723926) - (xy 56.807743 125.563077) - (xy 56.807741 125.563076) - (xy 56.80774 125.563075) - (xy 56.596563 125.433666) - (xy 56.367742 125.338885) - (xy 56.126911 125.281066) - (xy 56.126912 125.281066) - (xy 56.003455 125.27135) - (xy 55.88 125.261634) - (xy 55.879999 125.261634) - (xy 55.633088 125.281066) - (xy 55.392257 125.338885) - (xy 55.163438 125.433665) - (xy 54.952258 125.563076) - (xy 54.952256 125.563077) - (xy 54.763926 125.723926) - (xy 54.603077 125.912256) - (xy 54.603076 125.912258) - (xy 54.473665 126.123438) - (xy 54.378885 126.352257) - (xy 54.321066 126.593088) - (xy 54.301634 126.839999) - (xy 47.298366 126.839999) - (xy 47.278934 126.593089) - (xy 47.221115 126.352258) - (xy 47.126334 126.123437) - (xy 46.996925 125.91226) - (xy 46.996922 125.912256) - (xy 46.836073 125.723926) - (xy 46.647743 125.563077) - (xy 46.647741 125.563076) - (xy 46.64774 125.563075) - (xy 46.436563 125.433666) - (xy 46.207742 125.338885) - (xy 45.966911 125.281066) - (xy 45.966912 125.281066) - (xy 45.843455 125.27135) - (xy 45.72 125.261634) - (xy 45.719999 125.261634) - (xy 45.473088 125.281066) - (xy 45.232257 125.338885) - (xy 45.003438 125.433665) - (xy 44.792258 125.563076) - (xy 44.792256 125.563077) - (xy 44.603926 125.723926) - (xy 44.443077 125.912256) - (xy 44.443076 125.912258) - (xy 44.313665 126.123438) - (xy 44.218885 126.352257) - (xy 44.161066 126.593088) - (xy 44.141634 126.839999) - (xy 37.138366 126.839999) - (xy 37.118934 126.593089) - (xy 37.061115 126.352258) - (xy 36.966334 126.123437) - (xy 36.836925 125.91226) - (xy 36.836922 125.912256) - (xy 36.676073 125.723926) - (xy 36.487743 125.563077) - (xy 36.487741 125.563076) - (xy 36.48774 125.563075) - (xy 36.276563 125.433666) - (xy 36.047742 125.338885) - (xy 35.806911 125.281066) - (xy 35.806912 125.281066) - (xy 35.56 125.261634) - (xy 35.313088 125.281066) - (xy 35.072257 125.338885) - (xy 34.843438 125.433665) - (xy 34.632258 125.563076) - (xy 34.632256 125.563077) - (xy 34.443926 125.723926) - (xy 34.283077 125.912256) - (xy 34.283076 125.912258) - (xy 34.153665 126.123438) - (xy 34.058885 126.352257) - (xy 34.001066 126.593088) - (xy 33.981634 126.839999) - (xy 25.4605 126.839999) - (xy 25.4605 118.539999) - (xy 33.981634 118.539999) - (xy 34.001066 118.786911) - (xy 34.058885 119.027742) - (xy 34.153665 119.256561) - (xy 34.283076 119.467741) - (xy 34.283077 119.467743) - (xy 34.443926 119.656073) - (xy 34.632256 119.816922) - (xy 34.63226 119.816925) - (xy 34.843437 119.946334) - (xy 35.072258 120.041115) - (xy 35.313089 120.098934) - (xy 35.56 120.118366) - (xy 35.806911 120.098934) - (xy 36.047742 120.041115) - (xy 36.276563 119.946334) - (xy 36.48774 119.816925) - (xy 36.676073 119.656073) - (xy 36.836925 119.46774) - (xy 36.966334 119.256563) - (xy 37.061115 119.027742) - (xy 37.118934 118.786911) - (xy 37.138366 118.54) - (xy 37.138366 118.539999) - (xy 44.141634 118.539999) - (xy 44.161066 118.786911) - (xy 44.218885 119.027742) - (xy 44.313665 119.256561) - (xy 44.443076 119.467741) - (xy 44.443077 119.467743) - (xy 44.603926 119.656073) - (xy 44.792256 119.816922) - (xy 44.79226 119.816925) - (xy 45.003437 119.946334) - (xy 45.232258 120.041115) - (xy 45.473089 120.098934) - (xy 45.72 120.118366) - (xy 45.966911 120.098934) - (xy 46.207742 120.041115) - (xy 46.436563 119.946334) - (xy 46.64774 119.816925) - (xy 46.836073 119.656073) - (xy 46.996925 119.46774) - (xy 47.126334 119.256563) - (xy 47.221115 119.027742) - (xy 47.278934 118.786911) - (xy 47.298366 118.54) - (xy 47.298366 118.539999) - (xy 54.301634 118.539999) - (xy 54.321066 118.786911) - (xy 54.378885 119.027742) - (xy 54.473665 119.256561) - (xy 54.603076 119.467741) - (xy 54.603077 119.467743) - (xy 54.763926 119.656073) - (xy 54.952256 119.816922) - (xy 54.95226 119.816925) - (xy 55.163437 119.946334) - (xy 55.392258 120.041115) - (xy 55.633089 120.098934) - (xy 55.88 120.118366) - (xy 56.126911 120.098934) - (xy 56.367742 120.041115) - (xy 56.596563 119.946334) - (xy 56.80774 119.816925) - (xy 56.996073 119.656073) - (xy 57.156925 119.46774) - (xy 57.286334 119.256563) - (xy 57.381115 119.027742) - (xy 57.438934 118.786911) - (xy 57.458366 118.54) - (xy 57.438934 118.293089) - (xy 57.381115 118.052258) - (xy 57.286334 117.823437) - (xy 57.156925 117.61226) - (xy 57.156922 117.612256) - (xy 56.996073 117.423926) - (xy 56.807743 117.263077) - (xy 56.807741 117.263076) - (xy 56.80774 117.263075) - (xy 56.596563 117.133666) - (xy 56.528343 117.105408) - (xy 56.473063 117.06086) - (xy 56.450642 116.993497) - (xy 56.4682 116.924706) - (xy 56.520162 116.876328) - (xy 56.576562 116.863) - (xy 56.893585 116.863) - (xy 56.893597 116.862999) - (xy 56.954093 116.856494) - (xy 57.090964 116.805444) - (xy 57.090965 116.805444) - (xy 57.207904 116.717904) - (xy 57.295444 116.600965) - (xy 57.295444 116.600964) - (xy 57.346494 116.464093) - (xy 57.352999 116.403597) - (xy 57.353 116.403585) - (xy 57.353 115.694) - (xy 56.434638 115.694) - (xy 56.464755 115.629998) - (xy 56.493635 115.478607) - (xy 56.483957 115.324789) - (xy 56.438862 115.186) - (xy 57.353 115.186) - (xy 57.353 114.476414) - (xy 57.352999 114.476402) - (xy 57.346494 114.415906) - (xy 57.295444 114.279035) - (xy 57.295444 114.279034) - (xy 57.207904 114.162095) - (xy 57.090965 114.074555) - (xy 56.954093 114.023505) - (xy 56.893597 114.017) - (xy 56.134 114.017) - (xy 56.134 114.883534) - (xy 56.106341 114.868329) - (xy 55.957061 114.83) - (xy 55.841625 114.83) - (xy 55.727094 114.844469) - (xy 55.625999 114.884494) - (xy 55.626 114.017) - (xy 54.866402 114.017) - (xy 54.805906 114.023505) - (xy 54.669035 114.074555) - (xy 54.669034 114.074555) - (xy 54.552095 114.162095) - (xy 54.464555 114.279034) - (xy 54.464555 114.279035) - (xy 54.413505 114.415906) - (xy 54.407 114.476402) - (xy 54.407 115.186) - (xy 55.325362 115.186) - (xy 55.295245 115.250002) - (xy 55.266365 115.401393) - (xy 55.276043 115.555211) - (xy 55.321138 115.694) - (xy 54.407 115.694) - (xy 54.407 116.403597) - (xy 54.413505 116.464093) - (xy 54.464555 116.600964) - (xy 54.464555 116.600965) - (xy 54.552095 116.717904) - (xy 54.669034 116.805444) - (xy 54.805906 116.856494) - (xy 54.866402 116.862999) - (xy 54.866415 116.863) - (xy 55.183438 116.863) - (xy 55.251559 116.883002) - (xy 55.298052 116.936658) - (xy 55.308156 117.006932) - (xy 55.278662 117.071512) - (xy 55.231656 117.105408) - (xy 55.208243 117.115106) - (xy 55.163438 117.133665) - (xy 54.952258 117.263076) - (xy 54.952256 117.263077) - (xy 54.763926 117.423926) - (xy 54.603077 117.612256) - (xy 54.603076 117.612258) - (xy 54.473665 117.823438) - (xy 54.378885 118.052257) - (xy 54.321066 118.293088) - (xy 54.301634 118.539999) - (xy 47.298366 118.539999) - (xy 47.278934 118.293089) - (xy 47.221115 118.052258) - (xy 47.126334 117.823437) - (xy 46.996925 117.61226) - (xy 46.996922 117.612256) - (xy 46.836073 117.423926) - (xy 46.647743 117.263077) - (xy 46.647741 117.263076) - (xy 46.64774 117.263075) - (xy 46.436563 117.133666) - (xy 46.368343 117.105408) - (xy 46.313063 117.06086) - (xy 46.290642 116.993497) - (xy 46.3082 116.924706) - (xy 46.360162 116.876328) - (xy 46.416562 116.863) - (xy 46.733585 116.863) - (xy 46.733597 116.862999) - (xy 46.794093 116.856494) - (xy 46.930964 116.805444) - (xy 46.930965 116.805444) - (xy 47.047904 116.717904) - (xy 47.135444 116.600965) - (xy 47.135444 116.600964) - (xy 47.186494 116.464093) - (xy 47.192999 116.403597) - (xy 47.193 116.403585) - (xy 47.193 115.694) - (xy 46.274638 115.694) - (xy 46.304755 115.629998) - (xy 46.333635 115.478607) - (xy 46.323957 115.324789) - (xy 46.278862 115.186) - (xy 47.193 115.186) - (xy 47.193 114.476414) - (xy 47.192999 114.476402) - (xy 47.186494 114.415906) - (xy 47.135444 114.279035) - (xy 47.135444 114.279034) - (xy 47.047904 114.162095) - (xy 46.930965 114.074555) - (xy 46.794093 114.023505) - (xy 46.733597 114.017) - (xy 45.974 114.017) - (xy 45.974 114.883534) - (xy 45.946341 114.868329) - (xy 45.797061 114.83) - (xy 45.681625 114.83) - (xy 45.567094 114.844469) - (xy 45.466 114.884494) - (xy 45.466 114.017) - (xy 44.706402 114.017) - (xy 44.645906 114.023505) - (xy 44.509035 114.074555) - (xy 44.509034 114.074555) - (xy 44.392095 114.162095) - (xy 44.304555 114.279034) - (xy 44.304555 114.279035) - (xy 44.253505 114.415906) - (xy 44.247 114.476402) - (xy 44.247 115.186) - (xy 45.165362 115.186) - (xy 45.135245 115.250002) - (xy 45.106365 115.401393) - (xy 45.116043 115.555211) - (xy 45.161138 115.694) - (xy 44.247 115.694) - (xy 44.247 116.403597) - (xy 44.253505 116.464093) - (xy 44.304555 116.600964) - (xy 44.304555 116.600965) - (xy 44.392095 116.717904) - (xy 44.509034 116.805444) - (xy 44.645906 116.856494) - (xy 44.706402 116.862999) - (xy 44.706415 116.863) - (xy 45.023438 116.863) - (xy 45.091559 116.883002) - (xy 45.138052 116.936658) - (xy 45.148156 117.006932) - (xy 45.118662 117.071512) - (xy 45.071656 117.105408) - (xy 45.048243 117.115106) - (xy 45.003438 117.133665) - (xy 44.792258 117.263076) - (xy 44.792256 117.263077) - (xy 44.603926 117.423926) - (xy 44.443077 117.612256) - (xy 44.443076 117.612258) - (xy 44.313665 117.823438) - (xy 44.218885 118.052257) - (xy 44.161066 118.293088) - (xy 44.141634 118.539999) - (xy 37.138366 118.539999) - (xy 37.118934 118.293089) - (xy 37.061115 118.052258) - (xy 36.966334 117.823437) - (xy 36.836925 117.61226) - (xy 36.836922 117.612256) - (xy 36.676073 117.423926) - (xy 36.487743 117.263077) - (xy 36.487741 117.263076) - (xy 36.48774 117.263075) - (xy 36.276563 117.133666) - (xy 36.208343 117.105408) - (xy 36.153063 117.06086) - (xy 36.130642 116.993497) - (xy 36.1482 116.924706) - (xy 36.200162 116.876328) - (xy 36.256562 116.863) - (xy 36.573585 116.863) - (xy 36.573597 116.862999) - (xy 36.634093 116.856494) - (xy 36.770964 116.805444) - (xy 36.770965 116.805444) - (xy 36.887904 116.717904) - (xy 36.975444 116.600965) - (xy 36.975444 116.600964) - (xy 37.026494 116.464093) - (xy 37.032999 116.403597) - (xy 37.033 116.403585) - (xy 37.033 115.694) - (xy 36.114638 115.694) - (xy 36.144755 115.629998) - (xy 36.173635 115.478607) - (xy 36.163957 115.324789) - (xy 36.118862 115.186) - (xy 37.033 115.186) - (xy 37.033 114.476414) - (xy 37.032999 114.476402) - (xy 37.026494 114.415906) - (xy 36.975444 114.279035) - (xy 36.975444 114.279034) - (xy 36.887904 114.162095) - (xy 36.770965 114.074555) - (xy 36.634093 114.023505) - (xy 36.573597 114.017) - (xy 35.814 114.017) - (xy 35.814 114.883534) - (xy 35.786341 114.868329) - (xy 35.637061 114.83) - (xy 35.521625 114.83) - (xy 35.407094 114.844469) - (xy 35.306 114.884494) - (xy 35.306 114.017) - (xy 34.546402 114.017) - (xy 34.485906 114.023505) - (xy 34.349035 114.074555) - (xy 34.349034 114.074555) - (xy 34.232095 114.162095) - (xy 34.144555 114.279034) - (xy 34.144555 114.279035) - (xy 34.093505 114.415906) - (xy 34.087 114.476402) - (xy 34.087 115.186) - (xy 35.005362 115.186) - (xy 34.975245 115.250002) - (xy 34.946365 115.401393) - (xy 34.956043 115.555211) - (xy 35.001138 115.694) - (xy 34.087 115.694) - (xy 34.087 116.403597) - (xy 34.093505 116.464093) - (xy 34.144555 116.600964) - (xy 34.144555 116.600965) - (xy 34.232095 116.717904) - (xy 34.349034 116.805444) - (xy 34.485906 116.856494) - (xy 34.546402 116.862999) - (xy 34.546415 116.863) - (xy 34.863438 116.863) - (xy 34.931559 116.883002) - (xy 34.978052 116.936658) - (xy 34.988156 117.006932) - (xy 34.958662 117.071512) - (xy 34.911656 117.105408) - (xy 34.888243 117.115106) - (xy 34.843438 117.133665) - (xy 34.632258 117.263076) - (xy 34.632256 117.263077) - (xy 34.443926 117.423926) - (xy 34.283077 117.612256) - (xy 34.283076 117.612258) - (xy 34.153665 117.823438) - (xy 34.058885 118.052257) - (xy 34.001066 118.293088) - (xy 33.981634 118.539999) - (xy 25.4605 118.539999) - (xy 25.4605 112.268) - (xy 41.867004 112.268) - (xy 41.886951 112.496002) - (xy 41.946186 112.717068) - (xy 41.946188 112.717073) - (xy 42.042913 112.924501) - (xy 42.092899 112.995888) - (xy 42.781272 112.307516) - (xy 42.794835 112.393148) - (xy 42.852359 112.506045) - (xy 42.941955 112.595641) - (xy 43.054852 112.653165) - (xy 43.140482 112.666727) - (xy 42.45211 113.355098) - (xy 42.45211 113.3551) - (xy 42.523498 113.405086) - (xy 42.730926 113.501811) - (xy 42.730931 113.501813) - (xy 42.951999 113.561048) - (xy 42.951995 113.561048) - (xy 43.18 113.580995) - (xy 43.408002 113.561048) - (xy 43.629068 113.501813) - (xy 43.629073 113.501811) - (xy 43.836497 113.405088) - (xy 43.907888 113.355099) - (xy 43.907888 113.355097) - (xy 43.219518 112.666727) - (xy 43.305148 112.653165) - (xy 43.418045 112.595641) - (xy 43.507641 112.506045) - (xy 43.565165 112.393148) - (xy 43.578727 112.307517) - (xy 44.267097 112.995888) - (xy 44.267099 112.995888) - (xy 44.317088 112.924497) - (xy 44.413811 112.717073) - (xy 44.413813 112.717068) - (xy 44.473048 112.496002) - (xy 44.492995 112.268) - (xy 44.473048 112.039997) - (xy 44.413813 111.818931) - (xy 44.413811 111.818926) - (xy 44.317086 111.611498) - (xy 44.2671 111.54011) - (xy 44.267098 111.54011) - (xy 43.578727 112.228481) - (xy 43.565165 112.142852) - (xy 43.507641 112.029955) - (xy 43.418045 111.940359) - (xy 43.305148 111.882835) - (xy 43.219517 111.869272) - (xy 43.907888 111.180899) - (xy 43.907888 111.180898) - (xy 43.836501 111.130913) - (xy 43.629073 111.034188) - (xy 43.629068 111.034186) - (xy 43.408 110.974951) - (xy 43.408004 110.974951) - (xy 43.18 110.955004) - (xy 42.951997 110.974951) - (xy 42.730931 111.034186) - (xy 42.730926 111.034188) - (xy 42.5235 111.130913) - (xy 42.452109 111.1809) - (xy 43.140481 111.869272) - (xy 43.054852 111.882835) - (xy 42.941955 111.940359) - (xy 42.852359 112.029955) - (xy 42.794835 112.142852) - (xy 42.781272 112.228481) - (xy 42.0929 111.540109) - (xy 42.042913 111.6115) - (xy 41.946188 111.818926) - (xy 41.946186 111.818931) - (xy 41.886951 112.039997) - (xy 41.867004 112.268) - (xy 25.4605 112.268) - (xy 25.4605 110.048649) - (xy 51.9315 110.048649) - (xy 51.938009 110.109196) - (xy 51.938011 110.109204) - (xy 51.98911 110.246202) - (xy 51.989112 110.246207) - (xy 52.076738 110.363261) - (xy 52.193792 110.450887) - (xy 52.193794 110.450888) - (xy 52.193796 110.450889) - (xy 52.245243 110.470078) - (xy 52.330795 110.501988) - (xy 52.330803 110.50199) - (xy 52.39135 110.508499) - (xy 52.391355 110.508499) - (xy 52.391362 110.5085) - (xy 52.5805 110.5085) - (xy 52.648621 110.528502) - (xy 52.695114 110.582158) - (xy 52.7065 110.6345) - (xy 52.7065 111.048606) - (xy 52.686498 111.116727) - (xy 52.652771 111.151819) - (xy 52.495703 111.261799) - (xy 52.495697 111.261804) - (xy 52.333804 111.423697) - (xy 52.333799 111.423703) - (xy 52.202477 111.61125) - (xy 52.105717 111.818753) - (xy 52.105715 111.818759) - (xy 52.049125 112.029955) - (xy 52.046457 112.039913) - (xy 52.026502 112.268) - (xy 52.046457 112.496087) - (xy 52.105716 112.717243) - (xy 52.202477 112.924749) - (xy 52.333802 113.1123) - (xy 52.4957 113.274198) - (xy 52.683251 113.405523) - (xy 52.890757 113.502284) - (xy 53.111913 113.561543) - (xy 53.34 113.581498) - (xy 53.568087 113.561543) - (xy 53.789243 113.502284) - (xy 53.996749 113.405523) - (xy 54.1843 113.274198) - (xy 54.346198 113.1123) - (xy 54.477523 112.924749) - (xy 54.574284 112.717243) - (xy 54.633543 112.496087) - (xy 54.653498 112.268) - (xy 54.633543 112.039913) - (xy 54.574284 111.818757) - (xy 54.477523 111.611251) - (xy 54.346198 111.4237) - (xy 54.1843 111.261802) - (xy 54.184296 111.261799) - (xy 54.027229 111.151819) - (xy 53.982901 111.096362) - (xy 53.9735 111.048606) - (xy 53.9735 110.6345) - (xy 53.993502 110.566379) - (xy 54.047158 110.519886) - (xy 54.0995 110.5085) - (xy 54.288632 110.5085) - (xy 54.288638 110.5085) - (xy 54.288645 110.508499) - (xy 54.288649 110.508499) - (xy 54.349196 110.50199) - (xy 54.349199 110.501989) - (xy 54.349201 110.501989) - (xy 54.486204 110.450889) - (xy 54.603261 110.363261) - (xy 54.690889 110.246204) - (xy 54.704828 110.208832) - (xy 54.747372 110.151999) - (xy 54.813891 110.127187) - (xy 54.883266 110.142278) - (xy 54.900273 110.153434) - (xy 54.971452 110.208835) - (xy 55.066983 110.28319) - (xy 55.272273 110.394287) - (xy 55.493049 110.47008) - (xy 55.723288 110.5085) - (xy 55.723292 110.5085) - (xy 55.956708 110.5085) - (xy 55.956712 110.5085) - (xy 56.186951 110.47008) - (xy 56.407727 110.394287) - (xy 56.613017 110.28319) - (xy 56.79722 110.139818) - (xy 56.955314 109.968083) - (xy 56.984517 109.923383) - (xy 57.038519 109.877296) - (xy 57.108867 109.86772) - (xy 57.173225 109.897696) - (xy 57.195481 109.923382) - (xy 57.224686 109.968083) - (xy 57.224687 109.968084) - (xy 57.382774 110.139813) - (xy 57.382778 110.139817) - (xy 57.44865 110.191087) - (xy 57.566983 110.28319) - (xy 57.772273 110.394287) - (xy 57.993049 110.47008) - (xy 58.223288 110.5085) - (xy 58.223292 110.5085) - (xy 58.456708 110.5085) - (xy 58.456712 110.5085) - (xy 58.686951 110.47008) - (xy 58.907727 110.394287) - (xy 59.113017 110.28319) - (xy 59.29722 110.139818) - (xy 59.325403 110.109204) - (xy 59.455314 109.968083) - (xy 59.455314 109.968082) - (xy 59.582984 109.772669) - (xy 59.676749 109.558907) - (xy 59.734051 109.332626) - (xy 59.753327 109.1) - (xy 59.734051 108.867374) - (xy 59.676749 108.641093) - (xy 59.582984 108.427331) - (xy 59.484517 108.276615) - (xy 59.455314 108.231916) - (xy 59.297225 108.060186) - (xy 59.297221 108.060182) - (xy 59.188952 107.975913) - (xy 59.113017 107.91681) - (xy 58.907727 107.805713) - (xy 58.907724 107.805712) - (xy 58.907723 107.805711) - (xy 58.686955 107.729921) - (xy 58.686948 107.729919) - (xy 58.588411 107.713476) - (xy 58.456712 107.6915) - (xy 58.223288 107.6915) - (xy 58.108066 107.710727) - (xy 57.993051 107.729919) - (xy 57.993044 107.729921) - (xy 57.772276 107.805711) - (xy 57.772273 107.805713) - (xy 57.566985 107.916809) - (xy 57.566983 107.91681) - (xy 57.382778 108.060182) - (xy 57.382774 108.060186) - (xy 57.224685 108.231916) - (xy 57.195483 108.276615) - (xy 57.14148 108.322704) - (xy 57.071132 108.332279) - (xy 57.006774 108.302302) - (xy 56.984517 108.276615) - (xy 56.955314 108.231916) - (xy 56.797225 108.060186) - (xy 56.797221 108.060182) - (xy 56.688952 107.975913) - (xy 56.613017 107.91681) - (xy 56.407727 107.805713) - (xy 56.407724 107.805712) - (xy 56.407723 107.805711) - (xy 56.186955 107.729921) - (xy 56.186948 107.729919) - (xy 56.088411 107.713476) - (xy 55.956712 107.6915) - (xy 55.723288 107.6915) - (xy 55.608066 107.710727) - (xy 55.493051 107.729919) - (xy 55.493044 107.729921) - (xy 55.272276 107.805711) - (xy 55.272273 107.805713) - (xy 55.066983 107.91681) - (xy 55.019463 107.953797) - (xy 54.900274 108.046566) - (xy 54.834232 108.072622) - (xy 54.764586 108.058837) - (xy 54.71345 108.009587) - (xy 54.704828 107.991167) - (xy 54.690889 107.953796) - (xy 54.690887 107.953792) - (xy 54.603261 107.836738) - (xy 54.486207 107.749112) - (xy 54.486202 107.74911) - (xy 54.349204 107.698011) - (xy 54.349196 107.698009) - (xy 54.288649 107.6915) - (xy 54.288638 107.6915) - (xy 52.391362 107.6915) - (xy 52.39135 107.6915) - (xy 52.330803 107.698009) - (xy 52.330795 107.698011) - (xy 52.193797 107.74911) - (xy 52.193792 107.749112) - (xy 52.076738 107.836738) - (xy 51.989112 107.953792) - (xy 51.98911 107.953797) - (xy 51.938011 108.090795) - (xy 51.938009 108.090803) - (xy 51.9315 108.15135) - (xy 51.9315 110.048649) - (xy 25.4605 110.048649) - (xy 25.4605 108.204) - (xy 30.436502 108.204) - (xy 30.456457 108.432086) - (xy 30.515715 108.65324) - (xy 30.515717 108.653246) - (xy 30.581492 108.794302) - (xy 30.612477 108.860749) - (xy 30.743802 109.0483) - (xy 30.9057 109.210198) - (xy 31.093251 109.341523) - (xy 31.300757 109.438284) - (xy 31.521913 109.497543) - (xy 31.75 109.517498) - (xy 31.978087 109.497543) - (xy 32.199243 109.438284) - (xy 32.406749 109.341523) - (xy 32.5943 109.210198) - (xy 32.756198 109.0483) - (xy 32.887523 108.860749) - (xy 32.984284 108.653243) - (xy 33.043543 108.432087) - (xy 33.063498 108.204) - (xy 40.596502 108.204) - (xy 40.616457 108.432086) - (xy 40.675715 108.65324) - (xy 40.675717 108.653246) - (xy 40.741492 108.794302) - (xy 40.772477 108.860749) - (xy 40.903802 109.0483) - (xy 41.0657 109.210198) - (xy 41.253251 109.341523) - (xy 41.460757 109.438284) - (xy 41.681913 109.497543) - (xy 41.91 109.517498) - (xy 42.138087 109.497543) - (xy 42.359243 109.438284) - (xy 42.566749 109.341523) - (xy 42.7543 109.210198) - (xy 42.916198 109.0483) - (xy 43.047523 108.860749) - (xy 43.144284 108.653243) - (xy 43.203543 108.432087) - (xy 43.223498 108.204) - (xy 43.203543 107.975913) - (xy 43.1966 107.95) - (xy 45.168502 107.95) - (xy 45.188457 108.178087) - (xy 45.195949 108.206048) - (xy 45.247715 108.39924) - (xy 45.247717 108.399246) - (xy 45.344477 108.606749) - (xy 45.377032 108.653243) - (xy 45.475802 108.7943) - (xy 45.6377 108.956198) - (xy 45.825251 109.087523) - (xy 46.032757 109.184284) - (xy 46.253913 109.243543) - (xy 46.482 109.263498) - (xy 46.710087 109.243543) - (xy 46.931243 109.184284) - (xy 47.138749 109.087523) - (xy 47.3263 108.956198) - (xy 47.488198 108.7943) - (xy 47.619523 108.606749) - (xy 47.716284 108.399243) - (xy 47.775543 108.178087) - (xy 47.795498 107.95) - (xy 47.775543 107.721913) - (xy 47.716284 107.500757) - (xy 47.619523 107.293251) - (xy 47.488198 107.1057) - (xy 47.3263 106.943802) - (xy 47.138749 106.812477) - (xy 47.138748 106.812476) - (xy 46.931246 106.715717) - (xy 46.93124 106.715715) - (xy 46.797946 106.679999) - (xy 46.710087 106.656457) - (xy 46.482 106.636502) - (xy 46.253913 106.656457) - (xy 46.032759 106.715715) - (xy 46.032753 106.715717) - (xy 45.82525 106.812477) - (xy 45.637703 106.943799) - (xy 45.637697 106.943804) - (xy 45.475804 107.105697) - (xy 45.475799 107.105703) - (xy 45.344477 107.29325) - (xy 45.247717 107.500753) - (xy 45.247715 107.500759) - (xy 45.243291 107.51727) - (xy 45.188457 107.721913) - (xy 45.168502 107.95) - (xy 43.1966 107.95) - (xy 43.144284 107.754757) - (xy 43.047523 107.547251) - (xy 42.916198 107.3597) - (xy 42.7543 107.197802) - (xy 42.566749 107.066477) - (xy 42.359246 106.969717) - (xy 42.35924 106.969715) - (xy 42.26252 106.943799) - (xy 42.138087 106.910457) - (xy 41.91 106.890502) - (xy 41.909999 106.890502) - (xy 41.681913 106.910457) - (xy 41.460759 106.969715) - (xy 41.460753 106.969717) - (xy 41.25325 107.066477) - (xy 41.065703 107.197799) - (xy 41.065697 107.197804) - (xy 40.903804 107.359697) - (xy 40.903799 107.359703) - (xy 40.772477 107.54725) - (xy 40.675717 107.754753) - (xy 40.675715 107.754759) - (xy 40.616457 107.975913) - (xy 40.596502 108.204) - (xy 33.063498 108.204) - (xy 33.043543 107.975913) - (xy 32.984284 107.754757) - (xy 32.887523 107.547251) - (xy 32.756198 107.3597) - (xy 32.5943 107.197802) - (xy 32.406749 107.066477) - (xy 32.199246 106.969717) - (xy 32.19924 106.969715) - (xy 32.10252 106.943799) - (xy 31.978087 106.910457) - (xy 31.75 106.890502) - (xy 31.749999 106.890502) - (xy 31.521913 106.910457) - (xy 31.300759 106.969715) - (xy 31.300753 106.969717) - (xy 31.09325 107.066477) - (xy 30.905703 107.197799) - (xy 30.905697 107.197804) - (xy 30.743804 107.359697) - (xy 30.743799 107.359703) - (xy 30.612477 107.54725) - (xy 30.515717 107.754753) - (xy 30.515715 107.754759) - (xy 30.456457 107.975913) - (xy 30.436502 108.204) - (xy 25.4605 108.204) - (xy 25.4605 106.68) - (xy 26.068844 106.68) - (xy 26.071803 106.715715) - (xy 26.087437 106.904375) - (xy 26.142702 107.122612) - (xy 26.142703 107.122613) - (xy 26.142704 107.122616) - (xy 26.217551 107.293251) - (xy 26.233141 107.328793) - (xy 26.356275 107.517265) - (xy 26.356279 107.51727) - (xy 26.508762 107.682908) - (xy 26.558876 107.721913) - (xy 26.686424 107.821189) - (xy 26.884426 107.928342) - (xy 26.884427 107.928342) - (xy 26.884428 107.928343) - (xy 26.958559 107.953792) - (xy 27.097365 108.001444) - (xy 27.319431 108.0385) - (xy 27.319435 108.0385) - (xy 27.544565 108.0385) - (xy 27.544569 108.0385) - (xy 27.766635 108.001444) - (xy 27.979574 107.928342) - (xy 28.177576 107.821189) - (xy 28.35524 107.682906) - (xy 28.507722 107.517268) - (xy 28.63086 107.328791) - (xy 28.721296 107.122616) - (xy 28.776564 106.904368) - (xy 28.795156 106.68) - (xy 28.776564 106.455632) - (xy 28.721296 106.237384) - (xy 28.63086 106.031209) - (xy 28.62414 106.020924) - (xy 28.507724 105.842734) - (xy 28.50772 105.842729) - (xy 28.355237 105.677091) - (xy 28.273382 105.613381) - (xy 28.177576 105.538811) - (xy 28.144319 105.520813) - (xy 28.093929 105.470802) - (xy 28.078576 105.401485) - (xy 28.103136 105.334872) - (xy 28.14432 105.299186) - (xy 28.177576 105.281189) - (xy 28.35524 105.142906) - (xy 28.507722 104.977268) - (xy 28.63086 104.788791) - (xy 28.721296 104.582616) - (xy 28.776564 104.364368) - (xy 28.795156 104.14) - (xy 28.776564 103.915632) - (xy 28.721296 103.697384) - (xy 28.692616 103.632) - (xy 30.436502 103.632) - (xy 30.445272 103.732247) - (xy 30.456457 103.860086) - (xy 30.515715 104.08124) - (xy 30.515717 104.081246) - (xy 30.612476 104.288749) - (xy 30.612477 104.288749) - (xy 30.743802 104.4763) - (xy 30.9057 104.638198) - (xy 31.093251 104.769523) - (xy 31.300757 104.866284) - (xy 31.521913 104.925543) - (xy 31.75 104.945498) - (xy 31.978087 104.925543) - (xy 32.199243 104.866284) - (xy 32.406749 104.769523) - (xy 32.5943 104.638198) - (xy 32.756198 104.4763) - (xy 32.887523 104.288749) - (xy 32.984284 104.081243) - (xy 33.043543 103.860087) - (xy 33.063498 103.632) - (xy 40.596502 103.632) - (xy 40.605272 103.732247) - (xy 40.616457 103.860086) - (xy 40.675715 104.08124) - (xy 40.675717 104.081246) - (xy 40.772477 104.288748) - (xy 40.772477 104.288749) - (xy 40.903802 104.4763) - (xy 41.0657 104.638198) - (xy 41.253251 104.769523) - (xy 41.460757 104.866284) - (xy 41.681913 104.925543) - (xy 41.91 104.945498) - (xy 42.138087 104.925543) - (xy 42.359243 104.866284) - (xy 42.566749 104.769523) - (xy 42.7543 104.638198) - (xy 42.916198 104.4763) - (xy 43.047523 104.288749) - (xy 43.144284 104.081243) - (xy 43.203543 103.860087) - (xy 43.223498 103.632) - (xy 43.203543 103.403913) - (xy 43.144284 103.182757) - (xy 43.047523 102.975251) - (xy 42.916198 102.7877) - (xy 42.7543 102.625802) - (xy 42.566749 102.494477) - (xy 42.566749 102.494476) - (xy 42.359246 102.397717) - (xy 42.35924 102.397715) - (xy 42.265771 102.37267) - (xy 42.138087 102.338457) - (xy 41.91 102.318502) - (xy 41.909999 102.318502) - (xy 41.681913 102.338457) - (xy 41.460759 102.397715) - (xy 41.460753 102.397717) - (xy 41.25325 102.494477) - (xy 41.065703 102.625799) - (xy 41.065697 102.625804) - (xy 40.903804 102.787697) - (xy 40.903799 102.787703) - (xy 40.772477 102.97525) - (xy 40.675717 103.182753) - (xy 40.675715 103.182759) - (xy 40.643568 103.302734) - (xy 40.616457 103.403913) - (xy 40.596502 103.632) - (xy 33.063498 103.632) - (xy 33.043543 103.403913) - (xy 32.984284 103.182757) - (xy 32.887523 102.975251) - (xy 32.756198 102.7877) - (xy 32.5943 102.625802) - (xy 32.406749 102.494477) - (xy 32.406749 102.494476) - (xy 32.199246 102.397717) - (xy 32.19924 102.397715) - (xy 32.105771 102.37267) - (xy 31.978087 102.338457) - (xy 31.75 102.318502) - (xy 31.749999 102.318502) - (xy 31.521913 102.338457) - (xy 31.300759 102.397715) - (xy 31.300753 102.397717) - (xy 31.09325 102.494477) - (xy 30.905703 102.625799) - (xy 30.905697 102.625804) - (xy 30.743804 102.787697) - (xy 30.743799 102.787703) - (xy 30.612477 102.97525) - (xy 30.515717 103.182753) - (xy 30.515715 103.182759) - (xy 30.483568 103.302734) - (xy 30.456457 103.403913) - (xy 30.436502 103.632) - (xy 28.692616 103.632) - (xy 28.63086 103.491209) - (xy 28.560619 103.383697) - (xy 28.507724 103.302734) - (xy 28.50772 103.302729) - (xy 28.355237 103.137091) - (xy 28.273382 103.073381) - (xy 28.177576 102.998811) - (xy 28.177569 102.998807) - (xy 28.144318 102.980812) - (xy 28.093928 102.930798) - (xy 28.078576 102.861481) - (xy 28.103137 102.794869) - (xy 28.144315 102.759188) - (xy 28.177576 102.741189) - (xy 28.35524 102.602906) - (xy 28.507722 102.437268) - (xy 28.63086 102.248791) - (xy 28.721296 102.042616) - (xy 28.750247 101.92829) - (xy 49.1715 101.92829) - (xy 49.186466 102.132779) - (xy 49.186467 102.132783) - (xy 49.245483 102.397717) - (xy 49.245938 102.399756) - (xy 49.245939 102.399758) - (xy 49.343645 102.655221) - (xy 49.343647 102.655224) - (xy 49.477499 102.893724) - (xy 49.477511 102.893742) - (xy 49.644665 103.110213) - (xy 49.644673 103.110222) - (xy 49.841572 103.300057) - (xy 49.841578 103.300062) - (xy 50.064015 103.459202) - (xy 50.064025 103.459209) - (xy 50.307265 103.584267) - (xy 50.307267 103.584268) - (xy 50.566124 103.672577) - (xy 50.56613 103.672579) - (xy 50.835093 103.722259) - (xy 51.108424 103.732248) - (xy 51.271072 103.714351) - (xy 51.380291 103.702335) - (xy 51.380293 103.702334) - (xy 51.380296 103.702334) - (xy 51.644916 103.633153) - (xy 51.896643 103.526181) - (xy 52.130112 103.383697) - (xy 52.340347 103.208738) - (xy 52.522867 103.005033) - (xy 52.673783 102.776923) - (xy 52.789877 102.529271) - (xy 52.868676 102.267355) - (xy 52.901751 102.042616) - (xy 52.9085 101.99676) - (xy 52.9085 101.92829) - (xy 58.7715 101.92829) - (xy 58.786466 102.132779) - (xy 58.786467 102.132783) - (xy 58.845483 102.397717) - (xy 58.845938 102.399756) - (xy 58.845939 102.399758) - (xy 58.943645 102.655221) - (xy 58.943647 102.655224) - (xy 59.077499 102.893724) - (xy 59.077511 102.893742) - (xy 59.244665 103.110213) - (xy 59.244673 103.110222) - (xy 59.441572 103.300057) - (xy 59.441578 103.300062) - (xy 59.664015 103.459202) - (xy 59.664025 103.459209) - (xy 59.907265 103.584267) - (xy 59.907267 103.584268) - (xy 60.166124 103.672577) - (xy 60.16613 103.672579) - (xy 60.435093 103.722259) - (xy 60.708424 103.732248) - (xy 60.871072 103.714351) - (xy 60.980291 103.702335) - (xy 60.980293 103.702334) - (xy 60.980296 103.702334) - (xy 61.244916 103.633153) - (xy 61.496643 103.526181) - (xy 61.730112 103.383697) - (xy 61.940347 103.208738) - (xy 62.122867 103.005033) - (xy 62.273783 102.776923) - (xy 62.389877 102.529271) - (xy 62.468676 102.267355) - (xy 62.501751 102.042616) - (xy 62.5085 101.99676) - (xy 62.5085 101.27171) - (xy 62.502513 101.189913) - (xy 62.493533 101.067217) - (xy 62.434063 100.800247) - (xy 62.336355 100.544781) - (xy 62.336354 100.544778) - (xy 62.336352 100.544775) - (xy 62.2025 100.306275) - (xy 62.202488 100.306257) - (xy 62.035334 100.089786) - (xy 62.035326 100.089777) - (xy 61.838427 99.899942) - (xy 61.838421 99.899937) - (xy 61.615984 99.740797) - (xy 61.615974 99.74079) - (xy 61.372734 99.615732) - (xy 61.372732 99.615731) - (xy 61.113875 99.527422) - (xy 61.113863 99.527419) - (xy 60.844902 99.47774) - (xy 60.844904 99.47774) - (xy 60.610119 99.46916) - (xy 60.571576 99.467752) - (xy 60.571575 99.467752) - (xy 60.571572 99.467752) - (xy 60.299708 99.497664) - (xy 60.299705 99.497665) - (xy 60.035081 99.566847) - (xy 59.783356 99.673819) - (xy 59.783357 99.673819) - (xy 59.549888 99.816303) - (xy 59.380663 99.957132) - (xy 59.339648 99.991266) - (xy 59.157142 100.194956) - (xy 59.157131 100.194969) - (xy 59.006217 100.423076) - (xy 58.890123 100.670729) - (xy 58.811323 100.932648) - (xy 58.811322 100.932653) - (xy 58.7715 101.203239) - (xy 58.7715 101.92829) - (xy 52.9085 101.92829) - (xy 52.9085 101.27171) - (xy 52.902513 101.189913) - (xy 52.893533 101.067217) - (xy 52.834063 100.800247) - (xy 52.736355 100.544781) - (xy 52.736354 100.544778) - (xy 52.736352 100.544775) - (xy 52.6025 100.306275) - (xy 52.602488 100.306257) - (xy 52.435334 100.089786) - (xy 52.435326 100.089777) - (xy 52.238427 99.899942) - (xy 52.238421 99.899937) - (xy 52.015984 99.740797) - (xy 52.015974 99.74079) - (xy 51.772734 99.615732) - (xy 51.772732 99.615731) - (xy 51.513875 99.527422) - (xy 51.513863 99.527419) - (xy 51.244902 99.47774) - (xy 51.244904 99.47774) - (xy 51.010119 99.46916) - (xy 50.971576 99.467752) - (xy 50.971575 99.467752) - (xy 50.971572 99.467752) - (xy 50.699708 99.497664) - (xy 50.699705 99.497665) - (xy 50.435081 99.566847) - (xy 50.183356 99.673819) - (xy 50.183357 99.673819) - (xy 49.949888 99.816303) - (xy 49.780663 99.957132) - (xy 49.739648 99.991266) - (xy 49.557142 100.194956) - (xy 49.557131 100.194969) - (xy 49.406217 100.423076) - (xy 49.290123 100.670729) - (xy 49.211323 100.932648) - (xy 49.211322 100.932653) - (xy 49.1715 101.203239) - (xy 49.1715 101.92829) - (xy 28.750247 101.92829) - (xy 28.776564 101.824368) - (xy 28.795156 101.6) - (xy 28.776564 101.375632) - (xy 28.721296 101.157384) - (xy 28.63086 100.951209) - (xy 28.532232 100.800247) - (xy 28.507724 100.762734) - (xy 28.50772 100.762729) - (xy 28.355237 100.597091) - (xy 28.273382 100.533381) - (xy 28.177576 100.458811) - (xy 28.144319 100.440813) - (xy 28.093929 100.390802) - (xy 28.078576 100.321485) - (xy 28.103136 100.254872) - (xy 28.14432 100.219186) - (xy 28.177576 100.201189) - (xy 28.35524 100.062906) - (xy 28.507722 99.897268) - (xy 28.63086 99.708791) - (xy 28.721296 99.502616) - (xy 28.776564 99.284368) - (xy 28.795156 99.06) - (xy 30.436502 99.06) - (xy 30.440307 99.103497) - (xy 30.456457 99.288086) - (xy 30.515715 99.50924) - (xy 30.515717 99.509246) - (xy 30.612477 99.716749) - (xy 30.738879 99.89727) - (xy 30.743802 99.9043) - (xy 30.9057 100.066198) - (xy 31.093251 100.197523) - (xy 31.300757 100.294284) - (xy 31.521913 100.353543) - (xy 31.75 100.373498) - (xy 31.978087 100.353543) - (xy 32.199243 100.294284) - (xy 32.406749 100.197523) - (xy 32.5943 100.066198) - (xy 32.756198 99.9043) - (xy 32.887523 99.716749) - (xy 32.984284 99.509243) - (xy 33.043543 99.288087) - (xy 33.063498 99.06) - (xy 40.596502 99.06) - (xy 40.600307 99.103497) - (xy 40.616457 99.288086) - (xy 40.675715 99.50924) - (xy 40.675717 99.509246) - (xy 40.772477 99.716749) - (xy 40.898879 99.89727) - (xy 40.903802 99.9043) - (xy 41.0657 100.066198) - (xy 41.253251 100.197523) - (xy 41.460757 100.294284) - (xy 41.681913 100.353543) - (xy 41.91 100.373498) - (xy 42.138087 100.353543) - (xy 42.359243 100.294284) - (xy 42.566749 100.197523) - (xy 42.7543 100.066198) - (xy 42.916198 99.9043) - (xy 43.047523 99.716749) - (xy 43.144284 99.509243) - (xy 43.203543 99.288087) - (xy 43.223498 99.06) - (xy 43.203543 98.831913) - (xy 43.144284 98.610757) - (xy 43.047523 98.403251) - (xy 42.916198 98.2157) - (xy 42.7543 98.053802) - (xy 42.703292 98.018086) - (xy 42.566749 97.922477) - (xy 42.359246 97.825717) - (xy 42.35924 97.825715) - (xy 42.22595 97.79) - (xy 45.168502 97.79) - (xy 45.188457 98.018087) - (xy 45.198908 98.057091) - (xy 45.247715 98.23924) - (xy 45.247717 98.239246) - (xy 45.344477 98.446749) - (xy 45.463958 98.617386) - (xy 45.475802 98.6343) - (xy 45.6377 98.796198) - (xy 45.825251 98.927523) - (xy 46.032757 99.024284) - (xy 46.253913 99.083543) - (xy 46.482 99.103498) - (xy 46.710087 99.083543) - (xy 46.931243 99.024284) - (xy 47.138749 98.927523) - (xy 47.3263 98.796198) - (xy 47.488198 98.6343) - (xy 47.619523 98.446749) - (xy 47.716284 98.239243) - (xy 47.775543 98.018087) - (xy 47.795498 97.79) - (xy 47.775543 97.561913) - (xy 47.716284 97.340757) - (xy 47.619523 97.133251) - (xy 47.488198 96.9457) - (xy 47.3263 96.783802) - (xy 47.138749 96.652477) - (xy 47.138749 96.652476) - (xy 46.931246 96.555717) - (xy 46.93124 96.555715) - (xy 46.797946 96.519999) - (xy 46.710087 96.496457) - (xy 46.482 96.476502) - (xy 46.253913 96.496457) - (xy 46.032759 96.555715) - (xy 46.032753 96.555717) - (xy 45.82525 96.652477) - (xy 45.637703 96.783799) - (xy 45.637697 96.783804) - (xy 45.475804 96.945697) - (xy 45.475799 96.945703) - (xy 45.344477 97.13325) - (xy 45.247717 97.340753) - (xy 45.247715 97.340759) - (xy 45.243291 97.35727) - (xy 45.188457 97.561913) - (xy 45.168502 97.79) - (xy 42.22595 97.79) - (xy 42.138087 97.766457) - (xy 41.91 97.746502) - (xy 41.909999 97.746502) - (xy 41.681913 97.766457) - (xy 41.460759 97.825715) - (xy 41.460753 97.825717) - (xy 41.25325 97.922477) - (xy 41.065703 98.053799) - (xy 41.065697 98.053804) - (xy 40.903804 98.215697) - (xy 40.903799 98.215703) - (xy 40.772477 98.40325) - (xy 40.675717 98.610753) - (xy 40.675715 98.610759) - (xy 40.669407 98.634302) - (xy 40.616457 98.831913) - (xy 40.596502 99.06) - (xy 33.063498 99.06) - (xy 33.043543 98.831913) - (xy 32.984284 98.610757) - (xy 32.887523 98.403251) - (xy 32.756198 98.2157) - (xy 32.5943 98.053802) - (xy 32.543292 98.018086) - (xy 32.406749 97.922477) - (xy 32.199246 97.825717) - (xy 32.19924 97.825715) - (xy 32.06595 97.79) - (xy 31.978087 97.766457) - (xy 31.75 97.746502) - (xy 31.749999 97.746502) - (xy 31.521913 97.766457) - (xy 31.300759 97.825715) - (xy 31.300753 97.825717) - (xy 31.09325 97.922477) - (xy 30.905703 98.053799) - (xy 30.905697 98.053804) - (xy 30.743804 98.215697) - (xy 30.743799 98.215703) - (xy 30.612477 98.40325) - (xy 30.515717 98.610753) - (xy 30.515715 98.610759) - (xy 30.509407 98.634302) - (xy 30.456457 98.831913) - (xy 30.436502 99.06) - (xy 28.795156 99.06) - (xy 28.776564 98.835632) - (xy 28.775622 98.831913) - (xy 28.721297 98.617387) - (xy 28.721296 98.617386) - (xy 28.721296 98.617384) - (xy 28.63086 98.411209) - (xy 28.62414 98.400924) - (xy 28.507724 98.222734) - (xy 28.50772 98.222729) - (xy 28.355237 98.057091) - (xy 28.273382 97.993381) - (xy 28.177576 97.918811) - (xy 28.144319 97.900813) - (xy 28.093929 97.850802) - (xy 28.078576 97.781485) - (xy 28.103136 97.714872) - (xy 28.14432 97.679186) - (xy 28.177576 97.661189) - (xy 28.35524 97.522906) - (xy 28.507722 97.357268) - (xy 28.63086 97.168791) - (xy 28.721296 96.962616) - (xy 28.776564 96.744368) - (xy 28.795156 96.52) - (xy 28.776564 96.295632) - (xy 28.721296 96.077384) - (xy 28.63086 95.871209) - (xy 28.62414 95.860924) - (xy 28.507724 95.682734) - (xy 28.50772 95.682729) - (xy 28.355237 95.517091) - (xy 28.273382 95.453381) - (xy 28.177576 95.378811) - (xy 28.144319 95.360813) - (xy 28.093929 95.310802) - (xy 28.078576 95.241485) - (xy 28.103136 95.174872) - (xy 28.14432 95.139186) - (xy 28.152981 95.134499) - (xy 28.177576 95.121189) - (xy 28.35524 94.982906) - (xy 28.507722 94.817268) - (xy 28.6009 94.674649) - (xy 48.2335 94.674649) - (xy 48.240009 94.735196) - (xy 48.240011 94.735204) - (xy 48.29111 94.872202) - (xy 48.291112 94.872207) - (xy 48.378738 94.989261) - (xy 48.495792 95.076887) - (xy 48.495794 95.076888) - (xy 48.495796 95.076889) - (xy 48.554875 95.098924) - (xy 48.632795 95.127988) - (xy 48.632803 95.12799) - (xy 48.69335 95.134499) - (xy 48.693355 95.134499) - (xy 48.693362 95.1345) - (xy 48.693368 95.1345) - (xy 50.390632 95.1345) - (xy 50.390638 95.1345) - (xy 50.390645 95.134499) - (xy 50.390649 95.134499) - (xy 50.451196 95.12799) - (xy 50.451199 95.127989) - (xy 50.451201 95.127989) - (xy 50.588204 95.076889) - (xy 50.610389 95.060282) - (xy 50.705261 94.989261) - (xy 50.792887 94.872207) - (xy 50.792887 94.872206) - (xy 50.792889 94.872204) - (xy 50.843989 94.735201) - (xy 50.8505 94.674638) - (xy 50.8505 93.826) - (xy 55.848502 93.826) - (xy 55.868457 94.054087) - (xy 55.927716 94.275243) - (xy 56.024477 94.482749) - (xy 56.155802 94.6703) - (xy 56.3177 94.832198) - (xy 56.505251 94.963523) - (xy 56.712757 95.060284) - (xy 56.933913 95.119543) - (xy 57.162 95.139498) - (xy 57.390087 95.119543) - (xy 57.611243 95.060284) - (xy 57.818749 94.963523) - (xy 58.0063 94.832198) - (xy 58.168198 94.6703) - (xy 58.299523 94.482749) - (xy 58.396284 94.275243) - (xy 58.455543 94.054087) - (xy 58.475498 93.826) - (xy 58.455543 93.597913) - (xy 58.396284 93.376757) - (xy 58.299523 93.169251) - (xy 58.168198 92.9817) - (xy 58.0063 92.819802) - (xy 57.818749 92.688477) - (xy 57.818459 92.688342) - (xy 57.611246 92.591717) - (xy 57.61124 92.591715) - (xy 57.517771 92.56667) - (xy 57.390087 92.532457) - (xy 57.162 92.512502) - (xy 56.933913 92.532457) - (xy 56.712759 92.591715) - (xy 56.712753 92.591717) - (xy 56.50525 92.688477) - (xy 56.317703 92.819799) - (xy 56.317697 92.819804) - (xy 56.155804 92.981697) - (xy 56.155799 92.981703) - (xy 56.024477 93.16925) - (xy 55.927717 93.376753) - (xy 55.927716 93.376757) - (xy 55.868457 93.597913) - (xy 55.848502 93.826) - (xy 50.8505 93.826) - (xy 50.8505 92.977362) - (xy 50.850471 92.977091) - (xy 50.84399 92.916803) - (xy 50.843988 92.916795) - (xy 50.807811 92.819804) - (xy 50.792889 92.779796) - (xy 50.792888 92.779794) - (xy 50.792887 92.779792) - (xy 50.705261 92.662738) - (xy 50.588207 92.575112) - (xy 50.588202 92.57511) - (xy 50.451204 92.524011) - (xy 50.451196 92.524009) - (xy 50.390649 92.5175) - (xy 50.390638 92.5175) - (xy 48.693362 92.5175) - (xy 48.69335 92.5175) - (xy 48.632803 92.524009) - (xy 48.632795 92.524011) - (xy 48.495797 92.57511) - (xy 48.495792 92.575112) - (xy 48.378738 92.662738) - (xy 48.291112 92.779792) - (xy 48.29111 92.779797) - (xy 48.240011 92.916795) - (xy 48.240009 92.916803) - (xy 48.2335 92.97735) - (xy 48.2335 94.674649) - (xy 28.6009 94.674649) - (xy 28.63086 94.628791) - (xy 28.721296 94.422616) - (xy 28.776564 94.204368) - (xy 28.795156 93.98) - (xy 28.776564 93.755632) - (xy 28.721296 93.537384) - (xy 28.63086 93.331209) - (xy 28.525048 93.169251) - (xy 28.507724 93.142734) - (xy 28.50772 93.142729) - (xy 28.355491 92.977367) - (xy 28.35524 92.977094) - (xy 28.355239 92.977093) - (xy 28.355237 92.977091) - (xy 28.273382 92.913381) - (xy 28.177576 92.838811) - (xy 28.144319 92.820813) - (xy 28.093929 92.770802) - (xy 28.078576 92.701485) - (xy 28.103136 92.634872) - (xy 28.14432 92.599186) - (xy 28.177576 92.581189) - (xy 28.35524 92.442906) - (xy 28.507722 92.277268) - (xy 28.63086 92.088791) - (xy 28.721296 91.882616) - (xy 28.776564 91.664368) - (xy 28.795156 91.44) - (xy 28.776564 91.215632) - (xy 28.721296 90.997384) - (xy 28.63086 90.791209) - (xy 28.556897 90.678) - (xy 48.216502 90.678) - (xy 48.236457 90.906087) - (xy 48.295716 91.127243) - (xy 48.392477 91.334749) - (xy 48.523802 91.5223) - (xy 48.6857 91.684198) - (xy 48.873251 91.815523) - (xy 49.080757 91.912284) - (xy 49.301913 91.971543) - (xy 49.53 91.991498) - (xy 49.758087 91.971543) - (xy 49.979243 91.912284) - (xy 50.186749 91.815523) - (xy 50.3743 91.684198) - (xy 50.531849 91.526649) - (xy 55.8415 91.526649) - (xy 55.848009 91.587196) - (xy 55.848011 91.587204) - (xy 55.89911 91.724202) - (xy 55.899112 91.724207) - (xy 55.986738 91.841261) - (xy 56.103792 91.928887) - (xy 56.103794 91.928888) - (xy 56.103796 91.928889) - (xy 56.162875 91.950924) - (xy 56.240795 91.979988) - (xy 56.240803 91.97999) - (xy 56.30135 91.986499) - (xy 56.301355 91.986499) - (xy 56.301362 91.9865) - (xy 56.301368 91.9865) - (xy 57.998632 91.9865) - (xy 57.998638 91.9865) - (xy 57.998645 91.986499) - (xy 57.998649 91.986499) - (xy 58.059196 91.97999) - (xy 58.059199 91.979989) - (xy 58.059201 91.979989) - (xy 58.196204 91.928889) - (xy 58.218389 91.912282) - (xy 58.313261 91.841261) - (xy 58.400887 91.724207) - (xy 58.400887 91.724206) - (xy 58.400889 91.724204) - (xy 58.451989 91.587201) - (xy 58.4585 91.526638) - (xy 58.4585 89.829362) - (xy 58.458499 89.82935) - (xy 58.45199 89.768803) - (xy 58.451988 89.768795) - (xy 58.415811 89.671804) - (xy 58.400889 89.631796) - (xy 58.400888 89.631794) - (xy 58.400887 89.631792) - (xy 58.313261 89.514738) - (xy 58.196207 89.427112) - (xy 58.196202 89.42711) - (xy 58.059204 89.376011) - (xy 58.059196 89.376009) - (xy 57.998649 89.3695) - (xy 57.998638 89.3695) - (xy 56.301362 89.3695) - (xy 56.30135 89.3695) - (xy 56.240803 89.376009) - (xy 56.240795 89.376011) - (xy 56.103797 89.42711) - (xy 56.103792 89.427112) - (xy 55.986738 89.514738) - (xy 55.899112 89.631792) - (xy 55.89911 89.631797) - (xy 55.848011 89.768795) - (xy 55.848009 89.768803) - (xy 55.8415 89.82935) - (xy 55.8415 91.526649) - (xy 50.531849 91.526649) - (xy 50.536198 91.5223) - (xy 50.667523 91.334749) - (xy 50.764284 91.127243) - (xy 50.823543 90.906087) - (xy 50.843498 90.678) - (xy 50.823543 90.449913) - (xy 50.764284 90.228757) - (xy 50.667523 90.021251) - (xy 50.536198 89.8337) - (xy 50.3743 89.671802) - (xy 50.186749 89.540477) - (xy 50.186749 89.540476) - (xy 49.979246 89.443717) - (xy 49.97924 89.443715) - (xy 49.885771 89.41867) - (xy 49.758087 89.384457) - (xy 49.53 89.364502) - (xy 49.301913 89.384457) - (xy 49.080759 89.443715) - (xy 49.080753 89.443717) - (xy 48.87325 89.540477) - (xy 48.685703 89.671799) - (xy 48.685697 89.671804) - (xy 48.523804 89.833697) - (xy 48.523799 89.833703) - (xy 48.392477 90.02125) - (xy 48.295717 90.228753) - (xy 48.295716 90.228757) - (xy 48.236457 90.449913) - (xy 48.216502 90.678) - (xy 28.556897 90.678) - (xy 28.507724 90.602734) - (xy 28.50772 90.602729) - (xy 28.355237 90.437091) - (xy 28.273382 90.373381) - (xy 28.177576 90.298811) - (xy 28.144319 90.280813) - (xy 28.093929 90.230802) - (xy 28.078576 90.161485) - (xy 28.103136 90.094872) - (xy 28.14432 90.059186) - (xy 28.177576 90.041189) - (xy 28.35524 89.902906) - (xy 28.507722 89.737268) - (xy 28.63086 89.548791) - (xy 28.721296 89.342616) - (xy 28.776564 89.124368) - (xy 28.795156 88.9) - (xy 28.776564 88.675632) - (xy 28.721296 88.457384) - (xy 28.63086 88.251209) - (xy 28.62414 88.240924) - (xy 28.507724 88.062734) - (xy 28.50772 88.062729) - (xy 28.355237 87.897091) - (xy 28.273382 87.833381) - (xy 28.177576 87.758811) - (xy 28.144319 87.740813) - (xy 28.093929 87.690802) - (xy 28.078576 87.621485) - (xy 28.103136 87.554872) - (xy 28.14432 87.519186) - (xy 28.177576 87.501189) - (xy 28.35524 87.362906) - (xy 28.507722 87.197268) - (xy 28.63086 87.008791) - (xy 28.721296 86.802616) - (xy 28.776564 86.584368) - (xy 28.795156 86.36) - (xy 28.776564 86.135632) - (xy 28.737154 85.980004) - (xy 53.81669 85.980004) - (xy 53.835906 86.26094) - (xy 53.835907 86.260946) - (xy 53.835908 86.260954) - (xy 53.85649 86.359999) - (xy 53.893201 86.536667) - (xy 53.893203 86.536674) - (xy 53.987509 86.802025) - (xy 54.117068 87.052063) - (xy 54.279467 87.28213) - (xy 54.471681 87.487941) - (xy 54.69013 87.665662) - (xy 54.930743 87.811982) - (xy 55.18904 87.924176) - (xy 55.324623 87.962165) - (xy 55.460199 88.000152) - (xy 55.460207 88.000154) - (xy 55.739181 88.038499) - (xy 55.739195 88.0385) - (xy 56.020805 88.0385) - (xy 56.020818 88.038499) - (xy 56.258305 88.005856) - (xy 56.299793 88.000154) - (xy 56.57096 87.924176) - (xy 56.829257 87.811982) - (xy 57.06987 87.665662) - (xy 57.288319 87.487941) - (xy 57.480533 87.28213) - (xy 57.642932 87.052063) - (xy 57.772491 86.802025) - (xy 57.866797 86.536674) - (xy 57.924092 86.260954) - (xy 57.924093 86.26094) - (xy 57.94331 85.980004) - (xy 57.94331 85.979995) - (xy 57.924093 85.699059) - (xy 57.924092 85.699053) - (xy 57.924092 85.699046) - (xy 57.866797 85.423326) - (xy 57.772491 85.157975) - (xy 57.642932 84.907937) - (xy 57.480533 84.67787) - (xy 57.288319 84.472059) - (xy 57.06987 84.294338) - (xy 56.829257 84.148018) - (xy 56.829258 84.148018) - (xy 56.829254 84.148016) - (xy 56.570961 84.035824) - (xy 56.570951 84.035821) - (xy 56.2998 83.959847) - (xy 56.299792 83.959845) - (xy 56.020818 83.9215) - (xy 56.020805 83.9215) - (xy 55.739195 83.9215) - (xy 55.739181 83.9215) - (xy 55.460207 83.959845) - (xy 55.460199 83.959847) - (xy 55.189048 84.035821) - (xy 55.189038 84.035824) - (xy 54.930745 84.148016) - (xy 54.690127 84.29434) - (xy 54.500809 84.448361) - (xy 54.471681 84.472059) - (xy 54.279467 84.67787) - (xy 54.17709 84.822906) - (xy 54.117069 84.907936) - (xy 54.117068 84.907937) - (xy 53.987509 85.157974) - (xy 53.893203 85.423324) - (xy 53.893201 85.423332) - (xy 53.835907 85.699053) - (xy 53.835906 85.699059) - (xy 53.81669 85.979995) - (xy 53.81669 85.980004) - (xy 28.737154 85.980004) - (xy 28.721296 85.917384) - (xy 28.63086 85.711209) - (xy 28.622914 85.699046) - (xy 28.507724 85.522734) - (xy 28.50772 85.522729) - (xy 28.355237 85.357091) - (xy 28.273382 85.293381) - (xy 28.177576 85.218811) - (xy 28.144319 85.200813) - (xy 28.093929 85.150802) - (xy 28.078576 85.081485) - (xy 28.103136 85.014872) - (xy 28.14432 84.979186) - (xy 28.177576 84.961189) - (xy 28.35524 84.822906) - (xy 28.507722 84.657268) - (xy 28.63086 84.468791) - (xy 28.721296 84.262616) - (xy 28.776564 84.044368) - (xy 28.795156 83.82) - (xy 28.776564 83.595632) - (xy 28.721296 83.377384) - (xy 28.63086 83.171209) - (xy 28.592165 83.111982) - (xy 28.507724 82.982734) - (xy 28.50772 82.982729) - (xy 28.355237 82.817091) - (xy 28.273382 82.753381) - (xy 28.177576 82.678811) - (xy 28.144319 82.660813) - (xy 28.093929 82.610802) - (xy 28.078576 82.541485) - (xy 28.103136 82.474872) - (xy 28.14432 82.439186) - (xy 28.177576 82.421189) - (xy 28.35524 82.282906) - (xy 28.507722 82.117268) - (xy 28.63086 81.928791) - (xy 28.721296 81.722616) - (xy 28.776564 81.504368) - (xy 28.795156 81.280004) - (xy 53.81669 81.280004) - (xy 53.835906 81.56094) - (xy 53.835907 81.560946) - (xy 53.835908 81.560954) - (xy 53.867329 81.712163) - (xy 53.893201 81.836667) - (xy 53.893203 81.836674) - (xy 53.987509 82.102025) - (xy 54.117068 82.352063) - (xy 54.279467 82.58213) - (xy 54.471681 82.787941) - (xy 54.69013 82.965662) - (xy 54.930743 83.111982) - (xy 55.18904 83.224176) - (xy 55.324623 83.262164) - (xy 55.460199 83.300152) - (xy 55.460207 83.300154) - (xy 55.739181 83.338499) - (xy 55.739195 83.3385) - (xy 56.020805 83.3385) - (xy 56.020818 83.338499) - (xy 56.258305 83.305856) - (xy 56.299793 83.300154) - (xy 56.57096 83.224176) - (xy 56.829257 83.111982) - (xy 57.06987 82.965662) - (xy 57.288319 82.787941) - (xy 57.480533 82.58213) - (xy 57.642932 82.352063) - (xy 57.772491 82.102025) - (xy 57.866797 81.836674) - (xy 57.924092 81.560954) - (xy 57.94331 81.28) - (xy 57.924092 80.999046) - (xy 57.866797 80.723326) - (xy 57.772491 80.457975) - (xy 57.642932 80.207937) - (xy 57.480533 79.97787) - (xy 57.288319 79.772059) - (xy 57.06987 79.594338) - (xy 56.829257 79.448018) - (xy 56.829258 79.448018) - (xy 56.829254 79.448016) - (xy 56.570961 79.335824) - (xy 56.570951 79.335821) - (xy 56.2998 79.259847) - (xy 56.299792 79.259845) - (xy 56.020818 79.2215) - (xy 56.020805 79.2215) - (xy 55.739195 79.2215) - (xy 55.739181 79.2215) - (xy 55.460207 79.259845) - (xy 55.460199 79.259847) - (xy 55.189048 79.335821) - (xy 55.189038 79.335824) - (xy 54.930745 79.448016) - (xy 54.690127 79.59434) - (xy 54.507972 79.742534) - (xy 54.471681 79.772059) - (xy 54.279467 79.97787) - (xy 54.165863 80.138811) - (xy 54.117069 80.207936) - (xy 54.117068 80.207937) - (xy 53.987509 80.457974) - (xy 53.893203 80.723324) - (xy 53.893201 80.723332) - (xy 53.835907 80.999053) - (xy 53.835906 80.999059) - (xy 53.81669 81.279995) - (xy 53.81669 81.280004) - (xy 28.795156 81.280004) - (xy 28.795156 81.28) - (xy 28.776564 81.055632) - (xy 28.762236 80.999053) - (xy 28.721297 80.837387) - (xy 28.721296 80.837386) - (xy 28.721296 80.837384) - (xy 28.63086 80.631209) - (xy 28.517681 80.457975) - (xy 28.507724 80.442734) - (xy 28.50772 80.442729) - (xy 28.355237 80.277091) - (xy 28.266387 80.207936) - (xy 28.177576 80.138811) - (xy 28.143792 80.120528) - (xy 28.093402 80.070516) - (xy 28.07805 80.001199) - (xy 28.10261 79.934586) - (xy 28.143793 79.898901) - (xy 28.1773 79.880767) - (xy 28.177301 79.880767) - (xy 28.354902 79.742534) - (xy 28.507325 79.576958) - (xy 28.630419 79.388548) - (xy 28.72082 79.182456) - (xy 28.720823 79.182449) - (xy 28.768544 78.994) - (xy 27.863116 78.994) - (xy 27.891493 78.949844) - (xy 27.932 78.811889) - (xy 27.932 78.668111) - (xy 27.891493 78.530156) - (xy 27.863116 78.486) - (xy 28.768544 78.486) - (xy 28.768544 78.485999) - (xy 28.720823 78.29755) - (xy 28.72082 78.297543) - (xy 28.630419 78.091451) - (xy 28.507325 77.903041) - (xy 28.354902 77.737465) - (xy 28.177301 77.599232) - (xy 28.1773 77.599231) - (xy 28.143791 77.581097) - (xy 28.093401 77.531083) - (xy 28.07805 77.461766) - (xy 28.102612 77.395153) - (xy 28.14379 77.359472) - (xy 28.177576 77.341189) - (xy 28.35524 77.202906) - (xy 28.507722 77.037268) - (xy 28.56076 76.956085) - (xy 28.614766 76.909996) - (xy 28.666245 76.899) - (xy 30.32247 76.899) - (xy 30.390591 76.919002) - (xy 30.425683 76.952729) - (xy 30.489799 77.044296) - (xy 30.489802 77.0443) - (xy 30.6517 77.206198) - (xy 30.839251 77.337523) - (xy 31.046757 77.434284) - (xy 31.267913 77.493543) - (xy 31.496 77.513498) - (xy 31.724087 77.493543) - (xy 31.945243 77.434284) - (xy 32.152749 77.337523) - (xy 32.3403 77.206198) - (xy 32.502198 77.0443) - (xy 32.633523 76.856749) - (xy 32.730284 76.649243) - (xy 32.789543 76.428087) - (xy 32.809498 76.2) - (xy 40.342502 76.2) - (xy 40.362457 76.428086) - (xy 40.421715 76.64924) - (xy 40.421717 76.649246) - (xy 40.518477 76.856749) - (xy 40.644879 77.03727) - (xy 40.649802 77.0443) - (xy 40.8117 77.206198) - (xy 40.999251 77.337523) - (xy 41.206757 77.434284) - (xy 41.427913 77.493543) - (xy 41.656 77.513498) - (xy 41.884087 77.493543) - (xy 42.105243 77.434284) - (xy 42.312749 77.337523) - (xy 42.5003 77.206198) - (xy 42.662198 77.0443) - (xy 42.793523 76.856749) - (xy 42.890284 76.649243) - (xy 42.908837 76.580004) - (xy 53.81669 76.580004) - (xy 53.835906 76.86094) - (xy 53.835907 76.860946) - (xy 53.835908 76.860954) - (xy 53.867329 77.012163) - (xy 53.893201 77.136667) - (xy 53.893203 77.136675) - (xy 53.972385 77.35947) - (xy 53.987509 77.402025) - (xy 54.117068 77.652063) - (xy 54.279467 77.88213) - (xy 54.471681 78.087941) - (xy 54.69013 78.265662) - (xy 54.930743 78.411982) - (xy 55.18904 78.524176) - (xy 55.210383 78.530156) - (xy 55.460199 78.600152) - (xy 55.460207 78.600154) - (xy 55.739181 78.638499) - (xy 55.739195 78.6385) - (xy 56.020805 78.6385) - (xy 56.020818 78.638499) - (xy 56.258305 78.605856) - (xy 56.299793 78.600154) - (xy 56.57096 78.524176) - (xy 56.829257 78.411982) - (xy 57.06987 78.265662) - (xy 57.288319 78.087941) - (xy 57.480533 77.88213) - (xy 57.642932 77.652063) - (xy 57.772491 77.402025) - (xy 57.866797 77.136674) - (xy 57.924092 76.860954) - (xy 57.924924 76.848791) - (xy 57.94331 76.580004) - (xy 57.94331 76.579995) - (xy 57.924093 76.299059) - (xy 57.924092 76.299053) - (xy 57.924092 76.299046) - (xy 57.866797 76.023326) - (xy 57.772491 75.757975) - (xy 57.642932 75.507937) - (xy 57.480533 75.27787) - (xy 57.288319 75.072059) - (xy 57.06987 74.894338) - (xy 56.842723 74.756207) - (xy 56.829254 74.748016) - (xy 56.570961 74.635824) - (xy 56.570951 74.635821) - (xy 56.2998 74.559847) - (xy 56.299792 74.559845) - (xy 56.020818 74.5215) - (xy 56.020805 74.5215) - (xy 55.739195 74.5215) - (xy 55.739181 74.5215) - (xy 55.460207 74.559845) - (xy 55.460199 74.559847) - (xy 55.189048 74.635821) - (xy 55.189038 74.635824) - (xy 54.930745 74.748016) - (xy 54.690127 74.89434) - (xy 54.537514 75.0185) - (xy 54.471681 75.072059) - (xy 54.279467 75.27787) - (xy 54.219564 75.362734) - (xy 54.117069 75.507936) - (xy 54.117068 75.507937) - (xy 53.987509 75.757974) - (xy 53.893203 76.023324) - (xy 53.893201 76.023332) - (xy 53.835907 76.299053) - (xy 53.835906 76.299059) - (xy 53.81669 76.579995) - (xy 53.81669 76.580004) - (xy 42.908837 76.580004) - (xy 42.949543 76.428087) - (xy 42.969498 76.2) - (xy 42.949543 75.971913) - (xy 42.890284 75.750757) - (xy 42.793523 75.543251) - (xy 42.662198 75.3557) - (xy 42.5003 75.193802) - (xy 42.428481 75.143514) - (xy 42.312749 75.062477) - (xy 42.105246 74.965717) - (xy 42.10524 74.965715) - (xy 42.011771 74.94067) - (xy 41.884087 74.906457) - (xy 41.656 74.886502) - (xy 41.427913 74.906457) - (xy 41.206759 74.965715) - (xy 41.206753 74.965717) - (xy 40.99925 75.062477) - (xy 40.811703 75.193799) - (xy 40.811697 75.193804) - (xy 40.649804 75.355697) - (xy 40.649799 75.355703) - (xy 40.518477 75.54325) - (xy 40.421717 75.750753) - (xy 40.421715 75.750759) - (xy 40.362457 75.971913) - (xy 40.342502 76.2) - (xy 32.809498 76.2) - (xy 32.789543 75.971913) - (xy 32.730284 75.750757) - (xy 32.633523 75.543251) - (xy 32.502198 75.3557) - (xy 32.3403 75.193802) - (xy 32.268481 75.143514) - (xy 32.152749 75.062477) - (xy 31.945246 74.965717) - (xy 31.94524 74.965715) - (xy 31.851771 74.94067) - (xy 31.724087 74.906457) - (xy 31.496 74.886502) - (xy 31.267913 74.906457) - (xy 31.046759 74.965715) - (xy 31.046753 74.965717) - (xy 30.83925 75.062477) - (xy 30.651703 75.193799) - (xy 30.651697 75.193804) - (xy 30.489804 75.355697) - (xy 30.489799 75.355703) - (xy 30.425683 75.447271) - (xy 30.370226 75.491599) - (xy 30.32247 75.501) - (xy 28.666245 75.501) - (xy 28.598124 75.480998) - (xy 28.560762 75.443915) - (xy 28.507724 75.362735) - (xy 28.507719 75.362729) - (xy 28.501248 75.3557) - (xy 28.364524 75.207179) - (xy 28.333103 75.143514) - (xy 28.34109 75.072968) - (xy 28.385948 75.017939) - (xy 28.413183 75.003789) - (xy 28.528204 74.960889) - (xy 28.600917 74.906457) - (xy 28.645261 74.873261) - (xy 28.732887 74.756207) - (xy 28.732887 74.756206) - (xy 28.732889 74.756204) - (xy 28.783989 74.619201) - (xy 28.7905 74.558638) - (xy 28.7905 74.484999) - (xy 28.810502 74.416879) - (xy 28.864158 74.370386) - (xy 28.9165 74.359) - (xy 53.11698 74.359) - (xy 53.120781 74.359114) - (xy 53.182515 74.362849) - (xy 53.243352 74.351699) - (xy 53.247107 74.351128) - (xy 53.252664 74.350453) - (xy 53.30851 74.343673) - (xy 53.317765 74.340162) - (xy 53.339741 74.334036) - (xy 53.349483 74.332251) - (xy 53.4059 74.306858) - (xy 53.409358 74.305426) - (xy 53.467227 74.28348) - (xy 53.475382 74.277849) - (xy 53.495252 74.266644) - (xy 53.504275 74.262584) - (xy 53.552998 74.224411) - (xy 53.555994 74.222207) - (xy 53.606927 74.187052) - (xy 53.647967 74.140726) - (xy 53.65052 74.138014) - (xy 57.917541 69.870992) - (xy 57.979851 69.836968) - (xy 58.027369 69.835807) - (xy 58.223288 69.8685) - (xy 58.223292 69.8685) - (xy 58.456708 69.8685) - (xy 58.456712 69.8685) - (xy 58.686951 69.83008) - (xy 58.907727 69.754287) - (xy 59.113017 69.64319) - (xy 59.29722 69.499818) - (xy 59.325403 69.469204) - (xy 59.455314 69.328083) - (xy 59.455314 69.328082) - (xy 59.582984 69.132669) - (xy 59.676749 68.918907) - (xy 59.734051 68.692626) - (xy 59.753327 68.46) - (xy 59.734051 68.227374) - (xy 59.676749 68.001093) - (xy 59.582984 67.787331) - (xy 59.571303 67.769452) - (xy 59.455314 67.591916) - (xy 59.297225 67.420186) - (xy 59.297221 67.420182) - (xy 59.17466 67.324789) - (xy 59.113017 67.27681) - (xy 58.907727 67.165713) - (xy 58.907724 67.165712) - (xy 58.907723 67.165711) - (xy 58.686955 67.089921) - (xy 58.686948 67.089919) - (xy 58.588411 67.073476) - (xy 58.456712 67.0515) - (xy 58.223288 67.0515) - (xy 58.108066 67.070727) - (xy 57.993051 67.089919) - (xy 57.993044 67.089921) - (xy 57.772276 67.165711) - (xy 57.772273 67.165713) - (xy 57.749181 67.17821) - (xy 57.566985 67.276809) - (xy 57.566983 67.27681) - (xy 57.382778 67.420182) - (xy 57.382774 67.420186) - (xy 57.224685 67.591916) - (xy 57.195483 67.636615) - (xy 57.14148 67.682704) - (xy 57.071132 67.692279) - (xy 57.006774 67.662302) - (xy 56.984517 67.636615) - (xy 56.955314 67.591916) - (xy 56.797225 67.420186) - (xy 56.797221 67.420182) - (xy 56.67466 67.324789) - (xy 56.613017 67.27681) - (xy 56.407727 67.165713) - (xy 56.407724 67.165712) - (xy 56.407723 67.165711) - (xy 56.186955 67.089921) - (xy 56.186948 67.089919) - (xy 56.088411 67.073476) - (xy 55.956712 67.0515) - (xy 55.723288 67.0515) - (xy 55.608066 67.070727) - (xy 55.493051 67.089919) - (xy 55.493044 67.089921) - (xy 55.272276 67.165711) - (xy 55.272273 67.165713) - (xy 55.066983 67.27681) - (xy 55.019463 67.313797) - (xy 54.900274 67.406566) - (xy 54.834232 67.432622) - (xy 54.764586 67.418837) - (xy 54.71345 67.369587) - (xy 54.704828 67.351167) - (xy 54.690889 67.313796) - (xy 54.690887 67.313792) - (xy 54.603261 67.196738) - (xy 54.486207 67.109112) - (xy 54.486202 67.10911) - (xy 54.349204 67.058011) - (xy 54.349196 67.058009) - (xy 54.288649 67.0515) - (xy 54.288638 67.0515) - (xy 52.391362 67.0515) - (xy 52.39135 67.0515) - (xy 52.330803 67.058009) - (xy 52.330795 67.058011) - (xy 52.193797 67.10911) - (xy 52.193792 67.109112) - (xy 52.076738 67.196738) - (xy 51.989112 67.313792) - (xy 51.98911 67.313797) - (xy 51.938011 67.450795) - (xy 51.938009 67.450803) - (xy 51.9315 67.51135) - (xy 51.9315 69.408649) - (xy 51.938009 69.469196) - (xy 51.938011 69.469204) - (xy 51.98911 69.606202) - (xy 51.989112 69.606207) - (xy 52.076738 69.723261) - (xy 52.193792 69.810887) - (xy 52.193794 69.810888) - (xy 52.193796 69.810889) - (xy 52.245243 69.830078) - (xy 52.330795 69.861988) - (xy 52.330803 69.86199) - (xy 52.39135 69.868499) - (xy 52.391355 69.868499) - (xy 52.391362 69.8685) - (xy 52.391368 69.8685) - (xy 54.288632 69.8685) - (xy 54.288638 69.8685) - (xy 54.288645 69.868499) - (xy 54.288649 69.868499) - (xy 54.349196 69.86199) - (xy 54.349199 69.861989) - (xy 54.349201 69.861989) - (xy 54.486204 69.810889) - (xy 54.603261 69.723261) - (xy 54.690889 69.606204) - (xy 54.704828 69.568832) - (xy 54.747372 69.511999) - (xy 54.813891 69.487187) - (xy 54.883266 69.502278) - (xy 54.900273 69.513434) - (xy 54.971452 69.568835) - (xy 55.066983 69.64319) - (xy 55.272273 69.754287) - (xy 55.493049 69.83008) - (xy 55.670107 69.859625) - (xy 55.734005 69.890567) - (xy 55.771033 69.951143) - (xy 55.769432 70.022122) - (xy 55.738462 70.073002) - (xy 52.887369 72.924095) - (xy 52.825057 72.958121) - (xy 52.798274 72.961) - (xy 28.9165 72.961) - (xy 28.848379 72.940998) - (xy 28.801886 72.887342) - (xy 28.7905 72.835) - (xy 28.7905 72.761367) - (xy 28.790499 72.76135) - (xy 28.78399 72.700803) - (xy 28.783988 72.700795) - (xy 28.732889 72.563797) - (xy 28.732887 72.563792) - (xy 28.645261 72.446738) - (xy 28.528207 72.359112) - (xy 28.528202 72.35911) - (xy 28.391204 72.308011) - (xy 28.391196 72.308009) - (xy 28.330649 72.3015) - (xy 28.330638 72.3015) - (xy 26.533362 72.3015) - (xy 26.53335 72.3015) - (xy 26.472803 72.308009) - (xy 26.472795 72.308011) - (xy 26.335797 72.35911) - (xy 26.335792 72.359112) - (xy 26.218738 72.446738) - (xy 26.131112 72.563792) - (xy 26.13111 72.563797) - (xy 26.080011 72.700795) - (xy 26.080009 72.700803) - (xy 26.0735 72.76135) - (xy 26.0735 74.558649) - (xy 26.080009 74.619196) - (xy 26.080011 74.619204) - (xy 26.13111 74.756202) - (xy 26.131112 74.756207) - (xy 26.218738 74.873261) - (xy 26.335791 74.960886) - (xy 26.335792 74.960886) - (xy 26.335796 74.960889) - (xy 26.45081 75.003787) - (xy 26.507642 75.046332) - (xy 26.532453 75.112852) - (xy 26.517362 75.182226) - (xy 26.499475 75.207179) - (xy 26.35628 75.362729) - (xy 26.356275 75.362734) - (xy 26.233141 75.551206) - (xy 26.142703 75.757386) - (xy 26.142702 75.757387) - (xy 26.087437 75.975624) - (xy 26.087436 75.97563) - (xy 26.087436 75.975632) - (xy 26.068844 76.2) - (xy 26.077052 76.299059) - (xy 26.087437 76.424375) - (xy 26.142702 76.642612) - (xy 26.142703 76.642613) - (xy 26.233141 76.848793) - (xy 26.356275 77.037265) - (xy 26.356279 77.03727) - (xy 26.508762 77.202908) - (xy 26.512992 77.2062) - (xy 26.686424 77.341189) - (xy 26.720205 77.35947) - (xy 26.770596 77.409482) - (xy 26.785949 77.478799) - (xy 26.761389 77.545412) - (xy 26.720209 77.581096) - (xy 26.686704 77.599228) - (xy 26.686698 77.599232) - (xy 26.509097 77.737465) - (xy 26.356674 77.903041) - (xy 26.23358 78.091451) - (xy 26.143179 78.297543) - (xy 26.143176 78.29755) - (xy 26.095455 78.485999) - (xy 26.095456 78.486) - (xy 27.000884 78.486) - (xy 26.972507 78.530156) - (xy 26.932 78.668111) - (xy 26.932 78.811889) - (xy 26.972507 78.949844) - (xy 27.000884 78.994) - (xy 26.095455 78.994) - (xy 26.143176 79.182449) - (xy 26.143179 79.182456) - (xy 26.23358 79.388548) - (xy 26.356674 79.576958) - (xy 26.509097 79.742534) - (xy 26.686698 79.880767) - (xy 26.686704 79.880771) - (xy 26.720207 79.898902) - (xy 26.770597 79.948915) - (xy 26.785949 80.018232) - (xy 26.761388 80.084845) - (xy 26.720207 80.120528) - (xy 26.68643 80.138807) - (xy 26.686424 80.138811) - (xy 26.508762 80.277091) - (xy 26.356279 80.442729) - (xy 26.356275 80.442734) - (xy 26.233141 80.631206) - (xy 26.142703 80.837386) - (xy 26.142702 80.837387) - (xy 26.087437 81.055624) - (xy 26.068844 81.279999) - (xy 26.087437 81.504375) - (xy 26.142702 81.722612) - (xy 26.142703 81.722613) - (xy 26.233141 81.928793) - (xy 26.356275 82.117265) - (xy 26.356279 82.11727) - (xy 26.508762 82.282908) - (xy 26.563331 82.325381) - (xy 26.686424 82.421189) - (xy 26.71968 82.439186) - (xy 26.770071 82.4892) - (xy 26.785423 82.558516) - (xy 26.760862 82.625129) - (xy 26.71968 82.660813) - (xy 26.686426 82.67881) - (xy 26.686424 82.678811) - (xy 26.508762 82.817091) - (xy 26.356279 82.982729) - (xy 26.356275 82.982734) - (xy 26.233141 83.171206) - (xy 26.142703 83.377386) - (xy 26.142702 83.377387) - (xy 26.087437 83.595624) - (xy 26.087436 83.59563) - (xy 26.087436 83.595632) - (xy 26.068844 83.82) - (xy 26.080432 83.959847) - (xy 26.087437 84.044375) - (xy 26.142702 84.262612) - (xy 26.142703 84.262613) - (xy 26.142704 84.262616) - (xy 26.23314 84.468791) - (xy 26.233141 84.468793) - (xy 26.356275 84.657265) - (xy 26.356279 84.65727) - (xy 26.508762 84.822908) - (xy 26.563331 84.865381) - (xy 26.686424 84.961189) - (xy 26.71968 84.979186) - (xy 26.770071 85.0292) - (xy 26.785423 85.098516) - (xy 26.760862 85.165129) - (xy 26.71968 85.200813) - (xy 26.686426 85.21881) - (xy 26.686424 85.218811) - (xy 26.508762 85.357091) - (xy 26.356279 85.522729) - (xy 26.356275 85.522734) - (xy 26.233141 85.711206) - (xy 26.142703 85.917386) - (xy 26.142702 85.917387) - (xy 26.087437 86.135624) - (xy 26.087436 86.13563) - (xy 26.087436 86.135632) - (xy 26.068844 86.36) - (xy 26.083483 86.536667) - (xy 26.087437 86.584375) - (xy 26.142702 86.802612) - (xy 26.142703 86.802613) - (xy 26.233141 87.008793) - (xy 26.356275 87.197265) - (xy 26.356279 87.19727) - (xy 26.508762 87.362908) - (xy 26.563331 87.405381) - (xy 26.686424 87.501189) - (xy 26.71968 87.519186) - (xy 26.770071 87.5692) - (xy 26.785423 87.638516) - (xy 26.760862 87.705129) - (xy 26.71968 87.740813) - (xy 26.686426 87.75881) - (xy 26.686424 87.758811) - (xy 26.508762 87.897091) - (xy 26.356279 88.062729) - (xy 26.356275 88.062734) - (xy 26.233141 88.251206) - (xy 26.142703 88.457386) - (xy 26.142702 88.457387) - (xy 26.087437 88.675624) - (xy 26.068844 88.9) - (xy 26.087437 89.124375) - (xy 26.142702 89.342612) - (xy 26.142703 89.342613) - (xy 26.142704 89.342616) - (xy 26.161057 89.384457) - (xy 26.233141 89.548793) - (xy 26.356275 89.737265) - (xy 26.356279 89.73727) - (xy 26.508762 89.902908) - (xy 26.563331 89.945381) - (xy 26.686424 90.041189) - (xy 26.71968 90.059186) - (xy 26.770071 90.1092) - (xy 26.785423 90.178516) - (xy 26.760862 90.245129) - (xy 26.71968 90.280813) - (xy 26.686426 90.29881) - (xy 26.686424 90.298811) - (xy 26.508762 90.437091) - (xy 26.356279 90.602729) - (xy 26.356275 90.602734) - (xy 26.233141 90.791206) - (xy 26.142703 90.997386) - (xy 26.142702 90.997387) - (xy 26.087437 91.215624) - (xy 26.087436 91.21563) - (xy 26.087436 91.215632) - (xy 26.068844 91.44) - (xy 26.081041 91.587196) - (xy 26.087437 91.664375) - (xy 26.142702 91.882612) - (xy 26.142703 91.882613) - (xy 26.142704 91.882616) - (xy 26.190463 91.991497) - (xy 26.233141 92.088793) - (xy 26.356275 92.277265) - (xy 26.356279 92.27727) - (xy 26.508762 92.442908) - (xy 26.563331 92.485381) - (xy 26.686424 92.581189) - (xy 26.71968 92.599186) - (xy 26.770071 92.6492) - (xy 26.785423 92.718516) - (xy 26.760862 92.785129) - (xy 26.71968 92.820813) - (xy 26.686426 92.83881) - (xy 26.686424 92.838811) - (xy 26.508762 92.977091) - (xy 26.356279 93.142729) - (xy 26.356275 93.142734) - (xy 26.233141 93.331206) - (xy 26.142703 93.537386) - (xy 26.142702 93.537387) - (xy 26.087437 93.755624) - (xy 26.068844 93.98) - (xy 26.087437 94.204375) - (xy 26.142702 94.422612) - (xy 26.142703 94.422613) - (xy 26.233141 94.628793) - (xy 26.356275 94.817265) - (xy 26.356279 94.81727) - (xy 26.508762 94.982908) - (xy 26.563331 95.025381) - (xy 26.686424 95.121189) - (xy 26.711021 95.1345) - (xy 26.71968 95.139186) - (xy 26.770071 95.1892) - (xy 26.785423 95.258516) - (xy 26.760862 95.325129) - (xy 26.71968 95.360813) - (xy 26.686426 95.37881) - (xy 26.686424 95.378811) - (xy 26.508762 95.517091) - (xy 26.356279 95.682729) - (xy 26.356275 95.682734) - (xy 26.233141 95.871206) - (xy 26.142703 96.077386) - (xy 26.142702 96.077387) - (xy 26.087437 96.295624) - (xy 26.087436 96.29563) - (xy 26.087436 96.295632) - (xy 26.068844 96.52) - (xy 26.071803 96.555715) - (xy 26.087437 96.744375) - (xy 26.142702 96.962612) - (xy 26.142703 96.962613) - (xy 26.142704 96.962616) - (xy 26.217551 97.133251) - (xy 26.233141 97.168793) - (xy 26.356275 97.357265) - (xy 26.356279 97.35727) - (xy 26.508762 97.522908) - (xy 26.558876 97.561913) - (xy 26.686424 97.661189) - (xy 26.71968 97.679186) - (xy 26.770071 97.7292) - (xy 26.785423 97.798516) - (xy 26.760862 97.865129) - (xy 26.71968 97.900813) - (xy 26.686426 97.91881) - (xy 26.686424 97.918811) - (xy 26.508762 98.057091) - (xy 26.356279 98.222729) - (xy 26.356275 98.222734) - (xy 26.233141 98.411206) - (xy 26.142703 98.617386) - (xy 26.142702 98.617387) - (xy 26.087437 98.835624) - (xy 26.068844 99.06) - (xy 26.087437 99.284375) - (xy 26.142702 99.502612) - (xy 26.142703 99.502613) - (xy 26.142704 99.502616) - (xy 26.2178 99.673819) - (xy 26.233141 99.708793) - (xy 26.356275 99.897265) - (xy 26.356279 99.89727) - (xy 26.508762 100.062908) - (xy 26.512992 100.0662) - (xy 26.686424 100.201189) - (xy 26.71968 100.219186) - (xy 26.770071 100.2692) - (xy 26.785423 100.338516) - (xy 26.760862 100.405129) - (xy 26.71968 100.440813) - (xy 26.686426 100.45881) - (xy 26.686424 100.458811) - (xy 26.508762 100.597091) - (xy 26.356279 100.762729) - (xy 26.356275 100.762734) - (xy 26.233141 100.951206) - (xy 26.142703 101.157386) - (xy 26.142702 101.157387) - (xy 26.087437 101.375624) - (xy 26.068844 101.599999) - (xy 26.087437 101.824375) - (xy 26.142702 102.042612) - (xy 26.142703 102.042613) - (xy 26.233141 102.248793) - (xy 26.356275 102.437265) - (xy 26.356279 102.43727) - (xy 26.508762 102.602908) - (xy 26.538176 102.625802) - (xy 26.686424 102.741189) - (xy 26.71968 102.759186) - (xy 26.77007 102.809196) - (xy 26.785423 102.878513) - (xy 26.760864 102.945126) - (xy 26.719683 102.980811) - (xy 26.68643 102.998807) - (xy 26.686424 102.998811) - (xy 26.508762 103.137091) - (xy 26.356279 103.302729) - (xy 26.356275 103.302734) - (xy 26.233141 103.491206) - (xy 26.142703 103.697386) - (xy 26.142702 103.697387) - (xy 26.087437 103.915624) - (xy 26.068844 104.14) - (xy 26.087437 104.364375) - (xy 26.142702 104.582612) - (xy 26.142703 104.582613) - (xy 26.142704 104.582616) - (xy 26.167085 104.6382) - (xy 26.233141 104.788793) - (xy 26.356275 104.977265) - (xy 26.356279 104.97727) - (xy 26.508762 105.142908) - (xy 26.563331 105.185381) - (xy 26.686424 105.281189) - (xy 26.71968 105.299186) - (xy 26.770071 105.3492) - (xy 26.785423 105.418516) - (xy 26.760862 105.485129) - (xy 26.71968 105.520813) - (xy 26.686426 105.53881) - (xy 26.686424 105.538811) - (xy 26.508762 105.677091) - (xy 26.356279 105.842729) - (xy 26.356275 105.842734) - (xy 26.233141 106.031206) - (xy 26.142703 106.237386) - (xy 26.142702 106.237387) - (xy 26.087437 106.455624) - (xy 26.087436 106.45563) - (xy 26.087436 106.455632) - (xy 26.068844 106.68) - (xy 25.4605 106.68) - (xy 25.4605 64.339999) - (xy 33.981634 64.339999) - (xy 34.001066 64.586911) - (xy 34.058885 64.827742) - (xy 34.153665 65.056561) - (xy 34.283076 65.267741) - (xy 34.283077 65.267743) - (xy 34.443926 65.456073) - (xy 34.632256 65.616922) - (xy 34.63226 65.616925) - (xy 34.843437 65.746334) - (xy 34.911656 65.774591) - (xy 34.966937 65.81914) - (xy 34.989358 65.886503) - (xy 34.9718 65.955294) - (xy 34.919838 66.003672) - (xy 34.863438 66.017) - (xy 34.546402 66.017) - (xy 34.485906 66.023505) - (xy 34.349035 66.074555) - (xy 34.349034 66.074555) - (xy 34.232095 66.162095) - (xy 34.144555 66.279034) - (xy 34.144555 66.279035) - (xy 34.093505 66.415906) - (xy 34.087 66.476402) - (xy 34.087 67.186) - (xy 35.005362 67.186) - (xy 34.975245 67.250002) - (xy 34.946365 67.401393) - (xy 34.956043 67.555211) - (xy 35.001138 67.694) - (xy 34.087 67.694) - (xy 34.087 68.403597) - (xy 34.093505 68.464093) - (xy 34.144555 68.600964) - (xy 34.144555 68.600965) - (xy 34.232095 68.717904) - (xy 34.349034 68.805444) - (xy 34.485906 68.856494) - (xy 34.546402 68.862999) - (xy 34.546415 68.863) - (xy 35.306 68.863) - (xy 35.306 67.996465) - (xy 35.333659 68.011671) - (xy 35.482939 68.05) - (xy 35.598375 68.05) - (xy 35.712906 68.035531) - (xy 35.814 67.995505) - (xy 35.814 68.863) - (xy 36.573585 68.863) - (xy 36.573597 68.862999) - (xy 36.634093 68.856494) - (xy 36.770964 68.805444) - (xy 36.770965 68.805444) - (xy 36.887904 68.717904) - (xy 36.975444 68.600965) - (xy 36.975444 68.600964) - (xy 37.026494 68.464093) - (xy 37.032999 68.403597) - (xy 37.033 68.403585) - (xy 37.033 67.694) - (xy 36.114638 67.694) - (xy 36.144755 67.629998) - (xy 36.173635 67.478607) - (xy 36.163957 67.324789) - (xy 36.118862 67.186) - (xy 37.033 67.186) - (xy 37.033 66.476414) - (xy 37.032999 66.476402) - (xy 37.026494 66.415906) - (xy 36.975444 66.279035) - (xy 36.975444 66.279034) - (xy 36.887904 66.162095) - (xy 36.770965 66.074555) - (xy 36.634093 66.023505) - (xy 36.573597 66.017) - (xy 36.256562 66.017) - (xy 36.188441 65.996998) - (xy 36.141948 65.943342) - (xy 36.131844 65.873068) - (xy 36.161338 65.808488) - (xy 36.208343 65.774591) - (xy 36.276563 65.746334) - (xy 36.48774 65.616925) - (xy 36.676073 65.456073) - (xy 36.836925 65.26774) - (xy 36.966334 65.056563) - (xy 37.061115 64.827742) - (xy 37.118934 64.586911) - (xy 37.138366 64.34) - (xy 37.118934 64.093089) - (xy 37.061115 63.852258) - (xy 36.966334 63.623437) - (xy 36.836925 63.41226) - (xy 36.836922 63.412256) - (xy 36.676073 63.223926) - (xy 36.487743 63.063077) - (xy 36.487741 63.063076) - (xy 36.48774 63.063075) - (xy 36.276563 62.933666) - (xy 36.161924 62.886181) - (xy 36.047742 62.838885) - (xy 35.965786 62.819209) - (xy 35.806911 62.781066) - (xy 35.806912 62.781066) - (xy 35.56 62.761634) - (xy 35.313088 62.781066) - (xy 35.072257 62.838885) - (xy 34.843438 62.933665) - (xy 34.632258 63.063076) - (xy 34.632256 63.063077) - (xy 34.443926 63.223926) - (xy 34.283077 63.412256) - (xy 34.283076 63.412258) - (xy 34.153665 63.623438) - (xy 34.058885 63.852257) - (xy 34.001066 64.093088) - (xy 33.981634 64.339999) - (xy 25.4605 64.339999) - (xy 25.4605 61.28829) - (xy 49.1715 61.28829) - (xy 49.186466 61.492779) - (xy 49.245938 61.759756) - (xy 49.245939 61.759758) - (xy 49.343645 62.015221) - (xy 49.343647 62.015224) - (xy 49.477499 62.253724) - (xy 49.477511 62.253742) - (xy 49.644665 62.470213) - (xy 49.644673 62.470222) - (xy 49.841572 62.660057) - (xy 49.841578 62.660062) - (xy 50.064015 62.819202) - (xy 50.064025 62.819209) - (xy 50.307265 62.944267) - (xy 50.307267 62.944268) - (xy 50.566124 63.032577) - (xy 50.56613 63.032579) - (xy 50.835093 63.082259) - (xy 51.108424 63.092248) - (xy 51.271072 63.074351) - (xy 51.380291 63.062335) - (xy 51.380293 63.062334) - (xy 51.380296 63.062334) - (xy 51.644916 62.993153) - (xy 51.896643 62.886181) - (xy 52.130112 62.743697) - (xy 52.340347 62.568738) - (xy 52.522867 62.365033) - (xy 52.673783 62.136923) - (xy 52.789877 61.889271) - (xy 52.868676 61.627355) - (xy 52.9085 61.356757) - (xy 52.9085 61.28829) - (xy 58.7715 61.28829) - (xy 58.786466 61.492779) - (xy 58.845938 61.759756) - (xy 58.845939 61.759758) - (xy 58.943645 62.015221) - (xy 58.943647 62.015224) - (xy 59.077499 62.253724) - (xy 59.077511 62.253742) - (xy 59.244665 62.470213) - (xy 59.244673 62.470222) - (xy 59.441572 62.660057) - (xy 59.441578 62.660062) - (xy 59.664015 62.819202) - (xy 59.664025 62.819209) - (xy 59.907265 62.944267) - (xy 59.907267 62.944268) - (xy 60.166124 63.032577) - (xy 60.16613 63.032579) - (xy 60.435093 63.082259) - (xy 60.708424 63.092248) - (xy 60.871072 63.074351) - (xy 60.980291 63.062335) - (xy 60.980293 63.062334) - (xy 60.980296 63.062334) - (xy 61.244916 62.993153) - (xy 61.496643 62.886181) - (xy 61.730112 62.743697) - (xy 61.940347 62.568738) - (xy 62.122867 62.365033) - (xy 62.273783 62.136923) - (xy 62.389877 61.889271) - (xy 62.468676 61.627355) - (xy 62.5085 61.356757) - (xy 62.5085 60.631712) - (xy 62.493533 60.427217) - (xy 62.434063 60.160247) - (xy 62.336355 59.904781) - (xy 62.336354 59.904778) - (xy 62.336352 59.904775) - (xy 62.2025 59.666275) - (xy 62.202488 59.666257) - (xy 62.035334 59.449786) - (xy 62.035326 59.449777) - (xy 61.838427 59.259942) - (xy 61.838421 59.259937) - (xy 61.615984 59.100797) - (xy 61.615974 59.10079) - (xy 61.372734 58.975732) - (xy 61.372732 58.975731) - (xy 61.113875 58.887422) - (xy 61.113863 58.887419) - (xy 60.844902 58.83774) - (xy 60.844904 58.83774) - (xy 60.610119 58.82916) - (xy 60.571576 58.827752) - (xy 60.571575 58.827752) - (xy 60.571572 58.827752) - (xy 60.299708 58.857664) - (xy 60.299705 58.857665) - (xy 60.035081 58.926847) - (xy 59.783356 59.033819) - (xy 59.783357 59.033819) - (xy 59.549888 59.176303) - (xy 59.380663 59.317132) - (xy 59.339648 59.351266) - (xy 59.157142 59.554956) - (xy 59.157131 59.554969) - (xy 59.006217 59.783076) - (xy 58.890123 60.030729) - (xy 58.811323 60.292648) - (xy 58.811322 60.292653) - (xy 58.7715 60.563239) - (xy 58.7715 61.28829) - (xy 52.9085 61.28829) - (xy 52.9085 60.631712) - (xy 52.893533 60.427217) - (xy 52.834063 60.160247) - (xy 52.736355 59.904781) - (xy 52.736354 59.904778) - (xy 52.736352 59.904775) - (xy 52.6025 59.666275) - (xy 52.602488 59.666257) - (xy 52.435334 59.449786) - (xy 52.435326 59.449777) - (xy 52.238427 59.259942) - (xy 52.238421 59.259937) - (xy 52.015984 59.100797) - (xy 52.015974 59.10079) - (xy 51.772734 58.975732) - (xy 51.772732 58.975731) - (xy 51.513875 58.887422) - (xy 51.513863 58.887419) - (xy 51.244902 58.83774) - (xy 51.244904 58.83774) - (xy 51.010119 58.82916) - (xy 50.971576 58.827752) - (xy 50.971575 58.827752) - (xy 50.971572 58.827752) - (xy 50.699708 58.857664) - (xy 50.699705 58.857665) - (xy 50.435081 58.926847) - (xy 50.183356 59.033819) - (xy 50.183357 59.033819) - (xy 49.949888 59.176303) - (xy 49.780663 59.317132) - (xy 49.739648 59.351266) - (xy 49.557142 59.554956) - (xy 49.557131 59.554969) - (xy 49.406217 59.783076) - (xy 49.290123 60.030729) - (xy 49.211323 60.292648) - (xy 49.211322 60.292653) - (xy 49.1715 60.563239) - (xy 49.1715 61.28829) - (xy 25.4605 61.28829) - (xy 25.4605 56.04) - (xy 33.981634 56.04) - (xy 34.001066 56.286911) - (xy 34.058885 56.527742) - (xy 34.153665 56.756561) - (xy 34.283076 56.967741) - (xy 34.283077 56.967743) - (xy 34.443926 57.156073) - (xy 34.632256 57.316922) - (xy 34.63226 57.316925) - (xy 34.843437 57.446334) - (xy 35.072258 57.541115) - (xy 35.313089 57.598934) - (xy 35.56 57.618366) - (xy 35.806911 57.598934) - (xy 36.047742 57.541115) - (xy 36.276563 57.446334) - (xy 36.48774 57.316925) - (xy 36.676073 57.156073) - (xy 36.836925 56.96774) - (xy 36.966334 56.756563) - (xy 37.061115 56.527742) - (xy 37.118934 56.286911) - (xy 37.138366 56.04) - (xy 37.118934 55.793089) - (xy 37.061115 55.552258) - (xy 36.966334 55.323437) - (xy 36.836925 55.11226) - (xy 36.836922 55.112256) - (xy 36.676073 54.923926) - (xy 36.487743 54.763077) - (xy 36.487741 54.763076) - (xy 36.48774 54.763075) - (xy 36.276563 54.633666) - (xy 36.047742 54.538885) - (xy 35.806911 54.481066) - (xy 35.806912 54.481066) - (xy 35.56 54.461634) - (xy 35.313088 54.481066) - (xy 35.072257 54.538885) - (xy 34.843438 54.633665) - (xy 34.632258 54.763076) - (xy 34.632256 54.763077) - (xy 34.443926 54.923926) - (xy 34.283077 55.112256) - (xy 34.283076 55.112258) - (xy 34.153665 55.323438) - (xy 34.058885 55.552257) - (xy 34.001066 55.793088) - (xy 33.981634 56.04) - (xy 25.4605 56.04) - (xy 25.4605 49.088649) - (xy 51.9315 49.088649) - (xy 51.938009 49.149196) - (xy 51.938011 49.149204) - (xy 51.98911 49.286202) - (xy 51.989112 49.286207) - (xy 52.076738 49.403261) - (xy 52.193792 49.490887) - (xy 52.193794 49.490888) - (xy 52.193796 49.490889) - (xy 52.245243 49.510078) - (xy 52.330795 49.541988) - (xy 52.330803 49.54199) - (xy 52.39135 49.548499) - (xy 52.391355 49.548499) - (xy 52.391362 49.5485) - (xy 52.391368 49.5485) - (xy 54.288632 49.5485) - (xy 54.288638 49.5485) - (xy 54.288645 49.548499) - (xy 54.288649 49.548499) - (xy 54.349196 49.54199) - (xy 54.349199 49.541989) - (xy 54.349201 49.541989) - (xy 54.486204 49.490889) - (xy 54.603261 49.403261) - (xy 54.690889 49.286204) - (xy 54.704828 49.248832) - (xy 54.747372 49.191999) - (xy 54.813891 49.167187) - (xy 54.883266 49.182278) - (xy 54.900273 49.193434) - (xy 54.971452 49.248835) - (xy 55.066983 49.32319) - (xy 55.272273 49.434287) - (xy 55.493049 49.51008) - (xy 55.723288 49.5485) - (xy 55.723292 49.5485) - (xy 55.956708 49.5485) - (xy 55.956712 49.5485) - (xy 56.186951 49.51008) - (xy 56.407727 49.434287) - (xy 56.613017 49.32319) - (xy 56.79722 49.179818) - (xy 56.955314 49.008083) - (xy 56.984517 48.963383) - (xy 57.038519 48.917296) - (xy 57.108867 48.90772) - (xy 57.173225 48.937696) - (xy 57.195481 48.963382) - (xy 57.224686 49.008083) - (xy 57.224687 49.008084) - (xy 57.382774 49.179813) - (xy 57.382778 49.179817) - (xy 57.44865 49.231087) - (xy 57.566983 49.32319) - (xy 57.772273 49.434287) - (xy 57.993049 49.51008) - (xy 58.223288 49.5485) - (xy 58.223292 49.5485) - (xy 58.456708 49.5485) - (xy 58.456712 49.5485) - (xy 58.686951 49.51008) - (xy 58.907727 49.434287) - (xy 59.113017 49.32319) - (xy 59.29722 49.179818) - (xy 59.325403 49.149204) - (xy 59.455314 49.008083) - (xy 59.455313 49.008082) - (xy 59.582984 48.812669) - (xy 59.676749 48.598907) - (xy 59.734051 48.372626) - (xy 59.753327 48.14) - (xy 59.734051 47.907374) - (xy 59.676749 47.681093) - (xy 59.582984 47.467331) - (xy 59.571303 47.449452) - (xy 59.455314 47.271916) - (xy 59.297225 47.100186) - (xy 59.297221 47.100182) - (xy 59.17466 47.004789) - (xy 59.113017 46.95681) - (xy 58.907727 46.845713) - (xy 58.907724 46.845712) - (xy 58.907723 46.845711) - (xy 58.686955 46.769921) - (xy 58.686948 46.769919) - (xy 58.588411 46.753476) - (xy 58.456712 46.7315) - (xy 58.223288 46.7315) - (xy 58.108066 46.750727) - (xy 57.993051 46.769919) - (xy 57.993044 46.769921) - (xy 57.772276 46.845711) - (xy 57.772273 46.845713) - (xy 57.749181 46.85821) - (xy 57.566985 46.956809) - (xy 57.566983 46.95681) - (xy 57.382778 47.100182) - (xy 57.382774 47.100186) - (xy 57.224685 47.271916) - (xy 57.195483 47.316615) - (xy 57.14148 47.362704) - (xy 57.071132 47.372279) - (xy 57.006774 47.342302) - (xy 56.984517 47.316615) - (xy 56.955314 47.271916) - (xy 56.797225 47.100186) - (xy 56.797221 47.100182) - (xy 56.67466 47.004789) - (xy 56.613017 46.95681) - (xy 56.407727 46.845713) - (xy 56.407724 46.845712) - (xy 56.407723 46.845711) - (xy 56.186955 46.769921) - (xy 56.186948 46.769919) - (xy 56.088411 46.753476) - (xy 55.956712 46.7315) - (xy 55.723288 46.7315) - (xy 55.608066 46.750727) - (xy 55.493051 46.769919) - (xy 55.493044 46.769921) - (xy 55.272276 46.845711) - (xy 55.272273 46.845713) - (xy 55.066983 46.95681) - (xy 55.019463 46.993797) - (xy 54.900274 47.086566) - (xy 54.834232 47.112622) - (xy 54.764586 47.098837) - (xy 54.71345 47.049587) - (xy 54.704828 47.031167) - (xy 54.690889 46.993796) - (xy 54.690887 46.993792) - (xy 54.603261 46.876738) - (xy 54.486207 46.789112) - (xy 54.486202 46.78911) - (xy 54.349204 46.738011) - (xy 54.349196 46.738009) - (xy 54.288649 46.7315) - (xy 54.288638 46.7315) - (xy 52.391362 46.7315) - (xy 52.39135 46.7315) - (xy 52.330803 46.738009) - (xy 52.330795 46.738011) - (xy 52.193797 46.78911) - (xy 52.193792 46.789112) - (xy 52.076738 46.876738) - (xy 51.989112 46.993792) - (xy 51.98911 46.993797) - (xy 51.938011 47.130795) - (xy 51.938009 47.130803) - (xy 51.9315 47.19135) - (xy 51.9315 49.088649) - (xy 25.4605 49.088649) - (xy 25.4605 44.019999) - (xy 33.981634 44.019999) - (xy 34.001066 44.266911) - (xy 34.058885 44.507742) - (xy 34.153665 44.736561) - (xy 34.283076 44.947741) - (xy 34.283077 44.947743) - (xy 34.443926 45.136073) - (xy 34.632256 45.296922) - (xy 34.63226 45.296925) - (xy 34.843437 45.426334) - (xy 34.911656 45.454591) - (xy 34.966937 45.49914) - (xy 34.989358 45.566503) - (xy 34.9718 45.635294) - (xy 34.919838 45.683672) - (xy 34.863438 45.697) - (xy 34.546402 45.697) - (xy 34.485906 45.703505) - (xy 34.349035 45.754555) - (xy 34.349034 45.754555) - (xy 34.232095 45.842095) - (xy 34.144555 45.959034) - (xy 34.144555 45.959035) - (xy 34.093505 46.095906) - (xy 34.087 46.156402) - (xy 34.087 46.866) - (xy 35.005362 46.866) - (xy 34.975245 46.930002) - (xy 34.946365 47.081393) - (xy 34.956043 47.235211) - (xy 35.001138 47.374) - (xy 34.087 47.374) - (xy 34.087 48.083597) - (xy 34.093505 48.144093) - (xy 34.144555 48.280964) - (xy 34.144555 48.280965) - (xy 34.232095 48.397904) - (xy 34.349034 48.485444) - (xy 34.485906 48.536494) - (xy 34.546402 48.542999) - (xy 34.546415 48.543) - (xy 35.306 48.543) - (xy 35.306 47.676465) - (xy 35.333659 47.691671) - (xy 35.482939 47.73) - (xy 35.598375 47.73) - (xy 35.712906 47.715531) - (xy 35.814 47.675505) - (xy 35.814 48.543) - (xy 36.573585 48.543) - (xy 36.573597 48.542999) - (xy 36.634093 48.536494) - (xy 36.770964 48.485444) - (xy 36.770965 48.485444) - (xy 36.887904 48.397904) - (xy 36.975444 48.280965) - (xy 36.975444 48.280964) - (xy 37.026494 48.144093) - (xy 37.032999 48.083597) - (xy 37.033 48.083585) - (xy 37.033 47.374) - (xy 36.114638 47.374) - (xy 36.144755 47.309998) - (xy 36.173635 47.158607) - (xy 36.163957 47.004789) - (xy 36.118862 46.866) - (xy 37.033 46.866) - (xy 37.033 46.156414) - (xy 37.032999 46.156402) - (xy 37.026494 46.095906) - (xy 36.975444 45.959035) - (xy 36.975444 45.959034) - (xy 36.887904 45.842095) - (xy 36.770965 45.754555) - (xy 36.634093 45.703505) - (xy 36.573597 45.697) - (xy 36.256562 45.697) - (xy 36.188441 45.676998) - (xy 36.141948 45.623342) - (xy 36.131844 45.553068) - (xy 36.161338 45.488488) - (xy 36.208343 45.454591) - (xy 36.276563 45.426334) - (xy 36.48774 45.296925) - (xy 36.676073 45.136073) - (xy 36.836925 44.94774) - (xy 36.966334 44.736563) - (xy 37.061115 44.507742) - (xy 37.118934 44.266911) - (xy 37.138366 44.02) - (xy 37.118934 43.773089) - (xy 37.061115 43.532258) - (xy 36.966334 43.303437) - (xy 36.836925 43.09226) - (xy 36.836922 43.092256) - (xy 36.676073 42.903926) - (xy 36.487743 42.743077) - (xy 36.487741 42.743076) - (xy 36.48774 42.743075) - (xy 36.276563 42.613666) - (xy 36.161924 42.566181) - (xy 36.047742 42.518885) - (xy 35.965786 42.499209) - (xy 35.806911 42.461066) - (xy 35.806912 42.461066) - (xy 35.56 42.441634) - (xy 35.313088 42.461066) - (xy 35.072257 42.518885) - (xy 34.843438 42.613665) - (xy 34.632258 42.743076) - (xy 34.632256 42.743077) - (xy 34.443926 42.903926) - (xy 34.283077 43.092256) - (xy 34.283076 43.092258) - (xy 34.153665 43.303438) - (xy 34.058885 43.532257) - (xy 34.001066 43.773088) - (xy 33.981634 44.019999) - (xy 25.4605 44.019999) - (xy 25.4605 40.96829) - (xy 49.1715 40.96829) - (xy 49.186466 41.172779) - (xy 49.245938 41.439756) - (xy 49.245939 41.439758) - (xy 49.343645 41.695221) - (xy 49.343647 41.695224) - (xy 49.477499 41.933724) - (xy 49.477511 41.933742) - (xy 49.644665 42.150213) - (xy 49.644673 42.150222) - (xy 49.841572 42.340057) - (xy 49.841578 42.340062) - (xy 50.064015 42.499202) - (xy 50.064025 42.499209) - (xy 50.307265 42.624267) - (xy 50.307267 42.624268) - (xy 50.566124 42.712577) - (xy 50.56613 42.712579) - (xy 50.835093 42.762259) - (xy 51.108424 42.772248) - (xy 51.271072 42.754351) - (xy 51.380291 42.742335) - (xy 51.380293 42.742334) - (xy 51.380296 42.742334) - (xy 51.644916 42.673153) - (xy 51.896643 42.566181) - (xy 52.130112 42.423697) - (xy 52.340347 42.248738) - (xy 52.522867 42.045033) - (xy 52.673783 41.816923) - (xy 52.789877 41.569271) - (xy 52.868676 41.307355) - (xy 52.9085 41.036757) - (xy 52.9085 40.96829) - (xy 58.7715 40.96829) - (xy 58.786466 41.172779) - (xy 58.845938 41.439756) - (xy 58.845939 41.439758) - (xy 58.943645 41.695221) - (xy 58.943647 41.695224) - (xy 59.077499 41.933724) - (xy 59.077511 41.933742) - (xy 59.244665 42.150213) - (xy 59.244673 42.150222) - (xy 59.441572 42.340057) - (xy 59.441578 42.340062) - (xy 59.664015 42.499202) - (xy 59.664025 42.499209) - (xy 59.907265 42.624267) - (xy 59.907267 42.624268) - (xy 60.166124 42.712577) - (xy 60.16613 42.712579) - (xy 60.435093 42.762259) - (xy 60.708424 42.772248) - (xy 60.871072 42.754351) - (xy 60.980291 42.742335) - (xy 60.980293 42.742334) - (xy 60.980296 42.742334) - (xy 61.244916 42.673153) - (xy 61.496643 42.566181) - (xy 61.730112 42.423697) - (xy 61.940347 42.248738) - (xy 62.122867 42.045033) - (xy 62.273783 41.816923) - (xy 62.389877 41.569271) - (xy 62.468676 41.307355) - (xy 62.5085 41.036757) - (xy 62.5085 40.311712) - (xy 62.493533 40.107217) - (xy 62.434063 39.840247) - (xy 62.336355 39.584781) - (xy 62.336354 39.584778) - (xy 62.336352 39.584775) - (xy 62.2025 39.346275) - (xy 62.202488 39.346257) - (xy 62.035334 39.129786) - (xy 62.035326 39.129777) - (xy 61.838427 38.939942) - (xy 61.838421 38.939937) - (xy 61.615984 38.780797) - (xy 61.615974 38.78079) - (xy 61.372734 38.655732) - (xy 61.372732 38.655731) - (xy 61.113875 38.567422) - (xy 61.113863 38.567419) - (xy 60.844902 38.51774) - (xy 60.844904 38.51774) - (xy 60.610119 38.50916) - (xy 60.571576 38.507752) - (xy 60.571575 38.507752) - (xy 60.571572 38.507752) - (xy 60.299708 38.537664) - (xy 60.299705 38.537665) - (xy 60.035081 38.606847) - (xy 59.783356 38.713819) - (xy 59.783357 38.713819) - (xy 59.549888 38.856303) - (xy 59.380663 38.997132) - (xy 59.339648 39.031266) - (xy 59.157142 39.234956) - (xy 59.157131 39.234969) - (xy 59.006217 39.463076) - (xy 58.890123 39.710729) - (xy 58.811323 39.972648) - (xy 58.811322 39.972653) - (xy 58.7715 40.243239) - (xy 58.7715 40.96829) - (xy 52.9085 40.96829) - (xy 52.9085 40.311712) - (xy 52.893533 40.107217) - (xy 52.834063 39.840247) - (xy 52.736355 39.584781) - (xy 52.736354 39.584778) - (xy 52.736352 39.584775) - (xy 52.6025 39.346275) - (xy 52.602488 39.346257) - (xy 52.435334 39.129786) - (xy 52.435326 39.129777) - (xy 52.238427 38.939942) - (xy 52.238421 38.939937) - (xy 52.015984 38.780797) - (xy 52.015974 38.78079) - (xy 51.772734 38.655732) - (xy 51.772732 38.655731) - (xy 51.513875 38.567422) - (xy 51.513863 38.567419) - (xy 51.244902 38.51774) - (xy 51.244904 38.51774) - (xy 51.010119 38.50916) - (xy 50.971576 38.507752) - (xy 50.971575 38.507752) - (xy 50.971572 38.507752) - (xy 50.699708 38.537664) - (xy 50.699705 38.537665) - (xy 50.435081 38.606847) - (xy 50.183356 38.713819) - (xy 50.183357 38.713819) - (xy 49.949888 38.856303) - (xy 49.780663 38.997132) - (xy 49.739648 39.031266) - (xy 49.557142 39.234956) - (xy 49.557131 39.234969) - (xy 49.406217 39.463076) - (xy 49.290123 39.710729) - (xy 49.211323 39.972648) - (xy 49.211322 39.972653) - (xy 49.1715 40.243239) - (xy 49.1715 40.96829) - (xy 25.4605 40.96829) - (xy 25.4605 35.72) - (xy 33.981634 35.72) - (xy 34.001066 35.966911) - (xy 34.058885 36.207742) - (xy 34.153665 36.436561) - (xy 34.283076 36.647741) - (xy 34.283077 36.647743) - (xy 34.443926 36.836073) - (xy 34.632256 36.996922) - (xy 34.63226 36.996925) - (xy 34.843437 37.126334) - (xy 35.072258 37.221115) - (xy 35.313089 37.278934) - (xy 35.56 37.298366) - (xy 35.806911 37.278934) - (xy 36.047742 37.221115) - (xy 36.276563 37.126334) - (xy 36.48774 36.996925) - (xy 36.676073 36.836073) - (xy 36.836925 36.64774) - (xy 36.966334 36.436563) - (xy 37.061115 36.207742) - (xy 37.118934 35.966911) - (xy 37.138366 35.72) - (xy 37.118934 35.473089) - (xy 37.061115 35.232258) - (xy 36.966334 35.003437) - (xy 36.836925 34.79226) - (xy 36.836922 34.792256) - (xy 36.676073 34.603926) - (xy 36.487743 34.443077) - (xy 36.487741 34.443076) - (xy 36.48774 34.443075) - (xy 36.276563 34.313666) - (xy 36.047742 34.218885) - (xy 35.806911 34.161066) - (xy 35.806912 34.161066) - (xy 35.56 34.141634) - (xy 35.313088 34.161066) - (xy 35.072257 34.218885) - (xy 34.843438 34.313665) - (xy 34.632258 34.443076) - (xy 34.632256 34.443077) - (xy 34.443926 34.603926) - (xy 34.283077 34.792256) - (xy 34.283076 34.792258) - (xy 34.153665 35.003438) - (xy 34.058885 35.232257) - (xy 34.001066 35.473088) - (xy 33.981634 35.72) - (xy 25.4605 35.72) - (xy 25.4605 27.94) - (xy 26.584341 27.94) - (xy 26.604937 28.175411) - (xy 26.666096 28.403661) - (xy 26.666098 28.403665) - (xy 26.765966 28.617832) - (xy 26.901498 28.811392) - (xy 26.901502 28.811397) - (xy 26.901505 28.811401) - (xy 27.068599 28.978495) - (xy 27.068603 28.978498) - (xy 27.068607 28.978501) - (xy 27.262167 29.114033) - (xy 27.262166 29.114033) - (xy 27.338304 29.149537) - (xy 27.476337 29.213903) - (xy 27.704592 29.275063) - (xy 27.881034 29.2905) - (xy 27.881035 29.2905) - (xy 27.998965 29.2905) - (xy 27.998966 29.2905) - (xy 28.175408 29.275063) - (xy 28.403663 29.213903) - (xy 28.617829 29.114035) - (xy 28.811401 28.978495) - (xy 28.978495 28.811401) - (xy 29.114035 28.61783) - (xy 29.213903 28.403663) - (xy 29.275063 28.175408) - (xy 29.295659 27.94) - (xy 61.804341 27.94) - (xy 61.824937 28.175411) - (xy 61.886096 28.403661) - (xy 61.886098 28.403665) - (xy 61.985966 28.617832) - (xy 62.121498 28.811392) - (xy 62.121502 28.811397) - (xy 62.121505 28.811401) - (xy 62.288599 28.978495) - (xy 62.288603 28.978498) - (xy 62.288607 28.978501) - (xy 62.482167 29.114033) - (xy 62.482166 29.114033) - (xy 62.558304 29.149537) - (xy 62.696337 29.213903) - (xy 62.924592 29.275063) - (xy 63.101034 29.2905) - (xy 63.101035 29.2905) - (xy 63.218965 29.2905) - (xy 63.218966 29.2905) - (xy 63.395408 29.275063) - (xy 63.623663 29.213903) - (xy 63.837829 29.114035) - (xy 64.031401 28.978495) - (xy 64.198495 28.811401) - (xy 64.334035 28.61783) - (xy 64.433903 28.403663) - (xy 64.495063 28.175408) - (xy 64.515659 27.94) - (xy 64.495063 27.704592) - (xy 64.433903 27.476337) - (xy 64.334035 27.262171) - (xy 64.334034 27.262169) - (xy 64.334033 27.262167) - (xy 64.198501 27.068607) - (xy 64.198497 27.068602) - (xy 64.198495 27.068599) - (xy 64.031401 26.901505) - (xy 64.031397 26.901502) - (xy 64.031392 26.901498) - (xy 63.837832 26.765966) - (xy 63.837833 26.765966) - (xy 63.623665 26.666098) - (xy 63.623661 26.666096) - (xy 63.395411 26.604937) - (xy 63.263076 26.593359) - (xy 63.218966 26.5895) - (xy 63.101034 26.5895) - (xy 63.065745 26.592587) - (xy 62.924588 26.604937) - (xy 62.696338 26.666096) - (xy 62.696334 26.666098) - (xy 62.482167 26.765966) - (xy 62.288607 26.901498) - (xy 62.288596 26.901507) - (xy 62.121507 27.068596) - (xy 62.121502 27.068602) - (xy 61.985965 27.262169) - (xy 61.886098 27.476334) - (xy 61.886096 27.476338) - (xy 61.824937 27.704588) - (xy 61.804341 27.94) - (xy 29.295659 27.94) - (xy 29.275063 27.704592) - (xy 29.213903 27.476337) - (xy 29.114035 27.262171) - (xy 29.114034 27.262169) - (xy 29.114033 27.262167) - (xy 28.978501 27.068607) - (xy 28.978497 27.068602) - (xy 28.978495 27.068599) - (xy 28.811401 26.901505) - (xy 28.811397 26.901502) - (xy 28.811392 26.901498) - (xy 28.617832 26.765966) - (xy 28.617833 26.765966) - (xy 28.403665 26.666098) - (xy 28.403661 26.666096) - (xy 28.175411 26.604937) - (xy 28.043076 26.593359) - (xy 27.998966 26.5895) - (xy 27.881034 26.5895) - (xy 27.845745 26.592587) - (xy 27.704588 26.604937) - (xy 27.476338 26.666096) - (xy 27.476334 26.666098) - (xy 27.262167 26.765966) - (xy 27.068607 26.901498) - (xy 27.068596 26.901507) - (xy 26.901507 27.068596) - (xy 26.901502 27.068602) - (xy 26.765965 27.262169) - (xy 26.666098 27.476334) - (xy 26.666096 27.476338) - (xy 26.604937 27.704588) - (xy 26.584341 27.94) - (xy 25.4605 27.94) - (xy 25.4605 25.5865) - (xy 25.480502 25.518379) - (xy 25.534158 25.471886) - (xy 25.5865 25.4605) - (xy 65.5135 25.4605) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "ПОЛИВОКС") + (date "2020-06-01") + (rev "01") + (comment 1 "PCB for mount circuit") + (comment 2 "schema for mount circuit") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (grid_origin 10.16 10.16) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "gerbers") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "+15V") + (net 3 "-15V") + (net 4 "Net-(D1-A)") + (net 5 "Net-(D1-K)") + (net 6 "Net-(R2-Pad2)") + (net 7 "/fm_in") + (net 8 "/cv") + (net 9 "/in") + (net 10 "Net-(J4-PadT)") + (net 11 "Net-(J5-PadT)") + (net 12 "/lp_out") + (net 13 "/bp_out") + (net 14 "/res_2") + (net 15 "/res_1") + (net 16 "/freq") + (net 17 "/fm_level_3") + (net 18 "/fm_level_2") + (net 19 "/fm_level_1") + (net 20 "Net-(R1-Pad2)") + (net 21 "Net-(R3-Pad2)") + (net 22 "unconnected-(J1-PadTN)") + (net 23 "unconnected-(J2-PadTN)") + (net 24 "unconnected-(J3-PadTN)") + (net 25 "unconnected-(J4-PadTN)") + (net 26 "unconnected-(J5-PadTN)") + (net 27 "unconnected-(SW1-C-Pad3)") + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0659ea") + (at 27.94 27.94) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H1" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "8f665c03-d28c-4bc8-b7db-2eb2ffcbc058") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "708f30a7-d3d4-428d-ba39-780723d82315") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b896846-fe6c-4740-8b48-e8595e61abd0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1fe1d26-a54c-4137-ad74-f2d7db56ac54") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9d3cba9e-7df0-4881-9411-b8d0026f461e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6db9a0") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "6d3f8874-d019-4da8-a904-8dd9a47f2e75") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "1a6293a6-a224-4a96-972d-0031a20beef0") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "941ef32f-f914-426f-8c08-4f8e4075c530") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "aeb988a8-c964-4c9b-bb94-ba1ffa8a7bd0") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0659f2") + (at 63.16 27.94) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "0b692708-ba87-48b4-940d-d1d1998eea69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "e7ffe763-e835-48f1-a135-ae6c3d9a5f12") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb3c2d81-60a3-4311-b67b-14fa54f5f831") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2beb587b-6b13-487e-8fe6-2a07a1df5ece") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "adabafb9-3516-47e3-a3df-bdd2e4df8fef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6dc0fc") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "9804bc15-701f-4730-81b3-9e7ad1073b81") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "909c3665-3e75-4966-945d-ce1780bdaeec") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cb4211d8-976f-4f12-b039-bf7673be2610") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "4885ca22-17d3-47c2-a9df-47d3d1b2b805") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e0659fa") + (at 63.16 134.62) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H3" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "e679dea1-1fc0-458e-b93b-80c152d01178") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "09936bc3-522b-440a-a054-786308b66b94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72e9cf5a-afdf-4a4c-a457-cbd2dc9eb7a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2956738-9bcc-4dd0-b8d4-610bb8fb4961") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb737c9c-cb77-4c2f-a5bc-f1c6e97669aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6dc549") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "c7768c8c-068b-4329-8c45-46f99c34b505") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "6656933f-3608-440f-882a-295a35f4ffc2") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c228fb8d-b51c-4990-84a6-969b2b5911af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "8733c604-796c-4966-a658-ca7135eb8db5") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e065a02") + (at 27.94 134.62) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "87cd01c3-965d-4509-802e-4964cdd0d431") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "200aa1c0-0735-44ac-b68c-45ae3ea344a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b333cbf-cc09-4066-940b-a62683ebd08b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3a10799-cdcc-469e-b865-f3cca214616e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60ced416-2552-4ab1-9c99-8c1b1ac146fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6dca0e") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "43daba04-c93b-4687-b70c-dcf2c2241956") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "82e40a66-d1fd-444c-81fa-b67812a6e026") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c0bbf3f1-fe4e-4e6c-98a9-890008a176a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "fd00073f-3648-4317-96e9-d3a39da95f28") + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b474") + (at 57.15 90.678 180) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D1" + (at 4.064 1.778 0) + (layer "F.SilkS") + (uuid "10cecaee-3c2c-4303-89a9-b3d039fb1904") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.12 0) + (layer "F.Fab") + (uuid "daaad561-e2aa-4355-89d9-d529d632fad2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea74c4f7-3bf3-48d0-9688-2c08294aa9fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b8315bb-496b-4211-b537-218df2fbf71e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b95ca7f-b9c9-46b4-ba0b-f854e8aea38a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005edd9df0") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55ff3074-90e5-4c16-b5d1-d997ccb07d70") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f96ba1d-5ac5-4c1e-a954-d70d39e26ee0") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0928632-c871-4b63-a515-eafd5573cc37") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16309216-afce-4dc4-af4d-559c274b18a7") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2dcdd705-f3e1-4902-a1f8-b0f6b860ecf7") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2708426d-15a4-4a97-9ed6-7274c70a39dc") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "773d2ea0-3367-42fc-929d-9f778e7aa018") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3dfa9f3e-56cd-4584-8eeb-fddb8c29d6b2") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cad6d24f-a3d7-43a7-a4ee-9f03ff359d3b") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db8e191b-1b67-4b0e-81b6-12f7d217c18b") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ae2353e1-f69e-4212-a23a-e4d0063edc6f") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e69990d-5399-4cad-b23c-b986c976c1bc") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de118d70-bf20-49fd-a28a-317af4809842") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23033001-77aa-40e2-9134-a409ce541bdb") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc68d554-0b68-4c17-845f-b0e2803abe3d") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cc9378a-23d0-4d3a-a848-8567268b713f") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e73153c-80ab-4776-834b-10c0b8c6ba25") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c24125b-20c4-453f-a1a7-93346bcef792") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7344b40f-dc1c-4d47-827b-1c6a0ce9295b") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32b171bb-d921-4a7a-9744-c337bfce37cb") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3b44c01-6ccb-4648-b3d8-8834c9294cdc") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "902a38e7-161b-4cbe-96ec-ee4a49fc2b2a") + ) + (fp_text user "K" + (at -1.685 0.018 0) + (layer "F.SilkS") + (uuid "c9e6db29-12f2-428b-8161-13b1641a3ff3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "F.Fab") + (uuid "465e1f23-94ef-4a96-93f9-cda87a4c02a1") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.Fab") + (uuid "66aad188-1f4d-4763-90ba-b6e4c7d241c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(D1-K)") + (pinfunction "K") + (pintype "passive") + (uuid "170dc48d-6f00-4155-80b4-a098ea55255f") + ) + (pad "2" thru_hole oval + (at 7.62 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "1d40de7b-ebb7-4d94-ad3e-27b06bbf6d95") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b493") + (at 49.542 93.826) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D2" + (at 3.81 1.932 0) + (layer "F.SilkS") + (uuid "62a86c23-aa41-43f4-bb72-2a418e425b39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.12 0) + (layer "F.Fab") + (uuid "1dc01df0-0a69-4b69-8ec5-f59edbf9da4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31305a69-dc6a-4a5c-8392-5a8d92a8146f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6e5a6a4-647f-476e-8c1c-cea31e616b5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61b7b288-8173-4262-9418-660e3f3c0acc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005edd8ea4") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3d1c4ef-5f14-4e2e-b3a2-880d2540a48d") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e25b73d-4e04-45b1-82d7-eaec444967f1") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d4967b1-948c-4f76-86a1-29c6e19d7eaf") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "904c06b2-c8e1-4c43-af62-44284dab9afd") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "723e4758-b64f-4044-bd13-4a8630ade51e") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ccdf392-4d8e-4716-afae-d338453cd7a2") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1f9eb60-db74-414c-9f70-c97b9c349144") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72539b6b-98fe-47e6-a942-9261b26cade0") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eec5b5d2-adba-4e0c-9a95-1c3a6d56890e") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "085f6226-114a-4408-9fd6-28286d92c78e") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dfcc0249-71ed-497a-b4df-96eca8af150c") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f916ebc8-efef-4acf-8301-246dce774ace") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02b29b55-fb85-4927-b980-0edccce36eb5") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e8a0c9b-6a6b-4bdc-9bf1-7476d3f080b4") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a30bf027-e8f1-4266-bb19-a0aef365e8f8") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66db51db-94f9-471a-bd0a-0223eadbdead") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25328e13-f764-496a-a27f-a9637e4ff104") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10c893b0-59f2-442f-aed1-bf1c768bf450") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29f7c7be-afbb-4444-8caf-cf1a5956be82") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e55e1df6-f17b-410b-99a7-d2d681e8d206") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd659cda-906f-43f6-8d94-d882d00cb29f") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e2377404-8ef5-4c1a-9a41-c500524cbe63") + ) + (fp_text user "K" + (at -1.732 -0.116 0) + (layer "F.SilkS") + (uuid "94cc1f11-826d-4d3d-8ef0-06e0857492eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.Fab") + (uuid "6b888ab6-67ea-4c08-a223-cd2f624ede33") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "F.Fab") + (uuid "fd9bcdb5-af6f-41fd-80e5-8f7dae28550e") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(D1-A)") + (pinfunction "K") + (pintype "passive") + (uuid "9857d4e8-c9e7-48aa-b113-f9c474f43a6f") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(D1-K)") + (pinfunction "A") + (pintype "passive") + (uuid "1d9230cf-1d12-4e7a-bbee-d09c589c5d9d") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b4ed") + (at 35.56 40.64 180) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J1" + (at -4.13 -5.63 180) + (layer "F.SilkS") + (uuid "32a94321-9689-4ec8-8559-b77685272173") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "FM_IN" + (at 0 -1.48 180) + (layer "F.Fab") + (uuid "bfb7bd62-a425-425a-9a74-e95fd06af170") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f49eb2a-2573-441d-a65c-b9a3704d0c93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2324344d-a4bd-4ca4-8557-c42bfcaf7a04") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f13ffd5d-2039-49b5-bea0-bfdae5864e90") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ece7338") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e9e6955-7d28-4106-b824-a04d7f24f0cc") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42fc0bf9-24a9-4de4-99e9-d485c412384b") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fb19817-f120-43c6-ac98-85af928ce847") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db452708-7ee1-413e-83f0-6ef1c96eb694") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "808fe3b9-dd88-4d3d-ad6b-840db47553c2") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac2401d2-2308-4a8a-91bd-de231e5e5c01") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "762e83c5-9ade-46cf-8cb8-bb81f8259efd") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1885c0f8-910d-4e9b-ba85-b3af8fa15cb0") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "23889a3b-b7df-4ddf-835e-c2755e3476d1") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0fdbb1cc-c8c0-4d3f-ac60-78900414da47") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "cdad59be-5059-47cb-b067-902485b1e7a7") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f69c2486-81ce-4ffe-b0b9-6814f41e6168") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "c1201e63-14c6-40eb-8303-84d42187ab28") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a5845f2-da6d-4301-adf6-7e7c309a371b") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f24f497-0afc-40a5-812a-565e5bcc0a1a") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0331bc1-4bf8-4967-b8f5-0f5454572944") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66863077-6349-42eb-83e9-b00eda884443") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a8aca75-b13f-4abc-a8ba-635fc537fef4") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "4b2d9d21-7ee8-45b2-8ead-c1a4305a53a1") + ) + (fp_text user "KEEPOUT" + (at 0 0 0) + (layer "Cmts.User") + (uuid "4200b0b1-a523-44b8-b1f5-c7c243e185c2") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 180) + (layer "F.Fab") + (uuid "8100a5b9-6aea-4ab8-a9bd-317cf17f4654") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "caf3ffd8-b062-4c5d-b2c2-9caf780c216b") + ) + (pad "T" thru_hole circle + (at 0 4.92) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/fm_in") + (pintype "passive") + (uuid "6427993d-25e1-42ab-816c-67c687301977") + ) + (pad "TN" thru_hole circle + (at 0 -3.38) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "unconnected-(J1-PadTN)") + (pintype "passive+no_connect") + (uuid "6edded24-0b78-4532-9dc3-f26d8c305b45") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b50f") + (at 35.56 60.96 180) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J2" + (at -4.13 -5.63 180) + (layer "F.SilkS") + (uuid "c5bffb4b-1ebc-4060-a9ed-eea8dfb60d72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CV_IN" + (at 0 -1.48 180) + (layer "F.Fab") + (uuid "91bcd27d-546e-4ffa-b9d6-e8c82fcda2b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c16d69d0-25eb-43a6-8aa6-197f9a77d5ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92e4ccea-b409-458b-a663-a922aea13365") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0578efa6-dfd1-434b-ada5-4a9d93e59967") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ed3435a") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbe5f3ca-d75f-416d-b9e5-1b3ad5e8be9c") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a8e8751-7dbc-429a-910c-b96317306e1b") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a321b1e6-8c22-4f7a-910c-63032e9bb9d9") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3babc0fb-8c71-4276-99b3-32b68ef86c70") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e24b5ce9-bc18-4e3b-8225-50342a5d453b") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0610bf29-3f3d-4b5f-9912-16f9dbcc2025") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "aadbf19c-519a-47e9-8e52-b22a8a59b5ad") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "66b40cb4-3f86-4657-bee1-b5a80e8e4232") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4cf99ed2-b586-41b4-9d77-b5328d082a72") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "37ff895f-8ef3-46cc-b7ce-c014841aaab3") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "84873093-6d08-4809-9ced-c7459b017d2f") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f550867a-3d2e-44f5-9c20-e7b94ea74f95") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "75ca3cfd-da0a-4214-b789-0afc541dca44") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "44831d3b-8e4e-42de-977d-3134aca9e702") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc00351f-ad81-4384-aa17-7f7f54b3685d") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3dfe46f1-9d78-44fd-8d30-f85d965a82cb") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4402e322-69b2-4501-a4a6-f54a9b699cc3") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c914daf2-d5cf-444c-a6de-b341a7f4d8a6") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6abb608d-ec27-4c3c-886f-ac6854189d4c") + ) + (fp_text user "KEEPOUT" + (at 0 0 0) + (layer "Cmts.User") + (uuid "0dad91fd-a3f6-48b4-8000-a4106a3d4a5b") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 180) + (layer "F.Fab") + (uuid "3f7561d8-adbd-4cd2-be77-ceeb43669ba8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "45752a87-ace5-4ab7-86e0-3d3623c18722") + ) + (pad "T" thru_hole circle + (at 0 4.92) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "/cv") + (pintype "passive") + (uuid "7024f520-f1d3-4c85-a7cd-05bef6ede3ee") + ) + (pad "TN" thru_hole circle + (at 0 -3.38) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "unconnected-(J2-PadTN)") + (pintype "passive+no_connect") + (uuid "fdd4f1be-d8b1-4e4a-8f21-887bc9dd5139") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b531") + (at 35.56 121.92) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J3" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "d718e9d0-d2c6-4de7-b8bb-c97752ce2dbb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "INPUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "bfd16b62-0496-40cf-b8c7-70bbadcebe97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49b0b3c3-0c40-416e-bdf0-8ac70fd979f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a6eebe8-6025-41b8-959d-d92ca427a7bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58403755-c5aa-4c63-bbc8-80382cc37bb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ed35e7f") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ceda14fd-ea2b-4e25-a83b-de4c53b86102") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "702632e9-faa6-44a2-a3ad-afea857bdcf0") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "498f80de-bd82-4211-a1d9-e521a3d0af5e") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1ec3120-1d9f-4ce6-82b5-de5ca07ad7a8") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13bb05be-8429-4b2d-a886-3ebf064dac95") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "886a7dd1-7880-48ef-8be7-e40c17ad9dd3") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "aa9e49ce-27de-4a05-b5cd-6cf8bc945fe2") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "bcff54e4-d4d8-48a8-970a-5c88e6aa01c8") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6cee24f5-81c5-4551-a4d6-7601cd134430") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "84a29050-4e2d-45e3-90b4-f7277540c9c3") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0be3278b-7ab5-47a3-804e-c4d5c86b57a8") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "3f6d7d31-cd09-4ea2-9eda-ef03223a245d") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "05b72511-c790-428a-914d-f25b884ac894") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1aaf53ce-5316-48a5-a53a-866302307274") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6aaa92c9-20f2-4153-881e-11ac639980e4") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdfd220e-10c2-4698-a43f-6de3feb4e08b") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a587be9-bf9c-4210-ac8c-82d727c04351") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79afe797-ea7a-4de2-aefe-f1cad5f040a5") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "3ae258a3-a75d-48d5-bcd2-25a19d17ee2c") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "72e3af0c-e2ff-4193-997f-f6b819f8a3a1") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "4144c05d-a8d2-4357-9113-f82cb4b0698b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "9f1c1ca1-59a8-4f6c-8404-2950669ff537") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "/in") + (pintype "passive") + (uuid "e458544e-e668-4b7a-bc17-bafae85f2688") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "unconnected-(J3-PadTN)") + (pintype "passive+no_connect") + (uuid "548a6dd1-6e4d-4bd5-ad3a-4fb30e052e1e") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b594") + (at 45.72 121.92) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J4" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "d0062d9c-df24-4bcc-bdd4-4e86556a8428") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "BP_OUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "e351214a-c1c2-4377-9133-b61d96ceb968") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30d60c4b-2912-4ded-954c-7dc1a3b844d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "140c4d92-2c88-4dd5-baf6-54e38c4b127f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07d36f62-d565-458f-8d5e-cb7471e35015") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ef649f0") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adc71cd5-a28a-4485-9031-9b596890f49a") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "816bf6a8-f129-420d-9300-8bdac9db6eab") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dea928d1-42da-4cb3-a187-949f9068f5af") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b073fec2-ada2-42df-b740-c44197260c5f") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c53fa73-e7c7-40ce-b603-b9674d4a7afd") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41237953-0424-4860-82d4-15080da6a8cf") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "36cd2247-18be-4e98-a0fa-7e626ee6c18e") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "779732f3-750e-4778-955b-2f728632b6a4") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "74e217a2-e76b-4a53-8e94-3ce2b8faddd1") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "98e0a125-9a49-47a9-9054-cd5d23c9ee70") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c55111a7-6a85-48f0-8e73-b63978bccc36") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f539faad-601d-4308-b9bf-69746c7b5ac5") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "5a23c973-2db9-49a4-b95f-aebc6bcb1be0") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb55c022-0213-4402-add7-acbc01be8bbb") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01465789-d9dc-4c3e-bfb1-fe475d3fac54") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d867ad6-40c4-4e4b-9efa-2fbc20533cc4") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce98099f-dda9-4b1e-8d73-e8eda3015809") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "846c8758-ba8c-4f29-865c-b2d102db1b42") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0a71acb5-076c-4e3e-905e-3b43e2236eb9") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "894a5d37-c940-4ecd-a15f-b569ab1294cc") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "441b7497-4293-4f23-9351-90126b936366") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "4e43fded-0baa-4060-bc96-0c5772a55a62") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(J4-PadT)") + (pintype "passive") + (uuid "bda4a774-ee84-4437-90b1-8459a0d01eff") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "unconnected-(J4-PadTN)") + (pintype "passive+no_connect") + (uuid "0db7cda1-0d13-4a23-94cb-afa7ce082ea7") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b5b6") + (at 55.88 121.92) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J5" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "95513086-4951-4334-a269-0be552a14065") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LP_OUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "2b65735a-e109-4969-b434-0802218d1782") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db20f9a1-fff9-4297-9633-c43f3562c365") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64614230-09ee-4fb4-8a95-1521a7827837") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "801d5dd2-e28c-4255-9e8b-26503981d75b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005edc2b0a") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5fbeee23-6823-43e6-b390-cbf05213a9a7") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07c0874a-5d2e-4e14-ae30-29790c48c578") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e5bc97a-253d-4acc-a56f-dde8708eb68f") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e0726bc-5e05-4423-a303-fb1f64e67992") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5dab275c-1050-4b67-9d6c-8432d958a6f9") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2afcb348-8e8d-4d84-8188-3c342207abff") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "295a369c-deb8-4688-a37f-01f7072e349c") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7434194e-e05c-4ad2-ac82-54ec1aec01db") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fcbeccc4-3a29-4a0c-8ba4-66a52275a381") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "76c7867f-9089-48ca-a902-9407b83fa876") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d64c87e8-28fa-4ff4-845f-c4ae034f4971") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4cc98af4-82f8-4bd6-acd0-a9fc4be6d051") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "9c63a1ee-7734-4431-b0a3-1622f8892539") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df37ed21-cde2-4dc5-ab8c-8c745ff3bd47") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "56190cdd-1485-4e5a-8e66-30eb6a2c9221") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "25ac0782-2acf-443d-8050-223b5270be26") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dede320a-eeba-4e00-a2f5-8d7d0495a817") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32c757a8-8caf-43a5-8740-b5c7636160c4") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "55bf580c-39b1-4d36-b989-8cd9a2bf9585") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "9e1f3dc9-481c-45d5-8700-c9bcda756b35") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "df93100b-65e5-48ce-8fa8-78d488fa4e07") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "5352d34d-b21c-4b65-bcdf-d8a743fe34bd") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(J5-PadT)") + (pintype "passive") + (uuid "379cffd2-1f7d-4e48-aff8-895476d9adcb") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "unconnected-(J5-PadTN)") + (pintype "passive+no_connect") + (uuid "588116ba-e7e4-4e50-854a-269531f4991a") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b5df") + (at 31.496 76.2) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R1" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "6c34f7df-9ef0-40da-8334-1d85636bbcbd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "1754a4ee-5cb1-459d-baa9-c435a64d8fff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "788b5ba4-4717-4b92-9c9f-0f72236f674b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a71a5e7-01a6-4c8c-ab4d-239bd7c20640") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10ed6b64-e422-40e2-96ea-5e024e1593e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005eed7b17") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec720bf5-3715-464e-9ef2-0da868c48fb4") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72d3c6c0-30c0-467f-8116-2a2538ec662f") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b463851a-76a2-4262-926e-016363b7b08b") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0a4bf2b-aef3-4039-9921-f8981b416588") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b4ca8ee-4952-4c84-bb89-2258e2743a80") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8651ff05-27d7-4099-9d30-c98751290470") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c18ba96-4784-48f4-966a-146fc27c1314") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "65bf661c-1b11-43f9-879f-3cdc745da11c") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e12b319-5fb6-41bf-8361-a14e445ebbec") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "689d7605-5a3b-4547-97c8-c6225ff3826b") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45c9ef90-5c7e-4863-bfa9-06d3a982fa8e") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2fa1921d-9367-49a6-b6a6-e926f0163c07") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a9fd106-6b09-4cb8-aa5b-f5084fbff906") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6d61edf-0a54-4f17-8f21-765324d405d1") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34d45fc8-4ac3-4aa5-b4e9-360a80faaec2") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6951312-23ff-4690-9bda-9f869688e8a8") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "516f8fdd-0141-40e2-8c9b-1dcdeba73428") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "4c9035d2-e39f-4c24-bb90-8369321cf288") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(R1-Pad2)") + (pintype "passive") + (uuid "c24b1517-4ce1-4a0c-b25b-508d5f606cad") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b6ae") + (at 43.18 112.268) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R2" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "e2459628-9a0e-4d01-a487-3257e0d9286a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "c822b45d-5457-4134-bf34-3697cff64e14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa391dc9-f11a-4a4b-9f87-eb8ab8f79730") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b48b5c6-6d7f-4567-8849-418797a20ad1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b850c596-0506-4e7a-8ccd-492c3aebb14c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ee26300") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b4985e9-792e-4bd2-9d4b-a9b329082cf9") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bdeb22b3-3686-49ae-9f97-6b42f5a8587c") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca4e7f7f-444b-4d12-b30e-a63061447ddd") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8f9d0a9-0fcf-412b-b97f-57d24798300e") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "36b398e8-eefc-4817-bf54-9e989abc2a41") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58e4ce94-f68d-47be-a70b-9089a7090345") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d12bbfd-08b2-4b8d-bf92-7118ddbc6e64") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e897b8a1-88c7-45c5-84fa-004660ef0e30") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74e7ce1a-8b78-499d-b025-27ae99bcd954") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea3011ff-2f76-4b45-91dc-9c6bb507b2bf") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45969896-d89e-4a39-8f65-9fc583b14d28") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a801bd01-a75f-4fe0-8fcd-184eac97bb5d") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88781a82-40fd-4e3a-94e0-6ff42fdef2e5") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98e81b98-eae3-4bd8-b630-4c58b2f5e264") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bbecea91-0339-441b-b0d7-861682f0f734") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f00d289-48bd-45cc-9804-937c6c4f24ed") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "a15806c2-77ff-4f72-89c3-8dc0c41e7697") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "2d2329c6-5079-4e25-8d76-ae73d4a51631") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(R2-Pad2)") + (pintype "passive") + (uuid "e57b37ca-a5c5-4fec-8b09-6fc988f4a794") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b6dc") + (at 31.75 99.06) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R3" + (at 5.08 -2.116 0) + (layer "F.SilkS") + (uuid "e9d7f274-0132-4b9f-9c36-df880edfb410") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "27k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "2fb47e7d-7e53-455a-ac46-ad2c7300ff14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33d550de-4c8d-433d-aac0-683381bbe193") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a9463542-f7ad-4599-9ee1-0aba15e5bd7d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "983d61f9-3215-47f8-bcde-56a897b66d3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ee472eb") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08dc9ba0-fea6-49df-bdcd-7a881e5d1812") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8614355-569a-4208-b121-8981a047b7c7") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea609835-070d-46f0-aad7-f5457a915934") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0385882f-ca88-4820-b458-bce629e861c6") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "079b2aa9-0dbd-4853-8b06-04fad5d088b8") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be787741-70a4-4939-be00-e61ddf243e77") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "385861ba-473d-42c5-acea-e5d75b6701da") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31bc3eb3-24e2-464f-b742-2b518790541a") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "64340ba0-685c-4feb-8006-198b25cba682") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6c839db-d9df-4fb9-800b-c2d550d3ccad") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28e1e66a-1de5-48ac-a9ae-ca8395169c23") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3065abf-a4e7-47fe-9b4a-fdddbb480ea0") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bfb2c992-2a7d-4cdd-af33-03b5ec074d51") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b86f7a9f-ef4f-4d41-abaa-b6ded29dd5df") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff720efa-54de-4bd3-8cfa-bfc7d2b5d8c2") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56984a4c-24b9-4ab7-976e-1938c7583836") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "f257dc23-d907-477c-9992-7d561db38897") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/res_1") + (pintype "passive") + (uuid "44057f4b-21d1-4e84-b0a7-3de5aca19290") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(R3-Pad2)") + (pintype "passive") + (uuid "9bf21682-ed12-4712-aed6-c0de9b36844d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b6f3") + (at 46.482 107.95 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R6" + (at 5.08 -2.37 90) + (layer "F.SilkS") + (uuid "a60f0a0d-a171-47f6-b0c2-b133130c2573") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "470" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "65ebd6b4-b057-44c1-ab20-9bec3f5e1e41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bc4da70-6f34-4dd9-8b8c-b6de5b52ff2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f4cb232-afda-4691-8ae6-778244f53992") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46c6567e-c3d3-4d58-bb25-7ad66821c761") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ee2cff5") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c54dc5c2-8172-4afd-8a08-b7d6007f855e") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0590d365-f078-47e8-b4ad-e52f183b6106") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24e06d90-cb34-4673-8a59-326a39428c94") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbd19ad5-393a-43a1-baa6-27bc6cd416bf") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2525cbf9-0961-4f92-8ec2-c64aa09a86c3") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "013f16da-dfab-47f8-9cd4-d07642c40254") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "98469c87-7522-4d64-8108-34895286d26d") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "660cf5ad-2fb8-457b-a2d1-29d38d3935e6") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72dfc2c7-0ec3-4155-a45e-44d41695acc2") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5560b94-4f8c-4d96-880b-90c6ca030e23") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bcfbbd2b-634a-4e3b-a7fe-7b10867eb287") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "419ed171-8a41-4bbd-abd3-25e2dacd4083") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2596380-68b7-4ea4-b580-2481e43864e3") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cf96221-b00c-426e-87c7-7fc8b927fdc0") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb22e3e5-380e-4d1d-a1d9-286762166869") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8932236f-763c-4b00-ae9d-2554d6de2f08") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "e1e6d995-49a1-4633-85d4-5970201a5be8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(R3-Pad2)") + (pintype "passive") + (uuid "8b3801d1-9049-4186-9981-bb304a414d72") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(D1-A)") + (pintype "passive") + (uuid "eeacbd56-77dd-487a-bfb7-4ffc5df2a09d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b835") + (at 31.75 103.632) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R4" + (at 5.08 -2.116 0) + (layer "F.SilkS") + (uuid "7bddc50c-7bd1-4dfc-ae7c-b9bb6db405f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "e315b022-ac4a-4796-9a20-dd4917dfc7ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53e81363-a25b-408c-af06-3b4e76ba8198") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dca930d3-b2ea-40c2-b6d7-b205a5ec1f70") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3128c530-aabf-41a0-9516-edc17dcf7dfa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ef649ea") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3558eb1e-0ca4-498b-b195-326411cc0d83") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "267abad6-af8a-4d61-8688-6b1dcd9366cc") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01d717b9-a1cd-4b68-94e7-6d7eb171557a") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffb909d6-b2cb-4e32-af6a-c994863ecf26") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97db5740-0b18-4a1c-9cb4-783346f078d1") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "deb178e4-3160-4b8c-bde4-be24e81bd7fc") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4ad125f-d310-4958-be8e-f3390324b97e") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f51ec7eb-7370-4e6a-9e19-fc2e4a980396") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b6be24c-2562-47b1-8a25-0343ac859476") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1976640e-bdcd-4339-afab-4dbafd1fdd98") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1937c88-5377-49a3-aec1-e45aa003bb2d") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a28740e-191d-42e0-8ddc-f6150387d791") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "649c8dff-e5d9-4199-9be3-3bd1d5ed40db") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6366fb30-4e25-49bb-996f-d21587a3ec53") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54f41a33-f9b2-4d5e-aac4-98edd288a765") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd780b76-9581-4ef3-9104-56606bbd2be9") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "1d5996cd-14fc-4745-bc35-20aa025cbb58") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "/bp_out") + (pintype "passive") + (uuid "3ee53d2a-a6b9-43cc-ac1b-c14103d86919") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(J4-PadT)") + (pintype "passive") + (uuid "7c92635e-a4f3-47bd-b888-5eeeef20c79a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b84c") + (at 31.75 108.204) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R5" + (at 5.08 -2.116 0) + (layer "F.SilkS") + (uuid "cf427126-6f6e-41fd-8f50-6a7a68f66cd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "c45bcdd4-d6e4-475a-9da2-88da66da5d75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2431dea-1825-4f69-8a99-7ab9e8bd7a7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a63d6748-0889-4d7d-bb2d-566f1e56a7a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a57f7e5-e18c-4de2-8048-d16154efb8e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005edc0373") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34f45177-361f-4d82-99a1-034bcd469d5b") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a49526d-462f-4353-9e3d-12f5b4410b9d") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f181453-4de8-4625-9b69-1b189d677594") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30f6394a-b881-4a2a-846e-2483e3bcc407") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e26e971-f98a-4753-a777-e6e6e4a3152e") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e922b876-d9ee-47bf-8abd-a9f093b78d65") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e5f6078e-9cb6-4ad1-accf-9f9501b2cabb") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8f00119-c8c1-4435-b390-423e8a54faca") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d1704ea-3abc-45cd-b179-d1b4c79a42c5") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aed077d8-bb49-4fb8-81d2-376c1c507d1d") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "920c1e2f-66d7-4e65-b395-ed737d8de425") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e568780-c3da-403b-892f-daf7702e18aa") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "267050cd-fdd9-467e-83d6-dbe117366553") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f16d8725-a885-408f-8c35-134b77a56151") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "125000ef-7662-4736-be95-8608ddeff9d9") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0b45708-ffe4-4c03-9a10-bca2e020bfe0") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "e5636f00-6e6e-4fbe-acf3-ac5c5046be15") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "/lp_out") + (pintype "passive") + (uuid "e13b3c74-907e-4dd8-b75d-060fd5c12bc0") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(J5-PadT)") + (pintype "passive") + (uuid "f57ce4ae-f710-4553-9660-8dfa417f8f80") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b868") + (at 55.88 40.64 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV1" + (at -2.794 7.366 -90) + (layer "F.SilkS") + (uuid "5305f515-fc9b-4099-97ee-263024e13dd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "eb9cbec0-06d5-4ad5-b238-e7ea1ecbfebc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e1031858-84cf-420b-a891-98b97a2aabeb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a33e0c0e-a8c4-4318-a172-dfcad0d9a46d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3be853f7-bcd6-4c35-a916-fa8aeca9573f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ecee43c") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16263c36-c933-47cf-a30c-143ef95b7a0d") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62eb5722-1e11-4803-a574-292d68c49ee5") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "552f549f-1a12-4fc1-9af6-25ac175dcd3b") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e946fe2-2231-48e0-973e-6193bedea3ee") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6c99c31-5351-4c82-af3c-588398786702") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b477f80b-8dfb-4116-bbb5-c2f9151c688b") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e6fe12f-d6e7-4450-b75a-3539b22962ae") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5858701e-dc49-4448-9540-2eca35e142b8") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d72c5c2b-811b-4934-95a6-7ef71b7df2f3") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd744b18-dfaf-400c-ab89-db0fb8f813b9") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72fb7dba-794a-4efc-9111-3ca8a68242c0") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "08e5f6ed-14b9-4daa-8b8d-01a509498cd0") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "525a4c3f-b6b6-4bef-acdd-de68682c5f4c") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12f0c71f-1fe1-491d-be14-856fb94e1de4") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f57b972b-eb96-4f98-a37f-63ed68ef9a60") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4e6b32c-6043-489a-b575-cc6b03ffca7c") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73ee3307-5449-4778-a9d1-22fdf4eebf22") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "89b7952c-4ab9-4067-af82-de65f3e57e7a") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "c10049f0-35b4-4ff8-ae39-842eb16866a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "bbc3680b-2e49-49c9-a9ae-8be5ead96bb5") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "5c829d5c-effd-4a38-b81d-06681b2bde55") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/fm_level_3") + (pinfunction "1") + (pintype "passive") + (uuid "38bd9da0-3b6d-419c-b8d7-853876ef5ff3") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/fm_level_2") + (pinfunction "2") + (pintype "passive") + (uuid "2e4b62a2-6a22-43f7-80dd-0b15e4f79fb2") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/fm_level_1") + (pinfunction "3") + (pintype "passive") + (uuid "b4a29c09-9fb8-48fa-b1d1-bfd9d1bb2a63") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b884") + (at 55.88 60.96 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV2" + (at -2.54 7.366 -90) + (layer "F.SilkS") + (uuid "5533c7f7-a5af-4008-b307-7402170e62f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "602a30ac-0cbc-4607-a5da-b50d7f2e86b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b79da83f-0f20-4dd7-ba3c-174f992c1fa1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd0ff294-1946-480e-a01b-6df670eea0d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a36f2b8-b6a6-45b6-a3f7-1ab5a326138c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005eec67ec") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be16b4db-f908-4213-a3bf-e5c0d320bf0f") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a7a7e59-12b0-4ab1-88d0-262f94a70d99") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae208ca1-d096-42d5-9b06-5f0240d29c68") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68538dc5-7c04-4f4c-b0e1-fd967b917757") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2590b42-e1a7-4667-b503-85f1db07448c") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbd07135-e7ad-4ae5-ac85-4e3cd9d1c8a5") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db7b8b8b-4a0a-4431-9db1-15a30d09803b") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "723a8227-a71c-407a-9082-e6c31ca4df75") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07a6bd07-1e69-40a6-bab7-90bea2544ca0") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e474e3d8-f568-48c3-b25f-838366393802") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "950bcad4-f334-44c6-81fa-e23548f98506") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6a1c6b1a-cf4c-44dc-9019-8b499e840973") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c7b56be-1656-4f8a-b1ac-975d08b50d75") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd3e6da9-18a4-4bad-bbed-a7ce08998dc1") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff66277f-b7d3-4d5b-a6bf-4b691ad457c4") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1e0eb9cf-9e65-4d60-bb46-dc6b7d328487") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f922c349-ec11-4f82-9d27-7456f9af13b9") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e6e57b54-a0d2-4f4f-b2ae-9acb30ce0e73") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "9f10a380-7193-49f3-8096-390fb582c5e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "18e224b5-4d1b-48bf-a16e-bb252755c492") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "4ce6254f-bf0b-43e8-82dd-8a3f9687049c") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(R1-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "583c68ac-196b-477b-8138-bf5afe1e7911") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/freq") + (pinfunction "2") + (pintype "passive") + (uuid "d559227f-adf1-400d-8c8f-39c2c7946420") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "3") + (pintype "passive") + (uuid "254e33c1-a9d8-4d59-a0ef-6df7f3241efa") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b8a0") + (at 55.88 101.6 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV3" + (at -2.794 7.366 -90) + (layer "F.SilkS") + (uuid "d8bd2335-463a-4c8a-98ad-66c090edc369") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "7d1cbfcc-ac04-49d4-a2e3-5bb38a27d1cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c091fc2a-b378-4f24-9a57-8c007b04ca7d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "032a0da4-a507-47dd-b1ff-288d4fc25075") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d04a1f6-933b-405f-9b5d-415cff40c573") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ed5cfce") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4bda3cf1-95ad-489d-aa04-3e3c64b741c7") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de6bf47b-dd0b-4439-8420-5a8bc7be3bf7") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32b00e8c-7676-4d1f-ad66-c0917e018e8e") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a7b50c2-f789-4779-97eb-b76ce04d50df") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c15ab33-1f27-4c5f-b71a-5f871d5d3d54") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cede5b3f-293b-4e6e-ae00-b2759ef99be9") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24a82d33-0130-43b5-98a6-cb1d913ea05d") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0799c2a0-9953-4ff8-b590-61850c2bb531") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fce9a22f-a166-422f-94f0-d5a0e9d4cb7a") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "984892df-5946-48d8-ad8f-f0ff99c0998e") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0121a5f7-0260-4279-88a4-c0d5aebcbb74") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9ca879bf-8bd2-4348-8376-220d53b10c65") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "870c5cb6-e02c-46c7-8aa3-77aa82e6fd31") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a3858eb3-bf1b-49ce-8cdd-35e2e0df8202") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0118d17a-adf1-4c85-8267-47bc79e125ff") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "817bb194-8338-49db-9676-40bcd2a7e876") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5001127-3445-435d-8154-c9aec287c8ad") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a057c03b-17d3-4ff5-ac51-05ac60a58efc") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "7ed5da6c-9ba0-4efc-89ac-b2b4490d03d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "034b2bdb-4d6c-4270-bbc9-98e715556906") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "a9ed9b80-6148-40fd-b367-4e3f06f28360") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(R2-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "6b1bdd58-05bb-4d12-b29c-6b0835d85bbd") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(R3-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "3c4bdf61-6a40-4260-a04c-2f60c2c39bd8") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "/res_2") + (pinfunction "3") + (pintype "passive") + (uuid "def9f95f-a4ef-4c32-8768-6ab9241ccf9a") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:SPDT_KIT" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed4b8b3") + (at 55.88 81.28) + (property "Reference" "SW1" + (at -2.032 -6.985 0) + (layer "F.SilkS") + (uuid "b380590d-48d4-4c3d-b353-7c5fec41b3b4") + (effects + (font + (size 1.2065 1.2065) + (thickness 0.1524) + ) + (justify left bottom) + ) + ) + (property "Value" "SW_SPDT" + (at 6.096 4.318 90) + (layer "F.SilkS") + (uuid "26861537-306f-4d59-8721-e0d63f776b1b") + (effects + (font + (size 1.2065 1.2065) + (thickness 0.1524) + ) + (justify left bottom) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a4b5dc9-9a4a-45a1-abcf-c167f8ef6a76") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a22879f2-e956-4d77-b18d-be4f554e7c01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Switch, single pole double throw" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17aff8fc-b6c7-45fb-acba-ec320f9ffbd2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005edead52") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4 6.5) + (end -4 -6.5) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b7090ce-c4c1-479b-b4dc-daaadbee886b") + ) + (fp_line + (start -3.9 -6.6) + (end 3.9 -6.6) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "5783ff10-641b-452d-871b-57bff7c983bb") + ) + (fp_line + (start 3.9 6.6) + (end -3.9 6.6) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "b39181e8-2ec5-4b54-9cf8-8d865e4b2d44") + ) + (fp_line + (start 4 -6.5) + (end 4 6.5) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a120227-c1b1-48ea-afc1-4e401993ecf7") + ) + (fp_arc + (start -4.0005 -6.477) + (mid -3.963303 -6.566803) + (end -3.8735 -6.604) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "73e640a3-7ca5-4f47-ae9e-97811f7446b2") + ) + (fp_arc + (start -3.8735 6.604) + (mid -3.963303 6.566803) + (end -4.0005 6.477) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "171dee98-7c7f-4a48-b6de-39cd9c8ade09") + ) + (fp_arc + (start 3.8735 -6.604) + (mid 3.963303 -6.566803) + (end 4.0005 -6.477) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "3519fd49-e138-4ee3-84c8-2138e5700478") + ) + (fp_arc + (start 4.0005 6.477) + (mid 3.963303 6.566803) + (end 3.8735 6.604) + (stroke + (width 0.125) + (type solid) + ) + (layer "F.SilkS") + (uuid "0041ddf4-b062-4c4d-aa24-213c629b71a0") + ) + (fp_circle + (center 0 0) + (end 0.254 -2.794) + (stroke + (width 0.125) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "54e38bbf-ba3a-46e9-8fe3-87240cd5d519") + ) + (fp_circle + (center 0 0) + (end 0.3175 -1.651) + (stroke + (width 0.125) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "fbbef988-fb7d-40ef-a8fe-97f404b723df") + ) + (fp_circle + (center 0 0) + (end 3 0) + (stroke + (width 0.125) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "f550197c-3964-4667-8deb-7d47d937d7d4") + ) + (fp_circle + (center 0 0) + (end 2.4765 0) + (stroke + (width 0.0254) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "a4e026e8-2d8a-4b36-9a89-826f50eca9e6") + ) + (pad "1" thru_hole circle + (at 0 -4.7) + (size 3.1 3.1) + (drill oval 2.2 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "/res_2") + (pinfunction "A") + (pintype "passive") + (uuid "71ceb9a1-7711-44b0-8efb-a913fdd3a146") + ) + (pad "2" thru_hole circle + (at 0 0) + (size 3.1 3.1) + (drill oval 2.2 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(D1-K)") + (pinfunction "B") + (pintype "passive") + (uuid "ed9ce81d-0800-4740-ad71-3aa8187f6652") + ) + (pad "3" thru_hole circle + (at 0 4.7) + (size 3.1 3.1) + (drill oval 2.2 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "unconnected-(SW1-C-Pad3)") + (pinfunction "C") + (pintype "passive+no_connect") + (uuid "c19d3074-f2bc-4f9e-9dfa-b264ee53aac7") + ) + (model "/Users/design/Google Drive/4ms/kicad/packages3d/spdt-toggle-submini.wrl" + (offset + (xyz 0 0 2.793999958) + ) + (scale + (xyz 0.39 0.39 0.39) + ) + (rotate + (xyz 270 0 90) + ) + ) + (model "/home/etienne/Projects/elektrophon/lib/kicad/models/SPDT Toggle Switch.stp" + (offset + (xyz 3.5 -12 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "37082928-391b-4201-8d17-7d9b28f40022") + (at 40.91 135.06) + (property "Reference" "REF**" + (at 0 3.556 0) + (layer "F.SilkS") + (hide yes) + (uuid "92c63d61-cf2e-49fe-88f2-23460d356620") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 0) + (layer "F.Fab") + (hide yes) + (uuid "b037dae9-d53b-4e2a-bb73-453c11f1f769") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12089ee1-be49-41c4-aa55-1eec6eb58c6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b68efe5-50c6-4bc5-81fb-3b0778fe4a23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f3a408a0-bc15-4ec7-b243-7d19bf24c305") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "ПОЛИВОКС" + (at 8.62 1.02 0) + (layer "B.SilkS") + (uuid "66b240fe-ac50-4029-b541-a4e6abc7e6d4") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "B.SilkS") + (uuid "f11e6396-8ca9-4653-83b4-60f65b0a496c") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "R01" + (at -8.68 0.99 0) + (layer "B.SilkS") + (uuid "f2cd4edb-84f6-43cf-9a01-974147f6796a") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "F.SilkS") + (uuid "36be7465-1ed8-41ed-a4d8-63902465dabd") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "ПОЛИВОКС" + (at -8.54 0.99 0) + (layer "F.SilkS") + (uuid "61470ec8-7b3a-4b42-b9c3-e18756d512cb") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (fp_text user "R01" + (at 8.58 1.02 0) + (layer "F.SilkS") + (uuid "d7ae1fc4-cfe7-40fb-a457-96df607d393e") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x14_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ed50537") + (at 27.432 73.66 180) + (descr "Through hole straight pin header, 1x14, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x14 2.54mm single row") + (property "Reference" "J6" + (at 0 2.33 0) + (layer "B.SilkS") + (uuid "eed52a31-4e15-44a5-87f3-f9a83d9f5a3f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "01x14 Male" + (at 0 -35.35 0) + (layer "B.Fab") + (uuid "94612296-62c8-4eb3-a6bd-c1a38fa16839") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aacbb0d6-6b55-4e3b-b264-54497dd0a7d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4d88211-e78a-4f81-8497-7c7d3f4678ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x14, script generated" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9c1a46a2-0d7d-49bc-9579-0681c56cef7c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005edd90e8") + (attr through_hole) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fcc2b66a-b3dc-4e6c-b713-5b582c56aa92") + ) + (fp_line + (start 1.33 -34.35) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "227b479c-855f-4a08-b168-55c87f18eb47") + ) + (fp_line + (start 1.33 -34.35) + (end -1.33 -34.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "295f6959-ff58-4b4a-a05f-2a4b6b37c4b6") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef36fdf7-5917-4979-a8f7-e5e68ba95edc") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bbebbeac-7e05-432c-9a0d-b1795e7e9585") + ) + (fp_line + (start -1.33 -34.35) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cae4110a-99e4-4f9e-ace6-1c3541fd74ea") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -34.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e4069ad0-31dc-45e3-811c-b1b5045f0e8a") + ) + (fp_line + (start 1.8 -34.8) + (end -1.8 -34.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ac9c4dd2-2661-4a75-8039-6d558cab250e") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5f8cf5c7-235c-403a-af27-c8e3d85bc207") + ) + (fp_line + (start -1.8 -34.8) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e71d707a-4f8b-4be2-b487-8654f1758c23") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9deab229-e989-4caf-93b1-27d3221cfc4d") + ) + (fp_line + (start 1.27 -34.29) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "09a508ce-5a83-4427-b296-7edde4c47506") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4a794e83-84a8-49a8-a553-72e95fadbf89") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -34.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6dd4da70-230f-4e89-80a6-37e9e938a367") + ) + (fp_line + (start -1.27 -34.29) + (end 1.27 -34.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5da28bc2-c6fb-49ef-afc2-bc737b893eb0") + ) + (fp_text user "${REFERENCE}" + (at 0 -16.51 -90) + (layer "B.Fab") + (uuid "986a0ade-7fc8-4d5a-a24c-2ea84e2bdc9d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "d04993db-1944-47fd-9365-29f85fd89f2c") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "859f3c6a-9784-4df1-aa18-14e3d95338d2") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "d08b2d58-a861-4e1b-98dd-1175a4192726") + ) + (pad "4" thru_hole oval + (at 0 -7.62 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/fm_in") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "cc5149a3-84ba-4794-aee0-8142e05b1e0e") + ) + (pad "5" thru_hole oval + (at 0 -10.16 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/fm_level_3") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "281b6b52-8878-431d-bb2b-05bca3eb117d") + ) + (pad "6" thru_hole oval + (at 0 -12.7 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/fm_level_2") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "4d6b7ec2-4d5b-4556-b87e-39b27f465048") + ) + (pad "7" thru_hole oval + (at 0 -15.24 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/fm_level_1") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "9341396d-d7c8-4172-95a3-a8e953f5133c") + ) + (pad "8" thru_hole oval + (at 0 -17.78 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/freq") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "8e976cf8-69e5-4973-abf2-ffc56427237a") + ) + (pad "9" thru_hole oval + (at 0 -20.32 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "/cv") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "c1e96f94-8788-4dee-a7a1-e43e9a983da4") + ) + (pad "10" thru_hole oval + (at 0 -22.86 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "/in") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "c0d32361-7ada-4213-b465-54f71b47a4e4") + ) + (pad "11" thru_hole oval + (at 0 -25.4 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/res_1") + (pinfunction "Pin_11") + (pintype "passive") + (uuid "f03270bf-eed1-4c5e-8911-ee6871c00af7") + ) + (pad "12" thru_hole oval + (at 0 -27.94 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "/res_2") + (pinfunction "Pin_12") + (pintype "passive") + (uuid "57a5b8bf-f595-439d-8cf6-93b247e89425") + ) + (pad "13" thru_hole oval + (at 0 -30.48 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "/bp_out") + (pinfunction "Pin_13") + (pintype "passive") + (uuid "d86e4143-795a-4fb6-9576-54890c32116e") + ) + (pad "14" thru_hole oval + (at 0 -33.02 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "/lp_out") + (pinfunction "Pin_14") + (pintype "passive") + (uuid "357ba8ed-9ae7-4ed1-b66f-80872ab96b0d") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x14_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 25.4 137.16) + (end 25.4 25.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e089cae") + ) + (gr_line + (start 25.4 25.4) + (end 65.7 25.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1e36c244-334f-4b52-8bee-cdea7afb4db6") + ) + (gr_line + (start 65.7 137.16) + (end 25.4 137.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "219b4850-2612-49d1-a530-50e73a0a32f0") + ) + (gr_line + (start 65.7 25.4) + (end 65.7 137.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "824f02f3-32a4-468f-9411-4a7111dd22e2") + ) + (segment + (start 58.34 68.46) + (end 53.14 73.66) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "4ec412f0-69f8-4893-8906-28bd75ce54e3") + ) + (segment + (start 53.14 73.66) + (end 27.432 73.66) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "88b7da75-1a6e-4329-a440-7ebbc6ef862e") + ) + (segment + (start 27.432 76.2) + (end 31.496 76.2) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "7a53c104-fde1-4ade-a747-627d4a8b9bdb") + ) + (segment + (start 46.482 97.79) + (end 49.542 94.73) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "0c5ab50c-07dd-4051-a7f1-8d6d2bf5b5b3") + ) + (segment + (start 49.53 90.678) + (end 49.53 93.814) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "aa2001fb-87aa-4378-8167-c3ed1751eaef") + ) + (segment + (start 49.542 94.73) + (end 49.542 93.826) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "b23f702b-3acf-4af0-b8d7-f9d066d1ed3c") + ) + (segment + (start 49.53 93.814) + (end 49.542 93.826) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "cabdb219-04b8-4a9e-802c-960b2f42419b") + ) + (segment + (start 54.004999 87.532999) + (end 54.004999 90.668999) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "4c61a129-10dc-4ec2-964f-ffa27df48080") + ) + (segment + (start 54.004999 87.532999) + (end 57.15 90.678) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "5a85d1ba-70e2-47a5-94e4-423c66f36090") + ) + (segment + (start 54.004999 90.668999) + (end 57.162 93.826) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "7fd4ade7-d40c-430b-8f8b-3bdae220b01a") + ) + (segment + (start 55.88 81.28) + (end 54.004999 83.155001) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "84dc419b-8dd1-4d41-89be-d3d990b861e9") + ) + (segment + (start 54.004999 83.155001) + (end 54.004999 87.532999) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "af867680-7055-4acf-ab36-10b6db0ca426") + ) + (segment + (start 53.34 112.268) + (end 53.34 109.1) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "b223854b-4795-428b-a4c0-4818c07b8234") + ) + (segment + (start 28.607001 65.050201) + (end 36.950001 56.707201) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "10b6db9a-3ff3-4b74-b8bf-e210582037f9") + ) + (segment + (start 36.950001 37.110001) + (end 35.56 35.72) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "1f8aae0e-d84a-4b7c-8ecc-4d2fbd3dbc1b") + ) + (segment + (start 27.432 81.28) + (end 28.607001 80.104999) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "7f8cda81-7e5e-4f9e-85ad-e79292c2aee2") + ) + (segment + (start 36.950001 56.707201) + (end 36.950001 37.110001) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "92e9c83f-9a4e-4e50-b022-0ab49db2d0f8") + ) + (segment + (start 28.607001 80.104999) + (end 28.607001 65.050201) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "e73f0743-ad03-47e8-a850-173b54aaeb7f") + ) + (segment + (start 26.256999 92.804999) + (end 26.256999 65.343001) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "1ac49c5a-7616-43ce-948e-be991830a0b3") + ) + (segment + (start 27.432 93.98) + (end 26.256999 92.804999) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "7ecf290c-a1d0-440b-a223-6c6cb12a0690") + ) + (segment + (start 26.256999 65.343001) + (end 35.56 56.04) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "db53f856-1e8c-4257-8929-7a8f73242e78") + ) + (segment + (start 27.432 96.52) + (end 26.256999 97.695001) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "0b8932f8-1435-45ba-a89f-736897a760b9") + ) + (segment + (start 26.256999 97.695001) + (end 26.256999 117.536999) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "68825cbb-1e81-41b4-a448-5bed4ae77fe2") + ) + (segment + (start 26.256999 117.536999) + (end 35.56 126.84) + (width 0.25) + (layer "F.Cu") + (net 9) + (uuid "7c373c7f-9113-4cc3-8f58-a2688a07c271") + ) + (segment + (start 40.784999 104.757001) + (end 40.784999 121.904999) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "32ad4153-90a5-4a2a-ac1c-655f10f9183c") + ) + (segment + (start 40.784999 121.904999) + (end 45.72 126.84) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "60a87a98-6803-4188-803a-45f8dd9d5b0e") + ) + (segment + (start 41.91 103.632) + (end 40.784999 104.757001) + (width 0.25) + (layer "F.Cu") + (net 10) + (uuid "bba0b4d9-7579-42e5-9ff3-bd32c94fb6eb") + ) + (segment + (start 41.91 108.204) + (end 55.88 122.174) + (width 0.25) + (layer "F.Cu") + (net 11) + (uuid "31565936-888c-4867-b9c1-02191817d9ec") + ) + (segment + (start 55.88 122.174) + (end 55.88 126.84) + (width 0.25) + (layer "F.Cu") + (net 11) + (uuid "d1db9223-f8d7-4a27-8801-930016065fca") + ) + (segment + (start 27.432 106.68) + (end 28.956 108.204) + (width 0.25) + (layer "F.Cu") + (net 12) + (uuid "009b9022-a598-44f1-ae5c-bc40ca121dd2") + ) + (segment + (start 28.956 108.204) + (end 31.75 108.204) + (width 0.25) + (layer "F.Cu") + (net 12) + (uuid "78c31da1-2be5-4a15-b46c-8475991bd3bd") + ) + (segment + (start 31.75 103.632) + (end 27.94 103.632) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "9708b1b7-5942-41a2-97c1-d8d12fad32dd") + ) + (segment + (start 27.94 103.632) + (end 27.432 104.14) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "f2a86a1f-c4cc-46e7-ac32-70b6e68fd5cf") + ) + (segment + (start 41.543002 101.6) + (end 43.035001 103.091999) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "0486c21d-ecb8-40dd-8416-b734f2f72ec5") + ) + (segment + (start 27.432 101.6) + (end 30.988 101.6) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "416df449-928b-48c0-9cd2-2d84bc8d9abb") + ) + (segment + (start 27.432 101.6) + (end 41.543002 101.6) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "6ae2adaa-a43d-48f1-9197-ed1f29452dea") + ) + (segment + (start 55.88 76.708) + (end 55.88 76.58) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "74062b58-c9f7-4f00-91dc-f53ded4471af") + ) + (segment + (start 47.191999 110.325001) + (end 57.114999 110.325001) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "903e1721-491d-40d5-a088-eb4144c9e6f6") + ) + (segment + (start 43.035001 106.168003) + (end 47.191999 110.325001) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "ac54b26b-e41f-4aee-b063-68b34f7dc15e") + ) + (segment + (start 30.988 101.6) + (end 55.88 76.708) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "c93d3406-45e9-4132-b3db-a4f88738657f") + ) + (segment + (start 57.114999 110.325001) + (end 58.34 109.1) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "c9b65ca7-835a-447d-bb76-1a952d18937e") + ) + (segment + (start 43.035001 103.091999) + (end 43.035001 106.168003) + (width 0.25) + (layer "F.Cu") + (net 14) + (uuid "ecc9bcc8-0dc3-40e1-81a0-7b7aca1d085c") + ) + (segment + (start 27.432 99.06) + (end 31.75 99.06) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "4b60a86a-83c5-474b-9b78-a958f9f44b5f") + ) + (segment + (start 33.709999 90.590001) + (end 55.84 68.46) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "98bc0d8c-14f5-415d-866d-ad74d0cc8254") + ) + (segment + (start 27.432 91.44) + (end 28.281999 90.590001) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "c845044f-267d-4791-ae76-a7422862e9fd") + ) + (segment + (start 28.281999 90.590001) + (end 33.709999 90.590001) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "fc2ca1a3-56df-4076-93a3-90cd3a2512c3") + ) + (segment + (start 31.115 83.82) + (end 27.432 83.82) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "11d361c0-9800-46aa-9143-de2d351dca34") + ) + (segment + (start 31.115 83.82) + (end 53.34 61.595) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "199a24bc-fddc-421a-90d9-906a9864ed18") + ) + (segment + (start 53.34 61.595) + (end 53.34 48.14) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "d8ef2cc5-10d7-4d92-8e18-13f5f896bb65") + ) + (segment + (start 55.84 59.73141) + (end 55.84 48.14) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "384050df-4e29-46f3-adc3-51b7485b5e25") + ) + (segment + (start 27.432 86.36) + (end 29.521989 84.270011) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "43482fcf-1f9c-4b5d-bff8-5aac12080f25") + ) + (segment + (start 31.301399 84.270011) + (end 55.84 59.73141) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "6f38bd04-f15d-4672-9313-33c951f7bcd9") + ) + (segment + (start 29.521989 84.270011) + (end 31.301399 84.270011) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "b0a88a4f-cb21-42d9-b8d7-9131729df8a6") + ) + (segment + (start 31.470976 84.720022) + (end 31.487799 84.720022) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "01bdbfb3-85d4-4ea7-af4d-05f6e679849e") + ) + (segment + (start 58.34 57.867821) + (end 58.34 48.14) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "0b4ccd47-7fe1-45bd-87b2-5edc23ab3076") + ) + (segment + (start 28.281999 88.050001) + (end 28.281999 87.908999) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "2f525c8b-51e1-4367-bf70-43a1bae30aa6") + ) + (segment + (start 28.281999 87.908999) + (end 31.470976 84.720022) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "75f3852c-a55c-4839-8960-6a3388b58367") + ) + (segment + (start 31.487799 84.720022) + (end 58.34 57.867821) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "b039e035-2242-43ee-a573-6453082d2248") + ) + (segment + (start 27.432 88.9) + (end 28.281999 88.050001) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "d9c02dae-f507-4d69-9075-453e1d4a2a69") + ) + (segment + (start 49.396 68.46) + (end 41.656 76.2) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "805248f5-6342-4877-863a-e6da8dabaea5") + ) + (segment + (start 53.34 68.46) + (end 49.396 68.46) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "94785ab0-be69-41f2-af6a-bc8af52a275a") + ) + (segment + (start 47.281999 107.150001) + (end 53.890001 107.150001) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "0dd18ebb-9336-49fe-a0e8-2445bd156823") + ) + (segment + (start 46.482 103.632) + (end 46.482 107.95) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "429ed5d0-a078-4dc1-aa49-d415d538a593") + ) + (segment + (start 46.482 107.95) + (end 47.281999 107.150001) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "4de16212-d8bb-49ab-b875-46793b41c775") + ) + (segment + (start 41.91 99.06) + (end 46.482 103.632) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "60fd392e-a41a-4344-b2a7-feecb4d5e326") + ) + (segment + (start 53.890001 107.150001) + (end 55.84 109.1) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "b5e0772c-6c00-4f8e-8511-7a96850a7a59") + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ee7ce7e") + (hatch edge 0.508) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 65.532 137.16) (xy 25.4 137.16) (xy 25.4 25.4) (xy 65.786 25.4) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 65.581621 25.480502) (xy 65.628114 25.534158) (xy 65.6395 25.5865) (xy 65.6395 89.86) (xy 65.532423 136.973788) + (xy 65.512267 137.041861) (xy 65.458506 137.088232) (xy 65.406424 137.0995) (xy 25.5865 137.0995) + (xy 25.518379 137.079498) (xy 25.471886 137.025842) (xy 25.4605 136.9735) (xy 25.4605 134.726287) + (xy 26.5895 134.726287) (xy 26.622754 134.936243) (xy 26.688443 135.138412) (xy 26.784949 135.327816) + (xy 26.909896 135.499792) (xy 26.909898 135.499794) (xy 26.9099 135.499797) (xy 27.060202 135.650099) + (xy 27.060205 135.650101) (xy 27.060208 135.650104) (xy 27.232184 135.775051) (xy 27.421588 135.871557) + (xy 27.623757 135.937246) (xy 27.833713 135.9705) (xy 27.833716 135.9705) (xy 28.046284 135.9705) + (xy 28.046287 135.9705) (xy 28.256243 135.937246) (xy 28.458412 135.871557) (xy 28.647816 135.775051) + (xy 28.819792 135.650104) (xy 28.970104 135.499792) (xy 29.095051 135.327816) (xy 29.191557 135.138412) + (xy 29.257246 134.936243) (xy 29.2905 134.726287) (xy 61.8095 134.726287) (xy 61.842754 134.936243) + (xy 61.908443 135.138412) (xy 62.004949 135.327816) (xy 62.129896 135.499792) (xy 62.129898 135.499794) + (xy 62.1299 135.499797) (xy 62.280202 135.650099) (xy 62.280205 135.650101) (xy 62.280208 135.650104) + (xy 62.452184 135.775051) (xy 62.641588 135.871557) (xy 62.843757 135.937246) (xy 63.053713 135.9705) + (xy 63.053716 135.9705) (xy 63.266284 135.9705) (xy 63.266287 135.9705) (xy 63.476243 135.937246) + (xy 63.678412 135.871557) (xy 63.867816 135.775051) (xy 64.039792 135.650104) (xy 64.190104 135.499792) + (xy 64.315051 135.327816) (xy 64.411557 135.138412) (xy 64.477246 134.936243) (xy 64.5105 134.726287) + (xy 64.5105 134.513713) (xy 64.477246 134.303757) (xy 64.411557 134.101588) (xy 64.315051 133.912184) + (xy 64.190104 133.740208) (xy 64.190101 133.740205) (xy 64.190099 133.740202) (xy 64.039797 133.5899) + (xy 64.039794 133.589898) (xy 64.039792 133.589896) (xy 63.867816 133.464949) (xy 63.678412 133.368443) + (xy 63.476243 133.302754) (xy 63.266287 133.2695) (xy 63.053713 133.2695) (xy 62.843757 133.302754) + (xy 62.843754 133.302754) (xy 62.843753 133.302755) (xy 62.641588 133.368443) (xy 62.641586 133.368444) + (xy 62.45218 133.464951) (xy 62.280205 133.589898) (xy 62.280202 133.5899) (xy 62.1299 133.740202) + (xy 62.129898 133.740205) (xy 62.004951 133.91218) (xy 62.004949 133.912184) (xy 61.908443 134.101588) + (xy 61.842754 134.303757) (xy 61.8095 134.513713) (xy 61.8095 134.726287) (xy 29.2905 134.726287) + (xy 29.2905 134.513713) (xy 29.257246 134.303757) (xy 29.191557 134.101588) (xy 29.095051 133.912184) + (xy 28.970104 133.740208) (xy 28.970101 133.740205) (xy 28.970099 133.740202) (xy 28.819797 133.5899) + (xy 28.819794 133.589898) (xy 28.819792 133.589896) (xy 28.647816 133.464949) (xy 28.458412 133.368443) + (xy 28.256243 133.302754) (xy 28.046287 133.2695) (xy 27.833713 133.2695) (xy 27.623757 133.302754) + (xy 27.623754 133.302754) (xy 27.623753 133.302755) (xy 27.421588 133.368443) (xy 27.421586 133.368444) + (xy 27.23218 133.464951) (xy 27.060205 133.589898) (xy 27.060202 133.5899) (xy 26.9099 133.740202) + (xy 26.909898 133.740205) (xy 26.784951 133.91218) (xy 26.784949 133.912184) (xy 26.688443 134.101588) + (xy 26.622754 134.303757) (xy 26.5895 134.513713) (xy 26.5895 134.726287) (xy 25.4605 134.726287) + (xy 25.4605 126.84) (xy 33.981634 126.84) (xy 34.001066 127.086911) (xy 34.058885 127.327742) (xy 34.153665 127.556561) + (xy 34.283076 127.767741) (xy 34.283077 127.767743) (xy 34.443926 127.956073) (xy 34.632256 128.116922) + (xy 34.63226 128.116925) (xy 34.843437 128.246334) (xy 35.072258 128.341115) (xy 35.313089 128.398934) + (xy 35.56 128.418366) (xy 35.806911 128.398934) (xy 36.047742 128.341115) (xy 36.276563 128.246334) + (xy 36.48774 128.116925) (xy 36.676073 127.956073) (xy 36.836925 127.76774) (xy 36.966334 127.556563) + (xy 37.061115 127.327742) (xy 37.118934 127.086911) (xy 37.138366 126.84) (xy 44.141634 126.84) + (xy 44.161066 127.086911) (xy 44.218885 127.327742) (xy 44.313665 127.556561) (xy 44.443076 127.767741) + (xy 44.443077 127.767743) (xy 44.603926 127.956073) (xy 44.792256 128.116922) (xy 44.79226 128.116925) + (xy 45.003437 128.246334) (xy 45.232258 128.341115) (xy 45.473089 128.398934) (xy 45.72 128.418366) + (xy 45.966911 128.398934) (xy 46.207742 128.341115) (xy 46.436563 128.246334) (xy 46.64774 128.116925) + (xy 46.836073 127.956073) (xy 46.996925 127.76774) (xy 47.126334 127.556563) (xy 47.221115 127.327742) + (xy 47.278934 127.086911) (xy 47.298366 126.84) (xy 54.301634 126.84) (xy 54.321066 127.086911) + (xy 54.378885 127.327742) (xy 54.473665 127.556561) (xy 54.603076 127.767741) (xy 54.603077 127.767743) + (xy 54.763926 127.956073) (xy 54.952256 128.116922) (xy 54.95226 128.116925) (xy 55.163437 128.246334) + (xy 55.392258 128.341115) (xy 55.633089 128.398934) (xy 55.88 128.418366) (xy 56.126911 128.398934) + (xy 56.367742 128.341115) (xy 56.596563 128.246334) (xy 56.80774 128.116925) (xy 56.996073 127.956073) + (xy 57.156925 127.76774) (xy 57.286334 127.556563) (xy 57.381115 127.327742) (xy 57.438934 127.086911) + (xy 57.458366 126.84) (xy 57.438934 126.593089) (xy 57.381115 126.352258) (xy 57.286334 126.123437) + (xy 57.156925 125.91226) (xy 57.156922 125.912256) (xy 56.996073 125.723926) (xy 56.807743 125.563077) + (xy 56.807741 125.563076) (xy 56.80774 125.563075) (xy 56.596563 125.433666) (xy 56.367742 125.338885) + (xy 56.126911 125.281066) (xy 56.126912 125.281066) (xy 55.88 125.261634) (xy 55.633088 125.281066) + (xy 55.392257 125.338885) (xy 55.163438 125.433665) (xy 54.952258 125.563076) (xy 54.952256 125.563077) + (xy 54.763926 125.723926) (xy 54.603077 125.912256) (xy 54.603076 125.912258) (xy 54.473665 126.123438) + (xy 54.378885 126.352257) (xy 54.321066 126.593088) (xy 54.301634 126.84) (xy 47.298366 126.84) + (xy 47.278934 126.593089) (xy 47.221115 126.352258) (xy 47.126334 126.123437) (xy 46.996925 125.91226) + (xy 46.996922 125.912256) (xy 46.836073 125.723926) (xy 46.647743 125.563077) (xy 46.647741 125.563076) + (xy 46.64774 125.563075) (xy 46.436563 125.433666) (xy 46.207742 125.338885) (xy 45.966911 125.281066) + (xy 45.966912 125.281066) (xy 45.72 125.261634) (xy 45.473088 125.281066) (xy 45.232257 125.338885) + (xy 45.003438 125.433665) (xy 44.792258 125.563076) (xy 44.792256 125.563077) (xy 44.603926 125.723926) + (xy 44.443077 125.912256) (xy 44.443076 125.912258) (xy 44.313665 126.123438) (xy 44.218885 126.352257) + (xy 44.161066 126.593088) (xy 44.141634 126.84) (xy 37.138366 126.84) (xy 37.118934 126.593089) + (xy 37.061115 126.352258) (xy 36.966334 126.123437) (xy 36.836925 125.91226) (xy 36.836922 125.912256) + (xy 36.676073 125.723926) (xy 36.487743 125.563077) (xy 36.487741 125.563076) (xy 36.48774 125.563075) + (xy 36.276563 125.433666) (xy 36.047742 125.338885) (xy 35.806911 125.281066) (xy 35.806912 125.281066) + (xy 35.56 125.261634) (xy 35.313088 125.281066) (xy 35.072257 125.338885) (xy 34.843438 125.433665) + (xy 34.632258 125.563076) (xy 34.632256 125.563077) (xy 34.443926 125.723926) (xy 34.283077 125.912256) + (xy 34.283076 125.912258) (xy 34.153665 126.123438) (xy 34.058885 126.352257) (xy 34.001066 126.593088) + (xy 33.981634 126.84) (xy 25.4605 126.84) (xy 25.4605 118.54) (xy 33.981634 118.54) (xy 34.001066 118.786911) + (xy 34.058885 119.027742) (xy 34.153665 119.256561) (xy 34.283076 119.467741) (xy 34.283077 119.467743) + (xy 34.443926 119.656073) (xy 34.632256 119.816922) (xy 34.63226 119.816925) (xy 34.843437 119.946334) + (xy 35.072258 120.041115) (xy 35.313089 120.098934) (xy 35.56 120.118366) (xy 35.806911 120.098934) + (xy 36.047742 120.041115) (xy 36.276563 119.946334) (xy 36.48774 119.816925) (xy 36.676073 119.656073) + (xy 36.836925 119.46774) (xy 36.966334 119.256563) (xy 37.061115 119.027742) (xy 37.118934 118.786911) + (xy 37.138366 118.54) (xy 44.141634 118.54) (xy 44.161066 118.786911) (xy 44.218885 119.027742) + (xy 44.313665 119.256561) (xy 44.443076 119.467741) (xy 44.443077 119.467743) (xy 44.603926 119.656073) + (xy 44.792256 119.816922) (xy 44.79226 119.816925) (xy 45.003437 119.946334) (xy 45.232258 120.041115) + (xy 45.473089 120.098934) (xy 45.72 120.118366) (xy 45.966911 120.098934) (xy 46.207742 120.041115) + (xy 46.436563 119.946334) (xy 46.64774 119.816925) (xy 46.836073 119.656073) (xy 46.996925 119.46774) + (xy 47.126334 119.256563) (xy 47.221115 119.027742) (xy 47.278934 118.786911) (xy 47.298366 118.54) + (xy 54.301634 118.54) (xy 54.321066 118.786911) (xy 54.378885 119.027742) (xy 54.473665 119.256561) + (xy 54.603076 119.467741) (xy 54.603077 119.467743) (xy 54.763926 119.656073) (xy 54.952256 119.816922) + (xy 54.95226 119.816925) (xy 55.163437 119.946334) (xy 55.392258 120.041115) (xy 55.633089 120.098934) + (xy 55.88 120.118366) (xy 56.126911 120.098934) (xy 56.367742 120.041115) (xy 56.596563 119.946334) + (xy 56.80774 119.816925) (xy 56.996073 119.656073) (xy 57.156925 119.46774) (xy 57.286334 119.256563) + (xy 57.381115 119.027742) (xy 57.438934 118.786911) (xy 57.458366 118.54) (xy 57.438934 118.293089) + (xy 57.381115 118.052258) (xy 57.286334 117.823437) (xy 57.156925 117.61226) (xy 57.156922 117.612256) + (xy 56.996073 117.423926) (xy 56.807743 117.263077) (xy 56.807741 117.263076) (xy 56.80774 117.263075) + (xy 56.596563 117.133666) (xy 56.528343 117.105408) (xy 56.473063 117.06086) (xy 56.450642 116.993497) + (xy 56.4682 116.924706) (xy 56.520162 116.876328) (xy 56.576562 116.863) (xy 56.893585 116.863) + (xy 56.893597 116.862999) (xy 56.954093 116.856494) (xy 57.090964 116.805444) (xy 57.090965 116.805444) + (xy 57.207904 116.717904) (xy 57.295444 116.600965) (xy 57.295444 116.600964) (xy 57.346494 116.464093) + (xy 57.352999 116.403597) (xy 57.353 116.403585) (xy 57.353 115.694) (xy 56.435049 115.694) (xy 56.466558 115.617931) + (xy 56.49 115.50008) (xy 56.49 115.37992) (xy 56.466558 115.262069) (xy 56.435049 115.186) (xy 57.353 115.186) + (xy 57.353 114.476414) (xy 57.352999 114.476402) (xy 57.346494 114.415906) (xy 57.295444 114.279035) + (xy 57.295444 114.279034) (xy 57.207904 114.162095) (xy 57.090965 114.074555) (xy 56.954093 114.023505) + (xy 56.893597 114.017) (xy 56.134 114.017) (xy 56.134 114.88495) (xy 56.057931 114.853442) (xy 55.94008 114.83) + (xy 55.81992 114.83) (xy 55.702069 114.853442) (xy 55.626 114.88495) (xy 55.626 114.017) (xy 54.866402 114.017) + (xy 54.805906 114.023505) (xy 54.669035 114.074555) (xy 54.669034 114.074555) (xy 54.552095 114.162095) + (xy 54.464555 114.279034) (xy 54.464555 114.279035) (xy 54.413505 114.415906) (xy 54.407 114.476402) + (xy 54.407 115.186) (xy 55.324951 115.186) (xy 55.293442 115.262069) (xy 55.27 115.37992) (xy 55.27 115.50008) + (xy 55.293442 115.617931) (xy 55.324951 115.694) (xy 54.407 115.694) (xy 54.407 116.403597) (xy 54.413505 116.464093) + (xy 54.464555 116.600964) (xy 54.464555 116.600965) (xy 54.552095 116.717904) (xy 54.669034 116.805444) + (xy 54.805906 116.856494) (xy 54.866402 116.862999) (xy 54.866415 116.863) (xy 55.183438 116.863) + (xy 55.251559 116.883002) (xy 55.298052 116.936658) (xy 55.308156 117.006932) (xy 55.278662 117.071512) + (xy 55.231656 117.105408) (xy 55.208243 117.115106) (xy 55.163438 117.133665) (xy 54.952258 117.263076) + (xy 54.952256 117.263077) (xy 54.763926 117.423926) (xy 54.603077 117.612256) (xy 54.603076 117.612258) + (xy 54.473665 117.823438) (xy 54.378885 118.052257) (xy 54.321066 118.293088) (xy 54.301634 118.54) + (xy 47.298366 118.54) (xy 47.278934 118.293089) (xy 47.221115 118.052258) (xy 47.126334 117.823437) + (xy 46.996925 117.61226) (xy 46.996922 117.612256) (xy 46.836073 117.423926) (xy 46.647743 117.263077) + (xy 46.647741 117.263076) (xy 46.64774 117.263075) (xy 46.436563 117.133666) (xy 46.368343 117.105408) + (xy 46.313063 117.06086) (xy 46.290642 116.993497) (xy 46.3082 116.924706) (xy 46.360162 116.876328) + (xy 46.416562 116.863) (xy 46.733585 116.863) (xy 46.733597 116.862999) (xy 46.794093 116.856494) + (xy 46.930964 116.805444) (xy 46.930965 116.805444) (xy 47.047904 116.717904) (xy 47.135444 116.600965) + (xy 47.135444 116.600964) (xy 47.186494 116.464093) (xy 47.192999 116.403597) (xy 47.193 116.403585) + (xy 47.193 115.694) (xy 46.275049 115.694) (xy 46.306558 115.617931) (xy 46.33 115.50008) (xy 46.33 115.37992) + (xy 46.306558 115.262069) (xy 46.275049 115.186) (xy 47.193 115.186) (xy 47.193 114.476414) (xy 47.192999 114.476402) + (xy 47.186494 114.415906) (xy 47.135444 114.279035) (xy 47.135444 114.279034) (xy 47.047904 114.162095) + (xy 46.930965 114.074555) (xy 46.794093 114.023505) (xy 46.733597 114.017) (xy 45.974 114.017) (xy 45.974 114.88495) + (xy 45.897931 114.853442) (xy 45.78008 114.83) (xy 45.65992 114.83) (xy 45.542069 114.853442) (xy 45.466 114.88495) + (xy 45.466 114.017) (xy 44.706402 114.017) (xy 44.645906 114.023505) (xy 44.509035 114.074555) (xy 44.509034 114.074555) + (xy 44.392095 114.162095) (xy 44.304555 114.279034) (xy 44.304555 114.279035) (xy 44.253505 114.415906) + (xy 44.247 114.476402) (xy 44.247 115.186) (xy 45.164951 115.186) (xy 45.133442 115.262069) (xy 45.11 115.37992) + (xy 45.11 115.50008) (xy 45.133442 115.617931) (xy 45.164951 115.694) (xy 44.247 115.694) (xy 44.247 116.403597) + (xy 44.253505 116.464093) (xy 44.304555 116.600964) (xy 44.304555 116.600965) (xy 44.392095 116.717904) + (xy 44.509034 116.805444) (xy 44.645906 116.856494) (xy 44.706402 116.862999) (xy 44.706415 116.863) + (xy 45.023438 116.863) (xy 45.091559 116.883002) (xy 45.138052 116.936658) (xy 45.148156 117.006932) + (xy 45.118662 117.071512) (xy 45.071656 117.105408) (xy 45.048243 117.115106) (xy 45.003438 117.133665) + (xy 44.792258 117.263076) (xy 44.792256 117.263077) (xy 44.603926 117.423926) (xy 44.443077 117.612256) + (xy 44.443076 117.612258) (xy 44.313665 117.823438) (xy 44.218885 118.052257) (xy 44.161066 118.293088) + (xy 44.141634 118.54) (xy 37.138366 118.54) (xy 37.118934 118.293089) (xy 37.061115 118.052258) + (xy 36.966334 117.823437) (xy 36.836925 117.61226) (xy 36.836922 117.612256) (xy 36.676073 117.423926) + (xy 36.487743 117.263077) (xy 36.487741 117.263076) (xy 36.48774 117.263075) (xy 36.276563 117.133666) + (xy 36.208343 117.105408) (xy 36.153063 117.06086) (xy 36.130642 116.993497) (xy 36.1482 116.924706) + (xy 36.200162 116.876328) (xy 36.256562 116.863) (xy 36.573585 116.863) (xy 36.573597 116.862999) + (xy 36.634093 116.856494) (xy 36.770964 116.805444) (xy 36.770965 116.805444) (xy 36.887904 116.717904) + (xy 36.975444 116.600965) (xy 36.975444 116.600964) (xy 37.026494 116.464093) (xy 37.032999 116.403597) + (xy 37.033 116.403585) (xy 37.033 115.694) (xy 36.115049 115.694) (xy 36.146558 115.617931) (xy 36.17 115.50008) + (xy 36.17 115.37992) (xy 36.146558 115.262069) (xy 36.115049 115.186) (xy 37.033 115.186) (xy 37.033 114.476414) + (xy 37.032999 114.476402) (xy 37.026494 114.415906) (xy 36.975444 114.279035) (xy 36.975444 114.279034) + (xy 36.887904 114.162095) (xy 36.770965 114.074555) (xy 36.634093 114.023505) (xy 36.573597 114.017) + (xy 35.814 114.017) (xy 35.814 114.88495) (xy 35.737931 114.853442) (xy 35.62008 114.83) (xy 35.49992 114.83) + (xy 35.382069 114.853442) (xy 35.306 114.88495) (xy 35.306 114.017) (xy 34.546402 114.017) (xy 34.485906 114.023505) + (xy 34.349035 114.074555) (xy 34.349034 114.074555) (xy 34.232095 114.162095) (xy 34.144555 114.279034) + (xy 34.144555 114.279035) (xy 34.093505 114.415906) (xy 34.087 114.476402) (xy 34.087 115.186) (xy 35.004951 115.186) + (xy 34.973442 115.262069) (xy 34.95 115.37992) (xy 34.95 115.50008) (xy 34.973442 115.617931) (xy 35.004951 115.694) + (xy 34.087 115.694) (xy 34.087 116.403597) (xy 34.093505 116.464093) (xy 34.144555 116.600964) (xy 34.144555 116.600965) + (xy 34.232095 116.717904) (xy 34.349034 116.805444) (xy 34.485906 116.856494) (xy 34.546402 116.862999) + (xy 34.546415 116.863) (xy 34.863438 116.863) (xy 34.931559 116.883002) (xy 34.978052 116.936658) + (xy 34.988156 117.006932) (xy 34.958662 117.071512) (xy 34.911656 117.105408) (xy 34.888243 117.115106) + (xy 34.843438 117.133665) (xy 34.632258 117.263076) (xy 34.632256 117.263077) (xy 34.443926 117.423926) + (xy 34.283077 117.612256) (xy 34.283076 117.612258) (xy 34.153665 117.823438) (xy 34.058885 118.052257) + (xy 34.001066 118.293088) (xy 33.981634 118.54) (xy 25.4605 118.54) (xy 25.4605 112.268) (xy 41.867004 112.268) + (xy 41.886951 112.496002) (xy 41.946186 112.717068) (xy 41.946188 112.717073) (xy 42.042913 112.924501) + (xy 42.092899 112.995888) (xy 42.78 112.308788) (xy 42.78 112.320661) (xy 42.807259 112.422394) + (xy 42.85992 112.513606) (xy 42.934394 112.58808) (xy 43.025606 112.640741) (xy 43.127339 112.668) + (xy 43.13921 112.668) (xy 42.45211 113.355098) (xy 42.45211 113.3551) (xy 42.523498 113.405086) + (xy 42.730926 113.501811) (xy 42.730931 113.501813) (xy 42.951999 113.561048) (xy 42.951995 113.561048) + (xy 43.18 113.580995) (xy 43.408002 113.561048) (xy 43.629068 113.501813) (xy 43.629073 113.501811) + (xy 43.836497 113.405088) (xy 43.907888 113.355099) (xy 43.907888 113.355097) (xy 43.220791 112.668) + (xy 43.232661 112.668) (xy 43.334394 112.640741) (xy 43.425606 112.58808) (xy 43.50008 112.513606) + (xy 43.552741 112.422394) (xy 43.58 112.320661) (xy 43.58 112.308791) (xy 44.267097 112.995888) + (xy 44.267099 112.995888) (xy 44.317088 112.924497) (xy 44.413811 112.717073) (xy 44.413813 112.717068) + (xy 44.473048 112.496002) (xy 44.492995 112.268) (xy 44.473048 112.039997) (xy 44.413813 111.818931) + (xy 44.413811 111.818926) (xy 44.317086 111.611498) (xy 44.2671 111.54011) (xy 44.267098 111.54011) + (xy 43.58 112.227208) (xy 43.58 112.215339) (xy 43.552741 112.113606) (xy 43.50008 112.022394) (xy 43.425606 111.94792) + (xy 43.334394 111.895259) (xy 43.232661 111.868) (xy 43.22079 111.868) (xy 43.907888 111.180899) + (xy 43.907888 111.180898) (xy 43.836501 111.130913) (xy 43.629073 111.034188) (xy 43.629068 111.034186) + (xy 43.408 110.974951) (xy 43.408004 110.974951) (xy 43.18 110.955004) (xy 42.951997 110.974951) + (xy 42.730931 111.034186) (xy 42.730926 111.034188) (xy 42.5235 111.130913) (xy 42.452109 111.1809) + (xy 43.139209 111.868) (xy 43.127339 111.868) (xy 43.025606 111.895259) (xy 42.934394 111.94792) + (xy 42.85992 112.022394) (xy 42.807259 112.113606) (xy 42.78 112.215339) (xy 42.78 112.227209) (xy 42.0929 111.540109) + (xy 42.042913 111.6115) (xy 41.946188 111.818926) (xy 41.946186 111.818931) (xy 41.886951 112.039997) + (xy 41.867004 112.268) (xy 25.4605 112.268) (xy 25.4605 110.048649) (xy 51.9315 110.048649) (xy 51.938009 110.109196) + (xy 51.938011 110.109204) (xy 51.98911 110.246202) (xy 51.989112 110.246207) (xy 52.076738 110.363261) + (xy 52.193792 110.450887) (xy 52.193794 110.450888) (xy 52.193796 110.450889) (xy 52.245243 110.470078) + (xy 52.330795 110.501988) (xy 52.330803 110.50199) (xy 52.39135 110.508499) (xy 52.391355 110.508499) + (xy 52.391362 110.5085) (xy 52.5805 110.5085) (xy 52.648621 110.528502) (xy 52.695114 110.582158) + (xy 52.7065 110.6345) (xy 52.7065 111.048606) (xy 52.686498 111.116727) (xy 52.652771 111.151819) + (xy 52.495703 111.261799) (xy 52.495697 111.261804) (xy 52.333804 111.423697) (xy 52.333799 111.423703) + (xy 52.202477 111.61125) (xy 52.105717 111.818753) (xy 52.105715 111.818759) (xy 52.051151 112.022394) + (xy 52.046457 112.039913) (xy 52.026502 112.268) (xy 52.046457 112.496087) (xy 52.105716 112.717243) + (xy 52.202477 112.924749) (xy 52.333802 113.1123) (xy 52.4957 113.274198) (xy 52.683251 113.405523) + (xy 52.890757 113.502284) (xy 53.111913 113.561543) (xy 53.34 113.581498) (xy 53.568087 113.561543) + (xy 53.789243 113.502284) (xy 53.996749 113.405523) (xy 54.1843 113.274198) (xy 54.346198 113.1123) + (xy 54.477523 112.924749) (xy 54.574284 112.717243) (xy 54.633543 112.496087) (xy 54.653498 112.268) + (xy 54.633543 112.039913) (xy 54.574284 111.818757) (xy 54.477523 111.611251) (xy 54.346198 111.4237) + (xy 54.1843 111.261802) (xy 54.184296 111.261799) (xy 54.027229 111.151819) (xy 53.982901 111.096362) + (xy 53.9735 111.048606) (xy 53.9735 110.6345) (xy 53.993502 110.566379) (xy 54.047158 110.519886) + (xy 54.0995 110.5085) (xy 54.288632 110.5085) (xy 54.288638 110.5085) (xy 54.288645 110.508499) + (xy 54.288649 110.508499) (xy 54.349196 110.50199) (xy 54.349199 110.501989) (xy 54.349201 110.501989) + (xy 54.486204 110.450889) (xy 54.603261 110.363261) (xy 54.690889 110.246204) (xy 54.704828 110.208832) + (xy 54.747372 110.151999) (xy 54.813891 110.127187) (xy 54.883266 110.142278) (xy 54.900273 110.153434) + (xy 54.971452 110.208835) (xy 55.066983 110.28319) (xy 55.272273 110.394287) (xy 55.493049 110.47008) + (xy 55.723288 110.5085) (xy 55.723292 110.5085) (xy 55.956708 110.5085) (xy 55.956712 110.5085) + (xy 56.186951 110.47008) (xy 56.407727 110.394287) (xy 56.613017 110.28319) (xy 56.79722 110.139818) + (xy 56.955314 109.968083) (xy 56.984517 109.923383) (xy 57.038519 109.877296) (xy 57.108867 109.86772) + (xy 57.173225 109.897696) (xy 57.195481 109.923382) (xy 57.224686 109.968083) (xy 57.224687 109.968084) + (xy 57.382774 110.139813) (xy 57.382778 110.139817) (xy 57.44865 110.191087) (xy 57.566983 110.28319) + (xy 57.772273 110.394287) (xy 57.993049 110.47008) (xy 58.223288 110.5085) (xy 58.223292 110.5085) + (xy 58.456708 110.5085) (xy 58.456712 110.5085) (xy 58.686951 110.47008) (xy 58.907727 110.394287) + (xy 59.113017 110.28319) (xy 59.29722 110.139818) (xy 59.325403 110.109204) (xy 59.455314 109.968083) + (xy 59.582984 109.772669) (xy 59.676749 109.558907) (xy 59.734051 109.332626) (xy 59.753327 109.1) + (xy 59.734051 108.867374) (xy 59.676749 108.641093) (xy 59.582984 108.427331) (xy 59.484517 108.276615) + (xy 59.455314 108.231916) (xy 59.297225 108.060186) (xy 59.297221 108.060182) (xy 59.188952 107.975913) + (xy 59.113017 107.91681) (xy 58.907727 107.805713) (xy 58.907724 107.805712) (xy 58.907723 107.805711) + (xy 58.686955 107.729921) (xy 58.686948 107.729919) (xy 58.588411 107.713476) (xy 58.456712 107.6915) + (xy 58.223288 107.6915) (xy 58.108066 107.710727) (xy 57.993051 107.729919) (xy 57.993044 107.729921) + (xy 57.772276 107.805711) (xy 57.772273 107.805713) (xy 57.566985 107.916809) (xy 57.566983 107.91681) + (xy 57.382778 108.060182) (xy 57.382774 108.060186) (xy 57.224685 108.231916) (xy 57.195483 108.276615) + (xy 57.14148 108.322704) (xy 57.071132 108.332279) (xy 57.006774 108.302302) (xy 56.984517 108.276615) + (xy 56.955314 108.231916) (xy 56.797225 108.060186) (xy 56.797221 108.060182) (xy 56.688952 107.975913) + (xy 56.613017 107.91681) (xy 56.407727 107.805713) (xy 56.407724 107.805712) (xy 56.407723 107.805711) + (xy 56.186955 107.729921) (xy 56.186948 107.729919) (xy 56.088411 107.713476) (xy 55.956712 107.6915) + (xy 55.723288 107.6915) (xy 55.608066 107.710727) (xy 55.493051 107.729919) (xy 55.493044 107.729921) + (xy 55.272276 107.805711) (xy 55.272273 107.805713) (xy 55.066983 107.91681) (xy 55.019463 107.953797) + (xy 54.900274 108.046566) (xy 54.834232 108.072622) (xy 54.764586 108.058837) (xy 54.71345 108.009587) + (xy 54.704828 107.991167) (xy 54.690889 107.953796) (xy 54.690887 107.953792) (xy 54.603261 107.836738) + (xy 54.486207 107.749112) (xy 54.486202 107.74911) (xy 54.349204 107.698011) (xy 54.349196 107.698009) + (xy 54.288649 107.6915) (xy 54.288638 107.6915) (xy 52.391362 107.6915) (xy 52.39135 107.6915) (xy 52.330803 107.698009) + (xy 52.330795 107.698011) (xy 52.193797 107.74911) (xy 52.193792 107.749112) (xy 52.076738 107.836738) + (xy 51.989112 107.953792) (xy 51.98911 107.953797) (xy 51.938011 108.090795) (xy 51.938009 108.090803) + (xy 51.9315 108.15135) (xy 51.9315 110.048649) (xy 25.4605 110.048649) (xy 25.4605 108.204) (xy 30.436502 108.204) + (xy 30.456457 108.432086) (xy 30.515715 108.65324) (xy 30.515717 108.653246) (xy 30.581492 108.794302) + (xy 30.612477 108.860749) (xy 30.743802 109.0483) (xy 30.9057 109.210198) (xy 31.093251 109.341523) + (xy 31.300757 109.438284) (xy 31.521913 109.497543) (xy 31.75 109.517498) (xy 31.978087 109.497543) + (xy 32.199243 109.438284) (xy 32.406749 109.341523) (xy 32.5943 109.210198) (xy 32.756198 109.0483) + (xy 32.887523 108.860749) (xy 32.984284 108.653243) (xy 33.043543 108.432087) (xy 33.063498 108.204) + (xy 40.596502 108.204) (xy 40.616457 108.432086) (xy 40.675715 108.65324) (xy 40.675717 108.653246) + (xy 40.741492 108.794302) (xy 40.772477 108.860749) (xy 40.903802 109.0483) (xy 41.0657 109.210198) + (xy 41.253251 109.341523) (xy 41.460757 109.438284) (xy 41.681913 109.497543) (xy 41.91 109.517498) + (xy 42.138087 109.497543) (xy 42.359243 109.438284) (xy 42.566749 109.341523) (xy 42.7543 109.210198) + (xy 42.916198 109.0483) (xy 43.047523 108.860749) (xy 43.144284 108.653243) (xy 43.203543 108.432087) + (xy 43.223498 108.204) (xy 43.203543 107.975913) (xy 43.1966 107.95) (xy 45.168502 107.95) (xy 45.188457 108.178087) + (xy 45.195949 108.206048) (xy 45.247715 108.39924) (xy 45.247717 108.399246) (xy 45.344477 108.606749) + (xy 45.377032 108.653243) (xy 45.475802 108.7943) (xy 45.6377 108.956198) (xy 45.825251 109.087523) + (xy 46.032757 109.184284) (xy 46.253913 109.243543) (xy 46.482 109.263498) (xy 46.710087 109.243543) + (xy 46.931243 109.184284) (xy 47.138749 109.087523) (xy 47.3263 108.956198) (xy 47.488198 108.7943) + (xy 47.619523 108.606749) (xy 47.716284 108.399243) (xy 47.775543 108.178087) (xy 47.795498 107.95) + (xy 47.775543 107.721913) (xy 47.716284 107.500757) (xy 47.619523 107.293251) (xy 47.488198 107.1057) + (xy 47.3263 106.943802) (xy 47.138749 106.812477) (xy 46.931246 106.715717) (xy 46.93124 106.715715) + (xy 46.79795 106.68) (xy 46.710087 106.656457) (xy 46.482 106.636502) (xy 46.253913 106.656457) + (xy 46.032759 106.715715) (xy 46.032753 106.715717) (xy 45.82525 106.812477) (xy 45.637703 106.943799) + (xy 45.637697 106.943804) (xy 45.475804 107.105697) (xy 45.475799 107.105703) (xy 45.344477 107.29325) + (xy 45.247717 107.500753) (xy 45.247715 107.500759) (xy 45.243291 107.51727) (xy 45.188457 107.721913) + (xy 45.168502 107.95) (xy 43.1966 107.95) (xy 43.144284 107.754757) (xy 43.047523 107.547251) (xy 42.916198 107.3597) + (xy 42.7543 107.197802) (xy 42.566749 107.066477) (xy 42.359246 106.969717) (xy 42.35924 106.969715) + (xy 42.26252 106.943799) (xy 42.138087 106.910457) (xy 41.91 106.890502) (xy 41.681913 106.910457) + (xy 41.460759 106.969715) (xy 41.460753 106.969717) (xy 41.25325 107.066477) (xy 41.065703 107.197799) + (xy 41.065697 107.197804) (xy 40.903804 107.359697) (xy 40.903799 107.359703) (xy 40.772477 107.54725) + (xy 40.675717 107.754753) (xy 40.675715 107.754759) (xy 40.616457 107.975913) (xy 40.596502 108.204) + (xy 33.063498 108.204) (xy 33.043543 107.975913) (xy 32.984284 107.754757) (xy 32.887523 107.547251) + (xy 32.756198 107.3597) (xy 32.5943 107.197802) (xy 32.406749 107.066477) (xy 32.199246 106.969717) + (xy 32.19924 106.969715) (xy 32.10252 106.943799) (xy 31.978087 106.910457) (xy 31.75 106.890502) + (xy 31.521913 106.910457) (xy 31.300759 106.969715) (xy 31.300753 106.969717) (xy 31.09325 107.066477) + (xy 30.905703 107.197799) (xy 30.905697 107.197804) (xy 30.743804 107.359697) (xy 30.743799 107.359703) + (xy 30.612477 107.54725) (xy 30.515717 107.754753) (xy 30.515715 107.754759) (xy 30.456457 107.975913) + (xy 30.436502 108.204) (xy 25.4605 108.204) (xy 25.4605 106.68) (xy 26.068844 106.68) (xy 26.071803 106.715715) + (xy 26.087437 106.904375) (xy 26.142702 107.122612) (xy 26.142703 107.122613) (xy 26.142704 107.122616) + (xy 26.217551 107.293251) (xy 26.233141 107.328793) (xy 26.356275 107.517265) (xy 26.356279 107.51727) + (xy 26.508762 107.682908) (xy 26.558876 107.721913) (xy 26.686424 107.821189) (xy 26.884426 107.928342) + (xy 26.884427 107.928342) (xy 26.884428 107.928343) (xy 26.958559 107.953792) (xy 27.097365 108.001444) + (xy 27.319431 108.0385) (xy 27.319435 108.0385) (xy 27.544565 108.0385) (xy 27.544569 108.0385) + (xy 27.766635 108.001444) (xy 27.979574 107.928342) (xy 28.177576 107.821189) (xy 28.35524 107.682906) + (xy 28.507722 107.517268) (xy 28.63086 107.328791) (xy 28.721296 107.122616) (xy 28.776564 106.904368) + (xy 28.795156 106.68) (xy 28.776564 106.455632) (xy 28.721296 106.237384) (xy 28.63086 106.031209) + (xy 28.62414 106.020924) (xy 28.507724 105.842734) (xy 28.50772 105.842729) (xy 28.355237 105.677091) + (xy 28.273382 105.613381) (xy 28.177576 105.538811) (xy 28.144319 105.520813) (xy 28.093929 105.470802) + (xy 28.078576 105.401485) (xy 28.103136 105.334872) (xy 28.14432 105.299186) (xy 28.177576 105.281189) + (xy 28.35524 105.142906) (xy 28.507722 104.977268) (xy 28.63086 104.788791) (xy 28.721296 104.582616) + (xy 28.776564 104.364368) (xy 28.795156 104.14) (xy 28.776564 103.915632) (xy 28.729176 103.7285) + (xy 28.721297 103.697387) (xy 28.721296 103.697386) (xy 28.721296 103.697384) (xy 28.692616 103.632) + (xy 30.436502 103.632) (xy 30.456457 103.860086) (xy 30.515715 104.08124) (xy 30.515717 104.081246) + (xy 30.612477 104.288749) (xy 30.743802 104.4763) (xy 30.9057 104.638198) (xy 31.093251 104.769523) + (xy 31.300757 104.866284) (xy 31.521913 104.925543) (xy 31.75 104.945498) (xy 31.978087 104.925543) + (xy 32.199243 104.866284) (xy 32.406749 104.769523) (xy 32.5943 104.638198) (xy 32.756198 104.4763) + (xy 32.887523 104.288749) (xy 32.984284 104.081243) (xy 33.043543 103.860087) (xy 33.063498 103.632) + (xy 40.596502 103.632) (xy 40.616457 103.860086) (xy 40.675715 104.08124) (xy 40.675717 104.081246) + (xy 40.772477 104.288749) (xy 40.903802 104.4763) (xy 41.0657 104.638198) (xy 41.253251 104.769523) + (xy 41.460757 104.866284) (xy 41.681913 104.925543) (xy 41.91 104.945498) (xy 42.138087 104.925543) + (xy 42.359243 104.866284) (xy 42.566749 104.769523) (xy 42.7543 104.638198) (xy 42.916198 104.4763) + (xy 43.047523 104.288749) (xy 43.144284 104.081243) (xy 43.203543 103.860087) (xy 43.223498 103.632) + (xy 43.203543 103.403913) (xy 43.144284 103.182757) (xy 43.047523 102.975251) (xy 42.916198 102.7877) + (xy 42.7543 102.625802) (xy 42.566749 102.494477) (xy 42.496881 102.461897) (xy 42.359246 102.397717) + (xy 42.35924 102.397715) (xy 42.265771 102.37267) (xy 42.138087 102.338457) (xy 41.91 102.318502) + (xy 41.681913 102.338457) (xy 41.460759 102.397715) (xy 41.460753 102.397717) (xy 41.25325 102.494477) + (xy 41.065703 102.625799) (xy 41.065697 102.625804) (xy 40.903804 102.787697) (xy 40.903799 102.787703) + (xy 40.772477 102.97525) (xy 40.675717 103.182753) (xy 40.675715 103.182759) (xy 40.616457 103.403913) + (xy 40.596502 103.632) (xy 33.063498 103.632) (xy 33.043543 103.403913) (xy 32.984284 103.182757) + (xy 32.887523 102.975251) (xy 32.756198 102.7877) (xy 32.5943 102.625802) (xy 32.406749 102.494477) + (xy 32.336881 102.461897) (xy 32.199246 102.397717) (xy 32.19924 102.397715) (xy 32.105771 102.37267) + (xy 31.978087 102.338457) (xy 31.75 102.318502) (xy 31.521913 102.338457) (xy 31.300759 102.397715) + (xy 31.300753 102.397717) (xy 31.09325 102.494477) (xy 30.905703 102.625799) (xy 30.905697 102.625804) + (xy 30.743804 102.787697) (xy 30.743799 102.787703) (xy 30.612477 102.97525) (xy 30.515717 103.182753) + (xy 30.515715 103.182759) (xy 30.456457 103.403913) (xy 30.436502 103.632) (xy 28.692616 103.632) + (xy 28.63086 103.491209) (xy 28.573827 103.403913) (xy 28.507724 103.302734) (xy 28.50772 103.302729) + (xy 28.355237 103.137091) (xy 28.273382 103.073381) (xy 28.177576 102.998811) (xy 28.144319 102.980813) + (xy 28.093929 102.930802) (xy 28.078576 102.861485) (xy 28.103136 102.794872) (xy 28.14432 102.759186) + (xy 28.177576 102.741189) (xy 28.35524 102.602906) (xy 28.507722 102.437268) (xy 28.63086 102.248791) + (xy 28.721296 102.042616) (xy 28.736527 101.98247) (xy 49.1715 101.98247) (xy 49.203469 102.2253) + (xy 49.20347 102.225306) (xy 49.203471 102.225308) (xy 49.266865 102.461898) (xy 49.360598 102.68819) + (xy 49.360599 102.688191) (xy 49.360604 102.688201) (xy 49.483063 102.900306) (xy 49.632173 103.094631) + (xy 49.632182 103.094641) (xy 49.805358 103.267817) (xy 49.805368 103.267826) (xy 49.805369 103.267827) + (xy 49.850858 103.302732) (xy 49.999693 103.416936) (xy 50.166986 103.513523) (xy 50.21181 103.539402) + (xy 50.438102 103.633135) (xy 50.674692 103.696529) (xy 50.674698 103.696529) (xy 50.674699 103.69653) + (xy 50.681186 103.697384) (xy 50.917532 103.7285) (xy 50.917539 103.7285) (xy 51.162461 103.7285) + (xy 51.162468 103.7285) (xy 51.405308 103.696529) (xy 51.641898 103.633135) (xy 51.86819 103.539402) + (xy 52.08031 103.416934) (xy 52.274631 103.267827) (xy 52.447827 103.094631) (xy 52.596934 102.90031) + (xy 52.719402 102.68819) (xy 52.813135 102.461898) (xy 52.876529 102.225308) (xy 52.9085 101.98247) + (xy 58.7715 101.98247) (xy 58.803469 102.2253) (xy 58.80347 102.225306) (xy 58.803471 102.225308) + (xy 58.866865 102.461898) (xy 58.960598 102.68819) (xy 58.960599 102.688191) (xy 58.960604 102.688201) + (xy 59.083063 102.900306) (xy 59.232173 103.094631) (xy 59.232182 103.094641) (xy 59.405358 103.267817) + (xy 59.405368 103.267826) (xy 59.405369 103.267827) (xy 59.450858 103.302732) (xy 59.599693 103.416936) + (xy 59.766986 103.513523) (xy 59.81181 103.539402) (xy 60.038102 103.633135) (xy 60.274692 103.696529) + (xy 60.274698 103.696529) (xy 60.274699 103.69653) (xy 60.281186 103.697384) (xy 60.517532 103.7285) + (xy 60.517539 103.7285) (xy 60.762461 103.7285) (xy 60.762468 103.7285) (xy 61.005308 103.696529) + (xy 61.241898 103.633135) (xy 61.46819 103.539402) (xy 61.68031 103.416934) (xy 61.874631 103.267827) + (xy 62.047827 103.094631) (xy 62.196934 102.90031) (xy 62.319402 102.68819) (xy 62.413135 102.461898) + (xy 62.476529 102.225308) (xy 62.5085 101.982468) (xy 62.5085 101.217532) (xy 62.476529 100.974692) + (xy 62.413135 100.738102) (xy 62.319402 100.51181) (xy 62.278412 100.440814) (xy 62.196936 100.299693) + (xy 62.047826 100.105368) (xy 62.047817 100.105358) (xy 61.874641 99.932182) (xy 61.874631 99.932173) + (xy 61.680306 99.783063) (xy 61.468201 99.660604) (xy 61.468196 99.660601) (xy 61.46819 99.660598) + (xy 61.241898 99.566865) (xy 61.005308 99.503471) (xy 61.005306 99.50347) (xy 61.0053 99.503469) + (xy 60.76247 99.4715) (xy 60.762468 99.4715) (xy 60.517532 99.4715) (xy 60.517529 99.4715) (xy 60.274699 99.503469) + (xy 60.038102 99.566865) (xy 59.811808 99.660599) (xy 59.811798 99.660604) (xy 59.599693 99.783063) + (xy 59.405368 99.932173) (xy 59.405358 99.932182) (xy 59.232182 100.105358) (xy 59.232173 100.105368) + (xy 59.083063 100.299693) (xy 58.960604 100.511798) (xy 58.960599 100.511808) (xy 58.866865 100.738102) + (xy 58.803469 100.974699) (xy 58.7715 101.217529) (xy 58.7715 101.98247) (xy 52.9085 101.98247) + (xy 52.9085 101.982468) (xy 52.9085 101.217532) (xy 52.876529 100.974692) (xy 52.813135 100.738102) + (xy 52.719402 100.51181) (xy 52.678412 100.440814) (xy 52.596936 100.299693) (xy 52.447826 100.105368) + (xy 52.447817 100.105358) (xy 52.274641 99.932182) (xy 52.274631 99.932173) (xy 52.080306 99.783063) + (xy 51.868201 99.660604) (xy 51.868196 99.660601) (xy 51.86819 99.660598) (xy 51.641898 99.566865) + (xy 51.405308 99.503471) (xy 51.405306 99.50347) (xy 51.4053 99.503469) (xy 51.16247 99.4715) (xy 51.162468 99.4715) + (xy 50.917532 99.4715) (xy 50.917529 99.4715) (xy 50.674699 99.503469) (xy 50.438102 99.566865) + (xy 50.211808 99.660599) (xy 50.211798 99.660604) (xy 49.999693 99.783063) (xy 49.805368 99.932173) + (xy 49.805358 99.932182) (xy 49.632182 100.105358) (xy 49.632173 100.105368) (xy 49.483063 100.299693) + (xy 49.360604 100.511798) (xy 49.360599 100.511808) (xy 49.266865 100.738102) (xy 49.203469 100.974699) + (xy 49.1715 101.217529) (xy 49.1715 101.98247) (xy 28.736527 101.98247) (xy 28.776564 101.824368) + (xy 28.795156 101.6) (xy 28.776564 101.375632) (xy 28.776562 101.375624) (xy 28.721297 101.157387) + (xy 28.721296 101.157386) (xy 28.721296 101.157384) (xy 28.63086 100.951209) (xy 28.62414 100.940924) + (xy 28.507724 100.762734) (xy 28.50772 100.762729) (xy 28.355237 100.597091) (xy 28.245668 100.51181) + (xy 28.177576 100.458811) (xy 28.144319 100.440813) (xy 28.093929 100.390802) (xy 28.078576 100.321485) + (xy 28.103136 100.254872) (xy 28.14432 100.219186) (xy 28.177576 100.201189) (xy 28.35524 100.062906) + (xy 28.507722 99.897268) (xy 28.63086 99.708791) (xy 28.721296 99.502616) (xy 28.776564 99.284368) + (xy 28.795156 99.06) (xy 30.436502 99.06) (xy 30.440307 99.103497) (xy 30.456457 99.288086) (xy 30.515715 99.50924) + (xy 30.515717 99.509246) (xy 30.612477 99.716749) (xy 30.738879 99.89727) (xy 30.743802 99.9043) + (xy 30.9057 100.066198) (xy 31.093251 100.197523) (xy 31.300757 100.294284) (xy 31.521913 100.353543) + (xy 31.75 100.373498) (xy 31.978087 100.353543) (xy 32.199243 100.294284) (xy 32.406749 100.197523) + (xy 32.5943 100.066198) (xy 32.756198 99.9043) (xy 32.887523 99.716749) (xy 32.984284 99.509243) + (xy 33.043543 99.288087) (xy 33.063498 99.06) (xy 40.596502 99.06) (xy 40.600307 99.103497) (xy 40.616457 99.288086) + (xy 40.675715 99.50924) (xy 40.675717 99.509246) (xy 40.772477 99.716749) (xy 40.898879 99.89727) + (xy 40.903802 99.9043) (xy 41.0657 100.066198) (xy 41.253251 100.197523) (xy 41.460757 100.294284) + (xy 41.681913 100.353543) (xy 41.91 100.373498) (xy 42.138087 100.353543) (xy 42.359243 100.294284) + (xy 42.566749 100.197523) (xy 42.7543 100.066198) (xy 42.916198 99.9043) (xy 43.047523 99.716749) + (xy 43.144284 99.509243) (xy 43.203543 99.288087) (xy 43.223498 99.06) (xy 43.203543 98.831913) + (xy 43.144284 98.610757) (xy 43.047523 98.403251) (xy 42.916198 98.2157) (xy 42.7543 98.053802) + (xy 42.703292 98.018086) (xy 42.566749 97.922477) (xy 42.359246 97.825717) (xy 42.35924 97.825715) + (xy 42.22595 97.79) (xy 45.168502 97.79) (xy 45.188457 98.018087) (xy 45.198908 98.057091) (xy 45.247715 98.23924) + (xy 45.247717 98.239246) (xy 45.344477 98.446749) (xy 45.463958 98.617386) (xy 45.475802 98.6343) + (xy 45.6377 98.796198) (xy 45.825251 98.927523) (xy 46.032757 99.024284) (xy 46.253913 99.083543) + (xy 46.482 99.103498) (xy 46.710087 99.083543) (xy 46.931243 99.024284) (xy 47.138749 98.927523) + (xy 47.3263 98.796198) (xy 47.488198 98.6343) (xy 47.619523 98.446749) (xy 47.716284 98.239243) + (xy 47.775543 98.018087) (xy 47.795498 97.79) (xy 47.775543 97.561913) (xy 47.716284 97.340757) + (xy 47.619523 97.133251) (xy 47.488198 96.9457) (xy 47.3263 96.783802) (xy 47.138749 96.652477) + (xy 46.931246 96.555717) (xy 46.93124 96.555715) (xy 46.79795 96.52) (xy 46.710087 96.496457) (xy 46.482 96.476502) + (xy 46.253913 96.496457) (xy 46.032759 96.555715) (xy 46.032753 96.555717) (xy 45.82525 96.652477) + (xy 45.637703 96.783799) (xy 45.637697 96.783804) (xy 45.475804 96.945697) (xy 45.475799 96.945703) + (xy 45.344477 97.13325) (xy 45.247717 97.340753) (xy 45.247715 97.340759) (xy 45.243291 97.35727) + (xy 45.188457 97.561913) (xy 45.168502 97.79) (xy 42.22595 97.79) (xy 42.138087 97.766457) (xy 41.91 97.746502) + (xy 41.681913 97.766457) (xy 41.460759 97.825715) (xy 41.460753 97.825717) (xy 41.25325 97.922477) + (xy 41.065703 98.053799) (xy 41.065697 98.053804) (xy 40.903804 98.215697) (xy 40.903799 98.215703) + (xy 40.772477 98.40325) (xy 40.675717 98.610753) (xy 40.675715 98.610759) (xy 40.669407 98.634302) + (xy 40.616457 98.831913) (xy 40.596502 99.06) (xy 33.063498 99.06) (xy 33.043543 98.831913) (xy 32.984284 98.610757) + (xy 32.887523 98.403251) (xy 32.756198 98.2157) (xy 32.5943 98.053802) (xy 32.543292 98.018086) + (xy 32.406749 97.922477) (xy 32.199246 97.825717) (xy 32.19924 97.825715) (xy 32.06595 97.79) (xy 31.978087 97.766457) + (xy 31.75 97.746502) (xy 31.521913 97.766457) (xy 31.300759 97.825715) (xy 31.300753 97.825717) + (xy 31.09325 97.922477) (xy 30.905703 98.053799) (xy 30.905697 98.053804) (xy 30.743804 98.215697) + (xy 30.743799 98.215703) (xy 30.612477 98.40325) (xy 30.515717 98.610753) (xy 30.515715 98.610759) + (xy 30.509407 98.634302) (xy 30.456457 98.831913) (xy 30.436502 99.06) (xy 28.795156 99.06) (xy 28.776564 98.835632) + (xy 28.775622 98.831913) (xy 28.721297 98.617387) (xy 28.721296 98.617386) (xy 28.721296 98.617384) + (xy 28.63086 98.411209) (xy 28.62414 98.400924) (xy 28.507724 98.222734) (xy 28.50772 98.222729) + (xy 28.355237 98.057091) (xy 28.273382 97.993381) (xy 28.177576 97.918811) (xy 28.144319 97.900813) + (xy 28.093929 97.850802) (xy 28.078576 97.781485) (xy 28.103136 97.714872) (xy 28.14432 97.679186) + (xy 28.177576 97.661189) (xy 28.35524 97.522906) (xy 28.507722 97.357268) (xy 28.63086 97.168791) + (xy 28.721296 96.962616) (xy 28.776564 96.744368) (xy 28.795156 96.52) (xy 28.776564 96.295632) + (xy 28.721296 96.077384) (xy 28.63086 95.871209) (xy 28.62414 95.860924) (xy 28.507724 95.682734) + (xy 28.50772 95.682729) (xy 28.355237 95.517091) (xy 28.273382 95.453381) (xy 28.177576 95.378811) + (xy 28.144319 95.360813) (xy 28.093929 95.310802) (xy 28.078576 95.241485) (xy 28.103136 95.174872) + (xy 28.14432 95.139186) (xy 28.152981 95.134499) (xy 28.177576 95.121189) (xy 28.35524 94.982906) + (xy 28.507722 94.817268) (xy 28.6009 94.674649) (xy 48.2335 94.674649) (xy 48.240009 94.735196) + (xy 48.240011 94.735204) (xy 48.29111 94.872202) (xy 48.291112 94.872207) (xy 48.378738 94.989261) + (xy 48.495792 95.076887) (xy 48.495794 95.076888) (xy 48.495796 95.076889) (xy 48.554875 95.098924) + (xy 48.632795 95.127988) (xy 48.632803 95.12799) (xy 48.69335 95.134499) (xy 48.693355 95.134499) + (xy 48.693362 95.1345) (xy 48.693368 95.1345) (xy 50.390632 95.1345) (xy 50.390638 95.1345) (xy 50.390645 95.134499) + (xy 50.390649 95.134499) (xy 50.451196 95.12799) (xy 50.451199 95.127989) (xy 50.451201 95.127989) + (xy 50.588204 95.076889) (xy 50.610389 95.060282) (xy 50.705261 94.989261) (xy 50.792887 94.872207) + (xy 50.792887 94.872206) (xy 50.792889 94.872204) (xy 50.843989 94.735201) (xy 50.8505 94.674638) + (xy 50.8505 93.826) (xy 55.848502 93.826) (xy 55.868457 94.054087) (xy 55.927716 94.275243) (xy 56.024477 94.482749) + (xy 56.155802 94.6703) (xy 56.3177 94.832198) (xy 56.505251 94.963523) (xy 56.712757 95.060284) + (xy 56.933913 95.119543) (xy 57.162 95.139498) (xy 57.390087 95.119543) (xy 57.611243 95.060284) + (xy 57.818749 94.963523) (xy 58.0063 94.832198) (xy 58.168198 94.6703) (xy 58.299523 94.482749) + (xy 58.396284 94.275243) (xy 58.455543 94.054087) (xy 58.475498 93.826) (xy 58.455543 93.597913) + (xy 58.396284 93.376757) (xy 58.299523 93.169251) (xy 58.168198 92.9817) (xy 58.0063 92.819802) + (xy 57.818749 92.688477) (xy 57.818459 92.688342) (xy 57.611246 92.591717) (xy 57.61124 92.591715) + (xy 57.517771 92.56667) (xy 57.390087 92.532457) (xy 57.162 92.512502) (xy 56.933913 92.532457) + (xy 56.712759 92.591715) (xy 56.712753 92.591717) (xy 56.50525 92.688477) (xy 56.317703 92.819799) + (xy 56.317697 92.819804) (xy 56.155804 92.981697) (xy 56.155799 92.981703) (xy 56.024477 93.16925) + (xy 55.927717 93.376753) (xy 55.927716 93.376757) (xy 55.868457 93.597913) (xy 55.848502 93.826) + (xy 50.8505 93.826) (xy 50.8505 92.977362) (xy 50.850471 92.977091) (xy 50.84399 92.916803) (xy 50.843988 92.916795) + (xy 50.807811 92.819804) (xy 50.792889 92.779796) (xy 50.792888 92.779794) (xy 50.792887 92.779792) + (xy 50.705261 92.662738) (xy 50.588207 92.575112) (xy 50.588202 92.57511) (xy 50.451204 92.524011) + (xy 50.451196 92.524009) (xy 50.390649 92.5175) (xy 50.390638 92.5175) (xy 48.693362 92.5175) (xy 48.69335 92.5175) + (xy 48.632803 92.524009) (xy 48.632795 92.524011) (xy 48.495797 92.57511) (xy 48.495792 92.575112) + (xy 48.378738 92.662738) (xy 48.291112 92.779792) (xy 48.29111 92.779797) (xy 48.240011 92.916795) + (xy 48.240009 92.916803) (xy 48.2335 92.97735) (xy 48.2335 94.674649) (xy 28.6009 94.674649) (xy 28.63086 94.628791) + (xy 28.721296 94.422616) (xy 28.776564 94.204368) (xy 28.795156 93.98) (xy 28.776564 93.755632) + (xy 28.721296 93.537384) (xy 28.63086 93.331209) (xy 28.525048 93.169251) (xy 28.507724 93.142734) + (xy 28.50772 93.142729) (xy 28.355491 92.977367) (xy 28.35524 92.977094) (xy 28.355239 92.977093) + (xy 28.355237 92.977091) (xy 28.273382 92.913381) (xy 28.177576 92.838811) (xy 28.144319 92.820813) + (xy 28.093929 92.770802) (xy 28.078576 92.701485) (xy 28.103136 92.634872) (xy 28.14432 92.599186) + (xy 28.177576 92.581189) (xy 28.35524 92.442906) (xy 28.507722 92.277268) (xy 28.63086 92.088791) + (xy 28.721296 91.882616) (xy 28.776564 91.664368) (xy 28.795156 91.44) (xy 28.776564 91.215632) + (xy 28.721296 90.997384) (xy 28.63086 90.791209) (xy 28.556897 90.678) (xy 48.216502 90.678) (xy 48.236457 90.906087) + (xy 48.295716 91.127243) (xy 48.392477 91.334749) (xy 48.523802 91.5223) (xy 48.6857 91.684198) + (xy 48.873251 91.815523) (xy 49.080757 91.912284) (xy 49.301913 91.971543) (xy 49.53 91.991498) + (xy 49.758087 91.971543) (xy 49.979243 91.912284) (xy 50.186749 91.815523) (xy 50.3743 91.684198) + (xy 50.531849 91.526649) (xy 55.8415 91.526649) (xy 55.848009 91.587196) (xy 55.848011 91.587204) + (xy 55.89911 91.724202) (xy 55.899112 91.724207) (xy 55.986738 91.841261) (xy 56.103792 91.928887) + (xy 56.103794 91.928888) (xy 56.103796 91.928889) (xy 56.162875 91.950924) (xy 56.240795 91.979988) + (xy 56.240803 91.97999) (xy 56.30135 91.986499) (xy 56.301355 91.986499) (xy 56.301362 91.9865) + (xy 56.301368 91.9865) (xy 57.998632 91.9865) (xy 57.998638 91.9865) (xy 57.998645 91.986499) (xy 57.998649 91.986499) + (xy 58.059196 91.97999) (xy 58.059199 91.979989) (xy 58.059201 91.979989) (xy 58.196204 91.928889) + (xy 58.218389 91.912282) (xy 58.313261 91.841261) (xy 58.400887 91.724207) (xy 58.400887 91.724206) + (xy 58.400889 91.724204) (xy 58.451989 91.587201) (xy 58.4585 91.526638) (xy 58.4585 89.829362) + (xy 58.458499 89.82935) (xy 58.45199 89.768803) (xy 58.451988 89.768795) (xy 58.415811 89.671804) + (xy 58.400889 89.631796) (xy 58.400888 89.631794) (xy 58.400887 89.631792) (xy 58.313261 89.514738) + (xy 58.196207 89.427112) (xy 58.196202 89.42711) (xy 58.059204 89.376011) (xy 58.059196 89.376009) + (xy 57.998649 89.3695) (xy 57.998638 89.3695) (xy 56.301362 89.3695) (xy 56.30135 89.3695) (xy 56.240803 89.376009) + (xy 56.240795 89.376011) (xy 56.103797 89.42711) (xy 56.103792 89.427112) (xy 55.986738 89.514738) + (xy 55.899112 89.631792) (xy 55.89911 89.631797) (xy 55.848011 89.768795) (xy 55.848009 89.768803) + (xy 55.8415 89.82935) (xy 55.8415 91.526649) (xy 50.531849 91.526649) (xy 50.536198 91.5223) (xy 50.667523 91.334749) + (xy 50.764284 91.127243) (xy 50.823543 90.906087) (xy 50.843498 90.678) (xy 50.823543 90.449913) + (xy 50.764284 90.228757) (xy 50.667523 90.021251) (xy 50.536198 89.8337) (xy 50.3743 89.671802) + (xy 50.186749 89.540477) (xy 49.979246 89.443717) (xy 49.97924 89.443715) (xy 49.885771 89.41867) + (xy 49.758087 89.384457) (xy 49.53 89.364502) (xy 49.301913 89.384457) (xy 49.080759 89.443715) + (xy 49.080753 89.443717) (xy 48.87325 89.540477) (xy 48.685703 89.671799) (xy 48.685697 89.671804) + (xy 48.523804 89.833697) (xy 48.523799 89.833703) (xy 48.392477 90.02125) (xy 48.295717 90.228753) + (xy 48.295716 90.228757) (xy 48.236457 90.449913) (xy 48.216502 90.678) (xy 28.556897 90.678) (xy 28.507724 90.602734) + (xy 28.50772 90.602729) (xy 28.355237 90.437091) (xy 28.273382 90.373381) (xy 28.177576 90.298811) + (xy 28.144319 90.280813) (xy 28.093929 90.230802) (xy 28.078576 90.161485) (xy 28.103136 90.094872) + (xy 28.14432 90.059186) (xy 28.177576 90.041189) (xy 28.35524 89.902906) (xy 28.507722 89.737268) + (xy 28.63086 89.548791) (xy 28.721296 89.342616) (xy 28.776564 89.124368) (xy 28.795156 88.9) (xy 28.776564 88.675632) + (xy 28.721296 88.457384) (xy 28.63086 88.251209) (xy 28.62414 88.240924) (xy 28.507724 88.062734) + (xy 28.50772 88.062729) (xy 28.355237 87.897091) (xy 28.273382 87.833381) (xy 28.177576 87.758811) + (xy 28.144319 87.740813) (xy 28.093929 87.690802) (xy 28.078576 87.621485) (xy 28.103136 87.554872) + (xy 28.14432 87.519186) (xy 28.177576 87.501189) (xy 28.35524 87.362906) (xy 28.507722 87.197268) + (xy 28.63086 87.008791) (xy 28.721296 86.802616) (xy 28.776564 86.584368) (xy 28.795156 86.36) (xy 28.776564 86.135632) + (xy 28.737154 85.980004) (xy 53.81669 85.980004) (xy 53.835906 86.26094) (xy 53.835907 86.260946) + (xy 53.835908 86.260954) (xy 53.85649 86.36) (xy 53.893201 86.536667) (xy 53.893203 86.536674) (xy 53.987509 86.802025) + (xy 54.117068 87.052063) (xy 54.279467 87.28213) (xy 54.471681 87.487941) (xy 54.69013 87.665662) + (xy 54.930743 87.811982) (xy 55.18904 87.924176) (xy 55.324623 87.962165) (xy 55.460199 88.000152) + (xy 55.460207 88.000154) (xy 55.739181 88.038499) (xy 55.739195 88.0385) (xy 56.020805 88.0385) + (xy 56.020818 88.038499) (xy 56.258305 88.005856) (xy 56.299793 88.000154) (xy 56.57096 87.924176) + (xy 56.829257 87.811982) (xy 57.06987 87.665662) (xy 57.288319 87.487941) (xy 57.480533 87.28213) + (xy 57.642932 87.052063) (xy 57.772491 86.802025) (xy 57.866797 86.536674) (xy 57.924092 86.260954) + (xy 57.924093 86.26094) (xy 57.94331 85.980004) (xy 57.94331 85.979995) (xy 57.924093 85.699059) + (xy 57.924092 85.699053) (xy 57.924092 85.699046) (xy 57.866797 85.423326) (xy 57.772491 85.157975) + (xy 57.642932 84.907937) (xy 57.480533 84.67787) (xy 57.288319 84.472059) (xy 57.06987 84.294338) + (xy 56.829257 84.148018) (xy 56.829258 84.148018) (xy 56.829254 84.148016) (xy 56.570961 84.035824) + (xy 56.570951 84.035821) (xy 56.2998 83.959847) (xy 56.299792 83.959845) (xy 56.020818 83.9215) + (xy 56.020805 83.9215) (xy 55.739195 83.9215) (xy 55.739181 83.9215) (xy 55.460207 83.959845) (xy 55.460199 83.959847) + (xy 55.189048 84.035821) (xy 55.189038 84.035824) (xy 54.930745 84.148016) (xy 54.690127 84.29434) + (xy 54.500809 84.448361) (xy 54.471681 84.472059) (xy 54.279467 84.67787) (xy 54.17709 84.822906) + (xy 54.117069 84.907936) (xy 54.117068 84.907937) (xy 53.987509 85.157974) (xy 53.893203 85.423324) + (xy 53.893201 85.423332) (xy 53.835907 85.699053) (xy 53.835906 85.699059) (xy 53.81669 85.979995) + (xy 53.81669 85.980004) (xy 28.737154 85.980004) (xy 28.721296 85.917384) (xy 28.63086 85.711209) + (xy 28.622914 85.699046) (xy 28.507724 85.522734) (xy 28.50772 85.522729) (xy 28.355237 85.357091) + (xy 28.273382 85.293381) (xy 28.177576 85.218811) (xy 28.144319 85.200813) (xy 28.093929 85.150802) + (xy 28.078576 85.081485) (xy 28.103136 85.014872) (xy 28.14432 84.979186) (xy 28.177576 84.961189) + (xy 28.35524 84.822906) (xy 28.507722 84.657268) (xy 28.63086 84.468791) (xy 28.721296 84.262616) + (xy 28.776564 84.044368) (xy 28.795156 83.82) (xy 28.776564 83.595632) (xy 28.721296 83.377384) + (xy 28.63086 83.171209) (xy 28.592165 83.111982) (xy 28.507724 82.982734) (xy 28.50772 82.982729) + (xy 28.355237 82.817091) (xy 28.273382 82.753381) (xy 28.177576 82.678811) (xy 28.144319 82.660813) + (xy 28.093929 82.610802) (xy 28.078576 82.541485) (xy 28.103136 82.474872) (xy 28.14432 82.439186) + (xy 28.177576 82.421189) (xy 28.35524 82.282906) (xy 28.507722 82.117268) (xy 28.63086 81.928791) + (xy 28.721296 81.722616) (xy 28.776564 81.504368) (xy 28.795156 81.280004) (xy 53.81669 81.280004) + (xy 53.835906 81.56094) (xy 53.835907 81.560946) (xy 53.835908 81.560954) (xy 53.867329 81.712163) + (xy 53.893201 81.836667) (xy 53.893203 81.836674) (xy 53.987509 82.102025) (xy 54.117068 82.352063) + (xy 54.279467 82.58213) (xy 54.471681 82.787941) (xy 54.69013 82.965662) (xy 54.930743 83.111982) + (xy 55.18904 83.224176) (xy 55.324623 83.262165) (xy 55.460199 83.300152) (xy 55.460207 83.300154) + (xy 55.739181 83.338499) (xy 55.739195 83.3385) (xy 56.020805 83.3385) (xy 56.020818 83.338499) + (xy 56.258305 83.305856) (xy 56.299793 83.300154) (xy 56.57096 83.224176) (xy 56.829257 83.111982) + (xy 57.06987 82.965662) (xy 57.288319 82.787941) (xy 57.480533 82.58213) (xy 57.642932 82.352063) + (xy 57.772491 82.102025) (xy 57.866797 81.836674) (xy 57.924092 81.560954) (xy 57.94331 81.28) (xy 57.924092 80.999046) + (xy 57.866797 80.723326) (xy 57.772491 80.457975) (xy 57.642932 80.207937) (xy 57.480533 79.97787) + (xy 57.288319 79.772059) (xy 57.06987 79.594338) (xy 56.829257 79.448018) (xy 56.829258 79.448018) + (xy 56.829254 79.448016) (xy 56.570961 79.335824) (xy 56.570951 79.335821) (xy 56.2998 79.259847) + (xy 56.299792 79.259845) (xy 56.020818 79.2215) (xy 56.020805 79.2215) (xy 55.739195 79.2215) (xy 55.739181 79.2215) + (xy 55.460207 79.259845) (xy 55.460199 79.259847) (xy 55.189048 79.335821) (xy 55.189038 79.335824) + (xy 54.930745 79.448016) (xy 54.690127 79.59434) (xy 54.507972 79.742534) (xy 54.471681 79.772059) + (xy 54.279467 79.97787) (xy 54.165863 80.138811) (xy 54.117069 80.207936) (xy 54.117068 80.207937) + (xy 53.987509 80.457974) (xy 53.893203 80.723324) (xy 53.893201 80.723332) (xy 53.835907 80.999053) + (xy 53.835906 80.999059) (xy 53.81669 81.279995) (xy 53.81669 81.280004) (xy 28.795156 81.280004) + (xy 28.795156 81.28) (xy 28.776564 81.055632) (xy 28.762236 80.999053) (xy 28.721297 80.837387) + (xy 28.721296 80.837386) (xy 28.721296 80.837384) (xy 28.63086 80.631209) (xy 28.517681 80.457975) + (xy 28.507724 80.442734) (xy 28.50772 80.442729) (xy 28.355237 80.277091) (xy 28.266387 80.207936) + (xy 28.177576 80.138811) (xy 28.143792 80.120528) (xy 28.093402 80.070516) (xy 28.07805 80.001199) + (xy 28.10261 79.934586) (xy 28.143793 79.898901) (xy 28.1773 79.880767) (xy 28.177301 79.880767) + (xy 28.354902 79.742534) (xy 28.507325 79.576958) (xy 28.630419 79.388548) (xy 28.72082 79.182456) + (xy 28.720823 79.182449) (xy 28.768544 78.994) (xy 27.862703 78.994) (xy 27.897925 78.932993) (xy 27.932 78.805826) + (xy 27.932 78.674174) (xy 27.897925 78.547007) (xy 27.862703 78.486) (xy 28.768544 78.486) (xy 28.768544 78.485999) + (xy 28.720823 78.29755) (xy 28.72082 78.297543) (xy 28.630419 78.091451) (xy 28.507325 77.903041) + (xy 28.354902 77.737465) (xy 28.177301 77.599232) (xy 28.1773 77.599231) (xy 28.143791 77.581097) + (xy 28.093401 77.531083) (xy 28.07805 77.461766) (xy 28.102612 77.395153) (xy 28.14379 77.359472) + (xy 28.177576 77.341189) (xy 28.35524 77.202906) (xy 28.507722 77.037268) (xy 28.560762 76.956085) + (xy 28.614766 76.909996) (xy 28.666245 76.899) (xy 30.32247 76.899) (xy 30.390591 76.919002) (xy 30.425683 76.952729) + (xy 30.489799 77.044296) (xy 30.489802 77.0443) (xy 30.6517 77.206198) (xy 30.839251 77.337523) + (xy 31.046757 77.434284) (xy 31.267913 77.493543) (xy 31.496 77.513498) (xy 31.724087 77.493543) + (xy 31.945243 77.434284) (xy 32.152749 77.337523) (xy 32.3403 77.206198) (xy 32.502198 77.0443) + (xy 32.633523 76.856749) (xy 32.730284 76.649243) (xy 32.789543 76.428087) (xy 32.809498 76.2) (xy 40.342502 76.2) + (xy 40.362457 76.428086) (xy 40.421715 76.64924) (xy 40.421717 76.649246) (xy 40.518477 76.856749) + (xy 40.644879 77.03727) (xy 40.649802 77.0443) (xy 40.8117 77.206198) (xy 40.999251 77.337523) (xy 41.206757 77.434284) + (xy 41.427913 77.493543) (xy 41.656 77.513498) (xy 41.884087 77.493543) (xy 42.105243 77.434284) + (xy 42.312749 77.337523) (xy 42.5003 77.206198) (xy 42.662198 77.0443) (xy 42.793523 76.856749) + (xy 42.890284 76.649243) (xy 42.908837 76.580004) (xy 53.81669 76.580004) (xy 53.835906 76.86094) + (xy 53.835907 76.860946) (xy 53.835908 76.860954) (xy 53.867329 77.012163) (xy 53.893201 77.136667) + (xy 53.893203 77.136675) (xy 53.972385 77.35947) (xy 53.987509 77.402025) (xy 54.117068 77.652063) + (xy 54.279467 77.88213) (xy 54.471681 78.087941) (xy 54.69013 78.265662) (xy 54.930743 78.411982) + (xy 55.18904 78.524176) (xy 55.324623 78.562165) (xy 55.460199 78.600152) (xy 55.460207 78.600154) + (xy 55.739181 78.638499) (xy 55.739195 78.6385) (xy 56.020805 78.6385) (xy 56.020818 78.638499) + (xy 56.258305 78.605856) (xy 56.299793 78.600154) (xy 56.57096 78.524176) (xy 56.829257 78.411982) + (xy 57.06987 78.265662) (xy 57.288319 78.087941) (xy 57.480533 77.88213) (xy 57.642932 77.652063) + (xy 57.772491 77.402025) (xy 57.866797 77.136674) (xy 57.924092 76.860954) (xy 57.924924 76.848791) + (xy 57.94331 76.580004) (xy 57.94331 76.579995) (xy 57.924093 76.299059) (xy 57.924092 76.299053) + (xy 57.924092 76.299046) (xy 57.866797 76.023326) (xy 57.772491 75.757975) (xy 57.642932 75.507937) + (xy 57.480533 75.27787) (xy 57.288319 75.072059) (xy 57.06987 74.894338) (xy 56.842723 74.756207) + (xy 56.829254 74.748016) (xy 56.570961 74.635824) (xy 56.570951 74.635821) (xy 56.2998 74.559847) + (xy 56.299792 74.559845) (xy 56.020818 74.5215) (xy 56.020805 74.5215) (xy 55.739195 74.5215) (xy 55.739181 74.5215) + (xy 55.460207 74.559845) (xy 55.460199 74.559847) (xy 55.189048 74.635821) (xy 55.189038 74.635824) + (xy 54.930745 74.748016) (xy 54.690127 74.89434) (xy 54.537514 75.0185) (xy 54.471681 75.072059) + (xy 54.279467 75.27787) (xy 54.219564 75.362734) (xy 54.117069 75.507936) (xy 54.117068 75.507937) + (xy 53.987509 75.757974) (xy 53.893203 76.023324) (xy 53.893201 76.023332) (xy 53.835907 76.299053) + (xy 53.835906 76.299059) (xy 53.81669 76.579995) (xy 53.81669 76.580004) (xy 42.908837 76.580004) + (xy 42.949543 76.428087) (xy 42.969498 76.2) (xy 42.949543 75.971913) (xy 42.890284 75.750757) (xy 42.793523 75.543251) + (xy 42.662198 75.3557) (xy 42.5003 75.193802) (xy 42.428481 75.143514) (xy 42.312749 75.062477) + (xy 42.105246 74.965717) (xy 42.10524 74.965715) (xy 42.011771 74.94067) (xy 41.884087 74.906457) + (xy 41.656 74.886502) (xy 41.427913 74.906457) (xy 41.206759 74.965715) (xy 41.206753 74.965717) + (xy 40.99925 75.062477) (xy 40.811703 75.193799) (xy 40.811697 75.193804) (xy 40.649804 75.355697) + (xy 40.649799 75.355703) (xy 40.518477 75.54325) (xy 40.421717 75.750753) (xy 40.421715 75.750759) + (xy 40.362457 75.971913) (xy 40.342502 76.2) (xy 32.809498 76.2) (xy 32.789543 75.971913) (xy 32.730284 75.750757) + (xy 32.633523 75.543251) (xy 32.502198 75.3557) (xy 32.3403 75.193802) (xy 32.268481 75.143514) + (xy 32.152749 75.062477) (xy 31.945246 74.965717) (xy 31.94524 74.965715) (xy 31.851771 74.94067) + (xy 31.724087 74.906457) (xy 31.496 74.886502) (xy 31.267913 74.906457) (xy 31.046759 74.965715) + (xy 31.046753 74.965717) (xy 30.83925 75.062477) (xy 30.651703 75.193799) (xy 30.651697 75.193804) + (xy 30.489804 75.355697) (xy 30.489799 75.355703) (xy 30.425683 75.447271) (xy 30.370226 75.491599) + (xy 30.32247 75.501) (xy 28.666245 75.501) (xy 28.598124 75.480998) (xy 28.560762 75.443915) (xy 28.507724 75.362735) + (xy 28.507719 75.362729) (xy 28.501248 75.3557) (xy 28.364524 75.207179) (xy 28.333103 75.143514) + (xy 28.34109 75.072968) (xy 28.385948 75.017939) (xy 28.413183 75.003789) (xy 28.528204 74.960889) + (xy 28.600917 74.906457) (xy 28.645261 74.873261) (xy 28.732887 74.756207) (xy 28.732887 74.756206) + (xy 28.732889 74.756204) (xy 28.783989 74.619201) (xy 28.7905 74.558638) (xy 28.7905 74.485) (xy 28.810502 74.416879) + (xy 28.864158 74.370386) (xy 28.9165 74.359) (xy 53.208845 74.359) (xy 53.208846 74.359) (xy 53.343891 74.332138) + (xy 53.471101 74.279446) (xy 53.585587 74.202948) (xy 57.917542 69.870992) (xy 57.979852 69.836969) + (xy 58.027369 69.835807) (xy 58.223288 69.8685) (xy 58.223292 69.8685) (xy 58.456708 69.8685) (xy 58.456712 69.8685) + (xy 58.686951 69.83008) (xy 58.907727 69.754287) (xy 59.113017 69.64319) (xy 59.29722 69.499818) + (xy 59.325403 69.469204) (xy 59.455314 69.328083) (xy 59.582984 69.132669) (xy 59.676749 68.918907) + (xy 59.734051 68.692626) (xy 59.753327 68.46) (xy 59.734051 68.227374) (xy 59.676749 68.001093) + (xy 59.582984 67.787331) (xy 59.47231 67.617931) (xy 59.455314 67.591916) (xy 59.297225 67.420186) + (xy 59.297221 67.420182) (xy 59.205118 67.348496) (xy 59.113017 67.27681) (xy 58.907727 67.165713) + (xy 58.907724 67.165712) (xy 58.907723 67.165711) (xy 58.686955 67.089921) (xy 58.686948 67.089919) + (xy 58.588411 67.073476) (xy 58.456712 67.0515) (xy 58.223288 67.0515) (xy 58.108066 67.070727) + (xy 57.993051 67.089919) (xy 57.993044 67.089921) (xy 57.772276 67.165711) (xy 57.772273 67.165713) + (xy 57.566985 67.276809) (xy 57.566983 67.27681) (xy 57.382778 67.420182) (xy 57.382774 67.420186) + (xy 57.224685 67.591916) (xy 57.195483 67.636615) (xy 57.14148 67.682704) (xy 57.071132 67.692279) + (xy 57.006774 67.662302) (xy 56.984517 67.636615) (xy 56.955314 67.591916) (xy 56.797225 67.420186) + (xy 56.797221 67.420182) (xy 56.705118 67.348496) (xy 56.613017 67.27681) (xy 56.407727 67.165713) + (xy 56.407724 67.165712) (xy 56.407723 67.165711) (xy 56.186955 67.089921) (xy 56.186948 67.089919) + (xy 56.088411 67.073476) (xy 55.956712 67.0515) (xy 55.723288 67.0515) (xy 55.608066 67.070727) + (xy 55.493051 67.089919) (xy 55.493044 67.089921) (xy 55.272276 67.165711) (xy 55.272273 67.165713) + (xy 55.066983 67.27681) (xy 55.019463 67.313797) (xy 54.900274 67.406566) (xy 54.834232 67.432622) + (xy 54.764586 67.418837) (xy 54.71345 67.369587) (xy 54.704828 67.351167) (xy 54.690889 67.313796) + (xy 54.690887 67.313792) (xy 54.603261 67.196738) (xy 54.486207 67.109112) (xy 54.486202 67.10911) + (xy 54.349204 67.058011) (xy 54.349196 67.058009) (xy 54.288649 67.0515) (xy 54.288638 67.0515) + (xy 52.391362 67.0515) (xy 52.39135 67.0515) (xy 52.330803 67.058009) (xy 52.330795 67.058011) (xy 52.193797 67.10911) + (xy 52.193792 67.109112) (xy 52.076738 67.196738) (xy 51.989112 67.313792) (xy 51.98911 67.313797) + (xy 51.938011 67.450795) (xy 51.938009 67.450803) (xy 51.9315 67.51135) (xy 51.9315 69.408649) (xy 51.938009 69.469196) + (xy 51.938011 69.469204) (xy 51.98911 69.606202) (xy 51.989112 69.606207) (xy 52.076738 69.723261) + (xy 52.193792 69.810887) (xy 52.193794 69.810888) (xy 52.193796 69.810889) (xy 52.245243 69.830078) + (xy 52.330795 69.861988) (xy 52.330803 69.86199) (xy 52.39135 69.868499) (xy 52.391355 69.868499) + (xy 52.391362 69.8685) (xy 52.391368 69.8685) (xy 54.288632 69.8685) (xy 54.288638 69.8685) (xy 54.288645 69.868499) + (xy 54.288649 69.868499) (xy 54.349196 69.86199) (xy 54.349199 69.861989) (xy 54.349201 69.861989) + (xy 54.486204 69.810889) (xy 54.603261 69.723261) (xy 54.690889 69.606204) (xy 54.704828 69.568832) + (xy 54.747372 69.511999) (xy 54.813891 69.487187) (xy 54.883266 69.502278) (xy 54.900273 69.513434) + (xy 54.971452 69.568835) (xy 55.066983 69.64319) (xy 55.272273 69.754287) (xy 55.493049 69.83008) + (xy 55.670109 69.859626) (xy 55.734005 69.890565) (xy 55.771032 69.951142) (xy 55.769432 70.02212) + (xy 55.738462 70.073001) (xy 52.88737 72.924095) (xy 52.825058 72.95812) (xy 52.798275 72.961) (xy 28.9165 72.961) + (xy 28.848379 72.940998) (xy 28.801886 72.887342) (xy 28.7905 72.835) (xy 28.7905 72.761367) (xy 28.790499 72.76135) + (xy 28.78399 72.700803) (xy 28.783988 72.700795) (xy 28.732889 72.563797) (xy 28.732887 72.563792) + (xy 28.645261 72.446738) (xy 28.528207 72.359112) (xy 28.528202 72.35911) (xy 28.391204 72.308011) + (xy 28.391196 72.308009) (xy 28.330649 72.3015) (xy 28.330638 72.3015) (xy 26.533362 72.3015) (xy 26.53335 72.3015) + (xy 26.472803 72.308009) (xy 26.472795 72.308011) (xy 26.335797 72.35911) (xy 26.335792 72.359112) + (xy 26.218738 72.446738) (xy 26.131112 72.563792) (xy 26.13111 72.563797) (xy 26.080011 72.700795) + (xy 26.080009 72.700803) (xy 26.0735 72.76135) (xy 26.0735 74.558649) (xy 26.080009 74.619196) (xy 26.080011 74.619204) + (xy 26.13111 74.756202) (xy 26.131112 74.756207) (xy 26.218738 74.873261) (xy 26.335791 74.960886) + (xy 26.335792 74.960886) (xy 26.335796 74.960889) (xy 26.45081 75.003787) (xy 26.507642 75.046332) + (xy 26.532453 75.112852) (xy 26.517362 75.182226) (xy 26.499475 75.207179) (xy 26.35628 75.362729) + (xy 26.356275 75.362734) (xy 26.233141 75.551206) (xy 26.142703 75.757386) (xy 26.142702 75.757387) + (xy 26.087437 75.975624) (xy 26.087436 75.97563) (xy 26.087436 75.975632) (xy 26.068844 76.2) (xy 26.077052 76.299059) + (xy 26.087437 76.424375) (xy 26.142702 76.642612) (xy 26.142703 76.642613) (xy 26.233141 76.848793) + (xy 26.356275 77.037265) (xy 26.356279 77.03727) (xy 26.508762 77.202908) (xy 26.512992 77.2062) + (xy 26.686424 77.341189) (xy 26.720205 77.35947) (xy 26.770596 77.409482) (xy 26.785949 77.478799) + (xy 26.761389 77.545412) (xy 26.720209 77.581096) (xy 26.686704 77.599228) (xy 26.686698 77.599232) + (xy 26.509097 77.737465) (xy 26.356674 77.903041) (xy 26.23358 78.091451) (xy 26.143179 78.297543) + (xy 26.143176 78.29755) (xy 26.095455 78.485999) (xy 26.095456 78.486) (xy 27.001297 78.486) (xy 26.966075 78.547007) + (xy 26.932 78.674174) (xy 26.932 78.805826) (xy 26.966075 78.932993) (xy 27.001297 78.994) (xy 26.095455 78.994) + (xy 26.143176 79.182449) (xy 26.143179 79.182456) (xy 26.23358 79.388548) (xy 26.356674 79.576958) + (xy 26.509097 79.742534) (xy 26.686698 79.880767) (xy 26.686704 79.880771) (xy 26.720207 79.898902) + (xy 26.770597 79.948915) (xy 26.785949 80.018232) (xy 26.761388 80.084845) (xy 26.720207 80.120528) + (xy 26.68643 80.138807) (xy 26.686424 80.138811) (xy 26.508762 80.277091) (xy 26.356279 80.442729) + (xy 26.356275 80.442734) (xy 26.233141 80.631206) (xy 26.142703 80.837386) (xy 26.142702 80.837387) + (xy 26.087437 81.055624) (xy 26.068844 81.28) (xy 26.087437 81.504375) (xy 26.142702 81.722612) + (xy 26.142703 81.722613) (xy 26.233141 81.928793) (xy 26.356275 82.117265) (xy 26.356279 82.11727) + (xy 26.508762 82.282908) (xy 26.563331 82.325381) (xy 26.686424 82.421189) (xy 26.71968 82.439186) + (xy 26.770071 82.4892) (xy 26.785423 82.558516) (xy 26.760862 82.625129) (xy 26.71968 82.660813) + (xy 26.686426 82.67881) (xy 26.686424 82.678811) (xy 26.508762 82.817091) (xy 26.356279 82.982729) + (xy 26.356275 82.982734) (xy 26.233141 83.171206) (xy 26.142703 83.377386) (xy 26.142702 83.377387) + (xy 26.087437 83.595624) (xy 26.087436 83.59563) (xy 26.087436 83.595632) (xy 26.068844 83.82) (xy 26.080432 83.959847) + (xy 26.087437 84.044375) (xy 26.142702 84.262612) (xy 26.142703 84.262613) (xy 26.142704 84.262616) + (xy 26.23314 84.468791) (xy 26.233141 84.468793) (xy 26.356275 84.657265) (xy 26.356279 84.65727) + (xy 26.508762 84.822908) (xy 26.563331 84.865381) (xy 26.686424 84.961189) (xy 26.71968 84.979186) + (xy 26.770071 85.0292) (xy 26.785423 85.098516) (xy 26.760862 85.165129) (xy 26.71968 85.200813) + (xy 26.686426 85.21881) (xy 26.686424 85.218811) (xy 26.508762 85.357091) (xy 26.356279 85.522729) + (xy 26.356275 85.522734) (xy 26.233141 85.711206) (xy 26.142703 85.917386) (xy 26.142702 85.917387) + (xy 26.087437 86.135624) (xy 26.087436 86.13563) (xy 26.087436 86.135632) (xy 26.068844 86.36) (xy 26.083483 86.536667) + (xy 26.087437 86.584375) (xy 26.142702 86.802612) (xy 26.142703 86.802613) (xy 26.233141 87.008793) + (xy 26.356275 87.197265) (xy 26.356279 87.19727) (xy 26.508762 87.362908) (xy 26.563331 87.405381) + (xy 26.686424 87.501189) (xy 26.71968 87.519186) (xy 26.770071 87.5692) (xy 26.785423 87.638516) + (xy 26.760862 87.705129) (xy 26.71968 87.740813) (xy 26.686426 87.75881) (xy 26.686424 87.758811) + (xy 26.508762 87.897091) (xy 26.356279 88.062729) (xy 26.356275 88.062734) (xy 26.233141 88.251206) + (xy 26.142703 88.457386) (xy 26.142702 88.457387) (xy 26.087437 88.675624) (xy 26.068844 88.9) (xy 26.087437 89.124375) + (xy 26.142702 89.342612) (xy 26.142703 89.342613) (xy 26.142704 89.342616) (xy 26.161057 89.384457) + (xy 26.233141 89.548793) (xy 26.356275 89.737265) (xy 26.356279 89.73727) (xy 26.508762 89.902908) + (xy 26.563331 89.945381) (xy 26.686424 90.041189) (xy 26.71968 90.059186) (xy 26.770071 90.1092) + (xy 26.785423 90.178516) (xy 26.760862 90.245129) (xy 26.71968 90.280813) (xy 26.686426 90.29881) + (xy 26.686424 90.298811) (xy 26.508762 90.437091) (xy 26.356279 90.602729) (xy 26.356275 90.602734) + (xy 26.233141 90.791206) (xy 26.142703 90.997386) (xy 26.142702 90.997387) (xy 26.087437 91.215624) + (xy 26.087436 91.21563) (xy 26.087436 91.215632) (xy 26.068844 91.44) (xy 26.081041 91.587196) (xy 26.087437 91.664375) + (xy 26.142702 91.882612) (xy 26.142703 91.882613) (xy 26.142704 91.882616) (xy 26.190463 91.991497) + (xy 26.233141 92.088793) (xy 26.356275 92.277265) (xy 26.356279 92.27727) (xy 26.508762 92.442908) + (xy 26.563331 92.485381) (xy 26.686424 92.581189) (xy 26.71968 92.599186) (xy 26.770071 92.6492) + (xy 26.785423 92.718516) (xy 26.760862 92.785129) (xy 26.71968 92.820813) (xy 26.686426 92.83881) + (xy 26.686424 92.838811) (xy 26.508762 92.977091) (xy 26.356279 93.142729) (xy 26.356275 93.142734) + (xy 26.233141 93.331206) (xy 26.142703 93.537386) (xy 26.142702 93.537387) (xy 26.087437 93.755624) + (xy 26.068844 93.98) (xy 26.087437 94.204375) (xy 26.142702 94.422612) (xy 26.142703 94.422613) + (xy 26.233141 94.628793) (xy 26.356275 94.817265) (xy 26.356279 94.81727) (xy 26.508762 94.982908) + (xy 26.563331 95.025381) (xy 26.686424 95.121189) (xy 26.711021 95.1345) (xy 26.71968 95.139186) + (xy 26.770071 95.1892) (xy 26.785423 95.258516) (xy 26.760862 95.325129) (xy 26.71968 95.360813) + (xy 26.686426 95.37881) (xy 26.686424 95.378811) (xy 26.508762 95.517091) (xy 26.356279 95.682729) + (xy 26.356275 95.682734) (xy 26.233141 95.871206) (xy 26.142703 96.077386) (xy 26.142702 96.077387) + (xy 26.087437 96.295624) (xy 26.087436 96.29563) (xy 26.087436 96.295632) (xy 26.068844 96.52) (xy 26.071803 96.555715) + (xy 26.087437 96.744375) (xy 26.142702 96.962612) (xy 26.142703 96.962613) (xy 26.142704 96.962616) + (xy 26.217551 97.133251) (xy 26.233141 97.168793) (xy 26.356275 97.357265) (xy 26.356279 97.35727) + (xy 26.508762 97.522908) (xy 26.558876 97.561913) (xy 26.686424 97.661189) (xy 26.71968 97.679186) + (xy 26.770071 97.7292) (xy 26.785423 97.798516) (xy 26.760862 97.865129) (xy 26.71968 97.900813) + (xy 26.686426 97.91881) (xy 26.686424 97.918811) (xy 26.508762 98.057091) (xy 26.356279 98.222729) + (xy 26.356275 98.222734) (xy 26.233141 98.411206) (xy 26.142703 98.617386) (xy 26.142702 98.617387) + (xy 26.087437 98.835624) (xy 26.068844 99.06) (xy 26.087437 99.284375) (xy 26.142702 99.502612) + (xy 26.142703 99.502613) (xy 26.142704 99.502616) (xy 26.23314 99.708791) (xy 26.233141 99.708793) + (xy 26.356275 99.897265) (xy 26.356279 99.89727) (xy 26.508762 100.062908) (xy 26.512992 100.0662) + (xy 26.686424 100.201189) (xy 26.71968 100.219186) (xy 26.770071 100.2692) (xy 26.785423 100.338516) + (xy 26.760862 100.405129) (xy 26.71968 100.440813) (xy 26.686426 100.45881) (xy 26.686424 100.458811) + (xy 26.508762 100.597091) (xy 26.356279 100.762729) (xy 26.356275 100.762734) (xy 26.233141 100.951206) + (xy 26.142703 101.157386) (xy 26.142702 101.157387) (xy 26.087437 101.375624) (xy 26.068844 101.6) + (xy 26.087437 101.824375) (xy 26.142702 102.042612) (xy 26.142703 102.042613) (xy 26.142704 102.042616) + (xy 26.23314 102.248791) (xy 26.233141 102.248793) (xy 26.356275 102.437265) (xy 26.356279 102.43727) + (xy 26.508762 102.602908) (xy 26.538176 102.625802) (xy 26.686424 102.741189) (xy 26.71968 102.759186) + (xy 26.770071 102.8092) (xy 26.785423 102.878516) (xy 26.760862 102.945129) (xy 26.71968 102.980813) + (xy 26.686426 102.99881) (xy 26.686424 102.998811) (xy 26.508762 103.137091) (xy 26.356279 103.302729) + (xy 26.356275 103.302734) (xy 26.233141 103.491206) (xy 26.142703 103.697386) (xy 26.142702 103.697387) + (xy 26.087437 103.915624) (xy 26.068844 104.14) (xy 26.087437 104.364375) (xy 26.142702 104.582612) + (xy 26.142703 104.582613) (xy 26.142704 104.582616) (xy 26.167085 104.6382) (xy 26.233141 104.788793) + (xy 26.356275 104.977265) (xy 26.356279 104.97727) (xy 26.508762 105.142908) (xy 26.563331 105.185381) + (xy 26.686424 105.281189) (xy 26.71968 105.299186) (xy 26.770071 105.3492) (xy 26.785423 105.418516) + (xy 26.760862 105.485129) (xy 26.71968 105.520813) (xy 26.686426 105.53881) (xy 26.686424 105.538811) + (xy 26.508762 105.677091) (xy 26.356279 105.842729) (xy 26.356275 105.842734) (xy 26.233141 106.031206) + (xy 26.142703 106.237386) (xy 26.142702 106.237387) (xy 26.087437 106.455624) (xy 26.087436 106.45563) + (xy 26.087436 106.455632) (xy 26.068844 106.68) (xy 25.4605 106.68) (xy 25.4605 64.34) (xy 33.981634 64.34) + (xy 34.001066 64.586911) (xy 34.058885 64.827742) (xy 34.153665 65.056561) (xy 34.283076 65.267741) + (xy 34.283077 65.267743) (xy 34.443926 65.456073) (xy 34.632256 65.616922) (xy 34.63226 65.616925) + (xy 34.843437 65.746334) (xy 34.911656 65.774591) (xy 34.966937 65.81914) (xy 34.989358 65.886503) + (xy 34.9718 65.955294) (xy 34.919838 66.003672) (xy 34.863438 66.017) (xy 34.546402 66.017) (xy 34.485906 66.023505) + (xy 34.349035 66.074555) (xy 34.349034 66.074555) (xy 34.232095 66.162095) (xy 34.144555 66.279034) + (xy 34.144555 66.279035) (xy 34.093505 66.415906) (xy 34.087 66.476402) (xy 34.087 67.186) (xy 35.004951 67.186) + (xy 34.973442 67.262069) (xy 34.95 67.37992) (xy 34.95 67.50008) (xy 34.973442 67.617931) (xy 35.004951 67.694) + (xy 34.087 67.694) (xy 34.087 68.403597) (xy 34.093505 68.464093) (xy 34.144555 68.600964) (xy 34.144555 68.600965) + (xy 34.232095 68.717904) (xy 34.349034 68.805444) (xy 34.485906 68.856494) (xy 34.546402 68.862999) + (xy 34.546415 68.863) (xy 35.306 68.863) (xy 35.306 67.995049) (xy 35.382069 68.026558) (xy 35.49992 68.05) + (xy 35.62008 68.05) (xy 35.737931 68.026558) (xy 35.814 67.995049) (xy 35.814 68.863) (xy 36.573585 68.863) + (xy 36.573597 68.862999) (xy 36.634093 68.856494) (xy 36.770964 68.805444) (xy 36.770965 68.805444) + (xy 36.887904 68.717904) (xy 36.975444 68.600965) (xy 36.975444 68.600964) (xy 37.026494 68.464093) + (xy 37.032999 68.403597) (xy 37.033 68.403585) (xy 37.033 67.694) (xy 36.115049 67.694) (xy 36.146558 67.617931) + (xy 36.17 67.50008) (xy 36.17 67.37992) (xy 36.146558 67.262069) (xy 36.115049 67.186) (xy 37.033 67.186) + (xy 37.033 66.476414) (xy 37.032999 66.476402) (xy 37.026494 66.415906) (xy 36.975444 66.279035) + (xy 36.975444 66.279034) (xy 36.887904 66.162095) (xy 36.770965 66.074555) (xy 36.634093 66.023505) + (xy 36.573597 66.017) (xy 36.256562 66.017) (xy 36.188441 65.996998) (xy 36.141948 65.943342) (xy 36.131844 65.873068) + (xy 36.161338 65.808488) (xy 36.208343 65.774591) (xy 36.276563 65.746334) (xy 36.48774 65.616925) + (xy 36.676073 65.456073) (xy 36.836925 65.26774) (xy 36.966334 65.056563) (xy 37.061115 64.827742) + (xy 37.118934 64.586911) (xy 37.138366 64.34) (xy 37.118934 64.093089) (xy 37.061115 63.852258) + (xy 36.966334 63.623437) (xy 36.836925 63.41226) (xy 36.836922 63.412256) (xy 36.676073 63.223926) + (xy 36.487743 63.063077) (xy 36.487741 63.063076) (xy 36.48774 63.063075) (xy 36.276563 62.933666) + (xy 36.047742 62.838885) (xy 35.806911 62.781066) (xy 35.806912 62.781066) (xy 35.56 62.761634) + (xy 35.313088 62.781066) (xy 35.072257 62.838885) (xy 34.843438 62.933665) (xy 34.632258 63.063076) + (xy 34.632256 63.063077) (xy 34.443926 63.223926) (xy 34.283077 63.412256) (xy 34.283076 63.412258) + (xy 34.153665 63.623438) (xy 34.058885 63.852257) (xy 34.001066 64.093088) (xy 33.981634 64.34) + (xy 25.4605 64.34) (xy 25.4605 61.34247) (xy 49.1715 61.34247) (xy 49.203469 61.5853) (xy 49.20347 61.585306) + (xy 49.203471 61.585308) (xy 49.266865 61.821898) (xy 49.360598 62.04819) (xy 49.360599 62.048191) + (xy 49.360604 62.048201) (xy 49.483063 62.260306) (xy 49.632173 62.454631) (xy 49.632182 62.454641) + (xy 49.805358 62.627817) (xy 49.805368 62.627826) (xy 49.999693 62.776936) (xy 50.106992 62.838885) + (xy 50.21181 62.899402) (xy 50.438102 62.993135) (xy 50.674692 63.056529) (xy 50.674698 63.056529) + (xy 50.674699 63.05653) (xy 50.70256 63.060198) (xy 50.917532 63.0885) (xy 50.917539 63.0885) (xy 51.162461 63.0885) + (xy 51.162468 63.0885) (xy 51.405308 63.056529) (xy 51.641898 62.993135) (xy 51.86819 62.899402) + (xy 52.08031 62.776934) (xy 52.274631 62.627827) (xy 52.447827 62.454631) (xy 52.596934 62.26031) + (xy 52.719402 62.04819) (xy 52.813135 61.821898) (xy 52.876529 61.585308) (xy 52.9085 61.34247) + (xy 58.7715 61.34247) (xy 58.803469 61.5853) (xy 58.80347 61.585306) (xy 58.803471 61.585308) (xy 58.866865 61.821898) + (xy 58.960598 62.04819) (xy 58.960599 62.048191) (xy 58.960604 62.048201) (xy 59.083063 62.260306) + (xy 59.232173 62.454631) (xy 59.232182 62.454641) (xy 59.405358 62.627817) (xy 59.405368 62.627826) + (xy 59.599693 62.776936) (xy 59.706992 62.838885) (xy 59.81181 62.899402) (xy 60.038102 62.993135) + (xy 60.274692 63.056529) (xy 60.274698 63.056529) (xy 60.274699 63.05653) (xy 60.30256 63.060198) + (xy 60.517532 63.0885) (xy 60.517539 63.0885) (xy 60.762461 63.0885) (xy 60.762468 63.0885) (xy 61.005308 63.056529) + (xy 61.241898 62.993135) (xy 61.46819 62.899402) (xy 61.68031 62.776934) (xy 61.874631 62.627827) + (xy 62.047827 62.454631) (xy 62.196934 62.26031) (xy 62.319402 62.04819) (xy 62.413135 61.821898) + (xy 62.476529 61.585308) (xy 62.5085 61.342468) (xy 62.5085 60.577532) (xy 62.476529 60.334692) + (xy 62.413135 60.098102) (xy 62.319402 59.87181) (xy 62.196934 59.65969) (xy 62.047827 59.465369) + (xy 62.047826 59.465368) (xy 62.047817 59.465358) (xy 61.874641 59.292182) (xy 61.874631 59.292173) + (xy 61.680306 59.143063) (xy 61.468201 59.020604) (xy 61.468196 59.020601) (xy 61.46819 59.020598) + (xy 61.241898 58.926865) (xy 61.005308 58.863471) (xy 61.005306 58.86347) (xy 61.0053 58.863469) + (xy 60.76247 58.8315) (xy 60.762468 58.8315) (xy 60.517532 58.8315) (xy 60.517529 58.8315) (xy 60.274699 58.863469) + (xy 60.038102 58.926865) (xy 59.811808 59.020599) (xy 59.811798 59.020604) (xy 59.599693 59.143063) + (xy 59.405368 59.292173) (xy 59.405358 59.292182) (xy 59.232182 59.465358) (xy 59.232173 59.465368) + (xy 59.083063 59.659693) (xy 58.960604 59.871798) (xy 58.960599 59.871808) (xy 58.866865 60.098102) + (xy 58.803469 60.334699) (xy 58.7715 60.577529) (xy 58.7715 61.34247) (xy 52.9085 61.34247) (xy 52.9085 61.342468) + (xy 52.9085 60.577532) (xy 52.876529 60.334692) (xy 52.813135 60.098102) (xy 52.719402 59.87181) + (xy 52.596934 59.65969) (xy 52.447827 59.465369) (xy 52.447826 59.465368) (xy 52.447817 59.465358) + (xy 52.274641 59.292182) (xy 52.274631 59.292173) (xy 52.080306 59.143063) (xy 51.868201 59.020604) + (xy 51.868196 59.020601) (xy 51.86819 59.020598) (xy 51.641898 58.926865) (xy 51.405308 58.863471) + (xy 51.405306 58.86347) (xy 51.4053 58.863469) (xy 51.16247 58.8315) (xy 51.162468 58.8315) (xy 50.917532 58.8315) + (xy 50.917529 58.8315) (xy 50.674699 58.863469) (xy 50.438102 58.926865) (xy 50.211808 59.020599) + (xy 50.211798 59.020604) (xy 49.999693 59.143063) (xy 49.805368 59.292173) (xy 49.805358 59.292182) + (xy 49.632182 59.465358) (xy 49.632173 59.465368) (xy 49.483063 59.659693) (xy 49.360604 59.871798) + (xy 49.360599 59.871808) (xy 49.266865 60.098102) (xy 49.203469 60.334699) (xy 49.1715 60.577529) + (xy 49.1715 61.34247) (xy 25.4605 61.34247) (xy 25.4605 56.04) (xy 33.981634 56.04) (xy 34.001066 56.286911) + (xy 34.058885 56.527742) (xy 34.153665 56.756561) (xy 34.283076 56.967741) (xy 34.283077 56.967743) + (xy 34.443926 57.156073) (xy 34.632256 57.316922) (xy 34.63226 57.316925) (xy 34.843437 57.446334) + (xy 35.072258 57.541115) (xy 35.313089 57.598934) (xy 35.56 57.618366) (xy 35.806911 57.598934) + (xy 36.047742 57.541115) (xy 36.276563 57.446334) (xy 36.48774 57.316925) (xy 36.676073 57.156073) + (xy 36.836925 56.96774) (xy 36.966334 56.756563) (xy 37.061115 56.527742) (xy 37.118934 56.286911) + (xy 37.138366 56.04) (xy 37.118934 55.793089) (xy 37.061115 55.552258) (xy 36.966334 55.323437) + (xy 36.836925 55.11226) (xy 36.836922 55.112256) (xy 36.676073 54.923926) (xy 36.487743 54.763077) + (xy 36.487741 54.763076) (xy 36.48774 54.763075) (xy 36.276563 54.633666) (xy 36.047742 54.538885) + (xy 35.806911 54.481066) (xy 35.806912 54.481066) (xy 35.56 54.461634) (xy 35.313088 54.481066) + (xy 35.072257 54.538885) (xy 34.843438 54.633665) (xy 34.632258 54.763076) (xy 34.632256 54.763077) + (xy 34.443926 54.923926) (xy 34.283077 55.112256) (xy 34.283076 55.112258) (xy 34.153665 55.323438) + (xy 34.058885 55.552257) (xy 34.001066 55.793088) (xy 33.981634 56.04) (xy 25.4605 56.04) (xy 25.4605 49.088649) + (xy 51.9315 49.088649) (xy 51.938009 49.149196) (xy 51.938011 49.149204) (xy 51.98911 49.286202) + (xy 51.989112 49.286207) (xy 52.076738 49.403261) (xy 52.193792 49.490887) (xy 52.193794 49.490888) + (xy 52.193796 49.490889) (xy 52.245243 49.510078) (xy 52.330795 49.541988) (xy 52.330803 49.54199) + (xy 52.39135 49.548499) (xy 52.391355 49.548499) (xy 52.391362 49.5485) (xy 52.391368 49.5485) (xy 54.288632 49.5485) + (xy 54.288638 49.5485) (xy 54.288645 49.548499) (xy 54.288649 49.548499) (xy 54.349196 49.54199) + (xy 54.349199 49.541989) (xy 54.349201 49.541989) (xy 54.486204 49.490889) (xy 54.603261 49.403261) + (xy 54.690889 49.286204) (xy 54.704828 49.248832) (xy 54.747372 49.191999) (xy 54.813891 49.167187) + (xy 54.883266 49.182278) (xy 54.900273 49.193434) (xy 54.971452 49.248835) (xy 55.066983 49.32319) + (xy 55.272273 49.434287) (xy 55.493049 49.51008) (xy 55.723288 49.5485) (xy 55.723292 49.5485) (xy 55.956708 49.5485) + (xy 55.956712 49.5485) (xy 56.186951 49.51008) (xy 56.407727 49.434287) (xy 56.613017 49.32319) + (xy 56.79722 49.179818) (xy 56.955314 49.008083) (xy 56.984517 48.963383) (xy 57.038519 48.917296) + (xy 57.108867 48.90772) (xy 57.173225 48.937696) (xy 57.195481 48.963382) (xy 57.224686 49.008083) + (xy 57.224687 49.008084) (xy 57.382774 49.179813) (xy 57.382778 49.179817) (xy 57.44865 49.231087) + (xy 57.566983 49.32319) (xy 57.772273 49.434287) (xy 57.993049 49.51008) (xy 58.223288 49.5485) + (xy 58.223292 49.5485) (xy 58.456708 49.5485) (xy 58.456712 49.5485) (xy 58.686951 49.51008) (xy 58.907727 49.434287) + (xy 59.113017 49.32319) (xy 59.29722 49.179818) (xy 59.325403 49.149204) (xy 59.455314 49.008083) + (xy 59.582984 48.812669) (xy 59.676749 48.598907) (xy 59.734051 48.372626) (xy 59.753327 48.14) + (xy 59.734051 47.907374) (xy 59.676749 47.681093) (xy 59.582984 47.467331) (xy 59.47231 47.297931) + (xy 59.455314 47.271916) (xy 59.297225 47.100186) (xy 59.297221 47.100182) (xy 59.205118 47.028496) + (xy 59.113017 46.95681) (xy 58.907727 46.845713) (xy 58.907724 46.845712) (xy 58.907723 46.845711) + (xy 58.686955 46.769921) (xy 58.686948 46.769919) (xy 58.588411 46.753476) (xy 58.456712 46.7315) + (xy 58.223288 46.7315) (xy 58.108066 46.750727) (xy 57.993051 46.769919) (xy 57.993044 46.769921) + (xy 57.772276 46.845711) (xy 57.772273 46.845713) (xy 57.566985 46.956809) (xy 57.566983 46.95681) + (xy 57.382778 47.100182) (xy 57.382774 47.100186) (xy 57.224685 47.271916) (xy 57.195483 47.316615) + (xy 57.14148 47.362704) (xy 57.071132 47.372279) (xy 57.006774 47.342302) (xy 56.984517 47.316615) + (xy 56.955314 47.271916) (xy 56.797225 47.100186) (xy 56.797221 47.100182) (xy 56.705118 47.028496) + (xy 56.613017 46.95681) (xy 56.407727 46.845713) (xy 56.407724 46.845712) (xy 56.407723 46.845711) + (xy 56.186955 46.769921) (xy 56.186948 46.769919) (xy 56.088411 46.753476) (xy 55.956712 46.7315) + (xy 55.723288 46.7315) (xy 55.608066 46.750727) (xy 55.493051 46.769919) (xy 55.493044 46.769921) + (xy 55.272276 46.845711) (xy 55.272273 46.845713) (xy 55.066983 46.95681) (xy 55.019463 46.993797) + (xy 54.900274 47.086566) (xy 54.834232 47.112622) (xy 54.764586 47.098837) (xy 54.71345 47.049587) + (xy 54.704828 47.031167) (xy 54.690889 46.993796) (xy 54.690887 46.993792) (xy 54.603261 46.876738) + (xy 54.486207 46.789112) (xy 54.486202 46.78911) (xy 54.349204 46.738011) (xy 54.349196 46.738009) + (xy 54.288649 46.7315) (xy 54.288638 46.7315) (xy 52.391362 46.7315) (xy 52.39135 46.7315) (xy 52.330803 46.738009) + (xy 52.330795 46.738011) (xy 52.193797 46.78911) (xy 52.193792 46.789112) (xy 52.076738 46.876738) + (xy 51.989112 46.993792) (xy 51.98911 46.993797) (xy 51.938011 47.130795) (xy 51.938009 47.130803) + (xy 51.9315 47.19135) (xy 51.9315 49.088649) (xy 25.4605 49.088649) (xy 25.4605 44.02) (xy 33.981634 44.02) + (xy 34.001066 44.266911) (xy 34.058885 44.507742) (xy 34.153665 44.736561) (xy 34.283076 44.947741) + (xy 34.283077 44.947743) (xy 34.443926 45.136073) (xy 34.632256 45.296922) (xy 34.63226 45.296925) + (xy 34.843437 45.426334) (xy 34.911656 45.454591) (xy 34.966937 45.49914) (xy 34.989358 45.566503) + (xy 34.9718 45.635294) (xy 34.919838 45.683672) (xy 34.863438 45.697) (xy 34.546402 45.697) (xy 34.485906 45.703505) + (xy 34.349035 45.754555) (xy 34.349034 45.754555) (xy 34.232095 45.842095) (xy 34.144555 45.959034) + (xy 34.144555 45.959035) (xy 34.093505 46.095906) (xy 34.087 46.156402) (xy 34.087 46.866) (xy 35.004951 46.866) + (xy 34.973442 46.942069) (xy 34.95 47.05992) (xy 34.95 47.18008) (xy 34.973442 47.297931) (xy 35.004951 47.374) + (xy 34.087 47.374) (xy 34.087 48.083597) (xy 34.093505 48.144093) (xy 34.144555 48.280964) (xy 34.144555 48.280965) + (xy 34.232095 48.397904) (xy 34.349034 48.485444) (xy 34.485906 48.536494) (xy 34.546402 48.542999) + (xy 34.546415 48.543) (xy 35.306 48.543) (xy 35.306 47.675049) (xy 35.382069 47.706558) (xy 35.49992 47.73) + (xy 35.62008 47.73) (xy 35.737931 47.706558) (xy 35.814 47.675049) (xy 35.814 48.543) (xy 36.573585 48.543) + (xy 36.573597 48.542999) (xy 36.634093 48.536494) (xy 36.770964 48.485444) (xy 36.770965 48.485444) + (xy 36.887904 48.397904) (xy 36.975444 48.280965) (xy 36.975444 48.280964) (xy 37.026494 48.144093) + (xy 37.032999 48.083597) (xy 37.033 48.083585) (xy 37.033 47.374) (xy 36.115049 47.374) (xy 36.146558 47.297931) + (xy 36.17 47.18008) (xy 36.17 47.05992) (xy 36.146558 46.942069) (xy 36.115049 46.866) (xy 37.033 46.866) + (xy 37.033 46.156414) (xy 37.032999 46.156402) (xy 37.026494 46.095906) (xy 36.975444 45.959035) + (xy 36.975444 45.959034) (xy 36.887904 45.842095) (xy 36.770965 45.754555) (xy 36.634093 45.703505) + (xy 36.573597 45.697) (xy 36.256562 45.697) (xy 36.188441 45.676998) (xy 36.141948 45.623342) (xy 36.131844 45.553068) + (xy 36.161338 45.488488) (xy 36.208343 45.454591) (xy 36.276563 45.426334) (xy 36.48774 45.296925) + (xy 36.676073 45.136073) (xy 36.836925 44.94774) (xy 36.966334 44.736563) (xy 37.061115 44.507742) + (xy 37.118934 44.266911) (xy 37.138366 44.02) (xy 37.118934 43.773089) (xy 37.061115 43.532258) + (xy 36.966334 43.303437) (xy 36.836925 43.09226) (xy 36.836922 43.092256) (xy 36.676073 42.903926) + (xy 36.487743 42.743077) (xy 36.487741 42.743076) (xy 36.48774 42.743075) (xy 36.276563 42.613666) + (xy 36.047742 42.518885) (xy 35.806911 42.461066) (xy 35.806912 42.461066) (xy 35.56 42.441634) + (xy 35.313088 42.461066) (xy 35.072257 42.518885) (xy 34.843438 42.613665) (xy 34.632258 42.743076) + (xy 34.632256 42.743077) (xy 34.443926 42.903926) (xy 34.283077 43.092256) (xy 34.283076 43.092258) + (xy 34.153665 43.303438) (xy 34.058885 43.532257) (xy 34.001066 43.773088) (xy 33.981634 44.02) + (xy 25.4605 44.02) (xy 25.4605 41.02247) (xy 49.1715 41.02247) (xy 49.203469 41.2653) (xy 49.20347 41.265306) + (xy 49.203471 41.265308) (xy 49.266865 41.501898) (xy 49.360598 41.72819) (xy 49.360599 41.728191) + (xy 49.360604 41.728201) (xy 49.483063 41.940306) (xy 49.632173 42.134631) (xy 49.632182 42.134641) + (xy 49.805358 42.307817) (xy 49.805368 42.307826) (xy 49.999693 42.456936) (xy 50.106992 42.518885) + (xy 50.21181 42.579402) (xy 50.438102 42.673135) (xy 50.674692 42.736529) (xy 50.674698 42.736529) + (xy 50.674699 42.73653) (xy 50.70256 42.740198) (xy 50.917532 42.7685) (xy 50.917539 42.7685) (xy 51.162461 42.7685) + (xy 51.162468 42.7685) (xy 51.405308 42.736529) (xy 51.641898 42.673135) (xy 51.86819 42.579402) + (xy 52.08031 42.456934) (xy 52.274631 42.307827) (xy 52.447827 42.134631) (xy 52.596934 41.94031) + (xy 52.719402 41.72819) (xy 52.813135 41.501898) (xy 52.876529 41.265308) (xy 52.9085 41.02247) + (xy 58.7715 41.02247) (xy 58.803469 41.2653) (xy 58.80347 41.265306) (xy 58.803471 41.265308) (xy 58.866865 41.501898) + (xy 58.960598 41.72819) (xy 58.960599 41.728191) (xy 58.960604 41.728201) (xy 59.083063 41.940306) + (xy 59.232173 42.134631) (xy 59.232182 42.134641) (xy 59.405358 42.307817) (xy 59.405368 42.307826) + (xy 59.599693 42.456936) (xy 59.706992 42.518885) (xy 59.81181 42.579402) (xy 60.038102 42.673135) + (xy 60.274692 42.736529) (xy 60.274698 42.736529) (xy 60.274699 42.73653) (xy 60.30256 42.740198) + (xy 60.517532 42.7685) (xy 60.517539 42.7685) (xy 60.762461 42.7685) (xy 60.762468 42.7685) (xy 61.005308 42.736529) + (xy 61.241898 42.673135) (xy 61.46819 42.579402) (xy 61.68031 42.456934) (xy 61.874631 42.307827) + (xy 62.047827 42.134631) (xy 62.196934 41.94031) (xy 62.319402 41.72819) (xy 62.413135 41.501898) + (xy 62.476529 41.265308) (xy 62.5085 41.022468) (xy 62.5085 40.257532) (xy 62.476529 40.014692) + (xy 62.413135 39.778102) (xy 62.319402 39.55181) (xy 62.196934 39.33969) (xy 62.047827 39.145369) + (xy 62.047826 39.145368) (xy 62.047817 39.145358) (xy 61.874641 38.972182) (xy 61.874631 38.972173) + (xy 61.680306 38.823063) (xy 61.468201 38.700604) (xy 61.468196 38.700601) (xy 61.46819 38.700598) + (xy 61.241898 38.606865) (xy 61.005308 38.543471) (xy 61.005306 38.54347) (xy 61.0053 38.543469) + (xy 60.76247 38.5115) (xy 60.762468 38.5115) (xy 60.517532 38.5115) (xy 60.517529 38.5115) (xy 60.274699 38.543469) + (xy 60.038102 38.606865) (xy 59.811808 38.700599) (xy 59.811798 38.700604) (xy 59.599693 38.823063) + (xy 59.405368 38.972173) (xy 59.405358 38.972182) (xy 59.232182 39.145358) (xy 59.232173 39.145368) + (xy 59.083063 39.339693) (xy 58.960604 39.551798) (xy 58.960599 39.551808) (xy 58.866865 39.778102) + (xy 58.803469 40.014699) (xy 58.7715 40.257529) (xy 58.7715 41.02247) (xy 52.9085 41.02247) (xy 52.9085 41.022468) + (xy 52.9085 40.257532) (xy 52.876529 40.014692) (xy 52.813135 39.778102) (xy 52.719402 39.55181) + (xy 52.596934 39.33969) (xy 52.447827 39.145369) (xy 52.447826 39.145368) (xy 52.447817 39.145358) + (xy 52.274641 38.972182) (xy 52.274631 38.972173) (xy 52.080306 38.823063) (xy 51.868201 38.700604) + (xy 51.868196 38.700601) (xy 51.86819 38.700598) (xy 51.641898 38.606865) (xy 51.405308 38.543471) + (xy 51.405306 38.54347) (xy 51.4053 38.543469) (xy 51.16247 38.5115) (xy 51.162468 38.5115) (xy 50.917532 38.5115) + (xy 50.917529 38.5115) (xy 50.674699 38.543469) (xy 50.438102 38.606865) (xy 50.211808 38.700599) + (xy 50.211798 38.700604) (xy 49.999693 38.823063) (xy 49.805368 38.972173) (xy 49.805358 38.972182) + (xy 49.632182 39.145358) (xy 49.632173 39.145368) (xy 49.483063 39.339693) (xy 49.360604 39.551798) + (xy 49.360599 39.551808) (xy 49.266865 39.778102) (xy 49.203469 40.014699) (xy 49.1715 40.257529) + (xy 49.1715 41.02247) (xy 25.4605 41.02247) (xy 25.4605 35.72) (xy 33.981634 35.72) (xy 34.001066 35.966911) + (xy 34.058885 36.207742) (xy 34.153665 36.436561) (xy 34.283076 36.647741) (xy 34.283077 36.647743) + (xy 34.443926 36.836073) (xy 34.632256 36.996922) (xy 34.63226 36.996925) (xy 34.843437 37.126334) + (xy 35.072258 37.221115) (xy 35.313089 37.278934) (xy 35.56 37.298366) (xy 35.806911 37.278934) + (xy 36.047742 37.221115) (xy 36.276563 37.126334) (xy 36.48774 36.996925) (xy 36.676073 36.836073) + (xy 36.836925 36.64774) (xy 36.966334 36.436563) (xy 37.061115 36.207742) (xy 37.118934 35.966911) + (xy 37.138366 35.72) (xy 37.118934 35.473089) (xy 37.061115 35.232258) (xy 36.966334 35.003437) + (xy 36.836925 34.79226) (xy 36.836922 34.792256) (xy 36.676073 34.603926) (xy 36.487743 34.443077) + (xy 36.487741 34.443076) (xy 36.48774 34.443075) (xy 36.276563 34.313666) (xy 36.047742 34.218885) + (xy 35.806911 34.161066) (xy 35.806912 34.161066) (xy 35.56 34.141634) (xy 35.313088 34.161066) + (xy 35.072257 34.218885) (xy 34.843438 34.313665) (xy 34.632258 34.443076) (xy 34.632256 34.443077) + (xy 34.443926 34.603926) (xy 34.283077 34.792256) (xy 34.283076 34.792258) (xy 34.153665 35.003438) + (xy 34.058885 35.232257) (xy 34.001066 35.473088) (xy 33.981634 35.72) (xy 25.4605 35.72) (xy 25.4605 28.046287) + (xy 26.5895 28.046287) (xy 26.622754 28.256243) (xy 26.688443 28.458412) (xy 26.784949 28.647816) + (xy 26.909896 28.819792) (xy 26.909898 28.819794) (xy 26.9099 28.819797) (xy 27.060202 28.970099) + (xy 27.060205 28.970101) (xy 27.060208 28.970104) (xy 27.232184 29.095051) (xy 27.421588 29.191557) + (xy 27.623757 29.257246) (xy 27.833713 29.2905) (xy 27.833716 29.2905) (xy 28.046284 29.2905) (xy 28.046287 29.2905) + (xy 28.256243 29.257246) (xy 28.458412 29.191557) (xy 28.647816 29.095051) (xy 28.819792 28.970104) + (xy 28.970104 28.819792) (xy 29.095051 28.647816) (xy 29.191557 28.458412) (xy 29.257246 28.256243) + (xy 29.2905 28.046287) (xy 61.8095 28.046287) (xy 61.842754 28.256243) (xy 61.908443 28.458412) + (xy 62.004949 28.647816) (xy 62.129896 28.819792) (xy 62.129898 28.819794) (xy 62.1299 28.819797) + (xy 62.280202 28.970099) (xy 62.280205 28.970101) (xy 62.280208 28.970104) (xy 62.452184 29.095051) + (xy 62.641588 29.191557) (xy 62.843757 29.257246) (xy 63.053713 29.2905) (xy 63.053716 29.2905) + (xy 63.266284 29.2905) (xy 63.266287 29.2905) (xy 63.476243 29.257246) (xy 63.678412 29.191557) + (xy 63.867816 29.095051) (xy 64.039792 28.970104) (xy 64.190104 28.819792) (xy 64.315051 28.647816) + (xy 64.411557 28.458412) (xy 64.477246 28.256243) (xy 64.5105 28.046287) (xy 64.5105 27.833713) + (xy 64.477246 27.623757) (xy 64.411557 27.421588) (xy 64.315051 27.232184) (xy 64.190104 27.060208) + (xy 64.190101 27.060205) (xy 64.190099 27.060202) (xy 64.039797 26.9099) (xy 64.039794 26.909898) + (xy 64.039792 26.909896) (xy 63.867816 26.784949) (xy 63.678412 26.688443) (xy 63.476243 26.622754) + (xy 63.266287 26.5895) (xy 63.053713 26.5895) (xy 62.843757 26.622754) (xy 62.843754 26.622754) + (xy 62.843753 26.622755) (xy 62.641588 26.688443) (xy 62.641586 26.688444) (xy 62.45218 26.784951) + (xy 62.280205 26.909898) (xy 62.280202 26.9099) (xy 62.1299 27.060202) (xy 62.129898 27.060205) + (xy 62.004951 27.23218) (xy 62.004949 27.232184) (xy 61.908443 27.421588) (xy 61.842754 27.623757) + (xy 61.8095 27.833713) (xy 61.8095 28.046287) (xy 29.2905 28.046287) (xy 29.2905 27.833713) (xy 29.257246 27.623757) + (xy 29.191557 27.421588) (xy 29.095051 27.232184) (xy 28.970104 27.060208) (xy 28.970101 27.060205) + (xy 28.970099 27.060202) (xy 28.819797 26.9099) (xy 28.819794 26.909898) (xy 28.819792 26.909896) + (xy 28.647816 26.784949) (xy 28.458412 26.688443) (xy 28.256243 26.622754) (xy 28.046287 26.5895) + (xy 27.833713 26.5895) (xy 27.623757 26.622754) (xy 27.623754 26.622754) (xy 27.623753 26.622755) + (xy 27.421588 26.688443) (xy 27.421586 26.688444) (xy 27.23218 26.784951) (xy 27.060205 26.909898) + (xy 27.060202 26.9099) (xy 26.9099 27.060202) (xy 26.909898 27.060205) (xy 26.784951 27.23218) (xy 26.784949 27.232184) + (xy 26.688443 27.421588) (xy 26.622754 27.623757) (xy 26.5895 27.833713) (xy 26.5895 28.046287) + (xy 25.4605 28.046287) (xy 25.4605 25.5865) (xy 25.480502 25.518379) (xy 25.534158 25.471886) (xy 25.5865 25.4605) + (xy 65.5135 25.4605) + ) + ) + ) +) \ No newline at end of file diff --git a/src/polivoks/mount/mount.kicad_pro b/src/polivoks/mount/mount.kicad_pro index c05d7b7a..5c177703 100644 --- a/src/polivoks/mount/mount.kicad_pro +++ b/src/polivoks/mount/mount.kicad_pro @@ -174,6 +174,13 @@ "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -517,14 +524,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -538,6 +606,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -554,6 +627,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -561,7 +635,7 @@ "sheets": [ [ "404b81d6-0090-48a2-b439-f306bc1b8067", - "" + "Root" ] ], "text_variables": {} diff --git a/src/polivoks/mount/mount.kicad_sch b/src/polivoks/mount/mount.kicad_sch index d6aa7909..ed0d7663 100644 --- a/src/polivoks/mount/mount.kicad_sch +++ b/src/polivoks/mount/mount.kicad_sch @@ -1,2035 +1,5276 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 404b81d6-0090-48a2-b439-f306bc1b8067) - - (paper "A4") - - (title_block - (title "ПОЛИВОКС") - (date "2020-06-01") - (rev "01") - (comment 1 "schema for mount circuit") - (comment 2 "polivoks LM4250 VCF") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Connector:Conn_01x14_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 17.78 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x14_Pin" (at 0 -20.32 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x14, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x14_Pin_1_1" - (polyline - (pts - (xy 1.27 -17.78) - (xy 0.8636 -17.78) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -15.24) - (xy 0.8636 -15.24) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -12.7) - (xy 0.8636 -12.7) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -10.16) - (xy 0.8636 -10.16) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -7.62) - (xy 0.8636 -7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -5.08) - (xy 0.8636 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 5.08) - (xy 0.8636 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 7.62) - (xy 0.8636 7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 10.16) - (xy 0.8636 10.16) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 12.7) - (xy 0.8636 12.7) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 15.24) - (xy 0.8636 15.24) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -17.653) (end 0 -17.907) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -15.113) (end 0 -15.367) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -12.573) (end 0 -12.827) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -10.033) (end 0 -10.287) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -7.493) (end 0 -7.747) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 7.747) (end 0 7.493) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 10.287) (end 0 10.033) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 12.827) (end 0 12.573) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 15.367) (end 0 15.113) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 15.24 180) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -7.62 180) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -10.16 180) (length 3.81) - (name "Pin_11" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -12.7 180) (length 3.81) - (name "Pin_12" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -15.24 180) (length 3.81) - (name "Pin_13" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -17.78 180) (length 3.81) - (name "Pin_14" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 12.7 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 10.16 180) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 7.62 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 5.08 180) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 2.54 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -5.08 180) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 8.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Jack*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AudioJack2_SwitchT_0_1" - (rectangle (start -2.54 0) (end -3.81 -2.54) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy 1.778 -0.254) - (xy 2.032 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0.635 -0.635) - (xy 1.27 0) - (xy 2.54 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 -2.54) - (xy 1.778 -2.54) - (xy 1.778 -0.254) - (xy 1.524 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 2.54) - (xy -0.635 2.54) - (xy -0.635 0) - (xy -1.27 -0.635) - (xy -1.905 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (rectangle (start 2.54 3.81) (end -2.54 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AudioJack2_SwitchT_1_1" - (pin passive line (at 5.08 2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "S" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "T" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "TN" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "RV" (at -4.445 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_Potentiometer" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "resistor variable" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Potentiometer" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_Potentiometer_0_1" - (polyline - (pts - (xy 2.54 0) - (xy 1.524 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.143 0) - (xy 2.286 0.508) - (xy 2.286 -0.508) - (xy 1.143 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.016 2.54) (end -1.016 -2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_Potentiometer_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Diode:1N4148" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "1N4148_0_1" - (polyline - (pts - (xy -1.27 1.27) - (xy -1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy -1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 1.27) - (xy 1.27 -1.27) - (xy -1.27 0) - (xy 1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "1N4148_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "Switch:SW_SPDT" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (at 0 4.318 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SW_SPDT" (at 0 -5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Switch, single pole double throw" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SW_SPDT_0_0" - (circle (center -2.032 0) (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 2.032 -2.54) (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "SW_SPDT_0_1" - (polyline - (pts - (xy -1.524 0.254) - (xy 1.651 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 2.032 2.54) (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "SW_SPDT_1_1" - (pin passive line (at 5.08 2.54 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 2.54) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+15V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:-15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "-15V_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy 0.762 1.27) - (xy 0 2.54) - (xy -0.762 1.27) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 110.49 119.38) (diameter 0) (color 0 0 0 0) - (uuid 6d5bc692-079c-4739-a73d-f81a2d000d49) - ) - (junction (at 143.51 116.84) (diameter 0) (color 0 0 0 0) - (uuid ac7b093d-09a5-4fed-8bc3-eba56c9fe9dc) - ) - (junction (at 124.46 119.38) (diameter 0) (color 0 0 0 0) - (uuid b58161d8-34d4-4dc9-b701-6ee963ae72f0) - ) - (junction (at 92.71 119.38) (diameter 0) (color 0 0 0 0) - (uuid c4fa5b75-1faa-42df-afe5-6205d9cd696e) - ) - - (no_connect (at 43.18 45.72) (uuid 295f6f98-0c39-4616-b1dc-89b7e29bf446)) - (no_connect (at 137.16 121.92) (uuid 43fe6f5e-3571-44b4-9148-98ae390265cb)) - (no_connect (at 43.18 123.19) (uuid 7e1b96f4-2feb-4a36-abbc-034b5ebcef02)) - (no_connect (at 111.76 46.99) (uuid b5b818d4-ea7d-43fe-bb85-d4d1032e9649)) - (no_connect (at 43.18 140.97) (uuid cf687c37-158a-46f6-bc4a-54493b638582)) - (no_connect (at 111.76 67.31) (uuid e907e720-0418-4722-ad8f-1d71ba07d649)) - - (wire (pts (xy 88.9 132.08) (xy 86.36 132.08)) - (stroke (width 0) (type default)) - (uuid 0d7e60cd-7666-48ac-a2bc-af61a1ea75c5) - ) - (wire (pts (xy 92.71 115.57) (xy 92.71 119.38)) - (stroke (width 0) (type default)) - (uuid 2a33030e-5591-4c5a-a5de-bb4726d54985) - ) - (wire (pts (xy 124.46 114.3) (xy 124.46 119.38)) - (stroke (width 0) (type default)) - (uuid 2f8fdfa3-5aae-4219-80a7-13f77ba68cc3) - ) - (wire (pts (xy 127 119.38) (xy 124.46 119.38)) - (stroke (width 0) (type default)) - (uuid 37ea7d36-c06d-403a-8c84-c4605e94aa0f) - ) - (wire (pts (xy 143.51 132.08) (xy 143.51 116.84)) - (stroke (width 0) (type default)) - (uuid 3b5e6e1f-2193-48cc-bfcb-7f4dea4e41b5) - ) - (wire (pts (xy 76.2 132.08) (xy 76.2 133.35)) - (stroke (width 0) (type default)) - (uuid 43929e12-7de1-4cec-991e-db17315cf5ed) - ) - (wire (pts (xy 104.14 44.45) (xy 111.76 44.45)) - (stroke (width 0) (type default)) - (uuid 473849ac-3a07-4c97-976d-f0c7ecdd0635) - ) - (wire (pts (xy 114.3 124.46) (xy 110.49 124.46)) - (stroke (width 0) (type default)) - (uuid 4cb408ad-d7f9-4713-822f-b8ed1a434836) - ) - (wire (pts (xy 96.52 132.08) (xy 143.51 132.08)) - (stroke (width 0) (type default)) - (uuid 576a70e5-306e-4134-a1ad-27dce8a7c871) - ) - (wire (pts (xy 78.74 132.08) (xy 76.2 132.08)) - (stroke (width 0) (type default)) - (uuid 5834adf9-de4b-446f-b392-96bcbb895706) - ) - (wire (pts (xy 46.99 68.58) (xy 38.1 68.58)) - (stroke (width 0) (type default)) - (uuid 5f8db7ed-e5b5-4450-b2bf-fc0cd096972c) - ) - (wire (pts (xy 137.16 116.84) (xy 143.51 116.84)) - (stroke (width 0) (type default)) - (uuid 67b9f1dd-083d-4dba-8d9f-f64c11397708) - ) - (wire (pts (xy 124.46 119.38) (xy 124.46 124.46)) - (stroke (width 0) (type default)) - (uuid 7f536024-2eba-47d6-85cf-b13f5a0e0090) - ) - (wire (pts (xy 143.51 97.79) (xy 143.51 116.84)) - (stroke (width 0) (type default)) - (uuid 8154e392-c120-40b0-bc66-9ecb5ea84aa3) - ) - (wire (pts (xy 106.68 119.38) (xy 110.49 119.38)) - (stroke (width 0) (type default)) - (uuid 81b2f32d-2cc4-45f5-a48c-c540f1be7902) - ) - (wire (pts (xy 114.3 114.3) (xy 110.49 114.3)) - (stroke (width 0) (type default)) - (uuid 95b8e38d-928c-46b4-b333-40dbbfcce88f) - ) - (wire (pts (xy 104.14 64.77) (xy 111.76 64.77)) - (stroke (width 0) (type default)) - (uuid 9f3af5ad-e717-4991-9b14-2e9cd34629aa) - ) - (wire (pts (xy 38.1 68.58) (xy 38.1 66.04)) - (stroke (width 0) (type default)) - (uuid a797af32-2c97-4e33-878f-67f2093f3a53) - ) - (wire (pts (xy 38.1 55.88) (xy 38.1 58.42)) - (stroke (width 0) (type default)) - (uuid b3754d82-e7da-483f-bd6c-055a1bddfb29) - ) - (wire (pts (xy 124.46 124.46) (xy 121.92 124.46)) - (stroke (width 0) (type default)) - (uuid b3a8d74c-05ac-4688-bb1e-a8e85aaf4256) - ) - (wire (pts (xy 92.71 97.79) (xy 92.71 107.95)) - (stroke (width 0) (type default)) - (uuid b52a39ab-df20-4404-84f9-d0d90a388129) - ) - (wire (pts (xy 92.71 128.27) (xy 92.71 119.38)) - (stroke (width 0) (type default)) - (uuid b763df18-7c68-4119-8393-3755348b50d2) - ) - (wire (pts (xy 110.49 114.3) (xy 110.49 119.38)) - (stroke (width 0) (type default)) - (uuid b9975f7a-7097-431d-a215-e1f640136fcc) - ) - (wire (pts (xy 41.91 62.23) (xy 46.99 62.23)) - (stroke (width 0) (type default)) - (uuid c7240ab8-4cf8-43ec-a0ab-71b19686e111) - ) - (wire (pts (xy 92.71 119.38) (xy 99.06 119.38)) - (stroke (width 0) (type default)) - (uuid c772e698-c9d4-46e3-9944-926ffe15aa76) - ) - (wire (pts (xy 46.99 55.88) (xy 38.1 55.88)) - (stroke (width 0) (type default)) - (uuid ccbbdef9-c21c-43eb-a1a7-8eb038d1b1ca) - ) - (wire (pts (xy 121.92 114.3) (xy 124.46 114.3)) - (stroke (width 0) (type default)) - (uuid d7e2c546-2788-4fd6-adf6-05d3147155ca) - ) - (wire (pts (xy 110.49 124.46) (xy 110.49 119.38)) - (stroke (width 0) (type default)) - (uuid f3c511fe-5bf4-4737-b38e-a33a6f12a624) - ) - - (text "fm_level" (at 30.48 66.04 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 066cd23c-7048-4c20-9d04-bfcda5a47a97) - ) - (text "Power" (at 137.16 191.77 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 32a5fc83-a6f2-46e5-9e8e-5e5ed2ffe226) - ) - (text "freq" (at 29.21 95.25 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7e7c0b83-e652-43c3-a3f4-09c74ad0594e) - ) - (text "resonance" (at 87.63 142.24 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f9151ff7-b237-4560-80bc-65bfdf3ce7e7) - ) - - (label "freq" (at 189.23 54.61 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 068152df-b725-4ae5-b084-1820327cb195) - ) - (label "in" (at 189.23 59.69 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 1764626f-bde6-4e06-a6f9-2233b7af0978) - ) - (label "fm_level_3" (at 189.23 46.99 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 36fdef7f-5f2d-48e7-9add-4be41f332682) - ) - (label "freq" (at 41.91 92.71 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 41258ce5-2ff8-46d8-8bab-e8f95ffb87d9) - ) - (label "in" (at 43.18 138.43 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 48a977c1-bfe2-4fb7-9e89-11cb56bfacdb) - ) - (label "res_1" (at 189.23 62.23 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 4c888011-c34b-4873-9ef8-6eb1d95aa1ea) - ) - (label "res_2" (at 143.51 97.79 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 4dc49443-6627-41ac-95b3-54810dcfdaf3) - ) - (label "res_1" (at 92.71 97.79 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 53971f0c-2cfe-4c69-b9e4-e6dc8a8ecc22) - ) - (label "res_2" (at 189.23 64.77 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 5fcb9449-7d12-4687-85c4-4e4a916b71b3) - ) - (label "fm_level_1" (at 46.99 55.88 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7603a86a-5615-4d3d-9100-bcb8640e7a4c) - ) - (label "bp_out" (at 189.23 67.31 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7841601b-adfb-4db6-8f97-29891e6b13d8) - ) - (label "fm_level_2" (at 189.23 49.53 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7e80f81e-dcac-4a81-b76d-f5f4cf12e7c8) - ) - (label "fm_level_2" (at 46.99 62.23 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid ab2e3bc7-f28f-421c-bcd3-9c72a26a1a8d) - ) - (label "cv" (at 43.18 120.65 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid b5e095b7-8400-4e82-8278-7eaf552d3a6d) - ) - (label "fm_level_3" (at 46.99 68.58 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c3ced1b2-490d-45b5-b33b-eb8075e08430) - ) - (label "fm_in" (at 189.23 44.45 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c7ab953b-8785-4c43-a90f-4bae33834225) - ) - (label "fm_level_1" (at 189.23 52.07 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid caee29de-8d73-4320-9c57-e855d733564e) - ) - (label "fm_in" (at 43.18 43.18 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d55eff04-fdf2-445d-b07b-b09c6319c0c0) - ) - (label "bp_out" (at 96.52 44.45 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid e774f3b5-6359-4e93-8bef-051106c8334b) - ) - (label "cv" (at 189.23 57.15 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f2260489-ee6b-48db-a3dc-1c3bc634f8f6) - ) - (label "lp_out" (at 189.23 69.85 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f7e5c370-9d65-49fd-80d4-f773e7ccc4ca) - ) - (label "lp_out" (at 96.52 64.77 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid fb8cfcc9-ac6a-491d-b8f1-84de9b03c3f2) - ) - - (symbol (lib_id "power:+15V") (at 189.23 36.83 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d4f6dc6) - (property "Reference" "#PWR012" (at 185.42 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 192.4812 37.211 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 189.23 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 189.23 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3d77f60d-8e2c-4bf2-8ae9-fe501e2dbab3)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 189.23 39.37 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d4f7290) - (property "Reference" "#PWR013" (at 191.77 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 192.4812 39.751 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 189.23 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 189.23 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 46fbd57f-f8c2-440c-8d2d-c77f8de5d28c)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR013") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 189.23 41.91 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d4f767a) - (property "Reference" "#PWR014" (at 195.58 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 192.4812 41.783 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 189.23 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 189.23 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d965b4d8-dc9b-47e7-951f-830e9eee2d5f)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR014") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 158.75 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6db9a0) - (property "Reference" "H1" (at 161.29 176.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 161.29 178.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 158.75 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 158.75 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 158.75 182.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6dc0fc) - (property "Reference" "H2" (at 161.29 181.7116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 161.29 184.023 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 158.75 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 158.75 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 158.75 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6dc549) - (property "Reference" "H3" (at 161.29 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 161.29 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 158.75 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 158.75 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 158.75 193.04 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6dca0e) - (property "Reference" "H4" (at 161.29 191.8716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 161.29 194.183 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 158.75 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 158.75 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "H4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 142.24 182.88 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e084229) - (property "Reference" "#FLG01" (at 140.335 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 138.9888 182.88 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 142.24 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 142.24 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4d73a57b-7e45-4403-8d42-b5fecd835433)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 142.24 182.88 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e084230) - (property "Reference" "#PWR09" (at 138.43 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 145.4912 183.261 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 142.24 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 142.24 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 24a56288-4128-45dd-a922-b8f5a96e8675)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 142.24 185.42 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e084231) - (property "Reference" "#PWR010" (at 144.78 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 145.4912 185.801 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 142.24 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 142.24 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid df8f0dae-6b88-4dd2-9153-eb221e5d29df)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 142.24 187.96 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e084232) - (property "Reference" "#PWR011" (at 148.59 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 147.32 187.96 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 142.24 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 142.24 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f7df0d5f-a1c1-4572-b58f-d475cd1dc29a)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 142.24 185.42 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e084233) - (property "Reference" "#FLG02" (at 140.335 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 138.9888 185.42 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 142.24 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 142.24 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 84ae4859-64df-413c-875e-91e3533080ef)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 142.24 187.96 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e084234) - (property "Reference" "#FLG03" (at 140.335 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 138.9888 187.96 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 142.24 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 142.24 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 52f59b1a-25d3-4234-811d-d72a5f3b6faf)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#FLG03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 38.1 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece7338) - (property "Reference" "J1" (at 38.9128 34.925 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "FM_IN" (at 38.9128 37.2364 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 38.1 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 38.1 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 18f67bc5-e0e8-48f1-bb07-103d869e2d0f)) - (pin "T" (uuid 3d90f983-7291-4b06-9967-48a1148ffed3)) - (pin "TN" (uuid 93063eeb-1bb8-4627-b9e4-0ef340655e37)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 43.18 40.64 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ece7ea6) - (property "Reference" "#PWR03" (at 49.53 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 46.4312 40.513 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 43.18 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 43.18 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8f2e5b0e-e81c-491c-b9b6-041d6811ac4b)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 38.1 62.23 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ecee43c) - (property "Reference" "RV1" (at 36.322 63.3984 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 36.322 61.087 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 38.1 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 38.1 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4483d20a-3941-46f8-81b6-082b84462e2c)) - (pin "2" (uuid 5a5f3ae0-f713-42b8-be3a-338362cfb15d)) - (pin "3" (uuid e2c04c21-9319-477f-8e20-7a46f6156b52)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "RV1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 38.1 120.65 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed3435a) - (property "Reference" "J2" (at 38.9128 112.395 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CV_IN" (at 38.9128 114.7064 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 38.1 120.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 38.1 120.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid ea48ab4b-71d3-408a-8f31-cc73d7c56fbe)) - (pin "T" (uuid 958806d6-fc5f-4510-94ff-8d4891dd9776)) - (pin "TN" (uuid be199c64-ba8d-40a6-92fd-ea1d8f45e23c)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 43.18 118.11 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed34360) - (property "Reference" "#PWR04" (at 49.53 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 46.4312 117.983 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 43.18 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 43.18 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3f766522-7ada-4a4a-a87e-2049b4a82dae)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 38.1 138.43 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed35e7f) - (property "Reference" "J3" (at 38.9128 130.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "INPUT" (at 38.9128 132.4864 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 38.1 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 38.1 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 6cd4945a-126c-4c0a-a976-f2657b99e796)) - (pin "T" (uuid 99f61903-81f3-4975-845a-5104bdf1c3a3)) - (pin "TN" (uuid 5d81f507-6dab-4b32-bfcd-f709695ed870)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 43.18 135.89 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed35e85) - (property "Reference" "#PWR05" (at 49.53 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 46.4312 135.763 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 43.18 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 43.18 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d16763f9-d2fd-4e9c-9d30-509dab0cd36c)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 92.71 132.08 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ed5cfce) - (property "Reference" "RV3" (at 91.5416 133.8326 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 93.853 133.8326 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 92.71 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e52e2947-f6f5-43ef-8642-2f49bfa45b77)) - (pin "2" (uuid 9aaad195-b012-444e-8e51-19d047531ce7)) - (pin "3" (uuid d3ff3131-af7d-4cc9-9ab8-24a34582845b)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "RV3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 100.33 64.77 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edc0373) - (property "Reference" "R5" (at 100.33 59.5122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1k" (at 100.33 61.8236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 100.33 66.548 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 100.33 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2e9bd23a-cc1f-4cf5-852f-78135bbc7e0b)) - (pin "2" (uuid 1f3c79eb-cefe-4e6f-bb90-08a2f421d2bd)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 116.84 64.77 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edc2b0a) - (property "Reference" "J5" (at 116.0272 56.515 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LP_OUT" (at 116.0272 58.8264 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 116.84 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 116.84 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 954db32f-4399-44ca-9a3c-dcb64627cdba)) - (pin "T" (uuid 846591fa-a965-4691-a18d-190b53857600)) - (pin "TN" (uuid 3ea6b437-4dbe-4309-9806-a1ac0f7171f7)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "J5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 111.76 62.23 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edcec47) - (property "Reference" "#PWR08" (at 105.41 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 108.5088 62.357 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 111.76 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 111.76 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c306ed28-4f5d-49b9-97df-64e0ed746e7a)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 118.11 124.46 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edd8ea4) - (property "Reference" "D2" (at 118.11 118.9736 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 118.11 121.285 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 118.11 128.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 118.11 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid aefc09be-948d-48a6-bdc6-939953dfaad5)) - (pin "2" (uuid 9d58d206-312d-473d-be45-75a2fd55bcef)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x14_Pin") (at 184.15 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edd90e8) - (property "Reference" "J6" (at 186.8932 32.2326 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "01x14 Male" (at 186.8932 34.544 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x14_P2.54mm_Vertical" (at 184.15 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 184.15 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3dc34d7e-ebb8-452a-bb36-8febee75849d)) - (pin "10" (uuid ea503a63-e0f8-47c0-9d34-9caacf8c8012)) - (pin "11" (uuid ad45960e-ccc5-4d81-a12f-a3d05311c96d)) - (pin "12" (uuid 8dcc81e5-297f-4827-b783-f8982da5c997)) - (pin "13" (uuid bd90250b-ea1b-44d2-86c4-d9f4fe3d36d1)) - (pin "14" (uuid bfb5b357-85ed-45cc-8b6a-b6fd0718e0ab)) - (pin "2" (uuid 2004512f-aa3e-4bf5-9af8-08de1f75aa59)) - (pin "3" (uuid 8f6ba413-2773-4232-abc7-8e7a57ae0244)) - (pin "4" (uuid 1d09f1cf-fbeb-42f7-8c89-341a7e1900b1)) - (pin "5" (uuid c7835470-e5e0-4e62-b34f-88f8e88844a3)) - (pin "6" (uuid 59446da9-ce08-4803-b48e-96f0ab28624b)) - (pin "7" (uuid 85fc0091-22aa-4848-9725-ccca0d03a3de)) - (pin "8" (uuid 2be5be51-04fc-452c-9da4-3b388eb09461)) - (pin "9" (uuid 3e29a2e2-b4cb-464e-9e4a-31d417c237bd)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "J6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 118.11 114.3 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edd9df0) - (property "Reference" "D1" (at 118.11 108.8136 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 118.11 111.125 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 118.11 109.855 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 118.11 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5aadc09b-8d24-4a46-a7c8-9193deee463b)) - (pin "2" (uuid 0a3b4abc-72c6-4ff2-bdbb-451014ee60d5)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Switch:SW_SPDT") (at 132.08 119.38 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005edead52) - (property "Reference" "SW1" (at 132.08 112.141 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Switch" (at 132.08 114.4524 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:SPDT_KIT" (at 132.08 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 132.08 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fd9fb038-d15c-405f-ae49-c93df21bc049)) - (pin "2" (uuid 45d9dd41-26ed-405c-a433-64e24df680a7)) - (pin "3" (uuid 584070c8-8ec5-4925-ac22-8915c38ecfb9)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "SW1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 82.55 132.08 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ee26300) - (property "Reference" "R2" (at 82.55 126.8222 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100" (at 82.55 129.1336 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 82.55 133.858 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 82.55 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4542c0ed-bd8c-465c-8e4b-040da469140b)) - (pin "2" (uuid 77478798-7d4b-478e-a03f-b67094998488)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 76.2 133.35 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ee26832) - (property "Reference" "#PWR06" (at 76.2 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 76.327 137.7442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 76.2 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 76.2 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c02ed0a8-6e93-4730-933c-513ac0231566)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 102.87 119.38 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ee2cff5) - (property "Reference" "R6" (at 102.87 114.1222 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "470" (at 102.87 116.4336 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 102.87 121.158 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 102.87 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 36556b3c-13e2-4c9d-aed3-decd9df40b30)) - (pin "2" (uuid e3a0322a-a158-4cdc-8550-dc38914740e8)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 111.76 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ee472eb) - (property "Reference" "R3" (at 97.9678 111.76 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "27k" (at 95.6564 111.76 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 90.932 111.76 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 41f3ee32-d4bf-49ef-9282-9ea74f140a83)) - (pin "2" (uuid 771814e0-41c6-4a88-b5c0-3aa403181a1e)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 38.1 92.71 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005eec67ec) - (property "Reference" "RV2" (at 36.3474 93.8784 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 36.3474 91.567 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 38.1 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 38.1 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e044a6f0-bc2f-4b34-9401-daa4563d4af5)) - (pin "2" (uuid 87db19bd-f90c-4126-8b38-7796caf7c81a)) - (pin "3" (uuid 9f6525cc-1ff7-4cf5-b447-9761ad584e24)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "RV2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 38.1 100.33 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005eed7b17) - (property "Reference" "R1" (at 39.878 99.1616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "47k" (at 39.878 101.473 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 39.878 100.33 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 38.1 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid de49821b-2222-4017-8ded-a94e4ecf8dd3)) - (pin "2" (uuid 835be869-f35b-4f85-afb8-a1483981aa02)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 38.1 104.14 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005eede991) - (property "Reference" "#PWR02" (at 38.1 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 37.719 108.5342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 38.1 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 38.1 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 996db30e-155c-468d-831d-a2cf6d2440cd)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 38.1 88.9 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005eee031a) - (property "Reference" "#PWR01" (at 38.1 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 38.481 84.5058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 38.1 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 38.1 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7bb72408-7f5b-4024-8b19-d73af32b0bff)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 100.33 44.45 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef649ea) - (property "Reference" "R4" (at 100.33 39.1922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1k" (at 100.33 41.5036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 100.33 46.228 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 100.33 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ce4e4884-12a5-4cb0-b050-6275fdbd1c26)) - (pin "2" (uuid 047d1f34-d82d-4d4b-99f6-0e48eb6b6331)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 116.84 44.45 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef649f0) - (property "Reference" "J4" (at 116.0272 36.195 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "BP_OUT" (at 116.0272 38.5064 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 03a87ed1-92ec-4e0f-a54e-455ee1feabbb)) - (pin "T" (uuid bdb5473b-10fc-4221-bfb4-d318b53e6491)) - (pin "TN" (uuid face5e61-1ad5-41a9-a8b2-3fc8b7a81460)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "J4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 111.76 41.91 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ef649f9) - (property "Reference" "#PWR07" (at 105.41 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 108.5088 42.037 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 111.76 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 111.76 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dd5b728f-c7c2-4615-84a8-ae48348c8d3f)) - (instances - (project "mount" - (path "/404b81d6-0090-48a2-b439-f306bc1b8067" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "404b81d6-0090-48a2-b439-f306bc1b8067") + (paper "A4") + (title_block + (title "ПОЛИВОКС") + (date "2020-06-01") + (rev "01") + (comment 1 "schema for mount circuit") + (comment 2 "polivoks LM4250 VCF") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Connector:Conn_01x14_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 17.78 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x14_Pin" + (at 0 -20.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x14, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x14_Pin_1_1" + (polyline + (pts + (xy 1.27 -17.78) (xy 0.8636 -17.78) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -15.24) (xy 0.8636 -15.24) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -12.7) (xy 0.8636 -12.7) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -10.16) (xy 0.8636 -10.16) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -7.62) (xy 0.8636 -7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -5.08) (xy 0.8636 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 5.08) (xy 0.8636 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 7.62) (xy 0.8636 7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 10.16) (xy 0.8636 10.16) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 12.7) (xy 0.8636 12.7) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 15.24) (xy 0.8636 15.24) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -17.653) + (end 0 -17.907) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -15.113) + (end 0 -15.367) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -12.573) + (end 0 -12.827) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -10.033) + (end 0 -10.287) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -7.493) + (end 0 -7.747) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 7.747) + (end 0 7.493) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 10.287) + (end 0 10.033) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 12.827) + (end 0 12.573) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 15.367) + (end 0 15.113) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 15.24 180) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -7.62 180) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -10.16 180) + (length 3.81) + (name "Pin_11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -12.7 180) + (length 3.81) + (name "Pin_12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -15.24 180) + (length 3.81) + (name "Pin_13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -17.78 180) + (length 3.81) + (name "Pin_14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 12.7 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 10.16 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 7.62 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 5.08 180) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -5.08 180) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Jack*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AudioJack2_SwitchT_0_1" + (rectangle + (start -2.54 0) + (end -3.81 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.778 -0.254) (xy 2.032 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0.635 -0.635) (xy 1.27 0) (xy 2.54 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 1.778 -2.54) (xy 1.778 -0.254) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy -0.635 2.54) (xy -0.635 0) (xy -1.27 -0.635) (xy -1.905 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.54 3.81) + (end -2.54 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AudioJack2_SwitchT_1_1" + (pin passive line + (at 5.08 2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "T" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_Potentiometer" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_0_1" + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.143 0) (xy 2.286 0.508) (xy 2.286 -0.508) (xy 1.143 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Diode:1N4148" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "D*DO?35*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "1N4148_0_1" + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "1N4148_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "Switch:SW_SPDT" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "SW" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SW_SPDT" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Switch, single pole double throw" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "switch single-pole double-throw spdt ON-ON" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SW_SPDT_0_1" + (circle + (center -2.032 0) + (radius 0.4572) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.651 0.254) (xy 1.651 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 -2.54) + (radius 0.4572) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 2.54) + (radius 0.4572) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "SW_SPDT_1_1" + (rectangle + (start -3.175 3.81) + (end 3.175 -3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+15V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+15V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "-15V_0_0" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "-15V_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 110.49 119.38) + (diameter 0) + (color 0 0 0 0) + (uuid "6d5bc692-079c-4739-a73d-f81a2d000d49") + ) + (junction + (at 143.51 116.84) + (diameter 0) + (color 0 0 0 0) + (uuid "ac7b093d-09a5-4fed-8bc3-eba56c9fe9dc") + ) + (junction + (at 124.46 119.38) + (diameter 0) + (color 0 0 0 0) + (uuid "b58161d8-34d4-4dc9-b701-6ee963ae72f0") + ) + (junction + (at 92.71 119.38) + (diameter 0) + (color 0 0 0 0) + (uuid "c4fa5b75-1faa-42df-afe5-6205d9cd696e") + ) + (no_connect + (at 43.18 45.72) + (uuid "295f6f98-0c39-4616-b1dc-89b7e29bf446") + ) + (no_connect + (at 137.16 121.92) + (uuid "43fe6f5e-3571-44b4-9148-98ae390265cb") + ) + (no_connect + (at 43.18 123.19) + (uuid "7e1b96f4-2feb-4a36-abbc-034b5ebcef02") + ) + (no_connect + (at 111.76 46.99) + (uuid "b5b818d4-ea7d-43fe-bb85-d4d1032e9649") + ) + (no_connect + (at 43.18 140.97) + (uuid "cf687c37-158a-46f6-bc4a-54493b638582") + ) + (no_connect + (at 111.76 67.31) + (uuid "e907e720-0418-4722-ad8f-1d71ba07d649") + ) + (wire + (pts + (xy 88.9 132.08) (xy 86.36 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0d7e60cd-7666-48ac-a2bc-af61a1ea75c5") + ) + (wire + (pts + (xy 92.71 115.57) (xy 92.71 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a33030e-5591-4c5a-a5de-bb4726d54985") + ) + (wire + (pts + (xy 124.46 114.3) (xy 124.46 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f8fdfa3-5aae-4219-80a7-13f77ba68cc3") + ) + (wire + (pts + (xy 127 119.38) (xy 124.46 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37ea7d36-c06d-403a-8c84-c4605e94aa0f") + ) + (wire + (pts + (xy 143.51 132.08) (xy 143.51 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3b5e6e1f-2193-48cc-bfcb-7f4dea4e41b5") + ) + (wire + (pts + (xy 76.2 132.08) (xy 76.2 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43929e12-7de1-4cec-991e-db17315cf5ed") + ) + (wire + (pts + (xy 104.14 44.45) (xy 111.76 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "473849ac-3a07-4c97-976d-f0c7ecdd0635") + ) + (wire + (pts + (xy 114.3 124.46) (xy 110.49 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4cb408ad-d7f9-4713-822f-b8ed1a434836") + ) + (wire + (pts + (xy 96.52 132.08) (xy 143.51 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "576a70e5-306e-4134-a1ad-27dce8a7c871") + ) + (wire + (pts + (xy 78.74 132.08) (xy 76.2 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5834adf9-de4b-446f-b392-96bcbb895706") + ) + (wire + (pts + (xy 46.99 68.58) (xy 38.1 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f8db7ed-e5b5-4450-b2bf-fc0cd096972c") + ) + (wire + (pts + (xy 137.16 116.84) (xy 143.51 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "67b9f1dd-083d-4dba-8d9f-f64c11397708") + ) + (wire + (pts + (xy 124.46 119.38) (xy 124.46 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f536024-2eba-47d6-85cf-b13f5a0e0090") + ) + (wire + (pts + (xy 143.51 97.79) (xy 143.51 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8154e392-c120-40b0-bc66-9ecb5ea84aa3") + ) + (wire + (pts + (xy 106.68 119.38) (xy 110.49 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "81b2f32d-2cc4-45f5-a48c-c540f1be7902") + ) + (wire + (pts + (xy 114.3 114.3) (xy 110.49 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "95b8e38d-928c-46b4-b333-40dbbfcce88f") + ) + (wire + (pts + (xy 104.14 64.77) (xy 111.76 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9f3af5ad-e717-4991-9b14-2e9cd34629aa") + ) + (wire + (pts + (xy 38.1 68.58) (xy 38.1 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a797af32-2c97-4e33-878f-67f2093f3a53") + ) + (wire + (pts + (xy 38.1 55.88) (xy 38.1 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b3754d82-e7da-483f-bd6c-055a1bddfb29") + ) + (wire + (pts + (xy 124.46 124.46) (xy 121.92 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b3a8d74c-05ac-4688-bb1e-a8e85aaf4256") + ) + (wire + (pts + (xy 92.71 97.79) (xy 92.71 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b52a39ab-df20-4404-84f9-d0d90a388129") + ) + (wire + (pts + (xy 92.71 128.27) (xy 92.71 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b763df18-7c68-4119-8393-3755348b50d2") + ) + (wire + (pts + (xy 110.49 114.3) (xy 110.49 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b9975f7a-7097-431d-a215-e1f640136fcc") + ) + (wire + (pts + (xy 41.91 62.23) (xy 46.99 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c7240ab8-4cf8-43ec-a0ab-71b19686e111") + ) + (wire + (pts + (xy 92.71 119.38) (xy 99.06 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c772e698-c9d4-46e3-9944-926ffe15aa76") + ) + (wire + (pts + (xy 46.99 55.88) (xy 38.1 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ccbbdef9-c21c-43eb-a1a7-8eb038d1b1ca") + ) + (wire + (pts + (xy 121.92 114.3) (xy 124.46 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d7e2c546-2788-4fd6-adf6-05d3147155ca") + ) + (wire + (pts + (xy 110.49 124.46) (xy 110.49 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f3c511fe-5bf4-4737-b38e-a33a6f12a624") + ) + (text "fm_level" + (exclude_from_sim no) + (at 30.48 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "066cd23c-7048-4c20-9d04-bfcda5a47a97") + ) + (text "Power" + (exclude_from_sim no) + (at 137.16 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "32a5fc83-a6f2-46e5-9e8e-5e5ed2ffe226") + ) + (text "freq" + (exclude_from_sim no) + (at 29.21 95.25 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7e7c0b83-e652-43c3-a3f4-09c74ad0594e") + ) + (text "resonance" + (exclude_from_sim no) + (at 87.63 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f9151ff7-b237-4560-80bc-65bfdf3ce7e7") + ) + (label "freq" + (at 189.23 54.61 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "068152df-b725-4ae5-b084-1820327cb195") + ) + (label "in" + (at 189.23 59.69 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1764626f-bde6-4e06-a6f9-2233b7af0978") + ) + (label "fm_level_3" + (at 189.23 46.99 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "36fdef7f-5f2d-48e7-9add-4be41f332682") + ) + (label "freq" + (at 41.91 92.71 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "41258ce5-2ff8-46d8-8bab-e8f95ffb87d9") + ) + (label "in" + (at 43.18 138.43 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "48a977c1-bfe2-4fb7-9e89-11cb56bfacdb") + ) + (label "res_1" + (at 189.23 62.23 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4c888011-c34b-4873-9ef8-6eb1d95aa1ea") + ) + (label "res_2" + (at 143.51 97.79 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4dc49443-6627-41ac-95b3-54810dcfdaf3") + ) + (label "res_1" + (at 92.71 97.79 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "53971f0c-2cfe-4c69-b9e4-e6dc8a8ecc22") + ) + (label "res_2" + (at 189.23 64.77 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5fcb9449-7d12-4687-85c4-4e4a916b71b3") + ) + (label "fm_level_1" + (at 46.99 55.88 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7603a86a-5615-4d3d-9100-bcb8640e7a4c") + ) + (label "bp_out" + (at 189.23 67.31 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7841601b-adfb-4db6-8f97-29891e6b13d8") + ) + (label "fm_level_2" + (at 189.23 49.53 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7e80f81e-dcac-4a81-b76d-f5f4cf12e7c8") + ) + (label "fm_level_2" + (at 46.99 62.23 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ab2e3bc7-f28f-421c-bcd3-9c72a26a1a8d") + ) + (label "cv" + (at 43.18 120.65 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b5e095b7-8400-4e82-8278-7eaf552d3a6d") + ) + (label "fm_level_3" + (at 46.99 68.58 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c3ced1b2-490d-45b5-b33b-eb8075e08430") + ) + (label "fm_in" + (at 189.23 44.45 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c7ab953b-8785-4c43-a90f-4bae33834225") + ) + (label "fm_level_1" + (at 189.23 52.07 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "caee29de-8d73-4320-9c57-e855d733564e") + ) + (label "fm_in" + (at 43.18 43.18 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d55eff04-fdf2-445d-b07b-b09c6319c0c0") + ) + (label "bp_out" + (at 96.52 44.45 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "e774f3b5-6359-4e93-8bef-051106c8334b") + ) + (label "cv" + (at 189.23 57.15 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f2260489-ee6b-48db-a3dc-1c3bc634f8f6") + ) + (label "lp_out" + (at 189.23 69.85 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f7e5c370-9d65-49fd-80d4-f773e7ccc4ca") + ) + (label "lp_out" + (at 96.52 64.77 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "fb8cfcc9-ac6a-491d-b8f1-84de9b03c3f2") + ) + (symbol + (lib_id "power:+15V") + (at 189.23 36.83 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d4f6dc6") + (property "Reference" "#PWR012" + (at 185.42 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 192.4812 37.211 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 189.23 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 189.23 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 189.23 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3d77f60d-8e2c-4bf2-8ae9-fe501e2dbab3") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 189.23 39.37 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d4f7290") + (property "Reference" "#PWR013" + (at 191.77 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 192.4812 39.751 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 189.23 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 189.23 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 189.23 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "46fbd57f-f8c2-440c-8d2d-c77f8de5d28c") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 189.23 41.91 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d4f767a") + (property "Reference" "#PWR014" + (at 195.58 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 192.4812 41.783 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 189.23 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 189.23 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 189.23 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d965b4d8-dc9b-47e7-951f-830e9eee2d5f") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 158.75 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6db9a0") + (property "Reference" "H1" + (at 161.29 176.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 161.29 178.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 158.75 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 158.75 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 158.75 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 158.75 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6dc0fc") + (property "Reference" "H2" + (at 161.29 181.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 161.29 184.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 158.75 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 158.75 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 158.75 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 158.75 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6dc549") + (property "Reference" "H3" + (at 161.29 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 161.29 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 158.75 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 158.75 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 158.75 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 158.75 193.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6dca0e") + (property "Reference" "H4" + (at 161.29 191.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 161.29 194.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 158.75 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 158.75 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 158.75 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 142.24 182.88 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e084229") + (property "Reference" "#FLG01" + (at 140.335 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 138.9888 182.88 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 142.24 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 142.24 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 142.24 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4d73a57b-7e45-4403-8d42-b5fecd835433") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 142.24 182.88 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e084230") + (property "Reference" "#PWR09" + (at 138.43 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 145.4912 183.261 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 142.24 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 142.24 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 142.24 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "24a56288-4128-45dd-a922-b8f5a96e8675") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 142.24 185.42 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e084231") + (property "Reference" "#PWR010" + (at 144.78 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 145.4912 185.801 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 142.24 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 142.24 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 142.24 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "df8f0dae-6b88-4dd2-9153-eb221e5d29df") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 142.24 187.96 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e084232") + (property "Reference" "#PWR011" + (at 148.59 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 147.32 187.96 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 142.24 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 142.24 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 142.24 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f7df0d5f-a1c1-4572-b58f-d475cd1dc29a") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 142.24 185.42 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e084233") + (property "Reference" "#FLG02" + (at 140.335 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 138.9888 185.42 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 142.24 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 142.24 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 142.24 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "84ae4859-64df-413c-875e-91e3533080ef") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 142.24 187.96 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e084234") + (property "Reference" "#FLG03" + (at 140.335 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 138.9888 187.96 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 142.24 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 142.24 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 142.24 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "52f59b1a-25d3-4234-811d-d72a5f3b6faf") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 38.1 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece7338") + (property "Reference" "J1" + (at 38.9128 34.925 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "FM_IN" + (at 38.9128 37.2364 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 38.1 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 38.1 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 38.1 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "18f67bc5-e0e8-48f1-bb07-103d869e2d0f") + ) + (pin "T" + (uuid "3d90f983-7291-4b06-9967-48a1148ffed3") + ) + (pin "TN" + (uuid "93063eeb-1bb8-4627-b9e4-0ef340655e37") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 43.18 40.64 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ece7ea6") + (property "Reference" "#PWR03" + (at 49.53 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 46.4312 40.513 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 43.18 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 43.18 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 43.18 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8f2e5b0e-e81c-491c-b9b6-041d6811ac4b") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 38.1 62.23 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ecee43c") + (property "Reference" "RV1" + (at 36.322 63.3984 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 36.322 61.087 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 38.1 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 38.1 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 38.1 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4483d20a-3941-46f8-81b6-082b84462e2c") + ) + (pin "2" + (uuid "5a5f3ae0-f713-42b8-be3a-338362cfb15d") + ) + (pin "3" + (uuid "e2c04c21-9319-477f-8e20-7a46f6156b52") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 38.1 120.65 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed3435a") + (property "Reference" "J2" + (at 38.9128 112.395 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CV_IN" + (at 38.9128 114.7064 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 38.1 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 38.1 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 38.1 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "ea48ab4b-71d3-408a-8f31-cc73d7c56fbe") + ) + (pin "T" + (uuid "958806d6-fc5f-4510-94ff-8d4891dd9776") + ) + (pin "TN" + (uuid "be199c64-ba8d-40a6-92fd-ea1d8f45e23c") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 43.18 118.11 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed34360") + (property "Reference" "#PWR04" + (at 49.53 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 46.4312 117.983 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 43.18 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 43.18 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 43.18 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3f766522-7ada-4a4a-a87e-2049b4a82dae") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 38.1 138.43 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed35e7f") + (property "Reference" "J3" + (at 38.9128 130.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "INPUT" + (at 38.9128 132.4864 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 38.1 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 38.1 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 38.1 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "6cd4945a-126c-4c0a-a976-f2657b99e796") + ) + (pin "T" + (uuid "99f61903-81f3-4975-845a-5104bdf1c3a3") + ) + (pin "TN" + (uuid "5d81f507-6dab-4b32-bfcd-f709695ed870") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 43.18 135.89 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed35e85") + (property "Reference" "#PWR05" + (at 49.53 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 46.4312 135.763 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 43.18 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 43.18 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 43.18 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d16763f9-d2fd-4e9c-9d30-509dab0cd36c") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 92.71 132.08 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ed5cfce") + (property "Reference" "RV3" + (at 91.5416 133.8326 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 93.853 133.8326 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 92.71 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 92.71 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e52e2947-f6f5-43ef-8642-2f49bfa45b77") + ) + (pin "2" + (uuid "9aaad195-b012-444e-8e51-19d047531ce7") + ) + (pin "3" + (uuid "d3ff3131-af7d-4cc9-9ab8-24a34582845b") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "RV3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 100.33 64.77 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edc0373") + (property "Reference" "R5" + (at 100.33 59.5122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 100.33 61.8236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 100.33 66.548 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 100.33 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 100.33 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2e9bd23a-cc1f-4cf5-852f-78135bbc7e0b") + ) + (pin "2" + (uuid "1f3c79eb-cefe-4e6f-bb90-08a2f421d2bd") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 116.84 64.77 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edc2b0a") + (property "Reference" "J5" + (at 116.0272 56.515 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LP_OUT" + (at 116.0272 58.8264 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 116.84 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 116.84 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "954db32f-4399-44ca-9a3c-dcb64627cdba") + ) + (pin "T" + (uuid "846591fa-a965-4691-a18d-190b53857600") + ) + (pin "TN" + (uuid "3ea6b437-4dbe-4309-9806-a1ac0f7171f7") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 111.76 62.23 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edcec47") + (property "Reference" "#PWR08" + (at 105.41 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 108.5088 62.357 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 111.76 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 111.76 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 111.76 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c306ed28-4f5d-49b9-97df-64e0ed746e7a") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 118.11 124.46 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edd8ea4") + (property "Reference" "D2" + (at 118.11 118.9736 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 118.11 121.285 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 118.11 128.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 118.11 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 118.11 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 118.11 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 118.11 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aefc09be-948d-48a6-bdc6-939953dfaad5") + ) + (pin "2" + (uuid "9d58d206-312d-473d-be45-75a2fd55bcef") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x14_Pin") + (at 184.15 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edd90e8") + (property "Reference" "J6" + (at 186.8932 32.2326 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "01x14 Male" + (at 186.8932 34.544 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x14_P2.54mm_Vertical" + (at 184.15 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 184.15 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x14, script generated" + (at 184.15 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3dc34d7e-ebb8-452a-bb36-8febee75849d") + ) + (pin "10" + (uuid "ea503a63-e0f8-47c0-9d34-9caacf8c8012") + ) + (pin "11" + (uuid "ad45960e-ccc5-4d81-a12f-a3d05311c96d") + ) + (pin "12" + (uuid "8dcc81e5-297f-4827-b783-f8982da5c997") + ) + (pin "13" + (uuid "bd90250b-ea1b-44d2-86c4-d9f4fe3d36d1") + ) + (pin "14" + (uuid "bfb5b357-85ed-45cc-8b6a-b6fd0718e0ab") + ) + (pin "2" + (uuid "2004512f-aa3e-4bf5-9af8-08de1f75aa59") + ) + (pin "3" + (uuid "8f6ba413-2773-4232-abc7-8e7a57ae0244") + ) + (pin "4" + (uuid "1d09f1cf-fbeb-42f7-8c89-341a7e1900b1") + ) + (pin "5" + (uuid "c7835470-e5e0-4e62-b34f-88f8e88844a3") + ) + (pin "6" + (uuid "59446da9-ce08-4803-b48e-96f0ab28624b") + ) + (pin "7" + (uuid "85fc0091-22aa-4848-9725-ccca0d03a3de") + ) + (pin "8" + (uuid "2be5be51-04fc-452c-9da4-3b388eb09461") + ) + (pin "9" + (uuid "3e29a2e2-b4cb-464e-9e4a-31d417c237bd") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 118.11 114.3 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edd9df0") + (property "Reference" "D1" + (at 118.11 108.8136 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 118.11 111.125 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 118.11 109.855 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 118.11 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 118.11 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 118.11 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 118.11 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5aadc09b-8d24-4a46-a7c8-9193deee463b") + ) + (pin "2" + (uuid "0a3b4abc-72c6-4ff2-bdbb-451014ee60d5") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_SPDT") + (at 132.08 119.38 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005edead52") + (property "Reference" "SW1" + (at 132.08 112.141 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Switch" + (at 132.08 114.4524 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:SPDT_KIT" + (at 132.08 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 132.08 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Switch, single pole double throw" + (at 132.08 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fd9fb038-d15c-405f-ae49-c93df21bc049") + ) + (pin "2" + (uuid "45d9dd41-26ed-405c-a433-64e24df680a7") + ) + (pin "3" + (uuid "584070c8-8ec5-4925-ac22-8915c38ecfb9") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "SW1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 82.55 132.08 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ee26300") + (property "Reference" "R2" + (at 82.55 126.8222 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 82.55 129.1336 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 82.55 133.858 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 82.55 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 82.55 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4542c0ed-bd8c-465c-8e4b-040da469140b") + ) + (pin "2" + (uuid "77478798-7d4b-478e-a03f-b67094998488") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 76.2 133.35 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ee26832") + (property "Reference" "#PWR06" + (at 76.2 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 76.327 137.7442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 76.2 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 76.2 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 76.2 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c02ed0a8-6e93-4730-933c-513ac0231566") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 102.87 119.38 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ee2cff5") + (property "Reference" "R6" + (at 102.87 114.1222 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "470" + (at 102.87 116.4336 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 102.87 121.158 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 102.87 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 102.87 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "36556b3c-13e2-4c9d-aed3-decd9df40b30") + ) + (pin "2" + (uuid "e3a0322a-a158-4cdc-8550-dc38914740e8") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 111.76 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ee472eb") + (property "Reference" "R3" + (at 97.9678 111.76 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "27k" + (at 95.6564 111.76 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 90.932 111.76 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 92.71 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "41f3ee32-d4bf-49ef-9282-9ea74f140a83") + ) + (pin "2" + (uuid "771814e0-41c6-4a88-b5c0-3aa403181a1e") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 38.1 92.71 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005eec67ec") + (property "Reference" "RV2" + (at 36.3474 93.8784 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 36.3474 91.567 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 38.1 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 38.1 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 38.1 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e044a6f0-bc2f-4b34-9401-daa4563d4af5") + ) + (pin "2" + (uuid "87db19bd-f90c-4126-8b38-7796caf7c81a") + ) + (pin "3" + (uuid "9f6525cc-1ff7-4cf5-b447-9761ad584e24") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "RV2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 38.1 100.33 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005eed7b17") + (property "Reference" "R1" + (at 39.878 99.1616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 39.878 101.473 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 39.878 100.33 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 38.1 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 38.1 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "de49821b-2222-4017-8ded-a94e4ecf8dd3") + ) + (pin "2" + (uuid "835be869-f35b-4f85-afb8-a1483981aa02") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 38.1 104.14 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005eede991") + (property "Reference" "#PWR02" + (at 38.1 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 37.719 108.5342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 38.1 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 38.1 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 38.1 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "996db30e-155c-468d-831d-a2cf6d2440cd") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 38.1 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005eee031a") + (property "Reference" "#PWR01" + (at 38.1 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 38.481 84.5058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 38.1 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 38.1 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 38.1 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7bb72408-7f5b-4024-8b19-d73af32b0bff") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 100.33 44.45 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef649ea") + (property "Reference" "R4" + (at 100.33 39.1922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 100.33 41.5036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 100.33 46.228 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 100.33 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 100.33 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ce4e4884-12a5-4cb0-b050-6275fdbd1c26") + ) + (pin "2" + (uuid "047d1f34-d82d-4d4b-99f6-0e48eb6b6331") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 116.84 44.45 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef649f0") + (property "Reference" "J4" + (at 116.0272 36.195 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "BP_OUT" + (at 116.0272 38.5064 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "03a87ed1-92ec-4e0f-a54e-455ee1feabbb") + ) + (pin "T" + (uuid "bdb5473b-10fc-4221-bfb4-d318b53e6491") + ) + (pin "TN" + (uuid "face5e61-1ad5-41a9-a8b2-3fc8b7a81460") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 111.76 41.91 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ef649f9") + (property "Reference" "#PWR07" + (at 105.41 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 108.5088 42.037 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 111.76 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 111.76 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 111.76 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dd5b728f-c7c2-4615-84a8-ae48348c8d3f") + ) + (instances + (project "mount" + (path "/404b81d6-0090-48a2-b439-f306bc1b8067" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/produkt/main/main.kicad_pcb b/src/produkt/main/main.kicad_pcb index a7144de1..034b3394 100644 --- a/src/produkt/main/main.kicad_pcb +++ b/src/produkt/main/main.kicad_pcb @@ -1,3251 +1,14745 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "produkt") - (date "2021-07-28") - (rev "R02") - (comment 1 "PCB for main circuit") - (comment 2 "vca and ringmodulator") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (stackup - (layer "F.SilkS" (type "Top Silk Screen")) - (layer "F.Paste" (type "Top Solder Paste")) - (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) - (layer "F.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "B.Cu" (type "copper") (thickness 0.035)) - (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) - (layer "B.Paste" (type "Bottom Solder Paste")) - (layer "B.SilkS" (type "Bottom Silk Screen")) - (copper_finish "None") - (dielectric_constraints no) - ) - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "+15V") - (net 3 "-15V") - (net 4 "+5V") - (net 5 "VP") - (net 6 "VN") - (net 7 "OUTb") - (net 8 "Yb") - (net 9 "Xb") - (net 10 "OUTa") - (net 11 "Ya") - (net 12 "Xa") - (net 13 "Net-(U5A--)") - (net 14 "Net-(U5B--)") - (net 15 "Net-(R7-Pad2)") - (net 16 "Net-(U3-Y2)") - (net 17 "Net-(R8-Pad2)") - (net 18 "Net-(U4-Y2)") - (net 19 "Net-(U1A--)") - (net 20 "Net-(U1B--)") - (net 21 "Net-(U2A--)") - (net 22 "Net-(U2B--)") - (net 23 "Net-(U3-W)") - (net 24 "Net-(U4-W)") - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979afe) - (at 88.56 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006097a580") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a2b1223-1b1e-4231-bef9-3407b7d46bde) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 29c72cc2-13c2-4797-9be4-a3872b3519f2) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 83c937c0-f841-4569-bafa-5ec0df51e0bd) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 2bc1e4a4-9ea8-448f-9993-764cde0b50c5)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp c90a5848-d0f6-476e-bf74-86ca3d3087da)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp aed7ed58-2d9c-4f28-a0ec-c52cd413ca90)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b06) - (at 53.34 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006098deca") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb3cac6d-eef5-443f-aae0-b496a39bfb05) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2a36e007-9c50-4700-b378-4530fd2a47c2) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3417f8b9-1bcb-43ef-b87f-577c3cd49303) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 260f46b9-464d-4f2d-9097-d9fbab4d77a0)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 681240bb-b688-4880-83ae-c2e574d5c631)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 774e7911-8b80-4bfc-920c-ad45183353d8)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b0e) - (at 88.56 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006098ded0") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 61122686-4be0-48a3-8ab1-bdc1675ed1e7) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 40923699-1757-4aac-903c-72591a362462) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e6dd294f-81b2-49be-954c-8cc3c4324600) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 65ad63b0-34e1-470d-b60e-f388a8b927e0)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ad4d4b31-af41-47ed-9d13-ad344eec2e32)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 56edee01-8044-4c38-8207-cd28d5b6328b)) - ) - - (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e418cc) - (at 86.36 65.024) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/c2dc9cfd-c5ea-4d25-bc89-e7c48837663d") - (attr through_hole) - (fp_text reference "C1" (at 1.25 -4.4) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4961bde0-2b37-4878-9b7d-f18e85e43795) - ) - (fp_text value "22u" (at 1.25 4.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a7c65d54-da5d-494b-9640-f7cad9b2b3df) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 97517e6d-578d-4681-8c27-151e853585f3) - ) - (fp_line (start -2.250241 -1.839) (end -1.620241 -1.839) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52547154-b859-4300-bdca-3c346e8b4206)) - (fp_line (start -1.935241 -2.154) (end -1.935241 -1.524) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24beaf8f-c7bf-4cac-92a7-8a8fe745413e)) - (fp_line (start 1.25 -3.23) (end 1.25 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c767c43-6939-4d36-a6bf-d8d469b11983)) - (fp_line (start 1.29 -3.23) (end 1.29 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebc0f943-7847-491f-a0d1-19813265d671)) - (fp_line (start 1.33 -3.23) (end 1.33 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35b73a49-48cf-437e-903f-324ab6d7fa50)) - (fp_line (start 1.37 -3.228) (end 1.37 3.228) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 245c4441-2787-4a03-b262-de67e2f169b0)) - (fp_line (start 1.41 -3.227) (end 1.41 3.227) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d246ded8-d7f8-49a7-9cef-883350a919ff)) - (fp_line (start 1.45 -3.224) (end 1.45 3.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9c14d75-153b-449f-871c-5228e57f7eac)) - (fp_line (start 1.49 -3.222) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03dfec4d-6a9e-4605-922c-922dfe91a8c8)) - (fp_line (start 1.49 1.04) (end 1.49 3.222) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba82002a-12b9-4816-ba3f-2a17249596f8)) - (fp_line (start 1.53 -3.218) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cab989fb-543a-4403-879b-406e26e96475)) - (fp_line (start 1.53 1.04) (end 1.53 3.218) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 331a9624-816e-49ce-acda-3b7517d0c0c3)) - (fp_line (start 1.57 -3.215) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 244df74e-5e20-4936-8b70-d713c4097c2c)) - (fp_line (start 1.57 1.04) (end 1.57 3.215) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c485e29-045a-4c4e-aef4-a40541fcea72)) - (fp_line (start 1.61 -3.211) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d8d6ce9-9ede-44b8-b8c3-55924341e306)) - (fp_line (start 1.61 1.04) (end 1.61 3.211) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 429f29ab-f677-43b4-9a9c-fe01ed73bedb)) - (fp_line (start 1.65 -3.206) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73904b46-ca1d-4d33-ae79-546478359b21)) - (fp_line (start 1.65 1.04) (end 1.65 3.206) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f849f51-dfdb-4503-be77-f7269227dd52)) - (fp_line (start 1.69 -3.201) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ee41c4f-6b5d-4964-9ae3-e1e5a013571c)) - (fp_line (start 1.69 1.04) (end 1.69 3.201) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ecddade-68c8-4ed4-9037-3a1bf1c45f55)) - (fp_line (start 1.73 -3.195) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90e59468-1c64-4c42-8fb7-7420cd759df4)) - (fp_line (start 1.73 1.04) (end 1.73 3.195) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a05bf6d-19ba-4709-a4c3-6b768be1c784)) - (fp_line (start 1.77 -3.189) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c1937df-95a8-4abf-9646-4a15cc753f8d)) - (fp_line (start 1.77 1.04) (end 1.77 3.189) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b01673e-6a0c-4254-82e2-669855a66c29)) - (fp_line (start 1.81 -3.182) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17709fe1-231b-4dba-922d-989c6a6ed4db)) - (fp_line (start 1.81 1.04) (end 1.81 3.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7413003-d091-46ef-b596-296e780b131c)) - (fp_line (start 1.85 -3.175) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 605e59ce-bf78-43e9-9505-4dd5074f33d1)) - (fp_line (start 1.85 1.04) (end 1.85 3.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80af064b-b2d2-4b9e-b815-dce1e4e8dc03)) - (fp_line (start 1.89 -3.167) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44255f6f-6f54-48b4-9bf9-4b9c779f7cc5)) - (fp_line (start 1.89 1.04) (end 1.89 3.167) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70fd21aa-0b9f-4f0e-9f66-ec93dfe51546)) - (fp_line (start 1.93 -3.159) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afca077c-b8f6-44a1-8aad-6883ad16222b)) - (fp_line (start 1.93 1.04) (end 1.93 3.159) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4756f7a7-ffb5-4c29-8ac2-6f0607bb81bd)) - (fp_line (start 1.971 -3.15) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3c7dc39-2901-4c0c-86a2-30c8e4743054)) - (fp_line (start 1.971 1.04) (end 1.971 3.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a17a2294-af50-4e60-892a-6955622506ca)) - (fp_line (start 2.011 -3.141) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7dd34ae0-a3de-4db9-9fed-c875a913caf5)) - (fp_line (start 2.011 1.04) (end 2.011 3.141) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2f4afd9-df23-4f06-a895-fa36ec7c5368)) - (fp_line (start 2.051 -3.131) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81ca06d9-a6a5-4c6e-8aa1-8749d62d08a0)) - (fp_line (start 2.051 1.04) (end 2.051 3.131) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc62917f-c4e4-4449-8d24-e63864077969)) - (fp_line (start 2.091 -3.121) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9c5c590-da9c-4f4b-95e6-cabe00eb9943)) - (fp_line (start 2.091 1.04) (end 2.091 3.121) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd430b42-1e04-4de4-a1fc-a91a3f861a87)) - (fp_line (start 2.131 -3.11) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ada8e682-f29b-4d58-a1c7-5f50dbeb353c)) - (fp_line (start 2.131 1.04) (end 2.131 3.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9459c72e-8e78-4f0f-91b2-ac844e53db5e)) - (fp_line (start 2.171 -3.098) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf3efef8-541d-47c3-8212-022d94aae1d5)) - (fp_line (start 2.171 1.04) (end 2.171 3.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d6294b6-9a86-4db4-bc50-f14eaad2e334)) - (fp_line (start 2.211 -3.086) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7bbf1c4-2c40-4eb8-bd22-741081eba39e)) - (fp_line (start 2.211 1.04) (end 2.211 3.086) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 120381f7-85c0-42d3-bcca-f54efa92bb83)) - (fp_line (start 2.251 -3.074) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cfffd73-b28f-484c-a796-3b97791e56a3)) - (fp_line (start 2.251 1.04) (end 2.251 3.074) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e6243d4-c818-459f-a78a-431cd7f774be)) - (fp_line (start 2.291 -3.061) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 781a9f41-91ce-4b9a-8bef-bc8e0b3ea11f)) - (fp_line (start 2.291 1.04) (end 2.291 3.061) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7da18727-1523-4732-a0e9-21b8a2ee9a07)) - (fp_line (start 2.331 -3.047) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb2075f6-2794-4222-8dc7-91c3ec434e6a)) - (fp_line (start 2.331 1.04) (end 2.331 3.047) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27731c97-c8e5-409a-b62a-566734e78a31)) - (fp_line (start 2.371 -3.033) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59d0950f-e299-442e-8a50-8245351ceee5)) - (fp_line (start 2.371 1.04) (end 2.371 3.033) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3ed8eb5-b4b0-48fc-a487-1780e1dd104f)) - (fp_line (start 2.411 -3.018) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2dd16e95-9539-4d05-990c-fe7744e6d5ba)) - (fp_line (start 2.411 1.04) (end 2.411 3.018) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13effdb1-bba0-46e2-99b2-856a15f38e32)) - (fp_line (start 2.451 -3.002) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcec6d87-8db1-40ec-b22f-4a277ba64b0d)) - (fp_line (start 2.451 1.04) (end 2.451 3.002) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70d43f08-45fa-48de-9419-c1c9afbe4e77)) - (fp_line (start 2.491 -2.986) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c59142a8-771f-4821-949e-9ed1d4371de4)) - (fp_line (start 2.491 1.04) (end 2.491 2.986) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35fdae27-2921-4a5d-96d6-e08951b00000)) - (fp_line (start 2.531 -2.97) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ae9e46f-06dd-4304-aa3d-ad761bb3f2dc)) - (fp_line (start 2.531 1.04) (end 2.531 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee620656-b7cf-4c48-89fc-eea8d2c83d43)) - (fp_line (start 2.571 -2.952) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1ab421e-0bda-49bf-8afc-1c9f99c105d9)) - (fp_line (start 2.571 1.04) (end 2.571 2.952) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fac5523-9f35-4a1e-ac0d-f2dcd2c8f1fb)) - (fp_line (start 2.611 -2.934) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f34608e-79f6-4a60-8e82-45476f60afeb)) - (fp_line (start 2.611 1.04) (end 2.611 2.934) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8259c49-9dde-44c2-8b5d-ab5b08da5850)) - (fp_line (start 2.651 -2.916) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 612d482d-5386-433a-9a4b-f59cfff504f2)) - (fp_line (start 2.651 1.04) (end 2.651 2.916) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b78be82-1a1f-45a8-8959-23c06b90796f)) - (fp_line (start 2.691 -2.896) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 706daece-a5f7-4aad-9c80-db13946988cb)) - (fp_line (start 2.691 1.04) (end 2.691 2.896) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5f2ae71-2cf8-4250-8f35-b6a3e44c9feb)) - (fp_line (start 2.731 -2.876) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9dd97f73-bf49-481a-afbc-eaf57058b2c5)) - (fp_line (start 2.731 1.04) (end 2.731 2.876) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 748f2d94-0ba6-4e5e-abbf-79b13162c619)) - (fp_line (start 2.771 -2.856) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e412daa-839f-48f6-89d5-503ff804ed72)) - (fp_line (start 2.771 1.04) (end 2.771 2.856) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0073460d-532c-4d5c-a96d-5111ba03ef8d)) - (fp_line (start 2.811 -2.834) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cc1ebaf-0a75-4625-8e56-c436faf579ee)) - (fp_line (start 2.811 1.04) (end 2.811 2.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a2c1c5e-a7e8-4aba-906e-6b4d2cfda795)) - (fp_line (start 2.851 -2.812) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35748688-b2b2-43b8-a14b-21e3c21852f2)) - (fp_line (start 2.851 1.04) (end 2.851 2.812) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25d3cf57-49d5-47a5-ac47-891313187b35)) - (fp_line (start 2.891 -2.79) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6277822-ffd5-4ae0-9ffd-54bc0b6458c1)) - (fp_line (start 2.891 1.04) (end 2.891 2.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d30b0826-ee4d-46a2-af69-71ae5d7b365a)) - (fp_line (start 2.931 -2.766) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5fe7cb0-9fdf-4169-9cd8-a4078da950a8)) - (fp_line (start 2.931 1.04) (end 2.931 2.766) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1ec1e5e-3e96-4add-aad2-3eedc8383ca1)) - (fp_line (start 2.971 -2.742) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad4cb715-06a7-43ed-80e5-75e6a0a020da)) - (fp_line (start 2.971 1.04) (end 2.971 2.742) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de985052-5848-4cc7-9218-db5ab27e0cb7)) - (fp_line (start 3.011 -2.716) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4120efe7-83c7-494c-8e14-aa5c78bcfd26)) - (fp_line (start 3.011 1.04) (end 3.011 2.716) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3819f23-421e-4d88-b557-e857aa3fa31c)) - (fp_line (start 3.051 -2.69) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23eb8a65-1a11-4405-a319-659f24261815)) - (fp_line (start 3.051 1.04) (end 3.051 2.69) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cf3dfa4-0f71-47be-944e-93b97a053305)) - (fp_line (start 3.091 -2.664) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a472cb4-34a1-46e8-bd30-6efa587bf9ee)) - (fp_line (start 3.091 1.04) (end 3.091 2.664) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb09ab1c-f1ca-42b4-ba04-f304934166f9)) - (fp_line (start 3.131 -2.636) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51f7a525-dc38-4e32-9cad-25f8c358aae7)) - (fp_line (start 3.131 1.04) (end 3.131 2.636) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69341fb5-3b0b-4a67-9245-e84585da6f9c)) - (fp_line (start 3.171 -2.607) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c443ed57-9ed8-473b-8545-fa74d006b8a3)) - (fp_line (start 3.171 1.04) (end 3.171 2.607) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07fff3b1-447b-4893-8bd1-714231d0353f)) - (fp_line (start 3.211 -2.578) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ccc4cdf9-0c25-449f-a143-81de5ff4e3eb)) - (fp_line (start 3.211 1.04) (end 3.211 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ffd2a244-c5b8-4663-9a5d-4021148fac94)) - (fp_line (start 3.251 -2.548) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e0a71a3-adfb-4446-b8c4-7f3210585536)) - (fp_line (start 3.251 1.04) (end 3.251 2.548) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd0682bd-23f2-4ec0-b010-5b864bb13ae5)) - (fp_line (start 3.291 -2.516) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cee31ba-c12e-4da2-a3a3-35f49d69e271)) - (fp_line (start 3.291 1.04) (end 3.291 2.516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d66071d1-6c15-41a6-b59e-f2a19e35100b)) - (fp_line (start 3.331 -2.484) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56b450da-09a2-4623-91d8-527e99245fb7)) - (fp_line (start 3.331 1.04) (end 3.331 2.484) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60abd26f-3717-42f7-8b3b-afa6c5d2d356)) - (fp_line (start 3.371 -2.45) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69bf1571-41cb-495a-a122-7934e1b71946)) - (fp_line (start 3.371 1.04) (end 3.371 2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73ec61cc-7cca-43ee-bbb3-0595dad3acba)) - (fp_line (start 3.411 -2.416) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcc804c6-8d38-45d5-801d-f4253071b6f3)) - (fp_line (start 3.411 1.04) (end 3.411 2.416) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a6b3265-8d16-4ed8-ba87-7c41a62d09bb)) - (fp_line (start 3.451 -2.38) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef63c735-81d9-4b5c-8e63-56b8a28638c0)) - (fp_line (start 3.451 1.04) (end 3.451 2.38) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9d31a72-3841-4225-a761-9dd665961c08)) - (fp_line (start 3.491 -2.343) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4dc4b870-e13a-4591-b7ed-ba664425a2dd)) - (fp_line (start 3.491 1.04) (end 3.491 2.343) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a15d8cdc-2f4a-48b6-8fd5-7664638d09af)) - (fp_line (start 3.531 -2.305) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de42fc1a-f25a-40c5-8dfc-73251c3ed7be)) - (fp_line (start 3.531 1.04) (end 3.531 2.305) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 445398bd-d829-4e9e-86be-f3af8dd76b2b)) - (fp_line (start 3.571 -2.265) (end 3.571 2.265) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3eb63dc-cf3f-42d3-8305-4d30118ae6eb)) - (fp_line (start 3.611 -2.224) (end 3.611 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 473a1a42-d0bf-44ca-b6f3-c9008e53c895)) - (fp_line (start 3.651 -2.182) (end 3.651 2.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8101f12-f259-429a-82b6-4e63ef400b76)) - (fp_line (start 3.691 -2.137) (end 3.691 2.137) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93504955-fef2-4b81-9228-2b4cb3e354b7)) - (fp_line (start 3.731 -2.092) (end 3.731 2.092) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41ab4b10-2e7f-4ed2-8f1f-6a1e2c6a717b)) - (fp_line (start 3.771 -2.044) (end 3.771 2.044) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fc8a348-cf66-4fad-aaf3-7c5594405cda)) - (fp_line (start 3.811 -1.995) (end 3.811 1.995) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3d21fa1-ba5b-4d41-a04f-03b7f03a11e4)) - (fp_line (start 3.851 -1.944) (end 3.851 1.944) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 623dc990-9ede-4383-9020-38d4692f559f)) - (fp_line (start 3.891 -1.89) (end 3.891 1.89) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 657e6823-ed6b-41d2-ab85-24fd6fea0948)) - (fp_line (start 3.931 -1.834) (end 3.931 1.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e6d5e00-1353-404d-af70-c4c45040fd03)) - (fp_line (start 3.971 -1.776) (end 3.971 1.776) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c0853ea-2c9b-46c9-a837-258c1e7fb525)) - (fp_line (start 4.011 -1.714) (end 4.011 1.714) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e1c632a-2fce-411e-8a31-228e372f0e78)) - (fp_line (start 4.051 -1.65) (end 4.051 1.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b73b8b9-ac18-4eb5-abf6-0306b6dc321d)) - (fp_line (start 4.091 -1.581) (end 4.091 1.581) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19beb193-dd18-4e5f-86d2-2fda646158dd)) - (fp_line (start 4.131 -1.509) (end 4.131 1.509) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0e2c044-b050-484a-b296-e3940007ed87)) - (fp_line (start 4.171 -1.432) (end 4.171 1.432) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3e4ad8f-98fd-4d6e-9a62-6941ba805143)) - (fp_line (start 4.211 -1.35) (end 4.211 1.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2b15dca-f8e5-415d-9240-3bef66b6a908)) - (fp_line (start 4.251 -1.262) (end 4.251 1.262) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85ee4fd2-56ca-4489-a9c0-3b761ee791cc)) - (fp_line (start 4.291 -1.165) (end 4.291 1.165) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca3ffb26-85e4-4f06-bc35-802cd89b0b93)) - (fp_line (start 4.331 -1.059) (end 4.331 1.059) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4be353f-17e5-4e9a-a179-5215979019f1)) - (fp_line (start 4.371 -0.94) (end 4.371 0.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9ea14b3-2b1a-46ca-9acd-6b403ef9018f)) - (fp_line (start 4.411 -0.802) (end 4.411 0.802) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 425959df-464b-4245-a6f8-654f5903f38e)) - (fp_line (start 4.451 -0.633) (end 4.451 0.633) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92f665a0-16b8-4b6e-83cd-045e6a2eef83)) - (fp_line (start 4.491 -0.402) (end 4.491 0.402) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bfa5723-e9f1-4c9d-ba72-57771487aa36)) - (fp_circle (center 1.25 0) (end 4.52 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 22f031fb-cc86-40e8-846d-4e94980ee330)) - (fp_circle (center 1.25 0) (end 4.65 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ab0171de-0891-45d3-b2b1-00e5250a1fa5)) - (fp_line (start -1.443972 -1.3735) (end -0.813972 -1.3735) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 052a593b-43d7-466d-8d15-d2ea938a8a90)) - (fp_line (start -1.128972 -1.6885) (end -1.128972 -1.0585) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 162d6336-e5ae-4546-8c8f-bc0c8c402d3b)) - (fp_circle (center 1.25 0) (end 4.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a91e76b8-d28e-4b02-a666-18786d7cc4ed)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 3dc5baad-7e6b-45f3-a427-2e47b5658928)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 087fae4b-ee3c-44af-8632-76c4ac20de5d)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41960) - (at 78.74 65.024) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/40d6e624-bf54-49eb-9aa2-bbc747013036") - (attr through_hole) - (fp_text reference "C2" (at 1.25 -4.4) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6ff857bb-4eb7-4383-911a-df4adb6693f0) - ) - (fp_text value "22u" (at 1.25 4.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 88621274-64d8-4ba1-947c-a4a7d3f29d33) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b6b00c4-ede9-4c78-88a0-e4eabea2e39a) - ) - (fp_line (start -2.250241 -1.839) (end -1.620241 -1.839) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f6b4f92-9231-4932-a325-7edf2988b715)) - (fp_line (start -1.935241 -2.154) (end -1.935241 -1.524) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 441b0a54-467b-4bcc-ac44-55792f70daf1)) - (fp_line (start 1.25 -3.23) (end 1.25 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7caa7e4a-7b1a-4d74-96e2-9e253d7aba04)) - (fp_line (start 1.29 -3.23) (end 1.29 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5be639c5-8a2e-458b-9f16-5078633ab512)) - (fp_line (start 1.33 -3.23) (end 1.33 3.23) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6cbff6c-67b4-49eb-a6e8-36ec27fd6a75)) - (fp_line (start 1.37 -3.228) (end 1.37 3.228) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4425530-2b01-4c27-a1cc-229aa70273c8)) - (fp_line (start 1.41 -3.227) (end 1.41 3.227) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b6c8316-fe7c-45f5-bcb0-d39ada5635a7)) - (fp_line (start 1.45 -3.224) (end 1.45 3.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bbf3ccd-0cd1-4576-907c-644184ffcfbd)) - (fp_line (start 1.49 -3.222) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1312bc23-6325-426b-aa24-e70605570128)) - (fp_line (start 1.49 1.04) (end 1.49 3.222) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bf6063f-c869-43b4-99ae-28328f5a68cf)) - (fp_line (start 1.53 -3.218) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2aa4418-a791-4177-9cde-8103f44a9f55)) - (fp_line (start 1.53 1.04) (end 1.53 3.218) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b923d2c8-d7c4-4a3f-875c-23feb0d0f2f8)) - (fp_line (start 1.57 -3.215) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19099127-4c6e-44c6-ac24-6508fd9452ed)) - (fp_line (start 1.57 1.04) (end 1.57 3.215) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14e28f96-72e2-4196-bcee-eabc75096e94)) - (fp_line (start 1.61 -3.211) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3129c622-165a-41c0-ac05-9310d94ace15)) - (fp_line (start 1.61 1.04) (end 1.61 3.211) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 095107ac-273e-4381-b3f6-148a3c04082b)) - (fp_line (start 1.65 -3.206) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b17772e-f9ca-4f40-8b09-a74a079612eb)) - (fp_line (start 1.65 1.04) (end 1.65 3.206) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca7f5877-711d-42ad-b3c3-97db398a0fd0)) - (fp_line (start 1.69 -3.201) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f64e62d4-c51c-457e-90a9-7c9afa71a8f7)) - (fp_line (start 1.69 1.04) (end 1.69 3.201) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8608116d-2126-4940-9fc6-2fe2e41448f4)) - (fp_line (start 1.73 -3.195) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0027514f-3974-44d3-895a-b7c373ae79ae)) - (fp_line (start 1.73 1.04) (end 1.73 3.195) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fbe1d65-d23b-48db-a4ed-c2cb76aa0b38)) - (fp_line (start 1.77 -3.189) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f803c532-3244-4a0e-aaac-a9d1c27c5d61)) - (fp_line (start 1.77 1.04) (end 1.77 3.189) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f4a049d-b696-4033-b652-93dc72ba1721)) - (fp_line (start 1.81 -3.182) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04d2b3b0-c94e-4af5-b3b0-3edce86d0ceb)) - (fp_line (start 1.81 1.04) (end 1.81 3.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db1394f1-eaeb-47d1-bca7-bc64317ed181)) - (fp_line (start 1.85 -3.175) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e84cc536-676a-4f5c-9919-60ad353e1edc)) - (fp_line (start 1.85 1.04) (end 1.85 3.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7e40b42-bac2-47b0-b055-dea5c5818bea)) - (fp_line (start 1.89 -3.167) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f20544a-9f1c-4e20-b93e-d2e156d1d835)) - (fp_line (start 1.89 1.04) (end 1.89 3.167) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00621abf-8a1c-49b5-8ae2-16b37faaa2ab)) - (fp_line (start 1.93 -3.159) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 796f64c2-4150-4b9d-a1d3-b4b9917c690f)) - (fp_line (start 1.93 1.04) (end 1.93 3.159) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22320efa-bcf7-4727-9654-c6140e678cfb)) - (fp_line (start 1.971 -3.15) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0570b864-1469-4db7-90c2-195c6da26bdb)) - (fp_line (start 1.971 1.04) (end 1.971 3.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec7c83f1-d3ea-46f3-9937-3fca058f8efd)) - (fp_line (start 2.011 -3.141) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07e987ba-8838-4f64-b330-515c2fe29904)) - (fp_line (start 2.011 1.04) (end 2.011 3.141) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71af969b-0fd4-4f0d-8764-7eeb3c7912bb)) - (fp_line (start 2.051 -3.131) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6db3d9d0-955d-4595-bb6c-c38693a37138)) - (fp_line (start 2.051 1.04) (end 2.051 3.131) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5aa016ce-615e-4057-a05b-5b8fefa10734)) - (fp_line (start 2.091 -3.121) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e8d24a6-64c4-4a58-808a-488c0f5f1cbb)) - (fp_line (start 2.091 1.04) (end 2.091 3.121) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cff7c0d3-e361-4785-8cda-b6823a170608)) - (fp_line (start 2.131 -3.11) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4008848c-aca6-417f-a965-09b718af1c9c)) - (fp_line (start 2.131 1.04) (end 2.131 3.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98fc9d06-f6a6-46b1-ac8c-48c4579ccd05)) - (fp_line (start 2.171 -3.098) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98322584-55dd-4a94-9f7f-b86e12739ec0)) - (fp_line (start 2.171 1.04) (end 2.171 3.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f3424ad-19d3-4ee6-b99f-4cda383dd943)) - (fp_line (start 2.211 -3.086) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0784f0d-9657-456d-9af2-02cc8b7e1743)) - (fp_line (start 2.211 1.04) (end 2.211 3.086) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce749836-3a03-4673-ac62-f57e0d64bc28)) - (fp_line (start 2.251 -3.074) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3c18614-bf60-4c9c-b550-cbba73ab648b)) - (fp_line (start 2.251 1.04) (end 2.251 3.074) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e533916-6487-4902-9ba7-3fbb641d9130)) - (fp_line (start 2.291 -3.061) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef4c8ea8-b8e1-40ba-87b6-012d6c40b041)) - (fp_line (start 2.291 1.04) (end 2.291 3.061) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48a1248f-3cf9-4a60-b9c8-171954c5da6a)) - (fp_line (start 2.331 -3.047) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a50d288a-b128-48a3-a30f-5cdc996bbf74)) - (fp_line (start 2.331 1.04) (end 2.331 3.047) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11305efa-f995-4424-90d2-dda0129b4b85)) - (fp_line (start 2.371 -3.033) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72e84b92-b5bb-4510-832e-521a20bf2785)) - (fp_line (start 2.371 1.04) (end 2.371 3.033) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9db905a4-b9f6-4c97-a548-70398865795d)) - (fp_line (start 2.411 -3.018) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afda8c92-e6d7-402b-a5c2-7251a8244283)) - (fp_line (start 2.411 1.04) (end 2.411 3.018) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd46401e-7c5a-4e29-9c66-e0da4a8717cf)) - (fp_line (start 2.451 -3.002) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53811f3d-4c93-419b-94cf-5aaf2dd09698)) - (fp_line (start 2.451 1.04) (end 2.451 3.002) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69c165ea-1c88-4530-84da-70140bbf1f39)) - (fp_line (start 2.491 -2.986) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf5acaa4-cd60-4756-bf03-5dfaa4ba4e1d)) - (fp_line (start 2.491 1.04) (end 2.491 2.986) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e42b7b41-5d2b-4ea5-8783-9a58af6b3304)) - (fp_line (start 2.531 -2.97) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 734afc28-39ee-42fa-bb5a-f9421f4225cd)) - (fp_line (start 2.531 1.04) (end 2.531 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 696b453d-1580-429c-9dd7-975b9162162d)) - (fp_line (start 2.571 -2.952) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21c72cd9-ddc0-4b22-81fd-08db2a04ce09)) - (fp_line (start 2.571 1.04) (end 2.571 2.952) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6556199e-4bc6-4296-8dc7-443d3143e475)) - (fp_line (start 2.611 -2.934) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ebe2211-36e2-4df9-9ffa-a81b1aec6098)) - (fp_line (start 2.611 1.04) (end 2.611 2.934) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20ec154e-0956-45b5-9e61-4c2ae5c12857)) - (fp_line (start 2.651 -2.916) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f4eca63-6832-4d0f-9c2d-864644f3df97)) - (fp_line (start 2.651 1.04) (end 2.651 2.916) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b901bf0-59a0-4b51-a6b1-c8874a268ce2)) - (fp_line (start 2.691 -2.896) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a34acfb-c69e-4828-9259-6c2e1fb1c206)) - (fp_line (start 2.691 1.04) (end 2.691 2.896) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 767b8c6b-83ce-4d13-a225-0177c6f99660)) - (fp_line (start 2.731 -2.876) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f53e3627-7cc9-4bf8-a216-60426b71d62d)) - (fp_line (start 2.731 1.04) (end 2.731 2.876) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7950dcc2-4872-476b-9531-29a0b25176f7)) - (fp_line (start 2.771 -2.856) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5ccb9df-7bc5-4982-a419-b3d467996277)) - (fp_line (start 2.771 1.04) (end 2.771 2.856) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a269316f-2e4c-4c5e-aa7c-356bd25bf48e)) - (fp_line (start 2.811 -2.834) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 858308c0-a164-4a0c-87e4-34dc395c3bdf)) - (fp_line (start 2.811 1.04) (end 2.811 2.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9af42f7-bab1-4ffd-952c-425669a251cb)) - (fp_line (start 2.851 -2.812) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70db2ca2-52d1-440e-9340-d3499f4d16ad)) - (fp_line (start 2.851 1.04) (end 2.851 2.812) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63d00020-d9bb-40cd-b287-5d67f37861d3)) - (fp_line (start 2.891 -2.79) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 072e6f82-430b-407b-b1b0-63a71a0cae7a)) - (fp_line (start 2.891 1.04) (end 2.891 2.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c431bdb-d2a0-4066-90b0-99c7cd409c09)) - (fp_line (start 2.931 -2.766) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79e8b701-c76a-463c-98a8-167b248ddae2)) - (fp_line (start 2.931 1.04) (end 2.931 2.766) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96ebb0d4-3505-4a1e-b7a9-6bcd8c9b16be)) - (fp_line (start 2.971 -2.742) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69c16e42-f8e7-41bf-98f2-a93b884286cf)) - (fp_line (start 2.971 1.04) (end 2.971 2.742) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 571384f9-77a4-4c4f-8dd6-bd89d892e1d9)) - (fp_line (start 3.011 -2.716) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d920278-1b57-47b5-b497-a0f4bfab7c59)) - (fp_line (start 3.011 1.04) (end 3.011 2.716) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b9c58d2-c9e1-4591-8d65-f45b9531c879)) - (fp_line (start 3.051 -2.69) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp faba197d-448c-4a58-b29b-104f62c27c33)) - (fp_line (start 3.051 1.04) (end 3.051 2.69) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 207cf6c1-38d6-4da3-986d-85d868916e89)) - (fp_line (start 3.091 -2.664) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c17cc616-67ee-4f28-9806-950ec4c6fb6c)) - (fp_line (start 3.091 1.04) (end 3.091 2.664) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba423cc6-04b8-4d37-bd95-ea6ab922f494)) - (fp_line (start 3.131 -2.636) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2dda08ac-5b37-42b5-bf40-f2c5988301fc)) - (fp_line (start 3.131 1.04) (end 3.131 2.636) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b58ba94-e549-45f2-b0c7-a6bb3795626d)) - (fp_line (start 3.171 -2.607) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f828a820-bac0-465a-8a55-6f78f228a423)) - (fp_line (start 3.171 1.04) (end 3.171 2.607) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c84afa8e-9ace-4d1b-ae5a-1b9f83f718e9)) - (fp_line (start 3.211 -2.578) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f856e36-db6d-46b1-85b4-aa6f8351b3fe)) - (fp_line (start 3.211 1.04) (end 3.211 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1dd4119-07c3-4314-8084-ae539e186915)) - (fp_line (start 3.251 -2.548) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bda6b1be-bb2b-4f8b-975d-c2038d320bcb)) - (fp_line (start 3.251 1.04) (end 3.251 2.548) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14d88f01-ef8a-4fd8-9d98-65e9275df7f2)) - (fp_line (start 3.291 -2.516) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38bf2ed8-bc9d-4f4b-ab15-8fc8286f1b3a)) - (fp_line (start 3.291 1.04) (end 3.291 2.516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7d8ffcb-fac4-45f0-bc44-c31f0eeb09b4)) - (fp_line (start 3.331 -2.484) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb74f0c3-c5c2-46f0-b8d8-9ddf157422cf)) - (fp_line (start 3.331 1.04) (end 3.331 2.484) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8175ac8-c7af-4d5b-a010-bfd0964c990f)) - (fp_line (start 3.371 -2.45) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c61a544-e820-4fb9-9c31-d6b5012bddf9)) - (fp_line (start 3.371 1.04) (end 3.371 2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6579a235-0323-44ad-8f86-59d6713ce882)) - (fp_line (start 3.411 -2.416) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cf3e68b-11c6-4061-a545-08b73d204561)) - (fp_line (start 3.411 1.04) (end 3.411 2.416) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2905a27-7421-48af-a3f2-511197235943)) - (fp_line (start 3.451 -2.38) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74dc67fb-5273-460e-ac5a-b4c7a635829b)) - (fp_line (start 3.451 1.04) (end 3.451 2.38) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b778bdf7-96d7-4e2a-9a3c-87a9d553f509)) - (fp_line (start 3.491 -2.343) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7fb40b0-aa89-47d6-9225-8c21223a88ac)) - (fp_line (start 3.491 1.04) (end 3.491 2.343) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69215075-1c98-4d91-9a15-d4ef9fc4e383)) - (fp_line (start 3.531 -2.305) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 819137f7-ed8e-43f4-af90-5d2e5edc1e42)) - (fp_line (start 3.531 1.04) (end 3.531 2.305) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 604ca01c-e241-4ce5-ac9b-c9bdaeb71d98)) - (fp_line (start 3.571 -2.265) (end 3.571 2.265) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4cd9623-4e1c-4c86-a4d3-9a21d781661a)) - (fp_line (start 3.611 -2.224) (end 3.611 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df8a0c45-3fd4-4f08-ad94-0c3d9da67b5e)) - (fp_line (start 3.651 -2.182) (end 3.651 2.182) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f85a3f0a-8b17-43e4-8557-4371d80f00b0)) - (fp_line (start 3.691 -2.137) (end 3.691 2.137) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb686e03-6938-46f9-8994-4b9aa3e776a0)) - (fp_line (start 3.731 -2.092) (end 3.731 2.092) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1e830d8-f9c1-43bc-88b1-6d2e491c250d)) - (fp_line (start 3.771 -2.044) (end 3.771 2.044) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31d6b0a5-8ab2-4e33-91e5-347e57a67ebf)) - (fp_line (start 3.811 -1.995) (end 3.811 1.995) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6e7dd3c-a93f-4927-b3fe-6ce7c544ac25)) - (fp_line (start 3.851 -1.944) (end 3.851 1.944) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c9bada1-c920-462b-b167-9598e4fa64d0)) - (fp_line (start 3.891 -1.89) (end 3.891 1.89) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f119b72a-9912-460c-9c63-89f23560383f)) - (fp_line (start 3.931 -1.834) (end 3.931 1.834) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 838fd7a8-413e-4516-bac8-2dad8ef9eacd)) - (fp_line (start 3.971 -1.776) (end 3.971 1.776) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 693aff84-cf6b-4b91-9a05-6d8ba548f2d2)) - (fp_line (start 4.011 -1.714) (end 4.011 1.714) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3da19131-ddc9-41b2-a8a9-cfb1bc51490c)) - (fp_line (start 4.051 -1.65) (end 4.051 1.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e2be5c1-903d-476a-9683-d34710ce56c0)) - (fp_line (start 4.091 -1.581) (end 4.091 1.581) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f395f03-ab7f-43a9-81d2-0c99ad8ca710)) - (fp_line (start 4.131 -1.509) (end 4.131 1.509) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 882bb803-8948-4604-bdbd-c840da1f41c7)) - (fp_line (start 4.171 -1.432) (end 4.171 1.432) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58742ae7-a14b-4d11-bb83-8b63e5623173)) - (fp_line (start 4.211 -1.35) (end 4.211 1.35) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2734bdc6-e24d-4f28-bdc5-ce2b58a98f22)) - (fp_line (start 4.251 -1.262) (end 4.251 1.262) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87e90b33-d224-47c2-9886-c6fdf186ed4c)) - (fp_line (start 4.291 -1.165) (end 4.291 1.165) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67d1cb8b-adc8-465b-8b0d-1986fe11382c)) - (fp_line (start 4.331 -1.059) (end 4.331 1.059) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c57ceb25-a276-449b-8489-7afc2a766a04)) - (fp_line (start 4.371 -0.94) (end 4.371 0.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4af09682-9c75-4570-85d7-f55cab494462)) - (fp_line (start 4.411 -0.802) (end 4.411 0.802) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1145717-f953-48ce-a570-3e502276a399)) - (fp_line (start 4.451 -0.633) (end 4.451 0.633) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea6f5ff8-9e06-4333-adcb-e02c21ca22ba)) - (fp_line (start 4.491 -0.402) (end 4.491 0.402) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55ae52aa-9f11-49c7-89ac-8c0ab5fe6c7d)) - (fp_circle (center 1.25 0) (end 4.52 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp ecaeed54-10a8-41a9-b2d8-5827cf2d0113)) - (fp_circle (center 1.25 0) (end 4.65 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ec4a786c-deac-4cfc-9f4f-892d22d5bd12)) - (fp_line (start -1.443972 -1.3735) (end -0.813972 -1.3735) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7898406b-45af-4af1-99ca-ca83cee941e0)) - (fp_line (start -1.128972 -1.6885) (end -1.128972 -1.0585) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6005f159-8664-4c36-ac8c-669beae126eb)) - (fp_circle (center 1.25 0) (end 4.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d38f6963-2450-443d-b810-fbfef585a5d4)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp bf15f09a-f555-4084-b788-fefeea9d2811)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 5eb95c8f-f7a2-49dc-9332-5a96cf6ae4e0)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41975) - (at 71.628 86.36) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005f6f526b") - (attr through_hole) - (fp_text reference "C3" (at 1.25 -2.55) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 668dd5ab-c40b-402a-b104-16852ef6bbba) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 85b20bf0-5bf0-4415-a1ee-d8384c3cf0bd) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 82ff423f-efe8-4ea4-8b17-ac312fe8bb1f) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62fa0d8f-4d81-4066-a98f-ccbbaef094e2)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5fa4ab0-79cc-496e-85b4-f303b7949d27)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1bf5ca0b-d7fd-465c-a393-74cbe0a12de8)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bca0a728-0216-406a-bbb5-ce74a4e8f01a)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb0983d3-a977-4d8d-ad98-e0d2cc61d68d)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef40ec3c-9212-40de-aff1-7a4a98babe88)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54b1176f-a143-4d44-85f9-61c4379d07b7)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8334768-1c5f-428b-a999-3b56c46d3794)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e719696d-73c1-4ee5-819c-6095d35db69b)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58b8b8a4-fe7b-4c85-b0f7-1b7924c0c660)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a99eaa7-1d69-4971-95aa-3cc9b661b8d4)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cd3e0e2-24f4-4ffb-a2d0-58a7cd7a2c0a)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4d56661-c419-4965-b346-e256ee5b9fe5)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0b7ad63-075b-4fa8-bd3e-3c4cc1d66764)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 47428ca3-6478-4880-8dbf-01d5438e4f81)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp a84b8ca3-6f47-4502-b8a1-7642950cad09)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e4198a) - (at 62.016 137.668) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005f6f586f") - (attr through_hole) - (fp_text reference "C4" (at 1.25 2.54) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b7a77616-f377-47e9-86ff-cf29db143c95) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a3751c30-f1a4-49eb-bfaa-b6f65311d2bd) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp fe7de8b2-6e87-407c-9b40-77314872bef1) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e862adf4-e8ee-457f-bee2-5c6d2e055500)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cd5b5e1-e67f-4a4e-b695-54abfea55561)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2658bd0-f111-4780-80cb-f89e917408cd)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4941d34d-10e5-4c33-8574-2604fb9af62f)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57f2efae-13c3-4bc1-a437-3fb47a1766ee)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cdf43f15-8664-48a1-85db-f191a5ade1f3)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45547076-19ee-4a74-a191-bc2d7c25262c)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d35f7a0c-d9d0-4fba-a051-edad04126f3d)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf95269d-aaef-4dc4-ae5b-ff5dbb71b7ad)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1f090cd-97c5-486b-a329-eb19c2624434)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8be96c1-6abb-4011-9ada-afe55371824a)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17fa4152-36cb-4546-ada3-0850d1de5651)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e37c45f9-f4cb-4bc7-9d93-008be8de8193)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f1be262-4e9c-422e-8ce9-2c40f9df95cb)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 134d4369-6f59-4e3b-89f0-5c533a977ce7)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 8add3b22-c3bd-4873-8b13-9a576d82d017)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e4199f) - (at 71.628 121.158) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005f7116cc") - (attr through_hole) - (fp_text reference "C5" (at 1.25 -2.55) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 080440be-f449-4901-9618-97a31ecf0a1f) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 708d4f11-bd0a-4d80-9807-a48846937bc1) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp c1e5829c-4f39-4bb3-a82f-705564ba020f) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e20d6a9-7949-4233-82d9-1f6f15f1f61d)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3b4340c-6408-4c9c-b8f4-ebbcc352cbe0)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f96446a4-0689-409d-aac1-2f657b9cb103)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2de6415e-a77d-485e-bd0a-6b326d2febf5)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29060bdc-fd94-4533-8121-e8f90194b80f)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da3e4b64-6fa9-4916-b0a9-9599d1380780)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1b65feb-38f1-4ccf-a76c-15f6fe4bcc55)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7d1a2b6-283a-409d-88fe-04d4e7590e3b)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50e7b067-e8a5-40f3-99a0-1beee16e7db7)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a251518f-657c-47b4-8132-abb00c64d048)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2187a91-8631-472d-afac-99097f31faab)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a6a1fc1-6244-4eaf-b88a-681c428a0ad0)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e195d8a-d2bf-4646-afbf-a61249a6a081)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 606c91a5-32b6-4cb2-8893-6f292164dd5b)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 5469a90f-adc2-459b-bac7-64eb2f490356)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 735cc5f8-9121-4794-b591-8c1907cc2fc6)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e419b4) - (at 61.976 104.648) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005f7116d2") - (attr through_hole) - (fp_text reference "C6" (at 1.25 -2.55) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 298a7f20-6f6f-48ed-9ad4-7926f93d2e36) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 24d6e429-f216-4c4e-95f3-2ef01aaf0ff5) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp d91c65ab-e5fa-4478-84e7-03254fa862d5) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f6e244f-68bf-40e5-939b-cf626ff9bc6b)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b71ea71-4c51-43e2-b443-74e328ae0b66)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f0492b8-fe04-4b68-8cee-a2c7ee2515fb)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4aa30664-8828-44fd-9350-944d429e10e9)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a75249f4-e57a-4fa5-ae47-bdaf7a042031)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b298fe7-18e1-459f-9a94-c3b60036114b)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e84f5e49-c1c5-4894-b438-04f005c7eecf)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34409b2c-2f57-4499-ae1e-1282bcafa8b9)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 658bef37-2e8c-48aa-bace-c3804c049b1a)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28569a48-d055-42b0-8640-825486141681)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cf980ce-7cc3-476b-863c-ee0f97b142a9)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23cf74bf-498e-4edb-a755-81950c22450a)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0c8b0e8-0546-4ce7-9618-06090f81ea74)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76292c03-0f9c-4d11-b931-eb18ba257ded)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 38516792-72f4-42cc-aa71-de64f0486c28)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 1fdb56d1-baf9-45cd-b709-414cece31f97)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e419c9) - (at 71.628 104.648) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-0000609fd109") - (attr through_hole) - (fp_text reference "C7" (at 1.25 -2.55) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1df99977-72c3-43b7-91eb-ead6506d5085) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7cbc7245-f5f5-44ec-8610-c7846744ef4b) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 343cc1c1-545c-4467-af86-085a06c7d429) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d13138d-8aa0-4599-9197-47eae88689f2)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7ae4d88-b618-4ad9-a328-0d089b80633f)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82a167ba-a1dd-46a7-b7b3-492b31b3b9de)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0b8591a-c0b7-42c3-88ef-26cac2c9df60)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7162cfc4-2c17-4182-9184-3e1dea77aa39)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4cb126f-50dd-47a0-9a63-272c8670fd59)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c7bd8bb-e7eb-4ffa-b0a1-7d754e2cb2cb)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ffd7518-db68-4be8-9a9b-a7fdd17976cc)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a52142e-609b-4b2d-8815-19d3d64a8e1f)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58eca273-58e1-41ae-8c73-3ad839807a43)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7e2c778-cd02-4a85-b30c-e39239663be5)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e69f7f7e-0f7f-4994-b8e1-17e3d50e7f4d)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d608958-d3fe-45d6-af0f-03b9a471b238)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61900735-1220-4cb4-80a6-56126d172388)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 5c9c3480-2a26-454c-a95f-0de494efeb55)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 8ca78e6e-c8da-4cf5-9d7f-fa500bebcf01)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e419de) - (at 61.976 121.412) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-0000609fd0ff") - (attr through_hole) - (fp_text reference "C8" (at 1.25 -2.55) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d8dd9392-340c-413c-9c71-2fd8561c03a3) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a43a670c-da1e-49d5-b558-eeba630cc7dd) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 268ba4cc-75aa-4384-8768-d5ef6daf8eb5) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c4b138f-8c90-40f1-8ba8-24ce1badcdbc)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efaddf9e-2644-43fb-a13a-f0fad6968dae)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b66540c1-c262-47aa-8f0d-67ca0783b13f)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df3987a9-2c73-4e0c-8e31-251e1678ae0c)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6815c2d8-c805-43a8-a376-74fb4f0c48e6)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c06360ec-20c4-4d1a-a82f-b7c701fc9ad6)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4df4195-c91d-4577-a5a1-8fd73c325a07)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b5b63d6-b2f6-4bed-b017-b8c44a4211bc)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf544602-ea1a-4aff-b10d-f1fdc04dc53f)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4cc2bb62-ec38-478a-a022-26d94e56cc4e)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76eb8492-eb11-4573-b069-bc7ecf7be5f2)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0a967c6-bd5f-44a6-98ff-314eae7192c3)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f494182-b7ee-448d-a157-1f3e6c95db6d)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f73fb263-d30c-40cd-9fd9-bf614f4094f6)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 9e17a675-1e87-47fa-a349-b75c6e86a37a)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp d48a7c0a-eed7-4a18-873d-2c270f1c5955)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e419f3) - (at 74.676 143.256) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005f7df1dd") - (attr through_hole) - (fp_text reference "C9" (at 1.25 -2.55) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 939d4432-7c1d-4ace-80c7-f5f9abba8aa7) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b25e6c6-7fa2-452b-bb66-b0c6bd3d5495) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 91ce6631-ba26-43b2-a951-075a5436855e) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0df648d3-404d-4b12-bfe6-f64f02fb168a)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e482575-e22a-4e98-b882-da831ef6cc8a)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7ef1a5d-4b9e-453f-8f8b-d55f030555b6)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f741a6e-faf6-4a50-9410-6f7c88fc39c6)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68ae8c1d-3cf2-477f-bf99-9f916ed6cb25)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fcc2d9c-7203-4eb3-bef7-b63f95ba00a0)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d82f6298-707f-4996-a2c1-ad21746da2ef)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef60b830-c8af-4cd8-933d-a49bc8b6f9ec)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf77844a-7dca-44cc-9104-3a877218e16b)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 681b6e78-0945-4ce4-8e06-4654ad01ad54)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fc5b017-4ca3-4603-83ae-0106aac28131)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3823e2ce-2aa3-4634-abdc-98902fd0ccb5)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 568abe8c-9a2c-4bf2-b5f1-419cbf8f68bd)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78ff8883-c01d-4bed-9acb-013b80a20f2a)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 9de3f04b-a515-4c60-9a1c-c21ee25b808c)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 6ef8ecc8-eab6-4f69-8b90-2d5436a7d4f5)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41a08) - (at 77.176 150.368 180) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005f7e6b68") - (attr through_hole) - (fp_text reference "C10" (at 1.25 -2.55 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 201637ad-4d46-4e90-b9e2-86e44fa9219f) - ) - (fp_text value "0.1u" (at 1.25 2.55 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 73e417ea-5a75-4c37-98e0-0488041f7bfb) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 246f5bd3-4b31-4cb4-a80c-71cd274aac44) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d29efb4b-2ef4-49aa-853a-d1363b54bbd4)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78c917cb-0cc1-4757-9b1f-ef66c7092964)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8a5d485-c3f3-4008-8b69-75143856149f)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b6968b6-bedd-460c-8519-4c2670c57971)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77cfafc0-99e0-4185-a5b9-e405bac803a0)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f972d042-16fa-4a80-9041-99f7b85cf3d4)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 327832cc-a4c1-436d-9028-099297e44ecf)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b56af5d-5faa-4b80-b254-79d19af945ce)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 218965e1-614f-4638-8cb9-d7666384eb89)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e88d321-de84-452a-bac6-8e0db88df599)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0814d72-e898-43d7-9802-70e7934c4aee)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88fb4b68-ba4c-4a6a-8c74-e60eb630e819)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a08cf574-6ea3-49a8-aac0-958aff92d6c9)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45810cf4-0e19-4c7f-a61a-e523422fd56d)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 00b7c5af-f2a1-4471-aa2e-7da978f6046a)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp b567dbce-6172-4305-a07a-032c5a956354)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41a1d) - (at 74.676 73.66) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-0000609eedd4") - (attr through_hole) - (fp_text reference "C11" (at 1.25 -2.55) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d15ef61e-217e-41ca-8197-32e47665a114) - ) - (fp_text value "0.1u" (at 1.25 2.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fc892c8c-26ae-4512-8652-38234d0c88b6) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 61277f29-7cc1-431d-bbc0-23e78a5f741a) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e705b666-983f-4955-b824-30c6d31da7a1)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d632558b-47ba-4ca1-94c1-8b009ec421c9)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6bcd575-5788-4014-b2a1-ad9370c8f948)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd237717-3b63-444b-a0cb-0d6b8f3fb229)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 025be679-8043-4034-88ef-a6d9378d9d13)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fd2df45-1a2f-4a53-8f02-8f712333e1d6)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8aeade6b-e5ca-4dbf-8498-2612022883bf)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8dcecd2-fe19-4f01-86fb-3f4a634ea823)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 721101e9-ed99-4884-9d46-d260eb53e2b0)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a611a3f-03e5-404b-ba1d-e8becaa643c7)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b413583d-8c89-489c-afa3-5fd3301854df)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b3f2e58-d0a7-408e-ac67-11e7b24e0ce6)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08293869-2dcc-45df-b637-a54e833052f8)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fe1b805-4fb4-4f66-a7da-20631afb7de5)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp e73040d7-a7af-4863-91fb-090eb11f094b)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 01778430-4631-4cc6-8d83-ea42335f37fe)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41a32) - (at 77.176 81.28 180) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-0000609eedca") - (attr through_hole) - (fp_text reference "C12" (at 1.25 -2.55 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 460afbcf-472a-4d7f-acfc-cd2e8481c08b) - ) - (fp_text value "0.1u" (at 1.25 2.55 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ea39b6b9-739f-4a9d-b286-cd6d0bfd4e86) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.76 0.76) (thickness 0.114))) - (tstamp 2da36687-080e-4430-bf8a-60d356026c97) - ) - (fp_line (start -0.77 -1.42) (end -0.77 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eaedfa5b-3574-4899-aa55-42bf5f7585b1)) - (fp_line (start -0.77 -1.42) (end 3.27 -1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da2298e8-3e8b-4fb3-b4d0-183124274534)) - (fp_line (start -0.77 0.795) (end -0.77 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa0da7df-7a51-4a98-b725-359e004f51a1)) - (fp_line (start -0.77 1.42) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 072520c6-413f-4eb5-a452-5ad6115f3d77)) - (fp_line (start 3.27 -1.42) (end 3.27 -0.795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d59878f9-d89c-4da7-a6d9-b0764a570c17)) - (fp_line (start 3.27 0.795) (end 3.27 1.42) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f77a69a2-a7da-48d9-9a9b-57980b6e5885)) - (fp_line (start -1.05 -1.55) (end -1.05 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a8737a4-6f5c-4826-9f0c-33db2535c9d6)) - (fp_line (start -1.05 1.55) (end 3.55 1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cf00dd9-2ed2-4cf4-9d58-34b9d0c05ac1)) - (fp_line (start 3.55 -1.55) (end -1.05 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3b44cb9-125c-4c77-8384-15ad44329c01)) - (fp_line (start 3.55 1.55) (end 3.55 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f405a88-1033-438c-b6e4-69d78c069991)) - (fp_line (start -0.65 -1.3) (end -0.65 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e38060f9-654f-430b-8324-05bf4ea7f30e)) - (fp_line (start -0.65 1.3) (end 3.15 1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96597182-b767-4bd5-bcd3-8d8298b9f41a)) - (fp_line (start 3.15 -1.3) (end -0.65 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31240428-d9cc-4258-8e1f-1292256812a0)) - (fp_line (start 3.15 1.3) (end 3.15 -1.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a86ccac-4f7e-4f3c-8313-2a23418d41ac)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 52464c80-9970-44d0-a89f-18cc1d002ebc)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 91555e56-ddcb-402d-8839-db9e2c24a01b)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41a3a) - (at 53.34 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-000060e46c31") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 87101581-3ad7-4dbc-b3f7-ecc504fe5566) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cfe4b58d-8708-4022-87c1-13a9626c48e3) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 919e079c-1741-461a-b311-cad7ac496789) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 130d1d5a-e321-449d-8a70-db64d9cfb12f)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 068d8408-cfc0-4059-8fdc-e3e39949d071)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 6125c5f8-a553-4377-b7ee-86ad526f4647)) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41ac2) - (at 74.676 63.5 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000609809f6") - (attr through_hole) - (fp_text reference "R1" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 93f178bd-a916-4fa6-b0fc-a278ce814ed8) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c09a9c15-ebde-45ab-beaf-ad82d4762bca) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 4607620c-20fb-44d8-a724-64a923f2dc12) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e74e2ee7-1659-49ac-99d4-c96acf296f8b)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 265a53ba-6424-4974-bf24-a206ccdbc74d)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c314534-492e-4649-ad3a-651ad6f0b2e1)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c8b0268-0710-4492-9f3b-f2de951f2464)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2b8012e-2177-4a77-9b5f-5217771079cc)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bef9a625-3f08-45d2-b0de-b4938bcf3334)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05b8cac0-2ff4-4a6d-a0ae-829ec1b8a8ce)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20c02b88-9738-42e0-adaf-3cc15f222c88)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 164e220a-0853-4519-b4f5-7a1aefc9fbf3)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fe90034-9d76-4b1d-8b11-46052123a48d)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eef44ef3-c884-4991-afb5-ac8d8e45dcca)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3957d4f8-7d3b-4b92-9ffb-b719fa39a779)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp fcf293e1-53a6-4f9f-af42-0eef90c3bc6b)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 5 "VP") (pintype "passive") (tstamp abbc3eda-81ab-4791-92a9-ccb1d86c1222)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41ad5) - (at 74.676 67.056 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060980ed8") - (attr through_hole) - (fp_text reference "R2" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a1f92b3-ad02-441a-932f-4366d7ace62b) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 29e798b6-c4ae-4e27-8a2e-c3f80213151a) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 6007ae19-a472-47a7-8e4c-ede9720adb47) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cb661af-092e-4e3f-b8b3-57ed1f139122)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54f58886-d992-4c93-b5b2-9073447e9254)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af69ed8d-e134-46ac-b128-4997da4bbec5)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b795859-7594-43c4-9a88-105e328a1b9d)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a1df3dc-1bcc-454c-9483-38856b65e456)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77856541-21f7-4ecb-86f3-ddee85f451dd)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f872eab-43c6-40d6-8073-faca421e0c04)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a095513-4b87-4151-b31a-6723cf21d026)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc08b809-d17d-4703-a544-e5bb939d04f5)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d52ac78-2547-431c-b20e-f9dd5fc70adf)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e7d7a7a-a43a-4bbc-8c88-07e2edbb35d6)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9f1b42f-342d-4f0b-8c72-039ef4239c11)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp e0d64cbe-8539-4697-9c84-aec5083212b3)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 6 "VN") (pintype "passive") (tstamp 47c467d6-efdd-46b3-9c3b-3a830e883d32)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41ae8) - (at 55.88 112.268) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005f793822") - (attr through_hole) - (fp_text reference "R3" (at 2.54 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e6a98c36-7b4e-4533-9566-cb617fab5eba) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a5c6c0ee-5503-4831-8664-0e3b01321a52) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp cb9ecc7b-2537-4b02-9397-83a8599cb4cd) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89bb32b7-9b0d-455c-9150-cee79b793a32)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5e90f64-5176-4023-9bd7-2d09852b3b7a)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 673637e4-6cfb-4459-bb72-2518e93bccd0)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3350f950-905a-433c-8526-4ab9998adc80)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e5998de-7195-4a1c-93c2-5ca0fb887fc2)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4d07b4d-74ce-4ba7-8c75-9a358773de33)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e66dd0b-550e-4b40-978c-a8fbdf109a6b)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7deaa6d-c665-4fb7-a68a-d1bce14f0ffd)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eec61ded-0eea-446d-a066-f4e164ae674d)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d552f9d8-9bf6-4e23-aa8f-d4edd5c5aa12)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdf725d5-06e5-4229-b10d-fab213b92373)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f58f8d02-0e2d-4456-a4d1-890e2f513863)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 13 "Net-(U5A--)") (pintype "passive") (tstamp 16a85e9b-58dd-4212-9977-88f6af9c8a90)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 81e02849-b4a7-45c6-8ae9-288381f5e03c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41afb) - (at 75.692 112.268) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000609d21aa") - (attr through_hole) - (fp_text reference "R4" (at 2.54 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e1d2fb1e-c75e-4282-9842-dc7913cd1808) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cf1d9eee-bf3f-424e-93e4-34c8e57d16b4) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp de676cc4-e3d7-4d15-b374-2550bfe982c4) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28a2a325-f69c-4ada-bfba-cd020f69e841)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51f6fb3e-48ac-4f64-9403-3c3507b49145)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e965c1c7-0e0a-4998-a41e-eb65a1c13527)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10fb2d25-2af2-4d45-886f-88032f2c3944)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 426a8b01-c334-4cc4-9a44-e7e587c54664)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a75a48a-3626-4986-9c69-88d22ddeb91d)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d789d5f2-4d29-4732-ac2d-815ce3fee878)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5d51eb2-695a-46d4-9153-093c6aff1872)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a51a57c8-650f-48f5-92f6-6e5b64091991)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21a6c7fa-ccde-4172-bc8a-41a4b26f3c6f)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf95ac88-1040-48f4-90e8-06fa0e383913)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 150b7742-5eeb-4783-8687-90fbac9873f5)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 14 "Net-(U5B--)") (pintype "passive") (tstamp 5e4f8ad6-e9e2-468e-9919-9560e3a31a08)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 4f48d9a4-db44-4be8-8088-2cca79796a7d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41b0e) - (at 55.88 108.712) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005f78b0a7") - (attr through_hole) - (fp_text reference "R5" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c6db02c3-fba3-40d3-a320-40fad75197bd) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a90a8228-b1c3-4289-badf-c538e24017bf) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 46f53598-9f1d-42bf-a9ef-001178011472) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb4365bd-7909-4293-aaaf-198497a2d044)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab433396-1975-4d78-b1df-8953012d9e41)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1772fad2-438b-4934-975d-322ee81a6548)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dbbd604a-a5d3-40d4-8239-ea53178012b8)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b872da9-1139-457f-88d5-2a80d62404a1)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d8dd69f-2b8c-4f18-acea-82594789509c)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12cd1ecd-03c6-4db2-8856-4829c1c69ce5)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09df9e57-6bfa-4b47-ad4f-f71972177708)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab4a4c82-8671-4118-ac72-a563f8334160)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b12a8e7-c412-4dac-8480-684ccf939ce7)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 330a223c-c98b-4ca8-8226-c69c6712c3df)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc1d9091-9efe-4f63-9a1c-be5900e7dc23)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 10 "OUTa") (pintype "passive") (tstamp 5a9864b2-ec34-45b9-a42b-91a16aa73c39)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 13 "Net-(U5A--)") (pintype "passive") (tstamp 18cb1fcf-3a1d-4031-b85a-2eb3d7bac03c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41b21) - (at 75.692 108.712) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000609d219f") - (attr through_hole) - (fp_text reference "R6" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a81674d6-b7a6-430e-9c7b-a4c4a6d85452) - ) - (fp_text value "10k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1552246a-9176-4f95-84f4-b8647989bd56) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp e018d014-afe5-4ec4-9fd4-572686c3664f) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d44bd034-ff6d-434b-8ed9-7b9d6fbfd455)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23869d6c-7e26-4644-acb5-9ec3587e521c)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db827a87-67fa-4537-a8e1-e65b8514c9d6)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e405e563-0eee-4be8-bf81-b9e4171e7443)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2f00dba-2183-440d-a3f3-e1bfbb490a63)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bab169fa-3dfa-40c7-89dd-29ba5fcf9393)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3053b4ca-474a-4a0f-aa2b-cf082c95d1a0)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 477bca42-ac08-46e6-93bb-af0e0c37e4c5)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5a28a2a-2085-48cf-a0d2-0d906365e8de)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38aea1d6-2c19-4030-a3fe-5320d5b4d5ec)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac276d7c-5fc0-480c-b0be-616e56268278)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4cb97ad-ec1f-4f50-8d6e-f3342315fdea)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "OUTb") (pintype "passive") (tstamp 2c4ca3ef-3964-4c05-a723-5a2fc292b42c)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 14 "Net-(U5B--)") (pintype "passive") (tstamp d179c3eb-e827-4543-8c95-d62410695919)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41b34) - (at 83.312 85.852) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060b5c6be") - (attr through_hole) - (fp_text reference "R7" (at 2.54 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1c20f228-cc57-445c-90d7-b23ce5dc37f4) - ) - (fp_text value "330k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b82292ad-5cb2-4ba3-878d-ec574b41df79) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 990970d5-a6e2-4e83-a3f3-e0358dcf3c83) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b62c5f6e-3f40-4a90-a2a5-47975ec3ef46)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86285125-cbf2-4f62-b40c-39c257305604)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29d614c5-5b0c-4bef-b79e-ae38f14bac47)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27f000b1-46bb-44ee-875d-13d419fed317)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eddc208d-9aec-447e-b2f7-660f193bc4b5)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d445b36-434a-4e25-ace4-9a6ca07cfd45)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc7e70d7-32f0-4c06-9647-e8b4cd1e393d)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63b80d65-f709-4077-8a42-184dea665cbe)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3950d79e-0dfc-47e1-bf1b-36c7198d6215)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47e11bb0-3c2a-4c42-a42b-4e23b59608c9)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 073de045-58a9-4b41-a2ae-0a1d0389e61f)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edf16bb4-8bef-487e-af9b-83e85d60d40f)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "Net-(U3-Y2)") (pintype "passive") (tstamp b6008200-66d7-4683-9562-1d2983fe0749)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 15 "Net-(R7-Pad2)") (pintype "passive") (tstamp 2fdd55a0-ee36-48a1-91fb-61045ed00241)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41b47) - (at 83.312 146.812) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060b3ae9a") - (attr through_hole) - (fp_text reference "R8" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp da8198ae-7d12-4ee5-9371-4df6870d5bf2) - ) - (fp_text value "330k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8674a8e7-cf7e-46be-95e9-48ddf82318a0) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 8ab4447a-a1db-48d3-9aac-a494f1988e82) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d503b5e6-21d1-4f8c-97f3-9ac1305d1e76)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54895026-ae17-477a-a131-7662ca32663b)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fcf7caae-9af8-4039-833a-92e7e13176bb)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a07cc5e3-0d6d-4b67-aad0-229a5dba8c03)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f77768bc-332c-4fdd-892a-c79fa107271a)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 162c4e34-c2f2-4532-b44e-f8f5a5af3807)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4a277d6-0105-4008-a3d0-6226cf547cd2)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5851c852-4793-4e81-9a09-f7e81d3d03e2)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3024ccf7-7264-4e56-a7f4-21f1469bd538)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c19445d-6b95-4864-a63a-68cf4b752179)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 191bf6b9-2ff8-437f-88a1-35a2cc87364e)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94817315-90ab-4c93-bc02-23841bcb48de)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 18 "Net-(U4-Y2)") (pintype "passive") (tstamp 5262a0cb-3b5f-4c48-88c0-f35c9892d455)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 17 "Net-(R8-Pad2)") (pintype "passive") (tstamp e7bf0ceb-489e-47e0-b094-e62e099eee99)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41b5a) - (at 83.312 82.296) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060b5c6c4") - (attr through_hole) - (fp_text reference "R9" (at 2.54 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e7a195b1-1ad3-4e6a-bde8-501743be636c) - ) - (fp_text value "100" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7009b8b2-7465-43a4-a69c-b4efa5ad1db2) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp fb8e10c1-b3f1-4d8d-8299-a3fa691a1b76) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c2565e1-38f4-4b23-ae64-0de6d822986b)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1413d63d-5dda-4591-a596-e505dee39040)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31f2fd9e-ef0f-4513-bfc2-f49fce05c6a1)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c643fb1-3ef9-4dc2-ba12-bb91f6560142)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 975c8e29-ca60-4340-8cde-b62f2570b7d9)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e853bb3-477a-414e-9144-35d62df19521)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 198b84b9-385f-4c0e-bbcb-7710b85d45d4)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de84680d-0f79-4230-b4df-1d1a57ea80d6)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e741e2ef-aeb8-4cd2-9472-457e491b44bd)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3e7a469-74d2-43ea-bf87-5df59172eeaf)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e79aead4-5f9c-4e44-b547-4d24b459a8ca)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c976f185-f627-4006-a4fa-436037493308)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 8f555b6a-a771-4c11-b307-cacc121edd01)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "Net-(U3-Y2)") (pintype "passive") (tstamp d2df7c53-59de-44ba-bf07-fe987c0110dc)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41b6d) - (at 88.392 150.876 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060b4355d") - (attr through_hole) - (fp_text reference "R10" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 02eaa524-f912-4c97-a6fa-0ee8fc089c97) - ) - (fp_text value "100" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e809807f-f3b3-4e76-9696-23b2c83332de) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 7e8472c4-01b0-48c5-b47b-c48459cb8427) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92df4040-62eb-4091-bb20-36e4b27226c2)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8efaf372-04c7-4bcf-b204-a4767cf41ca3)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81594419-5124-4d6c-806e-accbd971564b)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce532d85-fc0f-486d-8ba3-c7746670e163)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e144c2f2-1144-404c-8940-f86e03a8c1f1)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f67ab28d-21fa-4327-8777-6596c8164c6d)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b58a3f8c-7d04-4d00-ac12-dd67ba4a673e)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed1e1255-35d6-46c5-baa8-917fa1e621e8)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29c80de6-e5c6-4fc3-8188-86d1f98ca125)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 487bad2b-f28f-487c-a3d8-5ffee7f72c3d)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf1489d2-4d18-4bcd-8acd-fe9f3e36eee0)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b430cc2a-34e3-4c84-815b-2b12ffe964e9)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp c82e62ec-046f-482e-a6b8-32b2a13da93c)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 18 "Net-(U4-Y2)") (pintype "passive") (tstamp 7c34e087-d7ef-43ed-b44b-db62a7a12801)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41bff) - (at 64.066 74.0285) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") - (property "Description" "Analog Multiplier, DIP-8/SOIC-8") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"AD633\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Low Cost Analog Multiplier, PDIP-8") - (property "ki_keywords" "Analog Multiplier") - (path "/00000000-0000-0000-0000-00005f74d4f3") - (attr through_hole) - (fp_text reference "U3" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4830e456-148f-4346-81bf-def4597784f3) - ) - (fp_text value "AD633" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 42abf802-74f7-460a-ba99-bcbdb38c0081) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp daca49c7-bff3-434b-8d0f-01402043332a) - ) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9786e869-85e2-472e-a02f-fcade90667fb)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cdb56c1-d297-417d-aa37-ef532d63916c)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cad26fa3-2675-4900-ac83-13054182c02c)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a94b95f-a5d2-4361-808a-73fa1c461e68)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a79facb3-dfdf-4d92-bf0b-c5914c2fd674)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb2dfcae-2b11-428f-8475-0076cd13a137)) - (fp_line (start -1.1 -1.55) (end -1.1 9.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec0013cc-9568-47e0-9d78-dbd06830d399)) - (fp_line (start -1.1 9.15) (end 8.7 9.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7a9b341-47e8-49b8-924d-cdedb0e3baa5)) - (fp_line (start 8.7 -1.55) (end -1.1 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b04808c-c57b-4746-afc7-bf7376bff14a)) - (fp_line (start 8.7 9.15) (end 8.7 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9118432c-ae4f-4ca3-bd8a-5e8882b6d03b)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1320e264-2dfc-4598-8556-8fc08cd6593a)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 031fa10f-1709-422c-b1db-7f882f72313c)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d13df1c-9940-43ab-b865-71169e9a4eb7)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 995f9022-523e-4d7f-aba8-0c20037a68f9)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f8d2dba-7913-4564-8fc0-55b379f17d83)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(U1A--)") (pinfunction "X1") (pintype "input") (tstamp be2de731-cc7c-4c5a-88e8-b014bab321e7)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "X2") (pintype "input") (tstamp 3e20765f-f698-4800-9e8d-122024c66795)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(U1B--)") (pinfunction "Y1") (pintype "input") (tstamp e1417e92-b3ff-404e-ad34-7a2630d34aa7)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "Net-(U3-Y2)") (pinfunction "Y2") (pintype "input") (tstamp 843cfb49-d63b-4a3a-887e-686f4158c33f)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "-V") (pintype "power_in") (tstamp 5c5e76f3-fb10-48e7-8663-be9c146573d4)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Z") (pintype "input") (tstamp 87dc6397-75ff-4cba-a8f7-e4bc685d7532)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "Net-(U3-W)") (pinfunction "W") (pintype "output") (tstamp ee24d53c-beb0-40a1-93c5-d17f594a2878)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "+V") (pintype "power_in") (tstamp e2631081-f4f7-4e26-a19e-d231ee59fe1f)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41c1b) - (at 64.066 143.256) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") - (property "Description" "Analog Multiplier, DIP-8/SOIC-8") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"AD633\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Low Cost Analog Multiplier, PDIP-8") - (property "ki_keywords" "Analog Multiplier") - (path "/00000000-0000-0000-0000-0000609d2173") - (attr through_hole) - (fp_text reference "U4" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d315c305-0183-4ffa-af2b-6785da8339ca) - ) - (fp_text value "AD633" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e3914aee-52a8-4ff2-b749-26e1ced6ab51) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 50ad47c5-b418-4888-8399-5f8154b329ac) - ) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2feb218-aede-420a-9061-a2ce6b41432d)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df355b7d-036d-4236-94d5-4fca5ecf30c3)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e9f1cb7-f5de-4ed9-bd5a-7f98ef96b63f)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd72fec4-a684-46b0-b58e-a97d1cf45b6c)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37593bff-8574-4b21-834e-27a2674e8004)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 732f06d2-a4ca-4951-8aee-723e82648f33)) - (fp_line (start -1.1 -1.55) (end -1.1 9.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05b0d3f2-93ef-44ec-9280-c24c265f3eb7)) - (fp_line (start -1.1 9.15) (end 8.7 9.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 458319ef-cdf8-4913-bd6c-eb5ad3fdcd12)) - (fp_line (start 8.7 -1.55) (end -1.1 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc000b7e-069b-4165-9e82-87ad03109e3b)) - (fp_line (start 8.7 9.15) (end 8.7 -1.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33b958cd-430c-483a-8022-1761da917611)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e813093-f036-4d73-a8bb-95fbc5e131d0)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e182d62f-daaa-4b6e-a155-06b26c2d6478)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c0c91d8-4d1d-4d63-950d-8b7ac8da8159)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10c38f6e-3d41-46e3-84a5-7ecb50c34527)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5aa72e58-3958-49f1-a229-c91208f61479)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(U2A--)") (pinfunction "X1") (pintype "input") (tstamp aacd00ea-a9a8-4fd0-9b57-3acf25ffdaf4)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "X2") (pintype "input") (tstamp 67518635-39e0-4493-ad90-816fe304a84b)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "Net-(U2B--)") (pinfunction "Y1") (pintype "input") (tstamp 202d6aaa-6a6e-4da2-9199-d020a942c41d)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "Net-(U4-Y2)") (pinfunction "Y2") (pintype "input") (tstamp da6057df-bbe7-4022-8342-aac3179836dd)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "-V") (pintype "power_in") (tstamp 53500c78-e874-40a7-8ed1-91d0a84aed0f)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Z") (pintype "input") (tstamp f56dbdda-53b9-4efa-9ac3-06cf4fe2c379)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 24 "Net-(U4-W)") (pinfunction "W") (pintype "output") (tstamp 79cdd423-9f8d-47ec-9824-ce92f269a4b9)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "+V") (pintype "power_in") (tstamp 5fac82cf-55d9-4017-bc93-fb1de3d3efb8)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061006ffa) - (at 64.516 91.3104) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061008c18") - (attr through_hole) - (fp_text reference "U1" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fb55825a-f576-4f90-85aa-ad6bf79d4fa1) - ) - (fp_text value "TL072" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6515d75b-65ab-4690-8d98-8facafa58e40) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b01c9f78-8c47-4864-ad1a-d01eedaac275) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a97b8d5-a83a-45ab-a10f-bf5ad7417f59)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5f66871-f079-467f-9d5d-165e3a5f6a80)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2137cb7d-3262-4839-a30a-554cd2d9d5c2)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5fe0836-d2d2-42c0-b8e2-107f7a54826a)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 028b06ba-bb54-4176-89d4-0e2db3b06b5c)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a559aefd-8d4c-4a3a-bca2-0bba60e2a064)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b6a7b39-83ba-4a77-8500-1f8e903c9fa5)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c52be117-3363-4a47-9b1a-83cd9bffcb38)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c729a60-4b83-4f8c-9920-25320c9a00cc)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4d10489-7d1b-4233-8b05-69f7993305ab)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdaff4d4-a84d-4261-be36-e438cf187f7c)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e643e76b-97ef-47d2-89d4-48b8deaeb6ba)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88f81e15-7f8f-4bda-b2e6-cbca72085ef1)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88e5a599-5a70-4b94-87a0-0fa4c1994716)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67ce7135-5550-41ef-b6cd-ea739da0f53b)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8087baa-8988-4809-9057-71d9057b324b)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e3f9804-1654-49d4-b49b-be0a41e54c57)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b95bdba7-ff96-4f3c-ace6-730682ad7794)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 955c5cae-4210-4791-9ad6-7cfc63fc99a7)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9484e802-8282-4f6b-acfd-acf5ab2844b3)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab7daad6-15bb-435e-9b60-5716f35eda17)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 567c854b-2a53-4961-af62-b063cb8ec46f)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96b303dd-bc73-4269-aa89-6ef12dbf17d8)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(U1A--)") (pintype "output") (tstamp da91834e-e4e2-4899-8620-d58f97fdb9d5)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(U1A--)") (pinfunction "-") (pintype "input") (tstamp ef58d1c4-b1f0-4933-9229-5a8fc7ee2411)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Xa") (pinfunction "+") (pintype "input") (tstamp a47b5e61-4234-4559-8062-de1b9167eb91)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp f0a9f77f-c696-4946-af98-14772f4bea56)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Ya") (pinfunction "+") (pintype "input") (tstamp f53752c4-8f07-4cfe-9c34-034fc46339f8)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(U1B--)") (pinfunction "-") (pintype "input") (tstamp bcf20a94-41cd-4d26-802b-1ddd1daae6e2)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(U1B--)") (pintype "output") (tstamp c1de1c99-0126-42f9-8afa-e09925a95390)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 0de6b733-ca47-4e42-9d37-fdf327b4e024)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006100701e) - (at 64.516 125.974) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00006103b81b") - (attr through_hole) - (fp_text reference "U2" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b681b056-edc6-4c33-b350-80bc6b838751) - ) - (fp_text value "TL072" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 50cc1148-2f28-40e5-8246-d5afb305f7ed) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 132bbc45-4e1d-4b22-8f17-820ec8a2e647) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc2c2d0d-b066-447f-875c-a06eb3095a20)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 684789e9-dcdf-4eb6-9788-32312aa28c28)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fa356db-230e-4156-8993-d0788b5282cf)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a708f03c-0f21-40dc-815c-d79840d15f38)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1eb650ef-65ae-4c86-b142-1451fcf503e9)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a8f0550-13b8-4292-9bf6-be09c1d1cbac)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6daee25a-b489-4640-be3f-bd61d7239cdc)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37c2403b-5aed-491b-aaca-fb9dc035e0dd)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f7743f6-01ab-40a3-a88d-5edf894389d4)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6fb0a59-ec51-466b-9350-bfc883534909)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a446fe7a-f957-4bfa-8850-b4a130b48bdf)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b0ca970-7464-4b26-a939-3b93125d3dbc)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4dd22892-333e-4872-9aaa-7b31c92e80a0)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86905e72-1a75-460c-aa57-6824a6d64519)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99bd38a2-316c-4d5a-a6e0-f91d698baab9)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b989091-2f37-4ee6-8967-fed93a50fcf5)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55f17cae-6a79-4f40-ba78-e8c01a4987af)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eeae8011-4fb2-4e21-acf7-972b326a45d3)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57afd5e3-4054-4f12-9f24-e599710ac8f8)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a94d1d1a-acc0-49d3-a442-4351a4c0ae98)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6b28530-5ea7-4d39-b47e-7b30c9b0cd05)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca65c50f-a415-4cb4-8bac-fb412c386f89)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 359a1334-bd36-4c0c-b021-664473b72584)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(U2A--)") (pintype "output") (tstamp 691e8985-ef84-4e0d-9d4a-2fd566cd8601)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(U2A--)") (pinfunction "-") (pintype "input") (tstamp 6b607248-f4ac-4e61-ae2d-9b6c3ad4d9bf)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Xb") (pinfunction "+") (pintype "input") (tstamp 9dcea09c-dda9-4799-878a-865a9d8c9488)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp af5d7552-ef40-4c87-8ad7-8eab36655c3b)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Yb") (pinfunction "+") (pintype "input") (tstamp 38c9b6db-19f9-4ee0-8f0b-2912dd262a40)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "Net-(U2B--)") (pinfunction "-") (pintype "input") (tstamp 00382fd6-4ce6-4a63-8542-21344447d424)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "Net-(U2B--)") (pintype "output") (tstamp 637d76ba-4cbc-42e8-a7b6-666df1dbeb2b)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp ad4d2b52-b8d7-4ac7-b75a-7d8d9a70fba1)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000610070ae) - (at 64.516 108.642) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00006103d3ba") - (attr through_hole) - (fp_text reference "U5" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 67d50737-d6e9-4c0e-9bc7-96c2c0f67f2f) - ) - (fp_text value "TL072" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 65bd4c8b-62b9-4775-aa1e-732866a9e44f) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 00d7447a-36d8-41bd-9122-21411e4cd4a0) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78828697-6cf2-4fe3-b07a-4f8618be2b20)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb6d2a9b-1c4a-4f46-a62c-4c5a2d2a0293)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b31c1718-1b83-41ad-b0e3-c3989373a8de)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fad41504-21a3-4963-a605-7eb86679a570)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba13a53d-c144-4846-aab8-640bdceae7d2)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4345c728-53de-439e-86f7-ccd86ba41055)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 096c9574-2b02-4fad-b87e-d1909679e1f8)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b8cc460-e4b8-42dc-9ad3-63dffd7ebd69)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4135f24a-2527-44da-b0fa-8e0ef3788848)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d3a8832-ab53-42fe-8f8f-bebe101d5d15)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c68e0e0-ab5e-463d-b502-403cd94c9391)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 37688d9c-a8c0-4c41-b77e-95743e598224)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0aee7bab-2aa2-46d7-b285-1795e4f1f188)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01339f89-afe2-4394-9e7c-f96b1f56b83c)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37b93f3b-1b67-4720-a6ce-bf78f37bb928)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c928fd6-5e86-4252-a066-29596c230a37)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bc851b9-5f33-4b12-8e46-14fb3d8acc5b)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 246908b7-4a7a-4baf-85b5-a0c17e92bb66)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7a3f482-dd5b-4f28-9484-9063050f4275)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c036f849-63bd-4605-a600-018084d90fd8)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98df09b1-3cb9-492f-bf90-9a6970597de8)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a4345c9-a46d-462b-870f-b53690b7cdb3)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02c6bb36-3abf-4125-9d0c-f1e113fb63b8)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "OUTa") (pintype "output") (tstamp 61178237-d973-4fd8-8aa6-33924bb0281d)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(U5A--)") (pinfunction "-") (pintype "input") (tstamp 0990fb2b-5cf9-4488-99db-a5ac313c6ba6)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "Net-(U3-W)") (pinfunction "+") (pintype "input") (tstamp d42c8fe1-d80b-42dd-ba47-e32d704927ab)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 875dd0cf-3443-42f4-986a-8109f6018a4d)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 24 "Net-(U4-W)") (pinfunction "+") (pintype "input") (tstamp 28d38593-e353-45c0-98ee-997302e957ae)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(U5B--)") (pinfunction "-") (pintype "input") (tstamp 0011eba4-2335-4f6c-bbdc-0d4e24f9d187)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "OUTb") (pintype "output") (tstamp 1b41a7d5-c66a-4675-964f-ab9b64b279f8)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 6932e9ac-3bd7-4b81-9295-bbe0610a5185)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061043665) - (at 88.9 114.3) - (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x03 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x03, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00006105072e") - (attr through_hole) - (fp_text reference "J3" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2daa82d8-37ee-479c-9f69-90f663d8f0cc) - ) - (fp_text value "01x03 Female" (at 0 7.85) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fe78b4b5-e39e-4362-b2c8-b00c9a15cd4d) - ) - (fp_text user "${REFERENCE}" (at 0 2.54 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 90cd3dd5-2ee6-42bd-92fe-82e38628c887) - ) - (fp_line (start -1.33 1.27) (end -1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f5050f8-f8cf-4d72-8ea3-c19d5d5a40b2)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08504dc3-3cf2-42ce-93fd-e527dc938fc3)) - (fp_line (start -1.33 6.41) (end 1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cd4a751-3d02-4474-bc2e-d82fa0230856)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb22ea0-00c6-4f88-b2d8-9309e084815d)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29791d20-0f3d-4c62-a724-5bae2777a4cf)) - (fp_line (start 1.33 1.27) (end 1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db87d5e4-2ed6-41ce-a35f-5f9cd8f206c5)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a08e1cc-802f-40a7-afd7-1c39e4a68632)) - (fp_line (start -1.8 6.85) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33754614-f3c6-4153-941c-d61a74813c1c)) - (fp_line (start 1.75 -1.8) (end 1.75 6.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59f0a294-d601-434d-aa3f-6a65f1e77962)) - (fp_line (start 1.75 6.85) (end -1.8 6.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44a0a867-b683-458d-82d2-70b436e6955e)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50de58c8-c20e-4c8c-b412-64214225bf0c)) - (fp_line (start -1.27 6.35) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12cc5664-7335-4eea-be77-edb9a3296378)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd42af25-c165-42b8-95e9-dbccef1c3fe0)) - (fp_line (start 1.27 -0.635) (end 1.27 6.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a8efc15-7a02-42c5-9439-f9c671b3489a)) - (fp_line (start 1.27 6.35) (end -1.27 6.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 652b00e3-c56f-451a-bf51-4b263f2c96b9)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 9 "Xb") (pinfunction "Pin_1") (pintype "passive") (tstamp 00532bf5-4e88-47dc-a733-b1de12161571)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 8 "Yb") (pinfunction "Pin_2") (pintype "passive") (tstamp 2c65ac27-a795-4b7a-99e6-97d7510946b7)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "OUTb") (pinfunction "Pin_3") (pintype "passive") (tstamp 7623b222-b3fe-49e2-a68e-45eb1648bd07)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000610441de) - (at 52.87 90) - (descr "Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x05 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x05, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-000061044027") - (attr through_hole) - (fp_text reference "J2" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6f85dff3-2a09-4265-9f23-68835f22e523) - ) - (fp_text value "01x05 Female" (at 0 12.93) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 01b09afe-6bc2-472e-90e3-2aaabddaef01) - ) - (fp_text user "${REFERENCE}" (at 0 5.08 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 31761c58-edc0-45df-bc7e-af64262c2ae5) - ) - (fp_line (start -1.33 1.27) (end -1.33 11.49) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c146d12-8b3d-44b2-a37f-c6cf7c532311)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd513ded-0e75-4611-b349-f43faa755c0f)) - (fp_line (start -1.33 11.49) (end 1.33 11.49) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3dcc34d6-6d65-49f7-917c-08766bd494a5)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf33c953-ae74-4407-80e2-99b4225436ac)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b3dca24-0c62-4524-91b2-46a943f29b13)) - (fp_line (start 1.33 1.27) (end 1.33 11.49) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41e1f82e-ecf5-40a3-a1c1-2c0b48c6732c)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc7d2f62-bf46-4413-8910-00edf747b573)) - (fp_line (start -1.8 11.9) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d0b8d05-ef4f-4af1-a7da-35dec8f5792b)) - (fp_line (start 1.75 -1.8) (end 1.75 11.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0351507-1d50-4134-b816-9ef8a59e909e)) - (fp_line (start 1.75 11.9) (end -1.8 11.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 857d0388-79b4-49e7-8356-0c4de4ed2d4e)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8a80201-176c-4888-8c33-b6b23108f1b2)) - (fp_line (start -1.27 11.43) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6f9e302-637f-4546-9f19-6da455188793)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 493160c8-30b3-418d-a1aa-ab916d2808d4)) - (fp_line (start 1.27 -0.635) (end 1.27 11.43) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c5bd529-c618-462b-bd37-0ab2a0e46513)) - (fp_line (start 1.27 11.43) (end -1.27 11.43) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f2f66af-46ef-4dec-b2e1-1b8b0f6c5f8c)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "+5V") (pinfunction "Pin_1") (pintype "passive") (tstamp 1fdf3ab1-9655-4064-af17-5563fab17733)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_2") (pintype "passive") (tstamp 83c814b5-7993-4145-bcc6-ae83f3873aae)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 12 "Xa") (pinfunction "Pin_3") (pintype "passive") (tstamp ddabb202-b7a1-4ed6-8e3b-241e2b78f785)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 11 "Ya") (pinfunction "Pin_4") (pintype "passive") (tstamp 41c83ded-3a2d-4e8e-9567-321a51e60984)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 10 "OUTa") (pinfunction "Pin_5") (pintype "passive") (tstamp 2915edf0-869b-455d-979e-2d44871b351c)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061044f55) - (at 71.882 156.972) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8c69e986-402a-4bc2-9258-97c868a4e43e) - ) - (fp_text value "elektrophon logo" (at 0 -3.048) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de7060ae-46df-4df2-a84f-976ff4f6f3f3) - ) - (fp_text user "R02" (at -8.83 1) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp 11d3c65b-5551-4ca1-bbc1-688080f14f21) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp 63a93977-acf5-4343-9333-30d2ab5da79f) - ) - (fp_text user "produkt" (at 8.62 1.02) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp e11c23fb-6bca-40c8-98b4-6fa778d7ca69) - ) - (fp_text user "produkt" (at -8.54 0.99) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp 3094f662-e6eb-430d-b7b7-1f31826c6d3b) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp 592c2d10-4e78-4ae7-80c7-25e21b5a6449) - ) - (fp_text user "R02" (at 8.8 1.02) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp c3b304d0-946f-40bf-9f79-85c3b8baf061) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41a93) - (at 80.264 57.404 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Description" "Pin Header IDC (2.54mm)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"J\" model=\"IDC Header\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-000060e46c2e") - (attr through_hole) - (fp_text reference "J1" (at 1.27 6.1 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 501f2c6e-59f1-4653-ad46-d0abbb6817e7) - ) - (fp_text value "10 Pos" (at 1.27 -16.26 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7fe50b22-98e0-4f33-9681-ebc48e7528f4) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7660a2a5-e8ec-4608-9ef8-d0ab7509218e) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 087bab9b-9c35-447b-aa76-7c162f370362)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ef906ddb-a7c2-4fdc-a1c8-5102cbe1d10e)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e4e5189-57fd-4f8e-8ee8-10c9cf76885a)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e8c3d247-39d0-4bd4-898f-a1788fbf8491)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 596ac501-b18c-4f92-b264-c2239813507a)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a15119b-1343-4e54-8ac3-10586ba82074)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 391e44b0-4b71-452d-a500-115f85fa8a6c)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4bbd9ad9-a7a4-4dcc-a14e-fb5562b83eb4)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1c93f893-8b0f-41ef-acca-287f3438a1ee)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5609c360-ca0d-4ae9-95d7-4f83faa9d80a)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp acf9c719-2789-4a54-b462-7b747ee8fbbf)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 58ba69fa-1adb-4b1a-8a8c-adfa6d1d2e8b)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b3c480a-0c47-4654-a884-2c63fd266fd2)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp baee7b63-0e21-4590-bf35-3619f18b1b54)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp da6b54af-313e-4ffa-a4a7-038839068a0b)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ba30a015-f4e6-4e91-9a00-c6b095fa3c52)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1d590d6a-d21f-48c5-a563-5bf661ffffb4)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 92ff4068-dee8-4512-bf9a-9c8f41066375)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 05fa4c22-3825-4c53-9867-865ab1a65386)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f6941fd-27fc-4f65-bbe1-2d54efff35ed)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e1b32cf-9c23-4454-9b58-0944fcac8837)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 642d6c9e-f3d0-453b-98f7-4b0ff1e28bf5)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b70a334b-0cd4-4651-9a9b-d7b95afcba0c)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38c99d0b-5ec5-4596-9c89-d7246ec283b4)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c9d86c2f-a680-4a27-8e1f-b5e822b2cd49)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 08fbdb82-7406-4c48-bb5c-1902cc8b206a)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 346d69bf-bb40-4c0e-91a9-c8ebffb104f1)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e554d07-b375-4bcb-b324-0259583b03ef)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e47399a7-d044-4da2-a43c-c999276233f4)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fd3c5229-21a0-4c88-a622-806e24b40ded)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cecf2c25-48ca-4b7a-9f83-39c9533187f6)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 397d2589-9a09-4d52-aa46-e23d53d158e5)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 6 "VN") (pinfunction "Pin_1") (pintype "passive") (tstamp 940cb4d6-a7db-42de-9030-0c5a1885a4ca)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "VN") (pinfunction "Pin_2") (pintype "passive") (tstamp 49e751d2-01cb-4288-9fde-e600e351fb56)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "VP") (pinfunction "Pin_3") (pintype "passive") (tstamp 4695726d-c30d-4db0-b884-c5fe14ea6a36)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "VP") (pinfunction "Pin_4") (pintype "passive") (tstamp 25445069-587c-4071-8403-faae6c98b5e6)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp 588c6d9c-88cc-4740-b710-25c36f663034)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp c680f767-86a5-4be0-806f-022f228c8210)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp a35ee537-2bbc-4d75-a943-638d4a9dd34e)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp e8ed761a-2073-450d-9495-9d511a8849d1)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp 007caf6f-25d2-4ce9-84f3-ee8a62209427)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp 79fce81b-86a5-46be-89c3-1a8ca0d1953e)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3386P_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41b84) - (at 84.836 72.136) - (descr "Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf") - (tags "Potentiometer vertical Bourns 3386P") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/c21dfebf-14cf-461f-856d-f2f6ea8eecae") - (attr through_hole) - (fp_text reference "RV1" (at -0.015 8.555) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 75a8e4b3-5430-4e5e-b983-759da1199afc) - ) - (fp_text value "100k" (at -0.015 -3.475) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c0de8651-9101-4cec-ac20-69864f79be5e) - ) - (fp_text user "${REFERENCE}" (at -3.78 2.54 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bdfca153-41fc-404e-b709-230fd9ab9867) - ) - (fp_line (start -4.9 -2.345) (end 4.87 -2.345) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 08ee0f9b-b17c-4c5c-840e-93d61b7c4d02)) - (fp_line (start -4.9 7.425) (end -4.9 -2.345) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8d61e332-0b51-4e85-944f-2a404101146b)) - (fp_line (start -4.9 7.425) (end 4.87 7.425) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8161182c-ef1c-44d5-ab36-4c6cc8582e1d)) - (fp_line (start 4.87 7.425) (end 4.87 -2.345) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1f312165-880e-45e4-88d1-fa5c923e3d66)) - (fp_line (start -5.03 -2.48) (end 5 -2.48) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f30da27f-d476-4bdb-b91e-886ef1fea452)) - (fp_line (start -5.03 7.56) (end -5.03 -2.48) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8145a0d5-4887-4939-a7a6-5f8fbb2357c8)) - (fp_line (start 5 -2.48) (end 5 7.56) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 287982c3-39db-4ce7-bc29-6c0b9a3b6ea7)) - (fp_line (start 5 7.56) (end -5.03 7.56) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b99494b6-65e0-4a16-9490-61ce1274b93b)) - (fp_line (start -4.78 -2.225) (end 4.75 -2.225) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b408c92d-adbb-4c41-aa1f-56d6fda8b67b)) - (fp_line (start -4.78 7.305) (end -4.78 -2.225) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f7775bba-7d93-4b71-920c-f7a8a567f4e3)) - (fp_line (start -0.891 0.98) (end -0.89 4.099) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 18de6fe2-fd6a-4385-9f95-6b10a2ecc633)) - (fp_line (start -0.891 0.98) (end -0.89 4.099) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 41b9c939-5204-4bea-a696-d287a3c2f282)) - (fp_line (start 4.75 -2.225) (end 4.75 7.305) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a3690e95-a1e7-463a-a930-72c2d1ca11be)) - (fp_line (start 4.75 7.305) (end -4.78 7.305) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a190781a-ae2b-4e0d-99b2-4d6a385cb8c1)) - (fp_circle (center -0.891 2.54) (end 0.684 2.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp b9164b4a-5c99-4bca-82f8-8e5e9ae3792d)) - (pad "1" thru_hole circle (at 0 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "1") (pintype "passive") (tstamp e7205c86-aad6-4c5a-be27-429f56542b6a)) - (pad "2" thru_hole circle (at 2.54 2.54) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(R7-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 579a6162-5225-4c80-8240-d75aa37484c4)) - (pad "3" thru_hole circle (at 0 5.08) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "3") (pintype "passive") (tstamp 5be72c64-0a04-4888-86cc-9f409e66b165)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3386P_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3386P_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41b9b) - (at 84.836 136.144) - (descr "Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf") - (tags "Potentiometer vertical Bourns 3386P") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/1e57a74e-0b00-4b3d-9315-89c64e9eac1a") - (attr through_hole) - (fp_text reference "RV2" (at -0.015 8.555) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 95b411a4-7c44-4a48-a865-0b031fc1962c) - ) - (fp_text value "100k" (at -0.015 -3.475) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 262d8d03-2200-4f80-8f5a-655295d18a37) - ) - (fp_text user "${REFERENCE}" (at -3.78 2.54 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 11235c2c-6d1c-4384-b6a6-efd0618a9e5a) - ) - (fp_line (start -4.9 -2.345) (end 4.87 -2.345) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2538f89-adb6-4c14-9bc2-b878a83f13f8)) - (fp_line (start -4.9 7.425) (end -4.9 -2.345) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9b85e2ad-e945-423f-8c57-736182db98af)) - (fp_line (start -4.9 7.425) (end 4.87 7.425) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e6ba36f-1709-48d6-a783-24c3139c1dd1)) - (fp_line (start 4.87 7.425) (end 4.87 -2.345) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0692e0db-09c6-4253-91d0-fab56d9f45e6)) - (fp_line (start -5.03 -2.48) (end 5 -2.48) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4f76ede7-4af1-41bd-b404-c0ce644a0c5d)) - (fp_line (start -5.03 7.56) (end -5.03 -2.48) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 48b76659-04ef-418a-906d-ed84e7c6d709)) - (fp_line (start 5 -2.48) (end 5 7.56) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a7326bd6-c3c0-4e9e-90b7-5c1682b5b1d4)) - (fp_line (start 5 7.56) (end -5.03 7.56) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0f9bdd80-f0ba-48ae-ba03-f96c32603e35)) - (fp_line (start -4.78 -2.225) (end 4.75 -2.225) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp be89ab6a-edb9-4a77-8f93-a3c7bc38a376)) - (fp_line (start -4.78 7.305) (end -4.78 -2.225) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8161baf1-9b39-439a-b3d2-a48cb5dc8349)) - (fp_line (start -0.891 0.98) (end -0.89 4.099) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5b913c2a-83dc-4875-a12d-2e3e2c05da97)) - (fp_line (start -0.891 0.98) (end -0.89 4.099) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 78f30d4a-1d8c-404e-b7bc-79f5859bd08a)) - (fp_line (start 4.75 -2.225) (end 4.75 7.305) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 838f52d7-f0e6-4cfe-8e35-a477a765380a)) - (fp_line (start 4.75 7.305) (end -4.78 7.305) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bab53f41-66bd-4b89-ab18-4e3f3f6c991d)) - (fp_circle (center -0.891 2.54) (end 0.684 2.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 14200618-7658-4326-b760-dac46b8bf78a)) - (pad "1" thru_hole circle (at 0 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "1") (pintype "passive") (tstamp e1d5fbb5-440a-4726-bb0b-f2da51b2dec9)) - (pad "2" thru_hole circle (at 2.54 2.54) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(R8-Pad2)") (pinfunction "2") (pintype "passive") (tstamp ab8cd734-d775-41f4-b59b-bea1e34931fa)) - (pad "3" thru_hole circle (at 0 5.08) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "3") (pintype "passive") (tstamp 5e977163-3b84-40bb-ac29-be03cef113e2)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3386P_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 91.1 50.8) (end 91.1 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 0589ba54-4873-4d64-9b65-6751f8562dfb)) - (gr_line (start 91.1 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 10eefd0f-eee4-4f4f-ba48-07f56febda98)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 25344282-98f2-4240-ac7b-3bd4cf3479c8)) - - (segment (start 59.944 121.412) (end 61.976 121.412) (width 0.381) (layer "F.Cu") (net 1) (tstamp 01c00d5f-d3bf-4414-a5e4-9a666d2665a0)) - (segment (start 51.308 109.22) (end 51.308 109.309942) (width 0.381) (layer "F.Cu") (net 1) (tstamp 1da1b6b9-3cfa-4a14-9c66-7f44a9692d48)) - (segment (start 51.308 112.776) (end 59.944 121.412) (width 0.381) (layer "F.Cu") (net 1) (tstamp 2936816a-d395-40fb-ba43-b385388565c4)) - (segment (start 62.0505 104.7225) (end 61.976 104.648) (width 0.381) (layer "F.Cu") (net 1) (tstamp 2dcd8a69-8a2a-4c3e-bd12-583c5c193d3c)) - (segment (start 51.308 130.556) (end 51.308 111.76) (width 0.381) (layer "F.Cu") (net 1) (tstamp 2dce5084-b03c-41de-9962-596c6d23c45e)) - (segment (start 51.308 138.176) (end 51.308 130.556) (width 0.381) (layer "F.Cu") (net 1) (tstamp 3452dfcc-1c97-472f-9891-4b68b7e7040a)) - (segment (start 51.308 88.392) (end 51.308 61.468) (width 0.381) (layer "F.Cu") (net 1) (tstamp 3e879cac-a0ae-44eb-946c-39e6b1ea4784)) - (segment (start 51.308 88.392) (end 51.308 90.978) (width 0.381) (layer "F.Cu") (net 1) (tstamp 41583cf5-56e6-4f85-bdff-9e02e5d200c1)) - (segment (start 51.308 131.064) (end 57.912 137.668) (width 0.381) (layer "F.Cu") (net 1) (tstamp 41f13a2e-ee42-445c-8bb6-3ae279959081)) - (segment (start 75.184 57.404) (end 75.184 54.864) (width 0.381) (layer "F.Cu") (net 1) (tstamp 4f1a04a2-39d8-4201-bc44-8adc42a407bb)) - (segment (start 64.066 145.796) (end 58.928 145.796) (width 0.381) (layer "F.Cu") (net 1) (tstamp 52fd0b83-9f10-4c87-9f9b-f79eae35103a)) - (segment (start 72.644 54.864) (end 72.644 57.404) (width 0.381) (layer "F.Cu") (net 1) (tstamp 59270fa3-ac22-412a-9f6c-bd1a17eb913d)) - (segment (start 70.104 52.324) (end 72.644 54.864) (width 0.381) (layer "F.Cu") (net 1) (tstamp 5d117136-f904-42bd-85ec-fcfdee0f237b)) - (segment (start 51.308 109.22) (end 51.308 88.392) (width 0.381) (layer "F.Cu") (net 1) (tstamp 60fbf73a-6e66-4e89-ab02-2c0a311a6101)) - (segment (start 60.452 52.324) (end 70.104 52.324) (width 0.381) (layer "F.Cu") (net 1) (tstamp 64e0b232-36c8-4aad-9f74-bd1177ad253b)) - (segment (start 51.308 111.76) (end 51.308 109.22) (width 0.381) (layer "F.Cu") (net 1) (tstamp 76d97893-0ab2-474e-85a8-fb3ae90cee72)) - (segment (start 51.308 130.556) (end 51.308 131.064) (width 0.381) (layer "F.Cu") (net 1) (tstamp 8ea156b1-dac0-44c1-bdf4-7118ea46a2ea)) - (segment (start 62.0505 109.235442) (end 62.0505 104.7225) (width 0.381) (layer "F.Cu") (net 1) (tstamp 925018af-bfff-436b-bff4-761a2f33f7ad)) - (segment (start 75.184 54.864) (end 72.644 54.864) (width 0.381) (layer "F.Cu") (net 1) (tstamp a1d195fc-d26e-4e1e-b3c5-a3d0fcda54f3)) - (segment (start 51.308 61.468) (end 60.452 52.324) (width 0.381) (layer "F.Cu") (net 1) (tstamp aafe8647-a7de-4152-937e-9cb3d8f3056e)) - (segment (start 51.308 109.309942) (end 55.356559 113.358501) (width 0.381) (layer "F.Cu") (net 1) (tstamp ac6bfff8-5d5f-443b-8813-2752ddfc9c45)) - (segment (start 58.001942 113.284) (end 62.0505 109.235442) (width 0.381) (layer "F.Cu") (net 1) (tstamp afd0b173-4826-4fff-80f5-c445e21c0833)) - (segment (start 51.308 90.978) (end 52.87 92.54) (width 0.381) (layer "F.Cu") (net 1) (tstamp bb98f25f-cc3d-464f-8278-a960f149e7cb)) - (segment (start 51.308 111.76) (end 51.308 112.776) (width 0.381) (layer "F.Cu") (net 1) (tstamp c29e3785-00a6-4ef6-807c-80a34bb4d790)) - (segment (start 62.016 137.668) (end 57.912 137.668) (width 0.381) (layer "F.Cu") (net 1) (tstamp d295ec28-0598-418f-a1fd-faff6850fa85)) - (segment (start 58.928 145.796) (end 51.308 138.176) (width 0.381) (layer "F.Cu") (net 1) (tstamp d534231c-0530-4e40-9ae9-93e7d74ac2dd)) - (segment (start 59.869499 113.358501) (end 60.96 112.268) (width 0.381) (layer "F.Cu") (net 1) (tstamp e0c80432-3e0e-4075-97ec-9c196b685787)) - (segment (start 55.356559 113.358501) (end 59.869499 113.358501) (width 0.381) (layer "F.Cu") (net 1) (tstamp ecb316b6-7f86-46cd-9077-d0b9f2426a60)) - (segment (start 72.644 57.404) (end 75.184 57.404) (width 0.381) (layer "F.Cu") (net 1) (tstamp f76a0b5d-80fa-4fea-87ae-8069ecce481b)) - (segment (start 90.63449 139.48951) (end 90.63449 103.84249) (width 0.381) (layer "B.Cu") (net 1) (tstamp 00275be2-3b4b-4263-9e6c-96543dc1b04d)) - (segment (start 90.63449 77.51351) (end 90.63449 60.74951) (width 0.381) (layer "B.Cu") (net 1) (tstamp 05e2a470-dcbf-4d35-aaa3-55e34826a716)) - (segment (start 77.975999 149.568001) (end 87.667999 149.568001) (width 0.381) (layer "B.Cu") (net 1) (tstamp 144544fc-932e-4999-9e9e-078d62fd792b)) - (segment (start 90.63449 103.84249) (end 90.63449 104.39751) (width 0.381) (layer "B.Cu") (net 1) (tstamp 1804683e-348c-4eb9-9c71-25a094310344)) - (segment (start 83.312 143.256) (end 85.852 143.256) (width 0.381) (layer "B.Cu") (net 1) (tstamp 18cd0371-5eef-482b-b0e2-f90b815566ec)) - (segment (start 74.128 121.158) (end 74.128 118.912) (width 0.381) (layer "B.Cu") (net 1) (tstamp 2667d29f-d331-455d-9988-2a879b630b24)) - (segment (start 86.868 143.256) (end 90.63449 139.48951) (width 0.381) (layer "B.Cu") (net 1) (tstamp 266bd440-2f20-44c8-9784-195dae7ef659)) - (segment (start 77.176 143.256) (end 85.852 143.256) (width 0.381) (layer "B.Cu") (net 1) (tstamp 28f1799e-6713-483a-b2bf-767ff64fca75)) - (segment (start 75.184 57.404) (end 77.176 59.396) (width 0.381) (layer "B.Cu") (net 1) (tstamp 316cc77b-5adf-460d-a024-80d923fee520)) - (segment (start 79.208 81.28) (end 74.128 86.36) (width 0.381) (layer "B.Cu") (net 1) (tstamp 32dae682-7bff-4461-85fe-3dd0e910ad50)) - (segment (start 88.638479 104.314501) (end 74.461499 104.314501) (width 0.381) (layer "B.Cu") (net 1) (tstamp 34bafe48-d447-45cf-b505-705bee10fcd5)) - (segment (start 86.868 81.28) (end 90.63449 77.51351) (width 0.381) (layer "B.Cu") (net 1) (tstamp 36195b80-de8f-4df7-b339-718f6edacc93)) - (segment (start 82.764 112.268) (end 90.63449 104.39751) (width 0.381) (layer "B.Cu") (net 1) (tstamp 3c4fe24e-d3b2-456b-92d6-66158469e317)) - (segment (start 85.852 143.256) (end 86.868 143.256) (width 0.381) (layer "B.Cu") (net 1) (tstamp 40806fa5-6edf-4eef-bad2-ba0bd13816a4)) - (segment (start 90.63449 102.31849) (end 90.63449 77.51351) (width 0.381) (layer "B.Cu") (net 1) (tstamp 41f430e6-f928-4d84-b777-5cb789719eaf)) - (segment (start 78.232 148.336) (end 83.312 143.256) (width 0.381) (layer "B.Cu") (net 1) (tstamp 452b3beb-ff74-4ecb-8597-12758e13ef1a)) - (segment (start 90.63449 102.31849) (end 88.638479 104.314501) (width 0.381) (layer "B.Cu") (net 1) (tstamp 4c19c7ab-7459-4f89-8864-ffbe8468b9de)) - (segment (start 65.256501 72.876501) (end 65.454001 72.876501) (width 0.381) (layer "B.Cu") (net 1) (tstamp 5ae61ae0-4802-4ceb-a81b-48c4afd65e2f)) - (segment (start 82.804 52.324) (end 77.724 52.324) (width 0.381) (layer "B.Cu") (net 1) (tstamp 5e0e1435-500f-4a81-86bf-9cf25e1863e1)) - (segment (start 65.256501 64.791499) (end 72.644 57.404) (width 0.381) (layer "B.Cu") (net 1) (tstamp 6a8d853f-fbf6-49a2-aed0-f467bd87016f)) - (segment (start 88.392 150.876) (end 90.63449 148.63351) (width 0.381) (layer "B.Cu") (net 1) (tstamp 70127351-a341-47f2-80b7-3fadbdd58885)) - (segment (start 77.176 59.396) (end 77.176 73.66) (width 0.381) (layer "B.Cu") (net 1) (tstamp 71786ab3-1af6-48ca-9c89-d6abdeb458cc)) - (segment (start 77.176 150.368) (end 77.975999 149.568001) (width 0.381) (layer "B.Cu") (net 1) (tstamp 74271f92-ba97-4521-a3a4-f864dd74bce4)) - (segment (start 90.63449 103.84249) (end 90.63449 102.31849) (width 0.381) (layer "B.Cu") (net 1) (tstamp 773e220f-acec-411f-bc9c-d89e83a5e7d4)) - (segment (start 65.454001 72.876501) (end 71.686 79.1085) (width 0.381) (layer "B.Cu") (net 1) (tstamp 78577a50-52f6-404f-b579-770d0b02dfd6)) - (segment (start 82.804 81.28) (end 79.208 81.28) (width 0.381) (layer "B.Cu") (net 1) (tstamp 78e09ede-f046-4610-88a2-42a1ef784ee8)) - (segment (start 85.852 81.28) (end 84.328 81.28) (width 0.381) (layer "B.Cu") (net 1) (tstamp 7cf59104-c186-4fe0-bbfb-c0e4d424d40c)) - (segment (start 65.256501 72.876501) (end 65.256501 64.791499) (width 0.381) (layer "B.Cu") (net 1) (tstamp 8505d120-54a0-47f4-9b72-22c317752e08)) - (segment (start 74.461499 104.314501) (end 74.128 104.648) (width 0.381) (layer "B.Cu") (net 1) (tstamp 8ea09dd5-9bbd-4402-8ec8-2386fc41fd28)) - (segment (start 74.128 118.912) (end 80.772 112.268) (width 0.381) (layer "B.Cu") (net 1) (tstamp 9432f5fb-5e6a-4ae7-84c8-c2e50ea7278b)) - (segment (start 78.74 65.024) (end 78.74 60.96) (width 0.381) (layer "B.Cu") (net 1) (tstamp 9ed5e9af-71d5-4464-9baf-09e04c3f6154)) - (segment (start 77.724 52.324) (end 75.184 54.864) (width 0.381) (layer "B.Cu") (net 1) (tstamp a0cda1ea-f919-4d38-a198-2dfb35d6cc6f)) - (segment (start 80.772 112.268) (end 82.764 112.268) (width 0.381) (layer "B.Cu") (net 1) (tstamp a8f7bbb4-1b7b-4286-8c59-fc07267593a3)) - (segment (start 82.804 81.28) (end 85.852 81.28) (width 0.381) (layer "B.Cu") (net 1) (tstamp aa851140-9b3d-4474-9dd1-56ee1a30d476)) - (segment (start 77.176 81.28) (end 82.804 81.28) (width 0.381) (layer "B.Cu") (net 1) (tstamp ae1ed20d-42fa-4d17-b91f-958e4c6816a1)) - (segment (start 87.667999 149.568001) (end 90.63449 146.60151) (width 0.381) (layer "B.Cu") (net 1) (tstamp af8fd662-890c-4ab5-9799-265037f6e207)) - (segment (start 90.63449 60.74951) (end 90.63449 60.15449) (width 0.381) (layer "B.Cu") (net 1) (tstamp b8ee03d4-b5a8-4dd3-b44d-c38136790373)) - (segment (start 65.256501 75.377999) (end 65.256501 72.876501) (width 0.381) (layer "B.Cu") (net 1) (tstamp b93790cf-28f5-421a-989b-e062acaf75be)) - (segment (start 71.686 148.336) (end 78.232 148.336) (width 0.381) (layer "B.Cu") (net 1) (tstamp bdf1f411-27af-44d8-bca3-80e75500f650)) - (segment (start 90.63449 63.24951) (end 88.86 65.024) (width 0.381) (layer "B.Cu") (net 1) (tstamp cd93578f-1337-4798-9ef8-950501935a60)) - (segment (start 64.066 76.5685) (end 65.256501 75.377999) (width 0.381) (layer "B.Cu") (net 1) (tstamp d5903544-0816-42ca-a195-79b78184db11)) - (segment (start 78.74 60.96) (end 75.184 57.404) (width 0.381) (layer "B.Cu") (net 1) (tstamp d770829a-8ab2-4748-9613-e8645e4c76fe)) - (segment (start 90.63449 148.63351) (end 90.63449 146.60151) (width 0.381) (layer "B.Cu") (net 1) (tstamp d8901738-4c18-47d2-bccd-85f66d33acdc)) - (segment (start 84.328 81.28) (end 83.312 82.296) (width 0.381) (layer "B.Cu") (net 1) (tstamp e2e63a8c-a040-4808-87f5-4ddf51542b36)) - (segment (start 90.63449 60.74951) (end 90.63449 63.24951) (width 0.381) (layer "B.Cu") (net 1) (tstamp e2f59b8a-5f5f-4a47-8cc6-320d42ab4f9e)) - (segment (start 85.852 81.28) (end 86.868 81.28) (width 0.381) (layer "B.Cu") (net 1) (tstamp eafdf96a-371d-4707-83af-692e19c01ec5)) - (segment (start 90.63449 60.15449) (end 82.804 52.324) (width 0.381) (layer "B.Cu") (net 1) (tstamp f4721e77-43ed-44c3-99de-c579daed4f54)) - (segment (start 90.63449 146.60151) (end 90.63449 139.48951) (width 0.381) (layer "B.Cu") (net 1) (tstamp f6389b49-b538-464d-ae9b-be647a9061cf)) - (segment (start 84.836 72.136) (end 84.836 66.548) (width 0.381) (layer "F.Cu") (net 2) (tstamp 07b91a78-28f6-4e7c-8c40-c38bd19ba2e8)) - (segment (start 90.424 85.852) (end 90.424 127.508) (width 0.381) (layer "F.Cu") (net 2) (tstamp 0f1525b6-ad2f-486f-a090-8e573f6bd4a9)) - (segment (start 86.36 66.205) (end 90.424 70.269) (width 0.381) (layer "F.Cu") (net 2) (tstamp 1194e23b-26d2-416e-a3ef-64e9323fffea)) - (segment (start 77.216 71.12) (end 74.676 73.66) (width 0.381) (layer "F.Cu") (net 2) (tstamp 1490f8be-5bf1-4710-9739-7ee1888ba089)) - (segment (start 72.136 108.642) (end 72.136 105.156) (width 0.381) (layer "F.Cu") (net 2) (tstamp 2a58d198-0f1e-43ec-8d99-be4bded62215)) - (segment (start 85.317 62.8) (end 86.36 63.843) (width 0.381) (layer "F.Cu") (net 2) (tstamp 2c4e9108-a375-469b-bed1-b5fdb778b127)) - (segment (start 71.628 86.36) (end 71.628 90.8024) (width 0.381) (layer "F.Cu") (net 2) (tstamp 34c0068d-fbac-4443-a566-133c1d9ed955)) - (segment (start 72.8185 85.1695) (end 71.628 86.36) (width 0.381) (layer "F.Cu") (net 2) (tstamp 3fb6daf6-7ce5-4225-9508-7b4e0b5522c4)) - (segment (start 84.836 66.548) (end 85.1695 66.2145) (width 0.381) (layer "F.Cu") (net 2) (tstamp 4aa5f236-37e6-493f-a18c-560ae95fc093)) - (segment (start 82.1215 66.2145) (end 77.216 71.12) (width 0.381) (layer "F.Cu") (net 2) (tstamp 5c38dac0-e0dd-43c6-a0aa-ed19d78602c9)) - (segment (start 90.424 85.852) (end 89.3335 86.9425) (width 0.381) (layer "F.Cu") (net 2) (tstamp 5fb82604-2741-4874-b6b9-0d5ed69f4f04)) - (segment (start 86.36 63.843) (end 86.36 65.024) (width 0.381) (layer "F.Cu") (net 2) (tstamp 695d3941-fa8b-4ab8-a9ab-8a241a75c3ef)) - (segment (start 71.628 103.124) (end 71.628 104.648) (width 0.381) (layer "F.Cu") (net 2) (tstamp 6d471f74-6793-418d-9251-bad0110225b4)) - (segment (start 84.836 133.096) (end 74.676 143.256) (width 0.381) (layer "F.Cu") (net 2) (tstamp 6f67ed64-5312-4328-b434-b3e8d2fc1efc)) - (segment (start 73.326501 109.463557) (end 78.232 104.558058) (width 0.381) (layer "F.Cu") (net 2) (tstamp 912ae87f-348b-4637-aff8-eb0302e8c142)) - (segment (start 71.628 121.158) (end 73.326501 119.459499) (width 0.381) (layer "F.Cu") (net 2) (tstamp 94473d35-36d0-4d2e-bb3c-52280da6b953)) - (segment (start 73.326501 119.459499) (end 73.326501 109.463557) (width 0.381) (layer "F.Cu") (net 2) (tstamp 94f23a89-ea13-49dd-8775-ece64781589e)) - (segment (start 86.36 65.024) (end 85.1695 66.2145) (width 0.381) (layer "F.Cu") (net 2) (tstamp 9ab33ba9-730e-4ab4-8d35-9fae0a5a1d9f)) - (segment (start 75.376 62.8) (end 85.317 62.8) (width 0.381) (layer "F.Cu") (net 2) (tstamp a088e8c8-6607-4892-bc89-390052484a05)) - (segment (start 87.8095 86.9425) (end 78.232 96.52) (width 0.381) (layer "F.Cu") (net 2) (tstamp abc3f361-0688-42e8-ac54-ff82e7d21ca5)) - (segment (start 71.628 90.8024) (end 72.136 91.3104) (width 0.381) (layer "F.Cu") (net 2) (tstamp acec5ef9-9dd5-4f6d-b1ee-0f8969c10597)) - (segment (start 78.232 104.558058) (end 78.232 96.52) (width 0.381) (layer "F.Cu") (net 2) (tstamp b76e707c-ff03-4609-a7ff-d1e419a59a9c)) - (segment (start 89.3335 86.9425) (end 87.8095 86.9425) (width 0.381) (layer "F.Cu") (net 2) (tstamp b98ce452-8306-48b1-928c-277e8158711c)) - (segment (start 72.136 121.666) (end 71.628 121.158) (width 0.381) (layer "F.Cu") (net 2) (tstamp ba5c772a-feb5-46f8-bcf7-1da662b1fc37)) - (segment (start 90.424 127.508) (end 84.836 133.096) (width 0.381) (layer "F.Cu") (net 2) (tstamp bf72eb2a-5052-4fe0-9be8-08d17e57e54c)) - (segment (start 75.0484 85.1695) (end 72.8185 85.1695) (width 0.381) (layer "F.Cu") (net 2) (tstamp bf9df062-e8ba-4bf2-ae7e-c3efe91bfdeb)) - (segment (start 78.3665 81.8514) (end 75.0484 85.1695) (width 0.381) (layer "F.Cu") (net 2) (tstamp c59fe465-4f0e-46d3-9404-02c58fd3ac11)) - (segment (start 84.836 136.144) (end 84.836 133.096) (width 0.381) (layer "F.Cu") (net 2) (tstamp d77cbb94-316e-44e1-864d-78c520fa011b)) - (segment (start 86.36 65.024) (end 86.36 66.205) (width 0.381) (layer "F.Cu") (net 2) (tstamp d9bb2481-5982-40df-98d2-26963aef0b31)) - (segment (start 78.232 96.52) (end 71.628 103.124) (width 0.381) (layer "F.Cu") (net 2) (tstamp dacb2f59-b1c9-4940-93be-c15ae73154e2)) - (segment (start 74.676 63.5) (end 75.376 62.8) (width 0.381) (layer "F.Cu") (net 2) (tstamp e04494cd-0103-48d3-a6ec-610c23f35122)) - (segment (start 78.3665 72.2705) (end 78.3665 81.8514) (width 0.381) (layer "F.Cu") (net 2) (tstamp e2061899-a10e-4cf2-8407-aa0896642a50)) - (segment (start 72.136 105.156) (end 71.628 104.648) (width 0.381) (layer "F.Cu") (net 2) (tstamp e25703a1-505b-4ea1-8c7e-83d85c8e9ebf)) - (segment (start 85.1695 66.2145) (end 82.1215 66.2145) (width 0.381) (layer "F.Cu") (net 2) (tstamp e2b5915e-8a2d-46df-8a44-6a0ccf50d39a)) - (segment (start 72.136 125.974) (end 72.136 121.666) (width 0.381) (layer "F.Cu") (net 2) (tstamp e69b08e7-21b3-4ef7-92a8-8668bb0c7bee)) - (segment (start 77.216 71.12) (end 78.3665 72.2705) (width 0.381) (layer "F.Cu") (net 2) (tstamp e7d69494-3f4d-4c81-816e-befe590dd45d)) - (segment (start 74.676 143.256) (end 71.686 143.256) (width 0.381) (layer "F.Cu") (net 2) (tstamp eef86b5b-d2a6-48df-97c8-aa3ce780aca9)) - (segment (start 90.424 70.269) (end 90.424 85.852) (width 0.381) (layer "F.Cu") (net 2) (tstamp feac77c3-2958-489c-a118-2e372262070d)) - (segment (start 74.3075 74.0285) (end 74.676 73.66) (width 0.381) (layer "B.Cu") (net 2) (tstamp 623e74f5-f965-4453-b975-89912d32dca8)) - (segment (start 71.686 74.0285) (end 74.3075 74.0285) (width 0.381) (layer "B.Cu") (net 2) (tstamp a6d2425a-ad62-4f0a-9770-1202b62a0cc8)) - (segment (start 72.8765 67.7965) (end 72.644 67.564) (width 0.381) (layer "F.Cu") (net 3) (tstamp 0335d5c0-c0ee-465b-8fbc-d71e9fce97ac)) - (segment (start 74.676 81.28) (end 72.0545 81.28) (width 0.381) (layer "F.Cu") (net 3) (tstamp 23080884-4537-4fed-96b2-4720430b5532)) - (segment (start 74.676 81.28) (end 72.8765 79.4805) (width 0.381) (layer "F.Cu") (net 3) (tstamp 3b4da549-ae53-4287-bc2c-f395f1ab9ad8)) - (segment (start 67.564 101.346) (end 67.564 117.816) (width 0.381) (layer "F.Cu") (net 3) (tstamp 407b5ef4-3d50-4124-99c2-c9776da8227c)) - (segment (start 67.564 72.644) (end 67.564 101.346) (width 0.381) (layer "F.Cu") (net 3) (tstamp 460a8348-f474-491e-9b05-42318502f4f2)) - (segment (start 72.8765 79.4805) (end 72.8765 67.7965) (width 0.381) (layer "F.Cu") (net 3) (tstamp 4f3ea4c9-b203-471d-9358-88a0add051ce)) - (segment (start 67.564 101.56) (end 67.564 101.346) (width 0.381) (layer "F.Cu") (net 3) (tstamp 5f29e83a-0e83-4405-bcf7-a97ce9ae92ee)) - (segment (start 64.516 116.262) (end 64.516 121.372) (width 0.381) (layer "F.Cu") (net 3) (tstamp 6002b8a6-052a-4f89-8c9a-3b779ebf2079)) - (segment (start 64.516 98.9304) (end 64.516 104.608) (width 0.381) (layer "F.Cu") (net 3) (tstamp 73ce2c1b-020c-4876-a0ae-0ca408ad02db)) - (segment (start 81.0429 65.024) (end 81.24 65.024) (width 0.381) (layer "F.Cu") (net 3) (tstamp 7add52cf-b758-469a-a88e-0f636f35de46)) - (segment (start 67.564 118.324) (end 67.564 117.816) (width 0.381) (layer "F.Cu") (net 3) (tstamp 7ae38152-c062-4006-a3cd-f67e34ca9bc5)) - (segment (start 79.0109 67.056) (end 81.0429 65.024) (width 0.381) (layer "F.Cu") (net 3) (tstamp 7bed8bf4-ed36-4eb5-a958-9c43fe1eb3e1)) - (segment (start 74.168 150.876) (end 74.676 150.368) (width 0.381) (layer "F.Cu") (net 3) (tstamp 8525a271-9966-4a72-bf87-fc6452437091)) - (segment (start 64.476 104.648) (end 67.564 101.56) (width 0.381) (layer "F.Cu") (net 3) (tstamp 85ece8cb-6e57-4081-b463-69176805719a)) - (segment (start 64.516 137.668) (end 64.516 133.594) (width 0.381) (layer "F.Cu") (net 3) (tstamp 8b4993ed-2f0d-4457-b875-1901ed08835b)) - (segment (start 80.0495 63.8335) (end 76.3745 63.8335) (width 0.381) (layer "F.Cu") (net 3) (tstamp 9030ac57-f20b-453d-b4f8-f3c4ca19de88)) - (segment (start 64.516 104.608) (end 64.476 104.648) (width 0.381) (layer "F.Cu") (net 3) (tstamp 9339ca9e-513a-45af-8217-bce8b6402c88)) - (segment (start 83.82 141.224) (end 74.676 150.368) (width 0.381) (layer "F.Cu") (net 3) (tstamp 9bf8a883-95b3-49d5-81de-5511613e66f7)) - (segment (start 72.644 67.564) (end 67.564 72.644) (width 0.381) (layer "F.Cu") (net 3) (tstamp 9efaea53-41f1-4d30-8f2c-2815f67db999)) - (segment (start 64.516 121.372) (end 64.476 121.412) (width 0.381) (layer "F.Cu") (net 3) (tstamp a2125697-293a-4f2d-976d-817ca0ff3070)) - (segment (start 67.564 146.754) (end 71.686 150.876) (width 0.381) (layer "F.Cu") (net 3) (tstamp a75460bd-933d-454b-92d0-407ce5b7c6c5)) - (segment (start 67.564 134.62) (end 67.564 146.754) (width 0.381) (layer "F.Cu") (net 3) (tstamp a869003f-cd0e-46b4-8b31-91dcdb0d40d3)) - (segment (start 81.24 65.024) (end 80.0495 63.8335) (width 0.381) (layer "F.Cu") (net 3) (tstamp b0bf5a6f-2574-40f8-a666-3f70bcd8fa11)) - (segment (start 67.564 134.62) (end 64.516 137.668) (width 0.381) (layer "F.Cu") (net 3) (tstamp c2105c44-0f60-4d2d-89b4-46150ab6ce8f)) - (segment (start 71.686 150.876) (end 74.168 150.876) (width 0.381) (layer "F.Cu") (net 3) (tstamp c71d4030-9170-450f-b487-6892cf6f45b0)) - (segment (start 74.676 67.056) (end 79.0109 67.056) (width 0.381) (layer "F.Cu") (net 3) (tstamp d404eee4-6fc3-4e87-89fb-faf66f276778)) - (segment (start 67.564 117.816) (end 67.564 134.62) (width 0.381) (layer "F.Cu") (net 3) (tstamp e45cc400-8bc2-4085-8242-acfac01c62af)) - (segment (start 72.644 67.564) (end 76.3745 63.8335) (width 0.381) (layer "F.Cu") (net 3) (tstamp e58becbd-1059-434f-bdc8-4b55bcce46b2)) - (segment (start 72.0545 81.28) (end 71.686 81.6485) (width 0.381) (layer "F.Cu") (net 3) (tstamp f0473b4f-e885-4c47-a40b-1d92bd031fdf)) - (segment (start 84.836 141.224) (end 83.82 141.224) (width 0.381) (layer "F.Cu") (net 3) (tstamp fb6211d8-65b5-43b5-804f-6622c06b4543)) - (segment (start 64.476 121.412) (end 67.564 118.324) (width 0.381) (layer "F.Cu") (net 3) (tstamp ff6ca827-8e84-437c-ba31-840a376081cc)) - (segment (start 84.836 77.216) (end 78.74 77.216) (width 0.381) (layer "B.Cu") (net 3) (tstamp 698e310d-1718-471f-9dc4-dd93dd541d8e)) - (segment (start 78.74 77.216) (end 74.676 81.28) (width 0.381) (layer "B.Cu") (net 3) (tstamp f4661ee8-ae75-4a8b-a80e-c74107efa501)) - (segment (start 52.87 90) (end 52.87 67.526) (width 0.381) (layer "F.Cu") (net 4) (tstamp c75cedf9-a773-40ed-a36d-649e29f1f9a9)) - (segment (start 52.87 67.526) (end 62.992 57.404) (width 0.381) (layer "F.Cu") (net 4) (tstamp ce93dd92-45be-4a7e-9619-8bbf9e18874d)) - (segment (start 70.104 57.404) (end 62.992 57.404) (width 0.381) (layer "F.Cu") (net 4) (tstamp d94ec4a3-47dd-4f61-8a35-f48cadfc2bff)) - (segment (start 70.104 54.864) (end 70.104 57.404) (width 0.381) (layer "F.Cu") (net 4) (tstamp e2b55141-13b3-4a1e-8e4f-c68a0f24390f)) - (segment (start 72.7185 62.4095) (end 77.724 57.404) (width 0.381) (layer "F.Cu") (net 5) (tstamp 16ca3779-b05d-4a1d-8cac-8324f7e4f65c)) - (segment (start 69.596 63.5) (end 70.6865 62.4095) (width 0.381) (layer "F.Cu") (net 5) (tstamp 5273a1f4-d1aa-4906-8792-5732d49c971b)) - (segment (start 77.724 57.404) (end 77.724 54.864) (width 0.381) (layer "F.Cu") (net 5) (tstamp 924b3bef-afde-4c65-9d19-42e4424628b1)) - (segment (start 70.6865 62.4095) (end 72.7185 62.4095) (width 0.381) (layer "F.Cu") (net 5) (tstamp bec2dd20-f7ad-46af-a04a-e073848cdeaf)) - (segment (start 80.264 57.404) (end 80.264 54.864) (width 0.381) (layer "F.Cu") (net 6) (tstamp 3f39cc04-1ae4-404e-ad94-998c5d1b361b)) - (segment (start 69.596 66.9661) (end 77.9176 58.6445) (width 0.381) (layer "F.Cu") (net 6) (tstamp 3fa1730c-493d-48c5-a25b-d14167286040)) - (segment (start 79.0235 58.6445) (end 80.264 57.404) (width 0.381) (layer "F.Cu") (net 6) (tstamp 5ae55455-8870-4c2a-9fc4-2854c5dc4563)) - (segment (start 77.9176 58.6445) (end 79.0235 58.6445) (width 0.381) (layer "F.Cu") (net 6) (tstamp 9d366f39-1781-424d-901b-5c6571326bd7)) - (segment (start 69.596 67.056) (end 69.596 66.9661) (width 0.381) (layer "F.Cu") (net 6) (tstamp d942d65d-f73a-4360-b9c8-0d3bec93b71f)) - (segment (start 75.692 108.712) (end 75.692 109.728) (width 0.25) (layer "F.Cu") (net 7) (tstamp 6de189d0-e20f-41ef-be9a-23df72dc06ed)) - (segment (start 88.9 119.38) (end 85.344 119.38) (width 0.25) (layer "F.Cu") (net 7) (tstamp b1988bd9-9c99-4000-9cd7-4b0e350c8aae)) - (segment (start 85.344 119.38) (end 75.692 109.728) (width 0.25) (layer "F.Cu") (net 7) (tstamp f23df0d4-212a-4ec2-8285-c3c718086a75)) - (segment (start 72.136 111.182) (end 74.606 108.712) (width 0.25) (layer "B.Cu") (net 7) (tstamp 7a8d449d-caec-4c0f-9ba7-aa1865409d54)) - (segment (start 74.606 108.712) (end 75.692 108.712) (width 0.25) (layer "B.Cu") (net 7) (tstamp f540eb85-84fe-4ea5-86ad-670429627a18)) - (segment (start 88.89 116.84) (end 88.9 116.84) (width 0.25) (layer "B.Cu") (net 8) (tstamp 1146ed02-5da5-40ff-9def-4e62e46dbf83)) - (segment (start 72.136 133.594) (end 88.89 116.84) (width 0.25) (layer "B.Cu") (net 8) (tstamp ebb9a2a5-94f1-468d-a959-5c7cb9ec08b3)) - (segment (start 64.516 131.054) (end 70.721001 124.848999) (width 0.25) (layer "B.Cu") (net 9) (tstamp 4784f84d-050f-48c0-9c34-b715765f0b98)) - (segment (start 70.721001 124.848999) (end 78.351001 124.848999) (width 0.25) (layer "B.Cu") (net 9) (tstamp 582ce65c-1a18-4833-a959-a81d9919ea72)) - (segment (start 78.351001 124.848999) (end 88.9 114.3) (width 0.25) (layer "B.Cu") (net 9) (tstamp b3ca2a7e-5ac8-41a7-8369-f4b65e44f388)) - (segment (start 63.560999 107.686999) (end 56.905001 107.686999) (width 0.25) (layer "B.Cu") (net 10) (tstamp afc7b975-8959-49e6-8e9f-587529d3e2d5)) - (segment (start 64.516 108.642) (end 63.560999 107.686999) (width 0.25) (layer "B.Cu") (net 10) (tstamp c0840697-40fe-41dd-850d-0cc2fa1e0fb9)) - (segment (start 55.88 108.712) (end 55.88 103.17) (width 0.25) (layer "B.Cu") (net 10) (tstamp c586eeab-b20a-403e-8e25-0af0f9b51c37)) - (segment (start 56.905001 107.686999) (end 55.88 108.712) (width 0.25) (layer "B.Cu") (net 10) (tstamp c79c81e9-5f2b-41e5-8b45-d6604abea9e8)) - (segment (start 55.88 103.17) (end 52.87 100.16) (width 0.25) (layer "B.Cu") (net 10) (tstamp de51c14a-efba-4fb2-b000-ea6f3b556cd7)) - (segment (start 52.87 97.62) (end 70.8256 97.62) (width 0.25) (layer "B.Cu") (net 11) (tstamp b474c731-f863-48ea-85e9-95ac58bace9f)) - (segment (start 70.8256 97.62) (end 72.136 98.9304) (width 0.25) (layer "B.Cu") (net 11) (tstamp c940f1b9-1f52-466a-9c68-a261d8d81aab)) - (segment (start 54.1804 96.3904) (end 52.87 95.08) (width 0.25) (layer "B.Cu") (net 12) (tstamp 969130a2-aa2a-4659-84bd-5103f7c7799f)) - (segment (start 64.516 96.3904) (end 54.1804 96.3904) (width 0.25) (layer "B.Cu") (net 12) (tstamp d9378147-8177-46ff-90db-77144ff61f5f)) - (segment (start 55.88 112.268) (end 57.404 112.268) (width 0.25) (layer "F.Cu") (net 13) (tstamp 38d1f2b3-5649-4f92-aada-894885b0a738)) - (segment (start 57.404 112.268) (end 60.96 108.712) (width 0.25) (layer "F.Cu") (net 13) (tstamp 54f8ad3c-dee3-4b70-89a7-06106a5b32ba)) - (segment (start 64.516 111.182) (end 62.046 108.712) (width 0.25) (layer "B.Cu") (net 13) (tstamp 27a1ccaf-35dc-4716-8158-c2693d451e74)) - (segment (start 62.046 108.712) (end 60.96 108.712) (width 0.25) (layer "B.Cu") (net 13) (tstamp 3ba6b88a-c283-460d-80c4-e7d881226575)) - (segment (start 76.1907 112.268) (end 79.7467 108.712) (width 0.25) (layer "B.Cu") (net 14) (tstamp 10870a9b-5623-430d-8bfa-5d295bf7ef03)) - (segment (start 74.238 113.722) (end 75.692 112.268) (width 0.25) (layer "B.Cu") (net 14) (tstamp 6e9fce98-8682-4d66-afb6-bbac3ad64b25)) - (segment (start 80.772 108.712) (end 79.7467 108.712) (width 0.25) (layer "B.Cu") (net 14) (tstamp 77aac732-3493-4406-b470-397b915d7c5e)) - (segment (start 72.136 113.722) (end 74.238 113.722) (width 0.25) (layer "B.Cu") (net 14) (tstamp 9859c874-8615-449e-8ead-be7f6a32dc10)) - (segment (start 75.692 112.268) (end 76.1907 112.268) (width 0.25) (layer "B.Cu") (net 14) (tstamp c247d935-ff17-4078-914d-c0225dc4669d)) - (segment (start 88.392 84.8267) (end 89.4403 83.7784) (width 0.25) (layer "F.Cu") (net 15) (tstamp 22241ba3-3937-4e91-ab53-d63530c319b5)) - (segment (start 88.392 85.852) (end 88.392 84.8267) (width 0.25) (layer "F.Cu") (net 15) (tstamp 3dd3566b-53ad-4bc0-a37b-0ac5f97e4ffa)) - (segment (start 89.4403 76.7403) (end 87.376 74.676) (width 0.25) (layer "F.Cu") (net 15) (tstamp 91d7e76c-99cd-4557-85ef-4278fdfb0375)) - (segment (start 89.4403 83.7784) (end 89.4403 76.7403) (width 0.25) (layer "F.Cu") (net 15) (tstamp 95c09add-e439-4bc1-a008-31cb7c46da1f)) - (segment (start 80.772 88.392) (end 70.612 88.392) (width 0.25) (layer "B.Cu") (net 16) (tstamp 024af488-c4da-491c-9949-fed52344557d)) - (segment (start 87.3667 82.296) (end 83.8107 85.852) (width 0.25) (layer "B.Cu") (net 16) (tstamp 2cf68385-bd75-4157-9141-18551ada3876)) - (segment (start 83.8107 85.852) (end 83.312 85.852) (width 0.25) (layer "B.Cu") (net 16) (tstamp 53e58546-09fb-475d-96f5-55bedd3b18ff)) - (segment (start 83.312 85.852) (end 80.772 88.392) (width 0.25) (layer "B.Cu") (net 16) (tstamp 8d4e2fd8-8543-488e-b105-c95ea5a282c1)) - (segment (start 70.612 88.392) (end 64.066 81.846) (width 0.25) (layer "B.Cu") (net 16) (tstamp 90cada9d-afde-481b-9c7e-e02d2eceef8d)) - (segment (start 64.066 81.846) (end 64.066 81.6485) (width 0.25) (layer "B.Cu") (net 16) (tstamp a5ca60e6-27bd-4c62-8700-fd16698e614b)) - (segment (start 88.392 82.296) (end 87.3667 82.296) (width 0.25) (layer "B.Cu") (net 16) (tstamp e48d133c-a866-45dd-8524-6880a3f90605)) - (segment (start 88.392 139.7) (end 87.376 138.684) (width 0.25) (layer "F.Cu") (net 17) (tstamp 588eca41-bbbf-4943-94a9-990343b44a7a)) - (segment (start 88.392 146.812) (end 88.392 139.7) (width 0.25) (layer "F.Cu") (net 17) (tstamp 5c17f3e0-cca1-4b81-b5c3-c3abec25fe1c)) - (segment (start 83.312 146.812) (end 83.312 150.876) (width 0.25) (layer "F.Cu") (net 18) (tstamp 8d0bb16f-b5df-4baf-b293-1cb9ecc13672)) - (segment (start 66.3166 152.0013) (end 65.1913 150.876) (width 0.25) (layer "B.Cu") (net 18) (tstamp 11421c0f-fd87-44e6-a8ea-58d2f53c858e)) - (segment (start 83.312 150.876) (end 82.2867 150.876) (width 0.25) (layer "B.Cu") (net 18) (tstamp af1832e4-f9d8-4142-891b-f38fcdc0b75e)) - (segment (start 64.066 150.876) (end 65.1913 150.876) (width 0.25) (layer "B.Cu") (net 18) (tstamp b3c0a599-f561-4613-ab2f-266ec65415bc)) - (segment (start 82.2867 150.876) (end 81.1614 152.0013) (width 0.25) (layer "B.Cu") (net 18) (tstamp df52d099-bd5c-4b2d-8677-c336c2a2d92b)) - (segment (start 81.1614 152.0013) (end 66.3166 152.0013) (width 0.25) (layer "B.Cu") (net 18) (tstamp e332e649-b036-4a1b-8898-c7dca7092345)) - (segment (start 64.066 74.0285) (end 64.066 75.1538) (width 0.25) (layer "F.Cu") (net 19) (tstamp 062227c5-5ac1-45f9-b204-225ff61b0137)) - (segment (start 65.2699 76.0764) (end 65.2699 89.4312) (width 0.25) (layer "F.Cu") (net 19) (tstamp 14037d6a-df29-4583-8561-f27963ba2dc2)) - (segment (start 64.516 91.3104) (end 64.516 93.8504) (width 0.25) (layer "F.Cu") (net 19) (tstamp 3d621f81-e164-4b9f-a686-30e7a0a9d15e)) - (segment (start 64.066 75.1538) (end 64.3473 75.1538) (width 0.25) (layer "F.Cu") (net 19) (tstamp 3e279f0b-48b5-4ebd-a2a7-02e13278eee4)) - (segment (start 64.3473 75.1538) (end 65.2699 76.0764) (width 0.25) (layer "F.Cu") (net 19) (tstamp 66c30285-65e8-4d6c-b9d6-094eab55a879)) - (segment (start 65.2699 89.4312) (end 64.516 90.1851) (width 0.25) (layer "F.Cu") (net 19) (tstamp 9e67476f-68ef-4698-b795-78c5fda4f90f)) - (segment (start 64.516 91.3104) (end 64.516 90.1851) (width 0.25) (layer "F.Cu") (net 19) (tstamp c5bc92e2-44b2-4f2c-b7cc-984a23c6e94b)) - (segment (start 72.136 96.3904) (end 72.136 93.8504) (width 0.25) (layer "F.Cu") (net 20) (tstamp d9421869-1eec-4480-b3f2-929195aa4a70)) - (segment (start 62.484 84.1984) (end 62.484 80.6905) (width 0.25) (layer "B.Cu") (net 20) (tstamp 6fbd6862-f167-4516-be2f-1dc07541be65)) - (segment (start 72.136 93.8504) (end 62.484 84.1984) (width 0.25) (layer "B.Cu") (net 20) (tstamp 97a937d7-da58-4005-9355-64dfb8698153)) - (segment (start 62.484 80.6905) (end 64.066 79.1085) (width 0.25) (layer "B.Cu") (net 20) (tstamp ec1b7298-1afe-470e-92d1-c5d87f8929b2)) - (segment (start 64.516 125.974) (end 64.516 128.514) (width 0.25) (layer "F.Cu") (net 21) (tstamp 2c9543a8-4634-415b-8d9c-9c3dd70b9462)) - (segment (start 63.3425 141.4072) (end 63.3425 129.6875) (width 0.25) (layer "F.Cu") (net 21) (tstamp 31448a8e-388c-4249-99d7-38f75c30e0ac)) - (segment (start 63.3425 129.6875) (end 64.516 128.514) (width 0.25) (layer "F.Cu") (net 21) (tstamp 6b45d5c4-7c3c-48d1-9528-7065d4c5996b)) - (segment (start 64.066 143.256) (end 64.066 142.1307) (width 0.25) (layer "F.Cu") (net 21) (tstamp b1d95a0c-7fbb-466c-b6ab-684b4673ea47)) - (segment (start 64.066 142.1307) (end 63.3425 141.4072) (width 0.25) (layer "F.Cu") (net 21) (tstamp bf746a08-1263-4088-b72e-bfa7688a8f6c)) - (segment (start 72.136 131.054) (end 72.136 128.514) (width 0.25) (layer "B.Cu") (net 22) (tstamp 0af1d8bd-8ed0-4282-9513-3591c63d959f)) - (segment (start 72.136 131.054) (end 71.010999 132.179001) (width 0.25) (layer "B.Cu") (net 22) (tstamp 82959b07-0ff5-40a2-92a5-eca5379d7b5d)) - (segment (start 71.010999 141.391001) (end 64.066 148.336) (width 0.25) (layer "B.Cu") (net 22) (tstamp c155b029-568b-401a-ac11-b6925e9a1953)) - (segment (start 71.010999 132.179001) (end 71.010999 141.391001) (width 0.25) (layer "B.Cu") (net 22) (tstamp d54a9b82-646a-4ada-aed6-c59d2961c657)) - (segment (start 69.088 79.1665) (end 69.088 112.776) (width 0.25) (layer "F.Cu") (net 23) (tstamp c425c845-2c4f-47d7-97e7-f17a6ae9f58c)) - (segment (start 71.686 76.5685) (end 69.088 79.1665) (width 0.25) (layer "F.Cu") (net 23) (tstamp c53763f5-f2db-4507-9e63-6d851dfd72a5)) - (via (at 69.088 112.776) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 23) (tstamp 9d2cc63e-a423-4ba5-a26e-4305f4f2c321)) - (segment (start 64.516 113.722) (end 68.142 113.722) (width 0.25) (layer "B.Cu") (net 23) (tstamp a29a2ec2-8971-4522-b984-de40373902b4)) - (segment (start 68.142 113.722) (end 69.088 112.776) (width 0.25) (layer "B.Cu") (net 23) (tstamp f2c8d3d9-ea85-47a7-9c6b-4ec735575f64)) - (segment (start 71.686 145.796) (end 71.686 144.6707) (width 0.25) (layer "F.Cu") (net 24) (tstamp 58423383-3674-4d7b-94b8-834cccbc35ea)) - (segment (start 71.4047 144.6707) (end 70.4873 143.7533) (width 0.25) (layer "F.Cu") (net 24) (tstamp 639a2e35-7b4e-4c85-9980-e0a3434dd356)) - (segment (start 71.686 144.6707) (end 71.4047 144.6707) (width 0.25) (layer "F.Cu") (net 24) (tstamp a0220a2b-b877-4234-8ad7-69b7d72f7507)) - (segment (start 72.136 116.262) (end 72.136 117.3873) (width 0.25) (layer "F.Cu") (net 24) (tstamp a0acdec0-a08b-4201-93d9-7a83ffec5616)) - (segment (start 70.4873 119.036) (end 72.136 117.3873) (width 0.25) (layer "F.Cu") (net 24) (tstamp bff31488-9bd5-4d2a-b0a0-114a2b725d45)) - (segment (start 70.4873 143.7533) (end 70.4873 119.036) (width 0.25) (layer "F.Cu") (net 24) (tstamp fc441b4d-36c9-41d3-88df-c9fbf3c39c14)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "produkt") + (date "2021-07-28") + (rev "R02") + (comment 1 "PCB for main circuit") + (comment 2 "vca and ringmodulator") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (stackup + (layer "F.SilkS" + (type "Top Silk Screen") + ) + (layer "F.Paste" + (type "Top Solder Paste") + ) + (layer "F.Mask" + (type "Top Solder Mask") + (thickness 0.01) + ) + (layer "F.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 1" + (type "core") + (thickness 1.51) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "B.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "B.Mask" + (type "Bottom Solder Mask") + (thickness 0.01) + ) + (layer "B.Paste" + (type "Bottom Solder Paste") + ) + (layer "B.SilkS" + (type "Bottom Silk Screen") + ) + (copper_finish "None") + (dielectric_constraints no) + ) + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "+15V") + (net 3 "-15V") + (net 4 "+5V") + (net 5 "VP") + (net 6 "VN") + (net 7 "OUTb") + (net 8 "Yb") + (net 9 "Xb") + (net 10 "OUTa") + (net 11 "Ya") + (net 12 "Xa") + (net 13 "Net-(U5A--)") + (net 14 "Net-(U5B--)") + (net 15 "Net-(R7-Pad2)") + (net 16 "Net-(U3-Y2)") + (net 17 "Net-(R8-Pad2)") + (net 18 "Net-(U4-Y2)") + (net 19 "Net-(U1A--)") + (net 20 "Net-(U1B--)") + (net 21 "Net-(U2A--)") + (net 22 "Net-(U2B--)") + (net 23 "Net-(U3-W)") + (net 24 "Net-(U4-W)") + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979afe") + (at 88.56 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "1a2b1223-1b1e-4231-bef9-3407b7d46bde") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "29c72cc2-13c2-4797-9be4-a3872b3519f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2fc05681-366f-42c9-ba3c-b55ee32a0893") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d853e4c5-4fab-43ac-80bb-12d4cb8968b6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ba46bd9-27ca-4abf-a468-59b147513712") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097a580") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "2bc1e4a4-9ea8-448f-9993-764cde0b50c5") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "c90a5848-d0f6-476e-bf74-86ca3d3087da") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "83c937c0-f841-4569-bafa-5ec0df51e0bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "aed7ed58-2d9c-4f28-a0ec-c52cd413ca90") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b06") + (at 53.34 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H3" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "bb3cac6d-eef5-443f-aae0-b496a39bfb05") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "2a36e007-9c50-4700-b378-4530fd2a47c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0fe6e106-f9a8-472a-ab65-85e433de7cdc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4dadeb87-5668-41d7-b449-989bcda09675") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7c16027-6792-4431-86a8-7451b69f10be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006098deca") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "260f46b9-464d-4f2d-9097-d9fbab4d77a0") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "681240bb-b688-4880-83ae-c2e574d5c631") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3417f8b9-1bcb-43ef-b87f-577c3cd49303") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "774e7911-8b80-4bfc-920c-ad45183353d8") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b0e") + (at 88.56 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "61122686-4be0-48a3-8ab1-bdc1675ed1e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "40923699-1757-4aac-903c-72591a362462") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a7b681e-d621-40df-a7de-957f1efb6e9c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81ed130d-c54d-4cb2-aa61-cad87f969a56") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4661f76-59e1-40bc-8006-c2e8fe6aee2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006098ded0") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "65ad63b0-34e1-470d-b60e-f388a8b927e0") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "ad4d4b31-af41-47ed-9d13-ad344eec2e32") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e6dd294f-81b2-49be-954c-8cc3c4324600") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "56edee01-8044-4c38-8207-cd28d5b6328b") + ) + ) + (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e418cc") + (at 86.36 65.024) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") + (property "Reference" "C1" + (at 1.25 -4.4 0) + (layer "F.SilkS") + (uuid "4961bde0-2b37-4878-9b7d-f18e85e43795") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 1.25 4.4 0) + (layer "F.Fab") + (uuid "a7c65d54-da5d-494b-9640-f7cad9b2b3df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7c304db-dba8-4223-a8b1-d0027e9995ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e499622c-f30e-4639-bd19-c0bdeb2f7d6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7feb261-e1a4-47a3-a69d-471f18886ea8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c2dc9cfd-c5ea-4d25-bc89-e7c48837663d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -2.250241 -1.839) + (end -1.620241 -1.839) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52547154-b859-4300-bdca-3c346e8b4206") + ) + (fp_line + (start -1.935241 -2.154) + (end -1.935241 -1.524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24beaf8f-c7bf-4cac-92a7-8a8fe745413e") + ) + (fp_line + (start 1.25 -3.23) + (end 1.25 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c767c43-6939-4d36-a6bf-d8d469b11983") + ) + (fp_line + (start 1.29 -3.23) + (end 1.29 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebc0f943-7847-491f-a0d1-19813265d671") + ) + (fp_line + (start 1.33 -3.23) + (end 1.33 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35b73a49-48cf-437e-903f-324ab6d7fa50") + ) + (fp_line + (start 1.37 -3.228) + (end 1.37 3.228) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "245c4441-2787-4a03-b262-de67e2f169b0") + ) + (fp_line + (start 1.41 -3.227) + (end 1.41 3.227) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d246ded8-d7f8-49a7-9cef-883350a919ff") + ) + (fp_line + (start 1.45 -3.224) + (end 1.45 3.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9c14d75-153b-449f-871c-5228e57f7eac") + ) + (fp_line + (start 1.49 -3.222) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03dfec4d-6a9e-4605-922c-922dfe91a8c8") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 3.222) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba82002a-12b9-4816-ba3f-2a17249596f8") + ) + (fp_line + (start 1.53 -3.218) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cab989fb-543a-4403-879b-406e26e96475") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 3.218) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "331a9624-816e-49ce-acda-3b7517d0c0c3") + ) + (fp_line + (start 1.57 -3.215) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "244df74e-5e20-4936-8b70-d713c4097c2c") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 3.215) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c485e29-045a-4c4e-aef4-a40541fcea72") + ) + (fp_line + (start 1.61 -3.211) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d8d6ce9-9ede-44b8-b8c3-55924341e306") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 3.211) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "429f29ab-f677-43b4-9a9c-fe01ed73bedb") + ) + (fp_line + (start 1.65 -3.206) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73904b46-ca1d-4d33-ae79-546478359b21") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 3.206) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f849f51-dfdb-4503-be77-f7269227dd52") + ) + (fp_line + (start 1.69 -3.201) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ee41c4f-6b5d-4964-9ae3-e1e5a013571c") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 3.201) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ecddade-68c8-4ed4-9037-3a1bf1c45f55") + ) + (fp_line + (start 1.73 -3.195) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90e59468-1c64-4c42-8fb7-7420cd759df4") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 3.195) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a05bf6d-19ba-4709-a4c3-6b768be1c784") + ) + (fp_line + (start 1.77 -3.189) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c1937df-95a8-4abf-9646-4a15cc753f8d") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 3.189) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b01673e-6a0c-4254-82e2-669855a66c29") + ) + (fp_line + (start 1.81 -3.182) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17709fe1-231b-4dba-922d-989c6a6ed4db") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 3.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7413003-d091-46ef-b596-296e780b131c") + ) + (fp_line + (start 1.85 -3.175) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "605e59ce-bf78-43e9-9505-4dd5074f33d1") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 3.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80af064b-b2d2-4b9e-b815-dce1e4e8dc03") + ) + (fp_line + (start 1.89 -3.167) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44255f6f-6f54-48b4-9bf9-4b9c779f7cc5") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 3.167) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70fd21aa-0b9f-4f0e-9f66-ec93dfe51546") + ) + (fp_line + (start 1.93 -3.159) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afca077c-b8f6-44a1-8aad-6883ad16222b") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 3.159) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4756f7a7-ffb5-4c29-8ac2-6f0607bb81bd") + ) + (fp_line + (start 1.971 -3.15) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3c7dc39-2901-4c0c-86a2-30c8e4743054") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 3.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a17a2294-af50-4e60-892a-6955622506ca") + ) + (fp_line + (start 2.011 -3.141) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7dd34ae0-a3de-4db9-9fed-c875a913caf5") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 3.141) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2f4afd9-df23-4f06-a895-fa36ec7c5368") + ) + (fp_line + (start 2.051 -3.131) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81ca06d9-a6a5-4c6e-8aa1-8749d62d08a0") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 3.131) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc62917f-c4e4-4449-8d24-e63864077969") + ) + (fp_line + (start 2.091 -3.121) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9c5c590-da9c-4f4b-95e6-cabe00eb9943") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 3.121) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd430b42-1e04-4de4-a1fc-a91a3f861a87") + ) + (fp_line + (start 2.131 -3.11) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ada8e682-f29b-4d58-a1c7-5f50dbeb353c") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9459c72e-8e78-4f0f-91b2-ac844e53db5e") + ) + (fp_line + (start 2.171 -3.098) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf3efef8-541d-47c3-8212-022d94aae1d5") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 3.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d6294b6-9a86-4db4-bc50-f14eaad2e334") + ) + (fp_line + (start 2.211 -3.086) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7bbf1c4-2c40-4eb8-bd22-741081eba39e") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 3.086) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "120381f7-85c0-42d3-bcca-f54efa92bb83") + ) + (fp_line + (start 2.251 -3.074) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cfffd73-b28f-484c-a796-3b97791e56a3") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 3.074) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e6243d4-c818-459f-a78a-431cd7f774be") + ) + (fp_line + (start 2.291 -3.061) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "781a9f41-91ce-4b9a-8bef-bc8e0b3ea11f") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 3.061) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7da18727-1523-4732-a0e9-21b8a2ee9a07") + ) + (fp_line + (start 2.331 -3.047) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb2075f6-2794-4222-8dc7-91c3ec434e6a") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 3.047) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27731c97-c8e5-409a-b62a-566734e78a31") + ) + (fp_line + (start 2.371 -3.033) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "59d0950f-e299-442e-8a50-8245351ceee5") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 3.033) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e3ed8eb5-b4b0-48fc-a487-1780e1dd104f") + ) + (fp_line + (start 2.411 -3.018) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2dd16e95-9539-4d05-990c-fe7744e6d5ba") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 3.018) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13effdb1-bba0-46e2-99b2-856a15f38e32") + ) + (fp_line + (start 2.451 -3.002) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcec6d87-8db1-40ec-b22f-4a277ba64b0d") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 3.002) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70d43f08-45fa-48de-9419-c1c9afbe4e77") + ) + (fp_line + (start 2.491 -2.986) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c59142a8-771f-4821-949e-9ed1d4371de4") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.986) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35fdae27-2921-4a5d-96d6-e08951b00000") + ) + (fp_line + (start 2.531 -2.97) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ae9e46f-06dd-4304-aa3d-ad761bb3f2dc") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee620656-b7cf-4c48-89fc-eea8d2c83d43") + ) + (fp_line + (start 2.571 -2.952) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1ab421e-0bda-49bf-8afc-1c9f99c105d9") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.952) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fac5523-9f35-4a1e-ac0d-f2dcd2c8f1fb") + ) + (fp_line + (start 2.611 -2.934) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f34608e-79f6-4a60-8e82-45476f60afeb") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.934) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8259c49-9dde-44c2-8b5d-ab5b08da5850") + ) + (fp_line + (start 2.651 -2.916) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "612d482d-5386-433a-9a4b-f59cfff504f2") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.916) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b78be82-1a1f-45a8-8959-23c06b90796f") + ) + (fp_line + (start 2.691 -2.896) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "706daece-a5f7-4aad-9c80-db13946988cb") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.896) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5f2ae71-2cf8-4250-8f35-b6a3e44c9feb") + ) + (fp_line + (start 2.731 -2.876) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9dd97f73-bf49-481a-afbc-eaf57058b2c5") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.876) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "748f2d94-0ba6-4e5e-abbf-79b13162c619") + ) + (fp_line + (start 2.771 -2.856) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e412daa-839f-48f6-89d5-503ff804ed72") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.856) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0073460d-532c-4d5c-a96d-5111ba03ef8d") + ) + (fp_line + (start 2.811 -2.834) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9cc1ebaf-0a75-4625-8e56-c436faf579ee") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a2c1c5e-a7e8-4aba-906e-6b4d2cfda795") + ) + (fp_line + (start 2.851 -2.812) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35748688-b2b2-43b8-a14b-21e3c21852f2") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.812) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25d3cf57-49d5-47a5-ac47-891313187b35") + ) + (fp_line + (start 2.891 -2.79) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6277822-ffd5-4ae0-9ffd-54bc0b6458c1") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d30b0826-ee4d-46a2-af69-71ae5d7b365a") + ) + (fp_line + (start 2.931 -2.766) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5fe7cb0-9fdf-4169-9cd8-a4078da950a8") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 2.766) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1ec1e5e-3e96-4add-aad2-3eedc8383ca1") + ) + (fp_line + (start 2.971 -2.742) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad4cb715-06a7-43ed-80e5-75e6a0a020da") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 2.742) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de985052-5848-4cc7-9218-db5ab27e0cb7") + ) + (fp_line + (start 3.011 -2.716) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4120efe7-83c7-494c-8e14-aa5c78bcfd26") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 2.716) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3819f23-421e-4d88-b557-e857aa3fa31c") + ) + (fp_line + (start 3.051 -2.69) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23eb8a65-1a11-4405-a319-659f24261815") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 2.69) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9cf3dfa4-0f71-47be-944e-93b97a053305") + ) + (fp_line + (start 3.091 -2.664) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a472cb4-34a1-46e8-bd30-6efa587bf9ee") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 2.664) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb09ab1c-f1ca-42b4-ba04-f304934166f9") + ) + (fp_line + (start 3.131 -2.636) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51f7a525-dc38-4e32-9cad-25f8c358aae7") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 2.636) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69341fb5-3b0b-4a67-9245-e84585da6f9c") + ) + (fp_line + (start 3.171 -2.607) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c443ed57-9ed8-473b-8545-fa74d006b8a3") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 2.607) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07fff3b1-447b-4893-8bd1-714231d0353f") + ) + (fp_line + (start 3.211 -2.578) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ccc4cdf9-0c25-449f-a143-81de5ff4e3eb") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffd2a244-c5b8-4663-9a5d-4021148fac94") + ) + (fp_line + (start 3.251 -2.548) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e0a71a3-adfb-4446-b8c4-7f3210585536") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 2.548) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd0682bd-23f2-4ec0-b010-5b864bb13ae5") + ) + (fp_line + (start 3.291 -2.516) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cee31ba-c12e-4da2-a3a3-35f49d69e271") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 2.516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d66071d1-6c15-41a6-b59e-f2a19e35100b") + ) + (fp_line + (start 3.331 -2.484) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56b450da-09a2-4623-91d8-527e99245fb7") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 2.484) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60abd26f-3717-42f7-8b3b-afa6c5d2d356") + ) + (fp_line + (start 3.371 -2.45) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69bf1571-41cb-495a-a122-7934e1b71946") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73ec61cc-7cca-43ee-bbb3-0595dad3acba") + ) + (fp_line + (start 3.411 -2.416) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcc804c6-8d38-45d5-801d-f4253071b6f3") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 2.416) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a6b3265-8d16-4ed8-ba87-7c41a62d09bb") + ) + (fp_line + (start 3.451 -2.38) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef63c735-81d9-4b5c-8e63-56b8a28638c0") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 2.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9d31a72-3841-4225-a761-9dd665961c08") + ) + (fp_line + (start 3.491 -2.343) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4dc4b870-e13a-4591-b7ed-ba664425a2dd") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 2.343) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a15d8cdc-2f4a-48b6-8fd5-7664638d09af") + ) + (fp_line + (start 3.531 -2.305) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de42fc1a-f25a-40c5-8dfc-73251c3ed7be") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 2.305) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "445398bd-d829-4e9e-86be-f3af8dd76b2b") + ) + (fp_line + (start 3.571 -2.265) + (end 3.571 2.265) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3eb63dc-cf3f-42d3-8305-4d30118ae6eb") + ) + (fp_line + (start 3.611 -2.224) + (end 3.611 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "473a1a42-d0bf-44ca-b6f3-c9008e53c895") + ) + (fp_line + (start 3.651 -2.182) + (end 3.651 2.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8101f12-f259-429a-82b6-4e63ef400b76") + ) + (fp_line + (start 3.691 -2.137) + (end 3.691 2.137) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93504955-fef2-4b81-9228-2b4cb3e354b7") + ) + (fp_line + (start 3.731 -2.092) + (end 3.731 2.092) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41ab4b10-2e7f-4ed2-8f1f-6a1e2c6a717b") + ) + (fp_line + (start 3.771 -2.044) + (end 3.771 2.044) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fc8a348-cf66-4fad-aaf3-7c5594405cda") + ) + (fp_line + (start 3.811 -1.995) + (end 3.811 1.995) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3d21fa1-ba5b-4d41-a04f-03b7f03a11e4") + ) + (fp_line + (start 3.851 -1.944) + (end 3.851 1.944) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "623dc990-9ede-4383-9020-38d4692f559f") + ) + (fp_line + (start 3.891 -1.89) + (end 3.891 1.89) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "657e6823-ed6b-41d2-ab85-24fd6fea0948") + ) + (fp_line + (start 3.931 -1.834) + (end 3.931 1.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e6d5e00-1353-404d-af70-c4c45040fd03") + ) + (fp_line + (start 3.971 -1.776) + (end 3.971 1.776) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c0853ea-2c9b-46c9-a837-258c1e7fb525") + ) + (fp_line + (start 4.011 -1.714) + (end 4.011 1.714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e1c632a-2fce-411e-8a31-228e372f0e78") + ) + (fp_line + (start 4.051 -1.65) + (end 4.051 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b73b8b9-ac18-4eb5-abf6-0306b6dc321d") + ) + (fp_line + (start 4.091 -1.581) + (end 4.091 1.581) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19beb193-dd18-4e5f-86d2-2fda646158dd") + ) + (fp_line + (start 4.131 -1.509) + (end 4.131 1.509) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0e2c044-b050-484a-b296-e3940007ed87") + ) + (fp_line + (start 4.171 -1.432) + (end 4.171 1.432) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3e4ad8f-98fd-4d6e-9a62-6941ba805143") + ) + (fp_line + (start 4.211 -1.35) + (end 4.211 1.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2b15dca-f8e5-415d-9240-3bef66b6a908") + ) + (fp_line + (start 4.251 -1.262) + (end 4.251 1.262) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85ee4fd2-56ca-4489-a9c0-3b761ee791cc") + ) + (fp_line + (start 4.291 -1.165) + (end 4.291 1.165) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca3ffb26-85e4-4f06-bc35-802cd89b0b93") + ) + (fp_line + (start 4.331 -1.059) + (end 4.331 1.059) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4be353f-17e5-4e9a-a179-5215979019f1") + ) + (fp_line + (start 4.371 -0.94) + (end 4.371 0.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9ea14b3-2b1a-46ca-9acd-6b403ef9018f") + ) + (fp_line + (start 4.411 -0.802) + (end 4.411 0.802) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "425959df-464b-4245-a6f8-654f5903f38e") + ) + (fp_line + (start 4.451 -0.633) + (end 4.451 0.633) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92f665a0-16b8-4b6e-83cd-045e6a2eef83") + ) + (fp_line + (start 4.491 -0.402) + (end 4.491 0.402) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0bfa5723-e9f1-4c9d-ba72-57771487aa36") + ) + (fp_circle + (center 1.25 0) + (end 4.52 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "22f031fb-cc86-40e8-846d-4e94980ee330") + ) + (fp_circle + (center 1.25 0) + (end 4.65 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "ab0171de-0891-45d3-b2b1-00e5250a1fa5") + ) + (fp_line + (start -1.443972 -1.3735) + (end -0.813972 -1.3735) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "052a593b-43d7-466d-8d15-d2ea938a8a90") + ) + (fp_line + (start -1.128972 -1.6885) + (end -1.128972 -1.0585) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "162d6336-e5ae-4546-8c8f-bc0c8c402d3b") + ) + (fp_circle + (center 1.25 0) + (end 4.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a91e76b8-d28e-4b02-a666-18786d7cc4ed") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "97517e6d-578d-4681-8c27-151e853585f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "3dc5baad-7e6b-45f3-a427-2e47b5658928") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "087fae4b-ee3c-44af-8632-76c4ac20de5d") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41960") + (at 78.74 65.024) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor") + (property "Reference" "C2" + (at 1.25 -4.4 0) + (layer "F.SilkS") + (uuid "6ff857bb-4eb7-4383-911a-df4adb6693f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 1.25 4.4 0) + (layer "F.Fab") + (uuid "88621274-64d8-4ba1-947c-a4a7d3f29d33") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bba6b313-39ca-4c60-8d5e-527108be1868") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "604e518c-9997-43d6-aa97-0318f413e120") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82740c29-25bb-4f2c-b7e1-c7bd897eb90b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/40d6e624-bf54-49eb-9aa2-bbc747013036") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -2.250241 -1.839) + (end -1.620241 -1.839) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f6b4f92-9231-4932-a325-7edf2988b715") + ) + (fp_line + (start -1.935241 -2.154) + (end -1.935241 -1.524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "441b0a54-467b-4bcc-ac44-55792f70daf1") + ) + (fp_line + (start 1.25 -3.23) + (end 1.25 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7caa7e4a-7b1a-4d74-96e2-9e253d7aba04") + ) + (fp_line + (start 1.29 -3.23) + (end 1.29 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5be639c5-8a2e-458b-9f16-5078633ab512") + ) + (fp_line + (start 1.33 -3.23) + (end 1.33 3.23) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6cbff6c-67b4-49eb-a6e8-36ec27fd6a75") + ) + (fp_line + (start 1.37 -3.228) + (end 1.37 3.228) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4425530-2b01-4c27-a1cc-229aa70273c8") + ) + (fp_line + (start 1.41 -3.227) + (end 1.41 3.227) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b6c8316-fe7c-45f5-bcb0-d39ada5635a7") + ) + (fp_line + (start 1.45 -3.224) + (end 1.45 3.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4bbf3ccd-0cd1-4576-907c-644184ffcfbd") + ) + (fp_line + (start 1.49 -3.222) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1312bc23-6325-426b-aa24-e70605570128") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 3.222) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4bf6063f-c869-43b4-99ae-28328f5a68cf") + ) + (fp_line + (start 1.53 -3.218) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2aa4418-a791-4177-9cde-8103f44a9f55") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 3.218) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b923d2c8-d7c4-4a3f-875c-23feb0d0f2f8") + ) + (fp_line + (start 1.57 -3.215) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19099127-4c6e-44c6-ac24-6508fd9452ed") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 3.215) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14e28f96-72e2-4196-bcee-eabc75096e94") + ) + (fp_line + (start 1.61 -3.211) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3129c622-165a-41c0-ac05-9310d94ace15") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 3.211) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "095107ac-273e-4381-b3f6-148a3c04082b") + ) + (fp_line + (start 1.65 -3.206) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b17772e-f9ca-4f40-8b09-a74a079612eb") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 3.206) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca7f5877-711d-42ad-b3c3-97db398a0fd0") + ) + (fp_line + (start 1.69 -3.201) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f64e62d4-c51c-457e-90a9-7c9afa71a8f7") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 3.201) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8608116d-2126-4940-9fc6-2fe2e41448f4") + ) + (fp_line + (start 1.73 -3.195) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0027514f-3974-44d3-895a-b7c373ae79ae") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 3.195) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5fbe1d65-d23b-48db-a4ed-c2cb76aa0b38") + ) + (fp_line + (start 1.77 -3.189) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f803c532-3244-4a0e-aaac-a9d1c27c5d61") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 3.189) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f4a049d-b696-4033-b652-93dc72ba1721") + ) + (fp_line + (start 1.81 -3.182) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04d2b3b0-c94e-4af5-b3b0-3edce86d0ceb") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 3.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db1394f1-eaeb-47d1-bca7-bc64317ed181") + ) + (fp_line + (start 1.85 -3.175) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e84cc536-676a-4f5c-9919-60ad353e1edc") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 3.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e7e40b42-bac2-47b0-b055-dea5c5818bea") + ) + (fp_line + (start 1.89 -3.167) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f20544a-9f1c-4e20-b93e-d2e156d1d835") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 3.167) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00621abf-8a1c-49b5-8ae2-16b37faaa2ab") + ) + (fp_line + (start 1.93 -3.159) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "796f64c2-4150-4b9d-a1d3-b4b9917c690f") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 3.159) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22320efa-bcf7-4727-9654-c6140e678cfb") + ) + (fp_line + (start 1.971 -3.15) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0570b864-1469-4db7-90c2-195c6da26bdb") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 3.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec7c83f1-d3ea-46f3-9937-3fca058f8efd") + ) + (fp_line + (start 2.011 -3.141) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07e987ba-8838-4f64-b330-515c2fe29904") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 3.141) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71af969b-0fd4-4f0d-8764-7eeb3c7912bb") + ) + (fp_line + (start 2.051 -3.131) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6db3d9d0-955d-4595-bb6c-c38693a37138") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 3.131) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5aa016ce-615e-4057-a05b-5b8fefa10734") + ) + (fp_line + (start 2.091 -3.121) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e8d24a6-64c4-4a58-808a-488c0f5f1cbb") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 3.121) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cff7c0d3-e361-4785-8cda-b6823a170608") + ) + (fp_line + (start 2.131 -3.11) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4008848c-aca6-417f-a965-09b718af1c9c") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 3.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98fc9d06-f6a6-46b1-ac8c-48c4579ccd05") + ) + (fp_line + (start 2.171 -3.098) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98322584-55dd-4a94-9f7f-b86e12739ec0") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 3.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f3424ad-19d3-4ee6-b99f-4cda383dd943") + ) + (fp_line + (start 2.211 -3.086) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0784f0d-9657-456d-9af2-02cc8b7e1743") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 3.086) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce749836-3a03-4673-ac62-f57e0d64bc28") + ) + (fp_line + (start 2.251 -3.074) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3c18614-bf60-4c9c-b550-cbba73ab648b") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 3.074) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4e533916-6487-4902-9ba7-3fbb641d9130") + ) + (fp_line + (start 2.291 -3.061) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef4c8ea8-b8e1-40ba-87b6-012d6c40b041") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 3.061) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48a1248f-3cf9-4a60-b9c8-171954c5da6a") + ) + (fp_line + (start 2.331 -3.047) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a50d288a-b128-48a3-a30f-5cdc996bbf74") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 3.047) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11305efa-f995-4424-90d2-dda0129b4b85") + ) + (fp_line + (start 2.371 -3.033) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72e84b92-b5bb-4510-832e-521a20bf2785") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 3.033) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9db905a4-b9f6-4c97-a548-70398865795d") + ) + (fp_line + (start 2.411 -3.018) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afda8c92-e6d7-402b-a5c2-7251a8244283") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 3.018) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd46401e-7c5a-4e29-9c66-e0da4a8717cf") + ) + (fp_line + (start 2.451 -3.002) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53811f3d-4c93-419b-94cf-5aaf2dd09698") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 3.002) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69c165ea-1c88-4530-84da-70140bbf1f39") + ) + (fp_line + (start 2.491 -2.986) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf5acaa4-cd60-4756-bf03-5dfaa4ba4e1d") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.986) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e42b7b41-5d2b-4ea5-8783-9a58af6b3304") + ) + (fp_line + (start 2.531 -2.97) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "734afc28-39ee-42fa-bb5a-f9421f4225cd") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "696b453d-1580-429c-9dd7-975b9162162d") + ) + (fp_line + (start 2.571 -2.952) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21c72cd9-ddc0-4b22-81fd-08db2a04ce09") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.952) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6556199e-4bc6-4296-8dc7-443d3143e475") + ) + (fp_line + (start 2.611 -2.934) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ebe2211-36e2-4df9-9ffa-a81b1aec6098") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.934) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20ec154e-0956-45b5-9e61-4c2ae5c12857") + ) + (fp_line + (start 2.651 -2.916) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f4eca63-6832-4d0f-9c2d-864644f3df97") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.916) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b901bf0-59a0-4b51-a6b1-c8874a268ce2") + ) + (fp_line + (start 2.691 -2.896) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a34acfb-c69e-4828-9259-6c2e1fb1c206") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.896) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "767b8c6b-83ce-4d13-a225-0177c6f99660") + ) + (fp_line + (start 2.731 -2.876) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f53e3627-7cc9-4bf8-a216-60426b71d62d") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.876) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7950dcc2-4872-476b-9531-29a0b25176f7") + ) + (fp_line + (start 2.771 -2.856) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5ccb9df-7bc5-4982-a419-b3d467996277") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.856) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a269316f-2e4c-4c5e-aa7c-356bd25bf48e") + ) + (fp_line + (start 2.811 -2.834) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "858308c0-a164-4a0c-87e4-34dc395c3bdf") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9af42f7-bab1-4ffd-952c-425669a251cb") + ) + (fp_line + (start 2.851 -2.812) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70db2ca2-52d1-440e-9340-d3499f4d16ad") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.812) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63d00020-d9bb-40cd-b287-5d67f37861d3") + ) + (fp_line + (start 2.891 -2.79) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "072e6f82-430b-407b-b1b0-63a71a0cae7a") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c431bdb-d2a0-4066-90b0-99c7cd409c09") + ) + (fp_line + (start 2.931 -2.766) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79e8b701-c76a-463c-98a8-167b248ddae2") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 2.766) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96ebb0d4-3505-4a1e-b7a9-6bcd8c9b16be") + ) + (fp_line + (start 2.971 -2.742) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69c16e42-f8e7-41bf-98f2-a93b884286cf") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 2.742) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "571384f9-77a4-4c4f-8dd6-bd89d892e1d9") + ) + (fp_line + (start 3.011 -2.716) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d920278-1b57-47b5-b497-a0f4bfab7c59") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 2.716) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b9c58d2-c9e1-4591-8d65-f45b9531c879") + ) + (fp_line + (start 3.051 -2.69) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "faba197d-448c-4a58-b29b-104f62c27c33") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 2.69) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "207cf6c1-38d6-4da3-986d-85d868916e89") + ) + (fp_line + (start 3.091 -2.664) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c17cc616-67ee-4f28-9806-950ec4c6fb6c") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 2.664) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba423cc6-04b8-4d37-bd95-ea6ab922f494") + ) + (fp_line + (start 3.131 -2.636) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2dda08ac-5b37-42b5-bf40-f2c5988301fc") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 2.636) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b58ba94-e549-45f2-b0c7-a6bb3795626d") + ) + (fp_line + (start 3.171 -2.607) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f828a820-bac0-465a-8a55-6f78f228a423") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 2.607) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c84afa8e-9ace-4d1b-ae5a-1b9f83f718e9") + ) + (fp_line + (start 3.211 -2.578) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f856e36-db6d-46b1-85b4-aa6f8351b3fe") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1dd4119-07c3-4314-8084-ae539e186915") + ) + (fp_line + (start 3.251 -2.548) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bda6b1be-bb2b-4f8b-975d-c2038d320bcb") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 2.548) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14d88f01-ef8a-4fd8-9d98-65e9275df7f2") + ) + (fp_line + (start 3.291 -2.516) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38bf2ed8-bc9d-4f4b-ab15-8fc8286f1b3a") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 2.516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e7d8ffcb-fac4-45f0-bc44-c31f0eeb09b4") + ) + (fp_line + (start 3.331 -2.484) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb74f0c3-c5c2-46f0-b8d8-9ddf157422cf") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 2.484) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8175ac8-c7af-4d5b-a010-bfd0964c990f") + ) + (fp_line + (start 3.371 -2.45) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c61a544-e820-4fb9-9c31-d6b5012bddf9") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6579a235-0323-44ad-8f86-59d6713ce882") + ) + (fp_line + (start 3.411 -2.416) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cf3e68b-11c6-4061-a545-08b73d204561") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 2.416) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2905a27-7421-48af-a3f2-511197235943") + ) + (fp_line + (start 3.451 -2.38) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74dc67fb-5273-460e-ac5a-b4c7a635829b") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 2.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b778bdf7-96d7-4e2a-9a3c-87a9d553f509") + ) + (fp_line + (start 3.491 -2.343) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e7fb40b0-aa89-47d6-9225-8c21223a88ac") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 2.343) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69215075-1c98-4d91-9a15-d4ef9fc4e383") + ) + (fp_line + (start 3.531 -2.305) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "819137f7-ed8e-43f4-af90-5d2e5edc1e42") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 2.305) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "604ca01c-e241-4ce5-ac9b-c9bdaeb71d98") + ) + (fp_line + (start 3.571 -2.265) + (end 3.571 2.265) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4cd9623-4e1c-4c86-a4d3-9a21d781661a") + ) + (fp_line + (start 3.611 -2.224) + (end 3.611 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df8a0c45-3fd4-4f08-ad94-0c3d9da67b5e") + ) + (fp_line + (start 3.651 -2.182) + (end 3.651 2.182) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f85a3f0a-8b17-43e4-8557-4371d80f00b0") + ) + (fp_line + (start 3.691 -2.137) + (end 3.691 2.137) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb686e03-6938-46f9-8994-4b9aa3e776a0") + ) + (fp_line + (start 3.731 -2.092) + (end 3.731 2.092) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1e830d8-f9c1-43bc-88b1-6d2e491c250d") + ) + (fp_line + (start 3.771 -2.044) + (end 3.771 2.044) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31d6b0a5-8ab2-4e33-91e5-347e57a67ebf") + ) + (fp_line + (start 3.811 -1.995) + (end 3.811 1.995) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6e7dd3c-a93f-4927-b3fe-6ce7c544ac25") + ) + (fp_line + (start 3.851 -1.944) + (end 3.851 1.944) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c9bada1-c920-462b-b167-9598e4fa64d0") + ) + (fp_line + (start 3.891 -1.89) + (end 3.891 1.89) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f119b72a-9912-460c-9c63-89f23560383f") + ) + (fp_line + (start 3.931 -1.834) + (end 3.931 1.834) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "838fd7a8-413e-4516-bac8-2dad8ef9eacd") + ) + (fp_line + (start 3.971 -1.776) + (end 3.971 1.776) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "693aff84-cf6b-4b91-9a05-6d8ba548f2d2") + ) + (fp_line + (start 4.011 -1.714) + (end 4.011 1.714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3da19131-ddc9-41b2-a8a9-cfb1bc51490c") + ) + (fp_line + (start 4.051 -1.65) + (end 4.051 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e2be5c1-903d-476a-9683-d34710ce56c0") + ) + (fp_line + (start 4.091 -1.581) + (end 4.091 1.581) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f395f03-ab7f-43a9-81d2-0c99ad8ca710") + ) + (fp_line + (start 4.131 -1.509) + (end 4.131 1.509) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "882bb803-8948-4604-bdbd-c840da1f41c7") + ) + (fp_line + (start 4.171 -1.432) + (end 4.171 1.432) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58742ae7-a14b-4d11-bb83-8b63e5623173") + ) + (fp_line + (start 4.211 -1.35) + (end 4.211 1.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2734bdc6-e24d-4f28-bdc5-ce2b58a98f22") + ) + (fp_line + (start 4.251 -1.262) + (end 4.251 1.262) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87e90b33-d224-47c2-9886-c6fdf186ed4c") + ) + (fp_line + (start 4.291 -1.165) + (end 4.291 1.165) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67d1cb8b-adc8-465b-8b0d-1986fe11382c") + ) + (fp_line + (start 4.331 -1.059) + (end 4.331 1.059) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c57ceb25-a276-449b-8489-7afc2a766a04") + ) + (fp_line + (start 4.371 -0.94) + (end 4.371 0.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4af09682-9c75-4570-85d7-f55cab494462") + ) + (fp_line + (start 4.411 -0.802) + (end 4.411 0.802) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1145717-f953-48ce-a570-3e502276a399") + ) + (fp_line + (start 4.451 -0.633) + (end 4.451 0.633) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea6f5ff8-9e06-4333-adcb-e02c21ca22ba") + ) + (fp_line + (start 4.491 -0.402) + (end 4.491 0.402) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55ae52aa-9f11-49c7-89ac-8c0ab5fe6c7d") + ) + (fp_circle + (center 1.25 0) + (end 4.52 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "ecaeed54-10a8-41a9-b2d8-5827cf2d0113") + ) + (fp_circle + (center 1.25 0) + (end 4.65 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "ec4a786c-deac-4cfc-9f4f-892d22d5bd12") + ) + (fp_line + (start -1.443972 -1.3735) + (end -0.813972 -1.3735) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7898406b-45af-4af1-99ca-ca83cee941e0") + ) + (fp_line + (start -1.128972 -1.6885) + (end -1.128972 -1.0585) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6005f159-8664-4c36-ac8c-669beae126eb") + ) + (fp_circle + (center 1.25 0) + (end 4.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d38f6963-2450-443d-b810-fbfef585a5d4") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "2b6b00c4-ede9-4c78-88a0-e4eabea2e39a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "bf15f09a-f555-4084-b788-fefeea9d2811") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "5eb95c8f-f7a2-49dc-9332-5a96cf6ae4e0") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D6.3mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41975") + (at 71.628 86.36) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C3" + (at 1.25 -2.55 0) + (layer "F.SilkS") + (uuid "668dd5ab-c40b-402a-b104-16852ef6bbba") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "85b20bf0-5bf0-4415-a1ee-d8384c3cf0bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa462ee1-b798-4416-882f-8b7e03973428") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb139751-22b8-4fd9-a5fa-6fd2d3853f72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 71.628 86.36 0) + (layer "F.Fab") + (hide yes) + (uuid "487fba18-c5db-4f44-978e-8e5420dcf664") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "bf89f56f-9325-4967-bad0-f885d9d96b88") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5c2dffd9-f35e-4205-82ab-a306c173a0b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c565e11a-f05f-4af6-9835-cb1135657414") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9b33fe74-e277-4e4a-acdb-d97540955b3e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f6f526b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62fa0d8f-4d81-4066-a98f-ccbbaef094e2") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5fa4ab0-79cc-496e-85b4-f303b7949d27") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1bf5ca0b-d7fd-465c-a393-74cbe0a12de8") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bca0a728-0216-406a-bbb5-ce74a4e8f01a") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb0983d3-a977-4d8d-ad98-e0d2cc61d68d") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef40ec3c-9212-40de-aff1-7a4a98babe88") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54b1176f-a143-4d44-85f9-61c4379d07b7") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8334768-1c5f-428b-a999-3b56c46d3794") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e719696d-73c1-4ee5-819c-6095d35db69b") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "58b8b8a4-fe7b-4c85-b0f7-1b7924c0c660") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a99eaa7-1d69-4971-95aa-3cc9b661b8d4") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cd3e0e2-24f4-4ffb-a2d0-58a7cd7a2c0a") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4d56661-c419-4965-b346-e256ee5b9fe5") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0b7ad63-075b-4fa8-bd3e-3c4cc1d66764") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "82ff423f-efe8-4ea4-8b17-ac312fe8bb1f") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "47428ca3-6478-4880-8dbf-01d5438e4f81") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "a84b8ca3-6f47-4502-b8a1-7642950cad09") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e4198a") + (at 62.016 137.668) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C4" + (at 1.25 2.54 0) + (layer "F.SilkS") + (uuid "b7a77616-f377-47e9-86ff-cf29db143c95") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "a3751c30-f1a4-49eb-bfaa-b6f65311d2bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c703292f-aef0-4391-a7f2-7690a96140c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aede9fd7-a974-44ea-8711-b24a59fb48c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 62.016 137.668 0) + (layer "F.Fab") + (hide yes) + (uuid "9fd2a82f-f628-405a-9312-d1e488a39e2b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c807fa2d-6a7d-4068-bffe-9d96eca2eb02") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "aadaa71e-6a4a-4927-bf38-15e2ac71993a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c8d4d8cb-5fba-4b36-a7b2-584444088756") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0db13563-c73c-438e-810f-3feb1a44efc4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f6f586f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e862adf4-e8ee-457f-bee2-5c6d2e055500") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cd5b5e1-e67f-4a4e-b695-54abfea55561") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2658bd0-f111-4780-80cb-f89e917408cd") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4941d34d-10e5-4c33-8574-2604fb9af62f") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57f2efae-13c3-4bc1-a437-3fb47a1766ee") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cdf43f15-8664-48a1-85db-f191a5ade1f3") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "45547076-19ee-4a74-a191-bc2d7c25262c") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d35f7a0c-d9d0-4fba-a051-edad04126f3d") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf95269d-aaef-4dc4-ae5b-ff5dbb71b7ad") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1f090cd-97c5-486b-a329-eb19c2624434") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8be96c1-6abb-4011-9ada-afe55371824a") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17fa4152-36cb-4546-ada3-0850d1de5651") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e37c45f9-f4cb-4bc7-9d93-008be8de8193") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f1be262-4e9c-422e-8ce9-2c40f9df95cb") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "fe7de8b2-6e87-407c-9b40-77314872bef1") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "134d4369-6f59-4e3b-89f0-5c533a977ce7") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "8add3b22-c3bd-4873-8b13-9a576d82d017") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e4199f") + (at 71.628 121.158) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C5" + (at 1.25 -2.55 0) + (layer "F.SilkS") + (uuid "080440be-f449-4901-9618-97a31ecf0a1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "708d4f11-bd0a-4d80-9807-a48846937bc1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36e06890-de87-4fef-a7e3-5e587cdef4d5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55b910c1-b8bb-40bf-ba66-a67cb372e01b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 71.628 121.158 0) + (layer "F.Fab") + (hide yes) + (uuid "973c1d19-709a-4411-a174-9a71f0d6e606") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4a31c9ef-29a6-4774-8e08-5d0f50d84cf5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7bf809a8-1cbb-4b8a-a021-57184a445124") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "af2baaf9-da1f-4331-a509-061e5a0c6115") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9e496f43-0481-4920-a974-caa8653732de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f7116cc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e20d6a9-7949-4233-82d9-1f6f15f1f61d") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3b4340c-6408-4c9c-b8f4-ebbcc352cbe0") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f96446a4-0689-409d-aac1-2f657b9cb103") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2de6415e-a77d-485e-bd0a-6b326d2febf5") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29060bdc-fd94-4533-8121-e8f90194b80f") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da3e4b64-6fa9-4916-b0a9-9599d1380780") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1b65feb-38f1-4ccf-a76c-15f6fe4bcc55") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7d1a2b6-283a-409d-88fe-04d4e7590e3b") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "50e7b067-e8a5-40f3-99a0-1beee16e7db7") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a251518f-657c-47b4-8132-abb00c64d048") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2187a91-8631-472d-afac-99097f31faab") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a6a1fc1-6244-4eaf-b88a-681c428a0ad0") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e195d8a-d2bf-4646-afbf-a61249a6a081") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "606c91a5-32b6-4cb2-8893-6f292164dd5b") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "c1e5829c-4f39-4bb3-a82f-705564ba020f") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "5469a90f-adc2-459b-bac7-64eb2f490356") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "735cc5f8-9121-4794-b591-8c1907cc2fc6") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e419b4") + (at 61.976 104.648) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C6" + (at 1.25 -2.55 0) + (layer "F.SilkS") + (uuid "298a7f20-6f6f-48ed-9ad4-7926f93d2e36") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "24d6e429-f216-4c4e-95f3-2ef01aaf0ff5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fbc7c350-c732-49d2-8179-f461d6cf14dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f11a9ed4-86be-428e-87ab-c2345b428f32") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.976 104.648 0) + (layer "F.Fab") + (hide yes) + (uuid "715b1402-7051-4a6c-8c59-46b24ef93b05") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0e994821-c18c-4785-8396-514504449cae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "acd9e1e1-0ce9-4c70-b981-867c6fb5f5da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e795efa1-478c-4788-bf2b-f5c903c7c5f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a3708acf-4802-4e76-9089-dbb969290940") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f7116d2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f6e244f-68bf-40e5-939b-cf626ff9bc6b") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b71ea71-4c51-43e2-b443-74e328ae0b66") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f0492b8-fe04-4b68-8cee-a2c7ee2515fb") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4aa30664-8828-44fd-9350-944d429e10e9") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a75249f4-e57a-4fa5-ae47-bdaf7a042031") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b298fe7-18e1-459f-9a94-c3b60036114b") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e84f5e49-c1c5-4894-b438-04f005c7eecf") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34409b2c-2f57-4499-ae1e-1282bcafa8b9") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "658bef37-2e8c-48aa-bace-c3804c049b1a") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28569a48-d055-42b0-8640-825486141681") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cf980ce-7cc3-476b-863c-ee0f97b142a9") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23cf74bf-498e-4edb-a755-81950c22450a") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0c8b0e8-0546-4ce7-9618-06090f81ea74") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "76292c03-0f9c-4d11-b931-eb18ba257ded") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "d91c65ab-e5fa-4478-84e7-03254fa862d5") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "38516792-72f4-42cc-aa71-de64f0486c28") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "1fdb56d1-baf9-45cd-b709-414cece31f97") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e419c9") + (at 71.628 104.648) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C7" + (at 1.25 -2.55 0) + (layer "F.SilkS") + (uuid "1df99977-72c3-43b7-91eb-ead6506d5085") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "7cbc7245-f5f5-44ec-8610-c7846744ef4b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3338a876-7c90-40a7-9d20-8057e91b8a1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15c73112-fca7-4461-8bc6-3aaea008078b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 71.628 104.648 0) + (layer "F.Fab") + (hide yes) + (uuid "2abe5522-d762-40ce-b61d-fe4f9062c07e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1b9704a1-5b69-4bfd-b77f-d17574e2dc2e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1c117324-9cc9-4fbe-9143-982af1b104f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "bdfa4c01-04af-4f1a-a3e1-d7040644a648") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3bc737c8-38f9-42d1-accf-ea4bb51065ba") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609fd109") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d13138d-8aa0-4599-9197-47eae88689f2") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7ae4d88-b618-4ad9-a328-0d089b80633f") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82a167ba-a1dd-46a7-b7b3-492b31b3b9de") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0b8591a-c0b7-42c3-88ef-26cac2c9df60") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7162cfc4-2c17-4182-9184-3e1dea77aa39") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4cb126f-50dd-47a0-9a63-272c8670fd59") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c7bd8bb-e7eb-4ffa-b0a1-7d754e2cb2cb") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6ffd7518-db68-4be8-9a9b-a7fdd17976cc") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a52142e-609b-4b2d-8815-19d3d64a8e1f") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "58eca273-58e1-41ae-8c73-3ad839807a43") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7e2c778-cd02-4a85-b30c-e39239663be5") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e69f7f7e-0f7f-4994-b8e1-17e3d50e7f4d") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d608958-d3fe-45d6-af0f-03b9a471b238") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61900735-1220-4cb4-80a6-56126d172388") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "343cc1c1-545c-4467-af86-085a06c7d429") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "5c9c3480-2a26-454c-a95f-0de494efeb55") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "8ca78e6e-c8da-4cf5-9d7f-fa500bebcf01") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e419de") + (at 61.976 121.412) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C8" + (at 1.25 -2.55 0) + (layer "F.SilkS") + (uuid "d8dd9392-340c-413c-9c71-2fd8561c03a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "a43a670c-da1e-49d5-b558-eeba630cc7dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c0c5e59-0b0d-48f4-8f18-d31919bccb7c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a991d848-0690-467e-a125-7855c5c8ba26") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 61.976 121.412 0) + (layer "F.Fab") + (hide yes) + (uuid "e8660ab9-5e37-4dc7-ac04-8fdfb3d583fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5f2ebead-cabe-457a-b86c-976421a4f3b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b1048370-9b5e-45d7-936b-c190e0d97292") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e986a592-8e07-43b9-9581-c96216091e31") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "69c2e4b7-d14a-45dd-a202-3255d169810c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609fd0ff") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c4b138f-8c90-40f1-8ba8-24ce1badcdbc") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "efaddf9e-2644-43fb-a13a-f0fad6968dae") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b66540c1-c262-47aa-8f0d-67ca0783b13f") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df3987a9-2c73-4e0c-8e31-251e1678ae0c") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6815c2d8-c805-43a8-a376-74fb4f0c48e6") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c06360ec-20c4-4d1a-a82f-b7c701fc9ad6") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4df4195-c91d-4577-a5a1-8fd73c325a07") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b5b63d6-b2f6-4bed-b017-b8c44a4211bc") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf544602-ea1a-4aff-b10d-f1fdc04dc53f") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4cc2bb62-ec38-478a-a022-26d94e56cc4e") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "76eb8492-eb11-4573-b069-bc7ecf7be5f2") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0a967c6-bd5f-44a6-98ff-314eae7192c3") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f494182-b7ee-448d-a157-1f3e6c95db6d") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f73fb263-d30c-40cd-9fd9-bf614f4094f6") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "268ba4cc-75aa-4384-8768-d5ef6daf8eb5") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "9e17a675-1e87-47fa-a349-b75c6e86a37a") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "d48a7c0a-eed7-4a18-873d-2c270f1c5955") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e419f3") + (at 74.676 143.256) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C9" + (at 1.25 -2.55 0) + (layer "F.SilkS") + (uuid "939d4432-7c1d-4ace-80c7-f5f9abba8aa7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "2b25e6c6-7fa2-452b-bb66-b0c6bd3d5495") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4dd31010-089b-4fe3-bebe-f43952fb4509") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86ea9541-5766-4130-b002-ead387d075ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 74.676 143.256 0) + (layer "F.Fab") + (hide yes) + (uuid "5b93388a-817e-4bc3-8181-4ecd6f5ba670") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "07e1c776-616c-4e1f-8447-c350de480878") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ad6fd3ca-f281-4940-8d67-a6d0c29e472b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5644ec62-dd3a-4bf4-9f30-1d26c959e687") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5cc9e4a8-f19a-407d-9d02-2aea9adbfd23") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f7df1dd") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0df648d3-404d-4b12-bfe6-f64f02fb168a") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4e482575-e22a-4e98-b882-da831ef6cc8a") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7ef1a5d-4b9e-453f-8f8b-d55f030555b6") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f741a6e-faf6-4a50-9410-6f7c88fc39c6") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68ae8c1d-3cf2-477f-bf99-9f916ed6cb25") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fcc2d9c-7203-4eb3-bef7-b63f95ba00a0") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d82f6298-707f-4996-a2c1-ad21746da2ef") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef60b830-c8af-4cd8-933d-a49bc8b6f9ec") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bf77844a-7dca-44cc-9104-3a877218e16b") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "681b6e78-0945-4ce4-8e06-4654ad01ad54") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fc5b017-4ca3-4603-83ae-0106aac28131") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3823e2ce-2aa3-4634-abdc-98902fd0ccb5") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "568abe8c-9a2c-4bf2-b5f1-419cbf8f68bd") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "78ff8883-c01d-4bed-9acb-013b80a20f2a") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "91ce6631-ba26-43b2-a951-075a5436855e") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "9de3f04b-a515-4c60-9a1c-c21ee25b808c") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "6ef8ecc8-eab6-4f69-8b90-2d5436a7d4f5") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41a08") + (at 77.176 150.368 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C10" + (at 1.25 -2.55 180) + (layer "F.SilkS") + (uuid "201637ad-4d46-4e90-b9e2-86e44fa9219f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 180) + (layer "F.Fab") + (uuid "73e417ea-5a75-4c37-98e0-0488041f7bfb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc60cc54-5e72-4e91-bb7e-7e9ea2acde56") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3432f291-22c7-4f39-bd8d-226161d383db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 77.176 150.368 0) + (layer "F.Fab") + (hide yes) + (uuid "49084b6d-2db2-4fe0-a2e2-7e02b1d4e552") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "026af903-358f-45b0-b347-932805d96fb6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b3d0e68c-f06e-46e4-b1b9-b720dbc62440") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e1a7bbb1-36d2-4fc9-8b12-5b1d424c1cfa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b68b4efb-91b2-4255-a456-5c0a2cf16520") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f7e6b68") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f972d042-16fa-4a80-9041-99f7b85cf3d4") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77cfafc0-99e0-4185-a5b9-e405bac803a0") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b6968b6-bedd-460c-8519-4c2670c57971") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8a5d485-c3f3-4008-8b69-75143856149f") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78c917cb-0cc1-4757-9b1f-ef66c7092964") + ) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d29efb4b-2ef4-49aa-853a-d1363b54bbd4") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e88d321-de84-452a-bac6-8e0db88df599") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "218965e1-614f-4638-8cb9-d7666384eb89") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b56af5d-5faa-4b80-b254-79d19af945ce") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "327832cc-a4c1-436d-9028-099297e44ecf") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45810cf4-0e19-4c7f-a61a-e523422fd56d") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a08cf574-6ea3-49a8-aac0-958aff92d6c9") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88fb4b68-ba4c-4a6a-8c74-e60eb630e819") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0814d72-e898-43d7-9802-70e7934c4aee") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "246f5bd3-4b31-4cb4-a80c-71cd274aac44") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "00b7c5af-f2a1-4471-aa2e-7da978f6046a") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "b567dbce-6172-4305-a07a-032c5a956354") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41a1d") + (at 74.676 73.66) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C11" + (at 1.25 -2.55 0) + (layer "F.SilkS") + (uuid "d15ef61e-217e-41ca-8197-32e47665a114") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 0) + (layer "F.Fab") + (uuid "fc892c8c-26ae-4512-8652-38234d0c88b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "338e7dff-87b9-44d3-b958-bc02f2d57c5c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87ee462b-47ef-4204-9232-2db90f772990") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 74.676 73.66 0) + (layer "F.Fab") + (hide yes) + (uuid "df35b35e-e0c7-4bc1-a46f-6af65030f5e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "922b6698-7c11-4a02-a6ef-2e712574fedb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2079a9bb-cf01-4fee-9155-35180ffee9b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0a7b0141-43b0-47bb-825a-2e4f77be7a6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "039cc165-9e77-476d-9654-fc82f8089549") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609eedd4") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e705b666-983f-4955-b824-30c6d31da7a1") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d632558b-47ba-4ca1-94c1-8b009ec421c9") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6bcd575-5788-4014-b2a1-ad9370c8f948") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd237717-3b63-444b-a0cb-0d6b8f3fb229") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "025be679-8043-4034-88ef-a6d9378d9d13") + ) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fd2df45-1a2f-4a53-8f02-8f712333e1d6") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8aeade6b-e5ca-4dbf-8498-2612022883bf") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a8dcecd2-fe19-4f01-86fb-3f4a634ea823") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "721101e9-ed99-4884-9d46-d260eb53e2b0") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a611a3f-03e5-404b-ba1d-e8becaa643c7") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b413583d-8c89-489c-afa3-5fd3301854df") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b3f2e58-d0a7-408e-ac67-11e7b24e0ce6") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08293869-2dcc-45df-b637-a54e833052f8") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9fe1b805-4fb4-4f66-a7da-20631afb7de5") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "61277f29-7cc1-431d-bbc0-23e78a5f741a") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "e73040d7-a7af-4863-91fb-090eb11f094b") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "01778430-4631-4cc6-8d83-ea42335f37fe") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41a32") + (at 77.176 81.28 180) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor") + (property "Reference" "C12" + (at 1.25 -2.55 180) + (layer "F.SilkS") + (uuid "460afbcf-472a-4d7f-acfc-cd2e8481c08b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.55 180) + (layer "F.Fab") + (uuid "ea39b6b9-739f-4a9d-b286-cd6d0bfd4e86") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b66f5949-9f8c-4839-a6ad-1356a98aabaf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e00b5b5f-6e11-42de-85b0-1375c77daa51") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 77.176 81.28 0) + (layer "F.Fab") + (hide yes) + (uuid "81bfb2d1-4709-4404-b05f-723feaff77f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a10d5000-86d1-4bca-bee0-ddc84c154d93") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "df90f4e4-126f-4dbb-8373-463b18ee72fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b9bf9bcb-5799-4fe2-988a-911748997261") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ff1b3b59-fd5a-49e6-ae09-b888e9ee571c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609eedca") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.27 0.795) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f77a69a2-a7da-48d9-9a9b-57980b6e5885") + ) + (fp_line + (start 3.27 -1.42) + (end 3.27 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d59878f9-d89c-4da7-a6d9-b0764a570c17") + ) + (fp_line + (start -0.77 1.42) + (end 3.27 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "072520c6-413f-4eb5-a452-5ad6115f3d77") + ) + (fp_line + (start -0.77 0.795) + (end -0.77 1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa0da7df-7a51-4a98-b725-359e004f51a1") + ) + (fp_line + (start -0.77 -1.42) + (end 3.27 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da2298e8-3e8b-4fb3-b4d0-183124274534") + ) + (fp_line + (start -0.77 -1.42) + (end -0.77 -0.795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eaedfa5b-3574-4899-aa55-42bf5f7585b1") + ) + (fp_line + (start 3.55 1.55) + (end 3.55 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f405a88-1033-438c-b6e4-69d78c069991") + ) + (fp_line + (start 3.55 -1.55) + (end -1.05 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3b44cb9-125c-4c77-8384-15ad44329c01") + ) + (fp_line + (start -1.05 1.55) + (end 3.55 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6cf00dd9-2ed2-4cf4-9d58-34b9d0c05ac1") + ) + (fp_line + (start -1.05 -1.55) + (end -1.05 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a8737a4-6f5c-4826-9f0c-33db2535c9d6") + ) + (fp_line + (start 3.15 1.3) + (end 3.15 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a86ccac-4f7e-4f3c-8313-2a23418d41ac") + ) + (fp_line + (start 3.15 -1.3) + (end -0.65 -1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "31240428-d9cc-4258-8e1f-1292256812a0") + ) + (fp_line + (start -0.65 1.3) + (end 3.15 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "96597182-b767-4bd5-bcd3-8d8298b9f41a") + ) + (fp_line + (start -0.65 -1.3) + (end -0.65 1.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e38060f9-654f-430b-8324-05bf4ea7f30e") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "2da36687-080e-4430-bf8a-60d356026c97") + (effects + (font + (size 0.76 0.76) + (thickness 0.114) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "52464c80-9970-44d0-a89f-18cc1d002ebc") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "91555e56-ddcb-402d-8839-db9e2c24a01b") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.8mm_W2.6mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41a3a") + (at 53.34 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H1" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "87101581-3ad7-4dbc-b3f7-ecc504fe5566") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "cfe4b58d-8708-4022-87c1-13a9626c48e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dae3c89c-4038-4745-b80c-065666257a8b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35dc368c-5fff-4071-bc45-f9abde621b16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b58a10b1-7a48-49e2-aba9-948e0bdd465d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060e46c31") + (sheetfile "main.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "130d1d5a-e321-449d-8a70-db64d9cfb12f") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "068d8408-cfc0-4059-8fdc-e3e39949d071") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "919e079c-1741-461a-b311-cad7ac496789") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "6125c5f8-a553-4377-b7ee-86ad526f4647") + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41ac2") + (at 74.676 63.5 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R1" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "93f178bd-a916-4fa6-b0fc-a278ce814ed8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "c09a9c15-ebde-45ab-beaf-ad82d4762bca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "22e2849e-af9d-4c56-8f7b-8a12ebdc7d24") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3a55a0b-2d7c-415b-ac0f-07c5347aa748") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 74.676 63.5 0) + (layer "F.Fab") + (hide yes) + (uuid "36559c96-6d09-4fce-8dac-dad48e77c917") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a3770057-0af9-457a-893f-0d68dfea4cc7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "80b147e6-38fb-46c7-a980-c9ffdc0bbeb5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "dce1fe12-bd6f-4366-aa74-64c85621edd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8293041b-6bc5-4c64-a88f-f9a628c773b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609809f6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "265a53ba-6424-4974-bf24-a206ccdbc74d") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e74e2ee7-1659-49ac-99d4-c96acf296f8b") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bef9a625-3f08-45d2-b0de-b4938bcf3334") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2b8012e-2177-4a77-9b5f-5217771079cc") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c8b0268-0710-4492-9f3b-f2de951f2464") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c314534-492e-4649-ad3a-651ad6f0b2e1") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3957d4f8-7d3b-4b92-9ffb-b719fa39a779") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eef44ef3-c884-4991-afb5-ac8d8e45dcca") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8fe90034-9d76-4b1d-8b11-46052123a48d") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "164e220a-0853-4519-b4f5-7a1aefc9fbf3") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "20c02b88-9738-42e0-adaf-3cc15f222c88") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05b8cac0-2ff4-4a6d-a0ae-829ec1b8a8ce") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "4607620c-20fb-44d8-a724-64a923f2dc12") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "fcf293e1-53a6-4f9f-af42-0eef90c3bc6b") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "VP") + (pintype "passive") + (uuid "abbc3eda-81ab-4791-92a9-ccb1d86c1222") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41ad5") + (at 74.676 67.056 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R2" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "7a1f92b3-ad02-441a-932f-4366d7ace62b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "29e798b6-c4ae-4e27-8a2e-c3f80213151a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63e431c0-24c0-418d-b2d1-8434c754fd6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8bdd47cd-a712-4f6b-bee7-4a5ef02b600a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 74.676 67.056 0) + (layer "F.Fab") + (hide yes) + (uuid "f29eadfe-6d2b-4b0d-bbb6-42a770d98117") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b5fbb389-d4eb-463e-ab73-44d0a23ab5f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e039191f-e2d6-4cd2-b499-0bfdbfee26f7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f896078b-9ede-4f59-8195-d71e3d95ee1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cd215157-669d-496f-b287-ef5af52675e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060980ed8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54f58886-d992-4c93-b5b2-9073447e9254") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cb661af-092e-4e3f-b8b3-57ed1f139122") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77856541-21f7-4ecb-86f3-ddee85f451dd") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a1df3dc-1bcc-454c-9483-38856b65e456") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b795859-7594-43c4-9a88-105e328a1b9d") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af69ed8d-e134-46ac-b128-4997da4bbec5") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9f1b42f-342d-4f0b-8c72-039ef4239c11") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e7d7a7a-a43a-4bbc-8c88-07e2edbb35d6") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d52ac78-2547-431c-b20e-f9dd5fc70adf") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc08b809-d17d-4703-a544-e5bb939d04f5") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a095513-4b87-4151-b31a-6723cf21d026") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f872eab-43c6-40d6-8073-faca421e0c04") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "6007ae19-a472-47a7-8e4c-ede9720adb47") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "e0d64cbe-8539-4697-9c84-aec5083212b3") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VN") + (pintype "passive") + (uuid "47c467d6-efdd-46b3-9c3b-3a830e883d32") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41ae8") + (at 55.88 112.268) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R3" + (at 2.54 2.032 0) + (layer "F.SilkS") + (uuid "e6a98c36-7b4e-4533-9566-cb617fab5eba") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "a5c6c0ee-5503-4831-8664-0e3b01321a52") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca2305a5-9e08-4c36-b1e8-151663e3243d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "882fc53f-e3bd-476f-b116-32f115548eeb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 55.88 112.268 0) + (layer "F.Fab") + (hide yes) + (uuid "8cf30510-58f9-40e9-9e24-b1d8c1a43eee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f793822") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89bb32b7-9b0d-455c-9150-cee79b793a32") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5e90f64-5176-4023-9bd7-2d09852b3b7a") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "673637e4-6cfb-4459-bb72-2518e93bccd0") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3350f950-905a-433c-8526-4ab9998adc80") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e5998de-7195-4a1c-93c2-5ca0fb887fc2") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4d07b4d-74ce-4ba7-8c75-9a358773de33") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e66dd0b-550e-4b40-978c-a8fbdf109a6b") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7deaa6d-c665-4fb7-a68a-d1bce14f0ffd") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eec61ded-0eea-446d-a066-f4e164ae674d") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d552f9d8-9bf6-4e23-aa8f-d4edd5c5aa12") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fdf725d5-06e5-4229-b10d-fab213b92373") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f58f8d02-0e2d-4456-a4d1-890e2f513863") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "cb9ecc7b-2537-4b02-9397-83a8599cb4cd") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(U5A--)") + (pintype "passive") + (uuid "16a85e9b-58dd-4212-9977-88f6af9c8a90") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "81e02849-b4a7-45c6-8ae9-288381f5e03c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41afb") + (at 75.692 112.268) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R4" + (at 2.54 2.032 0) + (layer "F.SilkS") + (uuid "e1d2fb1e-c75e-4282-9842-dc7913cd1808") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "cf1d9eee-bf3f-424e-93e4-34c8e57d16b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f31872c-2e94-4cf1-be31-7dc344c2a899") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c262dd8f-07e9-49c8-b4de-e2d19a8cd0ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 75.692 112.268 0) + (layer "F.Fab") + (hide yes) + (uuid "7c7091cd-cc94-4964-be7b-984f42e4ddcf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609d21aa") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28a2a325-f69c-4ada-bfba-cd020f69e841") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51f6fb3e-48ac-4f64-9403-3c3507b49145") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e965c1c7-0e0a-4998-a41e-eb65a1c13527") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10fb2d25-2af2-4d45-886f-88032f2c3944") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "426a8b01-c334-4cc4-9a44-e7e587c54664") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a75a48a-3626-4986-9c69-88d22ddeb91d") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d789d5f2-4d29-4732-ac2d-815ce3fee878") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5d51eb2-695a-46d4-9153-093c6aff1872") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a51a57c8-650f-48f5-92f6-6e5b64091991") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21a6c7fa-ccde-4172-bc8a-41a4b26f3c6f") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf95ac88-1040-48f4-90e8-06fa0e383913") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "150b7742-5eeb-4783-8687-90fbac9873f5") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "de676cc4-e3d7-4d15-b374-2550bfe982c4") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(U5B--)") + (pintype "passive") + (uuid "5e4f8ad6-e9e2-468e-9919-9560e3a31a08") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "4f48d9a4-db44-4be8-8088-2cca79796a7d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41b0e") + (at 55.88 108.712) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R5" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "c6db02c3-fba3-40d3-a320-40fad75197bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "a90a8228-b1c3-4289-badf-c538e24017bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76fb5a74-172a-442e-9f78-150a9f7dbd2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33a86855-1e4c-4758-b4a1-fe1e443f5861") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 55.88 108.712 0) + (layer "F.Fab") + (hide yes) + (uuid "8ab0227e-0baa-4f29-8724-bb07d817fe4d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f78b0a7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb4365bd-7909-4293-aaaf-198497a2d044") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab433396-1975-4d78-b1df-8953012d9e41") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1772fad2-438b-4934-975d-322ee81a6548") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dbbd604a-a5d3-40d4-8239-ea53178012b8") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b872da9-1139-457f-88d5-2a80d62404a1") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d8dd69f-2b8c-4f18-acea-82594789509c") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12cd1ecd-03c6-4db2-8856-4829c1c69ce5") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "09df9e57-6bfa-4b47-ad4f-f71972177708") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab4a4c82-8671-4118-ac72-a563f8334160") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b12a8e7-c412-4dac-8480-684ccf939ce7") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "330a223c-c98b-4ca8-8226-c69c6712c3df") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc1d9091-9efe-4f63-9a1c-be5900e7dc23") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "46f53598-9f1d-42bf-a9ef-001178011472") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "OUTa") + (pintype "passive") + (uuid "5a9864b2-ec34-45b9-a42b-91a16aa73c39") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(U5A--)") + (pintype "passive") + (uuid "18cb1fcf-3a1d-4031-b85a-2eb3d7bac03c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41b21") + (at 75.692 108.712) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R6" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "a81674d6-b7a6-430e-9c7b-a4c4a6d85452") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "1552246a-9176-4f95-84f4-b8647989bd56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ca4f3b4-2c4d-4938-95f9-6b0ba6621bb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cf0c447-70a6-478c-ad9a-51dbca659688") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 75.692 108.712 0) + (layer "F.Fab") + (hide yes) + (uuid "b9a7a0ae-c23a-41e5-80e2-1f61fd362216") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609d219f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d44bd034-ff6d-434b-8ed9-7b9d6fbfd455") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23869d6c-7e26-4644-acb5-9ec3587e521c") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db827a87-67fa-4537-a8e1-e65b8514c9d6") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e405e563-0eee-4be8-bf81-b9e4171e7443") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2f00dba-2183-440d-a3f3-e1bfbb490a63") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bab169fa-3dfa-40c7-89dd-29ba5fcf9393") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3053b4ca-474a-4a0f-aa2b-cf082c95d1a0") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "477bca42-ac08-46e6-93bb-af0e0c37e4c5") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5a28a2a-2085-48cf-a0d2-0d906365e8de") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38aea1d6-2c19-4030-a3fe-5320d5b4d5ec") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac276d7c-5fc0-480c-b0be-616e56268278") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4cb97ad-ec1f-4f50-8d6e-f3342315fdea") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "e018d014-afe5-4ec4-9fd4-572686c3664f") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "OUTb") + (pintype "passive") + (uuid "2c4ca3ef-3964-4c05-a723-5a2fc292b42c") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(U5B--)") + (pintype "passive") + (uuid "d179c3eb-e827-4543-8c95-d62410695919") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41b34") + (at 83.312 85.852) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R7" + (at 2.54 2.032 0) + (layer "F.SilkS") + (uuid "1c20f228-cc57-445c-90d7-b23ce5dc37f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "b82292ad-5cb2-4ba3-878d-ec574b41df79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4317321-c475-4972-b1f3-f3f9649e3f34") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2390707f-5d87-4847-a0d6-3cd8f4687c5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 83.312 85.852 0) + (layer "F.Fab") + (hide yes) + (uuid "a75b8395-4ac9-420c-9ce2-9c56bbb766ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060b5c6be") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b62c5f6e-3f40-4a90-a2a5-47975ec3ef46") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86285125-cbf2-4f62-b40c-39c257305604") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29d614c5-5b0c-4bef-b79e-ae38f14bac47") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27f000b1-46bb-44ee-875d-13d419fed317") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eddc208d-9aec-447e-b2f7-660f193bc4b5") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d445b36-434a-4e25-ace4-9a6ca07cfd45") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc7e70d7-32f0-4c06-9647-e8b4cd1e393d") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63b80d65-f709-4077-8a42-184dea665cbe") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3950d79e-0dfc-47e1-bf1b-36c7198d6215") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "47e11bb0-3c2a-4c42-a42b-4e23b59608c9") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "073de045-58a9-4b41-a2ae-0a1d0389e61f") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "edf16bb4-8bef-487e-af9b-83e85d60d40f") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "990970d5-a6e2-4e83-a3f3-e0358dcf3c83") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(U3-Y2)") + (pintype "passive") + (uuid "b6008200-66d7-4683-9562-1d2983fe0749") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(R7-Pad2)") + (pintype "passive") + (uuid "2fdd55a0-ee36-48a1-91fb-61045ed00241") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41b47") + (at 83.312 146.812) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R8" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "da8198ae-7d12-4ee5-9371-4df6870d5bf2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "8674a8e7-cf7e-46be-95e9-48ddf82318a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8cd0d344-8288-4b01-b049-fbc933ea0349") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3c38224-fb18-43e6-8b34-96cb60f51c6d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 83.312 146.812 0) + (layer "F.Fab") + (hide yes) + (uuid "35215f1b-4245-44a0-b4f9-088069c2bc81") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060b3ae9a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d503b5e6-21d1-4f8c-97f3-9ac1305d1e76") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54895026-ae17-477a-a131-7662ca32663b") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fcf7caae-9af8-4039-833a-92e7e13176bb") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a07cc5e3-0d6d-4b67-aad0-229a5dba8c03") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f77768bc-332c-4fdd-892a-c79fa107271a") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "162c4e34-c2f2-4532-b44e-f8f5a5af3807") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4a277d6-0105-4008-a3d0-6226cf547cd2") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5851c852-4793-4e81-9a09-f7e81d3d03e2") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3024ccf7-7264-4e56-a7f4-21f1469bd538") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6c19445d-6b95-4864-a63a-68cf4b752179") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "191bf6b9-2ff8-437f-88a1-35a2cc87364e") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94817315-90ab-4c93-bc02-23841bcb48de") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "8ab4447a-a1db-48d3-9aac-a494f1988e82") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(U4-Y2)") + (pintype "passive") + (uuid "5262a0cb-3b5f-4c48-88c0-f35c9892d455") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(R8-Pad2)") + (pintype "passive") + (uuid "e7bf0ceb-489e-47e0-b094-e62e099eee99") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41b5a") + (at 83.312 82.296) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R9" + (at 2.54 1.778 0) + (layer "F.SilkS") + (uuid "e7a195b1-1ad3-4e6a-bde8-501743be636c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "7009b8b2-7465-43a4-a69c-b4efa5ad1db2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "575a056b-b5dd-4afa-8216-bd15fd917c68") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5b826fe-245c-42d1-b211-d5077a38c38b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 83.312 82.296 0) + (layer "F.Fab") + (hide yes) + (uuid "32e536a8-71bf-485f-9611-d635b7336ac9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060b5c6c4") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c2565e1-38f4-4b23-ae64-0de6d822986b") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1413d63d-5dda-4591-a596-e505dee39040") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31f2fd9e-ef0f-4513-bfc2-f49fce05c6a1") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c643fb1-3ef9-4dc2-ba12-bb91f6560142") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "975c8e29-ca60-4340-8cde-b62f2570b7d9") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e853bb3-477a-414e-9144-35d62df19521") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "198b84b9-385f-4c0e-bbcb-7710b85d45d4") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "de84680d-0f79-4230-b4df-1d1a57ea80d6") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e741e2ef-aeb8-4cd2-9472-457e491b44bd") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3e7a469-74d2-43ea-bf87-5df59172eeaf") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e79aead4-5f9c-4e44-b547-4d24b459a8ca") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c976f185-f627-4006-a4fa-436037493308") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "fb8e10c1-b3f1-4d8d-8299-a3fa691a1b76") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "8f555b6a-a771-4c11-b307-cacc121edd01") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(U3-Y2)") + (pintype "passive") + (uuid "d2df7c53-59de-44ba-bf07-fe987c0110dc") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41b6d") + (at 88.392 150.876 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R10" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "02eaa524-f912-4c97-a6fa-0ee8fc089c97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "e809807f-f3b3-4e76-9696-23b2c83332de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c142369f-55b5-4e77-b609-567547e3a371") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b8c345ed-dcc8-4e0a-b837-d38896b31f5c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 88.392 150.876 0) + (layer "F.Fab") + (hide yes) + (uuid "76007a38-b303-4bbe-8ec9-e83c34badf77") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060b4355d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8efaf372-04c7-4bcf-b204-a4767cf41ca3") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92df4040-62eb-4091-bb20-36e4b27226c2") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f67ab28d-21fa-4327-8777-6596c8164c6d") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e144c2f2-1144-404c-8940-f86e03a8c1f1") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce532d85-fc0f-486d-8ba3-c7746670e163") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81594419-5124-4d6c-806e-accbd971564b") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b430cc2a-34e3-4c84-815b-2b12ffe964e9") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf1489d2-4d18-4bcd-8acd-fe9f3e36eee0") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "487bad2b-f28f-487c-a3d8-5ffee7f72c3d") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29c80de6-e5c6-4fc3-8188-86d1f98ca125") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ed1e1255-35d6-46c5-baa8-917fa1e621e8") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b58a3f8c-7d04-4d00-ac12-dd67ba4a673e") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "7e8472c4-01b0-48c5-b47b-c48459cb8427") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "c82e62ec-046f-482e-a6b8-32b2a13da93c") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(U4-Y2)") + (pintype "passive") + (uuid "7c34e087-d7ef-43ed-b44b-db62a7a12801") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41bff") + (at 64.066 74.0285) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (property "Reference" "U3" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "4830e456-148f-4346-81bf-def4597784f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AD633" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "42abf802-74f7-460a-ba99-bcbdb38c0081") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ddc2075-0623-46b8-9993-2a74f4cfbeb0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac8c2421-7dc7-4e62-9fa5-8ef27e7f33a4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Low Cost Analog Multiplier, PDIP-8" + (at 64.066 74.0285 0) + (layer "F.Fab") + (hide yes) + (uuid "20a769fb-245c-4ba0-b4f7-d0851324b9ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "56f7c2d6-47c2-481f-a8fa-c63b218c479b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"AD633\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "11c7cab7-dc4e-4858-9a57-cac4a9b9cfb9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "466640a0-1fd7-4c9e-835d-1478dfb70353") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f74d4f3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9786e869-85e2-472e-a02f-fcade90667fb") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cdb56c1-d297-417d-aa37-ef532d63916c") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cad26fa3-2675-4900-ac83-13054182c02c") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a94b95f-a5d2-4361-808a-73fa1c461e68") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a79facb3-dfdf-4d92-bf0b-c5914c2fd674") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb2dfcae-2b11-428f-8475-0076cd13a137") + ) + (fp_line + (start -1.1 -1.55) + (end -1.1 9.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec0013cc-9568-47e0-9d78-dbd06830d399") + ) + (fp_line + (start -1.1 9.15) + (end 8.7 9.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f7a9b341-47e8-49b8-924d-cdedb0e3baa5") + ) + (fp_line + (start 8.7 -1.55) + (end -1.1 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b04808c-c57b-4746-afc7-bf7376bff14a") + ) + (fp_line + (start 8.7 9.15) + (end 8.7 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9118432c-ae4f-4ca3-bd8a-5e8882b6d03b") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1320e264-2dfc-4598-8556-8fc08cd6593a") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "031fa10f-1709-422c-b1db-7f882f72313c") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d13df1c-9940-43ab-b865-71169e9a4eb7") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "995f9022-523e-4d7f-aba8-0c20037a68f9") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f8d2dba-7913-4564-8fc0-55b379f17d83") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "daca49c7-bff3-434b-8d0f-01402043332a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(U1A--)") + (pinfunction "X1") + (pintype "input") + (uuid "be2de731-cc7c-4c5a-88e8-b014bab321e7") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "X2") + (pintype "input") + (uuid "3e20765f-f698-4800-9e8d-122024c66795") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(U1B--)") + (pinfunction "Y1") + (pintype "input") + (uuid "e1417e92-b3ff-404e-ad34-7a2630d34aa7") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(U3-Y2)") + (pinfunction "Y2") + (pintype "input") + (uuid "843cfb49-d63b-4a3a-887e-686f4158c33f") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "-V") + (pintype "power_in") + (uuid "5c5e76f3-fb10-48e7-8663-be9c146573d4") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Z") + (pintype "input") + (uuid "87dc6397-75ff-4cba-a8f7-e4bc685d7532") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(U3-W)") + (pinfunction "W") + (pintype "output") + (uuid "ee24d53c-beb0-40a1-93c5-d17f594a2878") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "+V") + (pintype "power_in") + (uuid "e2631081-f4f7-4e26-a19e-d231ee59fe1f") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41c1b") + (at 64.066 143.256) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (property "Reference" "U4" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "d315c305-0183-4ffa-af2b-6785da8339ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AD633" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "e3914aee-52a8-4ff2-b749-26e1ced6ab51") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "503dbe5a-5020-41cb-b8bd-d0447795a66b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c384d6f1-1c7b-4888-b5d9-cfc09b37f5b4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Low Cost Analog Multiplier, PDIP-8" + (at 64.066 143.256 0) + (layer "F.Fab") + (hide yes) + (uuid "16a12c40-31f2-4aa6-9060-904f2e1a5167") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8460465f-0787-488e-808a-c7541e894ff2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"AD633\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6518e89d-56de-43b4-aa37-69541c1c0110") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "548b290e-b22c-4a51-907b-061be6397678") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609d2173") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2feb218-aede-420a-9061-a2ce6b41432d") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df355b7d-036d-4236-94d5-4fca5ecf30c3") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e9f1cb7-f5de-4ed9-bd5a-7f98ef96b63f") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd72fec4-a684-46b0-b58e-a97d1cf45b6c") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37593bff-8574-4b21-834e-27a2674e8004") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "732f06d2-a4ca-4951-8aee-723e82648f33") + ) + (fp_line + (start -1.1 -1.55) + (end -1.1 9.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "05b0d3f2-93ef-44ec-9280-c24c265f3eb7") + ) + (fp_line + (start -1.1 9.15) + (end 8.7 9.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "458319ef-cdf8-4913-bd6c-eb5ad3fdcd12") + ) + (fp_line + (start 8.7 -1.55) + (end -1.1 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc000b7e-069b-4165-9e82-87ad03109e3b") + ) + (fp_line + (start 8.7 9.15) + (end 8.7 -1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33b958cd-430c-483a-8022-1761da917611") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e813093-f036-4d73-a8bb-95fbc5e131d0") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e182d62f-daaa-4b6e-a155-06b26c2d6478") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c0c91d8-4d1d-4d63-950d-8b7ac8da8159") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10c38f6e-3d41-46e3-84a5-7ecb50c34527") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5aa72e58-3958-49f1-a229-c91208f61479") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "50ad47c5-b418-4888-8399-5f8154b329ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(U2A--)") + (pinfunction "X1") + (pintype "input") + (uuid "aacd00ea-a9a8-4fd0-9b57-3acf25ffdaf4") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "X2") + (pintype "input") + (uuid "67518635-39e0-4493-ad90-816fe304a84b") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(U2B--)") + (pinfunction "Y1") + (pintype "input") + (uuid "202d6aaa-6a6e-4da2-9199-d020a942c41d") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(U4-Y2)") + (pinfunction "Y2") + (pintype "input") + (uuid "da6057df-bbe7-4022-8342-aac3179836dd") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "-V") + (pintype "power_in") + (uuid "53500c78-e874-40a7-8ed1-91d0a84aed0f") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Z") + (pintype "input") + (uuid "f56dbdda-53b9-4efa-9ac3-06cf4fe2c379") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(U4-W)") + (pinfunction "W") + (pintype "output") + (uuid "79cdd423-9f8d-47ec-9824-ce92f269a4b9") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "+V") + (pintype "power_in") + (uuid "5fac82cf-55d9-4017-bc93-fb1de3d3efb8") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061006ffa") + (at 64.516 91.3104) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U1" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "fb55825a-f576-4f90-85aa-ad6bf79d4fa1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TL072" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "6515d75b-65ab-4690-8d98-8facafa58e40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0fec190b-0a0d-4ca2-82eb-a42d84736299") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cadfe936-6798-4d8a-b249-6ebe62197fbe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a972d39-c9eb-4742-af46-7a1666afb83e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061008c18") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a97b8d5-a83a-45ab-a10f-bf5ad7417f59") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5f66871-f079-467f-9d5d-165e3a5f6a80") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2137cb7d-3262-4839-a30a-554cd2d9d5c2") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5fe0836-d2d2-42c0-b8e2-107f7a54826a") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "028b06ba-bb54-4176-89d4-0e2db3b06b5c") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a559aefd-8d4c-4a3a-bca2-0bba60e2a064") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b6a7b39-83ba-4a77-8500-1f8e903c9fa5") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c52be117-3363-4a47-9b1a-83cd9bffcb38") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c729a60-4b83-4f8c-9920-25320c9a00cc") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4d10489-7d1b-4233-8b05-69f7993305ab") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdaff4d4-a84d-4261-be36-e438cf187f7c") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e643e76b-97ef-47d2-89d4-48b8deaeb6ba") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88f81e15-7f8f-4bda-b2e6-cbca72085ef1") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88e5a599-5a70-4b94-87a0-0fa4c1994716") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67ce7135-5550-41ef-b6cd-ea739da0f53b") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8087baa-8988-4809-9057-71d9057b324b") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e3f9804-1654-49d4-b49b-be0a41e54c57") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b95bdba7-ff96-4f3c-ace6-730682ad7794") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "955c5cae-4210-4791-9ad6-7cfc63fc99a7") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9484e802-8282-4f6b-acfd-acf5ab2844b3") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab7daad6-15bb-435e-9b60-5716f35eda17") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "567c854b-2a53-4961-af62-b063cb8ec46f") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "96b303dd-bc73-4269-aa89-6ef12dbf17d8") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "b01c9f78-8c47-4864-ad1a-d01eedaac275") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(U1A--)") + (pintype "output") + (uuid "da91834e-e4e2-4899-8620-d58f97fdb9d5") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(U1A--)") + (pinfunction "-") + (pintype "input") + (uuid "ef58d1c4-b1f0-4933-9229-5a8fc7ee2411") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Xa") + (pinfunction "+") + (pintype "input") + (uuid "a47b5e61-4234-4559-8062-de1b9167eb91") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "f0a9f77f-c696-4946-af98-14772f4bea56") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Ya") + (pinfunction "+") + (pintype "input") + (uuid "f53752c4-8f07-4cfe-9c34-034fc46339f8") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(U1B--)") + (pinfunction "-") + (pintype "input") + (uuid "bcf20a94-41cd-4d26-802b-1ddd1daae6e2") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(U1B--)") + (pintype "output") + (uuid "c1de1c99-0126-42f9-8afa-e09925a95390") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "0de6b733-ca47-4e42-9d37-fdf327b4e024") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006100701e") + (at 64.516 125.974) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U2" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "b681b056-edc6-4c33-b350-80bc6b838751") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TL072" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "50cc1148-2f28-40e5-8246-d5afb305f7ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4657677a-f349-47e4-a207-9595352878d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af3f1adc-ece7-4193-9d5d-b02d96dea8be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2584f632-4ffa-432a-b00e-324a3f5f4b97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006103b81b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc2c2d0d-b066-447f-875c-a06eb3095a20") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "684789e9-dcdf-4eb6-9788-32312aa28c28") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fa356db-230e-4156-8993-d0788b5282cf") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a708f03c-0f21-40dc-815c-d79840d15f38") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1eb650ef-65ae-4c86-b142-1451fcf503e9") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a8f0550-13b8-4292-9bf6-be09c1d1cbac") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6daee25a-b489-4640-be3f-bd61d7239cdc") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37c2403b-5aed-491b-aaca-fb9dc035e0dd") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f7743f6-01ab-40a3-a88d-5edf894389d4") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6fb0a59-ec51-466b-9350-bfc883534909") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a446fe7a-f957-4bfa-8850-b4a130b48bdf") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b0ca970-7464-4b26-a939-3b93125d3dbc") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4dd22892-333e-4872-9aaa-7b31c92e80a0") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86905e72-1a75-460c-aa57-6824a6d64519") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99bd38a2-316c-4d5a-a6e0-f91d698baab9") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b989091-2f37-4ee6-8967-fed93a50fcf5") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55f17cae-6a79-4f40-ba78-e8c01a4987af") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eeae8011-4fb2-4e21-acf7-972b326a45d3") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57afd5e3-4054-4f12-9f24-e599710ac8f8") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a94d1d1a-acc0-49d3-a442-4351a4c0ae98") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6b28530-5ea7-4d39-b47e-7b30c9b0cd05") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca65c50f-a415-4cb4-8bac-fb412c386f89") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "359a1334-bd36-4c0c-b021-664473b72584") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "132bbc45-4e1d-4b22-8f17-820ec8a2e647") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(U2A--)") + (pintype "output") + (uuid "691e8985-ef84-4e0d-9d4a-2fd566cd8601") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(U2A--)") + (pinfunction "-") + (pintype "input") + (uuid "6b607248-f4ac-4e61-ae2d-9b6c3ad4d9bf") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Xb") + (pinfunction "+") + (pintype "input") + (uuid "9dcea09c-dda9-4799-878a-865a9d8c9488") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "af5d7552-ef40-4c87-8ad7-8eab36655c3b") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Yb") + (pinfunction "+") + (pintype "input") + (uuid "38c9b6db-19f9-4ee0-8f0b-2912dd262a40") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(U2B--)") + (pinfunction "-") + (pintype "input") + (uuid "00382fd6-4ce6-4a63-8542-21344447d424") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(U2B--)") + (pintype "output") + (uuid "637d76ba-4cbc-42e8-a7b6-666df1dbeb2b") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "ad4d2b52-b8d7-4ac7-b75a-7d8d9a70fba1") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000610070ae") + (at 64.516 108.642) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U5" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "67d50737-d6e9-4c0e-9bc7-96c2c0f67f2f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TL072" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "65bd4c8b-62b9-4775-aa1e-732866a9e44f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2994e262-e893-41f3-9fd2-7da9fe0395d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e09ebefb-eca4-40e0-8ce4-01582070f88d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "842b647f-1873-4b59-a0aa-bfc1fcf76c83") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006103d3ba") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78828697-6cf2-4fe3-b07a-4f8618be2b20") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb6d2a9b-1c4a-4f46-a62c-4c5a2d2a0293") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b31c1718-1b83-41ad-b0e3-c3989373a8de") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fad41504-21a3-4963-a605-7eb86679a570") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba13a53d-c144-4846-aab8-640bdceae7d2") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4345c728-53de-439e-86f7-ccd86ba41055") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "096c9574-2b02-4fad-b87e-d1909679e1f8") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b8cc460-e4b8-42dc-9ad3-63dffd7ebd69") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4135f24a-2527-44da-b0fa-8e0ef3788848") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d3a8832-ab53-42fe-8f8f-bebe101d5d15") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c68e0e0-ab5e-463d-b502-403cd94c9391") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "37688d9c-a8c0-4c41-b77e-95743e598224") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0aee7bab-2aa2-46d7-b285-1795e4f1f188") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01339f89-afe2-4394-9e7c-f96b1f56b83c") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37b93f3b-1b67-4720-a6ce-bf78f37bb928") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6c928fd6-5e86-4252-a066-29596c230a37") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3bc851b9-5f33-4b12-8e46-14fb3d8acc5b") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "246908b7-4a7a-4baf-85b5-a0c17e92bb66") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7a3f482-dd5b-4f28-9484-9063050f4275") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c036f849-63bd-4605-a600-018084d90fd8") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98df09b1-3cb9-492f-bf90-9a6970597de8") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a4345c9-a46d-462b-870f-b53690b7cdb3") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02c6bb36-3abf-4125-9d0c-f1e113fb63b8") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "00d7447a-36d8-41bd-9122-21411e4cd4a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "OUTa") + (pintype "output") + (uuid "61178237-d973-4fd8-8aa6-33924bb0281d") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(U5A--)") + (pinfunction "-") + (pintype "input") + (uuid "0990fb2b-5cf9-4488-99db-a5ac313c6ba6") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(U3-W)") + (pinfunction "+") + (pintype "input") + (uuid "d42c8fe1-d80b-42dd-ba47-e32d704927ab") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "875dd0cf-3443-42f4-986a-8109f6018a4d") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(U4-W)") + (pinfunction "+") + (pintype "input") + (uuid "28d38593-e353-45c0-98ee-997302e957ae") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(U5B--)") + (pinfunction "-") + (pintype "input") + (uuid "0011eba4-2335-4f6c-bbdc-0d4e24f9d187") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "OUTb") + (pintype "output") + (uuid "1b41a7d5-c66a-4675-964f-ab9b64b279f8") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "6932e9ac-3bd7-4b81-9295-bbe0610a5185") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061043665") + (at 88.9 114.3) + (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x03 2.54mm single row") + (property "Reference" "J3" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "2daa82d8-37ee-479c-9f69-90f663d8f0cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "01x03 Female" + (at 0 7.85 0) + (layer "F.Fab") + (hide yes) + (uuid "fe78b4b5-e39e-4362-b2c8-b00c9a15cd4d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a0e85b9-2e00-437e-8c7c-7b006b2ac81b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c233c0e-7815-4964-9a36-2d23a6a89a79") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 88.9 114.3 0) + (layer "F.Fab") + (hide yes) + (uuid "d43434fa-3d47-4645-b84b-6048919bd145") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006105072e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f5050f8-f8cf-4d72-8ea3-c19d5d5a40b2") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08504dc3-3cf2-42ce-93fd-e527dc938fc3") + ) + (fp_line + (start -1.33 6.41) + (end 1.33 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cd4a751-3d02-4474-bc2e-d82fa0230856") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb22ea0-00c6-4f88-b2d8-9309e084815d") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29791d20-0f3d-4c62-a724-5bae2777a4cf") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db87d5e4-2ed6-41ce-a35f-5f9cd8f206c5") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a08e1cc-802f-40a7-afd7-1c39e4a68632") + ) + (fp_line + (start -1.8 6.85) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33754614-f3c6-4153-941c-d61a74813c1c") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "59f0a294-d601-434d-aa3f-6a65f1e77962") + ) + (fp_line + (start 1.75 6.85) + (end -1.8 6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "44a0a867-b683-458d-82d2-70b436e6955e") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50de58c8-c20e-4c8c-b412-64214225bf0c") + ) + (fp_line + (start -1.27 6.35) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12cc5664-7335-4eea-be77-edb9a3296378") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd42af25-c165-42b8-95e9-dbccef1c3fe0") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a8efc15-7a02-42c5-9439-f9c671b3489a") + ) + (fp_line + (start 1.27 6.35) + (end -1.27 6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "652b00e3-c56f-451a-bf51-4b263f2c96b9") + ) + (fp_text user "${REFERENCE}" + (at 0 2.54 90) + (layer "F.Fab") + (uuid "90cd3dd5-2ee6-42bd-92fe-82e38628c887") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Xb") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "00532bf5-4e88-47dc-a733-b1de12161571") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Yb") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "2c65ac27-a795-4b7a-99e6-97d7510946b7") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "OUTb") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "7623b222-b3fe-49e2-a68e-45eb1648bd07") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000610441de") + (at 52.87 90) + (descr "Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x05 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "6f85dff3-2a09-4265-9f23-68835f22e523") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "01x05 Female" + (at 0 12.93 0) + (layer "F.Fab") + (hide yes) + (uuid "01b09afe-6bc2-472e-90e3-2aaabddaef01") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56638710-4d3c-4de8-83c0-80bbf7782231") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5e85064-41b0-4ad1-9abb-04ed43d6d9e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 52.87 90 0) + (layer "F.Fab") + (hide yes) + (uuid "82bbe9b1-1c2d-46cb-bb8f-d5c92a97ebb7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061044027") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c146d12-8b3d-44b2-a37f-c6cf7c532311") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd513ded-0e75-4611-b349-f43faa755c0f") + ) + (fp_line + (start -1.33 11.49) + (end 1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3dcc34d6-6d65-49f7-917c-08766bd494a5") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf33c953-ae74-4407-80e2-99b4225436ac") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b3dca24-0c62-4524-91b2-46a943f29b13") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41e1f82e-ecf5-40a3-a1c1-2c0b48c6732c") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc7d2f62-bf46-4413-8910-00edf747b573") + ) + (fp_line + (start -1.8 11.9) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d0b8d05-ef4f-4af1-a7da-35dec8f5792b") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 11.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e0351507-1d50-4134-b816-9ef8a59e909e") + ) + (fp_line + (start 1.75 11.9) + (end -1.8 11.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "857d0388-79b4-49e7-8356-0c4de4ed2d4e") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8a80201-176c-4888-8c33-b6b23108f1b2") + ) + (fp_line + (start -1.27 11.43) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6f9e302-637f-4546-9f19-6da455188793") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "493160c8-30b3-418d-a1aa-ab916d2808d4") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6c5bd529-c618-462b-bd37-0ab2a0e46513") + ) + (fp_line + (start 1.27 11.43) + (end -1.27 11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f2f66af-46ef-4dec-b2e1-1b8b0f6c5f8c") + ) + (fp_text user "${REFERENCE}" + (at 0 5.08 90) + (layer "F.Fab") + (uuid "31761c58-edc0-45df-bc7e-af64262c2ae5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "+5V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "1fdf3ab1-9655-4064-af17-5563fab17733") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "83c814b5-7993-4145-bcc6-ae83f3873aae") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Xa") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "ddabb202-b7a1-4ed6-8e3b-241e2b78f785") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Ya") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "41c83ded-3a2d-4e8e-9567-321a51e60984") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "OUTa") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "2915edf0-869b-455d-979e-2d44871b351c") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061044f55") + (at 71.882 156.972) + (property "Reference" "REF**" + (at 0 3.556 0) + (layer "F.SilkS") + (hide yes) + (uuid "8c69e986-402a-4bc2-9258-97c868a4e43e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 0) + (layer "F.Fab") + (hide yes) + (uuid "de7060ae-46df-4df2-a84f-976ff4f6f3f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "624476e8-6244-4002-b6e3-f6cb18fcc9ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37cf6b64-089e-4a5d-a421-b9171e49bffb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "279e9cde-41fb-4135-bd8e-c9d5c83fa4b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "R02" + (at -8.83 1 0) + (layer "B.SilkS") + (uuid "11d3c65b-5551-4ca1-bbc1-688080f14f21") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "B.SilkS") + (uuid "63a93977-acf5-4343-9333-30d2ab5da79f") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "produkt" + (at 8.62 1.02 0) + (layer "B.SilkS") + (uuid "e11c23fb-6bca-40c8-98b4-6fa778d7ca69") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "produkt" + (at -8.54 0.99 0) + (layer "F.SilkS") + (uuid "3094f662-e6eb-430d-b7b7-1f31826c6d3b") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "F.SilkS") + (uuid "592c2d10-4e78-4ae7-80c7-25e21b5a6449") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "R02" + (at 8.8 1.02 0) + (layer "F.SilkS") + (uuid "c3b304d0-946f-40bf-9f79-85c3b8baf061") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41a93") + (at 80.264 57.404 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J1" + (at 1.27 6.1 90) + (layer "B.SilkS") + (uuid "e1318a43-19f6-425b-8c62-cb3cb1efba2f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10 Pos" + (at 1.27 -16.26 90) + (layer "B.Fab") + (uuid "763d54e7-d840-45fa-92c8-5cd09e95a12f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03e1d6ec-8e2a-4bde-8ebc-ece93017de93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5da06587-0f56-4102-95d5-8f738977a0d3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 80.264 57.404 0) + (layer "F.Fab") + (hide yes) + (uuid "14fbee14-ef92-48de-b142-737d9f4b7ba9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5cfeccc4-d4ee-4539-956f-fac82a501ef9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "bbd972c3-8878-42a1-8ee1-0c7ede52890a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"J\" model=\"IDC Header\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b91dcb0e-5260-4414-af04-852ee6c211ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "1f30c751-af68-43c7-8a29-5bff7f09a15d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060e46c2e") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1691fd1b-5220-4004-9654-f82f3ec47c9b") + ) + (fp_line + (start -3.29 -15.37) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aaac33b9-2ed3-43b5-a702-1e7a4f8f4f13") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0b0e829-e2d2-46e9-8805-9570ae06f04d") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ccb9f0d6-d5a2-440b-bc01-d06102303e90") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "83fdc0a2-3349-4635-97e2-b24784735bf3") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e59c3e98-dd46-4473-a09b-fa1a462ab6e4") + ) + (fp_line + (start -3.29 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "532fc14c-20c6-4d3e-809f-a3c6ee023bad") + ) + (fp_line + (start -1.98 -3.03) + (end -3.29 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bdc1a193-31a0-43b4-b2d6-28b00b0493a6") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7714d35-45e4-434f-9097-e94c0c4721a1") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9701c303-93ad-4b42-87a2-34539d32b0c4") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c43c3ed9-2358-4df5-8fa9-f409a1e67b02") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "44837a65-a30c-4fac-abc3-59e00dbfaa8d") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c46ad95-d2b0-4566-bfb7-bd1fa9ddf623") + ) + (fp_line + (start 5.83 5.21) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eac6a28e-e224-4e6f-ab6b-26ded772e2a6") + ) + (fp_line + (start -3.29 5.21) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "189838bb-f390-4142-ab6e-616c848ab0ca") + ) + (fp_line + (start 6.22 -15.76) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "686729d2-cb93-4f5d-af4b-ac45c19dc068") + ) + (fp_line + (start -3.68 -15.76) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "25f6b4b6-38b3-4a5d-bcc1-16ca36447d5e") + ) + (fp_line + (start 6.22 5.6) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3f38edb9-181f-46b2-9096-dad84aabcfff") + ) + (fp_line + (start -3.68 5.6) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "88ee6f05-0bf9-4eeb-bb55-d51b856d8cab") + ) + (fp_line + (start 5.72 -15.26) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d7dbb0e-7b0b-4548-8f01-03125ce24ef8") + ) + (fp_line + (start -3.18 -15.26) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c1bdb1d3-0903-427c-8a0d-43f1c0ddbb10") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2f83a4ec-0391-4e6f-bbcb-a0f1e3adb4ad") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "044738d6-92fd-42d9-8d05-87268044a381") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8b2c926e-213e-4c72-97ba-5c61d2978374") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "68c3b4a0-2e92-4f89-8052-5aad12c18b15") + ) + (fp_line + (start -3.18 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "74142641-2b54-40d1-9149-ff72f46202dd") + ) + (fp_line + (start -1.98 -3.03) + (end -3.18 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9743fe9a-36a1-44e4-998d-8c5958c78809") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0169790a-1fae-46bc-98bc-126b7e5aaa15") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e572717d-d4c2-44aa-b467-d383ff776645") + ) + (fp_line + (start -3.18 4.1) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb0676cd-0ca7-4ede-a47b-061d3f3d000a") + ) + (fp_line + (start 5.72 5.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c2193777-583e-451d-a8ea-502169774b2c") + ) + (fp_line + (start -2.18 5.1) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38aed3d6-2392-480b-865a-335ff9c36662") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 180) + (layer "B.Fab") + (uuid "4d77505a-c3a3-4a91-b8b8-84388c16819c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 6 "VN") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "ca2d70bd-6680-45f8-b1d1-d573dfd1c876") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "1f8196eb-0b7d-4bfe-acb4-25e1b35d7f75") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "VP") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "746ef6fb-145c-4f5c-9367-0ec464e61569") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "VP") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "19a60fe6-96fa-430e-a449-69a620244e27") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "11dea045-dbdc-462f-9664-dae8af21c723") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "df14faa2-e5f6-4ea6-bed0-504e2bf45ea0") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "aa6bc0ad-3e96-4b6a-98e1-f406ecc988ab") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "f198797c-337c-4274-9342-a8b9727261cf") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "9330da60-ce28-4135-99d4-6bf6768e2c64") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "180b2b06-9d11-4ecc-8380-e666cfe70966") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3386P_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41b84") + (at 84.836 72.136) + (descr "Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf") + (tags "Potentiometer vertical Bourns 3386P") + (property "Reference" "RV1" + (at -0.015 8.555 0) + (layer "B.SilkS") + (uuid "4a95fab8-5234-4984-915b-2b89880e8604") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at -0.015 -3.475 0) + (layer "B.Fab") + (uuid "b106be6f-7eea-469b-ab32-f4dcba04c8b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "14a455ef-056d-4568-8cff-694a10e14afc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e285f61a-4553-4b48-8b14-1c3479245dfd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9a576f9-e853-4856-bb79-4ddf5371ea1d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c21dfebf-14cf-461f-856d-f2f6ea8eecae") + (attr through_hole) + (fp_line + (start -4.9 -2.345) + (end -4.9 7.425) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb1707e7-31f6-46a8-88ec-d71b3b9d1c98") + ) + (fp_line + (start 4.87 -2.345) + (end -4.9 -2.345) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7437c112-a4d2-44d8-a3f1-2534bb2e2b21") + ) + (fp_line + (start 4.87 -2.345) + (end 4.87 7.425) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1acce47-ab6c-4af7-b6ab-1cda492f7535") + ) + (fp_line + (start 4.87 7.425) + (end -4.9 7.425) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "28ec1c1c-66c2-43b5-bb70-ee1ba51793fb") + ) + (fp_line + (start -5.03 -2.48) + (end -5.03 7.56) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0d1f5eab-5284-4ee3-a50d-70a8338aea29") + ) + (fp_line + (start -5.03 7.56) + (end 5 7.56) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5d73f36a-d078-47e6-b83a-36adb2404090") + ) + (fp_line + (start 5 -2.48) + (end -5.03 -2.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d543d19d-e349-441e-9265-f9ec637da209") + ) + (fp_line + (start 5 7.56) + (end 5 -2.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2d5d958e-7c6a-483e-8a05-7fb629fd2cec") + ) + (fp_line + (start -4.78 -2.225) + (end -4.78 7.305) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2cccf445-cc47-46e6-be3f-b53a26426a98") + ) + (fp_line + (start -4.78 7.305) + (end 4.75 7.305) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7a702236-b112-4315-97fe-13ff8399c555") + ) + (fp_line + (start -0.89 4.099) + (end -0.891 0.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4fbaf5ae-054b-44af-88c3-04267fbe5006") + ) + (fp_line + (start -0.89 4.099) + (end -0.891 0.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "da86d435-32fb-4f9c-b0a9-b9bfd24b74b1") + ) + (fp_line + (start 4.75 -2.225) + (end -4.78 -2.225) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5565acd0-46b0-4ec5-9f8c-8ee5f4200b63") + ) + (fp_line + (start 4.75 7.305) + (end 4.75 -2.225) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "52599570-b9c0-4dab-847d-324fff0a5a4c") + ) + (fp_circle + (center -0.891 2.54) + (end 0.684 2.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "7adb46c4-8089-44dc-a6e3-f181bf7677d7") + ) + (fp_text user "${REFERENCE}" + (at -3.78 2.54 -90) + (layer "B.Fab") + (uuid "43e343c5-965e-4424-9862-84c58f053223") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "1") + (pintype "passive") + (uuid "3fb2b88f-ace2-4423-adec-77d8ccd9ff29") + ) + (pad "2" thru_hole circle + (at 2.54 2.54) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(R7-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "b79fea9a-df70-4bf3-bd60-525b0bdd466b") + ) + (pad "3" thru_hole circle + (at 0 5.08) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "3") + (pintype "passive") + (uuid "775e3dc0-0b44-4330-8ea1-8c73b4905b6e") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3386P_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3386P_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41b9b") + (at 84.836 136.144) + (descr "Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf") + (tags "Potentiometer vertical Bourns 3386P") + (property "Reference" "RV2" + (at -0.015 8.555 0) + (layer "B.SilkS") + (uuid "be21c207-5d4e-4220-a888-a49c3572a78a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at -0.015 -3.475 0) + (layer "B.Fab") + (uuid "4909596a-a000-4d5c-9e26-a4e0df622dd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34a3dc02-e1d1-4669-9b69-67f742a74428") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87dd3c2d-5299-4ced-a4e9-ea697dbe07a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26a52503-b559-4707-9f9a-0fe21768925a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1e57a74e-0b00-4b3d-9315-89c64e9eac1a") + (attr through_hole) + (fp_line + (start -4.9 -2.345) + (end -4.9 7.425) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0efb7d8-7f6f-42e3-b851-3a6b05ba3637") + ) + (fp_line + (start 4.87 -2.345) + (end -4.9 -2.345) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "24854b67-2c39-4d3b-a813-522fc99ee584") + ) + (fp_line + (start 4.87 -2.345) + (end 4.87 7.425) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8992417f-a2ea-42a3-b9a9-1f608b0026d0") + ) + (fp_line + (start 4.87 7.425) + (end -4.9 7.425) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "24419bb2-1edf-4dd1-b88f-b3843fccdeca") + ) + (fp_line + (start -5.03 -2.48) + (end -5.03 7.56) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f05f66a4-6a61-451e-a805-8052592a9ac2") + ) + (fp_line + (start -5.03 7.56) + (end 5 7.56) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d269bc5f-25cc-4d89-ad39-5462d769e1a1") + ) + (fp_line + (start 5 -2.48) + (end -5.03 -2.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "310028ae-0c9d-4e68-98e7-0c98fad11c91") + ) + (fp_line + (start 5 7.56) + (end 5 -2.48) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5ce685b9-2569-4b59-af21-ad2519671217") + ) + (fp_line + (start -4.78 -2.225) + (end -4.78 7.305) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "424ed2c6-8561-47cd-bfe9-b9a0c64cbfce") + ) + (fp_line + (start -4.78 7.305) + (end 4.75 7.305) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0f39ea8e-ced0-4339-923d-9901350dd32d") + ) + (fp_line + (start -0.89 4.099) + (end -0.891 0.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1c447574-2c4d-4ffa-9931-b004ce235dae") + ) + (fp_line + (start -0.89 4.099) + (end -0.891 0.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "31259432-1387-47b5-98ff-f9d5650ce9dc") + ) + (fp_line + (start 4.75 -2.225) + (end -4.78 -2.225) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4e8590ed-cc5a-4865-b064-f409b84df291") + ) + (fp_line + (start 4.75 7.305) + (end 4.75 -2.225) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e17669c9-2406-49c1-8c86-d81c4cc71993") + ) + (fp_circle + (center -0.891 2.54) + (end 0.684 2.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "3bfbf55b-f09b-40d7-a9f0-a7d3c927bc21") + ) + (fp_text user "${REFERENCE}" + (at -3.78 2.54 -90) + (layer "B.Fab") + (uuid "0b5afaf0-0442-4e78-a663-bbb1778114f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "1") + (pintype "passive") + (uuid "ab836a24-439c-41dd-a203-ba62a3eb375b") + ) + (pad "2" thru_hole circle + (at 2.54 2.54) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(R8-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "b58bfa62-781b-40ca-9060-8793d5efc502") + ) + (pad "3" thru_hole circle + (at 0 5.08) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "3") + (pintype "passive") + (uuid "3bf845aa-0a45-4500-a335-f75adcf7bfe7") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3386P_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0589ba54-4873-4d64-9b65-6751f8562dfb") + ) + (gr_line + (start 91.1 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "10eefd0f-eee4-4f4f-ba48-07f56febda98") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "25344282-98f2-4240-ac7b-3bd4cf3479c8") + ) + (segment + (start 59.944 121.412) + (end 61.976 121.412) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "01c00d5f-d3bf-4414-a5e4-9a666d2665a0") + ) + (segment + (start 51.308 109.22) + (end 51.308 109.309942) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "1da1b6b9-3cfa-4a14-9c66-7f44a9692d48") + ) + (segment + (start 51.308 112.776) + (end 59.944 121.412) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "2936816a-d395-40fb-ba43-b385388565c4") + ) + (segment + (start 62.0505 104.7225) + (end 61.976 104.648) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "2dcd8a69-8a2a-4c3e-bd12-583c5c193d3c") + ) + (segment + (start 51.308 130.556) + (end 51.308 111.76) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "2dce5084-b03c-41de-9962-596c6d23c45e") + ) + (segment + (start 51.308 138.176) + (end 51.308 130.556) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "3452dfcc-1c97-472f-9891-4b68b7e7040a") + ) + (segment + (start 51.308 88.392) + (end 51.308 61.468) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "3e879cac-a0ae-44eb-946c-39e6b1ea4784") + ) + (segment + (start 51.308 88.392) + (end 51.308 90.978) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "41583cf5-56e6-4f85-bdff-9e02e5d200c1") + ) + (segment + (start 51.308 131.064) + (end 57.912 137.668) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "41f13a2e-ee42-445c-8bb6-3ae279959081") + ) + (segment + (start 75.184 57.404) + (end 75.184 54.864) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "4f1a04a2-39d8-4201-bc44-8adc42a407bb") + ) + (segment + (start 64.066 145.796) + (end 58.928 145.796) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "52fd0b83-9f10-4c87-9f9b-f79eae35103a") + ) + (segment + (start 72.644 54.864) + (end 72.644 57.404) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "59270fa3-ac22-412a-9f6c-bd1a17eb913d") + ) + (segment + (start 70.104 52.324) + (end 72.644 54.864) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "5d117136-f904-42bd-85ec-fcfdee0f237b") + ) + (segment + (start 51.308 109.22) + (end 51.308 88.392) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "60fbf73a-6e66-4e89-ab02-2c0a311a6101") + ) + (segment + (start 60.452 52.324) + (end 70.104 52.324) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "64e0b232-36c8-4aad-9f74-bd1177ad253b") + ) + (segment + (start 51.308 111.76) + (end 51.308 109.22) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "76d97893-0ab2-474e-85a8-fb3ae90cee72") + ) + (segment + (start 51.308 130.556) + (end 51.308 131.064) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "8ea156b1-dac0-44c1-bdf4-7118ea46a2ea") + ) + (segment + (start 62.0505 109.235442) + (end 62.0505 104.7225) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "925018af-bfff-436b-bff4-761a2f33f7ad") + ) + (segment + (start 75.184 54.864) + (end 72.644 54.864) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "a1d195fc-d26e-4e1e-b3c5-a3d0fcda54f3") + ) + (segment + (start 51.308 61.468) + (end 60.452 52.324) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "aafe8647-a7de-4152-937e-9cb3d8f3056e") + ) + (segment + (start 51.308 109.309942) + (end 55.356559 113.358501) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "ac6bfff8-5d5f-443b-8813-2752ddfc9c45") + ) + (segment + (start 58.001942 113.284) + (end 62.0505 109.235442) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "afd0b173-4826-4fff-80f5-c445e21c0833") + ) + (segment + (start 51.308 90.978) + (end 52.87 92.54) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "bb98f25f-cc3d-464f-8278-a960f149e7cb") + ) + (segment + (start 51.308 111.76) + (end 51.308 112.776) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "c29e3785-00a6-4ef6-807c-80a34bb4d790") + ) + (segment + (start 62.016 137.668) + (end 57.912 137.668) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "d295ec28-0598-418f-a1fd-faff6850fa85") + ) + (segment + (start 58.928 145.796) + (end 51.308 138.176) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "d534231c-0530-4e40-9ae9-93e7d74ac2dd") + ) + (segment + (start 59.869499 113.358501) + (end 60.96 112.268) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "e0c80432-3e0e-4075-97ec-9c196b685787") + ) + (segment + (start 55.356559 113.358501) + (end 59.869499 113.358501) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "ecb316b6-7f86-46cd-9077-d0b9f2426a60") + ) + (segment + (start 72.644 57.404) + (end 75.184 57.404) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "f76a0b5d-80fa-4fea-87ae-8069ecce481b") + ) + (segment + (start 90.63449 139.48951) + (end 90.63449 103.84249) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "00275be2-3b4b-4263-9e6c-96543dc1b04d") + ) + (segment + (start 90.63449 77.51351) + (end 90.63449 60.74951) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "05e2a470-dcbf-4d35-aaa3-55e34826a716") + ) + (segment + (start 77.975999 149.568001) + (end 87.667999 149.568001) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "144544fc-932e-4999-9e9e-078d62fd792b") + ) + (segment + (start 90.63449 103.84249) + (end 90.63449 104.39751) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "1804683e-348c-4eb9-9c71-25a094310344") + ) + (segment + (start 83.312 143.256) + (end 85.852 143.256) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "18cd0371-5eef-482b-b0e2-f90b815566ec") + ) + (segment + (start 74.128 121.158) + (end 74.128 118.912) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "2667d29f-d331-455d-9988-2a879b630b24") + ) + (segment + (start 86.868 143.256) + (end 90.63449 139.48951) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "266bd440-2f20-44c8-9784-195dae7ef659") + ) + (segment + (start 77.176 143.256) + (end 85.852 143.256) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "28f1799e-6713-483a-b2bf-767ff64fca75") + ) + (segment + (start 75.184 57.404) + (end 77.176 59.396) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "316cc77b-5adf-460d-a024-80d923fee520") + ) + (segment + (start 79.208 81.28) + (end 74.128 86.36) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "32dae682-7bff-4461-85fe-3dd0e910ad50") + ) + (segment + (start 88.638479 104.314501) + (end 74.461499 104.314501) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "34bafe48-d447-45cf-b505-705bee10fcd5") + ) + (segment + (start 86.868 81.28) + (end 90.63449 77.51351) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "36195b80-de8f-4df7-b339-718f6edacc93") + ) + (segment + (start 82.764 112.268) + (end 90.63449 104.39751) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "3c4fe24e-d3b2-456b-92d6-66158469e317") + ) + (segment + (start 85.852 143.256) + (end 86.868 143.256) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "40806fa5-6edf-4eef-bad2-ba0bd13816a4") + ) + (segment + (start 90.63449 102.31849) + (end 90.63449 77.51351) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "41f430e6-f928-4d84-b777-5cb789719eaf") + ) + (segment + (start 78.232 148.336) + (end 83.312 143.256) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "452b3beb-ff74-4ecb-8597-12758e13ef1a") + ) + (segment + (start 90.63449 102.31849) + (end 88.638479 104.314501) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "4c19c7ab-7459-4f89-8864-ffbe8468b9de") + ) + (segment + (start 65.256501 72.876501) + (end 65.454001 72.876501) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "5ae61ae0-4802-4ceb-a81b-48c4afd65e2f") + ) + (segment + (start 82.804 52.324) + (end 77.724 52.324) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "5e0e1435-500f-4a81-86bf-9cf25e1863e1") + ) + (segment + (start 65.256501 64.791499) + (end 72.644 57.404) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "6a8d853f-fbf6-49a2-aed0-f467bd87016f") + ) + (segment + (start 88.392 150.876) + (end 90.63449 148.63351) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "70127351-a341-47f2-80b7-3fadbdd58885") + ) + (segment + (start 77.176 59.396) + (end 77.176 73.66) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "71786ab3-1af6-48ca-9c89-d6abdeb458cc") + ) + (segment + (start 77.176 150.368) + (end 77.975999 149.568001) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "74271f92-ba97-4521-a3a4-f864dd74bce4") + ) + (segment + (start 90.63449 103.84249) + (end 90.63449 102.31849) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "773e220f-acec-411f-bc9c-d89e83a5e7d4") + ) + (segment + (start 65.454001 72.876501) + (end 71.686 79.1085) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "78577a50-52f6-404f-b579-770d0b02dfd6") + ) + (segment + (start 82.804 81.28) + (end 79.208 81.28) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "78e09ede-f046-4610-88a2-42a1ef784ee8") + ) + (segment + (start 85.852 81.28) + (end 84.328 81.28) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "7cf59104-c186-4fe0-bbfb-c0e4d424d40c") + ) + (segment + (start 65.256501 72.876501) + (end 65.256501 64.791499) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "8505d120-54a0-47f4-9b72-22c317752e08") + ) + (segment + (start 74.461499 104.314501) + (end 74.128 104.648) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "8ea09dd5-9bbd-4402-8ec8-2386fc41fd28") + ) + (segment + (start 74.128 118.912) + (end 80.772 112.268) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "9432f5fb-5e6a-4ae7-84c8-c2e50ea7278b") + ) + (segment + (start 78.74 65.024) + (end 78.74 60.96) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "9ed5e9af-71d5-4464-9baf-09e04c3f6154") + ) + (segment + (start 77.724 52.324) + (end 75.184 54.864) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "a0cda1ea-f919-4d38-a198-2dfb35d6cc6f") + ) + (segment + (start 80.772 112.268) + (end 82.764 112.268) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "a8f7bbb4-1b7b-4286-8c59-fc07267593a3") + ) + (segment + (start 82.804 81.28) + (end 85.852 81.28) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "aa851140-9b3d-4474-9dd1-56ee1a30d476") + ) + (segment + (start 77.176 81.28) + (end 82.804 81.28) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "ae1ed20d-42fa-4d17-b91f-958e4c6816a1") + ) + (segment + (start 87.667999 149.568001) + (end 90.63449 146.60151) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "af8fd662-890c-4ab5-9799-265037f6e207") + ) + (segment + (start 90.63449 60.74951) + (end 90.63449 60.15449) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "b8ee03d4-b5a8-4dd3-b44d-c38136790373") + ) + (segment + (start 65.256501 75.377999) + (end 65.256501 72.876501) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "b93790cf-28f5-421a-989b-e062acaf75be") + ) + (segment + (start 71.686 148.336) + (end 78.232 148.336) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "bdf1f411-27af-44d8-bca3-80e75500f650") + ) + (segment + (start 90.63449 63.24951) + (end 88.86 65.024) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "cd93578f-1337-4798-9ef8-950501935a60") + ) + (segment + (start 64.066 76.5685) + (end 65.256501 75.377999) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "d5903544-0816-42ca-a195-79b78184db11") + ) + (segment + (start 78.74 60.96) + (end 75.184 57.404) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "d770829a-8ab2-4748-9613-e8645e4c76fe") + ) + (segment + (start 90.63449 148.63351) + (end 90.63449 146.60151) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "d8901738-4c18-47d2-bccd-85f66d33acdc") + ) + (segment + (start 84.328 81.28) + (end 83.312 82.296) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "e2e63a8c-a040-4808-87f5-4ddf51542b36") + ) + (segment + (start 90.63449 60.74951) + (end 90.63449 63.24951) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "e2f59b8a-5f5f-4a47-8cc6-320d42ab4f9e") + ) + (segment + (start 85.852 81.28) + (end 86.868 81.28) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "eafdf96a-371d-4707-83af-692e19c01ec5") + ) + (segment + (start 90.63449 60.15449) + (end 82.804 52.324) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f4721e77-43ed-44c3-99de-c579daed4f54") + ) + (segment + (start 90.63449 146.60151) + (end 90.63449 139.48951) + (width 0.381) + (layer "B.Cu") + (net 1) + (uuid "f6389b49-b538-464d-ae9b-be647a9061cf") + ) + (segment + (start 84.836 72.136) + (end 84.836 66.548) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "07b91a78-28f6-4e7c-8c40-c38bd19ba2e8") + ) + (segment + (start 90.424 85.852) + (end 90.424 127.508) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "0f1525b6-ad2f-486f-a090-8e573f6bd4a9") + ) + (segment + (start 86.36 66.205) + (end 90.424 70.269) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "1194e23b-26d2-416e-a3ef-64e9323fffea") + ) + (segment + (start 77.216 71.12) + (end 74.676 73.66) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "1490f8be-5bf1-4710-9739-7ee1888ba089") + ) + (segment + (start 72.136 108.642) + (end 72.136 105.156) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "2a58d198-0f1e-43ec-8d99-be4bded62215") + ) + (segment + (start 85.317 62.8) + (end 86.36 63.843) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "2c4e9108-a375-469b-bed1-b5fdb778b127") + ) + (segment + (start 71.628 86.36) + (end 71.628 90.8024) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "34c0068d-fbac-4443-a566-133c1d9ed955") + ) + (segment + (start 72.8185 85.1695) + (end 71.628 86.36) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "3fb6daf6-7ce5-4225-9508-7b4e0b5522c4") + ) + (segment + (start 84.836 66.548) + (end 85.1695 66.2145) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "4aa5f236-37e6-493f-a18c-560ae95fc093") + ) + (segment + (start 82.1215 66.2145) + (end 77.216 71.12) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "5c38dac0-e0dd-43c6-a0aa-ed19d78602c9") + ) + (segment + (start 90.424 85.852) + (end 89.3335 86.9425) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "5fb82604-2741-4874-b6b9-0d5ed69f4f04") + ) + (segment + (start 86.36 63.843) + (end 86.36 65.024) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "695d3941-fa8b-4ab8-a9ab-8a241a75c3ef") + ) + (segment + (start 71.628 103.124) + (end 71.628 104.648) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "6d471f74-6793-418d-9251-bad0110225b4") + ) + (segment + (start 84.836 133.096) + (end 74.676 143.256) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "6f67ed64-5312-4328-b434-b3e8d2fc1efc") + ) + (segment + (start 73.326501 109.463557) + (end 78.232 104.558058) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "912ae87f-348b-4637-aff8-eb0302e8c142") + ) + (segment + (start 71.628 121.158) + (end 73.326501 119.459499) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "94473d35-36d0-4d2e-bb3c-52280da6b953") + ) + (segment + (start 73.326501 119.459499) + (end 73.326501 109.463557) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "94f23a89-ea13-49dd-8775-ece64781589e") + ) + (segment + (start 86.36 65.024) + (end 85.1695 66.2145) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "9ab33ba9-730e-4ab4-8d35-9fae0a5a1d9f") + ) + (segment + (start 75.376 62.8) + (end 85.317 62.8) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "a088e8c8-6607-4892-bc89-390052484a05") + ) + (segment + (start 87.8095 86.9425) + (end 78.232 96.52) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "abc3f361-0688-42e8-ac54-ff82e7d21ca5") + ) + (segment + (start 71.628 90.8024) + (end 72.136 91.3104) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "acec5ef9-9dd5-4f6d-b1ee-0f8969c10597") + ) + (segment + (start 78.232 104.558058) + (end 78.232 96.52) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "b76e707c-ff03-4609-a7ff-d1e419a59a9c") + ) + (segment + (start 89.3335 86.9425) + (end 87.8095 86.9425) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "b98ce452-8306-48b1-928c-277e8158711c") + ) + (segment + (start 72.136 121.666) + (end 71.628 121.158) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "ba5c772a-feb5-46f8-bcf7-1da662b1fc37") + ) + (segment + (start 90.424 127.508) + (end 84.836 133.096) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "bf72eb2a-5052-4fe0-9be8-08d17e57e54c") + ) + (segment + (start 75.0484 85.1695) + (end 72.8185 85.1695) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "bf9df062-e8ba-4bf2-ae7e-c3efe91bfdeb") + ) + (segment + (start 78.3665 81.8514) + (end 75.0484 85.1695) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "c59fe465-4f0e-46d3-9404-02c58fd3ac11") + ) + (segment + (start 84.836 136.144) + (end 84.836 133.096) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d77cbb94-316e-44e1-864d-78c520fa011b") + ) + (segment + (start 86.36 65.024) + (end 86.36 66.205) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "d9bb2481-5982-40df-98d2-26963aef0b31") + ) + (segment + (start 78.232 96.52) + (end 71.628 103.124) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "dacb2f59-b1c9-4940-93be-c15ae73154e2") + ) + (segment + (start 74.676 63.5) + (end 75.376 62.8) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "e04494cd-0103-48d3-a6ec-610c23f35122") + ) + (segment + (start 78.3665 72.2705) + (end 78.3665 81.8514) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "e2061899-a10e-4cf2-8407-aa0896642a50") + ) + (segment + (start 72.136 105.156) + (end 71.628 104.648) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "e25703a1-505b-4ea1-8c7e-83d85c8e9ebf") + ) + (segment + (start 85.1695 66.2145) + (end 82.1215 66.2145) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "e2b5915e-8a2d-46df-8a44-6a0ccf50d39a") + ) + (segment + (start 72.136 125.974) + (end 72.136 121.666) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "e69b08e7-21b3-4ef7-92a8-8668bb0c7bee") + ) + (segment + (start 77.216 71.12) + (end 78.3665 72.2705) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "e7d69494-3f4d-4c81-816e-befe590dd45d") + ) + (segment + (start 74.676 143.256) + (end 71.686 143.256) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "eef86b5b-d2a6-48df-97c8-aa3ce780aca9") + ) + (segment + (start 90.424 70.269) + (end 90.424 85.852) + (width 0.381) + (layer "F.Cu") + (net 2) + (uuid "feac77c3-2958-489c-a118-2e372262070d") + ) + (segment + (start 74.3075 74.0285) + (end 74.676 73.66) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "623e74f5-f965-4453-b975-89912d32dca8") + ) + (segment + (start 71.686 74.0285) + (end 74.3075 74.0285) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "a6d2425a-ad62-4f0a-9770-1202b62a0cc8") + ) + (segment + (start 72.8765 67.7965) + (end 72.644 67.564) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "0335d5c0-c0ee-465b-8fbc-d71e9fce97ac") + ) + (segment + (start 74.676 81.28) + (end 72.0545 81.28) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "23080884-4537-4fed-96b2-4720430b5532") + ) + (segment + (start 74.676 81.28) + (end 72.8765 79.4805) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "3b4da549-ae53-4287-bc2c-f395f1ab9ad8") + ) + (segment + (start 67.564 101.346) + (end 67.564 117.816) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "407b5ef4-3d50-4124-99c2-c9776da8227c") + ) + (segment + (start 67.564 72.644) + (end 67.564 101.346) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "460a8348-f474-491e-9b05-42318502f4f2") + ) + (segment + (start 72.8765 79.4805) + (end 72.8765 67.7965) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "4f3ea4c9-b203-471d-9358-88a0add051ce") + ) + (segment + (start 67.564 101.56) + (end 67.564 101.346) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "5f29e83a-0e83-4405-bcf7-a97ce9ae92ee") + ) + (segment + (start 64.516 116.262) + (end 64.516 121.372) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "6002b8a6-052a-4f89-8c9a-3b779ebf2079") + ) + (segment + (start 64.516 98.9304) + (end 64.516 104.608) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "73ce2c1b-020c-4876-a0ae-0ca408ad02db") + ) + (segment + (start 81.0429 65.024) + (end 81.24 65.024) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "7add52cf-b758-469a-a88e-0f636f35de46") + ) + (segment + (start 67.564 118.324) + (end 67.564 117.816) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "7ae38152-c062-4006-a3cd-f67e34ca9bc5") + ) + (segment + (start 79.0109 67.056) + (end 81.0429 65.024) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "7bed8bf4-ed36-4eb5-a958-9c43fe1eb3e1") + ) + (segment + (start 74.168 150.876) + (end 74.676 150.368) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "8525a271-9966-4a72-bf87-fc6452437091") + ) + (segment + (start 64.476 104.648) + (end 67.564 101.56) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "85ece8cb-6e57-4081-b463-69176805719a") + ) + (segment + (start 64.516 137.668) + (end 64.516 133.594) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "8b4993ed-2f0d-4457-b875-1901ed08835b") + ) + (segment + (start 80.0495 63.8335) + (end 76.3745 63.8335) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "9030ac57-f20b-453d-b4f8-f3c4ca19de88") + ) + (segment + (start 64.516 104.608) + (end 64.476 104.648) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "9339ca9e-513a-45af-8217-bce8b6402c88") + ) + (segment + (start 83.82 141.224) + (end 74.676 150.368) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "9bf8a883-95b3-49d5-81de-5511613e66f7") + ) + (segment + (start 72.644 67.564) + (end 67.564 72.644) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "9efaea53-41f1-4d30-8f2c-2815f67db999") + ) + (segment + (start 64.516 121.372) + (end 64.476 121.412) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "a2125697-293a-4f2d-976d-817ca0ff3070") + ) + (segment + (start 67.564 146.754) + (end 71.686 150.876) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "a75460bd-933d-454b-92d0-407ce5b7c6c5") + ) + (segment + (start 67.564 134.62) + (end 67.564 146.754) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "a869003f-cd0e-46b4-8b31-91dcdb0d40d3") + ) + (segment + (start 81.24 65.024) + (end 80.0495 63.8335) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "b0bf5a6f-2574-40f8-a666-3f70bcd8fa11") + ) + (segment + (start 67.564 134.62) + (end 64.516 137.668) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "c2105c44-0f60-4d2d-89b4-46150ab6ce8f") + ) + (segment + (start 71.686 150.876) + (end 74.168 150.876) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "c71d4030-9170-450f-b487-6892cf6f45b0") + ) + (segment + (start 74.676 67.056) + (end 79.0109 67.056) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "d404eee4-6fc3-4e87-89fb-faf66f276778") + ) + (segment + (start 67.564 117.816) + (end 67.564 134.62) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "e45cc400-8bc2-4085-8242-acfac01c62af") + ) + (segment + (start 72.644 67.564) + (end 76.3745 63.8335) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "e58becbd-1059-434f-bdc8-4b55bcce46b2") + ) + (segment + (start 72.0545 81.28) + (end 71.686 81.6485) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "f0473b4f-e885-4c47-a40b-1d92bd031fdf") + ) + (segment + (start 84.836 141.224) + (end 83.82 141.224) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "fb6211d8-65b5-43b5-804f-6622c06b4543") + ) + (segment + (start 64.476 121.412) + (end 67.564 118.324) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "ff6ca827-8e84-437c-ba31-840a376081cc") + ) + (segment + (start 84.836 77.216) + (end 78.74 77.216) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "698e310d-1718-471f-9dc4-dd93dd541d8e") + ) + (segment + (start 78.74 77.216) + (end 74.676 81.28) + (width 0.381) + (layer "B.Cu") + (net 3) + (uuid "f4661ee8-ae75-4a8b-a80e-c74107efa501") + ) + (segment + (start 52.87 90) + (end 52.87 67.526) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "c75cedf9-a773-40ed-a36d-649e29f1f9a9") + ) + (segment + (start 52.87 67.526) + (end 62.992 57.404) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "ce93dd92-45be-4a7e-9619-8bbf9e18874d") + ) + (segment + (start 70.104 57.404) + (end 62.992 57.404) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "d94ec4a3-47dd-4f61-8a35-f48cadfc2bff") + ) + (segment + (start 70.104 54.864) + (end 70.104 57.404) + (width 0.381) + (layer "F.Cu") + (net 4) + (uuid "e2b55141-13b3-4a1e-8e4f-c68a0f24390f") + ) + (segment + (start 72.7185 62.4095) + (end 77.724 57.404) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "16ca3779-b05d-4a1d-8cac-8324f7e4f65c") + ) + (segment + (start 69.596 63.5) + (end 70.6865 62.4095) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "5273a1f4-d1aa-4906-8792-5732d49c971b") + ) + (segment + (start 77.724 57.404) + (end 77.724 54.864) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "924b3bef-afde-4c65-9d19-42e4424628b1") + ) + (segment + (start 70.6865 62.4095) + (end 72.7185 62.4095) + (width 0.381) + (layer "F.Cu") + (net 5) + (uuid "bec2dd20-f7ad-46af-a04a-e073848cdeaf") + ) + (segment + (start 80.264 57.404) + (end 80.264 54.864) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "3f39cc04-1ae4-404e-ad94-998c5d1b361b") + ) + (segment + (start 69.596 66.9661) + (end 77.9176 58.6445) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "3fa1730c-493d-48c5-a25b-d14167286040") + ) + (segment + (start 79.0235 58.6445) + (end 80.264 57.404) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "5ae55455-8870-4c2a-9fc4-2854c5dc4563") + ) + (segment + (start 77.9176 58.6445) + (end 79.0235 58.6445) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "9d366f39-1781-424d-901b-5c6571326bd7") + ) + (segment + (start 69.596 67.056) + (end 69.596 66.9661) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "d942d65d-f73a-4360-b9c8-0d3bec93b71f") + ) + (segment + (start 75.692 108.712) + (end 75.692 109.728) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "6de189d0-e20f-41ef-be9a-23df72dc06ed") + ) + (segment + (start 88.9 119.38) + (end 85.344 119.38) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "b1988bd9-9c99-4000-9cd7-4b0e350c8aae") + ) + (segment + (start 85.344 119.38) + (end 75.692 109.728) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "f23df0d4-212a-4ec2-8285-c3c718086a75") + ) + (segment + (start 72.136 111.182) + (end 74.606 108.712) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "7a8d449d-caec-4c0f-9ba7-aa1865409d54") + ) + (segment + (start 74.606 108.712) + (end 75.692 108.712) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "f540eb85-84fe-4ea5-86ad-670429627a18") + ) + (segment + (start 88.89 116.84) + (end 88.9 116.84) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "1146ed02-5da5-40ff-9def-4e62e46dbf83") + ) + (segment + (start 72.136 133.594) + (end 88.89 116.84) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "ebb9a2a5-94f1-468d-a959-5c7cb9ec08b3") + ) + (segment + (start 64.516 131.054) + (end 70.721001 124.848999) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "4784f84d-050f-48c0-9c34-b715765f0b98") + ) + (segment + (start 70.721001 124.848999) + (end 78.351001 124.848999) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "582ce65c-1a18-4833-a959-a81d9919ea72") + ) + (segment + (start 78.351001 124.848999) + (end 88.9 114.3) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "b3ca2a7e-5ac8-41a7-8369-f4b65e44f388") + ) + (segment + (start 63.560999 107.686999) + (end 56.905001 107.686999) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "afc7b975-8959-49e6-8e9f-587529d3e2d5") + ) + (segment + (start 64.516 108.642) + (end 63.560999 107.686999) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "c0840697-40fe-41dd-850d-0cc2fa1e0fb9") + ) + (segment + (start 55.88 108.712) + (end 55.88 103.17) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "c586eeab-b20a-403e-8e25-0af0f9b51c37") + ) + (segment + (start 56.905001 107.686999) + (end 55.88 108.712) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "c79c81e9-5f2b-41e5-8b45-d6604abea9e8") + ) + (segment + (start 55.88 103.17) + (end 52.87 100.16) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "de51c14a-efba-4fb2-b000-ea6f3b556cd7") + ) + (segment + (start 52.87 97.62) + (end 70.8256 97.62) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "b474c731-f863-48ea-85e9-95ac58bace9f") + ) + (segment + (start 70.8256 97.62) + (end 72.136 98.9304) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "c940f1b9-1f52-466a-9c68-a261d8d81aab") + ) + (segment + (start 54.1804 96.3904) + (end 52.87 95.08) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "969130a2-aa2a-4659-84bd-5103f7c7799f") + ) + (segment + (start 64.516 96.3904) + (end 54.1804 96.3904) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "d9378147-8177-46ff-90db-77144ff61f5f") + ) + (segment + (start 55.88 112.268) + (end 57.404 112.268) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "38d1f2b3-5649-4f92-aada-894885b0a738") + ) + (segment + (start 57.404 112.268) + (end 60.96 108.712) + (width 0.25) + (layer "F.Cu") + (net 13) + (uuid "54f8ad3c-dee3-4b70-89a7-06106a5b32ba") + ) + (segment + (start 64.516 111.182) + (end 62.046 108.712) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "27a1ccaf-35dc-4716-8158-c2693d451e74") + ) + (segment + (start 62.046 108.712) + (end 60.96 108.712) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "3ba6b88a-c283-460d-80c4-e7d881226575") + ) + (segment + (start 76.1907 112.268) + (end 79.7467 108.712) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "10870a9b-5623-430d-8bfa-5d295bf7ef03") + ) + (segment + (start 74.238 113.722) + (end 75.692 112.268) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "6e9fce98-8682-4d66-afb6-bbac3ad64b25") + ) + (segment + (start 80.772 108.712) + (end 79.7467 108.712) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "77aac732-3493-4406-b470-397b915d7c5e") + ) + (segment + (start 72.136 113.722) + (end 74.238 113.722) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "9859c874-8615-449e-8ead-be7f6a32dc10") + ) + (segment + (start 75.692 112.268) + (end 76.1907 112.268) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "c247d935-ff17-4078-914d-c0225dc4669d") + ) + (segment + (start 88.392 84.8267) + (end 89.4403 83.7784) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "22241ba3-3937-4e91-ab53-d63530c319b5") + ) + (segment + (start 88.392 85.852) + (end 88.392 84.8267) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "3dd3566b-53ad-4bc0-a37b-0ac5f97e4ffa") + ) + (segment + (start 89.4403 76.7403) + (end 87.376 74.676) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "91d7e76c-99cd-4557-85ef-4278fdfb0375") + ) + (segment + (start 89.4403 83.7784) + (end 89.4403 76.7403) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "95c09add-e439-4bc1-a008-31cb7c46da1f") + ) + (segment + (start 80.772 88.392) + (end 70.612 88.392) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "024af488-c4da-491c-9949-fed52344557d") + ) + (segment + (start 87.3667 82.296) + (end 83.8107 85.852) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "2cf68385-bd75-4157-9141-18551ada3876") + ) + (segment + (start 83.8107 85.852) + (end 83.312 85.852) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "53e58546-09fb-475d-96f5-55bedd3b18ff") + ) + (segment + (start 83.312 85.852) + (end 80.772 88.392) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "8d4e2fd8-8543-488e-b105-c95ea5a282c1") + ) + (segment + (start 70.612 88.392) + (end 64.066 81.846) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "90cada9d-afde-481b-9c7e-e02d2eceef8d") + ) + (segment + (start 64.066 81.846) + (end 64.066 81.6485) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "a5ca60e6-27bd-4c62-8700-fd16698e614b") + ) + (segment + (start 88.392 82.296) + (end 87.3667 82.296) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "e48d133c-a866-45dd-8524-6880a3f90605") + ) + (segment + (start 88.392 139.7) + (end 87.376 138.684) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "588eca41-bbbf-4943-94a9-990343b44a7a") + ) + (segment + (start 88.392 146.812) + (end 88.392 139.7) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "5c17f3e0-cca1-4b81-b5c3-c3abec25fe1c") + ) + (segment + (start 83.312 146.812) + (end 83.312 150.876) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "8d0bb16f-b5df-4baf-b293-1cb9ecc13672") + ) + (segment + (start 66.3166 152.0013) + (end 65.1913 150.876) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "11421c0f-fd87-44e6-a8ea-58d2f53c858e") + ) + (segment + (start 83.312 150.876) + (end 82.2867 150.876) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "af1832e4-f9d8-4142-891b-f38fcdc0b75e") + ) + (segment + (start 64.066 150.876) + (end 65.1913 150.876) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "b3c0a599-f561-4613-ab2f-266ec65415bc") + ) + (segment + (start 82.2867 150.876) + (end 81.1614 152.0013) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "df52d099-bd5c-4b2d-8677-c336c2a2d92b") + ) + (segment + (start 81.1614 152.0013) + (end 66.3166 152.0013) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "e332e649-b036-4a1b-8898-c7dca7092345") + ) + (segment + (start 64.066 74.0285) + (end 64.066 75.1538) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "062227c5-5ac1-45f9-b204-225ff61b0137") + ) + (segment + (start 65.2699 76.0764) + (end 65.2699 89.4312) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "14037d6a-df29-4583-8561-f27963ba2dc2") + ) + (segment + (start 64.516 91.3104) + (end 64.516 93.8504) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "3d621f81-e164-4b9f-a686-30e7a0a9d15e") + ) + (segment + (start 64.066 75.1538) + (end 64.3473 75.1538) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "3e279f0b-48b5-4ebd-a2a7-02e13278eee4") + ) + (segment + (start 64.3473 75.1538) + (end 65.2699 76.0764) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "66c30285-65e8-4d6c-b9d6-094eab55a879") + ) + (segment + (start 65.2699 89.4312) + (end 64.516 90.1851) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "9e67476f-68ef-4698-b795-78c5fda4f90f") + ) + (segment + (start 64.516 91.3104) + (end 64.516 90.1851) + (width 0.25) + (layer "F.Cu") + (net 19) + (uuid "c5bc92e2-44b2-4f2c-b7cc-984a23c6e94b") + ) + (segment + (start 72.136 96.3904) + (end 72.136 93.8504) + (width 0.25) + (layer "F.Cu") + (net 20) + (uuid "d9421869-1eec-4480-b3f2-929195aa4a70") + ) + (segment + (start 62.484 84.1984) + (end 62.484 80.6905) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "6fbd6862-f167-4516-be2f-1dc07541be65") + ) + (segment + (start 72.136 93.8504) + (end 62.484 84.1984) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "97a937d7-da58-4005-9355-64dfb8698153") + ) + (segment + (start 62.484 80.6905) + (end 64.066 79.1085) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "ec1b7298-1afe-470e-92d1-c5d87f8929b2") + ) + (segment + (start 64.516 125.974) + (end 64.516 128.514) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "2c9543a8-4634-415b-8d9c-9c3dd70b9462") + ) + (segment + (start 63.3425 141.4072) + (end 63.3425 129.6875) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "31448a8e-388c-4249-99d7-38f75c30e0ac") + ) + (segment + (start 63.3425 129.6875) + (end 64.516 128.514) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "6b45d5c4-7c3c-48d1-9528-7065d4c5996b") + ) + (segment + (start 64.066 143.256) + (end 64.066 142.1307) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "b1d95a0c-7fbb-466c-b6ab-684b4673ea47") + ) + (segment + (start 64.066 142.1307) + (end 63.3425 141.4072) + (width 0.25) + (layer "F.Cu") + (net 21) + (uuid "bf746a08-1263-4088-b72e-bfa7688a8f6c") + ) + (segment + (start 72.136 131.054) + (end 72.136 128.514) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "0af1d8bd-8ed0-4282-9513-3591c63d959f") + ) + (segment + (start 72.136 131.054) + (end 71.010999 132.179001) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "82959b07-0ff5-40a2-92a5-eca5379d7b5d") + ) + (segment + (start 71.010999 141.391001) + (end 64.066 148.336) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "c155b029-568b-401a-ac11-b6925e9a1953") + ) + (segment + (start 71.010999 132.179001) + (end 71.010999 141.391001) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "d54a9b82-646a-4ada-aed6-c59d2961c657") + ) + (segment + (start 69.088 79.1665) + (end 69.088 112.776) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "c425c845-2c4f-47d7-97e7-f17a6ae9f58c") + ) + (segment + (start 71.686 76.5685) + (end 69.088 79.1665) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "c53763f5-f2db-4507-9e63-6d851dfd72a5") + ) + (via + (at 69.088 112.776) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "9d2cc63e-a423-4ba5-a26e-4305f4f2c321") + ) + (segment + (start 64.516 113.722) + (end 68.142 113.722) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "a29a2ec2-8971-4522-b984-de40373902b4") + ) + (segment + (start 68.142 113.722) + (end 69.088 112.776) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "f2c8d3d9-ea85-47a7-9c6b-4ec735575f64") + ) + (segment + (start 71.686 145.796) + (end 71.686 144.6707) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "58423383-3674-4d7b-94b8-834cccbc35ea") + ) + (segment + (start 71.4047 144.6707) + (end 70.4873 143.7533) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "639a2e35-7b4e-4c85-9980-e0a3434dd356") + ) + (segment + (start 71.686 144.6707) + (end 71.4047 144.6707) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "a0220a2b-b877-4234-8ad7-69b7d72f7507") + ) + (segment + (start 72.136 116.262) + (end 72.136 117.3873) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "a0acdec0-a08b-4201-93d9-7a83ffec5616") + ) + (segment + (start 70.4873 119.036) + (end 72.136 117.3873) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "bff31488-9bd5-4d2a-b0a0-114a2b725d45") + ) + (segment + (start 70.4873 143.7533) + (end 70.4873 119.036) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "fc441b4d-36c9-41d3-88df-c9fbf3c39c14") + ) +) \ No newline at end of file diff --git a/src/produkt/main/main.kicad_pro b/src/produkt/main/main.kicad_pro index 103be84b..34040105 100644 --- a/src/produkt/main/main.kicad_pro +++ b/src/produkt/main/main.kicad_pro @@ -190,6 +190,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -448,14 +455,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -469,6 +537,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -494,6 +567,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -501,7 +575,7 @@ "sheets": [ [ "91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34", - "" + "Root" ] ], "text_variables": {} diff --git a/src/produkt/main/main.kicad_sch b/src/produkt/main/main.kicad_sch index 102ac722..de949298 100644 --- a/src/produkt/main/main.kicad_sch +++ b/src/produkt/main/main.kicad_sch @@ -1,4137 +1,10709 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34) - - (paper "A4") - - (title_block - (title "produkt") - (date "2021-07-28") - (rev "R02") - (comment 1 "schema for main pcb") - (comment 2 "vca and ringmodulator") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "dual opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TL072_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_3_1" - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x03_Socket" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x03_Socket" (at 0 -5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x03_Socket_1_1" - (arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x05_Socket" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x05_Socket" (at 0 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x05, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x05_Socket_1_1" - (arc (start 0 -4.572) (mid -0.5058 -5.08) (end 0 -5.588) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -0.508 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 5.08) - (xy -0.508 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 5.588) (mid -0.5058 5.08) (end 0 4.572) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 1.27 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_02x05_Odd_Even_1_1" - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 3.81 -6.35) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 -2.413) (end 2.54 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 0.127) (end 2.54 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 2.667) (end 2.54 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 5.207) (end 2.54 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 5.08 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 0 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -2.54 180) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C_Polarized" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C_Polarized" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Polarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "CP_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_Polarized_0_1" - (rectangle (start -2.286 0.508) (end 2.286 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 2.286) - (xy -0.762 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.794) - (xy -1.27 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 2.286 -0.508) (end -2.286 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "C_Polarized_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "RV" (at -4.445 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_Potentiometer" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "resistor variable" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Potentiometer" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_Potentiometer_0_1" - (polyline - (pts - (xy 2.54 0) - (xy 1.524 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.143 0) - (xy 2.286 0.508) - (xy 2.286 -0.508) - (xy 1.143 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.016 2.54) (end -1.016 -2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_Potentiometer_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "elektrophon:AD633" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -10.16 8.89 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "AD633" (at 2.54 8.89 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (at 15.24 -15.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/AD633.pdf" (at 21.59 -10.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "Analog Multiplier" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Low Cost Analog Multiplier, PDIP-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "DIP*W7.62mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AD633_0_0" - (pin power_in line (at 0 -15.24 90) (length 2.54) - (name "-V" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 10.16 270) (length 2.54) - (name "+V" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "AD633_0_1" - (rectangle (start -8.89 -12.7) (end 8.89 7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start -8.89 -12.7) (end 8.89 7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AD633_1_1" - (pin input line (at -12.7 5.08 0) (length 3.81) - (name "X1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 0 0) (length 3.81) - (name "X2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 -5.08 0) (length 3.81) - (name "Y1" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 -10.16 0) (length 3.81) - (name "Y2" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 12.7 -5.08 180) (length 3.81) - (name "Z" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 12.7 0 180) (length 3.81) - (name "W" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+15V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:-15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "-15V_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy 0.762 1.27) - (xy 0 2.54) - (xy -0.762 1.27) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 111.76 80.01) (diameter 0) (color 0 0 0 0) - (uuid 113c6e45-b8e8-4723-afea-dd036703b198) - ) - (junction (at 26.67 175.26) (diameter 0) (color 0 0 0 0) - (uuid 14e5b4f6-e607-4ff6-85c7-17c2a24614e4) - ) - (junction (at 91.44 189.23) (diameter 0) (color 0 0 0 0) - (uuid 20812578-429e-4c04-a926-4f0576a6dbb2) - ) - (junction (at 168.91 54.61) (diameter 0) (color 0 0 0 0) - (uuid 363d7efe-b6a2-4636-8737-1d73b9ab88b8) - ) - (junction (at 106.68 181.61) (diameter 0) (color 0 0 0 0) - (uuid 45d5f1d0-22c7-461c-9cd2-c39eeb572dfa) - ) - (junction (at 68.58 181.61) (diameter 0) (color 0 0 0 0) - (uuid 4882a3aa-bf35-4ca8-848e-9974c518e087) - ) - (junction (at 90.17 100.33) (diameter 0) (color 0 0 0 0) - (uuid 4e8f52a2-f8fe-4b7f-b5c8-e3756e29a61a) - ) - (junction (at 90.17 66.04) (diameter 0) (color 0 0 0 0) - (uuid 69c0d317-63e9-4f58-980b-e369f95af581) - ) - (junction (at 152.4 66.04) (diameter 0) (color 0 0 0 0) - (uuid 6a576354-6757-48bb-9373-ca63fb1a9bde) - ) - (junction (at 114.3 173.99) (diameter 0) (color 0 0 0 0) - (uuid 6c82bd71-ada4-4883-bf1b-9c27fc4f7c75) - ) - (junction (at 168.91 116.84) (diameter 0) (color 0 0 0 0) - (uuid 73883bcc-0ca7-40de-bb42-784b64f05d1c) - ) - (junction (at 134.62 173.99) (diameter 0) (color 0 0 0 0) - (uuid 8419ac21-1b3a-4b88-bcd4-e9de0f275ea8) - ) - (junction (at 152.4 128.27) (diameter 0) (color 0 0 0 0) - (uuid 8a5ed6c4-190d-4e58-9bff-bdf0c79b38eb) - ) - (junction (at 83.82 181.61) (diameter 0) (color 0 0 0 0) - (uuid 8b26b480-d03e-4c26-9a3d-0601812278fe) - ) - (junction (at 90.17 38.1) (diameter 0) (color 0 0 0 0) - (uuid 8d872035-4e5c-4bfc-8c12-930d93c74768) - ) - (junction (at 166.37 181.61) (diameter 0) (color 0 0 0 0) - (uuid 92ba7be5-9173-4b0e-8971-2747b1945928) - ) - (junction (at 134.62 189.23) (diameter 0) (color 0 0 0 0) - (uuid a451c1ef-2d49-4411-8906-a999babbd6ab) - ) - (junction (at 149.86 181.61) (diameter 0) (color 0 0 0 0) - (uuid a5c86708-1088-42e9-8ae7-fbdfedd9dd33) - ) - (junction (at 114.3 189.23) (diameter 0) (color 0 0 0 0) - (uuid b48413cf-5429-47b3-b031-3d452078c64b) - ) - (junction (at 91.44 173.99) (diameter 0) (color 0 0 0 0) - (uuid c2f624c5-ad31-41e9-aaaf-6fb3d3ec0960) - ) - (junction (at 63.5 189.23) (diameter 0) (color 0 0 0 0) - (uuid ceb17607-95a9-4725-ba73-0c434dbd0b47) - ) - (junction (at 63.5 173.99) (diameter 0) (color 0 0 0 0) - (uuid cf0e296e-1a44-4112-84ca-f39dc793b5ed) - ) - (junction (at 127 181.61) (diameter 0) (color 0 0 0 0) - (uuid db86799b-49cd-496a-a418-1c21570866e2) - ) - (junction (at 90.17 128.27) (diameter 0) (color 0 0 0 0) - (uuid df31d7c9-7023-40c7-8e8f-32c837b74af8) - ) - (junction (at 111.76 142.24) (diameter 0) (color 0 0 0 0) - (uuid e361dac6-0bf1-4af8-b761-b546bb69a10d) - ) - - (wire (pts (xy 111.76 82.55) (xy 111.76 80.01)) - (stroke (width 0) (type default)) - (uuid 059358fa-0911-4e31-86af-9a3387878c39) - ) - (wire (pts (xy 62.23 173.99) (xy 63.5 173.99)) - (stroke (width 0) (type default)) - (uuid 0b0f8b93-178a-4bd8-aeb1-d94a329d8390) - ) - (wire (pts (xy 78.74 182.88) (xy 78.74 181.61)) - (stroke (width 0) (type default)) - (uuid 0bace05a-43ce-4bad-b3ad-79f36989c313) - ) - (wire (pts (xy 73.66 97.79) (xy 72.39 97.79)) - (stroke (width 0) (type default)) - (uuid 1127883d-7dbc-42cb-8bb0-f382db325a85) - ) - (wire (pts (xy 139.7 52.07) (xy 153.67 52.07)) - (stroke (width 0) (type default)) - (uuid 15dcfd2c-ef36-4093-b898-bc478c9c644f) - ) - (wire (pts (xy 134.62 189.23) (xy 127 189.23)) - (stroke (width 0) (type default)) - (uuid 17f14b8f-b05f-4d59-b644-3669acd669a4) - ) - (wire (pts (xy 114.3 109.22) (xy 97.79 109.22)) - (stroke (width 0) (type default)) - (uuid 184dc4b8-bb92-4a1d-af47-894a95476f09) - ) - (wire (pts (xy 121.92 182.88) (xy 121.92 181.61)) - (stroke (width 0) (type default)) - (uuid 1af64e56-cce3-4cc3-bc39-0a73e9dec4b8) - ) - (wire (pts (xy 127 137.16) (xy 127 129.54)) - (stroke (width 0) (type default)) - (uuid 1fea79f2-439b-4412-8c7d-fa5fe2b59d68) - ) - (wire (pts (xy 127 173.99) (xy 134.62 173.99)) - (stroke (width 0) (type default)) - (uuid 23843fe0-2211-4eb7-ab89-c5eb7dac5ae7) - ) - (wire (pts (xy 73.66 125.73) (xy 72.39 125.73)) - (stroke (width 0) (type default)) - (uuid 23e9792e-0b8a-4739-95ad-33357cd95328) - ) - (wire (pts (xy 152.4 128.27) (xy 152.4 119.38)) - (stroke (width 0) (type default)) - (uuid 2405beee-83ed-4119-90b9-a55afe0a2aba) - ) - (wire (pts (xy 139.7 114.3) (xy 153.67 114.3)) - (stroke (width 0) (type default)) - (uuid 24fa38a8-1726-48d0-a1ae-eccbb44dd7b9) - ) - (wire (pts (xy 63.5 173.99) (xy 68.58 173.99)) - (stroke (width 0) (type default)) - (uuid 259b6f26-03a3-4be6-a27a-dcc34e28d0dc) - ) - (wire (pts (xy 111.76 62.23) (xy 114.3 62.23)) - (stroke (width 0) (type default)) - (uuid 268b3a41-edb3-4a10-a6a1-d0ee0ae7d31a) - ) - (wire (pts (xy 72.39 115.57) (xy 90.17 115.57)) - (stroke (width 0) (type default)) - (uuid 2735329e-8673-45cb-9ce5-d99b47d3532b) - ) - (wire (pts (xy 168.91 128.27) (xy 168.91 116.84)) - (stroke (width 0) (type default)) - (uuid 280404e4-49aa-4841-ad65-884ebc4c239a) - ) - (wire (pts (xy 99.06 119.38) (xy 114.3 119.38)) - (stroke (width 0) (type default)) - (uuid 292d724f-b3bb-4a24-b2f3-daf3a82df287) - ) - (wire (pts (xy 165.1 128.27) (xy 168.91 128.27)) - (stroke (width 0) (type default)) - (uuid 2e6a111a-4441-45c8-a215-99aaa3ebcce6) - ) - (wire (pts (xy 83.82 173.99) (xy 91.44 173.99)) - (stroke (width 0) (type default)) - (uuid 2ec09b3c-6cb4-49da-bf0a-c48d97b7bbc5) - ) - (wire (pts (xy 88.9 66.04) (xy 90.17 66.04)) - (stroke (width 0) (type default)) - (uuid 2fa3a9da-d790-4507-8285-62387d3b9707) - ) - (wire (pts (xy 97.79 109.22) (xy 97.79 100.33)) - (stroke (width 0) (type default)) - (uuid 31835023-34f9-4bf9-9c76-89c67c34399d) - ) - (wire (pts (xy 68.58 130.81) (xy 73.66 130.81)) - (stroke (width 0) (type default)) - (uuid 34b4ef8a-4d87-4094-b231-acfe8f54098e) - ) - (wire (pts (xy 127 34.29) (xy 127 41.91)) - (stroke (width 0) (type default)) - (uuid 355b24e8-f196-48aa-bc4b-ef3090086a4f) - ) - (wire (pts (xy 152.4 66.04) (xy 152.4 57.15)) - (stroke (width 0) (type default)) - (uuid 35e2a1e3-12c6-4002-a9fc-029e604e5e70) - ) - (wire (pts (xy 107.95 114.3) (xy 114.3 114.3)) - (stroke (width 0) (type default)) - (uuid 361da9a9-943c-4e3e-bfa3-c60f0ebb9c0c) - ) - (wire (pts (xy 107.95 114.3) (xy 107.95 127)) - (stroke (width 0) (type default)) - (uuid 3b897e19-59bc-4196-9689-00dac76c9589) - ) - (wire (pts (xy 88.9 100.33) (xy 90.17 100.33)) - (stroke (width 0) (type default)) - (uuid 3dd63b48-3d84-42ee-8eef-64e6167a2439) - ) - (wire (pts (xy 88.9 128.27) (xy 90.17 128.27)) - (stroke (width 0) (type default)) - (uuid 3f3584d4-ba53-4522-9465-4bf47a71bf7c) - ) - (wire (pts (xy 153.67 119.38) (xy 152.4 119.38)) - (stroke (width 0) (type default)) - (uuid 43e44791-a43c-43be-977c-03da121c2d3f) - ) - (wire (pts (xy 90.17 128.27) (xy 99.06 128.27)) - (stroke (width 0) (type default)) - (uuid 48b80c84-cd79-437b-8caa-5034e75ffbb7) - ) - (wire (pts (xy 72.39 35.56) (xy 72.39 25.4)) - (stroke (width 0) (type default)) - (uuid 48d4b518-646a-4dd0-b4c2-5bfc9909667a) - ) - (wire (pts (xy 149.86 66.04) (xy 152.4 66.04)) - (stroke (width 0) (type default)) - (uuid 4f468aec-34e3-4645-8a47-3772dff0c3a7) - ) - (wire (pts (xy 90.17 25.4) (xy 90.17 38.1)) - (stroke (width 0) (type default)) - (uuid 547a80c2-e9cd-4a3d-a575-3b67a49e9483) - ) - (wire (pts (xy 90.17 38.1) (xy 97.79 38.1)) - (stroke (width 0) (type default)) - (uuid 5585b12e-63ae-48ad-a469-7d3efa0f5d3e) - ) - (wire (pts (xy 101.6 182.88) (xy 101.6 181.61)) - (stroke (width 0) (type default)) - (uuid 5770103b-c9cd-480b-9122-ef05d1a52388) - ) - (wire (pts (xy 111.76 80.01) (xy 111.76 62.23)) - (stroke (width 0) (type default)) - (uuid 599aa80d-57f0-4fd1-b588-167ea95e86d8) - ) - (wire (pts (xy 157.48 66.04) (xy 152.4 66.04)) - (stroke (width 0) (type default)) - (uuid 59a3412f-85ee-4fa2-9db3-6ea2bdb6eb97) - ) - (wire (pts (xy 149.86 128.27) (xy 152.4 128.27)) - (stroke (width 0) (type default)) - (uuid 5a035248-5eca-47b2-aa55-6a6c443b1051) - ) - (wire (pts (xy 107.95 52.07) (xy 107.95 64.77)) - (stroke (width 0) (type default)) - (uuid 5d89ef09-359f-45ab-9f71-9790b34fe501) - ) - (wire (pts (xy 140.97 67.31) (xy 140.97 66.04)) - (stroke (width 0) (type default)) - (uuid 5e07d30a-2521-48d9-b32e-5a10d2d3e56e) - ) - (wire (pts (xy 114.3 46.99) (xy 97.79 46.99)) - (stroke (width 0) (type default)) - (uuid 5f43528b-41f1-486e-948d-913540ff1d35) - ) - (wire (pts (xy 106.68 173.99) (xy 114.3 173.99)) - (stroke (width 0) (type default)) - (uuid 6005f59c-7978-42a3-8081-0ff2382deba3) - ) - (wire (pts (xy 90.17 115.57) (xy 90.17 128.27)) - (stroke (width 0) (type default)) - (uuid 69a29c39-54a2-4053-be6a-5935348f2357) - ) - (wire (pts (xy 72.39 25.4) (xy 90.17 25.4)) - (stroke (width 0) (type default)) - (uuid 6fdecc63-af18-42a2-a77c-e8c146715e4a) - ) - (wire (pts (xy 168.91 116.84) (xy 172.72 116.84)) - (stroke (width 0) (type default)) - (uuid 75e92f04-20b9-4f79-a5ec-9629cd8ac2a6) - ) - (wire (pts (xy 90.17 100.33) (xy 97.79 100.33)) - (stroke (width 0) (type default)) - (uuid 7771a4ca-524a-40fe-ae24-f1b917fea5be) - ) - (wire (pts (xy 78.74 181.61) (xy 83.82 181.61)) - (stroke (width 0) (type default)) - (uuid 79797b0c-b750-45a3-b491-5c1acd6122e8) - ) - (wire (pts (xy 140.97 129.54) (xy 140.97 128.27)) - (stroke (width 0) (type default)) - (uuid 7d1d0c69-c0fc-4e41-93dd-d2dccccbfbc3) - ) - (wire (pts (xy 111.76 124.46) (xy 114.3 124.46)) - (stroke (width 0) (type default)) - (uuid 7e248e24-587f-4174-ae60-2b3b82d34d2d) - ) - (wire (pts (xy 168.91 54.61) (xy 172.72 54.61)) - (stroke (width 0) (type default)) - (uuid 7e7e2778-6bb8-460e-80d6-07b32de0d33a) - ) - (wire (pts (xy 99.06 57.15) (xy 114.3 57.15)) - (stroke (width 0) (type default)) - (uuid 7fd4ec42-44ba-4e3e-ba54-802bb7bd8ac6) - ) - (wire (pts (xy 161.29 181.61) (xy 166.37 181.61)) - (stroke (width 0) (type default)) - (uuid 7fdd757d-a391-4530-9565-6d32f34129f9) - ) - (wire (pts (xy 90.17 53.34) (xy 90.17 66.04)) - (stroke (width 0) (type default)) - (uuid 82dd9a23-4dd9-4b12-b94d-ec68fc34992d) - ) - (wire (pts (xy 107.95 52.07) (xy 114.3 52.07)) - (stroke (width 0) (type default)) - (uuid 87890ecb-9fd6-432e-8e79-62cf8373fbf9) - ) - (wire (pts (xy 68.58 181.61) (xy 63.5 181.61)) - (stroke (width 0) (type default)) - (uuid 8d83524b-4aa2-4f8a-b717-17d90d0a46da) - ) - (wire (pts (xy 62.23 189.23) (xy 63.5 189.23)) - (stroke (width 0) (type default)) - (uuid 8eae2f85-7026-4bb1-ba73-541397c0ac47) - ) - (wire (pts (xy 140.97 66.04) (xy 142.24 66.04)) - (stroke (width 0) (type default)) - (uuid 94048a2f-869b-4e57-84f6-e2da292168c9) - ) - (wire (pts (xy 72.39 125.73) (xy 72.39 115.57)) - (stroke (width 0) (type default)) - (uuid 950625c7-5132-4f7a-89cd-5a3ed0d9e4b8) - ) - (wire (pts (xy 73.66 63.5) (xy 72.39 63.5)) - (stroke (width 0) (type default)) - (uuid 96985921-6619-4072-b7b0-aab544ac2898) - ) - (wire (pts (xy 68.58 40.64) (xy 73.66 40.64)) - (stroke (width 0) (type default)) - (uuid 97e462ea-9518-4731-a5ef-51369a6c73bb) - ) - (wire (pts (xy 101.6 181.61) (xy 106.68 181.61)) - (stroke (width 0) (type default)) - (uuid 99f31a2e-1094-4c75-a353-3806f25d4518) - ) - (wire (pts (xy 97.79 46.99) (xy 97.79 38.1)) - (stroke (width 0) (type default)) - (uuid 9bb3b78a-92fe-4215-9f3f-c0d9b7015d11) - ) - (wire (pts (xy 73.66 35.56) (xy 72.39 35.56)) - (stroke (width 0) (type default)) - (uuid a2886276-7751-4c62-91e2-20a53a2392e8) - ) - (wire (pts (xy 68.58 102.87) (xy 73.66 102.87)) - (stroke (width 0) (type default)) - (uuid a3bba430-62fc-42ec-b00f-d96acf031c69) - ) - (wire (pts (xy 127 96.52) (xy 127 104.14)) - (stroke (width 0) (type default)) - (uuid ab028846-c6c0-4ffb-8945-49f0950ce253) - ) - (wire (pts (xy 91.44 189.23) (xy 83.82 189.23)) - (stroke (width 0) (type default)) - (uuid ab6187d7-64e6-4ae5-8012-e2a0941f4dc7) - ) - (wire (pts (xy 68.58 68.58) (xy 73.66 68.58)) - (stroke (width 0) (type default)) - (uuid aca70fd1-9c5e-4a16-9e93-5611483e9232) - ) - (wire (pts (xy 144.78 181.61) (xy 149.86 181.61)) - (stroke (width 0) (type default)) - (uuid ad5c81f2-b9ed-4e8d-afcd-40cfc4adbd96) - ) - (wire (pts (xy 90.17 66.04) (xy 99.06 66.04)) - (stroke (width 0) (type default)) - (uuid afbe06cf-fbf4-4d22-8fea-e4427ae78a03) - ) - (wire (pts (xy 157.48 128.27) (xy 152.4 128.27)) - (stroke (width 0) (type default)) - (uuid b2b47ea2-fa4a-49cb-9655-0460409c39af) - ) - (wire (pts (xy 99.06 66.04) (xy 99.06 57.15)) - (stroke (width 0) (type default)) - (uuid b4c8de22-d55e-417b-91fd-ef53d7c09253) - ) - (wire (pts (xy 111.76 144.78) (xy 111.76 142.24)) - (stroke (width 0) (type default)) - (uuid b6c48ad1-892e-40e7-bc54-9f432d82bc39) - ) - (wire (pts (xy 72.39 97.79) (xy 72.39 87.63)) - (stroke (width 0) (type default)) - (uuid b74dd86f-9eb4-4416-a81b-1909f9a9a178) - ) - (wire (pts (xy 127 74.93) (xy 127 67.31)) - (stroke (width 0) (type default)) - (uuid bb60f2a7-2ab3-479b-9b42-9f9be2296464) - ) - (wire (pts (xy 114.3 189.23) (xy 106.68 189.23)) - (stroke (width 0) (type default)) - (uuid c0853478-d2f9-4a91-b9c8-8b53533cc2ac) - ) - (wire (pts (xy 72.39 87.63) (xy 90.17 87.63)) - (stroke (width 0) (type default)) - (uuid c4c2efb6-616e-49d8-aa50-cac69cd1da7e) - ) - (wire (pts (xy 63.5 189.23) (xy 68.58 189.23)) - (stroke (width 0) (type default)) - (uuid c5e0ccb2-7a30-4454-bd1d-ea196333c859) - ) - (wire (pts (xy 90.17 87.63) (xy 90.17 100.33)) - (stroke (width 0) (type default)) - (uuid cee046ba-3692-4285-a87f-af37bacd25c2) - ) - (wire (pts (xy 99.06 128.27) (xy 99.06 119.38)) - (stroke (width 0) (type default)) - (uuid d0489be6-a434-4a13-bdc0-13a2b7e681dc) - ) - (wire (pts (xy 121.92 181.61) (xy 127 181.61)) - (stroke (width 0) (type default)) - (uuid d8b3447d-0bae-4ab6-aa47-15db7d283c5f) - ) - (wire (pts (xy 72.39 53.34) (xy 90.17 53.34)) - (stroke (width 0) (type default)) - (uuid df4997a9-c0fd-419c-8bec-fdd780526a17) - ) - (wire (pts (xy 88.9 38.1) (xy 90.17 38.1)) - (stroke (width 0) (type default)) - (uuid e00493c7-890e-4323-9d7a-1f9038980965) - ) - (wire (pts (xy 153.67 57.15) (xy 152.4 57.15)) - (stroke (width 0) (type default)) - (uuid e04ac276-e3a2-4f59-bae4-813424ad21e5) - ) - (wire (pts (xy 111.76 142.24) (xy 111.76 124.46)) - (stroke (width 0) (type default)) - (uuid e215ef74-4fb4-4075-b9ae-f0340b2540f1) - ) - (wire (pts (xy 168.91 66.04) (xy 168.91 54.61)) - (stroke (width 0) (type default)) - (uuid eb52aa40-6a84-4fc2-98ab-6ec60236c5fe) - ) - (wire (pts (xy 161.29 182.88) (xy 161.29 181.61)) - (stroke (width 0) (type default)) - (uuid eb7573d6-6e2b-471c-9bbd-c7c71b002d6d) - ) - (wire (pts (xy 144.78 182.88) (xy 144.78 181.61)) - (stroke (width 0) (type default)) - (uuid eeea9e81-2988-4ab1-9c72-2f9640b38a62) - ) - (wire (pts (xy 72.39 63.5) (xy 72.39 53.34)) - (stroke (width 0) (type default)) - (uuid f12196e6-cfe7-4244-b92b-68c255dbe891) - ) - (wire (pts (xy 165.1 66.04) (xy 168.91 66.04)) - (stroke (width 0) (type default)) - (uuid fb1be3b6-e578-46fc-a9cd-e057836950e2) - ) - (wire (pts (xy 140.97 128.27) (xy 142.24 128.27)) - (stroke (width 0) (type default)) - (uuid fbe54d30-963e-4c2a-a690-65acbede6f2e) - ) - - (global_label "Xa" (shape input) (at 68.58 40.64 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 007e3fc7-5d9b-4042-b703-106c2c43eb8f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 63.9699 40.64 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "Ya" (shape input) (at 201.93 148.59 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 21069db7-a651-43ad-b6f0-f3dd4faf88ae) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 206.4192 148.59 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Xb" (shape input) (at 220.98 140.97 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 225ae6ca-fc02-486c-865f-b16da80b79be) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 225.5901 140.97 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Yb" (shape input) (at 68.58 130.81 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 37b46d37-1c6d-482a-8d6d-46e2f677587e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.0908 130.81 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "VP" (shape input) (at 39.37 182.88 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 38781dfa-a6ba-4c96-9a0e-c6877f4f2952) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 43.9802 182.88 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Yb" (shape input) (at 220.98 143.51 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 3946faad-f7bd-4bb0-9474-5d375cef6532) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 225.4692 143.51 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Xb" (shape input) (at 68.58 102.87 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 69ddc18c-ac7a-4ba1-99a8-01fa0e8e78f0) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 63.9699 102.87 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "VN" (shape input) (at 39.37 185.42 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6ee5f01b-3289-49d7-91f9-69254387577f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 44.0407 185.42 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "OUTb" (shape input) (at 172.72 116.84 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7202eea6-d510-4601-8c76-ca9479668217) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 179.7492 116.84 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "VN" (shape input) (at 54.61 189.23 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 781d3a24-6337-44ec-8b52-8bdf1d00974f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 49.9393 189.23 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "OUTb" (shape input) (at 220.98 146.05 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 9fae3b7c-4357-4776-88b6-189098c8a084) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 228.0092 146.05 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "VN" (shape input) (at 26.67 185.42 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid b182c09c-5474-4806-9368-5bac2a690a54) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 21.9993 185.42 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "VP" (shape input) (at 54.61 173.99 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid b4d54866-1d9a-4cf8-9674-d702b31ab762) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 49.9998 173.99 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "OUTa" (shape input) (at 172.72 54.61 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid bed23357-40df-4ca6-8ab1-1e8aa9281f01) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 179.7492 54.61 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "VP" (shape input) (at 26.67 182.88 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid e1e9bbc8-ab96-4259-8e10-03b2816c4939) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 22.0598 182.88 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "Ya" (shape input) (at 68.58 68.58 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid e444a373-2e34-4d93-8d1f-df46cfaf4c2f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 64.0908 68.58 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "OUTa" (shape input) (at 201.93 151.13 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid f09140cd-f810-4f84-a4e8-83c0949f8a8b) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 208.9592 151.13 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Xa" (shape input) (at 201.93 146.05 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid f248d7cc-8769-47b5-a9ff-d4af56056da5) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 206.5401 146.05 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - - (symbol (lib_id "power:+15V") (at 91.44 173.99 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f502cf7) - (property "Reference" "#PWR011" (at 91.44 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 91.821 169.5958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 91.44 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 91.44 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f9cda6b0-cfdd-4897-babd-5c8a639b45c4)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 91.44 189.23 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f503cea) - (property "Reference" "#PWR012" (at 91.44 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 91.059 193.6242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 91.44 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 91.44 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8b0c5318-8891-4004-848b-fb943c4185e5)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 114.3 173.99 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f63e167) - (property "Reference" "#PWR016" (at 114.3 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 114.681 169.5958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 382414d6-8528-4cd1-a2e2-1145ffd6218f)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR016") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 114.3 189.23 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f63e16d) - (property "Reference" "#PWR017" (at 114.3 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 113.919 193.6242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0d16315b-ee0a-4182-aa32-6ec02e9c89c9)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR017") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 83.82 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f6f526b) - (property "Reference" "C3" (at 86.741 176.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 86.741 178.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 84.7852 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 83.82 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 83.82 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 83.82 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 83.82 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 87f1840b-ed38-4373-a5b7-fdbbcaf9aa16)) - (pin "2" (uuid fe366fe3-a1ae-4099-91ea-9cf3fadb08df)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 83.82 185.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f6f586f) - (property "Reference" "C4" (at 86.741 184.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 86.741 186.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 84.7852 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 83.82 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 83.82 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 83.82 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 83.82 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 885462d4-12cd-48b5-a741-34ba23bd68ce)) - (pin "2" (uuid 568f74b5-e82d-4b7f-a45d-14f3935abc6a)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 78.74 182.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f70acfd) - (property "Reference" "#PWR010" (at 78.74 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 78.867 187.2742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 78.74 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 78.74 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 379421de-9413-438d-991e-2d4243dc5550)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 106.68 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f7116cc) - (property "Reference" "C5" (at 109.601 176.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 109.601 178.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 107.6452 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 106.68 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 106.68 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 106.68 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9bad5037-11d3-4e77-8890-3976ceebe861)) - (pin "2" (uuid b25a2d97-d79c-4fb0-9067-00bfe6b770f4)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 106.68 185.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f7116d2) - (property "Reference" "C6" (at 109.601 184.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 109.601 186.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 107.6452 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 106.68 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 106.68 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 106.68 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid be25fdec-9b33-4ba5-b61f-9be78f0f57a9)) - (pin "2" (uuid dc8f60bc-e82c-4057-ba20-bf5bf58bfc3d)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 101.6 182.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f7116da) - (property "Reference" "#PWR013" (at 101.6 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 101.727 187.2742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 101.6 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 101.6 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cbbb8db4-156e-47f6-8349-c384fe8f86a0)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR013") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:AD633") (at 127 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f74d4f3) - (property "Reference" "U3" (at 132.08 36.83 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AD633" (at 132.08 39.37 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (at 142.24 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/AD633.pdf" (at 148.59 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Analog Multiplier, DIP-8/SOIC-8" (at 127 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 127 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"AD633\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "5" (uuid 9535e5d8-3c75-42e4-8d2e-0012e1a47b0f)) - (pin "8" (uuid 2d19dddc-c51f-4eb2-a2df-48d6d7c46b88)) - (pin "1" (uuid 621b04f4-791b-4819-a3f8-02fec98cd534)) - (pin "2" (uuid b96e80a7-782f-4af4-9e43-62262013c189)) - (pin "3" (uuid 817579df-f87e-4aff-9645-6a4a22fa262a)) - (pin "4" (uuid 6df84efb-aad0-40d8-a6f4-dc8cfbeab52a)) - (pin "6" (uuid d3d319d3-1d09-4bbc-89f3-41714cbdbe6c)) - (pin "7" (uuid b90061d5-bfa5-4652-b6a0-638e10cd30dc)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 107.95 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f755ea3) - (property "Reference" "#PWR014" (at 107.95 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 108.077 69.1642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 107.95 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 107.95 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 32e2e4cd-7120-4aaf-90d8-8f1dc004c970)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR014") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 161.29 66.04 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f78b0a7) - (property "Reference" "R5" (at 161.29 60.7822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 161.29 63.0936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 161.29 64.262 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 161.29 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 161.29 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6711cc39-d929-413f-82a3-0c83a8061b9d)) - (pin "2" (uuid 5abb640f-5405-4215-ad01-061a9944f1da)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 146.05 66.04 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f793822) - (property "Reference" "R3" (at 146.05 60.7822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 146.05 63.0936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 146.05 64.262 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 146.05 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 146.05 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7bfd0298-5241-4dc5-9715-a75240760d4a)) - (pin "2" (uuid 2bbb360c-2750-4119-a0d6-c436786972d5)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 140.97 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f793da6) - (property "Reference" "#PWR025" (at 140.97 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 141.097 71.7042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 140.97 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 140.97 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6509b6d2-a02e-44c2-ae7d-f2514b37a7c4)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR025") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 149.86 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f7df1dd) - (property "Reference" "C9" (at 156.21 176.53 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 157.48 179.07 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 150.8252 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 149.86 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 149.86 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 149.86 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 149.86 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 225801a9-1dcf-4f58-baed-b6b45418180b)) - (pin "2" (uuid a8453eed-d7c8-427c-ad23-6c16f47ef17b)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 149.86 185.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f7e6b68) - (property "Reference" "C10" (at 156.21 184.15 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 157.48 186.69 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 150.8252 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 149.86 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 149.86 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 149.86 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 149.86 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a52f1bec-3ae6-4b3b-80be-946c4fa6fa47)) - (pin "2" (uuid 6cc16121-d81e-40e9-b5bb-398ab34a557d)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 127 34.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f7ee1f9) - (property "Reference" "#PWR019" (at 127 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 127.381 29.8958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 127 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 127 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 09011909-93e1-4bde-a002-7762ecda7187)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR019") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 127 74.93 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f7f0fce) - (property "Reference" "#PWR020" (at 127 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 126.619 79.3242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 127 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 127 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1bb575e3-ec7d-4cde-bd48-2633ab8dc10e)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR020") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 63.5 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fc69ba2) - (property "Reference" "#PWR09" (at 63.5 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 60.96 185.42 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 63.5 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9a67bcc1-b6ef-477c-9d81-c99624463cf3)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 39.37 175.26 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd1660) - (property "Reference" "#PWR04" (at 35.56 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 42.6212 175.641 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 39.37 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 39.37 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0949e15a-b6ff-40d6-9601-c7e7bbee9804)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 144.78 182.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fd009dd) - (property "Reference" "#PWR027" (at 144.78 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 144.907 187.2742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 144.78 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 144.78 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5c49a426-9b48-4078-853a-94fd64b3cb3e)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR027") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 149.86 189.23 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fd03c19) - (property "Reference" "#PWR029" (at 149.86 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 149.479 193.6242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 149.86 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 149.86 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 20252d3c-acbe-44f3-9438-902f1b21ed23)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR029") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 149.86 173.99 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fd044d0) - (property "Reference" "#PWR028" (at 149.86 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 150.241 169.5958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 149.86 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 149.86 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d66093b1-7765-42a8-bfd7-c8a77044247e)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR028") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 245.11 161.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097a580) - (property "Reference" "H2" (at 247.65 160.1216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 247.65 162.433 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 245.11 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 245.11 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 26.67 180.34 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609809f1) - (property "Reference" "#PWR03" (at 20.32 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 23.4188 180.467 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 26.67 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 26.67 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8ffd4467-caea-4d9f-ba09-0655ad5ec0d8)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 172.72 149.86 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609809f4) - (property "Reference" "#PWR033" (at 172.72 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 173.101 145.4658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 172.72 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 172.72 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 64beeb5b-a554-43b1-90c1-a4960a9a41cb)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR033") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 185.42 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609809f5) - (property "Reference" "#PWR035" (at 185.42 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 185.547 156.7942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 185.42 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 185.42 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2e02ab61-1bc0-463d-a6a8-7a93fac4a55a)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR035") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 58.42 173.99 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609809f6) - (property "Reference" "R1" (at 58.42 168.7322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10" (at 58.42 171.0436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 58.42 172.212 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 58.42 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 58.42 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 58.42 173.99 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 58.42 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a379db7c-86c6-4e0a-90d4-029054f9c985)) - (pin "2" (uuid 7cc8f3d1-6b45-4c23-bd49-f05effa3e89d)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 26.67 175.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609809fc) - (property "Reference" "#FLG01" (at 26.67 173.355 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 26.67 172.0088 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "" (at 26.67 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 26.67 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5610ab64-ae7a-4d8e-b359-1941dcddc279)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 63.5 181.61 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060980eca) - (property "Reference" "#PWR08" (at 57.15 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 58.42 181.61 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7fee9cae-92cc-47a5-ad49-97a73cff5c02)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 26.67 177.8 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060980ecd) - (property "Reference" "#PWR02" (at 20.32 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 23.4188 177.927 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 26.67 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 26.67 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a04e9b94-0868-40ce-b21f-40e460636e7f)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 179.07 149.86 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060980ed2) - (property "Reference" "#PWR034" (at 179.07 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 179.451 145.4658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 179.07 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 179.07 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 98f8a13e-e984-4c52-a64a-d3d0fb16d05b)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR034") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 39.37 180.34 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060980ed7) - (property "Reference" "#PWR06" (at 45.72 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 42.6212 180.213 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 39.37 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 39.37 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 096cf32d-b833-4c94-adc4-7ff13a4bea86)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 58.42 189.23 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060980ed8) - (property "Reference" "R2" (at 58.42 183.9722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10" (at 58.42 186.2836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 58.42 187.452 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 58.42 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 58.42 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 58.42 189.23 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 58.42 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c8464d7-fa4b-4ae0-99cd-564bd6ea5e3e)) - (pin "2" (uuid 6ab57405-e13f-4a84-912e-84f4e15fb87c)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 39.37 177.8 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060980eda) - (property "Reference" "#PWR05" (at 45.72 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 42.6212 177.673 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 39.37 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 39.37 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc76823f-da6d-4308-85bc-17769607c323)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 264.16 153.67 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006098deca) - (property "Reference" "H3" (at 266.7 152.5016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 266.7 154.813 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 264.16 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 264.16 161.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006098ded0) - (property "Reference" "H4" (at 266.7 160.1216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 266.7 162.433 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 264.16 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "H4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:AD633") (at 127 114.3 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d2173) - (property "Reference" "U4" (at 132.08 99.06 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AD633" (at 132.08 101.6 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (at 142.24 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/AD633.pdf" (at 148.59 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Analog Multiplier, DIP-8/SOIC-8" (at 127 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 127 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"AD633\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "5" (uuid 7bccd3a7-74cf-4a11-ae98-824d21d14d73)) - (pin "8" (uuid 1a92d546-ef49-4fcd-bebf-a3ccef896ec6)) - (pin "1" (uuid d323c315-15c2-4996-8011-0b477b21bfc0)) - (pin "2" (uuid 90fbd3f2-3f88-4844-9769-1adb89a22c94)) - (pin "3" (uuid caa788be-586a-4655-b5a3-9e06905d2a5f)) - (pin "4" (uuid fe9f16eb-b9ee-4d37-94f8-eca47e044da8)) - (pin "6" (uuid 59abe59b-df4b-4251-a27e-f3cb1d55b646)) - (pin "7" (uuid bc7bec39-f310-4612-bfed-abd987986415)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 107.95 127 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d2179) - (property "Reference" "#PWR015" (at 107.95 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 108.077 131.3942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 107.95 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 107.95 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 85ebcaea-4f79-459d-83a2-798358cd7b46)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR015") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 127 96.52 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d2181) - (property "Reference" "#PWR021" (at 127 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 127.381 92.1258 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 127 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 127 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1ef24dbb-e51b-4112-97bb-2fd3f2ca1cc5)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR021") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 127 137.16 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d2187) - (property "Reference" "#PWR022" (at 127 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 126.619 141.5542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 127 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 127 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 14db097d-9a3d-4f85-97f7-81a991bfed70)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR022") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 161.29 128.27 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d219f) - (property "Reference" "R6" (at 161.29 123.0122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 161.29 125.3236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 161.29 126.492 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 161.29 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 161.29 128.27 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8621deda-36b2-4c67-8315-e47678b4922b)) - (pin "2" (uuid 5c8bd45b-898a-4e59-9e4e-6841c6295f50)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 146.05 128.27 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d21aa) - (property "Reference" "R4" (at 146.05 123.0122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 146.05 125.3236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 146.05 126.492 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 146.05 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 146.05 128.27 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9909e4f1-f46e-4133-af16-0f4fdd816c4b)) - (pin "2" (uuid be1b5d89-f2f1-43a9-a4fd-d8c5097bbf29)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 140.97 129.54 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d21b0) - (property "Reference" "#PWR026" (at 140.97 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 141.097 133.9342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 140.97 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 140.97 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1128e786-9bd5-49c8-8b94-5d020d4f4935)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR026") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 166.37 173.99 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609eedb3) - (property "Reference" "#PWR031" (at 166.37 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 166.751 169.5958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 166.37 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 166.37 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1ed7418e-02f6-4a43-8d47-1954d1014353)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR031") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 166.37 189.23 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609eedb9) - (property "Reference" "#PWR032" (at 166.37 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 165.989 193.6242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 166.37 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 166.37 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 57ccf925-a45f-4479-b61e-8f75263ee02b)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR032") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 161.29 182.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609eedc1) - (property "Reference" "#PWR030" (at 161.29 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 161.417 187.2742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 161.29 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 161.29 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 76abd763-ad3f-46ea-9fc2-2e0d84ef38c9)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR030") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 166.37 185.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609eedca) - (property "Reference" "C12" (at 172.72 184.15 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 173.99 186.69 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 167.3352 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 166.37 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 166.37 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 166.37 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 166.37 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 774a9496-6189-4ec2-b897-a7570bd0a155)) - (pin "2" (uuid 0aec373b-8caf-482c-9e40-5b5921a329dd)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 166.37 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609eedd4) - (property "Reference" "C11" (at 172.72 176.53 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "0.1u" (at 173.99 179.07 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 167.3352 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 166.37 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 166.37 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 166.37 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 166.37 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21e3cdff-1ae8-420e-bde1-3d2fadeb9c4a)) - (pin "2" (uuid 394c0259-13f5-4f1d-8137-6bbd68f4253b)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 201.93 143.51 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609efa41) - (property "Reference" "#PWR037" (at 208.28 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 205.1812 143.383 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 201.93 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 201.93 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c641af51-9e14-40ec-b22a-877ed2770179)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR037") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 121.92 182.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609fd0f4) - (property "Reference" "#PWR018" (at 121.92 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 122.047 187.2742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 121.92 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 121.92 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3d40a47c-643a-4d7d-bbd0-ccbc1b047cf8)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR018") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 127 185.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609fd0ff) - (property "Reference" "C8" (at 129.921 184.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 129.921 186.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 127.9652 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 127 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 127 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 127 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 127 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 46e545b6-33af-469c-be6a-4f160a06a3af)) - (pin "2" (uuid 9a397b0a-b986-4026-b64b-41f27869b4f9)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 127 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609fd109) - (property "Reference" "C7" (at 129.921 176.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 129.921 178.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" (at 127.9652 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 127 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 127 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC (50V, L=4 mm, W=2.5 mm, LS=2.5 mm)" (at 127 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 127 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 83d4bd17-7048-4534-a570-52a47dcb51c8)) - (pin "2" (uuid e72550b8-adc8-4957-a8a3-4af1b6e91894)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 134.62 189.23 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609fd11a) - (property "Reference" "#PWR024" (at 134.62 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 134.239 193.6242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 134.62 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 134.62 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b2fb9190-5f16-46f5-afa3-f07e5ad51854)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR024") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 134.62 173.99 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609fd121) - (property "Reference" "#PWR023" (at 134.62 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 135.001 169.5958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 134.62 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 134.62 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4381066a-ad1f-4f05-bd2a-a0e222d1fa6e)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR023") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 185.42 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a25246) - (property "Reference" "#FLG04" (at 185.42 150.495 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 185.42 148.0058 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 185.42 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 185.42 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c8b6f1f5-d697-4c5c-9ede-724e1fd09ebc)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#FLG04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 201.93 140.97 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af4be1) - (property "Reference" "#PWR036" (at 198.12 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 205.1812 141.351 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 201.93 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 201.93 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 65f14b86-970b-408a-8fe5-0758355a1140)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR036") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 139.7 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b26128) - (property "Reference" "#PWR0101" (at 139.7 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 139.827 61.5442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 139.7 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 139.7 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4b7ba0e3-9fc2-4d88-829d-6f851d4d5dc2)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 139.7 119.38 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b290f4) - (property "Reference" "#PWR0102" (at 139.7 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 139.827 123.7742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 139.7 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 139.7 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 94c5909c-ac92-4df5-9bc6-da2cb124357a)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 100.33 138.43 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b39e0e) - (property "Reference" "#PWR040" (at 100.33 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 100.711 134.0358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 100.33 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 100.33 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bcb3984c-7e3a-4cc8-87c5-67f8c211e6f0)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR040") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 100.33 146.05 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b3a78b) - (property "Reference" "#PWR041" (at 100.33 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 99.949 150.4442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 100.33 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 100.33 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 00dcf17e-24c6-494b-9922-cab41265200a)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR041") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 107.95 142.24 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b3ae9a) - (property "Reference" "R8" (at 107.95 136.9822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "330k" (at 107.95 139.2936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 107.95 140.462 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 107.95 142.24 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ee1d777b-8305-4de5-a222-43d234e5f233)) - (pin "2" (uuid d64525d8-7634-4e79-8851-61e36de999b4)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 111.76 148.59 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b4355d) - (property "Reference" "R10" (at 117.0178 148.59 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100" (at 114.7064 148.59 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 113.538 148.59 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 111.76 148.59 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 47d1ca4b-a5d9-41e6-950b-3853d0e019d3)) - (pin "2" (uuid cb9a8460-4d59-4a63-9dd6-be38959ce8a3)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 111.76 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b440f0) - (property "Reference" "#PWR043" (at 111.76 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 111.887 156.7942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 111.76 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 111.76 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0849f560-f06c-46dd-b2ba-fee9557a1412)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR043") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 100.33 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b5c6b2) - (property "Reference" "#PWR038" (at 100.33 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 100.711 71.8058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 100.33 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 100.33 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1c96fd86-c267-42ca-8af0-e001d2c55e0c)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR038") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 100.33 83.82 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b5c6b8) - (property "Reference" "#PWR039" (at 100.33 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 99.949 88.2142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 100.33 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 100.33 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b5cad1a9-9d4a-4c35-af7f-3700dff44532)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR039") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 107.95 80.01 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b5c6be) - (property "Reference" "R7" (at 107.95 74.7522 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "330k" (at 107.95 77.0636 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 107.95 78.232 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 107.95 80.01 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2bdd99c6-62a8-42ea-8e5d-225241809a06)) - (pin "2" (uuid f6d3d273-c0f9-45ea-b2e5-9d891565e4e3)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 111.76 86.36 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b5c6c4) - (property "Reference" "R9" (at 117.0178 86.36 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100" (at 114.7064 86.36 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 113.538 86.36 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 111.76 86.36 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7337bf10-dd8a-4ad8-ae0a-d3aeb7651825)) - (pin "2" (uuid 8c0e48e8-1c9a-4367-b830-94c8fee60b16)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 111.76 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b5c6ca) - (property "Reference" "#PWR042" (at 111.76 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 111.887 94.5642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 111.76 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 111.76 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fefc1768-c270-4cf5-b906-573c46394c5b)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR042") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 172.72 149.86 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060e46c2a) - (property "Reference" "#FLG02" (at 172.72 151.765 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 172.72 154.2542 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 172.72 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 172.72 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9e7534d8-292b-44c3-8e26-721f3e6f4b58)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 179.07 149.86 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060e46c2b) - (property "Reference" "#FLG03" (at 179.07 151.765 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 179.07 154.2542 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 179.07 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 57fd2163-7985-4328-803e-dc54673e9e29)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#FLG03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 63.5 173.99 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060e46c2c) - (property "Reference" "#PWR07" (at 63.5 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 60.96 170.18 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 63.5 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 901f58a1-7c86-4e6e-aabd-0b083dd057ee)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 34.29 180.34 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060e46c2e) - (property "Reference" "J1" (at 33.02 190.9318 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10 Pos" (at 33.02 188.6204 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (at 34.29 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 34.29 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 34.29 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Pin Header IDC (2.54mm)" (at 34.29 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 34.29 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"J\" model=\"IDC Header\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ad8b6103-d40d-40e6-9563-7d90f3ce580d)) - (pin "10" (uuid 767d0452-e038-4e0b-a99a-217861aa0471)) - (pin "2" (uuid 340c6723-d57e-40e7-bcb8-0f95dcda53ef)) - (pin "3" (uuid 85d71395-5a6d-4bdd-8749-e25ca71b7498)) - (pin "4" (uuid ead6c715-d1e7-4d9f-bd15-31801ada72a7)) - (pin "5" (uuid 39d70267-4e63-4395-af16-1de9c8e58456)) - (pin "6" (uuid d5d88127-31dd-4f15-abe9-8f0e30b67865)) - (pin "7" (uuid edc1cbb3-fa84-4ddb-8fd1-c4a7210cd2c2)) - (pin "8" (uuid 27111700-abc5-4803-a892-821d3844a8d3)) - (pin "9" (uuid 95e9aa18-4c3e-49ef-881c-d9878ca15a36)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 26.67 175.26 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060e46c30) - (property "Reference" "#PWR01" (at 30.48 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 23.4188 174.879 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 26.67 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 26.67 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 857def32-3eeb-4f57-b93c-d71320beeabb)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 245.11 153.67 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060e46c31) - (property "Reference" "H1" (at 247.65 152.5016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 247.65 154.813 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 245.11 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 245.11 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 81.28 38.1 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061005f8a) - (property "Reference" "U1" (at 81.28 28.7782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 81.28 31.0896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 81.28 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 81.28 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b7188a83-9ed4-473f-92f6-1f5298e0b803)) - (pin "2" (uuid b00c11b5-cb42-43bd-b465-42a7569c8d85)) - (pin "3" (uuid bbfe8610-03a1-4978-8ac3-b60e2dda5ff4)) - (pin "5" (uuid 1a7e7b16-fc7c-4e64-9ace-48cc78112437)) - (pin "6" (uuid 173fd4a7-b485-4e9d-8724-470865466784)) - (pin "7" (uuid 96ee9b8e-4543-4639-b9ea-44b8baaaf94e)) - (pin "4" (uuid bab3431c-ede6-417b-8033-763748a11a9f)) - (pin "8" (uuid 5f059fcf-8990-4db3-9058-7f232d9600e1)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 81.28 66.04 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061008c18) - (property "Reference" "U1" (at 81.28 56.7182 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 81.28 59.0296 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 81.28 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 81.28 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4e7a230a-c1a4-4455-81ee-277835acf4a2)) - (pin "2" (uuid 2bbd6c26-4114-4518-8f4a-c6fdadc046b6)) - (pin "3" (uuid 51f5536d-48d2-4807-be44-93f427952b0e)) - (pin "5" (uuid 0987783f-a1e2-49af-99f8-ff1b664de58a)) - (pin "6" (uuid 87583d0d-80e0-47c6-be13-2c443cc64b6a)) - (pin "7" (uuid a9d7c4e3-3e02-49c2-86bf-0da6917f8998)) - (pin "4" (uuid 41ab46ed-40f5-461d-81aa-1f02dc069a49)) - (pin "8" (uuid d8d71ad3-6fd1-4a98-9c1f-70c4fbf3d1d1)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 81.28 100.33 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006102316f) - (property "Reference" "U2" (at 81.28 91.0082 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 81.28 93.3196 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 81.28 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 81.28 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9bec40b9-4d3d-4ffa-86a1-44f4ea6a5977)) - (pin "2" (uuid bdc922f2-0ae9-4939-9442-0b5fc1455c73)) - (pin "3" (uuid 3598c483-c3ea-4862-be64-b3ca662dc28e)) - (pin "5" (uuid 97693043-81ba-44a2-b87b-aca6193e0970)) - (pin "6" (uuid a6dd3322-fcf5-4e4f-88bb-77a3d82a4d05)) - (pin "7" (uuid 61a18b62-4111-4a9d-8fca-04c4c6f90cc3)) - (pin "4" (uuid 717b25a7-c9c2-4f6f-b744-a96113325c99)) - (pin "8" (uuid 9404ce4c-2ce6-4f88-8062-13577800d257)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 81.28 128.27 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061025a75) - (property "Reference" "U2" (at 81.28 118.9482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 81.28 121.2596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 81.28 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 81.28 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f7758f2a-e5c9-405c-960a-353b36eaf72d)) - (pin "2" (uuid 868b5d0d-f911-4724-9580-d9e69eb9f709)) - (pin "3" (uuid 3d2a15cb-c492-4d9a-b1dd-7d5f099d2d31)) - (pin "5" (uuid f6e8a5da-f5fa-453c-8e5d-b8f945886eef)) - (pin "6" (uuid 8d301f71-6ea8-44f2-9d33-bc945e100e2f)) - (pin "7" (uuid 15bc58e9-c34f-4f81-831d-f1d8ca4c7d5e)) - (pin "4" (uuid ed247857-b2a3-4b23-90ad-758c01ae5e8e)) - (pin "8" (uuid 3d70e675-48ae-4edd-b95d-3ca51e634018)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U2") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 161.29 116.84 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061029861) - (property "Reference" "U5" (at 161.29 107.5182 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 161.29 109.8296 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 161.29 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 161.29 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 799d9f4a-bb6b-44d5-9f4c-3a30db59943d)) - (pin "2" (uuid c220da05-2a98-47be-9327-0c73c5263c41)) - (pin "3" (uuid 23345f3e-d08d-4834-b1dc-64de02569916)) - (pin "5" (uuid c3afd5fa-ddfa-41c9-a4e8-ec109ebe707c)) - (pin "6" (uuid 8ef24399-2db2-40f6-af7a-12aa6fedc549)) - (pin "7" (uuid 7335d6d7-dd13-4ebc-a240-3d1f78bf1d97)) - (pin "4" (uuid 5099f397-6fe7-454f-899c-34e2b5f22ca7)) - (pin "8" (uuid 6474aa6c-825c-4f0f-9938-759b68df02a5)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U5") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 161.29 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006102c33a) - (property "Reference" "U5" (at 161.29 45.2882 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 161.29 47.5996 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 161.29 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 161.29 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c0e839e6-cdc8-42c7-8e79-c427af7fbfa7)) - (pin "2" (uuid fc851260-428c-48ea-a31b-89fac047a75c)) - (pin "3" (uuid fa6b32fb-cf2e-4fb0-a74e-e3314579bdfb)) - (pin "5" (uuid 71aa3829-956e-4ff9-af3f-b06e50ab2b5a)) - (pin "6" (uuid 41524d81-a7f7-45af-a8c6-15609b68d1fd)) - (pin "7" (uuid bcacf97a-a49b-480c-96ed-a857f56faeb2)) - (pin "4" (uuid a311f3c6-42e3-4584-9725-4a62ff91b6e3)) - (pin "8" (uuid c38f28b6-5bd4-4cf9-b273-1e7b230f6b42)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 93.98 181.61 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061039ed0) - (property "Reference" "U1" (at 92.9132 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 92.9132 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 93.98 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 93.98 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6ae901e7-3f37-4fdc-9fbb-f82666744826)) - (pin "2" (uuid b7ed4c31-5417-4fb5-9261-7dca42c1c776)) - (pin "3" (uuid bb5e8a0f-2ed5-4c2a-91b7-cb63c4c66e15)) - (pin "5" (uuid f58fca4c-73af-416f-b236-f3bb62b8fd00)) - (pin "6" (uuid 3675ad1a-972f-4046-b23a-e6ca04304035)) - (pin "7" (uuid 92ec60c8-e914-4456-8d37-4b88fc0eb9c6)) - (pin "4" (uuid 734ccd91-b64f-45eb-89c1-d79070e92bce)) - (pin "8" (uuid 17760061-3fbb-4a75-a09b-ec7086669b2f)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U1") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 116.84 181.61 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006103b81b) - (property "Reference" "U2" (at 115.7732 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 115.7732 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 116.84 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 116.84 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6e21d8a8-05db-450e-863d-764ba51b5b58)) - (pin "2" (uuid fa574bf3-ac2e-449d-91be-bcb1e35bdaba)) - (pin "3" (uuid cf45f134-35c0-4b31-91e7-048e45f34bf8)) - (pin "5" (uuid 1d6518e1-cfe9-4078-adc2-cf8e6477b5cb)) - (pin "6" (uuid 0df798c0-963e-4340-a737-18e50763521e)) - (pin "7" (uuid 8e1983d7-818b-423d-95d2-7f219e4f6ba3)) - (pin "4" (uuid f6fc255a-d3ab-470c-935b-d4fa117c3163)) - (pin "8" (uuid 906d0230-c5c5-4ea8-a040-948dd2443583)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U2") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 137.16 181.61 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006103d3ba) - (property "Reference" "U5" (at 136.0932 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 136.0932 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 137.16 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 137.16 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 341dde39-440e-4d05-8def-6a5cecefd88c)) - (pin "2" (uuid e07e1653-d05d-4bf2-bea3-6515a06de065)) - (pin "3" (uuid 680c3e83-f590-4924-85a1-36d51b076683)) - (pin "5" (uuid 0cc094e7-c1c0-457d-bd94-3db91c23be55)) - (pin "6" (uuid be030c62-e776-405f-97d8-4a4c1aa2e428)) - (pin "7" (uuid 9c0314b1-f82f-432d-95a0-65e191202552)) - (pin "4" (uuid d0507015-5c10-404a-b2c5-27ea1e698fa7)) - (pin "8" (uuid e55d5b1e-2de1-462a-9468-85f91348d182)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "U5") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x05_Socket") (at 196.85 146.05 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061044027) - (property "Reference" "J2" (at 200.66 135.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "01x05 Female" (at 199.5932 138.5824 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (at 196.85 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 196.85 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 196.85 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 86a3f821-f568-4d2b-81e6-e3ea8d30048c)) - (pin "2" (uuid b0d8514c-0908-4fd7-b15e-9dcceb2e1ae9)) - (pin "3" (uuid ae4320f7-e9d3-4993-a29d-922e4217fdd4)) - (pin "4" (uuid c00cb242-19cf-4185-953d-848d9f558c52)) - (pin "5" (uuid b83d047b-f63b-4131-8c52-8afe5c090c55)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x03_Socket") (at 215.9 143.51 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006105072e) - (property "Reference" "J3" (at 219.71 135.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "01x03 Female" (at 218.6432 138.5824 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" (at 215.9 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 215.9 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 348c1ed8-e573-49d1-90dd-d1ba6e695466)) - (pin "2" (uuid cdea8327-a585-463d-9c3d-e5fee5aef222)) - (pin "3" (uuid 83392905-755c-4a28-8790-68b38f66e3b9)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 100.33 142.24 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 1e57a74e-0b00-4b3d-9315-89c64e9eac1a) - (property "Reference" "RV2" (at 97.79 140.9699 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 97.79 143.5099 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3386P_Vertical" (at 100.33 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 100.33 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b6a85323-e009-4e85-903e-edd13d6660a7)) - (pin "2" (uuid 6a9f2228-7b0b-4350-b7cb-96bae9f76531)) - (pin "3" (uuid 5e119567-0b38-409c-bac0-2c383591c86f)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "RV2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 68.58 185.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 40d6e624-bf54-49eb-9aa2-bbc747013036) - (property "Reference" "C2" (at 72.39 183.2609 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "22u" (at 72.39 185.8009 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (at 69.5452 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 093e9e63-fe1e-4feb-bbbe-9d5002218a03)) - (pin "2" (uuid a6cf71dc-c7e4-40ab-83eb-49ea01eef86d)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 100.33 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid c21dfebf-14cf-461f-856d-f2f6ea8eecae) - (property "Reference" "RV1" (at 97.79 78.7399 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 97.79 81.2799 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3386P_Vertical" (at 100.33 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 100.33 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b2e59adb-ac20-4d64-ab08-ba9a507ab9ab)) - (pin "2" (uuid 9ca7b55a-b9e3-4991-9dc1-ea498debc9b0)) - (pin "3" (uuid 908f428c-5e20-4965-b187-96964b1a7af0)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "RV1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 68.58 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid c2dc9cfd-c5ea-4d25-bc89-e7c48837663d) - (property "Reference" "C1" (at 72.39 175.6409 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "22u" (at 72.39 178.1809 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" (at 69.5452 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1f704f17-bb46-4ea0-8728-305025749850)) - (pin "2" (uuid df0456f5-9234-4080-ae65-72a31d473a34)) - (instances - (project "main" - (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34") + (paper "A4") + (title_block + (title "produkt") + (date "2021-07-28") + (rev "R02") + (comment 1 "schema for main pcb") + (comment 2 "vca and ringmodulator") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Amplifier_Operational:TL072" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TL072_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x03_Socket" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x03_Socket" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x03_Socket_1_1" + (arc + (start 0 -2.032) + (mid -0.5058 -2.54) + (end 0 -3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0.508) + (mid -0.5058 0) + (end 0 -0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 3.048) + (mid -0.5058 2.54) + (end 0 2.032) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x05_Socket" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x05_Socket" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x05_Socket_1_1" + (arc + (start 0 -4.572) + (mid -0.5058 -5.08) + (end 0 -5.588) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -2.032) + (mid -0.5058 -2.54) + (end 0 -3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -0.508 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -0.508 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0.508) + (mid -0.5058 0) + (end 0 -0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 3.048) + (mid -0.5058 2.54) + (end 0 2.032) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 5.588) + (mid -0.5058 5.08) + (end 0 4.572) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 1.27 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_02x05_Odd_Even_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 3.81 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start 3.81 -4.953) + (end 2.54 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 -2.413) + (end 2.54 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 0.127) + (end 2.54 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 2.667) + (end 2.54 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 5.207) + (end 2.54 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 5.08 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 0 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_Potentiometer" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_0_1" + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.143 0) (xy 2.286 0.508) (xy 2.286 -0.508) (xy 1.143 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "elektrophon:AD633" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -10.16 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "AD633" + (at 2.54 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 15.24 -15.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/AD633.pdf" + (at 21.59 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low Cost Analog Multiplier, PDIP-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Analog Multiplier" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AD633_0_0" + (pin power_in line + (at 0 -15.24 90) + (length 2.54) + (name "-V" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 10.16 270) + (length 2.54) + (name "+V" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "AD633_0_1" + (rectangle + (start -8.89 -12.7) + (end 8.89 7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start -8.89 -12.7) + (end 8.89 7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AD633_1_1" + (pin input line + (at -12.7 5.08 0) + (length 3.81) + (name "X1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 0 0) + (length 3.81) + (name "X2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 -5.08 0) + (length 3.81) + (name "Y1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 -10.16 0) + (length 3.81) + (name "Y2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 12.7 -5.08 180) + (length 3.81) + (name "Z" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 12.7 0 180) + (length 3.81) + (name "W" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+15V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+15V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "-15V_0_0" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "-15V_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 111.76 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "113c6e45-b8e8-4723-afea-dd036703b198") + ) + (junction + (at 26.67 175.26) + (diameter 0) + (color 0 0 0 0) + (uuid "14e5b4f6-e607-4ff6-85c7-17c2a24614e4") + ) + (junction + (at 91.44 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "20812578-429e-4c04-a926-4f0576a6dbb2") + ) + (junction + (at 168.91 54.61) + (diameter 0) + (color 0 0 0 0) + (uuid "363d7efe-b6a2-4636-8737-1d73b9ab88b8") + ) + (junction + (at 106.68 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "45d5f1d0-22c7-461c-9cd2-c39eeb572dfa") + ) + (junction + (at 68.58 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "4882a3aa-bf35-4ca8-848e-9974c518e087") + ) + (junction + (at 90.17 100.33) + (diameter 0) + (color 0 0 0 0) + (uuid "4e8f52a2-f8fe-4b7f-b5c8-e3756e29a61a") + ) + (junction + (at 90.17 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "69c0d317-63e9-4f58-980b-e369f95af581") + ) + (junction + (at 152.4 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "6a576354-6757-48bb-9373-ca63fb1a9bde") + ) + (junction + (at 114.3 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "6c82bd71-ada4-4883-bf1b-9c27fc4f7c75") + ) + (junction + (at 168.91 116.84) + (diameter 0) + (color 0 0 0 0) + (uuid "73883bcc-0ca7-40de-bb42-784b64f05d1c") + ) + (junction + (at 134.62 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "8419ac21-1b3a-4b88-bcd4-e9de0f275ea8") + ) + (junction + (at 152.4 128.27) + (diameter 0) + (color 0 0 0 0) + (uuid "8a5ed6c4-190d-4e58-9bff-bdf0c79b38eb") + ) + (junction + (at 83.82 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "8b26b480-d03e-4c26-9a3d-0601812278fe") + ) + (junction + (at 90.17 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "8d872035-4e5c-4bfc-8c12-930d93c74768") + ) + (junction + (at 166.37 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "92ba7be5-9173-4b0e-8971-2747b1945928") + ) + (junction + (at 134.62 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "a451c1ef-2d49-4411-8906-a999babbd6ab") + ) + (junction + (at 149.86 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "a5c86708-1088-42e9-8ae7-fbdfedd9dd33") + ) + (junction + (at 114.3 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "b48413cf-5429-47b3-b031-3d452078c64b") + ) + (junction + (at 91.44 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "c2f624c5-ad31-41e9-aaaf-6fb3d3ec0960") + ) + (junction + (at 63.5 189.23) + (diameter 0) + (color 0 0 0 0) + (uuid "ceb17607-95a9-4725-ba73-0c434dbd0b47") + ) + (junction + (at 63.5 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "cf0e296e-1a44-4112-84ca-f39dc793b5ed") + ) + (junction + (at 127 181.61) + (diameter 0) + (color 0 0 0 0) + (uuid "db86799b-49cd-496a-a418-1c21570866e2") + ) + (junction + (at 90.17 128.27) + (diameter 0) + (color 0 0 0 0) + (uuid "df31d7c9-7023-40c7-8e8f-32c837b74af8") + ) + (junction + (at 111.76 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "e361dac6-0bf1-4af8-b761-b546bb69a10d") + ) + (wire + (pts + (xy 111.76 82.55) (xy 111.76 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "059358fa-0911-4e31-86af-9a3387878c39") + ) + (wire + (pts + (xy 62.23 173.99) (xy 63.5 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0b0f8b93-178a-4bd8-aeb1-d94a329d8390") + ) + (wire + (pts + (xy 78.74 182.88) (xy 78.74 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0bace05a-43ce-4bad-b3ad-79f36989c313") + ) + (wire + (pts + (xy 73.66 97.79) (xy 72.39 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1127883d-7dbc-42cb-8bb0-f382db325a85") + ) + (wire + (pts + (xy 139.7 52.07) (xy 153.67 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "15dcfd2c-ef36-4093-b898-bc478c9c644f") + ) + (wire + (pts + (xy 134.62 189.23) (xy 127 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "17f14b8f-b05f-4d59-b644-3669acd669a4") + ) + (wire + (pts + (xy 114.3 109.22) (xy 97.79 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "184dc4b8-bb92-4a1d-af47-894a95476f09") + ) + (wire + (pts + (xy 121.92 182.88) (xy 121.92 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1af64e56-cce3-4cc3-bc39-0a73e9dec4b8") + ) + (wire + (pts + (xy 127 137.16) (xy 127 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1fea79f2-439b-4412-8c7d-fa5fe2b59d68") + ) + (wire + (pts + (xy 127 173.99) (xy 134.62 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23843fe0-2211-4eb7-ab89-c5eb7dac5ae7") + ) + (wire + (pts + (xy 73.66 125.73) (xy 72.39 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23e9792e-0b8a-4739-95ad-33357cd95328") + ) + (wire + (pts + (xy 152.4 128.27) (xy 152.4 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2405beee-83ed-4119-90b9-a55afe0a2aba") + ) + (wire + (pts + (xy 139.7 114.3) (xy 153.67 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "24fa38a8-1726-48d0-a1ae-eccbb44dd7b9") + ) + (wire + (pts + (xy 63.5 173.99) (xy 68.58 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "259b6f26-03a3-4be6-a27a-dcc34e28d0dc") + ) + (wire + (pts + (xy 111.76 62.23) (xy 114.3 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "268b3a41-edb3-4a10-a6a1-d0ee0ae7d31a") + ) + (wire + (pts + (xy 72.39 115.57) (xy 90.17 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2735329e-8673-45cb-9ce5-d99b47d3532b") + ) + (wire + (pts + (xy 168.91 128.27) (xy 168.91 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "280404e4-49aa-4841-ad65-884ebc4c239a") + ) + (wire + (pts + (xy 99.06 119.38) (xy 114.3 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "292d724f-b3bb-4a24-b2f3-daf3a82df287") + ) + (wire + (pts + (xy 165.1 128.27) (xy 168.91 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e6a111a-4441-45c8-a215-99aaa3ebcce6") + ) + (wire + (pts + (xy 83.82 173.99) (xy 91.44 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2ec09b3c-6cb4-49da-bf0a-c48d97b7bbc5") + ) + (wire + (pts + (xy 88.9 66.04) (xy 90.17 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2fa3a9da-d790-4507-8285-62387d3b9707") + ) + (wire + (pts + (xy 97.79 109.22) (xy 97.79 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "31835023-34f9-4bf9-9c76-89c67c34399d") + ) + (wire + (pts + (xy 68.58 130.81) (xy 73.66 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34b4ef8a-4d87-4094-b231-acfe8f54098e") + ) + (wire + (pts + (xy 127 34.29) (xy 127 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "355b24e8-f196-48aa-bc4b-ef3090086a4f") + ) + (wire + (pts + (xy 152.4 66.04) (xy 152.4 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "35e2a1e3-12c6-4002-a9fc-029e604e5e70") + ) + (wire + (pts + (xy 107.95 114.3) (xy 114.3 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "361da9a9-943c-4e3e-bfa3-c60f0ebb9c0c") + ) + (wire + (pts + (xy 107.95 114.3) (xy 107.95 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3b897e19-59bc-4196-9689-00dac76c9589") + ) + (wire + (pts + (xy 88.9 100.33) (xy 90.17 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3dd63b48-3d84-42ee-8eef-64e6167a2439") + ) + (wire + (pts + (xy 88.9 128.27) (xy 90.17 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f3584d4-ba53-4522-9465-4bf47a71bf7c") + ) + (wire + (pts + (xy 153.67 119.38) (xy 152.4 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43e44791-a43c-43be-977c-03da121c2d3f") + ) + (wire + (pts + (xy 90.17 128.27) (xy 99.06 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "48b80c84-cd79-437b-8caa-5034e75ffbb7") + ) + (wire + (pts + (xy 72.39 35.56) (xy 72.39 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "48d4b518-646a-4dd0-b4c2-5bfc9909667a") + ) + (wire + (pts + (xy 149.86 66.04) (xy 152.4 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4f468aec-34e3-4645-8a47-3772dff0c3a7") + ) + (wire + (pts + (xy 90.17 25.4) (xy 90.17 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "547a80c2-e9cd-4a3d-a575-3b67a49e9483") + ) + (wire + (pts + (xy 90.17 38.1) (xy 97.79 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5585b12e-63ae-48ad-a469-7d3efa0f5d3e") + ) + (wire + (pts + (xy 101.6 182.88) (xy 101.6 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5770103b-c9cd-480b-9122-ef05d1a52388") + ) + (wire + (pts + (xy 111.76 80.01) (xy 111.76 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "599aa80d-57f0-4fd1-b588-167ea95e86d8") + ) + (wire + (pts + (xy 157.48 66.04) (xy 152.4 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "59a3412f-85ee-4fa2-9db3-6ea2bdb6eb97") + ) + (wire + (pts + (xy 149.86 128.27) (xy 152.4 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a035248-5eca-47b2-aa55-6a6c443b1051") + ) + (wire + (pts + (xy 107.95 52.07) (xy 107.95 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5d89ef09-359f-45ab-9f71-9790b34fe501") + ) + (wire + (pts + (xy 140.97 67.31) (xy 140.97 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5e07d30a-2521-48d9-b32e-5a10d2d3e56e") + ) + (wire + (pts + (xy 114.3 46.99) (xy 97.79 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f43528b-41f1-486e-948d-913540ff1d35") + ) + (wire + (pts + (xy 106.68 173.99) (xy 114.3 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6005f59c-7978-42a3-8081-0ff2382deba3") + ) + (wire + (pts + (xy 90.17 115.57) (xy 90.17 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "69a29c39-54a2-4053-be6a-5935348f2357") + ) + (wire + (pts + (xy 72.39 25.4) (xy 90.17 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6fdecc63-af18-42a2-a77c-e8c146715e4a") + ) + (wire + (pts + (xy 168.91 116.84) (xy 172.72 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "75e92f04-20b9-4f79-a5ec-9629cd8ac2a6") + ) + (wire + (pts + (xy 90.17 100.33) (xy 97.79 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7771a4ca-524a-40fe-ae24-f1b917fea5be") + ) + (wire + (pts + (xy 78.74 181.61) (xy 83.82 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79797b0c-b750-45a3-b491-5c1acd6122e8") + ) + (wire + (pts + (xy 140.97 129.54) (xy 140.97 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d1d0c69-c0fc-4e41-93dd-d2dccccbfbc3") + ) + (wire + (pts + (xy 111.76 124.46) (xy 114.3 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e248e24-587f-4174-ae60-2b3b82d34d2d") + ) + (wire + (pts + (xy 168.91 54.61) (xy 172.72 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e7e2778-6bb8-460e-80d6-07b32de0d33a") + ) + (wire + (pts + (xy 99.06 57.15) (xy 114.3 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7fd4ec42-44ba-4e3e-ba54-802bb7bd8ac6") + ) + (wire + (pts + (xy 161.29 181.61) (xy 166.37 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7fdd757d-a391-4530-9565-6d32f34129f9") + ) + (wire + (pts + (xy 90.17 53.34) (xy 90.17 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "82dd9a23-4dd9-4b12-b94d-ec68fc34992d") + ) + (wire + (pts + (xy 107.95 52.07) (xy 114.3 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87890ecb-9fd6-432e-8e79-62cf8373fbf9") + ) + (wire + (pts + (xy 68.58 181.61) (xy 63.5 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8d83524b-4aa2-4f8a-b717-17d90d0a46da") + ) + (wire + (pts + (xy 62.23 189.23) (xy 63.5 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8eae2f85-7026-4bb1-ba73-541397c0ac47") + ) + (wire + (pts + (xy 140.97 66.04) (xy 142.24 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "94048a2f-869b-4e57-84f6-e2da292168c9") + ) + (wire + (pts + (xy 72.39 125.73) (xy 72.39 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "950625c7-5132-4f7a-89cd-5a3ed0d9e4b8") + ) + (wire + (pts + (xy 73.66 63.5) (xy 72.39 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "96985921-6619-4072-b7b0-aab544ac2898") + ) + (wire + (pts + (xy 68.58 40.64) (xy 73.66 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97e462ea-9518-4731-a5ef-51369a6c73bb") + ) + (wire + (pts + (xy 101.6 181.61) (xy 106.68 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "99f31a2e-1094-4c75-a353-3806f25d4518") + ) + (wire + (pts + (xy 97.79 46.99) (xy 97.79 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9bb3b78a-92fe-4215-9f3f-c0d9b7015d11") + ) + (wire + (pts + (xy 73.66 35.56) (xy 72.39 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a2886276-7751-4c62-91e2-20a53a2392e8") + ) + (wire + (pts + (xy 68.58 102.87) (xy 73.66 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a3bba430-62fc-42ec-b00f-d96acf031c69") + ) + (wire + (pts + (xy 127 96.52) (xy 127 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ab028846-c6c0-4ffb-8945-49f0950ce253") + ) + (wire + (pts + (xy 91.44 189.23) (xy 83.82 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ab6187d7-64e6-4ae5-8012-e2a0941f4dc7") + ) + (wire + (pts + (xy 68.58 68.58) (xy 73.66 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aca70fd1-9c5e-4a16-9e93-5611483e9232") + ) + (wire + (pts + (xy 144.78 181.61) (xy 149.86 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ad5c81f2-b9ed-4e8d-afcd-40cfc4adbd96") + ) + (wire + (pts + (xy 90.17 66.04) (xy 99.06 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "afbe06cf-fbf4-4d22-8fea-e4427ae78a03") + ) + (wire + (pts + (xy 157.48 128.27) (xy 152.4 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b2b47ea2-fa4a-49cb-9655-0460409c39af") + ) + (wire + (pts + (xy 99.06 66.04) (xy 99.06 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4c8de22-d55e-417b-91fd-ef53d7c09253") + ) + (wire + (pts + (xy 111.76 144.78) (xy 111.76 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6c48ad1-892e-40e7-bc54-9f432d82bc39") + ) + (wire + (pts + (xy 72.39 97.79) (xy 72.39 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b74dd86f-9eb4-4416-a81b-1909f9a9a178") + ) + (wire + (pts + (xy 127 74.93) (xy 127 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bb60f2a7-2ab3-479b-9b42-9f9be2296464") + ) + (wire + (pts + (xy 114.3 189.23) (xy 106.68 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0853478-d2f9-4a91-b9c8-8b53533cc2ac") + ) + (wire + (pts + (xy 72.39 87.63) (xy 90.17 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c4c2efb6-616e-49d8-aa50-cac69cd1da7e") + ) + (wire + (pts + (xy 63.5 189.23) (xy 68.58 189.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c5e0ccb2-7a30-4454-bd1d-ea196333c859") + ) + (wire + (pts + (xy 90.17 87.63) (xy 90.17 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cee046ba-3692-4285-a87f-af37bacd25c2") + ) + (wire + (pts + (xy 99.06 128.27) (xy 99.06 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0489be6-a434-4a13-bdc0-13a2b7e681dc") + ) + (wire + (pts + (xy 121.92 181.61) (xy 127 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d8b3447d-0bae-4ab6-aa47-15db7d283c5f") + ) + (wire + (pts + (xy 72.39 53.34) (xy 90.17 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df4997a9-c0fd-419c-8bec-fdd780526a17") + ) + (wire + (pts + (xy 88.9 38.1) (xy 90.17 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e00493c7-890e-4323-9d7a-1f9038980965") + ) + (wire + (pts + (xy 153.67 57.15) (xy 152.4 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e04ac276-e3a2-4f59-bae4-813424ad21e5") + ) + (wire + (pts + (xy 111.76 142.24) (xy 111.76 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e215ef74-4fb4-4075-b9ae-f0340b2540f1") + ) + (wire + (pts + (xy 168.91 66.04) (xy 168.91 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb52aa40-6a84-4fc2-98ab-6ec60236c5fe") + ) + (wire + (pts + (xy 161.29 182.88) (xy 161.29 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb7573d6-6e2b-471c-9bbd-c7c71b002d6d") + ) + (wire + (pts + (xy 144.78 182.88) (xy 144.78 181.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eeea9e81-2988-4ab1-9c72-2f9640b38a62") + ) + (wire + (pts + (xy 72.39 63.5) (xy 72.39 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f12196e6-cfe7-4244-b92b-68c255dbe891") + ) + (wire + (pts + (xy 165.1 66.04) (xy 168.91 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb1be3b6-e578-46fc-a9cd-e057836950e2") + ) + (wire + (pts + (xy 140.97 128.27) (xy 142.24 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fbe54d30-963e-4c2a-a690-65acbede6f2e") + ) + (global_label "Xa" + (shape input) + (at 68.58 40.64 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "007e3fc7-5d9b-4042-b703-106c2c43eb8f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 63.9699 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "Ya" + (shape input) + (at 201.93 148.59 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "21069db7-a651-43ad-b6f0-f3dd4faf88ae") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 206.4192 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Xb" + (shape input) + (at 220.98 140.97 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "225ae6ca-fc02-486c-865f-b16da80b79be") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 225.5901 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Yb" + (shape input) + (at 68.58 130.81 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "37b46d37-1c6d-482a-8d6d-46e2f677587e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.0908 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "VP" + (shape input) + (at 39.37 182.88 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "38781dfa-a6ba-4c96-9a0e-c6877f4f2952") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 43.9802 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Yb" + (shape input) + (at 220.98 143.51 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "3946faad-f7bd-4bb0-9474-5d375cef6532") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 225.4692 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Xb" + (shape input) + (at 68.58 102.87 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "69ddc18c-ac7a-4ba1-99a8-01fa0e8e78f0") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 63.9699 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "VN" + (shape input) + (at 39.37 185.42 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "6ee5f01b-3289-49d7-91f9-69254387577f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 44.0407 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "OUTb" + (shape input) + (at 172.72 116.84 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "7202eea6-d510-4601-8c76-ca9479668217") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 179.7492 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "VN" + (shape input) + (at 54.61 189.23 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "781d3a24-6337-44ec-8b52-8bdf1d00974f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 49.9393 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "OUTb" + (shape input) + (at 220.98 146.05 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "9fae3b7c-4357-4776-88b6-189098c8a084") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 228.0092 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "VN" + (shape input) + (at 26.67 185.42 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b182c09c-5474-4806-9368-5bac2a690a54") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 21.9993 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "VP" + (shape input) + (at 54.61 173.99 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b4d54866-1d9a-4cf8-9674-d702b31ab762") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 49.9998 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "OUTa" + (shape input) + (at 172.72 54.61 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "bed23357-40df-4ca6-8ab1-1e8aa9281f01") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 179.7492 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "VP" + (shape input) + (at 26.67 182.88 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e1e9bbc8-ab96-4259-8e10-03b2816c4939") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 22.0598 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "Ya" + (shape input) + (at 68.58 68.58 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e444a373-2e34-4d93-8d1f-df46cfaf4c2f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 64.0908 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "OUTa" + (shape input) + (at 201.93 151.13 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f09140cd-f810-4f84-a4e8-83c0949f8a8b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 208.9592 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Xa" + (shape input) + (at 201.93 146.05 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f248d7cc-8769-47b5-a9ff-d4af56056da5") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 206.5401 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 91.44 173.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f502cf7") + (property "Reference" "#PWR011" + (at 91.44 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 91.821 169.5958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 91.44 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 91.44 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f9cda6b0-cfdd-4897-babd-5c8a639b45c4") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 91.44 189.23 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f503cea") + (property "Reference" "#PWR012" + (at 91.44 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 91.059 193.6242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 91.44 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 91.44 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8b0c5318-8891-4004-848b-fb943c4185e5") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 114.3 173.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f63e167") + (property "Reference" "#PWR016" + (at 114.3 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 114.681 169.5958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 114.3 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "382414d6-8528-4cd1-a2e2-1145ffd6218f") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 114.3 189.23 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f63e16d") + (property "Reference" "#PWR017" + (at 114.3 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 113.919 193.6242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 114.3 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0d16315b-ee0a-4182-aa32-6ec02e9c89c9") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 83.82 177.8 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f6f526b") + (property "Reference" "C3" + (at 86.741 176.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 86.741 178.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 84.7852 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 83.82 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 83.82 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 83.82 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "87f1840b-ed38-4373-a5b7-fdbbcaf9aa16") + ) + (pin "2" + (uuid "fe366fe3-a1ae-4099-91ea-9cf3fadb08df") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 83.82 185.42 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f6f586f") + (property "Reference" "C4" + (at 86.741 184.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 86.741 186.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 84.7852 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 83.82 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 83.82 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 83.82 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "885462d4-12cd-48b5-a741-34ba23bd68ce") + ) + (pin "2" + (uuid "568f74b5-e82d-4b7f-a45d-14f3935abc6a") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 78.74 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f70acfd") + (property "Reference" "#PWR010" + (at 78.74 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 78.867 187.2742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 78.74 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 78.74 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 78.74 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "379421de-9413-438d-991e-2d4243dc5550") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 106.68 177.8 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f7116cc") + (property "Reference" "C5" + (at 109.601 176.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 109.601 178.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 107.6452 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 106.68 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 106.68 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9bad5037-11d3-4e77-8890-3976ceebe861") + ) + (pin "2" + (uuid "b25a2d97-d79c-4fb0-9067-00bfe6b770f4") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 106.68 185.42 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f7116d2") + (property "Reference" "C6" + (at 109.601 184.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 109.601 186.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 107.6452 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 106.68 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 106.68 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "be25fdec-9b33-4ba5-b61f-9be78f0f57a9") + ) + (pin "2" + (uuid "dc8f60bc-e82c-4057-ba20-bf5bf58bfc3d") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 101.6 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f7116da") + (property "Reference" "#PWR013" + (at 101.6 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 101.727 187.2742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 101.6 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 101.6 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 101.6 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cbbb8db4-156e-47f6-8349-c384fe8f86a0") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:AD633") + (at 127 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f74d4f3") + (property "Reference" "U3" + (at 132.08 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AD633" + (at 132.08 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 142.24 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/AD633.pdf" + (at 148.59 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low Cost Analog Multiplier, PDIP-8" + (at 127 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 127 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"AD633\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "5" + (uuid "9535e5d8-3c75-42e4-8d2e-0012e1a47b0f") + ) + (pin "8" + (uuid "2d19dddc-c51f-4eb2-a2df-48d6d7c46b88") + ) + (pin "1" + (uuid "621b04f4-791b-4819-a3f8-02fec98cd534") + ) + (pin "2" + (uuid "b96e80a7-782f-4af4-9e43-62262013c189") + ) + (pin "3" + (uuid "817579df-f87e-4aff-9645-6a4a22fa262a") + ) + (pin "4" + (uuid "6df84efb-aad0-40d8-a6f4-dc8cfbeab52a") + ) + (pin "6" + (uuid "d3d319d3-1d09-4bbc-89f3-41714cbdbe6c") + ) + (pin "7" + (uuid "b90061d5-bfa5-4652-b6a0-638e10cd30dc") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 107.95 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f755ea3") + (property "Reference" "#PWR014" + (at 107.95 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 108.077 69.1642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 107.95 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 107.95 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "32e2e4cd-7120-4aaf-90d8-8f1dc004c970") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 161.29 66.04 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f78b0a7") + (property "Reference" "R5" + (at 161.29 60.7822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 161.29 63.0936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 161.29 64.262 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 161.29 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6711cc39-d929-413f-82a3-0c83a8061b9d") + ) + (pin "2" + (uuid "5abb640f-5405-4215-ad01-061a9944f1da") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 146.05 66.04 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f793822") + (property "Reference" "R3" + (at 146.05 60.7822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 146.05 63.0936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 146.05 64.262 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 146.05 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 146.05 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7bfd0298-5241-4dc5-9715-a75240760d4a") + ) + (pin "2" + (uuid "2bbb360c-2750-4119-a0d6-c436786972d5") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 140.97 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f793da6") + (property "Reference" "#PWR025" + (at 140.97 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 141.097 71.7042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 140.97 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 140.97 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 140.97 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6509b6d2-a02e-44c2-ae7d-f2514b37a7c4") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 149.86 177.8 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f7df1dd") + (property "Reference" "C9" + (at 156.21 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 157.48 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 150.8252 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 149.86 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 149.86 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 149.86 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "225801a9-1dcf-4f58-baed-b6b45418180b") + ) + (pin "2" + (uuid "a8453eed-d7c8-427c-ad23-6c16f47ef17b") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 149.86 185.42 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f7e6b68") + (property "Reference" "C10" + (at 156.21 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 157.48 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 150.8252 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 149.86 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 149.86 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 149.86 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a52f1bec-3ae6-4b3b-80be-946c4fa6fa47") + ) + (pin "2" + (uuid "6cc16121-d81e-40e9-b5bb-398ab34a557d") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 127 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f7ee1f9") + (property "Reference" "#PWR019" + (at 127 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 127.381 29.8958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 127 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 127 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 127 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "09011909-93e1-4bde-a002-7762ecda7187") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 127 74.93 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f7f0fce") + (property "Reference" "#PWR020" + (at 127 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 126.619 79.3242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 127 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 127 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 127 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1bb575e3-ec7d-4cde-bd48-2633ab8dc10e") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 63.5 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fc69ba2") + (property "Reference" "#PWR09" + (at 63.5 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 60.96 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 63.5 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 63.5 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9a67bcc1-b6ef-477c-9d81-c99624463cf3") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 39.37 175.26 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd1660") + (property "Reference" "#PWR04" + (at 35.56 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 42.6212 175.641 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 39.37 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 39.37 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 39.37 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0949e15a-b6ff-40d6-9601-c7e7bbee9804") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 144.78 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fd009dd") + (property "Reference" "#PWR027" + (at 144.78 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 144.907 187.2742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 144.78 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 144.78 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 144.78 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5c49a426-9b48-4078-853a-94fd64b3cb3e") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 149.86 189.23 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fd03c19") + (property "Reference" "#PWR029" + (at 149.86 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 149.479 193.6242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 149.86 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 149.86 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 149.86 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "20252d3c-acbe-44f3-9438-902f1b21ed23") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 149.86 173.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fd044d0") + (property "Reference" "#PWR028" + (at 149.86 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 150.241 169.5958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 149.86 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 149.86 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 149.86 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d66093b1-7765-42a8-bfd7-c8a77044247e") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 245.11 161.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097a580") + (property "Reference" "H2" + (at 247.65 160.1216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 247.65 162.433 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 245.11 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 245.11 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 245.11 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 26.67 180.34 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609809f1") + (property "Reference" "#PWR03" + (at 20.32 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 23.4188 180.467 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 26.67 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 26.67 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 26.67 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8ffd4467-caea-4d9f-ba09-0655ad5ec0d8") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 172.72 149.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609809f4") + (property "Reference" "#PWR033" + (at 172.72 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 173.101 145.4658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 172.72 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 172.72 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 172.72 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "64beeb5b-a554-43b1-90c1-a4960a9a41cb") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 185.42 152.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609809f5") + (property "Reference" "#PWR035" + (at 185.42 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 185.547 156.7942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 185.42 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 185.42 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 185.42 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2e02ab61-1bc0-463d-a6a8-7a93fac4a55a") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR035") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 58.42 173.99 270) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609809f6") + (property "Reference" "R1" + (at 58.42 168.7322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10" + (at 58.42 171.0436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 58.42 172.212 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 58.42 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 58.42 173.99 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 58.42 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a379db7c-86c6-4e0a-90d4-029054f9c985") + ) + (pin "2" + (uuid "7cc8f3d1-6b45-4c23-bd49-f05effa3e89d") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 26.67 175.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609809fc") + (property "Reference" "#FLG01" + (at 26.67 173.355 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 26.67 172.0088 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "" + (at 26.67 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 26.67 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 26.67 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5610ab64-ae7a-4d8e-b359-1941dcddc279") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 181.61 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060980eca") + (property "Reference" "#PWR08" + (at 57.15 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 58.42 181.61 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 63.5 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7fee9cae-92cc-47a5-ad49-97a73cff5c02") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 26.67 177.8 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060980ecd") + (property "Reference" "#PWR02" + (at 20.32 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 23.4188 177.927 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 26.67 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 26.67 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 26.67 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a04e9b94-0868-40ce-b21f-40e460636e7f") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 179.07 149.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060980ed2") + (property "Reference" "#PWR034" + (at 179.07 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 179.451 145.4658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 179.07 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 179.07 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "98f8a13e-e984-4c52-a64a-d3d0fb16d05b") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR034") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 39.37 180.34 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060980ed7") + (property "Reference" "#PWR06" + (at 45.72 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 42.6212 180.213 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 39.37 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 39.37 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 39.37 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "096cf32d-b833-4c94-adc4-7ff13a4bea86") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 58.42 189.23 270) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060980ed8") + (property "Reference" "R2" + (at 58.42 183.9722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10" + (at 58.42 186.2836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 58.42 187.452 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 58.42 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 58.42 189.23 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 58.42 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c8464d7-fa4b-4ae0-99cd-564bd6ea5e3e") + ) + (pin "2" + (uuid "6ab57405-e13f-4a84-912e-84f4e15fb87c") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 39.37 177.8 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060980eda") + (property "Reference" "#PWR05" + (at 45.72 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 42.6212 177.673 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 39.37 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 39.37 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 39.37 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc76823f-da6d-4308-85bc-17769607c323") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 264.16 153.67 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006098deca") + (property "Reference" "H3" + (at 266.7 152.5016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 266.7 154.813 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 264.16 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 264.16 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 264.16 161.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006098ded0") + (property "Reference" "H4" + (at 266.7 160.1216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 266.7 162.433 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 264.16 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 264.16 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:AD633") + (at 127 114.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d2173") + (property "Reference" "U4" + (at 132.08 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AD633" + (at 132.08 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 142.24 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/AD633.pdf" + (at 148.59 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low Cost Analog Multiplier, PDIP-8" + (at 127 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 127 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"AD633\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "5" + (uuid "7bccd3a7-74cf-4a11-ae98-824d21d14d73") + ) + (pin "8" + (uuid "1a92d546-ef49-4fcd-bebf-a3ccef896ec6") + ) + (pin "1" + (uuid "d323c315-15c2-4996-8011-0b477b21bfc0") + ) + (pin "2" + (uuid "90fbd3f2-3f88-4844-9769-1adb89a22c94") + ) + (pin "3" + (uuid "caa788be-586a-4655-b5a3-9e06905d2a5f") + ) + (pin "4" + (uuid "fe9f16eb-b9ee-4d37-94f8-eca47e044da8") + ) + (pin "6" + (uuid "59abe59b-df4b-4251-a27e-f3cb1d55b646") + ) + (pin "7" + (uuid "bc7bec39-f310-4612-bfed-abd987986415") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 107.95 127 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d2179") + (property "Reference" "#PWR015" + (at 107.95 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 108.077 131.3942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 107.95 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 107.95 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "85ebcaea-4f79-459d-83a2-798358cd7b46") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 127 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d2181") + (property "Reference" "#PWR021" + (at 127 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 127.381 92.1258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 127 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 127 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 127 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1ef24dbb-e51b-4112-97bb-2fd3f2ca1cc5") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 127 137.16 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d2187") + (property "Reference" "#PWR022" + (at 127 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 126.619 141.5542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 127 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 127 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 127 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "14db097d-9a3d-4f85-97f7-81a991bfed70") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 161.29 128.27 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d219f") + (property "Reference" "R6" + (at 161.29 123.0122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 161.29 125.3236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 161.29 126.492 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 161.29 128.27 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8621deda-36b2-4c67-8315-e47678b4922b") + ) + (pin "2" + (uuid "5c8bd45b-898a-4e59-9e4e-6841c6295f50") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 146.05 128.27 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d21aa") + (property "Reference" "R4" + (at 146.05 123.0122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 146.05 125.3236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 146.05 126.492 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 146.05 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 146.05 128.27 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9909e4f1-f46e-4133-af16-0f4fdd816c4b") + ) + (pin "2" + (uuid "be1b5d89-f2f1-43a9-a4fd-d8c5097bbf29") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 140.97 129.54 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d21b0") + (property "Reference" "#PWR026" + (at 140.97 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 141.097 133.9342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 140.97 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 140.97 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 140.97 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1128e786-9bd5-49c8-8b94-5d020d4f4935") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 166.37 173.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609eedb3") + (property "Reference" "#PWR031" + (at 166.37 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 166.751 169.5958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 166.37 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 166.37 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 166.37 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1ed7418e-02f6-4a43-8d47-1954d1014353") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 166.37 189.23 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609eedb9") + (property "Reference" "#PWR032" + (at 166.37 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 165.989 193.6242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 166.37 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 166.37 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 166.37 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "57ccf925-a45f-4479-b61e-8f75263ee02b") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 161.29 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609eedc1") + (property "Reference" "#PWR030" + (at 161.29 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 161.417 187.2742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 161.29 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 161.29 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 161.29 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "76abd763-ad3f-46ea-9fc2-2e0d84ef38c9") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 166.37 185.42 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609eedca") + (property "Reference" "C12" + (at 172.72 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 173.99 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 167.3352 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 166.37 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 166.37 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "774a9496-6189-4ec2-b897-a7570bd0a155") + ) + (pin "2" + (uuid "0aec373b-8caf-482c-9e40-5b5921a329dd") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 166.37 177.8 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609eedd4") + (property "Reference" "C11" + (at 172.72 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0.1u" + (at 173.99 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 167.3352 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 166.37 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 166.37 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21e3cdff-1ae8-420e-bde1-3d2fadeb9c4a") + ) + (pin "2" + (uuid "394c0259-13f5-4f1d-8137-6bbd68f4253b") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 201.93 143.51 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609efa41") + (property "Reference" "#PWR037" + (at 208.28 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 205.1812 143.383 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 201.93 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 201.93 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 201.93 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c641af51-9e14-40ec-b22a-877ed2770179") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR037") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 121.92 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609fd0f4") + (property "Reference" "#PWR018" + (at 121.92 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 122.047 187.2742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 121.92 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 121.92 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 121.92 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3d40a47c-643a-4d7d-bbd0-ccbc1b047cf8") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 127 185.42 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609fd0ff") + (property "Reference" "C8" + (at 129.921 184.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 129.921 186.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 127.9652 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 127 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 127 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 127 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "46e545b6-33af-469c-be6a-4f160a06a3af") + ) + (pin "2" + (uuid "9a397b0a-b986-4026-b64b-41f27869b4f9") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 127 177.8 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609fd109") + (property "Reference" "C7" + (at 129.921 176.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 129.921 178.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.8mm_W2.6mm_P2.50mm" + (at 127.9652 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 127 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 127 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 127 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "83d4bd17-7048-4534-a570-52a47dcb51c8") + ) + (pin "2" + (uuid "e72550b8-adc8-4957-a8a3-4af1b6e91894") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 134.62 189.23 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609fd11a") + (property "Reference" "#PWR024" + (at 134.62 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 134.239 193.6242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 134.62 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 134.62 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 134.62 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b2fb9190-5f16-46f5-afa3-f07e5ad51854") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 134.62 173.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609fd121") + (property "Reference" "#PWR023" + (at 134.62 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 135.001 169.5958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 134.62 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 134.62 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 134.62 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4381066a-ad1f-4f05-bd2a-a0e222d1fa6e") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 185.42 152.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a25246") + (property "Reference" "#FLG04" + (at 185.42 150.495 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 185.42 148.0058 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 185.42 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 185.42 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c8b6f1f5-d697-4c5c-9ede-724e1fd09ebc") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#FLG04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 201.93 140.97 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af4be1") + (property "Reference" "#PWR036" + (at 198.12 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 205.1812 141.351 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 201.93 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 201.93 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 201.93 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "65f14b86-970b-408a-8fe5-0758355a1140") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR036") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 139.7 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b26128") + (property "Reference" "#PWR0101" + (at 139.7 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 139.827 61.5442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 139.7 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 139.7 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 139.7 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4b7ba0e3-9fc2-4d88-829d-6f851d4d5dc2") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 139.7 119.38 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b290f4") + (property "Reference" "#PWR0102" + (at 139.7 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 139.827 123.7742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 139.7 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 139.7 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 139.7 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94c5909c-ac92-4df5-9bc6-da2cb124357a") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 100.33 138.43 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b39e0e") + (property "Reference" "#PWR040" + (at 100.33 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 100.711 134.0358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 100.33 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 100.33 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 100.33 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bcb3984c-7e3a-4cc8-87c5-67f8c211e6f0") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR040") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 100.33 146.05 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b3a78b") + (property "Reference" "#PWR041" + (at 100.33 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 99.949 150.4442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 100.33 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 100.33 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 100.33 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "00dcf17e-24c6-494b-9922-cab41265200a") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR041") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 107.95 142.24 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b3ae9a") + (property "Reference" "R8" + (at 107.95 136.9822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330k" + (at 107.95 139.2936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 107.95 140.462 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 107.95 142.24 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ee1d777b-8305-4de5-a222-43d234e5f233") + ) + (pin "2" + (uuid "d64525d8-7634-4e79-8851-61e36de999b4") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 111.76 148.59 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b4355d") + (property "Reference" "R10" + (at 117.0178 148.59 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 114.7064 148.59 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 113.538 148.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 111.76 148.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "47d1ca4b-a5d9-41e6-950b-3853d0e019d3") + ) + (pin "2" + (uuid "cb9a8460-4d59-4a63-9dd6-be38959ce8a3") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 111.76 152.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b440f0") + (property "Reference" "#PWR043" + (at 111.76 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 111.887 156.7942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 111.76 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 111.76 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 111.76 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0849f560-f06c-46dd-b2ba-fee9557a1412") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 100.33 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b5c6b2") + (property "Reference" "#PWR038" + (at 100.33 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 100.711 71.8058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 100.33 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 100.33 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 100.33 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1c96fd86-c267-42ca-8af0-e001d2c55e0c") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR038") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 100.33 83.82 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b5c6b8") + (property "Reference" "#PWR039" + (at 100.33 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 99.949 88.2142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 100.33 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 100.33 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 100.33 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b5cad1a9-9d4a-4c35-af7f-3700dff44532") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR039") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 107.95 80.01 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b5c6be") + (property "Reference" "R7" + (at 107.95 74.7522 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330k" + (at 107.95 77.0636 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 107.95 78.232 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 107.95 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2bdd99c6-62a8-42ea-8e5d-225241809a06") + ) + (pin "2" + (uuid "f6d3d273-c0f9-45ea-b2e5-9d891565e4e3") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 111.76 86.36 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b5c6c4") + (property "Reference" "R9" + (at 117.0178 86.36 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 114.7064 86.36 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 113.538 86.36 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 111.76 86.36 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7337bf10-dd8a-4ad8-ae0a-d3aeb7651825") + ) + (pin "2" + (uuid "8c0e48e8-1c9a-4367-b830-94c8fee60b16") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 111.76 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b5c6ca") + (property "Reference" "#PWR042" + (at 111.76 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 111.887 94.5642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 111.76 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 111.76 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 111.76 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fefc1768-c270-4cf5-b906-573c46394c5b") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 172.72 149.86 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060e46c2a") + (property "Reference" "#FLG02" + (at 172.72 151.765 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 172.72 154.2542 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 172.72 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 172.72 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 172.72 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9e7534d8-292b-44c3-8e26-721f3e6f4b58") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 179.07 149.86 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060e46c2b") + (property "Reference" "#FLG03" + (at 179.07 151.765 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 179.07 154.2542 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 179.07 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 179.07 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "57fd2163-7985-4328-803e-dc54673e9e29") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 63.5 173.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060e46c2c") + (property "Reference" "#PWR07" + (at 63.5 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 60.96 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 63.5 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 63.5 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "901f58a1-7c86-4e6e-aabd-0b083dd057ee") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_02x05_Odd_Even") + (at 34.29 180.34 180) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060e46c2e") + (property "Reference" "J1" + (at 33.02 190.9318 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10 Pos" + (at 33.02 188.6204 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 34.29 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 34.29 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 34.29 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 34.29 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"J\" model=\"IDC Header\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ad8b6103-d40d-40e6-9563-7d90f3ce580d") + ) + (pin "10" + (uuid "767d0452-e038-4e0b-a99a-217861aa0471") + ) + (pin "2" + (uuid "340c6723-d57e-40e7-bcb8-0f95dcda53ef") + ) + (pin "3" + (uuid "85d71395-5a6d-4bdd-8749-e25ca71b7498") + ) + (pin "4" + (uuid "ead6c715-d1e7-4d9f-bd15-31801ada72a7") + ) + (pin "5" + (uuid "39d70267-4e63-4395-af16-1de9c8e58456") + ) + (pin "6" + (uuid "d5d88127-31dd-4f15-abe9-8f0e30b67865") + ) + (pin "7" + (uuid "edc1cbb3-fa84-4ddb-8fd1-c4a7210cd2c2") + ) + (pin "8" + (uuid "27111700-abc5-4803-a892-821d3844a8d3") + ) + (pin "9" + (uuid "95e9aa18-4c3e-49ef-881c-d9878ca15a36") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 26.67 175.26 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060e46c30") + (property "Reference" "#PWR01" + (at 30.48 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 23.4188 174.879 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.67 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 26.67 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 26.67 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "857def32-3eeb-4f57-b93c-d71320beeabb") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 245.11 153.67 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060e46c31") + (property "Reference" "H1" + (at 247.65 152.5016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 247.65 154.813 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 245.11 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 245.11 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 245.11 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 81.28 38.1 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061005f8a") + (property "Reference" "U1" + (at 81.28 28.7782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 81.28 31.0896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 81.28 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 81.28 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 81.28 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b7188a83-9ed4-473f-92f6-1f5298e0b803") + ) + (pin "2" + (uuid "b00c11b5-cb42-43bd-b465-42a7569c8d85") + ) + (pin "3" + (uuid "bbfe8610-03a1-4978-8ac3-b60e2dda5ff4") + ) + (pin "5" + (uuid "1a7e7b16-fc7c-4e64-9ace-48cc78112437") + ) + (pin "6" + (uuid "173fd4a7-b485-4e9d-8724-470865466784") + ) + (pin "7" + (uuid "96ee9b8e-4543-4639-b9ea-44b8baaaf94e") + ) + (pin "4" + (uuid "bab3431c-ede6-417b-8033-763748a11a9f") + ) + (pin "8" + (uuid "5f059fcf-8990-4db3-9058-7f232d9600e1") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 81.28 66.04 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061008c18") + (property "Reference" "U1" + (at 81.28 56.7182 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 81.28 59.0296 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 81.28 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 81.28 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 81.28 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4e7a230a-c1a4-4455-81ee-277835acf4a2") + ) + (pin "2" + (uuid "2bbd6c26-4114-4518-8f4a-c6fdadc046b6") + ) + (pin "3" + (uuid "51f5536d-48d2-4807-be44-93f427952b0e") + ) + (pin "5" + (uuid "0987783f-a1e2-49af-99f8-ff1b664de58a") + ) + (pin "6" + (uuid "87583d0d-80e0-47c6-be13-2c443cc64b6a") + ) + (pin "7" + (uuid "a9d7c4e3-3e02-49c2-86bf-0da6917f8998") + ) + (pin "4" + (uuid "41ab46ed-40f5-461d-81aa-1f02dc069a49") + ) + (pin "8" + (uuid "d8d71ad3-6fd1-4a98-9c1f-70c4fbf3d1d1") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 81.28 100.33 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006102316f") + (property "Reference" "U2" + (at 81.28 91.0082 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 81.28 93.3196 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 81.28 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 81.28 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 81.28 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9bec40b9-4d3d-4ffa-86a1-44f4ea6a5977") + ) + (pin "2" + (uuid "bdc922f2-0ae9-4939-9442-0b5fc1455c73") + ) + (pin "3" + (uuid "3598c483-c3ea-4862-be64-b3ca662dc28e") + ) + (pin "5" + (uuid "97693043-81ba-44a2-b87b-aca6193e0970") + ) + (pin "6" + (uuid "a6dd3322-fcf5-4e4f-88bb-77a3d82a4d05") + ) + (pin "7" + (uuid "61a18b62-4111-4a9d-8fca-04c4c6f90cc3") + ) + (pin "4" + (uuid "717b25a7-c9c2-4f6f-b744-a96113325c99") + ) + (pin "8" + (uuid "9404ce4c-2ce6-4f88-8062-13577800d257") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 81.28 128.27 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061025a75") + (property "Reference" "U2" + (at 81.28 118.9482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 81.28 121.2596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 81.28 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 81.28 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 81.28 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f7758f2a-e5c9-405c-960a-353b36eaf72d") + ) + (pin "2" + (uuid "868b5d0d-f911-4724-9580-d9e69eb9f709") + ) + (pin "3" + (uuid "3d2a15cb-c492-4d9a-b1dd-7d5f099d2d31") + ) + (pin "5" + (uuid "f6e8a5da-f5fa-453c-8e5d-b8f945886eef") + ) + (pin "6" + (uuid "8d301f71-6ea8-44f2-9d33-bc945e100e2f") + ) + (pin "7" + (uuid "15bc58e9-c34f-4f81-831d-f1d8ca4c7d5e") + ) + (pin "4" + (uuid "ed247857-b2a3-4b23-90ad-758c01ae5e8e") + ) + (pin "8" + (uuid "3d70e675-48ae-4edd-b95d-3ca51e634018") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U2") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 161.29 116.84 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061029861") + (property "Reference" "U5" + (at 161.29 107.5182 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 161.29 109.8296 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 161.29 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 161.29 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 161.29 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "799d9f4a-bb6b-44d5-9f4c-3a30db59943d") + ) + (pin "2" + (uuid "c220da05-2a98-47be-9327-0c73c5263c41") + ) + (pin "3" + (uuid "23345f3e-d08d-4834-b1dc-64de02569916") + ) + (pin "5" + (uuid "c3afd5fa-ddfa-41c9-a4e8-ec109ebe707c") + ) + (pin "6" + (uuid "8ef24399-2db2-40f6-af7a-12aa6fedc549") + ) + (pin "7" + (uuid "7335d6d7-dd13-4ebc-a240-3d1f78bf1d97") + ) + (pin "4" + (uuid "5099f397-6fe7-454f-899c-34e2b5f22ca7") + ) + (pin "8" + (uuid "6474aa6c-825c-4f0f-9938-759b68df02a5") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U5") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 161.29 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006102c33a") + (property "Reference" "U5" + (at 161.29 45.2882 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 161.29 47.5996 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 161.29 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 161.29 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 161.29 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c0e839e6-cdc8-42c7-8e79-c427af7fbfa7") + ) + (pin "2" + (uuid "fc851260-428c-48ea-a31b-89fac047a75c") + ) + (pin "3" + (uuid "fa6b32fb-cf2e-4fb0-a74e-e3314579bdfb") + ) + (pin "5" + (uuid "71aa3829-956e-4ff9-af3f-b06e50ab2b5a") + ) + (pin "6" + (uuid "41524d81-a7f7-45af-a8c6-15609b68d1fd") + ) + (pin "7" + (uuid "bcacf97a-a49b-480c-96ed-a857f56faeb2") + ) + (pin "4" + (uuid "a311f3c6-42e3-4584-9725-4a62ff91b6e3") + ) + (pin "8" + (uuid "c38f28b6-5bd4-4cf9-b273-1e7b230f6b42") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 93.98 181.61 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061039ed0") + (property "Reference" "U1" + (at 92.9132 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 92.9132 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 93.98 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 93.98 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 93.98 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6ae901e7-3f37-4fdc-9fbb-f82666744826") + ) + (pin "2" + (uuid "b7ed4c31-5417-4fb5-9261-7dca42c1c776") + ) + (pin "3" + (uuid "bb5e8a0f-2ed5-4c2a-91b7-cb63c4c66e15") + ) + (pin "5" + (uuid "f58fca4c-73af-416f-b236-f3bb62b8fd00") + ) + (pin "6" + (uuid "3675ad1a-972f-4046-b23a-e6ca04304035") + ) + (pin "7" + (uuid "92ec60c8-e914-4456-8d37-4b88fc0eb9c6") + ) + (pin "4" + (uuid "734ccd91-b64f-45eb-89c1-d79070e92bce") + ) + (pin "8" + (uuid "17760061-3fbb-4a75-a09b-ec7086669b2f") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 116.84 181.61 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006103b81b") + (property "Reference" "U2" + (at 115.7732 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 115.7732 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 116.84 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 116.84 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 116.84 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6e21d8a8-05db-450e-863d-764ba51b5b58") + ) + (pin "2" + (uuid "fa574bf3-ac2e-449d-91be-bcb1e35bdaba") + ) + (pin "3" + (uuid "cf45f134-35c0-4b31-91e7-048e45f34bf8") + ) + (pin "5" + (uuid "1d6518e1-cfe9-4078-adc2-cf8e6477b5cb") + ) + (pin "6" + (uuid "0df798c0-963e-4340-a737-18e50763521e") + ) + (pin "7" + (uuid "8e1983d7-818b-423d-95d2-7f219e4f6ba3") + ) + (pin "4" + (uuid "f6fc255a-d3ab-470c-935b-d4fa117c3163") + ) + (pin "8" + (uuid "906d0230-c5c5-4ea8-a040-948dd2443583") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U2") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 137.16 181.61 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006103d3ba") + (property "Reference" "U5" + (at 136.0932 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 136.0932 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 137.16 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 137.16 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 137.16 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "341dde39-440e-4d05-8def-6a5cecefd88c") + ) + (pin "2" + (uuid "e07e1653-d05d-4bf2-bea3-6515a06de065") + ) + (pin "3" + (uuid "680c3e83-f590-4924-85a1-36d51b076683") + ) + (pin "5" + (uuid "0cc094e7-c1c0-457d-bd94-3db91c23be55") + ) + (pin "6" + (uuid "be030c62-e776-405f-97d8-4a4c1aa2e428") + ) + (pin "7" + (uuid "9c0314b1-f82f-432d-95a0-65e191202552") + ) + (pin "4" + (uuid "d0507015-5c10-404a-b2c5-27ea1e698fa7") + ) + (pin "8" + (uuid "e55d5b1e-2de1-462a-9468-85f91348d182") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "U5") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x05_Socket") + (at 196.85 146.05 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061044027") + (property "Reference" "J2" + (at 200.66 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "01x05 Female" + (at 199.5932 138.5824 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" + (at 196.85 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 196.85 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 196.85 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "86a3f821-f568-4d2b-81e6-e3ea8d30048c") + ) + (pin "2" + (uuid "b0d8514c-0908-4fd7-b15e-9dcceb2e1ae9") + ) + (pin "3" + (uuid "ae4320f7-e9d3-4993-a29d-922e4217fdd4") + ) + (pin "4" + (uuid "c00cb242-19cf-4185-953d-848d9f558c52") + ) + (pin "5" + (uuid "b83d047b-f63b-4131-8c52-8afe5c090c55") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Socket") + (at 215.9 143.51 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006105072e") + (property "Reference" "J3" + (at 219.71 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "01x03 Female" + (at 218.6432 138.5824 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" + (at 215.9 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 215.9 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "348c1ed8-e573-49d1-90dd-d1ba6e695466") + ) + (pin "2" + (uuid "cdea8327-a585-463d-9c3d-e5fee5aef222") + ) + (pin "3" + (uuid "83392905-755c-4a28-8790-68b38f66e3b9") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 100.33 142.24 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1e57a74e-0b00-4b3d-9315-89c64e9eac1a") + (property "Reference" "RV2" + (at 97.79 140.9699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 97.79 143.5099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3386P_Vertical" + (at 100.33 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 100.33 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 100.33 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b6a85323-e009-4e85-903e-edd13d6660a7") + ) + (pin "2" + (uuid "6a9f2228-7b0b-4350-b7cb-96bae9f76531") + ) + (pin "3" + (uuid "5e119567-0b38-409c-bac0-2c383591c86f") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "RV2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 68.58 185.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "40d6e624-bf54-49eb-9aa2-bbc747013036") + (property "Reference" "C2" + (at 72.39 183.2609 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "22u" + (at 72.39 185.8009 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (at 69.5452 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 68.58 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "093e9e63-fe1e-4feb-bbbe-9d5002218a03") + ) + (pin "2" + (uuid "a6cf71dc-c7e4-40ab-83eb-49ea01eef86d") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 100.33 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c21dfebf-14cf-461f-856d-f2f6ea8eecae") + (property "Reference" "RV1" + (at 97.79 78.7399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 97.79 81.2799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3386P_Vertical" + (at 100.33 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 100.33 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 100.33 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b2e59adb-ac20-4d64-ab08-ba9a507ab9ab") + ) + (pin "2" + (uuid "9ca7b55a-b9e3-4991-9dc1-ea498debc9b0") + ) + (pin "3" + (uuid "908f428c-5e20-4965-b187-96964b1a7af0") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 68.58 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c2dc9cfd-c5ea-4d25-bc89-e7c48837663d") + (property "Reference" "C1" + (at 72.39 175.6409 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "22u" + (at 72.39 178.1809 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D6.3mm_P2.50mm" + (at 69.5452 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 68.58 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1f704f17-bb46-4ea0-8728-305025749850") + ) + (pin "2" + (uuid "df0456f5-9234-4080-ae65-72a31d473a34") + ) + (instances + (project "main" + (path "/91db848d-b0c6-4f8f-ba1d-c4c9b7bf7a34" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/produkt/mount/mount.kicad_pcb b/src/produkt/mount/mount.kicad_pcb index c9b1213a..3c73f527 100644 --- a/src/produkt/mount/mount.kicad_pcb +++ b/src/produkt/mount/mount.kicad_pcb @@ -1,9642 +1,15430 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "produkt") - (date "2021-08-01") - (rev "R02") - (comment 1 "PCB for mount circuit") - (comment 2 "vca and ringmodulator") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "Net-(D1-K)") - (net 3 "Net-(D2-K)") - (net 4 "Net-(D3-A)") - (net 5 "Net-(D4-A)") - (net 6 "Net-(D5-K)") - (net 7 "Net-(D6-K)") - (net 8 "Net-(D7-A)") - (net 9 "Net-(D8-A)") - (net 10 "Net-(D9-K)") - (net 11 "Net-(D10-K)") - (net 12 "Net-(D11-A)") - (net 13 "Net-(D12-A)") - (net 14 "Net-(Q1-C)") - (net 15 "/IN1x") - (net 16 "Net-(Q2-C)") - (net 17 "/IN1y") - (net 18 "Net-(Q3-C)") - (net 19 "Net-(Q4-C)") - (net 20 "OUTb") - (net 21 "Yb") - (net 22 "Xb") - (net 23 "OUTa") - (net 24 "Ya") - (net 25 "Xa") - (net 26 "+5V") - (net 27 "/IN2x") - (net 28 "Net-(Q5-C)") - (net 29 "/IN2y") - (net 30 "Net-(Q6-C)") - (net 31 "unconnected-(J1-PadTN)") - (net 32 "unconnected-(J2-PadTN)") - (net 33 "Net-(J3-PadT)") - (net 34 "unconnected-(J3-PadTN)") - (net 35 "unconnected-(J6-PadTN)") - (net 36 "Net-(J7-PadT)") - (net 37 "unconnected-(J7-PadTN)") - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979afe) - (at 88.56 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006097a580") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 701a553b-f978-4f0e-8f89-d9355ad0cb5d) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f74c40b8-64da-4f2c-b8cd-29671c8a14c4) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9f0a6a78-3b42-41cc-bd60-ebeeae983d56) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 03591ad1-4122-4548-9239-dfffea8015a8)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 6642c2af-c20d-410b-be5f-332e1cf03227)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp d667ba6c-1256-4fad-9590-8fef30976b7e)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b06) - (at 53.34 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006098deca") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5a4d4f2c-2f9d-4a11-acd2-9c1e513f5aee) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cc6da5dd-e641-44a6-b58e-1109c1a20af0) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5cfbdeb3-246b-4fa0-99d8-1642d71ea732) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 58c2cb3c-e404-438c-a81b-4660ba4080ed)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 327136ed-8d36-4851-bfa9-c3f8b01b783e)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp a6a6a815-8b19-4722-b628-b1254bd1d34b)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b0e) - (at 88.56 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006098ded0") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 153a2563-c3eb-42b1-adb1-9d5db1fd8db4) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0ce82b6-b1ad-4bd6-a929-385c91bddb38) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b8562dd4-34cc-4512-98da-4866d0eda312) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 3d9bc944-2cd1-438d-bdbd-98db7a14b898)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 66aebedb-7bc0-4568-9bf7-b9ba650e9f11)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 6c475fba-62cf-4a1e-b987-d79ea6fdcecb)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e80b) - (at 53.34 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/00000000-0000-0000-0000-00006097a217") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 481c0c95-4dd4-47d3-a963-c81591f8719e) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2229eeaf-9e3f-4cb3-9401-50f71e29deed) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d90beb76-d684-4f84-9a01-412896f5d65f) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 7411ea45-02e9-4c89-8759-47a3ac7a261e)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp cd10432e-a5f1-49c1-b5fa-65378adb40fe)) - (pad "" np_thru_hole circle (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp a3640e83-2f60-40c2-9fe8-c302c07625f2)) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e4141c) - (at 59.68 76.2) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-00005fef7875") - (attr through_hole) - (fp_text reference "D3" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 772dc5fb-c042-4d18-9720-8999abf7d999) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f9c17441-1e14-47a0-b1b0-2941c7c48264) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad9a2aa8-9d65-4208-a214-9edefa2b3be5)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 335763e7-7f83-4841-80fc-805d4f1f60e7)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5981fd44-48c0-4e2f-a63d-404a11d20aaf)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8040f2ad-f69a-483c-a774-18181a4da153)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7aa926b-241c-4946-ad91-f6c5715619ae)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83b55848-affe-4717-a384-c2e6494e97e3)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 626f2d04-6804-4437-a18e-c63dbdf2d576)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 256386c5-af61-4a46-b066-12e50cbc01f9)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57644bea-5407-4956-94dd-37845d38ff08)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1410811-8fa0-4257-b9ed-eacab54e8833)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e458bd3-b44a-4c2a-a905-3cabb9c58d8c)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 011d8784-d3d6-4f52-acbd-6050ae3af30a)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d773b357-9e6f-4473-b21b-2cc44f8e76b3)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp b25406a6-7371-48f6-a51c-431769648b1b)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 4 "Net-(D3-A)") (pinfunction "A") (pintype "passive") (tstamp 60ebda28-9039-4516-99d4-552604efa737)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e4142f) - (at 79.492 76.2) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000060af9231") - (attr through_hole) - (fp_text reference "D4" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 318c5750-e12c-450e-a5f1-2f091d45b842) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d77b2ed8-99df-4b1b-98eb-23876c834116) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f64cf15c-621d-4ef7-b74c-e66046af14f1)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 503a1d80-66ac-4002-acb4-5fedca41b63f)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acdfc5ed-1eec-4698-a758-ad4c8f23c224)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66a5c453-d215-4c9a-8800-32cc9457245f)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af575079-1894-45a1-a1b5-38ba9907fbe1)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acad2ace-6bcf-4b6e-80d0-1ccd9556d9a7)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be9445f5-c7b3-4638-bcd3-c6764c2a1c98)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a246b084-9e7d-4127-a32a-a9c6f94b69be)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40084b68-14fb-40b4-969c-bebf74380419)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f48ecc4f-f9b0-44af-be03-fef6067555e2)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8399fd81-42ce-42c7-a4a5-297b8221744f)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b0ce7d1-73a1-4a32-a896-cc2eb2edc1f7)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp fdf3dce5-1136-447c-99d7-182c9e97d18e)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 4d14da86-f479-4d55-aedd-6ea8ed647d02)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 5 "Net-(D4-A)") (pinfunction "A") (pintype "passive") (tstamp 14df0289-f66a-4ea3-b2e8-47067fc9251c)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41474) - (at 59.68 116.84) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000060ae943d") - (attr through_hole) - (fp_text reference "D7" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1d696f2c-651c-45ee-abfb-78dfbd866c42) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 224b6099-13a8-473d-a0a7-d2a78eabcb7c) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e02b879-e3d9-4116-9e3c-6d2bac70914c)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d6bcaa9-18a2-4e9d-9c70-e73dbae0580e)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f8795de-356b-4202-84f2-880982299e02)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp daaba6f1-b4c0-46be-b712-81b548956cd6)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 576fb929-b03b-4897-a218-700e60c274bc)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc07222b-773c-4dbe-bda0-eb89f8769475)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3ed4cd4-b299-4f29-92fa-92b931b6600a)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a1c647d-225f-4919-b3d7-0dc0458598a1)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7756e55-56eb-4001-9afd-48fbfeba2c51)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e40782a-9076-41c2-8358-5ad430d15dff)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 874d903a-34a5-4bb1-ad50-65a1d8316cdf)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf2aea37-c330-4504-b00e-014b81f60d07)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 0aa75f60-1f30-4550-a184-9429829b176a)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp cc55cc5a-0aab-474b-bbf9-0c03d4173f55)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 8 "Net-(D7-A)") (pinfunction "A") (pintype "passive") (tstamp 847ffddf-67f4-4659-b570-00fe4ef39b08)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41487) - (at 80.01 116.84) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000060b0103f") - (attr through_hole) - (fp_text reference "D8" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f498959-9408-4b97-aab8-dd4c1e636820) - ) - (fp_text value "LED (Green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa2e7d30-3622-4f13-b2ee-c44c85402715) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bdaa8ec-b26b-4d6b-a0ee-94277530821a)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a074fd9-eacd-4359-87c5-cc9b1693f2b1)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ce9dd1d-6a3d-42a1-8717-82b54fd9fe14)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a920476c-6bb2-4cab-b113-097db3988659)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cd365b4-528e-4089-a2eb-e23cc9a80fda)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca37dd80-441a-4661-9aac-d85e68198654)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e42c7119-3f22-49e3-915b-098e50b879d7)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9693e6f3-981d-4616-b0ef-5cdef320cc05)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d4aa50e-897a-4af8-a9cb-3d59aae756b4)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5cce9fa-a77c-4d96-87c5-60d7e601f565)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c47a0303-50fd-492c-9315-6334567adeff)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c546653-78cc-47cb-8c81-acc57971e893)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 17cb4214-ca2e-4624-9b8f-2abf2bed56f1)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp be9b4613-1d53-46ed-9ff5-c998b728fa19)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 9 "Net-(D8-A)") (pinfunction "A") (pintype "passive") (tstamp 5b1e6bcb-e626-46a2-bfa7-3425f1b99b65)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e414cc) - (at 80.02 156.464) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000060af092f") - (attr through_hole) - (fp_text reference "D11" (at -1.778 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19e59697-c7c2-421b-ada8-46bd92b7ebf0) - ) - (fp_text value "LED (Red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0aeb19c7-4a43-4c21-bae1-55aa5c5a8280) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d8990e2-75ad-49c9-9e64-efdf5b9ebc58)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 954bf6ab-0691-4908-88e6-96c384ef0602)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f45d72a-7593-4a0f-ad2e-79dc85506763)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60d87a04-b1c1-485c-989b-4bfcc2455ff9)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f613380-cd93-4455-bd3b-e5b60960df5e)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c25beed-c719-439e-9c63-6f9edc13a820)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 773f07da-0cbd-4908-b662-f9c82f5fcc6f)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41ab5940-d043-48ec-84ec-ea2c80a11938)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a45afc02-9e61-4686-84c6-75b95f66880d)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f36b237-517a-4094-bb23-489e53c564b0)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab563be6-ebf8-4232-8abf-2d1e3f005c92)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cd8ac9a-9007-4f4c-8c12-234c8bc576de)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b3436241-b0fd-4af9-b469-32866a8cccaa)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 43ca9ef2-e0d0-48b1-8f3d-a6121f2f0d07)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 12 "Net-(D11-A)") (pinfunction "A") (pintype "passive") (tstamp 56c1b0ad-c000-4079-a3e7-9624406b05c5)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e414df) - (at 59.7 156.464) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm low current") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000060ac9ef5") - (attr through_hole) - (fp_text reference "D12" (at 4.572 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9fdbbfe8-b687-4172-8b16-d0e439084efb) - ) - (fp_text value "LED (Red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c7d35361-fa6f-41b2-bde8-0cda962985a8) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57287f80-e91f-42e6-9dc4-14956d82b2ee)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1a88040-2e59-4d54-99f8-ed11253e96f0)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71f73bd8-b786-4e7d-86fe-e78fd3997533)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28d97635-526b-4f2d-87f3-1c054b8861e4)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 408525ab-41c0-46c6-8907-629d7cbeec6d)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d70fdfc1-bb1a-43e5-95d9-04ede3f11c03)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a3c4079-8c89-452e-84d9-c956c52e894b)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcc39527-0fd4-4e1b-af61-363bb3cead28)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94bc7284-95b0-4638-b21e-24c2ff574779)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 825f172e-0611-4c87-aea4-4c007c2ea5a7)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99309137-9f70-4025-b36a-03463de25cf7)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f4cee37-6c60-487e-9a70-425e1e478fc5)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f999e47e-1441-4be6-9f85-33d953311704)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 6a51d370-c835-4a04-8604-e93957aaf2ee)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 13 "Net-(D12-A)") (pinfunction "A") (pintype "passive") (tstamp 6701cc99-cdcd-4e46-8562-ca01e3bc8010)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41539) - (at 60.96 66.04) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"") - (property "Sim.Pins" "1=1 1=2") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005f658247") - (attr through_hole) - (fp_text reference "J1" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3790b50d-3122-4815-9a0f-d26a588811e5) - ) - (fp_text value "IN_X" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d079fd3-7501-466c-8405-8758ba357027) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 0e8d3d63-fe58-4df1-ae02-47bd150924db) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 229cc257-d707-4c07-b2c5-2e85e03ce2b3) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87386508-bf65-4472-9a46-edebb5b59d2c)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp caca5612-1404-43a2-a768-be0a1b075044)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8f04284-09e3-46e6-b54f-93f6cd961279)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b56dd712-2bc3-4826-ab14-417b3681e89f)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6722ff1a-d56a-45d4-9030-c7c12aec38b0)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5ebf63a-8510-415a-a347-b5aa3b3a2f3c)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1fc2e7eb-58a8-4cf1-a3e5-29880c6cab06)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 5d3bbaae-5f2c-487c-9a22-899b5830866a)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c4634cc4-c315-46d1-a835-dc781e419aab)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp b47b566d-019d-4261-8072-147ed3baaad2)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7d0ff3a6-95bd-4396-a675-dd17b94b6fb5)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp bb6debab-d5ea-4a22-ab88-97aa12692212)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp b1a3209d-ac09-49f2-89e1-f946ead72573)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 611e0767-81dd-4b72-b3d6-2b86001cd130)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e464781-ecbb-4110-a4ce-356ee5e1c085)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 074646ee-5947-4746-8964-63afe0dcec2b)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15a87d83-a871-42af-8af1-ee34deb564fe)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ad22faf-66c5-49e6-827e-51e1231fe34d)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e946603c-3f9e-449e-9aad-f32bf1aafb69)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp d6ec5066-6c39-41d7-9801-da4ede3aacd8)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 15 "/IN1x") (pintype "passive") (tstamp 3a18c886-e914-4ff2-b667-5e66c0f92237)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 31 "unconnected-(J1-PadTN)") (pintype "passive+no_connect") (tstamp 788f1f14-5a32-45aa-bf5e-f48c849bcb60)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e4155b) - (at 60.96 106.68) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"") - (property "Sim.Pins" "1=1 1=2") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005f74a95e") - (attr through_hole) - (fp_text reference "J2" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3e13d8cd-b41f-4256-9abd-3669587e0046) - ) - (fp_text value "IN_Y" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4fa0ddd9-9999-45e0-bc20-a9481ba9ee03) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 9063de45-32ce-45aa-92b5-1c2e758048b8) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 312e2f2b-e4ee-46a0-9a36-a761d15fe847) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00a48d45-baad-4279-ab59-e928c9d4447d)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a2f33d5-0b33-4c92-82f1-a7ac0217766d)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 229b7878-7361-400b-b733-fa9d73c1dbdb)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f672f94c-38dc-4862-8fa9-8f0a2ff8a427)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56f19716-ca11-4d76-b911-a13982e2d25d)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb63c078-04af-43b1-a78b-acfcfbdfe6b0)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 5437338b-701d-4dbb-9bc9-43e6ec6a5da1)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 65f0b327-5bea-4ee7-9d43-673261824a7a)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7dc6b136-c8de-45d9-a827-4767db799f1d)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp b3b1fffe-dcfc-43b3-9ab7-807b999471c7)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp bcf7fe71-9f17-4c33-8c24-5afa915950b8)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c48e6ae4-c9d1-4018-aa0b-dadbbb9f0bb4)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 0cb7b0ed-bce8-4781-b114-6eb0dbeb5934)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc2f4815-bc77-43a0-84b4-0f20423c1f1f)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdc4d148-e497-4252-99bf-bd1309f32908)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f132a86e-da34-4a15-8b62-36d9663e5bb4)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdf2ffbe-ac09-48be-bf6d-24fd1a92e7d0)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91d17fd1-5cfe-4470-8605-55ea7a4a8d9e)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 55336d5b-d6f0-4555-92ec-81042ab276cd)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 4d11ac42-1b68-4c1a-9edd-aa2dfc520e63)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 17 "/IN1y") (pintype "passive") (tstamp fd3bf497-ff94-4ffc-8b4b-418a5c5e1eef)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 32 "unconnected-(J2-PadTN)") (pintype "passive+no_connect") (tstamp 5826679d-602d-47b0-8ec0-835d90654292)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e4157d) - (at 60.96 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"") - (property "Sim.Pins" "1=1 1=2") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005f7fafca") - (attr through_hole) - (fp_text reference "J3" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 335b0444-1901-4461-993a-894639817644) - ) - (fp_text value "OUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3d3b4918-28dd-4825-8a13-eb9cbddd32da) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 4ddf1b04-e7ec-4124-8035-831c11a92a73) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d5faee07-2252-404b-9fba-819ff1d9ebce) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71b694c2-ffb4-4916-9fba-18274db8e39c)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2b5c8b7-781e-490a-b0ce-7b007949b1de)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f13f84d5-0cdb-46db-bf4d-8cef45f2d82b)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bbc2944-2ea8-4992-a0ab-9d15ffc58407)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a221a444-61ad-409f-bc9e-11976383ba36)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8e54a22-4552-455e-bc0b-2e798d1b8034)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 62549e4f-9e2d-4372-85a6-ac477a2bcbcd)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp edd2d423-da7b-4c12-829e-a60bfd638d37)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 15e79a86-6979-43c0-8d41-39e5f6b92a29)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 85839359-2894-4601-b66e-27684cc4e6cb)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 8ee49cbd-6bba-4435-b7b6-86ed7fb4e630)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp bc24f574-adb7-4ea1-b396-03887f72e16e)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 6e64fdc5-049a-48de-a9fb-bcd023372f9a)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0dd3376-2ee2-4c22-8cc0-c368ffa5629b)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fbb1507c-5324-402f-9f7d-a46b1eee687d)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e863abb-9ba2-46bf-b93f-7be3eb33909e)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 707f7fb8-709f-4d90-8330-eea0165d5cde)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18533607-34bb-4d58-ad93-885c50496e6e)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6461b57c-d649-4b92-8830-a9ba885bf7ef)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp dee6dc6b-ce6a-4c54-a3d9-fa2049bb9a74)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 33 "Net-(J3-PadT)") (pintype "passive") (tstamp 26ab871d-c2f3-4f29-b074-88f349894639)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 34 "unconnected-(J3-PadTN)") (pintype "passive+no_connect") (tstamp dfa69c19-d651-4b3d-a2b0-dbd0a674044f)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e415bb) - (at 81.28 66.04) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"") - (property "Sim.Pins" "1=1 1=2") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-0000609d43eb") - (attr through_hole) - (fp_text reference "J5" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c442429a-2328-4284-b8e2-401b6e80b940) - ) - (fp_text value "IN_X" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 285dfd2a-966b-4ea9-aeb8-110d9f4ec67f) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 54c8064e-33fc-4d4b-9ca7-3fc27891d30e) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 460b2a47-9339-4372-88f7-743bcf7eff59) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88979472-5283-470c-a837-3342db96dcdc)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c19144ed-ef36-4760-82bc-1288bca17366)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe421fb8-7596-4371-860e-a492cf1b0d61)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8fd3b89-e1e8-4fcd-8b0c-6300042f5ab2)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a978006-7068-4852-81c9-bc169b224110)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 803169df-fe55-4841-8ad5-cbae86569aa5)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 12050d2a-4e57-4b23-9c0a-75b987bce4a1)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 078de870-4794-4f50-bc75-2c944828546a)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp af35d146-5272-4ecd-b2e3-ffc84df68d55)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a919dfea-314b-4b95-bbfe-955a8e4e1e1f)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 74b51c09-20cd-4f21-9b5b-f29ab4e49b9b)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0e90cfec-86ba-4488-b807-df81a27a504e)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 87b312bf-b64e-4da2-9802-1f10ea6091b5)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 527f961e-657a-4b3f-8210-5a515b3b71f2)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b299cca4-0f12-4baa-a0e5-98458d7db47e)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1b80db7-cd25-41f4-8b56-ae9669c83694)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a04b3c77-6f90-443c-bbcf-79d55de79343)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45922bf1-11ac-48ac-9f85-bdd4627b0503)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp c964b58b-8592-4713-a7b8-f83dd48d58e0)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e4f65067-fda3-45e5-92d4-82083145dcca)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 27 "/IN2x") (pintype "passive") (tstamp 0a49bb4f-72ea-4312-a6ef-fa66cec1a882)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 33 "Net-(J3-PadT)") (pintype "passive") (tstamp 70d2c559-7c80-4231-95d7-c9edd0f65754)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e415dd) - (at 81.28 106.84) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"") - (property "Sim.Pins" "1=1 1=2") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-0000609d4425") - (attr through_hole) - (fp_text reference "J6" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d9b58691-2616-444d-bbe2-f8d259787348) - ) - (fp_text value "IN_Y" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9dfe9f60-a93d-44d3-a68e-b82c3b132b3b) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp d60c718a-0a32-48e5-b08f-e0325cb201a4) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c4adeb2-2faa-42fc-8fa4-b5e6af9c867a) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1dea0dfc-98fe-4e62-a7c8-d25be1b7cd73)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b4ef164-379b-42de-8377-f70b179d0871)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54fd5af0-d6af-4146-ae9c-c07a4df0424f)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43b8cf88-16ed-46f1-b1f1-e4b4e204614b)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7113c935-7051-4144-924c-d09ea787a880)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcaec572-c745-4a1d-a6b1-0bb529a7d08e)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 196ecf00-5198-4833-bb74-c7ea7f2adf44)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6365f747-4fcf-4de2-9195-8d3ffcf5b904)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1fb0ea80-f8ed-4c3e-96bb-d44ade955006)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a35ffb46-7c05-46fa-81d1-2af39361f709)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a9f29403-479e-4f97-a100-b90e494e60bc)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 261cec11-6886-4d89-824c-bcb95c3abbe2)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp b901e7d6-2471-468c-9666-b1d8e2f76a1d)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51589edc-b25e-4712-ba41-b9ca02e1c59a)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60a7e5b1-521a-48d2-ac0c-a3bf233ea60f)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98b583eb-8426-4245-a419-c451baf6d096)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1c7ecb2-e6b4-477e-ad93-36851e974714)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14591f7d-4d67-42cd-bff7-8669778bd763)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5d44f035-87f2-4e9d-bac4-4ac64819ee67)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 8c872e69-6d42-4d6b-9948-e0f9a77e820e)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 29 "/IN2y") (pintype "passive") (tstamp ffb2a3e8-1210-49cd-95bd-3eb5958f4104)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 35 "unconnected-(J6-PadTN)") (pintype "passive+no_connect") (tstamp dc6ce319-edc2-41f2-ac7b-e2d35e60d09e)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e415ff) - (at 81.28 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"") - (property "Sim.Pins" "1=1 1=2") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-0000609d440e") - (attr through_hole) - (fp_text reference "J7" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 28ab73e9-6554-43ba-8fc8-1f8078992a39) - ) - (fp_text value "OUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4d9c7b11-bc67-4c76-b9a8-8f6cddc5d1be) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 8bf396f8-71d1-4af0-a09e-6858ba2c4825) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e887373e-70cb-4d33-8226-2bd15e98519f) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 836fb53a-7d7a-4438-8d1b-ea7263718a53)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9828df8c-b94d-4985-b733-66b1f716a693)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9f3bdd8-2eda-4f63-8479-81be2dcec272)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3391edf7-644b-4f8f-83f1-1dbddf45906d)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45193393-f4d4-4da6-bc4e-e646d113484d)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 856ed795-39f9-461d-a6fd-151edc474c48)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp a94f1e37-31d5-46b5-9073-7fa3721748b5)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 12912c98-9d0e-43f2-a8ef-dee20e72b6e7)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3f02436e-37bc-41af-bb99-18b3b73c9a9c)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 2430d853-5e33-4e11-9f92-2b9e91d5b01c)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 862f3faa-e2b8-4064-ad53-00fc6680aee7)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d1e075db-1399-4860-ad59-ffcded4353fc)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp f842fc84-cb6e-4380-b3ad-618d5a3c46e7)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dde10fd1-5772-403f-9fbc-675cf294e9d7)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00339e45-6ad7-467e-aa41-285021a98703)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d0bb389-49fe-4daf-8597-f58af1b7754c)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51341215-5683-4255-a771-fb3ab5ff30a5)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61bc43c1-fe8d-42d8-8aa0-fb9512f036cd)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 8130bc0d-4d1f-498d-bb59-0e9c62524765)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e9680dc0-0b2e-4839-b9fc-a1e0dbd6ce9c)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 36 "Net-(J7-PadT)") (pintype "passive") (tstamp c601921d-4d21-4f5f-b7cf-648454b9dd0a)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 37 "unconnected-(J7-PadTN)") (pintype "passive+no_connect") (tstamp c83cd5c6-c8bc-4312-96d4-a4c5f48d9070)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41694) - (at 53.848 146.304 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005f7fa5e2") - (attr through_hole) - (fp_text reference "R1" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e19677b9-a39e-4c54-9111-47707fedd799) - ) - (fp_text value "1k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6b525081-f8d2-41f0-afe6-267868426017) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp d5c403e3-5061-4630-8f16-867667d40f5a) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b289d03f-8e3f-4d5a-bd56-84934daa8a9c)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5a78fa2-b9a2-4f0a-b922-b5e2f5d8c0c7)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fcd0668-d55c-4ecd-a1da-7ea9692da7e8)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9584a66-3df0-4717-8ad4-dc086ec2ed12)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 249deef8-bfdc-4457-a4c1-ebd10e6eab25)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ac79034-7edd-4e49-9b4d-00815a2926ce)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16c18416-b1e1-473c-8a34-91f0cd265363)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 852e5bb8-4136-49c1-84ee-7aed20025be6)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2535e311-02a1-43aa-aba9-0fc3c648446c)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55fc7f79-58ab-4443-903b-800b06b1ca7d)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e72dbfff-b606-410d-a01b-a4e0810a7b8f)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ae621c6-3b18-419e-b402-7d612d95eca7)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 23 "OUTa") (pintype "passive") (tstamp 4a8ab37e-afa4-48ae-a04e-6d18de52934d)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 33 "Net-(J3-PadT)") (pintype "passive") (tstamp 9b7f3458-56fe-452f-ada7-2e4dd61a7325)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e416ab) - (at 73.152 146.812 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-0000609d4414") - (attr through_hole) - (fp_text reference "R2" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de575e4c-be80-408d-9a2a-d1a3f4abdc86) - ) - (fp_text value "1k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4b97172e-2d12-47dd-828a-6c359dd26939) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp f6381550-b301-49d8-871a-68cc4a7a6833) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e4ac3b8-f32a-43d9-a93b-652b90049085)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76431ce6-a8e8-4e9c-a4a6-4f89714d94bd)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 591b1534-c437-40ee-89cc-b3be73eff19f)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77bbbb5c-34a2-4c83-880a-9d0220593226)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c5e5ab3-b0f1-49b0-9d31-43744e077212)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b94030a0-6672-4c56-8f14-62dad4709306)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e76db76-7ce3-417a-829d-8608b6b22f8d)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37c7b1f9-9c67-4c20-8f02-cad3892c1227)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a52af4f5-1fc8-4250-b71b-5edf299c1ff9)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4368c916-3158-4ce9-bd1d-c50583945712)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a2ac1c5-cc13-4f12-8248-1051b53f550f)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe18654b-5cc5-4489-906b-b26b7118ad33)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 20 "OUTb") (pintype "passive") (tstamp 46b2b689-b7ce-4c6e-a829-b7a438dec763)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 36 "Net-(J7-PadT)") (pintype "passive") (tstamp 2874883a-f056-4c9f-9726-5831801fae80)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e41793) - (at 60.96 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/c9f201c8-5b77-4554-a402-a301b6087745") - (attr through_hole) - (fp_text reference "RV1" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1ad45c81-6183-43d3-8948-f43780f15c1a) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bca85402-ad8b-4a59-9bca-8ed19f8c2df9) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3840a6dd-c1a3-4a34-b6e8-6c8ea358e33b) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b863b2e-75a1-4227-b390-5eae28d08dd6)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54493bd5-0da0-49df-a2bc-70c51cfd57eb)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cea37ad-4c4e-4c55-ac0b-4ac492f4e56e)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0dfc57f9-fec4-423c-be26-d3cf9c88f47a)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 539708d5-ae89-47e3-850c-745f36998545)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c3792a0-449e-4c09-98dc-d2fc22cd286a)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f8791c7-e4ee-4d92-8951-5af10cf69002)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45f500b3-ef94-41ce-b149-50a260f8b9aa)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53e0e799-536e-4c31-a814-ce545c19f9e4)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c3a0c98-3a20-4b05-bfcc-a88a8767f8dd)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73f9a119-51a0-4cb5-8cd6-3f8026e0e9e9)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b01de5cb-a878-4dc9-a176-474232f3840c)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09b12a0c-ff19-406e-b5d3-79bd127b989e)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca881ffc-dc2f-4e58-85cc-554fb4d42bf4)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fedf2bf7-234f-4b47-9d52-6157ca860a4e)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0eaf32e-9c85-44de-8b45-7225efd42efa)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de39a92e-bf2c-43e5-93cd-748a1fe45318)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e2e99306-6b05-4c95-87b0-ae73293eefa6)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 34843df0-a993-4ae0-884b-1fc909d64211)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 8dd4ba3d-03b9-47d1-9d2c-d2f7e3cfde34)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp 6307591f-02f6-4d2c-bbcf-b604c3f67fe3)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "Xa") (pinfunction "2") (pintype "passive") (tstamp 721584b8-f60b-49af-ac50-4fb9e6cc7ebe)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "/IN1x") (pinfunction "3") (pintype "passive") (tstamp bd3175e6-5e3f-4cbd-b8ae-f3ee6529e3f4)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e417af) - (at 60.96 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/955c8fbb-11b3-47ac-8d10-3a639d2bf63a") - (attr through_hole) - (fp_text reference "RV2" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bef9277f-ac04-43ae-b651-163eacbc498f) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 56146af4-41f8-45d5-b5b5-e43303aec2f0) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b66a3d72-2597-4828-8699-64653be65ba0) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e778280-ad95-4e2c-8986-3b769698501b)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc0dcf48-d892-4e03-98c7-6d159bb92195)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b86fe4ac-4c7d-409f-ae3a-982b2e707cb9)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec121705-bb38-4747-be6d-0b5f10d7439c)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 297f635e-fb79-4464-b1fa-a48ebecb2efc)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 672856f5-50f4-404b-ac02-560413426504)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f36f9b9a-edd1-4442-9489-4ee67aaff38d)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5673cf26-a803-4ab5-a178-33b1a6c90cdf)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b186720-ff0f-40d4-a068-c4ca2a903291)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20282410-b14d-4e73-95b0-d97d93fe3244)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80673034-9f2a-4e7e-944b-3a44f57a3647)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 880f0906-5258-4350-9660-baafeac02da5)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d3f61a1-2ebf-4242-9ef3-c7f5d49c94ba)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d2f8d00-c4d1-48f1-b396-7845d8f25849)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0618e80c-9c8e-4b79-aefa-426dd5813e1d)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c1642ce-7443-49de-b1f6-0c6aad61f268)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8cbb8b4-914e-4f4c-b53c-1d5ed33e93ef)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d808156a-7635-49dd-9073-a75c90627a4b)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 7d1e321d-5b81-445d-b67d-85e4ec403622)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 3a2938f8-fbee-4df4-bdc2-59f72d346806)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp bc5ba8bf-5627-445c-8638-2823fd16bf93)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "Ya") (pinfunction "2") (pintype "passive") (tstamp cac157cc-aaa8-4739-943a-7fcb8c8323f4)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "/IN1y") (pinfunction "3") (pintype "passive") (tstamp ea29ef24-41cf-48c5-9cb6-28fe2ea8510f)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e417cb) - (at 81.28 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/a062acd4-4740-49c9-b4be-4acfe033dee8") - (attr through_hole) - (fp_text reference "RV3" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6f246669-6451-4431-8b14-c8182bb87401) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 318331cb-5328-4d55-a6e8-e15691ab97fe) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp feeee89d-c04b-4f2a-b5df-b55714a91101) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a37f92ca-aeb5-4406-b8c7-5831e528e053)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76e768de-ebfe-4546-a8a7-a9e8765a24a4)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ba5204d-79ba-436b-b384-c69a936e6e2e)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0194b112-f724-4375-81f5-a954d9042589)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ae263eb-ed7b-4b3a-b2cb-7f987556ea7b)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f54e2ee3-80ce-4068-a7b2-cb85a1825100)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e841c8f-21ff-471c-acc5-fde5311f8528)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48ade6f0-0bcb-41b1-9bf5-20e85f89d16d)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b46c3d9-ac3f-496d-a249-1281f79b3f3d)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0effeb27-b4ac-4fd0-93e6-7f5e697202f5)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 472a633b-e393-4a0d-8c26-fdb2d0e92c72)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8bb4e3e-0c94-4fcf-aacd-d0ee37cae6c7)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1ce5858-dd67-4acb-85bb-46dc92c55c32)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5ee773c-5635-43b0-a197-c59156b893dd)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cbfa565-2442-4198-b835-3633b508f1a2)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46fcbfe1-4ede-43f1-818d-1ee48c74fd74)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3a5978f-1b1a-40cf-b9ec-a4fa059bcbcc)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 01a92ee9-129c-4841-92f9-e6da08efdb34)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 5289630e-9e18-4f11-8470-b6ab9163a10e)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 165dd4d7-45bc-473a-9fd4-ec3d753411de)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp ac9d6f4c-bdad-4aae-a421-b64b1b3a5d42)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 22 "Xb") (pinfunction "2") (pintype "passive") (tstamp 54b299a9-a64c-4638-8e14-839ca8690fe8)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 27 "/IN2x") (pinfunction "3") (pintype "passive") (tstamp bddf3c4e-77dd-45b5-9e4c-8ed699f5c76d)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e417e7) - (at 81.28 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/03ebeb00-1a5f-42bf-8ce7-d81003f8af45") - (attr through_hole) - (fp_text reference "RV4" (at -0.79 -7.18 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 149b6dee-8788-4da1-8a45-031f03d2ba57) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 69304d96-d9ea-48be-8cbf-bf6e08bfca9f) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd519775-89ae-471c-aab4-5c82039dd241) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d810cb94-1da7-4e2a-86ce-b80a014e0776)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64d645a4-02ab-498b-a384-95827bcc7f7f)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 579bd73d-2c60-4415-bb45-68d14ba8cd8d)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 734e1a28-f8a2-40df-ba00-3c03cb9f18f0)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a388523-1b96-4e4c-8a6c-d4f356f4d044)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63e64e51-b36c-41db-b8ca-67a17f5b112e)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c33063e9-e5e9-4a7f-80e5-2fda61fe5958)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4381b941-a471-4e2c-8d90-33c8c42e3174)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91a6251f-2437-4e46-9df5-f229b17f633b)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e4dfe87-2239-4f19-8472-0179e3e05466)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22e5fccb-cc8d-4ade-a95d-8f115da95ac2)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7db4076-7434-4d12-8907-03488f5ddece)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20f7b06d-fe71-4dd1-ae14-f025f82dcf7f)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe69b356-98f6-4853-8857-51fa814c1562)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cfdddcb-d76d-4845-bb55-5236d1371252)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f917450-4a67-4752-9a15-dc01e5b664fa)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be65653e-64f5-4e77-8fc2-690f00449275)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6785405d-0103-4b7e-b872-ea55171ab9cb)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 18a5b8f5-e6f7-4813-a52a-981027b5edf6)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 16e66377-05e1-4ff3-8b2e-355ba8922105)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp fa7ca2ea-4b5b-4c4e-b99a-654404104d73)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "Yb") (pinfunction "2") (pintype "passive") (tstamp 3ecc7329-5d83-4e15-8742-414517ef587f)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 29 "/IN2y") (pinfunction "3") (pintype "passive") (tstamp fcf55978-5604-407f-bf90-e295d0c6a3bd)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061045164) - (at 53.34 69.85 90) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9acac3b1-3cea-4bd7-8644-4aeb3b13f2b1) - ) - (fp_text value "elektrophon logo" (at 0 -3.048 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ff0f8060-3696-4c88-a5df-60887c73eb56) - ) - (fp_text user "produkt" (at 8.62 1.02 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp 2c616c61-da49-49a6-8a71-386295375aca) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp 592902bc-42fb-4b13-864e-8f831865f1b5) - ) - (fp_text user "R02" (at -8.83 1 90) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp e5ce1445-1d35-43ca-8f27-1b728f5fafba) - ) - (fp_text user "produkt" (at -8.54 0.99 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp 62e56241-e9b1-4151-ac25-04c9764c4eae) - ) - (fp_text user "elektrophon" (at 0 -1.016 90) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp db8a2a7f-43a1-4f1e-8a9d-3561b02bfeae) - ) - (fp_text user "R02" (at 8.8 1.02 90) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp ef3831c3-d761-440a-9037-ffee81611e3f) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e413f0) - (at 71.628 68.072 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060ab44d3") - (attr smd) - (fp_text reference "D1" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 82dff70a-a098-47ad-ba1a-91e80f1e793a) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a29d9056-f4d7-4283-863f-fb705fb85306) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp be25f4c4-6e97-4340-a2f7-7762c35fbaba) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7cf023fb-be81-4017-9c17-9d0d500e0e37)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 97266c4a-c290-4392-8929-b21e25c74980)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 57142026-bbc5-465c-bec0-99c0933045eb)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5b75bd1f-bc3d-409b-8368-f37712da4523)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 47e94d8c-e590-4639-b8b3-05176dd0ff53)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1a2d3314-2490-4c83-a36b-d964a79e129d)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 516929bd-ef24-43f7-b6fe-0a555759d8ac)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2f712932-71d5-4906-913a-e13fe9798252)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eceb131c-5714-46f8-84cb-946cf7843829)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7a9f6232-3f1c-4711-9d89-80d02e0f9041)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4387dc5e-06bf-43e6-ad0b-b741b45bb88d)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d889cde2-1507-4f1a-96c1-075cb2daa8e4)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 46a1e86f-b5c5-41bd-9999-b550063affb0)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf9b08cf-6f4e-4ae2-8dd9-222a6241d33a)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e6d668ed-cb90-4ad1-a24b-0e3b33b80fbc)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ab6016c-3e63-4992-b603-2b5c2b907a57)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b045d4a-dd47-4e27-b217-d3056a7eed64)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7b78dda1-5348-4676-9a2b-a88539596d34)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp e38c7fc1-3945-470d-9845-b3ad7de901ec)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp a7d9e0b3-4cb8-40e1-b237-908fd8dd846d)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41409) - (at 87.884 80.772 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060ab8812") - (attr smd) - (fp_text reference "D2" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7fa6ffd3-a212-4dc6-acc0-38b3f8ab611c) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 40b1d680-abfc-47eb-8463-477052e860f0) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6b886651-9473-4fca-9b08-325d4db70ba4) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9128c977-d461-459a-a208-1625168dbaea)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 17ffe86b-7a34-4523-ace3-10ec72b0c6d5)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed36a487-fa33-4d3d-85bb-41c803b2e21a)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39c83251-f30c-4877-b3d2-620da823a1fb)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 69b5cd5b-c9ca-4630-95c9-f31f9abd0e3a)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 66b6a76c-d74b-4066-8017-b873404c90ef)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2336d0e2-8916-4803-b7bf-afe1b1a4688f)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c31a56e7-2c74-4fc1-8f3a-6b1399e9f78a)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64e0c4ac-d204-4156-b440-227bc0d0ea45)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9bdf5d5f-29ee-4413-a6cc-eea96b223d1c)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 425e8bb8-b559-41f8-b87d-e7de4a69a6d4)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 54f8b064-2dc2-425d-8924-53b51f38afa4)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ec0355cb-7706-4f2a-8eb8-39eecaaeda35)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d1bb06ba-a405-4537-acec-986c980b1e0c)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e35e33b3-5d5d-442c-8d92-c545bd0495bf)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7bb27162-dce1-4d3a-87bf-393f3f9cb5b9)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 78e905ec-00b4-4d82-8a78-d8bc1b647a60)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ea0c065f-c9e8-4a6d-9a6e-3460496b366b)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(D2-K)") (pinfunction "K") (pintype "passive") (tstamp 2e54046f-c22c-42f8-a005-498e14777f79)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 8d033471-2647-41ca-baac-69faae36b6bf)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41448) - (at 71.754 108.712 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060ab3ced") - (attr smd) - (fp_text reference "D5" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7e251ef6-a97b-4ce9-abce-ae13ed0f89b0) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f2febf45-0dc6-44d8-b37e-c3ca1beb1d21) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7738ac13-138c-48c1-b5e9-1854cc46a28a) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 53e3a986-2c19-409c-9312-921fc4fec6f9)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 061b1a6c-cf4c-4a21-8577-f9bfe8c0c0b2)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b4b0a2a7-712e-4ec0-bf06-6087ce986da5)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 85331a37-a382-4778-a02b-c171e19d9052)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ed30ef5c-6738-4398-acae-d364a7815dd2)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ba2258d2-bce1-4abb-b502-1f0cd3d59cdb)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 71704b0b-199f-4731-b582-da411919221d)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e2f0c2d3-da72-4049-a8b5-1ece0e13ff23)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 77f8ee72-a41a-4cc8-9593-3a56b9a766c4)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 536d92fa-26bc-4cc4-aaa2-1b6b70efe9af)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 69709416-7f4f-49d3-a03a-2336f070a002)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8f3e86e7-924c-4890-ad7c-bef8e1999ce6)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6fb6c10f-f207-4446-b393-61f5a4bdf295)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9e26469a-4800-454a-92db-6d7201593559)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 659ea4ff-21cb-4b1e-97ce-145ea0926438)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2f75dc30-1239-481a-95bd-9888a837af50)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 69a72d1a-fec9-4f21-ae98-0f69c10532bc)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6fa693ea-acc0-43c3-ba71-faf25e43ba22)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(D5-K)") (pinfunction "K") (pintype "passive") (tstamp 9cad9f96-ffb3-4317-9b75-be12414c8a07)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp f2123f85-8415-4a9e-887f-234ce3274ad8)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41461) - (at 86.868 98.552 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060ab9215") - (attr smd) - (fp_text reference "D6" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dc0dabde-64d6-406c-afca-08bbc9dea51b) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7e81363c-9acc-4127-ae67-56f5ab2815be) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ec6b7647-ce05-4c28-ba01-42c15b90f1ea) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d63b7ac-e80f-4427-9945-d3b4dfacaf4d)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 67b347a9-8322-4b49-af15-79d265223c20)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4118720b-c606-48af-ba9d-ed2b712ccc11)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 48501d73-8d94-4b38-b8b8-d212eb794556)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 07332033-0761-452a-b0d4-0364ac1b9fa6)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c7ea5b5-c02a-47fc-afd2-6fa0abcf4384)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 56405da0-c854-422a-b162-a295a24fd5ba)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ba515829-52e5-46da-995a-83752af642f2)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d4f1635-47c3-4eda-bde2-239c45c44d34)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cc16e946-76dc-431d-bdff-5109cf6d6ba7)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 019bf53e-cdc0-48ca-8ba8-e7dc0311b755)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3f2ec54b-a3e6-4d12-841f-18e5cf7030dd)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8a4351f4-cb8a-43a5-984b-4dc62c69542b)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 77dcaa78-c8f0-4e08-a522-2e142339aa0a)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8c1ab554-6e91-449e-894a-3727d3ca52a4)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c62023ef-8391-47dd-9462-2fdc06b905f4)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0d861c9f-f202-43fb-a56b-cfe7fb66f12b)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ae36e817-ce4c-4e38-88a1-3cb445f0d0dc)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(D6-K)") (pinfunction "K") (pintype "passive") (tstamp c687e6e1-9796-472c-be57-adc3d699b4b6)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 47a9dd63-a8b6-4949-bafd-d39b30881ee5)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e414a0) - (at 87.884 151.384) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060aacd5e") - (attr smd) - (fp_text reference "D9" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 21e90a99-7e1d-4e47-b41c-47b4fa150830) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c9d6d2af-1ede-4612-bdae-3abb8886a80e) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6a85223b-5c8f-4739-8708-3963050f255b) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c315a9e7-f6c0-4cff-ad57-5a5fc0fcc533)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9bae6b5e-ec87-40a6-a25d-397d721bd2ac)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e0d5dcda-5506-4f7e-8d7b-919a5bfdaa67)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 89ef0941-1dd2-43d0-a876-0c3cd42bd72b)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d985086b-3292-4897-8959-4297f6145d3f)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f075a917-bb27-4b69-94ff-f2b54432ac9f)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c10f938-227f-4936-886a-c0b263a87f1a)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b19948f2-e4df-413a-b220-46e47ad0eeac)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3e2f8be1-ddfe-4c69-ab22-9f8eb1e450a4)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f7f2c0d-4490-41e0-a96d-12106ed0a067)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e4c1b16b-3dcb-43f1-952c-128a2f3a4da9)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d3e68296-d04b-462a-b286-3cf9a3cc03cd)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bc08fe36-65b4-4077-bbd6-2981811873ad)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a8a57825-1749-4220-adc4-8c765eadcea2)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d78e86c4-a7f9-43c8-a27f-c71b45e882a6)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4360b287-57ec-4f87-ae66-b0dab6179062)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fff603de-ad64-4c26-8332-d46d21bf7762)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db85399d-d45a-4487-8712-bbcbcc1e787a)) - (pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 10 "Net-(D9-K)") (pinfunction "K") (pintype "passive") (tstamp 6841618d-f537-4ccf-8367-a02b19048726)) - (pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp d3b49601-aa7d-4b1a-a16a-c0aecd436299)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e414b9) - (at 68.072 144.78) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-000060ac9f1b") - (attr smd) - (fp_text reference "D10" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b61ea11e-4ff1-467c-981c-807c9d64eeec) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fbf7ac4a-e54d-4e55-b114-caea3538ee6e) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4f900b51-42ef-4a88-907b-fae5f83b2a8d) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a70c06c-10f8-4640-b5c0-51fe85503bf1)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 99dd3fe9-ee7b-4d26-8183-c909d1e8c7b9)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6079a7f0-e8c5-40ac-98d3-849f0a23e4c5)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ad77c0da-d429-4302-ad97-2dcdc2ee10e5)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c3eeebb5-7af9-4773-90d8-b6960de118d7)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8a32f31f-aa21-411e-b3d0-c3fcdb074b29)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2075ba09-b394-413a-bcbc-f4cc04c5ec07)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4c28fca0-0804-42da-a640-3202c9c8ef49)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6ea7b444-dc14-42bc-9e63-df6929ddaa12)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a8bb66fd-9cc5-43d6-a1d1-e90035cfa0c1)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4ed05da9-1bbe-4cd9-a933-fa3eec05fea6)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6850cc92-228f-46de-b9ff-357c0d8e2c8e)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9a3610cf-3280-482e-aa38-5dd578c325c7)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3a501a20-c157-4082-abea-413213e1d62a)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0902bf07-b574-4854-9f9b-3c5fc3f2b25a)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 773a918b-85f1-4e60-965c-aa4740ba0e24)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ad81c8be-dbb5-4df8-b6f7-7a6ad19b33e9)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f3fc85bd-9d92-4854-bfb2-418f1a1497cd)) - (pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 11 "Net-(D10-K)") (pinfunction "K") (pintype "passive") (tstamp bc8051ee-6743-4073-8277-87a1bc54d236)) - (pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 77d6a234-20b2-40da-b95d-bce4da9d5d37)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41614) - (at 72.136 72.136 -90) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ac31e4") - (attr smd) - (fp_text reference "Q1" (at 0 2.5 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8f8f0d98-1de7-4161-b445-b36393d838aa) - ) - (fp_text value "MMBT3904" (at 0 -2.5 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1a3f326e-9b7a-47ea-ab1c-549c5f4fd59c) - ) - (fp_text user "${REFERENCE}" (at 0 0 180) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp ad518cf7-1a0a-4a96-a41c-42b5cd5bf106) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3a04f3e2-421c-4540-b9ec-b64a4a43f871)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0275b441-35c9-4dce-8164-e54334157d92)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 06194f71-1001-42cf-b931-ad4a084acf6e)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3dc9eaa6-b725-4fe4-8523-31dd4053ebf3)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5e9009cc-6741-42ab-b460-aafcdd5a1f91)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3892974d-b625-4708-b7d3-c3bdb0292583)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 67e4a567-c19e-438f-8730-f425a121bfb5)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 496b2112-c516-4f14-b72e-33fe0c1a968b)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 681755cd-8b09-4001-a286-18ac4fec9b9e)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3c99c5a4-80b4-48d9-bffb-c25cfcac62d3)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3ce18a40-8c72-4d98-bc53-44c26c0d386c)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1d90040e-6a5b-41a4-8fc4-5a3a5684f13d)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a1f85bd6-fd99-4aac-a880-2abeaa8eb894)) - (pad "1" smd roundrect (at -0.9375 0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(D1-K)") (pinfunction "B") (pintype "input") (tstamp 1097793c-a11b-48aa-aa09-8ec04bad0314)) - (pad "2" smd roundrect (at -0.9375 -0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(D3-A)") (pinfunction "E") (pintype "passive") (tstamp 6a225fd7-a60f-4073-abb1-59e45985f363)) - (pad "3" smd roundrect (at 0.9375 0 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 14 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp 7c061dd0-af85-4ab8-8dd8-65d6d2903063)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41629) - (at 88.392 72.644 -90) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ad4b00") - (attr smd) - (fp_text reference "Q2" (at 0 2.5 -90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp baa8582c-38ec-420b-9b8d-8e4fe1e47a7b) - ) - (fp_text value "MMBT3904" (at 0 -2.5 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 44391d83-d01a-449b-8cf7-449eb49c6f1f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp 7617ab10-e6c9-4e26-8f68-32c583a25512) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e79ae1c4-a81e-4565-871e-79bb5276d560)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9ce9e05-adf7-4da1-8b4b-58450d1f8aa1)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9023a7e9-585c-4cbe-9603-4b70cafa8428)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 95560e18-7805-41d1-a7b4-795f0ec60105)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a35b5669-b21c-4c4f-b54b-8ffc0a93a0d8)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp df52de4c-a3ed-4e4c-b795-a380b0032c0e)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 71851612-5465-43e9-9fab-5066ac976025)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ab1ecd84-4d20-44a6-8834-9bdea77b01ac)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 93fbb02a-3a1b-4905-8799-255de8570c06)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4332c61a-afce-4f63-b0a6-18e04525cc7f)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c5a75582-64d1-4dfb-b9c3-b80df2f9333c)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 96dc2d3a-16ba-46f9-8e9b-e159ee549034)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8aa9c1d1-4d61-4b7a-a89a-73ede2ea53e0)) - (pad "1" smd roundrect (at -0.9375 0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(D2-K)") (pinfunction "B") (pintype "input") (tstamp 52b3d1e7-c38b-416f-8861-afe02f9a2566)) - (pad "2" smd roundrect (at -0.9375 -0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(D4-A)") (pinfunction "E") (pintype "passive") (tstamp bce25aef-ca40-4652-b5ec-24ee0020cb13)) - (pad "3" smd roundrect (at 0.9375 0 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 16 "Net-(Q2-C)") (pinfunction "C") (pintype "passive") (tstamp c71732d7-1b3e-4f14-b979-46b6acb88a35)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e4163e) - (at 72.136 112.776 -90) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ad3277") - (attr smd) - (fp_text reference "Q3" (at -0.254 -2.54 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ee639684-dee4-4c41-a82d-27c0d250674b) - ) - (fp_text value "MMBT3904" (at 0 -2.5 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f4fa3ed0-30a3-4eb0-bd5e-0c6c438f83ba) - ) - (fp_text user "${REFERENCE}" (at 0 0 180) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp 5e282258-c934-4704-85e4-856de95bf4b0) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4d9bcdb-c8cd-4fcb-bd14-77d6327859d6)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0774a488-187b-4c15-84e7-dcdb11b92b21)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aa5d7ca0-8229-4aba-b95a-4047001bc116)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cbd9791d-10f1-4520-88f2-1ebf5c03edf6)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a2398970-ac1a-4163-be16-7678384683fc)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b476d9c4-9146-4d13-b19d-87203e9b2d87)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dc90fd44-2348-4b96-b39c-223d97920076)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 00ca029f-9f5e-4ba5-b754-80d423829a02)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8518c11a-f955-49b1-840f-0870ca3cdda8)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b0120007-498b-497e-9081-f8aedf8ec2ad)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ed42569-0b55-43eb-a669-c6c5a18c9f1f)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7a2dadc9-4e85-4c55-a96b-4d2c514fface)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 225314e0-e938-478c-a497-2c706581df70)) - (pad "1" smd roundrect (at -0.9375 0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(D5-K)") (pinfunction "B") (pintype "input") (tstamp 29a6aa0c-b57e-443f-9509-723e475e60d6)) - (pad "2" smd roundrect (at -0.9375 -0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(D7-A)") (pinfunction "E") (pintype "passive") (tstamp e2dc1cdb-e60f-4ff3-802a-cd4d91f7f65e)) - (pad "3" smd roundrect (at 0.9375 0 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 18 "Net-(Q3-C)") (pinfunction "C") (pintype "passive") (tstamp 2c91b933-7b50-4331-a8de-e0e0227780d4)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41653) - (at 87.376 106.172 -90) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ad8ba9") - (attr smd) - (fp_text reference "Q4" (at 0 2.5 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b6acd681-5269-4a46-b4a6-0a28d9dd31e5) - ) - (fp_text value "MMBT3904" (at 0 -2.5 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9733d174-0ba6-414c-8745-267d221ee35b) - ) - (fp_text user "${REFERENCE}" (at 0 0 180) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp c8cdb05e-cd81-40b5-8cd2-ca71448de673) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5ef1a65a-f09b-4587-bf20-b2d9e84d93e6)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 98edc338-1659-4ee4-8dc7-52afa7bddc6e)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3e49aa78-3a35-487f-a419-3a3335f9a18f)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 084faab7-d2ad-4999-972d-a9ee685763c9)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a206d10a-0364-47c2-b6bd-38dd0cefebad)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a7b42147-0bc4-4624-996a-f915a4191a39)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 92b2d3b2-de60-4859-b489-315a67ad2f68)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c906c498-e2df-44a9-8853-d110685805e6)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cbd3e2d1-4d6e-4fb0-a94d-325f6bd43f05)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 56df6ca1-f779-4ae5-b5d8-48c330f1a8ba)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 60f7159e-8dd5-420f-b8d5-53b0a9ae049f)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ea7d9d2d-f82b-4698-9434-45600a8795a6)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9953c446-83fb-4528-be58-3dc7c69fb0b7)) - (pad "1" smd roundrect (at -0.9375 0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(D6-K)") (pinfunction "B") (pintype "input") (tstamp cfd99fcb-2e9b-48c9-a8e2-c1a7e16dd069)) - (pad "2" smd roundrect (at -0.9375 -0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 9 "Net-(D8-A)") (pinfunction "E") (pintype "passive") (tstamp 7b9189ed-9d3b-4c05-9556-5b85cba619c7)) - (pad "3" smd roundrect (at 0.9375 0 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 19 "Net-(Q4-C)") (pinfunction "C") (pintype "passive") (tstamp f69dc3d1-c88a-4c18-89e6-537a1102da18)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41668) - (at 87.376 147.32 -90) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ad3dd5") - (attr smd) - (fp_text reference "Q5" (at 0 2.5 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 51edbb74-bbed-4ae8-add3-a1065805b143) - ) - (fp_text value "MMBT3904" (at 0 -2.5 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f4db2309-17de-4925-9dc8-3753406f3a29) - ) - (fp_text user "${REFERENCE}" (at 0 0 180) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp eedef0a3-2819-475f-88a8-6e59a9999cdc) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e1e30ba8-529c-44c4-b7d7-09b4a710e0cc)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 72f54977-d86f-40f8-acd8-4fe66e658557)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d3d76b4e-fabe-4218-83b9-5e86ffef41de)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 55d6f010-794c-4f93-b551-f4419703ff59)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 76b6aa39-2a1b-4edc-a58b-4693b6502a8e)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 162cd798-6952-4491-82c5-adfeb48c007c)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 11a6a1ec-e3b0-4884-8fd9-0150b84d1e1b)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 70c64ab9-0bb3-448f-825a-a9742b5d65b8)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4b2d149b-9d59-47bd-bde8-8548fbbca4d6)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c792309d-5cee-4e0b-97bc-5e458bcac485)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 59497481-c226-4640-af59-5edec38458ed)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5a375344-5aa3-496f-b0f5-07fb8a079196)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 25ce5dd5-1429-411d-ac61-16b92b9b4adf)) - (pad "1" smd roundrect (at -0.9375 0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 10 "Net-(D9-K)") (pinfunction "B") (pintype "input") (tstamp 344499f4-1430-4443-8976-d6ca77f957d8)) - (pad "2" smd roundrect (at -0.9375 -0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(D11-A)") (pinfunction "E") (pintype "passive") (tstamp 210c309d-5a45-4fed-9694-573e4569463f)) - (pad "3" smd roundrect (at 0.9375 0 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 28 "Net-(Q5-C)") (pinfunction "C") (pintype "passive") (tstamp bd0da2ed-1850-4672-a0bd-96c6bc77a0e2)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e4167d) - (at 68.58 153.416 -90) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/00000000-0000-0000-0000-000060ac9f21") - (attr smd) - (fp_text reference "Q6" (at 0 2.5 -90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 26696253-a567-4237-8163-5021414d6857) - ) - (fp_text value "MMBT3904" (at 0 -2.5 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1a719e95-1e3e-4acc-af5b-9ddc1c7674ec) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp 0019c498-4f16-4bb8-b4c8-b6e2e949805e) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ab19aa2e-33bf-4944-86ac-b524f61ebddb)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e98b2e17-8666-4512-b1e4-190530132f16)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d61e3406-05a9-434f-b445-0aa145cf197a)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d16d9624-9d9c-46c0-87f1-026c7d232be7)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ad67d67-2723-4ab0-a106-4bb294fdad39)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f1daeb65-ae4c-4b45-985e-c67afe4ed5b5)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 49df2ca3-a097-4168-8cbe-a8f80bb3cb36)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fc922cd1-7872-431f-b3f2-46218558b4bc)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e630c6b8-5839-42cc-a279-f1efb8e8a388)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9b58ad0c-51ef-43af-a2b5-a0a89f4ce7a4)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 70fbf7c4-ea38-4f3f-9d8c-800783906b73)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 407506a1-c832-481d-af45-3d0736ed29fb)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 52e4d3a2-2540-4c8e-bb8b-26993e2feff6)) - (pad "1" smd roundrect (at -0.9375 0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 11 "Net-(D10-K)") (pinfunction "B") (pintype "input") (tstamp 05f7841f-0a52-42ed-8986-63338bc53ae2)) - (pad "2" smd roundrect (at -0.9375 -0.95 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 13 "Net-(D12-A)") (pinfunction "E") (pintype "passive") (tstamp 9e641c5b-d01e-40ab-b97d-b5e768e5534f)) - (pad "3" smd roundrect (at 0.9375 0 270) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(Q6-C)") (pinfunction "C") (pintype "passive") (tstamp b7936f80-6d03-4f00-bb00-5d08a1ed6131)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e416bc) - (at 67.056 71.12 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060a86f88") - (attr smd) - (fp_text reference "R3" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp abcd4afa-69ee-45d1-9c5a-7e8944e2a6da) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 253de7d7-7136-4691-abd0-69b8a650763c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 7c96d1c5-690f-45f4-b982-cd057ddff9f2) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c2b49b5a-bc12-47f6-bbaa-809d7f518f19)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ca6cb2a6-0284-4950-94b4-79288818a490)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 272eb4d1-af72-4dbc-8884-d4d5e699ff58)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f6c6418-d275-4484-bb31-36045417e694)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2bb78797-1272-4ea2-b864-71ac80e70c61)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ace7166d-d6aa-4203-a39f-7dbdf3be6790)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 41141f14-54e8-4928-b8ea-ac14aa5c00a6)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bd3cfd36-faf9-497b-85c9-ce61d0bf516c)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ba66ea26-7063-464c-98e0-113f5497d95c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2c184829-6095-4958-b678-89ce039f903b)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 2 "Net-(D1-K)") (pintype "passive") (tstamp 1b56c781-9600-4064-92c6-181a60abc22b)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 15 "/IN1x") (pintype "passive") (tstamp f3e0e281-1d0a-4923-8ba8-315b9b5d4068)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e416cd) - (at 88.392 68.58 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060af924f") - (attr smd) - (fp_text reference "R4" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8bc015a8-6a71-45c7-9219-503b1499b866) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bc54400f-0dac-4d15-ac12-0c906def91ef) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 72eabb14-7dd6-46b0-a65a-aca5e9bd8dc9) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fd92bc57-9a88-4bfe-ba3a-680edb7a84ab)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp edf8add2-c65d-46b7-8c1c-ae0b9d69e558)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d3bc6c84-8c6d-4762-9748-20385eee535a)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 51c76d55-b005-45a0-ab32-204f3af5f2a3)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ce9c4f7e-cf13-46a8-b168-dd3deb061f85)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8a7c5a9e-eff5-4afc-b7ab-253b13200523)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bb23f8d9-aa2c-4bbe-ad43-ae632a9cc865)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b0cb1b8b-df6b-4723-a783-cd5e0f7d1e64)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 57c03f8c-9797-4834-aeac-6cbd878f39ef)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e24fcafd-6575-4289-8368-aa2283696347)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 3 "Net-(D2-K)") (pintype "passive") (tstamp 6dbc7db4-d141-4555-9ffe-69df2b711197)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 27 "/IN2x") (pintype "passive") (tstamp e27b7634-8813-4ba9-bc3d-806f6beb533c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e416de) - (at 67.564 74.168) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060a7522a") - (attr smd) - (fp_text reference "R5" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4c801309-f3da-4501-809d-abf6f5fc8ace) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cfe80278-f1fb-456c-8545-53c95f3833c5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 4c6cd764-aa72-4e08-a1be-46e405b83c82) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c3279a7a-e98b-43f8-8e14-4630cc61ee85)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 59dc13f9-a212-44e6-b981-a58602e79139)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7de105e1-ccff-41cb-9627-f8b814889ce9)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ab3a89d4-fb42-4d7d-b357-6621d76bd159)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d16e4de5-2dd3-44b0-a0f9-6a13cb9f0d7b)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5bdb5b69-6887-4a11-b01b-5018c4f853f7)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2639a624-b6ef-4e68-8d12-61b7aa493ae4)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 91ed8987-99aa-4810-ad98-4830fe238369)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c2c63335-d442-4941-9c15-bd73bcaf1001)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b8dbd99-f3ed-4bdc-9f4b-8a5c09c05fd9)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 26 "+5V") (pintype "passive") (tstamp ba71e6ae-2bfc-4266-a669-e5c2e966ed1f)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 14 "Net-(Q1-C)") (pintype "passive") (tstamp e37c02ce-405a-4c81-98b9-c8f56087d704)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e416ef) - (at 87.376 76.708) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060af9243") - (attr smd) - (fp_text reference "R6" (at 0.254 -1.524) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f71adce2-aef8-4add-b585-22dffd5f694a) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 586349d5-c4f4-4259-9d6b-fc3c50760d90) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 57949a22-d05d-4941-ac5f-865a3946d140) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 490e3627-4eb1-4d86-ae2b-d8d3765fe00d)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9dc8895-dc99-4102-ad8d-e6f1e24d84c6)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c07d967c-60b0-430a-8958-5298e20c4de5)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2db89a38-96df-4b89-a166-0e858290e54d)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b2eceabc-db98-4e5b-b178-9718408d3ea0)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d23e7ddd-08e7-4bb2-afda-c5f89b84a4e6)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e91bca7b-75b2-445b-8a55-8eb7fc06fb88)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aae559c4-b331-449d-9e1c-cbd93fbb7bec)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6135bff4-cf75-4971-9d8e-b432d9ecdcdd)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 17520994-5973-43da-accc-5c057ecfa89d)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 26 "+5V") (pintype "passive") (tstamp 7641912f-eac2-480b-b8e1-6b153637d25c)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 16 "Net-(Q2-C)") (pintype "passive") (tstamp a148fd15-d298-4489-8c65-cc8f77767a22)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41700) - (at 67.548 111.76 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ae945b") - (attr smd) - (fp_text reference "R7" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1f9ae02b-7234-40cc-afdb-739ba89d3e64) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d950920b-1221-4411-9729-13dd7a9041d7) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 9c6358fa-3b45-4697-ab7d-ee4ca8c0be3e) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2635d6dd-3a29-4bec-b617-95e02fa2116d)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e1dfcae4-0e11-42fd-9564-052f1fe7d7e7)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8967ded7-9115-40a3-a7e9-add4af74e5bb)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bb01fd74-671b-4f53-a7cf-13d500b40293)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5c607363-1aed-4cd3-be83-edce6af62ed9)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 53b78e76-76ea-4e25-b538-1f2dac214956)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f1d277bf-e9dd-4b71-949a-5759a167d11c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f348f3d9-a8ab-4ce5-9fde-78147994736c)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d435d355-f0f0-47d7-b3d8-efa1cb040e5b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 44b3ca9c-dc49-4fe2-91f4-f23f5ead29e7)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 6 "Net-(D5-K)") (pintype "passive") (tstamp 28942f03-e0cb-4c7a-a3a3-a371d8f5d09c)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 17 "/IN1y") (pintype "passive") (tstamp 5035b0f6-7d6d-4548-806d-0bc00ad1793e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41711) - (at 87.376 102.108 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060b0105d") - (attr smd) - (fp_text reference "R8" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2b5efa26-8e6d-4980-bb2f-ae43df773e95) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ab079e80-c894-446f-aa8a-a8dac73f2fd4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 9072a711-4775-4b2b-b9ed-2f93ca048c5d) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 623f0f68-f022-413f-9596-4888dc3c41d3)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 13322e78-ee1c-49b4-8dbe-7438baff2531)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3d2647d6-75f2-4382-8560-9dcc1968da14)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2e526f27-9e4d-47d6-a89c-0797acb45530)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ddd3eae4-5aee-4b81-a039-5ceb188054cb)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2cdddf28-e060-4b7b-ae62-22a7da18827d)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2696fff6-1bce-4315-9eba-89263d74330a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f207aba4-ed70-430b-973c-7e4c9fcf0693)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 196d1a33-22db-4e98-bcfc-7b413abd04ea)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4b4b7bae-0c7f-4565-a8b2-4f7776eb50ca)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 7 "Net-(D6-K)") (pintype "passive") (tstamp d55cee9c-454f-4310-ba15-7123a7b3da8b)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 29 "/IN2y") (pintype "passive") (tstamp b73eda6c-05bf-4720-bd8a-d431c0c7cab3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41722) - (at 67.58 115.316) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ae944f") - (attr smd) - (fp_text reference "R9" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6306c10c-ce05-46a6-801b-009f82de535f) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 47c52a3b-a63c-4213-962a-b31b3577c392) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0929f549-0de3-43b0-830c-6c60adadfca1) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6cef4644-0ae1-4f47-97a2-e1f01a06b44d)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96fdc7c4-7aac-40b3-b354-f8f4c42ad875)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 340f9a8d-3fb6-44dc-9ce5-a4c23e34eeb8)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c8e237c5-f737-4c3b-ab17-5e650c8e763a)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e3dbaa9d-cecf-4ee9-86b9-2d3fe9b05fbe)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3837257a-fb25-4255-8e9d-1cabfb29fccb)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fab35df0-a4fb-4544-8515-469dd17b898e)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6327a234-2017-4891-9159-d1bb51b95c7e)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ca83b74-10f4-4111-9caf-6d52b7e8db9c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 52c1c536-e429-4243-ac42-ff35bfe67b45)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 26 "+5V") (pintype "passive") (tstamp e218ca4b-b2e6-44ed-82ee-dd84eac495f7)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 18 "Net-(Q3-C)") (pintype "passive") (tstamp d7df16df-2181-497d-b31f-d6d44a801aa4)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41733) - (at 86.852 110.236) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060b01051") - (attr smd) - (fp_text reference "R10" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bf70b399-8103-4ce6-8f30-656a1b651fe7) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b2a3ec4d-ef36-4e19-8ce1-53aeb5896405) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 4839ce81-7393-4881-9721-4b6d0a8fda20) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 35cc81d7-0a66-4018-8311-cabe01fd56bb)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8a9d7ed7-747a-4c45-ad9e-1aea204a93e6)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 868b1294-832b-478d-b2c4-f9c01bb52160)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 11d9f778-01ca-4e29-af15-8838317015ee)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9e7d2ce6-aed2-4752-8be4-5752f453ebe9)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6c4804d3-ce38-4443-9317-1e668e04cc60)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c0c46a75-f750-41e3-b386-1300a6173d0a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 017e207f-f466-4fa9-99aa-192eb4d334e7)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6f72a770-4cfc-4710-90d8-eac50c5aea8d)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f483a25e-7154-4c5d-9e02-063032bb410b)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 26 "+5V") (pintype "passive") (tstamp fe256a64-6035-4d85-a773-dfc1f44c1b4d)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 19 "Net-(Q4-C)") (pintype "passive") (tstamp 4ab691d6-5d3b-4b4e-8eb7-c7b94236ab03)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41744) - (at 87.36 143.256) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060af094d") - (attr smd) - (fp_text reference "R11" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5f0bf03f-d801-48c7-a07d-657ddee26ec6) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2a75916b-d734-4ed1-90fc-b970f696525a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp d93450a7-64b3-493b-9118-c7d6a11e03a5) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2c33772-255a-4ec6-a3ad-e5ba1fd08e92)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d48ee06-1ac5-40d6-a099-c6365699cdad)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b9aa687d-e5ac-4587-b019-3ed86a47f433)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b47dbb72-1c2c-4482-8b03-ab44f6643137)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d07d96b5-1fb2-4fe0-b089-a26eb67f0a71)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e1c086c0-e801-47d0-b759-38e6ac298ac4)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b534c943-7452-46ab-8ef1-c8931e6202ce)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 34679ae0-89c3-4206-98c0-0e2eae16b16b)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fe49e56e-9976-4749-8715-1e78c2029ba3)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8b37e5e-4030-468a-a045-e76ff65aae1f)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 10 "Net-(D9-K)") (pintype "passive") (tstamp 3dcab413-c7c4-49bc-89af-7d216bab9a97)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 20 "OUTb") (pintype "passive") (tstamp 1e3b6961-0add-4458-b4bd-aa4c18c941fe)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41755) - (at 68.58 148.844) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ac9f0d") - (attr smd) - (fp_text reference "R12" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c66d81b7-3a00-43b0-be81-ca1d0e3450a4) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 87c67ebb-4218-4d20-9be1-25efdfbcd01c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 6b332e8c-905d-4de4-94a8-af8ca2c9a175) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9e3b4a1-c5e6-484a-bc7c-7030e2baca3d)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0ea52e6a-ff39-47f5-91d5-703426cbd3f8)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 378290a4-83ab-4b4f-b9b1-5bed71e90bec)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f2022c28-140a-4a8b-a057-090f19016497)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b67c796c-540c-4c14-b666-f6b30d587e90)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d9b57181-aa71-432d-9c2d-2195af9dd018)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6b56ed53-8f99-42bd-bf88-91ac38894de4)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dee6aedf-4899-488c-951e-b6049158d652)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ec09a94a-be60-4b9e-9cac-d766c4072207)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d8eb0b5e-d73d-4c1d-8833-8db24feb5b9a)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 11 "Net-(D10-K)") (pintype "passive") (tstamp 0d52e77b-b981-42f8-af09-fe671491bf21)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 23 "OUTa") (pintype "passive") (tstamp a5eed247-7994-4d12-80b1-181ffdf5de03)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41766) - (at 87.36 140.208) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060af0941") - (attr smd) - (fp_text reference "R13" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 406bf5d5-c832-4d0f-9660-a94a557a497b) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 77d2b417-5c04-4bc7-8f87-3c26aa9381e9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 3c3ad778-6311-4fa2-8321-b82f47bea24a) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 334c5b9b-6ed0-4c04-b5df-2b7f59a49f99)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 895b723e-c4fd-48e2-8e6f-eed7e985739d)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fcf5fda5-50e3-4d23-a8d6-3231990f4386)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a1ce8547-9900-48b4-87f0-b5cb607078f2)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e6739caa-3fcb-450e-bbcd-e842afda3904)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ab7f4ef3-175a-4870-ac75-8876fc930baf)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2a5139b-18d6-4371-8ae0-552e6dbf034a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 69e6c132-8d7e-40c1-bfb5-f281da344e57)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp abcc8426-3b6b-4b37-a80a-b99917505947)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b53dc894-111a-4cbc-ba19-b5f5c74e433f)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 26 "+5V") (pintype "passive") (tstamp 56607048-7fbe-4a61-aa84-56e4a4a4beb1)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 28 "Net-(Q5-C)") (pintype "passive") (tstamp a51619cd-ec59-4652-8352-8031dd70216d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060e41777) - (at 67.548 156.972) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000060ac9f01") - (attr smd) - (fp_text reference "R14" (at 3.318 -0.254) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 62bcf260-6650-4404-aaf5-bc49175d904f) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cfb29b73-39af-4e47-b0c5-922cff982b60) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 4eb433a3-d459-4a96-a3bc-4128ed848f5d) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 940c38cb-45b9-4bbe-be70-e67349c7949a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 90064ce8-6eb4-4e96-b83a-5881f4fed25f)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b315f73-08b4-45b7-ae2e-00369c178082)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 158ea77b-6470-403e-a6e2-d1e59966ce92)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf7523f1-8e7c-4519-809d-6564edb04c39)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c487c839-f740-43bd-a77d-fda6462b806d)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ae12b27d-dd37-4ace-8a71-b436c5eb266c)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9bf6db06-d86b-4566-8a7a-b8e1e28b2fa7)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a2c2cc85-3b05-4cb7-9995-cf6a243d151d)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eda5da84-651b-4c21-ad36-46a10c7bee6c)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 26 "+5V") (pintype "passive") (tstamp 95cb6f70-56fc-498c-a898-3b197119001c)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 30 "Net-(Q6-C)") (pintype "passive") (tstamp 7bb2a51c-e06e-4507-b967-e239dd23bf23)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-0000610437e2) - (at 88.9 114.3 180) - (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x03 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x03, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-0000610423aa") - (attr through_hole) - (fp_text reference "J8" (at 0 2.77) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4ec4ca19-40ec-4277-9d13-d783a36c5eea) - ) - (fp_text value "01x03 Male" (at 0 -7.85) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b66f2d73-b8eb-475d-a3a9-c9e6be184003) - ) - (fp_text user "${REFERENCE}" (at 0 -2.54 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp caf5860e-6fd5-42c7-8520-ba1d4e60aa16) - ) - (fp_line (start -1.33 -6.41) (end 1.33 -6.41) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f1eef270-5a7b-4a6b-bcd7-eb47b221d7db)) - (fp_line (start -1.33 -1.27) (end -1.33 -6.41) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 03d1291b-3f38-41be-b986-a6c3e2bf28cf)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1964b0c4-2b59-4605-b4b0-b622ae1ad51a)) - (fp_line (start 0 1.33) (end 1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f9748f29-ec3a-46ea-b841-df483471c53e)) - (fp_line (start 1.33 -1.27) (end 1.33 -6.41) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f53149cf-8600-4298-8c3e-a330269eedf9)) - (fp_line (start 1.33 1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 82b8af6f-d811-426b-85eb-e3a81a144ff0)) - (fp_line (start -1.8 -6.85) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c949c249-ed1c-4c7f-b29f-406bde831ee1)) - (fp_line (start -1.8 1.8) (end 1.75 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e25c0dd8-b564-413b-ad74-67f84cb6ed9a)) - (fp_line (start 1.75 -6.85) (end -1.8 -6.85) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9a4581bb-ce17-4dad-97fa-274c74e58901)) - (fp_line (start 1.75 1.8) (end 1.75 -6.85) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bb6fe24d-811d-4368-9f9b-ab964bfec63f)) - (fp_line (start -1.27 -6.35) (end -1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 217f90c4-fb9b-4ccd-8011-a16af9db18db)) - (fp_line (start -1.27 1.27) (end 0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d374e731-6531-462e-9048-1f354cc1a36a)) - (fp_line (start 0.635 1.27) (end 1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7c025a4e-074b-4f2a-8aed-96149bca7ee5)) - (fp_line (start 1.27 -6.35) (end -1.27 -6.35) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 15ec9e82-e8df-4c05-acd5-9f7fb328b829)) - (fp_line (start 1.27 0.635) (end 1.27 -6.35) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7b9f22a3-337f-417e-b82d-fa11660f3d6b)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 22 "Xb") (pinfunction "Pin_1") (pintype "passive") (tstamp 92e65d43-8a42-4c7c-951a-b78e37acaf86)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "Yb") (pinfunction "Pin_2") (pintype "passive") (tstamp 5cd419ba-4ca7-4d79-9f42-50083f3a22b1)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 20 "OUTb") (pinfunction "Pin_3") (pintype "passive") (tstamp 4fd0fc15-f774-4f2c-836b-0006e0231988)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061044696) - (at 52.87 90 180) - (descr "Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x05 2.54mm single row") - (property "Description" "Board to Board Connectors (2.54 mm)") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x05, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-000061041bca") - (attr through_hole) - (fp_text reference "J4" (at 0 2.77) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dfffdd37-3ac8-4d5a-a66c-2ec2581f45c1) - ) - (fp_text value "01x05 Male" (at 0 -12.93) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp aed064d6-d9e6-4cc4-9760-72b091422acb) - ) - (fp_text user "${REFERENCE}" (at 0 -5.08 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ba7601e8-7415-4afa-a080-ef41f4d2b36f) - ) - (fp_line (start -1.33 -11.49) (end 1.33 -11.49) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3f3f4b7a-13a3-446b-a401-3d4413b4ff45)) - (fp_line (start -1.33 -1.27) (end -1.33 -11.49) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3faaec9-ef62-4afc-8da5-51c687ed89d3)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 36ba22d7-d43b-436c-81b6-db3e5a6c0746)) - (fp_line (start 0 1.33) (end 1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 92991476-76d4-450a-a455-1aa004b31792)) - (fp_line (start 1.33 -1.27) (end 1.33 -11.49) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6b7fdb51-e797-49a9-a062-0f4439f4781e)) - (fp_line (start 1.33 1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b05f8bd1-acdc-4aab-9902-928d350214e1)) - (fp_line (start -1.8 -11.9) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp afeddf1e-c9fe-4d56-89ae-60a0bda42d11)) - (fp_line (start -1.8 1.8) (end 1.75 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9ad72a42-2be7-4f18-a222-c9474469fa1d)) - (fp_line (start 1.75 -11.9) (end -1.8 -11.9) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7b9dc77c-b1ed-4adc-b88e-1c992f263c54)) - (fp_line (start 1.75 1.8) (end 1.75 -11.9) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aaa33698-21b2-4953-b65c-76334a74ae0d)) - (fp_line (start -1.27 -11.43) (end -1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 49c4c0a1-debb-4fcf-90a5-057539a33e0b)) - (fp_line (start -1.27 1.27) (end 0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp acb58f40-cda4-4f58-9f27-36554d761250)) - (fp_line (start 0.635 1.27) (end 1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fc7b941d-c333-4d43-ab5e-9c9736ab3905)) - (fp_line (start 1.27 -11.43) (end -1.27 -11.43) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 403cd70b-b7f5-491e-962e-aabe37ee27ca)) - (fp_line (start 1.27 0.635) (end 1.27 -11.43) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp de6200e9-2d01-41f1-bd48-8851d4d1b1b5)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 26 "+5V") (pinfunction "Pin_1") (pintype "passive") (tstamp 8f0f4e70-0691-4c21-a636-ff5bbe57413f)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_2") (pintype "passive") (tstamp 667c2386-1aae-43ca-8634-1576752cde9a)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "Xa") (pinfunction "Pin_3") (pintype "passive") (tstamp 4bbf2aaf-4639-4e90-ba30-9242f72601e1)) - (pad "4" thru_hole oval (at 0 -7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "Ya") (pinfunction "Pin_4") (pintype "passive") (tstamp db653974-486f-494c-8ec9-632a53be7907)) - (pad "5" thru_hole oval (at 0 -10.16 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "OUTa") (pinfunction "Pin_5") (pintype "passive") (tstamp d3c335a6-c111-4407-bd5b-a395ad7c2be8)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 91.1 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 099d8485-6ac4-4787-9699-32d0d4dcc96d)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 5857bbc8-fead-4e8a-ae3c-2c081ccc2f68)) - (gr_line (start 91.1 50.8) (end 91.1 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 9fe5cfaf-8e13-45c4-b677-e60b4f2cc9a1)) - - (segment (start 73.278 68.072) (end 73.278 69.044) (width 0.25) (layer "B.Cu") (net 2) (tstamp 032d8479-5912-4888-9f41-eaf4f730b2bf)) - (segment (start 68.056 71.12) (end 71.17 71.12) (width 0.25) (layer "B.Cu") (net 2) (tstamp 4698e2b2-fcb5-433f-adc1-c7d639fca12e)) - (segment (start 73.278 69.044) (end 71.186 71.136) (width 0.25) (layer "B.Cu") (net 2) (tstamp a0324b99-1bc2-4b86-9022-484589c14426)) - (segment (start 71.17 71.12) (end 71.186 71.136) (width 0.25) (layer "B.Cu") (net 2) (tstamp fb1870dc-38d7-440b-a321-1da89e966926)) - (segment (start 89.534 73.351) (end 90.067 72.818) (width 0.25) (layer "B.Cu") (net 3) (tstamp 21059972-aa38-4116-b15a-3b52ba8d41d6)) - (segment (start 89.392 68.58) (end 89.392 69.694) (width 0.25) (layer "B.Cu") (net 3) (tstamp 35e1ae3c-9271-4c74-8e9d-d493d91bb5c0)) - (segment (start 89.534 80.772) (end 89.534 73.351) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9f9075fb-4373-47ae-aad0-cf432b84c704)) - (segment (start 90.067 69.255) (end 89.392 68.58) (width 0.25) (layer "B.Cu") (net 3) (tstamp a8d13d18-d3c0-41dc-8e83-144a78063e9f)) - (segment (start 90.067 72.818) (end 90.067 69.255) (width 0.25) (layer "B.Cu") (net 3) (tstamp b2731d24-0cf8-4d4d-ac43-76736e708b3d)) - (segment (start 89.392 69.694) (end 87.442 71.644) (width 0.25) (layer "B.Cu") (net 3) (tstamp bd1c45b3-2f32-42a1-a9e5-fa1c067fb319)) - (segment (start 62.22 76.2) (end 66.130751 72.289249) (width 0.25) (layer "B.Cu") (net 4) (tstamp 11eda5a1-dd90-47f3-a131-14c348440225)) - (segment (start 71.511 72.289249) (end 72.601749 71.1985) (width 0.25) (layer "B.Cu") (net 4) (tstamp 2b36b6a4-030d-4cf6-a9a2-a194ef7a65bb)) - (segment (start 66.130751 72.289249) (end 71.511 72.289249) (width 0.25) (layer "B.Cu") (net 4) (tstamp 56c3c804-7899-400e-8a8e-b53b3a0f93ca)) - (segment (start 72.601749 71.1985) (end 73.086 71.1985) (width 0.25) (layer "B.Cu") (net 4) (tstamp a69e06b8-141b-4d36-8134-505c793528a5)) - (segment (start 89.342 71.7065) (end 88.851251 71.7065) (width 0.25) (layer "B.Cu") (net 5) (tstamp 637d24e3-5ed9-466b-b39e-04c829f44dd8)) - (segment (start 88.851251 71.7065) (end 84.357751 76.2) (width 0.25) (layer "B.Cu") (net 5) (tstamp 9038acf3-eab6-4e9d-b5cc-14c7f8d07666)) - (segment (start 84.357751 76.2) (end 82.032 76.2) (width 0.25) (layer "B.Cu") (net 5) (tstamp 9c65446d-9b9c-45b5-a51b-24c4a77eafdd)) - (segment (start 73.404 109.558) (end 71.186 111.776) (width 0.25) (layer "B.Cu") (net 6) (tstamp 004f486d-6231-4640-b1b9-65d53144a017)) - (segment (start 73.404 108.712) (end 73.404 109.558) (width 0.25) (layer "B.Cu") (net 6) (tstamp 45d75959-5a18-40f5-9bbd-241bfea58cee)) - (segment (start 71.186 111.776) (end 68.564 111.776) (width 0.25) (layer "B.Cu") (net 6) (tstamp d76f60ee-b3b7-4c85-b463-02ac2bf3b088)) - (segment (start 68.564 111.776) (end 68.548 111.76) (width 0.25) (layer "B.Cu") (net 6) (tstamp e835a132-496b-4ca4-b8fd-194275466f7b)) - (segment (start 86.426 105.172) (end 86.426 104.058) (width 0.25) (layer "B.Cu") (net 7) (tstamp 2063356c-3df1-48c9-bdc3-9d94b23d7900)) - (segment (start 88.376 102.108) (end 88.518 101.966) (width 0.25) (layer "B.Cu") (net 7) (tstamp 24e970ce-f719-49a3-b98f-2b4ead3c48db)) - (segment (start 88.518 101.966) (end 88.518 98.552) (width 0.25) (layer "B.Cu") (net 7) (tstamp da475133-b023-4c2e-a882-62b609e18580)) - (segment (start 86.426 104.058) (end 88.376 102.108) (width 0.25) (layer "B.Cu") (net 7) (tstamp fb885e8d-39b7-423b-bb27-4cb78d24cf47)) - (segment (start 72.595251 111.8385) (end 70.387751 114.046) (width 0.25) (layer "B.Cu") (net 8) (tstamp 61e50913-1635-4514-8411-178621f68877)) - (segment (start 70.387751 114.046) (end 65.014 114.046) (width 0.25) (layer "B.Cu") (net 8) (tstamp 62f648c2-1a4e-412a-a2ac-a1a6f6bfd5cb)) - (segment (start 65.014 114.046) (end 62.22 116.84) (width 0.25) (layer "B.Cu") (net 8) (tstamp d10d5868-b3f1-4372-815a-b9e0a0632844)) - (segment (start 73.086 111.8385) (end 72.595251 111.8385) (width 0.25) (layer "B.Cu") (net 8) (tstamp d8cc7dc5-c818-4869-8f0a-116d3f833435)) - (segment (start 88.326 105.172) (end 88.326 109.09681) (width 0.25) (layer "B.Cu") (net 9) (tstamp 15b44777-38ed-4b20-9662-53029f706283)) - (segment (start 88.77701 109.54782) (end 88.77701 110.92418) (width 0.25) (layer "B.Cu") (net 9) (tstamp 2dce8be7-ace6-46bd-a8a8-d7b8bceec8e9)) - (segment (start 88.77701 110.92418) (end 82.86119 116.84) (width 0.25) (layer "B.Cu") (net 9) (tstamp 63495eef-d334-4abc-a8ca-2816268fae31)) - (segment (start 88.326 109.09681) (end 88.77701 109.54782) (width 0.25) (layer "B.Cu") (net 9) (tstamp 690b7542-59e4-4c57-bb83-37dceaa45d22)) - (segment (start 82.86119 116.84) (end 82.55 116.84) (width 0.25) (layer "B.Cu") (net 9) (tstamp f60f3a6b-f861-4e33-a782-70652eab57f3)) - (segment (start 86.234 146.512) (end 86.426 146.32) (width 0.25) (layer "B.Cu") (net 10) (tstamp 10ee64b1-97e4-4bee-b918-fca4822facd8)) - (segment (start 86.426 146.32) (end 86.426 143.322) (width 0.25) (layer "B.Cu") (net 10) (tstamp 211825bc-c063-47f8-8ce9-16e8dcc9aa1c)) - (segment (start 86.426 143.322) (end 86.36 143.256) (width 0.25) (layer "B.Cu") (net 10) (tstamp 721182a7-9a2a-453e-a4d2-71fc3216785e)) - (segment (start 86.234 151.384) (end 86.234 146.512) (width 0.25) (layer "B.Cu") (net 10) (tstamp ec1eb7aa-953d-4677-8046-93876d914d96)) - (segment (start 66.422 144.78) (end 66.422 147.686) (width 0.25) (layer "B.Cu") (net 11) (tstamp 135d25fd-151a-4eb9-8116-51469968956a)) - (segment (start 66.422 147.686) (end 67.58 148.844) (width 0.25) (layer "B.Cu") (net 11) (tstamp ae89b47a-202f-48a9-8220-6d7f3fbf8200)) - (segment (start 67.58 148.844) (end 67.58 152.366) (width 0.25) (layer "B.Cu") (net 11) (tstamp f3b5ee30-6624-4f47-b7fb-ce34d3d456f5)) - (segment (start 67.58 152.366) (end 67.63 152.416) (width 0.25) (layer "B.Cu") (net 11) (tstamp faf567c3-961c-4f60-8e8f-39ea7ebdab67)) - (segment (start 88.326 151.958) (end 88.326 146.32) (width 0.25) (layer "B.Cu") (net 12) (tstamp 1c29e92d-1351-4ec9-afa6-14cf8ca7e085)) - (segment (start 82.56 156.464) (end 83.82 156.464) (width 0.25) (layer "B.Cu") (net 12) (tstamp 4eb1f8c1-216c-4705-8470-831084f8a4a8)) - (segment (start 83.82 156.464) (end 88.326 151.958) (width 0.25) (layer "B.Cu") (net 12) (tstamp 717754c2-40a5-40b6-b3c1-35d80b3aa6ef)) - (segment (start 69.039251 152.4785) (end 65.053751 156.464) (width 0.25) (layer "B.Cu") (net 13) (tstamp 4e0670e2-9ff4-4594-83e0-5d0c9b72d974)) - (segment (start 65.053751 156.464) (end 62.24 156.464) (width 0.25) (layer "B.Cu") (net 13) (tstamp 6ca1b4e6-7078-49bf-bca8-bbab79a5e3c3)) - (segment (start 69.53 152.4785) (end 69.039251 152.4785) (width 0.25) (layer "B.Cu") (net 13) (tstamp c35e1cef-1835-4b12-a0b7-de7544f2e33c)) - (segment (start 72.136 73.136) (end 69.596 73.136) (width 0.25) (layer "B.Cu") (net 14) (tstamp 547bc633-3c8c-4082-a40f-8d813dc980bd)) - (segment (start 69.596 73.136) (end 68.564 74.168) (width 0.25) (layer "B.Cu") (net 14) (tstamp bd16cd5c-8eb6-4123-8781-97c552d5885a)) - (segment (start 63.42 93.86) (end 63.5 93.78) (width 0.25) (layer "F.Cu") (net 15) (tstamp 21475a85-419e-4e93-8e43-105102fa63e7)) - (segment (start 63.5 93.78) (end 63.5 73.5) (width 0.25) (layer "F.Cu") (net 15) (tstamp 54b7528c-39f6-4d91-8d93-a31252267b48)) - (segment (start 63.5 73.5) (end 60.96 70.96) (width 0.25) (layer "F.Cu") (net 15) (tstamp d4cf0fc6-e1c3-48e7-aa36-47b56dc4c7ba)) - (segment (start 65.896 70.96) (end 66.056 71.12) (width 0.25) (layer "B.Cu") (net 15) (tstamp 13f147b0-a970-4af8-968d-cd7610f33454)) - (segment (start 60.96 70.96) (end 65.896 70.96) (width 0.25) (layer "B.Cu") (net 15) (tstamp 3c2ad552-9bcb-44cc-a033-dbab2265e683)) - (segment (start 88.392 76.692) (end 88.376 76.708) (width 0.25) (layer "B.Cu") (net 16) (tstamp 1a07a6a9-f87f-4cac-812f-c9199c0ea14d)) - (segment (start 88.392 73.644) (end 88.392 76.692) (width 0.25) (layer "B.Cu") (net 16) (tstamp ed01157b-6ca0-4110-8265-b9d446f59849)) - (segment (start 60.96 111.6) (end 63.754 114.394) (width 0.25) (layer "F.Cu") (net 17) (tstamp 0ce8cea1-8969-4624-b36d-137298a217d1)) - (segment (start 63.42 119.714) (end 63.42 134.5) (width 0.25) (layer "F.Cu") (net 17) (tstamp 52b493c8-3efe-45b5-98b5-33970b8a2a90)) - (segment (start 63.754 114.394) (end 63.754 119.38) (width 0.25) (layer "F.Cu") (net 17) (tstamp a51aaea6-29ad-48fb-9b16-15fc13b6be95)) - (segment (start 63.754 119.38) (end 63.42 119.714) (width 0.25) (layer "F.Cu") (net 17) (tstamp e484ba16-8efa-4c97-a73c-ec0ab8281b26)) - (segment (start 61.12 111.76) (end 60.96 111.6) (width 0.25) (layer "B.Cu") (net 17) (tstamp 15465765-d31a-4bd3-9c31-d6ebddb00820)) - (segment (start 66.548 111.76) (end 61.12 111.76) (width 0.25) (layer "B.Cu") (net 17) (tstamp b736b54f-07a6-46a7-9805-92b5eb72053b)) - (segment (start 68.58 115.316) (end 70.596 115.316) (width 0.25) (layer "B.Cu") (net 18) (tstamp 0339d1af-411b-4e7b-ab7f-9ad8c0566481)) - (segment (start 70.596 115.316) (end 72.136 113.776) (width 0.25) (layer "B.Cu") (net 18) (tstamp 5ad5b936-e280-4882-bd06-7182753cab08)) - (segment (start 87.852 107.648) (end 87.376 107.172) (width 0.25) (layer "B.Cu") (net 19) (tstamp 054fd422-88d0-45ef-b24c-c7c5f08a0c24)) - (segment (start 87.852 110.236) (end 87.852 107.648) (width 0.25) (layer "B.Cu") (net 19) (tstamp fc37c98a-4a24-45cc-afe4-b59af3e7d5b5)) - (segment (start 81.877002 138.176) (end 79.248 138.176) (width 0.25) (layer "B.Cu") (net 20) (tstamp 17d6e052-8317-4e22-8f8b-37662fa8540d)) - (segment (start 88.9 119.38) (end 89.28501 119.76501) (width 0.25) (layer "B.Cu") (net 20) (tstamp 275f96eb-ad23-4936-a145-d2dabb0a0cd8)) - (segment (start 89.28501 142.33099) (end 88.36 143.256) (width 0.25) (layer "B.Cu") (net 20) (tstamp 2944835d-2b71-4969-a44f-193c10182579)) - (segment (start 73.152 141.224) (end 76.2 138.176) (width 0.25) (layer "B.Cu") (net 20) (tstamp 34b4b586-2c4a-49b5-b862-c1c880e781ab)) - (segment (start 89.28501 139.51982) (end 89.28501 142.33099) (width 0.25) (layer "B.Cu") (net 20) (tstamp 4640868a-e81c-408a-9795-ac262ea322b4)) - (segment (start 76.2 138.176) (end 79.248 138.176) (width 0.25) (layer "B.Cu") (net 20) (tstamp 51ce9a9f-4560-452e-bcff-c2e0059ed129)) - (segment (start 73.152 146.812) (end 73.152 141.224) (width 0.25) (layer "B.Cu") (net 20) (tstamp 64205a84-073b-43f8-8b4f-55d812c4386d)) - (segment (start 89.28501 119.76501) (end 89.28501 130.767992) (width 0.25) (layer "B.Cu") (net 20) (tstamp 6965e72c-b509-4b7e-8a3f-47c01e7333e1)) - (segment (start 89.28501 130.767992) (end 81.877002 138.176) (width 0.25) (layer "B.Cu") (net 20) (tstamp 776bea64-db5a-4788-9905-14bfad3983c4)) - (segment (start 87.94119 138.176) (end 89.28501 139.51982) (width 0.25) (layer "B.Cu") (net 20) (tstamp 857888eb-d499-4fa6-a39d-307a47fc928e)) - (segment (start 79.248 138.176) (end 87.94119 138.176) (width 0.25) (layer "B.Cu") (net 20) (tstamp dc595c56-1fd8-4ba8-851e-54926dd00263)) - (segment (start 88.9 117.640998) (end 88.9 116.84) (width 0.25) (layer "B.Cu") (net 21) (tstamp 45607bc1-e00a-4c18-93ee-a2936c064b67)) - (segment (start 81.24 134.5) (end 81.24 125.300998) (width 0.25) (layer "B.Cu") (net 21) (tstamp 523780bd-9fab-4ee9-acd8-d46ab852ce09)) - (segment (start 81.24 125.300998) (end 88.9 117.640998) (width 0.25) (layer "B.Cu") (net 21) (tstamp fa79be64-730b-4e67-9278-db671699dcdc)) - (segment (start 88.9 111.4376) (end 88.9 114.3) (width 0.25) (layer "B.Cu") (net 22) (tstamp 31e19c75-453a-4a79-baf5-c0919dd69f5b)) - (segment (start 81.24 93.86) (end 82.465001 95.085001) (width 0.25) (layer "B.Cu") (net 22) (tstamp 384cc2a7-8d1b-4c3d-886d-008d0fc0071f)) - (segment (start 89.501012 110.836588) (end 88.9 111.4376) (width 0.25) (layer "B.Cu") (net 22) (tstamp 43a50840-73af-4863-b422-1b2a1d925bd0)) - (segment (start 86.751001 95.085001) (end 89.501012 97.835012) (width 0.25) (layer "B.Cu") (net 22) (tstamp 6d79e0c3-8d09-4a3d-bb77-4c105b7fd657)) - (segment (start 82.465001 95.085001) (end 86.751001 95.085001) (width 0.25) (layer "B.Cu") (net 22) (tstamp 84f5e2cf-b7e1-4c87-aaa7-50e3e712a4dd)) - (segment (start 89.501012 97.835012) (end 89.501012 110.836588) (width 0.25) (layer "B.Cu") (net 22) (tstamp 9d2ff6c8-b277-4e53-92cf-d4341f79ac4b)) - (segment (start 52.87 100.16) (end 51.914999 101.115001) (width 0.25) (layer "F.Cu") (net 23) (tstamp 174d48fc-01f2-45a6-9da1-2f5d6a138171)) - (segment (start 51.914999 144.370999) (end 53.848 146.304) (width 0.25) (layer "F.Cu") (net 23) (tstamp 485481b8-e4a1-4723-9ccf-7c33ffd5b39c)) - (segment (start 51.914999 101.115001) (end 51.914999 138.528999) (width 0.25) (layer "F.Cu") (net 23) (tstamp 63170a3d-b9e4-4b8a-9447-3faf851fb666)) - (segment (start 51.914999 138.528999) (end 51.914999 139.036999) (width 0.25) (layer "F.Cu") (net 23) (tstamp 7b4a7822-78e0-478f-a47d-45ef16233261)) - (segment (start 51.914999 139.036999) (end 54.864 141.986) (width 0.25) (layer "F.Cu") (net 23) (tstamp c48b0b02-4355-4070-8709-245154ff4784)) - (segment (start 51.914999 138.528999) (end 51.914999 144.370999) (width 0.25) (layer "F.Cu") (net 23) (tstamp ed178d78-f84b-4a72-b4ac-d532c0266277)) - (via (at 54.864 141.986) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 23) (tstamp 842d2376-d502-447e-8b52-b0f14ff18524)) - (segment (start 54.958 142.08) (end 65.357 142.08) (width 0.25) (layer "B.Cu") (net 23) (tstamp 098d8245-bca2-4098-b8b6-b57b492490cc)) - (segment (start 69.58 148.844) (end 69.58 146.303) (width 0.25) (layer "B.Cu") (net 23) (tstamp 0ae6d796-9806-496a-abf2-6c19a901ed8d)) - (segment (start 69.58 146.303) (end 65.357 142.08) (width 0.25) (layer "B.Cu") (net 23) (tstamp 1362c8b4-eba6-4840-b04c-517a7c701eb7)) - (segment (start 54.958 142.08) (end 54.864 141.986) (width 0.25) (layer "B.Cu") (net 23) (tstamp b3a7df25-dfb9-4f75-ba1d-95499c836cc1)) - (segment (start 54.945022 99.695022) (end 54.945022 117.740411) (width 0.25) (layer "F.Cu") (net 24) (tstamp 09cd4428-4660-4f82-b963-87897ac32714)) - (segment (start 54.945022 117.740411) (end 60.92 123.715389) (width 0.25) (layer "F.Cu") (net 24) (tstamp 4dad70c8-3930-44ae-b8f7-64667495db08)) - (segment (start 54.945022 99.695022) (end 52.87 97.62) (width 0.25) (layer "F.Cu") (net 24) (tstamp 8af14e6e-7d20-4abc-a29d-b9366a94b417)) - (segment (start 60.92 123.715389) (end 60.92 134.5) (width 0.25) (layer "F.Cu") (net 24) (tstamp a41ce995-b863-4132-91cf-464e097a93dc)) - (segment (start 52.87 95.08) (end 53.719999 95.929999) (width 0.25) (layer "F.Cu") (net 25) (tstamp 23d2c36a-8bb3-4fdd-aa92-0fb1e102a46f)) - (segment (start 53.719999 95.929999) (end 58.850001 95.929999) (width 0.25) (layer "F.Cu") (net 25) (tstamp 46f6d459-2141-4f01-aff0-3d196e230232)) - (segment (start 58.850001 95.929999) (end 60.92 93.86) (width 0.25) (layer "F.Cu") (net 25) (tstamp abf81423-6e8c-45c6-8f88-024d766315c7)) - (segment (start 74.277001 147.937001) (end 75.184 148.844) (width 0.25) (layer "F.Cu") (net 26) (tstamp 063c67ca-66c0-467e-91f0-42c801e42cdb)) - (segment (start 51.694999 95.644001) (end 52.305999 96.255001) (width 0.25) (layer "F.Cu") (net 26) (tstamp 181cfa36-8000-415e-8e43-4f29fd29d0b9)) - (segment (start 61.862 98.636998) (end 74.277001 111.051999) (width 0.25) (layer "F.Cu") (net 26) (tstamp 1cdbba0f-8e49-4e3e-b450-be87f8cc8aef)) - (segment (start 55.626 98.636998) (end 59.097002 98.636998) (width 0.25) (layer "F.Cu") (net 26) (tstamp 2bdd5ba7-2561-42ad-9e02-d37f280df23b)) - (segment (start 67.40501 83.15301) (end 78.39099 83.15301) (width 0.25) (layer "F.Cu") (net 26) (tstamp 2d1da2bd-22bb-4b49-94cf-3efc4c33176d)) - (segment (start 67.40501 91.687992) (end 67.40501 83.15301) (width 0.25) (layer "F.Cu") (net 26) (tstamp 31104b28-9f9e-43f1-b091-2597a4771ab1)) - (segment (start 70.104 117.348) (end 67.056 117.348) (width 0.25) (layer "F.Cu") (net 26) (tstamp 42eb4dd3-92ed-426d-98c2-2ea68947a90a)) - (segment (start 52.305999 96.255001) (end 53.244003 96.255001) (width 0.25) (layer "F.Cu") (net 26) (tstamp 4d314aec-d662-46ed-800c-7ae283216887)) - (segment (start 74.277001 111.051999) (end 74.277001 111.650999) (width 0.25) (layer "F.Cu") (net 26) (tstamp 72f5547c-e970-40ee-8304-41963985b094)) - (segment (start 74.277001 113.174999) (end 74.277001 147.937001) (width 0.25) (layer "F.Cu") (net 26) (tstamp 7933d5e2-ef36-4d56-80d0-9b5e0ee7872c)) - (segment (start 74.277001 113.174999) (end 70.104 117.348) (width 0.25) (layer "F.Cu") (net 26) (tstamp 7bbb3bc8-9ea4-4049-b879-e82cfbde9b75)) - (segment (start 67.40501 76.54901) (end 66.548 75.692) (width 0.25) (layer "F.Cu") (net 26) (tstamp 7d205a75-f423-49cc-9ac4-e41fb1ca6eb9)) - (segment (start 59.097002 98.636998) (end 60.456004 98.636998) (width 0.25) (layer "F.Cu") (net 26) (tstamp 82ec921b-27ac-44a0-9a76-359a00b1dc38)) - (segment (start 75.692 110.236) (end 83.82 110.236) (width 0.25) (layer "F.Cu") (net 26) (tstamp 8a57e970-90bd-436e-8d94-319ac42d175c)) - (segment (start 78.39099 83.15301) (end 81.28 80.264) (width 0.25) (layer "F.Cu") (net 26) (tstamp 8d17ce29-49e0-4394-957e-ebd4944f56fb)) - (segment (start 67.40501 83.15301) (end 67.40501 76.54901) (width 0.25) (layer "F.Cu") (net 26) (tstamp 92d226b6-d1e6-4818-9b51-b569b5d124ea)) - (segment (start 59.097002 98.636998) (end 61.862 98.636998) (width 0.25) (layer "F.Cu") (net 26) (tstamp 98065c61-c5c6-4b0f-ab3a-444f67635f58)) - (segment (start 52.87 90) (end 51.694999 91.175001) (width 0.25) (layer "F.Cu") (net 26) (tstamp 98d8474d-8c16-4549-987e-d4a75d6e077a)) - (segment (start 51.694999 91.175001) (end 51.694999 95.644001) (width 0.25) (layer "F.Cu") (net 26) (tstamp 9bca15e3-312e-48d8-8fc1-c3e4da3ccbe2)) - (segment (start 74.277001 111.650999) (end 74.277001 113.174999) (width 0.25) (layer "F.Cu") (net 26) (tstamp b9bc5387-7f5a-4e49-89c5-7e4af697d108)) - (segment (start 60.456004 98.636998) (end 67.40501 91.687992) (width 0.25) (layer "F.Cu") (net 26) (tstamp c88ca97c-d05d-462c-ad14-8f681466a462)) - (segment (start 53.244003 96.255001) (end 55.626 98.636998) (width 0.25) (layer "F.Cu") (net 26) (tstamp ea029a99-51ea-4414-8c1c-e3d9151aaf71)) - (segment (start 74.277001 111.650999) (end 75.692 110.236) (width 0.25) (layer "F.Cu") (net 26) (tstamp f5bdcf91-6efe-45ff-8f32-09ea50b4769e)) - (via (at 75.184 148.844) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 26) (tstamp 3139ef4c-ee8d-45cf-ae04-231db610503d)) - (via (at 67.056 117.348) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 26) (tstamp 5d8afb34-045b-4343-a750-1f65344ec651)) - (via (at 83.82 110.236) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 26) (tstamp 78d4439e-cd40-4417-b4a2-fe6f05192f08)) - (via (at 81.28 80.264) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 26) (tstamp a54e5578-3226-4844-aa0e-e1ec99df7c96)) - (via (at 66.548 75.692) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 26) (tstamp c5908ca2-580b-4e8f-9b80-12657c8ed376)) - (segment (start 70.255001 152.615997) (end 70.255001 156.878189) (width 0.25) (layer "B.Cu") (net 26) (tstamp 0746afb1-6dc6-491b-9519-f94ef4cd0077)) - (segment (start 67.57301 157.99701) (end 66.548 156.972) (width 0.25) (layer "B.Cu") (net 26) (tstamp 0cd7cc0a-c31f-4bf0-9823-d55a67002325)) - (segment (start 81.082797 142.080001) (end 84.487999 142.080001) (width 0.25) (layer "B.Cu") (net 26) (tstamp 10739b3f-8972-49ae-bb8c-413fbc992307)) - (segment (start 85.852 110.236) (end 83.82 110.236) (width 0.25) (layer "B.Cu") (net 26) (tstamp 1b8e6bb1-dc84-4970-9389-1b707542df7c)) - (segment (start 75.184 147.978798) (end 81.082797 142.080001) (width 0.25) (layer "B.Cu") (net 26) (tstamp 1ce3b596-92c3-4872-9c31-8844ab551da9)) - (segment (start 81.28 80.264) (end 84.836 76.708) (width 0.25) (layer "B.Cu") (net 26) (tstamp 44074739-3c50-47d6-9bdc-c7cf351a2796)) - (segment (start 69.13618 157.99701) (end 67.57301 157.99701) (width 0.25) (layer "B.Cu") (net 26) (tstamp 4417644d-f11b-4fe2-8eb3-0db4c52a59cc)) - (segment (start 74.026998 148.844) (end 70.255001 152.615997) (width 0.25) (layer "B.Cu") (net 26) (tstamp 6148c45e-fb5c-4b04-9153-ff16f6c1996a)) - (segment (start 84.487999 142.080001) (end 86.36 140.208) (width 0.25) (layer "B.Cu") (net 26) (tstamp 6b6b5157-c923-482e-a753-47a95ad55882)) - (segment (start 66.548 74.184) (end 66.564 74.168) (width 0.25) (layer "B.Cu") (net 26) (tstamp 6d9028d8-49c2-4571-9e20-b6948f4b89c9)) - (segment (start 75.184 148.844) (end 74.026998 148.844) (width 0.25) (layer "B.Cu") (net 26) (tstamp 704cbb43-79ac-4270-8e45-c14e216f738a)) - (segment (start 67.056 115.792) (end 66.58 115.316) (width 0.25) (layer "B.Cu") (net 26) (tstamp 7eb4eeb7-4f9a-48a4-80b8-f8e086f5dd93)) - (segment (start 66.548 75.692) (end 66.548 74.184) (width 0.25) (layer "B.Cu") (net 26) (tstamp 91b71c48-afa0-4089-9d92-3f9c7a82fda1)) - (segment (start 84.836 76.708) (end 86.376 76.708) (width 0.25) (layer "B.Cu") (net 26) (tstamp b3f1ba14-6772-48e6-afd9-2cbf9cf9c0da)) - (segment (start 67.056 117.348) (end 67.056 115.792) (width 0.25) (layer "B.Cu") (net 26) (tstamp b849a737-5ab2-4eb7-8aaa-297df1aa32b0)) - (segment (start 70.255001 156.878189) (end 69.13618 157.99701) (width 0.25) (layer "B.Cu") (net 26) (tstamp bbc1accd-24a7-45a7-9894-2437cd52083a)) - (segment (start 75.184 148.844) (end 75.184 147.978798) (width 0.25) (layer "B.Cu") (net 26) (tstamp bfd0e1b1-2a9c-4a49-8973-62bba2f06f15)) - (segment (start 81.28 70.96) (end 83.74 73.42) (width 0.25) (layer "F.Cu") (net 27) (tstamp 83af3f81-c3b9-4e3a-bafc-dcd94906f83d)) - (segment (start 83.74 73.42) (end 83.74 93.86) (width 0.25) (layer "F.Cu") (net 27) (tstamp 882e3ef0-0422-4b18-a0e5-994ebca60338)) - (segment (start 87.392 68.58) (end 83.66 68.58) (width 0.25) (layer "B.Cu") (net 27) (tstamp 12ed031f-c20b-4ede-8962-76e7f27d4d8f)) - (segment (start 83.66 68.58) (end 81.28 70.96) (width 0.25) (layer "B.Cu") (net 27) (tstamp 2c971bb0-e6c1-479f-92da-dfa328e02bc5)) - (segment (start 87.376 141.192) (end 87.376 148.32) (width 0.25) (layer "B.Cu") (net 28) (tstamp 14fe3e53-87a7-42c2-829c-6d291b142c3a)) - (segment (start 88.36 140.208) (end 87.376 141.192) (width 0.25) (layer "B.Cu") (net 28) (tstamp bf46cf08-9080-4d84-8fd6-01bed5435df6)) - (segment (start 83.775001 134.464999) (end 83.775001 114.255001) (width 0.25) (layer "F.Cu") (net 29) (tstamp 22f6a38b-bd28-4544-a55b-5d874a022a72)) - (segment (start 83.775001 114.255001) (end 81.28 111.76) (width 0.25) (layer "F.Cu") (net 29) (tstamp 6fb0d776-c2a4-451b-b703-9674eff80db2)) - (segment (start 83.74 134.5) (end 83.775001 134.464999) (width 0.25) (layer "F.Cu") (net 29) (tstamp 8b5e2298-5737-4430-a94c-82044e388aaa)) - (segment (start 81.28 107.204) (end 81.28 111.76) (width 0.25) (layer "B.Cu") (net 29) (tstamp 2f10e968-e5a5-4fc8-9808-37312040235e)) - (segment (start 86.376 102.108) (end 81.28 107.204) (width 0.25) (layer "B.Cu") (net 29) (tstamp 866072c8-7b6d-410d-95be-7013f68ee8ea)) - (segment (start 68.548 154.448) (end 68.58 154.416) (width 0.25) (layer "B.Cu") (net 30) (tstamp 3457f421-6887-4855-a109-65e9d4046502)) - (segment (start 68.548 156.972) (end 68.548 154.448) (width 0.25) (layer "B.Cu") (net 30) (tstamp 36a11dd6-c9ac-4b89-8d3a-e4712302fb13)) - (segment (start 90.140501 140.999499) (end 80.946501 150.193499) (width 0.381) (layer "F.Cu") (net 33) (tstamp 00ffb9d2-03dd-4593-bd04-0159d170bb30)) - (segment (start 81.28 62.66) (end 83.996 62.66) (width 0.381) (layer "F.Cu") (net 33) (tstamp 3c97f945-ea02-415e-9e79-c0a471287370)) - (segment (start 60.104 151.384) (end 60.96 152.24) (width 0.25) (layer "F.Cu") (net 33) (tstamp 5e8a2cf3-d4b7-4889-95f8-0c347e33c032)) - (segment (start 53.848 151.384) (end 60.104 151.384) (width 0.25) (layer "F.Cu") (net 33) (tstamp 92b76534-24af-4fb2-90b2-e60cba040ec8)) - (segment (start 63.006501 150.193499) (end 60.96 152.24) (width 0.381) (layer "F.Cu") (net 33) (tstamp 9720f0d7-7a79-437f-b866-797e3b0359d7)) - (segment (start 80.946501 150.193499) (end 63.006501 150.193499) (width 0.381) (layer "F.Cu") (net 33) (tstamp e1390ba5-917f-4384-a1e2-d5d6d76d415a)) - (segment (start 90.140501 68.804501) (end 90.140501 140.999499) (width 0.381) (layer "F.Cu") (net 33) (tstamp efce4c5e-96d2-40f2-946a-275649591101)) - (segment (start 83.996 62.66) (end 90.140501 68.804501) (width 0.381) (layer "F.Cu") (net 33) (tstamp f042095d-cfbb-45fd-8791-993402bd0387)) - (segment (start 73.152 151.892) (end 80.932 151.892) (width 0.25) (layer "F.Cu") (net 36) (tstamp 07594a0f-3739-4a75-aa42-2451d9085aa7)) - (segment (start 80.932 151.892) (end 81.28 152.24) (width 0.25) (layer "F.Cu") (net 36) (tstamp 1e7a602f-5c61-47af-a560-8f9b412ac4a8)) - - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00006106a0bd) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 91.44 159.512) - (xy 50.8 159.512) - (xy 50.8 50.8) - (xy 91.44 50.8) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 90.966621 50.895502) - (xy 91.013114 50.949158) - (xy 91.0245 51.0015) - (xy 91.0245 158.7785) - (xy 91.004498 158.846621) - (xy 90.950842 158.893114) - (xy 90.8985 158.9045) - (xy 51.0015 158.9045) - (xy 50.933379 158.884498) - (xy 50.886886 158.830842) - (xy 50.8755 158.7785) - (xy 50.8755 156.44) - (xy 51.984341 156.44) - (xy 52.004937 156.675411) - (xy 52.066096 156.903661) - (xy 52.066098 156.903665) - (xy 52.165966 157.117832) - (xy 52.301498 157.311392) - (xy 52.301502 157.311397) - (xy 52.301505 157.311401) - (xy 52.468599 157.478495) - (xy 52.468603 157.478498) - (xy 52.468607 157.478501) - (xy 52.662167 157.614033) - (xy 52.662166 157.614033) - (xy 52.733269 157.647189) - (xy 52.876337 157.713903) - (xy 53.104592 157.775063) - (xy 53.281034 157.7905) - (xy 53.281035 157.7905) - (xy 53.398965 157.7905) - (xy 53.398966 157.7905) - (xy 53.575408 157.775063) - (xy 53.803663 157.713903) - (xy 54.017829 157.614035) - (xy 54.211401 157.478495) - (xy 54.378495 157.311401) - (xy 54.514035 157.11783) - (xy 54.613903 156.903663) - (xy 54.675063 156.675408) - (xy 54.695659 156.44) - (xy 54.675063 156.204592) - (xy 54.613903 155.976337) - (xy 54.514035 155.762171) - (xy 54.514034 155.762169) - (xy 54.514033 155.762167) - (xy 54.378501 155.568607) - (xy 54.378497 155.568602) - (xy 54.378495 155.568599) - (xy 54.211401 155.401505) - (xy 54.211397 155.401502) - (xy 54.211392 155.401498) - (xy 54.017832 155.265966) - (xy 54.017833 155.265966) - (xy 53.803665 155.166098) - (xy 53.803661 155.166096) - (xy 53.575411 155.104937) - (xy 53.443076 155.093359) - (xy 53.398966 155.0895) - (xy 53.281034 155.0895) - (xy 53.245745 155.092587) - (xy 53.104588 155.104937) - (xy 52.876338 155.166096) - (xy 52.876334 155.166098) - (xy 52.662167 155.265966) - (xy 52.468607 155.401498) - (xy 52.468596 155.401507) - (xy 52.301507 155.568596) - (xy 52.301502 155.568602) - (xy 52.165965 155.762169) - (xy 52.066098 155.976334) - (xy 52.066096 155.976338) - (xy 52.004937 156.204588) - (xy 51.984341 156.44) - (xy 50.8755 156.44) - (xy 50.8755 151.384) - (xy 52.634884 151.384) - (xy 52.653314 151.594655) - (xy 52.674244 151.672767) - (xy 52.695543 151.752258) - (xy 52.708044 151.79891) - (xy 52.719974 151.824494) - (xy 52.797412 151.990561) - (xy 52.918692 152.163767) - (xy 52.918696 152.163772) - (xy 52.918699 152.163776) - (xy 53.068224 152.313301) - (xy 53.068228 152.313304) - (xy 53.068232 152.313307) - (xy 53.241438 152.434587) - (xy 53.241441 152.434588) - (xy 53.241442 152.434589) - (xy 53.43309 152.523956) - (xy 53.637345 152.578686) - (xy 53.848 152.597116) - (xy 54.058655 152.578686) - (xy 54.26291 152.523956) - (xy 54.454558 152.434589) - (xy 54.627776 152.313301) - (xy 54.701077 152.24) - (xy 59.381634 152.24) - (xy 59.401066 152.486911) - (xy 59.458885 152.727742) - (xy 59.542907 152.93059) - (xy 59.553666 152.956563) - (xy 59.661481 153.132502) - (xy 59.683076 153.167741) - (xy 59.683077 153.167743) - (xy 59.843926 153.356073) - (xy 60.032256 153.516922) - (xy 60.03226 153.516925) - (xy 60.243437 153.646334) - (xy 60.472258 153.741115) - (xy 60.713089 153.798934) - (xy 60.96 153.818366) - (xy 61.206911 153.798934) - (xy 61.447742 153.741115) - (xy 61.676563 153.646334) - (xy 61.88774 153.516925) - (xy 62.076073 153.356073) - (xy 62.236925 153.16774) - (xy 62.366334 152.956563) - (xy 62.461115 152.727742) - (xy 62.518934 152.486911) - (xy 62.538366 152.24) - (xy 62.518934 151.993089) - (xy 62.461115 151.752258) - (xy 62.366334 151.523437) - (xy 62.236925 151.31226) - (xy 62.236922 151.312256) - (xy 62.076073 151.123926) - (xy 61.887743 150.963077) - (xy 61.887741 150.963076) - (xy 61.88774 150.963075) - (xy 61.676563 150.833666) - (xy 61.447742 150.738885) - (xy 61.206911 150.681066) - (xy 61.206912 150.681066) - (xy 60.96 150.661634) - (xy 60.713088 150.681066) - (xy 60.472257 150.738885) - (xy 60.243438 150.833665) - (xy 60.032258 150.963076) - (xy 60.032256 150.963077) - (xy 59.843926 151.123926) - (xy 59.683077 151.312256) - (xy 59.683076 151.312258) - (xy 59.553665 151.523438) - (xy 59.458885 151.752257) - (xy 59.401066 151.993088) - (xy 59.381634 152.24) - (xy 54.701077 152.24) - (xy 54.777301 152.163776) - (xy 54.896817 151.993089) - (xy 54.898587 151.990561) - (xy 54.898587 151.99056) - (xy 54.898589 151.990558) - (xy 54.987956 151.79891) - (xy 55.042686 151.594655) - (xy 55.061116 151.384) - (xy 55.042686 151.173345) - (xy 54.987956 150.96909) - (xy 54.898589 150.777442) - (xy 54.898588 150.777441) - (xy 54.898587 150.777438) - (xy 54.777307 150.604232) - (xy 54.777304 150.604228) - (xy 54.777301 150.604224) - (xy 54.627776 150.454699) - (xy 54.627772 150.454696) - (xy 54.627767 150.454692) - (xy 54.454561 150.333412) - (xy 54.262912 150.244045) - (xy 54.262908 150.244043) - (xy 54.168113 150.218643) - (xy 54.058655 150.189314) - (xy 53.848 150.170884) - (xy 53.637345 150.189314) - (xy 53.596222 150.200333) - (xy 53.433091 150.244043) - (xy 53.433087 150.244045) - (xy 53.241438 150.333412) - (xy 53.068232 150.454692) - (xy 53.068221 150.454701) - (xy 52.918701 150.604221) - (xy 52.918692 150.604232) - (xy 52.797412 150.777438) - (xy 52.708045 150.969087) - (xy 52.708043 150.969091) - (xy 52.669692 151.112221) - (xy 52.653314 151.173345) - (xy 52.634884 151.384) - (xy 50.8755 151.384) - (xy 50.8755 146.304) - (xy 52.634884 146.304) - (xy 52.653314 146.514655) - (xy 52.659815 146.538917) - (xy 52.708043 146.718908) - (xy 52.708045 146.718912) - (xy 52.797412 146.910561) - (xy 52.918692 147.083767) - (xy 52.918696 147.083772) - (xy 52.918699 147.083776) - (xy 53.068224 147.233301) - (xy 53.068228 147.233304) - (xy 53.068232 147.233307) - (xy 53.241438 147.354587) - (xy 53.241441 147.354588) - (xy 53.241442 147.354589) - (xy 53.43309 147.443956) - (xy 53.637345 147.498686) - (xy 53.848 147.517116) - (xy 54.058655 147.498686) - (xy 54.26291 147.443956) - (xy 54.454558 147.354589) - (xy 54.627776 147.233301) - (xy 54.777301 147.083776) - (xy 54.898589 146.910558) - (xy 54.987956 146.71891) - (xy 55.042686 146.514655) - (xy 55.061116 146.304) - (xy 55.042686 146.093345) - (xy 54.987956 145.88909) - (xy 54.898589 145.697442) - (xy 54.898588 145.697441) - (xy 54.898587 145.697438) - (xy 54.777307 145.524232) - (xy 54.777304 145.524228) - (xy 54.777301 145.524224) - (xy 54.627776 145.374699) - (xy 54.627772 145.374696) - (xy 54.627767 145.374692) - (xy 54.454561 145.253412) - (xy 54.262912 145.164045) - (xy 54.262908 145.164043) - (xy 54.160114 145.1365) - (xy 54.058655 145.109314) - (xy 53.848 145.090884) - (xy 53.637345 145.109314) - (xy 53.610534 145.116498) - (xy 53.433091 145.164043) - (xy 53.433087 145.164045) - (xy 53.241438 145.253412) - (xy 53.068232 145.374692) - (xy 53.068221 145.374701) - (xy 52.918701 145.524221) - (xy 52.918692 145.524232) - (xy 52.797412 145.697438) - (xy 52.708045 145.889087) - (xy 52.708043 145.889091) - (xy 52.669689 146.032232) - (xy 52.653314 146.093345) - (xy 52.634884 146.304) - (xy 50.8755 146.304) - (xy 50.8755 141.986) - (xy 53.950496 141.986) - (xy 53.970457 142.175927) - (xy 53.980544 142.20697) - (xy 54.029473 142.357556) - (xy 54.029476 142.357561) - (xy 54.124958 142.522941) - (xy 54.124965 142.522951) - (xy 54.252744 142.664864) - (xy 54.309784 142.706306) - (xy 54.407248 142.777118) - (xy 54.581712 142.854794) - (xy 54.768513 142.8945) - (xy 54.959487 142.8945) - (xy 55.146288 142.854794) - (xy 55.320752 142.777118) - (xy 55.375193 142.737564) - (xy 55.442061 142.713706) - (xy 55.449254 142.7135) - (xy 59.664925 142.7135) - (xy 59.733046 142.733502) - (xy 59.779539 142.787158) - (xy 59.789643 142.857432) - (xy 59.760736 142.92133) - (xy 59.683077 143.012256) - (xy 59.683076 143.012258) - (xy 59.553665 143.223438) - (xy 59.458885 143.452257) - (xy 59.401066 143.693088) - (xy 59.381634 143.94) - (xy 59.401066 144.186911) - (xy 59.458885 144.427742) - (xy 59.553665 144.656561) - (xy 59.683076 144.867741) - (xy 59.683077 144.867743) - (xy 59.843926 145.056073) - (xy 60.032256 145.216922) - (xy 60.03226 145.216925) - (xy 60.243437 145.346334) - (xy 60.472258 145.441115) - (xy 60.713089 145.498934) - (xy 60.96 145.518366) - (xy 61.206911 145.498934) - (xy 61.447742 145.441115) - (xy 61.676563 145.346334) - (xy 61.88774 145.216925) - (xy 62.076073 145.056073) - (xy 62.236925 144.86774) - (xy 62.366334 144.656563) - (xy 62.461115 144.427742) - (xy 62.518934 144.186911) - (xy 62.538366 143.94) - (xy 62.518934 143.693089) - (xy 62.461115 143.452258) - (xy 62.366334 143.223437) - (xy 62.236925 143.01226) - (xy 62.232004 143.006498) - (xy 62.159264 142.92133) - (xy 62.130233 142.85654) - (xy 62.140838 142.78634) - (xy 62.187713 142.733018) - (xy 62.255075 142.7135) - (xy 65.042406 142.7135) - (xy 65.110527 142.733502) - (xy 65.131501 142.750405) - (xy 65.915806 143.53471) - (xy 65.949832 143.597022) - (xy 65.944767 143.667837) - (xy 65.90222 143.724673) - (xy 65.890902 143.731453) - (xy 65.891145 143.731846) - (xy 65.8849 143.735697) - (xy 65.884899 143.735698) - (xy 65.815418 143.778554) - (xy 65.738959 143.825715) - (xy 65.738953 143.82572) - (xy 65.61772 143.946953) - (xy 65.617715 143.946959) - (xy 65.527698 144.092899) - (xy 65.473763 144.255666) - (xy 65.4635 144.356119) - (xy 65.4635 145.20388) - (xy 65.463499 145.20388) - (xy 65.473763 145.304333) - (xy 65.473764 145.304336) - (xy 65.527698 145.467101) - (xy 65.562937 145.524232) - (xy 65.617715 145.61304) - (xy 65.61772 145.613046) - (xy 65.738954 145.73428) - (xy 65.740645 145.735617) - (xy 65.741504 145.73683) - (xy 65.744149 145.739475) - (xy 65.743697 145.739926) - (xy 65.781677 145.793556) - (xy 65.7885 145.834457) - (xy 65.7885 147.602146) - (xy 65.786751 147.617988) - (xy 65.787044 147.618016) - (xy 65.786298 147.625907) - (xy 65.786298 147.625909) - (xy 65.78667 147.637748) - (xy 65.7885 147.695957) - (xy 65.7885 147.725851) - (xy 65.788501 147.725872) - (xy 65.789378 147.73282) - (xy 65.789844 147.738732) - (xy 65.791326 147.785888) - (xy 65.791327 147.785893) - (xy 65.796977 147.805339) - (xy 65.800986 147.824697) - (xy 65.803525 147.844793) - (xy 65.803526 147.844799) - (xy 65.820893 147.888662) - (xy 65.822816 147.894279) - (xy 65.835982 147.939593) - (xy 65.846294 147.957031) - (xy 65.854988 147.974779) - (xy 65.862444 147.993609) - (xy 65.86245 147.99362) - (xy 65.890177 148.031783) - (xy 65.893437 148.036746) - (xy 65.91746 148.077365) - (xy 65.931779 148.091684) - (xy 65.944617 148.106714) - (xy 65.954156 148.119843) - (xy 65.956528 148.123107) - (xy 65.984794 148.146491) - (xy 65.992886 148.153185) - (xy 65.997267 148.157171) - (xy 66.218622 148.378526) - (xy 66.434595 148.594499) - (xy 66.468621 148.656811) - (xy 66.4715 148.683594) - (xy 66.4715 149.344544) - (xy 66.482112 149.448425) - (xy 66.537885 149.616738) - (xy 66.63097 149.767652) - (xy 66.630975 149.767658) - (xy 66.756341 149.893024) - (xy 66.756347 149.893029) - (xy 66.756348 149.89303) - (xy 66.886648 149.9734) - (xy 66.934125 150.026185) - (xy 66.9465 150.08064) - (xy 66.9465 151.465019) - (xy 66.928954 151.529158) - (xy 66.870855 151.627397) - (xy 66.824437 151.78717) - (xy 66.8215 151.824494) - (xy 66.8215 153.132506) - (xy 66.824437 153.169829) - (xy 66.870856 153.329605) - (xy 66.955544 153.472803) - (xy 66.955549 153.47281) - (xy 66.963197 153.480458) - (xy 66.997223 153.54277) - (xy 66.992158 153.613585) - (xy 66.963197 153.658648) - (xy 64.828251 155.793595) - (xy 64.765939 155.82762) - (xy 64.739156 155.8305) - (xy 63.576762 155.8305) - (xy 63.508641 155.810498) - (xy 63.471279 155.773415) - (xy 63.355314 155.595916) - (xy 63.197225 155.424186) - (xy 63.197221 155.424182) - (xy 63.099094 155.347807) - (xy 63.013017 155.28081) - (xy 62.807727 155.169713) - (xy 62.807724 155.169712) - (xy 62.807723 155.169711) - (xy 62.586955 155.093921) - (xy 62.586948 155.093919) - (xy 62.488411 155.077476) - (xy 62.356712 155.0555) - (xy 62.123288 155.0555) - (xy 62.008066 155.074727) - (xy 61.893051 155.093919) - (xy 61.893044 155.093921) - (xy 61.672276 155.169711) - (xy 61.672273 155.169713) - (xy 61.494413 155.265966) - (xy 61.466985 155.280809) - (xy 61.466983 155.28081) - (xy 61.282778 155.424182) - (xy 61.278946 155.427711) - (xy 61.277688 155.426345) - (xy 61.223763 155.458742) - (xy 61.152799 155.456598) - (xy 61.09426 155.416428) - (xy 61.073877 155.380861) - (xy 61.050444 155.318034) - (xy 60.962904 155.201095) - (xy 60.845965 155.113555) - (xy 60.709093 155.062505) - (xy 60.648597 155.056) - (xy 59.954 155.056) - (xy 59.954 156.092537) - (xy 59.897453 156.053984) - (xy 59.767827 156.014) - (xy 59.666276 156.014) - (xy 59.565862 156.029135) - (xy 59.446 156.086857) - (xy 59.446 155.056) - (xy 58.751402 155.056) - (xy 58.690906 155.062505) - (xy 58.554035 155.113555) - (xy 58.554034 155.113555) - (xy 58.437095 155.201095) - (xy 58.349555 155.318034) - (xy 58.349555 155.318035) - (xy 58.298505 155.454906) - (xy 58.292 155.515402) - (xy 58.292 156.21) - (xy 59.327032 156.21) - (xy 59.276375 156.29774) - (xy 59.24619 156.429992) - (xy 59.256327 156.565265) - (xy 59.305887 156.691541) - (xy 59.326987 156.718) - (xy 58.292 156.718) - (xy 58.292 157.412597) - (xy 58.298505 157.473093) - (xy 58.349555 157.609964) - (xy 58.349555 157.609965) - (xy 58.437095 157.726904) - (xy 58.554034 157.814444) - (xy 58.690906 157.865494) - (xy 58.751402 157.871999) - (xy 58.751415 157.872) - (xy 59.446 157.872) - (xy 59.446 156.835462) - (xy 59.502547 156.874016) - (xy 59.632173 156.914) - (xy 59.733724 156.914) - (xy 59.834138 156.898865) - (xy 59.954 156.841142) - (xy 59.954 157.872) - (xy 60.648585 157.872) - (xy 60.648597 157.871999) - (xy 60.709093 157.865494) - (xy 60.845964 157.814444) - (xy 60.845965 157.814444) - (xy 60.962904 157.726904) - (xy 61.050444 157.609965) - (xy 61.073877 157.547138) - (xy 61.116423 157.490302) - (xy 61.182943 157.465491) - (xy 61.252318 157.480582) - (xy 61.278356 157.500929) - (xy 61.278946 157.500289) - (xy 61.282778 157.503817) - (xy 61.338437 157.547138) - (xy 61.466983 157.64719) - (xy 61.672273 157.758287) - (xy 61.893049 157.83408) - (xy 62.123288 157.8725) - (xy 62.123292 157.8725) - (xy 62.356708 157.8725) - (xy 62.356712 157.8725) - (xy 62.586951 157.83408) - (xy 62.807727 157.758287) - (xy 63.013017 157.64719) - (xy 63.19722 157.503818) - (xy 63.209663 157.490302) - (xy 63.355314 157.332083) - (xy 63.471279 157.154585) - (xy 63.525282 157.108496) - (xy 63.576762 157.0975) - (xy 64.969898 157.0975) - (xy 64.985739 157.099249) - (xy 64.985767 157.098956) - (xy 64.993653 157.0997) - (xy 64.99366 157.099702) - (xy 65.063709 157.0975) - (xy 65.093607 157.0975) - (xy 65.100569 157.096619) - (xy 65.10647 157.096154) - (xy 65.15364 157.094673) - (xy 65.173098 157.089019) - (xy 65.192445 157.085013) - (xy 65.212548 157.082474) - (xy 65.25643 157.065098) - (xy 65.262012 157.063187) - (xy 65.27835 157.058441) - (xy 65.349345 157.058644) - (xy 65.408961 157.097199) - (xy 65.438268 157.161864) - (xy 65.4395 157.179438) - (xy 65.4395 157.472544) - (xy 65.450112 157.576425) - (xy 65.505885 157.744738) - (xy 65.59897 157.895652) - (xy 65.598975 157.895658) - (xy 65.724341 158.021024) - (xy 65.724347 158.021029) - (xy 65.724348 158.02103) - (xy 65.875262 158.114115) - (xy 66.043574 158.169887) - (xy 66.147455 158.1805) - (xy 66.808403 158.180499) - (xy 66.876524 158.200501) - (xy 66.897498 158.217403) - (xy 67.065764 158.385668) - (xy 67.075732 158.398111) - (xy 67.07596 158.397923) - (xy 67.081011 158.404029) - (xy 67.132088 158.451993) - (xy 67.153233 158.473139) - (xy 67.153237 158.473142) - (xy 67.15324 158.473145) - (xy 67.158792 158.477452) - (xy 67.163279 158.481283) - (xy 67.184862 158.501551) - (xy 67.197687 158.513595) - (xy 67.197689 158.513596) - (xy 67.215438 158.523353) - (xy 67.231963 158.534208) - (xy 67.247969 158.546624) - (xy 67.288159 158.564015) - (xy 67.291272 158.565362) - (xy 67.296593 158.567968) - (xy 67.33795 158.590705) - (xy 67.337958 158.590707) - (xy 67.357568 158.595742) - (xy 67.376277 158.602147) - (xy 67.394865 158.610191) - (xy 67.441487 158.617574) - (xy 67.447272 158.618773) - (xy 67.49298 158.63051) - (xy 67.513234 158.63051) - (xy 67.532944 158.632061) - (xy 67.535151 158.63241) - (xy 67.552953 158.63523) - (xy 67.587482 158.631966) - (xy 67.599927 158.63079) - (xy 67.60586 158.63051) - (xy 69.052327 158.63051) - (xy 69.068168 158.632259) - (xy 69.068196 158.631966) - (xy 69.076082 158.63271) - (xy 69.076089 158.632712) - (xy 69.146138 158.63051) - (xy 69.176036 158.63051) - (xy 69.182998 158.629629) - (xy 69.188899 158.629164) - (xy 69.236069 158.627683) - (xy 69.255527 158.622029) - (xy 69.274874 158.618023) - (xy 69.294977 158.615484) - (xy 69.338859 158.598109) - (xy 69.344454 158.596193) - (xy 69.372996 158.587901) - (xy 69.389771 158.583029) - (xy 69.389775 158.583027) - (xy 69.407206 158.572718) - (xy 69.42496 158.564019) - (xy 69.443797 158.556562) - (xy 69.481966 158.528828) - (xy 69.486924 158.525572) - (xy 69.527542 158.501552) - (xy 69.541865 158.487228) - (xy 69.556904 158.474384) - (xy 69.573287 158.462482) - (xy 69.603373 158.426113) - (xy 69.607341 158.421751) - (xy 70.64366 157.385433) - (xy 70.656099 157.375469) - (xy 70.655911 157.375242) - (xy 70.662014 157.370191) - (xy 70.662019 157.370189) - (xy 70.709985 157.319109) - (xy 70.731136 157.297959) - (xy 70.735446 157.292401) - (xy 70.739275 157.287918) - (xy 70.771587 157.25351) - (xy 70.781347 157.235754) - (xy 70.792196 157.219239) - (xy 70.804615 157.20323) - (xy 70.823364 157.159899) - (xy 70.825954 157.154612) - (xy 70.848696 157.113249) - (xy 70.853734 157.093623) - (xy 70.860138 157.074921) - (xy 70.868182 157.056334) - (xy 70.875562 157.009736) - (xy 70.876763 157.003929) - (xy 70.888501 156.958219) - (xy 70.888501 156.937964) - (xy 70.890052 156.918252) - (xy 70.893221 156.898246) - (xy 70.89063 156.87084) - (xy 70.888781 156.851269) - (xy 70.888501 156.845337) - (xy 70.888501 152.93059) - (xy 70.908503 152.862469) - (xy 70.925396 152.841505) - (xy 71.742674 152.024226) - (xy 71.804983 151.990204) - (xy 71.875798 151.995268) - (xy 71.932634 152.037815) - (xy 71.955399 152.097401) - (xy 71.956358 152.097232) - (xy 71.957235 152.102206) - (xy 71.957286 152.102339) - (xy 71.957312 152.102645) - (xy 71.957313 152.10265) - (xy 72.012043 152.306908) - (xy 72.012045 152.306912) - (xy 72.101412 152.498561) - (xy 72.222692 152.671767) - (xy 72.222696 152.671772) - (xy 72.222699 152.671776) - (xy 72.372224 152.821301) - (xy 72.372228 152.821304) - (xy 72.372232 152.821307) - (xy 72.545438 152.942587) - (xy 72.545441 152.942588) - (xy 72.545442 152.942589) - (xy 72.73709 153.031956) - (xy 72.941345 153.086686) - (xy 73.152 153.105116) - (xy 73.362655 153.086686) - (xy 73.56691 153.031956) - (xy 73.758558 152.942589) - (xy 73.775695 152.93059) - (xy 73.931767 152.821307) - (xy 73.931776 152.821301) - (xy 74.081301 152.671776) - (xy 74.202589 152.498558) - (xy 74.291956 152.30691) - (xy 74.309884 152.24) - (xy 79.701634 152.24) - (xy 79.721066 152.486911) - (xy 79.778885 152.727742) - (xy 79.862907 152.93059) - (xy 79.873666 152.956563) - (xy 79.981481 153.132502) - (xy 80.003076 153.167741) - (xy 80.003077 153.167743) - (xy 80.163926 153.356073) - (xy 80.352256 153.516922) - (xy 80.35226 153.516925) - (xy 80.563437 153.646334) - (xy 80.792258 153.741115) - (xy 81.033089 153.798934) - (xy 81.28 153.818366) - (xy 81.526911 153.798934) - (xy 81.767742 153.741115) - (xy 81.996563 153.646334) - (xy 82.20774 153.516925) - (xy 82.396073 153.356073) - (xy 82.556925 153.16774) - (xy 82.686334 152.956563) - (xy 82.781115 152.727742) - (xy 82.838934 152.486911) - (xy 82.858366 152.24) - (xy 82.838934 151.993089) - (xy 82.781115 151.752258) - (xy 82.686334 151.523437) - (xy 82.556925 151.31226) - (xy 82.556922 151.312256) - (xy 82.396073 151.123926) - (xy 82.207743 150.963077) - (xy 82.207741 150.963076) - (xy 82.20774 150.963075) - (xy 81.996563 150.833666) - (xy 81.767742 150.738885) - (xy 81.526911 150.681066) - (xy 81.526912 150.681066) - (xy 81.28 150.661634) - (xy 81.033088 150.681066) - (xy 80.792257 150.738885) - (xy 80.563438 150.833665) - (xy 80.352258 150.963076) - (xy 80.352256 150.963077) - (xy 80.163926 151.123926) - (xy 80.003077 151.312256) - (xy 80.003076 151.312258) - (xy 79.873665 151.523438) - (xy 79.778885 151.752257) - (xy 79.721066 151.993088) - (xy 79.701634 152.24) - (xy 74.309884 152.24) - (xy 74.346686 152.102655) - (xy 74.365116 151.892) - (xy 74.346686 151.681345) - (xy 74.291956 151.47709) - (xy 74.202589 151.285442) - (xy 74.202588 151.285441) - (xy 74.202587 151.285438) - (xy 74.081307 151.112232) - (xy 74.081304 151.112228) - (xy 74.081301 151.112224) - (xy 73.931776 150.962699) - (xy 73.931772 150.962696) - (xy 73.931767 150.962692) - (xy 73.758561 150.841412) - (xy 73.566912 150.752045) - (xy 73.566908 150.752043) - (xy 73.448979 150.720444) - (xy 73.362655 150.697314) - (xy 73.362653 150.697313) - (xy 73.36265 150.697313) - (xy 73.362645 150.697312) - (xy 73.362339 150.697286) - (xy 73.362212 150.697236) - (xy 73.357232 150.696358) - (xy 73.357408 150.695357) - (xy 73.296221 150.671421) - (xy 73.254583 150.613916) - (xy 73.250645 150.543029) - (xy 73.284226 150.482674) - (xy 74.252499 149.514402) - (xy 74.314809 149.480379) - (xy 74.341592 149.4775) - (xy 74.4758 149.4775) - (xy 74.543921 149.497502) - (xy 74.569437 149.51919) - (xy 74.572747 149.522866) - (xy 74.727248 149.635118) - (xy 74.901712 149.712794) - (xy 75.088513 149.7525) - (xy 75.279487 149.7525) - (xy 75.466288 149.712794) - (xy 75.640752 149.635118) - (xy 75.795253 149.522866) - (xy 75.831729 149.482355) - (xy 75.923034 149.380951) - (xy 75.923035 149.380949) - (xy 75.92304 149.380944) - (xy 76.018527 149.215556) - (xy 76.077542 149.033928) - (xy 76.097504 148.844) - (xy 76.077542 148.654072) - (xy 76.018527 148.472444) - (xy 75.944055 148.343455) - (xy 75.923041 148.307057) - (xy 75.92304 148.307055) - (xy 75.921837 148.305719) - (xy 75.921385 148.304778) - (xy 75.919162 148.301718) - (xy 75.919721 148.301311) - (xy 75.891123 148.24171) - (xy 75.89989 148.171257) - (xy 75.926379 148.132321) - (xy 79.60222 144.45648) - (xy 79.66453 144.422456) - (xy 79.735345 144.427521) - (xy 79.792181 144.470068) - (xy 79.807719 144.497354) - (xy 79.818085 144.522378) - (xy 79.873665 144.656561) - (xy 80.003076 144.867741) - (xy 80.003077 144.867743) - (xy 80.163926 145.056073) - (xy 80.352256 145.216922) - (xy 80.35226 145.216925) - (xy 80.563437 145.346334) - (xy 80.792258 145.441115) - (xy 81.033089 145.498934) - (xy 81.28 145.518366) - (xy 81.526911 145.498934) - (xy 81.767742 145.441115) - (xy 81.996563 145.346334) - (xy 82.20774 145.216925) - (xy 82.396073 145.056073) - (xy 82.556925 144.86774) - (xy 82.686334 144.656563) - (xy 82.781115 144.427742) - (xy 82.838934 144.186911) - (xy 82.858366 143.94) - (xy 82.838934 143.693089) - (xy 82.781115 143.452258) - (xy 82.686334 143.223437) - (xy 82.556925 143.01226) - (xy 82.552004 143.006498) - (xy 82.479265 142.921331) - (xy 82.450234 142.856541) - (xy 82.460839 142.786341) - (xy 82.507714 142.733019) - (xy 82.575076 142.713501) - (xy 84.404146 142.713501) - (xy 84.419987 142.71525) - (xy 84.420015 142.714957) - (xy 84.427901 142.715701) - (xy 84.427908 142.715703) - (xy 84.497957 142.713501) - (xy 84.527855 142.713501) - (xy 84.534817 142.71262) - (xy 84.540718 142.712155) - (xy 84.587888 142.710674) - (xy 84.607346 142.70502) - (xy 84.626693 142.701014) - (xy 84.646796 142.698475) - (xy 84.690678 142.6811) - (xy 84.696273 142.679184) - (xy 84.724815 142.670892) - (xy 84.74159 142.66602) - (xy 84.741594 142.666018) - (xy 84.759025 142.655709) - (xy 84.776779 142.64701) - (xy 84.795616 142.639553) - (xy 84.833785 142.611819) - (xy 84.838743 142.608563) - (xy 84.879361 142.584543) - (xy 84.893684 142.570219) - (xy 84.908723 142.557375) - (xy 84.925106 142.545473) - (xy 84.955192 142.509104) - (xy 84.95916 142.504742) - (xy 85.109096 142.354806) - (xy 85.171406 142.320782) - (xy 85.242221 142.325847) - (xy 85.299057 142.368394) - (xy 85.323868 142.434914) - (xy 85.317794 142.483535) - (xy 85.262113 142.651572) - (xy 85.262112 142.651579) - (xy 85.2515 142.755446) - (xy 85.2515 143.756544) - (xy 85.262112 143.860425) - (xy 85.317885 144.028738) - (xy 85.41097 144.179652) - (xy 85.410975 144.179658) - (xy 85.536341 144.305024) - (xy 85.536347 144.305029) - (xy 85.536348 144.30503) - (xy 85.541901 144.308455) - (xy 85.660848 144.381823) - (xy 85.687262 144.398115) - (xy 85.706128 144.404366) - (xy 85.764501 144.444777) - (xy 85.79176 144.510333) - (xy 85.7925 144.523972) - (xy 85.7925 145.295049) - (xy 85.772498 145.36317) - (xy 85.755595 145.384144) - (xy 85.751549 145.388189) - (xy 85.751544 145.388196) - (xy 85.666856 145.531394) - (xy 85.620437 145.69117) - (xy 85.6175 145.728494) - (xy 85.6175 146.344894) - (xy 85.615948 146.36461) - (xy 85.613439 146.380449) - (xy 85.612235 146.38626) - (xy 85.6005 146.431968) - (xy 85.6005 146.452223) - (xy 85.598949 146.471933) - (xy 85.59578 146.491942) - (xy 85.59578 146.491943) - (xy 85.60022 146.538917) - (xy 85.6005 146.54485) - (xy 85.6005 150.329542) - (xy 85.580498 150.397663) - (xy 85.556146 150.424522) - (xy 85.556149 150.424525) - (xy 85.556091 150.424582) - (xy 85.552653 150.428375) - (xy 85.550961 150.429712) - (xy 85.42972 150.550953) - (xy 85.429715 150.550959) - (xy 85.339698 150.696899) - (xy 85.285763 150.859666) - (xy 85.2755 150.960119) - (xy 85.2755 151.80788) - (xy 85.275499 151.80788) - (xy 85.285763 151.908333) - (xy 85.285764 151.908336) - (xy 85.339698 152.071101) - (xy 85.396896 152.163833) - (xy 85.429715 152.21704) - (xy 85.42972 152.217046) - (xy 85.550953 152.338279) - (xy 85.550959 152.338284) - (xy 85.55096 152.338285) - (xy 85.696899 152.428302) - (xy 85.859664 152.482236) - (xy 85.879756 152.484288) - (xy 85.96012 152.4925) - (xy 85.960128 152.4925) - (xy 86.50788 152.4925) - (xy 86.587372 152.484378) - (xy 86.657173 152.497352) - (xy 86.708879 152.546004) - (xy 86.726073 152.614887) - (xy 86.703297 152.682131) - (xy 86.689274 152.69882) - (xy 83.824185 155.563908) - (xy 83.761873 155.597934) - (xy 83.691057 155.592869) - (xy 83.642389 155.560151) - (xy 83.51722 155.424182) - (xy 83.48283 155.397415) - (xy 83.333017 155.28081) - (xy 83.127727 155.169713) - (xy 83.127724 155.169712) - (xy 83.127723 155.169711) - (xy 82.906955 155.093921) - (xy 82.906948 155.093919) - (xy 82.808411 155.077476) - (xy 82.676712 155.0555) - (xy 82.443288 155.0555) - (xy 82.328066 155.074727) - (xy 82.213051 155.093919) - (xy 82.213044 155.093921) - (xy 81.992276 155.169711) - (xy 81.992273 155.169713) - (xy 81.814413 155.265966) - (xy 81.786985 155.280809) - (xy 81.786983 155.28081) - (xy 81.602778 155.424182) - (xy 81.598946 155.427711) - (xy 81.597688 155.426345) - (xy 81.543763 155.458742) - (xy 81.472799 155.456598) - (xy 81.41426 155.416428) - (xy 81.393877 155.380861) - (xy 81.370444 155.318034) - (xy 81.282904 155.201095) - (xy 81.165965 155.113555) - (xy 81.029093 155.062505) - (xy 80.968597 155.056) - (xy 80.274 155.056) - (xy 80.274 156.092537) - (xy 80.217453 156.053984) - (xy 80.087827 156.014) - (xy 79.986276 156.014) - (xy 79.885862 156.029135) - (xy 79.766 156.086857) - (xy 79.766 155.056) - (xy 79.071402 155.056) - (xy 79.010906 155.062505) - (xy 78.874035 155.113555) - (xy 78.874034 155.113555) - (xy 78.757095 155.201095) - (xy 78.669555 155.318034) - (xy 78.669555 155.318035) - (xy 78.618505 155.454906) - (xy 78.612 155.515402) - (xy 78.612 156.21) - (xy 79.647032 156.21) - (xy 79.596375 156.29774) - (xy 79.56619 156.429992) - (xy 79.576327 156.565265) - (xy 79.625887 156.691541) - (xy 79.646987 156.718) - (xy 78.612 156.718) - (xy 78.612 157.412597) - (xy 78.618505 157.473093) - (xy 78.669555 157.609964) - (xy 78.669555 157.609965) - (xy 78.757095 157.726904) - (xy 78.874034 157.814444) - (xy 79.010906 157.865494) - (xy 79.071402 157.871999) - (xy 79.071415 157.872) - (xy 79.766 157.872) - (xy 79.766 156.835462) - (xy 79.822547 156.874016) - (xy 79.952173 156.914) - (xy 80.053724 156.914) - (xy 80.154138 156.898865) - (xy 80.274 156.841142) - (xy 80.274 157.872) - (xy 80.968585 157.872) - (xy 80.968597 157.871999) - (xy 81.029093 157.865494) - (xy 81.165964 157.814444) - (xy 81.165965 157.814444) - (xy 81.282904 157.726904) - (xy 81.370444 157.609965) - (xy 81.393877 157.547138) - (xy 81.436423 157.490302) - (xy 81.502943 157.465491) - (xy 81.572318 157.480582) - (xy 81.598356 157.500929) - (xy 81.598946 157.500289) - (xy 81.602778 157.503817) - (xy 81.658437 157.547138) - (xy 81.786983 157.64719) - (xy 81.992273 157.758287) - (xy 82.213049 157.83408) - (xy 82.443288 157.8725) - (xy 82.443292 157.8725) - (xy 82.676708 157.8725) - (xy 82.676712 157.8725) - (xy 82.906951 157.83408) - (xy 83.127727 157.758287) - (xy 83.333017 157.64719) - (xy 83.51722 157.503818) - (xy 83.529663 157.490302) - (xy 83.67531 157.332087) - (xy 83.675314 157.332083) - (xy 83.792641 157.152499) - (xy 83.84664 157.106416) - (xy 83.894162 157.095481) - (xy 83.919889 157.094673) - (xy 83.939347 157.089019) - (xy 83.958694 157.085013) - (xy 83.978797 157.082474) - (xy 84.022679 157.065099) - (xy 84.028274 157.063183) - (xy 84.056816 157.054891) - (xy 84.073591 157.050019) - (xy 84.073595 157.050017) - (xy 84.091026 157.039708) - (xy 84.10878 157.031009) - (xy 84.127617 157.023552) - (xy 84.165786 156.995818) - (xy 84.170744 156.992562) - (xy 84.211362 156.968542) - (xy 84.225685 156.954218) - (xy 84.240724 156.941374) - (xy 84.245418 156.937964) - (xy 84.257107 156.929472) - (xy 84.287193 156.893103) - (xy 84.291161 156.888741) - (xy 84.739902 156.44) - (xy 87.204341 156.44) - (xy 87.224937 156.675411) - (xy 87.286096 156.903661) - (xy 87.286098 156.903665) - (xy 87.385966 157.117832) - (xy 87.521498 157.311392) - (xy 87.521502 157.311397) - (xy 87.521505 157.311401) - (xy 87.688599 157.478495) - (xy 87.688603 157.478498) - (xy 87.688607 157.478501) - (xy 87.882167 157.614033) - (xy 87.882166 157.614033) - (xy 87.953269 157.647189) - (xy 88.096337 157.713903) - (xy 88.324592 157.775063) - (xy 88.501034 157.7905) - (xy 88.501035 157.7905) - (xy 88.618965 157.7905) - (xy 88.618966 157.7905) - (xy 88.795408 157.775063) - (xy 89.023663 157.713903) - (xy 89.237829 157.614035) - (xy 89.431401 157.478495) - (xy 89.598495 157.311401) - (xy 89.734035 157.11783) - (xy 89.833903 156.903663) - (xy 89.895063 156.675408) - (xy 89.915659 156.44) - (xy 89.895063 156.204592) - (xy 89.833903 155.976337) - (xy 89.734035 155.762171) - (xy 89.734034 155.762169) - (xy 89.734033 155.762167) - (xy 89.598501 155.568607) - (xy 89.598497 155.568602) - (xy 89.598495 155.568599) - (xy 89.431401 155.401505) - (xy 89.431397 155.401502) - (xy 89.431392 155.401498) - (xy 89.237832 155.265966) - (xy 89.237833 155.265966) - (xy 89.023665 155.166098) - (xy 89.023661 155.166096) - (xy 88.795411 155.104937) - (xy 88.663076 155.093359) - (xy 88.618966 155.0895) - (xy 88.501034 155.0895) - (xy 88.465745 155.092587) - (xy 88.324588 155.104937) - (xy 88.096338 155.166096) - (xy 88.096334 155.166098) - (xy 87.882167 155.265966) - (xy 87.688607 155.401498) - (xy 87.688596 155.401507) - (xy 87.521507 155.568596) - (xy 87.521502 155.568602) - (xy 87.385965 155.762169) - (xy 87.286098 155.976334) - (xy 87.286096 155.976338) - (xy 87.224937 156.204588) - (xy 87.204341 156.44) - (xy 84.739902 156.44) - (xy 88.714657 152.465245) - (xy 88.727092 152.455284) - (xy 88.726905 152.455057) - (xy 88.733011 152.450003) - (xy 88.733018 152.45) - (xy 88.772623 152.407822) - (xy 88.833833 152.371856) - (xy 88.904773 152.374692) - (xy 88.930621 152.386833) - (xy 88.997115 152.427847) - (xy 89.159758 152.481742) - (xy 89.15977 152.481744) - (xy 89.260147 152.491999) - (xy 89.260147 152.492) - (xy 89.28 152.492) - (xy 89.28 151.638) - (xy 89.788 151.638) - (xy 89.788 152.492) - (xy 89.807853 152.492) - (xy 89.807852 152.491999) - (xy 89.908229 152.481744) - (xy 89.908241 152.481742) - (xy 90.070884 152.427847) - (xy 90.216728 152.33789) - (xy 90.216734 152.337885) - (xy 90.337885 152.216734) - (xy 90.33789 152.216728) - (xy 90.427847 152.070884) - (xy 90.481742 151.908241) - (xy 90.481744 151.908229) - (xy 90.491999 151.807852) - (xy 90.492 151.807852) - (xy 90.492 151.638) - (xy 89.788 151.638) - (xy 89.28 151.638) - (xy 89.28 150.276) - (xy 89.788 150.276) - (xy 89.788 151.13) - (xy 90.492 151.13) - (xy 90.492 150.960147) - (xy 90.481744 150.85977) - (xy 90.481742 150.859758) - (xy 90.427847 150.697115) - (xy 90.33789 150.551271) - (xy 90.337885 150.551265) - (xy 90.216734 150.430114) - (xy 90.216728 150.430109) - (xy 90.070884 150.340152) - (xy 89.908241 150.286257) - (xy 89.908229 150.286255) - (xy 89.807852 150.276) - (xy 89.788 150.276) - (xy 89.28 150.276) - (xy 89.260147 150.276) - (xy 89.15977 150.286255) - (xy 89.15976 150.286257) - (xy 89.125131 150.297732) - (xy 89.054176 150.300171) - (xy 88.993167 150.263862) - (xy 88.961472 150.200333) - (xy 88.9595 150.178127) - (xy 88.9595 147.46995) - (xy 88.979502 147.401829) - (xy 88.996404 147.380855) - (xy 89.000453 147.376807) - (xy 89.085145 147.233601) - (xy 89.131562 147.073831) - (xy 89.1345 147.036502) - (xy 89.1345 145.728498) - (xy 89.131562 145.691169) - (xy 89.085145 145.531399) - (xy 89.085143 145.531397) - (xy 89.085143 145.531394) - (xy 89.000455 145.388196) - (xy 89.00045 145.388189) - (xy 88.88281 145.270549) - (xy 88.882803 145.270544) - (xy 88.739605 145.185856) - (xy 88.579829 145.139437) - (xy 88.542506 145.1365) - (xy 88.542502 145.1365) - (xy 88.1355 145.1365) - (xy 88.067379 145.116498) - (xy 88.020886 145.062842) - (xy 88.0095 145.0105) - (xy 88.0095 144.590499) - (xy 88.029502 144.522378) - (xy 88.083158 144.475885) - (xy 88.1355 144.464499) - (xy 88.760544 144.464499) - (xy 88.864426 144.453887) - (xy 89.032738 144.398115) - (xy 89.183652 144.30503) - (xy 89.30903 144.179652) - (xy 89.402115 144.028738) - (xy 89.457887 143.860426) - (xy 89.4685 143.756545) - (xy 89.468499 143.095592) - (xy 89.488501 143.027472) - (xy 89.505399 143.006503) - (xy 89.673667 142.838235) - (xy 89.686102 142.828274) - (xy 89.685915 142.828047) - (xy 89.692019 142.822995) - (xy 89.692028 142.82299) - (xy 89.740009 142.771894) - (xy 89.761145 142.750759) - (xy 89.765447 142.745211) - (xy 89.769277 142.740725) - (xy 89.801596 142.706311) - (xy 89.811349 142.688568) - (xy 89.822203 142.672041) - (xy 89.834624 142.656031) - (xy 89.853369 142.612709) - (xy 89.855968 142.607405) - (xy 89.878705 142.56605) - (xy 89.883743 142.546424) - (xy 89.890147 142.527722) - (xy 89.89819 142.509137) - (xy 89.898189 142.509137) - (xy 89.898191 142.509135) - (xy 89.905571 142.462537) - (xy 89.906772 142.45673) - (xy 89.91851 142.41102) - (xy 89.91851 142.390765) - (xy 89.920061 142.371053) - (xy 89.920482 142.368394) - (xy 89.92323 142.351047) - (xy 89.918879 142.305016) - (xy 89.91879 142.30407) - (xy 89.91851 142.298138) - (xy 89.91851 139.603669) - (xy 89.920259 139.587832) - (xy 89.919965 139.587805) - (xy 89.920711 139.579912) - (xy 89.91851 139.509879) - (xy 89.91851 139.479971) - (xy 89.91851 139.479964) - (xy 89.91763 139.473005) - (xy 89.917165 139.4671) - (xy 89.915683 139.41993) - (xy 89.910032 139.400483) - (xy 89.906022 139.38112) - (xy 89.903484 139.361023) - (xy 89.88611 139.317143) - (xy 89.884194 139.311545) - (xy 89.871028 139.266226) - (xy 89.86071 139.248781) - (xy 89.852015 139.231029) - (xy 89.844563 139.212205) - (xy 89.84456 139.212199) - (xy 89.816828 139.17403) - (xy 89.813572 139.169073) - (xy 89.789552 139.128457) - (xy 89.78955 139.128455) - (xy 89.78955 139.128454) - (xy 89.775228 139.114132) - (xy 89.762387 139.099099) - (xy 89.750481 139.082712) - (xy 89.743039 139.076555) - (xy 89.714118 139.05263) - (xy 89.709746 139.048651) - (xy 88.448434 137.787339) - (xy 88.438469 137.774901) - (xy 88.438242 137.77509) - (xy 88.433191 137.768984) - (xy 88.43319 137.768982) - (xy 88.382111 137.721016) - (xy 88.37162 137.710525) - (xy 88.360967 137.699871) - (xy 88.360962 137.699866) - (xy 88.355415 137.695563) - (xy 88.350907 137.691712) - (xy 88.316515 137.659417) - (xy 88.316509 137.659413) - (xy 88.298753 137.649651) - (xy 88.282237 137.638802) - (xy 88.266231 137.626386) - (xy 88.235479 137.613078) - (xy 88.22293 137.607648) - (xy 88.217598 137.605036) - (xy 88.176251 137.582305) - (xy 88.156626 137.577266) - (xy 88.137926 137.570864) - (xy 88.119335 137.562819) - (xy 88.119333 137.562818) - (xy 88.119332 137.562818) - (xy 88.072732 137.555437) - (xy 88.066919 137.554233) - (xy 88.02122 137.5425) - (xy 88.000966 137.5425) - (xy 87.981256 137.540949) - (xy 87.961247 137.53778) - (xy 87.961246 137.53778) - (xy 87.914273 137.54222) - (xy 87.90834 137.5425) - (xy 83.710596 137.5425) - (xy 83.642475 137.522498) - (xy 83.595982 137.468842) - (xy 83.585878 137.398568) - (xy 83.615372 137.333988) - (xy 83.621501 137.327405) - (xy 85.118125 135.830781) - (xy 89.673667 131.275237) - (xy 89.686102 131.265276) - (xy 89.685915 131.265049) - (xy 89.692019 131.259997) - (xy 89.692028 131.259992) - (xy 89.740009 131.208896) - (xy 89.761144 131.187762) - (xy 89.765439 131.182224) - (xy 89.769281 131.177723) - (xy 89.801596 131.143313) - (xy 89.811355 131.125559) - (xy 89.822207 131.109038) - (xy 89.834623 131.093033) - (xy 89.853357 131.04974) - (xy 89.855971 131.044404) - (xy 89.878704 131.003053) - (xy 89.878705 131.003052) - (xy 89.883743 130.983427) - (xy 89.890148 130.964722) - (xy 89.898191 130.946137) - (xy 89.905573 130.899517) - (xy 89.906771 130.893736) - (xy 89.91851 130.848022) - (xy 89.91851 130.827761) - (xy 89.920061 130.80805) - (xy 89.923229 130.788048) - (xy 89.91879 130.741081) - (xy 89.91851 130.735149) - (xy 89.91851 120.328581) - (xy 89.938512 120.26046) - (xy 89.951805 120.243248) - (xy 89.975722 120.217268) - (xy 90.09886 120.028791) - (xy 90.189296 119.822616) - (xy 90.244564 119.604368) - (xy 90.263156 119.38) - (xy 90.244564 119.155632) - (xy 90.189296 118.937384) - (xy 90.09886 118.731209) - (xy 90.09214 118.720924) - (xy 89.975724 118.542734) - (xy 89.97572 118.542729) - (xy 89.823237 118.377091) - (xy 89.741382 118.313381) - (xy 89.645576 118.238811) - (xy 89.612319 118.220813) - (xy 89.561929 118.170802) - (xy 89.546576 118.101485) - (xy 89.571136 118.034872) - (xy 89.61232 117.999186) - (xy 89.645576 117.981189) - (xy 89.82324 117.842906) - (xy 89.975722 117.677268) - (xy 90.09886 117.488791) - (xy 90.189296 117.282616) - (xy 90.244564 117.064368) - (xy 90.263156 116.84) - (xy 90.244564 116.615632) - (xy 90.244562 116.615624) - (xy 90.189297 116.397387) - (xy 90.189296 116.397386) - (xy 90.189296 116.397384) - (xy 90.09886 116.191209) - (xy 90.08326 116.167331) - (xy 89.975724 116.002734) - (xy 89.975719 116.002729) - (xy 89.947354 115.971917) - (xy 89.832524 115.847179) - (xy 89.801103 115.783514) - (xy 89.80909 115.712968) - (xy 89.853948 115.657939) - (xy 89.881183 115.643789) - (xy 89.996204 115.600889) - (xy 90.04667 115.563111) - (xy 90.113261 115.513261) - (xy 90.200887 115.396207) - (xy 90.200887 115.396206) - (xy 90.200889 115.396204) - (xy 90.251989 115.259201) - (xy 90.2585 115.198638) - (xy 90.2585 113.401362) - (xy 90.252613 113.3466) - (xy 90.25199 113.340803) - (xy 90.251988 113.340795) - (xy 90.200889 113.203797) - (xy 90.200887 113.203792) - (xy 90.113261 113.086738) - (xy 89.996207 112.999112) - (xy 89.996202 112.99911) - (xy 89.859204 112.948011) - (xy 89.859196 112.948009) - (xy 89.798649 112.9415) - (xy 89.798638 112.9415) - (xy 89.6595 112.9415) - (xy 89.591379 112.921498) - (xy 89.544886 112.867842) - (xy 89.5335 112.8155) - (xy 89.5335 111.752194) - (xy 89.553502 111.684073) - (xy 89.5704 111.663103) - (xy 89.889671 111.343831) - (xy 89.902105 111.333872) - (xy 89.901917 111.333645) - (xy 89.908021 111.328593) - (xy 89.90803 111.328588) - (xy 89.956011 111.277492) - (xy 89.977146 111.256358) - (xy 89.981441 111.25082) - (xy 89.985283 111.246319) - (xy 90.017598 111.211909) - (xy 90.027357 111.194155) - (xy 90.038209 111.177634) - (xy 90.050625 111.161629) - (xy 90.069359 111.118336) - (xy 90.071973 111.113) - (xy 90.082386 111.094058) - (xy 90.094707 111.071648) - (xy 90.099745 111.052023) - (xy 90.10615 111.033318) - (xy 90.108833 111.027118) - (xy 90.114193 111.014733) - (xy 90.121573 110.968135) - (xy 90.122774 110.962328) - (xy 90.134512 110.916618) - (xy 90.134512 110.896363) - (xy 90.136063 110.876651) - (xy 90.136491 110.87395) - (xy 90.139232 110.856645) - (xy 90.136447 110.827183) - (xy 90.134792 110.809668) - (xy 90.134512 110.803736) - (xy 90.134512 97.918865) - (xy 90.136261 97.903023) - (xy 90.135968 97.902996) - (xy 90.136714 97.895103) - (xy 90.134512 97.82504) - (xy 90.134512 97.795162) - (xy 90.134512 97.795156) - (xy 90.133632 97.788194) - (xy 90.133168 97.782305) - (xy 90.131686 97.735123) - (xy 90.126029 97.715654) - (xy 90.122024 97.69631) - (xy 90.119486 97.676215) - (xy 90.102112 97.632334) - (xy 90.100193 97.626728) - (xy 90.098238 97.62) - (xy 90.08703 97.581419) - (xy 90.076718 97.563982) - (xy 90.068022 97.546233) - (xy 90.060564 97.527395) - (xy 90.032824 97.489215) - (xy 90.029576 97.48427) - (xy 90.005554 97.44365) - (xy 89.991226 97.429322) - (xy 89.978396 97.414301) - (xy 89.966484 97.397905) - (xy 89.966481 97.397903) - (xy 89.966481 97.397902) - (xy 89.930119 97.36782) - (xy 89.925738 97.363834) - (xy 87.258245 94.69634) - (xy 87.24828 94.683902) - (xy 87.248053 94.684091) - (xy 87.243002 94.677985) - (xy 87.243001 94.677983) - (xy 87.191922 94.630017) - (xy 87.189625 94.62772) - (xy 87.170778 94.608872) - (xy 87.170773 94.608867) - (xy 87.165226 94.604564) - (xy 87.160718 94.600713) - (xy 87.126326 94.568418) - (xy 87.12632 94.568414) - (xy 87.108564 94.558652) - (xy 87.092048 94.547803) - (xy 87.076042 94.535387) - (xy 87.04529 94.522079) - (xy 87.032741 94.516649) - (xy 87.027409 94.514037) - (xy 86.986062 94.491306) - (xy 86.966437 94.486267) - (xy 86.947737 94.479865) - (xy 86.929146 94.47182) - (xy 86.929144 94.471819) - (xy 86.929143 94.471819) - (xy 86.882543 94.464438) - (xy 86.87673 94.463234) - (xy 86.831031 94.451501) - (xy 86.810777 94.451501) - (xy 86.791067 94.44995) - (xy 86.771058 94.446781) - (xy 86.771057 94.446781) - (xy 86.724084 94.451221) - (xy 86.718151 94.451501) - (xy 85.205056 94.451501) - (xy 85.136935 94.431499) - (xy 85.090442 94.377843) - (xy 85.080338 94.307569) - (xy 85.082912 94.29457) - (xy 85.09604 94.242729) - (xy 85.134051 94.092626) - (xy 85.153327 93.86) - (xy 85.134051 93.627374) - (xy 85.076749 93.401093) - (xy 84.982984 93.187331) - (xy 84.901299 93.062302) - (xy 84.855314 92.991916) - (xy 84.697225 92.820186) - (xy 84.697221 92.820182) - (xy 84.605118 92.748496) - (xy 84.513017 92.67681) - (xy 84.307727 92.565713) - (xy 84.307724 92.565712) - (xy 84.307723 92.565711) - (xy 84.086955 92.489921) - (xy 84.086948 92.489919) - (xy 83.988411 92.473476) - (xy 83.856712 92.4515) - (xy 83.623288 92.4515) - (xy 83.508066 92.470727) - (xy 83.393051 92.489919) - (xy 83.393044 92.489921) - (xy 83.172276 92.565711) - (xy 83.172273 92.565713) - (xy 82.966985 92.676809) - (xy 82.966983 92.67681) - (xy 82.782778 92.820182) - (xy 82.782774 92.820186) - (xy 82.624685 92.991916) - (xy 82.595483 93.036615) - (xy 82.54148 93.082704) - (xy 82.471132 93.092279) - (xy 82.406774 93.062302) - (xy 82.384517 93.036615) - (xy 82.355314 92.991916) - (xy 82.197225 92.820186) - (xy 82.197221 92.820182) - (xy 82.105118 92.748496) - (xy 82.013017 92.67681) - (xy 81.807727 92.565713) - (xy 81.807724 92.565712) - (xy 81.807723 92.565711) - (xy 81.586955 92.489921) - (xy 81.586948 92.489919) - (xy 81.488411 92.473476) - (xy 81.356712 92.4515) - (xy 81.123288 92.4515) - (xy 81.008066 92.470727) - (xy 80.893051 92.489919) - (xy 80.893044 92.489921) - (xy 80.672276 92.565711) - (xy 80.672273 92.565713) - (xy 80.466985 92.676809) - (xy 80.466983 92.67681) - (xy 80.29986 92.806888) - (xy 80.233818 92.832944) - (xy 80.164172 92.819159) - (xy 80.113036 92.769909) - (xy 80.104413 92.751487) - (xy 80.090445 92.714036) - (xy 80.090444 92.714034) - (xy 80.002904 92.597095) - (xy 79.885965 92.509555) - (xy 79.749093 92.458505) - (xy 79.688597 92.452) - (xy 78.994 92.452) - (xy 78.994 93.426325) - (xy 78.882315 93.37532) - (xy 78.775763 93.36) - (xy 78.704237 93.36) - (xy 78.597685 93.37532) - (xy 78.486 93.426325) - (xy 78.486 92.452) - (xy 77.791402 92.452) - (xy 77.730906 92.458505) - (xy 77.594035 92.509555) - (xy 77.594034 92.509555) - (xy 77.477095 92.597095) - (xy 77.389555 92.714034) - (xy 77.389555 92.714035) - (xy 77.338505 92.850906) - (xy 77.332 92.911402) - (xy 77.332 93.606) - (xy 78.308884 93.606) - (xy 78.280507 93.650156) - (xy 78.24 93.788111) - (xy 78.24 93.931889) - (xy 78.280507 94.069844) - (xy 78.308884 94.114) - (xy 77.332 94.114) - (xy 77.332 94.808597) - (xy 77.338505 94.869093) - (xy 77.389555 95.005964) - (xy 77.389555 95.005965) - (xy 77.477095 95.122904) - (xy 77.594034 95.210444) - (xy 77.730906 95.261494) - (xy 77.791402 95.267999) - (xy 77.791415 95.268) - (xy 78.486 95.268) - (xy 78.486 94.293674) - (xy 78.597685 94.34468) - (xy 78.704237 94.36) - (xy 78.775763 94.36) - (xy 78.882315 94.34468) - (xy 78.994 94.293674) - (xy 78.994 95.268) - (xy 79.688585 95.268) - (xy 79.688597 95.267999) - (xy 79.749093 95.261494) - (xy 79.885964 95.210444) - (xy 79.885965 95.210444) - (xy 80.002904 95.122904) - (xy 80.090444 95.005965) - (xy 80.090445 95.005963) - (xy 80.104413 94.968513) - (xy 80.146959 94.911677) - (xy 80.213479 94.886865) - (xy 80.282853 94.901956) - (xy 80.29986 94.913112) - (xy 80.466983 95.04319) - (xy 80.672273 95.154287) - (xy 80.893049 95.23008) - (xy 81.123288 95.2685) - (xy 81.123292 95.2685) - (xy 81.356708 95.2685) - (xy 81.356712 95.2685) - (xy 81.586951 95.23008) - (xy 81.607267 95.223104) - (xy 81.678191 95.219903) - (xy 81.737278 95.253182) - (xy 81.957758 95.473663) - (xy 81.967721 95.486098) - (xy 81.967948 95.485911) - (xy 81.973 95.492018) - (xy 81.973001 95.492019) - (xy 82.005581 95.522613) - (xy 82.02408 95.539985) - (xy 82.045224 95.56113) - (xy 82.045228 95.561133) - (xy 82.045231 95.561136) - (xy 82.050783 95.565443) - (xy 82.05527 95.569274) - (xy 82.07796 95.590582) - (xy 82.089678 95.601586) - (xy 82.08968 95.601587) - (xy 82.107429 95.611344) - (xy 82.123954 95.622199) - (xy 82.13996 95.634615) - (xy 82.181687 95.652671) - (xy 82.183263 95.653353) - (xy 82.188584 95.655959) - (xy 82.229941 95.678696) - (xy 82.229949 95.678698) - (xy 82.249559 95.683733) - (xy 82.268268 95.690138) - (xy 82.286856 95.698182) - (xy 82.333478 95.705565) - (xy 82.339263 95.706764) - (xy 82.384971 95.718501) - (xy 82.405225 95.718501) - (xy 82.424935 95.720052) - (xy 82.427142 95.720401) - (xy 82.444944 95.723221) - (xy 82.478871 95.720013) - (xy 82.491918 95.718781) - (xy 82.497851 95.718501) - (xy 86.436407 95.718501) - (xy 86.504528 95.738503) - (xy 86.525502 95.755406) - (xy 88.059453 97.289358) - (xy 88.093479 97.35167) - (xy 88.088414 97.422486) - (xy 88.045867 97.479321) - (xy 88.009993 97.498057) - (xy 87.9809 97.507697) - (xy 87.834959 97.597715) - (xy 87.834953 97.59772) - (xy 87.71372 97.718953) - (xy 87.713715 97.718959) - (xy 87.623698 97.864899) - (xy 87.569763 98.027666) - (xy 87.5595 98.128119) - (xy 87.5595 98.97588) - (xy 87.559499 98.97588) - (xy 87.569763 99.076333) - (xy 87.569764 99.076336) - (xy 87.623698 99.239101) - (xy 87.675281 99.322729) - (xy 87.713715 99.38504) - (xy 87.71372 99.385046) - (xy 87.834954 99.50628) - (xy 87.836645 99.507617) - (xy 87.837504 99.50883) - (xy 87.840149 99.511475) - (xy 87.839697 99.511926) - (xy 87.877677 99.565556) - (xy 87.8845 99.606457) - (xy 87.8845 100.814844) - (xy 87.864498 100.882965) - (xy 87.810842 100.929458) - (xy 87.798141 100.934445) - (xy 87.739713 100.953806) - (xy 87.703261 100.965885) - (xy 87.552347 101.05897) - (xy 87.552341 101.058975) - (xy 87.465095 101.146222) - (xy 87.402783 101.180248) - (xy 87.331968 101.175183) - (xy 87.286905 101.146222) - (xy 87.199658 101.058975) - (xy 87.199652 101.05897) - (xy 87.048738 100.965885) - (xy 86.945485 100.931671) - (xy 86.880427 100.910113) - (xy 86.88042 100.910112) - (xy 86.776553 100.8995) - (xy 85.975455 100.8995) - (xy 85.871574 100.910112) - (xy 85.703261 100.965885) - (xy 85.552347 101.05897) - (xy 85.552341 101.058975) - (xy 85.426975 101.184341) - (xy 85.42697 101.184347) - (xy 85.333885 101.335262) - (xy 85.278113 101.503572) - (xy 85.278112 101.503579) - (xy 85.2675 101.607446) - (xy 85.2675 102.268404) - (xy 85.247498 102.336525) - (xy 85.230595 102.357499) - (xy 80.891336 106.696757) - (xy 80.878901 106.706721) - (xy 80.879089 106.706948) - (xy 80.87298 106.712001) - (xy 80.825016 106.763078) - (xy 80.803866 106.784227) - (xy 80.79956 106.789777) - (xy 80.795714 106.794279) - (xy 80.763417 106.828674) - (xy 80.763411 106.828683) - (xy 80.753651 106.846435) - (xy 80.742803 106.86295) - (xy 80.730386 106.878958) - (xy 80.711645 106.922264) - (xy 80.709034 106.927594) - (xy 80.686305 106.968939) - (xy 80.686303 106.968944) - (xy 80.681267 106.988559) - (xy 80.674864 107.007262) - (xy 80.666819 107.025852) - (xy 80.659437 107.072456) - (xy 80.658233 107.078268) - (xy 80.6465 107.123968) - (xy 80.6465 107.144223) - (xy 80.644949 107.163933) - (xy 80.64178 107.183942) - (xy 80.64178 107.183943) - (xy 80.64622 107.230917) - (xy 80.6465 107.23685) - (xy 80.6465 110.235069) - (xy 80.626498 110.30319) - (xy 80.572842 110.349683) - (xy 80.568727 110.351474) - (xy 80.563441 110.353663) - (xy 80.352258 110.483076) - (xy 80.352256 110.483077) - (xy 80.163926 110.643926) - (xy 80.003077 110.832256) - (xy 80.003076 110.832258) - (xy 79.873665 111.043438) - (xy 79.778885 111.272257) - (xy 79.721066 111.513088) - (xy 79.701634 111.76) - (xy 79.721066 112.006911) - (xy 79.778885 112.247742) - (xy 79.845887 112.4095) - (xy 79.873666 112.476563) - (xy 79.908086 112.532732) - (xy 80.003076 112.687741) - (xy 80.003077 112.687743) - (xy 80.163926 112.876073) - (xy 80.352256 113.036922) - (xy 80.35226 113.036925) - (xy 80.563437 113.166334) - (xy 80.792258 113.261115) - (xy 81.033089 113.318934) - (xy 81.28 113.338366) - (xy 81.526911 113.318934) - (xy 81.767742 113.261115) - (xy 81.996563 113.166334) - (xy 82.20774 113.036925) - (xy 82.396073 112.876073) - (xy 82.556925 112.68774) - (xy 82.686334 112.476563) - (xy 82.781115 112.247742) - (xy 82.838934 112.006911) - (xy 82.858366 111.76) - (xy 82.838934 111.513089) - (xy 82.781115 111.272258) - (xy 82.686334 111.043437) - (xy 82.556925 110.83226) - (xy 82.535105 110.806712) - (xy 82.396073 110.643926) - (xy 82.207743 110.483077) - (xy 82.207741 110.483076) - (xy 82.20774 110.483075) - (xy 81.996563 110.353666) - (xy 81.996562 110.353665) - (xy 81.996558 110.353663) - (xy 81.991273 110.351474) - (xy 81.935995 110.306921) - (xy 81.91358 110.239556) - (xy 81.9135 110.235069) - (xy 81.9135 107.518593) - (xy 81.933502 107.450472) - (xy 81.9504 107.429503) - (xy 85.597474 103.782428) - (xy 85.659784 103.748404) - (xy 85.730599 103.753469) - (xy 85.787435 103.796016) - (xy 85.812246 103.862536) - (xy 85.811015 103.891238) - (xy 85.805437 103.926454) - (xy 85.804233 103.932267) - (xy 85.7925 103.977968) - (xy 85.7925 103.998223) - (xy 85.790949 104.017933) - (xy 85.78778 104.037942) - (xy 85.78778 104.037943) - (xy 85.79222 104.084917) - (xy 85.7925 104.09085) - (xy 85.7925 104.147049) - (xy 85.772498 104.21517) - (xy 85.755595 104.236144) - (xy 85.751549 104.240189) - (xy 85.751544 104.240196) - (xy 85.666856 104.383394) - (xy 85.620437 104.54317) - (xy 85.6175 104.580494) - (xy 85.6175 105.888506) - (xy 85.620437 105.925829) - (xy 85.666856 106.085605) - (xy 85.751544 106.228803) - (xy 85.751549 106.22881) - (xy 85.869189 106.34645) - (xy 85.869196 106.346455) - (xy 86.012394 106.431143) - (xy 86.012397 106.431143) - (xy 86.012399 106.431145) - (xy 86.172169 106.477562) - (xy 86.179634 106.478149) - (xy 86.209494 106.4805) - (xy 86.209498 106.4805) - (xy 86.4415 106.4805) - (xy 86.509621 106.500502) - (xy 86.556114 106.554158) - (xy 86.5675 106.6065) - (xy 86.5675 107.763506) - (xy 86.570437 107.800829) - (xy 86.616856 107.960605) - (xy 86.701544 108.103803) - (xy 86.701549 108.10381) - (xy 86.819189 108.22145) - (xy 86.819196 108.221455) - (xy 86.962395 108.306143) - (xy 86.962396 108.306143) - (xy 86.962399 108.306145) - (xy 87.122169 108.352562) - (xy 87.122173 108.352562) - (xy 87.127652 108.354154) - (xy 87.187488 108.392366) - (xy 87.217166 108.456862) - (xy 87.2185 108.475151) - (xy 87.2185 108.99936) - (xy 87.198498 109.067481) - (xy 87.158648 109.106599) - (xy 87.111223 109.135852) - (xy 87.028347 109.18697) - (xy 87.028341 109.186975) - (xy 86.941095 109.274222) - (xy 86.878783 109.308248) - (xy 86.807968 109.303183) - (xy 86.762905 109.274222) - (xy 86.675658 109.186975) - (xy 86.675652 109.18697) - (xy 86.592809 109.135872) - (xy 86.524738 109.093885) - (xy 86.440582 109.065999) - (xy 86.356427 109.038113) - (xy 86.35642 109.038112) - (xy 86.252553 109.0275) - (xy 85.451455 109.0275) - (xy 85.347574 109.038112) - (xy 85.179261 109.093885) - (xy 85.028347 109.18697) - (xy 85.028341 109.186975) - (xy 84.902975 109.312341) - (xy 84.90297 109.312347) - (xy 84.809883 109.463265) - (xy 84.792365 109.516133) - (xy 84.751951 109.574504) - (xy 84.686395 109.60176) - (xy 84.672761 109.6025) - (xy 84.5282 109.6025) - (xy 84.460079 109.582498) - (xy 84.434563 109.56081) - (xy 84.431252 109.557133) - (xy 84.276752 109.444882) - (xy 84.102288 109.367206) - (xy 83.915487 109.3275) - (xy 83.724513 109.3275) - (xy 83.537711 109.367206) - (xy 83.363247 109.444882) - (xy 83.208744 109.557135) - (xy 83.080965 109.699048) - (xy 83.080958 109.699058) - (xy 83.00131 109.837013) - (xy 82.985473 109.864444) - (xy 82.97943 109.883043) - (xy 82.926457 110.046072) - (xy 82.906496 110.236) - (xy 82.926457 110.425927) - (xy 82.945027 110.483077) - (xy 82.985473 110.607556) - (xy 83.002738 110.63746) - (xy 83.080958 110.772941) - (xy 83.080965 110.772951) - (xy 83.208744 110.914864) - (xy 83.247687 110.943158) - (xy 83.363248 111.027118) - (xy 83.537712 111.104794) - (xy 83.724513 111.1445) - (xy 83.915487 111.1445) - (xy 84.102288 111.104794) - (xy 84.276752 111.027118) - (xy 84.431253 110.914866) - (xy 84.434563 110.91119) - (xy 84.495009 110.87395) - (xy 84.5282 110.8695) - (xy 84.672761 110.8695) - (xy 84.740882 110.889502) - (xy 84.787375 110.943158) - (xy 84.792365 110.955867) - (xy 84.809883 111.008734) - (xy 84.809884 111.008736) - (xy 84.809885 111.008738) - (xy 84.873737 111.112258) - (xy 84.90297 111.159652) - (xy 84.902975 111.159658) - (xy 85.028341 111.285024) - (xy 85.028347 111.285029) - (xy 85.028348 111.28503) - (xy 85.179262 111.378115) - (xy 85.347574 111.433887) - (xy 85.451455 111.4445) - (xy 86.252544 111.444499) - (xy 86.356426 111.433887) - (xy 86.524738 111.378115) - (xy 86.675652 111.28503) - (xy 86.714374 111.246308) - (xy 86.762905 111.197778) - (xy 86.825217 111.163752) - (xy 86.896032 111.168817) - (xy 86.941095 111.197778) - (xy 87.028341 111.285024) - (xy 87.028347 111.285029) - (xy 87.028348 111.28503) - (xy 87.179262 111.378115) - (xy 87.179265 111.378116) - (xy 87.185242 111.380903) - (xy 87.238529 111.427819) - (xy 87.257991 111.496096) - (xy 87.237451 111.564056) - (xy 87.22109 111.584194) - (xy 83.276198 115.529085) - (xy 83.213886 115.563111) - (xy 83.14307 115.558046) - (xy 83.127144 115.550809) - (xy 83.117727 115.545713) - (xy 83.11772 115.54571) - (xy 83.117719 115.54571) - (xy 82.896955 115.469921) - (xy 82.896948 115.469919) - (xy 82.798411 115.453476) - (xy 82.666712 115.4315) - (xy 82.433288 115.4315) - (xy 82.318066 115.450727) - (xy 82.203051 115.469919) - (xy 82.203044 115.469921) - (xy 81.982276 115.545711) - (xy 81.982273 115.545713) - (xy 81.785892 115.651989) - (xy 81.776985 115.656809) - (xy 81.776983 115.65681) - (xy 81.592778 115.800182) - (xy 81.588946 115.803711) - (xy 81.587688 115.802345) - (xy 81.533763 115.834742) - (xy 81.462799 115.832598) - (xy 81.40426 115.792428) - (xy 81.383877 115.756861) - (xy 81.360444 115.694034) - (xy 81.272904 115.577095) - (xy 81.155965 115.489555) - (xy 81.019093 115.438505) - (xy 80.958597 115.432) - (xy 80.264 115.432) - (xy 80.264 116.468537) - (xy 80.207453 116.429984) - (xy 80.077827 116.39) - (xy 79.976276 116.39) - (xy 79.875862 116.405135) - (xy 79.756 116.462857) - (xy 79.756 115.432) - (xy 79.061402 115.432) - (xy 79.000906 115.438505) - (xy 78.864035 115.489555) - (xy 78.864034 115.489555) - (xy 78.747095 115.577095) - (xy 78.659555 115.694034) - (xy 78.659555 115.694035) - (xy 78.608505 115.830906) - (xy 78.602 115.891402) - (xy 78.602 116.586) - (xy 79.637032 116.586) - (xy 79.586375 116.67374) - (xy 79.55619 116.805992) - (xy 79.566327 116.941265) - (xy 79.615887 117.067541) - (xy 79.636987 117.094) - (xy 78.602 117.094) - (xy 78.602 117.788597) - (xy 78.608505 117.849093) - (xy 78.659555 117.985964) - (xy 78.659555 117.985965) - (xy 78.747095 118.102904) - (xy 78.864034 118.190444) - (xy 79.000906 118.241494) - (xy 79.061402 118.247999) - (xy 79.061415 118.248) - (xy 79.756 118.248) - (xy 79.756 117.211462) - (xy 79.812547 117.250016) - (xy 79.942173 117.29) - (xy 80.043724 117.29) - (xy 80.144138 117.274865) - (xy 80.264 117.217142) - (xy 80.264 118.248) - (xy 80.958585 118.248) - (xy 80.958597 118.247999) - (xy 81.019093 118.241494) - (xy 81.155964 118.190444) - (xy 81.155965 118.190444) - (xy 81.272904 118.102904) - (xy 81.360444 117.985965) - (xy 81.383877 117.923138) - (xy 81.426423 117.866302) - (xy 81.492943 117.841491) - (xy 81.562318 117.856582) - (xy 81.588356 117.876929) - (xy 81.588946 117.876289) - (xy 81.592778 117.879817) - (xy 81.648437 117.923138) - (xy 81.776983 118.02319) - (xy 81.982273 118.134287) - (xy 82.203049 118.21008) - (xy 82.433288 118.2485) - (xy 82.433292 118.2485) - (xy 82.666708 118.2485) - (xy 82.666712 118.2485) - (xy 82.896951 118.21008) - (xy 83.117727 118.134287) - (xy 83.323017 118.02319) - (xy 83.50722 117.879818) - (xy 83.519663 117.866302) - (xy 83.665314 117.708083) - (xy 83.685448 117.677265) - (xy 83.792984 117.512669) - (xy 83.886749 117.298907) - (xy 83.944051 117.072626) - (xy 83.963327 116.84) - (xy 83.952367 116.707747) - (xy 83.966675 116.638211) - (xy 83.988839 116.608253) - (xy 87.3306 113.266493) - (xy 87.392911 113.232468) - (xy 87.463727 113.237533) - (xy 87.520562 113.28008) - (xy 87.545373 113.3466) - (xy 87.544972 113.369055) - (xy 87.541501 113.401345) - (xy 87.5415 113.401367) - (xy 87.5415 115.198649) - (xy 87.548009 115.259196) - (xy 87.548011 115.259204) - (xy 87.59911 115.396202) - (xy 87.599112 115.396207) - (xy 87.686738 115.513261) - (xy 87.803791 115.600886) - (xy 87.803792 115.600886) - (xy 87.803796 115.600889) - (xy 87.91881 115.643787) - (xy 87.975642 115.686332) - (xy 88.000453 115.752852) - (xy 87.985362 115.822226) - (xy 87.967475 115.847179) - (xy 87.82428 116.002729) - (xy 87.824275 116.002734) - (xy 87.701141 116.191206) - (xy 87.610703 116.397386) - (xy 87.610702 116.397387) - (xy 87.555437 116.615624) - (xy 87.555436 116.61563) - (xy 87.555436 116.615632) - (xy 87.536844 116.84) - (xy 87.54815 116.976445) - (xy 87.555437 117.064375) - (xy 87.610702 117.282612) - (xy 87.610703 117.282613) - (xy 87.701141 117.488793) - (xy 87.825038 117.678432) - (xy 87.845551 117.7464) - (xy 87.826062 117.814669) - (xy 87.80865 117.836442) - (xy 80.851336 124.793755) - (xy 80.838901 124.803719) - (xy 80.839089 124.803946) - (xy 80.83298 124.808999) - (xy 80.785016 124.860076) - (xy 80.763866 124.881225) - (xy 80.75956 124.886775) - (xy 80.755714 124.891277) - (xy 80.723417 124.925672) - (xy 80.723411 124.925681) - (xy 80.713651 124.943433) - (xy 80.702803 124.959948) - (xy 80.690386 124.975956) - (xy 80.671645 125.019262) - (xy 80.669034 125.024592) - (xy 80.646305 125.065937) - (xy 80.646303 125.065942) - (xy 80.641267 125.085557) - (xy 80.634864 125.10426) - (xy 80.626819 125.12285) - (xy 80.619437 125.169454) - (xy 80.618233 125.175266) - (xy 80.6065 125.220966) - (xy 80.6065 125.241221) - (xy 80.604949 125.260931) - (xy 80.60178 125.28094) - (xy 80.60178 125.280941) - (xy 80.60622 125.327915) - (xy 80.6065 125.333848) - (xy 80.6065 133.166227) - (xy 80.586498 133.234348) - (xy 80.54047 133.27704) - (xy 80.466989 133.316806) - (xy 80.466983 133.31681) - (xy 80.29986 133.446888) - (xy 80.233818 133.472944) - (xy 80.164172 133.459159) - (xy 80.113036 133.409909) - (xy 80.104413 133.391487) - (xy 80.090445 133.354036) - (xy 80.090444 133.354034) - (xy 80.002904 133.237095) - (xy 79.885965 133.149555) - (xy 79.749093 133.098505) - (xy 79.688597 133.092) - (xy 78.994 133.092) - (xy 78.994 134.066325) - (xy 78.882315 134.01532) - (xy 78.775763 134) - (xy 78.704237 134) - (xy 78.597685 134.01532) - (xy 78.486 134.066325) - (xy 78.486 133.092) - (xy 77.791402 133.092) - (xy 77.730906 133.098505) - (xy 77.594035 133.149555) - (xy 77.594034 133.149555) - (xy 77.477095 133.237095) - (xy 77.389555 133.354034) - (xy 77.389555 133.354035) - (xy 77.338505 133.490906) - (xy 77.332 133.551402) - (xy 77.332 134.246) - (xy 78.308884 134.246) - (xy 78.280507 134.290156) - (xy 78.24 134.428111) - (xy 78.24 134.571889) - (xy 78.280507 134.709844) - (xy 78.308884 134.754) - (xy 77.332 134.754) - (xy 77.332 135.448597) - (xy 77.338505 135.509093) - (xy 77.389555 135.645964) - (xy 77.389555 135.645965) - (xy 77.477095 135.762904) - (xy 77.594034 135.850444) - (xy 77.730906 135.901494) - (xy 77.791402 135.907999) - (xy 77.791415 135.908) - (xy 78.486 135.908) - (xy 78.486 134.933674) - (xy 78.597685 134.98468) - (xy 78.704237 135) - (xy 78.775763 135) - (xy 78.882315 134.98468) - (xy 78.994 134.933674) - (xy 78.994 135.908) - (xy 79.688585 135.908) - (xy 79.688597 135.907999) - (xy 79.749093 135.901494) - (xy 79.885964 135.850444) - (xy 79.885965 135.850444) - (xy 80.002904 135.762904) - (xy 80.090444 135.645965) - (xy 80.090445 135.645963) - (xy 80.104413 135.608513) - (xy 80.146959 135.551677) - (xy 80.213479 135.526865) - (xy 80.282853 135.541956) - (xy 80.29986 135.553112) - (xy 80.466983 135.68319) - (xy 80.672273 135.794287) - (xy 80.893049 135.87008) - (xy 81.123288 135.9085) - (xy 81.123292 135.9085) - (xy 81.356708 135.9085) - (xy 81.356712 135.9085) - (xy 81.586951 135.87008) - (xy 81.807727 135.794287) - (xy 82.013017 135.68319) - (xy 82.19722 135.539818) - (xy 82.225505 135.509093) - (xy 82.281195 135.448597) - (xy 82.355314 135.368083) - (xy 82.384517 135.323383) - (xy 82.438519 135.277296) - (xy 82.508867 135.26772) - (xy 82.573225 135.297696) - (xy 82.595481 135.323382) - (xy 82.624686 135.368083) - (xy 82.624687 135.368084) - (xy 82.782774 135.539813) - (xy 82.782778 135.539817) - (xy 82.84865 135.591087) - (xy 82.966983 135.68319) - (xy 83.114282 135.762904) - (xy 83.147292 135.780768) - (xy 83.197683 135.830781) - (xy 83.213035 135.900098) - (xy 83.188474 135.966711) - (xy 83.176418 135.980677) - (xy 81.6515 137.505596) - (xy 81.58919 137.53962) - (xy 81.562407 137.5425) - (xy 76.283853 137.5425) - (xy 76.268011 137.54075) - (xy 76.267984 137.541044) - (xy 76.260091 137.540297) - (xy 76.190028 137.5425) - (xy 76.160144 137.5425) - (xy 76.16014 137.5425) - (xy 76.160129 137.542501) - (xy 76.15319 137.543377) - (xy 76.147277 137.543843) - (xy 76.100114 137.545325) - (xy 76.100107 137.545327) - (xy 76.080649 137.550979) - (xy 76.061304 137.554985) - (xy 76.041206 137.557525) - (xy 76.041197 137.557527) - (xy 75.997331 137.574894) - (xy 75.991716 137.576817) - (xy 75.946408 137.589981) - (xy 75.928964 137.600297) - (xy 75.911218 137.60899) - (xy 75.892382 137.616448) - (xy 75.854209 137.644181) - (xy 75.849248 137.64744) - (xy 75.808638 137.671458) - (xy 75.794311 137.685784) - (xy 75.779285 137.698617) - (xy 75.762895 137.710525) - (xy 75.762893 137.710527) - (xy 75.732808 137.746892) - (xy 75.728812 137.751283) - (xy 72.763336 140.716757) - (xy 72.750901 140.726721) - (xy 72.751089 140.726948) - (xy 72.74498 140.732001) - (xy 72.697016 140.783078) - (xy 72.675866 140.804227) - (xy 72.67156 140.809777) - (xy 72.667714 140.814279) - (xy 72.635417 140.848674) - (xy 72.635411 140.848683) - (xy 72.625651 140.866435) - (xy 72.614803 140.88295) - (xy 72.602386 140.898958) - (xy 72.583645 140.942264) - (xy 72.581034 140.947594) - (xy 72.558305 140.988939) - (xy 72.558303 140.988944) - (xy 72.553267 141.008559) - (xy 72.546864 141.027262) - (xy 72.538819 141.045852) - (xy 72.531437 141.092456) - (xy 72.530233 141.098268) - (xy 72.5185 141.143968) - (xy 72.5185 141.164223) - (xy 72.516949 141.183933) - (xy 72.51378 141.203942) - (xy 72.51378 141.203943) - (xy 72.51822 141.250917) - (xy 72.5185 141.25685) - (xy 72.5185 145.714683) - (xy 72.498498 145.782804) - (xy 72.464771 145.817896) - (xy 72.372224 145.882698) - (xy 72.222696 146.032227) - (xy 72.222692 146.032232) - (xy 72.101412 146.205438) - (xy 72.012045 146.397087) - (xy 72.012043 146.397091) - (xy 71.976833 146.528499) - (xy 71.957314 146.601345) - (xy 71.938884 146.812) - (xy 71.957314 147.022655) - (xy 71.973692 147.083778) - (xy 72.012043 147.226908) - (xy 72.012045 147.226912) - (xy 72.101412 147.418561) - (xy 72.222692 147.591767) - (xy 72.222696 147.591772) - (xy 72.222699 147.591776) - (xy 72.372224 147.741301) - (xy 72.372228 147.741304) - (xy 72.372232 147.741307) - (xy 72.545438 147.862587) - (xy 72.545441 147.862588) - (xy 72.545442 147.862589) - (xy 72.73709 147.951956) - (xy 72.941345 148.006686) - (xy 73.152 148.025116) - (xy 73.362655 148.006686) - (xy 73.56691 147.951956) - (xy 73.758558 147.862589) - (xy 73.931776 147.741301) - (xy 74.081301 147.591776) - (xy 74.202589 147.418558) - (xy 74.291956 147.22691) - (xy 74.346686 147.022655) - (xy 74.365116 146.812) - (xy 74.346686 146.601345) - (xy 74.291956 146.39709) - (xy 74.202589 146.205442) - (xy 74.202588 146.205441) - (xy 74.202587 146.205438) - (xy 74.081307 146.032232) - (xy 74.081303 146.032227) - (xy 74.081301 146.032224) - (xy 73.931776 145.882699) - (xy 73.931775 145.882698) - (xy 73.839229 145.817896) - (xy 73.794901 145.762438) - (xy 73.7855 145.714683) - (xy 73.7855 141.538594) - (xy 73.805502 141.470473) - (xy 73.822405 141.449499) - (xy 76.4255 138.846405) - (xy 76.487812 138.812379) - (xy 76.514595 138.8095) - (xy 79.16797 138.8095) - (xy 81.793149 138.8095) - (xy 81.80899 138.811249) - (xy 81.809018 138.810956) - (xy 81.816904 138.8117) - (xy 81.816911 138.811702) - (xy 81.88696 138.8095) - (xy 85.680163 138.8095) - (xy 85.748284 138.829502) - (xy 85.794777 138.883158) - (xy 85.804881 138.953432) - (xy 85.775387 139.018012) - (xy 85.719796 139.055104) - (xy 85.687265 139.065883) - (xy 85.536347 139.15897) - (xy 85.536341 139.158975) - (xy 85.410975 139.284341) - (xy 85.41097 139.284347) - (xy 85.317885 139.435262) - (xy 85.262113 139.603572) - (xy 85.262112 139.603579) - (xy 85.2515 139.707446) - (xy 85.2515 140.368404) - (xy 85.231498 140.436525) - (xy 85.2146 140.457494) - (xy 84.262497 141.409597) - (xy 84.200187 141.443621) - (xy 84.173404 141.446501) - (xy 82.879 141.446501) - (xy 82.810879 141.426499) - (xy 82.764386 141.372843) - (xy 82.753 141.320501) - (xy 82.753 141.094) - (xy 81.834638 141.094) - (xy 81.864755 141.029998) - (xy 81.893635 140.878607) - (xy 81.883957 140.724789) - (xy 81.838862 140.586) - (xy 82.753 140.586) - (xy 82.753 139.876414) - (xy 82.752999 139.876402) - (xy 82.746494 139.815906) - (xy 82.695444 139.679035) - (xy 82.695444 139.679034) - (xy 82.607904 139.562095) - (xy 82.490965 139.474555) - (xy 82.354093 139.423505) - (xy 82.293597 139.417) - (xy 81.534 139.417) - (xy 81.534 140.283534) - (xy 81.506341 140.268329) - (xy 81.357061 140.23) - (xy 81.241625 140.23) - (xy 81.127094 140.244469) - (xy 81.026 140.284494) - (xy 81.026 139.417) - (xy 80.266402 139.417) - (xy 80.205906 139.423505) - (xy 80.069035 139.474555) - (xy 80.069034 139.474555) - (xy 79.952095 139.562095) - (xy 79.864555 139.679034) - (xy 79.864555 139.679035) - (xy 79.813505 139.815906) - (xy 79.807 139.876402) - (xy 79.807 140.586) - (xy 80.725362 140.586) - (xy 80.695245 140.650002) - (xy 80.666365 140.801393) - (xy 80.676043 140.955211) - (xy 80.721138 141.094) - (xy 79.807 141.094) - (xy 79.807 141.803597) - (xy 79.813505 141.864093) - (xy 79.864555 142.000964) - (xy 79.864555 142.000965) - (xy 79.952093 142.1179) - (xy 79.958465 142.124272) - (xy 79.95659 142.126146) - (xy 79.990832 142.171879) - (xy 79.995903 142.242694) - (xy 79.961883 142.305009) - (xy 79.961875 142.305016) - (xy 74.795336 147.471555) - (xy 74.782901 147.481519) - (xy 74.783089 147.481746) - (xy 74.77698 147.486799) - (xy 74.729016 147.537876) - (xy 74.707866 147.559025) - (xy 74.70356 147.564575) - (xy 74.699714 147.569077) - (xy 74.667417 147.603472) - (xy 74.667411 147.603481) - (xy 74.657651 147.621233) - (xy 74.646803 147.637748) - (xy 74.634386 147.653756) - (xy 74.615645 147.697062) - (xy 74.613034 147.702392) - (xy 74.590305 147.743737) - (xy 74.590303 147.743742) - (xy 74.585267 147.763357) - (xy 74.578864 147.78206) - (xy 74.570819 147.80065) - (xy 74.563437 147.847254) - (xy 74.562233 147.853066) - (xy 74.5505 147.898766) - (xy 74.5505 147.919021) - (xy 74.548949 147.938731) - (xy 74.54578 147.95874) - (xy 74.54578 147.958741) - (xy 74.55022 148.005715) - (xy 74.5505 148.011648) - (xy 74.5505 148.0845) - (xy 74.530498 148.152621) - (xy 74.476842 148.199114) - (xy 74.4245 148.2105) - (xy 74.110851 148.2105) - (xy 74.095009 148.20875) - (xy 74.094982 148.209044) - (xy 74.08709 148.208298) - (xy 74.087089 148.208298) - (xy 74.01704 148.2105) - (xy 73.987142 148.2105) - (xy 73.987138 148.2105) - (xy 73.987128 148.210501) - (xy 73.980177 148.211379) - (xy 73.974265 148.211844) - (xy 73.92711 148.213326) - (xy 73.927108 148.213327) - (xy 73.907653 148.218978) - (xy 73.8883 148.222986) - (xy 73.868208 148.225524) - (xy 73.8682 148.225526) - (xy 73.824334 148.242893) - (xy 73.818719 148.244816) - (xy 73.773405 148.257982) - (xy 73.7734 148.257984) - (xy 73.755961 148.268297) - (xy 73.738216 148.27699) - (xy 73.719378 148.284449) - (xy 73.697276 148.300507) - (xy 73.68121 148.31218) - (xy 73.676259 148.315433) - (xy 73.635638 148.339455) - (xy 73.621305 148.353787) - (xy 73.606279 148.36662) - (xy 73.589893 148.378526) - (xy 73.589892 148.378526) - (xy 73.559816 148.41488) - (xy 73.555821 148.419271) - (xy 70.425763 151.549328) - (xy 70.363451 151.583354) - (xy 70.292636 151.578289) - (xy 70.2358 151.535742) - (xy 70.228214 151.524371) - (xy 70.204453 151.484193) - (xy 70.20445 151.484189) - (xy 70.08681 151.366549) - (xy 70.086803 151.366544) - (xy 69.943605 151.281856) - (xy 69.783829 151.235437) - (xy 69.746506 151.2325) - (xy 69.746502 151.2325) - (xy 69.313498 151.2325) - (xy 69.313494 151.2325) - (xy 69.27617 151.235437) - (xy 69.116394 151.281856) - (xy 68.973196 151.366544) - (xy 68.973189 151.366549) - (xy 68.855549 151.484189) - (xy 68.855544 151.484196) - (xy 68.770856 151.627394) - (xy 68.724437 151.78717) - (xy 68.7215 151.824494) - (xy 68.7215 151.858555) - (xy 68.701498 151.926676) - (xy 68.659643 151.967006) - (xy 68.64789 151.973957) - (xy 68.641724 151.97874) - (xy 68.575639 152.004686) - (xy 68.506016 151.990784) - (xy 68.454962 151.941448) - (xy 68.4385 151.879179) - (xy 68.4385 151.824494) - (xy 68.435562 151.78717) - (xy 68.435562 151.787169) - (xy 68.389145 151.627399) - (xy 68.389143 151.627397) - (xy 68.389143 151.627394) - (xy 68.304455 151.484196) - (xy 68.30445 151.484189) - (xy 68.250405 151.430144) - (xy 68.216379 151.367832) - (xy 68.2135 151.341049) - (xy 68.2135 150.08064) - (xy 68.233502 150.012519) - (xy 68.273351 149.9734) - (xy 68.403652 149.89303) - (xy 68.403658 149.893024) - (xy 68.490905 149.805778) - (xy 68.553217 149.771752) - (xy 68.624032 149.776817) - (xy 68.669095 149.805778) - (xy 68.756341 149.893024) - (xy 68.756347 149.893029) - (xy 68.756348 149.89303) - (xy 68.907262 149.986115) - (xy 69.075574 150.041887) - (xy 69.179455 150.0525) - (xy 69.980544 150.052499) - (xy 70.084426 150.041887) - (xy 70.252738 149.986115) - (xy 70.403652 149.89303) - (xy 70.52903 149.767652) - (xy 70.622115 149.616738) - (xy 70.677887 149.448426) - (xy 70.6885 149.344545) - (xy 70.688499 148.343456) - (xy 70.68478 148.307055) - (xy 70.677887 148.239574) - (xy 70.668698 148.211844) - (xy 70.622115 148.071262) - (xy 70.52903 147.920348) - (xy 70.529029 147.920347) - (xy 70.529024 147.920341) - (xy 70.403658 147.794975) - (xy 70.403652 147.79497) - (xy 70.352399 147.763357) - (xy 70.273351 147.714599) - (xy 70.225875 147.661815) - (xy 70.2135 147.60736) - (xy 70.2135 146.386853) - (xy 70.215249 146.371011) - (xy 70.214956 146.370984) - (xy 70.215702 146.363091) - (xy 70.2135 146.293028) - (xy 70.2135 146.26315) - (xy 70.2135 146.263144) - (xy 70.21262 146.256182) - (xy 70.212156 146.250293) - (xy 70.210674 146.203111) - (xy 70.205017 146.183642) - (xy 70.201012 146.164298) - (xy 70.198474 146.144203) - (xy 70.1811 146.100322) - (xy 70.179181 146.094716) - (xy 70.166018 146.049407) - (xy 70.155706 146.03197) - (xy 70.147009 146.014217) - (xy 70.14246 146.002728) - (xy 70.135979 145.932028) - (xy 70.168751 145.869048) - (xy 70.21998 145.836738) - (xy 70.258886 145.823846) - (xy 70.404728 145.73389) - (xy 70.404734 145.733885) - (xy 70.525885 145.612734) - (xy 70.52589 145.612728) - (xy 70.615847 145.466884) - (xy 70.669742 145.304241) - (xy 70.669744 145.304229) - (xy 70.679999 145.203852) - (xy 70.68 145.203852) - (xy 70.68 145.034) - (xy 69.594 145.034) - (xy 69.525879 145.013998) - (xy 69.479386 144.960342) - (xy 69.468 144.908) - (xy 69.468 143.672) - (xy 69.976 143.672) - (xy 69.976 144.526) - (xy 70.68 144.526) - (xy 70.68 144.356147) - (xy 70.669744 144.25577) - (xy 70.669742 144.255758) - (xy 70.615847 144.093115) - (xy 70.52589 143.947271) - (xy 70.525885 143.947265) - (xy 70.404734 143.826114) - (xy 70.404728 143.826109) - (xy 70.258884 143.736152) - (xy 70.096241 143.682257) - (xy 70.096229 143.682255) - (xy 69.995852 143.672) - (xy 69.976 143.672) - (xy 69.468 143.672) - (xy 69.448147 143.672) - (xy 69.34777 143.682255) - (xy 69.347758 143.682257) - (xy 69.185115 143.736152) - (xy 69.039271 143.826109) - (xy 69.039265 143.826114) - (xy 68.918114 143.947265) - (xy 68.918109 143.947271) - (xy 68.828152 144.093115) - (xy 68.774257 144.255758) - (xy 68.774255 144.255769) - (xy 68.76917 144.305537) - (xy 68.742347 144.371271) - (xy 68.684243 144.412069) - (xy 68.613306 144.414977) - (xy 68.554728 144.381823) - (xy 65.864244 141.691339) - (xy 65.854279 141.678901) - (xy 65.854052 141.67909) - (xy 65.849001 141.672984) - (xy 65.849 141.672982) - (xy 65.827905 141.653173) - (xy 65.797921 141.625016) - (xy 65.776777 141.603871) - (xy 65.776772 141.603866) - (xy 65.771225 141.599563) - (xy 65.766717 141.595712) - (xy 65.732325 141.563417) - (xy 65.732319 141.563413) - (xy 65.714563 141.553651) - (xy 65.698047 141.542802) - (xy 65.682041 141.530386) - (xy 65.651289 141.517078) - (xy 65.63874 141.511648) - (xy 65.633408 141.509036) - (xy 65.592061 141.486305) - (xy 65.572436 141.481266) - (xy 65.553736 141.474864) - (xy 65.552613 141.474378) - (xy 65.535145 141.466819) - (xy 65.535143 141.466818) - (xy 65.535142 141.466818) - (xy 65.488542 141.459437) - (xy 65.482729 141.458233) - (xy 65.43703 141.4465) - (xy 65.416776 141.4465) - (xy 65.397066 141.444949) - (xy 65.377057 141.44178) - (xy 65.377056 141.44178) - (xy 65.330083 141.44622) - (xy 65.32415 141.4465) - (xy 62.559 141.4465) - (xy 62.490879 141.426498) - (xy 62.444386 141.372842) - (xy 62.433 141.3205) - (xy 62.433 141.094) - (xy 61.514638 141.094) - (xy 61.544755 141.029998) - (xy 61.573635 140.878607) - (xy 61.563957 140.724789) - (xy 61.518862 140.586) - (xy 62.433 140.586) - (xy 62.433 139.876414) - (xy 62.432999 139.876402) - (xy 62.426494 139.815906) - (xy 62.375444 139.679035) - (xy 62.375444 139.679034) - (xy 62.287904 139.562095) - (xy 62.170965 139.474555) - (xy 62.034093 139.423505) - (xy 61.973597 139.417) - (xy 61.214 139.417) - (xy 61.214 140.283534) - (xy 61.186341 140.268329) - (xy 61.037061 140.23) - (xy 60.921625 140.23) - (xy 60.807094 140.244469) - (xy 60.706 140.284494) - (xy 60.706 139.417) - (xy 59.946402 139.417) - (xy 59.885906 139.423505) - (xy 59.749035 139.474555) - (xy 59.749034 139.474555) - (xy 59.632095 139.562095) - (xy 59.544555 139.679034) - (xy 59.544555 139.679035) - (xy 59.493505 139.815906) - (xy 59.487 139.876402) - (xy 59.487 140.586) - (xy 60.405362 140.586) - (xy 60.375245 140.650002) - (xy 60.346365 140.801393) - (xy 60.356043 140.955211) - (xy 60.401138 141.094) - (xy 59.487 141.094) - (xy 59.487 141.3205) - (xy 59.466998 141.388621) - (xy 59.413342 141.435114) - (xy 59.361 141.4465) - (xy 55.656838 141.4465) - (xy 55.588717 141.426498) - (xy 55.563202 141.40481) - (xy 55.475255 141.307135) - (xy 55.320752 141.194882) - (xy 55.146288 141.117206) - (xy 54.959487 141.0775) - (xy 54.768513 141.0775) - (xy 54.581711 141.117206) - (xy 54.407247 141.194882) - (xy 54.252744 141.307135) - (xy 54.124965 141.449048) - (xy 54.124958 141.449058) - (xy 54.03558 141.603866) - (xy 54.029473 141.614444) - (xy 54.026038 141.625016) - (xy 53.970457 141.796072) - (xy 53.950496 141.986) - (xy 50.8755 141.986) - (xy 50.8755 135.448597) - (xy 57.012 135.448597) - (xy 57.018505 135.509093) - (xy 57.069555 135.645964) - (xy 57.069555 135.645965) - (xy 57.157095 135.762904) - (xy 57.274034 135.850444) - (xy 57.410906 135.901494) - (xy 57.471402 135.907999) - (xy 57.471415 135.908) - (xy 58.166 135.908) - (xy 58.166 134.933674) - (xy 58.277685 134.98468) - (xy 58.384237 135) - (xy 58.455763 135) - (xy 58.562315 134.98468) - (xy 58.674 134.933674) - (xy 58.674 135.908) - (xy 59.368585 135.908) - (xy 59.368597 135.907999) - (xy 59.429093 135.901494) - (xy 59.565964 135.850444) - (xy 59.565965 135.850444) - (xy 59.682904 135.762904) - (xy 59.770444 135.645965) - (xy 59.770445 135.645963) - (xy 59.784413 135.608513) - (xy 59.826959 135.551677) - (xy 59.893479 135.526865) - (xy 59.962853 135.541956) - (xy 59.97986 135.553112) - (xy 60.146983 135.68319) - (xy 60.352273 135.794287) - (xy 60.573049 135.87008) - (xy 60.803288 135.9085) - (xy 60.803292 135.9085) - (xy 61.036708 135.9085) - (xy 61.036712 135.9085) - (xy 61.266951 135.87008) - (xy 61.487727 135.794287) - (xy 61.693017 135.68319) - (xy 61.87722 135.539818) - (xy 61.905505 135.509093) - (xy 61.961195 135.448597) - (xy 62.035314 135.368083) - (xy 62.064517 135.323383) - (xy 62.118519 135.277296) - (xy 62.188867 135.26772) - (xy 62.253225 135.297696) - (xy 62.275481 135.323382) - (xy 62.304686 135.368083) - (xy 62.304687 135.368084) - (xy 62.462774 135.539813) - (xy 62.462778 135.539817) - (xy 62.52865 135.591087) - (xy 62.646983 135.68319) - (xy 62.852273 135.794287) - (xy 63.073049 135.87008) - (xy 63.303288 135.9085) - (xy 63.303292 135.9085) - (xy 63.536708 135.9085) - (xy 63.536712 135.9085) - (xy 63.766951 135.87008) - (xy 63.987727 135.794287) - (xy 64.193017 135.68319) - (xy 64.37722 135.539818) - (xy 64.389145 135.526865) - (xy 64.535314 135.368083) - (xy 64.662984 135.172669) - (xy 64.756749 134.958907) - (xy 64.814051 134.732626) - (xy 64.833327 134.5) - (xy 64.814051 134.267374) - (xy 64.756749 134.041093) - (xy 64.662984 133.827331) - (xy 64.564517 133.676615) - (xy 64.535314 133.631916) - (xy 64.377225 133.460186) - (xy 64.377221 133.460182) - (xy 64.285118 133.388496) - (xy 64.193017 133.31681) - (xy 63.987727 133.205713) - (xy 63.987724 133.205712) - (xy 63.987723 133.205711) - (xy 63.766955 133.129921) - (xy 63.766948 133.129919) - (xy 63.668411 133.113476) - (xy 63.536712 133.0915) - (xy 63.303288 133.0915) - (xy 63.188066 133.110727) - (xy 63.073051 133.129919) - (xy 63.073044 133.129921) - (xy 62.852276 133.205711) - (xy 62.852273 133.205713) - (xy 62.646991 133.316806) - (xy 62.646985 133.316809) - (xy 62.646983 133.31681) - (xy 62.462778 133.460182) - (xy 62.462774 133.460186) - (xy 62.304685 133.631916) - (xy 62.275483 133.676615) - (xy 62.22148 133.722704) - (xy 62.151132 133.732279) - (xy 62.086774 133.702302) - (xy 62.064517 133.676615) - (xy 62.035314 133.631916) - (xy 61.877225 133.460186) - (xy 61.877221 133.460182) - (xy 61.785118 133.388496) - (xy 61.693017 133.31681) - (xy 61.487727 133.205713) - (xy 61.487724 133.205712) - (xy 61.487723 133.205711) - (xy 61.266955 133.129921) - (xy 61.266948 133.129919) - (xy 61.168411 133.113476) - (xy 61.036712 133.0915) - (xy 60.803288 133.0915) - (xy 60.688066 133.110727) - (xy 60.573051 133.129919) - (xy 60.573044 133.129921) - (xy 60.352276 133.205711) - (xy 60.352273 133.205713) - (xy 60.146991 133.316806) - (xy 60.146985 133.316809) - (xy 60.146983 133.31681) - (xy 59.97986 133.446888) - (xy 59.913818 133.472944) - (xy 59.844172 133.459159) - (xy 59.793036 133.409909) - (xy 59.784413 133.391487) - (xy 59.770445 133.354036) - (xy 59.770444 133.354034) - (xy 59.682904 133.237095) - (xy 59.565965 133.149555) - (xy 59.429093 133.098505) - (xy 59.368597 133.092) - (xy 58.674 133.092) - (xy 58.674 134.066325) - (xy 58.562315 134.01532) - (xy 58.455763 134) - (xy 58.384237 134) - (xy 58.277685 134.01532) - (xy 58.166 134.066325) - (xy 58.166 133.092) - (xy 57.471402 133.092) - (xy 57.410906 133.098505) - (xy 57.274035 133.149555) - (xy 57.274034 133.149555) - (xy 57.157095 133.237095) - (xy 57.069555 133.354034) - (xy 57.069555 133.354035) - (xy 57.018505 133.490906) - (xy 57.012 133.551402) - (xy 57.012 134.246) - (xy 57.988884 134.246) - (xy 57.960507 134.290156) - (xy 57.92 134.428111) - (xy 57.92 134.571889) - (xy 57.960507 134.709844) - (xy 57.988884 134.754) - (xy 57.012 134.754) - (xy 57.012 135.448597) - (xy 50.8755 135.448597) - (xy 50.8755 127.32829) - (xy 54.2515 127.32829) - (xy 54.266466 127.532779) - (xy 54.325938 127.799756) - (xy 54.325939 127.799758) - (xy 54.423645 128.055221) - (xy 54.423647 128.055224) - (xy 54.557499 128.293724) - (xy 54.557511 128.293742) - (xy 54.724665 128.510213) - (xy 54.724673 128.510222) - (xy 54.921572 128.700057) - (xy 54.921578 128.700062) - (xy 55.144015 128.859202) - (xy 55.144025 128.859209) - (xy 55.387265 128.984267) - (xy 55.387267 128.984268) - (xy 55.646124 129.072577) - (xy 55.64613 129.072579) - (xy 55.915093 129.122259) - (xy 56.188424 129.132248) - (xy 56.351072 129.114351) - (xy 56.460291 129.102335) - (xy 56.460293 129.102334) - (xy 56.460296 129.102334) - (xy 56.724916 129.033153) - (xy 56.976643 128.926181) - (xy 57.210112 128.783697) - (xy 57.420347 128.608738) - (xy 57.602867 128.405033) - (xy 57.753783 128.176923) - (xy 57.869877 127.929271) - (xy 57.948676 127.667355) - (xy 57.9885 127.396757) - (xy 57.9885 127.32829) - (xy 63.8515 127.32829) - (xy 63.866466 127.532779) - (xy 63.925938 127.799756) - (xy 63.925939 127.799758) - (xy 64.023645 128.055221) - (xy 64.023647 128.055224) - (xy 64.157499 128.293724) - (xy 64.157511 128.293742) - (xy 64.324665 128.510213) - (xy 64.324673 128.510222) - (xy 64.521572 128.700057) - (xy 64.521578 128.700062) - (xy 64.744015 128.859202) - (xy 64.744025 128.859209) - (xy 64.987265 128.984267) - (xy 64.987267 128.984268) - (xy 65.246124 129.072577) - (xy 65.24613 129.072579) - (xy 65.515093 129.122259) - (xy 65.788424 129.132248) - (xy 65.951072 129.114351) - (xy 66.060291 129.102335) - (xy 66.060293 129.102334) - (xy 66.060296 129.102334) - (xy 66.324916 129.033153) - (xy 66.576643 128.926181) - (xy 66.810112 128.783697) - (xy 67.020347 128.608738) - (xy 67.202867 128.405033) - (xy 67.353783 128.176923) - (xy 67.469877 127.929271) - (xy 67.548676 127.667355) - (xy 67.5885 127.396757) - (xy 67.5885 127.32829) - (xy 74.5715 127.32829) - (xy 74.586466 127.532779) - (xy 74.645938 127.799756) - (xy 74.645939 127.799758) - (xy 74.743645 128.055221) - (xy 74.743647 128.055224) - (xy 74.877499 128.293724) - (xy 74.877511 128.293742) - (xy 75.044665 128.510213) - (xy 75.044673 128.510222) - (xy 75.241572 128.700057) - (xy 75.241578 128.700062) - (xy 75.464015 128.859202) - (xy 75.464025 128.859209) - (xy 75.707265 128.984267) - (xy 75.707267 128.984268) - (xy 75.966124 129.072577) - (xy 75.96613 129.072579) - (xy 76.235093 129.122259) - (xy 76.508424 129.132248) - (xy 76.671072 129.114351) - (xy 76.780291 129.102335) - (xy 76.780293 129.102334) - (xy 76.780296 129.102334) - (xy 77.044916 129.033153) - (xy 77.296643 128.926181) - (xy 77.530112 128.783697) - (xy 77.740347 128.608738) - (xy 77.922867 128.405033) - (xy 78.073783 128.176923) - (xy 78.189877 127.929271) - (xy 78.268676 127.667355) - (xy 78.3085 127.396757) - (xy 78.3085 126.671712) - (xy 78.293533 126.467217) - (xy 78.234063 126.200247) - (xy 78.136355 125.944781) - (xy 78.136354 125.944778) - (xy 78.136352 125.944775) - (xy 78.0025 125.706275) - (xy 78.002488 125.706257) - (xy 77.835334 125.489786) - (xy 77.835326 125.489777) - (xy 77.638427 125.299942) - (xy 77.638421 125.299937) - (xy 77.415984 125.140797) - (xy 77.415974 125.14079) - (xy 77.172734 125.015732) - (xy 77.172732 125.015731) - (xy 76.913875 124.927422) - (xy 76.913863 124.927419) - (xy 76.644902 124.87774) - (xy 76.644904 124.87774) - (xy 76.410119 124.86916) - (xy 76.371576 124.867752) - (xy 76.371575 124.867752) - (xy 76.371572 124.867752) - (xy 76.099708 124.897664) - (xy 76.099705 124.897665) - (xy 75.835081 124.966847) - (xy 75.601893 125.065942) - (xy 75.583357 125.073819) - (xy 75.349888 125.216303) - (xy 75.215772 125.327915) - (xy 75.139648 125.391266) - (xy 74.957142 125.594956) - (xy 74.957131 125.594969) - (xy 74.806217 125.823076) - (xy 74.690123 126.070729) - (xy 74.611323 126.332648) - (xy 74.611322 126.332653) - (xy 74.5715 126.603239) - (xy 74.5715 127.32829) - (xy 67.5885 127.32829) - (xy 67.5885 126.671712) - (xy 67.573533 126.467217) - (xy 67.514063 126.200247) - (xy 67.416355 125.944781) - (xy 67.416354 125.944778) - (xy 67.416352 125.944775) - (xy 67.2825 125.706275) - (xy 67.282488 125.706257) - (xy 67.115334 125.489786) - (xy 67.115326 125.489777) - (xy 66.918427 125.299942) - (xy 66.918421 125.299937) - (xy 66.695984 125.140797) - (xy 66.695974 125.14079) - (xy 66.452734 125.015732) - (xy 66.452732 125.015731) - (xy 66.193875 124.927422) - (xy 66.193863 124.927419) - (xy 65.924902 124.87774) - (xy 65.924904 124.87774) - (xy 65.690119 124.86916) - (xy 65.651576 124.867752) - (xy 65.651575 124.867752) - (xy 65.651572 124.867752) - (xy 65.379708 124.897664) - (xy 65.379705 124.897665) - (xy 65.115081 124.966847) - (xy 64.881893 125.065942) - (xy 64.863357 125.073819) - (xy 64.629888 125.216303) - (xy 64.495772 125.327915) - (xy 64.419648 125.391266) - (xy 64.237142 125.594956) - (xy 64.237131 125.594969) - (xy 64.086217 125.823076) - (xy 63.970123 126.070729) - (xy 63.891323 126.332648) - (xy 63.891322 126.332653) - (xy 63.8515 126.603239) - (xy 63.8515 127.32829) - (xy 57.9885 127.32829) - (xy 57.9885 126.671712) - (xy 57.973533 126.467217) - (xy 57.914063 126.200247) - (xy 57.816355 125.944781) - (xy 57.816354 125.944778) - (xy 57.816352 125.944775) - (xy 57.6825 125.706275) - (xy 57.682488 125.706257) - (xy 57.515334 125.489786) - (xy 57.515326 125.489777) - (xy 57.318427 125.299942) - (xy 57.318421 125.299937) - (xy 57.095984 125.140797) - (xy 57.095974 125.14079) - (xy 56.852734 125.015732) - (xy 56.852732 125.015731) - (xy 56.593875 124.927422) - (xy 56.593863 124.927419) - (xy 56.324902 124.87774) - (xy 56.324904 124.87774) - (xy 56.090119 124.86916) - (xy 56.051576 124.867752) - (xy 56.051575 124.867752) - (xy 56.051572 124.867752) - (xy 55.779708 124.897664) - (xy 55.779705 124.897665) - (xy 55.515081 124.966847) - (xy 55.281893 125.065942) - (xy 55.263357 125.073819) - (xy 55.029888 125.216303) - (xy 54.895772 125.327915) - (xy 54.819648 125.391266) - (xy 54.637142 125.594956) - (xy 54.637131 125.594969) - (xy 54.486217 125.823076) - (xy 54.370123 126.070729) - (xy 54.291323 126.332648) - (xy 54.291322 126.332653) - (xy 54.2515 126.603239) - (xy 54.2515 127.32829) - (xy 50.8755 127.32829) - (xy 50.8755 117.788597) - (xy 58.272 117.788597) - (xy 58.278505 117.849093) - (xy 58.329555 117.985964) - (xy 58.329555 117.985965) - (xy 58.417095 118.102904) - (xy 58.534034 118.190444) - (xy 58.670906 118.241494) - (xy 58.731402 118.247999) - (xy 58.731415 118.248) - (xy 59.426 118.248) - (xy 59.426 117.211462) - (xy 59.482547 117.250016) - (xy 59.612173 117.29) - (xy 59.713724 117.29) - (xy 59.814138 117.274865) - (xy 59.934 117.217142) - (xy 59.934 118.248) - (xy 60.628585 118.248) - (xy 60.628597 118.247999) - (xy 60.689093 118.241494) - (xy 60.825964 118.190444) - (xy 60.825965 118.190444) - (xy 60.942904 118.102904) - (xy 61.030444 117.985965) - (xy 61.053877 117.923138) - (xy 61.096423 117.866302) - (xy 61.162943 117.841491) - (xy 61.232318 117.856582) - (xy 61.258356 117.876929) - (xy 61.258946 117.876289) - (xy 61.262778 117.879817) - (xy 61.318437 117.923138) - (xy 61.446983 118.02319) - (xy 61.652273 118.134287) - (xy 61.873049 118.21008) - (xy 62.103288 118.2485) - (xy 62.103292 118.2485) - (xy 62.336708 118.2485) - (xy 62.336712 118.2485) - (xy 62.566951 118.21008) - (xy 62.787727 118.134287) - (xy 62.993017 118.02319) - (xy 63.17722 117.879818) - (xy 63.189663 117.866302) - (xy 63.335314 117.708083) - (xy 63.355448 117.677265) - (xy 63.462984 117.512669) - (xy 63.556749 117.298907) - (xy 63.614051 117.072626) - (xy 63.633327 116.84) - (xy 63.614051 116.607374) - (xy 63.577973 116.464906) - (xy 63.58064 116.39396) - (xy 63.611018 116.344884) - (xy 65.239501 114.716402) - (xy 65.301811 114.682379) - (xy 65.328594 114.6795) - (xy 65.345861 114.6795) - (xy 65.413982 114.699502) - (xy 65.460475 114.753158) - (xy 65.470174 114.812167) - (xy 65.471663 114.812243) - (xy 65.4715 114.815446) - (xy 65.4715 115.816544) - (xy 65.482112 115.920425) - (xy 65.537885 116.088738) - (xy 65.63097 116.239652) - (xy 65.630975 116.239658) - (xy 65.756341 116.365024) - (xy 65.756347 116.365029) - (xy 65.756348 116.36503) - (xy 65.907262 116.458115) - (xy 66.075574 116.513887) - (xy 66.179455 116.5245) - (xy 66.291975 116.524499) - (xy 66.360095 116.5445) - (xy 66.406588 116.598156) - (xy 66.416693 116.66843) - (xy 66.3872 116.733011) - (xy 66.385612 116.734809) - (xy 66.316957 116.811059) - (xy 66.221476 116.976438) - (xy 66.221473 116.976445) - (xy 66.162457 117.158072) - (xy 66.142496 117.348) - (xy 66.162457 117.537927) - (xy 66.192526 117.63047) - (xy 66.221473 117.719556) - (xy 66.221476 117.719561) - (xy 66.316958 117.884941) - (xy 66.316965 117.884951) - (xy 66.444744 118.026864) - (xy 66.444747 118.026866) - (xy 66.599248 118.139118) - (xy 66.773712 118.216794) - (xy 66.960513 118.2565) - (xy 67.151487 118.2565) - (xy 67.338288 118.216794) - (xy 67.512752 118.139118) - (xy 67.667253 118.026866) - (xy 67.692176 117.999186) - (xy 67.795034 117.884951) - (xy 67.795035 117.884949) - (xy 67.79504 117.884944) - (xy 67.890527 117.719556) - (xy 67.949542 117.537928) - (xy 67.969504 117.348) - (xy 67.949542 117.158072) - (xy 67.890527 116.976444) - (xy 67.79504 116.811056) - (xy 67.721863 116.729784) - (xy 67.691146 116.665776) - (xy 67.6895 116.645474) - (xy 67.6895 116.549555) - (xy 67.709502 116.481434) - (xy 67.763158 116.434941) - (xy 67.833432 116.424837) - (xy 67.881646 116.442315) - (xy 67.907262 116.458115) - (xy 68.075574 116.513887) - (xy 68.179455 116.5245) - (xy 68.980544 116.524499) - (xy 69.084426 116.513887) - (xy 69.252738 116.458115) - (xy 69.403652 116.36503) - (xy 69.52903 116.239652) - (xy 69.622115 116.088738) - (xy 69.62809 116.070705) - (xy 69.639635 116.035867) - (xy 69.680049 115.977496) - (xy 69.745605 115.95024) - (xy 69.759239 115.9495) - (xy 70.512147 115.9495) - (xy 70.527988 115.951249) - (xy 70.528016 115.950956) - (xy 70.535902 115.9517) - (xy 70.535909 115.951702) - (xy 70.605958 115.9495) - (xy 70.635856 115.9495) - (xy 70.642818 115.948619) - (xy 70.648719 115.948154) - (xy 70.695889 115.946673) - (xy 70.715347 115.941019) - (xy 70.734694 115.937013) - (xy 70.754797 115.934474) - (xy 70.798679 115.917099) - (xy 70.804274 115.915183) - (xy 70.832816 115.906891) - (xy 70.849591 115.902019) - (xy 70.849595 115.902017) - (xy 70.867026 115.891708) - (xy 70.88478 115.883009) - (xy 70.903617 115.875552) - (xy 70.941786 115.847818) - (xy 70.946744 115.844562) - (xy 70.987362 115.820542) - (xy 71.001685 115.806218) - (xy 71.016724 115.793374) - (xy 71.033107 115.781472) - (xy 71.063188 115.745108) - (xy 71.067166 115.740736) - (xy 71.812519 114.995384) - (xy 71.874829 114.961361) - (xy 71.911502 114.958871) - (xy 71.919495 114.9595) - (xy 71.919498 114.9595) - (xy 72.352506 114.9595) - (xy 72.377388 114.957541) - (xy 72.389831 114.956562) - (xy 72.549601 114.910145) - (xy 72.549603 114.910143) - (xy 72.549605 114.910143) - (xy 72.621204 114.867799) - (xy 72.692807 114.825453) - (xy 72.810453 114.707807) - (xy 72.895145 114.564601) - (xy 72.941562 114.404831) - (xy 72.9445 114.367502) - (xy 72.9445 113.2105) - (xy 72.964502 113.142379) - (xy 73.018158 113.095886) - (xy 73.0705 113.0845) - (xy 73.302506 113.0845) - (xy 73.327388 113.082541) - (xy 73.339831 113.081562) - (xy 73.499601 113.035145) - (xy 73.499603 113.035143) - (xy 73.499605 113.035143) - (xy 73.612293 112.968499) - (xy 73.642807 112.950453) - (xy 73.760453 112.832807) - (xy 73.826116 112.721778) - (xy 73.845143 112.689605) - (xy 73.845143 112.689603) - (xy 73.845145 112.689601) - (xy 73.891562 112.529831) - (xy 73.8945 112.492502) - (xy 73.8945 111.184498) - (xy 73.892544 111.159652) - (xy 73.891562 111.14717) - (xy 73.891562 111.147169) - (xy 73.845145 110.987399) - (xy 73.845143 110.987397) - (xy 73.845143 110.987394) - (xy 73.760455 110.844196) - (xy 73.76045 110.844189) - (xy 73.64281 110.726549) - (xy 73.642803 110.726544) - (xy 73.499604 110.641856) - (xy 73.484474 110.63746) - (xy 73.42464 110.599246) - (xy 73.394964 110.534749) - (xy 73.404869 110.464447) - (xy 73.430532 110.427371) - (xy 73.792659 110.065243) - (xy 73.805093 110.055284) - (xy 73.804905 110.055057) - (xy 73.811009 110.050005) - (xy 73.811018 110.05) - (xy 73.858999 109.998904) - (xy 73.880135 109.977769) - (xy 73.884437 109.972221) - (xy 73.888267 109.967735) - (xy 73.920586 109.933321) - (xy 73.930345 109.915567) - (xy 73.941204 109.899038) - (xy 73.953614 109.88304) - (xy 73.972354 109.839732) - (xy 73.974965 109.834404) - (xy 73.982884 109.82) - (xy 73.997695 109.79306) - (xy 74.002733 109.773435) - (xy 74.009136 109.754735) - (xy 74.017181 109.736145) - (xy 74.017181 109.736142) - (xy 74.017236 109.736016) - (xy 74.062646 109.68144) - (xy 74.066694 109.678834) - (xy 74.08704 109.666285) - (xy 74.208285 109.54504) - (xy 74.298302 109.399101) - (xy 74.352236 109.236336) - (xy 74.35728 109.18697) - (xy 74.3625 109.13588) - (xy 74.3625 108.288119) - (xy 74.352247 108.18777) - (xy 74.352236 108.187664) - (xy 74.298302 108.024899) - (xy 74.208285 107.87896) - (xy 74.208284 107.878959) - (xy 74.208279 107.878953) - (xy 74.087046 107.75772) - (xy 74.08704 107.757715) - (xy 73.941101 107.667698) - (xy 73.778336 107.613764) - (xy 73.778333 107.613763) - (xy 73.67788 107.6035) - (xy 73.677872 107.6035) - (xy 73.130128 107.6035) - (xy 73.13012 107.6035) - (xy 73.029666 107.613763) - (xy 72.866899 107.667698) - (xy 72.720959 107.757715) - (xy 72.720953 107.75772) - (xy 72.59972 107.878953) - (xy 72.599715 107.878959) - (xy 72.509698 108.024899) - (xy 72.455763 108.187666) - (xy 72.4455 108.288119) - (xy 72.4455 109.13588) - (xy 72.445499 109.13588) - (xy 72.455763 109.236333) - (xy 72.509698 109.399101) - (xy 72.517405 109.411596) - (xy 72.536141 109.480075) - (xy 72.514881 109.547814) - (xy 72.499258 109.566836) - (xy 71.509481 110.556612) - (xy 71.447169 110.590638) - (xy 71.410507 110.593129) - (xy 71.40251 110.5925) - (xy 71.402502 110.5925) - (xy 70.969498 110.5925) - (xy 70.969494 110.5925) - (xy 70.93217 110.595437) - (xy 70.772394 110.641856) - (xy 70.629196 110.726544) - (xy 70.629189 110.726549) - (xy 70.511549 110.844189) - (xy 70.511544 110.844196) - (xy 70.426856 110.987394) - (xy 70.420655 111.008738) - (xy 70.408187 111.051654) - (xy 70.369975 111.111488) - (xy 70.305479 111.141166) - (xy 70.287191 111.1425) - (xy 69.732541 111.1425) - (xy 69.66442 111.122498) - (xy 69.617927 111.068842) - (xy 69.612937 111.056133) - (xy 69.590116 110.987265) - (xy 69.590115 110.987264) - (xy 69.590115 110.987262) - (xy 69.49703 110.836348) - (xy 69.497029 110.836347) - (xy 69.497024 110.836341) - (xy 69.371658 110.710975) - (xy 69.371652 110.71097) - (xy 69.308887 110.672256) - (xy 69.220738 110.617885) - (xy 69.136582 110.589999) - (xy 69.052427 110.562113) - (xy 69.05242 110.562112) - (xy 68.948553 110.5515) - (xy 68.147455 110.5515) - (xy 68.043574 110.562112) - (xy 67.875261 110.617885) - (xy 67.724347 110.71097) - (xy 67.724341 110.710975) - (xy 67.637095 110.798222) - (xy 67.574783 110.832248) - (xy 67.503968 110.827183) - (xy 67.458905 110.798222) - (xy 67.371658 110.710975) - (xy 67.371652 110.71097) - (xy 67.308887 110.672256) - (xy 67.220738 110.617885) - (xy 67.136582 110.589999) - (xy 67.052427 110.562113) - (xy 67.05242 110.562112) - (xy 66.948553 110.5515) - (xy 66.147455 110.5515) - (xy 66.043574 110.562112) - (xy 65.875261 110.617885) - (xy 65.724347 110.71097) - (xy 65.724341 110.710975) - (xy 65.598975 110.836341) - (xy 65.59897 110.836347) - (xy 65.505883 110.987265) - (xy 65.488365 111.040133) - (xy 65.447951 111.098504) - (xy 65.382395 111.12576) - (xy 65.368761 111.1265) - (xy 62.551204 111.1265) - (xy 62.483083 111.106498) - (xy 62.43659 111.052842) - (xy 62.434811 111.048756) - (xy 62.366334 110.883437) - (xy 62.236925 110.67226) - (xy 62.236922 110.672256) - (xy 62.076073 110.483926) - (xy 61.887743 110.323077) - (xy 61.887741 110.323076) - (xy 61.88774 110.323075) - (xy 61.676563 110.193666) - (xy 61.447742 110.098885) - (xy 61.206911 110.041066) - (xy 61.206912 110.041066) - (xy 60.96 110.021634) - (xy 60.713088 110.041066) - (xy 60.472257 110.098885) - (xy 60.243438 110.193665) - (xy 60.032258 110.323076) - (xy 60.032256 110.323077) - (xy 59.843926 110.483926) - (xy 59.683077 110.672256) - (xy 59.683076 110.672258) - (xy 59.553665 110.883438) - (xy 59.458885 111.112257) - (xy 59.401066 111.353088) - (xy 59.399096 111.378115) - (xy 59.381634 111.6) - (xy 59.401066 111.846911) - (xy 59.458885 112.087742) - (xy 59.553666 112.316563) - (xy 59.681772 112.525614) - (xy 59.683076 112.527741) - (xy 59.683077 112.527743) - (xy 59.843926 112.716073) - (xy 60.021625 112.867842) - (xy 60.03226 112.876925) - (xy 60.243437 113.006334) - (xy 60.472258 113.101115) - (xy 60.713089 113.158934) - (xy 60.96 113.178366) - (xy 61.206911 113.158934) - (xy 61.447742 113.101115) - (xy 61.676563 113.006334) - (xy 61.88774 112.876925) - (xy 62.076073 112.716073) - (xy 62.236925 112.52774) - (xy 62.282318 112.453664) - (xy 62.334966 112.406034) - (xy 62.389751 112.3935) - (xy 65.368761 112.3935) - (xy 65.436882 112.413502) - (xy 65.483375 112.467158) - (xy 65.488365 112.479867) - (xy 65.505883 112.532734) - (xy 65.505884 112.532736) - (xy 65.505885 112.532738) - (xy 65.563283 112.625794) - (xy 65.59897 112.683652) - (xy 65.598975 112.683658) - (xy 65.724341 112.809024) - (xy 65.724347 112.809029) - (xy 65.724348 112.80903) - (xy 65.875262 112.902115) - (xy 66.043574 112.957887) - (xy 66.147455 112.9685) - (xy 66.948544 112.968499) - (xy 67.052426 112.957887) - (xy 67.220738 112.902115) - (xy 67.371652 112.80903) - (xy 67.371658 112.809024) - (xy 67.458905 112.721778) - (xy 67.521217 112.687752) - (xy 67.592032 112.692817) - (xy 67.637095 112.721778) - (xy 67.724341 112.809024) - (xy 67.724347 112.809029) - (xy 67.724348 112.80903) - (xy 67.875262 112.902115) - (xy 68.043574 112.957887) - (xy 68.147455 112.9685) - (xy 68.948544 112.968499) - (xy 69.052426 112.957887) - (xy 69.220738 112.902115) - (xy 69.371652 112.80903) - (xy 69.49703 112.683652) - (xy 69.590115 112.532738) - (xy 69.602333 112.495867) - (xy 69.642747 112.437495) - (xy 69.708303 112.41024) - (xy 69.721937 112.4095) - (xy 70.254495 112.4095) - (xy 70.322616 112.429502) - (xy 70.369109 112.483158) - (xy 70.380105 112.525609) - (xy 70.380438 112.529831) - (xy 70.381283 112.532738) - (xy 70.426856 112.689605) - (xy 70.511544 112.832803) - (xy 70.511549 112.83281) - (xy 70.519197 112.840458) - (xy 70.553223 112.90277) - (xy 70.548158 112.973585) - (xy 70.519198 113.018648) - (xy 70.162249 113.375596) - (xy 70.099939 113.40962) - (xy 70.073156 113.4125) - (xy 65.097854 113.4125) - (xy 65.082012 113.41075) - (xy 65.081985 113.411044) - (xy 65.074092 113.410297) - (xy 65.004029 113.4125) - (xy 64.974144 113.4125) - (xy 64.97414 113.4125) - (xy 64.974129 113.412501) - (xy 64.96719 113.413377) - (xy 64.961277 113.413843) - (xy 64.914114 113.415325) - (xy 64.914107 113.415327) - (xy 64.894649 113.420979) - (xy 64.875304 113.424985) - (xy 64.855206 113.427525) - (xy 64.855197 113.427527) - (xy 64.811331 113.444894) - (xy 64.805716 113.446817) - (xy 64.760408 113.459981) - (xy 64.742964 113.470297) - (xy 64.725218 113.47899) - (xy 64.706382 113.486448) - (xy 64.668209 113.514181) - (xy 64.663248 113.51744) - (xy 64.622638 113.541458) - (xy 64.608311 113.555784) - (xy 64.593285 113.568617) - (xy 64.576895 113.580525) - (xy 64.576893 113.580527) - (xy 64.546808 113.616892) - (xy 64.542812 113.621283) - (xy 62.717277 115.446817) - (xy 62.654965 115.480843) - (xy 62.587273 115.476896) - (xy 62.566957 115.469922) - (xy 62.566948 115.469919) - (xy 62.468411 115.453476) - (xy 62.336712 115.4315) - (xy 62.103288 115.4315) - (xy 61.988066 115.450727) - (xy 61.873051 115.469919) - (xy 61.873044 115.469921) - (xy 61.652276 115.545711) - (xy 61.652273 115.545713) - (xy 61.455892 115.651989) - (xy 61.446985 115.656809) - (xy 61.446983 115.65681) - (xy 61.262778 115.800182) - (xy 61.258946 115.803711) - (xy 61.257688 115.802345) - (xy 61.203763 115.834742) - (xy 61.132799 115.832598) - (xy 61.07426 115.792428) - (xy 61.053877 115.756861) - (xy 61.030444 115.694034) - (xy 60.942904 115.577095) - (xy 60.825965 115.489555) - (xy 60.689093 115.438505) - (xy 60.628597 115.432) - (xy 59.934 115.432) - (xy 59.934 116.468537) - (xy 59.877453 116.429984) - (xy 59.747827 116.39) - (xy 59.646276 116.39) - (xy 59.545862 116.405135) - (xy 59.426 116.462857) - (xy 59.426 115.432) - (xy 58.731402 115.432) - (xy 58.670906 115.438505) - (xy 58.534035 115.489555) - (xy 58.534034 115.489555) - (xy 58.417095 115.577095) - (xy 58.329555 115.694034) - (xy 58.329555 115.694035) - (xy 58.278505 115.830906) - (xy 58.272 115.891402) - (xy 58.272 116.586) - (xy 59.307032 116.586) - (xy 59.256375 116.67374) - (xy 59.22619 116.805992) - (xy 59.236327 116.941265) - (xy 59.285887 117.067541) - (xy 59.306987 117.094) - (xy 58.272 117.094) - (xy 58.272 117.788597) - (xy 50.8755 117.788597) - (xy 50.8755 108.966) - (xy 69.146 108.966) - (xy 69.146 109.135852) - (xy 69.156255 109.236229) - (xy 69.156257 109.236241) - (xy 69.210152 109.398884) - (xy 69.300109 109.544728) - (xy 69.300114 109.544734) - (xy 69.421265 109.665885) - (xy 69.421271 109.66589) - (xy 69.567115 109.755847) - (xy 69.729758 109.809742) - (xy 69.72977 109.809744) - (xy 69.830147 109.819999) - (xy 69.830147 109.82) - (xy 69.85 109.82) - (xy 69.85 108.966) - (xy 70.358 108.966) - (xy 70.358 109.82) - (xy 70.377853 109.82) - (xy 70.377852 109.819999) - (xy 70.478229 109.809744) - (xy 70.478241 109.809742) - (xy 70.640884 109.755847) - (xy 70.786728 109.66589) - (xy 70.786734 109.665885) - (xy 70.907885 109.544734) - (xy 70.90789 109.544728) - (xy 70.997847 109.398884) - (xy 71.051742 109.236241) - (xy 71.051744 109.236229) - (xy 71.061999 109.135852) - (xy 71.062 109.135852) - (xy 71.062 108.966) - (xy 70.358 108.966) - (xy 69.85 108.966) - (xy 69.146 108.966) - (xy 50.8755 108.966) - (xy 50.8755 108.458) - (xy 69.146 108.458) - (xy 69.85 108.458) - (xy 69.85 107.604) - (xy 70.358 107.604) - (xy 70.358 108.458) - (xy 71.062 108.458) - (xy 71.062 108.288147) - (xy 71.051744 108.18777) - (xy 71.051742 108.187758) - (xy 70.997847 108.025115) - (xy 70.90789 107.879271) - (xy 70.907885 107.879265) - (xy 70.786734 107.758114) - (xy 70.786728 107.758109) - (xy 70.640884 107.668152) - (xy 70.478241 107.614257) - (xy 70.478229 107.614255) - (xy 70.377852 107.604) - (xy 70.358 107.604) - (xy 69.85 107.604) - (xy 69.830147 107.604) - (xy 69.72977 107.614255) - (xy 69.729758 107.614257) - (xy 69.567115 107.668152) - (xy 69.421271 107.758109) - (xy 69.421265 107.758114) - (xy 69.300114 107.879265) - (xy 69.300109 107.879271) - (xy 69.210152 108.025115) - (xy 69.156257 108.187758) - (xy 69.156255 108.18777) - (xy 69.146 108.288147) - (xy 69.146 108.458) - (xy 50.8755 108.458) - (xy 50.8755 103.3) - (xy 59.381634 103.3) - (xy 59.401066 103.546911) - (xy 59.458885 103.787742) - (xy 59.516341 103.926454) - (xy 59.553666 104.016563) - (xy 59.66561 104.19924) - (xy 59.683076 104.227741) - (xy 59.683077 104.227743) - (xy 59.843926 104.416073) - (xy 60.031262 104.576073) - (xy 60.03226 104.576925) - (xy 60.243437 104.706334) - (xy 60.472258 104.801115) - (xy 60.713089 104.858934) - (xy 60.96 104.878366) - (xy 61.206911 104.858934) - (xy 61.447742 104.801115) - (xy 61.676563 104.706334) - (xy 61.88774 104.576925) - (xy 62.076073 104.416073) - (xy 62.236925 104.22774) - (xy 62.366334 104.016563) - (xy 62.461115 103.787742) - (xy 62.518934 103.546911) - (xy 62.525774 103.46) - (xy 79.701634 103.46) - (xy 79.721066 103.706911) - (xy 79.778885 103.947742) - (xy 79.851292 104.122549) - (xy 79.873666 104.176563) - (xy 79.937156 104.28017) - (xy 80.003076 104.387741) - (xy 80.003077 104.387743) - (xy 80.163926 104.576073) - (xy 80.352256 104.736922) - (xy 80.35226 104.736925) - (xy 80.563437 104.866334) - (xy 80.792258 104.961115) - (xy 81.033089 105.018934) - (xy 81.28 105.038366) - (xy 81.526911 105.018934) - (xy 81.767742 104.961115) - (xy 81.996563 104.866334) - (xy 82.20774 104.736925) - (xy 82.396073 104.576073) - (xy 82.556925 104.38774) - (xy 82.686334 104.176563) - (xy 82.781115 103.947742) - (xy 82.838934 103.706911) - (xy 82.858366 103.46) - (xy 82.838934 103.213089) - (xy 82.781115 102.972258) - (xy 82.686334 102.743437) - (xy 82.556925 102.53226) - (xy 82.556922 102.532256) - (xy 82.396073 102.343926) - (xy 82.207743 102.183077) - (xy 82.207741 102.183076) - (xy 82.20774 102.183075) - (xy 81.996563 102.053666) - (xy 81.928343 102.025408) - (xy 81.873063 101.98086) - (xy 81.850642 101.913497) - (xy 81.8682 101.844706) - (xy 81.920162 101.796328) - (xy 81.976562 101.783) - (xy 82.293585 101.783) - (xy 82.293597 101.782999) - (xy 82.354093 101.776494) - (xy 82.490964 101.725444) - (xy 82.490965 101.725444) - (xy 82.607904 101.637904) - (xy 82.695444 101.520965) - (xy 82.695444 101.520964) - (xy 82.746494 101.384093) - (xy 82.752999 101.323597) - (xy 82.753 101.323585) - (xy 82.753 100.614) - (xy 81.834638 100.614) - (xy 81.864755 100.549998) - (xy 81.893635 100.398607) - (xy 81.883957 100.244789) - (xy 81.838862 100.106) - (xy 82.753 100.106) - (xy 82.753 99.396414) - (xy 82.752999 99.396402) - (xy 82.746494 99.335906) - (xy 82.695444 99.199035) - (xy 82.695444 99.199034) - (xy 82.607904 99.082095) - (xy 82.490965 98.994555) - (xy 82.354093 98.943505) - (xy 82.293597 98.937) - (xy 81.534 98.937) - (xy 81.534 99.803534) - (xy 81.506341 99.788329) - (xy 81.357061 99.75) - (xy 81.241625 99.75) - (xy 81.127094 99.764469) - (xy 81.026 99.804494) - (xy 81.026 98.937) - (xy 80.266402 98.937) - (xy 80.205906 98.943505) - (xy 80.069035 98.994555) - (xy 80.069034 98.994555) - (xy 79.952095 99.082095) - (xy 79.864555 99.199034) - (xy 79.864555 99.199035) - (xy 79.813505 99.335906) - (xy 79.807 99.396402) - (xy 79.807 100.106) - (xy 80.725362 100.106) - (xy 80.695245 100.170002) - (xy 80.666365 100.321393) - (xy 80.676043 100.475211) - (xy 80.721138 100.614) - (xy 79.807 100.614) - (xy 79.807 101.323597) - (xy 79.813505 101.384093) - (xy 79.864555 101.520964) - (xy 79.864555 101.520965) - (xy 79.952095 101.637904) - (xy 80.069034 101.725444) - (xy 80.205906 101.776494) - (xy 80.266402 101.782999) - (xy 80.266415 101.783) - (xy 80.583438 101.783) - (xy 80.651559 101.803002) - (xy 80.698052 101.856658) - (xy 80.708156 101.926932) - (xy 80.678662 101.991512) - (xy 80.631656 102.025408) - (xy 80.608243 102.035106) - (xy 80.563438 102.053665) - (xy 80.352258 102.183076) - (xy 80.352256 102.183077) - (xy 80.163926 102.343926) - (xy 80.003077 102.532256) - (xy 80.003076 102.532258) - (xy 79.873665 102.743438) - (xy 79.778885 102.972257) - (xy 79.721066 103.213088) - (xy 79.701634 103.46) - (xy 62.525774 103.46) - (xy 62.538366 103.3) - (xy 62.518934 103.053089) - (xy 62.461115 102.812258) - (xy 62.366334 102.583437) - (xy 62.236925 102.37226) - (xy 62.224318 102.357499) - (xy 62.076073 102.183926) - (xy 61.887743 102.023077) - (xy 61.887741 102.023076) - (xy 61.88774 102.023075) - (xy 61.676563 101.893666) - (xy 61.608343 101.865408) - (xy 61.553063 101.82086) - (xy 61.530642 101.753497) - (xy 61.5482 101.684706) - (xy 61.600162 101.636328) - (xy 61.656562 101.623) - (xy 61.973585 101.623) - (xy 61.973597 101.622999) - (xy 62.034093 101.616494) - (xy 62.170964 101.565444) - (xy 62.170965 101.565444) - (xy 62.287904 101.477904) - (xy 62.375444 101.360965) - (xy 62.375444 101.360964) - (xy 62.426494 101.224093) - (xy 62.432999 101.163597) - (xy 62.433 101.163585) - (xy 62.433 100.454) - (xy 61.514638 100.454) - (xy 61.544755 100.389998) - (xy 61.573635 100.238607) - (xy 61.563957 100.084789) - (xy 61.518862 99.946) - (xy 62.433 99.946) - (xy 62.433 99.236414) - (xy 62.432999 99.236402) - (xy 62.426494 99.175906) - (xy 62.375444 99.039035) - (xy 62.375444 99.039034) - (xy 62.287904 98.922095) - (xy 62.170965 98.834555) - (xy 62.094405 98.806) - (xy 84.26 98.806) - (xy 84.26 98.975852) - (xy 84.270255 99.076229) - (xy 84.270257 99.076241) - (xy 84.324152 99.238884) - (xy 84.414109 99.384728) - (xy 84.414114 99.384734) - (xy 84.535265 99.505885) - (xy 84.535271 99.50589) - (xy 84.681115 99.595847) - (xy 84.843758 99.649742) - (xy 84.84377 99.649744) - (xy 84.944147 99.659999) - (xy 84.944147 99.66) - (xy 84.964 99.66) - (xy 84.964 98.806) - (xy 85.472 98.806) - (xy 85.472 99.66) - (xy 85.491853 99.66) - (xy 85.491852 99.659999) - (xy 85.592229 99.649744) - (xy 85.592241 99.649742) - (xy 85.754884 99.595847) - (xy 85.900728 99.50589) - (xy 85.900734 99.505885) - (xy 86.021885 99.384734) - (xy 86.02189 99.384728) - (xy 86.111847 99.238884) - (xy 86.165742 99.076241) - (xy 86.165744 99.076229) - (xy 86.175999 98.975852) - (xy 86.176 98.975852) - (xy 86.176 98.806) - (xy 85.472 98.806) - (xy 84.964 98.806) - (xy 84.26 98.806) - (xy 62.094405 98.806) - (xy 62.034093 98.783505) - (xy 61.973597 98.777) - (xy 61.214 98.777) - (xy 61.214 99.643534) - (xy 61.186341 99.628329) - (xy 61.037061 99.59) - (xy 60.921625 99.59) - (xy 60.807094 99.604469) - (xy 60.706 99.644494) - (xy 60.706 98.777) - (xy 59.946402 98.777) - (xy 59.885906 98.783505) - (xy 59.749035 98.834555) - (xy 59.749034 98.834555) - (xy 59.632095 98.922095) - (xy 59.544555 99.039034) - (xy 59.544555 99.039035) - (xy 59.493505 99.175906) - (xy 59.487 99.236402) - (xy 59.487 99.946) - (xy 60.405362 99.946) - (xy 60.375245 100.010002) - (xy 60.346365 100.161393) - (xy 60.356043 100.315211) - (xy 60.401138 100.454) - (xy 59.487 100.454) - (xy 59.487 101.163597) - (xy 59.493505 101.224093) - (xy 59.544555 101.360964) - (xy 59.544555 101.360965) - (xy 59.632095 101.477904) - (xy 59.749034 101.565444) - (xy 59.885906 101.616494) - (xy 59.946402 101.622999) - (xy 59.946415 101.623) - (xy 60.263438 101.623) - (xy 60.331559 101.643002) - (xy 60.378052 101.696658) - (xy 60.388156 101.766932) - (xy 60.358662 101.831512) - (xy 60.311656 101.865408) - (xy 60.288243 101.875106) - (xy 60.243438 101.893665) - (xy 60.032258 102.023076) - (xy 60.032256 102.023077) - (xy 59.843926 102.183926) - (xy 59.683077 102.372256) - (xy 59.683076 102.372258) - (xy 59.553665 102.583438) - (xy 59.458885 102.812257) - (xy 59.401066 103.053088) - (xy 59.381634 103.3) - (xy 50.8755 103.3) - (xy 50.8755 100.16) - (xy 51.506844 100.16) - (xy 51.519705 100.315211) - (xy 51.525437 100.384375) - (xy 51.580702 100.602612) - (xy 51.580703 100.602613) - (xy 51.580704 100.602616) - (xy 51.640437 100.738795) - (xy 51.671141 100.808793) - (xy 51.794275 100.997265) - (xy 51.794279 100.99727) - (xy 51.946762 101.162908) - (xy 51.974299 101.184341) - (xy 52.124424 101.301189) - (xy 52.322426 101.408342) - (xy 52.322427 101.408342) - (xy 52.322428 101.408343) - (xy 52.434227 101.446723) - (xy 52.535365 101.481444) - (xy 52.757431 101.5185) - (xy 52.757435 101.5185) - (xy 52.982565 101.5185) - (xy 52.982569 101.5185) - (xy 53.204635 101.481444) - (xy 53.417574 101.408342) - (xy 53.615576 101.301189) - (xy 53.79324 101.162906) - (xy 53.945722 100.997268) - (xy 54.06886 100.808791) - (xy 54.159296 100.602616) - (xy 54.214564 100.384368) - (xy 54.233156 100.16) - (xy 54.214564 99.935632) - (xy 54.208528 99.911795) - (xy 54.159297 99.717387) - (xy 54.159296 99.717386) - (xy 54.159296 99.717384) - (xy 54.06886 99.511209) - (xy 53.986226 99.384728) - (xy 53.945724 99.322734) - (xy 53.94572 99.322729) - (xy 53.793237 99.157091) - (xy 53.689346 99.076229) - (xy 53.615576 99.018811) - (xy 53.582319 99.000813) - (xy 53.531929 98.950802) - (xy 53.516576 98.881485) - (xy 53.541136 98.814872) - (xy 53.58232 98.779186) - (xy 53.615576 98.761189) - (xy 53.79324 98.622906) - (xy 53.945722 98.457268) - (xy 54.049777 98.298) - (xy 84.26 98.298) - (xy 84.964 98.298) - (xy 84.964 97.444) - (xy 85.472 97.444) - (xy 85.472 98.298) - (xy 86.176 98.298) - (xy 86.176 98.128147) - (xy 86.165744 98.02777) - (xy 86.165742 98.027758) - (xy 86.111847 97.865115) - (xy 86.02189 97.719271) - (xy 86.021885 97.719265) - (xy 85.900734 97.598114) - (xy 85.900728 97.598109) - (xy 85.754884 97.508152) - (xy 85.592241 97.454257) - (xy 85.592229 97.454255) - (xy 85.491852 97.444) - (xy 85.472 97.444) - (xy 84.964 97.444) - (xy 84.944147 97.444) - (xy 84.84377 97.454255) - (xy 84.843758 97.454257) - (xy 84.681115 97.508152) - (xy 84.535271 97.598109) - (xy 84.535265 97.598114) - (xy 84.414114 97.719265) - (xy 84.414109 97.719271) - (xy 84.324152 97.865115) - (xy 84.270257 98.027758) - (xy 84.270255 98.02777) - (xy 84.26 98.128147) - (xy 84.26 98.298) - (xy 54.049777 98.298) - (xy 54.06886 98.268791) - (xy 54.159296 98.062616) - (xy 54.214564 97.844368) - (xy 54.233156 97.62) - (xy 54.214564 97.395632) - (xy 54.159296 97.177384) - (xy 54.06886 96.971209) - (xy 54.06214 96.960924) - (xy 53.945724 96.782734) - (xy 53.94572 96.782729) - (xy 53.793237 96.617091) - (xy 53.711382 96.553381) - (xy 53.615576 96.478811) - (xy 53.582319 96.460813) - (xy 53.531929 96.410802) - (xy 53.516576 96.341485) - (xy 53.541136 96.274872) - (xy 53.58232 96.239186) - (xy 53.615576 96.221189) - (xy 53.79324 96.082906) - (xy 53.945722 95.917268) - (xy 54.06886 95.728791) - (xy 54.159296 95.522616) - (xy 54.214564 95.304368) - (xy 54.233156 95.08) - (xy 54.214564 94.855632) - (xy 54.202653 94.808597) - (xy 57.012 94.808597) - (xy 57.018505 94.869093) - (xy 57.069555 95.005964) - (xy 57.069555 95.005965) - (xy 57.157095 95.122904) - (xy 57.274034 95.210444) - (xy 57.410906 95.261494) - (xy 57.471402 95.267999) - (xy 57.471415 95.268) - (xy 58.166 95.268) - (xy 58.166 94.293674) - (xy 58.277685 94.34468) - (xy 58.384237 94.36) - (xy 58.455763 94.36) - (xy 58.562315 94.34468) - (xy 58.674 94.293674) - (xy 58.674 95.268) - (xy 59.368585 95.268) - (xy 59.368597 95.267999) - (xy 59.429093 95.261494) - (xy 59.565964 95.210444) - (xy 59.565965 95.210444) - (xy 59.682904 95.122904) - (xy 59.770444 95.005965) - (xy 59.770445 95.005963) - (xy 59.784413 94.968513) - (xy 59.826959 94.911677) - (xy 59.893479 94.886865) - (xy 59.962853 94.901956) - (xy 59.97986 94.913112) - (xy 60.146983 95.04319) - (xy 60.352273 95.154287) - (xy 60.573049 95.23008) - (xy 60.803288 95.2685) - (xy 60.803292 95.2685) - (xy 61.036708 95.2685) - (xy 61.036712 95.2685) - (xy 61.266951 95.23008) - (xy 61.487727 95.154287) - (xy 61.693017 95.04319) - (xy 61.87722 94.899818) - (xy 61.905505 94.869093) - (xy 61.961195 94.808597) - (xy 62.035314 94.728083) - (xy 62.064517 94.683383) - (xy 62.118519 94.637296) - (xy 62.188867 94.62772) - (xy 62.253225 94.657696) - (xy 62.275481 94.683382) - (xy 62.304686 94.728083) - (xy 62.304687 94.728084) - (xy 62.462774 94.899813) - (xy 62.462778 94.899817) - (xy 62.52865 94.951087) - (xy 62.646983 95.04319) - (xy 62.852273 95.154287) - (xy 63.073049 95.23008) - (xy 63.303288 95.2685) - (xy 63.303292 95.2685) - (xy 63.536708 95.2685) - (xy 63.536712 95.2685) - (xy 63.766951 95.23008) - (xy 63.987727 95.154287) - (xy 64.193017 95.04319) - (xy 64.37722 94.899818) - (xy 64.389145 94.886865) - (xy 64.535314 94.728083) - (xy 64.564179 94.683902) - (xy 64.662984 94.532669) - (xy 64.756749 94.318907) - (xy 64.814051 94.092626) - (xy 64.833327 93.86) - (xy 64.814051 93.627374) - (xy 64.756749 93.401093) - (xy 64.662984 93.187331) - (xy 64.581299 93.062302) - (xy 64.535314 92.991916) - (xy 64.377225 92.820186) - (xy 64.377221 92.820182) - (xy 64.285118 92.748496) - (xy 64.193017 92.67681) - (xy 63.987727 92.565713) - (xy 63.987724 92.565712) - (xy 63.987723 92.565711) - (xy 63.766955 92.489921) - (xy 63.766948 92.489919) - (xy 63.668411 92.473476) - (xy 63.536712 92.4515) - (xy 63.303288 92.4515) - (xy 63.188066 92.470727) - (xy 63.073051 92.489919) - (xy 63.073044 92.489921) - (xy 62.852276 92.565711) - (xy 62.852273 92.565713) - (xy 62.646985 92.676809) - (xy 62.646983 92.67681) - (xy 62.462778 92.820182) - (xy 62.462774 92.820186) - (xy 62.304685 92.991916) - (xy 62.275483 93.036615) - (xy 62.22148 93.082704) - (xy 62.151132 93.092279) - (xy 62.086774 93.062302) - (xy 62.064517 93.036615) - (xy 62.035314 92.991916) - (xy 61.877225 92.820186) - (xy 61.877221 92.820182) - (xy 61.785118 92.748496) - (xy 61.693017 92.67681) - (xy 61.487727 92.565713) - (xy 61.487724 92.565712) - (xy 61.487723 92.565711) - (xy 61.266955 92.489921) - (xy 61.266948 92.489919) - (xy 61.168411 92.473476) - (xy 61.036712 92.4515) - (xy 60.803288 92.4515) - (xy 60.688066 92.470727) - (xy 60.573051 92.489919) - (xy 60.573044 92.489921) - (xy 60.352276 92.565711) - (xy 60.352273 92.565713) - (xy 60.146985 92.676809) - (xy 60.146983 92.67681) - (xy 59.97986 92.806888) - (xy 59.913818 92.832944) - (xy 59.844172 92.819159) - (xy 59.793036 92.769909) - (xy 59.784413 92.751487) - (xy 59.770445 92.714036) - (xy 59.770444 92.714034) - (xy 59.682904 92.597095) - (xy 59.565965 92.509555) - (xy 59.429093 92.458505) - (xy 59.368597 92.452) - (xy 58.674 92.452) - (xy 58.674 93.426325) - (xy 58.562315 93.37532) - (xy 58.455763 93.36) - (xy 58.384237 93.36) - (xy 58.277685 93.37532) - (xy 58.166 93.426325) - (xy 58.166 92.452) - (xy 57.471402 92.452) - (xy 57.410906 92.458505) - (xy 57.274035 92.509555) - (xy 57.274034 92.509555) - (xy 57.157095 92.597095) - (xy 57.069555 92.714034) - (xy 57.069555 92.714035) - (xy 57.018505 92.850906) - (xy 57.012 92.911402) - (xy 57.012 93.606) - (xy 57.988884 93.606) - (xy 57.960507 93.650156) - (xy 57.92 93.788111) - (xy 57.92 93.931889) - (xy 57.960507 94.069844) - (xy 57.988884 94.114) - (xy 57.012 94.114) - (xy 57.012 94.808597) - (xy 54.202653 94.808597) - (xy 54.159297 94.637387) - (xy 54.159296 94.637386) - (xy 54.159296 94.637384) - (xy 54.06886 94.431209) - (xy 53.995487 94.318903) - (xy 53.945724 94.242734) - (xy 53.94572 94.242729) - (xy 53.793237 94.077091) - (xy 53.711382 94.013381) - (xy 53.615576 93.938811) - (xy 53.581792 93.920528) - (xy 53.531402 93.870516) - (xy 53.51605 93.801199) - (xy 53.54061 93.734586) - (xy 53.581793 93.698901) - (xy 53.6153 93.680767) - (xy 53.615301 93.680767) - (xy 53.792902 93.542534) - (xy 53.945325 93.376958) - (xy 54.068419 93.188548) - (xy 54.15882 92.982456) - (xy 54.158823 92.982449) - (xy 54.206544 92.794) - (xy 53.301116 92.794) - (xy 53.329493 92.749844) - (xy 53.37 92.611889) - (xy 53.37 92.468111) - (xy 53.329493 92.330156) - (xy 53.301116 92.286) - (xy 54.206544 92.286) - (xy 54.206544 92.285999) - (xy 54.158823 92.09755) - (xy 54.15882 92.097543) - (xy 54.068419 91.891451) - (xy 53.945325 91.703041) - (xy 53.802018 91.547367) - (xy 53.770598 91.483702) - (xy 53.778585 91.413156) - (xy 53.823444 91.358127) - (xy 53.850679 91.343977) - (xy 53.966204 91.300889) - (xy 54.083261 91.213261) - (xy 54.170889 91.096204) - (xy 54.221989 90.959201) - (xy 54.2285 90.898638) - (xy 54.2285 89.101362) - (xy 54.228499 89.10135) - (xy 54.22199 89.040803) - (xy 54.221988 89.040795) - (xy 54.170889 88.903797) - (xy 54.170887 88.903792) - (xy 54.083261 88.786738) - (xy 53.966207 88.699112) - (xy 53.966202 88.69911) - (xy 53.829204 88.648011) - (xy 53.829196 88.648009) - (xy 53.768649 88.6415) - (xy 53.768638 88.6415) - (xy 51.971362 88.6415) - (xy 51.97135 88.6415) - (xy 51.910803 88.648009) - (xy 51.910795 88.648011) - (xy 51.773797 88.69911) - (xy 51.773792 88.699112) - (xy 51.656738 88.786738) - (xy 51.569112 88.903792) - (xy 51.56911 88.903797) - (xy 51.518011 89.040795) - (xy 51.518009 89.040803) - (xy 51.5115 89.10135) - (xy 51.5115 90.898649) - (xy 51.518009 90.959196) - (xy 51.518011 90.959204) - (xy 51.56911 91.096202) - (xy 51.569112 91.096207) - (xy 51.656738 91.213261) - (xy 51.773792 91.300887) - (xy 51.773796 91.300889) - (xy 51.889312 91.343975) - (xy 51.946148 91.386522) - (xy 51.970958 91.453042) - (xy 51.955866 91.522416) - (xy 51.937981 91.547367) - (xy 51.794674 91.703041) - (xy 51.67158 91.891451) - (xy 51.581179 92.097543) - (xy 51.581176 92.09755) - (xy 51.533455 92.285999) - (xy 51.533456 92.286) - (xy 52.438884 92.286) - (xy 52.410507 92.330156) - (xy 52.37 92.468111) - (xy 52.37 92.611889) - (xy 52.410507 92.749844) - (xy 52.438884 92.794) - (xy 51.533455 92.794) - (xy 51.581176 92.982449) - (xy 51.581179 92.982456) - (xy 51.67158 93.188548) - (xy 51.794674 93.376958) - (xy 51.947097 93.542534) - (xy 52.124698 93.680767) - (xy 52.124704 93.680771) - (xy 52.158207 93.698902) - (xy 52.208597 93.748915) - (xy 52.223949 93.818232) - (xy 52.199388 93.884845) - (xy 52.158207 93.920528) - (xy 52.12443 93.938807) - (xy 52.124424 93.938811) - (xy 51.946762 94.077091) - (xy 51.794279 94.242729) - (xy 51.794275 94.242734) - (xy 51.671141 94.431206) - (xy 51.580703 94.637386) - (xy 51.580702 94.637387) - (xy 51.525437 94.855624) - (xy 51.525436 94.85563) - (xy 51.525436 94.855632) - (xy 51.506844 95.08) - (xy 51.522422 95.268) - (xy 51.525437 95.304375) - (xy 51.580702 95.522612) - (xy 51.580703 95.522613) - (xy 51.580704 95.522616) - (xy 51.666749 95.718781) - (xy 51.671141 95.728793) - (xy 51.794275 95.917265) - (xy 51.794279 95.91727) - (xy 51.946762 96.082908) - (xy 52.001331 96.125381) - (xy 52.124424 96.221189) - (xy 52.15768 96.239186) - (xy 52.208071 96.2892) - (xy 52.223423 96.358516) - (xy 52.198862 96.425129) - (xy 52.15768 96.460813) - (xy 52.124426 96.47881) - (xy 52.124424 96.478811) - (xy 51.946762 96.617091) - (xy 51.794279 96.782729) - (xy 51.794275 96.782734) - (xy 51.671141 96.971206) - (xy 51.580703 97.177386) - (xy 51.580702 97.177387) - (xy 51.525437 97.395624) - (xy 51.525436 97.39563) - (xy 51.525436 97.395632) - (xy 51.506844 97.62) - (xy 51.523834 97.82504) - (xy 51.525437 97.844375) - (xy 51.580702 98.062612) - (xy 51.580703 98.062613) - (xy 51.580704 98.062616) - (xy 51.67114 98.268791) - (xy 51.671141 98.268793) - (xy 51.794275 98.457265) - (xy 51.794279 98.45727) - (xy 51.946762 98.622908) - (xy 52.001331 98.665381) - (xy 52.124424 98.761189) - (xy 52.15768 98.779186) - (xy 52.208071 98.8292) - (xy 52.223423 98.898516) - (xy 52.198862 98.965129) - (xy 52.15768 99.000813) - (xy 52.124426 99.01881) - (xy 52.124424 99.018811) - (xy 51.946762 99.157091) - (xy 51.794279 99.322729) - (xy 51.794275 99.322734) - (xy 51.671141 99.511206) - (xy 51.580703 99.717386) - (xy 51.580702 99.717387) - (xy 51.525437 99.935624) - (xy 51.525436 99.93563) - (xy 51.525436 99.935632) - (xy 51.506844 100.16) - (xy 50.8755 100.16) - (xy 50.8755 86.68829) - (xy 54.2515 86.68829) - (xy 54.266466 86.892779) - (xy 54.325938 87.159756) - (xy 54.325939 87.159758) - (xy 54.423645 87.415221) - (xy 54.423647 87.415224) - (xy 54.557499 87.653724) - (xy 54.557511 87.653742) - (xy 54.724665 87.870213) - (xy 54.724673 87.870222) - (xy 54.921572 88.060057) - (xy 54.921578 88.060062) - (xy 55.144015 88.219202) - (xy 55.144025 88.219209) - (xy 55.387265 88.344267) - (xy 55.387267 88.344268) - (xy 55.646124 88.432577) - (xy 55.64613 88.432579) - (xy 55.915093 88.482259) - (xy 56.188424 88.492248) - (xy 56.351072 88.474351) - (xy 56.460291 88.462335) - (xy 56.460293 88.462334) - (xy 56.460296 88.462334) - (xy 56.724916 88.393153) - (xy 56.976643 88.286181) - (xy 57.210112 88.143697) - (xy 57.420347 87.968738) - (xy 57.602867 87.765033) - (xy 57.753783 87.536923) - (xy 57.869877 87.289271) - (xy 57.948676 87.027355) - (xy 57.9885 86.756757) - (xy 57.9885 86.68829) - (xy 63.8515 86.68829) - (xy 63.866466 86.892779) - (xy 63.925938 87.159756) - (xy 63.925939 87.159758) - (xy 64.023645 87.415221) - (xy 64.023647 87.415224) - (xy 64.157499 87.653724) - (xy 64.157511 87.653742) - (xy 64.324665 87.870213) - (xy 64.324673 87.870222) - (xy 64.521572 88.060057) - (xy 64.521578 88.060062) - (xy 64.744015 88.219202) - (xy 64.744025 88.219209) - (xy 64.987265 88.344267) - (xy 64.987267 88.344268) - (xy 65.246124 88.432577) - (xy 65.24613 88.432579) - (xy 65.515093 88.482259) - (xy 65.788424 88.492248) - (xy 65.951072 88.474351) - (xy 66.060291 88.462335) - (xy 66.060293 88.462334) - (xy 66.060296 88.462334) - (xy 66.324916 88.393153) - (xy 66.576643 88.286181) - (xy 66.810112 88.143697) - (xy 67.020347 87.968738) - (xy 67.202867 87.765033) - (xy 67.353783 87.536923) - (xy 67.469877 87.289271) - (xy 67.548676 87.027355) - (xy 67.5885 86.756757) - (xy 67.5885 86.68829) - (xy 74.5715 86.68829) - (xy 74.586466 86.892779) - (xy 74.645938 87.159756) - (xy 74.645939 87.159758) - (xy 74.743645 87.415221) - (xy 74.743647 87.415224) - (xy 74.877499 87.653724) - (xy 74.877511 87.653742) - (xy 75.044665 87.870213) - (xy 75.044673 87.870222) - (xy 75.241572 88.060057) - (xy 75.241578 88.060062) - (xy 75.464015 88.219202) - (xy 75.464025 88.219209) - (xy 75.707265 88.344267) - (xy 75.707267 88.344268) - (xy 75.966124 88.432577) - (xy 75.96613 88.432579) - (xy 76.235093 88.482259) - (xy 76.508424 88.492248) - (xy 76.671072 88.474351) - (xy 76.780291 88.462335) - (xy 76.780293 88.462334) - (xy 76.780296 88.462334) - (xy 77.044916 88.393153) - (xy 77.296643 88.286181) - (xy 77.530112 88.143697) - (xy 77.740347 87.968738) - (xy 77.922867 87.765033) - (xy 78.073783 87.536923) - (xy 78.189877 87.289271) - (xy 78.268676 87.027355) - (xy 78.3085 86.756757) - (xy 78.3085 86.68829) - (xy 84.1715 86.68829) - (xy 84.186466 86.892779) - (xy 84.245938 87.159756) - (xy 84.245939 87.159758) - (xy 84.343645 87.415221) - (xy 84.343647 87.415224) - (xy 84.477499 87.653724) - (xy 84.477511 87.653742) - (xy 84.644665 87.870213) - (xy 84.644673 87.870222) - (xy 84.841572 88.060057) - (xy 84.841578 88.060062) - (xy 85.064015 88.219202) - (xy 85.064025 88.219209) - (xy 85.307265 88.344267) - (xy 85.307267 88.344268) - (xy 85.566124 88.432577) - (xy 85.56613 88.432579) - (xy 85.835093 88.482259) - (xy 86.108424 88.492248) - (xy 86.271072 88.474351) - (xy 86.380291 88.462335) - (xy 86.380293 88.462334) - (xy 86.380296 88.462334) - (xy 86.644916 88.393153) - (xy 86.896643 88.286181) - (xy 87.130112 88.143697) - (xy 87.340347 87.968738) - (xy 87.522867 87.765033) - (xy 87.673783 87.536923) - (xy 87.789877 87.289271) - (xy 87.868676 87.027355) - (xy 87.9085 86.756757) - (xy 87.9085 86.031712) - (xy 87.893533 85.827217) - (xy 87.834063 85.560247) - (xy 87.736355 85.304781) - (xy 87.736354 85.304778) - (xy 87.736352 85.304775) - (xy 87.6025 85.066275) - (xy 87.602488 85.066257) - (xy 87.435334 84.849786) - (xy 87.435326 84.849777) - (xy 87.238427 84.659942) - (xy 87.238421 84.659937) - (xy 87.015984 84.500797) - (xy 87.015974 84.50079) - (xy 86.772734 84.375732) - (xy 86.772732 84.375731) - (xy 86.513875 84.287422) - (xy 86.513863 84.287419) - (xy 86.244902 84.23774) - (xy 86.244904 84.23774) - (xy 86.010119 84.22916) - (xy 85.971576 84.227752) - (xy 85.971575 84.227752) - (xy 85.971572 84.227752) - (xy 85.699708 84.257664) - (xy 85.699705 84.257665) - (xy 85.435081 84.326847) - (xy 85.183357 84.433819) - (xy 84.949888 84.576303) - (xy 84.780663 84.717132) - (xy 84.739648 84.751266) - (xy 84.557142 84.954956) - (xy 84.557131 84.954969) - (xy 84.406217 85.183076) - (xy 84.290123 85.430729) - (xy 84.211323 85.692648) - (xy 84.211322 85.692653) - (xy 84.1715 85.963239) - (xy 84.1715 86.68829) - (xy 78.3085 86.68829) - (xy 78.3085 86.031712) - (xy 78.293533 85.827217) - (xy 78.234063 85.560247) - (xy 78.136355 85.304781) - (xy 78.136354 85.304778) - (xy 78.136352 85.304775) - (xy 78.0025 85.066275) - (xy 78.002488 85.066257) - (xy 77.835334 84.849786) - (xy 77.835326 84.849777) - (xy 77.638427 84.659942) - (xy 77.638421 84.659937) - (xy 77.415984 84.500797) - (xy 77.415974 84.50079) - (xy 77.172734 84.375732) - (xy 77.172732 84.375731) - (xy 76.913875 84.287422) - (xy 76.913863 84.287419) - (xy 76.644902 84.23774) - (xy 76.644904 84.23774) - (xy 76.410119 84.22916) - (xy 76.371576 84.227752) - (xy 76.371575 84.227752) - (xy 76.371572 84.227752) - (xy 76.099708 84.257664) - (xy 76.099705 84.257665) - (xy 75.835081 84.326847) - (xy 75.583357 84.433819) - (xy 75.349888 84.576303) - (xy 75.180663 84.717132) - (xy 75.139648 84.751266) - (xy 74.957142 84.954956) - (xy 74.957131 84.954969) - (xy 74.806217 85.183076) - (xy 74.690123 85.430729) - (xy 74.611323 85.692648) - (xy 74.611322 85.692653) - (xy 74.5715 85.963239) - (xy 74.5715 86.68829) - (xy 67.5885 86.68829) - (xy 67.5885 86.031712) - (xy 67.573533 85.827217) - (xy 67.514063 85.560247) - (xy 67.416355 85.304781) - (xy 67.416354 85.304778) - (xy 67.416352 85.304775) - (xy 67.2825 85.066275) - (xy 67.282488 85.066257) - (xy 67.115334 84.849786) - (xy 67.115326 84.849777) - (xy 66.918427 84.659942) - (xy 66.918421 84.659937) - (xy 66.695984 84.500797) - (xy 66.695974 84.50079) - (xy 66.452734 84.375732) - (xy 66.452732 84.375731) - (xy 66.193875 84.287422) - (xy 66.193863 84.287419) - (xy 65.924902 84.23774) - (xy 65.924904 84.23774) - (xy 65.690119 84.22916) - (xy 65.651576 84.227752) - (xy 65.651575 84.227752) - (xy 65.651572 84.227752) - (xy 65.379708 84.257664) - (xy 65.379705 84.257665) - (xy 65.115081 84.326847) - (xy 64.863357 84.433819) - (xy 64.629888 84.576303) - (xy 64.460663 84.717132) - (xy 64.419648 84.751266) - (xy 64.237142 84.954956) - (xy 64.237131 84.954969) - (xy 64.086217 85.183076) - (xy 63.970123 85.430729) - (xy 63.891323 85.692648) - (xy 63.891322 85.692653) - (xy 63.8515 85.963239) - (xy 63.8515 86.68829) - (xy 57.9885 86.68829) - (xy 57.9885 86.031712) - (xy 57.973533 85.827217) - (xy 57.914063 85.560247) - (xy 57.816355 85.304781) - (xy 57.816354 85.304778) - (xy 57.816352 85.304775) - (xy 57.6825 85.066275) - (xy 57.682488 85.066257) - (xy 57.515334 84.849786) - (xy 57.515326 84.849777) - (xy 57.318427 84.659942) - (xy 57.318421 84.659937) - (xy 57.095984 84.500797) - (xy 57.095974 84.50079) - (xy 56.852734 84.375732) - (xy 56.852732 84.375731) - (xy 56.593875 84.287422) - (xy 56.593863 84.287419) - (xy 56.324902 84.23774) - (xy 56.324904 84.23774) - (xy 56.090119 84.22916) - (xy 56.051576 84.227752) - (xy 56.051575 84.227752) - (xy 56.051572 84.227752) - (xy 55.779708 84.257664) - (xy 55.779705 84.257665) - (xy 55.515081 84.326847) - (xy 55.263357 84.433819) - (xy 55.029888 84.576303) - (xy 54.860663 84.717132) - (xy 54.819648 84.751266) - (xy 54.637142 84.954956) - (xy 54.637131 84.954969) - (xy 54.486217 85.183076) - (xy 54.370123 85.430729) - (xy 54.291323 85.692648) - (xy 54.291322 85.692653) - (xy 54.2515 85.963239) - (xy 54.2515 86.68829) - (xy 50.8755 86.68829) - (xy 50.8755 77.148597) - (xy 58.272 77.148597) - (xy 58.278505 77.209093) - (xy 58.329555 77.345964) - (xy 58.329555 77.345965) - (xy 58.417095 77.462904) - (xy 58.534034 77.550444) - (xy 58.670906 77.601494) - (xy 58.731402 77.607999) - (xy 58.731415 77.608) - (xy 59.426 77.608) - (xy 59.426 76.571462) - (xy 59.482547 76.610016) - (xy 59.612173 76.65) - (xy 59.713724 76.65) - (xy 59.814138 76.634865) - (xy 59.934 76.577142) - (xy 59.934 77.608) - (xy 60.628585 77.608) - (xy 60.628597 77.607999) - (xy 60.689093 77.601494) - (xy 60.825964 77.550444) - (xy 60.825965 77.550444) - (xy 60.942904 77.462904) - (xy 61.030444 77.345965) - (xy 61.053877 77.283138) - (xy 61.096423 77.226302) - (xy 61.162943 77.201491) - (xy 61.232318 77.216582) - (xy 61.258356 77.236929) - (xy 61.258946 77.236289) - (xy 61.262778 77.239817) - (xy 61.318437 77.283138) - (xy 61.446983 77.38319) - (xy 61.652273 77.494287) - (xy 61.873049 77.57008) - (xy 62.103288 77.6085) - (xy 62.103292 77.6085) - (xy 62.336708 77.6085) - (xy 62.336712 77.6085) - (xy 62.566951 77.57008) - (xy 62.787727 77.494287) - (xy 62.993017 77.38319) - (xy 63.17722 77.239818) - (xy 63.189663 77.226302) - (xy 63.261196 77.148597) - (xy 78.084 77.148597) - (xy 78.090505 77.209093) - (xy 78.141555 77.345964) - (xy 78.141555 77.345965) - (xy 78.229095 77.462904) - (xy 78.346034 77.550444) - (xy 78.482906 77.601494) - (xy 78.543402 77.607999) - (xy 78.543415 77.608) - (xy 79.238 77.608) - (xy 79.238 76.571462) - (xy 79.294547 76.610016) - (xy 79.424173 76.65) - (xy 79.525724 76.65) - (xy 79.626138 76.634865) - (xy 79.746 76.577142) - (xy 79.746 77.608) - (xy 80.440585 77.608) - (xy 80.440597 77.607999) - (xy 80.501093 77.601494) - (xy 80.637964 77.550444) - (xy 80.637965 77.550444) - (xy 80.754904 77.462904) - (xy 80.842444 77.345965) - (xy 80.865877 77.283138) - (xy 80.908423 77.226302) - (xy 80.974943 77.201491) - (xy 81.044318 77.216582) - (xy 81.070356 77.236929) - (xy 81.070946 77.236289) - (xy 81.074778 77.239817) - (xy 81.130437 77.283138) - (xy 81.258983 77.38319) - (xy 81.464273 77.494287) - (xy 81.685049 77.57008) - (xy 81.915288 77.6085) - (xy 81.915292 77.6085) - (xy 82.148708 77.6085) - (xy 82.148712 77.6085) - (xy 82.378951 77.57008) - (xy 82.599727 77.494287) - (xy 82.805017 77.38319) - (xy 82.98922 77.239818) - (xy 83.001663 77.226302) - (xy 83.147314 77.068083) - (xy 83.263279 76.890585) - (xy 83.317282 76.844496) - (xy 83.368762 76.8335) - (xy 83.510405 76.8335) - (xy 83.578526 76.853502) - (xy 83.625019 76.907158) - (xy 83.635123 76.977432) - (xy 83.605629 77.042012) - (xy 83.5995 77.048595) - (xy 81.3295 79.318595) - (xy 81.267188 79.352621) - (xy 81.240405 79.3555) - (xy 81.184513 79.3555) - (xy 80.997711 79.395206) - (xy 80.823247 79.472882) - (xy 80.668744 79.585135) - (xy 80.540965 79.727048) - (xy 80.540958 79.727058) - (xy 80.445476 79.892438) - (xy 80.445473 79.892445) - (xy 80.386457 80.074072) - (xy 80.366496 80.264) - (xy 80.386457 80.453927) - (xy 80.407276 80.518) - (xy 80.445473 80.635556) - (xy 80.445476 80.635561) - (xy 80.540958 80.800941) - (xy 80.540965 80.800951) - (xy 80.668744 80.942864) - (xy 80.668747 80.942866) - (xy 80.823248 81.055118) - (xy 80.997712 81.132794) - (xy 81.184513 81.1725) - (xy 81.375487 81.1725) - (xy 81.562288 81.132794) - (xy 81.736752 81.055118) - (xy 81.776829 81.026) - (xy 85.276 81.026) - (xy 85.276 81.195852) - (xy 85.286255 81.296229) - (xy 85.286257 81.296241) - (xy 85.340152 81.458884) - (xy 85.430109 81.604728) - (xy 85.430114 81.604734) - (xy 85.551265 81.725885) - (xy 85.551271 81.72589) - (xy 85.697115 81.815847) - (xy 85.859758 81.869742) - (xy 85.85977 81.869744) - (xy 85.960147 81.879999) - (xy 85.960147 81.88) - (xy 85.98 81.88) - (xy 85.98 81.026) - (xy 86.488 81.026) - (xy 86.488 81.88) - (xy 86.507853 81.88) - (xy 86.507852 81.879999) - (xy 86.608229 81.869744) - (xy 86.608241 81.869742) - (xy 86.770884 81.815847) - (xy 86.916728 81.72589) - (xy 86.916734 81.725885) - (xy 87.037885 81.604734) - (xy 87.03789 81.604728) - (xy 87.127847 81.458884) - (xy 87.181742 81.296241) - (xy 87.181744 81.296229) - (xy 87.191999 81.195852) - (xy 87.192 81.195852) - (xy 87.192 81.026) - (xy 86.488 81.026) - (xy 85.98 81.026) - (xy 85.276 81.026) - (xy 81.776829 81.026) - (xy 81.891253 80.942866) - (xy 82.01904 80.800944) - (xy 82.114527 80.635556) - (xy 82.152724 80.518) - (xy 85.276 80.518) - (xy 85.98 80.518) - (xy 85.98 79.664) - (xy 86.488 79.664) - (xy 86.488 80.518) - (xy 87.192 80.518) - (xy 87.192 80.348147) - (xy 87.181744 80.24777) - (xy 87.181742 80.247758) - (xy 87.127847 80.085115) - (xy 87.03789 79.939271) - (xy 87.037885 79.939265) - (xy 86.916734 79.818114) - (xy 86.916728 79.818109) - (xy 86.770884 79.728152) - (xy 86.608241 79.674257) - (xy 86.608229 79.674255) - (xy 86.507852 79.664) - (xy 86.488 79.664) - (xy 85.98 79.664) - (xy 85.960147 79.664) - (xy 85.85977 79.674255) - (xy 85.859758 79.674257) - (xy 85.697115 79.728152) - (xy 85.551271 79.818109) - (xy 85.551265 79.818114) - (xy 85.430114 79.939265) - (xy 85.430109 79.939271) - (xy 85.340152 80.085115) - (xy 85.286257 80.247758) - (xy 85.286255 80.24777) - (xy 85.276 80.348147) - (xy 85.276 80.518) - (xy 82.152724 80.518) - (xy 82.173542 80.453928) - (xy 82.190907 80.288703) - (xy 82.21792 80.223048) - (xy 82.227113 80.212789) - (xy 85.061499 77.378405) - (xy 85.123811 77.344379) - (xy 85.150594 77.3415) - (xy 85.196761 77.3415) - (xy 85.264882 77.361502) - (xy 85.311375 77.415158) - (xy 85.316365 77.427867) - (xy 85.333883 77.480734) - (xy 85.333884 77.480736) - (xy 85.333885 77.480738) - (xy 85.37688 77.550444) - (xy 85.42697 77.631652) - (xy 85.426975 77.631658) - (xy 85.552341 77.757024) - (xy 85.552347 77.757029) - (xy 85.552348 77.75703) - (xy 85.703262 77.850115) - (xy 85.871574 77.905887) - (xy 85.975455 77.9165) - (xy 86.776544 77.916499) - (xy 86.880426 77.905887) - (xy 87.048738 77.850115) - (xy 87.199652 77.75703) - (xy 87.199658 77.757024) - (xy 87.286905 77.669778) - (xy 87.349217 77.635752) - (xy 87.420032 77.640817) - (xy 87.465095 77.669778) - (xy 87.552341 77.757024) - (xy 87.552347 77.757029) - (xy 87.552348 77.75703) - (xy 87.703262 77.850115) - (xy 87.871574 77.905887) - (xy 87.975455 77.9165) - (xy 88.7745 77.916499) - (xy 88.842621 77.936501) - (xy 88.889114 77.990157) - (xy 88.9005 78.042499) - (xy 88.9005 79.717542) - (xy 88.880498 79.785663) - (xy 88.856146 79.812522) - (xy 88.856149 79.812525) - (xy 88.856091 79.812582) - (xy 88.852653 79.816375) - (xy 88.850961 79.817712) - (xy 88.72972 79.938953) - (xy 88.729715 79.938959) - (xy 88.639698 80.084899) - (xy 88.585763 80.247666) - (xy 88.5755 80.348119) - (xy 88.5755 81.19588) - (xy 88.575499 81.19588) - (xy 88.585763 81.296333) - (xy 88.585764 81.296336) - (xy 88.639698 81.459101) - (xy 88.729523 81.604728) - (xy 88.729715 81.60504) - (xy 88.72972 81.605046) - (xy 88.850953 81.726279) - (xy 88.850959 81.726284) - (xy 88.85096 81.726285) - (xy 88.996899 81.816302) - (xy 89.159664 81.870236) - (xy 89.179756 81.872288) - (xy 89.26012 81.8805) - (xy 89.260128 81.8805) - (xy 89.80788 81.8805) - (xy 89.880936 81.873035) - (xy 89.908336 81.870236) - (xy 90.071101 81.816302) - (xy 90.21704 81.726285) - (xy 90.338285 81.60504) - (xy 90.428302 81.459101) - (xy 90.482236 81.296336) - (xy 90.485035 81.268936) - (xy 90.4925 81.19588) - (xy 90.4925 80.348119) - (xy 90.482247 80.24777) - (xy 90.482236 80.247664) - (xy 90.428302 80.084899) - (xy 90.338285 79.93896) - (xy 90.338284 79.938959) - (xy 90.338279 79.938953) - (xy 90.217038 79.817712) - (xy 90.215347 79.816375) - (xy 90.214488 79.815162) - (xy 90.211851 79.812525) - (xy 90.212301 79.812074) - (xy 90.17432 79.758433) - (xy 90.1675 79.717542) - (xy 90.1675 73.665594) - (xy 90.187502 73.597473) - (xy 90.204399 73.576504) - (xy 90.455665 73.325238) - (xy 90.468096 73.315281) - (xy 90.467909 73.315054) - (xy 90.474014 73.310003) - (xy 90.474015 73.310001) - (xy 90.474018 73.31) - (xy 90.521984 73.25892) - (xy 90.543135 73.23777) - (xy 90.547445 73.232212) - (xy 90.551274 73.227729) - (xy 90.583586 73.193321) - (xy 90.593346 73.175565) - (xy 90.604195 73.15905) - (xy 90.616614 73.143041) - (xy 90.635363 73.09971) - (xy 90.637953 73.094423) - (xy 90.660695 73.05306) - (xy 90.665733 73.033434) - (xy 90.672137 73.014732) - (xy 90.676471 73.004717) - (xy 90.680181 72.996145) - (xy 90.687561 72.949547) - (xy 90.688762 72.94374) - (xy 90.7005 72.89803) - (xy 90.7005 72.877775) - (xy 90.702051 72.858063) - (xy 90.70522 72.838057) - (xy 90.702629 72.810651) - (xy 90.70078 72.79108) - (xy 90.7005 72.785148) - (xy 90.7005 69.338855) - (xy 90.702249 69.323014) - (xy 90.701956 69.322987) - (xy 90.702701 69.315094) - (xy 90.702702 69.315091) - (xy 90.7005 69.245041) - (xy 90.7005 69.215144) - (xy 90.699619 69.208178) - (xy 90.699155 69.202282) - (xy 90.697673 69.15511) - (xy 90.692022 69.135663) - (xy 90.688012 69.1163) - (xy 90.685474 69.096203) - (xy 90.668099 69.05232) - (xy 90.666179 69.046711) - (xy 90.661753 69.031475) - (xy 90.653018 69.001407) - (xy 90.642706 68.98397) - (xy 90.63401 68.966221) - (xy 90.626552 68.947383) - (xy 90.598812 68.909203) - (xy 90.595564 68.904258) - (xy 90.571542 68.863638) - (xy 90.557214 68.84931) - (xy 90.544384 68.834289) - (xy 90.532472 68.817893) - (xy 90.532469 68.817891) - (xy 90.52781 68.811477) - (xy 90.529579 68.810191) - (xy 90.502598 68.756859) - (xy 90.500499 68.733958) - (xy 90.500499 68.079455) - (xy 90.489887 67.975574) - (xy 90.480698 67.947844) - (xy 90.434115 67.807262) - (xy 90.34103 67.656348) - (xy 90.341029 67.656347) - (xy 90.341024 67.656341) - (xy 90.215658 67.530975) - (xy 90.215652 67.53097) - (xy 90.064738 67.437885) - (xy 89.980582 67.409999) - (xy 89.896427 67.382113) - (xy 89.89642 67.382112) - (xy 89.792553 67.3715) - (xy 88.991455 67.3715) - (xy 88.887574 67.382112) - (xy 88.719261 67.437885) - (xy 88.568347 67.53097) - (xy 88.568341 67.530975) - (xy 88.481095 67.618222) - (xy 88.418783 67.652248) - (xy 88.347968 67.647183) - (xy 88.302905 67.618222) - (xy 88.215658 67.530975) - (xy 88.215652 67.53097) - (xy 88.064738 67.437885) - (xy 87.980582 67.409999) - (xy 87.896427 67.382113) - (xy 87.89642 67.382112) - (xy 87.792553 67.3715) - (xy 86.991455 67.3715) - (xy 86.887574 67.382112) - (xy 86.719261 67.437885) - (xy 86.568347 67.53097) - (xy 86.568341 67.530975) - (xy 86.442975 67.656341) - (xy 86.44297 67.656347) - (xy 86.349883 67.807265) - (xy 86.332365 67.860133) - (xy 86.291951 67.918504) - (xy 86.226395 67.94576) - (xy 86.212761 67.9465) - (xy 83.743853 67.9465) - (xy 83.728011 67.94475) - (xy 83.727984 67.945044) - (xy 83.720092 67.944298) - (xy 83.720091 67.944298) - (xy 83.650042 67.9465) - (xy 83.620144 67.9465) - (xy 83.62014 67.9465) - (xy 83.62013 67.946501) - (xy 83.613179 67.947379) - (xy 83.607267 67.947844) - (xy 83.560112 67.949326) - (xy 83.56011 67.949327) - (xy 83.540655 67.954978) - (xy 83.521302 67.958986) - (xy 83.50121 67.961524) - (xy 83.501202 67.961526) - (xy 83.457336 67.978893) - (xy 83.451721 67.980816) - (xy 83.406407 67.993982) - (xy 83.406402 67.993984) - (xy 83.388963 68.004297) - (xy 83.371218 68.01299) - (xy 83.35238 68.020449) - (xy 83.330278 68.036507) - (xy 83.314212 68.04818) - (xy 83.309261 68.051433) - (xy 83.26864 68.075455) - (xy 83.254307 68.089787) - (xy 83.239281 68.10262) - (xy 83.222895 68.114526) - (xy 83.222894 68.114526) - (xy 83.192818 68.15088) - (xy 83.188823 68.155271) - (xy 81.910335 69.433758) - (xy 81.848023 69.467784) - (xy 81.777208 69.462719) - (xy 81.773029 69.461075) - (xy 81.767742 69.458885) - (xy 81.526911 69.401066) - (xy 81.526912 69.401066) - (xy 81.28 69.381634) - (xy 81.033088 69.401066) - (xy 80.792257 69.458885) - (xy 80.563438 69.553665) - (xy 80.352258 69.683076) - (xy 80.352256 69.683077) - (xy 80.163926 69.843926) - (xy 80.003077 70.032256) - (xy 80.003076 70.032258) - (xy 79.873665 70.243438) - (xy 79.778885 70.472257) - (xy 79.749526 70.594547) - (xy 79.721066 70.713089) - (xy 79.701634 70.96) - (xy 79.721066 71.206911) - (xy 79.778885 71.447742) - (xy 79.873666 71.676563) - (xy 79.981481 71.852502) - (xy 80.003076 71.887741) - (xy 80.003077 71.887743) - (xy 80.163926 72.076073) - (xy 80.352256 72.236922) - (xy 80.35226 72.236925) - (xy 80.563437 72.366334) - (xy 80.792258 72.461115) - (xy 81.033089 72.518934) - (xy 81.28 72.538366) - (xy 81.526911 72.518934) - (xy 81.767742 72.461115) - (xy 81.996563 72.366334) - (xy 82.20774 72.236925) - (xy 82.396073 72.076073) - (xy 82.556925 71.88774) - (xy 82.686334 71.676563) - (xy 82.781115 71.447742) - (xy 82.838934 71.206911) - (xy 82.858366 70.96) - (xy 82.838934 70.713089) - (xy 82.781115 70.472258) - (xy 82.778926 70.466975) - (xy 82.771337 70.396386) - (xy 82.803116 70.332899) - (xy 82.806183 70.329719) - (xy 83.885501 69.250402) - (xy 83.947811 69.216379) - (xy 83.974594 69.2135) - (xy 86.212761 69.2135) - (xy 86.280882 69.233502) - (xy 86.327375 69.287158) - (xy 86.332365 69.299867) - (xy 86.349883 69.352734) - (xy 86.349884 69.352736) - (xy 86.349885 69.352738) - (xy 86.418373 69.463774) - (xy 86.44297 69.503652) - (xy 86.442975 69.503658) - (xy 86.568341 69.629024) - (xy 86.568347 69.629029) - (xy 86.568348 69.62903) - (xy 86.719262 69.722115) - (xy 86.887574 69.777887) - (xy 86.991455 69.7885) - (xy 87.792544 69.788499) - (xy 87.896426 69.777887) - (xy 88.064738 69.722115) - (xy 88.199564 69.638953) - (xy 88.26804 69.620217) - (xy 88.335779 69.641476) - (xy 88.381271 69.695983) - (xy 88.390072 69.766432) - (xy 88.359389 69.830456) - (xy 88.354803 69.83529) - (xy 87.765481 70.424612) - (xy 87.703169 70.458638) - (xy 87.666507 70.461129) - (xy 87.65851 70.4605) - (xy 87.658502 70.4605) - (xy 87.225498 70.4605) - (xy 87.225494 70.4605) - (xy 87.18817 70.463437) - (xy 87.028394 70.509856) - (xy 86.885196 70.594544) - (xy 86.885189 70.594549) - (xy 86.767549 70.712189) - (xy 86.767544 70.712196) - (xy 86.682856 70.855394) - (xy 86.636437 71.01517) - (xy 86.6335 71.052494) - (xy 86.6335 72.360506) - (xy 86.636437 72.397829) - (xy 86.682856 72.557605) - (xy 86.767544 72.700803) - (xy 86.767549 72.70081) - (xy 86.775197 72.708458) - (xy 86.809223 72.77077) - (xy 86.804158 72.841585) - (xy 86.775197 72.886648) - (xy 84.132251 75.529595) - (xy 84.069939 75.563621) - (xy 84.043156 75.5665) - (xy 83.368762 75.5665) - (xy 83.300641 75.546498) - (xy 83.263279 75.509415) - (xy 83.147314 75.331916) - (xy 82.989225 75.160186) - (xy 82.989221 75.160182) - (xy 82.852842 75.054034) - (xy 82.805017 75.01681) - (xy 82.599727 74.905713) - (xy 82.599724 74.905712) - (xy 82.599723 74.905711) - (xy 82.378955 74.829921) - (xy 82.378948 74.829919) - (xy 82.280411 74.813476) - (xy 82.148712 74.7915) - (xy 81.915288 74.7915) - (xy 81.800066 74.810727) - (xy 81.685051 74.829919) - (xy 81.685044 74.829921) - (xy 81.464276 74.905711) - (xy 81.464273 74.905713) - (xy 81.258985 75.016809) - (xy 81.258983 75.01681) - (xy 81.074778 75.160182) - (xy 81.070946 75.163711) - (xy 81.069688 75.162345) - (xy 81.015763 75.194742) - (xy 80.944799 75.192598) - (xy 80.88626 75.152428) - (xy 80.865877 75.116861) - (xy 80.842444 75.054034) - (xy 80.754904 74.937095) - (xy 80.637965 74.849555) - (xy 80.501093 74.798505) - (xy 80.440597 74.792) - (xy 79.746 74.792) - (xy 79.746 75.828537) - (xy 79.689453 75.789984) - (xy 79.559827 75.75) - (xy 79.458276 75.75) - (xy 79.357862 75.765135) - (xy 79.238 75.822857) - (xy 79.238 74.792) - (xy 78.543402 74.792) - (xy 78.482906 74.798505) - (xy 78.346035 74.849555) - (xy 78.346034 74.849555) - (xy 78.229095 74.937095) - (xy 78.141555 75.054034) - (xy 78.141555 75.054035) - (xy 78.090505 75.190906) - (xy 78.084 75.251402) - (xy 78.084 75.946) - (xy 79.119032 75.946) - (xy 79.068375 76.03374) - (xy 79.03819 76.165992) - (xy 79.048327 76.301265) - (xy 79.097887 76.427541) - (xy 79.118987 76.454) - (xy 78.084 76.454) - (xy 78.084 77.148597) - (xy 63.261196 77.148597) - (xy 63.335314 77.068083) - (xy 63.440451 76.907158) - (xy 63.462984 76.872669) - (xy 63.556749 76.658907) - (xy 63.614051 76.432626) - (xy 63.633327 76.2) - (xy 63.614051 75.967374) - (xy 63.577973 75.824906) - (xy 63.58064 75.75396) - (xy 63.61102 75.704882) - (xy 65.240406 74.075496) - (xy 65.302717 74.041472) - (xy 65.373533 74.046537) - (xy 65.430368 74.089084) - (xy 65.455179 74.155604) - (xy 65.4555 74.164593) - (xy 65.4555 74.668544) - (xy 65.466112 74.772425) - (xy 65.521885 74.940738) - (xy 65.61497 75.091652) - (xy 65.614975 75.091658) - (xy 65.692796 75.169479) - (xy 65.726822 75.231791) - (xy 65.721757 75.302606) - (xy 65.715532 75.315818) - (xy 65.71347 75.320449) - (xy 65.654457 75.502071) - (xy 65.634496 75.692) - (xy 65.654457 75.881927) - (xy 65.665613 75.91626) - (xy 65.713473 76.063556) - (xy 65.713476 76.063561) - (xy 65.808958 76.228941) - (xy 65.808965 76.228951) - (xy 65.936744 76.370864) - (xy 65.936747 76.370866) - (xy 66.091248 76.483118) - (xy 66.265712 76.560794) - (xy 66.452513 76.6005) - (xy 66.643487 76.6005) - (xy 66.830288 76.560794) - (xy 67.004752 76.483118) - (xy 67.159253 76.370866) - (xy 67.221922 76.301265) - (xy 67.287034 76.228951) - (xy 67.287035 76.228949) - (xy 67.28704 76.228944) - (xy 67.382527 76.063556) - (xy 67.441542 75.881928) - (xy 67.461504 75.692) - (xy 67.441542 75.502072) - (xy 67.382527 75.320444) - (xy 67.382524 75.320438) - (xy 67.382282 75.319694) - (xy 67.380254 75.248727) - (xy 67.413018 75.191663) - (xy 67.474905 75.129777) - (xy 67.537218 75.095752) - (xy 67.608033 75.100818) - (xy 67.653095 75.129778) - (xy 67.740341 75.217024) - (xy 67.740347 75.217029) - (xy 67.740348 75.21703) - (xy 67.891262 75.310115) - (xy 68.059574 75.365887) - (xy 68.163455 75.3765) - (xy 68.964544 75.376499) - (xy 69.068426 75.365887) - (xy 69.236738 75.310115) - (xy 69.387652 75.21703) - (xy 69.51303 75.091652) - (xy 69.606115 74.940738) - (xy 69.661887 74.772426) - (xy 69.6725 74.668545) - (xy 69.672499 74.007594) - (xy 69.692501 73.939474) - (xy 69.709404 73.918499) - (xy 69.8215 73.806404) - (xy 69.883812 73.772379) - (xy 69.910595 73.7695) - (xy 71.237191 73.7695) - (xy 71.305312 73.789502) - (xy 71.351805 73.843158) - (xy 71.358185 73.86034) - (xy 71.361037 73.870155) - (xy 71.376856 73.924605) - (xy 71.461544 74.067803) - (xy 71.461549 74.06781) - (xy 71.579189 74.18545) - (xy 71.579196 74.185455) - (xy 71.722394 74.270143) - (xy 71.722397 74.270143) - (xy 71.722399 74.270145) - (xy 71.882169 74.316562) - (xy 71.889634 74.317149) - (xy 71.919494 74.3195) - (xy 71.919498 74.3195) - (xy 72.352506 74.3195) - (xy 72.377388 74.317541) - (xy 72.389831 74.316562) - (xy 72.549601 74.270145) - (xy 72.549603 74.270143) - (xy 72.549605 74.270143) - (xy 72.621204 74.227799) - (xy 72.692807 74.185453) - (xy 72.810453 74.067807) - (xy 72.895145 73.924601) - (xy 72.941562 73.764831) - (xy 72.9445 73.727502) - (xy 72.9445 72.5705) - (xy 72.964502 72.502379) - (xy 73.018158 72.455886) - (xy 73.0705 72.4445) - (xy 73.302506 72.4445) - (xy 73.327388 72.442541) - (xy 73.339831 72.441562) - (xy 73.499601 72.395145) - (xy 73.499603 72.395143) - (xy 73.499605 72.395143) - (xy 73.627536 72.319484) - (xy 73.642807 72.310453) - (xy 73.760453 72.192807) - (xy 73.802799 72.121204) - (xy 73.845143 72.049605) - (xy 73.845143 72.049603) - (xy 73.845145 72.049601) - (xy 73.891562 71.889831) - (xy 73.8945 71.852502) - (xy 73.8945 70.544498) - (xy 73.891562 70.507169) - (xy 73.845145 70.347399) - (xy 73.845143 70.347395) - (xy 73.845143 70.347394) - (xy 73.760455 70.204196) - (xy 73.76045 70.204189) - (xy 73.64281 70.086549) - (xy 73.642803 70.086544) - (xy 73.499604 70.001856) - (xy 73.484474 69.99746) - (xy 73.42464 69.959246) - (xy 73.394964 69.894749) - (xy 73.404869 69.824447) - (xy 73.430533 69.78737) - (xy 73.666658 69.551245) - (xy 73.679098 69.541281) - (xy 73.67891 69.541053) - (xy 73.685013 69.536002) - (xy 73.685018 69.536) - (xy 73.732984 69.48492) - (xy 73.754135 69.46377) - (xy 73.758445 69.458212) - (xy 73.762274 69.453729) - (xy 73.794586 69.419321) - (xy 73.804346 69.401565) - (xy 73.815195 69.38505) - (xy 73.827614 69.369041) - (xy 73.846363 69.32571) - (xy 73.848953 69.320423) - (xy 73.871695 69.27906) - (xy 73.876733 69.259434) - (xy 73.883137 69.240732) - (xy 73.89118 69.222147) - (xy 73.891179 69.222147) - (xy 73.891181 69.222145) - (xy 73.898561 69.175547) - (xy 73.899762 69.16974) - (xy 73.9115 69.12403) - (xy 73.9115 69.124023) - (xy 73.912493 69.116167) - (xy 73.914448 69.116414) - (xy 73.931502 69.058336) - (xy 73.955854 69.031478) - (xy 73.955851 69.031475) - (xy 73.955914 69.031411) - (xy 73.959355 69.027617) - (xy 73.961034 69.026288) - (xy 73.96104 69.026285) - (xy 74.082285 68.90504) - (xy 74.172302 68.759101) - (xy 74.226236 68.596336) - (xy 74.229035 68.568936) - (xy 74.2365 68.49588) - (xy 74.2365 67.648119) - (xy 74.226247 67.54777) - (xy 74.226236 67.547664) - (xy 74.172302 67.384899) - (xy 74.082285 67.23896) - (xy 74.082284 67.238959) - (xy 74.082279 67.238953) - (xy 73.961046 67.11772) - (xy 73.96104 67.117715) - (xy 73.815101 67.027698) - (xy 73.652336 66.973764) - (xy 73.652333 66.973763) - (xy 73.55188 66.9635) - (xy 73.551872 66.9635) - (xy 73.004128 66.9635) - (xy 73.00412 66.9635) - (xy 72.903666 66.973763) - (xy 72.740899 67.027698) - (xy 72.594959 67.117715) - (xy 72.594953 67.11772) - (xy 72.47372 67.238953) - (xy 72.473715 67.238959) - (xy 72.383698 67.384899) - (xy 72.329763 67.547666) - (xy 72.3195 67.648119) - (xy 72.3195 68.49588) - (xy 72.319499 68.49588) - (xy 72.329763 68.596333) - (xy 72.329764 68.596336) - (xy 72.383698 68.759101) - (xy 72.439473 68.849525) - (xy 72.45821 68.918004) - (xy 72.436951 68.985743) - (xy 72.421327 69.004767) - (xy 71.965019 69.461075) - (xy 71.509481 69.916613) - (xy 71.447169 69.950638) - (xy 71.410507 69.953129) - (xy 71.40251 69.9525) - (xy 71.402502 69.9525) - (xy 70.969498 69.9525) - (xy 70.969494 69.9525) - (xy 70.93217 69.955437) - (xy 70.772394 70.001856) - (xy 70.629196 70.086544) - (xy 70.629189 70.086549) - (xy 70.511549 70.204189) - (xy 70.511544 70.204196) - (xy 70.426856 70.347395) - (xy 70.426855 70.347399) - (xy 70.412835 70.395653) - (xy 70.374625 70.455488) - (xy 70.310129 70.485166) - (xy 70.29184 70.4865) - (xy 69.235239 70.4865) - (xy 69.167118 70.466498) - (xy 69.120625 70.412842) - (xy 69.115635 70.400133) - (xy 69.098116 70.347265) - (xy 69.098115 70.347264) - (xy 69.098115 70.347262) - (xy 69.00503 70.196348) - (xy 69.005029 70.196347) - (xy 69.005024 70.196341) - (xy 68.879658 70.070975) - (xy 68.879652 70.07097) - (xy 68.816887 70.032256) - (xy 68.728738 69.977885) - (xy 68.644582 69.949999) - (xy 68.560427 69.922113) - (xy 68.56042 69.922112) - (xy 68.456553 69.9115) - (xy 67.655455 69.9115) - (xy 67.551574 69.922112) - (xy 67.383261 69.977885) - (xy 67.232347 70.07097) - (xy 67.232341 70.070975) - (xy 67.145095 70.158222) - (xy 67.082783 70.192248) - (xy 67.011968 70.187183) - (xy 66.966905 70.158222) - (xy 66.879658 70.070975) - (xy 66.879652 70.07097) - (xy 66.816887 70.032256) - (xy 66.728738 69.977885) - (xy 66.644582 69.949999) - (xy 66.560427 69.922113) - (xy 66.56042 69.922112) - (xy 66.456553 69.9115) - (xy 65.655455 69.9115) - (xy 65.551574 69.922112) - (xy 65.383261 69.977885) - (xy 65.232347 70.07097) - (xy 65.232341 70.070975) - (xy 65.106975 70.196341) - (xy 65.106966 70.196353) - (xy 65.063608 70.266647) - (xy 65.010822 70.314125) - (xy 64.956368 70.3265) - (xy 62.48493 70.3265) - (xy 62.416809 70.306498) - (xy 62.370316 70.252842) - (xy 62.368521 70.248717) - (xy 62.366335 70.24344) - (xy 62.366334 70.243438) - (xy 62.366334 70.243437) - (xy 62.236925 70.03226) - (xy 62.236922 70.032256) - (xy 62.076073 69.843926) - (xy 61.887743 69.683077) - (xy 61.887741 69.683076) - (xy 61.88774 69.683075) - (xy 61.676563 69.553666) - (xy 61.555833 69.503658) - (xy 61.447742 69.458885) - (xy 61.426212 69.453716) - (xy 61.206911 69.401066) - (xy 61.206912 69.401066) - (xy 60.96 69.381634) - (xy 60.713088 69.401066) - (xy 60.472257 69.458885) - (xy 60.243438 69.553665) - (xy 60.032258 69.683076) - (xy 60.032256 69.683077) - (xy 59.843926 69.843926) - (xy 59.683077 70.032256) - (xy 59.683076 70.032258) - (xy 59.553665 70.243438) - (xy 59.458885 70.472257) - (xy 59.429526 70.594547) - (xy 59.401066 70.713089) - (xy 59.381634 70.96) - (xy 59.401066 71.206911) - (xy 59.458885 71.447742) - (xy 59.553666 71.676563) - (xy 59.661481 71.852502) - (xy 59.683076 71.887741) - (xy 59.683077 71.887743) - (xy 59.843926 72.076073) - (xy 60.032256 72.236922) - (xy 60.03226 72.236925) - (xy 60.243437 72.366334) - (xy 60.472258 72.461115) - (xy 60.713089 72.518934) - (xy 60.96 72.538366) - (xy 61.206911 72.518934) - (xy 61.447742 72.461115) - (xy 61.676563 72.366334) - (xy 61.88774 72.236925) - (xy 62.076073 72.076073) - (xy 62.236925 71.88774) - (xy 62.366334 71.676563) - (xy 62.368521 71.671282) - (xy 62.413069 71.616001) - (xy 62.480432 71.59358) - (xy 62.48493 71.5935) - (xy 64.830954 71.5935) - (xy 64.899075 71.613502) - (xy 64.945568 71.667158) - (xy 64.956302 71.706697) - (xy 64.958112 71.724424) - (xy 65.013885 71.892738) - (xy 65.10697 72.043652) - (xy 65.106975 72.043658) - (xy 65.204611 72.141294) - (xy 65.238637 72.203606) - (xy 65.233572 72.274421) - (xy 65.204611 72.319484) - (xy 62.717277 74.806817) - (xy 62.654965 74.840843) - (xy 62.587273 74.836896) - (xy 62.566957 74.829922) - (xy 62.566948 74.829919) - (xy 62.468411 74.813476) - (xy 62.336712 74.7915) - (xy 62.103288 74.7915) - (xy 61.988066 74.810727) - (xy 61.873051 74.829919) - (xy 61.873044 74.829921) - (xy 61.652276 74.905711) - (xy 61.652273 74.905713) - (xy 61.446985 75.016809) - (xy 61.446983 75.01681) - (xy 61.262778 75.160182) - (xy 61.258946 75.163711) - (xy 61.257688 75.162345) - (xy 61.203763 75.194742) - (xy 61.132799 75.192598) - (xy 61.07426 75.152428) - (xy 61.053877 75.116861) - (xy 61.030444 75.054034) - (xy 60.942904 74.937095) - (xy 60.825965 74.849555) - (xy 60.689093 74.798505) - (xy 60.628597 74.792) - (xy 59.934 74.792) - (xy 59.934 75.828537) - (xy 59.877453 75.789984) - (xy 59.747827 75.75) - (xy 59.646276 75.75) - (xy 59.545862 75.765135) - (xy 59.426 75.822857) - (xy 59.426 74.792) - (xy 58.731402 74.792) - (xy 58.670906 74.798505) - (xy 58.534035 74.849555) - (xy 58.534034 74.849555) - (xy 58.417095 74.937095) - (xy 58.329555 75.054034) - (xy 58.329555 75.054035) - (xy 58.278505 75.190906) - (xy 58.272 75.251402) - (xy 58.272 75.946) - (xy 59.307032 75.946) - (xy 59.256375 76.03374) - (xy 59.22619 76.165992) - (xy 59.236327 76.301265) - (xy 59.285887 76.427541) - (xy 59.306987 76.454) - (xy 58.272 76.454) - (xy 58.272 77.148597) - (xy 50.8755 77.148597) - (xy 50.8755 68.326) - (xy 69.02 68.326) - (xy 69.02 68.495852) - (xy 69.030255 68.596229) - (xy 69.030257 68.596241) - (xy 69.084152 68.758884) - (xy 69.174109 68.904728) - (xy 69.174114 68.904734) - (xy 69.295265 69.025885) - (xy 69.295271 69.02589) - (xy 69.441115 69.115847) - (xy 69.603758 69.169742) - (xy 69.60377 69.169744) - (xy 69.704147 69.179999) - (xy 69.704147 69.18) - (xy 69.724 69.18) - (xy 69.724 68.326) - (xy 70.232 68.326) - (xy 70.232 69.18) - (xy 70.251853 69.18) - (xy 70.251852 69.179999) - (xy 70.352229 69.169744) - (xy 70.352241 69.169742) - (xy 70.514884 69.115847) - (xy 70.660728 69.02589) - (xy 70.660734 69.025885) - (xy 70.781885 68.904734) - (xy 70.78189 68.904728) - (xy 70.871847 68.758884) - (xy 70.925742 68.596241) - (xy 70.925744 68.596229) - (xy 70.935999 68.495852) - (xy 70.936 68.495852) - (xy 70.936 68.326) - (xy 70.232 68.326) - (xy 69.724 68.326) - (xy 69.02 68.326) - (xy 50.8755 68.326) - (xy 50.8755 67.818) - (xy 69.02 67.818) - (xy 69.724 67.818) - (xy 69.724 66.964) - (xy 70.232 66.964) - (xy 70.232 67.818) - (xy 70.936 67.818) - (xy 70.936 67.648147) - (xy 70.925744 67.54777) - (xy 70.925742 67.547758) - (xy 70.871847 67.385115) - (xy 70.78189 67.239271) - (xy 70.781885 67.239265) - (xy 70.660734 67.118114) - (xy 70.660728 67.118109) - (xy 70.514884 67.028152) - (xy 70.352241 66.974257) - (xy 70.352229 66.974255) - (xy 70.251852 66.964) - (xy 70.232 66.964) - (xy 69.724 66.964) - (xy 69.704147 66.964) - (xy 69.60377 66.974255) - (xy 69.603758 66.974257) - (xy 69.441115 67.028152) - (xy 69.295271 67.118109) - (xy 69.295265 67.118114) - (xy 69.174114 67.239265) - (xy 69.174109 67.239271) - (xy 69.084152 67.385115) - (xy 69.030257 67.547758) - (xy 69.030255 67.54777) - (xy 69.02 67.648147) - (xy 69.02 67.818) - (xy 50.8755 67.818) - (xy 50.8755 62.66) - (xy 59.381634 62.66) - (xy 59.401066 62.906911) - (xy 59.458885 63.147742) - (xy 59.553665 63.376561) - (xy 59.683076 63.587741) - (xy 59.683077 63.587743) - (xy 59.843926 63.776073) - (xy 60.032256 63.936922) - (xy 60.03226 63.936925) - (xy 60.243437 64.066334) - (xy 60.472258 64.161115) - (xy 60.713089 64.218934) - (xy 60.96 64.238366) - (xy 61.206911 64.218934) - (xy 61.447742 64.161115) - (xy 61.676563 64.066334) - (xy 61.88774 63.936925) - (xy 62.076073 63.776073) - (xy 62.236925 63.58774) - (xy 62.366334 63.376563) - (xy 62.461115 63.147742) - (xy 62.518934 62.906911) - (xy 62.538366 62.66) - (xy 79.701634 62.66) - (xy 79.721066 62.906911) - (xy 79.778885 63.147742) - (xy 79.873665 63.376561) - (xy 80.003076 63.587741) - (xy 80.003077 63.587743) - (xy 80.163926 63.776073) - (xy 80.352256 63.936922) - (xy 80.35226 63.936925) - (xy 80.563437 64.066334) - (xy 80.792258 64.161115) - (xy 81.033089 64.218934) - (xy 81.28 64.238366) - (xy 81.526911 64.218934) - (xy 81.767742 64.161115) - (xy 81.996563 64.066334) - (xy 82.20774 63.936925) - (xy 82.396073 63.776073) - (xy 82.556925 63.58774) - (xy 82.686334 63.376563) - (xy 82.781115 63.147742) - (xy 82.838934 62.906911) - (xy 82.858366 62.66) - (xy 82.838934 62.413089) - (xy 82.781115 62.172258) - (xy 82.686334 61.943437) - (xy 82.556925 61.73226) - (xy 82.556922 61.732256) - (xy 82.396073 61.543926) - (xy 82.207743 61.383077) - (xy 82.207741 61.383076) - (xy 82.20774 61.383075) - (xy 81.996563 61.253666) - (xy 81.928343 61.225408) - (xy 81.873063 61.18086) - (xy 81.850642 61.113497) - (xy 81.8682 61.044706) - (xy 81.920162 60.996328) - (xy 81.976562 60.983) - (xy 82.293585 60.983) - (xy 82.293597 60.982999) - (xy 82.354093 60.976494) - (xy 82.490964 60.925444) - (xy 82.490965 60.925444) - (xy 82.607904 60.837904) - (xy 82.695444 60.720965) - (xy 82.695444 60.720964) - (xy 82.746494 60.584093) - (xy 82.752999 60.523597) - (xy 82.753 60.523585) - (xy 82.753 59.814) - (xy 81.834638 59.814) - (xy 81.864755 59.749998) - (xy 81.893635 59.598607) - (xy 81.883957 59.444789) - (xy 81.838862 59.306) - (xy 82.753 59.306) - (xy 82.753 58.596414) - (xy 82.752999 58.596402) - (xy 82.746494 58.535906) - (xy 82.695444 58.399035) - (xy 82.695444 58.399034) - (xy 82.607904 58.282095) - (xy 82.490965 58.194555) - (xy 82.354093 58.143505) - (xy 82.293597 58.137) - (xy 81.534 58.137) - (xy 81.534 59.003534) - (xy 81.506341 58.988329) - (xy 81.357061 58.95) - (xy 81.241625 58.95) - (xy 81.127094 58.964469) - (xy 81.026 59.004494) - (xy 81.026 58.137) - (xy 80.266402 58.137) - (xy 80.205906 58.143505) - (xy 80.069035 58.194555) - (xy 80.069034 58.194555) - (xy 79.952095 58.282095) - (xy 79.864555 58.399034) - (xy 79.864555 58.399035) - (xy 79.813505 58.535906) - (xy 79.807 58.596402) - (xy 79.807 59.306) - (xy 80.725362 59.306) - (xy 80.695245 59.370002) - (xy 80.666365 59.521393) - (xy 80.676043 59.675211) - (xy 80.721138 59.814) - (xy 79.807 59.814) - (xy 79.807 60.523597) - (xy 79.813505 60.584093) - (xy 79.864555 60.720964) - (xy 79.864555 60.720965) - (xy 79.952095 60.837904) - (xy 80.069034 60.925444) - (xy 80.205906 60.976494) - (xy 80.266402 60.982999) - (xy 80.266415 60.983) - (xy 80.583438 60.983) - (xy 80.651559 61.003002) - (xy 80.698052 61.056658) - (xy 80.708156 61.126932) - (xy 80.678662 61.191512) - (xy 80.631656 61.225408) - (xy 80.608243 61.235106) - (xy 80.563438 61.253665) - (xy 80.352258 61.383076) - (xy 80.352256 61.383077) - (xy 80.163926 61.543926) - (xy 80.003077 61.732256) - (xy 80.003076 61.732258) - (xy 79.873665 61.943438) - (xy 79.778885 62.172257) - (xy 79.721066 62.413088) - (xy 79.701634 62.66) - (xy 62.538366 62.66) - (xy 62.518934 62.413089) - (xy 62.461115 62.172258) - (xy 62.366334 61.943437) - (xy 62.236925 61.73226) - (xy 62.236922 61.732256) - (xy 62.076073 61.543926) - (xy 61.887743 61.383077) - (xy 61.887741 61.383076) - (xy 61.88774 61.383075) - (xy 61.676563 61.253666) - (xy 61.608343 61.225408) - (xy 61.553063 61.18086) - (xy 61.530642 61.113497) - (xy 61.5482 61.044706) - (xy 61.600162 60.996328) - (xy 61.656562 60.983) - (xy 61.973585 60.983) - (xy 61.973597 60.982999) - (xy 62.034093 60.976494) - (xy 62.170964 60.925444) - (xy 62.170965 60.925444) - (xy 62.287904 60.837904) - (xy 62.375444 60.720965) - (xy 62.375444 60.720964) - (xy 62.426494 60.584093) - (xy 62.432999 60.523597) - (xy 62.433 60.523585) - (xy 62.433 59.814) - (xy 61.514638 59.814) - (xy 61.544755 59.749998) - (xy 61.573635 59.598607) - (xy 61.563957 59.444789) - (xy 61.518862 59.306) - (xy 62.433 59.306) - (xy 62.433 58.596414) - (xy 62.432999 58.596402) - (xy 62.426494 58.535906) - (xy 62.375444 58.399035) - (xy 62.375444 58.399034) - (xy 62.287904 58.282095) - (xy 62.170965 58.194555) - (xy 62.034093 58.143505) - (xy 61.973597 58.137) - (xy 61.214 58.137) - (xy 61.214 59.003534) - (xy 61.186341 58.988329) - (xy 61.037061 58.95) - (xy 60.921625 58.95) - (xy 60.807094 58.964469) - (xy 60.706 59.004494) - (xy 60.706 58.137) - (xy 59.946402 58.137) - (xy 59.885906 58.143505) - (xy 59.749035 58.194555) - (xy 59.749034 58.194555) - (xy 59.632095 58.282095) - (xy 59.544555 58.399034) - (xy 59.544555 58.399035) - (xy 59.493505 58.535906) - (xy 59.487 58.596402) - (xy 59.487 59.306) - (xy 60.405362 59.306) - (xy 60.375245 59.370002) - (xy 60.346365 59.521393) - (xy 60.356043 59.675211) - (xy 60.401138 59.814) - (xy 59.487 59.814) - (xy 59.487 60.523597) - (xy 59.493505 60.584093) - (xy 59.544555 60.720964) - (xy 59.544555 60.720965) - (xy 59.632095 60.837904) - (xy 59.749034 60.925444) - (xy 59.885906 60.976494) - (xy 59.946402 60.982999) - (xy 59.946415 60.983) - (xy 60.263438 60.983) - (xy 60.331559 61.003002) - (xy 60.378052 61.056658) - (xy 60.388156 61.126932) - (xy 60.358662 61.191512) - (xy 60.311656 61.225408) - (xy 60.288243 61.235106) - (xy 60.243438 61.253665) - (xy 60.032258 61.383076) - (xy 60.032256 61.383077) - (xy 59.843926 61.543926) - (xy 59.683077 61.732256) - (xy 59.683076 61.732258) - (xy 59.553665 61.943438) - (xy 59.458885 62.172257) - (xy 59.401066 62.413088) - (xy 59.381634 62.66) - (xy 50.8755 62.66) - (xy 50.8755 53.34) - (xy 51.984341 53.34) - (xy 52.004937 53.575411) - (xy 52.066096 53.803661) - (xy 52.066098 53.803665) - (xy 52.165966 54.017832) - (xy 52.301498 54.211392) - (xy 52.301502 54.211397) - (xy 52.301505 54.211401) - (xy 52.468599 54.378495) - (xy 52.468603 54.378498) - (xy 52.468607 54.378501) - (xy 52.662167 54.514033) - (xy 52.662166 54.514033) - (xy 52.738304 54.549537) - (xy 52.876337 54.613903) - (xy 53.104592 54.675063) - (xy 53.281034 54.6905) - (xy 53.281035 54.6905) - (xy 53.398965 54.6905) - (xy 53.398966 54.6905) - (xy 53.575408 54.675063) - (xy 53.803663 54.613903) - (xy 54.017829 54.514035) - (xy 54.211401 54.378495) - (xy 54.378495 54.211401) - (xy 54.514035 54.01783) - (xy 54.613903 53.803663) - (xy 54.675063 53.575408) - (xy 54.695659 53.34) - (xy 87.204341 53.34) - (xy 87.224937 53.575411) - (xy 87.286096 53.803661) - (xy 87.286098 53.803665) - (xy 87.385966 54.017832) - (xy 87.521498 54.211392) - (xy 87.521502 54.211397) - (xy 87.521505 54.211401) - (xy 87.688599 54.378495) - (xy 87.688603 54.378498) - (xy 87.688607 54.378501) - (xy 87.882167 54.514033) - (xy 87.882166 54.514033) - (xy 87.958304 54.549537) - (xy 88.096337 54.613903) - (xy 88.324592 54.675063) - (xy 88.501034 54.6905) - (xy 88.501035 54.6905) - (xy 88.618965 54.6905) - (xy 88.618966 54.6905) - (xy 88.795408 54.675063) - (xy 89.023663 54.613903) - (xy 89.237829 54.514035) - (xy 89.431401 54.378495) - (xy 89.598495 54.211401) - (xy 89.734035 54.01783) - (xy 89.833903 53.803663) - (xy 89.895063 53.575408) - (xy 89.915659 53.34) - (xy 89.895063 53.104592) - (xy 89.833903 52.876337) - (xy 89.734035 52.662171) - (xy 89.734034 52.662169) - (xy 89.734033 52.662167) - (xy 89.598501 52.468607) - (xy 89.598497 52.468602) - (xy 89.598495 52.468599) - (xy 89.431401 52.301505) - (xy 89.431397 52.301502) - (xy 89.431392 52.301498) - (xy 89.237832 52.165966) - (xy 89.237833 52.165966) - (xy 89.023665 52.066098) - (xy 89.023661 52.066096) - (xy 88.795411 52.004937) - (xy 88.663076 51.993359) - (xy 88.618966 51.9895) - (xy 88.501034 51.9895) - (xy 88.465745 51.992587) - (xy 88.324588 52.004937) - (xy 88.096338 52.066096) - (xy 88.096334 52.066098) - (xy 87.882167 52.165966) - (xy 87.688607 52.301498) - (xy 87.688596 52.301507) - (xy 87.521507 52.468596) - (xy 87.521502 52.468602) - (xy 87.385965 52.662169) - (xy 87.286098 52.876334) - (xy 87.286096 52.876338) - (xy 87.224937 53.104588) - (xy 87.204341 53.34) - (xy 54.695659 53.34) - (xy 54.675063 53.104592) - (xy 54.613903 52.876337) - (xy 54.514035 52.662171) - (xy 54.514034 52.662169) - (xy 54.514033 52.662167) - (xy 54.378501 52.468607) - (xy 54.378497 52.468602) - (xy 54.378495 52.468599) - (xy 54.211401 52.301505) - (xy 54.211397 52.301502) - (xy 54.211392 52.301498) - (xy 54.017832 52.165966) - (xy 54.017833 52.165966) - (xy 53.803665 52.066098) - (xy 53.803661 52.066096) - (xy 53.575411 52.004937) - (xy 53.443076 51.993359) - (xy 53.398966 51.9895) - (xy 53.281034 51.9895) - (xy 53.245745 51.992587) - (xy 53.104588 52.004937) - (xy 52.876338 52.066096) - (xy 52.876334 52.066098) - (xy 52.662167 52.165966) - (xy 52.468607 52.301498) - (xy 52.468596 52.301507) - (xy 52.301507 52.468596) - (xy 52.301502 52.468602) - (xy 52.165965 52.662169) - (xy 52.066098 52.876334) - (xy 52.066096 52.876338) - (xy 52.004937 53.104588) - (xy 51.984341 53.34) - (xy 50.8755 53.34) - (xy 50.8755 51.0015) - (xy 50.895502 50.933379) - (xy 50.949158 50.886886) - (xy 51.0015 50.8755) - (xy 90.8985 50.8755) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "produkt") + (date "2021-08-01") + (rev "R02") + (comment 1 "PCB for mount circuit") + (comment 2 "vca and ringmodulator") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(D1-K)") + (net 3 "Net-(D2-K)") + (net 4 "Net-(D3-A)") + (net 5 "Net-(D4-A)") + (net 6 "Net-(D5-K)") + (net 7 "Net-(D6-K)") + (net 8 "Net-(D7-A)") + (net 9 "Net-(D8-A)") + (net 10 "Net-(D9-K)") + (net 11 "Net-(D10-K)") + (net 12 "Net-(D11-A)") + (net 13 "Net-(D12-A)") + (net 14 "Net-(Q1-C)") + (net 15 "/IN1x") + (net 16 "Net-(Q2-C)") + (net 17 "/IN1y") + (net 18 "Net-(Q3-C)") + (net 19 "Net-(Q4-C)") + (net 20 "OUTb") + (net 21 "Yb") + (net 22 "Xb") + (net 23 "OUTa") + (net 24 "Ya") + (net 25 "Xa") + (net 26 "+5V") + (net 27 "/IN2x") + (net 28 "Net-(Q5-C)") + (net 29 "/IN2y") + (net 30 "Net-(Q6-C)") + (net 31 "unconnected-(J1-PadTN)") + (net 32 "unconnected-(J2-PadTN)") + (net 33 "Net-(J3-PadT)") + (net 34 "unconnected-(J3-PadTN)") + (net 35 "unconnected-(J6-PadTN)") + (net 36 "Net-(J7-PadT)") + (net 37 "unconnected-(J7-PadTN)") + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979afe") + (at 88.56 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "701a553b-f978-4f0e-8f89-d9355ad0cb5d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "f74c40b8-64da-4f2c-b8cd-29671c8a14c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c357d715-5b81-42d9-95a7-3370edc22fdc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1fceb29-6d33-441c-9615-d5dcd30ea8cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e342d0b-b062-4485-a532-78851af6fe25") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097a580") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "03591ad1-4122-4548-9239-dfffea8015a8") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "6642c2af-c20d-410b-be5f-332e1cf03227") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9f0a6a78-3b42-41cc-bd60-ebeeae983d56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "d667ba6c-1256-4fad-9590-8fef30976b7e") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b06") + (at 53.34 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H3" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "5a4d4f2c-2f9d-4a11-acd2-9c1e513f5aee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "cc6da5dd-e641-44a6-b58e-1109c1a20af0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8bce07be-a951-4d65-87d3-883793420e03") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ecd7ba6b-741b-4289-920e-d00f9e4a04eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8423da2f-390b-430d-a789-d92ed3a6f729") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006098deca") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "58c2cb3c-e404-438c-a81b-4660ba4080ed") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "327136ed-8d36-4851-bfa9-c3f8b01b783e") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5cfbdeb3-246b-4fa0-99d8-1642d71ea732") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "a6a6a815-8b19-4722-b628-b1254bd1d34b") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b0e") + (at 88.56 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "153a2563-c3eb-42b1-adb1-9d5db1fd8db4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "e0ce82b6-b1ad-4bd6-a929-385c91bddb38") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af2caedc-21d2-4617-ba77-6bcfa33cfeb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a9ea532a-502d-4498-a9ab-2c34b320fdf5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d066a8b-613a-447a-8735-6c35ce4aba7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006098ded0") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "3d9bc944-2cd1-438d-bdbd-98db7a14b898") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "66aebedb-7bc0-4568-9bf7-b9ba650e9f11") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b8562dd4-34cc-4512-98da-4866d0eda312") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "6c475fba-62cf-4a1e-b987-d79ea6fdcecb") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e80b") + (at 53.34 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H1" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "481c0c95-4dd4-47d3-a963-c81591f8719e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "2229eeaf-9e3f-4cb3-9401-50f71e29deed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4de920d0-132b-40cb-ab8a-cb0fcf4377cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a1a307d-6003-4e48-ae28-121b4d54cdf7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfc7537c-c806-4aed-8a9a-adf0c1ce57b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097a217") + (sheetfile "mount.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "7411ea45-02e9-4c89-8759-47a3ac7a261e") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "cd10432e-a5f1-49c1-b5fa-65378adb40fe") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d90beb76-d684-4f84-9a01-412896f5d65f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "a3640e83-2f60-40c2-9fe8-c302c07625f2") + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e4141c") + (at 59.68 76.2) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D3" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "772dc5fb-c042-4d18-9720-8999abf7d999") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "f9c17441-1e14-47a0-b1b0-2941c7c48264") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad86bcee-6def-471f-ac6b-0f940488c4a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d162b30a-abf3-483e-9751-c6e25c3b8907") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 59.68 76.2 0) + (layer "F.Fab") + (hide yes) + (uuid "be149ad6-6adb-4003-b227-8cbad8a20077") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005fef7875") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad9a2aa8-9d65-4208-a214-9edefa2b3be5") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "335763e7-7f83-4841-80fc-805d4f1f60e7") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5981fd44-48c0-4e2f-a63d-404a11d20aaf") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8040f2ad-f69a-483c-a774-18181a4da153") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7aa926b-241c-4946-ad91-f6c5715619ae") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83b55848-affe-4717-a384-c2e6494e97e3") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "626f2d04-6804-4437-a18e-c63dbdf2d576") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "256386c5-af61-4a46-b066-12e50cbc01f9") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "57644bea-5407-4956-94dd-37845d38ff08") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1410811-8fa0-4257-b9ed-eacab54e8833") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e458bd3-b44a-4c2a-a905-3cabb9c58d8c") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "011d8784-d3d6-4f52-acbd-6050ae3af30a") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d773b357-9e6f-4473-b21b-2cc44f8e76b3") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "b25406a6-7371-48f6-a51c-431769648b1b") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(D3-A)") + (pinfunction "A") + (pintype "passive") + (uuid "60ebda28-9039-4516-99d4-552604efa737") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e4142f") + (at 79.492 76.2) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D4" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "318c5750-e12c-450e-a5f1-2f091d45b842") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "d77b2ed8-99df-4b1b-98eb-23876c834116") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4e67ba9-15af-4619-8e4d-0b9dcaceac84") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f524717-4fb1-4a27-a5da-74d9fca84644") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 79.492 76.2 0) + (layer "F.Fab") + (hide yes) + (uuid "9651df95-0c4e-4bbf-a7cd-1926f7381794") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af9231") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f64cf15c-621d-4ef7-b74c-e66046af14f1") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "503a1d80-66ac-4002-acb4-5fedca41b63f") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acdfc5ed-1eec-4698-a758-ad4c8f23c224") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66a5c453-d215-4c9a-8800-32cc9457245f") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af575079-1894-45a1-a1b5-38ba9907fbe1") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acad2ace-6bcf-4b6e-80d0-1ccd9556d9a7") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be9445f5-c7b3-4638-bcd3-c6764c2a1c98") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a246b084-9e7d-4127-a32a-a9c6f94b69be") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "40084b68-14fb-40b4-969c-bebf74380419") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f48ecc4f-f9b0-44af-be03-fef6067555e2") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8399fd81-42ce-42c7-a4a5-297b8221744f") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b0ce7d1-73a1-4a32-a896-cc2eb2edc1f7") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "fdf3dce5-1136-447c-99d7-182c9e97d18e") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "4d14da86-f479-4d55-aedd-6ea8ed647d02") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(D4-A)") + (pinfunction "A") + (pintype "passive") + (uuid "14df0289-f66a-4ea3-b2e8-47067fc9251c") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41474") + (at 59.68 116.84) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D7" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "1d696f2c-651c-45ee-abfb-78dfbd866c42") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "224b6099-13a8-473d-a0a7-d2a78eabcb7c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b1ebc14-eef4-4430-94cc-9ec7a7a341bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "138f7f8d-267d-47f3-804d-1b163bed8d6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 59.68 116.84 0) + (layer "F.Fab") + (hide yes) + (uuid "d31350af-e3e7-4605-b28d-073c8307a695") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ae943d") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e02b879-e3d9-4116-9e3c-6d2bac70914c") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d6bcaa9-18a2-4e9d-9c70-e73dbae0580e") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f8795de-356b-4202-84f2-880982299e02") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "daaba6f1-b4c0-46be-b712-81b548956cd6") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "576fb929-b03b-4897-a218-700e60c274bc") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc07222b-773c-4dbe-bda0-eb89f8769475") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3ed4cd4-b299-4f29-92fa-92b931b6600a") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a1c647d-225f-4919-b3d7-0dc0458598a1") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7756e55-56eb-4001-9afd-48fbfeba2c51") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e40782a-9076-41c2-8358-5ad430d15dff") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "874d903a-34a5-4bb1-ad50-65a1d8316cdf") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf2aea37-c330-4504-b00e-014b81f60d07") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0aa75f60-1f30-4550-a184-9429829b176a") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "cc55cc5a-0aab-474b-bbf9-0c03d4173f55") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(D7-A)") + (pinfunction "A") + (pintype "passive") + (uuid "847ffddf-67f4-4659-b570-00fe4ef39b08") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41487") + (at 80.01 116.84) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D8" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "7f498959-9408-4b97-aab8-dd4c1e636820") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "aa2e7d30-3622-4f13-b2ee-c44c85402715") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95ed4f5e-2d8f-4f99-a60e-9d21e2748838") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1e7aad64-3beb-43b3-8829-15fac6c51019") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 80.01 116.84 0) + (layer "F.Fab") + (hide yes) + (uuid "f2e4e0fd-0e5d-449a-8a52-2af68820c488") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060b0103f") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2bdaa8ec-b26b-4d6b-a0ee-94277530821a") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a074fd9-eacd-4359-87c5-cc9b1693f2b1") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ce9dd1d-6a3d-42a1-8717-82b54fd9fe14") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a920476c-6bb2-4cab-b113-097db3988659") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cd365b4-528e-4089-a2eb-e23cc9a80fda") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca37dd80-441a-4661-9aac-d85e68198654") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e42c7119-3f22-49e3-915b-098e50b879d7") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9693e6f3-981d-4616-b0ef-5cdef320cc05") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d4aa50e-897a-4af8-a9cb-3d59aae756b4") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5cce9fa-a77c-4d96-87c5-60d7e601f565") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c47a0303-50fd-492c-9315-6334567adeff") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c546653-78cc-47cb-8c81-acc57971e893") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "17cb4214-ca2e-4624-9b8f-2abf2bed56f1") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "be9b4613-1d53-46ed-9ff5-c998b728fa19") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(D8-A)") + (pinfunction "A") + (pintype "passive") + (uuid "5b1e6bcb-e626-46a2-bfa7-3425f1b99b65") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e414cc") + (at 80.02 156.464) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D11" + (at -1.778 -0.254 90) + (layer "F.SilkS") + (uuid "19e59697-c7c2-421b-ada8-46bd92b7ebf0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "0aeb19c7-4a43-4c21-bae1-55aa5c5a8280") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "314f9766-a795-40dd-9743-aaa8761f54ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "94db14d9-b442-47ff-814e-c37e9dba65ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 80.02 156.464 0) + (layer "F.Fab") + (hide yes) + (uuid "5de82263-9230-4bcf-834d-7767adb04902") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af092f") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d8990e2-75ad-49c9-9e64-efdf5b9ebc58") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "954bf6ab-0691-4908-88e6-96c384ef0602") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f45d72a-7593-4a0f-ad2e-79dc85506763") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60d87a04-b1c1-485c-989b-4bfcc2455ff9") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f613380-cd93-4455-bd3b-e5b60960df5e") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c25beed-c719-439e-9c63-6f9edc13a820") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "773f07da-0cbd-4908-b662-f9c82f5fcc6f") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "41ab5940-d043-48ec-84ec-ea2c80a11938") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a45afc02-9e61-4686-84c6-75b95f66880d") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f36b237-517a-4094-bb23-489e53c564b0") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab563be6-ebf8-4232-8abf-2d1e3f005c92") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2cd8ac9a-9007-4f4c-8c12-234c8bc576de") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b3436241-b0fd-4af9-b469-32866a8cccaa") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "43ca9ef2-e0d0-48b1-8f3d-a6121f2f0d07") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(D11-A)") + (pinfunction "A") + (pintype "passive") + (uuid "56c1b0ad-c000-4079-a3e7-9624406b05c5") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e414df") + (at 59.7 156.464) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D12" + (at 4.572 -0.254 90) + (layer "F.SilkS") + (uuid "9fdbbfe8-b687-4172-8b16-d0e439084efb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "c7d35361-fa6f-41b2-bde8-0cda962985a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21616c00-6718-41d9-987b-891e678c1e42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fdbeaff-419f-405d-8479-334e5365ccf0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 59.7 156.464 0) + (layer "F.Fab") + (hide yes) + (uuid "c2088f64-74eb-433a-9ba3-8cf1a3fede1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ac9ef5") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57287f80-e91f-42e6-9dc4-14956d82b2ee") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1a88040-2e59-4d54-99f8-ed11253e96f0") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71f73bd8-b786-4e7d-86fe-e78fd3997533") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28d97635-526b-4f2d-87f3-1c054b8861e4") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "408525ab-41c0-46c6-8907-629d7cbeec6d") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d70fdfc1-bb1a-43e5-95d9-04ede3f11c03") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a3c4079-8c89-452e-84d9-c956c52e894b") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcc39527-0fd4-4e1b-af61-363bb3cead28") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94bc7284-95b0-4638-b21e-24c2ff574779") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "825f172e-0611-4c87-aea4-4c007c2ea5a7") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99309137-9f70-4025-b36a-03463de25cf7") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f4cee37-6c60-487e-9a70-425e1e478fc5") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "f999e47e-1441-4be6-9f85-33d953311704") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "6a51d370-c835-4a04-8604-e93957aaf2ee") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(D12-A)") + (pinfunction "A") + (pintype "passive") + (uuid "6701cc99-cdcd-4e46-8562-ca01e3bc8010") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41539") + (at 60.96 66.04) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J1" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "3790b50d-3122-4815-9a0f-d26a588811e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN_X" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "5d079fd3-7501-466c-8405-8758ba357027") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40d6794a-3922-4a1e-85d6-4f29cf209ad1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4409538-83f2-42ac-9531-cc37c70bd745") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f09769e-909c-49d7-af08-0ad1d81bcf71") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "20eab320-d431-4172-805d-a73ed85cdcb0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "afc66745-91e5-41c7-aa68-0f684367f8db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "157b0f3b-9ecc-46d4-8a5d-962661fcf7e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f658247") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87386508-bf65-4472-9a46-edebb5b59d2c") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "caca5612-1404-43a2-a768-be0a1b075044") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8f04284-09e3-46e6-b54f-93f6cd961279") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b56dd712-2bc3-4826-ab14-417b3681e89f") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6722ff1a-d56a-45d4-9030-c7c12aec38b0") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5ebf63a-8510-415a-a347-b5aa3b3a2f3c") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1fc2e7eb-58a8-4cf1-a3e5-29880c6cab06") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5d3bbaae-5f2c-487c-9a22-899b5830866a") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c4634cc4-c315-46d1-a835-dc781e419aab") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b47b566d-019d-4261-8072-147ed3baaad2") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7d0ff3a6-95bd-4396-a675-dd17b94b6fb5") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "bb6debab-d5ea-4a22-ab88-97aa12692212") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "b1a3209d-ac09-49f2-89e1-f946ead72573") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "611e0767-81dd-4b72-b3d6-2b86001cd130") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e464781-ecbb-4110-a4ce-356ee5e1c085") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "074646ee-5947-4746-8964-63afe0dcec2b") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "15a87d83-a871-42af-8af1-ee34deb564fe") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ad22faf-66c5-49e6-827e-51e1231fe34d") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e946603c-3f9e-449e-9aad-f32bf1aafb69") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "0e8d3d63-fe58-4df1-ae02-47bd150924db") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "229cc257-d707-4c07-b2c5-2e85e03ce2b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "d6ec5066-6c39-41d7-9801-da4ede3aacd8") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/IN1x") + (pintype "passive") + (uuid "3a18c886-e914-4ff2-b667-5e66c0f92237") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "unconnected-(J1-PadTN)") + (pintype "passive+no_connect") + (uuid "788f1f14-5a32-45aa-bf5e-f48c849bcb60") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e4155b") + (at 60.96 106.68) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J2" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "3e13d8cd-b41f-4256-9abd-3669587e0046") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN_Y" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "4fa0ddd9-9999-45e0-bc20-a9481ba9ee03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7fc97e6-cdc3-4e67-a4aa-95a7df3704db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "66e62540-837a-42b7-93ae-f64c901bc8c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "075758c6-b360-4516-80eb-7dc509bd7a0f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "de711ccf-8f94-45f8-8361-15461865a255") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0d780809-934a-44d7-b676-b5eadc981b61") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1304b56d-877b-48ba-88c7-f5c7c9ddc868") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f74a95e") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00a48d45-baad-4279-ab59-e928c9d4447d") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a2f33d5-0b33-4c92-82f1-a7ac0217766d") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "229b7878-7361-400b-b733-fa9d73c1dbdb") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f672f94c-38dc-4862-8fa9-8f0a2ff8a427") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56f19716-ca11-4d76-b911-a13982e2d25d") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb63c078-04af-43b1-a78b-acfcfbdfe6b0") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "5437338b-701d-4dbb-9bc9-43e6ec6a5da1") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "65f0b327-5bea-4ee7-9d43-673261824a7a") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7dc6b136-c8de-45d9-a827-4767db799f1d") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b3b1fffe-dcfc-43b3-9ab7-807b999471c7") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "bcf7fe71-9f17-4c33-8c24-5afa915950b8") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c48e6ae4-c9d1-4018-aa0b-dadbbb9f0bb4") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "0cb7b0ed-bce8-4781-b114-6eb0dbeb5934") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc2f4815-bc77-43a0-84b4-0f20423c1f1f") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdc4d148-e497-4252-99bf-bd1309f32908") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f132a86e-da34-4a15-8b62-36d9663e5bb4") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdf2ffbe-ac09-48be-bf6d-24fd1a92e7d0") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91d17fd1-5cfe-4470-8605-55ea7a4a8d9e") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "55336d5b-d6f0-4555-92ec-81042ab276cd") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "9063de45-32ce-45aa-92b5-1c2e758048b8") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "312e2f2b-e4ee-46a0-9a36-a761d15fe847") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "4d11ac42-1b68-4c1a-9edd-aa2dfc520e63") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/IN1y") + (pintype "passive") + (uuid "fd3bf497-ff94-4ffc-8b4b-418a5c5e1eef") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "unconnected-(J2-PadTN)") + (pintype "passive+no_connect") + (uuid "5826679d-602d-47b0-8ec0-835d90654292") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e4157d") + (at 60.96 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J3" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "335b0444-1901-4461-993a-894639817644") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "3d3b4918-28dd-4825-8a13-eb9cbddd32da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe9d1ecc-5e2f-414a-a37d-b4bf1ec538d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "777f62d0-2e20-4924-b3fe-b754edd678d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ecff0f3e-2944-47e7-b3a8-1f963945cddf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8ce9a13f-62fc-416e-aec9-4e40fc7dc064") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "31bc0663-49aa-4e43-9605-3fea9438058f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a2ead323-df1d-4f11-948b-4b4046e7e37b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f7fafca") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71b694c2-ffb4-4916-9fba-18274db8e39c") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2b5c8b7-781e-490a-b0ce-7b007949b1de") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f13f84d5-0cdb-46db-bf4d-8cef45f2d82b") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0bbc2944-2ea8-4992-a0ab-9d15ffc58407") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a221a444-61ad-409f-bc9e-11976383ba36") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8e54a22-4552-455e-bc0b-2e798d1b8034") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "62549e4f-9e2d-4372-85a6-ac477a2bcbcd") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "edd2d423-da7b-4c12-829e-a60bfd638d37") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "15e79a86-6979-43c0-8d41-39e5f6b92a29") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "85839359-2894-4601-b66e-27684cc4e6cb") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8ee49cbd-6bba-4435-b7b6-86ed7fb4e630") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "bc24f574-adb7-4ea1-b396-03887f72e16e") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "6e64fdc5-049a-48de-a9fb-bcd023372f9a") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0dd3376-2ee2-4c22-8cc0-c368ffa5629b") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fbb1507c-5324-402f-9f7d-a46b1eee687d") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e863abb-9ba2-46bf-b93f-7be3eb33909e") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "707f7fb8-709f-4d90-8330-eea0165d5cde") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18533607-34bb-4d58-ad93-885c50496e6e") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6461b57c-d649-4b92-8830-a9ba885bf7ef") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "4ddf1b04-e7ec-4124-8035-831c11a92a73") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "d5faee07-2252-404b-9fba-819ff1d9ebce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "dee6dc6b-ce6a-4c54-a3d9-fa2049bb9a74") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(J3-PadT)") + (pintype "passive") + (uuid "26ab871d-c2f3-4f29-b074-88f349894639") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "unconnected-(J3-PadTN)") + (pintype "passive+no_connect") + (uuid "dfa69c19-d651-4b3d-a2b0-dbd0a674044f") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e415bb") + (at 81.28 66.04) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J5" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "c442429a-2328-4284-b8e2-401b6e80b940") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN_X" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "285dfd2a-966b-4ea9-aeb8-110d9f4ec67f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79491d59-77c5-4c21-853f-bfc4accf6bfd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac6558db-640a-4aa9-9d13-0e91bf0fa213") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1d38abe-8f02-4655-8774-849de897c77e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "35688986-8173-4593-a9ab-03ee6979d53a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "965c860d-5298-4563-ba88-37c4b08ef84d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1754f7c4-1d4d-4491-9a47-e96fdced6e90") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609d43eb") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88979472-5283-470c-a837-3342db96dcdc") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c19144ed-ef36-4760-82bc-1288bca17366") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe421fb8-7596-4371-860e-a492cf1b0d61") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8fd3b89-e1e8-4fcd-8b0c-6300042f5ab2") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a978006-7068-4852-81c9-bc169b224110") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "803169df-fe55-4841-8ad5-cbae86569aa5") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "12050d2a-4e57-4b23-9c0a-75b987bce4a1") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "078de870-4794-4f50-bc75-2c944828546a") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "af35d146-5272-4ecd-b2e3-ffc84df68d55") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a919dfea-314b-4b95-bbfe-955a8e4e1e1f") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "74b51c09-20cd-4f21-9b5b-f29ab4e49b9b") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0e90cfec-86ba-4488-b807-df81a27a504e") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "87b312bf-b64e-4da2-9802-1f10ea6091b5") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "527f961e-657a-4b3f-8210-5a515b3b71f2") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b299cca4-0f12-4baa-a0e5-98458d7db47e") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1b80db7-cd25-41f4-8b56-ae9669c83694") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a04b3c77-6f90-443c-bbcf-79d55de79343") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45922bf1-11ac-48ac-9f85-bdd4627b0503") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "c964b58b-8592-4713-a7b8-f83dd48d58e0") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "54c8064e-33fc-4d4b-9ca7-3fc27891d30e") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "460b2a47-9339-4372-88f7-743bcf7eff59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e4f65067-fda3-45e5-92d4-82083145dcca") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "/IN2x") + (pintype "passive") + (uuid "0a49bb4f-72ea-4312-a6ef-fa66cec1a882") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(J3-PadT)") + (pintype "passive") + (uuid "70d2c559-7c80-4231-95d7-c9edd0f65754") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e415dd") + (at 81.28 106.84) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J6" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "d9b58691-2616-444d-bbe2-f8d259787348") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN_Y" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "9dfe9f60-a93d-44d3-a68e-b82c3b132b3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce1d70d6-667d-4247-ad9f-e827c80d3be9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d98c6c82-3fe2-47a9-bae0-62b6c3b4c755") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cdcf2aca-c381-4da2-9aab-788390193493") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "727154bb-872a-4b64-8140-4b9b7f1c12ba") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e879b854-5c08-42b8-b7a8-ed81bdf1330e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "49df64cd-aa24-4c26-9a0a-862dcbb689dc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609d4425") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1dea0dfc-98fe-4e62-a7c8-d25be1b7cd73") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b4ef164-379b-42de-8377-f70b179d0871") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54fd5af0-d6af-4146-ae9c-c07a4df0424f") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43b8cf88-16ed-46f1-b1f1-e4b4e204614b") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7113c935-7051-4144-924c-d09ea787a880") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcaec572-c745-4a1d-a6b1-0bb529a7d08e") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "196ecf00-5198-4833-bb74-c7ea7f2adf44") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6365f747-4fcf-4de2-9195-8d3ffcf5b904") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1fb0ea80-f8ed-4c3e-96bb-d44ade955006") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a35ffb46-7c05-46fa-81d1-2af39361f709") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a9f29403-479e-4f97-a100-b90e494e60bc") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "261cec11-6886-4d89-824c-bcb95c3abbe2") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "b901e7d6-2471-468c-9666-b1d8e2f76a1d") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51589edc-b25e-4712-ba41-b9ca02e1c59a") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60a7e5b1-521a-48d2-ac0c-a3bf233ea60f") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "98b583eb-8426-4245-a419-c451baf6d096") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a1c7ecb2-e6b4-477e-ad93-36851e974714") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14591f7d-4d67-42cd-bff7-8669778bd763") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "5d44f035-87f2-4e9d-bac4-4ac64819ee67") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "d60c718a-0a32-48e5-b08f-e0325cb201a4") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "7c4adeb2-2faa-42fc-8fa4-b5e6af9c867a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "8c872e69-6d42-4d6b-9948-e0f9a77e820e") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "/IN2y") + (pintype "passive") + (uuid "ffb2a3e8-1210-49cd-95bd-3eb5958f4104") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "unconnected-(J6-PadTN)") + (pintype "passive+no_connect") + (uuid "dc6ce319-edc2-41f2-ac7b-e2d35e60d09e") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e415ff") + (at 81.28 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J7" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "28ab73e9-6554-43ba-8fc8-1f8078992a39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "4d9c7b11-bc67-4c76-b9a8-8f6cddc5d1be") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97fb5c1e-dde2-486a-86e1-14a69f7f7ecf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "acdfd514-1db6-4a99-aad3-a9387fae4ca2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8aac8b7-9deb-48b9-99f9-ed0843542668") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f9bc715d-e02c-4d25-974f-a93edb389b26") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "def099c7-7a47-436b-89f6-d05ebb045ab5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "37390b0f-a12d-48b3-894e-b20cf19cb214") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609d440e") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "836fb53a-7d7a-4438-8d1b-ea7263718a53") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9828df8c-b94d-4985-b733-66b1f716a693") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9f3bdd8-2eda-4f63-8479-81be2dcec272") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3391edf7-644b-4f8f-83f1-1dbddf45906d") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45193393-f4d4-4da6-bc4e-e646d113484d") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "856ed795-39f9-461d-a6fd-151edc474c48") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "a94f1e37-31d5-46b5-9073-7fa3721748b5") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "12912c98-9d0e-43f2-a8ef-dee20e72b6e7") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "3f02436e-37bc-41af-bb99-18b3b73c9a9c") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2430d853-5e33-4e11-9f92-2b9e91d5b01c") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "862f3faa-e2b8-4064-ad53-00fc6680aee7") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d1e075db-1399-4860-ad59-ffcded4353fc") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "f842fc84-cb6e-4380-b3ad-618d5a3c46e7") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dde10fd1-5772-403f-9fbc-675cf294e9d7") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00339e45-6ad7-467e-aa41-285021a98703") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d0bb389-49fe-4daf-8597-f58af1b7754c") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51341215-5683-4255-a771-fb3ab5ff30a5") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61bc43c1-fe8d-42d8-8aa0-fb9512f036cd") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "8130bc0d-4d1f-498d-bb59-0e9c62524765") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "8bf396f8-71d1-4af0-a09e-6858ba2c4825") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "e887373e-70cb-4d33-8226-2bd15e98519f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e9680dc0-0b2e-4839-b9fc-a1e0dbd6ce9c") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "Net-(J7-PadT)") + (pintype "passive") + (uuid "c601921d-4d21-4f5f-b7cf-648454b9dd0a") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "unconnected-(J7-PadTN)") + (pintype "passive+no_connect") + (uuid "c83cd5c6-c8bc-4312-96d4-a4c5f48d9070") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41694") + (at 53.848 146.304 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R1" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "e19677b9-a39e-4c54-9111-47707fedd799") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "6b525081-f8d2-41f0-afe6-267868426017") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03267ca7-cbfe-40bd-95c9-281d0c035131") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e57cfe95-7bbe-428f-8706-a07028956b2a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 53.848 146.304 0) + (layer "F.Fab") + (hide yes) + (uuid "12d19640-a3ec-4d5f-8dae-0a018ba9b975") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f7fa5e2") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5a78fa2-b9a2-4f0a-b922-b5e2f5d8c0c7") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b289d03f-8e3f-4d5a-bd56-84934daa8a9c") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9584a66-3df0-4717-8ad4-dc086ec2ed12") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7ac79034-7edd-4e49-9b4d-00815a2926ce") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1fcd0668-d55c-4ecd-a1da-7ea9692da7e8") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "249deef8-bfdc-4457-a4c1-ebd10e6eab25") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2535e311-02a1-43aa-aba9-0fc3c648446c") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e72dbfff-b606-410d-a01b-a4e0810a7b8f") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16c18416-b1e1-473c-8a34-91f0cd265363") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ae621c6-3b18-419e-b402-7d612d95eca7") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "852e5bb8-4136-49c1-84ee-7aed20025be6") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55fc7f79-58ab-4443-903b-800b06b1ca7d") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "d5c403e3-5061-4630-8f16-867667d40f5a") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "OUTa") + (pintype "passive") + (uuid "4a8ab37e-afa4-48ae-a04e-6d18de52934d") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(J3-PadT)") + (pintype "passive") + (uuid "9b7f3458-56fe-452f-ada7-2e4dd61a7325") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e416ab") + (at 73.152 146.812 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R2" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "de575e4c-be80-408d-9a2a-d1a3f4abdc86") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "4b97172e-2d12-47dd-828a-6c359dd26939") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9d8a8409-2849-41c2-80a8-706bf25366c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa985fcd-3632-4b3e-8d3e-bd143e5f1786") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 73.152 146.812 0) + (layer "F.Fab") + (hide yes) + (uuid "f2206257-945e-44ba-8d70-095c92a01885") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000609d4414") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76431ce6-a8e8-4e9c-a4a6-4f89714d94bd") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e4ac3b8-f32a-43d9-a93b-652b90049085") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77bbbb5c-34a2-4c83-880a-9d0220593226") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b94030a0-6672-4c56-8f14-62dad4709306") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "591b1534-c437-40ee-89cc-b3be73eff19f") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c5e5ab3-b0f1-49b0-9d31-43744e077212") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a52af4f5-1fc8-4250-b71b-5edf299c1ff9") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a2ac1c5-cc13-4f12-8248-1051b53f550f") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e76db76-7ce3-417a-829d-8608b6b22f8d") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe18654b-5cc5-4489-906b-b26b7118ad33") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37c7b1f9-9c67-4c20-8f02-cad3892c1227") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4368c916-3158-4ce9-bd1d-c50583945712") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "f6381550-b301-49d8-871a-68cc4a7a6833") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "OUTb") + (pintype "passive") + (uuid "46b2b689-b7ce-4c6e-a829-b7a438dec763") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "Net-(J7-PadT)") + (pintype "passive") + (uuid "2874883a-f056-4c9f-9726-5831801fae80") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e41793") + (at 60.96 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV1" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "1ad45c81-6183-43d3-8948-f43780f15c1a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "bca85402-ad8b-4a59-9bca-8ed19f8c2df9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "607a0978-0433-4a8b-bb51-85c243e9045a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f3f05501-97df-4ec0-85a3-70f6044fa305") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5011d6d-bdd4-4158-b107-5bfbb60dfc96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c9f201c8-5b77-4554-a402-a301b6087745") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b863b2e-75a1-4227-b390-5eae28d08dd6") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f8791c7-e4ee-4d92-8951-5af10cf69002") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54493bd5-0da0-49df-a2bc-70c51cfd57eb") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cea37ad-4c4e-4c55-ac0b-4ac492f4e56e") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0dfc57f9-fec4-423c-be26-d3cf9c88f47a") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53e0e799-536e-4c31-a814-ce545c19f9e4") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45f500b3-ef94-41ce-b149-50a260f8b9aa") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "539708d5-ae89-47e3-850c-745f36998545") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c3792a0-449e-4c09-98dc-d2fc22cd286a") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b01de5cb-a878-4dc9-a176-474232f3840c") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c3a0c98-3a20-4b05-bfcc-a88a8767f8dd") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09b12a0c-ff19-406e-b5d3-79bd127b989e") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73f9a119-51a0-4cb5-8cd6-3f8026e0e9e9") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca881ffc-dc2f-4e58-85cc-554fb4d42bf4") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "de39a92e-bf2c-43e5-93cd-748a1fe45318") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fedf2bf7-234f-4b47-9d52-6157ca860a4e") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0eaf32e-9c85-44de-8b45-7225efd42efa") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e2e99306-6b05-4c95-87b0-ae73293eefa6") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "3840a6dd-c1a3-4a34-b6e8-6c8ea358e33b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "34843df0-a993-4ae0-884b-1fc909d64211") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "8dd4ba3d-03b9-47d1-9d2c-d2f7e3cfde34") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "6307591f-02f6-4d2c-bbcf-b604c3f67fe3") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Xa") + (pinfunction "2") + (pintype "passive") + (uuid "721584b8-f60b-49af-ac50-4fb9e6cc7ebe") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/IN1x") + (pinfunction "3") + (pintype "passive") + (uuid "bd3175e6-5e3f-4cbd-b8ae-f3ee6529e3f4") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e417af") + (at 60.96 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV2" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "bef9277f-ac04-43ae-b651-163eacbc498f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "56146af4-41f8-45d5-b5b5-e43303aec2f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "11fdb3aa-4183-476b-b5be-5fb18711ce39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "174361b4-12e3-4115-b305-e93dc3193c2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eddef5ea-d46e-4501-9bc3-96d0a615a7e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/955c8fbb-11b3-47ac-8d10-3a639d2bf63a") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e778280-ad95-4e2c-8986-3b769698501b") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f36f9b9a-edd1-4442-9489-4ee67aaff38d") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc0dcf48-d892-4e03-98c7-6d159bb92195") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b86fe4ac-4c7d-409f-ae3a-982b2e707cb9") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec121705-bb38-4747-be6d-0b5f10d7439c") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b186720-ff0f-40d4-a068-c4ca2a903291") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5673cf26-a803-4ab5-a178-33b1a6c90cdf") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "297f635e-fb79-4464-b1fa-a48ebecb2efc") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "672856f5-50f4-404b-ac02-560413426504") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "880f0906-5258-4350-9660-baafeac02da5") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "20282410-b14d-4e73-95b0-d97d93fe3244") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d3f61a1-2ebf-4242-9ef3-c7f5d49c94ba") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80673034-9f2a-4e7e-944b-3a44f57a3647") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d2f8d00-c4d1-48f1-b396-7845d8f25849") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8cbb8b4-914e-4f4c-b53c-1d5ed33e93ef") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0618e80c-9c8e-4b79-aefa-426dd5813e1d") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c1642ce-7443-49de-b1f6-0c6aad61f268") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d808156a-7635-49dd-9073-a75c90627a4b") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "b66a3d72-2597-4828-8699-64653be65ba0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "7d1e321d-5b81-445d-b67d-85e4ec403622") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "3a2938f8-fbee-4df4-bdc2-59f72d346806") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "bc5ba8bf-5627-445c-8638-2823fd16bf93") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Ya") + (pinfunction "2") + (pintype "passive") + (uuid "cac157cc-aaa8-4739-943a-7fcb8c8323f4") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/IN1y") + (pinfunction "3") + (pintype "passive") + (uuid "ea29ef24-41cf-48c5-9cb6-28fe2ea8510f") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e417cb") + (at 81.28 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV3" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "6f246669-6451-4431-8b14-c8182bb87401") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "318331cb-5328-4d55-a6e8-e15691ab97fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d96b3993-643c-4593-9ecc-e8f60c9a3ff6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccba1f85-e2d7-41c5-bae3-08c1180ef27b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79e0d892-42a5-4f3a-8a5e-738b4c777447") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a062acd4-4740-49c9-b4be-4acfe033dee8") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a37f92ca-aeb5-4406-b8c7-5831e528e053") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e841c8f-21ff-471c-acc5-fde5311f8528") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76e768de-ebfe-4546-a8a7-a9e8765a24a4") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ba5204d-79ba-436b-b384-c69a936e6e2e") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0194b112-f724-4375-81f5-a954d9042589") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b46c3d9-ac3f-496d-a249-1281f79b3f3d") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48ade6f0-0bcb-41b1-9bf5-20e85f89d16d") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ae263eb-ed7b-4b3a-b2cb-7f987556ea7b") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f54e2ee3-80ce-4068-a7b2-cb85a1825100") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8bb4e3e-0c94-4fcf-aacd-d0ee37cae6c7") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0effeb27-b4ac-4fd0-93e6-7f5e697202f5") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1ce5858-dd67-4acb-85bb-46dc92c55c32") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "472a633b-e393-4a0d-8c26-fdb2d0e92c72") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5ee773c-5635-43b0-a197-c59156b893dd") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3a5978f-1b1a-40cf-b9ec-a4fa059bcbcc") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6cbfa565-2442-4198-b835-3633b508f1a2") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46fcbfe1-4ede-43f1-818d-1ee48c74fd74") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "01a92ee9-129c-4841-92f9-e6da08efdb34") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "feeee89d-c04b-4f2a-b5df-b55714a91101") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "5289630e-9e18-4f11-8470-b6ab9163a10e") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "165dd4d7-45bc-473a-9fd4-ec3d753411de") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "ac9d6f4c-bdad-4aae-a421-b64b1b3a5d42") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Xb") + (pinfunction "2") + (pintype "passive") + (uuid "54b299a9-a64c-4638-8e14-839ca8690fe8") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "/IN2x") + (pinfunction "3") + (pintype "passive") + (uuid "bddf3c4e-77dd-45b5-9e4c-8ed699f5c76d") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e417e7") + (at 81.28 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV4" + (at -0.79 -7.18 -90) + (layer "F.SilkS") + (uuid "149b6dee-8788-4da1-8a45-031f03d2ba57") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "69304d96-d9ea-48be-8cbf-bf6e08bfca9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6085457-323d-4d62-b7e8-94d32def380d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "063bbfef-ac37-4c53-8073-06ba6c24abb6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d31691aa-6cb7-4498-8e97-9de7871e469a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/03ebeb00-1a5f-42bf-8ce7-d81003f8af45") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d810cb94-1da7-4e2a-86ce-b80a014e0776") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c33063e9-e5e9-4a7f-80e5-2fda61fe5958") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64d645a4-02ab-498b-a384-95827bcc7f7f") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "579bd73d-2c60-4415-bb45-68d14ba8cd8d") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "734e1a28-f8a2-40df-ba00-3c03cb9f18f0") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91a6251f-2437-4e46-9df5-f229b17f633b") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4381b941-a471-4e2c-8d90-33c8c42e3174") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a388523-1b96-4e4c-8a6c-d4f356f4d044") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63e64e51-b36c-41db-b8ca-67a17f5b112e") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f7db4076-7434-4d12-8907-03488f5ddece") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e4dfe87-2239-4f19-8472-0179e3e05466") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "20f7b06d-fe71-4dd1-ae14-f025f82dcf7f") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "22e5fccb-cc8d-4ade-a95d-8f115da95ac2") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe69b356-98f6-4853-8857-51fa814c1562") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be65653e-64f5-4e77-8fc2-690f00449275") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cfdddcb-d76d-4845-bb55-5236d1371252") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f917450-4a67-4752-9a15-dc01e5b664fa") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6785405d-0103-4b7e-b872-ea55171ab9cb") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "dd519775-89ae-471c-aab4-5c82039dd241") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "18a5b8f5-e6f7-4813-a52a-981027b5edf6") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "16e66377-05e1-4ff3-8b2e-355ba8922105") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "fa7ca2ea-4b5b-4c4e-b99a-654404104d73") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Yb") + (pinfunction "2") + (pintype "passive") + (uuid "3ecc7329-5d83-4e15-8742-414517ef587f") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "/IN2y") + (pinfunction "3") + (pintype "passive") + (uuid "fcf55978-5604-407f-bf90-e295d0c6a3bd") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061045164") + (at 53.34 69.85 90) + (property "Reference" "REF**" + (at 0 3.556 90) + (layer "F.SilkS") + (hide yes) + (uuid "9acac3b1-3cea-4bd7-8644-4aeb3b13f2b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 90) + (layer "F.Fab") + (hide yes) + (uuid "ff0f8060-3696-4c88-a5df-60887c73eb56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e2b2727-e0bb-4c79-9126-d28d656f4586") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "235fe44e-a7bf-49b9-b44a-54ec4d4eec0f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1eb3af36-921f-4671-a373-b4f0eb67050b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "produkt" + (at 8.62 1.02 90) + (layer "B.SilkS") + (uuid "2c616c61-da49-49a6-8a71-386295375aca") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "B.SilkS") + (uuid "592902bc-42fb-4b13-864e-8f831865f1b5") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "R02" + (at -8.83 1 90) + (layer "B.SilkS") + (uuid "e5ce1445-1d35-43ca-8f27-1b728f5fafba") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "produkt" + (at -8.54 0.99 90) + (layer "F.SilkS") + (uuid "62e56241-e9b1-4151-ac25-04c9764c4eae") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 90) + (layer "F.SilkS") + (uuid "db8a2a7f-43a1-4f1e-8a9d-3561b02bfeae") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "R02" + (at 8.8 1.02 90) + (layer "F.SilkS") + (uuid "ef3831c3-d761-440a-9037-ffee81611e3f") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e413f0") + (at 71.628 68.072 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D1" + (at 0 2 0) + (layer "B.SilkS") + (uuid "bae0acb8-1dac-4dee-9dfc-6039bb8abdd9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "60e87ef9-396b-40cb-b1c2-f05596c41189") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b10d3122-23c3-444f-a8ff-c095cddf7352") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ae55f7a-9193-43b5-a004-20914af17b94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2f8430fe-afeb-49ec-8da9-608c1839a7a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5de31dc8-e694-4e41-9623-f8e95de9f4e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b029c606-7dbb-4550-8ca3-52934a027d6c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ab44d3") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39f49d21-3838-4d2e-8c32-45b81004001e") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a87b723-f656-4eda-aaf7-2dcae9501d8c") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf2badd3-6ae1-49e1-a4b8-40cc1acd707e") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b526a91a-d9cd-415c-bf2c-0ffb2d43e412") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8b20385c-d0e9-460d-8b02-e813dc60a501") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "02d1276f-566e-4a90-8a49-979dba4b03cf") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b03d5ff5-186a-4021-914e-9610d5866f1a") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2ca82bf7-284c-4ceb-ab72-1c9affd10377") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53a0869c-6ad2-4369-bca9-f45baecbd6cf") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a302a9e9-063c-4fce-8a19-0714fb8111b8") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "85803054-d71f-4b62-926f-7479b6eeb920") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "79e65fdb-0d53-4f86-a6b1-1a1643a3e757") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6f32b61e-8731-4180-96a2-43743a51216d") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e6eed33c-e1ff-4782-8ef8-bdc3ce4391d1") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "86dcc028-1e1e-4aa8-b32e-9ffaac376e3e") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "31d71fc4-7844-4783-b9c5-7b95e4f3e6c9") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c9364702-0f83-417c-abb9-ab2a0ad2a2db") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "88724f2d-647a-4987-96c9-01e0104d4ad8") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "c3ed9d60-323d-4aee-adc0-afe5b68ff658") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(D1-K)") + (pinfunction "K") + (pintype "passive") + (uuid "e9109f93-fdf6-49cb-a592-873825ad5372") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "c2063143-583f-4af9-892a-fe4dad6cf4f0") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41409") + (at 87.884 80.772 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D2" + (at 0 2 0) + (layer "B.SilkS") + (uuid "db223c62-39d2-4023-b7f6-301474d57a9d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "7790836d-ce52-4a5c-a3fb-2a2b9d7fec27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bff89df4-6c6f-4cf5-b880-d98268b4547e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1307a3e2-92dc-4ece-b967-6a93c4006d2e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df71fb21-193c-4693-8adb-3b2fb06ef1f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "de50905c-8b42-4e21-9e82-f638b3401755") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "fd1c59ae-cdf0-48f1-a91e-45cdd83f5b9c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ab8812") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dfff2f30-7d67-40a1-995f-7bd2975878b4") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "62b949b5-fdde-4c09-8ec0-a7108aaa7401") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9efc6bd2-9acc-4690-a824-81e815b4b5ef") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fb619f32-9ae0-4977-9626-ee42b7419784") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cebfbc4e-088f-4d99-a743-dcfacf5f6235") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "46382014-810f-4dde-b975-9c6ee0248990") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0b3af059-49c9-40d8-b63c-09e764cc78c6") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "886546ee-f232-4ea3-8ca9-7e2b4381c985") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "871d3f10-60f5-494a-a38e-89e6b691ff4c") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "25042dc2-b508-4c9e-bace-ac20a50d80cc") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "79c43750-e729-425f-90b8-352482ff7162") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "63552552-f63d-4cd9-a04b-02fe7bb7cb51") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5bfa5ba5-8da4-420b-9cd5-3c49ed892286") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "02e1818a-06d3-4feb-b35b-368561e29ad5") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1151016d-7401-4be2-b520-ce5860749b33") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "16aead6d-447b-4023-9369-0f0cfb5e2cca") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "781748c3-463d-434f-8a9f-e82f4ba398b4") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4846bf13-9937-4aad-afed-13a0c3e5c443") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "6fc990ad-0a30-48cf-9d1b-10515bd3b96f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(D2-K)") + (pinfunction "K") + (pintype "passive") + (uuid "0e1c435d-2ae9-4bec-8880-2016cc13ff6b") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "e7623201-0c25-4b86-9384-580f0a1c12b0") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41448") + (at 71.754 108.712 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D5" + (at 0 2 0) + (layer "B.SilkS") + (uuid "ac8b480d-0fbd-4546-84b0-d4c565071e77") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "76602926-e25b-4963-b35b-c367894c9812") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3951e39c-df1c-4392-8bc4-e7228f610e4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6d31569-d7c4-4e22-9a50-ac9f27b2e3fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "456a3238-9004-44df-8cdc-ef8e833256bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "32f6893a-733b-4ef5-bfa8-a7d459260e5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d721b0b5-1330-4275-94c5-c0098e941314") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ab3ced") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ffc3046-141a-4265-931f-5fe34e0db7dd") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "444f75d2-4a18-47fc-83ab-23f2fc88915d") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "865b2c90-135c-45cc-82ec-1cf684ce264e") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "55c42954-aa9c-4b2b-959a-f8bf0e7ad22e") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1c53d7ca-4599-4733-8224-ef6b181d7985") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "356b7544-74c7-4cf1-8640-884bd2e93fc3") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6f5eb04d-0108-4bbc-b0bb-450218b1c146") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "149036fe-5985-4578-8b12-51d87dcd4cb6") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "88627e7b-3468-49b0-99ab-13f065e61346") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a035871c-3d29-4481-95a1-b3151cb26c35") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f02ca88a-db85-403a-af3c-439c524aa5de") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ae8d2029-756a-45d9-9251-51d47a02d201") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4c8b8b22-0ba7-4ad9-9c36-eb3d912aefe2") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2adf1087-d8ae-48e4-b274-f9493b6229ea") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dc0e6226-50f0-4cda-b4a5-490a7c533348") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ed7a5254-40c6-4336-acd1-9945b5715b56") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "df6d54fc-3dfd-49f5-a191-6f2d2b2a52cf") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "11d8d506-8995-42dd-8642-8ec78e8966b5") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "604de023-b19f-4a4c-b959-8cf14a2a499a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(D5-K)") + (pinfunction "K") + (pintype "passive") + (uuid "d4763694-714d-49d9-9d65-b740988731bb") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "d1c82f10-4224-4640-bbc6-99753b7b8aaa") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41461") + (at 86.868 98.552 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D6" + (at 0 2 0) + (layer "B.SilkS") + (uuid "411e47ef-09b4-47b3-a459-7bfcc7f9f829") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "f966ff5e-bffd-49c4-9a15-642906d8c1f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19088f87-9515-471a-8376-cabd0a186306") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d264b8e6-e54a-47a0-b0d2-de57a0d991c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b5d8f07-c7b0-4594-b419-9487bd0f581b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a07e9c99-e4d0-4836-9dd9-04379a6737a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "90652465-e09d-4324-b45d-58debbc717d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ab9215") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d3659ffb-6aac-418b-a703-b7fa43240044") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d34511a-2a3d-4e5f-8007-eab1646947ea") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f93db272-00e2-43a2-bf10-f6f73b355a0e") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0cc32e68-c614-48a7-a00c-578f35780a5d") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f683aad8-804d-40d3-8d1e-a5fd2a5ff91b") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "36d21724-67fc-4944-9580-89aed0767810") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "091fa1bf-49e1-4d0f-ac07-cdc9be6975fc") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "635678f6-5f97-4bdd-bb2c-8c2b63b23cd5") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0bf97f93-df9e-400d-845e-184bc0667991") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "959dc555-d7c8-49c6-9bff-3133101ac17c") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "93a010dc-d696-4bf0-8908-16462fc82a4d") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d64e5ab-ecf2-474d-afd2-f3d414221e05") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e48202cb-8968-43f5-87ea-9b0da3282e04") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a0d6aae8-915d-4c85-96ec-c5834eb912f5") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9ccb9ce3-1876-4ffe-a4f6-895b13fe5f6c") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8e449777-ad95-47a3-9442-604f48c63159") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2842d67c-cc58-4ee0-9edb-6319288432c1") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7cc5bc88-0151-4d98-9794-e30d064500a0") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "16a7107e-b863-4585-8974-a1e92899c822") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(D6-K)") + (pinfunction "K") + (pintype "passive") + (uuid "b9d1635b-3be3-45a4-88ba-d2894daf39e1") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "8d0ff493-8057-48b3-aff2-6963ba2de865") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e414a0") + (at 87.884 151.384) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D9" + (at 0 2 0) + (layer "B.SilkS") + (uuid "440477d0-0cf1-4501-9be9-87ad1a948ee1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "a275c9b5-15f1-491c-91f7-bfd46b054020") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3eafe889-a4ab-4a8c-b9c0-c907684668b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f6712f8-8004-4bd1-ac60-08c92ccd05a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6315fc61-e00d-42eb-88f8-d26090989ec4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "c3c03eea-5270-46e5-b4e8-4d192acbcca4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a71bbc2e-ff2e-480c-bf6c-4a67bdbd9d10") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060aacd5e") + (attr smd) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed8a1172-400e-4484-bc9f-b06c40186e08") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2fafd27-ebfb-4f1e-aa8b-198580b80f13") + ) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b9e70b0-94e7-47fb-903c-b2e2e990ec05") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bcd0fb4b-da48-496b-90d0-659b8e2b0556") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2f10a0db-fdca-4341-9808-ccfb5ea66471") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "952b189d-a4d0-453f-a2a7-adf78ef57524") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ae692bff-ce7b-4101-bc9c-54f3aedf5839") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "838ca539-15cf-4c9b-b603-8a1a52488ccf") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ee6d38d6-a125-4f13-b0d0-a2d4ad722a0f") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29fddb44-56d9-428e-8f66-d53da218a4c8") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d8a56ee1-9b05-4e40-8091-f0174eac5a80") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "125c3bd9-cc28-4617-b2ea-f9d4150009af") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3c907c99-fbc7-4074-98ed-8abf2931e053") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c553d520-2dd3-476c-a56d-ad2d9f3da34f") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f293662e-b2e3-41c8-a64b-e37e0af36a0b") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "301ad983-ec23-4010-b796-7c2e10e4f1e2") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7e5deefa-edf7-4ea0-94c2-5c97179976dd") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1551fb94-f988-4bc2-9954-b34661202a1f") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "800c2956-e3f2-4045-8e04-31f700def78f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 10 "Net-(D9-K)") + (pinfunction "K") + (pintype "passive") + (uuid "020a1244-65ae-4bb6-b6c7-a1c94a433ada") + ) + (pad "2" smd roundrect + (at 1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "fbea3378-aea7-4ee8-b33e-a3329cb83454") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e414b9") + (at 68.072 144.78) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D10" + (at 0 2 0) + (layer "B.SilkS") + (uuid "26b2c1f5-d15b-4ac9-b7d3-6eb695415688") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "19f20b3a-db76-4ed5-9c30-409874af179d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96e678ec-cb62-444d-a782-b6236783e57c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "258b56a7-6e25-4cf6-8e13-c01a916e5d34") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a83f4ef8-0494-4653-9b69-f278dbfe3512") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "fa1bc057-d1c2-49fb-9bdb-27d16a17c94c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9753697e-84e4-4d3d-913b-883f55826d8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000060ac9f1b") + (attr smd) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b9ee80e-549b-4184-ac7b-71d62d5e0e7f") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9309f4b5-7b7c-46bf-8a12-3732ca75b3f8") + ) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3216d5f0-d4cb-47f2-bd04-5216c4f5246b") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ff177d8e-38ec-4812-9f39-40995810ec91") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7ffb2388-8795-4078-b7fc-a53acf1e42c9") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ed962d66-b536-426c-b38e-f54690c7e09d") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1705269a-e44b-4102-8fe9-bcbb01652014") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cd5bc4cf-b2a8-4770-9119-4ba31c24eca9") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8db20004-d94d-4d1b-8171-de6390bbfc4e") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d85994f2-3363-4865-bb63-773d910c3a9c") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6b523839-edb1-43be-87aa-dcaa01ce8c31") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "60465530-5304-497c-a99c-8c33f7856b54") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b1bb4d11-3588-407c-9b1d-8ddbe950e692") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b42f0e79-0865-48f6-87a4-c2b363de61b3") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a2fa61ce-ccaf-4adf-a231-0bfd02c06b89") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cc433f58-56a5-428f-a5bf-c31fa46ea5d0") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "824530dd-fd17-4e3e-848e-a3ff22b5fcd0") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dd6f13c6-8f63-49a4-b5ba-89df11f10242") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "3c8f382e-4a85-431d-a5ab-49b7c2c6a8c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "Net-(D10-K)") + (pinfunction "K") + (pintype "passive") + (uuid "3752044a-ab54-4a5f-8505-556f76fbe476") + ) + (pad "2" smd roundrect + (at 1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "8028fac5-f83e-4248-b8a3-e80e6b45c650") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41614") + (at 72.136 72.136 -90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q1" + (at 0 2.5 90) + (layer "B.SilkS") + (uuid "077217ad-91af-485b-922d-a4a20b902ee3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 90) + (layer "B.Fab") + (uuid "e7334c02-2f53-4dec-b387-f5ed27019ac7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0336dd8f-fca7-4d5d-85f5-97b8ef799da1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61cfea3c-45f8-4fa7-bd5c-96b175c2da70") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e790831e-42eb-4268-b959-6c1e24c2027d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ac31e4") + (attr smd) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "36fe2bc3-dded-4ee5-b0de-b07721ef0be2") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a046ea51-e570-4d61-b5fd-e382c8c2b4f1") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c6cc6bb-4b34-4482-a50d-86d2605e8cce") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ac66c66-4f46-4875-914c-f13d05b92659") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "a3f05de4-0bfe-4b06-97c0-dbf2405a5a34") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9226e9b4-9890-4c3b-a3b7-b272bdba52c7") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2db2c434-bc5b-44bc-a47c-42d67896a487") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b5dc8ea9-c72c-4678-b8fc-3a6010555077") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0e71b531-2357-4fd0-a3fb-ce39fa46ca13") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3f03a756-6b44-4fd1-b691-46081cb42448") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "322ad7c1-e6dd-4002-a91c-fa89cec10244") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ff7a9ee0-b592-454c-acb5-f89746b4da50") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b33f5f46-4def-41ae-8c3b-2560daf3a3ec") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "575fd212-5abe-423a-9a35-ecc83ab0d446") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "B.Fab") + (uuid "ca3a0137-2e44-4b67-b311-4caf96340744") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(D1-K)") + (pinfunction "B") + (pintype "input") + (uuid "809ed570-4062-46c3-ad3e-b6be9a1e3153") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(D3-A)") + (pinfunction "E") + (pintype "passive") + (uuid "a8c5e7b0-b4c2-4724-a6c1-fed4c15c2762") + ) + (pad "3" smd roundrect + (at 0.9375 0 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 14 "Net-(Q1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "60e94e51-3f3f-48f0-896b-df237ddab028") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41629") + (at 88.392 72.644 -90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q2" + (at 0 2.5 -90) + (layer "B.SilkS") + (uuid "98291bb2-a7e1-45ce-8b9e-323fe057b215") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 -90) + (layer "B.Fab") + (uuid "5cd1b76a-7271-4758-a1d3-8982a80cfd5f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e569fd01-def4-477d-a410-c9c41fd0c028") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eee04069-cec7-44c4-bdda-4addb4311952") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9659671f-a694-4ba6-9926-efe8f812682a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ad4b00") + (attr smd) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99cd2882-016d-420c-a4fb-9edb3be00c61") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b35bf206-696d-44f9-8120-1f53fdd8660c") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f8e1c2fe-76c9-403a-9f1a-baccf8a9f060") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2fbcd93-87dd-4868-be3d-7e6b4b0b1fab") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "9d737932-0e43-4960-8eb6-ee5039b96c33") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0080e841-8547-4f9d-900f-d3052feb0c7b") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f91a815a-985c-4edd-b46b-003c5200b6ba") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6240379f-57fb-4eae-9db6-254678504625") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b28b7bc5-90db-4fa8-9943-10eb5e991330") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3633b4a6-ac8c-48ee-bc02-3beee2378402") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dde49c83-f2eb-4b7f-b15e-df13cf6fcbe6") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d9c21ab-3ad4-4226-ab23-0af1854baf87") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "42f572c4-1e8f-45a1-a180-7aa616ffe151") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2569c1b5-eeca-40f9-9a21-7dc0535fae01") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "e88329a2-a79a-4dba-a6b2-d2990ca94ead") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(D2-K)") + (pinfunction "B") + (pintype "input") + (uuid "a1ea56f5-400f-4b78-9f9c-57e7df6f6d70") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(D4-A)") + (pinfunction "E") + (pintype "passive") + (uuid "454a3df1-9cf3-4a61-b7b6-c9c207b471f1") + ) + (pad "3" smd roundrect + (at 0.9375 0 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 16 "Net-(Q2-C)") + (pinfunction "C") + (pintype "passive") + (uuid "27de63b5-77bc-42a3-a551-e66f9ee4295b") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e4163e") + (at 72.136 112.776 -90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q3" + (at -0.254 -2.54 90) + (layer "B.SilkS") + (uuid "b87000e0-8585-4004-849e-67aa8badf4d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 90) + (layer "B.Fab") + (uuid "fd29699f-2f04-48ac-94b9-eb5396f02c99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62a8cf40-6249-493e-916d-4fbc7e7169ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ec5ccd1-065d-49e4-8c31-c634007835bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2edd7da8-2b4d-4d3f-8c94-400377ae9b17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ad3277") + (attr smd) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6857d4db-0a12-4f63-9f4c-38e886eeacbc") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "64066629-7f5a-41ca-b3c3-39f74c22c94f") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "da8503e5-2e5c-461c-979e-2da1876f2b0b") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2208ff69-2bb0-4b8e-8a59-0149debab258") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "ff1fb87e-6621-4f02-b8ea-0a61c14e0dea") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "51721c57-adee-4c6b-9de8-9cac00a18eb0") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e8dee0cf-a4c1-441f-95e2-55f5d2b57b97") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5620b840-02b7-480c-abf6-bdaef36eac6f") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "17a4273d-d64a-4295-bd4f-6e41dac10cdd") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "72c5ca96-7a19-4255-9393-935aef45f5a5") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7f962395-d051-4d1b-82ba-93581d858a87") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a4ca631f-b36f-4701-b5d2-f7211c56ddb4") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7917379b-e821-431e-ac98-c13d5a35aea2") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f0ab2636-9dbc-4afa-896c-a76eb6be02fb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "B.Fab") + (uuid "d6e8c1c0-3232-428d-9412-1d37409f8804") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(D5-K)") + (pinfunction "B") + (pintype "input") + (uuid "0db64280-4109-4373-afc5-9ce954753571") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(D7-A)") + (pinfunction "E") + (pintype "passive") + (uuid "d8308f60-4e9b-48a1-9ab6-720d0158e22e") + ) + (pad "3" smd roundrect + (at 0.9375 0 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 18 "Net-(Q3-C)") + (pinfunction "C") + (pintype "passive") + (uuid "d786c021-f0c7-49db-ba59-aa4811a6795d") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41653") + (at 87.376 106.172 -90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q4" + (at 0 2.5 90) + (layer "B.SilkS") + (uuid "70b6806e-8a71-47e4-ba91-685d770eb2d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 90) + (layer "B.Fab") + (uuid "9ab11863-f6a0-4c0f-a434-857c3a587ebb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9e53152-5eac-4944-9a04-c203cb98dcd6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1eef06fe-6cea-4543-8baa-c25a676820ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9eae98ee-a01e-47ac-b8c2-114c3cd23055") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ad8ba9") + (attr smd) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca4f62cb-f20f-409e-86fc-01ab8ceb7989") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "86155094-0809-4e2c-af19-0ba35bcbafbb") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "61bc911a-acd2-4807-a94d-6263fe7c7394") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6925282d-1f1e-4d1c-9522-63260c95ffa2") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "b672739c-6282-43fe-b82d-ae30b80ec3b7") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6f0968a9-8a7e-442c-b496-2fd01bd3c263") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a3f7deed-5e0d-4ca2-8949-6c9bcc885cde") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "98b12629-8546-4b40-84f6-7dc0e56c3bc2") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9004415d-82d6-40ee-8a01-ee10a4501790") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "52099aab-f869-4f52-9dc5-83c1bac1c1a6") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f66c6c4c-7004-46eb-b479-924aa06eacd0") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "da785b11-cb5c-4c10-9df6-d1ebaa42cf4c") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2f9ce16c-a538-4228-88ce-54dff9c106e2") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "61603faa-af99-4e86-b748-23e2627c298b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "B.Fab") + (uuid "d6546da9-601f-431c-906e-dd59e8252106") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(D6-K)") + (pinfunction "B") + (pintype "input") + (uuid "d911d8b7-5f49-46f0-b305-69e1c2b2de16") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(D8-A)") + (pinfunction "E") + (pintype "passive") + (uuid "857ee0a0-82c5-4494-99e7-e57a63c88b43") + ) + (pad "3" smd roundrect + (at 0.9375 0 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 19 "Net-(Q4-C)") + (pinfunction "C") + (pintype "passive") + (uuid "a92ec0c8-95b3-4364-9944-4a82d04b5096") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41668") + (at 87.376 147.32 -90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q5" + (at 0 2.5 90) + (layer "B.SilkS") + (uuid "f58d650b-2077-4083-8632-230eca62e3bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 90) + (layer "B.Fab") + (uuid "3938b423-4812-48a6-8169-260692228151") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55286005-cf0e-47bc-b636-b133c0830e33") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1905d69c-8bb1-4ab0-83ac-45d56b81ad7e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bbb47294-9bf0-4250-a6da-c32b3e631b8b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ad3dd5") + (attr smd) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "193ee1a8-a68f-4fbd-a65d-239b5f202478") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "872adc44-f4cb-4306-9e37-2c589cb675fe") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e99dba61-6a12-4b80-a39e-930525436741") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea4b8be5-fe8a-4876-ad20-c30ea41874e4") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "8f797721-bd8c-4171-8b0c-83e24d55e4c4") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "74227932-a9c7-4846-9cfd-2824bc98b1a2") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8a2c9d4d-7bc9-4f7b-90c5-c11a303aef92") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dbdc89e2-cd29-49de-9ae0-6b2ea5cb73ee") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4ebdf3a6-a925-48d6-a87b-0cd381ef38a7") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2b33d7ef-5954-4dd8-aded-fa50fc3fef18") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "045765c4-aa9b-42fb-aa1f-63014bd8319e") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "707e2901-ea80-464a-b801-b3ee06eac7d6") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "406ec738-5644-4c11-9d76-3b3854872b32") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d4a6c70f-35f2-45a6-a397-65757d5598b3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "B.Fab") + (uuid "1d08747b-aa9c-4a21-b659-572dbff198ad") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 10 "Net-(D9-K)") + (pinfunction "B") + (pintype "input") + (uuid "0d60ac36-f842-45d1-af80-0c9017788abb") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(D11-A)") + (pinfunction "E") + (pintype "passive") + (uuid "5b76e1ca-4e30-4c15-acf0-79e9f5bd115a") + ) + (pad "3" smd roundrect + (at 0.9375 0 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 28 "Net-(Q5-C)") + (pinfunction "C") + (pintype "passive") + (uuid "2c3e8a97-45e1-4731-9bc9-f76cd8fbf50d") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e4167d") + (at 68.58 153.416 -90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q6" + (at 0 2.5 -90) + (layer "B.SilkS") + (uuid "b76f9af5-58a7-4a08-87af-386b56fddf75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.5 -90) + (layer "B.Fab") + (uuid "24de9a2b-0bd3-4e98-9845-0c1202486dbe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7801cac-661c-45af-8627-4823f9e9d304") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f12d6169-1fbd-4c08-903f-64bc38bea2ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17e33db3-46c7-4817-8493-97b848fc3abd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ac9f21") + (attr smd) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e66de42-d24a-4d56-b47d-919deac71a19") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d38a4895-fdc0-4aaa-8cad-ad4e6f5cf0c3") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "56575edf-168f-4e7f-a430-6262b855d5e6") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c24cbe7-1e84-4dfc-ba25-071c0035c30c") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "b01c6b70-f8fd-4911-9e05-d1d2ff3cf5f0") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "338ed2ae-2ddf-488d-977b-e6d6a74de2eb") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2189c8a9-8bf9-4afb-a7cc-28a233067756") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "363db615-61a0-47b6-97d2-f137cd1a6d96") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "be5d9cea-1826-4eed-a83c-83a5fcebfb0b") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bc38c0f9-4af5-4038-ae23-20a5deed479d") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1fbdd6ac-8da3-4cff-971a-72a11c19a9d5") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "191b7d9e-ddec-4f88-99d9-00f64a2a9abd") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cc60a59f-3e35-4eea-a749-dfa235d3f6b0") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6cd73b26-3e99-4217-995c-bb93b50ab8b3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "f5b586a7-7eb2-47f4-8301-1c903693c3cb") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "Net-(D10-K)") + (pinfunction "B") + (pintype "input") + (uuid "14fc5b8a-1bcb-4a59-bc99-7a9ccfe266b0") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 13 "Net-(D12-A)") + (pinfunction "E") + (pintype "passive") + (uuid "7d685486-d2c7-47b9-b06b-d4aaec72232f") + ) + (pad "3" smd roundrect + (at 0.9375 0 270) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(Q6-C)") + (pinfunction "C") + (pintype "passive") + (uuid "1224cab5-59d1-43dd-939e-fed849813a70") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e416bc") + (at 67.056 71.12 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R3" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "cdf7ba3e-0f3e-41f3-89ab-38a0424bb0a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "64dc0b4f-3d7d-4202-9c2b-f2f8ee44121d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6db99c1-5bf9-4175-af01-2039054fd408") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a513e8d9-92d4-477b-9876-8dfbb6641080") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 67.056 71.12 0) + (layer "F.Fab") + (hide yes) + (uuid "5755f331-bfef-4186-999d-a5d9b097f9c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060a86f88") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "92a66b74-2031-4c30-909e-89d4aca6793e") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "556a2cfb-fe1d-4fbd-9990-80011733da55") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "41dac3c0-c11d-4a21-b063-b418ccf0d86d") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "56999fca-b64a-4e65-8b4f-3a3d7f778077") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c323bb29-0490-4722-a098-3c193d74b8a8") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "376eace9-440d-4c5d-a966-4efc9b5ff17e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e74bf37e-7e17-4ada-a67f-5cb7aebfba11") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65b4575d-ee56-42ed-973c-2f4a9273b63b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53d2ec77-ddbd-42dc-ba2a-caf4ce72c166") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c27feab1-8f13-4368-a6b1-aacb2939c2cc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "c078bc93-cdf0-4ffa-a99f-7d343af78dec") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 2 "Net-(D1-K)") + (pintype "passive") + (uuid "72279358-66d8-4bbc-9eec-ac67cc74782b") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 15 "/IN1x") + (pintype "passive") + (uuid "3d361eae-71ec-4f0d-bf7e-f56c95b314cd") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e416cd") + (at 88.392 68.58 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R4" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "b7669664-74b2-42c3-9b71-4d6541341b34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "81b6e5ef-e246-4985-af3d-5cd229146da3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fba2a044-757f-4cea-8ac0-0d4fd36ff60a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93c87713-0425-41be-9c07-5da965dae086") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 88.392 68.58 0) + (layer "F.Fab") + (hide yes) + (uuid "d3e02240-5bcd-4a75-b904-7de7f18bd082") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af924f") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "16c21ee0-99f2-4d44-9a42-606e5d1234ca") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a381c246-38aa-4ded-b958-199a16fb70d4") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8a29dfe3-f453-4dea-b833-e360945a7389") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6cd2f01d-8f26-4a9b-8b12-393d74a68b63") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a061aa69-e13b-4d56-9337-c71f21f75976") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bb04a26e-9a56-4506-bada-763ff6961e53") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6ce5765c-45d1-46f5-9d94-608151f0c0cb") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f7c2449d-db3a-4672-b4b2-decf5ac04597") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "03538675-f16e-481e-a2ee-1e089247dee8") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d3c1ab5b-7b38-418c-b6f2-844854165833") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "8b72e11a-b2d6-4ce8-a1d6-c10701964e71") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 3 "Net-(D2-K)") + (pintype "passive") + (uuid "7620cddc-306b-4e6a-a603-3d5de43ec704") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 27 "/IN2x") + (pintype "passive") + (uuid "9dec0d58-6182-4051-8d4c-c35e663b41e0") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e416de") + (at 67.564 74.168) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R5" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "56aaa0f3-622e-4912-80aa-a319bf94973d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "6362c5c1-2641-4c23-9841-a9e79c736654") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c77b3c41-0a77-4b78-af30-bda8f98fb7ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9221d579-52d3-4e18-a5a1-b4e9345a9c09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 67.564 74.168 0) + (layer "F.Fab") + (hide yes) + (uuid "62c1c503-c4ff-4dee-9a9f-d37a1b1a95bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060a7522a") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f87e819-71c8-459d-bce0-63808ed347ae") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "65e3fd1e-5a56-4059-bbb3-cd16d6ca2ec1") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "996399e5-4863-4554-b351-44686d867a75") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6d802cd3-eb71-4e50-9cfc-128db81b5630") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dedb3f54-2c2c-4fb6-b5a4-dd54af6c45b1") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3023f4b3-827f-4de5-a029-991b5a8ec34d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "42b2f867-66d0-4531-96ed-2630293d553f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3bb9ffd0-180f-498d-abb1-fa591fbe3b07") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "50d35a32-d7c1-4a1e-9166-f6b9d33d5b75") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7bd30d18-bd70-4930-97fb-4d83532e52e9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "8b1d279c-c353-42f5-a234-e38872b1e1b1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 26 "+5V") + (pintype "passive") + (uuid "19d1f456-5840-4fb7-8599-40deae9a1928") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 14 "Net-(Q1-C)") + (pintype "passive") + (uuid "1d1e8283-a0e2-45e7-aa91-58e32f8874bd") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e416ef") + (at 87.376 76.708) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R6" + (at 0.254 -1.524 0) + (layer "B.SilkS") + (uuid "957380a1-7764-4022-8777-8f2278598d19") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "01b5491e-8736-4f45-9208-94f4e8e6a9d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e705a7cf-e844-4acd-b33a-a994a748f44e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "575e493d-37db-4dad-8366-e51d1e2811a3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.376 76.708 0) + (layer "F.Fab") + (hide yes) + (uuid "6b736b8e-dd6b-4b9a-ab12-a26292c01f17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af9243") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4b4c7ae-84ec-45f6-8afa-13eb686ce54d") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0d4a74c-e022-42f6-90cd-4a6387915994") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0766acf0-68ea-417d-9238-2c0929c6aad2") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "30ba074c-2075-4947-9cc5-1063a1737899") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "74b1342e-7b12-4f98-8097-73aa07d94da4") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "123e1fd2-9c2a-423c-8144-9b5e7992b238") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d0a32dc-b3fe-44ea-ba09-ad88734918c3") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cb835b7e-3d52-4f9e-93fc-fd5f9d4714c8") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1b89a428-2033-482d-8482-87a1ba68cd64") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "997c7dee-1915-4931-831e-c06e7308809e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "dc460ce0-345b-460d-9dfb-bb3710b73541") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 26 "+5V") + (pintype "passive") + (uuid "ab00286e-ed71-4c34-b072-4847793e155a") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 16 "Net-(Q2-C)") + (pintype "passive") + (uuid "1495c091-c2b4-4333-ba45-140f0f7150f7") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41700") + (at 67.548 111.76 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R7" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "f29e2841-c337-4c7f-a9c6-98f68a89de39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "116a7286-d311-40db-a6d5-b0a232971231") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "43cf55d9-52e1-44e3-896c-51822f149f75") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "668d5236-5d99-4b6e-ba0b-b8f76cac317d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 67.548 111.76 0) + (layer "F.Fab") + (hide yes) + (uuid "b142a394-c30c-4276-bbd7-5e6d00de98de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ae945b") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c72832c-b68c-43cf-9b23-987ffb2c154a") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f82a7a92-ee6c-41c3-8480-d23dc6aa8f21") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ea0d5a5d-b2f0-46df-8a4a-50cd5d444b3a") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f3a4bdc9-a8e1-4c34-959c-d8e4281366ae") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0db9787f-2595-49f1-867b-2e779708749e") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "42986931-f12d-461f-9954-23e93b88778b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ffa50e79-b302-4e24-831f-0d624456b4fd") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a2b0eb77-2559-43f6-b66e-357898fe5808") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "217bb574-1167-4be9-bccf-ff694fe3b452") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c563577a-27de-47c1-96c2-05cb2348bc01") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "0c5bb78c-b778-4df1-803b-5f0ca0e5238d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 6 "Net-(D5-K)") + (pintype "passive") + (uuid "bbaa2d42-b4bf-4df4-bf26-1d46f858899f") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 17 "/IN1y") + (pintype "passive") + (uuid "1010c6ce-67ac-41b6-bfc3-9a23e263cbef") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41711") + (at 87.376 102.108 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R8" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "ab5b659f-b002-426e-8d02-884caec1b8b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "6a5785d6-0f23-4fec-985a-0ab2e1649835") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99c2bfd2-19eb-4f03-9b2a-4ba111f88e0a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5a7ca64-367d-48d5-a124-253bde319935") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.376 102.108 0) + (layer "F.Fab") + (hide yes) + (uuid "d84ff83b-c337-49f2-94b2-148fd9d11175") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060b0105d") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e79f18b-f38d-4e19-9e6a-85697c4f84e7") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "06d3bdb2-9b67-4014-be42-d1fd3e4ec25b") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "523e5821-6756-4afd-a776-af2b8ff387a2") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5f1557f9-b40a-4ee5-ae74-ccab56aa4ad6") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "38ca1c17-b82e-491e-b02a-3035cde10bc3") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a157ef3f-dc3b-4b5c-85b7-005ddfd5ae0c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "39c41750-cf34-4246-961c-604334844082") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "86ffb0fe-2ee6-4dc2-832c-d542936e9296") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5f47733f-670a-4d28-8b22-6d1093f163b9") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "60a866cb-3f47-43d5-ae8a-90702fbc7fa0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "c9eee1cf-2267-4762-bd77-a1cccea28647") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 7 "Net-(D6-K)") + (pintype "passive") + (uuid "21aa07f3-ef8c-49d3-9a7e-a8775cd17c6c") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 29 "/IN2y") + (pintype "passive") + (uuid "200424ea-d2a0-4027-bb7a-14dd50774e6d") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41722") + (at 67.58 115.316) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R9" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "fcc13ad6-4f15-41a0-b3a2-df0c8f91cda2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "aa0332fd-31b7-40b4-ab54-4020ec1d9786") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10ce2dba-0ac9-4185-8d0d-c4be56af90f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3dc0b15d-ce4c-4439-83c8-d0948e542d7a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 67.58 115.316 0) + (layer "F.Fab") + (hide yes) + (uuid "b6f8eb12-306b-407c-860d-b21b8248c97f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ae944f") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "965dc5c3-576d-4f38-b8b2-14a09c2b38fb") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f77f019-9d8c-42df-aa98-c6714702ddcc") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "589ed06d-af5a-4745-b586-1879b82fca6f") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4b014128-59ad-48ce-bf2b-b4f837a3ee70") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9827e95c-1309-454d-8842-66801e541d95") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ef530053-7bad-4636-ae2c-9b07d6f0d546") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0a4ccd22-b407-4afa-978a-80ea593a3672") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "72c945c4-fe9d-4703-a57c-f9b32b7fbe39") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9ec9b8f3-6ff1-40ed-8faf-073639f29f01") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0a2de2c6-c4be-4318-a119-e4e7c564c10a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "b0f66704-567f-45b2-b7c3-8a15a8a7fdb4") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 26 "+5V") + (pintype "passive") + (uuid "867f67ae-0a54-441d-a829-1ca3fd55c557") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 18 "Net-(Q3-C)") + (pintype "passive") + (uuid "86a5008f-cc15-4830-8187-1d4795510c2c") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41733") + (at 86.852 110.236) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R10" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "7f015e81-0165-44e7-aaa4-c9d413aa8f88") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "db060cc6-f410-4e49-ba9c-cb8502ceb882") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1346179d-3312-4026-8b86-dfe0a1b603ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "776b0637-c1bd-4474-82c4-80e97ab53bc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 86.852 110.236 0) + (layer "F.Fab") + (hide yes) + (uuid "a11b4312-5d96-40a6-bd10-148a268cc917") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060b01051") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7154ee69-0918-42f8-918f-8be4ad18605a") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1a9e9660-bd8b-46f2-b1ef-cf6afbe16295") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0c55dffd-b3be-4a20-a9fd-518048e37806") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "861d5cec-bc07-4659-818d-cb66bc162391") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "01f5178a-b80b-4bd9-a8ed-5adb23ecfbca") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "652e1383-0da4-4384-b25d-b1703d02a750") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bea33fba-6e25-40fd-a3c3-fa87fad647d8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5aba2a90-5dbc-49de-a7cb-902c2295d67a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bdf3f297-03df-40cf-b402-33ec0b30a636") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9b06b34b-c1e7-491c-a62c-97df9f876427") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "ec561744-bed2-45bf-b80f-84c2fe6a19c4") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 26 "+5V") + (pintype "passive") + (uuid "cbfbc9c2-e1c6-4df4-ab36-ff6db93f8123") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 19 "Net-(Q4-C)") + (pintype "passive") + (uuid "f966e1af-e1ad-4ab1-813f-41e1e8f81187") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41744") + (at 87.36 143.256) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R11" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "c16819a0-c27b-445d-bb20-2f24f587ab1a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "178076b6-92bb-4a0b-9039-7b1a32349d40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83d423ad-97b4-4f64-85a7-f93169965841") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ed24106-fb1a-4981-81c6-43bbd00f977c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.36 143.256 0) + (layer "F.Fab") + (hide yes) + (uuid "3caffec2-8c07-4290-8105-7526595e50a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af094d") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f3b2c01-52be-46bf-ba82-53ea08baa95a") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae5efdf7-6f32-4188-9c55-2af5301541be") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e1e9bdf2-aa1c-471e-9cdd-afc1f4fe077a") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "51cf3736-5cb8-4cc7-8457-e82575155ed8") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4e164d59-cd0d-4e26-90cd-d988a3cf3728") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cc795a99-7d65-4ff2-bbe6-bd64ffe9e4a5") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "84a31dcd-7feb-4cf7-bc2f-624c3201babe") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aa30a706-e3cc-4916-89d8-11cd11efbaf5") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0e5f6514-4d9b-479e-8808-e8a451f7474b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0e512867-739f-476b-bc83-2c5d200db26e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "31fdfeef-78a4-40dd-bfa6-61ddd404816a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 10 "Net-(D9-K)") + (pintype "passive") + (uuid "d46c4581-2252-4d31-b681-2b4ee31e75c6") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 20 "OUTb") + (pintype "passive") + (uuid "0720ef4b-f4d5-4a37-b196-37ad6ab63aee") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41755") + (at 68.58 148.844) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R12" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "e48e2912-eda1-49f2-be8b-93c3c6bb1f55") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "1d19914b-4631-4422-9540-e6c283661460") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99b8686e-2334-4f67-8045-92f84cbab59c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2dd80cfe-6831-4c40-bd35-dfb25ab31c3a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 68.58 148.844 0) + (layer "F.Fab") + (hide yes) + (uuid "5bada87f-3e57-4dd9-8792-d3852baf6400") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ac9f0d") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "95fb7fcf-1887-4974-a493-3231748d5fc6") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f82b5f99-da79-4c30-b6f3-980234ab4b43") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "efdf99b5-fff0-41e5-9580-0d469635e91f") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "254a9983-22ad-4102-8f68-0ff6ea5d0e89") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3d4a813a-16d2-4003-90a1-b3d13e318315") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "192a0acf-ecbe-4cc6-b129-87ec770d96d8") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8c895ff2-7773-4da3-946e-4a8c4033dc94") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aef5f578-a41f-4d6b-b2ce-ac94915aff3a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3355af9d-c964-4466-a756-d1ef77eb9b51") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "18bc2c4d-7224-4eec-aaac-746c23357c5d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "a5f4093f-2b29-4529-8e84-27f34217be40") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 11 "Net-(D10-K)") + (pintype "passive") + (uuid "d2a7f43e-8412-4d63-88f0-9c409b60627c") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 23 "OUTa") + (pintype "passive") + (uuid "ff16d775-d36b-42b9-8a50-6ac61a24d1a4") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41766") + (at 87.36 140.208) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R13" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "894d9715-0993-4696-a730-8297d5ac114e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "83a10048-c467-4225-b817-3af1c18af7e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f27db2d7-226d-4496-a0d7-e2f12b0ea1ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e0d019ca-9859-4a75-8dfa-d5a72e6be38b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.36 140.208 0) + (layer "F.Fab") + (hide yes) + (uuid "0442af6f-1399-47a1-a809-cf62f851368e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060af0941") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d996787-7efc-4a8d-a408-be95fd479053") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "de9522cb-265c-44ac-b2b8-b9e9b82999e7") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2ed1a61d-75c5-4c59-996e-06174996a474") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ff612175-f52c-4baf-886b-1f731c82158e") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e1300c3f-5108-4ae0-9041-827983441ab6") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1631e4e9-2c6a-4ca2-b6e4-deaa654412d1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0e1bb489-4b1e-43f5-8ba6-6d5a0c6f7f2d") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bce175f8-4f5a-449c-a5f3-d142569dfcb5") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29e5701a-836b-4a88-a5c3-066d1149778d") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "86f46660-9e61-47b4-b616-25824768ac4e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "41d21bc0-d6b3-4f7c-83bc-431d5fb4737d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 26 "+5V") + (pintype "passive") + (uuid "0135310b-0dab-4840-aed5-d68271cca975") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 28 "Net-(Q5-C)") + (pintype "passive") + (uuid "028dc30a-c856-4fca-b30c-175d9046c17a") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060e41777") + (at 67.548 156.972) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R14" + (at 3.318 -0.254 0) + (layer "B.SilkS") + (uuid "55a219ed-3328-4526-bf58-9800877def1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "17fee106-67c2-4605-8221-ff3f31158d32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f367953-0499-42b2-bf5f-4083d85b6aaa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e0c8783-6422-4c64-bb48-7fbb4362dd27") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 67.548 156.972 0) + (layer "F.Fab") + (hide yes) + (uuid "cc2f092a-19ac-4e1f-ae22-8ac7ecc6ac1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000060ac9f01") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ba3150f-841e-4e66-a6f1-543b91e64431") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "89608889-3869-4dc9-b870-c201266db035") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bf072243-15a4-4493-9d3b-1e42b9a0e433") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "18072ba0-4440-44e6-a58b-dfeb529ae480") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2eb32cfb-3abe-471c-b5a3-d3c46b45821a") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "637f7663-1cc8-4c45-a7dc-cdb0712c94aa") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "449360b5-783d-4750-8580-62af28698a8f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "03f9f27c-b6f9-4785-8273-1ef1cf8813c2") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "efaad47a-b661-4d0d-899a-4c543b9aa1dc") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "318b85e5-c3ab-4fbd-b3d6-c6380da761c5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "672af996-bf90-4943-ba6b-2c311a8c046d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 26 "+5V") + (pintype "passive") + (uuid "1ff667e3-9d7d-4e8d-a624-115212c68ad0") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 30 "Net-(Q6-C)") + (pintype "passive") + (uuid "f3a0a8f0-c480-48d5-95c2-10179cfd7454") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-0000610437e2") + (at 88.9 114.3 180) + (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x03 2.54mm single row") + (property "Reference" "J8" + (at 0 2.77 0) + (layer "B.SilkS") + (uuid "4ee39f8b-3e3b-4de5-aad8-c3945c136ce9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "01x03 Male" + (at 0 -7.85 0) + (layer "B.Fab") + (uuid "68fc34ce-4029-4fa5-9585-cbf486a2e561") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c71b92d1-99c2-4f54-a68c-b0bff0c94a50") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41946635-433a-4ac1-97eb-1880c761f39e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 88.9 114.3 0) + (layer "F.Fab") + (hide yes) + (uuid "cdc567c4-3b9e-4c76-97d7-cc1205e23b8b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-0000610423aa") + (attr through_hole) + (fp_line + (start 1.33 1.33) + (end 0 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c871290-dcda-478b-919a-7953b257419c") + ) + (fp_line + (start 1.33 0) + (end 1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a96cbae6-2962-40c5-be4d-fd086ad0360a") + ) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "00ea6628-13ff-4104-82e0-bae4e9e28f7b") + ) + (fp_line + (start 1.33 -6.41) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd28a090-5bf4-45c0-b416-74c9c24c3d6b") + ) + (fp_line + (start 1.33 -6.41) + (end -1.33 -6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "438918de-ab7e-45ce-9e3f-b0fdf6786225") + ) + (fp_line + (start -1.33 -6.41) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3beb2958-f353-4b63-92e9-feb180930c3b") + ) + (fp_line + (start 1.75 1.8) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e7f9ef84-2d39-4640-8a16-28d894e3e304") + ) + (fp_line + (start 1.75 -6.85) + (end 1.75 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3240bc5c-568f-44ec-9d3a-80515f5fb4ab") + ) + (fp_line + (start -1.8 1.8) + (end -1.8 -6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c28a6d77-4044-4392-abf5-fe4d227a5014") + ) + (fp_line + (start -1.8 -6.85) + (end 1.75 -6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "68c7f5ca-5260-4fce-a725-b754eccd9c09") + ) + (fp_line + (start 1.27 0.635) + (end 0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "be2ea78c-797f-47d0-b284-80d79f3f1b00") + ) + (fp_line + (start 1.27 -6.35) + (end 1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d4b1fa45-e8a1-4263-b297-8f1fc446c0bc") + ) + (fp_line + (start 0.635 1.27) + (end -1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ad5f36ea-1ecf-431f-8634-b95606259455") + ) + (fp_line + (start -1.27 1.27) + (end -1.27 -6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "849e5c77-4a24-4480-952b-da73d80979fa") + ) + (fp_line + (start -1.27 -6.35) + (end 1.27 -6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b8a50516-dc8d-40fc-82de-6ec9d73134a5") + ) + (fp_text user "${REFERENCE}" + (at 0 -2.54 -90) + (layer "B.Fab") + (uuid "a7b560cc-2fdc-48ef-b607-dc8365fa8d5d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Xb") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "d50d9e53-2c9a-4885-8472-30319aac5dba") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Yb") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "65deebe3-dc03-4c0e-90be-b3cf235fc3cc") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "OUTb") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "5c99099c-7f9b-4145-a650-29457bcb8b58") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061044696") + (at 52.87 90 180) + (descr "Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x05 2.54mm single row") + (property "Reference" "J4" + (at 0 2.77 0) + (layer "B.SilkS") + (uuid "2fe365de-b976-431b-90f3-75377b429ebc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "01x05 Male" + (at 0 -12.93 0) + (layer "B.Fab") + (hide yes) + (uuid "a5d17e6f-e170-4ed4-9d71-35fff15bad72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1248b734-1266-4142-86d2-c36ad225d7f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e447a53f-ede5-4a9a-a3fa-3faac0d2894d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 52.87 90 0) + (layer "F.Fab") + (hide yes) + (uuid "efa0ec62-1618-4f8d-ba01-9cef32ac2372") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061041bca") + (attr through_hole) + (fp_line + (start 1.33 1.33) + (end 0 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "de85478c-dcbc-4e7a-83ca-dd9898b9e748") + ) + (fp_line + (start 1.33 0) + (end 1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb55701c-b9fe-4c7b-9f31-6a9e4378a87e") + ) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "46450096-68b7-46b0-aee5-cb8380b58f38") + ) + (fp_line + (start 1.33 -11.49) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b5e1da24-4b62-4e09-bc07-54205ac62ab7") + ) + (fp_line + (start 1.33 -11.49) + (end -1.33 -11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f6bc1afc-03d5-41ea-9639-080dfc79c940") + ) + (fp_line + (start -1.33 -11.49) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "38f0b3c0-0c99-42e8-9058-edea2ecec4ea") + ) + (fp_line + (start 1.75 1.8) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7cded2b9-cfe6-4b14-bc9a-15b5f4ba2ea0") + ) + (fp_line + (start 1.75 -11.9) + (end 1.75 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cddbb535-f606-4b66-9f6b-b3c088d7be86") + ) + (fp_line + (start -1.8 1.8) + (end -1.8 -11.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1ab3390e-7222-41e0-9fb2-58c381b0ed49") + ) + (fp_line + (start -1.8 -11.9) + (end 1.75 -11.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c003caaf-51d0-4911-ba27-184e8199cb46") + ) + (fp_line + (start 1.27 0.635) + (end 0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "64cefbdb-9e05-495d-9805-68907dcfe53e") + ) + (fp_line + (start 1.27 -11.43) + (end 1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4753ebe3-f403-4c1f-a0a0-6a742db14bbc") + ) + (fp_line + (start 0.635 1.27) + (end -1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "debe82e1-4bdb-44ed-8106-9125aabe0a9c") + ) + (fp_line + (start -1.27 1.27) + (end -1.27 -11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e65bc8ee-ee7a-4628-acdb-11788def486b") + ) + (fp_line + (start -1.27 -11.43) + (end 1.27 -11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "589b993f-f392-4cf3-a0fa-5c7eea73d6d5") + ) + (fp_text user "${REFERENCE}" + (at 0 -5.08 -90) + (layer "B.Fab") + (uuid "09cd4f9c-7966-4b4d-9e66-e38fbf567502") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "+5V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "537c9453-379e-42a3-a3ce-37215f03e893") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "e2ee506a-fab3-4150-9e06-c7a932f281ea") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "Xa") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "daa5b887-e9f5-4583-8dd2-3d6bea02ad78") + ) + (pad "4" thru_hole oval + (at 0 -7.62 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Ya") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "d4c7c6b1-e919-46b7-870a-36d44381d275") + ) + (pad "5" thru_hole oval + (at 0 -10.16 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "OUTa") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "17d3286f-76de-4428-a663-a5ad5d54a401") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 91.1 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "099d8485-6ac4-4787-9699-32d0d4dcc96d") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5857bbc8-fead-4e8a-ae3c-2c081ccc2f68") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "9fe5cfaf-8e13-45c4-b677-e60b4f2cc9a1") + ) + (segment + (start 73.278 68.072) + (end 73.278 69.044) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "032d8479-5912-4888-9f41-eaf4f730b2bf") + ) + (segment + (start 68.056 71.12) + (end 71.17 71.12) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "4698e2b2-fcb5-433f-adc1-c7d639fca12e") + ) + (segment + (start 73.278 69.044) + (end 71.186 71.136) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "a0324b99-1bc2-4b86-9022-484589c14426") + ) + (segment + (start 71.17 71.12) + (end 71.186 71.136) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "fb1870dc-38d7-440b-a321-1da89e966926") + ) + (segment + (start 89.534 73.351) + (end 90.067 72.818) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "21059972-aa38-4116-b15a-3b52ba8d41d6") + ) + (segment + (start 89.392 68.58) + (end 89.392 69.694) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "35e1ae3c-9271-4c74-8e9d-d493d91bb5c0") + ) + (segment + (start 89.534 80.772) + (end 89.534 73.351) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "9f9075fb-4373-47ae-aad0-cf432b84c704") + ) + (segment + (start 90.067 69.255) + (end 89.392 68.58) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a8d13d18-d3c0-41dc-8e83-144a78063e9f") + ) + (segment + (start 90.067 72.818) + (end 90.067 69.255) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b2731d24-0cf8-4d4d-ac43-76736e708b3d") + ) + (segment + (start 89.392 69.694) + (end 87.442 71.644) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "bd1c45b3-2f32-42a1-a9e5-fa1c067fb319") + ) + (segment + (start 62.22 76.2) + (end 66.130751 72.289249) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "11eda5a1-dd90-47f3-a131-14c348440225") + ) + (segment + (start 71.511 72.289249) + (end 72.601749 71.1985) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "2b36b6a4-030d-4cf6-a9a2-a194ef7a65bb") + ) + (segment + (start 66.130751 72.289249) + (end 71.511 72.289249) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "56c3c804-7899-400e-8a8e-b53b3a0f93ca") + ) + (segment + (start 72.601749 71.1985) + (end 73.086 71.1985) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "a69e06b8-141b-4d36-8134-505c793528a5") + ) + (segment + (start 89.342 71.7065) + (end 88.851251 71.7065) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "637d24e3-5ed9-466b-b39e-04c829f44dd8") + ) + (segment + (start 88.851251 71.7065) + (end 84.357751 76.2) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "9038acf3-eab6-4e9d-b5cc-14c7f8d07666") + ) + (segment + (start 84.357751 76.2) + (end 82.032 76.2) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "9c65446d-9b9c-45b5-a51b-24c4a77eafdd") + ) + (segment + (start 73.404 109.558) + (end 71.186 111.776) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "004f486d-6231-4640-b1b9-65d53144a017") + ) + (segment + (start 73.404 108.712) + (end 73.404 109.558) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "45d75959-5a18-40f5-9bbd-241bfea58cee") + ) + (segment + (start 71.186 111.776) + (end 68.564 111.776) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "d76f60ee-b3b7-4c85-b463-02ac2bf3b088") + ) + (segment + (start 68.564 111.776) + (end 68.548 111.76) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "e835a132-496b-4ca4-b8fd-194275466f7b") + ) + (segment + (start 86.426 105.172) + (end 86.426 104.058) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "2063356c-3df1-48c9-bdc3-9d94b23d7900") + ) + (segment + (start 88.376 102.108) + (end 88.518 101.966) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "24e970ce-f719-49a3-b98f-2b4ead3c48db") + ) + (segment + (start 88.518 101.966) + (end 88.518 98.552) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "da475133-b023-4c2e-a882-62b609e18580") + ) + (segment + (start 86.426 104.058) + (end 88.376 102.108) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "fb885e8d-39b7-423b-bb27-4cb78d24cf47") + ) + (segment + (start 72.595251 111.8385) + (end 70.387751 114.046) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "61e50913-1635-4514-8411-178621f68877") + ) + (segment + (start 70.387751 114.046) + (end 65.014 114.046) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "62f648c2-1a4e-412a-a2ac-a1a6f6bfd5cb") + ) + (segment + (start 65.014 114.046) + (end 62.22 116.84) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "d10d5868-b3f1-4372-815a-b9e0a0632844") + ) + (segment + (start 73.086 111.8385) + (end 72.595251 111.8385) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "d8cc7dc5-c818-4869-8f0a-116d3f833435") + ) + (segment + (start 88.326 105.172) + (end 88.326 109.09681) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "15b44777-38ed-4b20-9662-53029f706283") + ) + (segment + (start 88.77701 109.54782) + (end 88.77701 110.92418) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "2dce8be7-ace6-46bd-a8a8-d7b8bceec8e9") + ) + (segment + (start 88.77701 110.92418) + (end 82.86119 116.84) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "63495eef-d334-4abc-a8ca-2816268fae31") + ) + (segment + (start 88.326 109.09681) + (end 88.77701 109.54782) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "690b7542-59e4-4c57-bb83-37dceaa45d22") + ) + (segment + (start 82.86119 116.84) + (end 82.55 116.84) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "f60f3a6b-f861-4e33-a782-70652eab57f3") + ) + (segment + (start 86.234 146.512) + (end 86.426 146.32) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "10ee64b1-97e4-4bee-b918-fca4822facd8") + ) + (segment + (start 86.426 146.32) + (end 86.426 143.322) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "211825bc-c063-47f8-8ce9-16e8dcc9aa1c") + ) + (segment + (start 86.426 143.322) + (end 86.36 143.256) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "721182a7-9a2a-453e-a4d2-71fc3216785e") + ) + (segment + (start 86.234 151.384) + (end 86.234 146.512) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "ec1eb7aa-953d-4677-8046-93876d914d96") + ) + (segment + (start 66.422 144.78) + (end 66.422 147.686) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "135d25fd-151a-4eb9-8116-51469968956a") + ) + (segment + (start 66.422 147.686) + (end 67.58 148.844) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "ae89b47a-202f-48a9-8220-6d7f3fbf8200") + ) + (segment + (start 67.58 148.844) + (end 67.58 152.366) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "f3b5ee30-6624-4f47-b7fb-ce34d3d456f5") + ) + (segment + (start 67.58 152.366) + (end 67.63 152.416) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "faf567c3-961c-4f60-8e8f-39ea7ebdab67") + ) + (segment + (start 88.326 151.958) + (end 88.326 146.32) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "1c29e92d-1351-4ec9-afa6-14cf8ca7e085") + ) + (segment + (start 82.56 156.464) + (end 83.82 156.464) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "4eb1f8c1-216c-4705-8470-831084f8a4a8") + ) + (segment + (start 83.82 156.464) + (end 88.326 151.958) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "717754c2-40a5-40b6-b3c1-35d80b3aa6ef") + ) + (segment + (start 69.039251 152.4785) + (end 65.053751 156.464) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "4e0670e2-9ff4-4594-83e0-5d0c9b72d974") + ) + (segment + (start 65.053751 156.464) + (end 62.24 156.464) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "6ca1b4e6-7078-49bf-bca8-bbab79a5e3c3") + ) + (segment + (start 69.53 152.4785) + (end 69.039251 152.4785) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "c35e1cef-1835-4b12-a0b7-de7544f2e33c") + ) + (segment + (start 72.136 73.136) + (end 69.596 73.136) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "547bc633-3c8c-4082-a40f-8d813dc980bd") + ) + (segment + (start 69.596 73.136) + (end 68.564 74.168) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "bd16cd5c-8eb6-4123-8781-97c552d5885a") + ) + (segment + (start 63.42 93.86) + (end 63.5 93.78) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "21475a85-419e-4e93-8e43-105102fa63e7") + ) + (segment + (start 63.5 93.78) + (end 63.5 73.5) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "54b7528c-39f6-4d91-8d93-a31252267b48") + ) + (segment + (start 63.5 73.5) + (end 60.96 70.96) + (width 0.25) + (layer "F.Cu") + (net 15) + (uuid "d4cf0fc6-e1c3-48e7-aa36-47b56dc4c7ba") + ) + (segment + (start 65.896 70.96) + (end 66.056 71.12) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "13f147b0-a970-4af8-968d-cd7610f33454") + ) + (segment + (start 60.96 70.96) + (end 65.896 70.96) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "3c2ad552-9bcb-44cc-a033-dbab2265e683") + ) + (segment + (start 88.392 76.692) + (end 88.376 76.708) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "1a07a6a9-f87f-4cac-812f-c9199c0ea14d") + ) + (segment + (start 88.392 73.644) + (end 88.392 76.692) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "ed01157b-6ca0-4110-8265-b9d446f59849") + ) + (segment + (start 60.96 111.6) + (end 63.754 114.394) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "0ce8cea1-8969-4624-b36d-137298a217d1") + ) + (segment + (start 63.42 119.714) + (end 63.42 134.5) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "52b493c8-3efe-45b5-98b5-33970b8a2a90") + ) + (segment + (start 63.754 114.394) + (end 63.754 119.38) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "a51aaea6-29ad-48fb-9b16-15fc13b6be95") + ) + (segment + (start 63.754 119.38) + (end 63.42 119.714) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "e484ba16-8efa-4c97-a73c-ec0ab8281b26") + ) + (segment + (start 61.12 111.76) + (end 60.96 111.6) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "15465765-d31a-4bd3-9c31-d6ebddb00820") + ) + (segment + (start 66.548 111.76) + (end 61.12 111.76) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "b736b54f-07a6-46a7-9805-92b5eb72053b") + ) + (segment + (start 68.58 115.316) + (end 70.596 115.316) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "0339d1af-411b-4e7b-ab7f-9ad8c0566481") + ) + (segment + (start 70.596 115.316) + (end 72.136 113.776) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "5ad5b936-e280-4882-bd06-7182753cab08") + ) + (segment + (start 87.852 107.648) + (end 87.376 107.172) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "054fd422-88d0-45ef-b24c-c7c5f08a0c24") + ) + (segment + (start 87.852 110.236) + (end 87.852 107.648) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "fc37c98a-4a24-45cc-afe4-b59af3e7d5b5") + ) + (segment + (start 81.877002 138.176) + (end 79.248 138.176) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "17d6e052-8317-4e22-8f8b-37662fa8540d") + ) + (segment + (start 88.9 119.38) + (end 89.28501 119.76501) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "275f96eb-ad23-4936-a145-d2dabb0a0cd8") + ) + (segment + (start 89.28501 142.33099) + (end 88.36 143.256) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "2944835d-2b71-4969-a44f-193c10182579") + ) + (segment + (start 73.152 141.224) + (end 76.2 138.176) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "34b4b586-2c4a-49b5-b862-c1c880e781ab") + ) + (segment + (start 89.28501 139.51982) + (end 89.28501 142.33099) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "4640868a-e81c-408a-9795-ac262ea322b4") + ) + (segment + (start 76.2 138.176) + (end 79.248 138.176) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "51ce9a9f-4560-452e-bcff-c2e0059ed129") + ) + (segment + (start 73.152 146.812) + (end 73.152 141.224) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "64205a84-073b-43f8-8b4f-55d812c4386d") + ) + (segment + (start 89.28501 119.76501) + (end 89.28501 130.767992) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "6965e72c-b509-4b7e-8a3f-47c01e7333e1") + ) + (segment + (start 89.28501 130.767992) + (end 81.877002 138.176) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "776bea64-db5a-4788-9905-14bfad3983c4") + ) + (segment + (start 87.94119 138.176) + (end 89.28501 139.51982) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "857888eb-d499-4fa6-a39d-307a47fc928e") + ) + (segment + (start 79.248 138.176) + (end 87.94119 138.176) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "dc595c56-1fd8-4ba8-851e-54926dd00263") + ) + (segment + (start 88.9 117.640998) + (end 88.9 116.84) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "45607bc1-e00a-4c18-93ee-a2936c064b67") + ) + (segment + (start 81.24 134.5) + (end 81.24 125.300998) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "523780bd-9fab-4ee9-acd8-d46ab852ce09") + ) + (segment + (start 81.24 125.300998) + (end 88.9 117.640998) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "fa79be64-730b-4e67-9278-db671699dcdc") + ) + (segment + (start 88.9 111.4376) + (end 88.9 114.3) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "31e19c75-453a-4a79-baf5-c0919dd69f5b") + ) + (segment + (start 81.24 93.86) + (end 82.465001 95.085001) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "384cc2a7-8d1b-4c3d-886d-008d0fc0071f") + ) + (segment + (start 89.501012 110.836588) + (end 88.9 111.4376) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "43a50840-73af-4863-b422-1b2a1d925bd0") + ) + (segment + (start 86.751001 95.085001) + (end 89.501012 97.835012) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "6d79e0c3-8d09-4a3d-bb77-4c105b7fd657") + ) + (segment + (start 82.465001 95.085001) + (end 86.751001 95.085001) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "84f5e2cf-b7e1-4c87-aaa7-50e3e712a4dd") + ) + (segment + (start 89.501012 97.835012) + (end 89.501012 110.836588) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "9d2ff6c8-b277-4e53-92cf-d4341f79ac4b") + ) + (segment + (start 52.87 100.16) + (end 51.914999 101.115001) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "174d48fc-01f2-45a6-9da1-2f5d6a138171") + ) + (segment + (start 51.914999 144.370999) + (end 53.848 146.304) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "485481b8-e4a1-4723-9ccf-7c33ffd5b39c") + ) + (segment + (start 51.914999 101.115001) + (end 51.914999 138.528999) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "63170a3d-b9e4-4b8a-9447-3faf851fb666") + ) + (segment + (start 51.914999 138.528999) + (end 51.914999 139.036999) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "7b4a7822-78e0-478f-a47d-45ef16233261") + ) + (segment + (start 51.914999 139.036999) + (end 54.864 141.986) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "c48b0b02-4355-4070-8709-245154ff4784") + ) + (segment + (start 51.914999 138.528999) + (end 51.914999 144.370999) + (width 0.25) + (layer "F.Cu") + (net 23) + (uuid "ed178d78-f84b-4a72-b4ac-d532c0266277") + ) + (via + (at 54.864 141.986) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "842d2376-d502-447e-8b52-b0f14ff18524") + ) + (segment + (start 54.958 142.08) + (end 65.357 142.08) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "098d8245-bca2-4098-b8b6-b57b492490cc") + ) + (segment + (start 69.58 148.844) + (end 69.58 146.303) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "0ae6d796-9806-496a-abf2-6c19a901ed8d") + ) + (segment + (start 69.58 146.303) + (end 65.357 142.08) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "1362c8b4-eba6-4840-b04c-517a7c701eb7") + ) + (segment + (start 54.958 142.08) + (end 54.864 141.986) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "b3a7df25-dfb9-4f75-ba1d-95499c836cc1") + ) + (segment + (start 54.945022 99.695022) + (end 54.945022 117.740411) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "09cd4428-4660-4f82-b963-87897ac32714") + ) + (segment + (start 54.945022 117.740411) + (end 60.92 123.715389) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "4dad70c8-3930-44ae-b8f7-64667495db08") + ) + (segment + (start 54.945022 99.695022) + (end 52.87 97.62) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "8af14e6e-7d20-4abc-a29d-b9366a94b417") + ) + (segment + (start 60.92 123.715389) + (end 60.92 134.5) + (width 0.25) + (layer "F.Cu") + (net 24) + (uuid "a41ce995-b863-4132-91cf-464e097a93dc") + ) + (segment + (start 52.87 95.08) + (end 53.719999 95.929999) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "23d2c36a-8bb3-4fdd-aa92-0fb1e102a46f") + ) + (segment + (start 53.719999 95.929999) + (end 58.850001 95.929999) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "46f6d459-2141-4f01-aff0-3d196e230232") + ) + (segment + (start 58.850001 95.929999) + (end 60.92 93.86) + (width 0.25) + (layer "F.Cu") + (net 25) + (uuid "abf81423-6e8c-45c6-8f88-024d766315c7") + ) + (segment + (start 74.277001 147.937001) + (end 75.184 148.844) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "063c67ca-66c0-467e-91f0-42c801e42cdb") + ) + (segment + (start 51.694999 95.644001) + (end 52.305999 96.255001) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "181cfa36-8000-415e-8e43-4f29fd29d0b9") + ) + (segment + (start 61.862 98.636998) + (end 74.277001 111.051999) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "1cdbba0f-8e49-4e3e-b450-be87f8cc8aef") + ) + (segment + (start 55.626 98.636998) + (end 59.097002 98.636998) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "2bdd5ba7-2561-42ad-9e02-d37f280df23b") + ) + (segment + (start 67.40501 83.15301) + (end 78.39099 83.15301) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "2d1da2bd-22bb-4b49-94cf-3efc4c33176d") + ) + (segment + (start 67.40501 91.687992) + (end 67.40501 83.15301) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "31104b28-9f9e-43f1-b091-2597a4771ab1") + ) + (segment + (start 70.104 117.348) + (end 67.056 117.348) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "42eb4dd3-92ed-426d-98c2-2ea68947a90a") + ) + (segment + (start 52.305999 96.255001) + (end 53.244003 96.255001) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "4d314aec-d662-46ed-800c-7ae283216887") + ) + (segment + (start 74.277001 111.051999) + (end 74.277001 111.650999) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "72f5547c-e970-40ee-8304-41963985b094") + ) + (segment + (start 74.277001 113.174999) + (end 74.277001 147.937001) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "7933d5e2-ef36-4d56-80d0-9b5e0ee7872c") + ) + (segment + (start 74.277001 113.174999) + (end 70.104 117.348) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "7bbb3bc8-9ea4-4049-b879-e82cfbde9b75") + ) + (segment + (start 67.40501 76.54901) + (end 66.548 75.692) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "7d205a75-f423-49cc-9ac4-e41fb1ca6eb9") + ) + (segment + (start 59.097002 98.636998) + (end 60.456004 98.636998) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "82ec921b-27ac-44a0-9a76-359a00b1dc38") + ) + (segment + (start 75.692 110.236) + (end 83.82 110.236) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "8a57e970-90bd-436e-8d94-319ac42d175c") + ) + (segment + (start 78.39099 83.15301) + (end 81.28 80.264) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "8d17ce29-49e0-4394-957e-ebd4944f56fb") + ) + (segment + (start 67.40501 83.15301) + (end 67.40501 76.54901) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "92d226b6-d1e6-4818-9b51-b569b5d124ea") + ) + (segment + (start 59.097002 98.636998) + (end 61.862 98.636998) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "98065c61-c5c6-4b0f-ab3a-444f67635f58") + ) + (segment + (start 52.87 90) + (end 51.694999 91.175001) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "98d8474d-8c16-4549-987e-d4a75d6e077a") + ) + (segment + (start 51.694999 91.175001) + (end 51.694999 95.644001) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "9bca15e3-312e-48d8-8fc1-c3e4da3ccbe2") + ) + (segment + (start 74.277001 111.650999) + (end 74.277001 113.174999) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "b9bc5387-7f5a-4e49-89c5-7e4af697d108") + ) + (segment + (start 60.456004 98.636998) + (end 67.40501 91.687992) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "c88ca97c-d05d-462c-ad14-8f681466a462") + ) + (segment + (start 53.244003 96.255001) + (end 55.626 98.636998) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "ea029a99-51ea-4414-8c1c-e3d9151aaf71") + ) + (segment + (start 74.277001 111.650999) + (end 75.692 110.236) + (width 0.25) + (layer "F.Cu") + (net 26) + (uuid "f5bdcf91-6efe-45ff-8f32-09ea50b4769e") + ) + (via + (at 75.184 148.844) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "3139ef4c-ee8d-45cf-ae04-231db610503d") + ) + (via + (at 67.056 117.348) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "5d8afb34-045b-4343-a750-1f65344ec651") + ) + (via + (at 83.82 110.236) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "78d4439e-cd40-4417-b4a2-fe6f05192f08") + ) + (via + (at 81.28 80.264) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "a54e5578-3226-4844-aa0e-e1ec99df7c96") + ) + (via + (at 66.548 75.692) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "c5908ca2-580b-4e8f-9b80-12657c8ed376") + ) + (segment + (start 70.255001 152.615997) + (end 70.255001 156.878189) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "0746afb1-6dc6-491b-9519-f94ef4cd0077") + ) + (segment + (start 67.57301 157.99701) + (end 66.548 156.972) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "0cd7cc0a-c31f-4bf0-9823-d55a67002325") + ) + (segment + (start 81.082797 142.080001) + (end 84.487999 142.080001) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "10739b3f-8972-49ae-bb8c-413fbc992307") + ) + (segment + (start 85.852 110.236) + (end 83.82 110.236) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "1b8e6bb1-dc84-4970-9389-1b707542df7c") + ) + (segment + (start 75.184 147.978798) + (end 81.082797 142.080001) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "1ce3b596-92c3-4872-9c31-8844ab551da9") + ) + (segment + (start 81.28 80.264) + (end 84.836 76.708) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "44074739-3c50-47d6-9bdc-c7cf351a2796") + ) + (segment + (start 69.13618 157.99701) + (end 67.57301 157.99701) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "4417644d-f11b-4fe2-8eb3-0db4c52a59cc") + ) + (segment + (start 74.026998 148.844) + (end 70.255001 152.615997) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "6148c45e-fb5c-4b04-9153-ff16f6c1996a") + ) + (segment + (start 84.487999 142.080001) + (end 86.36 140.208) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "6b6b5157-c923-482e-a753-47a95ad55882") + ) + (segment + (start 66.548 74.184) + (end 66.564 74.168) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "6d9028d8-49c2-4571-9e20-b6948f4b89c9") + ) + (segment + (start 75.184 148.844) + (end 74.026998 148.844) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "704cbb43-79ac-4270-8e45-c14e216f738a") + ) + (segment + (start 67.056 115.792) + (end 66.58 115.316) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "7eb4eeb7-4f9a-48a4-80b8-f8e086f5dd93") + ) + (segment + (start 66.548 75.692) + (end 66.548 74.184) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "91b71c48-afa0-4089-9d92-3f9c7a82fda1") + ) + (segment + (start 84.836 76.708) + (end 86.376 76.708) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "b3f1ba14-6772-48e6-afd9-2cbf9cf9c0da") + ) + (segment + (start 67.056 117.348) + (end 67.056 115.792) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "b849a737-5ab2-4eb7-8aaa-297df1aa32b0") + ) + (segment + (start 70.255001 156.878189) + (end 69.13618 157.99701) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "bbc1accd-24a7-45a7-9894-2437cd52083a") + ) + (segment + (start 75.184 148.844) + (end 75.184 147.978798) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "bfd0e1b1-2a9c-4a49-8973-62bba2f06f15") + ) + (segment + (start 81.28 70.96) + (end 83.74 73.42) + (width 0.25) + (layer "F.Cu") + (net 27) + (uuid "83af3f81-c3b9-4e3a-bafc-dcd94906f83d") + ) + (segment + (start 83.74 73.42) + (end 83.74 93.86) + (width 0.25) + (layer "F.Cu") + (net 27) + (uuid "882e3ef0-0422-4b18-a0e5-994ebca60338") + ) + (segment + (start 87.392 68.58) + (end 83.66 68.58) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "12ed031f-c20b-4ede-8962-76e7f27d4d8f") + ) + (segment + (start 83.66 68.58) + (end 81.28 70.96) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "2c971bb0-e6c1-479f-92da-dfa328e02bc5") + ) + (segment + (start 87.376 141.192) + (end 87.376 148.32) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "14fe3e53-87a7-42c2-829c-6d291b142c3a") + ) + (segment + (start 88.36 140.208) + (end 87.376 141.192) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "bf46cf08-9080-4d84-8fd6-01bed5435df6") + ) + (segment + (start 83.775001 134.464999) + (end 83.775001 114.255001) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "22f6a38b-bd28-4544-a55b-5d874a022a72") + ) + (segment + (start 83.775001 114.255001) + (end 81.28 111.76) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "6fb0d776-c2a4-451b-b703-9674eff80db2") + ) + (segment + (start 83.74 134.5) + (end 83.775001 134.464999) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "8b5e2298-5737-4430-a94c-82044e388aaa") + ) + (segment + (start 81.28 107.204) + (end 81.28 111.76) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "2f10e968-e5a5-4fc8-9808-37312040235e") + ) + (segment + (start 86.376 102.108) + (end 81.28 107.204) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "866072c8-7b6d-410d-95be-7013f68ee8ea") + ) + (segment + (start 68.548 154.448) + (end 68.58 154.416) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "3457f421-6887-4855-a109-65e9d4046502") + ) + (segment + (start 68.548 156.972) + (end 68.548 154.448) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "36a11dd6-c9ac-4b89-8d3a-e4712302fb13") + ) + (segment + (start 90.140501 140.999499) + (end 80.946501 150.193499) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "00ffb9d2-03dd-4593-bd04-0159d170bb30") + ) + (segment + (start 81.28 62.66) + (end 83.996 62.66) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "3c97f945-ea02-415e-9e79-c0a471287370") + ) + (segment + (start 60.104 151.384) + (end 60.96 152.24) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "5e8a2cf3-d4b7-4889-95f8-0c347e33c032") + ) + (segment + (start 53.848 151.384) + (end 60.104 151.384) + (width 0.25) + (layer "F.Cu") + (net 33) + (uuid "92b76534-24af-4fb2-90b2-e60cba040ec8") + ) + (segment + (start 63.006501 150.193499) + (end 60.96 152.24) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "9720f0d7-7a79-437f-b866-797e3b0359d7") + ) + (segment + (start 80.946501 150.193499) + (end 63.006501 150.193499) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "e1390ba5-917f-4384-a1e2-d5d6d76d415a") + ) + (segment + (start 90.140501 68.804501) + (end 90.140501 140.999499) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "efce4c5e-96d2-40f2-946a-275649591101") + ) + (segment + (start 83.996 62.66) + (end 90.140501 68.804501) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "f042095d-cfbb-45fd-8791-993402bd0387") + ) + (segment + (start 73.152 151.892) + (end 80.932 151.892) + (width 0.25) + (layer "F.Cu") + (net 36) + (uuid "07594a0f-3739-4a75-aa42-2451d9085aa7") + ) + (segment + (start 80.932 151.892) + (end 81.28 152.24) + (width 0.25) + (layer "F.Cu") + (net 36) + (uuid "1e7a602f-5c61-47af-a560-8f9b412ac4a8") + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006106a0bd") + (hatch edge 0.508) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 91.44 159.512) (xy 50.8 159.512) (xy 50.8 50.8) (xy 91.44 50.8) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 90.966621 50.895502) (xy 91.013114 50.949158) (xy 91.0245 51.0015) (xy 91.0245 158.7785) (xy 91.004498 158.846621) + (xy 90.950842 158.893114) (xy 90.8985 158.9045) (xy 51.0015 158.9045) (xy 50.933379 158.884498) + (xy 50.886886 158.830842) (xy 50.8755 158.7785) (xy 50.8755 156.546287) (xy 51.9895 156.546287) + (xy 52.022754 156.756243) (xy 52.088443 156.958412) (xy 52.184949 157.147816) (xy 52.309896 157.319792) + (xy 52.309898 157.319794) (xy 52.3099 157.319797) (xy 52.460202 157.470099) (xy 52.460205 157.470101) + (xy 52.460208 157.470104) (xy 52.632184 157.595051) (xy 52.821588 157.691557) (xy 53.023757 157.757246) + (xy 53.233713 157.7905) (xy 53.233716 157.7905) (xy 53.446284 157.7905) (xy 53.446287 157.7905) + (xy 53.656243 157.757246) (xy 53.858412 157.691557) (xy 54.047816 157.595051) (xy 54.219792 157.470104) + (xy 54.370104 157.319792) (xy 54.495051 157.147816) (xy 54.591557 156.958412) (xy 54.657246 156.756243) + (xy 54.6905 156.546287) (xy 54.6905 156.333713) (xy 54.657246 156.123757) (xy 54.591557 155.921588) + (xy 54.495051 155.732184) (xy 54.370104 155.560208) (xy 54.370101 155.560205) (xy 54.370099 155.560202) + (xy 54.219797 155.4099) (xy 54.219794 155.409898) (xy 54.219792 155.409896) (xy 54.047816 155.284949) + (xy 53.858412 155.188443) (xy 53.656243 155.122754) (xy 53.446287 155.0895) (xy 53.233713 155.0895) + (xy 53.023757 155.122754) (xy 53.023754 155.122754) (xy 53.023753 155.122755) (xy 52.821588 155.188443) + (xy 52.821586 155.188444) (xy 52.63218 155.284951) (xy 52.460205 155.409898) (xy 52.460202 155.4099) + (xy 52.3099 155.560202) (xy 52.309898 155.560205) (xy 52.184951 155.73218) (xy 52.088444 155.921586) + (xy 52.088443 155.921588) (xy 52.029203 156.10391) (xy 52.022754 156.123757) (xy 51.9895 156.333713) + (xy 51.9895 156.546287) (xy 50.8755 156.546287) (xy 50.8755 151.384) (xy 52.634884 151.384) (xy 52.653314 151.594655) + (xy 52.666377 151.643405) (xy 52.704898 151.787171) (xy 52.708044 151.79891) (xy 52.719971 151.824488) + (xy 52.797412 151.990561) (xy 52.918692 152.163767) (xy 52.918696 152.163772) (xy 52.918699 152.163776) + (xy 53.068224 152.313301) (xy 53.068228 152.313304) (xy 53.068232 152.313307) (xy 53.241438 152.434587) + (xy 53.241441 152.434588) (xy 53.241442 152.434589) (xy 53.43309 152.523956) (xy 53.637345 152.578686) + (xy 53.848 152.597116) (xy 54.058655 152.578686) (xy 54.26291 152.523956) (xy 54.454558 152.434589) + (xy 54.627776 152.313301) (xy 54.701077 152.24) (xy 59.381634 152.24) (xy 59.401066 152.486911) + (xy 59.458885 152.727742) (xy 59.542907 152.93059) (xy 59.553666 152.956563) (xy 59.661481 153.132502) + (xy 59.683076 153.167741) (xy 59.683077 153.167743) (xy 59.843926 153.356073) (xy 60.032256 153.516922) + (xy 60.03226 153.516925) (xy 60.243437 153.646334) (xy 60.472258 153.741115) (xy 60.713089 153.798934) + (xy 60.96 153.818366) (xy 61.206911 153.798934) (xy 61.447742 153.741115) (xy 61.676563 153.646334) + (xy 61.88774 153.516925) (xy 62.076073 153.356073) (xy 62.236925 153.16774) (xy 62.366334 152.956563) + (xy 62.461115 152.727742) (xy 62.518934 152.486911) (xy 62.538366 152.24) (xy 62.518934 151.993089) + (xy 62.461115 151.752258) (xy 62.366334 151.523437) (xy 62.236925 151.31226) (xy 62.236922 151.312256) + (xy 62.076073 151.123926) (xy 61.887743 150.963077) (xy 61.887741 150.963076) (xy 61.88774 150.963075) + (xy 61.676563 150.833666) (xy 61.447742 150.738885) (xy 61.206911 150.681066) (xy 61.206912 150.681066) + (xy 60.96 150.661634) (xy 60.713088 150.681066) (xy 60.472257 150.738885) (xy 60.243438 150.833665) + (xy 60.032258 150.963076) (xy 60.032256 150.963077) (xy 59.843926 151.123926) (xy 59.683077 151.312256) + (xy 59.683076 151.312258) (xy 59.553665 151.523438) (xy 59.458885 151.752257) (xy 59.401066 151.993088) + (xy 59.381634 152.24) (xy 54.701077 152.24) (xy 54.777301 152.163776) (xy 54.879208 152.018237) + (xy 54.898587 151.990561) (xy 54.898587 151.99056) (xy 54.898589 151.990558) (xy 54.987956 151.79891) + (xy 55.042686 151.594655) (xy 55.061116 151.384) (xy 55.042686 151.173345) (xy 54.987956 150.96909) + (xy 54.898589 150.777442) (xy 54.898588 150.777441) (xy 54.898587 150.777438) (xy 54.777307 150.604232) + (xy 54.777304 150.604228) (xy 54.777301 150.604224) (xy 54.627776 150.454699) (xy 54.627772 150.454696) + (xy 54.627767 150.454692) (xy 54.454561 150.333412) (xy 54.262912 150.244045) (xy 54.262908 150.244043) + (xy 54.168113 150.218643) (xy 54.058655 150.189314) (xy 53.848 150.170884) (xy 53.637345 150.189314) + (xy 53.596222 150.200333) (xy 53.433091 150.244043) (xy 53.433087 150.244045) (xy 53.241438 150.333412) + (xy 53.068232 150.454692) (xy 53.068221 150.454701) (xy 52.918701 150.604221) (xy 52.918692 150.604232) + (xy 52.797412 150.777438) (xy 52.708045 150.969087) (xy 52.708043 150.969091) (xy 52.669692 151.112221) + (xy 52.653314 151.173345) (xy 52.634884 151.384) (xy 50.8755 151.384) (xy 50.8755 146.304) (xy 52.634884 146.304) + (xy 52.653314 146.514655) (xy 52.666912 146.565404) (xy 52.708043 146.718908) (xy 52.708045 146.718912) + (xy 52.797412 146.910561) (xy 52.918692 147.083767) (xy 52.918696 147.083772) (xy 52.918699 147.083776) + (xy 53.068224 147.233301) (xy 53.068228 147.233304) (xy 53.068232 147.233307) (xy 53.241438 147.354587) + (xy 53.241441 147.354588) (xy 53.241442 147.354589) (xy 53.43309 147.443956) (xy 53.637345 147.498686) + (xy 53.848 147.517116) (xy 54.058655 147.498686) (xy 54.26291 147.443956) (xy 54.454558 147.354589) + (xy 54.627776 147.233301) (xy 54.777301 147.083776) (xy 54.898589 146.910558) (xy 54.987956 146.71891) + (xy 55.042686 146.514655) (xy 55.061116 146.304) (xy 55.042686 146.093345) (xy 54.987956 145.88909) + (xy 54.898589 145.697442) (xy 54.898588 145.697441) (xy 54.898587 145.697438) (xy 54.777307 145.524232) + (xy 54.777304 145.524228) (xy 54.777301 145.524224) (xy 54.627776 145.374699) (xy 54.627772 145.374696) + (xy 54.627767 145.374692) (xy 54.454561 145.253412) (xy 54.262912 145.164045) (xy 54.262908 145.164043) + (xy 54.160114 145.1365) (xy 54.058655 145.109314) (xy 53.848 145.090884) (xy 53.637345 145.109314) + (xy 53.610534 145.116498) (xy 53.433091 145.164043) (xy 53.433087 145.164045) (xy 53.241438 145.253412) + (xy 53.068232 145.374692) (xy 53.068221 145.374701) (xy 52.918701 145.524221) (xy 52.918692 145.524232) + (xy 52.797412 145.697438) (xy 52.708045 145.889087) (xy 52.708043 145.889091) (xy 52.669689 146.032232) + (xy 52.653314 146.093345) (xy 52.634884 146.304) (xy 50.8755 146.304) (xy 50.8755 141.986) (xy 53.950496 141.986) + (xy 53.970457 142.175927) (xy 53.980544 142.20697) (xy 54.029473 142.357556) (xy 54.050157 142.393382) + (xy 54.124958 142.522941) (xy 54.124965 142.522951) (xy 54.252744 142.664864) (xy 54.252747 142.664866) + (xy 54.407248 142.777118) (xy 54.581712 142.854794) (xy 54.768513 142.8945) (xy 54.959487 142.8945) + (xy 55.146288 142.854794) (xy 55.320752 142.777118) (xy 55.375193 142.737564) (xy 55.442061 142.713706) + (xy 55.449254 142.7135) (xy 59.664925 142.7135) (xy 59.733046 142.733502) (xy 59.779539 142.787158) + (xy 59.789643 142.857432) (xy 59.760736 142.92133) (xy 59.683077 143.012256) (xy 59.683076 143.012258) + (xy 59.553665 143.223438) (xy 59.458885 143.452257) (xy 59.401066 143.693088) (xy 59.381634 143.94) + (xy 59.401066 144.186911) (xy 59.458885 144.427742) (xy 59.553665 144.656561) (xy 59.683076 144.867741) + (xy 59.683077 144.867743) (xy 59.843926 145.056073) (xy 60.032256 145.216922) (xy 60.03226 145.216925) + (xy 60.243437 145.346334) (xy 60.472258 145.441115) (xy 60.713089 145.498934) (xy 60.96 145.518366) + (xy 61.206911 145.498934) (xy 61.447742 145.441115) (xy 61.676563 145.346334) (xy 61.88774 145.216925) + (xy 62.076073 145.056073) (xy 62.236925 144.86774) (xy 62.366334 144.656563) (xy 62.461115 144.427742) + (xy 62.518934 144.186911) (xy 62.538366 143.94) (xy 62.518934 143.693089) (xy 62.461115 143.452258) + (xy 62.366334 143.223437) (xy 62.236925 143.01226) (xy 62.236922 143.012256) (xy 62.159264 142.92133) + (xy 62.130233 142.85654) (xy 62.140838 142.78634) (xy 62.187713 142.733018) (xy 62.255075 142.7135) + (xy 65.042406 142.7135) (xy 65.110527 142.733502) (xy 65.131501 142.750405) (xy 65.915806 143.53471) + (xy 65.949832 143.597022) (xy 65.944767 143.667837) (xy 65.90222 143.724673) (xy 65.890902 143.731453) + (xy 65.891145 143.731846) (xy 65.8849 143.735697) (xy 65.884899 143.735698) (xy 65.815418 143.778554) + (xy 65.738959 143.825715) (xy 65.738953 143.82572) (xy 65.61772 143.946953) (xy 65.617715 143.946959) + (xy 65.527698 144.092899) (xy 65.473763 144.255666) (xy 65.4635 144.356119) (xy 65.4635 145.20388) + (xy 65.463499 145.20388) (xy 65.473763 145.304333) (xy 65.473764 145.304336) (xy 65.527698 145.467101) + (xy 65.562937 145.524232) (xy 65.617715 145.61304) (xy 65.61772 145.613046) (xy 65.738954 145.73428) + (xy 65.740645 145.735617) (xy 65.741504 145.73683) (xy 65.744149 145.739475) (xy 65.743697 145.739926) + (xy 65.781677 145.793556) (xy 65.7885 145.834457) (xy 65.7885 147.748396) (xy 65.798185 147.797086) + (xy 65.812845 147.870785) (xy 65.8606 147.986075) (xy 65.929929 148.089833) (xy 65.929931 148.089835) + (xy 66.434595 148.594499) (xy 66.468621 148.656811) (xy 66.4715 148.683594) (xy 66.4715 149.344544) + (xy 66.482112 149.448425) (xy 66.537885 149.616738) (xy 66.63097 149.767652) (xy 66.630975 149.767658) + (xy 66.756341 149.893024) (xy 66.756347 149.893029) (xy 66.756348 149.89303) (xy 66.886648 149.9734) + (xy 66.934125 150.026185) (xy 66.9465 150.08064) (xy 66.9465 151.465019) (xy 66.928954 151.529158) + (xy 66.870855 151.627397) (xy 66.824437 151.78717) (xy 66.824437 151.787171) (xy 66.8215 151.824488) + (xy 66.8215 153.132511) (xy 66.824437 153.169828) (xy 66.824437 153.169829) (xy 66.870856 153.329605) + (xy 66.955544 153.472803) (xy 66.955549 153.47281) (xy 66.963197 153.480458) (xy 66.997223 153.54277) + (xy 66.992158 153.613585) (xy 66.963197 153.658648) (xy 64.828252 155.793595) (xy 64.76594 155.82762) + (xy 64.739157 155.8305) (xy 63.576762 155.8305) (xy 63.508641 155.810498) (xy 63.471279 155.773415) + (xy 63.355314 155.595916) (xy 63.197225 155.424186) (xy 63.197221 155.424182) (xy 63.099094 155.347807) + (xy 63.013017 155.28081) (xy 62.807727 155.169713) (xy 62.807724 155.169712) (xy 62.807723 155.169711) + (xy 62.586955 155.093921) (xy 62.586948 155.093919) (xy 62.488411 155.077476) (xy 62.356712 155.0555) + (xy 62.123288 155.0555) (xy 62.008066 155.074727) (xy 61.893051 155.093919) (xy 61.893044 155.093921) + (xy 61.672276 155.169711) (xy 61.672273 155.169713) (xy 61.466985 155.280809) (xy 61.466983 155.28081) + (xy 61.282778 155.424182) (xy 61.278946 155.427711) (xy 61.277688 155.426345) (xy 61.223763 155.458742) + (xy 61.152799 155.456598) (xy 61.09426 155.416428) (xy 61.073877 155.380861) (xy 61.050444 155.318034) + (xy 60.962904 155.201095) (xy 60.845965 155.113555) (xy 60.709093 155.062505) (xy 60.648597 155.056) + (xy 59.954 155.056) (xy 59.954 156.091031) (xy 59.873694 156.044667) (xy 59.759244 156.014) (xy 59.640756 156.014) + (xy 59.526306 156.044667) (xy 59.446 156.091031) (xy 59.446 155.056) (xy 58.751402 155.056) (xy 58.690906 155.062505) + (xy 58.554035 155.113555) (xy 58.554034 155.113555) (xy 58.437095 155.201095) (xy 58.349555 155.318034) + (xy 58.349555 155.318035) (xy 58.298505 155.454906) (xy 58.292 155.515402) (xy 58.292 156.21) (xy 59.327032 156.21) + (xy 59.280667 156.290306) (xy 59.25 156.404756) (xy 59.25 156.523244) (xy 59.280667 156.637694) + (xy 59.327032 156.718) (xy 58.292 156.718) (xy 58.292 157.412597) (xy 58.298505 157.473093) (xy 58.349555 157.609964) + (xy 58.349555 157.609965) (xy 58.437095 157.726904) (xy 58.554034 157.814444) (xy 58.690906 157.865494) + (xy 58.751402 157.871999) (xy 58.751415 157.872) (xy 59.446 157.872) (xy 59.446 156.836968) (xy 59.526306 156.883333) + (xy 59.640756 156.914) (xy 59.759244 156.914) (xy 59.873694 156.883333) (xy 59.954 156.836968) (xy 59.954 157.872) + (xy 60.648585 157.872) (xy 60.648597 157.871999) (xy 60.709093 157.865494) (xy 60.845964 157.814444) + (xy 60.845965 157.814444) (xy 60.962904 157.726904) (xy 61.050444 157.609965) (xy 61.073877 157.547138) + (xy 61.116423 157.490302) (xy 61.182943 157.465491) (xy 61.252318 157.480582) (xy 61.278356 157.500929) + (xy 61.278946 157.500289) (xy 61.282778 157.503817) (xy 61.338437 157.547138) (xy 61.466983 157.64719) + (xy 61.672273 157.758287) (xy 61.893049 157.83408) (xy 62.123288 157.8725) (xy 62.123292 157.8725) + (xy 62.356708 157.8725) (xy 62.356712 157.8725) (xy 62.586951 157.83408) (xy 62.807727 157.758287) + (xy 63.013017 157.64719) (xy 63.19722 157.503818) (xy 63.209663 157.490302) (xy 63.355314 157.332083) + (xy 63.471279 157.154585) (xy 63.525282 157.108496) (xy 63.576762 157.0975) (xy 65.116144 157.0975) + (xy 65.116145 157.0975) (xy 65.238536 157.073155) (xy 65.26528 157.062076) (xy 65.335869 157.054486) + (xy 65.399356 157.086264) (xy 65.435585 157.147321) (xy 65.4395 157.178485) (xy 65.4395 157.472544) + (xy 65.450112 157.576425) (xy 65.505885 157.744738) (xy 65.59897 157.895652) (xy 65.598975 157.895658) + (xy 65.724341 158.021024) (xy 65.724347 158.021029) (xy 65.724348 158.02103) (xy 65.875262 158.114115) + (xy 66.043574 158.169887) (xy 66.147455 158.1805) (xy 66.808405 158.180499) (xy 66.876526 158.200501) + (xy 66.8975 158.217404) (xy 67.080939 158.400843) (xy 67.169177 158.489081) (xy 67.272935 158.55841) + (xy 67.388225 158.606165) (xy 67.510616 158.63051) (xy 67.510617 158.63051) (xy 69.198573 158.63051) + (xy 69.198574 158.63051) (xy 69.320965 158.606165) (xy 69.436255 158.55841) (xy 69.540013 158.489081) + (xy 70.747072 157.282022) (xy 70.816401 157.178264) (xy 70.864156 157.062974) (xy 70.888501 156.940583) + (xy 70.888501 156.815795) (xy 70.888501 152.93059) (xy 70.908503 152.862469) (xy 70.925396 152.841505) + (xy 71.742674 152.024226) (xy 71.804983 151.990204) (xy 71.875798 151.995268) (xy 71.932634 152.037815) + (xy 71.955399 152.097401) (xy 71.956358 152.097232) (xy 71.957235 152.102206) (xy 71.957286 152.102339) + (xy 71.957312 152.102645) (xy 71.957313 152.10265) (xy 72.012043 152.306908) (xy 72.012045 152.306912) + (xy 72.101412 152.498561) (xy 72.222692 152.671767) (xy 72.222696 152.671772) (xy 72.222699 152.671776) + (xy 72.372224 152.821301) (xy 72.372228 152.821304) (xy 72.372232 152.821307) (xy 72.545438 152.942587) + (xy 72.545441 152.942588) (xy 72.545442 152.942589) (xy 72.73709 153.031956) (xy 72.941345 153.086686) + (xy 73.152 153.105116) (xy 73.362655 153.086686) (xy 73.56691 153.031956) (xy 73.758558 152.942589) + (xy 73.775695 152.93059) (xy 73.931767 152.821307) (xy 73.931776 152.821301) (xy 74.081301 152.671776) + (xy 74.202589 152.498558) (xy 74.291956 152.30691) (xy 74.309884 152.24) (xy 79.701634 152.24) (xy 79.721066 152.486911) + (xy 79.778885 152.727742) (xy 79.862907 152.93059) (xy 79.873666 152.956563) (xy 79.981481 153.132502) + (xy 80.003076 153.167741) (xy 80.003077 153.167743) (xy 80.163926 153.356073) (xy 80.352256 153.516922) + (xy 80.35226 153.516925) (xy 80.563437 153.646334) (xy 80.792258 153.741115) (xy 81.033089 153.798934) + (xy 81.28 153.818366) (xy 81.526911 153.798934) (xy 81.767742 153.741115) (xy 81.996563 153.646334) + (xy 82.20774 153.516925) (xy 82.396073 153.356073) (xy 82.556925 153.16774) (xy 82.686334 152.956563) + (xy 82.781115 152.727742) (xy 82.838934 152.486911) (xy 82.858366 152.24) (xy 82.838934 151.993089) + (xy 82.781115 151.752258) (xy 82.686334 151.523437) (xy 82.556925 151.31226) (xy 82.556922 151.312256) + (xy 82.396073 151.123926) (xy 82.207743 150.963077) (xy 82.207741 150.963076) (xy 82.20774 150.963075) + (xy 81.996563 150.833666) (xy 81.767742 150.738885) (xy 81.526911 150.681066) (xy 81.526912 150.681066) + (xy 81.28 150.661634) (xy 81.033088 150.681066) (xy 80.792257 150.738885) (xy 80.563438 150.833665) + (xy 80.352258 150.963076) (xy 80.352256 150.963077) (xy 80.163926 151.123926) (xy 80.003077 151.312256) + (xy 80.003076 151.312258) (xy 79.873665 151.523438) (xy 79.778885 151.752257) (xy 79.721066 151.993088) + (xy 79.701634 152.24) (xy 74.309884 152.24) (xy 74.346686 152.102655) (xy 74.365116 151.892) (xy 74.346686 151.681345) + (xy 74.291956 151.47709) (xy 74.202589 151.285442) (xy 74.202588 151.285441) (xy 74.202587 151.285438) + (xy 74.081307 151.112232) (xy 74.081304 151.112228) (xy 74.081301 151.112224) (xy 73.931776 150.962699) + (xy 73.931772 150.962696) (xy 73.931767 150.962692) (xy 73.758561 150.841412) (xy 73.566912 150.752045) + (xy 73.566908 150.752043) (xy 73.448979 150.720444) (xy 73.362655 150.697314) (xy 73.362653 150.697313) + (xy 73.36265 150.697313) (xy 73.362645 150.697312) (xy 73.362339 150.697286) (xy 73.362212 150.697236) + (xy 73.357232 150.696358) (xy 73.357408 150.695357) (xy 73.296221 150.671421) (xy 73.254583 150.613916) + (xy 73.250645 150.543029) (xy 73.284226 150.482674) (xy 74.252499 149.514402) (xy 74.314809 149.480379) + (xy 74.341592 149.4775) (xy 74.4758 149.4775) (xy 74.543921 149.497502) (xy 74.569437 149.51919) + (xy 74.572747 149.522866) (xy 74.727248 149.635118) (xy 74.901712 149.712794) (xy 75.088513 149.7525) + (xy 75.279487 149.7525) (xy 75.466288 149.712794) (xy 75.640752 149.635118) (xy 75.795253 149.522866) + (xy 75.831729 149.482355) (xy 75.923034 149.380951) (xy 75.923035 149.380949) (xy 75.92304 149.380944) + (xy 76.018527 149.215556) (xy 76.077542 149.033928) (xy 76.097504 148.844) (xy 76.077542 148.654072) + (xy 76.018527 148.472444) (xy 75.948949 148.351931) (xy 75.923041 148.307057) (xy 75.92304 148.307055) + (xy 75.921837 148.305719) (xy 75.921385 148.304778) (xy 75.919162 148.301718) (xy 75.919721 148.301311) + (xy 75.891123 148.24171) (xy 75.89989 148.171257) (xy 75.926379 148.132321) (xy 79.60222 144.456481) + (xy 79.66453 144.422457) (xy 79.735346 144.427522) (xy 79.792181 144.470069) (xy 79.807721 144.497358) + (xy 79.818085 144.522378) (xy 79.873665 144.656561) (xy 80.003076 144.867741) (xy 80.003077 144.867743) + (xy 80.163926 145.056073) (xy 80.352256 145.216922) (xy 80.35226 145.216925) (xy 80.563437 145.346334) + (xy 80.792258 145.441115) (xy 81.033089 145.498934) (xy 81.28 145.518366) (xy 81.526911 145.498934) + (xy 81.767742 145.441115) (xy 81.996563 145.346334) (xy 82.20774 145.216925) (xy 82.396073 145.056073) + (xy 82.556925 144.86774) (xy 82.686334 144.656563) (xy 82.781115 144.427742) (xy 82.838934 144.186911) + (xy 82.858366 143.94) (xy 82.838934 143.693089) (xy 82.781115 143.452258) (xy 82.686334 143.223437) + (xy 82.556925 143.01226) (xy 82.556922 143.012256) (xy 82.479265 142.921331) (xy 82.450234 142.856541) + (xy 82.460839 142.786341) (xy 82.507714 142.733019) (xy 82.575076 142.713501) (xy 84.550392 142.713501) + (xy 84.550393 142.713501) (xy 84.672784 142.689156) (xy 84.788074 142.641401) (xy 84.891832 142.572072) + (xy 85.109094 142.354809) (xy 85.171405 142.320785) (xy 85.242221 142.325849) (xy 85.299057 142.368396) + (xy 85.323868 142.434916) (xy 85.317794 142.483536) (xy 85.317696 142.483833) (xy 85.262113 142.651572) + (xy 85.262112 142.651579) (xy 85.2515 142.755446) (xy 85.2515 143.756544) (xy 85.262112 143.860425) + (xy 85.317885 144.028738) (xy 85.41097 144.179652) (xy 85.410975 144.179658) (xy 85.536341 144.305024) + (xy 85.536347 144.305029) (xy 85.536348 144.30503) (xy 85.687262 144.398115) (xy 85.706128 144.404366) + (xy 85.764501 144.444777) (xy 85.79176 144.510333) (xy 85.7925 144.523972) (xy 85.7925 145.295049) + (xy 85.772498 145.36317) (xy 85.755595 145.384144) (xy 85.751549 145.388189) (xy 85.751544 145.388196) + (xy 85.666856 145.531394) (xy 85.620437 145.69117) (xy 85.620437 145.691171) (xy 85.6175 145.728488) + (xy 85.6175 146.35173) (xy 85.615079 146.376312) (xy 85.6005 146.449603) (xy 85.6005 150.329542) + (xy 85.580498 150.397663) (xy 85.556146 150.424522) (xy 85.556149 150.424525) (xy 85.556091 150.424582) + (xy 85.552653 150.428375) (xy 85.550961 150.429712) (xy 85.42972 150.550953) (xy 85.429715 150.550959) + (xy 85.339698 150.696899) (xy 85.285763 150.859666) (xy 85.2755 150.960119) (xy 85.2755 151.80788) + (xy 85.275499 151.80788) (xy 85.285763 151.908333) (xy 85.285764 151.908336) (xy 85.339698 152.071101) + (xy 85.408933 152.183347) (xy 85.429715 152.21704) (xy 85.42972 152.217046) (xy 85.550953 152.338279) + (xy 85.550959 152.338284) (xy 85.55096 152.338285) (xy 85.696899 152.428302) (xy 85.859664 152.482236) + (xy 85.879756 152.484288) (xy 85.96012 152.4925) (xy 85.960128 152.4925) (xy 86.507878 152.4925) + (xy 86.539891 152.489228) (xy 86.587374 152.484377) (xy 86.657173 152.49735) (xy 86.708879 152.546002) + (xy 86.726074 152.614885) (xy 86.703299 152.682129) (xy 86.689275 152.698819) (xy 83.824185 155.563909) + (xy 83.761873 155.597935) (xy 83.691058 155.59287) (xy 83.642389 155.560151) (xy 83.517225 155.424186) + (xy 83.517221 155.424182) (xy 83.419094 155.347807) (xy 83.333017 155.28081) (xy 83.127727 155.169713) + (xy 83.127724 155.169712) (xy 83.127723 155.169711) (xy 82.906955 155.093921) (xy 82.906948 155.093919) + (xy 82.808411 155.077476) (xy 82.676712 155.0555) (xy 82.443288 155.0555) (xy 82.328066 155.074727) + (xy 82.213051 155.093919) (xy 82.213044 155.093921) (xy 81.992276 155.169711) (xy 81.992273 155.169713) + (xy 81.786985 155.280809) (xy 81.786983 155.28081) (xy 81.602778 155.424182) (xy 81.598946 155.427711) + (xy 81.597688 155.426345) (xy 81.543763 155.458742) (xy 81.472799 155.456598) (xy 81.41426 155.416428) + (xy 81.393877 155.380861) (xy 81.370444 155.318034) (xy 81.282904 155.201095) (xy 81.165965 155.113555) + (xy 81.029093 155.062505) (xy 80.968597 155.056) (xy 80.274 155.056) (xy 80.274 156.091031) (xy 80.193694 156.044667) + (xy 80.079244 156.014) (xy 79.960756 156.014) (xy 79.846306 156.044667) (xy 79.766 156.091031) (xy 79.766 155.056) + (xy 79.071402 155.056) (xy 79.010906 155.062505) (xy 78.874035 155.113555) (xy 78.874034 155.113555) + (xy 78.757095 155.201095) (xy 78.669555 155.318034) (xy 78.669555 155.318035) (xy 78.618505 155.454906) + (xy 78.612 155.515402) (xy 78.612 156.21) (xy 79.647032 156.21) (xy 79.600667 156.290306) (xy 79.57 156.404756) + (xy 79.57 156.523244) (xy 79.600667 156.637694) (xy 79.647032 156.718) (xy 78.612 156.718) (xy 78.612 157.412597) + (xy 78.618505 157.473093) (xy 78.669555 157.609964) (xy 78.669555 157.609965) (xy 78.757095 157.726904) + (xy 78.874034 157.814444) (xy 79.010906 157.865494) (xy 79.071402 157.871999) (xy 79.071415 157.872) + (xy 79.766 157.872) (xy 79.766 156.836968) (xy 79.846306 156.883333) (xy 79.960756 156.914) (xy 80.079244 156.914) + (xy 80.193694 156.883333) (xy 80.274 156.836968) (xy 80.274 157.872) (xy 80.968585 157.872) (xy 80.968597 157.871999) + (xy 81.029093 157.865494) (xy 81.165964 157.814444) (xy 81.165965 157.814444) (xy 81.282904 157.726904) + (xy 81.370444 157.609965) (xy 81.393877 157.547138) (xy 81.436423 157.490302) (xy 81.502943 157.465491) + (xy 81.572318 157.480582) (xy 81.598356 157.500929) (xy 81.598946 157.500289) (xy 81.602778 157.503817) + (xy 81.658437 157.547138) (xy 81.786983 157.64719) (xy 81.992273 157.758287) (xy 82.213049 157.83408) + (xy 82.443288 157.8725) (xy 82.443292 157.8725) (xy 82.676708 157.8725) (xy 82.676712 157.8725) + (xy 82.906951 157.83408) (xy 83.127727 157.758287) (xy 83.333017 157.64719) (xy 83.51722 157.503818) + (xy 83.529663 157.490302) (xy 83.67531 157.332087) (xy 83.675314 157.332083) (xy 83.791844 157.153719) + (xy 83.845843 157.107636) (xy 83.87648 157.099503) (xy 83.876322 157.098708) (xy 83.891099 157.095768) + (xy 84.004785 157.073155) (xy 84.120075 157.0254) (xy 84.223833 156.956071) (xy 84.633617 156.546287) + (xy 87.2095 156.546287) (xy 87.242754 156.756243) (xy 87.308443 156.958412) (xy 87.404949 157.147816) + (xy 87.529896 157.319792) (xy 87.529898 157.319794) (xy 87.5299 157.319797) (xy 87.680202 157.470099) + (xy 87.680205 157.470101) (xy 87.680208 157.470104) (xy 87.852184 157.595051) (xy 88.041588 157.691557) + (xy 88.243757 157.757246) (xy 88.453713 157.7905) (xy 88.453716 157.7905) (xy 88.666284 157.7905) + (xy 88.666287 157.7905) (xy 88.876243 157.757246) (xy 89.078412 157.691557) (xy 89.267816 157.595051) + (xy 89.439792 157.470104) (xy 89.590104 157.319792) (xy 89.715051 157.147816) (xy 89.811557 156.958412) + (xy 89.877246 156.756243) (xy 89.9105 156.546287) (xy 89.9105 156.333713) (xy 89.877246 156.123757) + (xy 89.811557 155.921588) (xy 89.715051 155.732184) (xy 89.590104 155.560208) (xy 89.590101 155.560205) + (xy 89.590099 155.560202) (xy 89.439797 155.4099) (xy 89.439794 155.409898) (xy 89.439792 155.409896) + (xy 89.267816 155.284949) (xy 89.078412 155.188443) (xy 88.876243 155.122754) (xy 88.666287 155.0895) + (xy 88.453713 155.0895) (xy 88.243757 155.122754) (xy 88.243754 155.122754) (xy 88.243753 155.122755) + (xy 88.041588 155.188443) (xy 88.041586 155.188444) (xy 87.85218 155.284951) (xy 87.680205 155.409898) + (xy 87.680202 155.4099) (xy 87.5299 155.560202) (xy 87.529898 155.560205) (xy 87.404951 155.73218) + (xy 87.308444 155.921586) (xy 87.308443 155.921588) (xy 87.249203 156.10391) (xy 87.242754 156.123757) + (xy 87.2095 156.333713) (xy 87.2095 156.546287) (xy 84.633617 156.546287) (xy 88.775098 152.404806) + (xy 88.83741 152.37078) (xy 88.908225 152.375845) (xy 88.93034 152.38666) (xy 88.997115 152.427847) + (xy 89.159758 152.481742) (xy 89.15977 152.481744) (xy 89.260147 152.491999) (xy 89.260147 152.492) + (xy 89.28 152.492) (xy 89.28 151.638) (xy 89.788 151.638) (xy 89.788 152.492) (xy 89.807853 152.492) + (xy 89.807852 152.491999) (xy 89.908229 152.481744) (xy 89.908241 152.481742) (xy 90.070884 152.427847) + (xy 90.216728 152.33789) (xy 90.216734 152.337885) (xy 90.337885 152.216734) (xy 90.33789 152.216728) + (xy 90.427847 152.070884) (xy 90.481742 151.908241) (xy 90.481744 151.908229) (xy 90.491999 151.807852) + (xy 90.492 151.807852) (xy 90.492 151.638) (xy 89.788 151.638) (xy 89.28 151.638) (xy 89.28 150.276) + (xy 89.788 150.276) (xy 89.788 151.13) (xy 90.492 151.13) (xy 90.492 150.960147) (xy 90.481744 150.85977) + (xy 90.481742 150.859758) (xy 90.427847 150.697115) (xy 90.33789 150.551271) (xy 90.337885 150.551265) + (xy 90.216734 150.430114) (xy 90.216728 150.430109) (xy 90.070884 150.340152) (xy 89.908241 150.286257) + (xy 89.908229 150.286255) (xy 89.807852 150.276) (xy 89.788 150.276) (xy 89.28 150.276) (xy 89.260147 150.276) + (xy 89.15977 150.286255) (xy 89.15976 150.286257) (xy 89.125131 150.297732) (xy 89.054176 150.300171) + (xy 88.993167 150.263862) (xy 88.961472 150.200333) (xy 88.9595 150.178127) (xy 88.9595 147.46995) + (xy 88.979502 147.401829) (xy 88.996404 147.380855) (xy 89.000453 147.376807) (xy 89.085145 147.233601) + (xy 89.131562 147.073831) (xy 89.134499 147.036511) (xy 89.1345 147.036511) (xy 89.1345 145.728489) + (xy 89.134499 145.728488) (xy 89.133412 145.714683) (xy 89.131562 145.691169) (xy 89.085145 145.531399) + (xy 89.085143 145.531397) (xy 89.085143 145.531394) (xy 89.000455 145.388196) (xy 89.00045 145.388189) + (xy 88.88281 145.270549) (xy 88.882803 145.270544) (xy 88.739605 145.185856) (xy 88.579829 145.139437) + (xy 88.542511 145.1365) (xy 88.542502 145.1365) (xy 88.1355 145.1365) (xy 88.067379 145.116498) + (xy 88.020886 145.062842) (xy 88.0095 145.0105) (xy 88.0095 144.590499) (xy 88.029502 144.522378) + (xy 88.083158 144.475885) (xy 88.1355 144.464499) (xy 88.760544 144.464499) (xy 88.864426 144.453887) + (xy 89.032738 144.398115) (xy 89.183652 144.30503) (xy 89.30903 144.179652) (xy 89.402115 144.028738) + (xy 89.457887 143.860426) (xy 89.4685 143.756545) (xy 89.468499 143.095595) (xy 89.488501 143.027475) + (xy 89.505404 143.0065) (xy 89.617404 142.8945) (xy 89.777082 142.734823) (xy 89.846411 142.631065) + (xy 89.894165 142.515774) (xy 89.895711 142.507998) (xy 89.90052 142.483831) (xy 89.918509 142.393389) + (xy 89.91851 142.393382) (xy 89.91851 139.457427) (xy 89.918509 139.457423) (xy 89.914101 139.435262) + (xy 89.894165 139.335035) (xy 89.84641 139.219745) (xy 89.777081 139.115987) (xy 89.688843 139.027749) + (xy 88.345023 137.683929) (xy 88.241265 137.6146) (xy 88.125975 137.566845) (xy 88.052276 137.552185) + (xy 88.003586 137.5425) (xy 88.003584 137.5425) (xy 83.710596 137.5425) (xy 83.642475 137.522498) + (xy 83.595982 137.468842) (xy 83.585878 137.398568) (xy 83.615372 137.333988) (xy 83.621501 137.327405) + (xy 86.68154 134.267366) (xy 89.777081 131.171825) (xy 89.84641 131.068067) (xy 89.894165 130.952777) + (xy 89.91851 130.830386) (xy 89.91851 130.705599) (xy 89.91851 120.328581) (xy 89.938512 120.26046) + (xy 89.951805 120.243248) (xy 89.975722 120.217268) (xy 90.09886 120.028791) (xy 90.189296 119.822616) + (xy 90.244564 119.604368) (xy 90.263156 119.38) (xy 90.244564 119.155632) (xy 90.189296 118.937384) + (xy 90.09886 118.731209) (xy 90.09214 118.720924) (xy 89.975724 118.542734) (xy 89.97572 118.542729) + (xy 89.823237 118.377091) (xy 89.741382 118.313381) (xy 89.645576 118.238811) (xy 89.612319 118.220813) + (xy 89.561929 118.170802) (xy 89.546576 118.101485) (xy 89.571136 118.034872) (xy 89.61232 117.999186) + (xy 89.645576 117.981189) (xy 89.82324 117.842906) (xy 89.975722 117.677268) (xy 90.09886 117.488791) + (xy 90.189296 117.282616) (xy 90.244564 117.064368) (xy 90.263156 116.84) (xy 90.244564 116.615632) + (xy 90.242471 116.607368) (xy 90.189297 116.397387) (xy 90.189296 116.397386) (xy 90.189296 116.397384) + (xy 90.09886 116.191209) (xy 90.08326 116.167331) (xy 89.975724 116.002734) (xy 89.975719 116.002729) + (xy 89.947354 115.971917) (xy 89.832524 115.847179) (xy 89.801103 115.783514) (xy 89.80909 115.712968) + (xy 89.853948 115.657939) (xy 89.881183 115.643789) (xy 89.996204 115.600889) (xy 90.04667 115.563111) + (xy 90.113261 115.513261) (xy 90.200887 115.396207) (xy 90.200887 115.396206) (xy 90.200889 115.396204) + (xy 90.251989 115.259201) (xy 90.2585 115.198638) (xy 90.2585 113.401362) (xy 90.252613 113.3466) + (xy 90.25199 113.340803) (xy 90.251988 113.340795) (xy 90.200889 113.203797) (xy 90.200887 113.203792) + (xy 90.113261 113.086738) (xy 89.996207 112.999112) (xy 89.996202 112.99911) (xy 89.859204 112.948011) + (xy 89.859196 112.948009) (xy 89.798649 112.9415) (xy 89.798638 112.9415) (xy 89.6595 112.9415) + (xy 89.591379 112.921498) (xy 89.544886 112.867842) (xy 89.5335 112.8155) (xy 89.5335 111.752194) + (xy 89.553502 111.684073) (xy 89.570405 111.663099) (xy 89.737408 111.496096) (xy 89.993083 111.240421) + (xy 90.062412 111.136663) (xy 90.110167 111.021373) (xy 90.134512 110.898982) (xy 90.134512 110.774195) + (xy 90.134512 97.772618) (xy 90.110167 97.650227) (xy 90.062412 97.534937) (xy 89.993083 97.431179) + (xy 89.904845 97.342941) (xy 87.154834 94.59293) (xy 87.051076 94.523601) (xy 86.935786 94.475846) + (xy 86.862087 94.461186) (xy 86.813397 94.451501) (xy 86.813395 94.451501) (xy 85.205056 94.451501) + (xy 85.136935 94.431499) (xy 85.090442 94.377843) (xy 85.080338 94.307569) (xy 85.082912 94.29457) + (xy 85.134049 94.092633) (xy 85.134051 94.092626) (xy 85.153327 93.86) (xy 85.134051 93.627374) + (xy 85.076749 93.401093) (xy 84.982984 93.187331) (xy 84.901299 93.062302) (xy 84.855314 92.991916) + (xy 84.697225 92.820186) (xy 84.697221 92.820182) (xy 84.5852 92.732993) (xy 84.513017 92.67681) + (xy 84.307727 92.565713) (xy 84.307724 92.565712) (xy 84.307723 92.565711) (xy 84.086955 92.489921) + (xy 84.086948 92.489919) (xy 83.988411 92.473476) (xy 83.856712 92.4515) (xy 83.623288 92.4515) + (xy 83.508066 92.470727) (xy 83.393051 92.489919) (xy 83.393044 92.489921) (xy 83.172276 92.565711) + (xy 83.172273 92.565713) (xy 82.966985 92.676809) (xy 82.966983 92.67681) (xy 82.782778 92.820182) + (xy 82.782774 92.820186) (xy 82.624685 92.991916) (xy 82.595483 93.036615) (xy 82.54148 93.082704) + (xy 82.471132 93.092279) (xy 82.406774 93.062302) (xy 82.384517 93.036615) (xy 82.355314 92.991916) + (xy 82.197225 92.820186) (xy 82.197221 92.820182) (xy 82.0852 92.732993) (xy 82.013017 92.67681) + (xy 81.807727 92.565713) (xy 81.807724 92.565712) (xy 81.807723 92.565711) (xy 81.586955 92.489921) + (xy 81.586948 92.489919) (xy 81.488411 92.473476) (xy 81.356712 92.4515) (xy 81.123288 92.4515) + (xy 81.008066 92.470727) (xy 80.893051 92.489919) (xy 80.893044 92.489921) (xy 80.672276 92.565711) + (xy 80.672273 92.565713) (xy 80.466985 92.676809) (xy 80.466983 92.67681) (xy 80.29986 92.806888) + (xy 80.233818 92.832944) (xy 80.164172 92.819159) (xy 80.113036 92.769909) (xy 80.104413 92.751487) + (xy 80.090445 92.714036) (xy 80.090444 92.714034) (xy 80.002904 92.597095) (xy 79.885965 92.509555) + (xy 79.749093 92.458505) (xy 79.688597 92.452) (xy 78.994 92.452) (xy 78.994 93.429297) (xy 78.932993 93.394075) + (xy 78.805826 93.36) (xy 78.674174 93.36) (xy 78.547007 93.394075) (xy 78.486 93.429297) (xy 78.486 92.452) + (xy 77.791402 92.452) (xy 77.730906 92.458505) (xy 77.594035 92.509555) (xy 77.594034 92.509555) + (xy 77.477095 92.597095) (xy 77.389555 92.714034) (xy 77.389555 92.714035) (xy 77.338505 92.850906) + (xy 77.332 92.911402) (xy 77.332 93.606) (xy 78.309297 93.606) (xy 78.274075 93.667007) (xy 78.24 93.794174) + (xy 78.24 93.925826) (xy 78.274075 94.052993) (xy 78.309297 94.114) (xy 77.332 94.114) (xy 77.332 94.808597) + (xy 77.338505 94.869093) (xy 77.389555 95.005964) (xy 77.389555 95.005965) (xy 77.477095 95.122904) + (xy 77.594034 95.210444) (xy 77.730906 95.261494) (xy 77.791402 95.267999) (xy 77.791415 95.268) + (xy 78.486 95.268) (xy 78.486 94.290702) (xy 78.547007 94.325925) (xy 78.674174 94.36) (xy 78.805826 94.36) + (xy 78.932993 94.325925) (xy 78.994 94.290702) (xy 78.994 95.268) (xy 79.688585 95.268) (xy 79.688597 95.267999) + (xy 79.749093 95.261494) (xy 79.885964 95.210444) (xy 79.885965 95.210444) (xy 80.002904 95.122904) + (xy 80.090444 95.005965) (xy 80.090445 95.005963) (xy 80.104413 94.968513) (xy 80.146959 94.911677) + (xy 80.213479 94.886865) (xy 80.282853 94.901956) (xy 80.29986 94.913112) (xy 80.466983 95.04319) + (xy 80.672273 95.154287) (xy 80.893049 95.23008) (xy 81.123288 95.2685) (xy 81.123292 95.2685) (xy 81.356708 95.2685) + (xy 81.356712 95.2685) (xy 81.586951 95.23008) (xy 81.599165 95.225886) (xy 81.607269 95.223105) + (xy 81.678194 95.219903) (xy 81.737278 95.253182) (xy 81.97293 95.488834) (xy 82.061168 95.577072) + (xy 82.164926 95.646401) (xy 82.280216 95.694156) (xy 82.402607 95.718501) (xy 86.436407 95.718501) + (xy 86.504528 95.738503) (xy 86.525502 95.755406) (xy 88.059454 97.289358) (xy 88.09348 97.35167) + (xy 88.088415 97.422485) (xy 88.045868 97.479321) (xy 88.009993 97.498057) (xy 87.980901 97.507697) + (xy 87.834959 97.597715) (xy 87.834953 97.59772) (xy 87.71372 97.718953) (xy 87.713715 97.718959) + (xy 87.623698 97.864899) (xy 87.569763 98.027666) (xy 87.5595 98.128119) (xy 87.5595 98.97588) (xy 87.559499 98.97588) + (xy 87.569763 99.076333) (xy 87.569764 99.076336) (xy 87.623698 99.239101) (xy 87.675281 99.322729) + (xy 87.713715 99.38504) (xy 87.71372 99.385046) (xy 87.834954 99.50628) (xy 87.836645 99.507617) + (xy 87.837504 99.50883) (xy 87.840149 99.511475) (xy 87.839697 99.511926) (xy 87.877677 99.565556) + (xy 87.8845 99.606457) (xy 87.8845 100.814844) (xy 87.864498 100.882965) (xy 87.810842 100.929458) + (xy 87.798141 100.934445) (xy 87.739713 100.953806) (xy 87.703261 100.965885) (xy 87.552347 101.05897) + (xy 87.552341 101.058975) (xy 87.465095 101.146222) (xy 87.402783 101.180248) (xy 87.331968 101.175183) + (xy 87.286905 101.146222) (xy 87.199658 101.058975) (xy 87.199652 101.05897) (xy 87.048738 100.965885) + (xy 86.953869 100.934449) (xy 86.880427 100.910113) (xy 86.88042 100.910112) (xy 86.776553 100.8995) + (xy 85.975455 100.8995) (xy 85.871574 100.910112) (xy 85.703261 100.965885) (xy 85.552347 101.05897) + (xy 85.552341 101.058975) (xy 85.426975 101.184341) (xy 85.42697 101.184347) (xy 85.333885 101.335262) + (xy 85.278113 101.503572) (xy 85.278112 101.503579) (xy 85.2675 101.607446) (xy 85.2675 102.268405) + (xy 85.247498 102.336526) (xy 85.230595 102.3575) (xy 80.876167 106.711929) (xy 80.787931 106.800164) + (xy 80.787926 106.800171) (xy 80.718601 106.903923) (xy 80.670846 107.019212) (xy 80.6465 107.141603) + (xy 80.6465 110.235069) (xy 80.626498 110.30319) (xy 80.572842 110.349683) (xy 80.568727 110.351474) + (xy 80.563441 110.353663) (xy 80.352258 110.483076) (xy 80.352256 110.483077) (xy 80.163926 110.643926) + (xy 80.003077 110.832256) (xy 80.003076 110.832258) (xy 79.873665 111.043438) (xy 79.778885 111.272257) + (xy 79.721066 111.513088) (xy 79.701634 111.76) (xy 79.721066 112.006911) (xy 79.778885 112.247742) + (xy 79.845887 112.4095) (xy 79.873666 112.476563) (xy 79.908086 112.532732) (xy 80.003076 112.687741) + (xy 80.003077 112.687743) (xy 80.163926 112.876073) (xy 80.352256 113.036922) (xy 80.35226 113.036925) + (xy 80.563437 113.166334) (xy 80.792258 113.261115) (xy 81.033089 113.318934) (xy 81.28 113.338366) + (xy 81.526911 113.318934) (xy 81.767742 113.261115) (xy 81.996563 113.166334) (xy 82.20774 113.036925) + (xy 82.396073 112.876073) (xy 82.556925 112.68774) (xy 82.686334 112.476563) (xy 82.781115 112.247742) + (xy 82.838934 112.006911) (xy 82.858366 111.76) (xy 82.838934 111.513089) (xy 82.781115 111.272258) + (xy 82.686334 111.043437) (xy 82.556925 110.83226) (xy 82.507333 110.774195) (xy 82.396073 110.643926) + (xy 82.207743 110.483077) (xy 82.207741 110.483076) (xy 82.20774 110.483075) (xy 81.996563 110.353666) + (xy 81.996562 110.353665) (xy 81.996558 110.353663) (xy 81.991273 110.351474) (xy 81.935995 110.306921) + (xy 81.91358 110.239556) (xy 81.9135 110.235069) (xy 81.9135 107.518593) (xy 81.933502 107.450472) + (xy 81.9504 107.429503) (xy 85.600152 103.77975) (xy 85.662462 103.745726) (xy 85.733277 103.750791) + (xy 85.790113 103.793338) (xy 85.814924 103.859858) (xy 85.812824 103.893428) (xy 85.7925 103.9956) + (xy 85.7925 104.147049) (xy 85.772498 104.21517) (xy 85.755595 104.236144) (xy 85.751549 104.240189) + (xy 85.751544 104.240196) (xy 85.666856 104.383394) (xy 85.620437 104.54317) (xy 85.620437 104.543171) + (xy 85.6175 104.580488) (xy 85.6175 105.888511) (xy 85.620437 105.925828) (xy 85.620437 105.925829) + (xy 85.666856 106.085605) (xy 85.751544 106.228803) (xy 85.751549 106.22881) (xy 85.869189 106.34645) + (xy 85.869196 106.346455) (xy 86.012394 106.431143) (xy 86.012397 106.431143) (xy 86.012399 106.431145) + (xy 86.172169 106.477562) (xy 86.209488 106.480499) (xy 86.209489 106.4805) (xy 86.209498 106.4805) + (xy 86.4415 106.4805) (xy 86.509621 106.500502) (xy 86.556114 106.554158) (xy 86.5675 106.6065) + (xy 86.5675 107.763511) (xy 86.570437 107.800828) (xy 86.570437 107.800829) (xy 86.616856 107.960605) + (xy 86.701544 108.103803) (xy 86.701549 108.10381) (xy 86.819189 108.22145) (xy 86.819196 108.221455) + (xy 86.962395 108.306143) (xy 86.962396 108.306143) (xy 86.962399 108.306145) (xy 87.122169 108.352562) + (xy 87.122173 108.352562) (xy 87.127652 108.354154) (xy 87.187488 108.392366) (xy 87.217166 108.456862) + (xy 87.2185 108.475151) (xy 87.2185 108.99936) (xy 87.198498 109.067481) (xy 87.158648 109.106599) + (xy 87.111223 109.135852) (xy 87.028347 109.18697) (xy 87.028341 109.186975) (xy 86.941095 109.274222) + (xy 86.878783 109.308248) (xy 86.807968 109.303183) (xy 86.762905 109.274222) (xy 86.675658 109.186975) + (xy 86.675652 109.18697) (xy 86.592809 109.135872) (xy 86.524738 109.093885) (xy 86.440582 109.065999) + (xy 86.356427 109.038113) (xy 86.35642 109.038112) (xy 86.252553 109.0275) (xy 85.451455 109.0275) + (xy 85.347574 109.038112) (xy 85.179261 109.093885) (xy 85.028347 109.18697) (xy 85.028341 109.186975) + (xy 84.902975 109.312341) (xy 84.90297 109.312347) (xy 84.809883 109.463265) (xy 84.792365 109.516133) + (xy 84.751951 109.574504) (xy 84.686395 109.60176) (xy 84.672761 109.6025) (xy 84.5282 109.6025) + (xy 84.460079 109.582498) (xy 84.434563 109.56081) (xy 84.431252 109.557133) (xy 84.276752 109.444882) + (xy 84.102288 109.367206) (xy 83.915487 109.3275) (xy 83.724513 109.3275) (xy 83.537711 109.367206) + (xy 83.363247 109.444882) (xy 83.208744 109.557135) (xy 83.080965 109.699048) (xy 83.080958 109.699058) + (xy 82.985476 109.864438) (xy 82.985473 109.864445) (xy 82.926457 110.046072) (xy 82.906496 110.236) + (xy 82.926457 110.425927) (xy 82.945027 110.483077) (xy 82.985473 110.607556) (xy 83.002738 110.63746) + (xy 83.080958 110.772941) (xy 83.080965 110.772951) (xy 83.208744 110.914864) (xy 83.247687 110.943158) + (xy 83.363248 111.027118) (xy 83.537712 111.104794) (xy 83.724513 111.1445) (xy 83.915487 111.1445) + (xy 84.102288 111.104794) (xy 84.276752 111.027118) (xy 84.431253 110.914866) (xy 84.434563 110.91119) + (xy 84.495009 110.87395) (xy 84.5282 110.8695) (xy 84.672761 110.8695) (xy 84.740882 110.889502) + (xy 84.787375 110.943158) (xy 84.792365 110.955867) (xy 84.809883 111.008734) (xy 84.809884 111.008736) + (xy 84.809885 111.008738) (xy 84.873737 111.112258) (xy 84.90297 111.159652) (xy 84.902975 111.159658) + (xy 85.028341 111.285024) (xy 85.028347 111.285029) (xy 85.028348 111.28503) (xy 85.179262 111.378115) + (xy 85.347574 111.433887) (xy 85.451455 111.4445) (xy 86.252544 111.444499) (xy 86.356426 111.433887) + (xy 86.524738 111.378115) (xy 86.675652 111.28503) (xy 86.688425 111.272257) (xy 86.762905 111.197778) + (xy 86.825217 111.163752) (xy 86.896032 111.168817) (xy 86.941095 111.197778) (xy 87.028341 111.285024) + (xy 87.028347 111.285029) (xy 87.028348 111.28503) (xy 87.179262 111.378115) (xy 87.179265 111.378116) + (xy 87.185242 111.380903) (xy 87.238529 111.427819) (xy 87.257991 111.496096) (xy 87.237451 111.564056) + (xy 87.22109 111.584194) (xy 83.276199 115.529085) (xy 83.213887 115.563111) (xy 83.143072 115.558046) + (xy 83.127138 115.550806) (xy 83.117727 115.545713) (xy 83.117723 115.545711) (xy 82.896955 115.469921) + (xy 82.896948 115.469919) (xy 82.798411 115.453476) (xy 82.666712 115.4315) (xy 82.433288 115.4315) + (xy 82.318066 115.450727) (xy 82.203051 115.469919) (xy 82.203044 115.469921) (xy 81.982276 115.545711) + (xy 81.982273 115.545713) (xy 81.785892 115.651989) (xy 81.776985 115.656809) (xy 81.776983 115.65681) + (xy 81.592778 115.800182) (xy 81.588946 115.803711) (xy 81.587688 115.802345) (xy 81.533763 115.834742) + (xy 81.462799 115.832598) (xy 81.40426 115.792428) (xy 81.383877 115.756861) (xy 81.360444 115.694034) + (xy 81.272904 115.577095) (xy 81.155965 115.489555) (xy 81.019093 115.438505) (xy 80.958597 115.432) + (xy 80.264 115.432) (xy 80.264 116.467031) (xy 80.183694 116.420667) (xy 80.069244 116.39) (xy 79.950756 116.39) + (xy 79.836306 116.420667) (xy 79.756 116.467031) (xy 79.756 115.432) (xy 79.061402 115.432) (xy 79.000906 115.438505) + (xy 78.864035 115.489555) (xy 78.864034 115.489555) (xy 78.747095 115.577095) (xy 78.659555 115.694034) + (xy 78.659555 115.694035) (xy 78.608505 115.830906) (xy 78.602 115.891402) (xy 78.602 116.586) (xy 79.637032 116.586) + (xy 79.590667 116.666306) (xy 79.56 116.780756) (xy 79.56 116.899244) (xy 79.590667 117.013694) + (xy 79.637032 117.094) (xy 78.602 117.094) (xy 78.602 117.788597) (xy 78.608505 117.849093) (xy 78.659555 117.985964) + (xy 78.659555 117.985965) (xy 78.747095 118.102904) (xy 78.864034 118.190444) (xy 79.000906 118.241494) + (xy 79.061402 118.247999) (xy 79.061415 118.248) (xy 79.756 118.248) (xy 79.756 117.212968) (xy 79.836306 117.259333) + (xy 79.950756 117.29) (xy 80.069244 117.29) (xy 80.183694 117.259333) (xy 80.264 117.212968) (xy 80.264 118.248) + (xy 80.958585 118.248) (xy 80.958597 118.247999) (xy 81.019093 118.241494) (xy 81.155964 118.190444) + (xy 81.155965 118.190444) (xy 81.272904 118.102904) (xy 81.360444 117.985965) (xy 81.383877 117.923138) + (xy 81.426423 117.866302) (xy 81.492943 117.841491) (xy 81.562318 117.856582) (xy 81.588356 117.876929) + (xy 81.588946 117.876289) (xy 81.592778 117.879817) (xy 81.648437 117.923138) (xy 81.776983 118.02319) + (xy 81.982273 118.134287) (xy 82.203049 118.21008) (xy 82.433288 118.2485) (xy 82.433292 118.2485) + (xy 82.666708 118.2485) (xy 82.666712 118.2485) (xy 82.896951 118.21008) (xy 83.117727 118.134287) + (xy 83.323017 118.02319) (xy 83.50722 117.879818) (xy 83.519663 117.866302) (xy 83.665314 117.708083) + (xy 83.685448 117.677265) (xy 83.792984 117.512669) (xy 83.886749 117.298907) (xy 83.944051 117.072626) + (xy 83.963327 116.84) (xy 83.952367 116.707747) (xy 83.966675 116.638211) (xy 83.988839 116.608253) + (xy 87.3306 113.266493) (xy 87.392911 113.232468) (xy 87.463727 113.237533) (xy 87.520562 113.28008) + (xy 87.545373 113.3466) (xy 87.544972 113.369055) (xy 87.541501 113.401345) (xy 87.5415 113.401367) + (xy 87.5415 115.198649) (xy 87.548009 115.259196) (xy 87.548011 115.259204) (xy 87.59911 115.396202) + (xy 87.599112 115.396207) (xy 87.686738 115.513261) (xy 87.803791 115.600886) (xy 87.803792 115.600886) + (xy 87.803796 115.600889) (xy 87.91881 115.643787) (xy 87.975642 115.686332) (xy 88.000453 115.752852) + (xy 87.985362 115.822226) (xy 87.967475 115.847179) (xy 87.82428 116.002729) (xy 87.824275 116.002734) + (xy 87.701141 116.191206) (xy 87.610703 116.397386) (xy 87.610702 116.397387) (xy 87.555437 116.615624) + (xy 87.555436 116.61563) (xy 87.555436 116.615632) (xy 87.536844 116.84) (xy 87.54815 116.976445) + (xy 87.555437 117.064375) (xy 87.610702 117.282612) (xy 87.610703 117.282613) (xy 87.701141 117.488793) + (xy 87.825038 117.678432) (xy 87.845551 117.7464) (xy 87.826062 117.814669) (xy 87.80865 117.836442) + (xy 80.836167 124.808927) (xy 80.747931 124.897162) (xy 80.747926 124.897169) (xy 80.678601 125.000921) + (xy 80.630846 125.11621) (xy 80.6065 125.238601) (xy 80.6065 133.166227) (xy 80.586498 133.234348) + (xy 80.54047 133.27704) (xy 80.466989 133.316806) (xy 80.466983 133.31681) (xy 80.29986 133.446888) + (xy 80.233818 133.472944) (xy 80.164172 133.459159) (xy 80.113036 133.409909) (xy 80.104413 133.391487) + (xy 80.090445 133.354036) (xy 80.090444 133.354034) (xy 80.002904 133.237095) (xy 79.885965 133.149555) + (xy 79.749093 133.098505) (xy 79.688597 133.092) (xy 78.994 133.092) (xy 78.994 134.069297) (xy 78.932993 134.034075) + (xy 78.805826 134) (xy 78.674174 134) (xy 78.547007 134.034075) (xy 78.486 134.069297) (xy 78.486 133.092) + (xy 77.791402 133.092) (xy 77.730906 133.098505) (xy 77.594035 133.149555) (xy 77.594034 133.149555) + (xy 77.477095 133.237095) (xy 77.389555 133.354034) (xy 77.389555 133.354035) (xy 77.338505 133.490906) + (xy 77.332 133.551402) (xy 77.332 134.246) (xy 78.309297 134.246) (xy 78.274075 134.307007) (xy 78.24 134.434174) + (xy 78.24 134.565826) (xy 78.274075 134.692993) (xy 78.309297 134.754) (xy 77.332 134.754) (xy 77.332 135.448597) + (xy 77.338505 135.509093) (xy 77.389555 135.645964) (xy 77.389555 135.645965) (xy 77.477095 135.762904) + (xy 77.594034 135.850444) (xy 77.730906 135.901494) (xy 77.791402 135.907999) (xy 77.791415 135.908) + (xy 78.486 135.908) (xy 78.486 134.930702) (xy 78.547007 134.965925) (xy 78.674174 135) (xy 78.805826 135) + (xy 78.932993 134.965925) (xy 78.994 134.930702) (xy 78.994 135.908) (xy 79.688585 135.908) (xy 79.688597 135.907999) + (xy 79.749093 135.901494) (xy 79.885964 135.850444) (xy 79.885965 135.850444) (xy 80.002904 135.762904) + (xy 80.090444 135.645965) (xy 80.090445 135.645963) (xy 80.104413 135.608513) (xy 80.146959 135.551677) + (xy 80.213479 135.526865) (xy 80.282853 135.541956) (xy 80.29986 135.553112) (xy 80.466983 135.68319) + (xy 80.672273 135.794287) (xy 80.893049 135.87008) (xy 81.123288 135.9085) (xy 81.123292 135.9085) + (xy 81.356708 135.9085) (xy 81.356712 135.9085) (xy 81.586951 135.87008) (xy 81.807727 135.794287) + (xy 82.013017 135.68319) (xy 82.19722 135.539818) (xy 82.225505 135.509093) (xy 82.281195 135.448597) + (xy 82.355314 135.368083) (xy 82.384517 135.323383) (xy 82.438519 135.277296) (xy 82.508867 135.26772) + (xy 82.573225 135.297696) (xy 82.595481 135.323382) (xy 82.624686 135.368083) (xy 82.624687 135.368084) + (xy 82.782774 135.539813) (xy 82.782778 135.539817) (xy 82.84865 135.591087) (xy 82.966983 135.68319) + (xy 83.147294 135.780769) (xy 83.197684 135.830781) (xy 83.213036 135.900098) (xy 83.188475 135.966711) + (xy 83.176419 135.980677) (xy 81.651501 137.505596) (xy 81.589191 137.53962) (xy 81.562408 137.5425) + (xy 76.137603 137.5425) (xy 76.064568 137.557028) (xy 76.015215 137.566845) (xy 76.015213 137.566845) + (xy 76.015212 137.566846) (xy 75.899923 137.614601) (xy 75.796171 137.683926) (xy 75.796164 137.683931) + (xy 72.659931 140.820164) (xy 72.659926 140.820171) (xy 72.590601 140.923923) (xy 72.542846 141.039212) + (xy 72.5185 141.161603) (xy 72.5185 145.714683) (xy 72.498498 145.782804) (xy 72.464771 145.817896) + (xy 72.372224 145.882698) (xy 72.222696 146.032227) (xy 72.222692 146.032232) (xy 72.101412 146.205438) + (xy 72.012045 146.397087) (xy 72.012043 146.397091) (xy 71.976833 146.528499) (xy 71.957314 146.601345) + (xy 71.938884 146.812) (xy 71.957314 147.022655) (xy 71.973692 147.083778) (xy 72.012043 147.226908) + (xy 72.012045 147.226912) (xy 72.101412 147.418561) (xy 72.222692 147.591767) (xy 72.222696 147.591772) + (xy 72.222699 147.591776) (xy 72.372224 147.741301) (xy 72.372228 147.741304) (xy 72.372232 147.741307) + (xy 72.545438 147.862587) (xy 72.545441 147.862588) (xy 72.545442 147.862589) (xy 72.73709 147.951956) + (xy 72.941345 148.006686) (xy 73.152 148.025116) (xy 73.362655 148.006686) (xy 73.56691 147.951956) + (xy 73.758558 147.862589) (xy 73.931776 147.741301) (xy 74.081301 147.591776) (xy 74.202589 147.418558) + (xy 74.291956 147.22691) (xy 74.346686 147.022655) (xy 74.365116 146.812) (xy 74.346686 146.601345) + (xy 74.291956 146.39709) (xy 74.202589 146.205442) (xy 74.202588 146.205441) (xy 74.202587 146.205438) + (xy 74.081307 146.032232) (xy 74.081303 146.032227) (xy 74.081301 146.032224) (xy 73.931776 145.882699) + (xy 73.931775 145.882698) (xy 73.839229 145.817896) (xy 73.794901 145.762438) (xy 73.7855 145.714683) + (xy 73.7855 141.538594) (xy 73.805502 141.470473) (xy 73.822405 141.449499) (xy 76.425499 138.846405) + (xy 76.487811 138.812379) (xy 76.514594 138.8095) (xy 79.185606 138.8095) (xy 81.814608 138.8095) + (xy 81.939396 138.8095) (xy 85.680163 138.8095) (xy 85.748284 138.829502) (xy 85.794777 138.883158) + (xy 85.804881 138.953432) (xy 85.775387 139.018012) (xy 85.719796 139.055104) (xy 85.687265 139.065883) + (xy 85.536347 139.15897) (xy 85.536341 139.158975) (xy 85.410975 139.284341) (xy 85.41097 139.284347) + (xy 85.317885 139.435262) (xy 85.262113 139.603572) (xy 85.262112 139.603579) (xy 85.2515 139.707446) + (xy 85.2515 140.368405) (xy 85.231498 140.436526) (xy 85.2146 140.457495) (xy 84.262498 141.409597) + (xy 84.200188 141.443621) (xy 84.173405 141.446501) (xy 82.879 141.446501) (xy 82.810879 141.426499) + (xy 82.764386 141.372843) (xy 82.753 141.320501) (xy 82.753 141.094) (xy 81.835049 141.094) (xy 81.866558 141.017931) + (xy 81.89 140.90008) (xy 81.89 140.77992) (xy 81.866558 140.662069) (xy 81.835049 140.586) (xy 82.753 140.586) + (xy 82.753 139.876414) (xy 82.752999 139.876402) (xy 82.746494 139.815906) (xy 82.695444 139.679035) + (xy 82.695444 139.679034) (xy 82.607904 139.562095) (xy 82.490965 139.474555) (xy 82.354093 139.423505) + (xy 82.293597 139.417) (xy 81.534 139.417) (xy 81.534 140.28495) (xy 81.457931 140.253442) (xy 81.34008 140.23) + (xy 81.21992 140.23) (xy 81.102069 140.253442) (xy 81.026 140.28495) (xy 81.026 139.417) (xy 80.266402 139.417) + (xy 80.205906 139.423505) (xy 80.069035 139.474555) (xy 80.069034 139.474555) (xy 79.952095 139.562095) + (xy 79.864555 139.679034) (xy 79.864555 139.679035) (xy 79.813505 139.815906) (xy 79.807 139.876402) + (xy 79.807 140.586) (xy 80.724951 140.586) (xy 80.693442 140.662069) (xy 80.67 140.77992) (xy 80.67 140.90008) + (xy 80.693442 141.017931) (xy 80.724951 141.094) (xy 79.807 141.094) (xy 79.807 141.803597) (xy 79.813505 141.864093) + (xy 79.864555 142.000964) (xy 79.864555 142.000965) (xy 79.952093 142.1179) (xy 79.958465 142.124272) + (xy 79.95659 142.126146) (xy 79.990832 142.171879) (xy 79.995903 142.242694) (xy 79.961883 142.305009) + (xy 79.961875 142.305016) (xy 74.780167 147.486727) (xy 74.691931 147.574962) (xy 74.691926 147.574969) + (xy 74.622601 147.678721) (xy 74.574846 147.79401) (xy 74.5505 147.916401) (xy 74.5505 148.0845) + (xy 74.530498 148.152621) (xy 74.476842 148.199114) (xy 74.4245 148.2105) (xy 73.964601 148.2105) + (xy 73.891566 148.225028) (xy 73.842213 148.234845) (xy 73.842211 148.234845) (xy 73.84221 148.234846) + (xy 73.726921 148.282601) (xy 73.623169 148.351926) (xy 73.623162 148.351931) (xy 70.425764 151.549329) + (xy 70.363452 151.583355) (xy 70.292636 151.57829) (xy 70.235801 151.535743) (xy 70.228215 151.524373) + (xy 70.227661 151.523437) (xy 70.204453 151.484193) (xy 70.204452 151.484192) (xy 70.204451 151.48419) + (xy 70.08681 151.366549) (xy 70.086803 151.366544) (xy 69.943605 151.281856) (xy 69.783829 151.235437) + (xy 69.746511 151.2325) (xy 69.746502 151.2325) (xy 69.313498 151.2325) (xy 69.313489 151.2325) + (xy 69.276171 151.235437) (xy 69.27617 151.235437) (xy 69.116394 151.281856) (xy 68.973196 151.366544) + (xy 68.973189 151.366549) (xy 68.855549 151.484189) (xy 68.855544 151.484196) (xy 68.770856 151.627394) + (xy 68.724437 151.78717) (xy 68.724437 151.787171) (xy 68.7215 151.824488) (xy 68.7215 151.861561) + (xy 68.701498 151.929682) (xy 68.665503 151.966325) (xy 68.634503 151.987039) (xy 68.56675 152.008255) + (xy 68.498283 151.989473) (xy 68.450839 151.936656) (xy 68.4385 151.882275) (xy 68.4385 151.824489) + (xy 68.438499 151.824488) (xy 68.435562 151.787171) (xy 68.435562 151.78717) (xy 68.435562 151.787169) + (xy 68.389145 151.627399) (xy 68.389143 151.627397) (xy 68.389143 151.627394) (xy 68.304455 151.484196) + (xy 68.30445 151.484189) (xy 68.250405 151.430144) (xy 68.216379 151.367832) (xy 68.2135 151.341049) + (xy 68.2135 150.08064) (xy 68.233502 150.012519) (xy 68.273351 149.9734) (xy 68.403652 149.89303) + (xy 68.403658 149.893024) (xy 68.490905 149.805778) (xy 68.553217 149.771752) (xy 68.624032 149.776817) + (xy 68.669095 149.805778) (xy 68.756341 149.893024) (xy 68.756347 149.893029) (xy 68.756348 149.89303) + (xy 68.907262 149.986115) (xy 69.075574 150.041887) (xy 69.179455 150.0525) (xy 69.980544 150.052499) + (xy 70.084426 150.041887) (xy 70.252738 149.986115) (xy 70.403652 149.89303) (xy 70.52903 149.767652) + (xy 70.622115 149.616738) (xy 70.677887 149.448426) (xy 70.6885 149.344545) (xy 70.688499 148.343456) + (xy 70.68478 148.307055) (xy 70.677887 148.239574) (xy 70.649074 148.152621) (xy 70.622115 148.071262) + (xy 70.52903 147.920348) (xy 70.529029 147.920347) (xy 70.529024 147.920341) (xy 70.403658 147.794975) + (xy 70.403652 147.79497) (xy 70.402096 147.79401) (xy 70.273351 147.714599) (xy 70.225875 147.661815) + (xy 70.2135 147.60736) (xy 70.2135 146.240607) (xy 70.213499 146.240603) (xy 70.206505 146.205442) + (xy 70.189155 146.118215) (xy 70.178853 146.093345) (xy 70.142214 146.00489) (xy 70.134624 145.934301) + (xy 70.166402 145.870813) (xy 70.21899 145.837066) (xy 70.258887 145.823845) (xy 70.404728 145.73389) + (xy 70.404734 145.733885) (xy 70.525885 145.612734) (xy 70.52589 145.612728) (xy 70.615847 145.466884) + (xy 70.669742 145.304241) (xy 70.669744 145.304229) (xy 70.679999 145.203852) (xy 70.68 145.203852) + (xy 70.68 145.034) (xy 69.594 145.034) (xy 69.525879 145.013998) (xy 69.479386 144.960342) (xy 69.468 144.908) + (xy 69.468 143.672) (xy 69.976 143.672) (xy 69.976 144.526) (xy 70.68 144.526) (xy 70.68 144.356147) + (xy 70.669744 144.25577) (xy 70.669742 144.255758) (xy 70.615847 144.093115) (xy 70.52589 143.947271) + (xy 70.525885 143.947265) (xy 70.404734 143.826114) (xy 70.404728 143.826109) (xy 70.258884 143.736152) + (xy 70.096241 143.682257) (xy 70.096229 143.682255) (xy 69.995852 143.672) (xy 69.976 143.672) (xy 69.468 143.672) + (xy 69.448147 143.672) (xy 69.34777 143.682255) (xy 69.347758 143.682257) (xy 69.185115 143.736152) + (xy 69.039271 143.826109) (xy 69.039265 143.826114) (xy 68.918114 143.947265) (xy 68.918109 143.947271) + (xy 68.828152 144.093115) (xy 68.774257 144.255758) (xy 68.774255 144.255769) (xy 68.76917 144.305538) + (xy 68.742347 144.371272) (xy 68.684243 144.41207) (xy 68.613306 144.414978) (xy 68.554728 144.381824) + (xy 65.760835 141.587931) (xy 65.760833 141.587929) (xy 65.657075 141.5186) (xy 65.541785 141.470845) + (xy 65.468086 141.456185) (xy 65.419396 141.4465) (xy 65.419394 141.4465) (xy 62.559 141.4465) (xy 62.490879 141.426498) + (xy 62.444386 141.372842) (xy 62.433 141.3205) (xy 62.433 141.094) (xy 61.515049 141.094) (xy 61.546558 141.017931) + (xy 61.57 140.90008) (xy 61.57 140.77992) (xy 61.546558 140.662069) (xy 61.515049 140.586) (xy 62.433 140.586) + (xy 62.433 139.876414) (xy 62.432999 139.876402) (xy 62.426494 139.815906) (xy 62.375444 139.679035) + (xy 62.375444 139.679034) (xy 62.287904 139.562095) (xy 62.170965 139.474555) (xy 62.034093 139.423505) + (xy 61.973597 139.417) (xy 61.214 139.417) (xy 61.214 140.28495) (xy 61.137931 140.253442) (xy 61.02008 140.23) + (xy 60.89992 140.23) (xy 60.782069 140.253442) (xy 60.706 140.28495) (xy 60.706 139.417) (xy 59.946402 139.417) + (xy 59.885906 139.423505) (xy 59.749035 139.474555) (xy 59.749034 139.474555) (xy 59.632095 139.562095) + (xy 59.544555 139.679034) (xy 59.544555 139.679035) (xy 59.493505 139.815906) (xy 59.487 139.876402) + (xy 59.487 140.586) (xy 60.404951 140.586) (xy 60.373442 140.662069) (xy 60.35 140.77992) (xy 60.35 140.90008) + (xy 60.373442 141.017931) (xy 60.404951 141.094) (xy 59.487 141.094) (xy 59.487 141.3205) (xy 59.466998 141.388621) + (xy 59.413342 141.435114) (xy 59.361 141.4465) (xy 55.656838 141.4465) (xy 55.588717 141.426498) + (xy 55.563202 141.40481) (xy 55.475255 141.307135) (xy 55.320752 141.194882) (xy 55.146288 141.117206) + (xy 54.959487 141.0775) (xy 54.768513 141.0775) (xy 54.581711 141.117206) (xy 54.407247 141.194882) + (xy 54.252744 141.307135) (xy 54.124965 141.449048) (xy 54.124958 141.449058) (xy 54.029476 141.614438) + (xy 54.029473 141.614445) (xy 53.970457 141.796072) (xy 53.950496 141.986) (xy 50.8755 141.986) + (xy 50.8755 135.448597) (xy 57.012 135.448597) (xy 57.018505 135.509093) (xy 57.069555 135.645964) + (xy 57.069555 135.645965) (xy 57.157095 135.762904) (xy 57.274034 135.850444) (xy 57.410906 135.901494) + (xy 57.471402 135.907999) (xy 57.471415 135.908) (xy 58.166 135.908) (xy 58.166 134.930702) (xy 58.227007 134.965925) + (xy 58.354174 135) (xy 58.485826 135) (xy 58.612993 134.965925) (xy 58.674 134.930702) (xy 58.674 135.908) + (xy 59.368585 135.908) (xy 59.368597 135.907999) (xy 59.429093 135.901494) (xy 59.565964 135.850444) + (xy 59.565965 135.850444) (xy 59.682904 135.762904) (xy 59.770444 135.645965) (xy 59.770445 135.645963) + (xy 59.784413 135.608513) (xy 59.826959 135.551677) (xy 59.893479 135.526865) (xy 59.962853 135.541956) + (xy 59.97986 135.553112) (xy 60.146983 135.68319) (xy 60.352273 135.794287) (xy 60.573049 135.87008) + (xy 60.803288 135.9085) (xy 60.803292 135.9085) (xy 61.036708 135.9085) (xy 61.036712 135.9085) + (xy 61.266951 135.87008) (xy 61.487727 135.794287) (xy 61.693017 135.68319) (xy 61.87722 135.539818) + (xy 61.905505 135.509093) (xy 61.961195 135.448597) (xy 62.035314 135.368083) (xy 62.064517 135.323383) + (xy 62.118519 135.277296) (xy 62.188867 135.26772) (xy 62.253225 135.297696) (xy 62.275481 135.323382) + (xy 62.304686 135.368083) (xy 62.304687 135.368084) (xy 62.462774 135.539813) (xy 62.462778 135.539817) + (xy 62.52865 135.591087) (xy 62.646983 135.68319) (xy 62.852273 135.794287) (xy 63.073049 135.87008) + (xy 63.303288 135.9085) (xy 63.303292 135.9085) (xy 63.536708 135.9085) (xy 63.536712 135.9085) + (xy 63.766951 135.87008) (xy 63.987727 135.794287) (xy 64.193017 135.68319) (xy 64.37722 135.539818) + (xy 64.389145 135.526865) (xy 64.535314 135.368083) (xy 64.662984 135.172669) (xy 64.756749 134.958907) + (xy 64.814051 134.732626) (xy 64.833327 134.5) (xy 64.814051 134.267374) (xy 64.756749 134.041093) + (xy 64.662984 133.827331) (xy 64.564517 133.676615) (xy 64.535314 133.631916) (xy 64.377225 133.460186) + (xy 64.377221 133.460182) (xy 64.285118 133.388496) (xy 64.193017 133.31681) (xy 63.987727 133.205713) + (xy 63.987724 133.205712) (xy 63.987723 133.205711) (xy 63.766955 133.129921) (xy 63.766948 133.129919) + (xy 63.668411 133.113476) (xy 63.536712 133.0915) (xy 63.303288 133.0915) (xy 63.188066 133.110727) + (xy 63.073051 133.129919) (xy 63.073044 133.129921) (xy 62.852276 133.205711) (xy 62.852273 133.205713) + (xy 62.646991 133.316806) (xy 62.646985 133.316809) (xy 62.646983 133.31681) (xy 62.462778 133.460182) + (xy 62.462774 133.460186) (xy 62.304685 133.631916) (xy 62.275483 133.676615) (xy 62.22148 133.722704) + (xy 62.151132 133.732279) (xy 62.086774 133.702302) (xy 62.064517 133.676615) (xy 62.035314 133.631916) + (xy 61.877225 133.460186) (xy 61.877221 133.460182) (xy 61.785118 133.388496) (xy 61.693017 133.31681) + (xy 61.487727 133.205713) (xy 61.487724 133.205712) (xy 61.487723 133.205711) (xy 61.266955 133.129921) + (xy 61.266948 133.129919) (xy 61.168411 133.113476) (xy 61.036712 133.0915) (xy 60.803288 133.0915) + (xy 60.688066 133.110727) (xy 60.573051 133.129919) (xy 60.573044 133.129921) (xy 60.352276 133.205711) + (xy 60.352273 133.205713) (xy 60.146991 133.316806) (xy 60.146985 133.316809) (xy 60.146983 133.31681) + (xy 59.97986 133.446888) (xy 59.913818 133.472944) (xy 59.844172 133.459159) (xy 59.793036 133.409909) + (xy 59.784413 133.391487) (xy 59.770445 133.354036) (xy 59.770444 133.354034) (xy 59.682904 133.237095) + (xy 59.565965 133.149555) (xy 59.429093 133.098505) (xy 59.368597 133.092) (xy 58.674 133.092) (xy 58.674 134.069297) + (xy 58.612993 134.034075) (xy 58.485826 134) (xy 58.354174 134) (xy 58.227007 134.034075) (xy 58.166 134.069297) + (xy 58.166 133.092) (xy 57.471402 133.092) (xy 57.410906 133.098505) (xy 57.274035 133.149555) (xy 57.274034 133.149555) + (xy 57.157095 133.237095) (xy 57.069555 133.354034) (xy 57.069555 133.354035) (xy 57.018505 133.490906) + (xy 57.012 133.551402) (xy 57.012 134.246) (xy 57.989297 134.246) (xy 57.954075 134.307007) (xy 57.92 134.434174) + (xy 57.92 134.565826) (xy 57.954075 134.692993) (xy 57.989297 134.754) (xy 57.012 134.754) (xy 57.012 135.448597) + (xy 50.8755 135.448597) (xy 50.8755 127.38247) (xy 54.2515 127.38247) (xy 54.283469 127.6253) (xy 54.28347 127.625306) + (xy 54.283471 127.625308) (xy 54.346865 127.861898) (xy 54.440598 128.08819) (xy 54.440599 128.088191) + (xy 54.440604 128.088201) (xy 54.563063 128.300306) (xy 54.712173 128.494631) (xy 54.712182 128.494641) + (xy 54.885358 128.667817) (xy 54.885368 128.667826) (xy 54.885369 128.667827) (xy 55.07969 128.816934) + (xy 55.29181 128.939402) (xy 55.518102 129.033135) (xy 55.754692 129.096529) (xy 55.754698 129.096529) + (xy 55.754699 129.09653) (xy 55.78256 129.100198) (xy 55.997532 129.1285) (xy 55.997539 129.1285) + (xy 56.242461 129.1285) (xy 56.242468 129.1285) (xy 56.485308 129.096529) (xy 56.721898 129.033135) + (xy 56.94819 128.939402) (xy 57.16031 128.816934) (xy 57.354631 128.667827) (xy 57.527827 128.494631) + (xy 57.676934 128.30031) (xy 57.799402 128.08819) (xy 57.893135 127.861898) (xy 57.956529 127.625308) + (xy 57.9885 127.38247) (xy 63.8515 127.38247) (xy 63.883469 127.6253) (xy 63.88347 127.625306) (xy 63.883471 127.625308) + (xy 63.946865 127.861898) (xy 64.040598 128.08819) (xy 64.040599 128.088191) (xy 64.040604 128.088201) + (xy 64.163063 128.300306) (xy 64.312173 128.494631) (xy 64.312182 128.494641) (xy 64.485358 128.667817) + (xy 64.485368 128.667826) (xy 64.485369 128.667827) (xy 64.67969 128.816934) (xy 64.89181 128.939402) + (xy 65.118102 129.033135) (xy 65.354692 129.096529) (xy 65.354698 129.096529) (xy 65.354699 129.09653) + (xy 65.38256 129.100198) (xy 65.597532 129.1285) (xy 65.597539 129.1285) (xy 65.842461 129.1285) + (xy 65.842468 129.1285) (xy 66.085308 129.096529) (xy 66.321898 129.033135) (xy 66.54819 128.939402) + (xy 66.76031 128.816934) (xy 66.954631 128.667827) (xy 67.127827 128.494631) (xy 67.276934 128.30031) + (xy 67.399402 128.08819) (xy 67.493135 127.861898) (xy 67.556529 127.625308) (xy 67.5885 127.38247) + (xy 74.5715 127.38247) (xy 74.603469 127.6253) (xy 74.60347 127.625306) (xy 74.603471 127.625308) + (xy 74.666865 127.861898) (xy 74.760598 128.08819) (xy 74.760599 128.088191) (xy 74.760604 128.088201) + (xy 74.883063 128.300306) (xy 75.032173 128.494631) (xy 75.032182 128.494641) (xy 75.205358 128.667817) + (xy 75.205368 128.667826) (xy 75.205369 128.667827) (xy 75.39969 128.816934) (xy 75.61181 128.939402) + (xy 75.838102 129.033135) (xy 76.074692 129.096529) (xy 76.074698 129.096529) (xy 76.074699 129.09653) + (xy 76.10256 129.100198) (xy 76.317532 129.1285) (xy 76.317539 129.1285) (xy 76.562461 129.1285) + (xy 76.562468 129.1285) (xy 76.805308 129.096529) (xy 77.041898 129.033135) (xy 77.26819 128.939402) + (xy 77.48031 128.816934) (xy 77.674631 128.667827) (xy 77.847827 128.494631) (xy 77.996934 128.30031) + (xy 78.119402 128.08819) (xy 78.213135 127.861898) (xy 78.276529 127.625308) (xy 78.3085 127.382468) + (xy 78.3085 126.617532) (xy 78.276529 126.374692) (xy 78.213135 126.138102) (xy 78.119402 125.91181) + (xy 77.996934 125.69969) (xy 77.847827 125.505369) (xy 77.847826 125.505368) (xy 77.847817 125.505358) + (xy 77.674641 125.332182) (xy 77.674631 125.332173) (xy 77.480306 125.183063) (xy 77.268201 125.060604) + (xy 77.268196 125.060601) (xy 77.26819 125.060598) (xy 77.041898 124.966865) (xy 76.805308 124.903471) + (xy 76.805306 124.90347) (xy 76.8053 124.903469) (xy 76.56247 124.8715) (xy 76.562468 124.8715) + (xy 76.317532 124.8715) (xy 76.317529 124.8715) (xy 76.074699 124.903469) (xy 76.074692 124.903471) + (xy 75.838102 124.966865) (xy 75.755884 125.000921) (xy 75.611808 125.060599) (xy 75.611798 125.060604) + (xy 75.399693 125.183063) (xy 75.205368 125.332173) (xy 75.205358 125.332182) (xy 75.032182 125.505358) + (xy 75.032173 125.505368) (xy 74.883063 125.699693) (xy 74.760604 125.911798) (xy 74.760599 125.911808) + (xy 74.666865 126.138102) (xy 74.603469 126.374699) (xy 74.5715 126.617529) (xy 74.5715 127.38247) + (xy 67.5885 127.38247) (xy 67.5885 127.382468) (xy 67.5885 126.617532) (xy 67.556529 126.374692) + (xy 67.493135 126.138102) (xy 67.399402 125.91181) (xy 67.276934 125.69969) (xy 67.127827 125.505369) + (xy 67.127826 125.505368) (xy 67.127817 125.505358) (xy 66.954641 125.332182) (xy 66.954631 125.332173) + (xy 66.760306 125.183063) (xy 66.548201 125.060604) (xy 66.548196 125.060601) (xy 66.54819 125.060598) + (xy 66.321898 124.966865) (xy 66.085308 124.903471) (xy 66.085306 124.90347) (xy 66.0853 124.903469) + (xy 65.84247 124.8715) (xy 65.842468 124.8715) (xy 65.597532 124.8715) (xy 65.597529 124.8715) (xy 65.354699 124.903469) + (xy 65.354692 124.903471) (xy 65.118102 124.966865) (xy 65.035884 125.000921) (xy 64.891808 125.060599) + (xy 64.891798 125.060604) (xy 64.679693 125.183063) (xy 64.485368 125.332173) (xy 64.485358 125.332182) + (xy 64.312182 125.505358) (xy 64.312173 125.505368) (xy 64.163063 125.699693) (xy 64.040604 125.911798) + (xy 64.040599 125.911808) (xy 63.946865 126.138102) (xy 63.883469 126.374699) (xy 63.8515 126.617529) + (xy 63.8515 127.38247) (xy 57.9885 127.38247) (xy 57.9885 127.382468) (xy 57.9885 126.617532) (xy 57.956529 126.374692) + (xy 57.893135 126.138102) (xy 57.799402 125.91181) (xy 57.676934 125.69969) (xy 57.527827 125.505369) + (xy 57.527826 125.505368) (xy 57.527817 125.505358) (xy 57.354641 125.332182) (xy 57.354631 125.332173) + (xy 57.160306 125.183063) (xy 56.948201 125.060604) (xy 56.948196 125.060601) (xy 56.94819 125.060598) + (xy 56.721898 124.966865) (xy 56.485308 124.903471) (xy 56.485306 124.90347) (xy 56.4853 124.903469) + (xy 56.24247 124.8715) (xy 56.242468 124.8715) (xy 55.997532 124.8715) (xy 55.997529 124.8715) (xy 55.754699 124.903469) + (xy 55.754692 124.903471) (xy 55.518102 124.966865) (xy 55.435884 125.000921) (xy 55.291808 125.060599) + (xy 55.291798 125.060604) (xy 55.079693 125.183063) (xy 54.885368 125.332173) (xy 54.885358 125.332182) + (xy 54.712182 125.505358) (xy 54.712173 125.505368) (xy 54.563063 125.699693) (xy 54.440604 125.911798) + (xy 54.440599 125.911808) (xy 54.346865 126.138102) (xy 54.283469 126.374699) (xy 54.2515 126.617529) + (xy 54.2515 127.38247) (xy 50.8755 127.38247) (xy 50.8755 117.788597) (xy 58.272 117.788597) (xy 58.278505 117.849093) + (xy 58.329555 117.985964) (xy 58.329555 117.985965) (xy 58.417095 118.102904) (xy 58.534034 118.190444) + (xy 58.670906 118.241494) (xy 58.731402 118.247999) (xy 58.731415 118.248) (xy 59.426 118.248) (xy 59.426 117.212968) + (xy 59.506306 117.259333) (xy 59.620756 117.29) (xy 59.739244 117.29) (xy 59.853694 117.259333) + (xy 59.934 117.212968) (xy 59.934 118.248) (xy 60.628585 118.248) (xy 60.628597 118.247999) (xy 60.689093 118.241494) + (xy 60.825964 118.190444) (xy 60.825965 118.190444) (xy 60.942904 118.102904) (xy 61.030444 117.985965) + (xy 61.053877 117.923138) (xy 61.096423 117.866302) (xy 61.162943 117.841491) (xy 61.232318 117.856582) + (xy 61.258356 117.876929) (xy 61.258946 117.876289) (xy 61.262778 117.879817) (xy 61.318437 117.923138) + (xy 61.446983 118.02319) (xy 61.652273 118.134287) (xy 61.873049 118.21008) (xy 62.103288 118.2485) + (xy 62.103292 118.2485) (xy 62.336708 118.2485) (xy 62.336712 118.2485) (xy 62.566951 118.21008) + (xy 62.787727 118.134287) (xy 62.993017 118.02319) (xy 63.17722 117.879818) (xy 63.189663 117.866302) + (xy 63.335314 117.708083) (xy 63.355448 117.677265) (xy 63.462984 117.512669) (xy 63.556749 117.298907) + (xy 63.614051 117.072626) (xy 63.633327 116.84) (xy 63.614051 116.607374) (xy 63.577973 116.464906) + (xy 63.58064 116.393962) (xy 63.61102 116.344882) (xy 65.239501 114.716404) (xy 65.301813 114.682379) + (xy 65.328596 114.6795) (xy 65.345861 114.6795) (xy 65.413982 114.699502) (xy 65.460475 114.753158) + (xy 65.470174 114.812167) (xy 65.471663 114.812243) (xy 65.4715 114.815446) (xy 65.4715 115.816544) + (xy 65.482112 115.920425) (xy 65.537885 116.088738) (xy 65.63097 116.239652) (xy 65.630975 116.239658) + (xy 65.756341 116.365024) (xy 65.756347 116.365029) (xy 65.756348 116.36503) (xy 65.907262 116.458115) + (xy 66.075574 116.513887) (xy 66.179455 116.5245) (xy 66.291975 116.524499) (xy 66.360095 116.5445) + (xy 66.406588 116.598156) (xy 66.416693 116.66843) (xy 66.3872 116.733011) (xy 66.385612 116.734809) + (xy 66.316957 116.811059) (xy 66.221476 116.976438) (xy 66.221473 116.976445) (xy 66.162457 117.158072) + (xy 66.142496 117.348) (xy 66.162457 117.537927) (xy 66.192526 117.63047) (xy 66.221473 117.719556) + (xy 66.221476 117.719561) (xy 66.316958 117.884941) (xy 66.316965 117.884951) (xy 66.444744 118.026864) + (xy 66.444747 118.026866) (xy 66.599248 118.139118) (xy 66.773712 118.216794) (xy 66.960513 118.2565) + (xy 67.151487 118.2565) (xy 67.338288 118.216794) (xy 67.512752 118.139118) (xy 67.667253 118.026866) + (xy 67.692176 117.999186) (xy 67.795034 117.884951) (xy 67.795035 117.884949) (xy 67.79504 117.884944) + (xy 67.890527 117.719556) (xy 67.949542 117.537928) (xy 67.969504 117.348) (xy 67.949542 117.158072) + (xy 67.890527 116.976444) (xy 67.79504 116.811056) (xy 67.721863 116.729784) (xy 67.691146 116.665776) + (xy 67.6895 116.645474) (xy 67.6895 116.549555) (xy 67.709502 116.481434) (xy 67.763158 116.434941) + (xy 67.833432 116.424837) (xy 67.881646 116.442315) (xy 67.907262 116.458115) (xy 68.075574 116.513887) + (xy 68.179455 116.5245) (xy 68.980544 116.524499) (xy 69.084426 116.513887) (xy 69.252738 116.458115) + (xy 69.403652 116.36503) (xy 69.52903 116.239652) (xy 69.622115 116.088738) (xy 69.62809 116.070705) + (xy 69.639635 116.035867) (xy 69.680049 115.977496) (xy 69.745605 115.95024) (xy 69.759239 115.9495) + (xy 70.658393 115.9495) (xy 70.658394 115.9495) (xy 70.780785 115.925155) (xy 70.896075 115.8774) + (xy 70.999833 115.808071) (xy 71.812517 114.995385) (xy 71.874828 114.961362) (xy 71.9115 114.958871) + (xy 71.91949 114.9595) (xy 71.919498 114.9595) (xy 72.352511 114.9595) (xy 72.352511 114.959499) + (xy 72.389831 114.956562) (xy 72.549601 114.910145) (xy 72.549603 114.910143) (xy 72.549605 114.910143) + (xy 72.621204 114.867799) (xy 72.692807 114.825453) (xy 72.810453 114.707807) (xy 72.895145 114.564601) + (xy 72.941562 114.404831) (xy 72.944499 114.367511) (xy 72.9445 114.367511) (xy 72.9445 113.2105) + (xy 72.964502 113.142379) (xy 73.018158 113.095886) (xy 73.0705 113.0845) (xy 73.302511 113.0845) + (xy 73.302511 113.084499) (xy 73.339831 113.081562) (xy 73.499601 113.035145) (xy 73.499603 113.035143) + (xy 73.499605 113.035143) (xy 73.612293 112.968499) (xy 73.642807 112.950453) (xy 73.760453 112.832807) + (xy 73.826116 112.721778) (xy 73.845143 112.689605) (xy 73.845143 112.689603) (xy 73.845145 112.689601) + (xy 73.891562 112.529831) (xy 73.894499 112.492511) (xy 73.8945 112.492511) (xy 73.8945 111.184489) + (xy 73.894499 111.184488) (xy 73.891562 111.147171) (xy 73.891562 111.14717) (xy 73.891562 111.147169) + (xy 73.845145 110.987399) (xy 73.845143 110.987397) (xy 73.845143 110.987394) (xy 73.760455 110.844196) + (xy 73.76045 110.844189) (xy 73.64281 110.726549) (xy 73.642803 110.726544) (xy 73.499604 110.641856) + (xy 73.484474 110.63746) (xy 73.42464 110.599246) (xy 73.394964 110.534749) (xy 73.404869 110.464447) + (xy 73.43053 110.427374) (xy 73.896072 109.961833) (xy 73.965401 109.858075) (xy 74.013155 109.742784) + (xy 74.013155 109.742782) (xy 74.014771 109.738882) (xy 74.059318 109.683601) (xy 74.065016 109.679869) + (xy 74.08704 109.666285) (xy 74.208285 109.54504) (xy 74.298302 109.399101) (xy 74.352236 109.236336) + (xy 74.35728 109.18697) (xy 74.3625 109.13588) (xy 74.3625 108.288119) (xy 74.352247 108.18777) + (xy 74.352236 108.187664) (xy 74.298302 108.024899) (xy 74.208285 107.87896) (xy 74.208284 107.878959) + (xy 74.208279 107.878953) (xy 74.087046 107.75772) (xy 74.08704 107.757715) (xy 73.941101 107.667698) + (xy 73.778336 107.613764) (xy 73.778333 107.613763) (xy 73.67788 107.6035) (xy 73.677872 107.6035) + (xy 73.130128 107.6035) (xy 73.13012 107.6035) (xy 73.029666 107.613763) (xy 72.866899 107.667698) + (xy 72.720959 107.757715) (xy 72.720953 107.75772) (xy 72.59972 107.878953) (xy 72.599715 107.878959) + (xy 72.509698 108.024899) (xy 72.455763 108.187666) (xy 72.4455 108.288119) (xy 72.4455 109.13588) + (xy 72.445499 109.13588) (xy 72.455763 109.236333) (xy 72.509698 109.399101) (xy 72.517403 109.411592) + (xy 72.536141 109.480071) (xy 72.514882 109.54781) (xy 72.499258 109.566835) (xy 71.509481 110.556612) + (xy 71.447169 110.590638) (xy 71.410507 110.593129) (xy 71.40251 110.5925) (xy 71.402502 110.5925) + (xy 70.969498 110.5925) (xy 70.969489 110.5925) (xy 70.932171 110.595437) (xy 70.93217 110.595437) + (xy 70.772394 110.641856) (xy 70.629196 110.726544) (xy 70.629189 110.726549) (xy 70.511549 110.844189) + (xy 70.511544 110.844196) (xy 70.426856 110.987394) (xy 70.420655 111.008738) (xy 70.408187 111.051654) + (xy 70.369975 111.111488) (xy 70.305479 111.141166) (xy 70.287191 111.1425) (xy 69.732541 111.1425) + (xy 69.66442 111.122498) (xy 69.617927 111.068842) (xy 69.612937 111.056133) (xy 69.590116 110.987265) + (xy 69.590115 110.987264) (xy 69.590115 110.987262) (xy 69.49703 110.836348) (xy 69.497029 110.836347) + (xy 69.497024 110.836341) (xy 69.371658 110.710975) (xy 69.371652 110.71097) (xy 69.308887 110.672256) + (xy 69.220738 110.617885) (xy 69.136582 110.589999) (xy 69.052427 110.562113) (xy 69.05242 110.562112) + (xy 68.948553 110.5515) (xy 68.147455 110.5515) (xy 68.043574 110.562112) (xy 67.875261 110.617885) + (xy 67.724347 110.71097) (xy 67.724341 110.710975) (xy 67.637095 110.798222) (xy 67.574783 110.832248) + (xy 67.503968 110.827183) (xy 67.458905 110.798222) (xy 67.371658 110.710975) (xy 67.371652 110.71097) + (xy 67.308887 110.672256) (xy 67.220738 110.617885) (xy 67.136582 110.589999) (xy 67.052427 110.562113) + (xy 67.05242 110.562112) (xy 66.948553 110.5515) (xy 66.147455 110.5515) (xy 66.043574 110.562112) + (xy 65.875261 110.617885) (xy 65.724347 110.71097) (xy 65.724341 110.710975) (xy 65.598975 110.836341) + (xy 65.59897 110.836347) (xy 65.505883 110.987265) (xy 65.488365 111.040133) (xy 65.447951 111.098504) + (xy 65.382395 111.12576) (xy 65.368761 111.1265) (xy 62.551204 111.1265) (xy 62.483083 111.106498) + (xy 62.43659 111.052842) (xy 62.434811 111.048756) (xy 62.366334 110.883437) (xy 62.236925 110.67226) + (xy 62.236922 110.672256) (xy 62.076073 110.483926) (xy 61.887743 110.323077) (xy 61.887741 110.323076) + (xy 61.88774 110.323075) (xy 61.676563 110.193666) (xy 61.447742 110.098885) (xy 61.206911 110.041066) + (xy 61.206912 110.041066) (xy 60.96 110.021634) (xy 60.713088 110.041066) (xy 60.472257 110.098885) + (xy 60.243438 110.193665) (xy 60.032258 110.323076) (xy 60.032256 110.323077) (xy 59.843926 110.483926) + (xy 59.683077 110.672256) (xy 59.683076 110.672258) (xy 59.553665 110.883438) (xy 59.458885 111.112257) + (xy 59.401066 111.353088) (xy 59.399096 111.378115) (xy 59.381634 111.6) (xy 59.401066 111.846911) + (xy 59.458885 112.087742) (xy 59.553666 112.316563) (xy 59.681772 112.525614) (xy 59.683076 112.527741) + (xy 59.683077 112.527743) (xy 59.843926 112.716073) (xy 60.021625 112.867842) (xy 60.03226 112.876925) + (xy 60.243437 113.006334) (xy 60.472258 113.101115) (xy 60.713089 113.158934) (xy 60.96 113.178366) + (xy 61.206911 113.158934) (xy 61.447742 113.101115) (xy 61.676563 113.006334) (xy 61.88774 112.876925) + (xy 62.076073 112.716073) (xy 62.236925 112.52774) (xy 62.282318 112.453664) (xy 62.334966 112.406034) + (xy 62.389751 112.3935) (xy 65.368761 112.3935) (xy 65.436882 112.413502) (xy 65.483375 112.467158) + (xy 65.488365 112.479867) (xy 65.505883 112.532734) (xy 65.505884 112.532736) (xy 65.505885 112.532738) + (xy 65.59897 112.683652) (xy 65.598975 112.683658) (xy 65.724341 112.809024) (xy 65.724347 112.809029) + (xy 65.724348 112.80903) (xy 65.875262 112.902115) (xy 66.043574 112.957887) (xy 66.147455 112.9685) + (xy 66.948544 112.968499) (xy 67.052426 112.957887) (xy 67.220738 112.902115) (xy 67.371652 112.80903) + (xy 67.371658 112.809024) (xy 67.458905 112.721778) (xy 67.521217 112.687752) (xy 67.592032 112.692817) + (xy 67.637095 112.721778) (xy 67.724341 112.809024) (xy 67.724347 112.809029) (xy 67.724348 112.80903) + (xy 67.875262 112.902115) (xy 68.043574 112.957887) (xy 68.147455 112.9685) (xy 68.948544 112.968499) + (xy 69.052426 112.957887) (xy 69.220738 112.902115) (xy 69.371652 112.80903) (xy 69.49703 112.683652) + (xy 69.590115 112.532738) (xy 69.602333 112.495867) (xy 69.642747 112.437495) (xy 69.708303 112.41024) + (xy 69.721937 112.4095) (xy 70.254495 112.4095) (xy 70.322616 112.429502) (xy 70.369109 112.483158) + (xy 70.380105 112.525609) (xy 70.380438 112.529831) (xy 70.381283 112.532738) (xy 70.426856 112.689605) + (xy 70.511544 112.832803) (xy 70.511549 112.83281) (xy 70.519197 112.840458) (xy 70.553223 112.90277) + (xy 70.548158 112.973585) (xy 70.519198 113.018648) (xy 70.162252 113.375595) (xy 70.099939 113.40962) + (xy 70.073156 113.4125) (xy 64.9516 113.4125) (xy 64.829217 113.436844) (xy 64.829209 113.436846) + (xy 64.795447 113.45083) (xy 64.795447 113.450831) (xy 64.713925 113.484599) (xy 64.610171 113.553925) + (xy 64.610164 113.55393) (xy 62.717277 115.446817) (xy 62.654965 115.480843) (xy 62.587273 115.476896) + (xy 62.566957 115.469922) (xy 62.566948 115.469919) (xy 62.468411 115.453476) (xy 62.336712 115.4315) + (xy 62.103288 115.4315) (xy 61.988066 115.450727) (xy 61.873051 115.469919) (xy 61.873044 115.469921) + (xy 61.652276 115.545711) (xy 61.652273 115.545713) (xy 61.455892 115.651989) (xy 61.446985 115.656809) + (xy 61.446983 115.65681) (xy 61.262778 115.800182) (xy 61.258946 115.803711) (xy 61.257688 115.802345) + (xy 61.203763 115.834742) (xy 61.132799 115.832598) (xy 61.07426 115.792428) (xy 61.053877 115.756861) + (xy 61.030444 115.694034) (xy 60.942904 115.577095) (xy 60.825965 115.489555) (xy 60.689093 115.438505) + (xy 60.628597 115.432) (xy 59.934 115.432) (xy 59.934 116.467031) (xy 59.853694 116.420667) (xy 59.739244 116.39) + (xy 59.620756 116.39) (xy 59.506306 116.420667) (xy 59.426 116.467031) (xy 59.426 115.432) (xy 58.731402 115.432) + (xy 58.670906 115.438505) (xy 58.534035 115.489555) (xy 58.534034 115.489555) (xy 58.417095 115.577095) + (xy 58.329555 115.694034) (xy 58.329555 115.694035) (xy 58.278505 115.830906) (xy 58.272 115.891402) + (xy 58.272 116.586) (xy 59.307032 116.586) (xy 59.260667 116.666306) (xy 59.23 116.780756) (xy 59.23 116.899244) + (xy 59.260667 117.013694) (xy 59.307032 117.094) (xy 58.272 117.094) (xy 58.272 117.788597) (xy 50.8755 117.788597) + (xy 50.8755 108.966) (xy 69.146 108.966) (xy 69.146 109.135852) (xy 69.156255 109.236229) (xy 69.156257 109.236241) + (xy 69.210152 109.398884) (xy 69.300109 109.544728) (xy 69.300114 109.544734) (xy 69.421265 109.665885) + (xy 69.421271 109.66589) (xy 69.567115 109.755847) (xy 69.729758 109.809742) (xy 69.72977 109.809744) + (xy 69.830147 109.819999) (xy 69.830147 109.82) (xy 69.85 109.82) (xy 69.85 108.966) (xy 70.358 108.966) + (xy 70.358 109.82) (xy 70.377853 109.82) (xy 70.377852 109.819999) (xy 70.478229 109.809744) (xy 70.478241 109.809742) + (xy 70.640884 109.755847) (xy 70.786728 109.66589) (xy 70.786734 109.665885) (xy 70.907885 109.544734) + (xy 70.90789 109.544728) (xy 70.997847 109.398884) (xy 71.051742 109.236241) (xy 71.051744 109.236229) + (xy 71.061999 109.135852) (xy 71.062 109.135852) (xy 71.062 108.966) (xy 70.358 108.966) (xy 69.85 108.966) + (xy 69.146 108.966) (xy 50.8755 108.966) (xy 50.8755 108.458) (xy 69.146 108.458) (xy 69.85 108.458) + (xy 69.85 107.604) (xy 70.358 107.604) (xy 70.358 108.458) (xy 71.062 108.458) (xy 71.062 108.288147) + (xy 71.051744 108.18777) (xy 71.051742 108.187758) (xy 70.997847 108.025115) (xy 70.90789 107.879271) + (xy 70.907885 107.879265) (xy 70.786734 107.758114) (xy 70.786728 107.758109) (xy 70.640884 107.668152) + (xy 70.478241 107.614257) (xy 70.478229 107.614255) (xy 70.377852 107.604) (xy 70.358 107.604) (xy 69.85 107.604) + (xy 69.830147 107.604) (xy 69.72977 107.614255) (xy 69.729758 107.614257) (xy 69.567115 107.668152) + (xy 69.421271 107.758109) (xy 69.421265 107.758114) (xy 69.300114 107.879265) (xy 69.300109 107.879271) + (xy 69.210152 108.025115) (xy 69.156257 108.187758) (xy 69.156255 108.18777) (xy 69.146 108.288147) + (xy 69.146 108.458) (xy 50.8755 108.458) (xy 50.8755 103.3) (xy 59.381634 103.3) (xy 59.401066 103.546911) + (xy 59.458885 103.787742) (xy 59.488756 103.859858) (xy 59.553666 104.016563) (xy 59.66561 104.19924) + (xy 59.683076 104.227741) (xy 59.683077 104.227743) (xy 59.843926 104.416073) (xy 59.992739 104.543171) + (xy 60.03226 104.576925) (xy 60.243437 104.706334) (xy 60.472258 104.801115) (xy 60.713089 104.858934) + (xy 60.96 104.878366) (xy 61.206911 104.858934) (xy 61.447742 104.801115) (xy 61.676563 104.706334) + (xy 61.88774 104.576925) (xy 62.076073 104.416073) (xy 62.236925 104.22774) (xy 62.366334 104.016563) + (xy 62.461115 103.787742) (xy 62.518934 103.546911) (xy 62.525774 103.46) (xy 79.701634 103.46) + (xy 79.721066 103.706911) (xy 79.778885 103.947742) (xy 79.851292 104.122549) (xy 79.873666 104.176563) + (xy 79.937156 104.28017) (xy 80.003076 104.387741) (xy 80.003077 104.387743) (xy 80.163926 104.576073) + (xy 80.352256 104.736922) (xy 80.35226 104.736925) (xy 80.563437 104.866334) (xy 80.792258 104.961115) + (xy 81.033089 105.018934) (xy 81.28 105.038366) (xy 81.526911 105.018934) (xy 81.767742 104.961115) + (xy 81.996563 104.866334) (xy 82.20774 104.736925) (xy 82.396073 104.576073) (xy 82.556925 104.38774) + (xy 82.686334 104.176563) (xy 82.781115 103.947742) (xy 82.838934 103.706911) (xy 82.858366 103.46) + (xy 82.838934 103.213089) (xy 82.781115 102.972258) (xy 82.686334 102.743437) (xy 82.556925 102.53226) + (xy 82.556922 102.532256) (xy 82.396073 102.343926) (xy 82.207743 102.183077) (xy 82.207741 102.183076) + (xy 82.20774 102.183075) (xy 81.996563 102.053666) (xy 81.928343 102.025408) (xy 81.873063 101.98086) + (xy 81.850642 101.913497) (xy 81.8682 101.844706) (xy 81.920162 101.796328) (xy 81.976562 101.783) + (xy 82.293585 101.783) (xy 82.293597 101.782999) (xy 82.354093 101.776494) (xy 82.490964 101.725444) + (xy 82.490965 101.725444) (xy 82.607904 101.637904) (xy 82.695444 101.520965) (xy 82.695444 101.520964) + (xy 82.746494 101.384093) (xy 82.752999 101.323597) (xy 82.753 101.323585) (xy 82.753 100.614) (xy 81.835049 100.614) + (xy 81.866558 100.537931) (xy 81.89 100.42008) (xy 81.89 100.29992) (xy 81.866558 100.182069) (xy 81.835049 100.106) + (xy 82.753 100.106) (xy 82.753 99.396414) (xy 82.752999 99.396402) (xy 82.746494 99.335906) (xy 82.695444 99.199035) + (xy 82.695444 99.199034) (xy 82.607904 99.082095) (xy 82.490965 98.994555) (xy 82.354093 98.943505) + (xy 82.293597 98.937) (xy 81.534 98.937) (xy 81.534 99.80495) (xy 81.457931 99.773442) (xy 81.34008 99.75) + (xy 81.21992 99.75) (xy 81.102069 99.773442) (xy 81.026 99.80495) (xy 81.026 98.937) (xy 80.266402 98.937) + (xy 80.205906 98.943505) (xy 80.069035 98.994555) (xy 80.069034 98.994555) (xy 79.952095 99.082095) + (xy 79.864555 99.199034) (xy 79.864555 99.199035) (xy 79.813505 99.335906) (xy 79.807 99.396402) + (xy 79.807 100.106) (xy 80.724951 100.106) (xy 80.693442 100.182069) (xy 80.67 100.29992) (xy 80.67 100.42008) + (xy 80.693442 100.537931) (xy 80.724951 100.614) (xy 79.807 100.614) (xy 79.807 101.323597) (xy 79.813505 101.384093) + (xy 79.864555 101.520964) (xy 79.864555 101.520965) (xy 79.952095 101.637904) (xy 80.069034 101.725444) + (xy 80.205906 101.776494) (xy 80.266402 101.782999) (xy 80.266415 101.783) (xy 80.583438 101.783) + (xy 80.651559 101.803002) (xy 80.698052 101.856658) (xy 80.708156 101.926932) (xy 80.678662 101.991512) + (xy 80.631656 102.025408) (xy 80.608243 102.035106) (xy 80.563438 102.053665) (xy 80.352258 102.183076) + (xy 80.352256 102.183077) (xy 80.163926 102.343926) (xy 80.003077 102.532256) (xy 80.003076 102.532258) + (xy 79.873665 102.743438) (xy 79.778885 102.972257) (xy 79.721066 103.213088) (xy 79.701634 103.46) + (xy 62.525774 103.46) (xy 62.538366 103.3) (xy 62.518934 103.053089) (xy 62.461115 102.812258) (xy 62.366334 102.583437) + (xy 62.236925 102.37226) (xy 62.224319 102.3575) (xy 62.076073 102.183926) (xy 61.887743 102.023077) + (xy 61.887741 102.023076) (xy 61.88774 102.023075) (xy 61.676563 101.893666) (xy 61.608343 101.865408) + (xy 61.553063 101.82086) (xy 61.530642 101.753497) (xy 61.5482 101.684706) (xy 61.600162 101.636328) + (xy 61.656562 101.623) (xy 61.973585 101.623) (xy 61.973597 101.622999) (xy 62.034093 101.616494) + (xy 62.170964 101.565444) (xy 62.170965 101.565444) (xy 62.287904 101.477904) (xy 62.375444 101.360965) + (xy 62.375444 101.360964) (xy 62.426494 101.224093) (xy 62.432999 101.163597) (xy 62.433 101.163585) + (xy 62.433 100.454) (xy 61.515049 100.454) (xy 61.546558 100.377931) (xy 61.57 100.26008) (xy 61.57 100.13992) + (xy 61.546558 100.022069) (xy 61.515049 99.946) (xy 62.433 99.946) (xy 62.433 99.236414) (xy 62.432999 99.236402) + (xy 62.426494 99.175906) (xy 62.375444 99.039035) (xy 62.375444 99.039034) (xy 62.287904 98.922095) + (xy 62.170965 98.834555) (xy 62.094405 98.806) (xy 84.26 98.806) (xy 84.26 98.975852) (xy 84.270255 99.076229) + (xy 84.270257 99.076241) (xy 84.324152 99.238884) (xy 84.414109 99.384728) (xy 84.414114 99.384734) + (xy 84.535265 99.505885) (xy 84.535271 99.50589) (xy 84.681115 99.595847) (xy 84.843758 99.649742) + (xy 84.84377 99.649744) (xy 84.944147 99.659999) (xy 84.944147 99.66) (xy 84.964 99.66) (xy 84.964 98.806) + (xy 85.472 98.806) (xy 85.472 99.66) (xy 85.491853 99.66) (xy 85.491852 99.659999) (xy 85.592229 99.649744) + (xy 85.592241 99.649742) (xy 85.754884 99.595847) (xy 85.900728 99.50589) (xy 85.900734 99.505885) + (xy 86.021885 99.384734) (xy 86.02189 99.384728) (xy 86.111847 99.238884) (xy 86.165742 99.076241) + (xy 86.165744 99.076229) (xy 86.175999 98.975852) (xy 86.176 98.975852) (xy 86.176 98.806) (xy 85.472 98.806) + (xy 84.964 98.806) (xy 84.26 98.806) (xy 62.094405 98.806) (xy 62.034093 98.783505) (xy 61.973597 98.777) + (xy 61.214 98.777) (xy 61.214 99.64495) (xy 61.137931 99.613442) (xy 61.02008 99.59) (xy 60.89992 99.59) + (xy 60.782069 99.613442) (xy 60.706 99.64495) (xy 60.706 98.777) (xy 59.946402 98.777) (xy 59.885906 98.783505) + (xy 59.749035 98.834555) (xy 59.749034 98.834555) (xy 59.632095 98.922095) (xy 59.544555 99.039034) + (xy 59.544555 99.039035) (xy 59.493505 99.175906) (xy 59.487 99.236402) (xy 59.487 99.946) (xy 60.404951 99.946) + (xy 60.373442 100.022069) (xy 60.35 100.13992) (xy 60.35 100.26008) (xy 60.373442 100.377931) (xy 60.404951 100.454) + (xy 59.487 100.454) (xy 59.487 101.163597) (xy 59.493505 101.224093) (xy 59.544555 101.360964) (xy 59.544555 101.360965) + (xy 59.632095 101.477904) (xy 59.749034 101.565444) (xy 59.885906 101.616494) (xy 59.946402 101.622999) + (xy 59.946415 101.623) (xy 60.263438 101.623) (xy 60.331559 101.643002) (xy 60.378052 101.696658) + (xy 60.388156 101.766932) (xy 60.358662 101.831512) (xy 60.311656 101.865408) (xy 60.288243 101.875106) + (xy 60.243438 101.893665) (xy 60.032258 102.023076) (xy 60.032256 102.023077) (xy 59.843926 102.183926) + (xy 59.683077 102.372256) (xy 59.683076 102.372258) (xy 59.553665 102.583438) (xy 59.458885 102.812257) + (xy 59.401066 103.053088) (xy 59.381634 103.3) (xy 50.8755 103.3) (xy 50.8755 100.16) (xy 51.506844 100.16) + (xy 51.518438 100.29992) (xy 51.525437 100.384375) (xy 51.580702 100.602612) (xy 51.580703 100.602613) + (xy 51.580704 100.602616) (xy 51.601025 100.648944) (xy 51.671141 100.808793) (xy 51.794275 100.997265) + (xy 51.794279 100.99727) (xy 51.946762 101.162908) (xy 51.974299 101.184341) (xy 52.124424 101.301189) + (xy 52.322426 101.408342) (xy 52.322427 101.408342) (xy 52.322428 101.408343) (xy 52.434227 101.446723) + (xy 52.535365 101.481444) (xy 52.757431 101.5185) (xy 52.757435 101.5185) (xy 52.982565 101.5185) + (xy 52.982569 101.5185) (xy 53.204635 101.481444) (xy 53.417574 101.408342) (xy 53.615576 101.301189) + (xy 53.79324 101.162906) (xy 53.945722 100.997268) (xy 54.06886 100.808791) (xy 54.159296 100.602616) + (xy 54.214564 100.384368) (xy 54.233156 100.16) (xy 54.214564 99.935632) (xy 54.159296 99.717384) + (xy 54.06886 99.511209) (xy 53.986226 99.384728) (xy 53.945724 99.322734) (xy 53.94572 99.322729) + (xy 53.793237 99.157091) (xy 53.689346 99.076229) (xy 53.615576 99.018811) (xy 53.582319 99.000813) + (xy 53.531929 98.950802) (xy 53.516576 98.881485) (xy 53.541136 98.814872) (xy 53.58232 98.779186) + (xy 53.615576 98.761189) (xy 53.79324 98.622906) (xy 53.945722 98.457268) (xy 54.049777 98.298) + (xy 84.26 98.298) (xy 84.964 98.298) (xy 84.964 97.444) (xy 85.472 97.444) (xy 85.472 98.298) (xy 86.176 98.298) + (xy 86.176 98.128147) (xy 86.165744 98.02777) (xy 86.165742 98.027758) (xy 86.111847 97.865115) + (xy 86.02189 97.719271) (xy 86.021885 97.719265) (xy 85.900734 97.598114) (xy 85.900728 97.598109) + (xy 85.754884 97.508152) (xy 85.592241 97.454257) (xy 85.592229 97.454255) (xy 85.491852 97.444) + (xy 85.472 97.444) (xy 84.964 97.444) (xy 84.944147 97.444) (xy 84.84377 97.454255) (xy 84.843758 97.454257) + (xy 84.681115 97.508152) (xy 84.535271 97.598109) (xy 84.535265 97.598114) (xy 84.414114 97.719265) + (xy 84.414109 97.719271) (xy 84.324152 97.865115) (xy 84.270257 98.027758) (xy 84.270255 98.02777) + (xy 84.26 98.128147) (xy 84.26 98.298) (xy 54.049777 98.298) (xy 54.06886 98.268791) (xy 54.159296 98.062616) + (xy 54.214564 97.844368) (xy 54.233156 97.62) (xy 54.214564 97.395632) (xy 54.159296 97.177384) + (xy 54.06886 96.971209) (xy 54.06214 96.960924) (xy 53.945724 96.782734) (xy 53.94572 96.782729) + (xy 53.793237 96.617091) (xy 53.711382 96.553381) (xy 53.615576 96.478811) (xy 53.582319 96.460813) + (xy 53.531929 96.410802) (xy 53.516576 96.341485) (xy 53.541136 96.274872) (xy 53.58232 96.239186) + (xy 53.615576 96.221189) (xy 53.79324 96.082906) (xy 53.945722 95.917268) (xy 54.06886 95.728791) + (xy 54.159296 95.522616) (xy 54.214564 95.304368) (xy 54.233156 95.08) (xy 54.214564 94.855632) + (xy 54.202653 94.808597) (xy 57.012 94.808597) (xy 57.018505 94.869093) (xy 57.069555 95.005964) + (xy 57.069555 95.005965) (xy 57.157095 95.122904) (xy 57.274034 95.210444) (xy 57.410906 95.261494) + (xy 57.471402 95.267999) (xy 57.471415 95.268) (xy 58.166 95.268) (xy 58.166 94.290702) (xy 58.227007 94.325925) + (xy 58.354174 94.36) (xy 58.485826 94.36) (xy 58.612993 94.325925) (xy 58.674 94.290702) (xy 58.674 95.268) + (xy 59.368585 95.268) (xy 59.368597 95.267999) (xy 59.429093 95.261494) (xy 59.565964 95.210444) + (xy 59.565965 95.210444) (xy 59.682904 95.122904) (xy 59.770444 95.005965) (xy 59.770445 95.005963) + (xy 59.784413 94.968513) (xy 59.826959 94.911677) (xy 59.893479 94.886865) (xy 59.962853 94.901956) + (xy 59.97986 94.913112) (xy 60.146983 95.04319) (xy 60.352273 95.154287) (xy 60.573049 95.23008) + (xy 60.803288 95.2685) (xy 60.803292 95.2685) (xy 61.036708 95.2685) (xy 61.036712 95.2685) (xy 61.266951 95.23008) + (xy 61.487727 95.154287) (xy 61.693017 95.04319) (xy 61.87722 94.899818) (xy 61.905505 94.869093) + (xy 61.961195 94.808597) (xy 62.035314 94.728083) (xy 62.064517 94.683383) (xy 62.118519 94.637296) + (xy 62.188867 94.62772) (xy 62.253225 94.657696) (xy 62.275481 94.683382) (xy 62.304686 94.728083) + (xy 62.304687 94.728084) (xy 62.462774 94.899813) (xy 62.462778 94.899817) (xy 62.52865 94.951087) + (xy 62.646983 95.04319) (xy 62.852273 95.154287) (xy 63.073049 95.23008) (xy 63.303288 95.2685) + (xy 63.303292 95.2685) (xy 63.536708 95.2685) (xy 63.536712 95.2685) (xy 63.766951 95.23008) (xy 63.987727 95.154287) + (xy 64.193017 95.04319) (xy 64.37722 94.899818) (xy 64.389145 94.886865) (xy 64.535314 94.728083) + (xy 64.662984 94.532669) (xy 64.756749 94.318907) (xy 64.814051 94.092626) (xy 64.833327 93.86) + (xy 64.814051 93.627374) (xy 64.756749 93.401093) (xy 64.662984 93.187331) (xy 64.581299 93.062302) + (xy 64.535314 92.991916) (xy 64.377225 92.820186) (xy 64.377221 92.820182) (xy 64.2652 92.732993) + (xy 64.193017 92.67681) (xy 63.987727 92.565713) (xy 63.987724 92.565712) (xy 63.987723 92.565711) + (xy 63.766955 92.489921) (xy 63.766948 92.489919) (xy 63.668411 92.473476) (xy 63.536712 92.4515) + (xy 63.303288 92.4515) (xy 63.188066 92.470727) (xy 63.073051 92.489919) (xy 63.073044 92.489921) + (xy 62.852276 92.565711) (xy 62.852273 92.565713) (xy 62.646985 92.676809) (xy 62.646983 92.67681) + (xy 62.462778 92.820182) (xy 62.462774 92.820186) (xy 62.304685 92.991916) (xy 62.275483 93.036615) + (xy 62.22148 93.082704) (xy 62.151132 93.092279) (xy 62.086774 93.062302) (xy 62.064517 93.036615) + (xy 62.035314 92.991916) (xy 61.877225 92.820186) (xy 61.877221 92.820182) (xy 61.7652 92.732993) + (xy 61.693017 92.67681) (xy 61.487727 92.565713) (xy 61.487724 92.565712) (xy 61.487723 92.565711) + (xy 61.266955 92.489921) (xy 61.266948 92.489919) (xy 61.168411 92.473476) (xy 61.036712 92.4515) + (xy 60.803288 92.4515) (xy 60.688066 92.470727) (xy 60.573051 92.489919) (xy 60.573044 92.489921) + (xy 60.352276 92.565711) (xy 60.352273 92.565713) (xy 60.146985 92.676809) (xy 60.146983 92.67681) + (xy 59.97986 92.806888) (xy 59.913818 92.832944) (xy 59.844172 92.819159) (xy 59.793036 92.769909) + (xy 59.784413 92.751487) (xy 59.770445 92.714036) (xy 59.770444 92.714034) (xy 59.682904 92.597095) + (xy 59.565965 92.509555) (xy 59.429093 92.458505) (xy 59.368597 92.452) (xy 58.674 92.452) (xy 58.674 93.429297) + (xy 58.612993 93.394075) (xy 58.485826 93.36) (xy 58.354174 93.36) (xy 58.227007 93.394075) (xy 58.166 93.429297) + (xy 58.166 92.452) (xy 57.471402 92.452) (xy 57.410906 92.458505) (xy 57.274035 92.509555) (xy 57.274034 92.509555) + (xy 57.157095 92.597095) (xy 57.069555 92.714034) (xy 57.069555 92.714035) (xy 57.018505 92.850906) + (xy 57.012 92.911402) (xy 57.012 93.606) (xy 57.989297 93.606) (xy 57.954075 93.667007) (xy 57.92 93.794174) + (xy 57.92 93.925826) (xy 57.954075 94.052993) (xy 57.989297 94.114) (xy 57.012 94.114) (xy 57.012 94.808597) + (xy 54.202653 94.808597) (xy 54.159297 94.637387) (xy 54.159296 94.637386) (xy 54.159296 94.637384) + (xy 54.06886 94.431209) (xy 53.995487 94.318903) (xy 53.945724 94.242734) (xy 53.94572 94.242729) + (xy 53.793237 94.077091) (xy 53.711382 94.013381) (xy 53.615576 93.938811) (xy 53.581792 93.920528) + (xy 53.531402 93.870516) (xy 53.51605 93.801199) (xy 53.54061 93.734586) (xy 53.581793 93.698901) + (xy 53.6153 93.680767) (xy 53.615301 93.680767) (xy 53.792902 93.542534) (xy 53.945325 93.376958) + (xy 54.068419 93.188548) (xy 54.15882 92.982456) (xy 54.158823 92.982449) (xy 54.206544 92.794) + (xy 53.300703 92.794) (xy 53.335925 92.732993) (xy 53.37 92.605826) (xy 53.37 92.474174) (xy 53.335925 92.347007) + (xy 53.300703 92.286) (xy 54.206544 92.286) (xy 54.206544 92.285999) (xy 54.158823 92.09755) (xy 54.15882 92.097543) + (xy 54.068419 91.891451) (xy 53.945325 91.703041) (xy 53.802018 91.547367) (xy 53.770598 91.483702) + (xy 53.778585 91.413156) (xy 53.823444 91.358127) (xy 53.850679 91.343977) (xy 53.966204 91.300889) + (xy 54.083261 91.213261) (xy 54.170889 91.096204) (xy 54.221989 90.959201) (xy 54.2285 90.898638) + (xy 54.2285 89.101362) (xy 54.228499 89.10135) (xy 54.22199 89.040803) (xy 54.221988 89.040795) + (xy 54.170889 88.903797) (xy 54.170887 88.903792) (xy 54.083261 88.786738) (xy 53.966207 88.699112) + (xy 53.966202 88.69911) (xy 53.829204 88.648011) (xy 53.829196 88.648009) (xy 53.768649 88.6415) + (xy 53.768638 88.6415) (xy 51.971362 88.6415) (xy 51.97135 88.6415) (xy 51.910803 88.648009) (xy 51.910795 88.648011) + (xy 51.773797 88.69911) (xy 51.773792 88.699112) (xy 51.656738 88.786738) (xy 51.569112 88.903792) + (xy 51.56911 88.903797) (xy 51.518011 89.040795) (xy 51.518009 89.040803) (xy 51.5115 89.10135) + (xy 51.5115 90.898649) (xy 51.518009 90.959196) (xy 51.518011 90.959204) (xy 51.56911 91.096202) + (xy 51.569112 91.096207) (xy 51.656738 91.213261) (xy 51.773792 91.300887) (xy 51.773796 91.300889) + (xy 51.889312 91.343975) (xy 51.946148 91.386522) (xy 51.970958 91.453042) (xy 51.955866 91.522416) + (xy 51.937981 91.547367) (xy 51.794674 91.703041) (xy 51.67158 91.891451) (xy 51.581179 92.097543) + (xy 51.581176 92.09755) (xy 51.533455 92.285999) (xy 51.533456 92.286) (xy 52.439297 92.286) (xy 52.404075 92.347007) + (xy 52.37 92.474174) (xy 52.37 92.605826) (xy 52.404075 92.732993) (xy 52.439297 92.794) (xy 51.533455 92.794) + (xy 51.581176 92.982449) (xy 51.581179 92.982456) (xy 51.67158 93.188548) (xy 51.794674 93.376958) + (xy 51.947097 93.542534) (xy 52.124698 93.680767) (xy 52.124704 93.680771) (xy 52.158207 93.698902) + (xy 52.208597 93.748915) (xy 52.223949 93.818232) (xy 52.199388 93.884845) (xy 52.158207 93.920528) + (xy 52.12443 93.938807) (xy 52.124424 93.938811) (xy 51.946762 94.077091) (xy 51.794279 94.242729) + (xy 51.794275 94.242734) (xy 51.671141 94.431206) (xy 51.580703 94.637386) (xy 51.580702 94.637387) + (xy 51.525437 94.855624) (xy 51.525436 94.85563) (xy 51.525436 94.855632) (xy 51.506844 95.08) (xy 51.522422 95.268) + (xy 51.525437 95.304375) (xy 51.580702 95.522612) (xy 51.580703 95.522613) (xy 51.580704 95.522616) + (xy 51.67114 95.728791) (xy 51.671141 95.728793) (xy 51.794275 95.917265) (xy 51.794279 95.91727) + (xy 51.946762 96.082908) (xy 52.001331 96.125381) (xy 52.124424 96.221189) (xy 52.15768 96.239186) + (xy 52.208071 96.2892) (xy 52.223423 96.358516) (xy 52.198862 96.425129) (xy 52.15768 96.460813) + (xy 52.124426 96.47881) (xy 52.124424 96.478811) (xy 51.946762 96.617091) (xy 51.794279 96.782729) + (xy 51.794275 96.782734) (xy 51.671141 96.971206) (xy 51.580703 97.177386) (xy 51.580702 97.177387) + (xy 51.525437 97.395624) (xy 51.525436 97.39563) (xy 51.525436 97.395632) (xy 51.506844 97.62) (xy 51.51949 97.772615) + (xy 51.525437 97.844375) (xy 51.580702 98.062612) (xy 51.580703 98.062613) (xy 51.580704 98.062616) + (xy 51.67114 98.268791) (xy 51.671141 98.268793) (xy 51.794275 98.457265) (xy 51.794279 98.45727) + (xy 51.946762 98.622908) (xy 52.001331 98.665381) (xy 52.124424 98.761189) (xy 52.15768 98.779186) + (xy 52.208071 98.8292) (xy 52.223423 98.898516) (xy 52.198862 98.965129) (xy 52.15768 99.000813) + (xy 52.124426 99.01881) (xy 52.124424 99.018811) (xy 51.946762 99.157091) (xy 51.794279 99.322729) + (xy 51.794275 99.322734) (xy 51.671141 99.511206) (xy 51.580703 99.717386) (xy 51.580702 99.717387) + (xy 51.525437 99.935624) (xy 51.525436 99.93563) (xy 51.525436 99.935632) (xy 51.506844 100.16) + (xy 50.8755 100.16) (xy 50.8755 86.74247) (xy 54.2515 86.74247) (xy 54.283469 86.9853) (xy 54.28347 86.985306) + (xy 54.283471 86.985308) (xy 54.346865 87.221898) (xy 54.440598 87.44819) (xy 54.440599 87.448191) + (xy 54.440604 87.448201) (xy 54.563063 87.660306) (xy 54.712173 87.854631) (xy 54.712182 87.854641) + (xy 54.885358 88.027817) (xy 54.885368 88.027826) (xy 54.885369 88.027827) (xy 55.07969 88.176934) + (xy 55.29181 88.299402) (xy 55.518102 88.393135) (xy 55.754692 88.456529) (xy 55.754698 88.456529) + (xy 55.754699 88.45653) (xy 55.78256 88.460198) (xy 55.997532 88.4885) (xy 55.997539 88.4885) (xy 56.242461 88.4885) + (xy 56.242468 88.4885) (xy 56.485308 88.456529) (xy 56.721898 88.393135) (xy 56.94819 88.299402) + (xy 57.16031 88.176934) (xy 57.354631 88.027827) (xy 57.527827 87.854631) (xy 57.676934 87.66031) + (xy 57.799402 87.44819) (xy 57.893135 87.221898) (xy 57.956529 86.985308) (xy 57.9885 86.74247) + (xy 63.8515 86.74247) (xy 63.883469 86.9853) (xy 63.88347 86.985306) (xy 63.883471 86.985308) (xy 63.946865 87.221898) + (xy 64.040598 87.44819) (xy 64.040599 87.448191) (xy 64.040604 87.448201) (xy 64.163063 87.660306) + (xy 64.312173 87.854631) (xy 64.312182 87.854641) (xy 64.485358 88.027817) (xy 64.485368 88.027826) + (xy 64.485369 88.027827) (xy 64.67969 88.176934) (xy 64.89181 88.299402) (xy 65.118102 88.393135) + (xy 65.354692 88.456529) (xy 65.354698 88.456529) (xy 65.354699 88.45653) (xy 65.38256 88.460198) + (xy 65.597532 88.4885) (xy 65.597539 88.4885) (xy 65.842461 88.4885) (xy 65.842468 88.4885) (xy 66.085308 88.456529) + (xy 66.321898 88.393135) (xy 66.54819 88.299402) (xy 66.76031 88.176934) (xy 66.954631 88.027827) + (xy 67.127827 87.854631) (xy 67.276934 87.66031) (xy 67.399402 87.44819) (xy 67.493135 87.221898) + (xy 67.556529 86.985308) (xy 67.5885 86.74247) (xy 74.5715 86.74247) (xy 74.603469 86.9853) (xy 74.60347 86.985306) + (xy 74.603471 86.985308) (xy 74.666865 87.221898) (xy 74.760598 87.44819) (xy 74.760599 87.448191) + (xy 74.760604 87.448201) (xy 74.883063 87.660306) (xy 75.032173 87.854631) (xy 75.032182 87.854641) + (xy 75.205358 88.027817) (xy 75.205368 88.027826) (xy 75.205369 88.027827) (xy 75.39969 88.176934) + (xy 75.61181 88.299402) (xy 75.838102 88.393135) (xy 76.074692 88.456529) (xy 76.074698 88.456529) + (xy 76.074699 88.45653) (xy 76.10256 88.460198) (xy 76.317532 88.4885) (xy 76.317539 88.4885) (xy 76.562461 88.4885) + (xy 76.562468 88.4885) (xy 76.805308 88.456529) (xy 77.041898 88.393135) (xy 77.26819 88.299402) + (xy 77.48031 88.176934) (xy 77.674631 88.027827) (xy 77.847827 87.854631) (xy 77.996934 87.66031) + (xy 78.119402 87.44819) (xy 78.213135 87.221898) (xy 78.276529 86.985308) (xy 78.3085 86.74247) + (xy 84.1715 86.74247) (xy 84.203469 86.9853) (xy 84.20347 86.985306) (xy 84.203471 86.985308) (xy 84.266865 87.221898) + (xy 84.360598 87.44819) (xy 84.360599 87.448191) (xy 84.360604 87.448201) (xy 84.483063 87.660306) + (xy 84.632173 87.854631) (xy 84.632182 87.854641) (xy 84.805358 88.027817) (xy 84.805368 88.027826) + (xy 84.805369 88.027827) (xy 84.99969 88.176934) (xy 85.21181 88.299402) (xy 85.438102 88.393135) + (xy 85.674692 88.456529) (xy 85.674698 88.456529) (xy 85.674699 88.45653) (xy 85.70256 88.460198) + (xy 85.917532 88.4885) (xy 85.917539 88.4885) (xy 86.162461 88.4885) (xy 86.162468 88.4885) (xy 86.405308 88.456529) + (xy 86.641898 88.393135) (xy 86.86819 88.299402) (xy 87.08031 88.176934) (xy 87.274631 88.027827) + (xy 87.447827 87.854631) (xy 87.596934 87.66031) (xy 87.719402 87.44819) (xy 87.813135 87.221898) + (xy 87.876529 86.985308) (xy 87.9085 86.742468) (xy 87.9085 85.977532) (xy 87.876529 85.734692) + (xy 87.813135 85.498102) (xy 87.719402 85.27181) (xy 87.596934 85.05969) (xy 87.447827 84.865369) + (xy 87.447826 84.865368) (xy 87.447817 84.865358) (xy 87.274641 84.692182) (xy 87.274631 84.692173) + (xy 87.080306 84.543063) (xy 86.868201 84.420604) (xy 86.868196 84.420601) (xy 86.86819 84.420598) + (xy 86.641898 84.326865) (xy 86.405308 84.263471) (xy 86.405306 84.26347) (xy 86.4053 84.263469) + (xy 86.16247 84.2315) (xy 86.162468 84.2315) (xy 85.917532 84.2315) (xy 85.917529 84.2315) (xy 85.674699 84.263469) + (xy 85.438102 84.326865) (xy 85.211808 84.420599) (xy 85.211798 84.420604) (xy 84.999693 84.543063) + (xy 84.805368 84.692173) (xy 84.805358 84.692182) (xy 84.632182 84.865358) (xy 84.632173 84.865368) + (xy 84.483063 85.059693) (xy 84.360604 85.271798) (xy 84.360599 85.271808) (xy 84.266865 85.498102) + (xy 84.203469 85.734699) (xy 84.1715 85.977529) (xy 84.1715 86.74247) (xy 78.3085 86.74247) (xy 78.3085 86.742468) + (xy 78.3085 85.977532) (xy 78.276529 85.734692) (xy 78.213135 85.498102) (xy 78.119402 85.27181) + (xy 77.996934 85.05969) (xy 77.847827 84.865369) (xy 77.847826 84.865368) (xy 77.847817 84.865358) + (xy 77.674641 84.692182) (xy 77.674631 84.692173) (xy 77.480306 84.543063) (xy 77.268201 84.420604) + (xy 77.268196 84.420601) (xy 77.26819 84.420598) (xy 77.041898 84.326865) (xy 76.805308 84.263471) + (xy 76.805306 84.26347) (xy 76.8053 84.263469) (xy 76.56247 84.2315) (xy 76.562468 84.2315) (xy 76.317532 84.2315) + (xy 76.317529 84.2315) (xy 76.074699 84.263469) (xy 75.838102 84.326865) (xy 75.611808 84.420599) + (xy 75.611798 84.420604) (xy 75.399693 84.543063) (xy 75.205368 84.692173) (xy 75.205358 84.692182) + (xy 75.032182 84.865358) (xy 75.032173 84.865368) (xy 74.883063 85.059693) (xy 74.760604 85.271798) + (xy 74.760599 85.271808) (xy 74.666865 85.498102) (xy 74.603469 85.734699) (xy 74.5715 85.977529) + (xy 74.5715 86.74247) (xy 67.5885 86.74247) (xy 67.5885 86.742468) (xy 67.5885 85.977532) (xy 67.556529 85.734692) + (xy 67.493135 85.498102) (xy 67.399402 85.27181) (xy 67.276934 85.05969) (xy 67.127827 84.865369) + (xy 67.127826 84.865368) (xy 67.127817 84.865358) (xy 66.954641 84.692182) (xy 66.954631 84.692173) + (xy 66.760306 84.543063) (xy 66.548201 84.420604) (xy 66.548196 84.420601) (xy 66.54819 84.420598) + (xy 66.321898 84.326865) (xy 66.085308 84.263471) (xy 66.085306 84.26347) (xy 66.0853 84.263469) + (xy 65.84247 84.2315) (xy 65.842468 84.2315) (xy 65.597532 84.2315) (xy 65.597529 84.2315) (xy 65.354699 84.263469) + (xy 65.118102 84.326865) (xy 64.891808 84.420599) (xy 64.891798 84.420604) (xy 64.679693 84.543063) + (xy 64.485368 84.692173) (xy 64.485358 84.692182) (xy 64.312182 84.865358) (xy 64.312173 84.865368) + (xy 64.163063 85.059693) (xy 64.040604 85.271798) (xy 64.040599 85.271808) (xy 63.946865 85.498102) + (xy 63.883469 85.734699) (xy 63.8515 85.977529) (xy 63.8515 86.74247) (xy 57.9885 86.74247) (xy 57.9885 86.742468) + (xy 57.9885 85.977532) (xy 57.956529 85.734692) (xy 57.893135 85.498102) (xy 57.799402 85.27181) + (xy 57.676934 85.05969) (xy 57.527827 84.865369) (xy 57.527826 84.865368) (xy 57.527817 84.865358) + (xy 57.354641 84.692182) (xy 57.354631 84.692173) (xy 57.160306 84.543063) (xy 56.948201 84.420604) + (xy 56.948196 84.420601) (xy 56.94819 84.420598) (xy 56.721898 84.326865) (xy 56.485308 84.263471) + (xy 56.485306 84.26347) (xy 56.4853 84.263469) (xy 56.24247 84.2315) (xy 56.242468 84.2315) (xy 55.997532 84.2315) + (xy 55.997529 84.2315) (xy 55.754699 84.263469) (xy 55.518102 84.326865) (xy 55.291808 84.420599) + (xy 55.291798 84.420604) (xy 55.079693 84.543063) (xy 54.885368 84.692173) (xy 54.885358 84.692182) + (xy 54.712182 84.865358) (xy 54.712173 84.865368) (xy 54.563063 85.059693) (xy 54.440604 85.271798) + (xy 54.440599 85.271808) (xy 54.346865 85.498102) (xy 54.283469 85.734699) (xy 54.2515 85.977529) + (xy 54.2515 86.74247) (xy 50.8755 86.74247) (xy 50.8755 77.148597) (xy 58.272 77.148597) (xy 58.278505 77.209093) + (xy 58.329555 77.345964) (xy 58.329555 77.345965) (xy 58.417095 77.462904) (xy 58.534034 77.550444) + (xy 58.670906 77.601494) (xy 58.731402 77.607999) (xy 58.731415 77.608) (xy 59.426 77.608) (xy 59.426 76.572968) + (xy 59.506306 76.619333) (xy 59.620756 76.65) (xy 59.739244 76.65) (xy 59.853694 76.619333) (xy 59.934 76.572968) + (xy 59.934 77.608) (xy 60.628585 77.608) (xy 60.628597 77.607999) (xy 60.689093 77.601494) (xy 60.825964 77.550444) + (xy 60.825965 77.550444) (xy 60.942904 77.462904) (xy 61.030444 77.345965) (xy 61.053877 77.283138) + (xy 61.096423 77.226302) (xy 61.162943 77.201491) (xy 61.232318 77.216582) (xy 61.258356 77.236929) + (xy 61.258946 77.236289) (xy 61.262778 77.239817) (xy 61.318437 77.283138) (xy 61.446983 77.38319) + (xy 61.652273 77.494287) (xy 61.873049 77.57008) (xy 62.103288 77.6085) (xy 62.103292 77.6085) (xy 62.336708 77.6085) + (xy 62.336712 77.6085) (xy 62.566951 77.57008) (xy 62.787727 77.494287) (xy 62.993017 77.38319) + (xy 63.17722 77.239818) (xy 63.189663 77.226302) (xy 63.261196 77.148597) (xy 78.084 77.148597) + (xy 78.090505 77.209093) (xy 78.141555 77.345964) (xy 78.141555 77.345965) (xy 78.229095 77.462904) + (xy 78.346034 77.550444) (xy 78.482906 77.601494) (xy 78.543402 77.607999) (xy 78.543415 77.608) + (xy 79.238 77.608) (xy 79.238 76.572968) (xy 79.318306 76.619333) (xy 79.432756 76.65) (xy 79.551244 76.65) + (xy 79.665694 76.619333) (xy 79.746 76.572968) (xy 79.746 77.608) (xy 80.440585 77.608) (xy 80.440597 77.607999) + (xy 80.501093 77.601494) (xy 80.637964 77.550444) (xy 80.637965 77.550444) (xy 80.754904 77.462904) + (xy 80.842444 77.345965) (xy 80.865877 77.283138) (xy 80.908423 77.226302) (xy 80.974943 77.201491) + (xy 81.044318 77.216582) (xy 81.070356 77.236929) (xy 81.070946 77.236289) (xy 81.074778 77.239817) + (xy 81.130437 77.283138) (xy 81.258983 77.38319) (xy 81.464273 77.494287) (xy 81.685049 77.57008) + (xy 81.915288 77.6085) (xy 81.915292 77.6085) (xy 82.148708 77.6085) (xy 82.148712 77.6085) (xy 82.378951 77.57008) + (xy 82.599727 77.494287) (xy 82.805017 77.38319) (xy 82.98922 77.239818) (xy 83.001663 77.226302) + (xy 83.147314 77.068083) (xy 83.263279 76.890585) (xy 83.317282 76.844496) (xy 83.368762 76.8335) + (xy 83.510406 76.8335) (xy 83.578527 76.853502) (xy 83.62502 76.907158) (xy 83.635124 76.977432) + (xy 83.60563 77.042012) (xy 83.599501 77.048595) (xy 81.329501 79.318595) (xy 81.267189 79.352621) + (xy 81.240406 79.3555) (xy 81.184513 79.3555) (xy 80.997711 79.395206) (xy 80.823247 79.472882) + (xy 80.668744 79.585135) (xy 80.540965 79.727048) (xy 80.540958 79.727058) (xy 80.445476 79.892438) + (xy 80.445473 79.892445) (xy 80.386457 80.074072) (xy 80.366496 80.264) (xy 80.386457 80.453927) + (xy 80.407276 80.518) (xy 80.445473 80.635556) (xy 80.445476 80.635561) (xy 80.540958 80.800941) + (xy 80.540965 80.800951) (xy 80.668744 80.942864) (xy 80.668747 80.942866) (xy 80.823248 81.055118) + (xy 80.997712 81.132794) (xy 81.184513 81.1725) (xy 81.375487 81.1725) (xy 81.562288 81.132794) + (xy 81.736752 81.055118) (xy 81.776829 81.026) (xy 85.276 81.026) (xy 85.276 81.195852) (xy 85.286255 81.296229) + (xy 85.286257 81.296241) (xy 85.340152 81.458884) (xy 85.430109 81.604728) (xy 85.430114 81.604734) + (xy 85.551265 81.725885) (xy 85.551271 81.72589) (xy 85.697115 81.815847) (xy 85.859758 81.869742) + (xy 85.85977 81.869744) (xy 85.960147 81.879999) (xy 85.960147 81.88) (xy 85.98 81.88) (xy 85.98 81.026) + (xy 86.488 81.026) (xy 86.488 81.88) (xy 86.507853 81.88) (xy 86.507852 81.879999) (xy 86.608229 81.869744) + (xy 86.608241 81.869742) (xy 86.770884 81.815847) (xy 86.916728 81.72589) (xy 86.916734 81.725885) + (xy 87.037885 81.604734) (xy 87.03789 81.604728) (xy 87.127847 81.458884) (xy 87.181742 81.296241) + (xy 87.181744 81.296229) (xy 87.191999 81.195852) (xy 87.192 81.195852) (xy 87.192 81.026) (xy 86.488 81.026) + (xy 85.98 81.026) (xy 85.276 81.026) (xy 81.776829 81.026) (xy 81.891253 80.942866) (xy 82.01904 80.800944) + (xy 82.114527 80.635556) (xy 82.152724 80.518) (xy 85.276 80.518) (xy 85.98 80.518) (xy 85.98 79.664) + (xy 86.488 79.664) (xy 86.488 80.518) (xy 87.192 80.518) (xy 87.192 80.348147) (xy 87.181744 80.24777) + (xy 87.181742 80.247758) (xy 87.127847 80.085115) (xy 87.03789 79.939271) (xy 87.037885 79.939265) + (xy 86.916734 79.818114) (xy 86.916728 79.818109) (xy 86.770884 79.728152) (xy 86.608241 79.674257) + (xy 86.608229 79.674255) (xy 86.507852 79.664) (xy 86.488 79.664) (xy 85.98 79.664) (xy 85.960147 79.664) + (xy 85.85977 79.674255) (xy 85.859758 79.674257) (xy 85.697115 79.728152) (xy 85.551271 79.818109) + (xy 85.551265 79.818114) (xy 85.430114 79.939265) (xy 85.430109 79.939271) (xy 85.340152 80.085115) + (xy 85.286257 80.247758) (xy 85.286255 80.24777) (xy 85.276 80.348147) (xy 85.276 80.518) (xy 82.152724 80.518) + (xy 82.173542 80.453928) (xy 82.190907 80.288703) (xy 82.21792 80.223048) (xy 82.227113 80.212789) + (xy 85.061499 77.378405) (xy 85.123811 77.344379) (xy 85.150594 77.3415) (xy 85.196761 77.3415) + (xy 85.264882 77.361502) (xy 85.311375 77.415158) (xy 85.316365 77.427867) (xy 85.333883 77.480734) + (xy 85.333884 77.480736) (xy 85.333885 77.480738) (xy 85.37688 77.550444) (xy 85.42697 77.631652) + (xy 85.426975 77.631658) (xy 85.552341 77.757024) (xy 85.552347 77.757029) (xy 85.552348 77.75703) + (xy 85.703262 77.850115) (xy 85.871574 77.905887) (xy 85.975455 77.9165) (xy 86.776544 77.916499) + (xy 86.880426 77.905887) (xy 87.048738 77.850115) (xy 87.199652 77.75703) (xy 87.199658 77.757024) + (xy 87.286905 77.669778) (xy 87.349217 77.635752) (xy 87.420032 77.640817) (xy 87.465095 77.669778) + (xy 87.552341 77.757024) (xy 87.552347 77.757029) (xy 87.552348 77.75703) (xy 87.703262 77.850115) + (xy 87.871574 77.905887) (xy 87.975455 77.9165) (xy 88.7745 77.916499) (xy 88.842621 77.936501) + (xy 88.889114 77.990157) (xy 88.9005 78.042499) (xy 88.9005 79.717542) (xy 88.880498 79.785663) + (xy 88.856146 79.812522) (xy 88.856149 79.812525) (xy 88.856091 79.812582) (xy 88.852653 79.816375) + (xy 88.850961 79.817712) (xy 88.72972 79.938953) (xy 88.729715 79.938959) (xy 88.639698 80.084899) + (xy 88.585763 80.247666) (xy 88.5755 80.348119) (xy 88.5755 81.19588) (xy 88.575499 81.19588) (xy 88.585763 81.296333) + (xy 88.585764 81.296336) (xy 88.639698 81.459101) (xy 88.729523 81.604728) (xy 88.729715 81.60504) + (xy 88.72972 81.605046) (xy 88.850953 81.726279) (xy 88.850959 81.726284) (xy 88.85096 81.726285) + (xy 88.996899 81.816302) (xy 89.159664 81.870236) (xy 89.179756 81.872288) (xy 89.26012 81.8805) + (xy 89.260128 81.8805) (xy 89.80788 81.8805) (xy 89.880936 81.873035) (xy 89.908336 81.870236) (xy 90.071101 81.816302) + (xy 90.21704 81.726285) (xy 90.338285 81.60504) (xy 90.428302 81.459101) (xy 90.482236 81.296336) + (xy 90.485035 81.268936) (xy 90.4925 81.19588) (xy 90.4925 80.348119) (xy 90.482247 80.24777) (xy 90.482236 80.247664) + (xy 90.428302 80.084899) (xy 90.338285 79.93896) (xy 90.338284 79.938959) (xy 90.338279 79.938953) + (xy 90.217038 79.817712) (xy 90.215347 79.816375) (xy 90.214488 79.815162) (xy 90.211851 79.812525) + (xy 90.212301 79.812074) (xy 90.17432 79.758433) (xy 90.1675 79.717542) (xy 90.1675 73.665594) (xy 90.187502 73.597473) + (xy 90.204405 73.576499) (xy 90.559071 73.221833) (xy 90.6284 73.118075) (xy 90.676155 73.002785) + (xy 90.7005 72.880394) (xy 90.7005 72.755606) (xy 90.7005 69.192606) (xy 90.676155 69.070215) (xy 90.6284 68.954925) + (xy 90.559071 68.851167) (xy 90.537404 68.8295) (xy 90.503378 68.767188) (xy 90.500499 68.740405) + (xy 90.500499 68.079455) (xy 90.489887 67.975574) (xy 90.437673 67.818) (xy 90.434115 67.807262) + (xy 90.34103 67.656348) (xy 90.341029 67.656347) (xy 90.341024 67.656341) (xy 90.215658 67.530975) + (xy 90.215652 67.53097) (xy 90.064738 67.437885) (xy 89.980582 67.409999) (xy 89.896427 67.382113) + (xy 89.89642 67.382112) (xy 89.792553 67.3715) (xy 88.991455 67.3715) (xy 88.887574 67.382112) (xy 88.719261 67.437885) + (xy 88.568347 67.53097) (xy 88.568341 67.530975) (xy 88.481095 67.618222) (xy 88.418783 67.652248) + (xy 88.347968 67.647183) (xy 88.302905 67.618222) (xy 88.215658 67.530975) (xy 88.215652 67.53097) + (xy 88.064738 67.437885) (xy 87.980582 67.409999) (xy 87.896427 67.382113) (xy 87.89642 67.382112) + (xy 87.792553 67.3715) (xy 86.991455 67.3715) (xy 86.887574 67.382112) (xy 86.719261 67.437885) + (xy 86.568347 67.53097) (xy 86.568341 67.530975) (xy 86.442975 67.656341) (xy 86.44297 67.656347) + (xy 86.349883 67.807265) (xy 86.332365 67.860133) (xy 86.291951 67.918504) (xy 86.226395 67.94576) + (xy 86.212761 67.9465) (xy 83.597603 67.9465) (xy 83.524568 67.961028) (xy 83.475215 67.970845) + (xy 83.475213 67.970845) (xy 83.475212 67.970846) (xy 83.359923 68.018601) (xy 83.256171 68.087926) + (xy 83.256169 68.087927) (xy 81.910336 69.433759) (xy 81.848024 69.467784) (xy 81.777208 69.462719) + (xy 81.773024 69.461072) (xy 81.767749 69.458887) (xy 81.767746 69.458886) (xy 81.767742 69.458885) + (xy 81.526911 69.401066) (xy 81.526912 69.401066) (xy 81.28 69.381634) (xy 81.033088 69.401066) + (xy 80.792257 69.458885) (xy 80.563438 69.553665) (xy 80.352258 69.683076) (xy 80.352256 69.683077) + (xy 80.163926 69.843926) (xy 80.003077 70.032256) (xy 80.003076 70.032258) (xy 79.873665 70.243438) + (xy 79.778885 70.472257) (xy 79.749526 70.594547) (xy 79.721066 70.713089) (xy 79.701634 70.96) + (xy 79.721066 71.206911) (xy 79.778885 71.447742) (xy 79.873666 71.676563) (xy 79.981481 71.852502) + (xy 80.003076 71.887741) (xy 80.003077 71.887743) (xy 80.163926 72.076073) (xy 80.352256 72.236922) + (xy 80.35226 72.236925) (xy 80.563437 72.366334) (xy 80.792258 72.461115) (xy 81.033089 72.518934) + (xy 81.28 72.538366) (xy 81.526911 72.518934) (xy 81.767742 72.461115) (xy 81.996563 72.366334) + (xy 82.20774 72.236925) (xy 82.396073 72.076073) (xy 82.556925 71.88774) (xy 82.686334 71.676563) + (xy 82.781115 71.447742) (xy 82.838934 71.206911) (xy 82.858366 70.96) (xy 82.838934 70.713089) + (xy 82.781115 70.472258) (xy 82.778926 70.466975) (xy 82.771337 70.396386) (xy 82.803116 70.332899) + (xy 82.806183 70.329719) (xy 83.885501 69.250402) (xy 83.947811 69.216379) (xy 83.974594 69.2135) + (xy 86.212761 69.2135) (xy 86.280882 69.233502) (xy 86.327375 69.287158) (xy 86.332365 69.299867) + (xy 86.349883 69.352734) (xy 86.349884 69.352736) (xy 86.349885 69.352738) (xy 86.415357 69.458885) + (xy 86.44297 69.503652) (xy 86.442975 69.503658) (xy 86.568341 69.629024) (xy 86.568347 69.629029) + (xy 86.568348 69.62903) (xy 86.719262 69.722115) (xy 86.887574 69.777887) (xy 86.991455 69.7885) + (xy 87.792544 69.788499) (xy 87.896426 69.777887) (xy 88.064738 69.722115) (xy 88.199566 69.638951) + (xy 88.268042 69.620215) (xy 88.33578 69.641474) (xy 88.381273 69.695981) (xy 88.390074 69.766429) + (xy 88.359391 69.830453) (xy 88.354805 69.835288) (xy 87.765481 70.424612) (xy 87.703169 70.458638) + (xy 87.666507 70.461129) (xy 87.65851 70.4605) (xy 87.658502 70.4605) (xy 87.225498 70.4605) (xy 87.225489 70.4605) + (xy 87.188171 70.463437) (xy 87.18817 70.463437) (xy 87.028394 70.509856) (xy 86.885196 70.594544) + (xy 86.885189 70.594549) (xy 86.767549 70.712189) (xy 86.767544 70.712196) (xy 86.682856 70.855394) + (xy 86.636437 71.01517) (xy 86.636437 71.015171) (xy 86.6335 71.052488) (xy 86.6335 72.360511) (xy 86.636437 72.397828) + (xy 86.636437 72.397829) (xy 86.682856 72.557605) (xy 86.767544 72.700803) (xy 86.767549 72.70081) + (xy 86.775197 72.708458) (xy 86.809223 72.77077) (xy 86.804158 72.841585) (xy 86.775197 72.886648) + (xy 84.132252 75.529595) (xy 84.06994 75.56362) (xy 84.043157 75.5665) (xy 83.368762 75.5665) (xy 83.300641 75.546498) + (xy 83.263279 75.509415) (xy 83.147314 75.331916) (xy 82.989225 75.160186) (xy 82.989221 75.160182) + (xy 82.852842 75.054034) (xy 82.805017 75.01681) (xy 82.599727 74.905713) (xy 82.599724 74.905712) + (xy 82.599723 74.905711) (xy 82.378955 74.829921) (xy 82.378948 74.829919) (xy 82.280411 74.813476) + (xy 82.148712 74.7915) (xy 81.915288 74.7915) (xy 81.800066 74.810727) (xy 81.685051 74.829919) + (xy 81.685044 74.829921) (xy 81.464276 74.905711) (xy 81.464273 74.905713) (xy 81.258985 75.016809) + (xy 81.258983 75.01681) (xy 81.074778 75.160182) (xy 81.070946 75.163711) (xy 81.069688 75.162345) + (xy 81.015763 75.194742) (xy 80.944799 75.192598) (xy 80.88626 75.152428) (xy 80.865877 75.116861) + (xy 80.842444 75.054034) (xy 80.754904 74.937095) (xy 80.637965 74.849555) (xy 80.501093 74.798505) + (xy 80.440597 74.792) (xy 79.746 74.792) (xy 79.746 75.827031) (xy 79.665694 75.780667) (xy 79.551244 75.75) + (xy 79.432756 75.75) (xy 79.318306 75.780667) (xy 79.238 75.827031) (xy 79.238 74.792) (xy 78.543402 74.792) + (xy 78.482906 74.798505) (xy 78.346035 74.849555) (xy 78.346034 74.849555) (xy 78.229095 74.937095) + (xy 78.141555 75.054034) (xy 78.141555 75.054035) (xy 78.090505 75.190906) (xy 78.084 75.251402) + (xy 78.084 75.946) (xy 79.119032 75.946) (xy 79.072667 76.026306) (xy 79.042 76.140756) (xy 79.042 76.259244) + (xy 79.072667 76.373694) (xy 79.119032 76.454) (xy 78.084 76.454) (xy 78.084 77.148597) (xy 63.261196 77.148597) + (xy 63.335314 77.068083) (xy 63.440451 76.907158) (xy 63.462984 76.872669) (xy 63.556749 76.658907) + (xy 63.614051 76.432626) (xy 63.633327 76.2) (xy 63.614051 75.967374) (xy 63.577973 75.824906) (xy 63.58064 75.75396) + (xy 63.61102 75.704882) (xy 65.240407 74.075495) (xy 65.302717 74.041471) (xy 65.373532 74.046536) + (xy 65.430368 74.089083) (xy 65.455179 74.155603) (xy 65.4555 74.164592) (xy 65.4555 74.668544) + (xy 65.466112 74.772425) (xy 65.521885 74.940738) (xy 65.61497 75.091652) (xy 65.614975 75.091658) + (xy 65.692796 75.169479) (xy 65.726822 75.231791) (xy 65.721757 75.302606) (xy 65.715532 75.315818) + (xy 65.71347 75.320449) (xy 65.654457 75.502071) (xy 65.634496 75.692) (xy 65.654457 75.881927) + (xy 65.675276 75.946) (xy 65.713473 76.063556) (xy 65.713476 76.063561) (xy 65.808958 76.228941) + (xy 65.808965 76.228951) (xy 65.936744 76.370864) (xy 65.936747 76.370866) (xy 66.091248 76.483118) + (xy 66.265712 76.560794) (xy 66.452513 76.6005) (xy 66.643487 76.6005) (xy 66.830288 76.560794) + (xy 67.004752 76.483118) (xy 67.159253 76.370866) (xy 67.28704 76.228944) (xy 67.382527 76.063556) + (xy 67.441542 75.881928) (xy 67.461504 75.692) (xy 67.441542 75.502072) (xy 67.382527 75.320444) + (xy 67.382524 75.320438) (xy 67.382282 75.319694) (xy 67.380254 75.248727) (xy 67.413018 75.191663) + (xy 67.474905 75.129777) (xy 67.537218 75.095752) (xy 67.608033 75.100818) (xy 67.653095 75.129778) + (xy 67.740341 75.217024) (xy 67.740347 75.217029) (xy 67.740348 75.21703) (xy 67.891262 75.310115) + (xy 68.059574 75.365887) (xy 68.163455 75.3765) (xy 68.964544 75.376499) (xy 69.068426 75.365887) + (xy 69.236738 75.310115) (xy 69.387652 75.21703) (xy 69.51303 75.091652) (xy 69.606115 74.940738) + (xy 69.661887 74.772426) (xy 69.6725 74.668545) (xy 69.672499 74.007594) (xy 69.692501 73.939474) + (xy 69.709404 73.918499) (xy 69.8215 73.806404) (xy 69.883812 73.772379) (xy 69.910595 73.7695) + (xy 71.237191 73.7695) (xy 71.305312 73.789502) (xy 71.351805 73.843158) (xy 71.358185 73.86034) + (xy 71.358204 73.860403) (xy 71.376856 73.924605) (xy 71.461544 74.067803) (xy 71.461549 74.06781) + (xy 71.579189 74.18545) (xy 71.579196 74.185455) (xy 71.722394 74.270143) (xy 71.722397 74.270143) + (xy 71.722399 74.270145) (xy 71.882169 74.316562) (xy 71.919488 74.319499) (xy 71.919489 74.3195) + (xy 71.919498 74.3195) (xy 72.352511 74.3195) (xy 72.352511 74.319499) (xy 72.389831 74.316562) + (xy 72.549601 74.270145) (xy 72.549603 74.270143) (xy 72.549605 74.270143) (xy 72.621204 74.227799) + (xy 72.692807 74.185453) (xy 72.810453 74.067807) (xy 72.895145 73.924601) (xy 72.941562 73.764831) + (xy 72.944499 73.727511) (xy 72.9445 73.727511) (xy 72.9445 72.5705) (xy 72.964502 72.502379) (xy 73.018158 72.455886) + (xy 73.0705 72.4445) (xy 73.302511 72.4445) (xy 73.302511 72.444499) (xy 73.339831 72.441562) (xy 73.499601 72.395145) + (xy 73.499603 72.395143) (xy 73.499605 72.395143) (xy 73.627536 72.319484) (xy 73.642807 72.310453) + (xy 73.760453 72.192807) (xy 73.802799 72.121204) (xy 73.845143 72.049605) (xy 73.845143 72.049603) + (xy 73.845145 72.049601) (xy 73.891562 71.889831) (xy 73.894499 71.852511) (xy 73.8945 71.852511) + (xy 73.8945 70.544489) (xy 73.894499 70.544488) (xy 73.891562 70.507171) (xy 73.891562 70.50717) + (xy 73.885557 70.4865) (xy 73.845145 70.347399) (xy 73.845143 70.347395) (xy 73.845143 70.347394) + (xy 73.760455 70.204196) (xy 73.76045 70.204189) (xy 73.64281 70.086549) (xy 73.642803 70.086544) + (xy 73.499604 70.001856) (xy 73.484474 69.99746) (xy 73.42464 69.959246) (xy 73.394964 69.894749) + (xy 73.404869 69.824447) (xy 73.43053 69.787374) (xy 73.770072 69.447833) (xy 73.839401 69.344075) + (xy 73.887155 69.228785) (xy 73.9115 69.106394) (xy 73.9115 69.10639) (xy 73.912114 69.103304) (xy 73.945021 69.040394) + (xy 73.957552 69.029042) (xy 73.961032 69.026289) (xy 73.96104 69.026285) (xy 74.082285 68.90504) + (xy 74.172302 68.759101) (xy 74.226236 68.596336) (xy 74.229035 68.568936) (xy 74.2365 68.49588) + (xy 74.2365 67.648119) (xy 74.226247 67.54777) (xy 74.226236 67.547664) (xy 74.172302 67.384899) + (xy 74.082285 67.23896) (xy 74.082284 67.238959) (xy 74.082279 67.238953) (xy 73.961046 67.11772) + (xy 73.96104 67.117715) (xy 73.815101 67.027698) (xy 73.652336 66.973764) (xy 73.652333 66.973763) + (xy 73.55188 66.9635) (xy 73.551872 66.9635) (xy 73.004128 66.9635) (xy 73.00412 66.9635) (xy 72.903666 66.973763) + (xy 72.740899 67.027698) (xy 72.594959 67.117715) (xy 72.594953 67.11772) (xy 72.47372 67.238953) + (xy 72.473715 67.238959) (xy 72.383698 67.384899) (xy 72.329763 67.547666) (xy 72.3195 67.648119) + (xy 72.3195 68.49588) (xy 72.319499 68.49588) (xy 72.329763 68.596333) (xy 72.329764 68.596336) + (xy 72.383698 68.759101) (xy 72.404358 68.792595) (xy 72.439473 68.849525) (xy 72.45821 68.918004) + (xy 72.436951 68.985743) (xy 72.421327 69.004767) (xy 71.965022 69.461072) (xy 71.509481 69.916613) + (xy 71.447169 69.950638) (xy 71.410507 69.953129) (xy 71.40251 69.9525) (xy 71.402502 69.9525) (xy 70.969498 69.9525) + (xy 70.969489 69.9525) (xy 70.932171 69.955437) (xy 70.93217 69.955437) (xy 70.772394 70.001856) + (xy 70.629196 70.086544) (xy 70.629189 70.086549) (xy 70.511549 70.204189) (xy 70.511544 70.204196) + (xy 70.426856 70.347395) (xy 70.426855 70.347399) (xy 70.412835 70.395653) (xy 70.374625 70.455488) + (xy 70.310129 70.485166) (xy 70.29184 70.4865) (xy 69.235239 70.4865) (xy 69.167118 70.466498) (xy 69.120625 70.412842) + (xy 69.115635 70.400133) (xy 69.098116 70.347265) (xy 69.098115 70.347264) (xy 69.098115 70.347262) + (xy 69.00503 70.196348) (xy 69.005029 70.196347) (xy 69.005024 70.196341) (xy 68.879658 70.070975) + (xy 68.879652 70.07097) (xy 68.816887 70.032256) (xy 68.728738 69.977885) (xy 68.644582 69.949999) + (xy 68.560427 69.922113) (xy 68.56042 69.922112) (xy 68.456553 69.9115) (xy 67.655455 69.9115) (xy 67.551574 69.922112) + (xy 67.383261 69.977885) (xy 67.232347 70.07097) (xy 67.232341 70.070975) (xy 67.145095 70.158222) + (xy 67.082783 70.192248) (xy 67.011968 70.187183) (xy 66.966905 70.158222) (xy 66.879658 70.070975) + (xy 66.879652 70.07097) (xy 66.816887 70.032256) (xy 66.728738 69.977885) (xy 66.644582 69.949999) + (xy 66.560427 69.922113) (xy 66.56042 69.922112) (xy 66.456553 69.9115) (xy 65.655455 69.9115) (xy 65.551574 69.922112) + (xy 65.383261 69.977885) (xy 65.232347 70.07097) (xy 65.232341 70.070975) (xy 65.106975 70.196341) + (xy 65.106966 70.196353) (xy 65.063608 70.266647) (xy 65.010822 70.314125) (xy 64.956368 70.3265) + (xy 62.48493 70.3265) (xy 62.416809 70.306498) (xy 62.370316 70.252842) (xy 62.368521 70.248717) + (xy 62.366335 70.24344) (xy 62.366334 70.243438) (xy 62.366334 70.243437) (xy 62.236925 70.03226) + (xy 62.236922 70.032256) (xy 62.076073 69.843926) (xy 61.887743 69.683077) (xy 61.887741 69.683076) + (xy 61.88774 69.683075) (xy 61.676563 69.553666) (xy 61.555833 69.503658) (xy 61.447742 69.458885) + (xy 61.206911 69.401066) (xy 61.206912 69.401066) (xy 60.96 69.381634) (xy 60.713088 69.401066) + (xy 60.472257 69.458885) (xy 60.243438 69.553665) (xy 60.032258 69.683076) (xy 60.032256 69.683077) + (xy 59.843926 69.843926) (xy 59.683077 70.032256) (xy 59.683076 70.032258) (xy 59.553665 70.243438) + (xy 59.458885 70.472257) (xy 59.429526 70.594547) (xy 59.401066 70.713089) (xy 59.381634 70.96) + (xy 59.401066 71.206911) (xy 59.458885 71.447742) (xy 59.553666 71.676563) (xy 59.661481 71.852502) + (xy 59.683076 71.887741) (xy 59.683077 71.887743) (xy 59.843926 72.076073) (xy 60.032256 72.236922) + (xy 60.03226 72.236925) (xy 60.243437 72.366334) (xy 60.472258 72.461115) (xy 60.713089 72.518934) + (xy 60.96 72.538366) (xy 61.206911 72.518934) (xy 61.447742 72.461115) (xy 61.676563 72.366334) + (xy 61.88774 72.236925) (xy 62.076073 72.076073) (xy 62.236925 71.88774) (xy 62.366334 71.676563) + (xy 62.368521 71.671282) (xy 62.413069 71.616001) (xy 62.480432 71.59358) (xy 62.48493 71.5935) + (xy 64.830954 71.5935) (xy 64.899075 71.613502) (xy 64.945568 71.667158) (xy 64.956302 71.706697) + (xy 64.958112 71.724424) (xy 65.013885 71.892738) (xy 65.10697 72.043652) (xy 65.106975 72.043658) + (xy 65.204611 72.141294) (xy 65.238637 72.203606) (xy 65.233572 72.274421) (xy 65.204611 72.319484) + (xy 62.717277 74.806817) (xy 62.654965 74.840843) (xy 62.587273 74.836896) (xy 62.566957 74.829922) + (xy 62.566948 74.829919) (xy 62.468411 74.813476) (xy 62.336712 74.7915) (xy 62.103288 74.7915) + (xy 61.988066 74.810727) (xy 61.873051 74.829919) (xy 61.873044 74.829921) (xy 61.652276 74.905711) + (xy 61.652273 74.905713) (xy 61.446985 75.016809) (xy 61.446983 75.01681) (xy 61.262778 75.160182) + (xy 61.258946 75.163711) (xy 61.257688 75.162345) (xy 61.203763 75.194742) (xy 61.132799 75.192598) + (xy 61.07426 75.152428) (xy 61.053877 75.116861) (xy 61.030444 75.054034) (xy 60.942904 74.937095) + (xy 60.825965 74.849555) (xy 60.689093 74.798505) (xy 60.628597 74.792) (xy 59.934 74.792) (xy 59.934 75.827031) + (xy 59.853694 75.780667) (xy 59.739244 75.75) (xy 59.620756 75.75) (xy 59.506306 75.780667) (xy 59.426 75.827031) + (xy 59.426 74.792) (xy 58.731402 74.792) (xy 58.670906 74.798505) (xy 58.534035 74.849555) (xy 58.534034 74.849555) + (xy 58.417095 74.937095) (xy 58.329555 75.054034) (xy 58.329555 75.054035) (xy 58.278505 75.190906) + (xy 58.272 75.251402) (xy 58.272 75.946) (xy 59.307032 75.946) (xy 59.260667 76.026306) (xy 59.23 76.140756) + (xy 59.23 76.259244) (xy 59.260667 76.373694) (xy 59.307032 76.454) (xy 58.272 76.454) (xy 58.272 77.148597) + (xy 50.8755 77.148597) (xy 50.8755 68.326) (xy 69.02 68.326) (xy 69.02 68.495852) (xy 69.030255 68.596229) + (xy 69.030257 68.596241) (xy 69.084152 68.758884) (xy 69.174109 68.904728) (xy 69.174114 68.904734) + (xy 69.295265 69.025885) (xy 69.295271 69.02589) (xy 69.441115 69.115847) (xy 69.603758 69.169742) + (xy 69.60377 69.169744) (xy 69.704147 69.179999) (xy 69.704147 69.18) (xy 69.724 69.18) (xy 69.724 68.326) + (xy 70.232 68.326) (xy 70.232 69.18) (xy 70.251853 69.18) (xy 70.251852 69.179999) (xy 70.352229 69.169744) + (xy 70.352241 69.169742) (xy 70.514884 69.115847) (xy 70.660728 69.02589) (xy 70.660734 69.025885) + (xy 70.781885 68.904734) (xy 70.78189 68.904728) (xy 70.871847 68.758884) (xy 70.925742 68.596241) + (xy 70.925744 68.596229) (xy 70.935999 68.495852) (xy 70.936 68.495852) (xy 70.936 68.326) (xy 70.232 68.326) + (xy 69.724 68.326) (xy 69.02 68.326) (xy 50.8755 68.326) (xy 50.8755 67.818) (xy 69.02 67.818) (xy 69.724 67.818) + (xy 69.724 66.964) (xy 70.232 66.964) (xy 70.232 67.818) (xy 70.936 67.818) (xy 70.936 67.648147) + (xy 70.925744 67.54777) (xy 70.925742 67.547758) (xy 70.871847 67.385115) (xy 70.78189 67.239271) + (xy 70.781885 67.239265) (xy 70.660734 67.118114) (xy 70.660728 67.118109) (xy 70.514884 67.028152) + (xy 70.352241 66.974257) (xy 70.352229 66.974255) (xy 70.251852 66.964) (xy 70.232 66.964) (xy 69.724 66.964) + (xy 69.704147 66.964) (xy 69.60377 66.974255) (xy 69.603758 66.974257) (xy 69.441115 67.028152) + (xy 69.295271 67.118109) (xy 69.295265 67.118114) (xy 69.174114 67.239265) (xy 69.174109 67.239271) + (xy 69.084152 67.385115) (xy 69.030257 67.547758) (xy 69.030255 67.54777) (xy 69.02 67.648147) (xy 69.02 67.818) + (xy 50.8755 67.818) (xy 50.8755 62.66) (xy 59.381634 62.66) (xy 59.401066 62.906911) (xy 59.458885 63.147742) + (xy 59.553665 63.376561) (xy 59.683076 63.587741) (xy 59.683077 63.587743) (xy 59.843926 63.776073) + (xy 60.032256 63.936922) (xy 60.03226 63.936925) (xy 60.243437 64.066334) (xy 60.472258 64.161115) + (xy 60.713089 64.218934) (xy 60.96 64.238366) (xy 61.206911 64.218934) (xy 61.447742 64.161115) + (xy 61.676563 64.066334) (xy 61.88774 63.936925) (xy 62.076073 63.776073) (xy 62.236925 63.58774) + (xy 62.366334 63.376563) (xy 62.461115 63.147742) (xy 62.518934 62.906911) (xy 62.538366 62.66) + (xy 79.701634 62.66) (xy 79.721066 62.906911) (xy 79.778885 63.147742) (xy 79.873665 63.376561) + (xy 80.003076 63.587741) (xy 80.003077 63.587743) (xy 80.163926 63.776073) (xy 80.352256 63.936922) + (xy 80.35226 63.936925) (xy 80.563437 64.066334) (xy 80.792258 64.161115) (xy 81.033089 64.218934) + (xy 81.28 64.238366) (xy 81.526911 64.218934) (xy 81.767742 64.161115) (xy 81.996563 64.066334) + (xy 82.20774 63.936925) (xy 82.396073 63.776073) (xy 82.556925 63.58774) (xy 82.686334 63.376563) + (xy 82.781115 63.147742) (xy 82.838934 62.906911) (xy 82.858366 62.66) (xy 82.838934 62.413089) + (xy 82.781115 62.172258) (xy 82.686334 61.943437) (xy 82.556925 61.73226) (xy 82.556922 61.732256) + (xy 82.396073 61.543926) (xy 82.207743 61.383077) (xy 82.207741 61.383076) (xy 82.20774 61.383075) + (xy 81.996563 61.253666) (xy 81.928343 61.225408) (xy 81.873063 61.18086) (xy 81.850642 61.113497) + (xy 81.8682 61.044706) (xy 81.920162 60.996328) (xy 81.976562 60.983) (xy 82.293585 60.983) (xy 82.293597 60.982999) + (xy 82.354093 60.976494) (xy 82.490964 60.925444) (xy 82.490965 60.925444) (xy 82.607904 60.837904) + (xy 82.695444 60.720965) (xy 82.695444 60.720964) (xy 82.746494 60.584093) (xy 82.752999 60.523597) + (xy 82.753 60.523585) (xy 82.753 59.814) (xy 81.835049 59.814) (xy 81.866558 59.737931) (xy 81.89 59.62008) + (xy 81.89 59.49992) (xy 81.866558 59.382069) (xy 81.835049 59.306) (xy 82.753 59.306) (xy 82.753 58.596414) + (xy 82.752999 58.596402) (xy 82.746494 58.535906) (xy 82.695444 58.399035) (xy 82.695444 58.399034) + (xy 82.607904 58.282095) (xy 82.490965 58.194555) (xy 82.354093 58.143505) (xy 82.293597 58.137) + (xy 81.534 58.137) (xy 81.534 59.00495) (xy 81.457931 58.973442) (xy 81.34008 58.95) (xy 81.21992 58.95) + (xy 81.102069 58.973442) (xy 81.026 59.00495) (xy 81.026 58.137) (xy 80.266402 58.137) (xy 80.205906 58.143505) + (xy 80.069035 58.194555) (xy 80.069034 58.194555) (xy 79.952095 58.282095) (xy 79.864555 58.399034) + (xy 79.864555 58.399035) (xy 79.813505 58.535906) (xy 79.807 58.596402) (xy 79.807 59.306) (xy 80.724951 59.306) + (xy 80.693442 59.382069) (xy 80.67 59.49992) (xy 80.67 59.62008) (xy 80.693442 59.737931) (xy 80.724951 59.814) + (xy 79.807 59.814) (xy 79.807 60.523597) (xy 79.813505 60.584093) (xy 79.864555 60.720964) (xy 79.864555 60.720965) + (xy 79.952095 60.837904) (xy 80.069034 60.925444) (xy 80.205906 60.976494) (xy 80.266402 60.982999) + (xy 80.266415 60.983) (xy 80.583438 60.983) (xy 80.651559 61.003002) (xy 80.698052 61.056658) (xy 80.708156 61.126932) + (xy 80.678662 61.191512) (xy 80.631656 61.225408) (xy 80.608243 61.235106) (xy 80.563438 61.253665) + (xy 80.352258 61.383076) (xy 80.352256 61.383077) (xy 80.163926 61.543926) (xy 80.003077 61.732256) + (xy 80.003076 61.732258) (xy 79.873665 61.943438) (xy 79.778885 62.172257) (xy 79.721066 62.413088) + (xy 79.701634 62.66) (xy 62.538366 62.66) (xy 62.518934 62.413089) (xy 62.461115 62.172258) (xy 62.366334 61.943437) + (xy 62.236925 61.73226) (xy 62.236922 61.732256) (xy 62.076073 61.543926) (xy 61.887743 61.383077) + (xy 61.887741 61.383076) (xy 61.88774 61.383075) (xy 61.676563 61.253666) (xy 61.608343 61.225408) + (xy 61.553063 61.18086) (xy 61.530642 61.113497) (xy 61.5482 61.044706) (xy 61.600162 60.996328) + (xy 61.656562 60.983) (xy 61.973585 60.983) (xy 61.973597 60.982999) (xy 62.034093 60.976494) (xy 62.170964 60.925444) + (xy 62.170965 60.925444) (xy 62.287904 60.837904) (xy 62.375444 60.720965) (xy 62.375444 60.720964) + (xy 62.426494 60.584093) (xy 62.432999 60.523597) (xy 62.433 60.523585) (xy 62.433 59.814) (xy 61.515049 59.814) + (xy 61.546558 59.737931) (xy 61.57 59.62008) (xy 61.57 59.49992) (xy 61.546558 59.382069) (xy 61.515049 59.306) + (xy 62.433 59.306) (xy 62.433 58.596414) (xy 62.432999 58.596402) (xy 62.426494 58.535906) (xy 62.375444 58.399035) + (xy 62.375444 58.399034) (xy 62.287904 58.282095) (xy 62.170965 58.194555) (xy 62.034093 58.143505) + (xy 61.973597 58.137) (xy 61.214 58.137) (xy 61.214 59.00495) (xy 61.137931 58.973442) (xy 61.02008 58.95) + (xy 60.89992 58.95) (xy 60.782069 58.973442) (xy 60.706 59.00495) (xy 60.706 58.137) (xy 59.946402 58.137) + (xy 59.885906 58.143505) (xy 59.749035 58.194555) (xy 59.749034 58.194555) (xy 59.632095 58.282095) + (xy 59.544555 58.399034) (xy 59.544555 58.399035) (xy 59.493505 58.535906) (xy 59.487 58.596402) + (xy 59.487 59.306) (xy 60.404951 59.306) (xy 60.373442 59.382069) (xy 60.35 59.49992) (xy 60.35 59.62008) + (xy 60.373442 59.737931) (xy 60.404951 59.814) (xy 59.487 59.814) (xy 59.487 60.523597) (xy 59.493505 60.584093) + (xy 59.544555 60.720964) (xy 59.544555 60.720965) (xy 59.632095 60.837904) (xy 59.749034 60.925444) + (xy 59.885906 60.976494) (xy 59.946402 60.982999) (xy 59.946415 60.983) (xy 60.263438 60.983) (xy 60.331559 61.003002) + (xy 60.378052 61.056658) (xy 60.388156 61.126932) (xy 60.358662 61.191512) (xy 60.311656 61.225408) + (xy 60.288243 61.235106) (xy 60.243438 61.253665) (xy 60.032258 61.383076) (xy 60.032256 61.383077) + (xy 59.843926 61.543926) (xy 59.683077 61.732256) (xy 59.683076 61.732258) (xy 59.553665 61.943438) + (xy 59.458885 62.172257) (xy 59.401066 62.413088) (xy 59.381634 62.66) (xy 50.8755 62.66) (xy 50.8755 53.446287) + (xy 51.9895 53.446287) (xy 52.022754 53.656243) (xy 52.088443 53.858412) (xy 52.184949 54.047816) + (xy 52.309896 54.219792) (xy 52.309898 54.219794) (xy 52.3099 54.219797) (xy 52.460202 54.370099) + (xy 52.460205 54.370101) (xy 52.460208 54.370104) (xy 52.632184 54.495051) (xy 52.821588 54.591557) + (xy 53.023757 54.657246) (xy 53.233713 54.6905) (xy 53.233716 54.6905) (xy 53.446284 54.6905) (xy 53.446287 54.6905) + (xy 53.656243 54.657246) (xy 53.858412 54.591557) (xy 54.047816 54.495051) (xy 54.219792 54.370104) + (xy 54.370104 54.219792) (xy 54.495051 54.047816) (xy 54.591557 53.858412) (xy 54.657246 53.656243) + (xy 54.6905 53.446287) (xy 87.2095 53.446287) (xy 87.242754 53.656243) (xy 87.308443 53.858412) + (xy 87.404949 54.047816) (xy 87.529896 54.219792) (xy 87.529898 54.219794) (xy 87.5299 54.219797) + (xy 87.680202 54.370099) (xy 87.680205 54.370101) (xy 87.680208 54.370104) (xy 87.852184 54.495051) + (xy 88.041588 54.591557) (xy 88.243757 54.657246) (xy 88.453713 54.6905) (xy 88.453716 54.6905) + (xy 88.666284 54.6905) (xy 88.666287 54.6905) (xy 88.876243 54.657246) (xy 89.078412 54.591557) + (xy 89.267816 54.495051) (xy 89.439792 54.370104) (xy 89.590104 54.219792) (xy 89.715051 54.047816) + (xy 89.811557 53.858412) (xy 89.877246 53.656243) (xy 89.9105 53.446287) (xy 89.9105 53.233713) + (xy 89.877246 53.023757) (xy 89.811557 52.821588) (xy 89.715051 52.632184) (xy 89.590104 52.460208) + (xy 89.590101 52.460205) (xy 89.590099 52.460202) (xy 89.439797 52.3099) (xy 89.439794 52.309898) + (xy 89.439792 52.309896) (xy 89.267816 52.184949) (xy 89.078412 52.088443) (xy 88.876243 52.022754) + (xy 88.666287 51.9895) (xy 88.453713 51.9895) (xy 88.243757 52.022754) (xy 88.243754 52.022754) + (xy 88.243753 52.022755) (xy 88.041588 52.088443) (xy 88.041586 52.088444) (xy 87.85218 52.184951) + (xy 87.680205 52.309898) (xy 87.680202 52.3099) (xy 87.5299 52.460202) (xy 87.529898 52.460205) + (xy 87.404951 52.63218) (xy 87.404949 52.632184) (xy 87.308443 52.821588) (xy 87.242754 53.023757) + (xy 87.2095 53.233713) (xy 87.2095 53.446287) (xy 54.6905 53.446287) (xy 54.6905 53.233713) (xy 54.657246 53.023757) + (xy 54.591557 52.821588) (xy 54.495051 52.632184) (xy 54.370104 52.460208) (xy 54.370101 52.460205) + (xy 54.370099 52.460202) (xy 54.219797 52.3099) (xy 54.219794 52.309898) (xy 54.219792 52.309896) + (xy 54.047816 52.184949) (xy 53.858412 52.088443) (xy 53.656243 52.022754) (xy 53.446287 51.9895) + (xy 53.233713 51.9895) (xy 53.023757 52.022754) (xy 53.023754 52.022754) (xy 53.023753 52.022755) + (xy 52.821588 52.088443) (xy 52.821586 52.088444) (xy 52.63218 52.184951) (xy 52.460205 52.309898) + (xy 52.460202 52.3099) (xy 52.3099 52.460202) (xy 52.309898 52.460205) (xy 52.184951 52.63218) (xy 52.184949 52.632184) + (xy 52.088443 52.821588) (xy 52.022754 53.023757) (xy 51.9895 53.233713) (xy 51.9895 53.446287) + (xy 50.8755 53.446287) (xy 50.8755 51.0015) (xy 50.895502 50.933379) (xy 50.949158 50.886886) (xy 51.0015 50.8755) + (xy 90.8985 50.8755) + ) + ) + ) +) \ No newline at end of file diff --git a/src/produkt/mount/mount.kicad_pro b/src/produkt/mount/mount.kicad_pro index bdcd8dd8..c7ebfb2c 100644 --- a/src/produkt/mount/mount.kicad_pro +++ b/src/produkt/mount/mount.kicad_pro @@ -123,6 +123,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -381,14 +388,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -402,6 +470,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -427,6 +500,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -434,7 +508,7 @@ "sheets": [ [ "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55", - "" + "Root" ] ], "text_variables": {} diff --git a/src/produkt/mount/mount.kicad_sch b/src/produkt/mount/mount.kicad_sch index f02c6522..660bd113 100644 --- a/src/produkt/mount/mount.kicad_sch +++ b/src/produkt/mount/mount.kicad_sch @@ -1,3286 +1,8343 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e63e39d7-6ac0-4ffd-8aa3-1841a4541b55) - - (paper "A4") - - (title_block - (title "produkt") - (date "2021-08-01") - (rev "R02") - (comment 1 "schema for mount pcb") - (comment 2 "vca and ringmodulator") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Connector:Conn_01x03_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x03_Pin" (at 0 -5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x03_Pin_1_1" - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 2.54 180) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x05_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x05_Pin" (at 0 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x05, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x05_Pin_1_1" - (polyline - (pts - (xy 1.27 -5.08) - (xy 0.8636 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 5.08) - (xy 0.8636 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 5.08 180) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 2.54 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -5.08 180) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 8.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Jack*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AudioJack2_SwitchT_0_1" - (rectangle (start -2.54 0) (end -3.81 -2.54) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy 1.778 -0.254) - (xy 2.032 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0.635 -0.635) - (xy 1.27 0) - (xy 2.54 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 -2.54) - (xy 1.778 -2.54) - (xy 1.778 -0.254) - (xy 1.524 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 2.54) - (xy -0.635 2.54) - (xy -0.635 0) - (xy -1.27 -0.635) - (xy -1.905 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (rectangle (start 2.54 3.81) (end -2.54 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AudioJack2_SwitchT_1_1" - (pin passive line (at 5.08 2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "S" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "T" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "TN" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "LED diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_0_1" - (polyline - (pts - (xy -1.27 -1.27) - (xy -1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy 1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.27) - (xy 1.27 1.27) - (xy -1.27 0) - (xy 1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.048 -0.762) - (xy -4.572 -2.286) - (xy -3.81 -2.286) - (xy -4.572 -2.286) - (xy -4.572 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 -0.762) - (xy -3.302 -2.286) - (xy -2.54 -2.286) - (xy -3.302 -2.286) - (xy -3.302 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "RV" (at -4.445 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_Potentiometer" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "resistor variable" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Potentiometer" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_Potentiometer_0_1" - (polyline - (pts - (xy 2.54 0) - (xy 1.524 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.143 0) - (xy 2.286 0.508) - (xy 2.286 -0.508) - (xy 1.143 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.016 2.54) (end -1.016 -2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_Potentiometer_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Diode:1N4148W" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148W" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 0 -4.445 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "D*SOD?123*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "1N4148W_0_1" - (polyline - (pts - (xy -1.27 1.27) - (xy -1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy -1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 1.27) - (xy 1.27 -1.27) - (xy -1.27 0) - (xy 1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "1N4148W_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.905 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MMBT3904_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "MMBT3904_1_1" - (pin input line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 190.5 74.93) (diameter 0) (color 0 0 0 0) - (uuid 0217dfc4-fc13-4699-99ad-d9948522648e) - ) - (junction (at 182.88 109.22) (diameter 0) (color 0 0 0 0) - (uuid 0325ec43-0390-4ae2-b055-b1ec6ce17b1c) - ) - (junction (at 256.54 60.96) (diameter 0) (color 0 0 0 0) - (uuid 2e842263-c0ba-46fd-a760-6624d4c78278) - ) - (junction (at 58.42 116.84) (diameter 0) (color 0 0 0 0) - (uuid 3cd1bda0-18db-417d-b581-a0c50623df68) - ) - (junction (at 224.79 74.93) (diameter 0) (color 0 0 0 0) - (uuid 639c0e59-e95c-4114-bccd-2e7277505454) - ) - (junction (at 190.5 123.19) (diameter 0) (color 0 0 0 0) - (uuid 6c67e4f6-9d04-4539-b356-b76e915ce848) - ) - (junction (at 264.16 74.93) (diameter 0) (color 0 0 0 0) - (uuid 730b670c-9bcf-4dcd-9a8d-fcaa61fb0955) - ) - (junction (at 224.79 124.46) (diameter 0) (color 0 0 0 0) - (uuid a8447faf-e0a0-4c4a-ae53-4d4b28669151) - ) - (junction (at 182.88 60.96) (diameter 0) (color 0 0 0 0) - (uuid b0906e10-2fbc-4309-a8b4-6fc4cd1a5490) - ) - (junction (at 217.17 110.49) (diameter 0) (color 0 0 0 0) - (uuid c1c799a0-3c93-493a-9ad7-8a0561bc69ee) - ) - (junction (at 217.17 60.96) (diameter 0) (color 0 0 0 0) - (uuid c9667181-b3c7-4b01-b8b4-baa29a9aea63) - ) - (junction (at 257.81 110.49) (diameter 0) (color 0 0 0 0) - (uuid e54e5e19-1deb-49a9-8629-617db8e434c0) - ) - (junction (at 265.43 124.46) (diameter 0) (color 0 0 0 0) - (uuid f449bd37-cc90-4487-aee6-2a20b8d2843a) - ) - - (no_connect (at 115.57 86.36) (uuid 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (no_connect (at 57.15 86.36) (uuid 6a780180-586a-4241-a52d-dc7a5ffcc966)) - (no_connect (at 57.15 58.42) (uuid 936e2ca6-11ae-4f42-9128-52bb329f3d21)) - (no_connect (at 62.23 119.38) (uuid e25ce415-914a-48fe-bf09-324317917b2e)) - (no_connect (at 120.65 119.38) (uuid f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - - (wire (pts (xy 254 60.96) (xy 256.54 60.96)) - (stroke (width 0) (type default)) - (uuid 01e9b6e7-adf9-4ee7-9447-a588630ee4a2) - ) - (wire (pts (xy 90.17 69.85) (xy 90.17 129.54)) - (stroke (width 0) (type default)) - (uuid 03c52831-5dc5-43c5-a442-8d23643b46fb) - ) - (wire (pts (xy 217.17 74.93) (xy 217.17 73.66)) - (stroke (width 0) (type default)) - (uuid 03caada9-9e22-4e2d-9035-b15433dfbb17) - ) - (wire (pts (xy 58.42 129.54) (xy 90.17 129.54)) - (stroke (width 0) (type default)) - (uuid 0b21a65d-d20b-411e-920a-75c343ac5136) - ) - (wire (pts (xy 256.54 74.93) (xy 256.54 73.66)) - (stroke (width 0) (type default)) - (uuid 0c3dceba-7c95-4b3d-b590-0eb581444beb) - ) - (wire (pts (xy 115.57 69.85) (xy 90.17 69.85)) - (stroke (width 0) (type default)) - (uuid 0f22151c-f260-4674-b486-4710a2c42a55) - ) - (wire (pts (xy 217.17 124.46) (xy 217.17 123.19)) - (stroke (width 0) (type default)) - (uuid 101ef598-601d-400e-9ef6-d655fbb1dbfa) - ) - (wire (pts (xy 115.57 58.42) (xy 115.57 69.85)) - (stroke (width 0) (type default)) - (uuid 1831fb37-1c5d-42c4-b898-151be6fca9dc) - ) - (wire (pts (xy 123.19 55.88) (xy 123.19 59.69)) - (stroke (width 0) (type default)) - (uuid 23bb2798-d93a-4696-a962-c305c4298a0c) - ) - (wire (pts (xy 57.15 83.82) (xy 64.77 83.82)) - (stroke (width 0) (type default)) - (uuid 2732632c-4768-42b6-bf7f-14643424019e) - ) - (wire (pts (xy 182.88 123.19) (xy 190.5 123.19)) - (stroke (width 0) (type default)) - (uuid 275aa44a-b61f-489f-9e2a-819a0fe0d1eb) - ) - (wire (pts (xy 55.88 116.84) (xy 58.42 116.84)) - (stroke (width 0) (type default)) - (uuid 34871042-9d5c-4e29-abdd-a168368c3c22) - ) - (wire (pts (xy 214.63 60.96) (xy 217.17 60.96)) - (stroke (width 0) (type default)) - (uuid 40976bf0-19de-460f-ad64-224d4f51e16b) - ) - (wire (pts (xy 190.5 121.92) (xy 190.5 123.19)) - (stroke (width 0) (type default)) - (uuid 5ca4be1c-537e-4a4a-b344-d0c8ffde8546) - ) - (wire (pts (xy 182.88 66.04) (xy 182.88 60.96)) - (stroke (width 0) (type default)) - (uuid 61fe293f-6808-4b7f-9340-9aaac7054a97) - ) - (wire (pts (xy 114.3 116.84) (xy 120.65 116.84)) - (stroke (width 0) (type default)) - (uuid 62c076a3-d618-44a2-9042-9a08b3576787) - ) - (wire (pts (xy 224.79 123.19) (xy 224.79 124.46)) - (stroke (width 0) (type default)) - (uuid 65134029-dbd2-409a-85a8-13c2a33ff019) - ) - (wire (pts (xy 182.88 74.93) (xy 182.88 73.66)) - (stroke (width 0) (type default)) - (uuid 6bfe5804-2ef9-4c65-b2a7-f01e4014370a) - ) - (wire (pts (xy 180.34 109.22) (xy 182.88 109.22)) - (stroke (width 0) (type default)) - (uuid 7cee474b-af8f-4832-b07a-c43c1ab0b464) - ) - (wire (pts (xy 264.16 73.66) (xy 264.16 74.93)) - (stroke (width 0) (type default)) - (uuid 7d928d56-093a-4ca8-aed1-414b7e703b45) - ) - (wire (pts (xy 217.17 124.46) (xy 224.79 124.46)) - (stroke (width 0) (type default)) - (uuid 7f2301df-e4bc-479e-a681-cc59c9a2dbbb) - ) - (wire (pts (xy 224.79 124.46) (xy 224.79 127)) - (stroke (width 0) (type default)) - (uuid 7f52d787-caa3-4a92-b1b2-19d554dc29a4) - ) - (wire (pts (xy 217.17 115.57) (xy 217.17 110.49)) - (stroke (width 0) (type default)) - (uuid 8087f566-a94d-4bbc-985b-e49ee7762296) - ) - (wire (pts (xy 182.88 114.3) (xy 182.88 109.22)) - (stroke (width 0) (type default)) - (uuid 853ee787-6e2c-4f32-bc75-6c17337dd3d5) - ) - (wire (pts (xy 64.77 83.82) (xy 64.77 87.63)) - (stroke (width 0) (type default)) - (uuid 854dd5d4-5fd2-4730-bd49-a9cd8299a065) - ) - (wire (pts (xy 256.54 74.93) (xy 264.16 74.93)) - (stroke (width 0) (type default)) - (uuid 8a650ebf-3f78-4ca4-a26b-a5028693e36d) - ) - (wire (pts (xy 257.81 115.57) (xy 257.81 110.49)) - (stroke (width 0) (type default)) - (uuid 8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079) - ) - (wire (pts (xy 224.79 74.93) (xy 224.79 77.47)) - (stroke (width 0) (type default)) - (uuid 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb) - ) - (wire (pts (xy 190.5 73.66) (xy 190.5 74.93)) - (stroke (width 0) (type default)) - (uuid 8da933a9-35f8-42e6-8504-d1bab7264306) - ) - (wire (pts (xy 115.57 55.88) (xy 123.19 55.88)) - (stroke (width 0) (type default)) - (uuid 94c158d1-8503-4553-b511-bf42f506c2a8) - ) - (wire (pts (xy 64.77 55.88) (xy 64.77 59.69)) - (stroke (width 0) (type default)) - (uuid 9702d639-3b1f-4825-8985-b32b9008503d) - ) - (wire (pts (xy 255.27 110.49) (xy 257.81 110.49)) - (stroke (width 0) (type default)) - (uuid 9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd) - ) - (wire (pts (xy 224.79 73.66) (xy 224.79 74.93)) - (stroke (width 0) (type default)) - (uuid a15a7506-eae4-4933-84da-9ad754258706) - ) - (wire (pts (xy 264.16 74.93) (xy 264.16 77.47)) - (stroke (width 0) (type default)) - (uuid abe07c9a-17c3-43b5-b7a6-ae867ac27ea7) - ) - (wire (pts (xy 265.43 123.19) (xy 265.43 124.46)) - (stroke (width 0) (type default)) - (uuid b1ddb058-f7b2-429c-9489-f4e2242ad7e5) - ) - (wire (pts (xy 190.5 123.19) (xy 190.5 125.73)) - (stroke (width 0) (type default)) - (uuid b447dbb1-d38e-4a15-93cb-12c25382ea53) - ) - (wire (pts (xy 180.34 60.96) (xy 182.88 60.96)) - (stroke (width 0) (type default)) - (uuid b88717bd-086f-46cd-9d3f-0396009d0996) - ) - (wire (pts (xy 182.88 74.93) (xy 190.5 74.93)) - (stroke (width 0) (type default)) - (uuid bd5408e4-362d-4e43-9d39-78fb99eb52c8) - ) - (wire (pts (xy 190.5 74.93) (xy 190.5 77.47)) - (stroke (width 0) (type default)) - (uuid c0eca5ed-bc5e-4618-9bcd-80945bea41ed) - ) - (wire (pts (xy 265.43 124.46) (xy 265.43 127)) - (stroke (width 0) (type default)) - (uuid c106154f-d948-43e5-abfa-e1b96055d91b) - ) - (wire (pts (xy 257.81 124.46) (xy 257.81 123.19)) - (stroke (width 0) (type default)) - (uuid c24d6ac8-802d-4df3-a210-9cb1f693e865) - ) - (wire (pts (xy 256.54 66.04) (xy 256.54 60.96)) - (stroke (width 0) (type default)) - (uuid ca87f11b-5f48-4b57-8535-68d3ec2fe5a9) - ) - (wire (pts (xy 182.88 123.19) (xy 182.88 121.92)) - (stroke (width 0) (type default)) - (uuid cfa5c16e-7859-460d-a0b8-cea7d7ea629c) - ) - (wire (pts (xy 217.17 74.93) (xy 224.79 74.93)) - (stroke (width 0) (type default)) - (uuid d3c11c8f-a73d-4211-934b-a6da255728ad) - ) - (wire (pts (xy 58.42 116.84) (xy 62.23 116.84)) - (stroke (width 0) (type default)) - (uuid d57dcfee-5058-4fc2-a68b-05f9a48f685b) - ) - (wire (pts (xy 217.17 66.04) (xy 217.17 60.96)) - (stroke (width 0) (type default)) - (uuid e21aa84b-970e-47cf-b64f-3b55ee0e1b51) - ) - (wire (pts (xy 57.15 55.88) (xy 64.77 55.88)) - (stroke (width 0) (type default)) - (uuid ec9e24d8-d1c5-40e2-9812-dc315d05f470) - ) - (wire (pts (xy 257.81 124.46) (xy 265.43 124.46)) - (stroke (width 0) (type default)) - (uuid eee16674-2d21-45b6-ab5e-d669125df26c) - ) - (wire (pts (xy 214.63 110.49) (xy 217.17 110.49)) - (stroke (width 0) (type default)) - (uuid f4eb0267-179f-46c9-b516-9bfb06bac1ba) - ) - (wire (pts (xy 115.57 83.82) (xy 123.19 83.82)) - (stroke (width 0) (type default)) - (uuid f71da641-16e6-4257-80c3-0b9d804fee4f) - ) - (wire (pts (xy 123.19 83.82) (xy 123.19 87.63)) - (stroke (width 0) (type default)) - (uuid fd470e95-4861-44fe-b1e4-6d8a7c66e144) - ) - (wire (pts (xy 58.42 116.84) (xy 58.42 129.54)) - (stroke (width 0) (type default)) - (uuid fe8d9267-7834-48d6-a191-c8724b2ee78d) - ) - - (label "IN2y" (at 118.11 83.82 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 25e5aa8e-2696-44a3-8d3c-c2c53f2923cf) - ) - (label "IN1x" (at 172.72 60.96 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 2f215f15-3d52-4c91-93e6-3ea03a95622f) - ) - (label "IN2x" (at 172.72 109.22 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 57c0c267-8bf9-4cc7-b734-d71a239ac313) - ) - (label "IN2x" (at 118.11 55.88 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2) - ) - (label "IN2y" (at 207.01 110.49 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 98c78427-acd5-4f90-9ad6-9f61c4809aec) - ) - (label "IN1y" (at 59.69 83.82 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid a24ddb4f-c217-42ca-b6cb-d12da84fb2b9) - ) - (label "IN1x" (at 59.69 55.88 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid b7867831-ef82-4f33-a926-59e5c1c09b91) - ) - (label "IN1y" (at 207.01 60.96 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid c8c79177-94d4-43e2-a654-f0a5554fbb68) - ) - - (global_label "OUTa" (shape input) (at 247.65 110.49 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 19b0959e-a79b-43b2-a5ad-525ced7e9131) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 240.6208 110.49 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "Xb" (shape input) (at 91.44 167.64 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 2d210a96-f81f-42a9-8bf4-1b43c11086f3) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 96.0501 167.64 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Yb" (shape input) (at 127 91.44 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 131.4892 91.44 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Xb" (shape input) (at 127 63.5 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 5b2b5c7d-f943-4634-9f0a-e9561705c49d) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 131.6101 63.5 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Yb" (shape input) (at 91.44 170.18 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6c2e273e-743c-4f1e-a647-4171f8122550) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 95.9292 170.18 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Xa" (shape input) (at 68.58 63.5 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6ca3c38c-4e71-4202-b6c1-1b25f04a27ae) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 73.1901 63.5 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "OUTb" (shape input) (at 246.38 60.96 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7c04618d-9115-4179-b234-a8faf854ea92) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 239.3508 60.96 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "OUTb" (shape input) (at 91.44 172.72 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 98.4692 172.72 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "Ya" (shape input) (at 69.85 175.26 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 94a873dc-af67-4ef9-8159-1f7c93eeb3d7) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 74.3392 175.26 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "OUTa" (shape input) (at 48.26 116.84 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 41.2308 116.84 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "Xa" (shape input) (at 69.85 172.72 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 74.4601 172.72 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "OUTa" (shape input) (at 69.85 177.8 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid aa14c3bd-4acc-4908-9d28-228585a22a9d) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 76.8792 177.8 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "OUTb" (shape input) (at 106.68 116.84 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid c41b3c8b-634e-435a-b582-96b83bbd4032) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 99.6508 116.84 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "Ya" (shape input) (at 68.58 91.44 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid fb03d859-dcc9-4533-b352-64830e0e5423) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 73.0692 91.44 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - - (symbol (lib_id "power:GND") (at 64.77 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f616fae) - (property "Reference" "#PWR06" (at 64.77 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 64.897 71.7042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 64.77 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0832dd2a-9d05-4cf1-9d68-d119d1d5717e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 52.07 55.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f658247) - (property "Reference" "J1" (at 52.8828 47.625 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IN_X" (at 52.8828 49.9364 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 52.07 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 52.07 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 52.07 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 1=2" (at 52.07 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 6c605a37-1764-4c83-906d-348dad54f6da)) - (pin "T" (uuid 6b2e2580-8645-482c-acb8-ab31d4098f33)) - (pin "TN" (uuid 4fb4420c-e42f-45bb-b877-cc369acd8381)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 57.15 53.34 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f65bba2) - (property "Reference" "#PWR03" (at 63.5 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 60.4012 53.213 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 57.15 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 57.15 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 39a9a079-955b-4881-99e6-51958e3bdea7)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 57.15 81.28 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f74a953) - (property "Reference" "#PWR04" (at 63.5 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 60.4012 81.153 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 57.15 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 57.15 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid abb0297c-ab02-4d6b-8068-38ab7c867fc3)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 52.07 83.82 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f74a95e) - (property "Reference" "J2" (at 52.8828 75.565 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IN_Y" (at 52.8828 77.8764 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 52.07 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 52.07 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 52.07 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 1=2" (at 52.07 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid f3e8402e-ca0c-48a1-8337-19775c525a2d)) - (pin "T" (uuid 6d94489b-3622-4bf8-85a2-db140db8d217)) - (pin "TN" (uuid b22448ba-5d84-4b13-8499-ec3d6f47c111)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 64.77 95.25 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f74a96f) - (property "Reference" "#PWR07" (at 64.77 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 64.897 99.6442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 64.77 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 676e29fb-f263-4f51-b9c1-419c2195a706)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 52.07 116.84 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f7fa5e2) - (property "Reference" "R1" (at 52.07 111.5822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1k" (at 52.07 113.8936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 52.07 118.618 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 52.07 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 52.07 116.84 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9d6192e5-9c24-498b-9e32-082d729f9dbc)) - (pin "2" (uuid dc58bee5-9e00-4164-a527-ba00e9305944)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 67.31 116.84 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f7fafca) - (property "Reference" "J3" (at 66.4972 108.585 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OUT" (at 66.4972 110.8964 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 67.31 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 67.31 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 67.31 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 1=2" (at 67.31 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 698232ad-50b9-496f-94cf-204abf0eb1e6)) - (pin "T" (uuid 74f6567a-8685-4271-9175-d0cd255c8cda)) - (pin "TN" (uuid 34599580-f8fe-453e-b43a-4b31be6feecb)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 62.23 114.3 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f80ab42) - (property "Reference" "#PWR05" (at 55.88 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 58.9788 114.427 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 62.23 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 62.23 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 705cc7b6-5294-4071-835a-60fe683395b1)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 25.4 182.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f817a91) - (property "Reference" "#PWR01" (at 25.4 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 25.527 187.2742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 25.4 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 25.4 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a34264ca-bc7b-4fdd-8084-8a4444ac7f00)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 190.5 69.85 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fef7875) - (property "Reference" "D3" (at 200.66 67.31 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Green)" (at 200.66 69.85 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 190.5 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 190.5 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 190.5 69.85 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 797128f1-41bd-471f-9a30-b9b870f3caa2)) - (pin "2" (uuid d37c71b8-4fde-47c1-beea-93a4035afd37)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 134.62 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097a217) - (property "Reference" "H1" (at 137.16 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 137.16 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 134.62 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 134.62 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 134.62 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097a580) - (property "Reference" "H2" (at 137.16 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 137.16 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 134.62 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 134.62 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 153.67 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006098deca) - (property "Reference" "H3" (at 156.21 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 156.21 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 153.67 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 153.67 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006098ded0) - (property "Reference" "H4" (at 156.21 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 156.21 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" (at 153.67 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 115.57 53.34 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d43e0) - (property "Reference" "#PWR010" (at 121.92 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 118.8212 53.213 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 115.57 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0b2174e3-f9de-46d3-980b-e9aed571e74f)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 110.49 55.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d43eb) - (property "Reference" "J5" (at 111.3028 47.625 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IN_X" (at 111.3028 49.9364 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 110.49 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 110.49 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 110.49 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 1=2" (at 110.49 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 8ed9919b-8f57-4696-adc5-939096037e1e)) - (pin "T" (uuid 4a4f0722-08d0-416d-ac52-41dbefbafc90)) - (pin "TN" (uuid e5d0e331-df12-425d-a7b1-ec85487ef36a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 123.19 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d43fc) - (property "Reference" "#PWR013" (at 123.19 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 123.317 71.7042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 123.19 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7b2e5c6d-6629-4392-ab6b-b87d7d5b3b79)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR013") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 120.65 114.3 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d4403) - (property "Reference" "#PWR012" (at 114.3 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 117.3988 114.427 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 120.65 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f50ea3f6-9887-4dc3-9ec9-7a0fb1ee7721)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 125.73 116.84 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d440e) - (property "Reference" "J7" (at 124.9172 108.585 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OUT" (at 124.9172 110.8964 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 125.73 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 125.73 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 125.73 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 1=2" (at 125.73 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 036bcf8a-859e-43ce-94a0-9192ca1fcdc2)) - (pin "T" (uuid 2ec66638-6d65-4f04-b2c7-32a98ee7d737)) - (pin "TN" (uuid b0266af2-6a0f-49b5-a1e8-9e66671aa4e6)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 110.49 116.84 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d4414) - (property "Reference" "R2" (at 110.49 111.5822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1k" (at 110.49 113.8936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 110.49 118.618 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 110.49 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 110.49 116.84 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3d281b48-3de8-4c28-98e7-7f573d5ac830)) - (pin "2" (uuid de796b3b-bad1-4e19-83d4-f023b226c238)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 115.57 81.28 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d441a) - (property "Reference" "#PWR011" (at 121.92 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 118.8212 81.153 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 115.57 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9ce23001-4bd5-46ab-ac87-cb915687a3df)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 110.49 83.82 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d4425) - (property "Reference" "J6" (at 111.3028 75.565 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IN_Y" (at 111.3028 77.8764 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 110.49 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 110.49 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 110.49 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 1=2" (at 110.49 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 4ab5c553-b39b-4500-a211-ab087ebd80a5)) - (pin "T" (uuid 3419505e-2250-4997-87ca-796426592b69)) - (pin "TN" (uuid 673c6071-b832-44cf-829a-6368b2f7d522)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 123.19 95.25 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609d4436) - (property "Reference" "#PWR014" (at 123.19 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 123.317 99.6442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 123.19 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2021c978-9e0e-4de6-a2f5-c3e3b10c41f8)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR014") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 69.85 170.18 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000609efa41) - (property "Reference" "#PWR09" (at 76.2 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 73.1012 170.053 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 69.85 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 69.85 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b166d854-f865-4e61-9bba-e340da732546)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 190.5 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a735b0) - (property "Reference" "#PWR016" (at 190.5 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 190.627 81.8642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 190.5 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 190.5 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ca1001f7-da2a-4afa-a70d-123c101a4c1c)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR016") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 190.5 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a7522a) - (property "Reference" "R5" (at 192.278 50.9016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 192.278 53.213 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 188.722 52.07 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 190.5 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 190.5 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c4c84843-6ed0-4ce3-8bf8-ff3c0e62926c)) - (pin "2" (uuid 8aab1bf2-92c3-49d2-8eb4-f148f0cc9602)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 190.5 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a866e8) - (property "Reference" "#PWR015" (at 190.5 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 190.881 43.8658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 190.5 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 190.5 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f16ab5af-880b-446c-a750-5ac0e16ae076)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR015") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 176.53 60.96 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a86f88) - (property "Reference" "R3" (at 176.53 55.7022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 176.53 58.0136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 176.53 59.182 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 176.53 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 176.53 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid db16f9b5-7918-480d-b245-91c8ac13be46)) - (pin "2" (uuid d2ed42bd-dc72-421d-bfbe-87788112d46d)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 256.54 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060aacd5e) - (property "Reference" "D9" (at 247.65 68.58 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 245.11 71.12 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 252.095 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 256.54 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 256.54 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 256.54 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2697210d-9785-447e-921a-ea41effd7a7e)) - (pin "2" (uuid 1a5e4122-c08e-4c9a-9da4-76c22c19b1bd)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 217.17 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ab3ced) - (property "Reference" "D5" (at 219.202 68.6816 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 219.202 70.993 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 212.725 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 217.17 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 217.17 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 217.17 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3f1d1bb7-d712-4ea0-a076-f44ab98b02f1)) - (pin "2" (uuid c39a1357-cf8b-4a48-9c47-791e194f4ee6)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 182.88 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ab44d3) - (property "Reference" "D1" (at 173.99 68.58 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 170.18 71.12 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 178.435 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 182.88 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 182.88 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 182.88 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6932f11f-ad59-4756-a526-ea6bfbb8b51f)) - (pin "2" (uuid 2897596c-c991-419a-999c-922c7ca21720)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 182.88 118.11 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ab8812) - (property "Reference" "D2" (at 173.99 116.84 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 170.18 119.38 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 178.435 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 182.88 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 182.88 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 182.88 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c71e12ee-f751-4862-8f76-0fec142db668)) - (pin "2" (uuid 5ca76dbc-8bbb-4e44-b0c9-01dc175390ca)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 217.17 119.38 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ab9215) - (property "Reference" "D6" (at 219.202 118.2116 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 219.202 120.523 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 212.725 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 217.17 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 217.17 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 217.17 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4ab8055c-33ba-4957-bd37-0a6b97cbd3fd)) - (pin "2" (uuid f3f6a32b-8e90-42ad-b5bd-ae7002c6025f)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 187.96 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ac31e4) - (property "Reference" "Q1" (at 192.8114 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 192.8114 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 193.04 62.865 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 187.96 60.96 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid a35e8a3d-4ffd-4390-aca4-1bd4f8491bb2)) - (pin "2" (uuid 4f5bdae5-5b18-462b-8cb9-be9ebd3f00a5)) - (pin "3" (uuid b3f0b6d3-0442-4478-a43f-8ebc6af879f6)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 265.43 119.38 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ac9ef5) - (property "Reference" "D12" (at 271.78 116.84 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Red)" (at 271.78 119.38 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 265.43 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 265.43 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 265.43 119.38 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4cdbbf68-1918-4084-bbdf-36d394700988)) - (pin "2" (uuid d9f3b5f3-18e9-42aa-bbf0-9a0ac53085c3)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 265.43 127 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ac9efb) - (property "Reference" "#PWR026" (at 265.43 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 265.557 131.3942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 265.43 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 265.43 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 53d06073-0d68-43a5-9b52-8b41b14c0fdd)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR026") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 265.43 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ac9f01) - (property "Reference" "R14" (at 267.208 100.4316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 267.208 102.743 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 263.652 101.6 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 265.43 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 265.43 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 189703fe-57cd-4e3b-936e-e00d10c2b56f)) - (pin "2" (uuid 47d23493-04dc-449c-8571-8222c6a6cbe6)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 265.43 97.79 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ac9f07) - (property "Reference" "#PWR025" (at 265.43 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 265.811 93.3958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 265.43 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 265.43 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 81d96fff-5424-42b2-8c9e-1053c1fe682a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR025") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 251.46 110.49 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ac9f0d) - (property "Reference" "R12" (at 251.46 105.2322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 251.46 107.5436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 251.46 108.712 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 251.46 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "" (at 251.46 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 059ec092-b539-478b-8ab5-1c7482cc0b9d)) - (pin "2" (uuid b0a00aba-a4c7-4d03-b88e-06a8ae2c95bf)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148W") (at 257.81 119.38 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ac9f1b) - (property "Reference" "D10" (at 248.92 118.11 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148W" (at 246.38 120.65 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 253.365 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 257.81 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 257.81 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 257.81 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7f94e4d6-6781-4cb0-96ca-2bb869670590)) - (pin "2" (uuid c15b8b87-3986-4dd8-b798-f406f89588ed)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 262.89 110.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ac9f21) - (property "Reference" "Q6" (at 267.7414 109.3216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 267.7414 111.633 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 267.97 112.395 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 262.89 110.49 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 31da174f-a56c-4b9e-8c3b-a8213539f711)) - (pin "2" (uuid 2cb22489-ce82-448d-905e-01465d95bc47)) - (pin "3" (uuid 7f21895e-3d0d-4897-ade0-690f0df9bb20)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 222.25 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ad3277) - (property "Reference" "Q3" (at 227.1014 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 227.1014 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 227.33 62.865 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 222.25 60.96 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid f9bf1da2-2389-4a89-a6c0-582e5adbfa70)) - (pin "2" (uuid 1197e144-1321-4472-9d11-a7ce82c3b545)) - (pin "3" (uuid 159dbc86-0d1e-437f-8f40-44d54f30c2c0)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 261.62 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ad3dd5) - (property "Reference" "Q5" (at 266.4714 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 266.4714 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 266.7 62.865 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 261.62 60.96 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 04946cca-ec06-44b4-a85c-67b093f4a1a1)) - (pin "2" (uuid 638e7cda-f2b7-4bba-84db-158f1b89b212)) - (pin "3" (uuid cae15f02-89c6-41fc-90ba-15c428ab57d1)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 187.96 109.22 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ad4b00) - (property "Reference" "Q2" (at 192.8114 108.0516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 192.8114 110.363 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 193.04 111.125 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 187.96 109.22 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 8dca82ad-0ca5-4611-81c2-c387b2cb8b79)) - (pin "2" (uuid e77b11aa-c84f-4f9b-ae5c-092ba76152d5)) - (pin "3" (uuid 20b466aa-0f4a-405a-bad3-1c7d162dab83)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Transistor_BJT:MMBT3904") (at 222.25 110.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ad8ba9) - (property "Reference" "Q4" (at 227.1014 109.3216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MMBT3904" (at 227.1014 111.633 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 227.33 112.395 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 222.25 110.49 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid e66efc8d-cd55-4bd2-9d9f-393ca214529c)) - (pin "2" (uuid 2be1f25b-3975-4b0b-80cd-88d4ae361984)) - (pin "3" (uuid c8ded70c-2bcd-4c55-b033-d23477d4c61f)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "Q4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 224.79 69.85 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae943d) - (property "Reference" "D7" (at 234.95 67.31 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Green)" (at 234.95 69.85 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 224.79 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 224.79 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 224.79 69.85 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bf75d05c-c282-49b3-a7fc-f3f3e6740fa3)) - (pin "2" (uuid a7bb0813-11fc-41ff-9131-6ede26f75738)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 224.79 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae9449) - (property "Reference" "#PWR020" (at 224.79 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 224.917 81.8642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 224.79 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 224.79 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 69af5054-38f8-4c3f-b79b-303872835699)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR020") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 224.79 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae944f) - (property "Reference" "R9" (at 226.568 50.9016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 226.568 53.213 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 223.012 52.07 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 224.79 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 224.79 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 23983e52-dcb6-4d96-ab23-ae788e3f5d1f)) - (pin "2" (uuid 7bbf59b8-b5e5-4c4e-ae30-6fe5e7c60c7e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 224.79 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae9455) - (property "Reference" "#PWR019" (at 224.79 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 225.171 43.8658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 224.79 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 224.79 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d8c08f5c-97ee-4d1f-aeb8-2b23fe550f3a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR019") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 210.82 60.96 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060ae945b) - (property "Reference" "R7" (at 210.82 55.7022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 210.82 58.0136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 210.82 59.182 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 210.82 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 210.82 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1ffd8523-4206-4791-a762-d6d54c0f2591)) - (pin "2" (uuid 7163385e-f2f9-4ad1-ab76-5ffb6ac6b217)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 264.16 69.85 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af092f) - (property "Reference" "D11" (at 273.05 67.31 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Red)" (at 273.05 69.85 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 264.16 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 264.16 69.85 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cc61dbe4-3c5e-4e41-bfd1-5b24764ebe2d)) - (pin "2" (uuid 8fced175-2673-4ce5-9e5f-7f2662d2a427)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 264.16 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af093b) - (property "Reference" "#PWR024" (at 264.16 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 264.287 81.8642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 264.16 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 264.16 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 108a84d8-8a5c-41b7-974a-b6260023471e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR024") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 264.16 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af0941) - (property "Reference" "R13" (at 265.938 50.9016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 265.938 53.213 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 262.382 52.07 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 264.16 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7c550ded-2900-431e-8ea3-c50f769c78fa)) - (pin "2" (uuid 4cbcfd57-3795-4b91-b627-55daffc41894)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 264.16 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af0947) - (property "Reference" "#PWR023" (at 264.16 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 264.541 43.8658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 264.16 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 264.16 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0eff0d29-daaf-429c-af88-ce7c3ea9c3ba)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR023") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 250.19 60.96 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af094d) - (property "Reference" "R11" (at 250.19 55.7022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 250.19 58.0136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 250.19 59.182 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 250.19 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 250.19 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7f155866-47e3-41b0-8160-c7b0ba708704)) - (pin "2" (uuid 0bd5ebf4-7f93-4ff3-908b-386bee1eaf43)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 190.5 118.11 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af9231) - (property "Reference" "D4" (at 200.66 115.57 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Green)" (at 200.66 118.11 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 190.5 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 190.5 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 190.5 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid df2a3f50-6f93-46c6-98d4-a3b14c8f843a)) - (pin "2" (uuid 239ba5d9-a1e7-472b-9463-5fd60ba27aec)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 190.5 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af923d) - (property "Reference" "#PWR018" (at 190.5 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 190.627 130.1242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 190.5 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 190.5 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dd61e408-7346-40a4-9cb9-99cd36090419)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR018") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 190.5 100.33 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af9243) - (property "Reference" "R6" (at 192.278 99.1616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 192.278 101.473 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 188.722 100.33 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 190.5 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 190.5 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 62b1d8bd-a700-4d80-ba4a-cdf23a64a988)) - (pin "2" (uuid 25ce75d7-e0cd-437c-8d25-10a644ebb752)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 190.5 96.52 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af9249) - (property "Reference" "#PWR017" (at 190.5 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 190.881 92.1258 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 190.5 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 190.5 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cfb68b6b-1878-499c-8d52-7bc66478f21e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR017") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 176.53 109.22 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060af924f) - (property "Reference" "R4" (at 176.53 103.9622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 176.53 106.2736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 176.53 107.442 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 176.53 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 176.53 109.22 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 66af3192-baef-46fd-a4be-d9b356d08a7d)) - (pin "2" (uuid f91928e7-a353-4c6a-9b9f-c654f96928bf)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 224.79 119.38 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b0103f) - (property "Reference" "D8" (at 234.95 116.84 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Green)" (at 234.95 119.38 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 224.79 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 224.79 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm low current" (at 224.79 119.38 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 411fd15a-1f65-4573-be78-b6ded4bcfd04)) - (pin "2" (uuid 97ad9f00-76cc-4b25-9d96-a87e03ab737a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "D8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 224.79 127 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b0104b) - (property "Reference" "#PWR022" (at 224.79 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 224.917 131.3942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 224.79 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 224.79 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ee206a09-7c7d-4737-8da5-9a2eea8c7f5b)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR022") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 224.79 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b01051) - (property "Reference" "R10" (at 226.568 100.4316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.1k" (at 226.568 102.743 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 223.012 101.6 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 224.79 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 224.79 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1f1e1e97-5723-4cfe-81e4-7e85aa57002c)) - (pin "2" (uuid 711e33fa-b39e-423e-90a9-d30816292e1a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 224.79 97.79 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b01057) - (property "Reference" "#PWR021" (at 224.79 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 225.171 93.3958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 224.79 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 224.79 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cf52f859-4a61-4381-8e42-0745ccf94c51)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR021") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 210.82 110.49 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b0105d) - (property "Reference" "R8" (at 210.82 105.2322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 210.82 107.5436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 210.82 108.712 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 210.82 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 210.82 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e3541bed-c614-451a-95b4-0f696cfcbcb3)) - (pin "2" (uuid 99689461-e5c8-401e-ad59-6cbf092b1182)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 69.85 167.64 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b139a0) - (property "Reference" "#PWR08" (at 66.04 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 73.1012 168.021 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 69.85 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 69.85 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2f827d8c-4b68-4e64-aa7f-0f1d9e02acb6)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 30.48 182.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b13f6a) - (property "Reference" "#PWR02" (at 30.48 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 30.861 178.4858 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 30.48 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 30.48 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ead18900-e54b-4318-bbc7-ebfa13d7aa19)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 30.48 182.88 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b145bd) - (property "Reference" "#FLG02" (at 30.48 184.785 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 30.48 187.2742 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 30.48 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 30.48 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid acfb4676-eb71-4367-aa14-e748dac3befe)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 25.4 182.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060e44c7e) - (property "Reference" "#FLG01" (at 25.4 180.975 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 25.4 178.4858 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 25.4 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4202cb78-a835-47bd-ae6b-30c40cab40be)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x05_Pin") (at 64.77 172.72 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061041bca) - (property "Reference" "J4" (at 67.5132 163.0426 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "01x05 Male" (at 67.5132 165.354 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" (at 64.77 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 64.77 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 64.77 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 93782ff8-57b7-4199-80d6-d24f2e58001e)) - (pin "2" (uuid 6e3fef4d-385f-4417-afca-2223880e2c2d)) - (pin "3" (uuid 8e89bcaf-bf3d-43be-b4b5-c1df4bb1fcdc)) - (pin "4" (uuid 7db3f2b2-6695-4f40-917b-e82f4e76b3b8)) - (pin "5" (uuid 964a53ef-22a6-4d2c-af9d-5ecb6249176a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x03_Pin") (at 86.36 170.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000610423aa) - (property "Reference" "J8" (at 89.1032 163.0426 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "01x03 Male" (at 89.1032 165.354 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (at 86.36 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 86.36 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Board to Board Connectors (2.54 mm)" (at 86.36 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 77233e0e-74ab-47a5-8260-6a2b4c217e08)) - (pin "2" (uuid 972ba65f-734e-4f0b-8c42-5b36c5a2b4b0)) - (pin "3" (uuid 6ccadba5-f99a-470e-bbb4-f35471e5b16e)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "J8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 123.19 91.44 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 03ebeb00-1a5f-42bf-8ce7-d81003f8af45) - (property "Reference" "RV4" (at 120.65 90.1699 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 120.65 92.7099 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 123.19 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 123.19 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 374f1a4e-f93b-47be-91e6-c87c136bfbb2)) - (pin "2" (uuid f321e92e-b1a5-4e50-bede-054c6e9cfea5)) - (pin "3" (uuid 07088a06-1894-4043-8afd-6bdc057400ce)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 64.77 91.44 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 955c8fbb-11b3-47ac-8d10-3a639d2bf63a) - (property "Reference" "RV2" (at 62.23 90.1699 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 62.23 92.7099 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 64.77 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 64.77 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 490a3e30-b730-498c-92c3-26c414a1daf3)) - (pin "2" (uuid 6677affe-2cba-4052-88eb-c739b0e26076)) - (pin "3" (uuid 82a0bf50-88c9-496e-9d14-5165e69657b9)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 123.19 63.5 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid a062acd4-4740-49c9-b4be-4acfe033dee8) - (property "Reference" "RV3" (at 120.65 62.2299 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 120.65 64.7699 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 123.19 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 123.19 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ede7ead5-f78f-4910-a1d2-feb89394d785)) - (pin "2" (uuid 854c819e-7997-4e49-ae86-0ef6d066b543)) - (pin "3" (uuid f197e75e-a884-4249-9d49-eedf5da0a3e5)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 64.77 63.5 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid c9f201c8-5b77-4554-a402-a301b6087745) - (property "Reference" "RV1" (at 62.23 62.2299 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 62.23 64.7699 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 64.77 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 64.77 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6aa11453-b879-4f7c-9d2d-f6c7e175282f)) - (pin "2" (uuid 1d4680de-dd18-4aa8-8553-00a816c6dec5)) - (pin "3" (uuid 253b9a93-2e8d-4cf3-ba9b-71ba91ed7a3a)) - (instances - (project "mount" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "RV1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55") + (paper "A4") + (title_block + (title "produkt") + (date "2021-08-01") + (rev "R02") + (comment 1 "schema for mount pcb") + (comment 2 "vca and ringmodulator") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Connector:Conn_01x03_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x03_Pin" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x03_Pin_1_1" + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x05_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x05_Pin" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x05_Pin_1_1" + (polyline + (pts + (xy 1.27 -5.08) (xy 0.8636 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 5.08) (xy 0.8636 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 5.08 180) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -5.08 180) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Jack*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AudioJack2_SwitchT_0_1" + (rectangle + (start -2.54 0) + (end -3.81 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.778 -0.254) (xy 2.032 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0.635 -0.635) (xy 1.27 0) (xy 2.54 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 1.778 -2.54) (xy 1.778 -0.254) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy -0.635 2.54) (xy -0.635 0) (xy -1.27 -0.635) (xy -1.905 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.54 3.81) + (end -2.54 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AudioJack2_SwitchT_1_1" + (pin passive line + (at 5.08 2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "T" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_Potentiometer" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_0_1" + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.143 0) (xy 2.286 0.508) (xy 2.286 -0.508) (xy 1.143 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Diode:1N4148W" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 0 -4.445 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "D*SOD?123*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "1N4148W_0_1" + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "1N4148W_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "Transistor_BJT:MMBT3904" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "NPN Transistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MMBT3904_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "MMBT3904_1_1" + (pin input line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 190.5 74.93) + (diameter 0) + (color 0 0 0 0) + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + ) + (junction + (at 182.88 109.22) + (diameter 0) + (color 0 0 0 0) + (uuid "0325ec43-0390-4ae2-b055-b1ec6ce17b1c") + ) + (junction + (at 256.54 60.96) + (diameter 0) + (color 0 0 0 0) + (uuid "2e842263-c0ba-46fd-a760-6624d4c78278") + ) + (junction + (at 58.42 116.84) + (diameter 0) + (color 0 0 0 0) + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (junction + (at 224.79 74.93) + (diameter 0) + (color 0 0 0 0) + (uuid "639c0e59-e95c-4114-bccd-2e7277505454") + ) + (junction + (at 190.5 123.19) + (diameter 0) + (color 0 0 0 0) + (uuid "6c67e4f6-9d04-4539-b356-b76e915ce848") + ) + (junction + (at 264.16 74.93) + (diameter 0) + (color 0 0 0 0) + (uuid "730b670c-9bcf-4dcd-9a8d-fcaa61fb0955") + ) + (junction + (at 224.79 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "a8447faf-e0a0-4c4a-ae53-4d4b28669151") + ) + (junction + (at 182.88 60.96) + (diameter 0) + (color 0 0 0 0) + (uuid "b0906e10-2fbc-4309-a8b4-6fc4cd1a5490") + ) + (junction + (at 217.17 110.49) + (diameter 0) + (color 0 0 0 0) + (uuid "c1c799a0-3c93-493a-9ad7-8a0561bc69ee") + ) + (junction + (at 217.17 60.96) + (diameter 0) + (color 0 0 0 0) + (uuid "c9667181-b3c7-4b01-b8b4-baa29a9aea63") + ) + (junction + (at 257.81 110.49) + (diameter 0) + (color 0 0 0 0) + (uuid "e54e5e19-1deb-49a9-8629-617db8e434c0") + ) + (junction + (at 265.43 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "f449bd37-cc90-4487-aee6-2a20b8d2843a") + ) + (no_connect + (at 115.57 86.36) + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (no_connect + (at 57.15 86.36) + (uuid "6a780180-586a-4241-a52d-dc7a5ffcc966") + ) + (no_connect + (at 57.15 58.42) + (uuid "936e2ca6-11ae-4f42-9128-52bb329f3d21") + ) + (no_connect + (at 62.23 119.38) + (uuid "e25ce415-914a-48fe-bf09-324317917b2e") + ) + (no_connect + (at 120.65 119.38) + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (wire + (pts + (xy 254 60.96) (xy 256.54 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "01e9b6e7-adf9-4ee7-9447-a588630ee4a2") + ) + (wire + (pts + (xy 90.17 69.85) (xy 90.17 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "03c52831-5dc5-43c5-a442-8d23643b46fb") + ) + (wire + (pts + (xy 217.17 74.93) (xy 217.17 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "03caada9-9e22-4e2d-9035-b15433dfbb17") + ) + (wire + (pts + (xy 58.42 129.54) (xy 90.17 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (wire + (pts + (xy 256.54 74.93) (xy 256.54 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0c3dceba-7c95-4b3d-b590-0eb581444beb") + ) + (wire + (pts + (xy 115.57 69.85) (xy 90.17 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (wire + (pts + (xy 217.17 124.46) (xy 217.17 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "101ef598-601d-400e-9ef6-d655fbb1dbfa") + ) + (wire + (pts + (xy 115.57 58.42) (xy 115.57 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (wire + (pts + (xy 123.19 55.88) (xy 123.19 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23bb2798-d93a-4696-a962-c305c4298a0c") + ) + (wire + (pts + (xy 57.15 83.82) (xy 64.77 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (wire + (pts + (xy 182.88 123.19) (xy 190.5 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "275aa44a-b61f-489f-9e2a-819a0fe0d1eb") + ) + (wire + (pts + (xy 55.88 116.84) (xy 58.42 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34871042-9d5c-4e29-abdd-a168368c3c22") + ) + (wire + (pts + (xy 214.63 60.96) (xy 217.17 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40976bf0-19de-460f-ad64-224d4f51e16b") + ) + (wire + (pts + (xy 190.5 121.92) (xy 190.5 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ca4be1c-537e-4a4a-b344-d0c8ffde8546") + ) + (wire + (pts + (xy 182.88 66.04) (xy 182.88 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + ) + (wire + (pts + (xy 114.3 116.84) (xy 120.65 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (wire + (pts + (xy 224.79 123.19) (xy 224.79 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "65134029-dbd2-409a-85a8-13c2a33ff019") + ) + (wire + (pts + (xy 182.88 74.93) (xy 182.88 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + ) + (wire + (pts + (xy 180.34 109.22) (xy 182.88 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7cee474b-af8f-4832-b07a-c43c1ab0b464") + ) + (wire + (pts + (xy 264.16 73.66) (xy 264.16 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d928d56-093a-4ca8-aed1-414b7e703b45") + ) + (wire + (pts + (xy 217.17 124.46) (xy 224.79 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f2301df-e4bc-479e-a681-cc59c9a2dbbb") + ) + (wire + (pts + (xy 224.79 124.46) (xy 224.79 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f52d787-caa3-4a92-b1b2-19d554dc29a4") + ) + (wire + (pts + (xy 217.17 115.57) (xy 217.17 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8087f566-a94d-4bbc-985b-e49ee7762296") + ) + (wire + (pts + (xy 182.88 114.3) (xy 182.88 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "853ee787-6e2c-4f32-bc75-6c17337dd3d5") + ) + (wire + (pts + (xy 64.77 83.82) (xy 64.77 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (wire + (pts + (xy 256.54 74.93) (xy 264.16 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8a650ebf-3f78-4ca4-a26b-a5028693e36d") + ) + (wire + (pts + (xy 257.81 115.57) (xy 257.81 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079") + ) + (wire + (pts + (xy 224.79 74.93) (xy 224.79 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb") + ) + (wire + (pts + (xy 190.5 73.66) (xy 190.5 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (wire + (pts + (xy 115.57 55.88) (xy 123.19 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + ) + (wire + (pts + (xy 64.77 55.88) (xy 64.77 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9702d639-3b1f-4825-8985-b32b9008503d") + ) + (wire + (pts + (xy 255.27 110.49) (xy 257.81 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd") + ) + (wire + (pts + (xy 224.79 73.66) (xy 224.79 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a15a7506-eae4-4933-84da-9ad754258706") + ) + (wire + (pts + (xy 264.16 74.93) (xy 264.16 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "abe07c9a-17c3-43b5-b7a6-ae867ac27ea7") + ) + (wire + (pts + (xy 265.43 123.19) (xy 265.43 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1ddb058-f7b2-429c-9489-f4e2242ad7e5") + ) + (wire + (pts + (xy 190.5 123.19) (xy 190.5 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b447dbb1-d38e-4a15-93cb-12c25382ea53") + ) + (wire + (pts + (xy 180.34 60.96) (xy 182.88 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (wire + (pts + (xy 182.88 74.93) (xy 190.5 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd5408e4-362d-4e43-9d39-78fb99eb52c8") + ) + (wire + (pts + (xy 190.5 74.93) (xy 190.5 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0eca5ed-bc5e-4618-9bcd-80945bea41ed") + ) + (wire + (pts + (xy 265.43 124.46) (xy 265.43 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c106154f-d948-43e5-abfa-e1b96055d91b") + ) + (wire + (pts + (xy 257.81 124.46) (xy 257.81 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c24d6ac8-802d-4df3-a210-9cb1f693e865") + ) + (wire + (pts + (xy 256.54 66.04) (xy 256.54 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca87f11b-5f48-4b57-8535-68d3ec2fe5a9") + ) + (wire + (pts + (xy 182.88 123.19) (xy 182.88 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cfa5c16e-7859-460d-a0b8-cea7d7ea629c") + ) + (wire + (pts + (xy 217.17 74.93) (xy 224.79 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3c11c8f-a73d-4211-934b-a6da255728ad") + ) + (wire + (pts + (xy 58.42 116.84) (xy 62.23 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (wire + (pts + (xy 217.17 66.04) (xy 217.17 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e21aa84b-970e-47cf-b64f-3b55ee0e1b51") + ) + (wire + (pts + (xy 57.15 55.88) (xy 64.77 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ec9e24d8-d1c5-40e2-9812-dc315d05f470") + ) + (wire + (pts + (xy 257.81 124.46) (xy 265.43 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eee16674-2d21-45b6-ab5e-d669125df26c") + ) + (wire + (pts + (xy 214.63 110.49) (xy 217.17 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4eb0267-179f-46c9-b516-9bfb06bac1ba") + ) + (wire + (pts + (xy 115.57 83.82) (xy 123.19 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (wire + (pts + (xy 123.19 83.82) (xy 123.19 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (wire + (pts + (xy 58.42 116.84) (xy 58.42 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (label "IN2y" + (at 118.11 83.82 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "25e5aa8e-2696-44a3-8d3c-c2c53f2923cf") + ) + (label "IN1x" + (at 172.72 60.96 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + ) + (label "IN2x" + (at 172.72 109.22 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "57c0c267-8bf9-4cc7-b734-d71a239ac313") + ) + (label "IN2x" + (at 118.11 55.88 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2") + ) + (label "IN2y" + (at 207.01 110.49 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "98c78427-acd5-4f90-9ad6-9f61c4809aec") + ) + (label "IN1y" + (at 59.69 83.82 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "a24ddb4f-c217-42ca-b6cb-d12da84fb2b9") + ) + (label "IN1x" + (at 59.69 55.88 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "b7867831-ef82-4f33-a926-59e5c1c09b91") + ) + (label "IN1y" + (at 207.01 60.96 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c8c79177-94d4-43e2-a654-f0a5554fbb68") + ) + (global_label "OUTa" + (shape input) + (at 247.65 110.49 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "19b0959e-a79b-43b2-a5ad-525ced7e9131") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 240.6208 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "Xb" + (shape input) + (at 91.44 167.64 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "2d210a96-f81f-42a9-8bf4-1b43c11086f3") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 96.0501 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Yb" + (shape input) + (at 127 91.44 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 131.4892 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Xb" + (shape input) + (at 127 63.5 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "5b2b5c7d-f943-4634-9f0a-e9561705c49d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 131.6101 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Yb" + (shape input) + (at 91.44 170.18 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 95.9292 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Xa" + (shape input) + (at 68.58 63.5 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "6ca3c38c-4e71-4202-b6c1-1b25f04a27ae") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 73.1901 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "OUTb" + (shape input) + (at 246.38 60.96 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "7c04618d-9115-4179-b234-a8faf854ea92") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 239.3508 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "OUTb" + (shape input) + (at 91.44 172.72 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 98.4692 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "Ya" + (shape input) + (at 69.85 175.26 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "94a873dc-af67-4ef9-8159-1f7c93eeb3d7") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 74.3392 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "OUTa" + (shape input) + (at 48.26 116.84 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 41.2308 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "Xa" + (shape input) + (at 69.85 172.72 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 74.4601 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "OUTa" + (shape input) + (at 69.85 177.8 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "aa14c3bd-4acc-4908-9d28-228585a22a9d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 76.8792 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "OUTb" + (shape input) + (at 106.68 116.84 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 99.6508 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "Ya" + (shape input) + (at 68.58 91.44 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "fb03d859-dcc9-4533-b352-64830e0e5423") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 73.0692 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 64.77 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f616fae") + (property "Reference" "#PWR06" + (at 64.77 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 64.897 71.7042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 64.77 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0832dd2a-9d05-4cf1-9d68-d119d1d5717e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 52.07 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f658247") + (property "Reference" "J1" + (at 52.8828 47.625 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IN_X" + (at 52.8828 49.9364 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 52.07 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 52.07 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 52.07 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 52.07 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 52.07 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "6c605a37-1764-4c83-906d-348dad54f6da") + ) + (pin "T" + (uuid "6b2e2580-8645-482c-acb8-ab31d4098f33") + ) + (pin "TN" + (uuid "4fb4420c-e42f-45bb-b877-cc369acd8381") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 57.15 53.34 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f65bba2") + (property "Reference" "#PWR03" + (at 63.5 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 60.4012 53.213 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 57.15 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 57.15 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 57.15 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39a9a079-955b-4881-99e6-51958e3bdea7") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 57.15 81.28 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f74a953") + (property "Reference" "#PWR04" + (at 63.5 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 60.4012 81.153 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 57.15 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 57.15 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 57.15 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "abb0297c-ab02-4d6b-8068-38ab7c867fc3") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 52.07 83.82 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f74a95e") + (property "Reference" "J2" + (at 52.8828 75.565 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IN_Y" + (at 52.8828 77.8764 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 52.07 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 52.07 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 52.07 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 52.07 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 52.07 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "f3e8402e-ca0c-48a1-8337-19775c525a2d") + ) + (pin "T" + (uuid "6d94489b-3622-4bf8-85a2-db140db8d217") + ) + (pin "TN" + (uuid "b22448ba-5d84-4b13-8499-ec3d6f47c111") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 64.77 95.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f74a96f") + (property "Reference" "#PWR07" + (at 64.77 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 64.897 99.6442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 64.77 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "676e29fb-f263-4f51-b9c1-419c2195a706") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 52.07 116.84 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f7fa5e2") + (property "Reference" "R1" + (at 52.07 111.5822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 52.07 113.8936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 52.07 118.618 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 52.07 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 52.07 116.84 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9d6192e5-9c24-498b-9e32-082d729f9dbc") + ) + (pin "2" + (uuid "dc58bee5-9e00-4164-a527-ba00e9305944") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 67.31 116.84 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f7fafca") + (property "Reference" "J3" + (at 66.4972 108.585 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OUT" + (at 66.4972 110.8964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 67.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 67.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 67.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 67.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 67.31 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "698232ad-50b9-496f-94cf-204abf0eb1e6") + ) + (pin "T" + (uuid "74f6567a-8685-4271-9175-d0cd255c8cda") + ) + (pin "TN" + (uuid "34599580-f8fe-453e-b43a-4b31be6feecb") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 62.23 114.3 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f80ab42") + (property "Reference" "#PWR05" + (at 55.88 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 58.9788 114.427 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 62.23 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 62.23 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 62.23 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "705cc7b6-5294-4071-835a-60fe683395b1") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 25.4 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f817a91") + (property "Reference" "#PWR01" + (at 25.4 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 25.527 187.2742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 25.4 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 25.4 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 25.4 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a34264ca-bc7b-4fdd-8084-8a4444ac7f00") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 190.5 69.85 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fef7875") + (property "Reference" "D3" + (at 200.66 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Green)" + (at 200.66 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 190.5 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 190.5 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 190.5 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "797128f1-41bd-471f-9a30-b9b870f3caa2") + ) + (pin "2" + (uuid "d37c71b8-4fde-47c1-beea-93a4035afd37") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 134.62 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097a217") + (property "Reference" "H1" + (at 137.16 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 137.16 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 134.62 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 134.62 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 134.62 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 134.62 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097a580") + (property "Reference" "H2" + (at 137.16 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 137.16 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 134.62 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 134.62 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 134.62 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 153.67 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006098deca") + (property "Reference" "H3" + (at 156.21 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 156.21 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 153.67 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 153.67 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 153.67 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006098ded0") + (property "Reference" "H4" + (at 156.21 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 156.21 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_2.2mm_M2" + (at 153.67 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 153.67 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 115.57 53.34 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d43e0") + (property "Reference" "#PWR010" + (at 121.92 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 118.8212 53.213 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 115.57 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 115.57 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0b2174e3-f9de-46d3-980b-e9aed571e74f") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 110.49 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d43eb") + (property "Reference" "J5" + (at 111.3028 47.625 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IN_X" + (at 111.3028 49.9364 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 110.49 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 110.49 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 110.49 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 110.49 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 110.49 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "8ed9919b-8f57-4696-adc5-939096037e1e") + ) + (pin "T" + (uuid "4a4f0722-08d0-416d-ac52-41dbefbafc90") + ) + (pin "TN" + (uuid "e5d0e331-df12-425d-a7b1-ec85487ef36a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 123.19 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d43fc") + (property "Reference" "#PWR013" + (at 123.19 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 123.317 71.7042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 123.19 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 123.19 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7b2e5c6d-6629-4392-ab6b-b87d7d5b3b79") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 120.65 114.3 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d4403") + (property "Reference" "#PWR012" + (at 114.3 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 117.3988 114.427 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 120.65 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 120.65 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f50ea3f6-9887-4dc3-9ec9-7a0fb1ee7721") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 125.73 116.84 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d440e") + (property "Reference" "J7" + (at 124.9172 108.585 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OUT" + (at 124.9172 110.8964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 125.73 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 125.73 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 125.73 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 125.73 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 125.73 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "036bcf8a-859e-43ce-94a0-9192ca1fcdc2") + ) + (pin "T" + (uuid "2ec66638-6d65-4f04-b2c7-32a98ee7d737") + ) + (pin "TN" + (uuid "b0266af2-6a0f-49b5-a1e8-9e66671aa4e6") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 110.49 116.84 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d4414") + (property "Reference" "R2" + (at 110.49 111.5822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 110.49 113.8936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 110.49 118.618 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 110.49 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 110.49 116.84 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3d281b48-3de8-4c28-98e7-7f573d5ac830") + ) + (pin "2" + (uuid "de796b3b-bad1-4e19-83d4-f023b226c238") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 115.57 81.28 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d441a") + (property "Reference" "#PWR011" + (at 121.92 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 118.8212 81.153 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 115.57 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 115.57 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9ce23001-4bd5-46ab-ac87-cb915687a3df") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Audio:AudioJack2_SwitchT") + (at 110.49 83.82 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d4425") + (property "Reference" "J6" + (at 111.3028 75.565 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IN_Y" + (at 111.3028 77.8764 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 110.49 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 110.49 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 110.49 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 110.49 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 1=2" + (at 110.49 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "4ab5c553-b39b-4500-a211-ab087ebd80a5") + ) + (pin "T" + (uuid "3419505e-2250-4997-87ca-796426592b69") + ) + (pin "TN" + (uuid "673c6071-b832-44cf-829a-6368b2f7d522") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 123.19 95.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609d4436") + (property "Reference" "#PWR014" + (at 123.19 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 123.317 99.6442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 123.19 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 123.19 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2021c978-9e0e-4de6-a2f5-c3e3b10c41f8") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 69.85 170.18 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000609efa41") + (property "Reference" "#PWR09" + (at 76.2 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 73.1012 170.053 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 69.85 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 69.85 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 69.85 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b166d854-f865-4e61-9bba-e340da732546") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 190.5 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a735b0") + (property "Reference" "#PWR016" + (at 190.5 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 190.627 81.8642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 190.5 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 190.5 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 190.5 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ca1001f7-da2a-4afa-a70d-123c101a4c1c") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 190.5 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a7522a") + (property "Reference" "R5" + (at 192.278 50.9016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 192.278 53.213 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 188.722 52.07 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 190.5 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 190.5 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c4c84843-6ed0-4ce3-8bf8-ff3c0e62926c") + ) + (pin "2" + (uuid "8aab1bf2-92c3-49d2-8eb4-f148f0cc9602") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 190.5 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a866e8") + (property "Reference" "#PWR015" + (at 190.5 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 190.881 43.8658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 190.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 190.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 190.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f16ab5af-880b-446c-a750-5ac0e16ae076") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 176.53 60.96 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a86f88") + (property "Reference" "R3" + (at 176.53 55.7022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 176.53 58.0136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 176.53 59.182 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 176.53 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 176.53 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "db16f9b5-7918-480d-b245-91c8ac13be46") + ) + (pin "2" + (uuid "d2ed42bd-dc72-421d-bfbe-87788112d46d") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 256.54 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060aacd5e") + (property "Reference" "D9" + (at 247.65 68.58 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 245.11 71.12 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 252.095 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 256.54 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 256.54 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 256.54 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 256.54 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2697210d-9785-447e-921a-ea41effd7a7e") + ) + (pin "2" + (uuid "1a5e4122-c08e-4c9a-9da4-76c22c19b1bd") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 217.17 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ab3ced") + (property "Reference" "D5" + (at 219.202 68.6816 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 219.202 70.993 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 212.725 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 217.17 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 217.17 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 217.17 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 217.17 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3f1d1bb7-d712-4ea0-a076-f44ab98b02f1") + ) + (pin "2" + (uuid "c39a1357-cf8b-4a48-9c47-791e194f4ee6") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 182.88 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ab44d3") + (property "Reference" "D1" + (at 173.99 68.58 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 170.18 71.12 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 178.435 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 182.88 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 182.88 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 182.88 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 182.88 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6932f11f-ad59-4756-a526-ea6bfbb8b51f") + ) + (pin "2" + (uuid "2897596c-c991-419a-999c-922c7ca21720") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 182.88 118.11 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ab8812") + (property "Reference" "D2" + (at 173.99 116.84 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 170.18 119.38 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 178.435 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 182.88 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 182.88 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 182.88 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 182.88 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c71e12ee-f751-4862-8f76-0fec142db668") + ) + (pin "2" + (uuid "5ca76dbc-8bbb-4e44-b0c9-01dc175390ca") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 217.17 119.38 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ab9215") + (property "Reference" "D6" + (at 219.202 118.2116 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 219.202 120.523 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 212.725 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 217.17 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 217.17 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 217.17 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 217.17 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4ab8055c-33ba-4957-bd37-0a6b97cbd3fd") + ) + (pin "2" + (uuid "f3f6a32b-8e90-42ad-b5bd-ae7002c6025f") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 187.96 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ac31e4") + (property "Reference" "Q1" + (at 192.8114 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 192.8114 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 193.04 62.865 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 187.96 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 187.96 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a35e8a3d-4ffd-4390-aca4-1bd4f8491bb2") + ) + (pin "2" + (uuid "4f5bdae5-5b18-462b-8cb9-be9ebd3f00a5") + ) + (pin "3" + (uuid "b3f0b6d3-0442-4478-a43f-8ebc6af879f6") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 265.43 119.38 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ac9ef5") + (property "Reference" "D12" + (at 271.78 116.84 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Red)" + (at 271.78 119.38 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 265.43 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 265.43 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 265.43 119.38 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4cdbbf68-1918-4084-bbdf-36d394700988") + ) + (pin "2" + (uuid "d9f3b5f3-18e9-42aa-bbf0-9a0ac53085c3") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 265.43 127 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ac9efb") + (property "Reference" "#PWR026" + (at 265.43 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 265.557 131.3942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 265.43 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 265.43 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 265.43 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "53d06073-0d68-43a5-9b52-8b41b14c0fdd") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 265.43 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ac9f01") + (property "Reference" "R14" + (at 267.208 100.4316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 267.208 102.743 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 263.652 101.6 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 265.43 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 265.43 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "189703fe-57cd-4e3b-936e-e00d10c2b56f") + ) + (pin "2" + (uuid "47d23493-04dc-449c-8571-8222c6a6cbe6") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 265.43 97.79 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ac9f07") + (property "Reference" "#PWR025" + (at 265.43 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 265.811 93.3958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 265.43 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 265.43 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 265.43 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "81d96fff-5424-42b2-8c9e-1053c1fe682a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 251.46 110.49 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ac9f0d") + (property "Reference" "R12" + (at 251.46 105.2322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 251.46 107.5436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 251.46 108.712 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 251.46 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 251.46 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "059ec092-b539-478b-8ab5-1c7482cc0b9d") + ) + (pin "2" + (uuid "b0a00aba-a4c7-4d03-b88e-06a8ae2c95bf") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148W") + (at 257.81 119.38 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ac9f1b") + (property "Reference" "D10" + (at 248.92 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148W" + (at 246.38 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 253.365 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" + (at 257.81 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "75V 0.15A Fast Switching Diode, SOD-123" + (at 257.81 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 257.81 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 257.81 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f94e4d6-6781-4cb0-96ca-2bb869670590") + ) + (pin "2" + (uuid "c15b8b87-3986-4dd8-b798-f406f89588ed") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 262.89 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ac9f21") + (property "Reference" "Q6" + (at 267.7414 109.3216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 267.7414 111.633 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 267.97 112.395 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 262.89 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 262.89 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "31da174f-a56c-4b9e-8c3b-a8213539f711") + ) + (pin "2" + (uuid "2cb22489-ce82-448d-905e-01465d95bc47") + ) + (pin "3" + (uuid "7f21895e-3d0d-4897-ade0-690f0df9bb20") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 222.25 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ad3277") + (property "Reference" "Q3" + (at 227.1014 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 227.1014 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 227.33 62.865 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 222.25 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 222.25 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f9bf1da2-2389-4a89-a6c0-582e5adbfa70") + ) + (pin "2" + (uuid "1197e144-1321-4472-9d11-a7ce82c3b545") + ) + (pin "3" + (uuid "159dbc86-0d1e-437f-8f40-44d54f30c2c0") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 261.62 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ad3dd5") + (property "Reference" "Q5" + (at 266.4714 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 266.4714 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 266.7 62.865 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 261.62 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 261.62 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "04946cca-ec06-44b4-a85c-67b093f4a1a1") + ) + (pin "2" + (uuid "638e7cda-f2b7-4bba-84db-158f1b89b212") + ) + (pin "3" + (uuid "cae15f02-89c6-41fc-90ba-15c428ab57d1") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 187.96 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ad4b00") + (property "Reference" "Q2" + (at 192.8114 108.0516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 192.8114 110.363 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 193.04 111.125 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 187.96 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 187.96 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8dca82ad-0ca5-4611-81c2-c387b2cb8b79") + ) + (pin "2" + (uuid "e77b11aa-c84f-4f9b-ae5c-092ba76152d5") + ) + (pin "3" + (uuid "20b466aa-0f4a-405a-bad3-1c7d162dab83") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Transistor_BJT:MMBT3904") + (at 222.25 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ad8ba9") + (property "Reference" "Q4" + (at 227.1014 109.3216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MMBT3904" + (at 227.1014 111.633 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 227.33 112.395 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" + (at 222.25 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 222.25 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e66efc8d-cd55-4bd2-9d9f-393ca214529c") + ) + (pin "2" + (uuid "2be1f25b-3975-4b0b-80cd-88d4ae361984") + ) + (pin "3" + (uuid "c8ded70c-2bcd-4c55-b033-d23477d4c61f") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 224.79 69.85 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae943d") + (property "Reference" "D7" + (at 234.95 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Green)" + (at 234.95 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 224.79 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 224.79 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 224.79 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bf75d05c-c282-49b3-a7fc-f3f3e6740fa3") + ) + (pin "2" + (uuid "a7bb0813-11fc-41ff-9131-6ede26f75738") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 224.79 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae9449") + (property "Reference" "#PWR020" + (at 224.79 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 224.917 81.8642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 224.79 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 224.79 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 224.79 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "69af5054-38f8-4c3f-b79b-303872835699") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 224.79 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae944f") + (property "Reference" "R9" + (at 226.568 50.9016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 226.568 53.213 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 223.012 52.07 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 224.79 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 224.79 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "23983e52-dcb6-4d96-ab23-ae788e3f5d1f") + ) + (pin "2" + (uuid "7bbf59b8-b5e5-4c4e-ae30-6fe5e7c60c7e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 224.79 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae9455") + (property "Reference" "#PWR019" + (at 224.79 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 225.171 43.8658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 224.79 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 224.79 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 224.79 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d8c08f5c-97ee-4d1f-aeb8-2b23fe550f3a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 210.82 60.96 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060ae945b") + (property "Reference" "R7" + (at 210.82 55.7022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 210.82 58.0136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 210.82 59.182 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 210.82 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 210.82 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1ffd8523-4206-4791-a762-d6d54c0f2591") + ) + (pin "2" + (uuid "7163385e-f2f9-4ad1-ab76-5ffb6ac6b217") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 264.16 69.85 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af092f") + (property "Reference" "D11" + (at 273.05 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Red)" + (at 273.05 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 264.16 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 264.16 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cc61dbe4-3c5e-4e41-bfd1-5b24764ebe2d") + ) + (pin "2" + (uuid "8fced175-2673-4ce5-9e5f-7f2662d2a427") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 264.16 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af093b") + (property "Reference" "#PWR024" + (at 264.16 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 264.287 81.8642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 264.16 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 264.16 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 264.16 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "108a84d8-8a5c-41b7-974a-b6260023471e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 264.16 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af0941") + (property "Reference" "R13" + (at 265.938 50.9016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 265.938 53.213 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 262.382 52.07 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 264.16 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7c550ded-2900-431e-8ea3-c50f769c78fa") + ) + (pin "2" + (uuid "4cbcfd57-3795-4b91-b627-55daffc41894") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 264.16 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af0947") + (property "Reference" "#PWR023" + (at 264.16 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 264.541 43.8658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 264.16 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 264.16 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 264.16 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0eff0d29-daaf-429c-af88-ce7c3ea9c3ba") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 250.19 60.96 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af094d") + (property "Reference" "R11" + (at 250.19 55.7022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 250.19 58.0136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 250.19 59.182 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 250.19 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 250.19 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f155866-47e3-41b0-8160-c7b0ba708704") + ) + (pin "2" + (uuid "0bd5ebf4-7f93-4ff3-908b-386bee1eaf43") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 190.5 118.11 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af9231") + (property "Reference" "D4" + (at 200.66 115.57 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Green)" + (at 200.66 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 190.5 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 190.5 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 190.5 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "df2a3f50-6f93-46c6-98d4-a3b14c8f843a") + ) + (pin "2" + (uuid "239ba5d9-a1e7-472b-9463-5fd60ba27aec") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 190.5 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af923d") + (property "Reference" "#PWR018" + (at 190.5 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 190.627 130.1242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 190.5 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 190.5 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 190.5 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dd61e408-7346-40a4-9cb9-99cd36090419") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 190.5 100.33 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af9243") + (property "Reference" "R6" + (at 192.278 99.1616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 192.278 101.473 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 188.722 100.33 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 190.5 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 190.5 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "62b1d8bd-a700-4d80-ba4a-cdf23a64a988") + ) + (pin "2" + (uuid "25ce75d7-e0cd-437c-8d25-10a644ebb752") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 190.5 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af9249") + (property "Reference" "#PWR017" + (at 190.5 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 190.881 92.1258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 190.5 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 190.5 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 190.5 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cfb68b6b-1878-499c-8d52-7bc66478f21e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 176.53 109.22 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060af924f") + (property "Reference" "R4" + (at 176.53 103.9622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 176.53 106.2736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 176.53 107.442 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 176.53 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 176.53 109.22 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "66af3192-baef-46fd-a4be-d9b356d08a7d") + ) + (pin "2" + (uuid "f91928e7-a353-4c6a-9b9f-c654f96928bf") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 224.79 119.38 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b0103f") + (property "Reference" "D8" + (at 234.95 116.84 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Green)" + (at 234.95 119.38 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 224.79 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 224.79 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 224.79 119.38 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "411fd15a-1f65-4573-be78-b6ded4bcfd04") + ) + (pin "2" + (uuid "97ad9f00-76cc-4b25-9d96-a87e03ab737a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "D8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 224.79 127 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b0104b") + (property "Reference" "#PWR022" + (at 224.79 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 224.917 131.3942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 224.79 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 224.79 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 224.79 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ee206a09-7c7d-4737-8da5-9a2eea8c7f5b") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 224.79 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b01051") + (property "Reference" "R10" + (at 226.568 100.4316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.1k" + (at 226.568 102.743 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 223.012 101.6 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 224.79 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 224.79 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1f1e1e97-5723-4cfe-81e4-7e85aa57002c") + ) + (pin "2" + (uuid "711e33fa-b39e-423e-90a9-d30816292e1a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 224.79 97.79 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b01057") + (property "Reference" "#PWR021" + (at 224.79 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 225.171 93.3958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 224.79 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 224.79 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 224.79 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cf52f859-4a61-4381-8e42-0745ccf94c51") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 210.82 110.49 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b0105d") + (property "Reference" "R8" + (at 210.82 105.2322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 210.82 107.5436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 210.82 108.712 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 210.82 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 210.82 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e3541bed-c614-451a-95b4-0f696cfcbcb3") + ) + (pin "2" + (uuid "99689461-e5c8-401e-ad59-6cbf092b1182") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 69.85 167.64 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b139a0") + (property "Reference" "#PWR08" + (at 66.04 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 73.1012 168.021 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 69.85 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 69.85 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 69.85 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2f827d8c-4b68-4e64-aa7f-0f1d9e02acb6") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 30.48 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b13f6a") + (property "Reference" "#PWR02" + (at 30.48 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 30.861 178.4858 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 30.48 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 30.48 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 30.48 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ead18900-e54b-4318-bbc7-ebfa13d7aa19") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 30.48 182.88 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b145bd") + (property "Reference" "#FLG02" + (at 30.48 184.785 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 30.48 187.2742 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 30.48 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 30.48 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 30.48 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "acfb4676-eb71-4367-aa14-e748dac3befe") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 25.4 182.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060e44c7e") + (property "Reference" "#FLG01" + (at 25.4 180.975 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 25.4 178.4858 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 25.4 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 25.4 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4202cb78-a835-47bd-ae6b-30c40cab40be") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x05_Pin") + (at 64.77 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061041bca") + (property "Reference" "J4" + (at 67.5132 163.0426 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "01x05 Male" + (at 67.5132 165.354 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (at 64.77 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 64.77 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated" + (at 64.77 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93782ff8-57b7-4199-80d6-d24f2e58001e") + ) + (pin "2" + (uuid "6e3fef4d-385f-4417-afca-2223880e2c2d") + ) + (pin "3" + (uuid "8e89bcaf-bf3d-43be-b4b5-c1df4bb1fcdc") + ) + (pin "4" + (uuid "7db3f2b2-6695-4f40-917b-e82f4e76b3b8") + ) + (pin "5" + (uuid "964a53ef-22a6-4d2c-af9d-5ecb6249176a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 86.36 170.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000610423aa") + (property "Reference" "J8" + (at 89.1032 163.0426 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "01x03 Male" + (at 89.1032 165.354 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" + (at 86.36 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 86.36 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 86.36 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "77233e0e-74ab-47a5-8260-6a2b4c217e08") + ) + (pin "2" + (uuid "972ba65f-734e-4f0b-8c42-5b36c5a2b4b0") + ) + (pin "3" + (uuid "6ccadba5-f99a-470e-bbb4-f35471e5b16e") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "J8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 123.19 91.44 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "03ebeb00-1a5f-42bf-8ce7-d81003f8af45") + (property "Reference" "RV4" + (at 120.65 90.1699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 120.65 92.7099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 123.19 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 123.19 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "374f1a4e-f93b-47be-91e6-c87c136bfbb2") + ) + (pin "2" + (uuid "f321e92e-b1a5-4e50-bede-054c6e9cfea5") + ) + (pin "3" + (uuid "07088a06-1894-4043-8afd-6bdc057400ce") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 64.77 91.44 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "955c8fbb-11b3-47ac-8d10-3a639d2bf63a") + (property "Reference" "RV2" + (at 62.23 90.1699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 62.23 92.7099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 64.77 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 64.77 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 64.77 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "490a3e30-b730-498c-92c3-26c414a1daf3") + ) + (pin "2" + (uuid "6677affe-2cba-4052-88eb-c739b0e26076") + ) + (pin "3" + (uuid "82a0bf50-88c9-496e-9d14-5165e69657b9") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 123.19 63.5 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a062acd4-4740-49c9-b4be-4acfe033dee8") + (property "Reference" "RV3" + (at 120.65 62.2299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 120.65 64.7699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 123.19 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 123.19 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ede7ead5-f78f-4910-a1d2-feb89394d785") + ) + (pin "2" + (uuid "854c819e-7997-4e49-ae86-0ef6d066b543") + ) + (pin "3" + (uuid "f197e75e-a884-4249-9d49-eedf5da0a3e5") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 64.77 63.5 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c9f201c8-5b77-4554-a402-a301b6087745") + (property "Reference" "RV1" + (at 62.23 62.2299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 62.23 64.7699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 64.77 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 64.77 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 64.77 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6aa11453-b879-4f7c-9d2d-f6c7e175282f") + ) + (pin "2" + (uuid "1d4680de-dd18-4aa8-8553-00a816c6dec5") + ) + (pin "3" + (uuid "253b9a93-2e8d-4cf3-ba9b-71ba91ed7a3a") + ) + (instances + (project "mount" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/produkt/panel/panel.kicad_pcb b/src/produkt/panel/panel.kicad_pcb index 51eeaeea..20c712e8 100644 --- a/src/produkt/panel/panel.kicad_pcb +++ b/src/produkt/panel/panel.kicad_pcb @@ -1,1822 +1,2138 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "produkt") - (date "2021-12-08") - (rev "R02") - (comment 1 "PCB for panel") - (comment 2 "vca and ringmodulator") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e80b) - (at 58.3 53.8) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (path "/00000000-0000-0000-0000-00006097a217") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H1" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1) - ) - (fp_text value "MountingHole" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 55e740a3-0735-4744-896e-2bf5437093b9) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp c022004a-c968-410e-b59e-fbab0e561e9d)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp 77ed3941-d133-4aef-a9af-5a39322d14eb)) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006097e813) - (at 58.3 176.3) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (path "/00000000-0000-0000-0000-00006097a580") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H2" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12) - ) - (fp_text value "MountingHole" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 62c076a3-d618-44a2-9042-9a08b3576787) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40bae) - (at 60.96 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00005ead968d") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H3" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 13abf99d-5265-4779-8973-e94370fd18ff) - ) - (fp_text value "X" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9ccf03e8-755a-4cd9-96fc-30e1d08fa253) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 46918595-4a45-48e8-84c0-961b4db7f35f)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp a795f1ba-cdd5-4cc5-9a52-08586e982934)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 94c158d1-8503-4553-b511-bf42f506c2a8)) - (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40bb6) - (at 60.96 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00005ead9687") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H4" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21) - ) - (fp_text value "volY_a" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6270a28-e0d9-4655-a18a-03dbf007b940) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp f3490fa5-5a27-423b-af60-53609669542c)) - (model "${KIPRJMOD}/../../../lib/kicad/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40bbe) - (at 60.96 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00005d6b07f8") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H5" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b2b5c7d-f943-4634-9f0a-e9561705c49d) - ) - (fp_text value "out" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp aa02e544-13f5-4cf8-a5f4-3e6cda006090)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d)) - (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40bc6) - (at 81.28 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00006097e115") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H6" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381) - ) - (fp_text value "Y" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 13475e15-f37c-4de8-857e-1722b0c39513) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e)) - (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40bce) - (at 60.96 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00006097e10f") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H7" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 712d6a7d-2b62-464f-b745-fd2a6b0187f6) - ) - (fp_text value "volX_b" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp b3d08afa-f296-4e3b-8825-73b6331d35bf) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 51c4dc0a-5b9f-4edf-a83f-4a12881e42ef) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 842e430f-0c35-45f3-a0b5-95ae7b7ae388)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 98e81e80-1f85-4152-be3f-99785ea97751)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 03d88a85-11fd-47aa-954c-c318bb15294a)) - (model "${KIPRJMOD}/../../../lib/kicad/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40bd6) - (at 81.28 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00005d6b047c") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H8" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e12e827e-36be-4503-8eef-6fc7e8bc5d49) - ) - (fp_text value "X" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 9dab0cb7-2557-4419-963b-5ae736517f62) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0088d107-13d8-496c-8da6-7bbeb9d096b0) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp c201e1b2-fc01-4110-bdaa-a33290468c83)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 417f13e4-c121-485a-a6b5-8b55e70350b8)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 6a780180-586a-4241-a52d-dc7a5ffcc966)) - (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40bde) - (at 81.28 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00005d6afc22") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H9" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 78f88cf6-751c-4e9b-ae75-fb8b6d44ff39) - ) - (fp_text value "volX_a" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 75286985-9fa5-4d30-89c5-493b6e63cd66) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1b54105e-6590-4d26-a763-ecfcf81eedc4) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp afd3dbad-e7a8-4e4c-b77c-4065a69aefa2)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0867287d-2e6a-4d69-a366-c29f88198f2b)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 0f41a909-27c4-4be2-9d5e-9ae2108c8ff5)) - (model "${KIPRJMOD}/../../../lib/kicad/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40be6) - (at 60.96 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00006097e127") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H10" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 34871042-9d5c-4e29-abdd-a168368c3c22) - ) - (fp_text value "Y" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp ef1b4b98-541b-4673-a04f-2043250fc40a) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2bf3f24b-fd30-41a7-a274-9b519491916b) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp c264c438-a475-4ad4-9915-0f1e6ecf3053)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp a9ec539a-d80d-40cc-803c-12b6adefe42a)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 4831966c-bb32-4bc8-a400-0382a02ffa1c)) - (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40bee) - (at 81.28 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00006097e121") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H11" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c3c93de0-69b1-4a04-8e0b-d78caf487c63) - ) - (fp_text value "volY_b" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp f9865a9f-edb8-49c7-828f-4896e1f3047a) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ec9e24d8-d1c5-40e2-9812-dc315d05f470) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp a06e8e78-f567-42e6-b645-013b1073ca31)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 55992e35-fe7b-468a-9b7a-1e4dc931b904)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 9702d639-3b1f-4825-8985-b32b9008503d)) - (model "${KIPRJMOD}/../../../lib/kicad/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060e40bf6) - (at 81.28 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (path "/00000000-0000-0000-0000-00006097e11b") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H12" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp db83d0af-e085-4050-8496-fa2ebdecbd62) - ) - (fp_text value "out" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp a501555e-bbc7-4b58-ad89-28a0cd3dd6d0) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4d609e7c-74c9-4ae9-a26d-946ff00c167d) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 2f3deced-880d-4075-a81b-95c62da5b94d)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 3cfcbcc7-4f45-46ab-82a8-c414c7972161)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 786b6072-5772-4bc1-8eeb-6c4e19f2a91b)) - (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (gr_line (start 91.1 50.8) (end 91.1 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (gr_line (start 91.1 179.3) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (gr_text "Y" (at 60.96 125.984) (layer "F.Cu" knockout) (tstamp 043c99a8-4a11-4070-bde4-258c238c281a) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 60.96 166.624) (layer "F.Cu" knockout) (tstamp 08dfbc6d-62bb-48a0-9533-225fedc4c36b) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "Y" (at 81.28 125.984) (layer "F.Cu" knockout) (tstamp 175e04fc-f1ba-4f16-904e-5e6c477d752e) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "R02" (at 86.106 177.038) (layer "F.Cu") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text "out" (at 81.28 166.624) (layer "F.Cu" knockout) (tstamp 83b71f75-9d90-4b3c-b6ec-f072deb0628b) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "X" (at 60.96 85.344) (layer "F.Cu" knockout) (tstamp 8e1869bb-599b-4abd-b71c-a9f63a5e7717) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "X" (at 81.28 85.344) (layer "F.Cu" knockout) (tstamp c987cb28-300a-4e09-8e5a-2364938ffa4e) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 81.28 166.624) (layer "B.Mask") (tstamp 00000000-0000-0000-0000-00006106a19a) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "X" (at 60.96 85.344) (layer "B.Mask") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "Y" (at 81.28 125.984) (layer "B.Mask") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 60.96 166.624) (layer "B.Mask") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "X" (at 81.28 85.344) (layer "B.Mask") (tstamp 716e31c5-485f-40b5-88e3-a75900da9811) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "Y" (at 60.96 125.984) (layer "B.Mask") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "X" (at 81.28 85.344) (layer "F.Mask") (tstamp 00000000-0000-0000-0000-000061b0935a) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "Y" (at 81.28 125.984) (layer "F.Mask") (tstamp 00000000-0000-0000-0000-000061b093e1) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 81.28 166.624) (layer "F.Mask") (tstamp 00000000-0000-0000-0000-000061b09431) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "produkt" (at 71.374 53.8) (layer "F.Mask") (tstamp 127679a9-3981-4934-815e-896a4e3ff56e) - (effects (font (size 3 3) (thickness 0.35))) - ) - (gr_text "X" (at 60.96 85.344) (layer "F.Mask") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "Y" (at 60.96 125.984) (layer "F.Mask") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out" (at 60.96 166.624) (layer "F.Mask") (tstamp ce83728b-bebd-48c2-8734-b6a50d837931) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - - (zone (net 0) (net_name "") (layer "F.Cu") (tstamp b6f761bf-b292-42fa-8d5a-62be46aa34f3) (hatch edge 0.5) - (connect_pads (clearance 0)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5) (island_removal_mode 1) (island_area_min 10)) - (polygon - (pts - (xy 50.8 50.8) - (xy 91.186 50.8) - (xy 91.186 179.324) - (xy 50.8 179.324) - ) - ) - (filled_polygon - (layer "F.Cu") - (island) - (pts - (xy 57.97941 50.895185) - (xy 58.025165 50.947989) - (xy 58.035109 51.017147) - (xy 58.006084 51.080703) - (xy 57.947306 51.118477) - (xy 57.934724 51.121468) - (xy 57.898861 51.12804) - (xy 57.652547 51.173178) - (xy 57.340657 51.270366) - (xy 57.340641 51.270372) - (xy 57.340639 51.270373) - (xy 57.150933 51.355752) - (xy 57.042725 51.404453) - (xy 57.042723 51.404454) - (xy 56.763131 51.573473) - (xy 56.50596 51.774954) - (xy 56.274954 52.00596) - (xy 56.073473 52.263131) - (xy 55.904454 52.542723) - (xy 55.904453 52.542725) - (xy 55.770372 52.840642) - (xy 55.770366 52.840657) - (xy 55.673178 53.152547) - (xy 55.614289 53.4739) - (xy 55.594564 53.8) - (xy 55.614289 54.126099) - (xy 55.673178 54.447452) - (xy 55.770366 54.759342) - (xy 55.77037 54.759354) - (xy 55.770373 54.759361) - (xy 55.904455 55.057279) - (xy 56.068901 55.329306) - (xy 56.073473 55.336868) - (xy 56.274954 55.594039) - (xy 56.50596 55.825045) - (xy 56.763131 56.026526) - (xy 56.763134 56.026528) - (xy 56.763137 56.02653) - (xy 57.042721 56.195545) - (xy 57.340639 56.329627) - (xy 57.340652 56.329631) - (xy 57.340657 56.329633) - (xy 57.652546 56.426821) - (xy 57.652547 56.426821) - (xy 57.973896 56.48571) - (xy 58.3 56.505436) - (xy 58.626104 56.48571) - (xy 58.947453 56.426821) - (xy 59.259361 56.329627) - (xy 59.557279 56.195545) - (xy 59.836863 56.02653) - (xy 60.094036 55.825048) - (xy 60.325048 55.594036) - (xy 60.52653 55.336863) - (xy 60.695545 55.057279) - (xy 60.829627 54.759361) - (xy 60.926821 54.447453) - (xy 60.98571 54.126104) - (xy 61.005436 53.8) - (xy 60.98571 53.473896) - (xy 60.926821 53.152547) - (xy 60.829627 52.840639) - (xy 60.695545 52.542721) - (xy 60.52653 52.263137) - (xy 60.526528 52.263134) - (xy 60.526526 52.263131) - (xy 60.325045 52.00596) - (xy 60.094039 51.774954) - (xy 59.836868 51.573473) - (xy 59.829306 51.568901) - (xy 59.557279 51.404455) - (xy 59.259361 51.270373) - (xy 59.259354 51.27037) - (xy 59.259342 51.270366) - (xy 58.947452 51.173178) - (xy 58.707967 51.129291) - (xy 58.665277 51.121468) - (xy 58.602885 51.090023) - (xy 58.567397 51.029836) - (xy 58.570082 50.960018) - (xy 58.610088 50.902735) - (xy 58.674712 50.876175) - (xy 58.687629 50.8755) - (xy 90.9005 50.8755) - (xy 90.967539 50.895185) - (xy 91.013294 50.947989) - (xy 91.0245 50.9995) - (xy 91.0245 179.1005) - (xy 91.004815 179.167539) - (xy 90.952011 179.213294) - (xy 90.9005 179.2245) - (xy 58.687629 179.2245) - (xy 58.62059 179.204815) - (xy 58.574835 179.152011) - (xy 58.564891 179.082853) - (xy 58.593916 179.019297) - (xy 58.652694 178.981523) - (xy 58.665275 178.978531) - (xy 58.947453 178.926821) - (xy 59.259361 178.829627) - (xy 59.557279 178.695545) - (xy 59.836863 178.52653) - (xy 60.094036 178.325048) - (xy 60.325048 178.094036) - (xy 60.52653 177.836863) - (xy 60.695545 177.557279) - (xy 60.829627 177.259361) - (xy 60.926821 176.947453) - (xy 60.98571 176.626104) - (xy 61.005436 176.3) - (xy 60.98571 175.973896) - (xy 60.926821 175.652547) - (xy 60.878729 175.498214) - (xy 83.287643 175.498214) - (xy 83.287643 178.577786) - (xy 88.924357 178.577786) - (xy 88.924357 175.498214) - (xy 83.287643 175.498214) - (xy 60.878729 175.498214) - (xy 60.829627 175.340639) - (xy 60.695545 175.042721) - (xy 60.52653 174.763137) - (xy 60.526528 174.763134) - (xy 60.526526 174.763131) - (xy 60.325045 174.50596) - (xy 60.094039 174.274954) - (xy 59.836868 174.073473) - (xy 59.829306 174.068901) - (xy 59.557279 173.904455) - (xy 59.259361 173.770373) - (xy 59.259354 173.77037) - (xy 59.259342 173.770366) - (xy 58.947452 173.673178) - (xy 58.626099 173.614289) - (xy 58.326021 173.596138) - (xy 58.3 173.594564) - (xy 58.299999 173.594564) - (xy 57.9739 173.614289) - (xy 57.652547 173.673178) - (xy 57.340657 173.770366) - (xy 57.340641 173.770372) - (xy 57.340639 173.770373) - (xy 57.150933 173.855752) - (xy 57.042725 173.904453) - (xy 57.042723 173.904454) - (xy 56.763131 174.073473) - (xy 56.50596 174.274954) - (xy 56.274954 174.50596) - (xy 56.073473 174.763131) - (xy 55.904454 175.042723) - (xy 55.904453 175.042725) - (xy 55.770372 175.340642) - (xy 55.770366 175.340657) - (xy 55.673178 175.652547) - (xy 55.614289 175.9739) - (xy 55.594564 176.3) - (xy 55.614289 176.626099) - (xy 55.673178 176.947452) - (xy 55.770366 177.259342) - (xy 55.77037 177.259354) - (xy 55.770373 177.259361) - (xy 55.904455 177.557279) - (xy 56.068901 177.829306) - (xy 56.073473 177.836868) - (xy 56.274954 178.094039) - (xy 56.50596 178.325045) - (xy 56.763131 178.526526) - (xy 56.763134 178.526528) - (xy 56.763137 178.52653) - (xy 57.042721 178.695545) - (xy 57.340639 178.829627) - (xy 57.340652 178.829631) - (xy 57.340657 178.829633) - (xy 57.652546 178.92682) - (xy 57.652547 178.926821) - (xy 57.934722 178.978531) - (xy 57.997115 179.009977) - (xy 58.032603 179.070164) - (xy 58.029918 179.139982) - (xy 57.989912 179.197265) - (xy 57.925288 179.223825) - (xy 57.912371 179.2245) - (xy 50.9995 179.2245) - (xy 50.932461 179.204815) - (xy 50.886706 179.152011) - (xy 50.8755 179.1005) - (xy 50.8755 164.825286) - (xy 58.634619 164.825286) - (xy 58.634619 168.422714) - (xy 63.285381 168.422714) - (xy 63.285381 164.825286) - (xy 78.954619 164.825286) - (xy 78.954619 168.422714) - (xy 83.605381 168.422714) - (xy 83.605381 164.825286) - (xy 78.954619 164.825286) - (xy 63.285381 164.825286) - (xy 58.634619 164.825286) - (xy 50.8755 164.825286) - (xy 50.8755 157.667082) - (xy 57.5095 157.667082) - (xy 57.549953 158.039047) - (xy 57.630386 158.404461) - (xy 57.691623 158.586203) - (xy 57.749858 158.759038) - (xy 57.74986 158.759043) - (xy 57.749862 158.759048) - (xy 57.906959 159.098608) - (xy 57.906966 159.098621) - (xy 58.099853 159.419205) - (xy 58.099857 159.41921) - (xy 58.099861 159.419216) - (xy 58.099864 159.41922) - (xy 58.261773 159.632208) - (xy 58.326296 159.717086) - (xy 58.326297 159.717087) - (xy 58.583608 159.988727) - (xy 58.86877 160.230947) - (xy 58.868774 160.23095) - (xy 58.868779 160.230954) - (xy 59.01983 160.333369) - (xy 59.178465 160.440926) - (xy 59.178469 160.440928) - (xy 59.509045 160.616189) - (xy 59.509049 160.61619) - (xy 59.509054 160.616193) - (xy 59.856635 160.754681) - (xy 59.856637 160.754682) - (xy 60.054804 160.809702) - (xy 60.217155 160.854779) - (xy 60.586387 160.915311) - (xy 60.726457 160.922905) - (xy 60.866526 160.9305) - (xy 60.866528 160.9305) - (xy 61.053474 160.9305) - (xy 61.165528 160.924424) - (xy 61.333613 160.915311) - (xy 61.702845 160.854779) - (xy 61.955134 160.78473) - (xy 62.063362 160.754682) - (xy 62.063364 160.754681) - (xy 62.063363 160.754681) - (xy 62.063368 160.75468) - (xy 62.410955 160.616189) - (xy 62.741531 160.440928) - (xy 63.051221 160.230954) - (xy 63.336392 159.988727) - (xy 63.593703 159.717087) - (xy 63.820136 159.41922) - (xy 63.820142 159.419209) - (xy 63.820146 159.419205) - (xy 63.940055 159.219912) - (xy 64.013036 159.098617) - (xy 64.170142 158.759038) - (xy 64.289613 158.404462) - (xy 64.370046 158.039049) - (xy 64.4105 157.667082) - (xy 77.8295 157.667082) - (xy 77.869953 158.039047) - (xy 77.950386 158.404461) - (xy 78.011623 158.586203) - (xy 78.069858 158.759038) - (xy 78.06986 158.759043) - (xy 78.069862 158.759048) - (xy 78.226959 159.098608) - (xy 78.226966 159.098621) - (xy 78.419853 159.419205) - (xy 78.419857 159.41921) - (xy 78.419861 159.419216) - (xy 78.419864 159.41922) - (xy 78.581773 159.632208) - (xy 78.646296 159.717086) - (xy 78.646297 159.717087) - (xy 78.903608 159.988727) - (xy 79.18877 160.230947) - (xy 79.188774 160.23095) - (xy 79.188779 160.230954) - (xy 79.33983 160.333369) - (xy 79.498465 160.440926) - (xy 79.498469 160.440928) - (xy 79.829045 160.616189) - (xy 79.829049 160.61619) - (xy 79.829054 160.616193) - (xy 80.176635 160.754681) - (xy 80.176637 160.754682) - (xy 80.374804 160.809702) - (xy 80.537155 160.854779) - (xy 80.906387 160.915311) - (xy 81.046457 160.922905) - (xy 81.186526 160.9305) - (xy 81.186528 160.9305) - (xy 81.373474 160.9305) - (xy 81.485528 160.924424) - (xy 81.653613 160.915311) - (xy 82.022845 160.854779) - (xy 82.275134 160.78473) - (xy 82.383362 160.754682) - (xy 82.383364 160.754681) - (xy 82.383363 160.754681) - (xy 82.383368 160.75468) - (xy 82.730955 160.616189) - (xy 83.061531 160.440928) - (xy 83.371221 160.230954) - (xy 83.656392 159.988727) - (xy 83.913703 159.717087) - (xy 84.140136 159.41922) - (xy 84.140142 159.419209) - (xy 84.140146 159.419205) - (xy 84.260055 159.219912) - (xy 84.333036 159.098617) - (xy 84.490142 158.759038) - (xy 84.609613 158.404462) - (xy 84.690046 158.039049) - (xy 84.7305 157.667081) - (xy 84.7305 157.292919) - (xy 84.690046 156.920951) - (xy 84.609613 156.555538) - (xy 84.490142 156.200962) - (xy 84.333036 155.861383) - (xy 84.333033 155.861378) - (xy 84.140146 155.540794) - (xy 84.140142 155.540789) - (xy 84.140139 155.540785) - (xy 84.140136 155.54078) - (xy 83.913703 155.242913) - (xy 83.656392 154.971273) - (xy 83.656391 154.971272) - (xy 83.371229 154.729052) - (xy 83.371223 154.729048) - (xy 83.371221 154.729046) - (xy 83.291901 154.675266) - (xy 83.061534 154.519073) - (xy 82.730963 154.343815) - (xy 82.730945 154.343806) - (xy 82.383364 154.205318) - (xy 82.383362 154.205317) - (xy 82.022853 154.105223) - (xy 82.02285 154.105222) - (xy 82.022846 154.105221) - (xy 82.022845 154.105221) - (xy 81.895931 154.084414) - (xy 81.653609 154.044688) - (xy 81.65361 154.044688) - (xy 81.373474 154.0295) - (xy 81.373472 154.0295) - (xy 81.186528 154.0295) - (xy 81.186526 154.0295) - (xy 80.906389 154.044688) - (xy 80.537149 154.105222) - (xy 80.537146 154.105223) - (xy 80.176637 154.205317) - (xy 80.176635 154.205318) - (xy 79.829054 154.343806) - (xy 79.829036 154.343815) - (xy 79.498465 154.519073) - (xy 79.18878 154.729045) - (xy 79.18877 154.729052) - (xy 78.903608 154.971272) - (xy 78.646297 155.242912) - (xy 78.646296 155.242913) - (xy 78.419857 155.540789) - (xy 78.419853 155.540794) - (xy 78.226966 155.861378) - (xy 78.226959 155.861391) - (xy 78.069862 156.200951) - (xy 77.950386 156.555538) - (xy 77.869953 156.920952) - (xy 77.8295 157.292917) - (xy 77.8295 157.667082) - (xy 64.4105 157.667082) - (xy 64.4105 157.667081) - (xy 64.4105 157.292919) - (xy 64.370046 156.920951) - (xy 64.289613 156.555538) - (xy 64.170142 156.200962) - (xy 64.013036 155.861383) - (xy 64.013033 155.861378) - (xy 63.820146 155.540794) - (xy 63.820142 155.540789) - (xy 63.820139 155.540785) - (xy 63.820136 155.54078) - (xy 63.593703 155.242913) - (xy 63.336392 154.971273) - (xy 63.336391 154.971272) - (xy 63.051229 154.729052) - (xy 63.051223 154.729048) - (xy 63.051221 154.729046) - (xy 62.971901 154.675266) - (xy 62.741534 154.519073) - (xy 62.410963 154.343815) - (xy 62.410945 154.343806) - (xy 62.063364 154.205318) - (xy 62.063362 154.205317) - (xy 61.702853 154.105223) - (xy 61.70285 154.105222) - (xy 61.702846 154.105221) - (xy 61.702845 154.105221) - (xy 61.575931 154.084414) - (xy 61.333609 154.044688) - (xy 61.33361 154.044688) - (xy 61.053474 154.0295) - (xy 61.053472 154.0295) - (xy 60.866528 154.0295) - (xy 60.866526 154.0295) - (xy 60.586389 154.044688) - (xy 60.217149 154.105222) - (xy 60.217146 154.105223) - (xy 59.856637 154.205317) - (xy 59.856635 154.205318) - (xy 59.509054 154.343806) - (xy 59.509036 154.343815) - (xy 59.178465 154.519073) - (xy 58.86878 154.729045) - (xy 58.86877 154.729052) - (xy 58.583608 154.971272) - (xy 58.326297 155.242912) - (xy 58.326296 155.242913) - (xy 58.099857 155.540789) - (xy 58.099853 155.540794) - (xy 57.906966 155.861378) - (xy 57.906959 155.861391) - (xy 57.749862 156.200951) - (xy 57.630386 156.555538) - (xy 57.549953 156.920952) - (xy 57.5095 157.292917) - (xy 57.5095 157.667082) - (xy 50.8755 157.667082) - (xy 50.8755 137.360348) - (xy 57.0095 137.360348) - (xy 57.050036 137.758979) - (xy 57.130697 138.151479) - (xy 57.130698 138.151485) - (xy 57.250643 138.533777) - (xy 57.250651 138.533798) - (xy 57.408664 138.902012) - (xy 57.603119 139.252353) - (xy 57.603122 139.252358) - (xy 57.832027 139.581234) - (xy 58.093025 139.885261) - (xy 58.093026 139.885262) - (xy 58.383446 140.161326) - (xy 58.700305 140.406593) - (xy 58.830156 140.48753) - (xy 59.040342 140.61854) - (xy 59.040351 140.618545) - (xy 59.400095 140.795008) - (xy 59.400102 140.79501) - (xy 59.400103 140.795011) - (xy 59.775837 140.934168) - (xy 59.775839 140.934168) - (xy 59.775846 140.934171) - (xy 60.163748 141.034606) - (xy 60.559821 141.095282) - (xy 60.859891 141.1105) - (xy 60.859907 141.1105) - (xy 61.060093 141.1105) - (xy 61.060109 141.1105) - (xy 61.360179 141.095282) - (xy 61.756252 141.034606) - (xy 62.144154 140.934171) - (xy 62.519905 140.795008) - (xy 62.879649 140.618545) - (xy 63.219695 140.406593) - (xy 63.536554 140.161326) - (xy 63.826974 139.885262) - (xy 64.087974 139.581232) - (xy 64.316878 139.252358) - (xy 64.511335 138.902013) - (xy 64.669351 138.533793) - (xy 64.789304 138.151475) - (xy 64.869963 137.758984) - (xy 64.9105 137.360348) - (xy 77.3295 137.360348) - (xy 77.370036 137.758979) - (xy 77.450697 138.151479) - (xy 77.450698 138.151485) - (xy 77.570643 138.533777) - (xy 77.570651 138.533798) - (xy 77.728664 138.902012) - (xy 77.923119 139.252353) - (xy 77.923122 139.252358) - (xy 78.152027 139.581234) - (xy 78.413025 139.885261) - (xy 78.413026 139.885262) - (xy 78.703446 140.161326) - (xy 79.020305 140.406593) - (xy 79.150156 140.48753) - (xy 79.360342 140.61854) - (xy 79.360351 140.618545) - (xy 79.720095 140.795008) - (xy 79.720102 140.79501) - (xy 79.720103 140.795011) - (xy 80.095837 140.934168) - (xy 80.095839 140.934168) - (xy 80.095846 140.934171) - (xy 80.483748 141.034606) - (xy 80.879821 141.095282) - (xy 81.179891 141.1105) - (xy 81.179907 141.1105) - (xy 81.380093 141.1105) - (xy 81.380109 141.1105) - (xy 81.680179 141.095282) - (xy 82.076252 141.034606) - (xy 82.464154 140.934171) - (xy 82.839905 140.795008) - (xy 83.199649 140.618545) - (xy 83.539695 140.406593) - (xy 83.856554 140.161326) - (xy 84.146974 139.885262) - (xy 84.407974 139.581232) - (xy 84.636878 139.252358) - (xy 84.831335 138.902013) - (xy 84.989351 138.533793) - (xy 85.109304 138.151475) - (xy 85.189963 137.758984) - (xy 85.2305 137.360347) - (xy 85.2305 136.959653) - (xy 85.189963 136.561016) - (xy 85.109304 136.168525) - (xy 84.989351 135.786207) - (xy 84.831335 135.417987) - (xy 84.636878 135.067642) - (xy 84.407974 134.738768) - (xy 84.407972 134.738765) - (xy 84.146974 134.434738) - (xy 83.856554 134.158674) - (xy 83.539695 133.913407) - (xy 83.539694 133.913407) - (xy 83.199657 133.701459) - (xy 83.199648 133.701454) - (xy 82.839909 133.524994) - (xy 82.839896 133.524988) - (xy 82.464162 133.385831) - (xy 82.388529 133.366248) - (xy 82.076252 133.285394) - (xy 82.076249 133.285393) - (xy 82.076247 133.285393) - (xy 81.680178 133.224717) - (xy 81.443362 133.212707) - (xy 81.380109 133.2095) - (xy 81.179891 133.2095) - (xy 81.129288 133.212066) - (xy 80.879821 133.224717) - (xy 80.483752 133.285393) - (xy 80.095837 133.385831) - (xy 79.720103 133.524988) - (xy 79.72009 133.524994) - (xy 79.360351 133.701454) - (xy 79.360342 133.701459) - (xy 79.020304 133.913407) - (xy 78.703451 134.158669) - (xy 78.413025 134.434738) - (xy 78.152027 134.738765) - (xy 77.923122 135.067641) - (xy 77.923119 135.067646) - (xy 77.728664 135.417987) - (xy 77.570651 135.786201) - (xy 77.570643 135.786222) - (xy 77.450698 136.168514) - (xy 77.450697 136.16852) - (xy 77.370036 136.56102) - (xy 77.3295 136.959651) - (xy 77.3295 137.360348) - (xy 64.9105 137.360348) - (xy 64.9105 137.360347) - (xy 64.9105 136.959653) - (xy 64.869963 136.561016) - (xy 64.789304 136.168525) - (xy 64.669351 135.786207) - (xy 64.511335 135.417987) - (xy 64.316878 135.067642) - (xy 64.087974 134.738768) - (xy 64.087972 134.738765) - (xy 63.826974 134.434738) - (xy 63.826974 134.434737) - (xy 63.536554 134.158674) - (xy 63.219695 133.913407) - (xy 63.219694 133.913407) - (xy 62.879657 133.701459) - (xy 62.879648 133.701454) - (xy 62.519909 133.524994) - (xy 62.519896 133.524988) - (xy 62.144162 133.385831) - (xy 62.068529 133.366248) - (xy 61.756252 133.285394) - (xy 61.756249 133.285393) - (xy 61.756247 133.285393) - (xy 61.360178 133.224717) - (xy 61.123362 133.212707) - (xy 61.060109 133.2095) - (xy 60.859891 133.2095) - (xy 60.809288 133.212066) - (xy 60.559821 133.224717) - (xy 60.163752 133.285393) - (xy 59.775837 133.385831) - (xy 59.400103 133.524988) - (xy 59.40009 133.524994) - (xy 59.040351 133.701454) - (xy 59.040342 133.701459) - (xy 58.700304 133.913407) - (xy 58.383451 134.158669) - (xy 58.093025 134.434738) - (xy 57.832027 134.738765) - (xy 57.603122 135.067641) - (xy 57.603119 135.067646) - (xy 57.408664 135.417987) - (xy 57.250651 135.786201) - (xy 57.250643 135.786222) - (xy 57.130698 136.168514) - (xy 57.130697 136.16852) - (xy 57.050036 136.56102) - (xy 57.0095 136.959651) - (xy 57.0095 137.360348) - (xy 50.8755 137.360348) - (xy 50.8755 124.185286) - (xy 59.701286 124.185286) - (xy 59.701286 127.782714) - (xy 62.218714 127.782714) - (xy 62.218714 124.185286) - (xy 80.021286 124.185286) - (xy 80.021286 127.782714) - (xy 82.538714 127.782714) - (xy 82.538714 124.185286) - (xy 80.021286 124.185286) - (xy 62.218714 124.185286) - (xy 59.701286 124.185286) - (xy 50.8755 124.185286) - (xy 50.8755 117.027082) - (xy 57.5095 117.027082) - (xy 57.549953 117.399047) - (xy 57.630386 117.764461) - (xy 57.691623 117.946203) - (xy 57.749858 118.119038) - (xy 57.74986 118.119043) - (xy 57.749862 118.119048) - (xy 57.906959 118.458608) - (xy 57.906966 118.458621) - (xy 58.099853 118.779205) - (xy 58.099857 118.77921) - (xy 58.099861 118.779216) - (xy 58.099864 118.77922) - (xy 58.261773 118.992208) - (xy 58.326296 119.077086) - (xy 58.326297 119.077087) - (xy 58.583608 119.348727) - (xy 58.86877 119.590947) - (xy 58.868774 119.59095) - (xy 58.868779 119.590954) - (xy 59.01983 119.693369) - (xy 59.178465 119.800926) - (xy 59.178469 119.800928) - (xy 59.509045 119.976189) - (xy 59.509049 119.97619) - (xy 59.509054 119.976193) - (xy 59.856635 120.114681) - (xy 59.856637 120.114682) - (xy 60.054804 120.169702) - (xy 60.217155 120.214779) - (xy 60.586387 120.275311) - (xy 60.726457 120.282905) - (xy 60.866526 120.2905) - (xy 60.866528 120.2905) - (xy 61.053474 120.2905) - (xy 61.165528 120.284424) - (xy 61.333613 120.275311) - (xy 61.702845 120.214779) - (xy 61.955134 120.14473) - (xy 62.063362 120.114682) - (xy 62.063364 120.114681) - (xy 62.063363 120.114681) - (xy 62.063368 120.11468) - (xy 62.410955 119.976189) - (xy 62.741531 119.800928) - (xy 63.051221 119.590954) - (xy 63.336392 119.348727) - (xy 63.593703 119.077087) - (xy 63.820136 118.77922) - (xy 63.820142 118.779209) - (xy 63.820146 118.779205) - (xy 63.940055 118.579912) - (xy 64.013036 118.458617) - (xy 64.170142 118.119038) - (xy 64.289613 117.764462) - (xy 64.370046 117.399049) - (xy 64.4105 117.027082) - (xy 77.8295 117.027082) - (xy 77.869953 117.399047) - (xy 77.950386 117.764461) - (xy 78.011623 117.946203) - (xy 78.069858 118.119038) - (xy 78.06986 118.119043) - (xy 78.069862 118.119048) - (xy 78.226959 118.458608) - (xy 78.226966 118.458621) - (xy 78.419853 118.779205) - (xy 78.419857 118.77921) - (xy 78.419861 118.779216) - (xy 78.419864 118.77922) - (xy 78.581773 118.992208) - (xy 78.646296 119.077086) - (xy 78.646297 119.077087) - (xy 78.903608 119.348727) - (xy 79.18877 119.590947) - (xy 79.188774 119.59095) - (xy 79.188779 119.590954) - (xy 79.33983 119.693369) - (xy 79.498465 119.800926) - (xy 79.498469 119.800928) - (xy 79.829045 119.976189) - (xy 79.829049 119.97619) - (xy 79.829054 119.976193) - (xy 80.176635 120.114681) - (xy 80.176637 120.114682) - (xy 80.374804 120.169702) - (xy 80.537155 120.214779) - (xy 80.906387 120.275311) - (xy 81.046457 120.282905) - (xy 81.186526 120.2905) - (xy 81.186528 120.2905) - (xy 81.373474 120.2905) - (xy 81.485528 120.284424) - (xy 81.653613 120.275311) - (xy 82.022845 120.214779) - (xy 82.275134 120.14473) - (xy 82.383362 120.114682) - (xy 82.383364 120.114681) - (xy 82.383363 120.114681) - (xy 82.383368 120.11468) - (xy 82.730955 119.976189) - (xy 83.061531 119.800928) - (xy 83.371221 119.590954) - (xy 83.656392 119.348727) - (xy 83.913703 119.077087) - (xy 84.140136 118.77922) - (xy 84.140142 118.779209) - (xy 84.140146 118.779205) - (xy 84.260055 118.579912) - (xy 84.333036 118.458617) - (xy 84.490142 118.119038) - (xy 84.609613 117.764462) - (xy 84.690046 117.399049) - (xy 84.7305 117.027081) - (xy 84.7305 116.652919) - (xy 84.690046 116.280951) - (xy 84.609613 115.915538) - (xy 84.490142 115.560962) - (xy 84.333036 115.221383) - (xy 84.333033 115.221378) - (xy 84.140146 114.900794) - (xy 84.140142 114.900789) - (xy 84.140139 114.900785) - (xy 84.140136 114.90078) - (xy 83.913703 114.602913) - (xy 83.656392 114.331273) - (xy 83.656391 114.331272) - (xy 83.371229 114.089052) - (xy 83.371223 114.089048) - (xy 83.371221 114.089046) - (xy 83.291901 114.035266) - (xy 83.061534 113.879073) - (xy 82.730963 113.703815) - (xy 82.730945 113.703806) - (xy 82.383364 113.565318) - (xy 82.383362 113.565317) - (xy 82.022853 113.465223) - (xy 82.02285 113.465222) - (xy 82.022846 113.465221) - (xy 82.022845 113.465221) - (xy 81.895931 113.444414) - (xy 81.653609 113.404688) - (xy 81.65361 113.404688) - (xy 81.373474 113.3895) - (xy 81.373472 113.3895) - (xy 81.186528 113.3895) - (xy 81.186526 113.3895) - (xy 80.906389 113.404688) - (xy 80.537149 113.465222) - (xy 80.537146 113.465223) - (xy 80.176637 113.565317) - (xy 80.176635 113.565318) - (xy 79.829054 113.703806) - (xy 79.829036 113.703815) - (xy 79.498465 113.879073) - (xy 79.18878 114.089045) - (xy 79.18877 114.089052) - (xy 78.903608 114.331272) - (xy 78.646297 114.602912) - (xy 78.646296 114.602913) - (xy 78.419857 114.900789) - (xy 78.419853 114.900794) - (xy 78.226966 115.221378) - (xy 78.226959 115.221391) - (xy 78.069862 115.560951) - (xy 77.950386 115.915538) - (xy 77.869953 116.280952) - (xy 77.8295 116.652917) - (xy 77.8295 117.027082) - (xy 64.4105 117.027082) - (xy 64.4105 117.027081) - (xy 64.4105 116.652919) - (xy 64.370046 116.280951) - (xy 64.289613 115.915538) - (xy 64.170142 115.560962) - (xy 64.013036 115.221383) - (xy 64.013033 115.221378) - (xy 63.820146 114.900794) - (xy 63.820142 114.900789) - (xy 63.820139 114.900785) - (xy 63.820136 114.90078) - (xy 63.593703 114.602913) - (xy 63.336392 114.331273) - (xy 63.336391 114.331272) - (xy 63.051229 114.089052) - (xy 63.051223 114.089048) - (xy 63.051221 114.089046) - (xy 62.971901 114.035266) - (xy 62.741534 113.879073) - (xy 62.410963 113.703815) - (xy 62.410945 113.703806) - (xy 62.063364 113.565318) - (xy 62.063362 113.565317) - (xy 61.702853 113.465223) - (xy 61.70285 113.465222) - (xy 61.702846 113.465221) - (xy 61.702845 113.465221) - (xy 61.575931 113.444414) - (xy 61.333609 113.404688) - (xy 61.33361 113.404688) - (xy 61.053474 113.3895) - (xy 61.053472 113.3895) - (xy 60.866528 113.3895) - (xy 60.866526 113.3895) - (xy 60.586389 113.404688) - (xy 60.217149 113.465222) - (xy 60.217146 113.465223) - (xy 59.856637 113.565317) - (xy 59.856635 113.565318) - (xy 59.509054 113.703806) - (xy 59.509036 113.703815) - (xy 59.178465 113.879073) - (xy 58.86878 114.089045) - (xy 58.86877 114.089052) - (xy 58.583608 114.331272) - (xy 58.326297 114.602912) - (xy 58.326296 114.602913) - (xy 58.099857 114.900789) - (xy 58.099853 114.900794) - (xy 57.906966 115.221378) - (xy 57.906959 115.221391) - (xy 57.749862 115.560951) - (xy 57.630386 115.915538) - (xy 57.549953 116.280952) - (xy 57.5095 116.652917) - (xy 57.5095 117.027082) - (xy 50.8755 117.027082) - (xy 50.8755 96.720348) - (xy 57.0095 96.720348) - (xy 57.050036 97.118979) - (xy 57.130697 97.511479) - (xy 57.130698 97.511485) - (xy 57.250643 97.893777) - (xy 57.250651 97.893798) - (xy 57.408664 98.262012) - (xy 57.603119 98.612353) - (xy 57.603122 98.612358) - (xy 57.832027 98.941234) - (xy 58.093025 99.245261) - (xy 58.093026 99.245262) - (xy 58.383446 99.521326) - (xy 58.700305 99.766593) - (xy 58.830156 99.84753) - (xy 59.040342 99.97854) - (xy 59.040351 99.978545) - (xy 59.400095 100.155008) - (xy 59.400102 100.15501) - (xy 59.400103 100.155011) - (xy 59.775837 100.294168) - (xy 59.775839 100.294168) - (xy 59.775846 100.294171) - (xy 60.163748 100.394606) - (xy 60.559821 100.455282) - (xy 60.859891 100.4705) - (xy 60.859907 100.4705) - (xy 61.060093 100.4705) - (xy 61.060109 100.4705) - (xy 61.360179 100.455282) - (xy 61.756252 100.394606) - (xy 62.144154 100.294171) - (xy 62.519905 100.155008) - (xy 62.879649 99.978545) - (xy 63.219695 99.766593) - (xy 63.536554 99.521326) - (xy 63.826974 99.245262) - (xy 64.087974 98.941232) - (xy 64.316878 98.612358) - (xy 64.511335 98.262013) - (xy 64.669351 97.893793) - (xy 64.789304 97.511475) - (xy 64.869963 97.118984) - (xy 64.9105 96.720348) - (xy 77.3295 96.720348) - (xy 77.370036 97.118979) - (xy 77.450697 97.511479) - (xy 77.450698 97.511485) - (xy 77.570643 97.893777) - (xy 77.570651 97.893798) - (xy 77.728664 98.262012) - (xy 77.923119 98.612353) - (xy 77.923122 98.612358) - (xy 78.152027 98.941234) - (xy 78.413025 99.245261) - (xy 78.413026 99.245262) - (xy 78.703446 99.521326) - (xy 79.020305 99.766593) - (xy 79.150156 99.84753) - (xy 79.360342 99.97854) - (xy 79.360351 99.978545) - (xy 79.720095 100.155008) - (xy 79.720102 100.15501) - (xy 79.720103 100.155011) - (xy 80.095837 100.294168) - (xy 80.095839 100.294168) - (xy 80.095846 100.294171) - (xy 80.483748 100.394606) - (xy 80.879821 100.455282) - (xy 81.179891 100.4705) - (xy 81.179907 100.4705) - (xy 81.380093 100.4705) - (xy 81.380109 100.4705) - (xy 81.680179 100.455282) - (xy 82.076252 100.394606) - (xy 82.464154 100.294171) - (xy 82.839905 100.155008) - (xy 83.199649 99.978545) - (xy 83.539695 99.766593) - (xy 83.856554 99.521326) - (xy 84.146974 99.245262) - (xy 84.407974 98.941232) - (xy 84.636878 98.612358) - (xy 84.831335 98.262013) - (xy 84.989351 97.893793) - (xy 85.109304 97.511475) - (xy 85.189963 97.118984) - (xy 85.2305 96.720347) - (xy 85.2305 96.319653) - (xy 85.189963 95.921016) - (xy 85.109304 95.528525) - (xy 84.989351 95.146207) - (xy 84.831335 94.777987) - (xy 84.636878 94.427642) - (xy 84.407974 94.098768) - (xy 84.407972 94.098765) - (xy 84.146974 93.794738) - (xy 84.146973 93.794737) - (xy 83.856554 93.518674) - (xy 83.539695 93.273407) - (xy 83.539694 93.273407) - (xy 83.199657 93.061459) - (xy 83.199648 93.061454) - (xy 82.839909 92.884994) - (xy 82.839896 92.884988) - (xy 82.464162 92.745831) - (xy 82.388529 92.726248) - (xy 82.076252 92.645394) - (xy 82.076249 92.645393) - (xy 82.076247 92.645393) - (xy 81.680178 92.584717) - (xy 81.443362 92.572707) - (xy 81.380109 92.5695) - (xy 81.179891 92.5695) - (xy 81.129288 92.572066) - (xy 80.879821 92.584717) - (xy 80.483752 92.645393) - (xy 80.095837 92.745831) - (xy 79.720103 92.884988) - (xy 79.72009 92.884994) - (xy 79.360351 93.061454) - (xy 79.360342 93.061459) - (xy 79.020304 93.273407) - (xy 78.703451 93.518669) - (xy 78.413025 93.794738) - (xy 78.152027 94.098765) - (xy 77.923122 94.427641) - (xy 77.923119 94.427646) - (xy 77.728664 94.777987) - (xy 77.570651 95.146201) - (xy 77.570643 95.146222) - (xy 77.450698 95.528514) - (xy 77.450697 95.52852) - (xy 77.370036 95.92102) - (xy 77.3295 96.319651) - (xy 77.3295 96.720348) - (xy 64.9105 96.720348) - (xy 64.9105 96.720347) - (xy 64.9105 96.319653) - (xy 64.869963 95.921016) - (xy 64.789304 95.528525) - (xy 64.669351 95.146207) - (xy 64.511335 94.777987) - (xy 64.316878 94.427642) - (xy 64.087974 94.098768) - (xy 64.087972 94.098765) - (xy 63.826974 93.794738) - (xy 63.536554 93.518674) - (xy 63.219695 93.273407) - (xy 63.219694 93.273407) - (xy 62.879657 93.061459) - (xy 62.879648 93.061454) - (xy 62.519909 92.884994) - (xy 62.519896 92.884988) - (xy 62.144162 92.745831) - (xy 62.068529 92.726248) - (xy 61.756252 92.645394) - (xy 61.756249 92.645393) - (xy 61.756247 92.645393) - (xy 61.360178 92.584717) - (xy 61.123362 92.572707) - (xy 61.060109 92.5695) - (xy 60.859891 92.5695) - (xy 60.809288 92.572066) - (xy 60.559821 92.584717) - (xy 60.163752 92.645393) - (xy 59.775837 92.745831) - (xy 59.400103 92.884988) - (xy 59.40009 92.884994) - (xy 59.040351 93.061454) - (xy 59.040342 93.061459) - (xy 58.700304 93.273407) - (xy 58.383451 93.518669) - (xy 58.093025 93.794738) - (xy 57.832027 94.098765) - (xy 57.603122 94.427641) - (xy 57.603119 94.427646) - (xy 57.408664 94.777987) - (xy 57.250651 95.146201) - (xy 57.250643 95.146222) - (xy 57.130698 95.528514) - (xy 57.130697 95.52852) - (xy 57.050036 95.92102) - (xy 57.0095 96.319651) - (xy 57.0095 96.720348) - (xy 50.8755 96.720348) - (xy 50.8755 83.545286) - (xy 59.63462 83.545286) - (xy 59.63462 87.142714) - (xy 62.285381 87.142714) - (xy 62.285381 83.545286) - (xy 79.95462 83.545286) - (xy 79.95462 87.142714) - (xy 82.605381 87.142714) - (xy 82.605381 83.545286) - (xy 79.95462 83.545286) - (xy 62.285381 83.545286) - (xy 59.63462 83.545286) - (xy 50.8755 83.545286) - (xy 50.8755 76.387082) - (xy 57.5095 76.387082) - (xy 57.549953 76.759047) - (xy 57.630386 77.124461) - (xy 57.691623 77.306203) - (xy 57.749858 77.479038) - (xy 57.74986 77.479043) - (xy 57.749862 77.479048) - (xy 57.906959 77.818608) - (xy 57.906966 77.818621) - (xy 58.099853 78.139205) - (xy 58.099857 78.13921) - (xy 58.099861 78.139216) - (xy 58.099864 78.13922) - (xy 58.261773 78.352208) - (xy 58.326296 78.437086) - (xy 58.326297 78.437087) - (xy 58.583608 78.708727) - (xy 58.86877 78.950947) - (xy 58.868774 78.95095) - (xy 58.868779 78.950954) - (xy 59.01983 79.053369) - (xy 59.178465 79.160926) - (xy 59.178469 79.160928) - (xy 59.509045 79.336189) - (xy 59.509049 79.33619) - (xy 59.509054 79.336193) - (xy 59.856635 79.474681) - (xy 59.856637 79.474682) - (xy 60.054804 79.529702) - (xy 60.217155 79.574779) - (xy 60.586387 79.635311) - (xy 60.726457 79.642905) - (xy 60.866526 79.6505) - (xy 60.866528 79.6505) - (xy 61.053474 79.6505) - (xy 61.165528 79.644424) - (xy 61.333613 79.635311) - (xy 61.702845 79.574779) - (xy 61.955134 79.50473) - (xy 62.063362 79.474682) - (xy 62.063364 79.474681) - (xy 62.063363 79.474681) - (xy 62.063368 79.47468) - (xy 62.410955 79.336189) - (xy 62.741531 79.160928) - (xy 63.051221 78.950954) - (xy 63.336392 78.708727) - (xy 63.593703 78.437087) - (xy 63.820136 78.13922) - (xy 63.820142 78.139209) - (xy 63.820146 78.139205) - (xy 63.940055 77.939912) - (xy 64.013036 77.818617) - (xy 64.170142 77.479038) - (xy 64.289613 77.124462) - (xy 64.370046 76.759049) - (xy 64.4105 76.387082) - (xy 77.8295 76.387082) - (xy 77.869953 76.759047) - (xy 77.950386 77.124461) - (xy 78.011623 77.306203) - (xy 78.069858 77.479038) - (xy 78.06986 77.479043) - (xy 78.069862 77.479048) - (xy 78.226959 77.818608) - (xy 78.226966 77.818621) - (xy 78.419853 78.139205) - (xy 78.419857 78.13921) - (xy 78.419861 78.139216) - (xy 78.419864 78.13922) - (xy 78.581773 78.352208) - (xy 78.646296 78.437086) - (xy 78.646297 78.437087) - (xy 78.903608 78.708727) - (xy 79.18877 78.950947) - (xy 79.188774 78.95095) - (xy 79.188779 78.950954) - (xy 79.33983 79.053369) - (xy 79.498465 79.160926) - (xy 79.498469 79.160928) - (xy 79.829045 79.336189) - (xy 79.829049 79.33619) - (xy 79.829054 79.336193) - (xy 80.176635 79.474681) - (xy 80.176637 79.474682) - (xy 80.374804 79.529702) - (xy 80.537155 79.574779) - (xy 80.906387 79.635311) - (xy 81.046457 79.642905) - (xy 81.186526 79.6505) - (xy 81.186528 79.6505) - (xy 81.373474 79.6505) - (xy 81.485528 79.644424) - (xy 81.653613 79.635311) - (xy 82.022845 79.574779) - (xy 82.275134 79.50473) - (xy 82.383362 79.474682) - (xy 82.383364 79.474681) - (xy 82.383363 79.474681) - (xy 82.383368 79.47468) - (xy 82.730955 79.336189) - (xy 83.061531 79.160928) - (xy 83.371221 78.950954) - (xy 83.656392 78.708727) - (xy 83.913703 78.437087) - (xy 84.140136 78.13922) - (xy 84.140142 78.139209) - (xy 84.140146 78.139205) - (xy 84.260055 77.939912) - (xy 84.333036 77.818617) - (xy 84.490142 77.479038) - (xy 84.609613 77.124462) - (xy 84.690046 76.759049) - (xy 84.7305 76.387081) - (xy 84.7305 76.012919) - (xy 84.690046 75.640951) - (xy 84.609613 75.275538) - (xy 84.490142 74.920962) - (xy 84.333036 74.581383) - (xy 84.333033 74.581378) - (xy 84.140146 74.260794) - (xy 84.140142 74.260789) - (xy 84.140139 74.260785) - (xy 84.140136 74.26078) - (xy 83.913703 73.962913) - (xy 83.656392 73.691273) - (xy 83.656391 73.691272) - (xy 83.371229 73.449052) - (xy 83.371223 73.449048) - (xy 83.371221 73.449046) - (xy 83.291901 73.395266) - (xy 83.061534 73.239073) - (xy 82.730963 73.063815) - (xy 82.730945 73.063806) - (xy 82.383364 72.925318) - (xy 82.383362 72.925317) - (xy 82.022853 72.825223) - (xy 82.02285 72.825222) - (xy 82.022846 72.825221) - (xy 82.022845 72.825221) - (xy 81.895931 72.804414) - (xy 81.653609 72.764688) - (xy 81.65361 72.764688) - (xy 81.373474 72.7495) - (xy 81.373472 72.7495) - (xy 81.186528 72.7495) - (xy 81.186526 72.7495) - (xy 80.906389 72.764688) - (xy 80.537149 72.825222) - (xy 80.537146 72.825223) - (xy 80.176637 72.925317) - (xy 80.176635 72.925318) - (xy 79.829054 73.063806) - (xy 79.829036 73.063815) - (xy 79.498465 73.239073) - (xy 79.18878 73.449045) - (xy 79.18877 73.449052) - (xy 78.903608 73.691272) - (xy 78.646297 73.962912) - (xy 78.646296 73.962913) - (xy 78.419857 74.260789) - (xy 78.419853 74.260794) - (xy 78.226966 74.581378) - (xy 78.226959 74.581391) - (xy 78.069862 74.920951) - (xy 77.950386 75.275538) - (xy 77.869953 75.640952) - (xy 77.8295 76.012917) - (xy 77.8295 76.387082) - (xy 64.4105 76.387082) - (xy 64.4105 76.387081) - (xy 64.4105 76.012919) - (xy 64.370046 75.640951) - (xy 64.289613 75.275538) - (xy 64.170142 74.920962) - (xy 64.013036 74.581383) - (xy 64.013033 74.581378) - (xy 63.820146 74.260794) - (xy 63.820142 74.260789) - (xy 63.820139 74.260785) - (xy 63.820136 74.26078) - (xy 63.593703 73.962913) - (xy 63.336392 73.691273) - (xy 63.336391 73.691272) - (xy 63.051229 73.449052) - (xy 63.051223 73.449048) - (xy 63.051221 73.449046) - (xy 62.971901 73.395266) - (xy 62.741534 73.239073) - (xy 62.410963 73.063815) - (xy 62.410945 73.063806) - (xy 62.063364 72.925318) - (xy 62.063362 72.925317) - (xy 61.702853 72.825223) - (xy 61.70285 72.825222) - (xy 61.702846 72.825221) - (xy 61.702845 72.825221) - (xy 61.575931 72.804414) - (xy 61.333609 72.764688) - (xy 61.33361 72.764688) - (xy 61.053474 72.7495) - (xy 61.053472 72.7495) - (xy 60.866528 72.7495) - (xy 60.866526 72.7495) - (xy 60.586389 72.764688) - (xy 60.217149 72.825222) - (xy 60.217146 72.825223) - (xy 59.856637 72.925317) - (xy 59.856635 72.925318) - (xy 59.509054 73.063806) - (xy 59.509036 73.063815) - (xy 59.178465 73.239073) - (xy 58.86878 73.449045) - (xy 58.86877 73.449052) - (xy 58.583608 73.691272) - (xy 58.326297 73.962912) - (xy 58.326296 73.962913) - (xy 58.099857 74.260789) - (xy 58.099853 74.260794) - (xy 57.906966 74.581378) - (xy 57.906959 74.581391) - (xy 57.749862 74.920951) - (xy 57.630386 75.275538) - (xy 57.549953 75.640952) - (xy 57.5095 76.012917) - (xy 57.5095 76.387082) - (xy 50.8755 76.387082) - (xy 50.8755 50.9995) - (xy 50.895185 50.932461) - (xy 50.947989 50.886706) - (xy 50.9995 50.8755) - (xy 57.912371 50.8755) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "produkt") + (date "2021-12-08") + (rev "R02") + (comment 1 "PCB for panel") + (comment 2 "vca and ringmodulator") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e80b") + (at 58.3 53.8) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H1" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "106e97ec-2924-4b4f-acc0-4ab9c1186fa7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b448cc18-9e69-4e25-914f-1482cea2883a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da36ed83-bb44-4761-9f3e-a15b963a5d64") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097a217") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006097e813") + (at 58.3 176.3) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H2" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d7d11fa-b8a2-4e5d-a642-c4174dea1e29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c226de0-5f52-48c4-a5fb-ee8fa2c06300") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a854e71-a16e-4214-90f0-327048fd9532") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097a580") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40bae") + (at 60.96 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H3" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "X" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53259dde-1cf6-4644-b096-7174712c4beb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62a650b1-5f9c-4738-a498-e92f8b52e67d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5a8b33c-6e95-46f8-8a2f-bcc443ce529f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ead968d") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "a795f1ba-cdd5-4cc5-9a52-08586e982934") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9ccf03e8-755a-4cd9-96fc-30e1d08fa253") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40bb6") + (at 60.96 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H4" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "volY_a" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6e2bc10-42dd-4347-92c9-0d9f394fa0b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ee1e839-56a1-4837-90d9-51664882745b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "689763b1-bbf0-45c4-8079-3f1459878def") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ead9687") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b6270a28-e0d9-4655-a18a-03dbf007b940") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40bbe") + (at 60.96 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H5" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "5b2b5c7d-f943-4634-9f0a-e9561705c49d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "out" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d127d9b-200d-4d4c-ad0f-d0a90b3445c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21a4afff-8841-4a53-b40b-fc9d433e2f6d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "067666b6-92ff-42f3-93af-c68c64f9129f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6b07f8") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "aa02e544-13f5-4cf8-a5f4-3e6cda006090") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40bc6") + (at 81.28 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H6" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Y" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97b4adc8-4680-4e8c-b5c6-988cc1b120e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "430c4874-1c16-4d55-be12-8beb12ea17cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0e144e2-4df8-45d5-a91b-81cf17546a23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097e115") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40bce") + (at 60.96 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H7" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "712d6a7d-2b62-464f-b745-fd2a6b0187f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "volX_b" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "b3d08afa-f296-4e3b-8825-73b6331d35bf") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a3b24ba-8898-49b7-86a0-eac131419930") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2435f5f-9020-4273-b103-500c8075e8c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfdddeaf-b634-417b-b4f4-28bd617b1ca1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097e10f") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "842e430f-0c35-45f3-a0b5-95ae7b7ae388") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "98e81e80-1f85-4152-be3f-99785ea97751") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "51c4dc0a-5b9f-4edf-a83f-4a12881e42ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "03d88a85-11fd-47aa-954c-c318bb15294a") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40bd6") + (at 81.28 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H8" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "e12e827e-36be-4503-8eef-6fc7e8bc5d49") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "X" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "9dab0cb7-2557-4419-963b-5ae736517f62") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c976645-0440-4380-b66d-b08f14cdc074") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81b7475d-a64d-4dbf-9725-6999b3fe81ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3c8fb7c-c1f8-4294-b8b7-bb2471ed5b97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6b047c") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0088d107-13d8-496c-8da6-7bbeb9d096b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "6a780180-586a-4241-a52d-dc7a5ffcc966") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40bde") + (at 81.28 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H9" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "78f88cf6-751c-4e9b-ae75-fb8b6d44ff39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "volX_a" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "75286985-9fa5-4d30-89c5-493b6e63cd66") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a47ac108-2e6c-4f4e-b477-5014471bf4a7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5aef040c-6f0f-4813-b3fb-1a4ca9a1a434") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac2fb2ad-9e7d-4c17-ae36-b1b59e65aeea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6afc22") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "afd3dbad-e7a8-4e4c-b77c-4065a69aefa2") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0867287d-2e6a-4d69-a366-c29f88198f2b") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1b54105e-6590-4d26-a763-ecfcf81eedc4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "0f41a909-27c4-4be2-9d5e-9ae2108c8ff5") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40be6") + (at 60.96 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H10" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "34871042-9d5c-4e29-abdd-a168368c3c22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Y" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "ef1b4b98-541b-4673-a04f-2043250fc40a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01e68985-dfbd-4dd6-8cac-69fe7cac3fdc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ebcb243-25bb-4171-a10e-4ac3eb4f82f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d9bfa2a-241a-43d2-bec0-1136c0e61958") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097e127") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "c264c438-a475-4ad4-9915-0f1e6ecf3053") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "a9ec539a-d80d-40cc-803c-12b6adefe42a") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2bf3f24b-fd30-41a7-a274-9b519491916b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "4831966c-bb32-4bc8-a400-0382a02ffa1c") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40bee") + (at 81.28 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H11" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "c3c93de0-69b1-4a04-8e0b-d78caf487c63") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "volY_b" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "f9865a9f-edb8-49c7-828f-4896e1f3047a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5ad2ae2-96ba-45d6-aff2-c57d74aa4ba8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42a5838c-e508-4560-8892-b1c6465cc23f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92cf7db1-61f4-4425-ae60-04ad6f8678e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097e121") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "a06e8e78-f567-42e6-b645-013b1073ca31") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "55992e35-fe7b-468a-9b7a-1e4dc931b904") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ec9e24d8-d1c5-40e2-9812-dc315d05f470") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "9702d639-3b1f-4825-8985-b32b9008503d") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060e40bf6") + (at 81.28 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H12" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "db83d0af-e085-4050-8496-fa2ebdecbd62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "out" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "a501555e-bbc7-4b58-ad89-28a0cd3dd6d0") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb86d987-6a49-4be6-b4dd-d2eb8e41a326") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96d8c555-ca61-4665-97a0-9ec8b8001d52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5445d861-2a1f-4ec4-b7b1-c87f7429d10f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006097e11b") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "2f3deced-880d-4075-a81b-95c62da5b94d") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "3cfcbcc7-4f45-46ab-82a8-c414c7972161") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4d609e7c-74c9-4ae9-a26d-946ff00c167d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "786b6072-5772-4bc1-8eeb-6c4e19f2a91b") + ) + (model "${KIPRJMOD}/../../../lib/kicad/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (gr_line + (start 91.1 179.3) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (gr_text "Y" + (at 60.96 125.984 0) + (layer "F.Cu" knockout) + (uuid "043c99a8-4a11-4070-bde4-258c238c281a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 60.96 166.624 0) + (layer "F.Cu" knockout) + (uuid "08dfbc6d-62bb-48a0-9533-225fedc4c36b") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "Y" + (at 81.28 125.984 0) + (layer "F.Cu" knockout) + (uuid "175e04fc-f1ba-4f16-904e-5e6c477d752e") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "R02" + (at 86.106 177.038 0) + (layer "F.Cu") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "out" + (at 81.28 166.624 0) + (layer "F.Cu" knockout) + (uuid "83b71f75-9d90-4b3c-b6ec-f072deb0628b") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "X" + (at 60.96 85.344 0) + (layer "F.Cu" knockout) + (uuid "8e1869bb-599b-4abd-b71c-a9f63a5e7717") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "X" + (at 81.28 85.344 0) + (layer "F.Cu" knockout) + (uuid "c987cb28-300a-4e09-8e5a-2364938ffa4e") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 81.28 166.624 0) + (layer "B.Mask") + (uuid "00000000-0000-0000-0000-00006106a19a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "X" + (at 60.96 85.344 0) + (layer "B.Mask") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "Y" + (at 81.28 125.984 0) + (layer "B.Mask") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 60.96 166.624 0) + (layer "B.Mask") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "X" + (at 81.28 85.344 0) + (layer "B.Mask") + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "Y" + (at 60.96 125.984 0) + (layer "B.Mask") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "X" + (at 81.28 85.344 0) + (layer "F.Mask") + (uuid "00000000-0000-0000-0000-000061b0935a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "Y" + (at 81.28 125.984 0) + (layer "F.Mask") + (uuid "00000000-0000-0000-0000-000061b093e1") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 81.28 166.624 0) + (layer "F.Mask") + (uuid "00000000-0000-0000-0000-000061b09431") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "produkt" + (at 71.374 53.8 0) + (layer "F.Mask") + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + (effects + (font + (size 3 3) + (thickness 0.35) + ) + ) + ) + (gr_text "X" + (at 60.96 85.344 0) + (layer "F.Mask") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "Y" + (at 60.96 125.984 0) + (layer "F.Mask") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out" + (at 60.96 166.624 0) + (layer "F.Mask") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (zone + (net 0) + (net_name "") + (layer "F.Cu") + (uuid "b6f761bf-b292-42fa-8d5a-62be46aa34f3") + (hatch edge 0.5) + (connect_pads + (clearance 0) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + (island_removal_mode 1) + (island_area_min 10) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 91.186 50.8) (xy 91.186 179.324) (xy 50.8 179.324) + ) + ) + (filled_polygon + (layer "F.Cu") + (island) + (pts + (xy 57.97941 50.895185) (xy 58.025165 50.947989) (xy 58.035109 51.017147) (xy 58.006084 51.080703) + (xy 57.947306 51.118477) (xy 57.934724 51.121468) (xy 57.898861 51.12804) (xy 57.652547 51.173178) + (xy 57.340657 51.270366) (xy 57.340641 51.270372) (xy 57.340639 51.270373) (xy 57.150933 51.355752) + (xy 57.042725 51.404453) (xy 57.042723 51.404454) (xy 56.763131 51.573473) (xy 56.50596 51.774954) + (xy 56.274954 52.00596) (xy 56.073473 52.263131) (xy 55.904454 52.542723) (xy 55.904453 52.542725) + (xy 55.770372 52.840642) (xy 55.770366 52.840657) (xy 55.673178 53.152547) (xy 55.614289 53.4739) + (xy 55.594564 53.8) (xy 55.614289 54.126099) (xy 55.673178 54.447452) (xy 55.770366 54.759342) (xy 55.77037 54.759354) + (xy 55.770373 54.759361) (xy 55.904455 55.057279) (xy 56.068901 55.329306) (xy 56.073473 55.336868) + (xy 56.274954 55.594039) (xy 56.50596 55.825045) (xy 56.763131 56.026526) (xy 56.763134 56.026528) + (xy 56.763137 56.02653) (xy 57.042721 56.195545) (xy 57.340639 56.329627) (xy 57.340652 56.329631) + (xy 57.340657 56.329633) (xy 57.652547 56.426821) (xy 57.973896 56.48571) (xy 58.3 56.505436) (xy 58.626104 56.48571) + (xy 58.947453 56.426821) (xy 59.259361 56.329627) (xy 59.557279 56.195545) (xy 59.836863 56.02653) + (xy 60.094036 55.825048) (xy 60.325048 55.594036) (xy 60.52653 55.336863) (xy 60.695545 55.057279) + (xy 60.829627 54.759361) (xy 60.926821 54.447453) (xy 60.98571 54.126104) (xy 61.005436 53.8) (xy 60.98571 53.473896) + (xy 60.926821 53.152547) (xy 60.829627 52.840639) (xy 60.695545 52.542721) (xy 60.52653 52.263137) + (xy 60.526528 52.263134) (xy 60.526526 52.263131) (xy 60.325045 52.00596) (xy 60.094039 51.774954) + (xy 59.836868 51.573473) (xy 59.829306 51.568901) (xy 59.557279 51.404455) (xy 59.259361 51.270373) + (xy 59.259354 51.27037) (xy 59.259342 51.270366) (xy 58.947452 51.173178) (xy 58.707967 51.129291) + (xy 58.665277 51.121468) (xy 58.602885 51.090023) (xy 58.567397 51.029836) (xy 58.570082 50.960018) + (xy 58.610088 50.902735) (xy 58.674712 50.876175) (xy 58.687629 50.8755) (xy 90.9005 50.8755) (xy 90.967539 50.895185) + (xy 91.013294 50.947989) (xy 91.0245 50.9995) (xy 91.0245 179.1005) (xy 91.004815 179.167539) (xy 90.952011 179.213294) + (xy 90.9005 179.2245) (xy 58.687629 179.2245) (xy 58.62059 179.204815) (xy 58.574835 179.152011) + (xy 58.564891 179.082853) (xy 58.593916 179.019297) (xy 58.652694 178.981523) (xy 58.665275 178.978531) + (xy 58.947453 178.926821) (xy 59.259361 178.829627) (xy 59.557279 178.695545) (xy 59.836863 178.52653) + (xy 60.094036 178.325048) (xy 60.325048 178.094036) (xy 60.52653 177.836863) (xy 60.695545 177.557279) + (xy 60.829627 177.259361) (xy 60.926821 176.947453) (xy 60.98571 176.626104) (xy 61.005436 176.3) + (xy 60.98571 175.973896) (xy 60.964674 175.859103) (xy 83.929071 175.859103) (xy 83.929071 178.074655) + (xy 88.356082 178.074655) (xy 88.356082 175.859103) (xy 83.929071 175.859103) (xy 60.964674 175.859103) + (xy 60.926821 175.652547) (xy 60.829627 175.340639) (xy 60.695545 175.042721) (xy 60.52653 174.763137) + (xy 60.526528 174.763134) (xy 60.526526 174.763131) (xy 60.325045 174.50596) (xy 60.094039 174.274954) + (xy 59.836868 174.073473) (xy 59.829306 174.068901) (xy 59.557279 173.904455) (xy 59.259361 173.770373) + (xy 59.259354 173.77037) (xy 59.259342 173.770366) (xy 58.947452 173.673178) (xy 58.626099 173.614289) + (xy 58.3 173.594564) (xy 57.9739 173.614289) (xy 57.652547 173.673178) (xy 57.340657 173.770366) + (xy 57.340641 173.770372) (xy 57.340639 173.770373) (xy 57.150933 173.855752) (xy 57.042725 173.904453) + (xy 57.042723 173.904454) (xy 56.763131 174.073473) (xy 56.50596 174.274954) (xy 56.274954 174.50596) + (xy 56.073473 174.763131) (xy 55.904454 175.042723) (xy 55.904453 175.042725) (xy 55.770372 175.340642) + (xy 55.770366 175.340657) (xy 55.673178 175.652547) (xy 55.614289 175.9739) (xy 55.594564 176.3) + (xy 55.614289 176.626099) (xy 55.673178 176.947452) (xy 55.770366 177.259342) (xy 55.77037 177.259354) + (xy 55.770373 177.259361) (xy 55.904455 177.557279) (xy 56.068901 177.829306) (xy 56.073473 177.836868) + (xy 56.274954 178.094039) (xy 56.50596 178.325045) (xy 56.763131 178.526526) (xy 56.763134 178.526528) + (xy 56.763137 178.52653) (xy 57.042721 178.695545) (xy 57.340639 178.829627) (xy 57.340652 178.829631) + (xy 57.340657 178.829633) (xy 57.652547 178.926821) (xy 57.934722 178.978531) (xy 57.997115 179.009977) + (xy 58.032603 179.070164) (xy 58.029918 179.139982) (xy 57.989912 179.197265) (xy 57.925288 179.223825) + (xy 57.912371 179.2245) (xy 50.9995 179.2245) (xy 50.932461 179.204815) (xy 50.886706 179.152011) + (xy 50.8755 179.1005) (xy 50.8755 165.199016) (xy 59.221581 165.199016) (xy 59.221581 167.875847) + (xy 62.830555 167.875847) (xy 62.830555 165.199016) (xy 79.541581 165.199016) (xy 79.541581 167.875847) + (xy 83.150555 167.875847) (xy 83.150555 165.199016) (xy 79.541581 165.199016) (xy 62.830555 165.199016) + (xy 59.221581 165.199016) (xy 50.8755 165.199016) (xy 50.8755 157.649508) (xy 57.5095 157.649508) + (xy 57.542729 157.986901) (xy 57.60887 158.31941) (xy 57.707284 158.643841) (xy 57.837024 158.95706) + (xy 57.837026 158.957065) (xy 57.996831 159.256039) (xy 57.996842 159.256057) (xy 58.185184 159.53793) + (xy 58.185194 159.537944) (xy 58.400269 159.800014) (xy 58.639985 160.03973) (xy 58.63999 160.039734) + (xy 58.639991 160.039735) (xy 58.902061 160.25481) (xy 59.183949 160.443162) (xy 59.183958 160.443167) + (xy 59.18396 160.443168) (xy 59.482934 160.602973) (xy 59.482936 160.602973) (xy 59.482942 160.602977) + (xy 59.79616 160.732716) (xy 60.120586 160.831129) (xy 60.453096 160.89727) (xy 60.790488 160.9305) + (xy 60.790491 160.9305) (xy 61.129509 160.9305) (xy 61.129512 160.9305) (xy 61.466904 160.89727) + (xy 61.799414 160.831129) (xy 62.12384 160.732716) (xy 62.437058 160.602977) (xy 62.736051 160.443162) + (xy 63.017939 160.25481) (xy 63.280009 160.039735) (xy 63.519735 159.800009) (xy 63.73481 159.537939) + (xy 63.923162 159.256051) (xy 64.082977 158.957058) (xy 64.212716 158.64384) (xy 64.311129 158.319414) + (xy 64.37727 157.986904) (xy 64.4105 157.649512) (xy 64.4105 157.649508) (xy 77.8295 157.649508) + (xy 77.862729 157.986901) (xy 77.92887 158.31941) (xy 78.027284 158.643841) (xy 78.157024 158.95706) + (xy 78.157026 158.957065) (xy 78.316831 159.256039) (xy 78.316842 159.256057) (xy 78.505184 159.53793) + (xy 78.505194 159.537944) (xy 78.720269 159.800014) (xy 78.959985 160.03973) (xy 78.95999 160.039734) + (xy 78.959991 160.039735) (xy 79.222061 160.25481) (xy 79.503949 160.443162) (xy 79.503958 160.443167) + (xy 79.50396 160.443168) (xy 79.802934 160.602973) (xy 79.802936 160.602973) (xy 79.802942 160.602977) + (xy 80.11616 160.732716) (xy 80.440586 160.831129) (xy 80.773096 160.89727) (xy 81.110488 160.9305) + (xy 81.110491 160.9305) (xy 81.449509 160.9305) (xy 81.449512 160.9305) (xy 81.786904 160.89727) + (xy 82.119414 160.831129) (xy 82.44384 160.732716) (xy 82.757058 160.602977) (xy 83.056051 160.443162) + (xy 83.337939 160.25481) (xy 83.600009 160.039735) (xy 83.839735 159.800009) (xy 84.05481 159.537939) + (xy 84.243162 159.256051) (xy 84.402977 158.957058) (xy 84.532716 158.64384) (xy 84.631129 158.319414) + (xy 84.69727 157.986904) (xy 84.7305 157.649512) (xy 84.7305 157.310488) (xy 84.69727 156.973096) + (xy 84.631129 156.640586) (xy 84.532716 156.31616) (xy 84.402977 156.002942) (xy 84.243162 155.703949) + (xy 84.05481 155.422061) (xy 83.839735 155.159991) (xy 83.839734 155.15999) (xy 83.83973 155.159985) + (xy 83.600014 154.920269) (xy 83.337944 154.705194) (xy 83.337943 154.705193) (xy 83.337939 154.70519) + (xy 83.056051 154.516838) (xy 83.056046 154.516835) (xy 83.056039 154.516831) (xy 82.757065 154.357026) + (xy 82.75706 154.357024) (xy 82.443841 154.227284) (xy 82.253382 154.169509) (xy 82.119414 154.128871) + (xy 82.119411 154.12887) (xy 82.11941 154.12887) (xy 81.786901 154.062729) (xy 81.549199 154.039318) + (xy 81.449512 154.0295) (xy 81.110488 154.0295) (xy 81.019738 154.038437) (xy 80.773098 154.062729) + (xy 80.440589 154.12887) (xy 80.116158 154.227284) (xy 79.802939 154.357024) (xy 79.802934 154.357026) + (xy 79.50396 154.516831) (xy 79.503942 154.516842) (xy 79.222069 154.705184) (xy 79.222055 154.705194) + (xy 78.959985 154.920269) (xy 78.720269 155.159985) (xy 78.505194 155.422055) (xy 78.505184 155.422069) + (xy 78.316842 155.703942) (xy 78.316831 155.70396) (xy 78.157026 156.002934) (xy 78.157024 156.002939) + (xy 78.027284 156.316158) (xy 77.92887 156.640589) (xy 77.862729 156.973098) (xy 77.8295 157.310491) + (xy 77.8295 157.649508) (xy 64.4105 157.649508) (xy 64.4105 157.310488) (xy 64.37727 156.973096) + (xy 64.311129 156.640586) (xy 64.212716 156.31616) (xy 64.082977 156.002942) (xy 63.923162 155.703949) + (xy 63.73481 155.422061) (xy 63.519735 155.159991) (xy 63.519734 155.15999) (xy 63.51973 155.159985) + (xy 63.280014 154.920269) (xy 63.017944 154.705194) (xy 63.017943 154.705193) (xy 63.017939 154.70519) + (xy 62.736051 154.516838) (xy 62.736046 154.516835) (xy 62.736039 154.516831) (xy 62.437065 154.357026) + (xy 62.43706 154.357024) (xy 62.123841 154.227284) (xy 61.933382 154.169509) (xy 61.799414 154.128871) + (xy 61.799411 154.12887) (xy 61.79941 154.12887) (xy 61.466901 154.062729) (xy 61.229199 154.039318) + (xy 61.129512 154.0295) (xy 60.790488 154.0295) (xy 60.699738 154.038437) (xy 60.453098 154.062729) + (xy 60.120589 154.12887) (xy 59.796158 154.227284) (xy 59.482939 154.357024) (xy 59.482934 154.357026) + (xy 59.18396 154.516831) (xy 59.183942 154.516842) (xy 58.902069 154.705184) (xy 58.902055 154.705194) + (xy 58.639985 154.920269) (xy 58.400269 155.159985) (xy 58.185194 155.422055) (xy 58.185184 155.422069) + (xy 57.996842 155.703942) (xy 57.996831 155.70396) (xy 57.837026 156.002934) (xy 57.837024 156.002939) + (xy 57.707284 156.316158) (xy 57.60887 156.640589) (xy 57.542729 156.973098) (xy 57.5095 157.310491) + (xy 57.5095 157.649508) (xy 50.8755 157.649508) (xy 50.8755 137.354072) (xy 57.0095 137.354072) + (xy 57.047544 137.740347) (xy 57.047547 137.740364) (xy 57.123264 138.12103) (xy 57.123267 138.121041) + (xy 57.235945 138.492489) (xy 57.384485 138.851095) (xy 57.384487 138.8511) (xy 57.56745 139.1934) + (xy 57.567461 139.193418) (xy 57.783096 139.516139) (xy 57.783106 139.516153) (xy 58.029347 139.816198) + (xy 58.303801 140.090652) (xy 58.303806 140.090656) (xy 58.303807 140.090657) (xy 58.603852 140.336898) + (xy 58.926588 140.552543) (xy 58.926597 140.552548) (xy 58.926599 140.552549) (xy 59.268899 140.735512) + (xy 59.268901 140.735512) (xy 59.268907 140.735516) (xy 59.627512 140.884055) (xy 59.998949 140.99673) + (xy 59.998955 140.996731) (xy 59.998958 140.996732) (xy 59.998969 140.996735) (xy 60.23768 141.044216) + (xy 60.379642 141.072454) (xy 60.765924 141.1105) (xy 60.765927 141.1105) (xy 61.154073 141.1105) + (xy 61.154076 141.1105) (xy 61.540358 141.072454) (xy 61.728788 141.034973) (xy 61.92103 140.996735) + (xy 61.921041 140.996732) (xy 61.921041 140.996731) (xy 61.921051 140.99673) (xy 62.292488 140.884055) + (xy 62.651093 140.735516) (xy 62.993412 140.552543) (xy 63.316148 140.336898) (xy 63.616193 140.090657) + (xy 63.890657 139.816193) (xy 64.136898 139.516148) (xy 64.352543 139.193412) (xy 64.535516 138.851093) + (xy 64.684055 138.492488) (xy 64.79673 138.121051) (xy 64.796732 138.121041) (xy 64.796735 138.12103) + (xy 64.834973 137.928788) (xy 64.872454 137.740358) (xy 64.9105 137.354076) (xy 64.9105 137.354072) + (xy 77.3295 137.354072) (xy 77.367544 137.740347) (xy 77.367547 137.740364) (xy 77.443264 138.12103) + (xy 77.443267 138.121041) (xy 77.555945 138.492489) (xy 77.704485 138.851095) (xy 77.704487 138.8511) + (xy 77.88745 139.1934) (xy 77.887461 139.193418) (xy 78.103096 139.516139) (xy 78.103106 139.516153) + (xy 78.349347 139.816198) (xy 78.623801 140.090652) (xy 78.623806 140.090656) (xy 78.623807 140.090657) + (xy 78.923852 140.336898) (xy 79.246588 140.552543) (xy 79.246597 140.552548) (xy 79.246599 140.552549) + (xy 79.588899 140.735512) (xy 79.588901 140.735512) (xy 79.588907 140.735516) (xy 79.947512 140.884055) + (xy 80.318949 140.99673) (xy 80.318955 140.996731) (xy 80.318958 140.996732) (xy 80.318969 140.996735) + (xy 80.55768 141.044216) (xy 80.699642 141.072454) (xy 81.085924 141.1105) (xy 81.085927 141.1105) + (xy 81.474073 141.1105) (xy 81.474076 141.1105) (xy 81.860358 141.072454) (xy 82.048788 141.034973) + (xy 82.24103 140.996735) (xy 82.241041 140.996732) (xy 82.241041 140.996731) (xy 82.241051 140.99673) + (xy 82.612488 140.884055) (xy 82.971093 140.735516) (xy 83.313412 140.552543) (xy 83.636148 140.336898) + (xy 83.936193 140.090657) (xy 84.210657 139.816193) (xy 84.456898 139.516148) (xy 84.672543 139.193412) + (xy 84.855516 138.851093) (xy 85.004055 138.492488) (xy 85.11673 138.121051) (xy 85.116732 138.121041) + (xy 85.116735 138.12103) (xy 85.154973 137.928788) (xy 85.192454 137.740358) (xy 85.2305 137.354076) + (xy 85.2305 136.965924) (xy 85.192454 136.579642) (xy 85.164216 136.43768) (xy 85.116735 136.198969) + (xy 85.116732 136.198958) (xy 85.116731 136.198955) (xy 85.11673 136.198949) (xy 85.004055 135.827512) + (xy 84.855516 135.468907) (xy 84.672543 135.126588) (xy 84.456898 134.803852) (xy 84.210657 134.503807) + (xy 84.210656 134.503806) (xy 84.210652 134.503801) (xy 83.936198 134.229347) (xy 83.636153 133.983106) + (xy 83.636152 133.983105) (xy 83.636148 133.983102) (xy 83.313412 133.767457) (xy 83.313407 133.767454) + (xy 83.3134 133.76745) (xy 82.9711 133.584487) (xy 82.971095 133.584485) (xy 82.612489 133.435945) + (xy 82.241041 133.323267) (xy 82.24103 133.323264) (xy 81.860364 133.247547) (xy 81.860347 133.247544) + (xy 81.568239 133.218774) (xy 81.474076 133.2095) (xy 81.085924 133.2095) (xy 80.998836 133.218077) + (xy 80.699652 133.247544) (xy 80.699635 133.247547) (xy 80.318969 133.323264) (xy 80.318958 133.323267) + (xy 79.94751 133.435945) (xy 79.588904 133.584485) (xy 79.588899 133.584487) (xy 79.246599 133.76745) + (xy 79.246581 133.767461) (xy 78.92386 133.983096) (xy 78.923846 133.983106) (xy 78.623801 134.229347) + (xy 78.349347 134.503801) (xy 78.103106 134.803846) (xy 78.103096 134.80386) (xy 77.887461 135.126581) + (xy 77.88745 135.126599) (xy 77.704487 135.468899) (xy 77.704485 135.468904) (xy 77.555945 135.82751) + (xy 77.443267 136.198958) (xy 77.443264 136.198969) (xy 77.367547 136.579635) (xy 77.367544 136.579652) + (xy 77.3295 136.965927) (xy 77.3295 137.354072) (xy 64.9105 137.354072) (xy 64.9105 136.965924) + (xy 64.872454 136.579642) (xy 64.844216 136.43768) (xy 64.796735 136.198969) (xy 64.796732 136.198958) + (xy 64.796731 136.198955) (xy 64.79673 136.198949) (xy 64.684055 135.827512) (xy 64.535516 135.468907) + (xy 64.352543 135.126588) (xy 64.136898 134.803852) (xy 63.890657 134.503807) (xy 63.890656 134.503806) + (xy 63.890652 134.503801) (xy 63.616198 134.229347) (xy 63.316153 133.983106) (xy 63.316152 133.983105) + (xy 63.316148 133.983102) (xy 62.993412 133.767457) (xy 62.993407 133.767454) (xy 62.9934 133.76745) + (xy 62.6511 133.584487) (xy 62.651095 133.584485) (xy 62.292489 133.435945) (xy 61.921041 133.323267) + (xy 61.92103 133.323264) (xy 61.540364 133.247547) (xy 61.540347 133.247544) (xy 61.248239 133.218774) + (xy 61.154076 133.2095) (xy 60.765924 133.2095) (xy 60.678836 133.218077) (xy 60.379652 133.247544) + (xy 60.379635 133.247547) (xy 59.998969 133.323264) (xy 59.998958 133.323267) (xy 59.62751 133.435945) + (xy 59.268904 133.584485) (xy 59.268899 133.584487) (xy 58.926599 133.76745) (xy 58.926581 133.767461) + (xy 58.60386 133.983096) (xy 58.603846 133.983106) (xy 58.303801 134.229347) (xy 58.029347 134.503801) + (xy 57.783106 134.803846) (xy 57.783096 134.80386) (xy 57.567461 135.126581) (xy 57.56745 135.126599) + (xy 57.384487 135.468899) (xy 57.384485 135.468904) (xy 57.235945 135.82751) (xy 57.123267 136.198958) + (xy 57.123264 136.198969) (xy 57.047547 136.579635) (xy 57.047544 136.579652) (xy 57.0095 136.965927) + (xy 57.0095 137.354072) (xy 50.8755 137.354072) (xy 50.8755 124.558404) (xy 60.155499 124.558404) + (xy 60.155499 127.23346) (xy 61.7645 127.23346) (xy 61.7645 124.558404) (xy 80.475499 124.558404) + (xy 80.475499 127.23346) (xy 82.0845 127.23346) (xy 82.0845 124.558404) (xy 80.475499 124.558404) + (xy 61.7645 124.558404) (xy 60.155499 124.558404) (xy 50.8755 124.558404) (xy 50.8755 117.009508) + (xy 57.5095 117.009508) (xy 57.542729 117.346901) (xy 57.60887 117.67941) (xy 57.707284 118.003841) + (xy 57.837024 118.31706) (xy 57.837026 118.317065) (xy 57.996831 118.616039) (xy 57.996842 118.616057) + (xy 58.185184 118.89793) (xy 58.185194 118.897944) (xy 58.400269 119.160014) (xy 58.639985 119.39973) + (xy 58.63999 119.399734) (xy 58.639991 119.399735) (xy 58.902061 119.61481) (xy 59.183949 119.803162) + (xy 59.183958 119.803167) (xy 59.18396 119.803168) (xy 59.482934 119.962973) (xy 59.482936 119.962973) + (xy 59.482942 119.962977) (xy 59.79616 120.092716) (xy 60.120586 120.191129) (xy 60.453096 120.25727) + (xy 60.790488 120.2905) (xy 60.790491 120.2905) (xy 61.129509 120.2905) (xy 61.129512 120.2905) + (xy 61.466904 120.25727) (xy 61.799414 120.191129) (xy 62.12384 120.092716) (xy 62.437058 119.962977) + (xy 62.736051 119.803162) (xy 63.017939 119.61481) (xy 63.280009 119.399735) (xy 63.519735 119.160009) + (xy 63.73481 118.897939) (xy 63.923162 118.616051) (xy 64.082977 118.317058) (xy 64.212716 118.00384) + (xy 64.311129 117.679414) (xy 64.37727 117.346904) (xy 64.4105 117.009512) (xy 64.4105 117.009508) + (xy 77.8295 117.009508) (xy 77.862729 117.346901) (xy 77.92887 117.67941) (xy 78.027284 118.003841) + (xy 78.157024 118.31706) (xy 78.157026 118.317065) (xy 78.316831 118.616039) (xy 78.316842 118.616057) + (xy 78.505184 118.89793) (xy 78.505194 118.897944) (xy 78.720269 119.160014) (xy 78.959985 119.39973) + (xy 78.95999 119.399734) (xy 78.959991 119.399735) (xy 79.222061 119.61481) (xy 79.503949 119.803162) + (xy 79.503958 119.803167) (xy 79.50396 119.803168) (xy 79.802934 119.962973) (xy 79.802936 119.962973) + (xy 79.802942 119.962977) (xy 80.11616 120.092716) (xy 80.440586 120.191129) (xy 80.773096 120.25727) + (xy 81.110488 120.2905) (xy 81.110491 120.2905) (xy 81.449509 120.2905) (xy 81.449512 120.2905) + (xy 81.786904 120.25727) (xy 82.119414 120.191129) (xy 82.44384 120.092716) (xy 82.757058 119.962977) + (xy 83.056051 119.803162) (xy 83.337939 119.61481) (xy 83.600009 119.399735) (xy 83.839735 119.160009) + (xy 84.05481 118.897939) (xy 84.243162 118.616051) (xy 84.402977 118.317058) (xy 84.532716 118.00384) + (xy 84.631129 117.679414) (xy 84.69727 117.346904) (xy 84.7305 117.009512) (xy 84.7305 116.670488) + (xy 84.69727 116.333096) (xy 84.631129 116.000586) (xy 84.532716 115.67616) (xy 84.402977 115.362942) + (xy 84.243162 115.063949) (xy 84.05481 114.782061) (xy 83.839735 114.519991) (xy 83.839734 114.51999) + (xy 83.83973 114.519985) (xy 83.600014 114.280269) (xy 83.337944 114.065194) (xy 83.337943 114.065193) + (xy 83.337939 114.06519) (xy 83.056051 113.876838) (xy 83.056046 113.876835) (xy 83.056039 113.876831) + (xy 82.757065 113.717026) (xy 82.75706 113.717024) (xy 82.443841 113.587284) (xy 82.253382 113.529509) + (xy 82.119414 113.488871) (xy 82.119411 113.48887) (xy 82.11941 113.48887) (xy 81.786901 113.422729) + (xy 81.549199 113.399318) (xy 81.449512 113.3895) (xy 81.110488 113.3895) (xy 81.019738 113.398437) + (xy 80.773098 113.422729) (xy 80.440589 113.48887) (xy 80.116158 113.587284) (xy 79.802939 113.717024) + (xy 79.802934 113.717026) (xy 79.50396 113.876831) (xy 79.503942 113.876842) (xy 79.222069 114.065184) + (xy 79.222055 114.065194) (xy 78.959985 114.280269) (xy 78.720269 114.519985) (xy 78.505194 114.782055) + (xy 78.505184 114.782069) (xy 78.316842 115.063942) (xy 78.316831 115.06396) (xy 78.157026 115.362934) + (xy 78.157024 115.362939) (xy 78.027284 115.676158) (xy 77.92887 116.000589) (xy 77.862729 116.333098) + (xy 77.8295 116.670491) (xy 77.8295 117.009508) (xy 64.4105 117.009508) (xy 64.4105 116.670488) + (xy 64.37727 116.333096) (xy 64.311129 116.000586) (xy 64.212716 115.67616) (xy 64.082977 115.362942) + (xy 63.923162 115.063949) (xy 63.73481 114.782061) (xy 63.519735 114.519991) (xy 63.519734 114.51999) + (xy 63.51973 114.519985) (xy 63.280014 114.280269) (xy 63.017944 114.065194) (xy 63.017943 114.065193) + (xy 63.017939 114.06519) (xy 62.736051 113.876838) (xy 62.736046 113.876835) (xy 62.736039 113.876831) + (xy 62.437065 113.717026) (xy 62.43706 113.717024) (xy 62.123841 113.587284) (xy 61.933382 113.529509) + (xy 61.799414 113.488871) (xy 61.799411 113.48887) (xy 61.79941 113.48887) (xy 61.466901 113.422729) + (xy 61.229199 113.399318) (xy 61.129512 113.3895) (xy 60.790488 113.3895) (xy 60.699738 113.398437) + (xy 60.453098 113.422729) (xy 60.120589 113.48887) (xy 59.796158 113.587284) (xy 59.482939 113.717024) + (xy 59.482934 113.717026) (xy 59.18396 113.876831) (xy 59.183942 113.876842) (xy 58.902069 114.065184) + (xy 58.902055 114.065194) (xy 58.639985 114.280269) (xy 58.400269 114.519985) (xy 58.185194 114.782055) + (xy 58.185184 114.782069) (xy 57.996842 115.063942) (xy 57.996831 115.06396) (xy 57.837026 115.362934) + (xy 57.837024 115.362939) (xy 57.707284 115.676158) (xy 57.60887 116.000589) (xy 57.542729 116.333098) + (xy 57.5095 116.670491) (xy 57.5095 117.009508) (xy 50.8755 117.009508) (xy 50.8755 96.714072) (xy 57.0095 96.714072) + (xy 57.047544 97.100347) (xy 57.047547 97.100364) (xy 57.123264 97.48103) (xy 57.123267 97.481041) + (xy 57.235945 97.852489) (xy 57.384485 98.211095) (xy 57.384487 98.2111) (xy 57.56745 98.5534) (xy 57.567461 98.553418) + (xy 57.783096 98.876139) (xy 57.783106 98.876153) (xy 58.029347 99.176198) (xy 58.303801 99.450652) + (xy 58.303806 99.450656) (xy 58.303807 99.450657) (xy 58.603852 99.696898) (xy 58.926588 99.912543) + (xy 58.926597 99.912548) (xy 58.926599 99.912549) (xy 59.268899 100.095512) (xy 59.268901 100.095512) + (xy 59.268907 100.095516) (xy 59.627512 100.244055) (xy 59.998949 100.35673) (xy 59.998955 100.356731) + (xy 59.998958 100.356732) (xy 59.998969 100.356735) (xy 60.23768 100.404216) (xy 60.379642 100.432454) + (xy 60.765924 100.4705) (xy 60.765927 100.4705) (xy 61.154073 100.4705) (xy 61.154076 100.4705) + (xy 61.540358 100.432454) (xy 61.728788 100.394973) (xy 61.92103 100.356735) (xy 61.921041 100.356732) + (xy 61.921041 100.356731) (xy 61.921051 100.35673) (xy 62.292488 100.244055) (xy 62.651093 100.095516) + (xy 62.993412 99.912543) (xy 63.316148 99.696898) (xy 63.616193 99.450657) (xy 63.890657 99.176193) + (xy 64.136898 98.876148) (xy 64.352543 98.553412) (xy 64.535516 98.211093) (xy 64.684055 97.852488) + (xy 64.79673 97.481051) (xy 64.796732 97.481041) (xy 64.796735 97.48103) (xy 64.834973 97.288788) + (xy 64.872454 97.100358) (xy 64.9105 96.714076) (xy 64.9105 96.714072) (xy 77.3295 96.714072) (xy 77.367544 97.100347) + (xy 77.367547 97.100364) (xy 77.443264 97.48103) (xy 77.443267 97.481041) (xy 77.555945 97.852489) + (xy 77.704485 98.211095) (xy 77.704487 98.2111) (xy 77.88745 98.5534) (xy 77.887461 98.553418) (xy 78.103096 98.876139) + (xy 78.103106 98.876153) (xy 78.349347 99.176198) (xy 78.623801 99.450652) (xy 78.623806 99.450656) + (xy 78.623807 99.450657) (xy 78.923852 99.696898) (xy 79.246588 99.912543) (xy 79.246597 99.912548) + (xy 79.246599 99.912549) (xy 79.588899 100.095512) (xy 79.588901 100.095512) (xy 79.588907 100.095516) + (xy 79.947512 100.244055) (xy 80.318949 100.35673) (xy 80.318955 100.356731) (xy 80.318958 100.356732) + (xy 80.318969 100.356735) (xy 80.55768 100.404216) (xy 80.699642 100.432454) (xy 81.085924 100.4705) + (xy 81.085927 100.4705) (xy 81.474073 100.4705) (xy 81.474076 100.4705) (xy 81.860358 100.432454) + (xy 82.048788 100.394973) (xy 82.24103 100.356735) (xy 82.241041 100.356732) (xy 82.241041 100.356731) + (xy 82.241051 100.35673) (xy 82.612488 100.244055) (xy 82.971093 100.095516) (xy 83.313412 99.912543) + (xy 83.636148 99.696898) (xy 83.936193 99.450657) (xy 84.210657 99.176193) (xy 84.456898 98.876148) + (xy 84.672543 98.553412) (xy 84.855516 98.211093) (xy 85.004055 97.852488) (xy 85.11673 97.481051) + (xy 85.116732 97.481041) (xy 85.116735 97.48103) (xy 85.154973 97.288788) (xy 85.192454 97.100358) + (xy 85.2305 96.714076) (xy 85.2305 96.325924) (xy 85.192454 95.939642) (xy 85.164216 95.79768) (xy 85.116735 95.558969) + (xy 85.116732 95.558958) (xy 85.116731 95.558955) (xy 85.11673 95.558949) (xy 85.004055 95.187512) + (xy 84.855516 94.828907) (xy 84.672543 94.486588) (xy 84.456898 94.163852) (xy 84.210657 93.863807) + (xy 84.210656 93.863806) (xy 84.210652 93.863801) (xy 83.936198 93.589347) (xy 83.636153 93.343106) + (xy 83.636152 93.343105) (xy 83.636148 93.343102) (xy 83.313412 93.127457) (xy 83.313407 93.127454) + (xy 83.3134 93.12745) (xy 82.9711 92.944487) (xy 82.971095 92.944485) (xy 82.612489 92.795945) (xy 82.241041 92.683267) + (xy 82.24103 92.683264) (xy 81.860364 92.607547) (xy 81.860347 92.607544) (xy 81.568239 92.578774) + (xy 81.474076 92.5695) (xy 81.085924 92.5695) (xy 80.998836 92.578077) (xy 80.699652 92.607544) + (xy 80.699635 92.607547) (xy 80.318969 92.683264) (xy 80.318958 92.683267) (xy 79.94751 92.795945) + (xy 79.588904 92.944485) (xy 79.588899 92.944487) (xy 79.246599 93.12745) (xy 79.246581 93.127461) + (xy 78.92386 93.343096) (xy 78.923846 93.343106) (xy 78.623801 93.589347) (xy 78.349347 93.863801) + (xy 78.103106 94.163846) (xy 78.103096 94.16386) (xy 77.887461 94.486581) (xy 77.88745 94.486599) + (xy 77.704487 94.828899) (xy 77.704485 94.828904) (xy 77.555945 95.18751) (xy 77.443267 95.558958) + (xy 77.443264 95.558969) (xy 77.367547 95.939635) (xy 77.367544 95.939652) (xy 77.3295 96.325927) + (xy 77.3295 96.714072) (xy 64.9105 96.714072) (xy 64.9105 96.325924) (xy 64.872454 95.939642) (xy 64.844216 95.79768) + (xy 64.796735 95.558969) (xy 64.796732 95.558958) (xy 64.796731 95.558955) (xy 64.79673 95.558949) + (xy 64.684055 95.187512) (xy 64.535516 94.828907) (xy 64.352543 94.486588) (xy 64.136898 94.163852) + (xy 63.890657 93.863807) (xy 63.890656 93.863806) (xy 63.890652 93.863801) (xy 63.616198 93.589347) + (xy 63.316153 93.343106) (xy 63.316152 93.343105) (xy 63.316148 93.343102) (xy 62.993412 93.127457) + (xy 62.993407 93.127454) (xy 62.9934 93.12745) (xy 62.6511 92.944487) (xy 62.651095 92.944485) (xy 62.292489 92.795945) + (xy 61.921041 92.683267) (xy 61.92103 92.683264) (xy 61.540364 92.607547) (xy 61.540347 92.607544) + (xy 61.248239 92.578774) (xy 61.154076 92.5695) (xy 60.765924 92.5695) (xy 60.678836 92.578077) + (xy 60.379652 92.607544) (xy 60.379635 92.607547) (xy 59.998969 92.683264) (xy 59.998958 92.683267) + (xy 59.62751 92.795945) (xy 59.268904 92.944485) (xy 59.268899 92.944487) (xy 58.926599 93.12745) + (xy 58.926581 93.127461) (xy 58.60386 93.343096) (xy 58.603846 93.343106) (xy 58.303801 93.589347) + (xy 58.029347 93.863801) (xy 57.783106 94.163846) (xy 57.783096 94.16386) (xy 57.567461 94.486581) + (xy 57.56745 94.486599) (xy 57.384487 94.828899) (xy 57.384485 94.828904) (xy 57.235945 95.18751) + (xy 57.123267 95.558958) (xy 57.123264 95.558969) (xy 57.047547 95.939635) (xy 57.047544 95.939652) + (xy 57.0095 96.325927) (xy 57.0095 96.714072) (xy 50.8755 96.714072) (xy 50.8755 83.918045) (xy 60.155141 83.918045) + (xy 60.155141 86.594431) (xy 61.76486 86.594431) (xy 61.76486 83.918045) (xy 80.475141 83.918045) + (xy 80.475141 86.594431) (xy 82.08486 86.594431) (xy 82.08486 83.918045) (xy 80.475141 83.918045) + (xy 61.76486 83.918045) (xy 60.155141 83.918045) (xy 50.8755 83.918045) (xy 50.8755 76.369508) (xy 57.5095 76.369508) + (xy 57.542729 76.706901) (xy 57.60887 77.03941) (xy 57.707284 77.363841) (xy 57.837024 77.67706) + (xy 57.837026 77.677065) (xy 57.996831 77.976039) (xy 57.996842 77.976057) (xy 58.185184 78.25793) + (xy 58.185194 78.257944) (xy 58.400269 78.520014) (xy 58.639985 78.75973) (xy 58.63999 78.759734) + (xy 58.639991 78.759735) (xy 58.902061 78.97481) (xy 59.183949 79.163162) (xy 59.183958 79.163167) + (xy 59.18396 79.163168) (xy 59.482934 79.322973) (xy 59.482936 79.322973) (xy 59.482942 79.322977) + (xy 59.79616 79.452716) (xy 60.120586 79.551129) (xy 60.453096 79.61727) (xy 60.790488 79.6505) + (xy 60.790491 79.6505) (xy 61.129509 79.6505) (xy 61.129512 79.6505) (xy 61.466904 79.61727) (xy 61.799414 79.551129) + (xy 62.12384 79.452716) (xy 62.437058 79.322977) (xy 62.736051 79.163162) (xy 63.017939 78.97481) + (xy 63.280009 78.759735) (xy 63.519735 78.520009) (xy 63.73481 78.257939) (xy 63.923162 77.976051) + (xy 64.082977 77.677058) (xy 64.212716 77.36384) (xy 64.311129 77.039414) (xy 64.37727 76.706904) + (xy 64.4105 76.369512) (xy 64.4105 76.369508) (xy 77.8295 76.369508) (xy 77.862729 76.706901) (xy 77.92887 77.03941) + (xy 78.027284 77.363841) (xy 78.157024 77.67706) (xy 78.157026 77.677065) (xy 78.316831 77.976039) + (xy 78.316842 77.976057) (xy 78.505184 78.25793) (xy 78.505194 78.257944) (xy 78.720269 78.520014) + (xy 78.959985 78.75973) (xy 78.95999 78.759734) (xy 78.959991 78.759735) (xy 79.222061 78.97481) + (xy 79.503949 79.163162) (xy 79.503958 79.163167) (xy 79.50396 79.163168) (xy 79.802934 79.322973) + (xy 79.802936 79.322973) (xy 79.802942 79.322977) (xy 80.11616 79.452716) (xy 80.440586 79.551129) + (xy 80.773096 79.61727) (xy 81.110488 79.6505) (xy 81.110491 79.6505) (xy 81.449509 79.6505) (xy 81.449512 79.6505) + (xy 81.786904 79.61727) (xy 82.119414 79.551129) (xy 82.44384 79.452716) (xy 82.757058 79.322977) + (xy 83.056051 79.163162) (xy 83.337939 78.97481) (xy 83.600009 78.759735) (xy 83.839735 78.520009) + (xy 84.05481 78.257939) (xy 84.243162 77.976051) (xy 84.402977 77.677058) (xy 84.532716 77.36384) + (xy 84.631129 77.039414) (xy 84.69727 76.706904) (xy 84.7305 76.369512) (xy 84.7305 76.030488) (xy 84.69727 75.693096) + (xy 84.631129 75.360586) (xy 84.532716 75.03616) (xy 84.402977 74.722942) (xy 84.243162 74.423949) + (xy 84.05481 74.142061) (xy 83.839735 73.879991) (xy 83.839734 73.87999) (xy 83.83973 73.879985) + (xy 83.600014 73.640269) (xy 83.337944 73.425194) (xy 83.337943 73.425193) (xy 83.337939 73.42519) + (xy 83.056051 73.236838) (xy 83.056046 73.236835) (xy 83.056039 73.236831) (xy 82.757065 73.077026) + (xy 82.75706 73.077024) (xy 82.443841 72.947284) (xy 82.253382 72.889509) (xy 82.119414 72.848871) + (xy 82.119411 72.84887) (xy 82.11941 72.84887) (xy 81.786901 72.782729) (xy 81.549199 72.759318) + (xy 81.449512 72.7495) (xy 81.110488 72.7495) (xy 81.019738 72.758437) (xy 80.773098 72.782729) + (xy 80.440589 72.84887) (xy 80.116158 72.947284) (xy 79.802939 73.077024) (xy 79.802934 73.077026) + (xy 79.50396 73.236831) (xy 79.503942 73.236842) (xy 79.222069 73.425184) (xy 79.222055 73.425194) + (xy 78.959985 73.640269) (xy 78.720269 73.879985) (xy 78.505194 74.142055) (xy 78.505184 74.142069) + (xy 78.316842 74.423942) (xy 78.316831 74.42396) (xy 78.157026 74.722934) (xy 78.157024 74.722939) + (xy 78.027284 75.036158) (xy 77.92887 75.360589) (xy 77.862729 75.693098) (xy 77.8295 76.030491) + (xy 77.8295 76.369508) (xy 64.4105 76.369508) (xy 64.4105 76.030488) (xy 64.37727 75.693096) (xy 64.311129 75.360586) + (xy 64.212716 75.03616) (xy 64.082977 74.722942) (xy 63.923162 74.423949) (xy 63.73481 74.142061) + (xy 63.519735 73.879991) (xy 63.519734 73.87999) (xy 63.51973 73.879985) (xy 63.280014 73.640269) + (xy 63.017944 73.425194) (xy 63.017943 73.425193) (xy 63.017939 73.42519) (xy 62.736051 73.236838) + (xy 62.736046 73.236835) (xy 62.736039 73.236831) (xy 62.437065 73.077026) (xy 62.43706 73.077024) + (xy 62.123841 72.947284) (xy 61.933382 72.889509) (xy 61.799414 72.848871) (xy 61.799411 72.84887) + (xy 61.79941 72.84887) (xy 61.466901 72.782729) (xy 61.229199 72.759318) (xy 61.129512 72.7495) + (xy 60.790488 72.7495) (xy 60.699738 72.758437) (xy 60.453098 72.782729) (xy 60.120589 72.84887) + (xy 59.796158 72.947284) (xy 59.482939 73.077024) (xy 59.482934 73.077026) (xy 59.18396 73.236831) + (xy 59.183942 73.236842) (xy 58.902069 73.425184) (xy 58.902055 73.425194) (xy 58.639985 73.640269) + (xy 58.400269 73.879985) (xy 58.185194 74.142055) (xy 58.185184 74.142069) (xy 57.996842 74.423942) + (xy 57.996831 74.42396) (xy 57.837026 74.722934) (xy 57.837024 74.722939) (xy 57.707284 75.036158) + (xy 57.60887 75.360589) (xy 57.542729 75.693098) (xy 57.5095 76.030491) (xy 57.5095 76.369508) (xy 50.8755 76.369508) + (xy 50.8755 50.9995) (xy 50.895185 50.932461) (xy 50.947989 50.886706) (xy 50.9995 50.8755) (xy 57.912371 50.8755) + ) + ) + ) +) \ No newline at end of file diff --git a/src/produkt/panel/panel.kicad_pro b/src/produkt/panel/panel.kicad_pro index 34723ec0..5e37b287 100644 --- a/src/produkt/panel/panel.kicad_pro +++ b/src/produkt/panel/panel.kicad_pro @@ -172,6 +172,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -360,15 +367,21 @@ "bus_label_syntax": "error", "bus_to_bus_conflict": "error", "bus_to_net_conflict": "error", + "conflicting_netclasses": "error", "different_unit_footprint": "error", "different_unit_net": "error", "duplicate_reference": "error", "duplicate_sheet_names": "error", + "endpoint_off_grid": "warning", "extra_units": "error", "global_label_dangling": "warning", "hier_label_mismatch": "error", "label_dangling": "error", "lib_symbol_issues": "warning", + "missing_bidi_pin": "warning", + "missing_input_pin": "warning", + "missing_power_pin": "error", + "missing_unit": "warning", "multiple_net_names": "warning", "net_not_bus_member": "warning", "no_connect_connected": "warning", @@ -378,6 +391,7 @@ "pin_to_pin": "warning", "power_pin_not_driven": "error", "similar_labels": "warning", + "simulation_model_issue": "ignore", "unannotated": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", @@ -424,15 +438,78 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, "default_line_thickness": 6.0, "default_text_size": 50.0, "field_names": [], @@ -443,6 +520,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -464,14 +546,19 @@ "page_layout_descr_file": "", "plot_directory": "", "spice_adjust_passive_values": false, + "spice_current_sheet_as_root": false, "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, "sheets": [ [ "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55", - "" + "Root" ] ], "text_variables": {} diff --git a/src/produkt/panel/panel.kicad_sch b/src/produkt/panel/panel.kicad_sch index b4d3b6ca..0c58576c 100644 --- a/src/produkt/panel/panel.kicad_sch +++ b/src/produkt/panel/panel.kicad_sch @@ -1,340 +1,860 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e63e39d7-6ac0-4ffd-8aa3-1841a4541b55) - - (paper "A4") - - (title_block - (title "produkt") - (date "2021-08-01") - (rev "R02") - (comment 1 "schema for panel") - (comment 2 "vca and ringmodulator") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - ) - - - (symbol (lib_id "Mechanical:MountingHole") (at 77.47 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6afc22) - (property "Reference" "H9" (at 80.01 53.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "volX_a" (at 80.01 55.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (at 77.47 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 77.47 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 77.47 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6b047c) - (property "Reference" "H8" (at 80.01 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "inX_a" (at 80.01 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (at 77.47 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 77.47 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 77.47 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6b07f8) - (property "Reference" "H5" (at 80.01 89.0016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "outa" (at 80.01 91.313 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (at 77.47 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 77.47 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 77.47 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead9687) - (property "Reference" "H4" (at 80.01 77.5716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "volY_a" (at 80.01 79.883 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (at 77.47 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 77.47 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 77.47 66.04 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead968d) - (property "Reference" "H3" (at 80.01 64.8716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "inY_a" (at 80.01 67.183 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (at 77.47 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 77.47 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 153.67 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097a217) - (property "Reference" "H1" (at 156.21 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 156.21 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" (at 153.67 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 153.67 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097a580) - (property "Reference" "H2" (at 156.21 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 156.21 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" (at 153.67 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 101.6 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097e10f) - (property "Reference" "H7" (at 104.14 53.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "volX_b" (at 104.14 55.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (at 101.6 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 101.6 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097e115) - (property "Reference" "H6" (at 104.14 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "inX_b" (at 104.14 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (at 101.6 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 101.6 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097e11b) - (property "Reference" "H12" (at 104.14 89.0016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "outb" (at 104.14 91.313 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (at 101.6 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 101.6 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097e121) - (property "Reference" "H11" (at 104.14 77.5716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "volY_b" (at 104.14 79.883 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_potentiometer" (at 101.6 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 101.6 66.04 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006097e127) - (property "Reference" "H10" (at 104.14 64.8716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "inY_b" (at 104.14 67.183 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "elektrophon:panel_jack" (at 101.6 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "panel" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" - (reference "H10") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55") + (paper "A4") + (title_block + (title "produkt") + (date "2021-08-01") + (rev "R02") + (comment 1 "schema for panel") + (comment 2 "vca and ringmodulator") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 77.47 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6afc22") + (property "Reference" "H9" + (at 80.01 53.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "volX_a" + (at 80.01 55.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 77.47 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 77.47 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6b047c") + (property "Reference" "H8" + (at 80.01 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "inX_a" + (at 80.01 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 77.47 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 77.47 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6b07f8") + (property "Reference" "H5" + (at 80.01 89.0016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "outa" + (at 80.01 91.313 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 77.47 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 77.47 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead9687") + (property "Reference" "H4" + (at 80.01 77.5716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "volY_a" + (at 80.01 79.883 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 77.47 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 77.47 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead968d") + (property "Reference" "H3" + (at 80.01 64.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "inY_a" + (at 80.01 67.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 77.47 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 153.67 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097a217") + (property "Reference" "H1" + (at 156.21 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 156.21 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" + (at 153.67 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 153.67 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 153.67 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097a580") + (property "Reference" "H2" + (at 156.21 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 156.21 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:MountingHole_Panel_3.2mm_M3" + (at 153.67 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 153.67 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 101.6 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097e10f") + (property "Reference" "H7" + (at 104.14 53.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "volX_b" + (at 104.14 55.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 101.6 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 101.6 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097e115") + (property "Reference" "H6" + (at 104.14 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "inX_b" + (at 104.14 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 101.6 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 101.6 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097e11b") + (property "Reference" "H12" + (at 104.14 89.0016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "outb" + (at 104.14 91.313 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 101.6 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 101.6 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097e121") + (property "Reference" "H11" + (at 104.14 77.5716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "volY_b" + (at 104.14 79.883 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_potentiometer" + (at 101.6 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 101.6 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006097e127") + (property "Reference" "H10" + (at 104.14 64.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "inY_b" + (at 104.14 67.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "elektrophon:panel_jack" + (at 101.6 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "panel" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (reference "H10") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/ssg/main/main.kicad_pcb b/src/ssg/main/main.kicad_pcb index 737e5c13..35dbc998 100644 --- a/src/ssg/main/main.kicad_pcb +++ b/src/ssg/main/main.kicad_pcb @@ -1,23551 +1,38659 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "Smooth and Stepped Generator") - (date "2020-05-24") - (rev "02") - (comment 1 "Original design by Ken Stone") - (comment 2 "Schema for main circuit") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 0) - (scaleselection 1) - (outputdirectory "gerbers") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "-15V") - (net 3 "+15V") - (net 4 "unconnected-(U3-Pad10)") - (net 5 "unconnected-(U3D---Pad11)") - (net 6 "SAMPLE_2") - (net 7 "Net-(Q3-G)") - (net 8 "Net-(C20-Pad1)") - (net 9 "Net-(Q4-G)") - (net 10 "Net-(D5-K)") - (net 11 "Net-(C22-Pad2)") - (net 12 "LED_1_a") - (net 13 "Net-(C23-Pad2)") - (net 14 "LED_2_a") - (net 15 "Net-(D7-A)") - (net 16 "Net-(U7-+)") - (net 17 "Net-(D8-A)") - (net 18 "Net-(D1-A)") - (net 19 "Net-(D1-K)") - (net 20 "Net-(D2-A)") - (net 21 "+5V") - (net 22 "OUT_2") - (net 23 "OUT_1") - (net 24 "LED_2_b") - (net 25 "CYCLE_2") - (net 26 "COUPLER_5V") - (net 27 "COUPLER_HOT") - (net 28 "CYCLE_1") - (net 29 "LED_1_b") - (net 30 "RATE_2") - (net 31 "VC_2") - (net 32 "IN_2") - (net 33 "RATE_1") - (net 34 "HOLD_1") - (net 35 "VC_1") - (net 36 "IN_1") - (net 37 "Net-(D2-K)") - (net 38 "Net-(D5-A)") - (net 39 "Net-(D6-K)") - (net 40 "Net-(D7-K)") - (net 41 "/HOLD") - (net 42 "Net-(Q1-E)") - (net 43 "Net-(Q1-C)") - (net 44 "Net-(Q2-E)") - (net 45 "Net-(R18-Pad1)") - (net 46 "Net-(Q2-C)") - (net 47 "Net-(R20-Pad1)") - (net 48 "Net-(R21-Pad2)") - (net 49 "Net-(R22-Pad2)") - (net 50 "Net-(Q3-S)") - (net 51 "Net-(Q4-S)") - (net 52 "Net-(U2B-+)") - (net 53 "Net-(U3B-+)") - (net 54 "Net-(U5-BIAS)") - (net 55 "Net-(R34-Pad2)") - (net 56 "Net-(R35-Pad2)") - (net 57 "Net-(U6-BIAS)") - (net 58 "Net-(U2C--)") - (net 59 "Net-(U2A-+)") - (net 60 "Net-(U3A-+)") - (net 61 "Net-(U2A--)") - (net 62 "Net-(U3A--)") - (net 63 "Net-(U1A-+)") - (net 64 "Net-(R48-Pad2)") - (net 65 "Net-(R49-Pad2)") - (net 66 "LED") - (net 67 "Net-(U7--)") - (net 68 "Net-(U4A-+)") - (net 69 "Net-(U2D--)") - (net 70 "Net-(U3C--)") - (net 71 "Net-(U2D-+)") - (net 72 "Net-(U3C-+)") - (net 73 "unconnected-(U5-NC-Pad8)") - (net 74 "unconnected-(U5-NC-Pad1)") - (net 75 "unconnected-(U6-NC-Pad8)") - (net 76 "unconnected-(U6-NC-Pad1)") - (net 77 "unconnected-(U7-NC-Pad8)") - (net 78 "unconnected-(U7-NULL-Pad5)") - (net 79 "unconnected-(U7-NULL-Pad1)") - (net 80 "unconnected-(U3D-+-Pad12)") - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e260) - (at 62.103 30.226) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5c24d0") - (attr through_hole) - (fp_text reference "C1" (at 1.25 3.87) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 98e6fd2d-1e3c-488b-8eeb-b75d2df4af9c) - ) - (fp_text value "10u" (at 1.25 3.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0c48796c-7542-4d3d-ae07-de8e70888a17) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 933eec0d-32f7-4d65-85bc-c8917dfec32c) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88e36c40-29e1-4ddd-9871-67b0d09e9fa6)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26348193-8bc6-4609-bf20-c00e7e31539b)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b47dd6be-441b-4019-8490-66e304552c31)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e9a7981-214b-441a-af9a-d25445ce6071)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6df6948e-a87e-4fed-883d-05088404e4d6)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55f95b8e-6a14-4cc3-84b7-e1cfc4bf1e49)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e436261-2ab5-4c0c-b458-115f80ff2d4e)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2979018e-de99-4198-9dc4-31462cd51660)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8002d257-c437-459f-ab4b-2f370f2d628f)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8bc0e764-4ad9-4c48-9dc3-74a0002ade44)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31c60da5-23b5-459b-a317-80f9bac67240)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cc52f1c-7db6-490b-a94f-a31f8b8a36e6)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1afd4903-b4b0-4f5c-91a8-bcf8c8a829f0)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b27deee-9ffc-4d23-ae6a-7451b1e8abe5)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67c945ad-6cae-4116-874a-ff8a667d707e)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab0472b1-5b1d-4a3e-bfaa-c1175557ad31)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 191d8e10-93f1-443a-9217-d3bba6940ce0)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a71456f4-b7c4-41c6-b1b1-d19987a05f00)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 789b53c3-b7ea-42fd-9dc8-06f6c84cde0e)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a53f0db5-779e-4483-8c75-dc46fe37d707)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5916f7c5-6261-47eb-8bb7-66ff42c4a3d4)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e165c70a-f982-4635-bedf-68e25c4aa6fb)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fe90cb0-9e85-435e-997d-d532580a7bd8)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a78e64f1-ce63-472a-8083-bb86f4dc8904)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f9c8f46-cd74-4658-8524-b5be967dc050)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2cbe83c-ddbb-4385-b22e-a7c7b960cc5a)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19b000d1-833c-438b-b88a-35032767f22f)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0c7b0b7-c6c0-44a5-8796-18c808aa87af)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6aa66fd0-aac6-4893-af2f-5d1771a5ce76)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee0271ee-98fc-40bc-aa3c-fce7dfe54e54)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31d2dc6c-d001-4521-8957-096ebff5f895)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94f3252f-f59c-4c53-a031-68d958920667)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd6ef623-5c4c-4268-895b-bfbd2d6c8c82)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09a7f366-1aec-492f-a80f-b82aeadcbb16)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 150d277e-7285-4181-8e5c-8e96513aa038)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e3d0e7e0-04d0-48c5-8e26-281b21bbdd43)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c74c34ff-be94-4bfa-9aa4-68e110f6a45d)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 547e7ddb-8d8c-4764-9760-1ad123f9eaf6)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff8138ec-c29e-4059-9e1c-1b551ae88f16)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7ef8672-5d81-480c-afce-b019515e05ac)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1a154ac-388b-4176-93ad-330738297b6b)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4952fa84-b82f-4881-9f36-78fe1846cc4e)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21edec68-1e1f-4976-956d-11700861171a)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d427767-a62c-4aaa-95fe-45dd2653308e)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fff39ac0-e16a-447a-8ecd-14ddc3814788)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2de78700-52ee-4203-89cf-f602dfcd9156)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21af20a9-c1fd-4978-971d-46db356646fa)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8f30d8a-868e-4655-a3a6-3531ecc60aa9)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f55d8c5-60f2-4a9b-a015-910d5ff7c132)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b91d57db-4ed3-4dc2-97a3-2558bffd7396)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d1d082d-a59e-446c-801f-46c04d7007b1)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 311b8b8a-395d-491a-be34-205fc710373b)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e520f2b-ba84-4e7a-ae96-53ce17f9b14c)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39b0ae1f-e557-47f7-a7db-687eac73bc68)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60a378c2-8295-4e3f-bc4b-38e72e081060)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38ab4b2b-586d-4a58-a666-69530f6e02aa)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02ff5bee-8490-4c5c-916c-926ec4081867)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6140bd91-1be7-4afb-a739-fd9399400190)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56c29b88-25f0-4f9d-8b39-6bc01877572c)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08a6152b-a906-46b2-9662-10d05fa2091d)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41ab695f-74fb-42da-bc8e-e476f4ecb6af)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8ac8d5a-9c3b-4d67-a379-78d2c3d6bd72)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd1ba77a-1260-45aa-8ada-d7948359d7ce)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f9d3546-416c-49cd-9a1d-be65e2feb2fe)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d095db4a-46e6-42ba-b7ea-76aae40983b3)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a659cf31-416d-4f23-b050-b06f3b1f5ce3)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b9a4be8-d2b4-4def-ba89-0adc405ee326)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3e5b3f3-06b0-4fa9-bba6-358d0fb8c2dd)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f719009-9b12-4a77-a22f-7c5e3bc6f110)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b174b1f-72e7-49b3-be24-b413efa2989d)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 890ce648-2536-4c63-97b0-2d5800932e48)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b9c3306-1593-4210-be04-db14185cfcde)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e82f5bc-d836-45a0-81c8-e335c15f5815)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25659b1c-82fb-4c7c-975d-939f42ead1bb)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c5a4fd4-1339-4ea7-8756-c9b77e026423)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf911884-e99c-4cbc-864e-a336eaae088f)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4112f78-7114-4f62-aa04-5f763ca7bd86)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32081aeb-f99c-4632-995f-4e5580ab3fcd)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7459ebc6-4b64-40ec-bb0e-d8ca8ed63918)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 629593df-d170-4821-a650-36bd7a91141a)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac9e1be8-def1-4a30-a668-4de69d4d6b85)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8d91f3d-7536-4c7d-8563-0a6b4b7938fc)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23c10ace-da51-4c27-826d-dafeb599342f)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a726a248-0b5a-4534-a533-73e1dc4d24b9)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9bffe08-6d9b-4789-8581-f941c2666c2b)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f424749e-c2e9-4fc9-bd7e-dfd20bd1d9d4)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72c72d65-bdf2-499d-89cb-e3f77bc299a2)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f9bd7ca-1457-47f4-8a44-788b5539ed79)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b0c5fda-25ef-44d0-bca2-0d3ffb770d96)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c2b0f79-f07f-4993-beb7-321ad53e5b58)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83e26481-8591-438a-afe9-c77a172cb0b0)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6eb54d9c-5498-410c-bcc8-d7db69c6f03a)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06fd9122-d557-4ce7-aed5-11bed9c3310d)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61be6295-7126-476c-a68b-1d79cbc31e20)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b879018-74d1-4a72-a87a-48f209783c01)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d43c005-62cf-40c1-ba34-ec17672ea2e9)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed675b61-c5f7-4d31-a826-f00f4da8c2f8)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 536ae804-0595-4944-bd23-76bf79bd172a)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c8a5218-eeb9-4ce7-b49a-913733488b24)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc371136-bc9d-4963-8028-2d1975bfb75e)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41fe8a11-9473-42e1-9463-56ccc5f2a9dd)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp caf4b119-af91-4d6e-b6ba-f868bcc4606b)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04ec4244-30c2-4553-9bbd-6a3b2e02231b)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed2e829b-6f6b-44d5-b366-dac428b2304e)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5a1c00a-6af0-4a35-aa40-01dd355c8728)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 728bb858-459a-4a2a-9d74-bc7101976f43)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe91b93d-660b-4711-89fe-6efac089114b)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94e324d3-ff98-41fc-ad79-b548fcf01c62)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ba04d48-0551-42f5-9f5b-22a0dadb14a1)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c219373-440b-4f3d-a7c9-3ef6a27234fb)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2e6b49d-fb3e-4b86-a0d3-815709152620)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48a01c83-82b0-4ea7-959d-214fa1b26b06)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11314f7e-8ee8-471b-a8ac-e89e4c46ea7a)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72b9d6ef-609f-457f-b4e7-21c3024e4c1f)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb3c4185-c6ac-45ed-a7f1-7a8e4de4633c)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7d71413-20ad-4168-808c-5132a783cdcd)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 229a9d4a-2d50-4c1d-9e9c-bddf9429ad12)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49b0b7a7-c5f9-41ec-a9e7-7474d798c3dc)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9406f482-736a-40a9-ac75-a3650193ae31)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66204873-b800-4380-a89d-2d203154f6b3)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 0a2efac6-2eae-454f-91a1-3506d62c7e57)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 9c4f42c4-c0de-4e7b-bea8-fb8d60c2dc01)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f3ab7cf-b210-45ac-b595-eadef5e1d110)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da2eb312-4e69-4681-848e-fcc9784a8e60)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp dd81d448-cdcb-4163-9efc-468130b5e55c)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp 89aada63-7bf6-4684-89fa-4d59a2a673c2)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 0204da45-ae4d-4285-b92c-e2f08c269aed)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e2e4) - (at 54.991 30.226) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5c2809") - (attr through_hole) - (fp_text reference "C2" (at 1.25 3.87) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a2072c3-1dae-4091-a525-f51953f3b201) - ) - (fp_text value "10u" (at 1.25 3.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0e18ad8c-2eda-4c07-877b-c0545e295289) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c60ea61e-51e7-4221-9057-9acbba119132) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 443151f3-dc6a-4abe-bb11-00138f7339cc)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bc94827-6a77-403c-879a-0dc3a92c9afd)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e42a4ce0-2e27-4a6c-afc3-c697959bdd1f)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp baad003a-8aa8-4ce9-bc0e-6a9f8641139c)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8ac28e9-6139-41dd-bb22-09a160ad6bdd)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 945e3add-cee4-4cf4-aeb7-07b56a02d1c1)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 127ee6ca-e97a-41a2-9185-7ad6eaab7718)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcd71351-b46d-4732-8da5-54b7f9aeed90)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb2738db-fa45-4845-a00a-80a9834d36f3)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee3aba96-ae96-4e2c-a6c7-993372ea69bd)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 240e8a5d-f746-4fa9-bf3c-d99864179c84)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98bba06d-7d34-45da-93aa-6e7fa4b2aca2)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58c8e053-7b0b-4a81-846e-a17b5f4e0e03)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c85eb15-462b-4232-8012-5395413379b4)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39fffd50-33bd-454e-8e50-3cb9589bd516)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 960f4251-131f-49b4-b468-988512de3bd1)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6c6d4de-998a-4178-b07d-a050b9a51aef)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da98a0a8-7e41-467b-93a0-71baf9dd3dbd)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 030e66c3-7125-46b4-b487-79650dd9fb65)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a7e94a4-5c57-4420-a7dd-5b67a14eb74c)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b50e8322-31d9-480d-8bd7-3e97e4709691)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62f4845f-8182-447c-b86e-93839d6b124d)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84fcf207-e63b-4632-8b11-d0e68673ba62)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67693c66-0b59-4fca-a004-dadd5d70c650)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c9fca9d-7281-4116-86e6-bfc2943de70f)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87b01ea8-d400-439e-80b6-1f64c584c672)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 038d0ef8-51e7-414f-8ad4-3f3423510c87)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5aeb2361-a899-45ee-9a1a-bb084d56fe4e)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ad96399-e9da-4086-9bf4-f78f7dabd6a0)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 587ee323-6916-47ba-b4b1-66617e95cfa6)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 132b6758-707c-4897-b01b-1a7fb4640ae5)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70f2d295-3652-4a5a-bdab-9b2e0b8aae42)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8bf67a9-d94e-4033-bab7-e7f24e390aa3)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac362e16-6862-4d86-97c6-45d1c5be3be0)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3debe0c5-f80b-4a85-b6e8-c7bca3370d50)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0df84459-6a26-4133-a83c-fb2eb6b347c0)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4b4203e-a005-4971-872d-74e56e9b3286)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf347474-eb9d-4506-9dd3-4995470097ac)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32e7d047-d37c-42ef-87d7-b31aaf767e5b)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2b5d1a6-47bb-4a6f-8d42-44a4074054bd)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e5766b2-a62c-458f-9b27-4dfdc8b75700)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88e07ac1-d19b-46b1-9077-928ce95e0059)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1e8bc3c-3f5e-4827-9e1f-c31cb0b812d7)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d40c576e-1542-4add-b8e3-d84e47c4f079)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c0a7a9a-df25-425b-80b8-e4474b6f7c67)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b72d829d-421f-47fc-b70f-32e3e78faf17)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b2a41d8-6b49-4b83-9006-d7d4bc039afb)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 264ab4bb-135b-4f48-a792-4c3ccda71995)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c0c51ad-7fb6-4bec-977b-72253b57df39)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13417100-8f58-4729-9408-c26b3efabb66)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66e47bb2-55ad-477f-8e81-3ac9b07329d4)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b2e7094-7d29-4b91-95ad-7aa5332ef2af)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bc25fad-6927-459c-904d-b1672e041d0a)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e188c08-adac-472a-b21e-f6f05a131384)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5a5a0d5-70b3-40bc-816d-9075c252b421)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fedf4b8-f7a4-43a9-817e-2979554b161c)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 255d3f14-0d62-44ff-abd6-bf68ac577394)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bcb0101d-ed1e-44af-86ed-de549b64e2ea)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44163a1d-e95e-4698-a0f0-665be887bd53)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a5c763e-38da-46a9-b2b4-03cf8901a96c)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d2175de-67e3-4b3e-85b0-d94ddcc01b81)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e68cfc0d-b2ba-460d-a059-f3dc42a664af)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4c5c862-19f2-46f3-b940-40484e3e960f)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5445bcf3-f3f2-419d-91cb-14bafb399af7)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bcbfb5f5-b5bf-4cc7-819c-3249a76b07df)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0388afa-cd4b-4848-a9cf-e220c4a05fb3)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66298179-eaec-46bb-afd6-db4b4c19d95c)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57f346d8-8622-426f-8b26-5fd76981aed8)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 502d5c97-2c40-43ea-87fa-ac5653ef7b53)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2985ec22-b75b-4268-ae55-cc9565f23c63)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3e8a253-2909-4a0f-8d2d-f562fc63a3bb)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53ce0ee8-6573-484e-abaa-1e6e286199a9)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94f6befd-f874-4938-b593-c047d9f19f4a)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04b3f9c4-c67c-44ab-a1d7-99bf07afd8d3)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21144eb2-3bf0-427c-ab13-365d0dc5184a)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9a21fc2-3240-4428-b8f8-32836e8ccae5)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9287b7c0-7f76-411d-a596-f5e903873bd6)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e153e128-b083-4e98-a5e8-e0352b80d236)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f707f86b-b9ed-48d6-8a7a-414eae88b7ce)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16fe7e86-092e-4cef-baa5-02fbc5173fc2)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7928153-572d-48d2-979f-f0fabbe3bff7)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bc62090-059d-423e-a0d6-5d085b6e85f5)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c440890b-497c-40d3-9d88-4917b87edb35)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c963d20c-85b2-4953-943d-86d01937d6ff)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab7dad69-d975-4f0d-a800-814b50e8c472)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43aa329f-b275-4739-b7f4-a63713638f0a)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3e3b190-ef3b-4962-8b1f-a480a879e2c0)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dede5156-e41b-406e-91d7-2f8a7e244ab7)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7792b12-b2e0-4446-9290-6a8c19abeb4e)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6150d85c-56fd-4b49-9837-d10b4b17f927)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f2e9413-f630-408a-90c7-6a6e0f4b4934)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31ea0409-27e9-4976-90af-b9f2522bb877)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0074f63-12f1-428c-bb7b-e78704a5beee)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b38e0da-5830-4d7b-a1e5-75565a8a5ce9)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f149a8b-9344-41f7-8d28-cb14ff3939e3)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4243b75f-4fab-42cf-ac8c-316f8c2a2ae0)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e62fe957-95ae-4562-87e0-ebf635abd3c1)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2591ad86-0547-4725-b494-d92dda81811c)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94cbe2ca-4315-435e-868f-ce13dd15edce)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e516ca2-253b-46a3-a176-499ee0d4a6d4)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce2aadc0-c9aa-48cc-be0b-477c3bcbc2e2)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6205739-a162-4108-9cc3-7db1393fa15b)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab11e546-8c8b-44e8-b03e-614a7c03b515)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad9d262e-30b1-4395-be72-66c1fe8028c3)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23169ad5-733e-4447-8a12-e92ca17d7483)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 618fad0f-4147-4e75-b164-009767b1f86c)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a145e195-c507-4950-86e3-634a706c9986)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da13d6e5-3d20-4825-9315-7f46d6921167)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5dd8364e-2ba9-4201-bb40-eba867de7ecc)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a583a8c-8309-4c98-8af4-0a067730e4a2)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 352940cb-6343-41d4-9c23-603e63cc6efa)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 866e11e6-96bd-4950-9843-672dc9f5e208)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34605558-f7ee-4111-b586-e18b250d7b33)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37bc163e-9b88-498c-aa56-e465f3e45757)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5e2b905-ea40-4971-b3a8-effef967a486)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11ff78fb-5850-4d22-8f5c-e4dcd4ad0ac8)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c07291ea-17fc-434b-8b7e-39e24ab51228)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c81c028a-979e-4a61-a759-cf0b73a3102b)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 348e4cdc-eef8-4a41-bd52-d1311cc8d954)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3def0a2e-c0f4-4309-b492-09a1199a1fc7)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 38f7e3e8-bfca-4bdb-ab89-a88dfd27bf63)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 57b41c5a-4a40-4334-950e-3a8703056336)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65674bc4-2c63-4959-b0e3-c3f24bfb7f21)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a466bce-79ff-4fdb-9f4b-7fbbe07afda5)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a784caa9-fbe5-405a-bc7a-b3c903f07dbd)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 02464f8a-4bcf-4bfa-a04e-6520232360ce)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pintype "passive") (tstamp fe45a701-b79f-4477-a4f4-6554a8498b97)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e2f9) - (at 45.974 42.672 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005df86aed") - (attr through_hole) - (fp_text reference "C3" (at 1.0795 1.524 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b10616a-7d25-4ba3-b2f7-31654d6fd5a1) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c02aff66-356a-4555-9b43-f9b21b308079) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp be532514-9455-4df2-828b-5234ae877d4e) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13503b8d-a235-4830-a282-5759310917a4)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95cbbc47-f3cf-417c-aa3b-6f8520a82ef4)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ef27e23-6838-49f8-93b6-4d752ae3544e)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ff2bf33-d1ae-426a-ad96-587d4082e586)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6f25219-ffb1-4d84-a86c-590f4f190ca1)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9889c9d-4bc6-4a0f-903f-881ca181322c)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp defaf212-e15d-46d1-b8a4-9952d2c4768a)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b01c8e2-c598-46cb-9823-25826369dd0b)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8085669d-f415-4c09-b9aa-1cfd3b239ac4)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1db14203-3264-4e36-9054-453b0c1ad9e4)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a6f2d93-bfc8-4892-a681-1c352da7a15c)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0467f599-a40e-44f3-85d7-9bbdd04d27ee)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 282196d4-524b-495a-ab90-0ed5a9283dea)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4f91bf7-d043-46a9-be1d-ae063517f343)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp a28f8a27-2672-4b2c-9e28-b29774ad5d91)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e89626c4-00b1-46e6-9e84-7ea61f15a2f5)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e30e) - (at 29.21 48.768) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005df871d3") - (attr through_hole) - (fp_text reference "C4" (at 1.143 1.4605) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3cef81cb-d26a-41cc-b891-bb315f081149) - ) - (fp_text value "0.1u" (at 1.25 2.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 27f9faf3-d4cc-42e1-b7df-794065dc3691) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 4cfb16e5-c873-4aa7-8b59-b42646a9d098) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7efb8b81-a7ff-4044-bff5-2829a5b5ef48)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ffe4f72-7a01-4f05-9fbe-b4b1ef8602be)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 141c07b4-efc1-43ad-a791-ba62d2dca5ee)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f14060d2-cc6f-4fea-b702-79d49207139b)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26b01483-e20a-4356-af97-44b4ab7490eb)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e71f64e0-deeb-4c28-99ba-e1a5f74dab4d)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aae5360e-e8dc-45e0-a35f-881e9a938d20)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38ff7512-ca02-414f-9247-e28e573e5609)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61b030eb-1a31-4517-95b1-f692daf14401)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f1a15e3-197f-4911-b6b8-8bcd22ed3b6b)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2dff262-3e47-43c5-b239-0de6e9c1f349)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1598ced-8c7a-43c9-bb85-4822b0dd320f)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1862ff0-954d-498b-8f05-c1648d74c6ec)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83b2242a-f8f4-4524-a427-193b8e90e164)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 80d64997-169f-4e8e-a3f6-15affa9d2a1d)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pintype "passive") (tstamp 704e3d40-8808-4a14-bf22-f544d92b6be7)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e323) - (at 46.228 99.822 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005df90dcf") - (attr through_hole) - (fp_text reference "C5" (at 1.25 2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 988e918e-1898-43f1-99c9-e87c13ea8679) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aae3d9d3-48fc-4e1d-a6fa-a5040a34f9eb) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp dc29ab4d-4ed0-4430-a1ae-adb3f1c23118) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5293077-5dbd-4aaf-84c1-b419a0f87583)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a91a9d7-5e8a-4a42-adce-253d1974bfa0)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54bb8352-faac-4a74-94be-7f1fc1305638)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4edd089-2c8d-4755-8ce1-82d3a468a5f7)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e267eab-eda8-469d-9dc7-4b9e438ecd32)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7dec6f3-a0cc-4849-9634-77a9b0fbc087)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c43123c7-562a-4de2-a617-e69e14888049)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 322272c1-7774-44e2-aacd-6de3810b3f5e)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7a4e187-706d-4b88-b059-14d692b1712e)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b56af7b6-a8d2-422c-865e-582ff13deb90)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e83000b9-7a02-4b2e-bd21-a05984c29bde)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66b847a0-5f3f-4623-b2cc-78dd60a7f83b)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e01d2d86-f072-4191-9a54-51decaa71f0e)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a56776d2-2fa8-41d1-bb36-1ce00c0c6b7f)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp e3cd40df-90bf-44e1-84f2-fca123c1d471)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 67cce62f-2446-4224-b8d9-cee60f8db1ae)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e338) - (at 29.21 105.156) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005df908de") - (attr through_hole) - (fp_text reference "C6" (at 1.27 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e299a437-5cc8-46b1-b5ee-d6351d07e2c1) - ) - (fp_text value "0.1u" (at 1.25 2.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d3146718-9154-44ec-af9f-a66ee5b1cdd9) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 67deddcb-7809-4695-a8e0-de34db95f9ca) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58156ae9-6f63-4e03-8277-2854750c477f)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fa4cc55-b8ef-44d3-832c-76b62c066df8)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61549460-712e-4ae3-a52e-f8dd3896408c)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 353e4fd3-0fd5-4303-a701-85f38afd53b1)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2da969a-bf7a-4168-8779-9dfbc6258545)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1eafce6a-0b4b-4e92-b8c6-032b23dbf58f)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53ee3786-2819-40c6-af33-9c52f2086aae)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe746702-a3ba-4a8e-869d-4b0dfb496f96)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 903df3e5-9033-494a-ae64-bbf720fc4b85)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b002585d-4717-4444-b877-3bb0c4ecac60)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e8f7750-c078-4742-936a-ecee857d010d)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9435c25e-3bb6-42eb-96d7-b3dc0dc3e742)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d903882f-76a5-48b0-99d0-dd1b5c5b652d)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b88ea57c-3d9e-475b-86dc-9dc9feb80f74)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp c0b86770-da7a-4927-968a-5f5b51f2a853)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pintype "passive") (tstamp 05752396-7d50-49b8-b748-df83224b2159)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e34d) - (at 44.196 67.31) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005df9fd59") - (attr through_hole) - (fp_text reference "C7" (at 1.25 -1.86) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c30b321-1bc5-459f-b01e-aeb42b3594fe) - ) - (fp_text value "0.1u" (at 1.25 2.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 221b9e65-d3f9-42df-808c-790e8b1d433d) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp d8f7d5fd-5d2e-4a3c-9244-c90c5ee0b8be) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7282cfab-6b1b-4bd8-ad74-ae5b6a584792)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc508441-b691-4858-896e-98c65ed1c169)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e5c9765-491a-4cf7-8487-821e333e47df)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52a14bf9-0e17-4a49-b6b8-4caf94c04c2b)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecaef8cd-d01e-4ccd-89ef-07b215c51035)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55e413f3-2935-4d66-8855-442c66dfcfe2)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1722a9e7-3934-4d01-9c3a-2ec6f9a2f03c)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d42bfcf8-4486-465b-a45d-897bbf12b2b1)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 357ea192-826f-4c4b-ad19-76f11967f8ab)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 498c47f7-95d4-4524-afe6-e93ac2423027)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4e995b3-009d-42a5-ad64-4f48679d2a80)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7e7157a-c736-4d2f-897c-71d184250fca)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab9e66f2-764a-4f6c-8f75-a81273e5c39b)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80398305-d9b4-43d8-92db-1a5478f99a17)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp bd28bc17-5530-4ffb-ac54-24c18efedba7)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 9dc6b21f-df37-4ae1-b0be-eaecf1fb4181)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e362) - (at 29.464 72.644 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005df9f979") - (attr through_hole) - (fp_text reference "C8" (at 1.056 1.964 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cadcd213-1b68-4531-ba3d-629d5c65eef1) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6b835d8d-ba93-4491-964c-4ab2af12598d) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 1be43ae8-f1c0-4558-91cb-08722dab5983) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5843b05-a666-4b05-9c6e-48c60334eae2)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e163581e-bf83-430b-ba0f-eb60aaf27096)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad42e49b-9150-4370-ad98-9a40c47cd438)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bac34e5-d3dc-41fb-9747-8dd1be3981b5)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f53e6265-684a-4de3-a9e5-1c986b14d9f6)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38b492ca-d053-4764-88d0-284501c8ed58)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e50cab5-0baf-44af-a100-4c8673a64402)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f5c8d4b-e991-489c-9c07-5d41e987792f)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54348636-1412-42f5-8613-965729c1e31c)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a8513b2-7908-4eaa-b71b-08bf9da6bae9)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c875cf55-5cf4-4fb5-bff4-e2d1ceaeddab)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcb62b6d-9f14-446d-b888-cdbe47be1977)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2bdd1c31-2c4d-4ed5-a480-618c4c60bbc3)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd760032-1dfc-4274-a6b2-6ca639459115)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 275f0d7a-5fb4-435e-b68b-29bbf77fc5ab)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pintype "passive") (tstamp bae987cd-c27a-4831-8c7f-de3850d5d4ef)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e377) - (at 43.942 124.206) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5eb360") - (attr through_hole) - (fp_text reference "C9" (at 1.27 -1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4636ebba-7019-457e-b2bc-ffb854ad9a6a) - ) - (fp_text value "0.1u" (at 1.25 2.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b30b52ba-35cb-4163-9b23-fea71e5a7619) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 707222d8-052c-479a-aa2c-05c163cf4cd1) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e96e43f2-62ec-4338-9182-872a52e741df)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76d04c56-9250-458d-9541-9ce1442dbf3d)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 514114e3-36c6-4c92-847a-b463d7f1a3b1)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e690bd15-64cf-4d89-8411-ef71636d6264)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5fdcd1b-7b2c-40d1-af8a-ee975e8d6363)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0da2773b-056e-4317-bffe-6e9ef088001b)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10c023ab-5f95-435c-93d4-54e1a4772b6e)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c86f980f-ee96-4ea2-ac2c-a3402ca2f68b)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad025cb8-84ce-426f-abb3-7818314d1677)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a43cdbb9-d2c3-4ba5-8c33-a103cf2892c7)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1fbc8ee-79f4-442a-8f69-316fbc1fa57d)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2914e6f-a72e-4c87-bc71-edf2308d33e2)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64cfb5e8-15d0-4c92-8821-8b94505ca553)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3fbe31a7-7850-41da-b9b7-4b9c4d28a275)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp d0c3c67b-9468-4394-839c-59a74dbb099b)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 188e5a47-0e51-49eb-8021-13e5cef08cd9)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e38c) - (at 29.6164 128.4986 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5eb366") - (attr through_hole) - (fp_text reference "C10" (at 1.5494 2.1844 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 199af2d8-f193-4522-9736-24e071853cda) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4c13325c-28e3-47a1-84c1-403a7e2fd66a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 15b55ff4-368c-450a-9b8c-420648ad2a9d) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44160fad-c29a-4962-9c65-f205b3afdd8e)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e465a3fe-b37b-494c-a7bf-055457326f39)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 695d94fb-9164-47e9-8102-79b98e96e567)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97c89db4-9e45-407e-8650-e13b8ba1ef3f)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ff35178-58c6-4859-85e1-b0786150174f)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cdd8c8e-c7ba-4682-8f37-9cf9103a1bb4)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2317cdc4-9f5e-4896-9cac-5c772f7345a4)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 157beb36-ca2d-4b67-a0c0-79f47050e569)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af24791b-cec5-4c46-a089-47a78550eb23)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88055bd4-08b7-41d6-b090-6212fd60591c)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 295327ee-a9b8-41c8-b940-efc4dcd6ce1d)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87c242c6-71cb-4657-9ef1-5a3f15cb16d4)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f1938fc-fce6-4159-9bbf-d4d8b89b71f6)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4a9dd31-e126-4773-aa92-ee631578d106)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp adbabd91-b4ef-441a-a5c6-d8d4f8983b43)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pintype "passive") (tstamp dad777b0-2c41-4af2-ab64-e3801224bd1f)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e3a1) - (at 63.05 40.05) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5f4d95") - (attr through_hole) - (fp_text reference "C11" (at 1.25 -2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7bd50afe-5074-4ab8-9d73-68d57e84321e) - ) - (fp_text value "0.1u" (at 1.25 2.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5ea633a5-a0d0-4219-9c7b-0316b180a0e6) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 7d9ba9ab-4a03-4bd6-8d69-919e55defeb0) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c6e1f0d-903e-46ee-872f-f2bd84fb2c82)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbf41e1d-5e09-4f03-aed4-ee2037511235)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2057b34-6066-4cd6-a6fe-de5fcd2bae10)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8b83abb-c5d5-4e3a-9921-8d5b146abd28)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 081f01c1-6c9a-42ee-ad11-73e1b8771c4d)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e80daf7-35f2-4485-8c3b-1f9ca64d803d)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24a20864-17d1-4a2a-abd4-ea1197270908)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a961161-d77d-4f83-864c-c68db2eeced5)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f81a433a-f3fe-4574-bc95-49feaa0b7059)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24163967-5e30-43c2-b054-ebb0d0979ff8)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef4280bd-ae9b-4bb7-902b-a9c001b2da40)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d99cf7f-2a80-4a8a-aa0f-a4de0e623f11)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 231fbc7a-c130-4221-8992-7f686f4f5f8a)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d87eaec1-dbcb-4b74-abc7-71ba376b06da)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp c4682f70-a12a-4346-97ed-59c53ae54dfc)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 9d1c716e-8b42-4d2b-8e07-e3d44e9b8383)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e3b6) - (at 53.594 57.912 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005d5f4d9b") - (attr through_hole) - (fp_text reference "C12" (at 1.25 -2.3 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 962b9d24-a7d2-4331-a1e3-3ef295ebe81d) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ec2fb225-81eb-4e9e-85e3-58e383f92fc5) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp a89f00cc-1830-4986-a327-9db42b012192) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e41fac2-20b7-4b8a-9ee5-d5db0e35cb97)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c78b1949-b493-4dd4-84ff-b0579c0712ab)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a31314ab-ecba-4275-9e07-6ea15720b287)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b7691f8-b3d6-450c-aaa5-45c592b40b8c)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb147449-cb4c-44aa-8086-876523fe53f0)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aca42821-3140-4673-9017-b169948df5ce)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e5c69a1-c9e3-40a6-8b5b-ff4aeb7a7662)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9024233e-928e-4701-b1f1-de1fe13dcd6d)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d92e176-53f8-48b6-a406-4dc873823e09)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38389a2f-744a-480e-b68d-95e2501c7c31)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3d159e7-d51a-4fc1-8260-a109eb5a776d)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25005a7a-63a6-4b24-b3fe-ae991801a652)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3d3572f-7ddb-4750-aaf0-f077819cbdea)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e656515a-1947-4002-bbb3-5e5d7c093b2a)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp cc92c8b8-5751-4d9d-ba69-65dd3f61c57a)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pintype "passive") (tstamp b856b095-e379-49b5-baea-ce55317a1b56)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e3cb) - (at 40.132 52.07) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005dbe89e5") - (attr through_hole) - (fp_text reference "C13" (at 1.25 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d207572-65ed-4f42-a85c-776d778e8f8f) - ) - (fp_text value "100n" (at 1.25 2.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 18f112b8-85ab-4ff5-9373-e3586e71c8fe) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp dfc87705-6d8e-4211-a856-d3e9783eb8ab) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53a0ec2c-97c0-4b73-9c28-480f240afe8f)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfd02feb-f0cf-4879-a6bc-a4da395fa550)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f729a51a-f148-4a6b-9850-d2b535358c95)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2bd0e08-0d6a-4fe1-8ee9-fb480ca71b22)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7911c070-6c4b-4e90-9303-050a20e60d33)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 940d3327-25fc-4263-9d4e-06b2b67e3677)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8528e5f4-2cdc-4473-838e-dd38adfe8b5f)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76830bf8-73a6-4798-b85d-a8ad7184c1a3)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6be1708a-c5b6-48e3-97b3-08e76e34e677)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68883e4c-892b-4a91-b46b-1018810a19a7)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7a8fbf3-354d-488f-8f5f-7f67925ba9de)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1fa5d6ed-6b70-40be-93f8-b6ac9ed5e917)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33639843-d5dc-4611-ab8e-21b1132c7131)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 574e97a4-6d34-4c92-9759-b512d7905d36)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(Q3-G)") (pintype "passive") (tstamp bbf6f9d0-e4e8-4d23-9686-87724e54764c)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 5def2924-f0a2-4150-9cb8-36fd58292fd0)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e3e0) - (at 40.386 107.696 -90) - (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005dc7ad0d") - (attr through_hole) - (fp_text reference "C14" (at 2.5 -2.2 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 49e51818-a3b2-42ef-9fe6-527a0d2f271d) - ) - (fp_text value "220n" (at 2.5 2.2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b65dae2-904d-4fff-975e-7f2733a584a9) - ) - (fp_text user "${REFERENCE}" (at 2.5 0 90) (layer "F.Fab") - (effects (font (size 0.86 0.86) (thickness 0.129))) - (tstamp 6683133e-ccb6-4606-9421-9b33c2aeb620) - ) - (fp_line (start 0.23 -1.07) (end 0.23 -1.055) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5147562-bfb1-4e46-a390-dd97e6a139ee)) - (fp_line (start 0.23 -1.07) (end 4.77 -1.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05e59b49-8f4f-4d7e-9658-5032ea088740)) - (fp_line (start 0.23 1.055) (end 0.23 1.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e670f250-f3fc-4a9b-a447-c54b3de88363)) - (fp_line (start 0.23 1.07) (end 4.77 1.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3dc04aa-e095-43b4-affb-80a025f9cb7a)) - (fp_line (start 4.77 -1.07) (end 4.77 -1.055) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56a52165-a3b5-4c84-af52-5892b3436aad)) - (fp_line (start 4.77 1.055) (end 4.77 1.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a82f153d-61cd-4366-8bfe-15a9a5f92291)) - (fp_line (start -1.05 -1.2) (end -1.05 1.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c403b0c9-048d-480a-aa6e-4d85d4a60ec3)) - (fp_line (start -1.05 1.2) (end 6.05 1.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09f640ea-20bd-484a-a0ca-bc603ee3dab9)) - (fp_line (start 6.05 -1.2) (end -1.05 -1.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e68b61d-3caa-41f5-b1d2-59e60ce34e85)) - (fp_line (start 6.05 1.2) (end 6.05 -1.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c66253e7-7a93-42be-b902-544d8d7ce676)) - (fp_line (start 0.35 -0.95) (end 0.35 0.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0efd1ba-696f-4f60-bf8b-80ec5a400f9a)) - (fp_line (start 0.35 0.95) (end 4.65 0.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00d7d108-271f-46e2-ac33-d661e886fa87)) - (fp_line (start 4.65 -0.95) (end 0.35 -0.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42748d9a-0298-4a39-bb96-39fb8a9fa76f)) - (fp_line (start 4.65 0.95) (end 4.65 -0.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5cadd9e-ccce-46ce-ba6e-450abdeb1209)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(Q4-G)") (pintype "passive") (tstamp 7d47e536-f8e7-4092-93bf-d6c9d7b0be9e)) - (pad "2" thru_hole circle (at 5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 47a51224-14f9-4ce2-8df2-27590d77fcdd)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D4.3mm_W1.9mm_P5.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e3f5) - (at 63.5 97.536) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e016909") - (attr through_hole) - (fp_text reference "C16" (at 1.25 -2.3) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9da166d1-224c-4c9d-8f6a-c3a0fd55d9b7) - ) - (fp_text value "0.1u" (at 1.25 2.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e72c01f-b2bb-4a6a-a637-4947b7713a98) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 77210278-b624-471d-b29c-b181a35ef73e) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10e290d0-c322-43b9-899e-97e9f988fd8b)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64060715-d7b7-4fee-a9c1-20c0aa565905)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ba08a47-3adc-49ee-b5f9-195d0b716488)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44c5c109-7d4c-4ceb-bc6f-f8ecba00e9f2)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b341f477-772c-407b-9505-cfc423d67a59)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd744c60-ac18-4a69-b1de-9e1a57314375)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a0237e1-38a3-498e-a3db-0dd8e38b8d59)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a39af175-b423-4806-adf2-f8f9a18117a3)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5435f2a1-cc32-4175-9986-ba4df82c9137)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0c786bf-ee05-42ba-a203-4dda3c85af76)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79309839-01ad-407a-950a-05b38182ea9d)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27474e81-0d34-447c-9201-0e74a5674d1e)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb43b949-b49d-47b6-b76a-be80e8408b7c)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65f21869-8c06-47d3-b133-fc0d6bd308cd)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp 54ab9eda-7f14-4b7a-aaa9-12af84735ebf)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 3e0a79de-17dc-44f3-bbdb-077f7838d2bf)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e40a) - (at 54.356 114.808 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e017256") - (attr through_hole) - (fp_text reference "C17" (at 1.524 2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 589023c9-23cb-435f-8d24-8037328cae54) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 047d1d87-99cb-4c39-842d-23a380e8d401) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp f95c65e7-9f59-4e1c-b87d-a8055f1f6f19) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7613a5e-5dc5-4ea6-9191-c2c6a8b72bfb)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 953ebc93-c6a4-4bfe-b9d6-dc16910384ad)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d9b40d2-01fd-4db6-8f1b-2dc8e2bb4fb9)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 278e2015-5671-47cf-8d89-ad081efd91d0)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ac6592c-2808-428b-b2ec-d96b618d9a43)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51c55d7c-7423-45f5-96db-c60ec6aae4f3)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 451a7f15-474a-41b2-b076-0a8e014314ff)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1598dad-6108-450d-bf84-95efa819ecbe)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6514309-faf3-4832-8f32-4c64ddef7c82)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c2ff55c-5f08-4972-8223-67c7bbad7752)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4703af3c-3529-40c4-9a66-75c797287d00)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 704452dd-6e6c-41fd-8ed6-70e9b9221381)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1926656f-5e91-4e3d-9794-2d4980b1dace)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 983a27af-30be-4410-9629-69f011db2c9b)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 43fc1270-c251-4293-a4e6-1a82c22444d9)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pintype "passive") (tstamp ca288fe4-3f37-494d-b918-c7b0a48f1537)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e41f) - (at 60.198 84.582 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005dd7d3d2") - (attr through_hole) - (fp_text reference "C15" (at 1.25 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c52fb9a0-2fdd-444c-8829-a085eecdc6e1) - ) - (fp_text value "1n" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dc1800e0-a94b-4b97-9762-4b8845fbc5db) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp eec2980b-a8b0-4c0d-b0a4-7e8f608e5178) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 382ebde2-230c-47f2-8354-f4ee6089975a)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09f8e2ef-9beb-40ae-b797-6a3c277fc049)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bb350bd-fe8a-482c-91c8-4cc4997677a2)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e9d4949-b1e0-41ee-8578-a18781f28307)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3668fff8-a599-4f68-9eb0-3b0a3ce0876b)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40908fca-6f1c-4aca-a573-7c093ac72c70)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 491e1436-65ea-4eba-932b-8eaaca5930da)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13acae96-0562-4f84-a449-89678cd69334)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28159957-38a8-4239-bce1-02a9cafc47d2)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bba6150-73ba-492e-92d6-985bc049e203)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0affa58c-edcb-4fd3-9fd7-b04b99148c71)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32799576-6463-4c50-b40d-396b63a4a4b5)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57b95f4a-358b-402a-8a0d-b666b582bf24)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33cfb560-a92b-4109-a17e-29f1ca8d2fb4)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "SAMPLE_2") (pintype "passive") (tstamp 34d655cd-b346-43cf-bc29-4ff2318b143f)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(D5-K)") (pintype "passive") (tstamp 498e82e0-613a-41b9-a66f-0675c5c02924)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e434) - (at 44.45 81.28 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e0725a9") - (attr through_hole) - (fp_text reference "C18" (at 1.016 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 54274243-576c-4a16-a0bc-a05e548e9398) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f300696-d79b-4d48-89bb-18c75bacea8a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 99cbd71b-387f-4300-9914-36017455d206) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e13eeb6a-677b-4136-abab-d3879b0bdefd)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9151306f-2bef-4b48-a74f-d0b39b740047)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5b83ec7-d485-4cc2-a34a-9a7029e14da1)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9e4c0b6-d8e8-485d-94e4-14cb28fb767d)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0589554-c970-400c-ab8a-0e3334a7ebf6)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ea1790b-4d30-4c6e-b52a-f3eb138977e8)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46d047c2-1f30-4eaf-8d6e-a7ac9011c408)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06f8f882-9da9-4bb2-bbd9-23d5cc2b5bf9)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e991b3aa-cfa8-469e-a146-2143bdb4045a)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d2cd3d3-e595-4c8e-9ed9-66a16121159a)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1689fd7-f0fa-487a-bec9-e9a8c3b0e780)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4dc30244-a1cf-4911-9ddc-24b21b27ec74)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a4524dc-1a0f-4a72-adee-2339fbe8e6f5)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2fa91221-707c-4315-9936-47c340c48ed5)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp 54587962-ec0c-415c-a42a-a723970a5728)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 84e490fd-82f8-43f7-a83d-4b0d83f4ced2)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e449) - (at 29.21 84.074 -90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e0725af") - (attr through_hole) - (fp_text reference "C19" (at 1.226 1.96 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 27ca0df7-789a-4b98-b800-6e483b7965d0) - ) - (fp_text value "0.1u" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b44ed9de-081b-457d-993d-5e367520975e) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp d2ea77d5-d267-46f4-a40f-ed675de6dd47) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1337789-6824-4907-9fc0-9521de7aa34a)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe5dfd9b-d8e0-4ced-bd9b-fd2705c4d3fd)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65df1186-4228-4d4d-ba5e-ead3fc154138)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a2e4ab5-617f-447f-8470-d65787d08ddd)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10912084-aea2-4399-8c30-3f5d622de811)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0fd3bdf-a62b-42ed-aedd-ef77e8236bed)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b9f22a7-4557-440e-b5e3-218dd144dbb8)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51c24ba7-9d05-462b-ae2b-d28148a35f90)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55d6620e-8196-4d35-ab8d-0a0b268137f0)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3373079-8cb5-48fd-9bad-20b1a3389e99)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67091248-14cf-4244-85a9-cfb82861d0f6)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0375f60a-8ec8-4a94-bcb1-6999f79f2ce6)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abfa02f9-56df-47c2-9df0-ddcd3e4c9f7d)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2aeb0dd-cb1a-454a-9d36-d93296c46e79)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 591f5b70-19d8-49a3-84d0-bf033328b08f)) - (pad "2" thru_hole circle (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pintype "passive") (tstamp 146888b9-d314-4500-bd49-0ff078848716)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e45e) - (at 44.45 86.36 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005dea1a1c") - (attr through_hole) - (fp_text reference "C20" (at 1.25 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8a81f133-c042-42eb-9369-26b4d7afd221) - ) - (fp_text value "1n" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 388cc09c-e712-4278-8f96-08de38811145) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp cdd5d9d7-d584-4d08-bdad-55bea04e0eb8) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34561107-7fcb-4322-accf-e04eb9ad500b)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2abf16e2-6e84-4eed-aa83-5738a8f5a8de)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ce748ff-c5de-4058-a816-f245419972dd)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8080e660-2e5d-417a-aad8-a0053d833554)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9468477-a463-4222-8ea7-871f178f685e)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 681bad37-06cb-47a4-897b-09ea83c43d85)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f6f3299-af17-4bc8-9260-84de49f3a42e)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5359a128-a3cb-4982-ab67-675e47225532)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f04e4932-3d43-43e9-a700-1afada53d9c1)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0de532c9-00de-455a-a786-06ca935c0986)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d89ed94e-f083-42aa-9653-ff0ec03685fc)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56b04203-da63-4eda-baa8-9c60d5e52cb8)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c12178a3-adbd-4684-a2a5-8f8c4f7a86a9)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecc21df3-3e20-4ef0-b8b2-59cba78808e6)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C20-Pad1)") (pintype "passive") (tstamp 84781631-e90c-4dca-a727-71236bb48fae)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D7-A)") (pintype "passive") (tstamp bd38ab0b-a9e8-4080-8014-ac360e2f7c80)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e473) - (at 71.12 75.438 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005dc66871") - (attr through_hole) - (fp_text reference "C21" (at 1.25 -2.3 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 626ef9dd-a173-4570-b32d-b446f7fe637f) - ) - (fp_text value "100p" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6f58364-2994-4bd8-8913-bfacd7d1600c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 7f55218d-d4f8-4c46-9219-07df963f3f92) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7defdb0d-4bd7-4d8e-af44-c99954d3c660)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 670b1f51-e372-4c81-bf51-004bc9aa5900)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03194ea5-4f64-4271-89f6-942e1a1d1fa4)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bd3fa3e-6d39-4f69-9460-8acd1e429f79)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e714aa93-1aca-45d3-91c6-0517374d4b5e)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 507dd0bc-94aa-48a1-8373-6f450fb3f222)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f54d7cc-a6d2-470a-9caf-3cb9e50d514b)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d8d794c-96b5-4f7c-ae31-420213fa73fa)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f11a58a-b838-4f75-8498-73dd86b0e334)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abb135e1-769b-4007-bd5f-318bf192235e)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62d3d896-00df-4548-a6db-bb5a5fcd5162)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7b4ec20-4ee8-4f97-9884-6f69d9a6de49)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74620436-486d-4eb3-998f-9dadf6b07c85)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90a4606a-7717-494e-8dd9-9bee247070c8)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(D8-A)") (pintype "passive") (tstamp 915c64f9-2a2b-4547-bad5-9884a9fb21fc)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "Net-(U7-+)") (pintype "passive") (tstamp 8c37d225-307b-4da1-8e8c-b8b1c67f8090)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e488) - (at 45.72 72.477 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005dbfdf94") - (attr through_hole) - (fp_text reference "C22" (at 1.25 -2.3 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2400f058-f0e2-4a1e-bb80-0ce62b0a1001) - ) - (fp_text value "47p" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0f09cbc-0c75-4823-ac12-038779e4953b) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp 31818763-c34b-478d-9299-f56a1e6680c3) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6754f02-3d4e-43a1-be07-3e2a6cfb28a2)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45676ed5-f4f5-4613-aed5-52147aafeb9d)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ea07683-ac92-4bcc-8e58-0cd1d79921af)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37d9ceb2-4621-438e-a8a3-792ad444d64b)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a66f40e-3d06-45ca-95c5-3becef51d0d9)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17369d60-896e-4f8c-ba3e-99fece0b82a7)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fedd4eeb-f4d3-4986-840e-89ebb6c57449)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01eb45ac-63b0-4424-970e-1ff2b45e3f9c)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e0caf53-8a22-44a7-8dfe-139a46431a5e)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8956b0a-bc07-4e11-83be-c1a5f273c592)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64040977-cd72-4553-9d0b-a3892d1ae5e9)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a1a1ccb-6951-4f8d-accb-6ddfff4028b8)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d54b129f-0903-4a5a-bcbb-20a0406887f2)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44c5c79e-26d9-4eb5-8019-e8cf354718eb)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "LED_1_a") (pintype "passive") (tstamp b7c2f969-0fe2-48c7-8924-c67cbb27153d)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C22-Pad2)") (pintype "passive") (tstamp d0a83ff8-fb82-43d4-a9bb-6df11b74eadd)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e49d) - (at 44.196 129.286 90) - (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") - (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005dcf1fd0") - (attr through_hole) - (fp_text reference "C23" (at 1.27 2.54 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b1adc508-bd4c-4794-903e-25771c0fc221) - ) - (fp_text value "47p" (at 1.25 2.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a87a4f2d-0a57-4e25-839e-e5f4d1f0a43d) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.68 0.68) (thickness 0.102))) - (tstamp a19bdba3-a9c8-463d-a99a-816abf0af49e) - ) - (fp_line (start -0.57 -1.17) (end -0.57 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adba1e0a-a8f7-4c1a-a1c7-0548ae4cc5ba)) - (fp_line (start -0.57 -1.17) (end 3.07 -1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff4c813a-2a18-449b-a54a-73aa79690776)) - (fp_line (start -0.57 0.925) (end -0.57 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bd5df7c-1b6f-4a7b-9071-fc034566b2e3)) - (fp_line (start -0.57 1.17) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 568c152b-3678-4e47-a555-8972bfe5839d)) - (fp_line (start 3.07 -1.17) (end 3.07 -0.925) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8fa1ba8-4dce-4457-9900-06244466c65c)) - (fp_line (start 3.07 0.925) (end 3.07 1.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4284b27-238f-4ae5-bbe6-9fc4a853f2cf)) - (fp_line (start -1.05 -1.3) (end -1.05 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7440e113-8920-4231-8ffc-2ff1673d8837)) - (fp_line (start -1.05 1.3) (end 3.55 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3ec7b23-512e-4b17-baec-e4928365fc32)) - (fp_line (start 3.55 -1.3) (end -1.05 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6597364-27c4-43f6-8a0b-4592bd503642)) - (fp_line (start 3.55 1.3) (end 3.55 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14ea86f7-e773-4fac-9b75-6ca7b4485810)) - (fp_line (start -0.45 -1.05) (end -0.45 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff5dc618-ead1-42d5-bc49-71bd99c3df1d)) - (fp_line (start -0.45 1.05) (end 2.95 1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05a1125d-eec0-4ba2-aa05-bda6707f2c73)) - (fp_line (start 2.95 -1.05) (end -0.45 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2aa88971-1319-40b2-b7cf-041febb969cb)) - (fp_line (start 2.95 1.05) (end 2.95 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e278bad-6058-44c4-b75e-1404a8b9ee92)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "LED_2_a") (pintype "passive") (tstamp b74d70c7-e130-4319-b06c-c2c97ee27917)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(C23-Pad2)") (pintype "passive") (tstamp 19fb7609-823b-466a-a881-6cc3634e47f5)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e4bc) - (at 31.369 43.18 -90) - (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005dbe1af5") - (attr through_hole) - (fp_text reference "D1" (at 1.4605 -1.905 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 80769372-1e85-43b4-a033-9322f70646d7) - ) - (fp_text value "1N4148" (at 1.27 3.2385 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 95a42937-070a-4f08-b104-07a5a934ad87) - ) - (fp_text user "K" (at -1.8 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 066d7189-7613-42d2-8bdc-2b4aa57f5664) - ) - (fp_text user "K" (at -1.8 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0c179c03-2313-48f6-bbad-0cf0c7a00c15) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.326371 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 66e6d97a-a600-423e-aec6-16af65a77abf) - ) - (fp_line (start 1.213629 0) (end 1.1 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4f73276-cbc4-4cb6-9c25-b4c031fb4200)) - (fp_circle (center 2.54 0) (end 3.866371 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp a0605d11-88b8-4c0d-aad2-b4e25206d503)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7bcfeb50-ccd3-4591-8026-eb7e692b1b6c)) - (fp_line (start -1.05 1.25) (end 3.79 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48a8552a-92f4-4ca6-9e49-2059131c09d1)) - (fp_line (start 3.79 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cb22dfd-c1d9-4389-bd20-713e45ef1969)) - (fp_line (start 3.79 1.25) (end 3.79 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9b0ac72-a1b9-41ad-9d2a-3a369b734861)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d6aa99e-497b-4402-bb54-6c177e8d5583)) - (fp_circle (center 2.54 0) (end 3.54 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 3fe0372a-8c1f-47c2-8b7a-2425b9fe407f)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp b695e8f9-9030-4d8c-b0fc-64104c13d358)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp 72c226c0-dd67-4889-9861-0c5b482f005d)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e4db) - (at 31.496 99.822 -90) - (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005dc7ace7") - (attr through_hole) - (fp_text reference "D2" (at 0.762 -1.524 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 95d02883-2812-4884-b51e-76c6e933238f) - ) - (fp_text value "1N4148" (at 1.27 3.215371 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0a936f74-29ca-47f5-b02b-53d46f60029c) - ) - (fp_text user "K" (at -1.8 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6cf06946-6602-4349-a838-f9d988255516) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.326371 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c53c0b00-bf34-43d4-a3c6-e4768402ec6d) - ) - (fp_text user "K" (at -1.8 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f33bc808-b0c6-4c5d-aebf-d5446b77d82b) - ) - (fp_line (start 1.213629 0) (end 1.1 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77a07899-6bcf-4093-a7ec-8b558abf1f1c)) - (fp_circle (center 2.54 0) (end 3.866371 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 9d838ae7-dae3-4709-aeac-00e8bd8516e6)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52967c0c-b676-47a0-98de-fad0d368f3ab)) - (fp_line (start -1.05 1.25) (end 3.79 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 493578e2-945f-4995-abda-87f720a6b128)) - (fp_line (start 3.79 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 604ab3cc-c453-4c42-b836-e73004417313)) - (fp_line (start 3.79 1.25) (end 3.79 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b72f60e6-0340-42e2-9f83-c343b211f7c7)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99cba302-79bf-41ad-a59c-931aadd63eca)) - (fp_circle (center 2.54 0) (end 3.54 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e0e1a466-5f2b-4245-98d6-13b99a76fb50)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 37 "Net-(D2-K)") (pinfunction "K") (pintype "passive") (tstamp ea30211c-a3ba-4a90-b84a-01503f949f4f)) - (pad "2" thru_hole oval (at 2.54 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D2-A)") (pinfunction "A") (pintype "passive") (tstamp dc67a27a-75eb-4678-b9fe-03d9be517b98)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e4fa) - (at 27.94 45.72 90) - (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005dbe03f9") - (attr through_hole) - (fp_text reference "D3" (at 1.27 -1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 296bfd39-96fc-429e-b3d4-528de6005e93) - ) - (fp_text value "1N4148" (at 1.27 3.215371 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f0399909-dd9b-4936-90f6-52f3df51172e) - ) - (fp_text user "K" (at -1.8 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 34cc8c58-3fdf-401a-9f34-f41a415c3af0) - ) - (fp_text user "${REFERENCE}" (at 1.2065 1.8415 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9d4c58e8-117f-466b-81e3-bc4f7b7211b2) - ) - (fp_text user "K" (at -1.8 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bdca879a-b913-4b3c-9f54-602825f889f9) - ) - (fp_line (start 1.213629 0) (end 1.1 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04af2b44-9c46-429a-bcca-16199c4831c7)) - (fp_circle (center 2.54 0) (end 3.866371 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 440b83b8-9c70-4f18-920d-f304eb0980a6)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb3408f1-ace3-4408-84c4-5ec878e38ae3)) - (fp_line (start -1.05 1.25) (end 3.79 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46e45021-771d-4075-be21-5e4bd92632b9)) - (fp_line (start 3.79 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6af6dc7e-48b9-4933-be55-4680baf5ba59)) - (fp_line (start 3.79 1.25) (end 3.79 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 555822a4-5693-482d-877c-2e4dedf4c82c)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d832e162-df6d-4cdc-9ef6-86577ffd61f1)) - (fp_circle (center 2.54 0) (end 3.54 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 3bf53cd2-d5be-45c6-b452-394ad00912ca)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "Net-(D1-A)") (pinfunction "K") (pintype "passive") (tstamp 7c04807d-27ae-42e8-afe8-ce24444911b2)) - (pad "2" thru_hole oval (at 2.54 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D1-K)") (pinfunction "A") (pintype "passive") (tstamp 8ca8417f-62ac-4c20-93e2-618797b12f6b)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e519) - (at 27.686 102.362 90) - (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005dc7ace1") - (attr through_hole) - (fp_text reference "D4" (at 0.762 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 66011611-f20e-4d57-9a02-c688689b60bc) - ) - (fp_text value "1N4148" (at 1.27 3.215371 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dff21c61-8913-4a9d-8bca-5901fbba53a3) - ) - (fp_text user "K" (at -1.8 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ca5a124c-157c-40f0-b89c-e50ead6a0f7a) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.326371 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3514d6e1-883a-4806-9e38-acf9d6f3f6be) - ) - (fp_text user "K" (at -1.8 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9992b6ff-1175-478f-b432-c830366bc94c) - ) - (fp_line (start 1.213629 0) (end 1.1 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f86d014-474d-444a-89af-99c96ec516bc)) - (fp_circle (center 2.54 0) (end 3.866371 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 7b53fa94-3cb1-4d61-befd-249cea6714f3)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 625ffe6d-fc13-4757-9449-7f69db13a598)) - (fp_line (start -1.05 1.25) (end 3.79 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1cbd0efe-00bf-4682-be2a-0406fa5603a9)) - (fp_line (start 3.79 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18cd7611-5787-426e-95ed-3883e3397695)) - (fp_line (start 3.79 1.25) (end 3.79 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59e2f308-3bc6-40a2-8d0a-5867d4ce011c)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11bef11a-68c2-44dd-99fe-b5c1c37c1796)) - (fp_circle (center 2.54 0) (end 3.54 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 08544bb8-b56b-4571-95d1-9bacf36948fa)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D2-A)") (pinfunction "K") (pintype "passive") (tstamp b6e7e318-2ebc-41d5-a7e9-148863a2b9f5)) - (pad "2" thru_hole oval (at 2.54 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 37 "Net-(D2-K)") (pinfunction "A") (pintype "passive") (tstamp fee12fc3-b484-4185-99e6-198eb425c6b1)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e538) - (at 57.15 81.788 180) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005de4257e") - (attr through_hole) - (fp_text reference "D5" (at 3.81 -1.524) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9cca52ed-23be-41e1-81a5-59e0c4a9859f) - ) - (fp_text value "1N4148" (at 3.81 2.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ec8f2d9c-7b61-4f53-aad4-45953317afe1) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0d7ebb2-d705-4440-b927-68b210c7ec66) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 519359a8-451b-4d10-8353-d41489c7e2bb) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 977a8331-8780-4cbf-9540-f064165ace77) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57445aad-7979-4509-a5a9-f6e884eb6809)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50f9e388-12bc-4cb5-a756-fb1f914dfd34)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6e994b7-cc23-4446-811d-7c48b0bbbf75)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3c313aa-095f-4e89-aae7-8272d17c3a03)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64859115-03a0-48bd-bc8a-c26764fa3317)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54483d65-89ea-4010-9008-124479fb3d55)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4f153ed-f3d7-4775-8213-1227d6d6ec83)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd6b74b2-d378-4d55-963a-b2a83ffa6c86)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 037378d0-a532-4c7f-bc9f-0578f4069442)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 702ec799-8c4d-4592-bedf-7cd29f871a86)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e720d977-541f-42ab-9654-6ba956471e13)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5c22de6-1759-4b5c-af72-5e1937b5a1fb)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 027057dd-6b85-422b-9940-8a0259f93659)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cac61a8-04d6-4a55-bfc7-8da528710493)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42aba0b1-cbae-4418-8de3-27892721a0b3)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b13e8dd9-6ecf-4471-847f-4eb9358a7a0a)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b27ec1d-e47a-45d1-922a-a4532d35a97b)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f42f0b79-9a3a-4956-be69-4df13cff9608)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6affa94-e4c6-4fd5-83a4-d451bafafb12)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8750df39-fd9a-40c6-ad94-57514c0dfd99)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 571845cd-85ba-490b-907c-5137aca13a0d)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0af3f8c-4710-4049-ab3b-96484c8dc791)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(D5-K)") (pinfunction "K") (pintype "passive") (tstamp c3da4951-dfc2-4eaa-8547-1671b6cd080e)) - (pad "2" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 38 "Net-(D5-A)") (pinfunction "A") (pintype "passive") (tstamp 2462b920-e1ef-4824-b7e4-061ddf25aade)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e557) - (at 49.53 85.09) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005dd7dec8") - (attr through_hole) - (fp_text reference "D6" (at 3.81 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 82927cdf-d91f-4d03-9db1-21c1e280ca99) - ) - (fp_text value "1N4148" (at 3.81 2.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8d0c7841-d867-4f67-9445-fab68672c392) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9055b8e2-b8d9-47c7-adbb-b983f3b7bc82) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 2842e88f-9de1-4fec-9241-f37f9945c5be) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0c005ea-9d4f-4284-ac09-92799c8d841d) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 067aaf41-7982-4fe6-9cfe-1dab09a34582)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea8c46d5-5ecd-4250-bcfe-5450e3372f90)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb9091b-85cb-4c1a-88b3-59dfd43a57f0)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea3750fc-8b4e-4813-9541-5e722682b9fd)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0da4e99e-ff84-4adf-80b6-da94453529fe)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b10489fe-a46b-41ec-9226-eaacc9c1c114)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21616fd7-97b1-4ccc-ba3f-f60209504095)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9d95dcc-4acd-4d51-9fa4-6fec354a2f01)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de2e9c1e-56b5-4f31-9a96-85d01eb9d081)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe2d47a5-c07e-41e6-b9b6-1c6a06dd6ca5)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7898beff-600e-4002-92a0-c5195046ceea)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0fe01c6-fa9c-41d7-a93f-14ef3680cd00)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2c02091-1718-4500-80c3-293ecb649e02)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb459552-3064-4647-b61d-26297f6171e5)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3af3d13-6986-4b77-ba66-270174fbc664)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e09eaa18-745d-46c8-8bf1-4bb54b51c090)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11b3e418-d044-4756-a775-de4c7127daa9)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16183306-6b3d-4262-a6e6-6f5a862dbc7e)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a0e116d-d4aa-41e0-a586-a59184d8b4fa)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93b2e15d-cba8-4c51-8a48-d2f71a151781)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 172b773a-a3ed-4090-8054-c897a1fc5b70)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4986429b-6d04-48ce-9747-df64f3ee76ac)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 39 "Net-(D6-K)") (pinfunction "K") (pintype "passive") (tstamp 404f3074-9433-4c56-9e4c-1e81b71bea7e)) - (pad "2" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(D5-K)") (pinfunction "A") (pintype "passive") (tstamp 8dd8dee2-8453-4e7c-b20e-b88405990f8b)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e576) - (at 52.832 89.408 180) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005de53790") - (attr through_hole) - (fp_text reference "D7" (at 3.81 -2.12) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5b05157-41de-4156-b7f9-d99324374312) - ) - (fp_text value "1N4148" (at 3.81 2.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1f0df23c-a15f-4f28-bb62-7ca3a8983390) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 52474f10-66d1-4e14-8230-0096a31315e5) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 098416a5-cae0-4d9e-a2dc-0e79ef36bf2a) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 8ab4f56e-e39b-49e2-b2aa-e2ba5c1337b0) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95fcbe34-6a67-4b49-9a2c-92cbd7a91914)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe15f4a4-7d0a-47c6-a3b3-e889e5f9eb53)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a075587-371c-4c60-a4d7-97a796773bfe)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7b81f46-6655-48d6-8d00-203e79ffc740)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51f44123-8bab-42e0-aebe-45f1b7f2f211)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 344bc813-084d-4eda-8371-8940d0876f1a)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3344d136-dae2-4854-89f5-e619b51860a2)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4abd34f8-f3ff-43ac-ba80-4a447af2efed)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30e039f2-119f-433f-bb1a-86a08d8fc72d)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16cdf42d-f5cb-404a-97be-b9ff6be3f1fc)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc76797b-aafe-46d4-9ac0-fc838823c39d)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcf73374-ccac-4b72-a59a-6b95a4f1bda8)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f45852c3-510e-4671-80b6-b7db7a5de4d0)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 796a84a6-ceca-4ef8-9230-fdc7df04082d)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b23a99f9-0ee6-4760-bc2e-7a62f79c62a9)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab2a0e68-3a95-431c-b1a7-446c3659a1bc)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72321b7a-ebbd-45f8-be68-8a262c493ee0)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56ca4d0e-9ecb-491c-bad1-fc92ab4ab3a0)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 617a1259-8ba8-4bc9-b4cd-848ea226ccfe)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9a130c8-4f7a-40a7-8343-f66f9d93f692)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8f1295a-0391-49dd-a1e4-48ad5b61d3eb)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f688729-afc8-4e77-bed5-9ba5efa56235)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 40 "Net-(D7-K)") (pinfunction "K") (pintype "passive") (tstamp 709826cb-fa81-421d-b984-41b5e8e858e0)) - (pad "2" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D7-A)") (pinfunction "A") (pintype "passive") (tstamp b00d4850-e6ee-4303-b9c9-8dfca5533614)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e595) - (at 76.2 79.502) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/00000000-0000-0000-0000-00005dc67cfe") - (attr through_hole) - (fp_text reference "D8" (at 3.81 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e075d7e2-9349-4394-bcb6-5d0889185ec4) - ) - (fp_text value "1N4148" (at 3.81 2.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 30465026-9267-4f32-a1f4-a91cce2ffc11) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 61ee370c-a0b7-4bf2-ba8d-bb1bc383e82c) - ) - (fp_text user "K" (at 0 -1.8) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6e9d66ce-b3ff-4d30-aac6-ce53b54d4943) - ) - (fp_text user "${REFERENCE}" (at 4.11 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 8657d4b0-202d-458f-aa43-94336aefa547) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de222054-7cc0-402d-b7da-9b5c5eb435e8)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f90afde-1380-42b0-83bf-b465f9bea918)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efab6251-bb06-4cda-9911-4d3fd94bffb9)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30e888a0-197d-45c7-baa8-9e85308ab2d9)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5af8d5fc-b6ed-476e-9021-10a1c49bcb72)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2a0dddb-39d3-47dd-aa96-7d45896b9df4)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23f17725-ad05-4e70-b4b0-d950d4f6bbb4)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4be0be91-919a-4f5d-874b-3ac6bb1573b1)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp faa12ad2-8cad-4d40-8eec-6c32c6110e04)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd77e5c6-15f3-4e87-8e13-bf23ac4cd956)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4df2cbd0-0cd0-4389-8f57-dda1cd56ba81)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 437b3204-8f98-4c48-b8fe-922bcff926d9)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55c02001-8dbc-445a-8c75-9ffe7e2472d6)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ff6defd-bf88-460d-9041-8b2a34f2c03d)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 298f7156-28f6-4522-ad8e-c3ed524d8e32)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 307b1b24-d263-43dc-ab11-33127a0b2e82)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0267cb84-5273-4827-9ca8-c234a41a9c6a)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23f6af9a-8de8-40eb-8782-76448995e509)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7947a9d8-635f-47cb-96a5-cc33387a49e2)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09d4c4ec-4ead-4613-845e-0d73b2b081e7)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 890150e0-d7c7-4260-ace1-3628a583f1c5)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40659ec0-5f65-4037-b2a1-44b13685800d)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 66 "LED") (pinfunction "K") (pintype "passive") (tstamp 02119a46-bec6-4872-bffb-b1fcdf8d645e)) - (pad "2" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(D8-A)") (pinfunction "A") (pintype "passive") (tstamp 93609599-1981-49f1-b622-a03ffc4c5569)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e656) - (at 68.834 43.688) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc3bf3f") - (attr through_hole) - (fp_text reference "R1" (at 5.08 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp db5e07f8-37ed-4d50-adb8-c47564c254b4) - ) - (fp_text value "2M7" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 08781e42-a113-4cb3-84a6-c6e7df0f4107) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 601bcb11-39fa-4369-93de-d6df0a296f16) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f56c2165-b558-4249-8186-b65d6fc5a967)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20d431e6-4af6-4900-a178-3d08d87f038b)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c11f1c6-f0cd-4c47-a75c-b25b34a55ec6)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d42fc669-c249-497b-9490-408eed6d2e18)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2957f611-3d96-4a61-b1ad-d434f6fdca24)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a248de82-cc1c-4884-a1ff-8a623b062ecc)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0a1240f-74c2-491d-bd77-90925d01658c)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1a57881-ea73-43a7-bac9-89ee15eeea23)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e339fec7-ca9b-46d3-9a0e-97ca897fb2a4)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a5454b8-616b-4c60-981c-aee7752bf1a1)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 918037dd-1c7a-4062-88f5-997aa3565a15)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c292f50-9eeb-4691-8100-8cb846a0113f)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16bd8839-dcce-403c-afae-0a5965ee7881)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2fe523b-c433-40d0-ae86-a6894e1715cd)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 131d6763-8e70-496b-b36d-f10b37d22b74)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c32ef87-28ea-4bbb-a795-e31e9dbbd95a)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 43 "Net-(Q1-C)") (pintype "passive") (tstamp ad089fb8-ddd3-4dbd-9e69-c4659db46668)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "RATE_1") (pintype "passive") (tstamp 7534fc68-a4eb-436b-acd5-7ea3fab608b2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e66d) - (at 69.088 107.188) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7adb5") - (attr through_hole) - (fp_text reference "R2" (at 5.08 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1da1a66-a637-4e91-a35d-e15222451371) - ) - (fp_text value "2M7" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 52e8b360-d885-4003-925c-e4634588446e) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 342aa643-fe9b-4ad5-884e-9f1da5491f46) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4216c690-eb1e-4794-8e25-fd24075f91b7)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ccb955c6-8353-4fd2-aac4-b585294c21f6)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9dd83abd-0c11-4131-9751-4a6637580c51)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d436e7e-5511-4484-93ed-ef1ce2440582)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29824057-c494-4a25-b2e2-0765fc3a3977)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61a98ef3-8226-4d80-ba5f-ed484ca19dd9)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6ef1517-66ac-4550-8202-479cea23143e)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e063816a-7323-4a5f-bb50-0725573d96fd)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50a6b753-3cb8-4332-a6c3-e101ca6fc04c)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a71376b0-65fe-4013-a52a-cf9a9068a2bd)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 144659a0-4710-44b9-b87c-0493ee8edbb3)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43c11f61-cdcd-4950-9fc1-6cd551c4a2eb)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be447751-e19b-4d5e-a0c2-bbb9e283a706)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ca11c42-0bb3-42d9-9cf5-a0c976a149cd)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 789b9884-d3e9-40e8-ba5f-d9fe86b2bb3f)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 233b161f-6d6c-4b4a-8b73-0c922262756e)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 46 "Net-(Q2-C)") (pintype "passive") (tstamp 0fd0be7e-b867-4ad3-9e13-6766e17fdac2)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "RATE_2") (pintype "passive") (tstamp 6c5b3b02-d46d-4407-8c4c-608893a8ea89)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e684) - (at 68.961 54.991) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc2d908") - (attr through_hole) - (fp_text reference "R3" (at 5.08 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f4d400cb-0aad-4a0a-9e03-9c2544772657) - ) - (fp_text value "33k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp da60f5b1-d63b-4a83-b450-ea827d23c9a7) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3c4ae3cc-3bf0-4292-8940-0ab00ebdba08) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48cb364b-8536-491f-b390-2a747a72100d)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f515570d-42e5-4022-b3fa-56c5d7fb087b)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e277810c-5214-4057-993c-98084297adc7)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a40378d5-3e8b-4d2e-b8ef-8f537ea657aa)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1ddc923-c878-4293-95a8-8aed0e9a51b1)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73448aef-289e-4f51-a547-71d6d46f9459)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b49a387b-0607-4044-9817-8ef2f5769c3f)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b52a249-bd46-4421-a49e-2d7dd183587a)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1e308ea-c951-4364-a7f9-de80d94e3e8c)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 188447e1-97bb-44ff-b7ba-9c2defd9e799)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f44e004f-2c08-49d5-86a0-48ad23ad9464)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02056d1f-ed87-4571-8259-7e269c2653a2)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b797fb2e-2f5f-4dd7-b1f5-57408d066be8)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b942cec5-e49b-4dd1-822a-951a90eb5a44)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 442d1892-63af-41d1-9702-1e67700c72a5)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 946421d2-2bf5-406e-8585-27995c5c7eff)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 42 "Net-(Q1-E)") (pintype "passive") (tstamp 04bc1881-c04e-47f8-be54-ebb9cab0b172)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 34 "HOLD_1") (pintype "passive") (tstamp 548dd155-c383-4a75-90ac-e646f8f2595a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e69b) - (at 69.088 120.142) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ad74") - (attr through_hole) - (fp_text reference "R4" (at 5.08 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2624ff00-1fe6-45e6-bad4-c8ef28b05155) - ) - (fp_text value "33k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9f01029f-12b0-4f76-81c3-79459d57b50b) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fa71563d-7f41-443b-9510-e37bae6ead72) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 772cba57-b120-4079-bb9b-8d40ff5c31b6)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb0e1ffc-fd34-47ed-81e8-49531b5c8d5c)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8ab2e7f-2689-4a0f-bbd7-eb4e6de0557e)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c3c8367-f361-4dbc-bd54-0654e6017b11)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99e1deb2-538d-40f7-a523-73608479f959)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24226cb4-c240-4366-9936-5b9bdb6db310)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 471e204c-b3ae-45f5-bcd3-164e66e85679)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3887822-cdc5-4e5a-8668-3e3527aa2496)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10a5ac46-b7b0-45e5-a14c-18f2e7f86171)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff7084cf-5c35-4a5b-a7f2-513bceb3845c)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba19b577-47c7-4228-b3d8-1e389e5e07a6)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e36b3f4-e87d-4060-9164-06f40fc6a94f)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9428e566-d907-49e1-ba0b-df6017299ab9)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26ea1bbb-f8dc-4cda-a77f-7ba5811e8e03)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abcd7076-5eba-44d2-aca1-25c814d58fca)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0803a2b1-1953-4ba3-9e50-57d4ccc30152)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 44 "Net-(Q2-E)") (pintype "passive") (tstamp 0d772382-1a33-4ec5-9ba9-a9185498b15d)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 41 "/HOLD") (pintype "passive") (tstamp 2e1a400a-e1a3-4d4a-9b1f-ebbd7a13f7b2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e6b2) - (at 68.707 28.575) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dbe35a9") - (attr through_hole) - (fp_text reference "R5" (at 5.08 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e711c595-3db9-4ced-b246-301de7aa642b) - ) - (fp_text value "33k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 97be9d04-e334-45e1-8ac2-a5a9ab24b3de) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7e4338d5-fa39-42b7-8ced-67a04cacb194) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b431b83-e2b5-41c6-8c03-bf59cfafd7e7)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64640b9e-acc1-4474-9bf2-a66cb3fa512a)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de723518-84f7-464d-a34d-60ff3f302d39)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33aca308-02a1-40f2-ba55-d629ca217daa)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 418cc608-ae52-4c21-865d-514ef9f565eb)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81dbb27f-b62f-4f70-984b-3b31b34e43b0)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42c3a964-9491-4976-935f-504cd17aaf4a)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4f902cf-a718-4ccb-adbb-90ecf0ad684b)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b5f1170-8b77-48db-a2c5-ccde58beb1a0)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7546755d-1241-4380-907c-477955e0e030)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9acd6d22-ee9b-48db-b58b-c231589863cc)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 666b46df-3b48-4e11-b385-d9d7c757016d)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ede9d988-dd1c-449a-8ba1-b1be27a7fb55)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75a40c14-43d0-4291-933d-9b806b6c8fd2)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03257885-eeca-47c3-8849-7104140c9c1a)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b09370c0-eff5-4998-85f9-45ce50f3e17c)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp f3a86aac-67a4-4589-830e-8003d3531875)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 36 "IN_1") (pintype "passive") (tstamp 7f78c92c-9721-4314-8c1f-a286f1f70395)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e6c9) - (at 69.088 91.948) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7acf3") - (attr through_hole) - (fp_text reference "R6" (at 5.08 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d1cc8db-7a1c-4cff-8183-543419dd5227) - ) - (fp_text value "33k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a9a7deee-5dc6-4370-b99e-fd5a70736310) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f783092-1e5f-442e-b136-5bc04db2b111) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15fe78b4-4a4b-48d7-ba4c-fd3eb1674e1f)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 092d6401-7b17-4114-81d7-9da43a28865c)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e4ab567-d7ed-41c6-97ec-d10f0d5bbca8)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 628ab74e-a8c6-432b-8a4c-da1119fb0e47)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5cab964-71fb-4cae-a22e-da30f5ca8b92)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb5a574e-00e6-4bee-a4af-14ac0060ffdc)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e98e6664-e13b-4142-ba85-29ea0d179ea5)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63070210-75ba-487e-9068-02637305109c)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23fbd8b0-74c8-4ccf-8fa2-142f411a6de9)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04a926f4-ddea-4a48-8114-48c5c086ebdb)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80738369-bc66-4a28-9577-a7327c01b2bc)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58ea4f68-96e7-48df-b4ef-f0253270a409)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3dc5635-9de6-4bf6-85a7-817e8b818965)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6567a2b8-179b-4a43-be41-d21015b218f8)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e77ebdea-6cae-41d8-8e57-874717dfca4d)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1b81ef2-df96-4794-80af-2f8c20cf65b3)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 7bac5ae6-f4c4-45c4-b30c-f71eb5e9a2d2)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "IN_2") (pintype "passive") (tstamp e6814301-6417-407f-92b0-00f7cea744b2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e6e0) - (at 68.707 40.005) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc1cf7a") - (attr through_hole) - (fp_text reference "R7" (at 5.08 1.651) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a349b426-d877-4956-9983-0455002ac480) - ) - (fp_text value "100k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ef74f8d8-70c3-4a20-8dd2-ec6a70bbe56e) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c7966745-e5cc-4978-87f2-65a629695362) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67056210-3add-43e4-b509-7b1cc8e299cb)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e53480df-e88d-4ca7-800e-dc07ed5f8184)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43c24154-3ad5-4c32-9c85-7c153c9ec2a0)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a4a0625-454a-430f-af52-985a1f5aad02)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d64789c4-ae5a-4b39-9720-ff764ca90c9c)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6dc64ab-52bf-4474-aca8-8419bb0157be)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c99a7704-d70a-4b18-9691-4d348f4fba5c)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0890b1f1-1b52-4bbe-8a92-5df0c03feef2)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e075e8aa-552b-4a42-949e-db86bf6de16b)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ecb8fe5-7356-4e2c-bd81-db07e8041a4a)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f1d7a5e-1680-4c46-b1b0-01554927ed09)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0a7884f-6539-47b2-acc9-b6609432b9ec)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a67aeee-e532-4deb-9030-028f11320680)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5e56985-d99b-4c36-a0bf-01e08705f954)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d998cc8b-c49e-4859-ab2f-84302a80b249)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c83ce44c-1bf8-4b9f-bc9b-dcc747d5dbb1)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 65146c57-b58a-47d7-9571-867923ae14ed)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 35 "VC_1") (pintype "passive") (tstamp 11d999a6-41ad-4bce-b163-72fb92b6e458)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e6f7) - (at 79.121 58.928 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc2d90e") - (attr through_hole) - (fp_text reference "R8" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 05e6f3aa-8ec3-4c16-8435-d7aaa20a3b75) - ) - (fp_text value "15k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5609e7a9-b8ba-485f-a001-2b61d60c9755) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4f5600df-3bf3-4b06-88cd-9d99387a8488) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 740a0cf7-abc1-47b5-8cb6-0681093bea27)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01b6b413-565b-41a2-8ee3-ae23ddae030a)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp caa7d7ec-bff5-4b9d-8f5c-5df6a439f8f2)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 699a5bb5-f80a-4def-b2f7-4615c74dd406)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 980504d3-0bc0-4e63-8004-9c8aed51bd7e)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 916474b1-726e-4d3e-beea-f12d5ed0b8bd)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5a59fe1-1c95-4ad8-b09b-231681a8050f)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77756c50-8a0a-494d-be2c-8e6086cd907c)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11139812-298f-47f2-9dd9-2b8a38c93a35)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7382ff69-9b96-4ddc-94ec-e64a68223043)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7f7086e-0b8e-4422-b861-e1e33f9d5d11)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f5a1466-d537-41ae-9b03-a4b6ff00ca25)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1897074-3640-4e3d-96bd-7c2d556d5f2c)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62bd57f7-c98d-48b5-b4cb-9cb9fbaa8f00)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50532a5d-2eb7-492c-8114-cb5fb5d7f4a2)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0225e0f0-66b9-482c-9f8a-ddcf3930bb68)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 64d85320-aa73-40ce-8d1a-f597c58e2dce)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 42 "Net-(Q1-E)") (pintype "passive") (tstamp 47afe4c4-1a68-4c28-89c3-7b4989f5f22a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e70e) - (at 69.088 103.378) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ad5e") - (attr through_hole) - (fp_text reference "R9" (at 5.08 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 856a40c1-b0c3-4c30-97a0-9135eec645f9) - ) - (fp_text value "100k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1b49824-262e-43c5-9f90-c2b7e9dddff4) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ca6dd2ac-8210-4559-ae21-e6af72d01471) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 903312b3-8ee8-4a05-b497-914c8bdff78c)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45802e6c-5cb9-4fd9-852e-37849b5d341b)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6124ead9-8a87-4def-a438-878b4b4da62f)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83b5ba1d-7334-4160-941a-87c799400625)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99835680-7aa1-46d8-96db-cd3847ce350e)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88b3707e-bd31-4039-b36f-ef0ffebc39da)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0f4a94c-2d2e-45a4-90b7-fb769eecb979)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98d0bd4d-a7b2-4665-baf5-99d72a74658c)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 475fe27c-0039-48bd-821d-4249962c1716)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5df54ff-43e9-4d72-b6a4-a558d2ba4a8b)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 177fc426-79d7-43e1-8e43-f8072e6d5a3a)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5867594-23c2-4f78-ada4-576f34c44e8e)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5c9409e-08c2-41a7-922c-736fd070de54)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e733ab13-8c45-49a1-9665-abfc99a281f3)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ac4a297-eed1-4296-b386-91e45632dafb)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f16d16c2-3df2-44ee-b958-b3623e943186)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 26472c63-2b1d-406a-9ea4-0b09962aba4f)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "VC_2") (pintype "passive") (tstamp 4b881128-7a20-410d-b62a-4d16c21b3868)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e725) - (at 79.248 124.46 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ad7a") - (attr through_hole) - (fp_text reference "R10" (at 5.08 -2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6593d2a4-8fb2-402b-940e-71f96b62551d) - ) - (fp_text value "15k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22a79c5c-02e4-4c7f-b418-cbe31598ed02) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f209c32d-e1f1-48d0-8c3c-3f69c1253760) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfb73691-cf54-4ff5-a398-fd9fa6e34658)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 230d737e-4763-4c60-abe4-3c4d084fd029)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5eb41a8f-effa-4376-8e24-692de5bc7e1a)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89194f4c-87a7-445b-aa9c-4675ca5789f1)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a42e084-a065-44d6-af83-83c7b31cb89e)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43adc7cd-9738-43d6-933d-eb58c5d069ad)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a02c0824-f55e-4f74-aa95-972b29b9a362)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43e88b4e-0726-495a-8363-3f6f9523f995)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8a3cf6b-f79e-4b08-a628-a29f7a8c6a61)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2610010c-e295-4f38-9f76-6605acf288dc)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e1dbf85-35a1-46dc-b811-0c4204db9b4b)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b546431-ef1e-4eb9-a662-399929d0d4a7)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ee33a35-e938-41f3-a798-329db7ac4955)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba5e46ea-b047-46d4-9012-6eb738444c13)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e644ceb-d866-4b68-aed1-1fd0f643af94)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4eb5db0-a270-471e-875c-f2e490af1b9f)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 247e5d1a-763d-4573-91f6-d9c61fba64f6)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 44 "Net-(Q2-E)") (pintype "passive") (tstamp b38ce3f2-61b5-429b-a8bb-084e61f07d5e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e73c) - (at 68.707 32.385) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dbe33bc") - (attr through_hole) - (fp_text reference "R11" (at 4.953 1.651) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d680f98d-8bd2-42a5-af30-9822c726bdbc) - ) - (fp_text value "33k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 85772b19-1e67-48a9-a2fd-eb1761d69b1b) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a616b5cd-92d7-4868-901c-338f30239523) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d43520c-2c1c-4a8c-8fe5-3693deb5600e)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92293986-9ecb-492f-b11c-1d23826612d8)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb6997f1-c3c1-4b55-aa6a-0cf8fd35715b)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f5cb0a9-3380-449f-a170-c0beba055ae1)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5d002e8-122d-4c54-b9aa-0e50066291ce)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47fa4ebd-ca2f-48db-aba0-2314d845793f)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 436b15e2-fa2c-4523-ba64-eba69fe46aea)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b99bbd15-3ade-4a53-9e25-5d2bbe93c467)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c38aa7ea-2222-418b-89ea-4e3f05e3af54)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7363b15b-57a2-4393-a39b-5fe716eb0fae)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a880812-a482-4536-8c15-ea85561ef55d)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f98907e3-db52-46a1-8ee9-4ff7456a7c51)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d55064e-53ac-453a-a585-4e3533573c99)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 255d852f-894d-423f-8e38-6f38b9b9b83e)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a9e5168-62d1-4775-b0a9-302208ba7af7)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25fa81fb-86f0-4d30-894c-3615a9e85e4e)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "Net-(D1-A)") (pintype "passive") (tstamp 4699a844-3312-4de8-b7eb-ee1393e64856)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 36 "IN_1") (pintype "passive") (tstamp 0d787765-a88e-479f-a4b9-5bb882d9cdb9)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e753) - (at 69.088 95.758) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7aced") - (attr through_hole) - (fp_text reference "R12" (at 5.08 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e6fba2b1-b7df-4e45-a3c4-0b81e6ebdeac) - ) - (fp_text value "33k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5fe0d807-6dad-4685-869d-b9da89e01263) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ed3c122d-892f-48b5-8c6b-dfa46f04681a) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e7e58fd-685e-43fa-9ffd-d9a9132649b4)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 753ba0ae-774e-4e55-b943-ea2a045361f8)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89ba5b01-6cce-4651-81a4-390692927e90)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8d81945-7e8e-4089-9054-c957720df546)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69272a2d-ba35-4f80-9972-5ba2b6df6e7f)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bc8888a-d5d7-4876-9505-a14340fd5442)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6ce4b02-c8c8-4056-bfed-24523b8690a4)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c15fb7fe-3d81-4b2a-bc14-9eba56ee4268)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b89f5428-57eb-4159-a4f0-a824b6ad6cc6)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 354ad642-5340-4b0c-a3aa-3d136ff100a2)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aeec1048-7f58-4228-b9b8-b56c4a71cc6d)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 037590e5-e9fc-4ee3-bdad-4582b0476f3d)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b686d435-f56f-4265-be81-db2b7d0b61a9)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp feb0dd80-cf3e-4bd5-a4b7-59ae5a99c10f)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 173e29ef-7f04-4722-bacb-843baa6c69b5)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc2d0499-5693-4a66-920f-d62d88426b58)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D2-A)") (pintype "passive") (tstamp c64ff7ec-8a8e-481a-9086-5f4741400d6e)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "IN_2") (pintype "passive") (tstamp 90211c52-9baa-4378-b1c9-251d1f43cc52)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e76a) - (at 68.707 36.195) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc1ae95") - (attr through_hole) - (fp_text reference "R13" (at 5.08 1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7d76a535-24a7-423d-a5fe-1d7244675ad3) - ) - (fp_text value "2M7" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d2fdf799-c29d-460b-93c3-4895905c5547) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f9c32d43-3c28-4773-a87f-b04278a5b23f) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f56b3b24-c812-481f-a2ec-72998a098880)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60f43556-f0ff-4586-9d3e-a27dee30444a)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 627e6c4c-e14b-4d3b-925a-a164e303a7af)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf6c47e2-e5c5-4dae-9371-9d7a57604104)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b4c2ab9-1a19-4fff-8f9a-664abe14d608)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 785e0edb-80d9-4711-a777-84e0e3e9f81e)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0bd257f-13f3-46ed-bf82-ea1e8b6b0e03)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dbeb1f6d-5f6a-4eaf-96c2-1bdc3c50389c)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d01342e1-25a5-468c-bab8-d00651bd417a)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63f715e2-397d-4ce3-9c1f-c57735aa12fa)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 189afa75-c6fb-4e11-963e-2451d1ac00a7)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e01551ae-47b7-45af-95fe-071674aa0fe7)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4cf7d24-ce95-42dd-977b-64a5243d4ee6)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecbaef91-05a7-4c0b-95b5-8e7b638a244b)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51f513ef-932c-4f95-b1af-e57ad98bf95a)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3965ef5-c3f9-48a9-ac87-ffc8bd504b11)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 52 "Net-(U2B-+)") (pintype "passive") (tstamp ef669191-396e-4d0d-9280-46e4537a7f8a)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 35 "VC_1") (pintype "passive") (tstamp cb95d234-bfae-4e96-9b49-79bafc8a174f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e781) - (at 69.088 99.568) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ad58") - (attr through_hole) - (fp_text reference "R14" (at 5.08 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 46159e7d-4777-4d93-94bc-e91536c7bd40) - ) - (fp_text value "2M7" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9bce302a-9ec5-4c37-b09b-757ca73e1b50) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7170c13e-6610-4cba-af18-ab84232f3595) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0123ba1a-91bc-4080-be4d-40c79848598a)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8b0290f-b435-4a3d-bdff-82fb2492b3d3)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c88e7b1-1cc5-412f-9813-35995855c4cd)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9565df8b-dfcb-40c8-9b83-7de467dd49ee)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a8f168b-63bb-4e12-a24f-fd20a664904c)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b13d208-c905-4347-baa4-f883a4f5b1c8)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d31a84cf-5ba6-4058-8d27-3ad2f52ec0da)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bafacbbd-328b-4880-b574-b8a179368f50)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63f1b1a0-ffc9-4453-a119-4d4ee5d4d8ae)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 597c0de0-480a-458a-9300-7b6bac8ce425)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7faabe2b-5eca-4bd3-ad7d-c3391087d6a2)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7f38cce-8ad1-4e90-bdb2-e4548f9ea85a)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77812896-bf99-40b3-ba55-7fe5e6f314eb)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60d0698a-b343-4cdb-b7ce-e631e2cf4d43)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9cf3e7fa-1693-4308-855d-09ee930a7068)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9af13037-8c07-4c28-a001-ab52d014d1a9)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 53 "Net-(U3B-+)") (pintype "passive") (tstamp e4a2ae69-4c8c-454c-8509-7dc67b31d320)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "VC_2") (pintype "passive") (tstamp b9ac1868-a553-4b82-8ac3-237f5c55221c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e798) - (at 44.958 37.084 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dbe80b7") - (attr through_hole) - (fp_text reference "R15" (at 4.826 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 71d67302-1139-4930-92ca-7437316ffe6b) - ) - (fp_text value "33k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c72d7e0f-ce90-4a11-87e9-a3016db45b5b) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f017e9c-9382-4b65-8246-33b5ce5a2a19) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7de9f2e-38de-4787-b92e-8d4fb22e3e7a)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13243fda-8857-442a-b196-a94142830565)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b68d61ac-1300-49b9-91ac-03d0abf6d6a2)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79874b8a-35da-40b8-898b-edcb406d9735)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e68bfb6-a71c-4482-945e-4044671145c4)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d14f5600-f43e-47b7-b15d-a5b4d8ebf96b)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56594d4a-08c5-47df-a4b9-6fa6095b1910)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd4c00c4-459e-4cee-86f2-8f62bc9b071e)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 994845db-d0a2-4a29-b0d1-04cd735daff3)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3cb5296-29c4-41a8-94f8-81cb0db83639)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 796f56b9-7160-4a6f-83ea-8618bca2816c)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d801df5-2348-4c72-932b-7fee3326302a)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4166e2ff-7ee7-414c-a935-8ddefff78632)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 173ab2ac-9bb7-4761-8d74-e5de9bb44fb3)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd4d9814-9039-4b44-91eb-01a50e589bb2)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15c704ae-6972-491b-8a83-2cbfa77acec5)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "OUT_1") (pintype "passive") (tstamp 70998bf3-ea5e-4eff-ba6d-587e9bbfa8b0)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D1-K)") (pintype "passive") (tstamp 3e5e2339-5217-4112-936e-aa806bb56153)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e7af) - (at 45.212 93.726 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ade9") - (attr through_hole) - (fp_text reference "R16" (at 5.08 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4d68897c-a98b-4bf9-8c97-be5f213500c5) - ) - (fp_text value "33k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 17473d13-55d3-468a-aec0-7246b8d15631) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6ed1d711-2164-49c6-9e32-a2b8bbb80e4e) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a2d0cc0-639f-41ff-97e1-66de6976ba27)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6117c4a4-74bc-410d-8d38-eb7f80f151c8)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 491470fc-a7ca-4c65-8cf7-824c44e4014e)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34732fad-4493-4101-bc29-c6bfcfc2a2f4)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c75b2fe-bd5f-4739-b8aa-9fed076c524f)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06024e27-c65f-423a-9fa0-5e71b8c2d0e3)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8eb9f258-08b3-4cea-90b5-01b992c37d2b)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ab55a04-7e2c-4af5-a859-b38f69eb8e54)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aeb10ad5-d056-4b5f-b8c7-2b77bf012d55)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13189047-6609-49c6-87b9-63356fa732ad)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ebcc7bf-7b39-4279-9e7c-133008a00fe1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 535c377f-e5b5-4c5f-8e97-f4deb0ee8e0a)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14e41fa1-7ecb-455a-8322-d43b99b318ef)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59048b6c-71a9-43a5-8acf-977c99b327f5)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8e9ca71-6362-47ca-a5cf-f06608d28dea)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e8f7416-655e-4293-9c71-894a999fb442)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "OUT_2") (pintype "passive") (tstamp ad2de77e-dfbf-4d98-91f0-7512d246d532)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 37 "Net-(D2-K)") (pintype "passive") (tstamp 58fe1450-2da8-440c-8d86-dcd98d143f68)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e7c6) - (at 50.546 55.372 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc3684e") - (attr through_hole) - (fp_text reference "R17" (at 5.334 2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1603c45d-5904-4e66-bd0a-ec47574c0120) - ) - (fp_text value "82k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 538cc5ad-0efa-4dfa-9cd4-13d12a0274dc) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4d9e798a-905a-40eb-b3a1-68a267c8c4f9) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee3576cc-cfc2-477e-81af-dfd573e80b0e)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a097ead-0979-4648-8fd6-7a35187feb80)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6afa6669-e9fc-405f-b6ff-8791a6b5d10b)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e0fd361-eff0-4f38-8d76-09b1e0ac4131)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7c2d6a7-197b-4f56-b84a-dea13430ea7e)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f89dc733-da56-4ac0-ac93-c53df9778287)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3d47367-c221-4cd9-8610-18bdb19a5ff1)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 143df08e-92ce-4032-93ef-7e1d22627532)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09a87b72-0a61-410f-9730-c32bf4b33ff8)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76628540-b344-4542-86bf-9bbd9c714652)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ee8986f-3119-4484-bdf5-e40afdc40095)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 900ce54f-07f2-444b-a2e2-07e4092b9130)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18f2149a-8d28-4d39-b826-0fabdb440a2c)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5dbd6add-834e-455d-a121-104f3d240307)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4c664dc-9ea5-439c-b4cd-df291781e4b1)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41fa1640-42b3-4a2b-9960-20e98ae10160)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 54 "Net-(U5-BIAS)") (pintype "passive") (tstamp 73042ebd-4c40-4f0c-a5ca-1f7ced49ad44)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 43 "Net-(Q1-C)") (pintype "passive") (tstamp a201be61-95c2-4571-9371-9c2c1186ca85)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e7dd) - (at 27.432 58.674) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc3c662") - (attr through_hole) - (fp_text reference "R18" (at 5.08 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b6b3107-7491-4c63-a3e5-443696ec788c) - ) - (fp_text value "1M5" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5989998-cc51-46f6-90c6-527380031792) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 772d3570-8039-4beb-95ca-e1b079bad12b) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8c1d9c0-9f61-4931-9af0-a3ccb674a360)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d023aaf1-e525-4ead-ab9e-35e2a4b14dae)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e4974f3-c0df-4a62-8e5f-7311fbcceae2)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f456755c-4071-4a8b-b7f0-39124ba48d7b)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25d31a20-5c90-4f0c-a510-2f525e665fbe)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fea8218c-5c2b-4e5e-ab58-6423a35b7261)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11c46efe-2bd3-4e9c-bcd0-bca79cf260d4)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 453d588e-e02b-4524-a43a-bfc85fa2a1ef)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8454a9f6-3cc9-4ea5-ad7f-7c30b25b7c1d)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e4344b7-393f-4257-8283-b55ed34d082e)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81ba3bbb-7517-4e50-b07f-1d8017867daa)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 431990e4-f380-49c4-801c-883aec8ef7b0)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20751b90-2845-4f15-a1ce-4fabbce3c32d)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e551ce4-3210-4d38-8ade-65bffc544b26)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70f566fe-2ecd-4d55-b9bb-f5fe1dbaee5c)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bb29bd1-3621-4f1b-9e13-ff2a135477bc)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "Net-(R18-Pad1)") (pintype "passive") (tstamp 7b1a8be7-a7de-4e25-8ddd-0e8f9a1dc661)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 43 "Net-(Q1-C)") (pintype "passive") (tstamp 575f7b22-b643-4fda-baeb-cc7b4fc13cb2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e7f4) - (at 46.482 112.522 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ad99") - (attr through_hole) - (fp_text reference "R19" (at 5.08 -1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d94d7b8e-4729-494e-ba63-d8545b2d4305) - ) - (fp_text value "82k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp be84d9e7-b426-4e46-badf-9dcb41631e20) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a3b25846-775f-45e3-88b8-2a8af10bcd47) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0566ecdd-804d-4dd5-8eb4-e1d470cca715)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da12a0e4-483e-4222-97b8-20af8c756f86)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95bef605-d704-4151-9661-c727d6222cba)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99c6f751-23ab-418d-98e0-3db389c09be2)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83cd3755-1a1f-440b-a81d-b1bb73fe6d49)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24a1ada9-cd79-4482-bc03-a626ab8a3778)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e247e11-4714-4ce8-926e-f67723b083ba)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81d24fa4-e5ba-4f26-944f-d6b462b5a9ae)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9d2d443-46cf-4465-98fc-90b13ae153c7)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53a69e04-c4aa-4eb4-9bac-e0b0b513d754)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb73e085-0968-4b3d-ac43-4ff8662593b1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74355631-5d1d-46d3-80b7-5b71aac16aba)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c91310a5-5468-4544-ba39-c11fa3c535ad)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 889ad3e8-2441-4ccf-afdb-164acc089746)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40686a4f-64ed-4eeb-aab2-731597c44e84)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c47e398-1562-4f3d-9916-3372d06ca1ed)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 57 "Net-(U6-BIAS)") (pintype "passive") (tstamp d05e26d9-a2a6-42da-be94-77a1d8a81872)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 46 "Net-(Q2-C)") (pintype "passive") (tstamp 0eb4e161-e69d-4a8a-9496-4821a863d15c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e80b) - (at 28.194 115.316) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7adbb") - (attr through_hole) - (fp_text reference "R20" (at 4.826 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b8547273-e6b9-4e22-a8d9-9a15840f6bee) - ) - (fp_text value "1M5" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a4f07049-74b2-41a4-ba04-599e81774b3e) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 35c47281-df1a-49ad-99cc-d9e542f6a7dc) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbba6fcc-4ec6-4582-9897-9c673fe83d2d)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db08a46b-c678-4eb0-858e-bf14914cbd24)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c1b2891-84f9-40a6-ae07-1e12abd6c867)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0dd886c-847b-4f14-a422-481614a404fc)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8e528a1-0ab0-45c1-b7e3-f338adfa3d60)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41e181cb-0938-4abc-b5d0-ef9e59714e35)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f09b4255-d99c-4159-a5c2-25fa3212a9a6)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ff6b518-6232-4f33-a429-02fd2ce2bbe8)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66c8c58b-7c13-4a68-8cbd-e69b70030b26)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f639035-f5f9-42d1-b135-10d3e43612d9)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 524ebbc0-9a51-4b70-a011-eaaf76d60bc5)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1805c09c-99d7-4370-8d70-37ef665dc042)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9da076e8-cbcc-43f3-a2e7-17a286166964)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e09911df-62bd-4022-8e6f-47ac81d6296f)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa5a0155-a04c-42d5-8fb5-0098366973b1)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73c5443f-1569-4792-be60-a5eac8c5269f)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 47 "Net-(R20-Pad1)") (pintype "passive") (tstamp dbb48cb2-33c6-430a-8ea6-a5cd2b19f68b)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 46 "Net-(Q2-C)") (pintype "passive") (tstamp 5fbac83d-0fcb-40a6-901f-8cb1b2cab158)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e822) - (at 46.228 55.372 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc36029") - (attr through_hole) - (fp_text reference "R21" (at 5.08 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4a95c040-f2cc-46df-b804-9f72f4fc2927) - ) - (fp_text value "15k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 38cd8861-a54e-4046-a611-23d8da8d6cc0) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 295ecb94-df79-4e80-9a61-738b7c970860) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29171462-cb05-4aa5-9048-7d4e990ff9a9)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0d9f057-edd0-4642-8cf0-97e58bd6ae87)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3691869-1bb9-4ba4-99a6-a6a2cbea2efe)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01cda166-c809-4a35-bf96-f9a110ff1817)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e9f2505-8b93-43fd-ba23-c45118d83e1b)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f251822d-9f4e-4599-b55b-83267e10d8b2)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9833fb2d-da3e-495f-8bc6-5f6ec0c771b7)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 582aada4-bb76-4564-b33c-b3a37592bbbe)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82679ffb-9cba-4eb6-9fd0-4d8fc0748415)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a62a34ee-043f-4dac-97f3-59475544f4f6)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5dc34d1d-d71d-400c-89e2-f676cfb46e10)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a74d27d-dbbe-408b-a7d9-f85c3d23ecda)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a35636ff-c7d0-404d-aff7-53b740c16bc6)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb70e121-7fe1-4f97-9220-629ae172331e)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8149f2e4-279b-43bc-8c0a-f399bb0a9930)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc438504-cda0-41ba-a81d-3b001c664491)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 54 "Net-(U5-BIAS)") (pintype "passive") (tstamp 42475389-a315-4ceb-99ce-5f2ba8f04762)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 48 "Net-(R21-Pad2)") (pintype "passive") (tstamp 58be8ed6-a0d1-423a-b046-a7bc828b5794)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e839) - (at 50.292 112.522 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ad93") - (attr through_hole) - (fp_text reference "R22" (at 5.08 -2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f7d5123c-1d37-4ad8-827a-ddbd7260a8e4) - ) - (fp_text value "15k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1f608e56-a0f5-4447-9068-77ed3aacc28e) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c370ffb2-09d6-4613-aa63-51c1602c53e9) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba1123d8-f606-4877-92bf-a70ad41980c7)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4af229f-8c04-4184-a488-73c1f02a18ad)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d65a582-6f77-48b7-aa60-560bf7859f50)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 575f99b1-35fe-415b-87cc-b6ca2f514883)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3673b2d1-e894-4d6c-8c11-b1dd1b8bd733)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a18b3c0e-d20f-4d1f-a34b-d03df22d77b4)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85c84482-2afb-4b0e-9dc4-81ec5f0a7334)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e73dd911-4407-496b-8056-e5bb4c6642ec)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9cd3aa41-6822-48d4-b670-366382885e70)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47ac56cc-7dcb-4383-ae9f-e63729162811)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b8ce82b-8899-4a3f-aa0d-f556c5ba5c12)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 835adc0f-3e8d-417f-942b-f0c55c00fd6a)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 564206ed-5716-441e-910e-9efcfb035f48)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d318263-5267-40f4-af4d-655e0299818a)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 222dd2e0-2f26-44b0-a504-e62e931c2d9e)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3abbde7-88e1-4920-a38f-df2c157d5f83)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 57 "Net-(U6-BIAS)") (pintype "passive") (tstamp 2b7f0989-fa6a-4985-8cde-d6a06999d394)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 49 "Net-(R22-Pad2)") (pintype "passive") (tstamp 07733190-31de-4149-9bd1-f63f848cfbbb)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e850) - (at 78.994 83.82 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dd8ba5f") - (attr through_hole) - (fp_text reference "R23" (at 5.08 -2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 99d52860-505e-4a39-b4e5-9ff475c52e40) - ) - (fp_text value "100k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 61be5056-e87d-4743-bfbf-ccee0946fb68) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 213c6a2b-b24e-41a5-8ac5-f090689f0dcd) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74a9fab4-d698-4817-a05c-9bfa377809fe)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91b5e091-6d25-4fae-8dd7-fb942aacbb55)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9cfe3e4-6fd6-4842-9e64-4dccef2bb9d6)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fce25f88-56bb-4937-b50b-f6d9b6489134)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f29c6c50-185d-4845-8d66-3fa7f4059518)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b195ecf5-b6ee-466d-9567-d3433271565d)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 484139c9-9022-4ad5-8ccb-be7a160f1122)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c4c56bf-1f80-41c9-bc3e-4ae64d00d613)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87bb5f50-a03f-43b9-8940-12199a8c7799)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc7ec060-06c7-4a37-84e8-8faa37c8bab5)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c65161bf-536c-480d-a8f3-da9b3c73b67c)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9190be6e-b5b4-4e02-ab54-9ec86b70637d)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5e53107-e20c-44a0-a89f-9c29e0bb6048)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eee80fc1-7477-4b5e-bfac-c6296bd2b41e)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7803fe2a-ca8b-48b8-bec8-2b284c43cb57)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c91da293-160c-44fb-88b9-80600cbbbdb4)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 8e5314f4-9bc6-4d74-8c63-0bb8005d0966)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "SAMPLE_2") (pintype "passive") (tstamp 1e6db357-e15d-46c1-9dcf-6b5877fa9d72)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e867) - (at 49.53 78.486) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ddd835e") - (attr through_hole) - (fp_text reference "R24" (at 5.09 2.182) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e5fc82f2-d2d7-4b56-913a-0e98df1cfd78) - ) - (fp_text value "33k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cb1d17a2-ad01-40e1-be6a-2646cadb65bc) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4eef127b-58fb-4c3f-bfde-8dc4d4235b5d) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0db406e-9603-4fbc-8484-962dc7234d4a)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd6a153b-ff3e-4597-bb6e-f2f66a8b3e51)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c243df32-74b1-4a05-8cca-b38c57db9a50)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f24cbbf-0e3f-41f4-a97f-4b449c7c2825)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8121ca4-239f-4101-8c8d-524427acddfa)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2b12ba6-e4ca-47e0-a7ba-82de7445dcb7)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ccd1fe64-11d3-44f5-84ae-a8212e200f08)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e3dbc22-8c25-41ce-b991-7bd2aec8284e)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ef86401-180f-4627-a6b9-b435592420f5)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d738cff7-8fa2-460e-addc-dcd1e12f5428)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85afe3fe-d436-4f96-a2bf-ae57d227b177)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d66ba945-ea98-43d0-8d26-046dd8c7a302)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp acb29327-14e2-4b93-a5c2-35e2338e5225)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d45e43b-253d-484b-bf12-ab64406cffad)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc4a120c-81db-443e-8b1c-2fbc31690b4c)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0aa003c4-80f5-43c0-ba52-cba5577b932d)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pintype "passive") (tstamp 1a96a115-8f7f-46b1-b3b5-ee7a9ce02fc4)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(D5-K)") (pintype "passive") (tstamp fd02cc0e-6e48-425a-afe3-62865821aa22)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e87e) - (at 55.372 89.408) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005de5207b") - (attr through_hole) - (fp_text reference "R25" (at 5.08 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 64476ee3-b5dd-438f-b976-092cc52c97c0) - ) - (fp_text value "680k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ef0bb7fc-0f8e-4fe4-805a-185196d2e4ce) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b785765c-d82e-4fd1-9cbe-ae3a2526f030) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cbe5b2b-a6cd-4c88-9f33-b1db769735c0)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e26005b-2ef0-4165-b347-4de59d6cfe78)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13979a38-9517-4db8-ae63-84295dcd634c)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ab7aef3-a512-4790-b51d-4984c2d12531)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e11f752-4f6e-4cef-91ac-215ca08d3ba4)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3502d2a-c2e3-42c6-b671-76ae92636028)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fa9205a-357e-4f2e-b29e-ad014f65eb63)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 510b8901-5676-4840-87ed-a399465a5c22)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6e546f3-8880-4792-8801-8f6281febbc7)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa3f3bf0-3e9f-4d83-b591-8b684ecd8a44)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edc65464-41cf-4e6b-8d8e-28db438acb7c)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2866fa8-d2bf-457e-8e7e-85cdfacd1932)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f76dae4e-861b-4b24-9390-d952ec831eeb)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6d19bed-7279-421b-a1d8-5452fd604350)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 350857c2-7af5-4ee1-9265-f72149d23040)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6eafe151-cf8d-4c5a-8379-d6842d67dcb7)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 40 "Net-(D7-K)") (pintype "passive") (tstamp c0bda91a-1b3f-4158-9d3d-5fd2b28e08d8)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 38 "Net-(D5-A)") (pintype "passive") (tstamp 25f1c965-aa16-44ba-a7f3-d57a968092e5)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e895) - (at 63.5 79.502) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005de311c3") - (attr through_hole) - (fp_text reference "R26" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c927784-5e00-4ccc-8ca5-97e4e1c0f2a3) - ) - (fp_text value "100k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9555f06b-a9eb-4b62-a749-710a2f088919) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b3bf23e-e6bd-4edb-9253-7fb405cba86f) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a1549bb-f917-4a99-9e2f-c262404dcc6f)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4959cb98-a6ca-4fe9-b871-ac25f7e503c4)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a72acfd2-3a81-4051-addc-804dfbd7960f)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88bb6dbc-9347-45da-ae6a-291eabf70fb8)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5649811-0fd4-47a3-a4b3-2254b979a435)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8bf80717-1566-4de1-95c5-4e4debff4d68)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcb775ff-4431-4218-bb3c-e7ca3594ae91)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8adddb3d-686c-447f-ae78-34a8e0acf133)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2875702-619b-4a78-aaa4-16d7ccd3ac4e)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36e4458e-0dce-4ca8-8fc4-42eacabd8f58)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5298c07-b675-41b9-b41f-c138bda501e2)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3ba6644-8f28-4e87-85c1-5732aa4f6482)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7042269d-7f2e-4135-8f3f-ce46a44d7746)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bfe1421-8db4-40ee-9297-7a70df2d42e8)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4dc2c021-f6d6-42f4-b6bc-f253deabe0c0)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b4e391d-efca-466e-b5a5-ee58ce19986c)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 58 "Net-(U2C--)") (pintype "passive") (tstamp 3a2a7334-921e-4f64-ab63-1033e783a542)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 39 "Net-(D6-K)") (pintype "passive") (tstamp e0e30a14-b4b2-4da6-8477-8e52de430e0b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e8ac) - (at 54.356 45.212 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dbf5928") - (attr through_hole) - (fp_text reference "R27" (at 4.572 -2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 129fbe27-820c-4d6e-a3c2-78b615bc1491) - ) - (fp_text value "820k" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2c503a18-1a70-4ef1-a19e-974697ab1624) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15d2631b-94d0-4088-9d56-c7a117ef406f) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8997c9f0-78f9-4854-a7e3-0c2b38e688b3)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05fc7ca8-b7ee-45db-8b77-8bc2bff4f652)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a9d7bb1-4252-40fc-b8a1-e587ab7dbe16)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b04826eb-ddc8-448b-a6a0-7ea96253c10f)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5fb5532-71e7-4ab7-a9fd-455c9b04c0f5)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 960956ec-4bd6-44af-b095-3c6cd9421da7)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4288b6a-284f-49b5-a47c-47b783aebc8b)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a2fdd51-e2f9-4a3f-9986-7fa984021485)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd630b51-e338-4c5f-bcab-97c9c09bb018)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aeb14abd-6f81-4e0f-b478-61c27d708a70)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 254cfb9b-ea9c-4c99-a952-fe5fe0d86577)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6167d8b9-ef7e-4ccb-ae1b-de93b455d993)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d7b1dd9-3539-4c9d-9a6e-1e3c13fefb9e)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc8ce1ce-b35e-4435-a710-46960f9ce676)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8338288-706a-492c-b94e-27924f0d80a4)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1aec24a2-1479-49c7-8c54-3427921c3528)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 59 "Net-(U2A-+)") (pintype "passive") (tstamp f6015ed3-3908-4e65-a5e3-636be1f458b9)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 50 "Net-(Q3-S)") (pintype "passive") (tstamp 7a3d1699-77b8-4f92-ba14-d42ebf288c5b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e8c3) - (at 54.102 102.362 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ad2f") - (attr through_hole) - (fp_text reference "R28" (at 5.08 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5ee773f8-28a3-4b95-b28f-41cc9f0e4e99) - ) - (fp_text value "1M" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp df82557a-da5c-4e8b-8611-b40f708a5143) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1c2c398b-7fde-4373-9ff6-7222fd523e8b) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a445d6c8-fd21-4269-a289-9e280cb81c0b)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1a06802-efd6-4673-8a8d-1a45ab5f09d4)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c99bdfb-c216-4f90-9daf-7924c8d38be1)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7b44a48-d0fc-4db2-9ef8-99c3e1d05d54)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5503109d-9ebf-442e-8733-af81820e0d14)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c388eb02-49f6-4e63-9dc4-9f1bc12b4b1d)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9be5fbd4-99e5-4f0f-8c31-16892822eb05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eebd7f31-de2e-410f-89f1-865661b7e1c5)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c29d4c8-8267-49fe-9117-851818705a4a)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eda5cdc6-7513-47fa-bc48-72c2bcdd6398)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfec567f-8b2a-436b-ac40-9fd2547d311e)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca24dc95-f413-4405-95b5-8f099e33bf81)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e4f1fe7-c9a0-443e-aaa4-76ffbba88a52)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 278da96d-6359-4667-bd5f-7a80fb89669a)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d664a946-e79e-4ff4-b2db-6594acef51f2)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a1097c8-f996-4d37-8d73-fce530a9ef68)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 60 "Net-(U3A-+)") (pintype "passive") (tstamp b9ee12a0-0941-4175-bd6d-3f9b7a47a51f)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 51 "Net-(Q4-S)") (pintype "passive") (tstamp 4e0da0cd-0f63-41d9-88c7-ffceb118d049)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e8da) - (at 63.754 66.294 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ddf9230") - (attr through_hole) - (fp_text reference "R29" (at 5.08 -2.37 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4479829f-0df8-4450-8c32-bdca15954f47) - ) - (fp_text value "4M7" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1608b457-4477-421c-a87d-16ed01ee200e) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 091b665d-f85a-453f-b8aa-61ca22b52127) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf60b54b-1db2-4c15-a0bb-cc4ed27a5054)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1d2557f-40b6-44db-a776-d69a57d20dd9)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68dfe433-e6aa-4553-8319-4e8365c626f8)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8006f48-075e-4b39-b54a-1ec57e9c38a3)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 978dbf73-5bc5-4053-8223-0957f5336393)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a47f267c-ddc9-414f-9603-e8cbd731c150)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a39b2df7-2c96-47c3-987b-a129bdaff644)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e045e1af-ecbb-4c7b-941f-eac5caacc845)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d875c4ab-14a5-47d9-929d-f889bc672d98)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3042a598-fb44-4858-8207-4addd615c263)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2352bcf1-5dff-4b02-adbc-b7825e8c7335)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d9d4cba-feab-48fe-9990-505d1dc45de2)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a54d9a7-3e8c-4369-974a-d21587a473dc)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b575de07-0392-4f2c-8b33-53eef3927488)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e812e537-82d0-4c38-baa8-a3058dddb9f3)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee2669bb-bab2-4fc7-9c2b-8457c6395100)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 6352f9e3-eb17-42d0-82fb-414546890434)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 58 "Net-(U2C--)") (pintype "passive") (tstamp 820b176f-4d82-40aa-8140-db9ded6a28e2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e8f1) - (at 53.086 63.246) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dbf7851") - (attr through_hole) - (fp_text reference "R30" (at 5.08 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3c376902-de1b-4890-a5d3-86f33aa96b89) - ) - (fp_text value "1M" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa1cccf1-8b66-4162-9aa6-7ed4d8374b8c) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ad30ac19-1244-4f1d-a2f2-d4beca671ad1) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72ec680b-3627-468c-850f-35565001b875)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp defb1571-4c81-4d8d-b691-d8110f364326)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17d485ed-7865-4804-9296-82b41b0d8e31)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d616ad1-807a-424d-98bb-a8a5c33beb6c)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e13b54a-7894-4ddc-bacd-aaed451e9c17)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48c46947-8c82-4a35-9430-38d7cadc08aa)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d67944e-5a3d-4f29-8fd0-953e1837aef8)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a198fc34-1917-4ebc-9c7a-ecc627308fe7)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7e0de01-a471-4e4b-b39d-fc68418a2f83)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7124ee26-8abf-46c9-8bec-495b3c83c9d4)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d8d5400-05e5-43d8-9b7a-ea49e3cc28de)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b73fd8f8-792d-412f-be2a-6136b4851a24)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ed7f2eb-b0b1-45bb-8667-d66b0131443a)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71c14d74-d708-4b74-8e61-9f615cf6f53c)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90c1258e-f4d5-4125-b98a-e5ccfc1dfbb6)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c9d851d-4983-451d-ab06-af25efba8b8c)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 61 "Net-(U2A--)") (pintype "passive") (tstamp 51f6a921-f390-4703-9de2-205cca5f2a33)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "OUT_1") (pintype "passive") (tstamp af8eaa59-16f4-4d2c-9d1b-043d032e23f6)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e908) - (at 54.356 120.904) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ad39") - (attr through_hole) - (fp_text reference "R31" (at 5.08 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b87392f9-0024-4244-bcea-63f9fbebc8ae) - ) - (fp_text value "820k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ec2b739c-dc59-4bda-b848-a69fa7c3cf29) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d4b48d2-1c94-46d0-840d-f0d1eca04a0f) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6be91bcf-ca37-4599-826b-a0115d9eccaa)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fc88c32-1dc6-4435-a266-a1acec1e6e8e)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f366eb3-04ea-4c99-a508-81fede22bb4a)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ff65d71-a73b-429e-b492-2473ee65778f)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 066e0c48-d943-4d43-aa70-2129df9d28ca)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f531ec4c-ebd2-4d2a-a5c8-c56da1319635)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dba9cdc1-2259-4b0a-9657-8c03e105b732)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e131b09c-0c9a-4b7d-a729-b801fb950ede)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e7d274c-c1c6-4495-bcce-10c9c30928ba)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e0c3a56-00d6-41f4-8124-e0eecce80c0a)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6adbac09-5992-45a9-be4f-e31bb3c656db)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14425778-5ac0-4e09-8e50-e50ab6c0b0d3)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f631b5f7-8770-481b-bd95-59949a2478c7)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b92d699c-7e36-48db-9d7a-214d5fd019f2)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 134ea400-9d81-4c8c-a5aa-41a6e637b280)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ac92de3-a0e3-4d06-872c-f96c453587ed)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 62 "Net-(U3A--)") (pintype "passive") (tstamp a03c1e62-4b1b-4cc4-90e9-1db46b53a390)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "OUT_2") (pintype "passive") (tstamp 252cad62-d30b-499a-8c01-f582cfb3db94)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e91f) - (at 49.53 93.472) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dea11a6") - (attr through_hole) - (fp_text reference "R32" (at 5.08 1.524) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 42984f6f-f691-4eb7-bf84-69eeb7aef436) - ) - (fp_text value "1M5" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1b994dd3-7661-4473-847e-b6a8343ae87c) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ff9d53ea-5002-42f3-b104-17dc854c09de) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d229ef3-887e-4383-9695-8773b9c4f246)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17fa5a3b-ad2b-4c61-bd87-20e12028e734)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1a0c40e-b326-475e-a607-0c6c08f6cbd7)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b049dba1-1354-4a24-bdf8-605b02827c5d)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60aa56e2-a93d-42da-a2b0-a48d6d227c03)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20789535-94ad-4699-a65f-5ed6f899997e)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 200ad97a-f43a-4004-bed2-0a2db39e93f2)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dbd8df71-de11-4548-acc5-28db2a7d8d46)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 849b5087-722d-4ea8-b3f3-6354cba485cd)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0851d410-4e0e-4526-ba8f-6da6791be55d)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf38a1ef-5518-4fa1-86f0-de3bc4a09a7f)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3844ff5-a6c3-49ac-8960-a0f2c814ce68)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e431015c-8851-4da4-9552-e4fd9c4836a4)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37850ff9-d412-425d-b7e0-55409e339199)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d422bb9e-c438-4cda-bab1-a36076ef32c4)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d666be5d-865c-4aee-9221-5888ea6a83cd)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "Net-(D7-A)") (pintype "passive") (tstamp 6f48039e-1380-4f75-b6dc-69917e026298)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp 34503734-9be3-41f5-ad0e-503209e38cac)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e936) - (at 78.994 87.884 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dea2383") - (attr through_hole) - (fp_text reference "R33" (at 5.08 -2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e02aa8c-5aab-4464-ae2c-47aa3700f297) - ) - (fp_text value "330" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp af7f15e6-9586-4a5d-93c7-228b85d3f712) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ab3dafc9-01c7-473d-85e7-86600c63a0e0) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa3cf32e-0cc1-45b3-8830-6de8613696b5)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5faa979e-72cf-4133-8a74-dbe9c9a9821a)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44f0919a-55a2-4fe6-a744-35d304d4faff)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96f46cc8-1e5e-4730-a48b-612501ba7df9)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b7dab38-06d2-4a0b-9eb5-56253a765a70)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba3811ed-6eee-4ada-90f9-3702516a3e28)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 64b4cb5b-2434-48cc-a9ec-f7153407adc2)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e84569e5-4542-4f1e-8d38-d59bbc1ef6f3)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a21ebae9-563e-4f05-a3b6-9101b0ec57fe)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 178b9824-05e4-4b16-b2a0-b05b6ddb8820)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34a317a9-02fd-47f3-913f-2e598d584889)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7441031a-dd33-49a7-b712-20e3d18f5d57)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eeaf2b2d-c38e-45d4-a247-9a12f45ac3af)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b520ca27-05c8-4fe9-98fb-9d9854555a23)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41f5bf5d-e935-4b4f-976b-67a6485e8aa9)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 241720ff-79f7-41eb-8816-a94b6fc4d8c4)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 41 "/HOLD") (pintype "passive") (tstamp 40c0080c-204e-4438-8e78-1896c742bdf0)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C20-Pad1)") (pintype "passive") (tstamp 164dde65-e5ee-4236-8b7c-800b5e26b7bc)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e94d) - (at 40.386 63.246) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dbf7df2") - (attr through_hole) - (fp_text reference "R34" (at 5.842 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7753851a-f3ab-4384-baae-0856dd657ffe) - ) - (fp_text value "330" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2cc45454-66a9-4c92-a8f5-8e0c60a8c865) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c93b3c23-5f35-4238-ae80-67399719c8f4) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4dbfe5dd-eb48-49a5-bcd1-57a1a746b9ab)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f63bced-09c3-45f4-81a0-0610a8a6ffc3)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 150ddce3-71fa-44f2-aa84-2c59270287be)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7e09d5c-33ed-4283-bbe7-805eb162adb7)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4aeeada-d932-48c5-b9fa-ebef2f62da02)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09383b2f-c809-4221-b0f4-4bc877bfe283)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e0a4c3a-8d7a-4031-afdb-1c8a0ff5c491)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4db28f7f-78b5-4310-8dc4-f1033a87c449)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 290660de-06f4-4c50-bbd4-fcf5abb94fa6)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2498a963-3aa5-4133-8094-f189cd3642db)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 897c3edd-bd4f-4e13-8286-f9f3de41a040)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 902a02e8-be23-4722-96c6-c98940a7239b)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2820a512-7bb4-47f2-9b34-3e6072408b4d)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67bd962e-b26b-4b1f-bb22-9da0022afad7)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 216c2045-19f0-4e97-ad7c-7809803bfe21)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e186fc3-0a6c-4624-8445-81f8e8a83e0e)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "OUT_1") (pintype "passive") (tstamp c784d30f-1a7e-477d-bb9c-cd618f9b07e2)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 55 "Net-(R34-Pad2)") (pintype "passive") (tstamp 6d6deb9f-f5f7-46b6-b876-85119683c7aa)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e964) - (at 41.656 120.904) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc7ad3f") - (attr through_hole) - (fp_text reference "R35" (at 5.08 -2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 13984517-c51a-4dc2-bd3f-7d198dd419e6) - ) - (fp_text value "330" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4a42edfe-c279-445e-9d56-70e4c2b11897) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9db4ca77-52a1-4c35-a3f8-2671f8b2be4a) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef327fc6-29f7-4178-821e-54738f5c0d56)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b733f0d-bd54-4a65-baae-4e60142f5014)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2096da71-f2f0-4d57-9025-534b60925948)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c8b9577-aa41-4e62-b324-bf98ad7b8364)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa05cd19-8cab-4e68-8b91-4b26573c732a)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp baa84b21-e719-4889-851b-140d2e3586c0)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7942ef07-e764-4f2f-8be4-0cc3e465a28a)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bc9aa91-831e-4927-a1c2-337b58afcab4)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f13b17a-9fe5-422e-bbf9-b3e169ddbe78)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f598325-a358-47d4-80da-8532b892dc3f)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c926d4c-9bb7-4c5b-916b-74f4eb3b4d28)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 329882fd-2e64-44c7-95f5-4fd25d2a84cd)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5ee55a6-73a8-49e0-a6aa-58ea5822ac9b)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef4af224-95ac-4323-b5cf-20b75550f000)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3146a40b-5f6e-4633-8dd1-df3f1fe2a0d8)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 358dd99c-45b0-4611-afd0-bc08f86a5c3a)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "OUT_2") (pintype "passive") (tstamp 5a68a8e8-1e9d-452f-a2cb-b3da5b078bb1)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 56 "Net-(R35-Pad2)") (pintype "passive") (tstamp cc2e6b14-611d-4914-9d99-5319f8ef32e7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e97b) - (at 27.432 62.484) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dbfb773") - (attr through_hole) - (fp_text reference "R36" (at 5.068 2.216) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp beca472e-7e68-4e82-b6dc-1a04c42c5af7) - ) - (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15385e5e-04ae-4e98-a10c-881c76669a37) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a6452092-950f-4d99-8292-079194a96445) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71ab2944-681f-426b-9d92-f8c0f3c151b3)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78905858-69a6-477a-988e-6a3b63545ca7)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb8f4378-a00a-446c-80f7-3f79e5baea97)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 642b6385-ab6a-413d-9c38-cefda4b1c408)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c3e621d-f17c-42bf-95ba-09eceb1fb5db)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3dec1e0-c8bb-4067-9f0b-088ecc44dafa)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51737ed2-7c23-4173-9f99-de4db5f18e22)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 489f12c9-c5de-4f3f-a9f6-893fbbe8d76c)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c9c2e28-5a79-441f-8341-598beff72249)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6dd9ba9-b169-45c5-9338-af96d66023c6)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a464c08-684e-4457-84d8-1f1181a26304)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dfa505a-e631-444a-af31-4a5a953ba8c8)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be3e6e45-045f-4b38-ab94-8edbcfc79fdc)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6109f86c-a054-4557-a1d2-2c3537b54537)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7dda82ce-adc5-4546-a1a9-71a8c885ca85)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7c32d3c-3f8c-4225-b429-ab4342364767)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 63 "Net-(U1A-+)") (pintype "passive") (tstamp 06103f6d-9ca2-4dde-baee-d135e60e766b)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "OUT_1") (pintype "passive") (tstamp 0bd7596b-6cb8-4552-8335-fe00de767d47)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e992) - (at 49.53 70.612) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc653fe") - (attr through_hole) - (fp_text reference "R37" (at 5.08 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8d403f0-38eb-4e70-af79-78837291c980) - ) - (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0226c660-320f-4176-bcce-5a1bb75fadd6) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 03252db3-817d-4523-9c99-538fdcfee2a0) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 717c6ca9-04ac-416a-86dc-68c705ed4869)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67396804-d0ae-4f22-93f2-c1f6f490a4de)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d8738a1-7d39-4be5-abd0-b1648c538aaa)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbd3597c-e01a-406d-9f11-744b4a41cfeb)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46c0d837-e638-44e3-8e55-b0fa73b32fa7)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed5281e0-1a68-49fc-961b-17f104c74f3c)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2209dba1-4636-4d7b-ad79-258f3bdee515)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14e2ba95-a941-48ed-a8a9-a036a6422633)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60ee11bf-bece-4a89-a5d1-762c60bb5397)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4842344c-5a25-4630-9fa8-a6fcb0034799)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0dbe7347-21cb-45ec-8c86-4db9aa559344)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9443403-45bc-45e8-8676-c05bb68b7893)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 603647af-35bc-431e-80fc-7c85a17a97ce)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 859a5440-b7e1-44af-8451-7e620bd3af5a)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bef346cd-6666-49a5-ae2a-f59db96d2cb9)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d665f3a-d34d-4164-a763-8a6fda0f7a37)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 67 "Net-(U7--)") (pintype "passive") (tstamp c6e787c9-91eb-4f6a-8bfa-9e3b72e4710d)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "OUT_1") (pintype "passive") (tstamp 47c14258-2177-4b93-b898-bc454d22b51a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e9a9) - (at 49.53 74.676) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc6589f") - (attr through_hole) - (fp_text reference "R38" (at 5.08 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a6ccb6c9-d91e-4bb2-a97e-293e269433cf) - ) - (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ce8ab075-985e-4528-a4e8-f57abfd6aa47) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c94b67d3-d3d0-42a3-b56f-7b24269e0530) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9da674f0-76f8-43cc-9631-388bc616d1d7)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b6a2e54-744d-4cf9-99e0-6945b68ad8aa)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 773c962e-efb0-4cf8-8cad-70d0ac5c0fa4)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9126ebd-0e0a-4fd6-9d3f-92212c1f023c)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65c99ca3-82dd-4aaa-b8b5-8cd9cf9ed120)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23ef582c-0bc3-46cf-aeff-89d9712d46e3)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4d7b777-f355-4abc-bbb3-be20535541c1)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfcc44ec-d53b-47d0-8dbe-77010e265f8b)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2ad6749-e739-40da-8376-f244833eb8ce)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90788e1d-616f-4469-ae15-f04be2c8e20a)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d12fa65-af51-4f0d-ba67-deefcd9e988c)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d87ead31-d591-497d-a493-2341bb0865ff)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 106fe4c1-8330-4b6b-993b-612411c09412)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24cf74ee-bf50-41a5-8899-11107c804dc4)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3540d99-c6f9-43b0-9f0b-83405cbe9f47)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a13a4ee5-abb2-42aa-830a-ea9dfca55957)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "Net-(U7-+)") (pintype "passive") (tstamp 3b957e1b-7176-4bf6-af47-5ef64a3f692b)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "OUT_2") (pintype "passive") (tstamp 0b398a4c-8950-4a83-8d02-dc68ffb48152)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e9c0) - (at 28.194 119.126) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dcf1fba") - (attr through_hole) - (fp_text reference "R39" (at 4.826 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6cc69ed2-115e-4323-98dc-7ae4416a081c) - ) - (fp_text value "10k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c75c7cde-3ca9-49d7-b7ce-2279cf126e73) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5110f58c-f3a2-4ab2-a9ff-889f17d0feef) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a8b0adc-89ac-4e53-adbd-171b59c3e6d9)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0cfce07-87a9-4944-a66a-6fbabcdc140c)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f26e5c5f-f495-4e02-8507-53e671a9735d)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f413cef-3809-4213-a0ea-b72560e10098)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec4c0641-129e-4bc8-9df6-64722b65a817)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ec46bcc-e28a-43cb-a54b-fd94e97cb276)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d51c0f6-a6a6-4be9-81a0-1b48f5c8c2e8)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 958eb9fa-c687-4b2b-8a51-577ff7a2e6ae)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9ba6da7-0104-473c-a0c4-9347246cb722)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9929737c-04f3-4ab1-9cb7-c29874a73896)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e31f65f2-00a0-4aea-9768-b74f0b48a8d9)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 794f1e7e-8978-4c69-8631-bc858beaceb4)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 323aaff5-731f-462c-8fc3-d0d6f72958af)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f9eb5f3-8018-45fd-806e-53ce0acaf744)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d81a3bd5-546b-4633-b8d9-9986f9d0fb2f)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6748f37c-98cd-4fe5-8613-d09a5d3260df)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 68 "Net-(U4A-+)") (pintype "passive") (tstamp 10c61ccd-3a35-4bb0-b13d-939f8524af72)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "OUT_2") (pintype "passive") (tstamp d7f152ad-e3c2-440b-9867-5e703c14a64c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e9d7) - (at 59.69 66.802 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc49d82") - (attr through_hole) - (fp_text reference "R40" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8ebf1b0b-1af8-4d16-bf31-a0d1bfabc1fb) - ) - (fp_text value "470k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e39e61ff-0125-4b01-96de-f5319e611774) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5d5128e-f66a-4dbb-a679-204c9c0d05ac) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 856045ad-f3e1-497a-acbd-e9ccbaabe75c)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2afb8ac-20eb-4bc6-a255-65d527b9a6c9)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70e1c4a8-aaba-42ea-bb42-5467c986fd09)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c4f8cd8-d634-4323-ba75-13e421c45396)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aab6361b-1c29-49f9-8901-eca4a302631f)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30bb25c7-2308-450c-8c1f-a70fd7276ccc)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35642d2f-bd16-487d-84e2-b7987ea733ea)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29abe1ec-fe84-40d5-ba53-41d8e06c25c7)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95c750e4-e9f5-4470-b633-1d0347894418)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d7e006a-b4c5-47b0-a684-34aa1c99ae5e)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43c6d0ec-f625-43d7-8c6f-8c12fec88b6c)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43c46afb-c541-46f6-ac17-b2937e7b2e31)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f43e14e-531a-4e75-9881-de3b29471799)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40e6745b-4a4a-427b-b9bd-1bfc9e6b279d)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14910a44-37d9-4b3c-aba2-d19f7667a4c2)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3a3c2e8-01ca-4404-9d58-32f4a2097e83)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 69 "Net-(U2D--)") (pintype "passive") (tstamp c5c4d4d5-8ed4-4217-832b-6e4b37f1309d)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "OUT_1") (pintype "passive") (tstamp 74bbdfab-c8cc-4189-bed9-6b25c7c5395c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e9ee) - (at 49.276 126.492) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dca623b") - (attr through_hole) - (fp_text reference "R41" (at 5.334 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 981cb945-068d-4a6d-9c89-ed1b5d5491da) - ) - (fp_text value "470k" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fcdb919f-2458-47b8-869f-0d73e3481834) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b21b1dc7-2043-41fe-8fb9-0b272854443d) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50dac6ff-d729-4940-bb17-e4bdf0788f20)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8387d4b9-44d2-405f-ab92-84f770acd5b5)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f4bc114-184c-4050-90f0-22647bf81350)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c18d2b26-6bd5-4a47-b652-c561d8b3a665)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 071b596e-d1d5-4412-8e21-c01db8e76b08)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aba1a661-d6dd-4190-a03f-e070208b1ba2)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 642c143b-ac88-43df-b4a4-55b6a38498e4)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 661f85c4-d92d-4f06-87fc-d10cd977339c)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ccab3ed1-0a65-40c2-8d63-9cdd2e5ad6ed)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91de0070-b1fc-4e9c-9c6f-9dfd6c631839)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c76d634a-a044-4e2b-a1d3-700f0707a575)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 317c9f08-e9f2-4449-ad5b-67f1d9496771)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ac6729f-2642-4f3f-9cd9-e681e1079ebf)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f445238b-852f-4ea6-b9d5-597f27d5a61d)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f71c6edd-7525-45d8-bc5a-102f8de95ed9)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0e9acd2-33e7-44b5-9f5f-d1e69dd61d2a)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 70 "Net-(U3C--)") (pintype "passive") (tstamp 8ae43205-1e0a-44e8-92ab-6547c9ac5e73)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "OUT_2") (pintype "passive") (tstamp ff85d163-8f05-4989-bdd5-ff167da9b2f0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ea05) - (at 49.022 40.386) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc499b6") - (attr through_hole) - (fp_text reference "R42" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4916031f-ada7-4807-9ae8-34b1063db8cb) - ) - (fp_text value "1M" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 256fb252-febd-40be-9dc2-22ec827c45e8) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8e3f9801-404a-475e-b4fa-f817c85500e4) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30cdd788-0371-4366-8db1-b3bf40ba4d64)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 304ee232-f4fb-4699-9f98-35a931d6a670)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9d9da1f-6e37-44b9-aa3f-b90cce1d687b)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ede97a4-a91e-4a8d-b463-2b370e75c890)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a65ba57-daae-4511-8ac9-0bab521f5d6d)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76296fef-82c5-4259-a0bb-86d0dba0832c)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7711af7-7514-4fe0-a717-5e48155b6641)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83c98313-2cfe-4633-95bf-fbd879d5d16a)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79ff0a36-a665-4b25-af29-1c625ed3b086)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7af3a24d-6e28-4316-b43b-aae1ae3c4015)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0e2fcb8-dda3-42a5-a56e-f3c26460175a)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28e9df78-bfc0-499e-b718-94081a713cfa)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3f6019e-fbd5-4458-bbbd-0e98c2eaa3f1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c64cbc3-3428-4398-9d00-14ba54cd3292)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6be782f-1083-42f8-a463-46ee523cd246)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bdf0324-6e04-4900-a662-62de7a13500f)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 71 "Net-(U2D-+)") (pintype "passive") (tstamp 34e5bdfb-f626-44c3-b1c7-b2c63983209d)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp 680e5c01-075d-4e1f-a15f-4f9b1d6b07d5)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ea1c) - (at 59.69 97.028 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dca6235") - (attr through_hole) - (fp_text reference "R43" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp db16c72f-6ba1-4410-86c4-ca06226bf662) - ) - (fp_text value "1M" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b0c9d586-4930-40a6-a01c-eeaa4c8d02fe) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b4587b88-78fb-4690-81dd-614cbce0907f) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00a012dd-036c-448c-b5f2-8f446eff0aad)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cf14bd3-c137-47b3-86fd-e9fd4305c017)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e370857-a230-4706-a704-43f36270cc30)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4896e9d5-6b07-4782-b7ae-7787ef425b27)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 768fdf08-d381-4788-a4a8-26cf21a84c61)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11348af8-a018-4ea2-b39a-33952b081700)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e826d1c8-6f56-4efa-8530-def12d05b33e)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96d2b177-d8cb-4aac-ba29-765ceaf2a75b)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11e45d1c-4090-470c-90c4-c4703d0d280d)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5dd42e9-72a9-453a-b552-68deb7d524ff)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d365fd2d-17ca-4869-9eb0-4624bd96ec84)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98e9fe91-40be-4c45-8508-e70f5710dacf)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32799e17-d454-4194-950e-8c203afe0374)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c81b1ff-4c48-49be-8a0d-55fd3f2e7c5f)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d54e1737-c923-4847-961c-e5c00b56be5b)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7b5aa37-7a7c-469e-b81c-fbf2252f04fa)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 72 "Net-(U3C-+)") (pintype "passive") (tstamp 7a5d82ac-93f4-4b7d-b8ff-e02014b4c9b9)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pintype "passive") (tstamp c2e2d50a-e59b-45b0-8d45-f6f8970a9c91)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ea33) - (at 79.121 47.371 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc46edb") - (attr through_hole) - (fp_text reference "R44" (at 5.08 -1.905) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b900198-31a2-49c1-91c3-f7f368c3fd40) - ) - (fp_text value "2M2" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 268eed65-b5ff-4adc-ae08-8b20178c2184) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b5506f2d-c93d-461f-830d-9370e68b35bf) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0b72592-a386-425e-8895-0365dc39457f)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17b674e6-cb35-4249-9e37-c38f6f6ea430)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98c4d326-4991-4c5e-97de-8bb966fce16d)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc623b5e-0a20-4eb0-9b82-19eb2736af04)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0beeb16-f44a-4116-81f7-a21fbb617498)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 587397e0-bc15-4358-8044-369b55bab245)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b97bc4fb-fe12-425b-9b6c-0fd79c6b1956)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d86c608c-82cf-4d42-9dce-6b28a4fb71b0)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83abfafc-66ab-4d63-86fe-ccc0ec95385e)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6490799f-5061-42df-af7b-54510cf932dd)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e47fedbc-2fbc-483a-98fc-ef5b474f1851)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dfa9f8b5-6f99-4d00-87f0-e3102c5f5b8a)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c9a9086-85b3-4160-9931-178092ea1409)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dab66f78-485c-44ea-b175-7ad3ff34ba29)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce9e08d0-5c03-4c81-a432-fa95499cad4b)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fcc35f44-4458-4258-981f-52619fd2d44c)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "CYCLE_1") (pintype "passive") (tstamp 27d6c571-324d-43ae-a168-f612e7eb031e)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 71 "Net-(U2D-+)") (pintype "passive") (tstamp 51b37a24-9168-4137-8281-9da77c5b6d7a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ea4a) - (at 79.248 111.252 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dca6229") - (attr through_hole) - (fp_text reference "R45" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 14acd2f2-7fac-4174-a0cc-06439adcf361) - ) - (fp_text value "2M2" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 80731740-77a3-4899-b069-ce2d67760e6a) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 39b17872-fe56-4eab-be0c-97b8089ceda3) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16aa240a-4952-46f2-bb99-cf6d94304d24)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73265ce9-6a45-4a68-9720-f2a3022a1bc0)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec74cd86-baac-4019-86bf-de7cbdc34254)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a68f7612-c965-4dec-9aff-0f5ae7ecc7d5)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb2e0b35-0ca3-4adb-b93a-6c8faebdbca0)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00827a76-700b-4e88-aa7d-fa3182c98fe7)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 188116d1-566c-42e3-a9d5-fcfba1b66ee8)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c47216bd-9bac-462e-a6b3-13308deb2c4b)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e5be2cb-3a8f-41b6-a01b-9a371bb1e6e3)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae38d437-2a7b-4e15-ac2e-912517db57b3)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a73f907c-243b-45f9-a687-ce9d776baaa6)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1b5bb1d-b817-407a-bdc1-281e63b2b1ab)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a545664-2766-4bb4-82d9-db526a457e11)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c74739e-0d45-4162-9a26-62cd93e4c18a)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17cdfcd2-94fe-4e8b-ab3d-127f18ea3301)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 842b6a30-6298-41cd-a4bb-409932b4c28a)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "CYCLE_2") (pintype "passive") (tstamp 7dab4b74-94b5-488e-8696-3f50b882d675)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 72 "Net-(U3C-+)") (pintype "passive") (tstamp af04edbb-432b-47f9-ae20-353fccbcadb2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ea61) - (at 79.756 65.786 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc676fc") - (attr through_hole) - (fp_text reference "R46" (at 5.334 2.032 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f8691863-6074-4bb8-b487-cb20f1bc98a0) - ) - (fp_text value "3k3" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b9e26535-c9e0-40c1-926e-b1fd40421b52) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 60319669-6064-497f-b7b8-5439374fb713) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e49a0ad9-3ce3-442c-84e4-10a2e9d53e33)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef98bf8c-b2aa-414a-94c9-fb732476edd0)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27d761ed-7821-4832-98a3-f8eb36396b02)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea41114d-cd7b-421c-946e-36ee980576ac)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ca5b786-ce7f-48c6-9dbf-96231b8ec844)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 681e9857-3127-4a6a-9b7c-92875298559f)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da14c881-410f-483b-a521-451ff8114b86)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60d27fa4-b99c-4bad-ae32-e428d78d94d9)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 160e5ede-1f68-42e5-ab92-47740b8bec27)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cdc24dd6-e74d-4c1d-8977-74797ce8df34)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb509559-315e-46d8-978d-cdf0796cea80)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6ec9205-364d-4650-af59-1ea17fe2db8a)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75102ae2-0529-462a-8294-32b56f80286c)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9f3e9ae-6ae0-44b0-bdc0-b14ae2aa2249)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51e1ea88-74ae-4101-a7ba-1f8ac8620520)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40157c9f-5860-4d4b-b450-3a2584ef0c89)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "COUPLER_5V") (pintype "passive") (tstamp 23f3d900-9714-46d7-8f5e-85d42a0061f6)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 66 "LED") (pintype "passive") (tstamp 09b55615-d9c0-4322-bd0b-88aa77ba3911)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ea78) - (at 75.946 75.946 90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc67378") - (attr through_hole) - (fp_text reference "R47" (at 5.08 -2.37 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f4b0ca08-242d-495b-9ee2-31b135d48231) - ) - (fp_text value "3k3" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3a94f128-4a2d-4d5d-80a5-15fd20323430) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp da459ecc-a114-407e-8489-ab1e9bbad9f9) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f336d11b-b53b-4569-90d4-341366d38c13)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 213ab8c2-a7c5-461d-a0a7-666cc16b7ca2)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 304406e7-416b-4bd3-9362-70006a2b38fa)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d2cd4d5-9e41-4f69-949a-3b403aec4baf)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9280e4a7-5be0-4121-be6d-b2c05665adaf)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c71a78f1-5381-4d90-a8db-70a40765bfd3)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38444a39-ee9f-4cae-bfd3-d3ca1277fd43)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b0f34bd-3bdf-4e7e-a587-b4b06f1910ae)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abc6ea3d-09bd-49b3-9cd7-2b99da74f64a)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c433875-2304-44b8-8cc8-6676c0735bd3)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3827af7-8f25-4982-9541-2f30fd25894e)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a64839a-b701-4bc0-a345-f42145e23d20)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3faf8c8-a477-42f8-b6a4-51c1f88b40b6)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7c2bd39-3d7f-49ee-8923-4fa9fc599b3c)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1403cc4c-65a5-41e0-93e5-d66107405268)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 950841a0-293c-4c28-9745-f1e2b049a836)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 454c082c-05db-4860-b711-cee7ace637ff)) - (pad "2" thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "COUPLER_5V") (pintype "passive") (tstamp 31ca2e3f-9d82-4849-8301-f336d098157a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ea8f) - (at 79.121 51.181 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc4954f") - (attr through_hole) - (fp_text reference "R48" (at 5.08 -2.159) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6b9ed72e-0198-426a-83fb-9fee94020fd3) - ) - (fp_text value "3k3" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f8b3fbc-f8a8-4164-95a8-4e6f0aac62f1) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aee7daac-c212-400d-8ec3-c492b5be0c80) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d074065-5dc7-46ff-87e3-b96625d530ab)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e49b789-68d1-49d2-afc8-6d855470dc3d)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b166f8a-b759-4153-a572-5a60de707146)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aaa3dca6-7e51-4101-92a0-39b4e6056342)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 635b5676-7ee9-47c4-ba7d-97d2116c915b)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2171189-402b-4ed1-9728-caaa820ef5e1)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ff8755c-6b63-48f1-8bee-306234f42653)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfec96db-6c4a-4dbc-8c52-7f620e7d41e9)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfc30dfc-08b4-4fd1-bb31-a407e069c74b)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47eef43d-82ed-4c1f-a2ec-6129c512e37e)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 911659ff-7add-484b-b2fa-ad6df08e3bf7)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce7c0bff-33c8-41a3-8228-187bee297a6d)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f31ea24-73eb-4950-8a31-cd0aee64d7e0)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 955b6c93-49cf-4efc-85b5-146383e5eaf6)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f24df806-be1a-4945-9acb-e85017b90811)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d00e266-67f7-46ae-a525-3924e227b631)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "CYCLE_1") (pintype "passive") (tstamp b339a90e-31f9-4b45-84cc-f53d21cec591)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 64 "Net-(R48-Pad2)") (pintype "passive") (tstamp 556e6a14-2634-45c1-8653-4ad6a2448e18)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6eaa6) - (at 79.248 115.824 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dca622f") - (attr through_hole) - (fp_text reference "R49" (at 5.08 -2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2908b61c-be56-4f88-88de-eadc0e0b898f) - ) - (fp_text value "3k3" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bc09cbc8-0f95-45d4-824a-9ef720bdb834) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp da009083-b427-4d26-94d5-bc63b55eae0c) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64ee9080-4076-40d2-a65b-3692a2ce1a78)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbe5166d-aa12-43eb-ad7a-5fb1cb83393a)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db056299-2ac7-49ac-b69f-95bca68ea01d)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d10ef3e7-11de-4154-b79f-8f45cb05d9a5)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 259b42ee-c3ce-4163-bc55-77bd3a23d1d4)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8768b1fd-4f50-464a-af36-b7873e16efed)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20394a6f-ca86-4504-a08a-30ad3a456d6d)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3db0dd49-ce2a-4a00-8c7e-b434cfc154f6)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef6db358-4953-4dbc-997f-f65e2c80f5cb)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7fc63aa-2b41-476b-82d0-20889aba5ecd)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23b45d77-a7d7-4908-9dda-fa4b64c500a8)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9693df31-a4a0-4453-9944-36490e2382dd)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 308ee69f-4c2c-4b82-b132-5504626d3524)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42a50b5f-c418-4ed7-8217-2bdaee9f1e32)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c295b9a2-2889-4912-92fd-256c5b4447e7)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1011feee-f479-409d-a46b-bb743f6eb713)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "CYCLE_2") (pintype "passive") (tstamp 46f1568d-152e-45e7-bbc7-03def1a83c12)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 65 "Net-(R49-Pad2)") (pintype "passive") (tstamp 6830282c-4987-4dbd-a0b0-0d98ab7db181)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6eabd) - (at 79.248 62.484 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dbfe4ff") - (attr through_hole) - (fp_text reference "R50" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eab3159d-796e-47e3-a0f9-16a0d760be9f) - ) - (fp_text value "100" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 33c4c0cd-f771-418f-bb3b-1c00544f927a) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1e67327d-131e-4fce-9cda-1e5419ad3d43) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae97f1e1-8303-494c-a5b1-4cf5d395fbcb)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08787a71-60e5-4ce0-bc2a-0387d6e22e25)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4e8985a-731a-44b5-9831-6534ca998d02)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ea0a85d-9d74-4cba-8cfb-ff857908846d)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0eda02ab-a0ac-46e1-8f1e-24eb2820fea2)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76ece10d-8db8-4cd1-aed1-f22a463cc3d8)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5444afc5-eefb-4fdf-ad2c-7b50803fcbc2)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa3a1a7f-2de2-43b3-9c7e-30f0e160019f)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52311a8b-2d88-4859-8f32-8e638813cec7)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ef23ceb-ad22-4817-bd61-72bbd008ae2d)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 472d414e-8090-413d-a3f8-17f1acc4f358)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 825bb7a5-0aa9-499a-8c7d-9efecb7c5241)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebaa3a66-135f-4ca3-a023-b5f0a23f7fee)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c94cb202-a982-4915-a044-9544351f6f9c)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2457aa03-a641-4983-a72e-02f66dfd477d)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 051a25ac-5150-441b-9169-77ffc75cad2a)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "LED_1_b") (pintype "passive") (tstamp 343d4de9-c788-4eb4-9be8-7b89700ce150)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C22-Pad2)") (pintype "passive") (tstamp e7abb5fe-262a-48c9-a895-fc3cf5fb28d7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ead4) - (at 83.566 65.786 -90) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dc66ed6") - (attr through_hole) - (fp_text reference "R51" (at 5.334 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19ee7d79-e50f-41f7-af2c-5641ee07df4b) - ) - (fp_text value "3k3" (at 5.08 2.37 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1417b564-a04d-485c-8f89-f2209a478719) - ) - (fp_text user "${REFERENCE}" (at 5.08 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1ddf5256-a036-44d2-97da-af9ed1b46383) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cd6f5f9-081c-4adf-a33a-e24bb3f8847b)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d148c81-cde5-4e84-9904-a9dd1041a289)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c77f38f1-8b2e-459a-87cd-a4d54d82576a)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ffd55ea4-16c4-4e8f-98a8-03756d0a3368)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf5c60c1-ed5a-4327-bb1c-2c39b865b1a3)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd912ce2-99de-4eda-a015-ecc042ba43ef)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcbc45a1-45b5-4b77-98b1-3c500f50c03a)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97faff22-a96c-4545-ad48-6fbe6b97a6d5)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b1fc3e1-ca47-4fe4-b325-3a39a8a90a8b)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c613d61-d559-48f5-8b9b-146d990d1dcf)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1d58f95-c186-46f5-be00-bef7245be739)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 720a40f0-132f-4fb1-85d6-f55cfcd7f144)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2fb29a8-7a71-43e1-9b80-7325b8dbd8ee)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad23e360-7e36-45fd-98f8-ffeb775a8459)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dda4edc-8a59-4820-8426-3fa2b3f34809)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e425c83f-910e-49bf-a3c0-56264d9c9bce)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 27 "COUPLER_HOT") (pintype "passive") (tstamp 233fe940-8485-4a01-922e-3c8f7d00520a)) - (pad "2" thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(D8-A)") (pintype "passive") (tstamp 6c35d643-12e0-4ab9-a2f9-08d4a38a2f76)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6eaeb) - (at 79.248 128.524 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005dcf1fd6") - (attr through_hole) - (fp_text reference "R52" (at 5.08 -2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92d5b3f4-395b-44ec-9469-51ac111c96aa) - ) - (fp_text value "100" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dc161092-3125-4323-83cf-7aa29142d34c) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de0c2362-c099-4e63-af31-fe3efaddda45) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d5ebd86-d995-4460-8b29-fafe1c3b7253)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 225cdf5d-022e-438d-9dda-3bc91f1103a4)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 629e49b0-3a2f-4fd3-b616-f82333225a67)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 923a5a23-a091-4804-97d0-2b348eef8a3d)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd62e0e7-db86-4950-afab-5254dd5b7d00)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cc258b8-4bbb-4f26-961f-1c30cb3829c3)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 651476f8-4878-40bd-abb1-1fb9e9da3bdd)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1ef16ac9-cea3-4bb2-83d0-ec965c3c833a)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6c3b4e3-a072-4829-920c-4c929b1a8bb6)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d58edf5-0940-4961-a61d-ef90a1a45711)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce7d67e3-32cf-4e44-a018-55b25b1b7437)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebafeee6-e47d-492f-a6c6-16a53689251d)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40deb11a-bb68-475e-9e0b-2cedd36753b0)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54180af0-4117-48d3-841a-5b3f0ba955d4)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23729dfa-4616-4cab-bfd4-5dc1515c46c3)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 911e6f9c-1493-4e0c-a305-84804f1eacd9)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 24 "LED_2_b") (pintype "passive") (tstamp 9e69caff-d118-41dc-8b66-1bad381f46bc)) - (pad "2" thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(C23-Pad2)") (pintype "passive") (tstamp 5dc42e10-a11d-4b61-997f-4e6358f3ad48)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3296Z_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6eb09) - (at 34.798 52.07) - (descr "Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf") - (tags "Potentiometer horizontal Bourns 3296Z") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Trim-potentiometer") - (property "ki_keywords" "resistor variable trimpot trimmer") - (path "/00000000-0000-0000-0000-00005dc3d0b7") - (attr through_hole) - (fp_text reference "RV1" (at 3.302 1.778 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 438046e2-bfc5-4857-8232-65984f38852d) - ) - (fp_text value "25k" (at -3.3 4.93) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 39fea7a8-c4ce-4a62-b1e7-9298beeef618) - ) - (fp_text user "${REFERENCE}" (at -2.54 1.265) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b7b3bd00-c141-4863-9c83-a7b368caa944) - ) - (fp_line (start -8.945 1.195) (end -8.945 3.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0666f95a-fdeb-4ab5-a974-c5a20bbf96e8)) - (fp_line (start -8.945 1.195) (end -7.426 1.195) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 728009f6-142e-416e-8c42-9e4ddec48b5a)) - (fp_line (start -8.945 2.41) (end -8.186 2.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0deceb8a-df22-48fb-8c48-9c518cd4f713)) - (fp_line (start -8.945 3.625) (end -7.426 3.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f22ccaf6-4cc8-4f75-9ae9-2e4378df3f66)) - (fp_line (start -7.426 1.195) (end -7.426 3.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40dd94ae-d03d-45da-9d3f-18b4d8a951a0)) - (fp_line (start -7.425 -1.27) (end -7.425 3.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d17e13af-cc85-4e68-bd0f-74753003ca10)) - (fp_line (start -7.425 -1.27) (end 2.345 -1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1d415f5-e1e6-42c1-bc6d-7b313cb72a8f)) - (fp_line (start -7.425 3.8) (end 2.345 3.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4027b37d-4f16-47e2-8a4a-57ebdd960eb3)) - (fp_line (start 2.345 -1.27) (end 2.345 3.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1156b1cf-f5a2-4f18-b68d-bb9f28b604ee)) - (fp_line (start -9.1 -1.45) (end -9.1 3.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 575874bc-0ffc-4664-b9cd-011796592ed5)) - (fp_line (start -9.1 3.95) (end 2.5 3.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8137001-0b1b-462c-82a9-2ac3685df5dc)) - (fp_line (start 2.5 -1.45) (end -9.1 -1.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02d27088-857d-44d5-9924-dcb65dd643f7)) - (fp_line (start 2.5 3.95) (end 2.5 -1.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da53e033-aeba-4862-b9b5-383e922134a6)) - (fp_line (start -8.825 1.315) (end -8.825 3.505) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b90ba20d-9dc2-4f31-a3c7-f45acdf2b2f3)) - (fp_line (start -8.825 2.41) (end -8.065 2.41) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c3a1c18-bd2d-4597-a1ce-8e1c7d01554f)) - (fp_line (start -8.825 3.505) (end -7.305 3.505) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 904692fe-e380-48cc-8af1-bb60ce922010)) - (fp_line (start -7.305 -1.15) (end -7.305 3.68) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e165f1e-b140-4eed-8021-e2231150e7c8)) - (fp_line (start -7.305 1.315) (end -8.825 1.315) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4a3cab3-a8e8-459c-a9ae-9284bd4a7828)) - (fp_line (start -7.305 3.505) (end -7.305 1.315) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75af3b29-436f-4be5-a750-cc25bae47aad)) - (fp_line (start -7.305 3.68) (end 2.225 3.68) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 555cc0e0-4ba6-49a2-ac59-9dcc98886f26)) - (fp_line (start 2.225 -1.15) (end -7.305 -1.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcfd8827-73a3-4edb-91b9-de247bd28f22)) - (fp_line (start 2.225 3.68) (end 2.225 -1.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58dcdd56-bf90-4a54-a9d5-dabd795ea944)) - (pad "1" thru_hole circle (at 0 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "1") (pintype "passive") (tstamp 550fd704-e4bc-40d9-9a52-39a0950efc5b)) - (pad "2" thru_hole circle (at -2.54 2.54) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "Net-(R18-Pad1)") (pinfunction "2") (pintype "passive") (tstamp cb7bf995-9333-4698-81f2-344404844abf)) - (pad "3" thru_hole circle (at -5.08 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "3") (pintype "passive") (tstamp 6b490064-618d-49e7-afe9-ad547884a82e)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3296Z_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3296Z_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6eb27) - (at 36.068 108.966) - (descr "Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf") - (tags "Potentiometer horizontal Bourns 3296Z") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Trim-potentiometer") - (property "ki_keywords" "resistor variable trimpot trimmer") - (path "/00000000-0000-0000-0000-00005dc7adc1") - (attr through_hole) - (fp_text reference "RV2" (at 3.048 1.27 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b2b58c37-ef13-4f15-bf6e-75e43800f5fd) - ) - (fp_text value "25k" (at -3.3 4.93) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d6c603b4-5573-4061-b006-6970d3470ca7) - ) - (fp_text user "${REFERENCE}" (at -2.54 1.265) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 118db09c-f7e1-44f2-96a4-a5eaca83b495) - ) - (fp_line (start -8.945 1.195) (end -8.945 3.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe179990-f78e-4dd3-8d11-55c95cbb7c44)) - (fp_line (start -8.945 1.195) (end -7.426 1.195) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 826b9061-a3f0-48c6-8826-cc7089c03466)) - (fp_line (start -8.945 2.41) (end -8.186 2.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ef23934-5d31-4b24-92e9-e4bbe528af45)) - (fp_line (start -8.945 3.625) (end -7.426 3.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 196ccf76-2ce4-44b7-95c8-88966565c92a)) - (fp_line (start -7.426 1.195) (end -7.426 3.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34876fea-f722-4783-ad0b-051fb1d7d0e6)) - (fp_line (start -7.425 -1.27) (end -7.425 3.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b603a9a0-276d-4eef-a486-1c15a9db3bbb)) - (fp_line (start -7.425 -1.27) (end 2.345 -1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8e7f67f-223a-4a13-ae9e-42ab9cfdf469)) - (fp_line (start -7.425 3.8) (end 2.345 3.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 883b543c-59dd-4a02-8349-5496d9a54f8f)) - (fp_line (start 2.345 -1.27) (end 2.345 3.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 391272e5-9046-4519-ac97-95f701a681ba)) - (fp_line (start -9.1 -1.45) (end -9.1 3.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8b2876e-2ff1-4287-b100-669aaa3d734d)) - (fp_line (start -9.1 3.95) (end 2.5 3.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e50bba54-688e-4e06-aa91-4962184197bf)) - (fp_line (start 2.5 -1.45) (end -9.1 -1.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8299f07-10fc-48b4-9421-9cc5a0c52e62)) - (fp_line (start 2.5 3.95) (end 2.5 -1.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 204510af-97af-48cd-9cbc-12fe7b72d5f6)) - (fp_line (start -8.825 1.315) (end -8.825 3.505) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6372e8fb-d1b6-4e61-9f87-9bf467708038)) - (fp_line (start -8.825 2.41) (end -8.065 2.41) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90a6bf21-c090-4f64-ab51-60bb53a3bd57)) - (fp_line (start -8.825 3.505) (end -7.305 3.505) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94ae64ca-8ad4-4382-aab2-6c7539746c62)) - (fp_line (start -7.305 -1.15) (end -7.305 3.68) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6fcec68-b2cb-4070-a4a8-3eecf267bde9)) - (fp_line (start -7.305 1.315) (end -8.825 1.315) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec3489a4-bade-4b48-8b1b-47aab6b39790)) - (fp_line (start -7.305 3.505) (end -7.305 1.315) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8074997-f0dd-43a7-9068-1960789f2a2d)) - (fp_line (start -7.305 3.68) (end 2.225 3.68) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d35d5096-fb57-4df1-80e4-037487e0fe73)) - (fp_line (start 2.225 -1.15) (end -7.305 -1.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f678b4ef-f226-4c61-9d2b-4577c63cfe86)) - (fp_line (start 2.225 3.68) (end 2.225 -1.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b925af8-c40d-413a-bc43-c21c50bfe999)) - (pad "1" thru_hole circle (at 0 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "1") (pintype "passive") (tstamp 03c6636d-6364-4638-9f0d-b860cc900fb7)) - (pad "2" thru_hole circle (at -2.54 2.54) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 47 "Net-(R20-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 8caccf72-8dde-44ae-bcdf-730502172aec)) - (pad "3" thru_hole circle (at -5.08 0) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "3") (pintype "passive") (tstamp 2bbedee1-51d6-412e-882b-d96f93275298)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3296Z_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6eb4b) - (at 33.02 67.437) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00005df9aba9") - (attr through_hole) - (fp_text reference "U1" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 73f6025c-573d-4ef0-b4e7-17ccf1cf8e36) - ) - (fp_text value "TL072" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b59bb447-e773-4c1e-a253-a60715682eda) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bc0efaf1-920c-4d73-b809-3b957cc8304b) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89206dae-2b0f-4aff-82aa-37fcfa2f6830)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a6aac54-83ac-4dc2-a897-55eb480a0621)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e24d680c-aaa0-4a47-bb1c-bdfd3fc956b4)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9217068f-df60-4079-82a2-63be79ef4614)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff9e3224-66d5-44ba-8518-427a84c8b21c)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1482405-3b55-4cda-870f-a4b5ef784dd3)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a38d328-66b5-49cf-ae3d-d075e4824da6)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 737265cb-ef55-4c58-83df-0280abfc172d)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7039d9ab-320d-45bd-ac0c-676c95a0a0d4)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81685c4f-488d-4242-a78d-54eae483a003)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d8852d3-ba28-4c7f-ba17-6233efd44bec)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57d0ca4a-27de-4e05-9c73-7f4a8d4685ac)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6afeac88-1258-4c29-9b9d-8f7f9d33eccd)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da3bd5b5-3fd5-4982-8d7a-c26690dc6ee2)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b171995f-32d6-44b3-9dc9-ddabcdb76163)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86f31d80-9270-4694-b31e-b06cd506ed47)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d3e9091-be62-46a7-b990-75d9735deea1)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70f3f4a9-6f73-4f48-9558-835624a23dc1)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ea9993b-2eab-4f52-9bc2-d9ff1a7cafc0)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62e4c444-28b8-4107-bac0-97d66da1b9dc)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fe674a5-9247-479d-932c-de5f5c898ee9)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bae40fc0-1c1f-46be-9758-71d57c914daa)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88e62832-ef2c-4093-9cfb-abcbe9d1214f)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "LED_1_a") (pintype "output") (tstamp 6a48619a-57cc-492d-bddb-aa6646378a28)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "LED_1_a") (pinfunction "-") (pintype "input") (tstamp b87771ea-8ba7-4557-aea8-917243346c91)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 63 "Net-(U1A-+)") (pinfunction "+") (pintype "input") (tstamp 71193988-0667-4bf0-8ab0-6b2494b14c96)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp e583dc52-c2fe-4e28-875e-a5c7d6833c8a)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 4117dfac-4c85-46f9-9a76-3992c7fcee7b)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "LED_1_a") (pinfunction "-") (pintype "input") (tstamp dc0fbdad-615c-4970-8974-81b370e439c4)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C22-Pad2)") (pintype "output") (tstamp 92082070-e839-4fe6-91c2-1c215f892bcf)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp b9a57a1b-607d-48ea-bc2a-77df06113804)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ebc3) - (at 33.02 124.206) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-00005dfa6673") - (attr through_hole) - (fp_text reference "U4" (at 3.556 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cbdc3d4c-767f-4e63-8f85-360a80b3b71b) - ) - (fp_text value "TL072" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7fdd3ed5-0934-4c8e-924b-02e5aeea2969) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 642b5b6c-7bdf-4880-a65e-dcebc826ac87) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 636e494e-3d0e-4514-9686-00c8b2bf7a57)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af7682f2-bc5c-4409-908b-7479c7ba1e79)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 490cca3f-bf14-4983-a8c2-467c19b5589a)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d72c827-45b6-4c4b-99ab-1eb0200a30e6)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d59586ec-cfa5-4b51-a798-9af0a06033de)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14772fd5-5d0a-491f-a1df-d764cb92c0fb)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f14af6d-e00e-408c-815e-cb41676ad51b)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65a287e9-6164-4d53-8216-ff791ad98163)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42d8e0fa-6afa-46a0-8a77-f12c4278eb3d)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29cfd992-7208-449f-bb47-770053427900)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52bfd94f-af95-4f83-b174-1a7b022d33ac)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57d1460c-d290-4b54-b598-045765b02e89)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff90219e-a0a3-4f56-a8ca-15d3e8d275dc)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 791e78a4-95ff-4a15-8c64-02d8ceab1cae)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9678152-12e1-4a48-a302-0eb2908c668c)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d20b128a-4e3b-49c5-824e-8860bdc835d2)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 927ffa0a-11e8-47ed-a585-2e91c3edad8f)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a95bb47-8d05-4721-b037-88d93b56d1a8)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ae520d2-b4c4-4e2d-9921-59fc6746b988)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1c97519-9d0c-48d3-b550-6c03867240c1)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57b76c18-05e5-421e-b9ac-73d726b0ddbf)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1c1f916-86dd-4e6e-8436-1854c5cb4616)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ff7ff66-9889-4cff-a012-485ba49e9058)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "LED_2_a") (pintype "output") (tstamp 78a6ff1d-e6a0-411e-84c2-51206ec4f51b)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "LED_2_a") (pinfunction "-") (pintype "input") (tstamp b314a33c-fa2f-4df5-aadf-f0d8db3fddfc)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 68 "Net-(U4A-+)") (pinfunction "+") (pintype "input") (tstamp 89d7bbef-4f4d-43e8-914c-cdc352f0da05)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 46afc02f-adaa-4249-8e8d-9476c7dc4fc5)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 7aad5f6f-6d5a-49cc-bcfb-2687fe083d9f)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "LED_2_a") (pinfunction "-") (pintype "input") (tstamp 75c7ee10-3a4e-403d-9de3-aba68ecf6fc2)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(C23-Pad2)") (pintype "output") (tstamp 1aba2217-6b63-444b-be7e-d16580f00f64)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 98bf98fc-279b-42f1-87dc-16279f10b556)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ebe7) - (at 35.052 40.64) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "2MHz, Operational Transconductance Amplifier (OTA), gM spread 2:1, DIP-8/SOIC-8") - (property "ki_keywords" "operational transconductance amplifier ota") - (path "/00000000-0000-0000-0000-00005dbdfb24") - (attr through_hole) - (fp_text reference "U5" (at 3.7465 9.779) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9427f3ba-7f45-46b2-96be-3feee2e6b6f9) - ) - (fp_text value "CA3080" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9008bb2b-b3a8-41e8-b179-2d29a1ab6db1) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 018c73c3-327d-490b-ab3d-507052fd33b4) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc0ccc6f-922c-443e-b0d3-c7b4806da43b)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3dd4f605-dacc-4c83-8881-17b79cf49353)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c617023-e9b8-4a5a-af7c-c5bfc331d62e)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74aa0787-2cc6-4c24-8426-1897225479fa)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b5a8b5a-e04b-49b4-928b-f9dfe4c6a6f3)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33de1615-548d-42b0-97a9-dc39815b6f6f)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60502e96-c9e1-405f-995d-76a16cbda3a0)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 014f0fb7-5304-43d8-81bb-43b6f409f41c)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d707ec7-978e-4216-b58b-ff62e159e84f)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4783f0b8-e524-44f7-97a1-4210b4478257)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3de3a596-9eeb-4ba8-9fba-10c2ae7d2026)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcc5ea8b-2bc4-42f9-8349-5c90a99b8b7b)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a48e03a-56f9-4296-96e7-9615d7761ac8)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e44b05db-c19f-48d2-b425-a7835de5aaa5)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78142939-7456-4069-bbb2-fe462d2b152c)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 497db567-8036-4183-b3dd-60b9dc57c2ad)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88ff22d0-a536-42c2-9472-461449f6f8e5)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ab6e10f-4ece-4f21-9b0a-53adb6ac7b2e)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe5614f0-36ec-4c37-97dd-1209fbf4334a)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2fd1f4d4-6e2d-4010-a7ac-5a0268e8f5ef)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84ee426f-21a7-4690-af6a-74c13fc2da54)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 571ac405-37cb-4877-8060-1fef839e76b3)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73fa6893-2cc0-44fc-afd2-d7941a7a0260)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 74 "unconnected-(U5-NC-Pad1)") (pinfunction "NC") (pintype "no_connect") (tstamp 2404672a-5701-4275-851a-f5e70e85825c)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D1-K)") (pinfunction "-") (pintype "input") (tstamp b238c2cd-4853-4bec-96ae-40de088e8062)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "Net-(D1-A)") (pinfunction "+") (pintype "input") (tstamp dcc7d6ae-33a6-45f9-80f0-d5ccd9e9f5d0)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 2d1447fe-a699-4c5d-8187-50e44e459d12)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 54 "Net-(U5-BIAS)") (pinfunction "BIAS") (pintype "passive") (tstamp 6c9f50ea-ea01-4939-95c3-f57c96d400d3)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "Net-(Q3-G)") (pintype "output") (tstamp dce04f75-6afe-478f-88a7-5feb74146f05)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 5f9098d9-bf9b-4db0-a136-80eac8bec372)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 73 "unconnected-(U5-NC-Pad8)") (pinfunction "NC") (pintype "no_connect") (tstamp 32bf6329-dd1b-4c7d-b4a9-5fb7dac8fe62)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ec0b) - (at 35.052 97.282) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "2MHz, Operational Transconductance Amplifier (OTA), gM spread 2:1, DIP-8/SOIC-8") - (property "ki_keywords" "operational transconductance amplifier ota") - (path "/00000000-0000-0000-0000-00005dc7acdb") - (attr through_hole) - (fp_text reference "U6" (at 3.302 9.8425) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 83e75eee-a7a5-4653-b063-45fe0bb9e201) - ) - (fp_text value "CA3080" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f96d776a-c16b-4a57-93c8-2b7f6682c772) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7bb49e1e-136e-4a22-84f7-749c04203844) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 209566f7-7e54-45a1-bfb5-8f761150c4e2)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8a1564f-ff19-41a7-a952-9c964e058ed6)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1611163c-9edf-4c49-a01e-93c05066ed4f)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f419597-f03f-4b0c-9a86-6a5d940bf84b)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eeb30564-efa2-41a8-b9c7-76348e838842)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a19cc59-fbd6-4d6d-985e-67af470b69b3)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 139a5017-6ea1-4e73-b92e-6d45e4f8762c)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ce9f809-53aa-46b3-8c8f-7cfddaabfeba)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 429faada-8ec4-4ca9-b86b-b979c2ed7149)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ebd1701-a4f6-4420-ac08-3f1956416807)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c732007-97ec-4668-ad56-be4b727f0a2c)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d7d30a1-f4f9-4d26-9218-08ddd6739347)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a644e9f-29fd-4171-9fe6-808c8420a39f)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 467464e5-de13-40da-a41f-1839f86847ec)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8dc031a8-470e-4c03-a256-4f82aea7adfe)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 252e6e24-9b3a-44c3-888d-df12c548710f)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2fe106a7-a41a-46b1-8615-f4f2cb886070)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c7c6d91-53cd-4a0d-8d65-97c54d912de4)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da3cd566-033d-465b-b4e9-e4e706c6ca8e)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f6ef484-cd0c-4a4f-9347-b59ff4d4e7e6)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11a1559c-4615-4233-b754-0fcc490bfe98)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7877a20-a336-44a6-8179-d3276517e83a)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14187a44-3039-437d-bc6f-8bd31890e93d)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 76 "unconnected-(U6-NC-Pad1)") (pinfunction "NC") (pintype "no_connect") (tstamp a7704d2f-db05-4ad3-8765-9776754842ab)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 37 "Net-(D2-K)") (pinfunction "-") (pintype "input") (tstamp 8045617b-7fdd-4fcc-a4f6-e51af0d44936)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D2-A)") (pinfunction "+") (pintype "input") (tstamp 39a5c799-1e4a-49fd-b0c6-229d75131a6d)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 4a1b99c2-78c7-477c-90a8-068f412275df)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 57 "Net-(U6-BIAS)") (pinfunction "BIAS") (pintype "passive") (tstamp b1d87bdb-7b3d-4ed1-a698-d4b06c661fc9)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(Q4-G)") (pintype "output") (tstamp 6ba4c9c0-7854-4a51-bddc-4b08d515665e)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 527c3c1a-7129-41e3-b696-b668d6bdb29d)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 75 "unconnected-(U6-NC-Pad8)") (pinfunction "NC") (pintype "no_connect") (tstamp 65182f85-756a-4afd-90b0-e5a5b660ac86)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6ec2f) - (at 33.02 78.994) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Operational Amplifier, DIP-8/TO-99-8") - (property "ki_keywords" "single opamp") - (path "/00000000-0000-0000-0000-00005dc5ddf9") - (attr through_hole) - (fp_text reference "U7" (at 4.0005 10.0965) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7462af82-f9c8-4cda-9485-a531ce56e4e8) - ) - (fp_text value "LM741" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 908fdaa1-7abd-4c24-9698-8c3708515bf2) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 201a1883-2368-4bfa-891f-21bb0c56ccd4) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1df8235e-0be8-4946-abd2-200446120c89)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ba2d30b-b3ff-44d8-8c8f-05b344b6e813)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8227863d-dab3-4953-bb7f-465b1711d635)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ca2428d-8b64-4568-9d8e-f91604f2a0f8)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8324c32-c4da-4144-905f-261ebc33666c)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ca4a5bd-f8e3-4956-a66b-76d6aa54d8f4)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9643e87d-08e5-4e29-b45c-ed9d0ee42a13)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c92f8948-25b2-4d3a-815a-f6be05406779)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 51b07f31-de77-4f19-8028-2583d4c7f130)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4cacb79e-980f-4f4a-bebd-71fca8dc561e)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80db207c-629d-4388-ae8b-653cd928c811)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45070eb6-02c9-412e-be51-880ea2417094)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f23a870e-f995-4a58-92d4-f3703ced2198)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0e489c8-4167-4270-aa3d-adbf96d99142)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02a5a1d8-0985-46af-b769-9f9a31d42665)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 020cedce-401e-41db-b81a-eaa7be4e46b2)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e81d7a3-037f-4909-b8f5-b228a0dbbd5f)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a332eaec-3c5c-4003-b869-aafca2527603)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28aec8d7-e520-4363-b1e9-ba0b43a523ab)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bd327b2-44f2-4c84-81d5-1a476093c357)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b8b61e4-6ddf-4457-bb25-3eeb1f599387)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b43feac-37d2-4fa4-b847-f339626992ec)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3a5c675-7d61-4697-870e-bec4f4e589a4)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 79 "unconnected-(U7-NULL-Pad1)") (pinfunction "NULL") (pintype "input+no_connect") (tstamp d3c4fd27-1b23-4319-b5b4-23003778ace7)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 67 "Net-(U7--)") (pinfunction "-") (pintype "input") (tstamp dc0dad65-fb7d-4c34-b6d6-49c2d8126095)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "Net-(U7-+)") (pinfunction "+") (pintype "input") (tstamp e6b02b6e-c559-42af-8b4e-1fdf6a5fc52b)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp b475794c-b6d3-45fc-ac4d-6a5108f0a2c6)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 78 "unconnected-(U7-NULL-Pad5)") (pinfunction "NULL") (pintype "input+no_connect") (tstamp 32d3dfba-8da3-4d2e-8596-cd263578628a)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "Net-(D8-A)") (pintype "output") (tstamp b1574b37-c476-4a4e-892b-9298db68c8d8)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 8f9d7b38-6c9b-41e8-8904-856ec8c21b8a)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 77 "unconnected-(U7-NC-Pad8)") (pinfunction "NC") (pintype "no_connect") (tstamp 530b4a1c-41c0-45fc-9f59-0d370685c63e)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x12_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dc81b62) - (at 83.82 32.512) - (descr "Through hole straight socket strip, 1x12, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x12 2.54mm single row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x12, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005ddbcd39") - (attr through_hole) - (fp_text reference "J2" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f2321904-b66e-47a4-84d9-eb372381fee9) - ) - (fp_text value "Conn_01x12_Female" (at 0 30.71) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fd48a30f-4fa4-4ec9-8b1a-1addf59c2830) - ) - (fp_text user "${REFERENCE}" (at 0 13.97 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 12097208-00e4-4d0a-97cb-b92ff09b6425) - ) - (fp_line (start -1.33 1.27) (end -1.33 29.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f663c4c8-97b8-4a99-89c4-25faf95a09bc)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98f8d50b-c709-4e03-ad2b-91b5369fb5a9)) - (fp_line (start -1.33 29.27) (end 1.33 29.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed6b8139-4372-45d4-b2dc-112cb834d531)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bbe4395-2d89-446e-a0f1-72ffd061b312)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 868f29b5-dfd0-4a26-ac1a-1c4f9a44ed0a)) - (fp_line (start 1.33 1.27) (end 1.33 29.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7122488-b236-45dd-a998-a44385db626d)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79bca471-5209-4187-92d3-ca30d9e80382)) - (fp_line (start -1.8 29.7) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb1b48f5-5876-4e53-be3d-a44443f159b6)) - (fp_line (start 1.75 -1.8) (end 1.75 29.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04b7aec6-f160-4272-8868-5ea1ec2f881a)) - (fp_line (start 1.75 29.7) (end -1.8 29.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5616157d-ce97-4d03-9b35-46a263b37f35)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06eeb1dc-4dd5-4e30-9437-6f2962a73385)) - (fp_line (start -1.27 29.21) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61e068f8-b21f-4cb9-af40-5eab07b99c84)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 452a43cc-aeb3-441d-ba2c-4c2baf67e8cc)) - (fp_line (start 1.27 -0.635) (end 1.27 29.21) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f48647fb-776a-44fb-8ff7-a2cc4f2a856a)) - (fp_line (start 1.27 29.21) (end -1.27 29.21) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7854d14d-a9c8-4c04-b775-5e5f0768b816)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp 31986315-272a-44ae-99ea-9c794929cec8)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "Pin_2") (pintype "passive") (tstamp c37a4b1d-ceb6-40be-b9c5-c15b8e597ae9)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 36 "IN_1") (pinfunction "Pin_3") (pintype "passive") (tstamp 676ede9a-94c3-41e6-a9bd-e0c988237ce5)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "OUT_1") (pinfunction "Pin_4") (pintype "passive") (tstamp 3a033b25-c561-46ee-8a22-bca800ceb7ae)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 35 "VC_1") (pinfunction "Pin_5") (pintype "passive") (tstamp 5cd4fc4d-236e-4dfc-8a34-599234a6b66c)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 33 "RATE_1") (pinfunction "Pin_6") (pintype "passive") (tstamp f00855e5-29f2-49e7-a1a6-8d36ab37a74d)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 28 "CYCLE_1") (pinfunction "Pin_7") (pintype "passive") (tstamp 0562b06a-85ad-45d1-8db0-06e0fe6c1bfe)) - (pad "8" thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 34 "HOLD_1") (pinfunction "Pin_8") (pintype "passive") (tstamp 563efbc7-4b4a-41c9-baff-71232b88c7f6)) - (pad "9" thru_hole oval (at 0 20.32) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 12 "LED_1_a") (pinfunction "Pin_9") (pintype "passive") (tstamp a76fed4e-b674-42c1-870b-eeae5695b496)) - (pad "10" thru_hole oval (at 0 22.86) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 29 "LED_1_b") (pinfunction "Pin_10") (pintype "passive") (tstamp 54bc2040-cc2a-44b9-9fbf-7acc56a985c6)) - (pad "11" thru_hole oval (at 0 25.4) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 27 "COUPLER_HOT") (pinfunction "Pin_11") (pintype "passive") (tstamp 3ae10206-4732-4961-844d-44c9899bdb09)) - (pad "12" thru_hole oval (at 0 27.94) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 26 "COUPLER_5V") (pinfunction "Pin_12") (pintype "passive") (tstamp dc64204b-0a3c-433a-8a83-75ff68a24ded)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x12_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x09_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dd1c029) - (at 83.82 88.392) - (descr "Through hole straight socket strip, 1x09, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x09 2.54mm single row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x09, script generated") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005dde7181") - (attr through_hole) - (fp_text reference "J3" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 548e0929-2d16-4c7b-a2b1-b1a2062b5c4c) - ) - (fp_text value "Conn_01x09_Female" (at 0 23.09) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3d0c2bb2-6035-4571-8be5-1fdfed66c0d5) - ) - (fp_text user "${REFERENCE}" (at 0 10.16 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d3c28f8f-4589-4f9c-87d6-413b4924ca8e) - ) - (fp_line (start -1.33 1.27) (end -1.33 21.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fc91e52-d076-4843-988a-8071dbbe422c)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5685cf9e-fdf0-4c26-a95f-b81014118b66)) - (fp_line (start -1.33 21.65) (end 1.33 21.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b28a632-ac65-4f30-a223-66081f79825f)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb41c70a-b3bc-4d99-a1aa-1e7a8cdc3702)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 901d0a89-3e0f-4603-adb9-809ee52d432a)) - (fp_line (start 1.33 1.27) (end 1.33 21.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 185b1298-aafb-4040-9bf7-d4dbfd7cf547)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c200c11-f80f-43ff-8034-6da8fc102977)) - (fp_line (start -1.8 22.1) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6658773c-9cc8-4e7f-9bb6-d32f17745240)) - (fp_line (start 1.75 -1.8) (end 1.75 22.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c96c2a4-1f67-4fac-810a-97eb75b7f990)) - (fp_line (start 1.75 22.1) (end -1.8 22.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12d1fa91-4c28-4168-861a-8e4b5918fc05)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98bb81ff-8799-4785-af07-4b33cd2d2ac5)) - (fp_line (start -1.27 21.59) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d486d7ec-da09-4f3a-8c4b-d41288cd8a43)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a797b8f-dbbc-45b3-a4d4-d06511a417e6)) - (fp_line (start 1.27 -0.635) (end 1.27 21.59) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea86edf9-37f8-44b0-b1d4-0d3cd728ec3e)) - (fp_line (start 1.27 21.59) (end -1.27 21.59) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d60dc57b-4d8e-406a-9d6d-b4c1a0aec38c)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 66 "LED") (pinfunction "Pin_1") (pintype "passive") (tstamp 01214a5c-236f-4f83-9640-0c3c1af98651)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "SAMPLE_2") (pinfunction "Pin_2") (pintype "passive") (tstamp 67bd17e3-0cee-4147-82be-bcb30c8311c2)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 22 "OUT_2") (pinfunction "Pin_3") (pintype "passive") (tstamp 2692debc-b922-4b84-922c-4ecb208b6f74)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 32 "IN_2") (pinfunction "Pin_4") (pintype "passive") (tstamp 73596750-357e-4450-89cf-73419fce15dc)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 31 "VC_2") (pinfunction "Pin_5") (pintype "passive") (tstamp 59f4ed8d-a5db-4038-a588-4db974edd722)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 30 "RATE_2") (pinfunction "Pin_6") (pintype "passive") (tstamp 9a4ba6a7-44b6-4181-b7fd-33f85ce70b1d)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "CYCLE_2") (pinfunction "Pin_7") (pintype "passive") (tstamp dc74df3b-6090-44cd-8196-31e74bd61e34)) - (pad "8" thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 14 "LED_2_a") (pinfunction "Pin_8") (pintype "passive") (tstamp 90210cc3-bec9-4c22-a564-17b8526e00fb)) - (pad "9" thru_hole oval (at 0 20.32) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "LED_2_b") (pinfunction "Pin_9") (pintype "passive") (tstamp 18e7e33c-2ffb-4ae8-836d-2457f8c4e57f)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x09_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-14_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ddba268) - (at 57.912 44.196) - (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005de079e4") - (attr through_hole) - (fp_text reference "U2" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 168b5c84-b293-4c8c-8d54-8cb86435666d) - ) - (fp_text value "LM3900" (at 3.81 17.57) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5665ece4-ab06-473b-8601-1e244b268a7f) - ) - (fp_text user "${REFERENCE}" (at 3.81 7.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 54805a84-50cb-4a29-83fb-a74d0c6c320a) - ) - (fp_line (start -1.33 -1.39) (end -1.33 16.63) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a48c780-a049-4fbc-8870-c73bb8902744)) - (fp_line (start -1.33 16.63) (end 8.95 16.63) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f068aa18-1a3e-4c1c-bd03-2a3023801759)) - (fp_line (start 1.16 -1.33) (end 1.16 16.57) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 093c8da7-3348-4cd2-8508-4db90f2f9fa7)) - (fp_line (start 1.16 16.57) (end 6.46 16.57) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5aaba4fa-88e4-48ba-b0dc-aa25a0cc78f5)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94b3c8f9-a662-4b31-bad8-671829c862e3)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bbdedb8-177e-4156-aae6-6a1bcb7f4ffd)) - (fp_line (start 6.46 16.57) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d472cbb9-60bc-4e6c-a0e4-0f43c234fcb4)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5ad41b2-bf0d-4a11-923d-09cd88428086)) - (fp_line (start 8.95 16.63) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56cd518e-42c8-4ca7-a1c6-1498dd83ba05)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5775bda8-73b5-4f7c-9858-3158538bb92c)) - (fp_line (start -1.55 -1.6) (end -1.55 16.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef95db8e-23eb-4bff-be59-b761e354838c)) - (fp_line (start -1.55 16.85) (end 9.15 16.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a92d323-1aea-4cf4-b051-606d1c0ddbf2)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp daa16e29-5b82-4b55-8ee1-3f5e40d71796)) - (fp_line (start 9.15 16.85) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd0ef274-69c5-436f-9df2-f98d3aed4aae)) - (fp_line (start -1.27 -1.33) (end -1.27 16.57) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0fb05e1-2337-44ca-ad81-84d6d84f34df)) - (fp_line (start -1.27 16.57) (end 8.89 16.57) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c3e1a24-77de-45ce-9872-455275469d55)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cff3bcac-834a-41f6-8140-06b2a308245a)) - (fp_line (start 0.635 16.51) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6a5147b-5a85-4e21-af64-27fe13443aaa)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66b7e5a2-f034-429a-8c15-cf010b02ae5a)) - (fp_line (start 6.985 -1.27) (end 6.985 16.51) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff0d0e80-b303-4b08-a320-e792ac1c032e)) - (fp_line (start 6.985 16.51) (end 0.635 16.51) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65fa69fe-c9aa-4632-b655-7d1601ffb2e3)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52e8cb94-e62c-4b68-8af5-09db3c3eeff5)) - (fp_line (start 8.89 16.57) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4454e729-f1f9-4058-bf40-b8769ce0d82b)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 59 "Net-(U2A-+)") (pinfunction "+") (pintype "input") (tstamp 1a1995bb-9a2a-49ec-97c5-488ebc2d185d)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 52 "Net-(U2B-+)") (pinfunction "+") (pintype "input") (tstamp d91b0bde-4592-4298-ac5f-071e24de9925)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 43 "Net-(Q1-C)") (pinfunction "-") (pintype "input") (tstamp c060a7e1-8436-4d6c-96e4-53c3fa21a0f9)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 48 "Net-(R21-Pad2)") (pintype "output") (tstamp 20eb1beb-8167-4394-bd1c-1590499af47c)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 55 "Net-(R34-Pad2)") (pintype "output") (tstamp 12e650dc-022d-4585-85e8-ed131dc9704d)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 61 "Net-(U2A--)") (pinfunction "-") (pintype "input") (tstamp 29571117-f44b-4a24-a45a-916333dd6cc1)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 443b2384-a6b5-44fb-97fe-89889478f9c1)) - (pad "8" thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 58 "Net-(U2C--)") (pinfunction "-") (pintype "input") (tstamp e88fad37-b018-4f59-b11e-e068461095ed)) - (pad "9" thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(C20-Pad1)") (pintype "output") (tstamp f2953dbc-6884-4f9f-ab4b-ce5e41605f43)) - (pad "10" thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 64 "Net-(R48-Pad2)") (pintype "output") (tstamp 1b27cf6c-7262-4aaa-a83b-bd6a1d7339cd)) - (pad "11" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 69 "Net-(U2D--)") (pinfunction "-") (pintype "input") (tstamp 1264c900-005d-4ada-a73d-6cc8ce607ab2)) - (pad "12" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 71 "Net-(U2D-+)") (pinfunction "+") (pintype "input") (tstamp f8516a70-a3ed-4d51-a5f6-ae46b6ef2e18)) - (pad "13" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 40 "Net-(D7-K)") (pinfunction "+") (pintype "input") (tstamp 4457728b-4eb2-4145-819a-502e97b2c079)) - (pad "14" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 00b72105-08e2-4e92-bf44-fcc51561ec2e)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-14_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-14_W7.62mm_Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ddba292) - (at 57.785 101.092) - (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005de2772f") - (attr through_hole) - (fp_text reference "U3" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0b38edbc-19e5-4186-80cc-cbe3f850112a) - ) - (fp_text value "LM3900" (at 3.81 17.57) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 64664347-3d94-4592-a3c8-b2d495026d0b) - ) - (fp_text user "${REFERENCE}" (at 3.81 7.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cd7e2a34-0473-4ae8-95cd-52601f8e16af) - ) - (fp_line (start -1.33 -1.39) (end -1.33 16.63) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2b9619e-815a-4a99-be64-7c63caf00058)) - (fp_line (start -1.33 16.63) (end 8.95 16.63) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1ea7188-2992-430d-b727-33f6fa151691)) - (fp_line (start 1.16 -1.33) (end 1.16 16.57) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72adab1b-dac8-4999-be03-e7dc2cb3cca8)) - (fp_line (start 1.16 16.57) (end 6.46 16.57) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0996e7bd-1f01-4af0-aea9-8a923fe1f484)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cce936b-94e5-4663-b0a3-dcc26dca94ef)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2bacd0b-9e55-455f-a933-76a7200ca469)) - (fp_line (start 6.46 16.57) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fd8582c-823b-4b0b-8a61-874e04854ad4)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 801db530-6faf-4967-8e15-8bee3ed1fb3e)) - (fp_line (start 8.95 16.63) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 571142ec-e063-4120-8838-2f31a895c7e4)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0246ce0-f0e6-441a-884f-2893d059a614)) - (fp_line (start -1.55 -1.6) (end -1.55 16.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5997fc18-30a6-4052-acd5-47a740b72751)) - (fp_line (start -1.55 16.85) (end 9.15 16.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c5d1e7f-69e2-4570-a4a2-72a6ee8d0d49)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5a3a709-cf1e-4700-859d-b51e1590e112)) - (fp_line (start 9.15 16.85) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e60982ef-bff1-4902-84ed-02750eb27bd6)) - (fp_line (start -1.27 -1.33) (end -1.27 16.57) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32ae205b-6cec-41d3-9ca4-e3574b013a7d)) - (fp_line (start -1.27 16.57) (end 8.89 16.57) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fbdd1f6-9a6d-4443-9482-ba429b7d32f5)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c565008-8a7e-41dd-a756-5c417ad14cc8)) - (fp_line (start 0.635 16.51) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ba4489d-5e7c-4dd0-afe2-c122af1525a0)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f06ab21c-9f00-40fa-a525-5fb2c0cf8f2b)) - (fp_line (start 6.985 -1.27) (end 6.985 16.51) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b1cd6dc-51cc-44c0-a6d5-7894d4a52037)) - (fp_line (start 6.985 16.51) (end 0.635 16.51) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8dfacd9a-9459-4e6d-95b8-f949ec667619)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3446a001-4314-4c08-bf87-d1d47b8781ee)) - (fp_line (start 8.89 16.57) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cae10847-1e50-48a9-b5ad-e87c1f229939)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 60 "Net-(U3A-+)") (pinfunction "+") (pintype "input") (tstamp ce0db4c1-7c76-4591-af57-c71d85cd72de)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 53 "Net-(U3B-+)") (pinfunction "+") (pintype "input") (tstamp 3fb41b3d-84ab-4deb-a5ef-737f20ab2696)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 46 "Net-(Q2-C)") (pinfunction "-") (pintype "input") (tstamp 9b20afbb-efec-4e12-836c-87eba697f841)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 49 "Net-(R22-Pad2)") (pintype "output") (tstamp 869aeeb0-979f-49ca-b24a-be81f524225b)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 56 "Net-(R35-Pad2)") (pintype "output") (tstamp 156693e0-5c0f-4fec-8521-5b294e46e6a1)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 62 "Net-(U3A--)") (pinfunction "-") (pintype "input") (tstamp 7f80d4ff-6e91-43eb-9b77-f1a7bbaf1e0a)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 7368f01a-aea5-40f2-93f0-aaba649d4609)) - (pad "8" thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 70 "Net-(U3C--)") (pinfunction "-") (pintype "input") (tstamp 04c1d64b-c650-4773-a372-82e4fa2996c4)) - (pad "9" thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 65 "Net-(R49-Pad2)") (pintype "output") (tstamp b3428ff3-9278-4d56-aa4b-bbcc89217ddf)) - (pad "10" thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "unconnected-(U3-Pad10)") (pintype "output+no_connect") (tstamp eb3e9f61-494a-43a2-9a1c-e519b8579cc8)) - (pad "11" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "unconnected-(U3D---Pad11)") (pinfunction "-") (pintype "input+no_connect") (tstamp ac8b529e-45dd-45a8-8975-05076872b0ee)) - (pad "12" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 80 "unconnected-(U3D-+-Pad12)") (pinfunction "+") (pintype "input+no_connect") (tstamp cf08bd1d-e486-4057-ac19-b65c670fb564)) - (pad "13" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 72 "Net-(U3C-+)") (pinfunction "+") (pintype "input") (tstamp 50aee4bb-6688-4e38-8a0b-20d217185b14)) - (pad "14" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 972bf80b-bf61-4f0c-a8e0-bacb86245fae)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-14_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005de291a7) - (at 70.104 67.564) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92") - (property "ki_keywords" "PNP Transistor") - (path "/00000000-0000-0000-0000-00005de69817") - (attr through_hole) - (fp_text reference "Q1" (at 1.27 3.048) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 97bc2aca-5dbd-4a44-b1c2-409c78981b49) - ) - (fp_text value "PN4250" (at 1.27 2.79) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 915b9ab2-468a-4594-99e0-e3c7fae6fd4a) - ) - (fp_text user "${REFERENCE}" (at 1.27 -3.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3a1af7f0-2a4b-4ae3-bedd-8b8a153c10fe) - ) - (fp_line (start -0.53 1.85) (end 3.07 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2bec715-9d7f-4b93-b786-6a9aa079306e)) - (fp_arc (start -0.568478 1.838478) (mid -1.132087 -0.994977) (end 1.27 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cfa46d3-022d-4a41-8da8-c5cc57dab425)) - (fp_arc (start 1.27 -2.6) (mid 3.672087 -0.994977) (end 3.108478 1.838478) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba000252-e52e-4e48-a759-467ec19a2019)) - (fp_line (start -1.46 -2.73) (end -1.46 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 558c81b4-77f8-4e43-9add-7e20fa6f86e8)) - (fp_line (start -1.46 -2.73) (end 4 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69072431-4745-477c-a48c-a30e16050d9c)) - (fp_line (start 4 2.01) (end -1.46 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f331edf0-18d9-47d9-8947-032b8eb9c5b0)) - (fp_line (start 4 2.01) (end 4 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0df8cb91-0238-41d1-a9d8-7662fff76658)) - (fp_line (start -0.5 1.75) (end 3 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18ce3cd5-aa02-4912-8550-ae5c13bedffd)) - (fp_arc (start -0.483625 1.753625) (mid -1.021221 -0.949055) (end 1.27 -2.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ccce7fe4-faa8-49e8-ad16-9f20c4faa858)) - (fp_arc (start 1.27 -2.48) (mid 3.561221 -0.949055) (end 3.023625 1.753625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5a8d757-71d0-46ae-a325-a42bdfd34853)) - (pad "1" thru_hole rect (at 0 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 42 "Net-(Q1-E)") (pinfunction "E") (pintype "passive") (tstamp 0dd8cbf9-0da5-415b-bae7-5550e86da59f)) - (pad "2" thru_hole oval (at 1.27 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "B") (pintype "input") (tstamp 50bca423-f4d6-46d1-bd77-b021f94d163f)) - (pad "3" thru_hole oval (at 2.54 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 43 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp 795abedb-4fa3-41f3-b01a-a9faf1305d90)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005de291b9) - (at 66.04 125.984 180) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92") - (property "ki_keywords" "PNP Transistor") - (path "/00000000-0000-0000-0000-00005de556a5") - (attr through_hole) - (fp_text reference "Q2" (at 1.27 -3.56) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a3f83d67-3bd5-4a39-b9ca-90fb3751444a) - ) - (fp_text value "PN4250" (at 1.27 2.79) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d9e83775-6cf5-456a-ab15-12db48883f51) - ) - (fp_text user "${REFERENCE}" (at 1.27 -3.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 501be670-9636-4ff1-a5a5-0cc626473b58) - ) - (fp_line (start -0.53 1.85) (end 3.07 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b1f25ee-3384-45b3-a120-069f43224c7f)) - (fp_arc (start -0.568478 1.838478) (mid -1.132087 -0.994977) (end 1.27 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a6d19c5-2934-4d75-b8fb-6e52c6bdbbba)) - (fp_arc (start 1.27 -2.6) (mid 3.672087 -0.994977) (end 3.108478 1.838478) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8846f929-905e-4942-bcc7-fe81f7be4a9a)) - (fp_line (start -1.46 -2.73) (end -1.46 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cebe7a2f-4503-4aa1-9ddf-1f844a4b80f2)) - (fp_line (start -1.46 -2.73) (end 4 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38f3f443-313d-4652-bfde-96f0d58aa147)) - (fp_line (start 4 2.01) (end -1.46 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f616947c-7548-405d-b9ae-4860ace8080e)) - (fp_line (start 4 2.01) (end 4 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cf7c4a6-33ae-4573-88cf-fa51c4658681)) - (fp_line (start -0.5 1.75) (end 3 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 713050c6-3078-419c-b64f-e57d6f75067b)) - (fp_arc (start -0.483625 1.753625) (mid -1.021221 -0.949055) (end 1.27 -2.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6833a25-fec1-4c5b-bbd6-4849562851ee)) - (fp_arc (start 1.27 -2.48) (mid 3.561221 -0.949055) (end 3.023625 1.753625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 279b6bc1-ea18-4292-84a5-48ffc40951ed)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 44 "Net-(Q2-E)") (pinfunction "E") (pintype "passive") (tstamp da3a4d35-8434-4267-9c3d-a945d717185c)) - (pad "2" thru_hole oval (at 1.27 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "B") (pintype "input") (tstamp 7fd6fa4f-8259-44b7-9806-70dbe11e6815)) - (pad "3" thru_hole oval (at 2.54 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 46 "Net-(Q2-C)") (pinfunction "C") (pintype "passive") (tstamp b5a4a160-e5fa-4df5-85d8-292d213bbc8c)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005de3ec34) - (at 83.46 134.62) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 338b76df-e729-4d72-a651-4299042d1a43) - ) - (fp_text value "MountingHole_2.2mm_M2" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0b3ff4e4-106d-4d23-b4fe-d5546988a950) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a62892e6-1981-4436-b51a-8da445459d52) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 7939a618-4c7e-4866-b258-b278bf0b7ff8)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 31a1a3cd-7ba0-4873-90f9-59919dc9051a)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp c0d2fce6-f4db-48f2-8768-bb66d4392347)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005de3ec4a) - (at 27.94 134.62) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f4e631bb-45aa-40db-8c40-e775c84ed6a8) - ) - (fp_text value "MountingHole_2.2mm_M2" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 309f0a96-4b83-45eb-abb7-c2ce0d8c820e) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0a1f891-3bfc-4b8d-b47a-1f59173f316f) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp a121e4e4-7b88-405c-a11a-af8dbc07613c)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp c4636919-e5a3-4e66-8385-75502a8a946e)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp fdebf88a-4191-4ab5-ad7d-df7076cd2247)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005de3ec60) - (at 27.94 27.94) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3426bafa-b2ea-4d40-af66-aa8f8cf7cde9) - ) - (fp_text value "MountingHole_2.2mm_M2" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c8bed070-a5a6-4c75-8a47-5329524ae3c6) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2e1caec4-1db0-4672-9370-3aea3b647bee) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 70e88dd9-2d95-4105-878f-ebac9ecfa0ad)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 8602e720-41a0-4330-bd17-75d629ce3c73)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 78c768a7-26e8-4826-bba6-6d87c7a88c7f)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005de3ec76) - (at 83.46 27.94) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19b4d55c-c990-4c84-aaf6-a091fdbcc46c) - ) - (fp_text value "MountingHole_2.2mm_M2" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c6c1c91a-d74c-45d8-943d-82ab2cb0cd06) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f320a1ef-3cc0-4994-8783-a571c5ee56af) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 02b50ccf-08c0-4d6f-92b1-69f04ed2fab5)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp b025ca09-a415-4a4c-b418-31d080e936fa)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 4b3e128c-3ed4-497c-92e0-497116dd0856)) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea853f3) - (at 43.18 58.293 180) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "50mA Id, 30V Vgs, N-Channel FET Transistor, TO-92") - (property "ki_keywords" "N-Channel FET Transistor Low Voltage") - (path "/00000000-0000-0000-0000-00005e65304b") - (attr through_hole) - (fp_text reference "Q3" (at 1.27 -3.56) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp babd3b2a-4320-468c-b200-72f1d7ac6d74) - ) - (fp_text value "J201" (at 1.27 2.79) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ab26a260-790d-4584-abf3-321128f705e7) - ) - (fp_text user "${REFERENCE}" (at 1.27 -3.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 57e4d789-f9d9-4048-b30d-b00bb9f92c53) - ) - (fp_line (start -0.53 1.85) (end 3.07 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2c2f649-3ae8-4b64-8da7-f239567b4863)) - (fp_arc (start -0.568478 1.838478) (mid -1.132087 -0.994977) (end 1.27 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cb701cf-467a-41f8-8ddf-bc77b86c53b8)) - (fp_arc (start 1.27 -2.6) (mid 3.672087 -0.994977) (end 3.108478 1.838478) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7490f86c-2842-4a5d-ab06-ef15d16d955d)) - (fp_line (start -1.46 -2.73) (end -1.46 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c12e9557-c7fc-4b7c-9772-c43eec112467)) - (fp_line (start -1.46 -2.73) (end 4 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8160f748-22dc-487b-ac01-1a2fe1e425d8)) - (fp_line (start 4 2.01) (end -1.46 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aae76745-6040-4c88-a134-3f77074e364f)) - (fp_line (start 4 2.01) (end 4 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f50746e0-a661-4c65-9b79-758f87642252)) - (fp_line (start -0.5 1.75) (end 3 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de91be39-c945-4ded-8a9e-295379fab17e)) - (fp_arc (start -0.483625 1.753625) (mid -1.021221 -0.949055) (end 1.27 -2.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19258d78-d9b2-4d38-823b-a2c4c82c4d4c)) - (fp_arc (start 1.27 -2.48) (mid 3.561221 -0.949055) (end 3.023625 1.753625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b9da396-fafe-4d46-b66b-d7005d83df0e)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "D") (pintype "passive") (tstamp e6804af8-de36-42b7-8503-b20bc66d5988)) - (pad "2" thru_hole oval (at 1.27 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 50 "Net-(Q3-S)") (pinfunction "S") (pintype "passive") (tstamp 0d89f93a-3121-4d58-a151-23fdd616e526)) - (pad "3" thru_hole oval (at 2.54 0 180) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 7 "Net-(Q3-G)") (pinfunction "G") (pintype "input") (tstamp f97521e7-a683-4908-9007-462b743be815)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea85405) - (at 42.926 116.586) - (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "50mA Id, 30V Vgs, N-Channel FET Transistor, TO-92") - (property "ki_keywords" "N-Channel FET Transistor Low Voltage") - (path "/00000000-0000-0000-0000-00005e6ab72d") - (attr through_hole) - (fp_text reference "Q4" (at 1.27 -3.56) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp df00ba75-e249-4c9f-9b4b-94ca44476eb5) - ) - (fp_text value "J201" (at 1.27 2.79) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 93c446cb-13c5-4f6e-bc8f-d2f35b155d3c) - ) - (fp_text user "${REFERENCE}" (at 1.27 -3.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 55873982-839d-439b-8b09-aa9e7d1b3e68) - ) - (fp_line (start -0.53 1.85) (end 3.07 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f8c2bdd-f32e-419c-bd01-d92c11f11b9c)) - (fp_arc (start -0.568478 1.838478) (mid -1.132087 -0.994977) (end 1.27 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aedc39c4-3308-4c0d-a540-30a1180f4313)) - (fp_arc (start 1.27 -2.6) (mid 3.672087 -0.994977) (end 3.108478 1.838478) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1faafbb7-db33-4df6-9629-77d6f6b7b579)) - (fp_line (start -1.46 -2.73) (end -1.46 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88ab3065-90f8-441e-a0f3-f926ef736dca)) - (fp_line (start -1.46 -2.73) (end 4 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b212b24-fd3a-4d0c-9821-1002cd9d01e9)) - (fp_line (start 4 2.01) (end -1.46 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcfacbb4-cde5-4015-9f37-7b968a7e5122)) - (fp_line (start 4 2.01) (end 4 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b92c32d5-3c79-4315-b475-5120e606e808)) - (fp_line (start -0.5 1.75) (end 3 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2cbbc05-007e-4462-a3d6-46ccd93c4317)) - (fp_arc (start -0.483625 1.753625) (mid -1.021221 -0.949055) (end 1.27 -2.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6579221f-0e1f-438b-acef-3f92d65c1319)) - (fp_arc (start 1.27 -2.48) (mid 3.561221 -0.949055) (end 3.023625 1.753625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96352717-8b71-467b-ad03-2a1ac066c248)) - (pad "1" thru_hole rect (at 0 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "D") (pintype "passive") (tstamp 2119fd7f-a228-4385-ab36-4e8dead34e6d)) - (pad "2" thru_hole oval (at 1.27 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 51 "Net-(Q4-S)") (pinfunction "S") (pintype "passive") (tstamp 5beb08b1-ba71-4e15-992e-1aab62ea9425)) - (pad "3" thru_hole oval (at 2.54 0) (size 1.05 1.5) (drill 0.75) (layers "*.Cu" "*.Mask") - (net 9 "Net-(Q4-G)") (pinfunction "G") (pintype "input") (tstamp d6bb03b3-d62e-469a-b2d6-9703725f1832)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ec9774c) - (at 71.12 134.62) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b11ac646-a380-4b4c-bae3-55ee3f6e988b) - ) - (fp_text value "elektrophon logo" (at 0 -3.048) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1b0be17f-f25f-4047-b461-0f8e6533299f) - ) - (fp_text user "MODULE" (at 8.62 1.02) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp 130f86b4-96cb-4877-a403-065223739aa1) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp 38ecb9cc-1de1-4a97-8c44-ca8627c5d04f) - ) - (fp_text user "R01" (at -8.68 0.99) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp 7902d5cc-7212-42ad-bcac-8584a44c53e0) - ) - (fp_text user "ssg" (at -8.88 1) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp 113d80b1-5596-4af6-a813-a8e7d721e40e) - ) - (fp_text user "R02" (at 8.8 1.02) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp 813119a8-f0ad-4dc9-90c0-1a9a7d35fed4) - ) - (fp_text user "R01" (at 8.58 1.02) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp 9276f420-f826-46e7-ac55-b1d500881e44) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp b2787359-50cf-48d2-a2f0-3b0780c21d12) - ) - (fp_text user "MODULE" (at -8.54 0.99) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp fa0ee249-e5c2-4655-bb9a-ddaff255c0ee) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005dc6e5cf) - (at 46.736 31.75 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005d6bebb7") - (attr through_hole) - (fp_text reference "J1" (at 1.27 6.604 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a54a722f-ad65-40b7-8b29-566a15c3c125) - ) - (fp_text value "IDC Header" (at 1.27 -16.764 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4a3bca24-954b-4913-9104-cc57c2ad753e) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7eecfbbf-f7d2-43de-b97c-fd6db546f3af) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 99a67d3e-0241-4e8a-94af-6e97498d1294)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 21db1865-8944-44bc-a350-1eca32c3f3a6)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a14b14c3-8ea1-43eb-b88d-cac127999e7a)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp afc2e2c9-519b-4259-8773-d57b3a26d63d)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 99661dd2-c52c-4943-8d40-78515c3a6af7)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7839fa47-a0e0-40e8-a2aa-702c76808c22)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 41f5ae94-8127-4b06-801d-7c9a5afba002)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b39b1b2e-a16d-47a3-9c68-bbc934d604ae)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2034ce08-1bf1-44e0-82dd-57d6403930af)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 121a961f-7ef0-4352-998b-4131737b1547)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fc30ad1a-a8aa-4669-ba7e-8d893f77696f)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ab1199a4-5b29-494f-b0a3-d4d9212173c4)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3f7b94fc-9685-4d27-a28c-9d50bdeb8c54)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e295a271-0721-4649-9e40-7eda997ededd)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 53059779-3a4a-4231-883c-e40241e7cb4f)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c237d946-f3c4-43b2-8595-169c10035161)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5f64cb37-b9b8-45f3-b049-efe2d80008c4)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a4a084ef-d059-49d0-948c-d7a57a7436f6)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3ffd6260-44bb-4757-9e91-1d201a971e55)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 03ab9f00-e377-411b-93c0-ecd1f2ed27e4)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 02704222-95a8-4136-9fbe-ec5104aa44ba)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d427f792-7522-4f3a-978d-1aea30b5f59c)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0126f77a-72e0-4594-8011-898f59112e6f)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e746e0d0-4c13-4310-a973-94fad85516d0)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2b6b9fb8-2a14-4bff-b6f8-475828db93d4)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ff35fdd1-10a4-4a45-90d6-8204c14c800e)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0e83e0f4-2cf5-4d48-a81a-41b3f8be95c6)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 122b7bfc-b535-4d27-9ac1-dc2faf62b747)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 975040b7-8c82-4783-a92b-11da4d6a6abf)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 33e86a2c-d36f-43fd-bb99-a8af7ffb0801)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d0e16e51-fdb7-467b-90f1-44176ec0632b)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9090bcea-4577-459f-a36d-9227b79104cb)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 2 "-15V") (pinfunction "Pin_1") (pintype "passive") (tstamp a4e91c2c-a60b-4f99-8ff0-1d4d2976a86a)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "-15V") (pinfunction "Pin_2") (pintype "passive") (tstamp 4322fa2a-7b71-46d0-aa7f-7f693e77dd0c)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "Pin_3") (pintype "passive") (tstamp 794fc6fd-c0a8-4e9f-928c-f2370e005cce)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "+15V") (pinfunction "Pin_4") (pintype "passive") (tstamp dd853a89-de49-4a50-8cb8-5fc723614416)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp 33af5ea6-c34e-462f-8a1c-81846ecbce1d)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp b51da89c-0d5b-4b68-b373-8afea5507274)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp 0016205f-4787-4fb8-92eb-07dc81142069)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp 136c3e30-e01f-400b-a9a8-db18efa2092d)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp 1498c007-3175-443d-ad92-83946b18170a)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp 8916b2ad-5631-4391-b8af-f65f4f1142fc)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 25.4 25.4) (end 25.4 137.16) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005dc325ae)) - (gr_line (start 25.4 25.4) (end 86 25.4) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005dc325af)) - (gr_line (start 86 137.16) (end 25.4 137.16) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005dc325b1)) - (gr_line (start 86 25.4) (end 86 137.16) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005dc325c4)) - - (segment (start 83.82 31.496) (end 83.82 32.512) (width 0.762) (layer "F.Cu") (net 1) (tstamp 1f229cae-b776-4b5d-beae-eee8d02d4af1)) - (segment (start 78.9686 26.6446) (end 83.82 31.496) (width 0.762) (layer "F.Cu") (net 1) (tstamp 50446cfb-6c93-4464-ae4b-636368df491e)) - (segment (start 44.2214 26.6446) (end 78.9686 26.6446) (width 0.762) (layer "F.Cu") (net 1) (tstamp 6b1ba38f-0024-4a7f-acbf-891249f5040b)) - (segment (start 41.656 29.21) (end 44.2214 26.6446) (width 0.762) (layer "F.Cu") (net 1) (tstamp 98cd2b14-52b3-40e8-8c1c-c6d15c7a3c08)) - (segment (start 48.439904 28.72741) (end 47.957314 29.21) (width 0.762) (layer "F.Cu") (net 2) (tstamp 153af934-cb32-4694-a368-9f1443bdd5be)) - (segment (start 29.6164 130.9986) (end 32.1926 130.9986) (width 0.762) (layer "F.Cu") (net 2) (tstamp 2438775e-120b-4581-9c8d-5a6f555e2de4)) - (segment (start 34.798 105.156) (end 35.052 104.902) (width 0.762) (layer "F.Cu") (net 2) (tstamp 2a291166-1a76-437b-927a-9b618f0f8e0c)) - (segment (start 29.551 75.057) (end 29.464 75.144) (width 0.762) (layer "F.Cu") (net 2) (tstamp 2bfd93c9-5186-4d6b-882a-06758111ffa7)) - (segment (start 47.957314 29.21) (end 46.736 29.21) (width 0.762) (layer "F.Cu") (net 2) (tstamp 6b9fb497-ac2c-4c46-9cb7-08b70567bc15)) - (segment (start 32.1926 130.9986) (end 33.02 131.826) (width 0.762) (layer "F.Cu") (net 2) (tstamp 73a3b03f-fd6d-4acd-80fb-408af50245c9)) - (segment (start 33.02 75.057) (end 29.551 75.057) (width 0.762) (layer "F.Cu") (net 2) (tstamp 927c2443-2e3f-4c40-acca-f2eecfe0fa3d)) - (segment (start 31.71 48.768) (end 34.544 48.768) (width 0.762) (layer "F.Cu") (net 2) (tstamp 978a9658-567d-48c2-b059-3aae55e244d4)) - (segment (start 29.25 86.614) (end 29.21 86.574) (width 0.762) (layer "F.Cu") (net 2) (tstamp 9c48ed5c-a18b-4a86-b27c-e1952c4216b9)) - (segment (start 31.71 105.156) (end 34.798 105.156) (width 0.762) (layer "F.Cu") (net 2) (tstamp 9ccec490-c5ba-46e4-bba0-9986d5f35563)) - (segment (start 57.491 30.226) (end 55.99241 28.72741) (width 0.762) (layer "F.Cu") (net 2) (tstamp a42c337e-fd4f-47a2-a2fd-214409258468)) - (segment (start 46.736 29.21) (end 46.736 31.75) (width 0.762) (layer "F.Cu") (net 2) (tstamp a5ad2491-b2ee-4f44-b23a-36aea3bb5942)) - (segment (start 55.99241 28.72741) (end 48.439904 28.72741) (width 0.762) (layer "F.Cu") (net 2) (tstamp dee12b15-31c9-478f-9476-52c6bb10f301)) - (segment (start 33.02 86.614) (end 29.25 86.614) (width 0.762) (layer "F.Cu") (net 2) (tstamp e3f801cb-e567-4175-b704-0fb10826ad1d)) - (segment (start 34.544 48.768) (end 35.052 48.26) (width 0.762) (layer "F.Cu") (net 2) (tstamp e54734a1-192f-45ee-bc20-46780e193186)) - (segment (start 56.936 60.412) (end 57.912 59.436) (width 0.762) (layer "B.Cu") (net 2) (tstamp 0e53ee28-a7f8-4d3a-ae55-10db324b477f)) - (segment (start 26.050999 63.146881) (end 26.050999 62.626999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 10416cd2-f8c9-4f6d-856b-c9ad69697e6c)) - (segment (start 29.093519 53.371001) (end 26.050999 50.328481) (width 0.762) (layer "B.Cu") (net 2) (tstamp 108f846f-1010-4c73-afe3-ff7938e635df)) - (segment (start 34.142518 108.966) (end 32.841517 110.267001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 12f8b968-9fb7-48bc-b0c2-040753e4605d)) - (segment (start 52.5634 119.1006) (end 40.7416 119.1006) (width 0.762) (layer "B.Cu") (net 2) (tstamp 160ac90f-3013-4ef4-b9e8-c666dd88e68c)) - (segment (start 26.050999 71.730999) (end 26.050999 69.707001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 18d1bee5-ddaf-45c0-9b84-d03ef257bd7e)) - (segment (start 79.771999 31.003999) (end 73.179881 31.003999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 1e4e4541-69fd-419c-b145-3141e97ba0c3)) - (segment (start 42.814999 64.627001) (end 33.442399 64.627001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 2a956b0e-c30d-4f54-894b-68202735c298)) - (segment (start 73.179881 31.003999) (end 69.369881 27.193999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 353c9667-cf21-4806-b98d-6f3684fac740)) - (segment (start 29.987999 33.659991) (end 31.569995 32.077995) (width 0.762) (layer "B.Cu") (net 2) (tstamp 377b0a1d-106e-4726-991f-5f66dda3d0ae)) - (segment (start 27.531119 64.627001) (end 26.050999 63.146881) (width 0.762) (layer "B.Cu") (net 2) (tstamp 38271526-27b4-43d8-8f62-05b41078b117)) - (segment (start 32.944483 53.371001) (end 32.882481 53.308999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 3cb720af-00eb-4511-84ee-83ade64e9994)) - (segment (start 26.050999 37.596991) (end 26.050999 50.149001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 3f841dd9-6caa-4690-ab25-b7954ecce5c0)) - (segment (start 53.594 60.412) (end 53.554 60.452) (width 0.762) (layer "B.Cu") (net 2) (tstamp 489ada47-5793-43cf-b8de-13084f6bb2f2)) - (segment (start 30.114999 103.560999) (end 30.114999 98.948999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 4a73a0af-c7d4-471b-8929-70760ea127f5)) - (segment (start 33.496999 53.371001) (end 32.944483 53.371001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 4ded3e53-647e-49b6-88d2-b2248e0176a8)) - (segment (start 53.554 60.452) (end 46.99 60.452) (width 0.762) (layer "B.Cu") (net 2) (tstamp 56a648fa-a900-4140-b755-afb4a48fae21)) - (segment (start 29.6164 130.9986) (end 26.050999 127.433199) (width 0.762) (layer "B.Cu") (net 2) (tstamp 580df10d-44d8-4f62-a654-9b365266071d)) - (segment (start 31.71 48.768) (end 29.987999 47.045999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 5f4dd94a-918e-4b30-9d0b-7e679faea7fb)) - (segment (start 32.841517 110.267001) (end 29.241001 110.267001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 61c68ce1-ae7f-4a19-99fb-353f7a2e41ff)) - (segment (start 35.4 66.584602) (end 33.442399 64.627001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 62b52df0-d438-4020-acc8-647e259f5d9c)) - (segment (start 57.491 30.226) (end 55.030399 27.765399) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6342529b-445f-4ac0-a8dc-9c47aabce547)) - (segment (start 30.114999 98.948999) (end 26.050999 94.884999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 68d19d8f-4089-44e8-a555-16b1e46330dd)) - (segment (start 47.994 76.95) (end 38.35 76.95) (width 0.762) (layer "B.Cu") (net 2) (tstamp 68d49c69-c808-4a5c-babe-114e1db1f474)) - (segment (start 38.35 76.95) (end 35.4 74) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6a3696e7-6754-4d53-bdcb-bbf78b9362c4)) - (segment (start 29.241001 110.267001) (end 26.050999 107.076999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6d2deb06-b463-4be4-9ec8-d59fa6c9ed0d)) - (segment (start 46.99 60.452) (end 42.814999 64.627001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6d7b5e25-6378-4b05-aa5b-e86bef35760b)) - (segment (start 27.531119 120.507001) (end 26.050999 119.026881) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6e7431b9-dfed-4393-8885-2decf2627240)) - (segment (start 57.912 116.332) (end 55.332 116.332) (width 0.762) (layer "B.Cu") (net 2) (tstamp 6ff5b547-2eb7-4199-8ae9-c62d109a759f)) - (segment (start 53.594 60.412) (end 56.936 60.412) (width 0.762) (layer "B.Cu") (net 2) (tstamp 72fb8a68-028f-411c-8131-884b30aa74d0)) - (segment (start 26.050999 127.433199) (end 26.050999 118.887999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 7388a2d3-461a-44e5-886f-32eb3ed1104a)) - (segment (start 26.050999 50.149001) (end 26.050999 62.626999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 7695af85-c9ac-4f3a-a58d-ceb5829f9914)) - (segment (start 26.050999 107.076999) (end 26.050999 118.887999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 780b6393-7e97-4cf8-8616-ff1ee4a3d46b)) - (segment (start 40.7416 119.1006) (end 39.335199 120.507001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 78a8ff7b-d1b1-46e7-bf13-8b4281ebdeb0)) - (segment (start 26.050999 83.200999) (end 26.050999 94.884999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 89e37a30-3855-4a22-9d2e-0b3864bb0759)) - (segment (start 29.21 86.574) (end 26.050999 83.414999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 8b850697-24cb-4ee5-875f-63341dc81754)) - (segment (start 55.332 116.332) (end 54.356 117.308) (width 0.762) (layer "B.Cu") (net 2) (tstamp 8e7d0f46-1c0e-44e7-a7cc-6fbe7f3a4848)) - (segment (start 35.882591 27.765399) (end 31.569995 32.077995) (width 0.762) (layer "B.Cu") (net 2) (tstamp 8f77bf43-77ca-4b63-b9e6-dad71fc36899)) - (segment (start 29.464 75.144) (end 26.050999 71.730999) (width 0.762) (layer "B.Cu") (net 2) (tstamp 8fea6ca0-1b57-4792-8515-a6acd70f4cd4)) - (segment (start 49.53 78.486) (end 47.994 76.95) (width 0.762) (layer "B.Cu") (net 2) (tstamp 948d8098-b0ac-4572-ba81-e7794597a9df)) - (segment (start 26.050999 50.328481) (end 26.050999 50.149001) (width 0.762) (layer "B.Cu") (net 2) (tstamp 98753e72-1199-426b-98ef-b941edf9a8dc)) - (segment (start 29.987999 47.045999) (end 29.987999 33.659991) (width 0.762) (layer "B.Cu") (net 2) (tstamp a3a14715-75e0-4656-a806-ecb4ac0562a1)) - (segment (start 31.633519 53.308999) (end 31.571517 53.371001) (width 0.762) (layer "B.Cu") (net 2) (tstamp a8cdccdc-38d0-4fae-809f-e39b39b02591)) - (segment (start 26.050999 83.414999) (end 26.050999 83.200999) (width 0.762) (layer "B.Cu") (net 2) (tstamp a8d17bea-94f0-4565-9eda-913919304351)) - (segment (start 35.4 74) (end 35.4 66.584602) (width 0.762) (layer "B.Cu") (net 2) (tstamp ae2017b0-6cca-44a1-96f5-aec303d99b34)) - (segment (start 33.442399 64.627001) (end 27.531119 64.627001) (width 0.762) (layer "B.Cu") (net 2) (tstamp ae882212-98b3-4f26-9a51-1262c0dd2881)) - (segment (start 69.369881 27.193999) (end 60.523001 27.193999) (width 0.762) (layer "B.Cu") (net 2) (tstamp aebc3dbe-61e7-4711-a64a-69c986cc9e23)) - (segment (start 60.523001 27.193999) (end 57.491 30.226) (width 0.762) (layer "B.Cu") (net 2) (tstamp af6cd183-e063-4dcc-8a0c-3b527fb2a243)) - (segment (start 83.82 35.052) (end 79.771999 31.003999) (width 0.762) (layer "B.Cu") (net 2) (tstamp b4f2dc04-3366-41fc-9a04-21a58552d250)) - (segment (start 26.050999 62.626999) (end 26.050999 69.707001) (width 0.762) (layer "B.Cu") (net 2) (tstamp b8357a9d-47fa-4ecf-8332-eae5eb1542bb)) - (segment (start 39.335199 120.507001) (end 27.531119 120.507001) (width 0.762) (layer "B.Cu") (net 2) (tstamp ba1e05d1-7b46-4257-a762-208f0a9ac7ab)) - (segment (start 55.030399 27.765399) (end 35.882591 27.765399) (width 0.762) (layer "B.Cu") (net 2) (tstamp c698f352-47b0-4534-bdec-4aeba5dae6c2)) - (segment (start 31.569995 32.077995) (end 26.050999 37.596991) (width 0.762) (layer "B.Cu") (net 2) (tstamp c6c5b3d0-10d2-49e6-afbd-dd24e4bc7fa6)) - (segment (start 32.882481 53.308999) (end 31.633519 53.308999) (width 0.762) (layer "B.Cu") (net 2) (tstamp cb2753d5-7b10-4635-871b-258f085cea74)) - (segment (start 26.050999 69.707001) (end 26.050999 83.200999) (width 0.762) (layer "B.Cu") (net 2) (tstamp d3b9b9ae-916f-48d8-afb3-9e17e9e51765)) - (segment (start 31.71 105.156) (end 30.114999 103.560999) (width 0.762) (layer "B.Cu") (net 2) (tstamp d71691e9-6478-4f87-901a-10cc9769e581)) - (segment (start 31.571517 53.371001) (end 29.093519 53.371001) (width 0.762) (layer "B.Cu") (net 2) (tstamp edfc3248-ef8f-4a97-8d34-61d2ecb13adf)) - (segment (start 36.068 108.966) (end 34.142518 108.966) (width 0.762) (layer "B.Cu") (net 2) (tstamp f84b5a1c-989a-4575-8054-35aa1e547420)) - (segment (start 26.050999 94.884999) (end 26.050999 107.076999) (width 0.762) (layer "B.Cu") (net 2) (tstamp f97a75e5-d8f3-4708-8fcf-a9d26b41ac1e)) - (segment (start 54.356 117.308) (end 52.5634 119.1006) (width 0.762) (layer "B.Cu") (net 2) (tstamp fdc91988-6aec-4e39-826e-47fbd07b8e5c)) - (segment (start 26.050999 119.026881) (end 26.050999 118.887999) (width 0.762) (layer "B.Cu") (net 2) (tstamp fedb6b2a-0ed6-4b11-8630-298695b655fc)) - (segment (start 34.798 52.07) (end 33.496999 53.371001) (width 0.762) (layer "B.Cu") (net 2) (tstamp fefad9a7-da9f-4a11-ba42-600955b8c496)) - (segment (start 40.64 81.534) (end 44.196 81.534) (width 0.762) (layer "F.Cu") (net 3) (tstamp 0a74ab35-f36a-4d7d-9e29-bba979684ef8)) - (segment (start 45.640601 27.765399) (end 44.196 29.21) (width 0.762) (layer "F.Cu") (net 3) (tstamp 274a86d9-9850-4b71-aa16-33234cf2688a)) - (segment (start 60.541 30.226) (end 58.080399 27.765399) (width 0.762) (layer "F.Cu") (net 3) (tstamp 32b59d94-1619-4e44-a00c-b5b595960020)) - (segment (start 40.64 124.206) (end 43.942 124.206) (width 0.762) (layer "F.Cu") (net 3) (tstamp 39e82e8e-2636-446d-b6f6-41cf5ec7cf99)) - (segment (start 65.532 44.196) (end 65.532 42.532) (width 0.762) (layer "F.Cu") (net 3) (tstamp 3a00d04a-db67-45e4-879b-3764c018de0a)) - (segment (start 58.080399 27.765399) (end 45.640601 27.765399) (width 0.762) (layer "F.Cu") (net 3) (tstamp 4c6b1509-1723-4d11-ac11-1969e2b38c5b)) - (segment (start 44.196 81.534) (end 44.45 81.28) (width 0.762) (layer "F.Cu") (net 3) (tstamp 5c058905-322f-4b49-a99e-488e4fa32340)) - (segment (start 42.672 99.822) (end 46.228 99.822) (width 0.762) (layer "F.Cu") (net 3) (tstamp 71b9abfe-8197-42e5-8597-9426d38b0e28)) - (segment (start 44.196 67.31) (end 40.767 67.31) (width 0.762) (layer "F.Cu") (net 3) (tstamp 726c1cfd-2977-4a2a-bd95-d0a7d971ba02)) - (segment (start 63.5 97.536) (end 63.5 99.06) (width 0.762) (layer "F.Cu") (net 3) (tstamp 7b195011-2d4c-4120-84b1-0db229c0c9cb)) - (segment (start 44.196 29.21) (end 44.196 31.75) (width 0.762) (layer "F.Cu") (net 3) (tstamp 9c26a255-b99e-4c0b-8088-c831eda3a0ec)) - (segment (start 40.767 67.31) (end 40.64 67.437) (width 0.762) (layer "F.Cu") (net 3) (tstamp a2d75fcf-e10b-4cfd-b8f7-e222986bb59f)) - (segment (start 62.103 30.226) (end 60.541 30.226) (width 0.762) (layer "F.Cu") (net 3) (tstamp ac39e275-5d2a-4599-adcd-e12ff5c0e77a)) - (segment (start 45.466 43.18) (end 45.974 42.672) (width 0.762) (layer "F.Cu") (net 3) (tstamp bd50fbe5-9a5c-4c79-b948-c0dad475339a)) - (segment (start 65.532 42.532) (end 63.05 40.05) (width 0.762) (layer "F.Cu") (net 3) (tstamp d9100399-ff9e-403f-ad04-53fce8dc6069)) - (segment (start 42.672 43.18) (end 45.466 43.18) (width 0.762) (layer "F.Cu") (net 3) (tstamp e1e92e7b-023d-402d-9cfa-b3256009d539)) - (segment (start 63.5 99.06) (end 65.532 101.092) (width 0.762) (layer "F.Cu") (net 3) (tstamp f71e8464-50af-499d-9dd8-8ebcb854e9d1)) - (segment (start 61.071001 37.8) (end 61.071001 38.071001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 01045555-19f2-4d96-a0fa-cc3c914b9c95)) - (segment (start 61.071001 38.465001) (end 61.071001 61.071001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 023476a4-d550-4f43-ae19-735c6ce79c5b)) - (segment (start 49.53 97.028) (end 51.086159 95.471841) (width 0.762) (layer "B.Cu") (net 3) (tstamp 03392f63-b039-4c91-ab15-83020db60b82)) - (segment (start 47.104881 125.587001) (end 45.779119 125.587001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 06425f8c-fe3e-4833-a8c9-6a5f58c8372a)) - (segment (start 43.01601 57.482876) (end 43.01601 58.166) (width 0.762) (layer "B.Cu") (net 3) (tstamp 065a9492-0a00-4956-9f8d-28fc97e12951)) - (segment (start 43.01601 58.166) (end 43.18 58.166) (width 0.762) (layer "B.Cu") (net 3) (tstamp 0e9929e0-5a3b-4c54-978e-49191a594148)) - (segment (start 47.723882 124.968) (end 47.104881 125.587001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 0f684b2c-2ca0-43a7-91a0-2dc1b08196cc)) - (segment (start 44.45 81.28) (end 42.1894 83.5406) (width 0.762) (layer "B.Cu") (net 3) (tstamp 120c26d7-2c9c-48ea-bd0d-abb9fce1dba6)) - (segment (start 44.741999 125.005999) (end 43.942 124.206) (width 0.762) (layer "B.Cu") (net 3) (tstamp 12656aee-54cd-4a21-9fbd-b1fdf2f4ed30)) - (segment (start 46.736 99.822) (end 49.53 97.028) (width 0.762) (layer "B.Cu") (net 3) (tstamp 126d3859-5f94-447c-aa76-1afcd0e273ed)) - (segment (start 42.926 57.392866) (end 43.01601 57.482876) (width 0.762) (layer "B.Cu") (net 3) (tstamp 13dddf6e-11f3-4bc6-af82-1ff995d18a4d)) - (segment (start 46.482 65.024) (end 57.118002 65.024) (width 0.762) (layer "B.Cu") (net 3) (tstamp 189af632-77f0-415d-b9dd-f82775fdd7c6)) - (segment (start 57.118002 65.024) (end 61.071001 61.071001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 1e1d3546-39e4-4be3-84ad-c86fde294247)) - (segment (start 52.9082 84.357602) (end 52.9082 79.437682) (width 0.762) (layer "B.Cu") (net 3) (tstamp 1fe6547c-b78e-41d8-b253-c1fbfcc92c27)) - (segment (start 59.027119 98.409001) (end 58.071159 97.453041) (width 0.762) (layer "B.Cu") (net 3) (tstamp 2111734d-d92c-4d46-89dc-052dde0870d5)) - (segment (start 61.071001 36.464999) (end 61.071001 37.8) (width 0.762) (layer "B.Cu") (net 3) (tstamp 21290b9c-855e-4918-b730-d779c288b2a2)) - (segment (start 59.182 40.386) (end 59.981999 39.586001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 27f86c57-be7e-4603-a951-a36503e5dc75)) - (segment (start 59.69 93.472) (end 58.55863 93.472) (width 0.762) (layer "B.Cu") (net 3) (tstamp 2de42e8d-4883-489e-8c85-44cdf741f6c2)) - (segment (start 58.071159 97.453041) (end 54.057959 93.439841) (width 0.762) (layer "B.Cu") (net 3) (tstamp 301c3426-0185-442c-b408-41c8620a6414)) - (segment (start 38.608 113.555) (end 41.639 116.586) (width 0.762) (layer "B.Cu") (net 3) (tstamp 30bb6e21-f4ca-40dc-bd6c-12f99a1f36e1)) - (segment (start 45.779119 125.587001) (end 45.160118 124.968) (width 0.762) (layer "B.Cu") (net 3) (tstamp 4882af8d-2139-4dec-bcde-1217597e2b00)) - (segment (start 52.974999 39.354001) (end 52.974999 44.815001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 48aa124b-d724-4bd1-bc39-0a65b5aec978)) - (segment (start 42.1894 94.704718) (end 42.056459 94.837659) (width 0.762) (layer "B.Cu") (net 3) (tstamp 4c547ef8-c1d8-4529-ab91-1f4ec3fd6113)) - (segment (start 44.779998 124.968) (end 44.741999 125.005999) (width 0.762) (layer "B.Cu") (net 3) (tstamp 4d144da2-f15d-4b1c-81c8-55f81a3d2e91)) - (segment (start 53.9115 38.4175) (end 52.974999 39.354001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 4f3f70ad-8774-4751-b8d0-3a2c32c9eb3e)) - (segment (start 63.5 97.536) (end 62.626999 98.409001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 50efbfa9-80a5-4bcd-ae27-18817e353965)) - (segment (start 41.639 116.586) (end 42.926 116.586) (width 0.762) (layer "B.Cu") (net 3) (tstamp 566f59db-1c4a-4e6b-9e00-42ed747504c1)) - (segment (start 42.926 54.864) (end 42.926 57.392866) (width 0.762) (layer "B.Cu") (net 3) (tstamp 56d56391-991f-4940-9180-474ce54d180f)) - (segment (start 61.214 117.602) (end 53.848 124.968) (width 0.762) (layer "B.Cu") (net 3) (tstamp 60bf0804-de1f-4c2d-8f50-fd688f6a8b1b)) - (segment (start 61.976 30.226) (end 61.071001 31.130999) (width 0.762) (layer "B.Cu") (net 3) (tstamp 63fc9213-9a6d-42e4-a922-a3985da8ca24)) - (segment (start 49.657 42.672) (end 53.9115 38.4175) (width 0.762) (layer "B.Cu") (net 3) (tstamp 669df08f-7630-44b0-b77b-81dcc0670cf4)) - (segment (start 45.974 42.672) (end 49.657 42.672) (width 0.762) (layer "B.Cu") (net 3) (tstamp 6a0ab4c3-dcd0-4f0f-9e73-c4fa87bbe8fd)) - (segment (start 59.981999 39.586001) (end 59.981999 39.554003) (width 0.762) (layer "B.Cu") (net 3) (tstamp 6bb2e25f-7f47-449b-9ad6-d8e598119d52)) - (segment (start 62.103 30.226) (end 61.976 30.226) (width 0.762) (layer "B.Cu") (net 3) (tstamp 7069bafa-1bb7-4099-b0bd-eb8368d1b956)) - (segment (start 42.056459 94.837659) (end 50.108259 86.785859) (width 0.762) (layer "B.Cu") (net 3) (tstamp 70b3c5da-ffac-421a-afa2-09acd2c6f247)) - (segment (start 38.608 98.286118) (end 38.608 113.555) (width 0.762) (layer "B.Cu") (net 3) (tstamp 7b0f8a6e-ce4d-4aeb-8cc5-a67533ecbe71)) - (segment (start 61.071001 37.8) (end 61.071001 38.465001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 82d2f981-bcf4-4479-aeef-251906dd8ab9)) - (segment (start 61.214 117.602) (end 61.214 100.595882) (width 0.762) (layer "B.Cu") (net 3) (tstamp 83309189-2417-408c-8d31-f80e1abe7535)) - (segment (start 50.108259 86.785859) (end 50.423117 86.471001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 858eb78d-b46a-488c-821d-b9ad6998689b)) - (segment (start 61.071001 38.071001) (end 63.05 40.05) (width 0.762) (layer "B.Cu") (net 3) (tstamp 88b4b883-aaf4-43fb-8d1f-4afefb062a46)) - (segment (start 51.086159 95.471841) (end 51.086159 90.468041) (width 0.762) (layer "B.Cu") (net 3) (tstamp 8c1fb716-eb75-451b-acfd-7ba8fe902295)) - (segment (start 50.794801 86.471001) (end 52.9082 84.357602) (width 0.762) (layer "B.Cu") (net 3) (tstamp 90c75012-3daf-41f6-b6ab-ac490d852dd8)) - (segment (start 61.071001 71.274881) (end 61.071001 61.071001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 9229de0e-7298-4459-81ff-20c3be43426d)) - (segment (start 61.071001 31.130999) (end 61.071001 36.464999) (width 0.762) (layer "B.Cu") (net 3) (tstamp 94c76eba-8400-47ab-bc95-17f85eea1d7f)) - (segment (start 38.608 98.286118) (end 42.056459 94.837659) (width 0.762) (layer "B.Cu") (net 3) (tstamp 99a4df03-8e87-4a58-8949-e900f193ee49)) - (segment (start 62.626999 98.409001) (end 59.027119 98.409001) (width 0.762) (layer "B.Cu") (net 3) (tstamp 9c472849-8c9b-4c2f-9219-327f945477fc)) - (segment (start 53.848 124.968) (end 47.723882 124.968) (width 0.762) (layer "B.Cu") (net 3) (tstamp 9de2761d-ed8a-40c5-ba05-8b1cfa6fdfac)) - (segment (start 50.423117 86.471001) (end 50.794801 86.471001) (width 0.762) (layer "B.Cu") (net 3) (tstamp a4b4f580-b921-4a2a-a72c-a41a7974f9a8)) - (segment (start 52.9082 79.437682) (end 61.071001 71.274881) (width 0.762) (layer "B.Cu") (net 3) (tstamp a997590b-6cb7-463a-abfe-8a97b8e1b4d3)) - (segment (start 50.108259 89.490141) (end 50.108259 86.785859) (width 0.762) (layer "B.Cu") (net 3) (tstamp ab8d323b-d3b6-4482-9b49-30c185584522)) - (segment (start 61.214 100.595882) (end 58.071159 97.453041) (width 0.762) (layer "B.Cu") (net 3) (tstamp af5eab33-eae7-4558-b810-28d96dc49da7)) - (segment (start 46.228 99.822) (end 46.736 99.822) (width 0.762) (layer "B.Cu") (net 3) (tstamp b744c455-fd31-4600-9bdc-2056b5bd9e02)) - (segment (start 51.086159 90.468041) (end 50.108259 89.490141) (width 0.762) (layer "B.Cu") (net 3) (tstamp c8a23b5f-8c19-46fd-a7b5-3acbe8f175f9)) - (segment (start 44.196 67.31) (end 46.482 65.024) (width 0.762) (layer "B.Cu") (net 3) (tstamp d0c98d93-2b0a-4d24-bec9-c203ba748b19)) - (segment (start 58.55863 93.472) (end 58.526471 93.439841) (width 0.762) (layer "B.Cu") (net 3) (tstamp d70d85d0-2379-4e91-b77c-562ec375c442)) - (segment (start 52.974999 44.815001) (end 42.926 54.864) (width 0.762) (layer "B.Cu") (net 3) (tstamp d7482305-f1fb-4d3f-8a78-214592df3c1a)) - (segment (start 58.526471 93.439841) (end 54.057959 93.439841) (width 0.762) (layer "B.Cu") (net 3) (tstamp dafcd0d5-208c-4a9b-944e-1356d2a6802f)) - (segment (start 42.1894 83.5406) (end 42.1894 94.704718) (width 0.762) (layer "B.Cu") (net 3) (tstamp df5ca4e3-28b1-4de9-8a70-723e9d2c9bfa)) - (segment (start 45.160118 124.968) (end 44.779998 124.968) (width 0.762) (layer "B.Cu") (net 3) (tstamp eae51cd7-3a6b-4df9-bd6a-5ce2096b1861)) - (segment (start 54.057959 93.439841) (end 51.086159 90.468041) (width 0.762) (layer "B.Cu") (net 3) (tstamp ecc3ca25-463e-4954-acb0-55aba6126a18)) - (segment (start 59.981999 39.554003) (end 61.071001 38.465001) (width 0.762) (layer "B.Cu") (net 3) (tstamp f7ad1d17-60f7-46ae-b701-199a23924852)) - (segment (start 53.9115 38.4175) (end 62.103 30.226) (width 0.762) (layer "B.Cu") (net 3) (tstamp f870a091-49b4-4c8e-8201-aebabae9d986)) - (segment (start 68.834 83.82) (end 60.96 83.82) (width 0.381) (layer "F.Cu") (net 6) (tstamp 1fc0aeb6-4d1d-486a-a106-1d2b24d14dcf)) - (segment (start 60.96 83.82) (end 60.198 84.582) (width 0.381) (layer "F.Cu") (net 6) (tstamp 4c1c9294-1f28-4385-98ae-9e62da7394f2)) - (segment (start 70.024501 82.629499) (end 68.834 83.82) (width 0.381) (layer "B.Cu") (net 6) (tstamp 14dfe197-4e6f-47d1-adba-ab931a8869d8)) - (segment (start 82.579499 89.691499) (end 82.579499 85.643557) (width 0.381) (layer "B.Cu") (net 6) (tstamp 2c54f856-ae09-4126-a275-eacbbf59f327)) - (segment (start 82.579499 85.643557) (end 79.565441 82.629499) (width 0.381) (layer "B.Cu") (net 6) (tstamp 79c086c1-8976-48da-b50d-74be81eb8c08)) - (segment (start 79.565441 82.629499) (end 70.024501 82.629499) (width 0.381) (layer "B.Cu") (net 6) (tstamp 8b3f0bf5-010a-4887-aa84-b2df65966872)) - (segment (start 83.82 90.932) (end 82.579499 89.691499) (width 0.381) (layer "B.Cu") (net 6) (tstamp db022550-acb0-4f3e-a8c1-3e0b390b2b73)) - (segment (start 40.132 52.07) (end 40.132 57.658) (width 0.381) (layer "F.Cu") (net 7) (tstamp 4c4cc982-28af-4c21-8087-50ed2dcf0d3b)) - (segment (start 40.132 52.07) (end 40.132 48.26) (width 0.381) (layer "F.Cu") (net 7) (tstamp 5fd1779b-eac9-40b7-880a-322cce1209ca)) - (segment (start 40.132 57.658) (end 40.64 58.166) (width 0.381) (layer "F.Cu") (net 7) (tstamp bcbf91ba-a24c-4791-804e-71b7fcadb702)) - (segment (start 40.132 48.26) (end 42.672 45.72) (width 0.381) (layer "F.Cu") (net 7) (tstamp f4be8c30-b639-4a85-99d6-07dff703b178)) - (segment (start 44.45 86.36) (end 43.650001 87.159999) (width 0.381) (layer "F.Cu") (net 8) (tstamp 0d637aea-c055-4586-922d-b1b48d57ec24)) - (segment (start 68.017943 88.683999) (end 68.034001 88.683999) (width 0.381) (layer "F.Cu") (net 8) (tstamp 109dbbe8-2cb7-4524-81c2-a4158a7c57e1)) - (segment (start 64.420443 92.281499) (end 68.017943 88.683999) (width 0.381) (layer "F.Cu") (net 8) (tstamp 341df4fe-759c-4910-810a-f231f0542eea)) - (segment (start 50.101441 94.662501) (end 52.482443 92.281499) (width 0.381) (layer "F.Cu") (net 8) (tstamp 60256a24-4177-4946-983c-a7b1791034c7)) - (segment (start 43.650001 89.607943) (end 44.640559 90.598501) (width 0.381) (layer "F.Cu") (net 8) (tstamp 6c77639d-d46f-426c-8bce-0972e6b1c46d)) - (segment (start 44.640559 90.598501) (end 44.894559 90.598501) (width 0.381) (layer "F.Cu") (net 8) (tstamp 97677245-989e-41a6-979e-1d8f39b1f8ee)) - (segment (start 68.034001 88.683999) (end 68.834 87.884) (width 0.381) (layer "F.Cu") (net 8) (tstamp a007807a-f325-4dad-a7e9-6b1f25155ddc)) - (segment (start 48.958559 94.662501) (end 50.101441 94.662501) (width 0.381) (layer "F.Cu") (net 8) (tstamp adbb9587-4465-480d-9def-7948c9090703)) - (segment (start 44.894559 90.598501) (end 48.958559 94.662501) (width 0.381) (layer "F.Cu") (net 8) (tstamp ae8bd716-6710-45c5-bb96-2045a4f689b6)) - (segment (start 43.650001 87.159999) (end 43.650001 89.607943) (width 0.381) (layer "F.Cu") (net 8) (tstamp bd8cc41e-2c41-4a4e-bb46-3daa1706b1ac)) - (segment (start 52.482443 92.281499) (end 64.420443 92.281499) (width 0.381) (layer "F.Cu") (net 8) (tstamp d7d84764-b50e-4dc3-9c67-05edf732b890)) - (segment (start 64.944501 75.882559) (end 64.944501 77.025441) (width 0.381) (layer "B.Cu") (net 8) (tstamp 01f856c6-b408-4790-8e97-04c1ac70e697)) - (segment (start 65.532 56.896) (end 67.608422 58.972422) (width 0.381) (layer "B.Cu") (net 8) (tstamp 2fd72247-8148-414e-b6e0-13c655b96131)) - (segment (start 64.944501 77.025441) (end 64.9224 77.047542) (width 0.381) (layer "B.Cu") (net 8) (tstamp 39fc53ad-37a9-4115-97b7-0bc574beb4d9)) - (segment (start 67.608422 58.972422) (end 67.608422 72.480982) (width 0.381) (layer "B.Cu") (net 8) (tstamp 594a3927-5915-413b-8189-7c21a5475dd3)) - (segment (start 64.9224 83.4644) (end 68.834 87.376) (width 0.381) (layer "B.Cu") (net 8) (tstamp ae282ae6-ca82-4980-9636-e1300e97ab77)) - (segment (start 64.9224 75.860458) (end 64.944501 75.882559) (width 0.381) (layer "B.Cu") (net 8) (tstamp bead6ac5-07a4-40b0-b93d-951c334f4940)) - (segment (start 64.9224 75.167004) (end 64.9224 75.860458) (width 0.381) (layer "B.Cu") (net 8) (tstamp c4c7052b-ff34-4dda-988e-5b8216425c38)) - (segment (start 67.608422 72.480982) (end 64.9224 75.167004) (width 0.381) (layer "B.Cu") (net 8) (tstamp cd23e88c-5460-4806-8929-c53e7da814c3)) - (segment (start 64.9224 77.047542) (end 64.9224 83.4644) (width 0.381) (layer "B.Cu") (net 8) (tstamp f1d7a3d7-5f09-4df2-8993-0238b3092c8c)) - (segment (start 42.672 102.362) (end 40.386 104.648) (width 0.381) (layer "F.Cu") (net 9) (tstamp 56e0edf0-2c55-4d1a-a100-76d4975cd2b6)) - (segment (start 40.386 104.648) (end 40.386 107.696) (width 0.381) (layer "F.Cu") (net 9) (tstamp 5f52f094-4f23-452e-85e6-59d53d4b421a)) - (segment (start 40.386 107.696) (end 41.185999 108.495999) (width 0.381) (layer "F.Cu") (net 9) (tstamp 938ba8fc-30f3-4f10-9964-c29f4aca8867)) - (segment (start 41.185999 108.495999) (end 41.185999 111.174999) (width 0.381) (layer "F.Cu") (net 9) (tstamp cffdbc92-1b6a-44be-9ad8-11ce53971b43)) - (segment (start 41.185999 111.174999) (end 45.466 115.455) (width 0.381) (layer "F.Cu") (net 9) (tstamp d58c97c0-c39c-482c-9cc7-7948bdcf31ba)) - (segment (start 45.466 115.455) (end 45.466 116.586) (width 0.381) (layer "F.Cu") (net 9) (tstamp f73202d4-9860-4e4c-8b10-98c33d46f5f7)) - (segment (start 57.15 81.788) (end 57.15 80.607) (width 0.381) (layer "F.Cu") (net 10) (tstamp 35ff9b1e-abb2-4bf5-a1bf-498faf4ad51e)) - (segment (start 57.15 85.09) (end 57.15 81.788) (width 0.381) (layer "F.Cu") (net 10) (tstamp 3cac95b8-2f44-4bf1-933f-33ddb74e505a)) - (segment (start 57.15 80.607) (end 59.271 78.486) (width 0.381) (layer "F.Cu") (net 10) (tstamp 3ddce3f2-cf44-4ee8-9ab8-830f9e7061cd)) - (segment (start 59.271 78.486) (end 59.69 78.486) (width 0.381) (layer "F.Cu") (net 10) (tstamp 73c86b29-3ab8-4046-9cb4-f4574ab1edd7)) - (segment (start 59.69 78.486) (end 59.69 81.574) (width 0.381) (layer "F.Cu") (net 10) (tstamp a1f03cc9-bb37-489d-8d04-86e8d7b3f540)) - (segment (start 59.69 81.574) (end 60.198 82.082) (width 0.381) (layer "F.Cu") (net 10) (tstamp b421dfcd-2b9a-4f4e-8e66-e432b6844a54)) - (segment (start 69.088 62.484) (end 69.088 62.975942) (width 0.381) (layer "F.Cu") (net 11) (tstamp 07de4666-f101-4c28-a50a-0f49740be656)) - (segment (start 54.174901 71.802501) (end 51.212888 68.840488) (width 0.381) (layer "F.Cu") (net 11) (tstamp 7ff6da39-a91b-4f77-906b-971de1dfddd3)) - (segment (start 69.088 62.975942) (end 60.261441 71.802501) (width 0.381) (layer "F.Cu") (net 11) (tstamp 8e222bbb-6f85-4cc7-ae02-46223f0d0f33)) - (segment (start 60.261441 71.802501) (end 54.174901 71.802501) (width 0.381) (layer "F.Cu") (net 11) (tstamp a194178b-fd99-49e0-9568-e4ac472d6c72)) - (segment (start 51.212888 68.840488) (end 46.856512 68.840488) (width 0.381) (layer "F.Cu") (net 11) (tstamp b340cdac-8a2c-499c-a193-faf99b412462)) - (segment (start 46.856512 68.840488) (end 45.72 69.977) (width 0.381) (layer "F.Cu") (net 11) (tstamp c1858f48-2d33-4e91-8d59-7015bf72e401)) - (segment (start 45.72 69.977) (end 40.64 69.977) (width 0.381) (layer "F.Cu") (net 11) (tstamp f94a05a8-7036-4ed4-b670-e73fa6ff19fe)) - (segment (start 74.430029 65.540029) (end 74.430029 67.809971) (width 0.381) (layer "F.Cu") (net 12) (tstamp 20f96381-d815-4a46-8679-c571053a7dcf)) - (segment (start 33.02 69.977) (end 38.1 69.977) (width 0.381) (layer "F.Cu") (net 12) (tstamp 2a93b2b5-e01e-488e-9afe-59f81ccccd1b)) - (segment (start 53.577942 72.898) (end 50.101441 69.421499) (width 0.381) (layer "F.Cu") (net 12) (tstamp 2e0fb859-1f0f-4571-b776-c9b01470c0be)) - (segment (start 40.64 72.517) (end 45.68 72.517) (width 0.381) (layer "F.Cu") (net 12) (tstamp 4190ada0-0abd-4d37-9b33-7b8c4d41c021)) - (segment (start 38.1 69.977) (end 40.64 72.517) (width 0.381) (layer "F.Cu") (net 12) (tstamp 4522014e-7f9b-4699-a186-e7646471dcc3)) - (segment (start 69.342 72.898) (end 53.577942 72.898) (width 0.381) (layer "F.Cu") (net 12) (tstamp 5281c706-1fd4-46fe-84db-74c2b0fcb45f)) - (segment (start 80.970529 55.681471) (end 83.82 52.832) (width 0.381) (layer "F.Cu") (net 12) (tstamp 557613cd-27b7-477f-9a6d-523e647739dc)) - (segment (start 48.775501 69.421499) (end 45.72 72.477) (width 0.381) (layer "F.Cu") (net 12) (tstamp 55f80fac-07ae-4a00-b901-0ffaccafbd10)) - (segment (start 80.970529 55.681471) (end 80.970529 58.999529) (width 0.381) (layer "F.Cu") (net 12) (tstamp 598edc87-a3d5-4f88-b8e1-6d23d1fcf767)) - (segment (start 33.02 69.977) (end 33.02 67.437) (width 0.381) (layer "F.Cu") (net 12) (tstamp 72f965a7-2ddf-4b4b-822b-9ce7d68bdeb2)) - (segment (start 50.101441 69.421499) (end 48.775501 69.421499) (width 0.381) (layer "F.Cu") (net 12) (tstamp 8db46fdb-6ac3-4469-9e33-cc9dc8725349)) - (segment (start 45.68 72.517) (end 45.72 72.477) (width 0.381) (layer "F.Cu") (net 12) (tstamp 93ae24f8-3d36-460b-b9f0-45b49ca3b94b)) - (segment (start 74.430029 67.809971) (end 69.342 72.898) (width 0.381) (layer "F.Cu") (net 12) (tstamp a1f6efad-8b30-4d8d-bb08-a6931f2b158a)) - (segment (start 80.970529 58.999529) (end 74.430029 65.540029) (width 0.381) (layer "F.Cu") (net 12) (tstamp c526de70-5519-4505-84d4-fb78de77847b)) - (segment (start 44.156 126.746) (end 44.196 126.786) (width 0.381) (layer "F.Cu") (net 13) (tstamp 5383b314-1898-4641-885d-433ea81ec3c5)) - (segment (start 69.088 128.524) (end 45.934 128.524) (width 0.381) (layer "F.Cu") (net 13) (tstamp 9c1c8c46-47e4-45d1-be44-1946edc7668e)) - (segment (start 40.64 126.746) (end 44.156 126.746) (width 0.381) (layer "F.Cu") (net 13) (tstamp a2e54d1b-5105-45e4-8cea-997bdc27dec6)) - (segment (start 45.934 128.524) (end 44.196 126.786) (width 0.381) (layer "F.Cu") (net 13) (tstamp b778eba3-faac-44b8-98ec-5802fa633317)) - (segment (start 83.566 106.172) (end 83.566 106.876058) (width 0.381) (layer "F.Cu") (net 14) (tstamp 033fa2ab-36e7-4e25-a334-511463baddc6)) - (segment (start 33.02 124.206) (end 33.02 126.746) (width 0.381) (layer "F.Cu") (net 14) (tstamp 189b9fa8-0d75-47a2-a931-41dea16b0baf)) - (segment (start 82.325499 123.144443) (end 75.383943 130.085999) (width 0.381) (layer "F.Cu") (net 14) (tstamp 2186ec43-c642-4ad1-8b24-c868c642f681)) - (segment (start 40.64 129.286) (end 44.196 129.286) (width 0.381) (layer "F.Cu") (net 14) (tstamp 2757d8a4-f463-49fb-9029-45e2bcbe1627)) - (segment (start 33.02 126.746) (end 38.1 126.746) (width 0.381) (layer "F.Cu") (net 14) (tstamp 359bc95f-4c9f-47fc-8241-1f276f9067af)) - (segment (start 75.383943 130.085999) (end 44.995999 130.085999) (width 0.381) (layer "F.Cu") (net 14) (tstamp 5a4443cc-2783-4b2b-8610-b6482c6c9f48)) - (segment (start 82.325499 108.116559) (end 82.325499 123.144443) (width 0.381) (layer "F.Cu") (net 14) (tstamp 657358f4-12d6-47a6-b36c-19cb11d55c2f)) - (segment (start 83.566 106.876058) (end 82.325499 108.116559) (width 0.381) (layer "F.Cu") (net 14) (tstamp 6f56fbea-a9cc-458b-8aa9-918b63a14fdb)) - (segment (start 38.1 126.746) (end 40.64 129.286) (width 0.381) (layer "F.Cu") (net 14) (tstamp e344e78e-93dd-4d8f-aace-638dced1aa92)) - (segment (start 44.995999 130.085999) (end 44.196 129.286) (width 0.381) (layer "F.Cu") (net 14) (tstamp ed3a0b1b-2835-411a-95bd-ed37a1d90d56)) - (segment (start 45.466 89.408) (end 45.212 89.408) (width 0.381) (layer "F.Cu") (net 15) (tstamp 3649849d-2c95-415e-9834-0694ff7d70d7)) - (segment (start 45.212 89.408) (end 46.011999 88.608001) (width 0.381) (layer "F.Cu") (net 15) (tstamp 6486553c-2da1-45c0-b054-1ed57c93eb73)) - (segment (start 46.011999 85.421999) (end 44.45 83.86) (width 0.381) (layer "F.Cu") (net 15) (tstamp ad9b5383-dd1c-49c1-a965-b56c2fb520a3)) - (segment (start 46.011999 88.608001) (end 46.011999 85.421999) (width 0.381) (layer "F.Cu") (net 15) (tstamp b8074d66-9b7b-4f96-b504-57a1aa392c0c)) - (segment (start 49.53 93.472) (end 45.466 89.408) (width 0.381) (layer "F.Cu") (net 15) (tstamp e12407b7-dc1e-4e6e-a37a-57f4eda95556)) - (segment (start 40.265488 76.828512) (end 47.123488 76.828512) (width 0.381) (layer "F.Cu") (net 16) (tstamp 13303a50-f4c5-4c4b-956d-748cb3fd32e1)) - (segment (start 33.02 84.074) (end 40.265488 76.828512) (width 0.381) (layer "F.Cu") (net 16) (tstamp 33e729c1-b64c-4477-ba11-e6acbad197fe)) - (segment (start 50.726989 73.479011) (end 49.53 74.676) (width 0.381) (layer "F.Cu") (net 16) (tstamp 800dc018-fbf8-4e05-b2e2-77b93df73bd2)) - (segment (start 71.12 72.938) (end 70.578989 73.479011) (width 0.381) (layer "F.Cu") (net 16) (tstamp a3e91aa7-ead6-40c5-b226-384fb78b103e)) - (segment (start 70.578989 73.479011) (end 50.726989 73.479011) (width 0.381) (layer "F.Cu") (net 16) (tstamp ccf26ab9-9f77-4e3e-80b6-44e6eaaf2a4e)) - (segment (start 49.53 74.422) (end 47.123488 76.828512) (width 0.381) (layer "F.Cu") (net 16) (tstamp f07be9a0-4b60-4dc2-ab30-f9fe0b53d4b3)) - (segment (start 71.12 75.438) (end 69.98863 75.438) (width 0.381) (layer "F.Cu") (net 17) (tstamp 1a13c04d-9f1e-4a5b-97d5-bd21fad0daf2)) - (segment (start 83.566 75.946) (end 82.258001 74.638001) (width 0.381) (layer "F.Cu") (net 17) (tstamp 361915cd-5f68-411f-a99e-54f872f2d990)) - (segment (start 55.530443 80.597499) (end 46.894443 80.597499) (width 0.381) (layer "F.Cu") (net 17) (tstamp 39f1802f-3c44-49fa-a537-979f2db44f41)) - (segment (start 82.258001 74.638001) (end 71.919999 74.638001) (width 0.381) (layer "F.Cu") (net 17) (tstamp 4c6675db-4319-4f33-8576-2ddcbdf70d1c)) - (segment (start 69.814129 75.263499) (end 60.864443 75.263499) (width 0.381) (layer "F.Cu") (net 17) (tstamp 82e4f46e-3544-47f0-b3a4-2545d6515cec)) - (segment (start 46.894443 80.597499) (end 44.822443 82.669499) (width 0.381) (layer "F.Cu") (net 17) (tstamp 878f4837-e211-447e-8a40-77675238a2f8)) - (segment (start 42.044501 82.669499) (end 40.64 84.074) (width 0.381) (layer "F.Cu") (net 17) (tstamp 87de3bde-2f7e-46ee-8537-6fd0ed07de5c)) - (segment (start 44.822443 82.669499) (end 42.044501 82.669499) (width 0.381) (layer "F.Cu") (net 17) (tstamp 88bb5eea-9f9e-4dfe-aa60-b5b29f1eb9c2)) - (segment (start 69.98863 75.438) (end 69.814129 75.263499) (width 0.381) (layer "F.Cu") (net 17) (tstamp a070ba55-fb68-44ab-9450-efab3ff6ae35)) - (segment (start 71.919999 74.638001) (end 71.12 75.438) (width 0.381) (layer "F.Cu") (net 17) (tstamp a25ddfa0-6571-41e5-9902-e6947f868251)) - (segment (start 83.82 76.2) (end 83.566 75.946) (width 0.381) (layer "F.Cu") (net 17) (tstamp aa0469a0-5e6a-4aea-94b3-d7bb8d8ed98e)) - (segment (start 60.864443 75.263499) (end 55.530443 80.597499) (width 0.381) (layer "F.Cu") (net 17) (tstamp c7dd459a-9055-46b5-92f2-1c3e5a36106c)) - (segment (start 83.82 79.502) (end 83.82 76.2) (width 0.381) (layer "F.Cu") (net 17) (tstamp d8d84bd8-2e44-4284-8ef3-8fe63509e184)) - (segment (start 27.94 45.72) (end 26.759 45.72) (width 0.381) (layer "F.Cu") (net 18) (tstamp 148b0767-35e0-476a-9b43-e2dd1a1e8825)) - (segment (start 27.94 45.72) (end 35.052 45.72) (width 0.381) (layer "F.Cu") (net 18) (tstamp 17225215-4b6a-41c0-b335-8dc0047dc20a)) - (segment (start 36.173059 33.184999) (end 67.907001 33.184999) (width 0.381) (layer "F.Cu") (net 18) (tstamp 39311df5-4340-490b-b917-0c04570188da)) - (segment (start 26.759 45.72) (end 26.749499 45.710499) (width 0.381) (layer "F.Cu") (net 18) (tstamp 404fc38a-d3ab-4608-ae30-be30247a7e21)) - (segment (start 67.907001 33.184999) (end 68.707 32.385) (width 0.381) (layer "F.Cu") (net 18) (tstamp 437ba83c-fc28-45c4-862f-9aa077e87eac)) - (segment (start 26.749499 45.710499) (end 26.749499 42.608559) (width 0.381) (layer "F.Cu") (net 18) (tstamp d0a6e67d-aeb6-45b2-9aa0-37727d924959)) - (segment (start 26.749499 42.608559) (end 36.173059 33.184999) (width 0.381) (layer "F.Cu") (net 18) (tstamp edd0e2fa-d524-4a3c-8ab4-4c2aaf690fb7)) - (segment (start 33.861499 39.151871) (end 33.861499 41.989499) (width 0.381) (layer "F.Cu") (net 19) (tstamp 1c71a405-3ae9-4669-a9a0-9e41236c7aaf)) - (segment (start 34.798 37.084) (end 34.798 38.21537) (width 0.381) (layer "F.Cu") (net 19) (tstamp a76aeb69-15bc-4d23-a4ce-d9a8d4a71066)) - (segment (start 34.798 38.21537) (end 33.861499 39.151871) (width 0.381) (layer "F.Cu") (net 19) (tstamp ae3664cd-c6b1-4ac1-8a44-241cc1228752)) - (segment (start 33.861499 41.989499) (end 35.052 43.18) (width 0.381) (layer "F.Cu") (net 19) (tstamp b73d8054-bb5d-4105-8ded-712df018c50f)) - (segment (start 35.052 43.18) (end 27.94 43.18) (width 0.381) (layer "F.Cu") (net 19) (tstamp e9f4579c-857d-4a9d-9b8f-ce460234ee69)) - (segment (start 48.156712 95.504) (end 41.91 95.504) (width 0.381) (layer "F.Cu") (net 20) (tstamp 15ad0640-e77f-44f5-af90-dc30fad8c90c)) - (segment (start 50.582765 95.824523) (end 48.477235 95.824523) (width 0.381) (layer "F.Cu") (net 20) (tstamp 37a5d3cc-ca8a-445f-9865-a83ec7612bc4)) - (segment (start 35.052 102.362) (end 27.686 102.362) (width 0.381) (layer "F.Cu") (net 20) (tstamp 9fa10e7d-981b-4e9a-bbfe-065e9b78a77a)) - (segment (start 69.088 95.758) (end 68.586488 95.256488) (width 0.381) (layer "F.Cu") (net 20) (tstamp a0a89840-90ab-47ac-8e14-aa99cd8a3cc2)) - (segment (start 68.586488 95.256488) (end 51.1508 95.256488) (width 0.381) (layer "F.Cu") (net 20) (tstamp a4c9ef9c-32d5-4090-9fff-38f031735c59)) - (segment (start 51.1508 95.256488) (end 50.582765 95.824523) (width 0.381) (layer "F.Cu") (net 20) (tstamp a4feeb2f-e708-4b8b-8684-cb68b953852c)) - (segment (start 48.477235 95.824523) (end 48.156712 95.504) (width 0.381) (layer "F.Cu") (net 20) (tstamp addbff8d-5f86-4c41-b2dd-39d232300b29)) - (segment (start 41.91 95.504) (end 35.052 102.362) (width 0.381) (layer "F.Cu") (net 20) (tstamp bedf7d27-b72d-4452-9ad5-8731a2174fa1)) - (segment (start 36.576 29.21) (end 36.576 31.75) (width 0.762) (layer "F.Cu") (net 21) (tstamp d72a8d5d-0a7d-4c59-9677-f18450e78743)) - (segment (start 64.559614 92.964) (end 67.782115 89.741499) (width 0.381) (layer "F.Cu") (net 22) (tstamp 0647a5bf-5d75-42d2-864c-f601dfb98318)) - (segment (start 48.717897 95.243512) (end 50.342103 95.243512) (width 0.381) (layer "F.Cu") (net 22) (tstamp 1425a5b4-4423-403f-b701-490c27beba19)) - (segment (start 59.69 74.676) (end 51.291942 74.676) (width 0.381) (layer "F.Cu") (net 22) (tstamp 1c2a8287-14d1-4dc0-add9-ac68fc309ff5)) - (segment (start 38.354 119.126) (end 39.624 119.126) (width 0.381) (layer "F.Cu") (net 22) (tstamp 2928f7c5-7458-4321-9d51-7e6c6ad86cc9)) - (segment (start 64.516 120.904) (end 59.436 125.984) (width 0.381) (layer "F.Cu") (net 22) (tstamp 2ee749fd-9037-4dcc-acad-b60ff9121222)) - (segment (start 55.959499 123.015499) (end 43.767499 123.015499) (width 0.381) (layer "F.Cu") (net 22) (tstamp 31c8ec31-051e-4f7a-a9f2-aa7bb9e4e5a3)) - (segment (start 41.124559 80.343499) (end 40.068559 80.343499) (width 0.381) (layer "F.Cu") (net 22) (tstamp 350d951a-f5e5-438b-b411-5f703ab53031)) - (segment (start 42.091099 92.535499) (end 33.210559 92.535499) (width 0.381) (layer "F.Cu") (net 22) (tstamp 3b543f00-d8f1-484c-b625-9f85e8441103)) - (segment (start 40.068559 80.343499) (end 39.449499 80.962559) (width 0.381) (layer "F.Cu") (net 22) (tstamp 3cd696ac-beff-4c97-8afa-4e3d6246eacc)) - (segment (start 43.767499 123.015499) (end 41.656 120.904) (width 0.381) (layer "F.Cu") (net 22) (tstamp 3f3690d6-86cd-4f44-b141-61a33ea3df11)) - (segment (start 64.516 92.964) (end 64.559614 92.964) (width 0.381) (layer "F.Cu") (net 22) (tstamp 3f998710-e8b5-478c-a939-b5e1f53a651d)) - (segment (start 48.378443 77.589499) (end 43.878559 77.589499) (width 0.381) (layer "F.Cu") (net 22) (tstamp 41575ba6-cd9e-46c9-8613-cf877c61740f)) - (segment (start 50.923113 94.662501) (end 62.817499 94.662501) (width 0.381) (layer "F.Cu") (net 22) (tstamp 4268d98a-6aa0-4721-9ee2-12625d187114)) - (segment (start 26.495499 99.250559) (end 26.495499 115.379441) (width 0.381) (layer "F.Cu") (net 22) (tstamp 47fe8cc1-262b-49e8-891a-ee9dad4c7a08)) - (segment (start 45.212 92.59463) (end 45.152869 92.535499) (width 0.381) (layer "F.Cu") (net 22) (tstamp 51016218-352b-4daa-981c-857cd6b80d45)) - (segment (start 45.152869 92.535499) (end 42.091099 92.535499) (width 0.381) (layer "F.Cu") (net 22) (tstamp 6f28fa91-0f7a-4056-a1db-f3e3f0d13c4c)) - (segment (start 51.291942 74.676) (end 48.378443 77.589499) (width 0.381) (layer "F.Cu") (net 22) (tstamp 742e0fdb-b42e-43a3-ba06-e18784540090)) - (segment (start 62.817499 94.662501) (end 64.516 92.964) (width 0.381) (layer "F.Cu") (net 22) (tstamp 759e749f-e6e5-4d0a-a6a7-5cddfc0e5337)) - (segment (start 45.212 93.726) (end 45.212 92.59463) (width 0.381) (layer "F.Cu") (net 22) (tstamp 7a343cea-421a-432b-9195-f6a7074da02c)) - (segment (start 50.342103 95.243512) (end 50.923113 94.662501) (width 0.381) (layer "F.Cu") (net 22) (tstamp 7a4262a9-9823-4445-bb15-af8b9559b683)) - (segment (start 39.449499 80.962559) (end 39.449499 89.893899) (width 0.381) (layer "F.Cu") (net 22) (tstamp 852ef929-d9d7-4e3e-bab6-d41521be28b3)) - (segment (start 80.089499 89.741499) (end 83.82 93.472) (width 0.381) (layer "F.Cu") (net 22) (tstamp 85460576-d511-4e33-8cbe-586541c8d029)) - (segment (start 39.624 119.126) (end 41.148 120.65) (width 0.381) (layer "F.Cu") (net 22) (tstamp 8d64b7d1-69a8-40a0-bcda-88436a437338)) - (segment (start 39.449499 89.893899) (end 42.091099 92.535499) (width 0.381) (layer "F.Cu") (net 22) (tstamp 8df65bb1-8c1f-4f49-99e7-05c558d1459c)) - (segment (start 67.782115 89.741499) (end 80.089499 89.741499) (width 0.381) (layer "F.Cu") (net 22) (tstamp b4a18819-eae0-4b82-b915-a45e98f0791f)) - (segment (start 45.212 93.726) (end 47.200385 93.726) (width 0.381) (layer "F.Cu") (net 22) (tstamp ba1ddbcf-3cfd-4f52-be79-8d798fb11ef8)) - (segment (start 43.878559 77.589499) (end 41.124559 80.343499) (width 0.381) (layer "F.Cu") (net 22) (tstamp be69bbfe-58b0-4ceb-825e-b1888911d7e1)) - (segment (start 59.436 125.984) (end 59.436 126.492) (width 0.381) (layer "F.Cu") (net 22) (tstamp c23ca568-ff70-4372-b17a-768721547c56)) - (segment (start 47.200385 93.726) (end 48.717897 95.243512) (width 0.381) (layer "F.Cu") (net 22) (tstamp df61510b-7043-4542-9f25-d57a55541530)) - (segment (start 30.242058 119.126) (end 38.354 119.126) (width 0.381) (layer "F.Cu") (net 22) (tstamp e394ab2b-c6d6-48f7-8804-0593ad4378c5)) - (segment (start 59.436 126.492) (end 55.959499 123.015499) (width 0.381) (layer "F.Cu") (net 22) (tstamp f3af7ad3-c1ac-48ba-aa80-04982d85f6fb)) - (segment (start 33.210559 92.535499) (end 26.495499 99.250559) (width 0.381) (layer "F.Cu") (net 22) (tstamp f568a75a-4318-4271-b473-1cd5fff629ba)) - (segment (start 26.495499 115.379441) (end 30.242058 119.126) (width 0.381) (layer "F.Cu") (net 22) (tstamp f93c6c8b-050f-46b8-87c2-a4c690506eff)) - (segment (start 36.401499 61.293499) (end 37.592 62.484) (width 0.381) (layer "F.Cu") (net 23) (tstamp 058cdfb4-010c-445c-a4b4-6d622da977e2)) - (segment (start 82.579499 38.145557) (end 79.438441 35.004499) (width 0.381) (layer "F.Cu") (net 23) (tstamp 07783608-4aca-4a29-a69f-5b979be39c05)) - (segment (start 59.69 70.612) (end 53.514501 64.436501) (width 0.381) (layer "F.Cu") (net 23) (tstamp 0ad9eb98-97e8-4bd2-83b1-d69b89770f06)) - (segment (start 36.401499 44.509131) (end 43.82663 37.084) (width 0.381) (layer "F.Cu") (net 23) (tstamp 14b3da77-0167-47c7-b0d4-4f909dfcabc0)) - (segment (start 44.958 37.084) (end 43.82663 37.084) (width 0.381) (layer "F.Cu") (net 23) (tstamp 213a56e4-c4d1-482f-97ea-b80dc2c04f5d)) - (segment (start 53.514501 64.436501) (end 62.055499 64.436501) (width 0.381) (layer "F.Cu") (net 23) (tstamp 2b813cf5-c081-4583-9e89-7ca2eeec5257)) - (segment (start 79.438441 35.004499) (end 47.037501 35.004499) (width 0.381) (layer "F.Cu") (net 23) (tstamp 373c7f20-9a93-4c87-9e8b-e2c9bd8422ed)) - (segment (start 83.82 40.132) (end 82.579499 38.891499) (width 0.381) (layer "F.Cu") (net 23) (tstamp 3839c39f-166c-4ed0-bca1-7de3fac8545e)) - (segment (start 49.53 66.802) (end 47.164501 64.436501) (width 0.381) (layer "F.Cu") (net 23) (tstamp 3a2a6014-2c14-436e-a29c-782bf0fad649)) - (segment (start 41.576501 64.436501) (end 47.164501 64.436501) (width 0.381) (layer "F.Cu") (net 23) (tstamp 6d2ccf05-1f17-46f2-9a1b-a87e97f35b17)) - (segment (start 62.055499 64.436501) (end 63.246 63.246) (width 0.381) (layer "F.Cu") (net 23) (tstamp 6d8f3c25-cc03-47c3-a6ce-1b5f7e095415)) - (segment (start 44.958 37.084) (end 47.037501 35.004499) (width 0.381) (layer "F.Cu") (net 23) (tstamp 78a77d55-4f3e-4d7f-821e-199a0564566c)) - (segment (start 36.401499 44.509131) (end 36.401499 61.293499) (width 0.381) (layer "F.Cu") (net 23) (tstamp 8d4b7ea9-e8e5-44cf-a327-23e776edfacd)) - (segment (start 47.164501 64.436501) (end 53.514501 64.436501) (width 0.381) (layer "F.Cu") (net 23) (tstamp 986e45f5-cfe3-491c-9914-8d0e54a23292)) - (segment (start 40.386 63.246) (end 38.354 63.246) (width 0.381) (layer "F.Cu") (net 23) (tstamp 9b925b29-0a95-4df6-a543-da3d0cd9a4cc)) - (segment (start 82.579499 38.891499) (end 82.579499 38.145557) (width 0.381) (layer "F.Cu") (net 23) (tstamp c609c288-5bbb-4559-88ff-4cf012c7b304)) - (segment (start 40.386 63.246) (end 41.576501 64.436501) (width 0.381) (layer "F.Cu") (net 23) (tstamp ecd9f4c7-8a8f-4599-9541-fd03dc50270c)) - (segment (start 38.354 63.246) (end 37.592 62.484) (width 0.381) (layer "F.Cu") (net 23) (tstamp ed986c19-bbe3-482c-82b2-4de5bb8a223d)) - (segment (start 83.566 124.206) (end 79.248 128.524) (width 0.381) (layer "F.Cu") (net 24) (tstamp 50b226e8-c35b-4042-8faf-81082161bc74)) - (segment (start 83.566 124.206) (end 83.566 108.712) (width 0.381) (layer "F.Cu") (net 24) (tstamp 5a8a6554-90c1-43c3-9b80-cd9e0cfb4a6f)) - (segment (start 83.82 103.632) (end 82.970001 104.481999) (width 0.381) (layer "F.Cu") (net 25) (tstamp 04a02fb5-381a-489e-8d23-8320488e4ab7)) - (segment (start 79.248 108.908058) (end 79.248 111.252) (width 0.381) (layer "F.Cu") (net 25) (tstamp 47e30d0c-d566-48cc-8e73-09e00680d12d)) - (segment (start 82.970001 104.481999) (end 82.970001 105.186057) (width 0.381) (layer "F.Cu") (net 25) (tstamp 71faf0a9-bc4a-4e24-aee2-61271701bc3c)) - (segment (start 79.248 111.252) (end 79.248 115.824) (width 0.381) (layer "F.Cu") (net 25) (tstamp af15ce9b-cd30-4a1d-bbcf-91e4706742ce)) - (segment (start 82.970001 105.186057) (end 79.248 108.908058) (width 0.381) (layer "F.Cu") (net 25) (tstamp d112d930-406a-4cba-bc3a-e6a019bcf539)) - (segment (start 79.756 64.516) (end 83.82 60.452) (width 0.381) (layer "F.Cu") (net 26) (tstamp b0d67f23-5c76-4923-8ffb-b5b6c61c775b)) - (segment (start 79.756 65.786) (end 79.756 64.516) (width 0.381) (layer "F.Cu") (net 26) (tstamp d77b531a-f52d-42cf-b42d-fcf4b5bb3592)) - (segment (start 75.946 65.786) (end 79.756 65.786) (width 0.381) (layer "F.Cu") (net 26) (tstamp e2d7448b-5977-4e6b-bb46-2072436a083b)) - (segment (start 85.060501 64.291499) (end 83.566 65.786) (width 0.381) (layer "F.Cu") (net 27) (tstamp ba8ebb83-123f-4e60-b735-0411563c2054)) - (segment (start 83.82 57.912) (end 85.060501 59.152501) (width 0.381) (layer "F.Cu") (net 27) (tstamp d0797f77-f884-4507-9303-4ad474e01a8b)) - (segment (start 85.060501 59.152501) (end 85.060501 64.291499) (width 0.381) (layer "F.Cu") (net 27) (tstamp e60998aa-e47e-4a6a-b861-7e62300d2abd)) - (segment (start 79.502 47.752) (end 79.121 47.371) (width 0.381) (layer "F.Cu") (net 28) (tstamp 533dabaf-7616-4624-baf8-c1a94bae552e)) - (segment (start 83.82 47.752) (end 79.502 47.752) (width 0.381) (layer "F.Cu") (net 28) (tstamp 70020723-91aa-477e-8431-68bc7c8678f8)) - (segment (start 79.121 47.371) (end 79.121 51.181) (width 0.381) (layer "F.Cu") (net 28) (tstamp e5f11e53-d488-44cb-bd79-a90747e7626d)) - (segment (start 82.579499 56.612501) (end 82.579499 59.152501) (width 0.381) (layer "F.Cu") (net 29) (tstamp 0857de2f-b0e7-496c-ba7d-8eb60fd07c3e)) - (segment (start 79.248 62.484) (end 82.579499 59.152501) (width 0.381) (layer "F.Cu") (net 29) (tstamp 7903fa78-68ee-49f7-9379-e12e69bfd36d)) - (segment (start 83.82 55.372) (end 82.579499 56.612501) (width 0.381) (layer "F.Cu") (net 29) (tstamp ad6d9806-4dbb-4206-b932-c8e4c45b396d)) - (segment (start 79.248 105.664) (end 79.248 107.188) (width 0.381) (layer "F.Cu") (net 30) (tstamp 995e869b-ca59-4971-b342-dd14326f378e)) - (segment (start 83.82 101.092) (end 79.248 105.664) (width 0.381) (layer "F.Cu") (net 30) (tstamp e009a523-505b-4610-8d0f-a93081829978)) - (segment (start 79.248 99.568) (end 79.248 103.378) (width 0.381) (layer "F.Cu") (net 31) (tstamp 1b70a6a3-f081-4bb1-95f6-af29addd34c0)) - (segment (start 83.82 98.552) (end 82.804 99.568) (width 0.381) (layer "F.Cu") (net 31) (tstamp 897d5397-58e2-42ea-a083-4afcfd087eba)) - (segment (start 82.804 99.568) (end 79.248 99.568) (width 0.381) (layer "F.Cu") (net 31) (tstamp f1582642-d283-458f-b6ff-aeae5baf13ce)) - (segment (start 79.502 96.012) (end 79.248 95.758) (width 0.381) (layer "F.Cu") (net 32) (tstamp 2e15241f-6a15-4b0a-bf18-da3b304b4152)) - (segment (start 79.248 91.948) (end 79.248 95.758) (width 0.381) (layer "F.Cu") (net 32) (tstamp 9c68f439-e56a-4ec5-be13-cd8ad5fbb1c7)) - (segment (start 83.82 96.012) (end 79.502 96.012) (width 0.381) (layer "F.Cu") (net 32) (tstamp e460c48d-c6c7-487e-a11d-58b7c123a305)) - (segment (start 83.82 45.212) (end 80.518 45.212) (width 0.381) (layer "F.Cu") (net 33) (tstamp 376c3ff2-ef2c-4db1-9437-f352c85fee4f)) - (segment (start 80.518 45.212) (end 78.994 43.688) (width 0.381) (layer "F.Cu") (net 33) (tstamp 9c752117-3808-4c23-b831-463a907c0e16)) - (segment (start 83.82 50.292) (end 79.121 54.991) (width 0.381) (layer "F.Cu") (net 34) (tstamp 13a8dd48-ef83-42ba-8526-60f990dd62f7)) - (segment (start 83.82 42.672) (end 81.153 40.005) (width 0.381) (layer "F.Cu") (net 35) (tstamp 221b64ff-8bf4-4168-88ff-5a570603cc4e)) - (segment (start 81.153 40.005) (end 78.867 40.005) (width 0.381) (layer "F.Cu") (net 35) (tstamp 45f1e947-0837-4383-ad42-e69f2ba4b85f)) - (segment (start 78.867 36.195) (end 78.867 40.005) (width 0.381) (layer "F.Cu") (net 35) (tstamp fb5f7f36-9460-4c73-918e-c98b682e753d)) - (segment (start 78.994 32.512) (end 78.867 32.385) (width 0.381) (layer "F.Cu") (net 36) (tstamp 467e2fe0-3970-4e94-93e1-f2a64020d83a)) - (segment (start 78.867 32.639) (end 78.867 32.385) (width 0.381) (layer "F.Cu") (net 36) (tstamp 4fc9a4cb-c1ef-49da-a621-8e7f6192eec5)) - (segment (start 83.82 37.592) (end 78.867 32.639) (width 0.381) (layer "F.Cu") (net 36) (tstamp 7f72cad7-17c0-4346-8cfa-56d89541e9ad)) - (segment (start 78.867 32.385) (end 78.867 28.575) (width 0.381) (layer "F.Cu") (net 36) (tstamp 8ce5f32c-e206-4769-a675-0b6a3468d9f6)) - (segment (start 33.861499 94.916501) (end 33.861499 98.631499) (width 0.381) (layer "F.Cu") (net 37) (tstamp 3923c9a6-4bef-491f-b4af-6b39478339b2)) - (segment (start 35.052 93.726) (end 33.861499 94.916501) (width 0.381) (layer "F.Cu") (net 37) (tstamp 6c0442b3-e5ff-4900-bcfc-b72a68120ed3)) - (segment (start 33.861499 98.631499) (end 35.052 99.822) (width 0.381) (layer "F.Cu") (net 37) (tstamp 929a9d2c-c165-42da-8008-9057770903ba)) - (segment (start 35.052 99.822) (end 27.686 99.822) (width 0.381) (layer "F.Cu") (net 37) (tstamp ebae2211-0ca5-4a5f-bfd9-a05a5fe8b4c6)) - (segment (start 48.339499 82.978501) (end 49.53 81.788) (width 0.381) (layer "F.Cu") (net 38) (tstamp 2aa54a1e-6948-4ad0-910b-98d675d9a1ca)) - (segment (start 48.339499 86.202401) (end 48.339499 82.978501) (width 0.381) (layer "F.Cu") (net 38) (tstamp 321e69c1-8930-4681-8d4f-06b6dc632ca5)) - (segment (start 64.341499 88.217499) (end 50.354597 88.217499) (width 0.381) (layer "F.Cu") (net 38) (tstamp 47c3c507-2524-4192-a15c-dd06d4f563cc)) - (segment (start 50.354597 88.217499) (end 48.339499 86.202401) (width 0.381) (layer "F.Cu") (net 38) (tstamp 4a239ae2-4143-43b3-8683-9f42b3251b2d)) - (segment (start 65.532 89.408) (end 64.341499 88.217499) (width 0.381) (layer "F.Cu") (net 38) (tstamp 8c0c2b23-f8e6-4ce1-a710-c9871ba76a7f)) - (segment (start 49.53 85.09) (end 50.711 85.09) (width 0.381) (layer "F.Cu") (net 39) (tstamp 087dfc06-5502-4952-a735-4a0083184446)) - (segment (start 68.135441 86.280501) (end 72.860001 81.555941) (width 0.381) (layer "F.Cu") (net 39) (tstamp 0c7b0329-59b7-4fc4-a936-f34977605db1)) - (segment (start 72.860001 80.301999) (end 72.860001 81.555941) (width 0.381) (layer "F.Cu") (net 39) (tstamp 4579c4f9-d487-4780-b438-e551a1849bb8)) - (segment (start 50.711 85.09) (end 51.901501 86.280501) (width 0.381) (layer "F.Cu") (net 39) (tstamp 528d38f4-04c8-4bfd-9b0c-78aae1ed760f)) - (segment (start 51.901501 86.280501) (end 68.135441 86.280501) (width 0.381) (layer "F.Cu") (net 39) (tstamp 68bee8e1-d87d-4491-aceb-124e7b6a28b6)) - (segment (start 73.66 79.502) (end 72.860001 80.301999) (width 0.381) (layer "F.Cu") (net 39) (tstamp 960abe11-9b94-4fd3-94ac-5ef95364f697)) - (segment (start 55.372 89.408) (end 52.832 89.408) (width 0.381) (layer "F.Cu") (net 40) (tstamp bfaed0ee-0b91-4da9-b0e8-f7ecf35b97f0)) - (segment (start 64.341499 47.926501) (end 64.341499 60.007441) (width 0.381) (layer "B.Cu") (net 40) (tstamp 070e2178-6485-4751-a8dd-f5a31c1d702c)) - (segment (start 66.4464 71.999658) (end 61.388501 77.057557) (width 0.381) (layer "B.Cu") (net 40) (tstamp 09ad3197-e602-411e-893a-79f27ce3cfcf)) - (segment (start 65.532 46.736) (end 64.341499 47.926501) (width 0.381) (layer "B.Cu") (net 40) (tstamp 2dff2b46-c332-4c56-b227-e26a5aa11e2a)) - (segment (start 57.133942 89.408) (end 55.372 89.408) (width 0.381) (layer "B.Cu") (net 40) (tstamp 2ea02572-4a32-4c4b-960b-e980feee16c5)) - (segment (start 61.388501 85.153441) (end 57.133942 89.408) (width 0.381) (layer "B.Cu") (net 40) (tstamp 52ed017b-f9ac-4abc-9996-5fd3cc125bae)) - (segment (start 64.341499 60.007441) (end 66.4464 62.112342) (width 0.381) (layer "B.Cu") (net 40) (tstamp 6b23f389-34ad-411e-a914-1a4f7f661104)) - (segment (start 61.388501 77.057557) (end 61.388501 85.153441) (width 0.381) (layer "B.Cu") (net 40) (tstamp cd73d9d8-4ca2-4f63-b325-4039b76a9ff1)) - (segment (start 66.4464 62.112342) (end 66.4464 71.999658) (width 0.381) (layer "B.Cu") (net 40) (tstamp e9feb789-ca68-4418-ae60-656a9373751d)) - (segment (start 78.994 87.884) (end 80.438501 89.328501) (width 0.381) (layer "B.Cu") (net 41) (tstamp 2e3d38b4-73c1-48bf-91ef-2049ec04457d)) - (segment (start 80.438501 118.951499) (end 79.248 120.142) (width 0.381) (layer "B.Cu") (net 41) (tstamp 9fb494f7-da48-42d7-94d9-9a5f7e9ad2b8)) - (segment (start 80.438501 89.328501) (end 80.438501 118.951499) (width 0.381) (layer "B.Cu") (net 41) (tstamp d2bf7271-595b-4d60-b12f-194bb2e362ce)) - (segment (start 70.104 66.433) (end 70.104 67.564) (width 0.381) (layer "F.Cu") (net 42) (tstamp 3c90a7c3-983f-42ae-ad30-1d95f976460d)) - (segment (start 68.961 58.928) (end 68.961 54.991) (width 0.381) (layer "F.Cu") (net 42) (tstamp 57c87caa-767e-4bc6-909f-4f12019fb587)) - (segment (start 68.961 58.928) (end 70.09237 58.928) (width 0.381) (layer "F.Cu") (net 42) (tstamp 5bc0f2bf-e0e5-416e-8565-2be5d88e0e8b)) - (segment (start 70.278501 59.114131) (end 70.278501 66.258499) (width 0.381) (layer "F.Cu") (net 42) (tstamp c405fa35-a8df-4f3b-9bd0-6c32b67e7e6d)) - (segment (start 70.278501 66.258499) (end 70.104 66.433) (width 0.381) (layer "F.Cu") (net 42) (tstamp cb4362d6-0aea-4ea2-91cc-f79e63b76010)) - (segment (start 70.09237 58.928) (end 70.278501 59.114131) (width 0.381) (layer "F.Cu") (net 42) (tstamp e008f4b8-afba-4125-844d-90b5306b5f3a)) - (segment (start 72.644 47.498) (end 68.834 43.688) (width 0.381) (layer "F.Cu") (net 43) (tstamp 072a7e29-9a8e-489f-a5cc-cc5807df684b)) - (segment (start 54.61 49.276) (end 57.912 49.276) (width 0.381) (layer "F.Cu") (net 43) (tstamp 32753b7f-47b1-455c-98f6-6caba77a4dd6)) - (segment (start 50.546 45.212) (end 54.61 49.276) (width 0.381) (layer "F.Cu") (net 43) (tstamp 40e7e298-333d-4c11-be8b-0cb8c718f71e)) - (segment (start 61.642501 45.545499) (end 66.976501 45.545499) (width 0.381) (layer "F.Cu") (net 43) (tstamp 862c3eb0-7a7e-4e65-b8c6-c995f60e1eff)) - (segment (start 61.642501 45.545499) (end 57.912 49.276) (width 0.381) (layer "F.Cu") (net 43) (tstamp b3221733-21c4-4b6a-9bd8-c99422fd3ef5)) - (segment (start 66.976501 45.545499) (end 68.834 43.688) (width 0.381) (layer "F.Cu") (net 43) (tstamp b72358dd-b2b8-4f59-9cde-bf2c1290e251)) - (segment (start 72.644 67.564) (end 72.644 47.498) (width 0.381) (layer "F.Cu") (net 43) (tstamp d32eb748-5a6b-4482-bbe8-7fc4c16d68e7)) - (segment (start 50.546 45.212) (end 50.546 45.917942) (width 0.381) (layer "B.Cu") (net 43) (tstamp a9e0e73e-a60c-4e1f-8e4f-2e6fe5b34017)) - (segment (start 50.546 45.917942) (end 37.789942 58.674) (width 0.381) (layer "B.Cu") (net 43) (tstamp b1fcc2b9-348a-4aba-87e0-310d68a4b4a3)) - (segment (start 37.789942 58.674) (end 37.592 58.674) (width 0.381) (layer "B.Cu") (net 43) (tstamp fc629603-e61c-41e6-a026-2b2277e53ed4)) - (segment (start 69.088 124.46) (end 66.433 124.46) (width 0.381) (layer "F.Cu") (net 44) (tstamp a4b80755-dd86-431a-a7b0-a2f99933a8e7)) - (segment (start 66.433 124.46) (end 66.04 124.853) (width 0.381) (layer "F.Cu") (net 44) (tstamp ca98f390-e3b8-48b1-8b4c-1baf60ef5542)) - (segment (start 66.04 124.853) (end 66.04 125.984) (width 0.381) (layer "F.Cu") (net 44) (tstamp e7ed6ea9-b7fd-421d-b9ff-6d89a7f7142e)) - (segment (start 69.088 124.46) (end 69.088 120.142) (width 0.381) (layer "F.Cu") (net 44) (tstamp ef2a8416-a596-48de-97aa-0e89efcd7ded)) - (segment (start 32.258 54.61) (end 28.194 58.674) (width 0.381) (layer "F.Cu") (net 45) (tstamp 46c295aa-d5aa-414d-93ac-29e58c1b00eb)) - (segment (start 28.194 58.674) (end 27.432 58.674) (width 0.381) (layer "F.Cu") (net 45) (tstamp 788ce0ce-891b-4580-b30f-67c0dbce95a4)) - (segment (start 66.881499 104.981499) (end 69.088 107.188) (width 0.381) (layer "F.Cu") (net 46) (tstamp 0aaaa5ca-124a-43f5-984c-106da66b3668)) - (segment (start 66.78601 115.951068) (end 66.78601 121.217605) (width 0.381) (layer "F.Cu") (net 46) (tstamp 12bc7c9c-2e8f-43e0-b160-5c1a3fc03411)) - (segment (start 38.354 104.918058) (end 42.100559 101.171499) (width 0.381) (layer "F.Cu") (net 46) (tstamp 1614a1b9-da54-4332-8b8a-5acac1aa1244)) - (segment (start 66.78601 121.217605) (end 63.5 124.503615) (width 0.381) (layer "F.Cu") (net 46) (tstamp 3cc5397f-015d-42a6-8357-7d1535f920d3)) - (segment (start 45.291499 101.171499) (end 46.482 102.362) (width 0.381) (layer "F.Cu") (net 46) (tstamp 41c3ba72-6abf-413d-a4bb-aa3baf56291f)) - (segment (start 42.100559 101.171499) (end 45.291499 101.171499) (width 0.381) (layer "F.Cu") (net 46) (tstamp 41cc6da2-92f5-4da4-86e7-824c60df05ec)) - (segment (start 58.975501 109.124443) (end 64.992557 115.141499) (width 0.381) (layer "F.Cu") (net 46) (tstamp 47a9b753-f4a4-40c2-bc28-ec52cfa10eba)) - (segment (start 56.150058 106.172) (end 51.149557 101.171499) (width 0.381) (layer "F.Cu") (net 46) (tstamp 5dc6423d-02c5-46c4-9636-101034a01335)) - (segment (start 51.149557 101.171499) (end 47.672501 101.171499) (width 0.381) (layer "F.Cu") (net 46) (tstamp 78800c3b-f984-4eae-bfa1-937505e1d147)) - (segment (start 58.975501 107.362501) (end 58.975501 109.124443) (width 0.381) (layer "F.Cu") (net 46) (tstamp 79a4e152-1894-4f95-adee-89781ec55aab)) - (segment (start 47.672501 101.171499) (end 46.482 102.362) (width 0.381) (layer "F.Cu") (net 46) (tstamp 79c8b44b-6e93-4198-9494-ebf8f4464f77)) - (segment (start 65.976441 115.141499) (end 66.78601 115.951068) (width 0.381) (layer "F.Cu") (net 46) (tstamp adf21cef-d3ad-43a3-bd70-edcd04e935b3)) - (segment (start 63.5 124.503615) (end 63.5 125.984) (width 0.381) (layer "F.Cu") (net 46) (tstamp b355b0fd-e67e-4f80-bfdd-9ba1a8b4eec0)) - (segment (start 57.912 106.172) (end 56.150058 106.172) (width 0.381) (layer "F.Cu") (net 46) (tstamp d009f15a-3a6e-4a9c-a535-aa049829fb36)) - (segment (start 38.354 115.316) (end 38.354 104.918058) (width 0.381) (layer "F.Cu") (net 46) (tstamp db0cd144-36ac-4552-a31a-61e29c11c72c)) - (segment (start 59.102501 104.981499) (end 57.912 106.172) (width 0.381) (layer "F.Cu") (net 46) (tstamp e673de0a-0c00-4d33-bb59-2000424cb12d)) - (segment (start 59.102501 104.981499) (end 66.881499 104.981499) (width 0.381) (layer "F.Cu") (net 46) (tstamp ebdc78a4-e1bb-43a7-9015-ad067ea81fef)) - (segment (start 57.785 106.172) (end 58.975501 107.362501) (width 0.381) (layer "F.Cu") (net 46) (tstamp ece7f405-d986-4ed0-8b3c-b39a4a908309)) - (segment (start 64.992557 115.141499) (end 65.976441 115.141499) (width 0.381) (layer "F.Cu") (net 46) (tstamp f49a121c-77b5-42f4-9dc9-f701c90f41a5)) - (segment (start 32.004 111.506) (end 28.194 115.316) (width 0.381) (layer "F.Cu") (net 47) (tstamp 2eaf79c5-dfe4-4543-a136-5bf6582d4c8d)) - (segment (start 33.528 111.506) (end 32.004 111.506) (width 0.381) (layer "F.Cu") (net 47) (tstamp adb41880-bcdf-4cb6-b8f8-71e102735ff0)) - (segment (start 52.832 51.816) (end 57.912 51.816) (width 0.381) (layer "F.Cu") (net 48) (tstamp 478f76ed-b9db-4889-92f7-1c37e3dae289)) - (segment (start 52.832 51.816) (end 46.228 45.212) (width 0.381) (layer "F.Cu") (net 48) (tstamp a2e033cf-9dd9-4490-92f0-3697b5f54532)) - (segment (start 56.642 108.712) (end 57.912 108.712) (width 0.381) (layer "F.Cu") (net 49) (tstamp 631f7480-46f9-43d5-a30c-d637f278c9f3)) - (segment (start 50.292 102.362) (end 56.642 108.712) (width 0.381) (layer "F.Cu") (net 49) (tstamp 88f8aa8c-d1fb-484b-aa57-d65200ad62e0)) - (segment (start 48.39863 60.198) (end 42.811 60.198) (width 0.381) (layer "F.Cu") (net 50) (tstamp 18b75382-0ded-4abe-a6c3-a0a9e5a960a7)) - (segment (start 53.22463 55.372) (end 48.39863 60.198) (width 0.381) (layer "F.Cu") (net 50) (tstamp deb3af9f-15af-4b8e-aac6-b0d7239cbd63)) - (segment (start 41.91 59.297) (end 41.91 58.166) (width 0.381) (layer "F.Cu") (net 50) (tstamp e23fc6d5-ec52-4144-bf78-b7607393c349)) - (segment (start 42.811 60.198) (end 41.91 59.297) (width 0.381) (layer "F.Cu") (net 50) (tstamp e73f51db-fa4c-4999-929d-9d8517c469c6)) - (segment (start 54.356 55.372) (end 53.22463 55.372) (width 0.381) (layer "F.Cu") (net 50) (tstamp f8a2dace-065b-4b1b-904f-e6bae4f7be24)) - (segment (start 45.097 118.618) (end 48.006 118.618) (width 0.381) (layer "F.Cu") (net 51) (tstamp 254f22b6-8a13-4d78-8d1e-dc840070b087)) - (segment (start 44.196 117.717) (end 45.097 118.618) (width 0.381) (layer "F.Cu") (net 51) (tstamp 85405e7f-2dc0-4f12-a60f-7f4a8b7b17d6)) - (segment (start 48.006 118.618) (end 54.102 112.522) (width 0.381) (layer "F.Cu") (net 51) (tstamp b279197c-f905-4c42-9566-be19a35e480d)) - (segment (start 44.196 116.586) (end 44.196 117.717) (width 0.381) (layer "F.Cu") (net 51) (tstamp f4a43c00-d916-4f7a-b801-3dc7a8dd2ca7)) - (segment (start 60.372501 44.275499) (end 60.372501 40.775557) (width 0.381) (layer "F.Cu") (net 52) (tstamp 0f54c716-1df0-4fd3-9890-b6ed43f863ed)) - (segment (start 60.372501 40.775557) (end 64.953058 36.195) (width 0.381) (layer "F.Cu") (net 52) (tstamp 25ff1d69-7e43-4a87-ae0b-f42dfdc3723d)) - (segment (start 57.912 46.736) (end 60.372501 44.275499) (width 0.381) (layer "F.Cu") (net 52) (tstamp 2ff17670-61c3-45da-9ecd-d569eeac8641)) - (segment (start 64.953058 36.195) (end 68.707 36.195) (width 0.381) (layer "F.Cu") (net 52) (tstamp 4ca0c395-c1d6-4982-86b1-613a2742da90)) - (segment (start 69.088 99.568) (end 69.088 98.43663) (width 0.381) (layer "F.Cu") (net 53) (tstamp 3010a304-5e04-458f-963c-0c87638e63e1)) - (segment (start 66.488869 95.837499) (end 59.118559 95.837499) (width 0.381) (layer "F.Cu") (net 53) (tstamp 4ac28f27-a5a8-425e-9044-bcab07510c26)) - (segment (start 69.088 98.43663) (end 66.488869 95.837499) (width 0.381) (layer "F.Cu") (net 53) (tstamp 661105ce-7774-467a-9ee2-730ef5bb919f)) - (segment (start 58.499499 99.503597) (end 58.975501 99.979599) (width 0.381) (layer "F.Cu") (net 53) (tstamp 698e9911-1eb2-4170-b460-e43fee86c295)) - (segment (start 58.975501 102.441499) (end 57.785 103.632) (width 0.381) (layer "F.Cu") (net 53) (tstamp 87430096-e008-4dcd-a71c-d171182abdaf)) - (segment (start 58.975501 99.979599) (end 58.975501 102.441499) (width 0.381) (layer "F.Cu") (net 53) (tstamp 9f65ad36-85dd-4e62-b948-6f802501f120)) - (segment (start 58.499499 96.456559) (end 58.499499 99.503597) (width 0.381) (layer "F.Cu") (net 53) (tstamp dcb6ea25-2d74-4ea5-a901-d5b81f6b267b)) - (segment (start 59.118559 95.837499) (end 58.499499 96.456559) (width 0.381) (layer "F.Cu") (net 53) (tstamp e0694d60-8faa-4918-8e3d-1ba5b484e204)) - (segment (start 50.546 55.372) (end 46.228 55.372) (width 0.381) (layer "F.Cu") (net 54) (tstamp 0c825cc8-8079-46b0-b9a1-a8bcfe9c1ecc)) - (segment (start 46.228 51.816) (end 42.672 48.26) (width 0.381) (layer "F.Cu") (net 54) (tstamp 1f988c8c-90e4-487b-ada0-0675312e8dfc)) - (segment (start 46.228 55.372) (end 46.228 51.816) (width 0.381) (layer "F.Cu") (net 54) (tstamp f1045e1f-03e5-4063-8c0a-e20dfed34bd8)) - (segment (start 54.784501 57.483499) (end 57.912 54.356) (width 0.381) (layer "F.Cu") (net 55) (tstamp 2ea198e0-d2d3-47d8-a2af-00fec4f27ab6)) - (segment (start 51.736501 62.055499) (end 53.682152 62.055499) (width 0.381) (layer "F.Cu") (net 55) (tstamp 41fa7b3a-faf1-44e7-a1f9-469d7ed1214b)) - (segment (start 50.546 63.246) (end 51.736501 62.055499) (width 0.381) (layer "F.Cu") (net 55) (tstamp 5ef70933-9210-4732-94eb-b308241bace2)) - (segment (start 54.784501 60.95315) (end 54.784501 57.483499) (width 0.381) (layer "F.Cu") (net 55) (tstamp 8eabcb82-cbe3-437a-930b-573caa766a7b)) - (segment (start 53.682152 62.055499) (end 54.784501 60.95315) (width 0.381) (layer "F.Cu") (net 55) (tstamp d76882c8-f5f7-4f35-8106-8b32767b415d)) - (segment (start 55.546501 113.617499) (end 55.546501 117.879441) (width 0.381) (layer "F.Cu") (net 56) (tstamp 15347215-dd4a-44a9-bdef-baa2412bbd67)) - (segment (start 54.220443 119.205499) (end 52.752501 119.205499) (width 0.381) (layer "F.Cu") (net 56) (tstamp 5e137681-f628-45d8-abb3-cfe51b835b42)) - (segment (start 57.912 111.252) (end 55.546501 113.617499) (width 0.381) (layer "F.Cu") (net 56) (tstamp ab018e44-a645-47ca-834e-95f93ec2fc51)) - (segment (start 52.752501 119.205499) (end 51.308 120.65) (width 0.381) (layer "F.Cu") (net 56) (tstamp c8ea69b7-fe39-425f-9904-499201b86a9a)) - (segment (start 55.546501 117.879441) (end 54.220443 119.205499) (width 0.381) (layer "F.Cu") (net 56) (tstamp d1e1272d-6613-494c-a08e-67b10d1f3cb3)) - (segment (start 46.482 108.712) (end 46.482 112.522) (width 0.381) (layer "F.Cu") (net 57) (tstamp 0dd6dad5-bb69-43a6-a4f0-bd1c98499075)) - (segment (start 42.672 104.902) (end 46.482 108.712) (width 0.381) (layer "F.Cu") (net 57) (tstamp 3118acbf-92f7-4571-b1b0-cddc427d4cb1)) - (segment (start 46.482 112.522) (end 50.292 112.522) (width 0.381) (layer "F.Cu") (net 57) (tstamp 77c8dfc4-7c10-449f-942c-0df5bc1a920e)) - (segment (start 63.754 79.248) (end 63.5 79.502) (width 0.381) (layer "F.Cu") (net 58) (tstamp 7586e147-7514-4a89-a2b5-83fc2e5610b9)) - (segment (start 63.754 76.454) (end 63.754 79.248) (width 0.381) (layer "F.Cu") (net 58) (tstamp b4ea6bc1-4172-4397-b451-a1c595b906c7)) - (segment (start 67.027411 72.24032) (end 63.754 75.513731) (width 0.381) (layer "B.Cu") (net 58) (tstamp 19ea952f-4538-45da-9d52-ec3face70572)) - (segment (start 65.532 59.436) (end 67.027411 60.931411) (width 0.381) (layer "B.Cu") (net 58) (tstamp 49389c67-9970-4f51-81ca-c049d942e7f9)) - (segment (start 67.027411 60.931411) (end 67.027411 72.24032) (width 0.381) (layer "B.Cu") (net 58) (tstamp 5f07f787-e5c6-4985-a660-c6a6b7129da1)) - (segment (start 63.754 75.513731) (end 63.754 76.454) (width 0.381) (layer "B.Cu") (net 58) (tstamp c7bbfe7d-7a89-45df-9870-2b5d69fd9b95)) - (segment (start 54.356 45.212) (end 55.372 44.196) (width 0.381) (layer "F.Cu") (net 59) (tstamp 3de2e136-d81c-4fa2-9d6e-978dccd399b8)) - (segment (start 55.372 44.196) (end 57.912 44.196) (width 0.381) (layer "F.Cu") (net 59) (tstamp cdcdbc98-c41b-427c-bd12-dee5d1358d2e)) - (segment (start 55.372 101.092) (end 54.102 102.362) (width 0.381) (layer "F.Cu") (net 60) (tstamp 5a6ad780-6530-430c-8882-c37512707d1d)) - (segment (start 57.912 101.092) (end 55.372 101.092) (width 0.381) (layer "F.Cu") (net 60) (tstamp fe742104-35cc-45b7-8583-a74fc462a001)) - (segment (start 57.912 56.896) (end 55.365512 59.442488) (width 0.381) (layer "F.Cu") (net 61) (tstamp 10e20106-6c1e-4dd9-ad41-d1a87cf228e7)) - (segment (start 55.365512 59.442488) (end 55.365512 62.097858) (width 0.381) (layer "F.Cu") (net 61) (tstamp 389d1ba0-0997-45f2-b9f1-f3cfebbacbb8)) - (segment (start 54.21737 63.246) (end 53.086 63.246) (width 0.381) (layer "F.Cu") (net 61) (tstamp 839916fb-a3bc-4e8b-8e6a-ccd6903ed327)) - (segment (start 55.365512 62.097858) (end 54.21737 63.246) (width 0.381) (layer "F.Cu") (net 61) (tstamp f6df0d70-5bb7-4d48-9173-a06be1142ffd)) - (segment (start 58.975501 114.982501) (end 57.785 113.792) (width 0.381) (layer "F.Cu") (net 62) (tstamp 32911434-8bbb-4678-b64d-8e79ad14ae3b)) - (segment (start 54.356 120.904) (end 55.48737 120.904) (width 0.381) (layer "F.Cu") (net 62) (tstamp 40114d0e-0f5d-4107-8f96-2d15da66e794)) - (segment (start 55.48737 120.904) (end 58.975501 117.415869) (width 0.381) (layer "F.Cu") (net 62) (tstamp 810b6888-7ad3-40b9-992d-c75063ed423a)) - (segment (start 58.975501 117.415869) (end 58.975501 114.982501) (width 0.381) (layer "F.Cu") (net 62) (tstamp a4ed1011-7257-43f4-9d40-c6e7540b85ce)) - (segment (start 27.432 66.929) (end 33.02 72.517) (width 0.381) (layer "F.Cu") (net 63) (tstamp b77abda2-6435-492c-8b54-8fb208353335)) - (segment (start 27.432 62.484) (end 27.432 66.929) (width 0.381) (layer "F.Cu") (net 63) (tstamp ba8f83f0-43f5-4088-b3b0-0381fc703d63)) - (segment (start 65.532 54.356) (end 68.707 51.181) (width 0.381) (layer "F.Cu") (net 64) (tstamp 9d5c78a7-f93d-4195-9aa4-f2331fa71560)) - (segment (start 67.056 113.792) (end 69.088 115.824) (width 0.381) (layer "F.Cu") (net 65) (tstamp cbd58b81-3b91-43e6-9830-0ee5a642740b)) - (segment (start 65.405 113.792) (end 67.056 113.792) (width 0.381) (layer "F.Cu") (net 65) (tstamp d171b36a-19ad-4d41-ba44-30d070450c3d)) - (segment (start 79.756 75.946) (end 76.2 79.502) (width 0.381) (layer "F.Cu") (net 66) (tstamp 54623413-b0cc-4965-a201-82e273dfaa99)) - (segment (start 77.381 79.502) (end 83.82 85.941) (width 0.381) (layer "F.Cu") (net 66) (tstamp 7be69d80-2884-48ba-b728-37773e105c37)) - (segment (start 76.2 79.502) (end 77.381 79.502) (width 0.381) (layer "F.Cu") (net 66) (tstamp 8b99a3b6-5668-413f-9d17-de543f84ef22)) - (segment (start 83.82 85.941) (end 83.82 88.392) (width 0.381) (layer "F.Cu") (net 66) (tstamp a91258e4-f0a8-40a0-8978-a3cac2d8382f)) - (segment (start 33.274 81.534) (end 38.560499 76.247501) (width 0.381) (layer "F.Cu") (net 67) (tstamp 2cf401cb-1433-449a-8725-80f30d5febc6)) - (segment (start 43.894499 76.247501) (end 49.53 70.612) (width 0.381) (layer "F.Cu") (net 67) (tstamp 3550c1b7-aef5-443e-ad4b-202e613a3981)) - (segment (start 38.560499 76.247501) (end 43.894499 76.247501) (width 0.381) (layer "F.Cu") (net 67) (tstamp 5e131089-eb04-49ed-840b-0cce713b20ea)) - (segment (start 28.194 119.126) (end 28.194 124.46) (width 0.381) (layer "F.Cu") (net 68) (tstamp 50d8978b-afc5-49fa-bb6b-815cf7ec83bb)) - (segment (start 28.194 124.46) (end 33.02 129.286) (width 0.381) (layer "F.Cu") (net 68) (tstamp 7f2e6dd5-d6a7-423f-a833-0781d007d7c3)) - (segment (start 63.071499 61.309557) (end 63.071499 54.276501) (width 0.381) (layer "F.Cu") (net 69) (tstamp 0784a526-f7ce-43c5-b551-c8f4fdd34571)) - (segment (start 65.532 51.816) (end 63.071499 54.276501) (width 0.381) (layer "F.Cu") (net 69) (tstamp 59ac9b5b-711b-401d-8a08-e70fd2e790f7)) - (segment (start 61.451942 66.802) (end 59.69 66.802) (width 0.381) (layer "F.Cu") (net 69) (tstamp 819e7b64-d8f1-431c-8277-662a058d9caf)) - (segment (start 64.436501 62.674559) (end 64.436501 63.817441) (width 0.381) (layer "F.Cu") (net 69) (tstamp bf4b9c3a-09ad-4654-8f3e-d0fd340c2900)) - (segment (start 63.071499 61.309557) (end 64.436501 62.674559) (width 0.381) (layer "F.Cu") (net 69) (tstamp cfa18cdf-fff0-4470-adf6-f9e0b970ada5)) - (segment (start 64.436501 63.817441) (end 61.451942 66.802) (width 0.381) (layer "F.Cu") (net 69) (tstamp f666df93-3574-4563-93b9-d9c6039f5f84)) - (segment (start 60.007441 127.682501) (end 50.466501 127.682501) (width 0.381) (layer "F.Cu") (net 70) (tstamp 094cf416-b903-458d-a498-14615e3c76d2)) - (segment (start 60.626501 127.063441) (end 60.007441 127.682501) (width 0.381) (layer "F.Cu") (net 70) (tstamp 1d87ef40-105f-4e9f-a6b5-98939c7b577e)) - (segment (start 50.466501 127.682501) (end 49.276 126.492) (width 0.381) (layer "F.Cu") (net 70) (tstamp 55aa1d73-aaaa-4caa-b312-0f7d5e942dc7)) - (segment (start 66.204999 120.976943) (end 60.626501 126.555441) (width 0.381) (layer "F.Cu") (net 70) (tstamp 776f89a4-1acd-4411-b701-2457180de855)) - (segment (start 60.626501 126.555441) (end 60.626501 127.063441) (width 0.381) (layer "F.Cu") (net 70) (tstamp e1e3d291-db1e-49f5-b235-08ba1fd9c913)) - (segment (start 66.204999 117.131999) (end 66.204999 120.976943) (width 0.381) (layer "F.Cu") (net 70) (tstamp eea8f19b-fbea-40a0-b190-da6828bebc66)) - (segment (start 65.405 116.332) (end 66.204999 117.131999) (width 0.381) (layer "F.Cu") (net 70) (tstamp f35e6994-9735-4ca2-8add-ba8fae6873d5)) - (segment (start 48.222001 45.411943) (end 48.222001 41.185999) (width 0.381) (layer "F.Cu") (net 71) (tstamp 0a570f96-f805-4944-b3e6-63327c248ee2)) - (segment (start 63.071499 50.466501) (end 53.276559 50.466501) (width 0.381) (layer "F.Cu") (net 71) (tstamp 0ffba134-1f62-448f-923b-73ee56000090)) - (segment (start 53.276559 50.466501) (end 48.222001 45.411943) (width 0.381) (layer "F.Cu") (net 71) (tstamp 22fe982d-45b5-4744-8e58-d3475367da7f)) - (segment (start 67.564 49.276) (end 69.469 47.371) (width 0.381) (layer "F.Cu") (net 71) (tstamp be8af741-2239-49fd-9625-a292cd06bb44)) - (segment (start 64.262 49.276) (end 63.071499 50.466501) (width 0.381) (layer "F.Cu") (net 71) (tstamp dbdbadf6-cdf0-4fb3-8d1a-622350d14776)) - (segment (start 48.222001 41.185999) (end 49.022 40.386) (width 0.381) (layer "F.Cu") (net 71) (tstamp dc9e0f60-5201-4ce1-a6cc-3c00dd0783a8)) - (segment (start 64.262 49.276) (end 67.564 49.276) (width 0.381) (layer "F.Cu") (net 71) (tstamp f09bef98-38e5-41f3-b85f-774aef099736)) - (segment (start 70.278501 110.061499) (end 69.088 111.252) (width 0.381) (layer "F.Cu") (net 72) (tstamp 078a797f-6d80-4e86-8be0-c600b8f51c55)) - (segment (start 65.532 103.632) (end 67.564 103.632) (width 0.381) (layer "F.Cu") (net 72) (tstamp 91255c75-3a7f-489b-828e-b3144a513d3c)) - (segment (start 59.69 97.028) (end 59.69 97.79) (width 0.381) (layer "F.Cu") (net 72) (tstamp c95ce0a5-f056-4b9e-9e7d-7287e275453c)) - (segment (start 70.278501 106.346501) (end 70.278501 110.061499) (width 0.381) (layer "F.Cu") (net 72) (tstamp ceb9085a-4b57-421e-a8ab-8d6cf6fdac96)) - (segment (start 59.69 97.79) (end 65.532 103.632) (width 0.381) (layer "F.Cu") (net 72) (tstamp e408bebc-7bcd-4291-a137-cfc7994de4ad)) - (segment (start 67.564 103.632) (end 70.278501 106.346501) (width 0.381) (layer "F.Cu") (net 72) (tstamp e9a7943a-d56b-45e2-934c-cbcaaf9dad58)) - - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005de3bb7c) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 86.0044 25.4) - (xy 85.9536 137.1346) - (xy 25.4 137.1346) - (xy 25.3746 25.3746) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 85.881621 25.480502) - (xy 85.928114 25.534158) - (xy 85.9395 25.5865) - (xy 85.9395 136.9735) - (xy 85.919498 137.041621) - (xy 85.865842 137.088114) - (xy 85.8135 137.0995) - (xy 25.5865 137.0995) - (xy 25.518379 137.079498) - (xy 25.471886 137.025842) - (xy 25.4605 136.9735) - (xy 25.4605 134.62) - (xy 26.584341 134.62) - (xy 26.604937 134.855411) - (xy 26.666096 135.083661) - (xy 26.666098 135.083665) - (xy 26.765966 135.297832) - (xy 26.901498 135.491392) - (xy 26.901502 135.491397) - (xy 26.901505 135.491401) - (xy 27.068599 135.658495) - (xy 27.068603 135.658498) - (xy 27.068607 135.658501) - (xy 27.262167 135.794033) - (xy 27.262166 135.794033) - (xy 27.338304 135.829537) - (xy 27.476337 135.893903) - (xy 27.704592 135.955063) - (xy 27.881034 135.9705) - (xy 27.881035 135.9705) - (xy 27.998965 135.9705) - (xy 27.998966 135.9705) - (xy 28.175408 135.955063) - (xy 28.403663 135.893903) - (xy 28.617829 135.794035) - (xy 28.811401 135.658495) - (xy 28.978495 135.491401) - (xy 29.114035 135.29783) - (xy 29.213903 135.083663) - (xy 29.275063 134.855408) - (xy 29.295659 134.62) - (xy 82.104341 134.62) - (xy 82.124937 134.855411) - (xy 82.186096 135.083661) - (xy 82.186098 135.083665) - (xy 82.285966 135.297832) - (xy 82.421498 135.491392) - (xy 82.421502 135.491397) - (xy 82.421505 135.491401) - (xy 82.588599 135.658495) - (xy 82.588603 135.658498) - (xy 82.588607 135.658501) - (xy 82.782167 135.794033) - (xy 82.782166 135.794033) - (xy 82.858304 135.829536) - (xy 82.996337 135.893903) - (xy 83.224592 135.955063) - (xy 83.401034 135.9705) - (xy 83.401035 135.9705) - (xy 83.518965 135.9705) - (xy 83.518966 135.9705) - (xy 83.695408 135.955063) - (xy 83.923663 135.893903) - (xy 84.137829 135.794035) - (xy 84.331401 135.658495) - (xy 84.498495 135.491401) - (xy 84.634035 135.29783) - (xy 84.733903 135.083663) - (xy 84.795063 134.855408) - (xy 84.815659 134.62) - (xy 84.795063 134.384592) - (xy 84.733903 134.156337) - (xy 84.634035 133.942171) - (xy 84.634034 133.942169) - (xy 84.634033 133.942167) - (xy 84.498501 133.748607) - (xy 84.498497 133.748602) - (xy 84.498495 133.748599) - (xy 84.331401 133.581505) - (xy 84.331397 133.581502) - (xy 84.331392 133.581498) - (xy 84.137832 133.445966) - (xy 84.137833 133.445966) - (xy 83.923665 133.346098) - (xy 83.923661 133.346096) - (xy 83.695411 133.284937) - (xy 83.563076 133.273359) - (xy 83.518966 133.2695) - (xy 83.401034 133.2695) - (xy 83.365745 133.272587) - (xy 83.224588 133.284937) - (xy 82.996338 133.346096) - (xy 82.996334 133.346098) - (xy 82.782167 133.445966) - (xy 82.588607 133.581498) - (xy 82.588596 133.581507) - (xy 82.421507 133.748596) - (xy 82.421502 133.748602) - (xy 82.285965 133.942169) - (xy 82.186098 134.156334) - (xy 82.186096 134.156338) - (xy 82.124937 134.384588) - (xy 82.104341 134.62) - (xy 29.295659 134.62) - (xy 29.275063 134.384592) - (xy 29.213903 134.156337) - (xy 29.114035 133.942171) - (xy 29.114034 133.942169) - (xy 29.114033 133.942167) - (xy 28.978501 133.748607) - (xy 28.978497 133.748602) - (xy 28.978495 133.748599) - (xy 28.811401 133.581505) - (xy 28.811397 133.581502) - (xy 28.811392 133.581498) - (xy 28.617832 133.445966) - (xy 28.617833 133.445966) - (xy 28.403665 133.346098) - (xy 28.403661 133.346096) - (xy 28.175411 133.284937) - (xy 28.043076 133.273359) - (xy 27.998966 133.2695) - (xy 27.881034 133.2695) - (xy 27.845745 133.272587) - (xy 27.704588 133.284937) - (xy 27.476338 133.346096) - (xy 27.476334 133.346098) - (xy 27.262167 133.445966) - (xy 27.068607 133.581498) - (xy 27.068596 133.581507) - (xy 26.901507 133.748596) - (xy 26.901502 133.748602) - (xy 26.765965 133.942169) - (xy 26.666098 134.156334) - (xy 26.666096 134.156338) - (xy 26.604937 134.384588) - (xy 26.584341 134.62) - (xy 25.4605 134.62) - (xy 25.4605 128.404832) - (xy 25.480502 128.336711) - (xy 25.534158 128.290218) - (xy 25.604432 128.280114) - (xy 25.669012 128.309608) - (xy 25.675581 128.315724) - (xy 26.890053 129.530195) - (xy 28.265997 130.906139) - (xy 28.300023 130.968451) - (xy 28.302902 130.995234) - (xy 28.302902 130.998594) - (xy 28.302902 130.998596) - (xy 28.302902 130.9986) - (xy 28.322857 131.226687) - (xy 28.382116 131.447843) - (xy 28.478877 131.655349) - (xy 28.610202 131.8429) - (xy 28.7721 132.004798) - (xy 28.959651 132.136123) - (xy 29.167157 132.232884) - (xy 29.388313 132.292143) - (xy 29.6164 132.312098) - (xy 29.844487 132.292143) - (xy 30.065643 132.232884) - (xy 30.273149 132.136123) - (xy 30.4607 132.004798) - (xy 30.622598 131.8429) - (xy 30.634432 131.826) - (xy 31.706502 131.826) - (xy 31.726457 132.054087) - (xy 31.748438 132.136122) - (xy 31.785715 132.27524) - (xy 31.785717 132.275246) - (xy 31.88236 132.482498) - (xy 31.882477 132.482749) - (xy 32.013802 132.6703) - (xy 32.1757 132.832198) - (xy 32.363251 132.963523) - (xy 32.570757 133.060284) - (xy 32.791913 133.119543) - (xy 33.02 133.139498) - (xy 33.248087 133.119543) - (xy 33.469243 133.060284) - (xy 33.676749 132.963523) - (xy 33.8643 132.832198) - (xy 34.026198 132.6703) - (xy 34.157523 132.482749) - (xy 34.254284 132.275243) - (xy 34.313543 132.054087) - (xy 34.333498 131.826) - (xy 34.313543 131.597913) - (xy 34.254284 131.376757) - (xy 34.157523 131.169251) - (xy 34.026198 130.9817) - (xy 33.8643 130.819802) - (xy 33.676749 130.688477) - (xy 33.63813 130.670469) - (xy 33.637543 130.670195) - (xy 33.584258 130.623279) - (xy 33.564796 130.555002) - (xy 33.585337 130.487042) - (xy 33.637543 130.441805) - (xy 33.639997 130.44066) - (xy 33.676749 130.423523) - (xy 33.8643 130.292198) - (xy 34.026198 130.1303) - (xy 34.157523 129.942749) - (xy 34.254284 129.735243) - (xy 34.313543 129.514087) - (xy 34.333498 129.286) - (xy 39.326502 129.286) - (xy 39.346457 129.514087) - (xy 39.365645 129.585698) - (xy 39.405715 129.73524) - (xy 39.405717 129.735246) - (xy 39.502477 129.942749) - (xy 39.537244 129.992402) - (xy 39.633802 130.1303) - (xy 39.7957 130.292198) - (xy 39.983251 130.423523) - (xy 40.022453 130.441803) - (xy 40.023047 130.44208) - (xy 40.076332 130.488996) - (xy 40.095794 130.557273) - (xy 40.075253 130.625233) - (xy 40.023051 130.670468) - (xy 39.983504 130.68891) - (xy 39.796025 130.820184) - (xy 39.796019 130.820189) - (xy 39.634189 130.982019) - (xy 39.634184 130.982025) - (xy 39.502912 131.169501) - (xy 39.406188 131.376926) - (xy 39.406186 131.376931) - (xy 39.353917 131.572) - (xy 40.328314 131.572) - (xy 40.312359 131.587955) - (xy 40.254835 131.700852) - (xy 40.235014 131.826) - (xy 40.254835 131.951148) - (xy 40.312359 132.064045) - (xy 40.328314 132.08) - (xy 39.353918 132.08) - (xy 39.406186 132.275068) - (xy 39.406188 132.275073) - (xy 39.502912 132.482498) - (xy 39.634184 132.669974) - (xy 39.634189 132.66998) - (xy 39.796019 132.83181) - (xy 39.796025 132.831815) - (xy 39.983501 132.963087) - (xy 40.190926 133.059811) - (xy 40.190931 133.059813) - (xy 40.386 133.112081) - (xy 40.386 132.137686) - (xy 40.401955 132.153641) - (xy 40.514852 132.211165) - (xy 40.608519 132.226) - (xy 40.671481 132.226) - (xy 40.765148 132.211165) - (xy 40.878045 132.153641) - (xy 40.894 132.137686) - (xy 40.894 133.112081) - (xy 41.089068 133.059813) - (xy 41.089073 133.059811) - (xy 41.296498 132.963087) - (xy 41.483974 132.831815) - (xy 41.48398 132.83181) - (xy 41.64581 132.66998) - (xy 41.645815 132.669974) - (xy 41.777087 132.482498) - (xy 41.873811 132.275073) - (xy 41.873813 132.275068) - (xy 41.926082 132.08) - (xy 40.951686 132.08) - (xy 40.967641 132.064045) - (xy 41.025165 131.951148) - (xy 41.044986 131.826) - (xy 41.025165 131.700852) - (xy 40.967641 131.587955) - (xy 40.951686 131.572) - (xy 41.926082 131.572) - (xy 41.873813 131.376931) - (xy 41.873811 131.376926) - (xy 41.777087 131.169501) - (xy 41.645815 130.982025) - (xy 41.64581 130.982019) - (xy 41.48398 130.820189) - (xy 41.483974 130.820184) - (xy 41.296497 130.688911) - (xy 41.256949 130.670469) - (xy 41.203665 130.623551) - (xy 41.184205 130.555273) - (xy 41.204748 130.487314) - (xy 41.25695 130.442081) - (xy 41.296749 130.423523) - (xy 41.4843 130.292198) - (xy 41.646198 130.1303) - (xy 41.777523 129.942749) - (xy 41.874284 129.735243) - (xy 41.933543 129.514087) - (xy 41.953498 129.286) - (xy 41.933543 129.057913) - (xy 41.874284 128.836757) - (xy 41.777523 128.629251) - (xy 41.646198 128.4417) - (xy 41.4843 128.279802) - (xy 41.456813 128.260555) - (xy 41.296747 128.148475) - (xy 41.257541 128.130193) - (xy 41.204256 128.083276) - (xy 41.184796 128.014998) - (xy 41.205338 127.947039) - (xy 41.257542 127.901805) - (xy 41.296749 127.883523) - (xy 41.4843 127.752198) - (xy 41.646198 127.5903) - (xy 41.777523 127.402749) - (xy 41.874284 127.195243) - (xy 41.933543 126.974087) - (xy 41.953498 126.746) - (xy 41.933543 126.517913) - (xy 41.874284 126.296757) - (xy 41.777523 126.089251) - (xy 41.646198 125.9017) - (xy 41.4843 125.739802) - (xy 41.484291 125.739796) - (xy 41.415433 125.691581) - (xy 41.296749 125.608477) - (xy 41.257543 125.590195) - (xy 41.204258 125.543279) - (xy 41.184796 125.475002) - (xy 41.205337 125.407042) - (xy 41.257543 125.361805) - (xy 41.259997 125.36066) - (xy 41.296749 125.343523) - (xy 41.4843 125.212198) - (xy 41.646198 125.0503) - (xy 41.777523 124.862749) - (xy 41.874284 124.655243) - (xy 41.933543 124.434087) - (xy 41.953498 124.206) - (xy 41.933543 123.977913) - (xy 41.874284 123.756757) - (xy 41.777523 123.549251) - (xy 41.646198 123.3617) - (xy 41.4843 123.199802) - (xy 41.368757 123.118898) - (xy 41.296749 123.068477) - (xy 41.089246 122.971717) - (xy 41.08924 122.971715) - (xy 40.995771 122.94667) - (xy 40.868087 122.912457) - (xy 40.64 122.892502) - (xy 40.411913 122.912457) - (xy 40.190759 122.971715) - (xy 40.190753 122.971717) - (xy 39.98325 123.068477) - (xy 39.795703 123.199799) - (xy 39.795697 123.199804) - (xy 39.633804 123.361697) - (xy 39.633799 123.361703) - (xy 39.502477 123.54925) - (xy 39.405717 123.756753) - (xy 39.405715 123.756759) - (xy 39.349125 123.967955) - (xy 39.346457 123.977913) - (xy 39.326502 124.206) - (xy 39.346457 124.434087) - (xy 39.373133 124.533641) - (xy 39.405715 124.65524) - (xy 39.405717 124.655246) - (xy 39.502477 124.862749) - (xy 39.535032 124.909243) - (xy 39.633802 125.0503) - (xy 39.7957 125.212198) - (xy 39.983251 125.343523) - (xy 40.006742 125.354477) - (xy 40.022457 125.361805) - (xy 40.075742 125.408722) - (xy 40.095203 125.476999) - (xy 40.074661 125.544959) - (xy 40.022457 125.590195) - (xy 39.98325 125.608477) - (xy 39.795703 125.739799) - (xy 39.795697 125.739804) - (xy 39.633804 125.901697) - (xy 39.633799 125.901703) - (xy 39.502477 126.08925) - (xy 39.405717 126.296753) - (xy 39.405715 126.296759) - (xy 39.353401 126.491999) - (xy 39.346457 126.517913) - (xy 39.326502 126.746) - (xy 39.346457 126.974087) - (xy 39.370752 127.064756) - (xy 39.405715 127.19524) - (xy 39.405717 127.195246) - (xy 39.502477 127.402749) - (xy 39.583039 127.517804) - (xy 39.633802 127.5903) - (xy 39.7957 127.752198) - (xy 39.795703 127.7522) - (xy 39.983249 127.883522) - (xy 39.98325 127.883522) - (xy 39.983251 127.883523) - (xy 40.022457 127.901805) - (xy 40.075741 127.948719) - (xy 40.095203 128.016996) - (xy 40.074663 128.084956) - (xy 40.022459 128.130193) - (xy 39.983251 128.148476) - (xy 39.795703 128.279799) - (xy 39.795697 128.279804) - (xy 39.633804 128.441697) - (xy 39.633799 128.441703) - (xy 39.502477 128.62925) - (xy 39.405717 128.836753) - (xy 39.405715 128.836759) - (xy 39.346457 129.057912) - (xy 39.346457 129.057913) - (xy 39.326502 129.286) - (xy 34.333498 129.286) - (xy 34.313543 129.057913) - (xy 34.254284 128.836757) - (xy 34.157523 128.629251) - (xy 34.026198 128.4417) - (xy 33.8643 128.279802) - (xy 33.836813 128.260555) - (xy 33.676747 128.148475) - (xy 33.637541 128.130193) - (xy 33.584256 128.083276) - (xy 33.564796 128.014998) - (xy 33.585338 127.947039) - (xy 33.637542 127.901805) - (xy 33.676749 127.883523) - (xy 33.8643 127.752198) - (xy 34.026198 127.5903) - (xy 34.157523 127.402749) - (xy 34.254284 127.195243) - (xy 34.313543 126.974087) - (xy 34.333498 126.746) - (xy 34.313543 126.517913) - (xy 34.254284 126.296757) - (xy 34.157523 126.089251) - (xy 34.026198 125.9017) - (xy 33.8643 125.739802) - (xy 33.864295 125.739799) - (xy 33.864292 125.739796) - (xy 33.860995 125.737487) - (xy 33.816669 125.682028) - (xy 33.809363 125.611409) - (xy 33.841396 125.548049) - (xy 33.902599 125.512067) - (xy 33.919801 125.508999) - (xy 33.929201 125.507989) - (xy 34.066204 125.456889) - (xy 34.130548 125.408722) - (xy 34.183261 125.369261) - (xy 34.270887 125.252207) - (xy 34.270887 125.252206) - (xy 34.270889 125.252204) - (xy 34.318409 125.124799) - (xy 34.321988 125.115204) - (xy 34.32199 125.115196) - (xy 34.328499 125.054649) - (xy 34.3285 125.054632) - (xy 34.3285 123.357367) - (xy 34.328499 123.35735) - (xy 34.32199 123.296803) - (xy 34.321988 123.296795) - (xy 34.285811 123.199804) - (xy 34.270889 123.159796) - (xy 34.270888 123.159794) - (xy 34.270887 123.159792) - (xy 34.183261 123.042738) - (xy 34.066207 122.955112) - (xy 34.066202 122.95511) - (xy 33.929204 122.904011) - (xy 33.929196 122.904009) - (xy 33.868649 122.8975) - (xy 33.868638 122.8975) - (xy 32.171362 122.8975) - (xy 32.17135 122.8975) - (xy 32.110803 122.904009) - (xy 32.110795 122.904011) - (xy 31.973797 122.95511) - (xy 31.973792 122.955112) - (xy 31.856738 123.042738) - (xy 31.769112 123.159792) - (xy 31.76911 123.159797) - (xy 31.718011 123.296795) - (xy 31.718009 123.296803) - (xy 31.7115 123.35735) - (xy 31.7115 125.054649) - (xy 31.718009 125.115196) - (xy 31.718011 125.115204) - (xy 31.76911 125.252202) - (xy 31.769112 125.252207) - (xy 31.856738 125.369261) - (xy 31.973792 125.456887) - (xy 31.973794 125.456888) - (xy 31.973796 125.456889) - (xy 32.110799 125.507989) - (xy 32.120191 125.508998) - (xy 32.185784 125.536163) - (xy 32.226279 125.594479) - (xy 32.228817 125.66543) - (xy 32.192593 125.72649) - (xy 32.17901 125.737483) - (xy 32.175708 125.739795) - (xy 32.175697 125.739804) - (xy 32.013804 125.901697) - (xy 32.013799 125.901703) - (xy 31.882477 126.08925) - (xy 31.785717 126.296753) - (xy 31.785715 126.296759) - (xy 31.733401 126.491999) - (xy 31.726457 126.517913) - (xy 31.706502 126.746) - (xy 31.726457 126.974087) - (xy 31.750752 127.064756) - (xy 31.785715 127.19524) - (xy 31.785717 127.195246) - (xy 31.882477 127.402749) - (xy 31.963039 127.517804) - (xy 32.013802 127.5903) - (xy 32.1757 127.752198) - (xy 32.175703 127.7522) - (xy 32.363249 127.883522) - (xy 32.36325 127.883522) - (xy 32.363251 127.883523) - (xy 32.402457 127.901805) - (xy 32.455741 127.948719) - (xy 32.475203 128.016996) - (xy 32.454663 128.084956) - (xy 32.402459 128.130193) - (xy 32.363251 128.148476) - (xy 32.175703 128.279799) - (xy 32.175697 128.279804) - (xy 32.013804 128.441697) - (xy 32.013799 128.441703) - (xy 31.882477 128.62925) - (xy 31.785717 128.836753) - (xy 31.785715 128.836759) - (xy 31.726457 129.057912) - (xy 31.726457 129.057913) - (xy 31.706502 129.286) - (xy 31.726457 129.514087) - (xy 31.745645 129.585698) - (xy 31.785715 129.73524) - (xy 31.785717 129.735246) - (xy 31.882477 129.942749) - (xy 31.917244 129.992402) - (xy 32.013802 130.1303) - (xy 32.1757 130.292198) - (xy 32.175703 130.2922) - (xy 32.363249 130.423522) - (xy 32.36325 130.423522) - (xy 32.363251 130.423523) - (xy 32.402457 130.441805) - (xy 32.455741 130.488719) - (xy 32.475203 130.556996) - (xy 32.454663 130.624956) - (xy 32.402459 130.670193) - (xy 32.363251 130.688476) - (xy 32.175703 130.819799) - (xy 32.175697 130.819804) - (xy 32.013804 130.981697) - (xy 32.013799 130.981703) - (xy 31.882477 131.16925) - (xy 31.785717 131.376753) - (xy 31.785715 131.376759) - (xy 31.7334 131.572) - (xy 31.726457 131.597913) - (xy 31.706502 131.826) - (xy 30.634432 131.826) - (xy 30.753923 131.655349) - (xy 30.850684 131.447843) - (xy 30.909943 131.226687) - (xy 30.929898 130.9986) - (xy 30.909943 130.770513) - (xy 30.850684 130.549357) - (xy 30.753923 130.341851) - (xy 30.622598 130.1543) - (xy 30.4607 129.992402) - (xy 30.460696 129.992399) - (xy 30.273146 129.861074) - (xy 30.268385 129.858326) - (xy 30.269423 129.856527) - (xy 30.222932 129.815563) - (xy 30.203495 129.747279) - (xy 30.224061 129.679326) - (xy 30.269182 129.640264) - (xy 30.26813 129.638441) - (xy 30.272896 129.635688) - (xy 30.344288 129.585699) - (xy 30.344288 129.585698) - (xy 29.655917 128.897327) - (xy 29.741548 128.883765) - (xy 29.854445 128.826241) - (xy 29.944041 128.736645) - (xy 30.001565 128.623748) - (xy 30.015127 128.538118) - (xy 30.703497 129.226488) - (xy 30.703499 129.226488) - (xy 30.753488 129.155097) - (xy 30.850211 128.947673) - (xy 30.850213 128.947668) - (xy 30.909448 128.726602) - (xy 30.929395 128.4986) - (xy 30.909448 128.270597) - (xy 30.850213 128.049531) - (xy 30.850211 128.049526) - (xy 30.753486 127.842098) - (xy 30.703499 127.77071) - (xy 30.015126 128.459081) - (xy 30.001565 128.373452) - (xy 29.944041 128.260555) - (xy 29.854445 128.170959) - (xy 29.741548 128.113435) - (xy 29.655917 128.099872) - (xy 30.344288 127.411499) - (xy 30.344288 127.411498) - (xy 30.272901 127.361513) - (xy 30.065473 127.264788) - (xy 30.065468 127.264786) - (xy 29.8444 127.205551) - (xy 29.844404 127.205551) - (xy 29.616399 127.185604) - (xy 29.388397 127.205551) - (xy 29.167331 127.264786) - (xy 29.167326 127.264788) - (xy 28.9599 127.361513) - (xy 28.888509 127.4115) - (xy 29.576881 128.099872) - (xy 29.491252 128.113435) - (xy 29.378355 128.170959) - (xy 29.288759 128.260555) - (xy 29.231235 128.373452) - (xy 29.217672 128.459082) - (xy 28.5293 127.770709) - (xy 28.479313 127.8421) - (xy 28.382588 128.049526) - (xy 28.382586 128.049531) - (xy 28.342429 128.199401) - (xy 28.305477 128.260024) - (xy 28.241617 128.291045) - (xy 28.171122 128.282617) - (xy 28.131628 128.255886) - (xy 26.977404 127.101661) - (xy 26.943378 127.039349) - (xy 26.940499 127.012566) - (xy 26.940499 121.411351) - (xy 26.960501 121.34323) - (xy 27.014157 121.296737) - (xy 27.084431 121.286633) - (xy 27.129499 121.302232) - (xy 27.149622 121.31385) - (xy 27.167334 121.324076) - (xy 27.180245 121.328271) - (xy 27.198498 121.335831) - (xy 27.210595 121.341995) - (xy 27.276826 121.359741) - (xy 27.279947 121.360665) - (xy 27.345163 121.381856) - (xy 27.358649 121.383273) - (xy 27.378088 121.386875) - (xy 27.391204 121.39039) - (xy 27.39121 121.39039) - (xy 27.391213 121.390391) - (xy 27.430292 121.392437) - (xy 27.459673 121.393977) - (xy 27.462934 121.394233) - (xy 27.484499 121.396501) - (xy 27.506175 121.396501) - (xy 27.509447 121.396586) - (xy 27.568728 121.399692) - (xy 27.577927 121.400175) - (xy 27.577927 121.400174) - (xy 27.577929 121.400175) - (xy 27.591333 121.398051) - (xy 27.611044 121.396501) - (xy 39.255274 121.396501) - (xy 39.274984 121.398051) - (xy 39.288389 121.400175) - (xy 39.35687 121.396586) - (xy 39.360143 121.396501) - (xy 39.381811 121.396501) - (xy 39.381819 121.396501) - (xy 39.403426 121.394229) - (xy 39.406608 121.393979) - (xy 39.475114 121.39039) - (xy 39.488219 121.386877) - (xy 39.50767 121.383273) - (xy 39.521155 121.381856) - (xy 39.521157 121.381855) - (xy 39.521159 121.381855) - (xy 39.586341 121.360675) - (xy 39.58949 121.359741) - (xy 39.655723 121.341995) - (xy 39.667812 121.335834) - (xy 39.686076 121.328269) - (xy 39.698984 121.324076) - (xy 39.698987 121.324074) - (xy 39.698988 121.324074) - (xy 39.708049 121.318841) - (xy 39.758384 121.28978) - (xy 39.761237 121.288232) - (xy 39.822324 121.257108) - (xy 39.83287 121.248566) - (xy 39.849158 121.237372) - (xy 39.860914 121.230586) - (xy 39.860917 121.230582) - (xy 39.860919 121.230582) - (xy 39.911852 121.184721) - (xy 39.914361 121.182578) - (xy 39.917422 121.180098) - (xy 39.931205 121.168938) - (xy 39.946544 121.153598) - (xy 39.9489 121.151361) - (xy 39.999868 121.105471) - (xy 40.007853 121.094479) - (xy 40.020682 121.079459) - (xy 40.139663 120.960478) - (xy 40.201973 120.926454) - (xy 40.272788 120.931519) - (xy 40.329624 120.974066) - (xy 40.354276 121.038592) - (xy 40.362456 121.132081) - (xy 40.362457 121.132087) - (xy 40.386 121.21995) - (xy 40.421715 121.35324) - (xy 40.421717 121.353246) - (xy 40.469398 121.455498) - (xy 40.518477 121.560749) - (xy 40.649802 121.7483) - (xy 40.8117 121.910198) - (xy 40.999251 122.041523) - (xy 41.206757 122.138284) - (xy 41.427913 122.197543) - (xy 41.656 122.217498) - (xy 41.884087 122.197543) - (xy 42.105243 122.138284) - (xy 42.312749 122.041523) - (xy 42.5003 121.910198) - (xy 42.662198 121.7483) - (xy 42.793523 121.560749) - (xy 42.890284 121.353243) - (xy 42.949543 121.132087) - (xy 42.969498 120.904) - (xy 42.949543 120.675913) - (xy 42.890284 120.454757) - (xy 42.793523 120.247251) - (xy 42.752295 120.188371) - (xy 42.729607 120.121097) - (xy 42.746892 120.052236) - (xy 42.798662 120.003652) - (xy 42.855508 119.9901) - (xy 50.616492 119.9901) - (xy 50.684613 120.010102) - (xy 50.731106 120.063758) - (xy 50.74121 120.134032) - (xy 50.719705 120.188371) - (xy 50.678477 120.24725) - (xy 50.581717 120.454753) - (xy 50.581715 120.454759) - (xy 50.522456 120.675913) - (xy 50.522457 120.675913) - (xy 50.502502 120.904) - (xy 50.522457 121.132087) - (xy 50.532331 121.168938) - (xy 50.581715 121.35324) - (xy 50.581717 121.353246) - (xy 50.629398 121.455498) - (xy 50.678477 121.560749) - (xy 50.809802 121.7483) - (xy 50.9717 121.910198) - (xy 51.159251 122.041523) - (xy 51.366757 122.138284) - (xy 51.587913 122.197543) - (xy 51.816 122.217498) - (xy 52.044087 122.197543) - (xy 52.265243 122.138284) - (xy 52.472749 122.041523) - (xy 52.6603 121.910198) - (xy 52.822198 121.7483) - (xy 52.953523 121.560749) - (xy 52.971805 121.521542) - (xy 53.018718 121.468259) - (xy 53.086995 121.448796) - (xy 53.154955 121.469336) - (xy 53.200193 121.521541) - (xy 53.218475 121.560747) - (xy 53.349799 121.748296) - (xy 53.349802 121.7483) - (xy 53.5117 121.910198) - (xy 53.699251 122.041523) - (xy 53.906757 122.138284) - (xy 54.127913 122.197543) - (xy 54.356 122.217498) - (xy 54.584087 122.197543) - (xy 54.805243 122.138284) - (xy 55.012749 122.041523) - (xy 55.2003 121.910198) - (xy 55.362198 121.7483) - (xy 55.493523 121.560749) - (xy 55.590284 121.353243) - (xy 55.649543 121.132087) - (xy 55.669498 120.904) - (xy 55.649543 120.675913) - (xy 55.590284 120.454757) - (xy 55.493523 120.247251) - (xy 55.362198 120.0597) - (xy 55.2003 119.897802) - (xy 55.17974 119.883406) - (xy 55.012749 119.766477) - (xy 54.805246 119.669717) - (xy 54.80524 119.669715) - (xy 54.610375 119.617501) - (xy 54.584087 119.610457) - (xy 54.356 119.590502) - (xy 54.127913 119.610457) - (xy 53.906759 119.669715) - (xy 53.906753 119.669717) - (xy 53.69925 119.766477) - (xy 53.511703 119.897799) - (xy 53.511697 119.897804) - (xy 53.349804 120.059697) - (xy 53.349799 120.059703) - (xy 53.218477 120.24725) - (xy 53.200195 120.286457) - (xy 53.153278 120.339742) - (xy 53.085001 120.359203) - (xy 53.017041 120.338661) - (xy 52.971805 120.286457) - (xy 52.969894 120.282359) - (xy 52.953523 120.247251) - (xy 52.858308 120.111271) - (xy 52.835621 120.043998) - (xy 52.852906 119.975138) - (xy 52.904675 119.926553) - (xy 52.922578 119.919171) - (xy 52.927185 119.917675) - (xy 52.986585 119.883379) - (xy 52.989438 119.881831) - (xy 53.050525 119.850707) - (xy 53.061071 119.842165) - (xy 53.077359 119.830971) - (xy 53.089115 119.824185) - (xy 53.089118 119.824181) - (xy 53.08912 119.824181) - (xy 53.140053 119.77832) - (xy 53.142562 119.776177) - (xy 53.145623 119.773697) - (xy 53.159406 119.762537) - (xy 53.174745 119.747197) - (xy 53.177101 119.74496) - (xy 53.228069 119.69907) - (xy 53.236054 119.688078) - (xy 53.248883 119.673058) - (xy 54.263539 118.658402) - (xy 54.325851 118.624377) - (xy 54.352634 118.621498) - (xy 54.355994 118.621498) - (xy 54.355997 118.621497) - (xy 54.356 118.621498) - (xy 54.584087 118.601543) - (xy 54.805243 118.542284) - (xy 55.012749 118.445523) - (xy 55.2003 118.314198) - (xy 55.362198 118.1523) - (xy 55.493523 117.964749) - (xy 55.590284 117.757243) - (xy 55.649543 117.536087) - (xy 55.667003 117.336515) - (xy 55.692865 117.2704) - (xy 55.750369 117.228761) - (xy 55.792523 117.2215) - (xy 56.771812 117.2215) - (xy 56.839933 117.241502) - (xy 56.860906 117.258404) - (xy 56.9407 117.338198) - (xy 57.128251 117.469523) - (xy 57.335757 117.566284) - (xy 57.556913 117.625543) - (xy 57.785 117.645498) - (xy 58.013087 117.625543) - (xy 58.234243 117.566284) - (xy 58.441749 117.469523) - (xy 58.6293 117.338198) - (xy 58.791198 117.1763) - (xy 58.922523 116.988749) - (xy 59.019284 116.781243) - (xy 59.078543 116.560087) - (xy 59.098498 116.332) - (xy 59.078543 116.103913) - (xy 59.019284 115.882757) - (xy 58.922523 115.675251) - (xy 58.791198 115.4877) - (xy 58.6293 115.325802) - (xy 58.624583 115.322499) - (xy 58.441747 115.194475) - (xy 58.402541 115.176193) - (xy 58.349256 115.129276) - (xy 58.329796 115.060998) - (xy 58.350338 114.993039) - (xy 58.402542 114.947805) - (xy 58.441749 114.929523) - (xy 58.6293 114.798198) - (xy 58.791198 114.6363) - (xy 58.922523 114.448749) - (xy 59.019284 114.241243) - (xy 59.078543 114.020087) - (xy 59.098498 113.792) - (xy 59.078543 113.563913) - (xy 59.019284 113.342757) - (xy 58.922523 113.135251) - (xy 58.791198 112.9477) - (xy 58.6293 112.785802) - (xy 58.441749 112.654477) - (xy 58.408916 112.639167) - (xy 58.402543 112.636195) - (xy 58.349258 112.589279) - (xy 58.329796 112.521002) - (xy 58.350337 112.453042) - (xy 58.402543 112.407805) - (xy 58.404997 112.40666) - (xy 58.441749 112.389523) - (xy 58.6293 112.258198) - (xy 58.791198 112.0963) - (xy 58.922523 111.908749) - (xy 59.019284 111.701243) - (xy 59.078543 111.480087) - (xy 59.098498 111.252) - (xy 59.078543 111.023913) - (xy 59.019284 110.802757) - (xy 58.922523 110.595251) - (xy 58.791198 110.4077) - (xy 58.6293 110.245802) - (xy 58.629143 110.245692) - (xy 58.441747 110.114475) - (xy 58.402541 110.096193) - (xy 58.349256 110.049276) - (xy 58.329796 109.980998) - (xy 58.350338 109.913039) - (xy 58.402542 109.867805) - (xy 58.441749 109.849523) - (xy 58.6293 109.718198) - (xy 58.791198 109.5563) - (xy 58.922523 109.368749) - (xy 59.019284 109.161243) - (xy 59.078543 108.940087) - (xy 59.098498 108.712) - (xy 59.078543 108.483913) - (xy 59.019284 108.262757) - (xy 58.922523 108.055251) - (xy 58.791198 107.8677) - (xy 58.6293 107.705802) - (xy 58.615301 107.696) - (xy 58.531388 107.637243) - (xy 58.441749 107.574477) - (xy 58.402543 107.556195) - (xy 58.349258 107.509279) - (xy 58.329796 107.441002) - (xy 58.350337 107.373042) - (xy 58.402543 107.327805) - (xy 58.404997 107.32666) - (xy 58.441749 107.309523) - (xy 58.6293 107.178198) - (xy 58.791198 107.0163) - (xy 58.922523 106.828749) - (xy 59.019284 106.621243) - (xy 59.078543 106.400087) - (xy 59.098498 106.172) - (xy 59.078543 105.943913) - (xy 59.019284 105.722757) - (xy 58.922523 105.515251) - (xy 58.791198 105.3277) - (xy 58.6293 105.165802) - (xy 58.615301 105.156) - (xy 58.542343 105.104914) - (xy 58.441749 105.034477) - (xy 58.402543 105.016195) - (xy 58.349258 104.969279) - (xy 58.329796 104.901002) - (xy 58.350337 104.833042) - (xy 58.402543 104.787805) - (xy 58.404997 104.78666) - (xy 58.441749 104.769523) - (xy 58.6293 104.638198) - (xy 58.791198 104.4763) - (xy 58.922523 104.288749) - (xy 59.019284 104.081243) - (xy 59.078543 103.860087) - (xy 59.098498 103.632) - (xy 59.078543 103.403913) - (xy 59.019284 103.182757) - (xy 58.922523 102.975251) - (xy 58.791198 102.7877) - (xy 58.6293 102.625802) - (xy 58.629295 102.625799) - (xy 58.629292 102.625796) - (xy 58.625995 102.623487) - (xy 58.581669 102.568028) - (xy 58.574363 102.497409) - (xy 58.606396 102.434049) - (xy 58.667599 102.398067) - (xy 58.684801 102.394999) - (xy 58.694201 102.393989) - (xy 58.831204 102.342889) - (xy 58.834607 102.340342) - (xy 58.948261 102.255261) - (xy 59.035887 102.138207) - (xy 59.035887 102.138206) - (xy 59.035889 102.138204) - (xy 59.086989 102.001201) - (xy 59.0935 101.940638) - (xy 59.0935 100.243362) - (xy 59.091499 100.224749) - (xy 59.08699 100.182803) - (xy 59.086988 100.182795) - (xy 59.050811 100.085804) - (xy 59.035889 100.045796) - (xy 59.035888 100.045794) - (xy 59.035887 100.045792) - (xy 58.989693 99.984085) - (xy 58.964882 99.917565) - (xy 58.966579 99.90976) - (xy 58.908038 99.897026) - (xy 58.892914 99.887306) - (xy 58.831207 99.841112) - (xy 58.831202 99.84111) - (xy 58.694204 99.790011) - (xy 58.694196 99.790009) - (xy 58.633649 99.7835) - (xy 58.633638 99.7835) - (xy 56.936362 99.7835) - (xy 56.93635 99.7835) - (xy 56.875803 99.790009) - (xy 56.875795 99.790011) - (xy 56.738797 99.84111) - (xy 56.738792 99.841112) - (xy 56.621738 99.928738) - (xy 56.534112 100.045792) - (xy 56.53411 100.045797) - (xy 56.483011 100.182795) - (xy 56.483009 100.182803) - (xy 56.4765 100.24335) - (xy 56.4765 101.940649) - (xy 56.483009 102.001196) - (xy 56.483011 102.001204) - (xy 56.53411 102.138202) - (xy 56.534112 102.138207) - (xy 56.621738 102.255261) - (xy 56.738792 102.342887) - (xy 56.738794 102.342888) - (xy 56.738796 102.342889) - (xy 56.875799 102.393989) - (xy 56.885191 102.394998) - (xy 56.950784 102.422163) - (xy 56.991279 102.480479) - (xy 56.993817 102.55143) - (xy 56.957593 102.61249) - (xy 56.94401 102.623483) - (xy 56.940708 102.625795) - (xy 56.940697 102.625804) - (xy 56.778804 102.787697) - (xy 56.778799 102.787703) - (xy 56.647477 102.97525) - (xy 56.550717 103.182753) - (xy 56.550715 103.182759) - (xy 56.537544 103.231914) - (xy 56.491457 103.403913) - (xy 56.471502 103.632) - (xy 56.491457 103.860087) - (xy 56.508097 103.922188) - (xy 56.550715 104.08124) - (xy 56.550717 104.081246) - (xy 56.647477 104.288749) - (xy 56.773879 104.46927) - (xy 56.778802 104.4763) - (xy 56.9407 104.638198) - (xy 57.128251 104.769523) - (xy 57.163359 104.785894) - (xy 57.167457 104.787805) - (xy 57.220742 104.834722) - (xy 57.240203 104.902999) - (xy 57.219661 104.970959) - (xy 57.167457 105.016195) - (xy 57.12825 105.034477) - (xy 56.940703 105.165799) - (xy 56.940697 105.165804) - (xy 56.778804 105.327697) - (xy 56.778799 105.327703) - (xy 56.647477 105.51525) - (xy 56.550717 105.722753) - (xy 56.550715 105.722759) - (xy 56.510056 105.874502) - (xy 56.491457 105.943913) - (xy 56.471502 106.172) - (xy 56.491457 106.400087) - (xy 56.510056 106.469498) - (xy 56.550715 106.62124) - (xy 56.550717 106.621246) - (xy 56.647477 106.828749) - (xy 56.773879 107.00927) - (xy 56.778802 107.0163) - (xy 56.9407 107.178198) - (xy 57.128251 107.309523) - (xy 57.163359 107.325894) - (xy 57.167457 107.327805) - (xy 57.220742 107.374722) - (xy 57.240203 107.442999) - (xy 57.219661 107.510959) - (xy 57.167457 107.556195) - (xy 57.12825 107.574477) - (xy 56.940703 107.705799) - (xy 56.940697 107.705804) - (xy 56.778804 107.867697) - (xy 56.778799 107.867703) - (xy 56.647477 108.05525) - (xy 56.550717 108.262753) - (xy 56.550715 108.262759) - (xy 56.499617 108.45346) - (xy 56.491457 108.483913) - (xy 56.471502 108.712) - (xy 56.491457 108.940087) - (xy 56.510056 109.009498) - (xy 56.550715 109.16124) - (xy 56.550717 109.161246) - (xy 56.647477 109.368749) - (xy 56.773879 109.54927) - (xy 56.778802 109.5563) - (xy 56.9407 109.718198) - (xy 57.128251 109.849523) - (xy 57.163359 109.865894) - (xy 57.167457 109.867805) - (xy 57.220742 109.914722) - (xy 57.240203 109.982999) - (xy 57.219661 110.050959) - (xy 57.167457 110.096195) - (xy 57.12825 110.114477) - (xy 56.940703 110.245799) - (xy 56.940697 110.245804) - (xy 56.778804 110.407697) - (xy 56.778799 110.407703) - (xy 56.647477 110.59525) - (xy 56.550717 110.802753) - (xy 56.550715 110.802759) - (xy 56.51325 110.942582) - (xy 56.491457 111.023913) - (xy 56.471502 111.252) - (xy 56.491457 111.480087) - (xy 56.512578 111.558911) - (xy 56.550715 111.70124) - (xy 56.550717 111.701246) - (xy 56.627193 111.86525) - (xy 56.647477 111.908749) - (xy 56.778802 112.0963) - (xy 56.9407 112.258198) - (xy 57.128251 112.389523) - (xy 57.163359 112.405894) - (xy 57.167457 112.407805) - (xy 57.220742 112.454722) - (xy 57.240203 112.522999) - (xy 57.219661 112.590959) - (xy 57.167457 112.636195) - (xy 57.12825 112.654477) - (xy 56.940703 112.785799) - (xy 56.940697 112.785804) - (xy 56.778804 112.947697) - (xy 56.778799 112.947703) - (xy 56.647477 113.13525) - (xy 56.550717 113.342753) - (xy 56.550715 113.342759) - (xy 56.514292 113.478693) - (xy 56.491457 113.563913) - (xy 56.471502 113.792) - (xy 56.488741 113.989048) - (xy 56.491457 114.020086) - (xy 56.550715 114.24124) - (xy 56.550717 114.241246) - (xy 56.647477 114.448749) - (xy 56.732346 114.569955) - (xy 56.778802 114.6363) - (xy 56.9407 114.798198) - (xy 56.940703 114.7982) - (xy 57.128249 114.929522) - (xy 57.12825 114.929522) - (xy 57.128251 114.929523) - (xy 57.167457 114.947805) - (xy 57.220741 114.994719) - (xy 57.240203 115.062996) - (xy 57.219663 115.130956) - (xy 57.167459 115.176193) - (xy 57.128251 115.194476) - (xy 56.940703 115.325799) - (xy 56.940697 115.325804) - (xy 56.860907 115.405595) - (xy 56.798595 115.439621) - (xy 56.771812 115.4425) - (xy 55.701127 115.4425) - (xy 55.633006 115.422498) - (xy 55.586513 115.368842) - (xy 55.576409 115.298568) - (xy 55.586931 115.263253) - (xy 55.589809 115.257079) - (xy 55.589813 115.257068) - (xy 55.649048 115.036002) - (xy 55.668995 114.808) - (xy 55.649048 114.579997) - (xy 55.589813 114.358931) - (xy 55.589811 114.358926) - (xy 55.493086 114.151498) - (xy 55.4431 114.08011) - (xy 55.443098 114.08011) - (xy 54.754727 114.768482) - (xy 54.741165 114.682852) - (xy 54.683641 114.569955) - (xy 54.594045 114.480359) - (xy 54.481148 114.422835) - (xy 54.395515 114.409272) - (xy 55.083888 113.720899) - (xy 55.083888 113.720898) - (xy 55.012628 113.671002) - (xy 54.968299 113.615545) - (xy 54.96099 113.544926) - (xy 54.99302 113.481565) - (xy 54.99574 113.478757) - (xy 55.108198 113.3663) - (xy 55.239523 113.178749) - (xy 55.336284 112.971243) - (xy 55.395543 112.750087) - (xy 55.415498 112.522) - (xy 55.395543 112.293913) - (xy 55.336284 112.072757) - (xy 55.239523 111.865251) - (xy 55.108198 111.6777) - (xy 54.9463 111.515802) - (xy 54.932301 111.506) - (xy 54.758749 111.384477) - (xy 54.551246 111.287717) - (xy 54.55124 111.287715) - (xy 54.41795 111.252) - (xy 54.330087 111.228457) - (xy 54.102 111.208502) - (xy 54.101999 111.208502) - (xy 53.873913 111.228457) - (xy 53.652759 111.287715) - (xy 53.652753 111.287717) - (xy 53.44525 111.384477) - (xy 53.257703 111.515799) - (xy 53.257697 111.515804) - (xy 53.095804 111.677697) - (xy 53.095799 111.677703) - (xy 52.964477 111.86525) - (xy 52.867717 112.072753) - (xy 52.867715 112.072759) - (xy 52.861407 112.096302) - (xy 52.808457 112.293913) - (xy 52.788502 112.522) - (xy 52.808457 112.750087) - (xy 52.827498 112.821148) - (xy 52.861407 112.9477) - (xy 52.867716 112.971243) - (xy 52.964477 113.178749) - (xy 53.095802 113.3663) - (xy 53.2577 113.528198) - (xy 53.257703 113.5282) - (xy 53.445252 113.659524) - (xy 53.65274 113.756276) - (xy 53.688587 113.781376) - (xy 54.316482 114.409272) - (xy 54.230852 114.422835) - (xy 54.117955 114.480359) - (xy 54.028359 114.569955) - (xy 53.970835 114.682852) - (xy 53.957272 114.768481) - (xy 53.2689 114.080109) - (xy 53.218913 114.1515) - (xy 53.122188 114.358926) - (xy 53.122186 114.358931) - (xy 53.062951 114.579997) - (xy 53.043004 114.808) - (xy 53.062951 115.036002) - (xy 53.122186 115.257068) - (xy 53.122188 115.257073) - (xy 53.218913 115.464501) - (xy 53.268899 115.535888) - (xy 53.957272 114.847516) - (xy 53.970835 114.933148) - (xy 54.028359 115.046045) - (xy 54.117955 115.135641) - (xy 54.230852 115.193165) - (xy 54.316482 115.206727) - (xy 53.62811 115.895098) - (xy 53.62811 115.8951) - (xy 53.699498 115.945086) - (xy 53.704266 115.947839) - (xy 53.703178 115.949721) - (xy 53.74942 115.990409) - (xy 53.768904 116.05868) - (xy 53.748386 116.126647) - (xy 53.703015 116.165995) - (xy 53.704015 116.167726) - (xy 53.699253 116.170474) - (xy 53.511703 116.301799) - (xy 53.511697 116.301804) - (xy 53.349804 116.463697) - (xy 53.349799 116.463703) - (xy 53.218477 116.65125) - (xy 53.121717 116.858753) - (xy 53.121715 116.858759) - (xy 53.062457 117.079913) - (xy 53.042502 117.308) - (xy 53.042502 117.308003) - (xy 53.042502 117.308006) - (xy 53.042502 117.311363) - (xy 53.042083 117.312787) - (xy 53.042023 117.313481) - (xy 53.041883 117.313468) - (xy 53.0225 117.379484) - (xy 53.005598 117.400458) - (xy 52.231862 118.174195) - (xy 52.169549 118.20822) - (xy 52.142766 118.2111) - (xy 40.821525 118.2111) - (xy 40.801815 118.209549) - (xy 40.788406 118.207425) - (xy 40.745858 118.209656) - (xy 40.719934 118.211014) - (xy 40.716664 118.2111) - (xy 40.69498 118.2111) - (xy 40.694976 118.2111) - (xy 40.694964 118.211101) - (xy 40.673412 118.213366) - (xy 40.670127 118.213624) - (xy 40.601686 118.217211) - (xy 40.588575 118.220724) - (xy 40.569145 118.224325) - (xy 40.555648 118.225744) - (xy 40.555645 118.225744) - (xy 40.555644 118.225745) - (xy 40.526347 118.235264) - (xy 40.49045 118.246927) - (xy 40.487293 118.247862) - (xy 40.479317 118.249999) - (xy 40.421071 118.265606) - (xy 40.421069 118.265607) - (xy 40.408975 118.271769) - (xy 40.390731 118.279327) - (xy 40.377815 118.283525) - (xy 40.318441 118.317803) - (xy 40.315545 118.319375) - (xy 40.254475 118.350493) - (xy 40.243929 118.359033) - (xy 40.227644 118.370225) - (xy 40.215888 118.377012) - (xy 40.215885 118.377014) - (xy 40.164944 118.422881) - (xy 40.162439 118.42502) - (xy 40.145595 118.438661) - (xy 40.145592 118.438663) - (xy 40.130257 118.453998) - (xy 40.127867 118.456265) - (xy 40.07693 118.502129) - (xy 40.068946 118.513118) - (xy 40.056111 118.528144) - (xy 39.810059 118.774196) - (xy 39.747747 118.808222) - (xy 39.676932 118.803157) - (xy 39.620096 118.76061) - (xy 39.599257 118.71771) - (xy 39.588286 118.676763) - (xy 39.588284 118.67676) - (xy 39.588284 118.676757) - (xy 39.491523 118.469251) - (xy 39.360198 118.2817) - (xy 39.1983 118.119802) - (xy 39.180552 118.107375) - (xy 39.010749 117.988477) - (xy 38.803246 117.891717) - (xy 38.80324 117.891715) - (xy 38.671122 117.856314) - (xy 38.582087 117.832457) - (xy 38.354 117.812502) - (xy 38.125913 117.832457) - (xy 37.904759 117.891715) - (xy 37.904753 117.891717) - (xy 37.69725 117.988477) - (xy 37.509703 118.119799) - (xy 37.509697 118.119804) - (xy 37.347804 118.281697) - (xy 37.347799 118.281703) - (xy 37.216477 118.46925) - (xy 37.119717 118.676753) - (xy 37.119715 118.676759) - (xy 37.060457 118.897913) - (xy 37.040502 119.126) - (xy 37.060457 119.354086) - (xy 37.088539 119.45889) - (xy 37.086849 119.529867) - (xy 37.047055 119.588662) - (xy 36.98179 119.61661) - (xy 36.966832 119.617501) - (xy 29.581168 119.617501) - (xy 29.513047 119.597499) - (xy 29.466554 119.543843) - (xy 29.45645 119.473569) - (xy 29.459461 119.45889) - (xy 29.470303 119.418426) - (xy 29.487543 119.354087) - (xy 29.507498 119.126) - (xy 29.487543 118.897913) - (xy 29.428284 118.676757) - (xy 29.331523 118.469251) - (xy 29.200198 118.2817) - (xy 29.0383 118.119802) - (xy 29.020552 118.107375) - (xy 28.850749 117.988477) - (xy 28.643246 117.891717) - (xy 28.64324 117.891715) - (xy 28.511122 117.856314) - (xy 28.422087 117.832457) - (xy 28.194 117.812502) - (xy 27.965913 117.832457) - (xy 27.744759 117.891715) - (xy 27.744753 117.891717) - (xy 27.53725 117.988477) - (xy 27.349703 118.119799) - (xy 27.349697 118.119804) - (xy 27.1878 118.281701) - (xy 27.16971 118.307537) - (xy 27.114251 118.351864) - (xy 27.043632 118.359172) - (xy 26.980272 118.32714) - (xy 26.944289 118.265937) - (xy 26.940498 118.23527) - (xy 26.940498 116.206733) - (xy 26.9605 116.138613) - (xy 27.014156 116.09212) - (xy 27.08443 116.082016) - (xy 27.14901 116.11151) - (xy 27.169709 116.13446) - (xy 27.187802 116.1603) - (xy 27.3497 116.322198) - (xy 27.537251 116.453523) - (xy 27.744757 116.550284) - (xy 27.965913 116.609543) - (xy 28.194 116.629498) - (xy 28.422087 116.609543) - (xy 28.643243 116.550284) - (xy 28.850749 116.453523) - (xy 29.0383 116.322198) - (xy 29.200198 116.1603) - (xy 29.331523 115.972749) - (xy 29.428284 115.765243) - (xy 29.487543 115.544087) - (xy 29.507498 115.316) - (xy 29.487543 115.087913) - (xy 29.428284 114.866757) - (xy 29.331523 114.659251) - (xy 29.200198 114.4717) - (xy 29.0383 114.309802) - (xy 28.850749 114.178477) - (xy 28.792892 114.151498) - (xy 28.643246 114.081717) - (xy 28.64324 114.081715) - (xy 28.495488 114.042125) - (xy 28.422087 114.022457) - (xy 28.194 114.002502) - (xy 27.965913 114.022457) - (xy 27.744759 114.081715) - (xy 27.744753 114.081717) - (xy 27.53725 114.178477) - (xy 27.349703 114.309799) - (xy 27.349697 114.309804) - (xy 27.187804 114.471697) - (xy 27.187799 114.471703) - (xy 27.169711 114.497536) - (xy 27.114253 114.541864) - (xy 27.043634 114.549173) - (xy 26.980274 114.517142) - (xy 26.944289 114.45594) - (xy 26.940498 114.425265) - (xy 26.940498 112.096296) - (xy 26.940498 109.528627) - (xy 26.9605 109.46051) - (xy 27.014156 109.414017) - (xy 27.08443 109.403913) - (xy 27.14901 109.433407) - (xy 27.155593 109.439536) - (xy 28.55551 110.839453) - (xy 28.568349 110.854484) - (xy 28.576333 110.865473) - (xy 28.602908 110.8894) - (xy 28.627298 110.911361) - (xy 28.629653 110.913596) - (xy 28.644993 110.928936) - (xy 28.661844 110.942582) - (xy 28.664328 110.944703) - (xy 28.715286 110.990586) - (xy 28.724852 110.996108) - (xy 28.727035 110.997369) - (xy 28.743334 111.008571) - (xy 28.753873 111.017106) - (xy 28.753878 111.017109) - (xy 28.81494 111.048221) - (xy 28.817839 111.049795) - (xy 28.861277 111.074873) - (xy 28.877216 111.084076) - (xy 28.890125 111.08827) - (xy 28.908389 111.095835) - (xy 28.920477 111.101995) - (xy 28.986682 111.119734) - (xy 28.98984 111.120669) - (xy 29.055045 111.141856) - (xy 29.063041 111.142696) - (xy 29.068542 111.143275) - (xy 29.087975 111.146876) - (xy 29.101086 111.150389) - (xy 29.169554 111.153976) - (xy 29.172796 111.154231) - (xy 29.194381 111.156501) - (xy 29.216065 111.156501) - (xy 29.219335 111.156586) - (xy 29.283261 111.159936) - (xy 29.28781 111.160175) - (xy 29.28781 111.160174) - (xy 29.287811 111.160175) - (xy 29.29549 111.158958) - (xy 29.301216 111.158052) - (xy 29.320926 111.156501) - (xy 32.187879 111.156501) - (xy 32.256 111.176503) - (xy 32.302493 111.230159) - (xy 32.313399 111.293481) - (xy 32.294807 111.506) - (xy 32.30381 111.608899) - (xy 32.313542 111.720141) - (xy 32.369177 111.927774) - (xy 32.369179 111.92778) - (xy 32.460024 112.122597) - (xy 32.554972 112.258198) - (xy 32.583319 112.298681) - (xy 32.735319 112.450681) - (xy 32.911403 112.573976) - (xy 33.106223 112.664822) - (xy 33.313858 112.720458) - (xy 33.528 112.739193) - (xy 33.742142 112.720458) - (xy 33.949777 112.664822) - (xy 34.144597 112.573976) - (xy 34.320681 112.450681) - (xy 34.472681 112.298681) - (xy 34.595976 112.122597) - (xy 34.686822 111.927777) - (xy 34.742458 111.720142) - (xy 34.761193 111.506) - (xy 34.742458 111.291858) - (xy 34.686822 111.084223) - (xy 34.595976 110.889404) - (xy 34.595975 110.889403) - (xy 34.595974 110.8894) - (xy 34.472685 110.713323) - (xy 34.472682 110.71332) - (xy 34.472681 110.713319) - (xy 34.320681 110.561319) - (xy 34.144597 110.438024) - (xy 34.144598 110.438024) - (xy 34.140463 110.435129) - (xy 34.096135 110.379672) - (xy 34.088826 110.309053) - (xy 34.120857 110.245692) - (xy 34.1236 110.242859) - (xy 34.474056 109.892404) - (xy 34.536369 109.858379) - (xy 34.563152 109.8555) - (xy 35.167948 109.8555) - (xy 35.236069 109.875502) - (xy 35.257042 109.892404) - (xy 35.275319 109.910681) - (xy 35.451403 110.033976) - (xy 35.646223 110.124822) - (xy 35.853858 110.180458) - (xy 36.068 110.199193) - (xy 36.282142 110.180458) - (xy 36.489777 110.124822) - (xy 36.684597 110.033976) - (xy 36.860681 109.910681) - (xy 37.012681 109.758681) - (xy 37.135976 109.582597) - (xy 37.226822 109.387777) - (xy 37.282458 109.180142) - (xy 37.301193 108.966) - (xy 37.282458 108.751858) - (xy 37.226822 108.544223) - (xy 37.135976 108.349404) - (xy 37.135975 108.349403) - (xy 37.135974 108.3494) - (xy 37.012685 108.173323) - (xy 37.012682 108.17332) - (xy 36.951689 108.112327) - (xy 36.860681 108.021319) - (xy 36.721817 107.924086) - (xy 36.684597 107.898024) - (xy 36.48978 107.807179) - (xy 36.489774 107.807177) - (xy 36.402019 107.783663) - (xy 36.282142 107.751542) - (xy 36.068 107.732807) - (xy 35.853858 107.751542) - (xy 35.646225 107.807177) - (xy 35.64622 107.807179) - (xy 35.4514 107.898025) - (xy 35.275323 108.021314) - (xy 35.275313 108.021323) - (xy 35.257042 108.039595) - (xy 35.19473 108.073621) - (xy 35.167947 108.0765) - (xy 34.222443 108.0765) - (xy 34.202733 108.074949) - (xy 34.189324 108.072825) - (xy 34.146776 108.075056) - (xy 34.120852 108.076414) - (xy 34.117582 108.0765) - (xy 34.095898 108.0765) - (xy 34.095894 108.0765) - (xy 34.095882 108.076501) - (xy 34.07433 108.078766) - (xy 34.071045 108.079024) - (xy 34.002604 108.082611) - (xy 33.989493 108.086124) - (xy 33.970063 108.089725) - (xy 33.956566 108.091144) - (xy 33.956563 108.091144) - (xy 33.956562 108.091145) - (xy 33.918636 108.103467) - (xy 33.891368 108.112327) - (xy 33.888211 108.113262) - (xy 33.880235 108.115399) - (xy 33.821989 108.131006) - (xy 33.821987 108.131007) - (xy 33.809893 108.137169) - (xy 33.791649 108.144727) - (xy 33.778733 108.148925) - (xy 33.719359 108.183203) - (xy 33.716463 108.184775) - (xy 33.655393 108.215893) - (xy 33.644847 108.224433) - (xy 33.628562 108.235625) - (xy 33.616806 108.242412) - (xy 33.616803 108.242414) - (xy 33.565862 108.288281) - (xy 33.563357 108.29042) - (xy 33.546513 108.304061) - (xy 33.54651 108.304063) - (xy 33.531175 108.319398) - (xy 33.528785 108.321665) - (xy 33.477848 108.367529) - (xy 33.469864 108.378518) - (xy 33.457029 108.393544) - (xy 32.509977 109.340597) - (xy 32.447667 109.374621) - (xy 32.420884 109.377501) - (xy 32.313265 109.377501) - (xy 32.245144 109.357499) - (xy 32.198651 109.303843) - (xy 32.188547 109.233569) - (xy 32.191558 109.218891) - (xy 32.201963 109.180056) - (xy 32.22069 108.966) - (xy 32.201963 108.751947) - (xy 32.146351 108.544396) - (xy 32.146349 108.544392) - (xy 32.055542 108.349655) - (xy 32.017658 108.295552) - (xy 32.017656 108.295552) - (xy 31.386727 108.926481) - (xy 31.373165 108.840852) - (xy 31.315641 108.727955) - (xy 31.226045 108.638359) - (xy 31.113148 108.580835) - (xy 31.027515 108.567272) - (xy 31.658447 107.93634) - (xy 31.604347 107.898459) - (xy 31.409607 107.80765) - (xy 31.409603 107.807648) - (xy 31.202052 107.752036) - (xy 30.987999 107.733309) - (xy 30.773947 107.752036) - (xy 30.566396 107.807648) - (xy 30.566392 107.80765) - (xy 30.371651 107.898459) - (xy 30.317552 107.936339) - (xy 30.317552 107.93634) - (xy 30.948484 108.567272) - (xy 30.862852 108.580835) - (xy 30.749955 108.638359) - (xy 30.660359 108.727955) - (xy 30.602835 108.840852) - (xy 30.589272 108.926483) - (xy 29.958341 108.295552) - (xy 29.958339 108.295552) - (xy 29.920459 108.349651) - (xy 29.82965 108.544392) - (xy 29.829648 108.544396) - (xy 29.774036 108.751947) - (xy 29.755309 108.966) - (xy 29.774036 109.180056) - (xy 29.784442 109.218891) - (xy 29.782752 109.289867) - (xy 29.742957 109.348663) - (xy 29.677692 109.37661) - (xy 29.662735 109.377501) - (xy 29.661634 109.377501) - (xy 29.593513 109.357499) - (xy 29.572539 109.340596) - (xy 26.977403 106.74546) - (xy 26.943377 106.683148) - (xy 26.940499 106.656374) - (xy 26.940499 103.7965) - (xy 26.960501 103.728379) - (xy 27.014157 103.681886) - (xy 27.066499 103.6705) - (xy 28.534632 103.6705) - (xy 28.534638 103.6705) - (xy 28.534645 103.670499) - (xy 28.534649 103.670499) - (xy 28.595196 103.66399) - (xy 28.595199 103.663989) - (xy 28.595201 103.663989) - (xy 28.732204 103.612889) - (xy 28.741291 103.606087) - (xy 28.849261 103.525261) - (xy 28.936887 103.408207) - (xy 28.936887 103.408206) - (xy 28.936889 103.408204) - (xy 28.981444 103.288746) - (xy 29.023989 103.231914) - (xy 29.090509 103.207103) - (xy 29.159883 103.222194) - (xy 29.210085 103.272396) - (xy 29.225498 103.332781) - (xy 29.225499 103.481072) - (xy 29.223948 103.500783) - (xy 29.221824 103.514189) - (xy 29.223966 103.555054) - (xy 29.225413 103.58267) - (xy 29.225499 103.585943) - (xy 29.225499 103.607623) - (xy 29.227764 103.629174) - (xy 29.228023 103.632463) - (xy 29.231609 103.700912) - (xy 29.232375 103.705748) - (xy 29.223271 103.776159) - (xy 29.177546 103.83047) - (xy 29.118907 103.850972) - (xy 28.982006 103.86295) - (xy 28.981999 103.862951) - (xy 28.760931 103.922186) - (xy 28.760926 103.922188) - (xy 28.5535 104.018913) - (xy 28.482109 104.068899) - (xy 29.170482 104.757272) - (xy 29.084852 104.770835) - (xy 28.971955 104.828359) - (xy 28.882359 104.917955) - (xy 28.824835 105.030852) - (xy 28.811272 105.116481) - (xy 28.1229 104.428109) - (xy 28.072913 104.4995) - (xy 27.976188 104.706926) - (xy 27.976186 104.706931) - (xy 27.916951 104.927997) - (xy 27.897004 105.156) - (xy 27.916951 105.384002) - (xy 27.976186 105.605068) - (xy 27.976188 105.605073) - (xy 28.072913 105.812501) - (xy 28.122899 105.883888) - (xy 28.811272 105.195516) - (xy 28.824835 105.281148) - (xy 28.882359 105.394045) - (xy 28.971955 105.483641) - (xy 29.084852 105.541165) - (xy 29.170482 105.554727) - (xy 28.48211 106.243098) - (xy 28.48211 106.2431) - (xy 28.553498 106.293086) - (xy 28.760926 106.389811) - (xy 28.760931 106.389813) - (xy 28.981999 106.449048) - (xy 28.981995 106.449048) - (xy 29.209999 106.468995) - (xy 29.438002 106.449048) - (xy 29.659068 106.389813) - (xy 29.659073 106.389811) - (xy 29.866497 106.293088) - (xy 29.937888 106.243099) - (xy 29.937888 106.243097) - (xy 29.249518 105.554727) - (xy 29.335148 105.541165) - (xy 29.448045 105.483641) - (xy 29.537641 105.394045) - (xy 29.595165 105.281148) - (xy 29.608727 105.195517) - (xy 30.297097 105.883888) - (xy 30.297099 105.883888) - (xy 30.347088 105.812496) - (xy 30.349841 105.80773) - (xy 30.351729 105.80882) - (xy 30.392384 105.762594) - (xy 30.460651 105.743094) - (xy 30.528622 105.763597) - (xy 30.567989 105.808987) - (xy 30.569726 105.807985) - (xy 30.572474 105.812746) - (xy 30.671183 105.953716) - (xy 30.703802 106.0003) - (xy 30.8657 106.162198) - (xy 31.053251 106.293523) - (xy 31.260757 106.390284) - (xy 31.481913 106.449543) - (xy 31.71 106.469498) - (xy 31.938087 106.449543) - (xy 32.159243 106.390284) - (xy 32.366749 106.293523) - (xy 32.5543 106.162198) - (xy 32.716198 106.0003) - (xy 32.847523 105.812749) - (xy 32.944284 105.605243) - (xy 33.003543 105.384087) - (xy 33.023498 105.156) - (xy 33.003543 104.927913) - (xy 32.9966 104.902) - (xy 33.738502 104.902) - (xy 33.758457 105.130087) - (xy 33.768908 105.169091) - (xy 33.817715 105.35124) - (xy 33.817717 105.351246) - (xy 33.914477 105.558749) - (xy 34.033958 105.729386) - (xy 34.045802 105.7463) - (xy 34.2077 105.908198) - (xy 34.395251 106.039523) - (xy 34.602757 106.136284) - (xy 34.823913 106.195543) - (xy 35.052 106.215498) - (xy 35.280087 106.195543) - (xy 35.501243 106.136284) - (xy 35.708749 106.039523) - (xy 35.8963 105.908198) - (xy 36.058198 105.7463) - (xy 36.189523 105.558749) - (xy 36.286284 105.351243) - (xy 36.345543 105.130087) - (xy 36.365498 104.902) - (xy 36.345543 104.673913) - (xy 36.286284 104.452757) - (xy 36.189523 104.245251) - (xy 36.058198 104.0577) - (xy 35.8963 103.895802) - (xy 35.708749 103.764477) - (xy 35.705935 103.763165) - (xy 35.669543 103.746195) - (xy 35.616258 103.699279) - (xy 35.596796 103.631002) - (xy 35.617337 103.563042) - (xy 35.669543 103.517805) - (xy 35.677297 103.514189) - (xy 35.708749 103.499523) - (xy 35.8963 103.368198) - (xy 36.058198 103.2063) - (xy 36.189523 103.018749) - (xy 36.286284 102.811243) - (xy 36.345543 102.590087) - (xy 36.365498 102.362) - (xy 36.345543 102.133913) - (xy 36.286284 101.912757) - (xy 36.189523 101.705251) - (xy 36.058198 101.5177) - (xy 35.8963 101.355802) - (xy 35.896291 101.355796) - (xy 35.76192 101.261708) - (xy 35.708749 101.224477) - (xy 35.669543 101.206195) - (xy 35.616258 101.159279) - (xy 35.596796 101.091002) - (xy 35.617337 101.023042) - (xy 35.669543 100.977805) - (xy 35.678745 100.973514) - (xy 35.708749 100.959523) - (xy 35.8963 100.828198) - (xy 36.058198 100.6663) - (xy 36.189523 100.478749) - (xy 36.286284 100.271243) - (xy 36.345543 100.050087) - (xy 36.365498 99.822) - (xy 36.345543 99.593913) - (xy 36.286284 99.372757) - (xy 36.189523 99.165251) - (xy 36.058198 98.9777) - (xy 35.8963 98.815802) - (xy 35.896295 98.815799) - (xy 35.896292 98.815796) - (xy 35.892995 98.813487) - (xy 35.848669 98.758028) - (xy 35.841363 98.687409) - (xy 35.873396 98.624049) - (xy 35.934599 98.588067) - (xy 35.951801 98.584999) - (xy 35.961201 98.583989) - (xy 36.098204 98.532889) - (xy 36.104125 98.528457) - (xy 36.215261 98.445261) - (xy 36.302887 98.328207) - (xy 36.302887 98.328206) - (xy 36.302889 98.328204) - (xy 36.353989 98.191201) - (xy 36.35425 98.188779) - (xy 36.360499 98.130649) - (xy 36.3605 98.130632) - (xy 36.3605 96.433367) - (xy 36.360499 96.43335) - (xy 36.35399 96.372803) - (xy 36.353988 96.372795) - (xy 36.317811 96.275804) - (xy 36.302889 96.235796) - (xy 36.302888 96.235794) - (xy 36.302887 96.235792) - (xy 36.215261 96.118738) - (xy 36.098207 96.031112) - (xy 36.098202 96.03111) - (xy 35.961204 95.980011) - (xy 35.961196 95.980009) - (xy 35.900649 95.9735) - (xy 35.900638 95.9735) - (xy 34.203362 95.9735) - (xy 34.20335 95.9735) - (xy 34.142803 95.980009) - (xy 34.142795 95.980011) - (xy 34.005797 96.03111) - (xy 34.005792 96.031112) - (xy 33.888738 96.118738) - (xy 33.801112 96.235792) - (xy 33.80111 96.235797) - (xy 33.750011 96.372795) - (xy 33.750009 96.372803) - (xy 33.7435 96.43335) - (xy 33.7435 98.130649) - (xy 33.750009 98.191196) - (xy 33.750011 98.191204) - (xy 33.80111 98.328202) - (xy 33.801112 98.328207) - (xy 33.888738 98.445261) - (xy 34.005792 98.532887) - (xy 34.005794 98.532888) - (xy 34.005796 98.532889) - (xy 34.142799 98.583989) - (xy 34.152191 98.584998) - (xy 34.217784 98.612163) - (xy 34.258279 98.670479) - (xy 34.260817 98.74143) - (xy 34.224593 98.80249) - (xy 34.21101 98.813483) - (xy 34.207708 98.815795) - (xy 34.207697 98.815804) - (xy 34.045804 98.977697) - (xy 34.045799 98.977703) - (xy 33.914477 99.16525) - (xy 33.817717 99.372753) - (xy 33.817715 99.372759) - (xy 33.779978 99.513596) - (xy 33.758457 99.593913) - (xy 33.738502 99.822) - (xy 33.758457 100.050087) - (xy 33.769288 100.090509) - (xy 33.817715 100.27124) - (xy 33.817717 100.271246) - (xy 33.914477 100.478749) - (xy 34.045513 100.665888) - (xy 34.045802 100.6663) - (xy 34.2077 100.828198) - (xy 34.395251 100.959523) - (xy 34.425255 100.973514) - (xy 34.434457 100.977805) - (xy 34.487742 101.024722) - (xy 34.507203 101.092999) - (xy 34.486661 101.160959) - (xy 34.434457 101.206195) - (xy 34.39525 101.224477) - (xy 34.207703 101.355799) - (xy 34.207697 101.355804) - (xy 34.045804 101.517697) - (xy 34.045799 101.517703) - (xy 33.914477 101.70525) - (xy 33.817717 101.912753) - (xy 33.817715 101.912759) - (xy 33.777056 102.064502) - (xy 33.758457 102.133913) - (xy 33.738502 102.362) - (xy 33.758457 102.590087) - (xy 33.768908 102.629091) - (xy 33.817715 102.81124) - (xy 33.817717 102.811246) - (xy 33.914477 103.018749) - (xy 34.033958 103.189386) - (xy 34.045802 103.2063) - (xy 34.2077 103.368198) - (xy 34.207703 103.3682) - (xy 34.395249 103.499522) - (xy 34.39525 103.499522) - (xy 34.395251 103.499523) - (xy 34.434457 103.517805) - (xy 34.487741 103.564719) - (xy 34.507203 103.632996) - (xy 34.486663 103.700956) - (xy 34.434459 103.746193) - (xy 34.395251 103.764476) - (xy 34.207703 103.895799) - (xy 34.207697 103.895804) - (xy 34.045804 104.057697) - (xy 34.045799 104.057703) - (xy 33.914477 104.24525) - (xy 33.817717 104.452753) - (xy 33.817715 104.452759) - (xy 33.768909 104.634906) - (xy 33.758457 104.673913) - (xy 33.738502 104.902) - (xy 32.9966 104.902) - (xy 32.944284 104.706757) - (xy 32.847523 104.499251) - (xy 32.716198 104.3117) - (xy 32.5543 104.149802) - (xy 32.538703 104.138881) - (xy 32.366749 104.018477) - (xy 32.159246 103.921717) - (xy 32.15924 103.921715) - (xy 32.105275 103.907255) - (xy 31.938087 103.862457) - (xy 31.938083 103.862456) - (xy 31.938081 103.862456) - (xy 31.906482 103.859691) - (xy 31.840364 103.833827) - (xy 31.798726 103.776323) - (xy 31.794786 103.705436) - (xy 31.829797 103.643672) - (xy 31.884853 103.612465) - (xy 31.945243 103.596284) - (xy 32.152749 103.499523) - (xy 32.3403 103.368198) - (xy 32.502198 103.2063) - (xy 32.633523 103.018749) - (xy 32.730284 102.811243) - (xy 32.789543 102.590087) - (xy 32.809498 102.362) - (xy 32.789543 102.133913) - (xy 32.730284 101.912757) - (xy 32.633523 101.705251) - (xy 32.502198 101.5177) - (xy 32.3403 101.355802) - (xy 32.340295 101.355799) - (xy 32.340292 101.355796) - (xy 32.336995 101.353487) - (xy 32.292669 101.298028) - (xy 32.285363 101.227409) - (xy 32.317396 101.164049) - (xy 32.378599 101.128067) - (xy 32.395801 101.124999) - (xy 32.405201 101.123989) - (xy 32.542204 101.072889) - (xy 32.548125 101.068457) - (xy 32.659261 100.985261) - (xy 32.746887 100.868207) - (xy 32.746887 100.868206) - (xy 32.746889 100.868204) - (xy 32.797989 100.731201) - (xy 32.803945 100.675806) - (xy 32.804499 100.670649) - (xy 32.8045 100.670632) - (xy 32.8045 98.973367) - (xy 32.804499 98.97335) - (xy 32.79799 98.912803) - (xy 32.797988 98.912795) - (xy 32.761811 98.815804) - (xy 32.746889 98.775796) - (xy 32.746888 98.775794) - (xy 32.746887 98.775792) - (xy 32.659261 98.658738) - (xy 32.542207 98.571112) - (xy 32.542202 98.57111) - (xy 32.405204 98.520011) - (xy 32.405196 98.520009) - (xy 32.344649 98.5135) - (xy 32.344638 98.5135) - (xy 30.967011 98.5135) - (xy 30.89889 98.493498) - (xy 30.869092 98.466796) - (xy 30.856569 98.451332) - (xy 30.845367 98.435033) - (xy 30.844106 98.43285) - (xy 30.838584 98.423284) - (xy 30.792701 98.372326) - (xy 30.79058 98.369842) - (xy 30.779471 98.356124) - (xy 30.776936 98.352993) - (xy 30.761594 98.337651) - (xy 30.759359 98.335296) - (xy 30.732576 98.30555) - (xy 30.713471 98.284331) - (xy 30.702482 98.276347) - (xy 30.687451 98.263508) - (xy 26.977404 94.553461) - (xy 26.943378 94.491149) - (xy 26.940499 94.464366) - (xy 26.940499 93.726) - (xy 33.738502 93.726) - (xy 33.758457 93.954087) - (xy 33.79267 94.081771) - (xy 33.817715 94.17524) - (xy 33.817717 94.175246) - (xy 33.897739 94.346855) - (xy 33.914477 94.382749) - (xy 34.045802 94.5703) - (xy 34.2077 94.732198) - (xy 34.395251 94.863523) - (xy 34.602757 94.960284) - (xy 34.823913 95.019543) - (xy 35.052 95.039498) - (xy 35.280087 95.019543) - (xy 35.501243 94.960284) - (xy 35.708749 94.863523) - (xy 35.8963 94.732198) - (xy 36.058198 94.5703) - (xy 36.189523 94.382749) - (xy 36.286284 94.175243) - (xy 36.345543 93.954087) - (xy 36.365498 93.726) - (xy 36.345543 93.497913) - (xy 36.286284 93.276757) - (xy 36.189523 93.069251) - (xy 36.058198 92.8817) - (xy 35.8963 92.719802) - (xy 35.833584 92.675888) - (xy 35.708749 92.588477) - (xy 35.501246 92.491717) - (xy 35.50124 92.491715) - (xy 35.40452 92.465799) - (xy 35.280087 92.432457) - (xy 35.052 92.412502) - (xy 34.823913 92.432457) - (xy 34.602759 92.491715) - (xy 34.602753 92.491717) - (xy 34.39525 92.588477) - (xy 34.207703 92.719799) - (xy 34.207697 92.719804) - (xy 34.045804 92.881697) - (xy 34.045799 92.881703) - (xy 33.914477 93.06925) - (xy 33.817717 93.276753) - (xy 33.817716 93.276757) - (xy 33.758457 93.497913) - (xy 33.738502 93.726) - (xy 26.940499 93.726) - (xy 26.940499 85.866632) - (xy 26.960501 85.798511) - (xy 27.014157 85.752018) - (xy 27.084431 85.741914) - (xy 27.149011 85.771408) - (xy 27.155594 85.777537) - (xy 27.859596 86.481539) - (xy 27.893622 86.543851) - (xy 27.896501 86.57062) - (xy 27.896501 86.573987) - (xy 27.896502 86.573999) - (xy 27.896502 86.574) - (xy 27.916457 86.802087) - (xy 27.944703 86.9075) - (xy 27.975715 87.02324) - (xy 27.975717 87.023246) - (xy 28.072477 87.230749) - (xy 28.167317 87.366195) - (xy 28.203802 87.4183) - (xy 28.3657 87.580198) - (xy 28.553251 87.711523) - (xy 28.760757 87.808284) - (xy 28.981913 87.867543) - (xy 29.21 87.887498) - (xy 29.438087 87.867543) - (xy 29.659243 87.808284) - (xy 29.866749 87.711523) - (xy 30.0543 87.580198) - (xy 30.216198 87.4183) - (xy 30.347523 87.230749) - (xy 30.444284 87.023243) - (xy 30.503543 86.802087) - (xy 30.519998 86.614) - (xy 31.706502 86.614) - (xy 31.726457 86.842087) - (xy 31.757436 86.957702) - (xy 31.785715 87.06324) - (xy 31.785717 87.063246) - (xy 31.882477 87.270749) - (xy 31.985793 87.4183) - (xy 32.013802 87.4583) - (xy 32.1757 87.620198) - (xy 32.363251 87.751523) - (xy 32.570757 87.848284) - (xy 32.791913 87.907543) - (xy 33.02 87.927498) - (xy 33.248087 87.907543) - (xy 33.469243 87.848284) - (xy 33.676749 87.751523) - (xy 33.8643 87.620198) - (xy 34.026198 87.4583) - (xy 34.157523 87.270749) - (xy 34.254284 87.063243) - (xy 34.313543 86.842087) - (xy 34.333498 86.614) - (xy 34.313543 86.385913) - (xy 34.254284 86.164757) - (xy 34.157523 85.957251) - (xy 34.026198 85.7697) - (xy 33.8643 85.607802) - (xy 33.836298 85.588195) - (xy 33.766388 85.539243) - (xy 33.676749 85.476477) - (xy 33.637543 85.458195) - (xy 33.584258 85.411279) - (xy 33.564796 85.343002) - (xy 33.585337 85.275042) - (xy 33.637543 85.229805) - (xy 33.642424 85.227529) - (xy 33.676749 85.211523) - (xy 33.8643 85.080198) - (xy 34.026198 84.9183) - (xy 34.157523 84.730749) - (xy 34.254284 84.523243) - (xy 34.313543 84.302087) - (xy 34.333498 84.074) - (xy 34.313543 83.845913) - (xy 34.254284 83.624757) - (xy 34.157523 83.417251) - (xy 34.026198 83.2297) - (xy 33.8643 83.067802) - (xy 33.676749 82.936477) - (xy 33.654928 82.926302) - (xy 33.637543 82.918195) - (xy 33.584258 82.871279) - (xy 33.564796 82.803002) - (xy 33.585337 82.735042) - (xy 33.637543 82.689805) - (xy 33.639997 82.68866) - (xy 33.676749 82.671523) - (xy 33.8643 82.540198) - (xy 34.026198 82.3783) - (xy 34.157523 82.190749) - (xy 34.254284 81.983243) - (xy 34.313543 81.762087) - (xy 34.333498 81.534) - (xy 34.313543 81.305913) - (xy 34.254284 81.084757) - (xy 34.157523 80.877251) - (xy 34.026198 80.6897) - (xy 33.8643 80.527802) - (xy 33.864295 80.527799) - (xy 33.864292 80.527796) - (xy 33.860995 80.525487) - (xy 33.816669 80.470028) - (xy 33.809363 80.399409) - (xy 33.841396 80.336049) - (xy 33.902599 80.300067) - (xy 33.919801 80.296999) - (xy 33.929201 80.295989) - (xy 34.066204 80.244889) - (xy 34.130548 80.196722) - (xy 34.183261 80.157261) - (xy 34.270887 80.040207) - (xy 34.270887 80.040206) - (xy 34.270889 80.040204) - (xy 34.321989 79.903201) - (xy 34.325871 79.867099) - (xy 34.328499 79.842649) - (xy 34.3285 79.842632) - (xy 34.3285 78.145367) - (xy 34.328499 78.14535) - (xy 34.32199 78.084803) - (xy 34.321988 78.084795) - (xy 34.287482 77.992283) - (xy 34.270889 77.947796) - (xy 34.270888 77.947794) - (xy 34.270887 77.947792) - (xy 34.183261 77.830738) - (xy 34.066207 77.743112) - (xy 34.066202 77.74311) - (xy 33.929204 77.692011) - (xy 33.929196 77.692009) - (xy 33.868649 77.6855) - (xy 33.868638 77.6855) - (xy 32.171362 77.6855) - (xy 32.17135 77.6855) - (xy 32.110803 77.692009) - (xy 32.110795 77.692011) - (xy 31.973797 77.74311) - (xy 31.973792 77.743112) - (xy 31.856738 77.830738) - (xy 31.769112 77.947792) - (xy 31.76911 77.947797) - (xy 31.718011 78.084795) - (xy 31.718009 78.084803) - (xy 31.7115 78.14535) - (xy 31.7115 79.842649) - (xy 31.718009 79.903196) - (xy 31.718011 79.903204) - (xy 31.76911 80.040202) - (xy 31.769112 80.040207) - (xy 31.856738 80.157261) - (xy 31.973792 80.244887) - (xy 31.973794 80.244888) - (xy 31.973796 80.244889) - (xy 32.110799 80.295989) - (xy 32.120191 80.296998) - (xy 32.185784 80.324163) - (xy 32.226279 80.382479) - (xy 32.228817 80.45343) - (xy 32.192593 80.51449) - (xy 32.17901 80.525483) - (xy 32.175708 80.527795) - (xy 32.175697 80.527804) - (xy 32.013804 80.689697) - (xy 32.013799 80.689703) - (xy 31.882477 80.87725) - (xy 31.785717 81.084753) - (xy 31.785715 81.084759) - (xy 31.744735 81.2377) - (xy 31.726457 81.305913) - (xy 31.706502 81.534) - (xy 31.726457 81.762087) - (xy 31.751062 81.853913) - (xy 31.785715 81.98324) - (xy 31.785717 81.983246) - (xy 31.882477 82.190749) - (xy 31.966038 82.310087) - (xy 32.013802 82.3783) - (xy 32.1757 82.540198) - (xy 32.363251 82.671523) - (xy 32.398359 82.687894) - (xy 32.402457 82.689805) - (xy 32.455742 82.736722) - (xy 32.475203 82.804999) - (xy 32.454661 82.872959) - (xy 32.402457 82.918195) - (xy 32.36325 82.936477) - (xy 32.175703 83.067799) - (xy 32.175697 83.067804) - (xy 32.013804 83.229697) - (xy 32.013799 83.229703) - (xy 31.882477 83.41725) - (xy 31.785717 83.624753) - (xy 31.785715 83.624759) - (xy 31.741972 83.788009) - (xy 31.726457 83.845913) - (xy 31.706502 84.074) - (xy 31.726457 84.302087) - (xy 31.749392 84.387681) - (xy 31.785715 84.52324) - (xy 31.785717 84.523246) - (xy 31.882477 84.730749) - (xy 32.005959 84.9071) - (xy 32.013802 84.9183) - (xy 32.1757 85.080198) - (xy 32.363251 85.211523) - (xy 32.376614 85.217754) - (xy 32.402457 85.229805) - (xy 32.455742 85.276722) - (xy 32.475203 85.344999) - (xy 32.454661 85.412959) - (xy 32.402457 85.458195) - (xy 32.36325 85.476477) - (xy 32.175703 85.607799) - (xy 32.175697 85.607804) - (xy 32.013804 85.769697) - (xy 32.013799 85.769703) - (xy 31.882477 85.95725) - (xy 31.785717 86.164753) - (xy 31.785715 86.164759) - (xy 31.738522 86.340887) - (xy 31.726457 86.385913) - (xy 31.706502 86.614) - (xy 30.519998 86.614) - (xy 30.523498 86.574) - (xy 30.503543 86.345913) - (xy 30.444284 86.124757) - (xy 30.347523 85.917251) - (xy 30.216198 85.7297) - (xy 30.0543 85.567802) - (xy 30.013514 85.539243) - (xy 29.866746 85.436474) - (xy 29.861985 85.433726) - (xy 29.863023 85.431927) - (xy 29.816532 85.390963) - (xy 29.797095 85.322679) - (xy 29.817661 85.254726) - (xy 29.862782 85.215664) - (xy 29.86173 85.213841) - (xy 29.866496 85.211088) - (xy 29.937888 85.161099) - (xy 29.937888 85.161098) - (xy 29.249517 84.472727) - (xy 29.335148 84.459165) - (xy 29.448045 84.401641) - (xy 29.537641 84.312045) - (xy 29.595165 84.199148) - (xy 29.608727 84.113518) - (xy 30.297097 84.801888) - (xy 30.297099 84.801888) - (xy 30.347088 84.730497) - (xy 30.443811 84.523073) - (xy 30.443813 84.523068) - (xy 30.503048 84.302002) - (xy 30.522995 84.074) - (xy 30.503048 83.845997) - (xy 30.443813 83.624931) - (xy 30.443811 83.624926) - (xy 30.347086 83.417498) - (xy 30.2971 83.34611) - (xy 30.297098 83.34611) - (xy 29.608727 84.034481) - (xy 29.595165 83.948852) - (xy 29.537641 83.835955) - (xy 29.448045 83.746359) - (xy 29.335148 83.688835) - (xy 29.249517 83.675272) - (xy 29.937888 82.986899) - (xy 29.937888 82.986898) - (xy 29.866501 82.936913) - (xy 29.659073 82.840188) - (xy 29.659068 82.840186) - (xy 29.438 82.780951) - (xy 29.438004 82.780951) - (xy 29.209999 82.761004) - (xy 28.981997 82.780951) - (xy 28.760931 82.840186) - (xy 28.760926 82.840188) - (xy 28.5535 82.936913) - (xy 28.482109 82.9869) - (xy 29.170481 83.675272) - (xy 29.084852 83.688835) - (xy 28.971955 83.746359) - (xy 28.882359 83.835955) - (xy 28.824835 83.948852) - (xy 28.811272 84.034482) - (xy 28.1229 83.346109) - (xy 28.072913 83.4175) - (xy 27.976188 83.624926) - (xy 27.976186 83.624931) - (xy 27.936029 83.7748) - (xy 27.899077 83.835423) - (xy 27.835216 83.866444) - (xy 27.764722 83.858016) - (xy 27.725227 83.831284) - (xy 26.977404 83.083461) - (xy 26.943378 83.021149) - (xy 26.940499 82.994366) - (xy 26.940499 74.182632) - (xy 26.960501 74.114511) - (xy 27.014157 74.068018) - (xy 27.084431 74.057914) - (xy 27.149011 74.087408) - (xy 27.155594 74.093537) - (xy 28.113597 75.05154) - (xy 28.147623 75.113852) - (xy 28.150502 75.140635) - (xy 28.150502 75.143994) - (xy 28.150502 75.143996) - (xy 28.150502 75.144) - (xy 28.170457 75.372087) - (xy 28.193086 75.456539) - (xy 28.229715 75.59324) - (xy 28.229717 75.593246) - (xy 28.326477 75.800749) - (xy 28.407574 75.916568) - (xy 28.457802 75.9883) - (xy 28.6197 76.150198) - (xy 28.807251 76.281523) - (xy 29.014757 76.378284) - (xy 29.235913 76.437543) - (xy 29.464 76.457498) - (xy 29.692087 76.437543) - (xy 29.913243 76.378284) - (xy 30.120749 76.281523) - (xy 30.3083 76.150198) - (xy 30.470198 75.9883) - (xy 30.601523 75.800749) - (xy 30.698284 75.593243) - (xy 30.757543 75.372087) - (xy 30.777498 75.144) - (xy 30.757543 74.915913) - (xy 30.698284 74.694757) - (xy 30.601523 74.487251) - (xy 30.470198 74.2997) - (xy 30.3083 74.137802) - (xy 30.281518 74.119049) - (xy 30.120746 74.006474) - (xy 30.115985 74.003726) - (xy 30.117023 74.001927) - (xy 30.070532 73.960963) - (xy 30.051095 73.892679) - (xy 30.071661 73.824726) - (xy 30.116782 73.785664) - (xy 30.11573 73.783841) - (xy 30.120496 73.781088) - (xy 30.191888 73.731099) - (xy 30.191888 73.731098) - (xy 29.503517 73.042727) - (xy 29.589148 73.029165) - (xy 29.702045 72.971641) - (xy 29.791641 72.882045) - (xy 29.849165 72.769148) - (xy 29.862727 72.683518) - (xy 30.551097 73.371888) - (xy 30.551099 73.371888) - (xy 30.601088 73.300497) - (xy 30.697811 73.093073) - (xy 30.697813 73.093068) - (xy 30.757048 72.872002) - (xy 30.776995 72.644) - (xy 30.757048 72.415997) - (xy 30.697813 72.194931) - (xy 30.697811 72.194926) - (xy 30.601086 71.987498) - (xy 30.5511 71.91611) - (xy 30.551098 71.91611) - (xy 29.862727 72.604481) - (xy 29.849165 72.518852) - (xy 29.791641 72.405955) - (xy 29.702045 72.316359) - (xy 29.589148 72.258835) - (xy 29.503514 72.245272) - (xy 30.191888 71.556899) - (xy 30.191888 71.556898) - (xy 30.120501 71.506913) - (xy 29.913073 71.410188) - (xy 29.913068 71.410186) - (xy 29.692 71.350951) - (xy 29.692004 71.350951) - (xy 29.464 71.331004) - (xy 29.235997 71.350951) - (xy 29.014931 71.410186) - (xy 29.014926 71.410188) - (xy 28.8075 71.506913) - (xy 28.736109 71.556899) - (xy 29.424483 72.245272) - (xy 29.338852 72.258835) - (xy 29.225955 72.316359) - (xy 29.136359 72.405955) - (xy 29.078835 72.518852) - (xy 29.065272 72.604482) - (xy 28.3769 71.916109) - (xy 28.326913 71.9875) - (xy 28.230188 72.194926) - (xy 28.230186 72.194931) - (xy 28.190029 72.3448) - (xy 28.153077 72.405423) - (xy 28.089216 72.436444) - (xy 28.018722 72.428016) - (xy 27.979227 72.401284) - (xy 26.977404 71.399461) - (xy 26.943378 71.337149) - (xy 26.940499 71.310366) - (xy 26.940499 69.660381) - (xy 26.940499 67.606995) - (xy 26.940498 65.531349) - (xy 26.9605 65.463229) - (xy 27.014156 65.416736) - (xy 27.08443 65.406632) - (xy 27.129495 65.422229) - (xy 27.167334 65.444076) - (xy 27.180245 65.448271) - (xy 27.198498 65.455831) - (xy 27.210595 65.461995) - (xy 27.276826 65.479741) - (xy 27.279947 65.480665) - (xy 27.345163 65.501856) - (xy 27.358649 65.503273) - (xy 27.378088 65.506875) - (xy 27.391204 65.51039) - (xy 27.39121 65.51039) - (xy 27.391213 65.510391) - (xy 27.430292 65.512437) - (xy 27.459673 65.513977) - (xy 27.462934 65.514233) - (xy 27.484499 65.516501) - (xy 27.506175 65.516501) - (xy 27.509447 65.516586) - (xy 27.568728 65.519692) - (xy 27.577927 65.520175) - (xy 27.577927 65.520174) - (xy 27.577929 65.520175) - (xy 27.591333 65.518051) - (xy 27.611044 65.516501) - (xy 33.021766 65.516501) - (xy 33.089887 65.536503) - (xy 33.110861 65.553406) - (xy 33.47086 65.913405) - (xy 33.504886 65.975717) - (xy 33.499821 66.046532) - (xy 33.457274 66.103368) - (xy 33.390754 66.128179) - (xy 33.381765 66.1285) - (xy 32.17135 66.1285) - (xy 32.110803 66.135009) - (xy 32.110795 66.135011) - (xy 31.973797 66.18611) - (xy 31.973792 66.186112) - (xy 31.856738 66.273738) - (xy 31.769112 66.390792) - (xy 31.76911 66.390797) - (xy 31.718011 66.527795) - (xy 31.718009 66.527803) - (xy 31.7115 66.58835) - (xy 31.7115 68.285649) - (xy 31.718009 68.346196) - (xy 31.718011 68.346204) - (xy 31.76911 68.483202) - (xy 31.769112 68.483207) - (xy 31.856738 68.600261) - (xy 31.973792 68.687887) - (xy 31.973794 68.687888) - (xy 31.973796 68.687889) - (xy 32.110799 68.738989) - (xy 32.120191 68.739998) - (xy 32.185784 68.767163) - (xy 32.226279 68.825479) - (xy 32.228817 68.89643) - (xy 32.192593 68.95749) - (xy 32.17901 68.968483) - (xy 32.175708 68.970795) - (xy 32.175697 68.970804) - (xy 32.013804 69.132697) - (xy 32.013799 69.132703) - (xy 31.882477 69.32025) - (xy 31.785717 69.527753) - (xy 31.785715 69.527759) - (xy 31.755234 69.641516) - (xy 31.726457 69.748913) - (xy 31.706502 69.977) - (xy 31.726457 70.205087) - (xy 31.785716 70.426243) - (xy 31.882477 70.633749) - (xy 32.013802 70.8213) - (xy 32.1757 70.983198) - (xy 32.363251 71.114523) - (xy 32.398359 71.130894) - (xy 32.402457 71.132805) - (xy 32.455742 71.179722) - (xy 32.475203 71.247999) - (xy 32.454661 71.315959) - (xy 32.402457 71.361195) - (xy 32.36325 71.379477) - (xy 32.175703 71.510799) - (xy 32.175697 71.510804) - (xy 32.013804 71.672697) - (xy 32.013799 71.672703) - (xy 31.882477 71.86025) - (xy 31.785717 72.067753) - (xy 31.785715 72.067759) - (xy 31.738491 72.244) - (xy 31.726457 72.288913) - (xy 31.706502 72.517) - (xy 31.726457 72.745087) - (xy 31.732904 72.769148) - (xy 31.785715 72.96624) - (xy 31.785717 72.966246) - (xy 31.882477 73.173749) - (xy 31.985793 73.3213) - (xy 32.013802 73.3613) - (xy 32.1757 73.523198) - (xy 32.363251 73.654523) - (xy 32.398359 73.670894) - (xy 32.402457 73.672805) - (xy 32.455742 73.719722) - (xy 32.475203 73.787999) - (xy 32.454661 73.855959) - (xy 32.402457 73.901195) - (xy 32.36325 73.919477) - (xy 32.175703 74.050799) - (xy 32.175697 74.050804) - (xy 32.013804 74.212697) - (xy 32.013799 74.212703) - (xy 31.882477 74.40025) - (xy 31.785717 74.607753) - (xy 31.785715 74.607759) - (xy 31.739228 74.78125) - (xy 31.726457 74.828913) - (xy 31.706502 75.057) - (xy 31.726457 75.285087) - (xy 31.749769 75.372087) - (xy 31.785715 75.50624) - (xy 31.785717 75.506246) - (xy 31.882477 75.713749) - (xy 31.957471 75.820852) - (xy 32.013802 75.9013) - (xy 32.1757 76.063198) - (xy 32.363251 76.194523) - (xy 32.570757 76.291284) - (xy 32.791913 76.350543) - (xy 33.02 76.370498) - (xy 33.248087 76.350543) - (xy 33.469243 76.291284) - (xy 33.676749 76.194523) - (xy 33.8643 76.063198) - (xy 34.026198 75.9013) - (xy 34.157523 75.713749) - (xy 34.254284 75.506243) - (xy 34.313543 75.285087) - (xy 34.333498 75.057) - (xy 34.313543 74.828913) - (xy 34.254284 74.607757) - (xy 34.157523 74.400251) - (xy 34.026198 74.2127) - (xy 33.8643 74.050802) - (xy 33.676749 73.919477) - (xy 33.63813 73.901469) - (xy 33.637543 73.901195) - (xy 33.584258 73.854279) - (xy 33.564796 73.786002) - (xy 33.585337 73.718042) - (xy 33.637543 73.672805) - (xy 33.639997 73.67166) - (xy 33.676749 73.654523) - (xy 33.8643 73.523198) - (xy 34.026198 73.3613) - (xy 34.157523 73.173749) - (xy 34.254284 72.966243) - (xy 34.262793 72.934485) - (xy 34.299744 72.873863) - (xy 34.363605 72.842842) - (xy 34.4341 72.85127) - (xy 34.488847 72.896473) - (xy 34.510464 72.964098) - (xy 34.5105 72.967097) - (xy 34.5105 73.920074) - (xy 34.508949 73.939784) - (xy 34.506825 73.95319) - (xy 34.507233 73.960963) - (xy 34.510414 74.021671) - (xy 34.5105 74.024944) - (xy 34.5105 74.046624) - (xy 34.512765 74.068175) - (xy 34.513023 74.071457) - (xy 34.513484 74.080252) - (xy 34.51661 74.139908) - (xy 34.516611 74.139919) - (xy 34.520125 74.153033) - (xy 34.523726 74.172463) - (xy 34.525144 74.185957) - (xy 34.546328 74.25115) - (xy 34.547256 74.254284) - (xy 34.565006 74.320524) - (xy 34.571165 74.332613) - (xy 34.578729 74.350872) - (xy 34.582925 74.363785) - (xy 34.617209 74.423167) - (xy 34.618774 74.42605) - (xy 34.649891 74.487123) - (xy 34.65843 74.497667) - (xy 34.669629 74.513961) - (xy 34.676415 74.525715) - (xy 34.722285 74.57666) - (xy 34.724427 74.579168) - (xy 34.738063 74.596006) - (xy 34.738068 74.596012) - (xy 34.753377 74.61132) - (xy 34.755647 74.613712) - (xy 34.80153 74.664669) - (xy 34.812509 74.672646) - (xy 34.827545 74.685488) - (xy 37.664509 77.522452) - (xy 37.677348 77.537483) - (xy 37.685332 77.548472) - (xy 37.711954 77.572442) - (xy 37.736297 77.59436) - (xy 37.738652 77.596595) - (xy 37.753992 77.611935) - (xy 37.770843 77.625581) - (xy 37.773327 77.627702) - (xy 37.824285 77.673585) - (xy 37.833464 77.678884) - (xy 37.836034 77.680368) - (xy 37.852333 77.69157) - (xy 37.862872 77.700105) - (xy 37.862877 77.700108) - (xy 37.923939 77.73122) - (xy 37.926838 77.732794) - (xy 37.970276 77.757872) - (xy 37.986215 77.767075) - (xy 37.999124 77.771269) - (xy 38.017388 77.778834) - (xy 38.029476 77.784994) - (xy 38.095681 77.802733) - (xy 38.098839 77.803668) - (xy 38.164044 77.824855) - (xy 38.17204 77.825695) - (xy 38.177541 77.826274) - (xy 38.196974 77.829875) - (xy 38.210085 77.833388) - (xy 38.278553 77.836975) - (xy 38.281795 77.83723) - (xy 38.30338 77.8395) - (xy 38.325064 77.8395) - (xy 38.328334 77.839585) - (xy 38.39226 77.842935) - (xy 38.396809 77.843174) - (xy 38.396809 77.843173) - (xy 38.39681 77.843174) - (xy 38.404489 77.841957) - (xy 38.410215 77.841051) - (xy 38.429925 77.8395) - (xy 39.639812 77.8395) - (xy 39.707933 77.859502) - (xy 39.754426 77.913158) - (xy 39.76453 77.983432) - (xy 39.735036 78.048012) - (xy 39.728907 78.054595) - (xy 39.633804 78.149697) - (xy 39.633799 78.149703) - (xy 39.502477 78.33725) - (xy 39.405717 78.544753) - (xy 39.405715 78.544759) - (xy 39.346457 78.765913) - (xy 39.326502 78.994) - (xy 39.346457 79.222086) - (xy 39.405715 79.44324) - (xy 39.405717 79.443246) - (xy 39.502477 79.650749) - (xy 39.558029 79.730086) - (xy 39.633802 79.8383) - (xy 39.7957 80.000198) - (xy 39.983251 80.131523) - (xy 40.000843 80.139726) - (xy 40.022457 80.149805) - (xy 40.075742 80.196722) - (xy 40.095203 80.264999) - (xy 40.074661 80.332959) - (xy 40.022457 80.378195) - (xy 39.98325 80.396477) - (xy 39.795703 80.527799) - (xy 39.795697 80.527804) - (xy 39.633804 80.689697) - (xy 39.633799 80.689703) - (xy 39.502477 80.87725) - (xy 39.405717 81.084753) - (xy 39.405715 81.084759) - (xy 39.364735 81.2377) - (xy 39.346457 81.305913) - (xy 39.326502 81.534) - (xy 39.346457 81.762087) - (xy 39.371062 81.853913) - (xy 39.405715 81.98324) - (xy 39.405717 81.983246) - (xy 39.502477 82.190749) - (xy 39.586038 82.310087) - (xy 39.633802 82.3783) - (xy 39.7957 82.540198) - (xy 39.983251 82.671523) - (xy 40.018359 82.687894) - (xy 40.022457 82.689805) - (xy 40.075742 82.736722) - (xy 40.095203 82.804999) - (xy 40.074661 82.872959) - (xy 40.022457 82.918195) - (xy 39.98325 82.936477) - (xy 39.795703 83.067799) - (xy 39.795697 83.067804) - (xy 39.633804 83.229697) - (xy 39.633799 83.229703) - (xy 39.502477 83.41725) - (xy 39.405717 83.624753) - (xy 39.405715 83.624759) - (xy 39.361972 83.788009) - (xy 39.346457 83.845913) - (xy 39.326502 84.074) - (xy 39.346457 84.302087) - (xy 39.369392 84.387681) - (xy 39.405715 84.52324) - (xy 39.405717 84.523246) - (xy 39.502477 84.730749) - (xy 39.625959 84.9071) - (xy 39.633802 84.9183) - (xy 39.7957 85.080198) - (xy 39.983251 85.211523) - (xy 39.996614 85.217754) - (xy 40.022457 85.229805) - (xy 40.075742 85.276722) - (xy 40.095203 85.344999) - (xy 40.074661 85.412959) - (xy 40.022457 85.458195) - (xy 39.98325 85.476477) - (xy 39.795703 85.607799) - (xy 39.795697 85.607804) - (xy 39.633804 85.769697) - (xy 39.633799 85.769703) - (xy 39.502477 85.95725) - (xy 39.405717 86.164753) - (xy 39.405715 86.164759) - (xy 39.358522 86.340887) - (xy 39.346457 86.385913) - (xy 39.326502 86.614) - (xy 39.346457 86.842087) - (xy 39.377436 86.957702) - (xy 39.405715 87.06324) - (xy 39.405717 87.063246) - (xy 39.502477 87.270749) - (xy 39.605793 87.4183) - (xy 39.633802 87.4583) - (xy 39.7957 87.620198) - (xy 39.983251 87.751523) - (xy 40.190757 87.848284) - (xy 40.411913 87.907543) - (xy 40.64 87.927498) - (xy 40.868087 87.907543) - (xy 41.089243 87.848284) - (xy 41.12065 87.833638) - (xy 41.19084 87.822977) - (xy 41.255653 87.851956) - (xy 41.29451 87.911375) - (xy 41.2999 87.947833) - (xy 41.2999 94.284084) - (xy 41.279898 94.352205) - (xy 41.262995 94.373179) - (xy 38.035544 97.600629) - (xy 38.020518 97.613464) - (xy 38.009529 97.621448) - (xy 37.963665 97.672385) - (xy 37.961398 97.674775) - (xy 37.946065 97.690109) - (xy 37.946057 97.690118) - (xy 37.932412 97.706966) - (xy 37.930274 97.70947) - (xy 37.884418 97.760399) - (xy 37.88441 97.76041) - (xy 37.877626 97.77216) - (xy 37.866431 97.788449) - (xy 37.857893 97.798992) - (xy 37.826773 97.860068) - (xy 37.825199 97.862966) - (xy 37.790925 97.922332) - (xy 37.790923 97.922335) - (xy 37.786731 97.935238) - (xy 37.779168 97.953499) - (xy 37.773007 97.965591) - (xy 37.755261 98.031814) - (xy 37.754325 98.034976) - (xy 37.733144 98.10016) - (xy 37.731726 98.113656) - (xy 37.728125 98.133086) - (xy 37.72461 98.146205) - (xy 37.721024 98.214652) - (xy 37.720765 98.21794) - (xy 37.7185 98.239489) - (xy 37.7185 98.261173) - (xy 37.718414 98.264445) - (xy 37.71789 98.274457) - (xy 37.714825 98.332925) - (xy 37.715198 98.335276) - (xy 37.716639 98.344377) - (xy 37.716949 98.34633) - (xy 37.7185 98.366042) - (xy 37.7185 113.475074) - (xy 37.716949 113.494784) - (xy 37.714825 113.50819) - (xy 37.716751 113.544926) - (xy 37.718414 113.576671) - (xy 37.7185 113.579944) - (xy 37.7185 113.601624) - (xy 37.720765 113.623175) - (xy 37.721024 113.626464) - (xy 37.72461 113.694908) - (xy 37.724611 113.694919) - (xy 37.728125 113.708033) - (xy 37.731726 113.727463) - (xy 37.733144 113.740957) - (xy 37.754328 113.80615) - (xy 37.755256 113.809284) - (xy 37.773006 113.875524) - (xy 37.779165 113.887613) - (xy 37.786729 113.905872) - (xy 37.790925 113.918785) - (xy 37.820432 113.969892) - (xy 37.83717 114.038888) - (xy 37.81395 114.10598) - (xy 37.764564 114.147087) - (xy 37.697258 114.178473) - (xy 37.69725 114.178477) - (xy 37.509708 114.309795) - (xy 37.509697 114.309804) - (xy 37.347804 114.471697) - (xy 37.347799 114.471703) - (xy 37.216477 114.65925) - (xy 37.119717 114.866753) - (xy 37.119715 114.866759) - (xy 37.060457 115.087912) - (xy 37.060457 115.087913) - (xy 37.040502 115.316) - (xy 37.060457 115.544087) - (xy 37.077694 115.608415) - (xy 37.119715 115.76524) - (xy 37.119717 115.765246) - (xy 37.216477 115.972749) - (xy 37.332616 116.138613) - (xy 37.347802 116.1603) - (xy 37.5097 116.322198) - (xy 37.697251 116.453523) - (xy 37.904757 116.550284) - (xy 38.125913 116.609543) - (xy 38.354 116.629498) - (xy 38.582087 116.609543) - (xy 38.803243 116.550284) - (xy 39.010749 116.453523) - (xy 39.1983 116.322198) - (xy 39.360198 116.1603) - (xy 39.491523 115.972749) - (xy 39.503336 115.947414) - (xy 39.550252 115.89413) - (xy 39.618529 115.874668) - (xy 39.686489 115.895209) - (xy 39.706626 115.911569) - (xy 40.953509 117.158452) - (xy 40.966348 117.173483) - (xy 40.974332 117.184472) - (xy 40.987367 117.196208) - (xy 41.025297 117.23036) - (xy 41.027652 117.232595) - (xy 41.042994 117.247937) - (xy 41.059867 117.2616) - (xy 41.062331 117.263706) - (xy 41.113285 117.309585) - (xy 41.125043 117.316373) - (xy 41.141334 117.32757) - (xy 41.151871 117.336103) - (xy 41.151879 117.336109) - (xy 41.212949 117.367225) - (xy 41.215817 117.368782) - (xy 41.275215 117.403075) - (xy 41.288121 117.407268) - (xy 41.306382 117.414832) - (xy 41.318474 117.420994) - (xy 41.318475 117.420994) - (xy 41.384684 117.438734) - (xy 41.387842 117.439669) - (xy 41.453044 117.460855) - (xy 41.46104 117.461695) - (xy 41.466541 117.462274) - (xy 41.485974 117.465875) - (xy 41.499085 117.469388) - (xy 41.567553 117.472975) - (xy 41.570795 117.47323) - (xy 41.59238 117.4755) - (xy 41.614064 117.4755) - (xy 41.617334 117.475585) - (xy 41.68126 117.478935) - (xy 41.685809 117.479174) - (xy 41.685809 117.479173) - (xy 41.68581 117.479174) - (xy 41.693489 117.477957) - (xy 41.699215 117.477051) - (xy 41.718925 117.4755) - (xy 41.822829 117.4755) - (xy 41.89095 117.495502) - (xy 41.937443 117.549158) - (xy 41.940884 117.557466) - (xy 41.950111 117.582204) - (xy 41.950112 117.582207) - (xy 42.037738 117.699261) - (xy 42.154792 117.786887) - (xy 42.154794 117.786888) - (xy 42.154796 117.786889) - (xy 42.213875 117.808924) - (xy 42.291795 117.837988) - (xy 42.291803 117.83799) - (xy 42.35235 117.844499) - (xy 42.352355 117.844499) - (xy 42.352362 117.8445) - (xy 42.352368 117.8445) - (xy 43.499632 117.8445) - (xy 43.499638 117.8445) - (xy 43.499645 117.844499) - (xy 43.499649 117.844499) - (xy 43.560196 117.83799) - (xy 43.560199 117.837989) - (xy 43.560201 117.837989) - (xy 43.582838 117.829546) - (xy 43.697201 117.78689) - (xy 43.6972 117.78689) - (xy 43.697204 117.786889) - (xy 43.697207 117.786886) - (xy 43.705113 117.78257) - (xy 43.706791 117.785644) - (xy 43.757496 117.766717) - (xy 43.803092 117.771817) - (xy 43.993399 117.829546) - (xy 43.993403 117.829546) - (xy 43.993405 117.829547) - (xy 44.195997 117.849501) - (xy 44.196 117.849501) - (xy 44.196003 117.849501) - (xy 44.398594 117.829547) - (xy 44.398595 117.829546) - (xy 44.398601 117.829546) - (xy 44.593417 117.77045) - (xy 44.771607 117.675205) - (xy 44.841109 117.660734) - (xy 44.890391 117.675204) - (xy 45.068583 117.77045) - (xy 45.263399 117.829546) - (xy 45.263403 117.829546) - (xy 45.263405 117.829547) - (xy 45.465997 117.849501) - (xy 45.466 117.849501) - (xy 45.466003 117.849501) - (xy 45.668594 117.829547) - (xy 45.668595 117.829546) - (xy 45.668601 117.829546) - (xy 45.863417 117.77045) - (xy 46.04296 117.674482) - (xy 46.200331 117.545331) - (xy 46.329482 117.38796) - (xy 46.42545 117.208417) - (xy 46.484546 117.013601) - (xy 46.489676 116.961522) - (xy 46.499499 116.861781) - (xy 46.4995 116.861775) - (xy 46.4995 116.310225) - (xy 46.485736 116.170477) - (xy 46.484547 116.158405) - (xy 46.484546 116.158403) - (xy 46.484546 116.158399) - (xy 46.42545 115.963583) - (xy 46.329482 115.78404) - (xy 46.200331 115.626669) - (xy 46.04296 115.497518) - (xy 45.863417 115.40155) - (xy 45.668601 115.342454) - (xy 45.6686 115.342453) - (xy 45.668594 115.342452) - (xy 45.466003 115.322499) - (xy 45.465997 115.322499) - (xy 45.263405 115.342452) - (xy 45.068582 115.40155) - (xy 44.890395 115.496793) - (xy 44.820889 115.511265) - (xy 44.771604 115.496793) - (xy 44.593417 115.40155) - (xy 44.398601 115.342454) - (xy 44.3986 115.342453) - (xy 44.398594 115.342452) - (xy 44.196003 115.322499) - (xy 44.195997 115.322499) - (xy 43.993405 115.342452) - (xy 43.803094 115.400181) - (xy 43.7321 115.400814) - (xy 43.705961 115.387878) - (xy 43.705114 115.38943) - (xy 43.697203 115.38511) - (xy 43.560204 115.334011) - (xy 43.560196 115.334009) - (xy 43.499649 115.3275) - (xy 43.499638 115.3275) - (xy 42.352362 115.3275) - (xy 42.35235 115.3275) - (xy 42.291803 115.334009) - (xy 42.291795 115.334011) - (xy 42.154797 115.38511) - (xy 42.154792 115.385112) - (xy 42.037737 115.47274) - (xy 42.016113 115.501625) - (xy 41.959277 115.544171) - (xy 41.888461 115.549234) - (xy 41.826152 115.515209) - (xy 40.516319 114.205376) - (xy 40.482293 114.143064) - (xy 40.487358 114.072249) - (xy 40.529905 114.015413) - (xy 40.594434 113.99076) - (xy 40.614002 113.989048) - (xy 40.835068 113.929813) - (xy 40.835073 113.929811) - (xy 41.042497 113.833088) - (xy 41.113888 113.783099) - (xy 41.113888 113.783097) - (xy 40.425518 113.094727) - (xy 40.511148 113.081165) - (xy 40.624045 113.023641) - (xy 40.713641 112.934045) - (xy 40.771165 112.821148) - (xy 40.784727 112.735518) - (xy 41.473097 113.423888) - (xy 41.473099 113.423888) - (xy 41.523088 113.352497) - (xy 41.619811 113.145073) - (xy 41.619813 113.145068) - (xy 41.679048 112.924002) - (xy 41.698995 112.696) - (xy 41.683772 112.522) - (xy 45.168502 112.522) - (xy 45.188457 112.750087) - (xy 45.207498 112.821148) - (xy 45.241407 112.9477) - (xy 45.247716 112.971243) - (xy 45.344477 113.178749) - (xy 45.475802 113.3663) - (xy 45.6377 113.528198) - (xy 45.825251 113.659523) - (xy 46.032757 113.756284) - (xy 46.253913 113.815543) - (xy 46.482 113.835498) - (xy 46.710087 113.815543) - (xy 46.931243 113.756284) - (xy 47.138749 113.659523) - (xy 47.3263 113.528198) - (xy 47.488198 113.3663) - (xy 47.619523 113.178749) - (xy 47.716284 112.971243) - (xy 47.775543 112.750087) - (xy 47.795498 112.522) - (xy 48.978502 112.522) - (xy 48.998457 112.750087) - (xy 49.017498 112.821148) - (xy 49.051407 112.9477) - (xy 49.057716 112.971243) - (xy 49.154477 113.178749) - (xy 49.285802 113.3663) - (xy 49.4477 113.528198) - (xy 49.635251 113.659523) - (xy 49.842757 113.756284) - (xy 50.063913 113.815543) - (xy 50.292 113.835498) - (xy 50.520087 113.815543) - (xy 50.741243 113.756284) - (xy 50.948749 113.659523) - (xy 51.1363 113.528198) - (xy 51.298198 113.3663) - (xy 51.429523 113.178749) - (xy 51.526284 112.971243) - (xy 51.585543 112.750087) - (xy 51.605498 112.522) - (xy 51.585543 112.293913) - (xy 51.526284 112.072757) - (xy 51.429523 111.865251) - (xy 51.298198 111.6777) - (xy 51.1363 111.515802) - (xy 51.122301 111.506) - (xy 50.948749 111.384477) - (xy 50.741246 111.287717) - (xy 50.74124 111.287715) - (xy 50.60795 111.252) - (xy 50.520087 111.228457) - (xy 50.292 111.208502) - (xy 50.063913 111.228457) - (xy 49.842759 111.287715) - (xy 49.842753 111.287717) - (xy 49.63525 111.384477) - (xy 49.447703 111.515799) - (xy 49.447697 111.515804) - (xy 49.285804 111.677697) - (xy 49.285799 111.677703) - (xy 49.154477 111.86525) - (xy 49.057717 112.072753) - (xy 49.057715 112.072759) - (xy 49.051407 112.096302) - (xy 48.998457 112.293913) - (xy 48.978502 112.522) - (xy 47.795498 112.522) - (xy 47.775543 112.293913) - (xy 47.716284 112.072757) - (xy 47.619523 111.865251) - (xy 47.488198 111.6777) - (xy 47.3263 111.515802) - (xy 47.312301 111.506) - (xy 47.138749 111.384477) - (xy 46.931246 111.287717) - (xy 46.93124 111.287715) - (xy 46.79795 111.252) - (xy 46.710087 111.228457) - (xy 46.482 111.208502) - (xy 46.253913 111.228457) - (xy 46.032759 111.287715) - (xy 46.032753 111.287717) - (xy 45.82525 111.384477) - (xy 45.637703 111.515799) - (xy 45.637697 111.515804) - (xy 45.475804 111.677697) - (xy 45.475799 111.677703) - (xy 45.344477 111.86525) - (xy 45.247717 112.072753) - (xy 45.247715 112.072759) - (xy 45.241407 112.096302) - (xy 45.188457 112.293913) - (xy 45.168502 112.522) - (xy 41.683772 112.522) - (xy 41.679048 112.467997) - (xy 41.619813 112.246931) - (xy 41.619811 112.246926) - (xy 41.523086 112.039498) - (xy 41.4731 111.96811) - (xy 41.473098 111.96811) - (xy 40.784727 112.656481) - (xy 40.771165 112.570852) - (xy 40.713641 112.457955) - (xy 40.624045 112.368359) - (xy 40.511148 112.310835) - (xy 40.425516 112.297272) - (xy 41.113888 111.608899) - (xy 41.113888 111.608898) - (xy 41.042501 111.558913) - (xy 40.835073 111.462188) - (xy 40.835068 111.462186) - (xy 40.614 111.402951) - (xy 40.614004 111.402951) - (xy 40.385999 111.383004) - (xy 40.157997 111.402951) - (xy 39.936931 111.462186) - (xy 39.936926 111.462188) - (xy 39.729502 111.558911) - (xy 39.69577 111.582531) - (xy 39.628495 111.605218) - (xy 39.559635 111.587932) - (xy 39.511052 111.536162) - (xy 39.4975 111.479317) - (xy 39.4975 108.913293) - (xy 39.517502 108.845172) - (xy 39.571158 108.798679) - (xy 39.641432 108.788575) - (xy 39.695771 108.81008) - (xy 39.729251 108.833523) - (xy 39.936757 108.930284) - (xy 40.157913 108.989543) - (xy 40.386 109.009498) - (xy 40.614087 108.989543) - (xy 40.835243 108.930284) - (xy 41.042749 108.833523) - (xy 41.2303 108.702198) - (xy 41.392198 108.5403) - (xy 41.523523 108.352749) - (xy 41.620284 108.145243) - (xy 41.679543 107.924087) - (xy 41.699498 107.696) - (xy 41.679543 107.467913) - (xy 41.620284 107.246757) - (xy 41.523523 107.039251) - (xy 41.392198 106.8517) - (xy 41.2303 106.689802) - (xy 41.042749 106.558477) - (xy 40.993584 106.535551) - (xy 40.835246 106.461717) - (xy 40.83524 106.461715) - (xy 40.741771 106.43667) - (xy 40.614087 106.402457) - (xy 40.386 106.382502) - (xy 40.157913 106.402457) - (xy 39.936759 106.461715) - (xy 39.936753 106.461717) - (xy 39.729248 106.558478) - (xy 39.695769 106.58192) - (xy 39.628495 106.604607) - (xy 39.559635 106.587321) - (xy 39.511051 106.535551) - (xy 39.4975 106.478706) - (xy 39.4975 98.70675) - (xy 39.517502 98.638629) - (xy 39.5344 98.61766) - (xy 41.160545 96.991514) - (xy 41.222857 96.957489) - (xy 41.293672 96.962554) - (xy 41.350508 97.005101) - (xy 41.375319 97.071621) - (xy 41.375161 97.091585) - (xy 41.358502 97.282) - (xy 41.378457 97.510087) - (xy 41.391843 97.560045) - (xy 41.437715 97.73124) - (xy 41.437717 97.731246) - (xy 41.534477 97.938749) - (xy 41.656948 98.113656) - (xy 41.665802 98.1263) - (xy 41.8277 98.288198) - (xy 42.015251 98.419523) - (xy 42.038742 98.430477) - (xy 42.054457 98.437805) - (xy 42.107742 98.484722) - (xy 42.127203 98.552999) - (xy 42.106661 98.620959) - (xy 42.054457 98.666195) - (xy 42.01525 98.684477) - (xy 41.827703 98.815799) - (xy 41.827697 98.815804) - (xy 41.665804 98.977697) - (xy 41.665799 98.977703) - (xy 41.534477 99.16525) - (xy 41.437717 99.372753) - (xy 41.437715 99.372759) - (xy 41.399978 99.513596) - (xy 41.378457 99.593913) - (xy 41.358502 99.822) - (xy 41.378457 100.050087) - (xy 41.389288 100.090509) - (xy 41.437715 100.27124) - (xy 41.437717 100.271246) - (xy 41.534477 100.478749) - (xy 41.665513 100.665888) - (xy 41.665802 100.6663) - (xy 41.8277 100.828198) - (xy 42.015251 100.959523) - (xy 42.045255 100.973514) - (xy 42.054457 100.977805) - (xy 42.107742 101.024722) - (xy 42.127203 101.092999) - (xy 42.106661 101.160959) - (xy 42.054457 101.206195) - (xy 42.01525 101.224477) - (xy 41.827703 101.355799) - (xy 41.827697 101.355804) - (xy 41.665804 101.517697) - (xy 41.665799 101.517703) - (xy 41.534477 101.70525) - (xy 41.437717 101.912753) - (xy 41.437715 101.912759) - (xy 41.397056 102.064502) - (xy 41.378457 102.133913) - (xy 41.358502 102.362) - (xy 41.378457 102.590087) - (xy 41.388908 102.629091) - (xy 41.437715 102.81124) - (xy 41.437717 102.811246) - (xy 41.534477 103.018749) - (xy 41.653958 103.189386) - (xy 41.665802 103.2063) - (xy 41.8277 103.368198) - (xy 42.015251 103.499523) - (xy 42.046703 103.514189) - (xy 42.054457 103.517805) - (xy 42.107742 103.564722) - (xy 42.127203 103.632999) - (xy 42.106661 103.700959) - (xy 42.054457 103.746195) - (xy 42.01525 103.764477) - (xy 41.827703 103.895799) - (xy 41.827697 103.895804) - (xy 41.665804 104.057697) - (xy 41.665799 104.057703) - (xy 41.534477 104.24525) - (xy 41.437717 104.452753) - (xy 41.437715 104.452759) - (xy 41.388909 104.634906) - (xy 41.378457 104.673913) - (xy 41.358502 104.902) - (xy 41.378457 105.130087) - (xy 41.388908 105.169091) - (xy 41.437715 105.35124) - (xy 41.437717 105.351246) - (xy 41.534477 105.558749) - (xy 41.653958 105.729386) - (xy 41.665802 105.7463) - (xy 41.8277 105.908198) - (xy 42.015251 106.039523) - (xy 42.222757 106.136284) - (xy 42.443913 106.195543) - (xy 42.672 106.215498) - (xy 42.900087 106.195543) - (xy 43.121243 106.136284) - (xy 43.328749 106.039523) - (xy 43.5163 105.908198) - (xy 43.678198 105.7463) - (xy 43.809523 105.558749) - (xy 43.906284 105.351243) - (xy 43.965543 105.130087) - (xy 43.985498 104.902) - (xy 43.965543 104.673913) - (xy 43.906284 104.452757) - (xy 43.809523 104.245251) - (xy 43.678198 104.0577) - (xy 43.5163 103.895802) - (xy 43.328749 103.764477) - (xy 43.325935 103.763165) - (xy 43.289543 103.746195) - (xy 43.236258 103.699279) - (xy 43.216796 103.631002) - (xy 43.237337 103.563042) - (xy 43.289543 103.517805) - (xy 43.297297 103.514189) - (xy 43.328749 103.499523) - (xy 43.5163 103.368198) - (xy 43.678198 103.2063) - (xy 43.809523 103.018749) - (xy 43.906284 102.811243) - (xy 43.965543 102.590087) - (xy 43.985498 102.362) - (xy 43.965543 102.133913) - (xy 43.906284 101.912757) - (xy 43.809523 101.705251) - (xy 43.678198 101.5177) - (xy 43.5163 101.355802) - (xy 43.516291 101.355796) - (xy 43.38192 101.261708) - (xy 43.328749 101.224477) - (xy 43.289543 101.206195) - (xy 43.236258 101.159279) - (xy 43.216796 101.091002) - (xy 43.237337 101.023042) - (xy 43.289543 100.977805) - (xy 43.298745 100.973514) - (xy 43.328749 100.959523) - (xy 43.5163 100.828198) - (xy 43.678198 100.6663) - (xy 43.809523 100.478749) - (xy 43.906284 100.271243) - (xy 43.965543 100.050087) - (xy 43.985498 99.822) - (xy 43.965543 99.593913) - (xy 43.906284 99.372757) - (xy 43.809523 99.165251) - (xy 43.678198 98.9777) - (xy 43.5163 98.815802) - (xy 43.516291 98.815796) - (xy 43.43379 98.758028) - (xy 43.328749 98.684477) - (xy 43.322849 98.681726) - (xy 43.289543 98.666195) - (xy 43.236258 98.619279) - (xy 43.216796 98.551002) - (xy 43.237337 98.483042) - (xy 43.289543 98.437805) - (xy 43.295487 98.435033) - (xy 43.328749 98.419523) - (xy 43.5163 98.288198) - (xy 43.678198 98.1263) - (xy 43.809523 97.938749) - (xy 43.906284 97.731243) - (xy 43.965543 97.510087) - (xy 43.985498 97.282) - (xy 43.965543 97.053913) - (xy 43.906284 96.832757) - (xy 43.809523 96.625251) - (xy 43.678198 96.4377) - (xy 43.5163 96.275802) - (xy 43.386497 96.184913) - (xy 43.328749 96.144477) - (xy 43.121246 96.047717) - (xy 43.12124 96.047715) - (xy 42.987946 96.011999) - (xy 42.900087 95.988457) - (xy 42.672 95.968502) - (xy 42.671999 95.968502) - (xy 42.481592 95.98516) - (xy 42.411987 95.97117) - (xy 42.360995 95.921771) - (xy 42.344805 95.852645) - (xy 42.368558 95.785739) - (xy 42.381507 95.770553) - (xy 42.718395 95.433666) - (xy 42.718394 95.433666) - (xy 42.761859 95.3902) - (xy 42.776894 95.37736) - (xy 42.78787 95.369387) - (xy 42.833769 95.318409) - (xy 42.835985 95.316074) - (xy 43.85019 94.301869) - (xy 43.9125 94.267845) - (xy 43.983315 94.27291) - (xy 44.040151 94.315457) - (xy 44.053478 94.337717) - (xy 44.074475 94.382747) - (xy 44.173183 94.523716) - (xy 44.205802 94.5703) - (xy 44.3677 94.732198) - (xy 44.555251 94.863523) - (xy 44.762757 94.960284) - (xy 44.983913 95.019543) - (xy 45.212 95.039498) - (xy 45.440087 95.019543) - (xy 45.661243 94.960284) - (xy 45.868749 94.863523) - (xy 46.0563 94.732198) - (xy 46.218198 94.5703) - (xy 46.349523 94.382749) - (xy 46.446284 94.175243) - (xy 46.505543 93.954087) - (xy 46.525498 93.726) - (xy 46.505543 93.497913) - (xy 46.446284 93.276757) - (xy 46.349523 93.069251) - (xy 46.218198 92.8817) - (xy 46.0563 92.719802) - (xy 46.056296 92.719799) - (xy 45.868747 92.588475) - (xy 45.823717 92.567478) - (xy 45.770431 92.520561) - (xy 45.75097 92.452284) - (xy 45.771512 92.384324) - (xy 45.787866 92.364193) - (xy 49.003663 89.148396) - (xy 49.065976 89.11437) - (xy 49.136792 89.119435) - (xy 49.193627 89.161982) - (xy 49.218438 89.228502) - (xy 49.218759 89.237491) - (xy 49.218759 89.410215) - (xy 49.217208 89.429925) - (xy 49.215084 89.443331) - (xy 49.217226 89.484196) - (xy 49.218673 89.511812) - (xy 49.218759 89.515085) - (xy 49.218759 89.536765) - (xy 49.221024 89.558316) - (xy 49.221283 89.561605) - (xy 49.224869 89.630049) - (xy 49.22487 89.63006) - (xy 49.228384 89.643174) - (xy 49.231985 89.662604) - (xy 49.233403 89.676098) - (xy 49.254587 89.741291) - (xy 49.255515 89.744425) - (xy 49.273265 89.810665) - (xy 49.279424 89.822754) - (xy 49.286988 89.841013) - (xy 49.291184 89.853926) - (xy 49.325468 89.913308) - (xy 49.327033 89.916191) - (xy 49.35815 89.977264) - (xy 49.366689 89.987808) - (xy 49.377888 90.004102) - (xy 49.384674 90.015856) - (xy 49.430544 90.066801) - (xy 49.432686 90.069309) - (xy 49.446322 90.086147) - (xy 49.446327 90.086153) - (xy 49.461636 90.101461) - (xy 49.463906 90.103853) - (xy 49.509787 90.154808) - (xy 49.509789 90.15481) - (xy 49.517936 90.160729) - (xy 49.520766 90.162785) - (xy 49.535801 90.175626) - (xy 49.849562 90.489387) - (xy 50.159754 90.799578) - (xy 50.193779 90.861891) - (xy 50.196659 90.888674) - (xy 50.196659 92.141318) - (xy 50.176657 92.209439) - (xy 50.123001 92.255932) - (xy 50.052727 92.266036) - (xy 50.017409 92.255513) - (xy 49.979246 92.237717) - (xy 49.97924 92.237715) - (xy 49.877732 92.210516) - (xy 49.758087 92.178457) - (xy 49.53 92.158502) - (xy 49.301913 92.178457) - (xy 49.080759 92.237715) - (xy 49.080753 92.237717) - (xy 48.87325 92.334477) - (xy 48.685703 92.465799) - (xy 48.685697 92.465804) - (xy 48.523804 92.627697) - (xy 48.523799 92.627703) - (xy 48.392477 92.81525) - (xy 48.295717 93.022753) - (xy 48.295715 93.022759) - (xy 48.244617 93.21346) - (xy 48.236457 93.243913) - (xy 48.216502 93.472) - (xy 48.236457 93.700087) - (xy 48.27067 93.827771) - (xy 48.295715 93.92124) - (xy 48.295717 93.921246) - (xy 48.392477 94.128749) - (xy 48.518879 94.30927) - (xy 48.523802 94.3163) - (xy 48.6857 94.478198) - (xy 48.873251 94.609523) - (xy 49.080757 94.706284) - (xy 49.301913 94.765543) - (xy 49.53 94.785498) - (xy 49.758087 94.765543) - (xy 49.979243 94.706284) - (xy 50.01741 94.688486) - (xy 50.087599 94.677825) - (xy 50.152412 94.706804) - (xy 50.191269 94.766223) - (xy 50.196659 94.802681) - (xy 50.196659 95.051206) - (xy 50.176657 95.119327) - (xy 50.159754 95.140301) - (xy 49.622458 95.677597) - (xy 49.560146 95.711623) - (xy 49.533363 95.714502) - (xy 49.530006 95.714502) - (xy 49.530003 95.714502) - (xy 49.53 95.714502) - (xy 49.301913 95.734457) - (xy 49.080759 95.793715) - (xy 49.080753 95.793717) - (xy 48.87325 95.890477) - (xy 48.685703 96.021799) - (xy 48.685697 96.021804) - (xy 48.523804 96.183697) - (xy 48.523799 96.183703) - (xy 48.392477 96.37125) - (xy 48.295717 96.578753) - (xy 48.295715 96.578759) - (xy 48.265453 96.6917) - (xy 48.236457 96.799913) - (xy 48.216502 97.028) - (xy 48.216502 97.028003) - (xy 48.216502 97.028006) - (xy 48.216502 97.031362) - (xy 48.216083 97.032786) - (xy 48.216023 97.033481) - (xy 48.215883 97.033468) - (xy 48.1965 97.099483) - (xy 48.179597 97.120458) - (xy 47.743879 97.556175) - (xy 47.681567 97.5902) - (xy 47.610751 97.585135) - (xy 47.553916 97.542588) - (xy 47.529105 97.476068) - (xy 47.529264 97.456097) - (xy 47.540996 97.322005) - (xy 47.540996 97.322004) - (xy 47.521048 97.093997) - (xy 47.461813 96.872931) - (xy 47.461811 96.872926) - (xy 47.365086 96.665498) - (xy 47.3151 96.59411) - (xy 47.315098 96.59411) - (xy 46.626727 97.282482) - (xy 46.613165 97.196852) - (xy 46.555641 97.083955) - (xy 46.466045 96.994359) - (xy 46.353148 96.936835) - (xy 46.267515 96.923272) - (xy 46.955888 96.2349) - (xy 46.955888 96.234898) - (xy 46.884501 96.184913) - (xy 46.677073 96.088188) - (xy 46.677068 96.088186) - (xy 46.456 96.028951) - (xy 46.456004 96.028951) - (xy 46.228 96.009004) - (xy 45.999997 96.028951) - (xy 45.778931 96.088186) - (xy 45.778926 96.088188) - (xy 45.5715 96.184913) - (xy 45.500109 96.2349) - (xy 46.188481 96.923272) - (xy 46.102852 96.936835) - (xy 45.989955 96.994359) - (xy 45.900359 97.083955) - (xy 45.842835 97.196852) - (xy 45.829272 97.282482) - (xy 45.140899 96.594109) - (xy 45.090913 96.6655) - (xy 44.994188 96.872926) - (xy 44.994186 96.872931) - (xy 44.934951 97.093997) - (xy 44.915004 97.322) - (xy 44.934951 97.550002) - (xy 44.994186 97.771068) - (xy 44.994188 97.771073) - (xy 45.090913 97.978501) - (xy 45.140899 98.049888) - (xy 45.829272 97.361515) - (xy 45.842835 97.447148) - (xy 45.900359 97.560045) - (xy 45.989955 97.649641) - (xy 46.102852 97.707165) - (xy 46.188482 97.720727) - (xy 45.50011 98.409098) - (xy 45.50011 98.4091) - (xy 45.571498 98.459086) - (xy 45.576266 98.461839) - (xy 45.575178 98.463721) - (xy 45.62142 98.504409) - (xy 45.640904 98.57268) - (xy 45.620386 98.640647) - (xy 45.575015 98.679995) - (xy 45.576015 98.681726) - (xy 45.571253 98.684474) - (xy 45.383703 98.815799) - (xy 45.383697 98.815804) - (xy 45.221804 98.977697) - (xy 45.221799 98.977703) - (xy 45.090477 99.16525) - (xy 44.993717 99.372753) - (xy 44.993715 99.372759) - (xy 44.955978 99.513596) - (xy 44.934457 99.593913) - (xy 44.914502 99.822) - (xy 44.934457 100.050087) - (xy 44.945288 100.090509) - (xy 44.993715 100.27124) - (xy 44.993717 100.271246) - (xy 45.090477 100.478749) - (xy 45.221513 100.665888) - (xy 45.221802 100.6663) - (xy 45.3837 100.828198) - (xy 45.571251 100.959523) - (xy 45.707469 101.023042) - (xy 45.753057 101.0443) - (xy 45.806342 101.091217) - (xy 45.825803 101.159494) - (xy 45.805261 101.227454) - (xy 45.772078 101.261708) - (xy 45.637703 101.355799) - (xy 45.637697 101.355804) - (xy 45.475804 101.517697) - (xy 45.475799 101.517703) - (xy 45.344477 101.70525) - (xy 45.247717 101.912753) - (xy 45.247715 101.912759) - (xy 45.207056 102.064502) - (xy 45.188457 102.133913) - (xy 45.168502 102.362) - (xy 45.188457 102.590087) - (xy 45.198908 102.629091) - (xy 45.247715 102.81124) - (xy 45.247717 102.811246) - (xy 45.344477 103.018749) - (xy 45.463958 103.189386) - (xy 45.475802 103.2063) - (xy 45.6377 103.368198) - (xy 45.825251 103.499523) - (xy 46.032757 103.596284) - (xy 46.253913 103.655543) - (xy 46.482 103.675498) - (xy 46.710087 103.655543) - (xy 46.931243 103.596284) - (xy 47.138749 103.499523) - (xy 47.3263 103.368198) - (xy 47.488198 103.2063) - (xy 47.619523 103.018749) - (xy 47.716284 102.811243) - (xy 47.775543 102.590087) - (xy 47.795498 102.362) - (xy 48.978502 102.362) - (xy 48.998457 102.590087) - (xy 49.008908 102.629091) - (xy 49.057715 102.81124) - (xy 49.057717 102.811246) - (xy 49.154477 103.018749) - (xy 49.273958 103.189386) - (xy 49.285802 103.2063) - (xy 49.4477 103.368198) - (xy 49.635251 103.499523) - (xy 49.842757 103.596284) - (xy 50.063913 103.655543) - (xy 50.292 103.675498) - (xy 50.520087 103.655543) - (xy 50.741243 103.596284) - (xy 50.948749 103.499523) - (xy 51.1363 103.368198) - (xy 51.298198 103.2063) - (xy 51.429523 103.018749) - (xy 51.526284 102.811243) - (xy 51.585543 102.590087) - (xy 51.605498 102.362) - (xy 52.788502 102.362) - (xy 52.808457 102.590087) - (xy 52.818908 102.629091) - (xy 52.867715 102.81124) - (xy 52.867717 102.811246) - (xy 52.964477 103.018749) - (xy 53.083958 103.189386) - (xy 53.095802 103.2063) - (xy 53.2577 103.368198) - (xy 53.445251 103.499523) - (xy 53.652757 103.596284) - (xy 53.873913 103.655543) - (xy 54.102 103.675498) - (xy 54.330087 103.655543) - (xy 54.551243 103.596284) - (xy 54.758749 103.499523) - (xy 54.9463 103.368198) - (xy 55.108198 103.2063) - (xy 55.239523 103.018749) - (xy 55.336284 102.811243) - (xy 55.395543 102.590087) - (xy 55.415498 102.362) - (xy 55.395543 102.133913) - (xy 55.336284 101.912757) - (xy 55.239523 101.705251) - (xy 55.108198 101.5177) - (xy 54.9463 101.355802) - (xy 54.946291 101.355796) - (xy 54.758749 101.224477) - (xy 54.551246 101.127717) - (xy 54.55124 101.127715) - (xy 54.414225 101.091002) - (xy 54.330087 101.068457) - (xy 54.102 101.048502) - (xy 54.101999 101.048502) - (xy 53.873913 101.068457) - (xy 53.652759 101.127715) - (xy 53.652753 101.127717) - (xy 53.44525 101.224477) - (xy 53.257703 101.355799) - (xy 53.257697 101.355804) - (xy 53.095804 101.517697) - (xy 53.095799 101.517703) - (xy 52.964477 101.70525) - (xy 52.867717 101.912753) - (xy 52.867715 101.912759) - (xy 52.827056 102.064502) - (xy 52.808457 102.133913) - (xy 52.788502 102.362) - (xy 51.605498 102.362) - (xy 51.585543 102.133913) - (xy 51.526284 101.912757) - (xy 51.429523 101.705251) - (xy 51.298198 101.5177) - (xy 51.1363 101.355802) - (xy 51.136291 101.355796) - (xy 50.948749 101.224477) - (xy 50.741246 101.127717) - (xy 50.74124 101.127715) - (xy 50.604225 101.091002) - (xy 50.520087 101.068457) - (xy 50.292 101.048502) - (xy 50.063913 101.068457) - (xy 49.842759 101.127715) - (xy 49.842753 101.127717) - (xy 49.63525 101.224477) - (xy 49.447703 101.355799) - (xy 49.447697 101.355804) - (xy 49.285804 101.517697) - (xy 49.285799 101.517703) - (xy 49.154477 101.70525) - (xy 49.057717 101.912753) - (xy 49.057715 101.912759) - (xy 49.017056 102.064502) - (xy 48.998457 102.133913) - (xy 48.978502 102.362) - (xy 47.795498 102.362) - (xy 47.775543 102.133913) - (xy 47.716284 101.912757) - (xy 47.619523 101.705251) - (xy 47.488198 101.5177) - (xy 47.3263 101.355802) - (xy 47.326291 101.355796) - (xy 47.138749 101.224477) - (xy 46.956942 101.139699) - (xy 46.903657 101.092782) - (xy 46.884196 101.024504) - (xy 46.904738 100.956544) - (xy 46.937922 100.922291) - (xy 47.015166 100.868204) - (xy 47.0723 100.828198) - (xy 47.234198 100.6663) - (xy 47.365523 100.478749) - (xy 47.376177 100.4559) - (xy 47.39674 100.424833) - (xy 47.400663 100.420475) - (xy 47.400669 100.42047) - (xy 47.408654 100.409478) - (xy 47.421483 100.394458) - (xy 49.437539 98.378403) - (xy 49.499851 98.344377) - (xy 49.526634 98.341498) - (xy 49.529994 98.341498) - (xy 49.529997 98.341497) - (xy 49.53 98.341498) - (xy 49.758087 98.321543) - (xy 49.979243 98.262284) - (xy 50.186749 98.165523) - (xy 50.3743 98.034198) - (xy 50.536198 97.8723) - (xy 50.667523 97.684749) - (xy 50.764284 97.477243) - (xy 50.823543 97.256087) - (xy 50.843498 97.028) - (xy 50.843497 97.027996) - (xy 50.843498 97.027993) - (xy 50.843498 97.024634) - (xy 50.843916 97.023207) - (xy 50.843977 97.022519) - (xy 50.844115 97.022531) - (xy 50.8635 96.956513) - (xy 50.880397 96.935544) - (xy 51.658623 96.157318) - (xy 51.673637 96.144495) - (xy 51.684629 96.13651) - (xy 51.730519 96.085542) - (xy 51.732756 96.083186) - (xy 51.748096 96.067847) - (xy 51.761736 96.051003) - (xy 51.763879 96.048494) - (xy 51.80974 95.997561) - (xy 51.80974 95.997559) - (xy 51.809744 95.997556) - (xy 51.81653 95.9858) - (xy 51.827724 95.969512) - (xy 51.836266 95.958966) - (xy 51.867403 95.897854) - (xy 51.868939 95.895025) - (xy 51.903234 95.835626) - (xy 51.907427 95.822717) - (xy 51.914992 95.804455) - (xy 51.921153 95.792366) - (xy 51.922422 95.787632) - (xy 51.938893 95.726155) - (xy 51.939821 95.723018) - (xy 51.961014 95.657797) - (xy 51.962431 95.644306) - (xy 51.966036 95.62486) - (xy 51.969546 95.611758) - (xy 51.969547 95.611756) - (xy 51.973134 95.543283) - (xy 51.973389 95.54005) - (xy 51.975659 95.518461) - (xy 51.975659 95.496777) - (xy 51.975744 95.493505) - (xy 51.979333 95.425031) - (xy 51.977209 95.411621) - (xy 51.975659 95.391928) - (xy 51.975658 92.919673) - (xy 51.995661 92.851552) - (xy 52.049317 92.805059) - (xy 52.119591 92.794956) - (xy 52.184171 92.824449) - (xy 52.190751 92.830575) - (xy 52.832175 93.472) - (xy 53.372468 94.012293) - (xy 53.385307 94.027324) - (xy 53.39329 94.038311) - (xy 53.393291 94.038312) - (xy 53.393292 94.038313) - (xy 53.444236 94.084183) - (xy 53.44661 94.086435) - (xy 55.441536 96.081362) - (xy 57.42694 98.066767) - (xy 57.426946 98.066771) - (xy 58.341628 98.981453) - (xy 58.354467 98.996484) - (xy 58.357523 99.00069) - (xy 58.36245 99.007471) - (xy 58.362451 99.007472) - (xy 58.362452 99.007473) - (xy 58.413396 99.053343) - (xy 58.41577 99.055595) - (xy 58.740644 99.380469) - (xy 59.057518 99.697343) - (xy 59.091544 99.759655) - (xy 59.089728 99.785033) - (xy 59.099549 99.782897) - (xy 59.16607 99.807708) - (xy 59.179656 99.819481) - (xy 60.287594 100.927419) - (xy 60.32162 100.989731) - (xy 60.324499 101.016514) - (xy 60.324499 117.181367) - (xy 60.304497 117.249488) - (xy 60.287594 117.270462) - (xy 53.516462 124.041595) - (xy 53.45415 124.075621) - (xy 53.427367 124.0785) - (xy 47.858497 124.0785) - (xy 47.790376 124.058498) - (xy 47.743883 124.004842) - (xy 47.737132 123.983138) - (xy 47.736473 123.983315) - (xy 47.675813 123.756931) - (xy 47.675811 123.756926) - (xy 47.579086 123.549498) - (xy 47.5291 123.47811) - (xy 47.529097 123.47811) - (xy 46.840726 124.16648) - (xy 46.827165 124.080852) - (xy 46.769641 123.967955) - (xy 46.680045 123.878359) - (xy 46.567148 123.820835) - (xy 46.481517 123.807272) - (xy 47.169888 123.118899) - (xy 47.169888 123.118898) - (xy 47.098501 123.068913) - (xy 46.891073 122.972188) - (xy 46.891068 122.972186) - (xy 46.67 122.912951) - (xy 46.670004 122.912951) - (xy 46.441999 122.893004) - (xy 46.213997 122.912951) - (xy 45.992931 122.972186) - (xy 45.992926 122.972188) - (xy 45.7855 123.068913) - (xy 45.714109 123.1189) - (xy 46.402481 123.807272) - (xy 46.316852 123.820835) - (xy 46.203955 123.878359) - (xy 46.114359 123.967955) - (xy 46.056835 124.080852) - (xy 46.043272 124.166482) - (xy 45.3549 123.478109) - (xy 45.304912 123.549501) - (xy 45.302161 123.554267) - (xy 45.300288 123.553185) - (xy 45.259536 123.599455) - (xy 45.191256 123.618905) - (xy 45.123299 123.598352) - (xy 45.084018 123.553008) - (xy 45.082274 123.554015) - (xy 45.079525 123.549253) - (xy 44.9482 123.361703) - (xy 44.948195 123.361697) - (xy 44.786302 123.199804) - (xy 44.786296 123.199799) - (xy 44.598749 123.068477) - (xy 44.391246 122.971717) - (xy 44.39124 122.971715) - (xy 44.297771 122.94667) - (xy 44.170087 122.912457) - (xy 43.942 122.892502) - (xy 43.941999 122.892502) - (xy 43.713913 122.912457) - (xy 43.492759 122.971715) - (xy 43.492753 122.971717) - (xy 43.28525 123.068477) - (xy 43.097703 123.199799) - (xy 43.097697 123.199804) - (xy 42.935804 123.361697) - (xy 42.935799 123.361703) - (xy 42.804477 123.54925) - (xy 42.707717 123.756753) - (xy 42.707715 123.756759) - (xy 42.651125 123.967955) - (xy 42.648457 123.977913) - (xy 42.628502 124.206) - (xy 42.648457 124.434087) - (xy 42.675133 124.533641) - (xy 42.707715 124.65524) - (xy 42.707717 124.655246) - (xy 42.804477 124.862749) - (xy 42.837032 124.909243) - (xy 42.935802 125.0503) - (xy 43.0977 125.212198) - (xy 43.285251 125.343523) - (xy 43.421469 125.407042) - (xy 43.497743 125.442609) - (xy 43.497118 125.443949) - (xy 43.548709 125.481934) - (xy 43.574048 125.548255) - (xy 43.559508 125.617747) - (xy 43.520715 125.661455) - (xy 43.351703 125.779799) - (xy 43.351697 125.779804) - (xy 43.189804 125.941697) - (xy 43.189799 125.941703) - (xy 43.058477 126.12925) - (xy 42.961717 126.336753) - (xy 42.961715 126.336759) - (xy 42.920119 126.491999) - (xy 42.902457 126.557913) - (xy 42.882502 126.786) - (xy 42.902457 127.014087) - (xy 42.916034 127.064756) - (xy 42.961715 127.23524) - (xy 42.961717 127.235246) - (xy 43.058477 127.442749) - (xy 43.161793 127.5903) - (xy 43.189802 127.6303) - (xy 43.3517 127.792198) - (xy 43.351703 127.7922) - (xy 43.539253 127.923525) - (xy 43.544015 127.926274) - (xy 43.54288 127.928238) - (xy 43.588865 127.968745) - (xy 43.608312 128.037026) - (xy 43.587756 128.104982) - (xy 43.542921 128.143831) - (xy 43.544015 128.145726) - (xy 43.539253 128.148474) - (xy 43.351703 128.279799) - (xy 43.351697 128.279804) - (xy 43.189804 128.441697) - (xy 43.189799 128.441703) - (xy 43.058477 128.62925) - (xy 42.961717 128.836753) - (xy 42.961715 128.836759) - (xy 42.902457 129.057912) - (xy 42.902457 129.057913) - (xy 42.882502 129.286) - (xy 42.902457 129.514087) - (xy 42.921645 129.585698) - (xy 42.961715 129.73524) - (xy 42.961717 129.735246) - (xy 43.058477 129.942749) - (xy 43.093244 129.992402) - (xy 43.189802 130.1303) - (xy 43.3517 130.292198) - (xy 43.539251 130.423523) - (xy 43.746757 130.520284) - (xy 43.967913 130.579543) - (xy 44.196 130.599498) - (xy 44.424087 130.579543) - (xy 44.645243 130.520284) - (xy 44.852749 130.423523) - (xy 45.0403 130.292198) - (xy 45.202198 130.1303) - (xy 45.333523 129.942749) - (xy 45.430284 129.735243) - (xy 45.489543 129.514087) - (xy 45.509498 129.286) - (xy 45.489543 129.057913) - (xy 45.430284 128.836757) - (xy 45.333523 128.629251) - (xy 45.259825 128.524) - (xy 67.774502 128.524) - (xy 67.794457 128.752087) - (xy 67.853716 128.973243) - (xy 67.950477 129.180749) - (xy 68.081802 129.3683) - (xy 68.2437 129.530198) - (xy 68.431251 129.661523) - (xy 68.638757 129.758284) - (xy 68.859913 129.817543) - (xy 69.088 129.837498) - (xy 69.316087 129.817543) - (xy 69.537243 129.758284) - (xy 69.744749 129.661523) - (xy 69.9323 129.530198) - (xy 70.094198 129.3683) - (xy 70.225523 129.180749) - (xy 70.322284 128.973243) - (xy 70.381543 128.752087) - (xy 70.401498 128.524) - (xy 77.934502 128.524) - (xy 77.954457 128.752087) - (xy 78.013716 128.973243) - (xy 78.110477 129.180749) - (xy 78.241802 129.3683) - (xy 78.4037 129.530198) - (xy 78.591251 129.661523) - (xy 78.798757 129.758284) - (xy 79.019913 129.817543) - (xy 79.248 129.837498) - (xy 79.476087 129.817543) - (xy 79.697243 129.758284) - (xy 79.904749 129.661523) - (xy 80.0923 129.530198) - (xy 80.254198 129.3683) - (xy 80.385523 129.180749) - (xy 80.482284 128.973243) - (xy 80.541543 128.752087) - (xy 80.561498 128.524) - (xy 80.541543 128.295913) - (xy 80.482284 128.074757) - (xy 80.385523 127.867251) - (xy 80.254198 127.6797) - (xy 80.0923 127.517802) - (xy 80.064298 127.498195) - (xy 79.904749 127.386477) - (xy 79.697246 127.289717) - (xy 79.69724 127.289715) - (xy 79.603771 127.26467) - (xy 79.476087 127.230457) - (xy 79.248 127.210502) - (xy 79.019913 127.230457) - (xy 78.798759 127.289715) - (xy 78.798753 127.289717) - (xy 78.59125 127.386477) - (xy 78.403703 127.517799) - (xy 78.403697 127.517804) - (xy 78.241804 127.679697) - (xy 78.241799 127.679703) - (xy 78.110477 127.86725) - (xy 78.013717 128.074753) - (xy 78.013715 128.074759) - (xy 77.964073 128.260024) - (xy 77.954457 128.295913) - (xy 77.934502 128.524) - (xy 70.401498 128.524) - (xy 70.381543 128.295913) - (xy 70.322284 128.074757) - (xy 70.225523 127.867251) - (xy 70.094198 127.6797) - (xy 69.9323 127.517802) - (xy 69.904298 127.498195) - (xy 69.744749 127.386477) - (xy 69.537246 127.289717) - (xy 69.53724 127.289715) - (xy 69.443771 127.26467) - (xy 69.316087 127.230457) - (xy 69.088 127.210502) - (xy 68.859913 127.230457) - (xy 68.638759 127.289715) - (xy 68.638753 127.289717) - (xy 68.43125 127.386477) - (xy 68.243703 127.517799) - (xy 68.243697 127.517804) - (xy 68.081804 127.679697) - (xy 68.081799 127.679703) - (xy 67.950477 127.86725) - (xy 67.853717 128.074753) - (xy 67.853715 128.074759) - (xy 67.804073 128.260024) - (xy 67.794457 128.295913) - (xy 67.774502 128.524) - (xy 45.259825 128.524) - (xy 45.202198 128.4417) - (xy 45.0403 128.279802) - (xy 45.012813 128.260555) - (xy 44.852746 128.148474) - (xy 44.847985 128.145726) - (xy 44.849122 128.143754) - (xy 44.803154 128.103287) - (xy 44.783687 128.035011) - (xy 44.804223 127.967049) - (xy 44.849083 127.928177) - (xy 44.847985 127.926274) - (xy 44.852746 127.923525) - (xy 44.852749 127.923523) - (xy 45.0403 127.792198) - (xy 45.202198 127.6303) - (xy 45.333523 127.442749) - (xy 45.430284 127.235243) - (xy 45.489543 127.014087) - (xy 45.509498 126.786) - (xy 45.49373 126.605778) - (xy 45.507719 126.536177) - (xy 45.557118 126.485185) - (xy 45.626244 126.468994) - (xy 45.638971 126.470353) - (xy 45.639197 126.470388) - (xy 45.639204 126.47039) - (xy 45.707673 126.473977) - (xy 45.710934 126.474233) - (xy 45.732499 126.476501) - (xy 45.754175 126.476501) - (xy 45.757447 126.476586) - (xy 45.816728 126.479692) - (xy 45.825927 126.480175) - (xy 45.825927 126.480174) - (xy 45.825929 126.480175) - (xy 45.839333 126.478051) - (xy 45.859044 126.476501) - (xy 47.024956 126.476501) - (xy 47.044666 126.478051) - (xy 47.058071 126.480175) - (xy 47.126552 126.476586) - (xy 47.129825 126.476501) - (xy 47.151493 126.476501) - (xy 47.151501 126.476501) - (xy 47.173108 126.474229) - (xy 47.17629 126.473979) - (xy 47.244796 126.47039) - (xy 47.257901 126.466877) - (xy 47.277352 126.463273) - (xy 47.290837 126.461856) - (xy 47.290839 126.461855) - (xy 47.290841 126.461855) - (xy 47.356023 126.440675) - (xy 47.359172 126.439741) - (xy 47.425405 126.421995) - (xy 47.437494 126.415834) - (xy 47.455758 126.408269) - (xy 47.468666 126.404076) - (xy 47.468669 126.404074) - (xy 47.46867 126.404074) - (xy 47.477731 126.398841) - (xy 47.528066 126.36978) - (xy 47.530919 126.368232) - (xy 47.592006 126.337108) - (xy 47.602552 126.328566) - (xy 47.61884 126.317372) - (xy 47.630596 126.310586) - (xy 47.630599 126.310582) - (xy 47.630601 126.310582) - (xy 47.681534 126.264721) - (xy 47.684043 126.262578) - (xy 47.687104 126.260098) - (xy 47.700887 126.248938) - (xy 47.716226 126.233598) - (xy 47.718584 126.23136) - (xy 47.76955 126.185471) - (xy 47.769552 126.185468) - (xy 47.770403 126.184702) - (xy 47.834411 126.153985) - (xy 47.904865 126.16275) - (xy 47.959396 126.208214) - (xy 47.98069 126.275941) - (xy 47.980234 126.28932) - (xy 47.963098 126.485185) - (xy 47.962502 126.492) - (xy 47.982457 126.720087) - (xy 48.015444 126.843196) - (xy 48.041715 126.94124) - (xy 48.041717 126.941246) - (xy 48.138477 127.148749) - (xy 48.219728 127.264788) - (xy 48.269802 127.3363) - (xy 48.4317 127.498198) - (xy 48.619251 127.629523) - (xy 48.826757 127.726284) - (xy 49.047913 127.785543) - (xy 49.276 127.805498) - (xy 49.504087 127.785543) - (xy 49.725243 127.726284) - (xy 49.932749 127.629523) - (xy 50.1203 127.498198) - (xy 50.282198 127.3363) - (xy 50.413523 127.148749) - (xy 50.510284 126.941243) - (xy 50.569543 126.720087) - (xy 50.589498 126.492) - (xy 58.122502 126.492) - (xy 58.142457 126.720087) - (xy 58.175444 126.843196) - (xy 58.201715 126.94124) - (xy 58.201717 126.941246) - (xy 58.298477 127.148749) - (xy 58.379728 127.264788) - (xy 58.429802 127.3363) - (xy 58.5917 127.498198) - (xy 58.779251 127.629523) - (xy 58.986757 127.726284) - (xy 59.207913 127.785543) - (xy 59.436 127.805498) - (xy 59.664087 127.785543) - (xy 59.885243 127.726284) - (xy 60.092749 127.629523) - (xy 60.2803 127.498198) - (xy 60.442198 127.3363) - (xy 60.573523 127.148749) - (xy 60.670284 126.941243) - (xy 60.729543 126.720087) - (xy 60.749498 126.492) - (xy 60.729543 126.263913) - (xy 60.728436 126.259781) - (xy 62.4665 126.259781) - (xy 62.481452 126.411594) - (xy 62.481453 126.4116) - (xy 62.481454 126.411601) - (xy 62.54055 126.606417) - (xy 62.636518 126.78596) - (xy 62.765669 126.943331) - (xy 62.92304 127.072482) - (xy 63.102583 127.16845) - (xy 63.297399 127.227546) - (xy 63.297403 127.227546) - (xy 63.297405 127.227547) - (xy 63.499997 127.247501) - (xy 63.5 127.247501) - (xy 63.500003 127.247501) - (xy 63.702594 127.227547) - (xy 63.702595 127.227546) - (xy 63.702601 127.227546) - (xy 63.897417 127.16845) - (xy 64.076135 127.072922) - (xy 64.14564 127.058451) - (xy 64.194926 127.072923) - (xy 64.372774 127.167984) - (xy 64.516 127.21143) - (xy 64.516 126.436811) - (xy 64.518423 126.412221) - (xy 64.518547 126.411596) - (xy 64.531112 126.284019) - (xy 64.532095 126.274031) - (xy 64.589052 126.318363) - (xy 64.707424 126.359) - (xy 64.801073 126.359) - (xy 64.893446 126.343586) - (xy 65.003514 126.284019) - (xy 65.0065 126.280775) - (xy 65.0065 126.782649) - (xy 65.013009 126.843196) - (xy 65.01301 126.843198) - (xy 65.01301 126.8432) - (xy 65.013011 126.843201) - (xy 65.016054 126.85136) - (xy 65.024 126.895395) - (xy 65.024 127.21143) - (xy 65.162407 127.169446) - (xy 65.2334 127.168813) - (xy 65.260087 127.182022) - (xy 65.260882 127.180568) - (xy 65.268793 127.184886) - (xy 65.268796 127.184889) - (xy 65.296548 127.19524) - (xy 65.405795 127.235988) - (xy 65.405803 127.23599) - (xy 65.46635 127.242499) - (xy 65.466355 127.242499) - (xy 65.466362 127.2425) - (xy 65.466368 127.2425) - (xy 66.613632 127.2425) - (xy 66.613638 127.2425) - (xy 66.613645 127.242499) - (xy 66.613649 127.242499) - (xy 66.674196 127.23599) - (xy 66.674199 127.235989) - (xy 66.674201 127.235989) - (xy 66.811204 127.184889) - (xy 66.831834 127.169446) - (xy 66.928261 127.097261) - (xy 67.015887 126.980207) - (xy 67.015887 126.980206) - (xy 67.015889 126.980204) - (xy 67.066989 126.843201) - (xy 67.066989 126.843199) - (xy 67.06699 126.843196) - (xy 67.073499 126.782649) - (xy 67.0735 126.782632) - (xy 67.0735 125.185367) - (xy 67.073499 125.18535) - (xy 67.06699 125.124803) - (xy 67.066988 125.124795) - (xy 67.015889 124.987797) - (xy 67.015887 124.987792) - (xy 66.928261 124.870738) - (xy 66.811207 124.783112) - (xy 66.811202 124.78311) - (xy 66.674204 124.732011) - (xy 66.674196 124.732009) - (xy 66.613649 124.7255) - (xy 66.613638 124.7255) - (xy 65.466362 124.7255) - (xy 65.46635 124.7255) - (xy 65.405803 124.732009) - (xy 65.405795 124.732011) - (xy 65.268796 124.78311) - (xy 65.260886 124.78743) - (xy 65.259298 124.784523) - (xy 65.207913 124.803661) - (xy 65.162408 124.798553) - (xy 65.024 124.756568) - (xy 65.024 125.072603) - (xy 65.016057 125.116632) - (xy 65.013011 125.124798) - (xy 65.013009 125.124804) - (xy 65.0065 125.18535) - (xy 65.0065 125.692875) - (xy 64.950948 125.649637) - (xy 64.832576 125.609) - (xy 64.738927 125.609) - (xy 64.646554 125.624414) - (xy 64.536486 125.683981) - (xy 64.531631 125.689254) - (xy 64.523675 125.608476) - (xy 64.518547 125.556406) - (xy 64.518421 125.555771) - (xy 64.516 125.531188) - (xy 64.516 124.756568) - (xy 64.37277 124.800016) - (xy 64.194925 124.895076) - (xy 64.125419 124.909548) - (xy 64.076134 124.895076) - (xy 63.897417 124.79955) - (xy 63.702594 124.740452) - (xy 63.500003 124.720499) - (xy 63.499997 124.720499) - (xy 63.297405 124.740452) - (xy 63.102582 124.79955) - (xy 62.923039 124.895518) - (xy 62.765669 125.024669) - (xy 62.636518 125.182039) - (xy 62.54055 125.361582) - (xy 62.481452 125.556405) - (xy 62.4665 125.708218) - (xy 62.4665 126.259781) - (xy 60.728436 126.259781) - (xy 60.670284 126.042757) - (xy 60.573523 125.835251) - (xy 60.442198 125.6477) - (xy 60.2803 125.485802) - (xy 60.266301 125.476) - (xy 60.092749 125.354477) - (xy 59.885246 125.257717) - (xy 59.88524 125.257715) - (xy 59.715376 125.2122) - (xy 59.664087 125.198457) - (xy 59.436 125.178502) - (xy 59.207913 125.198457) - (xy 58.986759 125.257715) - (xy 58.986753 125.257717) - (xy 58.77925 125.354477) - (xy 58.591703 125.485799) - (xy 58.591697 125.485804) - (xy 58.429804 125.647697) - (xy 58.429799 125.647703) - (xy 58.298477 125.83525) - (xy 58.201717 126.042753) - (xy 58.201715 126.042759) - (xy 58.151184 126.231344) - (xy 58.142457 126.263913) - (xy 58.122502 126.492) - (xy 50.589498 126.492) - (xy 50.569543 126.263913) - (xy 50.510284 126.042757) - (xy 50.51028 126.042748) - (xy 50.507483 126.036749) - (xy 50.496822 125.966557) - (xy 50.525803 125.901745) - (xy 50.585223 125.862889) - (xy 50.621678 125.8575) - (xy 53.768075 125.8575) - (xy 53.787785 125.85905) - (xy 53.80119 125.861174) - (xy 53.869671 125.857585) - (xy 53.872944 125.8575) - (xy 53.894612 125.8575) - (xy 53.89462 125.8575) - (xy 53.916227 125.855228) - (xy 53.919409 125.854978) - (xy 53.987915 125.851389) - (xy 54.00102 125.847876) - (xy 54.020471 125.844272) - (xy 54.033956 125.842855) - (xy 54.033958 125.842854) - (xy 54.03396 125.842854) - (xy 54.099142 125.821674) - (xy 54.102291 125.82074) - (xy 54.168524 125.802994) - (xy 54.180613 125.796833) - (xy 54.198877 125.789268) - (xy 54.211785 125.785075) - (xy 54.211788 125.785073) - (xy 54.211789 125.785073) - (xy 54.220923 125.779799) - (xy 54.271185 125.750779) - (xy 54.274038 125.749231) - (xy 54.335125 125.718107) - (xy 54.345671 125.709565) - (xy 54.361959 125.698371) - (xy 54.373715 125.691585) - (xy 54.373718 125.691581) - (xy 54.37372 125.691581) - (xy 54.424653 125.64572) - (xy 54.427162 125.643577) - (xy 54.430223 125.641097) - (xy 54.444006 125.629937) - (xy 54.459345 125.614597) - (xy 54.461701 125.61236) - (xy 54.512669 125.56647) - (xy 54.520654 125.555478) - (xy 54.533483 125.540458) - (xy 55.613941 124.46) - (xy 67.774502 124.46) - (xy 67.794457 124.688087) - (xy 67.824324 124.79955) - (xy 67.853715 124.90924) - (xy 67.853717 124.909246) - (xy 67.949753 125.115196) - (xy 67.950477 125.116749) - (xy 68.081802 125.3043) - (xy 68.2437 125.466198) - (xy 68.431251 125.597523) - (xy 68.638757 125.694284) - (xy 68.859913 125.753543) - (xy 69.088 125.773498) - (xy 69.316087 125.753543) - (xy 69.537243 125.694284) - (xy 69.744749 125.597523) - (xy 69.9323 125.466198) - (xy 70.094198 125.3043) - (xy 70.225523 125.116749) - (xy 70.322284 124.909243) - (xy 70.381543 124.688087) - (xy 70.401498 124.46) - (xy 77.935004 124.46) - (xy 77.954951 124.688002) - (xy 78.014186 124.909068) - (xy 78.014188 124.909073) - (xy 78.110913 125.116501) - (xy 78.160899 125.187888) - (xy 78.849272 124.499515) - (xy 78.862835 124.585148) - (xy 78.920359 124.698045) - (xy 79.009955 124.787641) - (xy 79.122852 124.845165) - (xy 79.208482 124.858727) - (xy 78.52011 125.547098) - (xy 78.52011 125.5471) - (xy 78.591498 125.597086) - (xy 78.798926 125.693811) - (xy 78.798931 125.693813) - (xy 79.019999 125.753048) - (xy 79.019995 125.753048) - (xy 79.248 125.772995) - (xy 79.476002 125.753048) - (xy 79.697068 125.693813) - (xy 79.697073 125.693811) - (xy 79.904497 125.597088) - (xy 79.975888 125.547099) - (xy 79.975888 125.547097) - (xy 79.287518 124.858727) - (xy 79.373148 124.845165) - (xy 79.486045 124.787641) - (xy 79.575641 124.698045) - (xy 79.633165 124.585148) - (xy 79.646727 124.499516) - (xy 80.335098 125.187888) - (xy 80.335099 125.187888) - (xy 80.385088 125.116497) - (xy 80.481811 124.909073) - (xy 80.481813 124.909068) - (xy 80.541048 124.688002) - (xy 80.560995 124.46) - (xy 80.541048 124.231997) - (xy 80.481813 124.010931) - (xy 80.481811 124.010926) - (xy 80.385086 123.803498) - (xy 80.3351 123.73211) - (xy 80.335097 123.73211) - (xy 79.646726 124.42048) - (xy 79.633165 124.334852) - (xy 79.575641 124.221955) - (xy 79.486045 124.132359) - (xy 79.373148 124.074835) - (xy 79.287515 124.061272) - (xy 79.975888 123.3729) - (xy 79.975888 123.372898) - (xy 79.904501 123.322913) - (xy 79.697073 123.226188) - (xy 79.697068 123.226186) - (xy 79.476 123.166951) - (xy 79.476004 123.166951) - (xy 79.248 123.147004) - (xy 79.019997 123.166951) - (xy 78.798931 123.226186) - (xy 78.798926 123.226188) - (xy 78.5915 123.322913) - (xy 78.520109 123.3729) - (xy 79.208481 124.061272) - (xy 79.122852 124.074835) - (xy 79.009955 124.132359) - (xy 78.920359 124.221955) - (xy 78.862835 124.334852) - (xy 78.849272 124.420482) - (xy 78.160899 123.732109) - (xy 78.110913 123.8035) - (xy 78.014188 124.010926) - (xy 78.014186 124.010931) - (xy 77.954951 124.231997) - (xy 77.935004 124.46) - (xy 70.401498 124.46) - (xy 70.381543 124.231913) - (xy 70.322284 124.010757) - (xy 70.225523 123.803251) - (xy 70.094198 123.6157) - (xy 69.9323 123.453802) - (xy 69.816757 123.372898) - (xy 69.744749 123.322477) - (xy 69.537246 123.225717) - (xy 69.53724 123.225715) - (xy 69.44052 123.199799) - (xy 69.316087 123.166457) - (xy 69.088 123.146502) - (xy 68.859913 123.166457) - (xy 68.638759 123.225715) - (xy 68.638753 123.225717) - (xy 68.43125 123.322477) - (xy 68.243703 123.453799) - (xy 68.243697 123.453804) - (xy 68.081804 123.615697) - (xy 68.081799 123.615703) - (xy 67.950477 123.80325) - (xy 67.853717 124.010753) - (xy 67.853715 124.010759) - (xy 67.816158 124.150925) - (xy 67.794457 124.231913) - (xy 67.774502 124.46) - (xy 55.613941 124.46) - (xy 59.169941 120.904) - (xy 63.202502 120.904) - (xy 63.222457 121.132087) - (xy 63.232331 121.168938) - (xy 63.281715 121.35324) - (xy 63.281717 121.353246) - (xy 63.329398 121.455498) - (xy 63.378477 121.560749) - (xy 63.509802 121.7483) - (xy 63.6717 121.910198) - (xy 63.859251 122.041523) - (xy 64.066757 122.138284) - (xy 64.287913 122.197543) - (xy 64.516 122.217498) - (xy 64.744087 122.197543) - (xy 64.965243 122.138284) - (xy 65.172749 122.041523) - (xy 65.3603 121.910198) - (xy 65.522198 121.7483) - (xy 65.653523 121.560749) - (xy 65.750284 121.353243) - (xy 65.809543 121.132087) - (xy 65.829498 120.904) - (xy 65.809543 120.675913) - (xy 65.750284 120.454757) - (xy 65.653523 120.247251) - (xy 65.579825 120.142) - (xy 67.774502 120.142) - (xy 67.794457 120.370087) - (xy 67.817145 120.454759) - (xy 67.853715 120.59124) - (xy 67.853717 120.591246) - (xy 67.950477 120.798749) - (xy 68.073235 120.974066) - (xy 68.081802 120.9863) - (xy 68.2437 121.148198) - (xy 68.431251 121.279523) - (xy 68.638757 121.376284) - (xy 68.859913 121.435543) - (xy 69.088 121.455498) - (xy 69.316087 121.435543) - (xy 69.537243 121.376284) - (xy 69.744749 121.279523) - (xy 69.9323 121.148198) - (xy 70.094198 120.9863) - (xy 70.225523 120.798749) - (xy 70.322284 120.591243) - (xy 70.381543 120.370087) - (xy 70.401498 120.142) - (xy 70.381543 119.913913) - (xy 70.322284 119.692757) - (xy 70.225523 119.485251) - (xy 70.094198 119.2977) - (xy 69.9323 119.135802) - (xy 69.918301 119.126) - (xy 69.744749 119.004477) - (xy 69.537246 118.907717) - (xy 69.53724 118.907715) - (xy 69.376751 118.864712) - (xy 69.316087 118.848457) - (xy 69.088 118.828502) - (xy 68.859913 118.848457) - (xy 68.638759 118.907715) - (xy 68.638753 118.907717) - (xy 68.43125 119.004477) - (xy 68.243703 119.135799) - (xy 68.243697 119.135804) - (xy 68.081804 119.297697) - (xy 68.081799 119.297703) - (xy 67.950477 119.48525) - (xy 67.853717 119.692753) - (xy 67.853715 119.692759) - (xy 67.831086 119.777213) - (xy 67.794457 119.913913) - (xy 67.774502 120.142) - (xy 65.579825 120.142) - (xy 65.522198 120.0597) - (xy 65.3603 119.897802) - (xy 65.33974 119.883406) - (xy 65.172749 119.766477) - (xy 64.965246 119.669717) - (xy 64.96524 119.669715) - (xy 64.770375 119.617501) - (xy 64.744087 119.610457) - (xy 64.516 119.590502) - (xy 64.287913 119.610457) - (xy 64.066759 119.669715) - (xy 64.066753 119.669717) - (xy 63.85925 119.766477) - (xy 63.671703 119.897799) - (xy 63.671697 119.897804) - (xy 63.509804 120.059697) - (xy 63.509799 120.059703) - (xy 63.378477 120.24725) - (xy 63.281717 120.454753) - (xy 63.281715 120.454759) - (xy 63.222457 120.675913) - (xy 63.202502 120.904) - (xy 59.169941 120.904) - (xy 61.786458 118.287483) - (xy 61.801478 118.274654) - (xy 61.81247 118.266669) - (xy 61.85836 118.215701) - (xy 61.860597 118.213345) - (xy 61.875937 118.198006) - (xy 61.889577 118.181162) - (xy 61.89172 118.178653) - (xy 61.937581 118.12772) - (xy 61.937581 118.127718) - (xy 61.937585 118.127715) - (xy 61.944371 118.115959) - (xy 61.955565 118.099671) - (xy 61.964107 118.089125) - (xy 61.995244 118.028013) - (xy 61.99678 118.025184) - (xy 62.031075 117.965785) - (xy 62.035268 117.952876) - (xy 62.042833 117.934614) - (xy 62.048994 117.922525) - (xy 62.066737 117.8563) - (xy 62.067662 117.853177) - (xy 62.088855 117.787956) - (xy 62.088968 117.786887) - (xy 62.090273 117.774465) - (xy 62.093877 117.755019) - (xy 62.097387 117.741917) - (xy 62.097388 117.741915) - (xy 62.100975 117.673442) - (xy 62.10123 117.670209) - (xy 62.1035 117.64862) - (xy 62.1035 117.626936) - (xy 62.103585 117.623664) - (xy 62.107174 117.55519) - (xy 62.105051 117.541785) - (xy 62.1035 117.522075) - (xy 62.1035 116.332) - (xy 64.091502 116.332) - (xy 64.111457 116.560087) - (xy 64.140452 116.668296) - (xy 64.170715 116.78124) - (xy 64.170717 116.781246) - (xy 64.267477 116.988749) - (xy 64.396829 117.173483) - (xy 64.398802 117.1763) - (xy 64.5607 117.338198) - (xy 64.748251 117.469523) - (xy 64.955757 117.566284) - (xy 65.176913 117.625543) - (xy 65.405 117.645498) - (xy 65.633087 117.625543) - (xy 65.854243 117.566284) - (xy 66.061749 117.469523) - (xy 66.2493 117.338198) - (xy 66.411198 117.1763) - (xy 66.542523 116.988749) - (xy 66.639284 116.781243) - (xy 66.698543 116.560087) - (xy 66.718498 116.332) - (xy 66.698543 116.103913) - (xy 66.639284 115.882757) - (xy 66.611885 115.824) - (xy 67.774502 115.824) - (xy 67.794457 116.052087) - (xy 67.81653 116.134464) - (xy 67.853715 116.27324) - (xy 67.853717 116.273246) - (xy 67.950477 116.480749) - (xy 68.006029 116.560086) - (xy 68.081802 116.6683) - (xy 68.2437 116.830198) - (xy 68.431251 116.961523) - (xy 68.638757 117.058284) - (xy 68.859913 117.117543) - (xy 69.088 117.137498) - (xy 69.316087 117.117543) - (xy 69.537243 117.058284) - (xy 69.744749 116.961523) - (xy 69.9323 116.830198) - (xy 70.094198 116.6683) - (xy 70.225523 116.480749) - (xy 70.322284 116.273243) - (xy 70.381543 116.052087) - (xy 70.401498 115.824) - (xy 70.381543 115.595913) - (xy 70.322284 115.374757) - (xy 70.225523 115.167251) - (xy 70.094198 114.9797) - (xy 69.9323 114.817802) - (xy 69.918301 114.808) - (xy 69.744749 114.686477) - (xy 69.537246 114.589717) - (xy 69.53724 114.589715) - (xy 69.394418 114.551446) - (xy 69.316087 114.530457) - (xy 69.088 114.510502) - (xy 68.859913 114.530457) - (xy 68.638759 114.589715) - (xy 68.638753 114.589717) - (xy 68.43125 114.686477) - (xy 68.243703 114.817799) - (xy 68.243697 114.817804) - (xy 68.081804 114.979697) - (xy 68.081799 114.979703) - (xy 67.950477 115.16725) - (xy 67.853717 115.374753) - (xy 67.853715 115.374759) - (xy 67.816158 115.514925) - (xy 67.794457 115.595913) - (xy 67.774502 115.824) - (xy 66.611885 115.824) - (xy 66.542523 115.675251) - (xy 66.411198 115.4877) - (xy 66.2493 115.325802) - (xy 66.244583 115.322499) - (xy 66.061747 115.194475) - (xy 66.022541 115.176193) - (xy 65.969256 115.129276) - (xy 65.949796 115.060998) - (xy 65.970338 114.993039) - (xy 66.022542 114.947805) - (xy 66.061749 114.929523) - (xy 66.2493 114.798198) - (xy 66.411198 114.6363) - (xy 66.542523 114.448749) - (xy 66.639284 114.241243) - (xy 66.698543 114.020087) - (xy 66.718498 113.792) - (xy 66.698543 113.563913) - (xy 66.639284 113.342757) - (xy 66.542523 113.135251) - (xy 66.411198 112.9477) - (xy 66.2493 112.785802) - (xy 66.198294 112.750087) - (xy 66.061747 112.654475) - (xy 66.022541 112.636193) - (xy 65.969256 112.589276) - (xy 65.949796 112.520998) - (xy 65.970338 112.453039) - (xy 66.022542 112.407805) - (xy 66.061749 112.389523) - (xy 66.2493 112.258198) - (xy 66.411198 112.0963) - (xy 66.542523 111.908749) - (xy 66.639284 111.701243) - (xy 66.698543 111.480087) - (xy 66.718498 111.252) - (xy 67.774502 111.252) - (xy 67.794457 111.480087) - (xy 67.815578 111.558911) - (xy 67.853715 111.70124) - (xy 67.853717 111.701246) - (xy 67.930193 111.86525) - (xy 67.950477 111.908749) - (xy 68.081802 112.0963) - (xy 68.2437 112.258198) - (xy 68.431251 112.389523) - (xy 68.638757 112.486284) - (xy 68.859913 112.545543) - (xy 69.088 112.565498) - (xy 69.316087 112.545543) - (xy 69.537243 112.486284) - (xy 69.744749 112.389523) - (xy 69.9323 112.258198) - (xy 70.094198 112.0963) - (xy 70.225523 111.908749) - (xy 70.322284 111.701243) - (xy 70.381543 111.480087) - (xy 70.401498 111.252) - (xy 70.381543 111.023913) - (xy 70.322284 110.802757) - (xy 70.225523 110.595251) - (xy 70.094198 110.4077) - (xy 69.9323 110.245802) - (xy 69.928041 110.24282) - (xy 69.744749 110.114477) - (xy 69.537246 110.017717) - (xy 69.53724 110.017715) - (xy 69.400225 109.981002) - (xy 69.316087 109.958457) - (xy 69.088 109.938502) - (xy 68.859913 109.958457) - (xy 68.638759 110.017715) - (xy 68.638753 110.017717) - (xy 68.43125 110.114477) - (xy 68.243703 110.245799) - (xy 68.243697 110.245804) - (xy 68.081804 110.407697) - (xy 68.081799 110.407703) - (xy 67.950477 110.59525) - (xy 67.853717 110.802753) - (xy 67.853715 110.802759) - (xy 67.81625 110.942582) - (xy 67.794457 111.023913) - (xy 67.774502 111.252) - (xy 66.718498 111.252) - (xy 66.698543 111.023913) - (xy 66.639284 110.802757) - (xy 66.542523 110.595251) - (xy 66.411198 110.4077) - (xy 66.2493 110.245802) - (xy 66.245041 110.24282) - (xy 66.07652 110.12482) - (xy 66.061749 110.114477) - (xy 66.022543 110.096195) - (xy 65.969258 110.049279) - (xy 65.949796 109.981002) - (xy 65.970337 109.913042) - (xy 66.022543 109.867805) - (xy 66.024997 109.86666) - (xy 66.061749 109.849523) - (xy 66.2493 109.718198) - (xy 66.411198 109.5563) - (xy 66.542523 109.368749) - (xy 66.639284 109.161243) - (xy 66.698543 108.940087) - (xy 66.718498 108.712) - (xy 66.698543 108.483913) - (xy 66.639284 108.262757) - (xy 66.542523 108.055251) - (xy 66.411198 107.8677) - (xy 66.2493 107.705802) - (xy 66.235301 107.696) - (xy 66.151388 107.637243) - (xy 66.061749 107.574477) - (xy 66.022543 107.556195) - (xy 65.969258 107.509279) - (xy 65.949796 107.441002) - (xy 65.970337 107.373042) - (xy 66.022543 107.327805) - (xy 66.024997 107.32666) - (xy 66.061749 107.309523) - (xy 66.235301 107.188) - (xy 67.774502 107.188) - (xy 67.794457 107.416087) - (xy 67.801668 107.442999) - (xy 67.853715 107.63724) - (xy 67.853717 107.637246) - (xy 67.950477 107.844749) - (xy 68.006029 107.924086) - (xy 68.081802 108.0323) - (xy 68.2437 108.194198) - (xy 68.431251 108.325523) - (xy 68.638757 108.422284) - (xy 68.859913 108.481543) - (xy 69.088 108.501498) - (xy 69.316087 108.481543) - (xy 69.537243 108.422284) - (xy 69.744749 108.325523) - (xy 69.9323 108.194198) - (xy 70.094198 108.0323) - (xy 70.225523 107.844749) - (xy 70.322284 107.637243) - (xy 70.381543 107.416087) - (xy 70.401498 107.188) - (xy 70.381543 106.959913) - (xy 70.322284 106.738757) - (xy 70.225523 106.531251) - (xy 70.094198 106.3437) - (xy 69.9323 106.181802) - (xy 69.918301 106.172) - (xy 69.744749 106.050477) - (xy 69.537246 105.953717) - (xy 69.53724 105.953715) - (xy 69.367376 105.9082) - (xy 69.316087 105.894457) - (xy 69.088 105.874502) - (xy 68.859913 105.894457) - (xy 68.638759 105.953715) - (xy 68.638753 105.953717) - (xy 68.43125 106.050477) - (xy 68.243703 106.181799) - (xy 68.243697 106.181804) - (xy 68.081804 106.343697) - (xy 68.081799 106.343703) - (xy 67.950477 106.53125) - (xy 67.853717 106.738753) - (xy 67.853715 106.738759) - (xy 67.823453 106.8517) - (xy 67.794457 106.959913) - (xy 67.774502 107.188) - (xy 66.235301 107.188) - (xy 66.2493 107.178198) - (xy 66.411198 107.0163) - (xy 66.542523 106.828749) - (xy 66.639284 106.621243) - (xy 66.698543 106.400087) - (xy 66.718498 106.172) - (xy 66.698543 105.943913) - (xy 66.639284 105.722757) - (xy 66.542523 105.515251) - (xy 66.411198 105.3277) - (xy 66.2493 105.165802) - (xy 66.235301 105.156) - (xy 66.162343 105.104914) - (xy 66.061749 105.034477) - (xy 66.022543 105.016195) - (xy 65.969258 104.969279) - (xy 65.949796 104.901002) - (xy 65.970337 104.833042) - (xy 66.022543 104.787805) - (xy 66.024997 104.78666) - (xy 66.061749 104.769523) - (xy 66.2493 104.638198) - (xy 66.411198 104.4763) - (xy 66.542523 104.288749) - (xy 66.639284 104.081243) - (xy 66.698543 103.860087) - (xy 66.718498 103.632) - (xy 66.698543 103.403913) - (xy 66.6916 103.378) - (xy 67.775004 103.378) - (xy 67.794951 103.606002) - (xy 67.854186 103.827068) - (xy 67.854188 103.827073) - (xy 67.950913 104.034501) - (xy 68.000899 104.105888) - (xy 68.689272 103.417516) - (xy 68.702835 103.503148) - (xy 68.760359 103.616045) - (xy 68.849955 103.705641) - (xy 68.962852 103.763165) - (xy 69.048482 103.776727) - (xy 68.36011 104.465098) - (xy 68.36011 104.4651) - (xy 68.431498 104.515086) - (xy 68.638926 104.611811) - (xy 68.638931 104.611813) - (xy 68.859999 104.671048) - (xy 68.859995 104.671048) - (xy 69.088 104.690995) - (xy 69.316002 104.671048) - (xy 69.537068 104.611813) - (xy 69.537073 104.611811) - (xy 69.744497 104.515088) - (xy 69.815888 104.465099) - (xy 69.815888 104.465097) - (xy 69.127518 103.776727) - (xy 69.213148 103.763165) - (xy 69.326045 103.705641) - (xy 69.415641 103.616045) - (xy 69.473165 103.503148) - (xy 69.486727 103.417518) - (xy 70.175097 104.105888) - (xy 70.175099 104.105888) - (xy 70.225088 104.034497) - (xy 70.321811 103.827073) - (xy 70.321813 103.827068) - (xy 70.381048 103.606002) - (xy 70.400995 103.378) - (xy 70.381048 103.149997) - (xy 70.321813 102.928931) - (xy 70.321811 102.928926) - (xy 70.225086 102.721498) - (xy 70.1751 102.65011) - (xy 70.175098 102.65011) - (xy 69.486727 103.338481) - (xy 69.473165 103.252852) - (xy 69.415641 103.139955) - (xy 69.326045 103.050359) - (xy 69.213148 102.992835) - (xy 69.127517 102.979272) - (xy 69.815888 102.290899) - (xy 69.815888 102.290898) - (xy 69.744501 102.240913) - (xy 69.537073 102.144188) - (xy 69.537068 102.144186) - (xy 69.316 102.084951) - (xy 69.316004 102.084951) - (xy 69.088 102.065004) - (xy 68.859997 102.084951) - (xy 68.638931 102.144186) - (xy 68.638926 102.144188) - (xy 68.4315 102.240913) - (xy 68.360109 102.2909) - (xy 69.048481 102.979272) - (xy 68.962852 102.992835) - (xy 68.849955 103.050359) - (xy 68.760359 103.139955) - (xy 68.702835 103.252852) - (xy 68.689272 103.338481) - (xy 68.0009 102.650109) - (xy 67.950913 102.7215) - (xy 67.854188 102.928926) - (xy 67.854186 102.928931) - (xy 67.794951 103.149997) - (xy 67.775004 103.378) - (xy 66.6916 103.378) - (xy 66.639284 103.182757) - (xy 66.542523 102.975251) - (xy 66.411198 102.7877) - (xy 66.2493 102.625802) - (xy 66.249291 102.625796) - (xy 66.117765 102.5337) - (xy 66.061749 102.494477) - (xy 66.022543 102.476195) - (xy 65.969258 102.429279) - (xy 65.949796 102.361002) - (xy 65.970337 102.293042) - (xy 66.022543 102.247805) - (xy 66.024997 102.24666) - (xy 66.061749 102.229523) - (xy 66.2493 102.098198) - (xy 66.411198 101.9363) - (xy 66.542523 101.748749) - (xy 66.639284 101.541243) - (xy 66.698543 101.320087) - (xy 66.718498 101.092) - (xy 66.698543 100.863913) - (xy 66.639284 100.642757) - (xy 66.542523 100.435251) - (xy 66.411198 100.2477) - (xy 66.2493 100.085802) - (xy 66.24375 100.081916) - (xy 66.061749 99.954477) - (xy 65.854246 99.857717) - (xy 65.85424 99.857715) - (xy 65.711549 99.819481) - (xy 65.633087 99.798457) - (xy 65.405 99.778502) - (xy 65.404999 99.778502) - (xy 65.176913 99.798457) - (xy 64.955759 99.857715) - (xy 64.955753 99.857717) - (xy 64.74825 99.954477) - (xy 64.560703 100.085799) - (xy 64.560697 100.085804) - (xy 64.398804 100.247697) - (xy 64.398799 100.247703) - (xy 64.267477 100.43525) - (xy 64.170717 100.642753) - (xy 64.170715 100.642759) - (xy 64.112092 100.861542) - (xy 64.111457 100.863913) - (xy 64.091502 101.092) - (xy 64.111457 101.320087) - (xy 64.130516 101.391217) - (xy 64.170715 101.54124) - (xy 64.170717 101.541246) - (xy 64.267477 101.748749) - (xy 64.393879 101.92927) - (xy 64.398802 101.9363) - (xy 64.5607 102.098198) - (xy 64.748251 102.229523) - (xy 64.771742 102.240477) - (xy 64.787457 102.247805) - (xy 64.840742 102.294722) - (xy 64.860203 102.362999) - (xy 64.839661 102.430959) - (xy 64.787457 102.476195) - (xy 64.74825 102.494477) - (xy 64.560703 102.625799) - (xy 64.560697 102.625804) - (xy 64.398804 102.787697) - (xy 64.398799 102.787703) - (xy 64.267477 102.97525) - (xy 64.170717 103.182753) - (xy 64.170715 103.182759) - (xy 64.157544 103.231914) - (xy 64.111457 103.403913) - (xy 64.091502 103.632) - (xy 64.111457 103.860087) - (xy 64.128097 103.922188) - (xy 64.170715 104.08124) - (xy 64.170717 104.081246) - (xy 64.267477 104.288749) - (xy 64.393879 104.46927) - (xy 64.398802 104.4763) - (xy 64.5607 104.638198) - (xy 64.748251 104.769523) - (xy 64.783359 104.785894) - (xy 64.787457 104.787805) - (xy 64.840742 104.834722) - (xy 64.860203 104.902999) - (xy 64.839661 104.970959) - (xy 64.787457 105.016195) - (xy 64.74825 105.034477) - (xy 64.560703 105.165799) - (xy 64.560697 105.165804) - (xy 64.398804 105.327697) - (xy 64.398799 105.327703) - (xy 64.267477 105.51525) - (xy 64.170717 105.722753) - (xy 64.170715 105.722759) - (xy 64.130056 105.874502) - (xy 64.111457 105.943913) - (xy 64.091502 106.172) - (xy 64.111457 106.400087) - (xy 64.130056 106.469498) - (xy 64.170715 106.62124) - (xy 64.170717 106.621246) - (xy 64.267477 106.828749) - (xy 64.393879 107.00927) - (xy 64.398802 107.0163) - (xy 64.5607 107.178198) - (xy 64.748251 107.309523) - (xy 64.783359 107.325894) - (xy 64.787457 107.327805) - (xy 64.840742 107.374722) - (xy 64.860203 107.442999) - (xy 64.839661 107.510959) - (xy 64.787457 107.556195) - (xy 64.74825 107.574477) - (xy 64.560703 107.705799) - (xy 64.560697 107.705804) - (xy 64.398804 107.867697) - (xy 64.398799 107.867703) - (xy 64.267477 108.05525) - (xy 64.170717 108.262753) - (xy 64.170715 108.262759) - (xy 64.119617 108.45346) - (xy 64.111457 108.483913) - (xy 64.091502 108.712) - (xy 64.111457 108.940087) - (xy 64.130056 109.009498) - (xy 64.170715 109.16124) - (xy 64.170717 109.161246) - (xy 64.267477 109.368749) - (xy 64.393879 109.54927) - (xy 64.398802 109.5563) - (xy 64.5607 109.718198) - (xy 64.560703 109.7182) - (xy 64.748249 109.849522) - (xy 64.74825 109.849522) - (xy 64.748251 109.849523) - (xy 64.787457 109.867805) - (xy 64.840741 109.914719) - (xy 64.860203 109.982996) - (xy 64.839663 110.050956) - (xy 64.787459 110.096193) - (xy 64.748251 110.114476) - (xy 64.560703 110.245799) - (xy 64.560697 110.245804) - (xy 64.398804 110.407697) - (xy 64.398799 110.407703) - (xy 64.267477 110.59525) - (xy 64.170717 110.802753) - (xy 64.170715 110.802759) - (xy 64.13325 110.942582) - (xy 64.111457 111.023913) - (xy 64.091502 111.252) - (xy 64.111457 111.480087) - (xy 64.132578 111.558911) - (xy 64.170715 111.70124) - (xy 64.170717 111.701246) - (xy 64.247193 111.86525) - (xy 64.267477 111.908749) - (xy 64.398802 112.0963) - (xy 64.5607 112.258198) - (xy 64.748251 112.389523) - (xy 64.783359 112.405894) - (xy 64.787457 112.407805) - (xy 64.840742 112.454722) - (xy 64.860203 112.522999) - (xy 64.839661 112.590959) - (xy 64.787457 112.636195) - (xy 64.74825 112.654477) - (xy 64.560703 112.785799) - (xy 64.560697 112.785804) - (xy 64.398804 112.947697) - (xy 64.398799 112.947703) - (xy 64.267477 113.13525) - (xy 64.170717 113.342753) - (xy 64.170715 113.342759) - (xy 64.134292 113.478693) - (xy 64.111457 113.563913) - (xy 64.091502 113.792) - (xy 64.108741 113.989048) - (xy 64.111457 114.020086) - (xy 64.170715 114.24124) - (xy 64.170717 114.241246) - (xy 64.267477 114.448749) - (xy 64.352346 114.569955) - (xy 64.398802 114.6363) - (xy 64.5607 114.798198) - (xy 64.560703 114.7982) - (xy 64.748249 114.929522) - (xy 64.74825 114.929522) - (xy 64.748251 114.929523) - (xy 64.787457 114.947805) - (xy 64.840741 114.994719) - (xy 64.860203 115.062996) - (xy 64.839663 115.130956) - (xy 64.787459 115.176193) - (xy 64.748251 115.194476) - (xy 64.560703 115.325799) - (xy 64.560697 115.325804) - (xy 64.398804 115.487697) - (xy 64.398799 115.487703) - (xy 64.267477 115.67525) - (xy 64.170717 115.882753) - (xy 64.170715 115.882759) - (xy 64.140774 115.994502) - (xy 64.111457 116.103913) - (xy 64.091502 116.332) - (xy 62.1035 116.332) - (xy 62.1035 100.675806) - (xy 62.105051 100.656094) - (xy 62.107174 100.642692) - (xy 62.103585 100.574217) - (xy 62.1035 100.570945) - (xy 62.1035 100.54927) - (xy 62.1035 100.549262) - (xy 62.10123 100.527677) - (xy 62.100975 100.524435) - (xy 62.097388 100.455967) - (xy 62.093875 100.442856) - (xy 62.090274 100.423423) - (xy 62.089695 100.417922) - (xy 62.088855 100.409926) - (xy 62.067669 100.344724) - (xy 62.066734 100.341566) - (xy 62.048994 100.275357) - (xy 62.046896 100.27124) - (xy 62.042832 100.263264) - (xy 62.035268 100.245003) - (xy 62.031075 100.232097) - (xy 61.996782 100.172699) - (xy 61.995225 100.169831) - (xy 61.964109 100.108761) - (xy 61.964103 100.108753) - (xy 61.95557 100.098216) - (xy 61.944373 100.081925) - (xy 61.937585 100.070167) - (xy 61.891706 100.019213) - (xy 61.8896 100.016749) - (xy 61.875937 99.999876) - (xy 61.860595 99.984534) - (xy 61.85836 99.982179) - (xy 61.830116 99.950811) - (xy 61.812472 99.931214) - (xy 61.801483 99.92323) - (xy 61.786452 99.910391) - (xy 61.444061 99.568) - (xy 67.774502 99.568) - (xy 67.794457 99.796087) - (xy 67.807204 99.843658) - (xy 67.853715 100.01724) - (xy 67.853717 100.017246) - (xy 67.950477 100.224749) - (xy 68.079836 100.409493) - (xy 68.081802 100.4123) - (xy 68.2437 100.574198) - (xy 68.431251 100.705523) - (xy 68.638757 100.802284) - (xy 68.859913 100.861543) - (xy 69.088 100.881498) - (xy 69.316087 100.861543) - (xy 69.537243 100.802284) - (xy 69.744749 100.705523) - (xy 69.9323 100.574198) - (xy 70.094198 100.4123) - (xy 70.225523 100.224749) - (xy 70.322284 100.017243) - (xy 70.381543 99.796087) - (xy 70.401498 99.568) - (xy 70.381543 99.339913) - (xy 70.322284 99.118757) - (xy 70.225523 98.911251) - (xy 70.094198 98.7237) - (xy 69.9323 98.561802) - (xy 69.918301 98.552) - (xy 69.744749 98.430477) - (xy 69.537246 98.333717) - (xy 69.53724 98.333715) - (xy 69.367376 98.2882) - (xy 69.316087 98.274457) - (xy 69.088 98.254502) - (xy 68.859913 98.274457) - (xy 68.638759 98.333715) - (xy 68.638753 98.333717) - (xy 68.43125 98.430477) - (xy 68.243703 98.561799) - (xy 68.243697 98.561804) - (xy 68.081804 98.723697) - (xy 68.081799 98.723703) - (xy 67.950477 98.91125) - (xy 67.853717 99.118753) - (xy 67.853715 99.118759) - (xy 67.809098 99.285273) - (xy 67.794457 99.339913) - (xy 67.774502 99.568) - (xy 61.444061 99.568) - (xy 61.389657 99.513596) - (xy 61.355631 99.451284) - (xy 61.360696 99.380469) - (xy 61.403243 99.323633) - (xy 61.469763 99.298822) - (xy 61.478752 99.298501) - (xy 62.547074 99.298501) - (xy 62.566784 99.300051) - (xy 62.580189 99.302175) - (xy 62.64867 99.298586) - (xy 62.651943 99.298501) - (xy 62.673611 99.298501) - (xy 62.673619 99.298501) - (xy 62.695226 99.296229) - (xy 62.698408 99.295979) - (xy 62.766914 99.29239) - (xy 62.780019 99.288877) - (xy 62.79947 99.285273) - (xy 62.812955 99.283856) - (xy 62.812957 99.283855) - (xy 62.812959 99.283855) - (xy 62.878141 99.262675) - (xy 62.88129 99.261741) - (xy 62.947523 99.243995) - (xy 62.959612 99.237834) - (xy 62.977876 99.230269) - (xy 62.990784 99.226076) - (xy 62.990787 99.226074) - (xy 62.990788 99.226074) - (xy 62.999849 99.220841) - (xy 63.050184 99.19178) - (xy 63.053037 99.190232) - (xy 63.114124 99.159108) - (xy 63.12467 99.150566) - (xy 63.140958 99.139372) - (xy 63.152714 99.132586) - (xy 63.152717 99.132582) - (xy 63.152719 99.132582) - (xy 63.203652 99.086721) - (xy 63.206161 99.084578) - (xy 63.209222 99.082098) - (xy 63.223005 99.070938) - (xy 63.238344 99.055598) - (xy 63.2407 99.053361) - (xy 63.291668 99.007471) - (xy 63.299653 98.996479) - (xy 63.312476 98.981465) - (xy 63.407541 98.8864) - (xy 63.469851 98.852377) - (xy 63.496634 98.849498) - (xy 63.499994 98.849498) - (xy 63.499997 98.849497) - (xy 63.5 98.849498) - (xy 63.728087 98.829543) - (xy 63.949243 98.770284) - (xy 64.156749 98.673523) - (xy 64.3443 98.542198) - (xy 64.506198 98.3803) - (xy 64.637523 98.192749) - (xy 64.637523 98.192748) - (xy 64.637525 98.192746) - (xy 64.640274 98.187985) - (xy 64.642082 98.189028) - (xy 64.68299 98.142561) - (xy 64.751265 98.123095) - (xy 64.819227 98.143631) - (xy 64.858349 98.188779) - (xy 64.860161 98.187734) - (xy 64.862913 98.192501) - (xy 64.912899 98.263888) - (xy 65.601272 97.575516) - (xy 65.614835 97.661148) - (xy 65.672359 97.774045) - (xy 65.761955 97.863641) - (xy 65.874852 97.921165) - (xy 65.960482 97.934727) - (xy 65.27211 98.623098) - (xy 65.27211 98.6231) - (xy 65.343498 98.673086) - (xy 65.550926 98.769811) - (xy 65.550931 98.769813) - (xy 65.771999 98.829048) - (xy 65.771995 98.829048) - (xy 66 98.848995) - (xy 66.228002 98.829048) - (xy 66.449068 98.769813) - (xy 66.449073 98.769811) - (xy 66.656497 98.673088) - (xy 66.727888 98.623099) - (xy 66.727888 98.623097) - (xy 66.039518 97.934727) - (xy 66.125148 97.921165) - (xy 66.238045 97.863641) - (xy 66.327641 97.774045) - (xy 66.385165 97.661148) - (xy 66.398727 97.575518) - (xy 67.087097 98.263888) - (xy 67.087099 98.263888) - (xy 67.137088 98.192497) - (xy 67.233811 97.985073) - (xy 67.233813 97.985068) - (xy 67.293048 97.764002) - (xy 67.312995 97.536) - (xy 67.293048 97.307997) - (xy 67.233813 97.086931) - (xy 67.233811 97.086926) - (xy 67.137086 96.879498) - (xy 67.0871 96.80811) - (xy 67.087098 96.80811) - (xy 66.398727 97.496481) - (xy 66.385165 97.410852) - (xy 66.327641 97.297955) - (xy 66.238045 97.208359) - (xy 66.125148 97.150835) - (xy 66.039517 97.137272) - (xy 66.727888 96.448899) - (xy 66.727888 96.448898) - (xy 66.656501 96.398913) - (xy 66.449073 96.302188) - (xy 66.449068 96.302186) - (xy 66.228 96.242951) - (xy 66.228004 96.242951) - (xy 66 96.223004) - (xy 65.771997 96.242951) - (xy 65.550931 96.302186) - (xy 65.550926 96.302188) - (xy 65.3435 96.398913) - (xy 65.272109 96.4489) - (xy 65.960481 97.137272) - (xy 65.874852 97.150835) - (xy 65.761955 97.208359) - (xy 65.672359 97.297955) - (xy 65.614835 97.410852) - (xy 65.601272 97.496481) - (xy 64.9129 96.808109) - (xy 64.862912 96.879501) - (xy 64.860161 96.884267) - (xy 64.858288 96.883185) - (xy 64.817536 96.929455) - (xy 64.749256 96.948905) - (xy 64.681299 96.928352) - (xy 64.642018 96.883008) - (xy 64.640274 96.884015) - (xy 64.637525 96.879253) - (xy 64.5062 96.691703) - (xy 64.506195 96.691697) - (xy 64.344302 96.529804) - (xy 64.344296 96.529799) - (xy 64.156749 96.398477) - (xy 63.949246 96.301717) - (xy 63.94924 96.301715) - (xy 63.85252 96.275799) - (xy 63.728087 96.242457) - (xy 63.5 96.222502) - (xy 63.271913 96.242457) - (xy 63.050759 96.301715) - (xy 63.050753 96.301717) - (xy 62.84325 96.398477) - (xy 62.655703 96.529799) - (xy 62.655697 96.529804) - (xy 62.493804 96.691697) - (xy 62.493799 96.691703) - (xy 62.362477 96.87925) - (xy 62.265717 97.086753) - (xy 62.265715 97.086759) - (xy 62.236216 97.196852) - (xy 62.209126 97.297955) - (xy 62.206456 97.307918) - (xy 62.198007 97.404484) - (xy 62.172144 97.470602) - (xy 62.11464 97.512241) - (xy 62.072487 97.519501) - (xy 61.077168 97.519501) - (xy 61.009047 97.499499) - (xy 60.962554 97.445843) - (xy 60.95245 97.375569) - (xy 60.955461 97.36089) - (xy 60.957171 97.354507) - (xy 60.983543 97.256087) - (xy 61.003498 97.028) - (xy 60.983543 96.799913) - (xy 60.924284 96.578757) - (xy 60.827523 96.371251) - (xy 60.696198 96.1837) - (xy 60.5343 96.021802) - (xy 60.520301 96.012) - (xy 60.346749 95.890477) - (xy 60.139246 95.793717) - (xy 60.13924 95.793715) - (xy 60.00595 95.758) - (xy 67.774502 95.758) - (xy 67.794457 95.986087) - (xy 67.821111 96.085562) - (xy 67.853715 96.20724) - (xy 67.853717 96.207246) - (xy 67.950477 96.414749) - (xy 68.079964 96.599676) - (xy 68.081802 96.6023) - (xy 68.2437 96.764198) - (xy 68.431251 96.895523) - (xy 68.638757 96.992284) - (xy 68.859913 97.051543) - (xy 69.088 97.071498) - (xy 69.316087 97.051543) - (xy 69.537243 96.992284) - (xy 69.744749 96.895523) - (xy 69.9323 96.764198) - (xy 70.094198 96.6023) - (xy 70.225523 96.414749) - (xy 70.322284 96.207243) - (xy 70.381543 95.986087) - (xy 70.401498 95.758) - (xy 70.381543 95.529913) - (xy 70.322284 95.308757) - (xy 70.225523 95.101251) - (xy 70.094198 94.9137) - (xy 69.9323 94.751802) - (xy 69.918301 94.742) - (xy 69.744749 94.620477) - (xy 69.537246 94.523717) - (xy 69.53724 94.523715) - (xy 69.394418 94.485446) - (xy 69.316087 94.464457) - (xy 69.088 94.444502) - (xy 68.859913 94.464457) - (xy 68.638759 94.523715) - (xy 68.638753 94.523717) - (xy 68.43125 94.620477) - (xy 68.243703 94.751799) - (xy 68.243697 94.751804) - (xy 68.081804 94.913697) - (xy 68.081799 94.913703) - (xy 67.950477 95.10125) - (xy 67.853717 95.308753) - (xy 67.853715 95.308759) - (xy 67.803776 95.495133) - (xy 67.794457 95.529913) - (xy 67.774502 95.758) - (xy 60.00595 95.758) - (xy 59.918087 95.734457) - (xy 59.69 95.714502) - (xy 59.461913 95.734457) - (xy 59.240759 95.793715) - (xy 59.240753 95.793717) - (xy 59.03325 95.890477) - (xy 58.845703 96.021799) - (xy 58.845697 96.021804) - (xy 58.683804 96.183697) - (xy 58.683799 96.183703) - (xy 58.552475 96.371252) - (xy 58.531477 96.416283) - (xy 58.484559 96.469568) - (xy 58.416282 96.489028) - (xy 58.348322 96.468485) - (xy 58.328188 96.452127) - (xy 56.420497 94.544436) - (xy 56.386471 94.482124) - (xy 56.391536 94.411309) - (xy 56.434083 94.354473) - (xy 56.500603 94.329662) - (xy 56.509592 94.329341) - (xy 58.298815 94.329341) - (xy 58.337751 94.335508) - (xy 58.372674 94.346855) - (xy 58.38616 94.348272) - (xy 58.405599 94.351874) - (xy 58.418715 94.355389) - (xy 58.418721 94.355389) - (xy 58.418724 94.35539) - (xy 58.457803 94.357436) - (xy 58.487184 94.358976) - (xy 58.490445 94.359232) - (xy 58.51201 94.3615) - (xy 58.533686 94.3615) - (xy 58.536958 94.361585) - (xy 58.596239 94.364691) - (xy 58.605438 94.365174) - (xy 58.605438 94.365173) - (xy 58.60544 94.365174) - (xy 58.618844 94.36305) - (xy 58.638555 94.3615) - (xy 58.676812 94.3615) - (xy 58.744933 94.381502) - (xy 58.765906 94.398405) - (xy 58.8457 94.478198) - (xy 59.033251 94.609523) - (xy 59.240757 94.706284) - (xy 59.461913 94.765543) - (xy 59.69 94.785498) - (xy 59.918087 94.765543) - (xy 60.139243 94.706284) - (xy 60.346749 94.609523) - (xy 60.5343 94.478198) - (xy 60.696198 94.3163) - (xy 60.827523 94.128749) - (xy 60.924284 93.921243) - (xy 60.983543 93.700087) - (xy 61.003498 93.472) - (xy 60.983543 93.243913) - (xy 60.924284 93.022757) - (xy 60.827523 92.815251) - (xy 60.696198 92.6277) - (xy 60.5343 92.465802) - (xy 60.514994 92.452284) - (xy 60.346749 92.334477) - (xy 60.139246 92.237717) - (xy 60.13924 92.237715) - (xy 60.037732 92.210516) - (xy 59.918087 92.178457) - (xy 59.69 92.158502) - (xy 59.461913 92.178457) - (xy 59.240759 92.237715) - (xy 59.240753 92.237717) - (xy 59.03325 92.334477) - (xy 58.8457 92.465801) - (xy 58.78775 92.52375) - (xy 58.725437 92.557774) - (xy 58.673058 92.55653) - (xy 58.672907 92.557485) - (xy 58.666386 92.556452) - (xy 58.666384 92.556451) - (xy 58.666379 92.556451) - (xy 58.612093 92.553606) - (xy 58.597928 92.552864) - (xy 58.594646 92.552606) - (xy 58.573095 92.550341) - (xy 58.573091 92.550341) - (xy 58.551415 92.550341) - (xy 58.548142 92.550255) - (xy 58.520174 92.54879) - (xy 58.479662 92.546666) - (xy 58.466257 92.54879) - (xy 58.446546 92.550341) - (xy 54.478592 92.550341) - (xy 54.410471 92.530339) - (xy 54.389497 92.513436) - (xy 53.824061 91.948) - (xy 67.775004 91.948) - (xy 67.794951 92.176002) - (xy 67.854186 92.397068) - (xy 67.854188 92.397073) - (xy 67.950913 92.604501) - (xy 68.000899 92.675888) - (xy 68.689272 91.987516) - (xy 68.702835 92.073148) - (xy 68.760359 92.186045) - (xy 68.849955 92.275641) - (xy 68.962852 92.333165) - (xy 69.048482 92.346727) - (xy 68.36011 93.035098) - (xy 68.36011 93.0351) - (xy 68.431498 93.085086) - (xy 68.638926 93.181811) - (xy 68.638931 93.181813) - (xy 68.859999 93.241048) - (xy 68.859995 93.241048) - (xy 69.088 93.260995) - (xy 69.316002 93.241048) - (xy 69.537068 93.181813) - (xy 69.537073 93.181811) - (xy 69.744497 93.085088) - (xy 69.815888 93.035099) - (xy 69.815888 93.035097) - (xy 69.127518 92.346727) - (xy 69.213148 92.333165) - (xy 69.326045 92.275641) - (xy 69.415641 92.186045) - (xy 69.473165 92.073148) - (xy 69.486727 91.987518) - (xy 70.175097 92.675888) - (xy 70.175099 92.675888) - (xy 70.225088 92.604497) - (xy 70.321811 92.397073) - (xy 70.321813 92.397068) - (xy 70.381048 92.176002) - (xy 70.400995 91.948) - (xy 70.381048 91.719997) - (xy 70.321813 91.498931) - (xy 70.321811 91.498926) - (xy 70.225086 91.291498) - (xy 70.1751 91.22011) - (xy 70.175098 91.22011) - (xy 69.486727 91.908481) - (xy 69.473165 91.822852) - (xy 69.415641 91.709955) - (xy 69.326045 91.620359) - (xy 69.213148 91.562835) - (xy 69.127517 91.549272) - (xy 69.815888 90.860899) - (xy 69.815888 90.860898) - (xy 69.744501 90.810913) - (xy 69.537073 90.714188) - (xy 69.537068 90.714186) - (xy 69.316 90.654951) - (xy 69.316004 90.654951) - (xy 69.088 90.635004) - (xy 68.859997 90.654951) - (xy 68.638931 90.714186) - (xy 68.638926 90.714188) - (xy 68.4315 90.810913) - (xy 68.360109 90.8609) - (xy 69.048481 91.549272) - (xy 68.962852 91.562835) - (xy 68.849955 91.620359) - (xy 68.760359 91.709955) - (xy 68.702835 91.822852) - (xy 68.689272 91.908481) - (xy 68.0009 91.220109) - (xy 67.950913 91.2915) - (xy 67.854188 91.498926) - (xy 67.854186 91.498931) - (xy 67.794951 91.719997) - (xy 67.775004 91.948) - (xy 53.824061 91.948) - (xy 52.807656 90.931595) - (xy 52.77363 90.869283) - (xy 52.778695 90.798468) - (xy 52.821242 90.741632) - (xy 52.887762 90.716821) - (xy 52.896751 90.7165) - (xy 53.680632 90.7165) - (xy 53.680638 90.7165) - (xy 53.680645 90.716499) - (xy 53.680649 90.716499) - (xy 53.741196 90.70999) - (xy 53.741199 90.709989) - (xy 53.741201 90.709989) - (xy 53.747521 90.707632) - (xy 53.763848 90.701542) - (xy 53.878204 90.658889) - (xy 53.884125 90.654457) - (xy 53.995261 90.571261) - (xy 54.082887 90.454207) - (xy 54.082887 90.454206) - (xy 54.082889 90.454204) - (xy 54.133989 90.317201) - (xy 54.134998 90.307808) - (xy 54.162163 90.242215) - (xy 54.220478 90.201721) - (xy 54.291429 90.199182) - (xy 54.35249 90.235405) - (xy 54.363487 90.248995) - (xy 54.365796 90.252292) - (xy 54.365802 90.2523) - (xy 54.5277 90.414198) - (xy 54.715251 90.545523) - (xy 54.922757 90.642284) - (xy 55.143913 90.701543) - (xy 55.372 90.721498) - (xy 55.600087 90.701543) - (xy 55.821243 90.642284) - (xy 56.028749 90.545523) - (xy 56.2163 90.414198) - (xy 56.378198 90.2523) - (xy 56.442316 90.160729) - (xy 56.497774 90.116401) - (xy 56.54553 90.107) - (xy 57.110922 90.107) - (xy 57.114723 90.107114) - (xy 57.176457 90.110849) - (xy 57.237294 90.099699) - (xy 57.241049 90.099128) - (xy 57.246606 90.098453) - (xy 57.302452 90.091673) - (xy 57.311707 90.088162) - (xy 57.333683 90.082036) - (xy 57.343425 90.080251) - (xy 57.399842 90.054858) - (xy 57.4033 90.053426) - (xy 57.461169 90.03148) - (xy 57.469324 90.025849) - (xy 57.489194 90.014644) - (xy 57.498217 90.010584) - (xy 57.54694 89.972411) - (xy 57.549936 89.970207) - (xy 57.600869 89.935052) - (xy 57.641909 89.888726) - (xy 57.644462 89.886014) - (xy 58.122476 89.408) - (xy 64.218502 89.408) - (xy 64.238457 89.636087) - (xy 64.267494 89.744454) - (xy 64.297715 89.85724) - (xy 64.297717 89.857246) - (xy 64.394477 90.064749) - (xy 64.46007 90.158426) - (xy 64.525802 90.2523) - (xy 64.6877 90.414198) - (xy 64.875251 90.545523) - (xy 65.082757 90.642284) - (xy 65.303913 90.701543) - (xy 65.532 90.721498) - (xy 65.760087 90.701543) - (xy 65.981243 90.642284) - (xy 66.188749 90.545523) - (xy 66.3763 90.414198) - (xy 66.538198 90.2523) - (xy 66.669523 90.064749) - (xy 66.766284 89.857243) - (xy 66.825543 89.636087) - (xy 66.845498 89.408) - (xy 66.825543 89.179913) - (xy 66.766284 88.958757) - (xy 66.669523 88.751251) - (xy 66.538198 88.5637) - (xy 66.3763 88.401802) - (xy 66.188749 88.270477) - (xy 66.188749 88.270476) - (xy 65.981246 88.173717) - (xy 65.98124 88.173715) - (xy 65.887771 88.14867) - (xy 65.760087 88.114457) - (xy 65.532 88.094502) - (xy 65.303913 88.114457) - (xy 65.082759 88.173715) - (xy 65.082753 88.173717) - (xy 64.87525 88.270477) - (xy 64.687703 88.401799) - (xy 64.687697 88.401804) - (xy 64.525804 88.563697) - (xy 64.525799 88.563703) - (xy 64.394477 88.75125) - (xy 64.297717 88.958753) - (xy 64.297715 88.958759) - (xy 64.254662 89.119435) - (xy 64.238457 89.179913) - (xy 64.218502 89.408) - (xy 58.122476 89.408) - (xy 61.866515 85.663961) - (xy 61.869227 85.661408) - (xy 61.915553 85.620368) - (xy 61.950708 85.569435) - (xy 61.952912 85.566439) - (xy 61.991085 85.517716) - (xy 61.995145 85.508693) - (xy 62.00635 85.488823) - (xy 62.011981 85.480668) - (xy 62.033927 85.422799) - (xy 62.035359 85.419341) - (xy 62.060752 85.362924) - (xy 62.062537 85.353181) - (xy 62.068664 85.331205) - (xy 62.072174 85.321951) - (xy 62.079629 85.260548) - (xy 62.080202 85.256782) - (xy 62.083507 85.238749) - (xy 62.09135 85.195956) - (xy 62.087616 85.134224) - (xy 62.087501 85.13042) - (xy 62.087501 80.13741) - (xy 62.107503 80.069289) - (xy 62.161159 80.022796) - (xy 62.231433 80.012692) - (xy 62.296013 80.042186) - (xy 62.327696 80.084161) - (xy 62.362475 80.158747) - (xy 62.486624 80.336049) - (xy 62.493802 80.3463) - (xy 62.6557 80.508198) - (xy 62.843251 80.639523) - (xy 63.050757 80.736284) - (xy 63.271913 80.795543) - (xy 63.5 80.815498) - (xy 63.728087 80.795543) - (xy 63.949243 80.736284) - (xy 64.044151 80.692027) - (xy 64.11434 80.681367) - (xy 64.179153 80.710347) - (xy 64.21801 80.769766) - (xy 64.223399 80.806223) - (xy 64.2234 83.441379) - (xy 64.223285 83.445183) - (xy 64.219551 83.506915) - (xy 64.230699 83.567749) - (xy 64.231272 83.571512) - (xy 64.238725 83.632904) - (xy 64.238727 83.63291) - (xy 64.24224 83.642174) - (xy 64.248361 83.664132) - (xy 64.250147 83.673878) - (xy 64.250148 83.673882) - (xy 64.275531 83.730282) - (xy 64.276987 83.733797) - (xy 64.298919 83.791624) - (xy 64.298923 83.791633) - (xy 64.304547 83.79978) - (xy 64.315753 83.819647) - (xy 64.319816 83.828675) - (xy 64.357955 83.877358) - (xy 64.360209 83.880422) - (xy 64.379966 83.909043) - (xy 64.395348 83.931327) - (xy 64.441655 83.972351) - (xy 64.444399 83.974935) - (xy 66.057659 85.588195) - (xy 67.634167 87.164703) - (xy 67.668193 87.227015) - (xy 67.663128 87.29783) - (xy 67.659267 87.307047) - (xy 67.599719 87.434749) - (xy 67.599715 87.434759) - (xy 67.550028 87.620195) - (xy 67.540457 87.655913) - (xy 67.520502 87.884) - (xy 67.540457 88.112087) - (xy 67.553709 88.161545) - (xy 67.599715 88.33324) - (xy 67.599717 88.333246) - (xy 67.696477 88.540749) - (xy 67.751013 88.618635) - (xy 67.827802 88.7283) - (xy 67.9897 88.890198) - (xy 68.177251 89.021523) - (xy 68.384757 89.118284) - (xy 68.605913 89.177543) - (xy 68.834 89.197498) - (xy 69.062087 89.177543) - (xy 69.283243 89.118284) - (xy 69.490749 89.021523) - (xy 69.6783 88.890198) - (xy 69.840198 88.7283) - (xy 69.971523 88.540749) - (xy 70.068284 88.333243) - (xy 70.127543 88.112087) - (xy 70.147498 87.884) - (xy 77.680502 87.884) - (xy 77.700457 88.112087) - (xy 77.713709 88.161545) - (xy 77.759715 88.33324) - (xy 77.759717 88.333246) - (xy 77.856477 88.540749) - (xy 77.911013 88.618635) - (xy 77.987802 88.7283) - (xy 78.1497 88.890198) - (xy 78.337251 89.021523) - (xy 78.544757 89.118284) - (xy 78.765913 89.177543) - (xy 78.994 89.197498) - (xy 79.222087 89.177543) - (xy 79.222107 89.177537) - (xy 79.22287 89.177404) - (xy 79.223222 89.177443) - (xy 79.227568 89.177063) - (xy 79.227644 89.177935) - (xy 79.29343 89.185266) - (xy 79.333857 89.212393) - (xy 79.702596 89.581132) - (xy 79.736622 89.643444) - (xy 79.739501 89.670227) - (xy 79.739501 90.560832) - (xy 79.719499 90.628953) - (xy 79.665843 90.675446) - (xy 79.595569 90.68555) - (xy 79.58089 90.682539) - (xy 79.554418 90.675446) - (xy 79.476087 90.654457) - (xy 79.248 90.634502) - (xy 79.019913 90.654457) - (xy 78.798759 90.713715) - (xy 78.798753 90.713717) - (xy 78.59125 90.810477) - (xy 78.403703 90.941799) - (xy 78.403697 90.941804) - (xy 78.241804 91.103697) - (xy 78.241799 91.103703) - (xy 78.110477 91.29125) - (xy 78.013717 91.498753) - (xy 78.013715 91.498759) - (xy 77.957125 91.709955) - (xy 77.954457 91.719913) - (xy 77.934502 91.948) - (xy 77.954457 92.176087) - (xy 77.975739 92.255513) - (xy 78.013715 92.39724) - (xy 78.013717 92.397246) - (xy 78.110477 92.604749) - (xy 78.191039 92.719804) - (xy 78.241802 92.7923) - (xy 78.4037 92.954198) - (xy 78.591251 93.085523) - (xy 78.798757 93.182284) - (xy 79.019913 93.241543) - (xy 79.248 93.261498) - (xy 79.476087 93.241543) - (xy 79.580893 93.21346) - (xy 79.651866 93.21515) - (xy 79.710662 93.254944) - (xy 79.73861 93.320208) - (xy 79.739501 93.335167) - (xy 79.739501 94.370832) - (xy 79.719499 94.438953) - (xy 79.665843 94.485446) - (xy 79.595569 94.49555) - (xy 79.58089 94.492539) - (xy 79.554418 94.485446) - (xy 79.476087 94.464457) - (xy 79.248 94.444502) - (xy 79.019913 94.464457) - (xy 78.798759 94.523715) - (xy 78.798753 94.523717) - (xy 78.59125 94.620477) - (xy 78.403703 94.751799) - (xy 78.403697 94.751804) - (xy 78.241804 94.913697) - (xy 78.241799 94.913703) - (xy 78.110477 95.10125) - (xy 78.013717 95.308753) - (xy 78.013715 95.308759) - (xy 77.963776 95.495133) - (xy 77.954457 95.529913) - (xy 77.934502 95.758) - (xy 77.954457 95.986087) - (xy 77.981111 96.085562) - (xy 78.013715 96.20724) - (xy 78.013717 96.207246) - (xy 78.110477 96.414749) - (xy 78.239964 96.599676) - (xy 78.241802 96.6023) - (xy 78.4037 96.764198) - (xy 78.591251 96.895523) - (xy 78.798757 96.992284) - (xy 79.019913 97.051543) - (xy 79.248 97.071498) - (xy 79.476087 97.051543) - (xy 79.580893 97.02346) - (xy 79.651866 97.02515) - (xy 79.710662 97.064944) - (xy 79.73861 97.130208) - (xy 79.739501 97.145167) - (xy 79.739501 98.180832) - (xy 79.719499 98.248953) - (xy 79.665843 98.295446) - (xy 79.595569 98.30555) - (xy 79.58089 98.302539) - (xy 79.527376 98.2882) - (xy 79.476087 98.274457) - (xy 79.248 98.254502) - (xy 79.019913 98.274457) - (xy 78.798759 98.333715) - (xy 78.798753 98.333717) - (xy 78.59125 98.430477) - (xy 78.403703 98.561799) - (xy 78.403697 98.561804) - (xy 78.241804 98.723697) - (xy 78.241799 98.723703) - (xy 78.110477 98.91125) - (xy 78.013717 99.118753) - (xy 78.013715 99.118759) - (xy 77.954457 99.339913) - (xy 77.935648 99.554906) - (xy 77.934502 99.568) - (xy 77.954457 99.796087) - (xy 77.967204 99.843658) - (xy 78.013715 100.01724) - (xy 78.013717 100.017246) - (xy 78.110477 100.224749) - (xy 78.239836 100.409493) - (xy 78.241802 100.4123) - (xy 78.4037 100.574198) - (xy 78.591251 100.705523) - (xy 78.798757 100.802284) - (xy 79.019913 100.861543) - (xy 79.248 100.881498) - (xy 79.476087 100.861543) - (xy 79.580893 100.83346) - (xy 79.651866 100.83515) - (xy 79.710662 100.874944) - (xy 79.73861 100.940208) - (xy 79.739501 100.955167) - (xy 79.739501 101.990832) - (xy 79.719499 102.058953) - (xy 79.665843 102.105446) - (xy 79.595569 102.11555) - (xy 79.58089 102.112539) - (xy 79.527376 102.0982) - (xy 79.476087 102.084457) - (xy 79.248 102.064502) - (xy 79.019913 102.084457) - (xy 78.798759 102.143715) - (xy 78.798753 102.143717) - (xy 78.59125 102.240477) - (xy 78.403703 102.371799) - (xy 78.403697 102.371804) - (xy 78.241804 102.533697) - (xy 78.241799 102.533703) - (xy 78.110477 102.72125) - (xy 78.013717 102.928753) - (xy 78.013715 102.928759) - (xy 77.957125 103.139955) - (xy 77.954457 103.149913) - (xy 77.934502 103.378) - (xy 77.954457 103.606087) - (xy 77.979866 103.700914) - (xy 78.013715 103.82724) - (xy 78.013717 103.827246) - (xy 78.110477 104.034749) - (xy 78.191039 104.149804) - (xy 78.241802 104.2223) - (xy 78.4037 104.384198) - (xy 78.591251 104.515523) - (xy 78.798757 104.612284) - (xy 79.019913 104.671543) - (xy 79.248 104.691498) - (xy 79.476087 104.671543) - (xy 79.580893 104.64346) - (xy 79.651866 104.64515) - (xy 79.710662 104.684944) - (xy 79.73861 104.750208) - (xy 79.739501 104.765167) - (xy 79.739501 105.800832) - (xy 79.719499 105.868953) - (xy 79.665843 105.915446) - (xy 79.595569 105.92555) - (xy 79.58089 105.922539) - (xy 79.527376 105.9082) - (xy 79.476087 105.894457) - (xy 79.248 105.874502) - (xy 79.019913 105.894457) - (xy 78.798759 105.953715) - (xy 78.798753 105.953717) - (xy 78.59125 106.050477) - (xy 78.403703 106.181799) - (xy 78.403697 106.181804) - (xy 78.241804 106.343697) - (xy 78.241799 106.343703) - (xy 78.110477 106.53125) - (xy 78.013717 106.738753) - (xy 78.013715 106.738759) - (xy 77.983453 106.8517) - (xy 77.954457 106.959913) - (xy 77.934502 107.188) - (xy 77.954457 107.416087) - (xy 77.961668 107.442999) - (xy 78.013715 107.63724) - (xy 78.013717 107.637246) - (xy 78.110477 107.844749) - (xy 78.166029 107.924086) - (xy 78.241802 108.0323) - (xy 78.4037 108.194198) - (xy 78.591251 108.325523) - (xy 78.798757 108.422284) - (xy 79.019913 108.481543) - (xy 79.248 108.501498) - (xy 79.476087 108.481543) - (xy 79.580893 108.45346) - (xy 79.651866 108.45515) - (xy 79.710662 108.494944) - (xy 79.73861 108.560208) - (xy 79.739501 108.575167) - (xy 79.739501 109.864832) - (xy 79.719499 109.932953) - (xy 79.665843 109.979446) - (xy 79.595569 109.98955) - (xy 79.58089 109.986539) - (xy 79.554418 109.979446) - (xy 79.476087 109.958457) - (xy 79.248 109.938502) - (xy 79.019913 109.958457) - (xy 78.798759 110.017715) - (xy 78.798753 110.017717) - (xy 78.59125 110.114477) - (xy 78.403703 110.245799) - (xy 78.403697 110.245804) - (xy 78.241804 110.407697) - (xy 78.241799 110.407703) - (xy 78.110477 110.59525) - (xy 78.013717 110.802753) - (xy 78.013715 110.802759) - (xy 77.97625 110.942582) - (xy 77.954457 111.023913) - (xy 77.934502 111.252) - (xy 77.954457 111.480087) - (xy 77.975578 111.558911) - (xy 78.013715 111.70124) - (xy 78.013717 111.701246) - (xy 78.090193 111.86525) - (xy 78.110477 111.908749) - (xy 78.241802 112.0963) - (xy 78.4037 112.258198) - (xy 78.591251 112.389523) - (xy 78.798757 112.486284) - (xy 79.019913 112.545543) - (xy 79.248 112.565498) - (xy 79.476087 112.545543) - (xy 79.580889 112.517461) - (xy 79.651865 112.51915) - (xy 79.710661 112.558943) - (xy 79.738609 112.624208) - (xy 79.7395 112.639167) - (xy 79.739501 114.436832) - (xy 79.719499 114.504953) - (xy 79.665843 114.551446) - (xy 79.595569 114.56155) - (xy 79.58089 114.558539) - (xy 79.554418 114.551446) - (xy 79.476087 114.530457) - (xy 79.248 114.510502) - (xy 79.019913 114.530457) - (xy 78.798759 114.589715) - (xy 78.798753 114.589717) - (xy 78.59125 114.686477) - (xy 78.403703 114.817799) - (xy 78.403697 114.817804) - (xy 78.241804 114.979697) - (xy 78.241799 114.979703) - (xy 78.110477 115.16725) - (xy 78.013717 115.374753) - (xy 78.013715 115.374759) - (xy 77.954457 115.595913) - (xy 77.939643 115.765243) - (xy 77.934502 115.824) - (xy 77.954457 116.052087) - (xy 77.97653 116.134464) - (xy 78.013715 116.27324) - (xy 78.013717 116.273246) - (xy 78.110477 116.480749) - (xy 78.166029 116.560086) - (xy 78.241802 116.6683) - (xy 78.4037 116.830198) - (xy 78.591251 116.961523) - (xy 78.798757 117.058284) - (xy 79.019913 117.117543) - (xy 79.248 117.137498) - (xy 79.476087 117.117543) - (xy 79.580893 117.08946) - (xy 79.651866 117.09115) - (xy 79.710662 117.130944) - (xy 79.73861 117.196208) - (xy 79.739501 117.211167) - (xy 79.739501 118.609771) - (xy 79.719499 118.677892) - (xy 79.702596 118.698867) - (xy 79.587855 118.813607) - (xy 79.525543 118.847632) - (xy 79.481604 118.848503) - (xy 79.481567 118.848937) - (xy 79.477533 118.848584) - (xy 79.476884 118.848597) - (xy 79.476099 118.848458) - (xy 79.248 118.828502) - (xy 79.019913 118.848457) - (xy 78.798759 118.907715) - (xy 78.798753 118.907717) - (xy 78.59125 119.004477) - (xy 78.403703 119.135799) - (xy 78.403697 119.135804) - (xy 78.241804 119.297697) - (xy 78.241799 119.297703) - (xy 78.110477 119.48525) - (xy 78.013717 119.692753) - (xy 78.013715 119.692759) - (xy 77.991086 119.777213) - (xy 77.954457 119.913913) - (xy 77.934502 120.142) - (xy 77.954457 120.370087) - (xy 77.977145 120.454759) - (xy 78.013715 120.59124) - (xy 78.013717 120.591246) - (xy 78.110477 120.798749) - (xy 78.233235 120.974066) - (xy 78.241802 120.9863) - (xy 78.4037 121.148198) - (xy 78.591251 121.279523) - (xy 78.798757 121.376284) - (xy 79.019913 121.435543) - (xy 79.248 121.455498) - (xy 79.476087 121.435543) - (xy 79.697243 121.376284) - (xy 79.904749 121.279523) - (xy 80.0923 121.148198) - (xy 80.254198 120.9863) - (xy 80.385523 120.798749) - (xy 80.482284 120.591243) - (xy 80.541543 120.370087) - (xy 80.561498 120.142) - (xy 80.541543 119.913913) - (xy 80.541541 119.913904) - (xy 80.541403 119.913118) - (xy 80.541442 119.912766) - (xy 80.541063 119.908433) - (xy 80.541933 119.908356) - (xy 80.54927 119.842559) - (xy 80.57639 119.802144) - (xy 80.916515 119.462019) - (xy 80.919227 119.459466) - (xy 80.965553 119.418426) - (xy 81.000704 119.367499) - (xy 81.002924 119.364482) - (xy 81.041086 119.315774) - (xy 81.045152 119.306738) - (xy 81.056353 119.286878) - (xy 81.061981 119.278726) - (xy 81.083923 119.220868) - (xy 81.085355 119.21741) - (xy 81.110753 119.160981) - (xy 81.112539 119.151231) - (xy 81.118661 119.12927) - (xy 81.122174 119.120009) - (xy 81.129631 119.058594) - (xy 81.130193 119.054896) - (xy 81.141351 118.994014) - (xy 81.137613 118.932229) - (xy 81.137501 118.928496) - (xy 81.137501 89.351525) - (xy 81.137616 89.347721) - (xy 81.137887 89.343247) - (xy 81.14135 89.285986) - (xy 81.130202 89.225158) - (xy 81.129629 89.221394) - (xy 81.122175 89.159996) - (xy 81.122173 89.159989) - (xy 81.11866 89.150725) - (xy 81.112538 89.128764) - (xy 81.110752 89.119019) - (xy 81.085368 89.06262) - (xy 81.083917 89.059116) - (xy 81.081414 89.052517) - (xy 81.061981 89.001274) - (xy 81.061975 89.001265) - (xy 81.056353 88.99312) - (xy 81.045146 88.973249) - (xy 81.041086 88.964227) - (xy 81.041084 88.964224) - (xy 81.002939 88.915535) - (xy 81.000683 88.912469) - (xy 80.985312 88.8902) - (xy 80.965553 88.861574) - (xy 80.919245 88.820548) - (xy 80.916499 88.817963) - (xy 80.322393 88.223857) - (xy 80.288367 88.161545) - (xy 80.287497 88.117606) - (xy 80.287063 88.117568) - (xy 80.287416 88.113522) - (xy 80.287404 88.11287) - (xy 80.287537 88.112107) - (xy 80.287543 88.112087) - (xy 80.307498 87.884) - (xy 80.287543 87.655913) - (xy 80.228284 87.434757) - (xy 80.131523 87.227251) - (xy 80.000198 87.0397) - (xy 79.8383 86.877802) - (xy 79.787292 86.842086) - (xy 79.650749 86.746477) - (xy 79.443246 86.649717) - (xy 79.44324 86.649715) - (xy 79.30995 86.614) - (xy 79.222087 86.590457) - (xy 78.994 86.570502) - (xy 78.765913 86.590457) - (xy 78.544759 86.649715) - (xy 78.544753 86.649717) - (xy 78.33725 86.746477) - (xy 78.149703 86.877799) - (xy 78.149697 86.877804) - (xy 77.987804 87.039697) - (xy 77.987799 87.039703) - (xy 77.856477 87.22725) - (xy 77.759717 87.434753) - (xy 77.759715 87.434759) - (xy 77.710028 87.620195) - (xy 77.700457 87.655913) - (xy 77.680502 87.884) - (xy 70.147498 87.884) - (xy 70.127543 87.655913) - (xy 70.068284 87.434757) - (xy 69.971523 87.227251) - (xy 69.840198 87.0397) - (xy 69.6783 86.877802) - (xy 69.627292 86.842086) - (xy 69.490749 86.746477) - (xy 69.283246 86.649717) - (xy 69.28324 86.649715) - (xy 69.14995 86.614) - (xy 69.062087 86.590457) - (xy 69.062085 86.590456) - (xy 69.060418 86.59001) - (xy 69.003934 86.557398) - (xy 66.266536 83.82) - (xy 67.520502 83.82) - (xy 67.540457 84.048087) - (xy 67.563145 84.132759) - (xy 67.599715 84.26924) - (xy 67.599717 84.269246) - (xy 67.696477 84.476749) - (xy 67.790002 84.610317) - (xy 67.827802 84.6643) - (xy 67.9897 84.826198) - (xy 68.177251 84.957523) - (xy 68.384757 85.054284) - (xy 68.605913 85.113543) - (xy 68.834 85.133498) - (xy 69.062087 85.113543) - (xy 69.283243 85.054284) - (xy 69.490749 84.957523) - (xy 69.6783 84.826198) - (xy 69.840198 84.6643) - (xy 69.971523 84.476749) - (xy 70.068284 84.269243) - (xy 70.127543 84.048087) - (xy 70.147498 83.82) - (xy 70.127543 83.591913) - (xy 70.127539 83.5919) - (xy 70.127403 83.591123) - (xy 70.127442 83.590769) - (xy 70.127063 83.586433) - (xy 70.127934 83.586356) - (xy 70.135269 83.520563) - (xy 70.16239 83.480144) - (xy 70.277132 83.365403) - (xy 70.339446 83.331378) - (xy 70.366228 83.328499) - (xy 77.607349 83.328499) - (xy 77.67547 83.348501) - (xy 77.721963 83.402157) - (xy 77.732067 83.472431) - (xy 77.729056 83.48711) - (xy 77.700951 83.591997) - (xy 77.681004 83.82) - (xy 77.700951 84.048002) - (xy 77.760186 84.269068) - (xy 77.760188 84.269073) - (xy 77.856913 84.476501) - (xy 77.906898 84.547888) - (xy 77.9069 84.547888) - (xy 78.595272 83.859516) - (xy 78.608835 83.945148) - (xy 78.666359 84.058045) - (xy 78.755955 84.147641) - (xy 78.868852 84.205165) - (xy 78.954482 84.218727) - (xy 78.26611 84.907098) - (xy 78.26611 84.9071) - (xy 78.337498 84.957086) - (xy 78.544926 85.053811) - (xy 78.544931 85.053813) - (xy 78.765999 85.113048) - (xy 78.765995 85.113048) - (xy 78.993999 85.132995) - (xy 79.222002 85.113048) - (xy 79.443068 85.053813) - (xy 79.443073 85.053811) - (xy 79.650497 84.957088) - (xy 79.721888 84.907099) - (xy 79.721888 84.907097) - (xy 79.033518 84.218727) - (xy 79.119148 84.205165) - (xy 79.232045 84.147641) - (xy 79.321641 84.058045) - (xy 79.379165 83.945148) - (xy 79.392727 83.859518) - (xy 80.081097 84.547888) - (xy 80.081098 84.547888) - (xy 80.131088 84.476495) - (xy 80.131091 84.47649) - (xy 80.148157 84.439891) - (xy 80.195072 84.386604) - (xy 80.263349 84.367141) - (xy 80.331309 84.387681) - (xy 80.351448 84.404042) - (xy 81.843594 85.896188) - (xy 81.87762 85.9585) - (xy 81.880499 85.985283) - (xy 81.880499 89.668478) - (xy 81.880384 89.672283) - (xy 81.87665 89.734014) - (xy 81.887798 89.794848) - (xy 81.888371 89.798611) - (xy 81.895824 89.860003) - (xy 81.895826 89.860009) - (xy 81.899339 89.869273) - (xy 81.90546 89.891231) - (xy 81.907246 89.900977) - (xy 81.907247 89.900981) - (xy 81.93263 89.957381) - (xy 81.934086 89.960896) - (xy 81.93802 89.971268) - (xy 81.952931 90.010585) - (xy 81.956018 90.018723) - (xy 81.956022 90.018732) - (xy 81.961646 90.026879) - (xy 81.972852 90.046746) - (xy 81.976915 90.055774) - (xy 82.015054 90.104457) - (xy 82.017308 90.107521) - (xy 82.045552 90.148438) - (xy 82.052447 90.158426) - (xy 82.098754 90.19945) - (xy 82.101498 90.202034) - (xy 82.313659 90.414195) - (xy 82.451415 90.551951) - (xy 82.485441 90.614263) - (xy 82.484465 90.671975) - (xy 82.479615 90.691128) - (xy 82.475436 90.707632) - (xy 82.456844 90.932) - (xy 82.471071 91.103697) - (xy 82.475437 91.156375) - (xy 82.530702 91.374612) - (xy 82.530703 91.374613) - (xy 82.621141 91.580793) - (xy 82.744275 91.769265) - (xy 82.744279 91.76927) - (xy 82.896762 91.934908) - (xy 82.913583 91.948) - (xy 83.074424 92.073189) - (xy 83.10768 92.091186) - (xy 83.158071 92.1412) - (xy 83.173423 92.210516) - (xy 83.148862 92.277129) - (xy 83.10768 92.312813) - (xy 83.074426 92.33081) - (xy 83.074424 92.330811) - (xy 82.896762 92.469091) - (xy 82.744279 92.634729) - (xy 82.744275 92.634734) - (xy 82.621141 92.823206) - (xy 82.530703 93.029386) - (xy 82.530702 93.029387) - (xy 82.475437 93.247624) - (xy 82.475436 93.24763) - (xy 82.475436 93.247632) - (xy 82.469422 93.320208) - (xy 82.456844 93.472) - (xy 82.475437 93.696375) - (xy 82.530702 93.914612) - (xy 82.530703 93.914613) - (xy 82.530704 93.914616) - (xy 82.605566 94.085286) - (xy 82.621141 94.120793) - (xy 82.744275 94.309265) - (xy 82.744279 94.30927) - (xy 82.896762 94.474908) - (xy 82.923283 94.49555) - (xy 83.074424 94.613189) - (xy 83.10768 94.631186) - (xy 83.15807 94.681196) - (xy 83.173423 94.750513) - (xy 83.148864 94.817126) - (xy 83.107683 94.852811) - (xy 83.07443 94.870807) - (xy 83.074424 94.870811) - (xy 82.896762 95.009091) - (xy 82.744279 95.174729) - (xy 82.744275 95.174734) - (xy 82.621141 95.363206) - (xy 82.530703 95.569386) - (xy 82.530702 95.569387) - (xy 82.475437 95.787624) - (xy 82.475436 95.78763) - (xy 82.475436 95.787632) - (xy 82.456844 96.012) - (xy 82.475388 96.235792) - (xy 82.475437 96.236375) - (xy 82.530702 96.454612) - (xy 82.530703 96.454613) - (xy 82.530704 96.454616) - (xy 82.605551 96.625251) - (xy 82.621141 96.660793) - (xy 82.744275 96.849265) - (xy 82.744279 96.84927) - (xy 82.896762 97.014908) - (xy 82.917902 97.031362) - (xy 83.074424 97.153189) - (xy 83.10768 97.171186) - (xy 83.158071 97.2212) - (xy 83.173423 97.290516) - (xy 83.148862 97.357129) - (xy 83.10768 97.392813) - (xy 83.074426 97.41081) - (xy 83.074424 97.410811) - (xy 82.896762 97.549091) - (xy 82.744279 97.714729) - (xy 82.744275 97.714734) - (xy 82.621141 97.903206) - (xy 82.530703 98.109386) - (xy 82.530702 98.109387) - (xy 82.475437 98.327624) - (xy 82.475436 98.32763) - (xy 82.475436 98.327632) - (xy 82.456844 98.552) - (xy 82.475388 98.775792) - (xy 82.475437 98.776375) - (xy 82.530702 98.994612) - (xy 82.530703 98.994613) - (xy 82.530704 98.994616) - (xy 82.616834 99.190975) - (xy 82.621141 99.200793) - (xy 82.744275 99.389265) - (xy 82.744279 99.38927) - (xy 82.896762 99.554908) - (xy 82.913583 99.568) - (xy 83.074424 99.693189) - (xy 83.10768 99.711186) - (xy 83.158071 99.7612) - (xy 83.173423 99.830516) - (xy 83.148862 99.897129) - (xy 83.10768 99.932813) - (xy 83.074426 99.95081) - (xy 83.074424 99.950811) - (xy 82.896762 100.089091) - (xy 82.744279 100.254729) - (xy 82.744275 100.254734) - (xy 82.621141 100.443206) - (xy 82.530703 100.649386) - (xy 82.530702 100.649387) - (xy 82.475437 100.867624) - (xy 82.475436 100.86763) - (xy 82.475436 100.867632) - (xy 82.463099 101.016514) - (xy 82.459579 101.059) - (xy 82.456844 101.092) - (xy 82.475388 101.315793) - (xy 82.475437 101.316375) - (xy 82.530702 101.534612) - (xy 82.530703 101.534613) - (xy 82.530704 101.534616) - (xy 82.605551 101.705251) - (xy 82.621141 101.740793) - (xy 82.744275 101.929265) - (xy 82.744279 101.92927) - (xy 82.896762 102.094908) - (xy 82.923283 102.11555) - (xy 83.074424 102.233189) - (xy 83.10768 102.251186) - (xy 83.158071 102.3012) - (xy 83.173423 102.370516) - (xy 83.148862 102.437129) - (xy 83.10768 102.472813) - (xy 83.074426 102.49081) - (xy 83.074424 102.490811) - (xy 82.896762 102.629091) - (xy 82.744279 102.794729) - (xy 82.744275 102.794734) - (xy 82.621141 102.983206) - (xy 82.530703 103.189386) - (xy 82.530702 103.189387) - (xy 82.475437 103.407624) - (xy 82.475436 103.40763) - (xy 82.475436 103.407632) - (xy 82.456844 103.632) - (xy 82.474657 103.846971) - (xy 82.475437 103.856375) - (xy 82.530702 104.074612) - (xy 82.530703 104.074613) - (xy 82.530704 104.074616) - (xy 82.605551 104.245251) - (xy 82.621141 104.280793) - (xy 82.744275 104.469265) - (xy 82.744279 104.46927) - (xy 82.896762 104.634908) - (xy 82.900992 104.6382) - (xy 83.074424 104.773189) - (xy 83.10768 104.791186) - (xy 83.158071 104.8412) - (xy 83.173423 104.910516) - (xy 83.148862 104.977129) - (xy 83.10768 105.012813) - (xy 83.074426 105.03081) - (xy 83.074424 105.030811) - (xy 82.896762 105.169091) - (xy 82.744279 105.334729) - (xy 82.744275 105.334734) - (xy 82.621141 105.523206) - (xy 82.530703 105.729386) - (xy 82.530702 105.729387) - (xy 82.475437 105.947624) - (xy 82.475436 105.94763) - (xy 82.475436 105.947632) - (xy 82.456844 106.172) - (xy 82.471071 106.343697) - (xy 82.475437 106.396375) - (xy 82.530702 106.614612) - (xy 82.530703 106.614613) - (xy 82.530704 106.614616) - (xy 82.563684 106.689804) - (xy 82.621141 106.820793) - (xy 82.744275 107.009265) - (xy 82.744279 107.00927) - (xy 82.896762 107.174908) - (xy 82.900992 107.1782) - (xy 83.074424 107.313189) - (xy 83.10768 107.331186) - (xy 83.158071 107.3812) - (xy 83.173423 107.450516) - (xy 83.148862 107.517129) - (xy 83.10768 107.552813) - (xy 83.074426 107.57081) - (xy 83.074424 107.570811) - (xy 82.896762 107.709091) - (xy 82.744279 107.874729) - (xy 82.744275 107.874734) - (xy 82.621141 108.063206) - (xy 82.530703 108.269386) - (xy 82.530702 108.269387) - (xy 82.475437 108.487624) - (xy 82.475436 108.48763) - (xy 82.475436 108.487632) - (xy 82.456844 108.712) - (xy 82.464971 108.81008) - (xy 82.475437 108.936375) - (xy 82.530702 109.154612) - (xy 82.530703 109.154613) - (xy 82.530704 109.154616) - (xy 82.612282 109.340596) - (xy 82.621141 109.360793) - (xy 82.744275 109.549265) - (xy 82.744279 109.54927) - (xy 82.896762 109.714908) - (xy 82.900992 109.7182) - (xy 83.074424 109.853189) - (xy 83.272426 109.960342) - (xy 83.272427 109.960342) - (xy 83.272428 109.960343) - (xy 83.348735 109.986539) - (xy 83.485365 110.033444) - (xy 83.707431 110.0705) - (xy 83.707435 110.0705) - (xy 83.932565 110.0705) - (xy 83.932569 110.0705) - (xy 84.154635 110.033444) - (xy 84.367574 109.960342) - (xy 84.565576 109.853189) - (xy 84.74324 109.714906) - (xy 84.895722 109.549268) - (xy 85.01886 109.360791) - (xy 85.109296 109.154616) - (xy 85.164564 108.936368) - (xy 85.183156 108.712) - (xy 85.164564 108.487632) - (xy 85.156338 108.45515) - (xy 85.109297 108.269387) - (xy 85.109296 108.269386) - (xy 85.109296 108.269384) - (xy 85.01886 108.063209) - (xy 85.003432 108.039595) - (xy 84.895724 107.874734) - (xy 84.89572 107.874729) - (xy 84.765532 107.733309) - (xy 84.74324 107.709094) - (xy 84.743239 107.709093) - (xy 84.743237 107.709091) - (xy 84.650923 107.63724) - (xy 84.565576 107.570811) - (xy 84.532319 107.552813) - (xy 84.481929 107.502802) - (xy 84.466576 107.433485) - (xy 84.491136 107.366872) - (xy 84.53232 107.331186) - (xy 84.565576 107.313189) - (xy 84.74324 107.174906) - (xy 84.895722 107.009268) - (xy 85.01886 106.820791) - (xy 85.109296 106.614616) - (xy 85.164564 106.396368) - (xy 85.183156 106.172) - (xy 85.164564 105.947632) - (xy 85.156413 105.915446) - (xy 85.109297 105.729387) - (xy 85.109296 105.729386) - (xy 85.109296 105.729384) - (xy 85.01886 105.523209) - (xy 84.993009 105.483641) - (xy 84.895724 105.334734) - (xy 84.89572 105.334729) - (xy 84.743237 105.169091) - (xy 84.660782 105.104914) - (xy 84.565576 105.030811) - (xy 84.532319 105.012813) - (xy 84.481929 104.962802) - (xy 84.466576 104.893485) - (xy 84.491136 104.826872) - (xy 84.53232 104.791186) - (xy 84.565576 104.773189) - (xy 84.74324 104.634906) - (xy 84.895722 104.469268) - (xy 85.01886 104.280791) - (xy 85.109296 104.074616) - (xy 85.164564 103.856368) - (xy 85.183156 103.632) - (xy 85.164564 103.407632) - (xy 85.15706 103.377999) - (xy 85.109297 103.189387) - (xy 85.109296 103.189386) - (xy 85.109296 103.189384) - (xy 85.01886 102.983209) - (xy 85.01214 102.972924) - (xy 84.895724 102.794734) - (xy 84.89572 102.794729) - (xy 84.743237 102.629091) - (xy 84.620675 102.533697) - (xy 84.565576 102.490811) - (xy 84.532319 102.472813) - (xy 84.481929 102.422802) - (xy 84.466576 102.353485) - (xy 84.491136 102.286872) - (xy 84.53232 102.251186) - (xy 84.565576 102.233189) - (xy 84.74324 102.094906) - (xy 84.895722 101.929268) - (xy 85.01886 101.740791) - (xy 85.109296 101.534616) - (xy 85.164564 101.316368) - (xy 85.183156 101.092) - (xy 85.164564 100.867632) - (xy 85.163022 100.861542) - (xy 85.109297 100.649387) - (xy 85.109296 100.649386) - (xy 85.109296 100.649384) - (xy 85.01886 100.443209) - (xy 85.004004 100.42047) - (xy 84.895724 100.254734) - (xy 84.89572 100.254729) - (xy 84.761341 100.108757) - (xy 84.74324 100.089094) - (xy 84.743239 100.089093) - (xy 84.743237 100.089091) - (xy 84.623629 99.995996) - (xy 84.565576 99.950811) - (xy 84.532319 99.932813) - (xy 84.481929 99.882802) - (xy 84.466576 99.813485) - (xy 84.491136 99.746872) - (xy 84.53232 99.711186) - (xy 84.565576 99.693189) - (xy 84.74324 99.554906) - (xy 84.895722 99.389268) - (xy 85.01886 99.200791) - (xy 85.109296 98.994616) - (xy 85.164564 98.776368) - (xy 85.183156 98.552) - (xy 85.164564 98.327632) - (xy 85.156413 98.295446) - (xy 85.109297 98.109387) - (xy 85.109296 98.109386) - (xy 85.109296 98.109384) - (xy 85.01886 97.903209) - (xy 85.01214 97.892924) - (xy 84.895724 97.714734) - (xy 84.89572 97.714729) - (xy 84.753321 97.560045) - (xy 84.74324 97.549094) - (xy 84.743239 97.549093) - (xy 84.743237 97.549091) - (xy 84.649417 97.476068) - (xy 84.565576 97.410811) - (xy 84.532319 97.392813) - (xy 84.481929 97.342802) - (xy 84.466576 97.273485) - (xy 84.491136 97.206872) - (xy 84.53232 97.171186) - (xy 84.565576 97.153189) - (xy 84.74324 97.014906) - (xy 84.895722 96.849268) - (xy 85.01886 96.660791) - (xy 85.109296 96.454616) - (xy 85.164564 96.236368) - (xy 85.183156 96.012) - (xy 85.164564 95.787632) - (xy 85.164085 95.785739) - (xy 85.109297 95.569387) - (xy 85.109296 95.569386) - (xy 85.109296 95.569384) - (xy 85.01886 95.363209) - (xy 84.983282 95.308753) - (xy 84.895724 95.174734) - (xy 84.89572 95.174729) - (xy 84.743237 95.009091) - (xy 84.61374 94.908299) - (xy 84.565576 94.870811) - (xy 84.532319 94.852813) - (xy 84.481929 94.802802) - (xy 84.466576 94.733485) - (xy 84.491136 94.666872) - (xy 84.53232 94.631186) - (xy 84.532324 94.631184) - (xy 84.565576 94.613189) - (xy 84.74324 94.474906) - (xy 84.895722 94.309268) - (xy 85.01886 94.120791) - (xy 85.109296 93.914616) - (xy 85.164564 93.696368) - (xy 85.183156 93.472) - (xy 85.164564 93.247632) - (xy 85.156338 93.21515) - (xy 85.109297 93.029387) - (xy 85.109296 93.029386) - (xy 85.109296 93.029384) - (xy 85.01886 92.823209) - (xy 85.000401 92.794956) - (xy 84.895724 92.634734) - (xy 84.89572 92.634729) - (xy 84.743237 92.469091) - (xy 84.650702 92.397068) - (xy 84.565576 92.330811) - (xy 84.561477 92.328593) - (xy 84.53232 92.312814) - (xy 84.481929 92.262802) - (xy 84.466576 92.193485) - (xy 84.491136 92.126872) - (xy 84.53232 92.091186) - (xy 84.565576 92.073189) - (xy 84.74324 91.934906) - (xy 84.895722 91.769268) - (xy 85.01886 91.580791) - (xy 85.109296 91.374616) - (xy 85.164564 91.156368) - (xy 85.183156 90.932) - (xy 85.164564 90.707632) - (xy 85.12514 90.551951) - (xy 85.109297 90.489387) - (xy 85.109296 90.489386) - (xy 85.109296 90.489384) - (xy 85.01886 90.283209) - (xy 85.0015 90.256638) - (xy 84.895724 90.094734) - (xy 84.895719 90.094729) - (xy 84.818257 90.010584) - (xy 84.752524 89.939179) - (xy 84.721103 89.875514) - (xy 84.72909 89.804968) - (xy 84.773948 89.749939) - (xy 84.801183 89.735789) - (xy 84.916204 89.692889) - (xy 84.938636 89.676097) - (xy 85.033261 89.605261) - (xy 85.120887 89.488207) - (xy 85.120887 89.488206) - (xy 85.120889 89.488204) - (xy 85.171989 89.351201) - (xy 85.172364 89.347721) - (xy 85.178499 89.290649) - (xy 85.1785 89.290632) - (xy 85.1785 87.493367) - (xy 85.178499 87.49335) - (xy 85.17199 87.432803) - (xy 85.171988 87.432795) - (xy 85.122397 87.299839) - (xy 85.120889 87.295796) - (xy 85.120888 87.295794) - (xy 85.120887 87.295792) - (xy 85.033261 87.178738) - (xy 84.916207 87.091112) - (xy 84.916202 87.09111) - (xy 84.779204 87.040011) - (xy 84.779196 87.040009) - (xy 84.718649 87.0335) - (xy 84.718638 87.0335) - (xy 83.404499 87.0335) - (xy 83.336378 87.013498) - (xy 83.289885 86.959842) - (xy 83.278499 86.9075) - (xy 83.278499 85.666593) - (xy 83.278614 85.662788) - (xy 83.278699 85.661384) - (xy 83.282349 85.601042) - (xy 83.271192 85.540163) - (xy 83.270629 85.53646) - (xy 83.263172 85.475047) - (xy 83.25966 85.465786) - (xy 83.253537 85.443822) - (xy 83.252191 85.436477) - (xy 83.251751 85.434075) - (xy 83.226366 85.377671) - (xy 83.224909 85.374155) - (xy 83.216955 85.353182) - (xy 83.202979 85.31633) - (xy 83.197353 85.308179) - (xy 83.18615 85.288317) - (xy 83.182084 85.279282) - (xy 83.143932 85.230584) - (xy 83.141684 85.227529) - (xy 83.130635 85.211522) - (xy 83.106551 85.17663) - (xy 83.060243 85.135604) - (xy 83.057497 85.133019) - (xy 80.075976 82.151498) - (xy 80.073392 82.148754) - (xy 80.032368 82.102447) - (xy 80.02238 82.095552) - (xy 79.981463 82.067308) - (xy 79.978399 82.065054) - (xy 79.929716 82.026915) - (xy 79.920688 82.022852) - (xy 79.900821 82.011646) - (xy 79.892674 82.006022) - (xy 79.892669 82.006019) - (xy 79.892668 82.006019) - (xy 79.881773 82.001887) - (xy 79.834838 81.984086) - (xy 79.831323 81.98263) - (xy 79.774923 81.957247) - (xy 79.774919 81.957246) - (xy 79.765173 81.95546) - (xy 79.743215 81.949339) - (xy 79.733951 81.945826) - (xy 79.733945 81.945824) - (xy 79.683093 81.93965) - (xy 79.672544 81.938369) - (xy 79.66879 81.937798) - (xy 79.607957 81.92665) - (xy 79.607956 81.92665) - (xy 79.546222 81.930384) - (xy 79.542421 81.930499) - (xy 70.047537 81.930499) - (xy 70.043735 81.930384) - (xy 69.981986 81.926649) - (xy 69.921144 81.937797) - (xy 69.917383 81.93837) - (xy 69.855992 81.945825) - (xy 69.84672 81.949341) - (xy 69.824775 81.955458) - (xy 69.815022 81.957246) - (xy 69.81502 81.957246) - (xy 69.758609 81.982633) - (xy 69.755095 81.984089) - (xy 69.697273 82.006019) - (xy 69.697272 82.006019) - (xy 69.689118 82.011648) - (xy 69.669262 82.022847) - (xy 69.660227 82.026913) - (xy 69.660223 82.026916) - (xy 69.61154 82.065055) - (xy 69.608477 82.067309) - (xy 69.557572 82.102447) - (xy 69.516556 82.148744) - (xy 69.513948 82.151515) - (xy 69.173856 82.491606) - (xy 69.111544 82.525632) - (xy 69.067604 82.526504) - (xy 69.067567 82.526937) - (xy 69.063543 82.526584) - (xy 69.062888 82.526598) - (xy 69.062095 82.526458) - (xy 69.062088 82.526457) - (xy 69.062087 82.526457) - (xy 68.834 82.506502) - (xy 68.605913 82.526457) - (xy 68.384759 82.585715) - (xy 68.384753 82.585717) - (xy 68.17725 82.682477) - (xy 67.989703 82.813799) - (xy 67.989697 82.813804) - (xy 67.827804 82.975697) - (xy 67.827799 82.975703) - (xy 67.696477 83.16325) - (xy 67.599717 83.370753) - (xy 67.599715 83.370759) - (xy 67.556712 83.531248) - (xy 67.540457 83.591913) - (xy 67.520502 83.82) - (xy 66.266536 83.82) - (xy 65.658305 83.211769) - (xy 65.624279 83.149457) - (xy 65.6214 83.122674) - (xy 65.6214 79.502) - (xy 72.346502 79.502) - (xy 72.366457 79.730087) - (xy 72.395452 79.838296) - (xy 72.425715 79.95124) - (xy 72.425717 79.951246) - (xy 72.522477 80.158749) - (xy 72.64446 80.332959) - (xy 72.653802 80.3463) - (xy 72.8157 80.508198) - (xy 73.003251 80.639523) - (xy 73.210757 80.736284) - (xy 73.431913 80.795543) - (xy 73.66 80.815498) - (xy 73.888087 80.795543) - (xy 74.109243 80.736284) - (xy 74.316749 80.639523) - (xy 74.5043 80.508198) - (xy 74.666198 80.3463) - (xy 74.668505 80.343004) - (xy 74.723961 80.298673) - (xy 74.79458 80.291361) - (xy 74.857942 80.323389) - (xy 74.893929 80.384588) - (xy 74.897 80.401802) - (xy 74.898009 80.411196) - (xy 74.898011 80.411204) - (xy 74.94911 80.548202) - (xy 74.949112 80.548207) - (xy 75.036738 80.665261) - (xy 75.153792 80.752887) - (xy 75.153794 80.752888) - (xy 75.153796 80.752889) - (xy 75.195656 80.768502) - (xy 75.290795 80.803988) - (xy 75.290803 80.80399) - (xy 75.35135 80.810499) - (xy 75.351355 80.810499) - (xy 75.351362 80.8105) - (xy 75.351368 80.8105) - (xy 77.048632 80.8105) - (xy 77.048638 80.8105) - (xy 77.048645 80.810499) - (xy 77.048649 80.810499) - (xy 77.109196 80.80399) - (xy 77.109199 80.803989) - (xy 77.109201 80.803989) - (xy 77.246204 80.752889) - (xy 77.261023 80.741796) - (xy 77.363261 80.665261) - (xy 77.450887 80.548207) - (xy 77.450887 80.548206) - (xy 77.450889 80.548204) - (xy 77.501989 80.411201) - (xy 77.503 80.401802) - (xy 77.508499 80.350649) - (xy 77.5085 80.350632) - (xy 77.5085 79.502) - (xy 82.506502 79.502) - (xy 82.526457 79.730087) - (xy 82.555452 79.838296) - (xy 82.585715 79.95124) - (xy 82.585717 79.951246) - (xy 82.682477 80.158749) - (xy 82.80446 80.332959) - (xy 82.813802 80.3463) - (xy 82.9757 80.508198) - (xy 83.163251 80.639523) - (xy 83.370757 80.736284) - (xy 83.591913 80.795543) - (xy 83.82 80.815498) - (xy 84.048087 80.795543) - (xy 84.269243 80.736284) - (xy 84.476749 80.639523) - (xy 84.6643 80.508198) - (xy 84.826198 80.3463) - (xy 84.957523 80.158749) - (xy 85.054284 79.951243) - (xy 85.113543 79.730087) - (xy 85.133498 79.502) - (xy 85.113543 79.273913) - (xy 85.054284 79.052757) - (xy 84.957523 78.845251) - (xy 84.826198 78.6577) - (xy 84.6643 78.495802) - (xy 84.650301 78.486) - (xy 84.476749 78.364477) - (xy 84.269246 78.267717) - (xy 84.26924 78.267715) - (xy 84.175771 78.24267) - (xy 84.048087 78.208457) - (xy 83.82 78.188502) - (xy 83.591913 78.208457) - (xy 83.370759 78.267715) - (xy 83.370753 78.267717) - (xy 83.16325 78.364477) - (xy 82.975703 78.495799) - (xy 82.975697 78.495804) - (xy 82.813804 78.657697) - (xy 82.813799 78.657703) - (xy 82.682477 78.84525) - (xy 82.585717 79.052753) - (xy 82.585715 79.052759) - (xy 82.555596 79.165165) - (xy 82.526457 79.273913) - (xy 82.506502 79.502) - (xy 77.5085 79.502) - (xy 77.5085 78.653367) - (xy 77.508499 78.65335) - (xy 77.50199 78.592803) - (xy 77.501988 78.592795) - (xy 77.465811 78.495804) - (xy 77.450889 78.455796) - (xy 77.450888 78.455794) - (xy 77.450887 78.455792) - (xy 77.363261 78.338738) - (xy 77.246207 78.251112) - (xy 77.246202 78.25111) - (xy 77.109204 78.200011) - (xy 77.109196 78.200009) - (xy 77.048649 78.1935) - (xy 77.048638 78.1935) - (xy 75.351362 78.1935) - (xy 75.35135 78.1935) - (xy 75.290803 78.200009) - (xy 75.290795 78.200011) - (xy 75.153797 78.25111) - (xy 75.153792 78.251112) - (xy 75.036738 78.338738) - (xy 74.949112 78.455792) - (xy 74.94911 78.455797) - (xy 74.898011 78.592795) - (xy 74.898009 78.592803) - (xy 74.897 78.602197) - (xy 74.869831 78.66779) - (xy 74.811513 78.708281) - (xy 74.740562 78.710815) - (xy 74.679504 78.674588) - (xy 74.66851 78.661001) - (xy 74.666203 78.657706) - (xy 74.666195 78.657697) - (xy 74.504302 78.495804) - (xy 74.504296 78.495799) - (xy 74.316749 78.364477) - (xy 74.109246 78.267717) - (xy 74.10924 78.267715) - (xy 74.015771 78.24267) - (xy 73.888087 78.208457) - (xy 73.66 78.188502) - (xy 73.431913 78.208457) - (xy 73.210759 78.267715) - (xy 73.210753 78.267717) - (xy 73.00325 78.364477) - (xy 72.815703 78.495799) - (xy 72.815697 78.495804) - (xy 72.653804 78.657697) - (xy 72.653799 78.657703) - (xy 72.522477 78.84525) - (xy 72.425717 79.052753) - (xy 72.425715 79.052759) - (xy 72.395596 79.165165) - (xy 72.366457 79.273913) - (xy 72.346502 79.502) - (xy 65.6214 79.502) - (xy 65.6214 77.234902) - (xy 65.627498 77.201627) - (xy 65.626351 77.201345) - (xy 65.62817 77.19396) - (xy 65.628174 77.193951) - (xy 65.635629 77.132549) - (xy 65.636199 77.128806) - (xy 65.639508 77.110749) - (xy 65.647351 77.067955) - (xy 65.643615 77.006206) - (xy 65.643501 77.002403) - (xy 65.643501 75.905595) - (xy 65.643616 75.90179) - (xy 65.644496 75.88724) - (xy 65.647351 75.840045) - (xy 65.636196 75.779177) - (xy 65.635629 75.775454) - (xy 65.628174 75.714049) - (xy 65.628173 75.714047) - (xy 65.628173 75.714043) - (xy 65.626351 75.706651) - (xy 65.627496 75.706368) - (xy 65.6214 75.673097) - (xy 65.6214 75.508729) - (xy 65.641402 75.440608) - (xy 65.643504 75.438) - (xy 69.806502 75.438) - (xy 69.826457 75.666087) - (xy 69.855755 75.775429) - (xy 69.885715 75.88724) - (xy 69.885717 75.887246) - (xy 69.982477 76.094749) - (xy 70.062077 76.20843) - (xy 70.113802 76.2823) - (xy 70.2757 76.444198) - (xy 70.463251 76.575523) - (xy 70.670757 76.672284) - (xy 70.891913 76.731543) - (xy 71.12 76.751498) - (xy 71.348087 76.731543) - (xy 71.569243 76.672284) - (xy 71.776749 76.575523) - (xy 71.9643 76.444198) - (xy 72.126198 76.2823) - (xy 72.257523 76.094749) - (xy 72.326886 75.945999) - (xy 74.633004 75.945999) - (xy 74.652951 76.174002) - (xy 74.712186 76.395068) - (xy 74.712188 76.395073) - (xy 74.808913 76.602501) - (xy 74.858899 76.673888) - (xy 75.547272 75.985516) - (xy 75.560835 76.071148) - (xy 75.618359 76.184045) - (xy 75.707955 76.273641) - (xy 75.820852 76.331165) - (xy 75.906482 76.344727) - (xy 75.21811 77.033098) - (xy 75.21811 77.0331) - (xy 75.289498 77.083086) - (xy 75.496926 77.179811) - (xy 75.496931 77.179813) - (xy 75.717999 77.239048) - (xy 75.717995 77.239048) - (xy 75.945999 77.258995) - (xy 76.174002 77.239048) - (xy 76.395068 77.179813) - (xy 76.395073 77.179811) - (xy 76.602497 77.083088) - (xy 76.673888 77.033099) - (xy 76.673888 77.033097) - (xy 75.985518 76.344727) - (xy 76.071148 76.331165) - (xy 76.184045 76.273641) - (xy 76.273641 76.184045) - (xy 76.331165 76.071148) - (xy 76.344727 75.985518) - (xy 77.033097 76.673888) - (xy 77.033099 76.673888) - (xy 77.083088 76.602497) - (xy 77.179811 76.395073) - (xy 77.179813 76.395068) - (xy 77.239048 76.174002) - (xy 77.258995 75.946) - (xy 78.442502 75.946) - (xy 78.462457 76.174087) - (xy 78.488769 76.272285) - (xy 78.521715 76.39524) - (xy 78.521717 76.395246) - (xy 78.618477 76.602749) - (xy 78.74831 76.78817) - (xy 78.749802 76.7903) - (xy 78.9117 76.952198) - (xy 79.099251 77.083523) - (xy 79.306757 77.180284) - (xy 79.527913 77.239543) - (xy 79.756 77.259498) - (xy 79.984087 77.239543) - (xy 80.205243 77.180284) - (xy 80.412749 77.083523) - (xy 80.6003 76.952198) - (xy 80.762198 76.7903) - (xy 80.893523 76.602749) - (xy 80.990284 76.395243) - (xy 81.049543 76.174087) - (xy 81.069498 75.946) - (xy 82.252502 75.946) - (xy 82.272457 76.174087) - (xy 82.298769 76.272285) - (xy 82.331715 76.39524) - (xy 82.331717 76.395246) - (xy 82.428477 76.602749) - (xy 82.55831 76.78817) - (xy 82.559802 76.7903) - (xy 82.7217 76.952198) - (xy 82.909251 77.083523) - (xy 83.116757 77.180284) - (xy 83.337913 77.239543) - (xy 83.566 77.259498) - (xy 83.794087 77.239543) - (xy 84.015243 77.180284) - (xy 84.222749 77.083523) - (xy 84.4103 76.952198) - (xy 84.572198 76.7903) - (xy 84.703523 76.602749) - (xy 84.800284 76.395243) - (xy 84.859543 76.174087) - (xy 84.879498 75.946) - (xy 84.859543 75.717913) - (xy 84.800284 75.496757) - (xy 84.703523 75.289251) - (xy 84.572198 75.1017) - (xy 84.4103 74.939802) - (xy 84.398946 74.931852) - (xy 84.222749 74.808477) - (xy 84.015246 74.711717) - (xy 84.01524 74.711715) - (xy 83.88195 74.676) - (xy 83.794087 74.652457) - (xy 83.566 74.632502) - (xy 83.337913 74.652457) - (xy 83.116759 74.711715) - (xy 83.116753 74.711717) - (xy 82.90925 74.808477) - (xy 82.721703 74.939799) - (xy 82.721697 74.939804) - (xy 82.559804 75.101697) - (xy 82.559799 75.101703) - (xy 82.428477 75.28925) - (xy 82.331717 75.496753) - (xy 82.331715 75.496759) - (xy 82.27555 75.706368) - (xy 82.272457 75.717913) - (xy 82.252502 75.946) - (xy 81.069498 75.946) - (xy 81.049543 75.717913) - (xy 80.990284 75.496757) - (xy 80.893523 75.289251) - (xy 80.762198 75.1017) - (xy 80.6003 74.939802) - (xy 80.588946 74.931852) - (xy 80.412749 74.808477) - (xy 80.205246 74.711717) - (xy 80.20524 74.711715) - (xy 80.07195 74.676) - (xy 79.984087 74.652457) - (xy 79.756 74.632502) - (xy 79.527913 74.652457) - (xy 79.306759 74.711715) - (xy 79.306753 74.711717) - (xy 79.09925 74.808477) - (xy 78.911703 74.939799) - (xy 78.911697 74.939804) - (xy 78.749804 75.101697) - (xy 78.749799 75.101703) - (xy 78.618477 75.28925) - (xy 78.521717 75.496753) - (xy 78.521715 75.496759) - (xy 78.46555 75.706368) - (xy 78.462457 75.717913) - (xy 78.442502 75.946) - (xy 77.258995 75.946) - (xy 77.258995 75.945999) - (xy 77.239048 75.717997) - (xy 77.179813 75.496931) - (xy 77.179811 75.496926) - (xy 77.083086 75.289498) - (xy 77.0331 75.21811) - (xy 77.033098 75.21811) - (xy 76.344727 75.906481) - (xy 76.331165 75.820852) - (xy 76.273641 75.707955) - (xy 76.184045 75.618359) - (xy 76.071148 75.560835) - (xy 75.985517 75.547272) - (xy 76.673888 74.858899) - (xy 76.673888 74.858898) - (xy 76.602501 74.808913) - (xy 76.395073 74.712188) - (xy 76.395068 74.712186) - (xy 76.174 74.652951) - (xy 76.174004 74.652951) - (xy 75.945999 74.633004) - (xy 75.717997 74.652951) - (xy 75.496931 74.712186) - (xy 75.496926 74.712188) - (xy 75.2895 74.808913) - (xy 75.218109 74.8589) - (xy 75.906481 75.547272) - (xy 75.820852 75.560835) - (xy 75.707955 75.618359) - (xy 75.618359 75.707955) - (xy 75.560835 75.820852) - (xy 75.547272 75.906481) - (xy 74.8589 75.218109) - (xy 74.808913 75.2895) - (xy 74.712188 75.496926) - (xy 74.712186 75.496931) - (xy 74.652951 75.717997) - (xy 74.633004 75.945999) - (xy 72.326886 75.945999) - (xy 72.354284 75.887243) - (xy 72.413543 75.666087) - (xy 72.433498 75.438) - (xy 72.413543 75.209913) - (xy 72.354284 74.988757) - (xy 72.257523 74.781251) - (xy 72.126198 74.5937) - (xy 71.9643 74.431802) - (xy 71.964296 74.431799) - (xy 71.776746 74.300474) - (xy 71.771985 74.297726) - (xy 71.773122 74.295754) - (xy 71.727154 74.255287) - (xy 71.707687 74.187011) - (xy 71.728223 74.119049) - (xy 71.773083 74.080177) - (xy 71.771985 74.078274) - (xy 71.776746 74.075525) - (xy 71.811501 74.051189) - (xy 71.9643 73.944198) - (xy 72.126198 73.7823) - (xy 72.257523 73.594749) - (xy 72.354284 73.387243) - (xy 72.413543 73.166087) - (xy 72.433498 72.938) - (xy 72.413543 72.709913) - (xy 72.354284 72.488757) - (xy 72.257523 72.281251) - (xy 72.126198 72.0937) - (xy 71.9643 71.931802) - (xy 71.926798 71.905543) - (xy 71.776749 71.800477) - (xy 71.569246 71.703717) - (xy 71.56924 71.703715) - (xy 71.453502 71.672703) - (xy 71.348087 71.644457) - (xy 71.12 71.624502) - (xy 70.891913 71.644457) - (xy 70.670759 71.703715) - (xy 70.670753 71.703717) - (xy 70.46325 71.800477) - (xy 70.275703 71.931799) - (xy 70.275697 71.931804) - (xy 70.113804 72.093697) - (xy 70.113799 72.093703) - (xy 69.982477 72.28125) - (xy 69.885717 72.488753) - (xy 69.885715 72.488759) - (xy 69.826457 72.709913) - (xy 69.806502 72.938) - (xy 69.826457 73.166086) - (xy 69.885715 73.38724) - (xy 69.885717 73.387246) - (xy 69.982477 73.594749) - (xy 70.105569 73.770543) - (xy 70.113802 73.7823) - (xy 70.2757 73.944198) - (xy 70.275703 73.9442) - (xy 70.463253 74.075525) - (xy 70.468015 74.078274) - (xy 70.466872 74.080252) - (xy 70.512823 74.120676) - (xy 70.532312 74.188946) - (xy 70.511799 74.256914) - (xy 70.466928 74.295844) - (xy 70.468015 74.297726) - (xy 70.463253 74.300474) - (xy 70.275703 74.431799) - (xy 70.275697 74.431804) - (xy 70.113804 74.593697) - (xy 70.113799 74.593703) - (xy 69.982477 74.78125) - (xy 69.885717 74.988753) - (xy 69.885715 74.988759) - (xy 69.84502 75.140635) - (xy 69.826457 75.209913) - (xy 69.806502 75.438) - (xy 65.643504 75.438) - (xy 65.658305 75.419634) - (xy 66.258984 74.818955) - (xy 68.086436 72.991502) - (xy 68.089148 72.988949) - (xy 68.135474 72.947909) - (xy 68.170625 72.896982) - (xy 68.172845 72.893965) - (xy 68.211007 72.845257) - (xy 68.215073 72.836221) - (xy 68.226274 72.816361) - (xy 68.231902 72.808209) - (xy 68.253844 72.750351) - (xy 68.255284 72.746877) - (xy 68.25609 72.745086) - (xy 68.280674 72.690464) - (xy 68.282458 72.680721) - (xy 68.288584 72.658747) - (xy 68.292095 72.649492) - (xy 68.299552 72.588072) - (xy 68.300116 72.584364) - (xy 68.311271 72.523497) - (xy 68.307536 72.461758) - (xy 68.307422 72.457956) - (xy 68.307422 68.362649) - (xy 69.0705 68.362649) - (xy 69.077009 68.423196) - (xy 69.077011 68.423204) - (xy 69.12811 68.560202) - (xy 69.128112 68.560207) - (xy 69.215738 68.677261) - (xy 69.332792 68.764887) - (xy 69.332794 68.764888) - (xy 69.332796 68.764889) - (xy 69.362476 68.775959) - (xy 69.469795 68.815988) - (xy 69.469803 68.81599) - (xy 69.53035 68.822499) - (xy 69.530355 68.822499) - (xy 69.530362 68.8225) - (xy 69.530368 68.8225) - (xy 70.677632 68.8225) - (xy 70.677638 68.8225) - (xy 70.677645 68.822499) - (xy 70.677649 68.822499) - (xy 70.738196 68.81599) - (xy 70.738197 68.815989) - (xy 70.738201 68.815989) - (xy 70.875204 68.764889) - (xy 70.875207 68.764886) - (xy 70.875209 68.764886) - (xy 70.88311 68.760572) - (xy 70.884702 68.763488) - (xy 70.936007 68.744344) - (xy 70.981591 68.749446) - (xy 71.12 68.79143) - (xy 71.12 68.475395) - (xy 71.127945 68.43136) - (xy 71.130989 68.423201) - (xy 71.132154 68.412371) - (xy 71.137499 68.362649) - (xy 71.1375 68.362632) - (xy 71.1375 67.855124) - (xy 71.193052 67.898363) - (xy 71.311424 67.939) - (xy 71.405073 67.939) - (xy 71.497446 67.923586) - (xy 71.607514 67.864019) - (xy 71.612367 67.858746) - (xy 71.625452 67.991596) - (xy 71.625577 67.992221) - (xy 71.628 68.016811) - (xy 71.628 68.79143) - (xy 71.771225 68.747984) - (xy 71.949073 68.652923) - (xy 72.018579 68.638451) - (xy 72.067865 68.652923) - (xy 72.246583 68.74845) - (xy 72.441399 68.807546) - (xy 72.441403 68.807546) - (xy 72.441405 68.807547) - (xy 72.643997 68.827501) - (xy 72.644 68.827501) - (xy 72.644003 68.827501) - (xy 72.846594 68.807547) - (xy 72.846595 68.807546) - (xy 72.846601 68.807546) - (xy 73.041417 68.74845) - (xy 73.22096 68.652482) - (xy 73.378331 68.523331) - (xy 73.507482 68.36596) - (xy 73.60345 68.186417) - (xy 73.662546 67.991601) - (xy 73.667676 67.939522) - (xy 73.677499 67.839781) - (xy 73.6775 67.839775) - (xy 73.6775 67.288225) - (xy 73.667727 67.189) - (xy 73.662547 67.136405) - (xy 73.662546 67.136403) - (xy 73.662546 67.136399) - (xy 73.60345 66.941583) - (xy 73.507482 66.76204) - (xy 73.378331 66.604669) - (xy 73.22096 66.475518) - (xy 73.041417 66.37955) - (xy 72.846601 66.320454) - (xy 72.8466 66.320453) - (xy 72.846594 66.320452) - (xy 72.644003 66.300499) - (xy 72.643997 66.300499) - (xy 72.441405 66.320452) - (xy 72.246582 66.37955) - (xy 72.067865 66.475076) - (xy 71.998359 66.489548) - (xy 71.949073 66.475076) - (xy 71.771226 66.380015) - (xy 71.628 66.336568) - (xy 71.628 67.111188) - (xy 71.625579 67.135771) - (xy 71.625452 67.136406) - (xy 71.611903 67.273967) - (xy 71.554948 67.229637) - (xy 71.436576 67.189) - (xy 71.342927 67.189) - (xy 71.250554 67.204414) - (xy 71.140486 67.263981) - (xy 71.1375 67.267224) - (xy 71.1375 66.765367) - (xy 71.137499 66.76535) - (xy 71.13099 66.704804) - (xy 71.130989 66.704801) - (xy 71.130989 66.704799) - (xy 71.127943 66.696632) - (xy 71.12 66.652603) - (xy 71.12 66.336568) - (xy 70.981592 66.378553) - (xy 70.910599 66.379186) - (xy 70.883911 66.365978) - (xy 70.883118 66.367432) - (xy 70.875202 66.36311) - (xy 70.738204 66.312011) - (xy 70.738196 66.312009) - (xy 70.677649 66.3055) - (xy 70.677638 66.3055) - (xy 69.530362 66.3055) - (xy 69.53035 66.3055) - (xy 69.469803 66.312009) - (xy 69.469795 66.312011) - (xy 69.332797 66.36311) - (xy 69.332792 66.363112) - (xy 69.215738 66.450738) - (xy 69.128112 66.567792) - (xy 69.12811 66.567797) - (xy 69.077011 66.704795) - (xy 69.077009 66.704803) - (xy 69.0705 66.76535) - (xy 69.0705 68.362649) - (xy 68.307422 68.362649) - (xy 68.307422 65.786) - (xy 74.632502 65.786) - (xy 74.652457 66.014087) - (xy 74.674802 66.097479) - (xy 74.711715 66.23524) - (xy 74.711717 66.235246) - (xy 74.808477 66.442749) - (xy 74.910436 66.588362) - (xy 74.939802 66.6303) - (xy 75.1017 66.792198) - (xy 75.289251 66.923523) - (xy 75.496757 67.020284) - (xy 75.717913 67.079543) - (xy 75.946 67.099498) - (xy 76.174087 67.079543) - (xy 76.395243 67.020284) - (xy 76.602749 66.923523) - (xy 76.7903 66.792198) - (xy 76.952198 66.6303) - (xy 77.083523 66.442749) - (xy 77.180284 66.235243) - (xy 77.239543 66.014087) - (xy 77.259498 65.786) - (xy 78.442502 65.786) - (xy 78.462457 66.014087) - (xy 78.484802 66.097479) - (xy 78.521715 66.23524) - (xy 78.521717 66.235246) - (xy 78.618477 66.442749) - (xy 78.720436 66.588362) - (xy 78.749802 66.6303) - (xy 78.9117 66.792198) - (xy 79.099251 66.923523) - (xy 79.306757 67.020284) - (xy 79.527913 67.079543) - (xy 79.756 67.099498) - (xy 79.984087 67.079543) - (xy 80.205243 67.020284) - (xy 80.412749 66.923523) - (xy 80.6003 66.792198) - (xy 80.762198 66.6303) - (xy 80.893523 66.442749) - (xy 80.990284 66.235243) - (xy 81.049543 66.014087) - (xy 81.069498 65.786) - (xy 82.252502 65.786) - (xy 82.272457 66.014087) - (xy 82.294802 66.097479) - (xy 82.331715 66.23524) - (xy 82.331717 66.235246) - (xy 82.428477 66.442749) - (xy 82.530436 66.588362) - (xy 82.559802 66.6303) - (xy 82.7217 66.792198) - (xy 82.909251 66.923523) - (xy 83.116757 67.020284) - (xy 83.337913 67.079543) - (xy 83.566 67.099498) - (xy 83.794087 67.079543) - (xy 84.015243 67.020284) - (xy 84.222749 66.923523) - (xy 84.4103 66.792198) - (xy 84.572198 66.6303) - (xy 84.703523 66.442749) - (xy 84.800284 66.235243) - (xy 84.859543 66.014087) - (xy 84.879498 65.786) - (xy 84.859543 65.557913) - (xy 84.800284 65.336757) - (xy 84.703523 65.129251) - (xy 84.572198 64.9417) - (xy 84.4103 64.779802) - (xy 84.222749 64.648477) - (xy 84.03193 64.559497) - (xy 84.015246 64.551717) - (xy 84.01524 64.551715) - (xy 83.921771 64.52667) - (xy 83.794087 64.492457) - (xy 83.566 64.472502) - (xy 83.337913 64.492457) - (xy 83.116759 64.551715) - (xy 83.116753 64.551717) - (xy 82.90925 64.648477) - (xy 82.721703 64.779799) - (xy 82.721697 64.779804) - (xy 82.559804 64.941697) - (xy 82.559799 64.941703) - (xy 82.428477 65.12925) - (xy 82.331717 65.336753) - (xy 82.331715 65.336759) - (xy 82.283554 65.5165) - (xy 82.272457 65.557913) - (xy 82.252502 65.786) - (xy 81.069498 65.786) - (xy 81.049543 65.557913) - (xy 80.990284 65.336757) - (xy 80.893523 65.129251) - (xy 80.762198 64.9417) - (xy 80.6003 64.779802) - (xy 80.412749 64.648477) - (xy 80.22193 64.559497) - (xy 80.205246 64.551717) - (xy 80.20524 64.551715) - (xy 80.111771 64.52667) - (xy 79.984087 64.492457) - (xy 79.756 64.472502) - (xy 79.527913 64.492457) - (xy 79.306759 64.551715) - (xy 79.306753 64.551717) - (xy 79.09925 64.648477) - (xy 78.911703 64.779799) - (xy 78.911697 64.779804) - (xy 78.749804 64.941697) - (xy 78.749799 64.941703) - (xy 78.618477 65.12925) - (xy 78.521717 65.336753) - (xy 78.521715 65.336759) - (xy 78.473554 65.5165) - (xy 78.462457 65.557913) - (xy 78.442502 65.786) - (xy 77.259498 65.786) - (xy 77.239543 65.557913) - (xy 77.180284 65.336757) - (xy 77.083523 65.129251) - (xy 76.952198 64.9417) - (xy 76.7903 64.779802) - (xy 76.602749 64.648477) - (xy 76.41193 64.559497) - (xy 76.395246 64.551717) - (xy 76.39524 64.551715) - (xy 76.301771 64.52667) - (xy 76.174087 64.492457) - (xy 75.946 64.472502) - (xy 75.717913 64.492457) - (xy 75.496759 64.551715) - (xy 75.496753 64.551717) - (xy 75.28925 64.648477) - (xy 75.101703 64.779799) - (xy 75.101697 64.779804) - (xy 74.939804 64.941697) - (xy 74.939799 64.941703) - (xy 74.808477 65.12925) - (xy 74.711717 65.336753) - (xy 74.711715 65.336759) - (xy 74.663554 65.5165) - (xy 74.652457 65.557913) - (xy 74.632502 65.786) - (xy 68.307422 65.786) - (xy 68.307422 63.761561) - (xy 68.327424 63.69344) - (xy 68.38108 63.646947) - (xy 68.451354 63.636843) - (xy 68.486671 63.647365) - (xy 68.638757 63.718284) - (xy 68.859913 63.777543) - (xy 69.088 63.797498) - (xy 69.316087 63.777543) - (xy 69.537243 63.718284) - (xy 69.744749 63.621523) - (xy 69.9323 63.490198) - (xy 70.094198 63.3283) - (xy 70.225523 63.140749) - (xy 70.322284 62.933243) - (xy 70.381543 62.712087) - (xy 70.401498 62.484) - (xy 77.934502 62.484) - (xy 77.954457 62.712087) - (xy 78.013716 62.933243) - (xy 78.110477 63.140749) - (xy 78.241802 63.3283) - (xy 78.4037 63.490198) - (xy 78.591251 63.621523) - (xy 78.798757 63.718284) - (xy 79.019913 63.777543) - (xy 79.248 63.797498) - (xy 79.476087 63.777543) - (xy 79.697243 63.718284) - (xy 79.904749 63.621523) - (xy 80.0923 63.490198) - (xy 80.254198 63.3283) - (xy 80.385523 63.140749) - (xy 80.482284 62.933243) - (xy 80.541543 62.712087) - (xy 80.561498 62.484) - (xy 80.541543 62.255913) - (xy 80.482284 62.034757) - (xy 80.385523 61.827251) - (xy 80.254198 61.6397) - (xy 80.0923 61.477802) - (xy 79.904749 61.346477) - (xy 79.811621 61.303051) - (xy 79.697246 61.249717) - (xy 79.69724 61.249715) - (xy 79.58089 61.218539) - (xy 79.476087 61.190457) - (xy 79.248 61.170502) - (xy 79.019913 61.190457) - (xy 78.798759 61.249715) - (xy 78.798753 61.249717) - (xy 78.59125 61.346477) - (xy 78.403703 61.477799) - (xy 78.403697 61.477804) - (xy 78.241804 61.639697) - (xy 78.241799 61.639703) - (xy 78.110477 61.82725) - (xy 78.013717 62.034753) - (xy 78.013715 62.034759) - (xy 77.958775 62.239799) - (xy 77.954457 62.255913) - (xy 77.934502 62.484) - (xy 70.401498 62.484) - (xy 70.381543 62.255913) - (xy 70.322284 62.034757) - (xy 70.225523 61.827251) - (xy 70.094198 61.6397) - (xy 69.9323 61.477802) - (xy 69.744749 61.346477) - (xy 69.651621 61.303051) - (xy 69.537246 61.249717) - (xy 69.53724 61.249715) - (xy 69.42089 61.218539) - (xy 69.316087 61.190457) - (xy 69.088 61.170502) - (xy 68.859913 61.190457) - (xy 68.638759 61.249715) - (xy 68.638748 61.249719) - (xy 68.486671 61.320633) - (xy 68.416479 61.331294) - (xy 68.351667 61.302313) - (xy 68.312811 61.242893) - (xy 68.307422 61.206438) - (xy 68.307422 60.264781) - (xy 68.327424 60.19666) - (xy 68.38108 60.150167) - (xy 68.451354 60.140063) - (xy 68.48667 60.150585) - (xy 68.511757 60.162284) - (xy 68.732913 60.221543) - (xy 68.961 60.241498) - (xy 69.189087 60.221543) - (xy 69.410243 60.162284) - (xy 69.617749 60.065523) - (xy 69.8053 59.934198) - (xy 69.967198 59.7723) - (xy 70.098523 59.584749) - (xy 70.195284 59.377243) - (xy 70.254543 59.156087) - (xy 70.274498 58.928) - (xy 77.808004 58.928) - (xy 77.827951 59.156002) - (xy 77.887186 59.377068) - (xy 77.887188 59.377073) - (xy 77.983913 59.584501) - (xy 78.033899 59.655888) - (xy 78.722272 58.967516) - (xy 78.735835 59.053148) - (xy 78.793359 59.166045) - (xy 78.882955 59.255641) - (xy 78.995852 59.313165) - (xy 79.081482 59.326727) - (xy 78.39311 60.015098) - (xy 78.39311 60.0151) - (xy 78.464498 60.065086) - (xy 78.671926 60.161811) - (xy 78.671931 60.161813) - (xy 78.892999 60.221048) - (xy 78.892995 60.221048) - (xy 79.121 60.240995) - (xy 79.349002 60.221048) - (xy 79.570068 60.161813) - (xy 79.570073 60.161811) - (xy 79.777497 60.065088) - (xy 79.848888 60.015099) - (xy 79.848888 60.015097) - (xy 79.160518 59.326727) - (xy 79.246148 59.313165) - (xy 79.359045 59.255641) - (xy 79.448641 59.166045) - (xy 79.506165 59.053148) - (xy 79.519727 58.967518) - (xy 80.208097 59.655888) - (xy 80.208099 59.655888) - (xy 80.258088 59.584497) - (xy 80.354811 59.377073) - (xy 80.354813 59.377068) - (xy 80.414048 59.156002) - (xy 80.433995 58.928) - (xy 80.414048 58.699997) - (xy 80.354813 58.478931) - (xy 80.354811 58.478926) - (xy 80.258086 58.271498) - (xy 80.2081 58.20011) - (xy 80.208098 58.20011) - (xy 79.519727 58.888481) - (xy 79.506165 58.802852) - (xy 79.448641 58.689955) - (xy 79.359045 58.600359) - (xy 79.246148 58.542835) - (xy 79.160517 58.529272) - (xy 79.848888 57.840899) - (xy 79.848888 57.840898) - (xy 79.777501 57.790913) - (xy 79.570073 57.694188) - (xy 79.570068 57.694186) - (xy 79.349 57.634951) - (xy 79.349004 57.634951) - (xy 79.121 57.615004) - (xy 78.892997 57.634951) - (xy 78.671931 57.694186) - (xy 78.671926 57.694188) - (xy 78.4645 57.790913) - (xy 78.393109 57.8409) - (xy 79.081481 58.529272) - (xy 78.995852 58.542835) - (xy 78.882955 58.600359) - (xy 78.793359 58.689955) - (xy 78.735835 58.802852) - (xy 78.722273 58.888481) - (xy 78.0339 58.200109) - (xy 77.983913 58.2715) - (xy 77.887188 58.478926) - (xy 77.887186 58.478931) - (xy 77.827951 58.699997) - (xy 77.808004 58.928) - (xy 70.274498 58.928) - (xy 70.254543 58.699913) - (xy 70.195284 58.478757) - (xy 70.098523 58.271251) - (xy 69.967198 58.0837) - (xy 69.8053 57.921802) - (xy 69.791301 57.912) - (xy 69.617749 57.790477) - (xy 69.410246 57.693717) - (xy 69.41024 57.693715) - (xy 69.31352 57.667799) - (xy 69.189087 57.634457) - (xy 68.961 57.614502) - (xy 68.732913 57.634457) - (xy 68.511759 57.693715) - (xy 68.511753 57.693717) - (xy 68.30425 57.790477) - (xy 68.116703 57.921799) - (xy 67.954804 58.083697) - (xy 67.954802 58.083699) - (xy 67.939384 58.105719) - (xy 67.883926 58.150047) - (xy 67.813306 58.157355) - (xy 67.749947 58.125323) - (xy 67.747077 58.122542) - (xy 66.860393 57.235858) - (xy 66.826367 57.173546) - (xy 66.825496 57.129604) - (xy 66.825063 57.129567) - (xy 66.825415 57.125532) - (xy 66.825403 57.124877) - (xy 66.825539 57.124101) - (xy 66.825543 57.124087) - (xy 66.845498 56.896) - (xy 66.825543 56.667913) - (xy 66.766284 56.446757) - (xy 66.669523 56.239251) - (xy 66.538198 56.0517) - (xy 66.3763 55.889802) - (xy 66.188749 55.758477) - (xy 66.149543 55.740195) - (xy 66.096258 55.693279) - (xy 66.076796 55.625002) - (xy 66.097337 55.557042) - (xy 66.149543 55.511805) - (xy 66.151997 55.51066) - (xy 66.188749 55.493523) - (xy 66.3763 55.362198) - (xy 66.538198 55.2003) - (xy 66.669523 55.012749) - (xy 66.679665 54.991) - (xy 67.647502 54.991) - (xy 67.667457 55.219087) - (xy 67.671036 55.232443) - (xy 67.726715 55.44024) - (xy 67.726717 55.440246) - (xy 67.823477 55.647749) - (xy 67.947209 55.824457) - (xy 67.954802 55.8353) - (xy 68.1167 55.997198) - (xy 68.304251 56.128523) - (xy 68.511757 56.225284) - (xy 68.732913 56.284543) - (xy 68.961 56.304498) - (xy 69.189087 56.284543) - (xy 69.410243 56.225284) - (xy 69.617749 56.128523) - (xy 69.8053 55.997198) - (xy 69.967198 55.8353) - (xy 70.098523 55.647749) - (xy 70.195284 55.440243) - (xy 70.254543 55.219087) - (xy 70.274498 54.991) - (xy 77.807502 54.991) - (xy 77.827457 55.219087) - (xy 77.831036 55.232443) - (xy 77.886715 55.44024) - (xy 77.886717 55.440246) - (xy 77.983477 55.647749) - (xy 78.107209 55.824457) - (xy 78.114802 55.8353) - (xy 78.2767 55.997198) - (xy 78.464251 56.128523) - (xy 78.671757 56.225284) - (xy 78.892913 56.284543) - (xy 79.121 56.304498) - (xy 79.349087 56.284543) - (xy 79.570243 56.225284) - (xy 79.777749 56.128523) - (xy 79.9653 55.997198) - (xy 80.127198 55.8353) - (xy 80.258523 55.647749) - (xy 80.355284 55.440243) - (xy 80.414543 55.219087) - (xy 80.434498 54.991) - (xy 80.414543 54.762913) - (xy 80.355284 54.541757) - (xy 80.258523 54.334251) - (xy 80.127198 54.1467) - (xy 79.9653 53.984802) - (xy 79.948719 53.973192) - (xy 79.777749 53.853477) - (xy 79.570246 53.756717) - (xy 79.57024 53.756715) - (xy 79.476771 53.73167) - (xy 79.349087 53.697457) - (xy 79.121 53.677502) - (xy 78.892913 53.697457) - (xy 78.671759 53.756715) - (xy 78.671753 53.756717) - (xy 78.46425 53.853477) - (xy 78.276703 53.984799) - (xy 78.276697 53.984804) - (xy 78.114804 54.146697) - (xy 78.114799 54.146703) - (xy 77.983477 54.33425) - (xy 77.886717 54.541753) - (xy 77.886715 54.541759) - (xy 77.827457 54.762913) - (xy 77.812893 54.929386) - (xy 77.807502 54.991) - (xy 70.274498 54.991) - (xy 70.254543 54.762913) - (xy 70.195284 54.541757) - (xy 70.098523 54.334251) - (xy 69.967198 54.1467) - (xy 69.8053 53.984802) - (xy 69.788719 53.973192) - (xy 69.617749 53.853477) - (xy 69.410246 53.756717) - (xy 69.41024 53.756715) - (xy 69.316771 53.73167) - (xy 69.189087 53.697457) - (xy 68.961 53.677502) - (xy 68.732913 53.697457) - (xy 68.511759 53.756715) - (xy 68.511753 53.756717) - (xy 68.30425 53.853477) - (xy 68.116703 53.984799) - (xy 68.116697 53.984804) - (xy 67.954804 54.146697) - (xy 67.954799 54.146703) - (xy 67.823477 54.33425) - (xy 67.726717 54.541753) - (xy 67.726715 54.541759) - (xy 67.667457 54.762913) - (xy 67.652893 54.929386) - (xy 67.647502 54.991) - (xy 66.679665 54.991) - (xy 66.766284 54.805243) - (xy 66.825543 54.584087) - (xy 66.845498 54.356) - (xy 66.825543 54.127913) - (xy 66.766284 53.906757) - (xy 66.669523 53.699251) - (xy 66.538198 53.5117) - (xy 66.3763 53.349802) - (xy 66.376296 53.349799) - (xy 66.188747 53.218475) - (xy 66.149541 53.200193) - (xy 66.096256 53.153276) - (xy 66.076796 53.084998) - (xy 66.097338 53.017039) - (xy 66.149542 52.971805) - (xy 66.188749 52.953523) - (xy 66.3763 52.822198) - (xy 66.538198 52.6603) - (xy 66.669523 52.472749) - (xy 66.766284 52.265243) - (xy 66.825543 52.044087) - (xy 66.845498 51.816) - (xy 66.825543 51.587913) - (xy 66.766284 51.366757) - (xy 66.679665 51.181) - (xy 67.647502 51.181) - (xy 67.667457 51.409087) - (xy 67.685043 51.474719) - (xy 67.726715 51.63024) - (xy 67.726717 51.630246) - (xy 67.823477 51.837749) - (xy 67.898471 51.944852) - (xy 67.954802 52.0253) - (xy 68.1167 52.187198) - (xy 68.304251 52.318523) - (xy 68.511757 52.415284) - (xy 68.732913 52.474543) - (xy 68.961 52.494498) - (xy 69.189087 52.474543) - (xy 69.410243 52.415284) - (xy 69.617749 52.318523) - (xy 69.8053 52.187198) - (xy 69.967198 52.0253) - (xy 70.098523 51.837749) - (xy 70.195284 51.630243) - (xy 70.254543 51.409087) - (xy 70.274498 51.181) - (xy 77.807502 51.181) - (xy 77.827457 51.409087) - (xy 77.845043 51.474719) - (xy 77.886715 51.63024) - (xy 77.886717 51.630246) - (xy 77.983477 51.837749) - (xy 78.058471 51.944852) - (xy 78.114802 52.0253) - (xy 78.2767 52.187198) - (xy 78.464251 52.318523) - (xy 78.671757 52.415284) - (xy 78.892913 52.474543) - (xy 79.121 52.494498) - (xy 79.349087 52.474543) - (xy 79.570243 52.415284) - (xy 79.777749 52.318523) - (xy 79.9653 52.187198) - (xy 80.127198 52.0253) - (xy 80.258523 51.837749) - (xy 80.355284 51.630243) - (xy 80.414543 51.409087) - (xy 80.434498 51.181) - (xy 80.414543 50.952913) - (xy 80.355284 50.731757) - (xy 80.258523 50.524251) - (xy 80.127198 50.3367) - (xy 79.9653 50.174802) - (xy 79.861872 50.102381) - (xy 79.777749 50.043477) - (xy 79.570246 49.946717) - (xy 79.57024 49.946715) - (xy 79.476771 49.92167) - (xy 79.349087 49.887457) - (xy 79.121 49.867502) - (xy 78.892913 49.887457) - (xy 78.671759 49.946715) - (xy 78.671753 49.946717) - (xy 78.46425 50.043477) - (xy 78.276703 50.174799) - (xy 78.276697 50.174804) - (xy 78.114804 50.336697) - (xy 78.114799 50.336703) - (xy 77.983477 50.52425) - (xy 77.886717 50.731753) - (xy 77.886715 50.731759) - (xy 77.853415 50.856036) - (xy 77.827457 50.952913) - (xy 77.807502 51.181) - (xy 70.274498 51.181) - (xy 70.254543 50.952913) - (xy 70.195284 50.731757) - (xy 70.098523 50.524251) - (xy 69.967198 50.3367) - (xy 69.8053 50.174802) - (xy 69.701872 50.102381) - (xy 69.617749 50.043477) - (xy 69.410246 49.946717) - (xy 69.41024 49.946715) - (xy 69.316771 49.92167) - (xy 69.189087 49.887457) - (xy 68.961 49.867502) - (xy 68.732913 49.887457) - (xy 68.511759 49.946715) - (xy 68.511753 49.946717) - (xy 68.30425 50.043477) - (xy 68.116703 50.174799) - (xy 68.116697 50.174804) - (xy 67.954804 50.336697) - (xy 67.954799 50.336703) - (xy 67.823477 50.52425) - (xy 67.726717 50.731753) - (xy 67.726715 50.731759) - (xy 67.693415 50.856036) - (xy 67.667457 50.952913) - (xy 67.647502 51.181) - (xy 66.679665 51.181) - (xy 66.669523 51.159251) - (xy 66.538198 50.9717) - (xy 66.3763 50.809802) - (xy 66.188749 50.678477) - (xy 66.149543 50.660195) - (xy 66.096258 50.613279) - (xy 66.076796 50.545002) - (xy 66.097337 50.477042) - (xy 66.149543 50.431805) - (xy 66.151997 50.43066) - (xy 66.188749 50.413523) - (xy 66.3763 50.282198) - (xy 66.538198 50.1203) - (xy 66.669523 49.932749) - (xy 66.766284 49.725243) - (xy 66.825543 49.504087) - (xy 66.845498 49.276) - (xy 66.825543 49.047913) - (xy 66.766284 48.826757) - (xy 66.669523 48.619251) - (xy 66.538198 48.4317) - (xy 66.3763 48.269802) - (xy 66.362301 48.26) - (xy 66.298458 48.215296) - (xy 66.188749 48.138477) - (xy 66.149543 48.120195) - (xy 66.096258 48.073279) - (xy 66.076796 48.005002) - (xy 66.097337 47.937042) - (xy 66.149543 47.891805) - (xy 66.151997 47.89066) - (xy 66.188749 47.873523) - (xy 66.3763 47.742198) - (xy 66.538198 47.5803) - (xy 66.669523 47.392749) - (xy 66.679665 47.371) - (xy 67.647502 47.371) - (xy 67.667457 47.599087) - (xy 67.683947 47.660629) - (xy 67.726715 47.82024) - (xy 67.726717 47.820246) - (xy 67.823477 48.027749) - (xy 67.888208 48.120195) - (xy 67.954802 48.2153) - (xy 68.1167 48.377198) - (xy 68.304251 48.508523) - (xy 68.511757 48.605284) - (xy 68.732913 48.664543) - (xy 68.961 48.684498) - (xy 69.189087 48.664543) - (xy 69.410243 48.605284) - (xy 69.617749 48.508523) - (xy 69.8053 48.377198) - (xy 69.967198 48.2153) - (xy 70.098523 48.027749) - (xy 70.195284 47.820243) - (xy 70.254543 47.599087) - (xy 70.274498 47.371) - (xy 77.807502 47.371) - (xy 77.827457 47.599087) - (xy 77.843947 47.660629) - (xy 77.886715 47.82024) - (xy 77.886717 47.820246) - (xy 77.983477 48.027749) - (xy 78.048208 48.120195) - (xy 78.114802 48.2153) - (xy 78.2767 48.377198) - (xy 78.464251 48.508523) - (xy 78.671757 48.605284) - (xy 78.892913 48.664543) - (xy 79.121 48.684498) - (xy 79.349087 48.664543) - (xy 79.570243 48.605284) - (xy 79.777749 48.508523) - (xy 79.9653 48.377198) - (xy 80.127198 48.2153) - (xy 80.258523 48.027749) - (xy 80.355284 47.820243) - (xy 80.414543 47.599087) - (xy 80.434498 47.371) - (xy 80.414543 47.142913) - (xy 80.355284 46.921757) - (xy 80.258523 46.714251) - (xy 80.127198 46.5267) - (xy 79.9653 46.364802) - (xy 79.948719 46.353192) - (xy 79.777749 46.233477) - (xy 79.570246 46.136717) - (xy 79.57024 46.136715) - (xy 79.476771 46.11167) - (xy 79.349087 46.077457) - (xy 79.121 46.057502) - (xy 78.892913 46.077457) - (xy 78.671759 46.136715) - (xy 78.671753 46.136717) - (xy 78.46425 46.233477) - (xy 78.276703 46.364799) - (xy 78.276697 46.364804) - (xy 78.114804 46.526697) - (xy 78.114799 46.526703) - (xy 77.983477 46.71425) - (xy 77.886717 46.921753) - (xy 77.886715 46.921759) - (xy 77.835158 47.114173) - (xy 77.827457 47.142913) - (xy 77.807502 47.371) - (xy 70.274498 47.371) - (xy 70.254543 47.142913) - (xy 70.195284 46.921757) - (xy 70.098523 46.714251) - (xy 69.967198 46.5267) - (xy 69.8053 46.364802) - (xy 69.788719 46.353192) - (xy 69.617749 46.233477) - (xy 69.410246 46.136717) - (xy 69.41024 46.136715) - (xy 69.316771 46.11167) - (xy 69.189087 46.077457) - (xy 68.961 46.057502) - (xy 68.732913 46.077457) - (xy 68.511759 46.136715) - (xy 68.511753 46.136717) - (xy 68.30425 46.233477) - (xy 68.116703 46.364799) - (xy 68.116697 46.364804) - (xy 67.954804 46.526697) - (xy 67.954799 46.526703) - (xy 67.823477 46.71425) - (xy 67.726717 46.921753) - (xy 67.726715 46.921759) - (xy 67.667457 47.142913) - (xy 67.652893 47.309386) - (xy 67.647502 47.371) - (xy 66.679665 47.371) - (xy 66.766284 47.185243) - (xy 66.825543 46.964087) - (xy 66.845498 46.736) - (xy 66.825543 46.507913) - (xy 66.766284 46.286757) - (xy 66.669523 46.079251) - (xy 66.538198 45.8917) - (xy 66.3763 45.729802) - (xy 66.376291 45.729796) - (xy 66.278388 45.661243) - (xy 66.188749 45.598477) - (xy 66.149543 45.580195) - (xy 66.096258 45.533279) - (xy 66.076796 45.465002) - (xy 66.097337 45.397042) - (xy 66.149543 45.351805) - (xy 66.151997 45.35066) - (xy 66.188749 45.333523) - (xy 66.3763 45.202198) - (xy 66.538198 45.0403) - (xy 66.669523 44.852749) - (xy 66.766284 44.645243) - (xy 66.825543 44.424087) - (xy 66.845498 44.196) - (xy 66.825543 43.967913) - (xy 66.766284 43.746757) - (xy 66.738885 43.688) - (xy 67.520502 43.688) - (xy 67.540457 43.916087) - (xy 67.562251 43.997421) - (xy 67.599715 44.13724) - (xy 67.599717 44.137246) - (xy 67.696477 44.344749) - (xy 67.81846 44.518959) - (xy 67.827802 44.5323) - (xy 67.9897 44.694198) - (xy 68.177251 44.825523) - (xy 68.384757 44.922284) - (xy 68.605913 44.981543) - (xy 68.834 45.001498) - (xy 69.062087 44.981543) - (xy 69.283243 44.922284) - (xy 69.490749 44.825523) - (xy 69.6783 44.694198) - (xy 69.840198 44.5323) - (xy 69.971523 44.344749) - (xy 70.068284 44.137243) - (xy 70.127543 43.916087) - (xy 70.147498 43.688) - (xy 77.680502 43.688) - (xy 77.700457 43.916087) - (xy 77.722251 43.997421) - (xy 77.759715 44.13724) - (xy 77.759717 44.137246) - (xy 77.856477 44.344749) - (xy 77.97846 44.518959) - (xy 77.987802 44.5323) - (xy 78.1497 44.694198) - (xy 78.337251 44.825523) - (xy 78.544757 44.922284) - (xy 78.765913 44.981543) - (xy 78.994 45.001498) - (xy 79.222087 44.981543) - (xy 79.443243 44.922284) - (xy 79.650749 44.825523) - (xy 79.8383 44.694198) - (xy 80.000198 44.5323) - (xy 80.131523 44.344749) - (xy 80.228284 44.137243) - (xy 80.287543 43.916087) - (xy 80.307498 43.688) - (xy 80.287543 43.459913) - (xy 80.228284 43.238757) - (xy 80.131523 43.031251) - (xy 80.000198 42.8437) - (xy 79.8383 42.681802) - (xy 79.824301 42.672) - (xy 79.650749 42.550477) - (xy 79.443246 42.453717) - (xy 79.44324 42.453715) - (xy 79.349771 42.42867) - (xy 79.222087 42.394457) - (xy 78.994 42.374502) - (xy 78.765913 42.394457) - (xy 78.544759 42.453715) - (xy 78.544753 42.453717) - (xy 78.33725 42.550477) - (xy 78.149703 42.681799) - (xy 78.149697 42.681804) - (xy 77.987804 42.843697) - (xy 77.987799 42.843703) - (xy 77.856477 43.03125) - (xy 77.759717 43.238753) - (xy 77.759715 43.238759) - (xy 77.700457 43.459913) - (xy 77.68136 43.678198) - (xy 77.680502 43.688) - (xy 70.147498 43.688) - (xy 70.127543 43.459913) - (xy 70.068284 43.238757) - (xy 69.971523 43.031251) - (xy 69.840198 42.8437) - (xy 69.6783 42.681802) - (xy 69.664301 42.672) - (xy 69.490749 42.550477) - (xy 69.283246 42.453717) - (xy 69.28324 42.453715) - (xy 69.189771 42.42867) - (xy 69.062087 42.394457) - (xy 68.834 42.374502) - (xy 68.605913 42.394457) - (xy 68.384759 42.453715) - (xy 68.384753 42.453717) - (xy 68.17725 42.550477) - (xy 67.989703 42.681799) - (xy 67.989697 42.681804) - (xy 67.827804 42.843697) - (xy 67.827799 42.843703) - (xy 67.696477 43.03125) - (xy 67.599717 43.238753) - (xy 67.599715 43.238759) - (xy 67.569453 43.3517) - (xy 67.540457 43.459913) - (xy 67.520502 43.688) - (xy 66.738885 43.688) - (xy 66.669523 43.539251) - (xy 66.538198 43.3517) - (xy 66.3763 43.189802) - (xy 66.362301 43.18) - (xy 66.188749 43.058477) - (xy 65.981246 42.961717) - (xy 65.98124 42.961715) - (xy 65.887771 42.93667) - (xy 65.760087 42.902457) - (xy 65.532 42.882502) - (xy 65.303913 42.902457) - (xy 65.082759 42.961715) - (xy 65.082753 42.961717) - (xy 64.87525 43.058477) - (xy 64.687703 43.189799) - (xy 64.687697 43.189804) - (xy 64.525804 43.351697) - (xy 64.525799 43.351703) - (xy 64.394477 43.53925) - (xy 64.297717 43.746753) - (xy 64.297715 43.746759) - (xy 64.253092 43.913294) - (xy 64.238457 43.967913) - (xy 64.218502 44.196) - (xy 64.238457 44.424087) - (xy 64.250521 44.469111) - (xy 64.297715 44.64524) - (xy 64.297717 44.645246) - (xy 64.394477 44.852749) - (xy 64.410547 44.8757) - (xy 64.525802 45.0403) - (xy 64.6877 45.202198) - (xy 64.875251 45.333523) - (xy 64.910359 45.349894) - (xy 64.914457 45.351805) - (xy 64.967742 45.398722) - (xy 64.987203 45.466999) - (xy 64.966661 45.534959) - (xy 64.914457 45.580195) - (xy 64.87525 45.598477) - (xy 64.687703 45.729799) - (xy 64.687697 45.729804) - (xy 64.525804 45.891697) - (xy 64.525799 45.891703) - (xy 64.394477 46.07925) - (xy 64.297717 46.286753) - (xy 64.297715 46.286759) - (xy 64.251204 46.460342) - (xy 64.238457 46.507913) - (xy 64.218502 46.736) - (xy 64.237599 46.954284) - (xy 64.238458 46.964095) - (xy 64.238598 46.964888) - (xy 64.238558 46.965241) - (xy 64.238937 46.969567) - (xy 64.238067 46.969643) - (xy 64.230725 47.035447) - (xy 64.203606 47.075856) - (xy 63.863515 47.415948) - (xy 63.860744 47.418556) - (xy 63.814448 47.459571) - (xy 63.779319 47.510465) - (xy 63.777065 47.513528) - (xy 63.738916 47.562224) - (xy 63.738914 47.562227) - (xy 63.734848 47.571261) - (xy 63.723652 47.591111) - (xy 63.718021 47.599269) - (xy 63.718019 47.599273) - (xy 63.696082 47.657114) - (xy 63.694626 47.660629) - (xy 63.669246 47.71702) - (xy 63.667461 47.726763) - (xy 63.661341 47.748717) - (xy 63.657826 47.757986) - (xy 63.657825 47.757989) - (xy 63.650371 47.819387) - (xy 63.649798 47.823149) - (xy 63.638649 47.883984) - (xy 63.638649 47.883985) - (xy 63.642383 47.945717) - (xy 63.642498 47.94952) - (xy 63.642498 59.98442) - (xy 63.642383 59.988223) - (xy 63.638649 60.049956) - (xy 63.649798 60.11079) - (xy 63.650371 60.114553) - (xy 63.657824 60.175945) - (xy 63.657826 60.175951) - (xy 63.661339 60.185215) - (xy 63.66746 60.207173) - (xy 63.669246 60.216919) - (xy 63.669247 60.216923) - (xy 63.69463 60.273323) - (xy 63.696086 60.276838) - (xy 63.718018 60.334665) - (xy 63.718022 60.334674) - (xy 63.723646 60.342821) - (xy 63.734852 60.362688) - (xy 63.738915 60.371716) - (xy 63.777054 60.420399) - (xy 63.779308 60.423463) - (xy 63.799007 60.452) - (xy 63.814447 60.474368) - (xy 63.860754 60.515392) - (xy 63.863498 60.517976) - (xy 64.800428 61.454906) - (xy 65.710494 62.364972) - (xy 65.74452 62.427284) - (xy 65.747399 62.454067) - (xy 65.747399 71.657931) - (xy 65.727397 71.726052) - (xy 65.710494 71.747026) - (xy 60.910517 76.547004) - (xy 60.907746 76.549612) - (xy 60.86145 76.590627) - (xy 60.826321 76.641521) - (xy 60.824067 76.644584) - (xy 60.785918 76.69328) - (xy 60.785916 76.693283) - (xy 60.78185 76.702317) - (xy 60.770654 76.722167) - (xy 60.765023 76.730325) - (xy 60.765021 76.730329) - (xy 60.743084 76.78817) - (xy 60.741628 76.791685) - (xy 60.716248 76.848076) - (xy 60.714463 76.857819) - (xy 60.708343 76.879773) - (xy 60.704828 76.889042) - (xy 60.704827 76.889045) - (xy 60.697373 76.950443) - (xy 60.6968 76.954205) - (xy 60.685651 77.01504) - (xy 60.685651 77.015041) - (xy 60.689385 77.076773) - (xy 60.6895 77.080576) - (xy 60.6895 77.34643) - (xy 60.669498 77.414551) - (xy 60.615842 77.461044) - (xy 60.545568 77.471148) - (xy 60.491229 77.449643) - (xy 60.346749 77.348477) - (xy 60.139246 77.251717) - (xy 60.13924 77.251715) - (xy 59.99032 77.211812) - (xy 59.918087 77.192457) - (xy 59.69 77.172502) - (xy 59.461913 77.192457) - (xy 59.240759 77.251715) - (xy 59.240753 77.251717) - (xy 59.03325 77.348477) - (xy 58.845703 77.479799) - (xy 58.845697 77.479804) - (xy 58.683804 77.641697) - (xy 58.683799 77.641703) - (xy 58.552477 77.82925) - (xy 58.455717 78.036753) - (xy 58.455715 78.036759) - (xy 58.412571 78.197776) - (xy 58.396457 78.257913) - (xy 58.376502 78.486) - (xy 58.396457 78.714087) - (xy 58.425895 78.823949) - (xy 58.455715 78.93524) - (xy 58.455717 78.935246) - (xy 58.552477 79.142749) - (xy 58.608029 79.222086) - (xy 58.683802 79.3303) - (xy 58.8457 79.492198) - (xy 59.033251 79.623523) - (xy 59.240757 79.720284) - (xy 59.461913 79.779543) - (xy 59.69 79.799498) - (xy 59.918087 79.779543) - (xy 60.139243 79.720284) - (xy 60.346749 79.623523) - (xy 60.49123 79.522355) - (xy 60.558503 79.499668) - (xy 60.627363 79.516953) - (xy 60.675947 79.568722) - (xy 60.6895 79.625569) - (xy 60.689499 80.694832) - (xy 60.669497 80.762953) - (xy 60.615841 80.809446) - (xy 60.545567 80.819549) - (xy 60.530895 80.81654) - (xy 60.426087 80.788457) - (xy 60.198 80.768502) - (xy 59.969913 80.788457) - (xy 59.748759 80.847715) - (xy 59.748753 80.847717) - (xy 59.54125 80.944477) - (xy 59.353703 81.075799) - (xy 59.353697 81.075804) - (xy 59.191804 81.237697) - (xy 59.191799 81.237703) - (xy 59.060477 81.42525) - (xy 58.963717 81.632753) - (xy 58.963715 81.632759) - (xy 58.904457 81.853913) - (xy 58.884502 82.082) - (xy 58.904457 82.310086) - (xy 58.963715 82.53124) - (xy 58.963717 82.531246) - (xy 59.060477 82.738749) - (xy 59.141039 82.853804) - (xy 59.191802 82.9263) - (xy 59.3537 83.088198) - (xy 59.372693 83.101497) - (xy 59.541253 83.219525) - (xy 59.546015 83.222274) - (xy 59.54488 83.224238) - (xy 59.590865 83.264745) - (xy 59.610312 83.333026) - (xy 59.589756 83.400982) - (xy 59.544921 83.439831) - (xy 59.546015 83.441726) - (xy 59.541253 83.444474) - (xy 59.353703 83.575799) - (xy 59.353697 83.575804) - (xy 59.191804 83.737697) - (xy 59.191799 83.737703) - (xy 59.060477 83.92525) - (xy 58.963717 84.132753) - (xy 58.963715 84.132759) - (xy 58.904457 84.353913) - (xy 58.884502 84.582) - (xy 58.904457 84.810087) - (xy 58.930452 84.9071) - (xy 58.963715 85.03124) - (xy 58.963717 85.031246) - (xy 59.060477 85.238749) - (xy 59.18246 85.412959) - (xy 59.191802 85.4263) - (xy 59.3537 85.588198) - (xy 59.518012 85.703251) - (xy 59.54125 85.719522) - (xy 59.541251 85.719523) - (xy 59.577734 85.736535) - (xy 59.63102 85.783452) - (xy 59.650481 85.851729) - (xy 59.62994 85.919689) - (xy 59.61358 85.939825) - (xy 56.881311 88.672095) - (xy 56.818999 88.706121) - (xy 56.792216 88.709) - (xy 56.54553 88.709) - (xy 56.477409 88.688998) - (xy 56.442317 88.655271) - (xy 56.3782 88.563703) - (xy 56.378195 88.563697) - (xy 56.216302 88.401804) - (xy 56.216296 88.401799) - (xy 56.028749 88.270477) - (xy 55.821246 88.173717) - (xy 55.82124 88.173715) - (xy 55.727771 88.14867) - (xy 55.600087 88.114457) - (xy 55.372 88.094502) - (xy 55.143913 88.114457) - (xy 54.922759 88.173715) - (xy 54.922753 88.173717) - (xy 54.71525 88.270477) - (xy 54.527703 88.401799) - (xy 54.527697 88.401804) - (xy 54.365804 88.563697) - (xy 54.365795 88.563708) - (xy 54.363483 88.56701) - (xy 54.308021 88.611333) - (xy 54.237401 88.618635) - (xy 54.174044 88.586598) - (xy 54.138065 88.525393) - (xy 54.134999 88.508198) - (xy 54.133989 88.498799) - (xy 54.082889 88.361796) - (xy 54.082888 88.361794) - (xy 54.082887 88.361792) - (xy 53.995261 88.244738) - (xy 53.878207 88.157112) - (xy 53.878202 88.15711) - (xy 53.741204 88.106011) - (xy 53.741196 88.106009) - (xy 53.680649 88.0995) - (xy 53.680638 88.0995) - (xy 51.983362 88.0995) - (xy 51.98335 88.0995) - (xy 51.922803 88.106009) - (xy 51.922795 88.106011) - (xy 51.785797 88.15711) - (xy 51.785792 88.157112) - (xy 51.668738 88.244738) - (xy 51.581112 88.361792) - (xy 51.58111 88.361797) - (xy 51.530011 88.498795) - (xy 51.530009 88.498803) - (xy 51.5235 88.55935) - (xy 51.523499 88.559367) - (xy 51.523499 89.343247) - (xy 51.503497 89.411368) - (xy 51.449841 89.457861) - (xy 51.379567 89.467964) - (xy 51.314986 89.438471) - (xy 51.308404 89.432342) - (xy 51.034664 89.158602) - (xy 51.000638 89.09629) - (xy 50.997759 89.069507) - (xy 50.997759 87.43418) - (xy 51.017761 87.366059) - (xy 51.071417 87.319566) - (xy 51.091149 87.312473) - (xy 51.115322 87.305996) - (xy 51.115322 87.305995) - (xy 51.115325 87.305995) - (xy 51.127414 87.299834) - (xy 51.145678 87.292269) - (xy 51.158586 87.288076) - (xy 51.158589 87.288074) - (xy 51.15859 87.288074) - (xy 51.167651 87.282841) - (xy 51.217986 87.25378) - (xy 51.220839 87.252232) - (xy 51.281926 87.221108) - (xy 51.292472 87.212566) - (xy 51.30876 87.201372) - (xy 51.320516 87.194586) - (xy 51.320519 87.194582) - (xy 51.320521 87.194582) - (xy 51.371454 87.148721) - (xy 51.373963 87.146578) - (xy 51.377024 87.144098) - (xy 51.390807 87.132938) - (xy 51.406146 87.117598) - (xy 51.408502 87.115361) - (xy 51.45947 87.069471) - (xy 51.467455 87.058479) - (xy 51.480284 87.043459) - (xy 53.433743 85.09) - (xy 55.836502 85.09) - (xy 55.856457 85.318087) - (xy 55.885452 85.426296) - (xy 55.915715 85.53924) - (xy 55.915717 85.539246) - (xy 56.012477 85.746749) - (xy 56.117115 85.896188) - (xy 56.143802 85.9343) - (xy 56.3057 86.096198) - (xy 56.493251 86.227523) - (xy 56.700757 86.324284) - (xy 56.921913 86.383543) - (xy 57.15 86.403498) - (xy 57.378087 86.383543) - (xy 57.599243 86.324284) - (xy 57.806749 86.227523) - (xy 57.9943 86.096198) - (xy 58.156198 85.9343) - (xy 58.287523 85.746749) - (xy 58.384284 85.539243) - (xy 58.443543 85.318087) - (xy 58.463498 85.09) - (xy 58.443543 84.861913) - (xy 58.384284 84.640757) - (xy 58.287523 84.433251) - (xy 58.156198 84.2457) - (xy 57.9943 84.083802) - (xy 57.980301 84.074) - (xy 57.806749 83.952477) - (xy 57.599246 83.855717) - (xy 57.59924 83.855715) - (xy 57.46595 83.82) - (xy 57.378087 83.796457) - (xy 57.15 83.776502) - (xy 56.921913 83.796457) - (xy 56.700759 83.855715) - (xy 56.700753 83.855717) - (xy 56.49325 83.952477) - (xy 56.305703 84.083799) - (xy 56.305697 84.083804) - (xy 56.143804 84.245697) - (xy 56.143799 84.245703) - (xy 56.012477 84.43325) - (xy 55.915717 84.640753) - (xy 55.915715 84.640759) - (xy 55.878208 84.780738) - (xy 55.856457 84.861913) - (xy 55.836502 85.09) - (xy 53.433743 85.09) - (xy 53.480658 85.043085) - (xy 53.495678 85.030256) - (xy 53.50667 85.022271) - (xy 53.55256 84.971303) - (xy 53.554797 84.968947) - (xy 53.570137 84.953608) - (xy 53.583777 84.936764) - (xy 53.58592 84.934255) - (xy 53.631781 84.883322) - (xy 53.631781 84.88332) - (xy 53.631785 84.883317) - (xy 53.638571 84.871561) - (xy 53.649765 84.855273) - (xy 53.658307 84.844727) - (xy 53.689433 84.783635) - (xy 53.690979 84.780787) - (xy 53.725275 84.721387) - (xy 53.729468 84.708479) - (xy 53.737033 84.690215) - (xy 53.743194 84.678126) - (xy 53.76094 84.611893) - (xy 53.761874 84.608744) - (xy 53.783054 84.543562) - (xy 53.783055 84.543556) - (xy 53.784472 84.530073) - (xy 53.788077 84.510622) - (xy 53.791589 84.497517) - (xy 53.795178 84.429011) - (xy 53.795428 84.425829) - (xy 53.7977 84.404222) - (xy 53.7977 84.382546) - (xy 53.797785 84.379273) - (xy 53.801374 84.310792) - (xy 53.799251 84.297386) - (xy 53.7977 84.277676) - (xy 53.7977 82.636649) - (xy 55.8415 82.636649) - (xy 55.848009 82.697196) - (xy 55.848011 82.697204) - (xy 55.89911 82.834202) - (xy 55.899112 82.834207) - (xy 55.986738 82.951261) - (xy 56.103792 83.038887) - (xy 56.103794 83.038888) - (xy 56.103796 83.038889) - (xy 56.124352 83.046556) - (xy 56.240795 83.089988) - (xy 56.240803 83.08999) - (xy 56.30135 83.096499) - (xy 56.301355 83.096499) - (xy 56.301362 83.0965) - (xy 56.301368 83.0965) - (xy 57.998632 83.0965) - (xy 57.998638 83.0965) - (xy 57.998645 83.096499) - (xy 57.998649 83.096499) - (xy 58.059196 83.08999) - (xy 58.059199 83.089989) - (xy 58.059201 83.089989) - (xy 58.063998 83.0882) - (xy 58.081848 83.081542) - (xy 58.196204 83.038889) - (xy 58.218389 83.022282) - (xy 58.313261 82.951261) - (xy 58.400887 82.834207) - (xy 58.400887 82.834206) - (xy 58.400889 82.834204) - (xy 58.451989 82.697201) - (xy 58.452785 82.689805) - (xy 58.458499 82.636649) - (xy 58.4585 82.636632) - (xy 58.4585 80.939367) - (xy 58.458499 80.93935) - (xy 58.45199 80.878803) - (xy 58.451988 80.878795) - (xy 58.415811 80.781804) - (xy 58.400889 80.741796) - (xy 58.400888 80.741794) - (xy 58.400887 80.741792) - (xy 58.313261 80.624738) - (xy 58.196207 80.537112) - (xy 58.196202 80.53711) - (xy 58.059204 80.486011) - (xy 58.059196 80.486009) - (xy 57.998649 80.4795) - (xy 57.998638 80.4795) - (xy 56.301362 80.4795) - (xy 56.30135 80.4795) - (xy 56.240803 80.486009) - (xy 56.240795 80.486011) - (xy 56.103797 80.53711) - (xy 56.103792 80.537112) - (xy 55.986738 80.624738) - (xy 55.899112 80.741792) - (xy 55.89911 80.741797) - (xy 55.848011 80.878795) - (xy 55.848009 80.878803) - (xy 55.8415 80.93935) - (xy 55.8415 82.636649) - (xy 53.7977 82.636649) - (xy 53.7977 79.858314) - (xy 53.817702 79.790193) - (xy 53.8346 79.769224) - (xy 58.335747 75.268076) - (xy 58.398057 75.234052) - (xy 58.468872 75.239117) - (xy 58.525708 75.281664) - (xy 58.539035 75.303923) - (xy 58.552475 75.332746) - (xy 58.552477 75.332749) - (xy 58.683795 75.520291) - (xy 58.683799 75.520296) - (xy 58.683802 75.5203) - (xy 58.8457 75.682198) - (xy 59.033251 75.813523) - (xy 59.240757 75.910284) - (xy 59.461913 75.969543) - (xy 59.69 75.989498) - (xy 59.918087 75.969543) - (xy 60.139243 75.910284) - (xy 60.346749 75.813523) - (xy 60.5343 75.682198) - (xy 60.696198 75.5203) - (xy 60.827523 75.332749) - (xy 60.924284 75.125243) - (xy 60.983543 74.904087) - (xy 61.003498 74.676) - (xy 60.983543 74.447913) - (xy 60.924284 74.226757) - (xy 60.827523 74.019251) - (xy 60.696198 73.8317) - (xy 60.5343 73.669802) - (xy 60.534296 73.669799) - (xy 60.534291 73.669795) - (xy 60.346749 73.538477) - (xy 60.346746 73.538475) - (xy 60.317923 73.525035) - (xy 60.264638 73.478117) - (xy 60.245177 73.40984) - (xy 60.265719 73.34188) - (xy 60.282073 73.32175) - (xy 61.643459 71.960364) - (xy 61.658479 71.947535) - (xy 61.669471 71.93955) - (xy 61.715361 71.888582) - (xy 61.717598 71.886226) - (xy 61.732938 71.870887) - (xy 61.746578 71.854043) - (xy 61.748721 71.851534) - (xy 61.794582 71.800601) - (xy 61.794582 71.800599) - (xy 61.794586 71.800596) - (xy 61.801372 71.78884) - (xy 61.812566 71.772552) - (xy 61.821108 71.762006) - (xy 61.852234 71.700914) - (xy 61.85378 71.698066) - (xy 61.882841 71.647731) - (xy 61.888074 71.63867) - (xy 61.888074 71.638669) - (xy 61.888076 71.638666) - (xy 61.892269 71.625758) - (xy 61.899834 71.607494) - (xy 61.905995 71.595405) - (xy 61.923741 71.529172) - (xy 61.924675 71.526023) - (xy 61.945855 71.460841) - (xy 61.945856 71.460835) - (xy 61.946333 71.456302) - (xy 61.947273 71.447351) - (xy 61.950878 71.427901) - (xy 61.95439 71.414796) - (xy 61.957979 71.34629) - (xy 61.958229 71.343108) - (xy 61.960501 71.321501) - (xy 61.960501 71.299825) - (xy 61.960586 71.296552) - (xy 61.964175 71.228071) - (xy 61.962052 71.214665) - (xy 61.960501 71.194955) - (xy 61.960501 66.294) - (xy 62.441004 66.294) - (xy 62.460951 66.522002) - (xy 62.520186 66.743068) - (xy 62.520188 66.743073) - (xy 62.616913 66.950501) - (xy 62.666899 67.021888) - (xy 63.355272 66.333516) - (xy 63.368835 66.419148) - (xy 63.426359 66.532045) - (xy 63.515955 66.621641) - (xy 63.628852 66.679165) - (xy 63.714482 66.692727) - (xy 63.02611 67.381098) - (xy 63.02611 67.3811) - (xy 63.097498 67.431086) - (xy 63.304926 67.527811) - (xy 63.304931 67.527813) - (xy 63.525999 67.587048) - (xy 63.525995 67.587048) - (xy 63.754 67.606995) - (xy 63.982002 67.587048) - (xy 64.203068 67.527813) - (xy 64.203073 67.527811) - (xy 64.410497 67.431088) - (xy 64.481888 67.381099) - (xy 64.481888 67.381097) - (xy 63.793518 66.692727) - (xy 63.879148 66.679165) - (xy 63.992045 66.621641) - (xy 64.081641 66.532045) - (xy 64.139165 66.419148) - (xy 64.152727 66.333517) - (xy 64.841097 67.021888) - (xy 64.841099 67.021888) - (xy 64.891088 66.950497) - (xy 64.987811 66.743073) - (xy 64.987813 66.743068) - (xy 65.047048 66.522002) - (xy 65.066995 66.294) - (xy 65.047048 66.065997) - (xy 64.987813 65.844931) - (xy 64.987811 65.844926) - (xy 64.891086 65.637498) - (xy 64.8411 65.56611) - (xy 64.841098 65.56611) - (xy 64.152727 66.254481) - (xy 64.139165 66.168852) - (xy 64.081641 66.055955) - (xy 63.992045 65.966359) - (xy 63.879148 65.908835) - (xy 63.793517 65.895272) - (xy 64.481888 65.206899) - (xy 64.481888 65.206898) - (xy 64.410501 65.156913) - (xy 64.203073 65.060188) - (xy 64.203068 65.060186) - (xy 63.982 65.000951) - (xy 63.982004 65.000951) - (xy 63.754 64.981004) - (xy 63.525997 65.000951) - (xy 63.304931 65.060186) - (xy 63.304926 65.060188) - (xy 63.0975 65.156913) - (xy 63.026109 65.2069) - (xy 63.714481 65.895272) - (xy 63.628852 65.908835) - (xy 63.515955 65.966359) - (xy 63.426359 66.055955) - (xy 63.368835 66.168852) - (xy 63.355272 66.254481) - (xy 62.6669 65.566109) - (xy 62.616913 65.6375) - (xy 62.520188 65.844926) - (xy 62.520186 65.844931) - (xy 62.460951 66.065997) - (xy 62.441004 66.294) - (xy 61.960501 66.294) - (xy 61.960501 64.091038) - (xy 61.980503 64.022917) - (xy 62.034159 63.976424) - (xy 62.104433 63.96632) - (xy 62.169013 63.995814) - (xy 62.189713 64.018766) - (xy 62.239802 64.0903) - (xy 62.4017 64.252198) - (xy 62.589251 64.383523) - (xy 62.796757 64.480284) - (xy 63.017913 64.539543) - (xy 63.246 64.559498) - (xy 63.474087 64.539543) - (xy 63.695243 64.480284) - (xy 63.902749 64.383523) - (xy 64.0903 64.252198) - (xy 64.252198 64.0903) - (xy 64.383523 63.902749) - (xy 64.480284 63.695243) - (xy 64.539543 63.474087) - (xy 64.559498 63.246) - (xy 64.539543 63.017913) - (xy 64.480284 62.796757) - (xy 64.383523 62.589251) - (xy 64.252198 62.4017) - (xy 64.0903 62.239802) - (xy 63.902749 62.108477) - (xy 63.902748 62.108477) - (xy 63.695246 62.011717) - (xy 63.69524 62.011715) - (xy 63.601771 61.98667) - (xy 63.474087 61.952457) - (xy 63.246 61.932502) - (xy 63.017913 61.952457) - (xy 62.796759 62.011715) - (xy 62.796753 62.011717) - (xy 62.58925 62.108477) - (xy 62.401703 62.239799) - (xy 62.401697 62.239804) - (xy 62.239804 62.401697) - (xy 62.239799 62.401703) - (xy 62.189714 62.473232) - (xy 62.134256 62.51756) - (xy 62.063637 62.524869) - (xy 62.000277 62.492838) - (xy 61.964292 62.431636) - (xy 61.960501 62.400961) - (xy 61.960501 61.095945) - (xy 61.960586 61.092672) - (xy 61.964175 61.024191) - (xy 61.962052 61.010785) - (xy 61.960501 60.991075) - (xy 61.960501 41.115189) - (xy 61.980503 41.047068) - (xy 62.034159 41.000575) - (xy 62.104433 40.990471) - (xy 62.169013 41.019965) - (xy 62.175596 41.026094) - (xy 62.2057 41.056198) - (xy 62.393251 41.187523) - (xy 62.600757 41.284284) - (xy 62.821913 41.343543) - (xy 63.05 41.363498) - (xy 63.278087 41.343543) - (xy 63.499243 41.284284) - (xy 63.706749 41.187523) - (xy 63.8943 41.056198) - (xy 64.056198 40.8943) - (xy 64.187523 40.706749) - (xy 64.187523 40.706748) - (xy 64.187525 40.706746) - (xy 64.190274 40.701985) - (xy 64.192082 40.703028) - (xy 64.23299 40.656561) - (xy 64.301265 40.637095) - (xy 64.369227 40.657631) - (xy 64.408349 40.702779) - (xy 64.410161 40.701734) - (xy 64.412913 40.706501) - (xy 64.462899 40.777888) - (xy 65.151272 40.089516) - (xy 65.164835 40.175148) - (xy 65.222359 40.288045) - (xy 65.311955 40.377641) - (xy 65.424852 40.435165) - (xy 65.510482 40.448727) - (xy 64.82211 41.137098) - (xy 64.82211 41.1371) - (xy 64.893498 41.187086) - (xy 65.100926 41.283811) - (xy 65.100931 41.283813) - (xy 65.321999 41.343048) - (xy 65.321995 41.343048) - (xy 65.55 41.362995) - (xy 65.778002 41.343048) - (xy 65.999068 41.283813) - (xy 65.999073 41.283811) - (xy 66.206497 41.187088) - (xy 66.277888 41.137099) - (xy 66.277888 41.137097) - (xy 65.589518 40.448727) - (xy 65.675148 40.435165) - (xy 65.788045 40.377641) - (xy 65.877641 40.288045) - (xy 65.935165 40.175148) - (xy 65.948727 40.089518) - (xy 66.637097 40.777888) - (xy 66.637099 40.777888) - (xy 66.687088 40.706497) - (xy 66.783811 40.499073) - (xy 66.783813 40.499068) - (xy 66.843048 40.278002) - (xy 66.862995 40.05) - (xy 66.859058 40.005) - (xy 67.394004 40.005) - (xy 67.413951 40.233002) - (xy 67.473186 40.454068) - (xy 67.473188 40.454073) - (xy 67.569913 40.661501) - (xy 67.619899 40.732888) - (xy 68.308272 40.044515) - (xy 68.321835 40.130148) - (xy 68.379359 40.243045) - (xy 68.468955 40.332641) - (xy 68.581852 40.390165) - (xy 68.667482 40.403727) - (xy 67.97911 41.092098) - (xy 67.97911 41.0921) - (xy 68.050498 41.142086) - (xy 68.257926 41.238811) - (xy 68.257931 41.238813) - (xy 68.478999 41.298048) - (xy 68.478995 41.298048) - (xy 68.706999 41.317995) - (xy 68.935002 41.298048) - (xy 69.156068 41.238813) - (xy 69.156073 41.238811) - (xy 69.363497 41.142088) - (xy 69.434888 41.092099) - (xy 69.434888 41.092097) - (xy 68.746518 40.403727) - (xy 68.832148 40.390165) - (xy 68.945045 40.332641) - (xy 69.034641 40.243045) - (xy 69.092165 40.130148) - (xy 69.105727 40.044516) - (xy 69.794098 40.732888) - (xy 69.794099 40.732888) - (xy 69.844088 40.661497) - (xy 69.940811 40.454073) - (xy 69.940813 40.454068) - (xy 70.000048 40.233002) - (xy 70.019995 40.005) - (xy 77.553502 40.005) - (xy 77.573457 40.233087) - (xy 77.585492 40.278002) - (xy 77.632715 40.45424) - (xy 77.632717 40.454246) - (xy 77.729477 40.661749) - (xy 77.846235 40.828497) - (xy 77.860802 40.8493) - (xy 78.0227 41.011198) - (xy 78.210251 41.142523) - (xy 78.417757 41.239284) - (xy 78.638913 41.298543) - (xy 78.867 41.318498) - (xy 79.095087 41.298543) - (xy 79.316243 41.239284) - (xy 79.523749 41.142523) - (xy 79.7113 41.011198) - (xy 79.873198 40.8493) - (xy 80.004523 40.661749) - (xy 80.101284 40.454243) - (xy 80.160543 40.233087) - (xy 80.180498 40.005) - (xy 80.160543 39.776913) - (xy 80.101284 39.555757) - (xy 80.004523 39.348251) - (xy 79.873198 39.1607) - (xy 79.7113 38.998802) - (xy 79.699886 38.99081) - (xy 79.523749 38.867477) - (xy 79.316246 38.770717) - (xy 79.31624 38.770715) - (xy 79.190429 38.737004) - (xy 79.095087 38.711457) - (xy 78.867 38.691502) - (xy 78.866999 38.691502) - (xy 78.638913 38.711457) - (xy 78.417759 38.770715) - (xy 78.417753 38.770717) - (xy 78.21025 38.867477) - (xy 78.022703 38.998799) - (xy 78.022697 38.998804) - (xy 77.860804 39.160697) - (xy 77.860799 39.160703) - (xy 77.729477 39.34825) - (xy 77.632717 39.555753) - (xy 77.632715 39.555759) - (xy 77.586228 39.72925) - (xy 77.573457 39.776913) - (xy 77.553502 40.005) - (xy 70.019995 40.005) - (xy 70.000048 39.776997) - (xy 69.940813 39.555931) - (xy 69.940811 39.555926) - (xy 69.844086 39.348498) - (xy 69.7941 39.27711) - (xy 69.794097 39.27711) - (xy 69.105726 39.96548) - (xy 69.092165 39.879852) - (xy 69.034641 39.766955) - (xy 68.945045 39.677359) - (xy 68.832148 39.619835) - (xy 68.746514 39.606272) - (xy 69.434888 38.917899) - (xy 69.434888 38.917898) - (xy 69.363501 38.867913) - (xy 69.156073 38.771188) - (xy 69.156068 38.771186) - (xy 68.935 38.711951) - (xy 68.935004 38.711951) - (xy 68.706999 38.692004) - (xy 68.478997 38.711951) - (xy 68.257931 38.771186) - (xy 68.257926 38.771188) - (xy 68.0505 38.867913) - (xy 67.979109 38.917899) - (xy 68.667483 39.606272) - (xy 68.581852 39.619835) - (xy 68.468955 39.677359) - (xy 68.379359 39.766955) - (xy 68.321835 39.879852) - (xy 68.308272 39.965482) - (xy 67.619899 39.277109) - (xy 67.569913 39.3485) - (xy 67.473188 39.555926) - (xy 67.473186 39.555931) - (xy 67.413951 39.776997) - (xy 67.394004 40.005) - (xy 66.859058 40.005) - (xy 66.843048 39.821997) - (xy 66.783813 39.600931) - (xy 66.783811 39.600926) - (xy 66.687086 39.393498) - (xy 66.6371 39.32211) - (xy 66.637098 39.32211) - (xy 65.948727 40.010481) - (xy 65.935165 39.924852) - (xy 65.877641 39.811955) - (xy 65.788045 39.722359) - (xy 65.675148 39.664835) - (xy 65.589517 39.651272) - (xy 66.277888 38.962899) - (xy 66.277888 38.962898) - (xy 66.206501 38.912913) - (xy 65.999073 38.816188) - (xy 65.999068 38.816186) - (xy 65.778 38.756951) - (xy 65.778004 38.756951) - (xy 65.55 38.737004) - (xy 65.321997 38.756951) - (xy 65.100931 38.816186) - (xy 65.100926 38.816188) - (xy 64.8935 38.912913) - (xy 64.822109 38.9629) - (xy 65.510481 39.651272) - (xy 65.424852 39.664835) - (xy 65.311955 39.722359) - (xy 65.222359 39.811955) - (xy 65.164835 39.924852) - (xy 65.151272 40.010481) - (xy 64.4629 39.322109) - (xy 64.412912 39.393501) - (xy 64.410161 39.398267) - (xy 64.408288 39.397185) - (xy 64.367536 39.443455) - (xy 64.299256 39.462905) - (xy 64.231299 39.442352) - (xy 64.192018 39.397008) - (xy 64.190274 39.398015) - (xy 64.187525 39.393253) - (xy 64.0562 39.205703) - (xy 64.056195 39.205697) - (xy 63.894302 39.043804) - (xy 63.894296 39.043799) - (xy 63.706749 38.912477) - (xy 63.499246 38.815717) - (xy 63.49924 38.815715) - (xy 63.405771 38.79067) - (xy 63.278087 38.756457) - (xy 63.05 38.736502) - (xy 63.049997 38.736502) - (xy 63.049995 38.736502) - (xy 63.046635 38.736502) - (xy 63.045208 38.736083) - (xy 63.04452 38.736023) - (xy 63.044532 38.735884) - (xy 62.978514 38.7165) - (xy 62.957544 38.699601) - (xy 61.997403 37.739459) - (xy 61.96338 37.67715) - (xy 61.960501 37.650367) - (xy 61.960501 36.418379) - (xy 61.960501 36.195) - (xy 67.393502 36.195) - (xy 67.413457 36.423087) - (xy 67.420886 36.450811) - (xy 67.472715 36.64424) - (xy 67.472717 36.644246) - (xy 67.524238 36.754734) - (xy 67.569477 36.851749) - (xy 67.700802 37.0393) - (xy 67.8627 37.201198) - (xy 68.050251 37.332523) - (xy 68.257757 37.429284) - (xy 68.478913 37.488543) - (xy 68.707 37.508498) - (xy 68.935087 37.488543) - (xy 69.156243 37.429284) - (xy 69.363749 37.332523) - (xy 69.5513 37.201198) - (xy 69.713198 37.0393) - (xy 69.844523 36.851749) - (xy 69.941284 36.644243) - (xy 70.000543 36.423087) - (xy 70.020498 36.195) - (xy 77.553502 36.195) - (xy 77.573457 36.423087) - (xy 77.580886 36.450811) - (xy 77.632715 36.64424) - (xy 77.632717 36.644246) - (xy 77.684238 36.754734) - (xy 77.729477 36.851749) - (xy 77.860802 37.0393) - (xy 78.0227 37.201198) - (xy 78.210251 37.332523) - (xy 78.417757 37.429284) - (xy 78.638913 37.488543) - (xy 78.867 37.508498) - (xy 79.095087 37.488543) - (xy 79.316243 37.429284) - (xy 79.523749 37.332523) - (xy 79.7113 37.201198) - (xy 79.873198 37.0393) - (xy 80.004523 36.851749) - (xy 80.101284 36.644243) - (xy 80.160543 36.423087) - (xy 80.180498 36.195) - (xy 80.160543 35.966913) - (xy 80.101284 35.745757) - (xy 80.004523 35.538251) - (xy 79.873198 35.3507) - (xy 79.7113 35.188802) - (xy 79.523749 35.057477) - (xy 79.316246 34.960717) - (xy 79.31624 34.960715) - (xy 79.222771 34.93567) - (xy 79.095087 34.901457) - (xy 78.867 34.881502) - (xy 78.866999 34.881502) - (xy 78.638913 34.901457) - (xy 78.417759 34.960715) - (xy 78.417753 34.960717) - (xy 78.21025 35.057477) - (xy 78.022703 35.188799) - (xy 78.022697 35.188804) - (xy 77.860804 35.350697) - (xy 77.860799 35.350703) - (xy 77.729477 35.53825) - (xy 77.632717 35.745753) - (xy 77.632715 35.745759) - (xy 77.578933 35.946477) - (xy 77.573457 35.966913) - (xy 77.553502 36.195) - (xy 70.020498 36.195) - (xy 70.000543 35.966913) - (xy 69.941284 35.745757) - (xy 69.844523 35.538251) - (xy 69.713198 35.3507) - (xy 69.5513 35.188802) - (xy 69.363749 35.057477) - (xy 69.156246 34.960717) - (xy 69.15624 34.960715) - (xy 69.062771 34.93567) - (xy 68.935087 34.901457) - (xy 68.707 34.881502) - (xy 68.706999 34.881502) - (xy 68.478913 34.901457) - (xy 68.257759 34.960715) - (xy 68.257753 34.960717) - (xy 68.05025 35.057477) - (xy 67.862703 35.188799) - (xy 67.862697 35.188804) - (xy 67.700804 35.350697) - (xy 67.700799 35.350703) - (xy 67.569477 35.53825) - (xy 67.472717 35.745753) - (xy 67.472715 35.745759) - (xy 67.413457 35.966913) - (xy 67.393661 36.193188) - (xy 67.393502 36.195) - (xy 61.960501 36.195) - (xy 61.960501 34.049094) - (xy 61.9605 32.385) - (xy 67.393502 32.385) - (xy 67.413457 32.613087) - (xy 67.442599 32.721844) - (xy 67.472715 32.83424) - (xy 67.472717 32.834246) - (xy 67.555605 33.012) - (xy 67.569477 33.041749) - (xy 67.700802 33.2293) - (xy 67.8627 33.391198) - (xy 68.050251 33.522523) - (xy 68.257757 33.619284) - (xy 68.478913 33.678543) - (xy 68.707 33.698498) - (xy 68.935087 33.678543) - (xy 69.156243 33.619284) - (xy 69.363749 33.522523) - (xy 69.5513 33.391198) - (xy 69.713198 33.2293) - (xy 69.844523 33.041749) - (xy 69.941284 32.834243) - (xy 70.000543 32.613087) - (xy 70.020498 32.385) - (xy 70.000543 32.156913) - (xy 69.941284 31.935757) - (xy 69.844523 31.728251) - (xy 69.713198 31.5407) - (xy 69.5513 31.378802) - (xy 69.529479 31.363523) - (xy 69.363749 31.247477) - (xy 69.156246 31.150717) - (xy 69.15624 31.150715) - (xy 69.062771 31.12567) - (xy 68.935087 31.091457) - (xy 68.707 31.071502) - (xy 68.478913 31.091457) - (xy 68.257759 31.150715) - (xy 68.257753 31.150717) - (xy 68.05025 31.247477) - (xy 67.862703 31.378799) - (xy 67.862697 31.378804) - (xy 67.700804 31.540697) - (xy 67.700799 31.540703) - (xy 67.569477 31.72825) - (xy 67.472717 31.935753) - (xy 67.472715 31.935759) - (xy 67.445472 32.037431) - (xy 67.413457 32.156913) - (xy 67.393502 32.385) - (xy 61.9605 32.385) - (xy 61.9605 31.678632) - (xy 61.980502 31.610512) - (xy 61.997407 31.589535) - (xy 62.015541 31.571402) - (xy 62.077854 31.537379) - (xy 62.104634 31.5345) - (xy 62.951632 31.5345) - (xy 62.951638 31.5345) - (xy 62.951645 31.534499) - (xy 62.951649 31.534499) - (xy 63.012196 31.52799) - (xy 63.012199 31.527989) - (xy 63.012201 31.527989) - (xy 63.018521 31.525632) - (xy 63.034848 31.519542) - (xy 63.149204 31.476889) - (xy 63.149799 31.476444) - (xy 63.266261 31.389261) - (xy 63.353887 31.272207) - (xy 63.353887 31.272206) - (xy 63.353889 31.272204) - (xy 63.404989 31.135201) - (xy 63.405384 31.131534) - (xy 63.411861 31.071283) - (xy 63.412908 31.071395) - (xy 63.435056 31.008567) - (xy 63.491113 30.965) - (xy 63.507105 30.962682) - (xy 64.204272 30.265516) - (xy 64.217835 30.351148) - (xy 64.275359 30.464045) - (xy 64.364955 30.553641) - (xy 64.477852 30.611165) - (xy 64.563482 30.624727) - (xy 63.87511 31.313098) - (xy 63.87511 31.3131) - (xy 63.946498 31.363086) - (xy 64.153926 31.459811) - (xy 64.153931 31.459813) - (xy 64.374999 31.519048) - (xy 64.374995 31.519048) - (xy 64.603 31.538995) - (xy 64.831002 31.519048) - (xy 65.052068 31.459813) - (xy 65.052073 31.459811) - (xy 65.259497 31.363088) - (xy 65.330888 31.313099) - (xy 65.330888 31.313097) - (xy 64.642518 30.624727) - (xy 64.728148 30.611165) - (xy 64.841045 30.553641) - (xy 64.930641 30.464045) - (xy 64.988165 30.351148) - (xy 65.001727 30.265516) - (xy 65.690098 30.953888) - (xy 65.690099 30.953888) - (xy 65.740088 30.882497) - (xy 65.836811 30.675073) - (xy 65.836813 30.675068) - (xy 65.896048 30.454002) - (xy 65.915995 30.226) - (xy 65.896048 29.997997) - (xy 65.836813 29.776931) - (xy 65.836811 29.776926) - (xy 65.740086 29.569498) - (xy 65.6901 29.49811) - (xy 65.690097 29.49811) - (xy 65.001726 30.18648) - (xy 64.988165 30.100852) - (xy 64.930641 29.987955) - (xy 64.841045 29.898359) - (xy 64.728148 29.840835) - (xy 64.642517 29.827272) - (xy 65.330888 29.138899) - (xy 65.330888 29.138898) - (xy 65.259501 29.088913) - (xy 65.052073 28.992188) - (xy 65.052068 28.992186) - (xy 64.831 28.932951) - (xy 64.831004 28.932951) - (xy 64.603 28.913004) - (xy 64.374997 28.932951) - (xy 64.153931 28.992186) - (xy 64.153926 28.992188) - (xy 63.9465 29.088913) - (xy 63.875109 29.1389) - (xy 64.563481 29.827272) - (xy 64.477852 29.840835) - (xy 64.364955 29.898359) - (xy 64.275359 29.987955) - (xy 64.217835 30.100852) - (xy 64.204272 30.186481) - (xy 63.504219 29.486428) - (xy 63.478649 29.481289) - (xy 63.427657 29.43189) - (xy 63.412666 29.38063) - (xy 63.411861 29.380717) - (xy 63.40499 29.316803) - (xy 63.404988 29.316795) - (xy 63.36661 29.213903) - (xy 63.353889 29.179796) - (xy 63.353888 29.179794) - (xy 63.353887 29.179792) - (xy 63.266261 29.062738) - (xy 63.149207 28.975112) - (xy 63.149202 28.97511) - (xy 63.012204 28.924011) - (xy 63.012196 28.924009) - (xy 62.951649 28.9175) - (xy 62.951638 28.9175) - (xy 61.254362 28.9175) - (xy 61.25435 28.9175) - (xy 61.193803 28.924009) - (xy 61.193795 28.924011) - (xy 61.056797 28.97511) - (xy 61.056792 28.975112) - (xy 60.939738 29.062738) - (xy 60.852112 29.179792) - (xy 60.85211 29.179797) - (xy 60.801011 29.316795) - (xy 60.801009 29.316803) - (xy 60.7945 29.37735) - (xy 60.7945 30.097365) - (xy 60.774498 30.165486) - (xy 60.757595 30.18646) - (xy 60.498545 30.44551) - (xy 60.483519 30.458345) - (xy 60.47253 30.466329) - (xy 60.426666 30.517266) - (xy 60.424399 30.519656) - (xy 60.409066 30.53499) - (xy 60.409058 30.534999) - (xy 60.395413 30.551847) - (xy 60.393275 30.554351) - (xy 60.347419 30.60528) - (xy 60.347411 30.605291) - (xy 60.340627 30.617041) - (xy 60.329432 30.63333) - (xy 60.320894 30.643873) - (xy 60.289774 30.704949) - (xy 60.2882 30.707847) - (xy 60.253926 30.767213) - (xy 60.253924 30.767216) - (xy 60.24973 30.780124) - (xy 60.242171 30.798374) - (xy 60.236009 30.810468) - (xy 60.236002 30.810488) - (xy 60.235746 30.811445) - (xy 60.235415 30.812017) - (xy 60.23364 30.816642) - (xy 60.232907 30.81636) - (xy 60.203138 30.867917) - (xy 52.402539 38.668516) - (xy 52.387512 38.681351) - (xy 52.376528 38.689332) - (xy 52.330655 38.740279) - (xy 52.328385 38.742671) - (xy 50.54677 40.524285) - (xy 50.484458 40.558311) - (xy 50.413643 40.553246) - (xy 50.356807 40.510699) - (xy 50.331996 40.444179) - (xy 50.332155 40.424206) - (xy 50.335498 40.386) - (xy 50.315543 40.157913) - (xy 50.256284 39.936757) - (xy 50.159523 39.729251) - (xy 50.028198 39.5417) - (xy 49.8663 39.379802) - (xy 49.821593 39.348498) - (xy 49.678749 39.248477) - (xy 49.471246 39.151717) - (xy 49.47124 39.151715) - (xy 49.377771 39.12667) - (xy 49.250087 39.092457) - (xy 49.022 39.072502) - (xy 48.793913 39.092457) - (xy 48.572759 39.151715) - (xy 48.572753 39.151717) - (xy 48.36525 39.248477) - (xy 48.177703 39.379799) - (xy 48.177697 39.379804) - (xy 48.015804 39.541697) - (xy 48.015799 39.541703) - (xy 47.884477 39.72925) - (xy 47.787717 39.936753) - (xy 47.787715 39.936759) - (xy 47.757372 40.05) - (xy 47.728457 40.157913) - (xy 47.708502 40.386) - (xy 47.728457 40.614087) - (xy 47.753285 40.706746) - (xy 47.787715 40.83524) - (xy 47.787717 40.835246) - (xy 47.884477 41.042749) - (xy 47.985544 41.187088) - (xy 48.015802 41.2303) - (xy 48.1777 41.392198) - (xy 48.365251 41.523523) - (xy 48.382843 41.531726) - (xy 48.405529 41.542305) - (xy 48.458814 41.589222) - (xy 48.478275 41.6575) - (xy 48.457733 41.72546) - (xy 48.40371 41.771525) - (xy 48.352279 41.7825) - (xy 46.987188 41.7825) - (xy 46.919067 41.762498) - (xy 46.898093 41.745595) - (xy 46.818302 41.665804) - (xy 46.818296 41.665799) - (xy 46.630746 41.534474) - (xy 46.625985 41.531726) - (xy 46.627023 41.529927) - (xy 46.580532 41.488963) - (xy 46.561095 41.420679) - (xy 46.581661 41.352726) - (xy 46.626782 41.313664) - (xy 46.62573 41.311841) - (xy 46.630496 41.309088) - (xy 46.701888 41.259099) - (xy 46.701888 41.259097) - (xy 46.013518 40.570727) - (xy 46.099148 40.557165) - (xy 46.212045 40.499641) - (xy 46.301641 40.410045) - (xy 46.359165 40.297148) - (xy 46.372727 40.211518) - (xy 47.061097 40.899888) - (xy 47.061099 40.899888) - (xy 47.111088 40.828497) - (xy 47.207811 40.621073) - (xy 47.207813 40.621068) - (xy 47.267048 40.400002) - (xy 47.286995 40.172) - (xy 47.267048 39.943997) - (xy 47.207813 39.722931) - (xy 47.207811 39.722926) - (xy 47.111086 39.515498) - (xy 47.0611 39.44411) - (xy 47.061098 39.44411) - (xy 46.372727 40.132481) - (xy 46.359165 40.046852) - (xy 46.301641 39.933955) - (xy 46.212045 39.844359) - (xy 46.099148 39.786835) - (xy 46.013517 39.773272) - (xy 46.701888 39.084899) - (xy 46.701888 39.084898) - (xy 46.630501 39.034913) - (xy 46.423073 38.938188) - (xy 46.423068 38.938186) - (xy 46.202 38.878951) - (xy 46.202004 38.878951) - (xy 45.974 38.859004) - (xy 45.745997 38.878951) - (xy 45.524931 38.938186) - (xy 45.524926 38.938188) - (xy 45.3175 39.034913) - (xy 45.246109 39.0849) - (xy 45.934481 39.773272) - (xy 45.848852 39.786835) - (xy 45.735955 39.844359) - (xy 45.646359 39.933955) - (xy 45.588835 40.046852) - (xy 45.575272 40.132481) - (xy 44.8869 39.444109) - (xy 44.836913 39.5155) - (xy 44.740188 39.722926) - (xy 44.740186 39.722931) - (xy 44.680951 39.943997) - (xy 44.661004 40.172) - (xy 44.680951 40.400002) - (xy 44.740186 40.621068) - (xy 44.740188 40.621073) - (xy 44.836913 40.828501) - (xy 44.886899 40.899888) - (xy 45.575272 40.211516) - (xy 45.588835 40.297148) - (xy 45.646359 40.410045) - (xy 45.735955 40.499641) - (xy 45.848852 40.557165) - (xy 45.934482 40.570727) - (xy 45.24611 41.259098) - (xy 45.24611 41.2591) - (xy 45.317498 41.309086) - (xy 45.322266 41.311839) - (xy 45.321178 41.313721) - (xy 45.36742 41.354409) - (xy 45.386904 41.42268) - (xy 45.366386 41.490647) - (xy 45.321015 41.529995) - (xy 45.322015 41.531726) - (xy 45.317253 41.534474) - (xy 45.129703 41.665799) - (xy 45.129697 41.665804) - (xy 44.967804 41.827697) - (xy 44.967799 41.827703) - (xy 44.836477 42.01525) - (xy 44.739717 42.222753) - (xy 44.739715 42.222759) - (xy 44.709453 42.3357) - (xy 44.680457 42.443913) - (xy 44.660502 42.672) - (xy 44.680457 42.900087) - (xy 44.694344 42.951913) - (xy 44.739715 43.12124) - (xy 44.739717 43.121246) - (xy 44.836477 43.328749) - (xy 44.962879 43.50927) - (xy 44.967802 43.5163) - (xy 45.1297 43.678198) - (xy 45.317251 43.809523) - (xy 45.440231 43.866869) - (xy 45.499057 43.8943) - (xy 45.552342 43.941217) - (xy 45.571803 44.009494) - (xy 45.551261 44.077454) - (xy 45.518078 44.111708) - (xy 45.383703 44.205799) - (xy 45.383697 44.205804) - (xy 45.221804 44.367697) - (xy 45.221799 44.367703) - (xy 45.090477 44.55525) - (xy 44.993717 44.762753) - (xy 44.993715 44.762759) - (xy 44.935092 44.981542) - (xy 44.934457 44.983913) - (xy 44.914502 45.212) - (xy 44.934457 45.440087) - (xy 44.941668 45.466999) - (xy 44.993715 45.66124) - (xy 44.993717 45.661246) - (xy 45.090477 45.868749) - (xy 45.216879 46.04927) - (xy 45.221802 46.0563) - (xy 45.3837 46.218198) - (xy 45.571251 46.349523) - (xy 45.778757 46.446284) - (xy 45.999913 46.505543) - (xy 46.228 46.525498) - (xy 46.456087 46.505543) - (xy 46.677243 46.446284) - (xy 46.884749 46.349523) - (xy 47.0723 46.218198) - (xy 47.234198 46.0563) - (xy 47.365523 45.868749) - (xy 47.462284 45.661243) - (xy 47.521543 45.440087) - (xy 47.541498 45.212) - (xy 47.521543 44.983913) - (xy 47.462284 44.762757) - (xy 47.365523 44.555251) - (xy 47.234198 44.3677) - (xy 47.0723 44.205802) - (xy 47.058301 44.196) - (xy 46.884749 44.074477) - (xy 46.702942 43.989699) - (xy 46.649657 43.942782) - (xy 46.630196 43.874504) - (xy 46.650738 43.806544) - (xy 46.683922 43.772291) - (xy 46.804301 43.688) - (xy 46.8183 43.678198) - (xy 46.898092 43.598405) - (xy 46.960405 43.564379) - (xy 46.987188 43.5615) - (xy 49.577075 43.5615) - (xy 49.596785 43.56305) - (xy 49.61019 43.565174) - (xy 49.678671 43.561585) - (xy 49.681944 43.5615) - (xy 49.703612 43.5615) - (xy 49.70362 43.5615) - (xy 49.725227 43.559228) - (xy 49.728409 43.558978) - (xy 49.796915 43.555389) - (xy 49.81002 43.551876) - (xy 49.829471 43.548272) - (xy 49.842956 43.546855) - (xy 49.842958 43.546854) - (xy 49.84296 43.546854) - (xy 49.908142 43.525674) - (xy 49.911291 43.52474) - (xy 49.977524 43.506994) - (xy 49.989613 43.500833) - (xy 50.007877 43.493268) - (xy 50.020785 43.489075) - (xy 50.020788 43.489073) - (xy 50.020789 43.489073) - (xy 50.02985 43.48384) - (xy 50.080185 43.454779) - (xy 50.083038 43.453231) - (xy 50.144125 43.422107) - (xy 50.154671 43.413565) - (xy 50.170959 43.402371) - (xy 50.182715 43.395585) - (xy 50.182718 43.395581) - (xy 50.18272 43.395581) - (xy 50.233653 43.34972) - (xy 50.236162 43.347577) - (xy 50.239223 43.345097) - (xy 50.253006 43.333937) - (xy 50.268345 43.318597) - (xy 50.270701 43.31636) - (xy 50.321669 43.27047) - (xy 50.329654 43.259478) - (xy 50.342483 43.244458) - (xy 51.870405 41.716536) - (xy 51.932716 41.682512) - (xy 52.003532 41.687577) - (xy 52.060367 41.730124) - (xy 52.085178 41.796644) - (xy 52.085499 41.805633) - (xy 52.085499 44.394366) - (xy 52.065497 44.462487) - (xy 52.048594 44.483462) - (xy 51.904031 44.628024) - (xy 51.841719 44.662049) - (xy 51.770903 44.656984) - (xy 51.714068 44.614437) - (xy 51.700745 44.592184) - (xy 51.683523 44.555251) - (xy 51.552198 44.3677) - (xy 51.3903 44.205802) - (xy 51.376301 44.196) - (xy 51.202749 44.074477) - (xy 50.995246 43.977717) - (xy 50.99524 43.977715) - (xy 50.87889 43.946539) - (xy 50.774087 43.918457) - (xy 50.546 43.898502) - (xy 50.317913 43.918457) - (xy 50.096759 43.977715) - (xy 50.096753 43.977717) - (xy 49.88925 44.074477) - (xy 49.701703 44.205799) - (xy 49.701697 44.205804) - (xy 49.539804 44.367697) - (xy 49.539799 44.367703) - (xy 49.408477 44.55525) - (xy 49.311717 44.762753) - (xy 49.311715 44.762759) - (xy 49.253092 44.981542) - (xy 49.252457 44.983913) - (xy 49.232502 45.212) - (xy 49.252457 45.440087) - (xy 49.259668 45.466999) - (xy 49.311715 45.66124) - (xy 49.311717 45.661246) - (xy 49.408473 45.868742) - (xy 49.408475 45.868745) - (xy 49.408477 45.868749) - (xy 49.429454 45.898708) - (xy 49.452141 45.965977) - (xy 49.434857 46.034838) - (xy 49.415335 46.06007) - (xy 43.989448 51.485955) - (xy 43.927136 51.519981) - (xy 43.85632 51.514916) - (xy 43.799485 51.472369) - (xy 43.786158 51.450109) - (xy 43.769088 51.413501) - (xy 43.769086 51.413498) - (xy 43.7191 51.34211) - (xy 43.719098 51.34211) - (xy 43.030727 52.030482) - (xy 43.017165 51.944852) - (xy 42.959641 51.831955) - (xy 42.870045 51.742359) - (xy 42.757148 51.684835) - (xy 42.671517 51.671272) - (xy 43.359888 50.982899) - (xy 43.359888 50.982898) - (xy 43.288501 50.932913) - (xy 43.081073 50.836188) - (xy 43.081068 50.836186) - (xy 42.86 50.776951) - (xy 42.860004 50.776951) - (xy 42.632 50.757004) - (xy 42.403997 50.776951) - (xy 42.182931 50.836186) - (xy 42.182926 50.836188) - (xy 41.9755 50.932913) - (xy 41.904109 50.9829) - (xy 42.592481 51.671272) - (xy 42.506852 51.684835) - (xy 42.393955 51.742359) - (xy 42.304359 51.831955) - (xy 42.246835 51.944852) - (xy 42.233272 52.030481) - (xy 41.5449 51.342109) - (xy 41.494912 51.413501) - (xy 41.492161 51.418267) - (xy 41.490288 51.417185) - (xy 41.449536 51.463455) - (xy 41.381256 51.482905) - (xy 41.313299 51.462352) - (xy 41.274018 51.417008) - (xy 41.272274 51.418015) - (xy 41.269525 51.413253) - (xy 41.1382 51.225703) - (xy 41.138195 51.225697) - (xy 40.976302 51.063804) - (xy 40.976296 51.063799) - (xy 40.788749 50.932477) - (xy 40.581246 50.835717) - (xy 40.58124 50.835715) - (xy 40.48452 50.809799) - (xy 40.360087 50.776457) - (xy 40.132 50.756502) - (xy 39.903913 50.776457) - (xy 39.682759 50.835715) - (xy 39.682753 50.835717) - (xy 39.47525 50.932477) - (xy 39.287703 51.063799) - (xy 39.287697 51.063804) - (xy 39.125804 51.225697) - (xy 39.125799 51.225703) - (xy 38.994477 51.41325) - (xy 38.897717 51.620753) - (xy 38.897715 51.620759) - (xy 38.8454 51.816) - (xy 38.838457 51.841913) - (xy 38.818502 52.07) - (xy 38.838457 52.298087) - (xy 38.857479 52.369076) - (xy 38.897715 52.51924) - (xy 38.897717 52.519246) - (xy 38.963492 52.660302) - (xy 38.994477 52.726749) - (xy 39.125802 52.9143) - (xy 39.2877 53.076198) - (xy 39.475251 53.207523) - (xy 39.682757 53.304284) - (xy 39.903913 53.363543) - (xy 40.132 53.383498) - (xy 40.360087 53.363543) - (xy 40.581243 53.304284) - (xy 40.788749 53.207523) - (xy 40.9763 53.076198) - (xy 41.138198 52.9143) - (xy 41.269523 52.726749) - (xy 41.269523 52.726748) - (xy 41.269525 52.726746) - (xy 41.272274 52.721985) - (xy 41.274082 52.723028) - (xy 41.31499 52.676561) - (xy 41.383265 52.657095) - (xy 41.451227 52.677631) - (xy 41.490349 52.722779) - (xy 41.492161 52.721734) - (xy 41.494913 52.726501) - (xy 41.544899 52.797888) - (xy 42.233272 52.109516) - (xy 42.246835 52.195148) - (xy 42.304359 52.308045) - (xy 42.393955 52.397641) - (xy 42.506852 52.455165) - (xy 42.592482 52.468727) - (xy 41.90411 53.157098) - (xy 41.90411 53.1571) - (xy 41.975498 53.207086) - (xy 41.975501 53.207088) - (xy 42.012109 53.224158) - (xy 42.065394 53.271074) - (xy 42.084856 53.339351) - (xy 42.064315 53.407311) - (xy 42.047955 53.427448) - (xy 38.088302 57.387102) - (xy 38.02599 57.421128) - (xy 37.966596 57.419714) - (xy 37.918583 57.406849) - (xy 37.820087 57.380457) - (xy 37.592 57.360502) - (xy 37.363913 57.380457) - (xy 37.142759 57.439715) - (xy 37.142753 57.439717) - (xy 36.93525 57.536477) - (xy 36.747703 57.667799) - (xy 36.747697 57.667804) - (xy 36.585804 57.829697) - (xy 36.585799 57.829703) - (xy 36.454477 58.01725) - (xy 36.357717 58.224753) - (xy 36.357715 58.224759) - (xy 36.334339 58.312) - (xy 36.298457 58.445913) - (xy 36.278502 58.674) - (xy 36.298457 58.902087) - (xy 36.324452 58.9991) - (xy 36.357715 59.12324) - (xy 36.357717 59.123246) - (xy 36.454477 59.330749) - (xy 36.583658 59.515239) - (xy 36.585802 59.5183) - (xy 36.7477 59.680198) - (xy 36.935251 59.811523) - (xy 37.142757 59.908284) - (xy 37.363913 59.967543) - (xy 37.592 59.987498) - (xy 37.820087 59.967543) - (xy 38.041243 59.908284) - (xy 38.248749 59.811523) - (xy 38.4363 59.680198) - (xy 38.598198 59.5183) - (xy 38.729523 59.330749) - (xy 38.826284 59.123243) - (xy 38.885543 58.902087) - (xy 38.905498 58.674) - (xy 38.900399 58.615728) - (xy 38.914388 58.546123) - (xy 38.936822 58.515654) - (xy 39.391407 58.061069) - (xy 39.453717 58.027045) - (xy 39.524532 58.03211) - (xy 39.581368 58.074657) - (xy 39.606179 58.141177) - (xy 39.6065 58.150166) - (xy 39.6065 58.568781) - (xy 39.621452 58.720594) - (xy 39.621453 58.7206) - (xy 39.621454 58.720601) - (xy 39.68055 58.915417) - (xy 39.776518 59.09496) - (xy 39.905669 59.252331) - (xy 40.06304 59.381482) - (xy 40.242583 59.47745) - (xy 40.437399 59.536546) - (xy 40.437403 59.536546) - (xy 40.437405 59.536547) - (xy 40.639997 59.556501) - (xy 40.64 59.556501) - (xy 40.640003 59.556501) - (xy 40.842594 59.536547) - (xy 40.842595 59.536546) - (xy 40.842601 59.536546) - (xy 41.037417 59.47745) - (xy 41.215607 59.382205) - (xy 41.285109 59.367734) - (xy 41.334391 59.382204) - (xy 41.512583 59.47745) - (xy 41.707399 59.536546) - (xy 41.707403 59.536546) - (xy 41.707405 59.536547) - (xy 41.909997 59.556501) - (xy 41.91 59.556501) - (xy 41.910003 59.556501) - (xy 42.112592 59.536547) - (xy 42.112592 59.536546) - (xy 42.112601 59.536546) - (xy 42.302907 59.478817) - (xy 42.373897 59.478185) - (xy 42.400033 59.491121) - (xy 42.400882 59.489568) - (xy 42.408793 59.493886) - (xy 42.408796 59.493889) - (xy 42.466037 59.515239) - (xy 42.545795 59.544988) - (xy 42.545803 59.54499) - (xy 42.60635 59.551499) - (xy 42.606355 59.551499) - (xy 42.606362 59.5515) - (xy 42.606368 59.5515) - (xy 43.753632 59.5515) - (xy 43.753638 59.5515) - (xy 43.753645 59.551499) - (xy 43.753649 59.551499) - (xy 43.814196 59.54499) - (xy 43.814199 59.544989) - (xy 43.814201 59.544989) - (xy 43.951204 59.493889) - (xy 43.962284 59.485595) - (xy 44.068261 59.406261) - (xy 44.155887 59.289207) - (xy 44.155887 59.289206) - (xy 44.155889 59.289204) - (xy 44.201825 59.166045) - (xy 44.206988 59.152204) - (xy 44.20699 59.152196) - (xy 44.213499 59.091649) - (xy 44.2135 59.091632) - (xy 44.2135 57.494367) - (xy 44.213499 57.49435) - (xy 44.20699 57.433803) - (xy 44.206988 57.433795) - (xy 44.173958 57.34524) - (xy 44.155889 57.296796) - (xy 44.155888 57.296794) - (xy 44.155887 57.296792) - (xy 44.068261 57.179738) - (xy 43.951205 57.092111) - (xy 43.897466 57.072067) - (xy 43.840631 57.02952) - (xy 43.815821 56.963) - (xy 43.8155 56.954012) - (xy 43.8155 55.372) - (xy 44.914502 55.372) - (xy 44.934457 55.600087) - (xy 44.956251 55.681421) - (xy 44.993715 55.82124) - (xy 44.993717 55.821246) - (xy 45.090477 56.028749) - (xy 45.216879 56.20927) - (xy 45.221802 56.2163) - (xy 45.3837 56.378198) - (xy 45.571251 56.509523) - (xy 45.778757 56.606284) - (xy 45.999913 56.665543) - (xy 46.228 56.685498) - (xy 46.456087 56.665543) - (xy 46.677243 56.606284) - (xy 46.884749 56.509523) - (xy 47.0723 56.378198) - (xy 47.234198 56.2163) - (xy 47.365523 56.028749) - (xy 47.462284 55.821243) - (xy 47.521543 55.600087) - (xy 47.541498 55.372) - (xy 49.232502 55.372) - (xy 49.252457 55.600087) - (xy 49.274251 55.681421) - (xy 49.311715 55.82124) - (xy 49.311717 55.821246) - (xy 49.408477 56.028749) - (xy 49.534879 56.20927) - (xy 49.539802 56.2163) - (xy 49.7017 56.378198) - (xy 49.889251 56.509523) - (xy 50.096757 56.606284) - (xy 50.317913 56.665543) - (xy 50.546 56.685498) - (xy 50.774087 56.665543) - (xy 50.995243 56.606284) - (xy 51.202749 56.509523) - (xy 51.3903 56.378198) - (xy 51.552198 56.2163) - (xy 51.683523 56.028749) - (xy 51.780284 55.821243) - (xy 51.839543 55.600087) - (xy 51.859498 55.372) - (xy 51.839543 55.143913) - (xy 51.780284 54.922757) - (xy 51.683523 54.715251) - (xy 51.552198 54.5277) - (xy 51.3903 54.365802) - (xy 51.376301 54.356) - (xy 51.202749 54.234477) - (xy 50.995246 54.137717) - (xy 50.99524 54.137715) - (xy 50.859595 54.101369) - (xy 50.774087 54.078457) - (xy 50.546 54.058502) - (xy 50.317913 54.078457) - (xy 50.096759 54.137715) - (xy 50.096753 54.137717) - (xy 49.88925 54.234477) - (xy 49.701703 54.365799) - (xy 49.701697 54.365804) - (xy 49.539804 54.527697) - (xy 49.539799 54.527703) - (xy 49.408477 54.71525) - (xy 49.311717 54.922753) - (xy 49.311715 54.922759) - (xy 49.282505 55.031774) - (xy 49.252457 55.143913) - (xy 49.232502 55.372) - (xy 47.541498 55.372) - (xy 47.521543 55.143913) - (xy 47.462284 54.922757) - (xy 47.365523 54.715251) - (xy 47.234198 54.5277) - (xy 47.0723 54.365802) - (xy 47.058301 54.356) - (xy 46.884749 54.234477) - (xy 46.677246 54.137717) - (xy 46.67724 54.137715) - (xy 46.541595 54.101369) - (xy 46.456087 54.078457) - (xy 46.228 54.058502) - (xy 45.999913 54.078457) - (xy 45.778759 54.137715) - (xy 45.778753 54.137717) - (xy 45.57125 54.234477) - (xy 45.383703 54.365799) - (xy 45.383697 54.365804) - (xy 45.221804 54.527697) - (xy 45.221799 54.527703) - (xy 45.090477 54.71525) - (xy 44.993717 54.922753) - (xy 44.993715 54.922759) - (xy 44.964505 55.031774) - (xy 44.934457 55.143913) - (xy 44.914502 55.372) - (xy 43.8155 55.372) - (xy 43.8155 55.284632) - (xy 43.835502 55.216511) - (xy 43.8524 55.195542) - (xy 53.09612 45.951821) - (xy 53.15843 45.917797) - (xy 53.229245 45.922862) - (xy 53.286081 45.965409) - (xy 53.288426 45.968647) - (xy 53.349799 46.056296) - (xy 53.349802 46.0563) - (xy 53.5117 46.218198) - (xy 53.699251 46.349523) - (xy 53.906757 46.446284) - (xy 54.127913 46.505543) - (xy 54.356 46.525498) - (xy 54.584087 46.505543) - (xy 54.805243 46.446284) - (xy 55.012749 46.349523) - (xy 55.2003 46.218198) - (xy 55.362198 46.0563) - (xy 55.493523 45.868749) - (xy 55.590284 45.661243) - (xy 55.649543 45.440087) - (xy 55.669498 45.212) - (xy 55.649543 44.983913) - (xy 55.590284 44.762757) - (xy 55.493523 44.555251) - (xy 55.362198 44.3677) - (xy 55.2003 44.205802) - (xy 55.186301 44.196) - (xy 55.012749 44.074477) - (xy 54.805246 43.977717) - (xy 54.80524 43.977715) - (xy 54.68889 43.946539) - (xy 54.584087 43.918457) - (xy 54.356 43.898502) - (xy 54.127911 43.918457) - (xy 54.023108 43.946539) - (xy 53.952132 43.944849) - (xy 53.893336 43.905054) - (xy 53.865389 43.83979) - (xy 53.864498 43.824848) - (xy 53.864498 39.774634) - (xy 53.8845 39.706514) - (xy 53.901403 39.685539) - (xy 54.207143 39.379799) - (xy 54.573437 39.013506) - (xy 54.573436 39.013505) - (xy 54.610333 38.976609) - (xy 54.610342 38.976599) - (xy 55.94314 37.643801) - (xy 59.966408 33.620534) - (xy 60.028718 33.58651) - (xy 60.099533 33.591575) - (xy 60.156369 33.634122) - (xy 60.18118 33.700642) - (xy 60.181501 33.709631) - (xy 60.181501 36.418378) - (xy 60.181501 36.418379) - (xy 60.181501 37.091615) - (xy 60.1815 37.778439) - (xy 60.181501 37.778444) - (xy 60.181501 37.991075) - (xy 60.17995 38.010785) - (xy 60.177826 38.024192) - (xy 60.178677 38.040424) - (xy 60.162267 38.109498) - (xy 60.141945 38.136113) - (xy 59.409539 38.868518) - (xy 59.394512 38.881353) - (xy 59.383528 38.889334) - (xy 59.337664 38.94027) - (xy 59.335397 38.94266) - (xy 59.320064 38.957994) - (xy 59.320057 38.958002) - (xy 59.306411 38.974852) - (xy 59.304272 38.977355) - (xy 59.254947 39.032139) - (xy 59.194501 39.069379) - (xy 59.172291 39.07335) - (xy 58.953918 39.092456) - (xy 58.953914 39.092456) - (xy 58.953913 39.092457) - (xy 58.860443 39.117502) - (xy 58.732759 39.151715) - (xy 58.732753 39.151717) - (xy 58.52525 39.248477) - (xy 58.337703 39.379799) - (xy 58.337697 39.379804) - (xy 58.175804 39.541697) - (xy 58.175799 39.541703) - (xy 58.044477 39.72925) - (xy 57.947717 39.936753) - (xy 57.947715 39.936759) - (xy 57.917372 40.05) - (xy 57.888457 40.157913) - (xy 57.868502 40.386) - (xy 57.888457 40.614087) - (xy 57.913285 40.706746) - (xy 57.947715 40.83524) - (xy 57.947717 40.835246) - (xy 58.044477 41.042749) - (xy 58.145544 41.187088) - (xy 58.175802 41.2303) - (xy 58.3377 41.392198) - (xy 58.525251 41.523523) - (xy 58.732757 41.620284) - (xy 58.953913 41.679543) - (xy 59.182 41.699498) - (xy 59.410087 41.679543) - (xy 59.631243 41.620284) - (xy 59.838749 41.523523) - (xy 59.98323 41.422355) - (xy 60.050504 41.399668) - (xy 60.119364 41.416953) - (xy 60.167949 41.468723) - (xy 60.181501 41.525569) - (xy 60.181501 60.650367) - (xy 60.161499 60.718488) - (xy 60.144596 60.739462) - (xy 56.786464 64.097595) - (xy 56.724152 64.131621) - (xy 56.697369 64.1345) - (xy 54.303293 64.1345) - (xy 54.235172 64.114498) - (xy 54.188679 64.060842) - (xy 54.178575 63.990568) - (xy 54.20008 63.936229) - (xy 54.200437 63.935717) - (xy 54.223523 63.902749) - (xy 54.320284 63.695243) - (xy 54.379543 63.474087) - (xy 54.399498 63.246) - (xy 54.379543 63.017913) - (xy 54.320284 62.796757) - (xy 54.223523 62.589251) - (xy 54.092198 62.4017) - (xy 53.9303 62.239802) - (xy 53.742749 62.108477) - (xy 53.535246 62.011717) - (xy 53.53524 62.011715) - (xy 53.441771 61.98667) - (xy 53.314087 61.952457) - (xy 53.086 61.932502) - (xy 52.857913 61.952457) - (xy 52.636759 62.011715) - (xy 52.636753 62.011717) - (xy 52.42925 62.108477) - (xy 52.241703 62.239799) - (xy 52.241697 62.239804) - (xy 52.079804 62.401697) - (xy 52.079799 62.401703) - (xy 51.948476 62.589251) - (xy 51.930193 62.628459) - (xy 51.883275 62.681743) - (xy 51.814997 62.701203) - (xy 51.747038 62.68066) - (xy 51.701805 62.628457) - (xy 51.683523 62.589251) - (xy 51.552198 62.4017) - (xy 51.3903 62.239802) - (xy 51.202749 62.108477) - (xy 50.995246 62.011717) - (xy 50.99524 62.011715) - (xy 50.901771 61.98667) - (xy 50.774087 61.952457) - (xy 50.546 61.932502) - (xy 50.317913 61.952457) - (xy 50.096759 62.011715) - (xy 50.096753 62.011717) - (xy 49.88925 62.108477) - (xy 49.701703 62.239799) - (xy 49.701697 62.239804) - (xy 49.539804 62.401697) - (xy 49.539799 62.401703) - (xy 49.408477 62.58925) - (xy 49.311717 62.796753) - (xy 49.311715 62.796759) - (xy 49.260501 62.987892) - (xy 49.252457 63.017913) - (xy 49.232502 63.246) - (xy 49.252457 63.474087) - (xy 49.276 63.56195) - (xy 49.311715 63.69524) - (xy 49.311717 63.695246) - (xy 49.408477 63.902749) - (xy 49.43192 63.936229) - (xy 49.454608 64.003503) - (xy 49.437323 64.072363) - (xy 49.385554 64.120948) - (xy 49.328707 64.1345) - (xy 46.561925 64.1345) - (xy 46.542215 64.132949) - (xy 46.528806 64.130825) - (xy 46.486258 64.133056) - (xy 46.460334 64.134414) - (xy 46.457064 64.1345) - (xy 46.43538 64.1345) - (xy 46.435376 64.1345) - (xy 46.435364 64.134501) - (xy 46.413812 64.136766) - (xy 46.410527 64.137024) - (xy 46.342086 64.140611) - (xy 46.328975 64.144124) - (xy 46.309545 64.147725) - (xy 46.296047 64.149144) - (xy 46.23085 64.170327) - (xy 46.227688 64.171263) - (xy 46.161475 64.189005) - (xy 46.161473 64.189006) - (xy 46.149378 64.195169) - (xy 46.131123 64.20273) - (xy 46.118221 64.206922) - (xy 46.118207 64.206928) - (xy 46.058843 64.241202) - (xy 46.055946 64.242775) - (xy 45.994876 64.273891) - (xy 45.984331 64.282431) - (xy 45.968042 64.293626) - (xy 45.956292 64.30041) - (xy 45.956281 64.300418) - (xy 45.905352 64.346274) - (xy 45.902848 64.348412) - (xy 45.886 64.362057) - (xy 45.885991 64.362065) - (xy 45.870657 64.377398) - (xy 45.868267 64.379665) - (xy 45.81733 64.425529) - (xy 45.809346 64.436518) - (xy 45.796511 64.451544) - (xy 44.288459 65.959597) - (xy 44.226147 65.993622) - (xy 44.199364 65.996502) - (xy 44.196006 65.996502) - (xy 44.196003 65.996502) - (xy 44.196 65.996502) - (xy 43.967912 66.016456) - (xy 43.967913 66.016457) - (xy 43.746759 66.075715) - (xy 43.746753 66.075717) - (xy 43.53925 66.172477) - (xy 43.351703 66.303799) - (xy 43.351697 66.303804) - (xy 43.189804 66.465697) - (xy 43.189799 66.465703) - (xy 43.058477 66.65325) - (xy 42.961717 66.860753) - (xy 42.961715 66.860759) - (xy 42.918541 67.021888) - (xy 42.902457 67.081913) - (xy 42.882502 67.31) - (xy 42.902457 67.538087) - (xy 42.915576 67.587048) - (xy 42.961715 67.75924) - (xy 42.961717 67.759246) - (xy 43.058477 67.966749) - (xy 43.147403 68.093749) - (xy 43.189802 68.1543) - (xy 43.3517 68.316198) - (xy 43.539251 68.447523) - (xy 43.746757 68.544284) - (xy 43.967913 68.603543) - (xy 44.196 68.623498) - (xy 44.424087 68.603543) - (xy 44.645243 68.544284) - (xy 44.852749 68.447523) - (xy 45.0403 68.316198) - (xy 45.202198 68.1543) - (xy 45.333523 67.966749) - (xy 45.333523 67.966748) - (xy 45.333525 67.966746) - (xy 45.336274 67.961985) - (xy 45.338082 67.963028) - (xy 45.37899 67.916561) - (xy 45.447265 67.897095) - (xy 45.515227 67.917631) - (xy 45.554349 67.962779) - (xy 45.556161 67.961734) - (xy 45.558913 67.966501) - (xy 45.608898 68.037888) - (xy 45.6089 68.037888) - (xy 46.297272 67.349516) - (xy 46.310835 67.435148) - (xy 46.368359 67.548045) - (xy 46.457955 67.637641) - (xy 46.570852 67.695165) - (xy 46.656482 67.708727) - (xy 45.96811 68.397098) - (xy 45.96811 68.3971) - (xy 46.039497 68.447085) - (xy 46.049359 68.451684) - (xy 46.102645 68.4986) - (xy 46.122107 68.566877) - (xy 46.101566 68.634838) - (xy 46.047545 68.680904) - (xy 45.977193 68.690452) - (xy 45.963503 68.687587) - (xy 45.948091 68.683457) - (xy 45.72 68.663502) - (xy 45.491913 68.683457) - (xy 45.270759 68.742715) - (xy 45.270753 68.742717) - (xy 45.06325 68.839477) - (xy 44.875703 68.970799) - (xy 44.875697 68.970804) - (xy 44.713804 69.132697) - (xy 44.713799 69.132703) - (xy 44.582477 69.32025) - (xy 44.485717 69.527753) - (xy 44.485715 69.527759) - (xy 44.455234 69.641516) - (xy 44.426457 69.748913) - (xy 44.406502 69.977) - (xy 44.426457 70.205087) - (xy 44.485716 70.426243) - (xy 44.582477 70.633749) - (xy 44.713802 70.8213) - (xy 44.8757 70.983198) - (xy 44.875703 70.9832) - (xy 45.063253 71.114525) - (xy 45.068015 71.117274) - (xy 45.06688 71.119238) - (xy 45.112865 71.159745) - (xy 45.132312 71.228026) - (xy 45.111756 71.295982) - (xy 45.066921 71.334831) - (xy 45.068015 71.336726) - (xy 45.063253 71.339474) - (xy 44.875703 71.470799) - (xy 44.875697 71.470804) - (xy 44.713804 71.632697) - (xy 44.713799 71.632703) - (xy 44.582477 71.82025) - (xy 44.485717 72.027753) - (xy 44.485715 72.027759) - (xy 44.427773 72.244) - (xy 44.426457 72.248913) - (xy 44.406502 72.477) - (xy 44.426457 72.705087) - (xy 44.443622 72.769148) - (xy 44.485715 72.92624) - (xy 44.485717 72.926246) - (xy 44.582477 73.133749) - (xy 44.699235 73.300497) - (xy 44.713802 73.3213) - (xy 44.8757 73.483198) - (xy 45.063251 73.614523) - (xy 45.270757 73.711284) - (xy 45.491913 73.770543) - (xy 45.72 73.790498) - (xy 45.948087 73.770543) - (xy 46.169243 73.711284) - (xy 46.376749 73.614523) - (xy 46.5643 73.483198) - (xy 46.726198 73.3213) - (xy 46.857523 73.133749) - (xy 46.954284 72.926243) - (xy 47.013543 72.705087) - (xy 47.033498 72.477) - (xy 47.013543 72.248913) - (xy 46.954284 72.027757) - (xy 46.857523 71.820251) - (xy 46.726198 71.6327) - (xy 46.5643 71.470802) - (xy 46.564296 71.470799) - (xy 46.376746 71.339474) - (xy 46.371985 71.336726) - (xy 46.373122 71.334754) - (xy 46.327154 71.294287) - (xy 46.307687 71.226011) - (xy 46.328223 71.158049) - (xy 46.373083 71.119177) - (xy 46.371985 71.117274) - (xy 46.376746 71.114525) - (xy 46.452836 71.061246) - (xy 46.5643 70.983198) - (xy 46.726198 70.8213) - (xy 46.857523 70.633749) - (xy 46.867665 70.612) - (xy 48.216502 70.612) - (xy 48.236457 70.840086) - (xy 48.295715 71.06124) - (xy 48.295717 71.061246) - (xy 48.392477 71.268749) - (xy 48.517536 71.447352) - (xy 48.523802 71.4563) - (xy 48.6857 71.618198) - (xy 48.873251 71.749523) - (xy 49.080757 71.846284) - (xy 49.301913 71.905543) - (xy 49.53 71.925498) - (xy 49.758087 71.905543) - (xy 49.979243 71.846284) - (xy 50.186749 71.749523) - (xy 50.3743 71.618198) - (xy 50.536198 71.4563) - (xy 50.667523 71.268749) - (xy 50.764284 71.061243) - (xy 50.823543 70.840087) - (xy 50.843498 70.612) - (xy 50.823543 70.383913) - (xy 50.764284 70.162757) - (xy 50.667523 69.955251) - (xy 50.536198 69.7677) - (xy 50.3743 69.605802) - (xy 50.261619 69.526902) - (xy 50.186749 69.474477) - (xy 49.979246 69.377717) - (xy 49.97924 69.377715) - (xy 49.836418 69.339446) - (xy 49.758087 69.318457) - (xy 49.53 69.298502) - (xy 49.301913 69.318457) - (xy 49.080759 69.377715) - (xy 49.080753 69.377717) - (xy 48.87325 69.474477) - (xy 48.685703 69.605799) - (xy 48.685697 69.605804) - (xy 48.523804 69.767697) - (xy 48.523799 69.767703) - (xy 48.392477 69.95525) - (xy 48.295717 70.162753) - (xy 48.295715 70.162759) - (xy 48.236457 70.383913) - (xy 48.216502 70.612) - (xy 46.867665 70.612) - (xy 46.954284 70.426243) - (xy 47.013543 70.205087) - (xy 47.033498 69.977) - (xy 47.013543 69.748913) - (xy 46.954284 69.527757) - (xy 46.857523 69.320251) - (xy 46.726198 69.1327) - (xy 46.5643 68.970802) - (xy 46.564296 68.970799) - (xy 46.376748 68.839476) - (xy 46.366811 68.834842) - (xy 46.313527 68.787923) - (xy 46.294069 68.719645) - (xy 46.314613 68.651685) - (xy 46.368638 68.605622) - (xy 46.43899 68.596078) - (xy 46.452681 68.598944) - (xy 46.467994 68.603047) - (xy 46.467995 68.603048) - (xy 46.696 68.622995) - (xy 46.924002 68.603048) - (xy 47.145068 68.543813) - (xy 47.145073 68.543811) - (xy 47.352497 68.447088) - (xy 47.423888 68.397099) - (xy 47.423888 68.397097) - (xy 46.735518 67.708727) - (xy 46.821148 67.695165) - (xy 46.934045 67.637641) - (xy 47.023641 67.548045) - (xy 47.081165 67.435148) - (xy 47.094727 67.349518) - (xy 47.783097 68.037888) - (xy 47.783099 68.037888) - (xy 47.833088 67.966497) - (xy 47.929811 67.759073) - (xy 47.929813 67.759068) - (xy 47.989048 67.538002) - (xy 48.008995 67.31) - (xy 47.989048 67.081997) - (xy 47.929813 66.860931) - (xy 47.929811 66.860926) - (xy 47.833086 66.653498) - (xy 47.7831 66.58211) - (xy 47.783098 66.58211) - (xy 47.094727 67.270481) - (xy 47.081165 67.184852) - (xy 47.023641 67.071955) - (xy 46.934045 66.982359) - (xy 46.821148 66.924835) - (xy 46.735517 66.911272) - (xy 47.423888 66.222899) - (xy 47.423888 66.222898) - (xy 47.352501 66.172913) - (xy 47.311287 66.153695) - (xy 47.258002 66.106778) - (xy 47.238541 66.0385) - (xy 47.259083 65.970541) - (xy 47.313106 65.924475) - (xy 47.364537 65.9135) - (xy 48.312707 65.9135) - (xy 48.380828 65.933502) - (xy 48.427321 65.987158) - (xy 48.437425 66.057432) - (xy 48.41592 66.111771) - (xy 48.392477 66.14525) - (xy 48.295717 66.352753) - (xy 48.295715 66.352759) - (xy 48.246086 66.537977) - (xy 48.236457 66.573913) - (xy 48.216502 66.802) - (xy 48.236457 67.030087) - (xy 48.255056 67.099498) - (xy 48.295715 67.25124) - (xy 48.295717 67.251246) - (xy 48.392477 67.458749) - (xy 48.448029 67.538086) - (xy 48.523802 67.6463) - (xy 48.6857 67.808198) - (xy 48.873251 67.939523) - (xy 49.080757 68.036284) - (xy 49.301913 68.095543) - (xy 49.53 68.115498) - (xy 49.758087 68.095543) - (xy 49.979243 68.036284) - (xy 50.186749 67.939523) - (xy 50.3743 67.808198) - (xy 50.536198 67.6463) - (xy 50.667523 67.458749) - (xy 50.764284 67.251243) - (xy 50.823543 67.030087) - (xy 50.843498 66.802) - (xy 50.823543 66.573913) - (xy 50.764284 66.352757) - (xy 50.667523 66.145251) - (xy 50.64408 66.111771) - (xy 50.621392 66.044497) - (xy 50.638677 65.975637) - (xy 50.690446 65.927052) - (xy 50.747293 65.9135) - (xy 57.038077 65.9135) - (xy 57.057787 65.91505) - (xy 57.071192 65.917174) - (xy 57.139673 65.913585) - (xy 57.142946 65.9135) - (xy 57.164614 65.9135) - (xy 57.164622 65.9135) - (xy 57.186229 65.911228) - (xy 57.189411 65.910978) - (xy 57.257917 65.907389) - (xy 57.271022 65.903876) - (xy 57.290473 65.900272) - (xy 57.303958 65.898855) - (xy 57.30396 65.898854) - (xy 57.303962 65.898854) - (xy 57.369144 65.877674) - (xy 57.372293 65.87674) - (xy 57.438526 65.858994) - (xy 57.450615 65.852833) - (xy 57.468879 65.845268) - (xy 57.481787 65.841075) - (xy 57.48179 65.841073) - (xy 57.481791 65.841073) - (xy 57.490852 65.83584) - (xy 57.541187 65.806779) - (xy 57.54404 65.805231) - (xy 57.605127 65.774107) - (xy 57.615673 65.765565) - (xy 57.631961 65.754371) - (xy 57.643717 65.747585) - (xy 57.64372 65.747581) - (xy 57.643722 65.747581) - (xy 57.694655 65.70172) - (xy 57.697164 65.699577) - (xy 57.700225 65.697097) - (xy 57.714008 65.685937) - (xy 57.729347 65.670597) - (xy 57.731703 65.66836) - (xy 57.782671 65.62247) - (xy 57.790656 65.611478) - (xy 57.803485 65.596458) - (xy 59.966407 63.433536) - (xy 60.028717 63.399512) - (xy 60.099532 63.404577) - (xy 60.156368 63.447124) - (xy 60.181179 63.513644) - (xy 60.1815 63.522633) - (xy 60.1815 65.414832) - (xy 60.161498 65.482953) - (xy 60.107842 65.529446) - (xy 60.037568 65.53955) - (xy 60.022891 65.536539) - (xy 59.918087 65.508457) - (xy 59.69 65.488502) - (xy 59.461913 65.508457) - (xy 59.240759 65.567715) - (xy 59.240753 65.567717) - (xy 59.03325 65.664477) - (xy 58.845703 65.795799) - (xy 58.845697 65.795804) - (xy 58.683804 65.957697) - (xy 58.683799 65.957703) - (xy 58.552477 66.14525) - (xy 58.455717 66.352753) - (xy 58.455715 66.352759) - (xy 58.406086 66.537977) - (xy 58.396457 66.573913) - (xy 58.376502 66.802) - (xy 58.396457 67.030087) - (xy 58.415056 67.099498) - (xy 58.455715 67.25124) - (xy 58.455717 67.251246) - (xy 58.552477 67.458749) - (xy 58.608029 67.538086) - (xy 58.683802 67.6463) - (xy 58.8457 67.808198) - (xy 59.033251 67.939523) - (xy 59.240757 68.036284) - (xy 59.461913 68.095543) - (xy 59.69 68.115498) - (xy 59.918087 68.095543) - (xy 60.022893 68.06746) - (xy 60.093866 68.06915) - (xy 60.152662 68.108944) - (xy 60.18061 68.174208) - (xy 60.181501 68.189167) - (xy 60.181501 69.224832) - (xy 60.161499 69.292953) - (xy 60.107843 69.339446) - (xy 60.037569 69.34955) - (xy 60.02289 69.346539) - (xy 59.996418 69.339446) - (xy 59.918087 69.318457) - (xy 59.69 69.298502) - (xy 59.461913 69.318457) - (xy 59.240759 69.377715) - (xy 59.240753 69.377717) - (xy 59.03325 69.474477) - (xy 58.845703 69.605799) - (xy 58.845697 69.605804) - (xy 58.683804 69.767697) - (xy 58.683799 69.767703) - (xy 58.552477 69.95525) - (xy 58.455717 70.162753) - (xy 58.455715 70.162759) - (xy 58.396457 70.383913) - (xy 58.376502 70.612) - (xy 58.396457 70.840086) - (xy 58.455715 71.06124) - (xy 58.455717 71.061246) - (xy 58.552477 71.268749) - (xy 58.677536 71.447352) - (xy 58.683802 71.4563) - (xy 58.8457 71.618198) - (xy 59.033251 71.749523) - (xy 59.060019 71.762005) - (xy 59.078281 71.770521) - (xy 59.131566 71.817439) - (xy 59.151027 71.885716) - (xy 59.130485 71.953676) - (xy 59.114126 71.973811) - (xy 52.335744 78.752193) - (xy 52.320718 78.765028) - (xy 52.309729 78.773012) - (xy 52.263865 78.823949) - (xy 52.261598 78.826339) - (xy 52.246265 78.841673) - (xy 52.246257 78.841682) - (xy 52.232612 78.85853) - (xy 52.230474 78.861034) - (xy 52.184618 78.911963) - (xy 52.18461 78.911974) - (xy 52.177826 78.923724) - (xy 52.166631 78.940013) - (xy 52.158093 78.950556) - (xy 52.126973 79.011632) - (xy 52.125399 79.01453) - (xy 52.091125 79.073896) - (xy 52.091123 79.073899) - (xy 52.086931 79.086802) - (xy 52.079368 79.105063) - (xy 52.073207 79.117155) - (xy 52.055461 79.183378) - (xy 52.054525 79.18654) - (xy 52.033344 79.251724) - (xy 52.031926 79.26522) - (xy 52.028325 79.28465) - (xy 52.02481 79.297769) - (xy 52.021224 79.366216) - (xy 52.020965 79.369505) - (xy 52.0187 79.391052) - (xy 52.018699 79.391067) - (xy 52.018699 79.412741) - (xy 52.018613 79.41601) - (xy 52.01754 79.436501) - (xy 52.015025 79.484493) - (xy 52.017148 79.497893) - (xy 52.0187 79.517606) - (xy 52.0187 83.936968) - (xy 51.998698 84.005089) - (xy 51.981795 84.026063) - (xy 51.053595 84.954263) - (xy 50.991283 84.988289) - (xy 50.920468 84.983224) - (xy 50.863632 84.940677) - (xy 50.838821 84.874157) - (xy 50.8385 84.865168) - (xy 50.8385 84.241367) - (xy 50.838499 84.24135) - (xy 50.83199 84.180803) - (xy 50.831988 84.180795) - (xy 50.795811 84.083804) - (xy 50.780889 84.043796) - (xy 50.780888 84.043794) - (xy 50.780887 84.043792) - (xy 50.693261 83.926738) - (xy 50.576207 83.839112) - (xy 50.576202 83.83911) - (xy 50.439204 83.788011) - (xy 50.439196 83.788009) - (xy 50.378649 83.7815) - (xy 50.378638 83.7815) - (xy 48.681362 83.7815) - (xy 48.68135 83.7815) - (xy 48.620803 83.788009) - (xy 48.620795 83.788011) - (xy 48.483797 83.83911) - (xy 48.483792 83.839112) - (xy 48.366738 83.926738) - (xy 48.279112 84.043792) - (xy 48.27911 84.043797) - (xy 48.228011 84.180795) - (xy 48.228009 84.180803) - (xy 48.2215 84.24135) - (xy 48.2215 85.938649) - (xy 48.228009 85.999196) - (xy 48.228011 85.999204) - (xy 48.27911 86.136202) - (xy 48.279112 86.136207) - (xy 48.366738 86.253261) - (xy 48.483792 86.340887) - (xy 48.483794 86.340888) - (xy 48.483796 86.340889) - (xy 48.535034 86.36) - (xy 48.620795 86.391988) - (xy 48.620803 86.39199) - (xy 48.68135 86.398499) - (xy 48.681355 86.398499) - (xy 48.681362 86.3985) - (xy 48.933485 86.3985) - (xy 49.001606 86.418502) - (xy 49.048099 86.472158) - (xy 49.058203 86.542432) - (xy 49.028709 86.607012) - (xy 49.02258 86.613595) - (xy 46.647029 88.989144) - (xy 46.584717 89.02317) - (xy 46.513901 89.018105) - (xy 46.457066 88.975558) - (xy 46.443739 88.953299) - (xy 46.4247 88.912469) - (xy 46.349523 88.751251) - (xy 46.218198 88.5637) - (xy 46.0563 88.401802) - (xy 45.868749 88.270477) - (xy 45.868748 88.270476) - (xy 45.661246 88.173717) - (xy 45.66124 88.173715) - (xy 45.567771 88.14867) - (xy 45.440087 88.114457) - (xy 45.212 88.094502) - (xy 44.983913 88.114457) - (xy 44.762759 88.173715) - (xy 44.762753 88.173717) - (xy 44.55525 88.270477) - (xy 44.367703 88.401799) - (xy 44.367697 88.401804) - (xy 44.205804 88.563697) - (xy 44.205799 88.563703) - (xy 44.074477 88.75125) - (xy 43.977717 88.958753) - (xy 43.977715 88.958759) - (xy 43.934662 89.119435) - (xy 43.918457 89.179913) - (xy 43.898502 89.408) - (xy 43.918457 89.636087) - (xy 43.947494 89.744454) - (xy 43.977715 89.85724) - (xy 43.977717 89.857246) - (xy 44.074477 90.064749) - (xy 44.14007 90.158426) - (xy 44.205802 90.2523) - (xy 44.3677 90.414198) - (xy 44.555251 90.545523) - (xy 44.728019 90.626085) - (xy 44.757299 90.639739) - (xy 44.810584 90.686656) - (xy 44.830045 90.754933) - (xy 44.809503 90.822893) - (xy 44.793144 90.843029) - (xy 43.293995 92.342179) - (xy 43.231683 92.376204) - (xy 43.160868 92.37114) - (xy 43.104032 92.328593) - (xy 43.079221 92.262073) - (xy 43.0789 92.253084) - (xy 43.0789 87.08242) - (xy 43.098902 87.014299) - (xy 43.152558 86.967806) - (xy 43.222832 86.957702) - (xy 43.287412 86.987196) - (xy 43.30854 87.012788) - (xy 43.309321 87.012242) - (xy 43.403384 87.146578) - (xy 43.443802 87.2043) - (xy 43.6057 87.366198) - (xy 43.793251 87.497523) - (xy 44.000757 87.594284) - (xy 44.221913 87.653543) - (xy 44.45 87.673498) - (xy 44.678087 87.653543) - (xy 44.899243 87.594284) - (xy 45.106749 87.497523) - (xy 45.2943 87.366198) - (xy 45.456198 87.2043) - (xy 45.587523 87.016749) - (xy 45.684284 86.809243) - (xy 45.743543 86.588087) - (xy 45.763498 86.36) - (xy 45.743543 86.131913) - (xy 45.684284 85.910757) - (xy 45.587523 85.703251) - (xy 45.456198 85.5157) - (xy 45.2943 85.353802) - (xy 45.281728 85.344999) - (xy 45.106746 85.222474) - (xy 45.101985 85.219726) - (xy 45.103122 85.217754) - (xy 45.057154 85.177287) - (xy 45.037687 85.109011) - (xy 45.058223 85.041049) - (xy 45.103083 85.002177) - (xy 45.101985 85.000274) - (xy 45.106746 84.997525) - (xy 45.145914 84.970099) - (xy 45.2943 84.866198) - (xy 45.456198 84.7043) - (xy 45.587523 84.516749) - (xy 45.684284 84.309243) - (xy 45.743543 84.088087) - (xy 45.763498 83.86) - (xy 45.743543 83.631913) - (xy 45.684284 83.410757) - (xy 45.587523 83.203251) - (xy 45.456198 83.0157) - (xy 45.2943 82.853802) - (xy 45.294296 82.853799) - (xy 45.106747 82.722475) - (xy 45.024653 82.684195) - (xy 44.971367 82.637278) - (xy 44.951906 82.569001) - (xy 44.972448 82.501041) - (xy 45.024653 82.455805) - (xy 45.106747 82.417524) - (xy 45.106747 82.417523) - (xy 45.106749 82.417523) - (xy 45.2943 82.286198) - (xy 45.456198 82.1243) - (xy 45.587523 81.936749) - (xy 45.656885 81.788) - (xy 48.216502 81.788) - (xy 48.236457 82.016087) - (xy 48.259597 82.102446) - (xy 48.295715 82.23724) - (xy 48.295717 82.237246) - (xy 48.361492 82.378302) - (xy 48.392477 82.444749) - (xy 48.523802 82.6323) - (xy 48.6857 82.794198) - (xy 48.873251 82.925523) - (xy 49.080757 83.022284) - (xy 49.301913 83.081543) - (xy 49.53 83.101498) - (xy 49.758087 83.081543) - (xy 49.979243 83.022284) - (xy 50.186749 82.925523) - (xy 50.3743 82.794198) - (xy 50.536198 82.6323) - (xy 50.667523 82.444749) - (xy 50.764284 82.237243) - (xy 50.823543 82.016087) - (xy 50.843498 81.788) - (xy 50.823543 81.559913) - (xy 50.764284 81.338757) - (xy 50.667523 81.131251) - (xy 50.536198 80.9437) - (xy 50.3743 80.781802) - (xy 50.186749 80.650477) - (xy 50.163256 80.639522) - (xy 49.979246 80.553717) - (xy 49.97924 80.553715) - (xy 49.873877 80.525483) - (xy 49.758087 80.494457) - (xy 49.53 80.474502) - (xy 49.301913 80.494457) - (xy 49.080759 80.553715) - (xy 49.080753 80.553717) - (xy 48.87325 80.650477) - (xy 48.685703 80.781799) - (xy 48.685697 80.781804) - (xy 48.523804 80.943697) - (xy 48.523799 80.943703) - (xy 48.392477 81.13125) - (xy 48.295717 81.338753) - (xy 48.295715 81.338759) - (xy 48.27254 81.42525) - (xy 48.236457 81.559913) - (xy 48.216502 81.788) - (xy 45.656885 81.788) - (xy 45.684284 81.729243) - (xy 45.743543 81.508087) - (xy 45.763498 81.28) - (xy 45.743543 81.051913) - (xy 45.684284 80.830757) - (xy 45.587523 80.623251) - (xy 45.456198 80.4357) - (xy 45.2943 80.273802) - (xy 45.281728 80.264999) - (xy 45.106746 80.142474) - (xy 45.101985 80.139726) - (xy 45.103023 80.137927) - (xy 45.056532 80.096963) - (xy 45.037095 80.028679) - (xy 45.057661 79.960726) - (xy 45.102782 79.921664) - (xy 45.10173 79.919841) - (xy 45.106496 79.917088) - (xy 45.177888 79.867099) - (xy 45.177888 79.867097) - (xy 44.489518 79.178727) - (xy 44.575148 79.165165) - (xy 44.688045 79.107641) - (xy 44.777641 79.018045) - (xy 44.835165 78.905148) - (xy 44.848727 78.819518) - (xy 45.537097 79.507888) - (xy 45.537099 79.507888) - (xy 45.587088 79.436497) - (xy 45.683811 79.229073) - (xy 45.683813 79.229068) - (xy 45.743048 79.008002) - (xy 45.762995 78.78) - (xy 45.743048 78.551997) - (xy 45.683813 78.330931) - (xy 45.683811 78.330926) - (xy 45.587086 78.123498) - (xy 45.527059 78.03777) - (xy 45.504371 77.970496) - (xy 45.521656 77.901636) - (xy 45.573426 77.853052) - (xy 45.630272 77.8395) - (xy 47.573367 77.8395) - (xy 47.641488 77.859502) - (xy 47.662462 77.876405) - (xy 48.179597 78.39354) - (xy 48.213623 78.455852) - (xy 48.216502 78.482635) - (xy 48.216502 78.485994) - (xy 48.216502 78.485996) - (xy 48.216502 78.486) - (xy 48.236457 78.714087) - (xy 48.265895 78.823949) - (xy 48.295715 78.93524) - (xy 48.295717 78.935246) - (xy 48.392477 79.142749) - (xy 48.448029 79.222086) - (xy 48.523802 79.3303) - (xy 48.6857 79.492198) - (xy 48.873251 79.623523) - (xy 49.080757 79.720284) - (xy 49.301913 79.779543) - (xy 49.53 79.799498) - (xy 49.758087 79.779543) - (xy 49.979243 79.720284) - (xy 50.186749 79.623523) - (xy 50.3743 79.492198) - (xy 50.536198 79.3303) - (xy 50.667523 79.142749) - (xy 50.764284 78.935243) - (xy 50.823543 78.714087) - (xy 50.843498 78.486) - (xy 50.823543 78.257913) - (xy 50.764284 78.036757) - (xy 50.667523 77.829251) - (xy 50.536198 77.6417) - (xy 50.3743 77.479802) - (xy 50.346298 77.460195) - (xy 50.186749 77.348477) - (xy 49.979246 77.251717) - (xy 49.97924 77.251715) - (xy 49.83032 77.211812) - (xy 49.758087 77.192457) - (xy 49.53 77.172502) - (xy 49.529997 77.172502) - (xy 49.529995 77.172502) - (xy 49.526635 77.172502) - (xy 49.525208 77.172083) - (xy 49.52452 77.172023) - (xy 49.524532 77.171884) - (xy 49.458514 77.1525) - (xy 49.43754 77.135597) - (xy 48.679488 76.377545) - (xy 48.666646 76.362509) - (xy 48.658669 76.35153) - (xy 48.607712 76.305647) - (xy 48.60532 76.303377) - (xy 48.590012 76.288068) - (xy 48.590006 76.288063) - (xy 48.573168 76.274427) - (xy 48.57066 76.272285) - (xy 48.548108 76.25198) - (xy 48.519715 76.226415) - (xy 48.507961 76.219629) - (xy 48.491667 76.20843) - (xy 48.481123 76.199891) - (xy 48.42005 76.168774) - (xy 48.417167 76.167209) - (xy 48.357785 76.132925) - (xy 48.344873 76.128729) - (xy 48.326613 76.121165) - (xy 48.314524 76.115006) - (xy 48.314522 76.115005) - (xy 48.290258 76.108503) - (xy 48.248284 76.097256) - (xy 48.245167 76.096333) - (xy 48.227497 76.090591) - (xy 48.179957 76.075144) - (xy 48.166463 76.073726) - (xy 48.147033 76.070125) - (xy 48.133919 76.066611) - (xy 48.133908 76.06661) - (xy 48.079622 76.063765) - (xy 48.065457 76.063023) - (xy 48.062175 76.062765) - (xy 48.040624 76.0605) - (xy 48.04062 76.0605) - (xy 48.018944 76.0605) - (xy 48.015671 76.060414) - (xy 47.987703 76.058949) - (xy 47.947191 76.056825) - (xy 47.933786 76.058949) - (xy 47.914075 76.0605) - (xy 41.776159 76.0605) - (xy 41.708038 76.040498) - (xy 41.661545 75.986842) - (xy 41.651441 75.916568) - (xy 41.672946 75.86223) - (xy 41.777086 75.713501) - (xy 41.873811 75.506073) - (xy 41.873813 75.506068) - (xy 41.926082 75.311) - (xy 40.951686 75.311) - (xy 40.967641 75.295045) - (xy 41.025165 75.182148) - (xy 41.044986 75.057) - (xy 41.025165 74.931852) - (xy 40.967641 74.818955) - (xy 40.951686 74.803) - (xy 41.926082 74.803) - (xy 41.892052 74.676) - (xy 48.216502 74.676) - (xy 48.236457 74.904087) - (xy 48.259145 74.988759) - (xy 48.295715 75.12524) - (xy 48.295717 75.125246) - (xy 48.392477 75.332749) - (xy 48.523795 75.520291) - (xy 48.523802 75.5203) - (xy 48.6857 75.682198) - (xy 48.873251 75.813523) - (xy 49.080757 75.910284) - (xy 49.301913 75.969543) - (xy 49.53 75.989498) - (xy 49.758087 75.969543) - (xy 49.979243 75.910284) - (xy 50.186749 75.813523) - (xy 50.3743 75.682198) - (xy 50.536198 75.5203) - (xy 50.667523 75.332749) - (xy 50.764284 75.125243) - (xy 50.823543 74.904087) - (xy 50.843498 74.676) - (xy 50.823543 74.447913) - (xy 50.764284 74.226757) - (xy 50.667523 74.019251) - (xy 50.536198 73.8317) - (xy 50.3743 73.669802) - (xy 50.372386 73.668462) - (xy 50.186749 73.538477) - (xy 49.979246 73.441717) - (xy 49.97924 73.441715) - (xy 49.860281 73.40984) - (xy 49.758087 73.382457) - (xy 49.53 73.362502) - (xy 49.301913 73.382457) - (xy 49.080759 73.441715) - (xy 49.080753 73.441717) - (xy 48.87325 73.538477) - (xy 48.685703 73.669799) - (xy 48.685697 73.669804) - (xy 48.523804 73.831697) - (xy 48.523799 73.831703) - (xy 48.392477 74.01925) - (xy 48.295717 74.226753) - (xy 48.295715 74.226759) - (xy 48.270591 74.320524) - (xy 48.236457 74.447913) - (xy 48.216502 74.676) - (xy 41.892052 74.676) - (xy 41.873813 74.607931) - (xy 41.873811 74.607926) - (xy 41.777087 74.400501) - (xy 41.645815 74.213025) - (xy 41.64581 74.213019) - (xy 41.48398 74.051189) - (xy 41.483974 74.051184) - (xy 41.296497 73.919911) - (xy 41.256949 73.901469) - (xy 41.203665 73.854551) - (xy 41.184205 73.786273) - (xy 41.204748 73.718314) - (xy 41.25695 73.673081) - (xy 41.296749 73.654523) - (xy 41.4843 73.523198) - (xy 41.646198 73.3613) - (xy 41.777523 73.173749) - (xy 41.874284 72.966243) - (xy 41.933543 72.745087) - (xy 41.953498 72.517) - (xy 41.933543 72.288913) - (xy 41.874284 72.067757) - (xy 41.777523 71.860251) - (xy 41.646198 71.6727) - (xy 41.4843 71.510802) - (xy 41.296749 71.379477) - (xy 41.257543 71.361195) - (xy 41.204258 71.314279) - (xy 41.184796 71.246002) - (xy 41.205337 71.178042) - (xy 41.257543 71.132805) - (xy 41.259997 71.13166) - (xy 41.296749 71.114523) - (xy 41.4843 70.983198) - (xy 41.646198 70.8213) - (xy 41.777523 70.633749) - (xy 41.874284 70.426243) - (xy 41.933543 70.205087) - (xy 41.953498 69.977) - (xy 41.933543 69.748913) - (xy 41.874284 69.527757) - (xy 41.777523 69.320251) - (xy 41.646198 69.1327) - (xy 41.4843 68.970802) - (xy 41.484291 68.970796) - (xy 41.300936 68.842409) - (xy 41.296749 68.839477) - (xy 41.260341 68.8225) - (xy 41.257543 68.821195) - (xy 41.204258 68.774279) - (xy 41.184796 68.706002) - (xy 41.205337 68.638042) - (xy 41.257543 68.592805) - (xy 41.259997 68.59166) - (xy 41.296749 68.574523) - (xy 41.4843 68.443198) - (xy 41.646198 68.2813) - (xy 41.777523 68.093749) - (xy 41.874284 67.886243) - (xy 41.933543 67.665087) - (xy 41.953498 67.437) - (xy 41.933543 67.208913) - (xy 41.874284 66.987757) - (xy 41.777523 66.780251) - (xy 41.646198 66.5927) - (xy 41.4843 66.430802) - (xy 41.467656 66.419148) - (xy 41.296749 66.299477) - (xy 41.089246 66.202717) - (xy 41.08924 66.202715) - (xy 40.97639 66.172477) - (xy 40.868087 66.143457) - (xy 40.64 66.123502) - (xy 40.411913 66.143457) - (xy 40.190759 66.202715) - (xy 40.190753 66.202717) - (xy 39.98325 66.299477) - (xy 39.795703 66.430799) - (xy 39.795697 66.430804) - (xy 39.633804 66.592697) - (xy 39.633799 66.592703) - (xy 39.502477 66.78025) - (xy 39.405717 66.987753) - (xy 39.405715 66.987759) - (xy 39.365885 67.136406) - (xy 39.346457 67.208913) - (xy 39.326502 67.437) - (xy 39.346457 67.665087) - (xy 39.360292 67.716719) - (xy 39.405715 67.88624) - (xy 39.405717 67.886246) - (xy 39.502477 68.093749) - (xy 39.569289 68.189167) - (xy 39.633802 68.2813) - (xy 39.7957 68.443198) - (xy 39.983251 68.574523) - (xy 40.018359 68.590894) - (xy 40.022457 68.592805) - (xy 40.075742 68.639722) - (xy 40.095203 68.707999) - (xy 40.074661 68.775959) - (xy 40.022457 68.821195) - (xy 39.98325 68.839477) - (xy 39.795703 68.970799) - (xy 39.795697 68.970804) - (xy 39.633804 69.132697) - (xy 39.633799 69.132703) - (xy 39.502477 69.32025) - (xy 39.405717 69.527753) - (xy 39.405715 69.527759) - (xy 39.375234 69.641516) - (xy 39.346457 69.748913) - (xy 39.326502 69.977) - (xy 39.346457 70.205087) - (xy 39.405716 70.426243) - (xy 39.502477 70.633749) - (xy 39.633802 70.8213) - (xy 39.7957 70.983198) - (xy 39.795703 70.9832) - (xy 39.983249 71.114522) - (xy 39.98325 71.114522) - (xy 39.983251 71.114523) - (xy 40.022457 71.132805) - (xy 40.075741 71.179719) - (xy 40.095203 71.247996) - (xy 40.074663 71.315956) - (xy 40.022459 71.361193) - (xy 39.983251 71.379476) - (xy 39.795703 71.510799) - (xy 39.795697 71.510804) - (xy 39.633804 71.672697) - (xy 39.633799 71.672703) - (xy 39.502477 71.86025) - (xy 39.405717 72.067753) - (xy 39.405715 72.067759) - (xy 39.358491 72.244) - (xy 39.346457 72.288913) - (xy 39.326502 72.517) - (xy 39.346457 72.745087) - (xy 39.352904 72.769148) - (xy 39.405715 72.96624) - (xy 39.405717 72.966246) - (xy 39.502477 73.173749) - (xy 39.605793 73.3213) - (xy 39.633802 73.3613) - (xy 39.7957 73.523198) - (xy 39.983251 73.654523) - (xy 40.022457 73.672805) - (xy 40.023047 73.67308) - (xy 40.076332 73.719996) - (xy 40.095794 73.788273) - (xy 40.075253 73.856233) - (xy 40.023051 73.901468) - (xy 39.983504 73.91991) - (xy 39.796025 74.051184) - (xy 39.796019 74.051189) - (xy 39.634189 74.213019) - (xy 39.634184 74.213025) - (xy 39.502912 74.400501) - (xy 39.406188 74.607926) - (xy 39.406186 74.607931) - (xy 39.353917 74.803) - (xy 40.328314 74.803) - (xy 40.312359 74.818955) - (xy 40.254835 74.931852) - (xy 40.235014 75.057) - (xy 40.254835 75.182148) - (xy 40.312359 75.295045) - (xy 40.328314 75.311) - (xy 39.353918 75.311) - (xy 39.406186 75.506068) - (xy 39.406188 75.506073) - (xy 39.502913 75.713501) - (xy 39.607054 75.86223) - (xy 39.629742 75.929504) - (xy 39.612457 75.998364) - (xy 39.560687 76.046948) - (xy 39.503841 76.0605) - (xy 38.770633 76.0605) - (xy 38.702512 76.040498) - (xy 38.681538 76.023595) - (xy 36.326405 73.668462) - (xy 36.292379 73.60615) - (xy 36.2895 73.579367) - (xy 36.2895 66.664526) - (xy 36.291051 66.644814) - (xy 36.293174 66.631409) - (xy 36.292495 66.618461) - (xy 36.289585 66.562929) - (xy 36.2895 66.559657) - (xy 36.2895 66.537989) - (xy 36.2895 66.537982) - (xy 36.287232 66.516417) - (xy 36.286975 66.513141) - (xy 36.28339 66.444696) - (xy 36.283389 66.444693) - (xy 36.283389 66.444687) - (xy 36.279874 66.431571) - (xy 36.276272 66.412131) - (xy 36.274855 66.398648) - (xy 36.274855 66.398646) - (xy 36.253664 66.33343) - (xy 36.252736 66.330294) - (xy 36.250099 66.320454) - (xy 36.234994 66.264078) - (xy 36.22883 66.251981) - (xy 36.22127 66.233728) - (xy 36.217075 66.220817) - (xy 36.197038 66.186112) - (xy 36.182794 66.16144) - (xy 36.18122 66.158541) - (xy 36.150108 66.097479) - (xy 36.150105 66.097474) - (xy 36.14157 66.086935) - (xy 36.130368 66.070636) - (xy 36.12769 66.065997) - (xy 36.123585 66.058887) - (xy 36.077702 66.007929) - (xy 36.075581 66.005445) - (xy 36.061935 65.988594) - (xy 36.060499 65.987158) - (xy 36.046595 65.973254) - (xy 36.04436 65.970899) - (xy 36.022442 65.946556) - (xy 35.998472 65.919934) - (xy 35.987483 65.91195) - (xy 35.972452 65.899111) - (xy 35.804937 65.731596) - (xy 35.770911 65.669284) - (xy 35.775976 65.598469) - (xy 35.818523 65.541633) - (xy 35.885043 65.516822) - (xy 35.894032 65.516501) - (xy 42.735074 65.516501) - (xy 42.754784 65.518051) - (xy 42.768189 65.520175) - (xy 42.83667 65.516586) - (xy 42.839943 65.516501) - (xy 42.861611 65.516501) - (xy 42.861619 65.516501) - (xy 42.883226 65.514229) - (xy 42.886408 65.513979) - (xy 42.954914 65.51039) - (xy 42.968019 65.506877) - (xy 42.98747 65.503273) - (xy 43.000955 65.501856) - (xy 43.000957 65.501855) - (xy 43.000959 65.501855) - (xy 43.048083 65.486542) - (xy 43.066145 65.480673) - (xy 43.06929 65.479741) - (xy 43.135523 65.461995) - (xy 43.147612 65.455834) - (xy 43.165876 65.448269) - (xy 43.178784 65.444076) - (xy 43.178787 65.444074) - (xy 43.178788 65.444074) - (xy 43.187849 65.438841) - (xy 43.238184 65.40978) - (xy 43.241037 65.408232) - (xy 43.302124 65.377108) - (xy 43.31267 65.368566) - (xy 43.328958 65.357372) - (xy 43.340714 65.350586) - (xy 43.340717 65.350582) - (xy 43.340719 65.350582) - (xy 43.391652 65.304721) - (xy 43.394161 65.302578) - (xy 43.397222 65.300098) - (xy 43.411005 65.288938) - (xy 43.426344 65.273598) - (xy 43.4287 65.271361) - (xy 43.479668 65.225471) - (xy 43.487653 65.214479) - (xy 43.500482 65.199459) - (xy 47.321537 61.378405) - (xy 47.38385 61.344379) - (xy 47.410633 61.3415) - (xy 52.620812 61.3415) - (xy 52.688933 61.361502) - (xy 52.709906 61.378404) - (xy 52.7497 61.418198) - (xy 52.937251 61.549523) - (xy 53.144757 61.646284) - (xy 53.365913 61.705543) - (xy 53.594 61.725498) - (xy 53.822087 61.705543) - (xy 54.043243 61.646284) - (xy 54.250749 61.549523) - (xy 54.4383 61.418198) - (xy 54.518092 61.338405) - (xy 54.580405 61.304379) - (xy 54.607188 61.3015) - (xy 56.856075 61.3015) - (xy 56.875785 61.30305) - (xy 56.88919 61.305174) - (xy 56.957671 61.301585) - (xy 56.960944 61.3015) - (xy 56.982612 61.3015) - (xy 56.98262 61.3015) - (xy 57.004227 61.299228) - (xy 57.007409 61.298978) - (xy 57.075915 61.295389) - (xy 57.08902 61.291876) - (xy 57.108471 61.288272) - (xy 57.121956 61.286855) - (xy 57.121958 61.286854) - (xy 57.12196 61.286854) - (xy 57.187142 61.265674) - (xy 57.190291 61.26474) - (xy 57.256524 61.246994) - (xy 57.268613 61.240833) - (xy 57.286877 61.233268) - (xy 57.299785 61.229075) - (xy 57.299788 61.229073) - (xy 57.299789 61.229073) - (xy 57.32096 61.216849) - (xy 57.359185 61.194779) - (xy 57.362038 61.193231) - (xy 57.423125 61.162107) - (xy 57.433671 61.153565) - (xy 57.449959 61.142371) - (xy 57.461715 61.135585) - (xy 57.461718 61.135581) - (xy 57.46172 61.135581) - (xy 57.512653 61.08972) - (xy 57.515162 61.087577) - (xy 57.518223 61.085097) - (xy 57.532006 61.073937) - (xy 57.547345 61.058597) - (xy 57.549701 61.05636) - (xy 57.600669 61.01047) - (xy 57.608654 60.999478) - (xy 57.621477 60.984464) - (xy 57.819541 60.7864) - (xy 57.881851 60.752377) - (xy 57.908634 60.749498) - (xy 57.911994 60.749498) - (xy 57.911997 60.749497) - (xy 57.912 60.749498) - (xy 58.140087 60.729543) - (xy 58.361243 60.670284) - (xy 58.568749 60.573523) - (xy 58.7563 60.442198) - (xy 58.918198 60.2803) - (xy 59.049523 60.092749) - (xy 59.146284 59.885243) - (xy 59.205543 59.664087) - (xy 59.225498 59.436) - (xy 59.205543 59.207913) - (xy 59.146284 58.986757) - (xy 59.049523 58.779251) - (xy 58.918198 58.5917) - (xy 58.7563 58.429802) - (xy 58.568749 58.298477) - (xy 58.565935 58.297165) - (xy 58.529543 58.280195) - (xy 58.476258 58.233279) - (xy 58.456796 58.165002) - (xy 58.477337 58.097042) - (xy 58.529543 58.051805) - (xy 58.531997 58.05066) - (xy 58.568749 58.033523) - (xy 58.7563 57.902198) - (xy 58.918198 57.7403) - (xy 59.049523 57.552749) - (xy 59.146284 57.345243) - (xy 59.205543 57.124087) - (xy 59.225498 56.896) - (xy 59.205543 56.667913) - (xy 59.146284 56.446757) - (xy 59.049523 56.239251) - (xy 58.918198 56.0517) - (xy 58.7563 55.889802) - (xy 58.568749 55.758477) - (xy 58.529543 55.740195) - (xy 58.476258 55.693279) - (xy 58.456796 55.625002) - (xy 58.477337 55.557042) - (xy 58.529543 55.511805) - (xy 58.531997 55.51066) - (xy 58.568749 55.493523) - (xy 58.7563 55.362198) - (xy 58.918198 55.2003) - (xy 59.049523 55.012749) - (xy 59.146284 54.805243) - (xy 59.205543 54.584087) - (xy 59.225498 54.356) - (xy 59.205543 54.127913) - (xy 59.146284 53.906757) - (xy 59.049523 53.699251) - (xy 58.918198 53.5117) - (xy 58.7563 53.349802) - (xy 58.756296 53.349799) - (xy 58.568747 53.218475) - (xy 58.529541 53.200193) - (xy 58.476256 53.153276) - (xy 58.456796 53.084998) - (xy 58.477338 53.017039) - (xy 58.529542 52.971805) - (xy 58.568749 52.953523) - (xy 58.7563 52.822198) - (xy 58.918198 52.6603) - (xy 59.049523 52.472749) - (xy 59.146284 52.265243) - (xy 59.205543 52.044087) - (xy 59.225498 51.816) - (xy 59.205543 51.587913) - (xy 59.146284 51.366757) - (xy 59.049523 51.159251) - (xy 58.918198 50.9717) - (xy 58.7563 50.809802) - (xy 58.568749 50.678477) - (xy 58.529543 50.660195) - (xy 58.476258 50.613279) - (xy 58.456796 50.545002) - (xy 58.477337 50.477042) - (xy 58.529543 50.431805) - (xy 58.531997 50.43066) - (xy 58.568749 50.413523) - (xy 58.7563 50.282198) - (xy 58.918198 50.1203) - (xy 59.049523 49.932749) - (xy 59.146284 49.725243) - (xy 59.205543 49.504087) - (xy 59.225498 49.276) - (xy 59.205543 49.047913) - (xy 59.146284 48.826757) - (xy 59.049523 48.619251) - (xy 58.918198 48.4317) - (xy 58.7563 48.269802) - (xy 58.742301 48.26) - (xy 58.678458 48.215296) - (xy 58.568749 48.138477) - (xy 58.529543 48.120195) - (xy 58.476258 48.073279) - (xy 58.456796 48.005002) - (xy 58.477337 47.937042) - (xy 58.529543 47.891805) - (xy 58.531997 47.89066) - (xy 58.568749 47.873523) - (xy 58.7563 47.742198) - (xy 58.918198 47.5803) - (xy 59.049523 47.392749) - (xy 59.146284 47.185243) - (xy 59.205543 46.964087) - (xy 59.225498 46.736) - (xy 59.205543 46.507913) - (xy 59.146284 46.286757) - (xy 59.049523 46.079251) - (xy 58.918198 45.8917) - (xy 58.7563 45.729802) - (xy 58.756295 45.729799) - (xy 58.756292 45.729796) - (xy 58.752995 45.727487) - (xy 58.708669 45.672028) - (xy 58.701363 45.601409) - (xy 58.733396 45.538049) - (xy 58.794599 45.502067) - (xy 58.811801 45.498999) - (xy 58.821201 45.497989) - (xy 58.958204 45.446889) - (xy 58.967291 45.440087) - (xy 59.075261 45.359261) - (xy 59.162887 45.242207) - (xy 59.162887 45.242206) - (xy 59.162889 45.242204) - (xy 59.213989 45.105201) - (xy 59.2205 45.044638) - (xy 59.2205 43.347362) - (xy 59.219057 43.333937) - (xy 59.21399 43.286803) - (xy 59.213988 43.286795) - (xy 59.177811 43.189804) - (xy 59.162889 43.149796) - (xy 59.162888 43.149794) - (xy 59.162887 43.149792) - (xy 59.075261 43.032738) - (xy 58.958207 42.945112) - (xy 58.958202 42.94511) - (xy 58.821204 42.894011) - (xy 58.821196 42.894009) - (xy 58.760649 42.8875) - (xy 58.760638 42.8875) - (xy 57.063362 42.8875) - (xy 57.06335 42.8875) - (xy 57.002803 42.894009) - (xy 57.002795 42.894011) - (xy 56.865797 42.94511) - (xy 56.865792 42.945112) - (xy 56.748738 43.032738) - (xy 56.661112 43.149792) - (xy 56.66111 43.149797) - (xy 56.610011 43.286795) - (xy 56.610009 43.286803) - (xy 56.6035 43.34735) - (xy 56.6035 45.044649) - (xy 56.610009 45.105196) - (xy 56.610011 45.105204) - (xy 56.66111 45.242202) - (xy 56.661112 45.242207) - (xy 56.748738 45.359261) - (xy 56.865792 45.446887) - (xy 56.865794 45.446888) - (xy 56.865796 45.446889) - (xy 57.002799 45.497989) - (xy 57.012191 45.498998) - (xy 57.077784 45.526163) - (xy 57.118279 45.584479) - (xy 57.120817 45.65543) - (xy 57.084593 45.71649) - (xy 57.07101 45.727483) - (xy 57.067708 45.729795) - (xy 57.067697 45.729804) - (xy 56.905804 45.891697) - (xy 56.905799 45.891703) - (xy 56.774477 46.07925) - (xy 56.677717 46.286753) - (xy 56.677715 46.286759) - (xy 56.631204 46.460342) - (xy 56.618457 46.507913) - (xy 56.598502 46.736) - (xy 56.618457 46.964087) - (xy 56.650704 47.084432) - (xy 56.677715 47.18524) - (xy 56.677717 47.185246) - (xy 56.774477 47.392749) - (xy 56.873512 47.534186) - (xy 56.905802 47.5803) - (xy 57.0677 47.742198) - (xy 57.255251 47.873523) - (xy 57.290359 47.889894) - (xy 57.294457 47.891805) - (xy 57.347742 47.938722) - (xy 57.367203 48.006999) - (xy 57.346661 48.074959) - (xy 57.294457 48.120195) - (xy 57.25525 48.138477) - (xy 57.067703 48.269799) - (xy 57.067697 48.269804) - (xy 56.905804 48.431697) - (xy 56.905799 48.431703) - (xy 56.774477 48.61925) - (xy 56.677717 48.826753) - (xy 56.677715 48.826759) - (xy 56.627682 49.013485) - (xy 56.618457 49.047913) - (xy 56.598502 49.276) - (xy 56.618457 49.504087) - (xy 56.637056 49.573498) - (xy 56.677715 49.72524) - (xy 56.677717 49.725246) - (xy 56.761781 49.905522) - (xy 56.774477 49.932749) - (xy 56.905802 50.1203) - (xy 57.0677 50.282198) - (xy 57.255251 50.413523) - (xy 57.290359 50.429894) - (xy 57.294457 50.431805) - (xy 57.347742 50.478722) - (xy 57.367203 50.546999) - (xy 57.346661 50.614959) - (xy 57.294457 50.660195) - (xy 57.25525 50.678477) - (xy 57.067703 50.809799) - (xy 57.067697 50.809804) - (xy 56.905804 50.971697) - (xy 56.905799 50.971703) - (xy 56.774477 51.15925) - (xy 56.677717 51.366753) - (xy 56.677715 51.366759) - (xy 56.636659 51.519981) - (xy 56.618457 51.587913) - (xy 56.598502 51.816) - (xy 56.618457 52.044087) - (xy 56.626822 52.075304) - (xy 56.677715 52.26524) - (xy 56.677717 52.265246) - (xy 56.774477 52.472749) - (xy 56.807032 52.519243) - (xy 56.905802 52.6603) - (xy 57.0677 52.822198) - (xy 57.255251 52.953523) - (xy 57.290359 52.969894) - (xy 57.294457 52.971805) - (xy 57.347742 53.018722) - (xy 57.367203 53.086999) - (xy 57.346661 53.154959) - (xy 57.294457 53.200195) - (xy 57.25525 53.218477) - (xy 57.067703 53.349799) - (xy 57.067697 53.349804) - (xy 56.905804 53.511697) - (xy 56.905799 53.511703) - (xy 56.774477 53.69925) - (xy 56.677717 53.906753) - (xy 56.677715 53.906759) - (xy 56.639676 54.048724) - (xy 56.618457 54.127913) - (xy 56.598502 54.356) - (xy 56.618457 54.584087) - (xy 56.65267 54.711771) - (xy 56.677715 54.80524) - (xy 56.677717 54.805246) - (xy 56.735604 54.929386) - (xy 56.774477 55.012749) - (xy 56.905802 55.2003) - (xy 57.0677 55.362198) - (xy 57.255251 55.493523) - (xy 57.290359 55.509894) - (xy 57.294457 55.511805) - (xy 57.347742 55.558722) - (xy 57.367203 55.626999) - (xy 57.346661 55.694959) - (xy 57.294457 55.740195) - (xy 57.25525 55.758477) - (xy 57.067703 55.889799) - (xy 57.067697 55.889804) - (xy 56.905804 56.051697) - (xy 56.905799 56.051703) - (xy 56.774477 56.23925) - (xy 56.677717 56.446753) - (xy 56.677715 56.446759) - (xy 56.631577 56.61895) - (xy 56.618457 56.667913) - (xy 56.598502 56.896) - (xy 56.618457 57.124087) - (xy 56.63171 57.173546) - (xy 56.677715 57.34524) - (xy 56.677717 57.345246) - (xy 56.774477 57.552749) - (xy 56.873512 57.694186) - (xy 56.905802 57.7403) - (xy 57.0677 57.902198) - (xy 57.255251 58.033523) - (xy 57.290359 58.049894) - (xy 57.294457 58.051805) - (xy 57.347742 58.098722) - (xy 57.367203 58.166999) - (xy 57.346661 58.234959) - (xy 57.294457 58.280195) - (xy 57.25525 58.298477) - (xy 57.067703 58.429799) - (xy 57.067697 58.429804) - (xy 56.905804 58.591697) - (xy 56.905799 58.591703) - (xy 56.774477 58.77925) - (xy 56.677717 58.986753) - (xy 56.677715 58.986759) - (xy 56.629378 59.167157) - (xy 56.618457 59.207913) - (xy 56.600996 59.407484) - (xy 56.575135 59.4736) - (xy 56.517631 59.515239) - (xy 56.475477 59.5225) - (xy 54.607188 59.5225) - (xy 54.539067 59.502498) - (xy 54.518093 59.485595) - (xy 54.438302 59.405804) - (xy 54.438296 59.405799) - (xy 54.250746 59.274474) - (xy 54.245985 59.271726) - (xy 54.247023 59.269927) - (xy 54.200532 59.228963) - (xy 54.181095 59.160679) - (xy 54.201661 59.092726) - (xy 54.246782 59.053664) - (xy 54.24573 59.051841) - (xy 54.250496 59.049088) - (xy 54.321888 58.999099) - (xy 54.321888 58.999097) - (xy 53.633518 58.310727) - (xy 53.719148 58.297165) - (xy 53.832045 58.239641) - (xy 53.921641 58.150045) - (xy 53.979165 58.037148) - (xy 53.992727 57.951516) - (xy 54.681098 58.639888) - (xy 54.681099 58.639888) - (xy 54.731088 58.568497) - (xy 54.827811 58.361073) - (xy 54.827813 58.361068) - (xy 54.887048 58.140002) - (xy 54.906995 57.912) - (xy 54.887048 57.683997) - (xy 54.827813 57.462931) - (xy 54.827811 57.462926) - (xy 54.731086 57.255498) - (xy 54.6811 57.18411) - (xy 54.681097 57.18411) - (xy 53.992726 57.87248) - (xy 53.979165 57.786852) - (xy 53.921641 57.673955) - (xy 53.832045 57.584359) - (xy 53.719148 57.526835) - (xy 53.633517 57.513272) - (xy 54.321888 56.824899) - (xy 54.321026 56.815039) - (xy 54.335014 56.745435) - (xy 54.384413 56.694442) - (xy 54.43556 56.678537) - (xy 54.584087 56.665543) - (xy 54.805243 56.606284) - (xy 55.012749 56.509523) - (xy 55.2003 56.378198) - (xy 55.362198 56.2163) - (xy 55.493523 56.028749) - (xy 55.590284 55.821243) - (xy 55.649543 55.600087) - (xy 55.669498 55.372) - (xy 55.649543 55.143913) - (xy 55.590284 54.922757) - (xy 55.493523 54.715251) - (xy 55.362198 54.5277) - (xy 55.2003 54.365802) - (xy 55.186301 54.356) - (xy 55.012749 54.234477) - (xy 54.805246 54.137717) - (xy 54.80524 54.137715) - (xy 54.669595 54.101369) - (xy 54.584087 54.078457) - (xy 54.356 54.058502) - (xy 54.127913 54.078457) - (xy 53.906759 54.137715) - (xy 53.906753 54.137717) - (xy 53.69925 54.234477) - (xy 53.511703 54.365799) - (xy 53.511697 54.365804) - (xy 53.349804 54.527697) - (xy 53.349799 54.527703) - (xy 53.218477 54.71525) - (xy 53.121717 54.922753) - (xy 53.121715 54.922759) - (xy 53.092505 55.031774) - (xy 53.062457 55.143913) - (xy 53.042502 55.372) - (xy 53.062457 55.600087) - (xy 53.084251 55.681421) - (xy 53.121715 55.82124) - (xy 53.121717 55.821246) - (xy 53.218477 56.028749) - (xy 53.349799 56.216296) - (xy 53.349804 56.216302) - (xy 53.511702 56.3782) - (xy 53.51758 56.382315) - (xy 53.56191 56.437771) - (xy 53.569221 56.50839) - (xy 53.537192 56.571751) - (xy 53.475992 56.607738) - (xy 53.456295 56.61105) - (xy 53.366005 56.61895) - (xy 53.365999 56.618951) - (xy 53.144931 56.678186) - (xy 53.144926 56.678188) - (xy 52.9375 56.774913) - (xy 52.866109 56.8249) - (xy 53.554481 57.513272) - (xy 53.468852 57.526835) - (xy 53.355955 57.584359) - (xy 53.266359 57.673955) - (xy 53.208835 57.786852) - (xy 53.195272 57.872482) - (xy 52.506899 57.184109) - (xy 52.456913 57.2555) - (xy 52.360188 57.462926) - (xy 52.360186 57.462931) - (xy 52.300951 57.683997) - (xy 52.281004 57.912) - (xy 52.300951 58.140002) - (xy 52.360186 58.361068) - (xy 52.360188 58.361073) - (xy 52.456913 58.568501) - (xy 52.506899 58.639888) - (xy 53.195272 57.951515) - (xy 53.208835 58.037148) - (xy 53.266359 58.150045) - (xy 53.355955 58.239641) - (xy 53.468852 58.297165) - (xy 53.554482 58.310727) - (xy 52.86611 58.999098) - (xy 52.86611 58.9991) - (xy 52.937498 59.049086) - (xy 52.942266 59.051839) - (xy 52.941178 59.053721) - (xy 52.98742 59.094409) - (xy 53.006904 59.16268) - (xy 52.986386 59.230647) - (xy 52.941015 59.269995) - (xy 52.942015 59.271726) - (xy 52.937253 59.274474) - (xy 52.749703 59.405799) - (xy 52.749697 59.405804) - (xy 52.629907 59.525595) - (xy 52.567595 59.559621) - (xy 52.540812 59.5625) - (xy 47.069925 59.5625) - (xy 47.050215 59.560949) - (xy 47.036806 59.558825) - (xy 46.994258 59.561056) - (xy 46.968334 59.562414) - (xy 46.965064 59.5625) - (xy 46.94338 59.5625) - (xy 46.943376 59.5625) - (xy 46.943364 59.562501) - (xy 46.921812 59.564766) - (xy 46.918527 59.565024) - (xy 46.850086 59.568611) - (xy 46.836975 59.572124) - (xy 46.817545 59.575725) - (xy 46.804048 59.577144) - (xy 46.804045 59.577144) - (xy 46.804044 59.577145) - (xy 46.780641 59.584749) - (xy 46.738848 59.598328) - (xy 46.73569 59.599263) - (xy 46.721586 59.603042) - (xy 46.669474 59.617006) - (xy 46.657381 59.623168) - (xy 46.63912 59.630731) - (xy 46.626217 59.634923) - (xy 46.626214 59.634925) - (xy 46.566848 59.669199) - (xy 46.56395 59.670773) - (xy 46.502874 59.701893) - (xy 46.492331 59.710431) - (xy 46.476042 59.721626) - (xy 46.464292 59.72841) - (xy 46.464281 59.728418) - (xy 46.413352 59.774274) - (xy 46.410848 59.776412) - (xy 46.394 59.790057) - (xy 46.393991 59.790065) - (xy 46.378657 59.805398) - (xy 46.376267 59.807665) - (xy 46.32533 59.853529) - (xy 46.317346 59.864518) - (xy 46.304511 59.879544) - (xy 42.483461 63.700596) - (xy 42.421149 63.734621) - (xy 42.394366 63.737501) - (xy 41.773168 63.737501) - (xy 41.705047 63.717499) - (xy 41.658554 63.663843) - (xy 41.64845 63.593569) - (xy 41.651461 63.57889) - (xy 41.656 63.56195) - (xy 41.679543 63.474087) - (xy 41.699498 63.246) - (xy 41.679543 63.017913) - (xy 41.620284 62.796757) - (xy 41.523523 62.589251) - (xy 41.392198 62.4017) - (xy 41.2303 62.239802) - (xy 41.042749 62.108477) - (xy 41.042748 62.108477) - (xy 40.835246 62.011717) - (xy 40.83524 62.011715) - (xy 40.741771 61.98667) - (xy 40.614087 61.952457) - (xy 40.386 61.932502) - (xy 40.157913 61.952457) - (xy 39.936759 62.011715) - (xy 39.936753 62.011717) - (xy 39.72925 62.108477) - (xy 39.541703 62.239799) - (xy 39.541697 62.239804) - (xy 39.379804 62.401697) - (xy 39.379799 62.401703) - (xy 39.248477 62.58925) - (xy 39.151717 62.796753) - (xy 39.151715 62.796759) - (xy 39.100501 62.987892) - (xy 39.092457 63.017913) - (xy 39.072502 63.246) - (xy 39.092457 63.474087) - (xy 39.100501 63.504107) - (xy 39.120539 63.57889) - (xy 39.118849 63.649867) - (xy 39.079055 63.708662) - (xy 39.01379 63.73661) - (xy 38.998832 63.737501) - (xy 38.482736 63.737501) - (xy 38.414615 63.717499) - (xy 38.368122 63.663843) - (xy 38.358018 63.593569) - (xy 38.387512 63.528989) - (xy 38.410465 63.508288) - (xy 38.416436 63.504107) - (xy 38.4363 63.490198) - (xy 38.598198 63.3283) - (xy 38.729523 63.140749) - (xy 38.826284 62.933243) - (xy 38.885543 62.712087) - (xy 38.905498 62.484) - (xy 38.885543 62.255913) - (xy 38.826284 62.034757) - (xy 38.729523 61.827251) - (xy 38.598198 61.6397) - (xy 38.4363 61.477802) - (xy 38.248749 61.346477) - (xy 38.155621 61.303051) - (xy 38.041246 61.249717) - (xy 38.04124 61.249715) - (xy 37.92489 61.218539) - (xy 37.820087 61.190457) - (xy 37.592 61.170502) - (xy 37.363913 61.190457) - (xy 37.142759 61.249715) - (xy 37.142753 61.249717) - (xy 36.93525 61.346477) - (xy 36.747703 61.477799) - (xy 36.747697 61.477804) - (xy 36.585804 61.639697) - (xy 36.585799 61.639703) - (xy 36.454477 61.82725) - (xy 36.357717 62.034753) - (xy 36.357715 62.034759) - (xy 36.302775 62.239799) - (xy 36.298457 62.255913) - (xy 36.278502 62.484) - (xy 36.298457 62.712087) - (xy 36.357716 62.933243) - (xy 36.454477 63.140749) - (xy 36.585802 63.3283) - (xy 36.7477 63.490198) - (xy 36.747703 63.4902) - (xy 36.773535 63.508288) - (xy 36.817863 63.563745) - (xy 36.825172 63.634364) - (xy 36.793141 63.697725) - (xy 36.73194 63.73371) - (xy 36.701264 63.737501) - (xy 33.467343 63.737501) - (xy 33.46407 63.737415) - (xy 33.436102 63.73595) - (xy 33.39559 63.733826) - (xy 33.382185 63.73595) - (xy 33.362474 63.737501) - (xy 28.322736 63.737501) - (xy 28.254615 63.717499) - (xy 28.208122 63.663843) - (xy 28.198018 63.593569) - (xy 28.227512 63.528989) - (xy 28.250465 63.508288) - (xy 28.256436 63.504107) - (xy 28.2763 63.490198) - (xy 28.438198 63.3283) - (xy 28.569523 63.140749) - (xy 28.666284 62.933243) - (xy 28.725543 62.712087) - (xy 28.745498 62.484) - (xy 28.725543 62.255913) - (xy 28.666284 62.034757) - (xy 28.569523 61.827251) - (xy 28.438198 61.6397) - (xy 28.2763 61.477802) - (xy 28.088749 61.346477) - (xy 27.995621 61.303051) - (xy 27.881246 61.249717) - (xy 27.88124 61.249715) - (xy 27.76489 61.218539) - (xy 27.660087 61.190457) - (xy 27.432 61.170502) - (xy 27.203913 61.190457) - (xy 27.09911 61.218539) - (xy 27.028133 61.216849) - (xy 26.969338 61.177055) - (xy 26.94139 61.11179) - (xy 26.940499 61.096832) - (xy 26.940499 60.061167) - (xy 26.960501 59.993046) - (xy 27.014157 59.946553) - (xy 27.084431 59.936449) - (xy 27.099092 59.939456) - (xy 27.203913 59.967543) - (xy 27.432 59.987498) - (xy 27.660087 59.967543) - (xy 27.881243 59.908284) - (xy 28.088749 59.811523) - (xy 28.2763 59.680198) - (xy 28.438198 59.5183) - (xy 28.569523 59.330749) - (xy 28.666284 59.123243) - (xy 28.725543 58.902087) - (xy 28.745498 58.674) - (xy 28.725543 58.445913) - (xy 28.666284 58.224757) - (xy 28.569523 58.017251) - (xy 28.438198 57.8297) - (xy 28.2763 57.667802) - (xy 28.088749 57.536477) - (xy 28.036258 57.512) - (xy 27.881246 57.439717) - (xy 27.88124 57.439715) - (xy 27.76489 57.408539) - (xy 27.660087 57.380457) - (xy 27.432 57.360502) - (xy 27.203913 57.380457) - (xy 27.09911 57.408539) - (xy 27.028133 57.406849) - (xy 26.969338 57.367055) - (xy 26.94139 57.30179) - (xy 26.940499 57.286832) - (xy 26.940499 55.143913) - (xy 26.940499 52.780109) - (xy 26.9605 52.711992) - (xy 27.014156 52.665499) - (xy 27.08443 52.655395) - (xy 27.14901 52.684889) - (xy 27.155593 52.691018) - (xy 28.408028 53.943453) - (xy 28.420867 53.958484) - (xy 28.428851 53.969473) - (xy 28.445879 53.984804) - (xy 28.479816 54.015361) - (xy 28.482171 54.017596) - (xy 28.491447 54.026872) - (xy 28.497511 54.032936) - (xy 28.514362 54.046582) - (xy 28.516846 54.048703) - (xy 28.567804 54.094586) - (xy 28.57737 54.100108) - (xy 28.579553 54.101369) - (xy 28.595852 54.112571) - (xy 28.606391 54.121106) - (xy 28.606396 54.121109) - (xy 28.667458 54.152221) - (xy 28.670357 54.153795) - (xy 28.710773 54.177129) - (xy 28.729734 54.188076) - (xy 28.742643 54.19227) - (xy 28.760907 54.199835) - (xy 28.772995 54.205995) - (xy 28.8392 54.223734) - (xy 28.842358 54.224669) - (xy 28.907563 54.245856) - (xy 28.915559 54.246696) - (xy 28.92106 54.247275) - (xy 28.940493 54.250876) - (xy 28.953604 54.254389) - (xy 29.022072 54.257976) - (xy 29.025314 54.258231) - (xy 29.046899 54.260501) - (xy 29.068583 54.260501) - (xy 29.071853 54.260586) - (xy 29.135779 54.263936) - (xy 29.140328 54.264175) - (xy 29.140328 54.264174) - (xy 29.140329 54.264175) - (xy 29.148008 54.262958) - (xy 29.153734 54.262052) - (xy 29.173444 54.260501) - (xy 30.917879 54.260501) - (xy 30.986 54.280503) - (xy 31.032493 54.334159) - (xy 31.0434 54.397482) - (xy 31.024807 54.609999) - (xy 31.043542 54.824141) - (xy 31.099177 55.031774) - (xy 31.099179 55.03178) - (xy 31.190024 55.226597) - (xy 31.284972 55.362198) - (xy 31.313319 55.402681) - (xy 31.465319 55.554681) - (xy 31.641403 55.677976) - (xy 31.836223 55.768822) - (xy 32.043858 55.824458) - (xy 32.258 55.843193) - (xy 32.472142 55.824458) - (xy 32.679777 55.768822) - (xy 32.874597 55.677976) - (xy 33.050681 55.554681) - (xy 33.202681 55.402681) - (xy 33.325976 55.226597) - (xy 33.416822 55.031777) - (xy 33.472458 54.824142) - (xy 33.491193 54.61) - (xy 33.472458 54.395858) - (xy 33.472456 54.395852) - (xy 33.472259 54.393594) - (xy 33.486248 54.323989) - (xy 33.535647 54.272997) - (xy 33.591184 54.256785) - (xy 33.636914 54.25439) - (xy 33.650019 54.250877) - (xy 33.66947 54.247273) - (xy 33.682955 54.245856) - (xy 33.682957 54.245855) - (xy 33.682959 54.245855) - (xy 33.748141 54.224675) - (xy 33.75129 54.223741) - (xy 33.817523 54.205995) - (xy 33.829612 54.199834) - (xy 33.847876 54.192269) - (xy 33.860784 54.188076) - (xy 33.860787 54.188074) - (xy 33.860788 54.188074) - (xy 33.879744 54.177129) - (xy 33.920184 54.15378) - (xy 33.923037 54.152232) - (xy 33.923059 54.152221) - (xy 33.984124 54.121108) - (xy 33.99467 54.112566) - (xy 34.010958 54.101372) - (xy 34.022714 54.094586) - (xy 34.022717 54.094582) - (xy 34.022719 54.094582) - (xy 34.073652 54.048721) - (xy 34.076161 54.046578) - (xy 34.079222 54.044098) - (xy 34.093005 54.032938) - (xy 34.108344 54.017598) - (xy 34.1107 54.015361) - (xy 34.161668 53.969471) - (xy 34.169653 53.958479) - (xy 34.182482 53.943459) - (xy 34.792694 53.333247) - (xy 34.855004 53.299223) - (xy 34.8708 53.296823) - (xy 35.012142 53.284458) - (xy 35.219777 53.228822) - (xy 35.414597 53.137976) - (xy 35.590681 53.014681) - (xy 35.742681 52.862681) - (xy 35.865976 52.686597) - (xy 35.956822 52.491777) - (xy 36.012458 52.284142) - (xy 36.031193 52.07) - (xy 36.012458 51.855858) - (xy 35.956822 51.648223) - (xy 35.865976 51.453404) - (xy 35.865975 51.453403) - (xy 35.865974 51.4534) - (xy 35.742685 51.277323) - (xy 35.742682 51.27732) - (xy 35.691059 51.225697) - (xy 35.590681 51.125319) - (xy 35.502825 51.063802) - (xy 35.414597 51.002024) - (xy 35.21978 50.911179) - (xy 35.219774 50.911177) - (xy 35.132019 50.887663) - (xy 35.012142 50.855542) - (xy 34.798 50.836807) - (xy 34.797999 50.836807) - (xy 34.583858 50.855542) - (xy 34.376225 50.911177) - (xy 34.37622 50.911179) - (xy 34.1814 51.002025) - (xy 34.005323 51.125314) - (xy 34.005313 51.125323) - (xy 33.853323 51.277313) - (xy 33.853314 51.277323) - (xy 33.730025 51.4534) - (xy 33.639179 51.64822) - (xy 33.639177 51.648225) - (xy 33.622413 51.71079) - (xy 33.588395 51.837749) - (xy 33.583541 51.855863) - (xy 33.571176 51.997191) - (xy 33.545313 52.063309) - (xy 33.534751 52.075304) - (xy 33.204153 52.405902) - (xy 33.141841 52.439928) - (xy 33.076126 52.436641) - (xy 33.06844 52.434144) - (xy 33.054944 52.432725) - (xy 33.035514 52.429124) - (xy 33.0224 52.42561) - (xy 33.022389 52.425609) - (xy 32.968103 52.422764) - (xy 32.953938 52.422022) - (xy 32.950656 52.421764) - (xy 32.929105 52.419499) - (xy 32.929101 52.419499) - (xy 32.907425 52.419499) - (xy 32.904152 52.419413) - (xy 32.876184 52.417948) - (xy 32.835672 52.415824) - (xy 32.822267 52.417948) - (xy 32.802556 52.419499) - (xy 31.713444 52.419499) - (xy 31.693734 52.417948) - (xy 31.680325 52.415824) - (xy 31.637777 52.418055) - (xy 31.611853 52.419413) - (xy 31.608583 52.419499) - (xy 31.586899 52.419499) - (xy 31.586895 52.419499) - (xy 31.586883 52.4195) - (xy 31.565331 52.421765) - (xy 31.562046 52.422023) - (xy 31.493605 52.42561) - (xy 31.480494 52.429123) - (xy 31.461064 52.432724) - (xy 31.447566 52.434143) - (xy 31.382366 52.455327) - (xy 31.379204 52.456263) - (xy 31.327941 52.47) - (xy 31.312995 52.474005) - (xy 31.312994 52.474005) - (xy 31.306618 52.475714) - (xy 31.306368 52.474782) - (xy 31.270115 52.481501) - (xy 31.043265 52.481501) - (xy 30.975144 52.461499) - (xy 30.928651 52.407843) - (xy 30.918547 52.337569) - (xy 30.921558 52.322891) - (xy 30.931963 52.284056) - (xy 30.95069 52.07) - (xy 30.931963 51.855947) - (xy 30.876351 51.648396) - (xy 30.876349 51.648392) - (xy 30.785542 51.453655) - (xy 30.747658 51.399552) - (xy 30.747656 51.399552) - (xy 30.116727 52.030481) - (xy 30.103165 51.944852) - (xy 30.045641 51.831955) - (xy 29.956045 51.742359) - (xy 29.843148 51.684835) - (xy 29.757515 51.671272) - (xy 30.388447 51.04034) - (xy 30.334347 51.002459) - (xy 30.139607 50.91165) - (xy 30.139603 50.911648) - (xy 29.932052 50.856036) - (xy 29.718 50.837309) - (xy 29.503947 50.856036) - (xy 29.296396 50.911648) - (xy 29.296392 50.91165) - (xy 29.101651 51.002459) - (xy 29.047552 51.040339) - (xy 29.047552 51.04034) - (xy 29.678484 51.671272) - (xy 29.592852 51.684835) - (xy 29.479955 51.742359) - (xy 29.390359 51.831955) - (xy 29.332835 51.944852) - (xy 29.319272 52.030483) - (xy 28.688341 51.399552) - (xy 28.68834 51.399552) - (xy 28.647488 51.457895) - (xy 28.592031 51.502223) - (xy 28.521411 51.509532) - (xy 28.458051 51.477501) - (xy 28.45518 51.474719) - (xy 26.977404 49.996943) - (xy 26.943378 49.934631) - (xy 26.940499 49.907848) - (xy 26.940499 47.152553) - (xy 26.960501 47.084432) - (xy 27.014157 47.037939) - (xy 27.079968 47.027275) - (xy 27.091362 47.0285) - (xy 27.091368 47.0285) - (xy 28.788632 47.0285) - (xy 28.788638 47.0285) - (xy 28.788645 47.028499) - (xy 28.788649 47.028499) - (xy 28.849196 47.02199) - (xy 28.849199 47.021989) - (xy 28.849201 47.021989) - (xy 28.853191 47.020501) - (xy 28.929604 46.992) - (xy 29.000419 46.986934) - (xy 29.062732 47.020959) - (xy 29.096757 47.083271) - (xy 29.098947 47.096883) - (xy 29.100764 47.114173) - (xy 29.101022 47.117456) - (xy 29.101286 47.122476) - (xy 29.104609 47.185907) - (xy 29.10461 47.185918) - (xy 29.108124 47.199032) - (xy 29.111725 47.218462) - (xy 29.113143 47.231956) - (xy 29.134327 47.29715) - (xy 29.135254 47.300279) - (xy 29.137694 47.309384) - (xy 29.138612 47.312809) - (xy 29.13692 47.383785) - (xy 29.097124 47.44258) - (xy 29.031859 47.470525) - (xy 29.027886 47.470937) - (xy 28.981997 47.474951) - (xy 28.760931 47.534186) - (xy 28.760926 47.534188) - (xy 28.5535 47.630913) - (xy 28.482109 47.680899) - (xy 29.170482 48.369272) - (xy 29.084852 48.382835) - (xy 28.971955 48.440359) - (xy 28.882359 48.529955) - (xy 28.824835 48.642852) - (xy 28.811272 48.728481) - (xy 28.1229 48.040109) - (xy 28.072913 48.1115) - (xy 27.976188 48.318926) - (xy 27.976186 48.318931) - (xy 27.916951 48.539997) - (xy 27.897004 48.768) - (xy 27.916951 48.996002) - (xy 27.976186 49.217068) - (xy 27.976188 49.217073) - (xy 28.072913 49.424501) - (xy 28.122899 49.495888) - (xy 28.811272 48.807516) - (xy 28.824835 48.893148) - (xy 28.882359 49.006045) - (xy 28.971955 49.095641) - (xy 29.084852 49.153165) - (xy 29.170481 49.166726) - (xy 28.48211 49.855097) - (xy 28.48211 49.8551) - (xy 28.553498 49.905086) - (xy 28.760926 50.001811) - (xy 28.760931 50.001813) - (xy 28.981999 50.061048) - (xy 28.981995 50.061048) - (xy 29.21 50.080995) - (xy 29.438002 50.061048) - (xy 29.659068 50.001813) - (xy 29.659073 50.001811) - (xy 29.866497 49.905088) - (xy 29.937888 49.855099) - (xy 29.937888 49.855098) - (xy 29.249518 49.166727) - (xy 29.335148 49.153165) - (xy 29.448045 49.095641) - (xy 29.537641 49.006045) - (xy 29.595165 48.893148) - (xy 29.608727 48.807517) - (xy 30.297097 49.495888) - (xy 30.297099 49.495888) - (xy 30.347088 49.424496) - (xy 30.349841 49.41973) - (xy 30.351729 49.42082) - (xy 30.392384 49.374594) - (xy 30.460651 49.355094) - (xy 30.528622 49.375597) - (xy 30.567989 49.420987) - (xy 30.569726 49.419985) - (xy 30.572474 49.424746) - (xy 30.676632 49.573498) - (xy 30.703802 49.6123) - (xy 30.8657 49.774198) - (xy 31.053251 49.905523) - (xy 31.260757 50.002284) - (xy 31.481913 50.061543) - (xy 31.71 50.081498) - (xy 31.938087 50.061543) - (xy 32.159243 50.002284) - (xy 32.366749 49.905523) - (xy 32.5543 49.774198) - (xy 32.716198 49.6123) - (xy 32.847523 49.424749) - (xy 32.944284 49.217243) - (xy 33.003543 48.996087) - (xy 33.023498 48.768) - (xy 33.003543 48.539913) - (xy 32.944284 48.318757) - (xy 32.916885 48.26) - (xy 33.738502 48.26) - (xy 33.758457 48.488087) - (xy 33.785568 48.589265) - (xy 33.817715 48.70924) - (xy 33.817717 48.709246) - (xy 33.914477 48.916749) - (xy 33.970029 48.996086) - (xy 34.045802 49.1043) - (xy 34.2077 49.266198) - (xy 34.395251 49.397523) - (xy 34.602757 49.494284) - (xy 34.823913 49.553543) - (xy 35.052 49.573498) - (xy 35.280087 49.553543) - (xy 35.501243 49.494284) - (xy 35.708749 49.397523) - (xy 35.8963 49.266198) - (xy 36.058198 49.1043) - (xy 36.189523 48.916749) - (xy 36.286284 48.709243) - (xy 36.345543 48.488087) - (xy 36.365498 48.26) - (xy 41.358502 48.26) - (xy 41.378457 48.488087) - (xy 41.405568 48.589265) - (xy 41.437715 48.70924) - (xy 41.437717 48.709246) - (xy 41.534477 48.916749) - (xy 41.590029 48.996086) - (xy 41.665802 49.1043) - (xy 41.8277 49.266198) - (xy 42.015251 49.397523) - (xy 42.222757 49.494284) - (xy 42.443913 49.553543) - (xy 42.672 49.573498) - (xy 42.900087 49.553543) - (xy 43.121243 49.494284) - (xy 43.328749 49.397523) - (xy 43.5163 49.266198) - (xy 43.678198 49.1043) - (xy 43.809523 48.916749) - (xy 43.906284 48.709243) - (xy 43.965543 48.488087) - (xy 43.985498 48.26) - (xy 43.965543 48.031913) - (xy 43.906284 47.810757) - (xy 43.809523 47.603251) - (xy 43.678198 47.4157) - (xy 43.5163 47.253802) - (xy 43.485101 47.231956) - (xy 43.328747 47.122475) - (xy 43.289541 47.104193) - (xy 43.236256 47.057276) - (xy 43.216796 46.988998) - (xy 43.237338 46.921039) - (xy 43.289542 46.875805) - (xy 43.328749 46.857523) - (xy 43.5163 46.726198) - (xy 43.678198 46.5643) - (xy 43.809523 46.376749) - (xy 43.906284 46.169243) - (xy 43.965543 45.948087) - (xy 43.985498 45.72) - (xy 43.965543 45.491913) - (xy 43.906284 45.270757) - (xy 43.809523 45.063251) - (xy 43.678198 44.8757) - (xy 43.5163 44.713802) - (xy 43.516291 44.713796) - (xy 43.418388 44.645243) - (xy 43.328749 44.582477) - (xy 43.289543 44.564195) - (xy 43.236258 44.517279) - (xy 43.216796 44.449002) - (xy 43.237337 44.381042) - (xy 43.289543 44.335805) - (xy 43.303021 44.32952) - (xy 43.328749 44.317523) - (xy 43.5163 44.186198) - (xy 43.678198 44.0243) - (xy 43.809523 43.836749) - (xy 43.906284 43.629243) - (xy 43.965543 43.408087) - (xy 43.985498 43.18) - (xy 43.965543 42.951913) - (xy 43.906284 42.730757) - (xy 43.809523 42.523251) - (xy 43.678198 42.3357) - (xy 43.5163 42.173802) - (xy 43.516291 42.173796) - (xy 43.32875 42.042478) - (xy 43.328749 42.042477) - (xy 43.289543 42.024195) - (xy 43.236258 41.977279) - (xy 43.216796 41.909002) - (xy 43.237337 41.841042) - (xy 43.289543 41.795805) - (xy 43.291997 41.79466) - (xy 43.328749 41.777523) - (xy 43.5163 41.646198) - (xy 43.678198 41.4843) - (xy 43.809523 41.296749) - (xy 43.906284 41.089243) - (xy 43.965543 40.868087) - (xy 43.985498 40.64) - (xy 43.965543 40.411913) - (xy 43.906284 40.190757) - (xy 43.809523 39.983251) - (xy 43.678198 39.7957) - (xy 43.5163 39.633802) - (xy 43.469355 39.600931) - (xy 43.328749 39.502477) - (xy 43.121246 39.405717) - (xy 43.12124 39.405715) - (xy 43.02452 39.379799) - (xy 42.900087 39.346457) - (xy 42.672 39.326502) - (xy 42.443913 39.346457) - (xy 42.222759 39.405715) - (xy 42.222753 39.405717) - (xy 42.01525 39.502477) - (xy 41.827703 39.633799) - (xy 41.827697 39.633804) - (xy 41.665804 39.795697) - (xy 41.665799 39.795703) - (xy 41.534477 39.98325) - (xy 41.437717 40.190753) - (xy 41.437715 40.190759) - (xy 41.409208 40.297148) - (xy 41.378457 40.411913) - (xy 41.358502 40.64) - (xy 41.378457 40.868087) - (xy 41.386978 40.899888) - (xy 41.437715 41.08924) - (xy 41.437717 41.089246) - (xy 41.531883 41.291186) - (xy 41.534477 41.296749) - (xy 41.665802 41.4843) - (xy 41.8277 41.646198) - (xy 42.015251 41.777523) - (xy 42.050359 41.793894) - (xy 42.054457 41.795805) - (xy 42.107742 41.842722) - (xy 42.127203 41.910999) - (xy 42.106661 41.978959) - (xy 42.054457 42.024195) - (xy 42.01525 42.042477) - (xy 41.827703 42.173799) - (xy 41.827697 42.173804) - (xy 41.665804 42.335697) - (xy 41.665799 42.335703) - (xy 41.534477 42.52325) - (xy 41.437717 42.730753) - (xy 41.437715 42.730759) - (xy 41.393972 42.894009) - (xy 41.378457 42.951913) - (xy 41.358502 43.18) - (xy 41.378457 43.408087) - (xy 41.392344 43.459913) - (xy 41.437715 43.62924) - (xy 41.437717 43.629246) - (xy 41.534477 43.836749) - (xy 41.590029 43.916086) - (xy 41.665802 44.0243) - (xy 41.8277 44.186198) - (xy 42.015251 44.317523) - (xy 42.040979 44.32952) - (xy 42.054457 44.335805) - (xy 42.107742 44.382722) - (xy 42.127203 44.450999) - (xy 42.106661 44.518959) - (xy 42.054457 44.564195) - (xy 42.01525 44.582477) - (xy 41.827703 44.713799) - (xy 41.827697 44.713804) - (xy 41.665804 44.875697) - (xy 41.665799 44.875703) - (xy 41.534477 45.06325) - (xy 41.437717 45.270753) - (xy 41.437715 45.270759) - (xy 41.39334 45.436368) - (xy 41.378457 45.491913) - (xy 41.358502 45.72) - (xy 41.378457 45.948087) - (xy 41.383251 45.965977) - (xy 41.437715 46.16924) - (xy 41.437717 46.169246) - (xy 41.492511 46.286753) - (xy 41.534477 46.376749) - (xy 41.665802 46.5643) - (xy 41.8277 46.726198) - (xy 42.015251 46.857523) - (xy 42.050359 46.873894) - (xy 42.054457 46.875805) - (xy 42.107742 46.922722) - (xy 42.127203 46.990999) - (xy 42.106661 47.058959) - (xy 42.054457 47.104195) - (xy 42.01525 47.122477) - (xy 41.827703 47.253799) - (xy 41.827697 47.253804) - (xy 41.665804 47.415697) - (xy 41.665799 47.415703) - (xy 41.534477 47.60325) - (xy 41.437717 47.810753) - (xy 41.437715 47.810759) - (xy 41.39334 47.976368) - (xy 41.378457 48.031913) - (xy 41.358502 48.26) - (xy 36.365498 48.26) - (xy 36.345543 48.031913) - (xy 36.286284 47.810757) - (xy 36.189523 47.603251) - (xy 36.058198 47.4157) - (xy 35.8963 47.253802) - (xy 35.708749 47.122477) - (xy 35.697996 47.117463) - (xy 35.669543 47.104195) - (xy 35.616258 47.057279) - (xy 35.596796 46.989002) - (xy 35.617337 46.921042) - (xy 35.669543 46.875805) - (xy 35.671997 46.87466) - (xy 35.708749 46.857523) - (xy 35.8963 46.726198) - (xy 36.058198 46.5643) - (xy 36.189523 46.376749) - (xy 36.286284 46.169243) - (xy 36.345543 45.948087) - (xy 36.365498 45.72) - (xy 36.345543 45.491913) - (xy 36.286284 45.270757) - (xy 36.189523 45.063251) - (xy 36.058198 44.8757) - (xy 35.8963 44.713802) - (xy 35.896291 44.713796) - (xy 35.798388 44.645243) - (xy 35.708749 44.582477) - (xy 35.669543 44.564195) - (xy 35.616258 44.517279) - (xy 35.596796 44.449002) - (xy 35.617337 44.381042) - (xy 35.669543 44.335805) - (xy 35.683021 44.32952) - (xy 35.708749 44.317523) - (xy 35.8963 44.186198) - (xy 36.058198 44.0243) - (xy 36.189523 43.836749) - (xy 36.286284 43.629243) - (xy 36.345543 43.408087) - (xy 36.365498 43.18) - (xy 36.345543 42.951913) - (xy 36.286284 42.730757) - (xy 36.189523 42.523251) - (xy 36.058198 42.3357) - (xy 35.8963 42.173802) - (xy 35.896295 42.173799) - (xy 35.896292 42.173796) - (xy 35.892995 42.171487) - (xy 35.848669 42.116028) - (xy 35.841363 42.045409) - (xy 35.873396 41.982049) - (xy 35.934599 41.946067) - (xy 35.951801 41.942999) - (xy 35.961201 41.941989) - (xy 36.098204 41.890889) - (xy 36.104125 41.886457) - (xy 36.215261 41.803261) - (xy 36.302887 41.686207) - (xy 36.302887 41.686206) - (xy 36.302889 41.686204) - (xy 36.353989 41.549201) - (xy 36.354731 41.542305) - (xy 36.360499 41.488649) - (xy 36.3605 41.488632) - (xy 36.3605 39.791367) - (xy 36.360499 39.79135) - (xy 36.35399 39.730803) - (xy 36.353988 39.730795) - (xy 36.317811 39.633804) - (xy 36.302889 39.593796) - (xy 36.302888 39.593794) - (xy 36.302887 39.593792) - (xy 36.215261 39.476738) - (xy 36.098207 39.389112) - (xy 36.098202 39.38911) - (xy 35.961204 39.338011) - (xy 35.961196 39.338009) - (xy 35.900649 39.3315) - (xy 35.900638 39.3315) - (xy 34.203362 39.3315) - (xy 34.20335 39.3315) - (xy 34.142803 39.338009) - (xy 34.142795 39.338011) - (xy 34.005797 39.38911) - (xy 34.005792 39.389112) - (xy 33.888738 39.476738) - (xy 33.801112 39.593792) - (xy 33.80111 39.593797) - (xy 33.750011 39.730795) - (xy 33.750009 39.730803) - (xy 33.7435 39.79135) - (xy 33.7435 41.488649) - (xy 33.750009 41.549196) - (xy 33.750011 41.549204) - (xy 33.80111 41.686202) - (xy 33.801112 41.686207) - (xy 33.888738 41.803261) - (xy 34.005792 41.890887) - (xy 34.005794 41.890888) - (xy 34.005796 41.890889) - (xy 34.142799 41.941989) - (xy 34.152191 41.942998) - (xy 34.217784 41.970163) - (xy 34.258279 42.028479) - (xy 34.260817 42.09943) - (xy 34.224593 42.16049) - (xy 34.21101 42.171483) - (xy 34.207708 42.173795) - (xy 34.207697 42.173804) - (xy 34.045804 42.335697) - (xy 34.045799 42.335703) - (xy 33.914477 42.52325) - (xy 33.817717 42.730753) - (xy 33.817715 42.730759) - (xy 33.773972 42.894009) - (xy 33.758457 42.951913) - (xy 33.738502 43.18) - (xy 33.758457 43.408087) - (xy 33.772344 43.459913) - (xy 33.817715 43.62924) - (xy 33.817717 43.629246) - (xy 33.914477 43.836749) - (xy 33.970029 43.916086) - (xy 34.045802 44.0243) - (xy 34.2077 44.186198) - (xy 34.395251 44.317523) - (xy 34.420979 44.32952) - (xy 34.434457 44.335805) - (xy 34.487742 44.382722) - (xy 34.507203 44.450999) - (xy 34.486661 44.518959) - (xy 34.434457 44.564195) - (xy 34.39525 44.582477) - (xy 34.207703 44.713799) - (xy 34.207697 44.713804) - (xy 34.045804 44.875697) - (xy 34.045799 44.875703) - (xy 33.914477 45.06325) - (xy 33.817717 45.270753) - (xy 33.817715 45.270759) - (xy 33.77334 45.436368) - (xy 33.758457 45.491913) - (xy 33.738502 45.72) - (xy 33.758457 45.948087) - (xy 33.763251 45.965977) - (xy 33.817715 46.16924) - (xy 33.817717 46.169246) - (xy 33.872511 46.286753) - (xy 33.914477 46.376749) - (xy 34.045802 46.5643) - (xy 34.2077 46.726198) - (xy 34.395251 46.857523) - (xy 34.430359 46.873894) - (xy 34.434457 46.875805) - (xy 34.487742 46.922722) - (xy 34.507203 46.990999) - (xy 34.486661 47.058959) - (xy 34.434457 47.104195) - (xy 34.39525 47.122477) - (xy 34.207703 47.253799) - (xy 34.207697 47.253804) - (xy 34.045804 47.415697) - (xy 34.045799 47.415703) - (xy 33.914477 47.60325) - (xy 33.817717 47.810753) - (xy 33.817715 47.810759) - (xy 33.77334 47.976368) - (xy 33.758457 48.031913) - (xy 33.738502 48.26) - (xy 32.916885 48.26) - (xy 32.847523 48.111251) - (xy 32.716198 47.9237) - (xy 32.5543 47.761802) - (xy 32.548857 47.757991) - (xy 32.366749 47.630477) - (xy 32.159246 47.533717) - (xy 32.15924 47.533715) - (xy 32.065771 47.50867) - (xy 31.938087 47.474457) - (xy 31.71 47.454502) - (xy 31.709997 47.454502) - (xy 31.709995 47.454502) - (xy 31.706635 47.454502) - (xy 31.705208 47.454083) - (xy 31.70452 47.454023) - (xy 31.704532 47.453884) - (xy 31.638514 47.4345) - (xy 31.61754 47.417597) - (xy 31.435412 47.235469) - (xy 31.401386 47.173157) - (xy 31.406451 47.102342) - (xy 31.448998 47.045506) - (xy 31.513523 47.020853) - (xy 31.597087 47.013543) - (xy 31.818243 46.954284) - (xy 32.025749 46.857523) - (xy 32.2133 46.726198) - (xy 32.375198 46.5643) - (xy 32.506523 46.376749) - (xy 32.603284 46.169243) - (xy 32.662543 45.948087) - (xy 32.682498 45.72) - (xy 32.662543 45.491913) - (xy 32.603284 45.270757) - (xy 32.506523 45.063251) - (xy 32.375198 44.8757) - (xy 32.2133 44.713802) - (xy 32.213295 44.713799) - (xy 32.213292 44.713796) - (xy 32.209995 44.711487) - (xy 32.165669 44.656028) - (xy 32.158363 44.585409) - (xy 32.190396 44.522049) - (xy 32.251599 44.486067) - (xy 32.268801 44.482999) - (xy 32.278201 44.481989) - (xy 32.415204 44.430889) - (xy 32.424291 44.424087) - (xy 32.532261 44.343261) - (xy 32.619887 44.226207) - (xy 32.619887 44.226206) - (xy 32.619889 44.226204) - (xy 32.670989 44.089201) - (xy 32.674902 44.052811) - (xy 32.677499 44.028649) - (xy 32.6775 44.028632) - (xy 32.6775 42.331367) - (xy 32.677499 42.33135) - (xy 32.67099 42.270803) - (xy 32.670988 42.270795) - (xy 32.634811 42.173804) - (xy 32.619889 42.133796) - (xy 32.619888 42.133794) - (xy 32.619887 42.133792) - (xy 32.532261 42.016738) - (xy 32.415207 41.929112) - (xy 32.415202 41.92911) - (xy 32.278204 41.878011) - (xy 32.278196 41.878009) - (xy 32.217649 41.8715) - (xy 32.217638 41.8715) - (xy 31.003499 41.8715) - (xy 30.935378 41.851498) - (xy 30.888885 41.797842) - (xy 30.877499 41.7455) - (xy 30.877499 37.084) - (xy 33.484502 37.084) - (xy 33.494755 37.201198) - (xy 33.504457 37.312086) - (xy 33.563715 37.53324) - (xy 33.563717 37.533246) - (xy 33.61527 37.643801) - (xy 33.660477 37.740749) - (xy 33.791802 37.9283) - (xy 33.9537 38.090198) - (xy 34.141251 38.221523) - (xy 34.348757 38.318284) - (xy 34.569913 38.377543) - (xy 34.798 38.397498) - (xy 35.026087 38.377543) - (xy 35.247243 38.318284) - (xy 35.454749 38.221523) - (xy 35.6423 38.090198) - (xy 35.804198 37.9283) - (xy 35.935523 37.740749) - (xy 36.032284 37.533243) - (xy 36.091543 37.312087) - (xy 36.111498 37.084) - (xy 43.644502 37.084) - (xy 43.654755 37.201198) - (xy 43.664457 37.312086) - (xy 43.723715 37.53324) - (xy 43.723717 37.533246) - (xy 43.77527 37.643801) - (xy 43.820477 37.740749) - (xy 43.951802 37.9283) - (xy 44.1137 38.090198) - (xy 44.301251 38.221523) - (xy 44.508757 38.318284) - (xy 44.729913 38.377543) - (xy 44.958 38.397498) - (xy 45.186087 38.377543) - (xy 45.407243 38.318284) - (xy 45.614749 38.221523) - (xy 45.8023 38.090198) - (xy 45.964198 37.9283) - (xy 46.095523 37.740749) - (xy 46.192284 37.533243) - (xy 46.251543 37.312087) - (xy 46.271498 37.084) - (xy 46.251543 36.855913) - (xy 46.192284 36.634757) - (xy 46.095523 36.427251) - (xy 45.964198 36.2397) - (xy 45.8023 36.077802) - (xy 45.614749 35.946477) - (xy 45.614748 35.946476) - (xy 45.407246 35.849717) - (xy 45.40724 35.849715) - (xy 45.313771 35.82467) - (xy 45.186087 35.790457) - (xy 44.958 35.770502) - (xy 44.729913 35.790457) - (xy 44.508759 35.849715) - (xy 44.508753 35.849717) - (xy 44.30125 35.946477) - (xy 44.113703 36.077799) - (xy 44.113697 36.077804) - (xy 43.951804 36.239697) - (xy 43.951799 36.239703) - (xy 43.820477 36.42725) - (xy 43.723717 36.634753) - (xy 43.723715 36.634759) - (xy 43.691568 36.754734) - (xy 43.664457 36.855913) - (xy 43.644502 37.084) - (xy 36.111498 37.084) - (xy 36.091543 36.855913) - (xy 36.032284 36.634757) - (xy 35.935523 36.427251) - (xy 35.804198 36.2397) - (xy 35.6423 36.077802) - (xy 35.454749 35.946477) - (xy 35.454748 35.946476) - (xy 35.247246 35.849717) - (xy 35.24724 35.849715) - (xy 35.153771 35.82467) - (xy 35.026087 35.790457) - (xy 34.798 35.770502) - (xy 34.569913 35.790457) - (xy 34.348759 35.849715) - (xy 34.348753 35.849717) - (xy 34.14125 35.946477) - (xy 33.953703 36.077799) - (xy 33.953697 36.077804) - (xy 33.791804 36.239697) - (xy 33.791799 36.239703) - (xy 33.660477 36.42725) - (xy 33.563717 36.634753) - (xy 33.563715 36.634759) - (xy 33.531568 36.754734) - (xy 33.504457 36.855913) - (xy 33.484502 37.084) - (xy 30.877499 37.084) - (xy 30.877499 34.080624) - (xy 30.897501 34.012503) - (xy 30.914404 33.991529) - (xy 32.249652 32.656281) - (xy 32.249654 32.656278) - (xy 35.146122 29.759809) - (xy 35.208432 29.725785) - (xy 35.279247 29.73085) - (xy 35.336083 29.773397) - (xy 35.350602 29.798292) - (xy 35.377139 29.85879) - (xy 35.500275 30.047265) - (xy 35.500279 30.04727) - (xy 35.652762 30.212908) - (xy 35.705416 30.25389) - (xy 35.830424 30.351189) - (xy 35.863676 30.369184) - (xy 35.86368 30.369186) - (xy 35.914071 30.4192) - (xy 35.929423 30.488516) - (xy 35.904862 30.555129) - (xy 35.86368 30.590813) - (xy 35.830426 30.60881) - (xy 35.830424 30.608811) - (xy 35.652762 30.747091) - (xy 35.500279 30.912729) - (xy 35.500275 30.912734) - (xy 35.377141 31.101206) - (xy 35.286703 31.307386) - (xy 35.286702 31.307387) - (xy 35.231437 31.525624) - (xy 35.231436 31.52563) - (xy 35.231436 31.525632) - (xy 35.212844 31.75) - (xy 35.230838 31.967157) - (xy 35.231437 31.974375) - (xy 35.286702 32.192612) - (xy 35.286703 32.192613) - (xy 35.286704 32.192616) - (xy 35.371091 32.385) - (xy 35.377141 32.398793) - (xy 35.500275 32.587265) - (xy 35.500279 32.58727) - (xy 35.652762 32.752908) - (xy 35.669583 32.766) - (xy 35.830424 32.891189) - (xy 36.028426 32.998342) - (xy 36.028427 32.998342) - (xy 36.028428 32.998343) - (xy 36.06821 33.012) - (xy 36.241365 33.071444) - (xy 36.463431 33.1085) - (xy 36.463435 33.1085) - (xy 36.688565 33.1085) - (xy 36.688569 33.1085) - (xy 36.910635 33.071444) - (xy 37.123574 32.998342) - (xy 37.321576 32.891189) - (xy 37.49924 32.752906) - (xy 37.651722 32.587268) - (xy 37.740816 32.450898) - (xy 37.794819 32.40481) - (xy 37.865167 32.395235) - (xy 37.929524 32.425212) - (xy 37.951782 32.450898) - (xy 37.992921 32.513866) - (xy 37.992923 32.513866) - (xy 38.631638 31.87515) - (xy 38.656507 31.959844) - (xy 38.734239 32.080798) - (xy 38.8429 32.174952) - (xy 38.973685 32.23468) - (xy 38.988412 32.236797) - (xy 38.35031 32.874898) - (xy 38.370694 32.890763) - (xy 38.370696 32.890765) - (xy 38.568632 32.997883) - (xy 38.781483 33.070955) - (xy 38.78149 33.070957) - (xy 39.003477 33.108) - (xy 39.228523 33.108) - (xy 39.450509 33.070957) - (xy 39.450516 33.070955) - (xy 39.663369 32.997883) - (xy 39.663371 32.997882) - (xy 39.861298 32.890768) - (xy 39.861302 32.890766) - (xy 39.881689 32.874898) - (xy 39.243588 32.236797) - (xy 39.258315 32.23468) - (xy 39.3891 32.174952) - (xy 39.497761 32.080798) - (xy 39.575493 31.959844) - (xy 39.600361 31.87515) - (xy 40.239076 32.513866) - (xy 40.280516 32.45044) - (xy 40.33452 32.404352) - (xy 40.404868 32.394777) - (xy 40.469225 32.424755) - (xy 40.491481 32.450439) - (xy 40.532921 32.513866) - (xy 40.532922 32.513866) - (xy 41.171638 31.875149) - (xy 41.196507 31.959844) - (xy 41.274239 32.080798) - (xy 41.3829 32.174952) - (xy 41.513685 32.23468) - (xy 41.528412 32.236797) - (xy 40.89031 32.874898) - (xy 40.910694 32.890763) - (xy 40.910696 32.890765) - (xy 41.108632 32.997883) - (xy 41.321483 33.070955) - (xy 41.32149 33.070957) - (xy 41.543477 33.108) - (xy 41.768523 33.108) - (xy 41.990509 33.070957) - (xy 41.990516 33.070955) - (xy 42.203369 32.997883) - (xy 42.203371 32.997882) - (xy 42.401298 32.890768) - (xy 42.401302 32.890766) - (xy 42.421689 32.874898) - (xy 41.783588 32.236797) - (xy 41.798315 32.23468) - (xy 41.9291 32.174952) - (xy 42.037761 32.080798) - (xy 42.115493 31.959844) - (xy 42.140361 31.87515) - (xy 42.779077 32.513866) - (xy 42.820218 32.450898) - (xy 42.874222 32.40481) - (xy 42.94457 32.395235) - (xy 43.008927 32.425213) - (xy 43.031183 32.450898) - (xy 43.120279 32.58727) - (xy 43.272762 32.752908) - (xy 43.289583 32.766) - (xy 43.450424 32.891189) - (xy 43.648426 32.998342) - (xy 43.648427 32.998342) - (xy 43.648428 32.998343) - (xy 43.68821 33.012) - (xy 43.861365 33.071444) - (xy 44.083431 33.1085) - (xy 44.083435 33.1085) - (xy 44.308565 33.1085) - (xy 44.308569 33.1085) - (xy 44.530635 33.071444) - (xy 44.743574 32.998342) - (xy 44.941576 32.891189) - (xy 45.11924 32.752906) - (xy 45.232516 32.629856) - (xy 45.293368 32.593286) - (xy 45.364333 32.595421) - (xy 45.422878 32.635583) - (xy 45.439857 32.666517) - (xy 45.440783 32.666086) - (xy 45.443883 32.672733) - (xy 45.443885 32.672738) - (xy 45.536969 32.823651) - (xy 45.53697 32.823652) - (xy 45.536975 32.823658) - (xy 45.662341 32.949024) - (xy 45.662347 32.949029) - (xy 45.662348 32.94903) - (xy 45.813262 33.042115) - (xy 45.981574 33.097887) - (xy 46.085455 33.1085) - (xy 47.386544 33.108499) - (xy 47.490426 33.097887) - (xy 47.658738 33.042115) - (xy 47.809652 32.94903) - (xy 47.93503 32.823652) - (xy 48.028115 32.672738) - (xy 48.083887 32.504426) - (xy 48.0945 32.400545) - (xy 48.094499 31.099456) - (xy 48.092306 31.077993) - (xy 48.083887 30.995574) - (xy 48.055553 30.910067) - (xy 48.028115 30.827262) - (xy 47.93503 30.676348) - (xy 47.935029 30.676347) - (xy 47.935024 30.676341) - (xy 47.809658 30.550975) - (xy 47.809652 30.55097) - (xy 47.793167 30.540802) - (xy 47.658738 30.457885) - (xy 47.658734 30.457883) - (xy 47.658733 30.457883) - (xy 47.652086 30.454783) - (xy 47.653055 30.452704) - (xy 47.603819 30.418611) - (xy 47.576567 30.353053) - (xy 47.589085 30.283168) - (xy 47.624438 30.239994) - (xy 47.659235 30.21291) - (xy 47.659237 30.212908) - (xy 47.65924 30.212906) - (xy 47.811722 30.047268) - (xy 47.93486 29.858791) - (xy 48.025296 29.652616) - (xy 48.080564 29.434368) - (xy 48.099156 29.21) - (xy 48.080564 28.985632) - (xy 48.0779 28.975111) - (xy 48.036552 28.81183) - (xy 48.039219 28.740884) - (xy 48.079819 28.682642) - (xy 48.145463 28.655596) - (xy 48.158696 28.654899) - (xy 54.609766 28.654899) - (xy 54.677887 28.674901) - (xy 54.698861 28.691804) - (xy 54.709962 28.702905) - (xy 54.743988 28.765217) - (xy 54.738923 28.836032) - (xy 54.696376 28.892868) - (xy 54.629856 28.917679) - (xy 54.620867 28.918) - (xy 54.142402 28.918) - (xy 54.081906 28.924505) - (xy 53.945035 28.975555) - (xy 53.945034 28.975555) - (xy 53.828095 29.063095) - (xy 53.740555 29.180034) - (xy 53.740555 29.180035) - (xy 53.689505 29.316906) - (xy 53.683 29.377402) - (xy 53.683 29.972) - (xy 54.679314 29.972) - (xy 54.663359 29.987955) - (xy 54.605835 30.100852) - (xy 54.586014 30.226) - (xy 54.605835 30.351148) - (xy 54.663359 30.464045) - (xy 54.679314 30.48) - (xy 53.683 30.48) - (xy 53.683 31.074597) - (xy 53.689505 31.135093) - (xy 53.740555 31.271964) - (xy 53.740555 31.271965) - (xy 53.828095 31.388904) - (xy 53.945034 31.476444) - (xy 54.081906 31.527494) - (xy 54.142402 31.533999) - (xy 54.142415 31.534) - (xy 54.737 31.534) - (xy 54.736999 30.537685) - (xy 54.752955 30.553641) - (xy 54.865852 30.611165) - (xy 54.959519 30.626) - (xy 55.022481 30.626) - (xy 55.116148 30.611165) - (xy 55.229045 30.553641) - (xy 55.245 30.537685) - (xy 55.245 31.534) - (xy 55.839585 31.534) - (xy 55.839597 31.533999) - (xy 55.900093 31.527494) - (xy 56.036964 31.476444) - (xy 56.036965 31.476444) - (xy 56.153904 31.388904) - (xy 56.241444 31.271965) - (xy 56.293822 31.131534) - (xy 56.336369 31.074698) - (xy 56.402889 31.049887) - (xy 56.472263 31.064978) - (xy 56.500972 31.086471) - (xy 56.6467 31.232198) - (xy 56.834251 31.363523) - (xy 57.041757 31.460284) - (xy 57.262913 31.519543) - (xy 57.491 31.539498) - (xy 57.719087 31.519543) - (xy 57.940243 31.460284) - (xy 58.147749 31.363523) - (xy 58.3353 31.232198) - (xy 58.497198 31.0703) - (xy 58.628523 30.882749) - (xy 58.725284 30.675243) - (xy 58.784543 30.454087) - (xy 58.804498 30.226) - (xy 58.804497 30.225996) - (xy 58.804498 30.225993) - (xy 58.804498 30.222634) - (xy 58.804916 30.221207) - (xy 58.804977 30.220519) - (xy 58.805115 30.220531) - (xy 58.8245 30.154513) - (xy 58.841403 30.133539) - (xy 60.854539 28.120404) - (xy 60.916851 28.086378) - (xy 60.943634 28.083499) - (xy 67.320349 28.083499) - (xy 67.38847 28.103501) - (xy 67.434963 28.157157) - (xy 67.445067 28.227431) - (xy 67.442056 28.24211) - (xy 67.413951 28.346997) - (xy 67.394004 28.574999) - (xy 67.413951 28.803002) - (xy 67.473186 29.024068) - (xy 67.473188 29.024073) - (xy 67.569913 29.231501) - (xy 67.619898 29.302888) - (xy 67.6199 29.302888) - (xy 68.308272 28.614516) - (xy 68.321835 28.700148) - (xy 68.379359 28.813045) - (xy 68.468955 28.902641) - (xy 68.581852 28.960165) - (xy 68.667481 28.973726) - (xy 67.97911 29.662097) - (xy 67.97911 29.6621) - (xy 68.050498 29.712086) - (xy 68.257926 29.808811) - (xy 68.257931 29.808813) - (xy 68.478999 29.868048) - (xy 68.478995 29.868048) - (xy 68.707 29.887995) - (xy 68.935002 29.868048) - (xy 69.156068 29.808813) - (xy 69.156073 29.808811) - (xy 69.363497 29.712088) - (xy 69.434888 29.662099) - (xy 69.434888 29.662098) - (xy 68.746518 28.973727) - (xy 68.832148 28.960165) - (xy 68.945045 28.902641) - (xy 69.034641 28.813045) - (xy 69.092165 28.700148) - (xy 69.105727 28.614518) - (xy 69.794097 29.302888) - (xy 69.794099 29.302888) - (xy 69.844088 29.231497) - (xy 69.865145 29.186341) - (xy 69.912062 29.133056) - (xy 69.980339 29.113595) - (xy 70.048299 29.134137) - (xy 70.068435 29.150496) - (xy 72.49439 31.576451) - (xy 72.507229 31.591482) - (xy 72.515213 31.602471) - (xy 72.541835 31.626441) - (xy 72.566178 31.648359) - (xy 72.568533 31.650594) - (xy 72.583875 31.665936) - (xy 72.600724 31.67958) - (xy 72.603208 31.681701) - (xy 72.654166 31.727584) - (xy 72.663732 31.733106) - (xy 72.665915 31.734367) - (xy 72.682214 31.745569) - (xy 72.692753 31.754104) - (xy 72.692758 31.754107) - (xy 72.75382 31.785219) - (xy 72.756719 31.786793) - (xy 72.800157 31.811871) - (xy 72.816096 31.821074) - (xy 72.829007 31.825269) - (xy 72.84726 31.832829) - (xy 72.859357 31.838993) - (xy 72.925588 31.856739) - (xy 72.928709 31.857663) - (xy 72.993925 31.878854) - (xy 73.007411 31.880271) - (xy 73.02685 31.883873) - (xy 73.039966 31.887388) - (xy 73.039972 31.887388) - (xy 73.039975 31.887389) - (xy 73.079054 31.889435) - (xy 73.108435 31.890975) - (xy 73.111696 31.891231) - (xy 73.133261 31.893499) - (xy 73.154937 31.893499) - (xy 73.158209 31.893584) - (xy 73.21749 31.89669) - (xy 73.226689 31.897173) - (xy 73.226689 31.897172) - (xy 73.226691 31.897173) - (xy 73.240095 31.895049) - (xy 73.259806 31.893499) - (xy 77.479832 31.893499) - (xy 77.547953 31.913501) - (xy 77.594446 31.967157) - (xy 77.60455 32.037431) - (xy 77.601539 32.05211) - (xy 77.573457 32.156913) - (xy 77.553502 32.385) - (xy 77.573457 32.613087) - (xy 77.602599 32.721844) - (xy 77.632715 32.83424) - (xy 77.632717 32.834246) - (xy 77.715605 33.012) - (xy 77.729477 33.041749) - (xy 77.860802 33.2293) - (xy 78.0227 33.391198) - (xy 78.210251 33.522523) - (xy 78.417757 33.619284) - (xy 78.638913 33.678543) - (xy 78.867 33.698498) - (xy 79.095087 33.678543) - (xy 79.316243 33.619284) - (xy 79.523749 33.522523) - (xy 79.7113 33.391198) - (xy 79.873198 33.2293) - (xy 80.004523 33.041749) - (xy 80.018395 33.012) - (xy 80.102518 32.831597) - (xy 80.149435 32.778311) - (xy 80.217712 32.75885) - (xy 80.285672 32.779392) - (xy 80.305808 32.795751) - (xy 82.423597 34.91354) - (xy 82.457623 34.975852) - (xy 82.460072 35.013038) - (xy 82.456844 35.051998) - (xy 82.475437 35.276375) - (xy 82.530702 35.494612) - (xy 82.530703 35.494613) - (xy 82.530704 35.494616) - (xy 82.549844 35.538251) - (xy 82.621141 35.700793) - (xy 82.744275 35.889265) - (xy 82.744279 35.88927) - (xy 82.796943 35.946477) - (xy 82.879461 36.036115) - (xy 82.896762 36.054908) - (xy 82.926176 36.077802) - (xy 83.074424 36.193189) - (xy 83.10768 36.211186) - (xy 83.158071 36.2612) - (xy 83.173423 36.330516) - (xy 83.148862 36.397129) - (xy 83.10768 36.432813) - (xy 83.074426 36.45081) - (xy 83.074424 36.450811) - (xy 82.896762 36.589091) - (xy 82.744279 36.754729) - (xy 82.744275 36.754734) - (xy 82.621141 36.943206) - (xy 82.530703 37.149386) - (xy 82.530702 37.149387) - (xy 82.475437 37.367624) - (xy 82.475436 37.36763) - (xy 82.475436 37.367632) - (xy 82.456844 37.592) - (xy 82.472293 37.778444) - (xy 82.475437 37.816375) - (xy 82.530702 38.034612) - (xy 82.530703 38.034613) - (xy 82.530704 38.034616) - (xy 82.612688 38.221522) - (xy 82.621141 38.240793) - (xy 82.744275 38.429265) - (xy 82.744279 38.42927) - (xy 82.896762 38.594908) - (xy 82.951331 38.637381) - (xy 83.074424 38.733189) - (xy 83.10768 38.751186) - (xy 83.158071 38.8012) - (xy 83.173423 38.870516) - (xy 83.148862 38.937129) - (xy 83.10768 38.972813) - (xy 83.074426 38.99081) - (xy 83.074424 38.990811) - (xy 82.896762 39.129091) - (xy 82.744279 39.294729) - (xy 82.744275 39.294734) - (xy 82.621141 39.483206) - (xy 82.530703 39.689386) - (xy 82.530702 39.689387) - (xy 82.475437 39.907624) - (xy 82.475436 39.90763) - (xy 82.475436 39.907632) - (xy 82.456844 40.132) - (xy 82.469774 40.288045) - (xy 82.475437 40.356375) - (xy 82.530702 40.574612) - (xy 82.530703 40.574613) - (xy 82.530704 40.574616) - (xy 82.600128 40.732888) - (xy 82.621141 40.780793) - (xy 82.744275 40.969265) - (xy 82.744279 40.96927) - (xy 82.896762 41.134908) - (xy 82.906546 41.142523) - (xy 83.074424 41.273189) - (xy 83.10768 41.291186) - (xy 83.158071 41.3412) - (xy 83.173423 41.410516) - (xy 83.148862 41.477129) - (xy 83.10768 41.512813) - (xy 83.074426 41.53081) - (xy 83.074424 41.530811) - (xy 82.896762 41.669091) - (xy 82.744279 41.834729) - (xy 82.744275 41.834734) - (xy 82.621141 42.023206) - (xy 82.530703 42.229386) - (xy 82.530702 42.229387) - (xy 82.475437 42.447624) - (xy 82.475436 42.44763) - (xy 82.475436 42.447632) - (xy 82.456844 42.672) - (xy 82.474701 42.8875) - (xy 82.475437 42.896375) - (xy 82.530702 43.114612) - (xy 82.530703 43.114613) - (xy 82.530704 43.114616) - (xy 82.62114 43.320791) - (xy 82.621141 43.320793) - (xy 82.744275 43.509265) - (xy 82.744279 43.50927) - (xy 82.896762 43.674908) - (xy 82.913583 43.688) - (xy 83.074424 43.813189) - (xy 83.10768 43.831186) - (xy 83.15807 43.881196) - (xy 83.173423 43.950513) - (xy 83.148864 44.017126) - (xy 83.107683 44.052811) - (xy 83.07443 44.070807) - (xy 83.074424 44.070811) - (xy 82.896762 44.209091) - (xy 82.744279 44.374729) - (xy 82.744275 44.374734) - (xy 82.621141 44.563206) - (xy 82.530703 44.769386) - (xy 82.530702 44.769387) - (xy 82.475437 44.987624) - (xy 82.475436 44.98763) - (xy 82.475436 44.987632) - (xy 82.456844 45.212) - (xy 82.472177 45.397042) - (xy 82.475437 45.436375) - (xy 82.530702 45.654612) - (xy 82.530703 45.654613) - (xy 82.530704 45.654616) - (xy 82.563684 45.729804) - (xy 82.621141 45.860793) - (xy 82.744275 46.049265) - (xy 82.744279 46.04927) - (xy 82.896762 46.214908) - (xy 82.951331 46.257381) - (xy 83.074424 46.353189) - (xy 83.10768 46.371186) - (xy 83.158071 46.4212) - (xy 83.173423 46.490516) - (xy 83.148862 46.557129) - (xy 83.10768 46.592813) - (xy 83.074426 46.61081) - (xy 83.074424 46.610811) - (xy 82.896762 46.749091) - (xy 82.744279 46.914729) - (xy 82.744275 46.914734) - (xy 82.621141 47.103206) - (xy 82.530703 47.309386) - (xy 82.530702 47.309387) - (xy 82.475437 47.527624) - (xy 82.475436 47.52763) - (xy 82.475436 47.527632) - (xy 82.456844 47.752) - (xy 82.473211 47.94952) - (xy 82.475437 47.976375) - (xy 82.530702 48.194612) - (xy 82.530703 48.194613) - (xy 82.530704 48.194616) - (xy 82.563684 48.269804) - (xy 82.621141 48.400793) - (xy 82.744275 48.589265) - (xy 82.744279 48.58927) - (xy 82.896762 48.754908) - (xy 82.913583 48.768) - (xy 83.074424 48.893189) - (xy 83.10768 48.911186) - (xy 83.158071 48.9612) - (xy 83.173423 49.030516) - (xy 83.148862 49.097129) - (xy 83.10768 49.132813) - (xy 83.074426 49.15081) - (xy 83.074424 49.150811) - (xy 82.896762 49.289091) - (xy 82.744279 49.454729) - (xy 82.744275 49.454734) - (xy 82.621141 49.643206) - (xy 82.530703 49.849386) - (xy 82.530702 49.849387) - (xy 82.475437 50.067624) - (xy 82.475436 50.06763) - (xy 82.475436 50.067632) - (xy 82.456844 50.292) - (xy 82.472177 50.477042) - (xy 82.475437 50.516375) - (xy 82.530702 50.734612) - (xy 82.530703 50.734613) - (xy 82.530704 50.734616) - (xy 82.62114 50.940791) - (xy 82.621141 50.940793) - (xy 82.744275 51.129265) - (xy 82.744279 51.12927) - (xy 82.896762 51.294908) - (xy 82.951331 51.337381) - (xy 83.074424 51.433189) - (xy 83.10569 51.450109) - (xy 83.10768 51.451186) - (xy 83.158071 51.5012) - (xy 83.173423 51.570516) - (xy 83.148862 51.637129) - (xy 83.10768 51.672813) - (xy 83.074426 51.69081) - (xy 83.074424 51.690811) - (xy 82.896762 51.829091) - (xy 82.744279 51.994729) - (xy 82.744275 51.994734) - (xy 82.621141 52.183206) - (xy 82.530703 52.389386) - (xy 82.530702 52.389387) - (xy 82.475437 52.607624) - (xy 82.475436 52.60763) - (xy 82.475436 52.607632) - (xy 82.456844 52.832) - (xy 82.471981 53.014678) - (xy 82.475437 53.056375) - (xy 82.530702 53.274612) - (xy 82.530703 53.274613) - (xy 82.530704 53.274616) - (xy 82.563684 53.349804) - (xy 82.621141 53.480793) - (xy 82.744275 53.669265) - (xy 82.744279 53.66927) - (xy 82.896762 53.834908) - (xy 82.951331 53.877381) - (xy 83.074424 53.973189) - (xy 83.10768 53.991186) - (xy 83.158071 54.0412) - (xy 83.173423 54.110516) - (xy 83.148862 54.177129) - (xy 83.10768 54.212813) - (xy 83.074426 54.23081) - (xy 83.074424 54.230811) - (xy 82.896762 54.369091) - (xy 82.744279 54.534729) - (xy 82.744275 54.534734) - (xy 82.621141 54.723206) - (xy 82.530703 54.929386) - (xy 82.530702 54.929387) - (xy 82.475437 55.147624) - (xy 82.475436 55.14763) - (xy 82.475436 55.147632) - (xy 82.456844 55.372) - (xy 82.472177 55.557042) - (xy 82.475437 55.596375) - (xy 82.530702 55.814612) - (xy 82.530703 55.814613) - (xy 82.530704 55.814616) - (xy 82.563684 55.889804) - (xy 82.621141 56.020793) - (xy 82.744275 56.209265) - (xy 82.744279 56.20927) - (xy 82.896762 56.374908) - (xy 82.900992 56.3782) - (xy 83.074424 56.513189) - (xy 83.10768 56.531186) - (xy 83.15807 56.581196) - (xy 83.173423 56.650513) - (xy 83.148864 56.717126) - (xy 83.107683 56.752811) - (xy 83.07443 56.770807) - (xy 83.074424 56.770811) - (xy 82.896762 56.909091) - (xy 82.744279 57.074729) - (xy 82.744275 57.074734) - (xy 82.621141 57.263206) - (xy 82.530703 57.469386) - (xy 82.530702 57.469387) - (xy 82.475437 57.687624) - (xy 82.475436 57.68763) - (xy 82.475436 57.687632) - (xy 82.456844 57.912) - (xy 82.47429 58.122542) - (xy 82.475437 58.136375) - (xy 82.530702 58.354612) - (xy 82.530703 58.354613) - (xy 82.530704 58.354616) - (xy 82.563684 58.429804) - (xy 82.621141 58.560793) - (xy 82.744275 58.749265) - (xy 82.744279 58.74927) - (xy 82.896762 58.914908) - (xy 82.913583 58.928) - (xy 83.074424 59.053189) - (xy 83.10768 59.071186) - (xy 83.15807 59.121196) - (xy 83.173423 59.190513) - (xy 83.148864 59.257126) - (xy 83.107683 59.292811) - (xy 83.07443 59.310807) - (xy 83.074424 59.310811) - (xy 82.896762 59.449091) - (xy 82.744279 59.614729) - (xy 82.744275 59.614734) - (xy 82.621141 59.803206) - (xy 82.530703 60.009386) - (xy 82.530702 60.009387) - (xy 82.475437 60.227624) - (xy 82.475436 60.22763) - (xy 82.475436 60.227632) - (xy 82.456844 60.452) - (xy 82.473281 60.650367) - (xy 82.475437 60.676375) - (xy 82.530702 60.894612) - (xy 82.530703 60.894613) - (xy 82.530704 60.894616) - (xy 82.62114 61.100791) - (xy 82.621141 61.100793) - (xy 82.744275 61.289265) - (xy 82.744279 61.28927) - (xy 82.896762 61.454908) - (xy 82.926176 61.477802) - (xy 83.074424 61.593189) - (xy 83.272426 61.700342) - (xy 83.272427 61.700342) - (xy 83.272428 61.700343) - (xy 83.3457 61.725497) - (xy 83.485365 61.773444) - (xy 83.707431 61.8105) - (xy 83.707435 61.8105) - (xy 83.932565 61.8105) - (xy 83.932569 61.8105) - (xy 84.154635 61.773444) - (xy 84.367574 61.700342) - (xy 84.565576 61.593189) - (xy 84.74324 61.454906) - (xy 84.895722 61.289268) - (xy 84.897299 61.286855) - (xy 84.911471 61.265163) - (xy 85.01886 61.100791) - (xy 85.109296 60.894616) - (xy 85.164564 60.676368) - (xy 85.183156 60.452) - (xy 85.164564 60.227632) - (xy 85.144947 60.150167) - (xy 85.109297 60.009387) - (xy 85.109296 60.009386) - (xy 85.109296 60.009384) - (xy 85.01886 59.803209) - (xy 84.999956 59.774274) - (xy 84.895724 59.614734) - (xy 84.89572 59.614729) - (xy 84.769343 59.477449) - (xy 84.74324 59.449094) - (xy 84.743239 59.449093) - (xy 84.743237 59.449091) - (xy 84.63871 59.367734) - (xy 84.565576 59.310811) - (xy 84.565569 59.310807) - (xy 84.532318 59.292812) - (xy 84.481928 59.242798) - (xy 84.466576 59.173481) - (xy 84.491137 59.106869) - (xy 84.532315 59.071188) - (xy 84.565576 59.053189) - (xy 84.74324 58.914906) - (xy 84.895722 58.749268) - (xy 85.01886 58.560791) - (xy 85.109296 58.354616) - (xy 85.164564 58.136368) - (xy 85.183156 57.912) - (xy 85.164564 57.687632) - (xy 85.164562 57.687624) - (xy 85.109297 57.469387) - (xy 85.109296 57.469386) - (xy 85.109296 57.469384) - (xy 85.01886 57.263209) - (xy 84.967182 57.18411) - (xy 84.895724 57.074734) - (xy 84.89572 57.074729) - (xy 84.743237 56.909091) - (xy 84.661382 56.845381) - (xy 84.565576 56.770811) - (xy 84.532319 56.752813) - (xy 84.481929 56.702802) - (xy 84.466576 56.633485) - (xy 84.491136 56.566872) - (xy 84.53232 56.531186) - (xy 84.532324 56.531184) - (xy 84.565576 56.513189) - (xy 84.74324 56.374906) - (xy 84.895722 56.209268) - (xy 85.01886 56.020791) - (xy 85.109296 55.814616) - (xy 85.164564 55.596368) - (xy 85.183156 55.372) - (xy 85.164564 55.147632) - (xy 85.135226 55.03178) - (xy 85.109297 54.929387) - (xy 85.109296 54.929386) - (xy 85.109296 54.929384) - (xy 85.01886 54.723209) - (xy 84.944897 54.61) - (xy 84.895724 54.534734) - (xy 84.89572 54.534729) - (xy 84.743237 54.369091) - (xy 84.661382 54.305381) - (xy 84.565576 54.230811) - (xy 84.532319 54.212813) - (xy 84.481929 54.162802) - (xy 84.466576 54.093485) - (xy 84.491136 54.026872) - (xy 84.53232 53.991186) - (xy 84.544113 53.984804) - (xy 84.565576 53.973189) - (xy 84.74324 53.834906) - (xy 84.895722 53.669268) - (xy 85.01886 53.480791) - (xy 85.109296 53.274616) - (xy 85.164564 53.056368) - (xy 85.183156 52.832) - (xy 85.164564 52.607632) - (xy 85.135226 52.49178) - (xy 85.109297 52.389387) - (xy 85.109296 52.389386) - (xy 85.109296 52.389384) - (xy 85.01886 52.183209) - (xy 85.01214 52.172924) - (xy 84.895724 51.994734) - (xy 84.89572 51.994729) - (xy 84.755041 51.841913) - (xy 84.74324 51.829094) - (xy 84.743239 51.829093) - (xy 84.743237 51.829091) - (xy 84.631804 51.742359) - (xy 84.565576 51.690811) - (xy 84.532319 51.672813) - (xy 84.481929 51.622802) - (xy 84.466576 51.553485) - (xy 84.491136 51.486872) - (xy 84.53232 51.451186) - (xy 84.53431 51.450109) - (xy 84.565576 51.433189) - (xy 84.74324 51.294906) - (xy 84.895722 51.129268) - (xy 85.01886 50.940791) - (xy 85.109296 50.734616) - (xy 85.164564 50.516368) - (xy 85.183156 50.292) - (xy 85.164564 50.067632) - (xy 85.146663 49.996943) - (xy 85.109297 49.849387) - (xy 85.109296 49.849386) - (xy 85.109296 49.849384) - (xy 85.01886 49.643209) - (xy 85.01214 49.632924) - (xy 84.895724 49.454734) - (xy 84.89572 49.454729) - (xy 84.743237 49.289091) - (xy 84.650702 49.217068) - (xy 84.565576 49.150811) - (xy 84.532319 49.132813) - (xy 84.481929 49.082802) - (xy 84.466576 49.013485) - (xy 84.491136 48.946872) - (xy 84.53232 48.911186) - (xy 84.565576 48.893189) - (xy 84.74324 48.754906) - (xy 84.895722 48.589268) - (xy 85.01886 48.400791) - (xy 85.109296 48.194616) - (xy 85.164564 47.976368) - (xy 85.183156 47.752) - (xy 85.164564 47.527632) - (xy 85.145924 47.454023) - (xy 85.109297 47.309387) - (xy 85.109296 47.309386) - (xy 85.109296 47.309384) - (xy 85.01886 47.103209) - (xy 84.98995 47.058959) - (xy 84.895724 46.914734) - (xy 84.89572 46.914729) - (xy 84.743237 46.749091) - (xy 84.661382 46.685381) - (xy 84.565576 46.610811) - (xy 84.532319 46.592813) - (xy 84.481929 46.542802) - (xy 84.466576 46.473485) - (xy 84.491136 46.406872) - (xy 84.53232 46.371186) - (xy 84.544113 46.364804) - (xy 84.565576 46.353189) - (xy 84.74324 46.214906) - (xy 84.895722 46.049268) - (xy 85.01886 45.860791) - (xy 85.109296 45.654616) - (xy 85.164564 45.436368) - (xy 85.183156 45.212) - (xy 85.164564 44.987632) - (xy 85.130407 44.852749) - (xy 85.109297 44.769387) - (xy 85.109296 44.769386) - (xy 85.109296 44.769384) - (xy 85.01886 44.563209) - (xy 85.01214 44.552924) - (xy 84.895724 44.374734) - (xy 84.89572 44.374729) - (xy 84.743237 44.209091) - (xy 84.650923 44.13724) - (xy 84.565576 44.070811) - (xy 84.565569 44.070807) - (xy 84.532318 44.052812) - (xy 84.481928 44.002798) - (xy 84.466576 43.933481) - (xy 84.491137 43.866869) - (xy 84.532315 43.831188) - (xy 84.565576 43.813189) - (xy 84.74324 43.674906) - (xy 84.895722 43.509268) - (xy 85.01886 43.320791) - (xy 85.109296 43.114616) - (xy 85.164564 42.896368) - (xy 85.183156 42.672) - (xy 85.164564 42.447632) - (xy 85.135122 42.331367) - (xy 85.109297 42.229387) - (xy 85.109296 42.229386) - (xy 85.109296 42.229384) - (xy 85.01886 42.023209) - (xy 84.98995 41.978959) - (xy 84.895724 41.834734) - (xy 84.89572 41.834729) - (xy 84.743237 41.669091) - (xy 84.661382 41.605381) - (xy 84.565576 41.530811) - (xy 84.564068 41.529995) - (xy 84.53232 41.512814) - (xy 84.481929 41.462802) - (xy 84.466576 41.393485) - (xy 84.491136 41.326872) - (xy 84.53232 41.291186) - (xy 84.565576 41.273189) - (xy 84.74324 41.134906) - (xy 84.895722 40.969268) - (xy 85.01886 40.780791) - (xy 85.109296 40.574616) - (xy 85.164564 40.356368) - (xy 85.183156 40.132) - (xy 85.164564 39.907632) - (xy 85.135122 39.791367) - (xy 85.109297 39.689387) - (xy 85.109296 39.689386) - (xy 85.109296 39.689384) - (xy 85.01886 39.483209) - (xy 84.993315 39.444109) - (xy 84.895724 39.294734) - (xy 84.89572 39.294729) - (xy 84.743237 39.129091) - (xy 84.639857 39.048627) - (xy 84.565576 38.990811) - (xy 84.532319 38.972813) - (xy 84.481929 38.922802) - (xy 84.466576 38.853485) - (xy 84.491136 38.786872) - (xy 84.53232 38.751186) - (xy 84.565576 38.733189) - (xy 84.74324 38.594906) - (xy 84.895722 38.429268) - (xy 85.01886 38.240791) - (xy 85.109296 38.034616) - (xy 85.164564 37.816368) - (xy 85.183156 37.592) - (xy 85.164564 37.367632) - (xy 85.122417 37.201198) - (xy 85.109297 37.149387) - (xy 85.109296 37.149386) - (xy 85.109296 37.149384) - (xy 85.01886 36.943209) - (xy 84.961827 36.855913) - (xy 84.895724 36.754734) - (xy 84.89572 36.754729) - (xy 84.743237 36.589091) - (xy 84.661382 36.525381) - (xy 84.565576 36.450811) - (xy 84.532319 36.432813) - (xy 84.481929 36.382802) - (xy 84.466576 36.313485) - (xy 84.491136 36.246872) - (xy 84.53232 36.211186) - (xy 84.565576 36.193189) - (xy 84.74324 36.054906) - (xy 84.895722 35.889268) - (xy 85.01886 35.700791) - (xy 85.109296 35.494616) - (xy 85.164564 35.276368) - (xy 85.183156 35.052) - (xy 85.164564 34.827632) - (xy 85.109296 34.609384) - (xy 85.01886 34.403209) - (xy 85.01214 34.392924) - (xy 84.895724 34.214734) - (xy 84.895714 34.214722) - (xy 84.752159 34.058782) - (xy 84.720737 33.995117) - (xy 84.728723 33.924571) - (xy 84.773582 33.869542) - (xy 84.800827 33.855388) - (xy 84.915965 33.812444) - (xy 85.032904 33.724904) - (xy 85.120444 33.607965) - (xy 85.120444 33.607964) - (xy 85.171494 33.471093) - (xy 85.177999 33.410597) - (xy 85.178 33.410585) - (xy 85.178 32.766) - (xy 84.251116 32.766) - (xy 84.279493 32.721844) - (xy 84.32 32.583889) - (xy 84.32 32.440111) - (xy 84.279493 32.302156) - (xy 84.251116 32.258) - (xy 85.178 32.258) - (xy 85.178 31.613414) - (xy 85.177999 31.613402) - (xy 85.171494 31.552906) - (xy 85.120444 31.416035) - (xy 85.120444 31.416034) - (xy 85.032904 31.299095) - (xy 84.915965 31.211555) - (xy 84.779093 31.160505) - (xy 84.718597 31.154) - (xy 84.074 31.154) - (xy 84.074 32.078325) - (xy 83.962315 32.02732) - (xy 83.855763 32.012) - (xy 83.784237 32.012) - (xy 83.677685 32.02732) - (xy 83.566 32.078325) - (xy 83.566 31.154) - (xy 82.921402 31.154) - (xy 82.860906 31.160505) - (xy 82.724035 31.211555) - (xy 82.724034 31.211555) - (xy 82.607095 31.299095) - (xy 82.519555 31.416034) - (xy 82.519555 31.416035) - (xy 82.468505 31.552906) - (xy 82.462 31.613402) - (xy 82.462 32.131867) - (xy 82.441998 32.199988) - (xy 82.388342 32.246481) - (xy 82.318068 32.256585) - (xy 82.253488 32.227091) - (xy 82.246905 32.220962) - (xy 80.457487 30.431544) - (xy 80.444645 30.416508) - (xy 80.436668 30.405529) - (xy 80.385711 30.359646) - (xy 80.383319 30.357376) - (xy 80.368011 30.342067) - (xy 80.368005 30.342062) - (xy 80.351167 30.328426) - (xy 80.348659 30.326284) - (xy 80.316823 30.29762) - (xy 80.297714 30.280414) - (xy 80.28596 30.273628) - (xy 80.269666 30.262429) - (xy 80.259122 30.25389) - (xy 80.198049 30.222773) - (xy 80.195164 30.221207) - (xy 80.135784 30.186924) - (xy 80.122872 30.182728) - (xy 80.104612 30.175164) - (xy 80.092523 30.169005) - (xy 80.092521 30.169004) - (xy 80.068257 30.162502) - (xy 80.026283 30.151255) - (xy 80.023166 30.150332) - (xy 80.005496 30.14459) - (xy 79.957956 30.129143) - (xy 79.944462 30.127725) - (xy 79.925032 30.124124) - (xy 79.911918 30.12061) - (xy 79.911907 30.120609) - (xy 79.857621 30.117764) - (xy 79.843456 30.117022) - (xy 79.840174 30.116764) - (xy 79.818623 30.114499) - (xy 79.818619 30.114499) - (xy 79.796943 30.114499) - (xy 79.79367 30.114413) - (xy 79.765702 30.112948) - (xy 79.72519 30.110824) - (xy 79.711785 30.112948) - (xy 79.692074 30.114499) - (xy 79.134231 30.114499) - (xy 79.06611 30.094497) - (xy 79.019617 30.040841) - (xy 79.009513 29.970567) - (xy 79.039007 29.905987) - (xy 79.098733 29.867603) - (xy 79.101583 29.866802) - (xy 79.316243 29.809284) - (xy 79.523749 29.712523) - (xy 79.7113 29.581198) - (xy 79.873198 29.4193) - (xy 80.004523 29.231749) - (xy 80.101284 29.024243) - (xy 80.160543 28.803087) - (xy 80.180498 28.575) - (xy 80.160543 28.346913) - (xy 80.101284 28.125757) - (xy 80.014665 27.94) - (xy 82.104341 27.94) - (xy 82.124937 28.175411) - (xy 82.186096 28.403661) - (xy 82.186098 28.403665) - (xy 82.285966 28.617832) - (xy 82.421498 28.811392) - (xy 82.421502 28.811397) - (xy 82.421505 28.811401) - (xy 82.588599 28.978495) - (xy 82.588603 28.978498) - (xy 82.588607 28.978501) - (xy 82.782167 29.114033) - (xy 82.782166 29.114033) - (xy 82.835494 29.1389) - (xy 82.996337 29.213903) - (xy 83.224592 29.275063) - (xy 83.401034 29.2905) - (xy 83.401035 29.2905) - (xy 83.518965 29.2905) - (xy 83.518966 29.2905) - (xy 83.695408 29.275063) - (xy 83.923663 29.213903) - (xy 84.137829 29.114035) - (xy 84.138458 29.113595) - (xy 84.211089 29.062738) - (xy 84.331401 28.978495) - (xy 84.498495 28.811401) - (xy 84.634035 28.61783) - (xy 84.733903 28.403663) - (xy 84.795063 28.175408) - (xy 84.815659 27.94) - (xy 84.795063 27.704592) - (xy 84.733903 27.476337) - (xy 84.634035 27.262171) - (xy 84.634034 27.262169) - (xy 84.634033 27.262167) - (xy 84.498501 27.068607) - (xy 84.498497 27.068602) - (xy 84.498495 27.068599) - (xy 84.331401 26.901505) - (xy 84.331397 26.901502) - (xy 84.331392 26.901498) - (xy 84.137832 26.765966) - (xy 84.137833 26.765966) - (xy 83.923665 26.666098) - (xy 83.923661 26.666096) - (xy 83.695411 26.604937) - (xy 83.563076 26.593359) - (xy 83.518966 26.5895) - (xy 83.401034 26.5895) - (xy 83.365745 26.592587) - (xy 83.224588 26.604937) - (xy 82.996338 26.666096) - (xy 82.996334 26.666098) - (xy 82.782167 26.765966) - (xy 82.588607 26.901498) - (xy 82.588596 26.901507) - (xy 82.421507 27.068596) - (xy 82.421502 27.068602) - (xy 82.285965 27.262169) - (xy 82.186098 27.476334) - (xy 82.186096 27.476338) - (xy 82.124937 27.704588) - (xy 82.104341 27.94) - (xy 80.014665 27.94) - (xy 80.004523 27.918251) - (xy 79.873198 27.7307) - (xy 79.7113 27.568802) - (xy 79.523749 27.437477) - (xy 79.316246 27.340717) - (xy 79.31624 27.340715) - (xy 79.222771 27.31567) - (xy 79.095087 27.281457) - (xy 78.867 27.261502) - (xy 78.638913 27.281457) - (xy 78.417759 27.340715) - (xy 78.417753 27.340717) - (xy 78.21025 27.437477) - (xy 78.022703 27.568799) - (xy 78.022697 27.568804) - (xy 77.860804 27.730697) - (xy 77.860799 27.730703) - (xy 77.729477 27.91825) - (xy 77.632717 28.125753) - (xy 77.632715 28.125759) - (xy 77.584718 28.304885) - (xy 77.573457 28.346913) - (xy 77.553502 28.575) - (xy 77.573457 28.803087) - (xy 77.582285 28.836032) - (xy 77.632715 29.02424) - (xy 77.632717 29.024246) - (xy 77.729477 29.231749) - (xy 77.831464 29.377402) - (xy 77.860802 29.4193) - (xy 78.0227 29.581198) - (xy 78.210251 29.712523) - (xy 78.417757 29.809284) - (xy 78.632381 29.866792) - (xy 78.693003 29.903744) - (xy 78.724024 29.967604) - (xy 78.715596 30.038099) - (xy 78.670393 30.092846) - (xy 78.602767 30.114463) - (xy 78.599769 30.114499) - (xy 73.600514 30.114499) - (xy 73.532393 30.094497) - (xy 73.511419 30.077594) - (xy 70.055369 26.621544) - (xy 70.042527 26.606508) - (xy 70.03455 26.595529) - (xy 69.983593 26.549646) - (xy 69.981201 26.547376) - (xy 69.965893 26.532067) - (xy 69.965887 26.532062) - (xy 69.949049 26.518426) - (xy 69.946541 26.516284) - (xy 69.923989 26.495979) - (xy 69.895596 26.470414) - (xy 69.883842 26.463628) - (xy 69.867548 26.452429) - (xy 69.857004 26.44389) - (xy 69.795931 26.412773) - (xy 69.793048 26.411208) - (xy 69.733666 26.376924) - (xy 69.720754 26.372728) - (xy 69.702494 26.365164) - (xy 69.690405 26.359005) - (xy 69.690403 26.359004) - (xy 69.666139 26.352502) - (xy 69.624165 26.341255) - (xy 69.621048 26.340332) - (xy 69.603378 26.33459) - (xy 69.555838 26.319143) - (xy 69.542344 26.317725) - (xy 69.522914 26.314124) - (xy 69.5098 26.31061) - (xy 69.509789 26.310609) - (xy 69.455503 26.307764) - (xy 69.441338 26.307022) - (xy 69.438056 26.306764) - (xy 69.416505 26.304499) - (xy 69.416501 26.304499) - (xy 69.394825 26.304499) - (xy 69.391552 26.304413) - (xy 69.363584 26.302948) - (xy 69.323072 26.300824) - (xy 69.309667 26.302948) - (xy 69.289956 26.304499) - (xy 60.602926 26.304499) - (xy 60.583215 26.302948) - (xy 60.569807 26.300824) - (xy 60.525875 26.303127) - (xy 60.501329 26.304413) - (xy 60.498057 26.304499) - (xy 60.476372 26.304499) - (xy 60.454823 26.306764) - (xy 60.451539 26.307022) - (xy 60.443953 26.30742) - (xy 60.383088 26.310609) - (xy 60.369969 26.314124) - (xy 60.350539 26.317725) - (xy 60.337043 26.319143) - (xy 60.284796 26.33612) - (xy 60.271849 26.340327) - (xy 60.268697 26.34126) - (xy 60.220498 26.354175) - (xy 60.202477 26.359005) - (xy 60.202476 26.359005) - (xy 60.202474 26.359006) - (xy 60.190382 26.365167) - (xy 60.172121 26.37273) - (xy 60.159218 26.376922) - (xy 60.159215 26.376924) - (xy 60.099849 26.411198) - (xy 60.096951 26.412772) - (xy 60.035875 26.443892) - (xy 60.025332 26.45243) - (xy 60.009043 26.463625) - (xy 59.997293 26.470409) - (xy 59.997282 26.470417) - (xy 59.946353 26.516273) - (xy 59.943849 26.518411) - (xy 59.927001 26.532056) - (xy 59.926992 26.532064) - (xy 59.911658 26.547397) - (xy 59.909268 26.549664) - (xy 59.858331 26.595528) - (xy 59.850347 26.606517) - (xy 59.837512 26.621543) - (xy 57.583459 28.875597) - (xy 57.521147 28.909622) - (xy 57.494364 28.912502) - (xy 57.487635 28.912502) - (xy 57.419514 28.8925) - (xy 57.39854 28.875597) - (xy 55.715887 27.192944) - (xy 55.703045 27.177908) - (xy 55.695068 27.166929) - (xy 55.644111 27.121046) - (xy 55.641719 27.118776) - (xy 55.626411 27.103467) - (xy 55.626405 27.103462) - (xy 55.609567 27.089826) - (xy 55.607059 27.087684) - (xy 55.584507 27.067379) - (xy 55.556114 27.041814) - (xy 55.54436 27.035028) - (xy 55.528066 27.023829) - (xy 55.517522 27.01529) - (xy 55.456449 26.984173) - (xy 55.453566 26.982608) - (xy 55.394184 26.948324) - (xy 55.381272 26.944128) - (xy 55.363012 26.936564) - (xy 55.350923 26.930405) - (xy 55.350921 26.930404) - (xy 55.326657 26.923902) - (xy 55.284683 26.912655) - (xy 55.281566 26.911732) - (xy 55.263896 26.90599) - (xy 55.216356 26.890543) - (xy 55.202862 26.889125) - (xy 55.183432 26.885524) - (xy 55.170318 26.88201) - (xy 55.170307 26.882009) - (xy 55.116021 26.879164) - (xy 55.101856 26.878422) - (xy 55.098574 26.878164) - (xy 55.077023 26.875899) - (xy 55.077019 26.875899) - (xy 55.055343 26.875899) - (xy 55.05207 26.875813) - (xy 55.024102 26.874348) - (xy 54.98359 26.872224) - (xy 54.970185 26.874348) - (xy 54.950474 26.875899) - (xy 35.962516 26.875899) - (xy 35.942805 26.874348) - (xy 35.929397 26.872224) - (xy 35.885465 26.874527) - (xy 35.860919 26.875813) - (xy 35.857647 26.875899) - (xy 35.835962 26.875899) - (xy 35.814413 26.878164) - (xy 35.811129 26.878422) - (xy 35.803543 26.87882) - (xy 35.742678 26.882009) - (xy 35.729559 26.885524) - (xy 35.710129 26.889125) - (xy 35.696633 26.890543) - (xy 35.644386 26.90752) - (xy 35.631439 26.911727) - (xy 35.628287 26.91266) - (xy 35.580088 26.925575) - (xy 35.562067 26.930405) - (xy 35.562066 26.930405) - (xy 35.562064 26.930406) - (xy 35.549972 26.936567) - (xy 35.531711 26.94413) - (xy 35.518808 26.948322) - (xy 35.518805 26.948324) - (xy 35.459439 26.982598) - (xy 35.456541 26.984172) - (xy 35.395465 27.015292) - (xy 35.384922 27.02383) - (xy 35.368633 27.035025) - (xy 35.356883 27.041809) - (xy 35.356872 27.041817) - (xy 35.305943 27.087673) - (xy 35.303439 27.089811) - (xy 35.286591 27.103456) - (xy 35.286582 27.103464) - (xy 35.271248 27.118797) - (xy 35.268858 27.121064) - (xy 35.217921 27.166928) - (xy 35.209937 27.177917) - (xy 35.197102 27.192943) - (xy 30.91446 31.475584) - (xy 30.914456 31.47559) - (xy 29.415543 32.974502) - (xy 29.400517 32.987337) - (xy 29.389529 32.995321) - (xy 29.343655 33.046269) - (xy 29.341385 33.048661) - (xy 25.675595 36.714451) - (xy 25.613283 36.748477) - (xy 25.542468 36.743412) - (xy 25.485632 36.700865) - (xy 25.460821 36.634345) - (xy 25.4605 36.625356) - (xy 25.4605 27.94) - (xy 26.584341 27.94) - (xy 26.604937 28.175411) - (xy 26.666096 28.403661) - (xy 26.666098 28.403665) - (xy 26.765966 28.617832) - (xy 26.901498 28.811392) - (xy 26.901502 28.811397) - (xy 26.901505 28.811401) - (xy 27.068599 28.978495) - (xy 27.068603 28.978498) - (xy 27.068607 28.978501) - (xy 27.262167 29.114033) - (xy 27.262166 29.114033) - (xy 27.315494 29.1389) - (xy 27.476337 29.213903) - (xy 27.704592 29.275063) - (xy 27.881034 29.2905) - (xy 27.881035 29.2905) - (xy 27.998965 29.2905) - (xy 27.998966 29.2905) - (xy 28.175408 29.275063) - (xy 28.403663 29.213903) - (xy 28.617829 29.114035) - (xy 28.618458 29.113595) - (xy 28.691089 29.062738) - (xy 28.811401 28.978495) - (xy 28.978495 28.811401) - (xy 29.114035 28.61783) - (xy 29.213903 28.403663) - (xy 29.275063 28.175408) - (xy 29.295659 27.94) - (xy 29.275063 27.704592) - (xy 29.213903 27.476337) - (xy 29.114035 27.262171) - (xy 29.114034 27.262169) - (xy 29.114033 27.262167) - (xy 28.978501 27.068607) - (xy 28.978497 27.068602) - (xy 28.978495 27.068599) - (xy 28.811401 26.901505) - (xy 28.811397 26.901502) - (xy 28.811392 26.901498) - (xy 28.617832 26.765966) - (xy 28.617833 26.765966) - (xy 28.403665 26.666098) - (xy 28.403661 26.666096) - (xy 28.175411 26.604937) - (xy 28.043076 26.593359) - (xy 27.998966 26.5895) - (xy 27.881034 26.5895) - (xy 27.845745 26.592587) - (xy 27.704588 26.604937) - (xy 27.476338 26.666096) - (xy 27.476334 26.666098) - (xy 27.262167 26.765966) - (xy 27.068607 26.901498) - (xy 27.068596 26.901507) - (xy 26.901507 27.068596) - (xy 26.901502 27.068602) - (xy 26.765965 27.262169) - (xy 26.666098 27.476334) - (xy 26.666096 27.476338) - (xy 26.604937 27.704588) - (xy 26.584341 27.94) - (xy 25.4605 27.94) - (xy 25.4605 25.5865) - (xy 25.480502 25.518379) - (xy 25.534158 25.471886) - (xy 25.5865 25.4605) - (xy 85.8135 25.4605) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 43.337849 77.859502) - (xy 43.384342 77.913158) - (xy 43.394446 77.983432) - (xy 43.372941 78.03777) - (xy 43.312913 78.123498) - (xy 43.216188 78.330926) - (xy 43.216186 78.330931) - (xy 43.156951 78.551997) - (xy 43.137004 78.78) - (xy 43.156951 79.008002) - (xy 43.216186 79.229068) - (xy 43.216188 79.229073) - (xy 43.312913 79.436501) - (xy 43.362898 79.507888) - (xy 43.3629 79.507888) - (xy 44.051272 78.819516) - (xy 44.064835 78.905148) - (xy 44.122359 79.018045) - (xy 44.211955 79.107641) - (xy 44.324852 79.165165) - (xy 44.410482 79.178727) - (xy 43.72211 79.867098) - (xy 43.72211 79.8671) - (xy 43.793498 79.917086) - (xy 43.798266 79.919839) - (xy 43.797178 79.921721) - (xy 43.84342 79.962409) - (xy 43.862904 80.03068) - (xy 43.842386 80.098647) - (xy 43.797015 80.137995) - (xy 43.798015 80.139726) - (xy 43.793253 80.142474) - (xy 43.605703 80.273799) - (xy 43.605697 80.273804) - (xy 43.443804 80.435697) - (xy 43.443799 80.435703) - (xy 43.312477 80.62325) - (xy 43.215717 80.830753) - (xy 43.215715 80.830759) - (xy 43.156456 81.051912) - (xy 43.156457 81.051913) - (xy 43.136502 81.28) - (xy 43.136502 81.280003) - (xy 43.136502 81.280006) - (xy 43.136502 81.283363) - (xy 43.136083 81.284787) - (xy 43.136023 81.285481) - (xy 43.135883 81.285468) - (xy 43.1165 81.351484) - (xy 43.099597 81.372458) - (xy 41.616944 82.855111) - (xy 41.601918 82.867946) - (xy 41.590929 82.87593) - (xy 41.545065 82.926867) - (xy 41.542798 82.929257) - (xy 41.527465 82.944591) - (xy 41.527452 82.944605) - (xy 41.522109 82.951203) - (xy 41.463691 82.991549) - (xy 41.392734 82.993907) - (xy 41.351927 82.975112) - (xy 41.296752 82.936478) - (xy 41.296749 82.936476) - (xy 41.257543 82.918195) - (xy 41.204258 82.871279) - (xy 41.184796 82.803002) - (xy 41.205337 82.735042) - (xy 41.257543 82.689805) - (xy 41.259997 82.68866) - (xy 41.296749 82.671523) - (xy 41.4843 82.540198) - (xy 41.646198 82.3783) - (xy 41.777523 82.190749) - (xy 41.874284 81.983243) - (xy 41.933543 81.762087) - (xy 41.953498 81.534) - (xy 41.933543 81.305913) - (xy 41.874284 81.084757) - (xy 41.777523 80.877251) - (xy 41.646198 80.6897) - (xy 41.4843 80.527802) - (xy 41.484291 80.527796) - (xy 41.352765 80.4357) - (xy 41.296749 80.396477) - (xy 41.257543 80.378195) - (xy 41.204258 80.331279) - (xy 41.184796 80.263002) - (xy 41.205337 80.195042) - (xy 41.257543 80.149805) - (xy 41.259997 80.14866) - (xy 41.296749 80.131523) - (xy 41.4843 80.000198) - (xy 41.646198 79.8383) - (xy 41.777523 79.650749) - (xy 41.874284 79.443243) - (xy 41.933543 79.222087) - (xy 41.953498 78.994) - (xy 41.933543 78.765913) - (xy 41.874284 78.544757) - (xy 41.777523 78.337251) - (xy 41.646198 78.1497) - (xy 41.551093 78.054595) - (xy 41.517067 77.992283) - (xy 41.522132 77.921468) - (xy 41.564679 77.864632) - (xy 41.631199 77.839821) - (xy 41.640188 77.8395) - (xy 43.269728 77.8395) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 41.196507 29.419844) - (xy 41.274239 29.540798) - (xy 41.3829 29.634952) - (xy 41.513685 29.69468) - (xy 41.528412 29.696797) - (xy 40.89031 30.334898) - (xy 40.910694 30.350763) - (xy 40.910696 30.350765) - (xy 40.944733 30.369185) - (xy 40.995123 30.419199) - (xy 41.010475 30.488516) - (xy 40.985914 30.555129) - (xy 40.944735 30.590811) - (xy 40.910702 30.609229) - (xy 40.89031 30.625099) - (xy 40.89031 30.625101) - (xy 41.528411 31.263202) - (xy 41.513685 31.26532) - (xy 41.3829 31.325048) - (xy 41.274239 31.419202) - (xy 41.196507 31.540156) - (xy 41.171638 31.624849) - (xy 40.532921 30.986132) - (xy 40.491482 31.04956) - (xy 40.437478 31.095648) - (xy 40.36713 31.105223) - (xy 40.302773 31.075245) - (xy 40.280516 31.04956) - (xy 40.239075 30.986132) - (xy 39.60036 31.624847) - (xy 39.575493 31.540156) - (xy 39.497761 31.419202) - (xy 39.3891 31.325048) - (xy 39.258315 31.26532) - (xy 39.243587 31.263202) - (xy 39.881689 30.6251) - (xy 39.881688 30.625099) - (xy 39.861306 30.609235) - (xy 39.861299 30.60923) - (xy 39.827265 30.590812) - (xy 39.776876 30.540798) - (xy 39.761524 30.471481) - (xy 39.786086 30.404869) - (xy 39.827269 30.369184) - (xy 39.861299 30.350768) - (xy 39.861302 30.350766) - (xy 39.881689 30.334898) - (xy 39.243588 29.696797) - (xy 39.258315 29.69468) - (xy 39.3891 29.634952) - (xy 39.497761 29.540798) - (xy 39.575493 29.419844) - (xy 39.60036 29.335151) - (xy 40.239076 29.973867) - (xy 40.280516 29.91044) - (xy 40.33452 29.864352) - (xy 40.404868 29.854777) - (xy 40.469225 29.884755) - (xy 40.491481 29.910439) - (xy 40.532921 29.973866) - (xy 40.532923 29.973866) - (xy 41.171638 29.33515) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 38.656507 29.419844) - (xy 38.734239 29.540798) - (xy 38.8429 29.634952) - (xy 38.973685 29.69468) - (xy 38.988412 29.696797) - (xy 38.35031 30.334898) - (xy 38.370694 30.350763) - (xy 38.370696 30.350765) - (xy 38.404733 30.369185) - (xy 38.455123 30.419199) - (xy 38.470475 30.488516) - (xy 38.445914 30.555129) - (xy 38.404735 30.590811) - (xy 38.370702 30.609229) - (xy 38.35031 30.625099) - (xy 38.35031 30.6251) - (xy 38.988413 31.263202) - (xy 38.973685 31.26532) - (xy 38.8429 31.325048) - (xy 38.734239 31.419202) - (xy 38.656507 31.540156) - (xy 38.631639 31.624848) - (xy 37.992921 30.986132) - (xy 37.99292 30.986132) - (xy 37.95178 31.049102) - (xy 37.897776 31.09519) - (xy 37.827428 31.104765) - (xy 37.763071 31.074787) - (xy 37.740822 31.049111) - (xy 37.651722 30.912732) - (xy 37.49924 30.747094) - (xy 37.499239 30.747093) - (xy 37.499237 30.747091) - (xy 37.417382 30.683381) - (xy 37.321576 30.608811) - (xy 37.315051 30.60528) - (xy 37.28832 30.590814) - (xy 37.237929 30.540802) - (xy 37.222576 30.471485) - (xy 37.247136 30.404872) - (xy 37.28832 30.369186) - (xy 37.288324 30.369184) - (xy 37.321576 30.351189) - (xy 37.49924 30.212906) - (xy 37.651722 30.047268) - (xy 37.740816 29.910898) - (xy 37.794819 29.86481) - (xy 37.865167 29.855235) - (xy 37.929524 29.885212) - (xy 37.951782 29.910898) - (xy 37.992921 29.973866) - (xy 37.992923 29.973866) - (xy 38.631638 29.33515) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 42.779076 29.973867) - (xy 42.779077 29.973866) - (xy 42.820218 29.910898) - (xy 42.874222 29.86481) - (xy 42.94457 29.855235) - (xy 43.008927 29.885213) - (xy 43.031183 29.910898) - (xy 43.120279 30.04727) - (xy 43.272762 30.212908) - (xy 43.325416 30.25389) - (xy 43.450424 30.351189) - (xy 43.483676 30.369184) - (xy 43.48368 30.369186) - (xy 43.534071 30.4192) - (xy 43.549423 30.488516) - (xy 43.524862 30.555129) - (xy 43.48368 30.590813) - (xy 43.450426 30.60881) - (xy 43.450424 30.608811) - (xy 43.272762 30.747091) - (xy 43.120279 30.912729) - (xy 43.031183 31.049102) - (xy 42.977179 31.09519) - (xy 42.906831 31.104765) - (xy 42.842474 31.074788) - (xy 42.820218 31.049102) - (xy 42.779077 30.986132) - (xy 42.779075 30.986132) - (xy 42.14036 31.624846) - (xy 42.115493 31.540156) - (xy 42.037761 31.419202) - (xy 41.9291 31.325048) - (xy 41.798315 31.26532) - (xy 41.783587 31.263202) - (xy 42.421689 30.6251) - (xy 42.421688 30.625099) - (xy 42.401306 30.609235) - (xy 42.401299 30.60923) - (xy 42.367265 30.590812) - (xy 42.316876 30.540798) - (xy 42.301524 30.471481) - (xy 42.326086 30.404869) - (xy 42.367269 30.369184) - (xy 42.401299 30.350768) - (xy 42.401302 30.350766) - (xy 42.421689 30.334898) - (xy 41.783588 29.696797) - (xy 41.798315 29.69468) - (xy 41.9291 29.634952) - (xy 42.037761 29.540798) - (xy 42.115493 29.419844) - (xy 42.14036 29.335151) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "Smooth and Stepped Generator") + (date "2020-05-24") + (rev "02") + (comment 1 "Original design by Ken Stone") + (comment 2 "Schema for main circuit") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "gerbers") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "-15V") + (net 3 "+15V") + (net 4 "unconnected-(U3-Pad10)") + (net 5 "unconnected-(U3D---Pad11)") + (net 6 "SAMPLE_2") + (net 7 "Net-(Q3-G)") + (net 8 "Net-(C20-Pad1)") + (net 9 "Net-(Q4-G)") + (net 10 "Net-(D5-K)") + (net 11 "Net-(C22-Pad2)") + (net 12 "LED_1_a") + (net 13 "Net-(C23-Pad2)") + (net 14 "LED_2_a") + (net 15 "Net-(D7-A)") + (net 16 "Net-(U7-+)") + (net 17 "Net-(D8-A)") + (net 18 "Net-(D1-A)") + (net 19 "Net-(D1-K)") + (net 20 "Net-(D2-A)") + (net 21 "+5V") + (net 22 "OUT_2") + (net 23 "OUT_1") + (net 24 "LED_2_b") + (net 25 "CYCLE_2") + (net 26 "COUPLER_5V") + (net 27 "COUPLER_HOT") + (net 28 "CYCLE_1") + (net 29 "LED_1_b") + (net 30 "RATE_2") + (net 31 "VC_2") + (net 32 "IN_2") + (net 33 "RATE_1") + (net 34 "HOLD_1") + (net 35 "VC_1") + (net 36 "IN_1") + (net 37 "Net-(D2-K)") + (net 38 "Net-(D5-A)") + (net 39 "Net-(D6-K)") + (net 40 "Net-(D7-K)") + (net 41 "/HOLD") + (net 42 "Net-(Q1-E)") + (net 43 "Net-(Q1-C)") + (net 44 "Net-(Q2-E)") + (net 45 "Net-(R18-Pad1)") + (net 46 "Net-(Q2-C)") + (net 47 "Net-(R20-Pad1)") + (net 48 "Net-(R21-Pad2)") + (net 49 "Net-(R22-Pad2)") + (net 50 "Net-(Q3-S)") + (net 51 "Net-(Q4-S)") + (net 52 "Net-(U2B-+)") + (net 53 "Net-(U3B-+)") + (net 54 "Net-(U5-BIAS)") + (net 55 "Net-(R34-Pad2)") + (net 56 "Net-(R35-Pad2)") + (net 57 "Net-(U6-BIAS)") + (net 58 "Net-(U2C--)") + (net 59 "Net-(U2A-+)") + (net 60 "Net-(U3A-+)") + (net 61 "Net-(U2A--)") + (net 62 "Net-(U3A--)") + (net 63 "Net-(U1A-+)") + (net 64 "Net-(R48-Pad2)") + (net 65 "Net-(R49-Pad2)") + (net 66 "LED") + (net 67 "Net-(U7--)") + (net 68 "Net-(U4A-+)") + (net 69 "Net-(U2D--)") + (net 70 "Net-(U3C--)") + (net 71 "Net-(U2D-+)") + (net 72 "Net-(U3C-+)") + (net 73 "unconnected-(U5-NC-Pad8)") + (net 74 "unconnected-(U5-NC-Pad1)") + (net 75 "unconnected-(U6-NC-Pad8)") + (net 76 "unconnected-(U6-NC-Pad1)") + (net 77 "unconnected-(U7-NC-Pad8)") + (net 78 "unconnected-(U7-NULL-Pad5)") + (net 79 "unconnected-(U7-NULL-Pad1)") + (net 80 "unconnected-(U3D-+-Pad12)") + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e260") + (at 62.103 30.226) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C1" + (at 1.25 3.87 0) + (layer "F.SilkS") + (uuid "98e6fd2d-1e3c-488b-8eeb-b75d2df4af9c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "0c48796c-7542-4d3d-ae07-de8e70888a17") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f4f1617d-f6f7-4a30-8257-b6c202dcf48d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4d21897-17bb-45ef-8de3-d60dd8c2642c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e14a0aec-fd9c-477c-a574-a65cdc4cef81") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d5c24d0") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88e36c40-29e1-4ddd-9871-67b0d09e9fa6") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26348193-8bc6-4609-bf20-c00e7e31539b") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b47dd6be-441b-4019-8490-66e304552c31") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e9a7981-214b-441a-af9a-d25445ce6071") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6df6948e-a87e-4fed-883d-05088404e4d6") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55f95b8e-6a14-4cc3-84b7-e1cfc4bf1e49") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e436261-2ab5-4c0c-b458-115f80ff2d4e") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2979018e-de99-4198-9dc4-31462cd51660") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8002d257-c437-459f-ab4b-2f370f2d628f") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8bc0e764-4ad9-4c48-9dc3-74a0002ade44") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31c60da5-23b5-459b-a317-80f9bac67240") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cc52f1c-7db6-490b-a94f-a31f8b8a36e6") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1afd4903-b4b0-4f5c-91a8-bcf8c8a829f0") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b27deee-9ffc-4d23-ae6a-7451b1e8abe5") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67c945ad-6cae-4116-874a-ff8a667d707e") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab0472b1-5b1d-4a3e-bfaa-c1175557ad31") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "191d8e10-93f1-443a-9217-d3bba6940ce0") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a71456f4-b7c4-41c6-b1b1-d19987a05f00") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "789b53c3-b7ea-42fd-9dc8-06f6c84cde0e") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a53f0db5-779e-4483-8c75-dc46fe37d707") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5916f7c5-6261-47eb-8bb7-66ff42c4a3d4") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e165c70a-f982-4635-bedf-68e25c4aa6fb") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fe90cb0-9e85-435e-997d-d532580a7bd8") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a78e64f1-ce63-472a-8083-bb86f4dc8904") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f9c8f46-cd74-4658-8524-b5be967dc050") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2cbe83c-ddbb-4385-b22e-a7c7b960cc5a") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19b000d1-833c-438b-b88a-35032767f22f") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0c7b0b7-c6c0-44a5-8796-18c808aa87af") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6aa66fd0-aac6-4893-af2f-5d1771a5ce76") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee0271ee-98fc-40bc-aa3c-fce7dfe54e54") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31d2dc6c-d001-4521-8957-096ebff5f895") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94f3252f-f59c-4c53-a031-68d958920667") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd6ef623-5c4c-4268-895b-bfbd2d6c8c82") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09a7f366-1aec-492f-a80f-b82aeadcbb16") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "150d277e-7285-4181-8e5c-8e96513aa038") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e3d0e7e0-04d0-48c5-8e26-281b21bbdd43") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c74c34ff-be94-4bfa-9aa4-68e110f6a45d") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "547e7ddb-8d8c-4764-9760-1ad123f9eaf6") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff8138ec-c29e-4059-9e1c-1b551ae88f16") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7ef8672-5d81-480c-afce-b019515e05ac") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1a154ac-388b-4176-93ad-330738297b6b") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4952fa84-b82f-4881-9f36-78fe1846cc4e") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21edec68-1e1f-4976-956d-11700861171a") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d427767-a62c-4aaa-95fe-45dd2653308e") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fff39ac0-e16a-447a-8ecd-14ddc3814788") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2de78700-52ee-4203-89cf-f602dfcd9156") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21af20a9-c1fd-4978-971d-46db356646fa") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8f30d8a-868e-4655-a3a6-3531ecc60aa9") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f55d8c5-60f2-4a9b-a015-910d5ff7c132") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b91d57db-4ed3-4dc2-97a3-2558bffd7396") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d1d082d-a59e-446c-801f-46c04d7007b1") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "311b8b8a-395d-491a-be34-205fc710373b") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e520f2b-ba84-4e7a-ae96-53ce17f9b14c") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39b0ae1f-e557-47f7-a7db-687eac73bc68") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60a378c2-8295-4e3f-bc4b-38e72e081060") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38ab4b2b-586d-4a58-a666-69530f6e02aa") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02ff5bee-8490-4c5c-916c-926ec4081867") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6140bd91-1be7-4afb-a739-fd9399400190") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56c29b88-25f0-4f9d-8b39-6bc01877572c") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08a6152b-a906-46b2-9662-10d05fa2091d") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41ab695f-74fb-42da-bc8e-e476f4ecb6af") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8ac8d5a-9c3b-4d67-a379-78d2c3d6bd72") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd1ba77a-1260-45aa-8ada-d7948359d7ce") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f9d3546-416c-49cd-9a1d-be65e2feb2fe") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d095db4a-46e6-42ba-b7ea-76aae40983b3") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a659cf31-416d-4f23-b050-b06f3b1f5ce3") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b9a4be8-d2b4-4def-ba89-0adc405ee326") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3e5b3f3-06b0-4fa9-bba6-358d0fb8c2dd") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f719009-9b12-4a77-a22f-7c5e3bc6f110") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b174b1f-72e7-49b3-be24-b413efa2989d") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "890ce648-2536-4c63-97b0-2d5800932e48") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b9c3306-1593-4210-be04-db14185cfcde") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e82f5bc-d836-45a0-81c8-e335c15f5815") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25659b1c-82fb-4c7c-975d-939f42ead1bb") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c5a4fd4-1339-4ea7-8756-c9b77e026423") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf911884-e99c-4cbc-864e-a336eaae088f") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4112f78-7114-4f62-aa04-5f763ca7bd86") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32081aeb-f99c-4632-995f-4e5580ab3fcd") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7459ebc6-4b64-40ec-bb0e-d8ca8ed63918") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "629593df-d170-4821-a650-36bd7a91141a") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac9e1be8-def1-4a30-a668-4de69d4d6b85") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8d91f3d-7536-4c7d-8563-0a6b4b7938fc") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23c10ace-da51-4c27-826d-dafeb599342f") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a726a248-0b5a-4534-a533-73e1dc4d24b9") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9bffe08-6d9b-4789-8581-f941c2666c2b") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f424749e-c2e9-4fc9-bd7e-dfd20bd1d9d4") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72c72d65-bdf2-499d-89cb-e3f77bc299a2") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f9bd7ca-1457-47f4-8a44-788b5539ed79") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b0c5fda-25ef-44d0-bca2-0d3ffb770d96") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c2b0f79-f07f-4993-beb7-321ad53e5b58") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83e26481-8591-438a-afe9-c77a172cb0b0") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6eb54d9c-5498-410c-bcc8-d7db69c6f03a") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06fd9122-d557-4ce7-aed5-11bed9c3310d") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61be6295-7126-476c-a68b-1d79cbc31e20") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b879018-74d1-4a72-a87a-48f209783c01") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d43c005-62cf-40c1-ba34-ec17672ea2e9") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed675b61-c5f7-4d31-a826-f00f4da8c2f8") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "536ae804-0595-4944-bd23-76bf79bd172a") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c8a5218-eeb9-4ce7-b49a-913733488b24") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc371136-bc9d-4963-8028-2d1975bfb75e") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41fe8a11-9473-42e1-9463-56ccc5f2a9dd") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "caf4b119-af91-4d6e-b6ba-f868bcc4606b") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04ec4244-30c2-4553-9bbd-6a3b2e02231b") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed2e829b-6f6b-44d5-b366-dac428b2304e") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5a1c00a-6af0-4a35-aa40-01dd355c8728") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "728bb858-459a-4a2a-9d74-bc7101976f43") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe91b93d-660b-4711-89fe-6efac089114b") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94e324d3-ff98-41fc-ad79-b548fcf01c62") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ba04d48-0551-42f5-9f5b-22a0dadb14a1") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c219373-440b-4f3d-a7c9-3ef6a27234fb") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2e6b49d-fb3e-4b86-a0d3-815709152620") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48a01c83-82b0-4ea7-959d-214fa1b26b06") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11314f7e-8ee8-471b-a8ac-e89e4c46ea7a") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72b9d6ef-609f-457f-b4e7-21c3024e4c1f") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb3c4185-c6ac-45ed-a7f1-7a8e4de4633c") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7d71413-20ad-4168-808c-5132a783cdcd") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "229a9d4a-2d50-4c1d-9e9c-bddf9429ad12") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49b0b7a7-c5f9-41ec-a9e7-7474d798c3dc") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9406f482-736a-40a9-ac75-a3650193ae31") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66204873-b800-4380-a89d-2d203154f6b3") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "0a2efac6-2eae-454f-91a1-3506d62c7e57") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "9c4f42c4-c0de-4e7b-bea8-fb8d60c2dc01") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f3ab7cf-b210-45ac-b595-eadef5e1d110") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da2eb312-4e69-4681-848e-fcc9784a8e60") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "dd81d448-cdcb-4163-9efc-468130b5e55c") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "933eec0d-32f7-4d65-85bc-c8917dfec32c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "89aada63-7bf6-4684-89fa-4d59a2a673c2") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "0204da45-ae4d-4285-b92c-e2f08c269aed") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e2e4") + (at 54.991 30.226) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C2" + (at 1.25 3.87 0) + (layer "F.SilkS") + (uuid "6a2072c3-1dae-4091-a525-f51953f3b201") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "0e18ad8c-2eda-4c07-877b-c0545e295289") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e4823c2-65ea-4302-aeb1-76e535977a13") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bf76c10-7ace-4010-937c-e9ffcf4cad07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1ae2a1f-c446-48f0-83c9-36500db3b83c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d5c2809") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "443151f3-dc6a-4abe-bb11-00138f7339cc") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bc94827-6a77-403c-879a-0dc3a92c9afd") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e42a4ce0-2e27-4a6c-afc3-c697959bdd1f") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "baad003a-8aa8-4ce9-bc0e-6a9f8641139c") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8ac28e9-6139-41dd-bb22-09a160ad6bdd") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "945e3add-cee4-4cf4-aeb7-07b56a02d1c1") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "127ee6ca-e97a-41a2-9185-7ad6eaab7718") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcd71351-b46d-4732-8da5-54b7f9aeed90") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb2738db-fa45-4845-a00a-80a9834d36f3") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee3aba96-ae96-4e2c-a6c7-993372ea69bd") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "240e8a5d-f746-4fa9-bf3c-d99864179c84") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98bba06d-7d34-45da-93aa-6e7fa4b2aca2") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58c8e053-7b0b-4a81-846e-a17b5f4e0e03") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c85eb15-462b-4232-8012-5395413379b4") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39fffd50-33bd-454e-8e50-3cb9589bd516") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "960f4251-131f-49b4-b468-988512de3bd1") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6c6d4de-998a-4178-b07d-a050b9a51aef") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da98a0a8-7e41-467b-93a0-71baf9dd3dbd") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "030e66c3-7125-46b4-b487-79650dd9fb65") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a7e94a4-5c57-4420-a7dd-5b67a14eb74c") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b50e8322-31d9-480d-8bd7-3e97e4709691") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62f4845f-8182-447c-b86e-93839d6b124d") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84fcf207-e63b-4632-8b11-d0e68673ba62") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67693c66-0b59-4fca-a004-dadd5d70c650") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c9fca9d-7281-4116-86e6-bfc2943de70f") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87b01ea8-d400-439e-80b6-1f64c584c672") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "038d0ef8-51e7-414f-8ad4-3f3423510c87") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5aeb2361-a899-45ee-9a1a-bb084d56fe4e") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ad96399-e9da-4086-9bf4-f78f7dabd6a0") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "587ee323-6916-47ba-b4b1-66617e95cfa6") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "132b6758-707c-4897-b01b-1a7fb4640ae5") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70f2d295-3652-4a5a-bdab-9b2e0b8aae42") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8bf67a9-d94e-4033-bab7-e7f24e390aa3") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac362e16-6862-4d86-97c6-45d1c5be3be0") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3debe0c5-f80b-4a85-b6e8-c7bca3370d50") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0df84459-6a26-4133-a83c-fb2eb6b347c0") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4b4203e-a005-4971-872d-74e56e9b3286") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf347474-eb9d-4506-9dd3-4995470097ac") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32e7d047-d37c-42ef-87d7-b31aaf767e5b") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2b5d1a6-47bb-4a6f-8d42-44a4074054bd") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e5766b2-a62c-458f-9b27-4dfdc8b75700") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88e07ac1-d19b-46b1-9077-928ce95e0059") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1e8bc3c-3f5e-4827-9e1f-c31cb0b812d7") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d40c576e-1542-4add-b8e3-d84e47c4f079") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c0a7a9a-df25-425b-80b8-e4474b6f7c67") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b72d829d-421f-47fc-b70f-32e3e78faf17") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b2a41d8-6b49-4b83-9006-d7d4bc039afb") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "264ab4bb-135b-4f48-a792-4c3ccda71995") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c0c51ad-7fb6-4bec-977b-72253b57df39") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13417100-8f58-4729-9408-c26b3efabb66") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66e47bb2-55ad-477f-8e81-3ac9b07329d4") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b2e7094-7d29-4b91-95ad-7aa5332ef2af") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bc25fad-6927-459c-904d-b1672e041d0a") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e188c08-adac-472a-b21e-f6f05a131384") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5a5a0d5-70b3-40bc-816d-9075c252b421") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fedf4b8-f7a4-43a9-817e-2979554b161c") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "255d3f14-0d62-44ff-abd6-bf68ac577394") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bcb0101d-ed1e-44af-86ed-de549b64e2ea") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44163a1d-e95e-4698-a0f0-665be887bd53") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a5c763e-38da-46a9-b2b4-03cf8901a96c") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d2175de-67e3-4b3e-85b0-d94ddcc01b81") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e68cfc0d-b2ba-460d-a059-f3dc42a664af") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4c5c862-19f2-46f3-b940-40484e3e960f") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5445bcf3-f3f2-419d-91cb-14bafb399af7") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bcbfb5f5-b5bf-4cc7-819c-3249a76b07df") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0388afa-cd4b-4848-a9cf-e220c4a05fb3") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66298179-eaec-46bb-afd6-db4b4c19d95c") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57f346d8-8622-426f-8b26-5fd76981aed8") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "502d5c97-2c40-43ea-87fa-ac5653ef7b53") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2985ec22-b75b-4268-ae55-cc9565f23c63") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3e8a253-2909-4a0f-8d2d-f562fc63a3bb") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53ce0ee8-6573-484e-abaa-1e6e286199a9") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94f6befd-f874-4938-b593-c047d9f19f4a") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04b3f9c4-c67c-44ab-a1d7-99bf07afd8d3") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21144eb2-3bf0-427c-ab13-365d0dc5184a") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9a21fc2-3240-4428-b8f8-32836e8ccae5") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9287b7c0-7f76-411d-a596-f5e903873bd6") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e153e128-b083-4e98-a5e8-e0352b80d236") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f707f86b-b9ed-48d6-8a7a-414eae88b7ce") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16fe7e86-092e-4cef-baa5-02fbc5173fc2") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7928153-572d-48d2-979f-f0fabbe3bff7") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5bc62090-059d-423e-a0d6-5d085b6e85f5") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c440890b-497c-40d3-9d88-4917b87edb35") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c963d20c-85b2-4953-943d-86d01937d6ff") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab7dad69-d975-4f0d-a800-814b50e8c472") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43aa329f-b275-4739-b7f4-a63713638f0a") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3e3b190-ef3b-4962-8b1f-a480a879e2c0") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dede5156-e41b-406e-91d7-2f8a7e244ab7") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7792b12-b2e0-4446-9290-6a8c19abeb4e") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6150d85c-56fd-4b49-9837-d10b4b17f927") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f2e9413-f630-408a-90c7-6a6e0f4b4934") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31ea0409-27e9-4976-90af-b9f2522bb877") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0074f63-12f1-428c-bb7b-e78704a5beee") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b38e0da-5830-4d7b-a1e5-75565a8a5ce9") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f149a8b-9344-41f7-8d28-cb14ff3939e3") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4243b75f-4fab-42cf-ac8c-316f8c2a2ae0") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e62fe957-95ae-4562-87e0-ebf635abd3c1") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2591ad86-0547-4725-b494-d92dda81811c") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94cbe2ca-4315-435e-868f-ce13dd15edce") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e516ca2-253b-46a3-a176-499ee0d4a6d4") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce2aadc0-c9aa-48cc-be0b-477c3bcbc2e2") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6205739-a162-4108-9cc3-7db1393fa15b") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab11e546-8c8b-44e8-b03e-614a7c03b515") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad9d262e-30b1-4395-be72-66c1fe8028c3") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23169ad5-733e-4447-8a12-e92ca17d7483") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "618fad0f-4147-4e75-b164-009767b1f86c") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a145e195-c507-4950-86e3-634a706c9986") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da13d6e5-3d20-4825-9315-7f46d6921167") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5dd8364e-2ba9-4201-bb40-eba867de7ecc") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a583a8c-8309-4c98-8af4-0a067730e4a2") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "352940cb-6343-41d4-9c23-603e63cc6efa") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "866e11e6-96bd-4950-9843-672dc9f5e208") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34605558-f7ee-4111-b586-e18b250d7b33") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37bc163e-9b88-498c-aa56-e465f3e45757") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5e2b905-ea40-4971-b3a8-effef967a486") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11ff78fb-5850-4d22-8f5c-e4dcd4ad0ac8") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c07291ea-17fc-434b-8b7e-39e24ab51228") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c81c028a-979e-4a61-a759-cf0b73a3102b") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "348e4cdc-eef8-4a41-bd52-d1311cc8d954") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3def0a2e-c0f4-4309-b492-09a1199a1fc7") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "38f7e3e8-bfca-4bdb-ab89-a88dfd27bf63") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "57b41c5a-4a40-4334-950e-3a8703056336") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65674bc4-2c63-4959-b0e3-c3f24bfb7f21") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a466bce-79ff-4fdb-9f4b-7fbbe07afda5") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a784caa9-fbe5-405a-bc7a-b3c903f07dbd") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "c60ea61e-51e7-4221-9057-9acbba119132") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "02464f8a-4bcf-4bfa-a04e-6520232360ce") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pintype "passive") + (uuid "fe45a701-b79f-4477-a4f4-6554a8498b97") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e2f9") + (at 45.974 42.672 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C3" + (at 1.0795 1.524 90) + (layer "F.SilkS") + (uuid "2b10616a-7d25-4ba3-b2f7-31654d6fd5a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "c02aff66-356a-4555-9b43-f9b21b308079") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2ad48d5-0198-4b69-a9a2-a59ad2c3a4e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c168222-4438-442d-ae0e-76a65bb031d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "373024c5-e15f-48b0-ab51-1b316d43678f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005df86aed") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6f25219-ffb1-4d84-a86c-590f4f190ca1") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95cbbc47-f3cf-417c-aa3b-6f8520a82ef4") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13503b8d-a235-4830-a282-5759310917a4") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9889c9d-4bc6-4a0f-903f-881ca181322c") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ef27e23-6838-49f8-93b6-4d752ae3544e") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ff2bf33-d1ae-426a-ad96-587d4082e586") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8085669d-f415-4c09-b9aa-1cfd3b239ac4") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "defaf212-e15d-46d1-b8a4-9952d2c4768a") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1db14203-3264-4e36-9054-453b0c1ad9e4") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b01c8e2-c598-46cb-9823-25826369dd0b") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "282196d4-524b-495a-ab90-0ed5a9283dea") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a6f2d93-bfc8-4892-a681-1c352da7a15c") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4f91bf7-d043-46a9-be1d-ae063517f343") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0467f599-a40e-44f3-85d7-9bbdd04d27ee") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "be532514-9455-4df2-828b-5234ae877d4e") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "a28f8a27-2672-4b2c-9e28-b29774ad5d91") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e89626c4-00b1-46e6-9e84-7ea61f15a2f5") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e30e") + (at 29.21 48.768) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C4" + (at 1.143 1.4605 0) + (layer "F.SilkS") + (uuid "3cef81cb-d26a-41cc-b891-bb315f081149") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 0) + (layer "F.Fab") + (uuid "27f9faf3-d4cc-42e1-b7df-794065dc3691") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da8a955e-b69f-4b39-970e-de13555b806f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc98ce46-f462-47ef-aa33-09932f5c14a7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be09b8e5-8807-4365-a02b-5b3ff17ddc45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005df871d3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7efb8b81-a7ff-4044-bff5-2829a5b5ef48") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ffe4f72-7a01-4f05-9fbe-b4b1ef8602be") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "141c07b4-efc1-43ad-a791-ba62d2dca5ee") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f14060d2-cc6f-4fea-b702-79d49207139b") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26b01483-e20a-4356-af97-44b4ab7490eb") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e71f64e0-deeb-4c28-99ba-e1a5f74dab4d") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aae5360e-e8dc-45e0-a35f-881e9a938d20") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38ff7512-ca02-414f-9247-e28e573e5609") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "61b030eb-1a31-4517-95b1-f692daf14401") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5f1a15e3-197f-4911-b6b8-8bcd22ed3b6b") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d2dff262-3e47-43c5-b239-0de6e9c1f349") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1598ced-8c7a-43c9-bb85-4822b0dd320f") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1862ff0-954d-498b-8f05-c1648d74c6ec") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83b2242a-f8f4-4524-a427-193b8e90e164") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "4cfb16e5-c873-4aa7-8b59-b42646a9d098") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "80d64997-169f-4e8e-a3f6-15affa9d2a1d") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pintype "passive") + (uuid "704e3d40-8808-4a14-bf22-f544d92b6be7") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e323") + (at 46.228 99.822 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C5" + (at 1.25 2.032 90) + (layer "F.SilkS") + (uuid "988e918e-1898-43f1-99c9-e87c13ea8679") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "aae3d9d3-48fc-4e1d-a6fa-a5040a34f9eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef21b23e-88fa-451d-9f6c-963cae7e5863") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de01d173-d47e-424e-b9e7-b04fe4ff67ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2f00089-8f83-4686-afe0-b5f0a4296431") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005df90dcf") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4e267eab-eda8-469d-9dc7-4b9e438ecd32") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a91a9d7-5e8a-4a42-adce-253d1974bfa0") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5293077-5dbd-4aaf-84c1-b419a0f87583") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7dec6f3-a0cc-4849-9634-77a9b0fbc087") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54bb8352-faac-4a74-94be-7f1fc1305638") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4edd089-2c8d-4755-8ce1-82d3a468a5f7") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e7a4e187-706d-4b88-b059-14d692b1712e") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c43123c7-562a-4de2-a617-e69e14888049") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b56af7b6-a8d2-422c-865e-582ff13deb90") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "322272c1-7774-44e2-aacd-6de3810b3f5e") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e01d2d86-f072-4191-9a54-51decaa71f0e") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e83000b9-7a02-4b2e-bd21-a05984c29bde") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a56776d2-2fa8-41d1-bb36-1ce00c0c6b7f") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66b847a0-5f3f-4623-b2cc-78dd60a7f83b") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "dc29ab4d-4ed0-4430-a1ae-adb3f1c23118") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "e3cd40df-90bf-44e1-84f2-fca123c1d471") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "67cce62f-2446-4224-b8d9-cee60f8db1ae") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e338") + (at 29.21 105.156) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C6" + (at 1.27 2.032 0) + (layer "F.SilkS") + (uuid "e299a437-5cc8-46b1-b5ee-d6351d07e2c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 0) + (layer "F.Fab") + (uuid "d3146718-9154-44ec-af9f-a66ee5b1cdd9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c86f1f8f-8f38-41a5-aefe-82f0d5464859") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73524a77-27ac-4c4e-a406-ef7114cdca35") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2dbffb4c-24f6-48e4-a419-b46e8dacf45e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005df908de") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58156ae9-6f63-4e03-8277-2854750c477f") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fa4cc55-b8ef-44d3-832c-76b62c066df8") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61549460-712e-4ae3-a52e-f8dd3896408c") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "353e4fd3-0fd5-4303-a701-85f38afd53b1") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2da969a-bf7a-4168-8779-9dfbc6258545") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1eafce6a-0b4b-4e92-b8c6-032b23dbf58f") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53ee3786-2819-40c6-af33-9c52f2086aae") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe746702-a3ba-4a8e-869d-4b0dfb496f96") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "903df3e5-9033-494a-ae64-bbf720fc4b85") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b002585d-4717-4444-b877-3bb0c4ecac60") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e8f7750-c078-4742-936a-ecee857d010d") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9435c25e-3bb6-42eb-96d7-b3dc0dc3e742") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d903882f-76a5-48b0-99d0-dd1b5c5b652d") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b88ea57c-3d9e-475b-86dc-9dc9feb80f74") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "67deddcb-7809-4695-a8e0-de34db95f9ca") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "c0b86770-da7a-4927-968a-5f5b51f2a853") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pintype "passive") + (uuid "05752396-7d50-49b8-b748-df83224b2159") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e34d") + (at 44.196 67.31) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C7" + (at 1.25 -1.86 0) + (layer "F.SilkS") + (uuid "6c30b321-1bc5-459f-b01e-aeb42b3594fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 0) + (layer "F.Fab") + (uuid "221b9e65-d3f9-42df-808c-790e8b1d433d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49be08a0-2f67-441a-bf45-4d191938efb8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6388fe1c-ff2a-47b3-bdf3-8362d536f7ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ea4942b-0146-4b7e-82c4-19795f2b7f47") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005df9fd59") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7282cfab-6b1b-4bd8-ad74-ae5b6a584792") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc508441-b691-4858-896e-98c65ed1c169") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e5c9765-491a-4cf7-8487-821e333e47df") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52a14bf9-0e17-4a49-b6b8-4caf94c04c2b") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ecaef8cd-d01e-4ccd-89ef-07b215c51035") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55e413f3-2935-4d66-8855-442c66dfcfe2") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1722a9e7-3934-4d01-9c3a-2ec6f9a2f03c") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d42bfcf8-4486-465b-a45d-897bbf12b2b1") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "357ea192-826f-4c4b-ad19-76f11967f8ab") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "498c47f7-95d4-4524-afe6-e93ac2423027") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4e995b3-009d-42a5-ad64-4f48679d2a80") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7e7157a-c736-4d2f-897c-71d184250fca") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab9e66f2-764a-4f6c-8f75-a81273e5c39b") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80398305-d9b4-43d8-92db-1a5478f99a17") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "d8f7d5fd-5d2e-4a3c-9244-c90c5ee0b8be") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "bd28bc17-5530-4ffb-ac54-24c18efedba7") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "9dc6b21f-df37-4ae1-b0be-eaecf1fb4181") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e362") + (at 29.464 72.644 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C8" + (at 1.056 1.964 90) + (layer "F.SilkS") + (uuid "cadcd213-1b68-4531-ba3d-629d5c65eef1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "6b835d8d-ba93-4491-964c-4ab2af12598d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03531e91-84e0-4b10-a4de-2af849527238") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e7c7848-6046-4add-b9ac-243956a98e77") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1aa7dcd5-cb28-42a3-bf1b-789e3ec47902") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005df9f979") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bac34e5-d3dc-41fb-9747-8dd1be3981b5") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad42e49b-9150-4370-ad98-9a40c47cd438") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38b492ca-d053-4764-88d0-284501c8ed58") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5843b05-a666-4b05-9c6e-48c60334eae2") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e163581e-bf83-430b-ba0f-eb60aaf27096") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f53e6265-684a-4de3-a9e5-1c986b14d9f6") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f5c8d4b-e991-489c-9c07-5d41e987792f") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6a8513b2-7908-4eaa-b71b-08bf9da6bae9") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e50cab5-0baf-44af-a100-4c8673a64402") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54348636-1412-42f5-8613-965729c1e31c") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fcb62b6d-9f14-446d-b888-cdbe47be1977") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd760032-1dfc-4274-a6b2-6ca639459115") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c875cf55-5cf4-4fb5-bff4-e2d1ceaeddab") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2bdd1c31-2c4d-4ed5-a480-618c4c60bbc3") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "1be43ae8-f1c0-4558-91cb-08722dab5983") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "275f0d7a-5fb4-435e-b68b-29bbf77fc5ab") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pintype "passive") + (uuid "bae987cd-c27a-4831-8c7f-de3850d5d4ef") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e377") + (at 43.942 124.206) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C9" + (at 1.27 -1.778 0) + (layer "F.SilkS") + (uuid "4636ebba-7019-457e-b2bc-ffb854ad9a6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 0) + (layer "F.Fab") + (uuid "b30b52ba-35cb-4163-9b23-fea71e5a7619") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "adacc733-6265-475a-abf0-26452b2437bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f786186-10cf-46b2-82db-61b39db98c3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "064ea2c9-e224-4fda-b689-adf165ecb49e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d5eb360") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e96e43f2-62ec-4338-9182-872a52e741df") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76d04c56-9250-458d-9541-9ce1442dbf3d") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "514114e3-36c6-4c92-847a-b463d7f1a3b1") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e690bd15-64cf-4d89-8411-ef71636d6264") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5fdcd1b-7b2c-40d1-af8a-ee975e8d6363") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0da2773b-056e-4317-bffe-6e9ef088001b") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10c023ab-5f95-435c-93d4-54e1a4772b6e") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c86f980f-ee96-4ea2-ac2c-a3402ca2f68b") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad025cb8-84ce-426f-abb3-7818314d1677") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a43cdbb9-d2c3-4ba5-8c33-a103cf2892c7") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1fbc8ee-79f4-442a-8f69-316fbc1fa57d") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d2914e6f-a72e-4c87-bc71-edf2308d33e2") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64cfb5e8-15d0-4c92-8821-8b94505ca553") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3fbe31a7-7850-41da-b9b7-4b9c4d28a275") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "707222d8-052c-479a-aa2c-05c163cf4cd1") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "d0c3c67b-9468-4394-839c-59a74dbb099b") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "188e5a47-0e51-49eb-8021-13e5cef08cd9") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e38c") + (at 29.6164 128.4986 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C10" + (at 1.5494 2.1844 90) + (layer "F.SilkS") + (uuid "199af2d8-f193-4522-9736-24e071853cda") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "4c13325c-28e3-47a1-84c1-403a7e2fd66a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cee85b08-b91e-4791-8ef4-400952318c23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d073645-7a48-4ffe-a4b3-80d581f0b60f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78ebb10e-88fc-4609-9515-c4e46f637fe0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d5eb366") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97c89db4-9e45-407e-8650-e13b8ba1ef3f") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "695d94fb-9164-47e9-8102-79b98e96e567") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cdd8c8e-c7ba-4682-8f37-9cf9103a1bb4") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44160fad-c29a-4962-9c65-f205b3afdd8e") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e465a3fe-b37b-494c-a7bf-055457326f39") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ff35178-58c6-4859-85e1-b0786150174f") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "157beb36-ca2d-4b67-a0c0-79f47050e569") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88055bd4-08b7-41d6-b090-6212fd60591c") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2317cdc4-9f5e-4896-9cac-5c772f7345a4") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af24791b-cec5-4c46-a089-47a78550eb23") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87c242c6-71cb-4657-9ef1-5a3f15cb16d4") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4a9dd31-e126-4773-aa92-ee631578d106") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "295327ee-a9b8-41c8-b940-efc4dcd6ce1d") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f1938fc-fce6-4159-9bbf-d4d8b89b71f6") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "15b55ff4-368c-450a-9b8c-420648ad2a9d") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "adbabd91-b4ef-441a-a5c6-d8d4f8983b43") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pintype "passive") + (uuid "dad777b0-2c41-4af2-ab64-e3801224bd1f") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e3a1") + (at 63.05 40.05) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C11" + (at 1.25 -2 0) + (layer "F.SilkS") + (uuid "7bd50afe-5074-4ab8-9d73-68d57e84321e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 0) + (layer "F.Fab") + (uuid "5ea633a5-a0d0-4219-9c7b-0316b180a0e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "893353d3-8b7c-4580-9f66-65696df104e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b023b95c-1fca-4351-8b2c-0c2ab472428d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a063998-3add-467a-8538-2b5ed59b788b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d5f4d95") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c6e1f0d-903e-46ee-872f-f2bd84fb2c82") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbf41e1d-5e09-4f03-aed4-ee2037511235") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2057b34-6066-4cd6-a6fe-de5fcd2bae10") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8b83abb-c5d5-4e3a-9921-8d5b146abd28") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "081f01c1-6c9a-42ee-ad11-73e1b8771c4d") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e80daf7-35f2-4485-8c3b-1f9ca64d803d") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "24a20864-17d1-4a2a-abd4-ea1197270908") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a961161-d77d-4f83-864c-c68db2eeced5") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f81a433a-f3fe-4574-bc95-49feaa0b7059") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "24163967-5e30-43c2-b054-ebb0d0979ff8") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef4280bd-ae9b-4bb7-902b-a9c001b2da40") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d99cf7f-2a80-4a8a-aa0f-a4de0e623f11") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "231fbc7a-c130-4221-8992-7f686f4f5f8a") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d87eaec1-dbcb-4b74-abc7-71ba376b06da") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "7d9ba9ab-4a03-4bd6-8d69-919e55defeb0") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "c4682f70-a12a-4346-97ed-59c53ae54dfc") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "9d1c716e-8b42-4d2b-8e07-e3d44e9b8383") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e3b6") + (at 53.594 57.912 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C12" + (at 1.25 -2.3 90) + (layer "F.SilkS") + (uuid "962b9d24-a7d2-4331-a1e3-3ef295ebe81d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "ec2fb225-81eb-4e9e-85e3-58e383f92fc5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b8411da-9c1f-415f-83c2-b4c1693c200e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a1ef0e5-9a1c-4def-a753-672cf5b06dbe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81ff5323-dd24-4061-8d62-91a6e92882ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d5f4d9b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b7691f8-b3d6-450c-aaa5-45c592b40b8c") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a31314ab-ecba-4275-9e07-6ea15720b287") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aca42821-3140-4673-9017-b169948df5ce") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e41fac2-20b7-4b8a-9ee5-d5db0e35cb97") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c78b1949-b493-4dd4-84ff-b0579c0712ab") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb147449-cb4c-44aa-8086-876523fe53f0") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9024233e-928e-4701-b1f1-de1fe13dcd6d") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38389a2f-744a-480e-b68d-95e2501c7c31") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e5c69a1-c9e3-40a6-8b5b-ff4aeb7a7662") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d92e176-53f8-48b6-a406-4dc873823e09") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25005a7a-63a6-4b24-b3fe-ae991801a652") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e656515a-1947-4002-bbb3-5e5d7c093b2a") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3d159e7-d51a-4fc1-8260-a109eb5a776d") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3d3572f-7ddb-4750-aaf0-f077819cbdea") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "a89f00cc-1830-4986-a327-9db42b012192") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "cc92c8b8-5751-4d9d-ba69-65dd3f61c57a") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pintype "passive") + (uuid "b856b095-e379-49b5-baea-ce55317a1b56") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e3cb") + (at 40.132 52.07) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C13" + (at 1.25 1.778 0) + (layer "F.SilkS") + (uuid "5d207572-65ed-4f42-a85c-776d778e8f8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.3 0) + (layer "F.Fab") + (uuid "18f112b8-85ab-4ff5-9373-e3586e71c8fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a9210018-74cd-40b0-bf14-125efc0da785") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1d3c8f0-ff1f-45b4-a386-342eeec22c36") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6b8cff1-7c4a-401b-86d6-116755f1bf0e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbe89e5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53a0ec2c-97c0-4b73-9c28-480f240afe8f") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfd02feb-f0cf-4879-a6bc-a4da395fa550") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f729a51a-f148-4a6b-9850-d2b535358c95") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2bd0e08-0d6a-4fe1-8ee9-fb480ca71b22") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7911c070-6c4b-4e90-9303-050a20e60d33") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "940d3327-25fc-4263-9d4e-06b2b67e3677") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8528e5f4-2cdc-4473-838e-dd38adfe8b5f") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76830bf8-73a6-4798-b85d-a8ad7184c1a3") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6be1708a-c5b6-48e3-97b3-08e76e34e677") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "68883e4c-892b-4a91-b46b-1018810a19a7") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7a8fbf3-354d-488f-8f5f-7f67925ba9de") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1fa5d6ed-6b70-40be-93f8-b6ac9ed5e917") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33639843-d5dc-4611-ab8e-21b1132c7131") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "574e97a4-6d34-4c92-9759-b512d7905d36") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "dfc87705-6d8e-4211-a856-d3e9783eb8ab") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(Q3-G)") + (pintype "passive") + (uuid "bbf6f9d0-e4e8-4d23-9686-87724e54764c") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "5def2924-f0a2-4150-9cb8-36fd58292fd0") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e3e0") + (at 40.386 107.696 -90) + (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor") + (property "Reference" "C14" + (at 2.5 -2.2 90) + (layer "F.SilkS") + (uuid "49e51818-a3b2-42ef-9fe6-527a0d2f271d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220n" + (at 2.5 2.2 90) + (layer "F.Fab") + (uuid "7b65dae2-904d-4fff-975e-7f2733a584a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db691f12-d5d7-4956-9405-618bfef57896") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9183ce5-9e6c-4ec7-9eab-ca5aa8fd2bf4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6ca9183-430d-406d-99b7-e6b44aef58e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad0d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.23 1.07) + (end 4.77 1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3dc04aa-e095-43b4-affb-80a025f9cb7a") + ) + (fp_line + (start 0.23 1.055) + (end 0.23 1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e670f250-f3fc-4a9b-a447-c54b3de88363") + ) + (fp_line + (start 4.77 1.055) + (end 4.77 1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a82f153d-61cd-4366-8bfe-15a9a5f92291") + ) + (fp_line + (start 0.23 -1.07) + (end 0.23 -1.055) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5147562-bfb1-4e46-a390-dd97e6a139ee") + ) + (fp_line + (start 0.23 -1.07) + (end 4.77 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05e59b49-8f4f-4d7e-9658-5032ea088740") + ) + (fp_line + (start 4.77 -1.07) + (end 4.77 -1.055) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56a52165-a3b5-4c84-af52-5892b3436aad") + ) + (fp_line + (start -1.05 1.2) + (end 6.05 1.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09f640ea-20bd-484a-a0ca-bc603ee3dab9") + ) + (fp_line + (start 6.05 1.2) + (end 6.05 -1.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c66253e7-7a93-42be-b902-544d8d7ce676") + ) + (fp_line + (start -1.05 -1.2) + (end -1.05 1.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c403b0c9-048d-480a-aa6e-4d85d4a60ec3") + ) + (fp_line + (start 6.05 -1.2) + (end -1.05 -1.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e68b61d-3caa-41f5-b1d2-59e60ce34e85") + ) + (fp_line + (start 0.35 0.95) + (end 4.65 0.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00d7d108-271f-46e2-ac33-d661e886fa87") + ) + (fp_line + (start 4.65 0.95) + (end 4.65 -0.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5cadd9e-ccce-46ce-ba6e-450abdeb1209") + ) + (fp_line + (start 0.35 -0.95) + (end 0.35 0.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0efd1ba-696f-4f60-bf8b-80ec5a400f9a") + ) + (fp_line + (start 4.65 -0.95) + (end 0.35 -0.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42748d9a-0298-4a39-bb96-39fb8a9fa76f") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 90) + (layer "F.Fab") + (uuid "6683133e-ccb6-4606-9421-9b33c2aeb620") + (effects + (font + (size 0.86 0.86) + (thickness 0.129) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(Q4-G)") + (pintype "passive") + (uuid "7d47e536-f8e7-4092-93bf-d6c9d7b0be9e") + ) + (pad "2" thru_hole circle + (at 5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "47a51224-14f9-4ce2-8df2-27590d77fcdd") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D4.3mm_W1.9mm_P5.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e3f5") + (at 63.5 97.536) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C16" + (at 1.25 -2.3 0) + (layer "F.SilkS") + (uuid "9da166d1-224c-4c9d-8f6a-c3a0fd55d9b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 0) + (layer "F.Fab") + (uuid "9e72c01f-b2bb-4a6a-a637-4947b7713a98") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56d0aa78-b3fa-4c35-b7ef-c8a077138e8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e5fc659-d71d-4430-89ae-30071fe01c35") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "696c018c-e549-46ee-8212-d9161ff3d957") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e016909") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10e290d0-c322-43b9-899e-97e9f988fd8b") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64060715-d7b7-4fee-a9c1-20c0aa565905") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ba08a47-3adc-49ee-b5f9-195d0b716488") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44c5c109-7d4c-4ceb-bc6f-f8ecba00e9f2") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b341f477-772c-407b-9505-cfc423d67a59") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd744c60-ac18-4a69-b1de-9e1a57314375") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a0237e1-38a3-498e-a3db-0dd8e38b8d59") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a39af175-b423-4806-adf2-f8f9a18117a3") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5435f2a1-cc32-4175-9986-ba4df82c9137") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0c786bf-ee05-42ba-a203-4dda3c85af76") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79309839-01ad-407a-950a-05b38182ea9d") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "27474e81-0d34-447c-9201-0e74a5674d1e") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb43b949-b49d-47b6-b76a-be80e8408b7c") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65f21869-8c06-47d3-b133-fc0d6bd308cd") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "77210278-b624-471d-b29c-b181a35ef73e") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "54ab9eda-7f14-4b7a-aaa9-12af84735ebf") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "3e0a79de-17dc-44f3-bbdb-077f7838d2bf") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e40a") + (at 54.356 114.808 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C17" + (at 1.524 2.032 90) + (layer "F.SilkS") + (uuid "589023c9-23cb-435f-8d24-8037328cae54") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "047d1d87-99cb-4c39-842d-23a380e8d401") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ecfd1e7-4974-44a9-83ad-1b3cd8ea3dc2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e571d998-54f9-44c9-b362-cd6b33a1079c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "911d2227-cf69-48b1-b448-2d44d135a9e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e017256") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "278e2015-5671-47cf-8d89-ad081efd91d0") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d9b40d2-01fd-4db6-8f1b-2dc8e2bb4fb9") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51c55d7c-7423-45f5-96db-c60ec6aae4f3") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7613a5e-5dc5-4ea6-9191-c2c6a8b72bfb") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "953ebc93-c6a4-4bfe-b9d6-dc16910384ad") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ac6592c-2808-428b-b2ec-d96b618d9a43") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a1598dad-6108-450d-bf84-95efa819ecbe") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c2ff55c-5f08-4972-8223-67c7bbad7752") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "451a7f15-474a-41b2-b076-0a8e014314ff") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6514309-faf3-4832-8f32-4c64ddef7c82") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "704452dd-6e6c-41fd-8ed6-70e9b9221381") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "983a27af-30be-4410-9629-69f011db2c9b") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4703af3c-3529-40c4-9a66-75c797287d00") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1926656f-5e91-4e3d-9794-2d4980b1dace") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "f95c65e7-9f59-4e1c-b87d-a8055f1f6f19") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "43fc1270-c251-4293-a4e6-1a82c22444d9") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pintype "passive") + (uuid "ca288fe4-3f37-494d-b918-c7b0a48f1537") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e41f") + (at 60.198 84.582 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C15" + (at 1.25 2.286 90) + (layer "F.SilkS") + (uuid "c52fb9a0-2fdd-444c-8829-a085eecdc6e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1n" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "dc1800e0-a94b-4b97-9762-4b8845fbc5db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eeaf8f88-cdcb-474b-bbb3-558506de6ef7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8809b371-c8b9-49e2-9c55-ff083d3f2e2b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "160aea2a-4954-4639-b186-338d48f88304") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd7d3d2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3668fff8-a599-4f68-9eb0-3b0a3ce0876b") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09f8e2ef-9beb-40ae-b797-6a3c277fc049") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "382ebde2-230c-47f2-8354-f4ee6089975a") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "40908fca-6f1c-4aca-a573-7c093ac72c70") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bb350bd-fe8a-482c-91c8-4cc4997677a2") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4e9d4949-b1e0-41ee-8578-a18781f28307") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28159957-38a8-4239-bce1-02a9cafc47d2") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "491e1436-65ea-4eba-932b-8eaaca5930da") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5bba6150-73ba-492e-92d6-985bc049e203") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13acae96-0562-4f84-a449-89678cd69334") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57b95f4a-358b-402a-8a0d-b666b582bf24") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0affa58c-edcb-4fd3-9fd7-b04b99148c71") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33cfb560-a92b-4109-a17e-29f1ca8d2fb4") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32799576-6463-4c50-b40d-396b63a4a4b5") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "eec2980b-a8b0-4c0d-b0a4-7e8f608e5178") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "SAMPLE_2") + (pintype "passive") + (uuid "34d655cd-b346-43cf-bc29-4ff2318b143f") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(D5-K)") + (pintype "passive") + (uuid "498e82e0-613a-41b9-a66f-0675c5c02924") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e434") + (at 44.45 81.28 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C18" + (at 1.016 2.286 90) + (layer "F.SilkS") + (uuid "54274243-576c-4a16-a0bc-a05e548e9398") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "0f300696-d79b-4d48-89bb-18c75bacea8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a578296-6172-421c-bbac-e48cfada0542") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5129036-5187-4c86-bdca-9b14702f7ba4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ccab4c0-28e8-43fc-8edd-5804c8de695a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e0725a9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0589554-c970-400c-ab8a-0e3334a7ebf6") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9151306f-2bef-4b48-a74f-d0b39b740047") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e13eeb6a-677b-4136-abab-d3879b0bdefd") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ea1790b-4d30-4c6e-b52a-f3eb138977e8") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5b83ec7-d485-4cc2-a34a-9a7029e14da1") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9e4c0b6-d8e8-485d-94e4-14cb28fb767d") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e991b3aa-cfa8-469e-a146-2143bdb4045a") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "46d047c2-1f30-4eaf-8d6e-a7ac9011c408") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d2cd3d3-e595-4c8e-9ed9-66a16121159a") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "06f8f882-9da9-4bb2-bbd9-23d5cc2b5bf9") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a4524dc-1a0f-4a72-adee-2339fbe8e6f5") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1689fd7-f0fa-487a-bec9-e9a8c3b0e780") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2fa91221-707c-4315-9936-47c340c48ed5") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4dc30244-a1cf-4911-9ddc-24b21b27ec74") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "99cbd71b-387f-4300-9914-36017455d206") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "54587962-ec0c-415c-a42a-a723970a5728") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "84e490fd-82f8-43f7-a83d-4b0d83f4ced2") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e449") + (at 29.21 84.074 -90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C19" + (at 1.226 1.96 90) + (layer "F.SilkS") + (uuid "27ca0df7-789a-4b98-b800-6e483b7965d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1u" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "b44ed9de-081b-457d-993d-5e367520975e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "727ac297-124a-4190-bffa-99d8deac738f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c834534f-c79f-4082-81fe-ed2576112fb5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81363918-697c-4671-97f3-dbf1d857ca78") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e0725af") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a2e4ab5-617f-447f-8470-d65787d08ddd") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65df1186-4228-4d4d-ba5e-ead3fc154138") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0fd3bdf-a62b-42ed-aedd-ef77e8236bed") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1337789-6824-4907-9fc0-9521de7aa34a") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe5dfd9b-d8e0-4ced-bd9b-fd2705c4d3fd") + ) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10912084-aea2-4399-8c30-3f5d622de811") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51c24ba7-9d05-462b-ae2b-d28148a35f90") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a3373079-8cb5-48fd-9bad-20b1a3389e99") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b9f22a7-4557-440e-b5e3-218dd144dbb8") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "55d6620e-8196-4d35-ab8d-0a0b268137f0") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0375f60a-8ec8-4a94-bcb1-6999f79f2ce6") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2aeb0dd-cb1a-454a-9d36-d93296c46e79") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67091248-14cf-4244-85a9-cfb82861d0f6") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "abfa02f9-56df-47c2-9df0-ddcd3e4c9f7d") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "d2ea77d5-d267-46f4-a40f-ed675de6dd47") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "591f5b70-19d8-49a3-84d0-bf033328b08f") + ) + (pad "2" thru_hole circle + (at 2.5 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pintype "passive") + (uuid "146888b9-d314-4500-bd49-0ff078848716") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e45e") + (at 44.45 86.36 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C20" + (at 1.25 2.286 90) + (layer "F.SilkS") + (uuid "8a81f133-c042-42eb-9369-26b4d7afd221") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1n" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "388cc09c-e712-4278-8f96-08de38811145") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "befbb751-1b76-4551-b794-dadb67f5ba01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99ed92b6-0412-4f25-8bb0-ad876cdf1f3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6f0f865b-2a29-4e04-b004-2d430fc3266c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dea1a1c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9468477-a463-4222-8ea7-871f178f685e") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2abf16e2-6e84-4eed-aa83-5738a8f5a8de") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34561107-7fcb-4322-accf-e04eb9ad500b") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "681bad37-06cb-47a4-897b-09ea83c43d85") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ce748ff-c5de-4058-a816-f245419972dd") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8080e660-2e5d-417a-aad8-a0053d833554") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f04e4932-3d43-43e9-a700-1afada53d9c1") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f6f3299-af17-4bc8-9260-84de49f3a42e") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0de532c9-00de-455a-a786-06ca935c0986") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5359a128-a3cb-4982-ab67-675e47225532") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c12178a3-adbd-4684-a2a5-8f8c4f7a86a9") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d89ed94e-f083-42aa-9653-ff0ec03685fc") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ecc21df3-3e20-4ef0-b8b2-59cba78808e6") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56b04203-da63-4eda-baa8-9c60d5e52cb8") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "cdd5d9d7-d584-4d08-bdad-55bea04e0eb8") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C20-Pad1)") + (pintype "passive") + (uuid "84781631-e90c-4dca-a727-71236bb48fae") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D7-A)") + (pintype "passive") + (uuid "bd38ab0b-a9e8-4080-8014-ac360e2f7c80") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e473") + (at 71.12 75.438 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C21" + (at 1.25 -2.3 90) + (layer "F.SilkS") + (uuid "626ef9dd-a173-4570-b32d-b446f7fe637f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100p" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "b6f58364-2994-4bd8-8913-bfacd7d1600c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e524f5e-bf95-418a-9f48-41d403bdf6ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "013b8762-b07a-4d9a-ac6b-5d989abe8788") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7cb1432-44f8-4ebc-b633-a7d63d3f5cb8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc66871") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e714aa93-1aca-45d3-91c6-0517374d4b5e") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "670b1f51-e372-4c81-bf51-004bc9aa5900") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7defdb0d-4bd7-4d8e-af44-c99954d3c660") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "507dd0bc-94aa-48a1-8373-6f450fb3f222") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03194ea5-4f64-4271-89f6-942e1a1d1fa4") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bd3fa3e-6d39-4f69-9460-8acd1e429f79") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f11a58a-b838-4f75-8498-73dd86b0e334") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f54d7cc-a6d2-470a-9caf-3cb9e50d514b") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "abb135e1-769b-4007-bd5f-318bf192235e") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d8d794c-96b5-4f7c-ae31-420213fa73fa") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74620436-486d-4eb3-998f-9dadf6b07c85") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62d3d896-00df-4548-a6db-bb5a5fcd5162") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90a4606a-7717-494e-8dd9-9bee247070c8") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7b4ec20-4ee8-4f97-9884-6f69d9a6de49") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "7f55218d-d4f8-4c46-9219-07df963f3f92") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(D8-A)") + (pintype "passive") + (uuid "915c64f9-2a2b-4547-bad5-9884a9fb21fc") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(U7-+)") + (pintype "passive") + (uuid "8c37d225-307b-4da1-8e8c-b8b1c67f8090") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e488") + (at 45.72 72.477 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C22" + (at 1.25 -2.3 90) + (layer "F.SilkS") + (uuid "2400f058-f0e2-4a1e-bb80-0ce62b0a1001") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47p" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "e0f09cbc-0c75-4823-ac12-038779e4953b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdc03646-c5c6-4caf-a667-5210e246031a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73b50c68-5a9e-461a-831e-081a397066ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6e56c5b-18c3-4a73-ba20-d622a3e61233") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbfdf94") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a66f40e-3d06-45ca-95c5-3becef51d0d9") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45676ed5-f4f5-4613-aed5-52147aafeb9d") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6754f02-3d4e-43a1-be07-3e2a6cfb28a2") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17369d60-896e-4f8c-ba3e-99fece0b82a7") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ea07683-ac92-4bcc-8e58-0cd1d79921af") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37d9ceb2-4621-438e-a8a3-792ad444d64b") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e0caf53-8a22-44a7-8dfe-139a46431a5e") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fedd4eeb-f4d3-4986-840e-89ebb6c57449") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8956b0a-bc07-4e11-83be-c1a5f273c592") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01eb45ac-63b0-4424-970e-1ff2b45e3f9c") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d54b129f-0903-4a5a-bcbb-20a0406887f2") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64040977-cd72-4553-9d0b-a3892d1ae5e9") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44c5c79e-26d9-4eb5-8019-e8cf354718eb") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a1a1ccb-6951-4f8d-accb-6ddfff4028b8") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "31818763-c34b-478d-9299-f56a1e6680c3") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "LED_1_a") + (pintype "passive") + (uuid "b7c2f969-0fe2-48c7-8924-c67cbb27153d") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C22-Pad2)") + (pintype "passive") + (uuid "d0a83ff8-fb82-43d4-a9bb-6df11b74eadd") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e49d") + (at 44.196 129.286 90) + (descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") + (tags "C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor") + (property "Reference" "C23" + (at 1.27 2.54 90) + (layer "F.SilkS") + (uuid "b1adc508-bd4c-4794-903e-25771c0fc221") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47p" + (at 1.25 2.3 90) + (layer "F.Fab") + (uuid "a87a4f2d-0a57-4e25-839e-e5f4d1f0a43d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40a85e17-1dfe-42fa-bbb7-2ca08959a85a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8802c701-19f7-4c5d-8d83-2817129f321e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8193618-6968-420c-8368-c53c8b4b8303") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dcf1fd0") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.07 -1.17) + (end 3.07 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8fa1ba8-4dce-4457-9900-06244466c65c") + ) + (fp_line + (start -0.57 -1.17) + (end 3.07 -1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff4c813a-2a18-449b-a54a-73aa79690776") + ) + (fp_line + (start -0.57 -1.17) + (end -0.57 -0.925) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adba1e0a-a8f7-4c1a-a1c7-0548ae4cc5ba") + ) + (fp_line + (start 3.07 0.925) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4284b27-238f-4ae5-bbe6-9fc4a853f2cf") + ) + (fp_line + (start -0.57 0.925) + (end -0.57 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bd5df7c-1b6f-4a7b-9071-fc034566b2e3") + ) + (fp_line + (start -0.57 1.17) + (end 3.07 1.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "568c152b-3678-4e47-a555-8972bfe5839d") + ) + (fp_line + (start 3.55 -1.3) + (end -1.05 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6597364-27c4-43f6-8a0b-4592bd503642") + ) + (fp_line + (start -1.05 -1.3) + (end -1.05 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7440e113-8920-4231-8ffc-2ff1673d8837") + ) + (fp_line + (start 3.55 1.3) + (end 3.55 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14ea86f7-e773-4fac-9b75-6ca7b4485810") + ) + (fp_line + (start -1.05 1.3) + (end 3.55 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3ec7b23-512e-4b17-baec-e4928365fc32") + ) + (fp_line + (start 2.95 -1.05) + (end -0.45 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2aa88971-1319-40b2-b7cf-041febb969cb") + ) + (fp_line + (start -0.45 -1.05) + (end -0.45 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff5dc618-ead1-42d5-bc49-71bd99c3df1d") + ) + (fp_line + (start 2.95 1.05) + (end 2.95 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e278bad-6058-44c4-b75e-1404a8b9ee92") + ) + (fp_line + (start -0.45 1.05) + (end 2.95 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05a1125d-eec0-4ba2-aa05-bda6707f2c73") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "a19bdba3-a9c8-463d-a99a-816abf0af49e") + (effects + (font + (size 0.68 0.68) + (thickness 0.102) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "LED_2_a") + (pintype "passive") + (uuid "b74d70c7-e130-4319-b06c-c2c97ee27917") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(C23-Pad2)") + (pintype "passive") + (uuid "19fb7609-823b-466a-a881-6cc3634e47f5") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.4mm_W2.1mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e4bc") + (at 31.369 43.18 -90) + (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") + (property "Reference" "D1" + (at 1.4605 -1.905 90) + (layer "F.SilkS") + (uuid "80769372-1e85-43b4-a033-9322f70646d7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 1.27 3.2385 90) + (layer "F.Fab") + (uuid "95a42937-070a-4f08-b104-07a5a934ad87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e3a1a5e-940b-4171-9ea0-7e4091941973") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc851601-3f8c-445f-b597-9922902d5049") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a445d779-151b-4ce3-ba59-5ef6b32ec40c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbe1af5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.213629 0) + (end 1.1 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4f73276-cbc4-4cb6-9c25-b4c031fb4200") + ) + (fp_circle + (center 2.54 0) + (end 3.866371 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "a0605d11-88b8-4c0d-aad2-b4e25206d503") + ) + (fp_line + (start -1.05 1.25) + (end 3.79 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48a8552a-92f4-4ca6-9e49-2059131c09d1") + ) + (fp_line + (start 3.79 1.25) + (end 3.79 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9b0ac72-a1b9-41ad-9d2a-3a369b734861") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7bcfeb50-ccd3-4591-8026-eb7e692b1b6c") + ) + (fp_line + (start 3.79 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8cb22dfd-c1d9-4389-bd20-713e45ef1969") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7d6aa99e-497b-4402-bb54-6c177e8d5583") + ) + (fp_circle + (center 2.54 0) + (end 3.54 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "3fe0372a-8c1f-47c2-8b7a-2425b9fe407f") + ) + (fp_text user "K" + (at -1.8 0 90) + (layer "F.SilkS") + (uuid "066d7189-7613-42d2-8bdc-2b4aa57f5664") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "K" + (at -1.8 0 90) + (layer "F.Fab") + (uuid "0c179c03-2313-48f6-bbad-0cf0c7a00c15") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.326371 90) + (layer "F.Fab") + (uuid "66e6d97a-a600-423e-aec6-16af65a77abf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D1-K)") + (pinfunction "K") + (pintype "passive") + (uuid "b695e8f9-9030-4d8c-b0fc-64104c13d358") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "72c226c0-dd67-4889-9861-0c5b482f005d") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e4db") + (at 31.496 99.822 -90) + (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") + (property "Reference" "D2" + (at 0.762 -1.524 90) + (layer "F.SilkS") + (uuid "95d02883-2812-4884-b51e-76c6e933238f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 1.27 3.215371 90) + (layer "F.Fab") + (uuid "0a936f74-29ca-47f5-b02b-53d46f60029c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d71bbe56-f301-4394-ba29-3e61c5daf875") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d69474a-c771-4d1a-93c7-493ebecb41ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc0c623f-8e4f-437f-bb54-22b6b9474fc3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ace7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.213629 0) + (end 1.1 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77a07899-6bcf-4093-a7ec-8b558abf1f1c") + ) + (fp_circle + (center 2.54 0) + (end 3.866371 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "9d838ae7-dae3-4709-aeac-00e8bd8516e6") + ) + (fp_line + (start -1.05 1.25) + (end 3.79 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "493578e2-945f-4995-abda-87f720a6b128") + ) + (fp_line + (start 3.79 1.25) + (end 3.79 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b72f60e6-0340-42e2-9f83-c343b211f7c7") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52967c0c-b676-47a0-98de-fad0d368f3ab") + ) + (fp_line + (start 3.79 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "604ab3cc-c453-4c42-b836-e73004417313") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99cba302-79bf-41ad-a59c-931aadd63eca") + ) + (fp_circle + (center 2.54 0) + (end 3.54 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e0e1a466-5f2b-4245-98d6-13b99a76fb50") + ) + (fp_text user "K" + (at -1.8 0 90) + (layer "F.SilkS") + (uuid "6cf06946-6602-4349-a838-f9d988255516") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.326371 90) + (layer "F.Fab") + (uuid "c53c0b00-bf34-43d4-a3c6-e4768402ec6d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "K" + (at -1.8 0 90) + (layer "F.Fab") + (uuid "f33bc808-b0c6-4c5d-aebf-d5446b77d82b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(D2-K)") + (pinfunction "K") + (pintype "passive") + (uuid "ea30211c-a3ba-4a90-b84a-01503f949f4f") + ) + (pad "2" thru_hole oval + (at 2.54 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D2-A)") + (pinfunction "A") + (pintype "passive") + (uuid "dc67a27a-75eb-4678-b9fe-03d9be517b98") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e4fa") + (at 27.94 45.72 90) + (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") + (property "Reference" "D3" + (at 1.27 -1.778 90) + (layer "F.SilkS") + (uuid "296bfd39-96fc-429e-b3d4-528de6005e93") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 1.27 3.215371 90) + (layer "F.Fab") + (uuid "f0399909-dd9b-4936-90f6-52f3df51172e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26cc1714-9de9-4241-860f-984a87db9f19") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c1a4441-9164-4d30-8137-ad4bac507bd4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9179af5d-b52a-45dc-9aa2-b976a0ac8d3c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbe03f9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.213629 0) + (end 1.1 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04af2b44-9c46-429a-bcca-16199c4831c7") + ) + (fp_circle + (center 2.54 0) + (end 3.866371 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "440b83b8-9c70-4f18-920d-f304eb0980a6") + ) + (fp_line + (start 3.79 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6af6dc7e-48b9-4933-be55-4680baf5ba59") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb3408f1-ace3-4408-84c4-5ec878e38ae3") + ) + (fp_line + (start 3.79 1.25) + (end 3.79 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "555822a4-5693-482d-877c-2e4dedf4c82c") + ) + (fp_line + (start -1.05 1.25) + (end 3.79 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "46e45021-771d-4075-be21-5e4bd92632b9") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d832e162-df6d-4cdc-9ef6-86577ffd61f1") + ) + (fp_circle + (center 2.54 0) + (end 3.54 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "3bf53cd2-d5be-45c6-b452-394ad00912ca") + ) + (fp_text user "K" + (at -1.8 0 90) + (layer "F.SilkS") + (uuid "34cc8c58-3fdf-401a-9f34-f41a415c3af0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 1.2065 1.8415 90) + (layer "F.Fab") + (uuid "9d4c58e8-117f-466b-81e3-bc4f7b7211b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "K" + (at -1.8 0 90) + (layer "F.Fab") + (uuid "bdca879a-b913-4b3c-9f54-602825f889f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(D1-A)") + (pinfunction "K") + (pintype "passive") + (uuid "7c04807d-27ae-42e8-afe8-ce24444911b2") + ) + (pad "2" thru_hole oval + (at 2.54 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D1-K)") + (pinfunction "A") + (pintype "passive") + (uuid "8ca8417f-62ac-4c20-93e2-618797b12f6b") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e519") + (at 27.686 102.362 90) + (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") + (property "Reference" "D4" + (at 0.762 1.778 90) + (layer "F.SilkS") + (uuid "66011611-f20e-4d57-9a02-c688689b60bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 1.27 3.215371 90) + (layer "F.Fab") + (uuid "dff21c61-8913-4a9d-8bca-5901fbba53a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "edba4fe8-5a49-4d7c-9f23-a1f45c5b277f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9373c69-c547-40ec-b7d2-48dfb3a42c48") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4c2b353-f468-4cb3-9406-6dc54487d892") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ace1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.213629 0) + (end 1.1 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f86d014-474d-444a-89af-99c96ec516bc") + ) + (fp_circle + (center 2.54 0) + (end 3.866371 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "7b53fa94-3cb1-4d61-befd-249cea6714f3") + ) + (fp_line + (start 3.79 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18cd7611-5787-426e-95ed-3883e3397695") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "625ffe6d-fc13-4757-9449-7f69db13a598") + ) + (fp_line + (start 3.79 1.25) + (end 3.79 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "59e2f308-3bc6-40a2-8d0a-5867d4ce011c") + ) + (fp_line + (start -1.05 1.25) + (end 3.79 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1cbd0efe-00bf-4682-be2a-0406fa5603a9") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11bef11a-68c2-44dd-99fe-b5c1c37c1796") + ) + (fp_circle + (center 2.54 0) + (end 3.54 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "08544bb8-b56b-4571-95d1-9bacf36948fa") + ) + (fp_text user "K" + (at -1.8 0 90) + (layer "F.SilkS") + (uuid "ca5a124c-157c-40f0-b89c-e50ead6a0f7a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.326371 90) + (layer "F.Fab") + (uuid "3514d6e1-883a-4806-9e38-acf9d6f3f6be") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "K" + (at -1.8 0 90) + (layer "F.Fab") + (uuid "9992b6ff-1175-478f-b432-c830366bc94c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D2-A)") + (pinfunction "K") + (pintype "passive") + (uuid "b6e7e318-2ebc-41d5-a7e9-148863a2b9f5") + ) + (pad "2" thru_hole oval + (at 2.54 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(D2-K)") + (pinfunction "A") + (pintype "passive") + (uuid "fee12fc3-b484-4185-99e6-198eb425c6b1") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e538") + (at 57.15 81.788 180) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D5" + (at 3.81 -1.524 0) + (layer "F.SilkS") + (uuid "9cca52ed-23be-41e1-81a5-59e0c4a9859f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.12 0) + (layer "F.Fab") + (uuid "ec8f2d9c-7b61-4f53-aad4-45953317afe1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00307c96-d1fb-4b8a-823f-3b323f6ef495") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9489701c-3803-4c73-98e8-c54e0ba93e84") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "035062d1-6351-47dc-8fd8-623856bbe714") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005de4257e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "037378d0-a532-4c7f-bc9f-0578f4069442") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd6b74b2-d378-4d55-963a-b2a83ffa6c86") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4f153ed-f3d7-4775-8213-1227d6d6ec83") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54483d65-89ea-4010-9008-124479fb3d55") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64859115-03a0-48bd-bc8a-c26764fa3317") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3c313aa-095f-4e89-aae7-8272d17c3a03") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6e994b7-cc23-4446-811d-7c48b0bbbf75") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50f9e388-12bc-4cb5-a756-fb1f914dfd34") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57445aad-7979-4509-a5a9-f6e884eb6809") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "027057dd-6b85-422b-9940-8a0259f93659") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5c22de6-1759-4b5c-af72-5e1937b5a1fb") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e720d977-541f-42ab-9654-6ba956471e13") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "702ec799-8c4d-4592-bedf-7cd29f871a86") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0af3f8c-4710-4049-ab3b-96484c8dc791") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "571845cd-85ba-490b-907c-5137aca13a0d") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8750df39-fd9a-40c6-ad94-57514c0dfd99") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6affa94-e4c6-4fd5-83a4-d451bafafb12") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f42f0b79-9a3a-4956-be69-4df13cff9608") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b27ec1d-e47a-45d1-922a-a4532d35a97b") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b13e8dd9-6ecf-4471-847f-4eb9358a7a0a") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42aba0b1-cbae-4418-8de3-27892721a0b3") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cac61a8-04d6-4a55-bfc7-8da528710493") + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "e0d7ebb2-d705-4440-b927-68b210c7ec66") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.Fab") + (uuid "519359a8-451b-4d10-8353-d41489c7e2bb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "F.Fab") + (uuid "977a8331-8780-4cbf-9540-f064165ace77") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(D5-K)") + (pinfunction "K") + (pintype "passive") + (uuid "c3da4951-dfc2-4eaa-8547-1671b6cd080e") + ) + (pad "2" thru_hole oval + (at 7.62 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(D5-A)") + (pinfunction "A") + (pintype "passive") + (uuid "2462b920-e1ef-4824-b7e4-061ddf25aade") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e557") + (at 49.53 85.09) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D6" + (at 3.81 1.778 0) + (layer "F.SilkS") + (uuid "82927cdf-d91f-4d03-9db1-21c1e280ca99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.12 0) + (layer "F.Fab") + (uuid "8d0c7841-d867-4f67-9445-fab68672c392") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8705187-3af7-46ed-b493-e0a6fe6d9dbb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a38e77cc-6c3f-4e3a-82ed-a08298983b01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f963ffeb-df01-4480-a0cb-2674ca1b489e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd7dec8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "067aaf41-7982-4fe6-9cfe-1dab09a34582") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea8c46d5-5ecd-4250-bcfe-5450e3372f90") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb9091b-85cb-4c1a-88b3-59dfd43a57f0") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea3750fc-8b4e-4813-9541-5e722682b9fd") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0da4e99e-ff84-4adf-80b6-da94453529fe") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b10489fe-a46b-41ec-9226-eaacc9c1c114") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21616fd7-97b1-4ccc-ba3f-f60209504095") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9d95dcc-4acd-4d51-9fa4-6fec354a2f01") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de2e9c1e-56b5-4f31-9a96-85d01eb9d081") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe2d47a5-c07e-41e6-b9b6-1c6a06dd6ca5") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7898beff-600e-4002-92a0-c5195046ceea") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0fe01c6-fa9c-41d7-a93f-14ef3680cd00") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e2c02091-1718-4500-80c3-293ecb649e02") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb459552-3064-4647-b61d-26297f6171e5") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d3af3d13-6986-4b77-ba66-270174fbc664") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e09eaa18-745d-46c8-8bf1-4bb54b51c090") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11b3e418-d044-4756-a775-de4c7127daa9") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16183306-6b3d-4262-a6e6-6f5a862dbc7e") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a0e116d-d4aa-41e0-a586-a59184d8b4fa") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93b2e15d-cba8-4c51-8a48-d2f71a151781") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "172b773a-a3ed-4090-8054-c897a1fc5b70") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4986429b-6d04-48ce-9747-df64f3ee76ac") + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "9055b8e2-b8d9-47c7-adbb-b983f3b7bc82") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "F.Fab") + (uuid "2842e88f-9de1-4fec-9241-f37f9945c5be") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.Fab") + (uuid "d0c005ea-9d4f-4284-ac09-92799c8d841d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(D6-K)") + (pinfunction "K") + (pintype "passive") + (uuid "404f3074-9433-4c56-9e4c-1e81b71bea7e") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(D5-K)") + (pinfunction "A") + (pintype "passive") + (uuid "8dd8dee2-8453-4e7c-b20e-b88405990f8b") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e576") + (at 52.832 89.408 180) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D7" + (at 3.81 -2.12 0) + (layer "F.SilkS") + (uuid "c5b05157-41de-4156-b7f9-d99324374312") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.12 0) + (layer "F.Fab") + (uuid "1f0df23c-a15f-4f28-bb62-7ca3a8983390") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10be49e0-eefb-4dc0-b4b7-66c29543112d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32915486-45b4-4fd8-90f9-72ff03a95e0f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2a6e5ed-3ee8-4f2e-b096-87e664fedb0c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005de53790") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30e039f2-119f-433f-bb1a-86a08d8fc72d") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4abd34f8-f3ff-43ac-ba80-4a447af2efed") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3344d136-dae2-4854-89f5-e619b51860a2") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "344bc813-084d-4eda-8371-8940d0876f1a") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51f44123-8bab-42e0-aebe-45f1b7f2f211") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7b81f46-6655-48d6-8d00-203e79ffc740") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a075587-371c-4c60-a4d7-97a796773bfe") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe15f4a4-7d0a-47c6-a3b3-e889e5f9eb53") + ) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95fcbe34-6a67-4b49-9a2c-92cbd7a91914") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f45852c3-510e-4671-80b6-b7db7a5de4d0") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bcf73374-ccac-4b72-a59a-6b95a4f1bda8") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc76797b-aafe-46d4-9ac0-fc838823c39d") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "16cdf42d-f5cb-404a-97be-b9ff6be3f1fc") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f688729-afc8-4e77-bed5-9ba5efa56235") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8f1295a-0391-49dd-a1e4-48ad5b61d3eb") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d9a130c8-4f7a-40a7-8343-f66f9d93f692") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "617a1259-8ba8-4bc9-b4cd-848ea226ccfe") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56ca4d0e-9ecb-491c-bad1-fc92ab4ab3a0") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72321b7a-ebbd-45f8-be68-8a262c493ee0") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab2a0e68-3a95-431c-b1a7-446c3659a1bc") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b23a99f9-0ee6-4760-bc2e-7a62f79c62a9") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "796a84a6-ceca-4ef8-9230-fdc7df04082d") + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "52474f10-66d1-4e14-8230-0096a31315e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.Fab") + (uuid "098416a5-cae0-4d9e-a2dc-0e79ef36bf2a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "F.Fab") + (uuid "8ab4f56e-e39b-49e2-b2aa-e2ba5c1337b0") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(D7-K)") + (pinfunction "K") + (pintype "passive") + (uuid "709826cb-fa81-421d-b984-41b5e8e858e0") + ) + (pad "2" thru_hole oval + (at 7.62 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D7-A)") + (pinfunction "A") + (pintype "passive") + (uuid "b00d4850-e6ee-4303-b9c9-8dfca5533614") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e595") + (at 76.2 79.502) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D8" + (at 3.81 2.286 0) + (layer "F.SilkS") + (uuid "e075d7e2-9349-4394-bcb6-5d0889185ec4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.12 0) + (layer "F.Fab") + (uuid "30465026-9267-4f32-a1f4-a91cce2ffc11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10e516ac-ed18-46b3-8c75-81c94207772e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "440bc28d-d7e4-48c4-b285-a3d20459e56f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24a5346a-6d75-4ea8-a934-d00d0a60403c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc67cfe") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de222054-7cc0-402d-b7da-9b5c5eb435e8") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f90afde-1380-42b0-83bf-b465f9bea918") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "efab6251-bb06-4cda-9911-4d3fd94bffb9") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30e888a0-197d-45c7-baa8-9e85308ab2d9") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5af8d5fc-b6ed-476e-9021-10a1c49bcb72") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2a0dddb-39d3-47dd-aa96-7d45896b9df4") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23f17725-ad05-4e70-b4b0-d950d4f6bbb4") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4be0be91-919a-4f5d-874b-3ac6bb1573b1") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "faa12ad2-8cad-4d40-8eec-6c32c6110e04") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd77e5c6-15f3-4e87-8e13-bf23ac4cd956") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4df2cbd0-0cd0-4389-8f57-dda1cd56ba81") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "437b3204-8f98-4c48-b8fe-922bcff926d9") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "55c02001-8dbc-445a-8c75-9ffe7e2472d6") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ff6defd-bf88-460d-9041-8b2a34f2c03d") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "298f7156-28f6-4522-ad8e-c3ed524d8e32") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "307b1b24-d263-43dc-ab11-33127a0b2e82") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0267cb84-5273-4827-9ca8-c234a41a9c6a") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23f6af9a-8de8-40eb-8782-76448995e509") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7947a9d8-635f-47cb-96a5-cc33387a49e2") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "09d4c4ec-4ead-4613-845e-0d73b2b081e7") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "890150e0-d7c7-4260-ace1-3628a583f1c5") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40659ec0-5f65-4037-b2a1-44b13685800d") + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.SilkS") + (uuid "61ee370c-a0b7-4bf2-ba8d-bb1bc383e82c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "K" + (at 0 -1.8 0) + (layer "F.Fab") + (uuid "6e9d66ce-b3ff-4d30-aac6-ce53b54d4943") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.11 0 0) + (layer "F.Fab") + (uuid "8657d4b0-202d-458f-aa43-94336aefa547") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 66 "LED") + (pinfunction "K") + (pintype "passive") + (uuid "02119a46-bec6-4872-bffb-b1fcdf8d645e") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(D8-A)") + (pinfunction "A") + (pintype "passive") + (uuid "93609599-1981-49f1-b622-a03ffc4c5569") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e656") + (at 68.834 43.688) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R1" + (at 5.08 2.032 0) + (layer "F.SilkS") + (uuid "db5e07f8-37ed-4d50-adb8-c47564c254b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2M7" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "08781e42-a113-4cb3-84a6-c6e7df0f4107") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fff7dac-bbcc-4c7a-a481-1426b7c5a733") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1c57d71-182e-4dff-a21a-4f16701a79e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aaff57ef-de92-4929-aeef-671fe0265356") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc3bf3f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f56c2165-b558-4249-8186-b65d6fc5a967") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20d431e6-4af6-4900-a178-3d08d87f038b") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c11f1c6-f0cd-4c47-a75c-b25b34a55ec6") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d42fc669-c249-497b-9490-408eed6d2e18") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2957f611-3d96-4a61-b1ad-d434f6fdca24") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a248de82-cc1c-4884-a1ff-8a623b062ecc") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0a1240f-74c2-491d-bd77-90925d01658c") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1a57881-ea73-43a7-bac9-89ee15eeea23") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e339fec7-ca9b-46d3-9a0e-97ca897fb2a4") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a5454b8-616b-4c60-981c-aee7752bf1a1") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "918037dd-1c7a-4062-88f5-997aa3565a15") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c292f50-9eeb-4691-8100-8cb846a0113f") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16bd8839-dcce-403c-afae-0a5965ee7881") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2fe523b-c433-40d0-ae86-a6894e1715cd") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "131d6763-8e70-496b-b36d-f10b37d22b74") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c32ef87-28ea-4bbb-a795-e31e9dbbd95a") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "601bcb11-39fa-4369-93de-d6df0a296f16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(Q1-C)") + (pintype "passive") + (uuid "ad089fb8-ddd3-4dbd-9e69-c4659db46668") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "RATE_1") + (pintype "passive") + (uuid "7534fc68-a4eb-436b-acd5-7ea3fab608b2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e66d") + (at 69.088 107.188) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R2" + (at 5.08 2.032 0) + (layer "F.SilkS") + (uuid "c1da1a66-a637-4e91-a35d-e15222451371") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2M7" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "52e8b360-d885-4003-925c-e4634588446e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df64a8ad-a47d-41ce-9911-8a7cadb95f7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3803f094-0cae-497a-a6b9-6d41f09be233") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c92cf83b-8285-4d42-b063-202eaa95c8a3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7adb5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4216c690-eb1e-4794-8e25-fd24075f91b7") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ccb955c6-8353-4fd2-aac4-b585294c21f6") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9dd83abd-0c11-4131-9751-4a6637580c51") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d436e7e-5511-4484-93ed-ef1ce2440582") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29824057-c494-4a25-b2e2-0765fc3a3977") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61a98ef3-8226-4d80-ba5f-ed484ca19dd9") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6ef1517-66ac-4550-8202-479cea23143e") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e063816a-7323-4a5f-bb50-0725573d96fd") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "50a6b753-3cb8-4332-a6c3-e101ca6fc04c") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a71376b0-65fe-4013-a52a-cf9a9068a2bd") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "144659a0-4710-44b9-b87c-0493ee8edbb3") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43c11f61-cdcd-4950-9fc1-6cd551c4a2eb") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be447751-e19b-4d5e-a0c2-bbb9e283a706") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ca11c42-0bb3-42d9-9cf5-a0c976a149cd") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "789b9884-d3e9-40e8-ba5f-d9fe86b2bb3f") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "233b161f-6d6c-4b4a-8b73-0c922262756e") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "342aa643-fe9b-4ad5-884e-9f1da5491f46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(Q2-C)") + (pintype "passive") + (uuid "0fd0be7e-b867-4ad3-9e13-6766e17fdac2") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "RATE_2") + (pintype "passive") + (uuid "6c5b3b02-d46d-4407-8c4c-608893a8ea89") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e684") + (at 68.961 54.991) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R3" + (at 5.08 1.905 0) + (layer "F.SilkS") + (uuid "f4d400cb-0aad-4a0a-9e03-9c2544772657") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "da60f5b1-d63b-4a83-b450-ea827d23c9a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c81fa152-619b-4d9a-8745-e51586adfc5b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "173dd33b-df2a-41a5-8a4c-55434bf85575") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bda75424-dfb8-4c6b-8b05-5d5fd7bd5b97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc2d908") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48cb364b-8536-491f-b390-2a747a72100d") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f515570d-42e5-4022-b3fa-56c5d7fb087b") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e277810c-5214-4057-993c-98084297adc7") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a40378d5-3e8b-4d2e-b8ef-8f537ea657aa") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1ddc923-c878-4293-95a8-8aed0e9a51b1") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73448aef-289e-4f51-a547-71d6d46f9459") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b49a387b-0607-4044-9817-8ef2f5769c3f") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b52a249-bd46-4421-a49e-2d7dd183587a") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1e308ea-c951-4364-a7f9-de80d94e3e8c") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "188447e1-97bb-44ff-b7ba-9c2defd9e799") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f44e004f-2c08-49d5-86a0-48ad23ad9464") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02056d1f-ed87-4571-8259-7e269c2653a2") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b797fb2e-2f5f-4dd7-b1f5-57408d066be8") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b942cec5-e49b-4dd1-822a-951a90eb5a44") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "442d1892-63af-41d1-9702-1e67700c72a5") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "946421d2-2bf5-406e-8585-27995c5c7eff") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "3c4ae3cc-3bf0-4292-8940-0ab00ebdba08") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(Q1-E)") + (pintype "passive") + (uuid "04bc1881-c04e-47f8-be54-ebb9cab0b172") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "HOLD_1") + (pintype "passive") + (uuid "548dd155-c383-4a75-90ac-e646f8f2595a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e69b") + (at 69.088 120.142) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R4" + (at 5.08 2.286 0) + (layer "F.SilkS") + (uuid "2624ff00-1fe6-45e6-bad4-c8ef28b05155") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "9f01029f-12b0-4f76-81c3-79459d57b50b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca8c32e5-0df1-409d-b2c2-0e6501d64c96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3d9f856-8d58-4e6e-b5b9-34c6674f9443") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b511bf79-4edf-4b41-a58e-126752d875fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad74") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "772cba57-b120-4079-bb9b-8d40ff5c31b6") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb0e1ffc-fd34-47ed-81e8-49531b5c8d5c") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8ab2e7f-2689-4a0f-bbd7-eb4e6de0557e") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c3c8367-f361-4dbc-bd54-0654e6017b11") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99e1deb2-538d-40f7-a523-73608479f959") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24226cb4-c240-4366-9936-5b9bdb6db310") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "471e204c-b3ae-45f5-bcd3-164e66e85679") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3887822-cdc5-4e5a-8668-3e3527aa2496") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10a5ac46-b7b0-45e5-a14c-18f2e7f86171") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff7084cf-5c35-4a5b-a7f2-513bceb3845c") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba19b577-47c7-4228-b3d8-1e389e5e07a6") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e36b3f4-e87d-4060-9164-06f40fc6a94f") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9428e566-d907-49e1-ba0b-df6017299ab9") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26ea1bbb-f8dc-4cda-a77f-7ba5811e8e03") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "abcd7076-5eba-44d2-aca1-25c814d58fca") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0803a2b1-1953-4ba3-9e50-57d4ccc30152") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "fa71563d-7f41-443b-9510-e37bae6ead72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(Q2-E)") + (pintype "passive") + (uuid "0d772382-1a33-4ec5-9ba9-a9185498b15d") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "/HOLD") + (pintype "passive") + (uuid "2e1a400a-e1a3-4d4a-9b1f-ebbd7a13f7b2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e6b2") + (at 68.707 28.575) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R5" + (at 5.08 1.905 0) + (layer "F.SilkS") + (uuid "e711c595-3db9-4ced-b246-301de7aa642b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "97be9d04-e334-45e1-8ac2-a5a9ab24b3de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71c2ecfa-4890-4f44-b9d5-a0d909a51510") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a862e733-3c1b-4aba-a211-2905fd677991") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "44e0838f-035f-42a9-9d20-b6d1f45a1411") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbe35a9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b431b83-e2b5-41c6-8c03-bf59cfafd7e7") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64640b9e-acc1-4474-9bf2-a66cb3fa512a") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de723518-84f7-464d-a34d-60ff3f302d39") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33aca308-02a1-40f2-ba55-d629ca217daa") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "418cc608-ae52-4c21-865d-514ef9f565eb") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81dbb27f-b62f-4f70-984b-3b31b34e43b0") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42c3a964-9491-4976-935f-504cd17aaf4a") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d4f902cf-a718-4ccb-adbb-90ecf0ad684b") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b5f1170-8b77-48db-a2c5-ccde58beb1a0") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7546755d-1241-4380-907c-477955e0e030") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9acd6d22-ee9b-48db-b58b-c231589863cc") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "666b46df-3b48-4e11-b385-d9d7c757016d") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ede9d988-dd1c-449a-8ba1-b1be27a7fb55") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "75a40c14-43d0-4291-933d-9b806b6c8fd2") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03257885-eeca-47c3-8849-7104140c9c1a") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b09370c0-eff5-4998-85f9-45ce50f3e17c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "7e4338d5-fa39-42b7-8ced-67a04cacb194") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "f3a86aac-67a4-4589-830e-8003d3531875") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "IN_1") + (pintype "passive") + (uuid "7f78c92c-9721-4314-8c1f-a286f1f70395") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e6c9") + (at 69.088 91.948) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R6" + (at 5.08 2.032 0) + (layer "F.SilkS") + (uuid "6d1cc8db-7a1c-4cff-8183-543419dd5227") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "a9a7deee-5dc6-4370-b99e-fd5a70736310") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bd98e93-8ed4-4153-b138-60538f703070") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aed90dbc-9ff5-4145-b574-0fa26c964d87") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d99b33b-51fe-4c25-b525-4571a795de01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7acf3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15fe78b4-4a4b-48d7-ba4c-fd3eb1674e1f") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "092d6401-7b17-4114-81d7-9da43a28865c") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e4ab567-d7ed-41c6-97ec-d10f0d5bbca8") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "628ab74e-a8c6-432b-8a4c-da1119fb0e47") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5cab964-71fb-4cae-a22e-da30f5ca8b92") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb5a574e-00e6-4bee-a4af-14ac0060ffdc") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e98e6664-e13b-4142-ba85-29ea0d179ea5") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "63070210-75ba-487e-9068-02637305109c") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23fbd8b0-74c8-4ccf-8fa2-142f411a6de9") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04a926f4-ddea-4a48-8114-48c5c086ebdb") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80738369-bc66-4a28-9577-a7327c01b2bc") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58ea4f68-96e7-48df-b4ef-f0253270a409") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3dc5635-9de6-4bf6-85a7-817e8b818965") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6567a2b8-179b-4a43-be41-d21015b218f8") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e77ebdea-6cae-41d8-8e57-874717dfca4d") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1b81ef2-df96-4794-80af-2f8c20cf65b3") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "8f783092-1e5f-442e-b136-5bc04db2b111") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "7bac5ae6-f4c4-45c4-b30c-f71eb5e9a2d2") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "IN_2") + (pintype "passive") + (uuid "e6814301-6417-407f-92b0-00f7cea744b2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e6e0") + (at 68.707 40.005) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R7" + (at 5.08 1.651 0) + (layer "F.SilkS") + (uuid "a349b426-d877-4956-9983-0455002ac480") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "ef74f8d8-70c3-4a20-8dd2-ec6a70bbe56e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b1c512f-8fc1-4602-a5c1-3b774e279652") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc441f20-5c97-4a00-b318-2eb9dc317c83") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfebd102-52b9-4917-bd1a-d302288eed73") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc1cf7a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67056210-3add-43e4-b509-7b1cc8e299cb") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e53480df-e88d-4ca7-800e-dc07ed5f8184") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43c24154-3ad5-4c32-9c85-7c153c9ec2a0") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a4a0625-454a-430f-af52-985a1f5aad02") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d64789c4-ae5a-4b39-9720-ff764ca90c9c") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6dc64ab-52bf-4474-aca8-8419bb0157be") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c99a7704-d70a-4b18-9691-4d348f4fba5c") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0890b1f1-1b52-4bbe-8a92-5df0c03feef2") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e075e8aa-552b-4a42-949e-db86bf6de16b") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4ecb8fe5-7356-4e2c-bd81-db07e8041a4a") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f1d7a5e-1680-4c46-b1b0-01554927ed09") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0a7884f-6539-47b2-acc9-b6609432b9ec") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a67aeee-e532-4deb-9030-028f11320680") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5e56985-d99b-4c36-a0bf-01e08705f954") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d998cc8b-c49e-4859-ab2f-84302a80b249") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c83ce44c-1bf8-4b9f-bc9b-dcc747d5dbb1") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "c7966745-e5cc-4978-87f2-65a629695362") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "65146c57-b58a-47d7-9571-867923ae14ed") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "VC_1") + (pintype "passive") + (uuid "11d999a6-41ad-4bce-b163-72fb92b6e458") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e6f7") + (at 79.121 58.928 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R8" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "05e6f3aa-8ec3-4c16-8435-d7aaa20a3b75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "15k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "5609e7a9-b8ba-485f-a001-2b61d60c9755") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "057d156b-e592-4626-8faa-cac27b199d78") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c4bc01d-c4f1-4895-95b0-57ec37fe3aba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6366107-4a8e-4cc7-907e-5e7b751193d3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc2d90e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "916474b1-726e-4d3e-beea-f12d5ed0b8bd") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "980504d3-0bc0-4e63-8004-9c8aed51bd7e") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "699a5bb5-f80a-4def-b2f7-4615c74dd406") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "caa7d7ec-bff5-4b9d-8f5c-5df6a439f8f2") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01b6b413-565b-41a2-8ee3-ae23ddae030a") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "740a0cf7-abc1-47b5-8cb6-0681093bea27") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7382ff69-9b96-4ddc-94ec-e64a68223043") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11139812-298f-47f2-9dd9-2b8a38c93a35") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77756c50-8a0a-494d-be2c-8e6086cd907c") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5a59fe1-1c95-4ad8-b09b-231681a8050f") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0225e0f0-66b9-482c-9f8a-ddcf3930bb68") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50532a5d-2eb7-492c-8114-cb5fb5d7f4a2") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62bd57f7-c98d-48b5-b4cb-9cb9fbaa8f00") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1897074-3640-4e3d-96bd-7c2d556d5f2c") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f5a1466-d537-41ae-9b03-a4b6ff00ca25") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7f7086e-0b8e-4422-b861-e1e33f9d5d11") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "4f5600df-3bf3-4b06-88cd-9d99387a8488") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "64d85320-aa73-40ce-8d1a-f597c58e2dce") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(Q1-E)") + (pintype "passive") + (uuid "47afe4c4-1a68-4c28-89c3-7b4989f5f22a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e70e") + (at 69.088 103.378) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R9" + (at 5.08 1.778 0) + (layer "F.SilkS") + (uuid "856a40c1-b0c3-4c30-97a0-9135eec645f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "c1b49824-262e-43c5-9f90-c2b7e9dddff4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0145dd44-c818-40a7-8b4e-015689248f6c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd63f137-c468-44cf-94c1-ce692c7c0600") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a099572-6094-489d-aa38-4670805d653b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad5e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "903312b3-8ee8-4a05-b497-914c8bdff78c") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45802e6c-5cb9-4fd9-852e-37849b5d341b") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6124ead9-8a87-4def-a438-878b4b4da62f") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83b5ba1d-7334-4160-941a-87c799400625") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99835680-7aa1-46d8-96db-cd3847ce350e") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88b3707e-bd31-4039-b36f-ef0ffebc39da") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0f4a94c-2d2e-45a4-90b7-fb769eecb979") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "98d0bd4d-a7b2-4665-baf5-99d72a74658c") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "475fe27c-0039-48bd-821d-4249962c1716") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5df54ff-43e9-4d72-b6a4-a558d2ba4a8b") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "177fc426-79d7-43e1-8e43-f8072e6d5a3a") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5867594-23c2-4f78-ada4-576f34c44e8e") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5c9409e-08c2-41a7-922c-736fd070de54") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e733ab13-8c45-49a1-9665-abfc99a281f3") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ac4a297-eed1-4296-b386-91e45632dafb") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f16d16c2-3df2-44ee-b958-b3623e943186") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "ca6dd2ac-8210-4559-ae21-e6af72d01471") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "26472c63-2b1d-406a-9ea4-0b09962aba4f") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "VC_2") + (pintype "passive") + (uuid "4b881128-7a20-410d-b62a-4d16c21b3868") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e725") + (at 79.248 124.46 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R10" + (at 5.08 -2.032 0) + (layer "F.SilkS") + (uuid "6593d2a4-8fb2-402b-940e-71f96b62551d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "15k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "22a79c5c-02e4-4c7f-b418-cbe31598ed02") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae6c830a-41b9-4996-a035-34e761bb35df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13c4fd24-8628-49bd-aaaf-d2248b59bd1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ebad6f4-6946-4332-b76e-f142882da733") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad7a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43adc7cd-9738-43d6-933d-eb58c5d069ad") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a42e084-a065-44d6-af83-83c7b31cb89e") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89194f4c-87a7-445b-aa9c-4675ca5789f1") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5eb41a8f-effa-4376-8e24-692de5bc7e1a") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "230d737e-4763-4c60-abe4-3c4d084fd029") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfb73691-cf54-4ff5-a398-fd9fa6e34658") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2610010c-e295-4f38-9f76-6605acf288dc") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8a3cf6b-f79e-4b08-a628-a29f7a8c6a61") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43e88b4e-0726-495a-8363-3f6f9523f995") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a02c0824-f55e-4f74-aa95-972b29b9a362") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4eb5db0-a270-471e-875c-f2e490af1b9f") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e644ceb-d866-4b68-aed1-1fd0f643af94") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba5e46ea-b047-46d4-9012-6eb738444c13") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ee33a35-e938-41f3-a798-329db7ac4955") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b546431-ef1e-4eb9-a662-399929d0d4a7") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1e1dbf85-35a1-46dc-b811-0c4204db9b4b") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "f209c32d-e1f1-48d0-8c3c-3f69c1253760") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "247e5d1a-763d-4573-91f6-d9c61fba64f6") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(Q2-E)") + (pintype "passive") + (uuid "b38ce3f2-61b5-429b-a8bb-084e61f07d5e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e73c") + (at 68.707 32.385) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R11" + (at 4.953 1.651 0) + (layer "F.SilkS") + (uuid "d680f98d-8bd2-42a5-af30-9822c726bdbc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "85772b19-1e67-48a9-a2fd-eb1761d69b1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "66f4d872-beab-4018-ada2-8975bc5952ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "77c693d6-2d8c-43b1-ae6f-d290daafcb6c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b08c8017-0080-43ca-a55a-f88866aca046") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbe33bc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d43520c-2c1c-4a8c-8fe5-3693deb5600e") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92293986-9ecb-492f-b11c-1d23826612d8") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb6997f1-c3c1-4b55-aa6a-0cf8fd35715b") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f5cb0a9-3380-449f-a170-c0beba055ae1") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5d002e8-122d-4c54-b9aa-0e50066291ce") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47fa4ebd-ca2f-48db-aba0-2314d845793f") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "436b15e2-fa2c-4523-ba64-eba69fe46aea") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b99bbd15-3ade-4a53-9e25-5d2bbe93c467") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c38aa7ea-2222-418b-89ea-4e3f05e3af54") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7363b15b-57a2-4393-a39b-5fe716eb0fae") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a880812-a482-4536-8c15-ea85561ef55d") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f98907e3-db52-46a1-8ee9-4ff7456a7c51") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d55064e-53ac-453a-a585-4e3533573c99") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "255d852f-894d-423f-8e38-6f38b9b9b83e") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a9e5168-62d1-4775-b0a9-302208ba7af7") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25fa81fb-86f0-4d30-894c-3615a9e85e4e") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "a616b5cd-92d7-4868-901c-338f30239523") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(D1-A)") + (pintype "passive") + (uuid "4699a844-3312-4de8-b7eb-ee1393e64856") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "IN_1") + (pintype "passive") + (uuid "0d787765-a88e-479f-a4b9-5bb882d9cdb9") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e753") + (at 69.088 95.758) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R12" + (at 5.08 1.778 0) + (layer "F.SilkS") + (uuid "e6fba2b1-b7df-4e45-a3c4-0b81e6ebdeac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "5fe0d807-6dad-4685-869d-b9da89e01263") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f268137-2713-4589-9679-fd193483928b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1e1541c8-c52d-4d66-a4db-ea6ef8297a0d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1faa43a3-dc47-426d-9ccb-b87a7a85b5d3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7aced") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e7e58fd-685e-43fa-9ffd-d9a9132649b4") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "753ba0ae-774e-4e55-b943-ea2a045361f8") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89ba5b01-6cce-4651-81a4-390692927e90") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8d81945-7e8e-4089-9054-c957720df546") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69272a2d-ba35-4f80-9972-5ba2b6df6e7f") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bc8888a-d5d7-4876-9505-a14340fd5442") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6ce4b02-c8c8-4056-bfed-24523b8690a4") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c15fb7fe-3d81-4b2a-bc14-9eba56ee4268") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b89f5428-57eb-4159-a4f0-a824b6ad6cc6") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "354ad642-5340-4b0c-a3aa-3d136ff100a2") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aeec1048-7f58-4228-b9b8-b56c4a71cc6d") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "037590e5-e9fc-4ee3-bdad-4582b0476f3d") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b686d435-f56f-4265-be81-db2b7d0b61a9") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "feb0dd80-cf3e-4bd5-a4b7-59ae5a99c10f") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "173e29ef-7f04-4722-bacb-843baa6c69b5") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bc2d0499-5693-4a66-920f-d62d88426b58") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "ed3c122d-892f-48b5-8c6b-dfa46f04681a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D2-A)") + (pintype "passive") + (uuid "c64ff7ec-8a8e-481a-9086-5f4741400d6e") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "IN_2") + (pintype "passive") + (uuid "90211c52-9baa-4378-b1c9-251d1f43cc52") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e76a") + (at 68.707 36.195) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R13" + (at 5.08 1.905 0) + (layer "F.SilkS") + (uuid "7d76a535-24a7-423d-a5fe-1d7244675ad3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2M7" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "d2fdf799-c29d-460b-93c3-4895905c5547") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "636f5b21-3ffb-4986-a63e-d2fae165d111") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "faad8c07-cb46-4cae-9ac2-146f4f1437e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f48929f-ab63-42a0-9d2c-28a4d49e2394") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc1ae95") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f56b3b24-c812-481f-a2ec-72998a098880") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60f43556-f0ff-4586-9d3e-a27dee30444a") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "627e6c4c-e14b-4d3b-925a-a164e303a7af") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf6c47e2-e5c5-4dae-9371-9d7a57604104") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b4c2ab9-1a19-4fff-8f9a-664abe14d608") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "785e0edb-80d9-4711-a777-84e0e3e9f81e") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0bd257f-13f3-46ed-bf82-ea1e8b6b0e03") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dbeb1f6d-5f6a-4eaf-96c2-1bdc3c50389c") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d01342e1-25a5-468c-bab8-d00651bd417a") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "63f715e2-397d-4ce3-9c1f-c57735aa12fa") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "189afa75-c6fb-4e11-963e-2451d1ac00a7") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e01551ae-47b7-45af-95fe-071674aa0fe7") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4cf7d24-ce95-42dd-977b-64a5243d4ee6") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ecbaef91-05a7-4c0b-95b5-8e7b638a244b") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51f513ef-932c-4f95-b1af-e57ad98bf95a") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3965ef5-c3f9-48a9-ac87-ffc8bd504b11") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "f9c32d43-3c28-4773-a87f-b04278a5b23f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "Net-(U2B-+)") + (pintype "passive") + (uuid "ef669191-396e-4d0d-9280-46e4537a7f8a") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "VC_1") + (pintype "passive") + (uuid "cb95d234-bfae-4e96-9b49-79bafc8a174f") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e781") + (at 69.088 99.568) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R14" + (at 5.08 2.032 0) + (layer "F.SilkS") + (uuid "46159e7d-4777-4d93-94bc-e91536c7bd40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2M7" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "9bce302a-9ec5-4c37-b09b-757ca73e1b50") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74299920-4e90-489d-be51-e957ddacdc66") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7fc0b9b7-63aa-4dc8-baaa-73e6e3815269") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "628906bc-4f68-4bda-986f-6fd5303b1a4b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad58") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0123ba1a-91bc-4080-be4d-40c79848598a") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8b0290f-b435-4a3d-bdff-82fb2492b3d3") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c88e7b1-1cc5-412f-9813-35995855c4cd") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9565df8b-dfcb-40c8-9b83-7de467dd49ee") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a8f168b-63bb-4e12-a24f-fd20a664904c") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b13d208-c905-4347-baa4-f883a4f5b1c8") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d31a84cf-5ba6-4058-8d27-3ad2f52ec0da") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bafacbbd-328b-4880-b574-b8a179368f50") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "63f1b1a0-ffc9-4453-a119-4d4ee5d4d8ae") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "597c0de0-480a-458a-9300-7b6bac8ce425") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7faabe2b-5eca-4bd3-ad7d-c3391087d6a2") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7f38cce-8ad1-4e90-bdb2-e4548f9ea85a") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77812896-bf99-40b3-ba55-7fe5e6f314eb") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "60d0698a-b343-4cdb-b7ce-e631e2cf4d43") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9cf3e7fa-1693-4308-855d-09ee930a7068") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9af13037-8c07-4c28-a001-ab52d014d1a9") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "7170c13e-6610-4cba-af18-ab84232f3595") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "Net-(U3B-+)") + (pintype "passive") + (uuid "e4a2ae69-4c8c-454c-8509-7dc67b31d320") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "VC_2") + (pintype "passive") + (uuid "b9ac1868-a553-4b82-8ac3-237f5c55221c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e798") + (at 44.958 37.084 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R15" + (at 4.826 2.032 0) + (layer "F.SilkS") + (uuid "71d67302-1139-4930-92ca-7437316ffe6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "c72d7e0f-ce90-4a11-87e9-a3016db45b5b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7464fb36-9924-4fcb-aec3-9f932b21ece5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70357d23-2ac1-4767-9785-3b94b22cf351") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7873646-a91f-4579-aa23-50f20e6a751a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbe80b7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d14f5600-f43e-47b7-b15d-a5b4d8ebf96b") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e68bfb6-a71c-4482-945e-4044671145c4") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79874b8a-35da-40b8-898b-edcb406d9735") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b68d61ac-1300-49b9-91ac-03d0abf6d6a2") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13243fda-8857-442a-b196-a94142830565") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7de9f2e-38de-4787-b92e-8d4fb22e3e7a") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3cb5296-29c4-41a8-94f8-81cb0db83639") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "994845db-d0a2-4a29-b0d1-04cd735daff3") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dd4c00c4-459e-4cee-86f2-8f62bc9b071e") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "56594d4a-08c5-47df-a4b9-6fa6095b1910") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15c704ae-6972-491b-8a83-2cbfa77acec5") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd4d9814-9039-4b44-91eb-01a50e589bb2") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "173ab2ac-9bb7-4761-8d74-e5de9bb44fb3") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4166e2ff-7ee7-414c-a935-8ddefff78632") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d801df5-2348-4c72-932b-7fee3326302a") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "796f56b9-7160-4a6f-83ea-8618bca2816c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "8f017e9c-9382-4b65-8246-33b5ce5a2a19") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "OUT_1") + (pintype "passive") + (uuid "70998bf3-ea5e-4eff-ba6d-587e9bbfa8b0") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D1-K)") + (pintype "passive") + (uuid "3e5e2339-5217-4112-936e-aa806bb56153") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e7af") + (at 45.212 93.726 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R16" + (at 5.08 2.286 0) + (layer "F.SilkS") + (uuid "4d68897c-a98b-4bf9-8c97-be5f213500c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "17473d13-55d3-468a-aec0-7246b8d15631") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "880c0164-36c0-4225-8be8-6055e710fb97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "466290bf-ea0b-4c0f-a6a6-c9e745e17122") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76b59841-974f-4e4c-b533-13caf1ac0035") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ade9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06024e27-c65f-423a-9fa0-5e71b8c2d0e3") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c75b2fe-bd5f-4739-b8aa-9fed076c524f") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34732fad-4493-4101-bc29-c6bfcfc2a2f4") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "491470fc-a7ca-4c65-8cf7-824c44e4014e") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6117c4a4-74bc-410d-8d38-eb7f80f151c8") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a2d0cc0-639f-41ff-97e1-66de6976ba27") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13189047-6609-49c6-87b9-63356fa732ad") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aeb10ad5-d056-4b5f-b8c7-2b77bf012d55") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9ab55a04-7e2c-4af5-a859-b38f69eb8e54") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8eb9f258-08b3-4cea-90b5-01b992c37d2b") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e8f7416-655e-4293-9c71-894a999fb442") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8e9ca71-6362-47ca-a5cf-f06608d28dea") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59048b6c-71a9-43a5-8acf-977c99b327f5") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14e41fa1-7ecb-455a-8322-d43b99b318ef") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "535c377f-e5b5-4c5f-8e97-f4deb0ee8e0a") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ebcc7bf-7b39-4279-9e7c-133008a00fe1") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "6ed1d711-2164-49c6-9e32-a2b8bbb80e4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "OUT_2") + (pintype "passive") + (uuid "ad2de77e-dfbf-4d98-91f0-7512d246d532") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(D2-K)") + (pintype "passive") + (uuid "58fe1450-2da8-440c-8d86-dcd98d143f68") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e7c6") + (at 50.546 55.372 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R17" + (at 5.334 2.032 90) + (layer "F.SilkS") + (uuid "1603c45d-5904-4e66-bd0a-ec47574c0120") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "82k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "538cc5ad-0efa-4dfa-9cd4-13d12a0274dc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3abe6a01-bb02-48bf-8d93-d87dec4090d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b9a329b-e698-4bfe-9952-3c52a46ede1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7cff27d2-1d94-4e36-b4b2-f3bce23638e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc3684e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e0fd361-eff0-4f38-8d76-09b1e0ac4131") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a097ead-0979-4648-8fd6-7a35187feb80") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f89dc733-da56-4ac0-ac93-c53df9778287") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee3576cc-cfc2-477e-81af-dfd573e80b0e") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7c2d6a7-197b-4f56-b84a-dea13430ea7e") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6afa6669-e9fc-405f-b6ff-8791a6b5d10b") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09a87b72-0a61-410f-9730-c32bf4b33ff8") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3d47367-c221-4cd9-8610-18bdb19a5ff1") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76628540-b344-4542-86bf-9bbd9c714652") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "143df08e-92ce-4032-93ef-7e1d22627532") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5dbd6add-834e-455d-a121-104f3d240307") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "900ce54f-07f2-444b-a2e2-07e4092b9130") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "41fa1640-42b3-4a2b-9960-20e98ae10160") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ee8986f-3119-4484-bdf5-e40afdc40095") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4c664dc-9ea5-439c-b4cd-df291781e4b1") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18f2149a-8d28-4d39-b826-0fabdb440a2c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "4d9e798a-905a-40eb-b3a1-68a267c8c4f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "Net-(U5-BIAS)") + (pintype "passive") + (uuid "73042ebd-4c40-4f0c-a5ca-1f7ced49ad44") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(Q1-C)") + (pintype "passive") + (uuid "a201be61-95c2-4571-9371-9c2c1186ca85") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e7dd") + (at 27.432 58.674) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R18" + (at 5.08 2.286 0) + (layer "F.SilkS") + (uuid "7b6b3107-7491-4c63-a3e5-443696ec788c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M5" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "c5989998-cc51-46f6-90c6-527380031792") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b64a788b-0270-494b-af71-a64f904338c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73a2615d-e861-41c8-adee-128a6c833be7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2808aa8e-4df4-468c-9856-a94d39ac7849") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc3c662") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8c1d9c0-9f61-4931-9af0-a3ccb674a360") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d023aaf1-e525-4ead-ab9e-35e2a4b14dae") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e4974f3-c0df-4a62-8e5f-7311fbcceae2") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f456755c-4071-4a8b-b7f0-39124ba48d7b") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25d31a20-5c90-4f0c-a510-2f525e665fbe") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fea8218c-5c2b-4e5e-ab58-6423a35b7261") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11c46efe-2bd3-4e9c-bcd0-bca79cf260d4") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "453d588e-e02b-4524-a43a-bfc85fa2a1ef") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8454a9f6-3cc9-4ea5-ad7f-7c30b25b7c1d") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e4344b7-393f-4257-8283-b55ed34d082e") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81ba3bbb-7517-4e50-b07f-1d8017867daa") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "431990e4-f380-49c4-801c-883aec8ef7b0") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "20751b90-2845-4f15-a1ce-4fabbce3c32d") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e551ce4-3210-4d38-8ade-65bffc544b26") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70f566fe-2ecd-4d55-b9bb-f5fe1dbaee5c") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bb29bd1-3621-4f1b-9e13-ff2a135477bc") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "772d3570-8039-4beb-95ca-e1b079bad12b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(R18-Pad1)") + (pintype "passive") + (uuid "7b1a8be7-a7de-4e25-8ddd-0e8f9a1dc661") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(Q1-C)") + (pintype "passive") + (uuid "575f7b22-b643-4fda-baeb-cc7b4fc13cb2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e7f4") + (at 46.482 112.522 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R19" + (at 5.08 -1.778 90) + (layer "F.SilkS") + (uuid "d94d7b8e-4729-494e-ba63-d8545b2d4305") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "82k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "be84d9e7-b426-4e46-badf-9dcb41631e20") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e234afe-470d-4367-a016-7d23da5a6fb7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "179aef3e-249f-467e-98e8-36cd6b9a8110") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a869955-f41d-4c68-90a6-8e9f30f2e644") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad99") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99c6f751-23ab-418d-98e0-3db389c09be2") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da12a0e4-483e-4222-97b8-20af8c756f86") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24a1ada9-cd79-4482-bc03-a626ab8a3778") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0566ecdd-804d-4dd5-8eb4-e1d470cca715") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83cd3755-1a1f-440b-a81d-b1bb73fe6d49") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95bef605-d704-4151-9661-c727d6222cba") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9d2d443-46cf-4465-98fc-90b13ae153c7") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e247e11-4714-4ce8-926e-f67723b083ba") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53a69e04-c4aa-4eb4-9bac-e0b0b513d754") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81d24fa4-e5ba-4f26-944f-d6b462b5a9ae") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "889ad3e8-2441-4ccf-afdb-164acc089746") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74355631-5d1d-46d3-80b7-5b71aac16aba") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6c47e398-1562-4f3d-9916-3372d06ca1ed") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb73e085-0968-4b3d-ac43-4ff8662593b1") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40686a4f-64ed-4eeb-aab2-731597c44e84") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c91310a5-5468-4544-ba39-c11fa3c535ad") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "a3b25846-775f-45e3-88b8-2a8af10bcd47") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "Net-(U6-BIAS)") + (pintype "passive") + (uuid "d05e26d9-a2a6-42da-be94-77a1d8a81872") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(Q2-C)") + (pintype "passive") + (uuid "0eb4e161-e69d-4a8a-9496-4821a863d15c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e80b") + (at 28.194 115.316) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R20" + (at 4.826 2.032 0) + (layer "F.SilkS") + (uuid "b8547273-e6b9-4e22-a8d9-9a15840f6bee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M5" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "a4f07049-74b2-41a4-ba04-599e81774b3e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f77584a4-1dda-4d9b-b83b-0601b8d7c054") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e597ca6f-7f6f-47dd-927a-09b3dda77a78") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "47ef9780-5cf8-4741-8fde-dd3343a9b0d1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7adbb") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbba6fcc-4ec6-4582-9897-9c673fe83d2d") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db08a46b-c678-4eb0-858e-bf14914cbd24") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c1b2891-84f9-40a6-ae07-1e12abd6c867") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0dd886c-847b-4f14-a422-481614a404fc") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8e528a1-0ab0-45c1-b7e3-f338adfa3d60") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41e181cb-0938-4abc-b5d0-ef9e59714e35") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f09b4255-d99c-4159-a5c2-25fa3212a9a6") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6ff6b518-6232-4f33-a429-02fd2ce2bbe8") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66c8c58b-7c13-4a68-8cbd-e69b70030b26") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f639035-f5f9-42d1-b135-10d3e43612d9") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "524ebbc0-9a51-4b70-a011-eaaf76d60bc5") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1805c09c-99d7-4370-8d70-37ef665dc042") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9da076e8-cbcc-43f3-a2e7-17a286166964") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e09911df-62bd-4022-8e6f-47ac81d6296f") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa5a0155-a04c-42d5-8fb5-0098366973b1") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73c5443f-1569-4792-be60-a5eac8c5269f") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "35c47281-df1a-49ad-99cc-d9e542f6a7dc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "Net-(R20-Pad1)") + (pintype "passive") + (uuid "dbb48cb2-33c6-430a-8ea6-a5cd2b19f68b") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(Q2-C)") + (pintype "passive") + (uuid "5fbac83d-0fcb-40a6-901f-8cb1b2cab158") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e822") + (at 46.228 55.372 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R21" + (at 5.08 2.286 90) + (layer "F.SilkS") + (uuid "4a95c040-f2cc-46df-b804-9f72f4fc2927") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "15k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "38cd8861-a54e-4046-a611-23d8da8d6cc0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03014050-fd1a-46fb-84bc-32bb4f385dfb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15f57fcd-1ad5-4b58-a7c3-5c0b7fe1443e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5f6d640-5b82-4016-956f-c996e6ddaae5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc36029") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01cda166-c809-4a35-bf96-f9a110ff1817") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0d9f057-edd0-4642-8cf0-97e58bd6ae87") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f251822d-9f4e-4599-b55b-83267e10d8b2") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29171462-cb05-4aa5-9048-7d4e990ff9a9") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e9f2505-8b93-43fd-ba23-c45118d83e1b") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3691869-1bb9-4ba4-99a6-a6a2cbea2efe") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "82679ffb-9cba-4eb6-9fd0-4d8fc0748415") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9833fb2d-da3e-495f-8bc6-5f6ec0c771b7") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a62a34ee-043f-4dac-97f3-59475544f4f6") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "582aada4-bb76-4564-b33c-b3a37592bbbe") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb70e121-7fe1-4f97-9220-629ae172331e") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a74d27d-dbbe-408b-a7d9-f85c3d23ecda") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc438504-cda0-41ba-a81d-3b001c664491") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5dc34d1d-d71d-400c-89e2-f676cfb46e10") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8149f2e4-279b-43bc-8c0a-f399bb0a9930") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a35636ff-c7d0-404d-aff7-53b740c16bc6") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "295ecb94-df79-4e80-9a61-738b7c970860") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "Net-(U5-BIAS)") + (pintype "passive") + (uuid "42475389-a315-4ceb-99ce-5f2ba8f04762") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "Net-(R21-Pad2)") + (pintype "passive") + (uuid "58be8ed6-a0d1-423a-b046-a7bc828b5794") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e839") + (at 50.292 112.522 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R22" + (at 5.08 -2.032 90) + (layer "F.SilkS") + (uuid "f7d5123c-1d37-4ad8-827a-ddbd7260a8e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "15k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "1f608e56-a0f5-4447-9068-77ed3aacc28e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98dfd74f-7424-4ce8-b3ce-dc5a995dc01a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5b46549-b85e-447a-ad4c-bb753e966fa6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b1a0e58-42b7-4fd2-ad9d-4a969c5b6118") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad93") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "575f99b1-35fe-415b-87cc-b6ca2f514883") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4af229f-8c04-4184-a488-73c1f02a18ad") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a18b3c0e-d20f-4d1f-a34b-d03df22d77b4") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba1123d8-f606-4877-92bf-a70ad41980c7") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3673b2d1-e894-4d6c-8c11-b1dd1b8bd733") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d65a582-6f77-48b7-aa60-560bf7859f50") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9cd3aa41-6822-48d4-b670-366382885e70") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "85c84482-2afb-4b0e-9dc4-81ec5f0a7334") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47ac56cc-7dcb-4383-ae9f-e63729162811") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e73dd911-4407-496b-8056-e5bb4c6642ec") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d318263-5267-40f4-af4d-655e0299818a") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "835adc0f-3e8d-417f-942b-f0c55c00fd6a") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b3abbde7-88e1-4920-a38f-df2c157d5f83") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b8ce82b-8899-4a3f-aa0d-f556c5ba5c12") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "222dd2e0-2f26-44b0-a504-e62e931c2d9e") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "564206ed-5716-441e-910e-9efcfb035f48") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "c370ffb2-09d6-4613-aa63-51c1602c53e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "Net-(U6-BIAS)") + (pintype "passive") + (uuid "2b7f0989-fa6a-4985-8cde-d6a06999d394") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "Net-(R22-Pad2)") + (pintype "passive") + (uuid "07733190-31de-4149-9bd1-f63f848cfbbb") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e850") + (at 78.994 83.82 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R23" + (at 5.08 -2.032 0) + (layer "F.SilkS") + (uuid "99d52860-505e-4a39-b4e5-9ff475c52e40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "61be5056-e87d-4743-bfbf-ccee0946fb68") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0823faa5-acaa-469d-9951-40bb2cdb73d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6c7510e-34e7-421c-b42d-6b8582d1b35e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a21c182-be2f-465a-8a12-6db6cafe248e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd8ba5f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b195ecf5-b6ee-466d-9567-d3433271565d") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f29c6c50-185d-4845-8d66-3fa7f4059518") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fce25f88-56bb-4937-b50b-f6d9b6489134") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9cfe3e4-6fd6-4842-9e64-4dccef2bb9d6") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91b5e091-6d25-4fae-8dd7-fb942aacbb55") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74a9fab4-d698-4817-a05c-9bfa377809fe") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc7ec060-06c7-4a37-84e8-8faa37c8bab5") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87bb5f50-a03f-43b9-8940-12199a8c7799") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c4c56bf-1f80-41c9-bc3e-4ae64d00d613") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "484139c9-9022-4ad5-8ccb-be7a160f1122") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c91da293-160c-44fb-88b9-80600cbbbdb4") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7803fe2a-ca8b-48b8-bec8-2b284c43cb57") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eee80fc1-7477-4b5e-bfac-c6296bd2b41e") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5e53107-e20c-44a0-a89f-9c29e0bb6048") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9190be6e-b5b4-4e02-ab54-9ec86b70637d") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c65161bf-536c-480d-a8f3-da9b3c73b67c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "213c6a2b-b24e-41a5-8ac5-f090689f0dcd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "8e5314f4-9bc6-4d74-8c63-0bb8005d0966") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "SAMPLE_2") + (pintype "passive") + (uuid "1e6db357-e15d-46c1-9dcf-6b5877fa9d72") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e867") + (at 49.53 78.486) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R24" + (at 5.09 2.182 0) + (layer "F.SilkS") + (uuid "e5fc82f2-d2d7-4b56-913a-0e98df1cfd78") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "cb1d17a2-ad01-40e1-be6a-2646cadb65bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7dba672-b291-4a8a-97e8-d370d38a48b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "264c3cf4-47b3-4713-84a3-d2974e6b108b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2701361-ea99-41ee-a9bd-9b964ff36cfc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ddd835e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0db406e-9603-4fbc-8484-962dc7234d4a") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd6a153b-ff3e-4597-bb6e-f2f66a8b3e51") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c243df32-74b1-4a05-8cca-b38c57db9a50") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f24cbbf-0e3f-41f4-a97f-4b449c7c2825") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8121ca4-239f-4101-8c8d-524427acddfa") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2b12ba6-e4ca-47e0-a7ba-82de7445dcb7") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccd1fe64-11d3-44f5-84ae-a8212e200f08") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e3dbc22-8c25-41ce-b991-7bd2aec8284e") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ef86401-180f-4627-a6b9-b435592420f5") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d738cff7-8fa2-460e-addc-dcd1e12f5428") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85afe3fe-d436-4f96-a2bf-ae57d227b177") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d66ba945-ea98-43d0-8d26-046dd8c7a302") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "acb29327-14e2-4b93-a5c2-35e2338e5225") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d45e43b-253d-484b-bf12-ab64406cffad") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc4a120c-81db-443e-8b1c-2fbc31690b4c") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0aa003c4-80f5-43c0-ba52-cba5577b932d") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "4eef127b-58fb-4c3f-bfde-8dc4d4235b5d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pintype "passive") + (uuid "1a96a115-8f7f-46b1-b3b5-ee7a9ce02fc4") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(D5-K)") + (pintype "passive") + (uuid "fd02cc0e-6e48-425a-afe3-62865821aa22") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e87e") + (at 55.372 89.408) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R25" + (at 5.08 2.032 0) + (layer "F.SilkS") + (uuid "64476ee3-b5dd-438f-b976-092cc52c97c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "680k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "ef0bb7fc-0f8e-4fe4-805a-185196d2e4ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d18c930a-5fc6-482a-ab93-0eb48a054182") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c8c9434-74c8-4276-a4e8-28b3b5d15392") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49a50157-b163-4c3c-9cad-da4a582d509c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005de5207b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cbe5b2b-a6cd-4c88-9f33-b1db769735c0") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e26005b-2ef0-4165-b347-4de59d6cfe78") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13979a38-9517-4db8-ae63-84295dcd634c") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ab7aef3-a512-4790-b51d-4984c2d12531") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e11f752-4f6e-4cef-91ac-215ca08d3ba4") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3502d2a-c2e3-42c6-b671-76ae92636028") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1fa9205a-357e-4f2e-b29e-ad014f65eb63") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "510b8901-5676-4840-87ed-a399465a5c22") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6e546f3-8880-4792-8801-8f6281febbc7") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa3f3bf0-3e9f-4d83-b591-8b684ecd8a44") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "edc65464-41cf-4e6b-8d8e-28db438acb7c") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f2866fa8-d2bf-457e-8e7e-85cdfacd1932") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f76dae4e-861b-4b24-9390-d952ec831eeb") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6d19bed-7279-421b-a1d8-5452fd604350") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "350857c2-7af5-4ee1-9265-f72149d23040") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6eafe151-cf8d-4c5a-8379-d6842d67dcb7") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "b785765c-d82e-4fd1-9cbe-ae3a2526f030") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(D7-K)") + (pintype "passive") + (uuid "c0bda91a-1b3f-4158-9d3d-5fd2b28e08d8") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(D5-A)") + (pintype "passive") + (uuid "25f1c965-aa16-44ba-a7f3-d57a968092e5") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e895") + (at 63.5 79.502) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R26" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "6c927784-5e00-4ccc-8ca5-97e4e1c0f2a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "9555f06b-a9eb-4b62-a749-710a2f088919") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "828c513d-8a1b-4389-a2d8-3d124b96fab2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04000582-8e75-4c3f-9e87-326af27e4bdb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b63539cb-73ef-422b-a846-0addc4bdb3f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005de311c3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a1549bb-f917-4a99-9e2f-c262404dcc6f") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4959cb98-a6ca-4fe9-b871-ac25f7e503c4") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a72acfd2-3a81-4051-addc-804dfbd7960f") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88bb6dbc-9347-45da-ae6a-291eabf70fb8") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5649811-0fd4-47a3-a4b3-2254b979a435") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8bf80717-1566-4de1-95c5-4e4debff4d68") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bcb775ff-4431-4218-bb3c-e7ca3594ae91") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8adddb3d-686c-447f-ae78-34a8e0acf133") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2875702-619b-4a78-aaa4-16d7ccd3ac4e") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "36e4458e-0dce-4ca8-8fc4-42eacabd8f58") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5298c07-b675-41b9-b41f-c138bda501e2") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3ba6644-8f28-4e87-85c1-5732aa4f6482") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7042269d-7f2e-4135-8f3f-ce46a44d7746") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3bfe1421-8db4-40ee-9297-7a70df2d42e8") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4dc2c021-f6d6-42f4-b6bc-f253deabe0c0") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b4e391d-efca-466e-b5a5-ee58ce19986c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "3b3bf23e-e6bd-4edb-9253-7fb405cba86f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "Net-(U2C--)") + (pintype "passive") + (uuid "3a2a7334-921e-4f64-ab63-1033e783a542") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(D6-K)") + (pintype "passive") + (uuid "e0e30a14-b4b2-4da6-8477-8e52de430e0b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e8ac") + (at 54.356 45.212 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R27" + (at 4.572 -2.032 90) + (layer "F.SilkS") + (uuid "129fbe27-820c-4d6e-a3c2-78b615bc1491") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "820k" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "2c503a18-1a70-4ef1-a19e-974697ab1624") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ed7d3d9-cb70-495d-854f-11e052b2b535") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33364609-4ab2-4483-b0c4-15b24fb13771") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "517a892f-2a74-44b5-9318-4752ed54e9b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbf5928") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a9d7bb1-4252-40fc-b8a1-e587ab7dbe16") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5fb5532-71e7-4ab7-a9fd-455c9b04c0f5") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8997c9f0-78f9-4854-a7e3-0c2b38e688b3") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "960956ec-4bd6-44af-b095-3c6cd9421da7") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05fc7ca8-b7ee-45db-8b77-8bc2bff4f652") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b04826eb-ddc8-448b-a6a0-7ea96253c10f") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a2fdd51-e2f9-4a3f-9986-7fa984021485") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aeb14abd-6f81-4e0f-b478-61c27d708a70") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4288b6a-284f-49b5-a47c-47b783aebc8b") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd630b51-e338-4c5f-bcab-97c9c09bb018") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d7b1dd9-3539-4c9d-9a6e-1e3c13fefb9e") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8338288-706a-492c-b94e-27924f0d80a4") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "254cfb9b-ea9c-4c99-a952-fe5fe0d86577") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1aec24a2-1479-49c7-8c54-3427921c3528") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6167d8b9-ef7e-4ccb-ae1b-de93b455d993") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc8ce1ce-b35e-4435-a710-46960f9ce676") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "15d2631b-94d0-4088-9d56-c7a117ef406f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 59 "Net-(U2A-+)") + (pintype "passive") + (uuid "f6015ed3-3908-4e65-a5e3-636be1f458b9") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "Net-(Q3-S)") + (pintype "passive") + (uuid "7a3d1699-77b8-4f92-ba14-d42ebf288c5b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e8c3") + (at 54.102 102.362 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R28" + (at 5.08 1.778 90) + (layer "F.SilkS") + (uuid "5ee773f8-28a3-4b95-b28f-41cc9f0e4e99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "df82557a-da5c-4e8b-8611-b40f708a5143") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e46ed796-a6b0-4f34-b162-49900c1327e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "274dcf63-c703-4b27-a9e5-0b859e563f63") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "617d57e0-eb6e-4da6-822e-982306c8bf58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad2f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c99bdfb-c216-4f90-9daf-7924c8d38be1") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5503109d-9ebf-442e-8733-af81820e0d14") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a445d6c8-fd21-4269-a289-9e280cb81c0b") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c388eb02-49f6-4e63-9dc4-9f1bc12b4b1d") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1a06802-efd6-4673-8a8d-1a45ab5f09d4") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7b44a48-d0fc-4db2-9ef8-99c3e1d05d54") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eebd7f31-de2e-410f-89f1-865661b7e1c5") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eda5cdc6-7513-47fa-bc48-72c2bcdd6398") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9be5fbd4-99e5-4f0f-8c31-16892822eb05") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c29d4c8-8267-49fe-9117-851818705a4a") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e4f1fe7-c9a0-443e-aaa4-76ffbba88a52") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d664a946-e79e-4ff4-b2db-6594acef51f2") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfec567f-8b2a-436b-ac40-9fd2547d311e") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a1097c8-f996-4d37-8d73-fce530a9ef68") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca24dc95-f413-4405-95b5-8f099e33bf81") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "278da96d-6359-4667-bd5f-7a80fb89669a") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "1c2c398b-7fde-4373-9ff6-7222fd523e8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "Net-(U3A-+)") + (pintype "passive") + (uuid "b9ee12a0-0941-4175-bd6d-3f9b7a47a51f") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "Net-(Q4-S)") + (pintype "passive") + (uuid "4e0da0cd-0f63-41d9-88c7-ffceb118d049") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e8da") + (at 63.754 66.294 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R29" + (at 5.08 -2.37 90) + (layer "F.SilkS") + (uuid "4479829f-0df8-4450-8c32-bdca15954f47") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4M7" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "1608b457-4477-421c-a87d-16ed01ee200e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a18f9553-cada-467a-a9a3-3b8239f0af17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38664c3c-62d5-4ae9-88ca-32d9e28694fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d3fb87c-76b4-4bc2-b841-3b3f60842edf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ddf9230") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68dfe433-e6aa-4553-8319-4e8365c626f8") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "978dbf73-5bc5-4053-8223-0957f5336393") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf60b54b-1db2-4c15-a0bb-cc4ed27a5054") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a47f267c-ddc9-414f-9603-e8cbd731c150") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1d2557f-40b6-44db-a776-d69a57d20dd9") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8006f48-075e-4b39-b54a-1ec57e9c38a3") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e045e1af-ecbb-4c7b-941f-eac5caacc845") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3042a598-fb44-4858-8207-4addd615c263") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a39b2df7-2c96-47c3-987b-a129bdaff644") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d875c4ab-14a5-47d9-929d-f889bc672d98") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a54d9a7-3e8c-4369-974a-d21587a473dc") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e812e537-82d0-4c38-baa8-a3058dddb9f3") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2352bcf1-5dff-4b02-adbc-b7825e8c7335") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee2669bb-bab2-4fc7-9c2b-8457c6395100") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d9d4cba-feab-48fe-9990-505d1dc45de2") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b575de07-0392-4f2c-8b33-53eef3927488") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "091b665d-f85a-453f-b8aa-61ca22b52127") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "6352f9e3-eb17-42d0-82fb-414546890434") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "Net-(U2C--)") + (pintype "passive") + (uuid "820b176f-4d82-40aa-8140-db9ded6a28e2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e8f1") + (at 53.086 63.246) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R30" + (at 5.08 1.778 0) + (layer "F.SilkS") + (uuid "3c376902-de1b-4890-a5d3-86f33aa96b89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "aa1cccf1-8b66-4162-9aa6-7ed4d8374b8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2102b769-3488-4618-979c-8888aa00a9b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4aeaf00-aade-45ea-b142-4f2ce8690c61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1cd6afb8-fdb2-4298-bae9-017545459e4c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbf7851") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72ec680b-3627-468c-850f-35565001b875") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "defb1571-4c81-4d8d-b691-d8110f364326") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17d485ed-7865-4804-9296-82b41b0d8e31") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d616ad1-807a-424d-98bb-a8a5c33beb6c") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e13b54a-7894-4ddc-bacd-aaed451e9c17") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48c46947-8c82-4a35-9430-38d7cadc08aa") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d67944e-5a3d-4f29-8fd0-953e1837aef8") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a198fc34-1917-4ebc-9c7a-ecc627308fe7") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7e0de01-a471-4e4b-b39d-fc68418a2f83") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7124ee26-8abf-46c9-8bec-495b3c83c9d4") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d8d5400-05e5-43d8-9b7a-ea49e3cc28de") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b73fd8f8-792d-412f-be2a-6136b4851a24") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ed7f2eb-b0b1-45bb-8667-d66b0131443a") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71c14d74-d708-4b74-8e61-9f615cf6f53c") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90c1258e-f4d5-4125-b98a-e5ccfc1dfbb6") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c9d851d-4983-451d-ab06-af25efba8b8c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "ad30ac19-1244-4f1d-a2f2-d4beca671ad1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 61 "Net-(U2A--)") + (pintype "passive") + (uuid "51f6a921-f390-4703-9de2-205cca5f2a33") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "OUT_1") + (pintype "passive") + (uuid "af8eaa59-16f4-4d2c-9d1b-043d032e23f6") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e908") + (at 54.356 120.904) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R31" + (at 5.08 2.032 0) + (layer "F.SilkS") + (uuid "b87392f9-0024-4244-bcea-63f9fbebc8ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "820k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "ec2b739c-dc59-4bda-b848-a69fa7c3cf29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b25b9f9-b9a0-45f7-b49d-9e3b50ace2e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9c8c7247-a5bb-482e-a14c-e846959d3cc4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9457e9fc-b38a-4143-9349-506b8df4ff65") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad39") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6be91bcf-ca37-4599-826b-a0115d9eccaa") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fc88c32-1dc6-4435-a266-a1acec1e6e8e") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f366eb3-04ea-4c99-a508-81fede22bb4a") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ff65d71-a73b-429e-b492-2473ee65778f") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "066e0c48-d943-4d43-aa70-2129df9d28ca") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f531ec4c-ebd2-4d2a-a5c8-c56da1319635") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dba9cdc1-2259-4b0a-9657-8c03e105b732") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e131b09c-0c9a-4b7d-a729-b801fb950ede") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e7d274c-c1c6-4495-bcce-10c9c30928ba") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e0c3a56-00d6-41f4-8124-e0eecce80c0a") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6adbac09-5992-45a9-be4f-e31bb3c656db") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14425778-5ac0-4e09-8e50-e50ab6c0b0d3") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f631b5f7-8770-481b-bd95-59949a2478c7") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b92d699c-7e36-48db-9d7a-214d5fd019f2") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "134ea400-9d81-4c8c-a5aa-41a6e637b280") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ac92de3-a0e3-4d06-872c-f96c453587ed") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "5d4b48d2-1c94-46d0-840d-f0d1eca04a0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 62 "Net-(U3A--)") + (pintype "passive") + (uuid "a03c1e62-4b1b-4cc4-90e9-1db46b53a390") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "OUT_2") + (pintype "passive") + (uuid "252cad62-d30b-499a-8c01-f582cfb3db94") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e91f") + (at 49.53 93.472) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R32" + (at 5.08 1.524 0) + (layer "F.SilkS") + (uuid "42984f6f-f691-4eb7-bf84-69eeb7aef436") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M5" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "1b994dd3-7661-4473-847e-b6a8343ae87c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3d70648-37b6-498e-88de-56ad3379b0c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "973224bb-1910-45eb-b1e6-f7c109c1d2b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b99ebba3-a178-4b4e-8858-9f564a14b598") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dea11a6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d229ef3-887e-4383-9695-8773b9c4f246") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17fa5a3b-ad2b-4c61-bd87-20e12028e734") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1a0c40e-b326-475e-a607-0c6c08f6cbd7") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b049dba1-1354-4a24-bdf8-605b02827c5d") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60aa56e2-a93d-42da-a2b0-a48d6d227c03") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20789535-94ad-4699-a65f-5ed6f899997e") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "200ad97a-f43a-4004-bed2-0a2db39e93f2") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dbd8df71-de11-4548-acc5-28db2a7d8d46") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "849b5087-722d-4ea8-b3f3-6354cba485cd") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0851d410-4e0e-4526-ba8f-6da6791be55d") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf38a1ef-5518-4fa1-86f0-de3bc4a09a7f") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3844ff5-a6c3-49ac-8960-a0f2c814ce68") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e431015c-8851-4da4-9552-e4fd9c4836a4") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37850ff9-d412-425d-b7e0-55409e339199") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d422bb9e-c438-4cda-bab1-a36076ef32c4") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d666be5d-865c-4aee-9221-5888ea6a83cd") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "ff9d53ea-5002-42f3-b104-17dc854c09de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(D7-A)") + (pintype "passive") + (uuid "6f48039e-1380-4f75-b6dc-69917e026298") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "34503734-9be3-41f5-ad0e-503209e38cac") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e936") + (at 78.994 87.884 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R33" + (at 5.08 -2.032 0) + (layer "F.SilkS") + (uuid "9e02aa8c-5aab-4464-ae2c-47aa3700f297") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "af7f15e6-9586-4a5d-93c7-228b85d3f712") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "324cc1c9-c06b-4e5f-9973-f7d75964efb8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5bad0654-eaca-4447-bf79-82174bf856e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7acd272c-6c0a-425c-b0a3-8b5757b407dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dea2383") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba3811ed-6eee-4ada-90f9-3702516a3e28") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b7dab38-06d2-4a0b-9eb5-56253a765a70") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96f46cc8-1e5e-4730-a48b-612501ba7df9") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44f0919a-55a2-4fe6-a744-35d304d4faff") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5faa979e-72cf-4133-8a74-dbe9c9a9821a") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa3cf32e-0cc1-45b3-8830-6de8613696b5") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "178b9824-05e4-4b16-b2a0-b05b6ddb8820") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a21ebae9-563e-4f05-a3b6-9101b0ec57fe") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e84569e5-4542-4f1e-8d38-d59bbc1ef6f3") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "64b4cb5b-2434-48cc-a9ec-f7153407adc2") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "241720ff-79f7-41eb-8816-a94b6fc4d8c4") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "41f5bf5d-e935-4b4f-976b-67a6485e8aa9") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b520ca27-05c8-4fe9-98fb-9d9854555a23") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eeaf2b2d-c38e-45d4-a247-9a12f45ac3af") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7441031a-dd33-49a7-b712-20e3d18f5d57") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34a317a9-02fd-47f3-913f-2e598d584889") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "ab3dafc9-01c7-473d-85e7-86600c63a0e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "/HOLD") + (pintype "passive") + (uuid "40c0080c-204e-4438-8e78-1896c742bdf0") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C20-Pad1)") + (pintype "passive") + (uuid "164dde65-e5ee-4236-8b7c-800b5e26b7bc") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e94d") + (at 40.386 63.246) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R34" + (at 5.842 -2.37 0) + (layer "F.SilkS") + (uuid "7753851a-f3ab-4384-baae-0856dd657ffe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "2cc45454-66a9-4c92-a8f5-8e0c60a8c865") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "680a1339-bb11-4169-b4f1-4dfe82730105") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55d0867b-ea36-4e02-820b-4d58bcf27b3c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1b3f44a-dd92-4a39-9ae9-5dc4d665c52f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbf7df2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4dbfe5dd-eb48-49a5-bcd1-57a1a746b9ab") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f63bced-09c3-45f4-81a0-0610a8a6ffc3") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "150ddce3-71fa-44f2-aa84-2c59270287be") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7e09d5c-33ed-4283-bbe7-805eb162adb7") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4aeeada-d932-48c5-b9fa-ebef2f62da02") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09383b2f-c809-4221-b0f4-4bc877bfe283") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e0a4c3a-8d7a-4031-afdb-1c8a0ff5c491") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4db28f7f-78b5-4310-8dc4-f1033a87c449") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "290660de-06f4-4c50-bbd4-fcf5abb94fa6") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2498a963-3aa5-4133-8094-f189cd3642db") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "897c3edd-bd4f-4e13-8286-f9f3de41a040") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "902a02e8-be23-4722-96c6-c98940a7239b") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2820a512-7bb4-47f2-9b34-3e6072408b4d") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67bd962e-b26b-4b1f-bb22-9da0022afad7") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "216c2045-19f0-4e97-ad7c-7809803bfe21") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e186fc3-0a6c-4624-8445-81f8e8a83e0e") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "c93b3c23-5f35-4238-ae80-67399719c8f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "OUT_1") + (pintype "passive") + (uuid "c784d30f-1a7e-477d-bb9c-cd618f9b07e2") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "Net-(R34-Pad2)") + (pintype "passive") + (uuid "6d6deb9f-f5f7-46b6-b876-85119683c7aa") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e964") + (at 41.656 120.904) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R35" + (at 5.08 -2.032 0) + (layer "F.SilkS") + (uuid "13984517-c51a-4dc2-bd3f-7d198dd419e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "4a42edfe-c279-445e-9d56-70e4c2b11897") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa9626a2-2b01-4f76-94c9-502fa3628eac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57c30a10-8f32-494b-9616-4218ad3e66cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9bae7e97-455f-4c08-a233-23f0890bf127") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7ad3f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef327fc6-29f7-4178-821e-54738f5c0d56") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b733f0d-bd54-4a65-baae-4e60142f5014") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2096da71-f2f0-4d57-9025-534b60925948") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c8b9577-aa41-4e62-b324-bf98ad7b8364") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa05cd19-8cab-4e68-8b91-4b26573c732a") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "baa84b21-e719-4889-851b-140d2e3586c0") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7942ef07-e764-4f2f-8be4-0cc3e465a28a") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5bc9aa91-831e-4927-a1c2-337b58afcab4") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f13b17a-9fe5-422e-bbf9-b3e169ddbe78") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9f598325-a358-47d4-80da-8532b892dc3f") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c926d4c-9bb7-4c5b-916b-74f4eb3b4d28") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "329882fd-2e64-44c7-95f5-4fd25d2a84cd") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5ee55a6-73a8-49e0-a6aa-58ea5822ac9b") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef4af224-95ac-4323-b5cf-20b75550f000") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3146a40b-5f6e-4633-8dd1-df3f1fe2a0d8") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "358dd99c-45b0-4611-afd0-bc08f86a5c3a") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "9db4ca77-52a1-4c35-a3f8-2671f8b2be4a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "OUT_2") + (pintype "passive") + (uuid "5a68a8e8-1e9d-452f-a2cb-b3da5b078bb1") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 56 "Net-(R35-Pad2)") + (pintype "passive") + (uuid "cc2e6b14-611d-4914-9d99-5319f8ef32e7") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e97b") + (at 27.432 62.484) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R36" + (at 5.068 2.216 0) + (layer "F.SilkS") + (uuid "beca472e-7e68-4e82-b6dc-1a04c42c5af7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "15385e5e-04ae-4e98-a10c-881c76669a37") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b309223-d0a2-4116-b577-056b2a235482") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b154685e-0c8d-46d2-b02d-7765c6ebbdc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb93f5e6-b5f8-4e47-9a12-dc1c6e752db6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbfb773") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71ab2944-681f-426b-9d92-f8c0f3c151b3") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78905858-69a6-477a-988e-6a3b63545ca7") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb8f4378-a00a-446c-80f7-3f79e5baea97") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "642b6385-ab6a-413d-9c38-cefda4b1c408") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c3e621d-f17c-42bf-95ba-09eceb1fb5db") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3dec1e0-c8bb-4067-9f0b-088ecc44dafa") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51737ed2-7c23-4173-9f99-de4db5f18e22") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "489f12c9-c5de-4f3f-a9f6-893fbbe8d76c") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c9c2e28-5a79-441f-8341-598beff72249") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d6dd9ba9-b169-45c5-9338-af96d66023c6") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a464c08-684e-4457-84d8-1f1181a26304") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9dfa505a-e631-444a-af31-4a5a953ba8c8") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be3e6e45-045f-4b38-ab94-8edbcfc79fdc") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6109f86c-a054-4557-a1d2-2c3537b54537") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7dda82ce-adc5-4546-a1a9-71a8c885ca85") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7c32d3c-3f8c-4225-b429-ab4342364767") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "a6452092-950f-4d99-8292-079194a96445") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 63 "Net-(U1A-+)") + (pintype "passive") + (uuid "06103f6d-9ca2-4dde-baee-d135e60e766b") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "OUT_1") + (pintype "passive") + (uuid "0bd7596b-6cb8-4552-8335-fe00de767d47") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e992") + (at 49.53 70.612) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R37" + (at 5.08 2.032 0) + (layer "F.SilkS") + (uuid "a8d403f0-38eb-4e70-af79-78837291c980") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "0226c660-320f-4176-bcce-5a1bb75fadd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ca330dc-1de5-4cca-83d5-ca78996d69ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5434c886-0e11-42e1-ab49-383847a63ab5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39c9cb24-11c5-4a41-a1b5-4c5ce6860bd2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc653fe") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "717c6ca9-04ac-416a-86dc-68c705ed4869") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67396804-d0ae-4f22-93f2-c1f6f490a4de") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d8738a1-7d39-4be5-abd0-b1648c538aaa") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbd3597c-e01a-406d-9f11-744b4a41cfeb") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46c0d837-e638-44e3-8e55-b0fa73b32fa7") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed5281e0-1a68-49fc-961b-17f104c74f3c") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2209dba1-4636-4d7b-ad79-258f3bdee515") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14e2ba95-a941-48ed-a8a9-a036a6422633") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60ee11bf-bece-4a89-a5d1-762c60bb5397") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4842344c-5a25-4630-9fa8-a6fcb0034799") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0dbe7347-21cb-45ec-8c86-4db9aa559344") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9443403-45bc-45e8-8676-c05bb68b7893") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "603647af-35bc-431e-80fc-7c85a17a97ce") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "859a5440-b7e1-44af-8451-7e620bd3af5a") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bef346cd-6666-49a5-ae2a-f59db96d2cb9") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d665f3a-d34d-4164-a763-8a6fda0f7a37") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "03252db3-817d-4523-9c99-538fdcfee2a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 67 "Net-(U7--)") + (pintype "passive") + (uuid "c6e787c9-91eb-4f6a-8bfa-9e3b72e4710d") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "OUT_1") + (pintype "passive") + (uuid "47c14258-2177-4b93-b898-bc454d22b51a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e9a9") + (at 49.53 74.676) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R38" + (at 5.08 2.032 0) + (layer "F.SilkS") + (uuid "a6ccb6c9-d91e-4bb2-a97e-293e269433cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "ce8ab075-985e-4528-a4e8-f57abfd6aa47") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c4e459e-78db-4ff7-a0d8-a9809e7b681f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9570dd5a-c0b8-415b-a892-68e93fab51bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee320389-f42b-4ce3-9493-4d134bd14519") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc6589f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9da674f0-76f8-43cc-9631-388bc616d1d7") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b6a2e54-744d-4cf9-99e0-6945b68ad8aa") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "773c962e-efb0-4cf8-8cad-70d0ac5c0fa4") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9126ebd-0e0a-4fd6-9d3f-92212c1f023c") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65c99ca3-82dd-4aaa-b8b5-8cd9cf9ed120") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23ef582c-0bc3-46cf-aeff-89d9712d46e3") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4d7b777-f355-4abc-bbb3-be20535541c1") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfcc44ec-d53b-47d0-8dbe-77010e265f8b") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2ad6749-e739-40da-8376-f244833eb8ce") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90788e1d-616f-4469-ae15-f04be2c8e20a") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d12fa65-af51-4f0d-ba67-deefcd9e988c") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d87ead31-d591-497d-a493-2341bb0865ff") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "106fe4c1-8330-4b6b-993b-612411c09412") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24cf74ee-bf50-41a5-8899-11107c804dc4") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d3540d99-c6f9-43b0-9f0b-83405cbe9f47") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a13a4ee5-abb2-42aa-830a-ea9dfca55957") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "c94b67d3-d3d0-42a3-b56f-7b24269e0530") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(U7-+)") + (pintype "passive") + (uuid "3b957e1b-7176-4bf6-af47-5ef64a3f692b") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "OUT_2") + (pintype "passive") + (uuid "0b398a4c-8950-4a83-8d02-dc68ffb48152") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e9c0") + (at 28.194 119.126) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R39" + (at 4.826 2.286 0) + (layer "F.SilkS") + (uuid "6cc69ed2-115e-4323-98dc-7ae4416a081c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "c75c7cde-3ca9-49d7-b7ce-2279cf126e73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a64a9de5-4a6a-446f-9e26-a43eb31944ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ae418ec-0b05-4bf4-8070-7fffef3f21b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "632a1eba-7dec-4e00-a50f-7bc69a8ede5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dcf1fba") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a8b0adc-89ac-4e53-adbd-171b59c3e6d9") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0cfce07-87a9-4944-a66a-6fbabcdc140c") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f26e5c5f-f495-4e02-8507-53e671a9735d") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f413cef-3809-4213-a0ea-b72560e10098") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec4c0641-129e-4bc8-9df6-64722b65a817") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ec46bcc-e28a-43cb-a54b-fd94e97cb276") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d51c0f6-a6a6-4be9-81a0-1b48f5c8c2e8") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "958eb9fa-c687-4b2b-8a51-577ff7a2e6ae") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9ba6da7-0104-473c-a0c4-9347246cb722") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9929737c-04f3-4ab1-9cb7-c29874a73896") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e31f65f2-00a0-4aea-9768-b74f0b48a8d9") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "794f1e7e-8978-4c69-8631-bc858beaceb4") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "323aaff5-731f-462c-8fc3-d0d6f72958af") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f9eb5f3-8018-45fd-806e-53ce0acaf744") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d81a3bd5-546b-4633-b8d9-9986f9d0fb2f") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6748f37c-98cd-4fe5-8613-d09a5d3260df") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "5110f58c-f3a2-4ab2-a9ff-889f17d0feef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 68 "Net-(U4A-+)") + (pintype "passive") + (uuid "10c61ccd-3a35-4bb0-b13d-939f8524af72") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "OUT_2") + (pintype "passive") + (uuid "d7f152ad-e3c2-440b-9867-5e703c14a64c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e9d7") + (at 59.69 66.802 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R40" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "8ebf1b0b-1af8-4d16-bf31-a0d1bfabc1fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "470k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "e39e61ff-0125-4b01-96de-f5319e611774") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "106defee-328f-43d1-b237-b0bfc4f36db9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1037b222-0959-4eb7-a282-97f58c835934") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5af0305-0bfc-4496-9eae-d0cdb4b5de3e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc49d82") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30bb25c7-2308-450c-8c1f-a70fd7276ccc") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aab6361b-1c29-49f9-8901-eca4a302631f") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c4f8cd8-d634-4323-ba75-13e421c45396") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70e1c4a8-aaba-42ea-bb42-5467c986fd09") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2afb8ac-20eb-4bc6-a255-65d527b9a6c9") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "856045ad-f3e1-497a-acbd-e9ccbaabe75c") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d7e006a-b4c5-47b0-a684-34aa1c99ae5e") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "95c750e4-e9f5-4470-b633-1d0347894418") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29abe1ec-fe84-40d5-ba53-41d8e06c25c7") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35642d2f-bd16-487d-84e2-b7987ea733ea") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3a3c2e8-01ca-4404-9d58-32f4a2097e83") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14910a44-37d9-4b3c-aba2-d19f7667a4c2") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40e6745b-4a4a-427b-b9bd-1bfc9e6b279d") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f43e14e-531a-4e75-9881-de3b29471799") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43c46afb-c541-46f6-ac17-b2937e7b2e31") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43c6d0ec-f625-43d7-8c6f-8c12fec88b6c") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "c5d5128e-f66a-4dbb-a679-204c9c0d05ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 69 "Net-(U2D--)") + (pintype "passive") + (uuid "c5c4d4d5-8ed4-4217-832b-6e4b37f1309d") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "OUT_1") + (pintype "passive") + (uuid "74bbdfab-c8cc-4189-bed9-6b25c7c5395c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e9ee") + (at 49.276 126.492) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R41" + (at 5.334 2.286 0) + (layer "F.SilkS") + (uuid "981cb945-068d-4a6d-9c89-ed1b5d5491da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "470k" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "fcdb919f-2458-47b8-869f-0d73e3481834") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc00b8fd-617f-4249-8970-115b0871e3a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a5e04a4-0643-49d9-a2a9-2bc7a6f90a96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37ad7719-2986-4fc9-a1e9-ce54c1750fe1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dca623b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50dac6ff-d729-4940-bb17-e4bdf0788f20") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8387d4b9-44d2-405f-ab92-84f770acd5b5") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f4bc114-184c-4050-90f0-22647bf81350") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c18d2b26-6bd5-4a47-b652-c561d8b3a665") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "071b596e-d1d5-4412-8e21-c01db8e76b08") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aba1a661-d6dd-4190-a03f-e070208b1ba2") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "642c143b-ac88-43df-b4a4-55b6a38498e4") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "661f85c4-d92d-4f06-87fc-d10cd977339c") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccab3ed1-0a65-40c2-8d63-9cdd2e5ad6ed") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91de0070-b1fc-4e9c-9c6f-9dfd6c631839") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c76d634a-a044-4e2b-a1d3-700f0707a575") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "317c9f08-e9f2-4449-ad5b-67f1d9496771") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ac6729f-2642-4f3f-9cd9-e681e1079ebf") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f445238b-852f-4ea6-b9d5-597f27d5a61d") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f71c6edd-7525-45d8-bc5a-102f8de95ed9") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0e9acd2-33e7-44b5-9f5f-d1e69dd61d2a") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "b21b1dc7-2043-41fe-8fb9-0b272854443d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 70 "Net-(U3C--)") + (pintype "passive") + (uuid "8ae43205-1e0a-44e8-92ab-6547c9ac5e73") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "OUT_2") + (pintype "passive") + (uuid "ff85d163-8f05-4989-bdd5-ff167da9b2f0") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ea05") + (at 49.022 40.386) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R42" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "4916031f-ada7-4807-9ae8-34b1063db8cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "256fb252-febd-40be-9dc2-22ec827c45e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "499ba13e-8dc5-4ef9-b4ee-9fa32cf725b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e5643953-acec-447d-8d48-93181f795de7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa1915e8-80d4-4730-a3f8-1817650cde61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc499b6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30cdd788-0371-4366-8db1-b3bf40ba4d64") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "304ee232-f4fb-4699-9f98-35a931d6a670") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9d9da1f-6e37-44b9-aa3f-b90cce1d687b") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ede97a4-a91e-4a8d-b463-2b370e75c890") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a65ba57-daae-4511-8ac9-0bab521f5d6d") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76296fef-82c5-4259-a0bb-86d0dba0832c") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7711af7-7514-4fe0-a717-5e48155b6641") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83c98313-2cfe-4633-95bf-fbd879d5d16a") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79ff0a36-a665-4b25-af29-1c625ed3b086") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7af3a24d-6e28-4316-b43b-aae1ae3c4015") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0e2fcb8-dda3-42a5-a56e-f3c26460175a") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28e9df78-bfc0-499e-b718-94081a713cfa") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3f6019e-fbd5-4458-bbbd-0e98c2eaa3f1") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c64cbc3-3428-4398-9d00-14ba54cd3292") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6be782f-1083-42f8-a463-46ee523cd246") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7bdf0324-6e04-4900-a662-62de7a13500f") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "8e3f9801-404a-475e-b4fa-f817c85500e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 71 "Net-(U2D-+)") + (pintype "passive") + (uuid "34e5bdfb-f626-44c3-b1c7-b2c63983209d") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "680e5c01-075d-4e1f-a15f-4f9b1d6b07d5") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ea1c") + (at 59.69 97.028 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R43" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "db16c72f-6ba1-4410-86c4-ca06226bf662") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "b0c9d586-4930-40a6-a01c-eeaa4c8d02fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "504b1c19-b693-4d0e-9e79-49d2adae9dff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc740b86-6d20-4fe2-9b6b-8e42cf3ebd39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "961f49d2-2850-411b-b1ce-19b8124d21db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dca6235") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11348af8-a018-4ea2-b39a-33952b081700") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "768fdf08-d381-4788-a4a8-26cf21a84c61") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4896e9d5-6b07-4782-b7ae-7787ef425b27") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e370857-a230-4706-a704-43f36270cc30") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9cf14bd3-c137-47b3-86fd-e9fd4305c017") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00a012dd-036c-448c-b5f2-8f446eff0aad") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5dd42e9-72a9-453a-b552-68deb7d524ff") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11e45d1c-4090-470c-90c4-c4703d0d280d") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96d2b177-d8cb-4aac-ba29-765ceaf2a75b") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e826d1c8-6f56-4efa-8530-def12d05b33e") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7b5aa37-7a7c-469e-b81c-fbf2252f04fa") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d54e1737-c923-4847-961c-e5c00b56be5b") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8c81b1ff-4c48-49be-8a0d-55fd3f2e7c5f") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32799e17-d454-4194-950e-8c203afe0374") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98e9fe91-40be-4c45-8508-e70f5710dacf") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d365fd2d-17ca-4869-9eb0-4624bd96ec84") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "b4587b88-78fb-4690-81dd-614cbce0907f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 72 "Net-(U3C-+)") + (pintype "passive") + (uuid "7a5d82ac-93f4-4b7d-b8ff-e02014b4c9b9") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pintype "passive") + (uuid "c2e2d50a-e59b-45b0-8d45-f6f8970a9c91") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ea33") + (at 79.121 47.371 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R44" + (at 5.08 -1.905 0) + (layer "F.SilkS") + (uuid "2b900198-31a2-49c1-91c3-f7f368c3fd40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2M2" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "268eed65-b5ff-4adc-ae08-8b20178c2184") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "904eaacf-b57d-4874-a53d-b50a249a7d93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fccaab09-77a4-4774-8e8a-efbde0f31fff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea2fcd6e-d861-44d8-9915-08f389582a58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc46edb") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "587397e0-bc15-4358-8044-369b55bab245") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0beeb16-f44a-4116-81f7-a21fbb617498") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc623b5e-0a20-4eb0-9b82-19eb2736af04") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98c4d326-4991-4c5e-97de-8bb966fce16d") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17b674e6-cb35-4249-9e37-c38f6f6ea430") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0b72592-a386-425e-8895-0365dc39457f") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6490799f-5061-42df-af7b-54510cf932dd") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83abfafc-66ab-4d63-86fe-ccc0ec95385e") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d86c608c-82cf-4d42-9dce-6b28a4fb71b0") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b97bc4fb-fe12-425b-9b6c-0fd79c6b1956") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fcc35f44-4458-4258-981f-52619fd2d44c") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce9e08d0-5c03-4c81-a432-fa95499cad4b") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dab66f78-485c-44ea-b175-7ad3ff34ba29") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1c9a9086-85b3-4160-9931-178092ea1409") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dfa9f8b5-6f99-4d00-87f0-e3102c5f5b8a") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e47fedbc-2fbc-483a-98fc-ef5b474f1851") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "b5506f2d-c93d-461f-830d-9370e68b35bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "CYCLE_1") + (pintype "passive") + (uuid "27d6c571-324d-43ae-a168-f612e7eb031e") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 71 "Net-(U2D-+)") + (pintype "passive") + (uuid "51b37a24-9168-4137-8281-9da77c5b6d7a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ea4a") + (at 79.248 111.252 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R45" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "14acd2f2-7fac-4174-a0cc-06439adcf361") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2M2" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "80731740-77a3-4899-b069-ce2d67760e6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5f0fea0-26e8-4d92-a984-f9c61916eb8d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "329ab071-4425-46f0-aea6-ec4e281a9d47") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20c64321-f5be-456a-b81f-0e10f29a81fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dca6229") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00827a76-700b-4e88-aa7d-fa3182c98fe7") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb2e0b35-0ca3-4adb-b93a-6c8faebdbca0") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a68f7612-c965-4dec-9aff-0f5ae7ecc7d5") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec74cd86-baac-4019-86bf-de7cbdc34254") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73265ce9-6a45-4a68-9720-f2a3022a1bc0") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16aa240a-4952-46f2-bb99-cf6d94304d24") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ae38d437-2a7b-4e15-ac2e-912517db57b3") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3e5be2cb-3a8f-41b6-a01b-9a371bb1e6e3") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c47216bd-9bac-462e-a6b3-13308deb2c4b") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "188116d1-566c-42e3-a9d5-fcfba1b66ee8") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "842b6a30-6298-41cd-a4bb-409932b4c28a") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17cdfcd2-94fe-4e8b-ab3d-127f18ea3301") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c74739e-0d45-4162-9a26-62cd93e4c18a") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a545664-2766-4bb4-82d9-db526a457e11") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1b5bb1d-b817-407a-bdc1-281e63b2b1ab") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a73f907c-243b-45f9-a687-ce9d776baaa6") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "39b17872-fe56-4eab-be0c-97b8089ceda3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "CYCLE_2") + (pintype "passive") + (uuid "7dab4b74-94b5-488e-8696-3f50b882d675") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 72 "Net-(U3C-+)") + (pintype "passive") + (uuid "af04edbb-432b-47f9-ae20-353fccbcadb2") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ea61") + (at 79.756 65.786 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R46" + (at 5.334 2.032 90) + (layer "F.SilkS") + (uuid "f8691863-6074-4bb8-b487-cb20f1bc98a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3k3" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "b9e26535-c9e0-40c1-926e-b1fd40421b52") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53f49acd-fce0-4370-8625-0fcd07a1c7c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a69cc15f-960b-440f-b0e0-742bb91099f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f019739-4ec2-4d6d-83dd-b77808fc0ca1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc676fc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27d761ed-7821-4832-98a3-f8eb36396b02") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ca5b786-ce7f-48c6-9dbf-96231b8ec844") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e49a0ad9-3ce3-442c-84e4-10a2e9d53e33") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "681e9857-3127-4a6a-9b7c-92875298559f") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef98bf8c-b2aa-414a-94c9-fb732476edd0") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea41114d-cd7b-421c-946e-36ee980576ac") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60d27fa4-b99c-4bad-ae32-e428d78d94d9") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cdc24dd6-e74d-4c1d-8977-74797ce8df34") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da14c881-410f-483b-a521-451ff8114b86") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "160e5ede-1f68-42e5-ab92-47740b8bec27") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "75102ae2-0529-462a-8294-32b56f80286c") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51e1ea88-74ae-4101-a7ba-1f8ac8620520") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb509559-315e-46d8-978d-cdf0796cea80") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40157c9f-5860-4d4b-b450-3a2584ef0c89") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6ec9205-364d-4650-af59-1ea17fe2db8a") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9f3e9ae-6ae0-44b0-bdc0-b14ae2aa2249") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "60319669-6064-497f-b7b8-5439374fb713") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "COUPLER_5V") + (pintype "passive") + (uuid "23f3d900-9714-46d7-8f5e-85d42a0061f6") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 66 "LED") + (pintype "passive") + (uuid "09b55615-d9c0-4322-bd0b-88aa77ba3911") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ea78") + (at 75.946 75.946 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R47" + (at 5.08 -2.37 90) + (layer "F.SilkS") + (uuid "f4b0ca08-242d-495b-9ee2-31b135d48231") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3k3" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "3a94f128-4a2d-4d5d-80a5-15fd20323430") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23b827c8-a2c9-4211-9681-c05c2ae7df24") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "960cbbb4-bd4b-4bac-8fc8-2b7170d727be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b360eca5-b393-4e11-89e4-707f10131c57") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc67378") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d2cd4d5-9e41-4f69-949a-3b403aec4baf") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "213ab8c2-a7c5-461d-a0a7-666cc16b7ca2") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c71a78f1-5381-4d90-a8db-70a40765bfd3") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f336d11b-b53b-4569-90d4-341366d38c13") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9280e4a7-5be0-4121-be6d-b2c05665adaf") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "304406e7-416b-4bd3-9362-70006a2b38fa") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "abc6ea3d-09bd-49b3-9cd7-2b99da74f64a") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38444a39-ee9f-4cae-bfd3-d3ca1277fd43") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c433875-2304-44b8-8cc8-6676c0735bd3") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b0f34bd-3bdf-4e7e-a587-b4b06f1910ae") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7c2bd39-3d7f-49ee-8923-4fa9fc599b3c") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a64839a-b701-4bc0-a345-f42145e23d20") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "950841a0-293c-4c28-9745-f1e2b049a836") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3827af7-8f25-4982-9541-2f30fd25894e") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1403cc4c-65a5-41e0-93e5-d66107405268") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3faf8c8-a477-42f8-b6a4-51c1f88b40b6") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "da459ecc-a114-407e-8489-ab1e9bbad9f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "454c082c-05db-4860-b711-cee7ace637ff") + ) + (pad "2" thru_hole oval + (at 10.16 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "COUPLER_5V") + (pintype "passive") + (uuid "31ca2e3f-9d82-4849-8301-f336d098157a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ea8f") + (at 79.121 51.181 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R48" + (at 5.08 -2.159 0) + (layer "F.SilkS") + (uuid "6b9ed72e-0198-426a-83fb-9fee94020fd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3k3" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "7f8b3fbc-f8a8-4164-95a8-4e6f0aac62f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "114bf5a1-116e-4d7d-8bb5-4a9a56623b3e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f696248-aff9-4a15-8834-7de1f30e5247") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "acd6e06c-f160-4571-8f5b-57953c2c8438") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc4954f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2171189-402b-4ed1-9728-caaa820ef5e1") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "635b5676-7ee9-47c4-ba7d-97d2116c915b") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aaa3dca6-7e51-4101-92a0-39b4e6056342") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b166f8a-b759-4153-a572-5a60de707146") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e49b789-68d1-49d2-afc8-6d855470dc3d") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d074065-5dc7-46ff-87e3-b96625d530ab") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47eef43d-82ed-4c1f-a2ec-6129c512e37e") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfc30dfc-08b4-4fd1-bb31-a407e069c74b") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dfec96db-6c4a-4dbc-8c52-7f620e7d41e9") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6ff8755c-6b63-48f1-8bee-306234f42653") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d00e266-67f7-46ae-a525-3924e227b631") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f24df806-be1a-4945-9acb-e85017b90811") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "955b6c93-49cf-4efc-85b5-146383e5eaf6") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f31ea24-73eb-4950-8a31-cd0aee64d7e0") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce7c0bff-33c8-41a3-8228-187bee297a6d") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "911659ff-7add-484b-b2fa-ad6df08e3bf7") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "aee7daac-c212-400d-8ec3-c492b5be0c80") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "CYCLE_1") + (pintype "passive") + (uuid "b339a90e-31f9-4b45-84cc-f53d21cec591") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 64 "Net-(R48-Pad2)") + (pintype "passive") + (uuid "556e6a14-2634-45c1-8653-4ad6a2448e18") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6eaa6") + (at 79.248 115.824 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R49" + (at 5.08 -2.032 0) + (layer "F.SilkS") + (uuid "2908b61c-be56-4f88-88de-eadc0e0b898f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3k3" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "bc09cbc8-0f95-45d4-824a-9ef720bdb834") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "598bdd60-1695-40a7-ab78-b8a46cbeb7da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1abeb7d-124b-4faa-8d35-9f5cab6ac202") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61706275-26a7-4c98-8aa9-b5614bd034cf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dca622f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8768b1fd-4f50-464a-af36-b7873e16efed") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "259b42ee-c3ce-4163-bc55-77bd3a23d1d4") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d10ef3e7-11de-4154-b79f-8f45cb05d9a5") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db056299-2ac7-49ac-b69f-95bca68ea01d") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbe5166d-aa12-43eb-ad7a-5fb1cb83393a") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64ee9080-4076-40d2-a65b-3692a2ce1a78") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7fc63aa-2b41-476b-82d0-20889aba5ecd") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef6db358-4953-4dbc-997f-f65e2c80f5cb") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3db0dd49-ce2a-4a00-8c7e-b434cfc154f6") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "20394a6f-ca86-4504-a08a-30ad3a456d6d") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1011feee-f479-409d-a46b-bb743f6eb713") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c295b9a2-2889-4912-92fd-256c5b4447e7") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42a50b5f-c418-4ed7-8217-2bdaee9f1e32") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "308ee69f-4c2c-4b82-b132-5504626d3524") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9693df31-a4a0-4453-9944-36490e2382dd") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23b45d77-a7d7-4908-9dda-fa4b64c500a8") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "da009083-b427-4d26-94d5-bc63b55eae0c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "CYCLE_2") + (pintype "passive") + (uuid "46f1568d-152e-45e7-bbc7-03def1a83c12") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 65 "Net-(R49-Pad2)") + (pintype "passive") + (uuid "6830282c-4987-4dbd-a0b0-0d98ab7db181") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6eabd") + (at 79.248 62.484 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R50" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "eab3159d-796e-47e3-a0f9-16a0d760be9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "33c4c0cd-f771-418f-bb3b-1c00544f927a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc3cfb1c-4dc5-4d17-9eb9-077f44240d39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2aeb54a9-bd8a-49b8-8b6d-3cc2c5fe9963") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b6ecbf6-1583-41ae-88cc-27abc4b786e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbfe4ff") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76ece10d-8db8-4cd1-aed1-f22a463cc3d8") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0eda02ab-a0ac-46e1-8f1e-24eb2820fea2") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ea0a85d-9d74-4cba-8cfb-ff857908846d") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4e8985a-731a-44b5-9831-6534ca998d02") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08787a71-60e5-4ce0-bc2a-0387d6e22e25") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae97f1e1-8303-494c-a5b1-4cf5d395fbcb") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ef23ceb-ad22-4817-bd61-72bbd008ae2d") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52311a8b-2d88-4859-8f32-8e638813cec7") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa3a1a7f-2de2-43b3-9c7e-30f0e160019f") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5444afc5-eefb-4fdf-ad2c-7b50803fcbc2") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "051a25ac-5150-441b-9169-77ffc75cad2a") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2457aa03-a641-4983-a72e-02f66dfd477d") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c94cb202-a982-4915-a044-9544351f6f9c") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ebaa3a66-135f-4ca3-a023-b5f0a23f7fee") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "825bb7a5-0aa9-499a-8c7d-9efecb7c5241") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "472d414e-8090-413d-a3f8-17f1acc4f358") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "1e67327d-131e-4fce-9cda-1e5419ad3d43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "LED_1_b") + (pintype "passive") + (uuid "343d4de9-c788-4eb4-9be8-7b89700ce150") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C22-Pad2)") + (pintype "passive") + (uuid "e7abb5fe-262a-48c9-a895-fc3cf5fb28d7") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ead4") + (at 83.566 65.786 -90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R51" + (at 5.334 2.286 90) + (layer "F.SilkS") + (uuid "19ee7d79-e50f-41f7-af2c-5641ee07df4b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3k3" + (at 5.08 2.37 90) + (layer "F.Fab") + (uuid "1417b564-a04d-485c-8f89-f2209a478719") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63b83e67-5a1c-4737-8f71-0412895553e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b42a714-e8fb-4f2b-ac94-c77eb6d1aa9e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cac89f6f-bae3-4f45-b544-14b7a6e4a54d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc66ed6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c77f38f1-8b2e-459a-87cd-a4d54d82576a") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf5c60c1-ed5a-4327-bb1c-2c39b865b1a3") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cd6f5f9-081c-4adf-a33a-e24bb3f8847b") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd912ce2-99de-4eda-a015-ecc042ba43ef") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d148c81-cde5-4e84-9904-a9dd1041a289") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffd55ea4-16c4-4e8f-98a8-03756d0a3368") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97faff22-a96c-4545-ad48-6fbe6b97a6d5") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c613d61-d559-48f5-8b9b-146d990d1dcf") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcbc45a1-45b5-4b77-98b1-3c500f50c03a") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b1fc3e1-ca47-4fe4-b325-3a39a8a90a8b") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2fb29a8-7a71-43e1-9b80-7325b8dbd8ee") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9dda4edc-8a59-4820-8426-3fa2b3f34809") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1d58f95-c186-46f5-be00-bef7245be739") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e425c83f-910e-49bf-a3c0-56264d9c9bce") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "720a40f0-132f-4fb1-85d6-f55cfcd7f144") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad23e360-7e36-45fd-98f8-ffeb775a8459") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 90) + (layer "F.Fab") + (uuid "1ddf5256-a036-44d2-97da-af9ed1b46383") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "COUPLER_HOT") + (pintype "passive") + (uuid "233fe940-8485-4a01-922e-3c8f7d00520a") + ) + (pad "2" thru_hole oval + (at 10.16 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(D8-A)") + (pintype "passive") + (uuid "6c35d643-12e0-4ab9-a2f9-08d4a38a2f76") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6eaeb") + (at 79.248 128.524 180) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R52" + (at 5.08 -2.032 0) + (layer "F.SilkS") + (uuid "92d5b3f4-395b-44ec-9469-51ac111c96aa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "dc161092-3125-4323-83cf-7aa29142d34c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4862fd37-4d86-4672-8bec-919de5919c78") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2ee2729-4398-46d6-ada4-b92af2fec11e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb27e19e-9654-4f3d-a990-2c374b42ad74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dcf1fd6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cc258b8-4bbb-4f26-961f-1c30cb3829c3") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd62e0e7-db86-4950-afab-5254dd5b7d00") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "923a5a23-a091-4804-97d0-2b348eef8a3d") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "629e49b0-3a2f-4fd3-b616-f82333225a67") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "225cdf5d-022e-438d-9dda-3bc91f1103a4") + ) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d5ebd86-d995-4460-8b29-fafe1c3b7253") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d58edf5-0940-4961-a61d-ef90a1a45711") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6c3b4e3-a072-4829-920c-4c929b1a8bb6") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1ef16ac9-cea3-4bb2-83d0-ec965c3c833a") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "651476f8-4878-40bd-abb1-1fb9e9da3bdd") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "911e6f9c-1493-4e0c-a305-84804f1eacd9") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23729dfa-4616-4cab-bfd4-5dc1515c46c3") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54180af0-4117-48d3-841a-5b3f0ba955d4") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40deb11a-bb68-475e-9e0b-2cedd36753b0") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ebafeee6-e47d-492f-a6c6-16a53689251d") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce7d67e3-32cf-4e44-a018-55b25b1b7437") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "de0c2362-c099-4e63-af31-fe3efaddda45") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "LED_2_b") + (pintype "passive") + (uuid "9e69caff-d118-41dc-8b66-1bad381f46bc") + ) + (pad "2" thru_hole oval + (at 10.16 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(C23-Pad2)") + (pintype "passive") + (uuid "5dc42e10-a11d-4b61-997f-4e6358f3ad48") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3296Z_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6eb09") + (at 34.798 52.07) + (descr "Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf") + (tags "Potentiometer horizontal Bourns 3296Z") + (property "Reference" "RV1" + (at 3.302 1.778 90) + (layer "F.SilkS") + (uuid "438046e2-bfc5-4857-8232-65984f38852d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "25k" + (at -3.3 4.93 0) + (layer "F.Fab") + (uuid "39fea7a8-c4ce-4a62-b1e7-9298beeef618") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bf010e5-2ef3-4e4e-82d3-12033a8b336d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1cc7b307-7d2d-4e6f-9552-5b808d336f20") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d805d6c-f505-4a9a-bb29-4ce0fefbb198") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc3d0b7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -8.945 1.195) + (end -8.945 3.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0666f95a-fdeb-4ab5-a974-c5a20bbf96e8") + ) + (fp_line + (start -8.945 1.195) + (end -7.426 1.195) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "728009f6-142e-416e-8c42-9e4ddec48b5a") + ) + (fp_line + (start -8.945 2.41) + (end -8.186 2.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0deceb8a-df22-48fb-8c48-9c518cd4f713") + ) + (fp_line + (start -8.945 3.625) + (end -7.426 3.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f22ccaf6-4cc8-4f75-9ae9-2e4378df3f66") + ) + (fp_line + (start -7.426 1.195) + (end -7.426 3.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "40dd94ae-d03d-45da-9d3f-18b4d8a951a0") + ) + (fp_line + (start -7.425 -1.27) + (end -7.425 3.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d17e13af-cc85-4e68-bd0f-74753003ca10") + ) + (fp_line + (start -7.425 -1.27) + (end 2.345 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1d415f5-e1e6-42c1-bc6d-7b313cb72a8f") + ) + (fp_line + (start -7.425 3.8) + (end 2.345 3.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4027b37d-4f16-47e2-8a4a-57ebdd960eb3") + ) + (fp_line + (start 2.345 -1.27) + (end 2.345 3.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1156b1cf-f5a2-4f18-b68d-bb9f28b604ee") + ) + (fp_line + (start -9.1 -1.45) + (end -9.1 3.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "575874bc-0ffc-4664-b9cd-011796592ed5") + ) + (fp_line + (start -9.1 3.95) + (end 2.5 3.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8137001-0b1b-462c-82a9-2ac3685df5dc") + ) + (fp_line + (start 2.5 -1.45) + (end -9.1 -1.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02d27088-857d-44d5-9924-dcb65dd643f7") + ) + (fp_line + (start 2.5 3.95) + (end 2.5 -1.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da53e033-aeba-4862-b9b5-383e922134a6") + ) + (fp_line + (start -8.825 1.315) + (end -8.825 3.505) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b90ba20d-9dc2-4f31-a3c7-f45acdf2b2f3") + ) + (fp_line + (start -8.825 2.41) + (end -8.065 2.41) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c3a1c18-bd2d-4597-a1ce-8e1c7d01554f") + ) + (fp_line + (start -8.825 3.505) + (end -7.305 3.505) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "904692fe-e380-48cc-8af1-bb60ce922010") + ) + (fp_line + (start -7.305 -1.15) + (end -7.305 3.68) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e165f1e-b140-4eed-8021-e2231150e7c8") + ) + (fp_line + (start -7.305 1.315) + (end -8.825 1.315) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4a3cab3-a8e8-459c-a9ae-9284bd4a7828") + ) + (fp_line + (start -7.305 3.505) + (end -7.305 1.315) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "75af3b29-436f-4be5-a750-cc25bae47aad") + ) + (fp_line + (start -7.305 3.68) + (end 2.225 3.68) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "555cc0e0-4ba6-49a2-ac59-9dcc98886f26") + ) + (fp_line + (start 2.225 -1.15) + (end -7.305 -1.15) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dcfd8827-73a3-4edb-91b9-de247bd28f22") + ) + (fp_line + (start 2.225 3.68) + (end 2.225 -1.15) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58dcdd56-bf90-4a54-a9d5-dabd795ea944") + ) + (fp_text user "${REFERENCE}" + (at -2.54 1.265 0) + (layer "F.Fab") + (uuid "b7b3bd00-c141-4863-9c83-a7b368caa944") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "1") + (pintype "passive") + (uuid "550fd704-e4bc-40d9-9a52-39a0950efc5b") + ) + (pad "2" thru_hole circle + (at -2.54 2.54) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(R18-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "cb7bf995-9333-4698-81f2-344404844abf") + ) + (pad "3" thru_hole circle + (at -5.08 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "3") + (pintype "passive") + (uuid "6b490064-618d-49e7-afe9-ad547884a82e") + ) + (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3296Z_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3296Z_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6eb27") + (at 36.068 108.966) + (descr "Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf") + (tags "Potentiometer horizontal Bourns 3296Z") + (property "Reference" "RV2" + (at 3.048 1.27 90) + (layer "F.SilkS") + (uuid "b2b58c37-ef13-4f15-bf6e-75e43800f5fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "25k" + (at -3.3 4.93 0) + (layer "F.Fab") + (uuid "d6c603b4-5573-4061-b006-6970d3470ca7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "616a20f7-26ae-4dc2-8038-d4014a4fd3aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "587509d8-ffa4-4f05-a0e1-41fbed61f539") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "348edc28-59d6-4509-87e9-c9882a39b0a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7adc1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -8.945 1.195) + (end -8.945 3.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe179990-f78e-4dd3-8d11-55c95cbb7c44") + ) + (fp_line + (start -8.945 1.195) + (end -7.426 1.195) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "826b9061-a3f0-48c6-8826-cc7089c03466") + ) + (fp_line + (start -8.945 2.41) + (end -8.186 2.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ef23934-5d31-4b24-92e9-e4bbe528af45") + ) + (fp_line + (start -8.945 3.625) + (end -7.426 3.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "196ccf76-2ce4-44b7-95c8-88966565c92a") + ) + (fp_line + (start -7.426 1.195) + (end -7.426 3.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34876fea-f722-4783-ad0b-051fb1d7d0e6") + ) + (fp_line + (start -7.425 -1.27) + (end -7.425 3.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b603a9a0-276d-4eef-a486-1c15a9db3bbb") + ) + (fp_line + (start -7.425 -1.27) + (end 2.345 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8e7f67f-223a-4a13-ae9e-42ab9cfdf469") + ) + (fp_line + (start -7.425 3.8) + (end 2.345 3.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "883b543c-59dd-4a02-8349-5496d9a54f8f") + ) + (fp_line + (start 2.345 -1.27) + (end 2.345 3.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "391272e5-9046-4519-ac97-95f701a681ba") + ) + (fp_line + (start -9.1 -1.45) + (end -9.1 3.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8b2876e-2ff1-4287-b100-669aaa3d734d") + ) + (fp_line + (start -9.1 3.95) + (end 2.5 3.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e50bba54-688e-4e06-aa91-4962184197bf") + ) + (fp_line + (start 2.5 -1.45) + (end -9.1 -1.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e8299f07-10fc-48b4-9421-9cc5a0c52e62") + ) + (fp_line + (start 2.5 3.95) + (end 2.5 -1.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "204510af-97af-48cd-9cbc-12fe7b72d5f6") + ) + (fp_line + (start -8.825 1.315) + (end -8.825 3.505) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6372e8fb-d1b6-4e61-9f87-9bf467708038") + ) + (fp_line + (start -8.825 2.41) + (end -8.065 2.41) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90a6bf21-c090-4f64-ab51-60bb53a3bd57") + ) + (fp_line + (start -8.825 3.505) + (end -7.305 3.505) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94ae64ca-8ad4-4382-aab2-6c7539746c62") + ) + (fp_line + (start -7.305 -1.15) + (end -7.305 3.68) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6fcec68-b2cb-4070-a4a8-3eecf267bde9") + ) + (fp_line + (start -7.305 1.315) + (end -8.825 1.315) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec3489a4-bade-4b48-8b1b-47aab6b39790") + ) + (fp_line + (start -7.305 3.505) + (end -7.305 1.315) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8074997-f0dd-43a7-9068-1960789f2a2d") + ) + (fp_line + (start -7.305 3.68) + (end 2.225 3.68) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d35d5096-fb57-4df1-80e4-037487e0fe73") + ) + (fp_line + (start 2.225 -1.15) + (end -7.305 -1.15) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f678b4ef-f226-4c61-9d2b-4577c63cfe86") + ) + (fp_line + (start 2.225 3.68) + (end 2.225 -1.15) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b925af8-c40d-413a-bc43-c21c50bfe999") + ) + (fp_text user "${REFERENCE}" + (at -2.54 1.265 0) + (layer "F.Fab") + (uuid "118db09c-f7e1-44f2-96a4-a5eaca83b495") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "1") + (pintype "passive") + (uuid "03c6636d-6364-4638-9f0d-b860cc900fb7") + ) + (pad "2" thru_hole circle + (at -2.54 2.54) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "Net-(R20-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "8caccf72-8dde-44ae-bcdf-730502172aec") + ) + (pad "3" thru_hole circle + (at -5.08 0) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "3") + (pintype "passive") + (uuid "2bbedee1-51d6-412e-882b-d96f93275298") + ) + (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3296Z_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6eb4b") + (at 33.02 67.437) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U1" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "73f6025c-573d-4ef0-b4e7-17ccf1cf8e36") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TL072" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "b59bb447-e773-4c1e-a253-a60715682eda") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a043e362-01f0-4e47-8ad9-a62e663cb6ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d727cb3a-4fee-4371-a8a4-4f8e44ca0388") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "badeddc8-ce27-4369-be59-398a864cfa2c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005df9aba9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89206dae-2b0f-4aff-82aa-37fcfa2f6830") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a6aac54-83ac-4dc2-a897-55eb480a0621") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e24d680c-aaa0-4a47-bb1c-bdfd3fc956b4") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9217068f-df60-4079-82a2-63be79ef4614") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff9e3224-66d5-44ba-8518-427a84c8b21c") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1482405-3b55-4cda-870f-a4b5ef784dd3") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a38d328-66b5-49cf-ae3d-d075e4824da6") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "737265cb-ef55-4c58-83df-0280abfc172d") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7039d9ab-320d-45bd-ac0c-676c95a0a0d4") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81685c4f-488d-4242-a78d-54eae483a003") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d8852d3-ba28-4c7f-ba17-6233efd44bec") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "57d0ca4a-27de-4e05-9c73-7f4a8d4685ac") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6afeac88-1258-4c29-9b9d-8f7f9d33eccd") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da3bd5b5-3fd5-4982-8d7a-c26690dc6ee2") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b171995f-32d6-44b3-9dc9-ddabcdb76163") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86f31d80-9270-4694-b31e-b06cd506ed47") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5d3e9091-be62-46a7-b990-75d9735deea1") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70f3f4a9-6f73-4f48-9558-835624a23dc1") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ea9993b-2eab-4f52-9bc2-d9ff1a7cafc0") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62e4c444-28b8-4107-bac0-97d66da1b9dc") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fe674a5-9247-479d-932c-de5f5c898ee9") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bae40fc0-1c1f-46be-9758-71d57c914daa") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88e62832-ef2c-4093-9cfb-abcbe9d1214f") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "bc0efaf1-920c-4d73-b809-3b957cc8304b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "LED_1_a") + (pintype "output") + (uuid "6a48619a-57cc-492d-bddb-aa6646378a28") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "LED_1_a") + (pinfunction "-") + (pintype "input") + (uuid "b87771ea-8ba7-4557-aea8-917243346c91") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 63 "Net-(U1A-+)") + (pinfunction "+") + (pintype "input") + (uuid "71193988-0667-4bf0-8ab0-6b2494b14c96") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "e583dc52-c2fe-4e28-875e-a5c7d6833c8a") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "4117dfac-4c85-46f9-9a76-3992c7fcee7b") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "LED_1_a") + (pinfunction "-") + (pintype "input") + (uuid "dc0fbdad-615c-4970-8974-81b370e439c4") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C22-Pad2)") + (pintype "output") + (uuid "92082070-e839-4fe6-91c2-1c215f892bcf") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "b9a57a1b-607d-48ea-bc2a-77df06113804") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ebc3") + (at 33.02 124.206) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U4" + (at 3.556 -2.33 0) + (layer "F.SilkS") + (uuid "cbdc3d4c-767f-4e63-8f85-360a80b3b71b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TL072" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "7fdd3ed5-0934-4c8e-924b-02e5aeea2969") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "691fb77e-047e-4808-b0d7-039dc5b17e4c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc653a9c-f612-48c1-aaae-056d0ded6110") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ed220da-28ab-4cad-a5f8-d65fa2366371") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dfa6673") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "636e494e-3d0e-4514-9686-00c8b2bf7a57") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af7682f2-bc5c-4409-908b-7479c7ba1e79") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "490cca3f-bf14-4983-a8c2-467c19b5589a") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d72c827-45b6-4c4b-99ab-1eb0200a30e6") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d59586ec-cfa5-4b51-a798-9af0a06033de") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14772fd5-5d0a-491f-a1df-d764cb92c0fb") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f14af6d-e00e-408c-815e-cb41676ad51b") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65a287e9-6164-4d53-8216-ff791ad98163") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42d8e0fa-6afa-46a0-8a77-f12c4278eb3d") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29cfd992-7208-449f-bb47-770053427900") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52bfd94f-af95-4f83-b174-1a7b022d33ac") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "57d1460c-d290-4b54-b598-045765b02e89") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff90219e-a0a3-4f56-a8ca-15d3e8d275dc") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "791e78a4-95ff-4a15-8c64-02d8ceab1cae") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9678152-12e1-4a48-a302-0eb2908c668c") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d20b128a-4e3b-49c5-824e-8860bdc835d2") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "927ffa0a-11e8-47ed-a585-2e91c3edad8f") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a95bb47-8d05-4721-b037-88d93b56d1a8") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ae520d2-b4c4-4e2d-9921-59fc6746b988") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1c97519-9d0c-48d3-b550-6c03867240c1") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57b76c18-05e5-421e-b9ac-73d726b0ddbf") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1c1f916-86dd-4e6e-8436-1854c5cb4616") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ff7ff66-9889-4cff-a012-485ba49e9058") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "642b5b6c-7bdf-4880-a65e-dcebc826ac87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "LED_2_a") + (pintype "output") + (uuid "78a6ff1d-e6a0-411e-84c2-51206ec4f51b") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "LED_2_a") + (pinfunction "-") + (pintype "input") + (uuid "b314a33c-fa2f-4df5-aadf-f0d8db3fddfc") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 68 "Net-(U4A-+)") + (pinfunction "+") + (pintype "input") + (uuid "89d7bbef-4f4d-43e8-914c-cdc352f0da05") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "46afc02f-adaa-4249-8e8d-9476c7dc4fc5") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "7aad5f6f-6d5a-49cc-bcfb-2687fe083d9f") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "LED_2_a") + (pinfunction "-") + (pintype "input") + (uuid "75c7ee10-3a4e-403d-9de3-aba68ecf6fc2") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(C23-Pad2)") + (pintype "output") + (uuid "1aba2217-6b63-444b-be7e-d16580f00f64") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "98bf98fc-279b-42f1-87dc-16279f10b556") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ebe7") + (at 35.052 40.64) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U5" + (at 3.7465 9.779 0) + (layer "F.SilkS") + (uuid "9427f3ba-7f45-46b2-96be-3feee2e6b6f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CA3080" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "9008bb2b-b3a8-41e8-b179-2d29a1ab6db1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78a3a4a4-567b-4523-89a6-222c3f3956fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96f431e5-7a67-47a4-811e-f5c147b921f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "2MHz, Operational Transconductance Amplifier (OTA), gM spread 2:1, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d3ae676-d3a8-4fde-870e-d2a896029842") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dbdfb24") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc0ccc6f-922c-443e-b0d3-c7b4806da43b") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3dd4f605-dacc-4c83-8881-17b79cf49353") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c617023-e9b8-4a5a-af7c-c5bfc331d62e") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74aa0787-2cc6-4c24-8426-1897225479fa") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b5a8b5a-e04b-49b4-928b-f9dfe4c6a6f3") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33de1615-548d-42b0-97a9-dc39815b6f6f") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60502e96-c9e1-405f-995d-76a16cbda3a0") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "014f0fb7-5304-43d8-81bb-43b6f409f41c") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d707ec7-978e-4216-b58b-ff62e159e84f") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4783f0b8-e524-44f7-97a1-4210b4478257") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3de3a596-9eeb-4ba8-9fba-10c2ae7d2026") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bcc5ea8b-2bc4-42f9-8349-5c90a99b8b7b") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a48e03a-56f9-4296-96e7-9615d7761ac8") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e44b05db-c19f-48d2-b425-a7835de5aaa5") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "78142939-7456-4069-bbb2-fe462d2b152c") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "497db567-8036-4183-b3dd-60b9dc57c2ad") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88ff22d0-a536-42c2-9472-461449f6f8e5") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ab6e10f-4ece-4f21-9b0a-53adb6ac7b2e") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe5614f0-36ec-4c37-97dd-1209fbf4334a") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2fd1f4d4-6e2d-4010-a7ac-5a0268e8f5ef") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "84ee426f-21a7-4690-af6a-74c13fc2da54") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "571ac405-37cb-4877-8060-1fef839e76b3") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73fa6893-2cc0-44fc-afd2-d7941a7a0260") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "018c73c3-327d-490b-ab3d-507052fd33b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 74 "unconnected-(U5-NC-Pad1)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "2404672a-5701-4275-851a-f5e70e85825c") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D1-K)") + (pinfunction "-") + (pintype "input") + (uuid "b238c2cd-4853-4bec-96ae-40de088e8062") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(D1-A)") + (pinfunction "+") + (pintype "input") + (uuid "dcc7d6ae-33a6-45f9-80f0-d5ccd9e9f5d0") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "2d1447fe-a699-4c5d-8187-50e44e459d12") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "Net-(U5-BIAS)") + (pinfunction "BIAS") + (pintype "passive") + (uuid "6c9f50ea-ea01-4939-95c3-f57c96d400d3") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(Q3-G)") + (pintype "output") + (uuid "dce04f75-6afe-478f-88a7-5feb74146f05") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "5f9098d9-bf9b-4db0-a136-80eac8bec372") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 73 "unconnected-(U5-NC-Pad8)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "32bf6329-dd1b-4c7d-b4a9-5fb7dac8fe62") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ec0b") + (at 35.052 97.282) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U6" + (at 3.302 9.8425 0) + (layer "F.SilkS") + (uuid "83e75eee-a7a5-4653-b063-45fe0bb9e201") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CA3080" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "f96d776a-c16b-4a57-93c8-2b7f6682c772") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61451ef7-b641-4cfc-a809-a033cd6bb668") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bdff12da-53c4-4186-9276-d91b366ed29b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "2MHz, Operational Transconductance Amplifier (OTA), gM spread 2:1, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e7f0c53-848c-4aad-a7a9-c62059a0c329") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc7acdb") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "209566f7-7e54-45a1-bfb5-8f761150c4e2") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8a1564f-ff19-41a7-a952-9c964e058ed6") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1611163c-9edf-4c49-a01e-93c05066ed4f") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f419597-f03f-4b0c-9a86-6a5d940bf84b") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eeb30564-efa2-41a8-b9c7-76348e838842") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a19cc59-fbd6-4d6d-985e-67af470b69b3") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "139a5017-6ea1-4e73-b92e-6d45e4f8762c") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ce9f809-53aa-46b3-8c8f-7cfddaabfeba") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "429faada-8ec4-4ca9-b86b-b979c2ed7149") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ebd1701-a4f6-4420-ac08-3f1956416807") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5c732007-97ec-4668-ad56-be4b727f0a2c") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d7d30a1-f4f9-4d26-9218-08ddd6739347") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a644e9f-29fd-4171-9fe6-808c8420a39f") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "467464e5-de13-40da-a41f-1839f86847ec") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8dc031a8-470e-4c03-a256-4f82aea7adfe") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "252e6e24-9b3a-44c3-888d-df12c548710f") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2fe106a7-a41a-46b1-8615-f4f2cb886070") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c7c6d91-53cd-4a0d-8d65-97c54d912de4") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da3cd566-033d-465b-b4e9-e4e706c6ca8e") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f6ef484-cd0c-4a4f-9347-b59ff4d4e7e6") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11a1559c-4615-4233-b754-0fcc490bfe98") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7877a20-a336-44a6-8179-d3276517e83a") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14187a44-3039-437d-bc6f-8bd31890e93d") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "7bb49e1e-136e-4a22-84f7-749c04203844") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 76 "unconnected-(U6-NC-Pad1)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "a7704d2f-db05-4ad3-8765-9776754842ab") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(D2-K)") + (pinfunction "-") + (pintype "input") + (uuid "8045617b-7fdd-4fcc-a4f6-e51af0d44936") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D2-A)") + (pinfunction "+") + (pintype "input") + (uuid "39a5c799-1e4a-49fd-b0c6-229d75131a6d") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "4a1b99c2-78c7-477c-90a8-068f412275df") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "Net-(U6-BIAS)") + (pinfunction "BIAS") + (pintype "passive") + (uuid "b1d87bdb-7b3d-4ed1-a698-d4b06c661fc9") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(Q4-G)") + (pintype "output") + (uuid "6ba4c9c0-7854-4a51-bddc-4b08d515665e") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "527c3c1a-7129-41e3-b696-b668d6bdb29d") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 75 "unconnected-(U6-NC-Pad8)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "65182f85-756a-4afd-90b0-e5a5b660ac86") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc6ec2f") + (at 33.02 78.994) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U7" + (at 4.0005 10.0965 0) + (layer "F.SilkS") + (uuid "7462af82-f9c8-4cda-9485-a531ce56e4e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LM741" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "908fdaa1-7abd-4c24-9698-8c3708515bf2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb4486e5-3017-424a-8401-73b50a84a0c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a17024da-90d3-41f3-baef-feb7f92a1716") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Operational Amplifier, DIP-8/TO-99-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a49f2707-f157-4ef2-b09f-e6e565bc683f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc5ddf9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1df8235e-0be8-4946-abd2-200446120c89") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ba2d30b-b3ff-44d8-8c8f-05b344b6e813") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8227863d-dab3-4953-bb7f-465b1711d635") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ca2428d-8b64-4568-9d8e-f91604f2a0f8") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8324c32-c4da-4144-905f-261ebc33666c") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ca4a5bd-f8e3-4956-a66b-76d6aa54d8f4") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9643e87d-08e5-4e29-b45c-ed9d0ee42a13") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c92f8948-25b2-4d3a-815a-f6be05406779") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51b07f31-de77-4f19-8028-2583d4c7f130") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4cacb79e-980f-4f4a-bebd-71fca8dc561e") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80db207c-629d-4388-ae8b-653cd928c811") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "45070eb6-02c9-412e-be51-880ea2417094") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f23a870e-f995-4a58-92d4-f3703ced2198") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0e489c8-4167-4270-aa3d-adbf96d99142") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02a5a1d8-0985-46af-b769-9f9a31d42665") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "020cedce-401e-41db-b81a-eaa7be4e46b2") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e81d7a3-037f-4909-b8f5-b228a0dbbd5f") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a332eaec-3c5c-4003-b869-aafca2527603") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28aec8d7-e520-4363-b1e9-ba0b43a523ab") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bd327b2-44f2-4c84-81d5-1a476093c357") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8b8b61e4-6ddf-4457-bb25-3eeb1f599387") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b43feac-37d2-4fa4-b847-f339626992ec") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3a5c675-7d61-4697-870e-bec4f4e589a4") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "201a1883-2368-4bfa-891f-21bb0c56ccd4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 79 "unconnected-(U7-NULL-Pad1)") + (pinfunction "NULL") + (pintype "input+no_connect") + (uuid "d3c4fd27-1b23-4319-b5b4-23003778ace7") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 67 "Net-(U7--)") + (pinfunction "-") + (pintype "input") + (uuid "dc0dad65-fb7d-4c34-b6d6-49c2d8126095") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(U7-+)") + (pinfunction "+") + (pintype "input") + (uuid "e6b02b6e-c559-42af-8b4e-1fdf6a5fc52b") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "b475794c-b6d3-45fc-ac4d-6a5108f0a2c6") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 78 "unconnected-(U7-NULL-Pad5)") + (pinfunction "NULL") + (pintype "input+no_connect") + (uuid "32d3dfba-8da3-4d2e-8596-cd263578628a") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(D8-A)") + (pintype "output") + (uuid "b1574b37-c476-4a4e-892b-9298db68c8d8") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "8f9d7b38-6c9b-41e8-8904-856ec8c21b8a") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 77 "unconnected-(U7-NC-Pad8)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "530b4a1c-41c0-45fc-9f59-0d370685c63e") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x12_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dc81b62") + (at 83.82 32.512) + (descr "Through hole straight socket strip, 1x12, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x12 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "f2321904-b66e-47a4-84d9-eb372381fee9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x12_Female" + (at 0 30.71 0) + (layer "F.Fab") + (hide yes) + (uuid "fd48a30f-4fa4-4ec9-8b1a-1addf59c2830") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0327ad3a-573a-439e-981c-28697668db57") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b2ed6ee-ad88-47aa-b15e-259bf3df4842") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x12, script generated" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b9a29c69-dbb5-4eae-875c-68100ed8c3d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ddbcd39") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 29.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f663c4c8-97b8-4a99-89c4-25faf95a09bc") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98f8d50b-c709-4e03-ad2b-91b5369fb5a9") + ) + (fp_line + (start -1.33 29.27) + (end 1.33 29.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed6b8139-4372-45d4-b2dc-112cb834d531") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bbe4395-2d89-446e-a0f1-72ffd061b312") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "868f29b5-dfd0-4a26-ac1a-1c4f9a44ed0a") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 29.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7122488-b236-45dd-a998-a44385db626d") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79bca471-5209-4187-92d3-ca30d9e80382") + ) + (fp_line + (start -1.8 29.7) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cb1b48f5-5876-4e53-be3d-a44443f159b6") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 29.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04b7aec6-f160-4272-8868-5ea1ec2f881a") + ) + (fp_line + (start 1.75 29.7) + (end -1.8 29.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5616157d-ce97-4d03-9b35-46a263b37f35") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "06eeb1dc-4dd5-4e30-9437-6f2962a73385") + ) + (fp_line + (start -1.27 29.21) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61e068f8-b21f-4cb9-af40-5eab07b99c84") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "452a43cc-aeb3-441d-ba2c-4c2baf67e8cc") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 29.21) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f48647fb-776a-44fb-8ff7-a2cc4f2a856a") + ) + (fp_line + (start 1.27 29.21) + (end -1.27 29.21) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7854d14d-a9c8-4c04-b775-5e5f0768b816") + ) + (fp_text user "${REFERENCE}" + (at 0 13.97 90) + (layer "F.Fab") + (uuid "12097208-00e4-4d0a-97cb-b92ff09b6425") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "31986315-272a-44ae-99ea-9c794929cec8") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "c37a4b1d-ceb6-40be-b9c5-c15b8e597ae9") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "IN_1") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "676ede9a-94c3-41e6-a9bd-e0c988237ce5") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "OUT_1") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "3a033b25-c561-46ee-8a22-bca800ceb7ae") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "VC_1") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "5cd4fc4d-236e-4dfc-8a34-599234a6b66c") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "RATE_1") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "f00855e5-29f2-49e7-a1a6-8d36ab37a74d") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "CYCLE_1") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "0562b06a-85ad-45d1-8db0-06e0fe6c1bfe") + ) + (pad "8" thru_hole oval + (at 0 17.78) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "HOLD_1") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "563efbc7-4b4a-41c9-baff-71232b88c7f6") + ) + (pad "9" thru_hole oval + (at 0 20.32) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "LED_1_a") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "a76fed4e-b674-42c1-870b-eeae5695b496") + ) + (pad "10" thru_hole oval + (at 0 22.86) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "LED_1_b") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "54bc2040-cc2a-44b9-9fbf-7acc56a985c6") + ) + (pad "11" thru_hole oval + (at 0 25.4) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "COUPLER_HOT") + (pinfunction "Pin_11") + (pintype "passive") + (uuid "3ae10206-4732-4961-844d-44c9899bdb09") + ) + (pad "12" thru_hole oval + (at 0 27.94) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "COUPLER_5V") + (pinfunction "Pin_12") + (pintype "passive") + (uuid "dc64204b-0a3c-433a-8a83-75ff68a24ded") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x12_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x09_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dd1c029") + (at 83.82 88.392) + (descr "Through hole straight socket strip, 1x09, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x09 2.54mm single row") + (property "Reference" "J3" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "548e0929-2d16-4c7b-a2b1-b1a2062b5c4c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x09_Female" + (at 0 23.09 0) + (layer "F.Fab") + (hide yes) + (uuid "3d0c2bb2-6035-4571-8be5-1fdfed66c0d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1094ea0f-c11f-44ab-91fb-e59a539fc098") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb542016-c3d1-4a52-8ee6-78223f132d4d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x09, script generated" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8185e578-01a2-4a14-88ad-d33aae6cda5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dde7181") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 21.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fc91e52-d076-4843-988a-8071dbbe422c") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5685cf9e-fdf0-4c26-a95f-b81014118b66") + ) + (fp_line + (start -1.33 21.65) + (end 1.33 21.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b28a632-ac65-4f30-a223-66081f79825f") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb41c70a-b3bc-4d99-a1aa-1e7a8cdc3702") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "901d0a89-3e0f-4603-adb9-809ee52d432a") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 21.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "185b1298-aafb-4040-9bf7-d4dbfd7cf547") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c200c11-f80f-43ff-8034-6da8fc102977") + ) + (fp_line + (start -1.8 22.1) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6658773c-9cc8-4e7f-9bb6-d32f17745240") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 22.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c96c2a4-1f67-4fac-810a-97eb75b7f990") + ) + (fp_line + (start 1.75 22.1) + (end -1.8 22.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "12d1fa91-4c28-4168-861a-8e4b5918fc05") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98bb81ff-8799-4785-af07-4b33cd2d2ac5") + ) + (fp_line + (start -1.27 21.59) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d486d7ec-da09-4f3a-8c4b-d41288cd8a43") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a797b8f-dbbc-45b3-a4d4-d06511a417e6") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 21.59) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea86edf9-37f8-44b0-b1d4-0d3cd728ec3e") + ) + (fp_line + (start 1.27 21.59) + (end -1.27 21.59) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d60dc57b-4d8e-406a-9d6d-b4c1a0aec38c") + ) + (fp_text user "${REFERENCE}" + (at 0 10.16 90) + (layer "F.Fab") + (uuid "d3c28f8f-4589-4f9c-87d6-413b4924ca8e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 66 "LED") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "01214a5c-236f-4f83-9640-0c3c1af98651") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "SAMPLE_2") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "67bd17e3-0cee-4147-82be-bcb30c8311c2") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "OUT_2") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "2692debc-b922-4b84-922c-4ecb208b6f74") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "IN_2") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "73596750-357e-4450-89cf-73419fce15dc") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "VC_2") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "59f4ed8d-a5db-4038-a588-4db974edd722") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "RATE_2") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "9a4ba6a7-44b6-4181-b7fd-33f85ce70b1d") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "CYCLE_2") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "dc74df3b-6090-44cd-8196-31e74bd61e34") + ) + (pad "8" thru_hole oval + (at 0 17.78) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "LED_2_a") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "90210cc3-bec9-4c22-a564-17b8526e00fb") + ) + (pad "9" thru_hole oval + (at 0 20.32) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "LED_2_b") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "18e7e33c-2ffb-4ae8-836d-2457f8c4e57f") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x09_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-14_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ddba268") + (at 57.912 44.196) + (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U2" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "168b5c84-b293-4c8c-8d54-8cb86435666d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LM3900" + (at 3.81 17.57 0) + (layer "F.Fab") + (uuid "5665ece4-ab06-473b-8601-1e244b268a7f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "300cdd3f-cfec-4f3c-bf3e-42bb4995fd45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f30239a8-1dd3-42fe-9f3c-35d7dea97a66") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03d5007e-17d0-4478-8415-30b0207f6182") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005de079e4") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 16.63) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a48c780-a049-4fbc-8870-c73bb8902744") + ) + (fp_line + (start -1.33 16.63) + (end 8.95 16.63) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f068aa18-1a3e-4c1c-bd03-2a3023801759") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 16.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "093c8da7-3348-4cd2-8508-4db90f2f9fa7") + ) + (fp_line + (start 1.16 16.57) + (end 6.46 16.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5aaba4fa-88e4-48ba-b0dc-aa25a0cc78f5") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94b3c8f9-a662-4b31-bad8-671829c862e3") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bbdedb8-177e-4156-aae6-6a1bcb7f4ffd") + ) + (fp_line + (start 6.46 16.57) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d472cbb9-60bc-4e6c-a0e4-0f43c234fcb4") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5ad41b2-bf0d-4a11-923d-09cd88428086") + ) + (fp_line + (start 8.95 16.63) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56cd518e-42c8-4ca7-a1c6-1498dd83ba05") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5775bda8-73b5-4f7c-9858-3158538bb92c") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 16.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef95db8e-23eb-4bff-be59-b761e354838c") + ) + (fp_line + (start -1.55 16.85) + (end 9.15 16.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8a92d323-1aea-4cf4-b051-606d1c0ddbf2") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "daa16e29-5b82-4b55-8ee1-3f5e40d71796") + ) + (fp_line + (start 9.15 16.85) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dd0ef274-69c5-436f-9df2-f98d3aed4aae") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 16.57) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0fb05e1-2337-44ca-ad81-84d6d84f34df") + ) + (fp_line + (start -1.27 16.57) + (end 8.89 16.57) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c3e1a24-77de-45ce-9872-455275469d55") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cff3bcac-834a-41f6-8140-06b2a308245a") + ) + (fp_line + (start 0.635 16.51) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6a5147b-5a85-4e21-af64-27fe13443aaa") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66b7e5a2-f034-429a-8c15-cf010b02ae5a") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 16.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff0d0e80-b303-4b08-a320-e792ac1c032e") + ) + (fp_line + (start 6.985 16.51) + (end 0.635 16.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65fa69fe-c9aa-4632-b655-7d1601ffb2e3") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52e8cb94-e62c-4b68-8af5-09db3c3eeff5") + ) + (fp_line + (start 8.89 16.57) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4454e729-f1f9-4058-bf40-b8769ce0d82b") + ) + (fp_text user "${REFERENCE}" + (at 3.81 7.62 0) + (layer "F.Fab") + (uuid "54805a84-50cb-4a29-83fb-a74d0c6c320a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 59 "Net-(U2A-+)") + (pinfunction "+") + (pintype "input") + (uuid "1a1995bb-9a2a-49ec-97c5-488ebc2d185d") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "Net-(U2B-+)") + (pinfunction "+") + (pintype "input") + (uuid "d91b0bde-4592-4298-ac5f-071e24de9925") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(Q1-C)") + (pinfunction "-") + (pintype "input") + (uuid "c060a7e1-8436-4d6c-96e4-53c3fa21a0f9") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "Net-(R21-Pad2)") + (pintype "output") + (uuid "20eb1beb-8167-4394-bd1c-1590499af47c") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "Net-(R34-Pad2)") + (pintype "output") + (uuid "12e650dc-022d-4585-85e8-ed131dc9704d") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 61 "Net-(U2A--)") + (pinfunction "-") + (pintype "input") + (uuid "29571117-f44b-4a24-a45a-916333dd6cc1") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "443b2384-a6b5-44fb-97fe-89889478f9c1") + ) + (pad "8" thru_hole oval + (at 7.62 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "Net-(U2C--)") + (pinfunction "-") + (pintype "input") + (uuid "e88fad37-b018-4f59-b11e-e068461095ed") + ) + (pad "9" thru_hole oval + (at 7.62 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(C20-Pad1)") + (pintype "output") + (uuid "f2953dbc-6884-4f9f-ab4b-ce5e41605f43") + ) + (pad "10" thru_hole oval + (at 7.62 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 64 "Net-(R48-Pad2)") + (pintype "output") + (uuid "1b27cf6c-7262-4aaa-a83b-bd6a1d7339cd") + ) + (pad "11" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 69 "Net-(U2D--)") + (pinfunction "-") + (pintype "input") + (uuid "1264c900-005d-4ada-a73d-6cc8ce607ab2") + ) + (pad "12" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 71 "Net-(U2D-+)") + (pinfunction "+") + (pintype "input") + (uuid "f8516a70-a3ed-4d51-a5f6-ae46b6ef2e18") + ) + (pad "13" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(D7-K)") + (pinfunction "+") + (pintype "input") + (uuid "4457728b-4eb2-4145-819a-502e97b2c079") + ) + (pad "14" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "00b72105-08e2-4e92-bf44-fcc51561ec2e") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-14_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-14_W7.62mm_Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ddba292") + (at 57.785 101.092) + (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U3" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "0b38edbc-19e5-4186-80cc-cbe3f850112a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LM3900" + (at 3.81 17.57 0) + (layer "F.Fab") + (uuid "64664347-3d94-4592-a3c8-b2d495026d0b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3e0a6f51-74b5-4a19-bead-811b5d3974e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "292bbb19-050a-4dfb-8054-c1f5f62f0b3c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9554a89c-0970-442c-ae4f-5702d9a4bf87") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005de2772f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 16.63) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2b9619e-815a-4a99-be64-7c63caf00058") + ) + (fp_line + (start -1.33 16.63) + (end 8.95 16.63) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1ea7188-2992-430d-b727-33f6fa151691") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 16.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72adab1b-dac8-4999-be03-e7dc2cb3cca8") + ) + (fp_line + (start 1.16 16.57) + (end 6.46 16.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0996e7bd-1f01-4af0-aea9-8a923fe1f484") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cce936b-94e5-4663-b0a3-dcc26dca94ef") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2bacd0b-9e55-455f-a933-76a7200ca469") + ) + (fp_line + (start 6.46 16.57) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5fd8582c-823b-4b0b-8a61-874e04854ad4") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "801db530-6faf-4967-8e15-8bee3ed1fb3e") + ) + (fp_line + (start 8.95 16.63) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "571142ec-e063-4120-8838-2f31a895c7e4") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0246ce0-f0e6-441a-884f-2893d059a614") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 16.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5997fc18-30a6-4052-acd5-47a740b72751") + ) + (fp_line + (start -1.55 16.85) + (end 9.15 16.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c5d1e7f-69e2-4570-a4a2-72a6ee8d0d49") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5a3a709-cf1e-4700-859d-b51e1590e112") + ) + (fp_line + (start 9.15 16.85) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e60982ef-bff1-4902-84ed-02750eb27bd6") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 16.57) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32ae205b-6cec-41d3-9ca4-e3574b013a7d") + ) + (fp_line + (start -1.27 16.57) + (end 8.89 16.57) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fbdd1f6-9a6d-4443-9482-ba429b7d32f5") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c565008-8a7e-41dd-a756-5c417ad14cc8") + ) + (fp_line + (start 0.635 16.51) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ba4489d-5e7c-4dd0-afe2-c122af1525a0") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f06ab21c-9f00-40fa-a525-5fb2c0cf8f2b") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 16.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7b1cd6dc-51cc-44c0-a6d5-7894d4a52037") + ) + (fp_line + (start 6.985 16.51) + (end 0.635 16.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8dfacd9a-9459-4e6d-95b8-f949ec667619") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3446a001-4314-4c08-bf87-d1d47b8781ee") + ) + (fp_line + (start 8.89 16.57) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cae10847-1e50-48a9-b5ad-e87c1f229939") + ) + (fp_text user "${REFERENCE}" + (at 3.81 7.62 0) + (layer "F.Fab") + (uuid "cd7e2a34-0473-4ae8-95cd-52601f8e16af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "Net-(U3A-+)") + (pinfunction "+") + (pintype "input") + (uuid "ce0db4c1-7c76-4591-af57-c71d85cd72de") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "Net-(U3B-+)") + (pinfunction "+") + (pintype "input") + (uuid "3fb41b3d-84ab-4deb-a5ef-737f20ab2696") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(Q2-C)") + (pinfunction "-") + (pintype "input") + (uuid "9b20afbb-efec-4e12-836c-87eba697f841") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "Net-(R22-Pad2)") + (pintype "output") + (uuid "869aeeb0-979f-49ca-b24a-be81f524225b") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 56 "Net-(R35-Pad2)") + (pintype "output") + (uuid "156693e0-5c0f-4fec-8521-5b294e46e6a1") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 62 "Net-(U3A--)") + (pinfunction "-") + (pintype "input") + (uuid "7f80d4ff-6e91-43eb-9b77-f1a7bbaf1e0a") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "7368f01a-aea5-40f2-93f0-aaba649d4609") + ) + (pad "8" thru_hole oval + (at 7.62 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 70 "Net-(U3C--)") + (pinfunction "-") + (pintype "input") + (uuid "04c1d64b-c650-4773-a372-82e4fa2996c4") + ) + (pad "9" thru_hole oval + (at 7.62 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 65 "Net-(R49-Pad2)") + (pintype "output") + (uuid "b3428ff3-9278-4d56-aa4b-bbcc89217ddf") + ) + (pad "10" thru_hole oval + (at 7.62 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "unconnected-(U3-Pad10)") + (pintype "output+no_connect") + (uuid "eb3e9f61-494a-43a2-9a1c-e519b8579cc8") + ) + (pad "11" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "unconnected-(U3D---Pad11)") + (pinfunction "-") + (pintype "input+no_connect") + (uuid "ac8b529e-45dd-45a8-8975-05076872b0ee") + ) + (pad "12" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 80 "unconnected-(U3D-+-Pad12)") + (pinfunction "+") + (pintype "input+no_connect") + (uuid "cf08bd1d-e486-4057-ac19-b65c670fb564") + ) + (pad "13" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 72 "Net-(U3C-+)") + (pinfunction "+") + (pintype "input") + (uuid "50aee4bb-6688-4e38-8a0b-20d217185b14") + ) + (pad "14" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "972bf80b-bf61-4f0c-a8e0-bacb86245fae") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-14_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005de291a7") + (at 70.104 67.564) + (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q1" + (at 1.27 3.048 0) + (layer "F.SilkS") + (uuid "97bc2aca-5dbd-4a44-b1c2-409c78981b49") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PN4250" + (at 1.27 2.79 0) + (layer "F.Fab") + (uuid "915b9ab2-468a-4594-99e0-e3c7fae6fd4a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "131444a8-50bd-4daf-8f8a-76e0fb52c585") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b61f55e-053c-4ad2-80ea-0288d0fcbc4b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aec26c67-33f1-4239-81f7-a33e416cf36c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005de69817") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.53 1.85) + (end 3.07 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2bec715-9d7f-4b93-b786-6a9aa079306e") + ) + (fp_arc + (start -0.568478 1.838478) + (mid -1.132087 -0.994977) + (end 1.27 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cfa46d3-022d-4a41-8da8-c5cc57dab425") + ) + (fp_arc + (start 1.27 -2.6) + (mid 3.672087 -0.994977) + (end 3.108478 1.838478) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba000252-e52e-4e48-a759-467ec19a2019") + ) + (fp_line + (start -1.46 -2.73) + (end -1.46 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "558c81b4-77f8-4e43-9add-7e20fa6f86e8") + ) + (fp_line + (start -1.46 -2.73) + (end 4 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "69072431-4745-477c-a48c-a30e16050d9c") + ) + (fp_line + (start 4 2.01) + (end -1.46 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f331edf0-18d9-47d9-8947-032b8eb9c5b0") + ) + (fp_line + (start 4 2.01) + (end 4 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0df8cb91-0238-41d1-a9d8-7662fff76658") + ) + (fp_line + (start -0.5 1.75) + (end 3 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18ce3cd5-aa02-4912-8550-ae5c13bedffd") + ) + (fp_arc + (start -0.483625 1.753625) + (mid -1.021221 -0.949055) + (end 1.27 -2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ccce7fe4-faa8-49e8-ad16-9f20c4faa858") + ) + (fp_arc + (start 1.27 -2.48) + (mid 3.561221 -0.949055) + (end 3.023625 1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5a8d757-71d0-46ae-a325-a42bdfd34853") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -3.56 0) + (layer "F.Fab") + (uuid "3a1af7f0-2a4b-4ae3-bedd-8b8a153c10fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(Q1-E)") + (pinfunction "E") + (pintype "passive") + (uuid "0dd8cbf9-0da5-415b-bae7-5550e86da59f") + ) + (pad "2" thru_hole oval + (at 1.27 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "B") + (pintype "input") + (uuid "50bca423-f4d6-46d1-bd77-b021f94d163f") + ) + (pad "3" thru_hole oval + (at 2.54 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(Q1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "795abedb-4fa3-41f3-b01a-a9faf1305d90") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005de291b9") + (at 66.04 125.984 180) + (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q2" + (at 1.27 -3.56 0) + (layer "F.SilkS") + (uuid "a3f83d67-3bd5-4a39-b9ca-90fb3751444a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PN4250" + (at 1.27 2.79 0) + (layer "F.Fab") + (uuid "d9e83775-6cf5-456a-ab15-12db48883f51") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0822c86-5ffa-412e-b861-1873f4644687") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b15cf85-ceb1-497a-986b-757b936fa040") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d593d2f-c2bf-4c69-8321-10b7efce915f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005de556a5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.53 1.85) + (end 3.07 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b1f25ee-3384-45b3-a120-069f43224c7f") + ) + (fp_arc + (start 1.27 -2.6) + (mid 3.672087 -0.994977) + (end 3.108478 1.838478) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8846f929-905e-4942-bcc7-fe81f7be4a9a") + ) + (fp_arc + (start -0.568478 1.838478) + (mid -1.132087 -0.994977) + (end 1.27 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a6d19c5-2934-4d75-b8fb-6e52c6bdbbba") + ) + (fp_line + (start 4 2.01) + (end 4 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5cf7c4a6-33ae-4573-88cf-fa51c4658681") + ) + (fp_line + (start 4 2.01) + (end -1.46 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f616947c-7548-405d-b9ae-4860ace8080e") + ) + (fp_line + (start -1.46 -2.73) + (end 4 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38f3f443-313d-4652-bfde-96f0d58aa147") + ) + (fp_line + (start -1.46 -2.73) + (end -1.46 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cebe7a2f-4503-4aa1-9ddf-1f844a4b80f2") + ) + (fp_line + (start -0.5 1.75) + (end 3 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "713050c6-3078-419c-b64f-e57d6f75067b") + ) + (fp_arc + (start 1.27 -2.48) + (mid 3.561221 -0.949055) + (end 3.023625 1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "279b6bc1-ea18-4292-84a5-48ffc40951ed") + ) + (fp_arc + (start -0.483625 1.753625) + (mid -1.021221 -0.949055) + (end 1.27 -2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6833a25-fec1-4c5b-bbd6-4849562851ee") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -3.56 0) + (layer "F.Fab") + (uuid "501be670-9636-4ff1-a5a5-0cc626473b58") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(Q2-E)") + (pinfunction "E") + (pintype "passive") + (uuid "da3a4d35-8434-4267-9c3d-a945d717185c") + ) + (pad "2" thru_hole oval + (at 1.27 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "B") + (pintype "input") + (uuid "7fd6fa4f-8259-44b7-9806-70dbe11e6815") + ) + (pad "3" thru_hole oval + (at 2.54 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(Q2-C)") + (pinfunction "C") + (pintype "passive") + (uuid "b5a4a160-e5fa-4df5-85d8-292d213bbc8c") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005de3ec34") + (at 83.46 134.62) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "REF**" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "338b76df-e729-4d72-a651-4299042d1a43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.2mm_M2" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "0b3ff4e4-106d-4d23-b4fe-d5546988a950") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d9d6c5a-1b8b-44f1-9d53-964705f22fd6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7643eb4b-37c2-497f-a897-f263125a4380") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "319685b8-b113-47cc-b991-f920df062231") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "7939a618-4c7e-4866-b258-b278bf0b7ff8") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "31a1a3cd-7ba0-4873-90f9-59919dc9051a") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a62892e6-1981-4436-b51a-8da445459d52") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "c0d2fce6-f4db-48f2-8768-bb66d4392347") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005de3ec4a") + (at 27.94 134.62) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "REF**" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "f4e631bb-45aa-40db-8c40-e775c84ed6a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.2mm_M2" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "309f0a96-4b83-45eb-abb7-c2ce0d8c820e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa1d7d5b-04d5-4ee1-839b-4ac61adf7246") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9081365d-88e6-479d-a66b-cb7d76d8c86c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21037b80-2bd4-401e-be1f-0c382da19f60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "a121e4e4-7b88-405c-a11a-af8dbc07613c") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "c4636919-e5a3-4e66-8385-75502a8a946e") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d0a1f891-3bfc-4b8d-b47a-1f59173f316f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "fdebf88a-4191-4ab5-ad7d-df7076cd2247") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005de3ec60") + (at 27.94 27.94) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "REF**" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "3426bafa-b2ea-4d40-af66-aa8f8cf7cde9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.2mm_M2" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "c8bed070-a5a6-4c75-8a47-5329524ae3c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36dc851d-3153-45db-9fe5-55295f6ac197") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8582d88e-3a29-467c-8a60-d18ec714a693") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5fc3805-d7ac-478b-a28a-88361c0ce6b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "70e88dd9-2d95-4105-878f-ebac9ecfa0ad") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "8602e720-41a0-4330-bd17-75d629ce3c73") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2e1caec4-1db0-4672-9370-3aea3b647bee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "78c768a7-26e8-4826-bba6-6d87c7a88c7f") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005de3ec76") + (at 83.46 27.94) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "REF**" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "19b4d55c-c990-4c84-aaf6-a091fdbcc46c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.2mm_M2" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "c6c1c91a-d74c-45d8-943d-82ab2cb0cd06") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "869e7917-35de-4d6a-88ec-c474f6701d79") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1bbe2fc-2408-417f-a9de-09f267cb6805") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf1f44a7-0977-47c0-949c-1a9ee254c9dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "02b50ccf-08c0-4d6f-92b1-69f04ed2fab5") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b025ca09-a415-4a4c-b418-31d080e936fa") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f320a1ef-3cc0-4994-8783-a571c5ee56af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "4b3e128c-3ed4-497c-92e0-497116dd0856") + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea853f3") + (at 43.18 58.293 180) + (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q3" + (at 1.27 -3.56 0) + (layer "F.SilkS") + (uuid "babd3b2a-4320-468c-b200-72f1d7ac6d74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "J201" + (at 1.27 2.79 0) + (layer "F.Fab") + (uuid "ab26a260-790d-4584-abf3-321128f705e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75117cd8-06ad-472d-9879-6193b655f48e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "59dc5729-3b3d-48f9-a09f-35d1c3f890b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "50mA Id, 30V Vgs, N-Channel FET Transistor, TO-92" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36a25782-e85c-4be3-8316-1d903f0b7622") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e65304b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.53 1.85) + (end 3.07 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2c2f649-3ae8-4b64-8da7-f239567b4863") + ) + (fp_arc + (start 1.27 -2.6) + (mid 3.672087 -0.994977) + (end 3.108478 1.838478) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7490f86c-2842-4a5d-ab06-ef15d16d955d") + ) + (fp_arc + (start -0.568478 1.838478) + (mid -1.132087 -0.994977) + (end 1.27 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9cb701cf-467a-41f8-8ddf-bc77b86c53b8") + ) + (fp_line + (start 4 2.01) + (end 4 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f50746e0-a661-4c65-9b79-758f87642252") + ) + (fp_line + (start 4 2.01) + (end -1.46 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aae76745-6040-4c88-a134-3f77074e364f") + ) + (fp_line + (start -1.46 -2.73) + (end 4 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8160f748-22dc-487b-ac01-1a2fe1e425d8") + ) + (fp_line + (start -1.46 -2.73) + (end -1.46 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c12e9557-c7fc-4b7c-9772-c43eec112467") + ) + (fp_line + (start -0.5 1.75) + (end 3 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "de91be39-c945-4ded-8a9e-295379fab17e") + ) + (fp_arc + (start 1.27 -2.48) + (mid 3.561221 -0.949055) + (end 3.023625 1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b9da396-fafe-4d46-b66b-d7005d83df0e") + ) + (fp_arc + (start -0.483625 1.753625) + (mid -1.021221 -0.949055) + (end 1.27 -2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19258d78-d9b2-4d38-823b-a2c4c82c4d4c") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -3.56 0) + (layer "F.Fab") + (uuid "57e4d789-f9d9-4048-b30d-b00bb9f92c53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "D") + (pintype "passive") + (uuid "e6804af8-de36-42b7-8503-b20bc66d5988") + ) + (pad "2" thru_hole oval + (at 1.27 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "Net-(Q3-S)") + (pinfunction "S") + (pintype "passive") + (uuid "0d89f93a-3121-4d58-a151-23fdd616e526") + ) + (pad "3" thru_hole oval + (at 2.54 0 180) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "Net-(Q3-G)") + (pinfunction "G") + (pintype "input") + (uuid "f97521e7-a683-4908-9007-462b743be815") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea85405") + (at 42.926 116.586) + (descr "TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q4" + (at 1.27 -3.56 0) + (layer "F.SilkS") + (uuid "df00ba75-e249-4c9f-9b4b-94ca44476eb5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "J201" + (at 1.27 2.79 0) + (layer "F.Fab") + (uuid "93c446cb-13c5-4f6e-bc8f-d2f35b155d3c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9fb5a1b5-fe56-4ee8-8654-f110baa6e0d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37a558a1-6e91-4036-902c-152efdb70ea9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "50mA Id, 30V Vgs, N-Channel FET Transistor, TO-92" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6bd31ac2-8613-4839-8d9f-e77ccf31a5cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6ab72d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.53 1.85) + (end 3.07 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f8c2bdd-f32e-419c-bd01-d92c11f11b9c") + ) + (fp_arc + (start -0.568478 1.838478) + (mid -1.132087 -0.994977) + (end 1.27 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aedc39c4-3308-4c0d-a540-30a1180f4313") + ) + (fp_arc + (start 1.27 -2.6) + (mid 3.672087 -0.994977) + (end 3.108478 1.838478) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1faafbb7-db33-4df6-9629-77d6f6b7b579") + ) + (fp_line + (start -1.46 -2.73) + (end -1.46 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88ab3065-90f8-441e-a0f3-f926ef736dca") + ) + (fp_line + (start -1.46 -2.73) + (end 4 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b212b24-fd3a-4d0c-9821-1002cd9d01e9") + ) + (fp_line + (start 4 2.01) + (end -1.46 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcfacbb4-cde5-4015-9f37-7b968a7e5122") + ) + (fp_line + (start 4 2.01) + (end 4 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b92c32d5-3c79-4315-b475-5120e606e808") + ) + (fp_line + (start -0.5 1.75) + (end 3 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2cbbc05-007e-4462-a3d6-46ccd93c4317") + ) + (fp_arc + (start -0.483625 1.753625) + (mid -1.021221 -0.949055) + (end 1.27 -2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6579221f-0e1f-438b-acef-3f92d65c1319") + ) + (fp_arc + (start 1.27 -2.48) + (mid 3.561221 -0.949055) + (end 3.023625 1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "96352717-8b71-467b-ad03-2a1ac066c248") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -3.56 0) + (layer "F.Fab") + (uuid "55873982-839d-439b-8b09-aa9e7d1b3e68") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "D") + (pintype "passive") + (uuid "2119fd7f-a228-4385-ab36-4e8dead34e6d") + ) + (pad "2" thru_hole oval + (at 1.27 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "Net-(Q4-S)") + (pinfunction "S") + (pintype "passive") + (uuid "5beb08b1-ba71-4e15-992e-1aab62ea9425") + ) + (pad "3" thru_hole oval + (at 2.54 0) + (size 1.05 1.5) + (drill 0.75) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(Q4-G)") + (pinfunction "G") + (pintype "input") + (uuid "d6bb03b3-d62e-469a-b2d6-9703725f1832") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ec9774c") + (at 71.12 134.62) + (property "Reference" "REF**" + (at 0 3.556 0) + (layer "F.SilkS") + (hide yes) + (uuid "b11ac646-a380-4b4c-bae3-55ee3f6e988b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 0) + (layer "F.Fab") + (hide yes) + (uuid "1b0be17f-f25f-4047-b461-0f8e6533299f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "301a858a-9892-41b7-a0bc-814b1a33d3c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "782953e2-0e4a-4d44-8cf6-a75921ff5ac2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7e731e5-0de2-4a39-b585-8acd8c8a3070") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "MODULE" + (at 8.62 1.02 0) + (layer "B.SilkS") + (uuid "130f86b4-96cb-4877-a403-065223739aa1") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "B.SilkS") + (uuid "38ecb9cc-1de1-4a97-8c44-ca8627c5d04f") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "R01" + (at -8.68 0.99 0) + (layer "B.SilkS") + (uuid "7902d5cc-7212-42ad-bcac-8584a44c53e0") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "ssg" + (at -8.88 1 0) + (layer "F.SilkS") + (uuid "113d80b1-5596-4af6-a813-a8e7d721e40e") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (fp_text user "R02" + (at 8.8 1.02 0) + (layer "F.SilkS") + (uuid "813119a8-f0ad-4dc9-90c0-1a9a7d35fed4") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (fp_text user "R01" + (at 8.58 1.02 0) + (layer "F.SilkS") + (uuid "9276f420-f826-46e7-ac55-b1d500881e44") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "F.SilkS") + (uuid "b2787359-50cf-48d2-a2f0-3b0780c21d12") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "MODULE" + (at -8.54 0.99 0) + (layer "F.SilkS") + (uuid "fa0ee249-e5c2-4655-bb9a-ddaff255c0ee") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005dc6e5cf") + (at 46.736 31.75 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J1" + (at 1.27 6.604 -90) + (layer "B.SilkS") + (uuid "a54a722f-ad65-40b7-8b29-566a15c3c125") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "IDC Header" + (at 1.27 -16.764 -90) + (layer "B.Fab") + (uuid "4a3bca24-954b-4913-9104-cc57c2ad753e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4512feb7-89a0-4359-bd52-8a46c7bae534") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3b9fa98-78fc-485d-8b33-42a5e0e857a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0481499b-5975-45a5-89c1-1f6eee629309") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d6bebb7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e295a271-0721-4649-9e40-7eda997ededd") + ) + (fp_line + (start -3.29 -15.37) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "afc2e2c9-519b-4259-8773-d57b3a26d63d") + ) + (fp_line + (start 4.52 -14.07) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ab1199a4-5b29-494f-b0a3-d4d9212173c4") + ) + (fp_line + (start -1.98 -14.07) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "41f5ae94-8127-4b06-801d-7c9a5afba002") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2034ce08-1bf1-44e0-82dd-57d6403930af") + ) + (fp_line + (start -1.98 -7.13) + (end -3.29 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b39b1b2e-a16d-47a3-9c68-bbc934d604ae") + ) + (fp_line + (start -1.98 -3.03) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "121a961f-7ef0-4352-998b-4131737b1547") + ) + (fp_line + (start -3.29 -3.03) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99661dd2-c52c-4943-8d40-78515c3a6af7") + ) + (fp_line + (start -4.68 -0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99a67d3e-0241-4e8a-94af-6e97498d1294") + ) + (fp_line + (start -3.68 0) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a14b14c3-8ea1-43eb-b88d-cac127999e7a") + ) + (fp_line + (start -4.68 0.5) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "21db1865-8944-44bc-a350-1eca32c3f3a6") + ) + (fp_line + (start 4.52 3.91) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f7b94fc-9685-4d27-a28c-9d50bdeb8c54") + ) + (fp_line + (start -1.98 3.91) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc30ad1a-a8aa-4669-ba7e-8d893f77696f") + ) + (fp_line + (start 5.83 5.21) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "53059779-3a4a-4231-883c-e40241e7cb4f") + ) + (fp_line + (start -3.29 5.21) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7839fa47-a0e0-40e8-a2aa-702c76808c22") + ) + (fp_line + (start 6.22 -15.76) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a4a084ef-d059-49d0-948c-d7a57a7436f6") + ) + (fp_line + (start -3.68 -15.76) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c237d946-f3c4-43b2-8595-169c10035161") + ) + (fp_line + (start 6.22 5.6) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3ffd6260-44bb-4757-9e91-1d201a971e55") + ) + (fp_line + (start -3.68 5.6) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5f64cb37-b9b8-45f3-b049-efe2d80008c4") + ) + (fp_line + (start 5.72 -15.26) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d0e16e51-fdb7-467b-90f1-44176ec0632b") + ) + (fp_line + (start -3.18 -15.26) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "03ab9f00-e377-411b-93c0-ecd1f2ed27e4") + ) + (fp_line + (start 4.52 -14.07) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "975040b7-8c82-4783-a92b-11da4d6a6abf") + ) + (fp_line + (start -1.98 -14.07) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e746e0d0-4c13-4310-a973-94fad85516d0") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ff35fdd1-10a4-4a45-90d6-8204c14c800e") + ) + (fp_line + (start -1.98 -7.13) + (end -3.18 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2b6b9fb8-2a14-4bff-b6f8-475828db93d4") + ) + (fp_line + (start -1.98 -3.03) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0e83e0f4-2cf5-4d48-a81a-41b3f8be95c6") + ) + (fp_line + (start -3.18 -3.03) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "02704222-95a8-4136-9fbe-ec5104aa44ba") + ) + (fp_line + (start 4.52 3.91) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "33e86a2c-d36f-43fd-bb99-a8af7ffb0801") + ) + (fp_line + (start -1.98 3.91) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "122b7bfc-b535-4d27-9ac1-dc2faf62b747") + ) + (fp_line + (start -3.18 4.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d427f792-7522-4f3a-978d-1aea30b5f59c") + ) + (fp_line + (start 5.72 5.1) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9090bcea-4577-459f-a36d-9227b79104cb") + ) + (fp_line + (start -2.18 5.1) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0126f77a-72e0-4594-8011-898f59112e6f") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 -90) + (layer "B.Fab") + (uuid "7eecfbbf-f7d2-43de-b97c-fd6db546f3af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 2 "-15V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "a4e91c2c-a60b-4f99-8ff0-1d4d2976a86a") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "-15V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "4322fa2a-7b71-46d0-aa7f-7f693e77dd0c") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "794fc6fd-c0a8-4e9f-928c-f2370e005cce") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "+15V") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "dd853a89-de49-4a50-8cb8-5fc723614416") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "33af5ea6-c34e-462f-8a1c-81846ecbce1d") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "b51da89c-0d5b-4b68-b373-8afea5507274") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "0016205f-4787-4fb8-92eb-07dc81142069") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "136c3e30-e01f-400b-a9a8-db18efa2092d") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "1498c007-3175-443d-ad92-83946b18170a") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "8916b2ad-5631-4391-b8af-f65f4f1142fc") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 25.4 25.4) + (end 25.4 137.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005dc325ae") + ) + (gr_line + (start 25.4 25.4) + (end 86 25.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005dc325af") + ) + (gr_line + (start 86 137.16) + (end 25.4 137.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005dc325b1") + ) + (gr_line + (start 86 25.4) + (end 86 137.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005dc325c4") + ) + (segment + (start 83.82 31.496) + (end 83.82 32.512) + (width 0.762) + (layer "F.Cu") + (net 1) + (uuid "1f229cae-b776-4b5d-beae-eee8d02d4af1") + ) + (segment + (start 78.9686 26.6446) + (end 83.82 31.496) + (width 0.762) + (layer "F.Cu") + (net 1) + (uuid "50446cfb-6c93-4464-ae4b-636368df491e") + ) + (segment + (start 44.2214 26.6446) + (end 78.9686 26.6446) + (width 0.762) + (layer "F.Cu") + (net 1) + (uuid "6b1ba38f-0024-4a7f-acbf-891249f5040b") + ) + (segment + (start 41.656 29.21) + (end 44.2214 26.6446) + (width 0.762) + (layer "F.Cu") + (net 1) + (uuid "98cd2b14-52b3-40e8-8c1c-c6d15c7a3c08") + ) + (segment + (start 48.439904 28.72741) + (end 47.957314 29.21) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "153af934-cb32-4694-a368-9f1443bdd5be") + ) + (segment + (start 29.6164 130.9986) + (end 32.1926 130.9986) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "2438775e-120b-4581-9c8d-5a6f555e2de4") + ) + (segment + (start 34.798 105.156) + (end 35.052 104.902) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "2a291166-1a76-437b-927a-9b618f0f8e0c") + ) + (segment + (start 29.551 75.057) + (end 29.464 75.144) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "2bfd93c9-5186-4d6b-882a-06758111ffa7") + ) + (segment + (start 47.957314 29.21) + (end 46.736 29.21) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "6b9fb497-ac2c-4c46-9cb7-08b70567bc15") + ) + (segment + (start 32.1926 130.9986) + (end 33.02 131.826) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "73a3b03f-fd6d-4acd-80fb-408af50245c9") + ) + (segment + (start 33.02 75.057) + (end 29.551 75.057) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "927c2443-2e3f-4c40-acca-f2eecfe0fa3d") + ) + (segment + (start 31.71 48.768) + (end 34.544 48.768) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "978a9658-567d-48c2-b059-3aae55e244d4") + ) + (segment + (start 29.25 86.614) + (end 29.21 86.574) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "9c48ed5c-a18b-4a86-b27c-e1952c4216b9") + ) + (segment + (start 31.71 105.156) + (end 34.798 105.156) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "9ccec490-c5ba-46e4-bba0-9986d5f35563") + ) + (segment + (start 57.491 30.226) + (end 55.99241 28.72741) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "a42c337e-fd4f-47a2-a2fd-214409258468") + ) + (segment + (start 46.736 29.21) + (end 46.736 31.75) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "a5ad2491-b2ee-4f44-b23a-36aea3bb5942") + ) + (segment + (start 55.99241 28.72741) + (end 48.439904 28.72741) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "dee12b15-31c9-478f-9476-52c6bb10f301") + ) + (segment + (start 33.02 86.614) + (end 29.25 86.614) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "e3f801cb-e567-4175-b704-0fb10826ad1d") + ) + (segment + (start 34.544 48.768) + (end 35.052 48.26) + (width 0.762) + (layer "F.Cu") + (net 2) + (uuid "e54734a1-192f-45ee-bc20-46780e193186") + ) + (segment + (start 56.936 60.412) + (end 57.912 59.436) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "0e53ee28-a7f8-4d3a-ae55-10db324b477f") + ) + (segment + (start 26.050999 63.146881) + (end 26.050999 62.626999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "10416cd2-f8c9-4f6d-856b-c9ad69697e6c") + ) + (segment + (start 29.093519 53.371001) + (end 26.050999 50.328481) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "108f846f-1010-4c73-afe3-ff7938e635df") + ) + (segment + (start 34.142518 108.966) + (end 32.841517 110.267001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "12f8b968-9fb7-48bc-b0c2-040753e4605d") + ) + (segment + (start 52.5634 119.1006) + (end 40.7416 119.1006) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "160ac90f-3013-4ef4-b9e8-c666dd88e68c") + ) + (segment + (start 26.050999 71.730999) + (end 26.050999 69.707001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "18d1bee5-ddaf-45c0-9b84-d03ef257bd7e") + ) + (segment + (start 79.771999 31.003999) + (end 73.179881 31.003999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "1e4e4541-69fd-419c-b145-3141e97ba0c3") + ) + (segment + (start 42.814999 64.627001) + (end 33.442399 64.627001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "2a956b0e-c30d-4f54-894b-68202735c298") + ) + (segment + (start 73.179881 31.003999) + (end 69.369881 27.193999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "353c9667-cf21-4806-b98d-6f3684fac740") + ) + (segment + (start 29.987999 33.659991) + (end 31.569995 32.077995) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "377b0a1d-106e-4726-991f-5f66dda3d0ae") + ) + (segment + (start 27.531119 64.627001) + (end 26.050999 63.146881) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "38271526-27b4-43d8-8f62-05b41078b117") + ) + (segment + (start 32.944483 53.371001) + (end 32.882481 53.308999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "3cb720af-00eb-4511-84ee-83ade64e9994") + ) + (segment + (start 26.050999 37.596991) + (end 26.050999 50.149001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "3f841dd9-6caa-4690-ab25-b7954ecce5c0") + ) + (segment + (start 53.594 60.412) + (end 53.554 60.452) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "489ada47-5793-43cf-b8de-13084f6bb2f2") + ) + (segment + (start 30.114999 103.560999) + (end 30.114999 98.948999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "4a73a0af-c7d4-471b-8929-70760ea127f5") + ) + (segment + (start 33.496999 53.371001) + (end 32.944483 53.371001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "4ded3e53-647e-49b6-88d2-b2248e0176a8") + ) + (segment + (start 53.554 60.452) + (end 46.99 60.452) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "56a648fa-a900-4140-b755-afb4a48fae21") + ) + (segment + (start 29.6164 130.9986) + (end 26.050999 127.433199) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "580df10d-44d8-4f62-a654-9b365266071d") + ) + (segment + (start 31.71 48.768) + (end 29.987999 47.045999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "5f4dd94a-918e-4b30-9d0b-7e679faea7fb") + ) + (segment + (start 32.841517 110.267001) + (end 29.241001 110.267001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "61c68ce1-ae7f-4a19-99fb-353f7a2e41ff") + ) + (segment + (start 35.4 66.584602) + (end 33.442399 64.627001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "62b52df0-d438-4020-acc8-647e259f5d9c") + ) + (segment + (start 57.491 30.226) + (end 55.030399 27.765399) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6342529b-445f-4ac0-a8dc-9c47aabce547") + ) + (segment + (start 30.114999 98.948999) + (end 26.050999 94.884999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "68d19d8f-4089-44e8-a555-16b1e46330dd") + ) + (segment + (start 47.994 76.95) + (end 38.35 76.95) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "68d49c69-c808-4a5c-babe-114e1db1f474") + ) + (segment + (start 38.35 76.95) + (end 35.4 74) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6a3696e7-6754-4d53-bdcb-bbf78b9362c4") + ) + (segment + (start 29.241001 110.267001) + (end 26.050999 107.076999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6d2deb06-b463-4be4-9ec8-d59fa6c9ed0d") + ) + (segment + (start 46.99 60.452) + (end 42.814999 64.627001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6d7b5e25-6378-4b05-aa5b-e86bef35760b") + ) + (segment + (start 27.531119 120.507001) + (end 26.050999 119.026881) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6e7431b9-dfed-4393-8885-2decf2627240") + ) + (segment + (start 57.912 116.332) + (end 55.332 116.332) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "6ff5b547-2eb7-4199-8ae9-c62d109a759f") + ) + (segment + (start 53.594 60.412) + (end 56.936 60.412) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "72fb8a68-028f-411c-8131-884b30aa74d0") + ) + (segment + (start 26.050999 127.433199) + (end 26.050999 118.887999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "7388a2d3-461a-44e5-886f-32eb3ed1104a") + ) + (segment + (start 26.050999 50.149001) + (end 26.050999 62.626999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "7695af85-c9ac-4f3a-a58d-ceb5829f9914") + ) + (segment + (start 26.050999 107.076999) + (end 26.050999 118.887999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "780b6393-7e97-4cf8-8616-ff1ee4a3d46b") + ) + (segment + (start 40.7416 119.1006) + (end 39.335199 120.507001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "78a8ff7b-d1b1-46e7-bf13-8b4281ebdeb0") + ) + (segment + (start 26.050999 83.200999) + (end 26.050999 94.884999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "89e37a30-3855-4a22-9d2e-0b3864bb0759") + ) + (segment + (start 29.21 86.574) + (end 26.050999 83.414999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "8b850697-24cb-4ee5-875f-63341dc81754") + ) + (segment + (start 55.332 116.332) + (end 54.356 117.308) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "8e7d0f46-1c0e-44e7-a7cc-6fbe7f3a4848") + ) + (segment + (start 35.882591 27.765399) + (end 31.569995 32.077995) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "8f77bf43-77ca-4b63-b9e6-dad71fc36899") + ) + (segment + (start 29.464 75.144) + (end 26.050999 71.730999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "8fea6ca0-1b57-4792-8515-a6acd70f4cd4") + ) + (segment + (start 49.53 78.486) + (end 47.994 76.95) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "948d8098-b0ac-4572-ba81-e7794597a9df") + ) + (segment + (start 26.050999 50.328481) + (end 26.050999 50.149001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "98753e72-1199-426b-98ef-b941edf9a8dc") + ) + (segment + (start 29.987999 47.045999) + (end 29.987999 33.659991) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "a3a14715-75e0-4656-a806-ecb4ac0562a1") + ) + (segment + (start 31.633519 53.308999) + (end 31.571517 53.371001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "a8cdccdc-38d0-4fae-809f-e39b39b02591") + ) + (segment + (start 26.050999 83.414999) + (end 26.050999 83.200999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "a8d17bea-94f0-4565-9eda-913919304351") + ) + (segment + (start 35.4 74) + (end 35.4 66.584602) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "ae2017b0-6cca-44a1-96f5-aec303d99b34") + ) + (segment + (start 33.442399 64.627001) + (end 27.531119 64.627001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "ae882212-98b3-4f26-9a51-1262c0dd2881") + ) + (segment + (start 69.369881 27.193999) + (end 60.523001 27.193999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "aebc3dbe-61e7-4711-a64a-69c986cc9e23") + ) + (segment + (start 60.523001 27.193999) + (end 57.491 30.226) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "af6cd183-e063-4dcc-8a0c-3b527fb2a243") + ) + (segment + (start 83.82 35.052) + (end 79.771999 31.003999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "b4f2dc04-3366-41fc-9a04-21a58552d250") + ) + (segment + (start 26.050999 62.626999) + (end 26.050999 69.707001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "b8357a9d-47fa-4ecf-8332-eae5eb1542bb") + ) + (segment + (start 39.335199 120.507001) + (end 27.531119 120.507001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "ba1e05d1-7b46-4257-a762-208f0a9ac7ab") + ) + (segment + (start 55.030399 27.765399) + (end 35.882591 27.765399) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "c698f352-47b0-4534-bdec-4aeba5dae6c2") + ) + (segment + (start 31.569995 32.077995) + (end 26.050999 37.596991) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "c6c5b3d0-10d2-49e6-afbd-dd24e4bc7fa6") + ) + (segment + (start 32.882481 53.308999) + (end 31.633519 53.308999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "cb2753d5-7b10-4635-871b-258f085cea74") + ) + (segment + (start 26.050999 69.707001) + (end 26.050999 83.200999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "d3b9b9ae-916f-48d8-afb3-9e17e9e51765") + ) + (segment + (start 31.71 105.156) + (end 30.114999 103.560999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "d71691e9-6478-4f87-901a-10cc9769e581") + ) + (segment + (start 31.571517 53.371001) + (end 29.093519 53.371001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "edfc3248-ef8f-4a97-8d34-61d2ecb13adf") + ) + (segment + (start 36.068 108.966) + (end 34.142518 108.966) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "f84b5a1c-989a-4575-8054-35aa1e547420") + ) + (segment + (start 26.050999 94.884999) + (end 26.050999 107.076999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "f97a75e5-d8f3-4708-8fcf-a9d26b41ac1e") + ) + (segment + (start 54.356 117.308) + (end 52.5634 119.1006) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "fdc91988-6aec-4e39-826e-47fbd07b8e5c") + ) + (segment + (start 26.050999 119.026881) + (end 26.050999 118.887999) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "fedb6b2a-0ed6-4b11-8630-298695b655fc") + ) + (segment + (start 34.798 52.07) + (end 33.496999 53.371001) + (width 0.762) + (layer "B.Cu") + (net 2) + (uuid "fefad9a7-da9f-4a11-ba42-600955b8c496") + ) + (segment + (start 40.64 81.534) + (end 44.196 81.534) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "0a74ab35-f36a-4d7d-9e29-bba979684ef8") + ) + (segment + (start 45.640601 27.765399) + (end 44.196 29.21) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "274a86d9-9850-4b71-aa16-33234cf2688a") + ) + (segment + (start 60.541 30.226) + (end 58.080399 27.765399) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "32b59d94-1619-4e44-a00c-b5b595960020") + ) + (segment + (start 40.64 124.206) + (end 43.942 124.206) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "39e82e8e-2636-446d-b6f6-41cf5ec7cf99") + ) + (segment + (start 65.532 44.196) + (end 65.532 42.532) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "3a00d04a-db67-45e4-879b-3764c018de0a") + ) + (segment + (start 58.080399 27.765399) + (end 45.640601 27.765399) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "4c6b1509-1723-4d11-ac11-1969e2b38c5b") + ) + (segment + (start 44.196 81.534) + (end 44.45 81.28) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "5c058905-322f-4b49-a99e-488e4fa32340") + ) + (segment + (start 42.672 99.822) + (end 46.228 99.822) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "71b9abfe-8197-42e5-8597-9426d38b0e28") + ) + (segment + (start 44.196 67.31) + (end 40.767 67.31) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "726c1cfd-2977-4a2a-bd95-d0a7d971ba02") + ) + (segment + (start 63.5 97.536) + (end 63.5 99.06) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "7b195011-2d4c-4120-84b1-0db229c0c9cb") + ) + (segment + (start 44.196 29.21) + (end 44.196 31.75) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "9c26a255-b99e-4c0b-8088-c831eda3a0ec") + ) + (segment + (start 40.767 67.31) + (end 40.64 67.437) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "a2d75fcf-e10b-4cfd-b8f7-e222986bb59f") + ) + (segment + (start 62.103 30.226) + (end 60.541 30.226) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "ac39e275-5d2a-4599-adcd-e12ff5c0e77a") + ) + (segment + (start 45.466 43.18) + (end 45.974 42.672) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "bd50fbe5-9a5c-4c79-b948-c0dad475339a") + ) + (segment + (start 65.532 42.532) + (end 63.05 40.05) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "d9100399-ff9e-403f-ad04-53fce8dc6069") + ) + (segment + (start 42.672 43.18) + (end 45.466 43.18) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "e1e92e7b-023d-402d-9cfa-b3256009d539") + ) + (segment + (start 63.5 99.06) + (end 65.532 101.092) + (width 0.762) + (layer "F.Cu") + (net 3) + (uuid "f71e8464-50af-499d-9dd8-8ebcb854e9d1") + ) + (segment + (start 61.071001 37.8) + (end 61.071001 38.071001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "01045555-19f2-4d96-a0fa-cc3c914b9c95") + ) + (segment + (start 61.071001 38.465001) + (end 61.071001 61.071001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "023476a4-d550-4f43-ae19-735c6ce79c5b") + ) + (segment + (start 49.53 97.028) + (end 51.086159 95.471841) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "03392f63-b039-4c91-ab15-83020db60b82") + ) + (segment + (start 47.104881 125.587001) + (end 45.779119 125.587001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "06425f8c-fe3e-4833-a8c9-6a5f58c8372a") + ) + (segment + (start 43.01601 57.482876) + (end 43.01601 58.166) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "065a9492-0a00-4956-9f8d-28fc97e12951") + ) + (segment + (start 43.01601 58.166) + (end 43.18 58.166) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "0e9929e0-5a3b-4c54-978e-49191a594148") + ) + (segment + (start 47.723882 124.968) + (end 47.104881 125.587001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "0f684b2c-2ca0-43a7-91a0-2dc1b08196cc") + ) + (segment + (start 44.45 81.28) + (end 42.1894 83.5406) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "120c26d7-2c9c-48ea-bd0d-abb9fce1dba6") + ) + (segment + (start 44.741999 125.005999) + (end 43.942 124.206) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "12656aee-54cd-4a21-9fbd-b1fdf2f4ed30") + ) + (segment + (start 46.736 99.822) + (end 49.53 97.028) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "126d3859-5f94-447c-aa76-1afcd0e273ed") + ) + (segment + (start 42.926 57.392866) + (end 43.01601 57.482876) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "13dddf6e-11f3-4bc6-af82-1ff995d18a4d") + ) + (segment + (start 46.482 65.024) + (end 57.118002 65.024) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "189af632-77f0-415d-b9dd-f82775fdd7c6") + ) + (segment + (start 57.118002 65.024) + (end 61.071001 61.071001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "1e1d3546-39e4-4be3-84ad-c86fde294247") + ) + (segment + (start 52.9082 84.357602) + (end 52.9082 79.437682) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "1fe6547c-b78e-41d8-b253-c1fbfcc92c27") + ) + (segment + (start 59.027119 98.409001) + (end 58.071159 97.453041) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "2111734d-d92c-4d46-89dc-052dde0870d5") + ) + (segment + (start 61.071001 36.464999) + (end 61.071001 37.8) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "21290b9c-855e-4918-b730-d779c288b2a2") + ) + (segment + (start 59.182 40.386) + (end 59.981999 39.586001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "27f86c57-be7e-4603-a951-a36503e5dc75") + ) + (segment + (start 59.69 93.472) + (end 58.55863 93.472) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "2de42e8d-4883-489e-8c85-44cdf741f6c2") + ) + (segment + (start 58.071159 97.453041) + (end 54.057959 93.439841) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "301c3426-0185-442c-b408-41c8620a6414") + ) + (segment + (start 38.608 113.555) + (end 41.639 116.586) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "30bb6e21-f4ca-40dc-bd6c-12f99a1f36e1") + ) + (segment + (start 45.779119 125.587001) + (end 45.160118 124.968) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "4882af8d-2139-4dec-bcde-1217597e2b00") + ) + (segment + (start 52.974999 39.354001) + (end 52.974999 44.815001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "48aa124b-d724-4bd1-bc39-0a65b5aec978") + ) + (segment + (start 42.1894 94.704718) + (end 42.056459 94.837659) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "4c547ef8-c1d8-4529-ab91-1f4ec3fd6113") + ) + (segment + (start 44.779998 124.968) + (end 44.741999 125.005999) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "4d144da2-f15d-4b1c-81c8-55f81a3d2e91") + ) + (segment + (start 53.9115 38.4175) + (end 52.974999 39.354001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "4f3f70ad-8774-4751-b8d0-3a2c32c9eb3e") + ) + (segment + (start 63.5 97.536) + (end 62.626999 98.409001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "50efbfa9-80a5-4bcd-ae27-18817e353965") + ) + (segment + (start 41.639 116.586) + (end 42.926 116.586) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "566f59db-1c4a-4e6b-9e00-42ed747504c1") + ) + (segment + (start 42.926 54.864) + (end 42.926 57.392866) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "56d56391-991f-4940-9180-474ce54d180f") + ) + (segment + (start 61.214 117.602) + (end 53.848 124.968) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "60bf0804-de1f-4c2d-8f50-fd688f6a8b1b") + ) + (segment + (start 61.976 30.226) + (end 61.071001 31.130999) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "63fc9213-9a6d-42e4-a922-a3985da8ca24") + ) + (segment + (start 49.657 42.672) + (end 53.9115 38.4175) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "669df08f-7630-44b0-b77b-81dcc0670cf4") + ) + (segment + (start 45.974 42.672) + (end 49.657 42.672) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "6a0ab4c3-dcd0-4f0f-9e73-c4fa87bbe8fd") + ) + (segment + (start 59.981999 39.586001) + (end 59.981999 39.554003) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "6bb2e25f-7f47-449b-9ad6-d8e598119d52") + ) + (segment + (start 62.103 30.226) + (end 61.976 30.226) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "7069bafa-1bb7-4099-b0bd-eb8368d1b956") + ) + (segment + (start 42.056459 94.837659) + (end 50.108259 86.785859) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "70b3c5da-ffac-421a-afa2-09acd2c6f247") + ) + (segment + (start 38.608 98.286118) + (end 38.608 113.555) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "7b0f8a6e-ce4d-4aeb-8cc5-a67533ecbe71") + ) + (segment + (start 61.071001 37.8) + (end 61.071001 38.465001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "82d2f981-bcf4-4479-aeef-251906dd8ab9") + ) + (segment + (start 61.214 117.602) + (end 61.214 100.595882) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "83309189-2417-408c-8d31-f80e1abe7535") + ) + (segment + (start 50.108259 86.785859) + (end 50.423117 86.471001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "858eb78d-b46a-488c-821d-b9ad6998689b") + ) + (segment + (start 61.071001 38.071001) + (end 63.05 40.05) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "88b4b883-aaf4-43fb-8d1f-4afefb062a46") + ) + (segment + (start 51.086159 95.471841) + (end 51.086159 90.468041) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "8c1fb716-eb75-451b-acfd-7ba8fe902295") + ) + (segment + (start 50.794801 86.471001) + (end 52.9082 84.357602) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "90c75012-3daf-41f6-b6ab-ac490d852dd8") + ) + (segment + (start 61.071001 71.274881) + (end 61.071001 61.071001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "9229de0e-7298-4459-81ff-20c3be43426d") + ) + (segment + (start 61.071001 31.130999) + (end 61.071001 36.464999) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "94c76eba-8400-47ab-bc95-17f85eea1d7f") + ) + (segment + (start 38.608 98.286118) + (end 42.056459 94.837659) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "99a4df03-8e87-4a58-8949-e900f193ee49") + ) + (segment + (start 62.626999 98.409001) + (end 59.027119 98.409001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "9c472849-8c9b-4c2f-9219-327f945477fc") + ) + (segment + (start 53.848 124.968) + (end 47.723882 124.968) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "9de2761d-ed8a-40c5-ba05-8b1cfa6fdfac") + ) + (segment + (start 50.423117 86.471001) + (end 50.794801 86.471001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "a4b4f580-b921-4a2a-a72c-a41a7974f9a8") + ) + (segment + (start 52.9082 79.437682) + (end 61.071001 71.274881) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "a997590b-6cb7-463a-abfe-8a97b8e1b4d3") + ) + (segment + (start 50.108259 89.490141) + (end 50.108259 86.785859) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "ab8d323b-d3b6-4482-9b49-30c185584522") + ) + (segment + (start 61.214 100.595882) + (end 58.071159 97.453041) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "af5eab33-eae7-4558-b810-28d96dc49da7") + ) + (segment + (start 46.228 99.822) + (end 46.736 99.822) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "b744c455-fd31-4600-9bdc-2056b5bd9e02") + ) + (segment + (start 51.086159 90.468041) + (end 50.108259 89.490141) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "c8a23b5f-8c19-46fd-a7b5-3acbe8f175f9") + ) + (segment + (start 44.196 67.31) + (end 46.482 65.024) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "d0c98d93-2b0a-4d24-bec9-c203ba748b19") + ) + (segment + (start 58.55863 93.472) + (end 58.526471 93.439841) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "d70d85d0-2379-4e91-b77c-562ec375c442") + ) + (segment + (start 52.974999 44.815001) + (end 42.926 54.864) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "d7482305-f1fb-4d3f-8a78-214592df3c1a") + ) + (segment + (start 58.526471 93.439841) + (end 54.057959 93.439841) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "dafcd0d5-208c-4a9b-944e-1356d2a6802f") + ) + (segment + (start 42.1894 83.5406) + (end 42.1894 94.704718) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "df5ca4e3-28b1-4de9-8a70-723e9d2c9bfa") + ) + (segment + (start 45.160118 124.968) + (end 44.779998 124.968) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "eae51cd7-3a6b-4df9-bd6a-5ce2096b1861") + ) + (segment + (start 54.057959 93.439841) + (end 51.086159 90.468041) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "ecc3ca25-463e-4954-acb0-55aba6126a18") + ) + (segment + (start 59.981999 39.554003) + (end 61.071001 38.465001) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "f7ad1d17-60f7-46ae-b701-199a23924852") + ) + (segment + (start 53.9115 38.4175) + (end 62.103 30.226) + (width 0.762) + (layer "B.Cu") + (net 3) + (uuid "f870a091-49b4-4c8e-8201-aebabae9d986") + ) + (segment + (start 68.834 83.82) + (end 60.96 83.82) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "1fc0aeb6-4d1d-486a-a106-1d2b24d14dcf") + ) + (segment + (start 60.96 83.82) + (end 60.198 84.582) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "4c1c9294-1f28-4385-98ae-9e62da7394f2") + ) + (segment + (start 70.024501 82.629499) + (end 68.834 83.82) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "14dfe197-4e6f-47d1-adba-ab931a8869d8") + ) + (segment + (start 82.579499 89.691499) + (end 82.579499 85.643557) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "2c54f856-ae09-4126-a275-eacbbf59f327") + ) + (segment + (start 82.579499 85.643557) + (end 79.565441 82.629499) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "79c086c1-8976-48da-b50d-74be81eb8c08") + ) + (segment + (start 79.565441 82.629499) + (end 70.024501 82.629499) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "8b3f0bf5-010a-4887-aa84-b2df65966872") + ) + (segment + (start 83.82 90.932) + (end 82.579499 89.691499) + (width 0.381) + (layer "B.Cu") + (net 6) + (uuid "db022550-acb0-4f3e-a8c1-3e0b390b2b73") + ) + (segment + (start 40.132 52.07) + (end 40.132 57.658) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "4c4cc982-28af-4c21-8087-50ed2dcf0d3b") + ) + (segment + (start 40.132 52.07) + (end 40.132 48.26) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "5fd1779b-eac9-40b7-880a-322cce1209ca") + ) + (segment + (start 40.132 57.658) + (end 40.64 58.166) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "bcbf91ba-a24c-4791-804e-71b7fcadb702") + ) + (segment + (start 40.132 48.26) + (end 42.672 45.72) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "f4be8c30-b639-4a85-99d6-07dff703b178") + ) + (segment + (start 44.45 86.36) + (end 43.650001 87.159999) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "0d637aea-c055-4586-922d-b1b48d57ec24") + ) + (segment + (start 68.017943 88.683999) + (end 68.034001 88.683999) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "109dbbe8-2cb7-4524-81c2-a4158a7c57e1") + ) + (segment + (start 64.420443 92.281499) + (end 68.017943 88.683999) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "341df4fe-759c-4910-810a-f231f0542eea") + ) + (segment + (start 50.101441 94.662501) + (end 52.482443 92.281499) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "60256a24-4177-4946-983c-a7b1791034c7") + ) + (segment + (start 43.650001 89.607943) + (end 44.640559 90.598501) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "6c77639d-d46f-426c-8bce-0972e6b1c46d") + ) + (segment + (start 44.640559 90.598501) + (end 44.894559 90.598501) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "97677245-989e-41a6-979e-1d8f39b1f8ee") + ) + (segment + (start 68.034001 88.683999) + (end 68.834 87.884) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "a007807a-f325-4dad-a7e9-6b1f25155ddc") + ) + (segment + (start 48.958559 94.662501) + (end 50.101441 94.662501) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "adbb9587-4465-480d-9def-7948c9090703") + ) + (segment + (start 44.894559 90.598501) + (end 48.958559 94.662501) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "ae8bd716-6710-45c5-bb96-2045a4f689b6") + ) + (segment + (start 43.650001 87.159999) + (end 43.650001 89.607943) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "bd8cc41e-2c41-4a4e-bb46-3daa1706b1ac") + ) + (segment + (start 52.482443 92.281499) + (end 64.420443 92.281499) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "d7d84764-b50e-4dc3-9c67-05edf732b890") + ) + (segment + (start 64.944501 75.882559) + (end 64.944501 77.025441) + (width 0.381) + (layer "B.Cu") + (net 8) + (uuid "01f856c6-b408-4790-8e97-04c1ac70e697") + ) + (segment + (start 65.532 56.896) + (end 67.608422 58.972422) + (width 0.381) + (layer "B.Cu") + (net 8) + (uuid "2fd72247-8148-414e-b6e0-13c655b96131") + ) + (segment + (start 64.944501 77.025441) + (end 64.9224 77.047542) + (width 0.381) + (layer "B.Cu") + (net 8) + (uuid "39fc53ad-37a9-4115-97b7-0bc574beb4d9") + ) + (segment + (start 67.608422 58.972422) + (end 67.608422 72.480982) + (width 0.381) + (layer "B.Cu") + (net 8) + (uuid "594a3927-5915-413b-8189-7c21a5475dd3") + ) + (segment + (start 64.9224 83.4644) + (end 68.834 87.376) + (width 0.381) + (layer "B.Cu") + (net 8) + (uuid "ae282ae6-ca82-4980-9636-e1300e97ab77") + ) + (segment + (start 64.9224 75.860458) + (end 64.944501 75.882559) + (width 0.381) + (layer "B.Cu") + (net 8) + (uuid "bead6ac5-07a4-40b0-b93d-951c334f4940") + ) + (segment + (start 64.9224 75.167004) + (end 64.9224 75.860458) + (width 0.381) + (layer "B.Cu") + (net 8) + (uuid "c4c7052b-ff34-4dda-988e-5b8216425c38") + ) + (segment + (start 67.608422 72.480982) + (end 64.9224 75.167004) + (width 0.381) + (layer "B.Cu") + (net 8) + (uuid "cd23e88c-5460-4806-8929-c53e7da814c3") + ) + (segment + (start 64.9224 77.047542) + (end 64.9224 83.4644) + (width 0.381) + (layer "B.Cu") + (net 8) + (uuid "f1d7a3d7-5f09-4df2-8993-0238b3092c8c") + ) + (segment + (start 42.672 102.362) + (end 40.386 104.648) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "56e0edf0-2c55-4d1a-a100-76d4975cd2b6") + ) + (segment + (start 40.386 104.648) + (end 40.386 107.696) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "5f52f094-4f23-452e-85e6-59d53d4b421a") + ) + (segment + (start 40.386 107.696) + (end 41.185999 108.495999) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "938ba8fc-30f3-4f10-9964-c29f4aca8867") + ) + (segment + (start 41.185999 108.495999) + (end 41.185999 111.174999) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "cffdbc92-1b6a-44be-9ad8-11ce53971b43") + ) + (segment + (start 41.185999 111.174999) + (end 45.466 115.455) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "d58c97c0-c39c-482c-9cc7-7948bdcf31ba") + ) + (segment + (start 45.466 115.455) + (end 45.466 116.586) + (width 0.381) + (layer "F.Cu") + (net 9) + (uuid "f73202d4-9860-4e4c-8b10-98c33d46f5f7") + ) + (segment + (start 57.15 81.788) + (end 57.15 80.607) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "35ff9b1e-abb2-4bf5-a1bf-498faf4ad51e") + ) + (segment + (start 57.15 85.09) + (end 57.15 81.788) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "3cac95b8-2f44-4bf1-933f-33ddb74e505a") + ) + (segment + (start 57.15 80.607) + (end 59.271 78.486) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "3ddce3f2-cf44-4ee8-9ab8-830f9e7061cd") + ) + (segment + (start 59.271 78.486) + (end 59.69 78.486) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "73c86b29-3ab8-4046-9cb4-f4574ab1edd7") + ) + (segment + (start 59.69 78.486) + (end 59.69 81.574) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "a1f03cc9-bb37-489d-8d04-86e8d7b3f540") + ) + (segment + (start 59.69 81.574) + (end 60.198 82.082) + (width 0.381) + (layer "F.Cu") + (net 10) + (uuid "b421dfcd-2b9a-4f4e-8e66-e432b6844a54") + ) + (segment + (start 69.088 62.484) + (end 69.088 62.975942) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "07de4666-f101-4c28-a50a-0f49740be656") + ) + (segment + (start 54.174901 71.802501) + (end 51.212888 68.840488) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "7ff6da39-a91b-4f77-906b-971de1dfddd3") + ) + (segment + (start 69.088 62.975942) + (end 60.261441 71.802501) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "8e222bbb-6f85-4cc7-ae02-46223f0d0f33") + ) + (segment + (start 60.261441 71.802501) + (end 54.174901 71.802501) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "a194178b-fd99-49e0-9568-e4ac472d6c72") + ) + (segment + (start 51.212888 68.840488) + (end 46.856512 68.840488) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "b340cdac-8a2c-499c-a193-faf99b412462") + ) + (segment + (start 46.856512 68.840488) + (end 45.72 69.977) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "c1858f48-2d33-4e91-8d59-7015bf72e401") + ) + (segment + (start 45.72 69.977) + (end 40.64 69.977) + (width 0.381) + (layer "F.Cu") + (net 11) + (uuid "f94a05a8-7036-4ed4-b670-e73fa6ff19fe") + ) + (segment + (start 74.430029 65.540029) + (end 74.430029 67.809971) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "20f96381-d815-4a46-8679-c571053a7dcf") + ) + (segment + (start 33.02 69.977) + (end 38.1 69.977) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "2a93b2b5-e01e-488e-9afe-59f81ccccd1b") + ) + (segment + (start 53.577942 72.898) + (end 50.101441 69.421499) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "2e0fb859-1f0f-4571-b776-c9b01470c0be") + ) + (segment + (start 40.64 72.517) + (end 45.68 72.517) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "4190ada0-0abd-4d37-9b33-7b8c4d41c021") + ) + (segment + (start 38.1 69.977) + (end 40.64 72.517) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "4522014e-7f9b-4699-a186-e7646471dcc3") + ) + (segment + (start 69.342 72.898) + (end 53.577942 72.898) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "5281c706-1fd4-46fe-84db-74c2b0fcb45f") + ) + (segment + (start 80.970529 55.681471) + (end 83.82 52.832) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "557613cd-27b7-477f-9a6d-523e647739dc") + ) + (segment + (start 48.775501 69.421499) + (end 45.72 72.477) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "55f80fac-07ae-4a00-b901-0ffaccafbd10") + ) + (segment + (start 80.970529 55.681471) + (end 80.970529 58.999529) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "598edc87-a3d5-4f88-b8e1-6d23d1fcf767") + ) + (segment + (start 33.02 69.977) + (end 33.02 67.437) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "72f965a7-2ddf-4b4b-822b-9ce7d68bdeb2") + ) + (segment + (start 50.101441 69.421499) + (end 48.775501 69.421499) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "8db46fdb-6ac3-4469-9e33-cc9dc8725349") + ) + (segment + (start 45.68 72.517) + (end 45.72 72.477) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "93ae24f8-3d36-460b-b9f0-45b49ca3b94b") + ) + (segment + (start 74.430029 67.809971) + (end 69.342 72.898) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "a1f6efad-8b30-4d8d-bb08-a6931f2b158a") + ) + (segment + (start 80.970529 58.999529) + (end 74.430029 65.540029) + (width 0.381) + (layer "F.Cu") + (net 12) + (uuid "c526de70-5519-4505-84d4-fb78de77847b") + ) + (segment + (start 44.156 126.746) + (end 44.196 126.786) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "5383b314-1898-4641-885d-433ea81ec3c5") + ) + (segment + (start 69.088 128.524) + (end 45.934 128.524) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "9c1c8c46-47e4-45d1-be44-1946edc7668e") + ) + (segment + (start 40.64 126.746) + (end 44.156 126.746) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "a2e54d1b-5105-45e4-8cea-997bdc27dec6") + ) + (segment + (start 45.934 128.524) + (end 44.196 126.786) + (width 0.381) + (layer "F.Cu") + (net 13) + (uuid "b778eba3-faac-44b8-98ec-5802fa633317") + ) + (segment + (start 83.566 106.172) + (end 83.566 106.876058) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "033fa2ab-36e7-4e25-a334-511463baddc6") + ) + (segment + (start 33.02 124.206) + (end 33.02 126.746) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "189b9fa8-0d75-47a2-a931-41dea16b0baf") + ) + (segment + (start 82.325499 123.144443) + (end 75.383943 130.085999) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "2186ec43-c642-4ad1-8b24-c868c642f681") + ) + (segment + (start 40.64 129.286) + (end 44.196 129.286) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "2757d8a4-f463-49fb-9029-45e2bcbe1627") + ) + (segment + (start 33.02 126.746) + (end 38.1 126.746) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "359bc95f-4c9f-47fc-8241-1f276f9067af") + ) + (segment + (start 75.383943 130.085999) + (end 44.995999 130.085999) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "5a4443cc-2783-4b2b-8610-b6482c6c9f48") + ) + (segment + (start 82.325499 108.116559) + (end 82.325499 123.144443) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "657358f4-12d6-47a6-b36c-19cb11d55c2f") + ) + (segment + (start 83.566 106.876058) + (end 82.325499 108.116559) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "6f56fbea-a9cc-458b-8aa9-918b63a14fdb") + ) + (segment + (start 38.1 126.746) + (end 40.64 129.286) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "e344e78e-93dd-4d8f-aace-638dced1aa92") + ) + (segment + (start 44.995999 130.085999) + (end 44.196 129.286) + (width 0.381) + (layer "F.Cu") + (net 14) + (uuid "ed3a0b1b-2835-411a-95bd-ed37a1d90d56") + ) + (segment + (start 45.466 89.408) + (end 45.212 89.408) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "3649849d-2c95-415e-9834-0694ff7d70d7") + ) + (segment + (start 45.212 89.408) + (end 46.011999 88.608001) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "6486553c-2da1-45c0-b054-1ed57c93eb73") + ) + (segment + (start 46.011999 85.421999) + (end 44.45 83.86) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "ad9b5383-dd1c-49c1-a965-b56c2fb520a3") + ) + (segment + (start 46.011999 88.608001) + (end 46.011999 85.421999) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "b8074d66-9b7b-4f96-b504-57a1aa392c0c") + ) + (segment + (start 49.53 93.472) + (end 45.466 89.408) + (width 0.381) + (layer "F.Cu") + (net 15) + (uuid "e12407b7-dc1e-4e6e-a37a-57f4eda95556") + ) + (segment + (start 40.265488 76.828512) + (end 47.123488 76.828512) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "13303a50-f4c5-4c4b-956d-748cb3fd32e1") + ) + (segment + (start 33.02 84.074) + (end 40.265488 76.828512) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "33e729c1-b64c-4477-ba11-e6acbad197fe") + ) + (segment + (start 50.726989 73.479011) + (end 49.53 74.676) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "800dc018-fbf8-4e05-b2e2-77b93df73bd2") + ) + (segment + (start 71.12 72.938) + (end 70.578989 73.479011) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "a3e91aa7-ead6-40c5-b226-384fb78b103e") + ) + (segment + (start 70.578989 73.479011) + (end 50.726989 73.479011) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "ccf26ab9-9f77-4e3e-80b6-44e6eaaf2a4e") + ) + (segment + (start 49.53 74.422) + (end 47.123488 76.828512) + (width 0.381) + (layer "F.Cu") + (net 16) + (uuid "f07be9a0-4b60-4dc2-ab30-f9fe0b53d4b3") + ) + (segment + (start 71.12 75.438) + (end 69.98863 75.438) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "1a13c04d-9f1e-4a5b-97d5-bd21fad0daf2") + ) + (segment + (start 83.566 75.946) + (end 82.258001 74.638001) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "361915cd-5f68-411f-a99e-54f872f2d990") + ) + (segment + (start 55.530443 80.597499) + (end 46.894443 80.597499) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "39f1802f-3c44-49fa-a537-979f2db44f41") + ) + (segment + (start 82.258001 74.638001) + (end 71.919999 74.638001) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "4c6675db-4319-4f33-8576-2ddcbdf70d1c") + ) + (segment + (start 69.814129 75.263499) + (end 60.864443 75.263499) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "82e4f46e-3544-47f0-b3a4-2545d6515cec") + ) + (segment + (start 46.894443 80.597499) + (end 44.822443 82.669499) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "878f4837-e211-447e-8a40-77675238a2f8") + ) + (segment + (start 42.044501 82.669499) + (end 40.64 84.074) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "87de3bde-2f7e-46ee-8537-6fd0ed07de5c") + ) + (segment + (start 44.822443 82.669499) + (end 42.044501 82.669499) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "88bb5eea-9f9e-4dfe-aa60-b5b29f1eb9c2") + ) + (segment + (start 69.98863 75.438) + (end 69.814129 75.263499) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "a070ba55-fb68-44ab-9450-efab3ff6ae35") + ) + (segment + (start 71.919999 74.638001) + (end 71.12 75.438) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "a25ddfa0-6571-41e5-9902-e6947f868251") + ) + (segment + (start 83.82 76.2) + (end 83.566 75.946) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "aa0469a0-5e6a-4aea-94b3-d7bb8d8ed98e") + ) + (segment + (start 60.864443 75.263499) + (end 55.530443 80.597499) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "c7dd459a-9055-46b5-92f2-1c3e5a36106c") + ) + (segment + (start 83.82 79.502) + (end 83.82 76.2) + (width 0.381) + (layer "F.Cu") + (net 17) + (uuid "d8d84bd8-2e44-4284-8ef3-8fe63509e184") + ) + (segment + (start 27.94 45.72) + (end 26.759 45.72) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "148b0767-35e0-476a-9b43-e2dd1a1e8825") + ) + (segment + (start 27.94 45.72) + (end 35.052 45.72) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "17225215-4b6a-41c0-b335-8dc0047dc20a") + ) + (segment + (start 36.173059 33.184999) + (end 67.907001 33.184999) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "39311df5-4340-490b-b917-0c04570188da") + ) + (segment + (start 26.759 45.72) + (end 26.749499 45.710499) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "404fc38a-d3ab-4608-ae30-be30247a7e21") + ) + (segment + (start 67.907001 33.184999) + (end 68.707 32.385) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "437ba83c-fc28-45c4-862f-9aa077e87eac") + ) + (segment + (start 26.749499 45.710499) + (end 26.749499 42.608559) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "d0a6e67d-aeb6-45b2-9aa0-37727d924959") + ) + (segment + (start 26.749499 42.608559) + (end 36.173059 33.184999) + (width 0.381) + (layer "F.Cu") + (net 18) + (uuid "edd0e2fa-d524-4a3c-8ab4-4c2aaf690fb7") + ) + (segment + (start 33.861499 39.151871) + (end 33.861499 41.989499) + (width 0.381) + (layer "F.Cu") + (net 19) + (uuid "1c71a405-3ae9-4669-a9a0-9e41236c7aaf") + ) + (segment + (start 34.798 37.084) + (end 34.798 38.21537) + (width 0.381) + (layer "F.Cu") + (net 19) + (uuid "a76aeb69-15bc-4d23-a4ce-d9a8d4a71066") + ) + (segment + (start 34.798 38.21537) + (end 33.861499 39.151871) + (width 0.381) + (layer "F.Cu") + (net 19) + (uuid "ae3664cd-c6b1-4ac1-8a44-241cc1228752") + ) + (segment + (start 33.861499 41.989499) + (end 35.052 43.18) + (width 0.381) + (layer "F.Cu") + (net 19) + (uuid "b73d8054-bb5d-4105-8ded-712df018c50f") + ) + (segment + (start 35.052 43.18) + (end 27.94 43.18) + (width 0.381) + (layer "F.Cu") + (net 19) + (uuid "e9f4579c-857d-4a9d-9b8f-ce460234ee69") + ) + (segment + (start 48.156712 95.504) + (end 41.91 95.504) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "15ad0640-e77f-44f5-af90-dc30fad8c90c") + ) + (segment + (start 50.582765 95.824523) + (end 48.477235 95.824523) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "37a5d3cc-ca8a-445f-9865-a83ec7612bc4") + ) + (segment + (start 35.052 102.362) + (end 27.686 102.362) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "9fa10e7d-981b-4e9a-bbfe-065e9b78a77a") + ) + (segment + (start 69.088 95.758) + (end 68.586488 95.256488) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "a0a89840-90ab-47ac-8e14-aa99cd8a3cc2") + ) + (segment + (start 68.586488 95.256488) + (end 51.1508 95.256488) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "a4c9ef9c-32d5-4090-9fff-38f031735c59") + ) + (segment + (start 51.1508 95.256488) + (end 50.582765 95.824523) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "a4feeb2f-e708-4b8b-8684-cb68b953852c") + ) + (segment + (start 48.477235 95.824523) + (end 48.156712 95.504) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "addbff8d-5f86-4c41-b2dd-39d232300b29") + ) + (segment + (start 41.91 95.504) + (end 35.052 102.362) + (width 0.381) + (layer "F.Cu") + (net 20) + (uuid "bedf7d27-b72d-4452-9ad5-8731a2174fa1") + ) + (segment + (start 36.576 29.21) + (end 36.576 31.75) + (width 0.762) + (layer "F.Cu") + (net 21) + (uuid "d72a8d5d-0a7d-4c59-9677-f18450e78743") + ) + (segment + (start 64.559614 92.964) + (end 67.782115 89.741499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "0647a5bf-5d75-42d2-864c-f601dfb98318") + ) + (segment + (start 48.717897 95.243512) + (end 50.342103 95.243512) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "1425a5b4-4423-403f-b701-490c27beba19") + ) + (segment + (start 59.69 74.676) + (end 51.291942 74.676) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "1c2a8287-14d1-4dc0-add9-ac68fc309ff5") + ) + (segment + (start 38.354 119.126) + (end 39.624 119.126) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "2928f7c5-7458-4321-9d51-7e6c6ad86cc9") + ) + (segment + (start 64.516 120.904) + (end 59.436 125.984) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "2ee749fd-9037-4dcc-acad-b60ff9121222") + ) + (segment + (start 55.959499 123.015499) + (end 43.767499 123.015499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "31c8ec31-051e-4f7a-a9f2-aa7bb9e4e5a3") + ) + (segment + (start 41.124559 80.343499) + (end 40.068559 80.343499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "350d951a-f5e5-438b-b411-5f703ab53031") + ) + (segment + (start 42.091099 92.535499) + (end 33.210559 92.535499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "3b543f00-d8f1-484c-b625-9f85e8441103") + ) + (segment + (start 40.068559 80.343499) + (end 39.449499 80.962559) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "3cd696ac-beff-4c97-8afa-4e3d6246eacc") + ) + (segment + (start 43.767499 123.015499) + (end 41.656 120.904) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "3f3690d6-86cd-4f44-b141-61a33ea3df11") + ) + (segment + (start 64.516 92.964) + (end 64.559614 92.964) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "3f998710-e8b5-478c-a939-b5e1f53a651d") + ) + (segment + (start 48.378443 77.589499) + (end 43.878559 77.589499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "41575ba6-cd9e-46c9-8613-cf877c61740f") + ) + (segment + (start 50.923113 94.662501) + (end 62.817499 94.662501) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "4268d98a-6aa0-4721-9ee2-12625d187114") + ) + (segment + (start 26.495499 99.250559) + (end 26.495499 115.379441) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "47fe8cc1-262b-49e8-891a-ee9dad4c7a08") + ) + (segment + (start 45.212 92.59463) + (end 45.152869 92.535499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "51016218-352b-4daa-981c-857cd6b80d45") + ) + (segment + (start 45.152869 92.535499) + (end 42.091099 92.535499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "6f28fa91-0f7a-4056-a1db-f3e3f0d13c4c") + ) + (segment + (start 51.291942 74.676) + (end 48.378443 77.589499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "742e0fdb-b42e-43a3-ba06-e18784540090") + ) + (segment + (start 62.817499 94.662501) + (end 64.516 92.964) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "759e749f-e6e5-4d0a-a6a7-5cddfc0e5337") + ) + (segment + (start 45.212 93.726) + (end 45.212 92.59463) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "7a343cea-421a-432b-9195-f6a7074da02c") + ) + (segment + (start 50.342103 95.243512) + (end 50.923113 94.662501) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "7a4262a9-9823-4445-bb15-af8b9559b683") + ) + (segment + (start 39.449499 80.962559) + (end 39.449499 89.893899) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "852ef929-d9d7-4e3e-bab6-d41521be28b3") + ) + (segment + (start 80.089499 89.741499) + (end 83.82 93.472) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "85460576-d511-4e33-8cbe-586541c8d029") + ) + (segment + (start 39.624 119.126) + (end 41.148 120.65) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "8d64b7d1-69a8-40a0-bcda-88436a437338") + ) + (segment + (start 39.449499 89.893899) + (end 42.091099 92.535499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "8df65bb1-8c1f-4f49-99e7-05c558d1459c") + ) + (segment + (start 67.782115 89.741499) + (end 80.089499 89.741499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "b4a18819-eae0-4b82-b915-a45e98f0791f") + ) + (segment + (start 45.212 93.726) + (end 47.200385 93.726) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "ba1ddbcf-3cfd-4f52-be79-8d798fb11ef8") + ) + (segment + (start 43.878559 77.589499) + (end 41.124559 80.343499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "be69bbfe-58b0-4ceb-825e-b1888911d7e1") + ) + (segment + (start 59.436 125.984) + (end 59.436 126.492) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "c23ca568-ff70-4372-b17a-768721547c56") + ) + (segment + (start 47.200385 93.726) + (end 48.717897 95.243512) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "df61510b-7043-4542-9f25-d57a55541530") + ) + (segment + (start 30.242058 119.126) + (end 38.354 119.126) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "e394ab2b-c6d6-48f7-8804-0593ad4378c5") + ) + (segment + (start 59.436 126.492) + (end 55.959499 123.015499) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "f3af7ad3-c1ac-48ba-aa80-04982d85f6fb") + ) + (segment + (start 33.210559 92.535499) + (end 26.495499 99.250559) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "f568a75a-4318-4271-b473-1cd5fff629ba") + ) + (segment + (start 26.495499 115.379441) + (end 30.242058 119.126) + (width 0.381) + (layer "F.Cu") + (net 22) + (uuid "f93c6c8b-050f-46b8-87c2-a4c690506eff") + ) + (segment + (start 36.401499 61.293499) + (end 37.592 62.484) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "058cdfb4-010c-445c-a4b4-6d622da977e2") + ) + (segment + (start 82.579499 38.145557) + (end 79.438441 35.004499) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "07783608-4aca-4a29-a69f-5b979be39c05") + ) + (segment + (start 59.69 70.612) + (end 53.514501 64.436501) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "0ad9eb98-97e8-4bd2-83b1-d69b89770f06") + ) + (segment + (start 36.401499 44.509131) + (end 43.82663 37.084) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "14b3da77-0167-47c7-b0d4-4f909dfcabc0") + ) + (segment + (start 44.958 37.084) + (end 43.82663 37.084) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "213a56e4-c4d1-482f-97ea-b80dc2c04f5d") + ) + (segment + (start 53.514501 64.436501) + (end 62.055499 64.436501) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "2b813cf5-c081-4583-9e89-7ca2eeec5257") + ) + (segment + (start 79.438441 35.004499) + (end 47.037501 35.004499) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "373c7f20-9a93-4c87-9e8b-e2c9bd8422ed") + ) + (segment + (start 83.82 40.132) + (end 82.579499 38.891499) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "3839c39f-166c-4ed0-bca1-7de3fac8545e") + ) + (segment + (start 49.53 66.802) + (end 47.164501 64.436501) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "3a2a6014-2c14-436e-a29c-782bf0fad649") + ) + (segment + (start 41.576501 64.436501) + (end 47.164501 64.436501) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "6d2ccf05-1f17-46f2-9a1b-a87e97f35b17") + ) + (segment + (start 62.055499 64.436501) + (end 63.246 63.246) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "6d8f3c25-cc03-47c3-a6ce-1b5f7e095415") + ) + (segment + (start 44.958 37.084) + (end 47.037501 35.004499) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "78a77d55-4f3e-4d7f-821e-199a0564566c") + ) + (segment + (start 36.401499 44.509131) + (end 36.401499 61.293499) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "8d4b7ea9-e8e5-44cf-a327-23e776edfacd") + ) + (segment + (start 47.164501 64.436501) + (end 53.514501 64.436501) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "986e45f5-cfe3-491c-9914-8d0e54a23292") + ) + (segment + (start 40.386 63.246) + (end 38.354 63.246) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "9b925b29-0a95-4df6-a543-da3d0cd9a4cc") + ) + (segment + (start 82.579499 38.891499) + (end 82.579499 38.145557) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "c609c288-5bbb-4559-88ff-4cf012c7b304") + ) + (segment + (start 40.386 63.246) + (end 41.576501 64.436501) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "ecd9f4c7-8a8f-4599-9541-fd03dc50270c") + ) + (segment + (start 38.354 63.246) + (end 37.592 62.484) + (width 0.381) + (layer "F.Cu") + (net 23) + (uuid "ed986c19-bbe3-482c-82b2-4de5bb8a223d") + ) + (segment + (start 83.566 124.206) + (end 79.248 128.524) + (width 0.381) + (layer "F.Cu") + (net 24) + (uuid "50b226e8-c35b-4042-8faf-81082161bc74") + ) + (segment + (start 83.566 124.206) + (end 83.566 108.712) + (width 0.381) + (layer "F.Cu") + (net 24) + (uuid "5a8a6554-90c1-43c3-9b80-cd9e0cfb4a6f") + ) + (segment + (start 83.82 103.632) + (end 82.970001 104.481999) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "04a02fb5-381a-489e-8d23-8320488e4ab7") + ) + (segment + (start 79.248 108.908058) + (end 79.248 111.252) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "47e30d0c-d566-48cc-8e73-09e00680d12d") + ) + (segment + (start 82.970001 104.481999) + (end 82.970001 105.186057) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "71faf0a9-bc4a-4e24-aee2-61271701bc3c") + ) + (segment + (start 79.248 111.252) + (end 79.248 115.824) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "af15ce9b-cd30-4a1d-bbcf-91e4706742ce") + ) + (segment + (start 82.970001 105.186057) + (end 79.248 108.908058) + (width 0.381) + (layer "F.Cu") + (net 25) + (uuid "d112d930-406a-4cba-bc3a-e6a019bcf539") + ) + (segment + (start 79.756 64.516) + (end 83.82 60.452) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "b0d67f23-5c76-4923-8ffb-b5b6c61c775b") + ) + (segment + (start 79.756 65.786) + (end 79.756 64.516) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "d77b531a-f52d-42cf-b42d-fcf4b5bb3592") + ) + (segment + (start 75.946 65.786) + (end 79.756 65.786) + (width 0.381) + (layer "F.Cu") + (net 26) + (uuid "e2d7448b-5977-4e6b-bb46-2072436a083b") + ) + (segment + (start 85.060501 64.291499) + (end 83.566 65.786) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "ba8ebb83-123f-4e60-b735-0411563c2054") + ) + (segment + (start 83.82 57.912) + (end 85.060501 59.152501) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "d0797f77-f884-4507-9303-4ad474e01a8b") + ) + (segment + (start 85.060501 59.152501) + (end 85.060501 64.291499) + (width 0.381) + (layer "F.Cu") + (net 27) + (uuid "e60998aa-e47e-4a6a-b861-7e62300d2abd") + ) + (segment + (start 79.502 47.752) + (end 79.121 47.371) + (width 0.381) + (layer "F.Cu") + (net 28) + (uuid "533dabaf-7616-4624-baf8-c1a94bae552e") + ) + (segment + (start 83.82 47.752) + (end 79.502 47.752) + (width 0.381) + (layer "F.Cu") + (net 28) + (uuid "70020723-91aa-477e-8431-68bc7c8678f8") + ) + (segment + (start 79.121 47.371) + (end 79.121 51.181) + (width 0.381) + (layer "F.Cu") + (net 28) + (uuid "e5f11e53-d488-44cb-bd79-a90747e7626d") + ) + (segment + (start 82.579499 56.612501) + (end 82.579499 59.152501) + (width 0.381) + (layer "F.Cu") + (net 29) + (uuid "0857de2f-b0e7-496c-ba7d-8eb60fd07c3e") + ) + (segment + (start 79.248 62.484) + (end 82.579499 59.152501) + (width 0.381) + (layer "F.Cu") + (net 29) + (uuid "7903fa78-68ee-49f7-9379-e12e69bfd36d") + ) + (segment + (start 83.82 55.372) + (end 82.579499 56.612501) + (width 0.381) + (layer "F.Cu") + (net 29) + (uuid "ad6d9806-4dbb-4206-b932-c8e4c45b396d") + ) + (segment + (start 79.248 105.664) + (end 79.248 107.188) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "995e869b-ca59-4971-b342-dd14326f378e") + ) + (segment + (start 83.82 101.092) + (end 79.248 105.664) + (width 0.381) + (layer "F.Cu") + (net 30) + (uuid "e009a523-505b-4610-8d0f-a93081829978") + ) + (segment + (start 79.248 99.568) + (end 79.248 103.378) + (width 0.381) + (layer "F.Cu") + (net 31) + (uuid "1b70a6a3-f081-4bb1-95f6-af29addd34c0") + ) + (segment + (start 83.82 98.552) + (end 82.804 99.568) + (width 0.381) + (layer "F.Cu") + (net 31) + (uuid "897d5397-58e2-42ea-a083-4afcfd087eba") + ) + (segment + (start 82.804 99.568) + (end 79.248 99.568) + (width 0.381) + (layer "F.Cu") + (net 31) + (uuid "f1582642-d283-458f-b6ff-aeae5baf13ce") + ) + (segment + (start 79.502 96.012) + (end 79.248 95.758) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "2e15241f-6a15-4b0a-bf18-da3b304b4152") + ) + (segment + (start 79.248 91.948) + (end 79.248 95.758) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "9c68f439-e56a-4ec5-be13-cd8ad5fbb1c7") + ) + (segment + (start 83.82 96.012) + (end 79.502 96.012) + (width 0.381) + (layer "F.Cu") + (net 32) + (uuid "e460c48d-c6c7-487e-a11d-58b7c123a305") + ) + (segment + (start 83.82 45.212) + (end 80.518 45.212) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "376c3ff2-ef2c-4db1-9437-f352c85fee4f") + ) + (segment + (start 80.518 45.212) + (end 78.994 43.688) + (width 0.381) + (layer "F.Cu") + (net 33) + (uuid "9c752117-3808-4c23-b831-463a907c0e16") + ) + (segment + (start 83.82 50.292) + (end 79.121 54.991) + (width 0.381) + (layer "F.Cu") + (net 34) + (uuid "13a8dd48-ef83-42ba-8526-60f990dd62f7") + ) + (segment + (start 83.82 42.672) + (end 81.153 40.005) + (width 0.381) + (layer "F.Cu") + (net 35) + (uuid "221b64ff-8bf4-4168-88ff-5a570603cc4e") + ) + (segment + (start 81.153 40.005) + (end 78.867 40.005) + (width 0.381) + (layer "F.Cu") + (net 35) + (uuid "45f1e947-0837-4383-ad42-e69f2ba4b85f") + ) + (segment + (start 78.867 36.195) + (end 78.867 40.005) + (width 0.381) + (layer "F.Cu") + (net 35) + (uuid "fb5f7f36-9460-4c73-918e-c98b682e753d") + ) + (segment + (start 78.994 32.512) + (end 78.867 32.385) + (width 0.381) + (layer "F.Cu") + (net 36) + (uuid "467e2fe0-3970-4e94-93e1-f2a64020d83a") + ) + (segment + (start 78.867 32.639) + (end 78.867 32.385) + (width 0.381) + (layer "F.Cu") + (net 36) + (uuid "4fc9a4cb-c1ef-49da-a621-8e7f6192eec5") + ) + (segment + (start 83.82 37.592) + (end 78.867 32.639) + (width 0.381) + (layer "F.Cu") + (net 36) + (uuid "7f72cad7-17c0-4346-8cfa-56d89541e9ad") + ) + (segment + (start 78.867 32.385) + (end 78.867 28.575) + (width 0.381) + (layer "F.Cu") + (net 36) + (uuid "8ce5f32c-e206-4769-a675-0b6a3468d9f6") + ) + (segment + (start 33.861499 94.916501) + (end 33.861499 98.631499) + (width 0.381) + (layer "F.Cu") + (net 37) + (uuid "3923c9a6-4bef-491f-b4af-6b39478339b2") + ) + (segment + (start 35.052 93.726) + (end 33.861499 94.916501) + (width 0.381) + (layer "F.Cu") + (net 37) + (uuid "6c0442b3-e5ff-4900-bcfc-b72a68120ed3") + ) + (segment + (start 33.861499 98.631499) + (end 35.052 99.822) + (width 0.381) + (layer "F.Cu") + (net 37) + (uuid "929a9d2c-c165-42da-8008-9057770903ba") + ) + (segment + (start 35.052 99.822) + (end 27.686 99.822) + (width 0.381) + (layer "F.Cu") + (net 37) + (uuid "ebae2211-0ca5-4a5f-bfd9-a05a5fe8b4c6") + ) + (segment + (start 48.339499 82.978501) + (end 49.53 81.788) + (width 0.381) + (layer "F.Cu") + (net 38) + (uuid "2aa54a1e-6948-4ad0-910b-98d675d9a1ca") + ) + (segment + (start 48.339499 86.202401) + (end 48.339499 82.978501) + (width 0.381) + (layer "F.Cu") + (net 38) + (uuid "321e69c1-8930-4681-8d4f-06b6dc632ca5") + ) + (segment + (start 64.341499 88.217499) + (end 50.354597 88.217499) + (width 0.381) + (layer "F.Cu") + (net 38) + (uuid "47c3c507-2524-4192-a15c-dd06d4f563cc") + ) + (segment + (start 50.354597 88.217499) + (end 48.339499 86.202401) + (width 0.381) + (layer "F.Cu") + (net 38) + (uuid "4a239ae2-4143-43b3-8683-9f42b3251b2d") + ) + (segment + (start 65.532 89.408) + (end 64.341499 88.217499) + (width 0.381) + (layer "F.Cu") + (net 38) + (uuid "8c0c2b23-f8e6-4ce1-a710-c9871ba76a7f") + ) + (segment + (start 49.53 85.09) + (end 50.711 85.09) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "087dfc06-5502-4952-a735-4a0083184446") + ) + (segment + (start 68.135441 86.280501) + (end 72.860001 81.555941) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "0c7b0329-59b7-4fc4-a936-f34977605db1") + ) + (segment + (start 72.860001 80.301999) + (end 72.860001 81.555941) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "4579c4f9-d487-4780-b438-e551a1849bb8") + ) + (segment + (start 50.711 85.09) + (end 51.901501 86.280501) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "528d38f4-04c8-4bfd-9b0c-78aae1ed760f") + ) + (segment + (start 51.901501 86.280501) + (end 68.135441 86.280501) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "68bee8e1-d87d-4491-aceb-124e7b6a28b6") + ) + (segment + (start 73.66 79.502) + (end 72.860001 80.301999) + (width 0.381) + (layer "F.Cu") + (net 39) + (uuid "960abe11-9b94-4fd3-94ac-5ef95364f697") + ) + (segment + (start 55.372 89.408) + (end 52.832 89.408) + (width 0.381) + (layer "F.Cu") + (net 40) + (uuid "bfaed0ee-0b91-4da9-b0e8-f7ecf35b97f0") + ) + (segment + (start 64.341499 47.926501) + (end 64.341499 60.007441) + (width 0.381) + (layer "B.Cu") + (net 40) + (uuid "070e2178-6485-4751-a8dd-f5a31c1d702c") + ) + (segment + (start 66.4464 71.999658) + (end 61.388501 77.057557) + (width 0.381) + (layer "B.Cu") + (net 40) + (uuid "09ad3197-e602-411e-893a-79f27ce3cfcf") + ) + (segment + (start 65.532 46.736) + (end 64.341499 47.926501) + (width 0.381) + (layer "B.Cu") + (net 40) + (uuid "2dff2b46-c332-4c56-b227-e26a5aa11e2a") + ) + (segment + (start 57.133942 89.408) + (end 55.372 89.408) + (width 0.381) + (layer "B.Cu") + (net 40) + (uuid "2ea02572-4a32-4c4b-960b-e980feee16c5") + ) + (segment + (start 61.388501 85.153441) + (end 57.133942 89.408) + (width 0.381) + (layer "B.Cu") + (net 40) + (uuid "52ed017b-f9ac-4abc-9996-5fd3cc125bae") + ) + (segment + (start 64.341499 60.007441) + (end 66.4464 62.112342) + (width 0.381) + (layer "B.Cu") + (net 40) + (uuid "6b23f389-34ad-411e-a914-1a4f7f661104") + ) + (segment + (start 61.388501 77.057557) + (end 61.388501 85.153441) + (width 0.381) + (layer "B.Cu") + (net 40) + (uuid "cd73d9d8-4ca2-4f63-b325-4039b76a9ff1") + ) + (segment + (start 66.4464 62.112342) + (end 66.4464 71.999658) + (width 0.381) + (layer "B.Cu") + (net 40) + (uuid "e9feb789-ca68-4418-ae60-656a9373751d") + ) + (segment + (start 78.994 87.884) + (end 80.438501 89.328501) + (width 0.381) + (layer "B.Cu") + (net 41) + (uuid "2e3d38b4-73c1-48bf-91ef-2049ec04457d") + ) + (segment + (start 80.438501 118.951499) + (end 79.248 120.142) + (width 0.381) + (layer "B.Cu") + (net 41) + (uuid "9fb494f7-da48-42d7-94d9-9a5f7e9ad2b8") + ) + (segment + (start 80.438501 89.328501) + (end 80.438501 118.951499) + (width 0.381) + (layer "B.Cu") + (net 41) + (uuid "d2bf7271-595b-4d60-b12f-194bb2e362ce") + ) + (segment + (start 70.104 66.433) + (end 70.104 67.564) + (width 0.381) + (layer "F.Cu") + (net 42) + (uuid "3c90a7c3-983f-42ae-ad30-1d95f976460d") + ) + (segment + (start 68.961 58.928) + (end 68.961 54.991) + (width 0.381) + (layer "F.Cu") + (net 42) + (uuid "57c87caa-767e-4bc6-909f-4f12019fb587") + ) + (segment + (start 68.961 58.928) + (end 70.09237 58.928) + (width 0.381) + (layer "F.Cu") + (net 42) + (uuid "5bc0f2bf-e0e5-416e-8565-2be5d88e0e8b") + ) + (segment + (start 70.278501 59.114131) + (end 70.278501 66.258499) + (width 0.381) + (layer "F.Cu") + (net 42) + (uuid "c405fa35-a8df-4f3b-9bd0-6c32b67e7e6d") + ) + (segment + (start 70.278501 66.258499) + (end 70.104 66.433) + (width 0.381) + (layer "F.Cu") + (net 42) + (uuid "cb4362d6-0aea-4ea2-91cc-f79e63b76010") + ) + (segment + (start 70.09237 58.928) + (end 70.278501 59.114131) + (width 0.381) + (layer "F.Cu") + (net 42) + (uuid "e008f4b8-afba-4125-844d-90b5306b5f3a") + ) + (segment + (start 72.644 47.498) + (end 68.834 43.688) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "072a7e29-9a8e-489f-a5cc-cc5807df684b") + ) + (segment + (start 54.61 49.276) + (end 57.912 49.276) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "32753b7f-47b1-455c-98f6-6caba77a4dd6") + ) + (segment + (start 50.546 45.212) + (end 54.61 49.276) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "40e7e298-333d-4c11-be8b-0cb8c718f71e") + ) + (segment + (start 61.642501 45.545499) + (end 66.976501 45.545499) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "862c3eb0-7a7e-4e65-b8c6-c995f60e1eff") + ) + (segment + (start 61.642501 45.545499) + (end 57.912 49.276) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "b3221733-21c4-4b6a-9bd8-c99422fd3ef5") + ) + (segment + (start 66.976501 45.545499) + (end 68.834 43.688) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "b72358dd-b2b8-4f59-9cde-bf2c1290e251") + ) + (segment + (start 72.644 67.564) + (end 72.644 47.498) + (width 0.381) + (layer "F.Cu") + (net 43) + (uuid "d32eb748-5a6b-4482-bbe8-7fc4c16d68e7") + ) + (segment + (start 50.546 45.212) + (end 50.546 45.917942) + (width 0.381) + (layer "B.Cu") + (net 43) + (uuid "a9e0e73e-a60c-4e1f-8e4f-2e6fe5b34017") + ) + (segment + (start 50.546 45.917942) + (end 37.789942 58.674) + (width 0.381) + (layer "B.Cu") + (net 43) + (uuid "b1fcc2b9-348a-4aba-87e0-310d68a4b4a3") + ) + (segment + (start 37.789942 58.674) + (end 37.592 58.674) + (width 0.381) + (layer "B.Cu") + (net 43) + (uuid "fc629603-e61c-41e6-a026-2b2277e53ed4") + ) + (segment + (start 69.088 124.46) + (end 66.433 124.46) + (width 0.381) + (layer "F.Cu") + (net 44) + (uuid "a4b80755-dd86-431a-a7b0-a2f99933a8e7") + ) + (segment + (start 66.433 124.46) + (end 66.04 124.853) + (width 0.381) + (layer "F.Cu") + (net 44) + (uuid "ca98f390-e3b8-48b1-8b4c-1baf60ef5542") + ) + (segment + (start 66.04 124.853) + (end 66.04 125.984) + (width 0.381) + (layer "F.Cu") + (net 44) + (uuid "e7ed6ea9-b7fd-421d-b9ff-6d89a7f7142e") + ) + (segment + (start 69.088 124.46) + (end 69.088 120.142) + (width 0.381) + (layer "F.Cu") + (net 44) + (uuid "ef2a8416-a596-48de-97aa-0e89efcd7ded") + ) + (segment + (start 32.258 54.61) + (end 28.194 58.674) + (width 0.381) + (layer "F.Cu") + (net 45) + (uuid "46c295aa-d5aa-414d-93ac-29e58c1b00eb") + ) + (segment + (start 28.194 58.674) + (end 27.432 58.674) + (width 0.381) + (layer "F.Cu") + (net 45) + (uuid "788ce0ce-891b-4580-b30f-67c0dbce95a4") + ) + (segment + (start 66.881499 104.981499) + (end 69.088 107.188) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "0aaaa5ca-124a-43f5-984c-106da66b3668") + ) + (segment + (start 66.78601 115.951068) + (end 66.78601 121.217605) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "12bc7c9c-2e8f-43e0-b160-5c1a3fc03411") + ) + (segment + (start 38.354 104.918058) + (end 42.100559 101.171499) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "1614a1b9-da54-4332-8b8a-5acac1aa1244") + ) + (segment + (start 66.78601 121.217605) + (end 63.5 124.503615) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "3cc5397f-015d-42a6-8357-7d1535f920d3") + ) + (segment + (start 45.291499 101.171499) + (end 46.482 102.362) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "41c3ba72-6abf-413d-a4bb-aa3baf56291f") + ) + (segment + (start 42.100559 101.171499) + (end 45.291499 101.171499) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "41cc6da2-92f5-4da4-86e7-824c60df05ec") + ) + (segment + (start 58.975501 109.124443) + (end 64.992557 115.141499) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "47a9b753-f4a4-40c2-bc28-ec52cfa10eba") + ) + (segment + (start 56.150058 106.172) + (end 51.149557 101.171499) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "5dc6423d-02c5-46c4-9636-101034a01335") + ) + (segment + (start 51.149557 101.171499) + (end 47.672501 101.171499) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "78800c3b-f984-4eae-bfa1-937505e1d147") + ) + (segment + (start 58.975501 107.362501) + (end 58.975501 109.124443) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "79a4e152-1894-4f95-adee-89781ec55aab") + ) + (segment + (start 47.672501 101.171499) + (end 46.482 102.362) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "79c8b44b-6e93-4198-9494-ebf8f4464f77") + ) + (segment + (start 65.976441 115.141499) + (end 66.78601 115.951068) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "adf21cef-d3ad-43a3-bd70-edcd04e935b3") + ) + (segment + (start 63.5 124.503615) + (end 63.5 125.984) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "b355b0fd-e67e-4f80-bfdd-9ba1a8b4eec0") + ) + (segment + (start 57.912 106.172) + (end 56.150058 106.172) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "d009f15a-3a6e-4a9c-a535-aa049829fb36") + ) + (segment + (start 38.354 115.316) + (end 38.354 104.918058) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "db0cd144-36ac-4552-a31a-61e29c11c72c") + ) + (segment + (start 59.102501 104.981499) + (end 57.912 106.172) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "e673de0a-0c00-4d33-bb59-2000424cb12d") + ) + (segment + (start 59.102501 104.981499) + (end 66.881499 104.981499) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "ebdc78a4-e1bb-43a7-9015-ad067ea81fef") + ) + (segment + (start 57.785 106.172) + (end 58.975501 107.362501) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "ece7f405-d986-4ed0-8b3c-b39a4a908309") + ) + (segment + (start 64.992557 115.141499) + (end 65.976441 115.141499) + (width 0.381) + (layer "F.Cu") + (net 46) + (uuid "f49a121c-77b5-42f4-9dc9-f701c90f41a5") + ) + (segment + (start 32.004 111.506) + (end 28.194 115.316) + (width 0.381) + (layer "F.Cu") + (net 47) + (uuid "2eaf79c5-dfe4-4543-a136-5bf6582d4c8d") + ) + (segment + (start 33.528 111.506) + (end 32.004 111.506) + (width 0.381) + (layer "F.Cu") + (net 47) + (uuid "adb41880-bcdf-4cb6-b8f8-71e102735ff0") + ) + (segment + (start 52.832 51.816) + (end 57.912 51.816) + (width 0.381) + (layer "F.Cu") + (net 48) + (uuid "478f76ed-b9db-4889-92f7-1c37e3dae289") + ) + (segment + (start 52.832 51.816) + (end 46.228 45.212) + (width 0.381) + (layer "F.Cu") + (net 48) + (uuid "a2e033cf-9dd9-4490-92f0-3697b5f54532") + ) + (segment + (start 56.642 108.712) + (end 57.912 108.712) + (width 0.381) + (layer "F.Cu") + (net 49) + (uuid "631f7480-46f9-43d5-a30c-d637f278c9f3") + ) + (segment + (start 50.292 102.362) + (end 56.642 108.712) + (width 0.381) + (layer "F.Cu") + (net 49) + (uuid "88f8aa8c-d1fb-484b-aa57-d65200ad62e0") + ) + (segment + (start 48.39863 60.198) + (end 42.811 60.198) + (width 0.381) + (layer "F.Cu") + (net 50) + (uuid "18b75382-0ded-4abe-a6c3-a0a9e5a960a7") + ) + (segment + (start 53.22463 55.372) + (end 48.39863 60.198) + (width 0.381) + (layer "F.Cu") + (net 50) + (uuid "deb3af9f-15af-4b8e-aac6-b0d7239cbd63") + ) + (segment + (start 41.91 59.297) + (end 41.91 58.166) + (width 0.381) + (layer "F.Cu") + (net 50) + (uuid "e23fc6d5-ec52-4144-bf78-b7607393c349") + ) + (segment + (start 42.811 60.198) + (end 41.91 59.297) + (width 0.381) + (layer "F.Cu") + (net 50) + (uuid "e73f51db-fa4c-4999-929d-9d8517c469c6") + ) + (segment + (start 54.356 55.372) + (end 53.22463 55.372) + (width 0.381) + (layer "F.Cu") + (net 50) + (uuid "f8a2dace-065b-4b1b-904f-e6bae4f7be24") + ) + (segment + (start 45.097 118.618) + (end 48.006 118.618) + (width 0.381) + (layer "F.Cu") + (net 51) + (uuid "254f22b6-8a13-4d78-8d1e-dc840070b087") + ) + (segment + (start 44.196 117.717) + (end 45.097 118.618) + (width 0.381) + (layer "F.Cu") + (net 51) + (uuid "85405e7f-2dc0-4f12-a60f-7f4a8b7b17d6") + ) + (segment + (start 48.006 118.618) + (end 54.102 112.522) + (width 0.381) + (layer "F.Cu") + (net 51) + (uuid "b279197c-f905-4c42-9566-be19a35e480d") + ) + (segment + (start 44.196 116.586) + (end 44.196 117.717) + (width 0.381) + (layer "F.Cu") + (net 51) + (uuid "f4a43c00-d916-4f7a-b801-3dc7a8dd2ca7") + ) + (segment + (start 60.372501 44.275499) + (end 60.372501 40.775557) + (width 0.381) + (layer "F.Cu") + (net 52) + (uuid "0f54c716-1df0-4fd3-9890-b6ed43f863ed") + ) + (segment + (start 60.372501 40.775557) + (end 64.953058 36.195) + (width 0.381) + (layer "F.Cu") + (net 52) + (uuid "25ff1d69-7e43-4a87-ae0b-f42dfdc3723d") + ) + (segment + (start 57.912 46.736) + (end 60.372501 44.275499) + (width 0.381) + (layer "F.Cu") + (net 52) + (uuid "2ff17670-61c3-45da-9ecd-d569eeac8641") + ) + (segment + (start 64.953058 36.195) + (end 68.707 36.195) + (width 0.381) + (layer "F.Cu") + (net 52) + (uuid "4ca0c395-c1d6-4982-86b1-613a2742da90") + ) + (segment + (start 69.088 99.568) + (end 69.088 98.43663) + (width 0.381) + (layer "F.Cu") + (net 53) + (uuid "3010a304-5e04-458f-963c-0c87638e63e1") + ) + (segment + (start 66.488869 95.837499) + (end 59.118559 95.837499) + (width 0.381) + (layer "F.Cu") + (net 53) + (uuid "4ac28f27-a5a8-425e-9044-bcab07510c26") + ) + (segment + (start 69.088 98.43663) + (end 66.488869 95.837499) + (width 0.381) + (layer "F.Cu") + (net 53) + (uuid "661105ce-7774-467a-9ee2-730ef5bb919f") + ) + (segment + (start 58.499499 99.503597) + (end 58.975501 99.979599) + (width 0.381) + (layer "F.Cu") + (net 53) + (uuid "698e9911-1eb2-4170-b460-e43fee86c295") + ) + (segment + (start 58.975501 102.441499) + (end 57.785 103.632) + (width 0.381) + (layer "F.Cu") + (net 53) + (uuid "87430096-e008-4dcd-a71c-d171182abdaf") + ) + (segment + (start 58.975501 99.979599) + (end 58.975501 102.441499) + (width 0.381) + (layer "F.Cu") + (net 53) + (uuid "9f65ad36-85dd-4e62-b948-6f802501f120") + ) + (segment + (start 58.499499 96.456559) + (end 58.499499 99.503597) + (width 0.381) + (layer "F.Cu") + (net 53) + (uuid "dcb6ea25-2d74-4ea5-a901-d5b81f6b267b") + ) + (segment + (start 59.118559 95.837499) + (end 58.499499 96.456559) + (width 0.381) + (layer "F.Cu") + (net 53) + (uuid "e0694d60-8faa-4918-8e3d-1ba5b484e204") + ) + (segment + (start 50.546 55.372) + (end 46.228 55.372) + (width 0.381) + (layer "F.Cu") + (net 54) + (uuid "0c825cc8-8079-46b0-b9a1-a8bcfe9c1ecc") + ) + (segment + (start 46.228 51.816) + (end 42.672 48.26) + (width 0.381) + (layer "F.Cu") + (net 54) + (uuid "1f988c8c-90e4-487b-ada0-0675312e8dfc") + ) + (segment + (start 46.228 55.372) + (end 46.228 51.816) + (width 0.381) + (layer "F.Cu") + (net 54) + (uuid "f1045e1f-03e5-4063-8c0a-e20dfed34bd8") + ) + (segment + (start 54.784501 57.483499) + (end 57.912 54.356) + (width 0.381) + (layer "F.Cu") + (net 55) + (uuid "2ea198e0-d2d3-47d8-a2af-00fec4f27ab6") + ) + (segment + (start 51.736501 62.055499) + (end 53.682152 62.055499) + (width 0.381) + (layer "F.Cu") + (net 55) + (uuid "41fa7b3a-faf1-44e7-a1f9-469d7ed1214b") + ) + (segment + (start 50.546 63.246) + (end 51.736501 62.055499) + (width 0.381) + (layer "F.Cu") + (net 55) + (uuid "5ef70933-9210-4732-94eb-b308241bace2") + ) + (segment + (start 54.784501 60.95315) + (end 54.784501 57.483499) + (width 0.381) + (layer "F.Cu") + (net 55) + (uuid "8eabcb82-cbe3-437a-930b-573caa766a7b") + ) + (segment + (start 53.682152 62.055499) + (end 54.784501 60.95315) + (width 0.381) + (layer "F.Cu") + (net 55) + (uuid "d76882c8-f5f7-4f35-8106-8b32767b415d") + ) + (segment + (start 55.546501 113.617499) + (end 55.546501 117.879441) + (width 0.381) + (layer "F.Cu") + (net 56) + (uuid "15347215-dd4a-44a9-bdef-baa2412bbd67") + ) + (segment + (start 54.220443 119.205499) + (end 52.752501 119.205499) + (width 0.381) + (layer "F.Cu") + (net 56) + (uuid "5e137681-f628-45d8-abb3-cfe51b835b42") + ) + (segment + (start 57.912 111.252) + (end 55.546501 113.617499) + (width 0.381) + (layer "F.Cu") + (net 56) + (uuid "ab018e44-a645-47ca-834e-95f93ec2fc51") + ) + (segment + (start 52.752501 119.205499) + (end 51.308 120.65) + (width 0.381) + (layer "F.Cu") + (net 56) + (uuid "c8ea69b7-fe39-425f-9904-499201b86a9a") + ) + (segment + (start 55.546501 117.879441) + (end 54.220443 119.205499) + (width 0.381) + (layer "F.Cu") + (net 56) + (uuid "d1e1272d-6613-494c-a08e-67b10d1f3cb3") + ) + (segment + (start 46.482 108.712) + (end 46.482 112.522) + (width 0.381) + (layer "F.Cu") + (net 57) + (uuid "0dd6dad5-bb69-43a6-a4f0-bd1c98499075") + ) + (segment + (start 42.672 104.902) + (end 46.482 108.712) + (width 0.381) + (layer "F.Cu") + (net 57) + (uuid "3118acbf-92f7-4571-b1b0-cddc427d4cb1") + ) + (segment + (start 46.482 112.522) + (end 50.292 112.522) + (width 0.381) + (layer "F.Cu") + (net 57) + (uuid "77c8dfc4-7c10-449f-942c-0df5bc1a920e") + ) + (segment + (start 63.754 79.248) + (end 63.5 79.502) + (width 0.381) + (layer "F.Cu") + (net 58) + (uuid "7586e147-7514-4a89-a2b5-83fc2e5610b9") + ) + (segment + (start 63.754 76.454) + (end 63.754 79.248) + (width 0.381) + (layer "F.Cu") + (net 58) + (uuid "b4ea6bc1-4172-4397-b451-a1c595b906c7") + ) + (segment + (start 67.027411 72.24032) + (end 63.754 75.513731) + (width 0.381) + (layer "B.Cu") + (net 58) + (uuid "19ea952f-4538-45da-9d52-ec3face70572") + ) + (segment + (start 65.532 59.436) + (end 67.027411 60.931411) + (width 0.381) + (layer "B.Cu") + (net 58) + (uuid "49389c67-9970-4f51-81ca-c049d942e7f9") + ) + (segment + (start 67.027411 60.931411) + (end 67.027411 72.24032) + (width 0.381) + (layer "B.Cu") + (net 58) + (uuid "5f07f787-e5c6-4985-a660-c6a6b7129da1") + ) + (segment + (start 63.754 75.513731) + (end 63.754 76.454) + (width 0.381) + (layer "B.Cu") + (net 58) + (uuid "c7bbfe7d-7a89-45df-9870-2b5d69fd9b95") + ) + (segment + (start 54.356 45.212) + (end 55.372 44.196) + (width 0.381) + (layer "F.Cu") + (net 59) + (uuid "3de2e136-d81c-4fa2-9d6e-978dccd399b8") + ) + (segment + (start 55.372 44.196) + (end 57.912 44.196) + (width 0.381) + (layer "F.Cu") + (net 59) + (uuid "cdcdbc98-c41b-427c-bd12-dee5d1358d2e") + ) + (segment + (start 55.372 101.092) + (end 54.102 102.362) + (width 0.381) + (layer "F.Cu") + (net 60) + (uuid "5a6ad780-6530-430c-8882-c37512707d1d") + ) + (segment + (start 57.912 101.092) + (end 55.372 101.092) + (width 0.381) + (layer "F.Cu") + (net 60) + (uuid "fe742104-35cc-45b7-8583-a74fc462a001") + ) + (segment + (start 57.912 56.896) + (end 55.365512 59.442488) + (width 0.381) + (layer "F.Cu") + (net 61) + (uuid "10e20106-6c1e-4dd9-ad41-d1a87cf228e7") + ) + (segment + (start 55.365512 59.442488) + (end 55.365512 62.097858) + (width 0.381) + (layer "F.Cu") + (net 61) + (uuid "389d1ba0-0997-45f2-b9f1-f3cfebbacbb8") + ) + (segment + (start 54.21737 63.246) + (end 53.086 63.246) + (width 0.381) + (layer "F.Cu") + (net 61) + (uuid "839916fb-a3bc-4e8b-8e6a-ccd6903ed327") + ) + (segment + (start 55.365512 62.097858) + (end 54.21737 63.246) + (width 0.381) + (layer "F.Cu") + (net 61) + (uuid "f6df0d70-5bb7-4d48-9173-a06be1142ffd") + ) + (segment + (start 58.975501 114.982501) + (end 57.785 113.792) + (width 0.381) + (layer "F.Cu") + (net 62) + (uuid "32911434-8bbb-4678-b64d-8e79ad14ae3b") + ) + (segment + (start 54.356 120.904) + (end 55.48737 120.904) + (width 0.381) + (layer "F.Cu") + (net 62) + (uuid "40114d0e-0f5d-4107-8f96-2d15da66e794") + ) + (segment + (start 55.48737 120.904) + (end 58.975501 117.415869) + (width 0.381) + (layer "F.Cu") + (net 62) + (uuid "810b6888-7ad3-40b9-992d-c75063ed423a") + ) + (segment + (start 58.975501 117.415869) + (end 58.975501 114.982501) + (width 0.381) + (layer "F.Cu") + (net 62) + (uuid "a4ed1011-7257-43f4-9d40-c6e7540b85ce") + ) + (segment + (start 27.432 66.929) + (end 33.02 72.517) + (width 0.381) + (layer "F.Cu") + (net 63) + (uuid "b77abda2-6435-492c-8b54-8fb208353335") + ) + (segment + (start 27.432 62.484) + (end 27.432 66.929) + (width 0.381) + (layer "F.Cu") + (net 63) + (uuid "ba8f83f0-43f5-4088-b3b0-0381fc703d63") + ) + (segment + (start 65.532 54.356) + (end 68.707 51.181) + (width 0.381) + (layer "F.Cu") + (net 64) + (uuid "9d5c78a7-f93d-4195-9aa4-f2331fa71560") + ) + (segment + (start 67.056 113.792) + (end 69.088 115.824) + (width 0.381) + (layer "F.Cu") + (net 65) + (uuid "cbd58b81-3b91-43e6-9830-0ee5a642740b") + ) + (segment + (start 65.405 113.792) + (end 67.056 113.792) + (width 0.381) + (layer "F.Cu") + (net 65) + (uuid "d171b36a-19ad-4d41-ba44-30d070450c3d") + ) + (segment + (start 79.756 75.946) + (end 76.2 79.502) + (width 0.381) + (layer "F.Cu") + (net 66) + (uuid "54623413-b0cc-4965-a201-82e273dfaa99") + ) + (segment + (start 77.381 79.502) + (end 83.82 85.941) + (width 0.381) + (layer "F.Cu") + (net 66) + (uuid "7be69d80-2884-48ba-b728-37773e105c37") + ) + (segment + (start 76.2 79.502) + (end 77.381 79.502) + (width 0.381) + (layer "F.Cu") + (net 66) + (uuid "8b99a3b6-5668-413f-9d17-de543f84ef22") + ) + (segment + (start 83.82 85.941) + (end 83.82 88.392) + (width 0.381) + (layer "F.Cu") + (net 66) + (uuid "a91258e4-f0a8-40a0-8978-a3cac2d8382f") + ) + (segment + (start 33.274 81.534) + (end 38.560499 76.247501) + (width 0.381) + (layer "F.Cu") + (net 67) + (uuid "2cf401cb-1433-449a-8725-80f30d5febc6") + ) + (segment + (start 43.894499 76.247501) + (end 49.53 70.612) + (width 0.381) + (layer "F.Cu") + (net 67) + (uuid "3550c1b7-aef5-443e-ad4b-202e613a3981") + ) + (segment + (start 38.560499 76.247501) + (end 43.894499 76.247501) + (width 0.381) + (layer "F.Cu") + (net 67) + (uuid "5e131089-eb04-49ed-840b-0cce713b20ea") + ) + (segment + (start 28.194 119.126) + (end 28.194 124.46) + (width 0.381) + (layer "F.Cu") + (net 68) + (uuid "50d8978b-afc5-49fa-bb6b-815cf7ec83bb") + ) + (segment + (start 28.194 124.46) + (end 33.02 129.286) + (width 0.381) + (layer "F.Cu") + (net 68) + (uuid "7f2e6dd5-d6a7-423f-a833-0781d007d7c3") + ) + (segment + (start 63.071499 61.309557) + (end 63.071499 54.276501) + (width 0.381) + (layer "F.Cu") + (net 69) + (uuid "0784a526-f7ce-43c5-b551-c8f4fdd34571") + ) + (segment + (start 65.532 51.816) + (end 63.071499 54.276501) + (width 0.381) + (layer "F.Cu") + (net 69) + (uuid "59ac9b5b-711b-401d-8a08-e70fd2e790f7") + ) + (segment + (start 61.451942 66.802) + (end 59.69 66.802) + (width 0.381) + (layer "F.Cu") + (net 69) + (uuid "819e7b64-d8f1-431c-8277-662a058d9caf") + ) + (segment + (start 64.436501 62.674559) + (end 64.436501 63.817441) + (width 0.381) + (layer "F.Cu") + (net 69) + (uuid "bf4b9c3a-09ad-4654-8f3e-d0fd340c2900") + ) + (segment + (start 63.071499 61.309557) + (end 64.436501 62.674559) + (width 0.381) + (layer "F.Cu") + (net 69) + (uuid "cfa18cdf-fff0-4470-adf6-f9e0b970ada5") + ) + (segment + (start 64.436501 63.817441) + (end 61.451942 66.802) + (width 0.381) + (layer "F.Cu") + (net 69) + (uuid "f666df93-3574-4563-93b9-d9c6039f5f84") + ) + (segment + (start 60.007441 127.682501) + (end 50.466501 127.682501) + (width 0.381) + (layer "F.Cu") + (net 70) + (uuid "094cf416-b903-458d-a498-14615e3c76d2") + ) + (segment + (start 60.626501 127.063441) + (end 60.007441 127.682501) + (width 0.381) + (layer "F.Cu") + (net 70) + (uuid "1d87ef40-105f-4e9f-a6b5-98939c7b577e") + ) + (segment + (start 50.466501 127.682501) + (end 49.276 126.492) + (width 0.381) + (layer "F.Cu") + (net 70) + (uuid "55aa1d73-aaaa-4caa-b312-0f7d5e942dc7") + ) + (segment + (start 66.204999 120.976943) + (end 60.626501 126.555441) + (width 0.381) + (layer "F.Cu") + (net 70) + (uuid "776f89a4-1acd-4411-b701-2457180de855") + ) + (segment + (start 60.626501 126.555441) + (end 60.626501 127.063441) + (width 0.381) + (layer "F.Cu") + (net 70) + (uuid "e1e3d291-db1e-49f5-b235-08ba1fd9c913") + ) + (segment + (start 66.204999 117.131999) + (end 66.204999 120.976943) + (width 0.381) + (layer "F.Cu") + (net 70) + (uuid "eea8f19b-fbea-40a0-b190-da6828bebc66") + ) + (segment + (start 65.405 116.332) + (end 66.204999 117.131999) + (width 0.381) + (layer "F.Cu") + (net 70) + (uuid "f35e6994-9735-4ca2-8add-ba8fae6873d5") + ) + (segment + (start 48.222001 45.411943) + (end 48.222001 41.185999) + (width 0.381) + (layer "F.Cu") + (net 71) + (uuid "0a570f96-f805-4944-b3e6-63327c248ee2") + ) + (segment + (start 63.071499 50.466501) + (end 53.276559 50.466501) + (width 0.381) + (layer "F.Cu") + (net 71) + (uuid "0ffba134-1f62-448f-923b-73ee56000090") + ) + (segment + (start 53.276559 50.466501) + (end 48.222001 45.411943) + (width 0.381) + (layer "F.Cu") + (net 71) + (uuid "22fe982d-45b5-4744-8e58-d3475367da7f") + ) + (segment + (start 67.564 49.276) + (end 69.469 47.371) + (width 0.381) + (layer "F.Cu") + (net 71) + (uuid "be8af741-2239-49fd-9625-a292cd06bb44") + ) + (segment + (start 64.262 49.276) + (end 63.071499 50.466501) + (width 0.381) + (layer "F.Cu") + (net 71) + (uuid "dbdbadf6-cdf0-4fb3-8d1a-622350d14776") + ) + (segment + (start 48.222001 41.185999) + (end 49.022 40.386) + (width 0.381) + (layer "F.Cu") + (net 71) + (uuid "dc9e0f60-5201-4ce1-a6cc-3c00dd0783a8") + ) + (segment + (start 64.262 49.276) + (end 67.564 49.276) + (width 0.381) + (layer "F.Cu") + (net 71) + (uuid "f09bef98-38e5-41f3-b85f-774aef099736") + ) + (segment + (start 70.278501 110.061499) + (end 69.088 111.252) + (width 0.381) + (layer "F.Cu") + (net 72) + (uuid "078a797f-6d80-4e86-8be0-c600b8f51c55") + ) + (segment + (start 65.532 103.632) + (end 67.564 103.632) + (width 0.381) + (layer "F.Cu") + (net 72) + (uuid "91255c75-3a7f-489b-828e-b3144a513d3c") + ) + (segment + (start 59.69 97.028) + (end 59.69 97.79) + (width 0.381) + (layer "F.Cu") + (net 72) + (uuid "c95ce0a5-f056-4b9e-9e7d-7287e275453c") + ) + (segment + (start 70.278501 106.346501) + (end 70.278501 110.061499) + (width 0.381) + (layer "F.Cu") + (net 72) + (uuid "ceb9085a-4b57-421e-a8ab-8d6cf6fdac96") + ) + (segment + (start 59.69 97.79) + (end 65.532 103.632) + (width 0.381) + (layer "F.Cu") + (net 72) + (uuid "e408bebc-7bcd-4291-a137-cfc7994de4ad") + ) + (segment + (start 67.564 103.632) + (end 70.278501 106.346501) + (width 0.381) + (layer "F.Cu") + (net 72) + (uuid "e9a7943a-d56b-45e2-934c-cbcaaf9dad58") + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005de3bb7c") + (hatch edge 0.508) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 86.0044 25.4) (xy 85.9536 137.1346) (xy 25.4 137.1346) (xy 25.3746 25.3746) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 85.881621 25.480502) (xy 85.928114 25.534158) (xy 85.9395 25.5865) (xy 85.9395 136.9735) (xy 85.919498 137.041621) + (xy 85.865842 137.088114) (xy 85.8135 137.0995) (xy 25.5865 137.0995) (xy 25.518379 137.079498) + (xy 25.471886 137.025842) (xy 25.4605 136.9735) (xy 25.4605 134.726287) (xy 26.5895 134.726287) + (xy 26.622754 134.936243) (xy 26.688443 135.138412) (xy 26.784949 135.327816) (xy 26.909896 135.499792) + (xy 26.909898 135.499794) (xy 26.9099 135.499797) (xy 27.060202 135.650099) (xy 27.060205 135.650101) + (xy 27.060208 135.650104) (xy 27.232184 135.775051) (xy 27.421588 135.871557) (xy 27.623757 135.937246) + (xy 27.833713 135.9705) (xy 27.833716 135.9705) (xy 28.046284 135.9705) (xy 28.046287 135.9705) + (xy 28.256243 135.937246) (xy 28.458412 135.871557) (xy 28.647816 135.775051) (xy 28.819792 135.650104) + (xy 28.970104 135.499792) (xy 29.095051 135.327816) (xy 29.191557 135.138412) (xy 29.257246 134.936243) + (xy 29.2905 134.726287) (xy 82.1095 134.726287) (xy 82.142754 134.936243) (xy 82.208443 135.138412) + (xy 82.304949 135.327816) (xy 82.429896 135.499792) (xy 82.429898 135.499794) (xy 82.4299 135.499797) + (xy 82.580202 135.650099) (xy 82.580205 135.650101) (xy 82.580208 135.650104) (xy 82.752184 135.775051) + (xy 82.941588 135.871557) (xy 83.143757 135.937246) (xy 83.353713 135.9705) (xy 83.353716 135.9705) + (xy 83.566284 135.9705) (xy 83.566287 135.9705) (xy 83.776243 135.937246) (xy 83.978412 135.871557) + (xy 84.167816 135.775051) (xy 84.339792 135.650104) (xy 84.490104 135.499792) (xy 84.615051 135.327816) + (xy 84.711557 135.138412) (xy 84.777246 134.936243) (xy 84.8105 134.726287) (xy 84.8105 134.513713) + (xy 84.777246 134.303757) (xy 84.711557 134.101588) (xy 84.615051 133.912184) (xy 84.490104 133.740208) + (xy 84.490101 133.740205) (xy 84.490099 133.740202) (xy 84.339797 133.5899) (xy 84.339794 133.589898) + (xy 84.339792 133.589896) (xy 84.167816 133.464949) (xy 83.978412 133.368443) (xy 83.776243 133.302754) + (xy 83.566287 133.2695) (xy 83.353713 133.2695) (xy 83.143757 133.302754) (xy 83.143754 133.302754) + (xy 83.143753 133.302755) (xy 82.941588 133.368443) (xy 82.941586 133.368444) (xy 82.75218 133.464951) + (xy 82.580205 133.589898) (xy 82.580202 133.5899) (xy 82.4299 133.740202) (xy 82.429898 133.740205) + (xy 82.304951 133.91218) (xy 82.304949 133.912184) (xy 82.208443 134.101588) (xy 82.142754 134.303757) + (xy 82.1095 134.513713) (xy 82.1095 134.726287) (xy 29.2905 134.726287) (xy 29.2905 134.513713) + (xy 29.257246 134.303757) (xy 29.191557 134.101588) (xy 29.095051 133.912184) (xy 28.970104 133.740208) + (xy 28.970101 133.740205) (xy 28.970099 133.740202) (xy 28.819797 133.5899) (xy 28.819794 133.589898) + (xy 28.819792 133.589896) (xy 28.647816 133.464949) (xy 28.458412 133.368443) (xy 28.256243 133.302754) + (xy 28.046287 133.2695) (xy 27.833713 133.2695) (xy 27.623757 133.302754) (xy 27.623754 133.302754) + (xy 27.623753 133.302755) (xy 27.421588 133.368443) (xy 27.421586 133.368444) (xy 27.23218 133.464951) + (xy 27.060205 133.589898) (xy 27.060202 133.5899) (xy 26.9099 133.740202) (xy 26.909898 133.740205) + (xy 26.784951 133.91218) (xy 26.784949 133.912184) (xy 26.688443 134.101588) (xy 26.622754 134.303757) + (xy 26.5895 134.513713) (xy 26.5895 134.726287) (xy 25.4605 134.726287) (xy 25.4605 128.404833) + (xy 25.480502 128.336712) (xy 25.534158 128.290219) (xy 25.604432 128.280115) (xy 25.669012 128.309609) + (xy 25.675595 128.315738) (xy 28.265997 130.90614) (xy 28.300023 130.968452) (xy 28.302902 130.995235) + (xy 28.302902 130.998594) (xy 28.302902 130.998596) (xy 28.302902 130.9986) (xy 28.317832 131.16925) + (xy 28.322857 131.226686) (xy 28.382115 131.44784) (xy 28.382117 131.447846) (xy 28.440011 131.572) + (xy 28.478877 131.655349) (xy 28.610202 131.8429) (xy 28.7721 132.004798) (xy 28.959651 132.136123) + (xy 29.167157 132.232884) (xy 29.388313 132.292143) (xy 29.6164 132.312098) (xy 29.844487 132.292143) + (xy 30.065643 132.232884) (xy 30.273149 132.136123) (xy 30.4607 132.004798) (xy 30.622598 131.8429) + (xy 30.634432 131.826) (xy 31.706502 131.826) (xy 31.726457 132.054087) (xy 31.748438 132.136122) + (xy 31.785715 132.27524) (xy 31.785717 132.275246) (xy 31.88236 132.482498) (xy 31.882477 132.482749) + (xy 32.013802 132.6703) (xy 32.1757 132.832198) (xy 32.363251 132.963523) (xy 32.570757 133.060284) + (xy 32.791913 133.119543) (xy 33.02 133.139498) (xy 33.248087 133.119543) (xy 33.469243 133.060284) + (xy 33.676749 132.963523) (xy 33.8643 132.832198) (xy 34.026198 132.6703) (xy 34.157523 132.482749) + (xy 34.254284 132.275243) (xy 34.313543 132.054087) (xy 34.333498 131.826) (xy 34.313543 131.597913) + (xy 34.254284 131.376757) (xy 34.157523 131.169251) (xy 34.026198 130.9817) (xy 33.8643 130.819802) + (xy 33.676749 130.688477) (xy 33.63813 130.670469) (xy 33.637543 130.670195) (xy 33.584258 130.623279) + (xy 33.564796 130.555002) (xy 33.585337 130.487042) (xy 33.637543 130.441805) (xy 33.639997 130.44066) + (xy 33.676749 130.423523) (xy 33.8643 130.292198) (xy 34.026198 130.1303) (xy 34.157523 129.942749) + (xy 34.254284 129.735243) (xy 34.313543 129.514087) (xy 34.333498 129.286) (xy 39.326502 129.286) + (xy 39.346457 129.514087) (xy 39.365645 129.585698) (xy 39.405715 129.73524) (xy 39.405717 129.735246) + (xy 39.502477 129.942749) (xy 39.537244 129.992402) (xy 39.633802 130.1303) (xy 39.7957 130.292198) + (xy 39.983251 130.423523) (xy 40.022457 130.441805) (xy 40.023047 130.44208) (xy 40.076332 130.488996) + (xy 40.095794 130.557273) (xy 40.075253 130.625233) (xy 40.023051 130.670468) (xy 39.983504 130.68891) + (xy 39.796025 130.820184) (xy 39.796019 130.820189) (xy 39.634189 130.982019) (xy 39.634184 130.982025) + (xy 39.502912 131.169501) (xy 39.406188 131.376926) (xy 39.406186 131.376931) (xy 39.353917 131.572) + (xy 40.328314 131.572) (xy 40.31992 131.580394) (xy 40.267259 131.671606) (xy 40.24 131.773339) + (xy 40.24 131.878661) (xy 40.267259 131.980394) (xy 40.31992 132.071606) (xy 40.328314 132.08) (xy 39.353918 132.08) + (xy 39.406186 132.275068) (xy 39.406188 132.275073) (xy 39.502912 132.482498) (xy 39.634184 132.669974) + (xy 39.634189 132.66998) (xy 39.796019 132.83181) (xy 39.796025 132.831815) (xy 39.983501 132.963087) + (xy 40.190926 133.059811) (xy 40.190931 133.059813) (xy 40.386 133.112081) (xy 40.386 132.137686) + (xy 40.394394 132.14608) (xy 40.485606 132.198741) (xy 40.587339 132.226) (xy 40.692661 132.226) + (xy 40.794394 132.198741) (xy 40.885606 132.14608) (xy 40.894 132.137686) (xy 40.894 133.112081) + (xy 41.089068 133.059813) (xy 41.089073 133.059811) (xy 41.296498 132.963087) (xy 41.483974 132.831815) + (xy 41.48398 132.83181) (xy 41.64581 132.66998) (xy 41.645815 132.669974) (xy 41.777087 132.482498) + (xy 41.873811 132.275073) (xy 41.873813 132.275068) (xy 41.926082 132.08) (xy 40.951686 132.08) + (xy 40.96008 132.071606) (xy 41.012741 131.980394) (xy 41.04 131.878661) (xy 41.04 131.773339) (xy 41.012741 131.671606) + (xy 40.96008 131.580394) (xy 40.951686 131.572) (xy 41.926082 131.572) (xy 41.873813 131.376931) + (xy 41.873811 131.376926) (xy 41.777087 131.169501) (xy 41.645815 130.982025) (xy 41.64581 130.982019) + (xy 41.48398 130.820189) (xy 41.483974 130.820184) (xy 41.296497 130.688911) (xy 41.256949 130.670469) + (xy 41.203665 130.623551) (xy 41.184205 130.555273) (xy 41.204748 130.487314) (xy 41.25695 130.442081) + (xy 41.296749 130.423523) (xy 41.4843 130.292198) (xy 41.646198 130.1303) (xy 41.777523 129.942749) + (xy 41.874284 129.735243) (xy 41.933543 129.514087) (xy 41.953498 129.286) (xy 41.933543 129.057913) + (xy 41.874284 128.836757) (xy 41.777523 128.629251) (xy 41.646198 128.4417) (xy 41.4843 128.279802) + (xy 41.296749 128.148477) (xy 41.290849 128.145726) (xy 41.257543 128.130195) (xy 41.204258 128.083279) + (xy 41.184796 128.015002) (xy 41.205337 127.947042) (xy 41.257543 127.901805) (xy 41.259997 127.90066) + (xy 41.296749 127.883523) (xy 41.4843 127.752198) (xy 41.646198 127.5903) (xy 41.777523 127.402749) + (xy 41.874284 127.195243) (xy 41.933543 126.974087) (xy 41.953498 126.746) (xy 41.933543 126.517913) + (xy 41.874284 126.296757) (xy 41.777523 126.089251) (xy 41.646198 125.9017) (xy 41.4843 125.739802) + (xy 41.484291 125.739796) (xy 41.372409 125.661455) (xy 41.296749 125.608477) (xy 41.257543 125.590195) + (xy 41.204258 125.543279) (xy 41.184796 125.475002) (xy 41.205337 125.407042) (xy 41.257543 125.361805) + (xy 41.259997 125.36066) (xy 41.296749 125.343523) (xy 41.4843 125.212198) (xy 41.646198 125.0503) + (xy 41.777523 124.862749) (xy 41.874284 124.655243) (xy 41.933543 124.434087) (xy 41.953498 124.206) + (xy 41.933543 123.977913) (xy 41.874284 123.756757) (xy 41.777523 123.549251) (xy 41.646198 123.3617) + (xy 41.4843 123.199802) (xy 41.368757 123.118898) (xy 41.296749 123.068477) (xy 41.089246 122.971717) + (xy 41.08924 122.971715) (xy 40.995771 122.94667) (xy 40.868087 122.912457) (xy 40.64 122.892502) + (xy 40.411913 122.912457) (xy 40.190759 122.971715) (xy 40.190753 122.971717) (xy 39.98325 123.068477) + (xy 39.795703 123.199799) (xy 39.795697 123.199804) (xy 39.633804 123.361697) (xy 39.633799 123.361703) + (xy 39.502477 123.54925) (xy 39.405717 123.756753) (xy 39.405715 123.756759) (xy 39.351151 123.960394) + (xy 39.346457 123.977913) (xy 39.326502 124.206) (xy 39.346457 124.434087) (xy 39.367511 124.512661) + (xy 39.405715 124.65524) (xy 39.405717 124.655246) (xy 39.502477 124.862749) (xy 39.535032 124.909243) + (xy 39.633802 125.0503) (xy 39.7957 125.212198) (xy 39.983251 125.343523) (xy 40.006742 125.354477) + (xy 40.022457 125.361805) (xy 40.075742 125.408722) (xy 40.095203 125.476999) (xy 40.074661 125.544959) + (xy 40.022457 125.590195) (xy 39.98325 125.608477) (xy 39.795703 125.739799) (xy 39.795697 125.739804) + (xy 39.633804 125.901697) (xy 39.633799 125.901703) (xy 39.502477 126.08925) (xy 39.405717 126.296753) + (xy 39.405715 126.296759) (xy 39.366713 126.442317) (xy 39.346457 126.517913) (xy 39.326502 126.746) + (xy 39.346457 126.974087) (xy 39.373271 127.074159) (xy 39.405715 127.19524) (xy 39.405717 127.195246) + (xy 39.502477 127.402749) (xy 39.583039 127.517804) (xy 39.633802 127.5903) (xy 39.7957 127.752198) + (xy 39.983251 127.883523) (xy 40.018359 127.899894) (xy 40.022457 127.901805) (xy 40.075742 127.948722) + (xy 40.095203 128.016999) (xy 40.074661 128.084959) (xy 40.022457 128.130195) (xy 39.98325 128.148477) + (xy 39.795703 128.279799) (xy 39.795697 128.279804) (xy 39.633804 128.441697) (xy 39.633799 128.441703) + (xy 39.502477 128.62925) (xy 39.405717 128.836753) (xy 39.405715 128.836759) (xy 39.346457 129.057913) + (xy 39.326502 129.286) (xy 34.333498 129.286) (xy 34.313543 129.057913) (xy 34.254284 128.836757) + (xy 34.157523 128.629251) (xy 34.026198 128.4417) (xy 33.8643 128.279802) (xy 33.676749 128.148477) + (xy 33.670849 128.145726) (xy 33.637543 128.130195) (xy 33.584258 128.083279) (xy 33.564796 128.015002) + (xy 33.585337 127.947042) (xy 33.637543 127.901805) (xy 33.639997 127.90066) (xy 33.676749 127.883523) + (xy 33.8643 127.752198) (xy 34.026198 127.5903) (xy 34.157523 127.402749) (xy 34.254284 127.195243) + (xy 34.313543 126.974087) (xy 34.333498 126.746) (xy 34.313543 126.517913) (xy 34.254284 126.296757) + (xy 34.157523 126.089251) (xy 34.026198 125.9017) (xy 33.8643 125.739802) (xy 33.864295 125.739799) + (xy 33.864292 125.739796) (xy 33.860995 125.737487) (xy 33.816669 125.682028) (xy 33.809363 125.611409) + (xy 33.841396 125.548049) (xy 33.902599 125.512067) (xy 33.919801 125.508999) (xy 33.929201 125.507989) + (xy 34.066204 125.456889) (xy 34.130548 125.408722) (xy 34.183261 125.369261) (xy 34.270887 125.252207) + (xy 34.270887 125.252206) (xy 34.270889 125.252204) (xy 34.318409 125.124799) (xy 34.321988 125.115204) + (xy 34.32199 125.115196) (xy 34.328499 125.054649) (xy 34.3285 125.054632) (xy 34.3285 123.357367) + (xy 34.328499 123.35735) (xy 34.32199 123.296803) (xy 34.321988 123.296795) (xy 34.285811 123.199804) + (xy 34.270889 123.159796) (xy 34.270888 123.159794) (xy 34.270887 123.159792) (xy 34.183261 123.042738) + (xy 34.066207 122.955112) (xy 34.066202 122.95511) (xy 33.929204 122.904011) (xy 33.929196 122.904009) + (xy 33.868649 122.8975) (xy 33.868638 122.8975) (xy 32.171362 122.8975) (xy 32.17135 122.8975) (xy 32.110803 122.904009) + (xy 32.110795 122.904011) (xy 31.973797 122.95511) (xy 31.973792 122.955112) (xy 31.856738 123.042738) + (xy 31.769112 123.159792) (xy 31.76911 123.159797) (xy 31.718011 123.296795) (xy 31.718009 123.296803) + (xy 31.7115 123.35735) (xy 31.7115 125.054649) (xy 31.718009 125.115196) (xy 31.718011 125.115204) + (xy 31.76911 125.252202) (xy 31.769112 125.252207) (xy 31.856738 125.369261) (xy 31.973792 125.456887) + (xy 31.973794 125.456888) (xy 31.973796 125.456889) (xy 32.110799 125.507989) (xy 32.120191 125.508998) + (xy 32.185784 125.536163) (xy 32.226279 125.594479) (xy 32.228817 125.66543) (xy 32.192593 125.72649) + (xy 32.17901 125.737483) (xy 32.175708 125.739795) (xy 32.175697 125.739804) (xy 32.013804 125.901697) + (xy 32.013799 125.901703) (xy 31.882477 126.08925) (xy 31.785717 126.296753) (xy 31.785715 126.296759) + (xy 31.746713 126.442317) (xy 31.726457 126.517913) (xy 31.706502 126.746) (xy 31.726457 126.974087) + (xy 31.753271 127.074159) (xy 31.785715 127.19524) (xy 31.785717 127.195246) (xy 31.882477 127.402749) + (xy 31.963039 127.517804) (xy 32.013802 127.5903) (xy 32.1757 127.752198) (xy 32.363251 127.883523) + (xy 32.398359 127.899894) (xy 32.402457 127.901805) (xy 32.455742 127.948722) (xy 32.475203 128.016999) + (xy 32.454661 128.084959) (xy 32.402457 128.130195) (xy 32.36325 128.148477) (xy 32.175703 128.279799) + (xy 32.175697 128.279804) (xy 32.013804 128.441697) (xy 32.013799 128.441703) (xy 31.882477 128.62925) + (xy 31.785717 128.836753) (xy 31.785715 128.836759) (xy 31.726457 129.057913) (xy 31.706502 129.286) + (xy 31.726457 129.514087) (xy 31.745645 129.585698) (xy 31.785715 129.73524) (xy 31.785717 129.735246) + (xy 31.882477 129.942749) (xy 31.917244 129.992402) (xy 32.013802 130.1303) (xy 32.1757 130.292198) + (xy 32.363251 130.423523) (xy 32.398359 130.439894) (xy 32.402457 130.441805) (xy 32.455742 130.488722) + (xy 32.475203 130.556999) (xy 32.454661 130.624959) (xy 32.402457 130.670195) (xy 32.36325 130.688477) + (xy 32.175703 130.819799) (xy 32.175697 130.819804) (xy 32.013804 130.981697) (xy 32.013799 130.981703) + (xy 31.882477 131.16925) (xy 31.785717 131.376753) (xy 31.785715 131.376759) (xy 31.7334 131.572) + (xy 31.726457 131.597913) (xy 31.706502 131.826) (xy 30.634432 131.826) (xy 30.753923 131.655349) + (xy 30.850684 131.447843) (xy 30.909943 131.226687) (xy 30.929898 130.9986) (xy 30.909943 130.770513) + (xy 30.850684 130.549357) (xy 30.753923 130.341851) (xy 30.622598 130.1543) (xy 30.4607 129.992402) + (xy 30.460696 129.992399) (xy 30.273146 129.861074) (xy 30.268385 129.858326) (xy 30.269423 129.856527) + (xy 30.222932 129.815563) (xy 30.203495 129.747279) (xy 30.224061 129.679326) (xy 30.269182 129.640264) + (xy 30.26813 129.638441) (xy 30.272896 129.635688) (xy 30.344288 129.585699) (xy 30.344288 129.585698) + (xy 29.657189 128.8986) (xy 29.669061 128.8986) (xy 29.770794 128.871341) (xy 29.862006 128.81868) + (xy 29.93648 128.744206) (xy 29.989141 128.652994) (xy 30.0164 128.551261) (xy 30.0164 128.539391) + (xy 30.703497 129.226488) (xy 30.703499 129.226488) (xy 30.753488 129.155097) (xy 30.850211 128.947673) + (xy 30.850213 128.947668) (xy 30.909448 128.726602) (xy 30.929395 128.4986) (xy 30.909448 128.270597) + (xy 30.850213 128.049531) (xy 30.850211 128.049526) (xy 30.753486 127.842098) (xy 30.7035 127.77071) + (xy 30.703498 127.77071) (xy 30.0164 128.457808) (xy 30.0164 128.445939) (xy 29.989141 128.344206) + (xy 29.93648 128.252994) (xy 29.862006 128.17852) (xy 29.770794 128.125859) (xy 29.669061 128.0986) + (xy 29.65719 128.0986) (xy 30.344288 127.411499) (xy 30.344288 127.411498) (xy 30.272901 127.361513) + (xy 30.065473 127.264788) (xy 30.065468 127.264786) (xy 29.8444 127.205551) (xy 29.844404 127.205551) + (xy 29.6164 127.185604) (xy 29.388397 127.205551) (xy 29.167331 127.264786) (xy 29.167326 127.264788) + (xy 28.9599 127.361513) (xy 28.888509 127.4115) (xy 29.575609 128.0986) (xy 29.563739 128.0986) + (xy 29.462006 128.125859) (xy 29.370794 128.17852) (xy 29.29632 128.252994) (xy 29.243659 128.344206) + (xy 29.2164 128.445939) (xy 29.2164 128.457809) (xy 28.5293 127.770709) (xy 28.479313 127.8421) + (xy 28.382588 128.049526) (xy 28.382586 128.049531) (xy 28.342429 128.1994) (xy 28.305477 128.260023) + (xy 28.241616 128.291044) (xy 28.171122 128.282616) (xy 28.131627 128.255884) (xy 26.977404 127.101661) + (xy 26.943378 127.039349) (xy 26.940499 127.012566) (xy 26.940499 121.413718) (xy 26.960501 121.345597) + (xy 27.014157 121.299104) (xy 27.084431 121.289) (xy 27.114709 121.297306) (xy 27.271661 121.362318) + (xy 27.443511 121.396501) (xy 27.443512 121.396501) (xy 39.422806 121.396501) (xy 39.422807 121.396501) + (xy 39.594657 121.362318) (xy 39.756535 121.295266) (xy 39.902222 121.197921) (xy 40.139662 120.96048) + (xy 40.201974 120.926456) (xy 40.272789 120.93152) (xy 40.329625 120.974067) (xy 40.354277 121.038592) + (xy 40.362457 121.132087) (xy 40.380097 121.197921) (xy 40.421715 121.35324) (xy 40.421717 121.353246) + (xy 40.469398 121.455498) (xy 40.518477 121.560749) (xy 40.649802 121.7483) (xy 40.8117 121.910198) + (xy 40.999251 122.041523) (xy 41.206757 122.138284) (xy 41.427913 122.197543) (xy 41.656 122.217498) + (xy 41.884087 122.197543) (xy 42.105243 122.138284) (xy 42.312749 122.041523) (xy 42.5003 121.910198) + (xy 42.662198 121.7483) (xy 42.793523 121.560749) (xy 42.890284 121.353243) (xy 42.949543 121.132087) + (xy 42.969498 120.904) (xy 42.949543 120.675913) (xy 42.890284 120.454757) (xy 42.793523 120.247251) + (xy 42.752295 120.188371) (xy 42.729607 120.121097) (xy 42.746892 120.052236) (xy 42.798662 120.003652) + (xy 42.855508 119.9901) (xy 50.616492 119.9901) (xy 50.684613 120.010102) (xy 50.731106 120.063758) + (xy 50.74121 120.134032) (xy 50.719705 120.188371) (xy 50.678477 120.24725) (xy 50.581717 120.454753) + (xy 50.581715 120.454759) (xy 50.522457 120.675913) (xy 50.502502 120.904) (xy 50.522457 121.132087) + (xy 50.540097 121.197921) (xy 50.581715 121.35324) (xy 50.581717 121.353246) (xy 50.629398 121.455498) + (xy 50.678477 121.560749) (xy 50.809802 121.7483) (xy 50.9717 121.910198) (xy 51.159251 122.041523) + (xy 51.366757 122.138284) (xy 51.587913 122.197543) (xy 51.816 122.217498) (xy 52.044087 122.197543) + (xy 52.265243 122.138284) (xy 52.472749 122.041523) (xy 52.6603 121.910198) (xy 52.822198 121.7483) + (xy 52.953523 121.560749) (xy 52.971805 121.521543) (xy 53.018721 121.468258) (xy 53.086998 121.448796) + (xy 53.154958 121.469337) (xy 53.200195 121.521543) (xy 53.218477 121.560749) (xy 53.349802 121.7483) + (xy 53.5117 121.910198) (xy 53.699251 122.041523) (xy 53.906757 122.138284) (xy 54.127913 122.197543) + (xy 54.356 122.217498) (xy 54.584087 122.197543) (xy 54.805243 122.138284) (xy 55.012749 122.041523) + (xy 55.2003 121.910198) (xy 55.362198 121.7483) (xy 55.493523 121.560749) (xy 55.590284 121.353243) + (xy 55.649543 121.132087) (xy 55.669498 120.904) (xy 55.649543 120.675913) (xy 55.590284 120.454757) + (xy 55.493523 120.247251) (xy 55.362198 120.0597) (xy 55.2003 119.897802) (xy 55.012749 119.766477) + (xy 54.805246 119.669717) (xy 54.80524 119.669715) (xy 54.610375 119.617501) (xy 54.584087 119.610457) + (xy 54.356 119.590502) (xy 54.127913 119.610457) (xy 53.906759 119.669715) (xy 53.906753 119.669717) + (xy 53.69925 119.766477) (xy 53.511703 119.897799) (xy 53.511697 119.897804) (xy 53.349804 120.059697) + (xy 53.349799 120.059703) (xy 53.218477 120.24725) (xy 53.200195 120.286457) (xy 53.153278 120.339742) + (xy 53.085001 120.359203) (xy 53.017041 120.338661) (xy 52.971805 120.286457) (xy 52.969894 120.282359) + (xy 52.953523 120.247251) (xy 52.856061 120.108062) (xy 52.833374 120.040789) (xy 52.850659 119.971929) + (xy 52.902428 119.923344) (xy 52.911049 119.919387) (xy 52.984736 119.888865) (xy 53.130423 119.79152) + (xy 54.26354 118.658401) (xy 54.325851 118.624378) (xy 54.352634 118.621498) (xy 54.355994 118.621498) + (xy 54.355997 118.621497) (xy 54.356 118.621498) (xy 54.584087 118.601543) (xy 54.805243 118.542284) + (xy 55.012749 118.445523) (xy 55.2003 118.314198) (xy 55.362198 118.1523) (xy 55.493523 117.964749) + (xy 55.590284 117.757243) (xy 55.649543 117.536087) (xy 55.667003 117.336515) (xy 55.692865 117.2704) + (xy 55.750369 117.228761) (xy 55.792523 117.2215) (xy 56.771812 117.2215) (xy 56.839933 117.241502) + (xy 56.860907 117.258405) (xy 56.9407 117.338198) (xy 57.128251 117.469523) (xy 57.335757 117.566284) + (xy 57.556913 117.625543) (xy 57.785 117.645498) (xy 58.013087 117.625543) (xy 58.234243 117.566284) + (xy 58.441749 117.469523) (xy 58.6293 117.338198) (xy 58.791198 117.1763) (xy 58.922523 116.988749) + (xy 59.019284 116.781243) (xy 59.078543 116.560087) (xy 59.098498 116.332) (xy 59.078543 116.103913) + (xy 59.019284 115.882757) (xy 58.922523 115.675251) (xy 58.791198 115.4877) (xy 58.6293 115.325802) + (xy 58.615301 115.316) (xy 58.531138 115.257068) (xy 58.441749 115.194477) (xy 58.402543 115.176195) + (xy 58.349258 115.129279) (xy 58.329796 115.061002) (xy 58.350337 114.993042) (xy 58.402543 114.947805) + (xy 58.404997 114.94666) (xy 58.441749 114.929523) (xy 58.6293 114.798198) (xy 58.791198 114.6363) + (xy 58.922523 114.448749) (xy 59.019284 114.241243) (xy 59.078543 114.020087) (xy 59.098498 113.792) + (xy 59.078543 113.563913) (xy 59.019284 113.342757) (xy 58.922523 113.135251) (xy 58.791198 112.9477) + (xy 58.6293 112.785802) (xy 58.441749 112.654477) (xy 58.408916 112.639167) (xy 58.402543 112.636195) + (xy 58.349258 112.589279) (xy 58.329796 112.521002) (xy 58.350337 112.453042) (xy 58.402543 112.407805) + (xy 58.404997 112.40666) (xy 58.441749 112.389523) (xy 58.6293 112.258198) (xy 58.791198 112.0963) + (xy 58.922523 111.908749) (xy 59.019284 111.701243) (xy 59.078543 111.480087) (xy 59.098498 111.252) + (xy 59.078543 111.023913) (xy 59.019284 110.802757) (xy 58.922523 110.595251) (xy 58.791198 110.4077) + (xy 58.6293 110.245802) (xy 58.625041 110.24282) (xy 58.45652 110.12482) (xy 58.441749 110.114477) + (xy 58.402543 110.096195) (xy 58.349258 110.049279) (xy 58.329796 109.981002) (xy 58.350337 109.913042) + (xy 58.402543 109.867805) (xy 58.404997 109.86666) (xy 58.441749 109.849523) (xy 58.6293 109.718198) + (xy 58.791198 109.5563) (xy 58.922523 109.368749) (xy 59.019284 109.161243) (xy 59.078543 108.940087) + (xy 59.098498 108.712) (xy 59.078543 108.483913) (xy 59.019284 108.262757) (xy 58.922523 108.055251) + (xy 58.791198 107.8677) (xy 58.6293 107.705802) (xy 58.615301 107.696) (xy 58.531388 107.637243) + (xy 58.441749 107.574477) (xy 58.402543 107.556195) (xy 58.349258 107.509279) (xy 58.329796 107.441002) + (xy 58.350337 107.373042) (xy 58.402543 107.327805) (xy 58.404997 107.32666) (xy 58.441749 107.309523) + (xy 58.6293 107.178198) (xy 58.791198 107.0163) (xy 58.922523 106.828749) (xy 59.019284 106.621243) + (xy 59.078543 106.400087) (xy 59.098498 106.172) (xy 59.078543 105.943913) (xy 59.019284 105.722757) + (xy 58.922523 105.515251) (xy 58.791198 105.3277) (xy 58.6293 105.165802) (xy 58.615301 105.156) + (xy 58.540094 105.103339) (xy 58.441749 105.034477) (xy 58.402543 105.016195) (xy 58.349258 104.969279) + (xy 58.329796 104.901002) (xy 58.350337 104.833042) (xy 58.402543 104.787805) (xy 58.404997 104.78666) + (xy 58.441749 104.769523) (xy 58.6293 104.638198) (xy 58.791198 104.4763) (xy 58.922523 104.288749) + (xy 59.019284 104.081243) (xy 59.078543 103.860087) (xy 59.098498 103.632) (xy 59.078543 103.403913) + (xy 59.019284 103.182757) (xy 58.922523 102.975251) (xy 58.791198 102.7877) (xy 58.6293 102.625802) + (xy 58.629295 102.625799) (xy 58.629292 102.625796) (xy 58.625995 102.623487) (xy 58.581669 102.568028) + (xy 58.574363 102.497409) (xy 58.606396 102.434049) (xy 58.667599 102.398067) (xy 58.684801 102.394999) + (xy 58.694201 102.393989) (xy 58.831204 102.342889) (xy 58.834607 102.340342) (xy 58.948261 102.255261) + (xy 59.035887 102.138207) (xy 59.035887 102.138206) (xy 59.035889 102.138204) (xy 59.086989 102.001201) + (xy 59.0935 101.940638) (xy 59.0935 100.243362) (xy 59.091499 100.224749) (xy 59.08699 100.182803) + (xy 59.086988 100.182795) (xy 59.050811 100.085804) (xy 59.035889 100.045796) (xy 59.035888 100.045794) + (xy 59.035887 100.045792) (xy 58.989693 99.984085) (xy 58.964882 99.917565) (xy 58.966579 99.90976) + (xy 58.908038 99.897026) (xy 58.892914 99.887306) (xy 58.831207 99.841112) (xy 58.831202 99.84111) + (xy 58.694204 99.790011) (xy 58.694196 99.790009) (xy 58.633649 99.7835) (xy 58.633638 99.7835) + (xy 56.936362 99.7835) (xy 56.93635 99.7835) (xy 56.875803 99.790009) (xy 56.875795 99.790011) (xy 56.738797 99.84111) + (xy 56.738792 99.841112) (xy 56.621738 99.928738) (xy 56.534112 100.045792) (xy 56.53411 100.045797) + (xy 56.483011 100.182795) (xy 56.483009 100.182803) (xy 56.4765 100.24335) (xy 56.4765 101.940649) + (xy 56.483009 102.001196) (xy 56.483011 102.001204) (xy 56.53411 102.138202) (xy 56.534112 102.138207) + (xy 56.621738 102.255261) (xy 56.738792 102.342887) (xy 56.738794 102.342888) (xy 56.738796 102.342889) + (xy 56.875799 102.393989) (xy 56.885191 102.394998) (xy 56.950784 102.422163) (xy 56.991279 102.480479) + (xy 56.993817 102.55143) (xy 56.957593 102.61249) (xy 56.94401 102.623483) (xy 56.940708 102.625795) + (xy 56.940697 102.625804) (xy 56.778804 102.787697) (xy 56.778799 102.787703) (xy 56.647477 102.97525) + (xy 56.550717 103.182753) (xy 56.550715 103.182759) (xy 56.501028 103.368195) (xy 56.491457 103.403913) + (xy 56.471502 103.632) (xy 56.491457 103.860087) (xy 56.52567 103.987771) (xy 56.550715 104.08124) + (xy 56.550717 104.081246) (xy 56.647477 104.288749) (xy 56.773879 104.46927) (xy 56.778802 104.4763) + (xy 56.9407 104.638198) (xy 57.128251 104.769523) (xy 57.157708 104.783259) (xy 57.167457 104.787805) + (xy 57.220742 104.834722) (xy 57.240203 104.902999) (xy 57.219661 104.970959) (xy 57.167457 105.016195) + (xy 57.12825 105.034477) (xy 56.940703 105.165799) (xy 56.940697 105.165804) (xy 56.778804 105.327697) + (xy 56.778799 105.327703) (xy 56.647477 105.51525) (xy 56.550717 105.722753) (xy 56.550715 105.722759) + (xy 56.510056 105.874502) (xy 56.491457 105.943913) (xy 56.471502 106.172) (xy 56.491457 106.400087) + (xy 56.510056 106.469498) (xy 56.550715 106.62124) (xy 56.550717 106.621246) (xy 56.647477 106.828749) + (xy 56.773879 107.00927) (xy 56.778802 107.0163) (xy 56.9407 107.178198) (xy 57.128251 107.309523) + (xy 57.163359 107.325894) (xy 57.167457 107.327805) (xy 57.220742 107.374722) (xy 57.240203 107.442999) + (xy 57.219661 107.510959) (xy 57.167457 107.556195) (xy 57.12825 107.574477) (xy 56.940703 107.705799) + (xy 56.940697 107.705804) (xy 56.778804 107.867697) (xy 56.778799 107.867703) (xy 56.647477 108.05525) + (xy 56.550717 108.262753) (xy 56.550715 108.262759) (xy 56.499617 108.45346) (xy 56.491457 108.483913) + (xy 56.471502 108.712) (xy 56.491457 108.940087) (xy 56.510056 109.009498) (xy 56.550715 109.16124) + (xy 56.550717 109.161246) (xy 56.647477 109.368749) (xy 56.773879 109.54927) (xy 56.778802 109.5563) + (xy 56.9407 109.718198) (xy 57.128251 109.849523) (xy 57.163359 109.865894) (xy 57.167457 109.867805) + (xy 57.220742 109.914722) (xy 57.240203 109.982999) (xy 57.219661 110.050959) (xy 57.167457 110.096195) + (xy 57.12825 110.114477) (xy 56.940703 110.245799) (xy 56.940697 110.245804) (xy 56.778804 110.407697) + (xy 56.778799 110.407703) (xy 56.647477 110.59525) (xy 56.550717 110.802753) (xy 56.550715 110.802759) + (xy 56.509139 110.957923) (xy 56.491457 111.023913) (xy 56.471502 111.252) (xy 56.491457 111.480087) + (xy 56.512578 111.558911) (xy 56.550715 111.70124) (xy 56.550717 111.701246) (xy 56.627193 111.86525) + (xy 56.647477 111.908749) (xy 56.778802 112.0963) (xy 56.9407 112.258198) (xy 57.128251 112.389523) + (xy 57.163359 112.405894) (xy 57.167457 112.407805) (xy 57.220742 112.454722) (xy 57.240203 112.522999) + (xy 57.219661 112.590959) (xy 57.167457 112.636195) (xy 57.12825 112.654477) (xy 56.940703 112.785799) + (xy 56.940697 112.785804) (xy 56.778804 112.947697) (xy 56.778799 112.947703) (xy 56.647477 113.13525) + (xy 56.550717 113.342753) (xy 56.550715 113.342759) (xy 56.544407 113.366302) (xy 56.491457 113.563913) + (xy 56.471502 113.792) (xy 56.488741 113.989048) (xy 56.491457 114.020086) (xy 56.550715 114.24124) + (xy 56.550717 114.241246) (xy 56.647477 114.448749) (xy 56.663547 114.4717) (xy 56.778802 114.6363) + (xy 56.9407 114.798198) (xy 57.128251 114.929523) (xy 57.147449 114.938475) (xy 57.167457 114.947805) + (xy 57.220742 114.994722) (xy 57.240203 115.062999) (xy 57.219661 115.130959) (xy 57.167457 115.176195) + (xy 57.12825 115.194477) (xy 56.940703 115.325799) (xy 56.940697 115.325804) (xy 56.860907 115.405595) + (xy 56.798595 115.439621) (xy 56.771812 115.4425) (xy 55.701127 115.4425) (xy 55.633006 115.422498) + (xy 55.586513 115.368842) (xy 55.576409 115.298568) (xy 55.586931 115.263253) (xy 55.589809 115.257079) + (xy 55.589813 115.257068) (xy 55.649048 115.036002) (xy 55.668995 114.808) (xy 55.649048 114.579997) + (xy 55.589813 114.358931) (xy 55.589811 114.358926) (xy 55.493086 114.151498) (xy 55.4431 114.08011) + (xy 55.443097 114.08011) (xy 54.756 114.767208) (xy 54.756 114.755339) (xy 54.728741 114.653606) + (xy 54.67608 114.562394) (xy 54.601606 114.48792) (xy 54.510394 114.435259) (xy 54.408661 114.408) + (xy 54.396788 114.408) (xy 55.083888 113.720899) (xy 55.083888 113.720898) (xy 55.012628 113.671002) + (xy 54.968299 113.615545) (xy 54.96099 113.544926) (xy 54.99302 113.481565) (xy 54.99574 113.478757) + (xy 55.108198 113.3663) (xy 55.239523 113.178749) (xy 55.336284 112.971243) (xy 55.395543 112.750087) + (xy 55.415498 112.522) (xy 55.395543 112.293913) (xy 55.336284 112.072757) (xy 55.239523 111.865251) + (xy 55.108198 111.6777) (xy 54.9463 111.515802) (xy 54.932301 111.506) (xy 54.758749 111.384477) + (xy 54.551246 111.287717) (xy 54.55124 111.287715) (xy 54.41795 111.252) (xy 54.330087 111.228457) + (xy 54.102 111.208502) (xy 53.873913 111.228457) (xy 53.652759 111.287715) (xy 53.652753 111.287717) + (xy 53.44525 111.384477) (xy 53.257703 111.515799) (xy 53.257697 111.515804) (xy 53.095804 111.677697) + (xy 53.095799 111.677703) (xy 52.964477 111.86525) (xy 52.867717 112.072753) (xy 52.867715 112.072759) + (xy 52.861407 112.096302) (xy 52.808457 112.293913) (xy 52.788502 112.522) (xy 52.808457 112.750087) + (xy 52.835334 112.850394) (xy 52.867715 112.97124) (xy 52.867717 112.971246) (xy 52.91318 113.068741) + (xy 52.964477 113.178749) (xy 53.095802 113.3663) (xy 53.2577 113.528198) (xy 53.257703 113.5282) + (xy 53.445252 113.659524) (xy 53.65274 113.756276) (xy 53.688587 113.781376) (xy 54.31521 114.408) + (xy 54.303339 114.408) (xy 54.201606 114.435259) (xy 54.110394 114.48792) (xy 54.03592 114.562394) + (xy 53.983259 114.653606) (xy 53.956 114.755339) (xy 53.956 114.767209) (xy 53.2689 114.080109) + (xy 53.218913 114.1515) (xy 53.122188 114.358926) (xy 53.122186 114.358931) (xy 53.062951 114.579997) + (xy 53.043004 114.808) (xy 53.062951 115.036002) (xy 53.122186 115.257068) (xy 53.122188 115.257073) + (xy 53.218913 115.464501) (xy 53.268899 115.535888) (xy 53.956 114.848788) (xy 53.956 114.860661) + (xy 53.983259 114.962394) (xy 54.03592 115.053606) (xy 54.110394 115.12808) (xy 54.201606 115.180741) + (xy 54.303339 115.208) (xy 54.31521 115.208) (xy 53.62811 115.895098) (xy 53.62811 115.8951) (xy 53.699498 115.945086) + (xy 53.704266 115.947839) (xy 53.703178 115.949721) (xy 53.74942 115.990409) (xy 53.768904 116.05868) + (xy 53.748386 116.126647) (xy 53.703015 116.165995) (xy 53.704015 116.167726) (xy 53.699253 116.170474) + (xy 53.511703 116.301799) (xy 53.511697 116.301804) (xy 53.349804 116.463697) (xy 53.349799 116.463703) + (xy 53.218477 116.65125) (xy 53.121717 116.858753) (xy 53.121715 116.858759) (xy 53.062457 117.079913) + (xy 53.042502 117.308) (xy 53.042502 117.308003) (xy 53.042502 117.308006) (xy 53.042502 117.311363) + (xy 53.042083 117.312787) (xy 53.042023 117.313481) (xy 53.041883 117.313468) (xy 53.0225 117.379484) + (xy 53.005598 117.400458) (xy 52.231862 118.174195) (xy 52.169549 118.20822) (xy 52.142766 118.2111) + (xy 40.653988 118.2111) (xy 40.515659 118.238615) (xy 40.515659 118.238616) (xy 40.507279 118.240282) + (xy 40.482139 118.245283) (xy 40.482138 118.245284) (xy 40.320264 118.312335) (xy 40.176279 118.408543) + (xy 40.176265 118.408553) (xy 40.174575 118.409681) (xy 39.810059 118.774196) (xy 39.747747 118.808221) + (xy 39.676931 118.803156) (xy 39.620096 118.760609) (xy 39.599257 118.71771) (xy 39.588285 118.676761) + (xy 39.588284 118.676757) (xy 39.491523 118.469251) (xy 39.360198 118.2817) (xy 39.1983 118.119802) + (xy 39.010749 117.988477) (xy 38.959864 117.964749) (xy 38.803246 117.891717) (xy 38.80324 117.891715) + (xy 38.690319 117.861458) (xy 38.582087 117.832457) (xy 38.354 117.812502) (xy 38.125913 117.832457) + (xy 37.904759 117.891715) (xy 37.904753 117.891717) (xy 37.69725 117.988477) (xy 37.509703 118.119799) + (xy 37.509697 118.119804) (xy 37.347804 118.281697) (xy 37.347799 118.281703) (xy 37.216477 118.46925) + (xy 37.119717 118.676753) (xy 37.119715 118.676759) (xy 37.060457 118.897913) (xy 37.040502 119.126) + (xy 37.060457 119.354086) (xy 37.088539 119.45889) (xy 37.086849 119.529867) (xy 37.047055 119.588662) + (xy 36.98179 119.61661) (xy 36.966832 119.617501) (xy 29.581168 119.617501) (xy 29.513047 119.597499) + (xy 29.466554 119.543843) (xy 29.45645 119.473569) (xy 29.459461 119.45889) (xy 29.461171 119.452507) + (xy 29.487543 119.354087) (xy 29.507498 119.126) (xy 29.487543 118.897913) (xy 29.428284 118.676757) + (xy 29.331523 118.469251) (xy 29.200198 118.2817) (xy 29.0383 118.119802) (xy 28.850749 117.988477) + (xy 28.799864 117.964749) (xy 28.643246 117.891717) (xy 28.64324 117.891715) (xy 28.530319 117.861458) + (xy 28.422087 117.832457) (xy 28.194 117.812502) (xy 27.965913 117.832457) (xy 27.744759 117.891715) + (xy 27.744753 117.891717) (xy 27.53725 117.988477) (xy 27.349703 118.119799) (xy 27.349697 118.119804) + (xy 27.187804 118.281697) (xy 27.187796 118.281706) (xy 27.169711 118.307535) (xy 27.114253 118.351863) + (xy 27.043634 118.359171) (xy 26.980274 118.327139) (xy 26.94429 118.265937) (xy 26.940499 118.235263) + (xy 26.940499 116.206736) (xy 26.960501 116.138615) (xy 27.014157 116.092122) (xy 27.084431 116.082018) + (xy 27.149011 116.111512) (xy 27.169712 116.134465) (xy 27.187802 116.1603) (xy 27.3497 116.322198) + (xy 27.537251 116.453523) (xy 27.744757 116.550284) (xy 27.965913 116.609543) (xy 28.194 116.629498) + (xy 28.422087 116.609543) (xy 28.643243 116.550284) (xy 28.850749 116.453523) (xy 29.0383 116.322198) + (xy 29.200198 116.1603) (xy 29.331523 115.972749) (xy 29.428284 115.765243) (xy 29.487543 115.544087) + (xy 29.507498 115.316) (xy 29.487543 115.087913) (xy 29.428284 114.866757) (xy 29.331523 114.659251) + (xy 29.200198 114.4717) (xy 29.0383 114.309802) (xy 28.850749 114.178477) (xy 28.792892 114.151498) + (xy 28.643246 114.081717) (xy 28.64324 114.081715) (xy 28.504665 114.044584) (xy 28.422087 114.022457) + (xy 28.194 114.002502) (xy 27.965913 114.022457) (xy 27.744759 114.081715) (xy 27.744753 114.081717) + (xy 27.53725 114.178477) (xy 27.349703 114.309799) (xy 27.349697 114.309804) (xy 27.187804 114.471697) + (xy 27.187796 114.471706) (xy 27.169711 114.497535) (xy 27.114253 114.541863) (xy 27.043634 114.549171) + (xy 26.980274 114.517139) (xy 26.94429 114.455937) (xy 26.940499 114.425263) (xy 26.940499 109.528632) + (xy 26.960501 109.460511) (xy 27.014157 109.414018) (xy 27.084431 109.403914) (xy 27.149011 109.433408) + (xy 27.155594 109.439537) (xy 28.673978 110.957921) (xy 28.819665 111.055266) (xy 28.981543 111.122318) + (xy 29.153393 111.156501) (xy 29.328609 111.156501) (xy 32.187879 111.156501) (xy 32.256 111.176503) + (xy 32.302493 111.230159) (xy 32.313399 111.293481) (xy 32.294807 111.506) (xy 32.30381 111.608899) + (xy 32.313542 111.720141) (xy 32.369177 111.927774) (xy 32.369179 111.92778) (xy 32.460024 112.122597) + (xy 32.554972 112.258198) (xy 32.583319 112.298681) (xy 32.735319 112.450681) (xy 32.911403 112.573976) + (xy 33.106223 112.664822) (xy 33.313858 112.720458) (xy 33.528 112.739193) (xy 33.742142 112.720458) + (xy 33.949777 112.664822) (xy 34.144597 112.573976) (xy 34.320681 112.450681) (xy 34.472681 112.298681) + (xy 34.595976 112.122597) (xy 34.686822 111.927777) (xy 34.742458 111.720142) (xy 34.761193 111.506) + (xy 34.742458 111.291858) (xy 34.686822 111.084223) (xy 34.595976 110.889404) (xy 34.595975 110.889403) + (xy 34.595974 110.8894) (xy 34.472685 110.713323) (xy 34.472682 110.71332) (xy 34.472681 110.713319) + (xy 34.320681 110.561319) (xy 34.144597 110.438024) (xy 34.144598 110.438024) (xy 34.140463 110.435129) + (xy 34.096135 110.379672) (xy 34.088826 110.309053) (xy 34.120857 110.245692) (xy 34.1236 110.242859) + (xy 34.474057 109.892404) (xy 34.536369 109.858379) (xy 34.563152 109.8555) (xy 35.167948 109.8555) + (xy 35.236069 109.875502) (xy 35.257042 109.892404) (xy 35.275319 109.910681) (xy 35.451403 110.033976) + (xy 35.646223 110.124822) (xy 35.853858 110.180458) (xy 36.068 110.199193) (xy 36.282142 110.180458) + (xy 36.489777 110.124822) (xy 36.684597 110.033976) (xy 36.860681 109.910681) (xy 37.012681 109.758681) + (xy 37.135976 109.582597) (xy 37.226822 109.387777) (xy 37.282458 109.180142) (xy 37.301193 108.966) + (xy 37.282458 108.751858) (xy 37.226822 108.544223) (xy 37.135976 108.349404) (xy 37.135975 108.349403) + (xy 37.135974 108.3494) (xy 37.012685 108.173323) (xy 37.012682 108.17332) (xy 36.950045 108.110683) + (xy 36.860681 108.021319) (xy 36.739319 107.936341) (xy 36.684597 107.898024) (xy 36.48978 107.807179) + (xy 36.489774 107.807177) (xy 36.402019 107.783663) (xy 36.282142 107.751542) (xy 36.068 107.732807) + (xy 35.853858 107.751542) (xy 35.646225 107.807177) (xy 35.64622 107.807179) (xy 35.4514 107.898025) + (xy 35.275323 108.021314) (xy 35.275313 108.021323) (xy 35.257042 108.039595) (xy 35.19473 108.073621) + (xy 35.167947 108.0765) (xy 34.054906 108.0765) (xy 33.883059 108.110683) (xy 33.883054 108.110685) + (xy 33.721182 108.177735) (xy 33.575499 108.275077) (xy 33.575492 108.275082) (xy 32.509979 109.340596) + (xy 32.447667 109.374622) (xy 32.420884 109.377501) (xy 32.313265 109.377501) (xy 32.245144 109.357499) + (xy 32.198651 109.303843) (xy 32.188547 109.233569) (xy 32.191558 109.218891) (xy 32.201963 109.180056) + (xy 32.22069 108.966) (xy 32.201963 108.751947) (xy 32.146351 108.544396) (xy 32.146349 108.544392) + (xy 32.055541 108.349654) (xy 32.017658 108.295551) (xy 32.017656 108.295551) (xy 31.388 108.925207) + (xy 31.388 108.913339) (xy 31.360741 108.811606) (xy 31.30808 108.720394) (xy 31.233606 108.64592) + (xy 31.142394 108.593259) (xy 31.040661 108.566) (xy 31.02879 108.566) (xy 31.658447 107.936341) + (xy 31.658447 107.93634) (xy 31.604344 107.898457) (xy 31.604345 107.898457) (xy 31.409608 107.80765) + (xy 31.409603 107.807648) (xy 31.202052 107.752036) (xy 30.988 107.733309) (xy 30.773947 107.752036) + (xy 30.566396 107.807648) (xy 30.566392 107.80765) (xy 30.371653 107.898459) (xy 30.31755 107.936341) + (xy 30.947209 108.566) (xy 30.935339 108.566) (xy 30.833606 108.593259) (xy 30.742394 108.64592) + (xy 30.66792 108.720394) (xy 30.615259 108.811606) (xy 30.588 108.913339) (xy 30.588 108.925209) + (xy 29.958341 108.29555) (xy 29.920459 108.349653) (xy 29.82965 108.544392) (xy 29.829648 108.544396) + (xy 29.774036 108.751947) (xy 29.755309 108.966) (xy 29.774036 109.180056) (xy 29.784442 109.218891) + (xy 29.782752 109.289867) (xy 29.742957 109.348663) (xy 29.677692 109.37661) (xy 29.662735 109.377501) + (xy 29.661634 109.377501) (xy 29.593513 109.357499) (xy 29.572539 109.340596) (xy 26.977404 106.745461) + (xy 26.943378 106.683149) (xy 26.940499 106.656366) (xy 26.940499 103.7965) (xy 26.960501 103.728379) + (xy 27.014157 103.681886) (xy 27.066499 103.6705) (xy 28.534632 103.6705) (xy 28.534638 103.6705) + (xy 28.534645 103.670499) (xy 28.534649 103.670499) (xy 28.595196 103.66399) (xy 28.595199 103.663989) + (xy 28.595201 103.663989) (xy 28.732204 103.612889) (xy 28.741291 103.606087) (xy 28.849261 103.525261) + (xy 28.936886 103.408208) (xy 28.936885 103.408208) (xy 28.936889 103.408204) (xy 28.981444 103.288746) + (xy 29.02399 103.231914) (xy 29.090511 103.207103) (xy 29.159885 103.222195) (xy 29.210087 103.272397) + (xy 29.225499 103.332782) (xy 29.225499 103.648614) (xy 29.235819 103.700495) (xy 29.22949 103.771209) + (xy 29.185936 103.827276) (xy 29.123222 103.850596) (xy 28.981997 103.862951) (xy 28.760931 103.922186) + (xy 28.760926 103.922188) (xy 28.5535 104.018913) (xy 28.482109 104.068899) (xy 29.169211 104.756) + (xy 29.157339 104.756) (xy 29.055606 104.783259) (xy 28.964394 104.83592) (xy 28.88992 104.910394) + (xy 28.837259 105.001606) (xy 28.81 105.103339) (xy 28.81 105.115209) (xy 28.1229 104.428109) (xy 28.072913 104.4995) + (xy 27.976188 104.706926) (xy 27.976186 104.706931) (xy 27.916951 104.927997) (xy 27.897004 105.156) + (xy 27.916951 105.384002) (xy 27.976186 105.605068) (xy 27.976188 105.605073) (xy 28.072913 105.812501) + (xy 28.122899 105.883888) (xy 28.81 105.196788) (xy 28.81 105.208661) (xy 28.837259 105.310394) + (xy 28.88992 105.401606) (xy 28.964394 105.47608) (xy 29.055606 105.528741) (xy 29.157339 105.556) + (xy 29.16921 105.556) (xy 28.48211 106.243098) (xy 28.48211 106.2431) (xy 28.553498 106.293086) + (xy 28.760926 106.389811) (xy 28.760931 106.389813) (xy 28.981999 106.449048) (xy 28.981995 106.449048) + (xy 29.21 106.468995) (xy 29.438002 106.449048) (xy 29.659068 106.389813) (xy 29.659073 106.389811) + (xy 29.866497 106.293088) (xy 29.937888 106.243099) (xy 29.937888 106.243097) (xy 29.250791 105.556) + (xy 29.262661 105.556) (xy 29.364394 105.528741) (xy 29.455606 105.47608) (xy 29.53008 105.401606) + (xy 29.582741 105.310394) (xy 29.61 105.208661) (xy 29.61 105.19679) (xy 30.297097 105.883888) (xy 30.297099 105.883888) + (xy 30.347088 105.812496) (xy 30.349841 105.80773) (xy 30.351729 105.80882) (xy 30.392384 105.762594) + (xy 30.460651 105.743094) (xy 30.528622 105.763597) (xy 30.567989 105.808987) (xy 30.569726 105.807985) + (xy 30.572474 105.812746) (xy 30.671183 105.953716) (xy 30.703802 106.0003) (xy 30.8657 106.162198) + (xy 31.053251 106.293523) (xy 31.260757 106.390284) (xy 31.481913 106.449543) (xy 31.71 106.469498) + (xy 31.938087 106.449543) (xy 32.159243 106.390284) (xy 32.366749 106.293523) (xy 32.5543 106.162198) + (xy 32.716198 106.0003) (xy 32.847523 105.812749) (xy 32.944284 105.605243) (xy 33.003543 105.384087) + (xy 33.023498 105.156) (xy 33.003543 104.927913) (xy 32.9966 104.902) (xy 33.738502 104.902) (xy 33.758457 105.130087) + (xy 33.768908 105.169091) (xy 33.817715 105.35124) (xy 33.817717 105.351246) (xy 33.914477 105.558749) + (xy 34.033958 105.729386) (xy 34.045802 105.7463) (xy 34.2077 105.908198) (xy 34.395251 106.039523) + (xy 34.602757 106.136284) (xy 34.823913 106.195543) (xy 35.052 106.215498) (xy 35.280087 106.195543) + (xy 35.501243 106.136284) (xy 35.708749 106.039523) (xy 35.8963 105.908198) (xy 36.058198 105.7463) + (xy 36.189523 105.558749) (xy 36.286284 105.351243) (xy 36.345543 105.130087) (xy 36.365498 104.902) + (xy 36.345543 104.673913) (xy 36.286284 104.452757) (xy 36.189523 104.245251) (xy 36.058198 104.0577) + (xy 35.8963 103.895802) (xy 35.708749 103.764477) (xy 35.669543 103.746195) (xy 35.616258 103.699279) + (xy 35.596796 103.631002) (xy 35.617337 103.563042) (xy 35.669543 103.517805) (xy 35.671997 103.51666) + (xy 35.708749 103.499523) (xy 35.8963 103.368198) (xy 36.058198 103.2063) (xy 36.189523 103.018749) + (xy 36.286284 102.811243) (xy 36.345543 102.590087) (xy 36.365498 102.362) (xy 36.345543 102.133913) + (xy 36.286284 101.912757) (xy 36.189523 101.705251) (xy 36.058198 101.5177) (xy 35.8963 101.355802) + (xy 35.896291 101.355796) (xy 35.76192 101.261708) (xy 35.708749 101.224477) (xy 35.669543 101.206195) + (xy 35.616258 101.159279) (xy 35.596796 101.091002) (xy 35.617337 101.023042) (xy 35.669543 100.977805) + (xy 35.678745 100.973514) (xy 35.708749 100.959523) (xy 35.8963 100.828198) (xy 36.058198 100.6663) + (xy 36.189523 100.478749) (xy 36.286284 100.271243) (xy 36.345543 100.050087) (xy 36.365498 99.822) + (xy 36.345543 99.593913) (xy 36.286284 99.372757) (xy 36.189523 99.165251) (xy 36.058198 98.9777) + (xy 35.8963 98.815802) (xy 35.896295 98.815799) (xy 35.896292 98.815796) (xy 35.892995 98.813487) + (xy 35.848669 98.758028) (xy 35.841363 98.687409) (xy 35.873396 98.624049) (xy 35.934599 98.588067) + (xy 35.951801 98.584999) (xy 35.961201 98.583989) (xy 36.098204 98.532889) (xy 36.104125 98.528457) + (xy 36.215261 98.445261) (xy 36.302887 98.328207) (xy 36.302887 98.328206) (xy 36.302889 98.328204) + (xy 36.353989 98.191201) (xy 36.35425 98.188779) (xy 36.360499 98.130649) (xy 36.3605 98.130632) + (xy 36.3605 96.433367) (xy 36.360499 96.43335) (xy 36.35399 96.372803) (xy 36.353988 96.372795) + (xy 36.317811 96.275804) (xy 36.302889 96.235796) (xy 36.302888 96.235794) (xy 36.302887 96.235792) + (xy 36.215261 96.118738) (xy 36.098207 96.031112) (xy 36.098202 96.03111) (xy 35.961204 95.980011) + (xy 35.961196 95.980009) (xy 35.900649 95.9735) (xy 35.900638 95.9735) (xy 34.203362 95.9735) (xy 34.20335 95.9735) + (xy 34.142803 95.980009) (xy 34.142795 95.980011) (xy 34.005797 96.03111) (xy 34.005792 96.031112) + (xy 33.888738 96.118738) (xy 33.801112 96.235792) (xy 33.80111 96.235797) (xy 33.750011 96.372795) + (xy 33.750009 96.372803) (xy 33.7435 96.43335) (xy 33.7435 98.130649) (xy 33.750009 98.191196) (xy 33.750011 98.191204) + (xy 33.80111 98.328202) (xy 33.801112 98.328207) (xy 33.888738 98.445261) (xy 34.005792 98.532887) + (xy 34.005794 98.532888) (xy 34.005796 98.532889) (xy 34.142799 98.583989) (xy 34.152191 98.584998) + (xy 34.217784 98.612163) (xy 34.258279 98.670479) (xy 34.260817 98.74143) (xy 34.224593 98.80249) + (xy 34.21101 98.813483) (xy 34.207708 98.815795) (xy 34.207697 98.815804) (xy 34.045804 98.977697) + (xy 34.045799 98.977703) (xy 33.914477 99.16525) (xy 33.817717 99.372753) (xy 33.817715 99.372759) + (xy 33.779978 99.513596) (xy 33.758457 99.593913) (xy 33.738502 99.822) (xy 33.758457 100.050087) + (xy 33.791806 100.174546) (xy 33.817715 100.27124) (xy 33.817717 100.271246) (xy 33.914477 100.478749) + (xy 34.033958 100.649386) (xy 34.045802 100.6663) (xy 34.2077 100.828198) (xy 34.395251 100.959523) + (xy 34.425255 100.973514) (xy 34.434457 100.977805) (xy 34.487742 101.024722) (xy 34.507203 101.092999) + (xy 34.486661 101.160959) (xy 34.434457 101.206195) (xy 34.39525 101.224477) (xy 34.207703 101.355799) + (xy 34.207697 101.355804) (xy 34.045804 101.517697) (xy 34.045799 101.517703) (xy 33.914477 101.70525) + (xy 33.817717 101.912753) (xy 33.817715 101.912759) (xy 33.777056 102.064502) (xy 33.758457 102.133913) + (xy 33.738502 102.362) (xy 33.758457 102.590087) (xy 33.768908 102.629091) (xy 33.817715 102.81124) + (xy 33.817717 102.811246) (xy 33.914477 103.018749) (xy 34.033958 103.189386) (xy 34.045802 103.2063) + (xy 34.2077 103.368198) (xy 34.395251 103.499523) (xy 34.430359 103.515894) (xy 34.434457 103.517805) + (xy 34.487742 103.564722) (xy 34.507203 103.632999) (xy 34.486661 103.700959) (xy 34.434457 103.746195) + (xy 34.39525 103.764477) (xy 34.207703 103.895799) (xy 34.207697 103.895804) (xy 34.045804 104.057697) + (xy 34.045799 104.057703) (xy 33.914477 104.24525) (xy 33.817717 104.452753) (xy 33.817715 104.452759) + (xy 33.768909 104.634906) (xy 33.758457 104.673913) (xy 33.738502 104.902) (xy 32.9966 104.902) + (xy 32.944284 104.706757) (xy 32.847523 104.499251) (xy 32.716198 104.3117) (xy 32.5543 104.149802) + (xy 32.491584 104.105888) (xy 32.366749 104.018477) (xy 32.159246 103.921717) (xy 32.15924 103.921715) + (xy 32.105275 103.907255) (xy 31.938087 103.862457) (xy 31.938083 103.862456) (xy 31.938081 103.862456) + (xy 31.906482 103.859691) (xy 31.840364 103.833827) (xy 31.798726 103.776323) (xy 31.794786 103.705436) + (xy 31.829797 103.643672) (xy 31.884853 103.612465) (xy 31.945243 103.596284) (xy 32.152749 103.499523) + (xy 32.3403 103.368198) (xy 32.502198 103.2063) (xy 32.633523 103.018749) (xy 32.730284 102.811243) + (xy 32.789543 102.590087) (xy 32.809498 102.362) (xy 32.789543 102.133913) (xy 32.730284 101.912757) + (xy 32.633523 101.705251) (xy 32.502198 101.5177) (xy 32.3403 101.355802) (xy 32.340295 101.355799) + (xy 32.340292 101.355796) (xy 32.336995 101.353487) (xy 32.292669 101.298028) (xy 32.285363 101.227409) + (xy 32.317396 101.164049) (xy 32.378599 101.128067) (xy 32.395801 101.124999) (xy 32.405201 101.123989) + (xy 32.542204 101.072889) (xy 32.548125 101.068457) (xy 32.659261 100.985261) (xy 32.746887 100.868207) + (xy 32.746887 100.868206) (xy 32.746889 100.868204) (xy 32.797989 100.731201) (xy 32.8045 100.670638) + (xy 32.8045 98.973362) (xy 32.804499 98.97335) (xy 32.79799 98.912803) (xy 32.797988 98.912795) + (xy 32.761811 98.815804) (xy 32.746889 98.775796) (xy 32.746888 98.775794) (xy 32.746887 98.775792) + (xy 32.659261 98.658738) (xy 32.542207 98.571112) (xy 32.542202 98.57111) (xy 32.405204 98.520011) + (xy 32.405196 98.520009) (xy 32.344649 98.5135) (xy 32.344638 98.5135) (xy 30.961149 98.5135) (xy 30.893028 98.493498) + (xy 30.856384 98.457502) (xy 30.838326 98.430477) (xy 30.805919 98.381976) (xy 30.682022 98.258079) + (xy 26.977404 94.553461) (xy 26.943378 94.491149) (xy 26.940499 94.464366) (xy 26.940499 93.726) + (xy 33.738502 93.726) (xy 33.755003 93.914613) (xy 33.758457 93.954086) (xy 33.817715 94.17524) + (xy 33.817717 94.175246) (xy 33.892806 94.336275) (xy 33.914477 94.382749) (xy 34.045802 94.5703) + (xy 34.2077 94.732198) (xy 34.395251 94.863523) (xy 34.602757 94.960284) (xy 34.823913 95.019543) + (xy 35.052 95.039498) (xy 35.280087 95.019543) (xy 35.501243 94.960284) (xy 35.708749 94.863523) + (xy 35.8963 94.732198) (xy 36.058198 94.5703) (xy 36.189523 94.382749) (xy 36.286284 94.175243) + (xy 36.345543 93.954087) (xy 36.365498 93.726) (xy 36.345543 93.497913) (xy 36.286284 93.276757) + (xy 36.189523 93.069251) (xy 36.058198 92.8817) (xy 35.8963 92.719802) (xy 35.833584 92.675888) + (xy 35.708749 92.588477) (xy 35.501246 92.491717) (xy 35.50124 92.491715) (xy 35.40452 92.465799) + (xy 35.280087 92.432457) (xy 35.052 92.412502) (xy 34.823913 92.432457) (xy 34.602759 92.491715) + (xy 34.602753 92.491717) (xy 34.39525 92.588477) (xy 34.207703 92.719799) (xy 34.207697 92.719804) + (xy 34.045804 92.881697) (xy 34.045799 92.881703) (xy 33.914477 93.06925) (xy 33.817717 93.276753) + (xy 33.817716 93.276757) (xy 33.758457 93.497913) (xy 33.738502 93.726) (xy 26.940499 93.726) (xy 26.940499 85.866632) + (xy 26.960501 85.798511) (xy 27.014157 85.752018) (xy 27.084431 85.741914) (xy 27.149011 85.771408) + (xy 27.155594 85.777537) (xy 27.859597 86.48154) (xy 27.893623 86.543852) (xy 27.896502 86.570635) + (xy 27.896502 86.573994) (xy 27.896502 86.573996) (xy 27.896502 86.574) (xy 27.916457 86.802087) + (xy 27.944703 86.9075) (xy 27.975715 87.02324) (xy 27.975717 87.023246) (xy 28.072477 87.230749) + (xy 28.167317 87.366195) (xy 28.203802 87.4183) (xy 28.3657 87.580198) (xy 28.553251 87.711523) + (xy 28.760757 87.808284) (xy 28.981913 87.867543) (xy 29.21 87.887498) (xy 29.438087 87.867543) + (xy 29.659243 87.808284) (xy 29.866749 87.711523) (xy 30.0543 87.580198) (xy 30.216198 87.4183) + (xy 30.347523 87.230749) (xy 30.444284 87.023243) (xy 30.503543 86.802087) (xy 30.519998 86.614) + (xy 31.706502 86.614) (xy 31.726457 86.842087) (xy 31.757436 86.957702) (xy 31.785715 87.06324) + (xy 31.785717 87.063246) (xy 31.882477 87.270749) (xy 31.996724 87.433911) (xy 32.013802 87.4583) + (xy 32.1757 87.620198) (xy 32.363251 87.751523) (xy 32.570757 87.848284) (xy 32.791913 87.907543) + (xy 33.02 87.927498) (xy 33.248087 87.907543) (xy 33.469243 87.848284) (xy 33.676749 87.751523) + (xy 33.8643 87.620198) (xy 34.026198 87.4583) (xy 34.157523 87.270749) (xy 34.254284 87.063243) + (xy 34.313543 86.842087) (xy 34.333498 86.614) (xy 34.313543 86.385913) (xy 34.254284 86.164757) + (xy 34.157523 85.957251) (xy 34.026198 85.7697) (xy 33.8643 85.607802) (xy 33.851769 85.599028) + (xy 33.766388 85.539243) (xy 33.676749 85.476477) (xy 33.637543 85.458195) (xy 33.584258 85.411279) + (xy 33.564796 85.343002) (xy 33.585337 85.275042) (xy 33.637543 85.229805) (xy 33.639997 85.22866) + (xy 33.676749 85.211523) (xy 33.8643 85.080198) (xy 34.026198 84.9183) (xy 34.157523 84.730749) + (xy 34.254284 84.523243) (xy 34.313543 84.302087) (xy 34.333498 84.074) (xy 34.313543 83.845913) + (xy 34.254284 83.624757) (xy 34.157523 83.417251) (xy 34.026198 83.2297) (xy 33.8643 83.067802) + (xy 33.676749 82.936477) (xy 33.654928 82.926302) (xy 33.637543 82.918195) (xy 33.584258 82.871279) + (xy 33.564796 82.803002) (xy 33.585337 82.735042) (xy 33.637543 82.689805) (xy 33.639997 82.68866) + (xy 33.676749 82.671523) (xy 33.8643 82.540198) (xy 34.026198 82.3783) (xy 34.157523 82.190749) + (xy 34.254284 81.983243) (xy 34.313543 81.762087) (xy 34.333498 81.534) (xy 34.313543 81.305913) + (xy 34.254284 81.084757) (xy 34.157523 80.877251) (xy 34.026198 80.6897) (xy 33.8643 80.527802) + (xy 33.864295 80.527799) (xy 33.864292 80.527796) (xy 33.860995 80.525487) (xy 33.816669 80.470028) + (xy 33.809363 80.399409) (xy 33.841396 80.336049) (xy 33.902599 80.300067) (xy 33.919801 80.296999) + (xy 33.929201 80.295989) (xy 34.066204 80.244889) (xy 34.130548 80.196722) (xy 34.183261 80.157261) + (xy 34.270887 80.040207) (xy 34.270887 80.040206) (xy 34.270889 80.040204) (xy 34.321989 79.903201) + (xy 34.325871 79.867099) (xy 34.328499 79.842649) (xy 34.3285 79.842632) (xy 34.3285 78.145367) + (xy 34.328499 78.14535) (xy 34.32199 78.084803) (xy 34.321988 78.084795) (xy 34.287482 77.992283) + (xy 34.270889 77.947796) (xy 34.270888 77.947794) (xy 34.270887 77.947792) (xy 34.183261 77.830738) + (xy 34.066207 77.743112) (xy 34.066202 77.74311) (xy 33.929204 77.692011) (xy 33.929196 77.692009) + (xy 33.868649 77.6855) (xy 33.868638 77.6855) (xy 32.171362 77.6855) (xy 32.17135 77.6855) (xy 32.110803 77.692009) + (xy 32.110795 77.692011) (xy 31.973797 77.74311) (xy 31.973792 77.743112) (xy 31.856738 77.830738) + (xy 31.769112 77.947792) (xy 31.76911 77.947797) (xy 31.718011 78.084795) (xy 31.718009 78.084803) + (xy 31.7115 78.14535) (xy 31.7115 79.842649) (xy 31.718009 79.903196) (xy 31.718011 79.903204) (xy 31.76911 80.040202) + (xy 31.769112 80.040207) (xy 31.856738 80.157261) (xy 31.973792 80.244887) (xy 31.973794 80.244888) + (xy 31.973796 80.244889) (xy 32.110799 80.295989) (xy 32.120191 80.296998) (xy 32.185784 80.324163) + (xy 32.226279 80.382479) (xy 32.228817 80.45343) (xy 32.192593 80.51449) (xy 32.17901 80.525483) + (xy 32.175708 80.527795) (xy 32.175697 80.527804) (xy 32.013804 80.689697) (xy 32.013799 80.689703) + (xy 31.882477 80.87725) (xy 31.785717 81.084753) (xy 31.785715 81.084759) (xy 31.744735 81.2377) + (xy 31.726457 81.305913) (xy 31.706502 81.534) (xy 31.726457 81.762087) (xy 31.751062 81.853913) + (xy 31.785715 81.98324) (xy 31.785717 81.983246) (xy 31.882477 82.190749) (xy 31.966038 82.310087) + (xy 32.013802 82.3783) (xy 32.1757 82.540198) (xy 32.363251 82.671523) (xy 32.398359 82.687894) + (xy 32.402457 82.689805) (xy 32.455742 82.736722) (xy 32.475203 82.804999) (xy 32.454661 82.872959) + (xy 32.402457 82.918195) (xy 32.36325 82.936477) (xy 32.175703 83.067799) (xy 32.175697 83.067804) + (xy 32.013804 83.229697) (xy 32.013799 83.229703) (xy 31.882477 83.41725) (xy 31.785717 83.624753) + (xy 31.785715 83.624759) (xy 31.741972 83.788009) (xy 31.726457 83.845913) (xy 31.706502 84.074) + (xy 31.726457 84.302087) (xy 31.731151 84.319606) (xy 31.785715 84.52324) (xy 31.785717 84.523246) + (xy 31.882477 84.730749) (xy 32.005959 84.9071) (xy 32.013802 84.9183) (xy 32.1757 85.080198) (xy 32.363251 85.211523) + (xy 32.386335 85.222287) (xy 32.402457 85.229805) (xy 32.455742 85.276722) (xy 32.475203 85.344999) + (xy 32.454661 85.412959) (xy 32.402457 85.458195) (xy 32.36325 85.476477) (xy 32.175703 85.607799) + (xy 32.175697 85.607804) (xy 32.013804 85.769697) (xy 32.013799 85.769703) (xy 31.882477 85.95725) + (xy 31.785717 86.164753) (xy 31.785715 86.164759) (xy 31.738522 86.340887) (xy 31.726457 86.385913) + (xy 31.706502 86.614) (xy 30.519998 86.614) (xy 30.523498 86.574) (xy 30.503543 86.345913) (xy 30.444284 86.124757) + (xy 30.347523 85.917251) (xy 30.216198 85.7297) (xy 30.0543 85.567802) (xy 30.013514 85.539243) + (xy 29.866746 85.436474) (xy 29.861985 85.433726) (xy 29.863023 85.431927) (xy 29.816532 85.390963) + (xy 29.797095 85.322679) (xy 29.817661 85.254726) (xy 29.862782 85.215664) (xy 29.86173 85.213841) + (xy 29.866496 85.211088) (xy 29.937888 85.161099) (xy 29.937888 85.161098) (xy 29.250789 84.474) + (xy 29.262661 84.474) (xy 29.364394 84.446741) (xy 29.455606 84.39408) (xy 29.53008 84.319606) (xy 29.582741 84.228394) + (xy 29.61 84.126661) (xy 29.61 84.114791) (xy 30.297097 84.801888) (xy 30.297099 84.801888) (xy 30.347088 84.730497) + (xy 30.443811 84.523073) (xy 30.443813 84.523068) (xy 30.503048 84.302002) (xy 30.522995 84.074) + (xy 30.503048 83.845997) (xy 30.443813 83.624931) (xy 30.443811 83.624926) (xy 30.347086 83.417498) + (xy 30.2971 83.34611) (xy 30.297098 83.34611) (xy 29.61 84.033208) (xy 29.61 84.021339) (xy 29.582741 83.919606) + (xy 29.53008 83.828394) (xy 29.455606 83.75392) (xy 29.364394 83.701259) (xy 29.262661 83.674) (xy 29.25079 83.674) + (xy 29.937888 82.986899) (xy 29.937888 82.986898) (xy 29.866501 82.936913) (xy 29.659073 82.840188) + (xy 29.659068 82.840186) (xy 29.438 82.780951) (xy 29.438004 82.780951) (xy 29.21 82.761004) (xy 28.981997 82.780951) + (xy 28.760931 82.840186) (xy 28.760926 82.840188) (xy 28.5535 82.936913) (xy 28.482109 82.9869) + (xy 29.169209 83.674) (xy 29.157339 83.674) (xy 29.055606 83.701259) (xy 28.964394 83.75392) (xy 28.88992 83.828394) + (xy 28.837259 83.919606) (xy 28.81 84.021339) (xy 28.81 84.033209) (xy 28.1229 83.346109) (xy 28.072913 83.4175) + (xy 27.976188 83.624926) (xy 27.976186 83.624931) (xy 27.936029 83.7748) (xy 27.899077 83.835423) + (xy 27.835216 83.866444) (xy 27.764722 83.858016) (xy 27.725227 83.831284) (xy 26.977404 83.083461) + (xy 26.943378 83.021149) (xy 26.940499 82.994366) (xy 26.940499 74.182631) (xy 26.960501 74.11451) + (xy 27.014157 74.068017) (xy 27.084431 74.057913) (xy 27.149011 74.087407) (xy 27.155594 74.093536) + (xy 28.113597 75.051539) (xy 28.147623 75.113851) (xy 28.150502 75.140634) (xy 28.150502 75.143994) + (xy 28.150502 75.143996) (xy 28.150502 75.144) (xy 28.170457 75.372087) (xy 28.188817 75.440608) + (xy 28.229715 75.59324) (xy 28.229717 75.593246) (xy 28.326477 75.800749) (xy 28.407574 75.916568) + (xy 28.457802 75.9883) (xy 28.6197 76.150198) (xy 28.807251 76.281523) (xy 29.014757 76.378284) + (xy 29.235913 76.437543) (xy 29.464 76.457498) (xy 29.692087 76.437543) (xy 29.913243 76.378284) + (xy 30.120749 76.281523) (xy 30.3083 76.150198) (xy 30.470198 75.9883) (xy 30.601523 75.800749) + (xy 30.698284 75.593243) (xy 30.757543 75.372087) (xy 30.777498 75.144) (xy 30.757543 74.915913) + (xy 30.698284 74.694757) (xy 30.601523 74.487251) (xy 30.470198 74.2997) (xy 30.3083 74.137802) + (xy 30.308296 74.137799) (xy 30.120746 74.006474) (xy 30.115985 74.003726) (xy 30.117023 74.001927) + (xy 30.070532 73.960963) (xy 30.051095 73.892679) (xy 30.071661 73.824726) (xy 30.116782 73.785664) + (xy 30.11573 73.783841) (xy 30.120496 73.781088) (xy 30.191888 73.731099) (xy 30.191888 73.731098) + (xy 29.504789 73.044) (xy 29.516661 73.044) (xy 29.618394 73.016741) (xy 29.709606 72.96408) (xy 29.78408 72.889606) + (xy 29.836741 72.798394) (xy 29.864 72.696661) (xy 29.864 72.684791) (xy 30.551097 73.371888) (xy 30.551099 73.371888) + (xy 30.601088 73.300497) (xy 30.697811 73.093073) (xy 30.697813 73.093068) (xy 30.757048 72.872002) + (xy 30.776995 72.644) (xy 30.757048 72.415997) (xy 30.697813 72.194931) (xy 30.697811 72.194926) + (xy 30.601086 71.987498) (xy 30.5511 71.91611) (xy 30.551098 71.91611) (xy 29.864 72.603208) (xy 29.864 72.591339) + (xy 29.836741 72.489606) (xy 29.78408 72.398394) (xy 29.709606 72.32392) (xy 29.618394 72.271259) + (xy 29.516661 72.244) (xy 29.50479 72.244) (xy 30.191888 71.556899) (xy 30.191888 71.556898) (xy 30.120501 71.506913) + (xy 29.913073 71.410188) (xy 29.913068 71.410186) (xy 29.692 71.350951) (xy 29.692004 71.350951) + (xy 29.464 71.331004) (xy 29.235997 71.350951) (xy 29.014931 71.410186) (xy 29.014926 71.410188) + (xy 28.8075 71.506913) (xy 28.736109 71.5569) (xy 29.423209 72.244) (xy 29.411339 72.244) (xy 29.309606 72.271259) + (xy 29.218394 72.32392) (xy 29.14392 72.398394) (xy 29.091259 72.489606) (xy 29.064 72.591339) (xy 29.064 72.603209) + (xy 28.3769 71.916109) (xy 28.326913 71.9875) (xy 28.230188 72.194926) (xy 28.230186 72.194931) + (xy 28.190029 72.344801) (xy 28.153077 72.405424) (xy 28.089217 72.436445) (xy 28.018722 72.428017) + (xy 27.979228 72.401286) (xy 26.977404 71.399461) (xy 26.943378 71.337149) (xy 26.940499 71.310366) + (xy 26.940499 65.533718) (xy 26.960501 65.465597) (xy 27.014157 65.419104) (xy 27.084431 65.409) + (xy 27.114709 65.417306) (xy 27.271661 65.482318) (xy 27.443511 65.516501) (xy 33.021766 65.516501) + (xy 33.089887 65.536503) (xy 33.110861 65.553406) (xy 33.47086 65.913405) (xy 33.504886 65.975717) + (xy 33.499821 66.046532) (xy 33.457274 66.103368) (xy 33.390754 66.128179) (xy 33.381765 66.1285) + (xy 32.17135 66.1285) (xy 32.110803 66.135009) (xy 32.110795 66.135011) (xy 31.973797 66.18611) + (xy 31.973792 66.186112) (xy 31.856738 66.273738) (xy 31.769112 66.390792) (xy 31.76911 66.390797) + (xy 31.718011 66.527795) (xy 31.718009 66.527803) (xy 31.7115 66.58835) (xy 31.7115 68.285649) (xy 31.718009 68.346196) + (xy 31.718011 68.346204) (xy 31.76911 68.483202) (xy 31.769112 68.483207) (xy 31.856738 68.600261) + (xy 31.973792 68.687887) (xy 31.973794 68.687888) (xy 31.973796 68.687889) (xy 32.110799 68.738989) + (xy 32.120191 68.739998) (xy 32.185784 68.767163) (xy 32.226279 68.825479) (xy 32.228817 68.89643) + (xy 32.192593 68.95749) (xy 32.17901 68.968483) (xy 32.175708 68.970795) (xy 32.175697 68.970804) + (xy 32.013804 69.132697) (xy 32.013799 69.132703) (xy 31.882477 69.32025) (xy 31.785717 69.527753) + (xy 31.785715 69.527759) (xy 31.755234 69.641516) (xy 31.726457 69.748913) (xy 31.706502 69.977) + (xy 31.726457 70.205087) (xy 31.785716 70.426243) (xy 31.882477 70.633749) (xy 32.013802 70.8213) + (xy 32.1757 70.983198) (xy 32.363251 71.114523) (xy 32.398359 71.130894) (xy 32.402457 71.132805) + (xy 32.455742 71.179722) (xy 32.475203 71.247999) (xy 32.454661 71.315959) (xy 32.402457 71.361195) + (xy 32.36325 71.379477) (xy 32.175703 71.510799) (xy 32.175697 71.510804) (xy 32.013804 71.672697) + (xy 32.013799 71.672703) (xy 31.882477 71.86025) (xy 31.785717 72.067753) (xy 31.785715 72.067759) + (xy 31.738491 72.244) (xy 31.726457 72.288913) (xy 31.706502 72.517) (xy 31.726457 72.745087) (xy 31.744409 72.812083) + (xy 31.785715 72.96624) (xy 31.785717 72.966246) (xy 31.882477 73.173749) (xy 31.986104 73.321744) + (xy 32.013802 73.3613) (xy 32.1757 73.523198) (xy 32.363251 73.654523) (xy 32.398359 73.670894) + (xy 32.402457 73.672805) (xy 32.455742 73.719722) (xy 32.475203 73.787999) (xy 32.454661 73.855959) + (xy 32.402457 73.901195) (xy 32.36325 73.919477) (xy 32.175703 74.050799) (xy 32.175697 74.050804) + (xy 32.013804 74.212697) (xy 32.013799 74.212703) (xy 31.882477 74.40025) (xy 31.785717 74.607753) + (xy 31.785715 74.607759) (xy 31.739228 74.78125) (xy 31.726457 74.828913) (xy 31.706502 75.057) + (xy 31.726457 75.285087) (xy 31.749769 75.372087) (xy 31.785715 75.50624) (xy 31.785717 75.506246) + (xy 31.882477 75.713749) (xy 32.008227 75.893339) (xy 32.013802 75.9013) (xy 32.1757 76.063198) + (xy 32.363251 76.194523) (xy 32.570757 76.291284) (xy 32.791913 76.350543) (xy 33.02 76.370498) + (xy 33.248087 76.350543) (xy 33.469243 76.291284) (xy 33.676749 76.194523) (xy 33.8643 76.063198) + (xy 34.026198 75.9013) (xy 34.157523 75.713749) (xy 34.254284 75.506243) (xy 34.313543 75.285087) + (xy 34.333498 75.057) (xy 34.313543 74.828913) (xy 34.254284 74.607757) (xy 34.157523 74.400251) + (xy 34.026198 74.2127) (xy 33.8643 74.050802) (xy 33.676749 73.919477) (xy 33.63813 73.901469) (xy 33.637543 73.901195) + (xy 33.584258 73.854279) (xy 33.564796 73.786002) (xy 33.585337 73.718042) (xy 33.637543 73.672805) + (xy 33.639997 73.67166) (xy 33.676749 73.654523) (xy 33.8643 73.523198) (xy 34.026198 73.3613) (xy 34.157523 73.173749) + (xy 34.254284 72.966243) (xy 34.262793 72.934485) (xy 34.299744 72.873863) (xy 34.363605 72.842842) + (xy 34.4341 72.85127) (xy 34.488847 72.896473) (xy 34.510464 72.964098) (xy 34.5105 72.967097) (xy 34.5105 74.08761) + (xy 34.527343 74.172284) (xy 34.544683 74.259458) (xy 34.611735 74.421336) (xy 34.70908 74.567023) + (xy 37.782977 77.64092) (xy 37.928664 77.738265) (xy 38.090542 77.805317) (xy 38.262392 77.8395) + (xy 38.437608 77.8395) (xy 39.639812 77.8395) (xy 39.707933 77.859502) (xy 39.754426 77.913158) + (xy 39.76453 77.983432) (xy 39.735036 78.048012) (xy 39.728907 78.054595) (xy 39.633804 78.149697) + (xy 39.633799 78.149703) (xy 39.502477 78.33725) (xy 39.405717 78.544753) (xy 39.405715 78.544759) + (xy 39.346457 78.765913) (xy 39.326502 78.994) (xy 39.342619 79.178224) (xy 39.346457 79.222086) + (xy 39.405715 79.44324) (xy 39.405717 79.443246) (xy 39.502477 79.650749) (xy 39.558029 79.730086) + (xy 39.633802 79.8383) (xy 39.7957 80.000198) (xy 39.983251 80.131523) (xy 40.000843 80.139726) + (xy 40.022457 80.149805) (xy 40.075742 80.196722) (xy 40.095203 80.264999) (xy 40.074661 80.332959) + (xy 40.022457 80.378195) (xy 39.98325 80.396477) (xy 39.795703 80.527799) (xy 39.795697 80.527804) + (xy 39.633804 80.689697) (xy 39.633799 80.689703) (xy 39.502477 80.87725) (xy 39.405717 81.084753) + (xy 39.405715 81.084759) (xy 39.364735 81.2377) (xy 39.346457 81.305913) (xy 39.326502 81.534) (xy 39.346457 81.762087) + (xy 39.371062 81.853913) (xy 39.405715 81.98324) (xy 39.405717 81.983246) (xy 39.502477 82.190749) + (xy 39.586038 82.310087) (xy 39.633802 82.3783) (xy 39.7957 82.540198) (xy 39.983251 82.671523) + (xy 40.018359 82.687894) (xy 40.022457 82.689805) (xy 40.075742 82.736722) (xy 40.095203 82.804999) + (xy 40.074661 82.872959) (xy 40.022457 82.918195) (xy 39.98325 82.936477) (xy 39.795703 83.067799) + (xy 39.795697 83.067804) (xy 39.633804 83.229697) (xy 39.633799 83.229703) (xy 39.502477 83.41725) + (xy 39.405717 83.624753) (xy 39.405715 83.624759) (xy 39.361972 83.788009) (xy 39.346457 83.845913) + (xy 39.326502 84.074) (xy 39.346457 84.302087) (xy 39.351151 84.319606) (xy 39.405715 84.52324) + (xy 39.405717 84.523246) (xy 39.502477 84.730749) (xy 39.625959 84.9071) (xy 39.633802 84.9183) + (xy 39.7957 85.080198) (xy 39.983251 85.211523) (xy 40.006335 85.222287) (xy 40.022457 85.229805) + (xy 40.075742 85.276722) (xy 40.095203 85.344999) (xy 40.074661 85.412959) (xy 40.022457 85.458195) + (xy 39.98325 85.476477) (xy 39.795703 85.607799) (xy 39.795697 85.607804) (xy 39.633804 85.769697) + (xy 39.633799 85.769703) (xy 39.502477 85.95725) (xy 39.405717 86.164753) (xy 39.405715 86.164759) + (xy 39.358522 86.340887) (xy 39.346457 86.385913) (xy 39.326502 86.614) (xy 39.346457 86.842087) + (xy 39.377436 86.957702) (xy 39.405715 87.06324) (xy 39.405717 87.063246) (xy 39.502477 87.270749) + (xy 39.616724 87.433911) (xy 39.633802 87.4583) (xy 39.7957 87.620198) (xy 39.983251 87.751523) + (xy 40.190757 87.848284) (xy 40.411913 87.907543) (xy 40.64 87.927498) (xy 40.868087 87.907543) + (xy 41.089243 87.848284) (xy 41.12065 87.833638) (xy 41.19084 87.822977) (xy 41.255653 87.851956) + (xy 41.29451 87.911375) (xy 41.2999 87.947833) (xy 41.2999 94.284085) (xy 41.279898 94.352206) (xy 41.262995 94.37318) + (xy 37.917082 97.719092) (xy 37.917077 97.719099) (xy 37.819735 97.864782) (xy 37.752685 98.026654) + (xy 37.752683 98.026659) (xy 37.7185 98.198507) (xy 37.7185 113.64261) (xy 37.752683 113.814458) + (xy 37.752685 113.814463) (xy 37.822104 113.982055) (xy 37.82064 113.982661) (xy 37.83353 114.044584) + (xy 37.808123 114.110879) (xy 37.761187 114.148663) (xy 37.69725 114.178477) (xy 37.509703 114.309799) + (xy 37.509697 114.309804) (xy 37.347804 114.471697) (xy 37.347799 114.471703) (xy 37.216477 114.65925) + (xy 37.119717 114.866753) (xy 37.119715 114.866759) (xy 37.074367 115.036002) (xy 37.060457 115.087913) + (xy 37.040502 115.316) (xy 37.060457 115.544087) (xy 37.064246 115.558228) (xy 37.119715 115.76524) + (xy 37.119717 115.765246) (xy 37.216477 115.972749) (xy 37.272029 116.052086) (xy 37.347802 116.1603) + (xy 37.5097 116.322198) (xy 37.697251 116.453523) (xy 37.904757 116.550284) (xy 38.125913 116.609543) + (xy 38.354 116.629498) (xy 38.582087 116.609543) (xy 38.803243 116.550284) (xy 39.010749 116.453523) + (xy 39.1983 116.322198) (xy 39.360198 116.1603) (xy 39.491523 115.972749) (xy 39.503336 115.947414) + (xy 39.550252 115.89413) (xy 39.618529 115.874668) (xy 39.686489 115.895209) (xy 39.706626 115.911569) + (xy 40.943669 117.148611) (xy 40.943679 117.148622) (xy 40.948079 117.153022) (xy 40.94808 117.153023) + (xy 41.071977 117.27692) (xy 41.209704 117.368946) (xy 41.209706 117.368948) (xy 41.209707 117.368948) + (xy 41.217664 117.374265) (xy 41.379542 117.441317) (xy 41.551391 117.4755) (xy 41.551392 117.4755) + (xy 41.822829 117.4755) (xy 41.89095 117.495502) (xy 41.937443 117.549158) (xy 41.940884 117.557466) + (xy 41.950111 117.582204) (xy 41.950112 117.582207) (xy 42.037738 117.699261) (xy 42.154792 117.786887) + (xy 42.154794 117.786888) (xy 42.154796 117.786889) (xy 42.202771 117.804783) (xy 42.291795 117.837988) + (xy 42.291803 117.83799) (xy 42.35235 117.844499) (xy 42.352355 117.844499) (xy 42.352362 117.8445) + (xy 42.352368 117.8445) (xy 43.499632 117.8445) (xy 43.499638 117.8445) (xy 43.499645 117.844499) + (xy 43.499649 117.844499) (xy 43.560196 117.83799) (xy 43.560199 117.837989) (xy 43.560201 117.837989) + (xy 43.697204 117.786889) (xy 43.697207 117.786886) (xy 43.705113 117.78257) (xy 43.706166 117.784499) + (xy 43.76118 117.763975) (xy 43.818396 117.773243) (xy 43.894539 117.804783) (xy 44.094209 117.8445) + (xy 44.09421 117.8445) (xy 44.29779 117.8445) (xy 44.297791 117.8445) (xy 44.497461 117.804783) + (xy 44.685546 117.726876) (xy 44.760998 117.676459) (xy 44.828751 117.655245) (xy 44.897218 117.674028) + (xy 44.900994 117.676454) (xy 44.976454 117.726876) (xy 45.164539 117.804783) (xy 45.364209 117.8445) + (xy 45.36421 117.8445) (xy 45.56779 117.8445) (xy 45.567791 117.8445) (xy 45.767461 117.804783) + (xy 45.955546 117.726876) (xy 46.124818 117.613772) (xy 46.268772 117.469818) (xy 46.381876 117.300546) + (xy 46.459783 117.112461) (xy 46.4995 116.912791) (xy 46.4995 116.259209) (xy 46.459783 116.059539) + (xy 46.381876 115.871454) (xy 46.268772 115.702182) (xy 46.124818 115.558228) (xy 45.955546 115.445124) + (xy 45.821088 115.38943) (xy 45.767466 115.367219) (xy 45.767461 115.367217) (xy 45.567793 115.3275) + (xy 45.567791 115.3275) (xy 45.364209 115.3275) (xy 45.364206 115.3275) (xy 45.164538 115.367217) + (xy 45.164533 115.367219) (xy 44.976453 115.445124) (xy 44.976449 115.445126) (xy 44.901001 115.495539) + (xy 44.833248 115.516754) (xy 44.764782 115.497971) (xy 44.760999 115.495539) (xy 44.68555 115.445126) + (xy 44.685546 115.445124) (xy 44.497466 115.367219) (xy 44.497461 115.367217) (xy 44.297793 115.3275) + (xy 44.297791 115.3275) (xy 44.094209 115.3275) (xy 44.094206 115.3275) (xy 43.894538 115.367217) + (xy 43.894528 115.36722) (xy 43.818396 115.398755) (xy 43.747806 115.406344) (xy 43.70585 115.388081) + (xy 43.705114 115.38943) (xy 43.697203 115.38511) (xy 43.560204 115.334011) (xy 43.560196 115.334009) + (xy 43.499649 115.3275) (xy 43.499638 115.3275) (xy 42.352362 115.3275) (xy 42.35235 115.3275) (xy 42.291803 115.334009) + (xy 42.291795 115.334011) (xy 42.154797 115.38511) (xy 42.154792 115.385112) (xy 42.037738 115.472739) + (xy 42.016114 115.501625) (xy 41.959278 115.544171) (xy 41.888462 115.549235) (xy 41.826152 115.51521) + (xy 40.516319 114.205376) (xy 40.482293 114.143064) (xy 40.487358 114.072248) (xy 40.529905 114.015413) + (xy 40.594434 113.99076) (xy 40.614002 113.989048) (xy 40.835068 113.929813) (xy 40.835073 113.929811) + (xy 41.042497 113.833088) (xy 41.113888 113.783099) (xy 41.113888 113.783097) (xy 40.426791 113.096) + (xy 40.438661 113.096) (xy 40.540394 113.068741) (xy 40.631606 113.01608) (xy 40.70608 112.941606) + (xy 40.758741 112.850394) (xy 40.786 112.748661) (xy 40.786 112.736791) (xy 41.473097 113.423888) + (xy 41.473099 113.423888) (xy 41.523088 113.352497) (xy 41.619811 113.145073) (xy 41.619813 113.145068) + (xy 41.679048 112.924002) (xy 41.698995 112.696) (xy 41.683772 112.522) (xy 45.168502 112.522) (xy 45.188457 112.750087) + (xy 45.215334 112.850394) (xy 45.247715 112.97124) (xy 45.247717 112.971246) (xy 45.29318 113.068741) + (xy 45.344477 113.178749) (xy 45.475802 113.3663) (xy 45.6377 113.528198) (xy 45.825251 113.659523) + (xy 46.032757 113.756284) (xy 46.253913 113.815543) (xy 46.482 113.835498) (xy 46.710087 113.815543) + (xy 46.931243 113.756284) (xy 47.138749 113.659523) (xy 47.3263 113.528198) (xy 47.488198 113.3663) + (xy 47.619523 113.178749) (xy 47.716284 112.971243) (xy 47.775543 112.750087) (xy 47.795498 112.522) + (xy 48.978502 112.522) (xy 48.998457 112.750087) (xy 49.025334 112.850394) (xy 49.057715 112.97124) + (xy 49.057717 112.971246) (xy 49.10318 113.068741) (xy 49.154477 113.178749) (xy 49.285802 113.3663) + (xy 49.4477 113.528198) (xy 49.635251 113.659523) (xy 49.842757 113.756284) (xy 50.063913 113.815543) + (xy 50.292 113.835498) (xy 50.520087 113.815543) (xy 50.741243 113.756284) (xy 50.948749 113.659523) + (xy 51.1363 113.528198) (xy 51.298198 113.3663) (xy 51.429523 113.178749) (xy 51.526284 112.971243) + (xy 51.585543 112.750087) (xy 51.605498 112.522) (xy 51.585543 112.293913) (xy 51.526284 112.072757) + (xy 51.429523 111.865251) (xy 51.298198 111.6777) (xy 51.1363 111.515802) (xy 51.122301 111.506) + (xy 50.948749 111.384477) (xy 50.741246 111.287717) (xy 50.74124 111.287715) (xy 50.60795 111.252) + (xy 50.520087 111.228457) (xy 50.292 111.208502) (xy 50.063913 111.228457) (xy 49.842759 111.287715) + (xy 49.842753 111.287717) (xy 49.63525 111.384477) (xy 49.447703 111.515799) (xy 49.447697 111.515804) + (xy 49.285804 111.677697) (xy 49.285799 111.677703) (xy 49.154477 111.86525) (xy 49.057717 112.072753) + (xy 49.057715 112.072759) (xy 49.051407 112.096302) (xy 48.998457 112.293913) (xy 48.978502 112.522) + (xy 47.795498 112.522) (xy 47.775543 112.293913) (xy 47.716284 112.072757) (xy 47.619523 111.865251) + (xy 47.488198 111.6777) (xy 47.3263 111.515802) (xy 47.312301 111.506) (xy 47.138749 111.384477) + (xy 46.931246 111.287717) (xy 46.93124 111.287715) (xy 46.79795 111.252) (xy 46.710087 111.228457) + (xy 46.482 111.208502) (xy 46.253913 111.228457) (xy 46.032759 111.287715) (xy 46.032753 111.287717) + (xy 45.82525 111.384477) (xy 45.637703 111.515799) (xy 45.637697 111.515804) (xy 45.475804 111.677697) + (xy 45.475799 111.677703) (xy 45.344477 111.86525) (xy 45.247717 112.072753) (xy 45.247715 112.072759) + (xy 45.241407 112.096302) (xy 45.188457 112.293913) (xy 45.168502 112.522) (xy 41.683772 112.522) + (xy 41.679048 112.467997) (xy 41.619813 112.246931) (xy 41.619811 112.246926) (xy 41.523086 112.039498) + (xy 41.4731 111.96811) (xy 41.473098 111.96811) (xy 40.786 112.655208) (xy 40.786 112.643339) (xy 40.758741 112.541606) + (xy 40.70608 112.450394) (xy 40.631606 112.37592) (xy 40.540394 112.323259) (xy 40.438661 112.296) + (xy 40.426789 112.296) (xy 41.113888 111.608899) (xy 41.113888 111.608898) (xy 41.042501 111.558913) + (xy 40.835073 111.462188) (xy 40.835068 111.462186) (xy 40.614 111.402951) (xy 40.614004 111.402951) + (xy 40.386 111.383004) (xy 40.157997 111.402951) (xy 39.936931 111.462186) (xy 39.936926 111.462188) + (xy 39.729502 111.558911) (xy 39.69577 111.582531) (xy 39.628495 111.605218) (xy 39.559635 111.587932) + (xy 39.511052 111.536162) (xy 39.4975 111.479317) (xy 39.4975 108.913293) (xy 39.517502 108.845172) + (xy 39.571158 108.798679) (xy 39.641432 108.788575) (xy 39.695771 108.81008) (xy 39.729251 108.833523) + (xy 39.936757 108.930284) (xy 40.157913 108.989543) (xy 40.386 109.009498) (xy 40.614087 108.989543) + (xy 40.835243 108.930284) (xy 41.042749 108.833523) (xy 41.2303 108.702198) (xy 41.392198 108.5403) + (xy 41.523523 108.352749) (xy 41.620284 108.145243) (xy 41.679543 107.924087) (xy 41.699498 107.696) + (xy 41.679543 107.467913) (xy 41.620284 107.246757) (xy 41.523523 107.039251) (xy 41.392198 106.8517) + (xy 41.2303 106.689802) (xy 41.042749 106.558477) (xy 40.993584 106.535551) (xy 40.835246 106.461717) + (xy 40.83524 106.461715) (xy 40.741771 106.43667) (xy 40.614087 106.402457) (xy 40.386 106.382502) + (xy 40.157913 106.402457) (xy 39.936759 106.461715) (xy 39.936753 106.461717) (xy 39.729248 106.558478) + (xy 39.695769 106.58192) (xy 39.628495 106.604607) (xy 39.559635 106.587321) (xy 39.511051 106.535551) + (xy 39.4975 106.478706) (xy 39.4975 98.70675) (xy 39.517502 98.638629) (xy 39.5344 98.61766) (xy 41.160545 96.991514) + (xy 41.222857 96.957489) (xy 41.293672 96.962554) (xy 41.350508 97.005101) (xy 41.375319 97.071621) + (xy 41.375161 97.091585) (xy 41.358502 97.282) (xy 41.378457 97.510087) (xy 41.393869 97.567606) + (xy 41.437715 97.73124) (xy 41.437717 97.731246) (xy 41.534477 97.938749) (xy 41.653958 98.109386) + (xy 41.665802 98.1263) (xy 41.8277 98.288198) (xy 42.015251 98.419523) (xy 42.038742 98.430477) + (xy 42.054457 98.437805) (xy 42.107742 98.484722) (xy 42.127203 98.552999) (xy 42.106661 98.620959) + (xy 42.054457 98.666195) (xy 42.01525 98.684477) (xy 41.827703 98.815799) (xy 41.827697 98.815804) + (xy 41.665804 98.977697) (xy 41.665799 98.977703) (xy 41.534477 99.16525) (xy 41.437717 99.372753) + (xy 41.437715 99.372759) (xy 41.399978 99.513596) (xy 41.378457 99.593913) (xy 41.358502 99.822) + (xy 41.378457 100.050087) (xy 41.411806 100.174546) (xy 41.437715 100.27124) (xy 41.437717 100.271246) + (xy 41.534477 100.478749) (xy 41.653958 100.649386) (xy 41.665802 100.6663) (xy 41.8277 100.828198) + (xy 42.015251 100.959523) (xy 42.045255 100.973514) (xy 42.054457 100.977805) (xy 42.107742 101.024722) + (xy 42.127203 101.092999) (xy 42.106661 101.160959) (xy 42.054457 101.206195) (xy 42.01525 101.224477) + (xy 41.827703 101.355799) (xy 41.827697 101.355804) (xy 41.665804 101.517697) (xy 41.665799 101.517703) + (xy 41.534477 101.70525) (xy 41.437717 101.912753) (xy 41.437715 101.912759) (xy 41.397056 102.064502) + (xy 41.378457 102.133913) (xy 41.358502 102.362) (xy 41.378457 102.590087) (xy 41.388908 102.629091) + (xy 41.437715 102.81124) (xy 41.437717 102.811246) (xy 41.534477 103.018749) (xy 41.653958 103.189386) + (xy 41.665802 103.2063) (xy 41.8277 103.368198) (xy 42.015251 103.499523) (xy 42.050359 103.515894) + (xy 42.054457 103.517805) (xy 42.107742 103.564722) (xy 42.127203 103.632999) (xy 42.106661 103.700959) + (xy 42.054457 103.746195) (xy 42.01525 103.764477) (xy 41.827703 103.895799) (xy 41.827697 103.895804) + (xy 41.665804 104.057697) (xy 41.665799 104.057703) (xy 41.534477 104.24525) (xy 41.437717 104.452753) + (xy 41.437715 104.452759) (xy 41.388909 104.634906) (xy 41.378457 104.673913) (xy 41.358502 104.902) + (xy 41.378457 105.130087) (xy 41.388908 105.169091) (xy 41.437715 105.35124) (xy 41.437717 105.351246) + (xy 41.534477 105.558749) (xy 41.653958 105.729386) (xy 41.665802 105.7463) (xy 41.8277 105.908198) + (xy 42.015251 106.039523) (xy 42.222757 106.136284) (xy 42.443913 106.195543) (xy 42.672 106.215498) + (xy 42.900087 106.195543) (xy 43.121243 106.136284) (xy 43.328749 106.039523) (xy 43.5163 105.908198) + (xy 43.678198 105.7463) (xy 43.809523 105.558749) (xy 43.906284 105.351243) (xy 43.965543 105.130087) + (xy 43.985498 104.902) (xy 43.965543 104.673913) (xy 43.906284 104.452757) (xy 43.809523 104.245251) + (xy 43.678198 104.0577) (xy 43.5163 103.895802) (xy 43.328749 103.764477) (xy 43.289543 103.746195) + (xy 43.236258 103.699279) (xy 43.216796 103.631002) (xy 43.237337 103.563042) (xy 43.289543 103.517805) + (xy 43.291997 103.51666) (xy 43.328749 103.499523) (xy 43.5163 103.368198) (xy 43.678198 103.2063) + (xy 43.809523 103.018749) (xy 43.906284 102.811243) (xy 43.965543 102.590087) (xy 43.985498 102.362) + (xy 43.965543 102.133913) (xy 43.906284 101.912757) (xy 43.809523 101.705251) (xy 43.678198 101.5177) + (xy 43.5163 101.355802) (xy 43.516291 101.355796) (xy 43.38192 101.261708) (xy 43.328749 101.224477) + (xy 43.289543 101.206195) (xy 43.236258 101.159279) (xy 43.216796 101.091002) (xy 43.237337 101.023042) + (xy 43.289543 100.977805) (xy 43.298745 100.973514) (xy 43.328749 100.959523) (xy 43.5163 100.828198) + (xy 43.678198 100.6663) (xy 43.809523 100.478749) (xy 43.906284 100.271243) (xy 43.965543 100.050087) + (xy 43.985498 99.822) (xy 43.965543 99.593913) (xy 43.906284 99.372757) (xy 43.809523 99.165251) + (xy 43.678198 98.9777) (xy 43.5163 98.815802) (xy 43.516291 98.815796) (xy 43.43379 98.758028) (xy 43.328749 98.684477) + (xy 43.322849 98.681726) (xy 43.289543 98.666195) (xy 43.236258 98.619279) (xy 43.216796 98.551002) + (xy 43.237337 98.483042) (xy 43.289543 98.437805) (xy 43.291997 98.43666) (xy 43.328749 98.419523) + (xy 43.5163 98.288198) (xy 43.678198 98.1263) (xy 43.809523 97.938749) (xy 43.906284 97.731243) + (xy 43.965543 97.510087) (xy 43.985498 97.282) (xy 43.965543 97.053913) (xy 43.906284 96.832757) + (xy 43.809523 96.625251) (xy 43.678198 96.4377) (xy 43.5163 96.275802) (xy 43.386497 96.184913) + (xy 43.328749 96.144477) (xy 43.121246 96.047717) (xy 43.12124 96.047715) (xy 42.98795 96.012) (xy 42.900087 95.988457) + (xy 42.672 95.968502) (xy 42.671999 95.968502) (xy 42.481592 95.98516) (xy 42.411987 95.97117) (xy 42.360995 95.921771) + (xy 42.344805 95.852645) (xy 42.368558 95.785739) (xy 42.381507 95.770553) (xy 42.747378 95.404683) + (xy 42.747379 95.404682) (xy 43.850191 94.301868) (xy 43.9125 94.267846) (xy 43.983315 94.27291) + (xy 44.040151 94.315457) (xy 44.053478 94.337717) (xy 44.074475 94.382747) (xy 44.173183 94.523716) + (xy 44.205802 94.5703) (xy 44.3677 94.732198) (xy 44.555251 94.863523) (xy 44.762757 94.960284) + (xy 44.983913 95.019543) (xy 45.212 95.039498) (xy 45.440087 95.019543) (xy 45.661243 94.960284) + (xy 45.868749 94.863523) (xy 46.0563 94.732198) (xy 46.218198 94.5703) (xy 46.349523 94.382749) + (xy 46.446284 94.175243) (xy 46.505543 93.954087) (xy 46.525498 93.726) (xy 46.505543 93.497913) + (xy 46.446284 93.276757) (xy 46.349523 93.069251) (xy 46.218198 92.8817) (xy 46.0563 92.719802) + (xy 46.056296 92.719799) (xy 45.868747 92.588475) (xy 45.823717 92.567478) (xy 45.770431 92.520561) + (xy 45.75097 92.452284) (xy 45.771512 92.384324) (xy 45.787866 92.364193) (xy 49.003666 89.148394) + (xy 49.065976 89.11437) (xy 49.136792 89.119435) (xy 49.193627 89.161982) (xy 49.218438 89.228502) + (xy 49.218759 89.237491) (xy 49.218759 89.577751) (xy 49.230363 89.636086) (xy 49.252942 89.749599) + (xy 49.319994 89.911477) (xy 49.417339 90.057164) (xy 49.417341 90.057166) (xy 50.159754 90.799579) + (xy 50.19378 90.861891) (xy 50.196659 90.888674) (xy 50.196659 92.141318) (xy 50.176657 92.209439) + (xy 50.123001 92.255932) (xy 50.052727 92.266036) (xy 50.017409 92.255513) (xy 49.979246 92.237717) + (xy 49.97924 92.237715) (xy 49.877732 92.210516) (xy 49.758087 92.178457) (xy 49.53 92.158502) (xy 49.301913 92.178457) + (xy 49.080759 92.237715) (xy 49.080753 92.237717) (xy 48.87325 92.334477) (xy 48.685703 92.465799) + (xy 48.685697 92.465804) (xy 48.523804 92.627697) (xy 48.523799 92.627703) (xy 48.392477 92.81525) + (xy 48.295717 93.022753) (xy 48.295715 93.022759) (xy 48.244617 93.21346) (xy 48.236457 93.243913) + (xy 48.216502 93.472) (xy 48.236457 93.700087) (xy 48.27067 93.827771) (xy 48.295715 93.92124) (xy 48.295717 93.921246) + (xy 48.392477 94.128749) (xy 48.518879 94.30927) (xy 48.523802 94.3163) (xy 48.6857 94.478198) (xy 48.873251 94.609523) + (xy 49.080757 94.706284) (xy 49.301913 94.765543) (xy 49.53 94.785498) (xy 49.758087 94.765543) + (xy 49.979243 94.706284) (xy 50.01741 94.688486) (xy 50.087599 94.677825) (xy 50.152412 94.706804) + (xy 50.191269 94.766223) (xy 50.196659 94.802681) (xy 50.196659 95.051206) (xy 50.176657 95.119327) + (xy 50.159754 95.140301) (xy 49.622458 95.677597) (xy 49.560146 95.711623) (xy 49.533363 95.714502) + (xy 49.530006 95.714502) (xy 49.530003 95.714502) (xy 49.53 95.714502) (xy 49.301913 95.734457) + (xy 49.080759 95.793715) (xy 49.080753 95.793717) (xy 48.87325 95.890477) (xy 48.685703 96.021799) + (xy 48.685697 96.021804) (xy 48.523804 96.183697) (xy 48.523799 96.183703) (xy 48.392477 96.37125) + (xy 48.295717 96.578753) (xy 48.295715 96.578759) (xy 48.265453 96.6917) (xy 48.236457 96.799913) + (xy 48.216502 97.028) (xy 48.216502 97.028003) (xy 48.216502 97.028006) (xy 48.216502 97.031362) + (xy 48.216083 97.032786) (xy 48.216023 97.033481) (xy 48.215883 97.033468) (xy 48.1965 97.099483) + (xy 48.179597 97.120458) (xy 47.743879 97.556175) (xy 47.681567 97.5902) (xy 47.610751 97.585135) + (xy 47.553916 97.542588) (xy 47.529105 97.476068) (xy 47.529264 97.456097) (xy 47.540996 97.322005) + (xy 47.540996 97.322004) (xy 47.521048 97.093997) (xy 47.461813 96.872931) (xy 47.461811 96.872926) + (xy 47.365086 96.665498) (xy 47.3151 96.59411) (xy 47.315097 96.59411) (xy 46.628 97.281208) (xy 46.628 97.269339) + (xy 46.600741 97.167606) (xy 46.54808 97.076394) (xy 46.473606 97.00192) (xy 46.382394 96.949259) + (xy 46.280661 96.922) (xy 46.26879 96.922) (xy 46.955888 96.234899) (xy 46.955888 96.234898) (xy 46.884501 96.184913) + (xy 46.677073 96.088188) (xy 46.677068 96.088186) (xy 46.456 96.028951) (xy 46.456004 96.028951) + (xy 46.228 96.009004) (xy 45.999997 96.028951) (xy 45.778931 96.088186) (xy 45.778926 96.088188) + (xy 45.5715 96.184913) (xy 45.500109 96.2349) (xy 46.187209 96.922) (xy 46.175339 96.922) (xy 46.073606 96.949259) + (xy 45.982394 97.00192) (xy 45.90792 97.076394) (xy 45.855259 97.167606) (xy 45.828 97.269339) (xy 45.828 97.281209) + (xy 45.1409 96.594109) (xy 45.090913 96.6655) (xy 44.994188 96.872926) (xy 44.994186 96.872931) + (xy 44.934951 97.093997) (xy 44.915004 97.322) (xy 44.934951 97.550002) (xy 44.994186 97.771068) + (xy 44.994188 97.771073) (xy 45.090913 97.978501) (xy 45.140899 98.049888) (xy 45.828 97.362788) + (xy 45.828 97.374661) (xy 45.855259 97.476394) (xy 45.90792 97.567606) (xy 45.982394 97.64208) (xy 46.073606 97.694741) + (xy 46.175339 97.722) (xy 46.18721 97.722) (xy 45.50011 98.409098) (xy 45.50011 98.4091) (xy 45.571498 98.459086) + (xy 45.576266 98.461839) (xy 45.575178 98.463721) (xy 45.62142 98.504409) (xy 45.640904 98.57268) + (xy 45.620386 98.640647) (xy 45.575015 98.679995) (xy 45.576015 98.681726) (xy 45.571253 98.684474) + (xy 45.383703 98.815799) (xy 45.383697 98.815804) (xy 45.221804 98.977697) (xy 45.221799 98.977703) + (xy 45.090477 99.16525) (xy 44.993717 99.372753) (xy 44.993715 99.372759) (xy 44.955978 99.513596) + (xy 44.934457 99.593913) (xy 44.914502 99.822) (xy 44.934457 100.050087) (xy 44.967806 100.174546) + (xy 44.993715 100.27124) (xy 44.993717 100.271246) (xy 45.090477 100.478749) (xy 45.209958 100.649386) + (xy 45.221802 100.6663) (xy 45.3837 100.828198) (xy 45.571251 100.959523) (xy 45.693472 101.016515) + (xy 45.753057 101.0443) (xy 45.806342 101.091217) (xy 45.825803 101.159494) (xy 45.805261 101.227454) + (xy 45.772078 101.261708) (xy 45.637703 101.355799) (xy 45.637697 101.355804) (xy 45.475804 101.517697) + (xy 45.475799 101.517703) (xy 45.344477 101.70525) (xy 45.247717 101.912753) (xy 45.247715 101.912759) + (xy 45.207056 102.064502) (xy 45.188457 102.133913) (xy 45.168502 102.362) (xy 45.188457 102.590087) + (xy 45.198908 102.629091) (xy 45.247715 102.81124) (xy 45.247717 102.811246) (xy 45.344477 103.018749) + (xy 45.463958 103.189386) (xy 45.475802 103.2063) (xy 45.6377 103.368198) (xy 45.825251 103.499523) + (xy 46.032757 103.596284) (xy 46.253913 103.655543) (xy 46.482 103.675498) (xy 46.710087 103.655543) + (xy 46.931243 103.596284) (xy 47.138749 103.499523) (xy 47.3263 103.368198) (xy 47.488198 103.2063) + (xy 47.619523 103.018749) (xy 47.716284 102.811243) (xy 47.775543 102.590087) (xy 47.795498 102.362) + (xy 48.978502 102.362) (xy 48.998457 102.590087) (xy 49.008908 102.629091) (xy 49.057715 102.81124) + (xy 49.057717 102.811246) (xy 49.154477 103.018749) (xy 49.273958 103.189386) (xy 49.285802 103.2063) + (xy 49.4477 103.368198) (xy 49.635251 103.499523) (xy 49.842757 103.596284) (xy 50.063913 103.655543) + (xy 50.292 103.675498) (xy 50.520087 103.655543) (xy 50.741243 103.596284) (xy 50.948749 103.499523) + (xy 51.1363 103.368198) (xy 51.298198 103.2063) (xy 51.429523 103.018749) (xy 51.526284 102.811243) + (xy 51.585543 102.590087) (xy 51.605498 102.362) (xy 52.788502 102.362) (xy 52.808457 102.590087) + (xy 52.818908 102.629091) (xy 52.867715 102.81124) (xy 52.867717 102.811246) (xy 52.964477 103.018749) + (xy 53.083958 103.189386) (xy 53.095802 103.2063) (xy 53.2577 103.368198) (xy 53.445251 103.499523) + (xy 53.652757 103.596284) (xy 53.873913 103.655543) (xy 54.102 103.675498) (xy 54.330087 103.655543) + (xy 54.551243 103.596284) (xy 54.758749 103.499523) (xy 54.9463 103.368198) (xy 55.108198 103.2063) + (xy 55.239523 103.018749) (xy 55.336284 102.811243) (xy 55.395543 102.590087) (xy 55.415498 102.362) + (xy 55.395543 102.133913) (xy 55.336284 101.912757) (xy 55.239523 101.705251) (xy 55.108198 101.5177) + (xy 54.9463 101.355802) (xy 54.946291 101.355796) (xy 54.758749 101.224477) (xy 54.551246 101.127717) + (xy 54.55124 101.127715) (xy 54.414225 101.091002) (xy 54.330087 101.068457) (xy 54.102 101.048502) + (xy 53.873913 101.068457) (xy 53.652759 101.127715) (xy 53.652753 101.127717) (xy 53.44525 101.224477) + (xy 53.257703 101.355799) (xy 53.257697 101.355804) (xy 53.095804 101.517697) (xy 53.095799 101.517703) + (xy 52.964477 101.70525) (xy 52.867717 101.912753) (xy 52.867715 101.912759) (xy 52.827056 102.064502) + (xy 52.808457 102.133913) (xy 52.788502 102.362) (xy 51.605498 102.362) (xy 51.585543 102.133913) + (xy 51.526284 101.912757) (xy 51.429523 101.705251) (xy 51.298198 101.5177) (xy 51.1363 101.355802) + (xy 51.136291 101.355796) (xy 50.948749 101.224477) (xy 50.741246 101.127717) (xy 50.74124 101.127715) + (xy 50.604225 101.091002) (xy 50.520087 101.068457) (xy 50.292 101.048502) (xy 50.063913 101.068457) + (xy 49.842759 101.127715) (xy 49.842753 101.127717) (xy 49.63525 101.224477) (xy 49.447703 101.355799) + (xy 49.447697 101.355804) (xy 49.285804 101.517697) (xy 49.285799 101.517703) (xy 49.154477 101.70525) + (xy 49.057717 101.912753) (xy 49.057715 101.912759) (xy 49.017056 102.064502) (xy 48.998457 102.133913) + (xy 48.978502 102.362) (xy 47.795498 102.362) (xy 47.775543 102.133913) (xy 47.716284 101.912757) + (xy 47.619523 101.705251) (xy 47.488198 101.5177) (xy 47.3263 101.355802) (xy 47.326291 101.355796) + (xy 47.138749 101.224477) (xy 46.956942 101.139699) (xy 46.903657 101.092782) (xy 46.884196 101.024504) + (xy 46.904738 100.956544) (xy 46.937922 100.922291) (xy 47.015166 100.868204) (xy 47.0723 100.828198) + (xy 47.234198 100.6663) (xy 47.365523 100.478749) (xy 47.380885 100.445804) (xy 47.405983 100.409958) + (xy 49.437539 98.378403) (xy 49.499851 98.344377) (xy 49.526634 98.341498) (xy 49.529994 98.341498) + (xy 49.529997 98.341497) (xy 49.53 98.341498) (xy 49.758087 98.321543) (xy 49.979243 98.262284) + (xy 50.186749 98.165523) (xy 50.3743 98.034198) (xy 50.536198 97.8723) (xy 50.667523 97.684749) + (xy 50.764284 97.477243) (xy 50.823543 97.256087) (xy 50.843498 97.028) (xy 50.843497 97.027996) + (xy 50.843498 97.027993) (xy 50.843498 97.024635) (xy 50.843916 97.023209) (xy 50.843977 97.022519) + (xy 50.844115 97.022531) (xy 50.8635 96.956514) (xy 50.880403 96.935539) (xy 51.286143 96.529799) + (xy 51.777079 96.038864) (xy 51.874424 95.893177) (xy 51.941476 95.731299) (xy 51.975659 95.55945) + (xy 51.975659 95.384233) (xy 51.975659 92.919674) (xy 51.995661 92.851553) (xy 52.049317 92.80506) + (xy 52.119591 92.794956) (xy 52.184171 92.82445) (xy 52.190754 92.830579) (xy 59.057518 99.697343) + (xy 59.091544 99.759655) (xy 59.089728 99.785033) (xy 59.099549 99.782897) (xy 59.16607 99.807708) + (xy 59.179656 99.819481) (xy 60.287595 100.92742) (xy 60.321621 100.989732) (xy 60.3245 101.016515) + (xy 60.3245 117.181367) (xy 60.304498 117.249488) (xy 60.287595 117.270462) (xy 53.516462 124.041595) + (xy 53.45415 124.075621) (xy 53.427367 124.0785) (xy 47.858497 124.0785) (xy 47.790376 124.058498) + (xy 47.743883 124.004842) (xy 47.737132 123.983138) (xy 47.736473 123.983315) (xy 47.675813 123.756931) + (xy 47.675811 123.756926) (xy 47.579086 123.549498) (xy 47.5291 123.47811) (xy 47.529097 123.47811) + (xy 46.842 124.165207) (xy 46.842 124.153339) (xy 46.814741 124.051606) (xy 46.76208 123.960394) + (xy 46.687606 123.88592) (xy 46.596394 123.833259) (xy 46.494661 123.806) (xy 46.48279 123.806) + (xy 47.169888 123.118899) (xy 47.169888 123.118898) (xy 47.098501 123.068913) (xy 46.891073 122.972188) + (xy 46.891068 122.972186) (xy 46.67 122.912951) (xy 46.670004 122.912951) (xy 46.442 122.893004) + (xy 46.213997 122.912951) (xy 45.992931 122.972186) (xy 45.992926 122.972188) (xy 45.7855 123.068913) + (xy 45.714109 123.1189) (xy 46.401209 123.806) (xy 46.389339 123.806) (xy 46.287606 123.833259) + (xy 46.196394 123.88592) (xy 46.12192 123.960394) (xy 46.069259 124.051606) (xy 46.042 124.153339) + (xy 46.042 124.165209) (xy 45.3549 123.478109) (xy 45.304912 123.549501) (xy 45.302161 123.554267) + (xy 45.300288 123.553185) (xy 45.259536 123.599455) (xy 45.191256 123.618905) (xy 45.123299 123.598352) + (xy 45.084018 123.553008) (xy 45.082274 123.554015) (xy 45.079525 123.549253) (xy 44.9482 123.361703) + (xy 44.948195 123.361697) (xy 44.786302 123.199804) (xy 44.786296 123.199799) (xy 44.598749 123.068477) + (xy 44.391246 122.971717) (xy 44.39124 122.971715) (xy 44.297771 122.94667) (xy 44.170087 122.912457) + (xy 43.942 122.892502) (xy 43.713913 122.912457) (xy 43.492759 122.971715) (xy 43.492753 122.971717) + (xy 43.28525 123.068477) (xy 43.097703 123.199799) (xy 43.097697 123.199804) (xy 42.935804 123.361697) + (xy 42.935799 123.361703) (xy 42.804477 123.54925) (xy 42.707717 123.756753) (xy 42.707715 123.756759) + (xy 42.653151 123.960394) (xy 42.648457 123.977913) (xy 42.628502 124.206) (xy 42.648457 124.434087) + (xy 42.669511 124.512661) (xy 42.707715 124.65524) (xy 42.707717 124.655246) (xy 42.804477 124.862749) + (xy 42.837032 124.909243) (xy 42.935802 125.0503) (xy 43.0977 125.212198) (xy 43.285251 125.343523) + (xy 43.421469 125.407042) (xy 43.497743 125.442609) (xy 43.497118 125.443949) (xy 43.548709 125.481934) + (xy 43.574048 125.548255) (xy 43.559508 125.617747) (xy 43.520715 125.661455) (xy 43.351703 125.779799) + (xy 43.351697 125.779804) (xy 43.189804 125.941697) (xy 43.189799 125.941703) (xy 43.058477 126.12925) + (xy 42.961717 126.336753) (xy 42.961715 126.336759) (xy 42.924272 126.4765) (xy 42.902457 126.557913) + (xy 42.882502 126.786) (xy 42.902457 127.014087) (xy 42.918554 127.07416) (xy 42.961715 127.23524) + (xy 42.961717 127.235246) (xy 43.058477 127.442749) (xy 43.161793 127.5903) (xy 43.189802 127.6303) + (xy 43.3517 127.792198) (xy 43.351703 127.7922) (xy 43.539253 127.923525) (xy 43.544015 127.926274) + (xy 43.54288 127.928238) (xy 43.588865 127.968745) (xy 43.608312 128.037026) (xy 43.587756 128.104982) + (xy 43.542921 128.143831) (xy 43.544015 128.145726) (xy 43.539253 128.148474) (xy 43.351703 128.279799) + (xy 43.351697 128.279804) (xy 43.189804 128.441697) (xy 43.189799 128.441703) (xy 43.058477 128.62925) + (xy 42.961717 128.836753) (xy 42.961715 128.836759) (xy 42.902457 129.057913) (xy 42.882502 129.286) + (xy 42.902457 129.514087) (xy 42.921645 129.585698) (xy 42.961715 129.73524) (xy 42.961717 129.735246) + (xy 43.058477 129.942749) (xy 43.093244 129.992402) (xy 43.189802 130.1303) (xy 43.3517 130.292198) + (xy 43.539251 130.423523) (xy 43.746757 130.520284) (xy 43.967913 130.579543) (xy 44.196 130.599498) + (xy 44.424087 130.579543) (xy 44.645243 130.520284) (xy 44.852749 130.423523) (xy 45.0403 130.292198) + (xy 45.202198 130.1303) (xy 45.333523 129.942749) (xy 45.430284 129.735243) (xy 45.489543 129.514087) + (xy 45.509498 129.286) (xy 45.489543 129.057913) (xy 45.430284 128.836757) (xy 45.333523 128.629251) + (xy 45.259825 128.524) (xy 67.774502 128.524) (xy 67.794457 128.752087) (xy 67.853716 128.973243) + (xy 67.950477 129.180749) (xy 68.081802 129.3683) (xy 68.2437 129.530198) (xy 68.431251 129.661523) + (xy 68.638757 129.758284) (xy 68.859913 129.817543) (xy 69.088 129.837498) (xy 69.316087 129.817543) + (xy 69.537243 129.758284) (xy 69.744749 129.661523) (xy 69.9323 129.530198) (xy 70.094198 129.3683) + (xy 70.225523 129.180749) (xy 70.322284 128.973243) (xy 70.381543 128.752087) (xy 70.401498 128.524) + (xy 77.934502 128.524) (xy 77.954457 128.752087) (xy 78.013716 128.973243) (xy 78.110477 129.180749) + (xy 78.241802 129.3683) (xy 78.4037 129.530198) (xy 78.591251 129.661523) (xy 78.798757 129.758284) + (xy 79.019913 129.817543) (xy 79.248 129.837498) (xy 79.476087 129.817543) (xy 79.697243 129.758284) + (xy 79.904749 129.661523) (xy 80.0923 129.530198) (xy 80.254198 129.3683) (xy 80.385523 129.180749) + (xy 80.482284 128.973243) (xy 80.541543 128.752087) (xy 80.561498 128.524) (xy 80.541543 128.295913) + (xy 80.482284 128.074757) (xy 80.385523 127.867251) (xy 80.254198 127.6797) (xy 80.0923 127.517802) + (xy 80.064298 127.498195) (xy 79.904749 127.386477) (xy 79.697246 127.289717) (xy 79.69724 127.289715) + (xy 79.603771 127.26467) (xy 79.476087 127.230457) (xy 79.248 127.210502) (xy 79.019913 127.230457) + (xy 78.798759 127.289715) (xy 78.798753 127.289717) (xy 78.59125 127.386477) (xy 78.403703 127.517799) + (xy 78.403697 127.517804) (xy 78.241804 127.679697) (xy 78.241799 127.679703) (xy 78.110477 127.86725) + (xy 78.013717 128.074753) (xy 78.013715 128.074759) (xy 77.980318 128.1994) (xy 77.954457 128.295913) + (xy 77.934502 128.524) (xy 70.401498 128.524) (xy 70.381543 128.295913) (xy 70.322284 128.074757) + (xy 70.225523 127.867251) (xy 70.094198 127.6797) (xy 69.9323 127.517802) (xy 69.904298 127.498195) + (xy 69.744749 127.386477) (xy 69.537246 127.289717) (xy 69.53724 127.289715) (xy 69.443771 127.26467) + (xy 69.316087 127.230457) (xy 69.088 127.210502) (xy 68.859913 127.230457) (xy 68.638759 127.289715) + (xy 68.638753 127.289717) (xy 68.43125 127.386477) (xy 68.243703 127.517799) (xy 68.243697 127.517804) + (xy 68.081804 127.679697) (xy 68.081799 127.679703) (xy 67.950477 127.86725) (xy 67.853717 128.074753) + (xy 67.853715 128.074759) (xy 67.820318 128.1994) (xy 67.794457 128.295913) (xy 67.774502 128.524) + (xy 45.259825 128.524) (xy 45.202198 128.4417) (xy 45.0403 128.279802) (xy 45.006142 128.255884) + (xy 44.852746 128.148474) (xy 44.847985 128.145726) (xy 44.849122 128.143754) (xy 44.803154 128.103287) + (xy 44.783687 128.035011) (xy 44.804223 127.967049) (xy 44.849083 127.928177) (xy 44.847985 127.926274) + (xy 44.852746 127.923525) (xy 44.883765 127.901805) (xy 45.0403 127.792198) (xy 45.202198 127.6303) + (xy 45.333523 127.442749) (xy 45.430284 127.235243) (xy 45.489543 127.014087) (xy 45.509498 126.786) + (xy 45.493356 126.6015) (xy 45.507345 126.531898) (xy 45.556745 126.480905) (xy 45.625871 126.464715) + (xy 45.643457 126.466942) (xy 45.659122 126.470058) (xy 45.691503 126.4765) (xy 45.691509 126.4765) + (xy 45.691511 126.476501) (xy 45.691512 126.476501) (xy 47.192488 126.476501) (xy 47.192489 126.476501) + (xy 47.364339 126.442318) (xy 47.526217 126.375266) (xy 47.671904 126.277921) (xy 47.766104 126.18372) + (xy 47.828412 126.149698) (xy 47.899228 126.154762) (xy 47.956064 126.197309) (xy 47.980875 126.263829) + (xy 47.980717 126.283799) (xy 47.964889 126.464715) (xy 47.962502 126.492) (xy 47.982457 126.720087) + (xy 48.015444 126.843196) (xy 48.041715 126.94124) (xy 48.041717 126.941246) (xy 48.138477 127.148749) + (xy 48.219728 127.264788) (xy 48.269802 127.3363) (xy 48.4317 127.498198) (xy 48.619251 127.629523) + (xy 48.826757 127.726284) (xy 49.047913 127.785543) (xy 49.276 127.805498) (xy 49.504087 127.785543) + (xy 49.725243 127.726284) (xy 49.932749 127.629523) (xy 50.1203 127.498198) (xy 50.282198 127.3363) + (xy 50.413523 127.148749) (xy 50.510284 126.941243) (xy 50.569543 126.720087) (xy 50.589498 126.492) + (xy 58.122502 126.492) (xy 58.142457 126.720087) (xy 58.175444 126.843196) (xy 58.201715 126.94124) + (xy 58.201717 126.941246) (xy 58.298477 127.148749) (xy 58.379728 127.264788) (xy 58.429802 127.3363) + (xy 58.5917 127.498198) (xy 58.779251 127.629523) (xy 58.986757 127.726284) (xy 59.207913 127.785543) + (xy 59.436 127.805498) (xy 59.664087 127.785543) (xy 59.885243 127.726284) (xy 60.092749 127.629523) + (xy 60.2803 127.498198) (xy 60.442198 127.3363) (xy 60.573523 127.148749) (xy 60.670284 126.941243) + (xy 60.729543 126.720087) (xy 60.749498 126.492) (xy 60.733644 126.310793) (xy 62.4665 126.310793) + (xy 62.497561 126.466943) (xy 62.506217 126.510461) (xy 62.584124 126.698546) (xy 62.697228 126.867818) + (xy 62.841182 127.011772) (xy 63.010454 127.124876) (xy 63.198539 127.202783) (xy 63.398209 127.2425) + (xy 63.39821 127.2425) (xy 63.60179 127.2425) (xy 63.601791 127.2425) (xy 63.801461 127.202783) + (xy 63.989546 127.124876) (xy 64.065449 127.074158) (xy 64.133198 127.052944) (xy 64.201666 127.071726) + (xy 64.205451 127.074159) (xy 64.28069 127.124432) (xy 64.468683 127.202301) (xy 64.46869 127.202303) + (xy 64.515999 127.211713) (xy 64.516 127.211713) (xy 64.516 126.411179) (xy 64.518421 126.386597) + (xy 64.520675 126.375265) (xy 64.5335 126.310791) (xy 64.5335 126.27783) (xy 64.539745 126.284075) + (xy 64.625255 126.333444) (xy 64.72063 126.359) (xy 64.81937 126.359) (xy 64.914745 126.333444) + (xy 65.000255 126.284075) (xy 65.0065 126.27783) (xy 65.0065 126.782649) (xy 65.013009 126.843196) + (xy 65.01301 126.843198) (xy 65.01301 126.8432) (xy 65.013011 126.843201) (xy 65.016054 126.85136) + (xy 65.024 126.895395) (xy 65.024 127.211713) (xy 65.07131 127.202303) (xy 65.071314 127.202302) + (xy 65.147133 127.170896) (xy 65.217723 127.163306) (xy 65.260209 127.181799) (xy 65.260882 127.180568) + (xy 65.268793 127.184886) (xy 65.268796 127.184889) (xy 65.316771 127.202783) (xy 65.405795 127.235988) + (xy 65.405803 127.23599) (xy 65.46635 127.242499) (xy 65.466355 127.242499) (xy 65.466362 127.2425) + (xy 65.466368 127.2425) (xy 66.613632 127.2425) (xy 66.613638 127.2425) (xy 66.613645 127.242499) + (xy 66.613649 127.242499) (xy 66.674196 127.23599) (xy 66.674199 127.235989) (xy 66.674201 127.235989) + (xy 66.811204 127.184889) (xy 66.829897 127.170896) (xy 66.928261 127.097261) (xy 67.015887 126.980207) + (xy 67.015887 126.980206) (xy 67.015889 126.980204) (xy 67.066989 126.843201) (xy 67.066989 126.843199) + (xy 67.06699 126.843196) (xy 67.073499 126.782649) (xy 67.0735 126.782632) (xy 67.0735 125.185367) + (xy 67.073499 125.18535) (xy 67.06699 125.124803) (xy 67.066988 125.124795) (xy 67.015889 124.987797) + (xy 67.015887 124.987792) (xy 66.928261 124.870738) (xy 66.811207 124.783112) (xy 66.811202 124.78311) + (xy 66.674204 124.732011) (xy 66.674196 124.732009) (xy 66.613649 124.7255) (xy 66.613638 124.7255) + (xy 65.466362 124.7255) (xy 65.46635 124.7255) (xy 65.405803 124.732009) (xy 65.405795 124.732011) + (xy 65.268796 124.78311) (xy 65.260886 124.78743) (xy 65.259913 124.785649) (xy 65.204331 124.806375) + (xy 65.147136 124.797104) (xy 65.071318 124.765699) (xy 65.071315 124.765698) (xy 65.024 124.756286) + (xy 65.024 125.072603) (xy 65.016057 125.116632) (xy 65.013011 125.124798) (xy 65.013009 125.124804) + (xy 65.0065 125.18535) (xy 65.0065 125.69017) (xy 65.000255 125.683925) (xy 64.914745 125.634556) + (xy 64.81937 125.609) (xy 64.72063 125.609) (xy 64.625255 125.634556) (xy 64.539745 125.683925) + (xy 64.5335 125.69017) (xy 64.5335 125.657209) (xy 64.528994 125.634556) (xy 64.518421 125.5814) + (xy 64.516 125.556819) (xy 64.516 124.756286) (xy 64.515999 124.756286) (xy 64.468684 124.765698) + (xy 64.468681 124.765699) (xy 64.280692 124.843566) (xy 64.20545 124.893841) (xy 64.137697 124.915055) + (xy 64.06923 124.896271) (xy 64.065449 124.893841) (xy 63.989546 124.843124) (xy 63.801461 124.765217) + (xy 63.756562 124.756286) (xy 63.601793 124.7255) (xy 63.601791 124.7255) (xy 63.398209 124.7255) + (xy 63.398206 124.7255) (xy 63.198538 124.765217) (xy 63.198533 124.765219) (xy 63.010453 124.843124) + (xy 62.841186 124.956225) (xy 62.841179 124.95623) (xy 62.69723 125.100179) (xy 62.697225 125.100186) + (xy 62.584124 125.269453) (xy 62.506219 125.457533) (xy 62.506217 125.457538) (xy 62.4665 125.657206) + (xy 62.4665 126.310793) (xy 60.733644 126.310793) (xy 60.729543 126.263913) (xy 60.670284 126.042757) + (xy 60.573523 125.835251) (xy 60.442198 125.6477) (xy 60.2803 125.485802) (xy 60.266301 125.476) + (xy 60.092749 125.354477) (xy 59.885246 125.257717) (xy 59.88524 125.257715) (xy 59.715376 125.2122) + (xy 59.664087 125.198457) (xy 59.436 125.178502) (xy 59.207913 125.198457) (xy 58.986759 125.257715) + (xy 58.986753 125.257717) (xy 58.77925 125.354477) (xy 58.591703 125.485799) (xy 58.591697 125.485804) + (xy 58.429804 125.647697) (xy 58.429799 125.647703) (xy 58.298477 125.83525) (xy 58.201717 126.042753) + (xy 58.201715 126.042759) (xy 58.155763 126.214255) (xy 58.142457 126.263913) (xy 58.122502 126.492) + (xy 50.589498 126.492) (xy 50.569543 126.263913) (xy 50.510284 126.042757) (xy 50.51028 126.042748) + (xy 50.507483 126.036749) (xy 50.496822 125.966557) (xy 50.525803 125.901745) (xy 50.585223 125.862889) + (xy 50.621678 125.8575) (xy 53.935607 125.8575) (xy 53.935608 125.8575) (xy 54.107458 125.823317) + (xy 54.269336 125.756265) (xy 54.415023 125.65892) (xy 55.613943 124.46) (xy 67.774502 124.46) (xy 67.794457 124.688087) + (xy 67.812731 124.756286) (xy 67.853715 124.90924) (xy 67.853717 124.909246) (xy 67.94275 125.100179) + (xy 67.950477 125.116749) (xy 68.081802 125.3043) (xy 68.2437 125.466198) (xy 68.431251 125.597523) + (xy 68.638757 125.694284) (xy 68.859913 125.753543) (xy 69.088 125.773498) (xy 69.316087 125.753543) + (xy 69.537243 125.694284) (xy 69.744749 125.597523) (xy 69.9323 125.466198) (xy 70.094198 125.3043) + (xy 70.225523 125.116749) (xy 70.322284 124.909243) (xy 70.381543 124.688087) (xy 70.401498 124.46) + (xy 77.935004 124.46) (xy 77.954951 124.688002) (xy 78.014186 124.909068) (xy 78.014188 124.909073) + (xy 78.110913 125.116501) (xy 78.160899 125.187888) (xy 78.848 124.500788) (xy 78.848 124.512661) + (xy 78.875259 124.614394) (xy 78.92792 124.705606) (xy 79.002394 124.78008) (xy 79.093606 124.832741) + (xy 79.195339 124.86) (xy 79.20721 124.86) (xy 78.52011 125.547098) (xy 78.52011 125.5471) (xy 78.591498 125.597086) + (xy 78.798926 125.693811) (xy 78.798931 125.693813) (xy 79.019999 125.753048) (xy 79.019995 125.753048) + (xy 79.248 125.772995) (xy 79.476002 125.753048) (xy 79.697068 125.693813) (xy 79.697073 125.693811) + (xy 79.904497 125.597088) (xy 79.975888 125.547099) (xy 79.975888 125.547097) (xy 79.288791 124.86) + (xy 79.300661 124.86) (xy 79.402394 124.832741) (xy 79.493606 124.78008) (xy 79.56808 124.705606) + (xy 79.620741 124.614394) (xy 79.648 124.512661) (xy 79.648 124.500791) (xy 80.335097 125.187888) + (xy 80.335099 125.187888) (xy 80.385088 125.116497) (xy 80.481811 124.909073) (xy 80.481813 124.909068) + (xy 80.541048 124.688002) (xy 80.560995 124.46) (xy 80.541048 124.231997) (xy 80.481813 124.010931) + (xy 80.481811 124.010926) (xy 80.385086 123.803498) (xy 80.3351 123.73211) (xy 80.335098 123.73211) + (xy 79.648 124.419208) (xy 79.648 124.407339) (xy 79.620741 124.305606) (xy 79.56808 124.214394) + (xy 79.493606 124.13992) (xy 79.402394 124.087259) (xy 79.300661 124.06) (xy 79.28879 124.06) (xy 79.975888 123.372899) + (xy 79.975888 123.372898) (xy 79.904501 123.322913) (xy 79.697073 123.226188) (xy 79.697068 123.226186) + (xy 79.476 123.166951) (xy 79.476004 123.166951) (xy 79.248 123.147004) (xy 79.019997 123.166951) + (xy 78.798931 123.226186) (xy 78.798926 123.226188) (xy 78.5915 123.322913) (xy 78.520109 123.3729) + (xy 79.207209 124.06) (xy 79.195339 124.06) (xy 79.093606 124.087259) (xy 79.002394 124.13992) (xy 78.92792 124.214394) + (xy 78.875259 124.305606) (xy 78.848 124.407339) (xy 78.848 124.419209) (xy 78.1609 123.732109) + (xy 78.110913 123.8035) (xy 78.014188 124.010926) (xy 78.014186 124.010931) (xy 77.954951 124.231997) + (xy 77.935004 124.46) (xy 70.401498 124.46) (xy 70.381543 124.231913) (xy 70.322284 124.010757) + (xy 70.225523 123.803251) (xy 70.094198 123.6157) (xy 69.9323 123.453802) (xy 69.816757 123.372898) + (xy 69.744749 123.322477) (xy 69.537246 123.225717) (xy 69.53724 123.225715) (xy 69.44052 123.199799) + (xy 69.316087 123.166457) (xy 69.088 123.146502) (xy 68.859913 123.166457) (xy 68.638759 123.225715) + (xy 68.638753 123.225717) (xy 68.43125 123.322477) (xy 68.243703 123.453799) (xy 68.243697 123.453804) + (xy 68.081804 123.615697) (xy 68.081799 123.615703) (xy 67.950477 123.80325) (xy 67.853717 124.010753) + (xy 67.853715 124.010759) (xy 67.815511 124.153339) (xy 67.794457 124.231913) (xy 67.774502 124.46) + (xy 55.613943 124.46) (xy 59.169943 120.904) (xy 63.202502 120.904) (xy 63.222457 121.132087) (xy 63.240097 121.197921) + (xy 63.281715 121.35324) (xy 63.281717 121.353246) (xy 63.329398 121.455498) (xy 63.378477 121.560749) + (xy 63.509802 121.7483) (xy 63.6717 121.910198) (xy 63.859251 122.041523) (xy 64.066757 122.138284) + (xy 64.287913 122.197543) (xy 64.516 122.217498) (xy 64.744087 122.197543) (xy 64.965243 122.138284) + (xy 65.172749 122.041523) (xy 65.3603 121.910198) (xy 65.522198 121.7483) (xy 65.653523 121.560749) + (xy 65.750284 121.353243) (xy 65.809543 121.132087) (xy 65.829498 120.904) (xy 65.809543 120.675913) + (xy 65.750284 120.454757) (xy 65.653523 120.247251) (xy 65.579825 120.142) (xy 67.774502 120.142) + (xy 67.794457 120.370087) (xy 67.817145 120.454759) (xy 67.853715 120.59124) (xy 67.853717 120.591246) + (xy 67.950477 120.798749) (xy 68.043444 120.93152) (xy 68.081802 120.9863) (xy 68.2437 121.148198) + (xy 68.431251 121.279523) (xy 68.638757 121.376284) (xy 68.859913 121.435543) (xy 69.088 121.455498) + (xy 69.316087 121.435543) (xy 69.537243 121.376284) (xy 69.744749 121.279523) (xy 69.9323 121.148198) + (xy 70.094198 120.9863) (xy 70.225523 120.798749) (xy 70.322284 120.591243) (xy 70.381543 120.370087) + (xy 70.401498 120.142) (xy 70.381543 119.913913) (xy 70.322284 119.692757) (xy 70.225523 119.485251) + (xy 70.094198 119.2977) (xy 69.9323 119.135802) (xy 69.918301 119.126) (xy 69.744749 119.004477) + (xy 69.537246 118.907717) (xy 69.53724 118.907715) (xy 69.376751 118.864712) (xy 69.316087 118.848457) + (xy 69.088 118.828502) (xy 68.859913 118.848457) (xy 68.638759 118.907715) (xy 68.638753 118.907717) + (xy 68.43125 119.004477) (xy 68.243703 119.135799) (xy 68.243697 119.135804) (xy 68.081804 119.297697) + (xy 68.081799 119.297703) (xy 67.950477 119.48525) (xy 67.853717 119.692753) (xy 67.853715 119.692759) + (xy 67.801169 119.888865) (xy 67.794457 119.913913) (xy 67.774502 120.142) (xy 65.579825 120.142) + (xy 65.522198 120.0597) (xy 65.3603 119.897802) (xy 65.172749 119.766477) (xy 64.965246 119.669717) + (xy 64.96524 119.669715) (xy 64.770375 119.617501) (xy 64.744087 119.610457) (xy 64.516 119.590502) + (xy 64.287913 119.610457) (xy 64.066759 119.669715) (xy 64.066753 119.669717) (xy 63.85925 119.766477) + (xy 63.671703 119.897799) (xy 63.671697 119.897804) (xy 63.509804 120.059697) (xy 63.509799 120.059703) + (xy 63.378477 120.24725) (xy 63.281717 120.454753) (xy 63.281715 120.454759) (xy 63.222457 120.675913) + (xy 63.202502 120.904) (xy 59.169943 120.904) (xy 61.90492 118.169023) (xy 62.002265 118.023336) + (xy 62.069317 117.861458) (xy 62.1035 117.689608) (xy 62.1035 117.514392) (xy 62.1035 116.332) (xy 64.091502 116.332) + (xy 64.111457 116.560087) (xy 64.140452 116.668296) (xy 64.170715 116.78124) (xy 64.170717 116.781246) + (xy 64.267477 116.988749) (xy 64.379421 117.148622) (xy 64.398802 117.1763) (xy 64.5607 117.338198) + (xy 64.748251 117.469523) (xy 64.955757 117.566284) (xy 65.176913 117.625543) (xy 65.405 117.645498) + (xy 65.633087 117.625543) (xy 65.854243 117.566284) (xy 66.061749 117.469523) (xy 66.2493 117.338198) + (xy 66.411198 117.1763) (xy 66.542523 116.988749) (xy 66.639284 116.781243) (xy 66.698543 116.560087) + (xy 66.718498 116.332) (xy 66.698543 116.103913) (xy 66.639284 115.882757) (xy 66.611885 115.824) + (xy 67.774502 115.824) (xy 67.794457 116.052087) (xy 67.81653 116.134465) (xy 67.853715 116.27324) + (xy 67.853717 116.273246) (xy 67.950477 116.480749) (xy 68.006029 116.560086) (xy 68.081802 116.6683) + (xy 68.2437 116.830198) (xy 68.431251 116.961523) (xy 68.638757 117.058284) (xy 68.859913 117.117543) + (xy 69.088 117.137498) (xy 69.316087 117.117543) (xy 69.537243 117.058284) (xy 69.744749 116.961523) + (xy 69.9323 116.830198) (xy 70.094198 116.6683) (xy 70.225523 116.480749) (xy 70.322284 116.273243) + (xy 70.381543 116.052087) (xy 70.401498 115.824) (xy 70.381543 115.595913) (xy 70.322284 115.374757) + (xy 70.225523 115.167251) (xy 70.094198 114.9797) (xy 69.9323 114.817802) (xy 69.918301 114.808) + (xy 69.744749 114.686477) (xy 69.537246 114.589717) (xy 69.53724 114.589715) (xy 69.358654 114.541863) + (xy 69.316087 114.530457) (xy 69.088 114.510502) (xy 68.859913 114.530457) (xy 68.638759 114.589715) + (xy 68.638753 114.589717) (xy 68.43125 114.686477) (xy 68.243703 114.817799) (xy 68.243697 114.817804) + (xy 68.081804 114.979697) (xy 68.081799 114.979703) (xy 67.950477 115.16725) (xy 67.853717 115.374753) + (xy 67.853715 115.374759) (xy 67.804555 115.558228) (xy 67.794457 115.595913) (xy 67.774502 115.824) + (xy 66.611885 115.824) (xy 66.542523 115.675251) (xy 66.411198 115.4877) (xy 66.2493 115.325802) + (xy 66.235301 115.316) (xy 66.151138 115.257068) (xy 66.061749 115.194477) (xy 66.022543 115.176195) + (xy 65.969258 115.129279) (xy 65.949796 115.061002) (xy 65.970337 114.993042) (xy 66.022543 114.947805) + (xy 66.024997 114.94666) (xy 66.061749 114.929523) (xy 66.2493 114.798198) (xy 66.411198 114.6363) + (xy 66.542523 114.448749) (xy 66.639284 114.241243) (xy 66.698543 114.020087) (xy 66.718498 113.792) + (xy 66.698543 113.563913) (xy 66.639284 113.342757) (xy 66.542523 113.135251) (xy 66.411198 112.9477) + (xy 66.2493 112.785802) (xy 66.061749 112.654477) (xy 66.028916 112.639167) (xy 66.022543 112.636195) + (xy 65.969258 112.589279) (xy 65.949796 112.521002) (xy 65.970337 112.453042) (xy 66.022543 112.407805) + (xy 66.024997 112.40666) (xy 66.061749 112.389523) (xy 66.2493 112.258198) (xy 66.411198 112.0963) + (xy 66.542523 111.908749) (xy 66.639284 111.701243) (xy 66.698543 111.480087) (xy 66.718498 111.252) + (xy 67.774502 111.252) (xy 67.794457 111.480087) (xy 67.815578 111.558911) (xy 67.853715 111.70124) + (xy 67.853717 111.701246) (xy 67.930193 111.86525) (xy 67.950477 111.908749) (xy 68.081802 112.0963) + (xy 68.2437 112.258198) (xy 68.431251 112.389523) (xy 68.638757 112.486284) (xy 68.859913 112.545543) + (xy 69.088 112.565498) (xy 69.316087 112.545543) (xy 69.537243 112.486284) (xy 69.744749 112.389523) + (xy 69.9323 112.258198) (xy 70.094198 112.0963) (xy 70.225523 111.908749) (xy 70.322284 111.701243) + (xy 70.381543 111.480087) (xy 70.401498 111.252) (xy 70.381543 111.023913) (xy 70.322284 110.802757) + (xy 70.225523 110.595251) (xy 70.094198 110.4077) (xy 69.9323 110.245802) (xy 69.928041 110.24282) + (xy 69.744749 110.114477) (xy 69.537246 110.017717) (xy 69.53724 110.017715) (xy 69.394418 109.979446) + (xy 69.316087 109.958457) (xy 69.088 109.938502) (xy 68.859913 109.958457) (xy 68.638759 110.017715) + (xy 68.638753 110.017717) (xy 68.43125 110.114477) (xy 68.243703 110.245799) (xy 68.243697 110.245804) + (xy 68.081804 110.407697) (xy 68.081799 110.407703) (xy 67.950477 110.59525) (xy 67.853717 110.802753) + (xy 67.853715 110.802759) (xy 67.812139 110.957923) (xy 67.794457 111.023913) (xy 67.774502 111.252) + (xy 66.718498 111.252) (xy 66.698543 111.023913) (xy 66.639284 110.802757) (xy 66.542523 110.595251) + (xy 66.411198 110.4077) (xy 66.2493 110.245802) (xy 66.245041 110.24282) (xy 66.07652 110.12482) + (xy 66.061749 110.114477) (xy 66.022543 110.096195) (xy 65.969258 110.049279) (xy 65.949796 109.981002) + (xy 65.970337 109.913042) (xy 66.022543 109.867805) (xy 66.024997 109.86666) (xy 66.061749 109.849523) + (xy 66.2493 109.718198) (xy 66.411198 109.5563) (xy 66.542523 109.368749) (xy 66.639284 109.161243) + (xy 66.698543 108.940087) (xy 66.718498 108.712) (xy 66.698543 108.483913) (xy 66.639284 108.262757) + (xy 66.542523 108.055251) (xy 66.411198 107.8677) (xy 66.2493 107.705802) (xy 66.235301 107.696) + (xy 66.151388 107.637243) (xy 66.061749 107.574477) (xy 66.022543 107.556195) (xy 65.969258 107.509279) + (xy 65.949796 107.441002) (xy 65.970337 107.373042) (xy 66.022543 107.327805) (xy 66.024997 107.32666) + (xy 66.061749 107.309523) (xy 66.235301 107.188) (xy 67.774502 107.188) (xy 67.794457 107.416087) + (xy 67.801668 107.442999) (xy 67.853715 107.63724) (xy 67.853717 107.637246) (xy 67.950477 107.844749) + (xy 68.01461 107.936341) (xy 68.081802 108.0323) (xy 68.2437 108.194198) (xy 68.431251 108.325523) + (xy 68.638757 108.422284) (xy 68.859913 108.481543) (xy 69.088 108.501498) (xy 69.316087 108.481543) + (xy 69.537243 108.422284) (xy 69.744749 108.325523) (xy 69.9323 108.194198) (xy 70.094198 108.0323) + (xy 70.225523 107.844749) (xy 70.322284 107.637243) (xy 70.381543 107.416087) (xy 70.401498 107.188) + (xy 70.381543 106.959913) (xy 70.322284 106.738757) (xy 70.225523 106.531251) (xy 70.094198 106.3437) + (xy 69.9323 106.181802) (xy 69.918301 106.172) (xy 69.744749 106.050477) (xy 69.537246 105.953717) + (xy 69.53724 105.953715) (xy 69.367376 105.9082) (xy 69.316087 105.894457) (xy 69.088 105.874502) + (xy 68.859913 105.894457) (xy 68.638759 105.953715) (xy 68.638753 105.953717) (xy 68.43125 106.050477) + (xy 68.243703 106.181799) (xy 68.243697 106.181804) (xy 68.081804 106.343697) (xy 68.081799 106.343703) + (xy 67.950477 106.53125) (xy 67.853717 106.738753) (xy 67.853715 106.738759) (xy 67.823453 106.8517) + (xy 67.794457 106.959913) (xy 67.774502 107.188) (xy 66.235301 107.188) (xy 66.2493 107.178198) + (xy 66.411198 107.0163) (xy 66.542523 106.828749) (xy 66.639284 106.621243) (xy 66.698543 106.400087) + (xy 66.718498 106.172) (xy 66.698543 105.943913) (xy 66.639284 105.722757) (xy 66.542523 105.515251) + (xy 66.411198 105.3277) (xy 66.2493 105.165802) (xy 66.235301 105.156) (xy 66.160094 105.103339) + (xy 66.061749 105.034477) (xy 66.022543 105.016195) (xy 65.969258 104.969279) (xy 65.949796 104.901002) + (xy 65.970337 104.833042) (xy 66.022543 104.787805) (xy 66.024997 104.78666) (xy 66.061749 104.769523) + (xy 66.2493 104.638198) (xy 66.411198 104.4763) (xy 66.542523 104.288749) (xy 66.639284 104.081243) + (xy 66.698543 103.860087) (xy 66.718498 103.632) (xy 66.698543 103.403913) (xy 66.6916 103.378) + (xy 67.775004 103.378) (xy 67.794951 103.606002) (xy 67.854186 103.827068) (xy 67.854188 103.827073) + (xy 67.950913 104.034501) (xy 68.000899 104.105888) (xy 68.688 103.418788) (xy 68.688 103.430661) + (xy 68.715259 103.532394) (xy 68.76792 103.623606) (xy 68.842394 103.69808) (xy 68.933606 103.750741) + (xy 69.035339 103.778) (xy 69.04721 103.778) (xy 68.36011 104.465098) (xy 68.36011 104.4651) (xy 68.431498 104.515086) + (xy 68.638926 104.611811) (xy 68.638931 104.611813) (xy 68.859999 104.671048) (xy 68.859995 104.671048) + (xy 69.088 104.690995) (xy 69.316002 104.671048) (xy 69.537068 104.611813) (xy 69.537073 104.611811) + (xy 69.744497 104.515088) (xy 69.815888 104.465099) (xy 69.815888 104.465097) (xy 69.128791 103.778) + (xy 69.140661 103.778) (xy 69.242394 103.750741) (xy 69.333606 103.69808) (xy 69.40808 103.623606) + (xy 69.460741 103.532394) (xy 69.488 103.430661) (xy 69.488 103.418791) (xy 70.175097 104.105888) + (xy 70.175099 104.105888) (xy 70.225088 104.034497) (xy 70.321811 103.827073) (xy 70.321813 103.827068) + (xy 70.381048 103.606002) (xy 70.400995 103.378) (xy 70.381048 103.149997) (xy 70.321813 102.928931) + (xy 70.321811 102.928926) (xy 70.225086 102.721498) (xy 70.1751 102.65011) (xy 70.175098 102.65011) + (xy 69.488 103.337208) (xy 69.488 103.325339) (xy 69.460741 103.223606) (xy 69.40808 103.132394) + (xy 69.333606 103.05792) (xy 69.242394 103.005259) (xy 69.140661 102.978) (xy 69.12879 102.978) + (xy 69.815888 102.290899) (xy 69.815888 102.290898) (xy 69.744501 102.240913) (xy 69.537073 102.144188) + (xy 69.537068 102.144186) (xy 69.316 102.084951) (xy 69.316004 102.084951) (xy 69.088 102.065004) + (xy 68.859997 102.084951) (xy 68.638931 102.144186) (xy 68.638926 102.144188) (xy 68.4315 102.240913) + (xy 68.360109 102.2909) (xy 69.047209 102.978) (xy 69.035339 102.978) (xy 68.933606 103.005259) + (xy 68.842394 103.05792) (xy 68.76792 103.132394) (xy 68.715259 103.223606) (xy 68.688 103.325339) + (xy 68.688 103.337209) (xy 68.0009 102.650109) (xy 67.950913 102.7215) (xy 67.854188 102.928926) + (xy 67.854186 102.928931) (xy 67.794951 103.149997) (xy 67.775004 103.378) (xy 66.6916 103.378) + (xy 66.639284 103.182757) (xy 66.542523 102.975251) (xy 66.411198 102.7877) (xy 66.2493 102.625802) + (xy 66.249291 102.625796) (xy 66.117765 102.5337) (xy 66.061749 102.494477) (xy 66.022543 102.476195) + (xy 65.969258 102.429279) (xy 65.949796 102.361002) (xy 65.970337 102.293042) (xy 66.022543 102.247805) + (xy 66.024997 102.24666) (xy 66.061749 102.229523) (xy 66.2493 102.098198) (xy 66.411198 101.9363) + (xy 66.542523 101.748749) (xy 66.639284 101.541243) (xy 66.698543 101.320087) (xy 66.718498 101.092) + (xy 66.698543 100.863913) (xy 66.639284 100.642757) (xy 66.542523 100.435251) (xy 66.411198 100.2477) + (xy 66.2493 100.085802) (xy 66.207622 100.056619) (xy 66.061749 99.954477) (xy 65.854246 99.857717) + (xy 65.85424 99.857715) (xy 65.711549 99.819481) (xy 65.633087 99.798457) (xy 65.405 99.778502) + (xy 65.176913 99.798457) (xy 64.955759 99.857715) (xy 64.955753 99.857717) (xy 64.74825 99.954477) + (xy 64.560703 100.085799) (xy 64.560697 100.085804) (xy 64.398804 100.247697) (xy 64.398799 100.247703) + (xy 64.267477 100.43525) (xy 64.170717 100.642753) (xy 64.170715 100.642759) (xy 64.112092 100.861542) + (xy 64.111457 100.863913) (xy 64.091502 101.092) (xy 64.111457 101.320087) (xy 64.130516 101.391217) + (xy 64.170715 101.54124) (xy 64.170717 101.541246) (xy 64.267477 101.748749) (xy 64.393879 101.92927) + (xy 64.398802 101.9363) (xy 64.5607 102.098198) (xy 64.748251 102.229523) (xy 64.771742 102.240477) + (xy 64.787457 102.247805) (xy 64.840742 102.294722) (xy 64.860203 102.362999) (xy 64.839661 102.430959) + (xy 64.787457 102.476195) (xy 64.74825 102.494477) (xy 64.560703 102.625799) (xy 64.560697 102.625804) + (xy 64.398804 102.787697) (xy 64.398799 102.787703) (xy 64.267477 102.97525) (xy 64.170717 103.182753) + (xy 64.170715 103.182759) (xy 64.121028 103.368195) (xy 64.111457 103.403913) (xy 64.091502 103.632) + (xy 64.111457 103.860087) (xy 64.14567 103.987771) (xy 64.170715 104.08124) (xy 64.170717 104.081246) + (xy 64.267477 104.288749) (xy 64.393879 104.46927) (xy 64.398802 104.4763) (xy 64.5607 104.638198) + (xy 64.748251 104.769523) (xy 64.777708 104.783259) (xy 64.787457 104.787805) (xy 64.840742 104.834722) + (xy 64.860203 104.902999) (xy 64.839661 104.970959) (xy 64.787457 105.016195) (xy 64.74825 105.034477) + (xy 64.560703 105.165799) (xy 64.560697 105.165804) (xy 64.398804 105.327697) (xy 64.398799 105.327703) + (xy 64.267477 105.51525) (xy 64.170717 105.722753) (xy 64.170715 105.722759) (xy 64.130056 105.874502) + (xy 64.111457 105.943913) (xy 64.091502 106.172) (xy 64.111457 106.400087) (xy 64.130056 106.469498) + (xy 64.170715 106.62124) (xy 64.170717 106.621246) (xy 64.267477 106.828749) (xy 64.393879 107.00927) + (xy 64.398802 107.0163) (xy 64.5607 107.178198) (xy 64.748251 107.309523) (xy 64.783359 107.325894) + (xy 64.787457 107.327805) (xy 64.840742 107.374722) (xy 64.860203 107.442999) (xy 64.839661 107.510959) + (xy 64.787457 107.556195) (xy 64.74825 107.574477) (xy 64.560703 107.705799) (xy 64.560697 107.705804) + (xy 64.398804 107.867697) (xy 64.398799 107.867703) (xy 64.267477 108.05525) (xy 64.170717 108.262753) + (xy 64.170715 108.262759) (xy 64.119617 108.45346) (xy 64.111457 108.483913) (xy 64.091502 108.712) + (xy 64.111457 108.940087) (xy 64.130056 109.009498) (xy 64.170715 109.16124) (xy 64.170717 109.161246) + (xy 64.267477 109.368749) (xy 64.393879 109.54927) (xy 64.398802 109.5563) (xy 64.5607 109.718198) + (xy 64.748251 109.849523) (xy 64.783359 109.865894) (xy 64.787457 109.867805) (xy 64.840742 109.914722) + (xy 64.860203 109.982999) (xy 64.839661 110.050959) (xy 64.787457 110.096195) (xy 64.74825 110.114477) + (xy 64.560703 110.245799) (xy 64.560697 110.245804) (xy 64.398804 110.407697) (xy 64.398799 110.407703) + (xy 64.267477 110.59525) (xy 64.170717 110.802753) (xy 64.170715 110.802759) (xy 64.129139 110.957923) + (xy 64.111457 111.023913) (xy 64.091502 111.252) (xy 64.111457 111.480087) (xy 64.132578 111.558911) + (xy 64.170715 111.70124) (xy 64.170717 111.701246) (xy 64.247193 111.86525) (xy 64.267477 111.908749) + (xy 64.398802 112.0963) (xy 64.5607 112.258198) (xy 64.748251 112.389523) (xy 64.783359 112.405894) + (xy 64.787457 112.407805) (xy 64.840742 112.454722) (xy 64.860203 112.522999) (xy 64.839661 112.590959) + (xy 64.787457 112.636195) (xy 64.74825 112.654477) (xy 64.560703 112.785799) (xy 64.560697 112.785804) + (xy 64.398804 112.947697) (xy 64.398799 112.947703) (xy 64.267477 113.13525) (xy 64.170717 113.342753) + (xy 64.170715 113.342759) (xy 64.164407 113.366302) (xy 64.111457 113.563913) (xy 64.091502 113.792) + (xy 64.108741 113.989048) (xy 64.111457 114.020086) (xy 64.170715 114.24124) (xy 64.170717 114.241246) + (xy 64.267477 114.448749) (xy 64.283547 114.4717) (xy 64.398802 114.6363) (xy 64.5607 114.798198) + (xy 64.748251 114.929523) (xy 64.767449 114.938475) (xy 64.787457 114.947805) (xy 64.840742 114.994722) + (xy 64.860203 115.062999) (xy 64.839661 115.130959) (xy 64.787457 115.176195) (xy 64.74825 115.194477) + (xy 64.560703 115.325799) (xy 64.560697 115.325804) (xy 64.398804 115.487697) (xy 64.398799 115.487703) + (xy 64.267477 115.67525) (xy 64.170717 115.882753) (xy 64.170715 115.882759) (xy 64.140774 115.994502) + (xy 64.111457 116.103913) (xy 64.091502 116.332) (xy 62.1035 116.332) (xy 62.1035 100.508274) (xy 62.091733 100.449119) + (xy 62.069317 100.336424) (xy 62.002265 100.174546) (xy 61.90492 100.028859) (xy 61.781023 99.904962) + (xy 61.444061 99.568) (xy 67.774502 99.568) (xy 67.794457 99.796087) (xy 67.807204 99.843658) (xy 67.853715 100.01724) + (xy 67.853717 100.017246) (xy 67.950477 100.224749) (xy 67.983032 100.271243) (xy 68.081802 100.4123) + (xy 68.2437 100.574198) (xy 68.431251 100.705523) (xy 68.638757 100.802284) (xy 68.859913 100.861543) + (xy 69.088 100.881498) (xy 69.316087 100.861543) (xy 69.537243 100.802284) (xy 69.744749 100.705523) + (xy 69.9323 100.574198) (xy 70.094198 100.4123) (xy 70.225523 100.224749) (xy 70.322284 100.017243) + (xy 70.381543 99.796087) (xy 70.401498 99.568) (xy 70.381543 99.339913) (xy 70.322284 99.118757) + (xy 70.225523 98.911251) (xy 70.094198 98.7237) (xy 69.9323 98.561802) (xy 69.918301 98.552) (xy 69.744749 98.430477) + (xy 69.537246 98.333717) (xy 69.53724 98.333715) (xy 69.367376 98.2882) (xy 69.316087 98.274457) + (xy 69.088 98.254502) (xy 68.859913 98.274457) (xy 68.638759 98.333715) (xy 68.638753 98.333717) + (xy 68.43125 98.430477) (xy 68.243703 98.561799) (xy 68.243697 98.561804) (xy 68.081804 98.723697) + (xy 68.081799 98.723703) (xy 67.950477 98.91125) (xy 67.853717 99.118753) (xy 67.853715 99.118759) + (xy 67.814713 99.264317) (xy 67.794457 99.339913) (xy 67.774502 99.568) (xy 61.444061 99.568) (xy 61.389657 99.513596) + (xy 61.355631 99.451284) (xy 61.360696 99.380469) (xy 61.403243 99.323633) (xy 61.469763 99.298822) + (xy 61.478752 99.298501) (xy 62.714606 99.298501) (xy 62.714607 99.298501) (xy 62.886457 99.264318) + (xy 63.048335 99.197266) (xy 63.194022 99.099921) (xy 63.407539 98.886402) (xy 63.469851 98.852378) + (xy 63.496635 98.849498) (xy 63.499994 98.849498) (xy 63.499997 98.849497) (xy 63.5 98.849498) (xy 63.728087 98.829543) + (xy 63.949243 98.770284) (xy 64.156749 98.673523) (xy 64.3443 98.542198) (xy 64.506198 98.3803) + (xy 64.637523 98.192749) (xy 64.637523 98.192748) (xy 64.637525 98.192746) (xy 64.640274 98.187985) + (xy 64.642082 98.189028) (xy 64.68299 98.142561) (xy 64.751265 98.123095) (xy 64.819227 98.143631) + (xy 64.858349 98.188779) (xy 64.860161 98.187734) (xy 64.862913 98.192501) (xy 64.912899 98.263888) + (xy 65.6 97.576788) (xy 65.6 97.588661) (xy 65.627259 97.690394) (xy 65.67992 97.781606) (xy 65.754394 97.85608) + (xy 65.845606 97.908741) (xy 65.947339 97.936) (xy 65.95921 97.936) (xy 65.27211 98.623098) (xy 65.27211 98.6231) + (xy 65.343498 98.673086) (xy 65.550926 98.769811) (xy 65.550931 98.769813) (xy 65.771999 98.829048) + (xy 65.771995 98.829048) (xy 66 98.848995) (xy 66.228002 98.829048) (xy 66.449068 98.769813) (xy 66.449073 98.769811) + (xy 66.656497 98.673088) (xy 66.727888 98.623099) (xy 66.727888 98.623097) (xy 66.040791 97.936) + (xy 66.052661 97.936) (xy 66.154394 97.908741) (xy 66.245606 97.85608) (xy 66.32008 97.781606) (xy 66.372741 97.690394) + (xy 66.4 97.588661) (xy 66.4 97.576791) (xy 67.087097 98.263888) (xy 67.087099 98.263888) (xy 67.137088 98.192497) + (xy 67.233811 97.985073) (xy 67.233813 97.985068) (xy 67.293048 97.764002) (xy 67.312995 97.536) + (xy 67.293048 97.307997) (xy 67.233813 97.086931) (xy 67.233811 97.086926) (xy 67.137086 96.879498) + (xy 67.0871 96.80811) (xy 67.087098 96.80811) (xy 66.4 97.495208) (xy 66.4 97.483339) (xy 66.372741 97.381606) + (xy 66.32008 97.290394) (xy 66.245606 97.21592) (xy 66.154394 97.163259) (xy 66.052661 97.136) (xy 66.04079 97.136) + (xy 66.727888 96.448899) (xy 66.727888 96.448898) (xy 66.656501 96.398913) (xy 66.449073 96.302188) + (xy 66.449068 96.302186) (xy 66.228 96.242951) (xy 66.228004 96.242951) (xy 66 96.223004) (xy 65.771997 96.242951) + (xy 65.550931 96.302186) (xy 65.550926 96.302188) (xy 65.3435 96.398913) (xy 65.272109 96.4489) + (xy 65.959209 97.136) (xy 65.947339 97.136) (xy 65.845606 97.163259) (xy 65.754394 97.21592) (xy 65.67992 97.290394) + (xy 65.627259 97.381606) (xy 65.6 97.483339) (xy 65.6 97.495209) (xy 64.9129 96.808109) (xy 64.862912 96.879501) + (xy 64.860161 96.884267) (xy 64.858288 96.883185) (xy 64.817536 96.929455) (xy 64.749256 96.948905) + (xy 64.681299 96.928352) (xy 64.642018 96.883008) (xy 64.640274 96.884015) (xy 64.637525 96.879253) + (xy 64.5062 96.691703) (xy 64.506195 96.691697) (xy 64.344302 96.529804) (xy 64.344296 96.529799) + (xy 64.156749 96.398477) (xy 63.949246 96.301717) (xy 63.94924 96.301715) (xy 63.85252 96.275799) + (xy 63.728087 96.242457) (xy 63.5 96.222502) (xy 63.271913 96.242457) (xy 63.050759 96.301715) (xy 63.050753 96.301717) + (xy 62.84325 96.398477) (xy 62.655703 96.529799) (xy 62.655697 96.529804) (xy 62.493804 96.691697) + (xy 62.493799 96.691703) (xy 62.362477 96.87925) (xy 62.265717 97.086753) (xy 62.265715 97.086759) + (xy 62.233531 97.206872) (xy 62.211152 97.290394) (xy 62.206456 97.307918) (xy 62.198007 97.404484) + (xy 62.172144 97.470602) (xy 62.11464 97.512241) (xy 62.072487 97.519501) (xy 61.077168 97.519501) + (xy 61.009047 97.499499) (xy 60.962554 97.445843) (xy 60.95245 97.375569) (xy 60.955461 97.36089) + (xy 60.957171 97.354507) (xy 60.983543 97.256087) (xy 61.003498 97.028) (xy 60.983543 96.799913) + (xy 60.924284 96.578757) (xy 60.827523 96.371251) (xy 60.696198 96.1837) (xy 60.5343 96.021802) + (xy 60.520301 96.012) (xy 60.346749 95.890477) (xy 60.139246 95.793717) (xy 60.13924 95.793715) + (xy 60.00595 95.758) (xy 67.774502 95.758) (xy 67.794457 95.986087) (xy 67.808599 96.038864) (xy 67.853715 96.20724) + (xy 67.853717 96.207246) (xy 67.950477 96.414749) (xy 68.079964 96.599676) (xy 68.081802 96.6023) + (xy 68.2437 96.764198) (xy 68.431251 96.895523) (xy 68.638757 96.992284) (xy 68.859913 97.051543) + (xy 69.088 97.071498) (xy 69.316087 97.051543) (xy 69.537243 96.992284) (xy 69.744749 96.895523) + (xy 69.9323 96.764198) (xy 70.094198 96.6023) (xy 70.225523 96.414749) (xy 70.322284 96.207243) + (xy 70.381543 95.986087) (xy 70.401498 95.758) (xy 70.381543 95.529913) (xy 70.322284 95.308757) + (xy 70.225523 95.101251) (xy 70.094198 94.9137) (xy 69.9323 94.751802) (xy 69.930463 94.750516) + (xy 69.744749 94.620477) (xy 69.537246 94.523717) (xy 69.53724 94.523715) (xy 69.394418 94.485446) + (xy 69.316087 94.464457) (xy 69.088 94.444502) (xy 68.859913 94.464457) (xy 68.638759 94.523715) + (xy 68.638753 94.523717) (xy 68.43125 94.620477) (xy 68.243703 94.751799) (xy 68.243697 94.751804) + (xy 68.081804 94.913697) (xy 68.081799 94.913703) (xy 67.950477 95.10125) (xy 67.853717 95.308753) + (xy 67.853715 95.308759) (xy 67.794457 95.529913) (xy 67.774502 95.758) (xy 60.00595 95.758) (xy 59.918087 95.734457) + (xy 59.69 95.714502) (xy 59.461913 95.734457) (xy 59.240759 95.793715) (xy 59.240753 95.793717) + (xy 59.03325 95.890477) (xy 58.845703 96.021799) (xy 58.845697 96.021804) (xy 58.683804 96.183697) + (xy 58.683799 96.183703) (xy 58.552475 96.371252) (xy 58.531477 96.416283) (xy 58.484559 96.469568) + (xy 58.416282 96.489028) (xy 58.348322 96.468485) (xy 58.328188 96.452127) (xy 56.420497 94.544436) + (xy 56.386471 94.482124) (xy 56.391536 94.411309) (xy 56.434083 94.354473) (xy 56.500603 94.329662) + (xy 56.509592 94.329341) (xy 58.296937 94.329341) (xy 58.321517 94.331761) (xy 58.471022 94.3615) + (xy 58.646239 94.3615) (xy 58.676812 94.3615) (xy 58.744933 94.381502) (xy 58.765907 94.398405) + (xy 58.8457 94.478198) (xy 59.033251 94.609523) (xy 59.240757 94.706284) (xy 59.461913 94.765543) + (xy 59.69 94.785498) (xy 59.918087 94.765543) (xy 60.139243 94.706284) (xy 60.346749 94.609523) + (xy 60.5343 94.478198) (xy 60.696198 94.3163) (xy 60.827523 94.128749) (xy 60.924284 93.921243) + (xy 60.983543 93.700087) (xy 61.003498 93.472) (xy 60.983543 93.243913) (xy 60.924284 93.022757) + (xy 60.827523 92.815251) (xy 60.696198 92.6277) (xy 60.5343 92.465802) (xy 60.514994 92.452284) + (xy 60.346749 92.334477) (xy 60.139246 92.237717) (xy 60.13924 92.237715) (xy 60.037732 92.210516) + (xy 59.918087 92.178457) (xy 59.69 92.158502) (xy 59.461913 92.178457) (xy 59.240759 92.237715) + (xy 59.240753 92.237717) (xy 59.03325 92.334477) (xy 58.8457 92.465801) (xy 58.78438 92.527121) + (xy 58.722067 92.561146) (xy 58.670704 92.561604) (xy 58.614084 92.550341) (xy 58.614079 92.550341) + (xy 54.478592 92.550341) (xy 54.410471 92.530339) (xy 54.389497 92.513436) (xy 53.824061 91.948) + (xy 67.775004 91.948) (xy 67.794951 92.176002) (xy 67.854186 92.397068) (xy 67.854188 92.397073) + (xy 67.950913 92.604501) (xy 68.000899 92.675888) (xy 68.688 91.988788) (xy 68.688 92.000661) (xy 68.715259 92.102394) + (xy 68.76792 92.193606) (xy 68.842394 92.26808) (xy 68.933606 92.320741) (xy 69.035339 92.348) (xy 69.04721 92.348) + (xy 68.36011 93.035098) (xy 68.36011 93.0351) (xy 68.431498 93.085086) (xy 68.638926 93.181811) + (xy 68.638931 93.181813) (xy 68.859999 93.241048) (xy 68.859995 93.241048) (xy 69.088 93.260995) + (xy 69.316002 93.241048) (xy 69.537068 93.181813) (xy 69.537073 93.181811) (xy 69.744497 93.085088) + (xy 69.815888 93.035099) (xy 69.815888 93.035097) (xy 69.128791 92.348) (xy 69.140661 92.348) (xy 69.242394 92.320741) + (xy 69.333606 92.26808) (xy 69.40808 92.193606) (xy 69.460741 92.102394) (xy 69.488 92.000661) (xy 69.488 91.988791) + (xy 70.175097 92.675888) (xy 70.175099 92.675888) (xy 70.225088 92.604497) (xy 70.321811 92.397073) + (xy 70.321813 92.397068) (xy 70.381048 92.176002) (xy 70.400995 91.948) (xy 70.381048 91.719997) + (xy 70.321813 91.498931) (xy 70.321811 91.498926) (xy 70.225086 91.291498) (xy 70.1751 91.22011) + (xy 70.175098 91.22011) (xy 69.488 91.907208) (xy 69.488 91.895339) (xy 69.460741 91.793606) (xy 69.40808 91.702394) + (xy 69.333606 91.62792) (xy 69.242394 91.575259) (xy 69.140661 91.548) (xy 69.12879 91.548) (xy 69.815888 90.860899) + (xy 69.815888 90.860898) (xy 69.744501 90.810913) (xy 69.537073 90.714188) (xy 69.537068 90.714186) + (xy 69.316 90.654951) (xy 69.316004 90.654951) (xy 69.088 90.635004) (xy 68.859997 90.654951) (xy 68.638931 90.714186) + (xy 68.638926 90.714188) (xy 68.4315 90.810913) (xy 68.360109 90.8609) (xy 69.047209 91.548) (xy 69.035339 91.548) + (xy 68.933606 91.575259) (xy 68.842394 91.62792) (xy 68.76792 91.702394) (xy 68.715259 91.793606) + (xy 68.688 91.895339) (xy 68.688 91.907209) (xy 68.0009 91.220109) (xy 67.950913 91.2915) (xy 67.854188 91.498926) + (xy 67.854186 91.498931) (xy 67.794951 91.719997) (xy 67.775004 91.948) (xy 53.824061 91.948) (xy 52.807656 90.931595) + (xy 52.77363 90.869283) (xy 52.778695 90.798468) (xy 52.821242 90.741632) (xy 52.887762 90.716821) + (xy 52.896751 90.7165) (xy 53.680632 90.7165) (xy 53.680638 90.7165) (xy 53.680645 90.716499) (xy 53.680649 90.716499) + (xy 53.741196 90.70999) (xy 53.741199 90.709989) (xy 53.741201 90.709989) (xy 53.747521 90.707632) + (xy 53.763848 90.701542) (xy 53.878204 90.658889) (xy 53.884125 90.654457) (xy 53.995261 90.571261) + (xy 54.082887 90.454207) (xy 54.082887 90.454206) (xy 54.082889 90.454204) (xy 54.133989 90.317201) + (xy 54.134998 90.307808) (xy 54.162163 90.242215) (xy 54.220478 90.201721) (xy 54.291429 90.199182) + (xy 54.35249 90.235405) (xy 54.363487 90.248995) (xy 54.365796 90.252292) (xy 54.365802 90.2523) + (xy 54.5277 90.414198) (xy 54.715251 90.545523) (xy 54.922757 90.642284) (xy 55.143913 90.701543) + (xy 55.372 90.721498) (xy 55.600087 90.701543) (xy 55.821243 90.642284) (xy 56.028749 90.545523) + (xy 56.2163 90.414198) (xy 56.378198 90.2523) (xy 56.442317 90.160729) (xy 56.497774 90.116401) + (xy 56.54553 90.107) (xy 57.202787 90.107) (xy 57.202788 90.107) (xy 57.337833 90.080138) (xy 57.465043 90.027446) + (xy 57.579529 89.950948) (xy 58.122477 89.408) (xy 64.218502 89.408) (xy 64.238457 89.636087) (xy 64.268873 89.749599) + (xy 64.297715 89.85724) (xy 64.297717 89.857246) (xy 64.33122 89.929094) (xy 64.394477 90.064749) + (xy 64.525802 90.2523) (xy 64.6877 90.414198) (xy 64.875251 90.545523) (xy 65.082757 90.642284) + (xy 65.303913 90.701543) (xy 65.532 90.721498) (xy 65.760087 90.701543) (xy 65.981243 90.642284) + (xy 66.188749 90.545523) (xy 66.3763 90.414198) (xy 66.538198 90.2523) (xy 66.669523 90.064749) + (xy 66.766284 89.857243) (xy 66.825543 89.636087) (xy 66.845498 89.408) (xy 66.825543 89.179913) + (xy 66.766284 88.958757) (xy 66.669523 88.751251) (xy 66.538198 88.5637) (xy 66.3763 88.401802) + (xy 66.188749 88.270477) (xy 65.981246 88.173717) (xy 65.98124 88.173715) (xy 65.887771 88.14867) + (xy 65.760087 88.114457) (xy 65.532 88.094502) (xy 65.303913 88.114457) (xy 65.082759 88.173715) + (xy 65.082753 88.173717) (xy 64.87525 88.270477) (xy 64.687703 88.401799) (xy 64.687697 88.401804) + (xy 64.525804 88.563697) (xy 64.525799 88.563703) (xy 64.394477 88.75125) (xy 64.297717 88.958753) + (xy 64.297715 88.958759) (xy 64.248871 89.141046) (xy 64.238457 89.179913) (xy 64.218502 89.408) + (xy 58.122477 89.408) (xy 61.931449 85.599028) (xy 61.938686 85.588198) (xy 62.007947 85.484542) + (xy 62.060639 85.357332) (xy 62.07593 85.280457) (xy 62.087501 85.222287) (xy 62.087501 85.084595) + (xy 62.087501 80.13741) (xy 62.107503 80.069289) (xy 62.161159 80.022796) (xy 62.231433 80.012692) + (xy 62.296013 80.042186) (xy 62.327696 80.084161) (xy 62.362475 80.158747) (xy 62.486624 80.336049) + (xy 62.493802 80.3463) (xy 62.6557 80.508198) (xy 62.843251 80.639523) (xy 63.050757 80.736284) + (xy 63.271913 80.795543) (xy 63.5 80.815498) (xy 63.728087 80.795543) (xy 63.949243 80.736284) (xy 64.044151 80.692027) + (xy 64.114342 80.681367) (xy 64.179154 80.710347) (xy 64.218011 80.769767) (xy 64.2234 80.806223) + (xy 64.2234 83.533247) (xy 64.23507 83.591914) (xy 64.250262 83.668291) (xy 64.302954 83.795501) + (xy 64.379112 83.909479) (xy 64.379452 83.909987) (xy 64.379455 83.90999) (xy 64.37946 83.909996) + (xy 67.634167 87.164702) (xy 67.668193 87.227014) (xy 67.663128 87.297829) (xy 67.659267 87.307046) + (xy 67.599719 87.434749) (xy 67.599715 87.434759) (xy 67.550028 87.620195) (xy 67.540457 87.655913) + (xy 67.520502 87.884) (xy 67.540457 88.112087) (xy 67.55371 88.161546) (xy 67.599715 88.33324) (xy 67.599717 88.333246) + (xy 67.696477 88.540749) (xy 67.751013 88.618635) (xy 67.827802 88.7283) (xy 67.9897 88.890198) + (xy 68.177251 89.021523) (xy 68.384757 89.118284) (xy 68.605913 89.177543) (xy 68.834 89.197498) + (xy 69.062087 89.177543) (xy 69.283243 89.118284) (xy 69.490749 89.021523) (xy 69.6783 88.890198) + (xy 69.840198 88.7283) (xy 69.971523 88.540749) (xy 70.068284 88.333243) (xy 70.127543 88.112087) + (xy 70.147498 87.884) (xy 77.680502 87.884) (xy 77.700457 88.112087) (xy 77.71371 88.161546) (xy 77.759715 88.33324) + (xy 77.759717 88.333246) (xy 77.856477 88.540749) (xy 77.911013 88.618635) (xy 77.987802 88.7283) + (xy 78.1497 88.890198) (xy 78.337251 89.021523) (xy 78.544757 89.118284) (xy 78.765913 89.177543) + (xy 78.994 89.197498) (xy 79.222087 89.177543) (xy 79.222101 89.177539) (xy 79.222877 89.177403) + (xy 79.22323 89.177442) (xy 79.227567 89.177063) (xy 79.227643 89.177934) (xy 79.293437 89.185269) + (xy 79.333858 89.212393) (xy 79.702596 89.581131) (xy 79.736622 89.643443) (xy 79.739501 89.670226) + (xy 79.739501 90.560832) (xy 79.719499 90.628953) (xy 79.665843 90.675446) (xy 79.595569 90.68555) + (xy 79.58089 90.682539) (xy 79.492627 90.658889) (xy 79.476087 90.654457) (xy 79.248 90.634502) + (xy 79.019913 90.654457) (xy 78.798759 90.713715) (xy 78.798753 90.713717) (xy 78.59125 90.810477) + (xy 78.403703 90.941799) (xy 78.403697 90.941804) (xy 78.241804 91.103697) (xy 78.241799 91.103703) + (xy 78.110477 91.29125) (xy 78.013717 91.498753) (xy 78.013715 91.498759) (xy 77.959151 91.702394) + (xy 77.954457 91.719913) (xy 77.934502 91.948) (xy 77.954457 92.176087) (xy 77.975739 92.255513) + (xy 78.013715 92.39724) (xy 78.013717 92.397246) (xy 78.110477 92.604749) (xy 78.191039 92.719804) + (xy 78.241802 92.7923) (xy 78.4037 92.954198) (xy 78.591251 93.085523) (xy 78.798757 93.182284) + (xy 79.019913 93.241543) (xy 79.248 93.261498) (xy 79.476087 93.241543) (xy 79.580893 93.21346) + (xy 79.651866 93.21515) (xy 79.710662 93.254944) (xy 79.73861 93.320208) (xy 79.739501 93.335167) + (xy 79.739501 94.370832) (xy 79.719499 94.438953) (xy 79.665843 94.485446) (xy 79.595569 94.49555) + (xy 79.58089 94.492539) (xy 79.554418 94.485446) (xy 79.476087 94.464457) (xy 79.248 94.444502) + (xy 79.019913 94.464457) (xy 78.798759 94.523715) (xy 78.798753 94.523717) (xy 78.59125 94.620477) + (xy 78.403703 94.751799) (xy 78.403697 94.751804) (xy 78.241804 94.913697) (xy 78.241799 94.913703) + (xy 78.110477 95.10125) (xy 78.013717 95.308753) (xy 78.013715 95.308759) (xy 77.954457 95.529913) + (xy 77.934502 95.758) (xy 77.954457 95.986087) (xy 77.968599 96.038864) (xy 78.013715 96.20724) + (xy 78.013717 96.207246) (xy 78.110477 96.414749) (xy 78.239964 96.599676) (xy 78.241802 96.6023) + (xy 78.4037 96.764198) (xy 78.591251 96.895523) (xy 78.798757 96.992284) (xy 79.019913 97.051543) + (xy 79.248 97.071498) (xy 79.476087 97.051543) (xy 79.580893 97.02346) (xy 79.651866 97.02515) (xy 79.710662 97.064944) + (xy 79.73861 97.130208) (xy 79.739501 97.145167) (xy 79.739501 98.180832) (xy 79.719499 98.248953) + (xy 79.665843 98.295446) (xy 79.595569 98.30555) (xy 79.58089 98.302539) (xy 79.527376 98.2882) + (xy 79.476087 98.274457) (xy 79.248 98.254502) (xy 79.019913 98.274457) (xy 78.798759 98.333715) + (xy 78.798753 98.333717) (xy 78.59125 98.430477) (xy 78.403703 98.561799) (xy 78.403697 98.561804) + (xy 78.241804 98.723697) (xy 78.241799 98.723703) (xy 78.110477 98.91125) (xy 78.013717 99.118753) + (xy 78.013715 99.118759) (xy 77.974713 99.264317) (xy 77.954457 99.339913) (xy 77.934502 99.568) + (xy 77.954457 99.796087) (xy 77.967204 99.843658) (xy 78.013715 100.01724) (xy 78.013717 100.017246) + (xy 78.110477 100.224749) (xy 78.143032 100.271243) (xy 78.241802 100.4123) (xy 78.4037 100.574198) + (xy 78.591251 100.705523) (xy 78.798757 100.802284) (xy 79.019913 100.861543) (xy 79.248 100.881498) + (xy 79.476087 100.861543) (xy 79.580893 100.83346) (xy 79.651866 100.83515) (xy 79.710662 100.874944) + (xy 79.73861 100.940208) (xy 79.739501 100.955167) (xy 79.739501 101.990832) (xy 79.719499 102.058953) + (xy 79.665843 102.105446) (xy 79.595569 102.11555) (xy 79.58089 102.112539) (xy 79.527376 102.0982) + (xy 79.476087 102.084457) (xy 79.248 102.064502) (xy 79.019913 102.084457) (xy 78.798759 102.143715) + (xy 78.798753 102.143717) (xy 78.59125 102.240477) (xy 78.403703 102.371799) (xy 78.403697 102.371804) + (xy 78.241804 102.533697) (xy 78.241799 102.533703) (xy 78.110477 102.72125) (xy 78.013717 102.928753) + (xy 78.013715 102.928759) (xy 77.959151 103.132394) (xy 77.954457 103.149913) (xy 77.934502 103.378) + (xy 77.954457 103.606087) (xy 77.979107 103.69808) (xy 78.013715 103.82724) (xy 78.013717 103.827246) + (xy 78.110477 104.034749) (xy 78.191039 104.149804) (xy 78.241802 104.2223) (xy 78.4037 104.384198) + (xy 78.591251 104.515523) (xy 78.798757 104.612284) (xy 79.019913 104.671543) (xy 79.248 104.691498) + (xy 79.476087 104.671543) (xy 79.580893 104.64346) (xy 79.651866 104.64515) (xy 79.710662 104.684944) + (xy 79.73861 104.750208) (xy 79.739501 104.765167) (xy 79.739501 105.800832) (xy 79.719499 105.868953) + (xy 79.665843 105.915446) (xy 79.595569 105.92555) (xy 79.58089 105.922539) (xy 79.527376 105.9082) + (xy 79.476087 105.894457) (xy 79.248 105.874502) (xy 79.019913 105.894457) (xy 78.798759 105.953715) + (xy 78.798753 105.953717) (xy 78.59125 106.050477) (xy 78.403703 106.181799) (xy 78.403697 106.181804) + (xy 78.241804 106.343697) (xy 78.241799 106.343703) (xy 78.110477 106.53125) (xy 78.013717 106.738753) + (xy 78.013715 106.738759) (xy 77.983453 106.8517) (xy 77.954457 106.959913) (xy 77.934502 107.188) + (xy 77.954457 107.416087) (xy 77.961668 107.442999) (xy 78.013715 107.63724) (xy 78.013717 107.637246) + (xy 78.110477 107.844749) (xy 78.17461 107.936341) (xy 78.241802 108.0323) (xy 78.4037 108.194198) + (xy 78.591251 108.325523) (xy 78.798757 108.422284) (xy 79.019913 108.481543) (xy 79.248 108.501498) + (xy 79.476087 108.481543) (xy 79.580893 108.45346) (xy 79.651866 108.45515) (xy 79.710662 108.494944) + (xy 79.73861 108.560208) (xy 79.739501 108.575167) (xy 79.739501 109.864832) (xy 79.719499 109.932953) + (xy 79.665843 109.979446) (xy 79.595569 109.98955) (xy 79.58089 109.986539) (xy 79.554418 109.979446) + (xy 79.476087 109.958457) (xy 79.248 109.938502) (xy 79.019913 109.958457) (xy 78.798759 110.017715) + (xy 78.798753 110.017717) (xy 78.59125 110.114477) (xy 78.403703 110.245799) (xy 78.403697 110.245804) + (xy 78.241804 110.407697) (xy 78.241799 110.407703) (xy 78.110477 110.59525) (xy 78.013717 110.802753) + (xy 78.013715 110.802759) (xy 77.972139 110.957923) (xy 77.954457 111.023913) (xy 77.934502 111.252) + (xy 77.954457 111.480087) (xy 77.975578 111.558911) (xy 78.013715 111.70124) (xy 78.013717 111.701246) + (xy 78.090193 111.86525) (xy 78.110477 111.908749) (xy 78.241802 112.0963) (xy 78.4037 112.258198) + (xy 78.591251 112.389523) (xy 78.798757 112.486284) (xy 79.019913 112.545543) (xy 79.248 112.565498) + (xy 79.476087 112.545543) (xy 79.580893 112.51746) (xy 79.651866 112.51915) (xy 79.710662 112.558944) + (xy 79.73861 112.624208) (xy 79.739501 112.639167) (xy 79.739501 114.436832) (xy 79.719499 114.504953) + (xy 79.665843 114.551446) (xy 79.595569 114.56155) (xy 79.58089 114.558539) (xy 79.518654 114.541863) + (xy 79.476087 114.530457) (xy 79.248 114.510502) (xy 79.019913 114.530457) (xy 78.798759 114.589715) + (xy 78.798753 114.589717) (xy 78.59125 114.686477) (xy 78.403703 114.817799) (xy 78.403697 114.817804) + (xy 78.241804 114.979697) (xy 78.241799 114.979703) (xy 78.110477 115.16725) (xy 78.013717 115.374753) + (xy 78.013715 115.374759) (xy 77.964555 115.558228) (xy 77.954457 115.595913) (xy 77.934502 115.824) + (xy 77.954457 116.052087) (xy 77.97653 116.134465) (xy 78.013715 116.27324) (xy 78.013717 116.273246) + (xy 78.110477 116.480749) (xy 78.166029 116.560086) (xy 78.241802 116.6683) (xy 78.4037 116.830198) + (xy 78.591251 116.961523) (xy 78.798757 117.058284) (xy 79.019913 117.117543) (xy 79.248 117.137498) + (xy 79.476087 117.117543) (xy 79.580893 117.08946) (xy 79.651866 117.09115) (xy 79.710662 117.130944) + (xy 79.73861 117.196208) (xy 79.739501 117.211167) (xy 79.739501 118.609773) (xy 79.719499 118.677894) + (xy 79.7026 118.698863) (xy 79.640855 118.760609) (xy 79.587857 118.813607) (xy 79.525545 118.847632) + (xy 79.481604 118.848505) (xy 79.481567 118.848937) (xy 79.477553 118.848585) (xy 79.476892 118.848599) + (xy 79.476091 118.848457) (xy 79.248 118.828502) (xy 79.019913 118.848457) (xy 78.798759 118.907715) + (xy 78.798753 118.907717) (xy 78.59125 119.004477) (xy 78.403703 119.135799) (xy 78.403697 119.135804) + (xy 78.241804 119.297697) (xy 78.241799 119.297703) (xy 78.110477 119.48525) (xy 78.013717 119.692753) + (xy 78.013715 119.692759) (xy 77.961169 119.888865) (xy 77.954457 119.913913) (xy 77.934502 120.142) + (xy 77.954457 120.370087) (xy 77.977145 120.454759) (xy 78.013715 120.59124) (xy 78.013717 120.591246) + (xy 78.110477 120.798749) (xy 78.203444 120.93152) (xy 78.241802 120.9863) (xy 78.4037 121.148198) + (xy 78.591251 121.279523) (xy 78.798757 121.376284) (xy 79.019913 121.435543) (xy 79.248 121.455498) + (xy 79.476087 121.435543) (xy 79.697243 121.376284) (xy 79.904749 121.279523) (xy 80.0923 121.148198) + (xy 80.254198 120.9863) (xy 80.385523 120.798749) (xy 80.482284 120.591243) (xy 80.541543 120.370087) + (xy 80.561498 120.142) (xy 80.541543 119.913913) (xy 80.541539 119.9139) (xy 80.541403 119.913123) + (xy 80.541442 119.912769) (xy 80.541063 119.908433) (xy 80.541934 119.908356) (xy 80.549269 119.842563) + (xy 80.576393 119.802141) (xy 80.612057 119.766477) (xy 80.98145 119.397086) (xy 81.047857 119.2977) + (xy 81.057947 119.2826) (xy 81.110639 119.15539) (xy 81.137501 119.020344) (xy 81.137501 89.259656) + (xy 81.110639 89.12461) (xy 81.057947 88.9974) (xy 80.98145 88.882915) (xy 80.884087 88.785552) + (xy 80.322393 88.223858) (xy 80.288367 88.161546) (xy 80.287496 88.117604) (xy 80.287063 88.117567) + (xy 80.287415 88.113532) (xy 80.287403 88.112877) (xy 80.287539 88.112101) (xy 80.287543 88.112087) + (xy 80.307498 87.884) (xy 80.287543 87.655913) (xy 80.228284 87.434757) (xy 80.131523 87.227251) + (xy 80.000198 87.0397) (xy 79.8383 86.877802) (xy 79.787292 86.842086) (xy 79.650749 86.746477) + (xy 79.443246 86.649717) (xy 79.44324 86.649715) (xy 79.30995 86.614) (xy 79.222087 86.590457) (xy 78.994 86.570502) + (xy 78.765913 86.590457) (xy 78.544759 86.649715) (xy 78.544753 86.649717) (xy 78.33725 86.746477) + (xy 78.149703 86.877799) (xy 78.149697 86.877804) (xy 77.987804 87.039697) (xy 77.987799 87.039703) + (xy 77.856477 87.22725) (xy 77.759717 87.434753) (xy 77.759715 87.434759) (xy 77.710028 87.620195) + (xy 77.700457 87.655913) (xy 77.680502 87.884) (xy 70.147498 87.884) (xy 70.127543 87.655913) (xy 70.068284 87.434757) + (xy 69.971523 87.227251) (xy 69.840198 87.0397) (xy 69.6783 86.877802) (xy 69.627292 86.842086) + (xy 69.490749 86.746477) (xy 69.283246 86.649717) (xy 69.28324 86.649715) (xy 69.218445 86.632353) + (xy 69.062087 86.590457) (xy 69.062084 86.590456) (xy 69.060417 86.59001) (xy 69.003933 86.557398) + (xy 66.266536 83.82) (xy 67.520502 83.82) (xy 67.540457 84.048087) (xy 67.563145 84.132759) (xy 67.599715 84.26924) + (xy 67.599717 84.269246) (xy 67.696477 84.476749) (xy 67.794727 84.617065) (xy 67.827802 84.6643) + (xy 67.9897 84.826198) (xy 68.177251 84.957523) (xy 68.384757 85.054284) (xy 68.605913 85.113543) + (xy 68.834 85.133498) (xy 69.062087 85.113543) (xy 69.283243 85.054284) (xy 69.490749 84.957523) + (xy 69.6783 84.826198) (xy 69.840198 84.6643) (xy 69.971523 84.476749) (xy 70.068284 84.269243) + (xy 70.127543 84.048087) (xy 70.147498 83.82) (xy 70.127543 83.591913) (xy 70.127539 83.5919) (xy 70.127403 83.591123) + (xy 70.127442 83.590769) (xy 70.127063 83.586433) (xy 70.127934 83.586356) (xy 70.135269 83.520563) + (xy 70.162391 83.480142) (xy 70.277133 83.365403) (xy 70.339446 83.331378) (xy 70.366228 83.328499) + (xy 77.607349 83.328499) (xy 77.67547 83.348501) (xy 77.721963 83.402157) (xy 77.732067 83.472431) + (xy 77.729056 83.48711) (xy 77.700951 83.591997) (xy 77.681004 83.82) (xy 77.700951 84.048002) (xy 77.760186 84.269068) + (xy 77.760188 84.269073) (xy 77.856913 84.476501) (xy 77.906898 84.547888) (xy 77.9069 84.547888) + (xy 78.594 83.860788) (xy 78.594 83.872661) (xy 78.621259 83.974394) (xy 78.67392 84.065606) (xy 78.748394 84.14008) + (xy 78.839606 84.192741) (xy 78.941339 84.22) (xy 78.95321 84.22) (xy 78.26611 84.907098) (xy 78.26611 84.9071) + (xy 78.337498 84.957086) (xy 78.544926 85.053811) (xy 78.544931 85.053813) (xy 78.765999 85.113048) + (xy 78.765995 85.113048) (xy 78.994 85.132995) (xy 79.222002 85.113048) (xy 79.443068 85.053813) + (xy 79.443073 85.053811) (xy 79.650497 84.957088) (xy 79.721888 84.907099) (xy 79.721888 84.907097) + (xy 79.034791 84.22) (xy 79.046661 84.22) (xy 79.148394 84.192741) (xy 79.239606 84.14008) (xy 79.31408 84.065606) + (xy 79.366741 83.974394) (xy 79.394 83.872661) (xy 79.394 83.860791) (xy 80.081097 84.547888) (xy 80.081099 84.547888) + (xy 80.131087 84.476498) (xy 80.148158 84.439889) (xy 80.195074 84.386603) (xy 80.263351 84.367141) + (xy 80.331311 84.387681) (xy 80.351449 84.404042) (xy 81.843594 85.896187) (xy 81.87762 85.958499) + (xy 81.880499 85.985282) (xy 81.880499 89.760346) (xy 81.899773 89.857243) (xy 81.907361 89.89539) + (xy 81.960053 90.0226) (xy 81.963291 90.027446) (xy 82.008248 90.09473) (xy 82.036549 90.137084) + (xy 82.036551 90.137086) (xy 82.451416 90.551951) (xy 82.48544 90.614262) (xy 82.484465 90.671974) + (xy 82.479615 90.691128) (xy 82.475436 90.707632) (xy 82.456844 90.932) (xy 82.471071 91.103697) + (xy 82.475437 91.156375) (xy 82.530702 91.374612) (xy 82.530703 91.374613) (xy 82.530704 91.374616) + (xy 82.62114 91.580791) (xy 82.621141 91.580793) (xy 82.744275 91.769265) (xy 82.744279 91.76927) + (xy 82.896762 91.934908) (xy 82.913583 91.948) (xy 83.074424 92.073189) (xy 83.10768 92.091186) + (xy 83.158071 92.1412) (xy 83.173423 92.210516) (xy 83.148862 92.277129) (xy 83.10768 92.312813) + (xy 83.074426 92.33081) (xy 83.074424 92.330811) (xy 82.896762 92.469091) (xy 82.744279 92.634729) + (xy 82.744275 92.634734) (xy 82.621141 92.823206) (xy 82.530703 93.029386) (xy 82.530702 93.029387) + (xy 82.475437 93.247624) (xy 82.475436 93.24763) (xy 82.475436 93.247632) (xy 82.469422 93.320208) + (xy 82.456844 93.472) (xy 82.475437 93.696375) (xy 82.530702 93.914612) (xy 82.530703 93.914613) + (xy 82.530704 93.914616) (xy 82.62114 94.120791) (xy 82.621141 94.120793) (xy 82.744275 94.309265) + (xy 82.744279 94.30927) (xy 82.896762 94.474908) (xy 82.923283 94.49555) (xy 83.074424 94.613189) + (xy 83.10768 94.631186) (xy 83.158071 94.6812) (xy 83.173423 94.750516) (xy 83.148862 94.817129) + (xy 83.10768 94.852813) (xy 83.074426 94.87081) (xy 83.074424 94.870811) (xy 82.896762 95.009091) + (xy 82.744279 95.174729) (xy 82.744275 95.174734) (xy 82.621141 95.363206) (xy 82.530703 95.569386) + (xy 82.530702 95.569387) (xy 82.475437 95.787624) (xy 82.475436 95.78763) (xy 82.475436 95.787632) + (xy 82.456844 96.012) (xy 82.475388 96.235792) (xy 82.475437 96.236375) (xy 82.530702 96.454612) + (xy 82.530703 96.454613) (xy 82.530704 96.454616) (xy 82.605551 96.625251) (xy 82.621141 96.660793) + (xy 82.744275 96.849265) (xy 82.744279 96.84927) (xy 82.872539 96.988596) (xy 82.884805 97.00192) + (xy 82.896762 97.014908) (xy 82.917902 97.031362) (xy 83.074424 97.153189) (xy 83.10768 97.171186) + (xy 83.158071 97.2212) (xy 83.173423 97.290516) (xy 83.148862 97.357129) (xy 83.10768 97.392813) + (xy 83.074426 97.41081) (xy 83.074424 97.410811) (xy 82.896762 97.549091) (xy 82.744279 97.714729) + (xy 82.744275 97.714734) (xy 82.621141 97.903206) (xy 82.530703 98.109386) (xy 82.530702 98.109387) + (xy 82.475437 98.327624) (xy 82.475436 98.32763) (xy 82.475436 98.327632) (xy 82.456844 98.552) + (xy 82.475388 98.775792) (xy 82.475437 98.776375) (xy 82.530702 98.994612) (xy 82.530703 98.994613) + (xy 82.530704 98.994616) (xy 82.608067 99.170987) (xy 82.621141 99.200793) (xy 82.744275 99.389265) + (xy 82.744279 99.38927) (xy 82.896762 99.554908) (xy 82.913583 99.568) (xy 83.074424 99.693189) + (xy 83.10768 99.711186) (xy 83.158071 99.7612) (xy 83.173423 99.830516) (xy 83.148862 99.897129) + (xy 83.10768 99.932813) (xy 83.074426 99.95081) (xy 83.074424 99.950811) (xy 82.896762 100.089091) + (xy 82.744279 100.254729) (xy 82.744275 100.254734) (xy 82.621141 100.443206) (xy 82.530703 100.649386) + (xy 82.530702 100.649387) (xy 82.475437 100.867624) (xy 82.475436 100.86763) (xy 82.475436 100.867632) + (xy 82.456844 101.092) (xy 82.475388 101.315792) (xy 82.475437 101.316375) (xy 82.530702 101.534612) + (xy 82.530703 101.534613) (xy 82.530704 101.534616) (xy 82.605551 101.705251) (xy 82.621141 101.740793) + (xy 82.744275 101.929265) (xy 82.744279 101.92927) (xy 82.896762 102.094908) (xy 82.923283 102.11555) + (xy 83.074424 102.233189) (xy 83.10768 102.251186) (xy 83.158071 102.3012) (xy 83.173423 102.370516) + (xy 83.148862 102.437129) (xy 83.10768 102.472813) (xy 83.074426 102.49081) (xy 83.074424 102.490811) + (xy 82.896762 102.629091) (xy 82.744279 102.794729) (xy 82.744275 102.794734) (xy 82.621141 102.983206) + (xy 82.530703 103.189386) (xy 82.530702 103.189387) (xy 82.475437 103.407624) (xy 82.475436 103.40763) + (xy 82.475436 103.407632) (xy 82.456844 103.632) (xy 82.474657 103.846971) (xy 82.475437 103.856375) + (xy 82.530702 104.074612) (xy 82.530703 104.074613) (xy 82.530704 104.074616) (xy 82.605551 104.245251) + (xy 82.621141 104.280793) (xy 82.744275 104.469265) (xy 82.744279 104.46927) (xy 82.896762 104.634908) + (xy 82.900992 104.6382) (xy 83.074424 104.773189) (xy 83.10768 104.791186) (xy 83.158071 104.8412) + (xy 83.173423 104.910516) (xy 83.148862 104.977129) (xy 83.10768 105.012813) (xy 83.074426 105.03081) + (xy 83.074424 105.030811) (xy 82.896762 105.169091) (xy 82.744279 105.334729) (xy 82.744275 105.334734) + (xy 82.621141 105.523206) (xy 82.530703 105.729386) (xy 82.530702 105.729387) (xy 82.475437 105.947624) + (xy 82.475436 105.94763) (xy 82.475436 105.947632) (xy 82.456844 106.172) (xy 82.471071 106.343697) + (xy 82.475437 106.396375) (xy 82.530702 106.614612) (xy 82.530703 106.614613) (xy 82.530704 106.614616) + (xy 82.62114 106.820791) (xy 82.621141 106.820793) (xy 82.744275 107.009265) (xy 82.744279 107.00927) + (xy 82.896762 107.174908) (xy 82.900992 107.1782) (xy 83.074424 107.313189) (xy 83.10768 107.331186) + (xy 83.158071 107.3812) (xy 83.173423 107.450516) (xy 83.148862 107.517129) (xy 83.10768 107.552813) + (xy 83.074426 107.57081) (xy 83.074424 107.570811) (xy 82.896762 107.709091) (xy 82.744279 107.874729) + (xy 82.744275 107.874734) (xy 82.621141 108.063206) (xy 82.530703 108.269386) (xy 82.530702 108.269387) + (xy 82.475437 108.487624) (xy 82.475436 108.48763) (xy 82.475436 108.487632) (xy 82.465562 108.60679) + (xy 82.456844 108.712) (xy 82.475437 108.936375) (xy 82.530702 109.154612) (xy 82.530703 109.154613) + (xy 82.530704 109.154616) (xy 82.611468 109.338741) (xy 82.621141 109.360793) (xy 82.744275 109.549265) + (xy 82.744279 109.54927) (xy 82.896762 109.714908) (xy 82.900992 109.7182) (xy 83.074424 109.853189) + (xy 83.272426 109.960342) (xy 83.272427 109.960342) (xy 83.272428 109.960343) (xy 83.348735 109.986539) + (xy 83.485365 110.033444) (xy 83.707431 110.0705) (xy 83.707435 110.0705) (xy 83.932565 110.0705) + (xy 83.932569 110.0705) (xy 84.154635 110.033444) (xy 84.367574 109.960342) (xy 84.565576 109.853189) + (xy 84.74324 109.714906) (xy 84.895722 109.549268) (xy 85.01886 109.360791) (xy 85.109296 109.154616) + (xy 85.164564 108.936368) (xy 85.183156 108.712) (xy 85.164564 108.487632) (xy 85.156338 108.45515) + (xy 85.109297 108.269387) (xy 85.109296 108.269386) (xy 85.109296 108.269384) (xy 85.01886 108.063209) + (xy 85.003432 108.039595) (xy 84.895724 107.874734) (xy 84.89572 107.874729) (xy 84.765532 107.733309) + (xy 84.74324 107.709094) (xy 84.743239 107.709093) (xy 84.743237 107.709091) (xy 84.650923 107.63724) + (xy 84.565576 107.570811) (xy 84.532319 107.552813) (xy 84.481929 107.502802) (xy 84.466576 107.433485) + (xy 84.491136 107.366872) (xy 84.53232 107.331186) (xy 84.565576 107.313189) (xy 84.74324 107.174906) + (xy 84.895722 107.009268) (xy 85.01886 106.820791) (xy 85.109296 106.614616) (xy 85.164564 106.396368) + (xy 85.183156 106.172) (xy 85.164564 105.947632) (xy 85.156413 105.915446) (xy 85.109297 105.729387) + (xy 85.109296 105.729386) (xy 85.109296 105.729384) (xy 85.01886 105.523209) (xy 84.939413 105.401606) + (xy 84.895724 105.334734) (xy 84.89572 105.334729) (xy 84.743237 105.169091) (xy 84.658759 105.103339) + (xy 84.565576 105.030811) (xy 84.532319 105.012813) (xy 84.481929 104.962802) (xy 84.466576 104.893485) + (xy 84.491136 104.826872) (xy 84.53232 104.791186) (xy 84.565576 104.773189) (xy 84.74324 104.634906) + (xy 84.895722 104.469268) (xy 85.01886 104.280791) (xy 85.109296 104.074616) (xy 85.164564 103.856368) + (xy 85.183156 103.632) (xy 85.164564 103.407632) (xy 85.15706 103.377999) (xy 85.109297 103.189387) + (xy 85.109296 103.189386) (xy 85.109296 103.189384) (xy 85.01886 102.983209) (xy 85.01214 102.972924) + (xy 84.895724 102.794734) (xy 84.89572 102.794729) (xy 84.743237 102.629091) (xy 84.620675 102.533697) + (xy 84.565576 102.490811) (xy 84.532319 102.472813) (xy 84.481929 102.422802) (xy 84.466576 102.353485) + (xy 84.491136 102.286872) (xy 84.53232 102.251186) (xy 84.565576 102.233189) (xy 84.74324 102.094906) + (xy 84.895722 101.929268) (xy 85.01886 101.740791) (xy 85.109296 101.534616) (xy 85.164564 101.316368) + (xy 85.183156 101.092) (xy 85.164564 100.867632) (xy 85.163022 100.861542) (xy 85.109297 100.649387) + (xy 85.109296 100.649386) (xy 85.109296 100.649384) (xy 85.01886 100.443209) (xy 85.0074 100.425668) + (xy 84.895724 100.254734) (xy 84.89572 100.254729) (xy 84.743237 100.089091) (xy 84.623629 99.995996) + (xy 84.565576 99.950811) (xy 84.532319 99.932813) (xy 84.481929 99.882802) (xy 84.466576 99.813485) + (xy 84.491136 99.746872) (xy 84.53232 99.711186) (xy 84.565576 99.693189) (xy 84.74324 99.554906) + (xy 84.895722 99.389268) (xy 85.01886 99.200791) (xy 85.109296 98.994616) (xy 85.164564 98.776368) + (xy 85.183156 98.552) (xy 85.164564 98.327632) (xy 85.156413 98.295446) (xy 85.109297 98.109387) + (xy 85.109296 98.109386) (xy 85.109296 98.109384) (xy 85.01886 97.903209) (xy 85.01214 97.892924) + (xy 84.895724 97.714734) (xy 84.89572 97.714729) (xy 84.760282 97.567606) (xy 84.74324 97.549094) + (xy 84.743239 97.549093) (xy 84.743237 97.549091) (xy 84.649417 97.476068) (xy 84.565576 97.410811) + (xy 84.532319 97.392813) (xy 84.481929 97.342802) (xy 84.466576 97.273485) (xy 84.491136 97.206872) + (xy 84.53232 97.171186) (xy 84.565576 97.153189) (xy 84.74324 97.014906) (xy 84.895722 96.849268) + (xy 85.01886 96.660791) (xy 85.109296 96.454616) (xy 85.164564 96.236368) (xy 85.183156 96.012) + (xy 85.164564 95.787632) (xy 85.164085 95.785739) (xy 85.109297 95.569387) (xy 85.109296 95.569386) + (xy 85.109296 95.569384) (xy 85.01886 95.363209) (xy 84.983282 95.308753) (xy 84.895724 95.174734) + (xy 84.89572 95.174729) (xy 84.743237 95.009091) (xy 84.620675 94.913697) (xy 84.565576 94.870811) + (xy 84.532319 94.852813) (xy 84.481929 94.802802) (xy 84.466576 94.733485) (xy 84.491136 94.666872) + (xy 84.53232 94.631186) (xy 84.565576 94.613189) (xy 84.74324 94.474906) (xy 84.895722 94.309268) + (xy 85.01886 94.120791) (xy 85.109296 93.914616) (xy 85.164564 93.696368) (xy 85.183156 93.472) + (xy 85.164564 93.247632) (xy 85.156338 93.21515) (xy 85.109297 93.029387) (xy 85.109296 93.029386) + (xy 85.109296 93.029384) (xy 85.01886 92.823209) (xy 85.000401 92.794956) (xy 84.895724 92.634734) + (xy 84.89572 92.634729) (xy 84.743237 92.469091) (xy 84.650702 92.397068) (xy 84.565576 92.330811) + (xy 84.561477 92.328593) (xy 84.53232 92.312814) (xy 84.481929 92.262802) (xy 84.466576 92.193485) + (xy 84.491136 92.126872) (xy 84.53232 92.091186) (xy 84.565576 92.073189) (xy 84.74324 91.934906) + (xy 84.895722 91.769268) (xy 85.01886 91.580791) (xy 85.109296 91.374616) (xy 85.164564 91.156368) + (xy 85.183156 90.932) (xy 85.164564 90.707632) (xy 85.14464 90.628953) (xy 85.109297 90.489387) + (xy 85.109296 90.489386) (xy 85.109296 90.489384) (xy 85.01886 90.283209) (xy 84.965621 90.201721) + (xy 84.895721 90.09473) (xy 84.895719 90.094729) (xy 84.752524 89.939179) (xy 84.721103 89.875514) + (xy 84.72909 89.804968) (xy 84.773948 89.749939) (xy 84.801183 89.735789) (xy 84.916204 89.692889) + (xy 84.992083 89.636087) (xy 85.033261 89.605261) (xy 85.120887 89.488207) (xy 85.120887 89.488206) + (xy 85.120889 89.488204) (xy 85.171989 89.351201) (xy 85.1785 89.290638) (xy 85.1785 87.493362) + (xy 85.174731 87.4583) (xy 85.17199 87.432803) (xy 85.171988 87.432795) (xy 85.132273 87.326318) + (xy 85.120889 87.295796) (xy 85.120888 87.295794) (xy 85.120887 87.295792) (xy 85.033261 87.178738) + (xy 84.916207 87.091112) (xy 84.916202 87.09111) (xy 84.779204 87.040011) (xy 84.779196 87.040009) + (xy 84.718649 87.0335) (xy 84.718638 87.0335) (xy 83.404499 87.0335) (xy 83.336378 87.013498) (xy 83.289885 86.959842) + (xy 83.278499 86.9075) (xy 83.278499 85.574713) (xy 83.278498 85.574709) (xy 83.277125 85.567804) + (xy 83.251637 85.439666) (xy 83.198945 85.312456) (xy 83.138695 85.222286) (xy 83.122448 85.19797) + (xy 83.122447 85.197969) (xy 83.122445 85.197966) (xy 83.122444 85.197965) (xy 80.011029 82.086552) + (xy 80.011026 82.08655) (xy 80.008865 82.085106) (xy 80.00886 82.0851) (xy 80.008859 82.085102) + (xy 79.896542 82.010053) (xy 79.769332 81.957361) (xy 79.70181 81.94393) (xy 79.634289 81.930499) + (xy 79.634287 81.930499) (xy 79.634286 81.930499) (xy 70.093347 81.930499) (xy 69.955655 81.930499) + (xy 69.955652 81.930499) (xy 69.905013 81.940572) (xy 69.888133 81.94393) (xy 69.854371 81.950645) + (xy 69.820609 81.957361) (xy 69.820604 81.957363) (xy 69.693401 82.010052) (xy 69.684373 82.016085) + (xy 69.68437 82.016087) (xy 69.578915 82.086549) (xy 69.173857 82.491607) (xy 69.111545 82.525632) + (xy 69.067604 82.526505) (xy 69.067567 82.526937) (xy 69.063553 82.526585) (xy 69.062892 82.526599) + (xy 69.062091 82.526457) (xy 68.834 82.506502) (xy 68.605913 82.526457) (xy 68.384759 82.585715) + (xy 68.384753 82.585717) (xy 68.17725 82.682477) (xy 67.989703 82.813799) (xy 67.989697 82.813804) + (xy 67.827804 82.975697) (xy 67.827799 82.975703) (xy 67.696477 83.16325) (xy 67.599717 83.370753) + (xy 67.599715 83.370759) (xy 67.551718 83.549885) (xy 67.540457 83.591913) (xy 67.520502 83.82) + (xy 66.266536 83.82) (xy 65.658305 83.211769) (xy 65.624279 83.149457) (xy 65.6214 83.122674) (xy 65.6214 79.502) + (xy 72.346502 79.502) (xy 72.366457 79.730087) (xy 72.395452 79.838296) (xy 72.425715 79.95124) + (xy 72.425717 79.951246) (xy 72.522477 80.158749) (xy 72.64446 80.332959) (xy 72.653802 80.3463) + (xy 72.8157 80.508198) (xy 73.003251 80.639523) (xy 73.210757 80.736284) (xy 73.431913 80.795543) + (xy 73.66 80.815498) (xy 73.888087 80.795543) (xy 74.109243 80.736284) (xy 74.316749 80.639523) + (xy 74.5043 80.508198) (xy 74.666198 80.3463) (xy 74.668506 80.343004) (xy 74.723961 80.298673) + (xy 74.79458 80.291361) (xy 74.857942 80.323389) (xy 74.893929 80.384588) (xy 74.897 80.401802) + (xy 74.898009 80.411196) (xy 74.898011 80.411204) (xy 74.94911 80.548202) (xy 74.949112 80.548207) + (xy 75.036738 80.665261) (xy 75.153792 80.752887) (xy 75.153794 80.752888) (xy 75.153796 80.752889) + (xy 75.195656 80.768502) (xy 75.290795 80.803988) (xy 75.290803 80.80399) (xy 75.35135 80.810499) + (xy 75.351355 80.810499) (xy 75.351362 80.8105) (xy 75.351368 80.8105) (xy 77.048632 80.8105) (xy 77.048638 80.8105) + (xy 77.048645 80.810499) (xy 77.048649 80.810499) (xy 77.109196 80.80399) (xy 77.109199 80.803989) + (xy 77.109201 80.803989) (xy 77.246204 80.752889) (xy 77.261023 80.741796) (xy 77.363261 80.665261) + (xy 77.450887 80.548207) (xy 77.450887 80.548206) (xy 77.450889 80.548204) (xy 77.501989 80.411201) + (xy 77.503 80.401802) (xy 77.508499 80.350649) (xy 77.5085 80.350632) (xy 77.5085 79.502) (xy 82.506502 79.502) + (xy 82.526457 79.730087) (xy 82.555452 79.838296) (xy 82.585715 79.95124) (xy 82.585717 79.951246) + (xy 82.682477 80.158749) (xy 82.80446 80.332959) (xy 82.813802 80.3463) (xy 82.9757 80.508198) (xy 83.163251 80.639523) + (xy 83.370757 80.736284) (xy 83.591913 80.795543) (xy 83.82 80.815498) (xy 84.048087 80.795543) + (xy 84.269243 80.736284) (xy 84.476749 80.639523) (xy 84.6643 80.508198) (xy 84.826198 80.3463) + (xy 84.957523 80.158749) (xy 85.054284 79.951243) (xy 85.113543 79.730087) (xy 85.133498 79.502) + (xy 85.113543 79.273913) (xy 85.054284 79.052757) (xy 84.957523 78.845251) (xy 84.826198 78.6577) + (xy 84.6643 78.495802) (xy 84.650301 78.486) (xy 84.476749 78.364477) (xy 84.269246 78.267717) (xy 84.26924 78.267715) + (xy 84.175771 78.24267) (xy 84.048087 78.208457) (xy 83.82 78.188502) (xy 83.591913 78.208457) (xy 83.370759 78.267715) + (xy 83.370753 78.267717) (xy 83.16325 78.364477) (xy 82.975703 78.495799) (xy 82.975697 78.495804) + (xy 82.813804 78.657697) (xy 82.813799 78.657703) (xy 82.682477 78.84525) (xy 82.585717 79.052753) + (xy 82.585715 79.052759) (xy 82.552097 79.178223) (xy 82.526457 79.273913) (xy 82.506502 79.502) + (xy 77.5085 79.502) (xy 77.5085 78.653367) (xy 77.508499 78.65335) (xy 77.50199 78.592803) (xy 77.501988 78.592795) + (xy 77.465811 78.495804) (xy 77.450889 78.455796) (xy 77.450888 78.455794) (xy 77.450887 78.455792) + (xy 77.363261 78.338738) (xy 77.246207 78.251112) (xy 77.246202 78.25111) (xy 77.109204 78.200011) + (xy 77.109196 78.200009) (xy 77.048649 78.1935) (xy 77.048638 78.1935) (xy 75.351362 78.1935) (xy 75.35135 78.1935) + (xy 75.290803 78.200009) (xy 75.290795 78.200011) (xy 75.153797 78.25111) (xy 75.153792 78.251112) + (xy 75.036738 78.338738) (xy 74.949112 78.455792) (xy 74.94911 78.455797) (xy 74.898011 78.592795) + (xy 74.898009 78.592803) (xy 74.897 78.602197) (xy 74.869831 78.66779) (xy 74.811513 78.708281) + (xy 74.740562 78.710815) (xy 74.679504 78.674588) (xy 74.66851 78.661001) (xy 74.666203 78.657706) + (xy 74.666195 78.657697) (xy 74.504302 78.495804) (xy 74.504296 78.495799) (xy 74.316749 78.364477) + (xy 74.109246 78.267717) (xy 74.10924 78.267715) (xy 74.015771 78.24267) (xy 73.888087 78.208457) + (xy 73.66 78.188502) (xy 73.431913 78.208457) (xy 73.210759 78.267715) (xy 73.210753 78.267717) + (xy 73.00325 78.364477) (xy 72.815703 78.495799) (xy 72.815697 78.495804) (xy 72.653804 78.657697) + (xy 72.653799 78.657703) (xy 72.522477 78.84525) (xy 72.425717 79.052753) (xy 72.425715 79.052759) + (xy 72.392097 79.178223) (xy 72.366457 79.273913) (xy 72.346502 79.502) (xy 65.6214 79.502) (xy 65.6214 77.217809) + (xy 65.623821 77.193228) (xy 65.628067 77.171884) (xy 65.643501 77.094287) (xy 65.643501 76.956595) + (xy 65.643501 75.813714) (xy 65.640922 75.800749) (xy 65.623821 75.71477) (xy 65.6214 75.69019) + (xy 65.6214 75.508729) (xy 65.641402 75.440608) (xy 65.643504 75.438) (xy 69.806502 75.438) (xy 69.826457 75.666087) + (xy 69.86009 75.791606) (xy 69.885715 75.88724) (xy 69.885717 75.887246) (xy 69.982477 76.094749) + (xy 70.102444 76.26608) (xy 70.113802 76.2823) (xy 70.2757 76.444198) (xy 70.463251 76.575523) (xy 70.670757 76.672284) + (xy 70.891913 76.731543) (xy 71.12 76.751498) (xy 71.348087 76.731543) (xy 71.569243 76.672284) + (xy 71.776749 76.575523) (xy 71.9643 76.444198) (xy 72.126198 76.2823) (xy 72.257523 76.094749) + (xy 72.326885 75.946) (xy 74.633004 75.946) (xy 74.652951 76.174002) (xy 74.712186 76.395068) (xy 74.712188 76.395073) + (xy 74.808913 76.602501) (xy 74.858899 76.673888) (xy 75.546 75.986788) (xy 75.546 75.998661) (xy 75.573259 76.100394) + (xy 75.62592 76.191606) (xy 75.700394 76.26608) (xy 75.791606 76.318741) (xy 75.893339 76.346) (xy 75.90521 76.346) + (xy 75.21811 77.033098) (xy 75.21811 77.0331) (xy 75.289498 77.083086) (xy 75.496926 77.179811) + (xy 75.496931 77.179813) (xy 75.717999 77.239048) (xy 75.717995 77.239048) (xy 75.946 77.258995) + (xy 76.174002 77.239048) (xy 76.395068 77.179813) (xy 76.395073 77.179811) (xy 76.602497 77.083088) + (xy 76.673888 77.033099) (xy 76.673888 77.033097) (xy 75.986791 76.346) (xy 75.998661 76.346) (xy 76.100394 76.318741) + (xy 76.191606 76.26608) (xy 76.26608 76.191606) (xy 76.318741 76.100394) (xy 76.346 75.998661) (xy 76.346 75.986791) + (xy 77.033097 76.673888) (xy 77.033099 76.673888) (xy 77.083088 76.602497) (xy 77.179811 76.395073) + (xy 77.179813 76.395068) (xy 77.239048 76.174002) (xy 77.258995 75.946) (xy 78.442502 75.946) (xy 78.452755 76.063198) + (xy 78.462457 76.174086) (xy 78.521715 76.39524) (xy 78.521717 76.395246) (xy 78.544544 76.444198) + (xy 78.618477 76.602749) (xy 78.749802 76.7903) (xy 78.9117 76.952198) (xy 79.099251 77.083523) + (xy 79.306757 77.180284) (xy 79.527913 77.239543) (xy 79.756 77.259498) (xy 79.984087 77.239543) + (xy 80.205243 77.180284) (xy 80.412749 77.083523) (xy 80.6003 76.952198) (xy 80.762198 76.7903) + (xy 80.893523 76.602749) (xy 80.990284 76.395243) (xy 81.049543 76.174087) (xy 81.069498 75.946) + (xy 82.252502 75.946) (xy 82.262755 76.063198) (xy 82.272457 76.174086) (xy 82.331715 76.39524) + (xy 82.331717 76.395246) (xy 82.354544 76.444198) (xy 82.428477 76.602749) (xy 82.559802 76.7903) + (xy 82.7217 76.952198) (xy 82.909251 77.083523) (xy 83.116757 77.180284) (xy 83.337913 77.239543) + (xy 83.566 77.259498) (xy 83.794087 77.239543) (xy 84.015243 77.180284) (xy 84.222749 77.083523) + (xy 84.4103 76.952198) (xy 84.572198 76.7903) (xy 84.703523 76.602749) (xy 84.800284 76.395243) + (xy 84.859543 76.174087) (xy 84.879498 75.946) (xy 84.859543 75.717913) (xy 84.800284 75.496757) + (xy 84.703523 75.289251) (xy 84.572198 75.1017) (xy 84.4103 74.939802) (xy 84.359292 74.904086) + (xy 84.222749 74.808477) (xy 84.015246 74.711717) (xy 84.01524 74.711715) (xy 83.88195 74.676) (xy 83.794087 74.652457) + (xy 83.566 74.632502) (xy 83.337913 74.652457) (xy 83.116759 74.711715) (xy 83.116753 74.711717) + (xy 82.90925 74.808477) (xy 82.721703 74.939799) (xy 82.721697 74.939804) (xy 82.559804 75.101697) + (xy 82.559799 75.101703) (xy 82.428477 75.28925) (xy 82.331717 75.496753) (xy 82.331715 75.496759) + (xy 82.286344 75.666086) (xy 82.272457 75.717913) (xy 82.252502 75.946) (xy 81.069498 75.946) (xy 81.049543 75.717913) + (xy 80.990284 75.496757) (xy 80.893523 75.289251) (xy 80.762198 75.1017) (xy 80.6003 74.939802) + (xy 80.549292 74.904086) (xy 80.412749 74.808477) (xy 80.205246 74.711717) (xy 80.20524 74.711715) + (xy 80.07195 74.676) (xy 79.984087 74.652457) (xy 79.756 74.632502) (xy 79.527913 74.652457) (xy 79.306759 74.711715) + (xy 79.306753 74.711717) (xy 79.09925 74.808477) (xy 78.911703 74.939799) (xy 78.911697 74.939804) + (xy 78.749804 75.101697) (xy 78.749799 75.101703) (xy 78.618477 75.28925) (xy 78.521717 75.496753) + (xy 78.521715 75.496759) (xy 78.476344 75.666086) (xy 78.462457 75.717913) (xy 78.442502 75.946) + (xy 77.258995 75.946) (xy 77.239048 75.717997) (xy 77.179813 75.496931) (xy 77.179811 75.496926) + (xy 77.083086 75.289498) (xy 77.0331 75.21811) (xy 77.033098 75.21811) (xy 76.346 75.905208) (xy 76.346 75.893339) + (xy 76.318741 75.791606) (xy 76.26608 75.700394) (xy 76.191606 75.62592) (xy 76.100394 75.573259) + (xy 75.998661 75.546) (xy 75.98679 75.546) (xy 76.673888 74.858899) (xy 76.673888 74.858898) (xy 76.602501 74.808913) + (xy 76.395073 74.712188) (xy 76.395068 74.712186) (xy 76.174 74.652951) (xy 76.174004 74.652951) + (xy 75.946 74.633004) (xy 75.717997 74.652951) (xy 75.496931 74.712186) (xy 75.496926 74.712188) + (xy 75.2895 74.808913) (xy 75.218109 74.8589) (xy 75.905209 75.546) (xy 75.893339 75.546) (xy 75.791606 75.573259) + (xy 75.700394 75.62592) (xy 75.62592 75.700394) (xy 75.573259 75.791606) (xy 75.546 75.893339) (xy 75.546 75.905209) + (xy 74.8589 75.218109) (xy 74.808913 75.2895) (xy 74.712188 75.496926) (xy 74.712186 75.496931) + (xy 74.652951 75.717997) (xy 74.633004 75.946) (xy 72.326885 75.946) (xy 72.354284 75.887243) (xy 72.413543 75.666087) + (xy 72.433498 75.438) (xy 72.413543 75.209913) (xy 72.354284 74.988757) (xy 72.257523 74.781251) + (xy 72.126198 74.5937) (xy 71.9643 74.431802) (xy 71.919241 74.400251) (xy 71.776746 74.300474) + (xy 71.771985 74.297726) (xy 71.773122 74.295754) (xy 71.727154 74.255287) (xy 71.707687 74.187011) + (xy 71.728223 74.119049) (xy 71.773083 74.080177) (xy 71.771985 74.078274) (xy 71.776746 74.075525) + (xy 71.776749 74.075523) (xy 71.9643 73.944198) (xy 72.126198 73.7823) (xy 72.257523 73.594749) + (xy 72.354284 73.387243) (xy 72.413543 73.166087) (xy 72.433498 72.938) (xy 72.413543 72.709913) + (xy 72.354284 72.488757) (xy 72.257523 72.281251) (xy 72.126198 72.0937) (xy 71.9643 71.931802) + (xy 71.926798 71.905543) (xy 71.776749 71.800477) (xy 71.569246 71.703717) (xy 71.56924 71.703715) + (xy 71.453502 71.672703) (xy 71.348087 71.644457) (xy 71.12 71.624502) (xy 70.891913 71.644457) + (xy 70.670759 71.703715) (xy 70.670753 71.703717) (xy 70.46325 71.800477) (xy 70.275703 71.931799) + (xy 70.275697 71.931804) (xy 70.113804 72.093697) (xy 70.113799 72.093703) (xy 69.982477 72.28125) + (xy 69.885717 72.488753) (xy 69.885715 72.488759) (xy 69.826457 72.709913) (xy 69.806502 72.938) + (xy 69.826457 73.166086) (xy 69.885715 73.38724) (xy 69.885717 73.387246) (xy 69.982477 73.594749) + (xy 70.105569 73.770543) (xy 70.113802 73.7823) (xy 70.2757 73.944198) (xy 70.275703 73.9442) (xy 70.463253 74.075525) + (xy 70.468015 74.078274) (xy 70.46688 74.080238) (xy 70.512865 74.120745) (xy 70.532312 74.189026) + (xy 70.511756 74.256982) (xy 70.466921 74.295831) (xy 70.468015 74.297726) (xy 70.463253 74.300474) + (xy 70.275703 74.431799) (xy 70.275697 74.431804) (xy 70.113804 74.593697) (xy 70.113799 74.593703) + (xy 69.982477 74.78125) (xy 69.885717 74.988753) (xy 69.885715 74.988759) (xy 69.84502 75.140634) + (xy 69.826457 75.209913) (xy 69.806502 75.438) (xy 65.643504 75.438) (xy 65.658305 75.419634) (xy 66.874223 74.203716) + (xy 68.151371 72.926569) (xy 68.196007 72.859766) (xy 68.227868 72.812083) (xy 68.28056 72.684873) + (xy 68.307422 72.549827) (xy 68.307422 68.362649) (xy 69.0705 68.362649) (xy 69.077009 68.423196) + (xy 69.077011 68.423204) (xy 69.12811 68.560202) (xy 69.128112 68.560207) (xy 69.215738 68.677261) + (xy 69.332792 68.764887) (xy 69.332794 68.764888) (xy 69.332796 68.764889) (xy 69.380771 68.782783) + (xy 69.469795 68.815988) (xy 69.469803 68.81599) (xy 69.53035 68.822499) (xy 69.530355 68.822499) + (xy 69.530362 68.8225) (xy 69.530368 68.8225) (xy 70.677632 68.8225) (xy 70.677638 68.8225) (xy 70.677645 68.822499) + (xy 70.677649 68.822499) (xy 70.738196 68.81599) (xy 70.738197 68.815989) (xy 70.738201 68.815989) + (xy 70.875204 68.764889) (xy 70.875208 68.764885) (xy 70.883114 68.76057) (xy 70.884088 68.762355) + (xy 70.939633 68.741627) (xy 70.996864 68.750895) (xy 71.072688 68.782302) (xy 71.07269 68.782303) + (xy 71.119999 68.791713) (xy 71.12 68.791713) (xy 71.12 68.475395) (xy 71.127945 68.43136) (xy 71.130989 68.423201) + (xy 71.132154 68.412371) (xy 71.137499 68.362649) (xy 71.1375 68.362632) (xy 71.1375 67.85783) (xy 71.143745 67.864075) + (xy 71.229255 67.913444) (xy 71.32463 67.939) (xy 71.42337 67.939) (xy 71.518745 67.913444) (xy 71.604255 67.864075) + (xy 71.6105 67.85783) (xy 71.6105 67.890791) (xy 71.624819 67.962779) (xy 71.625579 67.966597) (xy 71.628 67.991179) + (xy 71.628 68.791713) (xy 71.675309 68.782303) (xy 71.675316 68.782301) (xy 71.863309 68.704432) + (xy 71.938545 68.65416) (xy 72.006298 68.632944) (xy 72.074765 68.651726) (xy 72.078542 68.654153) + (xy 72.154454 68.704876) (xy 72.342539 68.782783) (xy 72.542209 68.8225) (xy 72.54221 68.8225) (xy 72.74579 68.8225) + (xy 72.745791 68.8225) (xy 72.945461 68.782783) (xy 73.133546 68.704876) (xy 73.302818 68.591772) + (xy 73.446772 68.447818) (xy 73.559876 68.278546) (xy 73.637783 68.090461) (xy 73.6775 67.890791) + (xy 73.6775 67.237209) (xy 73.637783 67.037539) (xy 73.559876 66.849454) (xy 73.446772 66.680182) + (xy 73.302818 66.536228) (xy 73.133546 66.423124) (xy 72.945461 66.345217) (xy 72.900562 66.336286) + (xy 72.745793 66.3055) (xy 72.745791 66.3055) (xy 72.542209 66.3055) (xy 72.542206 66.3055) (xy 72.342538 66.345217) + (xy 72.342533 66.345219) (xy 72.154455 66.423123) (xy 72.07855 66.473841) (xy 72.010797 66.495055) + (xy 71.94233 66.476271) (xy 71.938547 66.47384) (xy 71.863308 66.423567) (xy 71.675318 66.345699) + (xy 71.675315 66.345698) (xy 71.628 66.336286) (xy 71.628 67.136819) (xy 71.625579 67.1614) (xy 71.6105 67.237203) + (xy 71.6105 67.237209) (xy 71.6105 67.27017) (xy 71.604255 67.263925) (xy 71.518745 67.214556) (xy 71.42337 67.189) + (xy 71.32463 67.189) (xy 71.229255 67.214556) (xy 71.143745 67.263925) (xy 71.1375 67.27017) (xy 71.1375 66.765367) + (xy 71.137499 66.76535) (xy 71.13099 66.704804) (xy 71.130989 66.704801) (xy 71.130989 66.704799) + (xy 71.127943 66.696632) (xy 71.12 66.652603) (xy 71.12 66.336286) (xy 71.119999 66.336286) (xy 71.072684 66.345698) + (xy 71.072682 66.345699) (xy 70.996861 66.377104) (xy 70.926271 66.384692) (xy 70.88379 66.366201) + (xy 70.883118 66.367432) (xy 70.875202 66.36311) (xy 70.738204 66.312011) (xy 70.738196 66.312009) + (xy 70.677649 66.3055) (xy 70.677638 66.3055) (xy 69.530362 66.3055) (xy 69.53035 66.3055) (xy 69.469803 66.312009) + (xy 69.469795 66.312011) (xy 69.332797 66.36311) (xy 69.332792 66.363112) (xy 69.215738 66.450738) + (xy 69.128112 66.567792) (xy 69.12811 66.567797) (xy 69.077011 66.704795) (xy 69.077009 66.704803) + (xy 69.0705 66.76535) (xy 69.0705 68.362649) (xy 68.307422 68.362649) (xy 68.307422 65.786) (xy 74.632502 65.786) + (xy 74.652457 66.014087) (xy 74.66897 66.075715) (xy 74.711715 66.23524) (xy 74.711717 66.235246) + (xy 74.808477 66.442749) (xy 74.928444 66.61408) (xy 74.939802 66.6303) (xy 75.1017 66.792198) (xy 75.289251 66.923523) + (xy 75.496757 67.020284) (xy 75.717913 67.079543) (xy 75.946 67.099498) (xy 76.174087 67.079543) + (xy 76.395243 67.020284) (xy 76.602749 66.923523) (xy 76.7903 66.792198) (xy 76.952198 66.6303) + (xy 77.083523 66.442749) (xy 77.180284 66.235243) (xy 77.239543 66.014087) (xy 77.259498 65.786) + (xy 78.442502 65.786) (xy 78.462457 66.014087) (xy 78.47897 66.075715) (xy 78.521715 66.23524) (xy 78.521717 66.235246) + (xy 78.618477 66.442749) (xy 78.738444 66.61408) (xy 78.749802 66.6303) (xy 78.9117 66.792198) (xy 79.099251 66.923523) + (xy 79.306757 67.020284) (xy 79.527913 67.079543) (xy 79.756 67.099498) (xy 79.984087 67.079543) + (xy 80.205243 67.020284) (xy 80.412749 66.923523) (xy 80.6003 66.792198) (xy 80.762198 66.6303) + (xy 80.893523 66.442749) (xy 80.990284 66.235243) (xy 81.049543 66.014087) (xy 81.069498 65.786) + (xy 82.252502 65.786) (xy 82.272457 66.014087) (xy 82.28897 66.075715) (xy 82.331715 66.23524) (xy 82.331717 66.235246) + (xy 82.428477 66.442749) (xy 82.548444 66.61408) (xy 82.559802 66.6303) (xy 82.7217 66.792198) (xy 82.909251 66.923523) + (xy 83.116757 67.020284) (xy 83.337913 67.079543) (xy 83.566 67.099498) (xy 83.794087 67.079543) + (xy 84.015243 67.020284) (xy 84.222749 66.923523) (xy 84.4103 66.792198) (xy 84.572198 66.6303) + (xy 84.703523 66.442749) (xy 84.800284 66.235243) (xy 84.859543 66.014087) (xy 84.879498 65.786) + (xy 84.859543 65.557913) (xy 84.800284 65.336757) (xy 84.703523 65.129251) (xy 84.572198 64.9417) + (xy 84.4103 64.779802) (xy 84.222749 64.648477) (xy 84.03193 64.559497) (xy 84.015246 64.551717) + (xy 84.01524 64.551715) (xy 83.921771 64.52667) (xy 83.794087 64.492457) (xy 83.566 64.472502) (xy 83.337913 64.492457) + (xy 83.116759 64.551715) (xy 83.116753 64.551717) (xy 82.90925 64.648477) (xy 82.721703 64.779799) + (xy 82.721697 64.779804) (xy 82.559804 64.941697) (xy 82.559799 64.941703) (xy 82.428477 65.12925) + (xy 82.331717 65.336753) (xy 82.331715 65.336759) (xy 82.291056 65.488502) (xy 82.272457 65.557913) + (xy 82.252502 65.786) (xy 81.069498 65.786) (xy 81.049543 65.557913) (xy 80.990284 65.336757) (xy 80.893523 65.129251) + (xy 80.762198 64.9417) (xy 80.6003 64.779802) (xy 80.412749 64.648477) (xy 80.22193 64.559497) (xy 80.205246 64.551717) + (xy 80.20524 64.551715) (xy 80.111771 64.52667) (xy 79.984087 64.492457) (xy 79.756 64.472502) (xy 79.527913 64.492457) + (xy 79.306759 64.551715) (xy 79.306753 64.551717) (xy 79.09925 64.648477) (xy 78.911703 64.779799) + (xy 78.911697 64.779804) (xy 78.749804 64.941697) (xy 78.749799 64.941703) (xy 78.618477 65.12925) + (xy 78.521717 65.336753) (xy 78.521715 65.336759) (xy 78.481056 65.488502) (xy 78.462457 65.557913) + (xy 78.442502 65.786) (xy 77.259498 65.786) (xy 77.239543 65.557913) (xy 77.180284 65.336757) (xy 77.083523 65.129251) + (xy 76.952198 64.9417) (xy 76.7903 64.779802) (xy 76.602749 64.648477) (xy 76.41193 64.559497) (xy 76.395246 64.551717) + (xy 76.39524 64.551715) (xy 76.301771 64.52667) (xy 76.174087 64.492457) (xy 75.946 64.472502) (xy 75.717913 64.492457) + (xy 75.496759 64.551715) (xy 75.496753 64.551717) (xy 75.28925 64.648477) (xy 75.101703 64.779799) + (xy 75.101697 64.779804) (xy 74.939804 64.941697) (xy 74.939799 64.941703) (xy 74.808477 65.12925) + (xy 74.711717 65.336753) (xy 74.711715 65.336759) (xy 74.671056 65.488502) (xy 74.652457 65.557913) + (xy 74.632502 65.786) (xy 68.307422 65.786) (xy 68.307422 63.761561) (xy 68.327424 63.69344) (xy 68.38108 63.646947) + (xy 68.451354 63.636843) (xy 68.486671 63.647365) (xy 68.638757 63.718284) (xy 68.859913 63.777543) + (xy 69.088 63.797498) (xy 69.316087 63.777543) (xy 69.537243 63.718284) (xy 69.744749 63.621523) + (xy 69.9323 63.490198) (xy 70.094198 63.3283) (xy 70.225523 63.140749) (xy 70.322284 62.933243) + (xy 70.381543 62.712087) (xy 70.401498 62.484) (xy 77.934502 62.484) (xy 77.954457 62.712087) (xy 78.013716 62.933243) + (xy 78.110477 63.140749) (xy 78.241802 63.3283) (xy 78.4037 63.490198) (xy 78.591251 63.621523) + (xy 78.798757 63.718284) (xy 79.019913 63.777543) (xy 79.248 63.797498) (xy 79.476087 63.777543) + (xy 79.697243 63.718284) (xy 79.904749 63.621523) (xy 80.0923 63.490198) (xy 80.254198 63.3283) + (xy 80.385523 63.140749) (xy 80.482284 62.933243) (xy 80.541543 62.712087) (xy 80.561498 62.484) + (xy 80.541543 62.255913) (xy 80.482284 62.034757) (xy 80.385523 61.827251) (xy 80.254198 61.6397) + (xy 80.0923 61.477802) (xy 79.904749 61.346477) (xy 79.814469 61.304379) (xy 79.697246 61.249717) + (xy 79.69724 61.249715) (xy 79.58089 61.218539) (xy 79.476087 61.190457) (xy 79.248 61.170502) (xy 79.019913 61.190457) + (xy 78.798759 61.249715) (xy 78.798753 61.249717) (xy 78.59125 61.346477) (xy 78.403703 61.477799) + (xy 78.403697 61.477804) (xy 78.241804 61.639697) (xy 78.241799 61.639703) (xy 78.110477 61.82725) + (xy 78.013717 62.034753) (xy 78.013715 62.034759) (xy 77.958775 62.239799) (xy 77.954457 62.255913) + (xy 77.934502 62.484) (xy 70.401498 62.484) (xy 70.381543 62.255913) (xy 70.322284 62.034757) (xy 70.225523 61.827251) + (xy 70.094198 61.6397) (xy 69.9323 61.477802) (xy 69.744749 61.346477) (xy 69.654469 61.304379) + (xy 69.537246 61.249717) (xy 69.53724 61.249715) (xy 69.42089 61.218539) (xy 69.316087 61.190457) + (xy 69.088 61.170502) (xy 68.859913 61.190457) (xy 68.638759 61.249715) (xy 68.638748 61.249719) + (xy 68.486671 61.320633) (xy 68.416479 61.331294) (xy 68.351667 61.302313) (xy 68.312811 61.242893) + (xy 68.307422 61.206438) (xy 68.307422 60.264781) (xy 68.327424 60.19666) (xy 68.38108 60.150167) + (xy 68.451354 60.140063) (xy 68.48667 60.150585) (xy 68.511757 60.162284) (xy 68.732913 60.221543) + (xy 68.961 60.241498) (xy 69.189087 60.221543) (xy 69.410243 60.162284) (xy 69.617749 60.065523) + (xy 69.8053 59.934198) (xy 69.967198 59.7723) (xy 70.098523 59.584749) (xy 70.195284 59.377243) + (xy 70.254543 59.156087) (xy 70.274498 58.928) (xy 77.808004 58.928) (xy 77.827951 59.156002) (xy 77.887186 59.377068) + (xy 77.887188 59.377073) (xy 77.983913 59.584501) (xy 78.033899 59.655888) (xy 78.721 58.968788) + (xy 78.721 58.980661) (xy 78.748259 59.082394) (xy 78.80092 59.173606) (xy 78.875394 59.24808) (xy 78.966606 59.300741) + (xy 79.068339 59.328) (xy 79.08021 59.328) (xy 78.39311 60.015098) (xy 78.39311 60.0151) (xy 78.464498 60.065086) + (xy 78.671926 60.161811) (xy 78.671931 60.161813) (xy 78.892999 60.221048) (xy 78.892995 60.221048) + (xy 79.121 60.240995) (xy 79.349002 60.221048) (xy 79.570068 60.161813) (xy 79.570073 60.161811) + (xy 79.777497 60.065088) (xy 79.848888 60.015099) (xy 79.848888 60.015097) (xy 79.161791 59.328) + (xy 79.173661 59.328) (xy 79.275394 59.300741) (xy 79.366606 59.24808) (xy 79.44108 59.173606) (xy 79.493741 59.082394) + (xy 79.521 58.980661) (xy 79.521 58.968791) (xy 80.208097 59.655888) (xy 80.208099 59.655888) (xy 80.258088 59.584497) + (xy 80.354811 59.377073) (xy 80.354813 59.377068) (xy 80.414048 59.156002) (xy 80.433995 58.928) + (xy 80.414048 58.699997) (xy 80.354813 58.478931) (xy 80.354811 58.478926) (xy 80.258086 58.271498) + (xy 80.2081 58.20011) (xy 80.208098 58.20011) (xy 79.521 58.887208) (xy 79.521 58.875339) (xy 79.493741 58.773606) + (xy 79.44108 58.682394) (xy 79.366606 58.60792) (xy 79.275394 58.555259) (xy 79.173661 58.528) (xy 79.16179 58.528) + (xy 79.848888 57.840899) (xy 79.848888 57.840898) (xy 79.777501 57.790913) (xy 79.570073 57.694188) + (xy 79.570068 57.694186) (xy 79.349 57.634951) (xy 79.349004 57.634951) (xy 79.121 57.615004) (xy 78.892997 57.634951) + (xy 78.671931 57.694186) (xy 78.671926 57.694188) (xy 78.4645 57.790913) (xy 78.393109 57.8409) + (xy 79.080209 58.528) (xy 79.068339 58.528) (xy 78.966606 58.555259) (xy 78.875394 58.60792) (xy 78.80092 58.682394) + (xy 78.748259 58.773606) (xy 78.721 58.875339) (xy 78.721 58.887209) (xy 78.0339 58.200109) (xy 77.983913 58.2715) + (xy 77.887188 58.478926) (xy 77.887186 58.478931) (xy 77.827951 58.699997) (xy 77.808004 58.928) + (xy 70.274498 58.928) (xy 70.254543 58.699913) (xy 70.195284 58.478757) (xy 70.098523 58.271251) + (xy 69.967198 58.0837) (xy 69.8053 57.921802) (xy 69.791301 57.912) (xy 69.617749 57.790477) (xy 69.410246 57.693717) + (xy 69.41024 57.693715) (xy 69.308277 57.666394) (xy 69.189087 57.634457) (xy 68.961 57.614502) + (xy 68.732913 57.634457) (xy 68.511759 57.693715) (xy 68.511753 57.693717) (xy 68.30425 57.790477) + (xy 68.116703 57.921799) (xy 67.954804 58.083697) (xy 67.954802 58.083699) (xy 67.939384 58.105719) + (xy 67.883926 58.150047) (xy 67.813306 58.157355) (xy 67.749947 58.125323) (xy 67.747077 58.122542) + (xy 66.860393 57.235858) (xy 66.826367 57.173546) (xy 66.825496 57.129604) (xy 66.825063 57.129567) + (xy 66.825415 57.125532) (xy 66.825403 57.124877) (xy 66.825539 57.124101) (xy 66.825543 57.124087) + (xy 66.845498 56.896) (xy 66.825543 56.667913) (xy 66.766284 56.446757) (xy 66.669523 56.239251) + (xy 66.538198 56.0517) (xy 66.3763 55.889802) (xy 66.188749 55.758477) (xy 66.149543 55.740195) + (xy 66.096258 55.693279) (xy 66.076796 55.625002) (xy 66.097337 55.557042) (xy 66.149543 55.511805) + (xy 66.151997 55.51066) (xy 66.188749 55.493523) (xy 66.3763 55.362198) (xy 66.538198 55.2003) (xy 66.669523 55.012749) + (xy 66.679665 54.991) (xy 67.647502 54.991) (xy 67.667457 55.219087) (xy 67.671036 55.232443) (xy 67.726715 55.44024) + (xy 67.726717 55.440246) (xy 67.823477 55.647749) (xy 67.947209 55.824457) (xy 67.954802 55.8353) + (xy 68.1167 55.997198) (xy 68.304251 56.128523) (xy 68.511757 56.225284) (xy 68.732913 56.284543) + (xy 68.961 56.304498) (xy 69.189087 56.284543) (xy 69.410243 56.225284) (xy 69.617749 56.128523) + (xy 69.8053 55.997198) (xy 69.967198 55.8353) (xy 70.098523 55.647749) (xy 70.195284 55.440243) + (xy 70.254543 55.219087) (xy 70.274498 54.991) (xy 77.807502 54.991) (xy 77.827457 55.219087) (xy 77.831036 55.232443) + (xy 77.886715 55.44024) (xy 77.886717 55.440246) (xy 77.983477 55.647749) (xy 78.107209 55.824457) + (xy 78.114802 55.8353) (xy 78.2767 55.997198) (xy 78.464251 56.128523) (xy 78.671757 56.225284) + (xy 78.892913 56.284543) (xy 79.121 56.304498) (xy 79.349087 56.284543) (xy 79.570243 56.225284) + (xy 79.777749 56.128523) (xy 79.9653 55.997198) (xy 80.127198 55.8353) (xy 80.258523 55.647749) + (xy 80.355284 55.440243) (xy 80.414543 55.219087) (xy 80.434498 54.991) (xy 80.414543 54.762913) + (xy 80.355284 54.541757) (xy 80.258523 54.334251) (xy 80.127198 54.1467) (xy 79.9653 53.984802) + (xy 79.948719 53.973192) (xy 79.777749 53.853477) (xy 79.570246 53.756717) (xy 79.57024 53.756715) + (xy 79.476771 53.73167) (xy 79.349087 53.697457) (xy 79.121 53.677502) (xy 78.892913 53.697457) + (xy 78.671759 53.756715) (xy 78.671753 53.756717) (xy 78.46425 53.853477) (xy 78.276703 53.984799) + (xy 78.276697 53.984804) (xy 78.114804 54.146697) (xy 78.114799 54.146703) (xy 77.983477 54.33425) + (xy 77.886717 54.541753) (xy 77.886715 54.541759) (xy 77.838096 54.723209) (xy 77.827457 54.762913) + (xy 77.807502 54.991) (xy 70.274498 54.991) (xy 70.254543 54.762913) (xy 70.195284 54.541757) (xy 70.098523 54.334251) + (xy 69.967198 54.1467) (xy 69.8053 53.984802) (xy 69.788719 53.973192) (xy 69.617749 53.853477) + (xy 69.410246 53.756717) (xy 69.41024 53.756715) (xy 69.316771 53.73167) (xy 69.189087 53.697457) + (xy 68.961 53.677502) (xy 68.732913 53.697457) (xy 68.511759 53.756715) (xy 68.511753 53.756717) + (xy 68.30425 53.853477) (xy 68.116703 53.984799) (xy 68.116697 53.984804) (xy 67.954804 54.146697) + (xy 67.954799 54.146703) (xy 67.823477 54.33425) (xy 67.726717 54.541753) (xy 67.726715 54.541759) + (xy 67.678096 54.723209) (xy 67.667457 54.762913) (xy 67.647502 54.991) (xy 66.679665 54.991) (xy 66.766284 54.805243) + (xy 66.825543 54.584087) (xy 66.845498 54.356) (xy 66.825543 54.127913) (xy 66.766284 53.906757) + (xy 66.669523 53.699251) (xy 66.538198 53.5117) (xy 66.3763 53.349802) (xy 66.361374 53.339351) + (xy 66.282978 53.284457) (xy 66.188749 53.218477) (xy 66.164316 53.207084) (xy 66.149543 53.200195) + (xy 66.096258 53.153279) (xy 66.076796 53.085002) (xy 66.097337 53.017042) (xy 66.149543 52.971805) + (xy 66.151997 52.97066) (xy 66.188749 52.953523) (xy 66.3763 52.822198) (xy 66.538198 52.6603) (xy 66.669523 52.472749) + (xy 66.766284 52.265243) (xy 66.825543 52.044087) (xy 66.845498 51.816) (xy 66.825543 51.587913) + (xy 66.766284 51.366757) (xy 66.679665 51.181) (xy 67.647502 51.181) (xy 67.667457 51.409087) (xy 67.682025 51.463455) + (xy 67.726715 51.63024) (xy 67.726717 51.630246) (xy 67.823477 51.837749) (xy 67.949227 52.017339) + (xy 67.954802 52.0253) (xy 68.1167 52.187198) (xy 68.304251 52.318523) (xy 68.511757 52.415284) + (xy 68.732913 52.474543) (xy 68.961 52.494498) (xy 69.189087 52.474543) (xy 69.410243 52.415284) + (xy 69.617749 52.318523) (xy 69.8053 52.187198) (xy 69.967198 52.0253) (xy 70.098523 51.837749) + (xy 70.195284 51.630243) (xy 70.254543 51.409087) (xy 70.274498 51.181) (xy 77.807502 51.181) (xy 77.827457 51.409087) + (xy 77.842025 51.463455) (xy 77.886715 51.63024) (xy 77.886717 51.630246) (xy 77.983477 51.837749) + (xy 78.109227 52.017339) (xy 78.114802 52.0253) (xy 78.2767 52.187198) (xy 78.464251 52.318523) + (xy 78.671757 52.415284) (xy 78.892913 52.474543) (xy 79.121 52.494498) (xy 79.349087 52.474543) + (xy 79.570243 52.415284) (xy 79.777749 52.318523) (xy 79.9653 52.187198) (xy 80.127198 52.0253) + (xy 80.258523 51.837749) (xy 80.355284 51.630243) (xy 80.414543 51.409087) (xy 80.434498 51.181) + (xy 80.414543 50.952913) (xy 80.355284 50.731757) (xy 80.258523 50.524251) (xy 80.127198 50.3367) + (xy 79.9653 50.174802) (xy 79.832048 50.081498) (xy 79.777749 50.043477) (xy 79.570246 49.946717) + (xy 79.57024 49.946715) (xy 79.476771 49.92167) (xy 79.349087 49.887457) (xy 79.121 49.867502) (xy 78.892913 49.887457) + (xy 78.671759 49.946715) (xy 78.671753 49.946717) (xy 78.46425 50.043477) (xy 78.276703 50.174799) + (xy 78.276697 50.174804) (xy 78.114804 50.336697) (xy 78.114799 50.336703) (xy 77.983477 50.52425) + (xy 77.886717 50.731753) (xy 77.886715 50.731759) (xy 77.853415 50.856036) (xy 77.827457 50.952913) + (xy 77.807502 51.181) (xy 70.274498 51.181) (xy 70.254543 50.952913) (xy 70.195284 50.731757) (xy 70.098523 50.524251) + (xy 69.967198 50.3367) (xy 69.8053 50.174802) (xy 69.672048 50.081498) (xy 69.617749 50.043477) + (xy 69.410246 49.946717) (xy 69.41024 49.946715) (xy 69.316771 49.92167) (xy 69.189087 49.887457) + (xy 68.961 49.867502) (xy 68.732913 49.887457) (xy 68.511759 49.946715) (xy 68.511753 49.946717) + (xy 68.30425 50.043477) (xy 68.116703 50.174799) (xy 68.116697 50.174804) (xy 67.954804 50.336697) + (xy 67.954799 50.336703) (xy 67.823477 50.52425) (xy 67.726717 50.731753) (xy 67.726715 50.731759) + (xy 67.693415 50.856036) (xy 67.667457 50.952913) (xy 67.647502 51.181) (xy 66.679665 51.181) (xy 66.669523 51.159251) + (xy 66.538198 50.9717) (xy 66.3763 50.809802) (xy 66.188749 50.678477) (xy 66.149543 50.660195) + (xy 66.096258 50.613279) (xy 66.076796 50.545002) (xy 66.097337 50.477042) (xy 66.149543 50.431805) + (xy 66.151997 50.43066) (xy 66.188749 50.413523) (xy 66.3763 50.282198) (xy 66.538198 50.1203) (xy 66.669523 49.932749) + (xy 66.766284 49.725243) (xy 66.825543 49.504087) (xy 66.845498 49.276) (xy 66.825543 49.047913) + (xy 66.766284 48.826757) (xy 66.669523 48.619251) (xy 66.538198 48.4317) (xy 66.3763 48.269802) + (xy 66.362301 48.26) (xy 66.298458 48.215296) (xy 66.188749 48.138477) (xy 66.149543 48.120195) + (xy 66.096258 48.073279) (xy 66.076796 48.005002) (xy 66.097337 47.937042) (xy 66.149543 47.891805) + (xy 66.151997 47.89066) (xy 66.188749 47.873523) (xy 66.3763 47.742198) (xy 66.538198 47.5803) (xy 66.669523 47.392749) + (xy 66.679665 47.371) (xy 67.647502 47.371) (xy 67.667457 47.599087) (xy 67.668573 47.603251) (xy 67.726715 47.82024) + (xy 67.726717 47.820246) (xy 67.823477 48.027749) (xy 67.888208 48.120195) (xy 67.954802 48.2153) + (xy 68.1167 48.377198) (xy 68.304251 48.508523) (xy 68.511757 48.605284) (xy 68.732913 48.664543) + (xy 68.961 48.684498) (xy 69.189087 48.664543) (xy 69.410243 48.605284) (xy 69.617749 48.508523) + (xy 69.8053 48.377198) (xy 69.967198 48.2153) (xy 70.098523 48.027749) (xy 70.195284 47.820243) + (xy 70.254543 47.599087) (xy 70.274498 47.371) (xy 77.807502 47.371) (xy 77.827457 47.599087) (xy 77.828573 47.603251) + (xy 77.886715 47.82024) (xy 77.886717 47.820246) (xy 77.983477 48.027749) (xy 78.048208 48.120195) + (xy 78.114802 48.2153) (xy 78.2767 48.377198) (xy 78.464251 48.508523) (xy 78.671757 48.605284) + (xy 78.892913 48.664543) (xy 79.121 48.684498) (xy 79.349087 48.664543) (xy 79.570243 48.605284) + (xy 79.777749 48.508523) (xy 79.9653 48.377198) (xy 80.127198 48.2153) (xy 80.258523 48.027749) + (xy 80.355284 47.820243) (xy 80.414543 47.599087) (xy 80.434498 47.371) (xy 80.414543 47.142913) + (xy 80.355284 46.921757) (xy 80.258523 46.714251) (xy 80.127198 46.5267) (xy 79.9653 46.364802) + (xy 79.948719 46.353192) (xy 79.777749 46.233477) (xy 79.570246 46.136717) (xy 79.57024 46.136715) + (xy 79.476771 46.11167) (xy 79.349087 46.077457) (xy 79.121 46.057502) (xy 78.892913 46.077457) + (xy 78.671759 46.136715) (xy 78.671753 46.136717) (xy 78.46425 46.233477) (xy 78.276703 46.364799) + (xy 78.276697 46.364804) (xy 78.114804 46.526697) (xy 78.114799 46.526703) (xy 77.983477 46.71425) + (xy 77.886717 46.921753) (xy 77.886715 46.921759) (xy 77.836148 47.110479) (xy 77.827457 47.142913) + (xy 77.807502 47.371) (xy 70.274498 47.371) (xy 70.254543 47.142913) (xy 70.195284 46.921757) (xy 70.098523 46.714251) + (xy 69.967198 46.5267) (xy 69.8053 46.364802) (xy 69.788719 46.353192) (xy 69.617749 46.233477) + (xy 69.410246 46.136717) (xy 69.41024 46.136715) (xy 69.316771 46.11167) (xy 69.189087 46.077457) + (xy 68.961 46.057502) (xy 68.732913 46.077457) (xy 68.511759 46.136715) (xy 68.511753 46.136717) + (xy 68.30425 46.233477) (xy 68.116703 46.364799) (xy 68.116697 46.364804) (xy 67.954804 46.526697) + (xy 67.954799 46.526703) (xy 67.823477 46.71425) (xy 67.726717 46.921753) (xy 67.726715 46.921759) + (xy 67.676148 47.110479) (xy 67.667457 47.142913) (xy 67.647502 47.371) (xy 66.679665 47.371) (xy 66.766284 47.185243) + (xy 66.825543 46.964087) (xy 66.845498 46.736) (xy 66.825543 46.507913) (xy 66.766284 46.286757) + (xy 66.669523 46.079251) (xy 66.538198 45.8917) (xy 66.3763 45.729802) (xy 66.376291 45.729796) + (xy 66.278388 45.661243) (xy 66.188749 45.598477) (xy 66.149543 45.580195) (xy 66.096258 45.533279) + (xy 66.076796 45.465002) (xy 66.097337 45.397042) (xy 66.149543 45.351805) (xy 66.151997 45.35066) + (xy 66.188749 45.333523) (xy 66.3763 45.202198) (xy 66.538198 45.0403) (xy 66.669523 44.852749) + (xy 66.766284 44.645243) (xy 66.825543 44.424087) (xy 66.845498 44.196) (xy 66.825543 43.967913) + (xy 66.766284 43.746757) (xy 66.738885 43.688) (xy 67.520502 43.688) (xy 67.540457 43.916087) (xy 67.562251 43.997421) + (xy 67.599715 44.13724) (xy 67.599717 44.137246) (xy 67.696477 44.344749) (xy 67.81846 44.518959) + (xy 67.827802 44.5323) (xy 67.9897 44.694198) (xy 68.177251 44.825523) (xy 68.384757 44.922284) + (xy 68.605913 44.981543) (xy 68.834 45.001498) (xy 69.062087 44.981543) (xy 69.283243 44.922284) + (xy 69.490749 44.825523) (xy 69.6783 44.694198) (xy 69.840198 44.5323) (xy 69.971523 44.344749) + (xy 70.068284 44.137243) (xy 70.127543 43.916087) (xy 70.147498 43.688) (xy 77.680502 43.688) (xy 77.700457 43.916087) + (xy 77.722251 43.997421) (xy 77.759715 44.13724) (xy 77.759717 44.137246) (xy 77.856477 44.344749) + (xy 77.97846 44.518959) (xy 77.987802 44.5323) (xy 78.1497 44.694198) (xy 78.337251 44.825523) (xy 78.544757 44.922284) + (xy 78.765913 44.981543) (xy 78.994 45.001498) (xy 79.222087 44.981543) (xy 79.443243 44.922284) + (xy 79.650749 44.825523) (xy 79.8383 44.694198) (xy 80.000198 44.5323) (xy 80.131523 44.344749) + (xy 80.228284 44.137243) (xy 80.287543 43.916087) (xy 80.307498 43.688) (xy 80.287543 43.459913) + (xy 80.228284 43.238757) (xy 80.131523 43.031251) (xy 80.000198 42.8437) (xy 79.8383 42.681802) + (xy 79.824301 42.672) (xy 79.650749 42.550477) (xy 79.443246 42.453717) (xy 79.44324 42.453715) + (xy 79.349771 42.42867) (xy 79.222087 42.394457) (xy 78.994 42.374502) (xy 78.765913 42.394457) + (xy 78.544759 42.453715) (xy 78.544753 42.453717) (xy 78.33725 42.550477) (xy 78.149703 42.681799) + (xy 78.149697 42.681804) (xy 77.987804 42.843697) (xy 77.987799 42.843703) (xy 77.856477 43.03125) + (xy 77.759717 43.238753) (xy 77.759715 43.238759) (xy 77.729453 43.3517) (xy 77.700457 43.459913) + (xy 77.680502 43.688) (xy 70.147498 43.688) (xy 70.127543 43.459913) (xy 70.068284 43.238757) (xy 69.971523 43.031251) + (xy 69.840198 42.8437) (xy 69.6783 42.681802) (xy 69.664301 42.672) (xy 69.490749 42.550477) (xy 69.283246 42.453717) + (xy 69.28324 42.453715) (xy 69.189771 42.42867) (xy 69.062087 42.394457) (xy 68.834 42.374502) (xy 68.605913 42.394457) + (xy 68.384759 42.453715) (xy 68.384753 42.453717) (xy 68.17725 42.550477) (xy 67.989703 42.681799) + (xy 67.989697 42.681804) (xy 67.827804 42.843697) (xy 67.827799 42.843703) (xy 67.696477 43.03125) + (xy 67.599717 43.238753) (xy 67.599715 43.238759) (xy 67.569453 43.3517) (xy 67.540457 43.459913) + (xy 67.520502 43.688) (xy 66.738885 43.688) (xy 66.669523 43.539251) (xy 66.538198 43.3517) (xy 66.3763 43.189802) + (xy 66.362301 43.18) (xy 66.188749 43.058477) (xy 65.981246 42.961717) (xy 65.98124 42.961715) (xy 65.887771 42.93667) + (xy 65.760087 42.902457) (xy 65.532 42.882502) (xy 65.303913 42.902457) (xy 65.082759 42.961715) + (xy 65.082753 42.961717) (xy 64.87525 43.058477) (xy 64.687703 43.189799) (xy 64.687697 43.189804) + (xy 64.525804 43.351697) (xy 64.525799 43.351703) (xy 64.394477 43.53925) (xy 64.297717 43.746753) + (xy 64.297715 43.746759) (xy 64.253092 43.913294) (xy 64.238457 43.967913) (xy 64.218502 44.196) + (xy 64.238457 44.424087) (xy 64.250521 44.469111) (xy 64.297715 44.64524) (xy 64.297717 44.645246) + (xy 64.394477 44.852749) (xy 64.410547 44.8757) (xy 64.525802 45.0403) (xy 64.6877 45.202198) (xy 64.875251 45.333523) + (xy 64.910359 45.349894) (xy 64.914457 45.351805) (xy 64.967742 45.398722) (xy 64.987203 45.466999) + (xy 64.966661 45.534959) (xy 64.914457 45.580195) (xy 64.87525 45.598477) (xy 64.687703 45.729799) + (xy 64.687697 45.729804) (xy 64.525804 45.891697) (xy 64.525799 45.891703) (xy 64.394477 46.07925) + (xy 64.297717 46.286753) (xy 64.297715 46.286759) (xy 64.251204 46.460342) (xy 64.238457 46.507913) + (xy 64.218502 46.736) (xy 64.237599 46.954284) (xy 64.238458 46.964095) (xy 64.238598 46.964888) + (xy 64.238558 46.965241) (xy 64.238937 46.969567) (xy 64.238067 46.969643) (xy 64.230725 47.035447) + (xy 64.203607 47.075856) (xy 63.895913 47.383552) (xy 63.895912 47.383552) (xy 63.798554 47.480909) + (xy 63.798549 47.480915) (xy 63.767334 47.527632) (xy 63.763269 47.533716) (xy 63.722053 47.5954) + (xy 63.669361 47.72261) (xy 63.643758 47.851329) (xy 63.642499 47.857656) (xy 63.642499 59.938595) + (xy 63.642499 60.076287) (xy 63.655506 60.141678) (xy 63.659605 60.162284) (xy 63.669361 60.211332) + (xy 63.669363 60.211337) (xy 63.722053 60.338542) (xy 63.791312 60.442196) (xy 63.791313 60.442196) + (xy 63.791314 60.442198) (xy 63.797864 60.452) (xy 63.798553 60.453031) (xy 65.710495 62.364972) + (xy 65.74452 62.427284) (xy 65.7474 62.454067) (xy 65.7474 71.657933) (xy 65.727398 71.726054) (xy 65.710495 71.747028) + (xy 60.942915 76.514608) (xy 60.894233 76.56329) (xy 60.845551 76.611971) (xy 60.769055 76.726456) + (xy 60.716365 76.85366) (xy 60.716363 76.853665) (xy 60.689501 76.988709) (xy 60.689501 77.34643) + (xy 60.669499 77.414551) (xy 60.615843 77.461044) (xy 60.545569 77.471148) (xy 60.491231 77.449643) + (xy 60.346752 77.348478) (xy 60.139246 77.251717) (xy 60.13924 77.251715) (xy 60.012701 77.217809) + (xy 59.918087 77.192457) (xy 59.69 77.172502) (xy 59.461913 77.192457) (xy 59.240759 77.251715) + (xy 59.240753 77.251717) (xy 59.03325 77.348477) (xy 58.845703 77.479799) (xy 58.845697 77.479804) + (xy 58.683804 77.641697) (xy 58.683799 77.641703) (xy 58.552477 77.82925) (xy 58.455717 78.036753) + (xy 58.455715 78.036759) (xy 58.412571 78.197776) (xy 58.396457 78.257913) (xy 58.376502 78.486) + (xy 58.396457 78.714087) (xy 58.428229 78.832661) (xy 58.455715 78.93524) (xy 58.455717 78.935246) + (xy 58.552477 79.142749) (xy 58.608029 79.222086) (xy 58.683802 79.3303) (xy 58.8457 79.492198) + (xy 59.033251 79.623523) (xy 59.240757 79.720284) (xy 59.461913 79.779543) (xy 59.69 79.799498) + (xy 59.918087 79.779543) (xy 60.139243 79.720284) (xy 60.346749 79.623523) (xy 60.49123 79.522355) + (xy 60.558504 79.499668) (xy 60.627364 79.516953) (xy 60.675949 79.568723) (xy 60.689501 79.625569) + (xy 60.689501 80.694832) (xy 60.669499 80.762953) (xy 60.615843 80.809446) (xy 60.545569 80.81955) + (xy 60.53089 80.816539) (xy 60.49239 80.806223) (xy 60.426087 80.788457) (xy 60.198 80.768502) (xy 59.969913 80.788457) + (xy 59.748759 80.847715) (xy 59.748753 80.847717) (xy 59.54125 80.944477) (xy 59.353703 81.075799) + (xy 59.353697 81.075804) (xy 59.191804 81.237697) (xy 59.191799 81.237703) (xy 59.060477 81.42525) + (xy 58.963717 81.632753) (xy 58.963715 81.632759) (xy 58.904457 81.853913) (xy 58.884502 82.082) + (xy 58.904457 82.310086) (xy 58.963715 82.53124) (xy 58.963717 82.531246) (xy 59.060477 82.738749) + (xy 59.141039 82.853804) (xy 59.191802 82.9263) (xy 59.3537 83.088198) (xy 59.372693 83.101497) + (xy 59.541253 83.219525) (xy 59.546015 83.222274) (xy 59.54488 83.224238) (xy 59.590865 83.264745) + (xy 59.610312 83.333026) (xy 59.589756 83.400982) (xy 59.544921 83.439831) (xy 59.546015 83.441726) + (xy 59.541253 83.444474) (xy 59.353703 83.575799) (xy 59.353697 83.575804) (xy 59.191804 83.737697) + (xy 59.191799 83.737703) (xy 59.060477 83.92525) (xy 58.963717 84.132753) (xy 58.963715 84.132759) + (xy 58.91365 84.319606) (xy 58.904457 84.353913) (xy 58.884502 84.582) (xy 58.904457 84.810087) + (xy 58.930452 84.9071) (xy 58.963715 85.03124) (xy 58.963717 85.031246) (xy 59.060477 85.238749) + (xy 59.18246 85.412959) (xy 59.191802 85.4263) (xy 59.3537 85.588198) (xy 59.353703 85.5882) (xy 59.541249 85.719522) + (xy 59.54125 85.719522) (xy 59.541251 85.719523) (xy 59.577734 85.736535) (xy 59.631019 85.783451) + (xy 59.650481 85.851728) (xy 59.62994 85.919688) (xy 59.61358 85.939825) (xy 56.881312 88.672095) + (xy 56.819 88.70612) (xy 56.792217 88.709) (xy 56.54553 88.709) (xy 56.477409 88.688998) (xy 56.442317 88.655271) + (xy 56.3782 88.563703) (xy 56.378195 88.563697) (xy 56.216302 88.401804) (xy 56.216296 88.401799) + (xy 56.028749 88.270477) (xy 55.821246 88.173717) (xy 55.82124 88.173715) (xy 55.727771 88.14867) + (xy 55.600087 88.114457) (xy 55.372 88.094502) (xy 55.143913 88.114457) (xy 54.922759 88.173715) + (xy 54.922753 88.173717) (xy 54.71525 88.270477) (xy 54.527703 88.401799) (xy 54.527697 88.401804) + (xy 54.365804 88.563697) (xy 54.365795 88.563708) (xy 54.363483 88.56701) (xy 54.308021 88.611333) + (xy 54.237401 88.618635) (xy 54.174044 88.586598) (xy 54.138065 88.525393) (xy 54.134999 88.508198) + (xy 54.133989 88.498799) (xy 54.082889 88.361796) (xy 54.082888 88.361794) (xy 54.082887 88.361792) + (xy 53.995261 88.244738) (xy 53.878207 88.157112) (xy 53.878202 88.15711) (xy 53.741204 88.106011) + (xy 53.741196 88.106009) (xy 53.680649 88.0995) (xy 53.680638 88.0995) (xy 51.983362 88.0995) (xy 51.98335 88.0995) + (xy 51.922803 88.106009) (xy 51.922795 88.106011) (xy 51.785797 88.15711) (xy 51.785792 88.157112) + (xy 51.668738 88.244738) (xy 51.581112 88.361792) (xy 51.58111 88.361797) (xy 51.530011 88.498795) + (xy 51.530009 88.498803) (xy 51.5235 88.55935) (xy 51.5235 89.343249) (xy 51.503498 89.41137) (xy 51.449842 89.457863) + (xy 51.379568 89.467967) (xy 51.314988 89.438473) (xy 51.308405 89.432344) (xy 51.034664 89.158603) + (xy 51.000638 89.096291) (xy 50.997759 89.069508) (xy 50.997759 87.433911) (xy 51.017761 87.36579) + (xy 51.071417 87.319297) (xy 51.075507 87.317516) (xy 51.216137 87.259266) (xy 51.361824 87.161921) + (xy 53.433745 85.09) (xy 55.836502 85.09) (xy 55.856457 85.318087) (xy 55.866973 85.357332) (xy 55.915715 85.53924) + (xy 55.915717 85.539246) (xy 56.012477 85.746749) (xy 56.13357 85.919688) (xy 56.143802 85.9343) + (xy 56.3057 86.096198) (xy 56.493251 86.227523) (xy 56.700757 86.324284) (xy 56.921913 86.383543) + (xy 57.15 86.403498) (xy 57.378087 86.383543) (xy 57.599243 86.324284) (xy 57.806749 86.227523) + (xy 57.9943 86.096198) (xy 58.156198 85.9343) (xy 58.287523 85.746749) (xy 58.384284 85.539243) + (xy 58.443543 85.318087) (xy 58.463498 85.09) (xy 58.443543 84.861913) (xy 58.384284 84.640757) + (xy 58.287523 84.433251) (xy 58.156198 84.2457) (xy 57.9943 84.083802) (xy 57.980301 84.074) (xy 57.806749 83.952477) + (xy 57.599246 83.855717) (xy 57.59924 83.855715) (xy 57.46595 83.82) (xy 57.378087 83.796457) (xy 57.15 83.776502) + (xy 56.921913 83.796457) (xy 56.700759 83.855715) (xy 56.700753 83.855717) (xy 56.49325 83.952477) + (xy 56.305703 84.083799) (xy 56.305697 84.083804) (xy 56.143804 84.245697) (xy 56.143799 84.245703) + (xy 56.012477 84.43325) (xy 55.915717 84.640753) (xy 55.915715 84.640759) (xy 55.87869 84.778938) + (xy 55.856457 84.861913) (xy 55.836502 85.09) (xy 53.433745 85.09) (xy 53.59912 84.924625) (xy 53.696465 84.778938) + (xy 53.763517 84.61706) (xy 53.7977 84.44521) (xy 53.7977 84.269993) (xy 53.7977 82.636649) (xy 55.8415 82.636649) + (xy 55.848009 82.697196) (xy 55.848011 82.697204) (xy 55.89911 82.834202) (xy 55.899112 82.834207) + (xy 55.986738 82.951261) (xy 56.103792 83.038887) (xy 56.103794 83.038888) (xy 56.103796 83.038889) + (xy 56.124352 83.046556) (xy 56.240795 83.089988) (xy 56.240803 83.08999) (xy 56.30135 83.096499) + (xy 56.301355 83.096499) (xy 56.301362 83.0965) (xy 56.301368 83.0965) (xy 57.998632 83.0965) (xy 57.998638 83.0965) + (xy 57.998645 83.096499) (xy 57.998649 83.096499) (xy 58.059196 83.08999) (xy 58.059199 83.089989) + (xy 58.059201 83.089989) (xy 58.063998 83.0882) (xy 58.081848 83.081542) (xy 58.196204 83.038889) + (xy 58.218389 83.022282) (xy 58.313261 82.951261) (xy 58.400887 82.834207) (xy 58.400887 82.834206) + (xy 58.400889 82.834204) (xy 58.451989 82.697201) (xy 58.452785 82.689805) (xy 58.458499 82.636649) + (xy 58.4585 82.636632) (xy 58.4585 80.939367) (xy 58.458499 80.93935) (xy 58.45199 80.878803) (xy 58.451988 80.878795) + (xy 58.415811 80.781804) (xy 58.400889 80.741796) (xy 58.400888 80.741794) (xy 58.400887 80.741792) + (xy 58.313261 80.624738) (xy 58.196207 80.537112) (xy 58.196202 80.53711) (xy 58.059204 80.486011) + (xy 58.059196 80.486009) (xy 57.998649 80.4795) (xy 57.998638 80.4795) (xy 56.301362 80.4795) (xy 56.30135 80.4795) + (xy 56.240803 80.486009) (xy 56.240795 80.486011) (xy 56.103797 80.53711) (xy 56.103792 80.537112) + (xy 55.986738 80.624738) (xy 55.899112 80.741792) (xy 55.89911 80.741797) (xy 55.848011 80.878795) + (xy 55.848009 80.878803) (xy 55.8415 80.93935) (xy 55.8415 82.636649) (xy 53.7977 82.636649) (xy 53.7977 79.858314) + (xy 53.817702 79.790193) (xy 53.8346 79.769224) (xy 58.335747 75.268076) (xy 58.398057 75.234052) + (xy 58.468872 75.239117) (xy 58.525708 75.281664) (xy 58.539035 75.303923) (xy 58.552475 75.332746) + (xy 58.552477 75.332749) (xy 58.683795 75.520291) (xy 58.683799 75.520296) (xy 58.683802 75.5203) + (xy 58.8457 75.682198) (xy 59.033251 75.813523) (xy 59.240757 75.910284) (xy 59.461913 75.969543) + (xy 59.69 75.989498) (xy 59.918087 75.969543) (xy 60.139243 75.910284) (xy 60.346749 75.813523) + (xy 60.5343 75.682198) (xy 60.696198 75.5203) (xy 60.827523 75.332749) (xy 60.924284 75.125243) + (xy 60.983543 74.904087) (xy 61.003498 74.676) (xy 60.983543 74.447913) (xy 60.924284 74.226757) + (xy 60.827523 74.019251) (xy 60.696198 73.8317) (xy 60.5343 73.669802) (xy 60.534296 73.669799) + (xy 60.534291 73.669795) (xy 60.346749 73.538477) (xy 60.346746 73.538475) (xy 60.317923 73.525035) + (xy 60.264638 73.478117) (xy 60.245177 73.40984) (xy 60.265719 73.34188) (xy 60.282068 73.321755) + (xy 61.761921 71.841904) (xy 61.859266 71.696217) (xy 61.926318 71.534339) (xy 61.960501 71.362489) + (xy 61.960501 71.187273) (xy 61.960501 66.294) (xy 62.441004 66.294) (xy 62.460951 66.522002) (xy 62.520186 66.743068) + (xy 62.520188 66.743073) (xy 62.616913 66.950501) (xy 62.666899 67.021888) (xy 63.354 66.334788) + (xy 63.354 66.346661) (xy 63.381259 66.448394) (xy 63.43392 66.539606) (xy 63.508394 66.61408) (xy 63.599606 66.666741) + (xy 63.701339 66.694) (xy 63.71321 66.694) (xy 63.02611 67.381098) (xy 63.02611 67.3811) (xy 63.097498 67.431086) + (xy 63.304926 67.527811) (xy 63.304931 67.527813) (xy 63.525999 67.587048) (xy 63.525995 67.587048) + (xy 63.754 67.606995) (xy 63.982002 67.587048) (xy 64.203068 67.527813) (xy 64.203073 67.527811) + (xy 64.410497 67.431088) (xy 64.481888 67.381099) (xy 64.481888 67.381097) (xy 63.794791 66.694) + (xy 63.806661 66.694) (xy 63.908394 66.666741) (xy 63.999606 66.61408) (xy 64.07408 66.539606) (xy 64.126741 66.448394) + (xy 64.154 66.346661) (xy 64.154 66.334791) (xy 64.841097 67.021888) (xy 64.841099 67.021888) (xy 64.891088 66.950497) + (xy 64.987811 66.743073) (xy 64.987813 66.743068) (xy 65.047048 66.522002) (xy 65.066995 66.294) + (xy 65.047048 66.065997) (xy 64.987813 65.844931) (xy 64.987811 65.844926) (xy 64.891086 65.637498) + (xy 64.8411 65.56611) (xy 64.841098 65.56611) (xy 64.154 66.253208) (xy 64.154 66.241339) (xy 64.126741 66.139606) + (xy 64.07408 66.048394) (xy 63.999606 65.97392) (xy 63.908394 65.921259) (xy 63.806661 65.894) (xy 63.79479 65.894) + (xy 64.481888 65.206899) (xy 64.481888 65.206898) (xy 64.410501 65.156913) (xy 64.203073 65.060188) + (xy 64.203068 65.060186) (xy 63.982 65.000951) (xy 63.982004 65.000951) (xy 63.754 64.981004) (xy 63.525997 65.000951) + (xy 63.304931 65.060186) (xy 63.304926 65.060188) (xy 63.0975 65.156913) (xy 63.026109 65.2069) + (xy 63.713209 65.894) (xy 63.701339 65.894) (xy 63.599606 65.921259) (xy 63.508394 65.97392) (xy 63.43392 66.048394) + (xy 63.381259 66.139606) (xy 63.354 66.241339) (xy 63.354 66.253209) (xy 62.6669 65.566109) (xy 62.616913 65.6375) + (xy 62.520188 65.844926) (xy 62.520186 65.844931) (xy 62.460951 66.065997) (xy 62.441004 66.294) + (xy 61.960501 66.294) (xy 61.960501 64.091038) (xy 61.980503 64.022917) (xy 62.034159 63.976424) + (xy 62.104433 63.96632) (xy 62.169013 63.995814) (xy 62.189713 64.018766) (xy 62.239802 64.0903) + (xy 62.4017 64.252198) (xy 62.589251 64.383523) (xy 62.796757 64.480284) (xy 63.017913 64.539543) + (xy 63.246 64.559498) (xy 63.474087 64.539543) (xy 63.695243 64.480284) (xy 63.902749 64.383523) + (xy 64.0903 64.252198) (xy 64.252198 64.0903) (xy 64.383523 63.902749) (xy 64.480284 63.695243) + (xy 64.539543 63.474087) (xy 64.559498 63.246) (xy 64.539543 63.017913) (xy 64.480284 62.796757) + (xy 64.383523 62.589251) (xy 64.252198 62.4017) (xy 64.0903 62.239802) (xy 63.902749 62.108477) + (xy 63.695246 62.011717) (xy 63.69524 62.011715) (xy 63.601771 61.98667) (xy 63.474087 61.952457) + (xy 63.246 61.932502) (xy 63.017913 61.952457) (xy 62.796759 62.011715) (xy 62.796753 62.011717) + (xy 62.58925 62.108477) (xy 62.401703 62.239799) (xy 62.401697 62.239804) (xy 62.239804 62.401697) + (xy 62.239799 62.401703) (xy 62.189714 62.473232) (xy 62.134256 62.51756) (xy 62.063637 62.524869) + (xy 62.000277 62.492838) (xy 61.964292 62.431636) (xy 61.960501 62.400961) (xy 61.960501 41.115189) + (xy 61.980503 41.047068) (xy 62.034159 41.000575) (xy 62.104433 40.990471) (xy 62.169013 41.019965) + (xy 62.175596 41.026094) (xy 62.2057 41.056198) (xy 62.393251 41.187523) (xy 62.600757 41.284284) + (xy 62.821913 41.343543) (xy 63.05 41.363498) (xy 63.278087 41.343543) (xy 63.499243 41.284284) + (xy 63.706749 41.187523) (xy 63.8943 41.056198) (xy 64.056198 40.8943) (xy 64.187523 40.706749) + (xy 64.187523 40.706748) (xy 64.187525 40.706746) (xy 64.190274 40.701985) (xy 64.192082 40.703028) + (xy 64.23299 40.656561) (xy 64.301265 40.637095) (xy 64.369227 40.657631) (xy 64.408349 40.702779) + (xy 64.410161 40.701734) (xy 64.412913 40.706501) (xy 64.462899 40.777888) (xy 65.15 40.090788) + (xy 65.15 40.102661) (xy 65.177259 40.204394) (xy 65.22992 40.295606) (xy 65.304394 40.37008) (xy 65.395606 40.422741) + (xy 65.497339 40.45) (xy 65.50921 40.45) (xy 64.82211 41.137098) (xy 64.82211 41.1371) (xy 64.893498 41.187086) + (xy 65.100926 41.283811) (xy 65.100931 41.283813) (xy 65.321999 41.343048) (xy 65.321995 41.343048) + (xy 65.55 41.362995) (xy 65.778002 41.343048) (xy 65.999068 41.283813) (xy 65.999073 41.283811) + (xy 66.206497 41.187088) (xy 66.277888 41.137099) (xy 66.277888 41.137097) (xy 65.590791 40.45) + (xy 65.602661 40.45) (xy 65.704394 40.422741) (xy 65.795606 40.37008) (xy 65.87008 40.295606) (xy 65.922741 40.204394) + (xy 65.95 40.102661) (xy 65.95 40.090791) (xy 66.637097 40.777888) (xy 66.637099 40.777888) (xy 66.687088 40.706497) + (xy 66.783811 40.499073) (xy 66.783813 40.499068) (xy 66.843048 40.278002) (xy 66.862995 40.05) + (xy 66.859058 40.005) (xy 67.394004 40.005) (xy 67.413951 40.233002) (xy 67.473186 40.454068) (xy 67.473188 40.454073) + (xy 67.569913 40.661501) (xy 67.619899 40.732888) (xy 68.307 40.045788) (xy 68.307 40.057661) (xy 68.334259 40.159394) + (xy 68.38692 40.250606) (xy 68.461394 40.32508) (xy 68.552606 40.377741) (xy 68.654339 40.405) (xy 68.66621 40.405) + (xy 67.97911 41.092098) (xy 67.97911 41.0921) (xy 68.050498 41.142086) (xy 68.257926 41.238811) + (xy 68.257931 41.238813) (xy 68.478999 41.298048) (xy 68.478995 41.298048) (xy 68.707 41.317995) + (xy 68.935002 41.298048) (xy 69.156068 41.238813) (xy 69.156073 41.238811) (xy 69.363497 41.142088) + (xy 69.434888 41.092099) (xy 69.434888 41.092097) (xy 68.747791 40.405) (xy 68.759661 40.405) (xy 68.861394 40.377741) + (xy 68.952606 40.32508) (xy 69.02708 40.250606) (xy 69.079741 40.159394) (xy 69.107 40.057661) (xy 69.107 40.045791) + (xy 69.794097 40.732888) (xy 69.794099 40.732888) (xy 69.844088 40.661497) (xy 69.940811 40.454073) + (xy 69.940813 40.454068) (xy 70.000048 40.233002) (xy 70.019995 40.005) (xy 77.553502 40.005) (xy 77.568112 40.171999) + (xy 77.573457 40.233086) (xy 77.632715 40.45424) (xy 77.632717 40.454246) (xy 77.729477 40.661749) + (xy 77.846235 40.828497) (xy 77.860802 40.8493) (xy 78.0227 41.011198) (xy 78.210251 41.142523) + (xy 78.417757 41.239284) (xy 78.638913 41.298543) (xy 78.867 41.318498) (xy 79.095087 41.298543) + (xy 79.316243 41.239284) (xy 79.523749 41.142523) (xy 79.7113 41.011198) (xy 79.873198 40.8493) + (xy 80.004523 40.661749) (xy 80.101284 40.454243) (xy 80.160543 40.233087) (xy 80.180498 40.005) + (xy 80.160543 39.776913) (xy 80.101284 39.555757) (xy 80.004523 39.348251) (xy 79.873198 39.1607) + (xy 79.7113 38.998802) (xy 79.699886 38.99081) (xy 79.523749 38.867477) (xy 79.316246 38.770717) + (xy 79.31624 38.770715) (xy 79.190429 38.737004) (xy 79.095087 38.711457) (xy 78.867 38.691502) + (xy 78.638913 38.711457) (xy 78.417759 38.770715) (xy 78.417753 38.770717) (xy 78.21025 38.867477) + (xy 78.022703 38.998799) (xy 78.022697 38.998804) (xy 77.860804 39.160697) (xy 77.860799 39.160703) + (xy 77.729477 39.34825) (xy 77.632717 39.555753) (xy 77.632715 39.555759) (xy 77.586228 39.72925) + (xy 77.573457 39.776913) (xy 77.553502 40.005) (xy 70.019995 40.005) (xy 70.000048 39.776997) (xy 69.940813 39.555931) + (xy 69.940811 39.555926) (xy 69.844086 39.348498) (xy 69.7941 39.27711) (xy 69.794098 39.27711) + (xy 69.107 39.964208) (xy 69.107 39.952339) (xy 69.079741 39.850606) (xy 69.02708 39.759394) (xy 68.952606 39.68492) + (xy 68.861394 39.632259) (xy 68.759661 39.605) (xy 68.74779 39.605) (xy 69.434888 38.917899) (xy 69.434888 38.917898) + (xy 69.363501 38.867913) (xy 69.156073 38.771188) (xy 69.156068 38.771186) (xy 68.935 38.711951) + (xy 68.935004 38.711951) (xy 68.707 38.692004) (xy 68.478997 38.711951) (xy 68.257931 38.771186) + (xy 68.257926 38.771188) (xy 68.0505 38.867913) (xy 67.979109 38.9179) (xy 68.666209 39.605) (xy 68.654339 39.605) + (xy 68.552606 39.632259) (xy 68.461394 39.68492) (xy 68.38692 39.759394) (xy 68.334259 39.850606) + (xy 68.307 39.952339) (xy 68.307 39.964209) (xy 67.6199 39.277109) (xy 67.569913 39.3485) (xy 67.473188 39.555926) + (xy 67.473186 39.555931) (xy 67.413951 39.776997) (xy 67.394004 40.005) (xy 66.859058 40.005) (xy 66.843048 39.821997) + (xy 66.783813 39.600931) (xy 66.783811 39.600926) (xy 66.687086 39.393498) (xy 66.6371 39.32211) + (xy 66.637098 39.32211) (xy 65.95 40.009208) (xy 65.95 39.997339) (xy 65.922741 39.895606) (xy 65.87008 39.804394) + (xy 65.795606 39.72992) (xy 65.704394 39.677259) (xy 65.602661 39.65) (xy 65.59079 39.65) (xy 66.277888 38.962899) + (xy 66.277888 38.962898) (xy 66.206501 38.912913) (xy 65.999073 38.816188) (xy 65.999068 38.816186) + (xy 65.778 38.756951) (xy 65.778004 38.756951) (xy 65.55 38.737004) (xy 65.321997 38.756951) (xy 65.100931 38.816186) + (xy 65.100926 38.816188) (xy 64.8935 38.912913) (xy 64.822109 38.9629) (xy 65.509209 39.65) (xy 65.497339 39.65) + (xy 65.395606 39.677259) (xy 65.304394 39.72992) (xy 65.22992 39.804394) (xy 65.177259 39.895606) + (xy 65.15 39.997339) (xy 65.15 40.009209) (xy 64.4629 39.322109) (xy 64.412912 39.393501) (xy 64.410161 39.398267) + (xy 64.408288 39.397185) (xy 64.367536 39.443455) (xy 64.299256 39.462905) (xy 64.231299 39.442352) + (xy 64.192018 39.397008) (xy 64.190274 39.398015) (xy 64.187525 39.393253) (xy 64.0562 39.205703) + (xy 64.056195 39.205697) (xy 63.894302 39.043804) (xy 63.894296 39.043799) (xy 63.706749 38.912477) + (xy 63.499246 38.815717) (xy 63.49924 38.815715) (xy 63.405771 38.79067) (xy 63.278087 38.756457) + (xy 63.05 38.736502) (xy 63.049997 38.736502) (xy 63.049995 38.736502) (xy 63.046635 38.736502) + (xy 63.045208 38.736083) (xy 63.04452 38.736023) (xy 63.044532 38.735884) (xy 62.978514 38.7165) + (xy 62.95754 38.699597) (xy 61.997406 37.739463) (xy 61.96338 37.677151) (xy 61.960501 37.650368) + (xy 61.960501 36.195) (xy 67.393502 36.195) (xy 67.413457 36.423087) (xy 67.420886 36.450811) (xy 67.472715 36.64424) + (xy 67.472717 36.644246) (xy 67.524238 36.754734) (xy 67.569477 36.851749) (xy 67.700802 37.0393) + (xy 67.8627 37.201198) (xy 68.050251 37.332523) (xy 68.257757 37.429284) (xy 68.478913 37.488543) + (xy 68.707 37.508498) (xy 68.935087 37.488543) (xy 69.156243 37.429284) (xy 69.363749 37.332523) + (xy 69.5513 37.201198) (xy 69.713198 37.0393) (xy 69.844523 36.851749) (xy 69.941284 36.644243) + (xy 70.000543 36.423087) (xy 70.020498 36.195) (xy 77.553502 36.195) (xy 77.573457 36.423087) (xy 77.580886 36.450811) + (xy 77.632715 36.64424) (xy 77.632717 36.644246) (xy 77.684238 36.754734) (xy 77.729477 36.851749) + (xy 77.860802 37.0393) (xy 78.0227 37.201198) (xy 78.210251 37.332523) (xy 78.417757 37.429284) + (xy 78.638913 37.488543) (xy 78.867 37.508498) (xy 79.095087 37.488543) (xy 79.316243 37.429284) + (xy 79.523749 37.332523) (xy 79.7113 37.201198) (xy 79.873198 37.0393) (xy 80.004523 36.851749) + (xy 80.101284 36.644243) (xy 80.160543 36.423087) (xy 80.180498 36.195) (xy 80.160543 35.966913) + (xy 80.101284 35.745757) (xy 80.004523 35.538251) (xy 79.873198 35.3507) (xy 79.7113 35.188802) + (xy 79.523749 35.057477) (xy 79.316246 34.960717) (xy 79.31624 34.960715) (xy 79.222771 34.93567) + (xy 79.095087 34.901457) (xy 78.867 34.881502) (xy 78.638913 34.901457) (xy 78.417759 34.960715) + (xy 78.417753 34.960717) (xy 78.21025 35.057477) (xy 78.022703 35.188799) (xy 78.022697 35.188804) + (xy 77.860804 35.350697) (xy 77.860799 35.350703) (xy 77.729477 35.53825) (xy 77.632717 35.745753) + (xy 77.632715 35.745759) (xy 77.578933 35.946477) (xy 77.573457 35.966913) (xy 77.553502 36.195) + (xy 70.020498 36.195) (xy 70.000543 35.966913) (xy 69.941284 35.745757) (xy 69.844523 35.538251) + (xy 69.713198 35.3507) (xy 69.5513 35.188802) (xy 69.363749 35.057477) (xy 69.156246 34.960717) + (xy 69.15624 34.960715) (xy 69.062771 34.93567) (xy 68.935087 34.901457) (xy 68.707 34.881502) (xy 68.478913 34.901457) + (xy 68.257759 34.960715) (xy 68.257753 34.960717) (xy 68.05025 35.057477) (xy 67.862703 35.188799) + (xy 67.862697 35.188804) (xy 67.700804 35.350697) (xy 67.700799 35.350703) (xy 67.569477 35.53825) + (xy 67.472717 35.745753) (xy 67.472715 35.745759) (xy 67.418933 35.946477) (xy 67.413457 35.966913) + (xy 67.393502 36.195) (xy 61.960501 36.195) (xy 61.960501 32.385) (xy 67.393502 32.385) (xy 67.413457 32.613087) + (xy 67.438083 32.704993) (xy 67.472715 32.83424) (xy 67.472717 32.834246) (xy 67.555605 33.012) + (xy 67.569477 33.041749) (xy 67.700802 33.2293) (xy 67.8627 33.391198) (xy 68.050251 33.522523) + (xy 68.257757 33.619284) (xy 68.478913 33.678543) (xy 68.707 33.698498) (xy 68.935087 33.678543) + (xy 69.156243 33.619284) (xy 69.363749 33.522523) (xy 69.5513 33.391198) (xy 69.713198 33.2293) + (xy 69.844523 33.041749) (xy 69.941284 32.834243) (xy 70.000543 32.613087) (xy 70.020498 32.385) + (xy 70.000543 32.156913) (xy 69.941284 31.935757) (xy 69.844523 31.728251) (xy 69.713198 31.5407) + (xy 69.5513 31.378802) (xy 69.529479 31.363523) (xy 69.363749 31.247477) (xy 69.156246 31.150717) + (xy 69.15624 31.150715) (xy 68.986458 31.105222) (xy 68.935087 31.091457) (xy 68.707 31.071502) + (xy 68.478913 31.091457) (xy 68.257759 31.150715) (xy 68.257753 31.150717) (xy 68.05025 31.247477) + (xy 67.862703 31.378799) (xy 67.862697 31.378804) (xy 67.700804 31.540697) (xy 67.700799 31.540703) + (xy 67.569477 31.72825) (xy 67.472717 31.935753) (xy 67.472715 31.935759) (xy 67.445472 32.037431) + (xy 67.413457 32.156913) (xy 67.393502 32.385) (xy 61.960501 32.385) (xy 61.960501 31.678632) (xy 61.980503 31.610511) + (xy 61.997406 31.589537) (xy 62.015538 31.571405) (xy 62.07785 31.537379) (xy 62.104633 31.5345) + (xy 62.951632 31.5345) (xy 62.951638 31.5345) (xy 62.951645 31.534499) (xy 62.951649 31.534499) + (xy 63.012196 31.52799) (xy 63.012199 31.527989) (xy 63.012201 31.527989) (xy 63.018521 31.525632) + (xy 63.034848 31.519542) (xy 63.149204 31.476889) (xy 63.149799 31.476444) (xy 63.266261 31.389261) + (xy 63.353887 31.272207) (xy 63.353887 31.272206) (xy 63.353889 31.272204) (xy 63.404989 31.135201) + (xy 63.405384 31.131534) (xy 63.411861 31.071283) (xy 63.412908 31.071395) (xy 63.435056 31.008567) + (xy 63.491113 30.965) (xy 63.507105 30.962682) (xy 64.203 30.266788) (xy 64.203 30.278661) (xy 64.230259 30.380394) + (xy 64.28292 30.471606) (xy 64.357394 30.54608) (xy 64.448606 30.598741) (xy 64.550339 30.626) (xy 64.56221 30.626) + (xy 63.87511 31.313098) (xy 63.87511 31.3131) (xy 63.946498 31.363086) (xy 64.153926 31.459811) + (xy 64.153931 31.459813) (xy 64.374999 31.519048) (xy 64.374995 31.519048) (xy 64.603 31.538995) + (xy 64.831002 31.519048) (xy 65.052068 31.459813) (xy 65.052073 31.459811) (xy 65.259497 31.363088) + (xy 65.330888 31.313099) (xy 65.330888 31.313097) (xy 64.643791 30.626) (xy 64.655661 30.626) (xy 64.757394 30.598741) + (xy 64.848606 30.54608) (xy 64.92308 30.471606) (xy 64.975741 30.380394) (xy 65.003 30.278661) (xy 65.003 30.266791) + (xy 65.690097 30.953888) (xy 65.690099 30.953888) (xy 65.740088 30.882497) (xy 65.836811 30.675073) + (xy 65.836813 30.675068) (xy 65.896048 30.454002) (xy 65.915995 30.226) (xy 65.896048 29.997997) + (xy 65.836813 29.776931) (xy 65.836811 29.776926) (xy 65.740086 29.569498) (xy 65.6901 29.49811) + (xy 65.690098 29.49811) (xy 65.003 30.185208) (xy 65.003 30.173339) (xy 64.975741 30.071606) (xy 64.92308 29.980394) + (xy 64.848606 29.90592) (xy 64.757394 29.853259) (xy 64.655661 29.826) (xy 64.64379 29.826) (xy 65.330888 29.138899) + (xy 65.330888 29.138898) (xy 65.259501 29.088913) (xy 65.052073 28.992188) (xy 65.052068 28.992186) + (xy 64.831 28.932951) (xy 64.831004 28.932951) (xy 64.603 28.913004) (xy 64.374997 28.932951) (xy 64.153931 28.992186) + (xy 64.153926 28.992188) (xy 63.9465 29.088913) (xy 63.875109 29.1389) (xy 64.562209 29.826) (xy 64.550339 29.826) + (xy 64.448606 29.853259) (xy 64.357394 29.90592) (xy 64.28292 29.980394) (xy 64.230259 30.071606) + (xy 64.203 30.173339) (xy 64.203 30.185209) (xy 63.504219 29.486428) (xy 63.478649 29.481289) (xy 63.427657 29.43189) + (xy 63.412666 29.38063) (xy 63.411861 29.380717) (xy 63.40499 29.316803) (xy 63.404988 29.316795) + (xy 63.373173 29.231497) (xy 63.353889 29.179796) (xy 63.353888 29.179794) (xy 63.353887 29.179792) + (xy 63.266261 29.062738) (xy 63.149207 28.975112) (xy 63.149202 28.97511) (xy 63.012204 28.924011) + (xy 63.012196 28.924009) (xy 62.951649 28.9175) (xy 62.951638 28.9175) (xy 61.254362 28.9175) (xy 61.25435 28.9175) + (xy 61.193803 28.924009) (xy 61.193795 28.924011) (xy 61.056797 28.97511) (xy 61.056792 28.975112) + (xy 60.939738 29.062738) (xy 60.852112 29.179792) (xy 60.85211 29.179797) (xy 60.801011 29.316795) + (xy 60.801009 29.316803) (xy 60.7945 29.37735) (xy 60.7945 30.097367) (xy 60.774498 30.165488) (xy 60.757595 30.186462) + (xy 60.380083 30.563973) (xy 60.380078 30.56398) (xy 60.282735 30.709663) (xy 60.282733 30.709668) + (xy 60.236705 30.820787) (xy 60.209392 30.861663) (xy 53.344477 37.72658) (xy 50.54677 40.524285) + (xy 50.484458 40.558311) (xy 50.413642 40.553246) (xy 50.356807 40.510699) (xy 50.331996 40.444179) + (xy 50.332155 40.424206) (xy 50.335498 40.386) (xy 50.315543 40.157913) (xy 50.256284 39.936757) + (xy 50.159523 39.729251) (xy 50.028198 39.5417) (xy 49.8663 39.379802) (xy 49.821593 39.348498) + (xy 49.678749 39.248477) (xy 49.471246 39.151717) (xy 49.47124 39.151715) (xy 49.377771 39.12667) + (xy 49.250087 39.092457) (xy 49.022 39.072502) (xy 48.793913 39.092457) (xy 48.572759 39.151715) + (xy 48.572753 39.151717) (xy 48.36525 39.248477) (xy 48.177703 39.379799) (xy 48.177697 39.379804) + (xy 48.015804 39.541697) (xy 48.015799 39.541703) (xy 47.884477 39.72925) (xy 47.787717 39.936753) + (xy 47.787715 39.936759) (xy 47.743262 40.102661) (xy 47.728457 40.157913) (xy 47.708502 40.386) + (xy 47.728457 40.614087) (xy 47.753285 40.706746) (xy 47.787715 40.83524) (xy 47.787717 40.835246) + (xy 47.884477 41.042749) (xy 47.985544 41.187088) (xy 48.015802 41.2303) (xy 48.1777 41.392198) + (xy 48.365251 41.523523) (xy 48.382843 41.531726) (xy 48.405529 41.542305) (xy 48.458814 41.589222) + (xy 48.478275 41.6575) (xy 48.457733 41.72546) (xy 48.40371 41.771525) (xy 48.352279 41.7825) (xy 46.987188 41.7825) + (xy 46.919067 41.762498) (xy 46.898093 41.745595) (xy 46.818302 41.665804) (xy 46.818296 41.665799) + (xy 46.630746 41.534474) (xy 46.625985 41.531726) (xy 46.627023 41.529927) (xy 46.580532 41.488963) + (xy 46.561095 41.420679) (xy 46.581661 41.352726) (xy 46.626782 41.313664) (xy 46.62573 41.311841) + (xy 46.630496 41.309088) (xy 46.701888 41.259099) (xy 46.701888 41.259097) (xy 46.014791 40.572) + (xy 46.026661 40.572) (xy 46.128394 40.544741) (xy 46.219606 40.49208) (xy 46.29408 40.417606) (xy 46.346741 40.326394) + (xy 46.374 40.224661) (xy 46.374 40.212791) (xy 47.061097 40.899888) (xy 47.061099 40.899888) (xy 47.111088 40.828497) + (xy 47.207811 40.621073) (xy 47.207813 40.621068) (xy 47.267048 40.400002) (xy 47.286995 40.172) + (xy 47.267048 39.943997) (xy 47.207813 39.722931) (xy 47.207811 39.722926) (xy 47.111086 39.515498) + (xy 47.0611 39.44411) (xy 47.061098 39.44411) (xy 46.374 40.131208) (xy 46.374 40.119339) (xy 46.346741 40.017606) + (xy 46.29408 39.926394) (xy 46.219606 39.85192) (xy 46.128394 39.799259) (xy 46.026661 39.772) (xy 46.01479 39.772) + (xy 46.701888 39.084899) (xy 46.701888 39.084898) (xy 46.630501 39.034913) (xy 46.423073 38.938188) + (xy 46.423068 38.938186) (xy 46.202 38.878951) (xy 46.202004 38.878951) (xy 45.974 38.859004) (xy 45.745997 38.878951) + (xy 45.524931 38.938186) (xy 45.524926 38.938188) (xy 45.3175 39.034913) (xy 45.246109 39.0849) + (xy 45.933209 39.772) (xy 45.921339 39.772) (xy 45.819606 39.799259) (xy 45.728394 39.85192) (xy 45.65392 39.926394) + (xy 45.601259 40.017606) (xy 45.574 40.119339) (xy 45.574 40.131209) (xy 44.8869 39.444109) (xy 44.836913 39.5155) + (xy 44.740188 39.722926) (xy 44.740186 39.722931) (xy 44.680951 39.943997) (xy 44.661004 40.172) + (xy 44.680951 40.400002) (xy 44.740186 40.621068) (xy 44.740188 40.621073) (xy 44.836913 40.828501) + (xy 44.886899 40.899888) (xy 45.574 40.212788) (xy 45.574 40.224661) (xy 45.601259 40.326394) (xy 45.65392 40.417606) + (xy 45.728394 40.49208) (xy 45.819606 40.544741) (xy 45.921339 40.572) (xy 45.93321 40.572) (xy 45.24611 41.259098) + (xy 45.24611 41.2591) (xy 45.317498 41.309086) (xy 45.322266 41.311839) (xy 45.321178 41.313721) + (xy 45.36742 41.354409) (xy 45.386904 41.42268) (xy 45.366386 41.490647) (xy 45.321015 41.529995) + (xy 45.322015 41.531726) (xy 45.317253 41.534474) (xy 45.129703 41.665799) (xy 45.129697 41.665804) + (xy 44.967804 41.827697) (xy 44.967799 41.827703) (xy 44.836477 42.01525) (xy 44.739717 42.222753) + (xy 44.739715 42.222759) (xy 44.709453 42.3357) (xy 44.680457 42.443913) (xy 44.660502 42.672) (xy 44.680457 42.900087) + (xy 44.694344 42.951913) (xy 44.739715 43.12124) (xy 44.739717 43.121246) (xy 44.836477 43.328749) + (xy 44.962879 43.50927) (xy 44.967802 43.5163) (xy 45.1297 43.678198) (xy 45.317251 43.809523) (xy 45.440237 43.866872) + (xy 45.499057 43.8943) (xy 45.552342 43.941217) (xy 45.571803 44.009494) (xy 45.551261 44.077454) + (xy 45.518078 44.111708) (xy 45.383703 44.205799) (xy 45.383697 44.205804) (xy 45.221804 44.367697) + (xy 45.221799 44.367703) (xy 45.090477 44.55525) (xy 44.993717 44.762753) (xy 44.993715 44.762759) + (xy 44.935092 44.981542) (xy 44.934457 44.983913) (xy 44.914502 45.212) (xy 44.934457 45.440087) + (xy 44.941668 45.466999) (xy 44.993715 45.66124) (xy 44.993717 45.661246) (xy 45.090477 45.868749) + (xy 45.216879 46.04927) (xy 45.221802 46.0563) (xy 45.3837 46.218198) (xy 45.571251 46.349523) (xy 45.778757 46.446284) + (xy 45.999913 46.505543) (xy 46.228 46.525498) (xy 46.456087 46.505543) (xy 46.677243 46.446284) + (xy 46.884749 46.349523) (xy 47.0723 46.218198) (xy 47.234198 46.0563) (xy 47.365523 45.868749) + (xy 47.462284 45.661243) (xy 47.521543 45.440087) (xy 47.541498 45.212) (xy 47.521543 44.983913) + (xy 47.462284 44.762757) (xy 47.365523 44.555251) (xy 47.234198 44.3677) (xy 47.0723 44.205802) + (xy 47.058301 44.196) (xy 46.884749 44.074477) (xy 46.702942 43.989699) (xy 46.649657 43.942782) + (xy 46.630196 43.874504) (xy 46.650738 43.806544) (xy 46.683922 43.772291) (xy 46.818291 43.678204) + (xy 46.8183 43.678198) (xy 46.898093 43.598405) (xy 46.960405 43.564379) (xy 46.987188 43.5615) + (xy 49.744607 43.5615) (xy 49.744608 43.5615) (xy 49.916458 43.527317) (xy 50.078336 43.460265) + (xy 50.224023 43.36292) (xy 51.870404 41.716539) (xy 51.932716 41.682513) (xy 52.003531 41.687578) + (xy 52.060367 41.730125) (xy 52.085178 41.796645) (xy 52.085499 41.805634) (xy 52.085499 44.394366) + (xy 52.065497 44.462487) (xy 52.048594 44.483462) (xy 51.904031 44.628024) (xy 51.841719 44.662049) + (xy 51.770903 44.656984) (xy 51.714068 44.614437) (xy 51.700745 44.592184) (xy 51.683523 44.555251) + (xy 51.552198 44.3677) (xy 51.3903 44.205802) (xy 51.376301 44.196) (xy 51.202749 44.074477) (xy 50.995246 43.977717) + (xy 50.99524 43.977715) (xy 50.87889 43.946539) (xy 50.774087 43.918457) (xy 50.546 43.898502) (xy 50.317913 43.918457) + (xy 50.096759 43.977715) (xy 50.096753 43.977717) (xy 49.88925 44.074477) (xy 49.701703 44.205799) + (xy 49.701697 44.205804) (xy 49.539804 44.367697) (xy 49.539799 44.367703) (xy 49.408477 44.55525) + (xy 49.311717 44.762753) (xy 49.311715 44.762759) (xy 49.253092 44.981542) (xy 49.252457 44.983913) + (xy 49.232502 45.212) (xy 49.252457 45.440087) (xy 49.259668 45.466999) (xy 49.311715 45.66124) + (xy 49.311717 45.661246) (xy 49.408473 45.868742) (xy 49.408475 45.868745) (xy 49.408477 45.868749) + (xy 49.429454 45.898708) (xy 49.452141 45.965977) (xy 49.434857 46.034838) (xy 49.415335 46.06007) + (xy 43.989448 51.485956) (xy 43.927136 51.519982) (xy 43.856321 51.514917) (xy 43.799485 51.47237) + (xy 43.786158 51.45011) (xy 43.769087 51.4135) (xy 43.769084 51.413495) (xy 43.7191 51.34211) (xy 43.719097 51.34211) + (xy 43.032 52.029208) (xy 43.032 52.017339) (xy 43.004741 51.915606) (xy 42.95208 51.824394) (xy 42.877606 51.74992) + (xy 42.786394 51.697259) (xy 42.684661 51.67) (xy 42.67279 51.67) (xy 43.359888 50.982899) (xy 43.359888 50.982898) + (xy 43.288501 50.932913) (xy 43.081073 50.836188) (xy 43.081068 50.836186) (xy 42.86 50.776951) + (xy 42.860004 50.776951) (xy 42.632 50.757004) (xy 42.403997 50.776951) (xy 42.182931 50.836186) + (xy 42.182926 50.836188) (xy 41.9755 50.932913) (xy 41.904109 50.9829) (xy 42.591209 51.67) (xy 42.579339 51.67) + (xy 42.477606 51.697259) (xy 42.386394 51.74992) (xy 42.31192 51.824394) (xy 42.259259 51.915606) + (xy 42.232 52.017339) (xy 42.232 52.029209) (xy 41.5449 51.342109) (xy 41.494912 51.413501) (xy 41.492161 51.418267) + (xy 41.490288 51.417185) (xy 41.449536 51.463455) (xy 41.381256 51.482905) (xy 41.313299 51.462352) + (xy 41.274018 51.417008) (xy 41.272274 51.418015) (xy 41.269525 51.413253) (xy 41.1382 51.225703) + (xy 41.138195 51.225697) (xy 40.976302 51.063804) (xy 40.976296 51.063799) (xy 40.788749 50.932477) + (xy 40.581246 50.835717) (xy 40.58124 50.835715) (xy 40.48452 50.809799) (xy 40.360087 50.776457) + (xy 40.132 50.756502) (xy 39.903913 50.776457) (xy 39.682759 50.835715) (xy 39.682753 50.835717) + (xy 39.47525 50.932477) (xy 39.287703 51.063799) (xy 39.287697 51.063804) (xy 39.125804 51.225697) + (xy 39.125799 51.225703) (xy 38.994477 51.41325) (xy 38.897717 51.620753) (xy 38.897715 51.620759) + (xy 38.8454 51.816) (xy 38.838457 51.841913) (xy 38.818502 52.07) (xy 38.838457 52.298087) (xy 38.86292 52.389384) + (xy 38.897715 52.51924) (xy 38.897717 52.519246) (xy 38.963492 52.660302) (xy 38.994477 52.726749) + (xy 39.125802 52.9143) (xy 39.2877 53.076198) (xy 39.475251 53.207523) (xy 39.682757 53.304284) + (xy 39.903913 53.363543) (xy 40.132 53.383498) (xy 40.360087 53.363543) (xy 40.581243 53.304284) + (xy 40.788749 53.207523) (xy 40.9763 53.076198) (xy 41.138198 52.9143) (xy 41.269523 52.726749) + (xy 41.269523 52.726748) (xy 41.269525 52.726746) (xy 41.272274 52.721985) (xy 41.274082 52.723028) + (xy 41.31499 52.676561) (xy 41.383265 52.657095) (xy 41.451227 52.677631) (xy 41.490349 52.722779) + (xy 41.492161 52.721734) (xy 41.494913 52.726501) (xy 41.544899 52.797888) (xy 42.232 52.110788) + (xy 42.232 52.122661) (xy 42.259259 52.224394) (xy 42.31192 52.315606) (xy 42.386394 52.39008) (xy 42.477606 52.442741) + (xy 42.579339 52.47) (xy 42.59121 52.47) (xy 41.90411 53.157098) (xy 41.90411 53.1571) (xy 41.975495 53.207084) + (xy 41.9755 53.207087) (xy 42.01211 53.224158) (xy 42.065395 53.271074) (xy 42.084857 53.339351) + (xy 42.064316 53.407311) (xy 42.047956 53.427448) (xy 38.088303 57.387102) (xy 38.025991 57.421128) + (xy 37.966597 57.419714) (xy 37.82009 57.380457) (xy 37.592 57.360502) (xy 37.363913 57.380457) + (xy 37.142759 57.439715) (xy 37.142753 57.439717) (xy 36.93525 57.536477) (xy 36.747703 57.667799) + (xy 36.747697 57.667804) (xy 36.585804 57.829697) (xy 36.585799 57.829703) (xy 36.454477 58.01725) + (xy 36.357717 58.224753) (xy 36.357715 58.224759) (xy 36.334339 58.312) (xy 36.298457 58.445913) + (xy 36.278502 58.674) (xy 36.298457 58.902087) (xy 36.324452 58.9991) (xy 36.357715 59.12324) (xy 36.357717 59.123246) + (xy 36.454477 59.330749) (xy 36.583658 59.515239) (xy 36.585802 59.5183) (xy 36.7477 59.680198) + (xy 36.935251 59.811523) (xy 37.142757 59.908284) (xy 37.363913 59.967543) (xy 37.592 59.987498) + (xy 37.820087 59.967543) (xy 38.041243 59.908284) (xy 38.248749 59.811523) (xy 38.4363 59.680198) + (xy 38.598198 59.5183) (xy 38.729523 59.330749) (xy 38.826284 59.123243) (xy 38.885543 58.902087) + (xy 38.905498 58.674) (xy 38.902192 58.636215) (xy 38.9004 58.615727) (xy 38.914388 58.546122) (xy 38.936819 58.515656) + (xy 39.391407 58.061068) (xy 39.453717 58.027045) (xy 39.524533 58.03211) (xy 39.581368 58.074657) + (xy 39.606179 58.141177) (xy 39.6065 58.150166) (xy 39.6065 58.619793) (xy 39.638219 58.779251) + (xy 39.646217 58.819461) (xy 39.724124 59.007546) (xy 39.837228 59.176818) (xy 39.981182 59.320772) + (xy 40.150454 59.433876) (xy 40.338539 59.511783) (xy 40.538209 59.5515) (xy 40.53821 59.5515) (xy 40.74179 59.5515) + (xy 40.741791 59.5515) (xy 40.941461 59.511783) (xy 41.129546 59.433876) (xy 41.204998 59.383459) + (xy 41.272751 59.362245) (xy 41.341218 59.381028) (xy 41.344994 59.383454) (xy 41.420454 59.433876) + (xy 41.608539 59.511783) (xy 41.808209 59.5515) (xy 41.80821 59.5515) (xy 42.01179 59.5515) (xy 42.011791 59.5515) + (xy 42.211461 59.511783) (xy 42.2876 59.480244) (xy 42.35819 59.472655) (xy 42.400145 59.490917) + (xy 42.400882 59.489568) (xy 42.408793 59.493886) (xy 42.408796 59.493889) (xy 42.456771 59.511783) + (xy 42.545795 59.544988) (xy 42.545803 59.54499) (xy 42.60635 59.551499) (xy 42.606355 59.551499) + (xy 42.606362 59.5515) (xy 42.606368 59.5515) (xy 43.753632 59.5515) (xy 43.753638 59.5515) (xy 43.753645 59.551499) + (xy 43.753649 59.551499) (xy 43.814196 59.54499) (xy 43.814199 59.544989) (xy 43.814201 59.544989) + (xy 43.951204 59.493889) (xy 43.962284 59.485595) (xy 44.068261 59.406261) (xy 44.155887 59.289207) + (xy 44.155887 59.289206) (xy 44.155889 59.289204) (xy 44.201411 59.167157) (xy 44.206988 59.152204) + (xy 44.20699 59.152196) (xy 44.213499 59.091649) (xy 44.2135 59.091632) (xy 44.2135 57.494367) (xy 44.213499 57.49435) + (xy 44.20699 57.433803) (xy 44.206988 57.433795) (xy 44.173958 57.34524) (xy 44.155889 57.296796) + (xy 44.155888 57.296794) (xy 44.155887 57.296792) (xy 44.068261 57.179738) (xy 43.951205 57.092111) + (xy 43.897466 57.072067) (xy 43.840631 57.02952) (xy 43.815821 56.963) (xy 43.8155 56.954012) (xy 43.8155 55.372) + (xy 44.914502 55.372) (xy 44.934457 55.600087) (xy 44.956251 55.681421) (xy 44.993715 55.82124) + (xy 44.993717 55.821246) (xy 45.090477 56.028749) (xy 45.216879 56.20927) (xy 45.221802 56.2163) + (xy 45.3837 56.378198) (xy 45.571251 56.509523) (xy 45.778757 56.606284) (xy 45.999913 56.665543) + (xy 46.228 56.685498) (xy 46.456087 56.665543) (xy 46.677243 56.606284) (xy 46.884749 56.509523) + (xy 47.0723 56.378198) (xy 47.234198 56.2163) (xy 47.365523 56.028749) (xy 47.462284 55.821243) + (xy 47.521543 55.600087) (xy 47.541498 55.372) (xy 49.232502 55.372) (xy 49.252457 55.600087) (xy 49.274251 55.681421) + (xy 49.311715 55.82124) (xy 49.311717 55.821246) (xy 49.408477 56.028749) (xy 49.534879 56.20927) + (xy 49.539802 56.2163) (xy 49.7017 56.378198) (xy 49.889251 56.509523) (xy 50.096757 56.606284) + (xy 50.317913 56.665543) (xy 50.546 56.685498) (xy 50.774087 56.665543) (xy 50.995243 56.606284) + (xy 51.202749 56.509523) (xy 51.3903 56.378198) (xy 51.552198 56.2163) (xy 51.683523 56.028749) + (xy 51.780284 55.821243) (xy 51.839543 55.600087) (xy 51.859498 55.372) (xy 51.839543 55.143913) + (xy 51.780284 54.922757) (xy 51.683523 54.715251) (xy 51.552198 54.5277) (xy 51.3903 54.365802) + (xy 51.376301 54.356) (xy 51.202749 54.234477) (xy 50.995246 54.137717) (xy 50.99524 54.137715) + (xy 50.86195 54.102) (xy 50.774087 54.078457) (xy 50.546 54.058502) (xy 50.317913 54.078457) (xy 50.096759 54.137715) + (xy 50.096753 54.137717) (xy 49.88925 54.234477) (xy 49.701703 54.365799) (xy 49.701697 54.365804) + (xy 49.539804 54.527697) (xy 49.539799 54.527703) (xy 49.408477 54.71525) (xy 49.311717 54.922753) + (xy 49.311715 54.922759) (xy 49.282505 55.031774) (xy 49.252457 55.143913) (xy 49.232502 55.372) + (xy 47.541498 55.372) (xy 47.521543 55.143913) (xy 47.462284 54.922757) (xy 47.365523 54.715251) + (xy 47.234198 54.5277) (xy 47.0723 54.365802) (xy 47.058301 54.356) (xy 46.884749 54.234477) (xy 46.677246 54.137717) + (xy 46.67724 54.137715) (xy 46.54395 54.102) (xy 46.456087 54.078457) (xy 46.228 54.058502) (xy 45.999913 54.078457) + (xy 45.778759 54.137715) (xy 45.778753 54.137717) (xy 45.57125 54.234477) (xy 45.383703 54.365799) + (xy 45.383697 54.365804) (xy 45.221804 54.527697) (xy 45.221799 54.527703) (xy 45.090477 54.71525) + (xy 44.993717 54.922753) (xy 44.993715 54.922759) (xy 44.964505 55.031774) (xy 44.934457 55.143913) + (xy 44.914502 55.372) (xy 43.8155 55.372) (xy 43.8155 55.284632) (xy 43.835502 55.216511) (xy 43.8524 55.195542) + (xy 53.09612 45.951821) (xy 53.15843 45.917797) (xy 53.229245 45.922862) (xy 53.286081 45.965409) + (xy 53.288426 45.968647) (xy 53.349799 46.056296) (xy 53.349802 46.0563) (xy 53.5117 46.218198) + (xy 53.699251 46.349523) (xy 53.906757 46.446284) (xy 54.127913 46.505543) (xy 54.356 46.525498) + (xy 54.584087 46.505543) (xy 54.805243 46.446284) (xy 55.012749 46.349523) (xy 55.2003 46.218198) + (xy 55.362198 46.0563) (xy 55.493523 45.868749) (xy 55.590284 45.661243) (xy 55.649543 45.440087) + (xy 55.669498 45.212) (xy 55.649543 44.983913) (xy 55.590284 44.762757) (xy 55.493523 44.555251) + (xy 55.362198 44.3677) (xy 55.2003 44.205802) (xy 55.186301 44.196) (xy 55.012749 44.074477) (xy 54.805246 43.977717) + (xy 54.80524 43.977715) (xy 54.68889 43.946539) (xy 54.584087 43.918457) (xy 54.356 43.898502) (xy 54.127913 43.918457) + (xy 54.02311 43.946539) (xy 53.952133 43.944849) (xy 53.893338 43.905055) (xy 53.86539 43.83979) + (xy 53.864499 43.824832) (xy 53.864499 39.774634) (xy 53.884501 39.706513) (xy 53.901404 39.685539) + (xy 59.966406 33.620537) (xy 60.028718 33.586511) (xy 60.099533 33.591576) (xy 60.156369 33.634123) + (xy 60.18118 33.700643) (xy 60.181501 33.709632) (xy 60.181501 38.044368) (xy 60.161499 38.112489) + (xy 60.144596 38.133463) (xy 59.414976 38.863083) (xy 59.365582 38.912477) (xy 59.291079 38.986979) + (xy 59.270734 39.017427) (xy 59.216256 39.062954) (xy 59.176954 39.072943) (xy 58.953913 39.092457) + (xy 58.732759 39.151715) (xy 58.732753 39.151717) (xy 58.52525 39.248477) (xy 58.337703 39.379799) + (xy 58.337697 39.379804) (xy 58.175804 39.541697) (xy 58.175799 39.541703) (xy 58.044477 39.72925) + (xy 57.947717 39.936753) (xy 57.947715 39.936759) (xy 57.903262 40.102661) (xy 57.888457 40.157913) + (xy 57.868502 40.386) (xy 57.888457 40.614087) (xy 57.913285 40.706746) (xy 57.947715 40.83524) + (xy 57.947717 40.835246) (xy 58.044477 41.042749) (xy 58.145544 41.187088) (xy 58.175802 41.2303) + (xy 58.3377 41.392198) (xy 58.525251 41.523523) (xy 58.732757 41.620284) (xy 58.953913 41.679543) + (xy 59.182 41.699498) (xy 59.410087 41.679543) (xy 59.631243 41.620284) (xy 59.838749 41.523523) + (xy 59.98323 41.422355) (xy 60.050504 41.399668) (xy 60.119364 41.416953) (xy 60.167949 41.468723) + (xy 60.181501 41.525569) (xy 60.181501 60.650368) (xy 60.161499 60.718489) (xy 60.144596 60.739463) + (xy 56.786464 64.097595) (xy 56.724152 64.131621) (xy 56.697369 64.1345) (xy 54.303293 64.1345) + (xy 54.235172 64.114498) (xy 54.188679 64.060842) (xy 54.178575 63.990568) (xy 54.20008 63.936229) + (xy 54.200437 63.935717) (xy 54.223523 63.902749) (xy 54.320284 63.695243) (xy 54.379543 63.474087) + (xy 54.399498 63.246) (xy 54.379543 63.017913) (xy 54.320284 62.796757) (xy 54.223523 62.589251) + (xy 54.092198 62.4017) (xy 53.9303 62.239802) (xy 53.742749 62.108477) (xy 53.535246 62.011717) + (xy 53.53524 62.011715) (xy 53.441771 61.98667) (xy 53.314087 61.952457) (xy 53.086 61.932502) (xy 52.857913 61.952457) + (xy 52.636759 62.011715) (xy 52.636753 62.011717) (xy 52.42925 62.108477) (xy 52.241703 62.239799) + (xy 52.241697 62.239804) (xy 52.079804 62.401697) (xy 52.079799 62.401703) (xy 51.948477 62.58925) + (xy 51.930195 62.628457) (xy 51.883278 62.681742) (xy 51.815001 62.701203) (xy 51.747041 62.680661) + (xy 51.701805 62.628457) (xy 51.699894 62.624359) (xy 51.683523 62.589251) (xy 51.552198 62.4017) + (xy 51.3903 62.239802) (xy 51.202749 62.108477) (xy 50.995246 62.011717) (xy 50.99524 62.011715) + (xy 50.901771 61.98667) (xy 50.774087 61.952457) (xy 50.546 61.932502) (xy 50.317913 61.952457) + (xy 50.096759 62.011715) (xy 50.096753 62.011717) (xy 49.88925 62.108477) (xy 49.701703 62.239799) + (xy 49.701697 62.239804) (xy 49.539804 62.401697) (xy 49.539799 62.401703) (xy 49.408477 62.58925) + (xy 49.311717 62.796753) (xy 49.311715 62.796759) (xy 49.260501 62.987892) (xy 49.252457 63.017913) + (xy 49.232502 63.246) (xy 49.252457 63.474087) (xy 49.276 63.56195) (xy 49.311715 63.69524) (xy 49.311717 63.695246) + (xy 49.408477 63.902749) (xy 49.43192 63.936229) (xy 49.454608 64.003503) (xy 49.437323 64.072363) + (xy 49.385554 64.120948) (xy 49.328707 64.1345) (xy 46.394388 64.1345) (xy 46.222541 64.168683) + (xy 46.222536 64.168685) (xy 46.060664 64.235735) (xy 45.914981 64.333077) (xy 45.914974 64.333082) + (xy 44.288459 65.959597) (xy 44.226147 65.993623) (xy 44.199364 65.996502) (xy 44.196006 65.996502) + (xy 44.196003 65.996502) (xy 44.196 65.996502) (xy 43.967913 66.016457) (xy 43.746759 66.075715) + (xy 43.746753 66.075717) (xy 43.53925 66.172477) (xy 43.351703 66.303799) (xy 43.351697 66.303804) + (xy 43.189804 66.465697) (xy 43.189799 66.465703) (xy 43.058477 66.65325) (xy 42.961717 66.860753) + (xy 42.961715 66.860759) (xy 42.902457 67.081913) (xy 42.882502 67.31) (xy 42.902457 67.538086) + (xy 42.961715 67.75924) (xy 42.961717 67.759246) (xy 43.058477 67.966749) (xy 43.147403 68.093749) + (xy 43.189802 68.1543) (xy 43.3517 68.316198) (xy 43.539251 68.447523) (xy 43.746757 68.544284) + (xy 43.967913 68.603543) (xy 44.196 68.623498) (xy 44.424087 68.603543) (xy 44.645243 68.544284) + (xy 44.852749 68.447523) (xy 45.0403 68.316198) (xy 45.202198 68.1543) (xy 45.333523 67.966749) + (xy 45.333523 67.966748) (xy 45.333525 67.966746) (xy 45.336274 67.961985) (xy 45.338082 67.963028) + (xy 45.37899 67.916561) (xy 45.447265 67.897095) (xy 45.515227 67.917631) (xy 45.554349 67.962779) + (xy 45.556161 67.961734) (xy 45.558913 67.966501) (xy 45.608898 68.037888) (xy 45.6089 68.037888) + (xy 46.296 67.350788) (xy 46.296 67.362661) (xy 46.323259 67.464394) (xy 46.37592 67.555606) (xy 46.450394 67.63008) + (xy 46.541606 67.682741) (xy 46.643339 67.71) (xy 46.65521 67.71) (xy 45.96811 68.397098) (xy 45.96811 68.3971) + (xy 46.039497 68.447085) (xy 46.049359 68.451684) (xy 46.102645 68.4986) (xy 46.122107 68.566877) + (xy 46.101566 68.634838) (xy 46.047545 68.680904) (xy 45.977193 68.690452) (xy 45.963503 68.687587) + (xy 45.948091 68.683457) (xy 45.72 68.663502) (xy 45.491913 68.683457) (xy 45.270759 68.742715) + (xy 45.270753 68.742717) (xy 45.06325 68.839477) (xy 44.875703 68.970799) (xy 44.875697 68.970804) + (xy 44.713804 69.132697) (xy 44.713799 69.132703) (xy 44.582477 69.32025) (xy 44.485717 69.527753) + (xy 44.485715 69.527759) (xy 44.455234 69.641516) (xy 44.426457 69.748913) (xy 44.406502 69.977) + (xy 44.426457 70.205087) (xy 44.485716 70.426243) (xy 44.582477 70.633749) (xy 44.713802 70.8213) + (xy 44.8757 70.983198) (xy 44.875703 70.9832) (xy 45.063253 71.114525) (xy 45.068015 71.117274) + (xy 45.06688 71.119238) (xy 45.112865 71.159745) (xy 45.132312 71.228026) (xy 45.111756 71.295982) + (xy 45.066921 71.334831) (xy 45.068015 71.336726) (xy 45.063253 71.339474) (xy 44.875703 71.470799) + (xy 44.875697 71.470804) (xy 44.713804 71.632697) (xy 44.713799 71.632703) (xy 44.582477 71.82025) + (xy 44.485717 72.027753) (xy 44.485715 72.027759) (xy 44.427773 72.244) (xy 44.426457 72.248913) + (xy 44.406502 72.477) (xy 44.421112 72.643999) (xy 44.426457 72.705086) (xy 44.485715 72.92624) + (xy 44.485717 72.926246) (xy 44.582477 73.133749) (xy 44.699235 73.300497) (xy 44.713802 73.3213) + (xy 44.8757 73.483198) (xy 45.063251 73.614523) (xy 45.270757 73.711284) (xy 45.491913 73.770543) + (xy 45.72 73.790498) (xy 45.948087 73.770543) (xy 46.169243 73.711284) (xy 46.376749 73.614523) + (xy 46.5643 73.483198) (xy 46.726198 73.3213) (xy 46.857523 73.133749) (xy 46.954284 72.926243) + (xy 47.013543 72.705087) (xy 47.033498 72.477) (xy 47.013543 72.248913) (xy 46.954284 72.027757) + (xy 46.857523 71.820251) (xy 46.726198 71.6327) (xy 46.5643 71.470802) (xy 46.543589 71.4563) (xy 46.376746 71.339474) + (xy 46.371985 71.336726) (xy 46.373122 71.334754) (xy 46.327154 71.294287) (xy 46.307687 71.226011) + (xy 46.328223 71.158049) (xy 46.373083 71.119177) (xy 46.371985 71.117274) (xy 46.376746 71.114525) + (xy 46.452836 71.061246) (xy 46.5643 70.983198) (xy 46.726198 70.8213) (xy 46.857523 70.633749) + (xy 46.867665 70.612) (xy 48.216502 70.612) (xy 48.236457 70.840086) (xy 48.295715 71.06124) (xy 48.295717 71.061246) + (xy 48.392477 71.268749) (xy 48.491512 71.410186) (xy 48.523802 71.4563) (xy 48.6857 71.618198) + (xy 48.873251 71.749523) (xy 49.080757 71.846284) (xy 49.301913 71.905543) (xy 49.53 71.925498) + (xy 49.758087 71.905543) (xy 49.979243 71.846284) (xy 50.186749 71.749523) (xy 50.3743 71.618198) + (xy 50.536198 71.4563) (xy 50.667523 71.268749) (xy 50.764284 71.061243) (xy 50.823543 70.840087) + (xy 50.843498 70.612) (xy 50.823543 70.383913) (xy 50.764284 70.162757) (xy 50.667523 69.955251) + (xy 50.536198 69.7677) (xy 50.3743 69.605802) (xy 50.261619 69.526902) (xy 50.186749 69.474477) + (xy 49.979246 69.377717) (xy 49.97924 69.377715) (xy 49.836418 69.339446) (xy 49.758087 69.318457) + (xy 49.53 69.298502) (xy 49.301913 69.318457) (xy 49.080759 69.377715) (xy 49.080753 69.377717) + (xy 48.87325 69.474477) (xy 48.685703 69.605799) (xy 48.685697 69.605804) (xy 48.523804 69.767697) + (xy 48.523799 69.767703) (xy 48.392477 69.95525) (xy 48.295717 70.162753) (xy 48.295715 70.162759) + (xy 48.236457 70.383913) (xy 48.216502 70.612) (xy 46.867665 70.612) (xy 46.954284 70.426243) (xy 47.013543 70.205087) + (xy 47.033498 69.977) (xy 47.013543 69.748913) (xy 46.954284 69.527757) (xy 46.857523 69.320251) + (xy 46.726198 69.1327) (xy 46.5643 68.970802) (xy 46.564296 68.970799) (xy 46.376748 68.839476) + (xy 46.366811 68.834842) (xy 46.313527 68.787923) (xy 46.294069 68.719645) (xy 46.314613 68.651685) + (xy 46.368638 68.605622) (xy 46.43899 68.596078) (xy 46.452681 68.598944) (xy 46.467994 68.603047) + (xy 46.467995 68.603048) (xy 46.696 68.622995) (xy 46.924002 68.603048) (xy 47.145068 68.543813) + (xy 47.145073 68.543811) (xy 47.352497 68.447088) (xy 47.423888 68.397099) (xy 47.423888 68.397097) + (xy 46.736791 67.71) (xy 46.748661 67.71) (xy 46.850394 67.682741) (xy 46.941606 67.63008) (xy 47.01608 67.555606) + (xy 47.068741 67.464394) (xy 47.096 67.362661) (xy 47.096 67.350791) (xy 47.783097 68.037888) (xy 47.783099 68.037888) + (xy 47.833088 67.966497) (xy 47.929811 67.759073) (xy 47.929813 67.759068) (xy 47.989048 67.538002) + (xy 48.008995 67.31) (xy 47.989048 67.081997) (xy 47.929813 66.860931) (xy 47.929811 66.860926) + (xy 47.833086 66.653498) (xy 47.7831 66.58211) (xy 47.783098 66.58211) (xy 47.096 67.269208) (xy 47.096 67.257339) + (xy 47.068741 67.155606) (xy 47.01608 67.064394) (xy 46.941606 66.98992) (xy 46.850394 66.937259) + (xy 46.748661 66.91) (xy 46.736789 66.91) (xy 47.423888 66.222899) (xy 47.423888 66.222898) (xy 47.352501 66.172913) + (xy 47.311287 66.153695) (xy 47.258002 66.106778) (xy 47.238541 66.0385) (xy 47.259083 65.970541) + (xy 47.313106 65.924475) (xy 47.364537 65.9135) (xy 48.312707 65.9135) (xy 48.380828 65.933502) + (xy 48.427321 65.987158) (xy 48.437425 66.057432) (xy 48.41592 66.111771) (xy 48.392477 66.14525) + (xy 48.295717 66.352753) (xy 48.295715 66.352759) (xy 48.246555 66.536228) (xy 48.236457 66.573913) + (xy 48.216502 66.802) (xy 48.236457 67.030087) (xy 48.255056 67.099498) (xy 48.295715 67.25124) + (xy 48.295717 67.251246) (xy 48.392477 67.458749) (xy 48.512444 67.63008) (xy 48.523802 67.6463) + (xy 48.6857 67.808198) (xy 48.873251 67.939523) (xy 49.080757 68.036284) (xy 49.301913 68.095543) + (xy 49.53 68.115498) (xy 49.758087 68.095543) (xy 49.979243 68.036284) (xy 50.186749 67.939523) + (xy 50.3743 67.808198) (xy 50.536198 67.6463) (xy 50.667523 67.458749) (xy 50.764284 67.251243) + (xy 50.823543 67.030087) (xy 50.843498 66.802) (xy 50.823543 66.573913) (xy 50.764284 66.352757) + (xy 50.667523 66.145251) (xy 50.64408 66.111771) (xy 50.621392 66.044497) (xy 50.638677 65.975637) + (xy 50.690446 65.927052) (xy 50.747293 65.9135) (xy 57.205609 65.9135) (xy 57.20561 65.9135) (xy 57.37746 65.879317) + (xy 57.539338 65.812265) (xy 57.685025 65.71492) (xy 59.966406 63.433539) (xy 60.028718 63.399513) + (xy 60.099533 63.404578) (xy 60.156369 63.447125) (xy 60.18118 63.513645) (xy 60.181501 63.522634) + (xy 60.181501 65.414832) (xy 60.161499 65.482953) (xy 60.107843 65.529446) (xy 60.037569 65.53955) + (xy 60.02289 65.536539) (xy 59.948107 65.516501) (xy 59.918087 65.508457) (xy 59.69 65.488502) (xy 59.461913 65.508457) + (xy 59.240759 65.567715) (xy 59.240753 65.567717) (xy 59.03325 65.664477) (xy 58.845703 65.795799) + (xy 58.845697 65.795804) (xy 58.683804 65.957697) (xy 58.683799 65.957703) (xy 58.552477 66.14525) + (xy 58.455717 66.352753) (xy 58.455715 66.352759) (xy 58.406555 66.536228) (xy 58.396457 66.573913) + (xy 58.376502 66.802) (xy 58.396457 67.030087) (xy 58.415056 67.099498) (xy 58.455715 67.25124) + (xy 58.455717 67.251246) (xy 58.552477 67.458749) (xy 58.672444 67.63008) (xy 58.683802 67.6463) + (xy 58.8457 67.808198) (xy 59.033251 67.939523) (xy 59.240757 68.036284) (xy 59.461913 68.095543) + (xy 59.69 68.115498) (xy 59.918087 68.095543) (xy 60.022893 68.06746) (xy 60.093866 68.06915) (xy 60.152662 68.108944) + (xy 60.18061 68.174208) (xy 60.181501 68.189167) (xy 60.181501 69.224832) (xy 60.161499 69.292953) + (xy 60.107843 69.339446) (xy 60.037569 69.34955) (xy 60.02289 69.346539) (xy 59.996418 69.339446) + (xy 59.918087 69.318457) (xy 59.69 69.298502) (xy 59.461913 69.318457) (xy 59.240759 69.377715) + (xy 59.240753 69.377717) (xy 59.03325 69.474477) (xy 58.845703 69.605799) (xy 58.845697 69.605804) + (xy 58.683804 69.767697) (xy 58.683799 69.767703) (xy 58.552477 69.95525) (xy 58.455717 70.162753) + (xy 58.455715 70.162759) (xy 58.396457 70.383913) (xy 58.376502 70.612) (xy 58.396457 70.840086) + (xy 58.455715 71.06124) (xy 58.455717 71.061246) (xy 58.552477 71.268749) (xy 58.651512 71.410186) + (xy 58.683802 71.4563) (xy 58.8457 71.618198) (xy 59.033251 71.749523) (xy 59.061926 71.762894) + (xy 59.078281 71.770521) (xy 59.131566 71.817439) (xy 59.151027 71.885716) (xy 59.130485 71.953676) + (xy 59.114126 71.973811) (xy 52.341177 78.746762) (xy 52.217282 78.870656) (xy 52.217277 78.870663) + (xy 52.119935 79.016346) (xy 52.052885 79.178218) (xy 52.052883 79.178223) (xy 52.0187 79.350071) + (xy 52.0187 83.936969) (xy 51.998698 84.00509) (xy 51.981795 84.026064) (xy 51.053595 84.954264) + (xy 50.991283 84.98829) (xy 50.920468 84.983225) (xy 50.863632 84.940678) (xy 50.838821 84.874158) + (xy 50.8385 84.865169) (xy 50.8385 84.241367) (xy 50.838499 84.24135) (xy 50.83199 84.180803) (xy 50.831988 84.180795) + (xy 50.795811 84.083804) (xy 50.780889 84.043796) (xy 50.780888 84.043794) (xy 50.780887 84.043792) + (xy 50.693261 83.926738) (xy 50.576207 83.839112) (xy 50.576202 83.83911) (xy 50.439204 83.788011) + (xy 50.439196 83.788009) (xy 50.378649 83.7815) (xy 50.378638 83.7815) (xy 48.681362 83.7815) (xy 48.68135 83.7815) + (xy 48.620803 83.788009) (xy 48.620795 83.788011) (xy 48.483797 83.83911) (xy 48.483792 83.839112) + (xy 48.366738 83.926738) (xy 48.279112 84.043792) (xy 48.27911 84.043797) (xy 48.228011 84.180795) + (xy 48.228009 84.180803) (xy 48.2215 84.24135) (xy 48.2215 85.938649) (xy 48.228009 85.999196) (xy 48.228011 85.999204) + (xy 48.27911 86.136202) (xy 48.279112 86.136207) (xy 48.366738 86.253261) (xy 48.483792 86.340887) + (xy 48.483794 86.340888) (xy 48.483796 86.340889) (xy 48.497266 86.345913) (xy 48.620795 86.391988) + (xy 48.620803 86.39199) (xy 48.68135 86.398499) (xy 48.681355 86.398499) (xy 48.681362 86.3985) + (xy 48.933485 86.3985) (xy 49.001606 86.418502) (xy 49.048099 86.472158) (xy 49.058203 86.542432) + (xy 49.028709 86.607012) (xy 49.02258 86.613595) (xy 46.647029 88.989144) (xy 46.584717 89.02317) + (xy 46.513901 89.018105) (xy 46.457066 88.975558) (xy 46.443739 88.953299) (xy 46.430085 88.924019) + (xy 46.349523 88.751251) (xy 46.218198 88.5637) (xy 46.0563 88.401802) (xy 45.868749 88.270477) + (xy 45.661246 88.173717) (xy 45.66124 88.173715) (xy 45.567771 88.14867) (xy 45.440087 88.114457) + (xy 45.212 88.094502) (xy 44.983913 88.114457) (xy 44.762759 88.173715) (xy 44.762753 88.173717) + (xy 44.55525 88.270477) (xy 44.367703 88.401799) (xy 44.367697 88.401804) (xy 44.205804 88.563697) + (xy 44.205799 88.563703) (xy 44.074477 88.75125) (xy 43.977717 88.958753) (xy 43.977715 88.958759) + (xy 43.928871 89.141046) (xy 43.918457 89.179913) (xy 43.898502 89.408) (xy 43.918457 89.636087) + (xy 43.948873 89.749599) (xy 43.977715 89.85724) (xy 43.977717 89.857246) (xy 44.01122 89.929094) + (xy 44.074477 90.064749) (xy 44.205802 90.2523) (xy 44.3677 90.414198) (xy 44.555251 90.545523) + (xy 44.702663 90.614262) (xy 44.757299 90.639739) (xy 44.810584 90.686656) (xy 44.830045 90.754933) + (xy 44.809503 90.822893) (xy 44.793144 90.843029) (xy 43.293995 92.342179) (xy 43.231683 92.376204) + (xy 43.160868 92.37114) (xy 43.104032 92.328593) (xy 43.079221 92.262073) (xy 43.0789 92.253084) + (xy 43.0789 87.08242) (xy 43.098902 87.014299) (xy 43.152558 86.967806) (xy 43.222832 86.957702) + (xy 43.287412 86.987196) (xy 43.30854 87.012788) (xy 43.309321 87.012242) (xy 43.345034 87.063246) + (xy 43.443802 87.2043) (xy 43.6057 87.366198) (xy 43.793251 87.497523) (xy 44.000757 87.594284) + (xy 44.221913 87.653543) (xy 44.45 87.673498) (xy 44.678087 87.653543) (xy 44.899243 87.594284) + (xy 45.106749 87.497523) (xy 45.2943 87.366198) (xy 45.456198 87.2043) (xy 45.587523 87.016749) + (xy 45.684284 86.809243) (xy 45.743543 86.588087) (xy 45.763498 86.36) (xy 45.743543 86.131913) + (xy 45.684284 85.910757) (xy 45.587523 85.703251) (xy 45.456198 85.5157) (xy 45.2943 85.353802) + (xy 45.281728 85.344999) (xy 45.106746 85.222474) (xy 45.101985 85.219726) (xy 45.103122 85.217754) + (xy 45.057154 85.177287) (xy 45.037687 85.109011) (xy 45.058223 85.041049) (xy 45.103083 85.002177) + (xy 45.101985 85.000274) (xy 45.106746 84.997525) (xy 45.119935 84.98829) (xy 45.2943 84.866198) + (xy 45.456198 84.7043) (xy 45.587523 84.516749) (xy 45.684284 84.309243) (xy 45.743543 84.088087) + (xy 45.763498 83.86) (xy 45.743543 83.631913) (xy 45.684284 83.410757) (xy 45.587523 83.203251) + (xy 45.456198 83.0157) (xy 45.2943 82.853802) (xy 45.288413 82.84968) (xy 45.106747 82.722475) (xy 45.024653 82.684195) + (xy 44.971367 82.637278) (xy 44.951906 82.569001) (xy 44.972448 82.501041) (xy 45.024653 82.455805) + (xy 45.106747 82.417524) (xy 45.106747 82.417523) (xy 45.106749 82.417523) (xy 45.2943 82.286198) + (xy 45.456198 82.1243) (xy 45.587523 81.936749) (xy 45.656885 81.788) (xy 48.216502 81.788) (xy 48.236457 82.016087) + (xy 48.279837 82.177983) (xy 48.295715 82.23724) (xy 48.295717 82.237246) (xy 48.361492 82.378302) + (xy 48.392477 82.444749) (xy 48.523802 82.6323) (xy 48.6857 82.794198) (xy 48.873251 82.925523) + (xy 49.080757 83.022284) (xy 49.301913 83.081543) (xy 49.53 83.101498) (xy 49.758087 83.081543) + (xy 49.979243 83.022284) (xy 50.186749 82.925523) (xy 50.3743 82.794198) (xy 50.536198 82.6323) + (xy 50.667523 82.444749) (xy 50.764284 82.237243) (xy 50.823543 82.016087) (xy 50.843498 81.788) + (xy 50.823543 81.559913) (xy 50.764284 81.338757) (xy 50.667523 81.131251) (xy 50.536198 80.9437) + (xy 50.3743 80.781802) (xy 50.357112 80.769767) (xy 50.186749 80.650477) (xy 49.979246 80.553717) + (xy 49.97924 80.553715) (xy 49.873877 80.525483) (xy 49.758087 80.494457) (xy 49.53 80.474502) (xy 49.301913 80.494457) + (xy 49.080759 80.553715) (xy 49.080753 80.553717) (xy 48.87325 80.650477) (xy 48.685703 80.781799) + (xy 48.685697 80.781804) (xy 48.523804 80.943697) (xy 48.523799 80.943703) (xy 48.392477 81.13125) + (xy 48.295717 81.338753) (xy 48.295715 81.338759) (xy 48.27254 81.42525) (xy 48.236457 81.559913) + (xy 48.216502 81.788) (xy 45.656885 81.788) (xy 45.684284 81.729243) (xy 45.743543 81.508087) (xy 45.763498 81.28) + (xy 45.743543 81.051913) (xy 45.684284 80.830757) (xy 45.587523 80.623251) (xy 45.456198 80.4357) + (xy 45.2943 80.273802) (xy 45.281728 80.264999) (xy 45.106746 80.142474) (xy 45.101985 80.139726) + (xy 45.103023 80.137927) (xy 45.056532 80.096963) (xy 45.037095 80.028679) (xy 45.057661 79.960726) + (xy 45.102782 79.921664) (xy 45.10173 79.919841) (xy 45.106496 79.917088) (xy 45.177888 79.867099) + (xy 45.177888 79.867097) (xy 44.490791 79.18) (xy 44.502661 79.18) (xy 44.604394 79.152741) (xy 44.695606 79.10008) + (xy 44.77008 79.025606) (xy 44.822741 78.934394) (xy 44.85 78.832661) (xy 44.85 78.820791) (xy 45.537097 79.507888) + (xy 45.537099 79.507888) (xy 45.587088 79.436497) (xy 45.683811 79.229073) (xy 45.683813 79.229068) + (xy 45.743048 79.008002) (xy 45.762995 78.78) (xy 45.743048 78.551997) (xy 45.683813 78.330931) + (xy 45.683811 78.330926) (xy 45.587086 78.123498) (xy 45.527059 78.03777) (xy 45.504371 77.970496) + (xy 45.521656 77.901636) (xy 45.573426 77.853052) (xy 45.630272 77.8395) (xy 47.573367 77.8395) + (xy 47.641488 77.859502) (xy 47.662462 77.876405) (xy 48.179597 78.39354) (xy 48.213623 78.455852) + (xy 48.216502 78.482635) (xy 48.216502 78.485994) (xy 48.216502 78.485996) (xy 48.216502 78.486) + (xy 48.236457 78.714087) (xy 48.268229 78.832661) (xy 48.295715 78.93524) (xy 48.295717 78.935246) + (xy 48.392477 79.142749) (xy 48.448029 79.222086) (xy 48.523802 79.3303) (xy 48.6857 79.492198) + (xy 48.873251 79.623523) (xy 49.080757 79.720284) (xy 49.301913 79.779543) (xy 49.53 79.799498) + (xy 49.758087 79.779543) (xy 49.979243 79.720284) (xy 50.186749 79.623523) (xy 50.3743 79.492198) + (xy 50.536198 79.3303) (xy 50.667523 79.142749) (xy 50.764284 78.935243) (xy 50.823543 78.714087) + (xy 50.843498 78.486) (xy 50.823543 78.257913) (xy 50.764284 78.036757) (xy 50.667523 77.829251) + (xy 50.536198 77.6417) (xy 50.3743 77.479802) (xy 50.346298 77.460195) (xy 50.186749 77.348477) + (xy 49.979246 77.251717) (xy 49.97924 77.251715) (xy 49.852701 77.217809) (xy 49.758087 77.192457) + (xy 49.53 77.172502) (xy 49.529997 77.172502) (xy 49.529995 77.172502) (xy 49.526635 77.172502) + (xy 49.525208 77.172083) (xy 49.52452 77.172023) (xy 49.524532 77.171884) (xy 49.458514 77.1525) + (xy 49.43754 77.135597) (xy 48.561025 76.259082) (xy 48.561023 76.25908) (xy 48.415336 76.161735) + (xy 48.267246 76.100394) (xy 48.253463 76.094685) (xy 48.253458 76.094683) (xy 48.08161 76.0605) + (xy 48.081608 76.0605) (xy 41.776159 76.0605) (xy 41.708038 76.040498) (xy 41.661545 75.986842) + (xy 41.651441 75.916568) (xy 41.672946 75.86223) (xy 41.777086 75.713501) (xy 41.873811 75.506073) + (xy 41.873813 75.506068) (xy 41.926082 75.311) (xy 40.951686 75.311) (xy 40.96008 75.302606) (xy 41.012741 75.211394) + (xy 41.04 75.109661) (xy 41.04 75.004339) (xy 41.012741 74.902606) (xy 40.96008 74.811394) (xy 40.951686 74.803) + (xy 41.926082 74.803) (xy 41.892052 74.676) (xy 48.216502 74.676) (xy 48.236457 74.904087) (xy 48.259145 74.988759) + (xy 48.295715 75.12524) (xy 48.295717 75.125246) (xy 48.392477 75.332749) (xy 48.523795 75.520291) + (xy 48.523802 75.5203) (xy 48.6857 75.682198) (xy 48.873251 75.813523) (xy 49.080757 75.910284) + (xy 49.301913 75.969543) (xy 49.53 75.989498) (xy 49.758087 75.969543) (xy 49.979243 75.910284) + (xy 50.186749 75.813523) (xy 50.3743 75.682198) (xy 50.536198 75.5203) (xy 50.667523 75.332749) + (xy 50.764284 75.125243) (xy 50.823543 74.904087) (xy 50.843498 74.676) (xy 50.823543 74.447913) + (xy 50.764284 74.226757) (xy 50.667523 74.019251) (xy 50.536198 73.8317) (xy 50.3743 73.669802) + (xy 50.372386 73.668462) (xy 50.186749 73.538477) (xy 49.979246 73.441717) (xy 49.97924 73.441715) + (xy 49.860281 73.40984) (xy 49.758087 73.382457) (xy 49.53 73.362502) (xy 49.301913 73.382457) (xy 49.080759 73.441715) + (xy 49.080753 73.441717) (xy 48.87325 73.538477) (xy 48.685703 73.669799) (xy 48.685697 73.669804) + (xy 48.523804 73.831697) (xy 48.523799 73.831703) (xy 48.392477 74.01925) (xy 48.295717 74.226753) + (xy 48.295715 74.226759) (xy 48.249228 74.40025) (xy 48.236457 74.447913) (xy 48.216502 74.676) + (xy 41.892052 74.676) (xy 41.873813 74.607931) (xy 41.873811 74.607926) (xy 41.777087 74.400501) + (xy 41.645815 74.213025) (xy 41.64581 74.213019) (xy 41.48398 74.051189) (xy 41.483974 74.051184) + (xy 41.296497 73.919911) (xy 41.256949 73.901469) (xy 41.203665 73.854551) (xy 41.184205 73.786273) + (xy 41.204748 73.718314) (xy 41.25695 73.673081) (xy 41.296749 73.654523) (xy 41.4843 73.523198) + (xy 41.646198 73.3613) (xy 41.777523 73.173749) (xy 41.874284 72.966243) (xy 41.933543 72.745087) + (xy 41.953498 72.517) (xy 41.933543 72.288913) (xy 41.874284 72.067757) (xy 41.777523 71.860251) + (xy 41.646198 71.6727) (xy 41.4843 71.510802) (xy 41.296749 71.379477) (xy 41.257543 71.361195) + (xy 41.204258 71.314279) (xy 41.184796 71.246002) (xy 41.205337 71.178042) (xy 41.257543 71.132805) + (xy 41.259997 71.13166) (xy 41.296749 71.114523) (xy 41.4843 70.983198) (xy 41.646198 70.8213) (xy 41.777523 70.633749) + (xy 41.874284 70.426243) (xy 41.933543 70.205087) (xy 41.953498 69.977) (xy 41.933543 69.748913) + (xy 41.874284 69.527757) (xy 41.777523 69.320251) (xy 41.646198 69.1327) (xy 41.4843 68.970802) + (xy 41.484291 68.970796) (xy 41.300936 68.842409) (xy 41.296749 68.839477) (xy 41.260341 68.8225) + (xy 41.257543 68.821195) (xy 41.204258 68.774279) (xy 41.184796 68.706002) (xy 41.205337 68.638042) + (xy 41.257543 68.592805) (xy 41.259997 68.59166) (xy 41.296749 68.574523) (xy 41.4843 68.443198) + (xy 41.646198 68.2813) (xy 41.777523 68.093749) (xy 41.874284 67.886243) (xy 41.933543 67.665087) + (xy 41.953498 67.437) (xy 41.933543 67.208913) (xy 41.874284 66.987757) (xy 41.777523 66.780251) + (xy 41.646198 66.5927) (xy 41.4843 66.430802) (xy 41.473967 66.423567) (xy 41.296749 66.299477) + (xy 41.089246 66.202717) (xy 41.08924 66.202715) (xy 40.97639 66.172477) (xy 40.868087 66.143457) + (xy 40.64 66.123502) (xy 40.411913 66.143457) (xy 40.190759 66.202715) (xy 40.190753 66.202717) + (xy 39.98325 66.299477) (xy 39.795703 66.430799) (xy 39.795697 66.430804) (xy 39.633804 66.592697) + (xy 39.633799 66.592703) (xy 39.502477 66.78025) (xy 39.405717 66.987753) (xy 39.405715 66.987759) + (xy 39.385181 67.064394) (xy 39.346457 67.208913) (xy 39.326502 67.437) (xy 39.346457 67.665087) + (xy 39.371639 67.759068) (xy 39.405715 67.88624) (xy 39.405717 67.886246) (xy 39.502477 68.093749) + (xy 39.631873 68.278546) (xy 39.633802 68.2813) (xy 39.7957 68.443198) (xy 39.983251 68.574523) + (xy 40.018359 68.590894) (xy 40.022457 68.592805) (xy 40.075742 68.639722) (xy 40.095203 68.707999) + (xy 40.074661 68.775959) (xy 40.022457 68.821195) (xy 39.98325 68.839477) (xy 39.795703 68.970799) + (xy 39.795697 68.970804) (xy 39.633804 69.132697) (xy 39.633799 69.132703) (xy 39.502477 69.32025) + (xy 39.405717 69.527753) (xy 39.405715 69.527759) (xy 39.375234 69.641516) (xy 39.346457 69.748913) + (xy 39.326502 69.977) (xy 39.346457 70.205087) (xy 39.405716 70.426243) (xy 39.502477 70.633749) + (xy 39.633802 70.8213) (xy 39.7957 70.983198) (xy 39.983251 71.114523) (xy 40.018359 71.130894) + (xy 40.022457 71.132805) (xy 40.075742 71.179722) (xy 40.095203 71.247999) (xy 40.074661 71.315959) + (xy 40.022457 71.361195) (xy 39.98325 71.379477) (xy 39.795703 71.510799) (xy 39.795697 71.510804) + (xy 39.633804 71.672697) (xy 39.633799 71.672703) (xy 39.502477 71.86025) (xy 39.405717 72.067753) + (xy 39.405715 72.067759) (xy 39.358491 72.244) (xy 39.346457 72.288913) (xy 39.326502 72.517) (xy 39.346457 72.745087) + (xy 39.364409 72.812083) (xy 39.405715 72.96624) (xy 39.405717 72.966246) (xy 39.502477 73.173749) + (xy 39.606104 73.321744) (xy 39.633802 73.3613) (xy 39.7957 73.523198) (xy 39.983251 73.654523) + (xy 40.022457 73.672805) (xy 40.023047 73.67308) (xy 40.076332 73.719996) (xy 40.095794 73.788273) + (xy 40.075253 73.856233) (xy 40.023051 73.901468) (xy 39.983504 73.91991) (xy 39.796025 74.051184) + (xy 39.796019 74.051189) (xy 39.634189 74.213019) (xy 39.634184 74.213025) (xy 39.502912 74.400501) + (xy 39.406188 74.607926) (xy 39.406186 74.607931) (xy 39.353917 74.803) (xy 40.328314 74.803) (xy 40.31992 74.811394) + (xy 40.267259 74.902606) (xy 40.24 75.004339) (xy 40.24 75.109661) (xy 40.267259 75.211394) (xy 40.31992 75.302606) + (xy 40.328314 75.311) (xy 39.353918 75.311) (xy 39.406186 75.506068) (xy 39.406188 75.506073) (xy 39.502913 75.713501) + (xy 39.607054 75.86223) (xy 39.629742 75.929504) (xy 39.612457 75.998364) (xy 39.560687 76.046948) + (xy 39.503841 76.0605) (xy 38.770633 76.0605) (xy 38.702512 76.040498) (xy 38.681538 76.023595) + (xy 36.326405 73.668462) (xy 36.292379 73.60615) (xy 36.2895 73.579367) (xy 36.2895 66.496995) (xy 36.289499 66.496991) + (xy 36.289114 66.495055) (xy 36.255317 66.325144) (xy 36.188265 66.163266) (xy 36.09092 66.017579) + (xy 35.967023 65.893682) (xy 35.804937 65.731596) (xy 35.770911 65.669284) (xy 35.775976 65.598469) + (xy 35.818523 65.541633) (xy 35.885043 65.516822) (xy 35.894032 65.516501) (xy 42.902606 65.516501) + (xy 42.902607 65.516501) (xy 43.074457 65.482318) (xy 43.236335 65.415266) (xy 43.382022 65.317921) + (xy 47.321538 61.378405) (xy 47.38385 61.344379) (xy 47.410633 61.3415) (xy 52.620812 61.3415) (xy 52.688933 61.361502) + (xy 52.709907 61.378405) (xy 52.7497 61.418198) (xy 52.937251 61.549523) (xy 53.144757 61.646284) + (xy 53.365913 61.705543) (xy 53.594 61.725498) (xy 53.822087 61.705543) (xy 54.043243 61.646284) + (xy 54.250749 61.549523) (xy 54.4383 61.418198) (xy 54.518093 61.338405) (xy 54.580405 61.304379) + (xy 54.607188 61.3015) (xy 57.023607 61.3015) (xy 57.023608 61.3015) (xy 57.195458 61.267317) (xy 57.357336 61.200265) + (xy 57.503023 61.10292) (xy 57.819539 60.786402) (xy 57.881852 60.752378) (xy 57.908635 60.749498) + (xy 57.911994 60.749498) (xy 57.911997 60.749497) (xy 57.912 60.749498) (xy 58.140087 60.729543) + (xy 58.361243 60.670284) (xy 58.568749 60.573523) (xy 58.7563 60.442198) (xy 58.918198 60.2803) + (xy 59.049523 60.092749) (xy 59.146284 59.885243) (xy 59.205543 59.664087) (xy 59.225498 59.436) + (xy 59.205543 59.207913) (xy 59.146284 58.986757) (xy 59.049523 58.779251) (xy 58.918198 58.5917) + (xy 58.7563 58.429802) (xy 58.568749 58.298477) (xy 58.529543 58.280195) (xy 58.476258 58.233279) + (xy 58.456796 58.165002) (xy 58.477337 58.097042) (xy 58.529543 58.051805) (xy 58.531997 58.05066) + (xy 58.568749 58.033523) (xy 58.7563 57.902198) (xy 58.918198 57.7403) (xy 59.049523 57.552749) + (xy 59.146284 57.345243) (xy 59.205543 57.124087) (xy 59.225498 56.896) (xy 59.205543 56.667913) + (xy 59.146284 56.446757) (xy 59.049523 56.239251) (xy 58.918198 56.0517) (xy 58.7563 55.889802) + (xy 58.568749 55.758477) (xy 58.529543 55.740195) (xy 58.476258 55.693279) (xy 58.456796 55.625002) + (xy 58.477337 55.557042) (xy 58.529543 55.511805) (xy 58.531997 55.51066) (xy 58.568749 55.493523) + (xy 58.7563 55.362198) (xy 58.918198 55.2003) (xy 59.049523 55.012749) (xy 59.146284 54.805243) + (xy 59.205543 54.584087) (xy 59.225498 54.356) (xy 59.205543 54.127913) (xy 59.146284 53.906757) + (xy 59.049523 53.699251) (xy 58.918198 53.5117) (xy 58.7563 53.349802) (xy 58.741374 53.339351) + (xy 58.662978 53.284457) (xy 58.568749 53.218477) (xy 58.544316 53.207084) (xy 58.529543 53.200195) + (xy 58.476258 53.153279) (xy 58.456796 53.085002) (xy 58.477337 53.017042) (xy 58.529543 52.971805) + (xy 58.531997 52.97066) (xy 58.568749 52.953523) (xy 58.7563 52.822198) (xy 58.918198 52.6603) (xy 59.049523 52.472749) + (xy 59.146284 52.265243) (xy 59.205543 52.044087) (xy 59.225498 51.816) (xy 59.205543 51.587913) + (xy 59.146284 51.366757) (xy 59.049523 51.159251) (xy 58.918198 50.9717) (xy 58.7563 50.809802) + (xy 58.568749 50.678477) (xy 58.529543 50.660195) (xy 58.476258 50.613279) (xy 58.456796 50.545002) + (xy 58.477337 50.477042) (xy 58.529543 50.431805) (xy 58.531997 50.43066) (xy 58.568749 50.413523) + (xy 58.7563 50.282198) (xy 58.918198 50.1203) (xy 59.049523 49.932749) (xy 59.146284 49.725243) + (xy 59.205543 49.504087) (xy 59.225498 49.276) (xy 59.205543 49.047913) (xy 59.146284 48.826757) + (xy 59.049523 48.619251) (xy 58.918198 48.4317) (xy 58.7563 48.269802) (xy 58.742301 48.26) (xy 58.678458 48.215296) + (xy 58.568749 48.138477) (xy 58.529543 48.120195) (xy 58.476258 48.073279) (xy 58.456796 48.005002) + (xy 58.477337 47.937042) (xy 58.529543 47.891805) (xy 58.531997 47.89066) (xy 58.568749 47.873523) + (xy 58.7563 47.742198) (xy 58.918198 47.5803) (xy 59.049523 47.392749) (xy 59.146284 47.185243) + (xy 59.205543 46.964087) (xy 59.225498 46.736) (xy 59.205543 46.507913) (xy 59.146284 46.286757) + (xy 59.049523 46.079251) (xy 58.918198 45.8917) (xy 58.7563 45.729802) (xy 58.756295 45.729799) + (xy 58.756292 45.729796) (xy 58.752995 45.727487) (xy 58.708669 45.672028) (xy 58.701363 45.601409) + (xy 58.733396 45.538049) (xy 58.794599 45.502067) (xy 58.811801 45.498999) (xy 58.821201 45.497989) + (xy 58.958204 45.446889) (xy 58.967291 45.440087) (xy 59.075261 45.359261) (xy 59.162887 45.242207) + (xy 59.162887 45.242206) (xy 59.162889 45.242204) (xy 59.213989 45.105201) (xy 59.2205 45.044638) + (xy 59.2205 43.347362) (xy 59.217644 43.320793) (xy 59.21399 43.286803) (xy 59.213988 43.286795) + (xy 59.177811 43.189804) (xy 59.162889 43.149796) (xy 59.162888 43.149794) (xy 59.162887 43.149792) + (xy 59.075261 43.032738) (xy 58.958207 42.945112) (xy 58.958202 42.94511) (xy 58.821204 42.894011) + (xy 58.821196 42.894009) (xy 58.760649 42.8875) (xy 58.760638 42.8875) (xy 57.063362 42.8875) (xy 57.06335 42.8875) + (xy 57.002803 42.894009) (xy 57.002795 42.894011) (xy 56.865797 42.94511) (xy 56.865792 42.945112) + (xy 56.748738 43.032738) (xy 56.661112 43.149792) (xy 56.66111 43.149797) (xy 56.610011 43.286795) + (xy 56.610009 43.286803) (xy 56.6035 43.34735) (xy 56.6035 45.044649) (xy 56.610009 45.105196) (xy 56.610011 45.105204) + (xy 56.66111 45.242202) (xy 56.661112 45.242207) (xy 56.748738 45.359261) (xy 56.865792 45.446887) + (xy 56.865794 45.446888) (xy 56.865796 45.446889) (xy 57.002799 45.497989) (xy 57.012191 45.498998) + (xy 57.077784 45.526163) (xy 57.118279 45.584479) (xy 57.120817 45.65543) (xy 57.084593 45.71649) + (xy 57.07101 45.727483) (xy 57.067708 45.729795) (xy 57.067697 45.729804) (xy 56.905804 45.891697) + (xy 56.905799 45.891703) (xy 56.774477 46.07925) (xy 56.677717 46.286753) (xy 56.677715 46.286759) + (xy 56.631204 46.460342) (xy 56.618457 46.507913) (xy 56.598502 46.736) (xy 56.618457 46.964087) + (xy 56.625668 46.990999) (xy 56.677715 47.18524) (xy 56.677717 47.185246) (xy 56.774477 47.392749) + (xy 56.873512 47.534186) (xy 56.905802 47.5803) (xy 57.0677 47.742198) (xy 57.255251 47.873523) + (xy 57.290359 47.889894) (xy 57.294457 47.891805) (xy 57.347742 47.938722) (xy 57.367203 48.006999) + (xy 57.346661 48.074959) (xy 57.294457 48.120195) (xy 57.25525 48.138477) (xy 57.067703 48.269799) + (xy 57.067697 48.269804) (xy 56.905804 48.431697) (xy 56.905799 48.431703) (xy 56.774477 48.61925) + (xy 56.677717 48.826753) (xy 56.677715 48.826759) (xy 56.65209 48.922394) (xy 56.618457 49.047913) + (xy 56.598502 49.276) (xy 56.618457 49.504087) (xy 56.637056 49.573498) (xy 56.677715 49.72524) + (xy 56.677717 49.725246) (xy 56.761781 49.905522) (xy 56.774477 49.932749) (xy 56.905802 50.1203) + (xy 57.0677 50.282198) (xy 57.255251 50.413523) (xy 57.290359 50.429894) (xy 57.294457 50.431805) + (xy 57.347742 50.478722) (xy 57.367203 50.546999) (xy 57.346661 50.614959) (xy 57.294457 50.660195) + (xy 57.25525 50.678477) (xy 57.067703 50.809799) (xy 57.067697 50.809804) (xy 56.905804 50.971697) + (xy 56.905799 50.971703) (xy 56.774477 51.15925) (xy 56.677717 51.366753) (xy 56.677715 51.366759) + (xy 56.649417 51.47237) (xy 56.618457 51.587913) (xy 56.598502 51.816) (xy 56.618457 52.044087) + (xy 56.626822 52.075304) (xy 56.677715 52.26524) (xy 56.677717 52.265246) (xy 56.774477 52.472749) + (xy 56.807032 52.519243) (xy 56.905802 52.6603) (xy 57.0677 52.822198) (xy 57.255251 52.953523) + (xy 57.290359 52.969894) (xy 57.294457 52.971805) (xy 57.347742 53.018722) (xy 57.367203 53.086999) + (xy 57.346661 53.154959) (xy 57.294457 53.200195) (xy 57.25525 53.218477) (xy 57.067703 53.349799) + (xy 57.067697 53.349804) (xy 56.905804 53.511697) (xy 56.905799 53.511703) (xy 56.774477 53.69925) + (xy 56.677717 53.906753) (xy 56.677715 53.906759) (xy 56.636139 54.061923) (xy 56.618457 54.127913) + (xy 56.598502 54.356) (xy 56.618457 54.584087) (xy 56.65267 54.711771) (xy 56.677715 54.80524) (xy 56.677717 54.805246) + (xy 56.735604 54.929386) (xy 56.774477 55.012749) (xy 56.905802 55.2003) (xy 57.0677 55.362198) + (xy 57.255251 55.493523) (xy 57.290359 55.509894) (xy 57.294457 55.511805) (xy 57.347742 55.558722) + (xy 57.367203 55.626999) (xy 57.346661 55.694959) (xy 57.294457 55.740195) (xy 57.25525 55.758477) + (xy 57.067703 55.889799) (xy 57.067697 55.889804) (xy 56.905804 56.051697) (xy 56.905799 56.051703) + (xy 56.774477 56.23925) (xy 56.677717 56.446753) (xy 56.677715 56.446759) (xy 56.631577 56.61895) + (xy 56.618457 56.667913) (xy 56.598502 56.896) (xy 56.618457 57.124087) (xy 56.62597 57.152124) + (xy 56.677715 57.34524) (xy 56.677717 57.345246) (xy 56.774477 57.552749) (xy 56.873512 57.694186) + (xy 56.905802 57.7403) (xy 57.0677 57.902198) (xy 57.255251 58.033523) (xy 57.290359 58.049894) + (xy 57.294457 58.051805) (xy 57.347742 58.098722) (xy 57.367203 58.166999) (xy 57.346661 58.234959) + (xy 57.294457 58.280195) (xy 57.25525 58.298477) (xy 57.067703 58.429799) (xy 57.067697 58.429804) + (xy 56.905804 58.591697) (xy 56.905799 58.591703) (xy 56.774477 58.77925) (xy 56.677717 58.986753) + (xy 56.677715 58.986759) (xy 56.633386 59.152196) (xy 56.618457 59.207913) (xy 56.600996 59.407484) + (xy 56.575135 59.4736) (xy 56.517631 59.515239) (xy 56.475477 59.5225) (xy 54.607188 59.5225) (xy 54.539067 59.502498) + (xy 54.518093 59.485595) (xy 54.438302 59.405804) (xy 54.438296 59.405799) (xy 54.250746 59.274474) + (xy 54.245985 59.271726) (xy 54.247023 59.269927) (xy 54.200532 59.228963) (xy 54.181095 59.160679) + (xy 54.201661 59.092726) (xy 54.246782 59.053664) (xy 54.24573 59.051841) (xy 54.250496 59.049088) + (xy 54.321888 58.999099) (xy 54.321888 58.999097) (xy 53.634791 58.312) (xy 53.646661 58.312) (xy 53.748394 58.284741) + (xy 53.839606 58.23208) (xy 53.91408 58.157606) (xy 53.966741 58.066394) (xy 53.994 57.964661) (xy 53.994 57.952791) + (xy 54.681097 58.639888) (xy 54.681099 58.639888) (xy 54.731088 58.568497) (xy 54.827811 58.361073) + (xy 54.827813 58.361068) (xy 54.887048 58.140002) (xy 54.906995 57.912) (xy 54.887048 57.683997) + (xy 54.827813 57.462931) (xy 54.827811 57.462926) (xy 54.731086 57.255498) (xy 54.6811 57.18411) + (xy 54.681098 57.18411) (xy 53.994 57.871208) (xy 53.994 57.859339) (xy 53.966741 57.757606) (xy 53.91408 57.666394) + (xy 53.839606 57.59192) (xy 53.748394 57.539259) (xy 53.646661 57.512) (xy 53.63479 57.512) (xy 54.321888 56.824899) + (xy 54.321026 56.815039) (xy 54.335014 56.745435) (xy 54.384413 56.694442) (xy 54.43556 56.678537) + (xy 54.584087 56.665543) (xy 54.805243 56.606284) (xy 55.012749 56.509523) (xy 55.2003 56.378198) + (xy 55.362198 56.2163) (xy 55.493523 56.028749) (xy 55.590284 55.821243) (xy 55.649543 55.600087) + (xy 55.669498 55.372) (xy 55.649543 55.143913) (xy 55.590284 54.922757) (xy 55.493523 54.715251) + (xy 55.362198 54.5277) (xy 55.2003 54.365802) (xy 55.186301 54.356) (xy 55.012749 54.234477) (xy 54.805246 54.137717) + (xy 54.80524 54.137715) (xy 54.67195 54.102) (xy 54.584087 54.078457) (xy 54.356 54.058502) (xy 54.127913 54.078457) + (xy 53.906759 54.137715) (xy 53.906753 54.137717) (xy 53.69925 54.234477) (xy 53.511703 54.365799) + (xy 53.511697 54.365804) (xy 53.349804 54.527697) (xy 53.349799 54.527703) (xy 53.218477 54.71525) + (xy 53.121717 54.922753) (xy 53.121715 54.922759) (xy 53.092505 55.031774) (xy 53.062457 55.143913) + (xy 53.042502 55.372) (xy 53.062457 55.600087) (xy 53.084251 55.681421) (xy 53.121715 55.82124) + (xy 53.121717 55.821246) (xy 53.218477 56.028749) (xy 53.349799 56.216296) (xy 53.349804 56.216302) + (xy 53.511702 56.3782) (xy 53.51758 56.382315) (xy 53.56191 56.437771) (xy 53.569221 56.50839) (xy 53.537192 56.571751) + (xy 53.475992 56.607738) (xy 53.456295 56.61105) (xy 53.366005 56.61895) (xy 53.365999 56.618951) + (xy 53.144931 56.678186) (xy 53.144926 56.678188) (xy 52.9375 56.774913) (xy 52.866109 56.8249) + (xy 53.553209 57.512) (xy 53.541339 57.512) (xy 53.439606 57.539259) (xy 53.348394 57.59192) (xy 53.27392 57.666394) + (xy 53.221259 57.757606) (xy 53.194 57.859339) (xy 53.194 57.871209) (xy 52.5069 57.184109) (xy 52.456913 57.2555) + (xy 52.360188 57.462926) (xy 52.360186 57.462931) (xy 52.300951 57.683997) (xy 52.281004 57.912) + (xy 52.300951 58.140002) (xy 52.360186 58.361068) (xy 52.360188 58.361073) (xy 52.456913 58.568501) + (xy 52.506899 58.639888) (xy 53.194 57.952788) (xy 53.194 57.964661) (xy 53.221259 58.066394) (xy 53.27392 58.157606) + (xy 53.348394 58.23208) (xy 53.439606 58.284741) (xy 53.541339 58.312) (xy 53.55321 58.312) (xy 52.86611 58.999098) + (xy 52.86611 58.9991) (xy 52.937498 59.049086) (xy 52.942266 59.051839) (xy 52.941178 59.053721) + (xy 52.98742 59.094409) (xy 53.006904 59.16268) (xy 52.986386 59.230647) (xy 52.941015 59.269995) + (xy 52.942015 59.271726) (xy 52.937253 59.274474) (xy 52.749703 59.405799) (xy 52.749697 59.405804) + (xy 52.629907 59.525595) (xy 52.567595 59.559621) (xy 52.540812 59.5625) (xy 46.902389 59.5625) + (xy 46.730541 59.596683) (xy 46.730536 59.596685) (xy 46.568664 59.663735) (xy 46.422981 59.761077) + (xy 46.422974 59.761082) (xy 42.483461 63.700596) (xy 42.421149 63.734622) (xy 42.394366 63.737501) + (xy 41.773168 63.737501) (xy 41.705047 63.717499) (xy 41.658554 63.663843) (xy 41.64845 63.593569) + (xy 41.651461 63.57889) (xy 41.656 63.56195) (xy 41.679543 63.474087) (xy 41.699498 63.246) (xy 41.679543 63.017913) + (xy 41.620284 62.796757) (xy 41.523523 62.589251) (xy 41.392198 62.4017) (xy 41.2303 62.239802) + (xy 41.042749 62.108477) (xy 40.835246 62.011717) (xy 40.83524 62.011715) (xy 40.741771 61.98667) + (xy 40.614087 61.952457) (xy 40.386 61.932502) (xy 40.157913 61.952457) (xy 39.936759 62.011715) + (xy 39.936753 62.011717) (xy 39.72925 62.108477) (xy 39.541703 62.239799) (xy 39.541697 62.239804) + (xy 39.379804 62.401697) (xy 39.379799 62.401703) (xy 39.248477 62.58925) (xy 39.151717 62.796753) + (xy 39.151715 62.796759) (xy 39.100501 62.987892) (xy 39.092457 63.017913) (xy 39.072502 63.246) + (xy 39.092457 63.474087) (xy 39.100501 63.504107) (xy 39.120539 63.57889) (xy 39.118849 63.649867) + (xy 39.079055 63.708662) (xy 39.01379 63.73661) (xy 38.998832 63.737501) (xy 38.482736 63.737501) + (xy 38.414615 63.717499) (xy 38.368122 63.663843) (xy 38.358018 63.593569) (xy 38.387512 63.528989) + (xy 38.410465 63.508288) (xy 38.416436 63.504107) (xy 38.4363 63.490198) (xy 38.598198 63.3283) + (xy 38.729523 63.140749) (xy 38.826284 62.933243) (xy 38.885543 62.712087) (xy 38.905498 62.484) + (xy 38.885543 62.255913) (xy 38.826284 62.034757) (xy 38.729523 61.827251) (xy 38.598198 61.6397) + (xy 38.4363 61.477802) (xy 38.248749 61.346477) (xy 38.158469 61.304379) (xy 38.041246 61.249717) + (xy 38.04124 61.249715) (xy 37.92489 61.218539) (xy 37.820087 61.190457) (xy 37.592 61.170502) (xy 37.363913 61.190457) + (xy 37.142759 61.249715) (xy 37.142753 61.249717) (xy 36.93525 61.346477) (xy 36.747703 61.477799) + (xy 36.747697 61.477804) (xy 36.585804 61.639697) (xy 36.585799 61.639703) (xy 36.454477 61.82725) + (xy 36.357717 62.034753) (xy 36.357715 62.034759) (xy 36.302775 62.239799) (xy 36.298457 62.255913) + (xy 36.278502 62.484) (xy 36.298457 62.712087) (xy 36.357716 62.933243) (xy 36.454477 63.140749) + (xy 36.585802 63.3283) (xy 36.7477 63.490198) (xy 36.747703 63.4902) (xy 36.773535 63.508288) (xy 36.817863 63.563745) + (xy 36.825172 63.634364) (xy 36.793141 63.697725) (xy 36.73194 63.73371) (xy 36.701264 63.737501) + (xy 28.322736 63.737501) (xy 28.254615 63.717499) (xy 28.208122 63.663843) (xy 28.198018 63.593569) + (xy 28.227512 63.528989) (xy 28.250465 63.508288) (xy 28.256436 63.504107) (xy 28.2763 63.490198) + (xy 28.438198 63.3283) (xy 28.569523 63.140749) (xy 28.666284 62.933243) (xy 28.725543 62.712087) + (xy 28.745498 62.484) (xy 28.725543 62.255913) (xy 28.666284 62.034757) (xy 28.569523 61.827251) + (xy 28.438198 61.6397) (xy 28.2763 61.477802) (xy 28.088749 61.346477) (xy 27.998469 61.304379) + (xy 27.881246 61.249717) (xy 27.88124 61.249715) (xy 27.76489 61.218539) (xy 27.660087 61.190457) + (xy 27.432 61.170502) (xy 27.203913 61.190457) (xy 27.09911 61.218539) (xy 27.028133 61.216849) + (xy 26.969338 61.177055) (xy 26.94139 61.11179) (xy 26.940499 61.096832) (xy 26.940499 60.061167) + (xy 26.960501 59.993046) (xy 27.014157 59.946553) (xy 27.084431 59.936449) (xy 27.099092 59.939456) + (xy 27.203913 59.967543) (xy 27.432 59.987498) (xy 27.660087 59.967543) (xy 27.881243 59.908284) + (xy 28.088749 59.811523) (xy 28.2763 59.680198) (xy 28.438198 59.5183) (xy 28.569523 59.330749) + (xy 28.666284 59.123243) (xy 28.725543 58.902087) (xy 28.745498 58.674) (xy 28.725543 58.445913) + (xy 28.666284 58.224757) (xy 28.569523 58.017251) (xy 28.438198 57.8297) (xy 28.2763 57.667802) + (xy 28.088749 57.536477) (xy 28.036258 57.512) (xy 27.881246 57.439717) (xy 27.88124 57.439715) + (xy 27.76489 57.408539) (xy 27.660087 57.380457) (xy 27.432 57.360502) (xy 27.203913 57.380457) + (xy 27.09911 57.408539) (xy 27.028133 57.406849) (xy 26.969338 57.367055) (xy 26.94139 57.30179) + (xy 26.940499 57.286832) (xy 26.940499 52.780114) (xy 26.960501 52.711993) (xy 27.014157 52.6655) + (xy 27.084431 52.655396) (xy 27.149011 52.68489) (xy 27.155594 52.691019) (xy 28.402599 53.938024) + (xy 28.526496 54.061921) (xy 28.672183 54.159266) (xy 28.834061 54.226318) (xy 29.005911 54.260501) + (xy 30.917879 54.260501) (xy 30.986 54.280503) (xy 31.032493 54.334159) (xy 31.0434 54.397482) (xy 31.024807 54.609999) + (xy 31.043542 54.824141) (xy 31.099177 55.031774) (xy 31.099179 55.03178) (xy 31.190024 55.226597) + (xy 31.284972 55.362198) (xy 31.313319 55.402681) (xy 31.465319 55.554681) (xy 31.641403 55.677976) + (xy 31.836223 55.768822) (xy 32.043858 55.824458) (xy 32.258 55.843193) (xy 32.472142 55.824458) + (xy 32.679777 55.768822) (xy 32.874597 55.677976) (xy 33.050681 55.554681) (xy 33.202681 55.402681) + (xy 33.325976 55.226597) (xy 33.416822 55.031777) (xy 33.472458 54.824142) (xy 33.491193 54.61) + (xy 33.472537 54.396765) (xy 33.486526 54.327163) (xy 33.535926 54.27617) (xy 33.578714 54.26261) + (xy 33.578535 54.261709) (xy 33.609084 54.255632) (xy 33.756457 54.226318) (xy 33.918335 54.159266) + (xy 34.064022 54.061921) (xy 34.792695 53.333246) (xy 34.855006 53.299223) (xy 34.870792 53.296824) + (xy 35.012142 53.284458) (xy 35.219777 53.228822) (xy 35.414597 53.137976) (xy 35.590681 53.014681) + (xy 35.742681 52.862681) (xy 35.865976 52.686597) (xy 35.956822 52.491777) (xy 36.012458 52.284142) + (xy 36.031193 52.07) (xy 36.012458 51.855858) (xy 35.956822 51.648223) (xy 35.865976 51.453404) + (xy 35.865975 51.453403) (xy 35.865974 51.4534) (xy 35.742685 51.277323) (xy 35.742682 51.27732) + (xy 35.691059 51.225697) (xy 35.590681 51.125319) (xy 35.502825 51.063802) (xy 35.414597 51.002024) + (xy 35.21978 50.911179) (xy 35.219774 50.911177) (xy 35.132019 50.887663) (xy 35.012142 50.855542) + (xy 34.798 50.836807) (xy 34.583858 50.855542) (xy 34.376225 50.911177) (xy 34.37622 50.911179) + (xy 34.1814 51.002025) (xy 34.005323 51.125314) (xy 34.005313 51.125323) (xy 33.853323 51.277313) + (xy 33.853314 51.277323) (xy 33.730025 51.4534) (xy 33.639179 51.64822) (xy 33.639177 51.648225) + (xy 33.622413 51.71079) (xy 33.588395 51.837749) (xy 33.583541 51.855863) (xy 33.571176 51.997191) + (xy 33.545313 52.063309) (xy 33.534751 52.075304) (xy 33.201601 52.408454) (xy 33.139289 52.44248) + (xy 33.087925 52.442937) (xy 33.018905 52.429209) (xy 32.970091 52.419499) (xy 32.970089 52.419499) + (xy 31.721127 52.419499) (xy 31.545911 52.419499) (xy 31.545908 52.419499) (xy 31.37406 52.453682) + (xy 31.374059 52.453682) (xy 31.330053 52.47191) (xy 31.281837 52.481501) (xy 31.043265 52.481501) + (xy 30.975144 52.461499) (xy 30.928651 52.407843) (xy 30.918547 52.337569) (xy 30.921558 52.322891) + (xy 30.931963 52.284056) (xy 30.95069 52.07) (xy 30.931963 51.855947) (xy 30.876351 51.648396) (xy 30.876349 51.648392) + (xy 30.785541 51.453654) (xy 30.747658 51.399551) (xy 30.747656 51.399551) (xy 30.118 52.029207) + (xy 30.118 52.017339) (xy 30.090741 51.915606) (xy 30.03808 51.824394) (xy 29.963606 51.74992) (xy 29.872394 51.697259) + (xy 29.770661 51.67) (xy 29.75879 51.67) (xy 30.388447 51.040341) (xy 30.388447 51.04034) (xy 30.334344 51.002457) + (xy 30.334345 51.002457) (xy 30.139608 50.91165) (xy 30.139603 50.911648) (xy 29.932052 50.856036) + (xy 29.718 50.837309) (xy 29.503947 50.856036) (xy 29.296396 50.911648) (xy 29.296392 50.91165) + (xy 29.101653 51.002459) (xy 29.04755 51.040341) (xy 29.677209 51.67) (xy 29.665339 51.67) (xy 29.563606 51.697259) + (xy 29.472394 51.74992) (xy 29.39792 51.824394) (xy 29.345259 51.915606) (xy 29.318 52.017339) (xy 29.318 52.029209) + (xy 28.688341 51.39955) (xy 28.68834 51.39955) (xy 28.647488 51.457894) (xy 28.592031 51.502223) + (xy 28.521412 51.509532) (xy 28.458052 51.477502) (xy 28.45518 51.474719) (xy 26.977404 49.996943) + (xy 26.943378 49.934631) (xy 26.940499 49.907848) (xy 26.940499 47.152553) (xy 26.960501 47.084432) + (xy 27.014157 47.037939) (xy 27.079968 47.027275) (xy 27.091362 47.0285) (xy 27.091368 47.0285) + (xy 28.788632 47.0285) (xy 28.788638 47.0285) (xy 28.788645 47.028499) (xy 28.788649 47.028499) + (xy 28.849196 47.02199) (xy 28.849201 47.021989) (xy 28.871845 47.013543) (xy 28.928467 46.992423) + (xy 28.999281 46.987358) (xy 29.061593 47.021382) (xy 29.095619 47.083694) (xy 29.098499 47.110479) + (xy 29.098499 47.133609) (xy 29.132682 47.305457) (xy 29.133808 47.309168) (xy 29.133826 47.311205) + (xy 29.13389 47.311527) (xy 29.133829 47.311539) (xy 29.134437 47.380162) (xy 29.096584 47.440226) + (xy 29.032268 47.470291) (xy 29.024214 47.471257) (xy 28.98201 47.474949) (xy 28.982005 47.47495) + (xy 28.76093 47.534186) (xy 28.760926 47.534188) (xy 28.5535 47.630913) (xy 28.482109 47.680899) + (xy 29.169211 48.368) (xy 29.157339 48.368) (xy 29.055606 48.395259) (xy 28.964394 48.44792) (xy 28.88992 48.522394) + (xy 28.837259 48.613606) (xy 28.81 48.715339) (xy 28.81 48.727209) (xy 28.1229 48.040109) (xy 28.072913 48.1115) + (xy 27.976188 48.318926) (xy 27.976186 48.318931) (xy 27.916951 48.539997) (xy 27.897004 48.768) + (xy 27.916951 48.996002) (xy 27.976186 49.217068) (xy 27.976188 49.217073) (xy 28.072913 49.424501) + (xy 28.122899 49.495888) (xy 28.81 48.808788) (xy 28.81 48.820661) (xy 28.837259 48.922394) (xy 28.88992 49.013606) + (xy 28.964394 49.08808) (xy 29.055606 49.140741) (xy 29.157339 49.168) (xy 29.16921 49.168) (xy 28.48211 49.855098) + (xy 28.48211 49.8551) (xy 28.553498 49.905086) (xy 28.760926 50.001811) (xy 28.760931 50.001813) + (xy 28.981999 50.061048) (xy 28.981995 50.061048) (xy 29.21 50.080995) (xy 29.438002 50.061048) + (xy 29.659068 50.001813) (xy 29.659073 50.001811) (xy 29.866497 49.905088) (xy 29.937888 49.855099) + (xy 29.937888 49.855097) (xy 29.250791 49.168) (xy 29.262661 49.168) (xy 29.364394 49.140741) (xy 29.455606 49.08808) + (xy 29.53008 49.013606) (xy 29.582741 48.922394) (xy 29.61 48.820661) (xy 29.61 48.80879) (xy 30.297097 49.495888) + (xy 30.297099 49.495888) (xy 30.347088 49.424496) (xy 30.349841 49.41973) (xy 30.351729 49.42082) + (xy 30.392384 49.374594) (xy 30.460651 49.355094) (xy 30.528622 49.375597) (xy 30.567989 49.420987) + (xy 30.569726 49.419985) (xy 30.572474 49.424746) (xy 30.676632 49.573498) (xy 30.703802 49.6123) + (xy 30.8657 49.774198) (xy 31.053251 49.905523) (xy 31.260757 50.002284) (xy 31.481913 50.061543) + (xy 31.71 50.081498) (xy 31.938087 50.061543) (xy 32.159243 50.002284) (xy 32.366749 49.905523) + (xy 32.5543 49.774198) (xy 32.716198 49.6123) (xy 32.847523 49.424749) (xy 32.944284 49.217243) + (xy 33.003543 48.996087) (xy 33.023498 48.768) (xy 33.003543 48.539913) (xy 32.944284 48.318757) + (xy 32.916885 48.26) (xy 33.738502 48.26) (xy 33.758457 48.488087) (xy 33.785568 48.589265) (xy 33.817715 48.70924) + (xy 33.817717 48.709246) (xy 33.914477 48.916749) (xy 34.034444 49.08808) (xy 34.045802 49.1043) + (xy 34.2077 49.266198) (xy 34.395251 49.397523) (xy 34.602757 49.494284) (xy 34.823913 49.553543) + (xy 35.052 49.573498) (xy 35.280087 49.553543) (xy 35.501243 49.494284) (xy 35.708749 49.397523) + (xy 35.8963 49.266198) (xy 36.058198 49.1043) (xy 36.189523 48.916749) (xy 36.286284 48.709243) + (xy 36.345543 48.488087) (xy 36.365498 48.26) (xy 41.358502 48.26) (xy 41.378457 48.488087) (xy 41.405568 48.589265) + (xy 41.437715 48.70924) (xy 41.437717 48.709246) (xy 41.534477 48.916749) (xy 41.654444 49.08808) + (xy 41.665802 49.1043) (xy 41.8277 49.266198) (xy 42.015251 49.397523) (xy 42.222757 49.494284) + (xy 42.443913 49.553543) (xy 42.672 49.573498) (xy 42.900087 49.553543) (xy 43.121243 49.494284) + (xy 43.328749 49.397523) (xy 43.5163 49.266198) (xy 43.678198 49.1043) (xy 43.809523 48.916749) + (xy 43.906284 48.709243) (xy 43.965543 48.488087) (xy 43.985498 48.26) (xy 43.965543 48.031913) + (xy 43.906284 47.810757) (xy 43.809523 47.603251) (xy 43.678198 47.4157) (xy 43.5163 47.253802) + (xy 43.328749 47.122477) (xy 43.289543 47.104195) (xy 43.236258 47.057279) (xy 43.216796 46.989002) + (xy 43.237337 46.921042) (xy 43.289543 46.875805) (xy 43.291997 46.87466) (xy 43.328749 46.857523) + (xy 43.5163 46.726198) (xy 43.678198 46.5643) (xy 43.809523 46.376749) (xy 43.906284 46.169243) + (xy 43.965543 45.948087) (xy 43.985498 45.72) (xy 43.965543 45.491913) (xy 43.906284 45.270757) + (xy 43.809523 45.063251) (xy 43.678198 44.8757) (xy 43.5163 44.713802) (xy 43.516291 44.713796) + (xy 43.418388 44.645243) (xy 43.328749 44.582477) (xy 43.289543 44.564195) (xy 43.236258 44.517279) + (xy 43.216796 44.449002) (xy 43.237337 44.381042) (xy 43.289543 44.335805) (xy 43.291997 44.33466) + (xy 43.328749 44.317523) (xy 43.5163 44.186198) (xy 43.678198 44.0243) (xy 43.809523 43.836749) + (xy 43.906284 43.629243) (xy 43.965543 43.408087) (xy 43.985498 43.18) (xy 43.965543 42.951913) + (xy 43.906284 42.730757) (xy 43.809523 42.523251) (xy 43.678198 42.3357) (xy 43.5163 42.173802) + (xy 43.516291 42.173796) (xy 43.32875 42.042478) (xy 43.328749 42.042477) (xy 43.289543 42.024195) + (xy 43.236258 41.977279) (xy 43.216796 41.909002) (xy 43.237337 41.841042) (xy 43.289543 41.795805) + (xy 43.291997 41.79466) (xy 43.328749 41.777523) (xy 43.5163 41.646198) (xy 43.678198 41.4843) (xy 43.809523 41.296749) + (xy 43.906284 41.089243) (xy 43.965543 40.868087) (xy 43.985498 40.64) (xy 43.965543 40.411913) + (xy 43.906284 40.190757) (xy 43.809523 39.983251) (xy 43.678198 39.7957) (xy 43.5163 39.633802) + (xy 43.514096 39.632259) (xy 43.328749 39.502477) (xy 43.121246 39.405717) (xy 43.12124 39.405715) + (xy 43.02452 39.379799) (xy 42.900087 39.346457) (xy 42.672 39.326502) (xy 42.443913 39.346457) + (xy 42.222759 39.405715) (xy 42.222753 39.405717) (xy 42.01525 39.502477) (xy 41.827703 39.633799) + (xy 41.827697 39.633804) (xy 41.665804 39.795697) (xy 41.665799 39.795703) (xy 41.534477 39.98325) + (xy 41.437717 40.190753) (xy 41.437715 40.190759) (xy 41.401724 40.32508) (xy 41.378457 40.411913) + (xy 41.358502 40.64) (xy 41.378457 40.868087) (xy 41.386978 40.899888) (xy 41.437715 41.08924) (xy 41.437717 41.089246) + (xy 41.531883 41.291186) (xy 41.534477 41.296749) (xy 41.665802 41.4843) (xy 41.8277 41.646198) + (xy 42.015251 41.777523) (xy 42.050359 41.793894) (xy 42.054457 41.795805) (xy 42.107742 41.842722) + (xy 42.127203 41.910999) (xy 42.106661 41.978959) (xy 42.054457 42.024195) (xy 42.01525 42.042477) + (xy 41.827703 42.173799) (xy 41.827697 42.173804) (xy 41.665804 42.335697) (xy 41.665799 42.335703) + (xy 41.534477 42.52325) (xy 41.437717 42.730753) (xy 41.437715 42.730759) (xy 41.378457 42.951913) + (xy 41.358502 43.18) (xy 41.378457 43.408086) (xy 41.437715 43.62924) (xy 41.437717 43.629246) (xy 41.534477 43.836749) + (xy 41.590029 43.916086) (xy 41.665802 44.0243) (xy 41.8277 44.186198) (xy 42.015251 44.317523) + (xy 42.050359 44.333894) (xy 42.054457 44.335805) (xy 42.107742 44.382722) (xy 42.127203 44.450999) + (xy 42.106661 44.518959) (xy 42.054457 44.564195) (xy 42.01525 44.582477) (xy 41.827703 44.713799) + (xy 41.827697 44.713804) (xy 41.665804 44.875697) (xy 41.665799 44.875703) (xy 41.534477 45.06325) + (xy 41.437717 45.270753) (xy 41.437715 45.270759) (xy 41.39334 45.436368) (xy 41.378457 45.491913) + (xy 41.358502 45.72) (xy 41.378457 45.948087) (xy 41.383251 45.965977) (xy 41.437715 46.16924) (xy 41.437717 46.169246) + (xy 41.492511 46.286753) (xy 41.534477 46.376749) (xy 41.665802 46.5643) (xy 41.8277 46.726198) + (xy 42.015251 46.857523) (xy 42.050359 46.873894) (xy 42.054457 46.875805) (xy 42.107742 46.922722) + (xy 42.127203 46.990999) (xy 42.106661 47.058959) (xy 42.054457 47.104195) (xy 42.01525 47.122477) + (xy 41.827703 47.253799) (xy 41.827697 47.253804) (xy 41.665804 47.415697) (xy 41.665799 47.415703) + (xy 41.534477 47.60325) (xy 41.437717 47.810753) (xy 41.437715 47.810759) (xy 41.39334 47.976368) + (xy 41.378457 48.031913) (xy 41.358502 48.26) (xy 36.365498 48.26) (xy 36.345543 48.031913) (xy 36.286284 47.810757) + (xy 36.189523 47.603251) (xy 36.058198 47.4157) (xy 35.8963 47.253802) (xy 35.708749 47.122477) + (xy 35.669543 47.104195) (xy 35.616258 47.057279) (xy 35.596796 46.989002) (xy 35.617337 46.921042) + (xy 35.669543 46.875805) (xy 35.671997 46.87466) (xy 35.708749 46.857523) (xy 35.8963 46.726198) + (xy 36.058198 46.5643) (xy 36.189523 46.376749) (xy 36.286284 46.169243) (xy 36.345543 45.948087) + (xy 36.365498 45.72) (xy 36.345543 45.491913) (xy 36.286284 45.270757) (xy 36.189523 45.063251) + (xy 36.058198 44.8757) (xy 35.8963 44.713802) (xy 35.896291 44.713796) (xy 35.798388 44.645243) + (xy 35.708749 44.582477) (xy 35.669543 44.564195) (xy 35.616258 44.517279) (xy 35.596796 44.449002) + (xy 35.617337 44.381042) (xy 35.669543 44.335805) (xy 35.671997 44.33466) (xy 35.708749 44.317523) + (xy 35.8963 44.186198) (xy 36.058198 44.0243) (xy 36.189523 43.836749) (xy 36.286284 43.629243) + (xy 36.345543 43.408087) (xy 36.365498 43.18) (xy 36.345543 42.951913) (xy 36.286284 42.730757) + (xy 36.189523 42.523251) (xy 36.058198 42.3357) (xy 35.8963 42.173802) (xy 35.896295 42.173799) + (xy 35.896292 42.173796) (xy 35.892995 42.171487) (xy 35.848669 42.116028) (xy 35.841363 42.045409) + (xy 35.873396 41.982049) (xy 35.934599 41.946067) (xy 35.951801 41.942999) (xy 35.961201 41.941989) + (xy 36.098204 41.890889) (xy 36.104125 41.886457) (xy 36.215261 41.803261) (xy 36.302887 41.686207) + (xy 36.302887 41.686206) (xy 36.302889 41.686204) (xy 36.353989 41.549201) (xy 36.354731 41.542305) + (xy 36.360499 41.488649) (xy 36.3605 41.488632) (xy 36.3605 39.791367) (xy 36.360499 39.79135) (xy 36.35399 39.730803) + (xy 36.353988 39.730795) (xy 36.317811 39.633804) (xy 36.302889 39.593796) (xy 36.302888 39.593794) + (xy 36.302887 39.593792) (xy 36.215261 39.476738) (xy 36.098207 39.389112) (xy 36.098202 39.38911) + (xy 35.961204 39.338011) (xy 35.961196 39.338009) (xy 35.900649 39.3315) (xy 35.900638 39.3315) + (xy 34.203362 39.3315) (xy 34.20335 39.3315) (xy 34.142803 39.338009) (xy 34.142795 39.338011) (xy 34.005797 39.38911) + (xy 34.005792 39.389112) (xy 33.888738 39.476738) (xy 33.801112 39.593792) (xy 33.80111 39.593797) + (xy 33.750011 39.730795) (xy 33.750009 39.730803) (xy 33.7435 39.79135) (xy 33.7435 41.488649) (xy 33.750009 41.549196) + (xy 33.750011 41.549204) (xy 33.80111 41.686202) (xy 33.801112 41.686207) (xy 33.888738 41.803261) + (xy 34.005792 41.890887) (xy 34.005794 41.890888) (xy 34.005796 41.890889) (xy 34.142799 41.941989) + (xy 34.152191 41.942998) (xy 34.217784 41.970163) (xy 34.258279 42.028479) (xy 34.260817 42.09943) + (xy 34.224593 42.16049) (xy 34.21101 42.171483) (xy 34.207708 42.173795) (xy 34.207697 42.173804) + (xy 34.045804 42.335697) (xy 34.045799 42.335703) (xy 33.914477 42.52325) (xy 33.817717 42.730753) + (xy 33.817715 42.730759) (xy 33.758457 42.951913) (xy 33.738502 43.18) (xy 33.758457 43.408086) + (xy 33.817715 43.62924) (xy 33.817717 43.629246) (xy 33.914477 43.836749) (xy 33.970029 43.916086) + (xy 34.045802 44.0243) (xy 34.2077 44.186198) (xy 34.395251 44.317523) (xy 34.430359 44.333894) + (xy 34.434457 44.335805) (xy 34.487742 44.382722) (xy 34.507203 44.450999) (xy 34.486661 44.518959) + (xy 34.434457 44.564195) (xy 34.39525 44.582477) (xy 34.207703 44.713799) (xy 34.207697 44.713804) + (xy 34.045804 44.875697) (xy 34.045799 44.875703) (xy 33.914477 45.06325) (xy 33.817717 45.270753) + (xy 33.817715 45.270759) (xy 33.77334 45.436368) (xy 33.758457 45.491913) (xy 33.738502 45.72) (xy 33.758457 45.948087) + (xy 33.763251 45.965977) (xy 33.817715 46.16924) (xy 33.817717 46.169246) (xy 33.872511 46.286753) + (xy 33.914477 46.376749) (xy 34.045802 46.5643) (xy 34.2077 46.726198) (xy 34.395251 46.857523) + (xy 34.430359 46.873894) (xy 34.434457 46.875805) (xy 34.487742 46.922722) (xy 34.507203 46.990999) + (xy 34.486661 47.058959) (xy 34.434457 47.104195) (xy 34.39525 47.122477) (xy 34.207703 47.253799) + (xy 34.207697 47.253804) (xy 34.045804 47.415697) (xy 34.045799 47.415703) (xy 33.914477 47.60325) + (xy 33.817717 47.810753) (xy 33.817715 47.810759) (xy 33.77334 47.976368) (xy 33.758457 48.031913) + (xy 33.738502 48.26) (xy 32.916885 48.26) (xy 32.847523 48.111251) (xy 32.716198 47.9237) (xy 32.5543 47.761802) + (xy 32.540301 47.752) (xy 32.366749 47.630477) (xy 32.159246 47.533717) (xy 32.15924 47.533715) + (xy 31.962188 47.480915) (xy 31.938087 47.474457) (xy 31.71 47.454502) (xy 31.709997 47.454502) + (xy 31.709995 47.454502) (xy 31.706635 47.454502) (xy 31.705208 47.454083) (xy 31.70452 47.454023) + (xy 31.704532 47.453884) (xy 31.638514 47.4345) (xy 31.61754 47.417597) (xy 31.435412 47.235469) + (xy 31.401386 47.173157) (xy 31.406451 47.102342) (xy 31.448998 47.045506) (xy 31.513523 47.020853) + (xy 31.597087 47.013543) (xy 31.818243 46.954284) (xy 32.025749 46.857523) (xy 32.2133 46.726198) + (xy 32.375198 46.5643) (xy 32.506523 46.376749) (xy 32.603284 46.169243) (xy 32.662543 45.948087) + (xy 32.682498 45.72) (xy 32.662543 45.491913) (xy 32.603284 45.270757) (xy 32.506523 45.063251) + (xy 32.375198 44.8757) (xy 32.2133 44.713802) (xy 32.213295 44.713799) (xy 32.213292 44.713796) + (xy 32.209995 44.711487) (xy 32.165669 44.656028) (xy 32.158363 44.585409) (xy 32.190396 44.522049) + (xy 32.251599 44.486067) (xy 32.268801 44.482999) (xy 32.278201 44.481989) (xy 32.415204 44.430889) + (xy 32.424291 44.424087) (xy 32.532261 44.343261) (xy 32.619887 44.226207) (xy 32.619887 44.226206) + (xy 32.619889 44.226204) (xy 32.670989 44.089201) (xy 32.672967 44.07081) (xy 32.677499 44.028649) + (xy 32.6775 44.028632) (xy 32.6775 42.331367) (xy 32.677499 42.33135) (xy 32.67099 42.270803) (xy 32.670988 42.270795) + (xy 32.634811 42.173804) (xy 32.619889 42.133796) (xy 32.619888 42.133794) (xy 32.619887 42.133792) + (xy 32.532261 42.016738) (xy 32.415207 41.929112) (xy 32.415202 41.92911) (xy 32.278204 41.878011) + (xy 32.278196 41.878009) (xy 32.217649 41.8715) (xy 32.217638 41.8715) (xy 31.003499 41.8715) (xy 30.935378 41.851498) + (xy 30.888885 41.797842) (xy 30.877499 41.7455) (xy 30.877499 37.084) (xy 33.484502 37.084) (xy 33.494755 37.201198) + (xy 33.504457 37.312086) (xy 33.563715 37.53324) (xy 33.563717 37.533246) (xy 33.618332 37.650368) + (xy 33.660477 37.740749) (xy 33.791802 37.9283) (xy 33.9537 38.090198) (xy 34.141251 38.221523) + (xy 34.348757 38.318284) (xy 34.569913 38.377543) (xy 34.798 38.397498) (xy 35.026087 38.377543) + (xy 35.247243 38.318284) (xy 35.454749 38.221523) (xy 35.6423 38.090198) (xy 35.804198 37.9283) + (xy 35.935523 37.740749) (xy 36.032284 37.533243) (xy 36.091543 37.312087) (xy 36.111498 37.084) + (xy 43.644502 37.084) (xy 43.654755 37.201198) (xy 43.664457 37.312086) (xy 43.723715 37.53324) + (xy 43.723717 37.533246) (xy 43.778332 37.650368) (xy 43.820477 37.740749) (xy 43.951802 37.9283) + (xy 44.1137 38.090198) (xy 44.301251 38.221523) (xy 44.508757 38.318284) (xy 44.729913 38.377543) + (xy 44.958 38.397498) (xy 45.186087 38.377543) (xy 45.407243 38.318284) (xy 45.614749 38.221523) + (xy 45.8023 38.090198) (xy 45.964198 37.9283) (xy 46.095523 37.740749) (xy 46.192284 37.533243) + (xy 46.251543 37.312087) (xy 46.271498 37.084) (xy 46.251543 36.855913) (xy 46.192284 36.634757) + (xy 46.095523 36.427251) (xy 45.964198 36.2397) (xy 45.8023 36.077802) (xy 45.614749 35.946477) + (xy 45.407246 35.849717) (xy 45.40724 35.849715) (xy 45.313771 35.82467) (xy 45.186087 35.790457) + (xy 44.958 35.770502) (xy 44.729913 35.790457) (xy 44.508759 35.849715) (xy 44.508753 35.849717) + (xy 44.30125 35.946477) (xy 44.113703 36.077799) (xy 44.113697 36.077804) (xy 43.951804 36.239697) + (xy 43.951799 36.239703) (xy 43.820477 36.42725) (xy 43.723717 36.634753) (xy 43.723715 36.634759) + (xy 43.691568 36.754734) (xy 43.664457 36.855913) (xy 43.644502 37.084) (xy 36.111498 37.084) (xy 36.091543 36.855913) + (xy 36.032284 36.634757) (xy 35.935523 36.427251) (xy 35.804198 36.2397) (xy 35.6423 36.077802) + (xy 35.454749 35.946477) (xy 35.247246 35.849717) (xy 35.24724 35.849715) (xy 35.153771 35.82467) + (xy 35.026087 35.790457) (xy 34.798 35.770502) (xy 34.569913 35.790457) (xy 34.348759 35.849715) + (xy 34.348753 35.849717) (xy 34.14125 35.946477) (xy 33.953703 36.077799) (xy 33.953697 36.077804) + (xy 33.791804 36.239697) (xy 33.791799 36.239703) (xy 33.660477 36.42725) (xy 33.563717 36.634753) + (xy 33.563715 36.634759) (xy 33.531568 36.754734) (xy 33.504457 36.855913) (xy 33.484502 37.084) + (xy 30.877499 37.084) (xy 30.877499 34.080624) (xy 30.897501 34.012503) (xy 30.914404 33.991529) + (xy 32.260915 32.645018) (xy 32.97018 31.935753) (xy 35.146122 29.759809) (xy 35.208432 29.725786) + (xy 35.279247 29.73085) (xy 35.336083 29.773397) (xy 35.350602 29.798292) (xy 35.377139 29.85879) + (xy 35.500275 30.047265) (xy 35.500279 30.04727) (xy 35.652762 30.212908) (xy 35.707331 30.255381) + (xy 35.830424 30.351189) (xy 35.863678 30.369185) (xy 35.86368 30.369186) (xy 35.914071 30.4192) + (xy 35.929423 30.488516) (xy 35.904862 30.555129) (xy 35.86368 30.590813) (xy 35.830426 30.60881) + (xy 35.830424 30.608811) (xy 35.652762 30.747091) (xy 35.500279 30.912729) (xy 35.500275 30.912734) + (xy 35.377141 31.101206) (xy 35.286703 31.307386) (xy 35.286702 31.307387) (xy 35.231437 31.525624) + (xy 35.231436 31.52563) (xy 35.231436 31.525632) (xy 35.212844 31.75) (xy 35.230838 31.967157) (xy 35.231437 31.974375) + (xy 35.286702 32.192612) (xy 35.286703 32.192613) (xy 35.377141 32.398793) (xy 35.500275 32.587265) + (xy 35.500279 32.58727) (xy 35.652762 32.752908) (xy 35.669583 32.766) (xy 35.830424 32.891189) + (xy 36.028426 32.998342) (xy 36.028427 32.998342) (xy 36.028428 32.998343) (xy 36.06821 33.012) + (xy 36.241365 33.071444) (xy 36.463431 33.1085) (xy 36.463435 33.1085) (xy 36.688565 33.1085) (xy 36.688569 33.1085) + (xy 36.910635 33.071444) (xy 37.123574 32.998342) (xy 37.321576 32.891189) (xy 37.49924 32.752906) + (xy 37.651722 32.587268) (xy 37.740816 32.450898) (xy 37.794819 32.40481) (xy 37.865167 32.395235) + (xy 37.929524 32.425212) (xy 37.951782 32.450899) (xy 37.99292 32.513866) (xy 37.992921 32.513866) + (xy 38.631841 31.874946) (xy 38.650075 31.942993) (xy 38.715901 32.057007) (xy 38.808993 32.150099) + (xy 38.923007 32.215925) (xy 38.991051 32.234157) (xy 38.35031 32.874898) (xy 38.370697 32.890766) + (xy 38.370701 32.890768) (xy 38.568628 32.997882) (xy 38.56863 32.997883) (xy 38.781483 33.070955) + (xy 38.78149 33.070957) (xy 39.003477 33.108) (xy 39.228523 33.108) (xy 39.450509 33.070957) (xy 39.450516 33.070955) + (xy 39.663369 32.997883) (xy 39.663371 32.997881) (xy 39.861298 32.890769) (xy 39.881688 32.874898) + (xy 39.240947 32.234157) (xy 39.308993 32.215925) (xy 39.423007 32.150099) (xy 39.516099 32.057007) + (xy 39.581925 31.942993) (xy 39.600158 31.874947) (xy 40.239077 32.513866) (xy 40.239078 32.513866) + (xy 40.280516 32.450441) (xy 40.334519 32.404352) (xy 40.404867 32.394777) (xy 40.469225 32.424754) + (xy 40.491482 32.45044) (xy 40.532921 32.513866) (xy 41.171841 31.874946) (xy 41.190075 31.942993) + (xy 41.255901 32.057007) (xy 41.348993 32.150099) (xy 41.463007 32.215925) (xy 41.531051 32.234157) + (xy 40.89031 32.874898) (xy 40.910697 32.890766) (xy 40.910701 32.890768) (xy 41.108628 32.997882) + (xy 41.10863 32.997883) (xy 41.321483 33.070955) (xy 41.32149 33.070957) (xy 41.543477 33.108) (xy 41.768523 33.108) + (xy 41.990509 33.070957) (xy 41.990516 33.070955) (xy 42.203369 32.997883) (xy 42.203371 32.997881) + (xy 42.401298 32.890769) (xy 42.421688 32.874898) (xy 41.780947 32.234157) (xy 41.848993 32.215925) + (xy 41.963007 32.150099) (xy 42.056099 32.057007) (xy 42.121925 31.942993) (xy 42.140158 31.874947) + (xy 42.779077 32.513866) (xy 42.779078 32.513866) (xy 42.820217 32.450899) (xy 42.874221 32.40481) + (xy 42.944568 32.395235) (xy 43.008926 32.425212) (xy 43.031183 32.450898) (xy 43.120279 32.58727) + (xy 43.272762 32.752908) (xy 43.289583 32.766) (xy 43.450424 32.891189) (xy 43.648426 32.998342) + (xy 43.648427 32.998342) (xy 43.648428 32.998343) (xy 43.68821 33.012) (xy 43.861365 33.071444) + (xy 44.083431 33.1085) (xy 44.083435 33.1085) (xy 44.308565 33.1085) (xy 44.308569 33.1085) (xy 44.530635 33.071444) + (xy 44.743574 32.998342) (xy 44.941576 32.891189) (xy 45.11924 32.752906) (xy 45.232516 32.629856) + (xy 45.293368 32.593286) (xy 45.364333 32.595421) (xy 45.422878 32.635583) (xy 45.439857 32.666517) + (xy 45.440783 32.666086) (xy 45.443883 32.672733) (xy 45.443885 32.672738) (xy 45.534105 32.819007) + (xy 45.53697 32.823652) (xy 45.536975 32.823658) (xy 45.662341 32.949024) (xy 45.662347 32.949029) + (xy 45.662348 32.94903) (xy 45.813262 33.042115) (xy 45.981574 33.097887) (xy 46.085455 33.1085) + (xy 47.386544 33.108499) (xy 47.490426 33.097887) (xy 47.658738 33.042115) (xy 47.809652 32.94903) + (xy 47.93503 32.823652) (xy 48.028115 32.672738) (xy 48.083887 32.504426) (xy 48.0945 32.400545) + (xy 48.094499 31.099456) (xy 48.092306 31.077993) (xy 48.083887 30.995574) (xy 48.055553 30.910067) + (xy 48.028115 30.827262) (xy 47.93503 30.676348) (xy 47.935029 30.676347) (xy 47.935024 30.676341) + (xy 47.809658 30.550975) (xy 47.809652 30.55097) (xy 47.793167 30.540802) (xy 47.658738 30.457885) + (xy 47.658734 30.457883) (xy 47.658733 30.457883) (xy 47.652086 30.454783) (xy 47.653055 30.452704) + (xy 47.603819 30.418611) (xy 47.576567 30.353053) (xy 47.589085 30.283168) (xy 47.624438 30.239994) + (xy 47.659235 30.21291) (xy 47.659237 30.212908) (xy 47.65924 30.212906) (xy 47.811722 30.047268) + (xy 47.93486 29.858791) (xy 48.025296 29.652616) (xy 48.080564 29.434368) (xy 48.099156 29.21) (xy 48.080564 28.985632) + (xy 48.0779 28.975111) (xy 48.036552 28.81183) (xy 48.039219 28.740884) (xy 48.079819 28.682642) + (xy 48.145463 28.655596) (xy 48.158696 28.654899) (xy 54.609766 28.654899) (xy 54.677887 28.674901) + (xy 54.698861 28.691804) (xy 54.709962 28.702905) (xy 54.743988 28.765217) (xy 54.738923 28.836032) + (xy 54.696376 28.892868) (xy 54.629856 28.917679) (xy 54.620867 28.918) (xy 54.142402 28.918) (xy 54.081906 28.924505) + (xy 53.945035 28.975555) (xy 53.945034 28.975555) (xy 53.828095 29.063095) (xy 53.740555 29.180034) + (xy 53.740555 29.180035) (xy 53.689505 29.316906) (xy 53.683 29.377402) (xy 53.683 29.972) (xy 54.679314 29.972) + (xy 54.67092 29.980394) (xy 54.618259 30.071606) (xy 54.591 30.173339) (xy 54.591 30.278661) (xy 54.618259 30.380394) + (xy 54.67092 30.471606) (xy 54.679314 30.48) (xy 53.683 30.48) (xy 53.683 31.074597) (xy 53.689505 31.135093) + (xy 53.740555 31.271964) (xy 53.740555 31.271965) (xy 53.828095 31.388904) (xy 53.945034 31.476444) + (xy 54.081906 31.527494) (xy 54.142402 31.533999) (xy 54.142415 31.534) (xy 54.737 31.534) (xy 54.737 30.537686) + (xy 54.745394 30.54608) (xy 54.836606 30.598741) (xy 54.938339 30.626) (xy 55.043661 30.626) (xy 55.145394 30.598741) + (xy 55.236606 30.54608) (xy 55.245 30.537686) (xy 55.245 31.534) (xy 55.839585 31.534) (xy 55.839597 31.533999) + (xy 55.900093 31.527494) (xy 56.036964 31.476444) (xy 56.036965 31.476444) (xy 56.153904 31.388904) + (xy 56.241444 31.271965) (xy 56.293822 31.131534) (xy 56.336369 31.074698) (xy 56.402889 31.049887) + (xy 56.472263 31.064978) (xy 56.500973 31.086471) (xy 56.6467 31.232198) (xy 56.834251 31.363523) + (xy 57.041757 31.460284) (xy 57.262913 31.519543) (xy 57.491 31.539498) (xy 57.719087 31.519543) + (xy 57.940243 31.460284) (xy 58.147749 31.363523) (xy 58.3353 31.232198) (xy 58.497198 31.0703) + (xy 58.628523 30.882749) (xy 58.725284 30.675243) (xy 58.784543 30.454087) (xy 58.804498 30.226) + (xy 58.804497 30.225996) (xy 58.804498 30.225993) (xy 58.804498 30.222634) (xy 58.804916 30.221207) + (xy 58.804977 30.220519) (xy 58.805115 30.220531) (xy 58.8245 30.154513) (xy 58.841403 30.133539) + (xy 60.854539 28.120404) (xy 60.916851 28.086378) (xy 60.943634 28.083499) (xy 67.320349 28.083499) + (xy 67.38847 28.103501) (xy 67.434963 28.157157) (xy 67.445067 28.227431) (xy 67.442056 28.24211) + (xy 67.413951 28.346997) (xy 67.394004 28.575) (xy 67.413951 28.803002) (xy 67.473186 29.024068) + (xy 67.473188 29.024073) (xy 67.569913 29.231501) (xy 67.619898 29.302888) (xy 67.6199 29.302888) + (xy 68.307 28.615788) (xy 68.307 28.627661) (xy 68.334259 28.729394) (xy 68.38692 28.820606) (xy 68.461394 28.89508) + (xy 68.552606 28.947741) (xy 68.654339 28.975) (xy 68.66621 28.975) (xy 67.97911 29.662098) (xy 67.97911 29.6621) + (xy 68.050498 29.712086) (xy 68.257926 29.808811) (xy 68.257931 29.808813) (xy 68.478999 29.868048) + (xy 68.478995 29.868048) (xy 68.707 29.887995) (xy 68.935002 29.868048) (xy 69.156068 29.808813) + (xy 69.156073 29.808811) (xy 69.363497 29.712088) (xy 69.434888 29.662099) (xy 69.434888 29.662097) + (xy 68.747791 28.975) (xy 68.759661 28.975) (xy 68.861394 28.947741) (xy 68.952606 28.89508) (xy 69.02708 28.820606) + (xy 69.079741 28.729394) (xy 69.107 28.627661) (xy 69.107 28.615791) (xy 69.794097 29.302888) (xy 69.794099 29.302888) + (xy 69.844088 29.231497) (xy 69.865145 29.186341) (xy 69.912062 29.133056) (xy 69.980339 29.113595) + (xy 70.048299 29.134137) (xy 70.068435 29.150496) (xy 72.612858 31.694919) (xy 72.758545 31.792264) + (xy 72.920423 31.859316) (xy 73.092273 31.893499) (xy 73.26749 31.893499) (xy 77.479832 31.893499) + (xy 77.547953 31.913501) (xy 77.594446 31.967157) (xy 77.60455 32.037431) (xy 77.601539 32.05211) + (xy 77.573457 32.156913) (xy 77.553502 32.385) (xy 77.573457 32.613087) (xy 77.598083 32.704993) + (xy 77.632715 32.83424) (xy 77.632717 32.834246) (xy 77.715605 33.012) (xy 77.729477 33.041749) + (xy 77.860802 33.2293) (xy 78.0227 33.391198) (xy 78.210251 33.522523) (xy 78.417757 33.619284) + (xy 78.638913 33.678543) (xy 78.867 33.698498) (xy 79.095087 33.678543) (xy 79.316243 33.619284) + (xy 79.523749 33.522523) (xy 79.7113 33.391198) (xy 79.873198 33.2293) (xy 80.004523 33.041749) + (xy 80.018395 33.012) (xy 80.102518 32.831597) (xy 80.149435 32.778311) (xy 80.217712 32.75885) + (xy 80.285672 32.779392) (xy 80.305808 32.795751) (xy 82.423597 34.91354) (xy 82.457623 34.975852) + (xy 82.460072 35.013038) (xy 82.456844 35.051998) (xy 82.475437 35.276375) (xy 82.530702 35.494612) + (xy 82.530703 35.494613) (xy 82.530704 35.494616) (xy 82.549844 35.538251) (xy 82.621141 35.700793) + (xy 82.744275 35.889265) (xy 82.744279 35.88927) (xy 82.796943 35.946477) (xy 82.879461 36.036115) + (xy 82.896762 36.054908) (xy 82.926176 36.077802) (xy 83.074424 36.193189) (xy 83.10768 36.211186) + (xy 83.158071 36.2612) (xy 83.173423 36.330516) (xy 83.148862 36.397129) (xy 83.10768 36.432813) + (xy 83.074426 36.45081) (xy 83.074424 36.450811) (xy 82.896762 36.589091) (xy 82.744279 36.754729) + (xy 82.744275 36.754734) (xy 82.621141 36.943206) (xy 82.530703 37.149386) (xy 82.530702 37.149387) + (xy 82.475437 37.367624) (xy 82.475436 37.36763) (xy 82.475436 37.367632) (xy 82.456844 37.592) + (xy 82.469063 37.739463) (xy 82.475437 37.816375) (xy 82.530702 38.034612) (xy 82.530703 38.034613) + (xy 82.530704 38.034616) (xy 82.555085 38.0902) (xy 82.621141 38.240793) (xy 82.744275 38.429265) + (xy 82.744279 38.42927) (xy 82.896762 38.594908) (xy 82.951331 38.637381) (xy 83.074424 38.733189) + (xy 83.10768 38.751186) (xy 83.158071 38.8012) (xy 83.173423 38.870516) (xy 83.148862 38.937129) + (xy 83.10768 38.972813) (xy 83.074426 38.99081) (xy 83.074424 38.990811) (xy 82.896762 39.129091) + (xy 82.744279 39.294729) (xy 82.744275 39.294734) (xy 82.621141 39.483206) (xy 82.530703 39.689386) + (xy 82.530702 39.689387) (xy 82.475437 39.907624) (xy 82.475436 39.90763) (xy 82.475436 39.907632) + (xy 82.456844 40.132) (xy 82.472952 40.326394) (xy 82.475437 40.356375) (xy 82.530702 40.574612) + (xy 82.530703 40.574613) (xy 82.530704 40.574616) (xy 82.600128 40.732888) (xy 82.621141 40.780793) + (xy 82.744275 40.969265) (xy 82.744279 40.96927) (xy 82.896762 41.134908) (xy 82.906546 41.142523) + (xy 83.074424 41.273189) (xy 83.10768 41.291186) (xy 83.158071 41.3412) (xy 83.173423 41.410516) + (xy 83.148862 41.477129) (xy 83.10768 41.512813) (xy 83.074426 41.53081) (xy 83.074424 41.530811) + (xy 82.896762 41.669091) (xy 82.744279 41.834729) (xy 82.744275 41.834734) (xy 82.621141 42.023206) + (xy 82.530703 42.229386) (xy 82.530702 42.229387) (xy 82.475437 42.447624) (xy 82.475436 42.44763) + (xy 82.475436 42.447632) (xy 82.456844 42.672) (xy 82.474701 42.8875) (xy 82.475437 42.896375) (xy 82.530702 43.114612) + (xy 82.530703 43.114613) (xy 82.530704 43.114616) (xy 82.563684 43.189804) (xy 82.621141 43.320793) + (xy 82.744275 43.509265) (xy 82.744279 43.50927) (xy 82.896762 43.674908) (xy 82.900992 43.6782) + (xy 83.074424 43.813189) (xy 83.10768 43.831186) (xy 83.158071 43.8812) (xy 83.173423 43.950516) + (xy 83.148862 44.017129) (xy 83.10768 44.052813) (xy 83.074426 44.07081) (xy 83.074424 44.070811) + (xy 82.896762 44.209091) (xy 82.744279 44.374729) (xy 82.744275 44.374734) (xy 82.621141 44.563206) + (xy 82.530703 44.769386) (xy 82.530702 44.769387) (xy 82.475437 44.987624) (xy 82.475436 44.98763) + (xy 82.475436 44.987632) (xy 82.456844 45.212) (xy 82.472177 45.397042) (xy 82.475437 45.436375) + (xy 82.530702 45.654612) (xy 82.530703 45.654613) (xy 82.530704 45.654616) (xy 82.563684 45.729804) + (xy 82.621141 45.860793) (xy 82.744275 46.049265) (xy 82.744279 46.04927) (xy 82.896762 46.214908) + (xy 82.951331 46.257381) (xy 83.074424 46.353189) (xy 83.10768 46.371186) (xy 83.158071 46.4212) + (xy 83.173423 46.490516) (xy 83.148862 46.557129) (xy 83.10768 46.592813) (xy 83.074426 46.61081) + (xy 83.074424 46.610811) (xy 82.896762 46.749091) (xy 82.744279 46.914729) (xy 82.744275 46.914734) + (xy 82.621141 47.103206) (xy 82.530703 47.309386) (xy 82.530702 47.309387) (xy 82.475437 47.527624) + (xy 82.475436 47.52763) (xy 82.475436 47.527632) (xy 82.456844 47.752) (xy 82.472177 47.937042) + (xy 82.475437 47.976375) (xy 82.530702 48.194612) (xy 82.530703 48.194613) (xy 82.530704 48.194616) + (xy 82.62114 48.400791) (xy 82.621141 48.400793) (xy 82.744275 48.589265) (xy 82.744279 48.58927) + (xy 82.896762 48.754908) (xy 82.913583 48.768) (xy 83.074424 48.893189) (xy 83.10768 48.911186) + (xy 83.158071 48.9612) (xy 83.173423 49.030516) (xy 83.148862 49.097129) (xy 83.10768 49.132813) + (xy 83.074426 49.15081) (xy 83.074424 49.150811) (xy 82.896762 49.289091) (xy 82.744279 49.454729) + (xy 82.744275 49.454734) (xy 82.621141 49.643206) (xy 82.530703 49.849386) (xy 82.530702 49.849387) + (xy 82.475437 50.067624) (xy 82.475436 50.06763) (xy 82.475436 50.067632) (xy 82.456844 50.292) + (xy 82.472177 50.477042) (xy 82.475437 50.516375) (xy 82.530702 50.734612) (xy 82.530703 50.734613) + (xy 82.530704 50.734616) (xy 82.62114 50.940791) (xy 82.621141 50.940793) (xy 82.744275 51.129265) + (xy 82.744279 51.12927) (xy 82.896762 51.294908) (xy 82.951331 51.337381) (xy 83.074424 51.433189) + (xy 83.10768 51.451186) (xy 83.158071 51.5012) (xy 83.173423 51.570516) (xy 83.148862 51.637129) + (xy 83.10768 51.672813) (xy 83.074426 51.69081) (xy 83.074424 51.690811) (xy 82.896762 51.829091) + (xy 82.744279 51.994729) (xy 82.744275 51.994734) (xy 82.621141 52.183206) (xy 82.530703 52.389386) + (xy 82.530702 52.389387) (xy 82.475437 52.607624) (xy 82.475436 52.60763) (xy 82.475436 52.607632) + (xy 82.456844 52.832) (xy 82.472177 53.017042) (xy 82.475437 53.056375) (xy 82.530702 53.274612) + (xy 82.530703 53.274613) (xy 82.530704 53.274616) (xy 82.563684 53.349804) (xy 82.621141 53.480793) + (xy 82.744275 53.669265) (xy 82.744279 53.66927) (xy 82.896762 53.834908) (xy 82.951331 53.877381) + (xy 83.074424 53.973189) (xy 83.10768 53.991186) (xy 83.158071 54.0412) (xy 83.173423 54.110516) + (xy 83.148862 54.177129) (xy 83.10768 54.212813) (xy 83.074426 54.23081) (xy 83.074424 54.230811) + (xy 82.896762 54.369091) (xy 82.744279 54.534729) (xy 82.744275 54.534734) (xy 82.621141 54.723206) + (xy 82.530703 54.929386) (xy 82.530702 54.929387) (xy 82.475437 55.147624) (xy 82.475436 55.14763) + (xy 82.475436 55.147632) (xy 82.456844 55.372) (xy 82.472177 55.557042) (xy 82.475437 55.596375) + (xy 82.530702 55.814612) (xy 82.530703 55.814613) (xy 82.530704 55.814616) (xy 82.563684 55.889804) + (xy 82.621141 56.020793) (xy 82.744275 56.209265) (xy 82.744279 56.20927) (xy 82.896762 56.374908) + (xy 82.900992 56.3782) (xy 83.074424 56.513189) (xy 83.10768 56.531186) (xy 83.158071 56.5812) (xy 83.173423 56.650516) + (xy 83.148862 56.717129) (xy 83.10768 56.752813) (xy 83.074426 56.77081) (xy 83.074424 56.770811) + (xy 82.896762 56.909091) (xy 82.744279 57.074729) (xy 82.744275 57.074734) (xy 82.621141 57.263206) + (xy 82.530703 57.469386) (xy 82.530702 57.469387) (xy 82.475437 57.687624) (xy 82.475436 57.68763) + (xy 82.475436 57.687632) (xy 82.456844 57.912) (xy 82.47429 58.122542) (xy 82.475437 58.136375) + (xy 82.530702 58.354612) (xy 82.530703 58.354613) (xy 82.530704 58.354616) (xy 82.619564 58.557197) + (xy 82.621141 58.560793) (xy 82.744275 58.749265) (xy 82.744279 58.74927) (xy 82.896762 58.914908) + (xy 82.913583 58.928) (xy 83.074424 59.053189) (xy 83.10768 59.071186) (xy 83.158071 59.1212) (xy 83.173423 59.190516) + (xy 83.148862 59.257129) (xy 83.10768 59.292813) (xy 83.074426 59.31081) (xy 83.074424 59.310811) + (xy 82.896762 59.449091) (xy 82.744279 59.614729) (xy 82.744275 59.614734) (xy 82.621141 59.803206) + (xy 82.530703 60.009386) (xy 82.530702 60.009387) (xy 82.475437 60.227624) (xy 82.456844 60.452) + (xy 82.475437 60.676375) (xy 82.530702 60.894612) (xy 82.530703 60.894613) (xy 82.530704 60.894616) + (xy 82.62114 61.100791) (xy 82.621141 61.100793) (xy 82.744275 61.289265) (xy 82.744279 61.28927) + (xy 82.896762 61.454908) (xy 82.926176 61.477802) (xy 83.074424 61.593189) (xy 83.272426 61.700342) + (xy 83.272427 61.700342) (xy 83.272428 61.700343) (xy 83.3457 61.725497) (xy 83.485365 61.773444) + (xy 83.707431 61.8105) (xy 83.707435 61.8105) (xy 83.932565 61.8105) (xy 83.932569 61.8105) (xy 84.154635 61.773444) + (xy 84.367574 61.700342) (xy 84.565576 61.593189) (xy 84.74324 61.454906) (xy 84.895722 61.289268) + (xy 85.01886 61.100791) (xy 85.109296 60.894616) (xy 85.164564 60.676368) (xy 85.183156 60.452) + (xy 85.164564 60.227632) (xy 85.144947 60.150167) (xy 85.109297 60.009387) (xy 85.109296 60.009386) + (xy 85.109296 60.009384) (xy 85.01886 59.803209) (xy 85.01214 59.792924) (xy 84.895724 59.614734) + (xy 84.89572 59.614729) (xy 84.771917 59.480245) (xy 84.74324 59.449094) (xy 84.743239 59.449093) + (xy 84.743237 59.449091) (xy 84.650702 59.377068) (xy 84.565576 59.310811) (xy 84.532319 59.292813) + (xy 84.481929 59.242802) (xy 84.466576 59.173485) (xy 84.491136 59.106872) (xy 84.53232 59.071186) + (xy 84.565576 59.053189) (xy 84.74324 58.914906) (xy 84.895722 58.749268) (xy 85.01886 58.560791) + (xy 85.109296 58.354616) (xy 85.164564 58.136368) (xy 85.183156 57.912) (xy 85.164564 57.687632) + (xy 85.164562 57.687624) (xy 85.109297 57.469387) (xy 85.109296 57.469386) (xy 85.109296 57.469384) + (xy 85.01886 57.263209) (xy 84.980811 57.204971) (xy 84.895724 57.074734) (xy 84.89572 57.074729) + (xy 84.743237 56.909091) (xy 84.661382 56.845381) (xy 84.565576 56.770811) (xy 84.532319 56.752813) + (xy 84.481929 56.702802) (xy 84.466576 56.633485) (xy 84.491136 56.566872) (xy 84.53232 56.531186) + (xy 84.565576 56.513189) (xy 84.74324 56.374906) (xy 84.895722 56.209268) (xy 85.01886 56.020791) + (xy 85.109296 55.814616) (xy 85.164564 55.596368) (xy 85.183156 55.372) (xy 85.164564 55.147632) + (xy 85.135226 55.03178) (xy 85.109297 54.929387) (xy 85.109296 54.929386) (xy 85.109296 54.929384) + (xy 85.01886 54.723209) (xy 84.944897 54.61) (xy 84.895724 54.534734) (xy 84.89572 54.534729) (xy 84.743237 54.369091) + (xy 84.661382 54.305381) (xy 84.565576 54.230811) (xy 84.532319 54.212813) (xy 84.481929 54.162802) + (xy 84.466576 54.093485) (xy 84.491136 54.026872) (xy 84.53232 53.991186) (xy 84.544113 53.984804) + (xy 84.565576 53.973189) (xy 84.74324 53.834906) (xy 84.895722 53.669268) (xy 85.01886 53.480791) + (xy 85.109296 53.274616) (xy 85.164564 53.056368) (xy 85.183156 52.832) (xy 85.164564 52.607632) + (xy 85.135226 52.49178) (xy 85.109297 52.389387) (xy 85.109296 52.389386) (xy 85.109296 52.389384) + (xy 85.01886 52.183209) (xy 84.979302 52.122661) (xy 84.895724 51.994734) (xy 84.89572 51.994729) + (xy 84.755041 51.841913) (xy 84.74324 51.829094) (xy 84.743239 51.829093) (xy 84.743237 51.829091) + (xy 84.641518 51.74992) (xy 84.565576 51.690811) (xy 84.532319 51.672813) (xy 84.481929 51.622802) + (xy 84.466576 51.553485) (xy 84.491136 51.486872) (xy 84.53232 51.451186) (xy 84.565576 51.433189) + (xy 84.74324 51.294906) (xy 84.895722 51.129268) (xy 85.01886 50.940791) (xy 85.109296 50.734616) + (xy 85.164564 50.516368) (xy 85.183156 50.292) (xy 85.164564 50.067632) (xy 85.146663 49.996943) + (xy 85.109297 49.849387) (xy 85.109296 49.849386) (xy 85.109296 49.849384) (xy 85.01886 49.643209) + (xy 85.01214 49.632924) (xy 84.895724 49.454734) (xy 84.89572 49.454729) (xy 84.743237 49.289091) + (xy 84.650702 49.217068) (xy 84.565576 49.150811) (xy 84.532319 49.132813) (xy 84.481929 49.082802) + (xy 84.466576 49.013485) (xy 84.491136 48.946872) (xy 84.53232 48.911186) (xy 84.565576 48.893189) + (xy 84.74324 48.754906) (xy 84.895722 48.589268) (xy 85.01886 48.400791) (xy 85.109296 48.194616) + (xy 85.164564 47.976368) (xy 85.183156 47.752) (xy 85.164564 47.527632) (xy 85.145924 47.454023) + (xy 85.109297 47.309387) (xy 85.109296 47.309386) (xy 85.109296 47.309384) (xy 85.01886 47.103209) + (xy 84.98995 47.058959) (xy 84.895724 46.914734) (xy 84.89572 46.914729) (xy 84.743237 46.749091) + (xy 84.661382 46.685381) (xy 84.565576 46.610811) (xy 84.532319 46.592813) (xy 84.481929 46.542802) + (xy 84.466576 46.473485) (xy 84.491136 46.406872) (xy 84.53232 46.371186) (xy 84.544113 46.364804) + (xy 84.565576 46.353189) (xy 84.74324 46.214906) (xy 84.895722 46.049268) (xy 85.01886 45.860791) + (xy 85.109296 45.654616) (xy 85.164564 45.436368) (xy 85.183156 45.212) (xy 85.164564 44.987632) + (xy 85.130407 44.852749) (xy 85.109297 44.769387) (xy 85.109296 44.769386) (xy 85.109296 44.769384) + (xy 85.01886 44.563209) (xy 85.01214 44.552924) (xy 84.895724 44.374734) (xy 84.89572 44.374729) + (xy 84.743237 44.209091) (xy 84.650923 44.13724) (xy 84.565576 44.070811) (xy 84.532319 44.052813) + (xy 84.481929 44.002802) (xy 84.466576 43.933485) (xy 84.491136 43.866872) (xy 84.53232 43.831186) + (xy 84.565576 43.813189) (xy 84.74324 43.674906) (xy 84.895722 43.509268) (xy 85.01886 43.320791) + (xy 85.109296 43.114616) (xy 85.164564 42.896368) (xy 85.183156 42.672) (xy 85.164564 42.447632) + (xy 85.135122 42.331367) (xy 85.109297 42.229387) (xy 85.109296 42.229386) (xy 85.109296 42.229384) + (xy 85.01886 42.023209) (xy 84.98995 41.978959) (xy 84.895724 41.834734) (xy 84.89572 41.834729) + (xy 84.743237 41.669091) (xy 84.661382 41.605381) (xy 84.565576 41.530811) (xy 84.564068 41.529995) + (xy 84.53232 41.512814) (xy 84.481929 41.462802) (xy 84.466576 41.393485) (xy 84.491136 41.326872) + (xy 84.53232 41.291186) (xy 84.565576 41.273189) (xy 84.74324 41.134906) (xy 84.895722 40.969268) + (xy 85.01886 40.780791) (xy 85.109296 40.574616) (xy 85.164564 40.356368) (xy 85.183156 40.132) + (xy 85.164564 39.907632) (xy 85.135122 39.791367) (xy 85.109297 39.689387) (xy 85.109296 39.689386) + (xy 85.109296 39.689384) (xy 85.01886 39.483209) (xy 84.993315 39.444109) (xy 84.895724 39.294734) + (xy 84.89572 39.294729) (xy 84.743237 39.129091) (xy 84.658264 39.062954) (xy 84.565576 38.990811) + (xy 84.532319 38.972813) (xy 84.481929 38.922802) (xy 84.466576 38.853485) (xy 84.491136 38.786872) + (xy 84.53232 38.751186) (xy 84.565576 38.733189) (xy 84.74324 38.594906) (xy 84.895722 38.429268) + (xy 85.01886 38.240791) (xy 85.109296 38.034616) (xy 85.164564 37.816368) (xy 85.183156 37.592) + (xy 85.164564 37.367632) (xy 85.122417 37.201198) (xy 85.109297 37.149387) (xy 85.109296 37.149386) + (xy 85.109296 37.149384) (xy 85.01886 36.943209) (xy 84.961827 36.855913) (xy 84.895724 36.754734) + (xy 84.89572 36.754729) (xy 84.743237 36.589091) (xy 84.661382 36.525381) (xy 84.565576 36.450811) + (xy 84.532319 36.432813) (xy 84.481929 36.382802) (xy 84.466576 36.313485) (xy 84.491136 36.246872) + (xy 84.53232 36.211186) (xy 84.565576 36.193189) (xy 84.74324 36.054906) (xy 84.895722 35.889268) + (xy 85.01886 35.700791) (xy 85.109296 35.494616) (xy 85.164564 35.276368) (xy 85.183156 35.052) + (xy 85.164564 34.827632) (xy 85.109296 34.609384) (xy 85.01886 34.403209) (xy 85.01214 34.392924) + (xy 84.895724 34.214734) (xy 84.895714 34.214722) (xy 84.752159 34.058782) (xy 84.720737 33.995117) + (xy 84.728723 33.924571) (xy 84.773582 33.869542) (xy 84.800827 33.855388) (xy 84.915965 33.812444) + (xy 85.032904 33.724904) (xy 85.120444 33.607965) (xy 85.120444 33.607964) (xy 85.171494 33.471093) + (xy 85.177999 33.410597) (xy 85.178 33.410585) (xy 85.178 32.766) (xy 84.250703 32.766) (xy 84.285925 32.704993) + (xy 84.32 32.577826) (xy 84.32 32.446174) (xy 84.285925 32.319007) (xy 84.250703 32.258) (xy 85.178 32.258) + (xy 85.178 31.613414) (xy 85.177999 31.613402) (xy 85.171494 31.552906) (xy 85.120444 31.416035) + (xy 85.120444 31.416034) (xy 85.032904 31.299095) (xy 84.915965 31.211555) (xy 84.779093 31.160505) + (xy 84.718597 31.154) (xy 84.074 31.154) (xy 84.074 32.081297) (xy 84.012993 32.046075) (xy 83.885826 32.012) + (xy 83.754174 32.012) (xy 83.627007 32.046075) (xy 83.566 32.081297) (xy 83.566 31.154) (xy 82.921402 31.154) + (xy 82.860906 31.160505) (xy 82.724035 31.211555) (xy 82.724034 31.211555) (xy 82.607095 31.299095) + (xy 82.519555 31.416034) (xy 82.519555 31.416035) (xy 82.468505 31.552906) (xy 82.462 31.613402) + (xy 82.462 32.131867) (xy 82.441998 32.199988) (xy 82.388342 32.246481) (xy 82.318068 32.256585) + (xy 82.253488 32.227091) (xy 82.246905 32.220962) (xy 80.339024 30.313081) (xy 80.339022 30.313079) + (xy 80.193335 30.215734) (xy 80.045534 30.154513) (xy 80.031462 30.148684) (xy 80.031457 30.148682) + (xy 79.859609 30.114499) (xy 79.859607 30.114499) (xy 79.134231 30.114499) (xy 79.06611 30.094497) + (xy 79.019617 30.040841) (xy 79.009513 29.970567) (xy 79.039007 29.905987) (xy 79.098733 29.867603) + (xy 79.101583 29.866802) (xy 79.316243 29.809284) (xy 79.523749 29.712523) (xy 79.7113 29.581198) + (xy 79.873198 29.4193) (xy 80.004523 29.231749) (xy 80.101284 29.024243) (xy 80.160543 28.803087) + (xy 80.180498 28.575) (xy 80.160543 28.346913) (xy 80.101284 28.125757) (xy 80.064227 28.046287) + (xy 82.1095 28.046287) (xy 82.142754 28.256243) (xy 82.208443 28.458412) (xy 82.304949 28.647816) + (xy 82.429896 28.819792) (xy 82.429898 28.819794) (xy 82.4299 28.819797) (xy 82.580202 28.970099) + (xy 82.580205 28.970101) (xy 82.580208 28.970104) (xy 82.752184 29.095051) (xy 82.941588 29.191557) + (xy 83.143757 29.257246) (xy 83.353713 29.2905) (xy 83.353716 29.2905) (xy 83.566284 29.2905) (xy 83.566287 29.2905) + (xy 83.776243 29.257246) (xy 83.978412 29.191557) (xy 84.167816 29.095051) (xy 84.339792 28.970104) + (xy 84.490104 28.819792) (xy 84.615051 28.647816) (xy 84.711557 28.458412) (xy 84.777246 28.256243) + (xy 84.8105 28.046287) (xy 84.8105 27.833713) (xy 84.777246 27.623757) (xy 84.711557 27.421588) + (xy 84.615051 27.232184) (xy 84.490104 27.060208) (xy 84.490101 27.060205) (xy 84.490099 27.060202) + (xy 84.339797 26.9099) (xy 84.339794 26.909898) (xy 84.339792 26.909896) (xy 84.167816 26.784949) + (xy 83.978412 26.688443) (xy 83.776243 26.622754) (xy 83.566287 26.5895) (xy 83.353713 26.5895) + (xy 83.143757 26.622754) (xy 83.143754 26.622754) (xy 83.143753 26.622755) (xy 82.941588 26.688443) + (xy 82.941586 26.688444) (xy 82.75218 26.784951) (xy 82.580205 26.909898) (xy 82.580202 26.9099) + (xy 82.4299 27.060202) (xy 82.429898 27.060205) (xy 82.304951 27.23218) (xy 82.304949 27.232184) + (xy 82.208443 27.421588) (xy 82.142754 27.623757) (xy 82.1095 27.833713) (xy 82.1095 28.046287) + (xy 80.064227 28.046287) (xy 80.004523 27.918251) (xy 79.873198 27.7307) (xy 79.7113 27.568802) + (xy 79.523749 27.437477) (xy 79.489675 27.421588) (xy 79.316246 27.340717) (xy 79.31624 27.340715) + (xy 79.222771 27.31567) (xy 79.095087 27.281457) (xy 78.867 27.261502) (xy 78.638913 27.281457) + (xy 78.417759 27.340715) (xy 78.417753 27.340717) (xy 78.21025 27.437477) (xy 78.022703 27.568799) + (xy 78.022697 27.568804) (xy 77.860804 27.730697) (xy 77.860799 27.730703) (xy 77.729477 27.91825) + (xy 77.632717 28.125753) (xy 77.632715 28.125759) (xy 77.584718 28.304885) (xy 77.573457 28.346913) + (xy 77.553502 28.575) (xy 77.573457 28.803087) (xy 77.578151 28.820606) (xy 77.632715 29.02424) + (xy 77.632717 29.024246) (xy 77.729477 29.231749) (xy 77.831464 29.377402) (xy 77.860802 29.4193) + (xy 78.0227 29.581198) (xy 78.210251 29.712523) (xy 78.417757 29.809284) (xy 78.632381 29.866792) + (xy 78.693003 29.903744) (xy 78.724024 29.967604) (xy 78.715596 30.038099) (xy 78.670393 30.092846) + (xy 78.602767 30.114463) (xy 78.599769 30.114499) (xy 73.600514 30.114499) (xy 73.532393 30.094497) + (xy 73.511419 30.077594) (xy 69.936906 26.503081) (xy 69.936904 26.503079) (xy 69.791217 26.405734) + (xy 69.629339 26.338682) (xy 69.457491 26.304499) (xy 69.457489 26.304499) (xy 60.610609 26.304499) + (xy 60.435393 26.304499) (xy 60.43539 26.304499) (xy 60.263542 26.338682) (xy 60.263537 26.338684) + (xy 60.101665 26.405734) (xy 59.955982 26.503076) (xy 59.955975 26.503081) (xy 57.583459 28.875597) + (xy 57.521147 28.909623) (xy 57.494364 28.912502) (xy 57.487634 28.912502) (xy 57.419513 28.8925) + (xy 57.398543 28.875601) (xy 55.597422 27.074479) (xy 55.576059 27.060205) (xy 55.549079 27.042177) + (xy 55.451735 26.977134) (xy 55.289857 26.910082) (xy 55.288922 26.909896) (xy 55.118009 26.875899) + (xy 55.118007 26.875899) (xy 35.9702 26.875899) (xy 35.794983 26.875899) (xy 35.79498 26.875899) + (xy 35.623132 26.910082) (xy 35.623127 26.910084) (xy 35.461255 26.977134) (xy 35.315572 27.074476) + (xy 35.315565 27.074481) (xy 25.675595 36.714452) (xy 25.613283 36.748478) (xy 25.542468 36.743413) + (xy 25.485632 36.700866) (xy 25.460821 36.634346) (xy 25.4605 36.625357) (xy 25.4605 28.046287) + (xy 26.5895 28.046287) (xy 26.622754 28.256243) (xy 26.688443 28.458412) (xy 26.784949 28.647816) + (xy 26.909896 28.819792) (xy 26.909898 28.819794) (xy 26.9099 28.819797) (xy 27.060202 28.970099) + (xy 27.060205 28.970101) (xy 27.060208 28.970104) (xy 27.232184 29.095051) (xy 27.421588 29.191557) + (xy 27.623757 29.257246) (xy 27.833713 29.2905) (xy 27.833716 29.2905) (xy 28.046284 29.2905) (xy 28.046287 29.2905) + (xy 28.256243 29.257246) (xy 28.458412 29.191557) (xy 28.647816 29.095051) (xy 28.819792 28.970104) + (xy 28.970104 28.819792) (xy 29.095051 28.647816) (xy 29.191557 28.458412) (xy 29.257246 28.256243) + (xy 29.2905 28.046287) (xy 29.2905 27.833713) (xy 29.257246 27.623757) (xy 29.191557 27.421588) + (xy 29.095051 27.232184) (xy 28.970104 27.060208) (xy 28.970101 27.060205) (xy 28.970099 27.060202) + (xy 28.819797 26.9099) (xy 28.819794 26.909898) (xy 28.819792 26.909896) (xy 28.647816 26.784949) + (xy 28.458412 26.688443) (xy 28.256243 26.622754) (xy 28.046287 26.5895) (xy 27.833713 26.5895) + (xy 27.623757 26.622754) (xy 27.623754 26.622754) (xy 27.623753 26.622755) (xy 27.421588 26.688443) + (xy 27.421586 26.688444) (xy 27.23218 26.784951) (xy 27.060205 26.909898) (xy 27.060202 26.9099) + (xy 26.9099 27.060202) (xy 26.909898 27.060205) (xy 26.784951 27.23218) (xy 26.784949 27.232184) + (xy 26.688443 27.421588) (xy 26.622754 27.623757) (xy 26.5895 27.833713) (xy 26.5895 28.046287) + (xy 25.4605 28.046287) (xy 25.4605 25.5865) (xy 25.480502 25.518379) (xy 25.534158 25.471886) (xy 25.5865 25.4605) + (xy 85.8135 25.4605) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 43.337849 77.859502) (xy 43.384342 77.913158) (xy 43.394446 77.983432) (xy 43.372941 78.03777) + (xy 43.312913 78.123498) (xy 43.216188 78.330926) (xy 43.216186 78.330931) (xy 43.156951 78.551997) + (xy 43.137004 78.78) (xy 43.156951 79.008002) (xy 43.216186 79.229068) (xy 43.216188 79.229073) + (xy 43.312913 79.436501) (xy 43.362898 79.507888) (xy 43.3629 79.507888) (xy 44.05 78.820788) (xy 44.05 78.832661) + (xy 44.077259 78.934394) (xy 44.12992 79.025606) (xy 44.204394 79.10008) (xy 44.295606 79.152741) + (xy 44.397339 79.18) (xy 44.40921 79.18) (xy 43.72211 79.867098) (xy 43.72211 79.8671) (xy 43.793498 79.917086) + (xy 43.798266 79.919839) (xy 43.797178 79.921721) (xy 43.84342 79.962409) (xy 43.862904 80.03068) + (xy 43.842386 80.098647) (xy 43.797015 80.137995) (xy 43.798015 80.139726) (xy 43.793253 80.142474) + (xy 43.605703 80.273799) (xy 43.605697 80.273804) (xy 43.443804 80.435697) (xy 43.443799 80.435703) + (xy 43.312477 80.62325) (xy 43.215717 80.830753) (xy 43.215715 80.830759) (xy 43.156457 81.051913) + (xy 43.136502 81.28) (xy 43.136502 81.280003) (xy 43.136502 81.280006) (xy 43.136502 81.283364) + (xy 43.136083 81.284789) (xy 43.136023 81.285481) (xy 43.135883 81.285468) (xy 43.1165 81.351485) + (xy 43.099596 81.372459) (xy 41.622377 82.84968) (xy 41.567178 82.904879) (xy 41.511979 82.960077) + (xy 41.449666 82.994102) (xy 41.37885 82.989036) (xy 41.350617 82.974196) (xy 41.296749 82.936477) + (xy 41.274928 82.926302) (xy 41.257543 82.918195) (xy 41.204258 82.871279) (xy 41.184796 82.803002) + (xy 41.205337 82.735042) (xy 41.257543 82.689805) (xy 41.259997 82.68866) (xy 41.296749 82.671523) + (xy 41.4843 82.540198) (xy 41.646198 82.3783) (xy 41.777523 82.190749) (xy 41.874284 81.983243) + (xy 41.933543 81.762087) (xy 41.953498 81.534) (xy 41.933543 81.305913) (xy 41.874284 81.084757) + (xy 41.777523 80.877251) (xy 41.646198 80.6897) (xy 41.4843 80.527802) (xy 41.484291 80.527796) + (xy 41.352765 80.4357) (xy 41.296749 80.396477) (xy 41.257543 80.378195) (xy 41.204258 80.331279) + (xy 41.184796 80.263002) (xy 41.205337 80.195042) (xy 41.257543 80.149805) (xy 41.259997 80.14866) + (xy 41.296749 80.131523) (xy 41.4843 80.000198) (xy 41.646198 79.8383) (xy 41.777523 79.650749) + (xy 41.874284 79.443243) (xy 41.933543 79.222087) (xy 41.953498 78.994) (xy 41.933543 78.765913) + (xy 41.874284 78.544757) (xy 41.777523 78.337251) (xy 41.646198 78.1497) (xy 41.551093 78.054595) + (xy 41.517067 77.992283) (xy 41.522132 77.921468) (xy 41.564679 77.864632) (xy 41.631199 77.839821) + (xy 41.640188 77.8395) (xy 43.269728 77.8395) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 38.650075 29.402993) (xy 38.715901 29.517007) (xy 38.808993 29.610099) (xy 38.923007 29.675925) + (xy 38.991051 29.694157) (xy 38.35031 30.334898) (xy 38.370697 30.350766) (xy 38.370705 30.350771) + (xy 38.404731 30.369185) (xy 38.455122 30.419197) (xy 38.470475 30.488514) (xy 38.445915 30.555127) + (xy 38.404735 30.590811) (xy 38.370705 30.609227) (xy 38.370693 30.609235) (xy 38.350311 30.625099) + (xy 38.35031 30.6251) (xy 38.991052 31.265842) (xy 38.923007 31.284075) (xy 38.808993 31.349901) + (xy 38.715901 31.442993) (xy 38.650075 31.557007) (xy 38.631842 31.625052) (xy 37.992921 30.986131) + (xy 37.992919 30.986132) (xy 37.951781 31.0491) (xy 37.897777 31.095189) (xy 37.82743 31.104764) + (xy 37.763072 31.074787) (xy 37.740816 31.049101) (xy 37.699676 30.986131) (xy 37.651724 30.912734) + (xy 37.65172 30.912729) (xy 37.499237 30.747091) (xy 37.417382 30.683381) (xy 37.321576 30.608811) + (xy 37.288319 30.590813) (xy 37.237929 30.540802) (xy 37.222576 30.471485) (xy 37.247136 30.404872) + (xy 37.28832 30.369186) (xy 37.288322 30.369185) (xy 37.321576 30.351189) (xy 37.49924 30.212906) + (xy 37.651722 30.047268) (xy 37.740816 29.910898) (xy 37.794819 29.86481) (xy 37.865167 29.855235) + (xy 37.929524 29.885212) (xy 37.951782 29.910899) (xy 37.99292 29.973866) (xy 37.992922 29.973867) + (xy 38.631841 29.334947) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 41.190075 29.402993) (xy 41.255901 29.517007) (xy 41.348993 29.610099) (xy 41.463007 29.675925) + (xy 41.531051 29.694157) (xy 40.89031 30.334898) (xy 40.910697 30.350766) (xy 40.910705 30.350771) + (xy 40.944731 30.369185) (xy 40.995122 30.419197) (xy 41.010475 30.488514) (xy 40.985915 30.555127) + (xy 40.944735 30.590811) (xy 40.910705 30.609227) (xy 40.910693 30.609235) (xy 40.890311 30.625099) + (xy 40.89031 30.6251) (xy 41.531052 31.265842) (xy 41.463007 31.284075) (xy 41.348993 31.349901) + (xy 41.255901 31.442993) (xy 41.190075 31.557007) (xy 41.171842 31.625052) (xy 40.532921 30.986131) + (xy 40.53292 30.986132) (xy 40.491482 31.049558) (xy 40.437479 31.095647) (xy 40.367131 31.105222) + (xy 40.302773 31.075245) (xy 40.280516 31.049558) (xy 40.239078 30.986132) (xy 39.600157 31.625051) + (xy 39.581925 31.557007) (xy 39.516099 31.442993) (xy 39.423007 31.349901) (xy 39.308993 31.284075) + (xy 39.240947 31.265841) (xy 39.881688 30.6251) (xy 39.881687 30.625099) (xy 39.861308 30.609237) + (xy 39.861298 30.609231) (xy 39.827267 30.590814) (xy 39.776876 30.540801) (xy 39.761524 30.471484) + (xy 39.786085 30.404871) (xy 39.827268 30.369186) (xy 39.861294 30.350772) (xy 39.861298 30.350769) + (xy 39.881688 30.334898) (xy 39.240947 29.694157) (xy 39.308993 29.675925) (xy 39.423007 29.610099) + (xy 39.516099 29.517007) (xy 39.581925 29.402993) (xy 39.600157 29.334947) (xy 40.239076 29.973866) + (xy 40.239078 29.973866) (xy 40.280516 29.910441) (xy 40.334519 29.864352) (xy 40.404867 29.854777) + (xy 40.469225 29.884754) (xy 40.491482 29.91044) (xy 40.532921 29.973866) (xy 40.532922 29.973867) + (xy 41.171841 29.334947) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 42.779076 29.973866) (xy 42.779078 29.973866) (xy 42.820217 29.910899) (xy 42.874221 29.86481) + (xy 42.944568 29.855235) (xy 43.008926 29.885212) (xy 43.031183 29.910898) (xy 43.120279 30.04727) + (xy 43.272762 30.212908) (xy 43.327331 30.255381) (xy 43.450424 30.351189) (xy 43.483678 30.369185) + (xy 43.48368 30.369186) (xy 43.534071 30.4192) (xy 43.549423 30.488516) (xy 43.524862 30.555129) + (xy 43.48368 30.590813) (xy 43.450426 30.60881) (xy 43.450424 30.608811) (xy 43.272762 30.747091) + (xy 43.120279 30.912729) (xy 43.031183 31.049101) (xy 42.977179 31.095189) (xy 42.906831 31.104764) + (xy 42.842474 31.074786) (xy 42.820217 31.0491) (xy 42.779078 30.986132) (xy 42.140157 31.625051) + (xy 42.121925 31.557007) (xy 42.056099 31.442993) (xy 41.963007 31.349901) (xy 41.848993 31.284075) + (xy 41.780947 31.265841) (xy 42.421688 30.6251) (xy 42.421687 30.625099) (xy 42.401308 30.609237) + (xy 42.401298 30.609231) (xy 42.367267 30.590814) (xy 42.316876 30.540801) (xy 42.301524 30.471484) + (xy 42.326085 30.404871) (xy 42.367268 30.369186) (xy 42.401294 30.350772) (xy 42.401298 30.350769) + (xy 42.421688 30.334898) (xy 41.780947 29.694157) (xy 41.848993 29.675925) (xy 41.963007 29.610099) + (xy 42.056099 29.517007) (xy 42.121925 29.402993) (xy 42.140157 29.334947) + ) + ) + ) +) \ No newline at end of file diff --git a/src/ssg/main/main.kicad_pro b/src/ssg/main/main.kicad_pro index e2b34fd4..ce29a8db 100644 --- a/src/ssg/main/main.kicad_pro +++ b/src/ssg/main/main.kicad_pro @@ -174,6 +174,13 @@ "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -713,14 +720,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -734,6 +802,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -750,6 +823,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -757,7 +831,7 @@ "sheets": [ [ "5817fcd7-7f17-4e84-b535-ea735284e330", - "" + "Root" ] ], "text_variables": {} diff --git a/src/ssg/main/main.kicad_sch b/src/ssg/main/main.kicad_sch index 2fdfa535..2b0638a2 100644 --- a/src/ssg/main/main.kicad_sch +++ b/src/ssg/main/main.kicad_sch @@ -1,7463 +1,19715 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 5817fcd7-7f17-4e84-b535-ea735284e330) - - (paper "A4") - - (title_block - (title "Smooth and Stepped Generator") - (date "2020-05-24") - (rev "02") - (comment 1 "Original design by Ken Stone") - (comment 2 "Schema for main circuit") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (lib_symbols - (symbol "Amplifier_Operational:CA3080" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 1.27 3.81 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "CA3080" (at 1.27 -3.81 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/ca30/ca3080-a.pdf" (at 0 2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "operational transconductance amplifier ota" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "2MHz, Operational Transconductance Amplifier (OTA), gM spread 2:1, DIP-8/SOIC-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "CA3080_0_1" - (polyline - (pts - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - (xy 5.08 0) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "CA3080_1_1" - (pin no_connect line (at -2.54 2.54 270) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 7.62 270) (length 5.08) - (name "BIAS" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at 0 2.54 270) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Amplifier_Operational:LM741" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 6.35 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM741" (at 0 3.81 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 1.27 1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm741.pdf" (at 3.81 3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "single opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Operational Amplifier, DIP-8/TO-99-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TSSOP*3x3mm*P0.65mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LM741_0_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "LM741_1_1" - (pin input line (at 0 -7.62 90) (length 5.08) - (name "NULL" (effects (font (size 0.508 0.508)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 2.54 -7.62 90) (length 6.35) - (name "NULL" (effects (font (size 0.508 0.508)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at 0 2.54 270) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "dual opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TL072_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_3_1" - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x09_Socket" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 12.7 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x09_Socket" (at 0 -12.7 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x09, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x09_Socket_1_1" - (arc (start 0 -9.652) (mid -0.5058 -10.16) (end 0 -10.668) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -7.112) (mid -0.5058 -7.62) (end 0 -8.128) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -4.572) (mid -0.5058 -5.08) (end 0 -5.588) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -10.16) - (xy -0.508 -10.16) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -7.62) - (xy -0.508 -7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -0.508 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 5.08) - (xy -0.508 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 7.62) - (xy -0.508 7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 10.16) - (xy -0.508 10.16) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 5.588) (mid -0.5058 5.08) (end 0 4.572) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 8.128) (mid -0.5058 7.62) (end 0 7.112) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 10.668) (mid -0.5058 10.16) (end 0 9.652) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 10.16 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 7.62 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -7.62 0) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -10.16 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x12_Socket" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 15.24 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x12_Socket" (at 0 -17.78 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x12, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x12_Socket_1_1" - (arc (start 0 -14.732) (mid -0.5058 -15.24) (end 0 -15.748) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -12.192) (mid -0.5058 -12.7) (end 0 -13.208) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -9.652) (mid -0.5058 -10.16) (end 0 -10.668) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -7.112) (mid -0.5058 -7.62) (end 0 -8.128) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -4.572) (mid -0.5058 -5.08) (end 0 -5.588) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -15.24) - (xy -0.508 -15.24) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -12.7) - (xy -0.508 -12.7) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -10.16) - (xy -0.508 -10.16) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -7.62) - (xy -0.508 -7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -0.508 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 5.08) - (xy -0.508 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 7.62) - (xy -0.508 7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 10.16) - (xy -0.508 10.16) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 12.7) - (xy -0.508 12.7) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 5.588) (mid -0.5058 5.08) (end 0 4.572) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 8.128) (mid -0.5058 7.62) (end 0 7.112) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 10.668) (mid -0.5058 10.16) (end 0 9.652) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 13.208) (mid -0.5058 12.7) (end 0 12.192) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 12.7 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -10.16 0) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -12.7 0) (length 3.81) - (name "Pin_11" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -15.24 0) (length 3.81) - (name "Pin_12" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 10.16 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 7.62 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -7.62 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 1.27 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_02x05_Odd_Even_1_1" - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 3.81 -6.35) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 -2.413) (end 2.54 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 0.127) (end 2.54 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 2.667) (end 2.54 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 5.207) (end 2.54 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 5.08 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 0 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -2.54 180) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C_Polarized" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C_Polarized" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Polarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "CP_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_Polarized_0_1" - (rectangle (start -2.286 0.508) (end 2.286 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 2.286) - (xy -0.762 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.794) - (xy -1.27 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 2.286 -0.508) (end -2.286 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "C_Polarized_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_Potentiometer_Trim" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "RV" (at -4.445 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_Potentiometer_Trim" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_Potentiometer_Trim_0_1" - (polyline - (pts - (xy 1.524 0.762) - (xy 1.524 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 0) - (xy 1.524 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 1.016 2.54) (end -1.016 -2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_Potentiometer_Trim_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Diode:1N4148" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1N4148" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "D" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "1N4148_0_1" - (polyline - (pts - (xy -1.27 1.27) - (xy -1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy -1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 1.27) - (xy 1.27 -1.27) - (xy -1.27 0) - (xy 1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "1N4148_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "elektrophon:J201" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.905 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "J201" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BF/BF244A.pdf" (at 0 -1.27 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_keywords" "N-Channel FET Transistor Low Voltage" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "50mA Id, 30V Vgs, N-Channel FET Transistor, TO-92" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "J201_0_1" - (polyline - (pts - (xy 0.254 1.905) - (xy 0.254 -1.905) - (xy 0.254 -1.905) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 -2.54) - (xy 2.54 -1.27) - (xy 0.254 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 2.54) - (xy 2.54 1.397) - (xy 0.254 1.397) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy -1.016 0.381) - (xy -1.016 -0.381) - (xy 0 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "J201_1_1" - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "D" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "S" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -5.08 0 0) (length 5.334) - (name "G" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "elektrophon:LM3900" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 6.35 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM3900" (at -3.81 8.89 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at -8.89 7.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at -8.89 7.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LM3900_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM3900_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM3900_3_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM3900_4_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "LM3900_5_1" - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "elektrophon:PN4250" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.905 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "PN4250" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC557.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_keywords" "PNP Transistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PN4250_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.286 -1.778) - (xy 1.778 -2.286) - (xy 1.27 -1.27) - (xy 2.286 -1.778) - (xy 2.286 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "PN4250_1_1" - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+15V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:-15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "-15V_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy 0.762 1.27) - (xy 0 2.54) - (xy -0.762 1.27) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "global power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 69.85 163.83) (diameter 0) (color 0 0 0 0) - (uuid 0c8fad1e-46d2-48df-b6fc-08d5ddea091f) - ) - (junction (at 41.91 177.8) (diameter 0) (color 0 0 0 0) - (uuid 0d915b34-8086-4be5-8fbf-ae00294c7f98) - ) - (junction (at 162.56 73.66) (diameter 0) (color 0 0 0 0) - (uuid 0e7eccb7-4841-485c-a99f-936cb06a00c4) - ) - (junction (at 54.61 130.81) (diameter 0) (color 0 0 0 0) - (uuid 0f455ded-b1e5-42b7-9bfa-1812dacbf8f2) - ) - (junction (at 54.61 185.42) (diameter 0) (color 0 0 0 0) - (uuid 0fab3a84-bcb4-49ed-93f6-c4d9826cc0e0) - ) - (junction (at 27.94 177.8) (diameter 0) (color 0 0 0 0) - (uuid 1473e91f-2b06-41df-af03-e28fbcfad039) - ) - (junction (at 176.53 97.79) (diameter 0) (color 0 0 0 0) - (uuid 18aaa9ad-ee88-4079-975f-44edbe58771a) - ) - (junction (at 41.91 185.42) (diameter 0) (color 0 0 0 0) - (uuid 19fe0f95-34ce-429d-9ee1-9d8923b7da2f) - ) - (junction (at 143.51 97.79) (diameter 0) (color 0 0 0 0) - (uuid 1c7e4345-65a2-4511-9044-bf2dda2579f1) - ) - (junction (at 41.91 193.04) (diameter 0) (color 0 0 0 0) - (uuid 1ec71d3e-fa4d-4f93-a318-cf63706ca6c4) - ) - (junction (at 162.56 58.42) (diameter 0) (color 0 0 0 0) - (uuid 254a5b7c-ca4d-4643-a1a2-9c85f6f00a38) - ) - (junction (at 88.9 193.04) (diameter 0) (color 0 0 0 0) - (uuid 25ec5f59-ee66-425e-8372-952d44fabbc0) - ) - (junction (at 129.54 193.04) (diameter 0) (color 0 0 0 0) - (uuid 28ddcdde-3ac3-442b-b2a0-a92b0d1105b5) - ) - (junction (at 80.01 29.21) (diameter 0) (color 0 0 0 0) - (uuid 28e5c1b8-9a20-4fde-bbf0-93b5ac69e3b1) - ) - (junction (at 80.01 36.83) (diameter 0) (color 0 0 0 0) - (uuid 33782b02-71d3-4910-a3b0-fc3a4eb95bf0) - ) - (junction (at 114.3 34.29) (diameter 0) (color 0 0 0 0) - (uuid 363884c5-0796-4331-9323-8d7114a6d281) - ) - (junction (at 107.95 177.8) (diameter 0) (color 0 0 0 0) - (uuid 37258275-dd69-456f-8964-0e3da7727a4c) - ) - (junction (at 176.53 62.23) (diameter 0) (color 0 0 0 0) - (uuid 3bd11e8c-1ab3-4623-b61f-92ef9760f223) - ) - (junction (at 191.77 81.28) (diameter 0) (color 0 0 0 0) - (uuid 3c732e81-fb6f-4957-83ea-4e4095556261) - ) - (junction (at 212.09 152.4) (diameter 0) (color 0 0 0 0) - (uuid 3e6da8cb-1d22-4738-a117-744d837d2455) - ) - (junction (at 140.97 76.2) (diameter 0) (color 0 0 0 0) - (uuid 3fe0f29c-a8fe-4e66-b79f-1d7b3c109063) - ) - (junction (at 232.41 20.32) (diameter 0) (color 0 0 0 0) - (uuid 4390c9a2-9111-4818-97c5-5fab8a82a82d) - ) - (junction (at 129.54 185.42) (diameter 0) (color 0 0 0 0) - (uuid 4e8d0c8f-fdf7-4f76-b76b-a2dac4a45e3f) - ) - (junction (at 68.58 36.83) (diameter 0) (color 0 0 0 0) - (uuid 4ece7cc4-86b1-4fd6-9480-eab16aca1449) - ) - (junction (at 64.77 177.8) (diameter 0) (color 0 0 0 0) - (uuid 516e16d8-0eb3-4754-82d7-f2d49f81e081) - ) - (junction (at 114.3 111.76) (diameter 0) (color 0 0 0 0) - (uuid 52bfc9c2-191a-491c-bda6-0201f9d5d0ec) - ) - (junction (at 214.63 57.15) (diameter 0) (color 0 0 0 0) - (uuid 58c23288-436a-4f07-84d2-f480d115e01f) - ) - (junction (at 234.95 78.74) (diameter 0) (color 0 0 0 0) - (uuid 5dd18adb-65f3-47a2-a080-1252b46c2f74) - ) - (junction (at 116.84 76.2) (diameter 0) (color 0 0 0 0) - (uuid 60c88616-7ebb-4cba-99f5-7fbf061641e2) - ) - (junction (at 143.51 20.32) (diameter 0) (color 0 0 0 0) - (uuid 60ea79cb-3907-4096-9796-40dbe27dde15) - ) - (junction (at 176.53 39.37) (diameter 0) (color 0 0 0 0) - (uuid 668d09df-5e24-4b63-9f7a-78c599537aa4) - ) - (junction (at 125.73 76.2) (diameter 0) (color 0 0 0 0) - (uuid 67078efd-390e-447c-bf89-5429fa9ea392) - ) - (junction (at 72.39 193.04) (diameter 0) (color 0 0 0 0) - (uuid 6b7510f7-1e07-4687-905d-abebc6d7e549) - ) - (junction (at 212.09 33.02) (diameter 0) (color 0 0 0 0) - (uuid 6d51a725-4870-4ddc-81fb-2a2f627582f2) - ) - (junction (at 69.85 86.36) (diameter 0) (color 0 0 0 0) - (uuid 6d55ea66-be1c-4f40-b8e6-e7c54aae9fd3) - ) - (junction (at 97.79 177.8) (diameter 0) (color 0 0 0 0) - (uuid 6ddcf6b5-6663-4773-b3bc-b2f836c6736e) - ) - (junction (at 246.38 130.81) (diameter 0) (color 0 0 0 0) - (uuid 70212528-286a-4dc0-bd93-c780885c7d41) - ) - (junction (at 246.38 59.69) (diameter 0) (color 0 0 0 0) - (uuid 715002f8-b5df-4973-af53-77f83f7e031e) - ) - (junction (at 107.95 185.42) (diameter 0) (color 0 0 0 0) - (uuid 71d3ebfd-7009-415d-b932-3733e8e76486) - ) - (junction (at 129.54 177.8) (diameter 0) (color 0 0 0 0) - (uuid 7826ce20-cc28-44af-82d1-da3fb327d9d1) - ) - (junction (at 214.63 128.27) (diameter 0) (color 0 0 0 0) - (uuid 796c1940-8775-4cb4-9fba-8113d44d57ae) - ) - (junction (at 114.3 134.62) (diameter 0) (color 0 0 0 0) - (uuid 7b77b6a1-f252-4537-8c46-f48892b780da) - ) - (junction (at 218.44 152.4) (diameter 0) (color 0 0 0 0) - (uuid 81619ad0-c30b-4746-9b0b-42bf18d65d1a) - ) - (junction (at 234.95 100.33) (diameter 0) (color 0 0 0 0) - (uuid 8dd6789f-b3b2-4199-a49b-6ad3b3a61031) - ) - (junction (at 176.53 116.84) (diameter 0) (color 0 0 0 0) - (uuid 91ae6dff-3467-4d00-87be-581476706606) - ) - (junction (at 88.9 177.8) (diameter 0) (color 0 0 0 0) - (uuid 93b0b61b-ec98-4994-9dfb-259309f5d959) - ) - (junction (at 49.53 114.3) (diameter 0) (color 0 0 0 0) - (uuid 97d3a482-6d37-417e-ac25-dedf7362b204) - ) - (junction (at 81.28 177.8) (diameter 0) (color 0 0 0 0) - (uuid 9acc66d5-ee2a-4a5d-b373-225b8f647522) - ) - (junction (at 27.94 185.42) (diameter 0) (color 0 0 0 0) - (uuid 9c487e05-8f90-42b7-959f-39cff8890a12) - ) - (junction (at 80.01 114.3) (diameter 0) (color 0 0 0 0) - (uuid 9e0209b4-6b37-48a3-9458-a80facc0b994) - ) - (junction (at 49.53 36.83) (diameter 0) (color 0 0 0 0) - (uuid 9e181859-60a8-4112-9a65-056a9afe93d0) - ) - (junction (at 54.61 177.8) (diameter 0) (color 0 0 0 0) - (uuid 9f55bc12-ddd6-48d4-b48a-ead1b92ae0dd) - ) - (junction (at 64.77 193.04) (diameter 0) (color 0 0 0 0) - (uuid aede4350-8303-44d2-a423-a37b137bdb15) - ) - (junction (at 119.38 193.04) (diameter 0) (color 0 0 0 0) - (uuid af62f195-2f28-4547-9204-257dda63e888) - ) - (junction (at 238.76 154.94) (diameter 0) (color 0 0 0 0) - (uuid b0bc9833-ebae-4eb2-bed1-bc2e759de4e5) - ) - (junction (at 72.39 185.42) (diameter 0) (color 0 0 0 0) - (uuid b1c6b650-a1d7-4619-a11e-3801527eaac9) - ) - (junction (at 54.61 53.34) (diameter 0) (color 0 0 0 0) - (uuid b789d59e-1bf1-491d-a21d-679d82f7d87e) - ) - (junction (at 104.14 133.35) (diameter 0) (color 0 0 0 0) - (uuid bbb45efb-efa8-4d1d-8b8a-fab84c939c9b) - ) - (junction (at 27.94 193.04) (diameter 0) (color 0 0 0 0) - (uuid bde238b7-0f70-437b-8347-6d1f609c8a13) - ) - (junction (at 232.41 35.56) (diameter 0) (color 0 0 0 0) - (uuid c02e1ebe-44cb-4b00-aa05-5777d303f166) - ) - (junction (at 238.76 139.7) (diameter 0) (color 0 0 0 0) - (uuid c8041827-e330-41d4-a003-b1e983c98bd1) - ) - (junction (at 72.39 177.8) (diameter 0) (color 0 0 0 0) - (uuid cbb005d0-e3fa-4b7c-a21f-06513af16a5c) - ) - (junction (at 234.95 90.17) (diameter 0) (color 0 0 0 0) - (uuid cdf4c6b3-f4d5-453f-8653-255153d0ed31) - ) - (junction (at 80.01 106.68) (diameter 0) (color 0 0 0 0) - (uuid cf9cbb13-a136-4e5c-930f-33f3260bddcd) - ) - (junction (at 176.53 133.35) (diameter 0) (color 0 0 0 0) - (uuid d031c8cf-7579-4910-a9de-f7034f4e8b1f) - ) - (junction (at 81.28 193.04) (diameter 0) (color 0 0 0 0) - (uuid d10f0723-3b41-49c7-b02b-513f521b45ff) - ) - (junction (at 119.38 177.8) (diameter 0) (color 0 0 0 0) - (uuid d62e305f-9dcb-4195-802e-75ddf7aaac35) - ) - (junction (at 69.85 147.32) (diameter 0) (color 0 0 0 0) - (uuid d649a56c-4dc4-4647-8ebe-64408819a81f) - ) - (junction (at 54.61 147.32) (diameter 0) (color 0 0 0 0) - (uuid d65057c7-ce5c-43cf-aab3-f788dfc22db9) - ) - (junction (at 97.79 193.04) (diameter 0) (color 0 0 0 0) - (uuid d6ac95b4-b3c7-4f73-ba75-d601dbf83a3d) - ) - (junction (at 205.74 33.02) (diameter 0) (color 0 0 0 0) - (uuid d8c54ec1-e354-4903-afdd-bfb25980dc33) - ) - (junction (at 140.97 58.42) (diameter 0) (color 0 0 0 0) - (uuid d8d0728f-ed11-475a-9b26-ad0a9ed0a110) - ) - (junction (at 54.61 193.04) (diameter 0) (color 0 0 0 0) - (uuid dc68b8b3-72f2-472b-8354-096a44e9242e) - ) - (junction (at 69.85 69.85) (diameter 0) (color 0 0 0 0) - (uuid e70c5318-9e2f-42e6-a8d5-c99d54c3f0a1) - ) - (junction (at 54.61 69.85) (diameter 0) (color 0 0 0 0) - (uuid e8cad9f0-5f0a-41d8-b802-001ac656ed90) - ) - (junction (at 143.51 185.42) (diameter 0) (color 0 0 0 0) - (uuid e9dc8df6-31b7-4417-8906-f962aa3fa50b) - ) - (junction (at 68.58 106.68) (diameter 0) (color 0 0 0 0) - (uuid eb27c267-0cd9-4dba-9216-6be924a36ea9) - ) - (junction (at 176.53 35.56) (diameter 0) (color 0 0 0 0) - (uuid eb6d1e19-0e5f-4f61-9b9e-91631c68799e) - ) - (junction (at 68.58 114.3) (diameter 0) (color 0 0 0 0) - (uuid ebc150f8-fd5e-4ec1-b8ef-e98720a9e3af) - ) - (junction (at 88.9 185.42) (diameter 0) (color 0 0 0 0) - (uuid f0a589e2-74b8-4d26-b2b6-664504b65763) - ) - (junction (at 68.58 29.21) (diameter 0) (color 0 0 0 0) - (uuid f0a6e432-f059-4d5a-92de-6ae888d39796) - ) - (junction (at 210.82 78.74) (diameter 0) (color 0 0 0 0) - (uuid f5dcb270-c9ec-40a7-accb-cb8ba3bfd3e4) - ) - (junction (at 99.06 55.88) (diameter 0) (color 0 0 0 0) - (uuid f89d962c-702c-4254-9586-1f37cff3a817) - ) - (junction (at 107.95 193.04) (diameter 0) (color 0 0 0 0) - (uuid fd4ed578-5b17-4da7-87ae-10e8efd3b4de) - ) - - (no_connect (at 204.47 71.12) (uuid 8dd0a6e2-5c51-48cd-803a-98007b738be8)) - (no_connect (at 201.93 71.12) (uuid 9804a1e9-d65f-4288-aa2f-d8313002ce93)) - (no_connect (at 260.35 113.03) (uuid 9a9f320f-3226-4748-a0a3-2d24311d5e6a)) - (no_connect (at 260.35 118.11) (uuid e85db652-62d6-4cc4-a4cc-e89e2d5ec92b)) - (no_connect (at 275.59 115.57) (uuid f931ea50-28c4-43a7-bf7e-ae3c1285a818)) - - (wire (pts (xy 107.95 185.42) (xy 129.54 185.42)) - (stroke (width 0) (type default)) - (uuid 007ced6d-6566-469e-9c14-28290723e207) - ) - (wire (pts (xy 217.17 57.15) (xy 214.63 57.15)) - (stroke (width 0) (type default)) - (uuid 01421780-90ed-49b7-8196-9187506aabc4) - ) - (wire (pts (xy 49.53 116.84) (xy 49.53 114.3)) - (stroke (width 0) (type default)) - (uuid 0216dc6c-45e0-41e0-8598-82c4bad6fab3) - ) - (wire (pts (xy 21.59 193.04) (xy 27.94 193.04)) - (stroke (width 0) (type default)) - (uuid 07e18f66-bde8-4069-bf7b-89b8ca27875f) - ) - (wire (pts (xy 81.28 163.83) (xy 69.85 163.83)) - (stroke (width 0) (type default)) - (uuid 07fdd8bf-af4b-4e10-bad1-37d1d7986d54) - ) - (wire (pts (xy 54.61 54.61) (xy 54.61 53.34)) - (stroke (width 0) (type default)) - (uuid 08c3cc2c-4db3-4916-8ac4-800eb10ceb95) - ) - (wire (pts (xy 194.31 81.28) (xy 191.77 81.28)) - (stroke (width 0) (type default)) - (uuid 0aa8a3df-069b-4b14-8915-b0924e0db036) - ) - (wire (pts (xy 99.06 55.88) (xy 104.14 55.88)) - (stroke (width 0) (type default)) - (uuid 0c2f9eff-181b-4e7e-b12c-b0d62ec049de) - ) - (wire (pts (xy 261.62 139.7) (xy 238.76 139.7)) - (stroke (width 0) (type default)) - (uuid 0f3388d7-d61f-422b-9d06-420b0abcd7fe) - ) - (wire (pts (xy 176.53 62.23) (xy 176.53 76.2)) - (stroke (width 0) (type default)) - (uuid 107b4e2f-885f-41a6-9efd-ed1c03e24a5a) - ) - (wire (pts (xy 232.41 20.32) (xy 212.09 20.32)) - (stroke (width 0) (type default)) - (uuid 11d92136-88e6-4919-95c3-3091bc85b471) - ) - (wire (pts (xy 143.51 20.32) (xy 176.53 20.32)) - (stroke (width 0) (type default)) - (uuid 1277170f-5123-4eb2-81ec-591b6dfa412a) - ) - (wire (pts (xy 120.65 34.29) (xy 114.3 34.29)) - (stroke (width 0) (type default)) - (uuid 12bfb1a9-10d6-4b02-8a78-33f3b99bef63) - ) - (wire (pts (xy 128.27 29.21) (xy 128.27 26.67)) - (stroke (width 0) (type default)) - (uuid 12f9b56e-5eec-4122-bbc8-ef980995f6db) - ) - (wire (pts (xy 49.53 114.3) (xy 54.61 114.3)) - (stroke (width 0) (type default)) - (uuid 1419f2f1-ad46-47ed-bfae-eb3900a4797f) - ) - (wire (pts (xy 179.07 35.56) (xy 176.53 35.56)) - (stroke (width 0) (type default)) - (uuid 1438ef81-5e22-4acb-ab45-e551a8f55c6c) - ) - (wire (pts (xy 132.08 58.42) (xy 125.73 58.42)) - (stroke (width 0) (type default)) - (uuid 15ffda74-bb6d-4287-8624-411b035f4c2b) - ) - (wire (pts (xy 191.77 81.28) (xy 189.23 81.28)) - (stroke (width 0) (type default)) - (uuid 164670dd-b910-4fb5-9447-8acc860a31d2) - ) - (wire (pts (xy 54.61 193.04) (xy 64.77 193.04)) - (stroke (width 0) (type default)) - (uuid 16f8d382-6bc7-42aa-ab26-18dce7673789) - ) - (wire (pts (xy 119.38 193.04) (xy 129.54 193.04)) - (stroke (width 0) (type default)) - (uuid 1888b681-befe-4038-a0cb-012f84faf974) - ) - (wire (pts (xy 91.44 29.21) (xy 80.01 29.21)) - (stroke (width 0) (type default)) - (uuid 19f28214-929f-4891-af81-442d4c0b219a) - ) - (wire (pts (xy 234.95 78.74) (xy 245.11 78.74)) - (stroke (width 0) (type default)) - (uuid 1c0103d8-a0df-4a19-9034-3bb25b1c1421) - ) - (wire (pts (xy 78.74 20.32) (xy 143.51 20.32)) - (stroke (width 0) (type default)) - (uuid 1c19c88c-a39a-4d6c-975d-54edbbcaa450) - ) - (wire (pts (xy 91.44 31.75) (xy 91.44 29.21)) - (stroke (width 0) (type default)) - (uuid 1cb8398b-025b-4d08-8ae3-445f9a8fc11d) - ) - (wire (pts (xy 143.51 97.79) (xy 176.53 97.79)) - (stroke (width 0) (type default)) - (uuid 1d6c22bf-4061-4fa6-a23f-c41aeb5dee4c) - ) - (wire (pts (xy 116.84 77.47) (xy 116.84 76.2)) - (stroke (width 0) (type default)) - (uuid 1e487767-bed3-4996-b2c2-0f008dced43e) - ) - (wire (pts (xy 54.61 71.12) (xy 54.61 69.85)) - (stroke (width 0) (type default)) - (uuid 1e633a6e-c861-4561-9ad1-87c291551a62) - ) - (wire (pts (xy 218.44 128.27) (xy 214.63 128.27)) - (stroke (width 0) (type default)) - (uuid 1f1cb875-3c0c-45cd-85e9-f3999b27b854) - ) - (wire (pts (xy 176.53 39.37) (xy 176.53 62.23)) - (stroke (width 0) (type default)) - (uuid 1fd2228d-7b36-4537-b31d-8ca0fd010fee) - ) - (wire (pts (xy 210.82 78.74) (xy 234.95 78.74)) - (stroke (width 0) (type default)) - (uuid 203ee00f-5b3b-4cc4-93f6-fa353046b455) - ) - (wire (pts (xy 81.28 193.04) (xy 88.9 193.04)) - (stroke (width 0) (type default)) - (uuid 25418d7d-d9ff-4a18-a6b7-c17945bf457f) - ) - (wire (pts (xy 97.79 177.8) (xy 107.95 177.8)) - (stroke (width 0) (type default)) - (uuid 25ba599c-e63f-4638-8157-869f84bf80fc) - ) - (wire (pts (xy 97.79 193.04) (xy 107.95 193.04)) - (stroke (width 0) (type default)) - (uuid 25ce2bf1-2fac-44e1-a3cd-1f730a541867) - ) - (wire (pts (xy 93.98 31.75) (xy 91.44 31.75)) - (stroke (width 0) (type default)) - (uuid 263fecbb-706d-49af-8356-323b76e188b8) - ) - (wire (pts (xy 176.53 81.28) (xy 176.53 97.79)) - (stroke (width 0) (type default)) - (uuid 272eac92-bf94-4cfb-bb28-c669ec4e3844) - ) - (wire (pts (xy 140.97 76.2) (xy 143.51 76.2)) - (stroke (width 0) (type default)) - (uuid 276ab3ce-237a-4f2b-b88e-b7ef4b458319) - ) - (wire (pts (xy 240.03 35.56) (xy 232.41 35.56)) - (stroke (width 0) (type default)) - (uuid 282fa526-845d-43a1-a73f-12f0b4ea54bf) - ) - (wire (pts (xy 261.62 154.94) (xy 254 154.94)) - (stroke (width 0) (type default)) - (uuid 28442fba-e448-4edc-baed-aea81f352043) - ) - (wire (pts (xy 68.58 97.79) (xy 71.12 97.79)) - (stroke (width 0) (type default)) - (uuid 2a7063c3-4854-4989-84c7-f77407f47201) - ) - (wire (pts (xy 209.55 57.15) (xy 214.63 57.15)) - (stroke (width 0) (type default)) - (uuid 2af0f986-c10a-404b-b6d1-b73e5652ce74) - ) - (wire (pts (xy 162.56 58.42) (xy 162.56 62.23)) - (stroke (width 0) (type default)) - (uuid 2b242ae1-9137-4704-adf4-71158b1557e0) - ) - (wire (pts (xy 68.58 36.83) (xy 80.01 36.83)) - (stroke (width 0) (type default)) - (uuid 2c0556f3-2a6a-42ae-af04-dfdd4bf50fd3) - ) - (wire (pts (xy 181.61 81.28) (xy 176.53 81.28)) - (stroke (width 0) (type default)) - (uuid 2c2ffa8f-370f-4805-a57e-a34687c7a853) - ) - (wire (pts (xy 69.85 147.32) (xy 68.58 147.32)) - (stroke (width 0) (type default)) - (uuid 2d36863f-d766-44f2-872a-380758909c15) - ) - (wire (pts (xy 143.51 36.83) (xy 143.51 33.02)) - (stroke (width 0) (type default)) - (uuid 3027469b-3df9-4cb5-87a1-4935ab75f09e) - ) - (wire (pts (xy 129.54 193.04) (xy 143.51 193.04)) - (stroke (width 0) (type default)) - (uuid 305217fb-c44c-4837-8246-2d11b7a7f704) - ) - (wire (pts (xy 212.09 139.7) (xy 212.09 152.4)) - (stroke (width 0) (type default)) - (uuid 3125e7d6-fd42-41e1-a9fc-4a465e699f03) - ) - (wire (pts (xy 212.09 33.02) (xy 205.74 33.02)) - (stroke (width 0) (type default)) - (uuid 3130e06f-325f-45ad-aa0a-5e7e0793a15f) - ) - (wire (pts (xy 234.95 90.17) (xy 234.95 88.9)) - (stroke (width 0) (type default)) - (uuid 3209aaa0-3ea3-4443-81c5-739627567d79) - ) - (wire (pts (xy 69.85 163.83) (xy 50.8 163.83)) - (stroke (width 0) (type default)) - (uuid 32918b41-7906-4b19-8324-6c2c380abeac) - ) - (wire (pts (xy 214.63 45.72) (xy 214.63 57.15)) - (stroke (width 0) (type default)) - (uuid 3357762b-fe4a-434e-b17b-057a6a55fcbd) - ) - (wire (pts (xy 104.14 104.14) (xy 101.6 104.14)) - (stroke (width 0) (type default)) - (uuid 3397ed5e-ae6d-4c2a-bf5e-a169d03f9b91) - ) - (wire (pts (xy 222.25 116.84) (xy 214.63 116.84)) - (stroke (width 0) (type default)) - (uuid 343e0a8e-208f-4658-bc70-da7858c9be56) - ) - (wire (pts (xy 88.9 185.42) (xy 107.95 185.42)) - (stroke (width 0) (type default)) - (uuid 34f083a4-cff5-4868-be30-eaad4cd30346) - ) - (wire (pts (xy 88.9 193.04) (xy 97.79 193.04)) - (stroke (width 0) (type default)) - (uuid 377348cc-4dd1-4647-86eb-81fee2697fbb) - ) - (wire (pts (xy 191.77 95.25) (xy 201.93 95.25)) - (stroke (width 0) (type default)) - (uuid 37f9569d-ce01-47a1-a6ce-c70d231c58bc) - ) - (wire (pts (xy 199.39 50.8) (xy 199.39 57.15)) - (stroke (width 0) (type default)) - (uuid 38ece3fa-1e51-43e5-ba8c-d1dd70aed435) - ) - (wire (pts (xy 194.31 76.2) (xy 189.23 76.2)) - (stroke (width 0) (type default)) - (uuid 3902f12f-1ae2-4846-99f6-a3489e461de5) - ) - (wire (pts (xy 66.04 53.34) (xy 73.66 53.34)) - (stroke (width 0) (type default)) - (uuid 3c746505-c49c-441c-8f31-7332662c6317) - ) - (wire (pts (xy 68.58 114.3) (xy 80.01 114.3)) - (stroke (width 0) (type default)) - (uuid 3cf5e8a5-8dd1-43dd-907e-238c2bb8894f) - ) - (wire (pts (xy 143.51 36.83) (xy 148.59 36.83)) - (stroke (width 0) (type default)) - (uuid 3d145ea0-8984-4b6c-b4b2-496ab6f8f3bc) - ) - (wire (pts (xy 78.74 97.79) (xy 143.51 97.79)) - (stroke (width 0) (type default)) - (uuid 3d707751-989b-4d1b-8d67-876bb5dd7308) - ) - (wire (pts (xy 255.27 20.32) (xy 232.41 20.32)) - (stroke (width 0) (type default)) - (uuid 3e7f4238-af11-46f0-8055-ff7efb5d8946) - ) - (wire (pts (xy 234.95 100.33) (xy 234.95 102.87)) - (stroke (width 0) (type default)) - (uuid 3ee176c4-d539-48de-a8c0-5b94e8c2329e) - ) - (wire (pts (xy 69.85 69.85) (xy 69.85 86.36)) - (stroke (width 0) (type default)) - (uuid 3fafa04d-aa4f-4a42-acf8-e905e2c98ce1) - ) - (wire (pts (xy 52.07 147.32) (xy 54.61 147.32)) - (stroke (width 0) (type default)) - (uuid 404d85b0-a505-444c-a5fd-8663dfa379a0) - ) - (wire (pts (xy 64.77 177.8) (xy 72.39 177.8)) - (stroke (width 0) (type default)) - (uuid 4063927f-2fef-4ba9-a33d-9efc4a46bfe5) - ) - (wire (pts (xy 88.9 147.32) (xy 104.14 147.32)) - (stroke (width 0) (type default)) - (uuid 40ecc94f-4e8c-4b14-b44f-d19816250827) - ) - (wire (pts (xy 69.85 147.32) (xy 81.28 147.32)) - (stroke (width 0) (type default)) - (uuid 41d2c920-3ef5-4c9c-a642-e333c4f080b3) - ) - (wire (pts (xy 31.75 53.34) (xy 54.61 53.34)) - (stroke (width 0) (type default)) - (uuid 433702ec-7831-449c-9b1c-c1e2039db417) - ) - (wire (pts (xy 54.61 132.08) (xy 54.61 130.81)) - (stroke (width 0) (type default)) - (uuid 435b897b-64ee-409a-a166-f77bca4222f7) - ) - (wire (pts (xy 212.09 20.32) (xy 212.09 33.02)) - (stroke (width 0) (type default)) - (uuid 441fa26d-1061-4a62-8326-63220ba04149) - ) - (wire (pts (xy 104.14 55.88) (xy 104.14 26.67)) - (stroke (width 0) (type default)) - (uuid 48027505-cc4e-4967-85c8-1cd11eab3b0a) - ) - (wire (pts (xy 176.53 97.79) (xy 176.53 116.84)) - (stroke (width 0) (type default)) - (uuid 49d7b6c5-dfda-42fc-b215-0d7a8f33c216) - ) - (wire (pts (xy 31.75 69.85) (xy 44.45 69.85)) - (stroke (width 0) (type default)) - (uuid 49fc15e1-da94-4bdc-95e3-a1402cb59e9e) - ) - (wire (pts (xy 213.36 33.02) (xy 212.09 33.02)) - (stroke (width 0) (type default)) - (uuid 4a073ffb-3113-4191-af88-5d4f7feda298) - ) - (wire (pts (xy 72.39 185.42) (xy 88.9 185.42)) - (stroke (width 0) (type default)) - (uuid 4b39ff33-24ab-445c-a067-304109485a39) - ) - (wire (pts (xy 69.85 86.36) (xy 50.8 86.36)) - (stroke (width 0) (type default)) - (uuid 4b76b980-27b8-4739-ba49-35670695afb1) - ) - (wire (pts (xy 257.81 100.33) (xy 234.95 100.33)) - (stroke (width 0) (type default)) - (uuid 4d7c42d4-3179-409c-86f0-83dfe304847f) - ) - (wire (pts (xy 91.44 55.88) (xy 88.9 55.88)) - (stroke (width 0) (type default)) - (uuid 4e151f51-4512-475c-9924-596ebc40dfd8) - ) - (wire (pts (xy 69.85 58.42) (xy 69.85 69.85)) - (stroke (width 0) (type default)) - (uuid 4e8e7d90-0071-4b27-9073-f44f2a0694a1) - ) - (wire (pts (xy 199.39 121.92) (xy 199.39 128.27)) - (stroke (width 0) (type default)) - (uuid 4fe4f480-5dc4-4aab-9846-ac16abb25afd) - ) - (wire (pts (xy 99.06 133.35) (xy 104.14 133.35)) - (stroke (width 0) (type default)) - (uuid 50718c21-df60-449e-a45b-c5fb08ba4fb7) - ) - (wire (pts (xy 66.04 130.81) (xy 73.66 130.81)) - (stroke (width 0) (type default)) - (uuid 50abe7f3-be52-4e28-924b-0f3108f3271e) - ) - (wire (pts (xy 176.53 154.94) (xy 185.42 154.94)) - (stroke (width 0) (type default)) - (uuid 51c27e1c-ae9f-4677-b09f-9370b0545571) - ) - (wire (pts (xy 128.27 104.14) (xy 128.27 106.68)) - (stroke (width 0) (type default)) - (uuid 51f58cd2-027a-4c7e-9972-ef0e1f017ddb) - ) - (wire (pts (xy 109.22 34.29) (xy 114.3 34.29)) - (stroke (width 0) (type default)) - (uuid 53c6dc92-9aea-48d9-89f3-3b2b3524da6b) - ) - (wire (pts (xy 143.51 41.91) (xy 148.59 41.91)) - (stroke (width 0) (type default)) - (uuid 5493d71d-75f6-4d6b-a277-dff40036208d) - ) - (wire (pts (xy 195.58 149.86) (xy 194.31 149.86)) - (stroke (width 0) (type default)) - (uuid 5699209f-9924-4554-9d39-21cf6af62106) - ) - (wire (pts (xy 233.68 130.81) (xy 236.22 130.81)) - (stroke (width 0) (type default)) - (uuid 5df21204-5aad-40bc-abdd-9c9ca09935a0) - ) - (wire (pts (xy 176.53 35.56) (xy 176.53 39.37)) - (stroke (width 0) (type default)) - (uuid 5e6db091-ea6a-4df6-94c5-0d22bf9e795b) - ) - (wire (pts (xy 212.09 152.4) (xy 210.82 152.4)) - (stroke (width 0) (type default)) - (uuid 5e839268-e38f-4472-a977-a4598e96fef3) - ) - (wire (pts (xy 175.26 116.84) (xy 176.53 116.84)) - (stroke (width 0) (type default)) - (uuid 5ef9f7d0-c639-4ca9-b8db-53aadec6a123) - ) - (wire (pts (xy 218.44 152.4) (xy 212.09 152.4)) - (stroke (width 0) (type default)) - (uuid 5f68c992-2f86-4e4c-86cb-25d3270fb894) - ) - (wire (pts (xy 31.75 163.83) (xy 43.18 163.83)) - (stroke (width 0) (type default)) - (uuid 6023e4e2-db81-4806-89f8-14d32ddf718d) - ) - (wire (pts (xy 140.97 77.47) (xy 140.97 76.2)) - (stroke (width 0) (type default)) - (uuid 636977d4-7a0c-4223-bced-e5161ea52d1b) - ) - (wire (pts (xy 107.95 177.8) (xy 119.38 177.8)) - (stroke (width 0) (type default)) - (uuid 645edd35-0dc8-49ac-a153-faaf67f3bd43) - ) - (wire (pts (xy 176.53 20.32) (xy 176.53 35.56)) - (stroke (width 0) (type default)) - (uuid 65d3b4bd-7dac-405b-8de4-a221611d1ca2) - ) - (wire (pts (xy 189.23 30.48) (xy 187.96 30.48)) - (stroke (width 0) (type default)) - (uuid 6605ff40-40bb-4e0a-a485-04678df3e218) - ) - (wire (pts (xy 257.81 59.69) (xy 246.38 59.69)) - (stroke (width 0) (type default)) - (uuid 6715dd48-d8ba-45f4-8108-7b1325f7ee99) - ) - (wire (pts (xy 246.38 45.72) (xy 246.38 59.69)) - (stroke (width 0) (type default)) - (uuid 676d0a43-4291-4142-9005-2bd005590815) - ) - (wire (pts (xy 80.01 36.83) (xy 93.98 36.83)) - (stroke (width 0) (type default)) - (uuid 68525752-0823-4b9c-b06a-85bb6a0c2c49) - ) - (wire (pts (xy 31.75 36.83) (xy 49.53 36.83)) - (stroke (width 0) (type default)) - (uuid 68a03d63-8413-4aaf-9d81-5e668d3b4f4d) - ) - (wire (pts (xy 246.38 154.94) (xy 238.76 154.94)) - (stroke (width 0) (type default)) - (uuid 6960fe2d-15cc-4af3-adf2-2dee6866d89a) - ) - (wire (pts (xy 140.97 58.42) (xy 139.7 58.42)) - (stroke (width 0) (type default)) - (uuid 6adabe2a-60e9-4303-8af7-497d54349628) - ) - (wire (pts (xy 135.89 119.38) (xy 128.27 119.38)) - (stroke (width 0) (type default)) - (uuid 6b5d9d40-2dd6-41c5-a60f-8c255b38f2ab) - ) - (wire (pts (xy 158.75 73.66) (xy 162.56 73.66)) - (stroke (width 0) (type default)) - (uuid 6dcfef09-cf55-42d3-8cfe-a24cccb000f1) - ) - (wire (pts (xy 210.82 95.25) (xy 210.82 78.74)) - (stroke (width 0) (type default)) - (uuid 6faaa934-d6d1-4426-8e39-4a4ed0007692) - ) - (wire (pts (xy 218.44 157.48) (xy 218.44 158.75)) - (stroke (width 0) (type default)) - (uuid 7190b436-b487-4ddc-9f06-b0dd4881344c) - ) - (wire (pts (xy 69.85 69.85) (xy 81.28 69.85)) - (stroke (width 0) (type default)) - (uuid 728ed0d7-14c1-4f4a-a384-636ee82d6f06) - ) - (wire (pts (xy 72.39 177.8) (xy 81.28 177.8)) - (stroke (width 0) (type default)) - (uuid 731d5673-c6db-4865-8697-60ea9fc75b62) - ) - (wire (pts (xy 54.61 69.85) (xy 58.42 69.85)) - (stroke (width 0) (type default)) - (uuid 74bea2e0-b6fe-4cfc-952b-f371f5238ad0) - ) - (wire (pts (xy 143.51 102.87) (xy 143.51 97.79)) - (stroke (width 0) (type default)) - (uuid 75622412-d9d2-46f4-9e75-63105398ee58) - ) - (wire (pts (xy 191.77 95.25) (xy 191.77 81.28)) - (stroke (width 0) (type default)) - (uuid 75d116bf-e5e2-434d-a1d1-9569f9fcae01) - ) - (wire (pts (xy 143.51 25.4) (xy 143.51 20.32)) - (stroke (width 0) (type default)) - (uuid 7719ab8f-a2fc-4bf6-b74f-d71639624e19) - ) - (wire (pts (xy 135.89 41.91) (xy 128.27 41.91)) - (stroke (width 0) (type default)) - (uuid 77a21b96-a4ad-403b-97d8-790436a40434) - ) - (wire (pts (xy 99.06 69.85) (xy 99.06 55.88)) - (stroke (width 0) (type default)) - (uuid 77a757f0-9001-4747-b762-6d1aa44559cc) - ) - (wire (pts (xy 114.3 111.76) (xy 120.65 111.76)) - (stroke (width 0) (type default)) - (uuid 78e91a2a-dfdd-42bf-8650-9f686b1eebd2) - ) - (wire (pts (xy 91.44 109.22) (xy 91.44 106.68)) - (stroke (width 0) (type default)) - (uuid 795213f1-e01a-4db7-b9a8-ed81f89ca6e6) - ) - (wire (pts (xy 162.56 69.85) (xy 162.56 73.66)) - (stroke (width 0) (type default)) - (uuid 7b8f5af8-2494-4a15-b2cb-cdd0c7a0a829) - ) - (wire (pts (xy 81.28 86.36) (xy 69.85 86.36)) - (stroke (width 0) (type default)) - (uuid 7cb8ec0d-cc3f-4305-9106-5d30994b0e48) - ) - (wire (pts (xy 72.39 193.04) (xy 81.28 193.04)) - (stroke (width 0) (type default)) - (uuid 7eaadfe3-ca78-4c5a-b14a-8a8211bc76ef) - ) - (wire (pts (xy 62.23 114.3) (xy 68.58 114.3)) - (stroke (width 0) (type default)) - (uuid 7f8a31d0-8896-4f41-9da8-a2ac10bd682c) - ) - (wire (pts (xy 27.94 193.04) (xy 41.91 193.04)) - (stroke (width 0) (type default)) - (uuid 7fc4b176-3fc8-45dc-b607-2e09ef796a5a) - ) - (wire (pts (xy 222.25 45.72) (xy 214.63 45.72)) - (stroke (width 0) (type default)) - (uuid 81013a30-580b-4262-ae27-27cd699170ff) - ) - (wire (pts (xy 91.44 106.68) (xy 80.01 106.68)) - (stroke (width 0) (type default)) - (uuid 820f955a-b6dc-4876-9745-49f88aa80cef) - ) - (wire (pts (xy 81.28 177.8) (xy 88.9 177.8)) - (stroke (width 0) (type default)) - (uuid 849c7529-9f9d-445c-8388-e8ada7fb6b2d) - ) - (wire (pts (xy 229.87 45.72) (xy 246.38 45.72)) - (stroke (width 0) (type default)) - (uuid 853fe13f-dff1-4721-aa78-9dcb744408eb) - ) - (wire (pts (xy 199.39 57.15) (xy 201.93 57.15)) - (stroke (width 0) (type default)) - (uuid 8540fcb6-2d3b-4081-8737-7bd71eb56be9) - ) - (wire (pts (xy 232.41 20.32) (xy 232.41 25.4)) - (stroke (width 0) (type default)) - (uuid 8562c64d-4656-4677-a0b3-15af8632bc23) - ) - (wire (pts (xy 125.73 58.42) (xy 125.73 59.69)) - (stroke (width 0) (type default)) - (uuid 85daac89-6fa5-49d6-966d-cefdfc039906) - ) - (wire (pts (xy 238.76 139.7) (xy 218.44 139.7)) - (stroke (width 0) (type default)) - (uuid 873dda96-ff4c-4c98-9dda-6fcf0e104ab3) - ) - (wire (pts (xy 218.44 139.7) (xy 218.44 152.4)) - (stroke (width 0) (type default)) - (uuid 87710768-ffda-44db-9551-61a1a1bb1145) - ) - (wire (pts (xy 22.86 185.42) (xy 27.94 185.42)) - (stroke (width 0) (type default)) - (uuid 886e5d0a-c53c-461d-a579-8dfd41ce636c) - ) - (wire (pts (xy 234.95 91.44) (xy 234.95 90.17)) - (stroke (width 0) (type default)) - (uuid 8b3f8231-f78c-45c5-8155-f7f7a33865bc) - ) - (wire (pts (xy 80.01 114.3) (xy 93.98 114.3)) - (stroke (width 0) (type default)) - (uuid 8bc37c6e-164f-422c-aa0d-837bc4d30163) - ) - (wire (pts (xy 234.95 81.28) (xy 234.95 78.74)) - (stroke (width 0) (type default)) - (uuid 8cc26c93-324d-4662-a555-6744d14d3b76) - ) - (wire (pts (xy 114.3 76.2) (xy 116.84 76.2)) - (stroke (width 0) (type default)) - (uuid 8f60aec0-8776-44b1-9086-bc79c6c7f211) - ) - (wire (pts (xy 209.55 128.27) (xy 214.63 128.27)) - (stroke (width 0) (type default)) - (uuid 8fda944d-f657-4da5-94ee-8f1cc78401e3) - ) - (wire (pts (xy 234.95 90.17) (xy 257.81 90.17)) - (stroke (width 0) (type default)) - (uuid 90212e51-b6e5-45c0-aac7-85aff545ecbf) - ) - (wire (pts (xy 128.27 41.91) (xy 128.27 39.37)) - (stroke (width 0) (type default)) - (uuid 904bcccc-c265-4433-b9b5-4d9962595a95) - ) - (wire (pts (xy 119.38 177.8) (xy 129.54 177.8)) - (stroke (width 0) (type default)) - (uuid 90d8c548-5993-4be0-a218-f7c6da3faa22) - ) - (wire (pts (xy 234.95 99.06) (xy 234.95 100.33)) - (stroke (width 0) (type default)) - (uuid 91489e05-e46c-40b1-961e-49a9c68f875e) - ) - (wire (pts (xy 205.74 20.32) (xy 205.74 33.02)) - (stroke (width 0) (type default)) - (uuid 9211c2ff-b037-4377-b271-988e262904db) - ) - (wire (pts (xy 156.21 58.42) (xy 162.56 58.42)) - (stroke (width 0) (type default)) - (uuid 92703397-65e9-44d5-b978-415c109c7a8b) - ) - (wire (pts (xy 238.76 152.4) (xy 238.76 154.94)) - (stroke (width 0) (type default)) - (uuid 927f745a-ec8a-4b7a-8d0f-6fba6ca8d441) - ) - (wire (pts (xy 143.51 71.12) (xy 140.97 71.12)) - (stroke (width 0) (type default)) - (uuid 934f223b-a9d4-444c-8548-ba1a842cfc50) - ) - (wire (pts (xy 80.01 106.68) (xy 68.58 106.68)) - (stroke (width 0) (type default)) - (uuid 94659806-acf7-4968-b251-4b0688052fc9) - ) - (wire (pts (xy 30.48 130.81) (xy 54.61 130.81)) - (stroke (width 0) (type default)) - (uuid 94ac44a5-1234-4522-99c7-974873ae1874) - ) - (wire (pts (xy 116.84 76.2) (xy 118.11 76.2)) - (stroke (width 0) (type default)) - (uuid 94fb7697-31f5-426b-aa07-57f958d97d21) - ) - (wire (pts (xy 232.41 35.56) (xy 228.6 35.56)) - (stroke (width 0) (type default)) - (uuid 9805cf55-0586-467a-a68b-2ccac8b8df26) - ) - (wire (pts (xy 22.86 177.8) (xy 27.94 177.8)) - (stroke (width 0) (type default)) - (uuid 9a343461-fdfc-4426-9347-034215b1278f) - ) - (wire (pts (xy 41.91 177.8) (xy 54.61 177.8)) - (stroke (width 0) (type default)) - (uuid 9a5acba6-1b66-422d-995a-ec0890936770) - ) - (wire (pts (xy 68.58 20.32) (xy 71.12 20.32)) - (stroke (width 0) (type default)) - (uuid 9c588858-9663-4d85-89e3-0bc8eb73ec75) - ) - (wire (pts (xy 181.61 76.2) (xy 176.53 76.2)) - (stroke (width 0) (type default)) - (uuid 9e55a0e7-12f4-4898-a284-0c08d568fad0) - ) - (wire (pts (xy 200.66 133.35) (xy 218.44 133.35)) - (stroke (width 0) (type default)) - (uuid a0c5f490-56c1-4757-a112-ea9d0acc6fb3) - ) - (wire (pts (xy 246.38 130.81) (xy 243.84 130.81)) - (stroke (width 0) (type default)) - (uuid a1b05129-f8bb-4e4c-94ef-80077132375c) - ) - (wire (pts (xy 213.36 38.1) (xy 212.09 38.1)) - (stroke (width 0) (type default)) - (uuid a1c59eef-091e-4d4f-aa32-e5c4992599ec) - ) - (wire (pts (xy 128.27 119.38) (xy 128.27 116.84)) - (stroke (width 0) (type default)) - (uuid a23fb4e7-3ce5-4c0c-9031-8839ca09434d) - ) - (wire (pts (xy 64.77 193.04) (xy 72.39 193.04)) - (stroke (width 0) (type default)) - (uuid a28b1e2d-37bb-4d40-999b-6a79a926613f) - ) - (wire (pts (xy 107.95 193.04) (xy 119.38 193.04)) - (stroke (width 0) (type default)) - (uuid a54558ca-f3aa-482d-9806-d13b44b47e48) - ) - (wire (pts (xy 27.94 177.8) (xy 41.91 177.8)) - (stroke (width 0) (type default)) - (uuid a5f2ace0-cf98-4654-aa43-7dd7dec9faac) - ) - (wire (pts (xy 238.76 154.94) (xy 234.95 154.94)) - (stroke (width 0) (type default)) - (uuid a6bdaebf-51a3-49bd-9a42-2d3333ed4768) - ) - (wire (pts (xy 232.41 33.02) (xy 232.41 35.56)) - (stroke (width 0) (type default)) - (uuid a74861f9-e9ea-49ab-8cb3-c8aae8f3a3c3) - ) - (wire (pts (xy 93.98 109.22) (xy 91.44 109.22)) - (stroke (width 0) (type default)) - (uuid a87f52f4-3585-4620-8273-bb899b07bf8a) - ) - (wire (pts (xy 252.73 78.74) (xy 257.81 78.74)) - (stroke (width 0) (type default)) - (uuid a9656cac-0e91-475c-94d2-5ad3d85d949e) - ) - (wire (pts (xy 104.14 133.35) (xy 104.14 104.14)) - (stroke (width 0) (type default)) - (uuid aa9b39c8-e819-4d77-884a-9711068ca375) - ) - (wire (pts (xy 68.58 20.32) (xy 68.58 29.21)) - (stroke (width 0) (type default)) - (uuid b1c2dcf4-8420-4617-bce7-e75f73e6aef0) - ) - (wire (pts (xy 31.75 147.32) (xy 44.45 147.32)) - (stroke (width 0) (type default)) - (uuid b37190c6-5169-4378-b4da-cd8b49230857) - ) - (wire (pts (xy 54.61 53.34) (xy 58.42 53.34)) - (stroke (width 0) (type default)) - (uuid b3b3383c-e5db-48c4-9cdc-a1fa7b02f23f) - ) - (wire (pts (xy 104.14 26.67) (xy 101.6 26.67)) - (stroke (width 0) (type default)) - (uuid b3db4f9c-872f-40ee-af35-16f86d3c3b55) - ) - (wire (pts (xy 69.85 135.89) (xy 73.66 135.89)) - (stroke (width 0) (type default)) - (uuid b716e6ae-f07e-48e4-aa34-93b208ac4843) - ) - (wire (pts (xy 200.66 62.23) (xy 217.17 62.23)) - (stroke (width 0) (type default)) - (uuid ba09ede3-bb04-4777-aa16-e7fd2ecc027b) - ) - (wire (pts (xy 143.51 119.38) (xy 148.59 119.38)) - (stroke (width 0) (type default)) - (uuid ba2c25da-6ce0-4588-9562-da06f3c6a2da) - ) - (wire (pts (xy 212.09 38.1) (xy 212.09 39.37)) - (stroke (width 0) (type default)) - (uuid bc551560-96ec-4104-934c-4b8d683ad507) - ) - (wire (pts (xy 229.87 116.84) (xy 246.38 116.84)) - (stroke (width 0) (type default)) - (uuid c1143e50-8da0-465d-a535-98752a0dbc87) - ) - (wire (pts (xy 80.01 29.21) (xy 68.58 29.21)) - (stroke (width 0) (type default)) - (uuid c4d5960c-db49-46be-80ba-dabe749c764b) - ) - (wire (pts (xy 176.53 133.35) (xy 176.53 154.94)) - (stroke (width 0) (type default)) - (uuid c5a1fdcd-436c-48da-a6d9-1dd4d38d7f76) - ) - (wire (pts (xy 193.04 62.23) (xy 176.53 62.23)) - (stroke (width 0) (type default)) - (uuid c6e7f72e-0a22-4f24-915b-002304fd9e84) - ) - (wire (pts (xy 41.91 193.04) (xy 54.61 193.04)) - (stroke (width 0) (type default)) - (uuid c71e1fcb-5cc1-4172-9f3f-6c2779e67abc) - ) - (wire (pts (xy 176.53 116.84) (xy 176.53 133.35)) - (stroke (width 0) (type default)) - (uuid c721184e-4a0d-44d8-8cd8-1c0f7a1c272c) - ) - (wire (pts (xy 219.71 152.4) (xy 218.44 152.4)) - (stroke (width 0) (type default)) - (uuid c798a082-2f42-4eb3-9e50-2b044de6d2fa) - ) - (wire (pts (xy 193.04 133.35) (xy 176.53 133.35)) - (stroke (width 0) (type default)) - (uuid c9f19d56-154f-4243-8c9b-409dacf12838) - ) - (wire (pts (xy 257.81 130.81) (xy 246.38 130.81)) - (stroke (width 0) (type default)) - (uuid ca04d9d7-3607-442e-8a7e-faf44e6b4bb9) - ) - (wire (pts (xy 27.94 185.42) (xy 41.91 185.42)) - (stroke (width 0) (type default)) - (uuid ca508e58-6b16-494d-8852-f0af3904e925) - ) - (wire (pts (xy 143.51 114.3) (xy 143.51 110.49)) - (stroke (width 0) (type default)) - (uuid cb497163-f744-4d0e-9c99-99c1dd156576) - ) - (wire (pts (xy 148.59 58.42) (xy 140.97 58.42)) - (stroke (width 0) (type default)) - (uuid cc6ed1c3-51cc-4d69-8a36-8022565326d8) - ) - (wire (pts (xy 109.22 111.76) (xy 114.3 111.76)) - (stroke (width 0) (type default)) - (uuid cc7b6b22-b306-4705-ba0f-e2cfdfa58b58) - ) - (wire (pts (xy 30.48 86.36) (xy 43.18 86.36)) - (stroke (width 0) (type default)) - (uuid cdaea3e8-11d4-4cd4-981f-53feca2d9d38) - ) - (wire (pts (xy 236.22 59.69) (xy 232.41 59.69)) - (stroke (width 0) (type default)) - (uuid cdb87dbd-fd30-49c5-8aab-e7bfef89ab17) - ) - (wire (pts (xy 246.38 59.69) (xy 243.84 59.69)) - (stroke (width 0) (type default)) - (uuid ce43f387-1e68-4764-b88f-5ddf4ab31815) - ) - (wire (pts (xy 143.51 114.3) (xy 148.59 114.3)) - (stroke (width 0) (type default)) - (uuid ce5d6773-64a6-47c7-b836-10802183ec64) - ) - (wire (pts (xy 95.25 86.36) (xy 88.9 86.36)) - (stroke (width 0) (type default)) - (uuid d07b1c99-b60b-468e-a27b-75b6d404d519) - ) - (wire (pts (xy 195.58 154.94) (xy 193.04 154.94)) - (stroke (width 0) (type default)) - (uuid d0e49e13-69eb-4de6-a94c-54bbe45212fa) - ) - (wire (pts (xy 205.74 33.02) (xy 204.47 33.02)) - (stroke (width 0) (type default)) - (uuid d1e89843-c7d4-4223-83de-8928f29cc070) - ) - (wire (pts (xy 88.9 177.8) (xy 97.79 177.8)) - (stroke (width 0) (type default)) - (uuid d4f9cc10-ecda-4fb0-93a5-61e2bb8fbf90) - ) - (wire (pts (xy 238.76 139.7) (xy 238.76 144.78)) - (stroke (width 0) (type default)) - (uuid d56f22ba-b161-4e58-b6ae-8bb82b5cfd96) - ) - (wire (pts (xy 187.96 20.32) (xy 187.96 30.48)) - (stroke (width 0) (type default)) - (uuid d6ae29e0-e96c-4ea9-a82f-7495486f16dd) - ) - (wire (pts (xy 205.74 20.32) (xy 187.96 20.32)) - (stroke (width 0) (type default)) - (uuid d768c455-5fe9-4b5f-9118-c3116b85c598) - ) - (wire (pts (xy 255.27 35.56) (xy 247.65 35.56)) - (stroke (width 0) (type default)) - (uuid d7dfa0b6-322a-4291-af00-ecd7cbf99ff2) - ) - (wire (pts (xy 129.54 177.8) (xy 143.51 177.8)) - (stroke (width 0) (type default)) - (uuid d8932082-70e1-4205-a7c7-a8f75f8cb576) - ) - (wire (pts (xy 54.61 185.42) (xy 72.39 185.42)) - (stroke (width 0) (type default)) - (uuid d9d1a6d6-67fb-4e35-aa62-d8d4e74d271e) - ) - (wire (pts (xy 163.83 39.37) (xy 167.64 39.37)) - (stroke (width 0) (type default)) - (uuid da934973-df8d-4487-8fba-c72da2db7c17) - ) - (wire (pts (xy 114.3 114.3) (xy 114.3 111.76)) - (stroke (width 0) (type default)) - (uuid dbe4164d-6e3c-4fd5-8c40-bbc5042b87a9) - ) - (wire (pts (xy 125.73 67.31) (xy 125.73 76.2)) - (stroke (width 0) (type default)) - (uuid dce3871a-c004-4194-8048-d3144a341e3a) - ) - (wire (pts (xy 95.25 163.83) (xy 88.9 163.83)) - (stroke (width 0) (type default)) - (uuid dce5d5d6-ba12-4783-8f69-a7f33a13e1c3) - ) - (wire (pts (xy 54.61 177.8) (xy 64.77 177.8)) - (stroke (width 0) (type default)) - (uuid dd3543b4-f4ee-46fe-b73d-cac7b01f7f4b) - ) - (wire (pts (xy 52.07 69.85) (xy 54.61 69.85)) - (stroke (width 0) (type default)) - (uuid dd51d1a0-6a0b-4eac-a330-d2aac26fe32d) - ) - (wire (pts (xy 129.54 185.42) (xy 143.51 185.42)) - (stroke (width 0) (type default)) - (uuid df118983-c167-4339-818a-b89f18a9cbcc) - ) - (wire (pts (xy 104.14 147.32) (xy 104.14 133.35)) - (stroke (width 0) (type default)) - (uuid df5c0c2d-7e99-4ed2-9d12-5c73a10614d7) - ) - (wire (pts (xy 68.58 97.79) (xy 68.58 106.68)) - (stroke (width 0) (type default)) - (uuid e05cde2f-e2d2-4705-950e-304872c691d9) - ) - (wire (pts (xy 212.09 139.7) (xy 194.31 139.7)) - (stroke (width 0) (type default)) - (uuid e0bb3eac-105c-40fb-9ae7-7fcb19180525) - ) - (wire (pts (xy 69.85 135.89) (xy 69.85 147.32)) - (stroke (width 0) (type default)) - (uuid e18d1cd4-46a2-43c6-9118-adb710d033aa) - ) - (wire (pts (xy 214.63 116.84) (xy 214.63 128.27)) - (stroke (width 0) (type default)) - (uuid e276af88-5fd3-48ed-9619-9e3f02b0c5d6) - ) - (wire (pts (xy 125.73 77.47) (xy 125.73 76.2)) - (stroke (width 0) (type default)) - (uuid e36f07ba-f11f-4d8d-b402-246646591b35) - ) - (wire (pts (xy 189.23 35.56) (xy 186.69 35.56)) - (stroke (width 0) (type default)) - (uuid e39bf16e-cb2d-4d6d-afcd-c99b55d3f56c) - ) - (wire (pts (xy 176.53 39.37) (xy 175.26 39.37)) - (stroke (width 0) (type default)) - (uuid e65be378-646d-4081-a326-a102dfbf373d) - ) - (wire (pts (xy 54.61 148.59) (xy 54.61 147.32)) - (stroke (width 0) (type default)) - (uuid e8878925-53e2-47ef-935c-58351220f0c6) - ) - (wire (pts (xy 54.61 147.32) (xy 58.42 147.32)) - (stroke (width 0) (type default)) - (uuid e951b092-ef62-4b62-85c3-edc28b9a1b75) - ) - (wire (pts (xy 54.61 130.81) (xy 58.42 130.81)) - (stroke (width 0) (type default)) - (uuid e9d6266d-44ca-4f1e-b82f-c6cf9ba70d11) - ) - (wire (pts (xy 163.83 116.84) (xy 167.64 116.84)) - (stroke (width 0) (type default)) - (uuid eb0d139d-c8ac-4165-b6c9-387d2b426baf) - ) - (wire (pts (xy 162.56 57.15) (xy 162.56 58.42)) - (stroke (width 0) (type default)) - (uuid eb9e1014-2fef-4677-a48a-52565f9249bb) - ) - (wire (pts (xy 49.53 39.37) (xy 49.53 36.83)) - (stroke (width 0) (type default)) - (uuid ef97fc0b-0ab7-4f69-8b93-2e97eedce42e) - ) - (wire (pts (xy 41.91 185.42) (xy 54.61 185.42)) - (stroke (width 0) (type default)) - (uuid f02d586b-53cd-44cd-98c9-879611437475) - ) - (wire (pts (xy 49.53 36.83) (xy 54.61 36.83)) - (stroke (width 0) (type default)) - (uuid f07fd8ea-d85d-4094-99ff-f7f258748618) - ) - (wire (pts (xy 209.55 78.74) (xy 210.82 78.74)) - (stroke (width 0) (type default)) - (uuid f0a86a22-231e-4dc3-bb35-9b03f18c5d70) - ) - (wire (pts (xy 73.66 58.42) (xy 69.85 58.42)) - (stroke (width 0) (type default)) - (uuid f13aafc7-ef1b-482e-b0d2-67802d750aec) - ) - (wire (pts (xy 114.3 36.83) (xy 114.3 34.29)) - (stroke (width 0) (type default)) - (uuid f186c897-09f1-455b-87e3-dc1c64f0a0d3) - ) - (wire (pts (xy 140.97 71.12) (xy 140.97 58.42)) - (stroke (width 0) (type default)) - (uuid f24cda12-bfec-4e32-a6d5-b8df704475a6) - ) - (wire (pts (xy 69.85 69.85) (xy 68.58 69.85)) - (stroke (width 0) (type default)) - (uuid f265294a-424b-40e1-99ca-7230c2568cbe) - ) - (wire (pts (xy 194.31 139.7) (xy 194.31 149.86)) - (stroke (width 0) (type default)) - (uuid f29ecc8f-19fb-4490-b5cf-057db5611b7c) - ) - (wire (pts (xy 199.39 128.27) (xy 201.93 128.27)) - (stroke (width 0) (type default)) - (uuid f5cad85a-555a-4027-9e34-9a1e6d6c480f) - ) - (wire (pts (xy 219.71 157.48) (xy 218.44 157.48)) - (stroke (width 0) (type default)) - (uuid f993b4fd-f36d-42c5-b04e-b8d9381116bd) - ) - (wire (pts (xy 69.85 147.32) (xy 69.85 163.83)) - (stroke (width 0) (type default)) - (uuid fa33c8df-0225-47f1-bc1b-0e09c07612f4) - ) - (wire (pts (xy 62.23 36.83) (xy 68.58 36.83)) - (stroke (width 0) (type default)) - (uuid fb41d444-5b98-4634-a166-49441bbce00d) - ) - (wire (pts (xy 31.75 114.3) (xy 49.53 114.3)) - (stroke (width 0) (type default)) - (uuid fc39a732-8eeb-40ea-bb6f-34492c92e690) - ) - (wire (pts (xy 246.38 116.84) (xy 246.38 130.81)) - (stroke (width 0) (type default)) - (uuid fd807ed1-9233-4334-9714-9a2b9d4eaa6d) - ) - (wire (pts (xy 88.9 69.85) (xy 99.06 69.85)) - (stroke (width 0) (type default)) - (uuid ff9471a7-587d-47c1-a6cd-798ab6654c13) - ) - (wire (pts (xy 91.44 133.35) (xy 88.9 133.35)) - (stroke (width 0) (type default)) - (uuid fface95d-0163-4b1f-810f-276c8bc597e2) - ) - (wire (pts (xy 210.82 95.25) (xy 209.55 95.25)) - (stroke (width 0) (type default)) - (uuid fff79af0-1c47-4f09-a7c3-77471bfc0033) - ) - - (text "CA3080" (at 39.37 189.23 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 16a48696-4f47-4968-a841-ced53f67debd) - ) - (text "CA3080" (at 52.07 189.23 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 28f0bbdd-6da3-4d1c-87d7-ee1dffd5e2be) - ) - (text "Power" (at 120.65 156.21 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 5b67c86a-09a0-4580-b671-93a9fb5b86bf) - ) - (text "LM741" (at 139.7 189.23 90) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9bddc083-a96a-497d-9136-a7ead86b98d0) - ) - (text "Mount Connection" (at 152.4 172.72 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid ee927bd6-a859-42df-9c9c-350475bba430) - ) - - (label "HOLD" (at 170.18 73.66 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 1314e7c1-74ba-49d7-ab6a-c39ef9d68f01) - ) - (label "HOLD" (at 31.75 147.32 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 47866930-abc9-4e9e-b97d-6febac99ee04) - ) - - (global_label "SAMPLE_2" (shape input) (at 114.3 76.2 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 062e0369-1fab-4f8f-bba4-72f69f3cfc74) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 114.3 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED_2_a" (shape input) (at 261.62 139.7 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 0ae7a9df-203b-4821-a421-bcd2bc0fa62c) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 261.62 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "OUT_1" (shape input) (at 148.59 146.05 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0c22c8ee-778a-4dda-b014-15eea271dbb6) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "RATE_1" (shape input) (at 30.48 86.36 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 109b88fd-f8a6-435a-86eb-606c7c26aaf5) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 30.48 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "OUT_2" (shape input) (at 166.37 146.05 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 1ac9b20e-485e-4337-a722-2a2fd0cb0307) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "VC_1" (shape input) (at 148.59 148.59 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 1cf4f778-c272-4461-8746-0a39cdfd75bb) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED_1_b" (shape input) (at 255.27 35.56 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 208baaa0-8482-49df-aa04-5c9b0548a5e7) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 255.27 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "COUPLER_HOT" (shape input) (at 257.81 78.74 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 2d9b65b7-1dd7-4acc-bdb3-b2a045840a37) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 257.81 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "IN_2" (shape input) (at 166.37 148.59 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 35c409ff-71c1-41eb-85cc-7cacff804bbd) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED_1_a" (shape input) (at 148.59 158.75 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 3a33ea3a-d411-4ea1-9ebb-1fe9841a5315) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "OUT_1" (shape input) (at 176.53 20.32 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 3ced8a8a-428f-4213-a362-d475d48021b9) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 176.53 20.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED" (shape input) (at 257.81 90.17 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 471499c4-1256-4866-8d69-74df0f1199c5) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 257.81 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "CYCLE_2" (shape input) (at 166.37 156.21 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5177f819-518f-408a-99cd-b5ea646e2435) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED_1_a" (shape input) (at 255.27 20.32 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 5aadb6a7-5dce-4097-b41f-44b294d396c4) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 255.27 20.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED" (shape input) (at 166.37 140.97 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5aeac5e4-2b5d-4a8e-ad9b-c40758811f06) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "HOLD_1" (shape input) (at 148.59 156.21 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5b6e313c-6c59-46bc-9e0d-4fbf4798c289) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED_2_b" (shape input) (at 166.37 161.29 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5c4d1a89-87ab-4a3b-a2a3-b9e234519e9b) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "VC_1" (shape input) (at 31.75 53.34 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5e369300-2bbe-434f-920b-20f86e93ccdd) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 31.75 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "CYCLE_2" (shape input) (at 257.81 130.81 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6be9173b-cf0b-48a1-b661-4e35dc9d6989) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 257.81 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "IN_1" (shape input) (at 148.59 143.51 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 6eee3f2e-f767-406c-b5b6-5468e88944ff) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "IN_2" (shape input) (at 31.75 114.3 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7c08762f-055d-4f4f-af8b-314d2b8fa54f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 31.75 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED_2_b" (shape input) (at 261.62 154.94 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7cc96848-b08b-4ac4-ac5a-2b6c931855cb) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 261.62 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "CYCLE_1" (shape input) (at 257.81 59.69 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 81c9b80b-7a71-4452-b3c9-7066f13623e7) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 257.81 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "COUPLER_HOT" (shape input) (at 148.59 163.83 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 90b4b310-cf45-489b-9a2f-8e75f6b7b14b) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "VC_2" (shape input) (at 166.37 151.13 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 94a2f1f9-4138-4e3e-bf98-ee09f473c871) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "CYCLE_1" (shape input) (at 148.59 153.67 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid a56c935c-1668-4e7a-b9c9-5bee31d78832) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "HOLD_1" (shape input) (at 31.75 69.85 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid b1a53beb-821d-4797-8916-4414772fcc76) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 31.75 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "OUT_2" (shape input) (at 176.53 104.14 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid b5ea8a1b-f74e-4b9b-8521-cb050e1a8224) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 176.53 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "IN_1" (shape input) (at 31.75 36.83 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid c8597e9a-5a43-4e07-89cb-29319fde7afc) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 31.75 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED_2_a" (shape input) (at 166.37 158.75 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid cbd67f6f-d3ba-4479-806c-3f6fce51570b) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "COUPLER_5V" (shape input) (at 148.59 166.37 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid d0d10907-27f5-45aa-883d-e3a36da63fe2) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 166.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "VC_2" (shape input) (at 30.48 130.81 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid d4c66601-5d06-4fec-a859-847d17c7c633) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 30.48 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "RATE_2" (shape input) (at 166.37 153.67 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid ea485969-fffc-4be2-b0aa-3aa53b937844) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "SAMPLE_2" (shape input) (at 166.37 143.51 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid f438b3ef-6040-434a-a3b2-f6f3817bc853) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 166.37 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "LED_1_b" (shape input) (at 148.59 161.29 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid f61b720c-22ba-4d98-b503-f39facab9548) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "RATE_1" (shape input) (at 148.59 151.13 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid f654d0d2-76fa-4efa-bc0b-4d066eb638b5) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 148.59 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "COUPLER_5V" (shape input) (at 257.81 100.33 0) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid f6def7c5-c379-4575-b3f4-279bbb685354) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 257.81 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "RATE_2" (shape input) (at 31.75 163.83 180) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid f7491f23-cc74-41dc-b784-ec39644467ac) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 31.75 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "power:+15V") (at 22.86 177.8 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5bf152) - (property "Reference" "#PWR02" (at 26.67 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 19.6088 177.419 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 22.86 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 22.86 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ff65a7de-5a18-49d8-b0e8-b67c030ca3ed)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 27.94 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5c24d0) - (property "Reference" "C1" (at 30.9372 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10u" (at 30.9372 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 28.9052 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 27.94 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bf584f49-571b-4e66-9549-c9a8e77751dc)) - (pin "2" (uuid 148af2a4-2d67-4812-9ef9-b2b62995832b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 27.94 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5c2809) - (property "Reference" "C2" (at 30.9372 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10u" (at 30.9372 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 28.9052 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 27.94 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 46285118-94b3-437b-b7ce-903d0d883cd1)) - (pin "2" (uuid 8ad57901-06a3-404f-a676-4a3bd925d613)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 22.86 185.42 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5c2dbb) - (property "Reference" "#PWR03" (at 16.51 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 18.4658 185.547 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 22.86 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 22.86 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e1161370-87e2-404a-8b0f-830ced18d57f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 88.9 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5eb360) - (property "Reference" "C9" (at 91.821 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 91.821 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 89.8652 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 69ea06e3-b2f0-4444-bfd1-5cd62a687de0)) - (pin "2" (uuid 41d84cce-846f-47ef-8dcd-fb7a8263c63f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 88.9 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5eb366) - (property "Reference" "C10" (at 91.821 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 91.821 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 89.8652 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dcb3b7bc-f55c-475a-8744-50ac9fdc8b2f)) - (pin "2" (uuid b2fa7f4f-8f1d-47fe-9ff2-f42da86004b5)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 107.95 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5f4d95) - (property "Reference" "C11" (at 110.871 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 110.871 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 108.9152 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3a5f7f6d-b214-4de7-8374-dcef8ecfc8fb)) - (pin "2" (uuid e0b180ac-22a6-46a6-bc11-52da139cc141)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 107.95 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d5f4d9b) - (property "Reference" "C12" (at 110.871 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 110.871 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 108.9152 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c43c60cb-fefa-4b06-8380-f85a88417dd4)) - (pin "2" (uuid 380ed520-df82-42d8-9777-e669e0c5a261)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 123.19 158.75 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d61bff2) - (property "Reference" "#FLG02" (at 121.285 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 119.9388 158.75 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 123.19 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 123.19 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cb161b8b-c35f-4a9b-b04f-b1baf3af9f34)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 21.59 193.04 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d62273c) - (property "Reference" "#PWR01" (at 19.05 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 18.3388 192.659 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 21.59 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 21.59 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 027f5756-d53f-437f-ba07-0eba28d69067)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 121.92 139.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebb7) - (property "Reference" "J1" (at 120.65 150.2918 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IDC Header" (at 120.65 147.9804 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (at 121.92 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 121.92 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ab31d305-08de-4d83-96fd-3f4d7b3f85ce)) - (pin "10" (uuid f0f3be96-87a0-439b-b561-7dfdba2e1f71)) - (pin "2" (uuid d923ba7a-9b17-46c9-8c21-a12b7a9988c4)) - (pin "3" (uuid b4ee6b20-902f-49d2-8d63-edd30f9e2f84)) - (pin "4" (uuid 28966998-2643-4474-96a8-7241967d6592)) - (pin "5" (uuid d2732dae-9bb9-4aa8-bad6-241d722ad976)) - (pin "6" (uuid b5ea34f2-68db-4d89-83ab-18ee3e40473a)) - (pin "7" (uuid 3292158b-db8b-447b-9fae-7656dd461e49)) - (pin "8" (uuid d03c5492-1ca2-494a-b6fc-246c90609684)) - (pin "9" (uuid 2b62a365-577b-47c4-b613-0221afbd7c71)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 114.3 142.24 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebbd) - (property "Reference" "#PWR025" (at 118.11 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 111.0488 141.859 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 114.3 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a8bed533-45c4-42f3-82f2-f56e15e1f4c9)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR025") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 127 142.24 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebc3) - (property "Reference" "#PWR035" (at 123.19 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 130.2512 142.621 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 127 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 127 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fd84e670-1c67-4738-98fe-cd88a4f22a3e)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR035") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 114.3 144.78 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebc9) - (property "Reference" "#PWR026" (at 111.76 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 111.0488 144.399 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 114.3 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f7a8e630-e737-423a-b708-4f30e37cdc0d)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR026") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 127 144.78 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebcf) - (property "Reference" "#PWR036" (at 129.54 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 130.2512 145.161 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 127 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 127 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 86211041-aa6d-4cfd-9ccd-acc243abad02)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR036") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 139.7 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebd5) - (property "Reference" "#PWR024" (at 107.95 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 111.0488 139.827 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 114.3 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid db2b61d1-4415-4928-8a37-cb9e7a935a16)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR024") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 137.16 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebdb) - (property "Reference" "#PWR023" (at 107.95 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 111.0488 137.287 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 114.3 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 911e8c35-59af-4756-bb8d-1f6e60945bb4)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR023") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 127 137.16 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebe1) - (property "Reference" "#PWR033" (at 133.35 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 130.2512 137.033 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 127 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 127 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fab67cf1-9899-4bb0-8fe9-0bcdd40770a0)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR033") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 127 139.7 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebe7) - (property "Reference" "#PWR034" (at 133.35 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 130.2512 139.573 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 127 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 127 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c81bba68-26a1-403c-9362-2d8974001b15)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR034") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 127 134.62 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebed) - (property "Reference" "#PWR032" (at 123.19 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 130.2512 135.001 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 127 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 127 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8977cb96-5842-4971-b1c5-30282f3b6cce)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR032") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 114.3 134.62 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebf3) - (property "Reference" "#PWR022" (at 118.11 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 111.0488 134.239 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 114.3 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21816441-d8d3-4834-b214-1b3f34ac8804)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR022") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 114.3 134.62 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d6bebf9) - (property "Reference" "#FLG01" (at 114.3 132.715 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 114.3 131.3688 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "" (at 114.3 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 05ab37ce-2cd4-4b71-b6f1-2d0a21b72f36)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 123.19 158.75 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d8164f9) - (property "Reference" "#PWR028" (at 119.38 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 126.4412 159.131 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 123.19 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7b6ebb47-5898-44a2-9785-681dc77db490)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR028") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 123.19 161.29 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d8164ff) - (property "Reference" "#PWR029" (at 125.73 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 126.4412 161.671 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 123.19 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ee32e819-8f53-4431-a381-b19db8497f23)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR029") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 123.19 163.83 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d816505) - (property "Reference" "#PWR030" (at 129.54 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 128.27 163.83 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 123.19 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8ba71361-285d-452f-935e-86fc53cc2e3a)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR030") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 123.19 161.29 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d826c06) - (property "Reference" "#FLG03" (at 121.285 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 119.9388 161.29 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 123.19 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 123.19 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f81aa732-95db-4084-8b6d-bdc7e93e3255)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#FLG03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 123.19 163.83 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d8270e4) - (property "Reference" "#FLG04" (at 121.285 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 119.9388 163.83 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 123.19 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 123.19 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 78e7b9c3-258f-49fd-a7a2-08c8589e0eea)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#FLG04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:CA3080") (at 101.6 34.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbdfb24) - (property "Reference" "U5" (at 107.95 39.37 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CA3080" (at 107.95 36.83 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 101.6 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/ca30/ca3080-a.pdf" (at 101.6 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e346df1c-3b3a-4f38-b144-f73e6e20ee62)) - (pin "2" (uuid 86822ab2-0130-4b51-ad5a-4318d474868f)) - (pin "3" (uuid 43600bff-70e8-436f-9b31-47368d237ad7)) - (pin "4" (uuid d39d2ce9-1ebd-4de0-8f78-46e175a70d51)) - (pin "5" (uuid 738bba4c-028d-4183-99bf-6704768c6db6)) - (pin "6" (uuid cee8046b-2f50-47e0-ba3e-aa4d271545e8)) - (pin "7" (uuid 62dec8ce-02c8-4e59-92a4-396d0743d1c9)) - (pin "8" (uuid 89209a32-ec86-4712-8f1a-a1c8f649f7ae)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 80.01 33.02 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbe03f9) - (property "Reference" "D3" (at 82.0166 31.8516 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1N4148" (at 82.0166 34.163 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" (at 84.455 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 80.01 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bae70f27-113e-4bd5-aa08-e4078f2dcaf7)) - (pin "2" (uuid 277ee7a3-859e-4ae5-8ce3-9d452645b60a)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "D3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 68.58 33.02 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbe1af5) - (property "Reference" "D1" (at 70.5866 31.8516 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148" (at 70.5866 34.163 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" (at 64.135 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 68.58 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ae7e1b8b-c059-4ee5-bccb-f615cb5b716d)) - (pin "2" (uuid fc8670da-2c6d-42c0-9661-809a1fcc0439)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 58.42 36.83 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbe33bc) - (property "Reference" "R11" (at 58.42 31.5722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "33k" (at 58.42 33.8836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 58.42 35.052 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 58.42 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bca7f2ba-5a33-4695-ac3d-41d4f3a13284)) - (pin "2" (uuid d385a023-60c3-42f4-b3e8-1ac1e58da880)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 49.53 43.18 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbe35a9) - (property "Reference" "R5" (at 51.308 42.0116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "33k" (at 51.308 44.323 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 51.308 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 49.53 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3650c1c6-5b71-43cc-a7b1-df21d861acbe)) - (pin "2" (uuid 5ddaa39a-3c5d-46ad-82f0-749da32491eb)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 49.53 46.99 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbe7b4b) - (property "Reference" "#PWR04" (at 49.53 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 49.657 51.3842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 49.53 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 49.53 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d330bab6-58be-485e-a798-8787fd94d1a2)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 74.93 20.32 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbe80b7) - (property "Reference" "R15" (at 74.93 15.0622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "33k" (at 74.93 17.3736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 74.93 18.542 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 74.93 20.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 859a999e-70b2-4f5b-8adf-4c3bf8509317)) - (pin "2" (uuid f2f091a7-7c15-48ca-80d9-fc909dbcafd3)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 114.3 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbe89e5) - (property "Reference" "C13" (at 117.221 39.4716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100n" (at 117.221 41.783 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 115.2652 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8e3c0d83-e244-45e7-8bfc-613ccd1c86dc)) - (pin "2" (uuid b8b810be-eebd-4792-94d6-dd81a8a351ed)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbe8f7d) - (property "Reference" "#PWR020" (at 114.3 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 114.427 48.8442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 85892948-2407-4eb8-b5d0-77e1de21f5f9)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR020") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 128.27 26.67 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbf3dcb) - (property "Reference" "#PWR037" (at 128.27 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 128.651 22.2758 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 128.27 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 128.27 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c3b8c036-1358-4c28-b86a-dbc4b794fa2f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR037") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 139.7 41.91 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbf5928) - (property "Reference" "R27" (at 139.7 36.6522 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "820k" (at 139.7 38.9636 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 139.7 40.132 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a4db8fcb-8881-4930-b3c9-4f635371e7ad)) - (pin "2" (uuid 1677563c-c97f-43c1-92b1-4ae98f4d02f1)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R27") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 143.51 29.21 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbf7851) - (property "Reference" "R30" (at 148.7678 29.21 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M" (at 146.4564 29.21 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 145.288 29.21 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 143.51 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 119a0d03-1d30-41f7-9c4c-58b5fc6cf1e4)) - (pin "2" (uuid 4d0b5812-a4fd-45b2-a9f0-920f29aa9481)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R30") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 171.45 39.37 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbf7df2) - (property "Reference" "R34" (at 171.45 34.1122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "330" (at 171.45 36.4236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 171.45 37.592 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 171.45 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 00749f3e-84b8-4571-a440-0e9b39766eac)) - (pin "2" (uuid 9c03b2f7-76ec-4694-b154-6587e150f685)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R34") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 196.85 33.02 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbf87e3) - (property "Reference" "U1" (at 196.85 23.6982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 196.85 26.0096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 196.85 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 196.85 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 61966aae-0a04-4abd-bb32-3f260b812894)) - (pin "2" (uuid 5e2bd73f-9244-4057-a4d7-5ca285996fc9)) - (pin "3" (uuid ddb8c887-0b9a-4719-82f2-1f41a919b7ff)) - (pin "5" (uuid 2bc60893-6d19-41e5-b0ee-62455581498c)) - (pin "6" (uuid 09c6768a-a671-4dec-88b1-ba26e2509de5)) - (pin "7" (uuid cd97b9b9-07fe-4788-a967-5b348d8e2caf)) - (pin "4" (uuid 312a2713-5632-4f3b-8e75-872494749cb4)) - (pin "8" (uuid 8edb50b7-1712-44d7-8686-3931678cccd8)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 182.88 35.56 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbfb773) - (property "Reference" "R36" (at 182.88 30.3022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 182.88 32.6136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 182.88 33.782 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 182.88 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a301493b-a9ea-4334-bb63-29d9d14e7fff)) - (pin "2" (uuid a7c112ff-ff2b-434c-b883-34489055e473)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R36") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 220.98 35.56 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbfbbd7) - (property "Reference" "U1" (at 220.98 26.2382 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 220.98 28.5496 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 220.98 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 220.98 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 25d0f884-a6c8-4c12-a5cb-cd822f75bfbf)) - (pin "2" (uuid d093f4cb-56e9-418f-b046-12a626ec69b4)) - (pin "3" (uuid 06629142-a252-4e86-85c7-544123e6410f)) - (pin "5" (uuid a1702855-2ce0-4005-adb7-950723b9de00)) - (pin "6" (uuid 3a45f53e-f405-4d8a-b912-d8782c70aebf)) - (pin "7" (uuid 700ba1bf-22ef-455b-b1d0-541e903121cb)) - (pin "4" (uuid 53f0746e-a1c8-4d2c-ae46-fe93718fe15c)) - (pin "8" (uuid aec10540-2072-4c99-932b-a9efd0c83dec)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 212.09 39.37 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbfd4a6) - (property "Reference" "#PWR047" (at 212.09 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 212.217 43.7642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 212.09 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 212.09 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6806d789-e67e-4e3a-a021-d57bdd8a5052)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR047") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 232.41 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbfdf94) - (property "Reference" "C22" (at 235.331 28.0416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47p" (at 235.331 30.353 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 233.3752 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 232.41 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 004e0c07-17a9-4f9e-bff0-7de8ef4f8e25)) - (pin "2" (uuid 6aa269e3-c7d2-420f-be8f-56c0d43c28cf)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 243.84 35.56 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dbfe4ff) - (property "Reference" "R50" (at 243.84 30.3022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100" (at 243.84 32.6136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 243.84 33.782 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 243.84 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 573e696a-a259-48c5-ae07-15c9bf127497)) - (pin "2" (uuid 89c94c41-12d9-4893-a7d9-4d63eaab626b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R50") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 99.06 26.67 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc04a1b) - (property "Reference" "#PWR012" (at 99.06 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 99.441 22.2758 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ea6e9b4c-4399-4fea-867b-a6c20f11421e)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 99.06 41.91 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc053d7) - (property "Reference" "#PWR013" (at 99.06 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 98.679 46.3042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9bc9c86e-35b2-4191-a8b3-a6211dd1101f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR013") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 62.23 53.34 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc1ae95) - (property "Reference" "R13" (at 62.23 48.0822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2M7" (at 62.23 50.3936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 62.23 51.562 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 62.23 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0d7305a1-10e6-4117-af89-2434ef42ed82)) - (pin "2" (uuid 2ca3e9fd-3d81-49f3-bd02-90025b01dd2e)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 54.61 58.42 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc1cf7a) - (property "Reference" "R7" (at 59.8678 58.42 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 57.5564 58.42 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 56.388 58.42 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 83e828fb-6bc5-4701-a395-47084006980c)) - (pin "2" (uuid b8043788-f007-4f8e-911e-d8bac470b1c6)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 54.61 62.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc1ecf2) - (property "Reference" "#PWR06" (at 54.61 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 54.737 66.6242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 54.61 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 54.61 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid abdecb33-6c34-4869-b5e7-757deb3897d3)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 48.26 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc2d908) - (property "Reference" "R3" (at 48.26 64.5922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "33k" (at 48.26 66.9036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 48.26 68.072 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8cc3017f-441b-4b9c-bdc5-7efb1f1f9111)) - (pin "2" (uuid b9e351e9-4e56-4bb9-9162-81602f58961d)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 54.61 74.93 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc2d90e) - (property "Reference" "R8" (at 59.8678 74.93 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "15k" (at 57.5564 74.93 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 56.388 74.93 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 81a7dcbb-35ea-4bcd-89c8-8b1950790079)) - (pin "2" (uuid c653b4a4-40a6-45d4-a7a3-8df89bb61a72)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 54.61 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc2d918) - (property "Reference" "#PWR07" (at 54.61 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 54.737 83.1342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 54.61 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 54.61 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 261af03e-7a01-47cf-a3e3-4e6ef2fbfd3a)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 63.5 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc326d3) - (property "Reference" "#PWR010" (at 63.5 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 63.627 81.8642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c57afca6-721f-412b-ac22-632c7c27005b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 55.88 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc36029) - (property "Reference" "R21" (at 95.25 50.6222 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "15k" (at 95.25 52.9336 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 95.25 54.102 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6af99fd3-a16e-430f-bdb3-3c76dc01bb08)) - (pin "2" (uuid 7592ef44-b5ce-4689-aeed-b3ad56f8ced0)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 85.09 69.85 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3684e) - (property "Reference" "R17" (at 85.09 64.5922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "82k" (at 85.09 66.9036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 85.09 68.072 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 85.09 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6b1c5cc0-8d28-469e-8912-b5bed683748a)) - (pin "2" (uuid a2a56fa8-78eb-433c-89c7-45e66ff48b21)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 46.99 86.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3bf3f) - (property "Reference" "R1" (at 46.99 81.1022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2M7" (at 46.99 83.4136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 46.99 84.582 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 46.99 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7426900c-af6e-4ed0-8b41-5f619c82a0de)) - (pin "2" (uuid d81012d4-5b3b-41f8-9460-c2562090b08f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 85.09 86.36 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3c662) - (property "Reference" "R18" (at 85.09 81.1022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M5" (at 85.09 83.4136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 85.09 84.582 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 85.09 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d74fe9d6-2a4d-4ff1-93f7-e84cb08fdd88)) - (pin "2" (uuid d9a77b39-abe9-4f8b-aed9-7b52825972a6)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer_Trim") (at 99.06 86.36 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3d0b7) - (property "Reference" "RV1" (at 100.838 85.1916 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "25k" (at 100.838 87.503 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3296Z_Horizontal" (at 99.06 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 99.06 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8e99f9b0-d04e-49e3-9aa2-fd95163a785b)) - (pin "2" (uuid 25b169bb-e393-4a36-a77f-cac7fbc60599)) - (pin "3" (uuid 7335d2fa-7dc8-4f61-92e8-4f2ec279a546)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "RV1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 99.06 82.55 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3d518) - (property "Reference" "#PWR014" (at 99.06 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 98.933 78.1558 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0cf8a5c0-e77d-432b-8f95-5f4ae72a2c92)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR014") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 99.06 90.17 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3d90f) - (property "Reference" "#PWR015" (at 99.06 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 98.679 94.5642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5670ef05-5d4e-4b2c-a830-eeaf3a8b3ea4)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR015") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 226.06 45.72 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc46edb) - (property "Reference" "R44" (at 226.06 40.4622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2M2" (at 226.06 42.7736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 226.06 43.942 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 226.06 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1f3fb343-e4be-45ac-9fd9-c524a9df05e3)) - (pin "2" (uuid 69354c7e-a4b6-45cf-8ca1-7c2ac88b1959)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R44") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 240.03 59.69 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc4954f) - (property "Reference" "R48" (at 240.03 54.4322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3k3" (at 240.03 56.7436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 240.03 57.912 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 240.03 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 787c87f1-121e-4928-bb6d-ca3250417f65)) - (pin "2" (uuid b1ed48e1-3235-4bc4-aa70-85319e0db39d)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R48") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 205.74 57.15 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc499b6) - (property "Reference" "R42" (at 205.74 51.8922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M" (at 205.74 54.2036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 205.74 55.372 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 205.74 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 82689223-3af5-471c-b139-6fb7b2cda57c)) - (pin "2" (uuid 26e0beec-eeb3-4abd-a705-ccab467c8d97)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R42") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 196.85 62.23 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc49d82) - (property "Reference" "R40" (at 196.85 56.9722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "470k" (at 196.85 59.2836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 196.85 60.452 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 196.85 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 84eb05b3-7e81-417c-9ef4-a018249665f2)) - (pin "2" (uuid 7a3864c3-c41a-466a-a22b-0dedab069910)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R40") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 199.39 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc556e4) - (property "Reference" "#PWR043" (at 199.39 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 199.771 46.4058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 199.39 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 199.39 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc624274-249a-4d89-af69-cd3e10f33e9b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR043") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:LM741") (at 201.93 78.74 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc5ddf9) - (property "Reference" "U7" (at 208.28 72.39 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM741" (at 207.01 74.93 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 203.2 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm741.pdf" (at 205.74 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 781a58d6-5a9b-472b-8451-10fbb9417344)) - (pin "2" (uuid 4c54e41b-a29b-4dad-bcb8-8221e18c247a)) - (pin "3" (uuid 7869b032-169d-4e8d-9b12-4478397caf39)) - (pin "4" (uuid 4c924a8c-269d-4768-95de-9ba4c67f7d72)) - (pin "5" (uuid e394beb9-6958-49e7-9aa0-48f1734bc527)) - (pin "6" (uuid 793f4164-fd16-44e1-ad80-ec20fe89c3c4)) - (pin "7" (uuid 0708d74f-06ba-402b-865d-cbdd9716a570)) - (pin "8" (uuid 0ee4b43e-c1ea-42f9-905a-443a4d8e32a3)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 185.42 76.2 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc653fe) - (property "Reference" "R37" (at 185.42 70.9422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 185.42 73.2536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 185.42 74.422 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 185.42 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5cfb6a32-18d3-425d-acd6-de8d029a5866)) - (pin "2" (uuid bb6155a7-e62d-401c-9d21-a08cd01ed315)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R37") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 185.42 81.28 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc6589f) - (property "Reference" "R38" (at 185.42 83.82 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 185.42 86.36 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 185.42 79.502 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 185.42 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 420c4899-b510-4be1-bf5f-1a47217296c4)) - (pin "2" (uuid f8227d50-47c9-41ad-9548-288e80969bff)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R38") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 205.74 95.25 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc66871) - (property "Reference" "C21" (at 205.74 88.8492 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100p" (at 205.74 91.1606 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 201.93 96.2152 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 205.74 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5b3b0488-c521-4e19-a82e-86845bc9835b)) - (pin "2" (uuid a158dd7f-186f-47f7-ad62-437b0985f90e)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 248.92 78.74 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc66ed6) - (property "Reference" "R51" (at 248.92 73.4822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3k3" (at 248.92 75.7936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 248.92 76.962 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 248.92 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid eddb6f78-1a63-4365-95de-5434ae2d44c4)) - (pin "2" (uuid ce29707b-4e73-4368-b12f-03fc05ef302e)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R51") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 234.95 106.68 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc67378) - (property "Reference" "R47" (at 240.2078 106.68 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3k3" (at 237.8964 106.68 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 236.728 106.68 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 234.95 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 88825c96-4a97-4b6f-ac88-994a5f47b8e8)) - (pin "2" (uuid 46ade1d6-07c0-4b64-859b-5a8bd5fd8d32)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R47") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 234.95 95.25 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc676fc) - (property "Reference" "R46" (at 240.2078 95.25 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3k3" (at 237.8964 95.25 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 236.728 95.25 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 234.95 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f2400220-c2ab-49e7-bef8-997ea2b4231a)) - (pin "2" (uuid 9f319bbc-93d0-4a01-8f0d-f91344e5fb90)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R46") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 234.95 85.09 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc67cfe) - (property "Reference" "D8" (at 236.9566 83.9216 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1N4148" (at 236.9566 86.233 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 239.395 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 234.95 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5e51587a-c175-4a55-9325-4358b723c619)) - (pin "2" (uuid 54e1ada1-4d89-4caa-a0a4-68f9a6018163)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "D8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 234.95 110.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc719ae) - (property "Reference" "#PWR049" (at 234.95 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 235.077 114.8842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 234.95 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 234.95 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 13b2caed-9c24-44ef-ac2f-32ce5c94206e)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR049") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:CA3080") (at 101.6 111.76 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7acdb) - (property "Reference" "U6" (at 107.95 118.11 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CA3080" (at 107.95 115.57 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 101.6 111.76 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/ca30/ca3080-a.pdf" (at 101.6 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 73c0c4b0-1aac-4572-bde2-249cba23b16d)) - (pin "2" (uuid 4312e7b8-66ca-45ef-8d16-75cebbd5ebc8)) - (pin "3" (uuid 22091f98-bec6-42da-9506-23aa03437ab4)) - (pin "4" (uuid e058fe6f-1240-49bc-9059-0469aaba275d)) - (pin "5" (uuid 5237bddb-91f5-4ca5-9960-86be55f91d33)) - (pin "6" (uuid d6414a7d-bc44-4f2b-b12c-a4b5a77defeb)) - (pin "7" (uuid 60d9b9b0-0333-46b6-81bc-6fa15a66c12c)) - (pin "8" (uuid e25e3979-766d-404d-b154-2bcd86a06b47)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 80.01 110.49 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ace1) - (property "Reference" "D4" (at 82.0166 109.3216 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1N4148" (at 82.0166 111.633 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" (at 84.455 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 80.01 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cd37c966-b1f2-4821-a749-71404c58c870)) - (pin "2" (uuid 4eb95b40-a527-4f76-a281-e06408b74457)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "D4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 68.58 110.49 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ace7) - (property "Reference" "D2" (at 70.5866 109.3216 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1N4148" (at 70.5866 111.633 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp" (at 64.135 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 68.58 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 29a9fde3-3610-4eeb-bae2-bae5dfcf4b1d)) - (pin "2" (uuid b5497b5a-8ca0-42ad-afc5-f8ed8b206b80)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 58.42 114.3 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7aced) - (property "Reference" "R12" (at 58.42 109.0422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "33k" (at 58.42 111.3536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 58.42 112.522 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 58.42 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 52f04766-ccdc-4c54-865a-89d9d292fa74)) - (pin "2" (uuid 50107c39-e346-4058-ba8e-edba0baee50f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 49.53 120.65 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7acf3) - (property "Reference" "R6" (at 51.308 119.4816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "33k" (at 51.308 121.793 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 51.308 120.65 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 49.53 120.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4873fcfe-3776-4117-b21e-a9ce1cf678ad)) - (pin "2" (uuid 0cc6156b-ec61-4650-9d84-75f65a79a882)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 49.53 124.46 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad02) - (property "Reference" "#PWR05" (at 49.53 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 49.657 128.8542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 49.53 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 49.53 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1ba89dfc-df92-4424-af39-e4c5575dc484)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 114.3 118.11 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad0d) - (property "Reference" "C14" (at 117.221 116.9416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "220n" (at 117.221 119.253 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" (at 115.2652 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 10d02b9c-bc67-4245-aed7-4ff64e6aeaaa)) - (pin "2" (uuid 2d32a931-fb94-4141-b62d-626c957e6886)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 121.92 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad13) - (property "Reference" "#PWR021" (at 114.3 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 114.427 126.3142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 502e12aa-8d6f-4454-8e92-faaab8534953)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR021") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 128.27 104.14 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad23) - (property "Reference" "#PWR038" (at 128.27 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 128.651 99.7458 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 128.27 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 128.27 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0350c3f4-1e97-48c2-8302-23a59955f9c3)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR038") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 139.7 119.38 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad2f) - (property "Reference" "R28" (at 139.7 121.92 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M" (at 139.7 124.46 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 139.7 117.602 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 47d11272-68ba-4e32-ba3a-549791ca1771)) - (pin "2" (uuid c50b8cd6-f159-47dc-900e-3cd5e2a13649)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R28") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 143.51 106.68 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad39) - (property "Reference" "R31" (at 148.7678 106.68 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "820k" (at 146.4564 106.68 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 145.288 106.68 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 143.51 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 01ad1146-2ab6-423a-9391-c1b622b5c9be)) - (pin "2" (uuid 24a7b110-716e-4804-a062-c2fb0181d370)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R31") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 171.45 116.84 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad3f) - (property "Reference" "R35" (at 171.45 111.5822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "330" (at 171.45 113.8936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 171.45 115.062 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 171.45 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5520f45c-939e-45b3-8298-b4f31ef89ec3)) - (pin "2" (uuid 64c6a454-bd2b-49e3-a34c-eed2c469abc7)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R35") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 62.23 130.81 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad58) - (property "Reference" "R14" (at 62.23 125.5522 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2M7" (at 62.23 127.8636 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 62.23 129.032 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 62.23 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 811e39bb-74ce-46f2-8275-baf88876e05a)) - (pin "2" (uuid 2d78ae6d-5f83-4090-bf43-1b4c48a6495b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 54.61 135.89 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad5e) - (property "Reference" "R9" (at 59.8678 135.89 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 57.5564 135.89 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 56.388 135.89 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 704f1702-decd-4760-a3f7-1ee99b66a0e4)) - (pin "2" (uuid 73cc74f6-6443-4de9-8f69-5a4db29d8dfa)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 54.61 139.7 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad68) - (property "Reference" "#PWR08" (at 54.61 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 54.737 144.0942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 54.61 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 54.61 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 288b32f0-16fd-4369-960a-09922a9441bb)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 48.26 147.32 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad74) - (property "Reference" "R4" (at 48.26 142.0622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "33k" (at 48.26 144.3736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 48.26 145.542 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 042e18b1-46dc-46a5-a0f0-ff133985adab)) - (pin "2" (uuid ac1b709f-bb90-4d05-886a-cf312a62f8c4)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 54.61 152.4 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad7a) - (property "Reference" "R10" (at 59.8678 152.4 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "15k" (at 57.5564 152.4 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 56.388 152.4 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 83137acc-0ac2-4733-80b7-00c7dfa23f79)) - (pin "2" (uuid ad958876-d00b-45f5-83e1-2e9d76913fb9)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 54.61 156.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad84) - (property "Reference" "#PWR09" (at 54.61 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 54.737 160.6042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 54.61 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 54.61 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3320103d-e390-4768-9d33-5cbf9ae03b52)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 63.5 154.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad8b) - (property "Reference" "#PWR011" (at 63.5 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 63.627 159.3342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 353f3204-9ee7-4b28-a55d-e6fc1aa26bdf)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 133.35 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad93) - (property "Reference" "R22" (at 95.25 128.0922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "15k" (at 95.25 130.4036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 95.25 131.572 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f225aeeb-e31b-4c82-bf6e-b5724fafdbcf)) - (pin "2" (uuid 54dc4b0f-b9a3-4a80-9423-70e2ad95b1a4)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 85.09 147.32 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ad99) - (property "Reference" "R19" (at 85.09 142.0622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "82k" (at 85.09 144.3736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 85.09 145.542 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 85.09 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4ca1d146-34fd-4c1a-a624-d2203fbf8028)) - (pin "2" (uuid 6c0c3d7e-01c0-49b7-9da7-ff80d1cefc87)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 46.99 163.83 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7adb5) - (property "Reference" "R2" (at 46.99 158.5722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2M7" (at 46.99 160.8836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 46.99 162.052 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 46.99 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 70b0ae8a-0ca8-44f1-929a-a295cbf06b7b)) - (pin "2" (uuid 5435814c-1cb4-400f-a9ed-0ec033e430a2)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 85.09 163.83 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7adbb) - (property "Reference" "R20" (at 85.09 158.5722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M5" (at 85.09 160.8836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 85.09 162.052 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 85.09 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ebb52726-85dd-4d14-89ce-191779a960a5)) - (pin "2" (uuid 650e1fe9-8c59-4d1a-97d1-29b2f43b137f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R20") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer_Trim") (at 99.06 163.83 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7adc1) - (property "Reference" "RV2" (at 100.838 162.6616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "25k" (at 100.838 164.973 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3296Z_Horizontal" (at 99.06 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 99.06 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6a827b9b-fa89-4b41-b10c-c301e08b2ed4)) - (pin "2" (uuid c4af53ab-abb0-436b-ba32-dda1549dda69)) - (pin "3" (uuid 520ba91f-9e0c-4d81-8d95-30dc41a6022b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "RV2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 99.06 160.02 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7adc7) - (property "Reference" "#PWR018" (at 99.06 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 98.933 155.6258 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4bd7afb3-ddbb-4e7e-a382-fdac064022f0)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR018") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 99.06 167.64 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7adcd) - (property "Reference" "#PWR019" (at 99.06 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 98.679 172.0342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 541363b8-6d12-43f7-b257-a10818b9c319)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR019") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 99.06 104.14 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7addd) - (property "Reference" "#PWR016" (at 99.06 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 99.441 99.7458 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 44fbf87b-89e0-477c-90ef-1a3ea660e25c)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR016") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 99.06 119.38 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ade3) - (property "Reference" "#PWR017" (at 99.06 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 98.679 123.7742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8cbc1deb-10fb-4da1-956e-9c1cfe4559d0)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR017") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 74.93 97.79 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc7ade9) - (property "Reference" "R16" (at 74.93 92.5322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "33k" (at 74.93 94.8436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 74.93 96.012 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 74.93 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 30047f41-2f90-46c9-bb7e-987ab6d6b4ec)) - (pin "2" (uuid a02a62ac-f48d-4c95-bc1a-6ef1aae6a0c6)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 226.06 116.84 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dca6229) - (property "Reference" "R45" (at 226.06 111.5822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2M2" (at 226.06 113.8936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 226.06 115.062 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 226.06 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 81759d37-2d56-4cb5-ab80-3f749c24aae5)) - (pin "2" (uuid e81ed961-e77c-48e4-b4d4-c7e00ed5e01d)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R45") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 240.03 130.81 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dca622f) - (property "Reference" "R49" (at 240.03 125.5522 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3k3" (at 240.03 127.8636 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 240.03 129.032 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 240.03 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e1f30653-d41c-4baf-a7b6-755b6973adac)) - (pin "2" (uuid 7ca9bdc9-cbb9-46f4-8a9f-c5dc4e9252b9)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R49") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 205.74 128.27 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dca6235) - (property "Reference" "R43" (at 205.74 123.0122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M" (at 205.74 125.3236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 205.74 126.492 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 205.74 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid af2dcc18-ec3b-4cd3-b1c0-4535e14d0b25)) - (pin "2" (uuid 07323c97-ea66-4530-9773-11ccf4213753)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R43") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 196.85 133.35 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dca623b) - (property "Reference" "R41" (at 196.85 128.0922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "470k" (at 196.85 130.4036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 196.85 131.572 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 196.85 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ae84925f-2eaa-4466-85c8-e58357efd45a)) - (pin "2" (uuid e326b994-b82b-46d3-ab87-01dbbbb839fc)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R41") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 199.39 121.92 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dca6248) - (property "Reference" "#PWR046" (at 199.39 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 199.771 117.5258 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 199.39 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 199.39 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 05e00acf-14da-4c43-90d0-eba2e4f92248)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR046") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 199.39 71.12 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcdbbec) - (property "Reference" "#PWR044" (at 199.39 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 199.771 66.7258 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 199.39 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 199.39 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 91735cb8-d0cc-45a4-ac8f-fd71a93c00f0)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR044") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 199.39 86.36 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcdc798) - (property "Reference" "#PWR045" (at 199.39 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 199.009 90.7542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 199.39 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 199.39 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ded14d7e-ef9d-4942-903a-8d2bbe596c6d)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR045") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 203.2 152.4 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcf1fb2) - (property "Reference" "U4" (at 203.2 143.0782 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 203.2 145.3896 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 203.2 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 203.2 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9e1eb819-b5ff-4c1e-ae68-53b2f713f25a)) - (pin "2" (uuid 9383d155-4931-4a40-a1e1-dcc199f5aa2a)) - (pin "3" (uuid 7e975f7e-4772-4d9a-ba22-453f5fc670a3)) - (pin "5" (uuid f2f58a97-9277-4a7e-9250-c1272ab81d0a)) - (pin "6" (uuid e37e54a1-49ef-49f6-b491-1c99f5030290)) - (pin "7" (uuid ed93d050-a810-464e-81cd-b7d038d68d82)) - (pin "4" (uuid 55b88e39-a4be-4006-b96a-22326cbc711a)) - (pin "8" (uuid 9be55b09-6cc1-4d52-8c4c-a0fc34436230)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 189.23 154.94 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcf1fba) - (property "Reference" "R39" (at 189.23 149.6822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10k" (at 189.23 151.9936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 189.23 153.162 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ffad0c0c-e9ca-484a-9526-5ae799aa09ce)) - (pin "2" (uuid a883832c-4e02-40f0-be95-1f6f0c1f0bbb)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R39") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 227.33 154.94 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcf1fc0) - (property "Reference" "U4" (at 227.33 145.6182 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 227.33 147.9296 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 227.33 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 227.33 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b061a935-3b15-401f-a0cd-e7959215442a)) - (pin "2" (uuid 2c2d089a-7535-4037-9669-5eb6b7de9da0)) - (pin "3" (uuid c1b2c652-1a3c-4d5c-9f67-b934544b6b26)) - (pin "5" (uuid b7558aa6-947c-4a7b-9d38-5da24468ed66)) - (pin "6" (uuid 2bd93107-0bbc-400c-920d-79575f4cd4c5)) - (pin "7" (uuid 3b86c55e-ce08-4714-b560-8dc311b5a0a2)) - (pin "4" (uuid 67e1607f-5a6d-4d93-b628-685105d7e246)) - (pin "8" (uuid 3fb13b4a-b74b-4a88-b94a-6b3ab758f3d3)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U4") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 218.44 158.75 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcf1fc8) - (property "Reference" "#PWR048" (at 218.44 165.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 218.567 163.1442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 218.44 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 218.44 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c451b516-a17f-4f89-a4e7-f2c04efa0f3d)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR048") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 238.76 148.59 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcf1fd0) - (property "Reference" "C23" (at 241.681 147.4216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47p" (at 241.681 149.733 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 239.7252 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 238.76 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid da0cc125-5675-48fe-a551-ab2f2386e6e4)) - (pin "2" (uuid ea46593a-e668-4878-9f2f-21b77046a956)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C23") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 250.19 154.94 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcf1fd6) - (property "Reference" "R52" (at 250.19 149.6822 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100" (at 250.19 151.9936 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 250.19 153.162 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 250.19 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 944af06d-346e-413c-b80d-7595540b66e0)) - (pin "2" (uuid b389d5d3-ca4b-4c46-ac86-b0ee9ce48332)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R52") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 121.92 76.2 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd7d3d2) - (property "Reference" "C15" (at 120.7516 73.279 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1n" (at 123.063 73.279 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 125.73 75.2348 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 121.92 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1732793e-8327-440b-a1be-42c05aa8ce35)) - (pin "2" (uuid cd25e4b9-b320-4575-be5d-1b7a03b8cb20)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 129.54 76.2 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd7dec8) - (property "Reference" "D6" (at 128.3716 74.1934 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1N4148" (at 130.683 74.1934 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 129.54 71.755 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 129.54 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c6afa168-fe2b-4c7b-a3fd-f9a32f6a6dcf)) - (pin "2" (uuid ce9bef66-b123-409b-b1e5-69627ced39e3)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "D6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 116.84 81.28 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd8ba5f) - (property "Reference" "R23" (at 118.618 80.1116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 118.618 82.423 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 118.618 81.28 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 116.84 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9511d988-69d7-46db-a627-69767d7acca3)) - (pin "2" (uuid 95b09d63-8b60-45b0-8af7-3f267df74574)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R23") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 116.84 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd8ba65) - (property "Reference" "#PWR027" (at 116.84 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 116.967 89.4842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 116.84 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 116.84 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0b420215-7d71-4168-9ae7-0f0e21a4b0e8)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR027") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x12_Socket") (at 153.67 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddbcd39) - (property "Reference" "J2" (at 146.05 134.62 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Conn_01x12_Female" (at 135.89 132.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x12_P2.54mm_Vertical" (at 153.67 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9535177c-ad81-4453-9da0-a0555cbb94e1)) - (pin "10" (uuid 6588de30-ff2c-479b-9172-596d01c88dcd)) - (pin "11" (uuid c5ce363f-1ec8-4383-8193-15fe1da7c314)) - (pin "12" (uuid d05b8026-bea1-4fcf-bb4b-f2a296a12425)) - (pin "2" (uuid 55ae689d-b67f-44d7-b202-349aaecebce4)) - (pin "3" (uuid 458c70aa-d296-4c72-8388-4387fd8d3aea)) - (pin "4" (uuid b383724c-413b-4778-b2b3-fa76a159f75b)) - (pin "5" (uuid 5b792955-a497-451c-ab8c-b10744fb5ad2)) - (pin "6" (uuid f6b5545f-ce32-483e-83e9-bfecd9ca8af5)) - (pin "7" (uuid a07da125-5805-41df-893c-8691ca81a3f3)) - (pin "8" (uuid d4706237-19af-4646-b334-afe381598076)) - (pin "9" (uuid 4f5c6b93-33d8-46a6-a396-9a3c3beae538)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 81.28 55.88 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddc5e5c) - (property "Reference" "U2" (at 81.28 46.5582 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM3900" (at 81.28 48.8696 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 72.39 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 72.39 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1c05da1c-3b68-4010-95d8-a0797e76370d)) - (pin "5" (uuid 1e4d9173-3e03-4529-a641-bcd9e75c6fcd)) - (pin "6" (uuid 6a5fcba2-fd51-439f-b4b8-c2232a3c1277)) - (pin "2" (uuid e9df5a3a-267d-472c-94f1-8d4c59f0d8be)) - (pin "3" (uuid 0339f1e3-b237-496c-bc36-505932293b64)) - (pin "4" (uuid 7780f8cc-b31e-46c2-ad1d-f3e58f8ea1ef)) - (pin "13" (uuid 175cb0a1-6a63-4af0-8d25-07e9ca21f3ea)) - (pin "8" (uuid 899ff6f4-9db0-4aa3-9141-8597ff185ce0)) - (pin "9" (uuid 4fdb48c9-bac7-4626-84c5-edbf9459f5e0)) - (pin "10" (uuid dc2b87aa-3de7-4dfc-a1d4-52cc6d5be12a)) - (pin "11" (uuid 0f679bd7-8679-43b7-b0f9-c8db87ea65f8)) - (pin "12" (uuid 3f332720-3c83-486d-8351-ac23a157658d)) - (pin "14" (uuid da3fe8e7-bde4-4b08-aebd-cd3c9a1dfcac)) - (pin "7" (uuid 7ff1d723-c53e-41db-838e-cec1fc94ffff)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U2") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 156.21 39.37 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddd1135) - (property "Reference" "U2" (at 156.21 30.0482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM3900" (at 156.21 32.3596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 147.32 46.99 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 147.32 46.99 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f87cf3bd-45b3-4805-823a-0baeff098ffe)) - (pin "5" (uuid 872a81ba-0893-495d-b3c1-4acecb655ac3)) - (pin "6" (uuid f6762138-8eba-42bd-9a67-d28245420b71)) - (pin "2" (uuid 2dc96b1e-2e7f-4885-9a6d-b6d99b458b19)) - (pin "3" (uuid 5548146d-b722-4e79-bbc8-f138219e83f8)) - (pin "4" (uuid 6b9aca01-fe7a-45e5-99e9-951f9b49dd84)) - (pin "13" (uuid 835d1874-8cf6-4abd-b9c8-358bc0436fec)) - (pin "8" (uuid cca8a035-f590-4e34-8344-b9ef9bb77ffe)) - (pin "9" (uuid a487d88a-2223-4fcb-b022-8d62aecd7ec3)) - (pin "10" (uuid 441870ca-df35-4478-8694-d69eeea04fd9)) - (pin "11" (uuid 572d551f-6340-44d5-9c71-6aa2b131a327)) - (pin "12" (uuid 9e39cc90-e7de-4ebf-8637-af678537bd0e)) - (pin "14" (uuid 10012793-ad7c-4b8f-8bcf-79f2bde16d36)) - (pin "7" (uuid 024fb148-8a59-4bb3-9292-c6f5d1eacd59)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 125.73 81.28 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddd835e) - (property "Reference" "R24" (at 127.508 80.1116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "33k" (at 127.508 82.423 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 127.508 81.28 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 125.73 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1f0dc815-48fa-4ca8-942c-ce742514daa0)) - (pin "2" (uuid a2c9c956-a6f9-44e2-96b3-6c998c32a8c6)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R24") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x09_Socket") (at 171.45 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dde7181) - (property "Reference" "J3" (at 162.56 134.62 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Conn_01x09_Female" (at 156.21 132.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x09_P2.54mm_Vertical" (at 171.45 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 171.45 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f87aad5e-a2df-417c-8f50-8433100818bb)) - (pin "2" (uuid 2dde0efd-c5f8-4b00-89ee-3d7aebccd458)) - (pin "3" (uuid 2a3b2eb7-6763-4941-aed7-3dc1c38cc71d)) - (pin "4" (uuid 0644d4e7-8410-4f36-ba27-0fcea9517a26)) - (pin "5" (uuid ccf993ba-faba-42a0-a822-136517bd4f75)) - (pin "6" (uuid 29ba9ada-c8c5-44aa-8dd0-2f5f70836920)) - (pin "7" (uuid 2595ab51-0da3-41a2-8dd4-2207d5c909ab)) - (pin "8" (uuid c6e746e0-dd97-4840-8e33-81fe700e2a0e)) - (pin "9" (uuid 8425c59f-5d08-4be2-ba7e-431c1057257c)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 224.79 59.69 0) (unit 4) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddec2e2) - (property "Reference" "U2" (at 224.79 50.3682 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM3900" (at 224.79 52.6796 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 215.9 52.07 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 215.9 52.07 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7d85d878-d2f5-4c77-b77a-4d15023d392b)) - (pin "5" (uuid 07195b84-6a31-490a-b3a5-658ea6349093)) - (pin "6" (uuid e14f500f-698e-4ff2-8f9f-0bfe438830f5)) - (pin "2" (uuid 765937f9-fda4-4a6a-9c8e-4167dbb6cec8)) - (pin "3" (uuid 922c8889-d2c2-412f-8606-c2ee1614443d)) - (pin "4" (uuid 3d55722b-5f20-49a8-8187-d393817569bd)) - (pin "13" (uuid 2a5f336c-352b-4463-a523-ce4145c49944)) - (pin "8" (uuid 0cf406d7-7fed-4c1b-b8d7-4e00d3027dbd)) - (pin "9" (uuid 9ea17547-b1c2-4efb-bd13-0f8e43a45e60)) - (pin "10" (uuid 8899e472-b3bc-4061-9184-60c9b2ea1cf3)) - (pin "11" (uuid c97dbb4d-1bd0-4ae4-bcc6-5c3d6e467447)) - (pin "12" (uuid 38fe6015-766f-457f-9119-2c674eb44145)) - (pin "14" (uuid 74a801bb-5d1d-43ed-86e9-56d014279cb8)) - (pin "7" (uuid 3e877a7e-eb97-4670-a0a8-8b185da74701)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U2") (unit 4) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 125.73 85.09 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddf54e6) - (property "Reference" "#PWR031" (at 125.73 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 125.349 89.4842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 125.73 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 125.73 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0b558f7a-2dcd-44f2-af19-f5fa70253b24)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR031") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 151.13 73.66 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddf7f95) - (property "Reference" "U2" (at 153.67 78.74 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM3900" (at 153.67 81.28 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 142.24 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 142.24 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d921c165-bfa1-434d-a1d4-b0cb88852587)) - (pin "5" (uuid 011c984f-0037-4c79-aaed-0266cb30495f)) - (pin "6" (uuid 46b24bf9-a0ab-4264-a06a-f8288ed0c825)) - (pin "2" (uuid 9e832b75-9772-491c-a190-d5a82342a27b)) - (pin "3" (uuid ded34626-d07d-4d0d-86b7-34a5187e9036)) - (pin "4" (uuid 74af4082-9253-4429-9272-0847927bf82f)) - (pin "13" (uuid d28c7e33-36db-40a6-ab84-38ff8b0834ce)) - (pin "8" (uuid 092af083-9155-487c-b577-2041494e88c2)) - (pin "9" (uuid 1028fffe-3bc1-4a6f-8f2b-908d2caf876b)) - (pin "10" (uuid 5804a4ca-d9db-4540-9312-0ba58f6e8d68)) - (pin "11" (uuid 706d0528-588c-4c6a-9dc8-b03f85ef8647)) - (pin "12" (uuid a71debc5-ba45-46b3-9303-90d89ac682a9)) - (pin "14" (uuid 1f0aa4af-e5f6-46fd-9a55-4549f6bfc9ef)) - (pin "7" (uuid 71fd6fce-46c0-45e3-ab44-a95ddd0d7f21)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U2") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 140.97 81.28 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddf9230) - (property "Reference" "R29" (at 142.748 80.1116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "4M7" (at 142.748 82.423 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 142.748 81.28 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 140.97 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6ca56c3d-af14-4600-a978-13fee6429167)) - (pin "2" (uuid 347ba664-eb2d-4590-b8f5-ebccdf88a29b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R29") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 140.97 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddf9236) - (property "Reference" "#PWR039" (at 140.97 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 141.097 89.4842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 140.97 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 140.97 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 418b9561-c38c-4aa9-a896-ec8e46c95e3b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR039") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 121.92 185.42 0) (unit 5) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de06beb) - (property "Reference" "U3" (at 120.8532 184.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM3900" (at 120.8532 186.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 113.03 177.8 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 113.03 177.8 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 91708e86-3f55-4566-9729-1e757f61f061)) - (pin "5" (uuid 81e80b70-bd99-4e21-bb09-5c43f6fef41c)) - (pin "6" (uuid 5773b01e-685c-49ae-8b79-6817e6c635f5)) - (pin "2" (uuid 227b3b5b-7fc1-47b8-a76d-9db5b4bd1454)) - (pin "3" (uuid 5ab0ce3f-3cc7-44a3-9098-c8b4256fb27c)) - (pin "4" (uuid 6fc17bc8-693b-4c42-9226-55d19e34822b)) - (pin "13" (uuid dad35af7-92a6-4110-9f45-e5928c72e297)) - (pin "8" (uuid 4952d1ff-5893-4a3f-a711-6c1b85641a81)) - (pin "9" (uuid 708a125a-03bc-43cd-afee-526b20d099d6)) - (pin "10" (uuid d334e6ff-326a-44cc-ae44-8d2484758b89)) - (pin "11" (uuid 211a12d6-b721-4386-96e6-5680b826f94d)) - (pin "12" (uuid e5dc5e37-b128-4219-9666-65ad29dac1ae)) - (pin "14" (uuid 12b3a76b-8cff-433c-81cc-0c5b07fed663)) - (pin "7" (uuid 4e92f0b6-9302-4a8b-914c-e22ad393dfd8)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U3") (unit 5) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 156.21 116.84 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de079ba) - (property "Reference" "U3" (at 156.21 107.5182 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM3900" (at 156.21 109.8296 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 147.32 124.46 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 147.32 124.46 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b9045f96-0ff8-4472-a615-83ea30321415)) - (pin "5" (uuid 96b7dcfe-ac41-41fa-954f-c7cd0d182756)) - (pin "6" (uuid 41b3d428-2145-4790-84be-79e05ef1a55e)) - (pin "2" (uuid 6de10591-253f-4dd6-8ec1-107f42158481)) - (pin "3" (uuid 161512b9-fb7e-4bd4-b6cb-f9e1a55fb511)) - (pin "4" (uuid c5de356c-9fdb-449b-b847-727802808bcd)) - (pin "13" (uuid 52a2bcc7-d797-4268-ba83-5db15dc67ac9)) - (pin "8" (uuid 52b37396-762d-4423-8b6d-2bb871c68f76)) - (pin "9" (uuid 796bd97e-6420-4a14-8369-8ae184bafc78)) - (pin "10" (uuid 247a2b51-7874-49bb-83c3-2bb9acaa7e66)) - (pin "11" (uuid 3a0a719e-5f04-4474-afd3-f97ea037cf7a)) - (pin "12" (uuid 00836388-c1bb-4069-8bce-7ec12a1b4811)) - (pin "14" (uuid 5abec8ca-367a-48ea-a19f-b3b76144cee1)) - (pin "7" (uuid 8064afec-a8b1-4aa3-9dfb-b472b31172b8)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 100.33 185.42 0) (unit 5) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de079e4) - (property "Reference" "U2" (at 99.2632 184.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LM3900" (at 99.2632 186.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 91.44 177.8 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 91.44 177.8 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d1573c5d-09e8-4c70-a00d-ad60dcbfe014)) - (pin "5" (uuid 5a1d5e90-786c-484c-a70c-1201d5594e40)) - (pin "6" (uuid 163c6427-d398-490e-829c-b06949620382)) - (pin "2" (uuid 3560658d-5b6f-4ebd-99c4-ea5d151ef5b8)) - (pin "3" (uuid 8b7e9ec7-d30b-43e5-9fdc-033beda4e230)) - (pin "4" (uuid 7f08cbcc-5af4-48b0-8c4b-839107780dbc)) - (pin "13" (uuid 0c173e8a-e95e-4c09-9391-73d732be61f3)) - (pin "8" (uuid f73c8a7a-f8b1-47c2-90c1-c6d85e8ddd5c)) - (pin "9" (uuid a7f3b9d3-20f0-463f-85e9-cd5270ae286d)) - (pin "10" (uuid a50399c1-14f2-437c-a625-c3b1db309bed)) - (pin "11" (uuid f0ca4370-883c-465e-8ab0-41796023e051)) - (pin "12" (uuid f7da2529-6c5f-4e1f-b2eb-2435202a3016)) - (pin "14" (uuid 8692d785-c2d6-47ed-862e-b41097ea00fd)) - (pin "7" (uuid f1fdfe32-73eb-40d4-b8d4-f47dd185bf71)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U2") (unit 5) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 81.28 133.35 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de2772f) - (property "Reference" "U3" (at 81.28 124.0282 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM3900" (at 81.28 126.3396 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 72.39 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 72.39 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1deefa42-acbc-49ea-a446-99f06a7384d4)) - (pin "5" (uuid 43cf164c-d8c5-410c-aff3-d9d1ded0c9b2)) - (pin "6" (uuid 1afc0800-8660-4fa5-8aea-8aa12b77308e)) - (pin "2" (uuid 68d21ff9-6c97-473b-b72f-51bd3ae3cd48)) - (pin "3" (uuid 4a27f460-52e5-4b31-884c-460d99758f44)) - (pin "4" (uuid 6d546dc2-4da5-4541-939f-69036239e1f4)) - (pin "13" (uuid 755c646e-6591-433e-a144-5e06789cfa22)) - (pin "8" (uuid cc7aed23-bd37-4923-9e4a-b9b5445d0638)) - (pin "9" (uuid c95eb823-c782-4b41-b5d0-aef3120e9a8d)) - (pin "10" (uuid c4ddd648-865c-4de4-8b72-2483018c8288)) - (pin "11" (uuid 8c2e0bb2-3d89-45d6-9984-ca00c94b4bfa)) - (pin "12" (uuid 845b3350-d0a0-428c-ae17-2cb6e00df480)) - (pin "14" (uuid 8a6e4a3e-9437-42e6-9b4c-d691131dd845)) - (pin "7" (uuid 52166ac0-4f0f-490e-b346-b38b4ae10450)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U3") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 137.16 76.2 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de311c3) - (property "Reference" "R26" (at 135.9916 74.422 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 138.303 74.422 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 137.16 74.422 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 137.16 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 50e77015-5461-4e8c-b256-12a1f88dee8d)) - (pin "2" (uuid 3b747096-cb8e-46e4-ab41-aee337cfcd51)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R26") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 226.06 130.81 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de3b49e) - (property "Reference" "U3" (at 226.06 121.4882 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM3900" (at 226.06 123.7996 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" (at 217.17 123.19 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 217.17 123.19 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 52f57612-0e8d-4e99-80ae-ed1823865ab6)) - (pin "5" (uuid b8ca50a2-2227-417b-bf39-7465983e60e3)) - (pin "6" (uuid 4cfa97cf-6ee1-4222-a16e-dc162b879c95)) - (pin "2" (uuid af837197-3159-4e97-9e09-dbf9747b974f)) - (pin "3" (uuid e31f689b-d98e-4135-a55f-665e63209c97)) - (pin "4" (uuid 43249ccd-cf43-4d87-b977-ec55b785bc09)) - (pin "13" (uuid e1846881-4988-470f-b00c-7a09e5a1457f)) - (pin "8" (uuid 4254a187-c83c-4a7b-a544-80617ddc5434)) - (pin "9" (uuid 2a3ad3e1-2570-4998-ae60-7fab1955e894)) - (pin "10" (uuid ec521f6a-d300-4520-951d-c6f13ef39ee7)) - (pin "11" (uuid d31b26bc-04b0-4491-bd0c-f22751b92545)) - (pin "12" (uuid 2bb1bab7-5f77-4090-9856-dab86f174c8e)) - (pin "14" (uuid 868f3a81-fbc2-4544-8e56-088086e25e1d)) - (pin "7" (uuid ce268155-84ed-479a-8463-196d67ae245e)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U3") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 125.73 63.5 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de4257e) - (property "Reference" "D5" (at 127.7366 62.3316 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1N4148" (at 127.7366 64.643 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 130.175 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 125.73 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ca865e6b-17b4-431d-b944-0f0c03b88062)) - (pin "2" (uuid d82b77a3-c6ca-49d2-8d58-0675d097de90)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "D5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 135.89 58.42 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de5207b) - (property "Reference" "R25" (at 134.7216 56.642 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "680k" (at 137.033 56.642 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 135.89 56.642 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 135.89 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a9fb9678-89c8-480c-ad6b-b0fd7c5e5e30)) - (pin "2" (uuid 8e539da2-4038-4757-a9b4-d507a1f84a71)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R25") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Diode:1N4148") (at 152.4 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de53790) - (property "Reference" "D7" (at 153.5684 60.4266 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1N4148" (at 151.257 60.4266 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 152.4 62.865 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 152.4 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7fc591be-9d16-49a9-b647-53b61cc22dde)) - (pin "2" (uuid ca60e728-bf99-487f-b424-4561caaf0714)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "D7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:PN4250") (at 63.5 149.86 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de556a5) - (property "Reference" "Q2" (at 63.5 141.5288 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "PN4250" (at 63.5 143.8402 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 61.595 144.78 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC557.pdf" (at 63.5 149.86 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid ce4aa72b-9011-41d7-9f12-d9ebc2d3dde9)) - (pin "2" (uuid a8da8a72-98b6-44d6-b540-78ca4b01b2b7)) - (pin "3" (uuid 94add813-83df-4328-9a7b-15e7b66fbb81)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:PN4250") (at 63.5 72.39 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005de69817) - (property "Reference" "Q1" (at 63.5 64.0588 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "PN4250" (at 63.5 66.3702 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 61.595 67.31 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC557.pdf" (at 63.5 72.39 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 1da722f9-5e5a-454d-9f39-6d2fb4884757)) - (pin "2" (uuid 23786f49-043f-46b0-bdd9-b488937c1863)) - (pin "3" (uuid 4e763091-8f19-4967-8928-c1633364a1fb)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 162.56 53.34 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dea11a6) - (property "Reference" "R32" (at 164.338 52.1716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1M5" (at 164.338 54.483 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 164.338 53.34 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 162.56 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 56f4d104-cbf2-4188-b119-7ed7c9e57862)) - (pin "2" (uuid 9324e995-b1ac-4533-97fc-f527f16c530f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R32") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 162.56 66.04 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dea1a1c) - (property "Reference" "C20" (at 159.639 67.2084 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1n" (at 159.639 64.897 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 161.5948 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 162.56 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1d30c027-df84-4583-b5f0-c854ec3634fb)) - (pin "2" (uuid 5b92f081-ce65-4edb-b149-427ab1886c49)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C20") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 166.37 73.66 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dea2383) - (property "Reference" "R33" (at 165.2016 71.882 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "330" (at 167.513 71.882 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 166.37 71.882 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 166.37 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 826a26ac-7a55-4425-b4eb-15847694a305)) - (pin "2" (uuid 31a9c135-5415-48fd-bedc-07da819da361)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "R33") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 148.59 140.97 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dee742e) - (property "Reference" "#PWR041" (at 146.05 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 140.97 140.97 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 148.59 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 148.59 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e29576c6-9f73-4828-97c1-a2dc75d918cb)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR041") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 148.59 138.43 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005def28ef) - (property "Reference" "#PWR040" (at 142.24 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 142.24 138.43 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 148.59 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 148.59 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 277c7730-cdb7-4c20-aa87-aaf99a7744a6)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR040") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 162.56 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005df1069c) - (property "Reference" "#PWR042" (at 162.56 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 162.941 45.1358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 162.56 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 162.56 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 11911dc5-84df-43be-828d-6654158ca6b2)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "#PWR042") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 41.91 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005df86aed) - (property "Reference" "C3" (at 44.831 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 44.831 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 42.8752 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 41.91 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3799ea36-1bff-41e9-b108-15ded5a9e753)) - (pin "2" (uuid 20fda054-0b65-48a5-959d-273c65b5db23)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 41.91 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005df871d3) - (property "Reference" "C4" (at 44.831 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 44.831 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 42.8752 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 41.91 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3fc18501-5461-46e0-b1a2-df2bb90d7f05)) - (pin "2" (uuid 86bae5c0-cf56-4b19-9b11-915dff86de7d)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 54.61 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005df908de) - (property "Reference" "C6" (at 57.531 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 57.531 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 55.5752 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ab803fe8-51d2-4255-90e8-1f6039d05a65)) - (pin "2" (uuid 1bc8fdc4-0bf4-4b26-8773-b88b9611d9d1)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 54.61 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005df90dcf) - (property "Reference" "C5" (at 57.531 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 57.531 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 55.5752 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 208e60f9-0f8d-488d-a086-e21e4c0fe05c)) - (pin "2" (uuid 24bb2643-8865-4e1d-883e-2d22471b4813)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 67.31 185.42 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005df9aba9) - (property "Reference" "U1" (at 66.2432 184.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 66.2432 186.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 67.31 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 67.31 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 090de868-66ed-4047-8563-d5713d980134)) - (pin "2" (uuid ef77dbce-5b6a-4a83-98ba-06c8d86bda61)) - (pin "3" (uuid c258c53d-57a3-48d0-926e-f6cce26080ef)) - (pin "5" (uuid c4bd47fe-f4e5-4022-8056-a6811f331c59)) - (pin "6" (uuid eb54bf91-55ec-43b6-9639-99cb1cfecd61)) - (pin "7" (uuid f0c25db2-e6ce-43b2-a2d6-6db645e5ed5a)) - (pin "4" (uuid f05df317-4a37-47c1-8ee1-040ff052697c)) - (pin "8" (uuid 3f6aac02-463d-423e-b176-63d7065a78d2)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U1") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 72.39 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005df9f979) - (property "Reference" "C8" (at 75.311 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 75.311 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 73.3552 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 72.39 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a91845fd-d4c8-48e5-9c26-fa92cabf8f0b)) - (pin "2" (uuid c70c3440-b983-4ab6-a5d2-5cc3f5423a8f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 72.39 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005df9fd59) - (property "Reference" "C7" (at 75.311 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 75.311 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 73.3552 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 72.39 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0314cd20-1dea-4953-bf09-1bc0b5501342)) - (pin "2" (uuid 5d336ccf-7ab1-439e-ac35-6aa0b3f0d97b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 83.82 185.42 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dfa6673) - (property "Reference" "U4" (at 82.7532 184.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 82.7532 186.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" (at 83.82 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 83.82 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 04e5d0ca-2302-4a3f-885b-75755cc9fbb2)) - (pin "2" (uuid f7253d64-72e9-4d1e-8a29-1ff66ec10625)) - (pin "3" (uuid 9ffb734d-15ce-447e-ad39-8cf7f55c186f)) - (pin "5" (uuid 20e88afb-f1b4-488d-9d76-dc0f0ef13416)) - (pin "6" (uuid 65f73a74-9727-4da7-9f82-b284a7777117)) - (pin "7" (uuid c4077335-5283-4ffa-80ae-72b6c6707094)) - (pin "4" (uuid 40585a54-2e2b-4b3e-be6f-ce84c649075f)) - (pin "8" (uuid 78d55ab3-0598-4063-80cd-98401a6e56e7)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U4") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 129.54 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e016909) - (property "Reference" "C16" (at 132.461 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 132.461 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 130.5052 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 129.54 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a6f2b2fc-5ea6-4ad2-9730-9077260a874f)) - (pin "2" (uuid 2dd214cb-8b04-4ad8-b88a-5c0868a36fd1)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 129.54 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e017256) - (property "Reference" "C17" (at 132.461 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 132.461 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 130.5052 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 129.54 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b8d81084-9fa2-4b5f-a9b8-2ca6c287f770)) - (pin "2" (uuid a3182552-244d-4bcb-86b1-b05812a66e0b)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 143.51 181.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e0725a9) - (property "Reference" "C18" (at 146.431 180.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 146.431 182.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 144.4752 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 143.51 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c2a5bba7-68dd-400d-a4e5-ce01e8723f40)) - (pin "2" (uuid e898e118-f723-4eb6-a0d4-861bcc406ffc)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 143.51 189.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e0725af) - (property "Reference" "C19" (at 146.431 188.0616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 146.431 190.373 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" (at 144.4752 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 143.51 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 351d23dc-3738-4943-8031-f28eedb4b12b)) - (pin "2" (uuid 067c5862-d8e9-4019-a908-f6138442dbfb)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "C19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:J201") (at 125.73 34.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e65304b) - (property "Reference" "Q3" (at 130.5814 33.1216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "J201" (at 130.5814 35.433 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 130.81 36.195 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BF/BF244A.pdf" (at 125.73 35.56 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid bfa20177-97a4-4352-92fd-8b1dabac54cb)) - (pin "2" (uuid 39865161-2e20-419c-884f-049591daaad3)) - (pin "3" (uuid 0f7a730f-fe05-4ba3-b0f1-7e77eea48262)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "Q3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:J201") (at 125.73 111.76 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6ab72d) - (property "Reference" "Q4" (at 130.5814 110.5916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "J201" (at 130.5814 112.903 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 130.81 113.665 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - (property "Datasheet" "http://www.fairchildsemi.com/ds/BF/BF244A.pdf" (at 125.73 113.03 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 7a5eb23c-8d46-4574-9156-150ad06737d7)) - (pin "2" (uuid 7c7dbcb2-37c6-4e02-bd4f-67843fd68bfe)) - (pin "3" (uuid 9a68f5b8-c5c6-4fcf-8a50-44781b8a675e)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "Q4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "elektrophon:LM3900") (at 267.97 115.57 0) (unit 4) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 7a362deb-a1d7-413c-b3b2-056058d8f7b9) - (property "Reference" "U3" (at 267.97 106.68 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM3900" (at 267.97 109.22 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 259.08 107.95 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 259.08 107.95 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 451eb7ff-620a-4583-86f8-1f8364dc9092)) - (pin "5" (uuid 98a6a13a-240e-41ac-836b-98dba3c1a37a)) - (pin "6" (uuid 5088df08-aee7-4673-987a-308e83a85552)) - (pin "2" (uuid b48475f7-3de8-47e2-9fce-7142a7bd8daa)) - (pin "3" (uuid 25a96acd-0ef1-4104-9b63-da71732b4557)) - (pin "4" (uuid 04ef45c5-135b-455c-87bd-29b7f15b983a)) - (pin "13" (uuid 579578a7-3421-45d2-99a1-4da869ba5da0)) - (pin "8" (uuid 8ad720f2-e6b0-4695-ab77-427af1e300d6)) - (pin "9" (uuid 8369293b-4489-4eb7-a4ba-1a91f634abd5)) - (pin "10" (uuid 32b7c411-ff08-407d-a25b-a3b6df3a4cf6)) - (pin "11" (uuid b95eddb8-005c-4a8b-bc12-bdd8e00d2a58)) - (pin "12" (uuid ee663243-1032-478d-8fe7-0ad848fc8fca)) - (pin "14" (uuid 7c884a3b-3ae1-45d0-8fa4-e1bc618cd801)) - (pin "7" (uuid c58950f9-5851-4c4d-93b2-2b9d6009d25f)) - (instances - (project "main" - (path "/5817fcd7-7f17-4e84-b535-ea735284e330" - (reference "U3") (unit 4) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "5817fcd7-7f17-4e84-b535-ea735284e330") + (paper "A4") + (title_block + (title "Smooth and Stepped Generator") + (date "2020-05-24") + (rev "02") + (comment 1 "Original design by Ken Stone") + (comment 2 "Schema for main circuit") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (lib_symbols + (symbol "Amplifier_Operational:CA3080" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 1.27 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "CA3080" + (at 1.27 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/ca30/ca3080-a.pdf" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "2MHz, Operational Transconductance Amplifier (OTA), gM spread 2:1, DIP-8/SOIC-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "operational transconductance amplifier ota" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x4.9mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "CA3080_0_1" + (polyline + (pts + (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) (xy 5.08 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "CA3080_1_1" + (pin no_connect line + (at -2.54 2.54 270) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 7.62 270) + (length 5.08) + (name "BIAS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 0 2.54 270) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Amplifier_Operational:LM741" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM741" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 1.27 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm741.pdf" + (at 3.81 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Operational Amplifier, DIP-8/TO-99-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "single opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TSSOP*3x3mm*P0.65mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM741_0_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "LM741_1_1" + (pin input line + (at 0 -7.62 90) + (length 5.08) + (name "NULL" + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 2.54 -7.62 90) + (length 6.35) + (name "NULL" + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 0 2.54 270) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Amplifier_Operational:TL072" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TL072_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x09_Socket" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x09_Socket" + (at 0 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x09, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x09_Socket_1_1" + (arc + (start 0 -9.652) + (mid -0.5058 -10.16) + (end 0 -10.668) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -7.112) + (mid -0.5058 -7.62) + (end 0 -8.128) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -4.572) + (mid -0.5058 -5.08) + (end 0 -5.588) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -2.032) + (mid -0.5058 -2.54) + (end 0 -3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -10.16) (xy -0.508 -10.16) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -7.62) (xy -0.508 -7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -0.508 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -0.508 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 7.62) (xy -0.508 7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 10.16) (xy -0.508 10.16) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0.508) + (mid -0.5058 0) + (end 0 -0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 3.048) + (mid -0.5058 2.54) + (end 0 2.032) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 5.588) + (mid -0.5058 5.08) + (end 0 4.572) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 8.128) + (mid -0.5058 7.62) + (end 0 7.112) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 10.668) + (mid -0.5058 10.16) + (end 0 9.652) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 10.16 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 7.62 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -7.62 0) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -10.16 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:Conn_01x12_Socket" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 15.24 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x12_Socket" + (at 0 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x12, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x12_Socket_1_1" + (arc + (start 0 -14.732) + (mid -0.5058 -15.24) + (end 0 -15.748) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -12.192) + (mid -0.5058 -12.7) + (end 0 -13.208) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -9.652) + (mid -0.5058 -10.16) + (end 0 -10.668) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -7.112) + (mid -0.5058 -7.62) + (end 0 -8.128) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -4.572) + (mid -0.5058 -5.08) + (end 0 -5.588) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -2.032) + (mid -0.5058 -2.54) + (end 0 -3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -15.24) (xy -0.508 -15.24) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -12.7) (xy -0.508 -12.7) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -10.16) (xy -0.508 -10.16) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -7.62) (xy -0.508 -7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -0.508 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -0.508 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 7.62) (xy -0.508 7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 10.16) (xy -0.508 10.16) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 12.7) (xy -0.508 12.7) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0.508) + (mid -0.5058 0) + (end 0 -0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 3.048) + (mid -0.5058 2.54) + (end 0 2.032) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 5.588) + (mid -0.5058 5.08) + (end 0 4.572) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 8.128) + (mid -0.5058 7.62) + (end 0 7.112) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 10.668) + (mid -0.5058 10.16) + (end 0 9.652) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 13.208) + (mid -0.5058 12.7) + (end 0 12.192) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 12.7 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -10.16 0) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -12.7 0) + (length 3.81) + (name "Pin_11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -15.24 0) + (length 3.81) + (name "Pin_12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 10.16 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 7.62 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -7.62 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 1.27 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_02x05_Odd_Even_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 3.81 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start 3.81 -4.953) + (end 2.54 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 -2.413) + (end 2.54 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 0.127) + (end 2.54 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 2.667) + (end 2.54 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 5.207) + (end 2.54 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 5.08 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 0 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_Potentiometer_Trim" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer_Trim" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable trimpot trimmer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_Trim_0_1" + (polyline + (pts + (xy 1.524 0.762) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_Trim_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Diode:1N4148" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1N4148" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "D*DO?35*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "1N4148_0_1" + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "1N4148_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "elektrophon:J201" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "J201" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.fairchildsemi.com/ds/BF/BF244A.pdf" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "50mA Id, 30V Vgs, N-Channel FET Transistor, TO-92" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "N-Channel FET Transistor Low Voltage" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO?92*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "J201_0_1" + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 -1.27) (xy 0.254 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.397) (xy 0.254 1.397) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy -1.016 0.381) (xy -1.016 -0.381) (xy 0 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "J201_1_1" + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -5.08 0 0) + (length 5.334) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "elektrophon:LM3900" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM3900" + (at -3.81 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at -8.89 7.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at -8.89 7.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM3900_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM3900_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM3900_3_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM3900_4_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM3900_5_1" + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "elektrophon:PN4250" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "PN4250" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 5.08 -1.905 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC557.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "PNP Transistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO?92*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PN4250_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.286 -1.778) (xy 1.778 -2.286) (xy 1.27 -1.27) (xy 2.286 -1.778) (xy 2.286 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "PN4250_1_1" + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+15V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+15V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "-15V_0_0" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "-15V_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 69.85 163.83) + (diameter 0) + (color 0 0 0 0) + (uuid "0c8fad1e-46d2-48df-b6fc-08d5ddea091f") + ) + (junction + (at 41.91 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "0d915b34-8086-4be5-8fbf-ae00294c7f98") + ) + (junction + (at 162.56 73.66) + (diameter 0) + (color 0 0 0 0) + (uuid "0e7eccb7-4841-485c-a99f-936cb06a00c4") + ) + (junction + (at 54.61 130.81) + (diameter 0) + (color 0 0 0 0) + (uuid "0f455ded-b1e5-42b7-9bfa-1812dacbf8f2") + ) + (junction + (at 54.61 185.42) + (diameter 0) + (color 0 0 0 0) + (uuid "0fab3a84-bcb4-49ed-93f6-c4d9826cc0e0") + ) + (junction + (at 27.94 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "1473e91f-2b06-41df-af03-e28fbcfad039") + ) + (junction + (at 176.53 97.79) + (diameter 0) + (color 0 0 0 0) + (uuid "18aaa9ad-ee88-4079-975f-44edbe58771a") + ) + (junction + (at 41.91 185.42) + (diameter 0) + (color 0 0 0 0) + (uuid "19fe0f95-34ce-429d-9ee1-9d8923b7da2f") + ) + (junction + (at 143.51 97.79) + (diameter 0) + (color 0 0 0 0) + (uuid "1c7e4345-65a2-4511-9044-bf2dda2579f1") + ) + (junction + (at 41.91 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "1ec71d3e-fa4d-4f93-a318-cf63706ca6c4") + ) + (junction + (at 162.56 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "254a5b7c-ca4d-4643-a1a2-9c85f6f00a38") + ) + (junction + (at 88.9 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "25ec5f59-ee66-425e-8372-952d44fabbc0") + ) + (junction + (at 129.54 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "28ddcdde-3ac3-442b-b2a0-a92b0d1105b5") + ) + (junction + (at 80.01 29.21) + (diameter 0) + (color 0 0 0 0) + (uuid "28e5c1b8-9a20-4fde-bbf0-93b5ac69e3b1") + ) + (junction + (at 80.01 36.83) + (diameter 0) + (color 0 0 0 0) + (uuid "33782b02-71d3-4910-a3b0-fc3a4eb95bf0") + ) + (junction + (at 114.3 34.29) + (diameter 0) + (color 0 0 0 0) + (uuid "363884c5-0796-4331-9323-8d7114a6d281") + ) + (junction + (at 107.95 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "37258275-dd69-456f-8964-0e3da7727a4c") + ) + (junction + (at 176.53 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "3bd11e8c-1ab3-4623-b61f-92ef9760f223") + ) + (junction + (at 191.77 81.28) + (diameter 0) + (color 0 0 0 0) + (uuid "3c732e81-fb6f-4957-83ea-4e4095556261") + ) + (junction + (at 212.09 152.4) + (diameter 0) + (color 0 0 0 0) + (uuid "3e6da8cb-1d22-4738-a117-744d837d2455") + ) + (junction + (at 140.97 76.2) + (diameter 0) + (color 0 0 0 0) + (uuid "3fe0f29c-a8fe-4e66-b79f-1d7b3c109063") + ) + (junction + (at 232.41 20.32) + (diameter 0) + (color 0 0 0 0) + (uuid "4390c9a2-9111-4818-97c5-5fab8a82a82d") + ) + (junction + (at 129.54 185.42) + (diameter 0) + (color 0 0 0 0) + (uuid "4e8d0c8f-fdf7-4f76-b76b-a2dac4a45e3f") + ) + (junction + (at 68.58 36.83) + (diameter 0) + (color 0 0 0 0) + (uuid "4ece7cc4-86b1-4fd6-9480-eab16aca1449") + ) + (junction + (at 64.77 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "516e16d8-0eb3-4754-82d7-f2d49f81e081") + ) + (junction + (at 114.3 111.76) + (diameter 0) + (color 0 0 0 0) + (uuid "52bfc9c2-191a-491c-bda6-0201f9d5d0ec") + ) + (junction + (at 214.63 57.15) + (diameter 0) + (color 0 0 0 0) + (uuid "58c23288-436a-4f07-84d2-f480d115e01f") + ) + (junction + (at 234.95 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "5dd18adb-65f3-47a2-a080-1252b46c2f74") + ) + (junction + (at 116.84 76.2) + (diameter 0) + (color 0 0 0 0) + (uuid "60c88616-7ebb-4cba-99f5-7fbf061641e2") + ) + (junction + (at 143.51 20.32) + (diameter 0) + (color 0 0 0 0) + (uuid "60ea79cb-3907-4096-9796-40dbe27dde15") + ) + (junction + (at 176.53 39.37) + (diameter 0) + (color 0 0 0 0) + (uuid "668d09df-5e24-4b63-9f7a-78c599537aa4") + ) + (junction + (at 125.73 76.2) + (diameter 0) + (color 0 0 0 0) + (uuid "67078efd-390e-447c-bf89-5429fa9ea392") + ) + (junction + (at 72.39 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "6b7510f7-1e07-4687-905d-abebc6d7e549") + ) + (junction + (at 212.09 33.02) + (diameter 0) + (color 0 0 0 0) + (uuid "6d51a725-4870-4ddc-81fb-2a2f627582f2") + ) + (junction + (at 69.85 86.36) + (diameter 0) + (color 0 0 0 0) + (uuid "6d55ea66-be1c-4f40-b8e6-e7c54aae9fd3") + ) + (junction + (at 97.79 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "6ddcf6b5-6663-4773-b3bc-b2f836c6736e") + ) + (junction + (at 246.38 130.81) + (diameter 0) + (color 0 0 0 0) + (uuid "70212528-286a-4dc0-bd93-c780885c7d41") + ) + (junction + (at 246.38 59.69) + (diameter 0) + (color 0 0 0 0) + (uuid "715002f8-b5df-4973-af53-77f83f7e031e") + ) + (junction + (at 107.95 185.42) + (diameter 0) + (color 0 0 0 0) + (uuid "71d3ebfd-7009-415d-b932-3733e8e76486") + ) + (junction + (at 129.54 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "7826ce20-cc28-44af-82d1-da3fb327d9d1") + ) + (junction + (at 214.63 128.27) + (diameter 0) + (color 0 0 0 0) + (uuid "796c1940-8775-4cb4-9fba-8113d44d57ae") + ) + (junction + (at 114.3 134.62) + (diameter 0) + (color 0 0 0 0) + (uuid "7b77b6a1-f252-4537-8c46-f48892b780da") + ) + (junction + (at 218.44 152.4) + (diameter 0) + (color 0 0 0 0) + (uuid "81619ad0-c30b-4746-9b0b-42bf18d65d1a") + ) + (junction + (at 234.95 100.33) + (diameter 0) + (color 0 0 0 0) + (uuid "8dd6789f-b3b2-4199-a49b-6ad3b3a61031") + ) + (junction + (at 176.53 116.84) + (diameter 0) + (color 0 0 0 0) + (uuid "91ae6dff-3467-4d00-87be-581476706606") + ) + (junction + (at 88.9 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "93b0b61b-ec98-4994-9dfb-259309f5d959") + ) + (junction + (at 49.53 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "97d3a482-6d37-417e-ac25-dedf7362b204") + ) + (junction + (at 81.28 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "9acc66d5-ee2a-4a5d-b373-225b8f647522") + ) + (junction + (at 27.94 185.42) + (diameter 0) + (color 0 0 0 0) + (uuid "9c487e05-8f90-42b7-959f-39cff8890a12") + ) + (junction + (at 80.01 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "9e0209b4-6b37-48a3-9458-a80facc0b994") + ) + (junction + (at 49.53 36.83) + (diameter 0) + (color 0 0 0 0) + (uuid "9e181859-60a8-4112-9a65-056a9afe93d0") + ) + (junction + (at 54.61 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "9f55bc12-ddd6-48d4-b48a-ead1b92ae0dd") + ) + (junction + (at 64.77 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "aede4350-8303-44d2-a423-a37b137bdb15") + ) + (junction + (at 119.38 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "af62f195-2f28-4547-9204-257dda63e888") + ) + (junction + (at 238.76 154.94) + (diameter 0) + (color 0 0 0 0) + (uuid "b0bc9833-ebae-4eb2-bed1-bc2e759de4e5") + ) + (junction + (at 72.39 185.42) + (diameter 0) + (color 0 0 0 0) + (uuid "b1c6b650-a1d7-4619-a11e-3801527eaac9") + ) + (junction + (at 54.61 53.34) + (diameter 0) + (color 0 0 0 0) + (uuid "b789d59e-1bf1-491d-a21d-679d82f7d87e") + ) + (junction + (at 104.14 133.35) + (diameter 0) + (color 0 0 0 0) + (uuid "bbb45efb-efa8-4d1d-8b8a-fab84c939c9b") + ) + (junction + (at 27.94 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "bde238b7-0f70-437b-8347-6d1f609c8a13") + ) + (junction + (at 232.41 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "c02e1ebe-44cb-4b00-aa05-5777d303f166") + ) + (junction + (at 238.76 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "c8041827-e330-41d4-a003-b1e983c98bd1") + ) + (junction + (at 72.39 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "cbb005d0-e3fa-4b7c-a21f-06513af16a5c") + ) + (junction + (at 234.95 90.17) + (diameter 0) + (color 0 0 0 0) + (uuid "cdf4c6b3-f4d5-453f-8653-255153d0ed31") + ) + (junction + (at 80.01 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "cf9cbb13-a136-4e5c-930f-33f3260bddcd") + ) + (junction + (at 176.53 133.35) + (diameter 0) + (color 0 0 0 0) + (uuid "d031c8cf-7579-4910-a9de-f7034f4e8b1f") + ) + (junction + (at 81.28 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "d10f0723-3b41-49c7-b02b-513f521b45ff") + ) + (junction + (at 119.38 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "d62e305f-9dcb-4195-802e-75ddf7aaac35") + ) + (junction + (at 69.85 147.32) + (diameter 0) + (color 0 0 0 0) + (uuid "d649a56c-4dc4-4647-8ebe-64408819a81f") + ) + (junction + (at 54.61 147.32) + (diameter 0) + (color 0 0 0 0) + (uuid "d65057c7-ce5c-43cf-aab3-f788dfc22db9") + ) + (junction + (at 97.79 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "d6ac95b4-b3c7-4f73-ba75-d601dbf83a3d") + ) + (junction + (at 205.74 33.02) + (diameter 0) + (color 0 0 0 0) + (uuid "d8c54ec1-e354-4903-afdd-bfb25980dc33") + ) + (junction + (at 140.97 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "d8d0728f-ed11-475a-9b26-ad0a9ed0a110") + ) + (junction + (at 54.61 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "dc68b8b3-72f2-472b-8354-096a44e9242e") + ) + (junction + (at 69.85 69.85) + (diameter 0) + (color 0 0 0 0) + (uuid "e70c5318-9e2f-42e6-a8d5-c99d54c3f0a1") + ) + (junction + (at 54.61 69.85) + (diameter 0) + (color 0 0 0 0) + (uuid "e8cad9f0-5f0a-41d8-b802-001ac656ed90") + ) + (junction + (at 143.51 185.42) + (diameter 0) + (color 0 0 0 0) + (uuid "e9dc8df6-31b7-4417-8906-f962aa3fa50b") + ) + (junction + (at 68.58 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "eb27c267-0cd9-4dba-9216-6be924a36ea9") + ) + (junction + (at 176.53 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "eb6d1e19-0e5f-4f61-9b9e-91631c68799e") + ) + (junction + (at 68.58 114.3) + (diameter 0) + (color 0 0 0 0) + (uuid "ebc150f8-fd5e-4ec1-b8ef-e98720a9e3af") + ) + (junction + (at 88.9 185.42) + (diameter 0) + (color 0 0 0 0) + (uuid "f0a589e2-74b8-4d26-b2b6-664504b65763") + ) + (junction + (at 68.58 29.21) + (diameter 0) + (color 0 0 0 0) + (uuid "f0a6e432-f059-4d5a-92de-6ae888d39796") + ) + (junction + (at 210.82 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "f5dcb270-c9ec-40a7-accb-cb8ba3bfd3e4") + ) + (junction + (at 99.06 55.88) + (diameter 0) + (color 0 0 0 0) + (uuid "f89d962c-702c-4254-9586-1f37cff3a817") + ) + (junction + (at 107.95 193.04) + (diameter 0) + (color 0 0 0 0) + (uuid "fd4ed578-5b17-4da7-87ae-10e8efd3b4de") + ) + (no_connect + (at 204.47 71.12) + (uuid "8dd0a6e2-5c51-48cd-803a-98007b738be8") + ) + (no_connect + (at 201.93 71.12) + (uuid "9804a1e9-d65f-4288-aa2f-d8313002ce93") + ) + (no_connect + (at 260.35 113.03) + (uuid "9a9f320f-3226-4748-a0a3-2d24311d5e6a") + ) + (no_connect + (at 260.35 118.11) + (uuid "e85db652-62d6-4cc4-a4cc-e89e2d5ec92b") + ) + (no_connect + (at 275.59 115.57) + (uuid "f931ea50-28c4-43a7-bf7e-ae3c1285a818") + ) + (wire + (pts + (xy 107.95 185.42) (xy 129.54 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "007ced6d-6566-469e-9c14-28290723e207") + ) + (wire + (pts + (xy 217.17 57.15) (xy 214.63 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "01421780-90ed-49b7-8196-9187506aabc4") + ) + (wire + (pts + (xy 49.53 116.84) (xy 49.53 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0216dc6c-45e0-41e0-8598-82c4bad6fab3") + ) + (wire + (pts + (xy 21.59 193.04) (xy 27.94 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "07e18f66-bde8-4069-bf7b-89b8ca27875f") + ) + (wire + (pts + (xy 81.28 163.83) (xy 69.85 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "07fdd8bf-af4b-4e10-bad1-37d1d7986d54") + ) + (wire + (pts + (xy 54.61 54.61) (xy 54.61 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "08c3cc2c-4db3-4916-8ac4-800eb10ceb95") + ) + (wire + (pts + (xy 194.31 81.28) (xy 191.77 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0aa8a3df-069b-4b14-8915-b0924e0db036") + ) + (wire + (pts + (xy 99.06 55.88) (xy 104.14 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0c2f9eff-181b-4e7e-b12c-b0d62ec049de") + ) + (wire + (pts + (xy 261.62 139.7) (xy 238.76 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f3388d7-d61f-422b-9d06-420b0abcd7fe") + ) + (wire + (pts + (xy 176.53 62.23) (xy 176.53 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "107b4e2f-885f-41a6-9efd-ed1c03e24a5a") + ) + (wire + (pts + (xy 232.41 20.32) (xy 212.09 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "11d92136-88e6-4919-95c3-3091bc85b471") + ) + (wire + (pts + (xy 143.51 20.32) (xy 176.53 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1277170f-5123-4eb2-81ec-591b6dfa412a") + ) + (wire + (pts + (xy 120.65 34.29) (xy 114.3 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "12bfb1a9-10d6-4b02-8a78-33f3b99bef63") + ) + (wire + (pts + (xy 128.27 29.21) (xy 128.27 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "12f9b56e-5eec-4122-bbc8-ef980995f6db") + ) + (wire + (pts + (xy 49.53 114.3) (xy 54.61 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1419f2f1-ad46-47ed-bfae-eb3900a4797f") + ) + (wire + (pts + (xy 179.07 35.56) (xy 176.53 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1438ef81-5e22-4acb-ab45-e551a8f55c6c") + ) + (wire + (pts + (xy 132.08 58.42) (xy 125.73 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "15ffda74-bb6d-4287-8624-411b035f4c2b") + ) + (wire + (pts + (xy 191.77 81.28) (xy 189.23 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "164670dd-b910-4fb5-9447-8acc860a31d2") + ) + (wire + (pts + (xy 54.61 193.04) (xy 64.77 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16f8d382-6bc7-42aa-ab26-18dce7673789") + ) + (wire + (pts + (xy 119.38 193.04) (xy 129.54 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1888b681-befe-4038-a0cb-012f84faf974") + ) + (wire + (pts + (xy 91.44 29.21) (xy 80.01 29.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19f28214-929f-4891-af81-442d4c0b219a") + ) + (wire + (pts + (xy 234.95 78.74) (xy 245.11 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c0103d8-a0df-4a19-9034-3bb25b1c1421") + ) + (wire + (pts + (xy 78.74 20.32) (xy 143.51 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c19c88c-a39a-4d6c-975d-54edbbcaa450") + ) + (wire + (pts + (xy 91.44 31.75) (xy 91.44 29.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1cb8398b-025b-4d08-8ae3-445f9a8fc11d") + ) + (wire + (pts + (xy 143.51 97.79) (xy 176.53 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1d6c22bf-4061-4fa6-a23f-c41aeb5dee4c") + ) + (wire + (pts + (xy 116.84 77.47) (xy 116.84 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e487767-bed3-4996-b2c2-0f008dced43e") + ) + (wire + (pts + (xy 54.61 71.12) (xy 54.61 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e633a6e-c861-4561-9ad1-87c291551a62") + ) + (wire + (pts + (xy 218.44 128.27) (xy 214.63 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1f1cb875-3c0c-45cd-85e9-f3999b27b854") + ) + (wire + (pts + (xy 176.53 39.37) (xy 176.53 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1fd2228d-7b36-4537-b31d-8ca0fd010fee") + ) + (wire + (pts + (xy 210.82 78.74) (xy 234.95 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "203ee00f-5b3b-4cc4-93f6-fa353046b455") + ) + (wire + (pts + (xy 81.28 193.04) (xy 88.9 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25418d7d-d9ff-4a18-a6b7-c17945bf457f") + ) + (wire + (pts + (xy 97.79 177.8) (xy 107.95 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25ba599c-e63f-4638-8157-869f84bf80fc") + ) + (wire + (pts + (xy 97.79 193.04) (xy 107.95 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25ce2bf1-2fac-44e1-a3cd-1f730a541867") + ) + (wire + (pts + (xy 93.98 31.75) (xy 91.44 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "263fecbb-706d-49af-8356-323b76e188b8") + ) + (wire + (pts + (xy 176.53 81.28) (xy 176.53 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "272eac92-bf94-4cfb-bb28-c669ec4e3844") + ) + (wire + (pts + (xy 140.97 76.2) (xy 143.51 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "276ab3ce-237a-4f2b-b88e-b7ef4b458319") + ) + (wire + (pts + (xy 240.03 35.56) (xy 232.41 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "282fa526-845d-43a1-a73f-12f0b4ea54bf") + ) + (wire + (pts + (xy 261.62 154.94) (xy 254 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "28442fba-e448-4edc-baed-aea81f352043") + ) + (wire + (pts + (xy 68.58 97.79) (xy 71.12 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a7063c3-4854-4989-84c7-f77407f47201") + ) + (wire + (pts + (xy 209.55 57.15) (xy 214.63 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2af0f986-c10a-404b-b6d1-b73e5652ce74") + ) + (wire + (pts + (xy 162.56 58.42) (xy 162.56 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2b242ae1-9137-4704-adf4-71158b1557e0") + ) + (wire + (pts + (xy 68.58 36.83) (xy 80.01 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2c0556f3-2a6a-42ae-af04-dfdd4bf50fd3") + ) + (wire + (pts + (xy 181.61 81.28) (xy 176.53 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2c2ffa8f-370f-4805-a57e-a34687c7a853") + ) + (wire + (pts + (xy 69.85 147.32) (xy 68.58 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d36863f-d766-44f2-872a-380758909c15") + ) + (wire + (pts + (xy 143.51 36.83) (xy 143.51 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3027469b-3df9-4cb5-87a1-4935ab75f09e") + ) + (wire + (pts + (xy 129.54 193.04) (xy 143.51 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "305217fb-c44c-4837-8246-2d11b7a7f704") + ) + (wire + (pts + (xy 212.09 139.7) (xy 212.09 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3125e7d6-fd42-41e1-a9fc-4a465e699f03") + ) + (wire + (pts + (xy 212.09 33.02) (xy 205.74 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3130e06f-325f-45ad-aa0a-5e7e0793a15f") + ) + (wire + (pts + (xy 234.95 90.17) (xy 234.95 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3209aaa0-3ea3-4443-81c5-739627567d79") + ) + (wire + (pts + (xy 69.85 163.83) (xy 50.8 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "32918b41-7906-4b19-8324-6c2c380abeac") + ) + (wire + (pts + (xy 214.63 45.72) (xy 214.63 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3357762b-fe4a-434e-b17b-057a6a55fcbd") + ) + (wire + (pts + (xy 104.14 104.14) (xy 101.6 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3397ed5e-ae6d-4c2a-bf5e-a169d03f9b91") + ) + (wire + (pts + (xy 222.25 116.84) (xy 214.63 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "343e0a8e-208f-4658-bc70-da7858c9be56") + ) + (wire + (pts + (xy 88.9 185.42) (xy 107.95 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34f083a4-cff5-4868-be30-eaad4cd30346") + ) + (wire + (pts + (xy 88.9 193.04) (xy 97.79 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "377348cc-4dd1-4647-86eb-81fee2697fbb") + ) + (wire + (pts + (xy 191.77 95.25) (xy 201.93 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37f9569d-ce01-47a1-a6ce-c70d231c58bc") + ) + (wire + (pts + (xy 199.39 50.8) (xy 199.39 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "38ece3fa-1e51-43e5-ba8c-d1dd70aed435") + ) + (wire + (pts + (xy 194.31 76.2) (xy 189.23 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3902f12f-1ae2-4846-99f6-a3489e461de5") + ) + (wire + (pts + (xy 66.04 53.34) (xy 73.66 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3c746505-c49c-441c-8f31-7332662c6317") + ) + (wire + (pts + (xy 68.58 114.3) (xy 80.01 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3cf5e8a5-8dd1-43dd-907e-238c2bb8894f") + ) + (wire + (pts + (xy 143.51 36.83) (xy 148.59 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3d145ea0-8984-4b6c-b4b2-496ab6f8f3bc") + ) + (wire + (pts + (xy 78.74 97.79) (xy 143.51 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3d707751-989b-4d1b-8d67-876bb5dd7308") + ) + (wire + (pts + (xy 255.27 20.32) (xy 232.41 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3e7f4238-af11-46f0-8055-ff7efb5d8946") + ) + (wire + (pts + (xy 234.95 100.33) (xy 234.95 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3ee176c4-d539-48de-a8c0-5b94e8c2329e") + ) + (wire + (pts + (xy 69.85 69.85) (xy 69.85 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3fafa04d-aa4f-4a42-acf8-e905e2c98ce1") + ) + (wire + (pts + (xy 52.07 147.32) (xy 54.61 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "404d85b0-a505-444c-a5fd-8663dfa379a0") + ) + (wire + (pts + (xy 64.77 177.8) (xy 72.39 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4063927f-2fef-4ba9-a33d-9efc4a46bfe5") + ) + (wire + (pts + (xy 88.9 147.32) (xy 104.14 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40ecc94f-4e8c-4b14-b44f-d19816250827") + ) + (wire + (pts + (xy 69.85 147.32) (xy 81.28 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "41d2c920-3ef5-4c9c-a642-e333c4f080b3") + ) + (wire + (pts + (xy 31.75 53.34) (xy 54.61 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "433702ec-7831-449c-9b1c-c1e2039db417") + ) + (wire + (pts + (xy 54.61 132.08) (xy 54.61 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "435b897b-64ee-409a-a166-f77bca4222f7") + ) + (wire + (pts + (xy 212.09 20.32) (xy 212.09 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "441fa26d-1061-4a62-8326-63220ba04149") + ) + (wire + (pts + (xy 104.14 55.88) (xy 104.14 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "48027505-cc4e-4967-85c8-1cd11eab3b0a") + ) + (wire + (pts + (xy 176.53 97.79) (xy 176.53 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "49d7b6c5-dfda-42fc-b215-0d7a8f33c216") + ) + (wire + (pts + (xy 31.75 69.85) (xy 44.45 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "49fc15e1-da94-4bdc-95e3-a1402cb59e9e") + ) + (wire + (pts + (xy 213.36 33.02) (xy 212.09 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a073ffb-3113-4191-af88-5d4f7feda298") + ) + (wire + (pts + (xy 72.39 185.42) (xy 88.9 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4b39ff33-24ab-445c-a067-304109485a39") + ) + (wire + (pts + (xy 69.85 86.36) (xy 50.8 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4b76b980-27b8-4739-ba49-35670695afb1") + ) + (wire + (pts + (xy 257.81 100.33) (xy 234.95 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d7c42d4-3179-409c-86f0-83dfe304847f") + ) + (wire + (pts + (xy 91.44 55.88) (xy 88.9 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e151f51-4512-475c-9924-596ebc40dfd8") + ) + (wire + (pts + (xy 69.85 58.42) (xy 69.85 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e8e7d90-0071-4b27-9073-f44f2a0694a1") + ) + (wire + (pts + (xy 199.39 121.92) (xy 199.39 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4fe4f480-5dc4-4aab-9846-ac16abb25afd") + ) + (wire + (pts + (xy 99.06 133.35) (xy 104.14 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50718c21-df60-449e-a45b-c5fb08ba4fb7") + ) + (wire + (pts + (xy 66.04 130.81) (xy 73.66 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50abe7f3-be52-4e28-924b-0f3108f3271e") + ) + (wire + (pts + (xy 176.53 154.94) (xy 185.42 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51c27e1c-ae9f-4677-b09f-9370b0545571") + ) + (wire + (pts + (xy 128.27 104.14) (xy 128.27 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51f58cd2-027a-4c7e-9972-ef0e1f017ddb") + ) + (wire + (pts + (xy 109.22 34.29) (xy 114.3 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "53c6dc92-9aea-48d9-89f3-3b2b3524da6b") + ) + (wire + (pts + (xy 143.51 41.91) (xy 148.59 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5493d71d-75f6-4d6b-a277-dff40036208d") + ) + (wire + (pts + (xy 195.58 149.86) (xy 194.31 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5699209f-9924-4554-9d39-21cf6af62106") + ) + (wire + (pts + (xy 233.68 130.81) (xy 236.22 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5df21204-5aad-40bc-abdd-9c9ca09935a0") + ) + (wire + (pts + (xy 176.53 35.56) (xy 176.53 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5e6db091-ea6a-4df6-94c5-0d22bf9e795b") + ) + (wire + (pts + (xy 212.09 152.4) (xy 210.82 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5e839268-e38f-4472-a977-a4598e96fef3") + ) + (wire + (pts + (xy 175.26 116.84) (xy 176.53 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ef9f7d0-c639-4ca9-b8db-53aadec6a123") + ) + (wire + (pts + (xy 218.44 152.4) (xy 212.09 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f68c992-2f86-4e4c-86cb-25d3270fb894") + ) + (wire + (pts + (xy 31.75 163.83) (xy 43.18 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6023e4e2-db81-4806-89f8-14d32ddf718d") + ) + (wire + (pts + (xy 140.97 77.47) (xy 140.97 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "636977d4-7a0c-4223-bced-e5161ea52d1b") + ) + (wire + (pts + (xy 107.95 177.8) (xy 119.38 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "645edd35-0dc8-49ac-a153-faaf67f3bd43") + ) + (wire + (pts + (xy 176.53 20.32) (xy 176.53 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "65d3b4bd-7dac-405b-8de4-a221611d1ca2") + ) + (wire + (pts + (xy 189.23 30.48) (xy 187.96 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6605ff40-40bb-4e0a-a485-04678df3e218") + ) + (wire + (pts + (xy 257.81 59.69) (xy 246.38 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6715dd48-d8ba-45f4-8108-7b1325f7ee99") + ) + (wire + (pts + (xy 246.38 45.72) (xy 246.38 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "676d0a43-4291-4142-9005-2bd005590815") + ) + (wire + (pts + (xy 80.01 36.83) (xy 93.98 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68525752-0823-4b9c-b06a-85bb6a0c2c49") + ) + (wire + (pts + (xy 31.75 36.83) (xy 49.53 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68a03d63-8413-4aaf-9d81-5e668d3b4f4d") + ) + (wire + (pts + (xy 246.38 154.94) (xy 238.76 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6960fe2d-15cc-4af3-adf2-2dee6866d89a") + ) + (wire + (pts + (xy 140.97 58.42) (xy 139.7 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6adabe2a-60e9-4303-8af7-497d54349628") + ) + (wire + (pts + (xy 135.89 119.38) (xy 128.27 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b5d9d40-2dd6-41c5-a60f-8c255b38f2ab") + ) + (wire + (pts + (xy 158.75 73.66) (xy 162.56 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6dcfef09-cf55-42d3-8cfe-a24cccb000f1") + ) + (wire + (pts + (xy 210.82 95.25) (xy 210.82 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6faaa934-d6d1-4426-8e39-4a4ed0007692") + ) + (wire + (pts + (xy 218.44 157.48) (xy 218.44 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7190b436-b487-4ddc-9f06-b0dd4881344c") + ) + (wire + (pts + (xy 69.85 69.85) (xy 81.28 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "728ed0d7-14c1-4f4a-a384-636ee82d6f06") + ) + (wire + (pts + (xy 72.39 177.8) (xy 81.28 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "731d5673-c6db-4865-8697-60ea9fc75b62") + ) + (wire + (pts + (xy 54.61 69.85) (xy 58.42 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "74bea2e0-b6fe-4cfc-952b-f371f5238ad0") + ) + (wire + (pts + (xy 143.51 102.87) (xy 143.51 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "75622412-d9d2-46f4-9e75-63105398ee58") + ) + (wire + (pts + (xy 191.77 95.25) (xy 191.77 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "75d116bf-e5e2-434d-a1d1-9569f9fcae01") + ) + (wire + (pts + (xy 143.51 25.4) (xy 143.51 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7719ab8f-a2fc-4bf6-b74f-d71639624e19") + ) + (wire + (pts + (xy 135.89 41.91) (xy 128.27 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77a21b96-a4ad-403b-97d8-790436a40434") + ) + (wire + (pts + (xy 99.06 69.85) (xy 99.06 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77a757f0-9001-4747-b762-6d1aa44559cc") + ) + (wire + (pts + (xy 114.3 111.76) (xy 120.65 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78e91a2a-dfdd-42bf-8650-9f686b1eebd2") + ) + (wire + (pts + (xy 91.44 109.22) (xy 91.44 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "795213f1-e01a-4db7-b9a8-ed81f89ca6e6") + ) + (wire + (pts + (xy 162.56 69.85) (xy 162.56 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b8f5af8-2494-4a15-b2cb-cdd0c7a0a829") + ) + (wire + (pts + (xy 81.28 86.36) (xy 69.85 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7cb8ec0d-cc3f-4305-9106-5d30994b0e48") + ) + (wire + (pts + (xy 72.39 193.04) (xy 81.28 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7eaadfe3-ca78-4c5a-b14a-8a8211bc76ef") + ) + (wire + (pts + (xy 62.23 114.3) (xy 68.58 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f8a31d0-8896-4f41-9da8-a2ac10bd682c") + ) + (wire + (pts + (xy 27.94 193.04) (xy 41.91 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7fc4b176-3fc8-45dc-b607-2e09ef796a5a") + ) + (wire + (pts + (xy 222.25 45.72) (xy 214.63 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "81013a30-580b-4262-ae27-27cd699170ff") + ) + (wire + (pts + (xy 91.44 106.68) (xy 80.01 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "820f955a-b6dc-4876-9745-49f88aa80cef") + ) + (wire + (pts + (xy 81.28 177.8) (xy 88.9 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "849c7529-9f9d-445c-8388-e8ada7fb6b2d") + ) + (wire + (pts + (xy 229.87 45.72) (xy 246.38 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "853fe13f-dff1-4721-aa78-9dcb744408eb") + ) + (wire + (pts + (xy 199.39 57.15) (xy 201.93 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8540fcb6-2d3b-4081-8737-7bd71eb56be9") + ) + (wire + (pts + (xy 232.41 20.32) (xy 232.41 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8562c64d-4656-4677-a0b3-15af8632bc23") + ) + (wire + (pts + (xy 125.73 58.42) (xy 125.73 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85daac89-6fa5-49d6-966d-cefdfc039906") + ) + (wire + (pts + (xy 238.76 139.7) (xy 218.44 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "873dda96-ff4c-4c98-9dda-6fcf0e104ab3") + ) + (wire + (pts + (xy 218.44 139.7) (xy 218.44 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87710768-ffda-44db-9551-61a1a1bb1145") + ) + (wire + (pts + (xy 22.86 185.42) (xy 27.94 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "886e5d0a-c53c-461d-a579-8dfd41ce636c") + ) + (wire + (pts + (xy 234.95 91.44) (xy 234.95 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8b3f8231-f78c-45c5-8155-f7f7a33865bc") + ) + (wire + (pts + (xy 80.01 114.3) (xy 93.98 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8bc37c6e-164f-422c-aa0d-837bc4d30163") + ) + (wire + (pts + (xy 234.95 81.28) (xy 234.95 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8cc26c93-324d-4662-a555-6744d14d3b76") + ) + (wire + (pts + (xy 114.3 76.2) (xy 116.84 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8f60aec0-8776-44b1-9086-bc79c6c7f211") + ) + (wire + (pts + (xy 209.55 128.27) (xy 214.63 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8fda944d-f657-4da5-94ee-8f1cc78401e3") + ) + (wire + (pts + (xy 234.95 90.17) (xy 257.81 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "90212e51-b6e5-45c0-aac7-85aff545ecbf") + ) + (wire + (pts + (xy 128.27 41.91) (xy 128.27 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "904bcccc-c265-4433-b9b5-4d9962595a95") + ) + (wire + (pts + (xy 119.38 177.8) (xy 129.54 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "90d8c548-5993-4be0-a218-f7c6da3faa22") + ) + (wire + (pts + (xy 234.95 99.06) (xy 234.95 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "91489e05-e46c-40b1-961e-49a9c68f875e") + ) + (wire + (pts + (xy 205.74 20.32) (xy 205.74 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9211c2ff-b037-4377-b271-988e262904db") + ) + (wire + (pts + (xy 156.21 58.42) (xy 162.56 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92703397-65e9-44d5-b978-415c109c7a8b") + ) + (wire + (pts + (xy 238.76 152.4) (xy 238.76 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "927f745a-ec8a-4b7a-8d0f-6fba6ca8d441") + ) + (wire + (pts + (xy 143.51 71.12) (xy 140.97 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "934f223b-a9d4-444c-8548-ba1a842cfc50") + ) + (wire + (pts + (xy 80.01 106.68) (xy 68.58 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "94659806-acf7-4968-b251-4b0688052fc9") + ) + (wire + (pts + (xy 30.48 130.81) (xy 54.61 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "94ac44a5-1234-4522-99c7-974873ae1874") + ) + (wire + (pts + (xy 116.84 76.2) (xy 118.11 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "94fb7697-31f5-426b-aa07-57f958d97d21") + ) + (wire + (pts + (xy 232.41 35.56) (xy 228.6 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9805cf55-0586-467a-a68b-2ccac8b8df26") + ) + (wire + (pts + (xy 22.86 177.8) (xy 27.94 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a343461-fdfc-4426-9347-034215b1278f") + ) + (wire + (pts + (xy 41.91 177.8) (xy 54.61 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a5acba6-1b66-422d-995a-ec0890936770") + ) + (wire + (pts + (xy 68.58 20.32) (xy 71.12 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c588858-9663-4d85-89e3-0bc8eb73ec75") + ) + (wire + (pts + (xy 181.61 76.2) (xy 176.53 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e55a0e7-12f4-4898-a284-0c08d568fad0") + ) + (wire + (pts + (xy 200.66 133.35) (xy 218.44 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a0c5f490-56c1-4757-a112-ea9d0acc6fb3") + ) + (wire + (pts + (xy 246.38 130.81) (xy 243.84 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a1b05129-f8bb-4e4c-94ef-80077132375c") + ) + (wire + (pts + (xy 213.36 38.1) (xy 212.09 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a1c59eef-091e-4d4f-aa32-e5c4992599ec") + ) + (wire + (pts + (xy 128.27 119.38) (xy 128.27 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a23fb4e7-3ce5-4c0c-9031-8839ca09434d") + ) + (wire + (pts + (xy 64.77 193.04) (xy 72.39 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a28b1e2d-37bb-4d40-999b-6a79a926613f") + ) + (wire + (pts + (xy 107.95 193.04) (xy 119.38 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a54558ca-f3aa-482d-9806-d13b44b47e48") + ) + (wire + (pts + (xy 27.94 177.8) (xy 41.91 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5f2ace0-cf98-4654-aa43-7dd7dec9faac") + ) + (wire + (pts + (xy 238.76 154.94) (xy 234.95 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a6bdaebf-51a3-49bd-9a42-2d3333ed4768") + ) + (wire + (pts + (xy 232.41 33.02) (xy 232.41 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a74861f9-e9ea-49ab-8cb3-c8aae8f3a3c3") + ) + (wire + (pts + (xy 93.98 109.22) (xy 91.44 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a87f52f4-3585-4620-8273-bb899b07bf8a") + ) + (wire + (pts + (xy 252.73 78.74) (xy 257.81 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a9656cac-0e91-475c-94d2-5ad3d85d949e") + ) + (wire + (pts + (xy 104.14 133.35) (xy 104.14 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa9b39c8-e819-4d77-884a-9711068ca375") + ) + (wire + (pts + (xy 68.58 20.32) (xy 68.58 29.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1c2dcf4-8420-4617-bce7-e75f73e6aef0") + ) + (wire + (pts + (xy 31.75 147.32) (xy 44.45 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b37190c6-5169-4378-b4da-cd8b49230857") + ) + (wire + (pts + (xy 54.61 53.34) (xy 58.42 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b3b3383c-e5db-48c4-9cdc-a1fa7b02f23f") + ) + (wire + (pts + (xy 104.14 26.67) (xy 101.6 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b3db4f9c-872f-40ee-af35-16f86d3c3b55") + ) + (wire + (pts + (xy 69.85 135.89) (xy 73.66 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b716e6ae-f07e-48e4-aa34-93b208ac4843") + ) + (wire + (pts + (xy 200.66 62.23) (xy 217.17 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba09ede3-bb04-4777-aa16-e7fd2ecc027b") + ) + (wire + (pts + (xy 143.51 119.38) (xy 148.59 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba2c25da-6ce0-4588-9562-da06f3c6a2da") + ) + (wire + (pts + (xy 212.09 38.1) (xy 212.09 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bc551560-96ec-4104-934c-4b8d683ad507") + ) + (wire + (pts + (xy 229.87 116.84) (xy 246.38 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1143e50-8da0-465d-a535-98752a0dbc87") + ) + (wire + (pts + (xy 80.01 29.21) (xy 68.58 29.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c4d5960c-db49-46be-80ba-dabe749c764b") + ) + (wire + (pts + (xy 176.53 133.35) (xy 176.53 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c5a1fdcd-436c-48da-a6d9-1dd4d38d7f76") + ) + (wire + (pts + (xy 193.04 62.23) (xy 176.53 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c6e7f72e-0a22-4f24-915b-002304fd9e84") + ) + (wire + (pts + (xy 41.91 193.04) (xy 54.61 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c71e1fcb-5cc1-4172-9f3f-6c2779e67abc") + ) + (wire + (pts + (xy 176.53 116.84) (xy 176.53 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c721184e-4a0d-44d8-8cd8-1c0f7a1c272c") + ) + (wire + (pts + (xy 219.71 152.4) (xy 218.44 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c798a082-2f42-4eb3-9e50-2b044de6d2fa") + ) + (wire + (pts + (xy 193.04 133.35) (xy 176.53 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c9f19d56-154f-4243-8c9b-409dacf12838") + ) + (wire + (pts + (xy 257.81 130.81) (xy 246.38 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca04d9d7-3607-442e-8a7e-faf44e6b4bb9") + ) + (wire + (pts + (xy 27.94 185.42) (xy 41.91 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca508e58-6b16-494d-8852-f0af3904e925") + ) + (wire + (pts + (xy 143.51 114.3) (xy 143.51 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb497163-f744-4d0e-9c99-99c1dd156576") + ) + (wire + (pts + (xy 148.59 58.42) (xy 140.97 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc6ed1c3-51cc-4d69-8a36-8022565326d8") + ) + (wire + (pts + (xy 109.22 111.76) (xy 114.3 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc7b6b22-b306-4705-ba0f-e2cfdfa58b58") + ) + (wire + (pts + (xy 30.48 86.36) (xy 43.18 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cdaea3e8-11d4-4cd4-981f-53feca2d9d38") + ) + (wire + (pts + (xy 236.22 59.69) (xy 232.41 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cdb87dbd-fd30-49c5-8aab-e7bfef89ab17") + ) + (wire + (pts + (xy 246.38 59.69) (xy 243.84 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce43f387-1e68-4764-b88f-5ddf4ab31815") + ) + (wire + (pts + (xy 143.51 114.3) (xy 148.59 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce5d6773-64a6-47c7-b836-10802183ec64") + ) + (wire + (pts + (xy 95.25 86.36) (xy 88.9 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d07b1c99-b60b-468e-a27b-75b6d404d519") + ) + (wire + (pts + (xy 195.58 154.94) (xy 193.04 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0e49e13-69eb-4de6-a94c-54bbe45212fa") + ) + (wire + (pts + (xy 205.74 33.02) (xy 204.47 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d1e89843-c7d4-4223-83de-8928f29cc070") + ) + (wire + (pts + (xy 88.9 177.8) (xy 97.79 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4f9cc10-ecda-4fb0-93a5-61e2bb8fbf90") + ) + (wire + (pts + (xy 238.76 139.7) (xy 238.76 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d56f22ba-b161-4e58-b6ae-8bb82b5cfd96") + ) + (wire + (pts + (xy 187.96 20.32) (xy 187.96 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d6ae29e0-e96c-4ea9-a82f-7495486f16dd") + ) + (wire + (pts + (xy 205.74 20.32) (xy 187.96 20.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d768c455-5fe9-4b5f-9118-c3116b85c598") + ) + (wire + (pts + (xy 255.27 35.56) (xy 247.65 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d7dfa0b6-322a-4291-af00-ecd7cbf99ff2") + ) + (wire + (pts + (xy 129.54 177.8) (xy 143.51 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d8932082-70e1-4205-a7c7-a8f75f8cb576") + ) + (wire + (pts + (xy 54.61 185.42) (xy 72.39 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d9d1a6d6-67fb-4e35-aa62-d8d4e74d271e") + ) + (wire + (pts + (xy 163.83 39.37) (xy 167.64 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "da934973-df8d-4487-8fba-c72da2db7c17") + ) + (wire + (pts + (xy 114.3 114.3) (xy 114.3 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dbe4164d-6e3c-4fd5-8c40-bbc5042b87a9") + ) + (wire + (pts + (xy 125.73 67.31) (xy 125.73 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dce3871a-c004-4194-8048-d3144a341e3a") + ) + (wire + (pts + (xy 95.25 163.83) (xy 88.9 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dce5d5d6-ba12-4783-8f69-a7f33a13e1c3") + ) + (wire + (pts + (xy 54.61 177.8) (xy 64.77 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd3543b4-f4ee-46fe-b73d-cac7b01f7f4b") + ) + (wire + (pts + (xy 52.07 69.85) (xy 54.61 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd51d1a0-6a0b-4eac-a330-d2aac26fe32d") + ) + (wire + (pts + (xy 129.54 185.42) (xy 143.51 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df118983-c167-4339-818a-b89f18a9cbcc") + ) + (wire + (pts + (xy 104.14 147.32) (xy 104.14 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df5c0c2d-7e99-4ed2-9d12-5c73a10614d7") + ) + (wire + (pts + (xy 68.58 97.79) (xy 68.58 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e05cde2f-e2d2-4705-950e-304872c691d9") + ) + (wire + (pts + (xy 212.09 139.7) (xy 194.31 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e0bb3eac-105c-40fb-9ae7-7fcb19180525") + ) + (wire + (pts + (xy 69.85 135.89) (xy 69.85 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e18d1cd4-46a2-43c6-9118-adb710d033aa") + ) + (wire + (pts + (xy 214.63 116.84) (xy 214.63 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e276af88-5fd3-48ed-9619-9e3f02b0c5d6") + ) + (wire + (pts + (xy 125.73 77.47) (xy 125.73 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e36f07ba-f11f-4d8d-b402-246646591b35") + ) + (wire + (pts + (xy 189.23 35.56) (xy 186.69 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e39bf16e-cb2d-4d6d-afcd-c99b55d3f56c") + ) + (wire + (pts + (xy 176.53 39.37) (xy 175.26 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e65be378-646d-4081-a326-a102dfbf373d") + ) + (wire + (pts + (xy 54.61 148.59) (xy 54.61 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8878925-53e2-47ef-935c-58351220f0c6") + ) + (wire + (pts + (xy 54.61 147.32) (xy 58.42 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e951b092-ef62-4b62-85c3-edc28b9a1b75") + ) + (wire + (pts + (xy 54.61 130.81) (xy 58.42 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9d6266d-44ca-4f1e-b82f-c6cf9ba70d11") + ) + (wire + (pts + (xy 163.83 116.84) (xy 167.64 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb0d139d-c8ac-4165-b6c9-387d2b426baf") + ) + (wire + (pts + (xy 162.56 57.15) (xy 162.56 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb9e1014-2fef-4677-a48a-52565f9249bb") + ) + (wire + (pts + (xy 49.53 39.37) (xy 49.53 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef97fc0b-0ab7-4f69-8b93-2e97eedce42e") + ) + (wire + (pts + (xy 41.91 185.42) (xy 54.61 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f02d586b-53cd-44cd-98c9-879611437475") + ) + (wire + (pts + (xy 49.53 36.83) (xy 54.61 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f07fd8ea-d85d-4094-99ff-f7f258748618") + ) + (wire + (pts + (xy 209.55 78.74) (xy 210.82 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f0a86a22-231e-4dc3-bb35-9b03f18c5d70") + ) + (wire + (pts + (xy 73.66 58.42) (xy 69.85 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f13aafc7-ef1b-482e-b0d2-67802d750aec") + ) + (wire + (pts + (xy 114.3 36.83) (xy 114.3 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f186c897-09f1-455b-87e3-dc1c64f0a0d3") + ) + (wire + (pts + (xy 140.97 71.12) (xy 140.97 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f24cda12-bfec-4e32-a6d5-b8df704475a6") + ) + (wire + (pts + (xy 69.85 69.85) (xy 68.58 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f265294a-424b-40e1-99ca-7230c2568cbe") + ) + (wire + (pts + (xy 194.31 139.7) (xy 194.31 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f29ecc8f-19fb-4490-b5cf-057db5611b7c") + ) + (wire + (pts + (xy 199.39 128.27) (xy 201.93 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f5cad85a-555a-4027-9e34-9a1e6d6c480f") + ) + (wire + (pts + (xy 219.71 157.48) (xy 218.44 157.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f993b4fd-f36d-42c5-b04e-b8d9381116bd") + ) + (wire + (pts + (xy 69.85 147.32) (xy 69.85 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fa33c8df-0225-47f1-bc1b-0e09c07612f4") + ) + (wire + (pts + (xy 62.23 36.83) (xy 68.58 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb41d444-5b98-4634-a166-49441bbce00d") + ) + (wire + (pts + (xy 31.75 114.3) (xy 49.53 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc39a732-8eeb-40ea-bb6f-34492c92e690") + ) + (wire + (pts + (xy 246.38 116.84) (xy 246.38 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd807ed1-9233-4334-9714-9a2b9d4eaa6d") + ) + (wire + (pts + (xy 88.9 69.85) (xy 99.06 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ff9471a7-587d-47c1-a6cd-798ab6654c13") + ) + (wire + (pts + (xy 91.44 133.35) (xy 88.9 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fface95d-0163-4b1f-810f-276c8bc597e2") + ) + (wire + (pts + (xy 210.82 95.25) (xy 209.55 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fff79af0-1c47-4f09-a7c3-77471bfc0033") + ) + (text "CA3080" + (exclude_from_sim no) + (at 39.37 189.23 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "16a48696-4f47-4968-a841-ced53f67debd") + ) + (text "CA3080" + (exclude_from_sim no) + (at 52.07 189.23 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "28f0bbdd-6da3-4d1c-87d7-ee1dffd5e2be") + ) + (text "Power" + (exclude_from_sim no) + (at 120.65 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5b67c86a-09a0-4580-b671-93a9fb5b86bf") + ) + (text "LM741" + (exclude_from_sim no) + (at 139.7 189.23 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9bddc083-a96a-497d-9136-a7ead86b98d0") + ) + (text "Mount Connection" + (exclude_from_sim no) + (at 152.4 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ee927bd6-a859-42df-9c9c-350475bba430") + ) + (label "HOLD" + (at 170.18 73.66 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1314e7c1-74ba-49d7-ab6a-c39ef9d68f01") + ) + (label "HOLD" + (at 31.75 147.32 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "47866930-abc9-4e9e-b97d-6febac99ee04") + ) + (global_label "SAMPLE_2" + (shape input) + (at 114.3 76.2 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "062e0369-1fab-4f8f-bba4-72f69f3cfc74") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 114.3 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED_2_a" + (shape input) + (at 261.62 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "0ae7a9df-203b-4821-a421-bcd2bc0fa62c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 261.62 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "OUT_1" + (shape input) + (at 148.59 146.05 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0c22c8ee-778a-4dda-b014-15eea271dbb6") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "RATE_1" + (shape input) + (at 30.48 86.36 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "109b88fd-f8a6-435a-86eb-606c7c26aaf5") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 30.48 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "OUT_2" + (shape input) + (at 166.37 146.05 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "1ac9b20e-485e-4337-a722-2a2fd0cb0307") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "VC_1" + (shape input) + (at 148.59 148.59 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "1cf4f778-c272-4461-8746-0a39cdfd75bb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED_1_b" + (shape input) + (at 255.27 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "208baaa0-8482-49df-aa04-5c9b0548a5e7") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 255.27 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "COUPLER_HOT" + (shape input) + (at 257.81 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "2d9b65b7-1dd7-4acc-bdb3-b2a045840a37") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 257.81 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "IN_2" + (shape input) + (at 166.37 148.59 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "35c409ff-71c1-41eb-85cc-7cacff804bbd") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED_1_a" + (shape input) + (at 148.59 158.75 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "3a33ea3a-d411-4ea1-9ebb-1fe9841a5315") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "OUT_1" + (shape input) + (at 176.53 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "3ced8a8a-428f-4213-a362-d475d48021b9") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 176.53 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED" + (shape input) + (at 257.81 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "471499c4-1256-4866-8d69-74df0f1199c5") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 257.81 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "CYCLE_2" + (shape input) + (at 166.37 156.21 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "5177f819-518f-408a-99cd-b5ea646e2435") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED_1_a" + (shape input) + (at 255.27 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "5aadb6a7-5dce-4097-b41f-44b294d396c4") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 255.27 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED" + (shape input) + (at 166.37 140.97 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "5aeac5e4-2b5d-4a8e-ad9b-c40758811f06") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "HOLD_1" + (shape input) + (at 148.59 156.21 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "5b6e313c-6c59-46bc-9e0d-4fbf4798c289") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED_2_b" + (shape input) + (at 166.37 161.29 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "5c4d1a89-87ab-4a3b-a2a3-b9e234519e9b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "VC_1" + (shape input) + (at 31.75 53.34 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "5e369300-2bbe-434f-920b-20f86e93ccdd") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 31.75 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "CYCLE_2" + (shape input) + (at 257.81 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "6be9173b-cf0b-48a1-b661-4e35dc9d6989") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 257.81 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "IN_1" + (shape input) + (at 148.59 143.51 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "6eee3f2e-f767-406c-b5b6-5468e88944ff") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "IN_2" + (shape input) + (at 31.75 114.3 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "7c08762f-055d-4f4f-af8b-314d2b8fa54f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 31.75 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED_2_b" + (shape input) + (at 261.62 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "7cc96848-b08b-4ac4-ac5a-2b6c931855cb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 261.62 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "CYCLE_1" + (shape input) + (at 257.81 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "81c9b80b-7a71-4452-b3c9-7066f13623e7") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 257.81 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "COUPLER_HOT" + (shape input) + (at 148.59 163.83 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "90b4b310-cf45-489b-9a2f-8e75f6b7b14b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "VC_2" + (shape input) + (at 166.37 151.13 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "94a2f1f9-4138-4e3e-bf98-ee09f473c871") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "CYCLE_1" + (shape input) + (at 148.59 153.67 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a56c935c-1668-4e7a-b9c9-5bee31d78832") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "HOLD_1" + (shape input) + (at 31.75 69.85 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b1a53beb-821d-4797-8916-4414772fcc76") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 31.75 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "OUT_2" + (shape input) + (at 176.53 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "b5ea8a1b-f74e-4b9b-8521-cb050e1a8224") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 176.53 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "IN_1" + (shape input) + (at 31.75 36.83 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c8597e9a-5a43-4e07-89cb-29319fde7afc") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 31.75 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED_2_a" + (shape input) + (at 166.37 158.75 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "cbd67f6f-d3ba-4479-806c-3f6fce51570b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "COUPLER_5V" + (shape input) + (at 148.59 166.37 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d0d10907-27f5-45aa-883d-e3a36da63fe2") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "VC_2" + (shape input) + (at 30.48 130.81 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d4c66601-5d06-4fec-a859-847d17c7c633") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 30.48 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "RATE_2" + (shape input) + (at 166.37 153.67 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ea485969-fffc-4be2-b0aa-3aa53b937844") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "SAMPLE_2" + (shape input) + (at 166.37 143.51 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "f438b3ef-6040-434a-a3b2-f6f3817bc853") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 166.37 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "LED_1_b" + (shape input) + (at 148.59 161.29 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "f61b720c-22ba-4d98-b503-f39facab9548") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "RATE_1" + (shape input) + (at 148.59 151.13 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "f654d0d2-76fa-4efa-bc0b-4d066eb638b5") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 148.59 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "COUPLER_5V" + (shape input) + (at 257.81 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f6def7c5-c379-4575-b3f4-279bbb685354") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 257.81 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "RATE_2" + (shape input) + (at 31.75 163.83 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "f7491f23-cc74-41dc-b784-ec39644467ac") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 31.75 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 22.86 177.8 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5bf152") + (property "Reference" "#PWR02" + (at 26.67 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 19.6088 177.419 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 22.86 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 22.86 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 22.86 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ff65a7de-5a18-49d8-b0e8-b67c030ca3ed") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 27.94 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5c24d0") + (property "Reference" "C1" + (at 30.9372 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10u" + (at 30.9372 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 28.9052 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.94 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 27.94 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bf584f49-571b-4e66-9549-c9a8e77751dc") + ) + (pin "2" + (uuid "148af2a4-2d67-4812-9ef9-b2b62995832b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 27.94 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5c2809") + (property "Reference" "C2" + (at 30.9372 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10u" + (at 30.9372 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 28.9052 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.94 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 27.94 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "46285118-94b3-437b-b7ce-903d0d883cd1") + ) + (pin "2" + (uuid "8ad57901-06a3-404f-a676-4a3bd925d613") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 22.86 185.42 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5c2dbb") + (property "Reference" "#PWR03" + (at 16.51 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 18.4658 185.547 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 22.86 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 22.86 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 22.86 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e1161370-87e2-404a-8b0f-830ced18d57f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 88.9 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5eb360") + (property "Reference" "C9" + (at 91.821 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 91.821 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 89.8652 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 88.9 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "69ea06e3-b2f0-4444-bfd1-5cd62a687de0") + ) + (pin "2" + (uuid "41d84cce-846f-47ef-8dcd-fb7a8263c63f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 88.9 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5eb366") + (property "Reference" "C10" + (at 91.821 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 91.821 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 89.8652 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 88.9 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dcb3b7bc-f55c-475a-8744-50ac9fdc8b2f") + ) + (pin "2" + (uuid "b2fa7f4f-8f1d-47fe-9ff2-f42da86004b5") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 107.95 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5f4d95") + (property "Reference" "C11" + (at 110.871 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 110.871 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 108.9152 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 107.95 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3a5f7f6d-b214-4de7-8374-dcef8ecfc8fb") + ) + (pin "2" + (uuid "e0b180ac-22a6-46a6-bc11-52da139cc141") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 107.95 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d5f4d9b") + (property "Reference" "C12" + (at 110.871 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 110.871 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 108.9152 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 107.95 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c43c60cb-fefa-4b06-8380-f85a88417dd4") + ) + (pin "2" + (uuid "380ed520-df82-42d8-9777-e669e0c5a261") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 123.19 158.75 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d61bff2") + (property "Reference" "#FLG02" + (at 121.285 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 119.9388 158.75 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 123.19 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 123.19 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cb161b8b-c35f-4a9b-b04f-b1baf3af9f34") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 21.59 193.04 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d62273c") + (property "Reference" "#PWR01" + (at 19.05 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 18.3388 192.659 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 21.59 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 21.59 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 21.59 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "027f5756-d53f-437f-ba07-0eba28d69067") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_02x05_Odd_Even") + (at 121.92 139.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebb7") + (property "Reference" "J1" + (at 120.65 150.2918 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IDC Header" + (at 120.65 147.9804 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 121.92 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 121.92 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 121.92 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ab31d305-08de-4d83-96fd-3f4d7b3f85ce") + ) + (pin "10" + (uuid "f0f3be96-87a0-439b-b561-7dfdba2e1f71") + ) + (pin "2" + (uuid "d923ba7a-9b17-46c9-8c21-a12b7a9988c4") + ) + (pin "3" + (uuid "b4ee6b20-902f-49d2-8d63-edd30f9e2f84") + ) + (pin "4" + (uuid "28966998-2643-4474-96a8-7241967d6592") + ) + (pin "5" + (uuid "d2732dae-9bb9-4aa8-bad6-241d722ad976") + ) + (pin "6" + (uuid "b5ea34f2-68db-4d89-83ab-18ee3e40473a") + ) + (pin "7" + (uuid "3292158b-db8b-447b-9fae-7656dd461e49") + ) + (pin "8" + (uuid "d03c5492-1ca2-494a-b6fc-246c90609684") + ) + (pin "9" + (uuid "2b62a365-577b-47c4-b613-0221afbd7c71") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 114.3 142.24 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebbd") + (property "Reference" "#PWR025" + (at 118.11 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 111.0488 141.859 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 114.3 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 114.3 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a8bed533-45c4-42f3-82f2-f56e15e1f4c9") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 127 142.24 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebc3") + (property "Reference" "#PWR035" + (at 123.19 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 130.2512 142.621 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 127 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 127 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 127 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fd84e670-1c67-4738-98fe-cd88a4f22a3e") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR035") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 114.3 144.78 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebc9") + (property "Reference" "#PWR026" + (at 111.76 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 111.0488 144.399 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 114.3 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 114.3 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f7a8e630-e737-423a-b708-4f30e37cdc0d") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 127 144.78 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebcf") + (property "Reference" "#PWR036" + (at 129.54 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 130.2512 145.161 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 127 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 127 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 127 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "86211041-aa6d-4cfd-9ccd-acc243abad02") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR036") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 139.7 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebd5") + (property "Reference" "#PWR024" + (at 107.95 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 111.0488 139.827 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 114.3 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 114.3 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "db2b61d1-4415-4928-8a37-cb9e7a935a16") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 137.16 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebdb") + (property "Reference" "#PWR023" + (at 107.95 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 111.0488 137.287 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 114.3 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 114.3 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "911e8c35-59af-4756-bb8d-1f6e60945bb4") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 127 137.16 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebe1") + (property "Reference" "#PWR033" + (at 133.35 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 130.2512 137.033 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 127 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 127 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 127 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fab67cf1-9899-4bb0-8fe9-0bcdd40770a0") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 127 139.7 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebe7") + (property "Reference" "#PWR034" + (at 133.35 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 130.2512 139.573 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 127 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 127 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 127 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c81bba68-26a1-403c-9362-2d8974001b15") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR034") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 127 134.62 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebed") + (property "Reference" "#PWR032" + (at 123.19 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 130.2512 135.001 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 127 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 127 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 127 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8977cb96-5842-4971-b1c5-30282f3b6cce") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 114.3 134.62 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebf3") + (property "Reference" "#PWR022" + (at 118.11 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 111.0488 134.239 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 114.3 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 114.3 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21816441-d8d3-4834-b214-1b3f34ac8804") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 114.3 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d6bebf9") + (property "Reference" "#FLG01" + (at 114.3 132.715 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 114.3 131.3688 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "" + (at 114.3 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 114.3 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "05ab37ce-2cd4-4b71-b6f1-2d0a21b72f36") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 123.19 158.75 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d8164f9") + (property "Reference" "#PWR028" + (at 119.38 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 126.4412 159.131 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 123.19 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 123.19 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7b6ebb47-5898-44a2-9785-681dc77db490") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 123.19 161.29 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d8164ff") + (property "Reference" "#PWR029" + (at 125.73 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 126.4412 161.671 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 123.19 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 123.19 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ee32e819-8f53-4431-a381-b19db8497f23") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 123.19 163.83 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d816505") + (property "Reference" "#PWR030" + (at 129.54 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 128.27 163.83 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 123.19 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 123.19 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8ba71361-285d-452f-935e-86fc53cc2e3a") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 123.19 161.29 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d826c06") + (property "Reference" "#FLG03" + (at 121.285 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 119.9388 161.29 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 123.19 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 123.19 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f81aa732-95db-4084-8b6d-bdc7e93e3255") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 123.19 163.83 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d8270e4") + (property "Reference" "#FLG04" + (at 121.285 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 119.9388 163.83 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 123.19 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 123.19 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "78e7b9c3-258f-49fd-a7a2-08c8589e0eea") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#FLG04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:CA3080") + (at 101.6 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbdfb24") + (property "Reference" "U5" + (at 107.95 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CA3080" + (at 107.95 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 101.6 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/ca30/ca3080-a.pdf" + (at 101.6 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "2MHz, Operational Transconductance Amplifier (OTA), gM spread 2:1, DIP-8/SOIC-8" + (at 101.6 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e346df1c-3b3a-4f38-b144-f73e6e20ee62") + ) + (pin "2" + (uuid "86822ab2-0130-4b51-ad5a-4318d474868f") + ) + (pin "3" + (uuid "43600bff-70e8-436f-9b31-47368d237ad7") + ) + (pin "4" + (uuid "d39d2ce9-1ebd-4de0-8f78-46e175a70d51") + ) + (pin "5" + (uuid "738bba4c-028d-4183-99bf-6704768c6db6") + ) + (pin "6" + (uuid "cee8046b-2f50-47e0-ba3e-aa4d271545e8") + ) + (pin "7" + (uuid "62dec8ce-02c8-4e59-92a4-396d0743d1c9") + ) + (pin "8" + (uuid "89209a32-ec86-4712-8f1a-a1c8f649f7ae") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 80.01 33.02 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbe03f9") + (property "Reference" "D3" + (at 82.0166 31.8516 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1N4148" + (at 82.0166 34.163 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 84.455 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 80.01 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 80.01 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 80.01 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 80.01 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bae70f27-113e-4bd5-aa08-e4078f2dcaf7") + ) + (pin "2" + (uuid "277ee7a3-859e-4ae5-8ce3-9d452645b60a") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 68.58 33.02 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbe1af5") + (property "Reference" "D1" + (at 70.5866 31.8516 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148" + (at 70.5866 34.163 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 64.135 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 68.58 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 68.58 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 68.58 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 68.58 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae7e1b8b-c059-4ee5-bccb-f615cb5b716d") + ) + (pin "2" + (uuid "fc8670da-2c6d-42c0-9661-809a1fcc0439") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 58.42 36.83 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbe33bc") + (property "Reference" "R11" + (at 58.42 31.5722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33k" + (at 58.42 33.8836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 58.42 35.052 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 58.42 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 58.42 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bca7f2ba-5a33-4695-ac3d-41d4f3a13284") + ) + (pin "2" + (uuid "d385a023-60c3-42f4-b3e8-1ac1e58da880") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 49.53 43.18 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbe35a9") + (property "Reference" "R5" + (at 51.308 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "33k" + (at 51.308 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 51.308 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 49.53 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3650c1c6-5b71-43cc-a7b1-df21d861acbe") + ) + (pin "2" + (uuid "5ddaa39a-3c5d-46ad-82f0-749da32491eb") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 49.53 46.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbe7b4b") + (property "Reference" "#PWR04" + (at 49.53 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 49.657 51.3842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 49.53 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 49.53 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 49.53 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d330bab6-58be-485e-a798-8787fd94d1a2") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 74.93 20.32 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbe80b7") + (property "Reference" "R15" + (at 74.93 15.0622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33k" + (at 74.93 17.3736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 74.93 18.542 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 74.93 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 74.93 20.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "859a999e-70b2-4f5b-8adf-4c3bf8509317") + ) + (pin "2" + (uuid "f2f091a7-7c15-48ca-80d9-fc909dbcafd3") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 114.3 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbe89e5") + (property "Reference" "C13" + (at 117.221 39.4716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100n" + (at 117.221 41.783 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 115.2652 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 114.3 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8e3c0d83-e244-45e7-8bfc-613ccd1c86dc") + ) + (pin "2" + (uuid "b8b810be-eebd-4792-94d6-dd81a8a351ed") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbe8f7d") + (property "Reference" "#PWR020" + (at 114.3 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.427 48.8442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 114.3 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "85892948-2407-4eb8-b5d0-77e1de21f5f9") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 128.27 26.67 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbf3dcb") + (property "Reference" "#PWR037" + (at 128.27 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 128.651 22.2758 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 128.27 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 128.27 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 128.27 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3b8c036-1358-4c28-b86a-dbc4b794fa2f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR037") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 139.7 41.91 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbf5928") + (property "Reference" "R27" + (at 139.7 36.6522 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "820k" + (at 139.7 38.9636 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 139.7 40.132 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 139.7 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a4db8fcb-8881-4930-b3c9-4f635371e7ad") + ) + (pin "2" + (uuid "1677563c-c97f-43c1-92b1-4ae98f4d02f1") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R27") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 143.51 29.21 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbf7851") + (property "Reference" "R30" + (at 148.7678 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M" + (at 146.4564 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 145.288 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 143.51 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 143.51 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "119a0d03-1d30-41f7-9c4c-58b5fc6cf1e4") + ) + (pin "2" + (uuid "4d0b5812-a4fd-45b2-a9f0-920f29aa9481") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R30") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 171.45 39.37 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbf7df2") + (property "Reference" "R34" + (at 171.45 34.1122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 171.45 36.4236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 171.45 37.592 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 171.45 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 171.45 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "00749f3e-84b8-4571-a440-0e9b39766eac") + ) + (pin "2" + (uuid "9c03b2f7-76ec-4694-b154-6587e150f685") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R34") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 196.85 33.02 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbf87e3") + (property "Reference" "U1" + (at 196.85 23.6982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 196.85 26.0096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 196.85 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 196.85 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 196.85 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "61966aae-0a04-4abd-bb32-3f260b812894") + ) + (pin "2" + (uuid "5e2bd73f-9244-4057-a4d7-5ca285996fc9") + ) + (pin "3" + (uuid "ddb8c887-0b9a-4719-82f2-1f41a919b7ff") + ) + (pin "5" + (uuid "2bc60893-6d19-41e5-b0ee-62455581498c") + ) + (pin "6" + (uuid "09c6768a-a671-4dec-88b1-ba26e2509de5") + ) + (pin "7" + (uuid "cd97b9b9-07fe-4788-a967-5b348d8e2caf") + ) + (pin "4" + (uuid "312a2713-5632-4f3b-8e75-872494749cb4") + ) + (pin "8" + (uuid "8edb50b7-1712-44d7-8686-3931678cccd8") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 182.88 35.56 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbfb773") + (property "Reference" "R36" + (at 182.88 30.3022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 182.88 32.6136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 182.88 33.782 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 182.88 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 182.88 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a301493b-a9ea-4334-bb63-29d9d14e7fff") + ) + (pin "2" + (uuid "a7c112ff-ff2b-434c-b883-34489055e473") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R36") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 220.98 35.56 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbfbbd7") + (property "Reference" "U1" + (at 220.98 26.2382 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 220.98 28.5496 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 220.98 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 220.98 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 220.98 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "25d0f884-a6c8-4c12-a5cb-cd822f75bfbf") + ) + (pin "2" + (uuid "d093f4cb-56e9-418f-b046-12a626ec69b4") + ) + (pin "3" + (uuid "06629142-a252-4e86-85c7-544123e6410f") + ) + (pin "5" + (uuid "a1702855-2ce0-4005-adb7-950723b9de00") + ) + (pin "6" + (uuid "3a45f53e-f405-4d8a-b912-d8782c70aebf") + ) + (pin "7" + (uuid "700ba1bf-22ef-455b-b1d0-541e903121cb") + ) + (pin "4" + (uuid "53f0746e-a1c8-4d2c-ae46-fe93718fe15c") + ) + (pin "8" + (uuid "aec10540-2072-4c99-932b-a9efd0c83dec") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 212.09 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbfd4a6") + (property "Reference" "#PWR047" + (at 212.09 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 212.217 43.7642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 212.09 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 212.09 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 212.09 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6806d789-e67e-4e3a-a021-d57bdd8a5052") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR047") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 232.41 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbfdf94") + (property "Reference" "C22" + (at 235.331 28.0416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47p" + (at 235.331 30.353 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 233.3752 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 232.41 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 232.41 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "004e0c07-17a9-4f9e-bff0-7de8ef4f8e25") + ) + (pin "2" + (uuid "6aa269e3-c7d2-420f-be8f-56c0d43c28cf") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 243.84 35.56 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dbfe4ff") + (property "Reference" "R50" + (at 243.84 30.3022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 243.84 32.6136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 243.84 33.782 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 243.84 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 243.84 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "573e696a-a259-48c5-ae07-15c9bf127497") + ) + (pin "2" + (uuid "89c94c41-12d9-4893-a7d9-4d63eaab626b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R50") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 99.06 26.67 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc04a1b") + (property "Reference" "#PWR012" + (at 99.06 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 99.441 22.2758 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 99.06 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ea6e9b4c-4399-4fea-867b-a6c20f11421e") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 99.06 41.91 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc053d7") + (property "Reference" "#PWR013" + (at 99.06 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 98.679 46.3042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 99.06 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9bc9c86e-35b2-4191-a8b3-a6211dd1101f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 62.23 53.34 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc1ae95") + (property "Reference" "R13" + (at 62.23 48.0822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2M7" + (at 62.23 50.3936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 62.23 51.562 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 62.23 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 62.23 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0d7305a1-10e6-4117-af89-2434ef42ed82") + ) + (pin "2" + (uuid "2ca3e9fd-3d81-49f3-bd02-90025b01dd2e") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 54.61 58.42 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc1cf7a") + (property "Reference" "R7" + (at 59.8678 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 57.5564 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 56.388 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 54.61 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "83e828fb-6bc5-4701-a395-47084006980c") + ) + (pin "2" + (uuid "b8043788-f007-4f8e-911e-d8bac470b1c6") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 54.61 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc1ecf2") + (property "Reference" "#PWR06" + (at 54.61 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 54.737 66.6242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 54.61 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 54.61 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 54.61 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "abdecb33-6c34-4869-b5e7-757deb3897d3") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 48.26 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc2d908") + (property "Reference" "R3" + (at 48.26 64.5922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33k" + (at 48.26 66.9036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 48.26 68.072 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 48.26 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8cc3017f-441b-4b9c-bdc5-7efb1f1f9111") + ) + (pin "2" + (uuid "b9e351e9-4e56-4bb9-9162-81602f58961d") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 54.61 74.93 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc2d90e") + (property "Reference" "R8" + (at 59.8678 74.93 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "15k" + (at 57.5564 74.93 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 56.388 74.93 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 54.61 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "81a7dcbb-35ea-4bcd-89c8-8b1950790079") + ) + (pin "2" + (uuid "c653b4a4-40a6-45d4-a7a3-8df89bb61a72") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 54.61 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc2d918") + (property "Reference" "#PWR07" + (at 54.61 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 54.737 83.1342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 54.61 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 54.61 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 54.61 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "261af03e-7a01-47cf-a3e3-4e6ef2fbfd3a") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc326d3") + (property "Reference" "#PWR010" + (at 63.5 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.627 81.8642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 63.5 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c57afca6-721f-412b-ac22-632c7c27005b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 55.88 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc36029") + (property "Reference" "R21" + (at 95.25 50.6222 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "15k" + (at 95.25 52.9336 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 95.25 54.102 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 95.25 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6af99fd3-a16e-430f-bdb3-3c76dc01bb08") + ) + (pin "2" + (uuid "7592ef44-b5ce-4689-aeed-b3ad56f8ced0") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 85.09 69.85 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3684e") + (property "Reference" "R17" + (at 85.09 64.5922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "82k" + (at 85.09 66.9036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 85.09 68.072 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 85.09 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 85.09 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6b1c5cc0-8d28-469e-8912-b5bed683748a") + ) + (pin "2" + (uuid "a2a56fa8-78eb-433c-89c7-45e66ff48b21") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 46.99 86.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3bf3f") + (property "Reference" "R1" + (at 46.99 81.1022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2M7" + (at 46.99 83.4136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 46.99 84.582 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 46.99 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 46.99 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7426900c-af6e-4ed0-8b41-5f619c82a0de") + ) + (pin "2" + (uuid "d81012d4-5b3b-41f8-9460-c2562090b08f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 85.09 86.36 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3c662") + (property "Reference" "R18" + (at 85.09 81.1022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M5" + (at 85.09 83.4136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 85.09 84.582 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 85.09 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 85.09 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d74fe9d6-2a4d-4ff1-93f7-e84cb08fdd88") + ) + (pin "2" + (uuid "d9a77b39-abe9-4f8b-aed9-7b52825972a6") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer_Trim") + (at 99.06 86.36 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3d0b7") + (property "Reference" "RV1" + (at 100.838 85.1916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "25k" + (at 100.838 87.503 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3296Z_Horizontal" + (at 99.06 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 99.06 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Trim-potentiometer" + (at 99.06 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8e99f9b0-d04e-49e3-9aa2-fd95163a785b") + ) + (pin "2" + (uuid "25b169bb-e393-4a36-a77f-cac7fbc60599") + ) + (pin "3" + (uuid "7335d2fa-7dc8-4f61-92e8-4f2ec279a546") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 99.06 82.55 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3d518") + (property "Reference" "#PWR014" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 98.933 78.1558 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 99.06 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0cf8a5c0-e77d-432b-8f95-5f4ae72a2c92") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 99.06 90.17 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3d90f") + (property "Reference" "#PWR015" + (at 99.06 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 98.679 94.5642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 99.06 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5670ef05-5d4e-4b2c-a830-eeaf3a8b3ea4") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 226.06 45.72 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc46edb") + (property "Reference" "R44" + (at 226.06 40.4622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2M2" + (at 226.06 42.7736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 226.06 43.942 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 226.06 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 226.06 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1f3fb343-e4be-45ac-9fd9-c524a9df05e3") + ) + (pin "2" + (uuid "69354c7e-a4b6-45cf-8ca1-7c2ac88b1959") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R44") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 240.03 59.69 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc4954f") + (property "Reference" "R48" + (at 240.03 54.4322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3k3" + (at 240.03 56.7436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 240.03 57.912 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 240.03 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 240.03 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "787c87f1-121e-4928-bb6d-ca3250417f65") + ) + (pin "2" + (uuid "b1ed48e1-3235-4bc4-aa70-85319e0db39d") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R48") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 205.74 57.15 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc499b6") + (property "Reference" "R42" + (at 205.74 51.8922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M" + (at 205.74 54.2036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 205.74 55.372 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 205.74 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 205.74 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "82689223-3af5-471c-b139-6fb7b2cda57c") + ) + (pin "2" + (uuid "26e0beec-eeb3-4abd-a705-ccab467c8d97") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R42") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 196.85 62.23 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc49d82") + (property "Reference" "R40" + (at 196.85 56.9722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "470k" + (at 196.85 59.2836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 196.85 60.452 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 196.85 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 196.85 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "84eb05b3-7e81-417c-9ef4-a018249665f2") + ) + (pin "2" + (uuid "7a3864c3-c41a-466a-a22b-0dedab069910") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R40") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 199.39 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc556e4") + (property "Reference" "#PWR043" + (at 199.39 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 199.771 46.4058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 199.39 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 199.39 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 199.39 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc624274-249a-4d89-af69-cd3e10f33e9b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM741") + (at 201.93 78.74 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc5ddf9") + (property "Reference" "U7" + (at 208.28 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM741" + (at 207.01 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 203.2 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm741.pdf" + (at 205.74 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Operational Amplifier, DIP-8/TO-99-8" + (at 201.93 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "781a58d6-5a9b-472b-8451-10fbb9417344") + ) + (pin "2" + (uuid "4c54e41b-a29b-4dad-bcb8-8221e18c247a") + ) + (pin "3" + (uuid "7869b032-169d-4e8d-9b12-4478397caf39") + ) + (pin "4" + (uuid "4c924a8c-269d-4768-95de-9ba4c67f7d72") + ) + (pin "5" + (uuid "e394beb9-6958-49e7-9aa0-48f1734bc527") + ) + (pin "6" + (uuid "793f4164-fd16-44e1-ad80-ec20fe89c3c4") + ) + (pin "7" + (uuid "0708d74f-06ba-402b-865d-cbdd9716a570") + ) + (pin "8" + (uuid "0ee4b43e-c1ea-42f9-905a-443a4d8e32a3") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 185.42 76.2 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc653fe") + (property "Reference" "R37" + (at 185.42 70.9422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 185.42 73.2536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 185.42 74.422 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 185.42 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5cfb6a32-18d3-425d-acd6-de8d029a5866") + ) + (pin "2" + (uuid "bb6155a7-e62d-401c-9d21-a08cd01ed315") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R37") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 185.42 81.28 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc6589f") + (property "Reference" "R38" + (at 185.42 83.82 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 185.42 86.36 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 185.42 79.502 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 185.42 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "420c4899-b510-4be1-bf5f-1a47217296c4") + ) + (pin "2" + (uuid "f8227d50-47c9-41ad-9548-288e80969bff") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R38") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 205.74 95.25 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc66871") + (property "Reference" "C21" + (at 205.74 88.8492 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100p" + (at 205.74 91.1606 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 201.93 96.2152 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 205.74 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 205.74 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5b3b0488-c521-4e19-a82e-86845bc9835b") + ) + (pin "2" + (uuid "a158dd7f-186f-47f7-ad62-437b0985f90e") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 248.92 78.74 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc66ed6") + (property "Reference" "R51" + (at 248.92 73.4822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3k3" + (at 248.92 75.7936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 248.92 76.962 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 248.92 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 248.92 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eddb6f78-1a63-4365-95de-5434ae2d44c4") + ) + (pin "2" + (uuid "ce29707b-4e73-4368-b12f-03fc05ef302e") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R51") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 234.95 106.68 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc67378") + (property "Reference" "R47" + (at 240.2078 106.68 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3k3" + (at 237.8964 106.68 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 236.728 106.68 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 234.95 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 234.95 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "88825c96-4a97-4b6f-ac88-994a5f47b8e8") + ) + (pin "2" + (uuid "46ade1d6-07c0-4b64-859b-5a8bd5fd8d32") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R47") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 234.95 95.25 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc676fc") + (property "Reference" "R46" + (at 240.2078 95.25 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3k3" + (at 237.8964 95.25 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 236.728 95.25 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 234.95 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 234.95 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f2400220-c2ab-49e7-bef8-997ea2b4231a") + ) + (pin "2" + (uuid "9f319bbc-93d0-4a01-8f0d-f91344e5fb90") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R46") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 234.95 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc67cfe") + (property "Reference" "D8" + (at 236.9566 83.9216 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1N4148" + (at 236.9566 86.233 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 239.395 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 234.95 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 234.95 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 234.95 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 234.95 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5e51587a-c175-4a55-9325-4358b723c619") + ) + (pin "2" + (uuid "54e1ada1-4d89-4caa-a0a4-68f9a6018163") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "D8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 234.95 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc719ae") + (property "Reference" "#PWR049" + (at 234.95 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 235.077 114.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 234.95 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 234.95 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 234.95 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "13b2caed-9c24-44ef-ac2f-32ce5c94206e") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR049") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:CA3080") + (at 101.6 111.76 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7acdb") + (property "Reference" "U6" + (at 107.95 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CA3080" + (at 107.95 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 101.6 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.intersil.com/content/dam/Intersil/documents/ca30/ca3080-a.pdf" + (at 101.6 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "2MHz, Operational Transconductance Amplifier (OTA), gM spread 2:1, DIP-8/SOIC-8" + (at 101.6 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "73c0c4b0-1aac-4572-bde2-249cba23b16d") + ) + (pin "2" + (uuid "4312e7b8-66ca-45ef-8d16-75cebbd5ebc8") + ) + (pin "3" + (uuid "22091f98-bec6-42da-9506-23aa03437ab4") + ) + (pin "4" + (uuid "e058fe6f-1240-49bc-9059-0469aaba275d") + ) + (pin "5" + (uuid "5237bddb-91f5-4ca5-9960-86be55f91d33") + ) + (pin "6" + (uuid "d6414a7d-bc44-4f2b-b12c-a4b5a77defeb") + ) + (pin "7" + (uuid "60d9b9b0-0333-46b6-81bc-6fa15a66c12c") + ) + (pin "8" + (uuid "e25e3979-766d-404d-b154-2bcd86a06b47") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 80.01 110.49 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ace1") + (property "Reference" "D4" + (at 82.0166 109.3216 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1N4148" + (at 82.0166 111.633 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 84.455 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 80.01 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 80.01 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 80.01 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 80.01 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cd37c966-b1f2-4821-a749-71404c58c870") + ) + (pin "2" + (uuid "4eb95b40-a527-4f76-a281-e06408b74457") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 68.58 110.49 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ace7") + (property "Reference" "D2" + (at 70.5866 109.3216 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1N4148" + (at 70.5866 111.633 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 64.135 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 68.58 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 68.58 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 68.58 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 68.58 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "29a9fde3-3610-4eeb-bae2-bae5dfcf4b1d") + ) + (pin "2" + (uuid "b5497b5a-8ca0-42ad-afc5-f8ed8b206b80") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 58.42 114.3 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7aced") + (property "Reference" "R12" + (at 58.42 109.0422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33k" + (at 58.42 111.3536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 58.42 112.522 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 58.42 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 58.42 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "52f04766-ccdc-4c54-865a-89d9d292fa74") + ) + (pin "2" + (uuid "50107c39-e346-4058-ba8e-edba0baee50f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 49.53 120.65 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7acf3") + (property "Reference" "R6" + (at 51.308 119.4816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "33k" + (at 51.308 121.793 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 51.308 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 49.53 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4873fcfe-3776-4117-b21e-a9ce1cf678ad") + ) + (pin "2" + (uuid "0cc6156b-ec61-4650-9d84-75f65a79a882") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 49.53 124.46 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad02") + (property "Reference" "#PWR05" + (at 49.53 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 49.657 128.8542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 49.53 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 49.53 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 49.53 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1ba89dfc-df92-4424-af39-e4c5575dc484") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 114.3 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad0d") + (property "Reference" "C14" + (at 117.221 116.9416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "220n" + (at 117.221 119.253 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D4.3mm_W1.9mm_P5.00mm" + (at 115.2652 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 114.3 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "10d02b9c-bc67-4245-aed7-4ff64e6aeaaa") + ) + (pin "2" + (uuid "2d32a931-fb94-4141-b62d-626c957e6886") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 121.92 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad13") + (property "Reference" "#PWR021" + (at 114.3 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.427 126.3142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 114.3 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "502e12aa-8d6f-4454-8e92-faaab8534953") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 128.27 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad23") + (property "Reference" "#PWR038" + (at 128.27 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 128.651 99.7458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 128.27 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 128.27 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 128.27 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0350c3f4-1e97-48c2-8302-23a59955f9c3") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR038") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 139.7 119.38 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad2f") + (property "Reference" "R28" + (at 139.7 121.92 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M" + (at 139.7 124.46 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 139.7 117.602 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 139.7 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "47d11272-68ba-4e32-ba3a-549791ca1771") + ) + (pin "2" + (uuid "c50b8cd6-f159-47dc-900e-3cd5e2a13649") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R28") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 143.51 106.68 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad39") + (property "Reference" "R31" + (at 148.7678 106.68 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "820k" + (at 146.4564 106.68 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 145.288 106.68 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 143.51 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 143.51 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "01ad1146-2ab6-423a-9391-c1b622b5c9be") + ) + (pin "2" + (uuid "24a7b110-716e-4804-a062-c2fb0181d370") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R31") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 171.45 116.84 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad3f") + (property "Reference" "R35" + (at 171.45 111.5822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 171.45 113.8936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 171.45 115.062 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 171.45 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 171.45 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5520f45c-939e-45b3-8298-b4f31ef89ec3") + ) + (pin "2" + (uuid "64c6a454-bd2b-49e3-a34c-eed2c469abc7") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R35") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 62.23 130.81 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad58") + (property "Reference" "R14" + (at 62.23 125.5522 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2M7" + (at 62.23 127.8636 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 62.23 129.032 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 62.23 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 62.23 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "811e39bb-74ce-46f2-8275-baf88876e05a") + ) + (pin "2" + (uuid "2d78ae6d-5f83-4090-bf43-1b4c48a6495b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 54.61 135.89 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad5e") + (property "Reference" "R9" + (at 59.8678 135.89 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 57.5564 135.89 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 56.388 135.89 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 54.61 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "704f1702-decd-4760-a3f7-1ee99b66a0e4") + ) + (pin "2" + (uuid "73cc74f6-6443-4de9-8f69-5a4db29d8dfa") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 54.61 139.7 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad68") + (property "Reference" "#PWR08" + (at 54.61 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 54.737 144.0942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 54.61 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 54.61 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 54.61 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "288b32f0-16fd-4369-960a-09922a9441bb") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 48.26 147.32 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad74") + (property "Reference" "R4" + (at 48.26 142.0622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33k" + (at 48.26 144.3736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 48.26 145.542 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 48.26 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "042e18b1-46dc-46a5-a0f0-ff133985adab") + ) + (pin "2" + (uuid "ac1b709f-bb90-4d05-886a-cf312a62f8c4") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 54.61 152.4 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad7a") + (property "Reference" "R10" + (at 59.8678 152.4 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "15k" + (at 57.5564 152.4 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 56.388 152.4 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 54.61 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "83137acc-0ac2-4733-80b7-00c7dfa23f79") + ) + (pin "2" + (uuid "ad958876-d00b-45f5-83e1-2e9d76913fb9") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 54.61 156.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad84") + (property "Reference" "#PWR09" + (at 54.61 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 54.737 160.6042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 54.61 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 54.61 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 54.61 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3320103d-e390-4768-9d33-5cbf9ae03b52") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 154.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad8b") + (property "Reference" "#PWR011" + (at 63.5 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.627 159.3342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 63.5 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "353f3204-9ee7-4b28-a55d-e6fc1aa26bdf") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 133.35 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad93") + (property "Reference" "R22" + (at 95.25 128.0922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "15k" + (at 95.25 130.4036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 95.25 131.572 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 95.25 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f225aeeb-e31b-4c82-bf6e-b5724fafdbcf") + ) + (pin "2" + (uuid "54dc4b0f-b9a3-4a80-9423-70e2ad95b1a4") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 85.09 147.32 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ad99") + (property "Reference" "R19" + (at 85.09 142.0622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "82k" + (at 85.09 144.3736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 85.09 145.542 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 85.09 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 85.09 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4ca1d146-34fd-4c1a-a624-d2203fbf8028") + ) + (pin "2" + (uuid "6c0c3d7e-01c0-49b7-9da7-ff80d1cefc87") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 46.99 163.83 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7adb5") + (property "Reference" "R2" + (at 46.99 158.5722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2M7" + (at 46.99 160.8836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 46.99 162.052 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 46.99 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 46.99 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "70b0ae8a-0ca8-44f1-929a-a295cbf06b7b") + ) + (pin "2" + (uuid "5435814c-1cb4-400f-a9ed-0ec033e430a2") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 85.09 163.83 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7adbb") + (property "Reference" "R20" + (at 85.09 158.5722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M5" + (at 85.09 160.8836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 85.09 162.052 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 85.09 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 85.09 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ebb52726-85dd-4d14-89ce-191779a960a5") + ) + (pin "2" + (uuid "650e1fe9-8c59-4d1a-97d1-29b2f43b137f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer_Trim") + (at 99.06 163.83 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7adc1") + (property "Reference" "RV2" + (at 100.838 162.6616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "25k" + (at 100.838 164.973 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3296Z_Horizontal" + (at 99.06 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 99.06 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Trim-potentiometer" + (at 99.06 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6a827b9b-fa89-4b41-b10c-c301e08b2ed4") + ) + (pin "2" + (uuid "c4af53ab-abb0-436b-ba32-dda1549dda69") + ) + (pin "3" + (uuid "520ba91f-9e0c-4d81-8d95-30dc41a6022b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "RV2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 99.06 160.02 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7adc7") + (property "Reference" "#PWR018" + (at 99.06 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 98.933 155.6258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 99.06 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4bd7afb3-ddbb-4e7e-a382-fdac064022f0") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 99.06 167.64 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7adcd") + (property "Reference" "#PWR019" + (at 99.06 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 98.679 172.0342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 99.06 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "541363b8-6d12-43f7-b257-a10818b9c319") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 99.06 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7addd") + (property "Reference" "#PWR016" + (at 99.06 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 99.441 99.7458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 99.06 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "44fbf87b-89e0-477c-90ef-1a3ea660e25c") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 99.06 119.38 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ade3") + (property "Reference" "#PWR017" + (at 99.06 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 98.679 123.7742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 99.06 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8cbc1deb-10fb-4da1-956e-9c1cfe4559d0") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 74.93 97.79 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc7ade9") + (property "Reference" "R16" + (at 74.93 92.5322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33k" + (at 74.93 94.8436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 74.93 96.012 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 74.93 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 74.93 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30047f41-2f90-46c9-bb7e-987ab6d6b4ec") + ) + (pin "2" + (uuid "a02a62ac-f48d-4c95-bc1a-6ef1aae6a0c6") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 226.06 116.84 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dca6229") + (property "Reference" "R45" + (at 226.06 111.5822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2M2" + (at 226.06 113.8936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 226.06 115.062 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 226.06 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 226.06 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "81759d37-2d56-4cb5-ab80-3f749c24aae5") + ) + (pin "2" + (uuid "e81ed961-e77c-48e4-b4d4-c7e00ed5e01d") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R45") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 240.03 130.81 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dca622f") + (property "Reference" "R49" + (at 240.03 125.5522 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3k3" + (at 240.03 127.8636 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 240.03 129.032 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 240.03 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 240.03 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e1f30653-d41c-4baf-a7b6-755b6973adac") + ) + (pin "2" + (uuid "7ca9bdc9-cbb9-46f4-8a9f-c5dc4e9252b9") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R49") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 205.74 128.27 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dca6235") + (property "Reference" "R43" + (at 205.74 123.0122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M" + (at 205.74 125.3236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 205.74 126.492 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 205.74 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 205.74 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "af2dcc18-ec3b-4cd3-b1c0-4535e14d0b25") + ) + (pin "2" + (uuid "07323c97-ea66-4530-9773-11ccf4213753") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R43") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 196.85 133.35 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dca623b") + (property "Reference" "R41" + (at 196.85 128.0922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "470k" + (at 196.85 130.4036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 196.85 131.572 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 196.85 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 196.85 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae84925f-2eaa-4466-85c8-e58357efd45a") + ) + (pin "2" + (uuid "e326b994-b82b-46d3-ab87-01dbbbb839fc") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R41") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 199.39 121.92 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dca6248") + (property "Reference" "#PWR046" + (at 199.39 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 199.771 117.5258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 199.39 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 199.39 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 199.39 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "05e00acf-14da-4c43-90d0-eba2e4f92248") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR046") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 199.39 71.12 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcdbbec") + (property "Reference" "#PWR044" + (at 199.39 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 199.771 66.7258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 199.39 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 199.39 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 199.39 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "91735cb8-d0cc-45a4-ac8f-fd71a93c00f0") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR044") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 199.39 86.36 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcdc798") + (property "Reference" "#PWR045" + (at 199.39 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 199.009 90.7542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 199.39 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 199.39 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 199.39 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ded14d7e-ef9d-4942-903a-8d2bbe596c6d") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR045") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 203.2 152.4 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcf1fb2") + (property "Reference" "U4" + (at 203.2 143.0782 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 203.2 145.3896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 203.2 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 203.2 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 203.2 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9e1eb819-b5ff-4c1e-ae68-53b2f713f25a") + ) + (pin "2" + (uuid "9383d155-4931-4a40-a1e1-dcc199f5aa2a") + ) + (pin "3" + (uuid "7e975f7e-4772-4d9a-ba22-453f5fc670a3") + ) + (pin "5" + (uuid "f2f58a97-9277-4a7e-9250-c1272ab81d0a") + ) + (pin "6" + (uuid "e37e54a1-49ef-49f6-b491-1c99f5030290") + ) + (pin "7" + (uuid "ed93d050-a810-464e-81cd-b7d038d68d82") + ) + (pin "4" + (uuid "55b88e39-a4be-4006-b96a-22326cbc711a") + ) + (pin "8" + (uuid "9be55b09-6cc1-4d52-8c4c-a0fc34436230") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 189.23 154.94 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcf1fba") + (property "Reference" "R39" + (at 189.23 149.6822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 189.23 151.9936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 189.23 153.162 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 189.23 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ffad0c0c-e9ca-484a-9526-5ae799aa09ce") + ) + (pin "2" + (uuid "a883832c-4e02-40f0-be95-1f6f0c1f0bbb") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R39") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 227.33 154.94 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcf1fc0") + (property "Reference" "U4" + (at 227.33 145.6182 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 227.33 147.9296 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 227.33 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 227.33 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 227.33 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b061a935-3b15-401f-a0cd-e7959215442a") + ) + (pin "2" + (uuid "2c2d089a-7535-4037-9669-5eb6b7de9da0") + ) + (pin "3" + (uuid "c1b2c652-1a3c-4d5c-9f67-b934544b6b26") + ) + (pin "5" + (uuid "b7558aa6-947c-4a7b-9d38-5da24468ed66") + ) + (pin "6" + (uuid "2bd93107-0bbc-400c-920d-79575f4cd4c5") + ) + (pin "7" + (uuid "3b86c55e-ce08-4714-b560-8dc311b5a0a2") + ) + (pin "4" + (uuid "67e1607f-5a6d-4d93-b628-685105d7e246") + ) + (pin "8" + (uuid "3fb13b4a-b74b-4a88-b94a-6b3ab758f3d3") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U4") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 218.44 158.75 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcf1fc8") + (property "Reference" "#PWR048" + (at 218.44 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 218.567 163.1442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 218.44 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 218.44 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 218.44 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c451b516-a17f-4f89-a4e7-f2c04efa0f3d") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR048") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 238.76 148.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcf1fd0") + (property "Reference" "C23" + (at 241.681 147.4216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47p" + (at 241.681 149.733 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 239.7252 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 238.76 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 238.76 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "da0cc125-5675-48fe-a551-ab2f2386e6e4") + ) + (pin "2" + (uuid "ea46593a-e668-4878-9f2f-21b77046a956") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 250.19 154.94 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcf1fd6") + (property "Reference" "R52" + (at 250.19 149.6822 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 250.19 151.9936 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 250.19 153.162 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 250.19 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 250.19 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "944af06d-346e-413c-b80d-7595540b66e0") + ) + (pin "2" + (uuid "b389d5d3-ca4b-4c46-ac86-b0ee9ce48332") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R52") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 121.92 76.2 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd7d3d2") + (property "Reference" "C15" + (at 120.7516 73.279 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1n" + (at 123.063 73.279 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 125.73 75.2348 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 121.92 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 121.92 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1732793e-8327-440b-a1be-42c05aa8ce35") + ) + (pin "2" + (uuid "cd25e4b9-b320-4575-be5d-1b7a03b8cb20") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 129.54 76.2 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd7dec8") + (property "Reference" "D6" + (at 128.3716 74.1934 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1N4148" + (at 130.683 74.1934 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 129.54 71.755 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 129.54 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 129.54 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 129.54 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 129.54 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c6afa168-fe2b-4c7b-a3fd-f9a32f6a6dcf") + ) + (pin "2" + (uuid "ce9bef66-b123-409b-b1e5-69627ced39e3") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 116.84 81.28 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd8ba5f") + (property "Reference" "R23" + (at 118.618 80.1116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 118.618 82.423 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 118.618 81.28 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 116.84 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 116.84 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9511d988-69d7-46db-a627-69767d7acca3") + ) + (pin "2" + (uuid "95b09d63-8b60-45b0-8af7-3f267df74574") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 116.84 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd8ba65") + (property "Reference" "#PWR027" + (at 116.84 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 116.967 89.4842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 116.84 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0b420215-7d71-4168-9ae7-0f0e21a4b0e8") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x12_Socket") + (at 153.67 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddbcd39") + (property "Reference" "J2" + (at 146.05 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x12_Female" + (at 135.89 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x12_P2.54mm_Vertical" + (at 153.67 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x12, script generated" + (at 153.67 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9535177c-ad81-4453-9da0-a0555cbb94e1") + ) + (pin "10" + (uuid "6588de30-ff2c-479b-9172-596d01c88dcd") + ) + (pin "11" + (uuid "c5ce363f-1ec8-4383-8193-15fe1da7c314") + ) + (pin "12" + (uuid "d05b8026-bea1-4fcf-bb4b-f2a296a12425") + ) + (pin "2" + (uuid "55ae689d-b67f-44d7-b202-349aaecebce4") + ) + (pin "3" + (uuid "458c70aa-d296-4c72-8388-4387fd8d3aea") + ) + (pin "4" + (uuid "b383724c-413b-4778-b2b3-fa76a159f75b") + ) + (pin "5" + (uuid "5b792955-a497-451c-ab8c-b10744fb5ad2") + ) + (pin "6" + (uuid "f6b5545f-ce32-483e-83e9-bfecd9ca8af5") + ) + (pin "7" + (uuid "a07da125-5805-41df-893c-8691ca81a3f3") + ) + (pin "8" + (uuid "d4706237-19af-4646-b334-afe381598076") + ) + (pin "9" + (uuid "4f5c6b93-33d8-46a6-a396-9a3c3beae538") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 81.28 55.88 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddc5e5c") + (property "Reference" "U2" + (at 81.28 46.5582 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM3900" + (at 81.28 48.8696 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" + (at 72.39 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 72.39 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1c05da1c-3b68-4010-95d8-a0797e76370d") + ) + (pin "5" + (uuid "1e4d9173-3e03-4529-a641-bcd9e75c6fcd") + ) + (pin "6" + (uuid "6a5fcba2-fd51-439f-b4b8-c2232a3c1277") + ) + (pin "2" + (uuid "e9df5a3a-267d-472c-94f1-8d4c59f0d8be") + ) + (pin "3" + (uuid "0339f1e3-b237-496c-bc36-505932293b64") + ) + (pin "4" + (uuid "7780f8cc-b31e-46c2-ad1d-f3e58f8ea1ef") + ) + (pin "13" + (uuid "175cb0a1-6a63-4af0-8d25-07e9ca21f3ea") + ) + (pin "8" + (uuid "899ff6f4-9db0-4aa3-9141-8597ff185ce0") + ) + (pin "9" + (uuid "4fdb48c9-bac7-4626-84c5-edbf9459f5e0") + ) + (pin "10" + (uuid "dc2b87aa-3de7-4dfc-a1d4-52cc6d5be12a") + ) + (pin "11" + (uuid "0f679bd7-8679-43b7-b0f9-c8db87ea65f8") + ) + (pin "12" + (uuid "3f332720-3c83-486d-8351-ac23a157658d") + ) + (pin "14" + (uuid "da3fe8e7-bde4-4b08-aebd-cd3c9a1dfcac") + ) + (pin "7" + (uuid "7ff1d723-c53e-41db-838e-cec1fc94ffff") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U2") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 156.21 39.37 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddd1135") + (property "Reference" "U2" + (at 156.21 30.0482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM3900" + (at 156.21 32.3596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" + (at 147.32 46.99 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 147.32 46.99 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 156.21 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f87cf3bd-45b3-4805-823a-0baeff098ffe") + ) + (pin "5" + (uuid "872a81ba-0893-495d-b3c1-4acecb655ac3") + ) + (pin "6" + (uuid "f6762138-8eba-42bd-9a67-d28245420b71") + ) + (pin "2" + (uuid "2dc96b1e-2e7f-4885-9a6d-b6d99b458b19") + ) + (pin "3" + (uuid "5548146d-b722-4e79-bbc8-f138219e83f8") + ) + (pin "4" + (uuid "6b9aca01-fe7a-45e5-99e9-951f9b49dd84") + ) + (pin "13" + (uuid "835d1874-8cf6-4abd-b9c8-358bc0436fec") + ) + (pin "8" + (uuid "cca8a035-f590-4e34-8344-b9ef9bb77ffe") + ) + (pin "9" + (uuid "a487d88a-2223-4fcb-b022-8d62aecd7ec3") + ) + (pin "10" + (uuid "441870ca-df35-4478-8694-d69eeea04fd9") + ) + (pin "11" + (uuid "572d551f-6340-44d5-9c71-6aa2b131a327") + ) + (pin "12" + (uuid "9e39cc90-e7de-4ebf-8637-af678537bd0e") + ) + (pin "14" + (uuid "10012793-ad7c-4b8f-8bcf-79f2bde16d36") + ) + (pin "7" + (uuid "024fb148-8a59-4bb3-9292-c6f5d1eacd59") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 125.73 81.28 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddd835e") + (property "Reference" "R24" + (at 127.508 80.1116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "33k" + (at 127.508 82.423 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 127.508 81.28 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 125.73 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 125.73 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1f0dc815-48fa-4ca8-942c-ce742514daa0") + ) + (pin "2" + (uuid "a2c9c956-a6f9-44e2-96b3-6c998c32a8c6") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x09_Socket") + (at 171.45 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dde7181") + (property "Reference" "J3" + (at 162.56 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x09_Female" + (at 156.21 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x09_P2.54mm_Vertical" + (at 171.45 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 171.45 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x09, script generated" + (at 171.45 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f87aad5e-a2df-417c-8f50-8433100818bb") + ) + (pin "2" + (uuid "2dde0efd-c5f8-4b00-89ee-3d7aebccd458") + ) + (pin "3" + (uuid "2a3b2eb7-6763-4941-aed7-3dc1c38cc71d") + ) + (pin "4" + (uuid "0644d4e7-8410-4f36-ba27-0fcea9517a26") + ) + (pin "5" + (uuid "ccf993ba-faba-42a0-a822-136517bd4f75") + ) + (pin "6" + (uuid "29ba9ada-c8c5-44aa-8dd0-2f5f70836920") + ) + (pin "7" + (uuid "2595ab51-0da3-41a2-8dd4-2207d5c909ab") + ) + (pin "8" + (uuid "c6e746e0-dd97-4840-8e33-81fe700e2a0e") + ) + (pin "9" + (uuid "8425c59f-5d08-4be2-ba7e-431c1057257c") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 224.79 59.69 0) + (unit 4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddec2e2") + (property "Reference" "U2" + (at 224.79 50.3682 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM3900" + (at 224.79 52.6796 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" + (at 215.9 52.07 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 215.9 52.07 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 224.79 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7d85d878-d2f5-4c77-b77a-4d15023d392b") + ) + (pin "5" + (uuid "07195b84-6a31-490a-b3a5-658ea6349093") + ) + (pin "6" + (uuid "e14f500f-698e-4ff2-8f9f-0bfe438830f5") + ) + (pin "2" + (uuid "765937f9-fda4-4a6a-9c8e-4167dbb6cec8") + ) + (pin "3" + (uuid "922c8889-d2c2-412f-8606-c2ee1614443d") + ) + (pin "4" + (uuid "3d55722b-5f20-49a8-8187-d393817569bd") + ) + (pin "13" + (uuid "2a5f336c-352b-4463-a523-ce4145c49944") + ) + (pin "8" + (uuid "0cf406d7-7fed-4c1b-b8d7-4e00d3027dbd") + ) + (pin "9" + (uuid "9ea17547-b1c2-4efb-bd13-0f8e43a45e60") + ) + (pin "10" + (uuid "8899e472-b3bc-4061-9184-60c9b2ea1cf3") + ) + (pin "11" + (uuid "c97dbb4d-1bd0-4ae4-bcc6-5c3d6e467447") + ) + (pin "12" + (uuid "38fe6015-766f-457f-9119-2c674eb44145") + ) + (pin "14" + (uuid "74a801bb-5d1d-43ed-86e9-56d014279cb8") + ) + (pin "7" + (uuid "3e877a7e-eb97-4670-a0a8-8b185da74701") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U2") + (unit 4) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 125.73 85.09 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddf54e6") + (property "Reference" "#PWR031" + (at 125.73 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 125.349 89.4842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 125.73 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 125.73 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 125.73 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0b558f7a-2dcd-44f2-af19-f5fa70253b24") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 151.13 73.66 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddf7f95") + (property "Reference" "U2" + (at 153.67 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM3900" + (at 153.67 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" + (at 142.24 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 142.24 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 151.13 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d921c165-bfa1-434d-a1d4-b0cb88852587") + ) + (pin "5" + (uuid "011c984f-0037-4c79-aaed-0266cb30495f") + ) + (pin "6" + (uuid "46b24bf9-a0ab-4264-a06a-f8288ed0c825") + ) + (pin "2" + (uuid "9e832b75-9772-491c-a190-d5a82342a27b") + ) + (pin "3" + (uuid "ded34626-d07d-4d0d-86b7-34a5187e9036") + ) + (pin "4" + (uuid "74af4082-9253-4429-9272-0847927bf82f") + ) + (pin "13" + (uuid "d28c7e33-36db-40a6-ab84-38ff8b0834ce") + ) + (pin "8" + (uuid "092af083-9155-487c-b577-2041494e88c2") + ) + (pin "9" + (uuid "1028fffe-3bc1-4a6f-8f2b-908d2caf876b") + ) + (pin "10" + (uuid "5804a4ca-d9db-4540-9312-0ba58f6e8d68") + ) + (pin "11" + (uuid "706d0528-588c-4c6a-9dc8-b03f85ef8647") + ) + (pin "12" + (uuid "a71debc5-ba45-46b3-9303-90d89ac682a9") + ) + (pin "14" + (uuid "1f0aa4af-e5f6-46fd-9a55-4549f6bfc9ef") + ) + (pin "7" + (uuid "71fd6fce-46c0-45e3-ab44-a95ddd0d7f21") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U2") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 140.97 81.28 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddf9230") + (property "Reference" "R29" + (at 142.748 80.1116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "4M7" + (at 142.748 82.423 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 142.748 81.28 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 140.97 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 140.97 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6ca56c3d-af14-4600-a978-13fee6429167") + ) + (pin "2" + (uuid "347ba664-eb2d-4590-b8f5-ebccdf88a29b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R29") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 140.97 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddf9236") + (property "Reference" "#PWR039" + (at 140.97 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 141.097 89.4842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 140.97 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 140.97 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 140.97 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "418b9561-c38c-4aa9-a896-ec8e46c95e3b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR039") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 121.92 185.42 0) + (unit 5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de06beb") + (property "Reference" "U3" + (at 120.8532 184.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM3900" + (at 120.8532 186.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" + (at 113.03 177.8 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 113.03 177.8 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 121.92 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "91708e86-3f55-4566-9729-1e757f61f061") + ) + (pin "5" + (uuid "81e80b70-bd99-4e21-bb09-5c43f6fef41c") + ) + (pin "6" + (uuid "5773b01e-685c-49ae-8b79-6817e6c635f5") + ) + (pin "2" + (uuid "227b3b5b-7fc1-47b8-a76d-9db5b4bd1454") + ) + (pin "3" + (uuid "5ab0ce3f-3cc7-44a3-9098-c8b4256fb27c") + ) + (pin "4" + (uuid "6fc17bc8-693b-4c42-9226-55d19e34822b") + ) + (pin "13" + (uuid "dad35af7-92a6-4110-9f45-e5928c72e297") + ) + (pin "8" + (uuid "4952d1ff-5893-4a3f-a711-6c1b85641a81") + ) + (pin "9" + (uuid "708a125a-03bc-43cd-afee-526b20d099d6") + ) + (pin "10" + (uuid "d334e6ff-326a-44cc-ae44-8d2484758b89") + ) + (pin "11" + (uuid "211a12d6-b721-4386-96e6-5680b826f94d") + ) + (pin "12" + (uuid "e5dc5e37-b128-4219-9666-65ad29dac1ae") + ) + (pin "14" + (uuid "12b3a76b-8cff-433c-81cc-0c5b07fed663") + ) + (pin "7" + (uuid "4e92f0b6-9302-4a8b-914c-e22ad393dfd8") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U3") + (unit 5) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 156.21 116.84 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de079ba") + (property "Reference" "U3" + (at 156.21 107.5182 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM3900" + (at 156.21 109.8296 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" + (at 147.32 124.46 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 147.32 124.46 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 156.21 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b9045f96-0ff8-4472-a615-83ea30321415") + ) + (pin "5" + (uuid "96b7dcfe-ac41-41fa-954f-c7cd0d182756") + ) + (pin "6" + (uuid "41b3d428-2145-4790-84be-79e05ef1a55e") + ) + (pin "2" + (uuid "6de10591-253f-4dd6-8ec1-107f42158481") + ) + (pin "3" + (uuid "161512b9-fb7e-4bd4-b6cb-f9e1a55fb511") + ) + (pin "4" + (uuid "c5de356c-9fdb-449b-b847-727802808bcd") + ) + (pin "13" + (uuid "52a2bcc7-d797-4268-ba83-5db15dc67ac9") + ) + (pin "8" + (uuid "52b37396-762d-4423-8b6d-2bb871c68f76") + ) + (pin "9" + (uuid "796bd97e-6420-4a14-8369-8ae184bafc78") + ) + (pin "10" + (uuid "247a2b51-7874-49bb-83c3-2bb9acaa7e66") + ) + (pin "11" + (uuid "3a0a719e-5f04-4474-afd3-f97ea037cf7a") + ) + (pin "12" + (uuid "00836388-c1bb-4069-8bce-7ec12a1b4811") + ) + (pin "14" + (uuid "5abec8ca-367a-48ea-a19f-b3b76144cee1") + ) + (pin "7" + (uuid "8064afec-a8b1-4aa3-9dfb-b472b31172b8") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 100.33 185.42 0) + (unit 5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de079e4") + (property "Reference" "U2" + (at 99.2632 184.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM3900" + (at 99.2632 186.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" + (at 91.44 177.8 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 177.8 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 100.33 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d1573c5d-09e8-4c70-a00d-ad60dcbfe014") + ) + (pin "5" + (uuid "5a1d5e90-786c-484c-a70c-1201d5594e40") + ) + (pin "6" + (uuid "163c6427-d398-490e-829c-b06949620382") + ) + (pin "2" + (uuid "3560658d-5b6f-4ebd-99c4-ea5d151ef5b8") + ) + (pin "3" + (uuid "8b7e9ec7-d30b-43e5-9fdc-033beda4e230") + ) + (pin "4" + (uuid "7f08cbcc-5af4-48b0-8c4b-839107780dbc") + ) + (pin "13" + (uuid "0c173e8a-e95e-4c09-9391-73d732be61f3") + ) + (pin "8" + (uuid "f73c8a7a-f8b1-47c2-90c1-c6d85e8ddd5c") + ) + (pin "9" + (uuid "a7f3b9d3-20f0-463f-85e9-cd5270ae286d") + ) + (pin "10" + (uuid "a50399c1-14f2-437c-a625-c3b1db309bed") + ) + (pin "11" + (uuid "f0ca4370-883c-465e-8ab0-41796023e051") + ) + (pin "12" + (uuid "f7da2529-6c5f-4e1f-b2eb-2435202a3016") + ) + (pin "14" + (uuid "8692d785-c2d6-47ed-862e-b41097ea00fd") + ) + (pin "7" + (uuid "f1fdfe32-73eb-40d4-b8d4-f47dd185bf71") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U2") + (unit 5) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 81.28 133.35 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de2772f") + (property "Reference" "U3" + (at 81.28 124.0282 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM3900" + (at 81.28 126.3396 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" + (at 72.39 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 72.39 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1deefa42-acbc-49ea-a446-99f06a7384d4") + ) + (pin "5" + (uuid "43cf164c-d8c5-410c-aff3-d9d1ded0c9b2") + ) + (pin "6" + (uuid "1afc0800-8660-4fa5-8aea-8aa12b77308e") + ) + (pin "2" + (uuid "68d21ff9-6c97-473b-b72f-51bd3ae3cd48") + ) + (pin "3" + (uuid "4a27f460-52e5-4b31-884c-460d99758f44") + ) + (pin "4" + (uuid "6d546dc2-4da5-4541-939f-69036239e1f4") + ) + (pin "13" + (uuid "755c646e-6591-433e-a144-5e06789cfa22") + ) + (pin "8" + (uuid "cc7aed23-bd37-4923-9e4a-b9b5445d0638") + ) + (pin "9" + (uuid "c95eb823-c782-4b41-b5d0-aef3120e9a8d") + ) + (pin "10" + (uuid "c4ddd648-865c-4de4-8b72-2483018c8288") + ) + (pin "11" + (uuid "8c2e0bb2-3d89-45d6-9984-ca00c94b4bfa") + ) + (pin "12" + (uuid "845b3350-d0a0-428c-ae17-2cb6e00df480") + ) + (pin "14" + (uuid "8a6e4a3e-9437-42e6-9b4c-d691131dd845") + ) + (pin "7" + (uuid "52166ac0-4f0f-490e-b346-b38b4ae10450") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U3") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 137.16 76.2 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de311c3") + (property "Reference" "R26" + (at 135.9916 74.422 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 138.303 74.422 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 137.16 74.422 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 137.16 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 137.16 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "50e77015-5461-4e8c-b256-12a1f88dee8d") + ) + (pin "2" + (uuid "3b747096-cb8e-46e4-ab41-aee337cfcd51") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R26") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 226.06 130.81 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de3b49e") + (property "Reference" "U3" + (at 226.06 121.4882 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM3900" + (at 226.06 123.7996 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket" + (at 217.17 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 217.17 123.19 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 226.06 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "52f57612-0e8d-4e99-80ae-ed1823865ab6") + ) + (pin "5" + (uuid "b8ca50a2-2227-417b-bf39-7465983e60e3") + ) + (pin "6" + (uuid "4cfa97cf-6ee1-4222-a16e-dc162b879c95") + ) + (pin "2" + (uuid "af837197-3159-4e97-9e09-dbf9747b974f") + ) + (pin "3" + (uuid "e31f689b-d98e-4135-a55f-665e63209c97") + ) + (pin "4" + (uuid "43249ccd-cf43-4d87-b977-ec55b785bc09") + ) + (pin "13" + (uuid "e1846881-4988-470f-b00c-7a09e5a1457f") + ) + (pin "8" + (uuid "4254a187-c83c-4a7b-a544-80617ddc5434") + ) + (pin "9" + (uuid "2a3ad3e1-2570-4998-ae60-7fab1955e894") + ) + (pin "10" + (uuid "ec521f6a-d300-4520-951d-c6f13ef39ee7") + ) + (pin "11" + (uuid "d31b26bc-04b0-4491-bd0c-f22751b92545") + ) + (pin "12" + (uuid "2bb1bab7-5f77-4090-9856-dab86f174c8e") + ) + (pin "14" + (uuid "868f3a81-fbc2-4544-8e56-088086e25e1d") + ) + (pin "7" + (uuid "ce268155-84ed-479a-8463-196d67ae245e") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U3") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 125.73 63.5 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de4257e") + (property "Reference" "D5" + (at 127.7366 62.3316 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1N4148" + (at 127.7366 64.643 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 130.175 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 125.73 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 125.73 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 125.73 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 125.73 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ca865e6b-17b4-431d-b944-0f0c03b88062") + ) + (pin "2" + (uuid "d82b77a3-c6ca-49d2-8d58-0675d097de90") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "D5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 135.89 58.42 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de5207b") + (property "Reference" "R25" + (at 134.7216 56.642 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "680k" + (at 137.033 56.642 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 135.89 56.642 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 135.89 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 135.89 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a9fb9678-89c8-480c-ad6b-b0fd7c5e5e30") + ) + (pin "2" + (uuid "8e539da2-4038-4757-a9b4-d507a1f84a71") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R25") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Diode:1N4148") + (at 152.4 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de53790") + (property "Reference" "D7" + (at 153.5684 60.4266 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1N4148" + (at 151.257 60.4266 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (at 152.4 62.865 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" + (at 152.4 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 152.4 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 152.4 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 152.4 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7fc591be-9d16-49a9-b647-53b61cc22dde") + ) + (pin "2" + (uuid "ca60e728-bf99-487f-b424-4561caaf0714") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "D7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:PN4250") + (at 63.5 149.86 270) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de556a5") + (property "Reference" "Q2" + (at 63.5 141.5288 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PN4250" + (at 63.5 143.8402 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 61.595 144.78 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC557.pdf" + (at 63.5 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" + (at 63.5 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ce4aa72b-9011-41d7-9f12-d9ebc2d3dde9") + ) + (pin "2" + (uuid "a8da8a72-98b6-44d6-b540-78ca4b01b2b7") + ) + (pin "3" + (uuid "94add813-83df-4328-9a7b-15e7b66fbb81") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:PN4250") + (at 63.5 72.39 270) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005de69817") + (property "Reference" "Q1" + (at 63.5 64.0588 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PN4250" + (at 63.5 66.3702 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 61.595 67.31 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.fairchildsemi.com/ds/BC/BC557.pdf" + (at 63.5 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "0.1A Ic, 45V Vce, PNP Small Signal Transistor, TO-92" + (at 63.5 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1da722f9-5e5a-454d-9f39-6d2fb4884757") + ) + (pin "2" + (uuid "23786f49-043f-46b0-bdd9-b488937c1863") + ) + (pin "3" + (uuid "4e763091-8f19-4967-8928-c1633364a1fb") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 162.56 53.34 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dea11a6") + (property "Reference" "R32" + (at 164.338 52.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1M5" + (at 164.338 54.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 164.338 53.34 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 162.56 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "56f4d104-cbf2-4188-b119-7ed7c9e57862") + ) + (pin "2" + (uuid "9324e995-b1ac-4533-97fc-f527f16c530f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R32") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 162.56 66.04 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dea1a1c") + (property "Reference" "C20" + (at 159.639 67.2084 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1n" + (at 159.639 64.897 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 161.5948 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 162.56 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1d30c027-df84-4583-b5f0-c854ec3634fb") + ) + (pin "2" + (uuid "5b92f081-ce65-4edb-b149-427ab1886c49") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 166.37 73.66 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dea2383") + (property "Reference" "R33" + (at 165.2016 71.882 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "330" + (at 167.513 71.882 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 166.37 71.882 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 166.37 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "826a26ac-7a55-4425-b4eb-15847694a305") + ) + (pin "2" + (uuid "31a9c135-5415-48fd-bedc-07da819da361") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "R33") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 148.59 140.97 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dee742e") + (property "Reference" "#PWR041" + (at 146.05 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 140.97 140.97 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 148.59 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 148.59 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 148.59 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e29576c6-9f73-4828-97c1-a2dc75d918cb") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR041") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 148.59 138.43 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005def28ef") + (property "Reference" "#PWR040" + (at 142.24 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 142.24 138.43 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 148.59 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 148.59 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 148.59 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "277c7730-cdb7-4c20-aa87-aaf99a7744a6") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR040") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 162.56 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005df1069c") + (property "Reference" "#PWR042" + (at 162.56 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 162.941 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 162.56 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 162.56 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "11911dc5-84df-43be-828d-6654158ca6b2") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 41.91 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005df86aed") + (property "Reference" "C3" + (at 44.831 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 44.831 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 42.8752 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 41.91 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3799ea36-1bff-41e9-b108-15ded5a9e753") + ) + (pin "2" + (uuid "20fda054-0b65-48a5-959d-273c65b5db23") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 41.91 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005df871d3") + (property "Reference" "C4" + (at 44.831 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 44.831 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 42.8752 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 41.91 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3fc18501-5461-46e0-b1a2-df2bb90d7f05") + ) + (pin "2" + (uuid "86bae5c0-cf56-4b19-9b11-915dff86de7d") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 54.61 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005df908de") + (property "Reference" "C6" + (at 57.531 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 57.531 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 55.5752 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 54.61 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ab803fe8-51d2-4255-90e8-1f6039d05a65") + ) + (pin "2" + (uuid "1bc8fdc4-0bf4-4b26-8773-b88b9611d9d1") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 54.61 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005df90dcf") + (property "Reference" "C5" + (at 57.531 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 57.531 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 55.5752 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 54.61 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "208e60f9-0f8d-488d-a086-e21e4c0fe05c") + ) + (pin "2" + (uuid "24bb2643-8865-4e1d-883e-2d22471b4813") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 67.31 185.42 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005df9aba9") + (property "Reference" "U1" + (at 66.2432 184.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 66.2432 186.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 67.31 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 67.31 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 67.31 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "090de868-66ed-4047-8563-d5713d980134") + ) + (pin "2" + (uuid "ef77dbce-5b6a-4a83-98ba-06c8d86bda61") + ) + (pin "3" + (uuid "c258c53d-57a3-48d0-926e-f6cce26080ef") + ) + (pin "5" + (uuid "c4bd47fe-f4e5-4022-8056-a6811f331c59") + ) + (pin "6" + (uuid "eb54bf91-55ec-43b6-9639-99cb1cfecd61") + ) + (pin "7" + (uuid "f0c25db2-e6ce-43b2-a2d6-6db645e5ed5a") + ) + (pin "4" + (uuid "f05df317-4a37-47c1-8ee1-040ff052697c") + ) + (pin "8" + (uuid "3f6aac02-463d-423e-b176-63d7065a78d2") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 72.39 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005df9f979") + (property "Reference" "C8" + (at 75.311 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 75.311 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 73.3552 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 72.39 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 72.39 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a91845fd-d4c8-48e5-9c26-fa92cabf8f0b") + ) + (pin "2" + (uuid "c70c3440-b983-4ab6-a5d2-5cc3f5423a8f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 72.39 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005df9fd59") + (property "Reference" "C7" + (at 75.311 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 75.311 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 73.3552 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 72.39 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 72.39 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0314cd20-1dea-4953-bf09-1bc0b5501342") + ) + (pin "2" + (uuid "5d336ccf-7ab1-439e-ac35-6aa0b3f0d97b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 83.82 185.42 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dfa6673") + (property "Reference" "U4" + (at 82.7532 184.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 82.7532 186.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket" + (at 83.82 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 83.82 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 83.82 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "04e5d0ca-2302-4a3f-885b-75755cc9fbb2") + ) + (pin "2" + (uuid "f7253d64-72e9-4d1e-8a29-1ff66ec10625") + ) + (pin "3" + (uuid "9ffb734d-15ce-447e-ad39-8cf7f55c186f") + ) + (pin "5" + (uuid "20e88afb-f1b4-488d-9d76-dc0f0ef13416") + ) + (pin "6" + (uuid "65f73a74-9727-4da7-9f82-b284a7777117") + ) + (pin "7" + (uuid "c4077335-5283-4ffa-80ae-72b6c6707094") + ) + (pin "4" + (uuid "40585a54-2e2b-4b3e-be6f-ce84c649075f") + ) + (pin "8" + (uuid "78d55ab3-0598-4063-80cd-98401a6e56e7") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U4") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 129.54 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e016909") + (property "Reference" "C16" + (at 132.461 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 132.461 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 130.5052 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 129.54 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 129.54 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a6f2b2fc-5ea6-4ad2-9730-9077260a874f") + ) + (pin "2" + (uuid "2dd214cb-8b04-4ad8-b88a-5c0868a36fd1") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 129.54 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e017256") + (property "Reference" "C17" + (at 132.461 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 132.461 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 130.5052 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 129.54 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 129.54 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b8d81084-9fa2-4b5f-a9b8-2ca6c287f770") + ) + (pin "2" + (uuid "a3182552-244d-4bcb-86b1-b05812a66e0b") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 143.51 181.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e0725a9") + (property "Reference" "C18" + (at 146.431 180.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 146.431 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 144.4752 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 143.51 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 143.51 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c2a5bba7-68dd-400d-a4e5-ce01e8723f40") + ) + (pin "2" + (uuid "e898e118-f723-4eb6-a0d4-861bcc406ffc") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 143.51 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e0725af") + (property "Reference" "C19" + (at 146.431 188.0616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 146.431 190.373 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D3.4mm_W2.1mm_P2.50mm" + (at 144.4752 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 143.51 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 143.51 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "351d23dc-3738-4943-8031-f28eedb4b12b") + ) + (pin "2" + (uuid "067c5862-d8e9-4019-a908-f6138442dbfb") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "C19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:J201") + (at 125.73 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e65304b") + (property "Reference" "Q3" + (at 130.5814 33.1216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "J201" + (at 130.5814 35.433 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 130.81 36.195 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.fairchildsemi.com/ds/BF/BF244A.pdf" + (at 125.73 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "50mA Id, 30V Vgs, N-Channel FET Transistor, TO-92" + (at 125.73 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bfa20177-97a4-4352-92fd-8b1dabac54cb") + ) + (pin "2" + (uuid "39865161-2e20-419c-884f-049591daaad3") + ) + (pin "3" + (uuid "0f7a730f-fe05-4ba3-b0f1-7e77eea48262") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:J201") + (at 125.73 111.76 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6ab72d") + (property "Reference" "Q4" + (at 130.5814 110.5916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "J201" + (at 130.5814 112.903 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" + (at 130.81 113.665 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.fairchildsemi.com/ds/BF/BF244A.pdf" + (at 125.73 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "50mA Id, 30V Vgs, N-Channel FET Transistor, TO-92" + (at 125.73 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7a5eb23c-8d46-4574-9156-150ad06737d7") + ) + (pin "2" + (uuid "7c7dbcb2-37c6-4e02-bd4f-67843fd68bfe") + ) + (pin "3" + (uuid "9a68f5b8-c5c6-4fcf-8a50-44781b8a675e") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "elektrophon:LM3900") + (at 267.97 115.57 0) + (unit 4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7a362deb-a1d7-413c-b3b2-056058d8f7b9") + (property "Reference" "U3" + (at 267.97 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM3900" + (at 267.97 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 259.08 107.95 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 259.08 107.95 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 267.97 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "451eb7ff-620a-4583-86f8-1f8364dc9092") + ) + (pin "5" + (uuid "98a6a13a-240e-41ac-836b-98dba3c1a37a") + ) + (pin "6" + (uuid "5088df08-aee7-4673-987a-308e83a85552") + ) + (pin "2" + (uuid "b48475f7-3de8-47e2-9fce-7142a7bd8daa") + ) + (pin "3" + (uuid "25a96acd-0ef1-4104-9b63-da71732b4557") + ) + (pin "4" + (uuid "04ef45c5-135b-455c-87bd-29b7f15b983a") + ) + (pin "13" + (uuid "579578a7-3421-45d2-99a1-4da869ba5da0") + ) + (pin "8" + (uuid "8ad720f2-e6b0-4695-ab77-427af1e300d6") + ) + (pin "9" + (uuid "8369293b-4489-4eb7-a4ba-1a91f634abd5") + ) + (pin "10" + (uuid "32b7c411-ff08-407d-a25b-a3b6df3a4cf6") + ) + (pin "11" + (uuid "b95eddb8-005c-4a8b-bc12-bdd8e00d2a58") + ) + (pin "12" + (uuid "ee663243-1032-478d-8fe7-0ad848fc8fca") + ) + (pin "14" + (uuid "7c884a3b-3ae1-45d0-8fa4-e1bc618cd801") + ) + (pin "7" + (uuid "c58950f9-5851-4c4d-93b2-2b9d6009d25f") + ) + (instances + (project "main" + (path "/5817fcd7-7f17-4e84-b535-ea735284e330" + (reference "U3") + (unit 4) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/summe/main/main.kicad_pcb b/src/summe/main/main.kicad_pcb index 2e14243e..b26358cb 100644 --- a/src/summe/main/main.kicad_pcb +++ b/src/summe/main/main.kicad_pcb @@ -1,10843 +1,27703 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "summe") - (date "2021-05-30") - (rev "R01") - (comment 1 "PCB for main circuit") - (comment 2 "DC coupled mixer") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "+15V") - (net 3 "-15V") - (net 4 "Net-(U7B--)") - (net 5 "Net-(U7A--)") - (net 6 "+5V") - (net 7 "VP") - (net 8 "VN") - (net 9 "/IN_1") - (net 10 "/IN_2") - (net 11 "/IN_3") - (net 12 "/IN_4") - (net 13 "/MIX_1") - (net 14 "Net-(J6-PadT)") - (net 15 "/MIX_2") - (net 16 "Net-(J7-PadT)") - (net 17 "/MIX_3") - (net 18 "Net-(J8-PadT)") - (net 19 "/MIX_4") - (net 20 "Net-(J9-PadT)") - (net 21 "Net-(J10-PadT)") - (net 22 "Net-(D1-A)") - (net 23 "Net-(D2-A)") - (net 24 "Net-(D3-A)") - (net 25 "/OUT") - (net 26 "Net-(D4-A)") - (net 27 "Net-(D5-A)") - (net 28 "unconnected-(J3-PadTN)") - (net 29 "unconnected-(J4-PadTN)") - (net 30 "unconnected-(J5-PadTN)") - (net 31 "unconnected-(J10-PadTN)") - (net 32 "Net-(U2A-+)") - (net 33 "Net-(U3A-+)") - (net 34 "Net-(U4A-+)") - (net 35 "Net-(U5A-+)") - (net 36 "Net-(C10-Pad1)") - (net 37 "Net-(U2A--)") - (net 38 "Net-(U3A--)") - (net 39 "Net-(U4A--)") - (net 40 "/REF") - (net 41 "Net-(U5A--)") - (net 42 "Net-(U6B--)") - (net 43 "Net-(U2B--)") - (net 44 "Net-(U4B--)") - (net 45 "Net-(U3B--)") - (net 46 "Net-(U5B--)") - (net 47 "Net-(U6A-+)") - (net 48 "Net-(J2-PadT)") - (net 49 "Net-(J3-PadT)") - (net 50 "Net-(J4-PadT)") - (net 51 "Net-(J5-PadT)") - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a95f1b) - (at 60.96 60.96 -90) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Description" "3.5mm Eurorack Jacks") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"") - (property "Sim.Pins" "S=1 T=2 TN=3") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005d64a5b4") - (attr through_hole) - (fp_text reference "J2" (at -4.13 -5.63 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 552f359c-8cd9-47a3-8be5-e06254fdbad8) - ) - (fp_text value "IN" (at 0 -1.48 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 85cc8730-95b7-4b3b-8731-d162231cb87b) - ) - (fp_text user "KEEPOUT" (at 0 0 -90) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp ebe5892c-ebb2-4c0a-813d-bd94f22221d3) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8ea8dcf9-9032-495a-88b1-868a82bcdebf) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53e0f64a-c8c3-4d66-b785-d88fc984c9f4)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0311027c-3354-434d-a21a-7e589e92a0b4)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0d0c0bd-08ac-4d82-9f7a-f23d4e2112d8)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7588a11f-22b6-43de-aaee-14dd114d7357)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47d6e62f-c3ac-4a08-8c9b-fdf26f281eaf)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab0d25ac-ddca-4238-acf8-2de170621e8c)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp e409dc3b-a817-4253-ac94-75a896c2a734)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a359b873-09a0-487e-a8b2-4a6fa3dac31c)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ab13240a-d3d4-49e3-84ca-9f8636889070)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp b5f7e9c4-2767-4772-8c63-53ad48be0b72)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 49cd1cab-b673-4a82-8b2f-ccda32cf5be5)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 41f7384c-294e-41ba-99ba-7988ca43bc36)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp a3f97119-8a1d-448e-974b-63987013c421)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34e418c3-059b-4a39-8b4b-64b119a5037c)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f001c96-9d42-4c3b-b22f-a74194eafd43)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c24a4430-a474-4782-93e8-ee53f1c42157)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68405639-85e6-4428-b96c-6746da9e9ac5)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51e159d4-9401-45ca-8229-8bdbbbfb20ee)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a232dddc-fdb1-4362-9563-8e53e600c994)) - (pad "S" thru_hole rect (at 0 -6.48 90) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp f43af41f-a16a-4b36-8e6b-e5b578384643)) - (pad "T" thru_hole circle (at 0 4.92 90) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 48 "Net-(J2-PadT)") (pintype "passive") (tstamp 1bb27e3a-4c4e-4dd1-b4da-9c62fd7f4b2a)) - (pad "TN" thru_hole circle (at 0 -3.38 90) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 40 "/REF") (pintype "passive") (tstamp 16d09949-19d4-4387-abce-15c90bd6d56a)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a95f3d) - (at 60.96 81.28 -90) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Description" "3.5mm Eurorack Jacks") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"IN_2\" lib=\"\"") - (property "Sim.Pins" "S=1 T=2 TN=3") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ea4ed1c") - (attr through_hole) - (fp_text reference "J3" (at -4.13 -5.63 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b92f90d-14c7-4ac7-9cfe-919e0c74948b) - ) - (fp_text value "IN" (at 0 -1.48 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ce7b3b98-b9bd-4cd0-8f25-5ead72482975) - ) - (fp_text user "KEEPOUT" (at 0 0 -90) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp a9b31aa1-de93-4a1e-85c4-a04e3fb61ce6) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 03ea89ca-a48f-4612-97a9-93cf73152d32) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6e50258-8fec-45f9-9f8e-aeffa805965e)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7da2ee3e-e90d-4612-a2bd-077e5f659c20)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd0b042c-cfe4-4bbf-894c-ba2becfa81b0)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9a8a618-3785-43fe-907a-621a8f2246b1)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9772b23-62e2-4fa0-8bbc-f437f74037c9)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e90e4402-e2bd-46ed-a281-f24fbf558d96)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 570bcfd4-f666-4832-9a10-89b2d66d4dac)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 98aea2df-c176-4907-b905-04277ac52e6c)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d2d64ef7-7a0f-46be-9295-ba7139d21cab)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d565a563-03a8-4417-b061-87d34cd07272)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp e4139c18-e4ff-46f5-a9c9-5183d9b0a206)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 52215b9e-53ab-4a1f-baf1-20dd575b0237)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp b334c11f-32f9-4dce-8b12-1953e24491c7)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2f40e0f-4d83-484e-9f57-8112e3053a7b)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75142d74-7863-4907-8776-a8f30ccd5487)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ddc6313c-da0a-4a7d-9f4f-772284f9a7d8)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 261d468d-019d-41de-b84c-3c41ce961da2)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c23ea88f-c5de-4633-ac19-8e365a24ad3e)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e9a78ec1-2e56-46b5-aae5-90ccab8604db)) - (pad "S" thru_hole rect (at 0 -6.48 90) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp d5ed9bbb-075b-4988-a859-5eb7dfa87b63)) - (pad "T" thru_hole circle (at 0 4.92 90) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 49 "Net-(J3-PadT)") (pintype "passive") (tstamp e5f798bc-10a8-469d-a92f-553ab88734b8)) - (pad "TN" thru_hole circle (at 0 -3.38 90) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 28 "unconnected-(J3-PadTN)") (pintype "passive+no_connect") (tstamp 896e51b8-5f6d-43aa-93ca-975c48cbb040)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a95f5f) - (at 60.96 101.6 -90) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Description" "3.5mm Eurorack Jacks") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"IN_3\" lib=\"\"") - (property "Sim.Pins" "S=1 T=2 TN=3") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ea533d6") - (attr through_hole) - (fp_text reference "J4" (at -4.13 -5.63 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c8c617b0-a991-45ed-80f9-9f92162604ef) - ) - (fp_text value "IN" (at 0 -1.48 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 904d393c-462f-47ac-8c17-b702d1af9a6e) - ) - (fp_text user "KEEPOUT" (at 0 0 -90) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 9815cea4-d784-4fe4-ad4f-86ac9f4f12b0) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1873fc00-dce1-4c96-b1a1-3f9489d09041) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4c8dad7-496d-4b76-bb6f-325ef65ce3cf)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee4993a9-2a7c-4523-8ee8-44e30e2f1309)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cab0890-6cab-4203-a52c-3d716ceb71f4)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc38483d-88d7-4fdc-9436-52946d5c40d6)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4116640a-103a-457d-a4ea-46bd4d4e3dca)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f1b07c1-c713-40d1-8d67-4b996e52762b)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 0bc05a96-8431-46b3-b7ce-fefe8c7b9ae9)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 79bb5584-0527-4726-8402-9549379d089f)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a0b31536-e69c-4bea-8de5-86c306e1a2c1)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7eae1128-121e-497e-8bab-d1b9e6285be5)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 19aac704-9e12-40db-ab3c-1c0ce3ec53dd)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f60b3ce4-09dc-4d33-aed1-fe88c6c7fda8)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 7fb56ead-edbd-48b0-9772-c9a2358cfedb)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09e7324c-8873-4dc5-a941-25a354e307b6)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac6f9805-3557-4079-8698-6e8e45eb5c92)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a06dfb74-43d7-4def-a74c-2b2a3916f0ac)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fbe4e414-179d-46e2-8d9b-4dd7e639b1b8)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efa5b8a0-23e8-4600-8f93-ba002d6f7b75)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 04739eeb-e328-4001-a91f-12d6aa8fa8ab)) - (pad "S" thru_hole rect (at 0 -6.48 90) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e482d909-5c7c-4139-909b-bc3b29628982)) - (pad "T" thru_hole circle (at 0 4.92 90) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 50 "Net-(J4-PadT)") (pintype "passive") (tstamp 3daa8bcf-55e2-453c-b525-b901f1aa1dfd)) - (pad "TN" thru_hole circle (at 0 -3.38 90) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 29 "unconnected-(J4-PadTN)") (pintype "passive+no_connect") (tstamp b833da9a-4b84-4753-9196-c78815f71355)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a95f81) - (at 60.96 121.92 -90) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Description" "3.5mm Eurorack Jacks") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"IN_4\" lib=\"\"") - (property "Sim.Pins" "S=1 T=2 TN=3") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ea572e9") - (attr through_hole) - (fp_text reference "J5" (at -4.13 -5.63 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ae50baf4-d8f0-4e59-b6d1-4b3f4049c30c) - ) - (fp_text value "IN" (at 0 -1.48 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d3494d7b-4040-4e55-ad84-a249e63e7596) - ) - (fp_text user "KEEPOUT" (at 0 0 -90) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 26f16e89-1007-4769-a530-3b1539f28b97) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a2c1b2ed-13a6-41a2-8e42-d39e37c808fb) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62ddd783-6cb5-4e34-b404-9ef3b8c19b05)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5b5ac7d-4b7e-4151-84e2-2fc2a8b7248b)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57f107e2-989c-4932-9ca7-a215d4e1e1bb)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ee4f764-f27d-43e1-8a01-26c173cc2b2c)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f05e9561-2f0b-406b-8cc0-930f2b96bdc4)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60cddfc0-f122-423a-9e26-692b90f43bbd)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 159a5f33-16bf-47c5-a92f-18ec1dea849e)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 2b9a653c-2da3-4743-b604-af793f8c7849)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 87f17314-b1e7-48a8-ac99-4db9db8ab4ab)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp b9e45ee2-a0cb-42ba-899e-452ebf6c3743)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 27a6ddec-1950-4c6d-9692-74453f29a578)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 9a078768-7118-4ef5-8968-6ef7eb2bf816)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp e1ab1506-6a00-4a77-8270-adfd754452c6)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65dda6d9-c15e-4973-b764-38d16424a322)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89f8e70d-52d6-44a8-a99a-cbf751c82ec0)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93f80e7f-5dc7-4d9a-ac50-bcda4b6e19b0)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05e71d1c-1608-40eb-bd68-d7d55a3d837d)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88b5b97b-0422-4639-a6c7-e4395607cdcd)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a646fdf5-7861-405d-97d1-5bacf735c004)) - (pad "S" thru_hole rect (at 0 -6.48 90) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 361b3c5a-c6f8-4484-96e8-d4c3b895dc6b)) - (pad "T" thru_hole circle (at 0 4.92 90) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 51 "Net-(J5-PadT)") (pintype "passive") (tstamp 90717c74-2978-491f-8af4-4c51e30613e8)) - (pad "TN" thru_hole circle (at 0 -3.38 90) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 30 "unconnected-(J5-PadTN)") (pintype "passive+no_connect") (tstamp 2a9d68cc-5727-4a3b-acae-5803b5b625cf)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a95fa3) - (at 60.96 71.12 -90) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Description" "3.5mm Eurorack Jacks") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"OUT_1\" lib=\"\"") - (property "Sim.Pins" "S=1 T=2 TN=3") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005d64b3f0") - (attr through_hole) - (fp_text reference "J6" (at -4.13 -5.63 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92b84dda-25a7-43cd-bfb3-ed6ba3957ddf) - ) - (fp_text value "OUT" (at 0 -1.48 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 35674fa2-5788-43f8-9cff-3487787bdcd1) - ) - (fp_text user "KEEPOUT" (at 0 0 -90) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 9d06bc5a-5988-4a86-922b-985625429c8c) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e184d9a5-2761-42e2-9630-4b958e2922ce) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b7bae44-67f6-495d-9b11-31c7825a5e81)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb2d6be4-ac85-45c4-b583-4fff96908bd6)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92b4a563-6c54-4a42-91b5-7e5ae0e894c6)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40959766-16ae-4548-8e33-9bf29cf6f522)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c3d7f56-6275-4d05-ae1b-d7065e25720e)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cc6fb0a-243e-4530-862e-69f6166abab6)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp cc34f6f8-95c3-46ea-ba7e-59817aee9daf)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 5ebacbb4-dca6-4877-ab4d-9d8b5fafb7bc)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7cc13325-fc0a-4861-93b2-695c37458621)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 35fcf617-b83c-465e-9b79-e8e109a2e6e1)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 8b94186c-63a1-4920-8816-56885639acc2)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp eadcb53a-9186-42a2-8b12-31b53cb70c02)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp a7fd762f-e5d2-4197-8c7d-17d239d3e6c6)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b4fea34-e987-499c-9a6b-814ed853cd25)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f148fa64-4bb1-483a-9ac3-cfa0f6cc86be)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a58e36a-0fd2-4985-9270-cd6a3112ac50)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 123864ec-6ac8-441c-9eea-aef37b7cd5a9)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e8823f4-e8c7-42c8-a76e-f6cb530e7fc9)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 98a80b36-3ce2-46c7-85fb-98e26826aaae)) - (pad "S" thru_hole rect (at 0 -6.48 90) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp eb24010f-d062-47b2-9c94-77ff56847295)) - (pad "T" thru_hole circle (at 0 4.92 90) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 14 "Net-(J6-PadT)") (pintype "passive") (tstamp 9c16c87c-fdd5-4f2e-90de-c05fecfed77a)) - (pad "TN" thru_hole circle (at 0 -3.38 90) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 13 "/MIX_1") (pintype "passive") (tstamp ea0491d1-3885-4009-8141-e69fe4b0256e)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a95fc5) - (at 60.96 91.44 -90) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Description" "3.5mm Eurorack Jacks") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"OUT_2\" lib=\"\"") - (property "Sim.Pins" "S=1 T=2 TN=3") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ea6df9d") - (attr through_hole) - (fp_text reference "J7" (at -4.13 -5.63 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a86787b7-9983-4b52-8f6e-7fd7b0e01d20) - ) - (fp_text value "OUT" (at 0 -1.48 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fe4909c0-65e1-479b-b0b1-bf372f15b883) - ) - (fp_text user "KEEPOUT" (at 0 0 -90) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp f3dad8f6-e3e9-4fda-b9a1-56e89bd47a0d) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9ba0fa23-8979-494a-9acc-edacd4628c38) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a8f97db-e03d-4d28-8b80-5ab302d3f9e2)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ef9672f-b0d3-4889-a771-e0a3846da380)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f694a1b4-216a-43ef-9d93-a006c7a65b51)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89bbd449-87cd-42b3-9c07-444e07984c52)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9bb42418-059c-4da8-b98b-c65b1fe5fc0a)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc2ccd8b-2dd6-4b01-b280-85a2ec32bbfb)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 5bfbfb81-d904-47ff-a51f-85582eb838bd)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ccf280cf-8aa6-49ae-af62-daacc22bf1c0)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp be223d3e-3b91-42be-a7b6-81d1113a15f8)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 54d9f1b7-bc7c-4b0c-af6b-1de964903708)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1782683f-a6b5-4bd3-83f1-f872dc0f1967)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 747ebee8-657f-4a84-86a6-0b7e67c67804)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 831d51e5-860d-4553-8624-6bc13df12c12)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 326a686e-9800-4778-a731-bce1adeb9d16)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0196965-ca09-4a53-9157-404176de2651)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9f5e6da-c4d3-4ebb-9917-6baf693deec9)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2475755d-64c3-4043-a685-7dae8227de12)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23c4ceab-3676-4a69-9f79-65ad728c6e32)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 1f8147ca-9752-46d3-a2ff-725eeeb68997)) - (pad "S" thru_hole rect (at 0 -6.48 90) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp b6518f1f-6927-42de-a0f6-a8a08b02e714)) - (pad "T" thru_hole circle (at 0 4.92 90) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 16 "Net-(J7-PadT)") (pintype "passive") (tstamp cf753703-bb0d-4a5a-a278-7c8beac211bb)) - (pad "TN" thru_hole circle (at 0 -3.38 90) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 15 "/MIX_2") (pintype "passive") (tstamp fd9abcbc-075c-4a48-8c53-fa18cb4eff73)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a95fe7) - (at 60.96 111.76 -90) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Description" "3.5mm Eurorack Jacks") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"OUT_3\" lib=\"\"") - (property "Sim.Pins" "S=1 T=2 TN=3") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ea6fffd") - (attr through_hole) - (fp_text reference "J8" (at -4.13 -5.63 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 354a364b-5b8f-4c95-a502-f60762f9bab7) - ) - (fp_text value "OUT" (at 0 -1.48 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fb01bb00-eae1-4673-aa08-f724e20557ed) - ) - (fp_text user "KEEPOUT" (at 0 0 -90) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp e829cf48-d8eb-416c-a227-c6fa2e2a4d05) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e7b2a8ce-fba0-4773-bff1-efbc05dd448d) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 723ffe7b-113a-457e-8dfb-01266ab61b47)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ccf22aaf-370e-40ed-a284-a91a38e6d750)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfb74680-f61d-492c-8f50-13055096b752)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78406156-bfcd-4a46-9ea7-fb89931b248e)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40371886-3695-4a54-86e4-77b2dee07003)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c85457b-e618-47fc-a0bb-56f994e13eb3)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp edadf2da-5fac-429a-a04a-ddee9c9ff75a)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp bff45f13-153b-4aa1-bda9-09e1a031072f)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp dc564fe7-3fe4-4155-994d-45ca7d7aa9ab)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a2cb8872-260f-4cf5-9f4f-aff4cc76b142)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 9c69ece3-282d-4b73-b52b-5b60a0028880)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c7ab9386-c65a-43f4-bdec-e0a6302684a9)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp eb5d526f-95f1-4d49-939f-b36b1e46bac5)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5c5b805-279b-43d5-9371-bf4dc606bdf5)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee7638ef-abe3-4922-a5ae-d62b4144cc16)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a785bf6-7836-4121-9f63-583262a820fc)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b40885b6-3cac-4b03-bb1d-10b20d83f161)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 265e653b-6bb4-4f15-8514-3f74e59f0801)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 3ff9d6af-461e-4ab8-b136-351993f9ab3c)) - (pad "S" thru_hole rect (at 0 -6.48 90) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 535d308d-1097-430b-8570-af4b6d265b59)) - (pad "T" thru_hole circle (at 0 4.92 90) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 18 "Net-(J8-PadT)") (pintype "passive") (tstamp f216d4d6-79ea-44af-b8e5-1955dc68a259)) - (pad "TN" thru_hole circle (at 0 -3.38 90) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 17 "/MIX_3") (pintype "passive") (tstamp 14cc680c-fd1b-4055-b8fc-d47b86b7f196)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a96009) - (at 60.96 132.08 -90) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Description" "3.5mm Eurorack Jacks") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"OUT_4\" lib=\"\"") - (property "Sim.Pins" "S=1 T=2 TN=3") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ea71fb4") - (attr through_hole) - (fp_text reference "J9" (at -4.13 -5.63 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2df908b4-1885-4629-8eb2-f4f968e126aa) - ) - (fp_text value "OUT" (at 0 -1.48 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 11b73338-bb5c-451e-bbdc-d15f4b903920) - ) - (fp_text user "KEEPOUT" (at 0 0 -90) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 3adc6147-4f65-4329-8c41-185e81e3e77b) - ) - (fp_text user "${REFERENCE}" (at 0 1.52 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d9b41c5e-a644-4587-b794-66809e664dc4) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5c1674a-5cf1-4ed5-9ebc-268dd2031323)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 686593cc-ef2d-4877-8efd-9b14d08ace43)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25599094-c51d-4f30-99b2-9d2783d2bef0)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85a4bdd7-4a3b-4017-a135-e9fceedd948f)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3721a532-2ea4-43ac-9e7f-ceae0db66b9f)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66bd70ec-2534-408e-8674-ac0967c822d8)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp dac3edf1-861a-4064-924c-6f213c17b0c7)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d029e523-7b87-458c-b832-d334a0f4f62a)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ce1031c2-4a2a-40b8-aef3-d13da537d649)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 76c68584-202c-475b-ad67-2ca24360f50c)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a42d7393-f552-472e-b3ac-7b621062bdca)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f2c23220-0864-4f83-9fac-1e54986863bb)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 8ae5ae2a-dde2-4bf8-a38a-a08b34e68fbf)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 995fc438-92bc-4e07-be11-9763848f51ff)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b23c0c3-f5b9-4298-82df-82a92fbeac3d)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a5a8561-771c-4c10-8dee-5bdeab6b8120)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4f3909e-07d7-4e8c-89e7-8e4c3778beab)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7816448c-a5a4-4478-a1d1-c841aa6e7a6e)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 4745dcf4-f365-40ba-a2c0-aa9e3aa30299)) - (pad "S" thru_hole rect (at 0 -6.48 90) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp f3b39ed6-6b1f-4a9c-a82d-3d5fa009fb8f)) - (pad "T" thru_hole circle (at 0 4.92 90) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 20 "Net-(J9-PadT)") (pintype "passive") (tstamp 7d1a9c83-3b51-4cea-abfd-cec8a49ff51b)) - (pad "TN" thru_hole circle (at 0 -3.38 90) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 19 "/MIX_4") (pintype "passive") (tstamp 080fcb07-4e85-4bb0-bea9-5972be57dca3)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a9602b) - (at 81.28 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Description" "3.5mm Eurorack Jacks") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"") - (property "Sim.Pins" "S=1 T=2 TN=3") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/00000000-0000-0000-0000-00005ea91ed6") - (attr through_hole) - (fp_text reference "J10" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa8c0624-7795-48a0-86f8-7525f1e1461e) - ) - (fp_text value "OUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 072a9c0a-34ac-464b-98ca-14b7ee10eba3) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 2a3fe6f0-8851-46c3-a58c-ac26b5ec01ce) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a24412b3-ace7-4fcd-bf7d-1a94f2eb09c7) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b14b1e1d-c09f-4ed4-9ab8-9dbf72b6b45a)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 513767d5-e96e-46f5-9f41-45c126c4c9f4)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee6455e5-1d61-467b-a656-3a0b1bdbd08a)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f71f54a5-62cb-4289-891a-13494f167f59)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 962316fe-f36e-4275-b3c4-a939debc8e4f)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b832cf30-bfc0-4c4d-9c5c-4ec176e724c1)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 921415b7-57a6-4e90-a12d-ea80bce2ad59)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a58ed962-d8bb-4c7b-a4f4-04941ddb97eb)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a7e63070-1ee0-406e-b7b9-7e9ce1c7f7e0)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 144fc50f-d511-4346-96f1-bd32589ead7f)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c06d7ab0-5b02-4515-b3e2-fef1fed0c678)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a5bdbdf6-47c3-40d1-9080-bfbf0b4a64da)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp dc3946f4-1d07-4c11-961a-fcd4e89e442c)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4edfc84-ca9f-42b4-852b-cdfc9b054345)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5d1aa4e-0bfa-45a1-9182-07eed7cf4aaf)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e8d632c-5095-4090-a0ab-63c5a87e1459)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce8278ba-6186-47c8-bca4-5155a892de85)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4704999a-4d6a-4185-a1f0-aca93190ade2)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 74b83314-c7ee-4dc6-bc57-8ea6cff66b5f)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp c20e4e76-5f82-4aaa-bad0-21bbde499c00)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 21 "Net-(J10-PadT)") (pintype "passive") (tstamp 27ec1af1-6f8a-4350-9b17-89e6f11c9c3a)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 31 "unconnected-(J10-PadTN)") (pintype "passive+no_connect") (tstamp b0e3c6e8-b305-4162-a133-0dea7e050136)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a96375) - (at 81.28 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/99dbdb13-563b-4119-a55a-5fc23de2e1be") - (attr through_hole) - (fp_text reference "RV1" (at 5.842 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 98aea203-ff14-49b6-8c38-6af4ab0539d8) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c10541fc-f413-4a5c-9daf-0ad3a04c37ad) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a6ba81fa-591d-47af-999d-db4256202041) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d881fe7-b1a8-43bf-a675-a03e8f711b72)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acd58d97-341e-4b58-9482-e5a548fcb1bc)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 433fefdc-cb6c-49c9-bcd3-1980aecfb7d6)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0174002-b0bf-4410-85ce-1992f760c5da)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fca3bf28-9a7b-4af5-85cd-269682207c5a)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ebef62b-0f9a-4cbd-ad8e-6bbe7c82b5de)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33d7d30a-db51-4e05-b204-511410970ff4)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72887de5-ec9b-451e-806b-33cc703b7b53)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d012963-9418-45a0-aaf2-d7415389fb18)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01e494d7-9344-4c2c-b745-e6eafe0c7588)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65f543f1-9ebf-43b1-b4e8-2f945d400913)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9706988c-7881-4b17-b567-f177d6efae93)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2bff90d7-5f07-46bc-8c6a-c618421f2db8)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c76da81e-6568-4f18-a2c6-685b022497e2)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7af94ab6-8c61-4681-a6ca-a2e7ce29bfe8)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da6f684f-a722-4201-a9b4-aa809a206f28)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6298fd2-50b7-4780-9465-7b25c0833a75)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5b9aae88-fe07-48fc-91a5-1895a80bbd73)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 31f5732a-5fb9-4674-87ad-bde51b1cefc5)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp f5244607-c30b-4121-ac0a-b46047d6da7a)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp 6480112b-20f6-44d4-aa83-e16515bc8c62)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 32 "Net-(U2A-+)") (pinfunction "2") (pintype "passive") (tstamp c02309c2-672c-46d7-bdc6-2d816dd37b1e)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 48 "Net-(J2-PadT)") (pinfunction "3") (pintype "passive") (tstamp c8198783-edab-4570-971b-04f9fa8f4658)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a96391) - (at 81.28 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/92465b83-ba28-451f-a8f4-6153ac2ee29f") - (attr through_hole) - (fp_text reference "RV2" (at 6.096 0.127) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f678051f-528a-4773-9bfc-1f9578ca05d2) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b7d21300-42fe-4070-a5cb-ab3861e6a0ed) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e69dde3-b3c4-4913-a334-a28156c563ca) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7eda3a95-e218-41b7-8043-fea6ab4ab8f8)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5158bd1-4b89-4f0d-ba3e-c5048eb7ba97)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 498a6d26-1f5e-4d63-b7b1-1f88f9b5bebf)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b637f3a8-4164-4b37-8de7-45f842844a95)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab099960-d63c-46b2-ab7f-c47adcbea456)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0026d1b-dd0a-475e-8da4-9596bef329ff)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01c25bdd-20a2-4172-92cb-3f65fd8a1452)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4763f015-6722-47b0-a207-d335bbdf037b)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0054ef22-b770-4e95-b50e-8c80bb2e8f74)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 123fd8c3-ab2d-415e-b684-fbb17ebd0dd7)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69ed6fcd-b3e0-473e-91df-453583408a7b)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa595ca9-4220-4c6e-bef6-0542a1003da6)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a213c72c-b7db-4730-bade-a5af6d07b68a)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfe741d4-81b9-46ee-ab11-ea8876b9f90a)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5662c226-d440-4ead-9ef2-a622a2f71513)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b6facb0-f3e6-47bd-9155-114038ad5e98)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36c820f2-444c-42a1-9d4f-f5a5009f61f0)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 93d50ac9-419d-4edd-95b7-de36c637e49f)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp e704aaa6-6af4-47c6-93cf-5b30a623a202)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 8de8cfbf-eb19-4d3d-accd-038f4eb9ac2d)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp 7b12714a-8764-43e4-b2b6-fe4129b7fda2)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 33 "Net-(U3A-+)") (pinfunction "2") (pintype "passive") (tstamp 974fe3f9-ef94-48de-8139-ebc2f064dcd2)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 49 "Net-(J3-PadT)") (pinfunction "3") (pintype "passive") (tstamp 95037d13-e951-47e7-aeae-1ef4d1c9c40e)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a963ad) - (at 81.28 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/3c5b3b93-a921-48a9-bd1c-39b5e3759909") - (attr through_hole) - (fp_text reference "RV3" (at 6.096 0.254) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ae56fac3-f84f-405b-bc6a-029ddc2d5c63) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2412db0d-af3a-4dec-b0ac-9601204019c3) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c6e16317-0c00-456a-9de7-c5ba06440f46) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b1830fc-7de1-4973-a207-0138d2a5636c)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 500f7bf5-da0d-4c4b-b9d2-ea80cde1837f)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de57243f-8d3d-4ce2-940d-0c5f10fe0656)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3fb1a11-1338-4d7c-a25e-601b84d8577b)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa04d7c2-c6fb-4051-8bc7-cd1ff4101c8d)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e59cb3fc-0b0d-4268-bff8-6e6e7fa1595e)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ccbc8c6a-20d0-4bd0-b527-414681f98fed)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4185d43f-7b45-439c-9c1e-f70d4e16f17f)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64b7c687-fb49-4954-a512-cf43144ab0ec)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9378ee84-6475-4b95-95e4-009a20de3b5b)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 473f2049-7098-45b8-97e1-45fc2a945c27)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8fea3fde-a0e3-4e9d-a514-c8147a52bb92)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c930b523-a648-41d0-b511-c0112e556c5e)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca02c796-5273-4a83-8187-26b561b39ed0)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae41076a-a457-4ecc-8a1d-102a63280692)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad2f9b5b-d8e1-4524-829d-b68abe87c036)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90c2f41b-7e1b-48a3-9eb3-52c8ec4d9d19)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f8f39402-e79a-43f5-868b-122fb0f09d16)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 40c83767-078b-4948-9552-f0da17cf7fbd)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp e773c116-330e-4ff8-833a-bead71586afc)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp ccae77e3-cae9-4098-9330-ac80c48a4a45)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 34 "Net-(U4A-+)") (pinfunction "2") (pintype "passive") (tstamp 5721b02a-5bc8-4b29-919b-3fd97e8e7eff)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 50 "Net-(J4-PadT)") (pinfunction "3") (pintype "passive") (tstamp c909fe9c-2769-49dc-b4bd-1bf1f1b9ecb4)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060a963c9) - (at 81.28 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/fc022bf2-d0b6-401d-afb8-6ccf477ea5bd") - (attr through_hole) - (fp_text reference "RV4" (at 5.842 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b6614de-8502-4cb6-bf78-e613cb9e085d) - ) - (fp_text value "100k" (at -7.5 7.32 270) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ba9ff47a-6cb7-43eb-a103-faf0670ddbbd) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5e615a77-f321-4f70-a6e5-01241d0b12a0) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa5b5e37-6e19-432f-8501-26f8cc86537a)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fa1a963-6c49-4ad5-90f8-c49bbf2b2634)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2c2d2c8-a64f-41eb-a261-ed476950cb67)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12b78cdf-7c06-42f9-a7b9-30ece642cd10)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 662b2a50-eb5c-4644-9f0f-c4d017d9b08c)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc603287-31d1-4e91-a0af-0a3e3e9f8188)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e777c790-c457-410e-9deb-c262288318b6)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87b89f12-ab71-4498-bf46-c5b54c8189b7)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd030fbc-ffce-4583-8c15-9919d2a6158a)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 918b8dec-c7a9-49ba-b513-9116c8e95db5)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52eaa19d-4989-4b84-ba3b-79e01c523b64)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09eaa98b-640d-4675-ba69-1a59f4cd4ecb)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1393d737-2cf4-42e4-b70b-ffa5643b92a2)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c896100-a590-4193-818a-ed61256200a1)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e603c167-16b7-47e6-b7de-2b0945ea4c1c)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cdcc9b8-3cc0-4d9f-864c-03385b500817)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18b3a60b-568a-4bad-832c-71e6d9a36b09)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 205614fa-a011-4902-b789-b03d3e3b9fd3)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 90b9c4b2-390e-434f-93ba-ad4685256b42)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp dd813a34-a4ea-4e9a-8e10-0cf66d7a0d6b)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp c7659b72-3abe-4c65-a5da-37d3331b4693)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 35 "Net-(U5A-+)") (pinfunction "2") (pintype "passive") (tstamp 38f34bdd-8966-4b2e-81c6-49da6de5f040)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 51 "Net-(J5-PadT)") (pinfunction "3") (pintype "passive") (tstamp a0bfdaaf-a7c0-48dc-bb14-6fa36207c505)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061b3af85) - (at 80.01 156.21) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm bipolar") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000061b87673") - (attr through_hole) - (fp_text reference "D5" (at -1.905 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb395d0f-6f67-4c19-9652-344196a2c002) - ) - (fp_text value "LED (Red/Yellow)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c6f0e5e-5699-4d0a-8ed4-9f4ef99e7969) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1f890d5-5918-4fd7-a18e-120d83045a52)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e32fc5b-75f0-4f46-b959-bfcfa654c8de)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 690fa1f9-54bc-453a-92f4-ea4e133410aa)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4fa88e4-cc7e-4a23-9fb2-0847980cbecc)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb326411-1405-47da-884a-c481564a17d8)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7a4150a-8c44-4a6c-8e4d-facd7fd8b40f)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae4c0634-516d-4d3d-ad6a-a2ef4edaf8a4)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d706bc0-a870-42dd-8b0e-584ca3395d7b)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b44db391-7287-42e8-ac45-30fb9401affe)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bc93031-7df7-42e8-a7a7-90b8f8914afc)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6614f270-9ff0-4d0e-9b0f-60b74ab7fe65)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4710a936-552c-4a2a-9c07-01ced57d1e19)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d2c56525-0fb9-468a-ad11-69e22a207a5e)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp e742a684-ab7d-4de9-a813-9db3146a5315)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 27 "Net-(D5-A)") (pinfunction "A") (pintype "passive") (tstamp 0ac9c638-81b7-46f7-8a51-9767a4df2f8e)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061b3af98) - (at 70.485 66.04) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm bipolar") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000061b38faa") - (attr through_hole) - (fp_text reference "D1" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d49a7583-dfe6-49e5-99f3-43f2c2157ead) - ) - (fp_text value "LED (Green/Yellow)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dc0ff51e-d911-4c86-9c29-efa9bb45cc8c) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f8dae93-2ae2-4b73-9e34-c4225a83a311)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4ee1e86-e83f-44a1-8e38-8e05cb00d188)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bfaed558-e74a-46db-a586-55517dd2d64d)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d99e586-1ffd-4a38-a63a-60fa17f69554)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6de123b5-d077-4bdc-9b3c-454e90d6518a)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 283f5b6d-0d2e-44f0-a803-70093a4fa935)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7484bb45-78b9-4a62-86b6-4eccbc8b4bfa)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a4b9448-2757-4b1a-b60e-b9836fdf2420)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6328e898-56cf-401d-bcd3-33c2f0583442)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c3b239c-a1e3-4389-b7d1-d0c62366c65e)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec03796a-83d3-44a7-a976-66aa78c47b64)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 749ed9a0-228e-4066-ace8-69f14f4db1b7)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp fcd6a649-7d26-4bb1-a5e6-a2aad3b959c9)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 14406401-4c6a-4be2-ad1f-f37b8a984d86)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 22 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp 6cbbedd2-ee0c-4701-ab44-7fbc87b169dc)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061b3afab) - (at 70.485 106.68) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm bipolar") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000061b6e571") - (attr through_hole) - (fp_text reference "D3" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 125ad34f-a623-4f8f-8a31-0e6d3dbfeedf) - ) - (fp_text value "LED (Green/Yellow)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b52ec521-7ec6-48e6-bca5-408400325400) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32e04534-fd15-42dd-ac9a-dc34520db369)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97bb7b90-653a-414a-9d76-6925a513a327)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 667ad1fb-8d6b-424d-a090-d82fcdaefc42)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db7afc9d-c169-4b82-bcea-4e43c5e7fff5)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd0b5d6c-27d7-448d-9298-5be6ce9afb5e)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e7bd85d-1754-4e6c-85b1-6c0dc875226e)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a48dee51-def5-48d7-8a12-893fc5641b58)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca97579d-debd-4fcf-857c-bc90880447d7)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd9d48f4-fc9d-4603-840f-56c3eb9129d2)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd95604c-3e1c-4e1e-ad52-1d60f6df6ce6)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03335996-ee00-4eeb-899f-e01625ede1b7)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d21a3f19-b3ed-4a26-a7c1-1ebfc4a179ec)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a991c590-8ddb-4c07-8320-b11daaee80a7)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 0883629f-c66e-49a0-b981-327fed340de8)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 24 "Net-(D3-A)") (pinfunction "A") (pintype "passive") (tstamp d67cb7c4-9861-4dff-b730-ec5533d3b9e6)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061b3afbe) - (at 70.485 86.36) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm bipolar") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000061b5ee1f") - (attr through_hole) - (fp_text reference "D2" (at 1.27 3.175) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f67c84b-d122-48e0-96ce-8d576eb1c5fd) - ) - (fp_text value "LED (Green/Yellow)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7d7128f-e2db-43ce-993c-428e34bde0d6) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e995a2d-1b51-49dc-bed4-3c6654ae8219)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00ee4453-ed0e-49b9-8a9a-6a70ff574afd)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbaf9856-525d-4492-9c35-8d311510505b)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e5d6b09-292f-453f-b10e-8fc45e4fe40c)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdf0ef13-9ce8-431f-8ada-e5ed6c421195)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a04371e8-c487-41dc-b756-3bb6c285d890)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82f2b660-0f8f-460b-ba85-6867dad1136a)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc2e7a28-d81c-4b51-b8b1-ed9f0c1cb085)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af09ffab-2a72-4a93-ae0b-7097cec29117)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4461895-0360-409c-87d7-ad756461be49)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ceb1e200-0a1e-492e-8bff-4f81f94e30b5)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f973946b-f342-4133-9479-5b6140d38d8f)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f102cfab-371d-4044-a680-cf1c499637f4)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 42fc3484-4b98-4b8f-9e01-ae659c0606cd)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 23 "Net-(D2-A)") (pinfunction "A") (pintype "passive") (tstamp 430a31c4-3d72-424c-b945-f68657582f1d)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061b3afd1) - (at 70.485 127) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Description" "LED 3mm bipola") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/00000000-0000-0000-0000-000061b6e591") - (attr through_hole) - (fp_text reference "D4" (at 1.27 -2.96) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7bca6e5a-9d98-4c89-a7a2-5c80715b0c43) - ) - (fp_text value "LED (Green/Yellow)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c566cd6a-fb98-47f3-a90f-4a34f0313639) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a6895a0-3b2d-4f2b-b23d-d29b5395a92f)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c34a83ac-9f1c-4085-88c5-5a23b3810f9c)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8cb8fb7f-aab6-4d2a-a6e9-11d4c5ecefc1)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ede4db63-1d81-4f94-ba77-98baf5c92947)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44ce34e6-3314-4bfd-b683-1ac0b2210ea1)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b2f29a4-8671-4eed-8cb4-ad09b4600285)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af098666-c351-496c-9ee7-b7ecf01b7792)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a87fc9be-78ab-4b72-ba7b-0b87813adf44)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42485f8a-6573-4129-b60a-9d59ed15e5b7)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b21949f8-45f5-4e2e-90ec-b823191b5dc4)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7f9cd1d-d992-42e2-9203-3443b3416704)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24584488-8e7a-40ea-9a2f-3f46e306cfb7)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp fca189ef-d095-4057-974c-5bd930866360)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp a9cadc09-09a2-4242-987a-6e1aaa03b73f)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 26 "Net-(D4-A)") (pinfunction "A") (pintype "passive") (tstamp 3e13aa37-91e2-4a79-8ffe-537e56f91f38)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:elektrophon logo" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061b53078) - (at 60.325 156.845) - (attr through_hole) - (fp_text reference "REF**" (at 0 3.556) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3778beff-6e33-480b-99de-0f632a7a5e01) - ) - (fp_text value "elektrophon logo" (at 0 -3.048) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fd0e12cc-642b-4942-9fd6-6ea2cf817e80) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "B.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic) (justify mirror)) - (tstamp 3c9d790e-4cf7-4380-aa19-66a07cf04b32) - ) - (fp_text user "R01" (at -8.68 0.99) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right mirror)) - (tstamp dc374ec2-2003-4f87-9078-cce0a12caf40) - ) - (fp_text user "summe" (at 8.62 1.02) (layer "B.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left mirror)) - (tstamp f7f72c66-2201-43b1-9638-8c66f80eb565) - ) - (fp_text user "R01" (at 8.58 1.02) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify right)) - (tstamp 0803eeeb-e704-4c9b-a7c4-2875b47f4bdb) - ) - (fp_text user "elektrophon" (at 0 -1.016) (layer "F.SilkS") - (effects (font (size 1.5 2) (thickness 0.3) italic)) - (tstamp 6c55c34c-3b5c-4bbb-ae01-beb6cb9c0481) - ) - (fp_text user "summe" (at -8.54 0.99) (layer "F.SilkS") - (effects (font (size 0.8 1) (thickness 0.15)) (justify left)) - (tstamp f724aca4-93b6-4524-a195-4ede2cbbc900) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a95d22) - (at 58.801 53.975) - (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/7fa3d847-c485-43de-8772-9d88cf87e082") - (attr through_hole) - (fp_text reference "C1" (at 1.0922 3.429 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c7ddba91-5459-40bc-94cf-79bfce947fab) - ) - (fp_text value "22u" (at 1 -3.75 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 301e2244-de2c-4858-b584-f2e8ed5805d5) - ) - (fp_text user "${REFERENCE}" (at 1 0 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ae337e2d-af2c-4380-9e23-d174e99ed850) - ) - (fp_line (start -1.804775 1.475) (end -1.304775 1.475) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 56117aef-83b7-458a-9dca-57bcb76ffae4)) - (fp_line (start -1.554775 1.725) (end -1.554775 1.225) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 19e66e59-556f-48a7-8406-4c98c684b7e5)) - (fp_line (start 1 -1.04) (end 1 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 60df0df3-423f-4081-be34-dcd9642ee6c9)) - (fp_line (start 1 2.58) (end 1 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2e959a0e-c473-4278-8b3b-f84ba19e7d70)) - (fp_line (start 1.04 -1.04) (end 1.04 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp be15a458-e966-4356-abda-4118f9708ddf)) - (fp_line (start 1.04 2.58) (end 1.04 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e9a1a9e5-f8ac-440b-aa93-dd7f54e4c24a)) - (fp_line (start 1.08 -1.04) (end 1.08 -2.579) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 739c0af1-4b49-4bd1-a31a-7bc4076ae800)) - (fp_line (start 1.08 2.579) (end 1.08 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 59f81a6d-9465-45a1-a3c9-6c17ecf95987)) - (fp_line (start 1.12 -1.04) (end 1.12 -2.578) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c7642ec6-304b-40e5-a693-378bd428fa22)) - (fp_line (start 1.12 2.578) (end 1.12 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e5a6674f-a5fa-49bd-85a0-f60cba7916a1)) - (fp_line (start 1.16 -1.04) (end 1.16 -2.576) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b947fed-3c61-4dba-b7fc-d79455716846)) - (fp_line (start 1.16 2.576) (end 1.16 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c7097f94-211f-4199-a9cf-15790c9fb9d6)) - (fp_line (start 1.2 -1.04) (end 1.2 -2.573) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 304f7b36-b160-4148-b1cb-4895b5292318)) - (fp_line (start 1.2 2.573) (end 1.2 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3466b193-5efe-4822-86d3-b968b28285de)) - (fp_line (start 1.24 -1.04) (end 1.24 -2.569) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8f9b2135-b7e1-4d5c-897e-86df1991e26c)) - (fp_line (start 1.24 2.569) (end 1.24 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bc0cf73d-afa3-4357-a176-39356f89711d)) - (fp_line (start 1.28 -1.04) (end 1.28 -2.565) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b1424804-32ef-440d-991f-c5515ad829c0)) - (fp_line (start 1.28 2.565) (end 1.28 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b9a05da8-9bf8-429e-9f60-35d43797cf6e)) - (fp_line (start 1.32 -1.04) (end 1.32 -2.561) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0d58a49d-3149-4d09-adc8-876b5bae3aa1)) - (fp_line (start 1.32 2.561) (end 1.32 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2c56cd37-c63e-4dfc-8b45-3a712925a570)) - (fp_line (start 1.36 -1.04) (end 1.36 -2.556) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 285eb8c6-9c7f-4429-966c-343e3d8cca62)) - (fp_line (start 1.36 2.556) (end 1.36 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed57dcbd-2638-4fa3-ac61-c6742742d618)) - (fp_line (start 1.4 -1.04) (end 1.4 -2.55) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9f712ecb-c955-49d1-a521-300dd2a6126e)) - (fp_line (start 1.4 2.55) (end 1.4 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f5b08a2-6095-4703-a5db-c9683a569e49)) - (fp_line (start 1.44 -1.04) (end 1.44 -2.543) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 29ed2adf-a788-4eb7-bb8c-d6282f59a7bb)) - (fp_line (start 1.44 2.543) (end 1.44 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d67f345a-a5da-46f8-9a39-7e798ea3f6ae)) - (fp_line (start 1.48 -1.04) (end 1.48 -2.536) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 76d13dfa-1a1b-4657-a0a6-69636066801b)) - (fp_line (start 1.48 2.536) (end 1.48 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c5ec9526-e2f5-4c00-b2c1-8afc049b1c6f)) - (fp_line (start 1.52 -1.04) (end 1.52 -2.528) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 887ee764-0f8f-4c1d-81e6-691874f2e0c7)) - (fp_line (start 1.52 2.528) (end 1.52 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 14f7c09a-4138-449f-a26e-9fd7ac62fa4f)) - (fp_line (start 1.56 -1.04) (end 1.56 -2.52) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9a1c0c8d-98ef-45f4-ab51-0d5a2893c918)) - (fp_line (start 1.56 2.52) (end 1.56 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f4512692-d8e0-426d-b98d-26ac1b41ecd0)) - (fp_line (start 1.6 -1.04) (end 1.6 -2.511) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3a5cf5f7-2b64-4b91-9099-76a7789f4cc9)) - (fp_line (start 1.6 2.511) (end 1.6 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 568afec0-c37f-4f79-9a64-65a9ee719186)) - (fp_line (start 1.64 -1.04) (end 1.64 -2.501) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ecb3ca02-4d33-4090-bd71-7f68c0b64240)) - (fp_line (start 1.64 2.501) (end 1.64 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b237d5c-6743-45c8-8ced-400c53c97640)) - (fp_line (start 1.68 -1.04) (end 1.68 -2.491) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 798e1c13-d0cf-40cb-976f-4a9777447305)) - (fp_line (start 1.68 2.491) (end 1.68 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 15d4f95c-c459-40db-8aec-9abe5c6c6b23)) - (fp_line (start 1.721 -1.04) (end 1.721 -2.48) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4dc48165-d903-425b-947e-425561516c41)) - (fp_line (start 1.721 2.48) (end 1.721 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 460bec95-3f55-4fb7-95fe-215b0af41896)) - (fp_line (start 1.761 -1.04) (end 1.761 -2.468) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b182b6f7-5ee5-49cd-a63e-8fb0207c67bc)) - (fp_line (start 1.761 2.468) (end 1.761 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bd7448d3-ba83-4177-8909-4b92f441edf9)) - (fp_line (start 1.801 -1.04) (end 1.801 -2.455) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp da7a262d-26f8-4892-a8f0-d0dce5661bef)) - (fp_line (start 1.801 2.455) (end 1.801 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ee86b596-3e3b-4f96-870c-9f135afd0ee7)) - (fp_line (start 1.841 -1.04) (end 1.841 -2.442) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4363d8d7-cd82-4f8d-a258-2df0f2e6ea1e)) - (fp_line (start 1.841 2.442) (end 1.841 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fac4c720-7925-40c9-b5bc-04e3d5164c14)) - (fp_line (start 1.881 -1.04) (end 1.881 -2.428) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dfd8a832-da0e-4281-9c9b-1c8f9a00eba0)) - (fp_line (start 1.881 2.428) (end 1.881 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 97125df4-bb28-400b-9ced-27efc90b7ff3)) - (fp_line (start 1.921 -1.04) (end 1.921 -2.414) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 48bd083f-2f63-4924-839e-aec68631fb3a)) - (fp_line (start 1.921 2.414) (end 1.921 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3c7e15a0-d377-44ef-adec-c5a9090ba49d)) - (fp_line (start 1.961 -1.04) (end 1.961 -2.398) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5fc7c9f8-b244-4f87-98e5-0c0b401a6373)) - (fp_line (start 1.961 2.398) (end 1.961 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0403fb5f-2ead-4705-992a-43765d4ae755)) - (fp_line (start 2.001 -1.04) (end 2.001 -2.382) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d0f54710-633c-4bbd-b5d0-b566ee369441)) - (fp_line (start 2.001 2.382) (end 2.001 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 456ed602-f633-4ea6-9455-e65a2e30c6ae)) - (fp_line (start 2.041 -1.04) (end 2.041 -2.365) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 032ead67-24ec-493a-859e-6c28bcf7fa35)) - (fp_line (start 2.041 2.365) (end 2.041 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 40ab78fb-dce6-438d-8cc6-747cebf488c5)) - (fp_line (start 2.081 -1.04) (end 2.081 -2.348) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6566400b-012f-4f3d-a0a2-4330f3baa375)) - (fp_line (start 2.081 2.348) (end 2.081 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cb7703a0-0336-4793-a51f-e3b8185d7ed9)) - (fp_line (start 2.121 -1.04) (end 2.121 -2.329) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 13c5ccd8-2390-4588-bf49-0f7280764746)) - (fp_line (start 2.121 2.329) (end 2.121 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ebcf08ba-0d98-43a1-8929-3c8dacc5484a)) - (fp_line (start 2.161 -1.04) (end 2.161 -2.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1b2a9d3c-ab5d-4e90-b47c-543e4951315f)) - (fp_line (start 2.161 2.31) (end 2.161 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3ca2f5ab-b021-4fea-8940-902f2d51e5f7)) - (fp_line (start 2.201 -1.04) (end 2.201 -2.29) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 66b01133-ae1f-4d4b-b3dc-e5c81dfc27a2)) - (fp_line (start 2.201 2.29) (end 2.201 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1718b117-695b-4e1a-bc0f-f4815c0a3320)) - (fp_line (start 2.241 -1.04) (end 2.241 -2.268) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 72bde40c-6828-4a81-9598-b57cc5b7239b)) - (fp_line (start 2.241 2.268) (end 2.241 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 378c5714-e632-42ad-a2ed-c7d2c9f1a27e)) - (fp_line (start 2.281 -1.04) (end 2.281 -2.247) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 084792d4-1e7e-46cc-8b1a-5b8d3d55fb6a)) - (fp_line (start 2.281 2.247) (end 2.281 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1b906c85-d064-462e-ad11-0d5aa2c735fd)) - (fp_line (start 2.321 -1.04) (end 2.321 -2.224) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9558a75d-7f8d-4bd6-84c8-bba35acc0d98)) - (fp_line (start 2.321 2.224) (end 2.321 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ec5f24ab-c084-4378-b40f-da2b38be4d70)) - (fp_line (start 2.361 -1.04) (end 2.361 -2.2) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 46a108d8-367e-41d1-8316-dce062abd573)) - (fp_line (start 2.361 2.2) (end 2.361 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a9fe509a-d322-4e49-a449-156136ddc358)) - (fp_line (start 2.401 -1.04) (end 2.401 -2.175) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6bafd495-ca93-43cc-9e67-fed042a1216a)) - (fp_line (start 2.401 2.175) (end 2.401 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dbc3cae1-83a1-4f99-b72c-a4ee18acc569)) - (fp_line (start 2.441 -1.04) (end 2.441 -2.149) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b4c07f54-eb9c-4aec-a330-265b3801fc7c)) - (fp_line (start 2.441 2.149) (end 2.441 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 028a9b85-436e-452c-8d93-c91a56588623)) - (fp_line (start 2.481 -1.04) (end 2.481 -2.122) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a5f2362-5f90-4e2c-8e02-335c19d02425)) - (fp_line (start 2.481 2.122) (end 2.481 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp acf0eb95-0488-4144-a7e5-b0f0fee4ad6c)) - (fp_line (start 2.521 -1.04) (end 2.521 -2.095) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 73c1e38b-2d1c-4de1-ae11-ce5af5e1fbb4)) - (fp_line (start 2.521 2.095) (end 2.521 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8c3a2e33-0361-49b1-af0c-c79f5f5519c2)) - (fp_line (start 2.561 -1.04) (end 2.561 -2.065) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c78af82a-981d-4514-8483-84eb3dd89d12)) - (fp_line (start 2.561 2.065) (end 2.561 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aa2ea76a-454b-4d2a-83f3-c34e374711f7)) - (fp_line (start 2.601 -1.04) (end 2.601 -2.035) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 49af9162-fba1-4c1d-8be9-a4401ba81365)) - (fp_line (start 2.601 2.035) (end 2.601 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 20d0fe55-1570-49ea-af61-15381d3bac75)) - (fp_line (start 2.641 -1.04) (end 2.641 -2.004) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9c554bfb-af35-4e2c-a0a5-bcc6c5249ac4)) - (fp_line (start 2.641 2.004) (end 2.641 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 158043ff-1a92-4271-80e1-cb0b56ff80a6)) - (fp_line (start 2.681 -1.04) (end 2.681 -1.971) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0e3bd004-dce3-4419-a195-9fef06c19a75)) - (fp_line (start 2.681 1.971) (end 2.681 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3e4cef8a-83cd-436d-b24b-68e48bcc9d26)) - (fp_line (start 2.721 -1.04) (end 2.721 -1.937) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2cf3aa82-87c8-4336-9c47-199a8877599c)) - (fp_line (start 2.721 1.937) (end 2.721 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96ec8b99-163b-4fa4-b382-7653d78ef4a2)) - (fp_line (start 2.761 -1.04) (end 2.761 -1.901) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7db931f7-20c9-4b9e-80c7-03ecc5c56644)) - (fp_line (start 2.761 1.901) (end 2.761 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b5be544-a6f9-4af1-8ef4-cc524c246f85)) - (fp_line (start 2.801 -1.04) (end 2.801 -1.864) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e27f9266-148f-4d88-9693-21fb3c1e7872)) - (fp_line (start 2.801 1.864) (end 2.801 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5d3a2553-a603-4c63-bf5a-b67fde0de1e1)) - (fp_line (start 2.841 -1.04) (end 2.841 -1.826) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4f444271-0196-410e-bc26-adaf92aaf7d7)) - (fp_line (start 2.841 1.826) (end 2.841 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96d51177-e62c-4207-9d27-572e11c6d3a9)) - (fp_line (start 2.881 -1.04) (end 2.881 -1.785) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1fc760dd-1f57-43a8-bfe1-b5ea58210123)) - (fp_line (start 2.881 1.785) (end 2.881 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c113f71c-35f6-4097-ab74-481ac6be3fc4)) - (fp_line (start 2.921 -1.04) (end 2.921 -1.743) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3282800-f739-4edc-bddc-d95c6a66ef35)) - (fp_line (start 2.921 1.743) (end 2.921 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a93bc06d-81c1-4563-bcd1-5d3db62e2fd1)) - (fp_line (start 2.961 -1.04) (end 2.961 -1.699) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8a11d298-d2a3-46b8-906c-7c309e550c89)) - (fp_line (start 2.961 1.699) (end 2.961 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5fb25855-33c4-4773-b9d0-d6bfe76fd3d0)) - (fp_line (start 3.001 -1.04) (end 3.001 -1.653) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp da45bcf7-fac2-43fb-aaec-a163de946feb)) - (fp_line (start 3.001 1.653) (end 3.001 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6aa1d22d-2f21-4bb3-9a42-d7b75ed1b881)) - (fp_line (start 3.041 1.605) (end 3.041 -1.605) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 22d8ee94-9cf5-49c9-bca1-4430c772be15)) - (fp_line (start 3.081 1.554) (end 3.081 -1.554) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 807ead4e-cfdb-4097-9423-8d149a1501e2)) - (fp_line (start 3.121 1.5) (end 3.121 -1.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b2100e3a-b5e2-4de2-b510-4731a74f2115)) - (fp_line (start 3.161 1.443) (end 3.161 -1.443) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9632db04-3204-4bbb-83f0-2cd479b2a1bf)) - (fp_line (start 3.201 1.383) (end 3.201 -1.383) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5f58a67d-eaac-4a70-86a6-5d65186388c3)) - (fp_line (start 3.241 1.319) (end 3.241 -1.319) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 41833a31-663c-400a-be1f-4994d451b4d5)) - (fp_line (start 3.281 1.251) (end 3.281 -1.251) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b36b3c1b-f5ff-4ed3-a630-5e0230b126a2)) - (fp_line (start 3.321 1.178) (end 3.321 -1.178) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 51497f77-6583-4329-b2bc-08bab1574679)) - (fp_line (start 3.361 1.098) (end 3.361 -1.098) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b5b44503-ee2c-4720-9a23-4bd15fd05f4a)) - (fp_line (start 3.401 1.011) (end 3.401 -1.011) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8dee95e7-190d-442c-9ecd-549991e9b2ad)) - (fp_line (start 3.441 0.915) (end 3.441 -0.915) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0d73cfe1-cd96-4012-b2c7-8031f86a4da4)) - (fp_line (start 3.481 0.805) (end 3.481 -0.805) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4def7268-bb39-4986-a876-4d8295ce2eb2)) - (fp_line (start 3.521 0.677) (end 3.521 -0.677) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 41765687-e15f-431d-b764-7b0a67f073a7)) - (fp_line (start 3.561 0.518) (end 3.561 -0.518) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 14cff5bc-f7fa-453e-b6f4-8ab576425076)) - (fp_line (start 3.601 0.284) (end 3.601 -0.284) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cbc423c6-e2da-483f-8aeb-e0f030fc0657)) - (fp_circle (center 1 0) (end 3.62 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp b6529f50-20a4-4f9b-931e-d188f5a2837a)) - (fp_circle (center 1 0) (end 3.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 8303fa68-163e-4236-a001-e28cb959460c)) - (fp_line (start -1.133605 1.0875) (end -0.633605 1.0875) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5aefb25b-751e-4a55-bf37-ea4f5509232a)) - (fp_line (start -0.883605 1.3375) (end -0.883605 0.8375) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a4dcdc1f-594e-4d37-a87f-f0583176ebeb)) - (fp_circle (center 1 0) (end 3.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 37793236-78f2-4c82-aea5-b7ff3f3983aa)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp d873a642-252b-49bd-9ffe-ec21c9db82d3)) - (pad "2" thru_hole circle (at 2 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 8d9af256-2786-4167-a64b-49fd6e2d0d07)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a95db6) - (at 54.864 53.848 180) - (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/256a07de-8155-4ec9-a4ad-ea17246cf512") - (attr through_hole) - (fp_text reference "C2" (at 0.7112 -3.556) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 72812295-6a4b-438c-9ccd-5d43ffe5a9c2) - ) - (fp_text value "22u" (at 1 -3.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d0bfa3bd-c472-4a3a-94de-2e58ac6805df) - ) - (fp_text user "${REFERENCE}" (at 1 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 20b06736-08c2-43c0-bf1b-d7a41d2003e6) - ) - (fp_line (start -1.804775 1.475) (end -1.304775 1.475) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e12ffca2-2b2a-44f0-8ad2-097a8b678825)) - (fp_line (start -1.554775 1.725) (end -1.554775 1.225) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c018babd-fe41-498d-99ab-a5576449269b)) - (fp_line (start 1 -1.04) (end 1 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b436521f-7245-46d0-b5b7-fa925d76a2ad)) - (fp_line (start 1 2.58) (end 1 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2da4b9a9-27fd-4dfe-9ccb-334e654c4fc2)) - (fp_line (start 1.04 -1.04) (end 1.04 -2.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f7842157-0435-48c0-80c3-5e3481ac00a4)) - (fp_line (start 1.04 2.58) (end 1.04 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b71138a4-4e28-4d76-ac71-e02a94f714c8)) - (fp_line (start 1.08 -1.04) (end 1.08 -2.579) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 25dffb26-c2cf-43bf-b099-33c2444343cd)) - (fp_line (start 1.08 2.579) (end 1.08 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4eed67dd-a5a2-4610-aba5-a7cdba13efd7)) - (fp_line (start 1.12 -1.04) (end 1.12 -2.578) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1c0e7687-c25d-4704-bd59-2a83ea1235b6)) - (fp_line (start 1.12 2.578) (end 1.12 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f558830b-acbc-471d-8f4f-1526d3a34d21)) - (fp_line (start 1.16 -1.04) (end 1.16 -2.576) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 456fbf78-67d0-40c4-913a-38fda6f89f55)) - (fp_line (start 1.16 2.576) (end 1.16 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4b921e1-22bc-4947-b61c-0f9d51978bef)) - (fp_line (start 1.2 -1.04) (end 1.2 -2.573) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 30a5c43c-4a18-4d85-8161-f3918f6371c8)) - (fp_line (start 1.2 2.573) (end 1.2 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f4f3d64c-f439-495e-acd6-02475615f4f8)) - (fp_line (start 1.24 -1.04) (end 1.24 -2.569) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp eebe9016-3305-4e59-acd2-c6e685bf8b0f)) - (fp_line (start 1.24 2.569) (end 1.24 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 269899b7-f996-4203-a378-4db790d549e8)) - (fp_line (start 1.28 -1.04) (end 1.28 -2.565) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 177ff8a3-5e56-4d1c-87ca-e90fe8cfc742)) - (fp_line (start 1.28 2.565) (end 1.28 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f3da946a-43f8-43f8-813b-601bb12ca98a)) - (fp_line (start 1.32 -1.04) (end 1.32 -2.561) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 20cb9d8a-17e3-49ad-ab38-bd38bfeedbcb)) - (fp_line (start 1.32 2.561) (end 1.32 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e0494f5-c247-45d4-9e1c-8b456c21a0f9)) - (fp_line (start 1.36 -1.04) (end 1.36 -2.556) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1496fc41-0fe2-4da0-8d47-e7895fe8be94)) - (fp_line (start 1.36 2.556) (end 1.36 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b815195d-1255-414d-92f9-e5ba4a35d0b0)) - (fp_line (start 1.4 -1.04) (end 1.4 -2.55) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 761ea043-f263-49bf-bd54-0e405e3e368b)) - (fp_line (start 1.4 2.55) (end 1.4 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 176bd9c1-d66d-4c57-8a2b-261824caa1e3)) - (fp_line (start 1.44 -1.04) (end 1.44 -2.543) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a78e39db-90f2-45e0-8af8-9aba51bd6466)) - (fp_line (start 1.44 2.543) (end 1.44 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 04f223dd-87b4-4968-a6d1-76dbae59adfe)) - (fp_line (start 1.48 -1.04) (end 1.48 -2.536) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 430c293b-19f7-4da8-a65e-2e95a0dceb59)) - (fp_line (start 1.48 2.536) (end 1.48 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3626841c-5fc9-4f71-9ae3-ef5c8e043a1a)) - (fp_line (start 1.52 -1.04) (end 1.52 -2.528) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 36aca869-3d39-4754-ae7e-4424dd9b8110)) - (fp_line (start 1.52 2.528) (end 1.52 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 136defe8-9ed0-4ede-a7f3-8307346b3f38)) - (fp_line (start 1.56 -1.04) (end 1.56 -2.52) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 58ff4c94-d4de-4d38-8b97-3e2c503e421b)) - (fp_line (start 1.56 2.52) (end 1.56 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 90a94bbe-33c1-45d9-83a9-a8d0fab08a85)) - (fp_line (start 1.6 -1.04) (end 1.6 -2.511) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dc7e5d0f-f1b3-4fbb-92af-698c096bca39)) - (fp_line (start 1.6 2.511) (end 1.6 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fa04b59e-5ea3-48e1-94f8-f9b18a78b302)) - (fp_line (start 1.64 -1.04) (end 1.64 -2.501) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 315c8e63-7eda-4042-b9f8-0c6ce52f9487)) - (fp_line (start 1.64 2.501) (end 1.64 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a2a83928-a377-41c4-8341-5059bae26c27)) - (fp_line (start 1.68 -1.04) (end 1.68 -2.491) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe9297a2-214c-410f-947b-72c497fdaef9)) - (fp_line (start 1.68 2.491) (end 1.68 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bbcc894c-a8d5-4cbb-8944-872736729e87)) - (fp_line (start 1.721 -1.04) (end 1.721 -2.48) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4ad32d1e-be50-491c-8c79-5910b32ea051)) - (fp_line (start 1.721 2.48) (end 1.721 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 303aca88-9c38-4cc4-a89a-36cb02e22c33)) - (fp_line (start 1.761 -1.04) (end 1.761 -2.468) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0283ff6b-2d2e-40cd-9bbe-1be2015c05ff)) - (fp_line (start 1.761 2.468) (end 1.761 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e894092-4603-4bd9-9a5a-9e514bc0331d)) - (fp_line (start 1.801 -1.04) (end 1.801 -2.455) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp eaeff784-4b92-4197-bdb4-64f2b8f20377)) - (fp_line (start 1.801 2.455) (end 1.801 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c1cef9b0-c089-4d12-b507-2daea156ce5b)) - (fp_line (start 1.841 -1.04) (end 1.841 -2.442) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 00ade706-bfe2-469f-beaf-0de2e763297d)) - (fp_line (start 1.841 2.442) (end 1.841 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9a5f6030-92a4-4515-8589-1192156df5fb)) - (fp_line (start 1.881 -1.04) (end 1.881 -2.428) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b80770cd-08e3-4708-8435-4cd5567e4723)) - (fp_line (start 1.881 2.428) (end 1.881 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 08b1cc15-a34a-4aa9-a932-a04919e3cba3)) - (fp_line (start 1.921 -1.04) (end 1.921 -2.414) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 39cf64e8-b8b6-4f97-8284-a282bc5c2c0c)) - (fp_line (start 1.921 2.414) (end 1.921 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b4260874-378a-4ead-989c-6149cb74369e)) - (fp_line (start 1.961 -1.04) (end 1.961 -2.398) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4f08a1c1-24ae-4d2e-8d63-e5e93aa7d914)) - (fp_line (start 1.961 2.398) (end 1.961 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 59eef4e6-b1d0-49ad-b1cb-6f2b37f03978)) - (fp_line (start 2.001 -1.04) (end 2.001 -2.382) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1b2fe5cd-f378-4ef0-aa09-2496752e675e)) - (fp_line (start 2.001 2.382) (end 2.001 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b1c6d21c-c1eb-44ec-8213-ce0c8af8b98f)) - (fp_line (start 2.041 -1.04) (end 2.041 -2.365) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed5591f0-061f-4151-bbe6-f55ee0ee07e4)) - (fp_line (start 2.041 2.365) (end 2.041 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5122d426-62c3-4601-8cd5-45cc1460b4dd)) - (fp_line (start 2.081 -1.04) (end 2.081 -2.348) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7dc0f2fc-2944-4751-9b42-65a7c50cb7ae)) - (fp_line (start 2.081 2.348) (end 2.081 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp deea4289-bfcf-4be8-9764-0cfc6d747fb5)) - (fp_line (start 2.121 -1.04) (end 2.121 -2.329) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6f857746-912c-4d44-b55b-748d28854b48)) - (fp_line (start 2.121 2.329) (end 2.121 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6df85f57-94d2-4e22-a06f-2ab1eafe410d)) - (fp_line (start 2.161 -1.04) (end 2.161 -2.31) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9ab1b919-3763-46a6-b3e2-7536125fb6db)) - (fp_line (start 2.161 2.31) (end 2.161 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0dd55b62-a9f6-4b51-bda7-261251d5a025)) - (fp_line (start 2.201 -1.04) (end 2.201 -2.29) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 46a47b77-5e06-4ccf-b666-cc9983a617dd)) - (fp_line (start 2.201 2.29) (end 2.201 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9d25934f-fa19-4a99-9926-9dee305ac3e1)) - (fp_line (start 2.241 -1.04) (end 2.241 -2.268) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e92845bf-8dbe-42e1-8cd4-048f1f933c44)) - (fp_line (start 2.241 2.268) (end 2.241 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp be7b79b4-36c8-4f03-87ad-294f72ceabb8)) - (fp_line (start 2.281 -1.04) (end 2.281 -2.247) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8ce62a91-ec84-4b21-8b41-8bd3fe684473)) - (fp_line (start 2.281 2.247) (end 2.281 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 41552380-1c11-4a9f-8d96-c437820469cf)) - (fp_line (start 2.321 -1.04) (end 2.321 -2.224) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 11039d21-02bd-4ec1-b61e-f44d35bb1624)) - (fp_line (start 2.321 2.224) (end 2.321 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9d66c9b0-3edf-4095-af58-5915fac8ef25)) - (fp_line (start 2.361 -1.04) (end 2.361 -2.2) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 693c64f7-ae13-4f38-ac35-ddf72b3327bd)) - (fp_line (start 2.361 2.2) (end 2.361 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d06da7eb-8e81-4c4a-a536-4907ee81e5a0)) - (fp_line (start 2.401 -1.04) (end 2.401 -2.175) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d04af693-adf1-4bb1-a407-4121a1f2790b)) - (fp_line (start 2.401 2.175) (end 2.401 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 37913fda-c930-4054-a607-d5ec711a36ee)) - (fp_line (start 2.441 -1.04) (end 2.441 -2.149) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5fdd52db-0eb6-4bbd-a61f-0b76179c3e17)) - (fp_line (start 2.441 2.149) (end 2.441 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8574d4df-dcd6-49a1-b228-a0ffd66aabde)) - (fp_line (start 2.481 -1.04) (end 2.481 -2.122) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 567824e7-3671-4ab3-9626-4ef5af3fc008)) - (fp_line (start 2.481 2.122) (end 2.481 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3aa73a5a-da75-4b7a-87f5-64cdf5387f82)) - (fp_line (start 2.521 -1.04) (end 2.521 -2.095) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 87d6d3f6-d352-4b64-a64b-7e9c7e6b78a5)) - (fp_line (start 2.521 2.095) (end 2.521 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8e53767-3985-4c83-bcf1-5d10b006c3af)) - (fp_line (start 2.561 -1.04) (end 2.561 -2.065) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4bb66d18-c7ad-4f27-8863-71d6140b63fe)) - (fp_line (start 2.561 2.065) (end 2.561 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fa9c36a1-0bd0-440a-8418-90860bdc18d9)) - (fp_line (start 2.601 -1.04) (end 2.601 -2.035) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b41e8ee-bee3-480a-9e58-076926052458)) - (fp_line (start 2.601 2.035) (end 2.601 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp acefed17-e5dd-48e5-8759-95a98c2a145a)) - (fp_line (start 2.641 -1.04) (end 2.641 -2.004) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dc14fb0b-6755-45d6-bfe4-8fddc22f4501)) - (fp_line (start 2.641 2.004) (end 2.641 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fd0e4217-48d4-4b6c-8863-991333644334)) - (fp_line (start 2.681 -1.04) (end 2.681 -1.971) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9acbdd8a-d081-4e37-a163-1c5d30f109ab)) - (fp_line (start 2.681 1.971) (end 2.681 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 25729303-e9cf-4cd4-b165-3ec442fd38f0)) - (fp_line (start 2.721 -1.04) (end 2.721 -1.937) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 42d1dca8-e666-43c3-a9cb-07fd9236fb4d)) - (fp_line (start 2.721 1.937) (end 2.721 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b5039db5-2286-4ba0-b00d-1466feeaf20e)) - (fp_line (start 2.761 -1.04) (end 2.761 -1.901) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7402179d-da10-433a-b03d-8f8b005acbdc)) - (fp_line (start 2.761 1.901) (end 2.761 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a57a644b-0559-4dd9-8246-4a24a5462320)) - (fp_line (start 2.801 -1.04) (end 2.801 -1.864) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 105c2410-2a4b-4a4e-93d8-9011e43392d1)) - (fp_line (start 2.801 1.864) (end 2.801 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c0b2ce0f-6fc4-4447-9f23-0f25eb727667)) - (fp_line (start 2.841 -1.04) (end 2.841 -1.826) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e086051c-e1a6-47aa-a6f9-1826e507400a)) - (fp_line (start 2.841 1.826) (end 2.841 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3e13b703-4d7a-488c-a71c-dd36f870031d)) - (fp_line (start 2.881 -1.04) (end 2.881 -1.785) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 63c62138-f2b8-4182-9fa6-c6f510557a55)) - (fp_line (start 2.881 1.785) (end 2.881 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 680237b5-5e77-4ed8-a3eb-09d42cc2b562)) - (fp_line (start 2.921 -1.04) (end 2.921 -1.743) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c1fbfd1f-ce43-4283-a602-b5f5375c21a1)) - (fp_line (start 2.921 1.743) (end 2.921 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2d698074-b316-4e20-87f1-0baf9cfc0905)) - (fp_line (start 2.961 -1.04) (end 2.961 -1.699) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 973105e0-8bbf-4ab9-a75f-75569af83da3)) - (fp_line (start 2.961 1.699) (end 2.961 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0cf6c09f-c9fc-4918-a286-506bf8086843)) - (fp_line (start 3.001 -1.04) (end 3.001 -1.653) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b76219bc-1d0c-4506-8af2-ee5016d08ea8)) - (fp_line (start 3.001 1.653) (end 3.001 1.04) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ccc5fdbd-d14f-4e55-94d8-368506d10245)) - (fp_line (start 3.041 1.605) (end 3.041 -1.605) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d45628c-3640-4b2c-94a8-c69e59e73d1f)) - (fp_line (start 3.081 1.554) (end 3.081 -1.554) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a1cdf156-56ae-4459-8999-4990d976e50b)) - (fp_line (start 3.121 1.5) (end 3.121 -1.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 776bb3c8-e70e-47b6-91b7-045262ac3b46)) - (fp_line (start 3.161 1.443) (end 3.161 -1.443) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 37b06760-531a-47e4-9fef-fa2dd40a3345)) - (fp_line (start 3.201 1.383) (end 3.201 -1.383) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ab636d4d-2cc6-40f4-affb-b09ff7cfee00)) - (fp_line (start 3.241 1.319) (end 3.241 -1.319) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3c257a9c-7a14-4728-8e57-959223a5c6cc)) - (fp_line (start 3.281 1.251) (end 3.281 -1.251) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6c810a4e-bcd1-49b7-aef0-d6e7b9383f3d)) - (fp_line (start 3.321 1.178) (end 3.321 -1.178) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 297a9c2e-7f92-45a6-9e30-b82d59a087b3)) - (fp_line (start 3.361 1.098) (end 3.361 -1.098) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5f48e2d5-5ef8-418a-b5d4-975f14891574)) - (fp_line (start 3.401 1.011) (end 3.401 -1.011) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bbbfc53f-9a4b-4a9a-8fe4-8212b9c199a4)) - (fp_line (start 3.441 0.915) (end 3.441 -0.915) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f915b8e2-1689-43c0-a894-3218d21f7172)) - (fp_line (start 3.481 0.805) (end 3.481 -0.805) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b9a96b3f-ae53-4e09-a86e-4bc694987a1d)) - (fp_line (start 3.521 0.677) (end 3.521 -0.677) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a7da1a1e-4c5b-49ee-b396-abe2f009b10e)) - (fp_line (start 3.561 0.518) (end 3.561 -0.518) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e20458e3-1d97-44db-ab8f-c53f2c33bc2f)) - (fp_line (start 3.601 0.284) (end 3.601 -0.284) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7cbb2a7b-b97a-4009-a8df-26daf4a5a550)) - (fp_circle (center 1 0) (end 3.62 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 45dc213d-45ea-4d21-85b2-9253aa952c05)) - (fp_circle (center 1 0) (end 3.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 85a572a1-2110-432d-bc9f-58848a3a3b39)) - (fp_line (start -1.133605 1.0875) (end -0.633605 1.0875) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4fc3554a-bba4-4c2c-b552-a3db3d8dfde0)) - (fp_line (start -0.883605 1.3375) (end -0.883605 0.8375) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37e1e42b-0e5d-4dff-b85b-dfb15b43be36)) - (fp_circle (center 1 0) (end 3.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp d94c0b31-7067-46ca-a5b6-33ed8ea3173b)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 1773e3c4-14de-47b2-aef9-97685bf2877c)) - (pad "2" thru_hole circle (at 2 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp 146d705f-8e76-418b-911e-0981dfd1d0dd)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a95ef9) - (at 85.217 57.277 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Description" "Pin Header IDC, 10 Pos, 2.54mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"J\" model=\"IDC Header\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/00000000-0000-0000-0000-00005fcd165c") - (attr through_hole) - (fp_text reference "J1" (at -4.445 4.9022 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 804a3b8a-cb31-4a45-9057-fd804618ac1c) - ) - (fp_text value "IDC Header" (at 1.27 -16.26 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 52468b11-36a8-48f5-9f8f-7b677fa99c97) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08 180) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 638f6412-6d61-4bd4-91c2-0917165b8936) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2b7c9595-8d7b-4585-b3fe-93021581f3d0)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c0df105d-1890-43e6-b4ed-547038ce717e)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3716cfe0-8e9c-4c93-8999-3a8a858233d0)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cea735e8-db48-44ca-a95b-906f6b27c3b0)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 09847fce-71b9-4040-979d-e31105906b28)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94c164b8-78a1-4d27-bcad-1c006ff0543f)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0f2bfa4d-cb2d-46c3-acf9-0a2455fabf57)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 002de262-5fce-43ae-9b69-a3537a4728b6)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4ed8e93f-391f-4841-a923-e08a4cf84bbd)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6044d00b-536e-413f-b1cd-2f876d102e08)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8b53b0df-c07a-42e4-b029-860c6b33b088)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4a76668-e227-4dea-8b33-0d27ba96f83f)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 769a5912-a548-4988-a0a5-f296ef21e50f)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 17760880-391f-43a1-bd47-d694f0d0e67c)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ce84815d-1493-453e-aea7-1971f227b51c)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 055128a4-3d99-4f36-bf90-cd589f0c11ea)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 955c2880-19e7-466d-83ec-8e8f551472a3)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bb8e9f9f-e5cf-4c06-ac48-b3a263d8be09)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f6ba58d4-3564-4552-a252-02c4473abc0f)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87a71da6-0410-4f6c-9df6-31158461d390)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2a5496a5-1e4b-4bb4-9ce7-aa4c7f6fb293)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35b46042-9511-4f4e-b0fa-da4a14afc0a3)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp de470d32-fc8a-4b9f-b47e-9a4af344707c)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9ce46b88-72cc-426e-9726-4c1646237f80)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3762e960-f45c-4961-876b-6eb48a600fd3)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fb18f7ad-5ceb-4df0-b26f-7acf7db113c1)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5d99e613-231e-43bf-b6f3-f92ad4ca82a9)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 48870300-058f-4c1c-96f2-4d3982673a72)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 028d4cb6-d0a1-4c90-bebb-16a2bc7adb42)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eab5914d-0e6f-4db4-9064-38cf29628f53)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5b3f7147-0e72-4741-82d6-acbf068f7a2a)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bde9b564-d23a-42fb-8e4a-0defc320b481)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 8 "VN") (pinfunction "Pin_1") (pintype "passive") (tstamp bd3d1aba-dbcc-4d67-bb81-88070769485b)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 8 "VN") (pinfunction "Pin_2") (pintype "passive") (tstamp 21b4bf84-de3b-498b-9a7f-c4261fbd4b13)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "VP") (pinfunction "Pin_3") (pintype "passive") (tstamp 2f83bb90-8dba-4efa-835c-9dcb8b662f82)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "VP") (pinfunction "Pin_4") (pintype "passive") (tstamp c8eaf945-ee62-4820-9d09-8044212dad7e)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp 7ccf72f3-bff5-4f64-8313-04ed859269ea)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp 85147265-d38c-4b12-957d-4198fc12b794)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp 8a4e0957-6527-4b25-8b96-33b348da4385)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp a52a43f2-f056-4314-8f07-7bf9fd005c41)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp b526a898-a265-4454-82c1-236bb1b7fc3f)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp 5b1ad139-242a-42c4-822b-12453999a994)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a960bc) - (at 65.278 54.737) - (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005fb443e6") - (attr through_hole) - (fp_text reference "R1" (at -1.905 -0.127 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 206bd339-f33b-4aaf-b3ce-73a3fbf47ff1) - ) - (fp_text value "10" (at 1.27 -1.92) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9da05181-aa0c-4793-9f44-3647fc095854) - ) - (fp_text user "${REFERENCE}" (at 1.27 1.92) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e5ffcdc4-9610-4c5c-9656-880d9db5feee) - ) - (fp_line (start 0.92 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 40e46367-0fd8-48f7-82b7-bfb1caff264c)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp d0ed6e6e-3307-46d6-af41-47c4577b8f51)) - (fp_line (start -1.05 -1.05) (end 3.49 -1.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2388274b-30f6-4c1d-bd8a-758797160d6f)) - (fp_line (start -1.05 1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8dac0839-f868-4fb6-af71-ea860287cfb9)) - (fp_line (start 3.49 -1.05) (end 3.49 1.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 865397bf-26a2-4232-9ebc-af44f11ec8be)) - (fp_line (start 3.49 1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 99227b85-e3c6-4717-928d-985aa1156d6d)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e8275ed7-2f17-4281-b61c-e77d823f8d04)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp b155aa41-312f-4ac7-bda3-86711c9d9f4e)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pintype "passive") (tstamp 502ee9ce-be72-41f5-9129-ec5296b01d7a)) - (pad "2" thru_hole oval (at 2.54 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "VP") (pintype "passive") (tstamp c1e2a755-79d1-4d3f-9d9e-fcc85ec8abee)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a960d3) - (at 65.278 52.324) - (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005fc69bb1") - (attr through_hole) - (fp_text reference "R2" (at -1.905 0 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 03d316bf-7dd2-4447-b4ed-14c75b32ba4d) - ) - (fp_text value "10" (at 1.27 -1.92) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 39ce1d0c-e8e6-4310-a5b9-a716f0d26b8f) - ) - (fp_text user "${REFERENCE}" (at 1.27 1.92) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b25ae05e-f866-41a9-9c4b-276361331ff3) - ) - (fp_line (start 0.92 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d619411d-b4a6-4647-b2c5-ababf544d178)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 3f5c55b3-13a6-4139-a690-03483de31457)) - (fp_line (start -1.05 -1.05) (end 3.49 -1.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aea8c546-2384-4804-84fb-baa27f3f3e1a)) - (fp_line (start -1.05 1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4f98a14c-317e-4370-a926-cfb62d54ee80)) - (fp_line (start 3.49 -1.05) (end 3.49 1.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d8d92d60-4e28-43ac-89d1-f94df85f4afb)) - (fp_line (start 3.49 1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8362fb7b-63e3-40b8-902e-d555c4656bea)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ed051beb-1170-4b2d-83c7-d4b19bb503f6)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 741b81a8-cafe-4db1-b34a-cc0d03a10740)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pintype "passive") (tstamp ed9eb0f1-101b-4e0b-998b-54b36589ada2)) - (pad "2" thru_hole oval (at 2.54 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "VN") (pintype "passive") (tstamp a30d0d72-0594-4010-8f09-3279e0f9e3e7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a960e4) - (at 87.376 78.105 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea413ff") - (attr smd) - (fp_text reference "R3" (at -0.127 -1.778 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5f49fd1b-165e-40ea-b389-fc378be5b0da) - ) - (fp_text value "47k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cdf298be-e3db-475a-8f82-e9b488bd545e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp c35de16c-b7a5-4012-95f8-2827db7688c9) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bdb742b4-3491-4604-b8a7-a84b94c4aac2)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0972be2b-3ed1-4bce-a96c-6bcd646e3e01)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d2ec13bc-a057-4ec9-8629-e8abc389a605)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 877deb30-cb50-42c6-b44b-fdc3c217d40c)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02a28103-ab58-4980-9d9f-54c9d5de4565)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb224ee6-fc55-4eeb-b8f0-d368eca675bd)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ee4d1aa3-fa73-4768-8cd2-e1028613b407)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c170cbaf-6966-4225-80cb-d8e5a7a4b3e8)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e1b741f7-084b-4ba4-9731-84a9597745ba)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d8c5596-ab95-42bb-a0f9-7220b28970f0)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 48 "Net-(J2-PadT)") (pintype "passive") (tstamp 0a5c2abb-a8c9-43d1-8a74-a335c12f3a1f)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 32 "Net-(U2A-+)") (pintype "passive") (tstamp a20b4973-7ccf-4d9d-ab0d-a7aef305da10)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a960f5) - (at 84.074 78.105 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea41944") - (attr smd) - (fp_text reference "R4" (at 0 1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5124bd30-6d8e-48e3-b571-6fef22cc2028) - ) - (fp_text value "47k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2eea9254-ec00-44ee-b50c-17e8a383f64c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 107aee94-d212-411f-9a09-4b51d72d57fa) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 98354cb5-e6ef-4270-b2e8-43d845fe5a30)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8b389c9-b107-4d0f-8723-4d10e1acd977)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7cdc1d1b-06ec-4c77-850a-e0037ec365a0)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1a4a8fb9-308f-4900-9e15-ff7922df82b4)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ddb7a242-4d39-41e0-ae16-626f83d09dfb)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2a8b1ab3-c7a7-439e-b255-a716972ffa08)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5b7bb96d-5d7e-4f48-accf-55cf29e4a393)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 42748c7a-0ed9-4f96-9991-e1467b82a6ea)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 18204aa6-f2a8-42f5-8ff0-3061dccdfd56)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b9fc0604-fceb-471b-b7eb-ce913e185e35)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 32 "Net-(U2A-+)") (pintype "passive") (tstamp 1e8854e8-de70-4ba5-b931-fb985d6229b1)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "GND") (pintype "passive") (tstamp 6aa3e348-f3d9-4b5d-a6a4-30f520fe5bdd)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96106) - (at 87.376 98.395 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea4ed45") - (attr smd) - (fp_text reference "R5" (at -0.097 -1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3417c57d-efd4-4eff-aca8-605ffc4c4852) - ) - (fp_text value "47k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 955011a7-cd1c-4da0-b493-ff1bed24fdf0) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 95caa02f-d8e5-4af0-91df-0da328d36456) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bd3bc940-9f08-4d20-a2fb-e6b0355f2fed)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 72007459-6a6c-4710-934f-c5297d04ae20)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 05e1d0f3-799a-4e09-b86a-a381dd73fd6b)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 11662a85-20a0-4765-94db-a7e94c04ca18)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 137bdb56-d498-4fb1-bb42-29c3ba8fba7b)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d62d1ce1-4f20-4766-965a-797a974ef89e)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d86e4d97-bcc6-4b42-846e-5d359b4df387)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6dbf6993-e563-444d-8b06-d4d5a0ec6639)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ce2f2a7-5f72-4dc0-8bb0-ee718e8c0d33)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b0aa0615-eaee-40b2-bc43-ee7abde72e88)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 49 "Net-(J3-PadT)") (pintype "passive") (tstamp 1947598c-85aa-427f-bd0f-b41c394916af)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "Net-(U3A-+)") (pintype "passive") (tstamp 246a6bef-39a6-4d87-b7ce-48adb83a0c0d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96117) - (at 84.074 98.395 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea4ed4b") - (attr smd) - (fp_text reference "R6" (at -0.157 1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ed7fe5e1-08e2-48d3-a6c7-59c52b3119f0) - ) - (fp_text value "47k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 69843628-c638-4bad-bc68-cf083513378a) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 78799689-45c3-4389-a865-88180c458695) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c1d23c84-bacd-4271-aa7d-d2bb19f17fc9)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bddda3af-1f73-4d26-906c-697aa0feac70)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f396f5cf-c74f-429d-84c5-f57176468a01)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 85eea8f5-8bb6-4c76-9c43-cc9c7e07902a)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4e56ded1-acc9-409d-bfd2-1cc595f66c53)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c20b8126-d19e-44f6-9dbd-cf5242299543)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 567b958f-f78f-43b6-9ae7-885c983c185b)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 444d1e9e-c2f5-4e7b-89b0-a420a536673e)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f3e69853-2ec9-4aac-bc83-e7f59d470d5d)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 52dcfb59-aa67-4f9c-9cdf-149a29c3cb57)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "Net-(U3A-+)") (pintype "passive") (tstamp 51ba6849-50ac-4cfd-ac50-868f2c8542af)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "GND") (pintype "passive") (tstamp 053c196e-6e54-48cc-a10b-52968fccf914)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96128) - (at 87.376 118.745 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea533ff") - (attr smd) - (fp_text reference "R7" (at 0 -1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0272feac-b46d-4560-bb5c-400f7b9d2366) - ) - (fp_text value "47k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3059fb36-5cef-44fd-a352-9bb4f5614202) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 43e958ee-b1ce-4bf3-b463-74d59d980fa6) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0e0dfaa4-ff6d-40ab-9a9d-4aad1d407698)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 185d11c8-1462-4b83-b404-61608a41850c)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a1efa863-8c0f-429b-ad4b-5649068dea1e)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 679fe941-77d6-4704-9917-5bd8efcd490e)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8de597a7-27b7-4e50-bc38-7d16cf6a0edd)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6bb31c37-0575-48e9-9f01-c33deb6afbef)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e5b59812-8100-489e-840e-01af442bd32b)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 020c75fe-6022-43c5-912e-40b7c5ac9b7f)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4097b963-75b1-428d-9398-89ce155d9c7c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7171ee74-8752-4b50-bd37-6cde20bd655a)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 50 "Net-(J4-PadT)") (pintype "passive") (tstamp 88eb8b54-1f9f-4672-985a-f734cba7316f)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 34 "Net-(U4A-+)") (pintype "passive") (tstamp 1a4c3afc-3128-40c7-bec2-5c9d595732f2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96139) - (at 84.074 118.745 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea53405") - (attr smd) - (fp_text reference "R8" (at 0 1.778 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b91727c8-35e8-41b3-ad3d-9042b016d629) - ) - (fp_text value "47k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 70c16cf4-6aaf-4adf-b837-5dba73da5614) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 9cfbd14d-669d-4631-9a23-4cfb1fcc67fc) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8a2a4b02-46d2-4ccb-bebd-ad84adbcaf37)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c2cdb641-65c2-4026-b76a-8bae345782af)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 64d32e89-4074-4099-b5ae-2c2d4b0dd108)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8bd8df99-4d03-4e41-b9f3-22bf462649e0)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bfeac494-4294-468c-9444-8ea56334d36e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e0e385a5-c2f7-4690-8725-9945bc3f8f4c)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 93264294-2996-4949-9ea2-5385fd3351b9)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fbe450d7-56f0-4839-9e7b-160e2a5a8c82)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fe7e88c3-8a85-45b6-a13e-1f2aeac1acbd)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 81353e4c-78bf-4706-9540-5278dc8f00a7)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 34 "Net-(U4A-+)") (pintype "passive") (tstamp d41d43ce-02a1-4716-bb03-b1b7ef17dfba)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "GND") (pintype "passive") (tstamp aa141703-959d-4b3e-a4fd-7ca7490692fd)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a9614a) - (at 87.376 137.765 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea57312") - (attr smd) - (fp_text reference "R9" (at 0.127 -1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6e69ff9e-9ad5-4619-aaf3-6dcfdb81e499) - ) - (fp_text value "47k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e85cd2ab-4d95-4e25-b0ae-d2cb8dac7121) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp b8738fd6-0e97-4244-b091-33bcc8972c21) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4cd8a21-88d8-4e2d-877f-cde083fa32be)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 886f24eb-2c14-4272-8640-f15079cec968)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b97beb15-2720-4338-abb9-cd83d2fac66a)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 86182fcd-4a64-493e-a2d6-d7bc4e7da270)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b7edd62f-35f9-418d-aaa3-be3519387197)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 90947974-7f02-4b9f-bfca-264e91d761dc)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a158b94f-1222-46b1-8fd2-ffc0d44a436d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a82dae29-0aef-465b-bb64-99fe9e7c5872)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ef65292d-9024-4ee7-a775-0ce8a0951489)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ba73f709-5bff-4f9a-afa7-84cf963a8084)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 51 "Net-(J5-PadT)") (pintype "passive") (tstamp d2c87dde-74e6-425d-acbe-6069b203af27)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 35 "Net-(U5A-+)") (pintype "passive") (tstamp eeeb8d87-7922-496a-b4f8-97b34180a839)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a9615b) - (at 84.074 137.765 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea57318") - (attr smd) - (fp_text reference "R10" (at 0 1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 32acc86b-9b1a-4dbb-a3ce-6065debaca79) - ) - (fp_text value "47k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3915922f-d1e8-4b4b-9e8b-e09a1b5d3ffd) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ad5348ed-3510-45a0-a035-814f0d70cde9) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c6d81bdc-bcb7-4eb7-8558-60f819124ce8)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b19716e4-2963-4c79-a8a8-c65f4d1be17e)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 74900304-67ac-4b1a-a3a4-001b640654ea)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5b56aa60-cfe2-40f0-b45c-66cc5caa088a)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 057b0b74-d454-4e0f-9e48-289370f63de3)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a3e6677b-879d-4615-a274-85ef9988e213)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 41eb459e-4092-4512-8dec-f2ad83a6c347)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 52463975-e4f3-4470-99c9-12efa79b5611)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 394e2b48-b3f5-4d49-bc20-c7645687660f)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a1be9a61-81f2-4cad-b53b-0f7f0682f1aa)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 35 "Net-(U5A-+)") (pintype "passive") (tstamp 9db00d1c-34db-4e47-8e07-66fceabffaba)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 1 "GND") (pintype "passive") (tstamp e59dbeec-1be2-4bd5-8d63-b784cbe54448)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a9616c) - (at 76.2 73.66 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea3c7cd") - (attr smd) - (fp_text reference "R11" (at -0.111 -1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 78d6b485-2eae-4062-a96a-7d22cace696b) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ffe5afee-173f-463c-aee7-879c34957728) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp cdfd611c-7ec2-4324-ab27-8ad1b2d640c8) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b03e3180-bb91-4045-9e72-1ea9ae500945)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3b5e4ca4-fb6d-449b-a56c-e0b31f105a14)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e59d2dd0-2916-4c5b-a44a-9ea807f592a7)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 951bbb8c-9757-4a64-a688-2bdb813434a8)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e8a6aa31-5504-41c2-b4c4-f6081bde0a96)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 047eb863-2ba9-42c8-be0d-bf81c50861ef)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4cecce16-ab28-4090-9944-5cb910e47ce2)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 51aa068a-c2ed-48c7-aa4f-b03404b0ca26)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1a82682f-5161-478e-9919-04ec6614de21)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ed1e62c4-2292-49c4-a245-3aa72f01bf8a)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 37 "Net-(U2A--)") (pintype "passive") (tstamp c1c806de-5733-40c3-8c4f-e3cb6f90ac12)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 48 "Net-(J2-PadT)") (pintype "passive") (tstamp 2de1d5c3-ed28-4890-b9cf-df483c65c433)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a9617d) - (at 76.2 93.98 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea4ed3b") - (attr smd) - (fp_text reference "R12" (at 0.254 1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d7432edd-6853-4ec9-8bcc-6c4628eba2d1) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9dabb45d-76ad-40c7-98f1-4d2b640be837) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 2fffc7b5-71e7-4c41-9c63-5ee676eb2f9d) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 222265a2-e5a3-4a3e-80e0-144cfb33bd15)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6a9007c7-bb8f-4ca3-911c-dc97648c48af)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 10725ee0-b7b0-4e1a-be35-0bee1f360a57)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 358ab649-a6af-478d-aee5-4a150f4337fa)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4df9e648-4efd-46bc-81f9-a52606e4495f)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0aa4c0b3-af77-4d5f-bec3-2bad23fd1265)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b787343c-a06e-429b-90a8-7d65760e86e2)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6481aa7e-7162-49b9-812a-eb28eb973088)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a8733df1-8349-4e02-8082-dd6affdf466b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cbecfaed-d467-41b2-8668-77f48cc2c396)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "Net-(U3A--)") (pintype "passive") (tstamp 1e3ed9fe-2889-48fa-b6b5-353b558a892f)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 49 "Net-(J3-PadT)") (pintype "passive") (tstamp b179e28b-873d-404b-88d1-c36860cfd666)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a9618e) - (at 75.946 114.665 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea533f5") - (attr smd) - (fp_text reference "R13" (at -3.3114 -0.0508 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6dac7ab7-337e-4144-88da-08dcb5211423) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 74d38d6a-5d8c-488f-9a15-b4bec4931758) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp b9777a58-b284-4ffa-8538-2ce16c3d55b0) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5c35bd67-6a47-474a-835e-81dd1438df09)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d76dc6fb-1cbd-43a1-ba57-e864a48765f5)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aae7dc9a-4649-44aa-96a6-7ecec57d4754)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d7b03ab9-4bb7-476a-9429-2f40a24d4fbd)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp de4a7262-8478-4636-8418-6690902b320d)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6f62085a-ab1a-44a1-94df-32e2f707a0b7)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp adde3612-a266-4dbf-87bb-db298dfc274e)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5d70a65d-a26e-472d-9cbd-9fd7beaaf2ff)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6d06e957-cfee-40f6-8dd3-a2107e60e896)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 129b0a6c-2b16-4b87-a760-033abd32db7e)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 39 "Net-(U4A--)") (pintype "passive") (tstamp c69889d8-00d7-48ec-8fd8-72ba061a45f6)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 50 "Net-(J4-PadT)") (pintype "passive") (tstamp 05f15692-46c8-4931-81a1-ad45d7212100)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a9619f) - (at 76.2 133.985 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea57308") - (attr smd) - (fp_text reference "R14" (at 0.016 1.439332 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 003ff02f-e0d0-455a-922a-8e456ff8a4f3) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a96ce036-931b-407b-9397-97139375aba9) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 4a25719a-7862-42aa-8420-1aae3269a739) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a7165930-17cc-4a44-afc9-8a267a3a5479)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c8d4837f-0da8-49ac-9d06-32ee777c0687)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4ff5535a-f861-463b-9085-7acdb6621bce)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3e1f8715-d88c-4f23-91ad-a2461e34b5b5)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a6e52187-e823-43c7-8dd1-292c083876c6)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3ed0c890-fdfb-44d4-9c4e-0e78a06c2153)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19034dad-4993-4fe5-9eed-3a651e211eee)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9ee4ce19-45fb-492a-bc79-d0c717a9c8c7)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5224f180-947d-475c-a946-891761ebbe00)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 46c8f6e5-71df-42ac-b6c2-58bd7ef52a41)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 41 "Net-(U5A--)") (pintype "passive") (tstamp 792faa1d-566b-4c86-beee-277b54588b47)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 51 "Net-(J5-PadT)") (pintype "passive") (tstamp 7356a196-6fa8-42ca-85f2-81f45af93a26)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a961b0) - (at 73.025 73.66 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea43020") - (attr smd) - (fp_text reference "R15" (at 0.254 -1.905 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1365854c-d824-49e0-98ce-a9c28f5725e3) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8a9c564a-4873-4165-9c15-90599ddb54ca) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp bc41fd5e-e1f7-4a9f-a838-fddb77cebff7) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0cf22dc6-718d-432a-8773-995c893ba161)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4382d1b5-2d6c-458e-b4de-1f03d86fa6c3)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d9a3ec24-92af-46ae-9dfb-5dbe95d88c43)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7787e7c2-0ec2-4a35-b32d-72be174b2ac1)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 306ae05f-848d-4b88-819e-12490841f729)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 327475af-8ce1-4ba7-bb9c-6ee9834fce69)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ee2ffa3a-b710-49f3-a9fe-3ee49ced2883)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4d04ccb5-1940-42fa-95ea-8e8f1fcbda26)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c4c06ffd-f405-4b48-b5f4-9c8c9bd6c7eb)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d1067757-14a8-47b9-9d94-0d7b3828060e)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 9 "/IN_1") (pintype "passive") (tstamp 1a2685f1-609a-464c-baf9-011ed755a79e)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 37 "Net-(U2A--)") (pintype "passive") (tstamp 13287c7e-00ef-496a-94b7-79166262ae65)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a961c1) - (at 73.025 93.98 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea4ed5e") - (attr smd) - (fp_text reference "R16" (at 0 -1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp abeec3c6-8e0d-4213-bdd8-4f7e8440e472) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a7a6dd19-029d-4b06-a033-fd946a6185a7) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 4e40cac5-1844-46de-a1e9-7e3a8f8f9f3b) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e7038852-4416-4c73-8cdd-1d405f54bf67)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5293b2ee-cfa7-4549-bbf5-bc54dc4f706f)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 79a5cd31-1b03-4ece-8bcb-8ccc7648163c)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d97d5f01-c5fe-4698-b462-4b90e39f764a)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ba84015f-11d1-4bb2-b41d-a28d630fddee)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 14d61f07-4dd1-421c-b353-402debc3f812)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 57377ce7-f858-4ff9-9534-53cec466cefa)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d8d30300-e3dc-4892-ab85-fa677b984600)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e29f5824-ccc5-4143-ae9e-fe52a6b3d546)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e35647d-2838-44a7-a19b-9b206e7eaa3d)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 10 "/IN_2") (pintype "passive") (tstamp c52e7334-0109-40d7-8ba2-0c11bb747f6c)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "Net-(U3A--)") (pintype "passive") (tstamp 2b8fc4b1-9e83-4b06-8793-6ace37f17f0a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a961d2) - (at 73.025 114.665 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea53418") - (attr smd) - (fp_text reference "R17" (at 0.4666 -1.8542 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2348df88-b484-4d5f-afed-88758bea7bd8) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ee260e47-4c20-4e9f-a429-a9ebee02a648) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 7b0796b1-1866-4bb2-8496-38e3476a7074) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 45848b7b-4df2-4e2c-a326-54c64365c3a9)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8bf2882c-6f55-401e-8806-caf03f2e9f4f)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 06142747-3dd6-45bd-9983-2995fcbc8a3d)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d46758dc-2751-4b04-a3f1-185945eb6fe7)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e8354798-3985-499c-8b32-d5b01106d305)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aba198bd-ec11-4648-a797-d930bc6a3f34)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d4339a30-9532-4a8e-896d-c8eb65b3723a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8bc15e2d-f258-4e03-80cd-704d11176d44)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ce11270-21ed-46b1-8c77-4efc2e666901)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4980d1ed-659c-4c9c-b738-a811d6c87628)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 11 "/IN_3") (pintype "passive") (tstamp 41bc3c50-6363-4188-81cf-70bd35abc53a)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 39 "Net-(U4A--)") (pintype "passive") (tstamp cca83346-38f4-411d-a3c1-733a3c1e5640)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a961e3) - (at 73.025 133.985 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea5732b") - (attr smd) - (fp_text reference "R18" (at 0.0795 -1.7145 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2e308690-cc7f-4416-90db-e60d6d50ef25) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 088d6283-f4e1-44c2-b63c-8a157be252ed) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 2c6453d5-a8ba-4207-8a40-bf929002bf80) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ef18098a-6ef1-454f-80da-1b3d35195e9e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4f6a99c6-c39f-4e30-bc36-ed3e6de05645)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 24aa70d4-16a3-487d-9193-9efe7b534190)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7bc98ca8-1074-4ee2-b337-7305ab2e77b2)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 605f37c8-5168-4508-9d78-78239af4fd26)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d2772e27-122a-411b-9a40-a724a9bd1118)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b7dc8a34-0e14-4f65-8b54-89441ad713b0)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d0d5f67-8787-46aa-8d14-53db44e153a2)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4f8e3e35-764f-4c2c-b8cf-c73beff53d9f)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 07e28f3a-e45f-4d92-a1b5-1a99b09ce994)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 12 "/IN_4") (pintype "passive") (tstamp c520155a-4134-42c3-97f4-a927d4ee7eca)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 41 "Net-(U5A--)") (pintype "passive") (tstamp 1f371ffa-037a-49ec-91f7-cad9f51d4f65)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a961f4) - (at 70.485 76.835 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005d7bf067") - (attr smd) - (fp_text reference "R19" (at 0 1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b01dcdf0-c5fc-4609-ab84-3150df93469b) - ) - (fp_text value "1k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 64233d34-b48a-4822-99ae-e68f40ddba5b) - ) - (fp_text user "${REFERENCE}" (at 0 0 270) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 2e259b18-c0f1-4c73-9d7d-ba0210921228) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 69f337c4-26b1-4086-9997-3c12cb7061fd)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f613ce2b-b0a7-436c-81cd-1943e70d3cbe)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 946df53b-18fc-4a41-ab93-75a6c1178d62)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 644e9fc8-c1f3-487b-88e5-0b68ca74b7c6)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 697070e2-bb8f-4b24-9052-57d75100d6ce)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3a503a8c-4cbd-4e11-9f34-4182a8236bb4)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 358bdc26-4e31-4dd9-8048-d3a68541a2d0)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 892986a5-2a9f-404b-af1f-ff54ba05d93f)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a32b1a2a-1be7-4641-863a-a0bc99f8d758)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5400f2da-b356-44cc-a87e-00cf5479d223)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 9 "/IN_1") (pintype "passive") (tstamp 2090df11-c03f-4d97-ab07-67a0fc75ac12)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 14 "Net-(J6-PadT)") (pintype "passive") (tstamp 1380159b-008f-4d49-953a-e2a47d20d883)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96205) - (at 70.485 97.155 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea6dfa9") - (attr smd) - (fp_text reference "R20" (at 0 1.905 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b472c75e-9a41-4fee-b1d7-e5339a486d37) - ) - (fp_text value "1k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d9b8b24c-a3b3-4065-a93e-724307db6b3d) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp f84a9d00-ce03-4647-a588-d6bb9562a048) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b4168102-a151-414f-b568-bdcdb0a54abf)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 832b97b7-4c82-4ebe-abe5-0588e5ed347f)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e92c9804-c873-4c8f-a02f-5ecb8cf99188)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 614bdc14-f1d7-453e-829f-2efc50e46fb5)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a702aded-153c-4987-871e-9841ecd32506)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f6607377-8bd1-4122-9733-82465a23ff30)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7e1b1284-d512-4521-a9d3-9dd3151bd032)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7a911054-5ac6-4a96-a331-018d6bd20b74)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 74977fc6-c585-4cf1-9fa9-7de536f72a3f)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d6004633-7bc8-4e6c-b6c1-c37654e38b57)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 10 "/IN_2") (pintype "passive") (tstamp 58101053-76e9-4bc2-9158-a91e680f857e)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 16 "Net-(J7-PadT)") (pintype "passive") (tstamp fe2d93af-b209-49df-8059-8ede3b633a2e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96216) - (at 70.485 117.475 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea70009") - (attr smd) - (fp_text reference "R21" (at -0.635 1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fd629175-f66b-458b-ab14-c5529c8b42d3) - ) - (fp_text value "1k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp aacfd7f3-62cb-445f-bbd5-b2c7600a8630) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0f9f63c5-73c4-4b94-927a-a74d8ac3ea88) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d72cf3cd-0cc9-41f7-a43b-d8edb095abad)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed1fa6ef-a1f9-4648-b52c-d2a50a0c9435)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 376c899a-c25c-46a8-92bf-eb68a9cca9c4)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b0acd2d-173f-4646-ae61-917815670714)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 151e8847-72da-4d47-a005-e5481bbca1d0)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d51b3210-3268-477e-80ae-7309709eae82)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cd9355b9-7a22-483d-beb8-da7d494b557f)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 69b219c3-27b4-4017-87f4-b93e1d38918a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 830ce86e-3d14-4001-b7c1-af0386deee10)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 444367e6-fd74-4295-925e-58c4f9f1f3b5)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 11 "/IN_3") (pintype "passive") (tstamp ad7df406-6fb5-4b0a-8e50-567dc26c0175)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 18 "Net-(J8-PadT)") (pintype "passive") (tstamp 52c41e41-9371-4a17-aa36-2469137f66a3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96227) - (at 70.485 137.16 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea71fc0") - (attr smd) - (fp_text reference "R22" (at 0 1.651 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 08a397d6-5fa4-4b62-a3ce-36bc07d84585) - ) - (fp_text value "1k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 00460ce2-8ab7-4eaa-b445-0b4ee6507fac) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 10c5f92b-1aa4-4df5-ac5b-f91c87a8ed09) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 567dc6cd-0a48-4c89-9db6-882ac6f4021e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f6a7532a-3dec-4c29-abba-c97b14f25112)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0807a44d-f57b-41f6-9145-b53178617413)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 15c79439-e23a-4604-95d7-94dd2fd9864b)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 27138206-45fc-43f7-8c2f-44814844fd51)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 78208876-5136-4596-91a2-dde20b732940)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e8a092e-edab-4bd3-bd2d-af74ead7f96d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cbf645f4-c9a0-4c7d-9f62-65e7b5462d81)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6cf0ccf5-f077-43d7-b975-3f15f1044839)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 41f10540-bdd5-44b2-8d5a-25b5e5d9fbf5)) - (pad "1" smd roundrect (at -1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 12 "/IN_4") (pintype "passive") (tstamp 02bc1401-300b-40bf-bb22-16d92c428b3e)) - (pad "2" smd roundrect (at 1 0 90) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 20 "Net-(J9-PadT)") (pintype "passive") (tstamp ae667e7c-cdc3-4e93-a664-bacdc3fc92df)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96249) - (at 53.975 142.337 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea80356") - (attr smd) - (fp_text reference "R24" (at 0 1.651 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c336d954-d08f-4a6e-a560-4db00a5ab552) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fb33c01f-f64e-4e76-969b-a8a24eb9ee30) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp caab7b81-41c6-463c-b4d1-9c1cf499b129) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2952a024-80b4-439b-957e-2cfb697915b9)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 22fe1d06-2c19-4c14-b91c-c45d00c40cd0)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 36ea8ff3-cca0-438f-b716-42e4dfdbdca5)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 171312ae-1adb-4798-89a7-d680d2469bb3)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9abc85a9-0619-43a7-97f2-c22d2e5ce854)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c6ca4f5a-e6c8-4040-86f8-bd1ee5c221e5)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d2f6ee11-5f0f-4284-b1e6-d036037a7f18)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a3c317e0-c538-41f4-a414-6632b369e2ff)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d78a7200-f181-49ce-ade9-638819dba819)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 83d3a048-1e18-40e0-b067-d0dec1a36280)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 13 "/MIX_1") (pintype "passive") (tstamp 30b5c34e-bf78-44c2-938a-c2218438cecb)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 5 "Net-(U7A--)") (pintype "passive") (tstamp 09db00c6-2a55-4704-a4f9-5c2d3c20799d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a9625a) - (at 57.1108 142.337 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea801e7") - (attr smd) - (fp_text reference "R25" (at 0 1.48475 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 854a2314-b493-4871-ae1c-2d837f52dc97) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c6c266e4-2a8a-49ac-9589-ca08601b01be) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp b5c53cb4-677a-4b66-a1c0-14dcf8cb17fa) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 11b708e0-a685-452b-8a58-9db43ff69ea1)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a9039520-4654-4104-9259-aaf1bd927db9)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 935e92e9-d098-4eaa-9f3e-173296f9bafb)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca8760eb-b916-45b3-a51f-61a7ddfba640)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 51c00f70-e226-4263-81a4-faf17a4c540a)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7894c292-9c0c-4be7-a4a9-e294edf8611b)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 467ec35c-458c-4f8d-8e9a-16c397c4204a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 60589f7e-2b42-46c4-9650-f1635f63e061)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e24bd97f-501a-4531-9888-3980e8aec5a9)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c306a7b6-90ac-4ebc-a558-a13181403df2)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 15 "/MIX_2") (pintype "passive") (tstamp c29ef8eb-af09-4005-a808-43a8f7a9c424)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 5 "Net-(U7A--)") (pintype "passive") (tstamp 197ca831-6e16-46f6-ab89-5e72bcc9c33c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a9626b) - (at 60.2465 142.337 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea7ff72") - (attr smd) - (fp_text reference "R26" (at 0 1.5725 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e8b7680e-2bce-40e3-982a-ea31099e855c) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dd273c01-3bf8-46f6-994c-ac9081ac9a2c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ef67fce0-79b1-4637-b509-1dd3998b7bda) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 12c62d5e-691b-4ca7-9b9a-aa06680f4d31)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f3b46cd6-cc2a-4a79-9f1a-d9e8037c3357)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2746b8f6-3b53-4f84-b291-dc19b43926cd)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ad7c42c5-65cb-461e-9dc8-7c88176d98dc)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ae030ed-ee85-4bff-ac7f-f0366b27a44f)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 056a49db-86e3-48cd-8d11-43c9f57f58f2)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7ba3329c-b3bf-4811-93b4-447894959e60)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d2c13e7-bd8a-46a6-b2e6-7cfe1a50200b)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ed6170c-21ad-47e9-a115-93a614da17ed)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a01496d4-6d6c-4a63-8057-a3c113507114)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 17 "/MIX_3") (pintype "passive") (tstamp a0ec8228-15b8-42a5-86b5-1dfb8b85830a)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 5 "Net-(U7A--)") (pintype "passive") (tstamp 3aebd808-331d-4a6a-bb62-8e3c5488ce5c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a9627c) - (at 63.3822 142.337 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea7fb33") - (attr smd) - (fp_text reference "R27" (at 0 1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 61b74a14-b12c-4cf0-b90f-0ea47ebc13f1) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 62f2b6af-6d88-4674-97ca-e518a8df076f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 1c7114ea-56cb-407c-9019-a009749ed22b) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0377b58d-6c21-414b-8548-012a2b8457d7)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4b5aaaa3-5093-414f-9592-1b35171a880f)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4122d1fa-c732-4f81-9de5-70ebfeb52ea1)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7de1973a-92db-45c2-b9d6-82c9021f7fb4)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e6f36a88-fe67-47d3-8279-2d3cd15846f4)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e599fbba-9e87-4e39-b92f-1e9369b61623)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 338d9d64-fe45-4854-89c4-cb46151aaec2)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aba44be5-ea44-4be9-ab5c-b3706ed891e8)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5a2df95f-ee8b-4c74-965b-11bf7c5fe88e)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 58a46403-0c97-4d0f-8f3a-3e1438447ef7)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 19 "/MIX_4") (pintype "passive") (tstamp a2274c0c-e7d6-429a-8591-7bd3b351a2be)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 5 "Net-(U7A--)") (pintype "passive") (tstamp a15b9166-d65e-4daa-8077-73918e4750ad)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a962c0) - (at 57.277 148.844 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea8beb9") - (attr smd) - (fp_text reference "R31" (at 0 1.397 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cb2ab6ba-4d43-4243-b6a3-04eb5002abb6) - ) - (fp_text value "100k" (at 0 -1.65 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp da8aefa8-add3-415d-aea8-4a0fde9c06bb) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 8083a06a-e73b-42f8-aed2-c21576107f86) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b4d9d93e-e417-45ca-bfdc-dc2c6f77f794)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 12f94a3d-63d6-4911-87e8-ba3b9e10980b)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7da84b0c-c322-4221-bc61-4f74832755c0)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f3211b1b-34e7-475b-a6fb-f049161126c3)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2a3df341-9608-4e56-9cb7-0a4c2c38364c)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a9941372-b6ca-4c6b-9634-57d3b191e0db)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9e1ba6d9-fd01-4f8d-893d-8aac37635637)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 25cd0171-45a2-45ec-8695-8f406e6d8b0f)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ef2b563-4af5-429f-8e11-088ea7264072)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 34093c04-e40a-4994-ae13-24b5607fc847)) - (pad "1" smd roundrect (at -1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 5 "Net-(U7A--)") (pintype "passive") (tstamp bec62e42-beb4-4e61-bc66-c96e434ed7d5)) - (pad "2" smd roundrect (at 1 0 270) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 36 "Net-(C10-Pad1)") (pintype "passive") (tstamp e2cc70a6-66a1-4ead-b064-bba006b1d672)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a962e2) - (at 69.215 146.812 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ebe3954") - (attr smd) - (fp_text reference "R33" (at 0 1.524) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a5503f68-412c-40c5-a151-3230f4fe9836) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8341d0f9-cfb7-4f0b-8a92-7b19a8dc999a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 8e7d2809-0cba-4021-a6a0-d560c6368583) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 70ef60e7-922a-4aa0-8ee7-d673833631dc)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 227fe95e-dc9a-454f-beed-3179ca0f7ec8)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 374cdc88-fd5f-4c8c-a357-33c491fa86da)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 10935377-5d6c-45d6-a60d-d0ce118bcb23)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 30ef9c50-f423-41c0-a602-e70690088680)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9699de71-a6f3-45b4-832e-543018b48558)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aa083d3c-dfb0-4816-9538-9a3ecaf9a3d8)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 135aa26f-0639-4b5b-a0b2-685e2931ca37)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b085a730-0f25-49cc-944e-74cbe6fb3734)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1b42b457-1ef3-4973-8adc-f43de6c57c90)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 36 "Net-(C10-Pad1)") (pintype "passive") (tstamp 80b36e68-ac57-4f73-a2fb-b7aa4cb4d225)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 4 "Net-(U7B--)") (pintype "passive") (tstamp a3afe41d-84f6-4a6e-8823-dbd66d1d731f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96315) - (at 69.215 150.114) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ebeef1c") - (attr smd) - (fp_text reference "R36" (at 0 -1.524) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 28bef2e0-91b3-4b20-af37-9b2526262263) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cc96cc54-73d3-44e1-be30-4f198fbf57c4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 794970f8-f0a2-412d-9535-4a3a146cec52) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 08111d85-cc0f-4a75-927e-8ac4854a497e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9c209ee8-8af5-4eda-b9d9-2331f2a43d6d)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f6ca550c-30c8-4772-8d83-3719f3cc0514)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp be9c92c9-ff66-4316-877b-15a9388994b8)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 57b9b89f-0b11-411a-9f3c-3e5cc37ec59b)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 88a87695-1756-4628-8349-5c2f0681e911)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 12ee5630-7fa9-4177-a55b-8d80bc22030f)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a30d3ca0-f63a-42bf-a06f-6200aa1de8db)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 72daac28-4ddc-4099-8ebd-bbded7f68fb4)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ddb76350-9fc1-42d6-863b-cd40e86a5ca8)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 4 "Net-(U7B--)") (pintype "passive") (tstamp d027fe8d-c125-44d9-9666-9e7f123f0100)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 25 "/OUT") (pintype "passive") (tstamp efab029e-5f1a-411d-a515-0666ecc8f42b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060a96348) - (at 77.216 152.146) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-00005ea91ee2") - (attr smd) - (fp_text reference "R39" (at 0 -1.524) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp eedd95a4-736f-462a-a951-689629534574) - ) - (fp_text value "1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1e4931b9-1889-4e63-b310-34ef8003e588) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 68946b0c-7adf-4d20-bec9-ed8b3c7c98fb) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bfa6c5f6-adf0-48cb-9167-51e291c8efed)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 087f7689-346e-44b7-9dbc-13f21dea957e)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 04413f83-e032-417d-92c3-96b2a1306dae)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2405b6c3-e4fa-4933-b4f8-2b34ed475e32)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 413cbe90-533b-4b96-bc88-819bb807841e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dc632fc1-e595-49ab-bf84-373ecce48c93)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7782d72d-d35c-49c4-b1f4-2897c270b7f4)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a4724157-5e88-403b-9922-d8bbeb2241b5)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db4a31b8-f4b0-4d3a-a714-b4a2fbc4361f)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cfffd6e2-8e52-4dc5-b15d-1bf0b9412273)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 25 "/OUT") (pintype "passive") (tstamp c81dfbcf-5ac8-4968-a61c-e5924fb6f21d)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 21 "Net-(J10-PadT)") (pintype "passive") (tstamp f8194a40-6ee9-45e2-a45f-9194d5792271)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060aa6f47) - (at 70.485 101.6 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e1807e6") - (attr smd) - (fp_text reference "C3" (at 0 1.905 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 821bc271-7fd2-49ab-90fb-57e570da40db) - ) - (fp_text value "0.1u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1ff0870d-4af6-4ac5-982c-267050f09a8a) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 20c5a7d2-fc25-433b-a062-a63b7e7909f7) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0db3a9bf-c53f-4506-a8a3-1ced59c25512)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0e8ebda5-4dd7-47d0-ad80-d32c6265993e)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 30f79927-8e1c-48f2-8566-86f9fcd62a58)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 688014d9-cb14-4148-84f3-6cd67e992d63)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0922aefe-a80c-41a3-9771-722fca6eeece)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a461127b-cdaf-492d-b0a4-528031b9cfa8)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 565532dd-37a1-4dd0-8f4f-590ab7767a89)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3a744401-0ec0-4b7d-b668-f01bbc0457a9)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f413d860-70c4-4e4b-9b24-66c286a0a7f5)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ff4ef8d3-f0e5-4140-b755-db0ba0b1140f)) - (pad "1" smd roundrect (at -1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "+15V") (pintype "passive") (tstamp 3f2dfb23-424a-4763-a404-da2adce633f4)) - (pad "2" smd roundrect (at 1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp 21cfb964-c593-41ed-9978-54d6a64aa970)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060aa6f58) - (at 80.518 98.425 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e1807ec") - (attr smd) - (fp_text reference "C4" (at 0.127 -1.778 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 42113913-045e-4b21-8644-b49990ba08b9) - ) - (fp_text value "0.1u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bc620ffc-83c0-4eee-ba0f-b2040a03e421) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp cbe24f9a-f534-4354-90f6-718489c87165) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 34a5eb5d-97d8-43af-91d9-3ebe88add06d)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b242e540-00e8-400d-9f46-7a5f3966863a)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 317474cb-1288-45ce-9aba-2a23c635b390)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 61ac0df3-5207-4449-93ad-4225dea0230b)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 96c75402-d81f-4c25-bf02-21e35f876e68)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c340f9f6-0d12-4ef7-9410-2c8d938bf4b7)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 70d43bf5-996d-4ff6-ac93-7c4e8bf121ee)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bfb1b672-dee8-43ac-b2a5-f629dc19b8da)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3756b1ef-7752-494d-a5b3-74de5cb799f9)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7331aac5-e7f3-455e-95ea-c58acd76b4f0)) - (pad "1" smd roundrect (at -1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp 2341261e-36b3-45e0-9af0-55a970c1c524)) - (pad "2" smd roundrect (at 1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 3 "-15V") (pintype "passive") (tstamp 1df1820a-08cf-4fc0-ae09-49a7087d7cc4)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060aa6f69) - (at 64.516 152.4 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e180800") - (attr smd) - (fp_text reference "C5" (at 0.0215 -1.524 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2649f35d-4652-42e7-a1ca-777fb878f9ac) - ) - (fp_text value "0.1u" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dc7c265b-9a5b-4a31-a6d7-c4a9d3d35809) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ca6e21c0-b2e1-4e70-8cc6-f73957d04b86) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f2c49365-2f70-4d95-b572-d6f1e9bb9a8a)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 18b321d6-349d-4bf4-a648-c4cbea60ff51)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp faf55df6-dd1f-4d73-abd1-857c304374e3)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cef460a0-b18e-4374-81a5-4b937366bc93)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e7d1dda2-63b7-420f-8f94-8ba3058a05e4)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b0c1a3ec-8d73-40cb-8d8b-9f2aedcbffec)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c9f66990-4d36-4797-8a06-994b16b8a73a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ddc42608-9b0c-43c3-8050-c57c94d5beba)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 711e623b-c6ff-4b77-843c-5b5e01a05cd8)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 73ec1927-39e7-46f5-a6bc-603bb5e7975e)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "+15V") (pintype "passive") (tstamp 9aeeda39-3680-469a-a3fc-db87d5975bf6)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp abf864a0-b5f6-4e30-8485-3f6dcfc2492e)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060aa6f7a) - (at 66.548 142.367 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005e180806") - (attr smd) - (fp_text reference "C6" (at 0 1.524 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 89faf729-af0b-4ce3-8aa6-ad97f32e988a) - ) - (fp_text value "0.1u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c9397b64-29d0-4d10-8af6-c74294aaae46) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ddeaed52-5590-437c-9c58-044753f18446) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e536adfb-fd95-4bd7-a581-fea5624b878c)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ff71f86d-74d7-4aac-8201-be36d3f91ea0)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5fde1c65-6a6a-487c-8b73-9bed9ba723d7)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a415d195-011f-4928-ae6e-9551b8adb296)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0dba4ad4-26fb-4659-844c-48e9340a8b03)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5fa96831-eadd-44d9-8cbb-09b29ec859e2)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b90104d0-429f-4b1a-8ba6-68573ba88049)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9e510f33-a16f-4903-a041-be47e4dbf224)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 71e40405-ff91-45be-ba89-48b38faa5893)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 008e9b32-30fc-4e05-882c-f959638b9e87)) - (pad "1" smd roundrect (at -1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp 4aa55a41-7fb2-4ade-ab28-68086f16971c)) - (pad "2" smd roundrect (at 1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 3 "-15V") (pintype "passive") (tstamp 98a096c1-ed02-4cc6-88a4-1646b8625544)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060aa6f8b) - (at 70.485 141.605 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005ec3e5c8") - (attr smd) - (fp_text reference "C7" (at 0.127 1.651 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 35c97b23-82a2-4f04-b98d-cc7c958c9049) - ) - (fp_text value "0.1u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5256df70-6fab-450a-8a0e-8c712098bc57) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 6cd58a08-cf81-4ddd-9973-4067b52e41e4) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 16b27568-8e4a-4c8f-905e-5b5d8d056053)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 919bcd3d-4c3a-4988-a079-ea89e093a1ac)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7b87b5a0-b415-4096-b444-3cff90d73cff)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 89504311-421c-41ea-b01e-fd0bcc86334c)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2030120a-5656-43fe-ae5d-aee3e2159808)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cfda712a-e96a-416e-9224-d7ac38ff3f98)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 076bd99b-1771-4f35-93b3-49b5ffbbf8cb)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp af7d39a4-927c-42db-9eb1-80a737934376)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4190a26f-869c-4450-80a9-d062039dfb7c)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bef30617-09e4-4e4e-9668-ebda149b523b)) - (pad "1" smd roundrect (at -1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "+15V") (pintype "passive") (tstamp 29937387-abe1-484c-a2b5-1b285a788c2a)) - (pad "2" smd roundrect (at 1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp 640831ea-3262-4d66-9b33-6644b9463d4a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000060aa6f9c) - (at 80.518 137.795 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00005ec3e5ce") - (attr smd) - (fp_text reference "C8" (at 0.127 -1.778 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8d30e1fa-3a54-4b2b-b106-a7ea7d184787) - ) - (fp_text value "0.1u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 73e0b7c9-222f-4102-b8be-ef33dd35e7e4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 73890e3e-0e2d-4f8d-a860-ac877ae6b046) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 997a54fb-9857-4005-9ed8-cf81aa6998fa)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4a0d066-ab7d-4e91-8da1-f123557f9566)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5b2d413d-4f74-409c-b497-ce87c2fb0dc0)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 24402026-bcf2-4f68-9635-49f688b82b4e)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b9fb0ffd-5578-4415-8fa4-87f0748983bc)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3d5a226c-0d50-417a-a076-f8e53332d744)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c8f960aa-9c02-447a-9e67-abc688462c9d)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 22409fda-95a9-4306-a73c-fec7551fe7e1)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 79504d74-cacf-4a98-bac3-6ccfc903e943)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5682df64-f41a-418f-942b-1c802ed01e91)) - (pad "1" smd roundrect (at -1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp 93ce56e2-460a-4afb-99f9-2905fd391b96)) - (pad "2" smd roundrect (at 1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 3 "-15V") (pintype "passive") (tstamp 29042fd8-d2d3-4930-9a75-1ae0b12652a9)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006101b929) - (at 53.975 148.844 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-00006102d371") - (attr smd) - (fp_text reference "C10" (at 0 -1.651 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 15e216ad-a71e-45d3-935c-304bcbd16582) - ) - (fp_text value "100p" (at 0 -1.68 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c66dbce0-76ea-4bb1-a801-8bc93b0e4533) - ) - (fp_text user "${REFERENCE}" (at 0 0 270) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 05d5480f-173f-44d6-a9e8-b816b28dd658) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 97de720a-dfdb-4b6f-91e7-ef528b442b7d)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 061daad9-c27d-4481-b6f8-36dfcb94bb12)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8091070e-cdfb-47f5-ba14-360bcd61756e)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b71ef3b-3152-446b-ae9a-6cc5f375b718)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02d604ba-288c-4515-a213-e74630bf9cfd)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 191302d9-e68c-40ed-936b-412e836abd9f)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2b08cc46-1ccb-4d29-9615-a1345df1385e)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c70c12f8-9dd3-4671-8221-f1ac4e283bb6)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b3a929e8-1361-43f6-9473-143b2e862d35)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 422746ad-abc8-4e8a-ad9a-7a35a3cdc33e)) - (pad "1" smd roundrect (at -1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 36 "Net-(C10-Pad1)") (pintype "passive") (tstamp 6f985384-3ae0-41ec-9752-278456ecc413)) - (pad "2" smd roundrect (at 1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 5 "Net-(U7A--)") (pintype "passive") (tstamp 0ca87f06-d6a3-4d90-b59c-d566e097f9ec)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3af1d) - (at 70.485 81.28 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0ef5") - (attr smd) - (fp_text reference "C11" (at 0 1.68 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ca45c43a-e45a-425c-8435-4fef4553e933) - ) - (fp_text value "0.1u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bc25905d-cb08-4740-919a-652373b1863f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 7c623a16-fb58-4131-b1fe-09f74a47b4d8) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8c00b8d9-d70a-4232-8e8d-2b93e5de81d0)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5a7fb7a3-0535-4719-99cc-d4c40636b915)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0618bd0a-0bb4-4c48-b342-2142f0af1b66)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a8581287-6e97-44f4-af29-ff48433289a8)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 82b2b702-0519-412f-99e4-24336279b0d9)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bdaf48bb-1158-45d7-8d54-dec2547edebb)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4132d9ed-2d87-493f-bcc8-e861de2154e7)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2b48fd0b-1087-485b-a1c1-3e5841b56b0d)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 72efe51b-ecee-421b-9a67-a7f9d6286aed)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2859a79c-212f-434c-aa50-d98071f7727d)) - (pad "1" smd roundrect (at -1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "+15V") (pintype "passive") (tstamp e0d8671c-f690-495e-b289-a4dfedc07add)) - (pad "2" smd roundrect (at 1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp 7d959d53-0d26-4345-8585-35b81ea62392)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3af2e) - (at 80.518 78.135 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0eeb") - (attr smd) - (fp_text reference "C12" (at 0 -1.778 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 681f401f-8f42-4a5b-a160-fa6857f66045) - ) - (fp_text value "0.1u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cf53845f-1dc9-4837-80ec-eecaef66cdb4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 34bf497b-a500-412c-8bf9-c920f7a1a26e) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd24189f-ed53-4281-b038-e0c6d8b100c7)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 608b0023-33c8-4dbc-b1ab-56405a4ae4fe)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7a340171-74ce-4b82-ae91-145bded1452e)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d15ca14c-67ef-4d14-b478-9dd9a81b9da6)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5023989c-5585-4915-9c80-a89241bbed80)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp add17b4e-ec64-4294-a648-4e5fb9c0dba2)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f284b69c-f0db-4550-b732-d43daa1d7473)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d7f0fa7b-e731-4b0c-92f8-953f3abb3a29)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3c450c82-98e9-4bc1-b0d1-3ccf01c3419b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1fcabcb7-e4ec-46b3-bd52-e98212776bbb)) - (pad "1" smd roundrect (at -1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp 6b721090-2ce4-4c19-b3c7-ec36835b8003)) - (pad "2" smd roundrect (at 1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 3 "-15V") (pintype "passive") (tstamp 992845c3-9966-456e-88b8-6ae8d4df55bf)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3af3f) - (at 87.63 151.511 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0ee1") - (attr smd) - (fp_text reference "C13" (at 0 -1.651) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 370dc9a2-def5-4382-b99b-92ff71e66032) - ) - (fp_text value "0.1u" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a51e2aa0-5f08-4c4f-9c8b-ef99e64d7255) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 475c1c24-ef20-449e-b29e-08d1f469fd34) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b93d5324-b2d8-4bf2-afc1-6080b85eb504)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6b156dc5-4d40-431c-a441-5255b0b4c2f8)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 820d6619-7c0d-4036-b141-5ffc01a3e1f5)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 92f43574-cef8-4207-b3b5-ed5ea12b148d)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b473383-db4b-4381-b0cb-ada3a22505b5)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3bdbc18f-c140-45b4-9592-0768715519a7)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cde009ac-8e99-4a8a-b457-0935ecd2f408)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1626cf99-1bcf-4cb8-8721-cfcd4ccb1823)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2857f256-2539-4dae-b7a8-8204b44fb488)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 124afff5-af9e-479a-8874-8c841eaaa3f8)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "+15V") (pintype "passive") (tstamp 27cc6851-9d7e-4108-b937-6bdbdeed6f67)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp c262a6d9-ec26-4b4b-a188-1cf7ccb9907b)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3af50) - (at 86.106 142.24 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0ed7") - (attr smd) - (fp_text reference "C14" (at 0 1.68) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1b625dc4-7bea-4de5-990f-8fd2aa907eb7) - ) - (fp_text value "0.1u" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fb3816eb-b4ca-4a1f-8ffb-67947db2d67c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 89aa006c-1b32-4cfa-ab8a-4417315ecd1a) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ec32ad27-35c3-4ece-aa93-02e98bd72b62)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d3da1c2e-4728-40a7-abea-433b0e0095c9)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f4b728c9-222d-4f4b-87b2-46dcad4d03f8)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1b0c5dd2-bdf2-44ba-8c46-aca0c0ee04b1)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 974cce1e-218c-4b6b-b326-5cb9689dc817)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 81d6275d-8041-4d40-b595-df4a907a00fd)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 09b298f5-e731-48df-9fc6-e631d7bae25f)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9440b7cd-049b-4e5e-8ccd-30df648cac42)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 636e64bf-70a9-4809-9ed7-85ee066b80b2)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5b778a7d-d95b-4a80-98ca-71063c453980)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp 8ecd9976-342f-4d6d-8c5b-73d9a6a55f65)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 3 "-15V") (pintype "passive") (tstamp bf97af3d-5f8d-49e0-a71e-d4d04ef184f2)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3af61) - (at 70.485 121.92 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0ecd") - (attr smd) - (fp_text reference "C15" (at 0 1.68 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 76e753ab-9cc8-4b9a-bf15-9ff108f36240) - ) - (fp_text value "0.1u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b22f793f-ccb1-456e-aae4-1e90de68bdcb) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp d2b19e1a-76da-4e46-8e8e-cc680dfefcaf) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cc9d3194-fa50-450e-a63e-8541ea3f7b58)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd6b5c97-626a-439c-ba26-d460f5572445)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f8614d2c-5dbb-422b-8f0f-21cda8446d89)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 12c084bc-46dd-42c6-9175-abcf1b23afb2)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ee079c17-702a-425d-8f9f-f145a37c8fc0)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 476be6e9-9257-4cd0-b92d-bba26d26d7f6)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ae04a821-2079-4a26-91ef-fd3d534fba8a)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 93ad0563-b020-4a0a-845f-326207ffb021)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 04528faf-0705-4f28-b2fd-58935a364b22)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f1e29cdc-3fa8-4001-950d-1b3a32031287)) - (pad "1" smd roundrect (at -1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 2 "+15V") (pintype "passive") (tstamp 3c65199d-f673-41b3-800e-dfae9d9b132a)) - (pad "2" smd roundrect (at 1.0375 0 90) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp bd9466ee-df8c-40f5-a736-ffbc4c3bbcb3)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3af72) - (at 80.518 118.775 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061bc0ec3") - (attr smd) - (fp_text reference "C16" (at 0.351 -1.778 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4bff98ef-1381-4b28-8b59-e19214c491b1) - ) - (fp_text value "0.1u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b51b6cc4-3733-4bab-8b1f-e2f77184505b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 1fc77540-0f8e-409e-8917-fe5487c10873) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9211797c-e5ed-4f7e-85c8-771713af078f)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 30509ddd-91ec-4558-be02-ccb5852387db)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ec83b333-2096-45be-abc9-2badb37f09fd)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d06312a7-f79e-4ffa-91ca-fbc4c6ceca38)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c01171e-1cac-4222-8913-ad5e19ec6aaf)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 927e7c0c-6a30-4287-abe0-1fd316772400)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f3243016-0504-4f76-b196-183bcbfdcfbf)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37274f41-64db-4fef-bd1e-dc5d07bff9a3)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e5080ab6-6fa9-4a07-bb02-91a535ccc24d)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d5caa9db-c934-4e31-bc84-2b073d0407c3)) - (pad "1" smd roundrect (at -1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 1 "GND") (pintype "passive") (tstamp d4958275-56a5-4c67-9960-5ac2e5364a3f)) - (pad "2" smd roundrect (at 1.0375 0 270) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 3 "-15V") (pintype "passive") (tstamp b33b846a-51f2-4ef8-890c-1932523879ab)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b546) - (at 60.198 60.96 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"R\" model=\"8.2k\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061c1648a") - (attr smd) - (fp_text reference "R23" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 04437536-bec6-4bb2-b0a5-b39c13de82f2) - ) - (fp_text value "8.2k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 45b363fa-7623-4514-9950-7097ce753d92) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp e585913a-c8af-45fc-bcd9-5da8754cccf3) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6f5be864-4ba7-4afc-b15b-d7c924a565b9)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 47956894-c74f-43a8-b4fd-c25bc2034dd4)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7c69a2c1-9e99-4e92-b15c-e45e70f5874f)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02cf6f97-4fdf-48b7-b1a9-6e875ce5a617)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3c72e08e-0fda-45b0-a321-50255c9dc79e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 411c224e-faf9-4726-be81-3f05aade4aa4)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0f5e613-8254-4e90-90d6-8fe3c0f8dfdb)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66e07de6-0cd6-4aad-8942-3aa81913cf89)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d082d8a5-6a6f-4990-9426-ef5b8abe73ca)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e60380d9-da9f-4c7b-acc4-8260be678840)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 40 "/REF") (pintype "passive") (tstamp 8a827d52-1903-4484-bc87-5d41e98f5753)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 2 "+15V") (pintype "passive") (tstamp 8294057c-155f-41bc-9837-4ee666ebcef8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b5d7) - (at 87.63 154.686) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061b51098") - (attr smd) - (fp_text reference "R28" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0f5ae0f2-3851-4ce7-b8b6-25cca2ceec29) - ) - (fp_text value "510" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f19dadc6-c075-43a6-8619-4fc67139e3c7) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 08e84faf-d855-4abf-9ace-8919026ec957) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b50ec5a0-b44d-499f-b668-4c1812637382)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 28fe36df-0715-42c8-a756-e717de0cbc7d)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 72c8b6b9-93cf-4748-a3d4-dda19f5bc750)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a7595a3a-8db1-4158-b7ba-53d323e29ee1)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b0cb7063-d987-4d38-9bca-4097735fe202)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 970e2d8c-bbb8-49c3-b7e2-a440cbb883be)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2ea13f9d-f0dd-4a98-8417-b9e25842fdf3)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 32c07bcb-9dda-4b10-9c23-08c068ed332d)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f572395f-9aa5-4764-a513-38495d6a390e)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fa2a3041-326c-4531-a2f9-839adb96eb39)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 27 "Net-(D5-A)") (pintype "passive") (tstamp 12d06475-8b65-4d51-90a2-05ee35aa3042)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 42 "Net-(U6B--)") (pintype "passive") (tstamp 98ee216a-6d10-40a7-ba3a-9d8fd3c91923)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b5e8) - (at 71.755 69.85) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061c7911f") - (attr smd) - (fp_text reference "R29" (at 0 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 341d7be2-0697-4a10-ae2c-c821dd52a981) - ) - (fp_text value "510" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 98f333ab-271c-4e75-a819-930485dadbd0) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0fcc787a-7860-4fcf-aa02-4d90c0c78ea1) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b48962d7-b36e-4db4-948d-d40f410ee0e5)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 27477451-29ad-46a7-9779-67c439d6dda0)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f017d45d-9b22-4594-8db1-600d29a8ef62)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 02289c3e-eefc-4cda-aad6-772ad36103c9)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 083c94b5-5252-481f-ac8a-103581cd7ec2)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ee1e8ee-dd1f-4a72-8b03-4cea80e2ca38)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 24b90293-7936-4a95-a330-357e2a7c44f8)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 412db2df-3b5a-4bce-81fe-e5f9095051dd)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 50d7d341-a168-4209-b745-1a2ca60d7362)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 01a28c63-d8f9-4438-8231-1d917b828bfc)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 22 "Net-(D1-A)") (pintype "passive") (tstamp 70caf7ec-29ac-47ee-8e2e-33ae835781e3)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 43 "Net-(U2B--)") (pintype "passive") (tstamp e73c08a7-71a1-4c3a-940c-660072b60109)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b5f9) - (at 71.755 110.49) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061b507e3") - (attr smd) - (fp_text reference "R30" (at 0 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 38d0d49e-2540-427d-bcb8-778b55bc08ca) - ) - (fp_text value "510" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 62bfb7c2-01ed-4117-9ab8-52ecd18b494f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp d50d3ce2-58d4-456e-97ce-e7bcfcfb8727) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 82fb54b4-c29a-48f7-a480-2d1494bf011c)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 344d0871-b57c-468f-9fd3-b5cb22c033ed)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 29d741bb-6d32-4204-b423-fdbf7f18d69a)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8befe1a3-2b17-462c-949c-18b001948632)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7066b71a-f168-4cde-8c4e-5043e379bbf7)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 48295de0-6ea1-4b35-ae85-8c91e938ed85)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dc4f2f08-a2d5-44af-b74a-06c9af30f56f)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 870b4517-68cb-4e97-8270-c524040436b8)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 90ae633e-f71c-4daa-a69e-7a8ff906c7c9)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 77ed46a8-f8fe-40be-b63a-df1c4bc4f8cc)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 24 "Net-(D3-A)") (pintype "passive") (tstamp 8aba1c58-6d8d-495c-92d4-02178893c7ab)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 44 "Net-(U4B--)") (pintype "passive") (tstamp 5a39ce0a-16cd-4eb2-bc11-e13023c884ba)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b62a) - (at 71.755 90.17) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061b519e5") - (attr smd) - (fp_text reference "R32" (at 0 -1.778) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 65c48f65-fa9a-4b2f-aa05-98c6c874d0e4) - ) - (fp_text value "510" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 20ba9ed7-bbef-4830-b17b-675d1adaefe5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 4d0ba602-c51e-4f7e-9539-04d9d0598c5b) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c222610c-0ef9-4145-accf-3da437096ac9)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 200a2bd0-eb1f-405b-beba-a95aa532f50b)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7d52304f-ff5d-46ac-b4ef-f6d9d2e34e9a)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 81bd436b-722e-4cd0-a097-765f2bd2a7f0)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d90be1a0-ee4a-461b-8b60-194c5323d08d)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7fb3e06e-f1e4-4a87-b7da-b51595d6f4a2)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b715c4d9-557c-4f3e-9d1d-421b55594a12)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f9453a55-71e6-4bc3-8c0d-8648b1e1e13e)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c7ea23c6-fdaf-4ea2-9d06-9f97fcb527dd)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 149c94e1-2755-441d-af57-66a3220963c8)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 23 "Net-(D2-A)") (pintype "passive") (tstamp d13cf41b-6ae9-428f-9e69-86e9b8d563e2)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 45 "Net-(U3B--)") (pintype "passive") (tstamp 35bdbc63-2015-4767-9630-55e5d3116b2e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b65b) - (at 71.755 130.81 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Description" "Thick Film Resistors - SMD (0805)") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/00000000-0000-0000-0000-000061b52316") - (attr smd) - (fp_text reference "R34" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 72e749d6-edcb-4781-9e99-0d8617c261df) - ) - (fp_text value "510" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 18d7c559-6eef-494f-b035-450fa4d834fe) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 8fe166aa-f67c-4e32-bf8a-801da9431abc) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp be3a9823-e838-40ee-86da-2cda40cc7a94)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4ad4105a-2851-4ab2-8ed1-52c884ed88e5)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e81b9182-0b5a-4dc1-adc7-4c78de100548)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3880f9e0-5eca-4305-b687-35f77a13b746)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 11801b2d-9bf7-4354-a681-bbada4570a40)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0c415148-edaa-425e-83f6-087eeda6377f)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bc6a60be-5ffa-463f-ba06-89469efdc948)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fd05b36a-525a-499c-aa50-406e0fcb56b5)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp add62c52-403f-47f7-a097-b1700fd3f801)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 838ba69a-209c-45d5-a36a-bbb6dad5e989)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 26 "Net-(D4-A)") (pintype "passive") (tstamp 796dd23f-ae4f-43d6-b1dd-dfbe264a52dc)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 46 "Net-(U5B--)") (pintype "passive") (tstamp 1e353774-41fb-4bde-8163-6565a37c25a0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b788) - (at 60.198 64.008 90) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Description" "Precision Micropower Shunt Voltage Reference") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "type=\"X\" model=\"LM4040_NA10P0\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "5.000V Precision Micropower Shunt Voltage Reference, SOT-23") - (property "ki_keywords" "diode device voltage reference shunt") - (path "/00000000-0000-0000-0000-000061c0222c") - (attr smd) - (fp_text reference "U1" (at 0 2.5 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 09502423-c391-46b3-8c90-d0a5163c22eb) - ) - (fp_text value "LM4040BIM3-5.0" (at 0 -2.5 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f4e720fc-1b6d-4a3c-82e6-6dc048e9564d) - ) - (fp_text user "${REFERENCE}" (at 0 0 180) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp 00f9fdb8-a839-4f54-a29e-9ac0c89ecba2) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3c8286a4-ffa2-4f07-ab6c-12e05f710794)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 42b2060e-b147-4b25-a7e9-c447afa5e415)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 649ad1b0-08fa-4f40-a49e-1b9e8df08cdf)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4732fa1f-9baa-4c3f-9378-75260323f4a2)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6965d9bd-38b1-4134-9e4f-30d38fc0fa9c)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 60218e4a-f6c7-4b67-a90a-d870789870fb)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ab03a832-2580-4972-a9db-b38752abf91b)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6f542bdb-4eea-432e-adb1-d3f38a8e5a89)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bc6cbc42-a55a-4306-bd92-1dff304c82f9)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b8ffe40-46ce-4841-b8b1-2df9ab2f148d)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 83f790eb-d4da-44a8-aa29-a79854164ec3)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ff3672cf-d116-45b7-853e-2926cf41fb23)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0165440a-c15e-416f-b521-1a2d7a003e2a)) - (pad "1" smd roundrect (at -0.9375 0.95 90) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 40 "/REF") (pinfunction "K") (pintype "passive") (tstamp 6468fb4d-da87-4097-b6dc-5b584be5c337)) - (pad "2" smd roundrect (at -0.9375 -0.95 90) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 0ab5c8fe-7141-4c1f-8ccd-3f473d8980b6)) - (pad "3" smd roundrect (at 0.9375 0 90) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp 1a702aae-ae3d-4feb-b100-7cbfb4c0ba4b)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b7a2) - (at 75.565 80.01 -90) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061bc0f47") - (attr smd) - (fp_text reference "U2" (at -0.254 -3.429 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7671e6ed-2bea-4891-9ddf-86fa4860435f) - ) - (fp_text value "TL072" (at 0 -3.4 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 37fd3f9e-2a6a-478c-828e-018070de5909) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 9298bdd0-078f-493b-8503-062cee15a358) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp db7dbfdb-5491-46bf-85f5-f31d35358c66)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 28f2518a-366a-4001-8665-7a526e2efc79)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 47b1d672-5080-476e-aa89-e80fead31175)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aeea378a-3185-4644-a7c0-72452d8e0b12)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 741a4c94-73fc-4f77-904a-15aae6662916)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bb4998a0-f3dc-487b-984e-09a46c796554)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ad4224b0-b7ce-46cd-bb51-b448384bc0db)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1771cb57-6664-4ede-a8f7-7d627b3350a0)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c90e4c2e-7943-4bcc-b044-a377efb149f3)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7feeb4ec-e6cc-47f5-9c76-c6c78ca1f981)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp da8ebca2-c934-4589-a41c-faaf02aa79f2)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1599cf60-53d9-441e-9439-142af82013a4)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d9563203-b875-4fbd-a1fe-98966406855e)) - (pad "1" smd roundrect (at -2.475 1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 9 "/IN_1") (pintype "output") (tstamp e4506baa-e6e8-4d77-80dd-0e537e5be8c6)) - (pad "2" smd roundrect (at -2.475 0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 37 "Net-(U2A--)") (pinfunction "-") (pintype "input") (tstamp d3a1f13c-94d5-4549-835d-d3c5d398841d)) - (pad "3" smd roundrect (at -2.475 -0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 32 "Net-(U2A-+)") (pinfunction "+") (pintype "input") (tstamp 836943e2-b5e2-416c-a0bf-860b02831e6c)) - (pad "4" smd roundrect (at -2.475 -1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 522cae14-0237-4e67-abca-39954eca65cd)) - (pad "5" smd roundrect (at 2.475 -1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 9 "/IN_1") (pinfunction "+") (pintype "input") (tstamp 70a515c1-3787-477e-b02c-7fb2a94b726e)) - (pad "6" smd roundrect (at 2.475 -0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 43 "Net-(U2B--)") (pinfunction "-") (pintype "input") (tstamp 3de98f90-33d3-4461-99b6-6a82d07a66e5)) - (pad "7" smd roundrect (at 2.475 0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 43 "Net-(U2B--)") (pintype "output") (tstamp 86d20841-5f63-4c97-a37b-bc1a689def22)) - (pad "8" smd roundrect (at 2.475 1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp f3646145-faba-487a-bc85-ea6e9f41c93b)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b7bc) - (at 75.565 100.33 -90) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061b94236") - (attr smd) - (fp_text reference "U3" (at -0.254 -3.429 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 77f1e584-d922-49f9-9cb1-b6529cb004b3) - ) - (fp_text value "TL072" (at 0 -3.4 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d4c69867-9352-4c18-a23e-6bfc390a5f16) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 93552370-c14b-4438-b387-11a7c544028f) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 34cf5cb8-93e4-4a98-91f9-5fc610209e40)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f5e0bc3b-4793-4817-b5c9-f9b23636fbe5)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 483a8e37-7b70-45b8-b69a-ab9db6528d3e)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7021ee33-1e1c-4532-8019-3d04a6bf4a00)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 04c322c9-6020-4a7b-ae42-4a9430e99665)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1f35726e-c0ad-4983-8847-0b37978124cc)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2d3c4b27-0986-487b-8eed-6e5b22f39b25)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a908139c-871b-4183-868f-f3589d6b936c)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 735eed7c-ec43-4805-8ca7-5a16fe358b28)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f26083b5-c135-43d6-a1dd-96906365e3ea)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fb2d8cd5-55c0-4a88-a7b6-e70ac78aba6a)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4dd4600a-4316-4763-914e-4e7850f912e2)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f640f06b-4494-43dc-bf36-f18e070ae11b)) - (pad "1" smd roundrect (at -2.475 1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 10 "/IN_2") (pintype "output") (tstamp a0cd1460-7cd0-474e-83e5-ed52c43c80c4)) - (pad "2" smd roundrect (at -2.475 0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 38 "Net-(U3A--)") (pinfunction "-") (pintype "input") (tstamp a40c5dfd-9319-40a8-9127-5db4e14788d3)) - (pad "3" smd roundrect (at -2.475 -0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 33 "Net-(U3A-+)") (pinfunction "+") (pintype "input") (tstamp 5c02c1cb-c786-4c3f-b569-31481ac7ebb4)) - (pad "4" smd roundrect (at -2.475 -1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 96cbcd73-b3d6-49d8-8477-3187ff807f1b)) - (pad "5" smd roundrect (at 2.475 -1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 10 "/IN_2") (pinfunction "+") (pintype "input") (tstamp 62479b58-007f-450d-8155-bd3cda9fa2db)) - (pad "6" smd roundrect (at 2.475 -0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 45 "Net-(U3B--)") (pinfunction "-") (pintype "input") (tstamp 27d6d249-e579-442b-adfd-68c4600dc66a)) - (pad "7" smd roundrect (at 2.475 0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 45 "Net-(U3B--)") (pintype "output") (tstamp 0e581562-2983-41aa-a7ea-8632f5ab30a2)) - (pad "8" smd roundrect (at 2.475 1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp c22fe41c-34a2-40f0-a20f-77af8bb66fbc)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b7d6) - (at 75.565 120.65 -90) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061bc0f55") - (attr smd) - (fp_text reference "U4" (at -0.254 -3.429 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 530f532c-2358-40df-9169-db27fd79d9bf) - ) - (fp_text value "TL072" (at 0 -3.4 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8ff946b7-8791-4712-898f-6128b7bfc44e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 2d4191ad-58e5-4435-b2af-30d345df9adf) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ed047ece-5144-4afd-9c4d-cac249551550)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b75e27f-89cf-48a0-81d3-8c5f3c2f6829)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 338ce694-b274-42d8-ade1-85976f727a17)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0fb8c9c-084b-491b-a45c-56f8f96167e4)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 570194a8-2992-4ab5-8ac9-f3ca6addc06b)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 49d1b27e-a9b8-4cec-9a51-85d152bc5ff0)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 442b10cb-ba16-4d52-8dfb-9bc655f0b58b)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d4d1934a-f948-4653-b454-ca0b5783b6e8)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 11b951d7-2088-49b2-b208-8f2d83f0a268)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 22753b69-b5c8-4419-a9f1-20dbf51a10e0)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66c8b578-88a3-4dc2-91c4-5c094bdb37eb)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f7a367fd-25cb-4b46-9a24-2c33b7cd966f)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 86444999-9730-4870-ac91-a434628b8963)) - (pad "1" smd roundrect (at -2.475 1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 11 "/IN_3") (pintype "output") (tstamp 2c0ae0ec-285f-4c43-af00-f66f7600ab9d)) - (pad "2" smd roundrect (at -2.475 0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 39 "Net-(U4A--)") (pinfunction "-") (pintype "input") (tstamp 16fdce0f-6d2c-459c-8be9-a3a4920a752b)) - (pad "3" smd roundrect (at -2.475 -0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(U4A-+)") (pinfunction "+") (pintype "input") (tstamp 4e6a2eeb-0062-4e78-922c-973d59d09822)) - (pad "4" smd roundrect (at -2.475 -1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 9fdaba65-dab6-46a3-bd0f-17b096fb7895)) - (pad "5" smd roundrect (at 2.475 -1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 11 "/IN_3") (pinfunction "+") (pintype "input") (tstamp 0ef4926e-2d19-4619-b5f7-15ad74e3f183)) - (pad "6" smd roundrect (at 2.475 -0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 44 "Net-(U4B--)") (pinfunction "-") (pintype "input") (tstamp 8c67ce8d-3f35-4877-88d6-2ddab7c61207)) - (pad "7" smd roundrect (at 2.475 0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 44 "Net-(U4B--)") (pintype "output") (tstamp 69df7f2c-ef08-4f5d-a2e6-c2ec8b316fb2)) - (pad "8" smd roundrect (at 2.475 1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp d5d7fd0a-6ff0-48c4-b20a-8a810e1ff221)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b7f0) - (at 75.565 140.27 -90) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061b9b30f") - (attr smd) - (fp_text reference "U5" (at -0.316 -3.429 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7949178c-5a82-4748-acfa-8b99f86cbd20) - ) - (fp_text value "TL072" (at 0 -3.4 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 940f2493-0628-4ea5-b2ef-50c19f4ea15d) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 96fb5d6f-53b9-4cd3-8681-8767508d20c4) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6712bc9c-0562-4bdb-8a69-a13f64269b6f)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8dc89a95-33db-46dd-bd79-7f6ee407dd5b)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8154cc44-ede8-4e7e-947f-8d96fd54278c)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3a03d92-fa4d-4099-990c-6c11840eed4a)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f56eb1f6-eb2a-41b6-a467-46cda61e4397)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ed67f42-b39a-46cd-856f-4b2c4a44e364)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4fe561ec-5c22-4659-af0b-b709176da9ee)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dfea11fb-7486-422a-b73b-e4245a42e345)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5911e743-5d61-4669-b15b-f2ad741cbf1b)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6a838891-cb28-466b-8144-ef7db3da4f7e)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b080513f-6409-4a49-ae59-0e7a8b38fe61)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ba1f89b6-e714-46c1-81d4-45acb2528479)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a0b834aa-79ac-42de-a5e6-960a1c3df791)) - (pad "1" smd roundrect (at -2.475 1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 12 "/IN_4") (pintype "output") (tstamp 71f41b94-9fd5-4a86-9696-134d3a67e8f7)) - (pad "2" smd roundrect (at -2.475 0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 41 "Net-(U5A--)") (pinfunction "-") (pintype "input") (tstamp 17c92391-11dd-4274-9542-3b2b1ac99ecb)) - (pad "3" smd roundrect (at -2.475 -0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(U5A-+)") (pinfunction "+") (pintype "input") (tstamp 39bfa58e-5a99-41ae-a13e-25b50718e53b)) - (pad "4" smd roundrect (at -2.475 -1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 70b6c3a9-003b-4965-896b-c2c54bfbeacd)) - (pad "5" smd roundrect (at 2.475 -1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 12 "/IN_4") (pinfunction "+") (pintype "input") (tstamp dea21654-411b-4267-8023-7f91edbb7047)) - (pad "6" smd roundrect (at 2.475 -0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 46 "Net-(U5B--)") (pinfunction "-") (pintype "input") (tstamp ba961c9e-7d8f-4f0a-9738-04f1ed4ae905)) - (pad "7" smd roundrect (at 2.475 0.635 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 46 "Net-(U5B--)") (pintype "output") (tstamp afe94c35-e818-44cf-8f0f-ed4b1d75d221)) - (pad "8" smd roundrect (at 2.475 1.905 270) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp bdadb43b-82e0-4b36-bafd-3aaf70396bbd)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b80a) - (at 86.36 147.32) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061bc0f4e") - (attr smd) - (fp_text reference "U6" (at 0.254 -3.302) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f1fae3d6-b618-49fe-9ca5-a9259d7d91a1) - ) - (fp_text value "TL072" (at 0 -3.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e453d451-e28c-4429-b8d6-efcc8e33d66b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 5c163530-15c7-481a-b518-c3db96f0077c) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 38fc87e0-61b2-443f-8faa-ed2cd5239307)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ff4b0791-4cca-4b21-a1b4-3fbf4042256b)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 90b1affb-c9ed-4eda-8b22-ad8673c09bce)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 74c800c8-fd1e-409f-b92a-81d098efaef0)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8ec825f8-e026-4a04-8a9d-d66c3ae4f9f6)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1f23f64b-4803-4e31-a86d-25a929497852)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a528bb56-8fe4-41d4-b7ba-f4d8f80bf011)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 092fe248-23ee-4764-852b-6f7990c7fa1e)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5039851c-ca94-4312-b2f9-614931f47060)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 45b62760-0dde-4217-815b-768424678dbe)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4fdaa3e0-e633-497e-8e39-5995532611eb)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 10cd45cd-20da-4913-9007-d265dcd183d7)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 655c849a-e4d0-42f0-bf88-7edbd99efe31)) - (pad "1" smd roundrect (at -2.475 1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 47 "Net-(U6A-+)") (pintype "output") (tstamp 6ea4674a-5bfc-4a60-a628-1488a5f27423)) - (pad "2" smd roundrect (at -2.475 0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "-") (pintype "input") (tstamp 55cf3254-b471-48a7-810d-5812b405293b)) - (pad "3" smd roundrect (at -2.475 -0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 47 "Net-(U6A-+)") (pinfunction "+") (pintype "input") (tstamp b3894d16-314f-4d92-8144-30fcf2ceea4b)) - (pad "4" smd roundrect (at -2.475 -1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 4783e2fb-30fb-42c7-b816-18d0d03c9825)) - (pad "5" smd roundrect (at 2.475 -1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 25 "/OUT") (pinfunction "+") (pintype "input") (tstamp 1adebdac-8d2b-4601-8606-2f7f230947b4)) - (pad "6" smd roundrect (at 2.475 -0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(U6B--)") (pinfunction "-") (pintype "input") (tstamp bd008189-21ef-4e08-95f3-03e86b91d47c)) - (pad "7" smd roundrect (at 2.475 0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(U6B--)") (pintype "output") (tstamp c8d35312-defd-4edd-898c-4202beaf8b7a)) - (pad "8" smd roundrect (at 2.475 1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp ccb08939-fdef-4744-8260-4e910f4ddfba)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b3b824) - (at 62.865 148.209) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8") - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/00000000-0000-0000-0000-000061b99c12") - (attr smd) - (fp_text reference "U7" (at 0.127 -3.175) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cdabf07d-d8f3-4b98-be05-337f47414009) - ) - (fp_text value "TL072" (at 0 -3.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 749410d1-b6c5-4c2b-b78d-e04e72fb56a3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) - (tstamp 6912488c-1e68-4132-ad7a-5145043c8cb5) - ) - (fp_line (start 0 -2.56) (end -1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 50c0619d-4f44-4475-90ae-9777f0c38a6e)) - (fp_line (start 0 -2.56) (end 1.95 -2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8eaa4645-5024-410c-acc5-bde6c28e5a9f)) - (fp_line (start 0 2.56) (end -3.45 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ce78da24-0c17-4be3-b7e3-e19e395545d6)) - (fp_line (start 0 2.56) (end 1.95 2.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7c95937f-96d7-4c4c-8ed8-e63e1d62c656)) - (fp_line (start -3.7 -2.7) (end 3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e7f2bf7a-a66e-44cd-b92f-2d078f491c60)) - (fp_line (start -3.7 2.7) (end -3.7 -2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f53906e3-10d2-4b7a-9669-f56f03bf85dc)) - (fp_line (start 3.7 -2.7) (end 3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a2e65ac8-3533-4b72-8130-8b7110c1bd44)) - (fp_line (start 3.7 2.7) (end -3.7 2.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 813e247d-03ba-433f-9999-f5bd4d587705)) - (fp_line (start -1.95 -2.45) (end -1.95 1.475) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9b2ff9fd-dc29-45dc-b129-657fa970fab9)) - (fp_line (start -1.95 1.475) (end -0.975 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6b01c43f-b6c6-4fe2-b170-d1d0c8886ab5)) - (fp_line (start -0.975 2.45) (end 1.95 2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ec6fe39-161b-486f-b35e-8711edeadcf4)) - (fp_line (start 1.95 -2.45) (end -1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0fd45695-9907-4f78-b9a8-05d4ea49019f)) - (fp_line (start 1.95 2.45) (end 1.95 -2.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 96ad49a9-be04-4623-9771-4d4249b80215)) - (pad "1" smd roundrect (at -2.475 1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(C10-Pad1)") (pintype "output") (tstamp d93caa7f-f3b1-43cd-bb5e-09fb5f3f2d29)) - (pad "2" smd roundrect (at -2.475 0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(U7A--)") (pinfunction "-") (pintype "input") (tstamp 3be0b13a-1c1b-4687-86ae-6bc3ac0047f8)) - (pad "3" smd roundrect (at -2.475 -0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 9fdd62b9-a6fa-49da-b984-def55b145818)) - (pad "4" smd roundrect (at -2.475 -1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 78ff6fad-e578-4ca6-a9c2-4f8d2c89a5b2)) - (pad "5" smd roundrect (at 2.475 -1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "+") (pintype "input") (tstamp 621501ff-10e2-4bd9-86e3-a394ada8f2a3)) - (pad "6" smd roundrect (at 2.475 -0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(U7B--)") (pinfunction "-") (pintype "input") (tstamp 1177b087-7fa0-4d0b-b00d-bddd625b0ece)) - (pad "7" smd roundrect (at 2.475 0.635) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 25 "/OUT") (pintype "output") (tstamp d4962398-c6b9-49ee-a519-c647324a2338)) - (pad "8" smd roundrect (at 2.475 1.905) (size 1.95 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 1eab7ae9-2fff-4df0-a83e-0f7a73db8ce0)) - (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061b4896b) - (at 69.215 153.162 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (property "Description" "Multilayer Ceramic Capacitors MLCC") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/00000000-0000-0000-0000-000061b5dcb6") - (attr smd) - (fp_text reference "C9" (at 0 -1.524) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4bed9446-3656-4ec5-bfc2-a3edda8bf1b6) - ) - (fp_text value "100p" (at 0 -1.68) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 251f51cf-a6f0-4a2e-a6b6-b0c0516b288a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 28b592cb-d073-4041-b0b7-79c38393bca8) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 48e09e5e-0529-4828-a4e0-c583a62a9e8a)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2971ce99-53e6-42d8-a7f7-3dd199135866)) - (fp_line (start -1.88 -0.98) (end -1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 060b29f3-e13b-485d-b954-588d32fe0b25)) - (fp_line (start -1.88 0.98) (end 1.88 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a00d9289-ea2d-48a0-90d4-dc415449c36f)) - (fp_line (start 1.88 -0.98) (end -1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 43c844e3-8f0c-47ff-8066-c58184dc345a)) - (fp_line (start 1.88 0.98) (end 1.88 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 97740dc7-bb07-4bac-b6bc-03f6783953f3)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e084eee5-57b6-42c9-9e89-0d2279b0ccad)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3f8252d7-c404-42c7-94d7-a503adef3d9c)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 440328fb-1da2-4d4d-a0c8-82964ffc0dff)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 279e6e04-8a8f-4a82-b0e7-b10e6d7aa851)) - (pad "1" smd roundrect (at -1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 25 "/OUT") (pintype "passive") (tstamp 82c3e6a2-83fa-4874-9324-dfbf565b4840)) - (pad "2" smd roundrect (at 1.0375 0 180) (size 1.175 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.212766) - (net 4 "Net-(U7B--)") (pintype "passive") (tstamp 99811435-2fdb-4c41-94c9-d2f670a2fe4d)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 50.8 50.8) (end 91.1 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 414ac62f-dd7f-47e0-8072-dde60f29b19a)) - (gr_line (start 91.1 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 62875a8a-d2fe-4a51-a8b5-2b349cf68bc3)) - (gr_line (start 91.1 50.8) (end 91.1 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp b5d00713-fce5-4422-8df8-da82771c89e7)) - - (segment (start 61.711557 52.784499) (end 67.444559 58.517501) (width 0.381) (layer "F.Cu") (net 1) (tstamp 08868e23-5330-48b1-a98f-6d899c83ecc4)) - (segment (start 55.927501 52.784499) (end 61.711557 52.784499) (width 0.381) (layer "F.Cu") (net 1) (tstamp 0cbb7a4c-92e4-422e-80a6-c9f462abf908)) - (segment (start 76.356499 58.517501) (end 77.597 57.277) (width 0.381) (layer "F.Cu") (net 1) (tstamp 3233ed16-344d-4766-9411-d035a37d8c4a)) - (segment (start 67.444559 58.517501) (end 76.356499 58.517501) (width 0.381) (layer "F.Cu") (net 1) (tstamp 657f1b20-974f-4d3e-87b1-1913b586170a)) - (segment (start 54.864 53.848) (end 55.927501 52.784499) (width 0.381) (layer "F.Cu") (net 1) (tstamp f26a587d-d655-446f-bd0c-b281892cd0af)) - (via (at 82.296 76.962) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 2097853f-a239-46c4-a1c2-f8a3c6a2d823)) - (via (at 84.836 151.384) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 47efac8e-7799-4446-9f8c-b6ecb5b5ad80)) - (via (at 82.296 136.652) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 646291c3-1fcb-4fa3-974f-67ae876f0075)) - (via (at 82.296 117.602) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 72a19167-a4f0-4988-92eb-4a3e561633b7)) - (via (at 89.154 142.24) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 81c2cfaf-b930-4a46-b173-459e1ea88bf0)) - (via (at 82.296 97.282) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 822692fe-1eb6-40e9-b8e3-1b90dde2cde5)) - (via (at 85.979 147.955) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8b2cfb01-fe95-4a0c-a6a0-a8305bc9263b)) - (via (at 66.548 145.096) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp af5cf377-be24-4f96-9b4b-be246b0524e3)) - (via (at 68.58 140.716) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp b66f9f42-2def-4259-a9a5-26170caa641c)) - (via (at 58.42 146.304) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp cf2a16ea-6f50-4214-8d31-96f774bd7384)) - (via (at 61.722 152.4) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp d75c30db-9ff1-41d5-9590-a9817727b7b1)) - (segment (start 84.963 151.511) (end 84.836 151.384) (width 0.25) (layer "B.Cu") (net 1) (tstamp 01375905-d618-4833-bfb2-724a98115f62)) - (segment (start 82.1905 97.3875) (end 82.296 97.282) (width 0.25) (layer "B.Cu") (net 1) (tstamp 017d366e-989b-4bbd-845f-d8abc657419a)) - (segment (start 84.074 77.105) (end 82.439 77.105) (width 0.25) (layer "B.Cu") (net 1) (tstamp 0cb05b3b-185b-4966-bb41-b650548522a8)) - (segment (start 70.3365 140.716) (end 70.485 140.5675) (width 0.25) (layer "B.Cu") (net 1) (tstamp 0e52cffe-629f-41e7-aa02-d5aa681e54e3)) - (segment (start 82.1605 77.0975) (end 82.296 76.962) (width 0.25) (layer "B.Cu") (net 1) (tstamp 140df5a3-b0dd-466d-8e36-972a0a067eae)) - (segment (start 66.8848 66.008) (end 72.1868 60.706) (width 0.25) (layer "B.Cu") (net 1) (tstamp 1edbec4e-69d5-4848-a004-b6c30ee91f89)) - (segment (start 87.1435 142.24) (end 89.154 142.24) (width 0.25) (layer "B.Cu") (net 1) (tstamp 298b8c7c-ed9a-496a-83e9-dc9319e66cbf)) - (segment (start 69.4475 101.6) (end 70.485 100.5625) (width 0.25) (layer "B.Cu") (net 1) (tstamp 3417969d-77e5-4a6c-8fed-deaa58307c84)) - (segment (start 59.248 64.9455) (end 60.3105 66.008) (width 0.25) (layer "B.Cu") (net 1) (tstamp 382e3a37-2fe8-4f83-a25b-96c98f31af3e)) - (segment (start 83.885 147.955) (end 85.979 147.955) (width 0.25) (layer "B.Cu") (net 1) (tstamp 3963998c-2773-4662-931a-8c5f8614e56c)) - (segment (start 68.58 140.716) (end 70.3365 140.716) (width 0.25) (layer "B.Cu") (net 1) (tstamp 3a9ef905-7dc8-404f-93fc-e42f8342d890)) - (segment (start 80.518 117.7375) (end 82.1605 117.7375) (width 0.25) (layer "B.Cu") (net 1) (tstamp 46c95d92-8050-43cc-84a1-54bd8cc54fdc)) - (segment (start 84.074 117.745) (end 82.439 117.745) (width 0.25) (layer "B.Cu") (net 1) (tstamp 4ab8aafb-f5a7-408d-88f7-89152b6fe11b)) - (segment (start 82.439 117.745) (end 82.296 117.602) (width 0.25) (layer "B.Cu") (net 1) (tstamp 4d0bbbad-95a7-442e-8b6f-4c8ff8777b8a)) - (segment (start 72.1868 60.706) (end 74.168 60.706) (width 0.25) (layer "B.Cu") (net 1) (tstamp 4f2f160c-c225-4748-9775-c7d0af0fed4b)) - (segment (start 80.518 136.7575) (end 82.1905 136.7575) (width 0.25) (layer "B.Cu") (net 1) (tstamp 580162a0-3a9a-41fc-9d7b-49d9fcb2df09)) - (segment (start 69.4475 121.92) (end 70.485 120.8825) (width 0.25) (layer "B.Cu") (net 1) (tstamp 5936a55c-74d3-49d4-ace2-345cfb82c3b8)) - (segment (start 82.409 136.765) (end 82.296 136.652) (width 0.25) (layer "B.Cu") (net 1) (tstamp 5b5bd36f-ded2-4e11-971b-136e33ac37ff)) - (segment (start 80.518 77.0975) (end 82.1605 77.0975) (width 0.25) (layer "B.Cu") (net 1) (tstamp 6bacf196-0c0d-404d-a849-0d0eb4b1450b)) - (segment (start 82.439 77.105) (end 82.296 76.962) (width 0.25) (layer "B.Cu") (net 1) (tstamp 6e213b97-2504-4674-a0f5-2143e0dec957)) - (segment (start 84.074 136.765) (end 82.409 136.765) (width 0.25) (layer "B.Cu") (net 1) (tstamp 7b9563f8-974f-4761-97d1-bba77e29cdbb)) - (segment (start 67.44 121.92) (end 69.4475 121.92) (width 0.25) (layer "B.Cu") (net 1) (tstamp 7e6aa250-27cf-4431-865d-afe21607f440)) - (segment (start 67.9665 141.3295) (end 68.58 140.716) (width 0.25) (layer "B.Cu") (net 1) (tstamp 7f9a81ca-adca-441a-bb46-a3d20ccf59c8)) - (segment (start 82.1905 136.7575) (end 82.296 136.652) (width 0.25) (layer "B.Cu") (net 1) (tstamp 82c41850-f407-49fb-b762-b63ec88de255)) - (segment (start 66.548 141.3295) (end 67.9665 141.3295) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8cc48acc-b031-49bb-a884-5a3fa99f35c5)) - (segment (start 59.69 147.574) (end 58.42 146.304) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8dc12fc8-f856-4d38-9c85-1f5cc1cda82d)) - (segment (start 63.4785 152.4) (end 61.722 152.4) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8edab969-9f21-4164-8bcd-bf0d536673ef)) - (segment (start 67.44 81.28) (end 69.4475 81.28) (width 0.25) (layer "B.Cu") (net 1) (tstamp ab75701c-3a7c-4cbb-b8d0-82a340b9f8d2)) - (segment (start 80.518 97.3875) (end 82.1905 97.3875) (width 0.25) (layer "B.Cu") (net 1) (tstamp ac45aa0b-3918-4345-86a2-48e3b0da53bc)) - (segment (start 86.5925 151.511) (end 84.963 151.511) (width 0.25) (layer "B.Cu") (net 1) (tstamp b0026dee-cafe-471b-85fb-7c99498f9756)) - (segment (start 82.409 97.395) (end 82.296 97.282) (width 0.25) (layer "B.Cu") (net 1) (tstamp b05a7a8b-6399-4b11-8a30-89125d4f546b)) - (segment (start 69.4475 81.28) (end 70.485 80.2425) (width 0.25) (layer "B.Cu") (net 1) (tstamp b55afe19-965b-47da-8be0-542500e9f530)) - (segment (start 74.168 60.706) (end 77.597 57.277) (width 0.25) (layer "B.Cu") (net 1) (tstamp bc92a1c7-0564-4064-b86a-8af556e72def)) - (segment (start 67.44 101.6) (end 69.4475 101.6) (width 0.25) (layer "B.Cu") (net 1) (tstamp bf1af61c-307a-4ec0-9899-56b170a6945d)) - (segment (start 82.1605 117.7375) (end 82.296 117.602) (width 0.25) (layer "B.Cu") (net 1) (tstamp c0095ee1-894e-41f3-abce-40c875f9fa8a)) - (segment (start 60.3105 66.008) (end 66.8848 66.008) (width 0.25) (layer "B.Cu") (net 1) (tstamp c5759223-bfcd-4b46-9ccb-9af9c1974b60)) - (segment (start 60.39 147.574) (end 59.69 147.574) (width 0.25) (layer "B.Cu") (net 1) (tstamp d11bcf16-4d25-4ce8-8066-5d3a7027ca87)) - (segment (start 65.34 146.304) (end 66.548 145.096) (width 0.25) (layer "B.Cu") (net 1) (tstamp d94dbd2a-6060-4b81-9c57-15c61fc16fe5)) - (segment (start 84.074 97.395) (end 82.409 97.395) (width 0.25) (layer "B.Cu") (net 1) (tstamp dc52be2f-272e-48fc-8678-c4b735ee2892)) - (segment (start 51.308 61.468) (end 51.308 68.072) (width 0.25) (layer "F.Cu") (net 2) (tstamp 042841b4-abf6-40df-9f4a-fc5e15e6e91e)) - (segment (start 54.311001 157.435001) (end 56.432999 157.435001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 370cabb1-fe3d-4a7d-ba96-29554504e639)) - (segment (start 69.805001 144.570999) (end 70.60598 143.77002) (width 0.25) (layer "F.Cu") (net 2) (tstamp 376c9615-b997-4e49-b2ca-7da3a01327fa)) - (segment (start 55.372799 92.830001) (end 51.308 88.765202) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3caaed97-4ade-41e2-9bda-b75fdab005f6)) - (segment (start 86.912999 157.435001) (end 87.122 157.226) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3eeaee25-eddc-4fa1-b1c8-88853613a424)) - (segment (start 51.308 87.884) (end 51.308 108.458) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4d760458-4b1a-47fd-ba0e-03a955675a7c)) - (segment (start 72.136 101.092) (end 63.874001 92.830001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4e77f8f1-1d78-4a7b-bf14-8d58341fe794)) - (segment (start 51.308 68.072) (end 51.308 87.884) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5d49f3c8-e924-4fe0-8871-58d757d54e7e)) - (segment (start 55.372799 72.510001) (end 51.308 68.445202) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5ff4acec-4359-463b-9d21-e0309e6568be)) - (segment (start 69.805001 157.435001) (end 69.805001 144.570999) (width 0.25) (layer "F.Cu") (net 2) (tstamp 67e79f56-fc36-467a-a6f9-23382b6fcc63)) - (segment (start 51.308 88.765202) (end 51.308 87.884) (width 0.25) (layer "F.Cu") (net 2) (tstamp 683e14df-02a1-4b05-814b-fc3cf517b543)) - (segment (start 51.308 154.432) (end 54.311001 157.435001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6b0595df-c572-4f35-973c-d44e68f7a482)) - (segment (start 69.805001 157.435001) (end 86.912999 157.435001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 75329746-22fd-4432-b247-e579d2cbcd56)) - (segment (start 61.766999 157.435001) (end 65.532 153.67) (width 0.25) (layer "F.Cu") (net 2) (tstamp 7ba84ab9-8d00-4852-a3a0-153e4011eb8a)) - (segment (start 51.308 68.445202) (end 51.308 68.072) (width 0.25) (layer "F.Cu") (net 2) (tstamp 93bf9699-2bdd-4974-b094-b586af50ba69)) - (segment (start 72.136 80.772) (end 63.874001 72.510001) (width 0.25) (layer "F.Cu") (net 2) (tstamp ab80d34e-6552-4fd4-b89c-82feead477a7)) - (segment (start 56.432999 157.435001) (end 69.805001 157.435001) (width 0.25) (layer "F.Cu") (net 2) (tstamp abbb07d7-4541-4b8a-a13b-c4a39d9ce96a)) - (segment (start 51.308 108.458) (end 51.308 154.432) (width 0.25) (layer "F.Cu") (net 2) (tstamp b09c1582-4f16-42ad-a88c-4f7617b20bf2)) - (segment (start 63.874001 92.830001) (end 55.372799 92.830001) (width 0.25) (layer "F.Cu") (net 2) (tstamp b5dad203-de6a-4096-b42a-34f35f92f8ee)) - (segment (start 58.801 53.975) (end 51.308 61.468) (width 0.25) (layer "F.Cu") (net 2) (tstamp ccb580a9-efda-46a6-b1e5-4a05b1679890)) - (segment (start 70.60598 143.77002) (end 70.866 143.77002) (width 0.25) (layer "F.Cu") (net 2) (tstamp de5ec821-a2e0-428b-a553-7dd8cef05823)) - (segment (start 56.432999 157.435001) (end 61.766999 157.435001) (width 0.25) (layer "F.Cu") (net 2) (tstamp dfb6cd9f-0336-4e4c-9fd7-887b69dd1c6b)) - (segment (start 63.874001 72.510001) (end 55.372799 72.510001) (width 0.25) (layer "F.Cu") (net 2) (tstamp e058d6a9-ccae-4614-9596-7ca3193dc2a3)) - (segment (start 64.822798 124.46) (end 70.612 124.46) (width 0.25) (layer "F.Cu") (net 2) (tstamp ed1f8f7d-cf19-431d-8f87-43a96424d08e)) - (segment (start 51.308 110.945202) (end 64.822798 124.46) (width 0.25) (layer "F.Cu") (net 2) (tstamp f09cca86-53df-4d11-828d-c072d27d9102)) - (segment (start 51.308 108.458) (end 51.308 110.945202) (width 0.25) (layer "F.Cu") (net 2) (tstamp f8871260-e707-44ed-a206-1c9a025a9904)) - (via (at 72.136 80.772) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 157fb079-80b8-4ac6-a457-c4946c73ab1a)) - (via (at 65.532 153.67) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 586b25c4-6256-42cf-a017-4e5c00db4ce9)) - (via (at 87.122 157.226) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 9676d890-5599-4030-955f-6846f3a17da0)) - (via (at 70.866 143.77002) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp b65b14a5-7608-46d2-9f07-21f53a2b8b6b)) - (via (at 72.136 101.092) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp c147b582-c351-483f-aa1d-ef504844bcd9)) - (via (at 70.612 124.46) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp d63e383b-b2d6-4229-9c26-7ee8ea8f188d)) - (segment (start 73.66 123.125) (end 70.6525 123.125) (width 0.25) (layer "B.Cu") (net 2) (tstamp 0520a651-d669-4565-af77-7a86d5673eea)) - (segment (start 73.66 82.485) (end 70.6525 82.485) (width 0.25) (layer "B.Cu") (net 2) (tstamp 0dbeff40-33ec-44f2-93d1-597bdbd447c0)) - (segment (start 88.835 151.3435) (end 88.6675 151.511) (width 0.25) (layer "B.Cu") (net 2) (tstamp 12c14ea3-49db-4414-93cf-1419a222fc58)) - (segment (start 87.70499 152.47351) (end 88.6675 151.511) (width 0.25) (layer "B.Cu") (net 2) (tstamp 17730df2-9609-40d9-b030-244f6ae6551e)) - (segment (start 70.866 143.77002) (end 70.866 143.0235) (width 0.25) (layer "B.Cu") (net 2) (tstamp 21ad29ae-5099-47b2-9c70-589b24165968)) - (segment (start 73.66 142.745) (end 70.5875 142.745) (width 0.25) (layer "B.Cu") (net 2) (tstamp 3728496a-a0a5-4378-bb13-5ee29895a4a3)) - (segment (start 58.801 53.975) (end 60.262999 55.436999) (width 0.381) (layer "B.Cu") (net 2) (tstamp 3878bd9f-96bd-43f1-a113-54bd9ce65c78)) - (segment (start 65.532 152.4215) (end 65.5535 152.4) (width 0.25) (layer "B.Cu") (net 2) (tstamp 3954e64a-3b6f-4383-925a-62edfd435091)) - (segment (start 70.6525 82.485) (end 70.485 82.3175) (width 0.25) (layer "B.Cu") (net 2) (tstamp 41bd595c-bf5b-467b-9005-0f828a133564)) - (segment (start 70.612 124.46) (end 70.612 123.0845) (width 0.25) (layer "B.Cu") (net 2) (tstamp 55d66232-76d4-43f7-b561-b0b4dea46be4)) - (segment (start 70.6525 123.125) (end 70.485 122.9575) (width 0.25) (layer "B.Cu") (net 2) (tstamp 594ec81d-25bd-492c-ac37-baff004cf2c0)) - (segment (start 87.70499 156.64301) (end 87.70499 152.47351) (width 0.25) (layer "B.Cu") (net 2) (tstamp 5eeb8a4f-0d54-46d6-abea-dacd6401d481)) - (segment (start 58.801 53.975) (end 58.801 60.563) (width 0.25) (layer "B.Cu") (net 2) (tstamp 605e7949-8f65-485a-901d-8d7f77528613)) - (segment (start 70.5905 102.6375) (end 72.136 101.092) (width 0.25) (layer "B.Cu") (net 2) (tstamp 6a313852-3a90-4a2f-af57-094f23661803)) - (segment (start 65.5535 152.4) (end 65.5535 150.3275) (width 0.25) (layer "B.Cu") (net 2) (tstamp 70c94dfa-786a-4212-961d-589d270a08da)) - (segment (start 70.5875 142.745) (end 70.485 142.6425) (width 0.25) (layer "B.Cu") (net 2) (tstamp 7457d36f-2702-43cd-8dfb-9058db63993b)) - (segment (start 70.5905 82.3175) (end 72.136 80.772) (width 0.25) (layer "B.Cu") (net 2) (tstamp 7def5806-fb88-4d37-b81d-6417294aa43f)) - (segment (start 64.578001 55.436999) (end 65.278 54.737) (width 0.381) (layer "B.Cu") (net 2) (tstamp 7f9b5470-5c70-420e-9bce-f79aa8fc5272)) - (segment (start 70.6525 102.805) (end 70.485 102.6375) (width 0.25) (layer "B.Cu") (net 2) (tstamp 85ab2e34-fd6e-41b3-b538-9b77ac3cfd15)) - (segment (start 70.612 123.0845) (end 70.485 122.9575) (width 0.25) (layer "B.Cu") (net 2) (tstamp 8a7b0174-94e2-41d1-b5b7-329cd896ee29)) - (segment (start 70.866 143.0235) (end 70.485 142.6425) (width 0.25) (layer "B.Cu") (net 2) (tstamp 8e63cc35-a0f3-4f1a-b048-9d1cf26b13f2)) - (segment (start 88.835 149.225) (end 88.835 151.3435) (width 0.25) (layer "B.Cu") (net 2) (tstamp 9302e860-c851-4308-81ec-e0a6b5b4ac41)) - (segment (start 58.801 60.563) (end 59.198 60.96) (width 0.25) (layer "B.Cu") (net 2) (tstamp a5d7e3de-4a45-4670-a99b-80f9a25be43f)) - (segment (start 70.485 102.6375) (end 70.5905 102.6375) (width 0.25) (layer "B.Cu") (net 2) (tstamp bebc9cfe-4d7c-4662-8525-a76be37bf303)) - (segment (start 65.532 153.67) (end 65.532 152.4215) (width 0.25) (layer "B.Cu") (net 2) (tstamp c19b92b7-0f24-4745-b8cd-34194e327f18)) - (segment (start 73.66 102.805) (end 70.6525 102.805) (width 0.25) (layer "B.Cu") (net 2) (tstamp c20f1021-3b70-493b-8db7-51da8b51c8d7)) - (segment (start 87.122 157.226) (end 87.70499 156.64301) (width 0.25) (layer "B.Cu") (net 2) (tstamp c49d0602-801f-42af-a02e-cf96fb553a7c)) - (segment (start 65.5535 150.3275) (end 65.34 150.114) (width 0.25) (layer "B.Cu") (net 2) (tstamp cecb5d54-dcea-4736-a75e-4ca689d2a81a)) - (segment (start 70.485 82.3175) (end 70.5905 82.3175) (width 0.25) (layer "B.Cu") (net 2) (tstamp f398c2ab-1667-4c94-b5cd-ee57c37185da)) - (segment (start 60.262999 55.436999) (end 64.578001 55.436999) (width 0.381) (layer "B.Cu") (net 2) (tstamp fb9ed44f-9223-406b-8b5f-793223313f03)) - (segment (start 54.785098 51.624) (end 64.578 51.624) (width 0.381) (layer "F.Cu") (net 3) (tstamp 78c3ab87-09e2-4bd3-9103-5719fec525d9)) - (segment (start 65.278 52.324) (end 64.578 51.624) (width 0.381) (layer "F.Cu") (net 3) (tstamp de787878-3c3b-497b-a6c2-1588aea4e76f)) - (segment (start 54.785098 51.624) (end 52.864 53.545098) (width 0.381) (layer "F.Cu") (net 3) (tstamp f7e2bb13-a2c0-41a8-85b0-286cc5c31087)) - (segment (start 52.864 53.545098) (end 52.864 53.848) (width 0.381) (layer "F.Cu") (net 3) (tstamp fd98c01a-b087-47a1-a6b5-30e88f6a185c)) - (segment (start 88.40101 139.35318) (end 87.842095 139.912095) (width 0.25) (layer "B.Cu") (net 3) (tstamp 05fc055d-bf3c-4f86-b659-6b1351942873)) - (segment (start 86.106 140.716) (end 83.621002 140.716) (width 0.25) (layer "B.Cu") (net 3) (tstamp 08336d86-fabd-4198-b6d3-9b7ba6a235c1)) - (segment (start 88.40101 76.19099) (end 88.40101 94.24301) (width 0.25) (layer "B.Cu") (net 3) (tstamp 09a73247-ac13-467f-97db-486769d61314)) - (segment (start 88.40101 113.27499) (end 88.40101 139.35318) (width 0.25) (layer "B.Cu") (net 3) (tstamp 10486fc1-9792-4113-94ba-813a31918b95)) - (segment (start 63.6485 146.304) (end 60.39 146.304) (width 0.25) (layer "B.Cu") (net 3) (tstamp 184b2336-62c2-47d0-b85e-31d9fae43b2a)) - (segment (start 54.38062 51.20001) (end 85.99801 51.20001) (width 0.25) (layer "B.Cu") (net 3) (tstamp 1f5ab335-0786-4699-ba57-8c75b4daf09c)) - (segment (start 83.885 143.4235) (end 85.0685 142.24) (width 0.25) (layer "B.Cu") (net 3) (tstamp 27365279-55e9-4196-bab1-0fd8c12cae84)) - (segment (start 85.99801 51.20001) (end 88.40101 53.60301) (width 0.25) (layer "B.Cu") (net 3) (tstamp 311eef55-73c5-47b3-8e07-41384c4c63e6)) - (segment (start 88.40101 120.33318) (end 88.06418 120.67001) (width 0.25) (layer "B.Cu") (net 3) (tstamp 340e87d9-79f7-4a64-b003-e5ee5cb668c0)) - (segment (start 88.40101 79.69318) (end 88.40101 76.19099) (width 0.25) (layer "B.Cu") (net 3) (tstamp 341e67a6-90cd-426c-a1d3-e0f3883cbd4b)) - (segment (start 80.518 138.8325) (end 78.5075 138.8325) (width 0.25) (layer "B.Cu") (net 3) (tstamp 42ad7d63-c0c3-435f-b1bb-a97a2194eec6)) - (segment (start 78.8805 77.535) (end 80.518 79.1725) (width 0.25) (layer "B.Cu") (net 3) (tstamp 4794f569-4c03-45aa-a598-f8c368a21659)) - (segment (start 88.06418 100.32001) (end 81.37551 100.32001) (width 0.25) (layer "B.Cu") (net 3) (tstamp 4907bc64-024a-4cbc-a71d-a0579a8c87f6)) - (segment (start 78.5075 138.8325) (end 77.47 137.795) (width 0.25) (layer "B.Cu") (net 3) (tstamp 4f03ae8a-c7cc-493e-b50a-feeeeeb0a203)) - (segment (start 85.0685 142.24) (end 85.51419 142.24) (width 0.25) (layer "B.Cu") (net 3) (tstamp 53785adb-f4be-46d3-b4af-bc8a6c1ec80a)) - (segment (start 83.621002 140.716) (end 81.737502 138.8325) (width 0.25) (layer "B.Cu") (net 3) (tstamp 54877363-59f5-47a1-8825-551c9ac4946e)) - (segment (start 54.38062 51.20001) (end 52.864 52.71663) (width 0.25) (layer "B.Cu") (net 3) (tstamp 56397a7a-dc27-4ab1-a5cb-45b3bf78c5d7)) - (segment (start 88.06418 120.67001) (end 81.37551 120.67001) (width 0.25) (layer "B.Cu") (net 3) (tstamp 56be985c-59ed-406c-864c-e69aa465f4da)) - (segment (start 81.37551 120.67001) (end 80.518 119.8125) (width 0.25) (layer "B.Cu") (net 3) (tstamp 577f4c86-0fdf-4fd8-95a5-fe58104fbbd7)) - (segment (start 80.518 119.8125) (end 79.1075 119.8125) (width 0.25) (layer "B.Cu") (net 3) (tstamp 596a50e1-aea8-4445-939c-104920d011e3)) - (segment (start 79.781767 142.080001) (end 82.644001 142.080001) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5b13e75c-7b91-457d-8790-00302cfdf6c9)) - (segment (start 88.40101 76.19099) (end 88.40101 53.60301) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5de5318c-5af4-4f14-bb58-43956c994a12)) - (segment (start 77.366748 144.49502) (end 67.63852 144.49502) (width 0.25) (layer "B.Cu") (net 3) (tstamp 6093d413-0628-435b-8344-946b77aea907)) - (segment (start 81.37551 100.32001) (end 80.518 99.4625) (width 0.25) (layer "B.Cu") (net 3) (tstamp 60edf2ed-a93f-4a5c-b1ef-138b21ed6986)) - (segment (start 66.548 143.4045) (end 63.6485 146.304) (width 0.25) (layer "B.Cu") (net 3) (tstamp 66ac6de2-6152-4947-a7c2-536596063f19)) - (segment (start 87.03819 140.716) (end 86.106 140.716) (width 0.25) (layer "B.Cu") (net 3) (tstamp 7b6a3e03-5b4a-46a4-b15d-f3197c32d989)) - (segment (start 52.864 52.71663) (end 52.864 53.848) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8858a580-9bdb-4b8c-9eef-e79186088d9d)) - (segment (start 77.47 77.535) (end 78.8805 77.535) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8c647561-4b32-49a6-a101-8fddf7e20e9e)) - (segment (start 88.40101 94.24301) (end 88.40101 99.98318) (width 0.25) (layer "B.Cu") (net 3) (tstamp 92661cfa-0f6a-4cdd-944f-22ee39600b21)) - (segment (start 88.40101 99.98318) (end 88.06418 100.32001) (width 0.25) (layer "B.Cu") (net 3) (tstamp 97810cbe-1acc-4858-946d-84a33711aecc)) - (segment (start 80.518 79.1725) (end 81.37551 80.03001) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9a238175-a162-4e83-9967-dc16aa1a147d)) - (segment (start 87.842095 139.912095) (end 87.03819 140.716) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9b39a0d1-1819-467a-88c0-b3107e253cce)) - (segment (start 67.63852 144.49502) (end 66.548 143.4045) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9b3fdab3-5081-41af-b947-200990d78927)) - (segment (start 83.885 145.415) (end 83.885 143.4235) (width 0.25) (layer "B.Cu") (net 3) (tstamp a8a05132-e176-4e4d-95b9-11a572738de8)) - (segment (start 79.781767 142.080001) (end 77.366748 144.49502) (width 0.25) (layer "B.Cu") (net 3) (tstamp ab1404ef-6c31-41c0-8729-01a461abc3d1)) - (segment (start 88.40101 113.27499) (end 88.40101 120.33318) (width 0.25) (layer "B.Cu") (net 3) (tstamp ae527a0a-ab38-497c-9c85-7bfc0341f15d)) - (segment (start 79.1075 119.8125) (end 77.47 118.175) (width 0.25) (layer "B.Cu") (net 3) (tstamp b0c4ee05-7b8c-48f8-b411-7b062ee68008)) - (segment (start 79.0775 99.4625) (end 77.47 97.855) (width 0.25) (layer "B.Cu") (net 3) (tstamp c006358a-7f38-4d2d-b552-c6a1dce44d31)) - (segment (start 81.737502 138.8325) (end 80.518 138.8325) (width 0.25) (layer "B.Cu") (net 3) (tstamp c02c3c02-7697-4da4-aeb8-69a743dc5f08)) - (segment (start 84.008002 140.716) (end 82.644001 142.080001) (width 0.25) (layer "B.Cu") (net 3) (tstamp c12f27aa-cb7d-4c22-b0fb-b789ed2e9a3a)) - (segment (start 88.40101 94.24301) (end 88.40101 113.27499) (width 0.25) (layer "B.Cu") (net 3) (tstamp c3cad17b-f09e-482a-99c2-efac9403a381)) - (segment (start 86.106 140.716) (end 84.008002 140.716) (width 0.25) (layer "B.Cu") (net 3) (tstamp df261542-34d9-4614-81b6-cc3cc3b29b28)) - (segment (start 85.51419 142.24) (end 87.842095 139.912095) (width 0.25) (layer "B.Cu") (net 3) (tstamp df8875f6-d6c2-4444-a2ad-c01813f5a935)) - (segment (start 80.518 99.4625) (end 79.0775 99.4625) (width 0.25) (layer "B.Cu") (net 3) (tstamp ed8a431d-5a0e-43f8-9390-2660c767afe2)) - (segment (start 88.06418 80.03001) (end 88.40101 79.69318) (width 0.25) (layer "B.Cu") (net 3) (tstamp f2e7266e-5b6e-42f0-b15b-44e1cecabffa)) - (segment (start 81.37551 80.03001) (end 88.06418 80.03001) (width 0.25) (layer "B.Cu") (net 3) (tstamp f9421e4f-ae7e-44f6-9a79-6054e4735ca6)) - (segment (start 64.03999 147.89901) (end 64.03999 149.190758) (width 0.25) (layer "B.Cu") (net 4) (tstamp 245d7719-c53d-4ed3-b432-6d8b95458c19)) - (segment (start 64.365 147.574) (end 64.03999 147.89901) (width 0.25) (layer "B.Cu") (net 4) (tstamp 5a54809b-249c-4177-ab44-d13cc5f6176a)) - (segment (start 68.215 153.1245) (end 68.1775 153.162) (width 0.25) (layer "B.Cu") (net 4) (tstamp 71b406eb-6a3e-4f7c-b58c-4947e615db10)) - (segment (start 65.34 147.574) (end 64.365 147.574) (width 0.25) (layer "B.Cu") (net 4) (tstamp 72de0eac-ab54-453e-8f68-85f428d98643)) - (segment (start 67.57001 149.46901) (end 68.215 150.114) (width 0.25) (layer "B.Cu") (net 4) (tstamp 736c34ea-1510-4a0e-903d-28d0148639c4)) - (segment (start 67.453 147.574) (end 68.215 146.812) (width 0.25) (layer "B.Cu") (net 4) (tstamp 7da28bf0-82b9-4241-a072-083fa55bad4b)) - (segment (start 68.215 150.114) (end 68.215 153.1245) (width 0.25) (layer "B.Cu") (net 4) (tstamp 819434db-a7fa-4023-8909-fb7f24c3f211)) - (segment (start 64.03999 149.190758) (end 64.318242 149.46901) (width 0.25) (layer "B.Cu") (net 4) (tstamp 93ed9896-802f-4aaa-95a4-56dfe6b42752)) - (segment (start 64.318242 149.46901) (end 67.57001 149.46901) (width 0.25) (layer "B.Cu") (net 4) (tstamp 9563c886-d90b-47b7-8a35-5024e7856179)) - (segment (start 65.34 147.574) (end 67.453 147.574) (width 0.25) (layer "B.Cu") (net 4) (tstamp 9b1d2abb-117e-4aeb-8d58-fce22228982b)) - (segment (start 53.975 147.8065) (end 57.2395 147.8065) (width 0.25) (layer "B.Cu") (net 5) (tstamp 2b4c5471-a65f-4d61-8b24-9fc2c3366511)) - (segment (start 53.975 147.8065) (end 53.975 143.337) (width 0.25) (layer "B.Cu") (net 5) (tstamp 61402372-36b3-4e32-aeee-fb8bd7a5d802)) - (segment (start 58.277 148.844) (end 57.277 147.844) (width 0.25) (layer "B.Cu") (net 5) (tstamp 732711e0-46cd-4eda-9492-fe678cc7a7ed)) - (segment (start 60.39 148.844) (end 58.277 148.844) (width 0.25) (layer "B.Cu") (net 5) (tstamp 74a052c8-9fd3-46bb-94e6-1715524d2429)) - (segment (start 57.2395 147.8065) (end 57.277 147.844) (width 0.25) (layer "B.Cu") (net 5) (tstamp 92ab1e7a-2415-4f2d-a06b-c14339f3013d)) - (segment (start 57.1108 143.337) (end 60.2465 143.337) (width 0.25) (layer "B.Cu") (net 5) (tstamp 9e8896eb-cae7-4321-b810-27d7e1792400)) - (segment (start 60.2465 143.337) (end 63.3822 143.337) (width 0.25) (layer "B.Cu") (net 5) (tstamp c413e9e9-6834-4b52-b832-356324782434)) - (segment (start 53.975 143.337) (end 57.1108 143.337) (width 0.25) (layer "B.Cu") (net 5) (tstamp f2445252-6dd5-45d0-a2c5-7d558d0d6858)) - (segment (start 75.057 54.737) (end 75.057 57.277) (width 0.381) (layer "F.Cu") (net 6) (tstamp aee825a0-2aab-4934-b5e5-34c94019c684)) - (segment (start 82.677 54.737) (end 81.4365 53.4965) (width 0.381) (layer "F.Cu") (net 7) (tstamp 50da6894-bad7-4e5c-bf1f-442f5f7ebc78)) - (segment (start 82.677 54.737) (end 82.677 57.277) (width 0.381) (layer "F.Cu") (net 7) (tstamp a072a698-b3e3-488b-95e2-b6a8c104356f)) - (segment (start 69.0585 53.4965) (end 67.818 54.737) (width 0.381) (layer "F.Cu") (net 7) (tstamp a43bf67a-e838-4ad7-a41d-8599f556dd40)) - (segment (start 81.4365 53.4965) (end 69.0585 53.4965) (width 0.381) (layer "F.Cu") (net 7) (tstamp b1ba25f7-d3f9-4eb7-a17a-47ed84399151)) - (segment (start 85.217 54.737) (end 82.804 52.324) (width 0.381) (layer "F.Cu") (net 8) (tstamp 03e7f50c-93d9-463d-8c85-bb100cc19bca)) - (segment (start 82.804 52.324) (end 67.818 52.324) (width 0.381) (layer "F.Cu") (net 8) (tstamp e9a78233-0c67-4a7f-ae5b-e24ab5460bf9)) - (segment (start 85.217 54.737) (end 85.217 57.277) (width 0.381) (layer "F.Cu") (net 8) (tstamp fd68d7a6-5bb5-471d-b30c-4c7891231c27)) - (segment (start 72.09 77.835) (end 73.025 76.9) (width 0.25) (layer "B.Cu") (net 9) (tstamp 0a588de0-eaf2-47e4-98e7-58b0ba9d8822)) - (segment (start 73.025 76.9) (end 73.66 77.535) (width 0.25) (layer "B.Cu") (net 9) (tstamp 2cdcb9af-b047-451e-b5c2-02faa84d220d)) - (segment (start 73.66 78.298232) (end 73.66 77.535) (width 0.25) (layer "B.Cu") (net 9) (tstamp 2e773738-21c4-4c0f-87c3-6ecc9d232464)) - (segment (start 77.47 82.485) (end 77.47 82.108232) (width 0.25) (layer "B.Cu") (net 9) (tstamp 4023e3b2-c0ab-420c-888d-c81318b4901f)) - (segment (start 77.47 82.108232) (end 73.66 78.298232) (width 0.25) (layer "B.Cu") (net 9) (tstamp a88dca7f-06e2-43db-9dd2-f74e65c9e77b)) - (segment (start 73.025 74.66) (end 73.025 76.9) (width 0.25) (layer "B.Cu") (net 9) (tstamp eb212462-e3af-47e0-8042-92e57b2a563d)) - (segment (start 70.485 77.835) (end 72.09 77.835) (width 0.25) (layer "B.Cu") (net 9) (tstamp f193b4b6-db94-47c8-95b6-34fc8f0e0575)) - (segment (start 77.47 102.041768) (end 77.47 102.805) (width 0.25) (layer "B.Cu") (net 10) (tstamp 1e9a756f-c8db-4648-9eb5-99ef30e276cc)) - (segment (start 70.485 98.155) (end 72.09 98.155) (width 0.25) (layer "B.Cu") (net 10) (tstamp 2dda6733-3ae1-4001-b5d2-8889d17d2930)) - (segment (start 73.66 97.855) (end 73.66 98.231768) (width 0.25) (layer "B.Cu") (net 10) (tstamp a5a23bd7-df1b-4d13-b11a-09e445c8b0ba)) - (segment (start 72.09 98.155) (end 73.025 97.22) (width 0.25) (layer "B.Cu") (net 10) (tstamp a6f5a19f-7826-4d64-b924-9a64aa9bdd61)) - (segment (start 73.025 94.98) (end 73.025 97.22) (width 0.25) (layer "B.Cu") (net 10) (tstamp df61ddfc-853c-4f11-8584-f8e812debac8)) - (segment (start 73.66 98.231768) (end 77.47 102.041768) (width 0.25) (layer "B.Cu") (net 10) (tstamp e2fc5cb2-36a6-466f-b76f-d2c6f18188a1)) - (segment (start 73.025 97.22) (end 73.66 97.855) (width 0.25) (layer "B.Cu") (net 10) (tstamp ed42ca59-c898-4a4e-a611-3700ed7b9bb2)) - (segment (start 73.66 116.3) (end 73.025 115.665) (width 0.25) (layer "B.Cu") (net 11) (tstamp 0a75e19b-bd03-4f8d-b0bf-5e9d9abba674)) - (segment (start 73.66 118.175) (end 73.66 118.938232) (width 0.25) (layer "B.Cu") (net 11) (tstamp 290dc3b7-5dab-4095-9352-85d91f27cd62)) - (segment (start 73.66 118.175) (end 73.66 116.3) (width 0.25) (layer "B.Cu") (net 11) (tstamp 5aa346f9-e11e-4115-b35d-f71b29e8a09c)) - (segment (start 73.66 118.938232) (end 77.47 122.748232) (width 0.25) (layer "B.Cu") (net 11) (tstamp acfc245a-b378-48b9-a269-cfdebc502b8a)) - (segment (start 77.47 122.748232) (end 77.47 123.125) (width 0.25) (layer "B.Cu") (net 11) (tstamp d2056774-ac2a-49a5-adf5-57ed4ec85bdd)) - (segment (start 70.485 118.475) (end 70.485 118.205) (width 0.25) (layer "B.Cu") (net 11) (tstamp eaefb433-313a-4ac1-af89-6820827228d2)) - (segment (start 70.485 118.205) (end 73.025 115.665) (width 0.25) (layer "B.Cu") (net 11) (tstamp ed937b80-ef7f-4cf7-9141-4579feba1082)) - (segment (start 73.025 134.985) (end 73.025 137.16) (width 0.25) (layer "B.Cu") (net 12) (tstamp 14557a29-38de-44a4-86ec-fcb0a9f76782)) - (segment (start 73.66 138.558232) (end 73.66 137.795) (width 0.25) (layer "B.Cu") (net 12) (tstamp 1d6ef075-8682-4c7f-b4b7-263c718b991c)) - (segment (start 73.295 138.16) (end 73.66 137.795) (width 0.25) (layer "B.Cu") (net 12) (tstamp 286084d4-df03-4689-a78f-1ae08cdbd5ef)) - (segment (start 77.47 142.745) (end 77.47 142.368232) (width 0.25) (layer "B.Cu") (net 12) (tstamp 4d493e3d-73b0-4598-9dee-c09fdd619bc9)) - (segment (start 73.025 137.16) (end 73.66 137.795) (width 0.25) (layer "B.Cu") (net 12) (tstamp bbac19d9-ca41-4594-a388-d3bbca9621d6)) - (segment (start 70.485 138.16) (end 73.295 138.16) (width 0.25) (layer "B.Cu") (net 12) (tstamp bbe9dafa-91d6-40a3-b2df-18b0c1cc1406)) - (segment (start 77.47 142.368232) (end 73.66 138.558232) (width 0.25) (layer "B.Cu") (net 12) (tstamp f5a1199b-f47e-4713-938f-7c650bb1ad28)) - (segment (start 53.1827 72.0109) (end 53.1827 140.5447) (width 0.25) (layer "B.Cu") (net 13) (tstamp 1d9c8f94-6e6e-4ca1-9318-2e8c0298c9a0)) - (segment (start 64.34 71.12) (end 62.9412 69.7212) (width 0.25) (layer "B.Cu") (net 13) (tstamp 4e67de7f-e2fb-4ca1-8f83-cb85c5941d86)) - (segment (start 55.4724 69.7212) (end 53.1827 72.0109) (width 0.25) (layer "B.Cu") (net 13) (tstamp 8f921b3c-92ce-4ac2-8e7a-f1d1a705d58f)) - (segment (start 53.1827 140.5447) (end 53.975 141.337) (width 0.25) (layer "B.Cu") (net 13) (tstamp a6d9d2fe-a366-4b77-830b-12f6fbc9dc20)) - (segment (start 62.9412 69.7212) (end 55.4724 69.7212) (width 0.25) (layer "B.Cu") (net 13) (tstamp cdbde7da-a65e-4240-ab52-00825e0d6667)) - (segment (start 60.755 75.835) (end 70.485 75.835) (width 0.25) (layer "B.Cu") (net 14) (tstamp c85aab0a-1412-46ea-ae98-fd5ca03da5d6)) - (segment (start 56.04 71.12) (end 60.755 75.835) (width 0.25) (layer "B.Cu") (net 14) (tstamp d19acc4f-ad12-4eb9-b05c-fd1857640a56)) - (segment (start 64.34 91.44) (end 63.5776 91.44) (width 0.25) (layer "B.Cu") (net 15) (tstamp 10ac08eb-d3f0-4dd8-9b57-05af17513c8d)) - (segment (start 53.6831 101.3345) (end 53.6831 137.9093) (width 0.25) (layer "B.Cu") (net 15) (tstamp 502da1f7-64ce-4602-9c8c-cc0e21cef823)) - (segment (start 63.5776 91.44) (end 53.6831 101.3345) (width 0.25) (layer "B.Cu") (net 15) (tstamp 72c1168a-3c66-447f-b69c-ce9de1177d46)) - (segment (start 53.6831 137.9093) (end 57.1108 141.337) (width 0.25) (layer "B.Cu") (net 15) (tstamp 79df8830-8f8f-4b96-adaa-3a7f3fd5acef)) - (segment (start 69.7829 96.155) (end 70.485 96.155) (width 0.25) (layer "B.Cu") (net 16) (tstamp 06895222-8934-4e94-8860-f0349c90c88c)) - (segment (start 64.9187 90.0178) (end 66.1243 91.2234) (width 0.25) (layer "B.Cu") (net 16) (tstamp 4c7b8dbd-a85b-4f74-9604-4191d176ca85)) - (segment (start 57.4622 90.0178) (end 64.9187 90.0178) (width 0.25) (layer "B.Cu") (net 16) (tstamp 8e82e625-ca02-415d-a329-6c4c468dd827)) - (segment (start 66.1243 92.4964) (end 69.7829 96.155) (width 0.25) (layer "B.Cu") (net 16) (tstamp b4e89adb-2c76-40c6-a5b2-8e8ecb396461)) - (segment (start 66.1243 91.2234) (end 66.1243 92.4964) (width 0.25) (layer "B.Cu") (net 16) (tstamp d72d1fd1-8a47-42f1-b5e1-81502cba8179)) - (segment (start 56.04 91.44) (end 57.4622 90.0178) (width 0.25) (layer "B.Cu") (net 16) (tstamp f557411b-5961-49b4-b62b-f6842ecd8464)) - (segment (start 54.6374 121.2724) (end 54.6374 135.7279) (width 0.25) (layer "B.Cu") (net 17) (tstamp 6889515f-63c4-4e23-b1a1-50e7aef67ce2)) - (segment (start 64.34 111.76) (end 64.1498 111.76) (width 0.25) (layer "B.Cu") (net 17) (tstamp b013d321-2523-40dd-9695-fe7ccb5c6617)) - (segment (start 64.1498 111.76) (end 54.6374 121.2724) (width 0.25) (layer "B.Cu") (net 17) (tstamp d1be6263-a6d8-434e-a033-ed57c808d0cf)) - (segment (start 54.6374 135.7279) (end 60.2465 141.337) (width 0.25) (layer "B.Cu") (net 17) (tstamp e405f624-2472-4472-889e-4479ff78d341)) - (segment (start 66.1243 112.7959) (end 69.8034 116.475) (width 0.25) (layer "B.Cu") (net 18) (tstamp 0063f73a-87e0-41e9-8509-b175650d6cd3)) - (segment (start 69.8034 116.475) (end 70.485 116.475) (width 0.25) (layer "B.Cu") (net 18) (tstamp 1bf84f82-e6c1-45d7-bff7-21474e03adf4)) - (segment (start 64.9187 110.3378) (end 66.1243 111.5434) (width 0.25) (layer "B.Cu") (net 18) (tstamp 93300bf5-4c24-4dc6-b6a4-2f3cb02234bf)) - (segment (start 57.4622 110.3378) (end 64.9187 110.3378) (width 0.25) (layer "B.Cu") (net 18) (tstamp aeedbc0a-33d3-4f23-9720-1e839f66bbdd)) - (segment (start 56.04 111.76) (end 57.4622 110.3378) (width 0.25) (layer "B.Cu") (net 18) (tstamp cb8d095a-e5e4-4b7c-8f0a-b60d4eb362e8)) - (segment (start 66.1243 111.5434) (end 66.1243 112.7959) (width 0.25) (layer "B.Cu") (net 18) (tstamp f900683b-3ed9-471c-8446-4dc8868030e5)) - (segment (start 64.34 132.08) (end 63.3822 133.0378) (width 0.25) (layer "B.Cu") (net 19) (tstamp 1509a70a-6683-4392-aa0d-ef70815f0127)) - (segment (start 63.3822 133.0378) (end 63.3822 141.337) (width 0.25) (layer "B.Cu") (net 19) (tstamp 339baff3-14d2-4b84-8747-58053d4cf7b4)) - (segment (start 64.93 130.6634) (end 66.1243 131.8577) (width 0.25) (layer "B.Cu") (net 20) (tstamp 05f62f0c-63e8-4fa8-91af-482d3084f0ec)) - (segment (start 66.1243 131.8577) (end 66.1243 133.1813) (width 0.25) (layer "B.Cu") (net 20) (tstamp 1245ad05-0171-4cef-9c67-b7725a5f9c2c)) - (segment (start 69.103 136.16) (end 70.485 136.16) (width 0.25) (layer "B.Cu") (net 20) (tstamp 3204a1cb-5edc-40f5-a0fe-f0a623efd718)) - (segment (start 66.1243 133.1813) (end 69.103 136.16) (width 0.25) (layer "B.Cu") (net 20) (tstamp 8f74b880-e70c-4577-a377-9e219a2ff173)) - (segment (start 57.4566 130.6634) (end 64.93 130.6634) (width 0.25) (layer "B.Cu") (net 20) (tstamp babe6370-24da-4ae0-ae7c-e85a5359132e)) - (segment (start 56.04 132.08) (end 57.4566 130.6634) (width 0.25) (layer "B.Cu") (net 20) (tstamp f840a2c8-f4b9-43e7-a1fa-fae9603df84e)) - (segment (start 81.28 152.24) (end 78.31 152.24) (width 0.25) (layer "B.Cu") (net 21) (tstamp 1acf9191-1ec4-4640-afa2-1cfb76bc7e78)) - (segment (start 78.31 152.24) (end 78.216 152.146) (width 0.25) (layer "B.Cu") (net 21) (tstamp c6e91afe-0f67-45ca-ab80-a12c15ef25e8)) - (segment (start 70.755 68.31) (end 73.025 66.04) (width 0.25) (layer "B.Cu") (net 22) (tstamp 428f49bb-304a-4d39-837f-c68ae33ae351)) - (segment (start 70.755 69.85) (end 70.755 68.31) (width 0.25) (layer "B.Cu") (net 22) (tstamp 7047445c-a9e5-4d39-8a08-3fbae3ab354e)) - (segment (start 73.025 87.9) (end 73.025 86.36) (width 0.25) (layer "B.Cu") (net 23) (tstamp 4ec46b26-05f0-4b27-b205-448cf5e0f161)) - (segment (start 70.755 90.17) (end 73.025 87.9) (width 0.25) (layer "B.Cu") (net 23) (tstamp cdc21e75-c3a0-4e5c-bb96-033cd8d9f782)) - (segment (start 70.755 108.95) (end 70.755 110.49) (width 0.25) (layer "B.Cu") (net 24) (tstamp 4d0613e3-7b01-4cef-a920-8c9bdebeacfb)) - (segment (start 73.025 106.68) (end 70.755 108.95) (width 0.25) (layer "B.Cu") (net 24) (tstamp 5dcbb10a-d27d-406a-ac7f-47b44ae86f26)) - (segment (start 79.518 148.844) (end 82.30201 146.05999) (width 0.25) (layer "B.Cu") (net 25) (tstamp 0d80718b-e18b-4dd9-adea-6e50e2240bf1)) - (segment (start 72.136 148.844) (end 72.914 148.844) (width 0.25) (layer "B.Cu") (net 25) (tstamp 18cfe2f2-afed-48ce-8a67-7308d2647278)) - (segment (start 68.072 148.844) (end 72.136 148.844) (width 0.25) (layer "B.Cu") (net 25) (tstamp 230ae157-59b3-4651-be6b-ed0a954d2c5f)) - (segment (start 65.34 148.844) (end 68.072 148.844) (width 0.25) (layer "B.Cu") (net 25) (tstamp 29239627-37e2-4285-bf8a-5ae1a61ac67b)) - (segment (start 88.19001 146.05999) (end 82.30201 146.05999) (width 0.25) (layer "B.Cu") (net 25) (tstamp 2e9aa56d-1c2f-4085-a01d-53db68bb0796)) - (segment (start 72.914 148.844) (end 76.216 152.146) (width 0.25) (layer "B.Cu") (net 25) (tstamp 4df0fbe5-403a-4510-85e8-4dad0233f92b)) - (segment (start 88.835 145.415) (end 88.19001 146.05999) (width 0.25) (layer "B.Cu") (net 25) (tstamp 7fe014b1-095d-4c38-a155-4632e77f1335)) - (segment (start 68.945 148.844) (end 70.215 150.114) (width 0.25) (layer "B.Cu") (net 25) (tstamp 81a08489-4858-498c-adbf-b2914d816f2a)) - (segment (start 70.2525 153.162) (end 70.2525 150.1515) (width 0.25) (layer "B.Cu") (net 25) (tstamp 8f0f2255-2074-45ca-b229-f3bf75443006)) - (segment (start 70.2525 150.1515) (end 70.215 150.114) (width 0.25) (layer "B.Cu") (net 25) (tstamp 9602ae55-8c05-4fbb-a668-41761da5a477)) - (segment (start 72.136 148.844) (end 79.518 148.844) (width 0.25) (layer "B.Cu") (net 25) (tstamp afc831b2-6cec-456c-8b30-8c85d6812cfe)) - (segment (start 68.072 148.844) (end 68.945 148.844) (width 0.25) (layer "B.Cu") (net 25) (tstamp f04b49da-377f-4712-b9a1-23d4718003f7)) - (segment (start 73.025 130.54) (end 72.755 130.81) (width 0.25) (layer "B.Cu") (net 26) (tstamp 99fbd9c7-14d3-4f47-a374-4437636aec6e)) - (segment (start 73.025 127) (end 73.025 130.54) (width 0.25) (layer "B.Cu") (net 26) (tstamp 9b885ac7-c2aa-4dcc-b22a-bd90b3a72e37)) - (segment (start 86.63 154.686) (end 84.074 154.686) (width 0.25) (layer "B.Cu") (net 27) (tstamp 3317c17f-2fac-4e4c-ab4f-9c3c6bab0d88)) - (segment (start 84.074 154.686) (end 82.55 156.21) (width 0.25) (layer "B.Cu") (net 27) (tstamp 59008783-544d-4afd-b3a0-95f9663f3ec7)) - (segment (start 80.014999 74.765001) (end 81.24 73.54) (width 0.25) (layer "B.Cu") (net 32) (tstamp 1ba2e1be-a770-4f52-a923-ee75d6716ce7)) - (segment (start 83.347191 74.765001) (end 82.465001 74.765001) (width 0.25) (layer "B.Cu") (net 32) (tstamp 2c6b5af2-88bb-4442-ac11-6460857ee76f)) - (segment (start 82.465001 74.765001) (end 81.24 73.54) (width 0.25) (layer "B.Cu") (net 32) (tstamp 321e2ec8-c0db-48f5-b666-6a02d9fd5238)) - (segment (start 76.2 77.158232) (end 78.593231 74.765001) (width 0.25) (layer "B.Cu") (net 32) (tstamp 4851826c-0406-4f67-9ac7-f88860f63394)) - (segment (start 78.593231 74.765001) (end 80.014999 74.765001) (width 0.25) (layer "B.Cu") (net 32) (tstamp 84c73af5-7156-4665-ab78-18ef490b1a54)) - (segment (start 87.376 79.105) (end 84.074 79.105) (width 0.25) (layer "B.Cu") (net 32) (tstamp 8e9fb8d6-79af-4a5d-b67c-c3fa11f139eb)) - (segment (start 76.2 77.535) (end 76.2 77.158232) (width 0.25) (layer "B.Cu") (net 32) (tstamp a014ab90-80d3-4757-bc3d-0cdc3de339fd)) - (segment (start 84.074 79.105) (end 85.09901 78.07999) (width 0.25) (layer "B.Cu") (net 32) (tstamp af9461a9-0e6c-4bff-966e-8c63c4ee9a12)) - (segment (start 85.09901 78.07999) (end 85.09901 76.51682) (width 0.25) (layer "B.Cu") (net 32) (tstamp b7a3b8ca-605d-4e6c-ac4c-964638cc9426)) - (segment (start 85.09901 76.51682) (end 83.347191 74.765001) (width 0.25) (layer "B.Cu") (net 32) (tstamp f848696c-6296-40a6-988d-c3eca258a062)) - (segment (start 87.376 99.395) (end 84.074 99.395) (width 0.25) (layer "B.Cu") (net 33) (tstamp 29d53769-2685-421e-a4e9-01bacef0ce1d)) - (segment (start 76.2 97.855) (end 76.2 96.88) (width 0.25) (layer "B.Cu") (net 33) (tstamp 3af99a98-d2e2-4d05-9641-bbd7563d1d25)) - (segment (start 83.377191 95.085001) (end 82.465001 95.085001) (width 0.25) (layer "B.Cu") (net 33) (tstamp 3bb8d4a7-e8dc-43db-a043-35e79e7cf046)) - (segment (start 77.994999 95.085001) (end 80.014999 95.085001) (width 0.25) (layer "B.Cu") (net 33) (tstamp 5e4b95c9-3ad8-450b-b0cf-f05b51f7b377)) - (segment (start 82.465001 95.085001) (end 81.24 93.86) (width 0.25) (layer "B.Cu") (net 33) (tstamp 77c67d2d-7649-4022-a445-350fa5b3fd8f)) - (segment (start 76.2 96.88) (end 77.994999 95.085001) (width 0.25) (layer "B.Cu") (net 33) (tstamp 92a52201-10c9-459e-bb57-05a65735c9cc)) - (segment (start 80.014999 95.085001) (end 81.24 93.86) (width 0.25) (layer "B.Cu") (net 33) (tstamp 95d6a348-8c44-4374-bcc5-552526efb525)) - (segment (start 85.09901 98.36999) (end 85.09901 96.80682) (width 0.25) (layer "B.Cu") (net 33) (tstamp aa40dd78-efbe-443b-bd98-026f9bb6a24c)) - (segment (start 84.074 99.395) (end 85.09901 98.36999) (width 0.25) (layer "B.Cu") (net 33) (tstamp cccbf4ff-dae1-4b63-a7cf-1981afda112f)) - (segment (start 85.09901 96.80682) (end 83.377191 95.085001) (width 0.25) (layer "B.Cu") (net 33) (tstamp ce4082cd-7e21-4299-bbb3-e2206469a4a8)) - (segment (start 84.074 119.745) (end 85.09901 118.71999) (width 0.25) (layer "B.Cu") (net 34) (tstamp 0e432bd7-4812-4701-9c23-23a18ba50b69)) - (segment (start 84.074 119.745) (end 87.376 119.745) (width 0.25) (layer "B.Cu") (net 34) (tstamp 1027b03c-24f8-4cae-ae1b-c2652100ca7d)) - (segment (start 76.2 117.798232) (end 78.593231 115.405001) (width 0.25) (layer "B.Cu") (net 34) (tstamp 13dfd57a-7a1b-4001-ab68-31945b4ddd2d)) - (segment (start 76.2 118.175) (end 76.2 117.798232) (width 0.25) (layer "B.Cu") (net 34) (tstamp 330f467d-b3ab-4c0a-9af5-f2e8fe936667)) - (segment (start 84.163001 115.405001) (end 82.465001 115.405001) (width 0.25) (layer "B.Cu") (net 34) (tstamp 54b3357d-fcea-40db-91d1-bc46479de275)) - (segment (start 85.09901 116.34101) (end 84.163001 115.405001) (width 0.25) (layer "B.Cu") (net 34) (tstamp 601dbb14-77ee-4136-b185-6f7a1a311ee5)) - (segment (start 85.09901 118.71999) (end 85.09901 116.34101) (width 0.25) (layer "B.Cu") (net 34) (tstamp 7402c293-60a6-42df-b60e-dd8a9d10123a)) - (segment (start 78.593231 115.405001) (end 80.014999 115.405001) (width 0.25) (layer "B.Cu") (net 34) (tstamp 931354bf-e790-4121-8c08-d86d66d4ef6a)) - (segment (start 80.014999 115.405001) (end 81.24 114.18) (width 0.25) (layer "B.Cu") (net 34) (tstamp c0eebc7b-9829-486d-9581-53234d8add57)) - (segment (start 82.465001 115.405001) (end 81.24 114.18) (width 0.25) (layer "B.Cu") (net 34) (tstamp c5891d8d-ef66-44b1-8509-5e3b89c691f1)) - (segment (start 77.888999 135.725001) (end 77.294999 135.725001) (width 0.25) (layer "B.Cu") (net 35) (tstamp 1f590ecf-443b-44c8-8d0f-d1ea983d20a7)) - (segment (start 81.24 134.5) (end 80.014999 135.725001) (width 0.25) (layer "B.Cu") (net 35) (tstamp 4283724d-5135-40ba-a858-6a3871e4541b)) - (segment (start 77.294999 135.725001) (end 76.2 136.82) (width 0.25) (layer "B.Cu") (net 35) (tstamp 7cd6a217-803b-464c-806f-f7f79a6f7c28)) - (segment (start 87.376 138.765) (end 84.074 138.765) (width 0.25) (layer "B.Cu") (net 35) (tstamp 98c4b3f3-f411-4c85-9187-0cf881bc9724)) - (segment (start 80.0548 137.91999) (end 77.888999 135.754189) (width 0.25) (layer "B.Cu") (net 35) (tstamp b471f757-51be-4c5b-a037-7af8360deb4e)) - (segment (start 80.014999 135.725001) (end 77.888999 135.725001) (width 0.25) (layer "B.Cu") (net 35) (tstamp b72ace8d-1cf1-46c4-841b-c9a8a3ee1a87)) - (segment (start 84.074 138.765) (end 83.22899 137.91999) (width 0.25) (layer "B.Cu") (net 35) (tstamp d449dbc6-fe16-43ff-8871-4c9af44881fe)) - (segment (start 83.22899 137.91999) (end 80.0548 137.91999) (width 0.25) (layer "B.Cu") (net 35) (tstamp d856dba8-05d7-4ae7-add7-f2e29733ad86)) - (segment (start 76.2 136.82) (end 76.2 137.795) (width 0.25) (layer "B.Cu") (net 35) (tstamp de05bfe0-1a37-4e88-9c39-9c6e06341227)) - (segment (start 77.888999 135.754189) (end 77.888999 135.725001) (width 0.25) (layer "B.Cu") (net 35) (tstamp e21cd863-06f0-4e1f-af65-457a90175b26)) - (segment (start 66.46482 146.94899) (end 63.931778 146.94899) (width 0.25) (layer "B.Cu") (net 36) (tstamp 0a010096-8c4a-4a42-82e4-a6dd03a6dc4b)) - (segment (start 69.88999 145.78699) (end 67.62682 145.78699) (width 0.25) (layer "B.Cu") (net 36) (tstamp 1e0accae-b07d-4626-9d17-f5db37ac129c)) - (segment (start 70.215 146.112) (end 69.88999 145.78699) (width 0.25) (layer "B.Cu") (net 36) (tstamp 1fb4e6ed-562d-42a9-8fba-7f9171cfea73)) - (segment (start 60.12 149.844) (end 60.39 150.114) (width 0.25) (layer "B.Cu") (net 36) (tstamp 34a35f16-05d5-4565-9f03-41f4405fcbc1)) - (segment (start 57.277 149.844) (end 60.12 149.844) (width 0.25) (layer "B.Cu") (net 36) (tstamp 5147c323-1cbf-4a9a-b41e-a17087dd0c60)) - (segment (start 53.975 149.8815) (end 54.0125 149.844) (width 0.25) (layer "B.Cu") (net 36) (tstamp 6db4e935-a129-4a20-84a4-3c74b1a99285)) - (segment (start 54.0125 149.844) (end 57.277 149.844) (width 0.25) (layer "B.Cu") (net 36) (tstamp 729998f4-4497-4b85-ae35-05db389af67c)) - (segment (start 60.766768 150.114) (end 60.39 150.114) (width 0.25) (layer "B.Cu") (net 36) (tstamp a95c5111-ef46-4a27-9524-a0e7cf1e86ef)) - (segment (start 67.62682 145.78699) (end 66.46482 146.94899) (width 0.25) (layer "B.Cu") (net 36) (tstamp b4a959e9-dbac-4f97-8f32-c28bdc7dc202)) - (segment (start 70.215 146.812) (end 70.215 146.112) (width 0.25) (layer "B.Cu") (net 36) (tstamp bfeb441b-bab7-4fbd-aa7c-5faec1cb4543)) - (segment (start 63.931778 146.94899) (end 60.766768 150.114) (width 0.25) (layer "B.Cu") (net 36) (tstamp ee0b221a-77a4-4fc3-b9d7-7bc06394989f)) - (segment (start 76.2 74.66) (end 75.7925 75.0675) (width 0.25) (layer "B.Cu") (net 37) (tstamp 2b8f08a6-90cc-4bb9-9efc-42db068892b3)) - (segment (start 75.7925 75.0675) (end 74.93 75.93) (width 0.25) (layer "B.Cu") (net 37) (tstamp a60c13d1-3db8-44be-b35d-9899c35dbf3d)) - (segment (start 74.93 75.93) (end 74.93 77.535) (width 0.25) (layer "B.Cu") (net 37) (tstamp cd74a29e-08ef-47d4-9e7d-08e307139573)) - (segment (start 75.7925 75.0675) (end 73.3849 72.66) (width 0.25) (layer "B.Cu") (net 37) (tstamp dd226ce3-6849-4557-8a63-eb1b2c86877a)) - (segment (start 73.3849 72.66) (end 73.025 72.66) (width 0.25) (layer "B.Cu") (net 37) (tstamp eb4139b0-2e6a-4e06-a9ad-96096f760c75)) - (segment (start 76.2 93.36681) (end 76.2 92.98) (width 0.25) (layer "B.Cu") (net 38) (tstamp 91243859-b2b3-46d1-a891-4af0b4cb2ede)) - (segment (start 76.2 92.98) (end 73.025 92.98) (width 0.25) (layer "B.Cu") (net 38) (tstamp a9827147-9a61-454e-ba27-26a70f6b4888)) - (segment (start 74.93 97.855) (end 74.93 94.63681) (width 0.25) (layer "B.Cu") (net 38) (tstamp ccb7970b-62ec-4b58-a216-178b8862539a)) - (segment (start 74.93 94.63681) (end 76.2 93.36681) (width 0.25) (layer "B.Cu") (net 38) (tstamp e1d1d6c5-b49d-4001-9824-319e99bda834)) - (segment (start 74.93 118.175) (end 74.92099 118.16599) (width 0.25) (layer "B.Cu") (net 39) (tstamp 007bb676-fd3b-4162-ae92-2e2beb0e079a)) - (segment (start 74.92099 114.69001) (end 75.946 113.665) (width 0.25) (layer "B.Cu") (net 39) (tstamp 17750f0b-ef8a-4b6e-82f2-8661678a162d)) - (segment (start 75.946 113.665) (end 73.025 113.665) (width 0.25) (layer "B.Cu") (net 39) (tstamp 2b3a4ba8-7860-4a72-80da-83c94eed73fb)) - (segment (start 74.92099 118.16599) (end 74.92099 114.69001) (width 0.25) (layer "B.Cu") (net 39) (tstamp 95c28780-bc08-4050-b7a7-6a9feff1da44)) - (segment (start 61.148 61.01) (end 61.198 60.96) (width 0.25) (layer "B.Cu") (net 40) (tstamp 653e5dbc-1f97-4f76-b1e3-ffe0e2c1ad77)) - (segment (start 61.148 64.9455) (end 61.148 61.01) (width 0.25) (layer "B.Cu") (net 40) (tstamp d2f51658-e91b-49a0-9187-de3dbd512011)) - (segment (start 61.198 60.96) (end 64.34 60.96) (width 0.25) (layer "B.Cu") (net 40) (tstamp f0b25e54-630c-449c-9e32-70dec800cb1d)) - (segment (start 76.2 132.985) (end 74.93 132.985) (width 0.25) (layer "B.Cu") (net 41) (tstamp 9cb7b8f8-ebc6-4a6a-8120-239a64af40eb)) - (segment (start 74.93 132.985) (end 74.93 137.795) (width 0.25) (layer "B.Cu") (net 41) (tstamp de6150c5-7872-4cc6-b81f-9a641e3eb0d1)) - (segment (start 74.93 132.985) (end 73.025 132.985) (width 0.25) (layer "B.Cu") (net 41) (tstamp eb06fad0-cac7-4800-83ec-8846ef2c3da6)) - (segment (start 90.168 148.8639) (end 89.2591 147.955) (width 0.25) (layer "B.Cu") (net 42) (tstamp 006caf5d-5d0c-4799-8efa-9d8fc85aa18e)) - (segment (start 90.168 148.8639) (end 90.168 153.148) (width 0.25) (layer "B.Cu") (net 42) (tstamp 10c902d1-559f-43db-b041-557bf971d626)) - (segment (start 88.835 146.685) (end 88.835 147.955) (width 0.25) (layer "B.Cu") (net 42) (tstamp 55f20a03-42d3-42fb-a989-3b48447a3157)) - (segment (start 90.168 153.148) (end 88.63 154.686) (width 0.25) (layer "B.Cu") (net 42) (tstamp 79e2640b-7e9b-41fc-92d4-dc5fba9068a6)) - (segment (start 89.2591 147.955) (end 88.835 147.955) (width 0.25) (layer "B.Cu") (net 42) (tstamp d60d6aff-fa2e-4a32-a3f7-2171e8e42151)) - (segment (start 71.99884 78.99908) (end 71.99884 73.74128) (width 0.25) (layer "F.Cu") (net 43) (tstamp 197032f1-ef56-44fd-8b21-a9add48243ed)) - (segment (start 71.99884 73.74128) (end 71.96836 73.7108) (width 0.25) (layer "F.Cu") (net 43) (tstamp 4a607a06-da85-468b-b6d1-0952681f3942)) - (via (at 71.99884 78.99908) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 43) (tstamp 21e79574-9e9d-487e-8408-641ee852fba0)) - (via (at 71.96836 73.7108) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 43) (tstamp 2fd12e4c-3a0e-4267-bb7f-52ee7bcc9286)) - (segment (start 71.96836 73.7108) (end 71.96836 70.63664) (width 0.25) (layer "B.Cu") (net 43) (tstamp 2c70e9b0-515d-4314-a744-f1e7acf7e51e)) - (segment (start 71.96836 70.63664) (end 72.755 69.85) (width 0.25) (layer "B.Cu") (net 43) (tstamp 56e86af9-84e0-40e1-a45e-ac63955ad075)) - (segment (start 74.93 82.485) (end 76.2 82.485) (width 0.25) (layer "B.Cu") (net 43) (tstamp 5c7b371e-194a-47a8-b9cb-7d521fdb75e1)) - (segment (start 74.93 81.93024) (end 71.99884 78.99908) (width 0.25) (layer "B.Cu") (net 43) (tstamp d9773824-4a9a-4c77-b693-d2e7ddf2f262)) - (segment (start 74.93 82.485) (end 74.93 81.93024) (width 0.25) (layer "B.Cu") (net 43) (tstamp ee135c97-4509-4130-831f-186d11876e99)) - (segment (start 72.0598 119.2798) (end 72.0598 111.97844) (width 0.25) (layer "F.Cu") (net 44) (tstamp 47d8b2ef-40e7-4966-a32d-99a297615fed)) - (via (at 72.0598 119.2798) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 44) (tstamp 93956a06-4133-4ee9-aa81-dd49ea29b4ba)) - (via (at 72.0598 111.97844) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 44) (tstamp f13f5b78-a5f6-49bf-a0af-46c579dc2b82)) - (segment (start 76.2 123.125) (end 74.93 123.125) (width 0.25) (layer "B.Cu") (net 44) (tstamp 0d2ff325-4a92-4360-89aa-45a97a15a76b)) - (segment (start 72.0598 111.97844) (end 72.0598 111.1852) (width 0.25) (layer "B.Cu") (net 44) (tstamp 144f5285-1454-48ef-8f96-2b2dbf6e2c48)) - (segment (start 72.0598 111.1852) (end 72.755 110.49) (width 0.25) (layer "B.Cu") (net 44) (tstamp 3a897ebd-09fa-4dde-8fe1-26847e44de59)) - (segment (start 74.93 123.125) (end 74.93 122.15) (width 0.25) (layer "B.Cu") (net 44) (tstamp c593b999-bba5-4b3c-90f4-f5232840c7e6)) - (segment (start 74.93 122.15) (end 72.0598 119.2798) (width 0.25) (layer "B.Cu") (net 44) (tstamp efbd6138-7b87-40dc-bc04-92a815001c3b)) - (segment (start 72.22236 99.1362) (end 72.22236 93.568255) (width 0.25) (layer "F.Cu") (net 45) (tstamp 0c349983-9217-4183-bc1a-ee7062a3e3ec)) - (segment (start 72.22236 93.568255) (end 71.713145 93.05904) (width 0.25) (layer "F.Cu") (net 45) (tstamp 7db24cda-79d1-4977-8056-841be8255020)) - (via (at 71.713145 93.05904) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 45) (tstamp 479d78b6-5fec-4df1-a34e-8e21fe518cb6)) - (via (at 72.22236 99.1362) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 45) (tstamp 5f1458eb-ca5d-4251-9216-d2592f0be074)) - (segment (start 76.2 102.805) (end 74.93 102.805) (width 0.25) (layer "B.Cu") (net 45) (tstamp 2470f5c6-d51b-4164-a761-68cbcfc5a8d1)) - (segment (start 71.713145 91.211855) (end 72.755 90.17) (width 0.25) (layer "B.Cu") (net 45) (tstamp 8f8b43e0-ed15-420f-9f59-bca62a71b717)) - (segment (start 71.713145 93.05904) (end 71.713145 91.211855) (width 0.25) (layer "B.Cu") (net 45) (tstamp b46547c5-a34c-4888-9a4a-b5a3c0a66eb2)) - (segment (start 74.93 101.84384) (end 72.22236 99.1362) (width 0.25) (layer "B.Cu") (net 45) (tstamp c254019e-cc25-4924-aad8-37b718de7665)) - (segment (start 74.93 102.805) (end 74.93 101.84384) (width 0.25) (layer "B.Cu") (net 45) (tstamp d4c20331-c5a1-4f2c-b829-f2ddd5d61046)) - (segment (start 70.61708 137.42416) (end 70.61708 132.75056) (width 0.25) (layer "F.Cu") (net 46) (tstamp 0f801522-030d-464f-94ee-7dd8afabb0e3)) - (segment (start 72.21728 139.02436) (end 70.61708 137.42416) (width 0.25) (layer "F.Cu") (net 46) (tstamp ca0b229d-75b5-49a5-9fd7-3189ecbb92d3)) - (via (at 70.61708 132.75056) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 46) (tstamp 52fea015-9663-4403-903d-aeea29ece899)) - (via (at 72.21728 139.02436) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 46) (tstamp ec7111a6-e302-4fe3-b443-252782cdd033)) - (segment (start 70.61708 130.94792) (end 70.755 130.81) (width 0.25) (layer "B.Cu") (net 46) (tstamp 15fcae11-147c-46e9-8827-71f1b71ef707)) - (segment (start 74.93 142.745) (end 74.93 141.73708) (width 0.25) (layer "B.Cu") (net 46) (tstamp 3a6e1d58-b2ee-46df-9b1b-ea5be77f3e50)) - (segment (start 70.61708 132.75056) (end 70.61708 130.94792) (width 0.25) (layer "B.Cu") (net 46) (tstamp 8765484d-10a8-4dae-a20e-8b2702c16f90)) - (segment (start 74.93 141.73708) (end 72.21728 139.02436) (width 0.25) (layer "B.Cu") (net 46) (tstamp 957f414c-079e-406f-baa5-c54d572532e7)) - (segment (start 76.2 142.745) (end 74.93 142.745) (width 0.25) (layer "B.Cu") (net 46) (tstamp e7074273-04f8-472a-b436-dc7c6b4d0912)) - (segment (start 82.534 147.6466) (end 83.4956 146.685) (width 0.25) (layer "B.Cu") (net 47) (tstamp 3b633112-ae80-46b8-a091-d8d8b2562a89)) - (segment (start 83.885 149.225) (end 83.4774 149.225) (width 0.25) (layer "B.Cu") (net 47) (tstamp 8537d203-ac67-411b-930d-58e4170974e9)) - (segment (start 82.534 148.2816) (end 82.534 147.6466) (width 0.25) (layer "B.Cu") (net 47) (tstamp a749004e-1995-42b6-832b-47b418dcb51c)) - (segment (start 83.4956 146.685) (end 83.885 146.685) (width 0.25) (layer "B.Cu") (net 47) (tstamp ad1476e9-2712-4f3a-b254-bc8d3ec976f5)) - (segment (start 83.4774 149.225) (end 82.534 148.2816) (width 0.25) (layer "B.Cu") (net 47) (tstamp db36e091-0a3d-423f-a373-bdcd3881ed54)) - (segment (start 83.74 73.54) (end 79.9296 69.7296) (width 0.25) (layer "F.Cu") (net 48) (tstamp 249173c2-55d2-44d6-a8b9-d7a94dbfefe6)) - (segment (start 64.8096 69.7296) (end 56.04 60.96) (width 0.25) (layer "F.Cu") (net 48) (tstamp 94993eab-fd13-40bf-99ce-989001836cac)) - (segment (start 79.9296 69.7296) (end 64.8096 69.7296) (width 0.25) (layer "F.Cu") (net 48) (tstamp e7a5015d-29e8-4ca2-8266-950b28c09db0)) - (segment (start 87.305 77.105) (end 83.74 73.54) (width 0.25) (layer "B.Cu") (net 48) (tstamp 2569f68c-9f41-47bc-a624-ce203391e610)) - (segment (start 76.2 72.66) (end 76.995011 71.864989) (width 0.25) (layer "B.Cu") (net 48) (tstamp 43dde722-c263-4352-96ee-1614e6c3c4c3)) - (segment (start 76.995011 71.864989) (end 82.064989 71.864989) (width 0.25) (layer "B.Cu") (net 48) (tstamp 8f888e83-539b-4762-96f1-95e9b750da51)) - (segment (start 87.376 77.105) (end 87.305 77.105) (width 0.25) (layer "B.Cu") (net 48) (tstamp b3db0b3d-200d-4114-8b35-12a332f91698)) - (segment (start 82.064989 71.864989) (end 83.74 73.54) (width 0.25) (layer "B.Cu") (net 48) (tstamp f5fb1e0d-0cc0-4182-9cc5-d4c7d0568ac6)) - (segment (start 64.8096 90.0496) (end 56.04 81.28) (width 0.25) (layer "F.Cu") (net 49) (tstamp 3b5b7e7b-6ada-4941-bf62-6c7dff75ba73)) - (segment (start 83.74 93.86) (end 79.9296 90.0496) (width 0.25) (layer "F.Cu") (net 49) (tstamp 5db98719-6f0f-4996-b696-ac969eee1307)) - (segment (start 79.9296 90.0496) (end 64.8096 90.0496) (width 0.25) (layer "F.Cu") (net 49) (tstamp a111a808-c80e-4671-a642-70e74da84f03)) - (segment (start 76.2 94.59319) (end 77.514999 93.278191) (width 0.25) (layer "B.Cu") (net 49) (tstamp 2b80eb48-da3d-4fa4-9e2a-994943581736)) - (segment (start 82.514999 92.634999) (end 83.74 93.86) (width 0.25) (layer "B.Cu") (net 49) (tstamp 368d5fd1-c3dc-4fd0-a058-8c4524b25e20)) - (segment (start 87.376 97.395) (end 87.275 97.395) (width 0.25) (layer "B.Cu") (net 49) (tstamp 6624fa2b-a1a4-4ea3-84a9-e5853b034067)) - (segment (start 77.514999 92.699999) (end 77.579999 92.634999) (width 0.25) (layer "B.Cu") (net 49) (tstamp 77b8296b-c3e8-4c71-a22f-fc5bdf27659b)) - (segment (start 87.275 97.395) (end 83.74 93.86) (width 0.25) (layer "B.Cu") (net 49) (tstamp 79f2a585-5b37-4647-9af5-30d947546be9)) - (segment (start 77.514999 93.278191) (end 77.514999 92.699999) (width 0.25) (layer "B.Cu") (net 49) (tstamp 9a2a8833-d624-4de2-8ef0-b1d1f53a8be3)) - (segment (start 77.579999 92.634999) (end 82.514999 92.634999) (width 0.25) (layer "B.Cu") (net 49) (tstamp 9da46981-c1d6-4c2c-9de8-8ec045128f36)) - (segment (start 76.2 94.98) (end 76.2 94.59319) (width 0.25) (layer "B.Cu") (net 49) (tstamp a9d52f82-3770-4ca5-8e04-e65e5b4efc05)) - (segment (start 81.027972 108.62501) (end 83.74 111.337037) (width 0.25) (layer "F.Cu") (net 50) (tstamp 3f72e800-b9d6-43a7-be07-51f4214f24ba)) - (segment (start 63.06501 108.62501) (end 81.027972 108.62501) (width 0.25) (layer "F.Cu") (net 50) (tstamp 5521743d-e9b1-4752-bb59-8c16c554bba6)) - (segment (start 56.04 101.6) (end 63.06501 108.62501) (width 0.25) (layer "F.Cu") (net 50) (tstamp bad1e20b-542f-4587-b13e-0fd16340504f)) - (segment (start 83.74 111.337037) (end 83.74 114.18) (width 0.25) (layer "F.Cu") (net 50) (tstamp e6cffb9b-f161-4512-9e56-bc977e7580f1)) - (segment (start 77.514999 113.019999) (end 77.579999 112.954999) (width 0.25) (layer "B.Cu") (net 50) (tstamp 063796c7-9afb-4e5a-b0fb-55dae63dbddd)) - (segment (start 75.946 115.665) (end 77.514999 114.096001) (width 0.25) (layer "B.Cu") (net 50) (tstamp 23029a7e-f361-4275-8a58-2fed3e8ab9b3)) - (segment (start 87.305 117.745) (end 83.74 114.18) (width 0.25) (layer "B.Cu") (net 50) (tstamp 4414c02f-9ba5-47d8-9bf7-ea74e9d84baa)) - (segment (start 87.376 117.745) (end 87.305 117.745) (width 0.25) (layer "B.Cu") (net 50) (tstamp 9f94ce90-ddd5-4d1c-a89c-1a7d8706b929)) - (segment (start 77.514999 114.096001) (end 77.514999 113.019999) (width 0.25) (layer "B.Cu") (net 50) (tstamp af71f08e-a879-4b22-acd5-513bffcd284c)) - (segment (start 82.514999 112.954999) (end 83.74 114.18) (width 0.25) (layer "B.Cu") (net 50) (tstamp d18dd230-e0c5-484a-9e9b-798c5fe44298)) - (segment (start 77.579999 112.954999) (end 82.514999 112.954999) (width 0.25) (layer "B.Cu") (net 50) (tstamp ea31b4e8-5ec0-4ff6-864c-c8711aec39f6)) - (segment (start 64.809999 130.689999) (end 56.04 121.92) (width 0.25) (layer "F.Cu") (net 51) (tstamp bb216c91-3f96-4369-8755-4c3c09eb0e61)) - (segment (start 79.929999 130.689999) (end 64.809999 130.689999) (width 0.25) (layer "F.Cu") (net 51) (tstamp bd3c3f70-b932-4100-b5e1-a9619e034e58)) - (segment (start 83.74 134.5) (end 79.929999 130.689999) (width 0.25) (layer "F.Cu") (net 51) (tstamp d2aaf49c-4d2f-4835-90da-0695d7097b23)) - (segment (start 87.376 136.765) (end 86.005 136.765) (width 0.25) (layer "B.Cu") (net 51) (tstamp 2c036962-d98f-48f0-98e0-9fb1a9f575bd)) - (segment (start 82.514999 133.274999) (end 83.74 134.5) (width 0.25) (layer "B.Cu") (net 51) (tstamp 2c607fca-5368-4b0e-90df-c844ee18a22c)) - (segment (start 76.2 134.654998) (end 77.579999 133.274999) (width 0.25) (layer "B.Cu") (net 51) (tstamp 3905d364-41b2-4c66-8baa-9fb05bd91b6c)) - (segment (start 86.005 136.765) (end 83.74 134.5) (width 0.25) (layer "B.Cu") (net 51) (tstamp 5810494b-83a8-4c4a-a9a3-1205c95cb4b7)) - (segment (start 77.579999 133.274999) (end 82.514999 133.274999) (width 0.25) (layer "B.Cu") (net 51) (tstamp d690c391-a545-4c5e-8b8f-d31cbd99ae6e)) - (segment (start 76.2 134.985) (end 76.2 134.654998) (width 0.25) (layer "B.Cu") (net 51) (tstamp e258094b-e06f-4066-b280-c2d17c39a2d3)) - - (zone (net 1) (net_name "GND") (layer "F.Cu") (tstamp 7ec0189c-7bbc-4dd2-a181-1084e8e11ee6) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 91.186 159.004) - (xy 50.8 159.004) - (xy 50.8 50.8) - (xy 91.186 50.8) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 54.30402 50.895502) - (xy 54.350513 50.949158) - (xy 54.360617 51.019432) - (xy 54.331123 51.084012) - (xy 54.319452 51.095813) - (xy 54.318169 51.096949) - (xy 54.277153 51.143245) - (xy 54.274545 51.146016) - (xy 52.920602 52.499958) - (xy 52.85829 52.533984) - (xy 52.842489 52.536384) - (xy 52.635913 52.554457) - (xy 52.414759 52.613715) - (xy 52.414753 52.613717) - (xy 52.20725 52.710477) - (xy 52.019703 52.841799) - (xy 52.019697 52.841804) - (xy 51.857804 53.003697) - (xy 51.857799 53.003703) - (xy 51.726477 53.19125) - (xy 51.629717 53.398753) - (xy 51.629715 53.398759) - (xy 51.573125 53.609955) - (xy 51.570457 53.619913) - (xy 51.550502 53.848) - (xy 51.570457 54.076087) - (xy 51.597133 54.175641) - (xy 51.629715 54.29724) - (xy 51.629717 54.297246) - (xy 51.673537 54.391218) - (xy 51.726477 54.504749) - (xy 51.857802 54.6923) - (xy 52.0197 54.854198) - (xy 52.207251 54.985523) - (xy 52.414757 55.082284) - (xy 52.635913 55.141543) - (xy 52.864 55.161498) - (xy 53.092087 55.141543) - (xy 53.313243 55.082284) - (xy 53.520749 54.985523) - (xy 53.526613 54.981416) - (xy 53.593881 54.958725) - (xy 53.662743 54.976003) - (xy 53.69468 55.004574) - (xy 53.694723 55.004532) - (xy 53.695486 55.005295) - (xy 53.699756 55.009115) - (xy 53.701094 55.010903) - (xy 53.818034 55.098444) - (xy 53.954906 55.149494) - (xy 54.015402 55.155999) - (xy 54.015415 55.156) - (xy 54.61 55.156) - (xy 54.61 54.159686) - (xy 54.625955 54.175641) - (xy 54.738852 54.233165) - (xy 54.832519 54.248) - (xy 54.895481 54.248) - (xy 54.989148 54.233165) - (xy 55.102045 54.175641) - (xy 55.118 54.159686) - (xy 55.118 55.156) - (xy 55.712585 55.156) - (xy 55.712597 55.155999) - (xy 55.773093 55.149494) - (xy 55.909964 55.098444) - (xy 55.909965 55.098444) - (xy 56.026904 55.010904) - (xy 56.114444 54.893965) - (xy 56.114444 54.893964) - (xy 56.165494 54.757093) - (xy 56.171999 54.696597) - (xy 56.172 54.696585) - (xy 56.172 54.102) - (xy 55.175686 54.102) - (xy 55.191641 54.086045) - (xy 55.249165 53.973148) - (xy 55.268986 53.848) - (xy 55.249165 53.722852) - (xy 55.191641 53.609955) - (xy 55.175686 53.594) - (xy 56.172 53.594) - (xy 56.172 52.999414) - (xy 56.171999 52.999402) - (xy 56.165494 52.938906) - (xy 56.114444 52.802035) - (xy 56.114444 52.802034) - (xy 56.026904 52.685095) - (xy 55.909965 52.597555) - (xy 55.828192 52.567056) - (xy 55.771356 52.524509) - (xy 55.746545 52.457989) - (xy 55.761636 52.388615) - (xy 55.811839 52.338412) - (xy 55.872224 52.323) - (xy 63.949339 52.323) - (xy 64.01746 52.343002) - (xy 64.063953 52.396658) - (xy 64.074858 52.438014) - (xy 64.083314 52.534655) - (xy 64.08862 52.554457) - (xy 64.138043 52.738908) - (xy 64.138045 52.738912) - (xy 64.227412 52.930561) - (xy 64.348692 53.103767) - (xy 64.348696 53.103772) - (xy 64.348699 53.103776) - (xy 64.498224 53.253301) - (xy 64.498228 53.253304) - (xy 64.498232 53.253307) - (xy 64.671438 53.374587) - (xy 64.760902 53.416305) - (xy 64.814187 53.463222) - (xy 64.833648 53.5315) - (xy 64.813106 53.59946) - (xy 64.760902 53.644695) - (xy 64.671438 53.686412) - (xy 64.498232 53.807692) - (xy 64.498221 53.807701) - (xy 64.348701 53.957221) - (xy 64.348692 53.957232) - (xy 64.227412 54.130438) - (xy 64.138045 54.322087) - (xy 64.138043 54.322091) - (xy 64.108363 54.43286) - (xy 64.083314 54.526345) - (xy 64.064884 54.737) - (xy 64.083314 54.947655) - (xy 64.105151 55.02915) - (xy 64.138042 55.151905) - (xy 64.138044 55.15191) - (xy 64.142515 55.161498) - (xy 64.227412 55.343561) - (xy 64.348692 55.516767) - (xy 64.348696 55.516772) - (xy 64.348699 55.516776) - (xy 64.498224 55.666301) - (xy 64.498228 55.666304) - (xy 64.498232 55.666307) - (xy 64.671438 55.787587) - (xy 64.671441 55.787588) - (xy 64.671442 55.787589) - (xy 64.86309 55.876956) - (xy 65.067345 55.931686) - (xy 65.278 55.950116) - (xy 65.488655 55.931686) - (xy 65.69291 55.876956) - (xy 65.884558 55.787589) - (xy 66.057776 55.666301) - (xy 66.207301 55.516776) - (xy 66.328589 55.343558) - (xy 66.417956 55.15191) - (xy 66.426293 55.120794) - (xy 66.463244 55.060172) - (xy 66.527104 55.02915) - (xy 66.597599 55.037578) - (xy 66.652346 55.08278) - (xy 66.669707 55.120795) - (xy 66.678042 55.151905) - (xy 66.678043 55.151908) - (xy 66.678044 55.15191) - (xy 66.682515 55.161498) - (xy 66.767412 55.343561) - (xy 66.888692 55.516767) - (xy 66.888696 55.516772) - (xy 66.888699 55.516776) - (xy 67.038224 55.666301) - (xy 67.038228 55.666304) - (xy 67.038232 55.666307) - (xy 67.211438 55.787587) - (xy 67.211441 55.787588) - (xy 67.211442 55.787589) - (xy 67.40309 55.876956) - (xy 67.607345 55.931686) - (xy 67.818 55.950116) - (xy 68.028655 55.931686) - (xy 68.23291 55.876956) - (xy 68.424558 55.787589) - (xy 68.597776 55.666301) - (xy 68.747301 55.516776) - (xy 68.868589 55.343558) - (xy 68.957956 55.15191) - (xy 69.012686 54.947655) - (xy 69.031116 54.737) - (xy 69.018169 54.589018) - (xy 69.032157 54.519413) - (xy 69.05459 54.488944) - (xy 69.311132 54.232404) - (xy 69.373444 54.198379) - (xy 69.400227 54.1955) - (xy 73.63086 54.1955) - (xy 73.698981 54.215502) - (xy 73.745474 54.269158) - (xy 73.755578 54.339432) - (xy 73.753004 54.352431) - (xy 73.712437 54.512624) - (xy 73.712436 54.51263) - (xy 73.712436 54.512632) - (xy 73.693844 54.737) - (xy 73.711232 54.946844) - (xy 73.712437 54.961375) - (xy 73.767702 55.179612) - (xy 73.767703 55.179613) - (xy 73.767704 55.179616) - (xy 73.856379 55.381777) - (xy 73.858141 55.385793) - (xy 73.981275 55.574265) - (xy 73.981279 55.57427) - (xy 74.133762 55.739908) - (xy 74.19502 55.787587) - (xy 74.309392 55.876607) - (xy 74.350862 55.934232) - (xy 74.358 55.976038) - (xy 74.358 56.037961) - (xy 74.337998 56.106082) - (xy 74.309391 56.137392) - (xy 74.133766 56.274088) - (xy 73.981279 56.439729) - (xy 73.981275 56.439734) - (xy 73.858141 56.628206) - (xy 73.767703 56.834386) - (xy 73.767702 56.834387) - (xy 73.712437 57.052624) - (xy 73.712436 57.05263) - (xy 73.712436 57.052632) - (xy 73.693844 57.277) - (xy 73.711232 57.486844) - (xy 73.712437 57.501375) - (xy 73.767702 57.719612) - (xy 73.767703 57.719613) - (xy 73.858141 57.925793) - (xy 73.981275 58.114265) - (xy 73.981279 58.11427) - (xy 74.133762 58.279908) - (xy 74.188331 58.322381) - (xy 74.311424 58.418189) - (xy 74.509426 58.525342) - (xy 74.509427 58.525342) - (xy 74.509428 58.525343) - (xy 74.621227 58.563723) - (xy 74.722365 58.598444) - (xy 74.944431 58.6355) - (xy 74.944435 58.6355) - (xy 75.169565 58.6355) - (xy 75.169569 58.6355) - (xy 75.391635 58.598444) - (xy 75.604574 58.525342) - (xy 75.802576 58.418189) - (xy 75.98024 58.279906) - (xy 76.132722 58.114268) - (xy 76.221816 57.977898) - (xy 76.275819 57.93181) - (xy 76.346167 57.922235) - (xy 76.410524 57.952212) - (xy 76.432782 57.977898) - (xy 76.473922 58.040866) - (xy 77.112638 57.402149) - (xy 77.137507 57.486844) - (xy 77.215239 57.607798) - (xy 77.3239 57.701952) - (xy 77.454685 57.76168) - (xy 77.469412 57.763797) - (xy 76.83131 58.401898) - (xy 76.851694 58.417763) - (xy 76.851696 58.417765) - (xy 77.049632 58.524883) - (xy 77.262483 58.597955) - (xy 77.26249 58.597957) - (xy 77.484477 58.635) - (xy 77.709523 58.635) - (xy 77.931509 58.597957) - (xy 77.931516 58.597955) - (xy 78.144369 58.524883) - (xy 78.144371 58.524882) - (xy 78.342298 58.417768) - (xy 78.342302 58.417766) - (xy 78.362689 58.401898) - (xy 77.724588 57.763797) - (xy 77.739315 57.76168) - (xy 77.8701 57.701952) - (xy 77.978761 57.607798) - (xy 78.056493 57.486844) - (xy 78.08136 57.402151) - (xy 78.720076 58.040867) - (xy 78.761516 57.97744) - (xy 78.81552 57.931352) - (xy 78.885868 57.921777) - (xy 78.950225 57.951755) - (xy 78.972481 57.977439) - (xy 79.013921 58.040866) - (xy 79.013922 58.040866) - (xy 79.652638 57.402149) - (xy 79.677507 57.486844) - (xy 79.755239 57.607798) - (xy 79.8639 57.701952) - (xy 79.994685 57.76168) - (xy 80.009412 57.763797) - (xy 79.37131 58.401898) - (xy 79.391694 58.417763) - (xy 79.391696 58.417765) - (xy 79.589632 58.524883) - (xy 79.802483 58.597955) - (xy 79.80249 58.597957) - (xy 80.024477 58.635) - (xy 80.249523 58.635) - (xy 80.471509 58.597957) - (xy 80.471516 58.597955) - (xy 80.684369 58.524883) - (xy 80.684371 58.524882) - (xy 80.882298 58.417768) - (xy 80.882302 58.417766) - (xy 80.902689 58.401898) - (xy 80.264588 57.763797) - (xy 80.279315 57.76168) - (xy 80.4101 57.701952) - (xy 80.518761 57.607798) - (xy 80.596493 57.486844) - (xy 80.62136 57.402151) - (xy 81.260076 58.040867) - (xy 81.260077 58.040866) - (xy 81.301218 57.977898) - (xy 81.355222 57.93181) - (xy 81.42557 57.922235) - (xy 81.489927 57.952213) - (xy 81.512183 57.977898) - (xy 81.601279 58.11427) - (xy 81.753762 58.279908) - (xy 81.808331 58.322381) - (xy 81.931424 58.418189) - (xy 82.129426 58.525342) - (xy 82.129427 58.525342) - (xy 82.129428 58.525343) - (xy 82.241227 58.563723) - (xy 82.342365 58.598444) - (xy 82.564431 58.6355) - (xy 82.564435 58.6355) - (xy 82.789565 58.6355) - (xy 82.789569 58.6355) - (xy 83.011635 58.598444) - (xy 83.224574 58.525342) - (xy 83.422576 58.418189) - (xy 83.60024 58.279906) - (xy 83.713516 58.156856) - (xy 83.774368 58.120286) - (xy 83.845333 58.122421) - (xy 83.903878 58.162583) - (xy 83.920857 58.193517) - (xy 83.921783 58.193086) - (xy 83.924883 58.199733) - (xy 83.924885 58.199738) - (xy 83.974335 58.279908) - (xy 84.01797 58.350652) - (xy 84.017975 58.350658) - (xy 84.143341 58.476024) - (xy 84.143347 58.476029) - (xy 84.143348 58.47603) - (xy 84.294262 58.569115) - (xy 84.462574 58.624887) - (xy 84.566455 58.6355) - (xy 85.867544 58.635499) - (xy 85.971426 58.624887) - (xy 86.139738 58.569115) - (xy 86.290652 58.47603) - (xy 86.41603 58.350652) - (xy 86.509115 58.199738) - (xy 86.564887 58.031426) - (xy 86.5755 57.927545) - (xy 86.575499 56.626456) - (xy 86.573306 56.604993) - (xy 86.564887 56.522574) - (xy 86.536553 56.437067) - (xy 86.509115 56.354262) - (xy 86.41603 56.203348) - (xy 86.416029 56.203347) - (xy 86.416024 56.203341) - (xy 86.290658 56.077975) - (xy 86.290652 56.07797) - (xy 86.139738 55.984885) - (xy 86.139734 55.984883) - (xy 86.139733 55.984883) - (xy 86.133086 55.981783) - (xy 86.134055 55.979704) - (xy 86.084819 55.945611) - (xy 86.057567 55.880053) - (xy 86.070085 55.810168) - (xy 86.105438 55.766994) - (xy 86.140235 55.73991) - (xy 86.140237 55.739908) - (xy 86.14024 55.739906) - (xy 86.292722 55.574268) - (xy 86.41586 55.385791) - (xy 86.506296 55.179616) - (xy 86.561564 54.961368) - (xy 86.580156 54.737) - (xy 86.561564 54.512632) - (xy 86.539137 54.424068) - (xy 86.506297 54.294387) - (xy 86.506296 54.294386) - (xy 86.506296 54.294384) - (xy 86.41586 54.088209) - (xy 86.341897 53.975) - (xy 86.292724 53.899734) - (xy 86.29272 53.899729) - (xy 86.140237 53.734091) - (xy 86.025381 53.644695) - (xy 85.962576 53.595811) - (xy 85.764574 53.488658) - (xy 85.764572 53.488657) - (xy 85.764571 53.488656) - (xy 85.551639 53.415557) - (xy 85.55163 53.415555) - (xy 85.507476 53.408187) - (xy 85.329569 53.3785) - (xy 85.104431 53.3785) - (xy 85.007936 53.394602) - (xy 84.947815 53.404634) - (xy 84.877331 53.396116) - (xy 84.837982 53.369447) - (xy 84.115707 52.647172) - (xy 83.314535 51.845999) - (xy 83.311951 51.843255) - (xy 83.270927 51.796948) - (xy 83.260939 51.790053) - (xy 83.220022 51.761809) - (xy 83.216958 51.759555) - (xy 83.168275 51.721416) - (xy 83.159247 51.717353) - (xy 83.13938 51.706147) - (xy 83.131233 51.700523) - (xy 83.131228 51.70052) - (xy 83.131227 51.70052) - (xy 83.120332 51.696388) - (xy 83.073397 51.678587) - (xy 83.069882 51.677131) - (xy 83.013482 51.651748) - (xy 83.013478 51.651747) - (xy 83.003732 51.649961) - (xy 82.981774 51.64384) - (xy 82.97251 51.640327) - (xy 82.972504 51.640325) - (xy 82.921652 51.634151) - (xy 82.911103 51.63287) - (xy 82.907349 51.632299) - (xy 82.846516 51.621151) - (xy 82.846515 51.621151) - (xy 82.784781 51.624885) - (xy 82.78098 51.625) - (xy 68.869453 51.625) - (xy 68.801332 51.604998) - (xy 68.76624 51.571271) - (xy 68.747304 51.544228) - (xy 68.747298 51.544221) - (xy 68.597778 51.394701) - (xy 68.597767 51.394692) - (xy 68.424561 51.273412) - (xy 68.232912 51.184045) - (xy 68.232908 51.184043) - (xy 68.138113 51.158643) - (xy 68.028655 51.129314) - (xy 68.002438 51.12702) - (xy 67.936322 51.101157) - (xy 67.894683 51.043654) - (xy 67.890742 50.972767) - (xy 67.925751 50.911002) - (xy 67.988596 50.87797) - (xy 68.013422 50.8755) - (xy 90.8985 50.8755) - (xy 90.966621 50.895502) - (xy 91.013114 50.949158) - (xy 91.0245 51.0015) - (xy 91.0245 158.7785) - (xy 91.004498 158.846621) - (xy 90.950842 158.893114) - (xy 90.8985 158.9045) - (xy 51.0015 158.9045) - (xy 50.933379 158.884498) - (xy 50.886886 158.830842) - (xy 50.8755 158.7785) - (xy 50.8755 155.199594) - (xy 50.895502 155.131473) - (xy 50.949158 155.08498) - (xy 51.019432 155.074876) - (xy 51.084012 155.10437) - (xy 51.090593 155.110498) - (xy 52.473835 156.49374) - (xy 53.803756 157.823661) - (xy 53.813721 157.836098) - (xy 53.813948 157.835911) - (xy 53.819 157.842018) - (xy 53.870079 157.889984) - (xy 53.891224 157.91113) - (xy 53.891228 157.911133) - (xy 53.891231 157.911136) - (xy 53.896783 157.915443) - (xy 53.90127 157.919274) - (xy 53.92396 157.940582) - (xy 53.935678 157.951586) - (xy 53.93568 157.951587) - (xy 53.953429 157.961344) - (xy 53.969954 157.972199) - (xy 53.98596 157.984615) - (xy 54.027687 158.002671) - (xy 54.029263 158.003353) - (xy 54.034584 158.005959) - (xy 54.075941 158.028696) - (xy 54.075949 158.028698) - (xy 54.095559 158.033733) - (xy 54.114268 158.040138) - (xy 54.132856 158.048182) - (xy 54.179478 158.055565) - (xy 54.185263 158.056764) - (xy 54.230971 158.068501) - (xy 54.251225 158.068501) - (xy 54.270935 158.070052) - (xy 54.273142 158.070401) - (xy 54.290944 158.073221) - (xy 54.325473 158.069957) - (xy 54.337918 158.068781) - (xy 54.343851 158.068501) - (xy 56.352969 158.068501) - (xy 61.683146 158.068501) - (xy 61.698987 158.07025) - (xy 61.699015 158.069957) - (xy 61.706901 158.070701) - (xy 61.706908 158.070703) - (xy 61.776957 158.068501) - (xy 61.806855 158.068501) - (xy 69.724971 158.068501) - (xy 69.733207 158.068501) - (xy 69.756817 158.070732) - (xy 69.764907 158.072276) - (xy 69.82295 158.068624) - (xy 69.826884 158.068501) - (xy 86.753874 158.068501) - (xy 86.805123 158.079394) - (xy 86.839712 158.094794) - (xy 87.026513 158.1345) - (xy 87.217487 158.1345) - (xy 87.404288 158.094794) - (xy 87.578752 158.017118) - (xy 87.733253 157.904866) - (xy 87.795172 157.836098) - (xy 87.861034 157.762951) - (xy 87.861035 157.762949) - (xy 87.86104 157.762944) - (xy 87.956527 157.597556) - (xy 88.015542 157.415928) - (xy 88.035504 157.226) - (xy 88.015542 157.036072) - (xy 87.956527 156.854444) - (xy 87.86104 156.689056) - (xy 87.861038 156.689054) - (xy 87.861034 156.689048) - (xy 87.733255 156.547135) - (xy 87.578752 156.434882) - (xy 87.404288 156.357206) - (xy 87.217487 156.3175) - (xy 87.026513 156.3175) - (xy 86.839711 156.357206) - (xy 86.665247 156.434882) - (xy 86.510744 156.547135) - (xy 86.38296 156.689054) - (xy 86.354414 156.7385) - (xy 86.303032 156.787494) - (xy 86.245294 156.801501) - (xy 84.015056 156.801501) - (xy 83.946935 156.781499) - (xy 83.900442 156.727843) - (xy 83.890338 156.657569) - (xy 83.892912 156.64457) - (xy 83.938638 156.464) - (xy 83.944051 156.442626) - (xy 83.963327 156.21) - (xy 83.944051 155.977374) - (xy 83.886749 155.751093) - (xy 83.792984 155.537331) - (xy 83.665314 155.341916) - (xy 83.507225 155.170186) - (xy 83.507221 155.170182) - (xy 83.397753 155.08498) - (xy 83.323017 155.02681) - (xy 83.117727 154.915713) - (xy 83.117724 154.915712) - (xy 83.117723 154.915711) - (xy 82.896955 154.839921) - (xy 82.896948 154.839919) - (xy 82.798411 154.823476) - (xy 82.666712 154.8015) - (xy 82.433288 154.8015) - (xy 82.318066 154.820727) - (xy 82.203051 154.839919) - (xy 82.203044 154.839921) - (xy 81.982276 154.915711) - (xy 81.982273 154.915713) - (xy 81.776985 155.026809) - (xy 81.776983 155.02681) - (xy 81.592778 155.170182) - (xy 81.588946 155.173711) - (xy 81.587688 155.172345) - (xy 81.533763 155.204742) - (xy 81.462799 155.202598) - (xy 81.40426 155.162428) - (xy 81.383877 155.126861) - (xy 81.360444 155.064034) - (xy 81.272904 154.947095) - (xy 81.155965 154.859555) - (xy 81.019093 154.808505) - (xy 80.958597 154.802) - (xy 80.264 154.802) - (xy 80.264 155.838537) - (xy 80.207453 155.799984) - (xy 80.077827 155.76) - (xy 79.976276 155.76) - (xy 79.875862 155.775135) - (xy 79.756 155.832857) - (xy 79.756 154.802) - (xy 79.061402 154.802) - (xy 79.000906 154.808505) - (xy 78.864035 154.859555) - (xy 78.864034 154.859555) - (xy 78.747095 154.947095) - (xy 78.659555 155.064034) - (xy 78.659555 155.064035) - (xy 78.608505 155.200906) - (xy 78.602 155.261402) - (xy 78.602 155.956) - (xy 79.637032 155.956) - (xy 79.586375 156.04374) - (xy 79.55619 156.175992) - (xy 79.566327 156.311265) - (xy 79.615887 156.437541) - (xy 79.636987 156.464) - (xy 78.602 156.464) - (xy 78.602 156.675501) - (xy 78.581998 156.743622) - (xy 78.528342 156.790115) - (xy 78.476 156.801501) - (xy 70.564501 156.801501) - (xy 70.49638 156.781499) - (xy 70.449887 156.727843) - (xy 70.438501 156.675501) - (xy 70.438501 152.24) - (xy 79.701634 152.24) - (xy 79.721066 152.486911) - (xy 79.778885 152.727742) - (xy 79.873665 152.956561) - (xy 80.003076 153.167741) - (xy 80.003077 153.167743) - (xy 80.163926 153.356073) - (xy 80.352256 153.516922) - (xy 80.35226 153.516925) - (xy 80.563437 153.646334) - (xy 80.792258 153.741115) - (xy 81.033089 153.798934) - (xy 81.28 153.818366) - (xy 81.526911 153.798934) - (xy 81.767742 153.741115) - (xy 81.996563 153.646334) - (xy 82.20774 153.516925) - (xy 82.396073 153.356073) - (xy 82.556925 153.16774) - (xy 82.686334 152.956563) - (xy 82.781115 152.727742) - (xy 82.838934 152.486911) - (xy 82.858366 152.24) - (xy 82.838934 151.993089) - (xy 82.781115 151.752258) - (xy 82.686334 151.523437) - (xy 82.556925 151.31226) - (xy 82.556922 151.312256) - (xy 82.396073 151.123926) - (xy 82.207743 150.963077) - (xy 82.207741 150.963076) - (xy 82.20774 150.963075) - (xy 81.996563 150.833666) - (xy 81.767742 150.738885) - (xy 81.526911 150.681066) - (xy 81.526912 150.681066) - (xy 81.28 150.661634) - (xy 81.033088 150.681066) - (xy 80.792257 150.738885) - (xy 80.563438 150.833665) - (xy 80.352258 150.963076) - (xy 80.352256 150.963077) - (xy 80.163926 151.123926) - (xy 80.003077 151.312256) - (xy 80.003076 151.312258) - (xy 79.873665 151.523438) - (xy 79.778885 151.752257) - (xy 79.721066 151.993088) - (xy 79.701634 152.24) - (xy 70.438501 152.24) - (xy 70.438501 144.885593) - (xy 70.458503 144.817472) - (xy 70.475401 144.796502) - (xy 70.57606 144.695842) - (xy 70.63837 144.661819) - (xy 70.69135 144.661693) - (xy 70.770513 144.67852) - (xy 70.770514 144.67852) - (xy 70.961487 144.67852) - (xy 71.148288 144.638814) - (xy 71.322752 144.561138) - (xy 71.477253 144.448886) - (xy 71.496291 144.427742) - (xy 71.605034 144.306971) - (xy 71.605035 144.306969) - (xy 71.60504 144.306964) - (xy 71.700527 144.141576) - (xy 71.759542 143.959948) - (xy 71.761639 143.94) - (xy 79.701634 143.94) - (xy 79.721066 144.186911) - (xy 79.778885 144.427742) - (xy 79.849373 144.597916) - (xy 79.873666 144.656563) - (xy 79.982033 144.833403) - (xy 80.003076 144.867741) - (xy 80.003077 144.867743) - (xy 80.163926 145.056073) - (xy 80.352256 145.216922) - (xy 80.35226 145.216925) - (xy 80.563437 145.346334) - (xy 80.792258 145.441115) - (xy 81.033089 145.498934) - (xy 81.28 145.518366) - (xy 81.526911 145.498934) - (xy 81.767742 145.441115) - (xy 81.996563 145.346334) - (xy 82.20774 145.216925) - (xy 82.396073 145.056073) - (xy 82.556925 144.86774) - (xy 82.686334 144.656563) - (xy 82.781115 144.427742) - (xy 82.838934 144.186911) - (xy 82.858366 143.94) - (xy 82.838934 143.693089) - (xy 82.781115 143.452258) - (xy 82.686334 143.223437) - (xy 82.556925 143.01226) - (xy 82.428181 142.86152) - (xy 82.396073 142.823926) - (xy 82.207743 142.663077) - (xy 82.207741 142.663076) - (xy 82.20774 142.663075) - (xy 81.996563 142.533666) - (xy 81.928343 142.505408) - (xy 81.873063 142.46086) - (xy 81.850642 142.393497) - (xy 81.8682 142.324706) - (xy 81.920162 142.276328) - (xy 81.976562 142.263) - (xy 82.293585 142.263) - (xy 82.293597 142.262999) - (xy 82.354093 142.256494) - (xy 82.490964 142.205444) - (xy 82.490965 142.205444) - (xy 82.607904 142.117904) - (xy 82.695444 142.000965) - (xy 82.695444 142.000964) - (xy 82.746494 141.864093) - (xy 82.752999 141.803597) - (xy 82.753 141.803585) - (xy 82.753 141.094) - (xy 81.834638 141.094) - (xy 81.864755 141.029998) - (xy 81.893635 140.878607) - (xy 81.883957 140.724789) - (xy 81.838862 140.586) - (xy 82.753 140.586) - (xy 82.753 139.876414) - (xy 82.752999 139.876402) - (xy 82.746494 139.815906) - (xy 82.695444 139.679035) - (xy 82.695444 139.679034) - (xy 82.607904 139.562095) - (xy 82.490965 139.474555) - (xy 82.354093 139.423505) - (xy 82.293597 139.417) - (xy 81.534 139.417) - (xy 81.534 140.283534) - (xy 81.506341 140.268329) - (xy 81.357061 140.23) - (xy 81.241625 140.23) - (xy 81.127094 140.244469) - (xy 81.026 140.284494) - (xy 81.026 139.417) - (xy 80.266402 139.417) - (xy 80.205906 139.423505) - (xy 80.069035 139.474555) - (xy 80.069034 139.474555) - (xy 79.952095 139.562095) - (xy 79.864555 139.679034) - (xy 79.864555 139.679035) - (xy 79.813505 139.815906) - (xy 79.807 139.876402) - (xy 79.807 140.586) - (xy 80.725362 140.586) - (xy 80.695245 140.650002) - (xy 80.666365 140.801393) - (xy 80.676043 140.955211) - (xy 80.721138 141.094) - (xy 79.807 141.094) - (xy 79.807 141.803597) - (xy 79.813505 141.864093) - (xy 79.864555 142.000964) - (xy 79.864555 142.000965) - (xy 79.952095 142.117904) - (xy 80.069034 142.205444) - (xy 80.205906 142.256494) - (xy 80.266402 142.262999) - (xy 80.266415 142.263) - (xy 80.583438 142.263) - (xy 80.651559 142.283002) - (xy 80.698052 142.336658) - (xy 80.708156 142.406932) - (xy 80.678662 142.471512) - (xy 80.631656 142.505408) - (xy 80.608243 142.515106) - (xy 80.563438 142.533665) - (xy 80.352258 142.663076) - (xy 80.352256 142.663077) - (xy 80.163926 142.823926) - (xy 80.003077 143.012256) - (xy 80.003076 143.012258) - (xy 79.873665 143.223438) - (xy 79.778885 143.452257) - (xy 79.721066 143.693088) - (xy 79.701634 143.94) - (xy 71.761639 143.94) - (xy 71.779504 143.77002) - (xy 71.759542 143.580092) - (xy 71.700527 143.398464) - (xy 71.60504 143.233076) - (xy 71.605038 143.233074) - (xy 71.605034 143.233068) - (xy 71.477255 143.091155) - (xy 71.322752 142.978902) - (xy 71.148288 142.901226) - (xy 70.961487 142.86152) - (xy 70.770513 142.86152) - (xy 70.583711 142.901226) - (xy 70.409247 142.978902) - (xy 70.254744 143.091155) - (xy 70.126965 143.233068) - (xy 70.126958 143.233078) - (xy 70.031473 143.398461) - (xy 70.016677 143.443997) - (xy 69.98594 143.494153) - (xy 69.416337 144.063756) - (xy 69.403902 144.07372) - (xy 69.40409 144.073947) - (xy 69.397981 144.079) - (xy 69.350017 144.130077) - (xy 69.328867 144.151226) - (xy 69.324561 144.156776) - (xy 69.320715 144.161278) - (xy 69.288418 144.195673) - (xy 69.288412 144.195682) - (xy 69.278652 144.213434) - (xy 69.267804 144.229949) - (xy 69.255387 144.245957) - (xy 69.236646 144.289263) - (xy 69.234035 144.294593) - (xy 69.211306 144.335938) - (xy 69.211304 144.335943) - (xy 69.206268 144.355558) - (xy 69.199865 144.374261) - (xy 69.19182 144.392851) - (xy 69.184438 144.439455) - (xy 69.183234 144.445267) - (xy 69.171501 144.490967) - (xy 69.171501 144.511222) - (xy 69.16995 144.530932) - (xy 69.166781 144.550941) - (xy 69.166781 144.550942) - (xy 69.171221 144.597916) - (xy 69.171501 144.603849) - (xy 69.171501 156.675501) - (xy 69.151499 156.743622) - (xy 69.097843 156.790115) - (xy 69.045501 156.801501) - (xy 63.600593 156.801501) - (xy 63.532472 156.781499) - (xy 63.485979 156.727843) - (xy 63.475875 156.657569) - (xy 63.505369 156.592989) - (xy 63.511498 156.586406) - (xy 65.482499 154.615405) - (xy 65.544811 154.581379) - (xy 65.571594 154.5785) - (xy 65.627487 154.5785) - (xy 65.814288 154.538794) - (xy 65.988752 154.461118) - (xy 66.143253 154.348866) - (xy 66.27104 154.206944) - (xy 66.366527 154.041556) - (xy 66.425542 153.859928) - (xy 66.445504 153.67) - (xy 66.425542 153.480072) - (xy 66.366527 153.298444) - (xy 66.27104 153.133056) - (xy 66.271038 153.133054) - (xy 66.271034 153.133048) - (xy 66.143255 152.991135) - (xy 65.988752 152.878882) - (xy 65.814288 152.801206) - (xy 65.627487 152.7615) - (xy 65.436513 152.7615) - (xy 65.249711 152.801206) - (xy 65.075247 152.878882) - (xy 64.920744 152.991135) - (xy 64.792965 153.133048) - (xy 64.792958 153.133058) - (xy 64.697476 153.298438) - (xy 64.697473 153.298445) - (xy 64.638457 153.480072) - (xy 64.621092 153.645292) - (xy 64.594079 153.710949) - (xy 64.584877 153.721216) - (xy 61.541499 156.764596) - (xy 61.479187 156.798621) - (xy 61.452404 156.801501) - (xy 54.625595 156.801501) - (xy 54.557474 156.781499) - (xy 54.5365 156.764596) - (xy 51.978405 154.2065) - (xy 51.944379 154.144188) - (xy 51.9415 154.117405) - (xy 51.9415 132.08) - (xy 54.461634 132.08) - (xy 54.481066 132.326911) - (xy 54.538885 132.567742) - (xy 54.633666 132.796563) - (xy 54.721862 132.940487) - (xy 54.763076 133.007741) - (xy 54.763077 133.007743) - (xy 54.923926 133.196073) - (xy 55.06529 133.316809) - (xy 55.11226 133.356925) - (xy 55.323437 133.486334) - (xy 55.552258 133.581115) - (xy 55.793089 133.638934) - (xy 56.04 133.658366) - (xy 56.286911 133.638934) - (xy 56.527742 133.581115) - (xy 56.756563 133.486334) - (xy 56.96774 133.356925) - (xy 57.156073 133.196073) - (xy 57.316925 133.00774) - (xy 57.446334 132.796563) - (xy 57.541115 132.567742) - (xy 57.598934 132.326911) - (xy 57.618366 132.08) - (xy 57.598934 131.833089) - (xy 57.541115 131.592258) - (xy 57.446334 131.363437) - (xy 57.316925 131.15226) - (xy 57.316922 131.152256) - (xy 57.156073 130.963926) - (xy 56.967743 130.803077) - (xy 56.967741 130.803076) - (xy 56.96774 130.803075) - (xy 56.756563 130.673666) - (xy 56.756558 130.673664) - (xy 56.527742 130.578885) - (xy 56.286911 130.521066) - (xy 56.286912 130.521066) - (xy 56.04 130.501634) - (xy 55.793088 130.521066) - (xy 55.552257 130.578885) - (xy 55.323438 130.673665) - (xy 55.112258 130.803076) - (xy 55.112256 130.803077) - (xy 54.923926 130.963926) - (xy 54.763077 131.152256) - (xy 54.763076 131.152258) - (xy 54.633665 131.363438) - (xy 54.538885 131.592257) - (xy 54.500883 131.750548) - (xy 54.481066 131.833089) - (xy 54.461634 132.08) - (xy 51.9415 132.08) - (xy 51.9415 121.92) - (xy 54.461634 121.92) - (xy 54.481066 122.166911) - (xy 54.538885 122.407742) - (xy 54.633665 122.636561) - (xy 54.763076 122.847741) - (xy 54.763077 122.847743) - (xy 54.923926 123.036073) - (xy 55.112256 123.196922) - (xy 55.11226 123.196925) - (xy 55.323437 123.326334) - (xy 55.552258 123.421115) - (xy 55.793089 123.478934) - (xy 56.04 123.498366) - (xy 56.286911 123.478934) - (xy 56.527742 123.421115) - (xy 56.533013 123.418931) - (xy 56.603598 123.411334) - (xy 56.667089 123.443106) - (xy 56.670336 123.44624) - (xy 63.684073 130.459977) - (xy 63.718099 130.522289) - (xy 63.713034 130.593104) - (xy 63.670487 130.64994) - (xy 63.6432 130.665479) - (xy 63.62344 130.673664) - (xy 63.412258 130.803076) - (xy 63.412256 130.803077) - (xy 63.223926 130.963926) - (xy 63.063077 131.152256) - (xy 63.063076 131.152258) - (xy 62.933665 131.363438) - (xy 62.838885 131.592257) - (xy 62.800883 131.750548) - (xy 62.781066 131.833089) - (xy 62.761634 132.08) - (xy 62.781066 132.326911) - (xy 62.838885 132.567742) - (xy 62.933666 132.796563) - (xy 63.021862 132.940487) - (xy 63.063076 133.007741) - (xy 63.063077 133.007743) - (xy 63.223926 133.196073) - (xy 63.36529 133.316809) - (xy 63.41226 133.356925) - (xy 63.623437 133.486334) - (xy 63.852258 133.581115) - (xy 64.093089 133.638934) - (xy 64.34 133.658366) - (xy 64.586911 133.638934) - (xy 64.827742 133.581115) - (xy 65.056563 133.486334) - (xy 65.26774 133.356925) - (xy 65.456073 133.196073) - (xy 65.616925 133.00774) - (xy 65.746334 132.796563) - (xy 65.774592 132.728341) - (xy 65.819139 132.673062) - (xy 65.886502 132.650641) - (xy 65.955294 132.668199) - (xy 66.003672 132.720161) - (xy 66.017 132.776561) - (xy 66.017 133.093597) - (xy 66.023505 133.154093) - (xy 66.074555 133.290964) - (xy 66.074555 133.290965) - (xy 66.162095 133.407904) - (xy 66.279034 133.495444) - (xy 66.415906 133.546494) - (xy 66.476402 133.552999) - (xy 66.476415 133.553) - (xy 67.186 133.553) - (xy 67.186 132.636465) - (xy 67.213659 132.651671) - (xy 67.362939 132.69) - (xy 67.478375 132.69) - (xy 67.592906 132.675531) - (xy 67.694 132.635505) - (xy 67.694 133.553) - (xy 68.403585 133.553) - (xy 68.403597 133.552999) - (xy 68.464093 133.546494) - (xy 68.600964 133.495444) - (xy 68.600965 133.495444) - (xy 68.717904 133.407904) - (xy 68.805444 133.290965) - (xy 68.805444 133.290964) - (xy 68.856494 133.154093) - (xy 68.862999 133.093597) - (xy 68.863 133.093585) - (xy 68.863 132.75056) - (xy 69.703576 132.75056) - (xy 69.723537 132.940487) - (xy 69.745972 133.009532) - (xy 69.782553 133.122116) - (xy 69.87804 133.287504) - (xy 69.951217 133.368775) - (xy 69.981933 133.43278) - (xy 69.98358 133.453084) - (xy 69.98358 137.340306) - (xy 69.981831 137.356148) - (xy 69.982124 137.356176) - (xy 69.981378 137.364067) - (xy 69.98358 137.434117) - (xy 69.98358 137.464011) - (xy 69.983581 137.464032) - (xy 69.984458 137.47098) - (xy 69.984924 137.476892) - (xy 69.986406 137.524048) - (xy 69.986407 137.524053) - (xy 69.992057 137.543499) - (xy 69.996066 137.562857) - (xy 69.998605 137.582953) - (xy 69.998606 137.582959) - (xy 70.015973 137.626822) - (xy 70.017896 137.632439) - (xy 70.031062 137.677753) - (xy 70.041374 137.695191) - (xy 70.050068 137.712939) - (xy 70.057524 137.731769) - (xy 70.05753 137.73178) - (xy 70.085257 137.769943) - (xy 70.088517 137.774906) - (xy 70.11254 137.815525) - (xy 70.126859 137.829844) - (xy 70.139697 137.844874) - (xy 70.149236 137.858003) - (xy 70.151608 137.861267) - (xy 70.179874 137.884651) - (xy 70.187966 137.891345) - (xy 70.192347 137.895331) - (xy 70.784424 138.487408) - (xy 71.270157 138.973141) - (xy 71.304183 139.035453) - (xy 71.306372 139.049065) - (xy 71.323737 139.214287) - (xy 71.353806 139.30683) - (xy 71.382753 139.395916) - (xy 71.382756 139.395921) - (xy 71.478238 139.561301) - (xy 71.478245 139.561311) - (xy 71.606024 139.703224) - (xy 71.606027 139.703226) - (xy 71.760528 139.815478) - (xy 71.934992 139.893154) - (xy 72.121793 139.93286) - (xy 72.312767 139.93286) - (xy 72.499568 139.893154) - (xy 72.674032 139.815478) - (xy 72.828533 139.703226) - (xy 72.95632 139.561304) - (xy 73.051807 139.395916) - (xy 73.110822 139.214288) - (xy 73.130784 139.02436) - (xy 73.110822 138.834432) - (xy 73.051807 138.652804) - (xy 72.95632 138.487416) - (xy 72.956318 138.487414) - (xy 72.956314 138.487408) - (xy 72.828535 138.345495) - (xy 72.674032 138.233242) - (xy 72.499568 138.155566) - (xy 72.312767 138.11586) - (xy 72.256875 138.11586) - (xy 72.188754 138.095858) - (xy 72.167779 138.078955) - (xy 71.287484 137.198659) - (xy 71.253459 137.136347) - (xy 71.25058 137.109564) - (xy 71.25058 133.453084) - (xy 71.270582 133.384963) - (xy 71.282938 133.36878) - (xy 71.35612 133.287504) - (xy 71.451607 133.122116) - (xy 71.510622 132.940488) - (xy 71.530584 132.75056) - (xy 71.510622 132.560632) - (xy 71.451607 132.379004) - (xy 71.35612 132.213616) - (xy 71.356118 132.213614) - (xy 71.356114 132.213608) - (xy 71.228335 132.071695) - (xy 71.073832 131.959442) - (xy 70.899368 131.881766) - (xy 70.712567 131.84206) - (xy 70.521593 131.84206) - (xy 70.334791 131.881766) - (xy 70.160327 131.959442) - (xy 70.005824 132.071695) - (xy 69.878045 132.213608) - (xy 69.878038 132.213618) - (xy 69.782556 132.378998) - (xy 69.782553 132.379005) - (xy 69.723537 132.560632) - (xy 69.703576 132.75056) - (xy 68.863 132.75056) - (xy 68.863 132.334) - (xy 67.994638 132.334) - (xy 68.024755 132.269998) - (xy 68.053635 132.118607) - (xy 68.043957 131.964789) - (xy 67.998862 131.826) - (xy 68.863 131.826) - (xy 68.863 131.449499) - (xy 68.883002 131.381378) - (xy 68.936658 131.334885) - (xy 68.989 131.323499) - (xy 79.615405 131.323499) - (xy 79.683526 131.343501) - (xy 79.7045 131.360404) - (xy 81.220501 132.876405) - (xy 81.254527 132.938717) - (xy 81.249462 133.009532) - (xy 81.206915 133.066368) - (xy 81.140395 133.091179) - (xy 81.131406 133.0915) - (xy 81.123288 133.0915) - (xy 81.02861 133.107299) - (xy 80.893051 133.129919) - (xy 80.893044 133.129921) - (xy 80.672276 133.205711) - (xy 80.672273 133.205713) - (xy 80.514743 133.290964) - (xy 80.466985 133.316809) - (xy 80.466983 133.31681) - (xy 80.29986 133.446888) - (xy 80.233818 133.472944) - (xy 80.164172 133.459159) - (xy 80.113036 133.409909) - (xy 80.104413 133.391487) - (xy 80.090445 133.354036) - (xy 80.090444 133.354034) - (xy 80.002904 133.237095) - (xy 79.885965 133.149555) - (xy 79.749093 133.098505) - (xy 79.688597 133.092) - (xy 78.994 133.092) - (xy 78.994 134.066325) - (xy 78.882315 134.01532) - (xy 78.775763 134) - (xy 78.704237 134) - (xy 78.597685 134.01532) - (xy 78.486 134.066325) - (xy 78.486 133.092) - (xy 77.791402 133.092) - (xy 77.730906 133.098505) - (xy 77.594035 133.149555) - (xy 77.594034 133.149555) - (xy 77.477095 133.237095) - (xy 77.389555 133.354034) - (xy 77.389555 133.354035) - (xy 77.338505 133.490906) - (xy 77.332 133.551402) - (xy 77.332 134.246) - (xy 78.308884 134.246) - (xy 78.280507 134.290156) - (xy 78.24 134.428111) - (xy 78.24 134.571889) - (xy 78.280507 134.709844) - (xy 78.308884 134.754) - (xy 77.332 134.754) - (xy 77.332 135.448597) - (xy 77.338505 135.509093) - (xy 77.389555 135.645964) - (xy 77.389555 135.645965) - (xy 77.477095 135.762904) - (xy 77.594034 135.850444) - (xy 77.730906 135.901494) - (xy 77.791402 135.907999) - (xy 77.791415 135.908) - (xy 78.486 135.908) - (xy 78.486 134.933674) - (xy 78.597685 134.98468) - (xy 78.704237 135) - (xy 78.775763 135) - (xy 78.882315 134.98468) - (xy 78.994 134.933674) - (xy 78.994 135.908) - (xy 79.688585 135.908) - (xy 79.688597 135.907999) - (xy 79.749093 135.901494) - (xy 79.885964 135.850444) - (xy 79.885965 135.850444) - (xy 80.002904 135.762904) - (xy 80.090444 135.645965) - (xy 80.090445 135.645963) - (xy 80.104413 135.608513) - (xy 80.146959 135.551677) - (xy 80.213479 135.526865) - (xy 80.282853 135.541956) - (xy 80.29986 135.553112) - (xy 80.466983 135.68319) - (xy 80.672273 135.794287) - (xy 80.893049 135.87008) - (xy 81.123288 135.9085) - (xy 81.123292 135.9085) - (xy 81.356708 135.9085) - (xy 81.356712 135.9085) - (xy 81.586951 135.87008) - (xy 81.807727 135.794287) - (xy 82.013017 135.68319) - (xy 82.19722 135.539818) - (xy 82.225505 135.509093) - (xy 82.281195 135.448597) - (xy 82.355314 135.368083) - (xy 82.384517 135.323383) - (xy 82.438519 135.277296) - (xy 82.508867 135.26772) - (xy 82.573225 135.297696) - (xy 82.595481 135.323382) - (xy 82.624686 135.368083) - (xy 82.624687 135.368084) - (xy 82.782774 135.539813) - (xy 82.782778 135.539817) - (xy 82.84865 135.591087) - (xy 82.966983 135.68319) - (xy 83.172273 135.794287) - (xy 83.393049 135.87008) - (xy 83.623288 135.9085) - (xy 83.623292 135.9085) - (xy 83.856708 135.9085) - (xy 83.856712 135.9085) - (xy 84.086951 135.87008) - (xy 84.307727 135.794287) - (xy 84.513017 135.68319) - (xy 84.69722 135.539818) - (xy 84.709145 135.526865) - (xy 84.855314 135.368083) - (xy 84.982984 135.172669) - (xy 85.076749 134.958907) - (xy 85.134051 134.732626) - (xy 85.153327 134.5) - (xy 85.134051 134.267374) - (xy 85.076749 134.041093) - (xy 84.982984 133.827331) - (xy 84.855314 133.631916) - (xy 84.697225 133.460186) - (xy 84.697221 133.460182) - (xy 84.600579 133.384963) - (xy 84.513017 133.31681) - (xy 84.307727 133.205713) - (xy 84.307724 133.205712) - (xy 84.307723 133.205711) - (xy 84.086955 133.129921) - (xy 84.086948 133.129919) - (xy 83.988411 133.113476) - (xy 83.856712 133.0915) - (xy 83.623288 133.0915) - (xy 83.52861 133.107299) - (xy 83.393051 133.129919) - (xy 83.393041 133.129922) - (xy 83.372722 133.136897) - (xy 83.301798 133.140094) - (xy 83.242721 133.106817) - (xy 80.437243 130.301338) - (xy 80.427278 130.2889) - (xy 80.427051 130.289089) - (xy 80.422 130.282983) - (xy 80.421999 130.282981) - (xy 80.37092 130.235015) - (xy 80.349776 130.21387) - (xy 80.349771 130.213865) - (xy 80.344224 130.209562) - (xy 80.339716 130.205711) - (xy 80.305324 130.173416) - (xy 80.305318 130.173412) - (xy 80.287562 130.16365) - (xy 80.271046 130.152801) - (xy 80.25504 130.140385) - (xy 80.224288 130.127077) - (xy 80.211739 130.121647) - (xy 80.206407 130.119035) - (xy 80.16506 130.096304) - (xy 80.145435 130.091265) - (xy 80.126735 130.084863) - (xy 80.108144 130.076818) - (xy 80.108142 130.076817) - (xy 80.108141 130.076817) - (xy 80.061541 130.069436) - (xy 80.055728 130.068232) - (xy 80.010029 130.056499) - (xy 79.989775 130.056499) - (xy 79.970065 130.054948) - (xy 79.950056 130.051779) - (xy 79.950055 130.051779) - (xy 79.903082 130.056219) - (xy 79.897149 130.056499) - (xy 65.124593 130.056499) - (xy 65.056472 130.036497) - (xy 65.035498 130.019594) - (xy 62.964501 127.948597) - (xy 69.077 127.948597) - (xy 69.083505 128.009093) - (xy 69.134555 128.145964) - (xy 69.134555 128.145965) - (xy 69.222095 128.262904) - (xy 69.339034 128.350444) - (xy 69.475906 128.401494) - (xy 69.536402 128.407999) - (xy 69.536415 128.408) - (xy 70.231 128.408) - (xy 70.231 127.371462) - (xy 70.287547 127.410016) - (xy 70.417173 127.45) - (xy 70.518724 127.45) - (xy 70.619138 127.434865) - (xy 70.739 127.377142) - (xy 70.739 128.408) - (xy 71.433585 128.408) - (xy 71.433597 128.407999) - (xy 71.494093 128.401494) - (xy 71.630964 128.350444) - (xy 71.630965 128.350444) - (xy 71.747904 128.262904) - (xy 71.835444 128.145965) - (xy 71.858877 128.083138) - (xy 71.901423 128.026302) - (xy 71.967943 128.001491) - (xy 72.037318 128.016582) - (xy 72.063356 128.036929) - (xy 72.063946 128.036289) - (xy 72.067778 128.039817) - (xy 72.087573 128.055224) - (xy 72.251983 128.18319) - (xy 72.457273 128.294287) - (xy 72.678049 128.37008) - (xy 72.908288 128.4085) - (xy 72.908292 128.4085) - (xy 73.141708 128.4085) - (xy 73.141712 128.4085) - (xy 73.371951 128.37008) - (xy 73.592727 128.294287) - (xy 73.798017 128.18319) - (xy 73.98222 128.039818) - (xy 73.994663 128.026302) - (xy 74.140314 127.868083) - (xy 74.184956 127.799753) - (xy 74.267984 127.672669) - (xy 74.345715 127.495458) - (xy 74.391396 127.441112) - (xy 74.459208 127.420088) - (xy 74.527622 127.439064) - (xy 74.574916 127.492015) - (xy 74.584547 127.528408) - (xy 74.585796 127.528225) - (xy 74.586466 127.532777) - (xy 74.586466 127.53278) - (xy 74.586467 127.532783) - (xy 74.645937 127.799753) - (xy 74.645938 127.799756) - (xy 74.645939 127.799758) - (xy 74.743645 128.055221) - (xy 74.743647 128.055224) - (xy 74.877499 128.293724) - (xy 74.877511 128.293742) - (xy 75.044665 128.510213) - (xy 75.044673 128.510222) - (xy 75.241572 128.700057) - (xy 75.241578 128.700062) - (xy 75.464015 128.859202) - (xy 75.464025 128.859209) - (xy 75.707265 128.984267) - (xy 75.707267 128.984268) - (xy 75.966124 129.072577) - (xy 75.96613 129.072579) - (xy 76.235093 129.122259) - (xy 76.508424 129.132248) - (xy 76.671072 129.114351) - (xy 76.780291 129.102335) - (xy 76.780293 129.102334) - (xy 76.780296 129.102334) - (xy 77.044916 129.033153) - (xy 77.296643 128.926181) - (xy 77.530112 128.783697) - (xy 77.740347 128.608738) - (xy 77.922867 128.405033) - (xy 78.073783 128.176923) - (xy 78.189877 127.929271) - (xy 78.268676 127.667355) - (xy 78.294481 127.492015) - (xy 78.3085 127.39676) - (xy 78.3085 127.32829) - (xy 84.1715 127.32829) - (xy 84.186466 127.532779) - (xy 84.245938 127.799756) - (xy 84.245939 127.799758) - (xy 84.343645 128.055221) - (xy 84.343647 128.055224) - (xy 84.477499 128.293724) - (xy 84.477511 128.293742) - (xy 84.644665 128.510213) - (xy 84.644673 128.510222) - (xy 84.841572 128.700057) - (xy 84.841578 128.700062) - (xy 85.064015 128.859202) - (xy 85.064025 128.859209) - (xy 85.307265 128.984267) - (xy 85.307267 128.984268) - (xy 85.566124 129.072577) - (xy 85.56613 129.072579) - (xy 85.835093 129.122259) - (xy 86.108424 129.132248) - (xy 86.271072 129.114351) - (xy 86.380291 129.102335) - (xy 86.380293 129.102334) - (xy 86.380296 129.102334) - (xy 86.644916 129.033153) - (xy 86.896643 128.926181) - (xy 87.130112 128.783697) - (xy 87.340347 128.608738) - (xy 87.522867 128.405033) - (xy 87.673783 128.176923) - (xy 87.789877 127.929271) - (xy 87.868676 127.667355) - (xy 87.894481 127.492015) - (xy 87.9085 127.39676) - (xy 87.9085 126.67171) - (xy 87.893533 126.46722) - (xy 87.893533 126.467217) - (xy 87.834063 126.200247) - (xy 87.742247 125.960186) - (xy 87.736354 125.944778) - (xy 87.736352 125.944775) - (xy 87.6025 125.706275) - (xy 87.602488 125.706257) - (xy 87.435334 125.489786) - (xy 87.435326 125.489777) - (xy 87.238427 125.299942) - (xy 87.238421 125.299937) - (xy 87.015984 125.140797) - (xy 87.015974 125.14079) - (xy 86.772734 125.015732) - (xy 86.772732 125.015731) - (xy 86.513875 124.927422) - (xy 86.513863 124.927419) - (xy 86.244902 124.87774) - (xy 86.244904 124.87774) - (xy 86.010119 124.86916) - (xy 85.971576 124.867752) - (xy 85.971575 124.867752) - (xy 85.971572 124.867752) - (xy 85.699708 124.897664) - (xy 85.699705 124.897665) - (xy 85.435081 124.966847) - (xy 85.218862 125.058731) - (xy 85.183357 125.073819) - (xy 84.949888 125.216303) - (xy 84.814717 125.328793) - (xy 84.739648 125.391266) - (xy 84.557142 125.594956) - (xy 84.557131 125.594969) - (xy 84.406217 125.823076) - (xy 84.290123 126.070729) - (xy 84.211323 126.332648) - (xy 84.211322 126.332653) - (xy 84.1715 126.603239) - (xy 84.1715 127.32829) - (xy 78.3085 127.32829) - (xy 78.3085 126.67171) - (xy 78.293533 126.46722) - (xy 78.293533 126.467217) - (xy 78.234063 126.200247) - (xy 78.142247 125.960186) - (xy 78.136354 125.944778) - (xy 78.136352 125.944775) - (xy 78.0025 125.706275) - (xy 78.002488 125.706257) - (xy 77.835334 125.489786) - (xy 77.835326 125.489777) - (xy 77.638427 125.299942) - (xy 77.638421 125.299937) - (xy 77.415984 125.140797) - (xy 77.415974 125.14079) - (xy 77.172734 125.015732) - (xy 77.172732 125.015731) - (xy 76.913875 124.927422) - (xy 76.913863 124.927419) - (xy 76.644902 124.87774) - (xy 76.644904 124.87774) - (xy 76.410119 124.86916) - (xy 76.371576 124.867752) - (xy 76.371575 124.867752) - (xy 76.371572 124.867752) - (xy 76.099708 124.897664) - (xy 76.099705 124.897665) - (xy 75.835081 124.966847) - (xy 75.618862 125.058731) - (xy 75.583357 125.073819) - (xy 75.349888 125.216303) - (xy 75.214717 125.328793) - (xy 75.139648 125.391266) - (xy 74.957142 125.594956) - (xy 74.957131 125.594969) - (xy 74.806217 125.823076) - (xy 74.690123 126.070729) - (xy 74.611323 126.332648) - (xy 74.611322 126.332654) - (xy 74.589514 126.480832) - (xy 74.559806 126.545315) - (xy 74.499953 126.5835) - (xy 74.428957 126.583263) - (xy 74.369359 126.544681) - (xy 74.34947 126.5131) - (xy 74.267984 126.327331) - (xy 74.140314 126.131916) - (xy 73.982225 125.960186) - (xy 73.982221 125.960182) - (xy 73.845842 125.854034) - (xy 73.798017 125.81681) - (xy 73.592727 125.705713) - (xy 73.592724 125.705712) - (xy 73.592723 125.705711) - (xy 73.371955 125.629921) - (xy 73.371948 125.629919) - (xy 73.273411 125.613476) - (xy 73.141712 125.5915) - (xy 72.908288 125.5915) - (xy 72.793066 125.610727) - (xy 72.678051 125.629919) - (xy 72.678044 125.629921) - (xy 72.457276 125.705711) - (xy 72.457273 125.705713) - (xy 72.251985 125.816809) - (xy 72.251983 125.81681) - (xy 72.067778 125.960182) - (xy 72.063946 125.963711) - (xy 72.062688 125.962345) - (xy 72.008763 125.994742) - (xy 71.937799 125.992598) - (xy 71.87926 125.952428) - (xy 71.858877 125.916861) - (xy 71.835444 125.854034) - (xy 71.747904 125.737095) - (xy 71.630965 125.649555) - (xy 71.494093 125.598505) - (xy 71.433597 125.592) - (xy 70.854813 125.592) - (xy 70.786692 125.571998) - (xy 70.766477 125.548668) - (xy 70.753533 125.577012) - (xy 70.747404 125.583595) - (xy 70.739 125.591999) - (xy 70.739 126.628537) - (xy 70.682453 126.589984) - (xy 70.552827 126.55) - (xy 70.451276 126.55) - (xy 70.350862 126.565135) - (xy 70.231 126.622857) - (xy 70.231 125.592) - (xy 69.536402 125.592) - (xy 69.475906 125.598505) - (xy 69.339035 125.649555) - (xy 69.339034 125.649555) - (xy 69.222095 125.737095) - (xy 69.134555 125.854034) - (xy 69.134555 125.854035) - (xy 69.083505 125.990906) - (xy 69.077 126.051402) - (xy 69.077 126.746) - (xy 70.112032 126.746) - (xy 70.061375 126.83374) - (xy 70.03119 126.965992) - (xy 70.041327 127.101265) - (xy 70.090887 127.227541) - (xy 70.111987 127.254) - (xy 69.077 127.254) - (xy 69.077 127.948597) - (xy 62.964501 127.948597) - (xy 57.566241 122.550336) - (xy 57.532215 122.488024) - (xy 57.53728 122.417209) - (xy 57.538929 122.413019) - (xy 57.541115 122.407742) - (xy 57.598934 122.166911) - (xy 57.618366 121.92) - (xy 57.598934 121.673089) - (xy 57.541115 121.432258) - (xy 57.446334 121.203437) - (xy 57.316925 120.99226) - (xy 57.316922 120.992256) - (xy 57.156073 120.803926) - (xy 56.967743 120.643077) - (xy 56.967741 120.643076) - (xy 56.96774 120.643075) - (xy 56.756563 120.513666) - (xy 56.734567 120.504555) - (xy 56.527742 120.418885) - (xy 56.286911 120.361066) - (xy 56.286912 120.361066) - (xy 56.04 120.341634) - (xy 55.793088 120.361066) - (xy 55.552257 120.418885) - (xy 55.323438 120.513665) - (xy 55.112258 120.643076) - (xy 55.112256 120.643077) - (xy 54.923926 120.803926) - (xy 54.763077 120.992256) - (xy 54.763076 120.992258) - (xy 54.633665 121.203438) - (xy 54.538885 121.432257) - (xy 54.481066 121.673088) - (xy 54.461634 121.92) - (xy 51.9415 121.92) - (xy 51.9415 112.778796) - (xy 51.961502 112.710675) - (xy 52.015158 112.664182) - (xy 52.085432 112.654078) - (xy 52.150012 112.683572) - (xy 52.156595 112.689701) - (xy 64.315551 124.848657) - (xy 64.325518 124.861097) - (xy 64.325745 124.86091) - (xy 64.330797 124.867017) - (xy 64.330798 124.867018) - (xy 64.381893 124.914999) - (xy 64.403029 124.936135) - (xy 64.408568 124.940431) - (xy 64.41308 124.944285) - (xy 64.447476 124.976585) - (xy 64.44748 124.976588) - (xy 64.465228 124.986345) - (xy 64.481755 124.997201) - (xy 64.497758 125.009614) - (xy 64.541057 125.028351) - (xy 64.546383 125.03096) - (xy 64.587733 125.053693) - (xy 64.587736 125.053694) - (xy 64.587738 125.053695) - (xy 64.60736 125.058733) - (xy 64.626061 125.065135) - (xy 64.638612 125.070567) - (xy 64.64465 125.07318) - (xy 64.644651 125.07318) - (xy 64.644653 125.073181) - (xy 64.691275 125.080564) - (xy 64.69706 125.081763) - (xy 64.742768 125.0935) - (xy 64.763022 125.0935) - (xy 64.782732 125.095051) - (xy 64.784939 125.0954) - (xy 64.802741 125.09822) - (xy 64.836668 125.095012) - (xy 64.849715 125.09378) - (xy 64.855648 125.0935) - (xy 69.9038 125.0935) - (xy 69.971921 125.113502) - (xy 69.997437 125.13519) - (xy 70.000747 125.138866) - (xy 70.155248 125.251118) - (xy 70.329712 125.328794) - (xy 70.516513 125.3685) - (xy 70.658309 125.3685) - (xy 70.72643 125.388502) - (xy 70.746644 125.411831) - (xy 70.759589 125.383488) - (xy 70.819315 125.345104) - (xy 70.828616 125.342753) - (xy 70.894288 125.328794) - (xy 71.068752 125.251118) - (xy 71.223253 125.138866) - (xy 71.264101 125.0935) - (xy 71.351034 124.996951) - (xy 71.351035 124.996949) - (xy 71.35104 124.996944) - (xy 71.446527 124.831556) - (xy 71.505542 124.649928) - (xy 71.525504 124.46) - (xy 71.505542 124.270072) - (xy 71.446527 124.088444) - (xy 71.35104 123.923056) - (xy 71.351038 123.923054) - (xy 71.351034 123.923048) - (xy 71.223255 123.781135) - (xy 71.068752 123.668882) - (xy 70.894288 123.591206) - (xy 70.707487 123.5515) - (xy 70.516513 123.5515) - (xy 70.329711 123.591206) - (xy 70.155247 123.668882) - (xy 70.000747 123.781133) - (xy 69.997437 123.78481) - (xy 69.936991 123.82205) - (xy 69.9038 123.8265) - (xy 65.137392 123.8265) - (xy 65.069271 123.806498) - (xy 65.048297 123.789595) - (xy 64.856483 123.597781) - (xy 64.822457 123.535469) - (xy 64.827522 123.464654) - (xy 64.870069 123.407818) - (xy 64.897352 123.392281) - (xy 65.056563 123.326334) - (xy 65.26774 123.196925) - (xy 65.456073 123.036073) - (xy 65.616925 122.84774) - (xy 65.746334 122.636563) - (xy 65.774592 122.568341) - (xy 65.819139 122.513062) - (xy 65.886502 122.490641) - (xy 65.955294 122.508199) - (xy 66.003672 122.560161) - (xy 66.017 122.616561) - (xy 66.017 122.933597) - (xy 66.023505 122.994093) - (xy 66.074555 123.130964) - (xy 66.074555 123.130965) - (xy 66.162095 123.247904) - (xy 66.279034 123.335444) - (xy 66.415906 123.386494) - (xy 66.476402 123.392999) - (xy 66.476415 123.393) - (xy 67.186 123.393) - (xy 67.186 122.476465) - (xy 67.213659 122.491671) - (xy 67.362939 122.53) - (xy 67.478375 122.53) - (xy 67.592906 122.515531) - (xy 67.694 122.475505) - (xy 67.694 123.393) - (xy 68.403585 123.393) - (xy 68.403597 123.392999) - (xy 68.464093 123.386494) - (xy 68.600964 123.335444) - (xy 68.600965 123.335444) - (xy 68.717904 123.247904) - (xy 68.805444 123.130965) - (xy 68.805444 123.130964) - (xy 68.856494 122.994093) - (xy 68.862999 122.933597) - (xy 68.863 122.933585) - (xy 68.863 122.174) - (xy 67.994638 122.174) - (xy 68.024755 122.109998) - (xy 68.053635 121.958607) - (xy 68.043957 121.804789) - (xy 67.998862 121.666) - (xy 68.863 121.666) - (xy 68.863 120.906414) - (xy 68.862999 120.906402) - (xy 68.856494 120.845906) - (xy 68.805444 120.709035) - (xy 68.805444 120.709034) - (xy 68.717904 120.592095) - (xy 68.600965 120.504555) - (xy 68.464093 120.453505) - (xy 68.403597 120.447) - (xy 67.694 120.447) - (xy 67.694 121.363534) - (xy 67.666341 121.348329) - (xy 67.517061 121.31) - (xy 67.401625 121.31) - (xy 67.287094 121.324469) - (xy 67.186 121.364494) - (xy 67.186 120.447) - (xy 66.476402 120.447) - (xy 66.415906 120.453505) - (xy 66.279035 120.504555) - (xy 66.279034 120.504555) - (xy 66.162095 120.592095) - (xy 66.074555 120.709034) - (xy 66.074555 120.709035) - (xy 66.023505 120.845906) - (xy 66.017 120.906402) - (xy 66.017 121.223438) - (xy 65.996998 121.291559) - (xy 65.943342 121.338052) - (xy 65.873068 121.348156) - (xy 65.808488 121.318662) - (xy 65.774591 121.271656) - (xy 65.746334 121.203437) - (xy 65.616925 120.99226) - (xy 65.616922 120.992256) - (xy 65.456073 120.803926) - (xy 65.267743 120.643077) - (xy 65.267741 120.643076) - (xy 65.26774 120.643075) - (xy 65.056563 120.513666) - (xy 65.034567 120.504555) - (xy 64.827742 120.418885) - (xy 64.586911 120.361066) - (xy 64.586912 120.361066) - (xy 64.34 120.341634) - (xy 64.093088 120.361066) - (xy 63.852257 120.418885) - (xy 63.623438 120.513665) - (xy 63.412258 120.643076) - (xy 63.412256 120.643077) - (xy 63.223926 120.803926) - (xy 63.063077 120.992256) - (xy 63.063076 120.992258) - (xy 63.063075 120.99226) - (xy 62.933666 121.203437) - (xy 62.87365 121.348329) - (xy 62.867722 121.36264) - (xy 62.823173 121.41792) - (xy 62.75581 121.440341) - (xy 62.687019 121.422783) - (xy 62.662218 121.403516) - (xy 60.538502 119.2798) - (xy 71.146296 119.2798) - (xy 71.166257 119.469727) - (xy 71.196326 119.56227) - (xy 71.225273 119.651356) - (xy 71.225276 119.651361) - (xy 71.320758 119.816741) - (xy 71.320765 119.816751) - (xy 71.448544 119.958664) - (xy 71.448547 119.958666) - (xy 71.603048 120.070918) - (xy 71.777512 120.148594) - (xy 71.964313 120.1883) - (xy 72.155287 120.1883) - (xy 72.342088 120.148594) - (xy 72.516552 120.070918) - (xy 72.671053 119.958666) - (xy 72.79884 119.816744) - (xy 72.894327 119.651356) - (xy 72.953342 119.469728) - (xy 72.973304 119.2798) - (xy 72.953342 119.089872) - (xy 72.894327 118.908244) - (xy 72.79884 118.742856) - (xy 72.725663 118.661584) - (xy 72.694946 118.597576) - (xy 72.6933 118.577274) - (xy 72.6933 112.680964) - (xy 72.713302 112.612843) - (xy 72.725658 112.59666) - (xy 72.79884 112.515384) - (xy 72.894327 112.349996) - (xy 72.953342 112.168368) - (xy 72.973304 111.97844) - (xy 72.953342 111.788512) - (xy 72.894327 111.606884) - (xy 72.79884 111.441496) - (xy 72.798838 111.441494) - (xy 72.798834 111.441488) - (xy 72.671055 111.299575) - (xy 72.516552 111.187322) - (xy 72.342088 111.109646) - (xy 72.155287 111.06994) - (xy 71.964313 111.06994) - (xy 71.777511 111.109646) - (xy 71.603047 111.187322) - (xy 71.448544 111.299575) - (xy 71.320765 111.441488) - (xy 71.320758 111.441498) - (xy 71.225276 111.606878) - (xy 71.225273 111.606885) - (xy 71.166257 111.788512) - (xy 71.146296 111.97844) - (xy 71.166257 112.168367) - (xy 71.179202 112.208205) - (xy 71.225273 112.349996) - (xy 71.225276 112.350001) - (xy 71.298346 112.476563) - (xy 71.32076 112.515384) - (xy 71.393937 112.596655) - (xy 71.424653 112.66066) - (xy 71.4263 112.680964) - (xy 71.4263 118.577274) - (xy 71.406298 118.645395) - (xy 71.393937 118.661584) - (xy 71.320757 118.742859) - (xy 71.225276 118.908238) - (xy 71.225273 118.908245) - (xy 71.166257 119.089872) - (xy 71.146296 119.2798) - (xy 60.538502 119.2798) - (xy 53.018703 111.76) - (xy 54.461634 111.76) - (xy 54.481066 112.006911) - (xy 54.538885 112.247742) - (xy 54.633666 112.476563) - (xy 54.74648 112.66066) - (xy 54.763076 112.687741) - (xy 54.763077 112.687743) - (xy 54.923926 112.876073) - (xy 55.06529 112.996809) - (xy 55.11226 113.036925) - (xy 55.323437 113.166334) - (xy 55.552258 113.261115) - (xy 55.793089 113.318934) - (xy 56.04 113.338366) - (xy 56.286911 113.318934) - (xy 56.527742 113.261115) - (xy 56.756563 113.166334) - (xy 56.96774 113.036925) - (xy 57.156073 112.876073) - (xy 57.316925 112.68774) - (xy 57.446334 112.476563) - (xy 57.541115 112.247742) - (xy 57.598934 112.006911) - (xy 57.618366 111.76) - (xy 62.761634 111.76) - (xy 62.781066 112.006911) - (xy 62.838885 112.247742) - (xy 62.933666 112.476563) - (xy 63.04648 112.66066) - (xy 63.063076 112.687741) - (xy 63.063077 112.687743) - (xy 63.223926 112.876073) - (xy 63.36529 112.996809) - (xy 63.41226 113.036925) - (xy 63.623437 113.166334) - (xy 63.852258 113.261115) - (xy 64.093089 113.318934) - (xy 64.34 113.338366) - (xy 64.586911 113.318934) - (xy 64.827742 113.261115) - (xy 65.056563 113.166334) - (xy 65.26774 113.036925) - (xy 65.456073 112.876073) - (xy 65.616925 112.68774) - (xy 65.746334 112.476563) - (xy 65.774592 112.408341) - (xy 65.819139 112.353062) - (xy 65.886502 112.330641) - (xy 65.955294 112.348199) - (xy 66.003672 112.400161) - (xy 66.017 112.456561) - (xy 66.017 112.773597) - (xy 66.023505 112.834093) - (xy 66.074555 112.970964) - (xy 66.074555 112.970965) - (xy 66.162095 113.087904) - (xy 66.279034 113.175444) - (xy 66.415906 113.226494) - (xy 66.476402 113.232999) - (xy 66.476415 113.233) - (xy 67.186 113.233) - (xy 67.186 112.316465) - (xy 67.213659 112.331671) - (xy 67.362939 112.37) - (xy 67.478375 112.37) - (xy 67.592906 112.355531) - (xy 67.694 112.315505) - (xy 67.694 113.233) - (xy 68.403585 113.233) - (xy 68.403597 113.232999) - (xy 68.464093 113.226494) - (xy 68.600964 113.175444) - (xy 68.600965 113.175444) - (xy 68.717904 113.087904) - (xy 68.805444 112.970965) - (xy 68.805444 112.970964) - (xy 68.856494 112.834093) - (xy 68.862999 112.773597) - (xy 68.863 112.773585) - (xy 68.863 112.014) - (xy 67.994638 112.014) - (xy 68.024755 111.949998) - (xy 68.053635 111.798607) - (xy 68.043957 111.644789) - (xy 67.998862 111.506) - (xy 68.863 111.506) - (xy 68.863 110.746414) - (xy 68.862999 110.746402) - (xy 68.856494 110.685906) - (xy 68.805444 110.549035) - (xy 68.805444 110.549034) - (xy 68.717904 110.432095) - (xy 68.600965 110.344555) - (xy 68.464093 110.293505) - (xy 68.403597 110.287) - (xy 67.694 110.287) - (xy 67.694 111.203534) - (xy 67.666341 111.188329) - (xy 67.517061 111.15) - (xy 67.401625 111.15) - (xy 67.287094 111.164469) - (xy 67.186 111.204494) - (xy 67.186 110.287) - (xy 66.476402 110.287) - (xy 66.415906 110.293505) - (xy 66.279035 110.344555) - (xy 66.279034 110.344555) - (xy 66.162095 110.432095) - (xy 66.074555 110.549034) - (xy 66.074555 110.549035) - (xy 66.023505 110.685906) - (xy 66.017 110.746402) - (xy 66.017 111.063438) - (xy 65.996998 111.131559) - (xy 65.943342 111.178052) - (xy 65.873068 111.188156) - (xy 65.808488 111.158662) - (xy 65.774591 111.111656) - (xy 65.746334 111.043437) - (xy 65.616925 110.83226) - (xy 65.616922 110.832256) - (xy 65.456073 110.643926) - (xy 65.267743 110.483077) - (xy 65.267741 110.483076) - (xy 65.26774 110.483075) - (xy 65.056563 110.353666) - (xy 65.034567 110.344555) - (xy 64.827742 110.258885) - (xy 64.586911 110.201066) - (xy 64.586912 110.201066) - (xy 64.34 110.181634) - (xy 64.093088 110.201066) - (xy 63.852257 110.258885) - (xy 63.623438 110.353665) - (xy 63.412258 110.483076) - (xy 63.412256 110.483077) - (xy 63.223926 110.643926) - (xy 63.063077 110.832256) - (xy 63.063076 110.832258) - (xy 62.933665 111.043438) - (xy 62.838885 111.272257) - (xy 62.798254 111.441498) - (xy 62.781066 111.513089) - (xy 62.761634 111.76) - (xy 57.618366 111.76) - (xy 57.598934 111.513089) - (xy 57.541115 111.272258) - (xy 57.446334 111.043437) - (xy 57.316925 110.83226) - (xy 57.316922 110.832256) - (xy 57.156073 110.643926) - (xy 56.967743 110.483077) - (xy 56.967741 110.483076) - (xy 56.96774 110.483075) - (xy 56.756563 110.353666) - (xy 56.734567 110.344555) - (xy 56.527742 110.258885) - (xy 56.286911 110.201066) - (xy 56.286912 110.201066) - (xy 56.04 110.181634) - (xy 55.793088 110.201066) - (xy 55.552257 110.258885) - (xy 55.323438 110.353665) - (xy 55.112258 110.483076) - (xy 55.112256 110.483077) - (xy 54.923926 110.643926) - (xy 54.763077 110.832256) - (xy 54.763076 110.832258) - (xy 54.633665 111.043438) - (xy 54.538885 111.272257) - (xy 54.498254 111.441498) - (xy 54.481066 111.513089) - (xy 54.461634 111.76) - (xy 53.018703 111.76) - (xy 51.978405 110.719702) - (xy 51.944379 110.65739) - (xy 51.9415 110.630607) - (xy 51.9415 101.6) - (xy 54.461634 101.6) - (xy 54.481066 101.846911) - (xy 54.538885 102.087742) - (xy 54.633665 102.316561) - (xy 54.763076 102.527741) - (xy 54.763077 102.527743) - (xy 54.923926 102.716073) - (xy 55.112256 102.876922) - (xy 55.11226 102.876925) - (xy 55.323437 103.006334) - (xy 55.552258 103.101115) - (xy 55.793089 103.158934) - (xy 56.04 103.178366) - (xy 56.286911 103.158934) - (xy 56.527742 103.101115) - (xy 56.533013 103.098931) - (xy 56.603598 103.091334) - (xy 56.667089 103.123106) - (xy 56.670336 103.12624) - (xy 62.557763 109.013667) - (xy 62.56773 109.026107) - (xy 62.567957 109.02592) - (xy 62.573009 109.032027) - (xy 62.624105 109.080009) - (xy 62.645235 109.10114) - (xy 62.650778 109.10544) - (xy 62.655291 109.109295) - (xy 62.689689 109.141596) - (xy 62.68969 109.141596) - (xy 62.689692 109.141598) - (xy 62.707439 109.151354) - (xy 62.723969 109.162212) - (xy 62.739969 109.174623) - (xy 62.771146 109.188114) - (xy 62.783261 109.193357) - (xy 62.788595 109.195969) - (xy 62.82995 109.218705) - (xy 62.849572 109.223743) - (xy 62.868273 109.230145) - (xy 62.886865 109.238191) - (xy 62.93348 109.245573) - (xy 62.939252 109.246768) - (xy 62.98498 109.25851) - (xy 63.005241 109.25851) - (xy 63.024949 109.26006) - (xy 63.044953 109.263229) - (xy 63.078469 109.260061) - (xy 63.09192 109.25879) - (xy 63.097852 109.25851) - (xy 80.713378 109.25851) - (xy 80.781499 109.278512) - (xy 80.802473 109.295415) - (xy 83.069595 111.562537) - (xy 83.103621 111.624849) - (xy 83.1065 111.651632) - (xy 83.1065 112.846227) - (xy 83.086498 112.914348) - (xy 83.04047 112.95704) - (xy 82.966989 112.996806) - (xy 82.966983 112.99681) - (xy 82.782778 113.140182) - (xy 82.782774 113.140186) - (xy 82.624685 113.311916) - (xy 82.595483 113.356615) - (xy 82.54148 113.402704) - (xy 82.471132 113.412279) - (xy 82.406774 113.382302) - (xy 82.384517 113.356615) - (xy 82.355314 113.311916) - (xy 82.197225 113.140186) - (xy 82.197221 113.140182) - (xy 82.064556 113.036925) - (xy 82.013017 112.99681) - (xy 81.807727 112.885713) - (xy 81.807724 112.885712) - (xy 81.807723 112.885711) - (xy 81.586955 112.809921) - (xy 81.586948 112.809919) - (xy 81.488411 112.793476) - (xy 81.356712 112.7715) - (xy 81.123288 112.7715) - (xy 81.008066 112.790727) - (xy 80.893051 112.809919) - (xy 80.893044 112.809921) - (xy 80.672276 112.885711) - (xy 80.672273 112.885713) - (xy 80.466991 112.996806) - (xy 80.466985 112.996809) - (xy 80.466983 112.99681) - (xy 80.29986 113.126888) - (xy 80.233818 113.152944) - (xy 80.164172 113.139159) - (xy 80.113036 113.089909) - (xy 80.104413 113.071487) - (xy 80.090445 113.034036) - (xy 80.090444 113.034034) - (xy 80.002904 112.917095) - (xy 79.885965 112.829555) - (xy 79.749093 112.778505) - (xy 79.688597 112.772) - (xy 78.994 112.772) - (xy 78.994 113.746325) - (xy 78.882315 113.69532) - (xy 78.775763 113.68) - (xy 78.704237 113.68) - (xy 78.597685 113.69532) - (xy 78.486 113.746325) - (xy 78.486 112.772) - (xy 77.791402 112.772) - (xy 77.730906 112.778505) - (xy 77.594035 112.829555) - (xy 77.594034 112.829555) - (xy 77.477095 112.917095) - (xy 77.389555 113.034034) - (xy 77.389555 113.034035) - (xy 77.338505 113.170906) - (xy 77.332 113.231402) - (xy 77.332 113.926) - (xy 78.308884 113.926) - (xy 78.280507 113.970156) - (xy 78.24 114.108111) - (xy 78.24 114.251889) - (xy 78.280507 114.389844) - (xy 78.308884 114.434) - (xy 77.332 114.434) - (xy 77.332 115.128597) - (xy 77.338505 115.189093) - (xy 77.389555 115.325964) - (xy 77.389555 115.325965) - (xy 77.477095 115.442904) - (xy 77.594034 115.530444) - (xy 77.730906 115.581494) - (xy 77.791402 115.587999) - (xy 77.791415 115.588) - (xy 78.486 115.588) - (xy 78.486 114.613674) - (xy 78.597685 114.66468) - (xy 78.704237 114.68) - (xy 78.775763 114.68) - (xy 78.882315 114.66468) - (xy 78.994 114.613674) - (xy 78.994 115.588) - (xy 79.688585 115.588) - (xy 79.688597 115.587999) - (xy 79.749093 115.581494) - (xy 79.885964 115.530444) - (xy 79.885965 115.530444) - (xy 80.002904 115.442904) - (xy 80.090444 115.325965) - (xy 80.090445 115.325963) - (xy 80.104413 115.288513) - (xy 80.146959 115.231677) - (xy 80.213479 115.206865) - (xy 80.282853 115.221956) - (xy 80.29986 115.233112) - (xy 80.466983 115.36319) - (xy 80.672273 115.474287) - (xy 80.893049 115.55008) - (xy 81.123288 115.5885) - (xy 81.123292 115.5885) - (xy 81.356708 115.5885) - (xy 81.356712 115.5885) - (xy 81.586951 115.55008) - (xy 81.807727 115.474287) - (xy 82.013017 115.36319) - (xy 82.19722 115.219818) - (xy 82.225505 115.189093) - (xy 82.281195 115.128597) - (xy 82.355314 115.048083) - (xy 82.384517 115.003383) - (xy 82.438519 114.957296) - (xy 82.508867 114.94772) - (xy 82.573225 114.977696) - (xy 82.595481 115.003382) - (xy 82.624686 115.048083) - (xy 82.624687 115.048084) - (xy 82.782774 115.219813) - (xy 82.782778 115.219817) - (xy 82.84865 115.271087) - (xy 82.966983 115.36319) - (xy 83.172273 115.474287) - (xy 83.393049 115.55008) - (xy 83.623288 115.5885) - (xy 83.623292 115.5885) - (xy 83.856708 115.5885) - (xy 83.856712 115.5885) - (xy 84.086951 115.55008) - (xy 84.307727 115.474287) - (xy 84.513017 115.36319) - (xy 84.69722 115.219818) - (xy 84.709145 115.206865) - (xy 84.855314 115.048083) - (xy 84.982984 114.852669) - (xy 85.076749 114.638907) - (xy 85.134051 114.412626) - (xy 85.153327 114.18) - (xy 85.134051 113.947374) - (xy 85.076749 113.721093) - (xy 84.982984 113.507331) - (xy 84.884517 113.356615) - (xy 84.855314 113.311916) - (xy 84.697225 113.140186) - (xy 84.697221 113.140182) - (xy 84.564556 113.036925) - (xy 84.513017 112.99681) - (xy 84.51301 112.996806) - (xy 84.43953 112.95704) - (xy 84.38914 112.907027) - (xy 84.3735 112.846227) - (xy 84.3735 111.420892) - (xy 84.375249 111.405051) - (xy 84.374956 111.405024) - (xy 84.375701 111.397131) - (xy 84.375702 111.397128) - (xy 84.3735 111.327078) - (xy 84.3735 111.297181) - (xy 84.372619 111.290215) - (xy 84.372155 111.284319) - (xy 84.370673 111.237147) - (xy 84.365022 111.2177) - (xy 84.361012 111.198337) - (xy 84.359748 111.188329) - (xy 84.358474 111.17824) - (xy 84.341099 111.134357) - (xy 84.339179 111.128748) - (xy 84.326018 111.083444) - (xy 84.315705 111.066006) - (xy 84.30701 111.048259) - (xy 84.299552 111.02942) - (xy 84.271821 110.991252) - (xy 84.268562 110.986292) - (xy 84.244541 110.945672) - (xy 84.230218 110.931349) - (xy 84.217377 110.916316) - (xy 84.205471 110.899929) - (xy 84.175651 110.87526) - (xy 84.169108 110.869847) - (xy 84.164736 110.865868) - (xy 81.535215 108.236348) - (xy 81.525251 108.223911) - (xy 81.525024 108.2241) - (xy 81.519973 108.217994) - (xy 81.519972 108.217992) - (xy 81.468893 108.170026) - (xy 81.447749 108.148881) - (xy 81.447744 108.148876) - (xy 81.442197 108.144573) - (xy 81.437689 108.140722) - (xy 81.403297 108.108427) - (xy 81.403291 108.108423) - (xy 81.385535 108.098661) - (xy 81.369019 108.087812) - (xy 81.353013 108.075396) - (xy 81.322261 108.062088) - (xy 81.309712 108.056658) - (xy 81.30438 108.054046) - (xy 81.263033 108.031315) - (xy 81.243408 108.026276) - (xy 81.224708 108.019874) - (xy 81.206117 108.011829) - (xy 81.206115 108.011828) - (xy 81.206114 108.011828) - (xy 81.159514 108.004447) - (xy 81.153701 108.003243) - (xy 81.108002 107.99151) - (xy 81.087748 107.99151) - (xy 81.068038 107.989959) - (xy 81.048029 107.98679) - (xy 81.048028 107.98679) - (xy 81.001055 107.99123) - (xy 80.995122 107.99151) - (xy 78.208915 107.99151) - (xy 78.140794 107.971508) - (xy 78.094301 107.917852) - (xy 78.084197 107.847578) - (xy 78.094828 107.812029) - (xy 78.189877 107.609271) - (xy 78.268676 107.347355) - (xy 78.294481 107.172015) - (xy 78.3085 107.07676) - (xy 78.3085 107.00829) - (xy 84.1715 107.00829) - (xy 84.186466 107.212779) - (xy 84.245938 107.479756) - (xy 84.245939 107.479758) - (xy 84.343645 107.735221) - (xy 84.343647 107.735224) - (xy 84.477499 107.973724) - (xy 84.477511 107.973742) - (xy 84.644665 108.190213) - (xy 84.644673 108.190222) - (xy 84.841572 108.380057) - (xy 84.841578 108.380062) - (xy 85.064015 108.539202) - (xy 85.064025 108.539209) - (xy 85.307265 108.664267) - (xy 85.307267 108.664268) - (xy 85.566124 108.752577) - (xy 85.56613 108.752579) - (xy 85.835093 108.802259) - (xy 86.108424 108.812248) - (xy 86.271072 108.794351) - (xy 86.380291 108.782335) - (xy 86.380293 108.782334) - (xy 86.380296 108.782334) - (xy 86.644916 108.713153) - (xy 86.896643 108.606181) - (xy 87.130112 108.463697) - (xy 87.340347 108.288738) - (xy 87.522867 108.085033) - (xy 87.673783 107.856923) - (xy 87.789877 107.609271) - (xy 87.868676 107.347355) - (xy 87.894481 107.172015) - (xy 87.9085 107.07676) - (xy 87.9085 106.35171) - (xy 87.893533 106.14722) - (xy 87.893533 106.147217) - (xy 87.834063 105.880247) - (xy 87.742247 105.640186) - (xy 87.736354 105.624778) - (xy 87.736352 105.624775) - (xy 87.6025 105.386275) - (xy 87.602488 105.386257) - (xy 87.435334 105.169786) - (xy 87.435326 105.169777) - (xy 87.238427 104.979942) - (xy 87.238421 104.979937) - (xy 87.015984 104.820797) - (xy 87.015974 104.82079) - (xy 86.772734 104.695732) - (xy 86.772732 104.695731) - (xy 86.513875 104.607422) - (xy 86.513863 104.607419) - (xy 86.244902 104.55774) - (xy 86.244904 104.55774) - (xy 86.010119 104.54916) - (xy 85.971576 104.547752) - (xy 85.971575 104.547752) - (xy 85.971572 104.547752) - (xy 85.699708 104.577664) - (xy 85.699705 104.577665) - (xy 85.435081 104.646847) - (xy 85.183357 104.753819) - (xy 84.949888 104.896303) - (xy 84.780663 105.037132) - (xy 84.739648 105.071266) - (xy 84.557142 105.274956) - (xy 84.557131 105.274969) - (xy 84.406217 105.503076) - (xy 84.290123 105.750729) - (xy 84.211323 106.012648) - (xy 84.211322 106.012653) - (xy 84.1715 106.283239) - (xy 84.1715 107.00829) - (xy 78.3085 107.00829) - (xy 78.3085 106.35171) - (xy 78.293533 106.14722) - (xy 78.293533 106.147217) - (xy 78.234063 105.880247) - (xy 78.142247 105.640186) - (xy 78.136354 105.624778) - (xy 78.136352 105.624775) - (xy 78.0025 105.386275) - (xy 78.002488 105.386257) - (xy 77.835334 105.169786) - (xy 77.835326 105.169777) - (xy 77.638427 104.979942) - (xy 77.638421 104.979937) - (xy 77.415984 104.820797) - (xy 77.415974 104.82079) - (xy 77.172734 104.695732) - (xy 77.172732 104.695731) - (xy 76.913875 104.607422) - (xy 76.913863 104.607419) - (xy 76.644902 104.55774) - (xy 76.644904 104.55774) - (xy 76.410119 104.54916) - (xy 76.371576 104.547752) - (xy 76.371575 104.547752) - (xy 76.371572 104.547752) - (xy 76.099708 104.577664) - (xy 76.099705 104.577665) - (xy 75.835081 104.646847) - (xy 75.583357 104.753819) - (xy 75.349888 104.896303) - (xy 75.180663 105.037132) - (xy 75.139648 105.071266) - (xy 74.957142 105.274956) - (xy 74.957131 105.274969) - (xy 74.806217 105.503076) - (xy 74.690123 105.750729) - (xy 74.611323 106.012648) - (xy 74.611322 106.012654) - (xy 74.589514 106.160832) - (xy 74.559806 106.225315) - (xy 74.499953 106.2635) - (xy 74.428957 106.263263) - (xy 74.369359 106.224681) - (xy 74.34947 106.1931) - (xy 74.267984 106.007331) - (xy 74.140314 105.811916) - (xy 73.982225 105.640186) - (xy 73.982221 105.640182) - (xy 73.845842 105.534034) - (xy 73.798017 105.49681) - (xy 73.592727 105.385713) - (xy 73.592724 105.385712) - (xy 73.592723 105.385711) - (xy 73.371955 105.309921) - (xy 73.371948 105.309919) - (xy 73.273411 105.293476) - (xy 73.141712 105.2715) - (xy 72.908288 105.2715) - (xy 72.793066 105.290727) - (xy 72.678051 105.309919) - (xy 72.678044 105.309921) - (xy 72.457276 105.385711) - (xy 72.457273 105.385713) - (xy 72.251985 105.496809) - (xy 72.251983 105.49681) - (xy 72.067778 105.640182) - (xy 72.063946 105.643711) - (xy 72.062688 105.642345) - (xy 72.008763 105.674742) - (xy 71.937799 105.672598) - (xy 71.87926 105.632428) - (xy 71.858877 105.596861) - (xy 71.835444 105.534034) - (xy 71.747904 105.417095) - (xy 71.630965 105.329555) - (xy 71.494093 105.278505) - (xy 71.433597 105.272) - (xy 70.739 105.272) - (xy 70.739 106.308537) - (xy 70.682453 106.269984) - (xy 70.552827 106.23) - (xy 70.451276 106.23) - (xy 70.350862 106.245135) - (xy 70.231 106.302857) - (xy 70.231 105.272) - (xy 69.536402 105.272) - (xy 69.475906 105.278505) - (xy 69.339035 105.329555) - (xy 69.339034 105.329555) - (xy 69.222095 105.417095) - (xy 69.134555 105.534034) - (xy 69.134555 105.534035) - (xy 69.083505 105.670906) - (xy 69.077 105.731402) - (xy 69.077 106.426) - (xy 70.112032 106.426) - (xy 70.061375 106.51374) - (xy 70.03119 106.645992) - (xy 70.041327 106.781265) - (xy 70.090887 106.907541) - (xy 70.111987 106.934) - (xy 69.077 106.934) - (xy 69.077 107.628597) - (xy 69.083505 107.689093) - (xy 69.132882 107.821478) - (xy 69.137946 107.892293) - (xy 69.103921 107.954606) - (xy 69.041609 107.988631) - (xy 69.014826 107.99151) - (xy 63.379605 107.99151) - (xy 63.311484 107.971508) - (xy 63.29051 107.954605) - (xy 57.566241 102.230336) - (xy 57.532215 102.168024) - (xy 57.53728 102.097209) - (xy 57.538929 102.093019) - (xy 57.541115 102.087742) - (xy 57.598934 101.846911) - (xy 57.618366 101.6) - (xy 62.761634 101.6) - (xy 62.781066 101.846911) - (xy 62.838885 102.087742) - (xy 62.933665 102.316561) - (xy 63.063076 102.527741) - (xy 63.063077 102.527743) - (xy 63.223926 102.716073) - (xy 63.412256 102.876922) - (xy 63.41226 102.876925) - (xy 63.623437 103.006334) - (xy 63.852258 103.101115) - (xy 64.093089 103.158934) - (xy 64.34 103.178366) - (xy 64.586911 103.158934) - (xy 64.827742 103.101115) - (xy 65.056563 103.006334) - (xy 65.26774 102.876925) - (xy 65.456073 102.716073) - (xy 65.616925 102.52774) - (xy 65.746334 102.316563) - (xy 65.774592 102.248341) - (xy 65.819139 102.193062) - (xy 65.886502 102.170641) - (xy 65.955294 102.188199) - (xy 66.003672 102.240161) - (xy 66.017 102.296561) - (xy 66.017 102.613597) - (xy 66.023505 102.674093) - (xy 66.074555 102.810964) - (xy 66.074555 102.810965) - (xy 66.162095 102.927904) - (xy 66.279034 103.015444) - (xy 66.415906 103.066494) - (xy 66.476402 103.072999) - (xy 66.476415 103.073) - (xy 67.186 103.073) - (xy 67.186 102.156465) - (xy 67.213659 102.171671) - (xy 67.362939 102.21) - (xy 67.478375 102.21) - (xy 67.592906 102.195531) - (xy 67.694 102.155505) - (xy 67.694 103.073) - (xy 68.403585 103.073) - (xy 68.403597 103.072999) - (xy 68.464093 103.066494) - (xy 68.600964 103.015444) - (xy 68.600965 103.015444) - (xy 68.717904 102.927904) - (xy 68.805444 102.810965) - (xy 68.805444 102.810964) - (xy 68.856494 102.674093) - (xy 68.862999 102.613597) - (xy 68.863 102.613585) - (xy 68.863 101.854) - (xy 67.994638 101.854) - (xy 68.024755 101.789998) - (xy 68.053635 101.638607) - (xy 68.043957 101.484789) - (xy 67.998862 101.346) - (xy 68.863 101.346) - (xy 68.863 100.586414) - (xy 68.862999 100.586402) - (xy 68.856494 100.525906) - (xy 68.805444 100.389035) - (xy 68.805444 100.389034) - (xy 68.717904 100.272095) - (xy 68.600965 100.184555) - (xy 68.464093 100.133505) - (xy 68.403597 100.127) - (xy 67.694 100.127) - (xy 67.694 101.043534) - (xy 67.666341 101.028329) - (xy 67.517061 100.99) - (xy 67.401625 100.99) - (xy 67.287094 101.004469) - (xy 67.186 101.044494) - (xy 67.186 100.127) - (xy 66.476402 100.127) - (xy 66.415906 100.133505) - (xy 66.279035 100.184555) - (xy 66.279034 100.184555) - (xy 66.162095 100.272095) - (xy 66.074555 100.389034) - (xy 66.074555 100.389035) - (xy 66.023505 100.525906) - (xy 66.017 100.586402) - (xy 66.017 100.903438) - (xy 65.996998 100.971559) - (xy 65.943342 101.018052) - (xy 65.873068 101.028156) - (xy 65.808488 100.998662) - (xy 65.774591 100.951656) - (xy 65.746334 100.883437) - (xy 65.616925 100.67226) - (xy 65.616922 100.672256) - (xy 65.456073 100.483926) - (xy 65.267743 100.323077) - (xy 65.267741 100.323076) - (xy 65.26774 100.323075) - (xy 65.056563 100.193666) - (xy 65.034567 100.184555) - (xy 64.827742 100.098885) - (xy 64.586911 100.041066) - (xy 64.586912 100.041066) - (xy 64.34 100.021634) - (xy 64.093088 100.041066) - (xy 63.852257 100.098885) - (xy 63.623438 100.193665) - (xy 63.412258 100.323076) - (xy 63.412256 100.323077) - (xy 63.223926 100.483926) - (xy 63.063077 100.672256) - (xy 63.063076 100.672258) - (xy 62.933665 100.883438) - (xy 62.838885 101.112257) - (xy 62.781066 101.353088) - (xy 62.761634 101.6) - (xy 57.618366 101.6) - (xy 57.598934 101.353089) - (xy 57.541115 101.112258) - (xy 57.446334 100.883437) - (xy 57.316925 100.67226) - (xy 57.316922 100.672256) - (xy 57.156073 100.483926) - (xy 56.967743 100.323077) - (xy 56.967741 100.323076) - (xy 56.96774 100.323075) - (xy 56.756563 100.193666) - (xy 56.734567 100.184555) - (xy 56.527742 100.098885) - (xy 56.286911 100.041066) - (xy 56.286912 100.041066) - (xy 56.04 100.021634) - (xy 55.793088 100.041066) - (xy 55.552257 100.098885) - (xy 55.323438 100.193665) - (xy 55.112258 100.323076) - (xy 55.112256 100.323077) - (xy 54.923926 100.483926) - (xy 54.763077 100.672256) - (xy 54.763076 100.672258) - (xy 54.633665 100.883438) - (xy 54.538885 101.112257) - (xy 54.481066 101.353088) - (xy 54.461634 101.6) - (xy 51.9415 101.6) - (xy 51.9415 90.598796) - (xy 51.961502 90.530675) - (xy 52.015158 90.484182) - (xy 52.085432 90.474078) - (xy 52.150012 90.503572) - (xy 52.156593 90.5097) - (xy 53.535098 91.888205) - (xy 54.865554 93.218661) - (xy 54.875519 93.231098) - (xy 54.875746 93.230911) - (xy 54.880798 93.237018) - (xy 54.931877 93.284984) - (xy 54.953022 93.30613) - (xy 54.953026 93.306133) - (xy 54.953029 93.306136) - (xy 54.958581 93.310443) - (xy 54.963068 93.314274) - (xy 54.985758 93.335582) - (xy 54.997476 93.346586) - (xy 54.997478 93.346587) - (xy 55.015227 93.356344) - (xy 55.031752 93.367199) - (xy 55.047758 93.379615) - (xy 55.089485 93.397671) - (xy 55.091061 93.398353) - (xy 55.096382 93.400959) - (xy 55.137739 93.423696) - (xy 55.137747 93.423698) - (xy 55.157357 93.428733) - (xy 55.176066 93.435138) - (xy 55.194654 93.443182) - (xy 55.241276 93.450565) - (xy 55.247061 93.451764) - (xy 55.292769 93.463501) - (xy 55.313023 93.463501) - (xy 55.332733 93.465052) - (xy 55.33494 93.465401) - (xy 55.352742 93.468221) - (xy 55.386669 93.465013) - (xy 55.399716 93.463781) - (xy 55.405649 93.463501) - (xy 63.559407 93.463501) - (xy 63.627528 93.483503) - (xy 63.648502 93.500406) - (xy 71.188877 101.040782) - (xy 71.222903 101.103094) - (xy 71.225092 101.116706) - (xy 71.242457 101.281927) - (xy 71.260745 101.33821) - (xy 71.301473 101.463556) - (xy 71.301476 101.463561) - (xy 71.396958 101.628941) - (xy 71.396965 101.628951) - (xy 71.524744 101.770864) - (xy 71.524747 101.770866) - (xy 71.679248 101.883118) - (xy 71.853712 101.960794) - (xy 72.040513 102.0005) - (xy 72.231487 102.0005) - (xy 72.418288 101.960794) - (xy 72.592752 101.883118) - (xy 72.747253 101.770866) - (xy 72.797365 101.715211) - (xy 72.875034 101.628951) - (xy 72.875035 101.628949) - (xy 72.87504 101.628944) - (xy 72.970527 101.463556) - (xy 73.029542 101.281928) - (xy 73.049504 101.092) - (xy 73.029542 100.902072) - (xy 72.970527 100.720444) - (xy 72.87504 100.555056) - (xy 72.875038 100.555054) - (xy 72.875034 100.555048) - (xy 72.747255 100.413135) - (xy 72.592752 100.300882) - (xy 72.468719 100.245659) - (xy 72.414623 100.199679) - (xy 72.393974 100.131751) - (xy 72.413327 100.063443) - (xy 72.466537 100.016442) - (xy 72.493771 100.007305) - (xy 72.504648 100.004994) - (xy 72.679112 99.927318) - (xy 72.833613 99.815066) - (xy 72.9614 99.673144) - (xy 73.056887 99.507756) - (xy 73.115902 99.326128) - (xy 73.135864 99.1362) - (xy 73.115902 98.946272) - (xy 73.056887 98.764644) - (xy 72.9614 98.599256) - (xy 72.888223 98.517984) - (xy 72.857506 98.453976) - (xy 72.85586 98.433674) - (xy 72.85586 93.652109) - (xy 72.857609 93.636267) - (xy 72.857316 93.63624) - (xy 72.85806 93.628354) - (xy 72.858062 93.628347) - (xy 72.85586 93.558283) - (xy 72.85586 93.528399) - (xy 72.85498 93.521437) - (xy 72.854516 93.515548) - (xy 72.853034 93.468366) - (xy 72.847377 93.448897) - (xy 72.843372 93.429553) - (xy 72.840834 93.409458) - (xy 72.82346 93.365577) - (xy 72.821541 93.359971) - (xy 72.820486 93.356341) - (xy 72.808378 93.314662) - (xy 72.798066 93.297225) - (xy 72.78937 93.279476) - (xy 72.781912 93.260638) - (xy 72.754172 93.222458) - (xy 72.750924 93.217513) - (xy 72.726902 93.176893) - (xy 72.712574 93.162565) - (xy 72.699744 93.147544) - (xy 72.687832 93.131148) - (xy 72.68783 93.131146) - (xy 72.668739 93.115352) - (xy 72.629003 93.056517) - (xy 72.623748 93.03144) - (xy 72.606687 92.869112) - (xy 72.594935 92.832944) - (xy 72.547672 92.687484) - (xy 72.452185 92.522096) - (xy 72.452183 92.522094) - (xy 72.452179 92.522088) - (xy 72.3244 92.380175) - (xy 72.169897 92.267922) - (xy 71.995433 92.190246) - (xy 71.808632 92.15054) - (xy 71.617658 92.15054) - (xy 71.430856 92.190246) - (xy 71.256392 92.267922) - (xy 71.101889 92.380175) - (xy 70.97411 92.522088) - (xy 70.974103 92.522098) - (xy 70.878621 92.687478) - (xy 70.878618 92.687485) - (xy 70.819602 92.869112) - (xy 70.799641 93.05904) - (xy 70.819602 93.248967) - (xy 70.840828 93.314292) - (xy 70.878618 93.430596) - (xy 70.878621 93.430601) - (xy 70.974103 93.595981) - (xy 70.97411 93.595991) - (xy 71.101889 93.737904) - (xy 71.101892 93.737906) - (xy 71.256393 93.850158) - (xy 71.430857 93.927834) - (xy 71.489057 93.940204) - (xy 71.551529 93.973932) - (xy 71.585851 94.036081) - (xy 71.58886 94.063451) - (xy 71.58886 98.433674) - (xy 71.568858 98.501795) - (xy 71.556497 98.517984) - (xy 71.483317 98.599259) - (xy 71.387836 98.764638) - (xy 71.387833 98.764645) - (xy 71.328817 98.946272) - (xy 71.314332 99.084098) - (xy 71.287319 99.149755) - (xy 71.229098 99.190385) - (xy 71.158152 99.193088) - (xy 71.099927 99.160023) - (xy 64.998755 93.05885) - (xy 64.964729 92.996538) - (xy 64.969794 92.925723) - (xy 65.012341 92.868887) - (xy 65.039629 92.853347) - (xy 65.056563 92.846334) - (xy 65.26774 92.716925) - (xy 65.456073 92.556073) - (xy 65.616925 92.36774) - (xy 65.746334 92.156563) - (xy 65.774592 92.088341) - (xy 65.819139 92.033062) - (xy 65.886502 92.010641) - (xy 65.955294 92.028199) - (xy 66.003672 92.080161) - (xy 66.017 92.136561) - (xy 66.017 92.453597) - (xy 66.023505 92.514093) - (xy 66.074555 92.650964) - (xy 66.074555 92.650965) - (xy 66.162095 92.767904) - (xy 66.279034 92.855444) - (xy 66.415906 92.906494) - (xy 66.476402 92.912999) - (xy 66.476415 92.913) - (xy 67.186 92.913) - (xy 67.186 91.996465) - (xy 67.213659 92.011671) - (xy 67.362939 92.05) - (xy 67.478375 92.05) - (xy 67.592906 92.035531) - (xy 67.694 91.995505) - (xy 67.694 92.913) - (xy 68.403585 92.913) - (xy 68.403597 92.912999) - (xy 68.464093 92.906494) - (xy 68.600964 92.855444) - (xy 68.600965 92.855444) - (xy 68.717904 92.767904) - (xy 68.805444 92.650965) - (xy 68.805444 92.650964) - (xy 68.856494 92.514093) - (xy 68.862999 92.453597) - (xy 68.863 92.453585) - (xy 68.863 91.694) - (xy 67.994638 91.694) - (xy 68.024755 91.629998) - (xy 68.053635 91.478607) - (xy 68.043957 91.324789) - (xy 67.998862 91.186) - (xy 68.863 91.186) - (xy 68.863 90.8091) - (xy 68.883002 90.740979) - (xy 68.936658 90.694486) - (xy 68.989 90.6831) - (xy 79.615006 90.6831) - (xy 79.683127 90.703102) - (xy 79.704101 90.720005) - (xy 81.220501 92.236405) - (xy 81.254527 92.298717) - (xy 81.249462 92.369532) - (xy 81.206915 92.426368) - (xy 81.140395 92.451179) - (xy 81.131406 92.4515) - (xy 81.123288 92.4515) - (xy 81.02861 92.467299) - (xy 80.893051 92.489919) - (xy 80.893044 92.489921) - (xy 80.672276 92.565711) - (xy 80.672273 92.565713) - (xy 80.514743 92.650964) - (xy 80.466985 92.676809) - (xy 80.466983 92.67681) - (xy 80.29986 92.806888) - (xy 80.233818 92.832944) - (xy 80.164172 92.819159) - (xy 80.113036 92.769909) - (xy 80.104413 92.751487) - (xy 80.090445 92.714036) - (xy 80.090444 92.714034) - (xy 80.002904 92.597095) - (xy 79.885965 92.509555) - (xy 79.749093 92.458505) - (xy 79.688597 92.452) - (xy 78.994 92.452) - (xy 78.994 93.426325) - (xy 78.882315 93.37532) - (xy 78.775763 93.36) - (xy 78.704237 93.36) - (xy 78.597685 93.37532) - (xy 78.486 93.426325) - (xy 78.486 92.452) - (xy 77.791402 92.452) - (xy 77.730906 92.458505) - (xy 77.594035 92.509555) - (xy 77.594034 92.509555) - (xy 77.477095 92.597095) - (xy 77.389555 92.714034) - (xy 77.389555 92.714035) - (xy 77.338505 92.850906) - (xy 77.332 92.911402) - (xy 77.332 93.606) - (xy 78.308884 93.606) - (xy 78.280507 93.650156) - (xy 78.24 93.788111) - (xy 78.24 93.931889) - (xy 78.280507 94.069844) - (xy 78.308884 94.114) - (xy 77.332 94.114) - (xy 77.332 94.808597) - (xy 77.338505 94.869093) - (xy 77.389555 95.005964) - (xy 77.389555 95.005965) - (xy 77.477095 95.122904) - (xy 77.594034 95.210444) - (xy 77.730906 95.261494) - (xy 77.791402 95.267999) - (xy 77.791415 95.268) - (xy 78.486 95.268) - (xy 78.486 94.293674) - (xy 78.597685 94.34468) - (xy 78.704237 94.36) - (xy 78.775763 94.36) - (xy 78.882315 94.34468) - (xy 78.994 94.293674) - (xy 78.994 95.268) - (xy 79.688585 95.268) - (xy 79.688597 95.267999) - (xy 79.749093 95.261494) - (xy 79.885964 95.210444) - (xy 79.885965 95.210444) - (xy 80.002904 95.122904) - (xy 80.090444 95.005965) - (xy 80.090445 95.005963) - (xy 80.104413 94.968513) - (xy 80.146959 94.911677) - (xy 80.213479 94.886865) - (xy 80.282853 94.901956) - (xy 80.29986 94.913112) - (xy 80.466983 95.04319) - (xy 80.672273 95.154287) - (xy 80.893049 95.23008) - (xy 81.123288 95.2685) - (xy 81.123292 95.2685) - (xy 81.356708 95.2685) - (xy 81.356712 95.2685) - (xy 81.586951 95.23008) - (xy 81.807727 95.154287) - (xy 82.013017 95.04319) - (xy 82.19722 94.899818) - (xy 82.225505 94.869093) - (xy 82.281195 94.808597) - (xy 82.355314 94.728083) - (xy 82.384517 94.683383) - (xy 82.438519 94.637296) - (xy 82.508867 94.62772) - (xy 82.573225 94.657696) - (xy 82.595481 94.683382) - (xy 82.624686 94.728083) - (xy 82.624687 94.728084) - (xy 82.782774 94.899813) - (xy 82.782778 94.899817) - (xy 82.84865 94.951087) - (xy 82.966983 95.04319) - (xy 83.172273 95.154287) - (xy 83.393049 95.23008) - (xy 83.623288 95.2685) - (xy 83.623292 95.2685) - (xy 83.856708 95.2685) - (xy 83.856712 95.2685) - (xy 84.086951 95.23008) - (xy 84.307727 95.154287) - (xy 84.513017 95.04319) - (xy 84.69722 94.899818) - (xy 84.709145 94.886865) - (xy 84.855314 94.728083) - (xy 84.982984 94.532669) - (xy 85.076749 94.318907) - (xy 85.134051 94.092626) - (xy 85.153327 93.86) - (xy 85.134051 93.627374) - (xy 85.105729 93.515533) - (xy 85.07675 93.401096) - (xy 85.076747 93.401089) - (xy 85.076064 93.399533) - (xy 84.982984 93.187331) - (xy 84.899168 93.05904) - (xy 84.855314 92.991916) - (xy 84.697225 92.820186) - (xy 84.697221 92.820182) - (xy 84.564556 92.716925) - (xy 84.513017 92.67681) - (xy 84.307727 92.565713) - (xy 84.307724 92.565712) - (xy 84.307723 92.565711) - (xy 84.086955 92.489921) - (xy 84.086948 92.489919) - (xy 83.988411 92.473476) - (xy 83.856712 92.4515) - (xy 83.623288 92.4515) - (xy 83.52861 92.467299) - (xy 83.393051 92.489919) - (xy 83.393038 92.489923) - (xy 83.372725 92.496896) - (xy 83.3018 92.500094) - (xy 83.242722 92.466817) - (xy 80.436844 89.660939) - (xy 80.426879 89.648501) - (xy 80.426652 89.64869) - (xy 80.421601 89.642584) - (xy 80.4216 89.642582) - (xy 80.370521 89.594616) - (xy 80.349377 89.573471) - (xy 80.349372 89.573466) - (xy 80.343825 89.569163) - (xy 80.339317 89.565312) - (xy 80.304925 89.533017) - (xy 80.304919 89.533013) - (xy 80.287163 89.523251) - (xy 80.270647 89.512402) - (xy 80.254641 89.499986) - (xy 80.223889 89.486678) - (xy 80.21134 89.481248) - (xy 80.206008 89.478636) - (xy 80.164661 89.455905) - (xy 80.145036 89.450866) - (xy 80.126336 89.444464) - (xy 80.107745 89.436419) - (xy 80.107743 89.436418) - (xy 80.107742 89.436418) - (xy 80.061142 89.429037) - (xy 80.055329 89.427833) - (xy 80.00963 89.4161) - (xy 79.989376 89.4161) - (xy 79.969666 89.414549) - (xy 79.949657 89.41138) - (xy 79.949656 89.41138) - (xy 79.902683 89.41582) - (xy 79.89675 89.4161) - (xy 65.124195 89.4161) - (xy 65.056074 89.396098) - (xy 65.0351 89.379195) - (xy 62.964502 87.308597) - (xy 69.077 87.308597) - (xy 69.083505 87.369093) - (xy 69.134555 87.505964) - (xy 69.134555 87.505965) - (xy 69.222095 87.622904) - (xy 69.339034 87.710444) - (xy 69.475906 87.761494) - (xy 69.536402 87.767999) - (xy 69.536415 87.768) - (xy 70.231 87.768) - (xy 70.231 86.731462) - (xy 70.287547 86.770016) - (xy 70.417173 86.81) - (xy 70.518724 86.81) - (xy 70.619138 86.794865) - (xy 70.739 86.737142) - (xy 70.739 87.768) - (xy 71.433585 87.768) - (xy 71.433597 87.767999) - (xy 71.494093 87.761494) - (xy 71.630964 87.710444) - (xy 71.630965 87.710444) - (xy 71.747904 87.622904) - (xy 71.835444 87.505965) - (xy 71.858877 87.443138) - (xy 71.901423 87.386302) - (xy 71.967943 87.361491) - (xy 72.037318 87.376582) - (xy 72.063356 87.396929) - (xy 72.063946 87.396289) - (xy 72.067778 87.399817) - (xy 72.087573 87.415224) - (xy 72.251983 87.54319) - (xy 72.457273 87.654287) - (xy 72.678049 87.73008) - (xy 72.908288 87.7685) - (xy 72.908292 87.7685) - (xy 73.141708 87.7685) - (xy 73.141712 87.7685) - (xy 73.371951 87.73008) - (xy 73.592727 87.654287) - (xy 73.798017 87.54319) - (xy 73.98222 87.399818) - (xy 73.994663 87.386302) - (xy 74.140314 87.228083) - (xy 74.184956 87.159753) - (xy 74.267984 87.032669) - (xy 74.345715 86.855458) - (xy 74.391396 86.801112) - (xy 74.459208 86.780088) - (xy 74.527622 86.799064) - (xy 74.574916 86.852015) - (xy 74.584547 86.888408) - (xy 74.585796 86.888225) - (xy 74.586466 86.892777) - (xy 74.586466 86.89278) - (xy 74.586467 86.892783) - (xy 74.645937 87.159753) - (xy 74.645938 87.159756) - (xy 74.645939 87.159758) - (xy 74.743645 87.415221) - (xy 74.743647 87.415224) - (xy 74.877499 87.653724) - (xy 74.877511 87.653742) - (xy 75.044665 87.870213) - (xy 75.044673 87.870222) - (xy 75.241572 88.060057) - (xy 75.241578 88.060062) - (xy 75.464015 88.219202) - (xy 75.464025 88.219209) - (xy 75.707265 88.344267) - (xy 75.707267 88.344268) - (xy 75.966124 88.432577) - (xy 75.96613 88.432579) - (xy 76.235093 88.482259) - (xy 76.508424 88.492248) - (xy 76.671072 88.474351) - (xy 76.780291 88.462335) - (xy 76.780293 88.462334) - (xy 76.780296 88.462334) - (xy 77.044916 88.393153) - (xy 77.296643 88.286181) - (xy 77.530112 88.143697) - (xy 77.740347 87.968738) - (xy 77.922867 87.765033) - (xy 78.073783 87.536923) - (xy 78.189877 87.289271) - (xy 78.268676 87.027355) - (xy 78.294481 86.852015) - (xy 78.3085 86.75676) - (xy 78.3085 86.68829) - (xy 84.1715 86.68829) - (xy 84.186466 86.892779) - (xy 84.245938 87.159756) - (xy 84.245939 87.159758) - (xy 84.343645 87.415221) - (xy 84.343647 87.415224) - (xy 84.477499 87.653724) - (xy 84.477511 87.653742) - (xy 84.644665 87.870213) - (xy 84.644673 87.870222) - (xy 84.841572 88.060057) - (xy 84.841578 88.060062) - (xy 85.064015 88.219202) - (xy 85.064025 88.219209) - (xy 85.307265 88.344267) - (xy 85.307267 88.344268) - (xy 85.566124 88.432577) - (xy 85.56613 88.432579) - (xy 85.835093 88.482259) - (xy 86.108424 88.492248) - (xy 86.271072 88.474351) - (xy 86.380291 88.462335) - (xy 86.380293 88.462334) - (xy 86.380296 88.462334) - (xy 86.644916 88.393153) - (xy 86.896643 88.286181) - (xy 87.130112 88.143697) - (xy 87.340347 87.968738) - (xy 87.522867 87.765033) - (xy 87.673783 87.536923) - (xy 87.789877 87.289271) - (xy 87.868676 87.027355) - (xy 87.894481 86.852015) - (xy 87.9085 86.75676) - (xy 87.9085 86.03171) - (xy 87.893533 85.82722) - (xy 87.893533 85.827217) - (xy 87.834063 85.560247) - (xy 87.742247 85.320186) - (xy 87.736354 85.304778) - (xy 87.736352 85.304775) - (xy 87.6025 85.066275) - (xy 87.602488 85.066257) - (xy 87.435334 84.849786) - (xy 87.435326 84.849777) - (xy 87.238427 84.659942) - (xy 87.238421 84.659937) - (xy 87.015984 84.500797) - (xy 87.015974 84.50079) - (xy 86.772734 84.375732) - (xy 86.772732 84.375731) - (xy 86.513875 84.287422) - (xy 86.513863 84.287419) - (xy 86.244902 84.23774) - (xy 86.244904 84.23774) - (xy 86.010119 84.22916) - (xy 85.971576 84.227752) - (xy 85.971575 84.227752) - (xy 85.971572 84.227752) - (xy 85.699708 84.257664) - (xy 85.699705 84.257665) - (xy 85.435081 84.326847) - (xy 85.183357 84.433819) - (xy 84.949888 84.576303) - (xy 84.780663 84.717132) - (xy 84.739648 84.751266) - (xy 84.557142 84.954956) - (xy 84.557131 84.954969) - (xy 84.406217 85.183076) - (xy 84.290123 85.430729) - (xy 84.211323 85.692648) - (xy 84.211322 85.692653) - (xy 84.1715 85.963239) - (xy 84.1715 86.68829) - (xy 78.3085 86.68829) - (xy 78.3085 86.03171) - (xy 78.293533 85.82722) - (xy 78.293533 85.827217) - (xy 78.234063 85.560247) - (xy 78.142247 85.320186) - (xy 78.136354 85.304778) - (xy 78.136352 85.304775) - (xy 78.0025 85.066275) - (xy 78.002488 85.066257) - (xy 77.835334 84.849786) - (xy 77.835326 84.849777) - (xy 77.638427 84.659942) - (xy 77.638421 84.659937) - (xy 77.415984 84.500797) - (xy 77.415974 84.50079) - (xy 77.172734 84.375732) - (xy 77.172732 84.375731) - (xy 76.913875 84.287422) - (xy 76.913863 84.287419) - (xy 76.644902 84.23774) - (xy 76.644904 84.23774) - (xy 76.410119 84.22916) - (xy 76.371576 84.227752) - (xy 76.371575 84.227752) - (xy 76.371572 84.227752) - (xy 76.099708 84.257664) - (xy 76.099705 84.257665) - (xy 75.835081 84.326847) - (xy 75.583357 84.433819) - (xy 75.349888 84.576303) - (xy 75.180663 84.717132) - (xy 75.139648 84.751266) - (xy 74.957142 84.954956) - (xy 74.957131 84.954969) - (xy 74.806217 85.183076) - (xy 74.690123 85.430729) - (xy 74.611323 85.692648) - (xy 74.611322 85.692654) - (xy 74.589514 85.840832) - (xy 74.559806 85.905315) - (xy 74.499953 85.9435) - (xy 74.428957 85.943263) - (xy 74.369359 85.904681) - (xy 74.34947 85.8731) - (xy 74.267984 85.687331) - (xy 74.140314 85.491916) - (xy 73.982225 85.320186) - (xy 73.982221 85.320182) - (xy 73.845842 85.214034) - (xy 73.798017 85.17681) - (xy 73.592727 85.065713) - (xy 73.592724 85.065712) - (xy 73.592723 85.065711) - (xy 73.371955 84.989921) - (xy 73.371948 84.989919) - (xy 73.273411 84.973476) - (xy 73.141712 84.9515) - (xy 72.908288 84.9515) - (xy 72.793066 84.970727) - (xy 72.678051 84.989919) - (xy 72.678044 84.989921) - (xy 72.457276 85.065711) - (xy 72.457273 85.065713) - (xy 72.251985 85.176809) - (xy 72.251983 85.17681) - (xy 72.067778 85.320182) - (xy 72.063946 85.323711) - (xy 72.062688 85.322345) - (xy 72.008763 85.354742) - (xy 71.937799 85.352598) - (xy 71.87926 85.312428) - (xy 71.858877 85.276861) - (xy 71.835444 85.214034) - (xy 71.747904 85.097095) - (xy 71.630965 85.009555) - (xy 71.494093 84.958505) - (xy 71.433597 84.952) - (xy 70.739 84.952) - (xy 70.739 85.988537) - (xy 70.682453 85.949984) - (xy 70.552827 85.91) - (xy 70.451276 85.91) - (xy 70.350862 85.925135) - (xy 70.231 85.982857) - (xy 70.231 84.952) - (xy 69.536402 84.952) - (xy 69.475906 84.958505) - (xy 69.339035 85.009555) - (xy 69.339034 85.009555) - (xy 69.222095 85.097095) - (xy 69.134555 85.214034) - (xy 69.134555 85.214035) - (xy 69.083505 85.350906) - (xy 69.077 85.411402) - (xy 69.077 86.106) - (xy 70.112032 86.106) - (xy 70.061375 86.19374) - (xy 70.03119 86.325992) - (xy 70.041327 86.461265) - (xy 70.090887 86.587541) - (xy 70.111987 86.614) - (xy 69.077 86.614) - (xy 69.077 87.308597) - (xy 62.964502 87.308597) - (xy 57.566241 81.910336) - (xy 57.532215 81.848024) - (xy 57.53728 81.777209) - (xy 57.538929 81.773019) - (xy 57.541115 81.767742) - (xy 57.598934 81.526911) - (xy 57.618366 81.28) - (xy 62.761634 81.28) - (xy 62.781066 81.526911) - (xy 62.838885 81.767742) - (xy 62.933665 81.996561) - (xy 63.063076 82.207741) - (xy 63.063077 82.207743) - (xy 63.223926 82.396073) - (xy 63.412256 82.556922) - (xy 63.41226 82.556925) - (xy 63.623437 82.686334) - (xy 63.852258 82.781115) - (xy 64.093089 82.838934) - (xy 64.34 82.858366) - (xy 64.586911 82.838934) - (xy 64.827742 82.781115) - (xy 65.056563 82.686334) - (xy 65.26774 82.556925) - (xy 65.456073 82.396073) - (xy 65.616925 82.20774) - (xy 65.746334 81.996563) - (xy 65.774592 81.928341) - (xy 65.819139 81.873062) - (xy 65.886502 81.850641) - (xy 65.955294 81.868199) - (xy 66.003672 81.920161) - (xy 66.017 81.976561) - (xy 66.017 82.293597) - (xy 66.023505 82.354093) - (xy 66.074555 82.490964) - (xy 66.074555 82.490965) - (xy 66.162095 82.607904) - (xy 66.279034 82.695444) - (xy 66.415906 82.746494) - (xy 66.476402 82.752999) - (xy 66.476415 82.753) - (xy 67.186 82.753) - (xy 67.186 81.836465) - (xy 67.213659 81.851671) - (xy 67.362939 81.89) - (xy 67.478375 81.89) - (xy 67.592906 81.875531) - (xy 67.694 81.835505) - (xy 67.694 82.753) - (xy 68.403585 82.753) - (xy 68.403597 82.752999) - (xy 68.464093 82.746494) - (xy 68.600964 82.695444) - (xy 68.600965 82.695444) - (xy 68.717904 82.607904) - (xy 68.805444 82.490965) - (xy 68.805444 82.490964) - (xy 68.856494 82.354093) - (xy 68.862999 82.293597) - (xy 68.863 82.293585) - (xy 68.863 81.534) - (xy 67.994638 81.534) - (xy 68.024755 81.469998) - (xy 68.053635 81.318607) - (xy 68.043957 81.164789) - (xy 67.998862 81.026) - (xy 68.863 81.026) - (xy 68.863 80.266414) - (xy 68.862999 80.266402) - (xy 68.856494 80.205906) - (xy 68.805444 80.069035) - (xy 68.805444 80.069034) - (xy 68.717904 79.952095) - (xy 68.600965 79.864555) - (xy 68.464093 79.813505) - (xy 68.403597 79.807) - (xy 67.694 79.807) - (xy 67.694 80.723534) - (xy 67.666341 80.708329) - (xy 67.517061 80.67) - (xy 67.401625 80.67) - (xy 67.287094 80.684469) - (xy 67.186 80.724494) - (xy 67.186 79.807) - (xy 66.476402 79.807) - (xy 66.415906 79.813505) - (xy 66.279035 79.864555) - (xy 66.279034 79.864555) - (xy 66.162095 79.952095) - (xy 66.074555 80.069034) - (xy 66.074555 80.069035) - (xy 66.023505 80.205906) - (xy 66.017 80.266402) - (xy 66.017 80.583438) - (xy 65.996998 80.651559) - (xy 65.943342 80.698052) - (xy 65.873068 80.708156) - (xy 65.808488 80.678662) - (xy 65.774591 80.631656) - (xy 65.746334 80.563437) - (xy 65.616925 80.35226) - (xy 65.616922 80.352256) - (xy 65.456073 80.163926) - (xy 65.267743 80.003077) - (xy 65.267741 80.003076) - (xy 65.26774 80.003075) - (xy 65.056563 79.873666) - (xy 65.034567 79.864555) - (xy 64.827742 79.778885) - (xy 64.820361 79.777113) - (xy 64.586911 79.721066) - (xy 64.586912 79.721066) - (xy 64.34 79.701634) - (xy 64.093088 79.721066) - (xy 63.852257 79.778885) - (xy 63.623438 79.873665) - (xy 63.412258 80.003076) - (xy 63.412256 80.003077) - (xy 63.223926 80.163926) - (xy 63.063077 80.352256) - (xy 63.063076 80.352258) - (xy 62.933665 80.563438) - (xy 62.838885 80.792257) - (xy 62.781066 81.033088) - (xy 62.761634 81.28) - (xy 57.618366 81.28) - (xy 57.598934 81.033089) - (xy 57.541115 80.792258) - (xy 57.446334 80.563437) - (xy 57.316925 80.35226) - (xy 57.316922 80.352256) - (xy 57.156073 80.163926) - (xy 56.967743 80.003077) - (xy 56.967741 80.003076) - (xy 56.96774 80.003075) - (xy 56.756563 79.873666) - (xy 56.734567 79.864555) - (xy 56.527742 79.778885) - (xy 56.520361 79.777113) - (xy 56.286911 79.721066) - (xy 56.286912 79.721066) - (xy 56.04 79.701634) - (xy 55.793088 79.721066) - (xy 55.552257 79.778885) - (xy 55.323438 79.873665) - (xy 55.112258 80.003076) - (xy 55.112256 80.003077) - (xy 54.923926 80.163926) - (xy 54.763077 80.352256) - (xy 54.763076 80.352258) - (xy 54.633665 80.563438) - (xy 54.538885 80.792257) - (xy 54.481066 81.033088) - (xy 54.461634 81.28) - (xy 54.481066 81.526911) - (xy 54.538885 81.767742) - (xy 54.633665 81.996561) - (xy 54.763076 82.207741) - (xy 54.763077 82.207743) - (xy 54.923926 82.396073) - (xy 55.112256 82.556922) - (xy 55.11226 82.556925) - (xy 55.323437 82.686334) - (xy 55.552258 82.781115) - (xy 55.793089 82.838934) - (xy 56.04 82.858366) - (xy 56.286911 82.838934) - (xy 56.527742 82.781115) - (xy 56.533013 82.778931) - (xy 56.603598 82.771334) - (xy 56.667089 82.803106) - (xy 56.670336 82.80624) - (xy 63.684073 89.819977) - (xy 63.718099 89.882289) - (xy 63.713034 89.953104) - (xy 63.670487 90.00994) - (xy 63.6432 90.025479) - (xy 63.62344 90.033664) - (xy 63.412258 90.163076) - (xy 63.412256 90.163077) - (xy 63.223926 90.323926) - (xy 63.063077 90.512256) - (xy 63.063076 90.512258) - (xy 62.933665 90.723438) - (xy 62.838885 90.952257) - (xy 62.781066 91.193088) - (xy 62.761634 91.44) - (xy 62.781066 91.686911) - (xy 62.800882 91.769452) - (xy 62.838885 91.927742) - (xy 62.878046 92.022285) - (xy 62.885635 92.092872) - (xy 62.853856 92.156359) - (xy 62.792798 92.192587) - (xy 62.761637 92.196501) - (xy 57.618363 92.196501) - (xy 57.550242 92.176499) - (xy 57.503749 92.122843) - (xy 57.493645 92.052569) - (xy 57.501951 92.02229) - (xy 57.541115 91.927742) - (xy 57.598934 91.686911) - (xy 57.618366 91.44) - (xy 57.598934 91.193089) - (xy 57.541115 90.952258) - (xy 57.446334 90.723437) - (xy 57.316925 90.51226) - (xy 57.316922 90.512256) - (xy 57.156073 90.323926) - (xy 56.967743 90.163077) - (xy 56.967741 90.163076) - (xy 56.96774 90.163075) - (xy 56.756563 90.033666) - (xy 56.756558 90.033664) - (xy 56.527742 89.938885) - (xy 56.286911 89.881066) - (xy 56.286912 89.881066) - (xy 56.04 89.861634) - (xy 55.793088 89.881066) - (xy 55.552257 89.938885) - (xy 55.323438 90.033665) - (xy 55.112258 90.163076) - (xy 55.112256 90.163077) - (xy 54.923926 90.323926) - (xy 54.763077 90.512256) - (xy 54.763076 90.512258) - (xy 54.763075 90.51226) - (xy 54.633666 90.723437) - (xy 54.589526 90.83) - (xy 54.567722 90.88264) - (xy 54.523173 90.93792) - (xy 54.45581 90.960341) - (xy 54.387019 90.942783) - (xy 54.362218 90.923516) - (xy 51.978405 88.539702) - (xy 51.944379 88.47739) - (xy 51.9415 88.450607) - (xy 51.9415 70.278796) - (xy 51.961502 70.210675) - (xy 52.015158 70.164182) - (xy 52.085432 70.154078) - (xy 52.150012 70.183572) - (xy 52.156593 70.1897) - (xy 53.535098 71.568205) - (xy 54.865554 72.898661) - (xy 54.875519 72.911098) - (xy 54.875746 72.910911) - (xy 54.880798 72.917018) - (xy 54.931877 72.964984) - (xy 54.953022 72.98613) - (xy 54.953026 72.986133) - (xy 54.953029 72.986136) - (xy 54.958581 72.990443) - (xy 54.963068 72.994274) - (xy 54.985758 73.015582) - (xy 54.997476 73.026586) - (xy 54.997478 73.026587) - (xy 55.015227 73.036344) - (xy 55.031752 73.047199) - (xy 55.047758 73.059615) - (xy 55.089485 73.077671) - (xy 55.091061 73.078353) - (xy 55.096382 73.080959) - (xy 55.137739 73.103696) - (xy 55.137747 73.103698) - (xy 55.157357 73.108733) - (xy 55.176066 73.115138) - (xy 55.194654 73.123182) - (xy 55.241276 73.130565) - (xy 55.247061 73.131764) - (xy 55.292769 73.143501) - (xy 55.313023 73.143501) - (xy 55.332733 73.145052) - (xy 55.33494 73.145401) - (xy 55.352742 73.148221) - (xy 55.386669 73.145013) - (xy 55.399716 73.143781) - (xy 55.405649 73.143501) - (xy 63.559407 73.143501) - (xy 63.627528 73.163503) - (xy 63.648502 73.180406) - (xy 71.188877 80.720782) - (xy 71.222903 80.783094) - (xy 71.225092 80.796706) - (xy 71.242457 80.961927) - (xy 71.260745 81.01821) - (xy 71.301473 81.143556) - (xy 71.301476 81.143561) - (xy 71.396958 81.308941) - (xy 71.396965 81.308951) - (xy 71.524744 81.450864) - (xy 71.524747 81.450866) - (xy 71.679248 81.563118) - (xy 71.853712 81.640794) - (xy 72.040513 81.6805) - (xy 72.231487 81.6805) - (xy 72.418288 81.640794) - (xy 72.592752 81.563118) - (xy 72.747253 81.450866) - (xy 72.797365 81.395211) - (xy 72.875034 81.308951) - (xy 72.875035 81.308949) - (xy 72.87504 81.308944) - (xy 72.970527 81.143556) - (xy 73.029542 80.961928) - (xy 73.049504 80.772) - (xy 73.029542 80.582072) - (xy 72.970527 80.400444) - (xy 72.87504 80.235056) - (xy 72.875038 80.235054) - (xy 72.875034 80.235048) - (xy 72.747255 80.093135) - (xy 72.68791 80.050019) - (xy 72.592752 79.980882) - (xy 72.592748 79.98088) - (xy 72.544345 79.959329) - (xy 72.49025 79.913349) - (xy 72.469601 79.845421) - (xy 72.488954 79.777113) - (xy 72.52153 79.74229) - (xy 72.610093 79.677946) - (xy 72.73788 79.536024) - (xy 72.833367 79.370636) - (xy 72.892382 79.189008) - (xy 72.912344 78.99908) - (xy 72.892382 78.809152) - (xy 72.833367 78.627524) - (xy 72.73788 78.462136) - (xy 72.664703 78.380864) - (xy 72.633986 78.316856) - (xy 72.63234 78.296554) - (xy 72.63234 74.379473) - (xy 72.652342 74.311352) - (xy 72.664704 74.295162) - (xy 72.7074 74.247744) - (xy 72.802887 74.082356) - (xy 72.861902 73.900728) - (xy 72.881864 73.7108) - (xy 72.861902 73.520872) - (xy 72.802887 73.339244) - (xy 72.7074 73.173856) - (xy 72.707398 73.173854) - (xy 72.707394 73.173848) - (xy 72.579615 73.031935) - (xy 72.425112 72.919682) - (xy 72.250648 72.842006) - (xy 72.063847 72.8023) - (xy 71.872873 72.8023) - (xy 71.686071 72.842006) - (xy 71.511607 72.919682) - (xy 71.357104 73.031935) - (xy 71.229325 73.173848) - (xy 71.229318 73.173858) - (xy 71.133836 73.339238) - (xy 71.133833 73.339245) - (xy 71.074817 73.520872) - (xy 71.054856 73.7108) - (xy 71.074817 73.900727) - (xy 71.095686 73.964952) - (xy 71.133833 74.082356) - (xy 71.22932 74.247744) - (xy 71.332976 74.362866) - (xy 71.363693 74.426873) - (xy 71.36534 74.447176) - (xy 71.36534 78.296554) - (xy 71.345338 78.364675) - (xy 71.332977 78.380864) - (xy 71.259797 78.462139) - (xy 71.164316 78.627518) - (xy 71.164313 78.627524) - (xy 71.159947 78.640961) - (xy 71.119871 78.699565) - (xy 71.054473 78.727199) - (xy 70.984517 78.71509) - (xy 70.95102 78.691115) - (xy 64.998755 72.73885) - (xy 64.964729 72.676538) - (xy 64.969794 72.605723) - (xy 65.012341 72.548887) - (xy 65.039629 72.533347) - (xy 65.056563 72.526334) - (xy 65.26774 72.396925) - (xy 65.456073 72.236073) - (xy 65.616925 72.04774) - (xy 65.746334 71.836563) - (xy 65.774592 71.768341) - (xy 65.819139 71.713062) - (xy 65.886502 71.690641) - (xy 65.955294 71.708199) - (xy 66.003672 71.760161) - (xy 66.017 71.816561) - (xy 66.017 72.133597) - (xy 66.023505 72.194093) - (xy 66.074555 72.330964) - (xy 66.074555 72.330965) - (xy 66.162095 72.447904) - (xy 66.279034 72.535444) - (xy 66.415906 72.586494) - (xy 66.476402 72.592999) - (xy 66.476415 72.593) - (xy 67.186 72.593) - (xy 67.186 71.676465) - (xy 67.213659 71.691671) - (xy 67.362939 71.73) - (xy 67.478375 71.73) - (xy 67.592906 71.715531) - (xy 67.694 71.675505) - (xy 67.694 72.593) - (xy 68.403585 72.593) - (xy 68.403597 72.592999) - (xy 68.464093 72.586494) - (xy 68.600964 72.535444) - (xy 68.600965 72.535444) - (xy 68.717904 72.447904) - (xy 68.805444 72.330965) - (xy 68.805444 72.330964) - (xy 68.856494 72.194093) - (xy 68.862999 72.133597) - (xy 68.863 72.133585) - (xy 68.863 71.374) - (xy 67.994638 71.374) - (xy 68.024755 71.309998) - (xy 68.053635 71.158607) - (xy 68.043957 71.004789) - (xy 67.998862 70.866) - (xy 68.863 70.866) - (xy 68.863 70.4891) - (xy 68.883002 70.420979) - (xy 68.936658 70.374486) - (xy 68.989 70.3631) - (xy 79.615006 70.3631) - (xy 79.683127 70.383102) - (xy 79.704101 70.400005) - (xy 81.220501 71.916405) - (xy 81.254527 71.978717) - (xy 81.249462 72.049532) - (xy 81.206915 72.106368) - (xy 81.140395 72.131179) - (xy 81.131406 72.1315) - (xy 81.123288 72.1315) - (xy 81.02861 72.147299) - (xy 80.893051 72.169919) - (xy 80.893044 72.169921) - (xy 80.672276 72.245711) - (xy 80.672273 72.245713) - (xy 80.514743 72.330964) - (xy 80.466985 72.356809) - (xy 80.466983 72.35681) - (xy 80.29986 72.486888) - (xy 80.233818 72.512944) - (xy 80.164172 72.499159) - (xy 80.113036 72.449909) - (xy 80.104413 72.431487) - (xy 80.090445 72.394036) - (xy 80.090444 72.394034) - (xy 80.002904 72.277095) - (xy 79.885965 72.189555) - (xy 79.749093 72.138505) - (xy 79.688597 72.132) - (xy 78.994 72.132) - (xy 78.994 73.106325) - (xy 78.882315 73.05532) - (xy 78.775763 73.04) - (xy 78.704237 73.04) - (xy 78.597685 73.05532) - (xy 78.486 73.106325) - (xy 78.486 72.132) - (xy 77.791402 72.132) - (xy 77.730906 72.138505) - (xy 77.594035 72.189555) - (xy 77.594034 72.189555) - (xy 77.477095 72.277095) - (xy 77.389555 72.394034) - (xy 77.389555 72.394035) - (xy 77.338505 72.530906) - (xy 77.332 72.591402) - (xy 77.332 73.286) - (xy 78.308884 73.286) - (xy 78.280507 73.330156) - (xy 78.24 73.468111) - (xy 78.24 73.611889) - (xy 78.280507 73.749844) - (xy 78.308884 73.794) - (xy 77.332 73.794) - (xy 77.332 74.488597) - (xy 77.338505 74.549093) - (xy 77.389555 74.685964) - (xy 77.389555 74.685965) - (xy 77.477095 74.802904) - (xy 77.594034 74.890444) - (xy 77.730906 74.941494) - (xy 77.791402 74.947999) - (xy 77.791415 74.948) - (xy 78.486 74.948) - (xy 78.486 73.973674) - (xy 78.597685 74.02468) - (xy 78.704237 74.04) - (xy 78.775763 74.04) - (xy 78.882315 74.02468) - (xy 78.994 73.973674) - (xy 78.994 74.948) - (xy 79.688585 74.948) - (xy 79.688597 74.947999) - (xy 79.749093 74.941494) - (xy 79.885964 74.890444) - (xy 79.885965 74.890444) - (xy 80.002904 74.802904) - (xy 80.090444 74.685965) - (xy 80.090445 74.685963) - (xy 80.104413 74.648513) - (xy 80.146959 74.591677) - (xy 80.213479 74.566865) - (xy 80.282853 74.581956) - (xy 80.29986 74.593112) - (xy 80.466983 74.72319) - (xy 80.672273 74.834287) - (xy 80.893049 74.91008) - (xy 81.123288 74.9485) - (xy 81.123292 74.9485) - (xy 81.356708 74.9485) - (xy 81.356712 74.9485) - (xy 81.586951 74.91008) - (xy 81.807727 74.834287) - (xy 82.013017 74.72319) - (xy 82.19722 74.579818) - (xy 82.225505 74.549093) - (xy 82.281195 74.488597) - (xy 82.355314 74.408083) - (xy 82.384517 74.363383) - (xy 82.438519 74.317296) - (xy 82.508867 74.30772) - (xy 82.573225 74.337696) - (xy 82.595481 74.363382) - (xy 82.624686 74.408083) - (xy 82.624687 74.408084) - (xy 82.782774 74.579813) - (xy 82.782778 74.579817) - (xy 82.84865 74.631087) - (xy 82.966983 74.72319) - (xy 83.172273 74.834287) - (xy 83.393049 74.91008) - (xy 83.623288 74.9485) - (xy 83.623292 74.9485) - (xy 83.856708 74.9485) - (xy 83.856712 74.9485) - (xy 84.086951 74.91008) - (xy 84.307727 74.834287) - (xy 84.513017 74.72319) - (xy 84.69722 74.579818) - (xy 84.709145 74.566865) - (xy 84.855314 74.408083) - (xy 84.874006 74.379473) - (xy 84.982984 74.212669) - (xy 85.076749 73.998907) - (xy 85.134051 73.772626) - (xy 85.153327 73.54) - (xy 85.134051 73.307374) - (xy 85.109191 73.209202) - (xy 85.07675 73.081096) - (xy 85.076747 73.081089) - (xy 85.076064 73.079533) - (xy 84.982984 72.867331) - (xy 84.940497 72.8023) - (xy 84.855314 72.671916) - (xy 84.697225 72.500186) - (xy 84.697221 72.500182) - (xy 84.564556 72.396925) - (xy 84.513017 72.35681) - (xy 84.307727 72.245713) - (xy 84.307724 72.245712) - (xy 84.307723 72.245711) - (xy 84.086955 72.169921) - (xy 84.086948 72.169919) - (xy 83.988411 72.153476) - (xy 83.856712 72.1315) - (xy 83.623288 72.1315) - (xy 83.52861 72.147299) - (xy 83.393051 72.169919) - (xy 83.393038 72.169923) - (xy 83.372725 72.176896) - (xy 83.3018 72.180094) - (xy 83.242722 72.146817) - (xy 80.436844 69.340939) - (xy 80.426879 69.328501) - (xy 80.426652 69.32869) - (xy 80.421601 69.322584) - (xy 80.4216 69.322582) - (xy 80.370521 69.274616) - (xy 80.349377 69.253471) - (xy 80.349372 69.253466) - (xy 80.343825 69.249163) - (xy 80.339317 69.245312) - (xy 80.304925 69.213017) - (xy 80.304919 69.213013) - (xy 80.287163 69.203251) - (xy 80.270647 69.192402) - (xy 80.254641 69.179986) - (xy 80.223889 69.166678) - (xy 80.21134 69.161248) - (xy 80.206008 69.158636) - (xy 80.164661 69.135905) - (xy 80.145036 69.130866) - (xy 80.126336 69.124464) - (xy 80.107745 69.116419) - (xy 80.107743 69.116418) - (xy 80.107742 69.116418) - (xy 80.061142 69.109037) - (xy 80.055329 69.107833) - (xy 80.00963 69.0961) - (xy 79.989376 69.0961) - (xy 79.969666 69.094549) - (xy 79.949657 69.09138) - (xy 79.949656 69.09138) - (xy 79.902683 69.09582) - (xy 79.89675 69.0961) - (xy 65.124195 69.0961) - (xy 65.056074 69.076098) - (xy 65.0351 69.059195) - (xy 62.964502 66.988597) - (xy 69.077 66.988597) - (xy 69.083505 67.049093) - (xy 69.134555 67.185964) - (xy 69.134555 67.185965) - (xy 69.222095 67.302904) - (xy 69.339034 67.390444) - (xy 69.475906 67.441494) - (xy 69.536402 67.447999) - (xy 69.536415 67.448) - (xy 70.231 67.448) - (xy 70.231 66.411462) - (xy 70.287547 66.450016) - (xy 70.417173 66.49) - (xy 70.518724 66.49) - (xy 70.619138 66.474865) - (xy 70.739 66.417142) - (xy 70.739 67.448) - (xy 71.433585 67.448) - (xy 71.433597 67.447999) - (xy 71.494093 67.441494) - (xy 71.630964 67.390444) - (xy 71.630965 67.390444) - (xy 71.747904 67.302904) - (xy 71.835444 67.185965) - (xy 71.858877 67.123138) - (xy 71.901423 67.066302) - (xy 71.967943 67.041491) - (xy 72.037318 67.056582) - (xy 72.063356 67.076929) - (xy 72.063946 67.076289) - (xy 72.067778 67.079817) - (xy 72.087573 67.095224) - (xy 72.251983 67.22319) - (xy 72.457273 67.334287) - (xy 72.678049 67.41008) - (xy 72.908288 67.4485) - (xy 72.908292 67.4485) - (xy 73.141708 67.4485) - (xy 73.141712 67.4485) - (xy 73.371951 67.41008) - (xy 73.592727 67.334287) - (xy 73.798017 67.22319) - (xy 73.98222 67.079818) - (xy 73.994663 67.066302) - (xy 74.140314 66.908083) - (xy 74.184956 66.839753) - (xy 74.267984 66.712669) - (xy 74.345715 66.535458) - (xy 74.391396 66.481112) - (xy 74.459208 66.460088) - (xy 74.527622 66.479064) - (xy 74.574916 66.532015) - (xy 74.584547 66.568408) - (xy 74.585796 66.568225) - (xy 74.586466 66.572777) - (xy 74.586466 66.57278) - (xy 74.586467 66.572783) - (xy 74.645937 66.839753) - (xy 74.645938 66.839756) - (xy 74.645939 66.839758) - (xy 74.743645 67.095221) - (xy 74.743647 67.095224) - (xy 74.877499 67.333724) - (xy 74.877511 67.333742) - (xy 75.044665 67.550213) - (xy 75.044673 67.550222) - (xy 75.241572 67.740057) - (xy 75.241578 67.740062) - (xy 75.464015 67.899202) - (xy 75.464025 67.899209) - (xy 75.707265 68.024267) - (xy 75.707267 68.024268) - (xy 75.966124 68.112577) - (xy 75.96613 68.112579) - (xy 76.235093 68.162259) - (xy 76.508424 68.172248) - (xy 76.671072 68.154351) - (xy 76.780291 68.142335) - (xy 76.780293 68.142334) - (xy 76.780296 68.142334) - (xy 77.044916 68.073153) - (xy 77.296643 67.966181) - (xy 77.530112 67.823697) - (xy 77.740347 67.648738) - (xy 77.922867 67.445033) - (xy 78.073783 67.216923) - (xy 78.189877 66.969271) - (xy 78.268676 66.707355) - (xy 78.294481 66.532015) - (xy 78.3085 66.43676) - (xy 78.3085 66.36829) - (xy 84.1715 66.36829) - (xy 84.186466 66.572779) - (xy 84.245938 66.839756) - (xy 84.245939 66.839758) - (xy 84.343645 67.095221) - (xy 84.343647 67.095224) - (xy 84.477499 67.333724) - (xy 84.477511 67.333742) - (xy 84.644665 67.550213) - (xy 84.644673 67.550222) - (xy 84.841572 67.740057) - (xy 84.841578 67.740062) - (xy 85.064015 67.899202) - (xy 85.064025 67.899209) - (xy 85.307265 68.024267) - (xy 85.307267 68.024268) - (xy 85.566124 68.112577) - (xy 85.56613 68.112579) - (xy 85.835093 68.162259) - (xy 86.108424 68.172248) - (xy 86.271072 68.154351) - (xy 86.380291 68.142335) - (xy 86.380293 68.142334) - (xy 86.380296 68.142334) - (xy 86.644916 68.073153) - (xy 86.896643 67.966181) - (xy 87.130112 67.823697) - (xy 87.340347 67.648738) - (xy 87.522867 67.445033) - (xy 87.673783 67.216923) - (xy 87.789877 66.969271) - (xy 87.868676 66.707355) - (xy 87.894481 66.532015) - (xy 87.9085 66.43676) - (xy 87.9085 65.71171) - (xy 87.893533 65.50722) - (xy 87.893533 65.507217) - (xy 87.834063 65.240247) - (xy 87.742247 65.000186) - (xy 87.736354 64.984778) - (xy 87.736352 64.984775) - (xy 87.6025 64.746275) - (xy 87.602488 64.746257) - (xy 87.435334 64.529786) - (xy 87.435326 64.529777) - (xy 87.238427 64.339942) - (xy 87.238421 64.339937) - (xy 87.015984 64.180797) - (xy 87.015974 64.18079) - (xy 86.772734 64.055732) - (xy 86.772732 64.055731) - (xy 86.513875 63.967422) - (xy 86.513863 63.967419) - (xy 86.244902 63.91774) - (xy 86.244904 63.91774) - (xy 86.010119 63.90916) - (xy 85.971576 63.907752) - (xy 85.971575 63.907752) - (xy 85.971572 63.907752) - (xy 85.699708 63.937664) - (xy 85.699705 63.937665) - (xy 85.435081 64.006847) - (xy 85.183357 64.113819) - (xy 84.949888 64.256303) - (xy 84.780663 64.397132) - (xy 84.739648 64.431266) - (xy 84.557142 64.634956) - (xy 84.557131 64.634969) - (xy 84.406217 64.863076) - (xy 84.290123 65.110729) - (xy 84.211323 65.372648) - (xy 84.211322 65.372653) - (xy 84.1715 65.643239) - (xy 84.1715 66.36829) - (xy 78.3085 66.36829) - (xy 78.3085 65.71171) - (xy 78.293533 65.50722) - (xy 78.293533 65.507217) - (xy 78.234063 65.240247) - (xy 78.142247 65.000186) - (xy 78.136354 64.984778) - (xy 78.136352 64.984775) - (xy 78.0025 64.746275) - (xy 78.002488 64.746257) - (xy 77.835334 64.529786) - (xy 77.835326 64.529777) - (xy 77.638427 64.339942) - (xy 77.638421 64.339937) - (xy 77.415984 64.180797) - (xy 77.415974 64.18079) - (xy 77.172734 64.055732) - (xy 77.172732 64.055731) - (xy 76.913875 63.967422) - (xy 76.913863 63.967419) - (xy 76.644902 63.91774) - (xy 76.644904 63.91774) - (xy 76.410119 63.90916) - (xy 76.371576 63.907752) - (xy 76.371575 63.907752) - (xy 76.371572 63.907752) - (xy 76.099708 63.937664) - (xy 76.099705 63.937665) - (xy 75.835081 64.006847) - (xy 75.583357 64.113819) - (xy 75.349888 64.256303) - (xy 75.180663 64.397132) - (xy 75.139648 64.431266) - (xy 74.957142 64.634956) - (xy 74.957131 64.634969) - (xy 74.806217 64.863076) - (xy 74.690123 65.110729) - (xy 74.611323 65.372648) - (xy 74.611322 65.372654) - (xy 74.589514 65.520832) - (xy 74.559806 65.585315) - (xy 74.499953 65.6235) - (xy 74.428957 65.623263) - (xy 74.369359 65.584681) - (xy 74.34947 65.5531) - (xy 74.267984 65.367331) - (xy 74.140314 65.171916) - (xy 73.982225 65.000186) - (xy 73.982221 65.000182) - (xy 73.845842 64.894034) - (xy 73.798017 64.85681) - (xy 73.592727 64.745713) - (xy 73.592724 64.745712) - (xy 73.592723 64.745711) - (xy 73.371955 64.669921) - (xy 73.371948 64.669919) - (xy 73.273411 64.653476) - (xy 73.141712 64.6315) - (xy 72.908288 64.6315) - (xy 72.793066 64.650727) - (xy 72.678051 64.669919) - (xy 72.678044 64.669921) - (xy 72.457276 64.745711) - (xy 72.457273 64.745713) - (xy 72.251985 64.856809) - (xy 72.251983 64.85681) - (xy 72.067778 65.000182) - (xy 72.063946 65.003711) - (xy 72.062688 65.002345) - (xy 72.008763 65.034742) - (xy 71.937799 65.032598) - (xy 71.87926 64.992428) - (xy 71.858877 64.956861) - (xy 71.835444 64.894034) - (xy 71.747904 64.777095) - (xy 71.630965 64.689555) - (xy 71.494093 64.638505) - (xy 71.433597 64.632) - (xy 70.739 64.632) - (xy 70.739 65.668537) - (xy 70.682453 65.629984) - (xy 70.552827 65.59) - (xy 70.451276 65.59) - (xy 70.350862 65.605135) - (xy 70.231 65.662857) - (xy 70.231 64.632) - (xy 69.536402 64.632) - (xy 69.475906 64.638505) - (xy 69.339035 64.689555) - (xy 69.339034 64.689555) - (xy 69.222095 64.777095) - (xy 69.134555 64.894034) - (xy 69.134555 64.894035) - (xy 69.083505 65.030906) - (xy 69.077 65.091402) - (xy 69.077 65.786) - (xy 70.112032 65.786) - (xy 70.061375 65.87374) - (xy 70.03119 66.005992) - (xy 70.041327 66.141265) - (xy 70.090887 66.267541) - (xy 70.111987 66.294) - (xy 69.077 66.294) - (xy 69.077 66.988597) - (xy 62.964502 66.988597) - (xy 57.566241 61.590336) - (xy 57.532215 61.528024) - (xy 57.53728 61.457209) - (xy 57.538929 61.453019) - (xy 57.541115 61.447742) - (xy 57.598934 61.206911) - (xy 57.618366 60.96) - (xy 62.761634 60.96) - (xy 62.781066 61.206911) - (xy 62.838885 61.447742) - (xy 62.897949 61.590336) - (xy 62.933666 61.676563) - (xy 62.944044 61.693499) - (xy 63.063076 61.887741) - (xy 63.063077 61.887743) - (xy 63.223926 62.076073) - (xy 63.412256 62.236922) - (xy 63.41226 62.236925) - (xy 63.623437 62.366334) - (xy 63.852258 62.461115) - (xy 64.093089 62.518934) - (xy 64.34 62.538366) - (xy 64.586911 62.518934) - (xy 64.827742 62.461115) - (xy 65.056563 62.366334) - (xy 65.26774 62.236925) - (xy 65.456073 62.076073) - (xy 65.616925 61.88774) - (xy 65.746334 61.676563) - (xy 65.774592 61.608341) - (xy 65.819139 61.553062) - (xy 65.886502 61.530641) - (xy 65.955294 61.548199) - (xy 66.003672 61.600161) - (xy 66.017 61.656561) - (xy 66.017 61.973597) - (xy 66.023505 62.034093) - (xy 66.074555 62.170964) - (xy 66.074555 62.170965) - (xy 66.162095 62.287904) - (xy 66.279034 62.375444) - (xy 66.415906 62.426494) - (xy 66.476402 62.432999) - (xy 66.476415 62.433) - (xy 67.186 62.433) - (xy 67.186 61.516465) - (xy 67.213659 61.531671) - (xy 67.362939 61.57) - (xy 67.478375 61.57) - (xy 67.592906 61.555531) - (xy 67.694 61.515505) - (xy 67.694 62.433) - (xy 68.403585 62.433) - (xy 68.403597 62.432999) - (xy 68.464093 62.426494) - (xy 68.600964 62.375444) - (xy 68.600965 62.375444) - (xy 68.717904 62.287904) - (xy 68.805444 62.170965) - (xy 68.805444 62.170964) - (xy 68.856494 62.034093) - (xy 68.862999 61.973597) - (xy 68.863 61.973585) - (xy 68.863 61.214) - (xy 67.994638 61.214) - (xy 68.024755 61.149998) - (xy 68.053635 60.998607) - (xy 68.043957 60.844789) - (xy 67.998862 60.706) - (xy 68.863 60.706) - (xy 68.863 59.946414) - (xy 68.862999 59.946402) - (xy 68.856494 59.885906) - (xy 68.805444 59.749035) - (xy 68.805444 59.749034) - (xy 68.717904 59.632095) - (xy 68.600965 59.544555) - (xy 68.464093 59.493505) - (xy 68.403597 59.487) - (xy 67.694 59.487) - (xy 67.694 60.403534) - (xy 67.666341 60.388329) - (xy 67.517061 60.35) - (xy 67.401625 60.35) - (xy 67.287094 60.364469) - (xy 67.186 60.404494) - (xy 67.186 59.487) - (xy 66.476402 59.487) - (xy 66.415906 59.493505) - (xy 66.279035 59.544555) - (xy 66.279034 59.544555) - (xy 66.162095 59.632095) - (xy 66.074555 59.749034) - (xy 66.074555 59.749035) - (xy 66.023505 59.885906) - (xy 66.017 59.946402) - (xy 66.017 60.263438) - (xy 65.996998 60.331559) - (xy 65.943342 60.378052) - (xy 65.873068 60.388156) - (xy 65.808488 60.358662) - (xy 65.774591 60.311656) - (xy 65.746334 60.243437) - (xy 65.616925 60.03226) - (xy 65.616922 60.032256) - (xy 65.456073 59.843926) - (xy 65.267743 59.683077) - (xy 65.267741 59.683076) - (xy 65.26774 59.683075) - (xy 65.056563 59.553666) - (xy 65.034567 59.544555) - (xy 64.827742 59.458885) - (xy 64.586911 59.401066) - (xy 64.586912 59.401066) - (xy 64.34 59.381634) - (xy 64.093088 59.401066) - (xy 63.852257 59.458885) - (xy 63.623438 59.553665) - (xy 63.412258 59.683076) - (xy 63.412256 59.683077) - (xy 63.223926 59.843926) - (xy 63.063077 60.032256) - (xy 63.063076 60.032258) - (xy 62.933665 60.243438) - (xy 62.838885 60.472257) - (xy 62.781066 60.713088) - (xy 62.761634 60.96) - (xy 57.618366 60.96) - (xy 57.598934 60.713089) - (xy 57.541115 60.472258) - (xy 57.446334 60.243437) - (xy 57.316925 60.03226) - (xy 57.316922 60.032256) - (xy 57.156073 59.843926) - (xy 56.967743 59.683077) - (xy 56.967741 59.683076) - (xy 56.96774 59.683075) - (xy 56.756563 59.553666) - (xy 56.734567 59.544555) - (xy 56.527742 59.458885) - (xy 56.286911 59.401066) - (xy 56.286912 59.401066) - (xy 56.04 59.381634) - (xy 55.793088 59.401066) - (xy 55.552257 59.458885) - (xy 55.323438 59.553665) - (xy 55.112258 59.683076) - (xy 55.112256 59.683077) - (xy 54.923926 59.843926) - (xy 54.763077 60.032256) - (xy 54.763076 60.032258) - (xy 54.633665 60.243438) - (xy 54.538885 60.472257) - (xy 54.481066 60.713088) - (xy 54.461634 60.96) - (xy 54.481066 61.206911) - (xy 54.538885 61.447742) - (xy 54.597949 61.590336) - (xy 54.633666 61.676563) - (xy 54.644044 61.693499) - (xy 54.763076 61.887741) - (xy 54.763077 61.887743) - (xy 54.923926 62.076073) - (xy 55.112256 62.236922) - (xy 55.11226 62.236925) - (xy 55.323437 62.366334) - (xy 55.552258 62.461115) - (xy 55.793089 62.518934) - (xy 56.04 62.538366) - (xy 56.286911 62.518934) - (xy 56.527742 62.461115) - (xy 56.533013 62.458931) - (xy 56.603598 62.451334) - (xy 56.667089 62.483106) - (xy 56.670336 62.48624) - (xy 63.684073 69.499977) - (xy 63.718099 69.562289) - (xy 63.713034 69.633104) - (xy 63.670487 69.68994) - (xy 63.6432 69.705479) - (xy 63.62344 69.713664) - (xy 63.412258 69.843076) - (xy 63.412256 69.843077) - (xy 63.223926 70.003926) - (xy 63.063077 70.192256) - (xy 63.063076 70.192258) - (xy 62.933665 70.403438) - (xy 62.838885 70.632257) - (xy 62.781066 70.873088) - (xy 62.761634 71.12) - (xy 62.781066 71.366911) - (xy 62.800882 71.449452) - (xy 62.838885 71.607742) - (xy 62.878046 71.702285) - (xy 62.885635 71.772872) - (xy 62.853856 71.836359) - (xy 62.792798 71.872587) - (xy 62.761637 71.876501) - (xy 57.618363 71.876501) - (xy 57.550242 71.856499) - (xy 57.503749 71.802843) - (xy 57.493645 71.732569) - (xy 57.501951 71.70229) - (xy 57.541115 71.607742) - (xy 57.598934 71.366911) - (xy 57.618366 71.12) - (xy 57.598934 70.873089) - (xy 57.541115 70.632258) - (xy 57.446334 70.403437) - (xy 57.316925 70.19226) - (xy 57.316922 70.192256) - (xy 57.156073 70.003926) - (xy 56.967743 69.843077) - (xy 56.967741 69.843076) - (xy 56.96774 69.843075) - (xy 56.756563 69.713666) - (xy 56.756558 69.713664) - (xy 56.527742 69.618885) - (xy 56.286911 69.561066) - (xy 56.286912 69.561066) - (xy 56.04 69.541634) - (xy 55.793088 69.561066) - (xy 55.552257 69.618885) - (xy 55.323438 69.713665) - (xy 55.112258 69.843076) - (xy 55.112256 69.843077) - (xy 54.923926 70.003926) - (xy 54.763077 70.192256) - (xy 54.763076 70.192258) - (xy 54.763075 70.19226) - (xy 54.633666 70.403437) - (xy 54.589526 70.51) - (xy 54.567722 70.56264) - (xy 54.523173 70.61792) - (xy 54.45581 70.640341) - (xy 54.387019 70.622783) - (xy 54.362218 70.603516) - (xy 51.978405 68.219702) - (xy 51.944379 68.15739) - (xy 51.9415 68.130607) - (xy 51.9415 61.782594) - (xy 51.961502 61.714473) - (xy 51.978405 61.693499) - (xy 58.351499 55.320405) - (xy 58.413811 55.286379) - (xy 58.440594 55.2835) - (xy 59.649632 55.2835) - (xy 59.649638 55.2835) - (xy 59.649645 55.283499) - (xy 59.649649 55.283499) - (xy 59.710196 55.27699) - (xy 59.710199 55.276989) - (xy 59.710201 55.276989) - (xy 59.847204 55.225889) - (xy 59.964261 55.138261) - (xy 59.96595 55.136005) - (xy 59.968204 55.134316) - (xy 59.970637 55.131885) - (xy 59.970986 55.132234) - (xy 60.022784 55.093457) - (xy 60.0936 55.08839) - (xy 60.139093 55.1083) - (xy 60.144503 55.112088) - (xy 60.351926 55.208811) - (xy 60.351931 55.208813) - (xy 60.572999 55.268048) - (xy 60.572995 55.268048) - (xy 60.801 55.287995) - (xy 61.029002 55.268048) - (xy 61.250068 55.208813) - (xy 61.250073 55.208811) - (xy 61.457497 55.112088) - (xy 61.528888 55.062099) - (xy 61.528888 55.062097) - (xy 60.840518 54.373727) - (xy 60.926148 54.360165) - (xy 61.039045 54.302641) - (xy 61.128641 54.213045) - (xy 61.186165 54.100148) - (xy 61.199727 54.014518) - (xy 61.888097 54.702888) - (xy 61.888099 54.702888) - (xy 61.938088 54.631497) - (xy 62.034811 54.424073) - (xy 62.034813 54.424068) - (xy 62.094048 54.203002) - (xy 62.113995 53.975) - (xy 62.094048 53.746997) - (xy 62.034813 53.525931) - (xy 62.034811 53.525926) - (xy 61.938086 53.318498) - (xy 61.8881 53.24711) - (xy 61.888098 53.24711) - (xy 61.199727 53.935481) - (xy 61.186165 53.849852) - (xy 61.128641 53.736955) - (xy 61.039045 53.647359) - (xy 60.926148 53.589835) - (xy 60.840516 53.576272) - (xy 61.528888 52.887899) - (xy 61.528888 52.887898) - (xy 61.457501 52.837913) - (xy 61.250073 52.741188) - (xy 61.250068 52.741186) - (xy 61.029 52.681951) - (xy 61.029004 52.681951) - (xy 60.801 52.662004) - (xy 60.572997 52.681951) - (xy 60.351931 52.741186) - (xy 60.351926 52.741188) - (xy 60.144498 52.837913) - (xy 60.13908 52.841707) - (xy 60.071804 52.864388) - (xy 60.002945 52.847097) - (xy 59.965951 52.813997) - (xy 59.964261 52.811739) - (xy 59.964259 52.811738) - (xy 59.964259 52.811737) - (xy 59.847207 52.724112) - (xy 59.847202 52.72411) - (xy 59.710204 52.673011) - (xy 59.710196 52.673009) - (xy 59.649649 52.6665) - (xy 59.649638 52.6665) - (xy 57.952362 52.6665) - (xy 57.95235 52.6665) - (xy 57.891803 52.673009) - (xy 57.891795 52.673011) - (xy 57.754797 52.72411) - (xy 57.754792 52.724112) - (xy 57.637738 52.811738) - (xy 57.550112 52.928792) - (xy 57.55011 52.928797) - (xy 57.499011 53.065795) - (xy 57.499009 53.065803) - (xy 57.4925 53.12635) - (xy 57.4925 54.335404) - (xy 57.472498 54.403525) - (xy 57.455595 54.424499) - (xy 51.090595 60.789499) - (xy 51.028283 60.823525) - (xy 50.957468 60.81846) - (xy 50.900632 60.775913) - (xy 50.875821 60.709393) - (xy 50.8755 60.700404) - (xy 50.8755 51.0015) - (xy 50.895502 50.933379) - (xy 50.949158 50.886886) - (xy 51.0015 50.8755) - (xy 54.235899 50.8755) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 77.137507 54.946844) - (xy 77.215239 55.067798) - (xy 77.3239 55.161952) - (xy 77.454685 55.22168) - (xy 77.469412 55.223797) - (xy 76.83131 55.861898) - (xy 76.851694 55.877763) - (xy 76.851696 55.877765) - (xy 76.885733 55.896185) - (xy 76.936123 55.946199) - (xy 76.951475 56.015516) - (xy 76.926914 56.082129) - (xy 76.885735 56.117811) - (xy 76.851702 56.136229) - (xy 76.83131 56.152099) - (xy 76.83131 56.152101) - (xy 77.469411 56.790202) - (xy 77.454685 56.79232) - (xy 77.3239 56.852048) - (xy 77.215239 56.946202) - (xy 77.137507 57.067156) - (xy 77.112638 57.151849) - (xy 76.473921 56.513132) - (xy 76.47392 56.513132) - (xy 76.43278 56.576102) - (xy 76.378776 56.62219) - (xy 76.308428 56.631765) - (xy 76.244071 56.601787) - (xy 76.221822 56.576111) - (xy 76.132722 56.439732) - (xy 75.98024 56.274094) - (xy 75.980234 56.274089) - (xy 75.980233 56.274088) - (xy 75.804609 56.137392) - (xy 75.763138 56.079767) - (xy 75.756 56.037961) - (xy 75.756 55.976038) - (xy 75.776002 55.907917) - (xy 75.804606 55.876608) - (xy 75.98024 55.739906) - (xy 76.132722 55.574268) - (xy 76.221816 55.437898) - (xy 76.275819 55.39181) - (xy 76.346167 55.382235) - (xy 76.410524 55.412212) - (xy 76.432782 55.437898) - (xy 76.473921 55.500866) - (xy 76.473923 55.500866) - (xy 77.112638 54.86215) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 79.677507 54.946844) - (xy 79.755239 55.067798) - (xy 79.8639 55.161952) - (xy 79.994685 55.22168) - (xy 80.009412 55.223797) - (xy 79.37131 55.861898) - (xy 79.391694 55.877763) - (xy 79.391696 55.877765) - (xy 79.425733 55.896185) - (xy 79.476123 55.946199) - (xy 79.491475 56.015516) - (xy 79.466914 56.082129) - (xy 79.425735 56.117811) - (xy 79.391702 56.136229) - (xy 79.37131 56.152099) - (xy 79.37131 56.152101) - (xy 80.009411 56.790202) - (xy 79.994685 56.79232) - (xy 79.8639 56.852048) - (xy 79.755239 56.946202) - (xy 79.677507 57.067156) - (xy 79.652638 57.151849) - (xy 79.013921 56.513132) - (xy 78.972482 56.57656) - (xy 78.918478 56.622648) - (xy 78.84813 56.632223) - (xy 78.783773 56.602245) - (xy 78.761516 56.57656) - (xy 78.720076 56.513132) - (xy 78.08136 57.151848) - (xy 78.056493 57.067156) - (xy 77.978761 56.946202) - (xy 77.8701 56.852048) - (xy 77.739315 56.79232) - (xy 77.724587 56.790202) - (xy 78.362689 56.1521) - (xy 78.362688 56.152099) - (xy 78.342306 56.136235) - (xy 78.342299 56.13623) - (xy 78.308265 56.117812) - (xy 78.257876 56.067798) - (xy 78.242524 55.998481) - (xy 78.267086 55.931869) - (xy 78.308269 55.896184) - (xy 78.342299 55.877768) - (xy 78.342302 55.877766) - (xy 78.362689 55.861898) - (xy 77.724588 55.223797) - (xy 77.739315 55.22168) - (xy 77.8701 55.161952) - (xy 77.978761 55.067798) - (xy 78.056493 54.946844) - (xy 78.08136 54.862151) - (xy 78.720076 55.500867) - (xy 78.761516 55.43744) - (xy 78.81552 55.391352) - (xy 78.885868 55.381777) - (xy 78.950225 55.411755) - (xy 78.972481 55.437439) - (xy 79.013921 55.500866) - (xy 79.013923 55.500866) - (xy 79.652638 54.86215) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 81.260076 55.500867) - (xy 81.260077 55.500866) - (xy 81.301218 55.437898) - (xy 81.355222 55.39181) - (xy 81.42557 55.382235) - (xy 81.489927 55.412213) - (xy 81.512183 55.437898) - (xy 81.601279 55.57427) - (xy 81.753762 55.739908) - (xy 81.81502 55.787587) - (xy 81.929392 55.876607) - (xy 81.970862 55.934232) - (xy 81.978 55.976038) - (xy 81.978 56.037961) - (xy 81.957998 56.106082) - (xy 81.929391 56.137392) - (xy 81.753766 56.274088) - (xy 81.601279 56.439729) - (xy 81.512183 56.576102) - (xy 81.458179 56.62219) - (xy 81.387831 56.631765) - (xy 81.323474 56.601788) - (xy 81.301218 56.576102) - (xy 81.260076 56.513132) - (xy 80.62136 57.151848) - (xy 80.596493 57.067156) - (xy 80.518761 56.946202) - (xy 80.4101 56.852048) - (xy 80.279315 56.79232) - (xy 80.264587 56.790202) - (xy 80.902689 56.1521) - (xy 80.902688 56.152099) - (xy 80.882306 56.136235) - (xy 80.882299 56.13623) - (xy 80.848265 56.117812) - (xy 80.797876 56.067798) - (xy 80.782524 55.998481) - (xy 80.807086 55.931869) - (xy 80.848269 55.896184) - (xy 80.882299 55.877768) - (xy 80.882302 55.877766) - (xy 80.902689 55.861898) - (xy 80.264588 55.223797) - (xy 80.279315 55.22168) - (xy 80.4101 55.161952) - (xy 80.518761 55.067798) - (xy 80.596493 54.946844) - (xy 80.62136 54.862151) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "summe") + (date "2021-05-30") + (rev "R01") + (comment 1 "PCB for main circuit") + (comment 2 "DC coupled mixer") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "+15V") + (net 3 "-15V") + (net 4 "Net-(U7B--)") + (net 5 "Net-(U7A--)") + (net 6 "+5V") + (net 7 "VP") + (net 8 "VN") + (net 9 "/IN_1") + (net 10 "/IN_2") + (net 11 "/IN_3") + (net 12 "/IN_4") + (net 13 "/MIX_1") + (net 14 "Net-(J6-PadT)") + (net 15 "/MIX_2") + (net 16 "Net-(J7-PadT)") + (net 17 "/MIX_3") + (net 18 "Net-(J8-PadT)") + (net 19 "/MIX_4") + (net 20 "Net-(J9-PadT)") + (net 21 "Net-(J10-PadT)") + (net 22 "Net-(D1-A)") + (net 23 "Net-(D2-A)") + (net 24 "Net-(D3-A)") + (net 25 "/OUT") + (net 26 "Net-(D4-A)") + (net 27 "Net-(D5-A)") + (net 28 "unconnected-(J3-PadTN)") + (net 29 "unconnected-(J4-PadTN)") + (net 30 "unconnected-(J5-PadTN)") + (net 31 "unconnected-(J10-PadTN)") + (net 32 "Net-(U2A-+)") + (net 33 "Net-(U3A-+)") + (net 34 "Net-(U4A-+)") + (net 35 "Net-(U5A-+)") + (net 36 "Net-(C10-Pad1)") + (net 37 "Net-(U2A--)") + (net 38 "Net-(U3A--)") + (net 39 "Net-(U4A--)") + (net 40 "/REF") + (net 41 "Net-(U5A--)") + (net 42 "Net-(U6B--)") + (net 43 "Net-(U2B--)") + (net 44 "Net-(U4B--)") + (net 45 "Net-(U3B--)") + (net 46 "Net-(U5B--)") + (net 47 "Net-(U6A-+)") + (net 48 "Net-(J2-PadT)") + (net 49 "Net-(J3-PadT)") + (net 50 "Net-(J4-PadT)") + (net 51 "Net-(J5-PadT)") + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a95f1b") + (at 60.96 60.96 -90) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J2" + (at -4.13 -5.63 90) + (layer "F.SilkS") + (uuid "79df3bd3-4875-4abe-bbba-fa6f13f26ade") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 -1.48 90) + (layer "F.Fab") + (uuid "74a57bee-3138-48d6-90c1-859f63930ca9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd4f2ca0-0df9-4f55-8cf2-2083f3563113") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00121071-af48-4c08-8e76-39d717e03128") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 60.96 60.96 0) + (layer "F.Fab") + (hide yes) + (uuid "9dbf932f-51c6-47ed-9cef-a8539733826f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ca411aea-3688-471e-910b-44deb24c5274") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5849734c-297a-4d04-8c2f-94d8ee97aa67") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "af023c03-4d57-4ed3-ae26-960339cd7ac7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d64a5b4") + (attr through_hole) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a340cbe-5cbd-4625-9f64-8906f73aa3e2") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "490c705b-801f-4474-948c-6456c5d19bdf") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d997f352-561a-4cbd-bb26-3acd599c66d3") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "727d7173-1ab9-4af3-be97-76d2929a7425") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf352acb-5918-495b-ad3b-367c614d0fef") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a27f09eb-6c95-41b9-82a5-8fd8585c4903") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "ff295aef-7a09-4eef-8f97-4fcf2e7dff5f") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "50443c2a-625e-45a9-9dfd-19f0e3e2b10f") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "77e87897-d2cf-452f-a584-b37fd2e2bb64") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fe59cb7e-3ef1-43ce-b9f8-6c732a897f9d") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fd9b61c5-77e8-47fc-bde8-a0c2931cdd46") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "bc29f7bb-0d20-4fdb-a7aa-985e8f6cd5fd") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "df4072b3-a468-4d80-8a14-ea41cdd61972") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e7d96e1-9d30-4aa3-8f6a-a0c5ea1b4ba3") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93b82e25-0edb-43a8-a965-9b521881545f") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4746b5cc-6a69-46a5-9576-092a54382315") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91b8c939-4ad6-4b3e-bd24-fca47191e20f") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8b9c0281-d18c-4090-9d38-e70f10880fe6") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e5514d75-ce46-455a-b066-0b9dd02bf623") + ) + (fp_text user "KEEPOUT" + (at 0 0 -90) + (layer "Cmts.User") + (uuid "2e2caecc-daa0-4fc6-9667-94ac8cf3ea02") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 90) + (layer "F.Fab") + (uuid "c753b11c-a6e5-43a2-ad88-1d71e2d732f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 90) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "d83cd603-4fd6-4337-aaec-0a6d66839b40") + ) + (pad "T" thru_hole circle + (at 0 4.92 90) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "Net-(J2-PadT)") + (pintype "passive") + (uuid "b4bfeb86-367f-4da9-8818-a037f6f8c86a") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 90) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "/REF") + (pintype "passive") + (uuid "7859b085-5b85-4e73-b2c3-6d231e236562") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a95f3d") + (at 60.96 81.28 -90) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J3" + (at -4.13 -5.63 90) + (layer "F.SilkS") + (uuid "cab600dc-3547-4255-aab4-a16d508a19c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 -1.48 90) + (layer "F.Fab") + (uuid "7917463a-17d5-443b-bdd5-59b7300c181f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "121a33dc-dbe1-462b-80a8-07a93f123bc1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53681024-c085-4902-bda9-098f760dd9dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 60.96 81.28 0) + (layer "F.Fab") + (hide yes) + (uuid "76174980-88dc-4295-8ec4-38b8245969a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e66ace94-8a7f-4ec5-9008-73449e184ae8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "96dc7ee4-a492-4ff4-997e-18b922526e96") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8e110d4a-2ffb-4797-bb49-141fed968ba6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea4ed1c") + (attr through_hole) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29a34573-9556-4c70-a8dd-2f93bbe88340") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1acee25c-7151-4458-83c9-12f7b065592c") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d2bdd12-7395-44cd-822e-68d0dcf6b62f") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "523935ae-bf4e-4cc1-a746-ddc020dbe54a") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae429741-9f92-43c3-b5b9-18f18e8e5e13") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f7e982a-7c9e-4b52-8a8b-a89d8f9ac5c4") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "c17f1e44-3ff2-4715-b730-4e5682f4f8b7") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "aa13c3f5-8b84-4a4d-8191-57eb011f083f") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00d5356b-7792-4a16-9e0c-7155619b9832") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4db949f7-e6a2-476a-ba64-70adcc0fa174") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "9b078c9d-5330-4ae3-addf-ae84699a0a5c") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c1fb5a99-ca6d-40c4-8c8e-d2a831f2df93") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "24382ec2-08ba-4aa8-8fc2-c771975a3fa7") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e90365f0-d069-45f1-baa3-4bb51c08b9f8") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8be5fc57-f5a1-40b2-9f22-edc3bc65ca4c") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0cb6226-0e2b-4d8c-ba90-31907bd0fcf1") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa53bd02-2280-4dc0-a404-03e5fbddc4cd") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42ed3a32-5922-4ebe-bc28-84e4775703ea") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a1fb398f-146c-44e0-9748-54bcd7268df8") + ) + (fp_text user "KEEPOUT" + (at 0 0 -90) + (layer "Cmts.User") + (uuid "76715af0-64ec-4e97-b724-005a93bf8b23") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 90) + (layer "F.Fab") + (uuid "db483a0b-768b-4bea-aa43-1d65f6abdbac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 90) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "242d4bcd-ba4c-475b-9eab-21c09fb839de") + ) + (pad "T" thru_hole circle + (at 0 4.92 90) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "Net-(J3-PadT)") + (pintype "passive") + (uuid "ac6ea680-2ae0-4786-b346-297d45632dd9") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 90) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "unconnected-(J3-PadTN)") + (pintype "passive+no_connect") + (uuid "dded5c0c-0a2e-45b7-92ae-9e998aea7add") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a95f5f") + (at 60.96 101.6 -90) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J4" + (at -4.13 -5.63 90) + (layer "F.SilkS") + (uuid "34c2fb4d-c21d-4d83-98dd-b5ff38696392") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 -1.48 90) + (layer "F.Fab") + (uuid "f9971aee-e82a-459a-b6d7-3e8d4c1d618a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d37539c5-ae1d-4393-bded-cb6d150ef6ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "66ae66af-3caa-4814-8175-469216b4cb2d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 60.96 101.6 0) + (layer "F.Fab") + (hide yes) + (uuid "debc7f61-55ff-4fd8-963a-8580f1c3e01e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d5433b22-1cd3-4bc2-bc60-d4c78b6f657f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_3\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3f080a67-e849-43db-9a2a-c762dc8de7ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cabb33f8-739d-4c0e-a5df-2078ca75a5e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea533d6") + (attr through_hole) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca6181fb-af97-4464-a05c-37b402179ab9") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2ebd7f7-2928-4b0f-a39f-6082fabe265c") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "193b7475-5335-4c21-acc9-b4c048dde72e") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "801304f6-1dbc-4d1b-bc5b-63c8036b7bc1") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "352fff0a-d3ec-41fd-8788-288166f61d53") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63ac8a26-b531-4045-970b-0f677ae6839f") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "85c3cb27-a33d-4ef5-b074-bd56e065f5d6") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "53bb57e0-cb69-4eb4-8ae2-1419c7a2a06f") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f26cfadf-1248-425b-91bb-d737fc4c98f2") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1d2aa2a6-9e73-46f6-8edb-95b08fa79a16") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b518938c-efb6-4c6c-abb5-1ed84e6e93c5") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "9838d0d0-591e-4d6f-8ab1-9e025855fc1d") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "d080e246-00be-4021-95c6-f737a6bda090") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce926d43-a5d0-4b10-94f5-8e1f7757fd58") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b324eb24-6966-4111-94b7-b05da084aa7c") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2ab25cc-c644-417e-a2b2-01d416b51233") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "617bdd80-6243-434c-9472-dc745350f2fc") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ac86bd7-2d18-4909-9e4f-c38f968f0b1f") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "26ee25f3-03dc-4b03-bad0-78a062e6c4d3") + ) + (fp_text user "KEEPOUT" + (at 0 0 -90) + (layer "Cmts.User") + (uuid "5ff7d80b-1fde-46d2-bfd5-cd1c14de1b6b") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 90) + (layer "F.Fab") + (uuid "6aab4ad1-71a4-4f5f-b586-c53680160408") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 90) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "207885d0-3243-4181-bafa-76fdfc25a579") + ) + (pad "T" thru_hole circle + (at 0 4.92 90) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "Net-(J4-PadT)") + (pintype "passive") + (uuid "a967c408-f395-4cde-8b35-dd3439ae3d51") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 90) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "unconnected-(J4-PadTN)") + (pintype "passive+no_connect") + (uuid "6da39f2b-d248-4044-b954-1929d2cafd05") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a95f81") + (at 60.96 121.92 -90) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J5" + (at -4.13 -5.63 90) + (layer "F.SilkS") + (uuid "02e41894-db33-45c2-b86c-ae6c175717fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 -1.48 90) + (layer "F.Fab") + (uuid "a2e01518-2cb1-45c0-8e59-b3dcc7eb6039") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e056a346-c60a-45f1-9ccb-92eec00d1cbb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31e93efd-41c8-4d88-ae4c-733eb0b0d3ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 60.96 121.92 0) + (layer "F.Fab") + (hide yes) + (uuid "b360108c-5177-4e62-8922-fc4e388e7f3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "598bf60e-48fb-4252-bbc0-1f7b0ba437da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_4\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4a021802-0de7-4dad-af02-8035047f1e48") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8c43277b-dc53-4ad8-865f-4cde1c2c399b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea572e9") + (attr through_hole) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "698476c7-9fb0-4d8a-be4a-1462fed5e497") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f914dd8-0323-4543-86f7-b5b87e5eec3a") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66475f3c-644e-4d6f-b575-5e71973b1580") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d948dcd-a01b-4c86-a936-8993571d0bc9") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acc34630-f9d2-477b-89ad-397164b29dd0") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1508bcad-b055-4ba8-9bde-fca06201f245") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "4d32ce4b-43c7-49f3-bf6d-dd2342b1a610") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b2e3ece8-5482-49a9-a48b-cbb983579914") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "3e2adbe6-818e-4df6-af20-561506e8d03e") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "455b71ce-2559-45f5-a3c9-c8a6a53d08c8") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a1ceda9a-0093-408e-93c0-1098235891e0") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ad4ce63b-0533-4fef-84de-57a9617c1944") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "d5a393cd-5715-4758-b611-e8f787422157") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a67f03a9-9eb1-4a8b-8443-819e0cbc9433") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53b381dc-d01d-4397-8e54-a1d5fb2694bd") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8da5b81a-e938-4bdf-9beb-c3562fc2e1e1") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac6876d5-9f8c-4f25-97a6-d393a77cdce5") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81a23f3e-93a5-4efd-98ee-1324c333aa87") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "df19864c-3e35-4460-b0a1-0770de89523e") + ) + (fp_text user "KEEPOUT" + (at 0 0 -90) + (layer "Cmts.User") + (uuid "4d605de9-a69d-48b6-ac15-61065fba1283") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 90) + (layer "F.Fab") + (uuid "bee17d65-8e58-4c6b-8d00-7b8ce71e21bb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 90) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "c7a68d58-9474-4e1e-bacf-2f935e6e1b49") + ) + (pad "T" thru_hole circle + (at 0 4.92 90) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "Net-(J5-PadT)") + (pintype "passive") + (uuid "cdf49620-e624-4b3b-a5cd-fe69f21e791a") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 90) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "unconnected-(J5-PadTN)") + (pintype "passive+no_connect") + (uuid "715b8f54-0cbd-46f4-8b16-8e91c4e48ea4") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a95fa3") + (at 60.96 71.12 -90) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J6" + (at -4.13 -5.63 90) + (layer "F.SilkS") + (uuid "2b131048-7b85-4c34-9822-b567cd5629ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 90) + (layer "F.Fab") + (uuid "f428f123-a81f-4313-8863-d2be425356d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b12963d-01a6-472e-88fc-accf6ca664bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70e7eff5-c60e-48fb-aae6-f7e0cd5844e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 60.96 71.12 0) + (layer "F.Fab") + (hide yes) + (uuid "2c85e01f-85a1-4863-b3a9-150867b4403f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a013613f-e200-44cf-bf74-b5a7e0e8cc33") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT_1\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "641344fe-a802-414e-8aed-6bc879e7d7bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8e936351-1482-4f3b-94f1-e7131194ed20") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d64b3f0") + (attr through_hole) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a2cfcc4-ffba-440e-b354-ff2facf31aaa") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49ee5ce3-ec45-4e0e-a7d6-93ac54ea88eb") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8a686c0-7afb-4498-a2c4-db5e70e1375a") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5fef146-087b-4ece-a012-a6789883a58e") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86ea3223-6df2-43d1-b6ab-92cedde66ebe") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51143fec-0d23-4e31-badd-f754c3b85342") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "61b875c1-6376-4119-912a-e46fb28115e3") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c9011427-f464-4ee0-88c6-f372bac90d49") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2908dad9-964b-4688-8a7b-a6832456d4e7") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d1da3968-be10-4a24-9246-f6c89083d702") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fce89721-3d7e-4582-8322-4e50193a8bad") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "716706e5-e2f2-406d-879f-f4bb2c88bbb3") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "695dadd0-7e5a-4a74-b5ae-2c1febe2ea82") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b784cd0-e899-43bf-a22a-22616fe68cf2") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5e062eb-0553-4591-aef0-b4c6e3a0d7e5") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94bc392b-592f-4e53-82a8-6e4dfd7f3b64") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "388b0774-1c5c-4681-b654-4692f5d43e0a") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08906759-4516-4f70-946d-e63b1cade34e") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "c78a41fb-0cb3-4422-a3bb-9618f1749502") + ) + (fp_text user "KEEPOUT" + (at 0 0 -90) + (layer "Cmts.User") + (uuid "b1979047-d96d-4f99-8244-8c1d4e3e70ed") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 90) + (layer "F.Fab") + (uuid "11b526d0-6f21-48be-a533-de73241e0240") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 90) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "3d7ceb10-59ad-43f2-92a2-f6b8466bc861") + ) + (pad "T" thru_hole circle + (at 0 4.92 90) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(J6-PadT)") + (pintype "passive") + (uuid "12dbe251-e8d8-4367-8e86-ce8289c25108") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 90) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "/MIX_1") + (pintype "passive") + (uuid "371311ff-d06e-4d06-ad83-852c759e332f") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a95fc5") + (at 60.96 91.44 -90) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J7" + (at -4.13 -5.63 90) + (layer "F.SilkS") + (uuid "e0bddcdd-136f-484f-aca1-88018e7cf41e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 90) + (layer "F.Fab") + (uuid "76a1bfbc-0b1a-4b2f-a85d-7b75c44c48db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d7c610b-99d6-475f-bc68-06e685e317a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7f6dd5c-f1fb-41e0-822a-01bbe5c5ee58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 60.96 91.44 0) + (layer "F.Fab") + (hide yes) + (uuid "e33006d7-998b-41d3-bca5-eb34b2b0c640") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3b7357a5-7089-4c5a-bf47-8a3cc4c78b1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT_2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "02faf55f-2665-4adf-b495-192eba85a784") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a8d0a16a-3056-47ac-b502-16410e9de496") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea6df9d") + (attr through_hole) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4e763cbd-552a-410b-8e17-f31666985b6a") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cac79e0a-6817-4858-b350-4e2b745097ac") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc3c135a-ffef-43a5-bf94-142d7441e6b3") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6b426ae-6608-4ef3-a295-073b52fa5a20") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df392c89-ac7c-4e1b-b8ce-d00e97cc183e") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb23e420-6311-42ad-9d6b-875d809c458f") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "71806607-20d8-4cfa-965b-727139fdf30c") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8be48ad2-5267-4a9a-ad16-adae6cce3569") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a809918e-6995-420a-ac91-684cd5c159d5") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e9777478-9508-43a5-9a6f-ef620dbd76e6") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0bd7d94e-9849-422c-b5c2-aea2dd1deb72") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c24570a6-9545-4217-b9ce-589d7ec6e4ee") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "b36a0d72-093f-4a5f-a203-3361ff1b7fd3") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da9f84c2-a275-48aa-994e-245c266072cf") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7e1c4d2-603b-49a6-ba92-c4804dead2ef") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "785407ba-6b8d-4446-ab39-abdad58a3b10") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed7f7359-882a-4cf3-a27c-71932937e949") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c536884d-1f57-4550-823a-0c6ce14ef6f6") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "74dd1b07-ebe3-4416-b758-6032a39f0e6b") + ) + (fp_text user "KEEPOUT" + (at 0 0 -90) + (layer "Cmts.User") + (uuid "4ed0ad88-e2ae-439a-9140-764fbb89c925") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 90) + (layer "F.Fab") + (uuid "7df0e9c6-09bf-48d4-b988-6fe899ce5bbb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 90) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "82efdd79-261b-4bd7-be97-a8c40bcebeed") + ) + (pad "T" thru_hole circle + (at 0 4.92 90) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(J7-PadT)") + (pintype "passive") + (uuid "3ed36fb6-2bb7-4e44-981b-e7720d87b70a") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 90) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/MIX_2") + (pintype "passive") + (uuid "2dc48b37-e629-4de8-b156-c2138e0674e5") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a95fe7") + (at 60.96 111.76 -90) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J8" + (at -4.13 -5.63 90) + (layer "F.SilkS") + (uuid "0d5cc338-cf78-4593-8554-3bf42160cf8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 90) + (layer "F.Fab") + (uuid "03391a9f-05e5-4342-9252-994813e17e13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8196961e-db18-4040-9f86-aadc08263166") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9375e274-adcb-4fc8-bc48-1d34238d73b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 60.96 111.76 0) + (layer "F.Fab") + (hide yes) + (uuid "fb60c733-9b48-4ce9-af79-e630d2df53c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d4b373e4-5e42-4625-8c0e-efce65e1077f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT_3\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6957e1ca-8c74-43ae-933e-ebce982f01c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e2967ce5-ff44-468b-aafc-22c8c23a9809") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea6fffd") + (attr through_hole) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "59bb191c-1569-400e-9501-52f9c162e9dc") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4fdb2ff-7357-4eda-9202-f986a87373f4") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13706e17-c6c7-4d5a-b2ca-3d29bb990b79") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb9397e6-6486-4562-8775-75af932e8f92") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07d90e18-46d4-42b6-a619-fdead86bc7eb") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3db8006d-948d-4dcd-81d5-52ddc60e3c14") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "31f24c44-e4b4-480a-ab2d-9f41ec845f35") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b1fa1f62-733e-4e82-a6ef-b953e79b99f5") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4692cad2-12a5-4221-8a9c-f5cb17611f4b") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a6017fc3-3f6c-4509-895a-b97db93811c9") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "09905c56-a259-4e95-bd96-d49aac679e22") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "09e258cb-ae78-4da1-9fda-e9eae08b3263") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "bbe80712-8f38-4613-90aa-68cead638d63") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af0a2764-6f15-4257-bf7c-4016f40f757a") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f58aa47-af01-4d93-92bc-00d559b905b1") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33ea75e2-2fc2-4966-8b2a-ebfe0de75862") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a79586f1-6c92-447a-a08a-c61d35402ecc") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a2d0da3-fb36-4a99-8f6d-95bf8ff677c1") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "61c72225-97df-4e6c-afa3-a7592fcfbf1a") + ) + (fp_text user "KEEPOUT" + (at 0 0 -90) + (layer "Cmts.User") + (uuid "47bbd46d-56a0-4e20-b5c7-5144955a8c6a") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 90) + (layer "F.Fab") + (uuid "e746efce-18e4-4915-b01a-714a2fb17669") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 90) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "9e462299-efad-4252-b114-1cb01cd61087") + ) + (pad "T" thru_hole circle + (at 0 4.92 90) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(J8-PadT)") + (pintype "passive") + (uuid "47d5cfbe-4a88-4f94-95e6-99988a50fd03") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 90) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/MIX_3") + (pintype "passive") + (uuid "8005fb71-5812-4d21-89de-6daf134742b0") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a96009") + (at 60.96 132.08 -90) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J9" + (at -4.13 -5.63 90) + (layer "F.SilkS") + (uuid "91a1b85b-5bed-4339-900e-e2a771600c03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 90) + (layer "F.Fab") + (uuid "cae73ec6-6a3f-4cd1-8ec8-edce72dcca1c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "94a2ec70-6bd5-4db0-a7c7-d3b11ff85037") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6b17fd6-29ad-41e7-9051-65239b38a81d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 60.96 132.08 0) + (layer "F.Fab") + (hide yes) + (uuid "48289bc9-3342-4b32-a7f9-5e061ffcd92b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "885a46aa-c54c-4777-89aa-f714da558b3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT_4\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "65beccda-6388-4a10-805b-fc1d2002b5c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a0483b25-f9e0-472e-9147-e76d915e96ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea71fb4") + (attr through_hole) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16671ea7-ec59-44ea-a9ad-afe347f37b30") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f93dba3-e82e-40ca-b38d-6ad0cdf8fdfd") + ) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b690743-d391-4baf-b038-0c6a915ce212") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4d3a4fc-157e-4e2e-a7c1-8bb651963a57") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05c46bd8-eebb-477e-84e5-a8b27f16046c") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71e88a0a-c906-4516-b596-81d8477c09a7") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "60f945fd-8ca7-4668-8298-f851b72ad9e9") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "08e8c5ce-2f78-4936-9de4-6590fa25fcab") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "29ed8b3a-08f9-471a-b72b-d1418af3699e") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5f8b8bd8-0589-4209-acf6-19ab26c73dbe") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "364f222d-3a2e-44bd-812e-c5ce3cd900e8") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a007ba8b-3458-4552-9790-17d2713a3b3f") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "84c48e81-e845-42bf-a964-466d8b646230") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "986225f2-28ca-41bf-9eb8-66324fed585f") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a28ed1e1-ceb2-432e-937d-555bec731799") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc977686-9f8e-45d5-9aeb-3e68b0035b41") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e458843-063a-44af-9f7c-fdcf1fba25f0") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "48634316-6d30-4dd6-86b2-02042220a68d") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "41ca2107-6ee6-43e1-9355-e80158d4982f") + ) + (fp_text user "KEEPOUT" + (at 0 0 -90) + (layer "Cmts.User") + (uuid "b9d9405c-9b6a-486d-9a39-623cfcade979") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 90) + (layer "F.Fab") + (uuid "d7875670-dd55-4027-97c2-446642e88c23") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 90) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e34ee77f-e271-4cdc-a1ce-afd73b06bf97") + ) + (pad "T" thru_hole circle + (at 0 4.92 90) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(J9-PadT)") + (pintype "passive") + (uuid "2199a6b0-17ab-4d0b-8c84-781b4c43a0bd") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 90) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/MIX_4") + (pintype "passive") + (uuid "498ecb00-76c5-41ae-a7bd-c24158b94e10") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a9602b") + (at 81.28 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J10" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "f7c524b6-a326-4ae1-8cad-8ea97b1bbdc4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "3ffcb2ae-efdf-4288-ac02-156bc2a49334") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "addbf028-8daf-4b65-a3dd-ed584d46da23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "415c8088-504a-49f1-a263-037f54d3f8f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 81.28 147.32 0) + (layer "F.Fab") + (hide yes) + (uuid "f08269e8-0a61-49eb-95fb-7e5b512faabb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4a77bdcc-fded-4725-afcd-f6de40c695c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ece33ad4-4b11-4036-aa0e-6c35dd6cce0b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "74e7bb0a-77a9-4e9d-8b98-29d3edfc1d3c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea91ed6") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eff1da26-f36c-4dbf-a460-211d2357cda0") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89e09856-d011-4fee-8779-52fb1c9cfe45") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c95f48fa-64b5-4653-8138-bad26916d4b2") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5697296a-1857-47db-8792-aff6b69b742d") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "681c06da-3c44-451f-acbe-419a32fa6b01") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79e103bd-1bf8-4f14-a972-8ce5afb5d44e") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "ae281253-3c7b-44b4-a904-5d93ec9955fa") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b632bdd5-d890-4c93-97f4-1f2311beb33c") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0eb3f0c0-ba70-4e6c-b3cb-65443c446b95") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "063cb791-2a7e-4366-a409-74c0bef8f082") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ec2b31ff-9541-4624-9c34-bcf63e347a63") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "57cb850d-920e-417d-8384-7ef3bc9b3bdc") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "8d8cf880-18ca-48dc-ba10-759ac8552821") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b692ca2-98a7-4a99-8732-82ae75cbe0a5") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c9632a6-0e67-461a-a184-09252488f319") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b35ddc6-5c99-4258-84d3-60a70c30364f") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1a2d2ea-17b1-49c0-b271-d9adc18c896b") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65ac5367-dc83-4b11-aa39-c5fa962edb4b") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "dd92439c-ce30-4a46-846b-d361536cf188") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "e7b5f0a5-1dc8-4b05-98f2-31dc6f7deb1b") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "68bd66ae-9f0e-45ed-9caf-cbc96e3a7e96") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "3ad1ac26-280c-43bc-87fe-c98ffa0aa957") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(J10-PadT)") + (pintype "passive") + (uuid "7899b289-2038-4a23-92b6-ba3dd5db0668") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "unconnected-(J10-PadTN)") + (pintype "passive+no_connect") + (uuid "b54f8ddf-a231-4890-9982-e44ff824c552") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a96375") + (at 81.28 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV1" + (at 5.842 0 0) + (layer "F.SilkS") + (uuid "c6911c31-aa6b-4a82-82c7-fda986635d79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "092f5da0-8ec3-4fa9-8981-0ccacc3e9f34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa85e9fc-1d23-408f-8739-dd8d2c6fafb2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9020f1bc-e38d-49a4-8dc5-6b35191c04dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "268aef0f-7d0d-458c-ba24-1079cb4a3a1d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/99dbdb13-563b-4119-a55a-5fc23de2e1be") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fae462d3-6aec-428f-b39e-3aaf6d8732dd") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e580e9d4-fe6c-43ae-9078-2304fc1c9654") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8aceb2bb-aeb3-48f5-b4c8-29d63b6c2041") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c594294-04d3-455a-a657-b823c2de49bf") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85e0c5ef-5168-4a6d-a5d7-92fe181f6828") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0d5adf4-9973-4cdf-a2cc-b9cbeef34bb4") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae735ff0-2487-42ea-9e4c-f8015da32458") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c7ae7e4-6ad3-47f0-a3f3-9813b592fd5c") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a389e6b2-2788-4b1e-8daf-2dfb92dfc889") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "442db813-46d3-423b-bd6d-f94f1ac348a5") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "06407e7a-db5e-4380-af35-5e6c15e605bb") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11be12b3-f22b-43aa-99d8-6752eaaaf96d") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "688fbf4d-a395-4a1a-b218-f20fb70c0c44") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3204b159-e710-440f-aa7a-6615ae579db4") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38daae2b-834c-4c81-a73a-f6eb228fd5c5") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bbbc6e15-55e8-4f3c-a451-ca64e0f1afa4") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e6c1edb-cc6f-4c97-852a-5049f047165a") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "5ca4c4fc-8b27-4d69-a526-a451419c88f8") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "561952fa-bf20-4989-b2b5-1c76c13d7d36") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "bd755213-3ad3-4388-b70f-e1805c123206") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "51e755c2-0978-43bd-89f9-6be6bd92b7e3") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "e2073d98-95d8-42b4-aedd-986293629544") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(U2A-+)") + (pinfunction "2") + (pintype "passive") + (uuid "ce11a118-6709-4a75-b659-5e1eb7ab4471") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "Net-(J2-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "61dff9c5-34ae-4e34-94d4-83d62a945781") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a96391") + (at 81.28 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV2" + (at 6.096 0.127 0) + (layer "F.SilkS") + (uuid "e6585e00-59ea-442f-949e-104c73535625") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "029565a0-ff19-4113-b42c-945a7fdc31b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3391410-b60c-43d4-bb1b-cd30c2d082f8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6cadbabb-4858-47f1-ac59-90e4cc4aea91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7bebe3e2-02dd-4351-b891-c00e292261c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/92465b83-ba28-451f-a8f4-6153ac2ee29f") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f4f3060-2692-4151-92d2-df0a1d31ef9e") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1652dcd-016e-418e-9d8b-3bdcd698c4e9") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b5115b4-3bc2-4225-bf08-09193bde1790") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbc57781-f37f-4002-9bd2-6a7f48847e71") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "525fa224-6eb8-444b-96be-2574a3d20d4b") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5549f78-6a83-4ac8-968b-cae934ca33bb") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b535175-a08f-4abf-bf3c-c541600989d0") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "506c084b-a376-4a75-b915-c8e77713a8dd") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be461944-0368-483b-a970-fa63011f3cc7") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ca614d2f-6ac3-4c41-aa34-a00f51201a86") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0629e372-3065-488d-9c14-12eee0fc5aed") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4ee2001c-36df-46d7-825b-3f5e72c405d8") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60e91fd7-f124-4186-a024-a746ef6bbc54") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51212228-957b-481b-b58f-6e3f7d5cc373") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25ea7629-9d06-401a-afbd-09e44aa9ef7c") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac48bf96-9dc9-4dbc-b881-2aa4062d5aad") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e1cbf10-cfaa-4845-bf6b-bc3a5323a9bf") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "8624dcf7-6591-4a69-bfd0-61b2a2271606") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "13dc3b5d-5965-4ad0-a897-ef59495121fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "fc948ad1-d913-45e7-9b4a-a7af55fbe6c4") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "f443e35f-6a11-4fe1-bf8b-a45a1f93812e") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "88c7ca6f-a96e-4fc4-90e2-656a88aaf38e") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "Net-(U3A-+)") + (pinfunction "2") + (pintype "passive") + (uuid "591fd947-0461-4a18-a154-ddd98ffd2fd4") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "Net-(J3-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "89369b3e-f37f-4741-b3d3-9c225133e026") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a963ad") + (at 81.28 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV3" + (at 6.096 0.254 0) + (layer "F.SilkS") + (uuid "53823a73-6f5a-40f5-a731-0fd60dd85cf1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "05f4b88b-b62a-418c-b88a-1ed533a8b6bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "484a9b41-d818-473a-912b-1e99c1bf3c8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c8c6ec67-dcf4-4087-9df0-97fd70ed8841") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2d44d97-58ca-4ef3-8490-99f760fb2a4d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/3c5b3b93-a921-48a9-bd1c-39b5e3759909") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "881d4ccf-fa25-4aaa-a5d0-d18654a52c16") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ba8db03-663b-41dd-83ed-14be8f0db164") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3acd494c-0945-45ab-9e45-fa3625b80019") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfd44e14-c6e6-4b5b-9a32-a641354264b3") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cecf0f37-4a85-437d-b193-b01b86688538") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57d6a8c2-090f-47cd-8854-344e33a7fc8d") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ea1c08c-ed60-4e88-8e8e-6c83e3970265") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e127dbeb-60ba-4a56-b602-edbedd0322ae") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82d5608c-8676-4119-ab5a-8cb3780c412b") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b06cd3b-dde1-4ab6-8a0b-72d3caba58ac") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87336234-6ce0-4a58-a2df-7fb5d8591afc") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17b59311-0a85-48a9-be0d-dcc11b5b4c6a") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93d5c573-bfa4-4a5a-8a14-c40e62c4ab08") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "96358d9b-0086-4a13-a101-ee416550b046") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "032c0275-c08b-419e-ba3e-668079928513") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "916bfdcd-0f14-4cb6-8eee-d489e2d2591e") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f0e1059-bc28-4267-af0c-4ef3e02b2772") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "279e6f0b-6ced-459d-85c9-a48ab21f3022") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "1a3ab390-4273-46cf-b2fb-1f6f836892e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d5e2ba5d-20a6-42c2-b29b-e00c324caffa") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "fd75f061-4540-40c8-bea2-2f03455deb6d") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "bf72a595-8daf-4008-af5b-e50e957945ac") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(U4A-+)") + (pinfunction "2") + (pintype "passive") + (uuid "b11f4335-2ff6-4e14-9afd-37ec6dde24dd") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "Net-(J4-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "771f5657-9b3b-47ba-90cc-293b7d498485") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060a963c9") + (at 81.28 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV4" + (at 5.842 0 0) + (layer "F.SilkS") + (uuid "38895fab-5a79-4a4f-af90-337b714f0c8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 -90) + (layer "F.Fab") + (uuid "fbf1f038-c8ae-4797-a5c7-0a50f706df68") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da808927-4a25-4ede-b3e5-fa01516e031b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13b46a1f-5eba-4ad8-9562-afc3e376a9f2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b17adba5-a34e-4d7c-9a24-352d8437d567") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/fc022bf2-d0b6-401d-afb8-6ccf477ea5bd") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ffe32b22-9d38-4f99-874f-ef7d1fcb8b34") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad148aa3-021a-451f-adbb-9f3777ecc977") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e6f7883-ef44-4c1f-a378-a8ce0407c620") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c4c0916-8bc5-44b6-8022-bb69fa7261cf") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02662f89-3183-4653-b14f-f9c8073db6d4") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b201fdbc-2ac9-4f41-9390-ba2b82407220") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ebd7f6d-26ac-4c21-825a-9820c2eac8e2") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f282ebc0-d4a9-4c80-9d6b-bda0fed4acdc") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de4f25d1-57ec-4ad7-bdb0-071447e42f9d") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d3d5907-02af-4a73-86a3-d8293a638593") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b2e19969-d852-492b-98d4-1ce236dfd3d2") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31b7c7d0-2503-46fa-b6c7-5a3379933c1a") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e2b103d-f59e-407c-b99c-83ecf5f01086") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba7ce72b-3052-412f-a8f2-a7297f4c8f4c") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86c9dadf-872e-4090-9d09-d8e73b8d70cf") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35266a2d-d9ea-4345-9781-249fe5b3d5f0") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89db9931-bc54-442f-b9b0-ee14df338770") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "8ea341f6-ef71-456b-873d-531e8722b6dd") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "80a2bb36-8f2c-4ff1-8dd9-5e4d2957c8b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "e382a942-fca0-4582-8c8a-7f9431f3885e") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d6e93ef6-3144-4e74-adbf-351dbd3cdaf2") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "774996f1-4981-46c5-b58f-7e8e8ca29c3d") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "Net-(U5A-+)") + (pinfunction "2") + (pintype "passive") + (uuid "7c80e9db-7618-4bd7-86d4-4d7e4456d4fa") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "Net-(J5-PadT)") + (pinfunction "3") + (pintype "passive") + (uuid "8cbb1ef3-6063-4a1c-9e16-2fafef29b80f") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061b3af85") + (at 80.01 156.21) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D5" + (at -1.905 0 90) + (layer "F.SilkS") + (uuid "58f232de-4cdd-43a8-81b0-caf98ea448ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Red/Yellow)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "062e49d1-5eb6-444f-9e37-08a3806fc2b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a580f98-26fb-4163-aea8-976aab1b4127") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6bd381f9-0abc-471b-9140-74998af5b4bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 80.01 156.21 0) + (layer "F.Fab") + (hide yes) + (uuid "10a6526c-b5c8-4603-acce-11f2f5e20e31") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "93b782da-0931-455a-82f6-615d46af5183") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3a44abd2-345e-4286-a059-2463ba6c5062") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1f067db8-6b8b-4e8d-a662-d56da1136dca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b87673") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fd12b78-5a90-412b-a16b-aa3fb7e2f953") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d3ca4cb-d819-4830-8054-b79831984637") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52502052-4743-4caa-863e-91187c15e848") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e14cf10a-98ec-4ca5-9a65-e61a725a6e24") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb2b1175-9338-428f-8d57-c253d8b613b1") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f630dce-dfeb-4a7d-bb23-5beedda7d169") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88ace6df-a341-437e-9cfc-c9af55dc3f75") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7f20e21-5193-4e3f-8ed4-2eb7a6804c4c") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b220a3ba-96b3-4309-8593-22a6d85fbc11") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2124178d-770e-43f8-8e94-3f7a64ede91e") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3daec1bb-d351-4402-a053-f04a17ea1a39") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b6b8fc3-06d3-438c-af2a-4bb487bb1e8c") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "374b338e-c34c-4ce5-b5c5-c77edf4bc97e") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "297a805d-14a0-4650-877b-370927f74716") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "Net-(D5-A)") + (pinfunction "A") + (pintype "passive") + (uuid "db14113f-27a0-4030-a998-65d11a02c9fa") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061b3af98") + (at 70.485 66.04) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D1" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "175ef682-e47b-4af9-bbbf-698a5e6c628a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green/Yellow)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "7067b009-9ba0-4b60-9c4b-496254762445") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05e868db-ae7f-4d33-b0dc-a4e153804784") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f0530b1-68f3-493b-8ea0-d43729ed7a76") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 70.485 66.04 0) + (layer "F.Fab") + (hide yes) + (uuid "5ee417e6-f528-47cc-a517-0e29a8867f42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7236f000-01c4-4a57-9b43-23dd4d112772") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "01ac659d-c2bc-46e0-83e3-e1eaee1da6b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "16ca4de6-4881-42f7-89f6-cd6ff02282d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b38faa") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8ec80b9-f9a4-4ea9-8d33-0cc243205896") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "195fdcfb-61d8-4213-823b-29345006e423") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2ad2cb5-095e-4eb2-8959-362b3d3440a3") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cf54ca2-2cf8-4852-9678-a87bc8ca6493") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a812c5e5-fa57-46f9-b732-d4890e103cce") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da13a29b-9f96-4e8a-9d16-e9602381fad0") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5efc7d7-03ad-4c00-b76e-f6636fcc9dab") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec13ce46-e0ef-4118-ac1c-c3b871da96ac") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3341023-38cf-48c6-82ea-63c5827d215c") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "feb2ce14-22df-4c96-887c-f4b0226c0d79") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "acd9c819-bb81-4018-ba92-73e69a513184") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83716932-709b-4fb0-bfe9-d51f9848a3ba") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0eed33ce-7249-48de-a77c-c040e626e045") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "22396da6-7c8b-462f-a48b-e50c50b824f3") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "ab423ebe-df04-4a45-a0ad-c879f3be97c6") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061b3afab") + (at 70.485 106.68) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D3" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "691f8d32-4cbc-4134-8b75-f96c6de3feb2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green/Yellow)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "e9b21d72-7cd6-4dbe-92d3-637d7541e18c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "677b0155-e6a7-4a69-848d-25984f16169a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "617dacd4-5cd5-4a89-b2d3-5f51d3a4edf7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 70.485 106.68 0) + (layer "F.Fab") + (hide yes) + (uuid "970079a6-b47e-4ce1-9199-384b35fcca08") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2286e94e-1253-480b-a35c-aeb70ce25cfa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7f2da905-bdac-4ca2-88c3-7181084cf77a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "69c829aa-5ad6-442b-b64f-89e50f31fe59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b6e571") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19141602-5704-46f1-8f79-f6d35bbff1c7") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0e5ae4a-8082-41c5-a20c-13932cb4bc94") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44b112bb-c06b-49aa-bd56-c09a0e7b8786") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a51ea63-ee31-434b-9110-fb7080a73dc7") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6785717a-bf0c-4310-9ac4-c32b4994a05e") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98e2a7d0-9f37-4bbd-a385-c06b2e416ca4") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9ded5371-a505-438d-8b20-2e7c73e70d3d") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9404a559-26c0-42e2-92e0-4fec974bf9a2") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97e55506-7994-435d-9a31-d2c41d8a62d8") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d22a4ecc-3f21-4c3d-a1ff-ae70ed696cac") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7f2d8e5-e841-446b-8655-c82323218c67") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc7e23a5-468a-49eb-8933-1f224a90ade6") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "01c32869-1987-4880-8e09-155c785c04eb") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "f2311273-1ba3-4128-a5b5-f7f681adba56") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(D3-A)") + (pinfunction "A") + (pintype "passive") + (uuid "1aacdb82-ba5f-40d4-9f8a-995815bca615") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061b3afbe") + (at 70.485 86.36) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D2" + (at 1.27 3.175 0) + (layer "F.SilkS") + (uuid "8a6402ab-50e3-449d-a196-c612c2bf2423") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green/Yellow)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "f8fbfa41-9003-4e0c-af10-4bb9af4112dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07e7ef5b-c0b6-4062-a55e-8cc2308f88a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d39e380a-4d77-4e7f-99e5-9ba6f546d378") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 70.485 86.36 0) + (layer "F.Fab") + (hide yes) + (uuid "49f144db-7c68-4afd-8989-3371d099f2a4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "808def67-86eb-4430-b741-b594bdf5f7a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9c7b6129-9a8d-45f8-b03b-14182ade9f8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "05bdc338-14f9-4001-92e8-ed478439e2fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b5ee1f") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93183535-2acf-4d9c-8c56-fe69ebb93b2b") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4eff4f99-a8e1-4187-b5b9-94eb036240c8") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a2b0391-58d1-4f8b-8430-f4d2281708be") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61ca439d-8bbf-45ca-80f8-649a16a87fca") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39078a01-53a7-4377-83ae-c7f4c5af4526") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23d146a3-aa7b-40da-adbd-7594ad20dca8") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02b5c817-1f49-4c99-b781-4d5052e67ce6") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "58899a89-8c15-4ec7-b501-f93ad846abbb") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "acae1ae3-70a2-429b-a787-1523f77a0153") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6fd087bd-e0ba-42ef-8569-3ba40f9dca99") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10d8ad69-8cf2-44ed-907c-b442eada889e") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5036d665-b9f9-4f38-9661-6be1ccca41b0") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "218f437b-a9e1-48ad-babf-e0c30ba999fb") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "bffc9fe1-b828-4e86-aea0-7aff102893ac") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(D2-A)") + (pinfunction "A") + (pintype "passive") + (uuid "bc1f424f-c3f2-4178-9fcf-8bb3df3ec09d") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061b3afd1") + (at 70.485 127) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D4" + (at 1.27 -2.96 0) + (layer "F.SilkS") + (uuid "b7a6d4f5-e817-4036-be10-ddbc5bb7bf69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (Green/Yellow)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "10b93a5d-fef0-4812-9859-a9918e05469c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65f99fe6-3eea-4041-9a64-88be3270c39b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a98afa0-85a8-4ad6-913f-9365f25bf319") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 70.485 127 0) + (layer "F.Fab") + (hide yes) + (uuid "3564682a-2b97-4bf6-bf8d-2bed3054d48d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6ac1e4ad-2edf-4231-846c-65139331d918") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "59fff367-e517-4991-a016-b8ee810ca729") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0b1e4589-5cef-4711-a0f5-f04d27e3f036") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b6e591") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fa152c4-7497-48fd-9162-8143748e0916") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3274e5fa-8852-45e9-a4db-815906e30efb") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "010c771e-cc7a-410c-9644-2fae62b5a2e1") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5a42255-f5f9-41f2-aae3-812b6db2580b") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca565ac8-6ba3-45fa-ae20-b494bccf4475") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cffb2ab8-72aa-4b40-b12a-cfd99a087696") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "592debfb-2ba0-4e3a-9c90-6da472b8a0e2") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2433ce0f-fa3c-4a8e-bb02-441a40086569") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "774a88d8-fad2-4a8b-9d3f-c58c3b454367") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d092ce84-cfb8-42f7-a3c0-0416948a3c21") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "405dc5b7-0343-4ea3-8eeb-91bac38bd8c1") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aca27444-4c8c-462d-ac08-ec7132578913") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "105e6f91-60da-4265-88cc-b6a2835365ab") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "d8c3c1b2-55a3-4d10-8f77-d3ea83700612") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(D4-A)") + (pinfunction "A") + (pintype "passive") + (uuid "d4392946-50a4-4cd8-b574-fc07e0e331d1") + ) + (model "${KICAD8_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:elektrophon logo" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061b53078") + (at 60.28 157.04) + (property "Reference" "REF**" + (at 0 3.556 0) + (layer "F.SilkS") + (hide yes) + (uuid "25d1b4ec-ca9e-4343-b0fc-3ced4619a560") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "elektrophon logo" + (at 0 -3.048 0) + (layer "F.Fab") + (hide yes) + (uuid "71a87aed-7fe0-4297-8c5d-9f9a4ada4891") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c74d309a-c895-455c-88cb-00e05f30c680") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9cfe9895-3a6a-4910-83ef-138e2120625d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0fc9889e-d51d-4a95-830e-5a6476c5381c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_text user "R01" + (at -8.68 0.99 0) + (layer "B.SilkS") + (uuid "487a6a05-a7f0-4fcc-9dab-27b0a74b5a21") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "B.SilkS") + (uuid "f58d716d-ef55-4796-b65d-894de8895578") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + (justify mirror) + ) + ) + (fp_text user "elektrophon" + (at 0 -1.016 0) + (layer "F.SilkS") + (uuid "53dfc379-b601-40d8-8fa3-770f38c48baf") + (effects + (font + (size 1.5 2) + (thickness 0.3) + (italic yes) + ) + ) + ) + (fp_text user "R01" + (at 8.58 1.02 0) + (layer "F.SilkS") + (uuid "e5148993-6b44-4898-9e4f-2fa8b4138b55") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify right) + ) + ) + (fp_text user "summe" + (at -8.54 0.99 0) + (layer "F.SilkS") + (uuid "f7f72c66-2201-43b1-9638-8c66f80eb565") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a95d22") + (at 58.801 53.975) + (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C1" + (at 1.0922 3.429 180) + (layer "B.SilkS") + (uuid "063c9819-ab8b-4ea1-b96c-410fa881281a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22u" + (at 1 -3.75 180) + (layer "B.Fab") + (uuid "4205bd66-7497-4217-8afb-2e079b2fcbc1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48b41117-5c83-4f5d-bc46-87e7ed15726b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3140c018-241a-4cd8-8a37-48f208b9a75a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c80dcf2-d551-4fb1-9c39-5b772fcb8f8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7fa3d847-c485-43de-8772-9d88cf87e082") + (attr through_hole) + (fp_line + (start -1.554775 1.225) + (end -1.554775 1.725) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8cdf301e-908f-45fa-a0b4-92207b187d11") + ) + (fp_line + (start -1.304775 1.475) + (end -1.804775 1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f2f55acc-c650-425d-856a-baaf491e8743") + ) + (fp_line + (start 1 -2.58) + (end 1 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c0a7b89-e047-438a-8002-d35e3e51bd67") + ) + (fp_line + (start 1 1.04) + (end 1 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec1b1852-22de-42b9-bb27-bfcfa525b801") + ) + (fp_line + (start 1.04 -2.58) + (end 1.04 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "724da224-6251-45f5-8fdd-a94cd9eee860") + ) + (fp_line + (start 1.04 1.04) + (end 1.04 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "436a9787-051e-4acb-a7d1-4039d2093b6f") + ) + (fp_line + (start 1.08 -2.579) + (end 1.08 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2794e76a-d3b7-4f7d-8def-099e1e496c90") + ) + (fp_line + (start 1.08 1.04) + (end 1.08 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e8ea2ff-436d-4294-bad1-9bfc29560896") + ) + (fp_line + (start 1.12 -2.578) + (end 1.12 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "be79bdf8-b6eb-43bb-9c52-2a28a113bf37") + ) + (fp_line + (start 1.12 1.04) + (end 1.12 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3eda6046-3f3e-4911-994f-ea2e02ff6f90") + ) + (fp_line + (start 1.16 -2.576) + (end 1.16 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6575a418-158d-40c7-bbd2-daf01ab9f052") + ) + (fp_line + (start 1.16 1.04) + (end 1.16 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dee8efab-9ec4-4c4b-be1e-d816f4bd5ef2") + ) + (fp_line + (start 1.2 -2.573) + (end 1.2 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9478be1f-919b-45d5-8b83-a5522a7335d6") + ) + (fp_line + (start 1.2 1.04) + (end 1.2 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "730efef7-52d6-42af-8a60-959b7a219e56") + ) + (fp_line + (start 1.24 -2.569) + (end 1.24 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ba5ef26-270c-4a76-8702-284a3a2dab08") + ) + (fp_line + (start 1.24 1.04) + (end 1.24 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3672c8f-239e-4b40-874d-8a3609b93393") + ) + (fp_line + (start 1.28 -2.565) + (end 1.28 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "333a9d80-07db-4265-beaf-dd1446cb3d76") + ) + (fp_line + (start 1.28 1.04) + (end 1.28 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a72db43a-a993-4ede-93f3-002ada539970") + ) + (fp_line + (start 1.32 -2.561) + (end 1.32 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "afe98d53-6b7c-4311-ba6b-f4627dc7fd13") + ) + (fp_line + (start 1.32 1.04) + (end 1.32 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bbaba392-45a0-4d99-a7ab-d85cc0ef276b") + ) + (fp_line + (start 1.36 -2.556) + (end 1.36 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0e762cb3-112c-496f-ac6f-d7684630a4ce") + ) + (fp_line + (start 1.36 1.04) + (end 1.36 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b838bde3-c49b-4a3d-8775-e48e9c9d152d") + ) + (fp_line + (start 1.4 -2.55) + (end 1.4 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9fea0a9-dfb9-42c4-980c-dc5190d9e896") + ) + (fp_line + (start 1.4 1.04) + (end 1.4 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b940b03-7396-4baa-8741-0cb3af942335") + ) + (fp_line + (start 1.44 -2.543) + (end 1.44 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "475a2ef1-edae-4b30-b480-eba7e8cf3401") + ) + (fp_line + (start 1.44 1.04) + (end 1.44 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9de7a456-38c1-4cfb-a9b2-37bda43eb8c7") + ) + (fp_line + (start 1.48 -2.536) + (end 1.48 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e3dc2810-c99e-4dce-87e8-43861035e0c1") + ) + (fp_line + (start 1.48 1.04) + (end 1.48 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "93f71970-4d2c-471a-8c4e-f1141e9ad5ef") + ) + (fp_line + (start 1.52 -2.528) + (end 1.52 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39e57882-70c8-4ca6-8ff2-e6c3fbcba974") + ) + (fp_line + (start 1.52 1.04) + (end 1.52 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4863a809-f2b1-40bf-aa0a-e007595ec584") + ) + (fp_line + (start 1.56 -2.52) + (end 1.56 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "61173d33-765a-4a61-af80-f165dcc7647d") + ) + (fp_line + (start 1.56 1.04) + (end 1.56 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "666a65be-01ea-4bc6-b7a2-86a853fe6618") + ) + (fp_line + (start 1.6 -2.511) + (end 1.6 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0945663-6930-4c65-a8c3-6ac94881231b") + ) + (fp_line + (start 1.6 1.04) + (end 1.6 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39db800c-8978-4111-af14-5fc80357145c") + ) + (fp_line + (start 1.64 -2.501) + (end 1.64 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "71f9bfae-9c66-414d-93e4-e2f73352d303") + ) + (fp_line + (start 1.64 1.04) + (end 1.64 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "71709c52-ac58-4ed5-abaf-a9408c6f858b") + ) + (fp_line + (start 1.68 -2.491) + (end 1.68 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4db87e64-980a-4c70-b92f-d6817818449d") + ) + (fp_line + (start 1.68 1.04) + (end 1.68 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "89649618-500c-43aa-b0cc-5ca348229e2f") + ) + (fp_line + (start 1.721 -2.48) + (end 1.721 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "893ba634-0226-4e8c-91fa-066681828709") + ) + (fp_line + (start 1.721 1.04) + (end 1.721 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3333c8c5-2c34-4dab-973a-6a790c68e28b") + ) + (fp_line + (start 1.761 -2.468) + (end 1.761 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2980022c-43d6-450c-ab44-68e6bcaef360") + ) + (fp_line + (start 1.761 1.04) + (end 1.761 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "21d5e5f7-e19f-4d3d-bea3-5ef846afcc4a") + ) + (fp_line + (start 1.801 -2.455) + (end 1.801 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1e35b56-4840-471e-9bd4-d2c95848c729") + ) + (fp_line + (start 1.801 1.04) + (end 1.801 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c9f6c30-9449-4542-8261-63360515a7ae") + ) + (fp_line + (start 1.841 -2.442) + (end 1.841 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a97b5e3c-5181-4333-843a-843281ed7d49") + ) + (fp_line + (start 1.841 1.04) + (end 1.841 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0824a4c-4e3d-46fc-8f7d-273b2e2a8725") + ) + (fp_line + (start 1.881 -2.428) + (end 1.881 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8755a466-9f79-431c-bc2d-7db9d1f7dfa7") + ) + (fp_line + (start 1.881 1.04) + (end 1.881 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c633a88-e8fd-4a17-bb44-af307b99d99a") + ) + (fp_line + (start 1.921 -2.414) + (end 1.921 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "945337d2-6af9-4d11-861a-db302f79d22e") + ) + (fp_line + (start 1.921 1.04) + (end 1.921 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "30fab2c1-028f-467b-b583-47c051600a07") + ) + (fp_line + (start 1.961 -2.398) + (end 1.961 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b70ec1b-71d2-41ee-84a1-f2e28d9d155e") + ) + (fp_line + (start 1.961 1.04) + (end 1.961 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2271ac9b-5e20-4b6f-a368-0256c9e33aa2") + ) + (fp_line + (start 2.001 -2.382) + (end 2.001 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "09ff4903-66f7-4d0e-b753-313fe77c5e43") + ) + (fp_line + (start 2.001 1.04) + (end 2.001 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c5f0f113-b4ba-4b7a-807e-8c4b2cca546d") + ) + (fp_line + (start 2.041 -2.365) + (end 2.041 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "24cf365f-e171-4aaf-abec-31aed02376f3") + ) + (fp_line + (start 2.041 1.04) + (end 2.041 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "24e0bc4f-2f4e-47eb-9a08-419aa7410dfb") + ) + (fp_line + (start 2.081 -2.348) + (end 2.081 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "63992ee1-fb47-4a67-af01-b63803bc4056") + ) + (fp_line + (start 2.081 1.04) + (end 2.081 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4f672b8-ee0a-4ee9-948e-06bc179d6a2a") + ) + (fp_line + (start 2.121 -2.329) + (end 2.121 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51c52791-7faf-4f11-aa20-bd819f22ddca") + ) + (fp_line + (start 2.121 1.04) + (end 2.121 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "12601bcf-59f5-465f-bee4-c79128b5ee73") + ) + (fp_line + (start 2.161 -2.31) + (end 2.161 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b05ac8a9-8096-447c-b8c2-83216fb8f52b") + ) + (fp_line + (start 2.161 1.04) + (end 2.161 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c5d2925-19c0-4a87-adcf-a81b5e48e460") + ) + (fp_line + (start 2.201 -2.29) + (end 2.201 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "03463a34-a2ae-4a35-a2e5-887db399d128") + ) + (fp_line + (start 2.201 1.04) + (end 2.201 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9831b979-efd7-464f-a3b2-f1559318119e") + ) + (fp_line + (start 2.241 -2.268) + (end 2.241 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "93cb8f7a-1a38-41c8-ad55-bab6fe3f2c5c") + ) + (fp_line + (start 2.241 1.04) + (end 2.241 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8a6c4f0-31d8-4a17-ab0c-ca6d27483381") + ) + (fp_line + (start 2.281 -2.247) + (end 2.281 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8201f01e-2b1e-4875-b51b-edfb55438f8d") + ) + (fp_line + (start 2.281 1.04) + (end 2.281 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b3ac258-822b-4991-a0e2-88ac4922acf8") + ) + (fp_line + (start 2.321 -2.224) + (end 2.321 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a03d4710-b411-439c-949d-8e8d4722e8fe") + ) + (fp_line + (start 2.321 1.04) + (end 2.321 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc51b60b-4361-4609-8ab2-ee467f145e96") + ) + (fp_line + (start 2.361 -2.2) + (end 2.361 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "33cc1426-0662-4c35-b891-0a20b68dbea5") + ) + (fp_line + (start 2.361 1.04) + (end 2.361 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0dc1411c-6b97-4ec0-8b1b-a5792b05600a") + ) + (fp_line + (start 2.401 -2.175) + (end 2.401 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec998ab2-321d-4fb1-ae6d-1b45ddcf5aff") + ) + (fp_line + (start 2.401 1.04) + (end 2.401 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "390053cb-bad5-40e6-9b98-4c6568863d70") + ) + (fp_line + (start 2.441 -2.149) + (end 2.441 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "67d3d2ef-abb3-413d-8f82-c43547304a1f") + ) + (fp_line + (start 2.441 1.04) + (end 2.441 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c25fa81-63db-434b-86d8-158b54bb533c") + ) + (fp_line + (start 2.481 -2.122) + (end 2.481 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "766475de-85e0-4790-b0e0-aa7568335c19") + ) + (fp_line + (start 2.481 1.04) + (end 2.481 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "87940e6a-2922-4f4b-9165-0df35ba210a9") + ) + (fp_line + (start 2.521 -2.095) + (end 2.521 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4126dcf-56b2-4742-9131-0434d3d0d508") + ) + (fp_line + (start 2.521 1.04) + (end 2.521 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b15dfc5-4820-49fb-85c8-ce8e8628c0f9") + ) + (fp_line + (start 2.561 -2.065) + (end 2.561 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b65a187-097c-48f1-9cdb-3d7c6dfea169") + ) + (fp_line + (start 2.561 1.04) + (end 2.561 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4756e1a-466f-4e19-9018-d0b1d7bb0775") + ) + (fp_line + (start 2.601 -2.035) + (end 2.601 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b97f23a-532f-4e26-b7c3-94672a5145cf") + ) + (fp_line + (start 2.601 1.04) + (end 2.601 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6f673a46-5c76-44ca-ad07-a5b18f1b27fa") + ) + (fp_line + (start 2.641 -2.004) + (end 2.641 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c621a429-c47a-46f0-bf7b-98a400741547") + ) + (fp_line + (start 2.641 1.04) + (end 2.641 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "03b005d3-322e-48e9-b3fe-68db199361e7") + ) + (fp_line + (start 2.681 -1.971) + (end 2.681 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "507d3134-d01e-4c78-b7ad-c9652b910da2") + ) + (fp_line + (start 2.681 1.04) + (end 2.681 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "847f706a-5415-4ee6-abb6-c799803120d5") + ) + (fp_line + (start 2.721 -1.937) + (end 2.721 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "24f98db9-8aae-4e75-b3ed-6469e72ca2d1") + ) + (fp_line + (start 2.721 1.04) + (end 2.721 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3150c043-9eeb-4584-a8d9-d3dab4c6cd64") + ) + (fp_line + (start 2.761 -1.901) + (end 2.761 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "667aedfa-f516-408c-bf65-cdb4a832d286") + ) + (fp_line + (start 2.761 1.04) + (end 2.761 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a147a4c-eb70-4ed5-b54c-b01b3df47ae1") + ) + (fp_line + (start 2.801 -1.864) + (end 2.801 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "32485878-e9ec-447d-855f-25219bc49ab2") + ) + (fp_line + (start 2.801 1.04) + (end 2.801 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1cdf4dcc-f757-4362-a364-5006a73732b0") + ) + (fp_line + (start 2.841 -1.826) + (end 2.841 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6352650-61f6-4b01-b844-2d6a9224ce97") + ) + (fp_line + (start 2.841 1.04) + (end 2.841 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "55e8b9a7-007c-44e6-83f6-13b625f919eb") + ) + (fp_line + (start 2.881 -1.785) + (end 2.881 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "93489fb0-d5e5-4dc1-a119-b9000144bfb7") + ) + (fp_line + (start 2.881 1.04) + (end 2.881 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e3be7ed-368c-44f9-9536-cf66e6c857ed") + ) + (fp_line + (start 2.921 -1.743) + (end 2.921 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5815a2ec-219b-4fb5-ae1e-c6447ff785b5") + ) + (fp_line + (start 2.921 1.04) + (end 2.921 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d502127-0621-4bb0-bb94-a8f249458329") + ) + (fp_line + (start 2.961 -1.699) + (end 2.961 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe2ad0ad-f2ec-4e5a-b6d7-a781aca535aa") + ) + (fp_line + (start 2.961 1.04) + (end 2.961 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "06428cb3-f6e2-4a6b-a015-95dc6ef33419") + ) + (fp_line + (start 3.001 -1.653) + (end 3.001 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b408a04-ae87-49f2-931d-d17fa242999f") + ) + (fp_line + (start 3.001 1.04) + (end 3.001 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f147756a-3831-4505-a143-4ae36a3158ef") + ) + (fp_line + (start 3.041 -1.605) + (end 3.041 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a196dd42-abc8-43ee-8662-ba8578900f8c") + ) + (fp_line + (start 3.081 -1.554) + (end 3.081 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c325d34c-9ceb-48ae-8c55-b9f67963bb39") + ) + (fp_line + (start 3.121 -1.5) + (end 3.121 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "101d451e-15ec-4a1f-9570-592f7f34cf3c") + ) + (fp_line + (start 3.161 -1.443) + (end 3.161 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d15b4408-136a-47ab-a610-af553d4a4a4b") + ) + (fp_line + (start 3.201 -1.383) + (end 3.201 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "90d907b0-d3d4-4d7a-ad10-ff72535e4624") + ) + (fp_line + (start 3.241 -1.319) + (end 3.241 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ea81df3-57cb-40af-9206-73ae67e8d356") + ) + (fp_line + (start 3.281 -1.251) + (end 3.281 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0cd779f-c812-4791-980f-5809fb1e2dc6") + ) + (fp_line + (start 3.321 -1.178) + (end 3.321 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4c79e12-5b6d-4857-95ca-7a48f818060c") + ) + (fp_line + (start 3.361 -1.098) + (end 3.361 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c93b90ad-9d9b-4b2a-9d58-7021415ddd4e") + ) + (fp_line + (start 3.401 -1.011) + (end 3.401 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "df6be7b2-5985-49aa-b9bb-f11d4b30c207") + ) + (fp_line + (start 3.441 -0.915) + (end 3.441 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b23e90c-efc3-45de-9613-14efbd8c6368") + ) + (fp_line + (start 3.481 -0.805) + (end 3.481 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0866061-e8cf-47fa-8334-2ca202c69cf6") + ) + (fp_line + (start 3.521 -0.677) + (end 3.521 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ac0f8652-329b-4bdc-a4f7-e980b141ad59") + ) + (fp_line + (start 3.561 -0.518) + (end 3.561 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3912147c-d22a-47d1-b474-260a371716ed") + ) + (fp_line + (start 3.601 -0.284) + (end 3.601 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee422818-5e05-4fb6-b13a-770b14e72a54") + ) + (fp_circle + (center 1 0) + (end 3.62 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "99708ce9-32b7-472e-a25c-da15b89dab14") + ) + (fp_circle + (center 1 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "5bdcdcd0-145a-4cdc-9d81-6cc2b1f33f16") + ) + (fp_line + (start -0.883605 0.8375) + (end -0.883605 1.3375) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c605c13c-97bb-44f2-bf7e-106848ce4391") + ) + (fp_line + (start -0.633605 1.0875) + (end -1.133605 1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "af9a7e21-9e4b-4700-b20d-e186b125a88e") + ) + (fp_circle + (center 1 0) + (end 3.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "b3764286-0060-4721-a2b1-739d4f39cfa5") + ) + (fp_text user "${REFERENCE}" + (at 1 0 180) + (layer "B.Fab") + (uuid "47b52ac1-bc18-4fca-b0ae-30adf3cd5521") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "897af6cb-1785-4c87-b3b1-101ca45f0466") + ) + (pad "2" thru_hole circle + (at 2 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "6ca179be-08d6-4ea6-a97f-1c4e72741505") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.00mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a95db6") + (at 54.864 53.848 180) + (descr "CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C2" + (at 0.7112 -3.556 0) + (layer "B.SilkS") + (uuid "a0aa7d87-cb60-446a-b443-a9ccaf5f9355") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22u" + (at 1 -3.75 0) + (layer "B.Fab") + (uuid "a6ef3ce2-bbca-4556-8273-02b1176ce4e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "039aeed6-89be-4de8-a1ce-13c604e14aff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd8a7658-b5a7-4d45-9657-56a40f4d9d61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fb9b716-a8a2-49ad-b8b6-9fd02b5462a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/256a07de-8155-4ec9-a4ad-ea17246cf512") + (attr through_hole) + (fp_line + (start 3.601 -0.284) + (end 3.601 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e707a97-50ed-4a4f-a388-63c19142db44") + ) + (fp_line + (start 3.561 -0.518) + (end 3.561 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f2cb1bcf-70b9-421b-ad97-5c56278c74a7") + ) + (fp_line + (start 3.521 -0.677) + (end 3.521 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a2f15a8-3192-4d89-91a8-6428baf47ab2") + ) + (fp_line + (start 3.481 -0.805) + (end 3.481 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb43425b-bbaa-440e-8f16-42da6fec0647") + ) + (fp_line + (start 3.441 -0.915) + (end 3.441 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2338fede-217f-4112-8175-d7bfcf4bd1c3") + ) + (fp_line + (start 3.401 -1.011) + (end 3.401 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6c5e151-22fe-40cb-8fe4-aa985ddc3f71") + ) + (fp_line + (start 3.361 -1.098) + (end 3.361 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8bb172b8-c274-4609-884b-0f2616bd1258") + ) + (fp_line + (start 3.321 -1.178) + (end 3.321 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a075165-c4d1-42cf-b0ca-993330efe40d") + ) + (fp_line + (start 3.281 -1.251) + (end 3.281 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a45dcf42-f107-4ac1-a145-eccf50401507") + ) + (fp_line + (start 3.241 -1.319) + (end 3.241 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2739573-e8ad-4332-8476-a6b43ac444a8") + ) + (fp_line + (start 3.201 -1.383) + (end 3.201 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e228d196-0592-4b23-b552-725bef508581") + ) + (fp_line + (start 3.161 -1.443) + (end 3.161 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9bc250e1-e45d-45af-81d1-fbe20f5230ed") + ) + (fp_line + (start 3.121 -1.5) + (end 3.121 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7fe34af1-d86e-4ba8-a16a-14758b596dfa") + ) + (fp_line + (start 3.081 -1.554) + (end 3.081 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7519d8a6-d1ac-4a29-a286-2c86e088d797") + ) + (fp_line + (start 3.041 -1.605) + (end 3.041 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a57e5f51-d31a-4a08-a765-75e1448dac06") + ) + (fp_line + (start 3.001 1.04) + (end 3.001 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e735d70-48c6-4fff-8aa7-65d8a6d02fb3") + ) + (fp_line + (start 3.001 -1.653) + (end 3.001 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9b8441f-2c9d-4bdf-8774-30431ed0ae1e") + ) + (fp_line + (start 2.961 1.04) + (end 2.961 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f4dac72-9d57-4229-b191-6cf22ba6a996") + ) + (fp_line + (start 2.961 -1.699) + (end 2.961 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6f78350e-ffe9-48c4-88cb-390592e4d8da") + ) + (fp_line + (start 2.921 1.04) + (end 2.921 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a89d212e-032f-4ac2-92bb-87919cb5148c") + ) + (fp_line + (start 2.921 -1.743) + (end 2.921 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2273b25b-cfbd-4484-9f96-c8e506d55a28") + ) + (fp_line + (start 2.881 1.04) + (end 2.881 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7565df2b-25fb-4bf4-9a98-f555312f3259") + ) + (fp_line + (start 2.881 -1.785) + (end 2.881 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7ca0ead-9b74-47eb-8dd7-c3abce36454a") + ) + (fp_line + (start 2.841 1.04) + (end 2.841 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "081f11aa-4059-44a5-aea5-be0f03fbdfb2") + ) + (fp_line + (start 2.841 -1.826) + (end 2.841 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "179781a9-5222-490e-abe9-0d037fce0e9c") + ) + (fp_line + (start 2.801 1.04) + (end 2.801 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "880b5654-fa4a-49f6-9ce8-29620899adc6") + ) + (fp_line + (start 2.801 -1.864) + (end 2.801 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9a1c569-d0a4-4260-a4b2-958848767187") + ) + (fp_line + (start 2.761 1.04) + (end 2.761 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef4fa350-45f3-4d8c-8e6e-9651b8949196") + ) + (fp_line + (start 2.761 -1.901) + (end 2.761 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "17222f43-e03d-48c0-9e0f-4ca9ce11b6cc") + ) + (fp_line + (start 2.721 1.04) + (end 2.721 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1fabce92-77fb-410d-918d-4dac2674f751") + ) + (fp_line + (start 2.721 -1.937) + (end 2.721 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e4d8a03-62e6-48f1-8cf9-fa311ff42b97") + ) + (fp_line + (start 2.681 1.04) + (end 2.681 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2893a307-fd24-4df4-bf20-e6f97e9a98ca") + ) + (fp_line + (start 2.681 -1.971) + (end 2.681 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "619108a4-5545-4c0f-b7c1-6a2e8b74e2ba") + ) + (fp_line + (start 2.641 1.04) + (end 2.641 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "46eb6e3b-1d35-4ffc-9c1d-117efe9972d3") + ) + (fp_line + (start 2.641 -2.004) + (end 2.641 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0dc2c503-5a74-4d22-bf53-72757f0b606c") + ) + (fp_line + (start 2.601 1.04) + (end 2.601 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b17083f4-701b-4fe3-ac3a-cacf4e0340f3") + ) + (fp_line + (start 2.601 -2.035) + (end 2.601 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9efbaca-86b9-4403-9c65-a3967ae676da") + ) + (fp_line + (start 2.561 1.04) + (end 2.561 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f600666-5d90-431a-ac04-738bf96f9532") + ) + (fp_line + (start 2.561 -2.065) + (end 2.561 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "96670697-b864-42eb-ae94-ede966c5ef35") + ) + (fp_line + (start 2.521 1.04) + (end 2.521 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8d256e1e-4d1d-409a-9b32-ab1a78cb6250") + ) + (fp_line + (start 2.521 -2.095) + (end 2.521 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2553aa8a-a76f-41f4-86dc-0644899777a9") + ) + (fp_line + (start 2.481 1.04) + (end 2.481 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6de04ba-cf28-4a5a-b5eb-28cd88c1ef0e") + ) + (fp_line + (start 2.481 -2.122) + (end 2.481 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "20792d67-3127-4f72-be61-1fb7783ea3dc") + ) + (fp_line + (start 2.441 1.04) + (end 2.441 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c96c13a9-013e-43e7-a220-a81d3dd07112") + ) + (fp_line + (start 2.441 -2.149) + (end 2.441 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7db27b4-02cb-4b38-8371-0cc054e87e32") + ) + (fp_line + (start 2.401 1.04) + (end 2.401 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "41485e24-b534-4497-a486-f2674260569d") + ) + (fp_line + (start 2.401 -2.175) + (end 2.401 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d254bf1a-e64d-4cc9-84b9-f26ffb8c947b") + ) + (fp_line + (start 2.361 1.04) + (end 2.361 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f4fa9a6-0ff6-4cf4-9da0-0dc2f225c5f9") + ) + (fp_line + (start 2.361 -2.2) + (end 2.361 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ada1e6db-536c-41ba-ab42-560e9e59b943") + ) + (fp_line + (start 2.321 1.04) + (end 2.321 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a29ac35e-a8dc-4ef7-bdc4-c973660197a0") + ) + (fp_line + (start 2.321 -2.224) + (end 2.321 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7c84c95-82e2-45bd-b3eb-ca46867d9947") + ) + (fp_line + (start 2.281 1.04) + (end 2.281 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6eefcb8e-7826-45e4-a6fa-6a8847336fa1") + ) + (fp_line + (start 2.281 -2.247) + (end 2.281 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aa67f73f-5325-4060-a161-99638399c75e") + ) + (fp_line + (start 2.241 1.04) + (end 2.241 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "030bdab9-832e-4248-a144-9e4403ea8e04") + ) + (fp_line + (start 2.241 -2.268) + (end 2.241 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6683aebf-79b7-4719-bfb4-6acfc5a8a946") + ) + (fp_line + (start 2.201 1.04) + (end 2.201 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c89b498-4b34-4aa1-9779-d6b95d73f15d") + ) + (fp_line + (start 2.201 -2.29) + (end 2.201 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b1ca09e-bb16-4c2b-93fc-394cda0a3bf1") + ) + (fp_line + (start 2.161 1.04) + (end 2.161 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d90bd69d-847d-4929-8ad9-b51a5f4f2a77") + ) + (fp_line + (start 2.161 -2.31) + (end 2.161 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6874288-3bd5-46c5-9beb-3c82b3ac74a9") + ) + (fp_line + (start 2.121 1.04) + (end 2.121 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "13f2c9e1-c841-4972-91e3-3b4619c9a730") + ) + (fp_line + (start 2.121 -2.329) + (end 2.121 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7181af6a-9d79-444c-b94d-9af5e5623453") + ) + (fp_line + (start 2.081 1.04) + (end 2.081 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "512f392d-2ed7-4f13-b314-1315e399a07d") + ) + (fp_line + (start 2.081 -2.348) + (end 2.081 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e98cb18d-bdec-47cd-a7af-936ec4f0e80c") + ) + (fp_line + (start 2.041 1.04) + (end 2.041 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c31af3a-f072-4ef8-bb25-98fb6b655d23") + ) + (fp_line + (start 2.041 -2.365) + (end 2.041 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a335e7cb-e954-4610-81de-9eb0b071d8b1") + ) + (fp_line + (start 2.001 1.04) + (end 2.001 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4da5166e-b932-4489-ac67-802ac07d676b") + ) + (fp_line + (start 2.001 -2.382) + (end 2.001 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "350aa658-596c-4b7d-8d16-dcf878668f1a") + ) + (fp_line + (start 1.961 1.04) + (end 1.961 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "25d7135c-b29e-4dc3-83ca-e5c95e06d721") + ) + (fp_line + (start 1.961 -2.398) + (end 1.961 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d90d0b0f-5943-429f-9e36-5982502e95c9") + ) + (fp_line + (start 1.921 1.04) + (end 1.921 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e115c7c1-d0db-48b4-8ea7-4b4d883e891b") + ) + (fp_line + (start 1.921 -2.414) + (end 1.921 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e37f36c-d45e-4269-a4f5-b6bde5b7cf3a") + ) + (fp_line + (start 1.881 1.04) + (end 1.881 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f82732b4-4441-46c7-99d8-9929b3fe79be") + ) + (fp_line + (start 1.881 -2.428) + (end 1.881 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e021c1d3-e66e-4b30-b401-29f76b00c649") + ) + (fp_line + (start 1.841 1.04) + (end 1.841 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "62fa1229-81d6-46e6-b42c-1027f9b7bf96") + ) + (fp_line + (start 1.841 -2.442) + (end 1.841 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c24b2cf-7579-44c6-8434-1528af9387c4") + ) + (fp_line + (start 1.801 1.04) + (end 1.801 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "db519126-dae0-49fa-a845-5e1accd22160") + ) + (fp_line + (start 1.801 -2.455) + (end 1.801 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "470d1b96-9268-4f9c-be15-aa05daec3c16") + ) + (fp_line + (start 1.761 1.04) + (end 1.761 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "baef7cda-3892-4433-8aba-a38701577cee") + ) + (fp_line + (start 1.761 -2.468) + (end 1.761 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a036578-5b7a-404f-96f9-964a1f456914") + ) + (fp_line + (start 1.721 1.04) + (end 1.721 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "39a68fca-6cfe-4210-a0bc-bb211387de4e") + ) + (fp_line + (start 1.721 -2.48) + (end 1.721 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "286361d7-9f4d-4bea-8c06-b48b9aaaf4d6") + ) + (fp_line + (start 1.68 1.04) + (end 1.68 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0d01ae9-0421-462d-815c-c7193b97e58e") + ) + (fp_line + (start 1.68 -2.491) + (end 1.68 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "91101557-c136-455c-a094-62ae614640e5") + ) + (fp_line + (start 1.64 1.04) + (end 1.64 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "719c5a6e-5586-4607-89a2-b35343231a27") + ) + (fp_line + (start 1.64 -2.501) + (end 1.64 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0bfabe44-7832-4233-a167-0064f2b67a3e") + ) + (fp_line + (start 1.6 1.04) + (end 1.6 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e914c19-a649-4ea8-bc63-2486b2474faf") + ) + (fp_line + (start 1.6 -2.511) + (end 1.6 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "be263f03-528d-4e55-b00e-e9bd3ec39de6") + ) + (fp_line + (start 1.56 1.04) + (end 1.56 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2997104-56e8-41f8-8e4b-4361fb7395a3") + ) + (fp_line + (start 1.56 -2.52) + (end 1.56 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "172757ae-221a-41d9-90a2-5919b99044f4") + ) + (fp_line + (start 1.52 1.04) + (end 1.52 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b1b73469-e683-4846-a3d1-049d8a2a1dc1") + ) + (fp_line + (start 1.52 -2.528) + (end 1.52 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ef00ef1-47b0-4dc0-a86b-bfcd45e2bdc7") + ) + (fp_line + (start 1.48 1.04) + (end 1.48 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2b1251c-5bb5-4a92-9369-352212aafd00") + ) + (fp_line + (start 1.48 -2.536) + (end 1.48 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4157193f-fa23-4021-8875-6581b2a5f9cf") + ) + (fp_line + (start 1.44 1.04) + (end 1.44 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ee451b8-e6f9-4870-af37-5cb8900e1c34") + ) + (fp_line + (start 1.44 -2.543) + (end 1.44 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b397784-0ae9-4f57-9151-08b58aefa3e2") + ) + (fp_line + (start 1.4 1.04) + (end 1.4 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c8d4328-2594-4fb8-981e-b521d0109489") + ) + (fp_line + (start 1.4 -2.55) + (end 1.4 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0fd7153-0ed9-464e-8616-c1474cc8dfcb") + ) + (fp_line + (start 1.36 1.04) + (end 1.36 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5147df1c-7a64-4460-81ed-ef3379117717") + ) + (fp_line + (start 1.36 -2.556) + (end 1.36 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b1fd162-8633-4a79-9089-c9daff20a0a1") + ) + (fp_line + (start 1.32 1.04) + (end 1.32 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e2bb9e1-3ced-4c2f-b2f9-b1bc05a00594") + ) + (fp_line + (start 1.32 -2.561) + (end 1.32 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b9bdacb-37b6-4dce-995c-64d4a579743a") + ) + (fp_line + (start 1.28 1.04) + (end 1.28 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "87b8c915-7bc0-4c4c-9204-0fed3be328c7") + ) + (fp_line + (start 1.28 -2.565) + (end 1.28 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aa2c039d-07c2-4619-abee-8694356b23e5") + ) + (fp_line + (start 1.24 1.04) + (end 1.24 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "120eb258-f6f8-42c2-b41c-a591155f18ac") + ) + (fp_line + (start 1.24 -2.569) + (end 1.24 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8263e147-8332-42be-a16e-72a5c1ce245b") + ) + (fp_line + (start 1.2 1.04) + (end 1.2 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "acb6a2f6-4b1c-4679-b16d-17b828102415") + ) + (fp_line + (start 1.2 -2.573) + (end 1.2 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e40d19c-8c10-471a-aeb3-11f4dba3429f") + ) + (fp_line + (start 1.16 1.04) + (end 1.16 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aca3903f-04b2-49dc-b04d-d31c3612ef70") + ) + (fp_line + (start 1.16 -2.576) + (end 1.16 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "724c2247-b0f4-417d-b83b-6b09b79a0342") + ) + (fp_line + (start 1.12 1.04) + (end 1.12 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1c883ee5-a150-41b5-b319-9ae05ebc0951") + ) + (fp_line + (start 1.12 -2.578) + (end 1.12 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8044c6ff-5998-409a-bdaf-4cbb87fb122d") + ) + (fp_line + (start 1.08 1.04) + (end 1.08 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f922eb17-b1ca-4c53-a0dd-1e21f42c89c4") + ) + (fp_line + (start 1.08 -2.579) + (end 1.08 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9755fed9-21fd-4365-843f-2872526a4f95") + ) + (fp_line + (start 1.04 1.04) + (end 1.04 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2fd027f-053c-4839-bc1b-dbfa50272bce") + ) + (fp_line + (start 1.04 -2.58) + (end 1.04 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "931ddceb-15de-4b12-8ca9-13a7ddea7e7e") + ) + (fp_line + (start 1 1.04) + (end 1 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "55268d78-d88d-4be5-a490-ddbec47ce5ec") + ) + (fp_line + (start 1 -2.58) + (end 1 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e3a9f25-8bf3-475f-a294-85670a4147bd") + ) + (fp_line + (start -1.304775 1.475) + (end -1.804775 1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "44d3157e-a93b-4360-b1b1-4609a66c358b") + ) + (fp_line + (start -1.554775 1.225) + (end -1.554775 1.725) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d41bba0-e459-4b6a-8395-d75a0e045faa") + ) + (fp_circle + (center 1 0) + (end 3.62 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "f8d20ae6-9f63-4932-9f03-721c790eab4a") + ) + (fp_circle + (center 1 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "5e6d17ad-5e8d-40e5-8ce4-f71b193fc2ca") + ) + (fp_line + (start -0.633605 1.0875) + (end -1.133605 1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "12d86fb0-e2ac-465b-b78a-64a9d3febb38") + ) + (fp_line + (start -0.883605 0.8375) + (end -0.883605 1.3375) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b58b116e-d20f-497d-840a-561d2ac1effd") + ) + (fp_circle + (center 1 0) + (end 3.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "cbe81e89-aecc-4261-bab2-d22484450996") + ) + (fp_text user "${REFERENCE}" + (at 1 0 0) + (layer "B.Fab") + (uuid "983bb937-69e7-47cf-bbd1-0bafa868a7a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "91ae1d5e-4e2a-486f-9f70-c00b2fd57709") + ) + (pad "2" thru_hole circle + (at 2 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "de0993d4-4f7d-41d6-87fe-0dd19d77ac3d") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a95ef9") + (at 85.217 57.277 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J1" + (at -4.445 4.9022 180) + (layer "B.SilkS") + (uuid "583da205-e9a3-4144-8c39-ad1958114763") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "IDC Header" + (at 1.27 -16.26 90) + (layer "B.Fab") + (uuid "b0adb95a-31cf-43d3-9b84-0488dc6d4fc5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "16e4f1c6-49fc-4d7a-9d73-da7628bf4c5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "94022ed1-fca7-4927-8c6a-4923eb29d740") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 85.217 57.277 0) + (layer "F.Fab") + (hide yes) + (uuid "3b620eaf-e1b5-4bcd-84e2-692e611e134c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "daab3b4d-0605-46b3-97eb-b72fc3f411e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "cb3fb02c-3122-4ab0-80bd-24da63c1198d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"J\" model=\"IDC Header\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "47a6c512-29d8-40b4-a061-88228b59a5f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b583ad5c-1cd5-4c43-b663-3606404c87eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-00005fcd165c") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9932411-6fcb-4115-8347-849b6012b568") + ) + (fp_line + (start -3.29 -15.37) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8da11f17-7871-4d41-893e-57dc5dab7256") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "abd7944f-73a2-4628-adbc-79fbccacfbbf") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "961236e8-fb67-4666-9c0c-e3c4de15df23") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51ce804f-7faf-428a-9dfc-977535a82a6b") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a521db7-d4ab-4e16-80cd-c601e3128d48") + ) + (fp_line + (start -3.29 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed6f9b58-61aa-42d5-b3eb-ff8664506cf8") + ) + (fp_line + (start -1.98 -3.03) + (end -3.29 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3758d8f4-0744-4cf2-8f69-7ed60a0aad27") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e439fa54-7b56-494d-99be-2efdf5634544") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d2e6ce3-cb1c-4b3a-ae48-053282cb03fc") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fbf5d397-cef3-44a9-92d3-c2415ec7a8be") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b8d0065-211c-4a3b-9898-3159504b42bf") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "26f1162a-1557-4c41-a3f9-8dcd86264a17") + ) + (fp_line + (start 5.83 5.21) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e305918-bd44-4bba-95f8-185d536b5685") + ) + (fp_line + (start -3.29 5.21) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a79aeedb-ef6a-4b33-a3f8-5f24aabbce26") + ) + (fp_line + (start 6.22 -15.76) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "22947c1b-e437-4da4-b321-1a309919f1d9") + ) + (fp_line + (start -3.68 -15.76) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4fda8e40-4075-42ee-b24b-7bd965548da3") + ) + (fp_line + (start 6.22 5.6) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "63a74ec7-5fa5-4416-ab60-b8c60c1ed2dc") + ) + (fp_line + (start -3.68 5.6) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cbb4eea0-d407-4093-a956-5bc322be2d80") + ) + (fp_line + (start 5.72 -15.26) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e93422ab-7849-485a-ab1c-b02788630dab") + ) + (fp_line + (start -3.18 -15.26) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb890c00-1c4e-4e39-800a-625b841b2d94") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8e0d97d8-14a5-47f1-a02a-dd06c8a58a21") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b7d8e988-b75b-4c76-9502-e72cb73a83eb") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e3208689-acff-4388-a64b-4bef2db48475") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "64aa3658-f4cd-48e6-8e2f-5837d39202e4") + ) + (fp_line + (start -3.18 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "722d1f55-3cdf-41b6-a6b4-f2283d4cc639") + ) + (fp_line + (start -1.98 -3.03) + (end -3.18 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e6592738-f055-4046-a55f-136b6df0f5fb") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47ff382d-0fbc-49e3-86d2-33200f494eab") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "10f0faf0-7fd5-4fb7-a371-f4be11b011a4") + ) + (fp_line + (start -3.18 4.1) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dff6a56e-e69f-428f-aefe-3edd43ce1042") + ) + (fp_line + (start 5.72 5.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8b7fb5ea-2043-4fb9-b236-c5fa86e8767e") + ) + (fp_line + (start -2.18 5.1) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "40ea31d3-1afe-444a-8e5e-fffec5bbb6c8") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 180) + (layer "B.Fab") + (uuid "91ae8915-1b80-4b01-929b-e8bf9de385c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 8 "VN") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "41614482-a6fe-4a8a-ac2b-c0a132949398") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "VN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "826dbbb6-9d46-4b68-8166-cfeb4f1462bd") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "VP") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "ad9eefd2-ff3e-49f2-85c3-f6948affcbed") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "VP") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "28840b9d-9714-4a5c-98e5-2ff68ceeb604") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "3660df41-a56b-407e-99bd-9ee6f2bc229b") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "66b6253b-003e-465e-95c1-8d3b6c6ec4b4") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "1f916083-71d0-4b59-a39d-afd01d145813") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "db201785-af0b-4d75-9c2b-9dcbbdea6ded") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "d8b1eeb4-cef0-4679-8477-f374438a5cdc") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "09ac1181-d8e2-4cbd-b6ef-1e3548b8b965") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a960bc") + (at 65.278 54.737) + (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R1" + (at -1.905 -0.127 90) + (layer "B.SilkS") + (uuid "7efc2ce6-9067-40bb-847c-c153bc18f7cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10" + (at 1.27 -1.92 0) + (layer "B.Fab") + (uuid "65f1a9ac-1155-4b14-810c-4c1a994a5ce1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "379798be-dfd9-407c-b8b6-503a316ceaea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5103c05-22ed-4db3-a359-34fada40bdd1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 65.278 54.737 0) + (layer "F.Fab") + (hide yes) + (uuid "dde9b80b-939f-4c8b-bbbb-64a02cb18b68") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "96a97d2e-13cd-4702-9475-0b6db5a6d850") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d4351f98-f57a-474f-a11f-b1a2e6a96e05") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "4f49c2f2-f655-411d-a40d-f3f2cb77a751") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "0c271078-7cae-466a-beb9-20c583e81e27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-00005fb443e6") + (attr through_hole) + (fp_line + (start 1.54 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f7841c3-58dd-400c-b961-e92d86f02e79") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "584d8fa1-36a1-42dc-9399-458564466a94") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a5cdd801-f698-411c-84e6-a48f5ba7aa44") + ) + (fp_line + (start -1.05 1.05) + (end 3.49 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7226ecad-1630-483a-b253-2c7c1b32bb38") + ) + (fp_line + (start 3.49 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "65948591-5b5b-4aec-a56d-c56a872e2825") + ) + (fp_line + (start 3.49 1.05) + (end 3.49 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aff93851-21d3-4e7d-9da5-1258b3e8138c") + ) + (fp_line + (start 2.54 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9938a964-73d3-4558-b819-cc3c443b29f6") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "08683c21-f9c9-4f17-b823-f53a812ea6d0") + ) + (fp_text user "${REFERENCE}" + (at 1.27 1.92 0) + (layer "B.Fab") + (uuid "82eaea43-252f-449a-8f27-9fbb3586de52") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pintype "passive") + (uuid "a81638a4-d7f0-4bde-aadd-eb70ba5fa0e9") + ) + (pad "2" thru_hole oval + (at 2.54 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "VP") + (pintype "passive") + (uuid "e33ee77a-de32-4aa7-ad47-f4cba1225d7b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a960d3") + (at 65.278 52.324) + (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R2" + (at -1.905 0 90) + (layer "B.SilkS") + (uuid "a1d86945-8696-44a8-b7e5-90afb2088f75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10" + (at 1.27 -1.92 0) + (layer "B.Fab") + (uuid "b20f6c57-c77d-4408-9dd9-adc99a7dcdf4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35501454-4e06-44a8-8f98-2bda4bc3e46d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ae194ef-63db-4dfe-bd28-c23736c44ca2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 65.278 52.324 0) + (layer "F.Fab") + (hide yes) + (uuid "c31c38a6-2bda-4183-863b-07955f92604e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9445db17-2f0e-48f4-9a47-1431f8f63764") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "10e5987b-1682-4d5c-9c47-7af9a4bba71c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "fac31c01-d1d3-4b2f-b109-51d2236d1ae3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "702dd1a5-7328-465e-a99e-da8c65d32f0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-00005fc69bb1") + (attr through_hole) + (fp_line + (start 1.54 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "50e9708e-bf86-4a25-bdc6-8aab62795e4e") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "a813de00-5a23-4440-bcc3-c1d8dfa46497") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c41bc884-3f9e-4c7f-827a-d86bac4f8ddc") + ) + (fp_line + (start -1.05 1.05) + (end 3.49 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6ce4daeb-5bca-4355-95bf-6c4456844323") + ) + (fp_line + (start 3.49 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "190d1a39-35fa-4c79-8d6d-d729205da182") + ) + (fp_line + (start 3.49 1.05) + (end 3.49 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9bdc6589-c9f9-4a2d-94db-d873b2f13d9e") + ) + (fp_line + (start 2.54 0) + (end 0 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fd34211c-2fe2-4789-b959-e7021b3c0ce8") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "3eb98e3a-79fe-4a0c-8bb3-f73b017c024d") + ) + (fp_text user "${REFERENCE}" + (at 1.27 1.92 0) + (layer "B.Fab") + (uuid "cce338a4-d139-42a5-a06c-67ceef6badae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pintype "passive") + (uuid "ee7058e4-7412-4b5c-a0ba-5caa533e2556") + ) + (pad "2" thru_hole oval + (at 2.54 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "VN") + (pintype "passive") + (uuid "c00a2a7b-bf7b-4907-a3c3-b6c00e2a71bf") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a960e4") + (at 87.376 78.105 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R3" + (at -0.127 -1.778 90) + (layer "B.SilkS") + (uuid "0a3d99cc-2662-4f10-a66f-79daa5fb73a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "0aa389d1-2259-4784-aa23-afeb79a1b9eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d0a5e1b-2043-4918-8a79-f256071b96e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a73f665-8ff1-4c25-9b1b-813d3138b321") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.376 78.105 0) + (layer "F.Fab") + (hide yes) + (uuid "7fcf4c47-be52-499f-9bca-22f7d9111348") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea413ff") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eea122ac-bd62-458b-9801-41ab181c0b54") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf0c8611-9c82-41f2-9cd8-e5eacbac0953") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "023b5ee7-f4d3-4f39-a74e-4a68ffe001d9") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b709c116-59af-4bec-acce-024b84708c42") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3f4c31a3-542e-4d08-8c25-2f8e6c976992") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "34a01a70-c2be-4ba8-9193-a7f6ff406de8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c2a392f7-0225-403e-b989-37db02ee4616") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "23581f3f-2949-44b9-984f-83286d6ab7b0") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ac9580a5-ea73-44eb-a8b3-f7ae10d65cf9") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f29f7567-8d2c-47b3-bd54-17aef9c5e870") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "43f89e4c-e49f-4e3b-bb59-2498ee30cd2f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 48 "Net-(J2-PadT)") + (pintype "passive") + (uuid "5b7b0feb-0cea-4eae-bd7e-52c177dfe415") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 32 "Net-(U2A-+)") + (pintype "passive") + (uuid "f50c5568-2325-458c-82f1-26257c45eaf2") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a960f5") + (at 84.074 78.105 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R4" + (at 0 1.524 90) + (layer "B.SilkS") + (uuid "f3ac23e0-4eca-4874-aa2b-3a691920dce8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "19356b00-ca6d-4aab-a2c7-429ed7f0fe53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0060c64f-3e9b-4cec-80df-a0cd7133a9b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3fc4369f-e623-4b79-b699-3efe38bffca2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 84.074 78.105 0) + (layer "F.Fab") + (hide yes) + (uuid "bf4000cd-360b-4d44-8dd0-88bd4966d90c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea41944") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bfa1bb60-c422-40a2-9872-0fe99abaf3a8") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "07088997-335f-4900-81a2-043d38f174b4") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c03602cd-aa86-4cdf-b341-e122a6b857ca") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "457d103f-7cee-4d61-b153-855166736d9d") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dd481c63-21de-4b5f-81ad-62ed165c09f9") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "34e071b0-03c0-4f16-969e-26ec94895ac6") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "21a60c5f-eb0d-4ab5-8ba1-979098e71d77") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "440d441e-a12c-4c62-b319-f40480e2f4be") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bd1f1acc-fcaf-468b-bf6c-1ec59335b180") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6f87fd14-2ddc-4bfc-90ac-60338bf6fdcd") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "6a8a2650-dcb7-46c2-803d-bd8a7cb35689") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 32 "Net-(U2A-+)") + (pintype "passive") + (uuid "4ca9ea47-7f40-46a5-973b-d07ff7a45f0d") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "GND") + (pintype "passive") + (uuid "bd712a5b-8889-4a9a-bc13-145d80996ca8") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96106") + (at 87.376 98.395 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R5" + (at -0.097 -1.524 90) + (layer "B.SilkS") + (uuid "3f58fa18-a384-44b6-8197-c35b10f7befd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "9c6b887b-1470-4a1d-bbb4-f12d49dcb492") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03523a31-39e3-4b67-8012-0ace1a1377fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87b18dbf-d775-4f25-9980-586ed1e6554c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.376 98.395 0) + (layer "F.Fab") + (hide yes) + (uuid "10fcb613-2ac8-4bfb-91f2-3d3ade8602b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea4ed45") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5513b39c-1794-4fed-856b-2ff9bcd58729") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3df2fe95-f6bd-461b-8f43-16d369f03a95") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "75bfedd3-c16a-4e57-803a-36e7387430e9") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7a282ecd-7597-40ce-a1a7-2d293e417e58") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "641c589e-ea07-4a6d-833e-a119c933dfdc") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d9ff694c-c277-44d4-a71a-93578bc60abc") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c6ca7a3a-303c-4871-8def-baa9a62daf0a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5584db95-dd5a-427a-9a77-59d374cf4d4a") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c24e7003-a4b9-4588-825c-996e62f90c00") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "75139185-5626-4854-9ffa-3da22776cbc1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "eafb16e1-9471-4a7b-b5bb-a34d2085999f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 49 "Net-(J3-PadT)") + (pintype "passive") + (uuid "ba51f0f0-99f9-495e-a436-1f18319bdadf") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "Net-(U3A-+)") + (pintype "passive") + (uuid "813c60fb-4ba4-4f4d-914e-71bd2bc8b457") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96117") + (at 84.074 98.395 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R6" + (at -0.157 1.524 90) + (layer "B.SilkS") + (uuid "5dd26226-3b9c-4596-b73a-de2496877a94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "2862ec22-fe49-4b3d-8c70-bddc798353b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6f4a52cb-c357-4c7e-ba0a-759bf3db20ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe8110ca-bff6-4df3-85a4-c5d608b56bdb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 84.074 98.395 0) + (layer "F.Fab") + (hide yes) + (uuid "e43ce749-b2b0-41b7-8d5e-5e7aaa8017e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea4ed4b") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "803c019d-75cf-4e8c-a90e-1343a087f3ca") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1060c46d-2325-4a5a-8040-9cd830dd80c8") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7dd05357-5107-48e5-8fbb-553f258de06a") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "77d8e198-a92d-49ff-a72a-7c4144a86783") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f19e964f-6621-44e9-9458-f8a7b0a8ba6f") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "48ee693c-ef19-42bc-bfea-e8472b10e7ff") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "165a4f8f-79dd-4147-9de2-6c6f8297a28e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a3962d12-3178-4304-8342-e4fc70f5d147") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cc4fa7b0-c0d3-4b53-8c44-6633e84ff236") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d7a6571f-1091-4ba2-8cf9-039c46d78a81") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "55ce3d51-2bb7-4bbb-a60b-0fc9197dc720") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "Net-(U3A-+)") + (pintype "passive") + (uuid "4bb76b8f-a1ea-4f4a-a61d-91ff1a195815") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "GND") + (pintype "passive") + (uuid "ee579d7c-b01e-4fdb-8b2f-06008bc36f89") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96128") + (at 87.376 118.745 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R7" + (at 0 -1.524 90) + (layer "B.SilkS") + (uuid "856d21b1-8953-459c-94ec-1482d77ec3e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "99f0d108-2e47-424a-8354-a19ae4b0280b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4a79609-be57-4eb5-9c08-5606032513da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7699a20-6a3f-4713-91f7-02b6674f60bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.376 118.745 0) + (layer "F.Fab") + (hide yes) + (uuid "bfd69300-6f5a-4b53-836d-65856730b5e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea533ff") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "68f72e31-39e8-41c7-b209-3739cd54de4b") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c1a0685d-275b-4ca8-8741-7f3abd5109e3") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aaff287a-3ea0-41b8-940d-53606c3b4947") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "35177253-483b-4185-82ed-09b743541af1") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e2a1cdb6-edf9-437e-a0e2-609ada60aac0") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "38761caf-a18f-4828-b970-2fd89966c262") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9abd858e-291c-430b-a43b-f4c34a0ccd3e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f9c593d2-67a3-4b91-bf5a-15c8b4e26966") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "455038b8-4f33-4963-aec3-a07a5b070611") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "abaf8f80-770f-4527-bfa9-ea5ed306d9c6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "36130d30-e73a-4d24-aecf-063b34296d0c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 50 "Net-(J4-PadT)") + (pintype "passive") + (uuid "f70d388a-9978-4487-8422-4dd132483228") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 34 "Net-(U4A-+)") + (pintype "passive") + (uuid "ab7df31a-869e-430c-a2e3-ba0525e001e7") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96139") + (at 84.074 118.745 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R8" + (at 0 1.778 90) + (layer "B.SilkS") + (uuid "9104d106-cef7-42ac-8b9e-916c9b166dae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "8a99e130-358c-4a90-9690-aeb4c77287b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b383261-e579-415f-8a61-6984948b8163") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea6097bc-d9e2-485d-8478-8d636fb2857c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 84.074 118.745 0) + (layer "F.Fab") + (hide yes) + (uuid "5ec268fe-c206-4787-a528-aa5af313fd2e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea53405") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9bf677b-570a-4fc5-b4cd-af4d61a4ec5c") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "852cba9c-3809-4cf3-9df8-fdbc59ba8d1f") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "378db7e7-005a-4b2c-ac7c-dcd21e1a3349") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9674ab11-5ca8-46de-b7e2-4e46bc52d1e0") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8a4d3abf-646b-462d-a725-fc2dff46ad21") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1084a4ef-ff33-403e-9b32-4d87fd603e3c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fa0ef76b-9188-423b-87a2-9a8e2bd25352") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e7ca221f-b844-4a30-9302-d30a93d800a2") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c52b470e-6041-4604-9c8e-06e346c4dffb") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5c6e26be-ee12-4c59-9088-42edec2291f2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "f0b04a3c-53c9-465e-b313-ccb79df43358") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 34 "Net-(U4A-+)") + (pintype "passive") + (uuid "81b802f3-7f24-4e22-bef8-11947b5afe85") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "GND") + (pintype "passive") + (uuid "7c793724-ad74-4c22-853e-90c113148d4e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a9614a") + (at 87.376 137.765 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R9" + (at 0.127 -1.524 90) + (layer "B.SilkS") + (uuid "70da5c91-14b8-489d-900d-4e7445167e36") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "322e6606-2eb7-4d2d-b995-1043b0b5d029") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "621014d6-ca1a-4c9a-b858-0534891961a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "910c7853-8fe2-4406-aade-8adc0d9a7217") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.376 137.765 0) + (layer "F.Fab") + (hide yes) + (uuid "a224aa12-8a84-4170-bb1a-005162002dd2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea57312") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e37d22c-5829-4c86-9821-6c5bcfd698c7") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "042b66f6-bb84-493c-9e35-6bbd69730e84") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "deae5718-e618-4a8b-a237-cae4654b85fb") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "34914d00-922f-424a-93dd-eabbc4e99421") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2c8052e0-2934-4910-82e4-3ef34bd7399c") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e04b9fbd-1819-4fea-9c63-2e4458007182") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1ede7c27-3523-4fde-9a9b-e17fd6a4cb7f") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dc35fcd0-cf11-4c7c-a77b-204766246df6") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "69932254-8b47-4b6c-8a94-9ec724002c5a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "736db2f2-8ab6-40f2-9e52-4f8f1806803b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "70948c84-ee01-4d3e-b84e-251d2a1117a9") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 51 "Net-(J5-PadT)") + (pintype "passive") + (uuid "09fe1fc5-e97f-43cc-8694-50f4a47a7881") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 35 "Net-(U5A-+)") + (pintype "passive") + (uuid "07b85f4a-3bd9-4de6-ad8d-6174a5b9c5fd") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a9615b") + (at 84.074 137.765 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R10" + (at 0 1.524 90) + (layer "B.SilkS") + (uuid "bbc80508-a911-46a3-bcfb-966035939742") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "47k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "991133d5-fca0-4a05-87e0-d25a4f514e99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4198f46-3d72-4525-b399-a7d32676d67e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "67c20f34-8db8-4164-9e42-e434b4404ee3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 84.074 137.765 0) + (layer "F.Fab") + (hide yes) + (uuid "81b810ff-56a7-4232-83e4-f14fdf2d4c5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea57318") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d5f73af-ab7a-4813-9c90-0e4adc8d27bd") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "38e91515-3309-46ba-bc5f-598c81dbef4f") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dd349a33-6d7b-4df0-9709-e55f82dc0f9f") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "425dc5f6-a180-4f84-9207-5c61396800f8") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7f8888e4-e933-4186-8683-255e0273e97e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f9f17554-2829-40be-839f-ade913b8b40c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4a01653c-1c8d-4c0d-8c0c-ae724ec42a63") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1d6ed7f5-ab51-4567-9244-c188cf9d99fa") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fbe4b332-7203-450f-b349-4c4210f8d997") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a37e18ef-b9c6-459b-850c-2e283df89174") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "a026d9c3-25a3-42a0-94ac-7bd2391987ac") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 35 "Net-(U5A-+)") + (pintype "passive") + (uuid "5ee6a2de-5218-44f2-9bed-ee612dac28d7") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 1 "GND") + (pintype "passive") + (uuid "98590c37-d927-46ba-b596-dec421483f80") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a9616c") + (at 76.2 73.66 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R11" + (at -0.111 -1.524 90) + (layer "B.SilkS") + (uuid "0fca578d-07ea-462e-a45b-136903f56886") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "8477483f-0c82-433d-8c0e-0856fad55dd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "506915d9-0958-4f96-9093-1ec1614c97e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df0e3522-ac14-4d68-8b57-e85f387a4ecd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 76.2 73.66 0) + (layer "F.Fab") + (hide yes) + (uuid "dd1aee31-ec05-48d5-914a-15726ff1e74c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea3c7cd") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "838cd243-f91d-4f98-9373-510ab0e567c5") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b444c188-8a80-4e7a-86b4-727ba58ace0b") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c2cf9ba1-8b37-4b1b-92b5-b026bf726908") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5fd268aa-9484-4983-b5f7-f1741c5d68bd") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1e0f0e7d-112f-43de-bcbd-12f4259aefef") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "51cb6ea8-b7a3-4a6e-bd8b-4a6f539d1cdb") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0caa812d-2186-44b6-a9af-6af64d283c4d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "82d3ec26-f3de-4d88-a61e-bd37b7ad985d") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2abf3d7b-3bc3-4808-aa67-732d7e00b2c2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e8aba157-850b-4573-a415-35577441feb0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "1055213c-3ba5-4faf-b592-d2f0a842e863") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 37 "Net-(U2A--)") + (pintype "passive") + (uuid "415df3ae-3554-4a8e-a89c-aabccc17677d") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 48 "Net-(J2-PadT)") + (pintype "passive") + (uuid "2c892b22-52c0-4d6d-b02a-ba10897fa46a") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a9617d") + (at 76.2 93.98 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R12" + (at 0.254 1.524 90) + (layer "B.SilkS") + (uuid "e03e1ba8-a432-494c-9966-ab01aede4b39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "b88b7465-5353-47ff-9438-145f2bd9e652") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf67db86-a22b-40a3-8b3a-32d1f9bfb147") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0335ee0-8545-466e-adfb-6def7692df2e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 76.2 93.98 0) + (layer "F.Fab") + (hide yes) + (uuid "4412531e-e349-48bd-bd13-2fd0b88d5753") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea4ed3b") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7cb5c2f-d5f0-4970-b21e-8b6eaf2011e3") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e757c1a9-57ff-4b99-99cb-5d5964013631") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0e8fd28f-433c-4dfb-9d24-a5e5e337d1da") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "26576626-0811-4d7e-adee-db2337fbdcba") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9e379a33-5675-446a-b59b-a1df3b96b2e1") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fc812126-3a3b-4f19-b419-918ed41bb454") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "19999ad8-9b51-46cd-92f9-c18fc3ff046f") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4e2e18ae-daf4-4ee9-9b45-d7c37da9a572") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f32a21ad-51d9-4ab8-85ac-bd1bb7783442") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "82a669f2-8776-457c-ab84-29079dc73f84") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "64548352-f09d-4c6f-8247-e864f138b619") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "Net-(U3A--)") + (pintype "passive") + (uuid "4f2feaad-e12a-47fa-927c-ed9c83e108c4") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 49 "Net-(J3-PadT)") + (pintype "passive") + (uuid "580a970e-9f33-4d77-9f7b-1b8adc5b3021") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a9618e") + (at 75.946 114.665 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R13" + (at -3.3114 -0.0508 90) + (layer "B.SilkS") + (uuid "d45e319c-73e4-4c8b-a61d-7f7d9b127527") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "b28d11c1-4724-40c1-b204-443d9e323383") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "878323a6-24a8-4b9e-a708-043e3176695e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99b29b81-1b9f-46f6-9e9f-4d19dd42e432") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 75.946 114.665 0) + (layer "F.Fab") + (hide yes) + (uuid "edf042e0-1b5b-4420-8997-ebecc0636e6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea533f5") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51b75d8d-a0ba-43b1-84b7-16292ee9a5ce") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8d0b272d-9f81-462f-8a52-ca77bc13b4ee") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f7ae25ff-5e52-4b1e-9758-90c935f02354") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d07b6b8b-9f9e-4411-b01b-e6f3c64a749f") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fcc79b36-70f1-4d91-a8c8-6fd8e20f7afb") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0658f34f-389f-4a32-b87e-08b177598b6b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a37bee88-0faf-41be-8400-f59cf37ca563") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2d6cf8fe-21a1-4884-8a45-60985b0ca930") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cfdbf7e2-2707-4d3a-9868-00963ac0b1b2") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "354e9d85-fa3a-4886-afb4-4e4ac7fc5025") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "28f0fb08-7a6c-4e6e-a06b-1ed92d7409a7") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 39 "Net-(U4A--)") + (pintype "passive") + (uuid "895761ca-d5ec-4f73-8906-3ad9f9a637ae") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 50 "Net-(J4-PadT)") + (pintype "passive") + (uuid "a4f9dd77-e056-43ee-9e3a-c571022af9d9") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a9619f") + (at 76.2 133.985 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R14" + (at 0.016 1.439332 90) + (layer "B.SilkS") + (uuid "61fb23e3-2f11-44cf-b92a-fe7b79859f48") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "a24770bc-23bf-403f-ab52-e32cd6a35b94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9800dec7-0607-47ca-947e-239fe90b7608") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc1c9595-eded-45db-bb0b-69bfdb47587d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 76.2 133.985 0) + (layer "F.Fab") + (hide yes) + (uuid "4855db68-2d37-4419-9ef0-ce2881bf887a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea57308") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bd16a453-4b13-4a6e-b7ea-f07602bc454b") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f34782a-02e0-4125-a3e2-65564a023e65") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "961bc0f8-d7e8-4a0f-8436-bbcb2f8005e2") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c662913c-d6fd-404a-b657-63a36d08a01b") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a2de202a-2203-4f6d-87be-072efd488cea") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a01517be-36f9-4b93-9eac-217850ff74a3") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ef686d32-ba7a-41e0-97f4-a97fffffd1ed") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9b70bb95-c9aa-4564-935d-5a212cbbdabb") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cac87a9a-7c28-41c9-8bdb-c1609a90675d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7eea28b3-546a-4ea2-b442-fe4d852db63f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "96a9137a-d565-4a04-8c0d-ada15e63cd7a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 41 "Net-(U5A--)") + (pintype "passive") + (uuid "8c31c832-baf2-4482-910b-1e4e2c62a0af") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 51 "Net-(J5-PadT)") + (pintype "passive") + (uuid "d1b7ed86-9408-448e-a933-7a3831b913dd") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a961b0") + (at 73.025 73.66 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R15" + (at 0.254 -1.905 90) + (layer "B.SilkS") + (uuid "db0f8e6b-c7e7-41cd-98b9-d46920364a95") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "308e5366-b527-401e-a976-bc58a14f48f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e7693a0-dc41-4848-8076-529763feb964") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b56e4db-933f-4ab5-aed2-4079f68250b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 73.025 73.66 0) + (layer "F.Fab") + (hide yes) + (uuid "ee727fc4-9fd8-4edd-93ff-99546044ca41") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea43020") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cef21fbe-87ff-4a9a-8eb6-afc1c00a9f19") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9213f127-a70c-432d-b7d5-c9b815cc05ed") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a9366b71-ae6f-4491-831f-f73e356f44e5") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e102eb80-70b9-466e-a0cb-d49132d7ef46") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "94936e30-ec58-4b77-94cc-cd20ea565690") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ece26c2d-3939-4d89-acf4-2b372c680f87") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "04a87b5e-73da-4d0c-b2e2-cf2651b02307") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bf4faa72-3371-445d-b7d0-414bbc903fb4") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "496c2327-6449-421e-bc4f-d9d05b5c07f2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0267d066-da36-4adc-98e3-d5d49dded596") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "54862827-0401-4759-af97-fb842d83d9da") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 9 "/IN_1") + (pintype "passive") + (uuid "0874bdb5-9bdd-4177-b745-14e4c9e6f6ff") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 37 "Net-(U2A--)") + (pintype "passive") + (uuid "01ba0ec3-a739-4adc-ba72-4d08a7f27097") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a961c1") + (at 73.025 93.98 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R16" + (at 0 -1.524 90) + (layer "B.SilkS") + (uuid "24f21628-e811-4226-ae90-fab34d07e141") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "41ab1cec-d052-4f5b-ba59-44942b971404") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d06575b-a8ac-4780-a90d-573a48263ca4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85f666a0-f46f-49bc-9a7f-d938ffcb459d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 73.025 93.98 0) + (layer "F.Fab") + (hide yes) + (uuid "c6acb9f0-f6ed-48ba-996b-5c6a12d12153") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea4ed5e") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4f45024-7900-4ab6-b6b4-68c3cacfb1fb") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6531aaa5-09bd-4e5f-a41f-a1c7ef87de19") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b46e957e-2bd0-49d2-b537-a83715ddde89") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "657312c6-1822-43c0-b436-cd8ec392de63") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ff21a83f-d5aa-43fd-9248-d5e34e80fc93") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e7b54b12-27f4-4580-aa30-6a7a6a1a0c2e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f3f0d79a-1e8b-4985-914d-7146d3a2d94a") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30224056-0706-4adb-9328-4552b5dc26eb") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5427a860-8fff-42da-958d-3080fde4888d") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "41aecd72-3aff-4ff3-88c0-e1efc1e30921") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "f8f706c1-b9c9-441e-bbce-c6a5bce09ac2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 10 "/IN_2") + (pintype "passive") + (uuid "1c07ae76-f904-42ba-bbb7-c40b1f442c58") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "Net-(U3A--)") + (pintype "passive") + (uuid "60ebf022-d678-462b-9f59-0cb09a8668cc") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a961d2") + (at 73.025 114.665 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R17" + (at 0.4666 -1.8542 90) + (layer "B.SilkS") + (uuid "cb701c4a-2481-4911-956f-b1ed94f24586") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "ad43c795-093e-4fc0-9a3e-45fb3960762b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76dbe287-38c7-48ad-a983-5a990e70cbd3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6698c7f4-563d-4b6f-8641-4363218f3d72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 73.025 114.665 0) + (layer "F.Fab") + (hide yes) + (uuid "c980e10a-31db-477d-91d6-b955af32f2ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea53418") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d761b1b2-760e-4286-8d22-d35018e67ea1") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "460b4654-81c9-4eef-9a3a-9c90cc0240bc") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ee8c44ca-ccdf-42ec-afb4-3921df739c11") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f69f70f1-8a76-4256-9633-a3e4114a1130") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f71beb59-171a-425f-95c9-353e75df3473") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c6bfae99-18ec-42c9-90ff-3827c1b77916") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "10bb54b2-4986-4a9b-8d29-f5237f832c6b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38560c48-1447-453f-b11d-f21862bd457e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "79eea05b-99e8-4890-981d-66227953a66f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c9c4b51d-96e3-43b1-a686-1946f12eeb33") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "95094353-b267-4f30-8299-e470e23445ed") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 11 "/IN_3") + (pintype "passive") + (uuid "b6cfde11-692e-47f6-a4ce-a4c1b1050854") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 39 "Net-(U4A--)") + (pintype "passive") + (uuid "902afbe8-1c5e-4f14-89f3-b9573472fa9e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a961e3") + (at 73.025 133.985 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R18" + (at 0.0795 -1.7145 90) + (layer "B.SilkS") + (uuid "6439da91-9925-4de0-81d8-c9126b97a3bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "3771c136-5f24-401e-ada5-eebecb5ec4b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a920645b-82cc-43e1-979c-bd60bf9bf73f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b13f40e7-36a2-467e-866f-45b4ec662c74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 73.025 133.985 0) + (layer "F.Fab") + (hide yes) + (uuid "a558428f-401c-41c4-b179-4e8b653d8ce1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea5732b") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1c884d2-764c-4cfe-9237-39736a1cb7ae") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a48660a-03bf-43b8-9363-e3b28aa8bfe5") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f3dc4074-dc3c-4524-bae5-4112cd9bac5d") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb32f3e9-4fea-4c24-9aa7-0bec715eefa8") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cc932782-89bd-4c36-a400-7813aef13ebe") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e50122bc-ad1c-4e28-b092-714846daa01c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c440c512-9366-4ac9-a16f-42660d312580") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "352c5e5e-ff0e-42e1-8f07-d5c54c06a382") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "84a5f7c4-47d2-4387-b86d-c9dc617ef913") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a73fb2fb-d477-41a2-b667-f64b208bf6ee") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "1037df22-56ed-4f97-95ce-bb2a16804276") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 12 "/IN_4") + (pintype "passive") + (uuid "3d97e737-e1da-44d4-83de-7379aa68916d") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 41 "Net-(U5A--)") + (pintype "passive") + (uuid "0d140827-b005-4b6e-a701-abb4e219278e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a961f4") + (at 70.485 76.835 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R19" + (at 0 1.524 90) + (layer "B.SilkS") + (uuid "72feb9f0-c2dc-451e-bab9-44956a745e27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "43d25aca-8274-45e2-8437-b576ea983e9d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "111ee7ea-825e-497b-9819-8b7d90ecf359") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1669d46-1c08-4148-bd0b-9fb996e6fc73") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 70.485 76.835 0) + (layer "F.Fab") + (hide yes) + (uuid "db759406-cd58-4f6d-8f88-ee26c1b05f93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d7bf067") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dabf70bd-5565-4a86-92c6-8e42e1747cf0") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "26183453-99ae-4157-803d-515bb42f37c7") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cbd674ed-4615-490c-a29b-c0a91e8c2d87") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "67e43ac4-9e9b-4908-9505-1b149e9b73a5") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "63e953c0-4028-4fa8-a51f-96fddd10fcaa") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e946b36d-eb14-4a60-b1a4-95969fbc176f") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6827e7e9-5544-40d1-815d-dc3de6a69c6b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f0537675-eca9-41b6-aa7c-ad0b9be3e6d8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0241fc9d-d126-4c74-88a7-58a590e3cc0a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b2923023-dc5a-4edf-8626-1be78fb9db82") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "fd9eeb82-e426-4425-ba7b-1257ee941433") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 9 "/IN_1") + (pintype "passive") + (uuid "436ff265-134b-4c2d-8a8c-bfb3e08abde8") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 14 "Net-(J6-PadT)") + (pintype "passive") + (uuid "812ab42c-2811-486b-a7a8-ebbdddcc5c34") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96205") + (at 70.485 97.155 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R20" + (at -0.025 1.635 90) + (layer "B.SilkS") + (uuid "584d8667-236f-4f89-9598-6ffdb4da48f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "7c13fc2d-1d2b-4674-844b-f982da1a7a42") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ab41bfe-2e68-4148-9a76-1c22e449fb62") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ed6b625-5097-438c-8619-1552ab3b075e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 70.485 97.155 0) + (layer "F.Fab") + (hide yes) + (uuid "2a0be491-f01a-41cf-bef2-d9d4b51c4fa3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea6dfa9") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "01f20da6-1db5-4e0a-b302-ec6fe05a7cf0") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "922078bf-5c93-4c73-8905-1aced27007a5") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "12351f2f-85ed-4ccd-9b84-2744465ab98a") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "938cc143-4779-4d25-86f6-0a9971cffea7") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cc484924-3b90-4097-b941-7f3f9747529f") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3ab0b0eb-ca1a-456d-9785-789688881690") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0505b9b3-2626-4d91-b6cc-92ff6a519894") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9982e97c-c7d5-4764-833b-a10658803733") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "be654f8d-e561-4de7-932c-f937988152ff") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3eacc80c-71f1-4d00-9276-a1dbd58a8e16") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "b5238c2c-15ee-4c2d-b889-ad19500127cb") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 10 "/IN_2") + (pintype "passive") + (uuid "6272e5b1-bd75-4afb-83ee-2bc13cc1a6f2") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 16 "Net-(J7-PadT)") + (pintype "passive") + (uuid "25d4454e-28f3-4b17-b5ba-365c344f14c6") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96216") + (at 70.485 117.475 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R21" + (at -0.635 1.524 90) + (layer "B.SilkS") + (uuid "33d34dac-fb0a-44f4-a240-c33874c9e643") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "f90d5c3f-c3e5-4bd4-a2d8-fd0852f972ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37f4334b-70f8-4fd4-a78a-fff0f4d13da7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b52c5cb7-c58b-4dd9-b6be-f4fc59c2c253") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 70.485 117.475 0) + (layer "F.Fab") + (hide yes) + (uuid "bdf86b10-b4b1-40c3-9429-3d02ac8a3c84") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea70009") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3ee480c-a339-4496-bfc2-2dc7437cd3bb") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f27b28f5-ce19-4157-8c69-2075de59dfbf") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e97f1edc-d642-4b47-b532-2d19f338d5f6") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "96b52403-aa11-4d1a-97fc-de8d0c7723bd") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f58fd565-ee5f-4f4e-a92f-f990e3716b86") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a30d26f2-6c48-4d1f-b1ed-f9afd064a282") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b4630f8-cf60-464d-82b4-d02bfefea239") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ef2d59a0-4e25-409b-964d-c6629b24b634") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8cd0c223-fbda-4a16-a10f-8db56cfde6ef") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "04cf23bf-8fbf-487c-ac0b-ba32d0808f82") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "e27e91c4-179a-43ce-9647-bce79dc778b5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 11 "/IN_3") + (pintype "passive") + (uuid "4b3a95fd-6dd4-4a80-924e-b93c4bff8724") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 18 "Net-(J8-PadT)") + (pintype "passive") + (uuid "c5dc6fbd-d039-4388-aa1e-02fc816e5e42") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96227") + (at 70.485 137.16 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R22" + (at 0 1.651 90) + (layer "B.SilkS") + (uuid "df2b530c-9743-4ea6-a429-6731a034e5ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "2ba65d92-c394-451e-8bd1-c724053bd80a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89f2ca09-419d-4bd8-a2d2-fd62a5156197") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7dd90d5-20ed-4e7e-8531-e50ed85ae24e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 70.485 137.16 0) + (layer "F.Fab") + (hide yes) + (uuid "c9e235d2-6e29-44f8-93ef-e1cb97b4813b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea71fc0") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "09152e54-c8d5-47ae-ac78-cd653df462a4") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc77bba6-60ca-4ea4-9eb3-4ae7c5536c11") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "59c97523-43a6-4ab0-8045-6f824c0dc449") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a1f1417c-3bc5-4651-a663-4d37b818293f") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3e0d562d-9f9e-4297-85e5-a5942f29b984") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1f44ec50-275b-4ea6-9c62-f06cf4495ec2") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1588a5ab-af47-43a8-87f5-af3f3e78c0e9") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "89ea125c-f6e5-4ffc-947e-e9bbf37bcb92") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d9cf136e-da87-40ff-a6ab-9de9cbd4205e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47c557e4-3f98-40d4-81c9-7315f283b301") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "6a3c9a26-3959-437a-bc8f-4afd3380ada6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 12 "/IN_4") + (pintype "passive") + (uuid "a4b70f66-ed1a-433e-81b9-5987ecc2ae5b") + ) + (pad "2" smd roundrect + (at 1 0 90) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 20 "Net-(J9-PadT)") + (pintype "passive") + (uuid "216944a1-e1c7-4c7a-a49f-6b310d8c5ce5") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96249") + (at 53.975 142.337 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R24" + (at 0 1.651 90) + (layer "B.SilkS") + (uuid "7e05867c-9f20-4481-a066-49d45bffd824") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "56b76709-1600-41de-a6db-0f344d9e4690") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e13b4e89-0b59-4d82-8e85-4c034fc2190d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2713714c-16f1-4778-a68a-73ea40c5b4e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 53.975 142.337 0) + (layer "F.Fab") + (hide yes) + (uuid "0ae2a046-69a1-4121-b04c-3c2f9dbe2b12") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea80356") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f7c619f9-804c-476c-be98-8276b913e47c") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a512c0d6-6a5b-4609-b947-bb96eda492cf") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eeb30c03-cc92-4315-96d5-08219caa1a14") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2b15f3f2-763a-4c57-8aa3-11ca12cd7639") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "07bf6c17-c4fb-4bfe-9d9a-548b061cc5cb") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eba26bf8-34eb-40d2-94f0-4ab9bbf8be8f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7ec63e00-9673-475c-a6d1-6ab3eeb221fb") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7adf2491-b15a-4f2b-8708-17b0ecab008c") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6f137909-2196-4650-961b-2fca1215f8d6") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b2ad68f4-3175-4b73-80f0-12cd4d6aa8d6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "d7cf34f6-6b87-4abf-b0d2-c8724be7bf29") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 13 "/MIX_1") + (pintype "passive") + (uuid "60530849-b099-43d3-96d1-6a552a614511") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "Net-(U7A--)") + (pintype "passive") + (uuid "963da0de-e587-4726-bccd-d70e8ffa411a") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a9625a") + (at 57.1108 142.337 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R25" + (at 0 1.48475 90) + (layer "B.SilkS") + (uuid "20c1f8a2-a8b9-410d-bab5-17c79d37c9e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "5a52b1a7-8b21-432e-abf0-da3ad494104b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d19b64fa-0c35-4144-96d3-df9711eb7bf5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31e6ba24-e813-4e6f-9dbb-cf510519e130") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 57.1108 142.337 0) + (layer "F.Fab") + (hide yes) + (uuid "30bd3c18-ae3e-43e2-b6ca-a6db576d9a6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea801e7") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "75afeb2e-33fc-4218-8d61-51cebc2c9a2c") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c30eae6c-407f-4422-83cd-48d212fbd1cc") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c534400c-dded-4d3f-9a7f-d226e37cf2ff") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7d0de3c5-407d-468a-98c4-087e17f22580") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "46dd0174-808b-43fd-85d1-34192c995117") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a45712a4-f896-48f1-a1d1-642404275b2f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4171cc70-c42c-4f5d-8a52-cd534cc6d78c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f95c31fc-6849-454b-9d1b-50e13bc768af") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "92c8a649-9d3f-4be0-8979-b182fa71aa5b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ccd9c270-8323-4420-b3db-30b2f662b031") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "328c6026-adef-4a2d-a742-3a0bec91368a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 15 "/MIX_2") + (pintype "passive") + (uuid "a52c251a-0d45-4c83-9916-c1c0f7e5212c") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "Net-(U7A--)") + (pintype "passive") + (uuid "2396ace7-f376-4c5a-a2a6-2601d36ffc17") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a9626b") + (at 60.2465 142.337 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R26" + (at 0 1.5725 90) + (layer "B.SilkS") + (uuid "057ed801-5a8d-423b-a11c-3d2792a262c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "68c066eb-3f39-457a-8f9d-3fd96db968a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "beb31936-c9a2-4338-9b2c-35b65fe484ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cbd98156-81bb-4c2e-9559-790bc59ffea9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 60.2465 142.337 0) + (layer "F.Fab") + (hide yes) + (uuid "cf9aa13b-b0e0-408d-b672-c7160d03fc4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea7ff72") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "94e47700-637e-4d04-b0ce-33eb95435666") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c87243ca-0b63-4f20-a350-e43f726dfb5b") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6e689868-ce83-4801-a2e4-94edb0d74d30") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "abd321f4-5e36-4c6a-8ef4-c0a857f8a7dc") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2e252dc2-22ad-4512-8320-b28b7bc728c3") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2fd42350-2f90-4446-9c25-023366ce9cbf") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "58443fd3-3140-4608-994a-42d6c541b7a8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6f741815-ae7c-4c0b-b152-6c1906f17051") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "294affdc-7e7d-4f58-b9ff-202230806756") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "01fef1d8-d79a-4ed0-96e6-f29289f36629") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "c0c988a6-3d49-449d-a16d-5c1366bce329") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 17 "/MIX_3") + (pintype "passive") + (uuid "f7de4ca1-3355-4e91-b5cc-da4ad0ce3be2") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "Net-(U7A--)") + (pintype "passive") + (uuid "8e360009-37a2-4928-954f-b347cf2d863f") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a9627c") + (at 63.3822 142.337 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R27" + (at 0 1.524 90) + (layer "B.SilkS") + (uuid "c6feea12-75ca-4282-8c22-87c5080f6be0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "c1623c43-0079-4561-90e0-976c1791bb7a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "986ce39c-5812-445f-8306-6d91fc0bcf38") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f338249-8e29-464b-9db9-5d01ed84f1ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 63.3822 142.337 0) + (layer "F.Fab") + (hide yes) + (uuid "506103f9-fcba-4a44-970d-85e0692851b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea7fb33") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "81891325-e66f-4c72-a16e-2b5a18f9a827") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "55637a1c-fb36-40fc-98c9-01755a0ecd89") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "66f83943-a7c2-4074-85f3-4e0fc0f8e2e0") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f1566f3b-f547-4acb-b45a-3ae990f5534a") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b7c52e31-3410-4aef-8200-53eaa48caf7a") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "09db2765-e768-4d32-ab93-7c2b4c96179a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0fb8b4c9-098e-49bb-bf83-d6b779b99276") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a152ef8d-9035-41c4-a913-651831dede99") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4af4e710-075b-4da2-8290-83719f8b3ffb") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "235583df-1cf2-49e4-9d64-d8a432d475db") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "9fb520c3-669e-45bf-980a-c3d8dc57c91e") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 19 "/MIX_4") + (pintype "passive") + (uuid "9d7d0636-6487-4307-a7a6-b59c534f729a") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "Net-(U7A--)") + (pintype "passive") + (uuid "d804e30d-4ea2-4744-a789-ba631d67ab7e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a962c0") + (at 57.277 148.844 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R31" + (at 0 1.397 90) + (layer "B.SilkS") + (uuid "34a94351-f02e-4b86-81a4-54571c46d62b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 90) + (layer "B.Fab") + (uuid "6ecc2678-d7aa-40f6-9c2c-7b6ce57b2c34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a62fc21-3e82-4637-a5e8-4c972a12f60c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6e12d83-45d1-459a-9e70-8ecec308b9eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 57.277 148.844 0) + (layer "F.Fab") + (hide yes) + (uuid "7c9f7bee-3dba-4a02-9a49-3bf0fd17090d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea8beb9") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4e877e4-2ffc-492e-a9e3-df49a013ef31") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ada7b4c2-7f93-49d6-889a-a640c6bed864") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e3daf2bc-13b2-470d-b2df-e7eba392f72e") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1a9548f5-c946-4bbd-81b4-ce5725f43f24") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6ab9f651-407c-4e87-98c4-c575bc85c352") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2ccb65df-36e7-4b5c-bda5-0e759474dc92") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65919eb7-4926-42db-aeb8-ee9414987606") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d15ad33f-5ac8-4c15-8ca4-c04a0486d933") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "780e71c5-fcf7-4f0e-ad58-8463bda745e7") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "45d75b77-f524-401f-87d8-ab405cda2fed") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "d2470f57-bae7-43d2-b11c-8149f13d9b82") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 5 "Net-(U7A--)") + (pintype "passive") + (uuid "834e9bd2-9aca-481b-840e-28ff29505fe4") + ) + (pad "2" smd roundrect + (at 1 0 270) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 36 "Net-(C10-Pad1)") + (pintype "passive") + (uuid "cdecf571-7963-4baf-91a3-992b8bd62f8c") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a962e2") + (at 69.215 146.812 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R33" + (at 0 1.524 0) + (layer "B.SilkS") + (uuid "0be6f94c-366f-4c8a-85b3-cd0a49954ff5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "f1101446-59d0-4288-8f57-d76c1c5267b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b83e9f14-8f4f-4bc8-8ed2-bd2e2c923dee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60c75ba3-f9a8-4f44-bb4c-8508964b57c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 69.215 146.812 0) + (layer "F.Fab") + (hide yes) + (uuid "53e4ed0f-c580-4bcf-bcc3-a048352c4cfb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe3954") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "88a9c49d-58c8-4bd1-baa6-fa982e913059") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "630f38f7-8cc8-486a-87c2-04fc04ebe8be") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4e5c76d8-b55f-432e-b428-2d5d0d337689") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e23d9ff2-05e1-4cb9-bfd5-5ee999d2ca94") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b1acf053-f76b-4b54-b91b-ef07f566a829") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "195f3215-4393-4872-9b4e-b180aca745dd") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "07896ad8-1a19-4827-b9ae-0748990ac9dc") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a3f16827-78a8-4205-bf2e-0870eaa57cf2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7568b53b-ee28-44b9-b82f-dfb5b134e51a") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a9ba5b37-dd0f-468e-9aa8-e7a5c3bdf473") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "197826ca-a8e9-49e2-855a-4e213152f1bf") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 36 "Net-(C10-Pad1)") + (pintype "passive") + (uuid "4eff2ff7-3a15-4871-b998-31794a8a98d2") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 4 "Net-(U7B--)") + (pintype "passive") + (uuid "aca22b39-2b05-4950-9bc4-6ee16e27db98") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96315") + (at 69.215 150.114) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R36" + (at 0 -1.524 0) + (layer "B.SilkS") + (uuid "f38e49b1-7b73-42e4-aa86-6185285cf782") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "fbbeba40-cd9a-4a9e-88ee-e5b70fa7f3d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f754aaf-e2ec-43ae-bd54-262d0cdc7941") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d3e1bc1-4ba3-4f96-8437-115b010ac95b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 69.215 150.114 0) + (layer "F.Fab") + (hide yes) + (uuid "de2acf5c-e928-44c3-8cd4-97133576262d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebeef1c") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0ca660d-8aa3-4b08-b8be-0a892e2882bf") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "be431400-03a6-4901-807c-6a8eddd035bd") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "235529b0-6ea5-4512-86e9-e9eb83aecd9f") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dbb349ca-6bad-43d0-8bd6-5cc67302fa60") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "84eae2db-2c73-4622-a94a-3d89ad0cd4d5") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b10f434b-c3b6-4c5d-90dc-66791a9a996b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0f7c0862-3d59-4f37-9c07-68afc2e12515") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7cdd9cd4-f070-42f2-b6d6-1287bb16f5df") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5a6de48a-0282-4f85-8db3-763015dc3d84") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ea395fcd-4f01-4979-a651-b8556141b716") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "0712d777-4fb4-4441-bae0-17b85a99d0a8") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 4 "Net-(U7B--)") + (pintype "passive") + (uuid "339c6792-9778-4d71-b3b5-18cf9ca06102") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 25 "/OUT") + (pintype "passive") + (uuid "3b3b68ad-c8bf-4721-9806-9e247874010d") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060a96348") + (at 77.216 152.146) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R39" + (at 0 -1.524 0) + (layer "B.SilkS") + (uuid "b4bfc868-a651-4ff7-ba88-497f5b2c588a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "913e6604-a7f9-4d8c-bf5a-387809a9befa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad0c84b0-fc18-4d9b-b7bd-eb8c31e590a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "18344b5d-0bde-472d-9c23-003eed1d8fd0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 77.216 152.146 0) + (layer "F.Fab") + (hide yes) + (uuid "3ddcc52e-7531-41b0-ae26-04ca30ce8397") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea91ee2") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c55e7b3e-7d99-446d-b906-3fb80be1c0d4") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d921603-4c2f-4820-b3a5-02df0a5ad40a") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5341e2a9-4a10-468e-8da5-622ba62bf81a") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fceb0723-9afe-43f8-89cd-d0749f786c8b") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "25dfe6a9-6717-4323-8082-abde158c4a11") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "68435503-87f2-4aa0-929a-69aa6e9ed241") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "326b17ca-7c49-4525-bc43-b5540b2f1704") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4ab894a5-d606-47fc-b60c-3e8308d0e4ea") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e069fbe4-0a6a-4f37-8363-3ffa7a23e15e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "31e416f4-46bc-4e9b-b993-9d07ded74ab1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "cc597528-37e7-4dda-a20c-ce97464ef7e7") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 25 "/OUT") + (pintype "passive") + (uuid "f0ec5d0d-c731-4754-a01d-5031dc3b4610") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 21 "Net-(J10-PadT)") + (pintype "passive") + (uuid "95140a09-5be3-4136-8dc5-c227547b1b70") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060aa6f47") + (at 70.485 101.6 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C3" + (at 0 1.905 90) + (layer "B.SilkS") + (uuid "23a5380a-6a04-4f5b-af18-dd615f848f79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "b0fbf1dd-e8c7-4fd8-88e9-af4c0c52ce64") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a79a27db-65ba-4536-ae88-9bd68f058914") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "065f19a7-0a59-4c38-82bc-819303c942be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 70.485 101.6 0) + (layer "F.Fab") + (hide yes) + (uuid "b47d7b80-79ae-4a40-8d82-e85e2127fe21") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "2f84e05c-a756-487a-bdfe-0b56666df21c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "2f701f76-21d5-42a1-b246-3fd880ef5b1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3c101b55-33a8-46d9-9ea7-d351452ff5ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "dae4367b-9e9d-4c5b-838d-8c294dd84008") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-00005e1807e6") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "28eb973c-3659-4ffa-a6bf-97a0dcf9d83e") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7a006569-fdf0-43d4-bdc5-42f1004edd82") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dccf1b6b-5146-4a9c-b848-831b9cc93d41") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "132a00ce-967c-4cb0-8531-fde5e5dbb2b1") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b7834818-fe12-4250-a73f-8ab3ffbda8ce") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "50fb61b7-905c-49af-abc1-eda326ea2035") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "df5bec23-2816-42a5-bfea-934e937de54c") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "80a8f747-c1e6-4165-bae9-21c102671197") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c858f5c-b2ca-4ac7-932d-92c1f365cc86") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9741dc58-c0d1-47cd-8e3b-033f99f8ed37") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "154c9c54-f722-4606-85e2-528e7cc75c20") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "+15V") + (pintype "passive") + (uuid "68eddc5b-be2a-44ea-ae50-149fe32bda06") + ) + (pad "2" smd roundrect + (at 1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "f35820e9-af3d-41ea-a6f7-35000a35b94d") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060aa6f58") + (at 80.518 98.425 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C4" + (at 0.127 -1.778 90) + (layer "B.SilkS") + (uuid "fee414a8-7cb6-42d1-97ca-40f8e9361579") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "9d9a7b3b-113d-41c3-8206-cf8407788052") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c3b18fc-b9dc-4ec0-927a-9625cb278429") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "011aa0a0-053e-4bc4-8077-6e9587b1d0ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 80.518 98.425 0) + (layer "F.Fab") + (hide yes) + (uuid "1759baf8-1f3d-4f61-b8ce-620e018acb45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f3d3e6d5-8e64-4528-8deb-c510fb75698f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b364acff-8cdd-4e31-bb5e-05262cc2f12f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8779c9cf-b101-47d5-b0e9-c2212bfd6f6e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d902da14-18da-4bfb-b352-939d210c9429") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-00005e1807ec") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7dd1251-9390-4bca-8f33-7028593981bd") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "43086170-8157-40af-8dc8-fb000779f1b2") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "51f7ec41-7599-4e5d-a796-a561a73801c7") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "99348e4a-c81b-4d6c-98e2-629294db4a7b") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3f72a7a0-27f6-4c1b-8285-94eb4a945a1c") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dffc115d-a409-447a-85a4-15a0fe61f7e8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e6ad7f8-7e2d-43be-b16a-132298bf8c7c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6301b798-9165-4a85-830b-180d547f2ec8") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c58961a0-b159-4894-bd5d-9c569d2497ab") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ba7c23ce-0066-44f5-b01c-7e80c1334cee") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "f7393e35-3871-423e-a6c7-de04e6a8ff9c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "632ccfb2-73fb-4a75-a2ac-48bf8c56bcc7") + ) + (pad "2" smd roundrect + (at 1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 3 "-15V") + (pintype "passive") + (uuid "fa4182d7-c5d8-402e-9ef0-32adf7aaec54") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060aa6f69") + (at 64.516 152.4 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C5" + (at 0.0215 -1.524 180) + (layer "B.SilkS") + (uuid "a2bbd10f-0204-4bdc-9d85-f9f243394e42") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "8dc97bc4-9551-41da-8f4e-e369c3bdca77") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7447300d-7693-403c-a4bb-69ca413a328a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cad8d47-5bda-4abf-8632-d8b376474be0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 64.516 152.4 0) + (layer "F.Fab") + (hide yes) + (uuid "bf52a7e4-dcc0-46e2-862a-31fec3677396") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "875bcbba-0da2-4f6e-8a42-41445af5ecbf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "6e5d0bb8-f617-4141-aa85-3ab473b2ac53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "53c5a1e4-2a8c-4aff-9837-e7702f1eadf2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a2777175-080e-4244-9d14-72fb78084259") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-00005e180800") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eddb8d37-745f-44ec-a6f7-3974778f46eb") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c395ff7-8129-4d67-aa35-47511e118539") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7e8dacdc-6ca8-4e0d-8324-459c933e29bf") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4edb4085-697a-4507-8a86-acc8201fdbac") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ec2e2d94-a4dd-4a53-bc09-b3654da3fff2") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a9c54c2e-1cd7-46fb-974e-2e39ecfaead1") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "84b15796-aa28-49a3-abff-099623927dd4") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5327d584-2bca-46b7-bb22-abe886516597") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f5644430-ff37-4b29-82d0-57243420fa7c") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "14686248-a171-46fe-849e-c9cdde1f46ba") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "9b08fe20-953d-45cd-8bd9-e662b2ab5a07") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "+15V") + (pintype "passive") + (uuid "a0c8bb73-7aad-4d8a-94b4-c566cb26e4f9") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "09fc1a0e-ee63-4a2e-9169-1691741e841f") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060aa6f7a") + (at 66.548 142.367 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C6" + (at 0 1.524 90) + (layer "B.SilkS") + (uuid "a41f2e6b-47a1-4f30-80b4-069167bdb1ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "457fa2d8-f50f-4ff1-8b04-05d1531785dc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "afdb12d0-2666-4266-95ec-27814d1594be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1af4aeb4-b4fb-4c02-9326-b537e0906acc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 66.548 142.367 0) + (layer "F.Fab") + (hide yes) + (uuid "efa21261-cb71-4ae1-9749-395c0ed21cc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "666f4de4-942c-48af-94ca-3ff7070eac1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9ae0a15b-e509-43c8-8b65-daec34aa363b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "6b035112-83a9-4325-a01d-4e3976cbd300") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d98bafa9-41cd-4d75-9b8b-e71a1f9e2a54") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-00005e180806") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e887adf-5f7d-48e2-9eec-90ad39ec95fc") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fba47e2e-64ae-46d0-ae4b-1135b619d21d") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f54fce00-2943-43b3-8426-deedb2fde245") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6c652c76-787d-46f2-9635-8ac4557017b2") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1ffb1424-256c-4af9-a839-30d23b542d31") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b0c31b09-9a60-42f5-9efe-ade57483d3c4") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fdd29e61-7b1e-4c52-9016-cdfd950f27ce") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "86d6b1d8-d358-420d-97ea-f9ed271c6b23") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ba6aa44e-79b0-469e-9119-bdf6978bc608") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "20a5fd73-34da-46cd-8991-15ddb3cab50c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "398bfe21-665a-4956-8ef2-628e91cd2753") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "73b6605e-b5d2-4bcf-900f-9f3767ddb862") + ) + (pad "2" smd roundrect + (at 1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 3 "-15V") + (pintype "passive") + (uuid "e81892e5-5a86-4fa8-b4ca-c743f3f21715") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060aa6f8b") + (at 70.485 141.605 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C7" + (at 0.127 1.651 90) + (layer "B.SilkS") + (uuid "a75953f5-73fa-4814-aca4-8b5564e5c3e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "d61f8cc1-6328-4c52-adbb-0a45843a5a71") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f85fb7e7-f345-44e8-9cd8-b9a06af15b27") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cb90747-d8a9-4649-9a92-1aac6b1b9730") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 70.485 141.605 0) + (layer "F.Fab") + (hide yes) + (uuid "10eb6fa3-35d8-4dc1-bcb9-7a7e79cdeca4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d9687079-2eaa-4a2c-835a-2deb9575055d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "cfb95602-b103-41b3-85e0-fece80f31b75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9010b8b3-0d03-4892-b8ac-be7a7f9449ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3b517ca9-a309-45a2-94c7-dfd01e970c88") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-00005ec3e5c8") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cfd728f8-8211-4201-9e47-3292a24e7c8c") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "68033864-6112-43a4-ad7f-d381e5da2c3d") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0fd3a822-b6c1-4d5f-b184-cf25600490df") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "56462c31-30df-46a8-885e-b0050ea34149") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "db48b463-0312-4fcf-812f-d158f58aed01") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5cde671c-fde1-4e1b-824e-19af6ced91be") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f6b777b2-c656-4857-9212-681229dcccdd") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62621214-f114-4684-be42-e22e15f68087") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c484d32a-e913-438f-85b1-220ca393af2a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22cc39a7-8b2c-46ed-870e-5b5faf49ad20") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "1fbcc8bc-5b37-4923-9929-79a3dfbc2316") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "+15V") + (pintype "passive") + (uuid "a6f415a6-699d-4843-8cf3-2c052c7f56bf") + ) + (pad "2" smd roundrect + (at 1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "c09fa20a-347c-4484-9f0b-419267eede5e") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000060aa6f9c") + (at 80.518 137.795 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C8" + (at 0.127 -1.778 90) + (layer "B.SilkS") + (uuid "1b240cf6-48e2-437e-8228-e6d0fc5ad62c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "37a38860-ba3d-4ee5-9e32-7016c7eea0dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17be6826-4fa9-40a8-a1ac-26142127809e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a94c3fd-bc11-47e1-b5ed-5b33f5304360") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 80.518 137.795 0) + (layer "F.Fab") + (hide yes) + (uuid "2cc6fc2f-75aa-4a88-a927-d3558d1be0d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "78cb8421-1191-4703-ac41-306df68d41f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "830b7a53-f8d6-440e-9721-2cf4c7ea46b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "653fd0d9-13e6-43b3-ba4f-4c551bc085e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "154a8814-0b4c-477b-a46e-260610861b18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-00005ec3e5ce") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d708e9e5-9680-42e7-aa0c-4023e3142855") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3fa07bf1-efc4-4354-aac3-382846aa2bd2") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3e891136-2f52-488f-92f8-b64a47790f06") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9c21d421-dd4e-46ad-bc76-dca7e1764fd5") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "06be0f59-92cd-436d-af3f-ff727530f588") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0cd9abc1-d4f0-4854-b504-81f019f4e0de") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "620eed2e-8782-4206-9173-7d21fba5b9ae") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b5cb2c69-55ef-41f2-b675-2be06d30154b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7c6accf8-85b1-4f4e-b83d-b420d032a15b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "325778e6-bc08-48d2-a7b2-bcd06e1a0aa8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "a946ebdb-3bdb-47f7-9a3f-f25772dcf52d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "b71056dc-8568-455e-bbee-74a0fb687895") + ) + (pad "2" smd roundrect + (at 1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 3 "-15V") + (pintype "passive") + (uuid "e9430599-cea1-4879-bce6-95efd968017a") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006101b929") + (at 53.975 148.844 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C10" + (at 0 -1.651 -90) + (layer "B.SilkS") + (uuid "2d60df28-a427-42ba-bc7c-624058f443df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100p" + (at 0 -1.68 -90) + (layer "B.Fab") + (uuid "da4a7bb2-1629-4ddc-821f-9ce307c9a697") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c1f8874-6cd1-4fe6-a437-2d5b763aa0fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6fbf035-b95a-4554-8912-7bda143403c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 53.975 148.844 0) + (layer "F.Fab") + (hide yes) + (uuid "cd82fcc0-0a39-40aa-bc9c-9ac17fad74a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006102d371") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "aac8e958-d0ae-4921-933e-1ded73b3f890") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bbec8e4a-f557-4c22-b6d3-546566a8bf15") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "55e06710-818d-4887-bbcc-e7cc1783fab9") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "103c4192-4c37-44c1-a92c-9e3f2874e69a") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3d54cbe6-7d18-479b-9442-c617653e2826") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0cdf5555-b06c-4a86-80b3-a074666ca3d1") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2cd551ba-d612-465a-b90a-5d163046b9b3") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ec8cd242-dc96-469b-bf38-ec465fbae5f3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b51482eb-d449-4af6-ab16-8c9ca70c0165") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48c24736-127d-43c2-beaa-839a06749d55") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "d4185de9-3fdb-4a99-adc3-35ce0231aaaf") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 36 "Net-(C10-Pad1)") + (pintype "passive") + (uuid "ce43ac33-8c7c-4722-891d-6309e0d90213") + ) + (pad "2" smd roundrect + (at 1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 5 "Net-(U7A--)") + (pintype "passive") + (uuid "9986ea56-42ea-49ad-af05-5b2370055254") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3af1d") + (at 70.485 81.28 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C11" + (at 0 1.68 90) + (layer "B.SilkS") + (uuid "f8fd414e-2a60-48a9-890a-cb2333ace5ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "5a072008-4a16-4852-94bc-24e3e3ebfd9d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4afa2f8b-ba7e-44ac-83ed-ea810787d0b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "495fa851-a1be-41b1-a8f2-c03c3f72e9ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 70.485 81.28 0) + (layer "F.Fab") + (hide yes) + (uuid "564edef7-0216-4278-82d7-fdc2e81027b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f6e36848-a84f-4212-93eb-bd3d41f1124f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "beeb8b31-dd73-4fb4-8917-34b173e4313f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "1d0e9f18-f619-4e3f-a1e2-d09cd805b1f7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "039b4a0e-5798-47fb-b44a-90837b86f95b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0ef5") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ed644d4-b3cc-40e9-bf64-c96ce0e2d004") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "58ca114b-325d-4388-a9d7-3ef160ea05b4") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c6366eea-32e2-4c0b-a575-d78698d875b8") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bc4525c4-3416-42a8-8469-2c5097420c95") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "76447a9a-9081-4065-b73a-44f7f15932e3") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5183671d-613c-4c32-b5e1-5ec0359a8cc1") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6d2abdbd-bd90-4e83-8016-1b4fe2671610") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eb8ebeab-1313-4b67-9ea5-2e4a7e5f2a61") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22389082-7189-41cc-88fd-ccd72bdf345d") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4fb46ed7-11df-4dcd-a0d5-a3b6e30da6ab") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "2df03922-b26a-46c6-be83-3087e65e549c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "+15V") + (pintype "passive") + (uuid "4228b6e7-799a-4a4b-bc68-a69454270736") + ) + (pad "2" smd roundrect + (at 1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "5d6d1388-0d74-4069-b1df-9826ff226603") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3af2e") + (at 80.518 78.135 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C12" + (at 0 -1.778 90) + (layer "B.SilkS") + (uuid "20035a73-0557-47de-af29-d88d6e5028ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "e0edcdfe-b53d-427f-bc2b-51149d5c4af9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b58cc0da-6e36-4f34-b08a-77da93797e07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3c58edf-02ba-489f-b847-34405a106da3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 80.518 78.135 0) + (layer "F.Fab") + (hide yes) + (uuid "769d7d80-6736-42df-b3b6-397718e99c1d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "bbfe9373-de92-4993-8cc8-315d52b80ae6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "7d103a1a-6543-4f40-b514-83579a72cad8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "1a16edae-e6d6-42db-bc31-7ae91cdce997") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "36d255ff-185e-4030-a66c-52da3cc6a3fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0eeb") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0ba8e2e7-2bec-4d00-883a-ae6f8c792810") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "38458a02-4e97-43b0-9f3c-8e236f159f2f") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8fcf433e-9c2b-444a-ac58-9e16ff4b0043") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "02371572-081b-4ce9-82a4-980f5f6ed24f") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "25c5641e-203e-4ffd-ab31-9bd52759fccc") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0af9a6ee-31a4-4c41-bdaf-aac7d4a0e4d7") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3abcc98c-b618-4865-a707-1b420f9b5fb3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c6714bac-d7bc-47ca-be96-488d1d5d243b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "79b1e650-5440-4601-ab07-64f15a424c19") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9264c588-8623-483e-a85f-5c3ebce7d802") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "a390290c-091c-4fdf-b481-6c00c49b6720") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "23ab994a-1192-44e9-bc0b-614bc26355da") + ) + (pad "2" smd roundrect + (at 1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 3 "-15V") + (pintype "passive") + (uuid "aadc74b2-4588-412b-a89d-0ac848e98bae") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3af3f") + (at 87.63 151.511 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C13" + (at 0 -1.651 0) + (layer "B.SilkS") + (uuid "9bc5781b-f908-43d3-b7a2-a35b7d197d93") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "7ed6df2c-b10d-4b63-bd92-5e3d960e1a0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ada75a8c-cd67-45c3-8d59-c4adc5d2b607") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f75b1a0c-03b6-4922-99de-17ffb0e727b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 87.63 151.511 0) + (layer "F.Fab") + (hide yes) + (uuid "dbc27bae-e14e-409e-ad4f-2ad644be192d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "ce06e71c-39d2-4174-acf8-3f98e9e014b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "4f7ef6d4-7da8-4372-a145-b924c169ddd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "1cc2c6c7-2b68-4bcd-aca8-0f11888c56f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "da778255-b225-4e81-ad1f-4fe4754829d2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0ee1") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6560035b-1de7-4ab9-8832-5f5a9cd9e49c") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "81fe504e-0af3-412d-858f-5977c4ce5402") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4e99ca31-f6a2-492b-8ac8-3c3347f57301") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "389e0c8e-2ebd-4b0c-987f-19613e53a484") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ea2b821c-42f6-495c-9efa-46d3e970db8a") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "df7ce07c-563e-49c2-97bc-bcb0c9d534bc") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4cdead85-744f-4b7c-823f-a6c447670499") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "84cd3ddb-c3af-458b-8b38-36fee4ca2312") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f9ffd9aa-c9f5-4cca-9e51-338d1531c8a7") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0103024e-3279-49b7-b200-1da875ef7b62") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "9f51aa5c-07c9-484a-8184-382da39a981e") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "+15V") + (pintype "passive") + (uuid "973ccfa7-b3b9-4814-918c-4017357feb55") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "fd290502-33b9-4070-bfe9-42e4d64b0e39") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3af50") + (at 86.106 142.24 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C14" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "8c07441f-bc5c-4d34-9245-4daf75a042fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "a10363ed-930f-45ad-9478-87289049d600") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0fa117d7-e680-46ca-b774-7ae8ee7d1b9a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "11a4f3a1-8c15-46ee-aa5d-544d68f89a77") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 86.106 142.24 0) + (layer "F.Fab") + (hide yes) + (uuid "b0a17307-fa80-4e0a-8227-3dc035e4f0d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "cd50d9e4-5487-40c9-af56-fe7584e3d7a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3e8a015a-fc81-4a02-bbe2-f76634bfa670") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a817a747-ed88-4fd8-a4c0-dfa4d336b729") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a22e6847-e9e7-4e8c-9620-f7f67635b260") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0ed7") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ef998f2-824c-4aa8-98b9-77a7ab6b86dd") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "37bc51f6-9ce0-4d44-9582-493b2140d0d0") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f7c7a869-9c87-4054-ae11-e524b2ee0642") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "62492ca6-4bc1-45dc-b755-3d2063c65ef2") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4ffbe491-48cd-44cf-9b63-0e84ccc21b56") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "760e2f22-51b4-4455-9bc3-fffa1b8ff151") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d9d713c9-5a7a-44fb-92ed-4719ec6ec7f0") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "61639551-95d0-424a-90fa-de58af8ce450") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a90a1064-7881-4fe8-9659-e2e870a42617") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9228ef6f-9aba-482a-a0f4-a29ce36376da") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4678d31a-86d9-4819-affb-9f4e6199e3d8") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "68118588-ba1e-48f8-9601-fead23404eed") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 3 "-15V") + (pintype "passive") + (uuid "422e5937-5861-482b-a0b2-f8a742174c35") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3af61") + (at 70.485 121.92 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C15" + (at 0 1.68 90) + (layer "B.SilkS") + (uuid "eaae403c-6243-4241-9e93-204b552d23eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "d4ae642e-b31a-43ba-a76b-ec1faf0cbcbd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32d3c700-3857-4fc2-a74a-943f69e9e8e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20ed4b9a-e0b7-4472-9b93-2ae4b128017e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 70.485 121.92 0) + (layer "F.Fab") + (hide yes) + (uuid "08e4eaa0-c5a1-4223-8409-e151dd3c7d43") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9326422a-6fb7-4584-8805-fd7c1039ffc1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "10bd9375-eac7-43f4-a7cb-62f9f2770195") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "859cb1a7-832a-4136-bc39-ba89dac703f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "bb8868d9-2d53-42c5-a695-ecb24d71adef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0ecd") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c51b2cb-c9f5-49e2-b9e0-4dab722101d5") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5394b2a5-b629-4126-89a9-0a817ddce262") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b0cffd71-8d4a-43e1-a0fb-577473c505fc") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5d540ba0-80e7-42f2-b4d7-8a2c7b84ba7f") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ad499bfb-e6d9-4ed5-ac49-b120c60f496a") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7e5283f9-b2eb-4260-a635-dd795c4190f1") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b9fda8ba-3460-4059-a299-afc71b76a150") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4e444389-1d85-4086-8084-de52a3dd48cc") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cf227c7c-a958-46e3-a244-bcaa2e73b0e0") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b78c7ebf-3cd4-4230-a6e1-0e72e3066578") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "9db49fee-73ff-4c00-977a-5a860b621554") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 2 "+15V") + (pintype "passive") + (uuid "4f7b2e95-5b16-4b40-a643-5f8be811bb24") + ) + (pad "2" smd roundrect + (at 1.0375 0 90) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "348642e4-d35c-4f63-819a-3775aa3b8204") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3af72") + (at 80.518 118.775 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C16" + (at 0.351 -1.778 90) + (layer "B.SilkS") + (uuid "b1e8ec49-4f41-48e6-af5f-eb11b5a3512b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0.1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "64cc73c6-fbc1-4cc7-a6fa-e36771370e11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae108ab0-56c4-4bb5-9b3d-12a7f5ea9260") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24c2411d-4519-45b0-b846-279a618582ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 80.518 118.775 0) + (layer "F.Fab") + (hide yes) + (uuid "dd0b5fa4-2afb-43f9-9062-218eef0fb09f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "2921acec-6ee2-477f-8cd4-b3c3366cd093") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a7a38563-d6a6-4c94-aa71-a81300a741dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3af9e10f-92d5-448b-9328-6a3eaff112ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b3a76fc5-526f-4eb4-b8d3-50151307dd81") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0ec3") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d8edaa7-72af-4363-abe8-afea23733b97") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a902d64b-1dd9-4ca1-82b5-db538d6e2a6c") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "76fa986b-0513-4881-b1e2-73e2df13c103") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ce6cf909-17ef-4f3c-b658-6b825421b6c2") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dfca1584-bf3f-4692-aa61-4bee46d33671") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f1ca7407-e78c-4143-930a-a43e738707f7") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8e1499cd-82e5-4df5-9527-6b20b265ce0b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d92cecc-aee2-4cbe-a2fc-8ed77d03fce1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8c0dd84c-ed00-493e-abe7-79fb6bfd753b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d758cc7f-e6c2-458a-a8cd-c90dadc32708") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "39b4bc36-1533-4690-affa-9913178e6697") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 1 "GND") + (pintype "passive") + (uuid "8cf1da6b-e386-4e0e-b0c6-5164ac6dd73d") + ) + (pad "2" smd roundrect + (at 1.0375 0 270) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 3 "-15V") + (pintype "passive") + (uuid "c2138fb7-4f1a-41ae-b4d4-a1da1a19dd2d") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b546") + (at 60.198 60.96 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R23" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "1247723a-611b-4c53-be46-203c15af7121") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "8.2k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "73d285fc-b214-4965-8aed-b9be8f68b146") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c11f3434-7d3a-43a2-882a-3d30dbcf53bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d70b2b9-46fb-479b-af26-483c82f55560") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 60.198 60.96 0) + (layer "F.Fab") + (hide yes) + (uuid "7db805eb-7d89-47f3-8155-b881b2b1bb0d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "ac7f0263-09b1-45a4-801c-a19f1401f621") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "473dead0-70dd-4c3a-86d9-879c03cb21ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"8.2k\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "80f4e5e1-d399-4d84-b867-61d3815ee57d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "4dc18d41-716d-47b8-a5de-91485d5a894a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061c1648a") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e2a7e720-c7bc-4d2f-b1c1-7dc15468ba02") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0cfab10f-81cc-4e7a-9bec-022bf6dbb3b8") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d7c919ee-09c4-48b1-86af-f8c9b8d3b210") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3ffddf94-1401-4db2-a792-e45c66c2002a") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d62e1741-11fb-4d9b-8269-3c5e29e37909") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8816e1a8-fbc8-4abf-beaf-42933fec60eb") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "484a17a9-7e93-4448-ac2d-c681e9c65d3e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4e907c0d-399e-4cd4-8ede-fc376d897f1e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9e4cd4fa-190c-481b-b9cb-098fa6a49abf") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d5dff630-7aa8-4b08-bda1-05a4ed009073") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "c8704a60-9c29-4289-9faf-3621f62a2aa9") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 40 "/REF") + (pintype "passive") + (uuid "4c22903f-ea59-4e11-949c-a41a2e169c29") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 2 "+15V") + (pintype "passive") + (uuid "9546a508-90d4-4fc4-966b-2cd4c467aa6d") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b5d7") + (at 87.63 154.686) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R28" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "08c2dc0d-7fee-4b27-9ce6-59f916e46ada") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "510" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "e90046c6-b1a8-4e1c-a102-f95234a369e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0f97716-3825-4680-976c-075e457b0c1d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f512a53b-a7e2-4a7b-bbc5-62c372bf56f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 87.63 154.686 0) + (layer "F.Fab") + (hide yes) + (uuid "0404f354-4ea9-4124-9f9f-d3a2bbf05d55") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b51098") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "260a4b37-0575-4061-92a9-1e400fd9ecc5") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1ff7314-7d97-4958-9e0e-7250fac04925") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eebae340-c1f2-49e1-9c1c-1ba206b2b47a") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c7abdeda-8f9a-4d3e-898f-3fe9bdde3625") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "04cb91c8-df17-4d3a-94a1-84ef19ca8f5e") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cf237840-7cf9-484e-afce-c5b31182f532") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "089f4579-0d06-4c6c-9ba5-c8ac3d842725") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56caa7bc-513a-467c-a08f-00b49f5a3be4") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0f23426c-5458-45e1-9dfb-19d6cff6d6dd") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7e903470-b8f8-417d-a562-dd606ccadb8d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4a5bffdd-c6e2-4578-9bcc-c78df46fbf42") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 27 "Net-(D5-A)") + (pintype "passive") + (uuid "2f4cd6e7-46ae-4f7f-bd77-eded630ad099") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 42 "Net-(U6B--)") + (pintype "passive") + (uuid "9bbfd898-889e-4a31-b09a-35f8a832aaf3") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b5e8") + (at 71.755 69.85) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R29" + (at 0 -1.778 0) + (layer "B.SilkS") + (uuid "b507472b-92c9-4078-aa92-58d1d86b069e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "510" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "5e4c5c6d-6cde-48d1-bc15-9ac74ba0dab6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3d3fc3ea-1720-4209-80e4-840b188d5646") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "146ff2c8-0d2a-4ce4-872a-ef5652b57edf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 71.755 69.85 0) + (layer "F.Fab") + (hide yes) + (uuid "80d07fda-c53e-46ec-9b03-4c8fd147432c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c7911f") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c30ef3a-b170-423d-b87d-8db8a9ebda2b") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5942c6ad-6286-4113-b1f4-01cdfb9a0be5") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5b7e20e9-10f9-45d3-98ab-5914f6604ef4") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d0b2c792-9c06-45fa-90d4-c41073e9fb90") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9d092b38-d374-466a-a7b0-30cbc62e5639") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e85fd893-9822-4703-9b4e-1f0b71f49ef6") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d6e506ab-a0a9-4296-8bb2-425f382650bc") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9182e6a0-e0e6-431f-8be6-4ee7e9240b70") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4c9a6cc6-0025-4006-8fc7-ee014ff94043") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5312c445-3580-4611-8473-7463f16d792e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "45e996ac-f4d6-44d0-bdb0-94c38b207a2e") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 22 "Net-(D1-A)") + (pintype "passive") + (uuid "b1b3926c-6d0e-4c21-bbbc-f14ed4776ef3") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 43 "Net-(U2B--)") + (pintype "passive") + (uuid "19bd0a54-4990-4af2-83dc-d22474d2a11b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b5f9") + (at 71.755 110.49) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R30" + (at 0 -1.778 0) + (layer "B.SilkS") + (uuid "23eb99af-87ef-40bb-acb9-d07c017661a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "510" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "438bc4a3-bf4b-45e2-8231-ea9af2968c41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2c3aab1-8a8e-42af-8a5a-08731608fd9a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db1dbddc-5b31-426b-affb-a99652791cf7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 71.755 110.49 0) + (layer "F.Fab") + (hide yes) + (uuid "bab95ed2-fff4-43de-a767-e1391058e236") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b507e3") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "647766a6-8fe8-4ed8-b2f6-f9f8ff55b06a") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a9cdc15-4b4d-4dc0-838e-e82187645d46") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "963cb7ac-ceb7-4432-b2e8-8ab8f7b75427") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b6b66e21-3bbb-4fd3-be56-ed08cbe088f4") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dd7a7cf1-ef73-4c1d-90c0-74b7779b5a10") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1d2b8ad2-f192-4575-8afd-2a916b84cf3d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "16b4883f-4667-425a-9f0f-9f4b182603f2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b8e444d8-df72-476b-a330-662d774902a3") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "726ba19c-2113-4840-9a86-51eadb615040") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "764ba6a2-8aa5-4a37-a88d-b1e9428badb7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "d3b01ac7-7e7a-4737-b292-854f2114d2eb") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 24 "Net-(D3-A)") + (pintype "passive") + (uuid "c8977627-e533-4408-a856-8a3aac2c3154") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 44 "Net-(U4B--)") + (pintype "passive") + (uuid "33fc26e1-dd97-4c4e-940b-80c7e5a794c9") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b62a") + (at 71.755 90.17) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R32" + (at 0 -1.778 0) + (layer "B.SilkS") + (uuid "5095d2fa-25a5-4743-a5be-b172442e27df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "510" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "b8899e1f-4fa5-42fc-a830-0dc9205a279b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09f1f915-2d47-4110-a341-21fe87355b96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29fda51f-6fad-41ce-812a-5f6602c6b81c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 71.755 90.17 0) + (layer "F.Fab") + (hide yes) + (uuid "24e8ab8d-f128-4e03-b16e-6b5823863b6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b519e5") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "edd6b6fa-5145-4c28-af4e-ea40ec66008f") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3efd7031-523d-4597-b1d5-a758b17f5a21") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a8060690-b77a-4e09-8091-fadc16611dbc") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "95cfd5bf-41ef-4b3a-95d7-58874e1bea8e") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c4cabaff-77b7-4190-9e2d-5afd1c608722") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6c525b13-8d96-4ffe-9697-c8c82501f7df") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b5805608-6d22-4a43-afb7-d2d45927703c") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0775c264-5989-4073-b454-c0dcac93be2b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "19fed00c-6529-44ad-a853-be8382a0fcb8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3e326476-2c48-44f6-9f66-79d92fb85c74") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "248b2c3d-150c-4880-b82b-547ab0ebe219") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 23 "Net-(D2-A)") + (pintype "passive") + (uuid "0f272862-daa8-4dea-b4fb-adfcd1b7edea") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 45 "Net-(U3B--)") + (pintype "passive") + (uuid "fd3d9aa9-c41e-4ce7-8c70-9b14b9954382") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b65b") + (at 71.755 130.81 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R34" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "3ef7d271-1ce9-4ed2-99e7-893a72089f28") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "510" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "209f738c-3449-4ca6-bace-dc68bffa40f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f0f92c7-2858-40f2-ad36-7f8083122986") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72082764-cac8-4302-9cbb-300789f3fcc4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 71.755 130.81 0) + (layer "F.Fab") + (hide yes) + (uuid "0619a06c-0a18-4554-bdbd-c2a7013bd408") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b52316") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9f6ace5-bc3c-4475-a60c-43cf90ba1a3d") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "769d7641-110f-4f5f-bd01-f6596b1e3e91") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6cb660ef-4156-4f09-8ede-0488da56863e") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9a21340b-7576-45e8-9aa1-92029fe93331") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b5dd9a12-3f13-4fe4-816b-2d6dffa99fbf") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9ec1dddc-25b5-43d5-9f64-62064237b842") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e5d9644f-afa9-4b1d-962d-68ff47d2c701") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62ed25ac-611f-4454-8ec3-65f9644767b8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4c2c2905-d27c-40cd-8590-cf5111958465") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7dac544b-6df4-4687-8a63-82ce5859d61c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "6cdb6848-c3a8-4a99-b99f-730f1d9b349a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 26 "Net-(D4-A)") + (pintype "passive") + (uuid "b50924cf-1550-49e3-82b8-3046741b9ada") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 46 "Net-(U5B--)") + (pintype "passive") + (uuid "48cc0fc7-0985-46e0-b33b-3bcba386de8e") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b788") + (at 60.198 64.008 90) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "U1" + (at 0 2.5 90) + (layer "B.SilkS") + (uuid "c31a0a77-a917-49f3-a9df-3b8e5ac70351") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "LM4040BIM3-5.0" + (at 0 -2.5 90) + (layer "B.Fab") + (uuid "13f79a94-b8d4-4686-9b2e-ea1cb0d97d74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9233eb6c-621d-48c3-a65b-94801602f7da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0754c62-81f6-4500-bcc5-20c1523ddaca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "5.000V Precision Micropower Shunt Voltage Reference, SOT-23" + (at 60.198 64.008 0) + (layer "F.Fab") + (hide yes) + (uuid "e940279b-4502-4f9e-89e9-a6e9740a57ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "6a4f2116-5f22-4756-81c5-e3c3b2d60762") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "17c025d2-54d4-4c58-8a9a-590c34f5f2cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"LM4040_NA10P0\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d0af8921-16d5-48eb-9cd4-2381c18c032c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "6d3899b1-2d4b-4ead-a25d-2f8fa1766a6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061c0222c") + (attr smd) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72317071-3909-4ee3-a29d-30e69fc3ce21") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "230b896f-f87b-48d2-8f5e-0c2ad458c721") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ed1c613-7c00-4e8d-81ae-b31c94c9ebcb") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a59cdd48-a96f-4c1c-9910-bba4e41a4880") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "1419b135-d7a5-41ef-9eec-dac4f6b3e0f3") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8ae497b7-c6c3-4dae-a4f8-bba5dd8c085a") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4cd8bf18-9b3c-47c5-bcd0-d21781453099") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "396db6c0-1f87-4c19-a215-fcce16f59db8") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "38e49f4e-92ed-496f-9e62-b4d1910ad058") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "55837676-9ca9-46d3-bd37-534657a5b700") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8302175d-ad4c-4c32-b942-18510dd6e1ef") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b1f43984-15c2-4ba7-b257-a03c03657b2c") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e6c33898-0086-4e80-b250-ac8ebe8cb067") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8770701b-3c09-409a-8411-c9c23f5c8600") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "B.Fab") + (uuid "aa3af040-41bc-4d76-9080-54d65d63be68") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 90) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 40 "/REF") + (pinfunction "K") + (pintype "passive") + (uuid "51616bd5-1906-4cfd-99f9-287fa342c20a") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 90) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "8041c36f-c015-4ad3-b665-ef6e34f5f885") + ) + (pad "3" smd roundrect + (at 0.9375 0 90) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "95801c63-6e3a-425d-8ada-0048f7e6a064") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b7a2") + (at 75.565 80.01 -90) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U2" + (at -0.254 -3.429 90) + (layer "B.SilkS") + (uuid "0996c1f4-e5b4-4611-8a59-bcfa06e77ff6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 0 -3.4 90) + (layer "B.Fab") + (uuid "a9db6541-11ed-42e8-972c-3c850debc4c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ac4cf2f-e0f3-45a0-9a1a-8c44f4f4b3ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "976fdb5d-dbbf-403d-ba42-09feece10a18") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 75.565 80.01 0) + (layer "F.Fab") + (hide yes) + (uuid "f7f5c364-a569-44dd-9d4f-8041bf450e96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f8f7d8ad-9c12-4e58-98aa-14a257c8a49c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "5accb803-e76a-4e83-a506-2ec6c6019147") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8e43b706-c82e-454f-a787-6e81d217c930") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0f47") + (attr smd) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9c3b65c-cf56-4668-975b-76092baa88f1") + ) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "347d1beb-f6a4-4b08-ab7d-35e6373819af") + ) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3be5014f-9b91-4754-8c99-e7e04d2a8c0b") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99eb3db5-dbb0-4278-9d8b-b96507805bf6") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "027997c7-1486-4e4f-b7fd-b23f81172709") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c73701df-183f-4046-8f5f-9557c389e285") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1c65020e-e762-495b-81bb-a117b09c4f0e") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1d0e1adc-6f46-4771-92dc-38ee90a32e8b") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9d3e0be8-6316-47f0-ad36-91817aa3bab2") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b9f8381a-a712-4c58-becd-33b36734319c") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "520b64fa-ffff-4d26-b7a6-33173bd0681f") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "50f0f16b-5669-47eb-b3df-ce1f94da9969") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "88f7a61b-31af-4c69-8647-dc2d7d176ba2") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "49bf03bc-a7af-49ae-aa02-c1eabd2b0b16") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "a3a9e87e-1506-46ce-9e83-e1fc51444d95") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 9 "/IN_1") + (pintype "output") + (uuid "3ad636c6-d1ee-40ad-935c-3b89e14827cd") + ) + (pad "2" smd roundrect + (at -2.475 0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 37 "Net-(U2A--)") + (pinfunction "-") + (pintype "input") + (uuid "7f7ee935-6a00-4fe1-99a3-523ece9135ef") + ) + (pad "3" smd roundrect + (at -2.475 -0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 32 "Net-(U2A-+)") + (pinfunction "+") + (pintype "input") + (uuid "d0cd329f-8db0-440b-8c70-8202b5469d8a") + ) + (pad "4" smd roundrect + (at -2.475 -1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "f37829d5-c250-49bd-aab0-93bd8a0dbdf6") + ) + (pad "5" smd roundrect + (at 2.475 -1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 9 "/IN_1") + (pinfunction "+") + (pintype "input") + (uuid "e9ef32a9-12fd-4ad7-9a43-5f9a8388b8e9") + ) + (pad "6" smd roundrect + (at 2.475 -0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(U2B--)") + (pinfunction "-") + (pintype "input") + (uuid "732e9d6b-dfd9-40ed-b8ef-8246cc956c4f") + ) + (pad "7" smd roundrect + (at 2.475 0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(U2B--)") + (pintype "output") + (uuid "ec0afd45-f63f-41cf-90e2-13abc7364ac5") + ) + (pad "8" smd roundrect + (at 2.475 1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "f857f8e8-683b-41f5-8af1-c7d5580226fb") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b7bc") + (at 75.565 100.33 -90) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U3" + (at -0.254 -3.429 90) + (layer "B.SilkS") + (uuid "6a8ac9da-f79e-4008-ab06-a51696b3c601") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 0 -3.4 90) + (layer "B.Fab") + (uuid "7ddbfae7-6171-4366-9752-9e434de1b743") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e501da2e-100f-4835-818e-216f91c0fa01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13f9c6fc-0b00-46e2-b388-aa18972f0580") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 75.565 100.33 0) + (layer "F.Fab") + (hide yes) + (uuid "bb7c72d0-f8e1-47fa-836d-e4fffad151bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "7a95c9ff-c4c5-4744-b81d-b6fc80d1e492") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b553d904-92e3-49ee-8501-1fdac9933b05") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "4448764f-a9be-4a7c-93e9-1acdc85d95a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061b94236") + (attr smd) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "19612ac9-ce06-4f32-92d9-4668c10dbfb0") + ) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc235607-cb93-441e-87a9-11fe9fd164fe") + ) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9446a978-a8cc-42c2-915a-83b1f2f06fe8") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f42a0bd4-a360-4302-b4b1-66dded7c5ab7") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "70003145-1ece-45b8-b95a-79b528be655b") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ce29ab27-bbd0-4043-8ec9-43dfbc3bd7bb") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "30919634-ad1c-4c18-bc31-4960b2a1284c") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8e9e18df-c66e-4417-9e63-852d80df7610") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b502820e-8cef-4ac0-b066-f70c5802b736") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "078b1476-9ada-4dc2-938e-40620dcc28b4") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7221aef9-4feb-4ec5-b92f-9e070bacbc17") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bf182ab7-8ffc-4030-8c0f-ff2098342696") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "966f4b5e-47a0-42ee-9592-82a437c9c1ed") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cad41904-1e6b-403f-8cc8-ddd7024bbe10") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "9b34a769-d4c8-4e83-bd38-d4d2e7e705fd") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 10 "/IN_2") + (pintype "output") + (uuid "6ef52e17-1ca5-4974-b9ee-269da50076d0") + ) + (pad "2" smd roundrect + (at -2.475 0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 38 "Net-(U3A--)") + (pinfunction "-") + (pintype "input") + (uuid "2434a8f7-1a6c-49a8-b59d-8f08acae831f") + ) + (pad "3" smd roundrect + (at -2.475 -0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 33 "Net-(U3A-+)") + (pinfunction "+") + (pintype "input") + (uuid "9de6e718-c903-4149-acd1-b092077dd685") + ) + (pad "4" smd roundrect + (at -2.475 -1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "6fc9edc2-d466-483a-95c9-d60372ac8efd") + ) + (pad "5" smd roundrect + (at 2.475 -1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 10 "/IN_2") + (pinfunction "+") + (pintype "input") + (uuid "896d97a3-ec4c-44e9-b90a-6eaf6f4d14ae") + ) + (pad "6" smd roundrect + (at 2.475 -0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 45 "Net-(U3B--)") + (pinfunction "-") + (pintype "input") + (uuid "7dcd84b8-76f0-4b7e-b8b5-804f1611e939") + ) + (pad "7" smd roundrect + (at 2.475 0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 45 "Net-(U3B--)") + (pintype "output") + (uuid "bd15c4d5-04e5-4fc5-9834-5604a4148920") + ) + (pad "8" smd roundrect + (at 2.475 1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "671baac4-8830-49c7-808d-5df45a929b15") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b7d6") + (at 75.565 120.65 -90) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U4" + (at -0.254 -3.429 90) + (layer "B.SilkS") + (uuid "81ee5941-525a-4278-a45c-f91d9e36bc8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 0 -3.4 90) + (layer "B.Fab") + (uuid "082383ea-c04f-4af7-ac1c-a5fc63a7628b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b07f473-80f9-4b38-a97d-4612ee7709f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41f14928-3ee7-4521-9b7c-5743fdba529d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 75.565 120.65 0) + (layer "F.Fab") + (hide yes) + (uuid "fd6836cf-ffce-487e-ab53-e61ec8f488d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9dcdefae-82c5-463b-b738-7e8a5ed8d0d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "3ae9584d-5f7a-4bc2-aa38-73ef8d6fea69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "c75d176e-cf60-4923-a228-945ad984ca61") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0f55") + (attr smd) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cae2797a-961a-4bbd-b5b9-ea5e69af05db") + ) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "03da97f3-6a50-46d4-8376-b53e4a359a84") + ) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0650ac8a-d720-4d0a-9a09-d2728a5518e7") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c329b4fb-51ec-4478-8471-2315eb6cb4cd") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "cb7c2f64-7b06-428e-ab84-325f68992002") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2e8f65d0-023a-4b6a-b0ff-b03c0cc0e1e4") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1648b11d-6c16-4b22-9be1-3dba18835421") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d149d5d7-2cff-4f17-b7bb-00fd2cc4ce6c") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3a1ea31b-c291-44c2-ae61-e3131ffe24e9") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e696eb1-ebb7-404b-9a52-0add4a37941d") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "25278313-1e38-4276-a924-88002f2fa005") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2dc83aa7-0b27-4c63-a894-efa602405f2a") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7e123778-094a-43cb-bde6-322d917c8a10") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "959a9086-fcdb-4473-b1cc-20af04a3010a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "443f17ea-8e63-4acf-9c64-89b624b01b82") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "/IN_3") + (pintype "output") + (uuid "1e37f56e-32a6-4029-907b-a512cec6a77c") + ) + (pad "2" smd roundrect + (at -2.475 0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 39 "Net-(U4A--)") + (pinfunction "-") + (pintype "input") + (uuid "a2d156b6-7184-43d4-992f-f7597a313c61") + ) + (pad "3" smd roundrect + (at -2.475 -0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(U4A-+)") + (pinfunction "+") + (pintype "input") + (uuid "2cdf15f1-a737-4567-8108-a5036d436e27") + ) + (pad "4" smd roundrect + (at -2.475 -1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "8acde2b5-9574-497d-b01c-1d0cd98a2efa") + ) + (pad "5" smd roundrect + (at 2.475 -1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "/IN_3") + (pinfunction "+") + (pintype "input") + (uuid "01b86ff9-cc0e-40ec-b106-3f7cf43ff516") + ) + (pad "6" smd roundrect + (at 2.475 -0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 44 "Net-(U4B--)") + (pinfunction "-") + (pintype "input") + (uuid "5c24ce4b-f6b9-4d01-a60a-1d28d333b337") + ) + (pad "7" smd roundrect + (at 2.475 0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 44 "Net-(U4B--)") + (pintype "output") + (uuid "a90b31fa-f796-46bd-badb-7014867b6c53") + ) + (pad "8" smd roundrect + (at 2.475 1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "e53efef2-6abc-418c-991f-ee7a4873e26b") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b7f0") + (at 75.565 140.27 -90) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U5" + (at -0.316 -3.429 90) + (layer "B.SilkS") + (uuid "c3fcb6b5-c82f-488e-a3ce-49574da22ff7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 0 -3.4 90) + (layer "B.Fab") + (uuid "cc7b3674-1a72-4d6c-bad4-d0fb0f7fda6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3d72d24c-17df-40fe-ad11-dbb06a1dd412") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "765fe045-75f0-4be4-9129-e25c5f0c0e28") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 75.565 140.27 0) + (layer "F.Fab") + (hide yes) + (uuid "91eae163-eae2-4dfb-b345-d4f421a5e84f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "2c11efaf-de2d-4493-913b-f60674b93dbd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "93c7077d-4b3b-4698-a91e-7081c86759d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "95a65663-93a7-4da8-9c57-aea3f0c756df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061b9b30f") + (attr smd) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "64009837-2345-4b6c-bc9b-e2e8fc410f1c") + ) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a3592f5-810a-4a9e-9c6c-3b58d4139bf9") + ) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ab32ba60-a5c7-4865-8030-9f8fd07bb6c1") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "75a0b4af-8d6f-4fd9-88ad-0db7898e339d") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "6749460d-a4f1-4ba6-bc80-64daa20017c9") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2fc3446f-4af0-43af-8fa1-dfb022192015") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7fdb71e4-0618-4383-8e2b-18278e30db14") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ed8bdf53-9c77-44c7-b032-040add53d94e") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "004220bc-e221-44ea-ab32-dc0a802803ef") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c7a75ca9-764f-4946-92fd-aa236aab3fa2") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "caa6e4c7-0360-43eb-8cfa-9eb77ef411f2") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "89227a8e-f178-4020-950d-e12eb5b25a1d") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "09cfb8f0-10b4-4e33-a6b1-e046f55bdbed") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d3bee7a3-9711-49e0-b270-6365b1123a79") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "72bb458d-89ef-4a2d-b0e4-c7a828cb7711") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 12 "/IN_4") + (pintype "output") + (uuid "3c1e85a3-3b24-487a-a6a4-db99038fbed2") + ) + (pad "2" smd roundrect + (at -2.475 0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 41 "Net-(U5A--)") + (pinfunction "-") + (pintype "input") + (uuid "6a15ea9a-4f40-444e-8304-0b3775520241") + ) + (pad "3" smd roundrect + (at -2.475 -0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(U5A-+)") + (pinfunction "+") + (pintype "input") + (uuid "9e364902-da7b-41f5-a133-0ecee096ef09") + ) + (pad "4" smd roundrect + (at -2.475 -1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "dd56e4c3-21ae-4c0c-a167-722480d199ee") + ) + (pad "5" smd roundrect + (at 2.475 -1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 12 "/IN_4") + (pinfunction "+") + (pintype "input") + (uuid "2904712b-04a9-4f84-a086-273db6ffe03d") + ) + (pad "6" smd roundrect + (at 2.475 -0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 46 "Net-(U5B--)") + (pinfunction "-") + (pintype "input") + (uuid "d02a6340-1961-4c0c-98b3-65c7eb9531d4") + ) + (pad "7" smd roundrect + (at 2.475 0.635 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 46 "Net-(U5B--)") + (pintype "output") + (uuid "cc62b127-6142-4043-96e9-16e53be299d1") + ) + (pad "8" smd roundrect + (at 2.475 1.905 270) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "8f66768a-b5fb-45e4-b407-452fced6186a") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b80a") + (at 86.36 147.32) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U6" + (at 0.254 -3.302 0) + (layer "B.SilkS") + (uuid "d70485dd-e058-43fb-a4c8-1fdf47df25ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 0 -3.4 0) + (layer "B.Fab") + (uuid "742d59db-f5d9-4b47-91bd-95c49356ce62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "591dc810-51ca-415b-9819-fd93abfce468") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c8cb2135-d3eb-41f6-a61f-f0ed18ae57da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 86.36 147.32 0) + (layer "F.Fab") + (hide yes) + (uuid "07fd9aa4-2d77-4896-915e-b5bac6cb6eb8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "af89fcf3-c662-4b92-ace1-c5ed38f3c01a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "649d0e91-38f1-459d-a6be-29f82c3210b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "b1c63199-37e1-4e8a-8233-cbe8e3e29ded") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061bc0f4e") + (attr smd) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d36a8196-d2b5-4174-8292-7e6acbe68362") + ) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa806aaa-dd78-429c-a767-264fb7add00c") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "05933dee-7bff-402f-85d4-c4890c6eab8e") + ) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "00c44572-487b-47e7-bc24-e33d7f4523d0") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "01b9f5a2-3eac-4cbc-b6ef-db5f35d70278") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7eca6f09-b6c6-4956-ad69-986ef8af23c2") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c2ab9ab5-6b60-4038-b0b5-947fb1447342") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9439c72d-7cf9-48ae-8a42-c02822476ab7") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "26c4cd8f-6e22-4d3d-89f2-bb647e1f3298") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d53287ce-8c5d-45e3-8440-9c933b9fb2ab") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b823fcce-ccb7-44dd-adf1-a8c2b9543f4d") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3e09306f-4843-4af6-b9d3-383b78b16f63") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ef5e8d58-2a7b-48e7-8a03-b09d4d67ab06") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d3f25b2-6e34-4c4e-a469-975a1f392932") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "438f4176-bd61-41c0-953f-25fdcc5dde01") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 47 "Net-(U6A-+)") + (pintype "output") + (uuid "952ad185-ce17-484e-ab65-9e88133ab5ae") + ) + (pad "2" smd roundrect + (at -2.475 0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "-") + (pintype "input") + (uuid "ed83f1f0-94d8-4805-9664-bc3311d8d119") + ) + (pad "3" smd roundrect + (at -2.475 -0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 47 "Net-(U6A-+)") + (pinfunction "+") + (pintype "input") + (uuid "44ac5599-7908-4d24-9f68-250c7b444404") + ) + (pad "4" smd roundrect + (at -2.475 -1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "176d4a0c-6da1-43a9-9a44-bce829789600") + ) + (pad "5" smd roundrect + (at 2.475 -1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 25 "/OUT") + (pinfunction "+") + (pintype "input") + (uuid "fdac882c-bc83-4420-9387-a2c5f2b20e6a") + ) + (pad "6" smd roundrect + (at 2.475 -0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(U6B--)") + (pinfunction "-") + (pintype "input") + (uuid "bde4386d-c0f4-4dae-a42d-5141f0e5bc9f") + ) + (pad "7" smd roundrect + (at 2.475 0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(U6B--)") + (pintype "output") + (uuid "145c1aab-9523-45b1-8212-40a102203782") + ) + (pad "8" smd roundrect + (at 2.475 1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "ce559629-6601-43da-8e25-c5ec5fc82326") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b3b824") + (at 62.865 148.209) + (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOIC SO") + (property "Reference" "U7" + (at 0.127 -3.175 0) + (layer "B.SilkS") + (uuid "faeeb2f2-81cc-47d4-ac8b-86da35258420") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TL072" + (at 0 -3.4 0) + (layer "B.Fab") + (uuid "7c3d1ba4-8e1d-4efc-85c9-e54ad8225813") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd719c08-c052-499b-8b11-4d924aa7107e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0c5bf30-cbb0-4f72-b5dd-dd7e51d4c0b6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 62.865 148.209 0) + (layer "F.Fab") + (hide yes) + (uuid "b9300f67-6357-478b-807b-4c380fe0de6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "4e0a944d-4b0e-42f9-81f9-d4017d5fd163") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "1f521fee-ffcc-4b6c-8b63-0f86c067d780") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8c92a7f5-cbc4-4bbc-801b-427aab9bc835") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/00000000-0000-0000-0000-000061b99c12") + (attr smd) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7120a1cc-fdfb-42f2-9979-0a7d34ff159a") + ) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "675c28b1-07fd-4c32-bb13-55ccaaa1b368") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "638eb728-8abc-4ea0-bd74-da03bed98ede") + ) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "afe920d9-c8ef-4c05-b18f-c2d07d9bfc89") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "0b5930fe-a465-43db-a9d8-4a0ef7fec93a") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3be03f11-7200-4bfc-93bd-406ae790df77") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4206939a-577f-4401-8666-f2a6367db90f") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "af04dbcd-5402-464d-9aef-9dc70e34d2e4") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d8ecd7ea-1a2d-4ace-8015-c3455602d679") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1c3321c5-3c0b-4ba6-9c34-ef3c461290f3") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "626b3644-6942-4713-8adc-3f88f049815f") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b1f820a5-7bd5-4b42-9f03-b3c134ace217") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d7fb4e0a-58d5-4bec-92af-2b7eb1b5b142") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e7da72ae-fcdd-4e7e-8ef0-f659f7a625ca") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4fefe19d-6572-4d72-967e-ee75c262ee29") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.475 1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(C10-Pad1)") + (pintype "output") + (uuid "1aea8900-23ae-46d3-9c8e-36f260bbe2d8") + ) + (pad "2" smd roundrect + (at -2.475 0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(U7A--)") + (pinfunction "-") + (pintype "input") + (uuid "a6be03a7-0b37-4a7b-b2e2-6af9cfa94a76") + ) + (pad "3" smd roundrect + (at -2.475 -0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "49abc92d-79d5-446f-af7b-8ffcc5cbf168") + ) + (pad "4" smd roundrect + (at -2.475 -1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "5687e8ba-f42b-4b37-a9f5-20b35b69b324") + ) + (pad "5" smd roundrect + (at 2.475 -1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "97e5a350-59ea-4927-9774-5a2499477b1e") + ) + (pad "6" smd roundrect + (at 2.475 -0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(U7B--)") + (pinfunction "-") + (pintype "input") + (uuid "4c6b141e-ede8-44f3-a89b-46fb9f61b599") + ) + (pad "7" smd roundrect + (at 2.475 0.635) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 25 "/OUT") + (pintype "output") + (uuid "0b1be72e-6fd5-408c-af9f-7d6d0f0b08cc") + ) + (pad "8" smd roundrect + (at 2.475 1.905) + (size 1.95 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "a6ff737c-c8e0-4470-bae7-e70cfcd9687b") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061b4896b") + (at 69.215 153.162 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C9" + (at 0 -1.524 0) + (layer "B.SilkS") + (uuid "b30944da-3586-4f96-b19b-698eb7a911bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100p" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "c3fee1cf-e08a-4fc7-9ad5-4d8171c7ef27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b1e5edf-0a2a-4330-a67f-09f2942449d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b0b78b2-6776-4146-9d50-226eefd72015") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 69.215 153.162 0) + (layer "F.Fab") + (hide yes) + (uuid "089296cc-476c-4dab-967e-bf7ab60f53da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061b5dcb6") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c48025a9-ae18-4e5e-8f3b-a854e34ada71") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "87d98c9e-1183-4c80-84bc-b06b16a77d54") + ) + (fp_line + (start 1.88 0.98) + (end -1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aa189484-0a37-4063-aa7a-234ac3a820f2") + ) + (fp_line + (start 1.88 -0.98) + (end 1.88 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "13f03b3c-c264-40bc-8e0d-e1cfb8628531") + ) + (fp_line + (start -1.88 0.98) + (end -1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "844a38a3-2626-4888-bdd9-fcd6bd54b8e0") + ) + (fp_line + (start -1.88 -0.98) + (end 1.88 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4d1c16c8-912b-44a1-83ac-33140e556b1a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b6cb2a64-2baf-44c7-b04d-5cb910e337da") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "04986713-6c49-42e8-b727-f82982c5b991") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "879339e3-e0ff-4de7-a08f-2c0cb2f368a4") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a2735faf-ba2f-433c-9001-49670f46b841") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "3d8a4ae9-20a8-47c1-997c-21531f38c874") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 25 "/OUT") + (pintype "passive") + (uuid "6b32fc62-88e1-4625-8909-fde2e6d01813") + ) + (pad "2" smd roundrect + (at 1.0375 0 180) + (size 1.175 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.212766) + (net 4 "Net-(U7B--)") + (pintype "passive") + (uuid "05f164ca-563a-48bb-bc5e-0d1d9f4b7859") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 50.8 50.8) + (end 91.1 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "414ac62f-dd7f-47e0-8072-dde60f29b19a") + ) + (gr_line + (start 91.1 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "62875a8a-d2fe-4a51-a8b5-2b349cf68bc3") + ) + (gr_line + (start 91.1 50.8) + (end 91.1 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "b5d00713-fce5-4422-8df8-da82771c89e7") + ) + (gr_text "summe" + (locked yes) + (at 68.9 158.06 0) + (layer "B.SilkS") + (uuid "9c8fdf06-c8c5-49d5-b787-6d9bada2d902") + (effects + (font + (size 0.8 1) + (thickness 0.15) + ) + (justify left mirror) + ) + ) + (segment + (start 61.711557 52.784499) + (end 67.444559 58.517501) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "08868e23-5330-48b1-a98f-6d899c83ecc4") + ) + (segment + (start 55.927501 52.784499) + (end 61.711557 52.784499) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "0cbb7a4c-92e4-422e-80a6-c9f462abf908") + ) + (segment + (start 76.356499 58.517501) + (end 77.597 57.277) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "3233ed16-344d-4766-9411-d035a37d8c4a") + ) + (segment + (start 67.444559 58.517501) + (end 76.356499 58.517501) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "657f1b20-974f-4d3e-87b1-1913b586170a") + ) + (segment + (start 54.864 53.848) + (end 55.927501 52.784499) + (width 0.381) + (layer "F.Cu") + (net 1) + (uuid "f26a587d-d655-446f-bd0c-b281892cd0af") + ) + (via + (at 82.296 76.962) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "2097853f-a239-46c4-a1c2-f8a3c6a2d823") + ) + (via + (at 84.836 151.384) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "47efac8e-7799-4446-9f8c-b6ecb5b5ad80") + ) + (via + (at 82.296 136.652) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "646291c3-1fcb-4fa3-974f-67ae876f0075") + ) + (via + (at 82.296 117.602) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "72a19167-a4f0-4988-92eb-4a3e561633b7") + ) + (via + (at 89.154 142.24) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "81c2cfaf-b930-4a46-b173-459e1ea88bf0") + ) + (via + (at 82.296 97.282) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "822692fe-1eb6-40e9-b8e3-1b90dde2cde5") + ) + (via + (at 85.979 147.955) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "8b2cfb01-fe95-4a0c-a6a0-a8305bc9263b") + ) + (via + (at 66.548 145.096) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "af5cf377-be24-4f96-9b4b-be246b0524e3") + ) + (via + (at 68.58 140.716) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "b66f9f42-2def-4259-a9a5-26170caa641c") + ) + (via + (at 58.42 146.304) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "cf2a16ea-6f50-4214-8d31-96f774bd7384") + ) + (via + (at 61.722 152.4) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "d75c30db-9ff1-41d5-9590-a9817727b7b1") + ) + (segment + (start 84.963 151.511) + (end 84.836 151.384) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "01375905-d618-4833-bfb2-724a98115f62") + ) + (segment + (start 82.1905 97.3875) + (end 82.296 97.282) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "017d366e-989b-4bbd-845f-d8abc657419a") + ) + (segment + (start 84.074 77.105) + (end 82.439 77.105) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "0cb05b3b-185b-4966-bb41-b650548522a8") + ) + (segment + (start 70.3365 140.716) + (end 70.485 140.5675) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "0e52cffe-629f-41e7-aa02-d5aa681e54e3") + ) + (segment + (start 82.1605 77.0975) + (end 82.296 76.962) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "140df5a3-b0dd-466d-8e36-972a0a067eae") + ) + (segment + (start 66.8848 66.008) + (end 72.1868 60.706) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "1edbec4e-69d5-4848-a004-b6c30ee91f89") + ) + (segment + (start 87.1435 142.24) + (end 89.154 142.24) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "298b8c7c-ed9a-496a-83e9-dc9319e66cbf") + ) + (segment + (start 69.4475 101.6) + (end 70.485 100.5625) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "3417969d-77e5-4a6c-8fed-deaa58307c84") + ) + (segment + (start 59.248 64.9455) + (end 60.3105 66.008) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "382e3a37-2fe8-4f83-a25b-96c98f31af3e") + ) + (segment + (start 83.885 147.955) + (end 85.979 147.955) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "3963998c-2773-4662-931a-8c5f8614e56c") + ) + (segment + (start 68.58 140.716) + (end 70.3365 140.716) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "3a9ef905-7dc8-404f-93fc-e42f8342d890") + ) + (segment + (start 80.518 117.7375) + (end 82.1605 117.7375) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "46c95d92-8050-43cc-84a1-54bd8cc54fdc") + ) + (segment + (start 84.074 117.745) + (end 82.439 117.745) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "4ab8aafb-f5a7-408d-88f7-89152b6fe11b") + ) + (segment + (start 82.439 117.745) + (end 82.296 117.602) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "4d0bbbad-95a7-442e-8b6f-4c8ff8777b8a") + ) + (segment + (start 72.1868 60.706) + (end 74.168 60.706) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "4f2f160c-c225-4748-9775-c7d0af0fed4b") + ) + (segment + (start 80.518 136.7575) + (end 82.1905 136.7575) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "580162a0-3a9a-41fc-9d7b-49d9fcb2df09") + ) + (segment + (start 69.4475 121.92) + (end 70.485 120.8825) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "5936a55c-74d3-49d4-ace2-345cfb82c3b8") + ) + (segment + (start 82.409 136.765) + (end 82.296 136.652) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "5b5bd36f-ded2-4e11-971b-136e33ac37ff") + ) + (segment + (start 80.518 77.0975) + (end 82.1605 77.0975) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "6bacf196-0c0d-404d-a849-0d0eb4b1450b") + ) + (segment + (start 82.439 77.105) + (end 82.296 76.962) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "6e213b97-2504-4674-a0f5-2143e0dec957") + ) + (segment + (start 84.074 136.765) + (end 82.409 136.765) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "7b9563f8-974f-4761-97d1-bba77e29cdbb") + ) + (segment + (start 67.44 121.92) + (end 69.4475 121.92) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "7e6aa250-27cf-4431-865d-afe21607f440") + ) + (segment + (start 67.9665 141.3295) + (end 68.58 140.716) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "7f9a81ca-adca-441a-bb46-a3d20ccf59c8") + ) + (segment + (start 82.1905 136.7575) + (end 82.296 136.652) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "82c41850-f407-49fb-b762-b63ec88de255") + ) + (segment + (start 66.548 141.3295) + (end 67.9665 141.3295) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8cc48acc-b031-49bb-a884-5a3fa99f35c5") + ) + (segment + (start 59.69 147.574) + (end 58.42 146.304) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8dc12fc8-f856-4d38-9c85-1f5cc1cda82d") + ) + (segment + (start 63.4785 152.4) + (end 61.722 152.4) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8edab969-9f21-4164-8bcd-bf0d536673ef") + ) + (segment + (start 67.44 81.28) + (end 69.4475 81.28) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "ab75701c-3a7c-4cbb-b8d0-82a340b9f8d2") + ) + (segment + (start 80.518 97.3875) + (end 82.1905 97.3875) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "ac45aa0b-3918-4345-86a2-48e3b0da53bc") + ) + (segment + (start 86.5925 151.511) + (end 84.963 151.511) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "b0026dee-cafe-471b-85fb-7c99498f9756") + ) + (segment + (start 82.409 97.395) + (end 82.296 97.282) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "b05a7a8b-6399-4b11-8a30-89125d4f546b") + ) + (segment + (start 69.4475 81.28) + (end 70.485 80.2425) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "b55afe19-965b-47da-8be0-542500e9f530") + ) + (segment + (start 74.168 60.706) + (end 77.597 57.277) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "bc92a1c7-0564-4064-b86a-8af556e72def") + ) + (segment + (start 67.44 101.6) + (end 69.4475 101.6) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "bf1af61c-307a-4ec0-9899-56b170a6945d") + ) + (segment + (start 82.1605 117.7375) + (end 82.296 117.602) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "c0095ee1-894e-41f3-abce-40c875f9fa8a") + ) + (segment + (start 60.3105 66.008) + (end 66.8848 66.008) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "c5759223-bfcd-4b46-9ccb-9af9c1974b60") + ) + (segment + (start 60.39 147.574) + (end 59.69 147.574) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "d11bcf16-4d25-4ce8-8066-5d3a7027ca87") + ) + (segment + (start 65.34 146.304) + (end 66.548 145.096) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "d94dbd2a-6060-4b81-9c57-15c61fc16fe5") + ) + (segment + (start 84.074 97.395) + (end 82.409 97.395) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "dc52be2f-272e-48fc-8678-c4b735ee2892") + ) + (segment + (start 51.308 61.468) + (end 51.308 68.072) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "042841b4-abf6-40df-9f4a-fc5e15e6e91e") + ) + (segment + (start 54.311001 157.435001) + (end 56.432999 157.435001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "370cabb1-fe3d-4a7d-ba96-29554504e639") + ) + (segment + (start 69.805001 144.570999) + (end 70.60598 143.77002) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "376c9615-b997-4e49-b2ca-7da3a01327fa") + ) + (segment + (start 55.372799 92.830001) + (end 51.308 88.765202) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "3caaed97-4ade-41e2-9bda-b75fdab005f6") + ) + (segment + (start 86.912999 157.435001) + (end 87.122 157.226) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "3eeaee25-eddc-4fa1-b1c8-88853613a424") + ) + (segment + (start 51.308 87.884) + (end 51.308 108.458) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "4d760458-4b1a-47fd-ba0e-03a955675a7c") + ) + (segment + (start 72.136 101.092) + (end 63.874001 92.830001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "4e77f8f1-1d78-4a7b-bf14-8d58341fe794") + ) + (segment + (start 51.308 68.072) + (end 51.308 87.884) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5d49f3c8-e924-4fe0-8871-58d757d54e7e") + ) + (segment + (start 55.372799 72.510001) + (end 51.308 68.445202) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5ff4acec-4359-463b-9d21-e0309e6568be") + ) + (segment + (start 69.805001 157.435001) + (end 69.805001 144.570999) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "67e79f56-fc36-467a-a6f9-23382b6fcc63") + ) + (segment + (start 51.308 88.765202) + (end 51.308 87.884) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "683e14df-02a1-4b05-814b-fc3cf517b543") + ) + (segment + (start 51.308 154.432) + (end 54.311001 157.435001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "6b0595df-c572-4f35-973c-d44e68f7a482") + ) + (segment + (start 69.805001 157.435001) + (end 86.912999 157.435001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "75329746-22fd-4432-b247-e579d2cbcd56") + ) + (segment + (start 61.766999 157.435001) + (end 65.532 153.67) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "7ba84ab9-8d00-4852-a3a0-153e4011eb8a") + ) + (segment + (start 51.308 68.445202) + (end 51.308 68.072) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "93bf9699-2bdd-4974-b094-b586af50ba69") + ) + (segment + (start 72.136 80.772) + (end 63.874001 72.510001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ab80d34e-6552-4fd4-b89c-82feead477a7") + ) + (segment + (start 56.432999 157.435001) + (end 69.805001 157.435001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "abbb07d7-4541-4b8a-a13b-c4a39d9ce96a") + ) + (segment + (start 51.308 108.458) + (end 51.308 154.432) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "b09c1582-4f16-42ad-a88c-4f7617b20bf2") + ) + (segment + (start 63.874001 92.830001) + (end 55.372799 92.830001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "b5dad203-de6a-4096-b42a-34f35f92f8ee") + ) + (segment + (start 58.801 53.975) + (end 51.308 61.468) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ccb580a9-efda-46a6-b1e5-4a05b1679890") + ) + (segment + (start 70.60598 143.77002) + (end 70.866 143.77002) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "de5ec821-a2e0-428b-a553-7dd8cef05823") + ) + (segment + (start 56.432999 157.435001) + (end 61.766999 157.435001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "dfb6cd9f-0336-4e4c-9fd7-887b69dd1c6b") + ) + (segment + (start 63.874001 72.510001) + (end 55.372799 72.510001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e058d6a9-ccae-4614-9596-7ca3193dc2a3") + ) + (segment + (start 64.822798 124.46) + (end 70.612 124.46) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ed1f8f7d-cf19-431d-8f87-43a96424d08e") + ) + (segment + (start 51.308 110.945202) + (end 64.822798 124.46) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "f09cca86-53df-4d11-828d-c072d27d9102") + ) + (segment + (start 51.308 108.458) + (end 51.308 110.945202) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "f8871260-e707-44ed-a206-1c9a025a9904") + ) + (via + (at 72.136 80.772) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "157fb079-80b8-4ac6-a457-c4946c73ab1a") + ) + (via + (at 65.532 153.67) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "586b25c4-6256-42cf-a017-4e5c00db4ce9") + ) + (via + (at 87.122 157.226) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "9676d890-5599-4030-955f-6846f3a17da0") + ) + (via + (at 70.866 143.77002) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "b65b14a5-7608-46d2-9f07-21f53a2b8b6b") + ) + (via + (at 72.136 101.092) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "c147b582-c351-483f-aa1d-ef504844bcd9") + ) + (via + (at 70.612 124.46) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "d63e383b-b2d6-4229-9c26-7ee8ea8f188d") + ) + (segment + (start 73.66 123.125) + (end 70.6525 123.125) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "0520a651-d669-4565-af77-7a86d5673eea") + ) + (segment + (start 73.66 82.485) + (end 70.6525 82.485) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "0dbeff40-33ec-44f2-93d1-597bdbd447c0") + ) + (segment + (start 88.835 151.3435) + (end 88.6675 151.511) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "12c14ea3-49db-4414-93cf-1419a222fc58") + ) + (segment + (start 87.70499 152.47351) + (end 88.6675 151.511) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "17730df2-9609-40d9-b030-244f6ae6551e") + ) + (segment + (start 70.866 143.77002) + (end 70.866 143.0235) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "21ad29ae-5099-47b2-9c70-589b24165968") + ) + (segment + (start 73.66 142.745) + (end 70.5875 142.745) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "3728496a-a0a5-4378-bb13-5ee29895a4a3") + ) + (segment + (start 58.801 53.975) + (end 60.262999 55.436999) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "3878bd9f-96bd-43f1-a113-54bd9ce65c78") + ) + (segment + (start 65.532 152.4215) + (end 65.5535 152.4) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "3954e64a-3b6f-4383-925a-62edfd435091") + ) + (segment + (start 70.6525 82.485) + (end 70.485 82.3175) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "41bd595c-bf5b-467b-9005-0f828a133564") + ) + (segment + (start 70.612 124.46) + (end 70.612 123.0845) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "55d66232-76d4-43f7-b561-b0b4dea46be4") + ) + (segment + (start 70.6525 123.125) + (end 70.485 122.9575) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "594ec81d-25bd-492c-ac37-baff004cf2c0") + ) + (segment + (start 87.70499 156.64301) + (end 87.70499 152.47351) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "5eeb8a4f-0d54-46d6-abea-dacd6401d481") + ) + (segment + (start 58.801 53.975) + (end 58.801 60.563) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "605e7949-8f65-485a-901d-8d7f77528613") + ) + (segment + (start 70.5905 102.6375) + (end 72.136 101.092) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "6a313852-3a90-4a2f-af57-094f23661803") + ) + (segment + (start 65.5535 152.4) + (end 65.5535 150.3275) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "70c94dfa-786a-4212-961d-589d270a08da") + ) + (segment + (start 70.5875 142.745) + (end 70.485 142.6425) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "7457d36f-2702-43cd-8dfb-9058db63993b") + ) + (segment + (start 70.5905 82.3175) + (end 72.136 80.772) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "7def5806-fb88-4d37-b81d-6417294aa43f") + ) + (segment + (start 64.578001 55.436999) + (end 65.278 54.737) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "7f9b5470-5c70-420e-9bce-f79aa8fc5272") + ) + (segment + (start 70.6525 102.805) + (end 70.485 102.6375) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "85ab2e34-fd6e-41b3-b538-9b77ac3cfd15") + ) + (segment + (start 70.612 123.0845) + (end 70.485 122.9575) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "8a7b0174-94e2-41d1-b5b7-329cd896ee29") + ) + (segment + (start 70.866 143.0235) + (end 70.485 142.6425) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "8e63cc35-a0f3-4f1a-b048-9d1cf26b13f2") + ) + (segment + (start 88.835 149.225) + (end 88.835 151.3435) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "9302e860-c851-4308-81ec-e0a6b5b4ac41") + ) + (segment + (start 58.801 60.563) + (end 59.198 60.96) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "a5d7e3de-4a45-4670-a99b-80f9a25be43f") + ) + (segment + (start 70.485 102.6375) + (end 70.5905 102.6375) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "bebc9cfe-4d7c-4662-8525-a76be37bf303") + ) + (segment + (start 65.532 153.67) + (end 65.532 152.4215) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "c19b92b7-0f24-4745-b8cd-34194e327f18") + ) + (segment + (start 73.66 102.805) + (end 70.6525 102.805) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "c20f1021-3b70-493b-8db7-51da8b51c8d7") + ) + (segment + (start 87.122 157.226) + (end 87.70499 156.64301) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "c49d0602-801f-42af-a02e-cf96fb553a7c") + ) + (segment + (start 65.5535 150.3275) + (end 65.34 150.114) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "cecb5d54-dcea-4736-a75e-4ca689d2a81a") + ) + (segment + (start 70.485 82.3175) + (end 70.5905 82.3175) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "f398c2ab-1667-4c94-b5cd-ee57c37185da") + ) + (segment + (start 60.262999 55.436999) + (end 64.578001 55.436999) + (width 0.381) + (layer "B.Cu") + (net 2) + (uuid "fb9ed44f-9223-406b-8b5f-793223313f03") + ) + (segment + (start 54.785098 51.624) + (end 64.578 51.624) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "78c3ab87-09e2-4bd3-9103-5719fec525d9") + ) + (segment + (start 65.278 52.324) + (end 64.578 51.624) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "de787878-3c3b-497b-a6c2-1588aea4e76f") + ) + (segment + (start 54.785098 51.624) + (end 52.864 53.545098) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "f7e2bb13-a2c0-41a8-85b0-286cc5c31087") + ) + (segment + (start 52.864 53.545098) + (end 52.864 53.848) + (width 0.381) + (layer "F.Cu") + (net 3) + (uuid "fd98c01a-b087-47a1-a6b5-30e88f6a185c") + ) + (segment + (start 88.40101 139.35318) + (end 87.842095 139.912095) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "05fc055d-bf3c-4f86-b659-6b1351942873") + ) + (segment + (start 86.106 140.716) + (end 83.621002 140.716) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "08336d86-fabd-4198-b6d3-9b7ba6a235c1") + ) + (segment + (start 88.40101 76.19099) + (end 88.40101 94.24301) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "09a73247-ac13-467f-97db-486769d61314") + ) + (segment + (start 88.40101 113.27499) + (end 88.40101 139.35318) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "10486fc1-9792-4113-94ba-813a31918b95") + ) + (segment + (start 63.6485 146.304) + (end 60.39 146.304) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "184b2336-62c2-47d0-b85e-31d9fae43b2a") + ) + (segment + (start 54.38062 51.20001) + (end 85.99801 51.20001) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "1f5ab335-0786-4699-ba57-8c75b4daf09c") + ) + (segment + (start 83.885 143.4235) + (end 85.0685 142.24) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "27365279-55e9-4196-bab1-0fd8c12cae84") + ) + (segment + (start 85.99801 51.20001) + (end 88.40101 53.60301) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "311eef55-73c5-47b3-8e07-41384c4c63e6") + ) + (segment + (start 88.40101 120.33318) + (end 88.06418 120.67001) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "340e87d9-79f7-4a64-b003-e5ee5cb668c0") + ) + (segment + (start 88.40101 79.69318) + (end 88.40101 76.19099) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "341e67a6-90cd-426c-a1d3-e0f3883cbd4b") + ) + (segment + (start 80.518 138.8325) + (end 78.5075 138.8325) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "42ad7d63-c0c3-435f-b1bb-a97a2194eec6") + ) + (segment + (start 78.8805 77.535) + (end 80.518 79.1725) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "4794f569-4c03-45aa-a598-f8c368a21659") + ) + (segment + (start 88.06418 100.32001) + (end 81.37551 100.32001) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "4907bc64-024a-4cbc-a71d-a0579a8c87f6") + ) + (segment + (start 78.5075 138.8325) + (end 77.47 137.795) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "4f03ae8a-c7cc-493e-b50a-feeeeeb0a203") + ) + (segment + (start 85.0685 142.24) + (end 85.51419 142.24) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "53785adb-f4be-46d3-b4af-bc8a6c1ec80a") + ) + (segment + (start 83.621002 140.716) + (end 81.737502 138.8325) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "54877363-59f5-47a1-8825-551c9ac4946e") + ) + (segment + (start 54.38062 51.20001) + (end 52.864 52.71663) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "56397a7a-dc27-4ab1-a5cb-45b3bf78c5d7") + ) + (segment + (start 88.06418 120.67001) + (end 81.37551 120.67001) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "56be985c-59ed-406c-864c-e69aa465f4da") + ) + (segment + (start 81.37551 120.67001) + (end 80.518 119.8125) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "577f4c86-0fdf-4fd8-95a5-fe58104fbbd7") + ) + (segment + (start 80.518 119.8125) + (end 79.1075 119.8125) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "596a50e1-aea8-4445-939c-104920d011e3") + ) + (segment + (start 79.781767 142.080001) + (end 82.644001 142.080001) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "5b13e75c-7b91-457d-8790-00302cfdf6c9") + ) + (segment + (start 88.40101 76.19099) + (end 88.40101 53.60301) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "5de5318c-5af4-4f14-bb58-43956c994a12") + ) + (segment + (start 77.366748 144.49502) + (end 67.63852 144.49502) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "6093d413-0628-435b-8344-946b77aea907") + ) + (segment + (start 81.37551 100.32001) + (end 80.518 99.4625) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "60edf2ed-a93f-4a5c-b1ef-138b21ed6986") + ) + (segment + (start 66.548 143.4045) + (end 63.6485 146.304) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "66ac6de2-6152-4947-a7c2-536596063f19") + ) + (segment + (start 87.03819 140.716) + (end 86.106 140.716) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "7b6a3e03-5b4a-46a4-b15d-f3197c32d989") + ) + (segment + (start 52.864 52.71663) + (end 52.864 53.848) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8858a580-9bdb-4b8c-9eef-e79186088d9d") + ) + (segment + (start 77.47 77.535) + (end 78.8805 77.535) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8c647561-4b32-49a6-a101-8fddf7e20e9e") + ) + (segment + (start 88.40101 94.24301) + (end 88.40101 99.98318) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "92661cfa-0f6a-4cdd-944f-22ee39600b21") + ) + (segment + (start 88.40101 99.98318) + (end 88.06418 100.32001) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "97810cbe-1acc-4858-946d-84a33711aecc") + ) + (segment + (start 80.518 79.1725) + (end 81.37551 80.03001) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "9a238175-a162-4e83-9967-dc16aa1a147d") + ) + (segment + (start 87.842095 139.912095) + (end 87.03819 140.716) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "9b39a0d1-1819-467a-88c0-b3107e253cce") + ) + (segment + (start 67.63852 144.49502) + (end 66.548 143.4045) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "9b3fdab3-5081-41af-b947-200990d78927") + ) + (segment + (start 83.885 145.415) + (end 83.885 143.4235) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a8a05132-e176-4e4d-95b9-11a572738de8") + ) + (segment + (start 79.781767 142.080001) + (end 77.366748 144.49502) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "ab1404ef-6c31-41c0-8729-01a461abc3d1") + ) + (segment + (start 88.40101 113.27499) + (end 88.40101 120.33318) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "ae527a0a-ab38-497c-9c85-7bfc0341f15d") + ) + (segment + (start 79.1075 119.8125) + (end 77.47 118.175) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b0c4ee05-7b8c-48f8-b411-7b062ee68008") + ) + (segment + (start 79.0775 99.4625) + (end 77.47 97.855) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "c006358a-7f38-4d2d-b552-c6a1dce44d31") + ) + (segment + (start 81.737502 138.8325) + (end 80.518 138.8325) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "c02c3c02-7697-4da4-aeb8-69a743dc5f08") + ) + (segment + (start 84.008002 140.716) + (end 82.644001 142.080001) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "c12f27aa-cb7d-4c22-b0fb-b789ed2e9a3a") + ) + (segment + (start 88.40101 94.24301) + (end 88.40101 113.27499) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "c3cad17b-f09e-482a-99c2-efac9403a381") + ) + (segment + (start 86.106 140.716) + (end 84.008002 140.716) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "df261542-34d9-4614-81b6-cc3cc3b29b28") + ) + (segment + (start 85.51419 142.24) + (end 87.842095 139.912095) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "df8875f6-d6c2-4444-a2ad-c01813f5a935") + ) + (segment + (start 80.518 99.4625) + (end 79.0775 99.4625) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "ed8a431d-5a0e-43f8-9390-2660c767afe2") + ) + (segment + (start 88.06418 80.03001) + (end 88.40101 79.69318) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "f2e7266e-5b6e-42f0-b15b-44e1cecabffa") + ) + (segment + (start 81.37551 80.03001) + (end 88.06418 80.03001) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "f9421e4f-ae7e-44f6-9a79-6054e4735ca6") + ) + (segment + (start 64.03999 147.89901) + (end 64.03999 149.190758) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "245d7719-c53d-4ed3-b432-6d8b95458c19") + ) + (segment + (start 64.365 147.574) + (end 64.03999 147.89901) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "5a54809b-249c-4177-ab44-d13cc5f6176a") + ) + (segment + (start 68.215 153.1245) + (end 68.1775 153.162) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "71b406eb-6a3e-4f7c-b58c-4947e615db10") + ) + (segment + (start 65.34 147.574) + (end 64.365 147.574) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "72de0eac-ab54-453e-8f68-85f428d98643") + ) + (segment + (start 67.57001 149.46901) + (end 68.215 150.114) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "736c34ea-1510-4a0e-903d-28d0148639c4") + ) + (segment + (start 67.453 147.574) + (end 68.215 146.812) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "7da28bf0-82b9-4241-a072-083fa55bad4b") + ) + (segment + (start 68.215 150.114) + (end 68.215 153.1245) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "819434db-a7fa-4023-8909-fb7f24c3f211") + ) + (segment + (start 64.03999 149.190758) + (end 64.318242 149.46901) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "93ed9896-802f-4aaa-95a4-56dfe6b42752") + ) + (segment + (start 64.318242 149.46901) + (end 67.57001 149.46901) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "9563c886-d90b-47b7-8a35-5024e7856179") + ) + (segment + (start 65.34 147.574) + (end 67.453 147.574) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "9b1d2abb-117e-4aeb-8d58-fce22228982b") + ) + (segment + (start 53.975 147.8065) + (end 57.2395 147.8065) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "2b4c5471-a65f-4d61-8b24-9fc2c3366511") + ) + (segment + (start 53.975 147.8065) + (end 53.975 143.337) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "61402372-36b3-4e32-aeee-fb8bd7a5d802") + ) + (segment + (start 58.277 148.844) + (end 57.277 147.844) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "732711e0-46cd-4eda-9492-fe678cc7a7ed") + ) + (segment + (start 60.39 148.844) + (end 58.277 148.844) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "74a052c8-9fd3-46bb-94e6-1715524d2429") + ) + (segment + (start 57.2395 147.8065) + (end 57.277 147.844) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "92ab1e7a-2415-4f2d-a06b-c14339f3013d") + ) + (segment + (start 57.1108 143.337) + (end 60.2465 143.337) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "9e8896eb-cae7-4321-b810-27d7e1792400") + ) + (segment + (start 60.2465 143.337) + (end 63.3822 143.337) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "c413e9e9-6834-4b52-b832-356324782434") + ) + (segment + (start 53.975 143.337) + (end 57.1108 143.337) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "f2445252-6dd5-45d0-a2c5-7d558d0d6858") + ) + (segment + (start 75.057 54.737) + (end 75.057 57.277) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "aee825a0-2aab-4934-b5e5-34c94019c684") + ) + (segment + (start 82.677 54.737) + (end 81.4365 53.4965) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "50da6894-bad7-4e5c-bf1f-442f5f7ebc78") + ) + (segment + (start 82.677 54.737) + (end 82.677 57.277) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "a072a698-b3e3-488b-95e2-b6a8c104356f") + ) + (segment + (start 69.0585 53.4965) + (end 67.818 54.737) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "a43bf67a-e838-4ad7-a41d-8599f556dd40") + ) + (segment + (start 81.4365 53.4965) + (end 69.0585 53.4965) + (width 0.381) + (layer "F.Cu") + (net 7) + (uuid "b1ba25f7-d3f9-4eb7-a17a-47ed84399151") + ) + (segment + (start 85.217 54.737) + (end 82.804 52.324) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "03e7f50c-93d9-463d-8c85-bb100cc19bca") + ) + (segment + (start 82.804 52.324) + (end 67.818 52.324) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "e9a78233-0c67-4a7f-ae5b-e24ab5460bf9") + ) + (segment + (start 85.217 54.737) + (end 85.217 57.277) + (width 0.381) + (layer "F.Cu") + (net 8) + (uuid "fd68d7a6-5bb5-471d-b30c-4c7891231c27") + ) + (segment + (start 72.09 77.835) + (end 73.025 76.9) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "0a588de0-eaf2-47e4-98e7-58b0ba9d8822") + ) + (segment + (start 73.025 76.9) + (end 73.66 77.535) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "2cdcb9af-b047-451e-b5c2-02faa84d220d") + ) + (segment + (start 73.66 78.298232) + (end 73.66 77.535) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "2e773738-21c4-4c0f-87c3-6ecc9d232464") + ) + (segment + (start 77.47 82.485) + (end 77.47 82.108232) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "4023e3b2-c0ab-420c-888d-c81318b4901f") + ) + (segment + (start 77.47 82.108232) + (end 73.66 78.298232) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "a88dca7f-06e2-43db-9dd2-f74e65c9e77b") + ) + (segment + (start 73.025 74.66) + (end 73.025 76.9) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "eb212462-e3af-47e0-8042-92e57b2a563d") + ) + (segment + (start 70.485 77.835) + (end 72.09 77.835) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "f193b4b6-db94-47c8-95b6-34fc8f0e0575") + ) + (segment + (start 77.47 102.041768) + (end 77.47 102.805) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "1e9a756f-c8db-4648-9eb5-99ef30e276cc") + ) + (segment + (start 70.485 98.155) + (end 72.09 98.155) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "2dda6733-3ae1-4001-b5d2-8889d17d2930") + ) + (segment + (start 73.66 97.855) + (end 73.66 98.231768) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "a5a23bd7-df1b-4d13-b11a-09e445c8b0ba") + ) + (segment + (start 72.09 98.155) + (end 73.025 97.22) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "a6f5a19f-7826-4d64-b924-9a64aa9bdd61") + ) + (segment + (start 73.025 94.98) + (end 73.025 97.22) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "df61ddfc-853c-4f11-8584-f8e812debac8") + ) + (segment + (start 73.66 98.231768) + (end 77.47 102.041768) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "e2fc5cb2-36a6-466f-b76f-d2c6f18188a1") + ) + (segment + (start 73.025 97.22) + (end 73.66 97.855) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "ed42ca59-c898-4a4e-a611-3700ed7b9bb2") + ) + (segment + (start 73.66 116.3) + (end 73.025 115.665) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "0a75e19b-bd03-4f8d-b0bf-5e9d9abba674") + ) + (segment + (start 73.66 118.175) + (end 73.66 118.938232) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "290dc3b7-5dab-4095-9352-85d91f27cd62") + ) + (segment + (start 73.66 118.175) + (end 73.66 116.3) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "5aa346f9-e11e-4115-b35d-f71b29e8a09c") + ) + (segment + (start 73.66 118.938232) + (end 77.47 122.748232) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "acfc245a-b378-48b9-a269-cfdebc502b8a") + ) + (segment + (start 77.47 122.748232) + (end 77.47 123.125) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "d2056774-ac2a-49a5-adf5-57ed4ec85bdd") + ) + (segment + (start 70.485 118.475) + (end 70.485 118.205) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "eaefb433-313a-4ac1-af89-6820827228d2") + ) + (segment + (start 70.485 118.205) + (end 73.025 115.665) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "ed937b80-ef7f-4cf7-9141-4579feba1082") + ) + (segment + (start 73.025 134.985) + (end 73.025 137.16) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "14557a29-38de-44a4-86ec-fcb0a9f76782") + ) + (segment + (start 73.66 138.558232) + (end 73.66 137.795) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "1d6ef075-8682-4c7f-b4b7-263c718b991c") + ) + (segment + (start 73.295 138.16) + (end 73.66 137.795) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "286084d4-df03-4689-a78f-1ae08cdbd5ef") + ) + (segment + (start 77.47 142.745) + (end 77.47 142.368232) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "4d493e3d-73b0-4598-9dee-c09fdd619bc9") + ) + (segment + (start 73.025 137.16) + (end 73.66 137.795) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "bbac19d9-ca41-4594-a388-d3bbca9621d6") + ) + (segment + (start 70.485 138.16) + (end 73.295 138.16) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "bbe9dafa-91d6-40a3-b2df-18b0c1cc1406") + ) + (segment + (start 77.47 142.368232) + (end 73.66 138.558232) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "f5a1199b-f47e-4713-938f-7c650bb1ad28") + ) + (segment + (start 53.1827 72.0109) + (end 53.1827 140.5447) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "1d9c8f94-6e6e-4ca1-9318-2e8c0298c9a0") + ) + (segment + (start 64.34 71.12) + (end 62.9412 69.7212) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "4e67de7f-e2fb-4ca1-8f83-cb85c5941d86") + ) + (segment + (start 55.4724 69.7212) + (end 53.1827 72.0109) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "8f921b3c-92ce-4ac2-8e7a-f1d1a705d58f") + ) + (segment + (start 53.1827 140.5447) + (end 53.975 141.337) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "a6d9d2fe-a366-4b77-830b-12f6fbc9dc20") + ) + (segment + (start 62.9412 69.7212) + (end 55.4724 69.7212) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "cdbde7da-a65e-4240-ab52-00825e0d6667") + ) + (segment + (start 60.755 75.835) + (end 70.485 75.835) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "c85aab0a-1412-46ea-ae98-fd5ca03da5d6") + ) + (segment + (start 56.04 71.12) + (end 60.755 75.835) + (width 0.25) + (layer "B.Cu") + (net 14) + (uuid "d19acc4f-ad12-4eb9-b05c-fd1857640a56") + ) + (segment + (start 64.34 91.44) + (end 63.5776 91.44) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "10ac08eb-d3f0-4dd8-9b57-05af17513c8d") + ) + (segment + (start 53.6831 101.3345) + (end 53.6831 137.9093) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "502da1f7-64ce-4602-9c8c-cc0e21cef823") + ) + (segment + (start 63.5776 91.44) + (end 53.6831 101.3345) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "72c1168a-3c66-447f-b69c-ce9de1177d46") + ) + (segment + (start 53.6831 137.9093) + (end 57.1108 141.337) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "79df8830-8f8f-4b96-adaa-3a7f3fd5acef") + ) + (segment + (start 69.7829 96.155) + (end 70.485 96.155) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "06895222-8934-4e94-8860-f0349c90c88c") + ) + (segment + (start 64.9187 90.0178) + (end 66.1243 91.2234) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "4c7b8dbd-a85b-4f74-9604-4191d176ca85") + ) + (segment + (start 57.4622 90.0178) + (end 64.9187 90.0178) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "8e82e625-ca02-415d-a329-6c4c468dd827") + ) + (segment + (start 66.1243 92.4964) + (end 69.7829 96.155) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "b4e89adb-2c76-40c6-a5b2-8e8ecb396461") + ) + (segment + (start 66.1243 91.2234) + (end 66.1243 92.4964) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "d72d1fd1-8a47-42f1-b5e1-81502cba8179") + ) + (segment + (start 56.04 91.44) + (end 57.4622 90.0178) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "f557411b-5961-49b4-b62b-f6842ecd8464") + ) + (segment + (start 54.6374 121.2724) + (end 54.6374 135.7279) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "6889515f-63c4-4e23-b1a1-50e7aef67ce2") + ) + (segment + (start 64.34 111.76) + (end 64.1498 111.76) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "b013d321-2523-40dd-9695-fe7ccb5c6617") + ) + (segment + (start 64.1498 111.76) + (end 54.6374 121.2724) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "d1be6263-a6d8-434e-a033-ed57c808d0cf") + ) + (segment + (start 54.6374 135.7279) + (end 60.2465 141.337) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "e405f624-2472-4472-889e-4479ff78d341") + ) + (segment + (start 66.1243 112.7959) + (end 69.8034 116.475) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "0063f73a-87e0-41e9-8509-b175650d6cd3") + ) + (segment + (start 69.8034 116.475) + (end 70.485 116.475) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "1bf84f82-e6c1-45d7-bff7-21474e03adf4") + ) + (segment + (start 64.9187 110.3378) + (end 66.1243 111.5434) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "93300bf5-4c24-4dc6-b6a4-2f3cb02234bf") + ) + (segment + (start 57.4622 110.3378) + (end 64.9187 110.3378) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "aeedbc0a-33d3-4f23-9720-1e839f66bbdd") + ) + (segment + (start 56.04 111.76) + (end 57.4622 110.3378) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "cb8d095a-e5e4-4b7c-8f0a-b60d4eb362e8") + ) + (segment + (start 66.1243 111.5434) + (end 66.1243 112.7959) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "f900683b-3ed9-471c-8446-4dc8868030e5") + ) + (segment + (start 64.34 132.08) + (end 63.3822 133.0378) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "1509a70a-6683-4392-aa0d-ef70815f0127") + ) + (segment + (start 63.3822 133.0378) + (end 63.3822 141.337) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "339baff3-14d2-4b84-8747-58053d4cf7b4") + ) + (segment + (start 64.93 130.6634) + (end 66.1243 131.8577) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "05f62f0c-63e8-4fa8-91af-482d3084f0ec") + ) + (segment + (start 66.1243 131.8577) + (end 66.1243 133.1813) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "1245ad05-0171-4cef-9c67-b7725a5f9c2c") + ) + (segment + (start 69.103 136.16) + (end 70.485 136.16) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "3204a1cb-5edc-40f5-a0fe-f0a623efd718") + ) + (segment + (start 66.1243 133.1813) + (end 69.103 136.16) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "8f74b880-e70c-4577-a377-9e219a2ff173") + ) + (segment + (start 57.4566 130.6634) + (end 64.93 130.6634) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "babe6370-24da-4ae0-ae7c-e85a5359132e") + ) + (segment + (start 56.04 132.08) + (end 57.4566 130.6634) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "f840a2c8-f4b9-43e7-a1fa-fae9603df84e") + ) + (segment + (start 81.28 152.24) + (end 78.31 152.24) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "1acf9191-1ec4-4640-afa2-1cfb76bc7e78") + ) + (segment + (start 78.31 152.24) + (end 78.216 152.146) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "c6e91afe-0f67-45ca-ab80-a12c15ef25e8") + ) + (segment + (start 70.755 68.31) + (end 73.025 66.04) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "428f49bb-304a-4d39-837f-c68ae33ae351") + ) + (segment + (start 70.755 69.85) + (end 70.755 68.31) + (width 0.25) + (layer "B.Cu") + (net 22) + (uuid "7047445c-a9e5-4d39-8a08-3fbae3ab354e") + ) + (segment + (start 73.025 87.9) + (end 73.025 86.36) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "4ec46b26-05f0-4b27-b205-448cf5e0f161") + ) + (segment + (start 70.755 90.17) + (end 73.025 87.9) + (width 0.25) + (layer "B.Cu") + (net 23) + (uuid "cdc21e75-c3a0-4e5c-bb96-033cd8d9f782") + ) + (segment + (start 70.755 108.95) + (end 70.755 110.49) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "4d0613e3-7b01-4cef-a920-8c9bdebeacfb") + ) + (segment + (start 73.025 106.68) + (end 70.755 108.95) + (width 0.25) + (layer "B.Cu") + (net 24) + (uuid "5dcbb10a-d27d-406a-ac7f-47b44ae86f26") + ) + (segment + (start 79.518 148.844) + (end 82.30201 146.05999) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "0d80718b-e18b-4dd9-adea-6e50e2240bf1") + ) + (segment + (start 72.136 148.844) + (end 72.914 148.844) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "18cfe2f2-afed-48ce-8a67-7308d2647278") + ) + (segment + (start 68.072 148.844) + (end 72.136 148.844) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "230ae157-59b3-4651-be6b-ed0a954d2c5f") + ) + (segment + (start 65.34 148.844) + (end 68.072 148.844) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "29239627-37e2-4285-bf8a-5ae1a61ac67b") + ) + (segment + (start 88.19001 146.05999) + (end 82.30201 146.05999) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "2e9aa56d-1c2f-4085-a01d-53db68bb0796") + ) + (segment + (start 72.914 148.844) + (end 76.216 152.146) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "4df0fbe5-403a-4510-85e8-4dad0233f92b") + ) + (segment + (start 88.835 145.415) + (end 88.19001 146.05999) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "7fe014b1-095d-4c38-a155-4632e77f1335") + ) + (segment + (start 68.945 148.844) + (end 70.215 150.114) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "81a08489-4858-498c-adbf-b2914d816f2a") + ) + (segment + (start 70.2525 153.162) + (end 70.2525 150.1515) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "8f0f2255-2074-45ca-b229-f3bf75443006") + ) + (segment + (start 70.2525 150.1515) + (end 70.215 150.114) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "9602ae55-8c05-4fbb-a668-41761da5a477") + ) + (segment + (start 72.136 148.844) + (end 79.518 148.844) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "afc831b2-6cec-456c-8b30-8c85d6812cfe") + ) + (segment + (start 68.072 148.844) + (end 68.945 148.844) + (width 0.25) + (layer "B.Cu") + (net 25) + (uuid "f04b49da-377f-4712-b9a1-23d4718003f7") + ) + (segment + (start 73.025 130.54) + (end 72.755 130.81) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "99fbd9c7-14d3-4f47-a374-4437636aec6e") + ) + (segment + (start 73.025 127) + (end 73.025 130.54) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "9b885ac7-c2aa-4dcc-b22a-bd90b3a72e37") + ) + (segment + (start 86.63 154.686) + (end 84.074 154.686) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "3317c17f-2fac-4e4c-ab4f-9c3c6bab0d88") + ) + (segment + (start 84.074 154.686) + (end 82.55 156.21) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "59008783-544d-4afd-b3a0-95f9663f3ec7") + ) + (segment + (start 80.014999 74.765001) + (end 81.24 73.54) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "1ba2e1be-a770-4f52-a923-ee75d6716ce7") + ) + (segment + (start 83.347191 74.765001) + (end 82.465001 74.765001) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "2c6b5af2-88bb-4442-ac11-6460857ee76f") + ) + (segment + (start 82.465001 74.765001) + (end 81.24 73.54) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "321e2ec8-c0db-48f5-b666-6a02d9fd5238") + ) + (segment + (start 76.2 77.158232) + (end 78.593231 74.765001) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "4851826c-0406-4f67-9ac7-f88860f63394") + ) + (segment + (start 78.593231 74.765001) + (end 80.014999 74.765001) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "84c73af5-7156-4665-ab78-18ef490b1a54") + ) + (segment + (start 87.376 79.105) + (end 84.074 79.105) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "8e9fb8d6-79af-4a5d-b67c-c3fa11f139eb") + ) + (segment + (start 76.2 77.535) + (end 76.2 77.158232) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "a014ab90-80d3-4757-bc3d-0cdc3de339fd") + ) + (segment + (start 84.074 79.105) + (end 85.09901 78.07999) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "af9461a9-0e6c-4bff-966e-8c63c4ee9a12") + ) + (segment + (start 85.09901 78.07999) + (end 85.09901 76.51682) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "b7a3b8ca-605d-4e6c-ac4c-964638cc9426") + ) + (segment + (start 85.09901 76.51682) + (end 83.347191 74.765001) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "f848696c-6296-40a6-988d-c3eca258a062") + ) + (segment + (start 87.376 99.395) + (end 84.074 99.395) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "29d53769-2685-421e-a4e9-01bacef0ce1d") + ) + (segment + (start 76.2 97.855) + (end 76.2 96.88) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "3af99a98-d2e2-4d05-9641-bbd7563d1d25") + ) + (segment + (start 83.377191 95.085001) + (end 82.465001 95.085001) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "3bb8d4a7-e8dc-43db-a043-35e79e7cf046") + ) + (segment + (start 77.994999 95.085001) + (end 80.014999 95.085001) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "5e4b95c9-3ad8-450b-b0cf-f05b51f7b377") + ) + (segment + (start 82.465001 95.085001) + (end 81.24 93.86) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "77c67d2d-7649-4022-a445-350fa5b3fd8f") + ) + (segment + (start 76.2 96.88) + (end 77.994999 95.085001) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "92a52201-10c9-459e-bb57-05a65735c9cc") + ) + (segment + (start 80.014999 95.085001) + (end 81.24 93.86) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "95d6a348-8c44-4374-bcc5-552526efb525") + ) + (segment + (start 85.09901 98.36999) + (end 85.09901 96.80682) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "aa40dd78-efbe-443b-bd98-026f9bb6a24c") + ) + (segment + (start 84.074 99.395) + (end 85.09901 98.36999) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "cccbf4ff-dae1-4b63-a7cf-1981afda112f") + ) + (segment + (start 85.09901 96.80682) + (end 83.377191 95.085001) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "ce4082cd-7e21-4299-bbb3-e2206469a4a8") + ) + (segment + (start 84.074 119.745) + (end 85.09901 118.71999) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "0e432bd7-4812-4701-9c23-23a18ba50b69") + ) + (segment + (start 84.074 119.745) + (end 87.376 119.745) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "1027b03c-24f8-4cae-ae1b-c2652100ca7d") + ) + (segment + (start 76.2 117.798232) + (end 78.593231 115.405001) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "13dfd57a-7a1b-4001-ab68-31945b4ddd2d") + ) + (segment + (start 76.2 118.175) + (end 76.2 117.798232) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "330f467d-b3ab-4c0a-9af5-f2e8fe936667") + ) + (segment + (start 84.163001 115.405001) + (end 82.465001 115.405001) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "54b3357d-fcea-40db-91d1-bc46479de275") + ) + (segment + (start 85.09901 116.34101) + (end 84.163001 115.405001) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "601dbb14-77ee-4136-b185-6f7a1a311ee5") + ) + (segment + (start 85.09901 118.71999) + (end 85.09901 116.34101) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "7402c293-60a6-42df-b60e-dd8a9d10123a") + ) + (segment + (start 78.593231 115.405001) + (end 80.014999 115.405001) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "931354bf-e790-4121-8c08-d86d66d4ef6a") + ) + (segment + (start 80.014999 115.405001) + (end 81.24 114.18) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "c0eebc7b-9829-486d-9581-53234d8add57") + ) + (segment + (start 82.465001 115.405001) + (end 81.24 114.18) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "c5891d8d-ef66-44b1-8509-5e3b89c691f1") + ) + (segment + (start 77.888999 135.725001) + (end 77.294999 135.725001) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "1f590ecf-443b-44c8-8d0f-d1ea983d20a7") + ) + (segment + (start 81.24 134.5) + (end 80.014999 135.725001) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "4283724d-5135-40ba-a858-6a3871e4541b") + ) + (segment + (start 77.294999 135.725001) + (end 76.2 136.82) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "7cd6a217-803b-464c-806f-f7f79a6f7c28") + ) + (segment + (start 87.376 138.765) + (end 84.074 138.765) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "98c4b3f3-f411-4c85-9187-0cf881bc9724") + ) + (segment + (start 80.0548 137.91999) + (end 77.888999 135.754189) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "b471f757-51be-4c5b-a037-7af8360deb4e") + ) + (segment + (start 80.014999 135.725001) + (end 77.888999 135.725001) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "b72ace8d-1cf1-46c4-841b-c9a8a3ee1a87") + ) + (segment + (start 84.074 138.765) + (end 83.22899 137.91999) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "d449dbc6-fe16-43ff-8871-4c9af44881fe") + ) + (segment + (start 83.22899 137.91999) + (end 80.0548 137.91999) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "d856dba8-05d7-4ae7-add7-f2e29733ad86") + ) + (segment + (start 76.2 136.82) + (end 76.2 137.795) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "de05bfe0-1a37-4e88-9c39-9c6e06341227") + ) + (segment + (start 77.888999 135.754189) + (end 77.888999 135.725001) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "e21cd863-06f0-4e1f-af65-457a90175b26") + ) + (segment + (start 66.46482 146.94899) + (end 63.931778 146.94899) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "0a010096-8c4a-4a42-82e4-a6dd03a6dc4b") + ) + (segment + (start 69.88999 145.78699) + (end 67.62682 145.78699) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "1e0accae-b07d-4626-9d17-f5db37ac129c") + ) + (segment + (start 70.215 146.112) + (end 69.88999 145.78699) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "1fb4e6ed-562d-42a9-8fba-7f9171cfea73") + ) + (segment + (start 60.12 149.844) + (end 60.39 150.114) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "34a35f16-05d5-4565-9f03-41f4405fcbc1") + ) + (segment + (start 57.277 149.844) + (end 60.12 149.844) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "5147c323-1cbf-4a9a-b41e-a17087dd0c60") + ) + (segment + (start 53.975 149.8815) + (end 54.0125 149.844) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "6db4e935-a129-4a20-84a4-3c74b1a99285") + ) + (segment + (start 54.0125 149.844) + (end 57.277 149.844) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "729998f4-4497-4b85-ae35-05db389af67c") + ) + (segment + (start 60.766768 150.114) + (end 60.39 150.114) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "a95c5111-ef46-4a27-9524-a0e7cf1e86ef") + ) + (segment + (start 67.62682 145.78699) + (end 66.46482 146.94899) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "b4a959e9-dbac-4f97-8f32-c28bdc7dc202") + ) + (segment + (start 70.215 146.812) + (end 70.215 146.112) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "bfeb441b-bab7-4fbd-aa7c-5faec1cb4543") + ) + (segment + (start 63.931778 146.94899) + (end 60.766768 150.114) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "ee0b221a-77a4-4fc3-b9d7-7bc06394989f") + ) + (segment + (start 76.2 74.66) + (end 75.7925 75.0675) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "2b8f08a6-90cc-4bb9-9efc-42db068892b3") + ) + (segment + (start 75.7925 75.0675) + (end 74.93 75.93) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "a60c13d1-3db8-44be-b35d-9899c35dbf3d") + ) + (segment + (start 74.93 75.93) + (end 74.93 77.535) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "cd74a29e-08ef-47d4-9e7d-08e307139573") + ) + (segment + (start 75.7925 75.0675) + (end 73.3849 72.66) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "dd226ce3-6849-4557-8a63-eb1b2c86877a") + ) + (segment + (start 73.3849 72.66) + (end 73.025 72.66) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "eb4139b0-2e6a-4e06-a9ad-96096f760c75") + ) + (segment + (start 76.2 93.36681) + (end 76.2 92.98) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "91243859-b2b3-46d1-a891-4af0b4cb2ede") + ) + (segment + (start 76.2 92.98) + (end 73.025 92.98) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "a9827147-9a61-454e-ba27-26a70f6b4888") + ) + (segment + (start 74.93 97.855) + (end 74.93 94.63681) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "ccb7970b-62ec-4b58-a216-178b8862539a") + ) + (segment + (start 74.93 94.63681) + (end 76.2 93.36681) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "e1d1d6c5-b49d-4001-9824-319e99bda834") + ) + (segment + (start 74.93 118.175) + (end 74.92099 118.16599) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "007bb676-fd3b-4162-ae92-2e2beb0e079a") + ) + (segment + (start 74.92099 114.69001) + (end 75.946 113.665) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "17750f0b-ef8a-4b6e-82f2-8661678a162d") + ) + (segment + (start 75.946 113.665) + (end 73.025 113.665) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "2b3a4ba8-7860-4a72-80da-83c94eed73fb") + ) + (segment + (start 74.92099 118.16599) + (end 74.92099 114.69001) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "95c28780-bc08-4050-b7a7-6a9feff1da44") + ) + (segment + (start 61.148 61.01) + (end 61.198 60.96) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "653e5dbc-1f97-4f76-b1e3-ffe0e2c1ad77") + ) + (segment + (start 61.148 64.9455) + (end 61.148 61.01) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "d2f51658-e91b-49a0-9187-de3dbd512011") + ) + (segment + (start 61.198 60.96) + (end 64.34 60.96) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "f0b25e54-630c-449c-9e32-70dec800cb1d") + ) + (segment + (start 76.2 132.985) + (end 74.93 132.985) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "9cb7b8f8-ebc6-4a6a-8120-239a64af40eb") + ) + (segment + (start 74.93 132.985) + (end 74.93 137.795) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "de6150c5-7872-4cc6-b81f-9a641e3eb0d1") + ) + (segment + (start 74.93 132.985) + (end 73.025 132.985) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "eb06fad0-cac7-4800-83ec-8846ef2c3da6") + ) + (segment + (start 90.168 148.8639) + (end 89.2591 147.955) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "006caf5d-5d0c-4799-8efa-9d8fc85aa18e") + ) + (segment + (start 90.168 148.8639) + (end 90.168 153.148) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "10c902d1-559f-43db-b041-557bf971d626") + ) + (segment + (start 88.835 146.685) + (end 88.835 147.955) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "55f20a03-42d3-42fb-a989-3b48447a3157") + ) + (segment + (start 90.168 153.148) + (end 88.63 154.686) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "79e2640b-7e9b-41fc-92d4-dc5fba9068a6") + ) + (segment + (start 89.2591 147.955) + (end 88.835 147.955) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "d60d6aff-fa2e-4a32-a3f7-2171e8e42151") + ) + (segment + (start 71.99884 78.99908) + (end 71.99884 73.74128) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "197032f1-ef56-44fd-8b21-a9add48243ed") + ) + (segment + (start 71.99884 73.74128) + (end 71.96836 73.7108) + (width 0.25) + (layer "F.Cu") + (net 43) + (uuid "4a607a06-da85-468b-b6d1-0952681f3942") + ) + (via + (at 71.99884 78.99908) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 43) + (uuid "21e79574-9e9d-487e-8408-641ee852fba0") + ) + (via + (at 71.96836 73.7108) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 43) + (uuid "2fd12e4c-3a0e-4267-bb7f-52ee7bcc9286") + ) + (segment + (start 71.96836 73.7108) + (end 71.96836 70.63664) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "2c70e9b0-515d-4314-a744-f1e7acf7e51e") + ) + (segment + (start 71.96836 70.63664) + (end 72.755 69.85) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "56e86af9-84e0-40e1-a45e-ac63955ad075") + ) + (segment + (start 74.93 82.485) + (end 76.2 82.485) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "5c7b371e-194a-47a8-b9cb-7d521fdb75e1") + ) + (segment + (start 74.93 81.93024) + (end 71.99884 78.99908) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "d9773824-4a9a-4c77-b693-d2e7ddf2f262") + ) + (segment + (start 74.93 82.485) + (end 74.93 81.93024) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "ee135c97-4509-4130-831f-186d11876e99") + ) + (segment + (start 72.0598 119.2798) + (end 72.0598 111.97844) + (width 0.25) + (layer "F.Cu") + (net 44) + (uuid "47d8b2ef-40e7-4966-a32d-99a297615fed") + ) + (via + (at 72.0598 119.2798) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 44) + (uuid "93956a06-4133-4ee9-aa81-dd49ea29b4ba") + ) + (via + (at 72.0598 111.97844) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 44) + (uuid "f13f5b78-a5f6-49bf-a0af-46c579dc2b82") + ) + (segment + (start 76.2 123.125) + (end 74.93 123.125) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "0d2ff325-4a92-4360-89aa-45a97a15a76b") + ) + (segment + (start 72.0598 111.97844) + (end 72.0598 111.1852) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "144f5285-1454-48ef-8f96-2b2dbf6e2c48") + ) + (segment + (start 72.0598 111.1852) + (end 72.755 110.49) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "3a897ebd-09fa-4dde-8fe1-26847e44de59") + ) + (segment + (start 74.93 123.125) + (end 74.93 122.15) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "c593b999-bba5-4b3c-90f4-f5232840c7e6") + ) + (segment + (start 74.93 122.15) + (end 72.0598 119.2798) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "efbd6138-7b87-40dc-bc04-92a815001c3b") + ) + (segment + (start 72.22236 99.1362) + (end 72.22236 93.568255) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "0c349983-9217-4183-bc1a-ee7062a3e3ec") + ) + (segment + (start 72.22236 93.568255) + (end 71.713145 93.05904) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "7db24cda-79d1-4977-8056-841be8255020") + ) + (via + (at 71.713145 93.05904) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 45) + (uuid "479d78b6-5fec-4df1-a34e-8e21fe518cb6") + ) + (via + (at 72.22236 99.1362) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 45) + (uuid "5f1458eb-ca5d-4251-9216-d2592f0be074") + ) + (segment + (start 76.2 102.805) + (end 74.93 102.805) + (width 0.25) + (layer "B.Cu") + (net 45) + (uuid "2470f5c6-d51b-4164-a761-68cbcfc5a8d1") + ) + (segment + (start 71.713145 91.211855) + (end 72.755 90.17) + (width 0.25) + (layer "B.Cu") + (net 45) + (uuid "8f8b43e0-ed15-420f-9f59-bca62a71b717") + ) + (segment + (start 71.713145 93.05904) + (end 71.713145 91.211855) + (width 0.25) + (layer "B.Cu") + (net 45) + (uuid "b46547c5-a34c-4888-9a4a-b5a3c0a66eb2") + ) + (segment + (start 74.93 101.84384) + (end 72.22236 99.1362) + (width 0.25) + (layer "B.Cu") + (net 45) + (uuid "c254019e-cc25-4924-aad8-37b718de7665") + ) + (segment + (start 74.93 102.805) + (end 74.93 101.84384) + (width 0.25) + (layer "B.Cu") + (net 45) + (uuid "d4c20331-c5a1-4f2c-b829-f2ddd5d61046") + ) + (segment + (start 70.61708 137.42416) + (end 70.61708 132.75056) + (width 0.25) + (layer "F.Cu") + (net 46) + (uuid "0f801522-030d-464f-94ee-7dd8afabb0e3") + ) + (segment + (start 72.21728 139.02436) + (end 70.61708 137.42416) + (width 0.25) + (layer "F.Cu") + (net 46) + (uuid "ca0b229d-75b5-49a5-9fd7-3189ecbb92d3") + ) + (via + (at 70.61708 132.75056) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 46) + (uuid "52fea015-9663-4403-903d-aeea29ece899") + ) + (via + (at 72.21728 139.02436) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 46) + (uuid "ec7111a6-e302-4fe3-b443-252782cdd033") + ) + (segment + (start 70.61708 130.94792) + (end 70.755 130.81) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "15fcae11-147c-46e9-8827-71f1b71ef707") + ) + (segment + (start 74.93 142.745) + (end 74.93 141.73708) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "3a6e1d58-b2ee-46df-9b1b-ea5be77f3e50") + ) + (segment + (start 70.61708 132.75056) + (end 70.61708 130.94792) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "8765484d-10a8-4dae-a20e-8b2702c16f90") + ) + (segment + (start 74.93 141.73708) + (end 72.21728 139.02436) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "957f414c-079e-406f-baa5-c54d572532e7") + ) + (segment + (start 76.2 142.745) + (end 74.93 142.745) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "e7074273-04f8-472a-b436-dc7c6b4d0912") + ) + (segment + (start 82.534 147.6466) + (end 83.4956 146.685) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "3b633112-ae80-46b8-a091-d8d8b2562a89") + ) + (segment + (start 83.885 149.225) + (end 83.4774 149.225) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "8537d203-ac67-411b-930d-58e4170974e9") + ) + (segment + (start 82.534 148.2816) + (end 82.534 147.6466) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "a749004e-1995-42b6-832b-47b418dcb51c") + ) + (segment + (start 83.4956 146.685) + (end 83.885 146.685) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "ad1476e9-2712-4f3a-b254-bc8d3ec976f5") + ) + (segment + (start 83.4774 149.225) + (end 82.534 148.2816) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "db36e091-0a3d-423f-a373-bdcd3881ed54") + ) + (segment + (start 83.74 73.54) + (end 79.9296 69.7296) + (width 0.25) + (layer "F.Cu") + (net 48) + (uuid "249173c2-55d2-44d6-a8b9-d7a94dbfefe6") + ) + (segment + (start 64.8096 69.7296) + (end 56.04 60.96) + (width 0.25) + (layer "F.Cu") + (net 48) + (uuid "94993eab-fd13-40bf-99ce-989001836cac") + ) + (segment + (start 79.9296 69.7296) + (end 64.8096 69.7296) + (width 0.25) + (layer "F.Cu") + (net 48) + (uuid "e7a5015d-29e8-4ca2-8266-950b28c09db0") + ) + (segment + (start 87.305 77.105) + (end 83.74 73.54) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "2569f68c-9f41-47bc-a624-ce203391e610") + ) + (segment + (start 76.2 72.66) + (end 76.995011 71.864989) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "43dde722-c263-4352-96ee-1614e6c3c4c3") + ) + (segment + (start 76.995011 71.864989) + (end 82.064989 71.864989) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "8f888e83-539b-4762-96f1-95e9b750da51") + ) + (segment + (start 87.376 77.105) + (end 87.305 77.105) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "b3db0b3d-200d-4114-8b35-12a332f91698") + ) + (segment + (start 82.064989 71.864989) + (end 83.74 73.54) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "f5fb1e0d-0cc0-4182-9cc5-d4c7d0568ac6") + ) + (segment + (start 64.8096 90.0496) + (end 56.04 81.28) + (width 0.25) + (layer "F.Cu") + (net 49) + (uuid "3b5b7e7b-6ada-4941-bf62-6c7dff75ba73") + ) + (segment + (start 83.74 93.86) + (end 79.9296 90.0496) + (width 0.25) + (layer "F.Cu") + (net 49) + (uuid "5db98719-6f0f-4996-b696-ac969eee1307") + ) + (segment + (start 79.9296 90.0496) + (end 64.8096 90.0496) + (width 0.25) + (layer "F.Cu") + (net 49) + (uuid "a111a808-c80e-4671-a642-70e74da84f03") + ) + (segment + (start 76.2 94.59319) + (end 77.514999 93.278191) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "2b80eb48-da3d-4fa4-9e2a-994943581736") + ) + (segment + (start 82.514999 92.634999) + (end 83.74 93.86) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "368d5fd1-c3dc-4fd0-a058-8c4524b25e20") + ) + (segment + (start 87.376 97.395) + (end 87.275 97.395) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "6624fa2b-a1a4-4ea3-84a9-e5853b034067") + ) + (segment + (start 77.514999 92.699999) + (end 77.579999 92.634999) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "77b8296b-c3e8-4c71-a22f-fc5bdf27659b") + ) + (segment + (start 87.275 97.395) + (end 83.74 93.86) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "79f2a585-5b37-4647-9af5-30d947546be9") + ) + (segment + (start 77.514999 93.278191) + (end 77.514999 92.699999) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "9a2a8833-d624-4de2-8ef0-b1d1f53a8be3") + ) + (segment + (start 77.579999 92.634999) + (end 82.514999 92.634999) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "9da46981-c1d6-4c2c-9de8-8ec045128f36") + ) + (segment + (start 76.2 94.98) + (end 76.2 94.59319) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "a9d52f82-3770-4ca5-8e04-e65e5b4efc05") + ) + (segment + (start 81.027972 108.62501) + (end 83.74 111.337037) + (width 0.25) + (layer "F.Cu") + (net 50) + (uuid "3f72e800-b9d6-43a7-be07-51f4214f24ba") + ) + (segment + (start 63.06501 108.62501) + (end 81.027972 108.62501) + (width 0.25) + (layer "F.Cu") + (net 50) + (uuid "5521743d-e9b1-4752-bb59-8c16c554bba6") + ) + (segment + (start 56.04 101.6) + (end 63.06501 108.62501) + (width 0.25) + (layer "F.Cu") + (net 50) + (uuid "bad1e20b-542f-4587-b13e-0fd16340504f") + ) + (segment + (start 83.74 111.337037) + (end 83.74 114.18) + (width 0.25) + (layer "F.Cu") + (net 50) + (uuid "e6cffb9b-f161-4512-9e56-bc977e7580f1") + ) + (segment + (start 77.514999 113.019999) + (end 77.579999 112.954999) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "063796c7-9afb-4e5a-b0fb-55dae63dbddd") + ) + (segment + (start 75.946 115.665) + (end 77.514999 114.096001) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "23029a7e-f361-4275-8a58-2fed3e8ab9b3") + ) + (segment + (start 87.305 117.745) + (end 83.74 114.18) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "4414c02f-9ba5-47d8-9bf7-ea74e9d84baa") + ) + (segment + (start 87.376 117.745) + (end 87.305 117.745) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "9f94ce90-ddd5-4d1c-a89c-1a7d8706b929") + ) + (segment + (start 77.514999 114.096001) + (end 77.514999 113.019999) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "af71f08e-a879-4b22-acd5-513bffcd284c") + ) + (segment + (start 82.514999 112.954999) + (end 83.74 114.18) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "d18dd230-e0c5-484a-9e9b-798c5fe44298") + ) + (segment + (start 77.579999 112.954999) + (end 82.514999 112.954999) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "ea31b4e8-5ec0-4ff6-864c-c8711aec39f6") + ) + (segment + (start 64.809999 130.689999) + (end 56.04 121.92) + (width 0.25) + (layer "F.Cu") + (net 51) + (uuid "bb216c91-3f96-4369-8755-4c3c09eb0e61") + ) + (segment + (start 79.929999 130.689999) + (end 64.809999 130.689999) + (width 0.25) + (layer "F.Cu") + (net 51) + (uuid "bd3c3f70-b932-4100-b5e1-a9619e034e58") + ) + (segment + (start 83.74 134.5) + (end 79.929999 130.689999) + (width 0.25) + (layer "F.Cu") + (net 51) + (uuid "d2aaf49c-4d2f-4835-90da-0695d7097b23") + ) + (segment + (start 87.376 136.765) + (end 86.005 136.765) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "2c036962-d98f-48f0-98e0-9fb1a9f575bd") + ) + (segment + (start 82.514999 133.274999) + (end 83.74 134.5) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "2c607fca-5368-4b0e-90df-c844ee18a22c") + ) + (segment + (start 76.2 134.654998) + (end 77.579999 133.274999) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "3905d364-41b2-4c66-8baa-9fb05bd91b6c") + ) + (segment + (start 86.005 136.765) + (end 83.74 134.5) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "5810494b-83a8-4c4a-a9a3-1205c95cb4b7") + ) + (segment + (start 77.579999 133.274999) + (end 82.514999 133.274999) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "d690c391-a545-4c5e-8b8f-d31cbd99ae6e") + ) + (segment + (start 76.2 134.985) + (end 76.2 134.654998) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "e258094b-e06f-4066-b280-c2d17c39a2d3") + ) + (zone + (net 1) + (net_name "GND") + (layer "F.Cu") + (uuid "7ec0189c-7bbc-4dd2-a181-1084e8e11ee6") + (hatch edge 0.508) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 91.186 159.004) (xy 50.8 159.004) (xy 50.8 50.8) (xy 91.186 50.8) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 54.308993 50.895502) (xy 54.355486 50.949158) (xy 54.36559 51.019432) (xy 54.336096 51.084012) + (xy 54.32998 51.090581) (xy 53.097561 52.323) (xy 52.920602 52.499959) (xy 52.85829 52.533984) (xy 52.842489 52.536384) + (xy 52.635913 52.554457) (xy 52.414759 52.613715) (xy 52.414753 52.613717) (xy 52.20725 52.710477) + (xy 52.019703 52.841799) (xy 52.019697 52.841804) (xy 51.857804 53.003697) (xy 51.857799 53.003703) + (xy 51.726477 53.19125) (xy 51.629717 53.398753) (xy 51.629715 53.398759) (xy 51.571562 53.615789) + (xy 51.570457 53.619913) (xy 51.550502 53.848) (xy 51.570457 54.076087) (xy 51.595107 54.16808) + (xy 51.629715 54.29724) (xy 51.629717 54.297246) (xy 51.649389 54.339432) (xy 51.726477 54.504749) + (xy 51.857802 54.6923) (xy 52.0197 54.854198) (xy 52.207251 54.985523) (xy 52.414757 55.082284) + (xy 52.635913 55.141543) (xy 52.864 55.161498) (xy 53.092087 55.141543) (xy 53.313243 55.082284) + (xy 53.520749 54.985523) (xy 53.526613 54.981416) (xy 53.593881 54.958725) (xy 53.662743 54.976003) + (xy 53.69468 55.004574) (xy 53.694723 55.004532) (xy 53.695486 55.005295) (xy 53.699756 55.009115) + (xy 53.701094 55.010903) (xy 53.818034 55.098444) (xy 53.954906 55.149494) (xy 54.015402 55.155999) + (xy 54.015415 55.156) (xy 54.61 55.156) (xy 54.61 54.159686) (xy 54.618394 54.16808) (xy 54.709606 54.220741) + (xy 54.811339 54.248) (xy 54.916661 54.248) (xy 55.018394 54.220741) (xy 55.109606 54.16808) (xy 55.118 54.159686) + (xy 55.118 55.156) (xy 55.712585 55.156) (xy 55.712597 55.155999) (xy 55.773093 55.149494) (xy 55.909964 55.098444) + (xy 55.909965 55.098444) (xy 56.026904 55.010904) (xy 56.114444 54.893965) (xy 56.114444 54.893964) + (xy 56.165494 54.757093) (xy 56.171999 54.696597) (xy 56.172 54.696585) (xy 56.172 54.102) (xy 55.175686 54.102) + (xy 55.18408 54.093606) (xy 55.236741 54.002394) (xy 55.264 53.900661) (xy 55.264 53.795339) (xy 55.236741 53.693606) + (xy 55.18408 53.602394) (xy 55.175686 53.594) (xy 56.172 53.594) (xy 56.172 52.999414) (xy 56.171999 52.999402) + (xy 56.165494 52.938906) (xy 56.114444 52.802035) (xy 56.114444 52.802034) (xy 56.026904 52.685095) + (xy 55.909965 52.597555) (xy 55.828192 52.567056) (xy 55.771356 52.524509) (xy 55.746545 52.457989) + (xy 55.761636 52.388615) (xy 55.811839 52.338412) (xy 55.872224 52.323) (xy 63.949339 52.323) (xy 64.01746 52.343002) + (xy 64.063953 52.396658) (xy 64.074858 52.438014) (xy 64.083314 52.534655) (xy 64.08862 52.554457) + (xy 64.138043 52.738908) (xy 64.138045 52.738912) (xy 64.227412 52.930561) (xy 64.348692 53.103767) + (xy 64.348696 53.103772) (xy 64.348699 53.103776) (xy 64.498224 53.253301) (xy 64.498228 53.253304) + (xy 64.498232 53.253307) (xy 64.671438 53.374587) (xy 64.760902 53.416305) (xy 64.814187 53.463222) + (xy 64.833648 53.5315) (xy 64.813106 53.59946) (xy 64.760902 53.644695) (xy 64.671438 53.686412) + (xy 64.498232 53.807692) (xy 64.498221 53.807701) (xy 64.348701 53.957221) (xy 64.348692 53.957232) + (xy 64.227412 54.130438) (xy 64.138045 54.322087) (xy 64.138043 54.322091) (xy 64.107409 54.436421) + (xy 64.083314 54.526345) (xy 64.064884 54.737) (xy 64.083314 54.947655) (xy 64.112643 55.057113) + (xy 64.138042 55.151905) (xy 64.138044 55.15191) (xy 64.142515 55.161498) (xy 64.227412 55.343561) + (xy 64.348692 55.516767) (xy 64.348696 55.516772) (xy 64.348699 55.516776) (xy 64.498224 55.666301) + (xy 64.498228 55.666304) (xy 64.498232 55.666307) (xy 64.671438 55.787587) (xy 64.671441 55.787588) + (xy 64.671442 55.787589) (xy 64.86309 55.876956) (xy 65.067345 55.931686) (xy 65.278 55.950116) + (xy 65.488655 55.931686) (xy 65.69291 55.876956) (xy 65.884558 55.787589) (xy 66.057776 55.666301) + (xy 66.207301 55.516776) (xy 66.328589 55.343558) (xy 66.417956 55.15191) (xy 66.426293 55.120794) + (xy 66.463244 55.060172) (xy 66.527104 55.02915) (xy 66.597599 55.037578) (xy 66.652346 55.08278) + (xy 66.669707 55.120795) (xy 66.678042 55.151905) (xy 66.678043 55.151908) (xy 66.678044 55.15191) + (xy 66.682515 55.161498) (xy 66.767412 55.343561) (xy 66.888692 55.516767) (xy 66.888696 55.516772) + (xy 66.888699 55.516776) (xy 67.038224 55.666301) (xy 67.038228 55.666304) (xy 67.038232 55.666307) + (xy 67.211438 55.787587) (xy 67.211441 55.787588) (xy 67.211442 55.787589) (xy 67.40309 55.876956) + (xy 67.607345 55.931686) (xy 67.818 55.950116) (xy 68.028655 55.931686) (xy 68.23291 55.876956) + (xy 68.424558 55.787589) (xy 68.597776 55.666301) (xy 68.747301 55.516776) (xy 68.868589 55.343558) + (xy 68.957956 55.15191) (xy 69.012686 54.947655) (xy 69.031116 54.737) (xy 69.018169 54.589017) + (xy 69.032157 54.519412) (xy 69.05459 54.488943) (xy 69.311131 54.232404) (xy 69.373443 54.198379) + (xy 69.400226 54.1955) (xy 73.63086 54.1955) (xy 73.698981 54.215502) (xy 73.745474 54.269158) (xy 73.755578 54.339432) + (xy 73.753004 54.352431) (xy 73.712437 54.512624) (xy 73.712436 54.51263) (xy 73.712436 54.512632) + (xy 73.693844 54.737) (xy 73.709836 54.929993) (xy 73.712437 54.961375) (xy 73.767702 55.179612) + (xy 73.767703 55.179613) (xy 73.767704 55.179616) (xy 73.856379 55.381777) (xy 73.858141 55.385793) + (xy 73.981275 55.574265) (xy 73.981279 55.57427) (xy 74.133762 55.739908) (xy 74.19502 55.787587) + (xy 74.309392 55.876607) (xy 74.350862 55.934232) (xy 74.358 55.976038) (xy 74.358 56.037961) (xy 74.337998 56.106082) + (xy 74.309391 56.137392) (xy 74.133766 56.274088) (xy 73.981279 56.439729) (xy 73.981275 56.439734) + (xy 73.858141 56.628206) (xy 73.767703 56.834386) (xy 73.767702 56.834387) (xy 73.712437 57.052624) + (xy 73.712436 57.05263) (xy 73.712436 57.052632) (xy 73.693844 57.277) (xy 73.709836 57.469993) + (xy 73.712437 57.501375) (xy 73.767702 57.719612) (xy 73.767703 57.719613) (xy 73.858141 57.925793) + (xy 73.981275 58.114265) (xy 73.981279 58.11427) (xy 74.133762 58.279908) (xy 74.188331 58.322381) + (xy 74.311424 58.418189) (xy 74.509426 58.525342) (xy 74.509427 58.525342) (xy 74.509428 58.525343) + (xy 74.621227 58.563723) (xy 74.722365 58.598444) (xy 74.944431 58.6355) (xy 74.944435 58.6355) + (xy 75.169565 58.6355) (xy 75.169569 58.6355) (xy 75.391635 58.598444) (xy 75.604574 58.525342) + (xy 75.802576 58.418189) (xy 75.98024 58.279906) (xy 76.132722 58.114268) (xy 76.221816 57.977898) + (xy 76.275819 57.93181) (xy 76.346167 57.922235) (xy 76.410524 57.952212) (xy 76.432782 57.977899) + (xy 76.47392 58.040866) (xy 76.473921 58.040866) (xy 77.112841 57.401946) (xy 77.131075 57.469993) + (xy 77.196901 57.584007) (xy 77.289993 57.677099) (xy 77.404007 57.742925) (xy 77.472051 57.761157) + (xy 76.83131 58.401898) (xy 76.851697 58.417766) (xy 76.851701 58.417768) (xy 77.049628 58.524882) + (xy 77.04963 58.524883) (xy 77.262483 58.597955) (xy 77.26249 58.597957) (xy 77.484477 58.635) (xy 77.709523 58.635) + (xy 77.931509 58.597957) (xy 77.931516 58.597955) (xy 78.144369 58.524883) (xy 78.144371 58.524881) + (xy 78.342298 58.417769) (xy 78.362688 58.401898) (xy 77.721947 57.761157) (xy 77.789993 57.742925) + (xy 77.904007 57.677099) (xy 77.997099 57.584007) (xy 78.062925 57.469993) (xy 78.081158 57.401947) + (xy 78.720077 58.040866) (xy 78.720078 58.040866) (xy 78.761516 57.977441) (xy 78.815519 57.931352) + (xy 78.885867 57.921777) (xy 78.950225 57.951754) (xy 78.972482 57.97744) (xy 79.013921 58.040866) + (xy 79.652841 57.401946) (xy 79.671075 57.469993) (xy 79.736901 57.584007) (xy 79.829993 57.677099) + (xy 79.944007 57.742925) (xy 80.012051 57.761157) (xy 79.37131 58.401898) (xy 79.391697 58.417766) + (xy 79.391701 58.417768) (xy 79.589628 58.524882) (xy 79.58963 58.524883) (xy 79.802483 58.597955) + (xy 79.80249 58.597957) (xy 80.024477 58.635) (xy 80.249523 58.635) (xy 80.471509 58.597957) (xy 80.471516 58.597955) + (xy 80.684369 58.524883) (xy 80.684371 58.524881) (xy 80.882298 58.417769) (xy 80.902687 58.401898) + (xy 80.261947 57.761158) (xy 80.329993 57.742925) (xy 80.444007 57.677099) (xy 80.537099 57.584007) + (xy 80.602925 57.469993) (xy 80.621158 57.401947) (xy 81.260077 58.040866) (xy 81.260078 58.040866) + (xy 81.301217 57.977899) (xy 81.355221 57.93181) (xy 81.425568 57.922235) (xy 81.489926 57.952212) + (xy 81.512183 57.977898) (xy 81.601279 58.11427) (xy 81.753762 58.279908) (xy 81.808331 58.322381) + (xy 81.931424 58.418189) (xy 82.129426 58.525342) (xy 82.129427 58.525342) (xy 82.129428 58.525343) + (xy 82.241227 58.563723) (xy 82.342365 58.598444) (xy 82.564431 58.6355) (xy 82.564435 58.6355) + (xy 82.789565 58.6355) (xy 82.789569 58.6355) (xy 83.011635 58.598444) (xy 83.224574 58.525342) + (xy 83.422576 58.418189) (xy 83.60024 58.279906) (xy 83.713516 58.156856) (xy 83.774368 58.120286) + (xy 83.845333 58.122421) (xy 83.903878 58.162583) (xy 83.920857 58.193517) (xy 83.921783 58.193086) + (xy 83.924883 58.199733) (xy 83.924885 58.199738) (xy 83.974335 58.279908) (xy 84.01797 58.350652) + (xy 84.017975 58.350658) (xy 84.143341 58.476024) (xy 84.143347 58.476029) (xy 84.143348 58.47603) + (xy 84.294262 58.569115) (xy 84.462574 58.624887) (xy 84.566455 58.6355) (xy 85.867544 58.635499) + (xy 85.971426 58.624887) (xy 86.139738 58.569115) (xy 86.290652 58.47603) (xy 86.41603 58.350652) + (xy 86.509115 58.199738) (xy 86.564887 58.031426) (xy 86.5755 57.927545) (xy 86.575499 56.626456) + (xy 86.573306 56.604993) (xy 86.564887 56.522574) (xy 86.536553 56.437067) (xy 86.509115 56.354262) + (xy 86.41603 56.203348) (xy 86.416029 56.203347) (xy 86.416024 56.203341) (xy 86.290658 56.077975) + (xy 86.290652 56.07797) (xy 86.139738 55.984885) (xy 86.139734 55.984883) (xy 86.139733 55.984883) + (xy 86.133086 55.981783) (xy 86.134055 55.979704) (xy 86.084819 55.945611) (xy 86.057567 55.880053) + (xy 86.070085 55.810168) (xy 86.105438 55.766994) (xy 86.140235 55.73991) (xy 86.140237 55.739908) + (xy 86.14024 55.739906) (xy 86.292722 55.574268) (xy 86.41586 55.385791) (xy 86.506296 55.179616) + (xy 86.561564 54.961368) (xy 86.580156 54.737) (xy 86.561564 54.512632) (xy 86.539137 54.424068) + (xy 86.506297 54.294387) (xy 86.506296 54.294386) (xy 86.506296 54.294384) (xy 86.41586 54.088209) + (xy 86.376302 54.027661) (xy 86.292724 53.899734) (xy 86.29272 53.899729) (xy 86.140237 53.734091) + (xy 86.025381 53.644695) (xy 85.962576 53.595811) (xy 85.764574 53.488658) (xy 85.764572 53.488657) + (xy 85.764571 53.488656) (xy 85.551639 53.415557) (xy 85.55163 53.415555) (xy 85.507476 53.408187) + (xy 85.329569 53.3785) (xy 85.104431 53.3785) (xy 85.007936 53.394602) (xy 84.947815 53.404634) + (xy 84.877331 53.396116) (xy 84.837982 53.369447) (xy 83.249592 51.781056) (xy 83.249586 51.781051) + (xy 83.211598 51.755668) (xy 83.135101 51.704554) (xy 83.007891 51.651862) (xy 82.872848 51.625) + (xy 82.872846 51.625) (xy 82.872845 51.625) (xy 68.869453 51.625) (xy 68.801332 51.604998) (xy 68.76624 51.571271) + (xy 68.747304 51.544228) (xy 68.747298 51.544221) (xy 68.597778 51.394701) (xy 68.597767 51.394692) + (xy 68.424561 51.273412) (xy 68.232912 51.184045) (xy 68.232908 51.184043) (xy 68.138113 51.158643) + (xy 68.028655 51.129314) (xy 68.002438 51.12702) (xy 67.936322 51.101157) (xy 67.894683 51.043654) + (xy 67.890742 50.972767) (xy 67.925751 50.911002) (xy 67.988596 50.87797) (xy 68.013422 50.8755) + (xy 90.8985 50.8755) (xy 90.966621 50.895502) (xy 91.013114 50.949158) (xy 91.0245 51.0015) (xy 91.0245 158.7785) + (xy 91.004498 158.846621) (xy 90.950842 158.893114) (xy 90.8985 158.9045) (xy 51.0015 158.9045) + (xy 50.933379 158.884498) (xy 50.886886 158.830842) (xy 50.8755 158.7785) (xy 50.8755 155.199594) + (xy 50.895502 155.131473) (xy 50.949158 155.08498) (xy 51.019432 155.074876) (xy 51.084012 155.10437) + (xy 51.090595 155.110499) (xy 53.907162 157.927068) (xy 53.907168 157.927073) (xy 54.010926 157.996402) + (xy 54.092448 158.030169) (xy 54.126216 158.044156) (xy 54.248607 158.068501) (xy 54.373395 158.068501) + (xy 56.370605 158.068501) (xy 61.704605 158.068501) (xy 61.829393 158.068501) (xy 69.742607 158.068501) + (xy 86.753874 158.068501) (xy 86.805123 158.079394) (xy 86.839712 158.094794) (xy 87.026513 158.1345) + (xy 87.217487 158.1345) (xy 87.404288 158.094794) (xy 87.578752 158.017118) (xy 87.733253 157.904866) + (xy 87.86104 157.762944) (xy 87.956527 157.597556) (xy 88.015542 157.415928) (xy 88.035504 157.226) + (xy 88.015542 157.036072) (xy 87.956527 156.854444) (xy 87.86104 156.689056) (xy 87.861038 156.689054) + (xy 87.861034 156.689048) (xy 87.733255 156.547135) (xy 87.578752 156.434882) (xy 87.404288 156.357206) + (xy 87.217487 156.3175) (xy 87.026513 156.3175) (xy 86.839711 156.357206) (xy 86.665247 156.434882) + (xy 86.510744 156.547135) (xy 86.38296 156.689054) (xy 86.354414 156.7385) (xy 86.303032 156.787494) + (xy 86.245294 156.801501) (xy 84.015056 156.801501) (xy 83.946935 156.781499) (xy 83.900442 156.727843) + (xy 83.890338 156.657569) (xy 83.892912 156.64457) (xy 83.938638 156.464) (xy 83.944051 156.442626) + (xy 83.963327 156.21) (xy 83.944051 155.977374) (xy 83.911773 155.84991) (xy 83.88675 155.751096) + (xy 83.886747 155.751089) (xy 83.792984 155.537331) (xy 83.665314 155.341916) (xy 83.507225 155.170186) + (xy 83.507221 155.170182) (xy 83.397753 155.08498) (xy 83.323017 155.02681) (xy 83.117727 154.915713) + (xy 83.117724 154.915712) (xy 83.117723 154.915711) (xy 82.896955 154.839921) (xy 82.896948 154.839919) + (xy 82.798411 154.823476) (xy 82.666712 154.8015) (xy 82.433288 154.8015) (xy 82.318066 154.820727) + (xy 82.203051 154.839919) (xy 82.203044 154.839921) (xy 81.982276 154.915711) (xy 81.982273 154.915713) + (xy 81.776985 155.026809) (xy 81.776983 155.02681) (xy 81.592778 155.170182) (xy 81.588946 155.173711) + (xy 81.587688 155.172345) (xy 81.533763 155.204742) (xy 81.462799 155.202598) (xy 81.40426 155.162428) + (xy 81.383877 155.126861) (xy 81.360444 155.064034) (xy 81.272904 154.947095) (xy 81.155965 154.859555) + (xy 81.019093 154.808505) (xy 80.958597 154.802) (xy 80.264 154.802) (xy 80.264 155.837031) (xy 80.183694 155.790667) + (xy 80.069244 155.76) (xy 79.950756 155.76) (xy 79.836306 155.790667) (xy 79.756 155.837031) (xy 79.756 154.802) + (xy 79.061402 154.802) (xy 79.000906 154.808505) (xy 78.864035 154.859555) (xy 78.864034 154.859555) + (xy 78.747095 154.947095) (xy 78.659555 155.064034) (xy 78.659555 155.064035) (xy 78.608505 155.200906) + (xy 78.602 155.261402) (xy 78.602 155.956) (xy 79.637032 155.956) (xy 79.590667 156.036306) (xy 79.56 156.150756) + (xy 79.56 156.269244) (xy 79.590667 156.383694) (xy 79.637032 156.464) (xy 78.602 156.464) (xy 78.602 156.675501) + (xy 78.581998 156.743622) (xy 78.528342 156.790115) (xy 78.476 156.801501) (xy 70.564501 156.801501) + (xy 70.49638 156.781499) (xy 70.449887 156.727843) (xy 70.438501 156.675501) (xy 70.438501 152.24) + (xy 79.701634 152.24) (xy 79.721066 152.486911) (xy 79.778885 152.727742) (xy 79.873665 152.956561) + (xy 80.003076 153.167741) (xy 80.003077 153.167743) (xy 80.163926 153.356073) (xy 80.352256 153.516922) + (xy 80.35226 153.516925) (xy 80.563437 153.646334) (xy 80.792258 153.741115) (xy 81.033089 153.798934) + (xy 81.28 153.818366) (xy 81.526911 153.798934) (xy 81.767742 153.741115) (xy 81.996563 153.646334) + (xy 82.20774 153.516925) (xy 82.396073 153.356073) (xy 82.556925 153.16774) (xy 82.686334 152.956563) + (xy 82.781115 152.727742) (xy 82.838934 152.486911) (xy 82.858366 152.24) (xy 82.838934 151.993089) + (xy 82.781115 151.752258) (xy 82.686334 151.523437) (xy 82.556925 151.31226) (xy 82.556922 151.312256) + (xy 82.396073 151.123926) (xy 82.207743 150.963077) (xy 82.207741 150.963076) (xy 82.20774 150.963075) + (xy 81.996563 150.833666) (xy 81.767742 150.738885) (xy 81.526911 150.681066) (xy 81.526912 150.681066) + (xy 81.28 150.661634) (xy 81.033088 150.681066) (xy 80.792257 150.738885) (xy 80.563438 150.833665) + (xy 80.352258 150.963076) (xy 80.352256 150.963077) (xy 80.163926 151.123926) (xy 80.003077 151.312256) + (xy 80.003076 151.312258) (xy 79.873665 151.523438) (xy 79.778885 151.752257) (xy 79.721066 151.993088) + (xy 79.701634 152.24) (xy 70.438501 152.24) (xy 70.438501 144.885593) (xy 70.458503 144.817472) + (xy 70.475401 144.796502) (xy 70.57606 144.695842) (xy 70.63837 144.661819) (xy 70.69135 144.661693) + (xy 70.770513 144.67852) (xy 70.770514 144.67852) (xy 70.961487 144.67852) (xy 71.148288 144.638814) + (xy 71.322752 144.561138) (xy 71.477253 144.448886) (xy 71.60504 144.306964) (xy 71.700527 144.141576) + (xy 71.759542 143.959948) (xy 71.761639 143.94) (xy 79.701634 143.94) (xy 79.721066 144.186911) + (xy 79.778885 144.427742) (xy 79.834139 144.561138) (xy 79.873666 144.656563) (xy 79.982033 144.833403) + (xy 80.003076 144.867741) (xy 80.003077 144.867743) (xy 80.163926 145.056073) (xy 80.352256 145.216922) + (xy 80.35226 145.216925) (xy 80.563437 145.346334) (xy 80.792258 145.441115) (xy 81.033089 145.498934) + (xy 81.28 145.518366) (xy 81.526911 145.498934) (xy 81.767742 145.441115) (xy 81.996563 145.346334) + (xy 82.20774 145.216925) (xy 82.396073 145.056073) (xy 82.556925 144.86774) (xy 82.686334 144.656563) + (xy 82.781115 144.427742) (xy 82.838934 144.186911) (xy 82.858366 143.94) (xy 82.838934 143.693089) + (xy 82.781115 143.452258) (xy 82.686334 143.223437) (xy 82.556925 143.01226) (xy 82.428181 142.86152) + (xy 82.396073 142.823926) (xy 82.207743 142.663077) (xy 82.207741 142.663076) (xy 82.20774 142.663075) + (xy 81.996563 142.533666) (xy 81.928343 142.505408) (xy 81.873063 142.46086) (xy 81.850642 142.393497) + (xy 81.8682 142.324706) (xy 81.920162 142.276328) (xy 81.976562 142.263) (xy 82.293585 142.263) + (xy 82.293597 142.262999) (xy 82.354093 142.256494) (xy 82.490964 142.205444) (xy 82.490965 142.205444) + (xy 82.607904 142.117904) (xy 82.695444 142.000965) (xy 82.695444 142.000964) (xy 82.746494 141.864093) + (xy 82.752999 141.803597) (xy 82.753 141.803585) (xy 82.753 141.094) (xy 81.835049 141.094) (xy 81.866558 141.017931) + (xy 81.89 140.90008) (xy 81.89 140.77992) (xy 81.866558 140.662069) (xy 81.835049 140.586) (xy 82.753 140.586) + (xy 82.753 139.876414) (xy 82.752999 139.876402) (xy 82.746494 139.815906) (xy 82.695444 139.679035) + (xy 82.695444 139.679034) (xy 82.607904 139.562095) (xy 82.490965 139.474555) (xy 82.354093 139.423505) + (xy 82.293597 139.417) (xy 81.534 139.417) (xy 81.534 140.28495) (xy 81.457931 140.253442) (xy 81.34008 140.23) + (xy 81.21992 140.23) (xy 81.102069 140.253442) (xy 81.026 140.28495) (xy 81.026 139.417) (xy 80.266402 139.417) + (xy 80.205906 139.423505) (xy 80.069035 139.474555) (xy 80.069034 139.474555) (xy 79.952095 139.562095) + (xy 79.864555 139.679034) (xy 79.864555 139.679035) (xy 79.813505 139.815906) (xy 79.807 139.876402) + (xy 79.807 140.586) (xy 80.724951 140.586) (xy 80.693442 140.662069) (xy 80.67 140.77992) (xy 80.67 140.90008) + (xy 80.693442 141.017931) (xy 80.724951 141.094) (xy 79.807 141.094) (xy 79.807 141.803597) (xy 79.813505 141.864093) + (xy 79.864555 142.000964) (xy 79.864555 142.000965) (xy 79.952095 142.117904) (xy 80.069034 142.205444) + (xy 80.205906 142.256494) (xy 80.266402 142.262999) (xy 80.266415 142.263) (xy 80.583438 142.263) + (xy 80.651559 142.283002) (xy 80.698052 142.336658) (xy 80.708156 142.406932) (xy 80.678662 142.471512) + (xy 80.631656 142.505408) (xy 80.608243 142.515106) (xy 80.563438 142.533665) (xy 80.352258 142.663076) + (xy 80.352256 142.663077) (xy 80.163926 142.823926) (xy 80.003077 143.012256) (xy 80.003076 143.012258) + (xy 79.873665 143.223438) (xy 79.778885 143.452257) (xy 79.721066 143.693088) (xy 79.701634 143.94) + (xy 71.761639 143.94) (xy 71.779504 143.77002) (xy 71.759542 143.580092) (xy 71.700527 143.398464) + (xy 71.60504 143.233076) (xy 71.605038 143.233074) (xy 71.605034 143.233068) (xy 71.477255 143.091155) + (xy 71.322752 142.978902) (xy 71.148288 142.901226) (xy 70.961487 142.86152) (xy 70.770513 142.86152) + (xy 70.583711 142.901226) (xy 70.409247 142.978902) (xy 70.254744 143.091155) (xy 70.126965 143.233068) + (xy 70.126958 143.233078) (xy 70.031476 143.398457) (xy 70.031472 143.398466) (xy 70.016676 143.443999) + (xy 69.98594 143.494154) (xy 69.401168 144.078928) (xy 69.312928 144.167168) (xy 69.312927 144.16717) + (xy 69.243602 144.270922) (xy 69.195847 144.386211) (xy 69.171501 144.508602) (xy 69.171501 156.675501) + (xy 69.151499 156.743622) (xy 69.097843 156.790115) (xy 69.045501 156.801501) (xy 63.600593 156.801501) + (xy 63.532472 156.781499) (xy 63.485979 156.727843) (xy 63.475875 156.657569) (xy 63.505369 156.592989) + (xy 63.511498 156.586406) (xy 65.482499 154.615405) (xy 65.544811 154.581379) (xy 65.571594 154.5785) + (xy 65.627487 154.5785) (xy 65.814288 154.538794) (xy 65.988752 154.461118) (xy 66.143253 154.348866) + (xy 66.27104 154.206944) (xy 66.366527 154.041556) (xy 66.425542 153.859928) (xy 66.445504 153.67) + (xy 66.425542 153.480072) (xy 66.366527 153.298444) (xy 66.27104 153.133056) (xy 66.271038 153.133054) + (xy 66.271034 153.133048) (xy 66.143255 152.991135) (xy 65.988752 152.878882) (xy 65.814288 152.801206) + (xy 65.627487 152.7615) (xy 65.436513 152.7615) (xy 65.249711 152.801206) (xy 65.075247 152.878882) + (xy 64.920744 152.991135) (xy 64.792965 153.133048) (xy 64.792958 153.133058) (xy 64.697476 153.298438) + (xy 64.697473 153.298445) (xy 64.638457 153.480072) (xy 64.621092 153.645293) (xy 64.594079 153.71095) + (xy 64.584877 153.721217) (xy 61.5415 156.764596) (xy 61.479188 156.798621) (xy 61.452405 156.801501) + (xy 54.625596 156.801501) (xy 54.557475 156.781499) (xy 54.536501 156.764596) (xy 51.978405 154.2065) + (xy 51.944379 154.144188) (xy 51.9415 154.117405) (xy 51.9415 132.08) (xy 54.461634 132.08) (xy 54.481066 132.326911) + (xy 54.538885 132.567742) (xy 54.633666 132.796563) (xy 54.721862 132.940487) (xy 54.763076 133.007741) + (xy 54.763077 133.007743) (xy 54.923926 133.196073) (xy 55.06529 133.316809) (xy 55.11226 133.356925) + (xy 55.323437 133.486334) (xy 55.552258 133.581115) (xy 55.793089 133.638934) (xy 56.04 133.658366) + (xy 56.286911 133.638934) (xy 56.527742 133.581115) (xy 56.756563 133.486334) (xy 56.96774 133.356925) + (xy 57.156073 133.196073) (xy 57.316925 133.00774) (xy 57.446334 132.796563) (xy 57.541115 132.567742) + (xy 57.598934 132.326911) (xy 57.618366 132.08) (xy 57.598934 131.833089) (xy 57.541115 131.592258) + (xy 57.446334 131.363437) (xy 57.316925 131.15226) (xy 57.316922 131.152256) (xy 57.156073 130.963926) + (xy 56.967743 130.803077) (xy 56.967741 130.803076) (xy 56.96774 130.803075) (xy 56.756563 130.673666) + (xy 56.527742 130.578885) (xy 56.286911 130.521066) (xy 56.286912 130.521066) (xy 56.04 130.501634) + (xy 55.793088 130.521066) (xy 55.552257 130.578885) (xy 55.323438 130.673665) (xy 55.112258 130.803076) + (xy 55.112256 130.803077) (xy 54.923926 130.963926) (xy 54.763077 131.152256) (xy 54.763076 131.152258) + (xy 54.633665 131.363438) (xy 54.538885 131.592257) (xy 54.515144 131.691147) (xy 54.481066 131.833089) + (xy 54.461634 132.08) (xy 51.9415 132.08) (xy 51.9415 121.92) (xy 54.461634 121.92) (xy 54.481066 122.166911) + (xy 54.538885 122.407742) (xy 54.633665 122.636561) (xy 54.763076 122.847741) (xy 54.763077 122.847743) + (xy 54.923926 123.036073) (xy 55.112256 123.196922) (xy 55.11226 123.196925) (xy 55.323437 123.326334) + (xy 55.552258 123.421115) (xy 55.793089 123.478934) (xy 56.04 123.498366) (xy 56.286911 123.478934) + (xy 56.527742 123.421115) (xy 56.533019 123.418928) (xy 56.603609 123.411337) (xy 56.667097 123.443115) + (xy 56.670336 123.446241) (xy 63.684072 130.459977) (xy 63.718098 130.522289) (xy 63.713033 130.593104) + (xy 63.670486 130.64994) (xy 63.643201 130.665479) (xy 63.623437 130.673666) (xy 63.412258 130.803076) + (xy 63.412256 130.803077) (xy 63.223926 130.963926) (xy 63.063077 131.152256) (xy 63.063076 131.152258) + (xy 62.933665 131.363438) (xy 62.838885 131.592257) (xy 62.815144 131.691147) (xy 62.781066 131.833089) + (xy 62.761634 132.08) (xy 62.781066 132.326911) (xy 62.838885 132.567742) (xy 62.933666 132.796563) + (xy 63.021862 132.940487) (xy 63.063076 133.007741) (xy 63.063077 133.007743) (xy 63.223926 133.196073) + (xy 63.36529 133.316809) (xy 63.41226 133.356925) (xy 63.623437 133.486334) (xy 63.852258 133.581115) + (xy 64.093089 133.638934) (xy 64.34 133.658366) (xy 64.586911 133.638934) (xy 64.827742 133.581115) + (xy 65.056563 133.486334) (xy 65.26774 133.356925) (xy 65.456073 133.196073) (xy 65.616925 133.00774) + (xy 65.746334 132.796563) (xy 65.774592 132.728341) (xy 65.819139 132.673062) (xy 65.886502 132.650641) + (xy 65.955294 132.668199) (xy 66.003672 132.720161) (xy 66.017 132.776561) (xy 66.017 133.093597) + (xy 66.023505 133.154093) (xy 66.074555 133.290964) (xy 66.074555 133.290965) (xy 66.162095 133.407904) + (xy 66.279034 133.495444) (xy 66.415906 133.546494) (xy 66.476402 133.552999) (xy 66.476415 133.553) + (xy 67.186 133.553) (xy 67.186 132.635049) (xy 67.262069 132.666558) (xy 67.37992 132.69) (xy 67.50008 132.69) + (xy 67.617931 132.666558) (xy 67.694 132.635049) (xy 67.694 133.553) (xy 68.403585 133.553) (xy 68.403597 133.552999) + (xy 68.464093 133.546494) (xy 68.600964 133.495444) (xy 68.600965 133.495444) (xy 68.717904 133.407904) + (xy 68.805444 133.290965) (xy 68.805444 133.290964) (xy 68.856494 133.154093) (xy 68.862999 133.093597) + (xy 68.863 133.093585) (xy 68.863 132.75056) (xy 69.703576 132.75056) (xy 69.723537 132.940487) + (xy 69.745972 133.009532) (xy 69.782553 133.122116) (xy 69.87804 133.287504) (xy 69.951217 133.368775) + (xy 69.981933 133.43278) (xy 69.98358 133.453084) (xy 69.98358 137.361766) (xy 69.98358 137.486554) + (xy 70.007925 137.608945) (xy 70.05568 137.724235) (xy 70.125009 137.827993) (xy 70.125011 137.827995) + (xy 71.270157 138.973142) (xy 71.304183 139.035454) (xy 71.306372 139.049066) (xy 71.323737 139.214287) + (xy 71.353806 139.30683) (xy 71.382753 139.395916) (xy 71.382756 139.395921) (xy 71.478238 139.561301) + (xy 71.478245 139.561311) (xy 71.606024 139.703224) (xy 71.606027 139.703226) (xy 71.760528 139.815478) + (xy 71.934992 139.893154) (xy 72.121793 139.93286) (xy 72.312767 139.93286) (xy 72.499568 139.893154) + (xy 72.674032 139.815478) (xy 72.828533 139.703226) (xy 72.95632 139.561304) (xy 73.051807 139.395916) + (xy 73.110822 139.214288) (xy 73.130784 139.02436) (xy 73.110822 138.834432) (xy 73.051807 138.652804) + (xy 72.95632 138.487416) (xy 72.956318 138.487414) (xy 72.956314 138.487408) (xy 72.828535 138.345495) + (xy 72.674032 138.233242) (xy 72.499568 138.155566) (xy 72.312767 138.11586) (xy 72.256875 138.11586) + (xy 72.188754 138.095858) (xy 72.16778 138.078955) (xy 71.287485 137.19866) (xy 71.253459 137.136348) + (xy 71.25058 137.109565) (xy 71.25058 133.453084) (xy 71.270582 133.384963) (xy 71.282938 133.36878) + (xy 71.35612 133.287504) (xy 71.451607 133.122116) (xy 71.510622 132.940488) (xy 71.530584 132.75056) + (xy 71.510622 132.560632) (xy 71.451607 132.379004) (xy 71.35612 132.213616) (xy 71.356118 132.213614) + (xy 71.356114 132.213608) (xy 71.228335 132.071695) (xy 71.073832 131.959442) (xy 70.899368 131.881766) + (xy 70.712567 131.84206) (xy 70.521593 131.84206) (xy 70.334791 131.881766) (xy 70.160327 131.959442) + (xy 70.005824 132.071695) (xy 69.878045 132.213608) (xy 69.878038 132.213618) (xy 69.782556 132.378998) + (xy 69.782553 132.379005) (xy 69.723537 132.560632) (xy 69.703576 132.75056) (xy 68.863 132.75056) + (xy 68.863 132.334) (xy 67.995049 132.334) (xy 68.026558 132.257931) (xy 68.05 132.14008) (xy 68.05 132.01992) + (xy 68.026558 131.902069) (xy 67.995049 131.826) (xy 68.863 131.826) (xy 68.863 131.449499) (xy 68.883002 131.381378) + (xy 68.936658 131.334885) (xy 68.989 131.323499) (xy 79.615405 131.323499) (xy 79.683526 131.343501) + (xy 79.7045 131.360404) (xy 81.220501 132.876405) (xy 81.254527 132.938717) (xy 81.249462 133.009532) + (xy 81.206915 133.066368) (xy 81.140395 133.091179) (xy 81.131406 133.0915) (xy 81.123288 133.0915) + (xy 81.02861 133.107299) (xy 80.893051 133.129919) (xy 80.893044 133.129921) (xy 80.672276 133.205711) + (xy 80.672273 133.205713) (xy 80.514743 133.290964) (xy 80.466985 133.316809) (xy 80.466983 133.31681) + (xy 80.29986 133.446888) (xy 80.233818 133.472944) (xy 80.164172 133.459159) (xy 80.113036 133.409909) + (xy 80.104413 133.391487) (xy 80.090445 133.354036) (xy 80.090444 133.354034) (xy 80.002904 133.237095) + (xy 79.885965 133.149555) (xy 79.749093 133.098505) (xy 79.688597 133.092) (xy 78.994 133.092) (xy 78.994 134.069297) + (xy 78.932993 134.034075) (xy 78.805826 134) (xy 78.674174 134) (xy 78.547007 134.034075) (xy 78.486 134.069297) + (xy 78.486 133.092) (xy 77.791402 133.092) (xy 77.730906 133.098505) (xy 77.594035 133.149555) (xy 77.594034 133.149555) + (xy 77.477095 133.237095) (xy 77.389555 133.354034) (xy 77.389555 133.354035) (xy 77.338505 133.490906) + (xy 77.332 133.551402) (xy 77.332 134.246) (xy 78.309297 134.246) (xy 78.274075 134.307007) (xy 78.24 134.434174) + (xy 78.24 134.565826) (xy 78.274075 134.692993) (xy 78.309297 134.754) (xy 77.332 134.754) (xy 77.332 135.448597) + (xy 77.338505 135.509093) (xy 77.389555 135.645964) (xy 77.389555 135.645965) (xy 77.477095 135.762904) + (xy 77.594034 135.850444) (xy 77.730906 135.901494) (xy 77.791402 135.907999) (xy 77.791415 135.908) + (xy 78.486 135.908) (xy 78.486 134.930702) (xy 78.547007 134.965925) (xy 78.674174 135) (xy 78.805826 135) + (xy 78.932993 134.965925) (xy 78.994 134.930702) (xy 78.994 135.908) (xy 79.688585 135.908) (xy 79.688597 135.907999) + (xy 79.749093 135.901494) (xy 79.885964 135.850444) (xy 79.885965 135.850444) (xy 80.002904 135.762904) + (xy 80.090444 135.645965) (xy 80.090445 135.645963) (xy 80.104413 135.608513) (xy 80.146959 135.551677) + (xy 80.213479 135.526865) (xy 80.282853 135.541956) (xy 80.29986 135.553112) (xy 80.466983 135.68319) + (xy 80.672273 135.794287) (xy 80.893049 135.87008) (xy 81.123288 135.9085) (xy 81.123292 135.9085) + (xy 81.356708 135.9085) (xy 81.356712 135.9085) (xy 81.586951 135.87008) (xy 81.807727 135.794287) + (xy 82.013017 135.68319) (xy 82.19722 135.539818) (xy 82.225505 135.509093) (xy 82.281195 135.448597) + (xy 82.355314 135.368083) (xy 82.384517 135.323383) (xy 82.438519 135.277296) (xy 82.508867 135.26772) + (xy 82.573225 135.297696) (xy 82.595481 135.323382) (xy 82.624686 135.368083) (xy 82.624687 135.368084) + (xy 82.782774 135.539813) (xy 82.782778 135.539817) (xy 82.84865 135.591087) (xy 82.966983 135.68319) + (xy 83.172273 135.794287) (xy 83.393049 135.87008) (xy 83.623288 135.9085) (xy 83.623292 135.9085) + (xy 83.856708 135.9085) (xy 83.856712 135.9085) (xy 84.086951 135.87008) (xy 84.307727 135.794287) + (xy 84.513017 135.68319) (xy 84.69722 135.539818) (xy 84.709145 135.526865) (xy 84.855314 135.368083) + (xy 84.982984 135.172669) (xy 85.076749 134.958907) (xy 85.134051 134.732626) (xy 85.153327 134.5) + (xy 85.134051 134.267374) (xy 85.076749 134.041093) (xy 84.982984 133.827331) (xy 84.855314 133.631916) + (xy 84.697225 133.460186) (xy 84.697221 133.460182) (xy 84.600579 133.384963) (xy 84.513017 133.31681) + (xy 84.307727 133.205713) (xy 84.307724 133.205712) (xy 84.307723 133.205711) (xy 84.086955 133.129921) + (xy 84.086948 133.129919) (xy 83.988411 133.113476) (xy 83.856712 133.0915) (xy 83.623288 133.0915) + (xy 83.52861 133.107299) (xy 83.393051 133.129919) (xy 83.393041 133.129922) (xy 83.372722 133.136897) + (xy 83.301798 133.140094) (xy 83.242721 133.106817) (xy 80.333834 130.19793) (xy 80.333832 130.197928) + (xy 80.230074 130.128599) (xy 80.114784 130.080844) (xy 80.041085 130.066184) (xy 79.992395 130.056499) + (xy 79.992393 130.056499) (xy 65.124594 130.056499) (xy 65.056473 130.036497) (xy 65.035499 130.019594) + (xy 62.964502 127.948597) (xy 69.077 127.948597) (xy 69.083505 128.009093) (xy 69.134555 128.145964) + (xy 69.134555 128.145965) (xy 69.222095 128.262904) (xy 69.339034 128.350444) (xy 69.475906 128.401494) + (xy 69.536402 128.407999) (xy 69.536415 128.408) (xy 70.231 128.408) (xy 70.231 127.372968) (xy 70.311306 127.419333) + (xy 70.425756 127.45) (xy 70.544244 127.45) (xy 70.658694 127.419333) (xy 70.739 127.372968) (xy 70.739 128.408) + (xy 71.433585 128.408) (xy 71.433597 128.407999) (xy 71.494093 128.401494) (xy 71.630964 128.350444) + (xy 71.630965 128.350444) (xy 71.747904 128.262904) (xy 71.835444 128.145965) (xy 71.858877 128.083138) + (xy 71.901423 128.026302) (xy 71.967943 128.001491) (xy 72.037318 128.016582) (xy 72.063356 128.036929) + (xy 72.063946 128.036289) (xy 72.067778 128.039817) (xy 72.123437 128.083138) (xy 72.251983 128.18319) + (xy 72.457273 128.294287) (xy 72.678049 128.37008) (xy 72.908288 128.4085) (xy 72.908292 128.4085) + (xy 73.141708 128.4085) (xy 73.141712 128.4085) (xy 73.371951 128.37008) (xy 73.592727 128.294287) + (xy 73.798017 128.18319) (xy 73.98222 128.039818) (xy 73.994663 128.026302) (xy 74.140314 127.868083) + (xy 74.144355 127.861898) (xy 74.267984 127.672669) (xy 74.349446 127.486954) (xy 74.395125 127.432608) + (xy 74.462938 127.411584) (xy 74.531352 127.43056) (xy 74.578646 127.483511) (xy 74.589754 127.521123) + (xy 74.603469 127.625301) (xy 74.603471 127.625308) (xy 74.666865 127.861898) (xy 74.760598 128.08819) + (xy 74.760599 128.088191) (xy 74.760604 128.088201) (xy 74.883063 128.300306) (xy 75.032173 128.494631) + (xy 75.032182 128.494641) (xy 75.205358 128.667817) (xy 75.205368 128.667826) (xy 75.205369 128.667827) + (xy 75.39969 128.816934) (xy 75.61181 128.939402) (xy 75.838102 129.033135) (xy 76.074692 129.096529) + (xy 76.074698 129.096529) (xy 76.074699 129.09653) (xy 76.10256 129.100198) (xy 76.317532 129.1285) + (xy 76.317539 129.1285) (xy 76.562461 129.1285) (xy 76.562468 129.1285) (xy 76.805308 129.096529) + (xy 77.041898 129.033135) (xy 77.26819 128.939402) (xy 77.48031 128.816934) (xy 77.674631 128.667827) + (xy 77.847827 128.494631) (xy 77.996934 128.30031) (xy 78.119402 128.08819) (xy 78.213135 127.861898) + (xy 78.276529 127.625308) (xy 78.3085 127.38247) (xy 84.1715 127.38247) (xy 84.203469 127.6253) + (xy 84.20347 127.625306) (xy 84.203471 127.625308) (xy 84.266865 127.861898) (xy 84.360598 128.08819) + (xy 84.360599 128.088191) (xy 84.360604 128.088201) (xy 84.483063 128.300306) (xy 84.632173 128.494631) + (xy 84.632182 128.494641) (xy 84.805358 128.667817) (xy 84.805368 128.667826) (xy 84.805369 128.667827) + (xy 84.99969 128.816934) (xy 85.21181 128.939402) (xy 85.438102 129.033135) (xy 85.674692 129.096529) + (xy 85.674698 129.096529) (xy 85.674699 129.09653) (xy 85.70256 129.100198) (xy 85.917532 129.1285) + (xy 85.917539 129.1285) (xy 86.162461 129.1285) (xy 86.162468 129.1285) (xy 86.405308 129.096529) + (xy 86.641898 129.033135) (xy 86.86819 128.939402) (xy 87.08031 128.816934) (xy 87.274631 128.667827) + (xy 87.447827 128.494631) (xy 87.596934 128.30031) (xy 87.719402 128.08819) (xy 87.813135 127.861898) + (xy 87.876529 127.625308) (xy 87.9085 127.382468) (xy 87.9085 126.617532) (xy 87.876529 126.374692) + (xy 87.813135 126.138102) (xy 87.719402 125.91181) (xy 87.61853 125.737095) (xy 87.596936 125.699693) + (xy 87.543398 125.629921) (xy 87.447827 125.505369) (xy 87.447826 125.505368) (xy 87.447817 125.505358) + (xy 87.274641 125.332182) (xy 87.274631 125.332173) (xy 87.270226 125.328793) (xy 87.08031 125.183066) + (xy 87.080309 125.183065) (xy 87.080306 125.183063) (xy 86.868201 125.060604) (xy 86.868196 125.060601) + (xy 86.86819 125.060598) (xy 86.641898 124.966865) (xy 86.405308 124.903471) (xy 86.405306 124.90347) + (xy 86.4053 124.903469) (xy 86.16247 124.8715) (xy 86.162468 124.8715) (xy 85.917532 124.8715) (xy 85.917529 124.8715) + (xy 85.674699 124.903469) (xy 85.438102 124.966865) (xy 85.211808 125.060599) (xy 85.211798 125.060604) + (xy 84.999693 125.183063) (xy 84.805368 125.332173) (xy 84.805358 125.332182) (xy 84.632182 125.505358) + (xy 84.632173 125.505368) (xy 84.483063 125.699693) (xy 84.360604 125.911798) (xy 84.360599 125.911808) + (xy 84.360598 125.91181) (xy 84.327135 125.992598) (xy 84.266865 126.138102) (xy 84.203469 126.374699) + (xy 84.1715 126.617529) (xy 84.1715 127.38247) (xy 78.3085 127.38247) (xy 78.3085 127.382468) (xy 78.3085 126.617532) + (xy 78.276529 126.374692) (xy 78.213135 126.138102) (xy 78.119402 125.91181) (xy 78.01853 125.737095) + (xy 77.996936 125.699693) (xy 77.943398 125.629921) (xy 77.847827 125.505369) (xy 77.847826 125.505368) + (xy 77.847817 125.505358) (xy 77.674641 125.332182) (xy 77.674631 125.332173) (xy 77.670226 125.328793) + (xy 77.48031 125.183066) (xy 77.480309 125.183065) (xy 77.480306 125.183063) (xy 77.268201 125.060604) + (xy 77.268196 125.060601) (xy 77.26819 125.060598) (xy 77.041898 124.966865) (xy 76.805308 124.903471) + (xy 76.805306 124.90347) (xy 76.8053 124.903469) (xy 76.56247 124.8715) (xy 76.562468 124.8715) + (xy 76.317532 124.8715) (xy 76.317529 124.8715) (xy 76.074699 124.903469) (xy 75.838102 124.966865) + (xy 75.611808 125.060599) (xy 75.611798 125.060604) (xy 75.399693 125.183063) (xy 75.205368 125.332173) + (xy 75.205358 125.332182) (xy 75.032182 125.505358) (xy 75.032173 125.505368) (xy 74.883063 125.699693) + (xy 74.760604 125.911798) (xy 74.760599 125.911808) (xy 74.760598 125.91181) (xy 74.727135 125.992598) + (xy 74.666865 126.138102) (xy 74.603469 126.374698) (xy 74.589754 126.478876) (xy 74.561031 126.543803) + (xy 74.501766 126.582894) (xy 74.430774 126.583739) (xy 74.370596 126.546068) (xy 74.349445 126.513043) + (xy 74.267984 126.327331) (xy 74.140314 126.131916) (xy 73.982225 125.960186) (xy 73.982221 125.960182) + (xy 73.845842 125.854034) (xy 73.798017 125.81681) (xy 73.592727 125.705713) (xy 73.592724 125.705712) + (xy 73.592723 125.705711) (xy 73.371955 125.629921) (xy 73.371948 125.629919) (xy 73.273411 125.613476) + (xy 73.141712 125.5915) (xy 72.908288 125.5915) (xy 72.793066 125.610727) (xy 72.678051 125.629919) + (xy 72.678044 125.629921) (xy 72.457276 125.705711) (xy 72.457273 125.705713) (xy 72.251985 125.816809) + (xy 72.251983 125.81681) (xy 72.067778 125.960182) (xy 72.063946 125.963711) (xy 72.062688 125.962345) + (xy 72.008763 125.994742) (xy 71.937799 125.992598) (xy 71.87926 125.952428) (xy 71.858877 125.916861) + (xy 71.835444 125.854034) (xy 71.747904 125.737095) (xy 71.630965 125.649555) (xy 71.494093 125.598505) + (xy 71.433597 125.592) (xy 70.854813 125.592) (xy 70.786692 125.571998) (xy 70.766477 125.548668) + (xy 70.753533 125.577012) (xy 70.747404 125.583595) (xy 70.739 125.591999) (xy 70.739 126.627031) + (xy 70.658694 126.580667) (xy 70.544244 126.55) (xy 70.425756 126.55) (xy 70.311306 126.580667) + (xy 70.231 126.627031) (xy 70.231 125.592) (xy 69.536402 125.592) (xy 69.475906 125.598505) (xy 69.339035 125.649555) + (xy 69.339034 125.649555) (xy 69.222095 125.737095) (xy 69.134555 125.854034) (xy 69.134555 125.854035) + (xy 69.083505 125.990906) (xy 69.077 126.051402) (xy 69.077 126.746) (xy 70.112032 126.746) (xy 70.065667 126.826306) + (xy 70.035 126.940756) (xy 70.035 127.059244) (xy 70.065667 127.173694) (xy 70.112032 127.254) (xy 69.077 127.254) + (xy 69.077 127.948597) (xy 62.964502 127.948597) (xy 57.566241 122.550336) (xy 57.532215 122.488024) + (xy 57.53728 122.417209) (xy 57.538929 122.413019) (xy 57.541115 122.407742) (xy 57.598934 122.166911) + (xy 57.618366 121.92) (xy 57.598934 121.673089) (xy 57.541115 121.432258) (xy 57.446334 121.203437) + (xy 57.316925 120.99226) (xy 57.316922 120.992256) (xy 57.156073 120.803926) (xy 56.967743 120.643077) + (xy 56.967741 120.643076) (xy 56.96774 120.643075) (xy 56.756563 120.513666) (xy 56.734567 120.504555) + (xy 56.527742 120.418885) (xy 56.286911 120.361066) (xy 56.286912 120.361066) (xy 56.04 120.341634) + (xy 55.793088 120.361066) (xy 55.552257 120.418885) (xy 55.323438 120.513665) (xy 55.112258 120.643076) + (xy 55.112256 120.643077) (xy 54.923926 120.803926) (xy 54.763077 120.992256) (xy 54.763076 120.992258) + (xy 54.633665 121.203438) (xy 54.538885 121.432257) (xy 54.481066 121.673088) (xy 54.461634 121.92) + (xy 51.9415 121.92) (xy 51.9415 112.778796) (xy 51.961502 112.710675) (xy 52.015158 112.664182) + (xy 52.085432 112.654078) (xy 52.150012 112.683572) (xy 52.156594 112.6897) (xy 64.418965 124.952072) + (xy 64.522723 125.021401) (xy 64.585412 125.047367) (xy 64.638013 125.069155) (xy 64.760404 125.0935) + (xy 64.760405 125.0935) (xy 64.885192 125.0935) (xy 69.9038 125.0935) (xy 69.971921 125.113502) + (xy 69.997437 125.13519) (xy 70.000747 125.138866) (xy 70.155248 125.251118) (xy 70.329712 125.328794) + (xy 70.516513 125.3685) (xy 70.658309 125.3685) (xy 70.72643 125.388502) (xy 70.746644 125.411831) + (xy 70.759589 125.383488) (xy 70.819315 125.345104) (xy 70.828616 125.342753) (xy 70.894288 125.328794) + (xy 71.068752 125.251118) (xy 71.223253 125.138866) (xy 71.286024 125.069152) (xy 71.351034 124.996951) + (xy 71.351035 124.996949) (xy 71.35104 124.996944) (xy 71.446527 124.831556) (xy 71.505542 124.649928) + (xy 71.525504 124.46) (xy 71.505542 124.270072) (xy 71.446527 124.088444) (xy 71.35104 123.923056) + (xy 71.351038 123.923054) (xy 71.351034 123.923048) (xy 71.223255 123.781135) (xy 71.068752 123.668882) + (xy 70.894288 123.591206) (xy 70.707487 123.5515) (xy 70.516513 123.5515) (xy 70.329711 123.591206) + (xy 70.155247 123.668882) (xy 70.000747 123.781133) (xy 69.997437 123.78481) (xy 69.936991 123.82205) + (xy 69.9038 123.8265) (xy 65.137393 123.8265) (xy 65.069272 123.806498) (xy 65.048298 123.789595) + (xy 64.856484 123.597781) (xy 64.822458 123.535469) (xy 64.827523 123.464654) (xy 64.87007 123.407818) + (xy 64.897355 123.392279) (xy 65.056563 123.326334) (xy 65.26774 123.196925) (xy 65.456073 123.036073) + (xy 65.616925 122.84774) (xy 65.746334 122.636563) (xy 65.774592 122.568341) (xy 65.819139 122.513062) + (xy 65.886502 122.490641) (xy 65.955294 122.508199) (xy 66.003672 122.560161) (xy 66.017 122.616561) + (xy 66.017 122.933597) (xy 66.023505 122.994093) (xy 66.074555 123.130964) (xy 66.074555 123.130965) + (xy 66.162095 123.247904) (xy 66.279034 123.335444) (xy 66.415906 123.386494) (xy 66.476402 123.392999) + (xy 66.476415 123.393) (xy 67.186 123.393) (xy 67.186 122.475049) (xy 67.262069 122.506558) (xy 67.37992 122.53) + (xy 67.50008 122.53) (xy 67.617931 122.506558) (xy 67.694 122.475049) (xy 67.694 123.393) (xy 68.403585 123.393) + (xy 68.403597 123.392999) (xy 68.464093 123.386494) (xy 68.600964 123.335444) (xy 68.600965 123.335444) + (xy 68.717904 123.247904) (xy 68.805444 123.130965) (xy 68.805444 123.130964) (xy 68.856494 122.994093) + (xy 68.862999 122.933597) (xy 68.863 122.933585) (xy 68.863 122.174) (xy 67.995049 122.174) (xy 68.026558 122.097931) + (xy 68.05 121.98008) (xy 68.05 121.85992) (xy 68.026558 121.742069) (xy 67.995049 121.666) (xy 68.863 121.666) + (xy 68.863 120.906414) (xy 68.862999 120.906402) (xy 68.856494 120.845906) (xy 68.805444 120.709035) + (xy 68.805444 120.709034) (xy 68.717904 120.592095) (xy 68.600965 120.504555) (xy 68.464093 120.453505) + (xy 68.403597 120.447) (xy 67.694 120.447) (xy 67.694 121.36495) (xy 67.617931 121.333442) (xy 67.50008 121.31) + (xy 67.37992 121.31) (xy 67.262069 121.333442) (xy 67.186 121.36495) (xy 67.186 120.447) (xy 66.476402 120.447) + (xy 66.415906 120.453505) (xy 66.279035 120.504555) (xy 66.279034 120.504555) (xy 66.162095 120.592095) + (xy 66.074555 120.709034) (xy 66.074555 120.709035) (xy 66.023505 120.845906) (xy 66.017 120.906402) + (xy 66.017 121.223438) (xy 65.996998 121.291559) (xy 65.943342 121.338052) (xy 65.873068 121.348156) + (xy 65.808488 121.318662) (xy 65.774591 121.271656) (xy 65.746334 121.203437) (xy 65.616925 120.99226) + (xy 65.616922 120.992256) (xy 65.456073 120.803926) (xy 65.267743 120.643077) (xy 65.267741 120.643076) + (xy 65.26774 120.643075) (xy 65.056563 120.513666) (xy 65.034567 120.504555) (xy 64.827742 120.418885) + (xy 64.586911 120.361066) (xy 64.586912 120.361066) (xy 64.34 120.341634) (xy 64.093088 120.361066) + (xy 63.852257 120.418885) (xy 63.623438 120.513665) (xy 63.412258 120.643076) (xy 63.412256 120.643077) + (xy 63.223926 120.803926) (xy 63.063077 120.992256) (xy 63.063076 120.992258) (xy 63.063075 120.99226) + (xy 62.933666 121.203437) (xy 62.905409 121.271656) (xy 62.867722 121.362639) (xy 62.823173 121.417919) + (xy 62.755809 121.44034) (xy 62.687018 121.422781) (xy 62.662218 121.403515) (xy 60.538503 119.2798) + (xy 71.146296 119.2798) (xy 71.166257 119.469727) (xy 71.196326 119.56227) (xy 71.225273 119.651356) + (xy 71.225276 119.651361) (xy 71.320758 119.816741) (xy 71.320765 119.816751) (xy 71.448544 119.958664) + (xy 71.448547 119.958666) (xy 71.603048 120.070918) (xy 71.777512 120.148594) (xy 71.964313 120.1883) + (xy 72.155287 120.1883) (xy 72.342088 120.148594) (xy 72.516552 120.070918) (xy 72.671053 119.958666) + (xy 72.79884 119.816744) (xy 72.894327 119.651356) (xy 72.953342 119.469728) (xy 72.973304 119.2798) + (xy 72.953342 119.089872) (xy 72.894327 118.908244) (xy 72.79884 118.742856) (xy 72.725663 118.661584) + (xy 72.694946 118.597576) (xy 72.6933 118.577274) (xy 72.6933 112.680964) (xy 72.713302 112.612843) + (xy 72.725658 112.59666) (xy 72.79884 112.515384) (xy 72.894327 112.349996) (xy 72.953342 112.168368) + (xy 72.973304 111.97844) (xy 72.953342 111.788512) (xy 72.894327 111.606884) (xy 72.79884 111.441496) + (xy 72.798838 111.441494) (xy 72.798834 111.441488) (xy 72.671055 111.299575) (xy 72.516552 111.187322) + (xy 72.342088 111.109646) (xy 72.155287 111.06994) (xy 71.964313 111.06994) (xy 71.777511 111.109646) + (xy 71.603047 111.187322) (xy 71.448544 111.299575) (xy 71.320765 111.441488) (xy 71.320758 111.441498) + (xy 71.225276 111.606878) (xy 71.225273 111.606885) (xy 71.166257 111.788512) (xy 71.146296 111.97844) + (xy 71.166257 112.168367) (xy 71.187524 112.233818) (xy 71.225273 112.349996) (xy 71.225276 112.350001) + (xy 71.298346 112.476563) (xy 71.32076 112.515384) (xy 71.393937 112.596655) (xy 71.424653 112.66066) + (xy 71.4263 112.680964) (xy 71.4263 118.577274) (xy 71.406298 118.645395) (xy 71.393937 118.661584) + (xy 71.320757 118.742859) (xy 71.225276 118.908238) (xy 71.225273 118.908245) (xy 71.166257 119.089872) + (xy 71.146296 119.2798) (xy 60.538503 119.2798) (xy 53.018703 111.76) (xy 54.461634 111.76) (xy 54.481066 112.006911) + (xy 54.538885 112.247742) (xy 54.633666 112.476563) (xy 54.74648 112.66066) (xy 54.763076 112.687741) + (xy 54.763077 112.687743) (xy 54.923926 112.876073) (xy 55.06529 112.996809) (xy 55.11226 113.036925) + (xy 55.323437 113.166334) (xy 55.552258 113.261115) (xy 55.793089 113.318934) (xy 56.04 113.338366) + (xy 56.286911 113.318934) (xy 56.527742 113.261115) (xy 56.756563 113.166334) (xy 56.96774 113.036925) + (xy 57.156073 112.876073) (xy 57.316925 112.68774) (xy 57.446334 112.476563) (xy 57.541115 112.247742) + (xy 57.598934 112.006911) (xy 57.618366 111.76) (xy 62.761634 111.76) (xy 62.781066 112.006911) + (xy 62.838885 112.247742) (xy 62.933666 112.476563) (xy 63.04648 112.66066) (xy 63.063076 112.687741) + (xy 63.063077 112.687743) (xy 63.223926 112.876073) (xy 63.36529 112.996809) (xy 63.41226 113.036925) + (xy 63.623437 113.166334) (xy 63.852258 113.261115) (xy 64.093089 113.318934) (xy 64.34 113.338366) + (xy 64.586911 113.318934) (xy 64.827742 113.261115) (xy 65.056563 113.166334) (xy 65.26774 113.036925) + (xy 65.456073 112.876073) (xy 65.616925 112.68774) (xy 65.746334 112.476563) (xy 65.774592 112.408341) + (xy 65.819139 112.353062) (xy 65.886502 112.330641) (xy 65.955294 112.348199) (xy 66.003672 112.400161) + (xy 66.017 112.456561) (xy 66.017 112.773597) (xy 66.023505 112.834093) (xy 66.074555 112.970964) + (xy 66.074555 112.970965) (xy 66.162095 113.087904) (xy 66.279034 113.175444) (xy 66.415906 113.226494) + (xy 66.476402 113.232999) (xy 66.476415 113.233) (xy 67.186 113.233) (xy 67.186 112.315049) (xy 67.262069 112.346558) + (xy 67.37992 112.37) (xy 67.50008 112.37) (xy 67.617931 112.346558) (xy 67.694 112.315049) (xy 67.694 113.233) + (xy 68.403585 113.233) (xy 68.403597 113.232999) (xy 68.464093 113.226494) (xy 68.600964 113.175444) + (xy 68.600965 113.175444) (xy 68.717904 113.087904) (xy 68.805444 112.970965) (xy 68.805444 112.970964) + (xy 68.856494 112.834093) (xy 68.862999 112.773597) (xy 68.863 112.773585) (xy 68.863 112.014) (xy 67.995049 112.014) + (xy 68.026558 111.937931) (xy 68.05 111.82008) (xy 68.05 111.69992) (xy 68.026558 111.582069) (xy 67.995049 111.506) + (xy 68.863 111.506) (xy 68.863 110.746414) (xy 68.862999 110.746402) (xy 68.856494 110.685906) (xy 68.805444 110.549035) + (xy 68.805444 110.549034) (xy 68.717904 110.432095) (xy 68.600965 110.344555) (xy 68.464093 110.293505) + (xy 68.403597 110.287) (xy 67.694 110.287) (xy 67.694 111.20495) (xy 67.617931 111.173442) (xy 67.50008 111.15) + (xy 67.37992 111.15) (xy 67.262069 111.173442) (xy 67.186 111.20495) (xy 67.186 110.287) (xy 66.476402 110.287) + (xy 66.415906 110.293505) (xy 66.279035 110.344555) (xy 66.279034 110.344555) (xy 66.162095 110.432095) + (xy 66.074555 110.549034) (xy 66.074555 110.549035) (xy 66.023505 110.685906) (xy 66.017 110.746402) + (xy 66.017 111.063438) (xy 65.996998 111.131559) (xy 65.943342 111.178052) (xy 65.873068 111.188156) + (xy 65.808488 111.158662) (xy 65.774591 111.111656) (xy 65.746334 111.043437) (xy 65.616925 110.83226) + (xy 65.616922 110.832256) (xy 65.456073 110.643926) (xy 65.267743 110.483077) (xy 65.267741 110.483076) + (xy 65.26774 110.483075) (xy 65.056563 110.353666) (xy 65.034567 110.344555) (xy 64.827742 110.258885) + (xy 64.586911 110.201066) (xy 64.586912 110.201066) (xy 64.34 110.181634) (xy 64.093088 110.201066) + (xy 63.852257 110.258885) (xy 63.623438 110.353665) (xy 63.412258 110.483076) (xy 63.412256 110.483077) + (xy 63.223926 110.643926) (xy 63.063077 110.832256) (xy 63.063076 110.832258) (xy 62.933665 111.043438) + (xy 62.838885 111.272257) (xy 62.781066 111.513088) (xy 62.770163 111.651631) (xy 62.761634 111.76) + (xy 57.618366 111.76) (xy 57.598934 111.513089) (xy 57.541115 111.272258) (xy 57.446334 111.043437) + (xy 57.316925 110.83226) (xy 57.316922 110.832256) (xy 57.156073 110.643926) (xy 56.967743 110.483077) + (xy 56.967741 110.483076) (xy 56.96774 110.483075) (xy 56.756563 110.353666) (xy 56.734567 110.344555) + (xy 56.527742 110.258885) (xy 56.286911 110.201066) (xy 56.286912 110.201066) (xy 56.04 110.181634) + (xy 55.793088 110.201066) (xy 55.552257 110.258885) (xy 55.323438 110.353665) (xy 55.112258 110.483076) + (xy 55.112256 110.483077) (xy 54.923926 110.643926) (xy 54.763077 110.832256) (xy 54.763076 110.832258) + (xy 54.633665 111.043438) (xy 54.538885 111.272257) (xy 54.481066 111.513088) (xy 54.470163 111.651631) + (xy 54.461634 111.76) (xy 53.018703 111.76) (xy 51.978405 110.719702) (xy 51.944379 110.65739) (xy 51.9415 110.630607) + (xy 51.9415 101.6) (xy 54.461634 101.6) (xy 54.481066 101.846911) (xy 54.538885 102.087742) (xy 54.633665 102.316561) + (xy 54.763076 102.527741) (xy 54.763077 102.527743) (xy 54.923926 102.716073) (xy 55.112256 102.876922) + (xy 55.11226 102.876925) (xy 55.323437 103.006334) (xy 55.552258 103.101115) (xy 55.793089 103.158934) + (xy 56.04 103.178366) (xy 56.286911 103.158934) (xy 56.527742 103.101115) (xy 56.533013 103.098931) + (xy 56.603598 103.091334) (xy 56.667089 103.123106) (xy 56.670336 103.12624) (xy 62.572939 109.028843) + (xy 62.661177 109.117081) (xy 62.764935 109.18641) (xy 62.880225 109.234165) (xy 63.002616 109.25851) + (xy 80.713378 109.25851) (xy 80.781499 109.278512) (xy 80.802473 109.295415) (xy 83.069595 111.562536) + (xy 83.10362 111.624848) (xy 83.1065 111.651631) (xy 83.1065 112.846227) (xy 83.086498 112.914348) + (xy 83.04047 112.95704) (xy 82.966989 112.996806) (xy 82.966983 112.99681) (xy 82.782778 113.140182) + (xy 82.782774 113.140186) (xy 82.624685 113.311916) (xy 82.595483 113.356615) (xy 82.54148 113.402704) + (xy 82.471132 113.412279) (xy 82.406774 113.382302) (xy 82.384517 113.356615) (xy 82.355314 113.311916) + (xy 82.197225 113.140186) (xy 82.197221 113.140182) (xy 82.064556 113.036925) (xy 82.013017 112.99681) + (xy 81.807727 112.885713) (xy 81.807724 112.885712) (xy 81.807723 112.885711) (xy 81.586955 112.809921) + (xy 81.586948 112.809919) (xy 81.488411 112.793476) (xy 81.356712 112.7715) (xy 81.123288 112.7715) + (xy 81.008066 112.790727) (xy 80.893051 112.809919) (xy 80.893044 112.809921) (xy 80.672276 112.885711) + (xy 80.672273 112.885713) (xy 80.466991 112.996806) (xy 80.466985 112.996809) (xy 80.466983 112.99681) + (xy 80.29986 113.126888) (xy 80.233818 113.152944) (xy 80.164172 113.139159) (xy 80.113036 113.089909) + (xy 80.104413 113.071487) (xy 80.090445 113.034036) (xy 80.090444 113.034034) (xy 80.002904 112.917095) + (xy 79.885965 112.829555) (xy 79.749093 112.778505) (xy 79.688597 112.772) (xy 78.994 112.772) (xy 78.994 113.749297) + (xy 78.932993 113.714075) (xy 78.805826 113.68) (xy 78.674174 113.68) (xy 78.547007 113.714075) + (xy 78.486 113.749297) (xy 78.486 112.772) (xy 77.791402 112.772) (xy 77.730906 112.778505) (xy 77.594035 112.829555) + (xy 77.594034 112.829555) (xy 77.477095 112.917095) (xy 77.389555 113.034034) (xy 77.389555 113.034035) + (xy 77.338505 113.170906) (xy 77.332 113.231402) (xy 77.332 113.926) (xy 78.309297 113.926) (xy 78.274075 113.987007) + (xy 78.24 114.114174) (xy 78.24 114.245826) (xy 78.274075 114.372993) (xy 78.309297 114.434) (xy 77.332 114.434) + (xy 77.332 115.128597) (xy 77.338505 115.189093) (xy 77.389555 115.325964) (xy 77.389555 115.325965) + (xy 77.477095 115.442904) (xy 77.594034 115.530444) (xy 77.730906 115.581494) (xy 77.791402 115.587999) + (xy 77.791415 115.588) (xy 78.486 115.588) (xy 78.486 114.610702) (xy 78.547007 114.645925) (xy 78.674174 114.68) + (xy 78.805826 114.68) (xy 78.932993 114.645925) (xy 78.994 114.610702) (xy 78.994 115.588) (xy 79.688585 115.588) + (xy 79.688597 115.587999) (xy 79.749093 115.581494) (xy 79.885964 115.530444) (xy 79.885965 115.530444) + (xy 80.002904 115.442904) (xy 80.090444 115.325965) (xy 80.090445 115.325963) (xy 80.104413 115.288513) + (xy 80.146959 115.231677) (xy 80.213479 115.206865) (xy 80.282853 115.221956) (xy 80.29986 115.233112) + (xy 80.466983 115.36319) (xy 80.672273 115.474287) (xy 80.893049 115.55008) (xy 81.123288 115.5885) + (xy 81.123292 115.5885) (xy 81.356708 115.5885) (xy 81.356712 115.5885) (xy 81.586951 115.55008) + (xy 81.807727 115.474287) (xy 82.013017 115.36319) (xy 82.19722 115.219818) (xy 82.225505 115.189093) + (xy 82.281195 115.128597) (xy 82.355314 115.048083) (xy 82.384517 115.003383) (xy 82.438519 114.957296) + (xy 82.508867 114.94772) (xy 82.573225 114.977696) (xy 82.595481 115.003382) (xy 82.624686 115.048083) + (xy 82.624687 115.048084) (xy 82.782774 115.219813) (xy 82.782778 115.219817) (xy 82.84865 115.271087) + (xy 82.966983 115.36319) (xy 83.172273 115.474287) (xy 83.393049 115.55008) (xy 83.623288 115.5885) + (xy 83.623292 115.5885) (xy 83.856708 115.5885) (xy 83.856712 115.5885) (xy 84.086951 115.55008) + (xy 84.307727 115.474287) (xy 84.513017 115.36319) (xy 84.69722 115.219818) (xy 84.709145 115.206865) + (xy 84.855314 115.048083) (xy 84.982984 114.852669) (xy 85.076749 114.638907) (xy 85.134051 114.412626) + (xy 85.153327 114.18) (xy 85.134051 113.947374) (xy 85.076749 113.721093) (xy 84.982984 113.507331) + (xy 84.884517 113.356615) (xy 84.855314 113.311916) (xy 84.697225 113.140186) (xy 84.697221 113.140182) + (xy 84.564556 113.036925) (xy 84.513017 112.99681) (xy 84.51301 112.996806) (xy 84.43953 112.95704) + (xy 84.38914 112.907027) (xy 84.3735 112.846227) (xy 84.3735 111.274644) (xy 84.373499 111.27464) + (xy 84.349155 111.152252) (xy 84.3014 111.036962) (xy 84.232071 110.933204) (xy 84.143833 110.844966) + (xy 84.143832 110.844965) (xy 81.431805 108.132939) (xy 81.328047 108.06361) (xy 81.212757 108.015855) + (xy 81.139058 108.001195) (xy 81.090368 107.99151) (xy 81.090366 107.99151) (xy 78.208707 107.99151) + (xy 78.140586 107.971508) (xy 78.094093 107.917852) (xy 78.083989 107.847578) (xy 78.099588 107.80251) + (xy 78.119395 107.768202) (xy 78.119394 107.768202) (xy 78.119402 107.76819) (xy 78.213135 107.541898) + (xy 78.276529 107.305308) (xy 78.3085 107.06247) (xy 84.1715 107.06247) (xy 84.203469 107.3053) + (xy 84.20347 107.305306) (xy 84.203471 107.305308) (xy 84.266865 107.541898) (xy 84.360598 107.76819) + (xy 84.360599 107.768191) (xy 84.360604 107.768201) (xy 84.483063 107.980306) (xy 84.632173 108.174631) + (xy 84.632182 108.174641) (xy 84.805358 108.347817) (xy 84.805368 108.347826) (xy 84.805369 108.347827) + (xy 84.99969 108.496934) (xy 85.21181 108.619402) (xy 85.438102 108.713135) (xy 85.674692 108.776529) + (xy 85.674698 108.776529) (xy 85.674699 108.77653) (xy 85.70256 108.780198) (xy 85.917532 108.8085) + (xy 85.917539 108.8085) (xy 86.162461 108.8085) (xy 86.162468 108.8085) (xy 86.405308 108.776529) + (xy 86.641898 108.713135) (xy 86.86819 108.619402) (xy 87.08031 108.496934) (xy 87.274631 108.347827) + (xy 87.447827 108.174631) (xy 87.596934 107.98031) (xy 87.719402 107.76819) (xy 87.813135 107.541898) + (xy 87.876529 107.305308) (xy 87.9085 107.062468) (xy 87.9085 106.297532) (xy 87.876529 106.054692) + (xy 87.813135 105.818102) (xy 87.719402 105.59181) (xy 87.61853 105.417095) (xy 87.596936 105.379693) + (xy 87.543398 105.309921) (xy 87.447827 105.185369) (xy 87.447826 105.185368) (xy 87.447817 105.185358) + (xy 87.274641 105.012182) (xy 87.274631 105.012173) (xy 87.080306 104.863063) (xy 86.868201 104.740604) + (xy 86.868196 104.740601) (xy 86.86819 104.740598) (xy 86.641898 104.646865) (xy 86.405308 104.583471) + (xy 86.405306 104.58347) (xy 86.4053 104.583469) (xy 86.16247 104.5515) (xy 86.162468 104.5515) + (xy 85.917532 104.5515) (xy 85.917529 104.5515) (xy 85.674699 104.583469) (xy 85.438102 104.646865) + (xy 85.211808 104.740599) (xy 85.211798 104.740604) (xy 84.999693 104.863063) (xy 84.805368 105.012173) + (xy 84.805358 105.012182) (xy 84.632182 105.185358) (xy 84.632173 105.185368) (xy 84.483063 105.379693) + (xy 84.360604 105.591798) (xy 84.360599 105.591808) (xy 84.360598 105.59181) (xy 84.327135 105.672598) + (xy 84.266865 105.818102) (xy 84.203469 106.054699) (xy 84.1715 106.297529) (xy 84.1715 107.06247) + (xy 78.3085 107.06247) (xy 78.3085 107.062468) (xy 78.3085 106.297532) (xy 78.276529 106.054692) + (xy 78.213135 105.818102) (xy 78.119402 105.59181) (xy 78.01853 105.417095) (xy 77.996936 105.379693) + (xy 77.943398 105.309921) (xy 77.847827 105.185369) (xy 77.847826 105.185368) (xy 77.847817 105.185358) + (xy 77.674641 105.012182) (xy 77.674631 105.012173) (xy 77.480306 104.863063) (xy 77.268201 104.740604) + (xy 77.268196 104.740601) (xy 77.26819 104.740598) (xy 77.041898 104.646865) (xy 76.805308 104.583471) + (xy 76.805306 104.58347) (xy 76.8053 104.583469) (xy 76.56247 104.5515) (xy 76.562468 104.5515) + (xy 76.317532 104.5515) (xy 76.317529 104.5515) (xy 76.074699 104.583469) (xy 75.838102 104.646865) + (xy 75.611808 104.740599) (xy 75.611798 104.740604) (xy 75.399693 104.863063) (xy 75.205368 105.012173) + (xy 75.205358 105.012182) (xy 75.032182 105.185358) (xy 75.032173 105.185368) (xy 74.883063 105.379693) + (xy 74.760604 105.591798) (xy 74.760599 105.591808) (xy 74.760598 105.59181) (xy 74.727135 105.672598) + (xy 74.666865 105.818102) (xy 74.603469 106.054698) (xy 74.589754 106.158876) (xy 74.561031 106.223803) + (xy 74.501766 106.262894) (xy 74.430774 106.263739) (xy 74.370596 106.226068) (xy 74.349445 106.193043) + (xy 74.267984 106.007331) (xy 74.140314 105.811916) (xy 73.982225 105.640186) (xy 73.982221 105.640182) + (xy 73.845842 105.534034) (xy 73.798017 105.49681) (xy 73.592727 105.385713) (xy 73.592724 105.385712) + (xy 73.592723 105.385711) (xy 73.371955 105.309921) (xy 73.371948 105.309919) (xy 73.273411 105.293476) + (xy 73.141712 105.2715) (xy 72.908288 105.2715) (xy 72.793066 105.290727) (xy 72.678051 105.309919) + (xy 72.678044 105.309921) (xy 72.457276 105.385711) (xy 72.457273 105.385713) (xy 72.251985 105.496809) + (xy 72.251983 105.49681) (xy 72.067778 105.640182) (xy 72.063946 105.643711) (xy 72.062688 105.642345) + (xy 72.008763 105.674742) (xy 71.937799 105.672598) (xy 71.87926 105.632428) (xy 71.858877 105.596861) + (xy 71.835444 105.534034) (xy 71.747904 105.417095) (xy 71.630965 105.329555) (xy 71.494093 105.278505) + (xy 71.433597 105.272) (xy 70.739 105.272) (xy 70.739 106.307031) (xy 70.658694 106.260667) (xy 70.544244 106.23) + (xy 70.425756 106.23) (xy 70.311306 106.260667) (xy 70.231 106.307031) (xy 70.231 105.272) (xy 69.536402 105.272) + (xy 69.475906 105.278505) (xy 69.339035 105.329555) (xy 69.339034 105.329555) (xy 69.222095 105.417095) + (xy 69.134555 105.534034) (xy 69.134555 105.534035) (xy 69.083505 105.670906) (xy 69.077 105.731402) + (xy 69.077 106.426) (xy 70.112032 106.426) (xy 70.065667 106.506306) (xy 70.035 106.620756) (xy 70.035 106.739244) + (xy 70.065667 106.853694) (xy 70.112032 106.934) (xy 69.077 106.934) (xy 69.077 107.628597) (xy 69.083505 107.689093) + (xy 69.132882 107.821478) (xy 69.137946 107.892293) (xy 69.103921 107.954606) (xy 69.041609 107.988631) + (xy 69.014826 107.99151) (xy 63.379604 107.99151) (xy 63.311483 107.971508) (xy 63.290509 107.954605) + (xy 57.56624 102.230336) (xy 57.532214 102.168024) (xy 57.537279 102.097209) (xy 57.538906 102.093073) + (xy 57.541115 102.087742) (xy 57.598934 101.846911) (xy 57.618366 101.6) (xy 62.761634 101.6) (xy 62.781066 101.846911) + (xy 62.838885 102.087742) (xy 62.933665 102.316561) (xy 63.063076 102.527741) (xy 63.063077 102.527743) + (xy 63.223926 102.716073) (xy 63.412256 102.876922) (xy 63.41226 102.876925) (xy 63.623437 103.006334) + (xy 63.852258 103.101115) (xy 64.093089 103.158934) (xy 64.34 103.178366) (xy 64.586911 103.158934) + (xy 64.827742 103.101115) (xy 65.056563 103.006334) (xy 65.26774 102.876925) (xy 65.456073 102.716073) + (xy 65.616925 102.52774) (xy 65.746334 102.316563) (xy 65.774592 102.248341) (xy 65.819139 102.193062) + (xy 65.886502 102.170641) (xy 65.955294 102.188199) (xy 66.003672 102.240161) (xy 66.017 102.296561) + (xy 66.017 102.613597) (xy 66.023505 102.674093) (xy 66.074555 102.810964) (xy 66.074555 102.810965) + (xy 66.162095 102.927904) (xy 66.279034 103.015444) (xy 66.415906 103.066494) (xy 66.476402 103.072999) + (xy 66.476415 103.073) (xy 67.186 103.073) (xy 67.186 102.155049) (xy 67.262069 102.186558) (xy 67.37992 102.21) + (xy 67.50008 102.21) (xy 67.617931 102.186558) (xy 67.694 102.155049) (xy 67.694 103.073) (xy 68.403585 103.073) + (xy 68.403597 103.072999) (xy 68.464093 103.066494) (xy 68.600964 103.015444) (xy 68.600965 103.015444) + (xy 68.717904 102.927904) (xy 68.805444 102.810965) (xy 68.805444 102.810964) (xy 68.856494 102.674093) + (xy 68.862999 102.613597) (xy 68.863 102.613585) (xy 68.863 101.854) (xy 67.995049 101.854) (xy 68.026558 101.777931) + (xy 68.05 101.66008) (xy 68.05 101.53992) (xy 68.026558 101.422069) (xy 67.995049 101.346) (xy 68.863 101.346) + (xy 68.863 100.586414) (xy 68.862999 100.586402) (xy 68.856494 100.525906) (xy 68.805444 100.389035) + (xy 68.805444 100.389034) (xy 68.717904 100.272095) (xy 68.600965 100.184555) (xy 68.464093 100.133505) + (xy 68.403597 100.127) (xy 67.694 100.127) (xy 67.694 101.04495) (xy 67.617931 101.013442) (xy 67.50008 100.99) + (xy 67.37992 100.99) (xy 67.262069 101.013442) (xy 67.186 101.04495) (xy 67.186 100.127) (xy 66.476402 100.127) + (xy 66.415906 100.133505) (xy 66.279035 100.184555) (xy 66.279034 100.184555) (xy 66.162095 100.272095) + (xy 66.074555 100.389034) (xy 66.074555 100.389035) (xy 66.023505 100.525906) (xy 66.017 100.586402) + (xy 66.017 100.903438) (xy 65.996998 100.971559) (xy 65.943342 101.018052) (xy 65.873068 101.028156) + (xy 65.808488 100.998662) (xy 65.774591 100.951656) (xy 65.746334 100.883437) (xy 65.616925 100.67226) + (xy 65.616922 100.672256) (xy 65.456073 100.483926) (xy 65.267743 100.323077) (xy 65.267741 100.323076) + (xy 65.26774 100.323075) (xy 65.056563 100.193666) (xy 65.034567 100.184555) (xy 64.827742 100.098885) + (xy 64.586911 100.041066) (xy 64.586912 100.041066) (xy 64.34 100.021634) (xy 64.093088 100.041066) + (xy 63.852257 100.098885) (xy 63.623438 100.193665) (xy 63.412258 100.323076) (xy 63.412256 100.323077) + (xy 63.223926 100.483926) (xy 63.063077 100.672256) (xy 63.063076 100.672258) (xy 62.933665 100.883438) + (xy 62.838885 101.112257) (xy 62.781066 101.353088) (xy 62.761634 101.6) (xy 57.618366 101.6) (xy 57.598934 101.353089) + (xy 57.541115 101.112258) (xy 57.446334 100.883437) (xy 57.316925 100.67226) (xy 57.316922 100.672256) + (xy 57.156073 100.483926) (xy 56.967743 100.323077) (xy 56.967741 100.323076) (xy 56.96774 100.323075) + (xy 56.756563 100.193666) (xy 56.734567 100.184555) (xy 56.527742 100.098885) (xy 56.286911 100.041066) + (xy 56.286912 100.041066) (xy 56.04 100.021634) (xy 55.793088 100.041066) (xy 55.552257 100.098885) + (xy 55.323438 100.193665) (xy 55.112258 100.323076) (xy 55.112256 100.323077) (xy 54.923926 100.483926) + (xy 54.763077 100.672256) (xy 54.763076 100.672258) (xy 54.633665 100.883438) (xy 54.538885 101.112257) + (xy 54.481066 101.353088) (xy 54.461634 101.6) (xy 51.9415 101.6) (xy 51.9415 90.598796) (xy 51.961502 90.530675) + (xy 52.015158 90.484182) (xy 52.085432 90.474078) (xy 52.150012 90.503572) (xy 52.156595 90.509701) + (xy 54.880728 93.233834) (xy 54.968966 93.322072) (xy 55.072724 93.391401) (xy 55.188014 93.439156) + (xy 55.310405 93.463501) (xy 63.559407 93.463501) (xy 63.627528 93.483503) (xy 63.648502 93.500406) + (xy 71.188877 101.040781) (xy 71.222903 101.103093) (xy 71.225092 101.116705) (xy 71.242457 101.281927) + (xy 71.251922 101.311056) (xy 71.301473 101.463556) (xy 71.301476 101.463561) (xy 71.396958 101.628941) + (xy 71.396965 101.628951) (xy 71.524744 101.770864) (xy 71.524747 101.770866) (xy 71.679248 101.883118) + (xy 71.853712 101.960794) (xy 72.040513 102.0005) (xy 72.231487 102.0005) (xy 72.418288 101.960794) + (xy 72.592752 101.883118) (xy 72.747253 101.770866) (xy 72.87504 101.628944) (xy 72.970527 101.463556) + (xy 73.029542 101.281928) (xy 73.049504 101.092) (xy 73.029542 100.902072) (xy 72.970527 100.720444) + (xy 72.87504 100.555056) (xy 72.875038 100.555054) (xy 72.875034 100.555048) (xy 72.747255 100.413135) + (xy 72.592752 100.300882) (xy 72.468719 100.245659) (xy 72.414623 100.199679) (xy 72.393974 100.131751) + (xy 72.413327 100.063443) (xy 72.466537 100.016442) (xy 72.493771 100.007305) (xy 72.504648 100.004994) + (xy 72.679112 99.927318) (xy 72.833613 99.815066) (xy 72.9614 99.673144) (xy 73.056887 99.507756) + (xy 73.115902 99.326128) (xy 73.135864 99.1362) (xy 73.115902 98.946272) (xy 73.056887 98.764644) + (xy 72.9614 98.599256) (xy 72.888223 98.517984) (xy 72.857506 98.453976) (xy 72.85586 98.433674) + (xy 72.85586 93.505862) (xy 72.855859 93.505858) (xy 72.854775 93.500406) (xy 72.831515 93.38347) + (xy 72.806083 93.322072) (xy 72.783761 93.26818) (xy 72.714432 93.164422) (xy 72.660266 93.110256) + (xy 72.62624 93.047944) (xy 72.624053 93.034346) (xy 72.606687 92.869112) (xy 72.547672 92.687484) + (xy 72.452185 92.522096) (xy 72.452183 92.522094) (xy 72.452179 92.522088) (xy 72.3244 92.380175) + (xy 72.169897 92.267922) (xy 71.995433 92.190246) (xy 71.808632 92.15054) (xy 71.617658 92.15054) + (xy 71.430856 92.190246) (xy 71.256392 92.267922) (xy 71.101889 92.380175) (xy 70.97411 92.522088) + (xy 70.974103 92.522098) (xy 70.878621 92.687478) (xy 70.878618 92.687485) (xy 70.819602 92.869112) + (xy 70.799641 93.05904) (xy 70.819602 93.248967) (xy 70.843355 93.322069) (xy 70.878618 93.430596) + (xy 70.878621 93.430601) (xy 70.974103 93.595981) (xy 70.97411 93.595991) (xy 71.101889 93.737904) + (xy 71.101892 93.737906) (xy 71.256393 93.850158) (xy 71.430857 93.927834) (xy 71.489057 93.940204) + (xy 71.551529 93.973932) (xy 71.585851 94.036081) (xy 71.58886 94.063451) (xy 71.58886 98.433674) + (xy 71.568858 98.501795) (xy 71.556497 98.517984) (xy 71.483317 98.599259) (xy 71.387836 98.764638) + (xy 71.387833 98.764645) (xy 71.328817 98.946272) (xy 71.314332 99.084098) (xy 71.287319 99.149755) + (xy 71.229098 99.190385) (xy 71.158152 99.193088) (xy 71.099927 99.160023) (xy 64.998754 93.05885) + (xy 64.964728 92.996538) (xy 64.969793 92.925723) (xy 65.01234 92.868887) (xy 65.039627 92.853348) + (xy 65.056563 92.846334) (xy 65.26774 92.716925) (xy 65.456073 92.556073) (xy 65.616925 92.36774) + (xy 65.746334 92.156563) (xy 65.774592 92.088341) (xy 65.819139 92.033062) (xy 65.886502 92.010641) + (xy 65.955294 92.028199) (xy 66.003672 92.080161) (xy 66.017 92.136561) (xy 66.017 92.453597) (xy 66.023505 92.514093) + (xy 66.074555 92.650964) (xy 66.074555 92.650965) (xy 66.162095 92.767904) (xy 66.279034 92.855444) + (xy 66.415906 92.906494) (xy 66.476402 92.912999) (xy 66.476415 92.913) (xy 67.186 92.913) (xy 67.186 91.995049) + (xy 67.262069 92.026558) (xy 67.37992 92.05) (xy 67.50008 92.05) (xy 67.617931 92.026558) (xy 67.694 91.995049) + (xy 67.694 92.913) (xy 68.403585 92.913) (xy 68.403597 92.912999) (xy 68.464093 92.906494) (xy 68.600964 92.855444) + (xy 68.600965 92.855444) (xy 68.717904 92.767904) (xy 68.805444 92.650965) (xy 68.805444 92.650964) + (xy 68.856494 92.514093) (xy 68.862999 92.453597) (xy 68.863 92.453585) (xy 68.863 91.694) (xy 67.995049 91.694) + (xy 68.026558 91.617931) (xy 68.05 91.50008) (xy 68.05 91.37992) (xy 68.026558 91.262069) (xy 67.995049 91.186) + (xy 68.863 91.186) (xy 68.863 90.8091) (xy 68.883002 90.740979) (xy 68.936658 90.694486) (xy 68.989 90.6831) + (xy 79.615006 90.6831) (xy 79.683127 90.703102) (xy 79.704101 90.720005) (xy 81.220501 92.236405) + (xy 81.254527 92.298717) (xy 81.249462 92.369532) (xy 81.206915 92.426368) (xy 81.140395 92.451179) + (xy 81.131406 92.4515) (xy 81.123288 92.4515) (xy 81.02861 92.467299) (xy 80.893051 92.489919) (xy 80.893044 92.489921) + (xy 80.672276 92.565711) (xy 80.672273 92.565713) (xy 80.514743 92.650964) (xy 80.466985 92.676809) + (xy 80.466983 92.67681) (xy 80.29986 92.806888) (xy 80.233818 92.832944) (xy 80.164172 92.819159) + (xy 80.113036 92.769909) (xy 80.104413 92.751487) (xy 80.090445 92.714036) (xy 80.090444 92.714034) + (xy 80.002904 92.597095) (xy 79.885965 92.509555) (xy 79.749093 92.458505) (xy 79.688597 92.452) + (xy 78.994 92.452) (xy 78.994 93.429297) (xy 78.932993 93.394075) (xy 78.805826 93.36) (xy 78.674174 93.36) + (xy 78.547007 93.394075) (xy 78.486 93.429297) (xy 78.486 92.452) (xy 77.791402 92.452) (xy 77.730906 92.458505) + (xy 77.594035 92.509555) (xy 77.594034 92.509555) (xy 77.477095 92.597095) (xy 77.389555 92.714034) + (xy 77.389555 92.714035) (xy 77.338505 92.850906) (xy 77.332 92.911402) (xy 77.332 93.606) (xy 78.309297 93.606) + (xy 78.274075 93.667007) (xy 78.24 93.794174) (xy 78.24 93.925826) (xy 78.274075 94.052993) (xy 78.309297 94.114) + (xy 77.332 94.114) (xy 77.332 94.808597) (xy 77.338505 94.869093) (xy 77.389555 95.005964) (xy 77.389555 95.005965) + (xy 77.477095 95.122904) (xy 77.594034 95.210444) (xy 77.730906 95.261494) (xy 77.791402 95.267999) + (xy 77.791415 95.268) (xy 78.486 95.268) (xy 78.486 94.290702) (xy 78.547007 94.325925) (xy 78.674174 94.36) + (xy 78.805826 94.36) (xy 78.932993 94.325925) (xy 78.994 94.290702) (xy 78.994 95.268) (xy 79.688585 95.268) + (xy 79.688597 95.267999) (xy 79.749093 95.261494) (xy 79.885964 95.210444) (xy 79.885965 95.210444) + (xy 80.002904 95.122904) (xy 80.090444 95.005965) (xy 80.090445 95.005963) (xy 80.104413 94.968513) + (xy 80.146959 94.911677) (xy 80.213479 94.886865) (xy 80.282853 94.901956) (xy 80.29986 94.913112) + (xy 80.466983 95.04319) (xy 80.672273 95.154287) (xy 80.893049 95.23008) (xy 81.123288 95.2685) + (xy 81.123292 95.2685) (xy 81.356708 95.2685) (xy 81.356712 95.2685) (xy 81.586951 95.23008) (xy 81.807727 95.154287) + (xy 82.013017 95.04319) (xy 82.19722 94.899818) (xy 82.225505 94.869093) (xy 82.281195 94.808597) + (xy 82.355314 94.728083) (xy 82.384517 94.683383) (xy 82.438519 94.637296) (xy 82.508867 94.62772) + (xy 82.573225 94.657696) (xy 82.595481 94.683382) (xy 82.624686 94.728083) (xy 82.624687 94.728084) + (xy 82.782774 94.899813) (xy 82.782778 94.899817) (xy 82.84865 94.951087) (xy 82.966983 95.04319) + (xy 83.172273 95.154287) (xy 83.393049 95.23008) (xy 83.623288 95.2685) (xy 83.623292 95.2685) (xy 83.856708 95.2685) + (xy 83.856712 95.2685) (xy 84.086951 95.23008) (xy 84.307727 95.154287) (xy 84.513017 95.04319) + (xy 84.69722 94.899818) (xy 84.709145 94.886865) (xy 84.855314 94.728083) (xy 84.982984 94.532669) + (xy 85.076749 94.318907) (xy 85.134051 94.092626) (xy 85.153327 93.86) (xy 85.134051 93.627374) + (xy 85.103279 93.505858) (xy 85.07675 93.401096) (xy 85.076747 93.401089) (xy 85.07367 93.394075) + (xy 84.982984 93.187331) (xy 84.855314 92.991916) (xy 84.697225 92.820186) (xy 84.697221 92.820182) + (xy 84.564556 92.716925) (xy 84.513017 92.67681) (xy 84.307727 92.565713) (xy 84.307724 92.565712) + (xy 84.307723 92.565711) (xy 84.086955 92.489921) (xy 84.086948 92.489919) (xy 83.988411 92.473476) + (xy 83.856712 92.4515) (xy 83.623288 92.4515) (xy 83.52861 92.467299) (xy 83.393051 92.489919) (xy 83.393041 92.489922) + (xy 83.372722 92.496897) (xy 83.301798 92.500094) (xy 83.242721 92.466817) (xy 80.333435 89.557531) + (xy 80.333433 89.557529) (xy 80.229675 89.4882) (xy 80.114385 89.440445) (xy 80.040686 89.425785) + (xy 79.991996 89.4161) (xy 79.991994 89.4161) (xy 65.124194 89.4161) (xy 65.056073 89.396098) (xy 65.035099 89.379195) + (xy 62.964501 87.308597) (xy 69.077 87.308597) (xy 69.083505 87.369093) (xy 69.134555 87.505964) + (xy 69.134555 87.505965) (xy 69.222095 87.622904) (xy 69.339034 87.710444) (xy 69.475906 87.761494) + (xy 69.536402 87.767999) (xy 69.536415 87.768) (xy 70.231 87.768) (xy 70.231 86.732968) (xy 70.311306 86.779333) + (xy 70.425756 86.81) (xy 70.544244 86.81) (xy 70.658694 86.779333) (xy 70.739 86.732968) (xy 70.739 87.768) + (xy 71.433585 87.768) (xy 71.433597 87.767999) (xy 71.494093 87.761494) (xy 71.630964 87.710444) + (xy 71.630965 87.710444) (xy 71.747904 87.622904) (xy 71.835444 87.505965) (xy 71.858877 87.443138) + (xy 71.901423 87.386302) (xy 71.967943 87.361491) (xy 72.037318 87.376582) (xy 72.063356 87.396929) + (xy 72.063946 87.396289) (xy 72.067778 87.399817) (xy 72.123437 87.443138) (xy 72.251983 87.54319) + (xy 72.457273 87.654287) (xy 72.678049 87.73008) (xy 72.908288 87.7685) (xy 72.908292 87.7685) (xy 73.141708 87.7685) + (xy 73.141712 87.7685) (xy 73.371951 87.73008) (xy 73.592727 87.654287) (xy 73.798017 87.54319) + (xy 73.98222 87.399818) (xy 73.994663 87.386302) (xy 74.140314 87.228083) (xy 74.144355 87.221898) + (xy 74.267984 87.032669) (xy 74.349446 86.846954) (xy 74.395125 86.792608) (xy 74.462938 86.771584) + (xy 74.531352 86.79056) (xy 74.578646 86.843511) (xy 74.589754 86.881123) (xy 74.603469 86.985301) + (xy 74.603471 86.985308) (xy 74.666865 87.221898) (xy 74.760598 87.44819) (xy 74.760599 87.448191) + (xy 74.760604 87.448201) (xy 74.883063 87.660306) (xy 75.032173 87.854631) (xy 75.032182 87.854641) + (xy 75.205358 88.027817) (xy 75.205368 88.027826) (xy 75.205369 88.027827) (xy 75.39969 88.176934) + (xy 75.61181 88.299402) (xy 75.838102 88.393135) (xy 76.074692 88.456529) (xy 76.074698 88.456529) + (xy 76.074699 88.45653) (xy 76.10256 88.460198) (xy 76.317532 88.4885) (xy 76.317539 88.4885) (xy 76.562461 88.4885) + (xy 76.562468 88.4885) (xy 76.805308 88.456529) (xy 77.041898 88.393135) (xy 77.26819 88.299402) + (xy 77.48031 88.176934) (xy 77.674631 88.027827) (xy 77.847827 87.854631) (xy 77.996934 87.66031) + (xy 78.119402 87.44819) (xy 78.213135 87.221898) (xy 78.276529 86.985308) (xy 78.3085 86.74247) + (xy 84.1715 86.74247) (xy 84.203469 86.9853) (xy 84.20347 86.985306) (xy 84.203471 86.985308) (xy 84.266865 87.221898) + (xy 84.360598 87.44819) (xy 84.360599 87.448191) (xy 84.360604 87.448201) (xy 84.483063 87.660306) + (xy 84.632173 87.854631) (xy 84.632182 87.854641) (xy 84.805358 88.027817) (xy 84.805368 88.027826) + (xy 84.805369 88.027827) (xy 84.99969 88.176934) (xy 85.21181 88.299402) (xy 85.438102 88.393135) + (xy 85.674692 88.456529) (xy 85.674698 88.456529) (xy 85.674699 88.45653) (xy 85.70256 88.460198) + (xy 85.917532 88.4885) (xy 85.917539 88.4885) (xy 86.162461 88.4885) (xy 86.162468 88.4885) (xy 86.405308 88.456529) + (xy 86.641898 88.393135) (xy 86.86819 88.299402) (xy 87.08031 88.176934) (xy 87.274631 88.027827) + (xy 87.447827 87.854631) (xy 87.596934 87.66031) (xy 87.719402 87.44819) (xy 87.813135 87.221898) + (xy 87.876529 86.985308) (xy 87.9085 86.742468) (xy 87.9085 85.977532) (xy 87.876529 85.734692) + (xy 87.813135 85.498102) (xy 87.719402 85.27181) (xy 87.61853 85.097095) (xy 87.596936 85.059693) + (xy 87.543398 84.989921) (xy 87.447827 84.865369) (xy 87.447826 84.865368) (xy 87.447817 84.865358) + (xy 87.274641 84.692182) (xy 87.274631 84.692173) (xy 87.080306 84.543063) (xy 86.868201 84.420604) + (xy 86.868196 84.420601) (xy 86.86819 84.420598) (xy 86.641898 84.326865) (xy 86.405308 84.263471) + (xy 86.405306 84.26347) (xy 86.4053 84.263469) (xy 86.16247 84.2315) (xy 86.162468 84.2315) (xy 85.917532 84.2315) + (xy 85.917529 84.2315) (xy 85.674699 84.263469) (xy 85.438102 84.326865) (xy 85.211808 84.420599) + (xy 85.211798 84.420604) (xy 84.999693 84.543063) (xy 84.805368 84.692173) (xy 84.805358 84.692182) + (xy 84.632182 84.865358) (xy 84.632173 84.865368) (xy 84.483063 85.059693) (xy 84.360604 85.271798) + (xy 84.360599 85.271808) (xy 84.360598 85.27181) (xy 84.327135 85.352598) (xy 84.266865 85.498102) + (xy 84.203469 85.734699) (xy 84.1715 85.977529) (xy 84.1715 86.74247) (xy 78.3085 86.74247) (xy 78.3085 86.742468) + (xy 78.3085 85.977532) (xy 78.276529 85.734692) (xy 78.213135 85.498102) (xy 78.119402 85.27181) + (xy 78.01853 85.097095) (xy 77.996936 85.059693) (xy 77.943398 84.989921) (xy 77.847827 84.865369) + (xy 77.847826 84.865368) (xy 77.847817 84.865358) (xy 77.674641 84.692182) (xy 77.674631 84.692173) + (xy 77.480306 84.543063) (xy 77.268201 84.420604) (xy 77.268196 84.420601) (xy 77.26819 84.420598) + (xy 77.041898 84.326865) (xy 76.805308 84.263471) (xy 76.805306 84.26347) (xy 76.8053 84.263469) + (xy 76.56247 84.2315) (xy 76.562468 84.2315) (xy 76.317532 84.2315) (xy 76.317529 84.2315) (xy 76.074699 84.263469) + (xy 75.838102 84.326865) (xy 75.611808 84.420599) (xy 75.611798 84.420604) (xy 75.399693 84.543063) + (xy 75.205368 84.692173) (xy 75.205358 84.692182) (xy 75.032182 84.865358) (xy 75.032173 84.865368) + (xy 74.883063 85.059693) (xy 74.760604 85.271798) (xy 74.760599 85.271808) (xy 74.760598 85.27181) + (xy 74.727135 85.352598) (xy 74.666865 85.498102) (xy 74.603469 85.734698) (xy 74.589754 85.838876) + (xy 74.561031 85.903803) (xy 74.501766 85.942894) (xy 74.430774 85.943739) (xy 74.370596 85.906068) + (xy 74.349445 85.873043) (xy 74.267984 85.687331) (xy 74.140314 85.491916) (xy 73.982225 85.320186) + (xy 73.982221 85.320182) (xy 73.845842 85.214034) (xy 73.798017 85.17681) (xy 73.592727 85.065713) + (xy 73.592724 85.065712) (xy 73.592723 85.065711) (xy 73.371955 84.989921) (xy 73.371948 84.989919) + (xy 73.273411 84.973476) (xy 73.141712 84.9515) (xy 72.908288 84.9515) (xy 72.793066 84.970727) + (xy 72.678051 84.989919) (xy 72.678044 84.989921) (xy 72.457276 85.065711) (xy 72.457273 85.065713) + (xy 72.251985 85.176809) (xy 72.251983 85.17681) (xy 72.067778 85.320182) (xy 72.063946 85.323711) + (xy 72.062688 85.322345) (xy 72.008763 85.354742) (xy 71.937799 85.352598) (xy 71.87926 85.312428) + (xy 71.858877 85.276861) (xy 71.835444 85.214034) (xy 71.747904 85.097095) (xy 71.630965 85.009555) + (xy 71.494093 84.958505) (xy 71.433597 84.952) (xy 70.739 84.952) (xy 70.739 85.987031) (xy 70.658694 85.940667) + (xy 70.544244 85.91) (xy 70.425756 85.91) (xy 70.311306 85.940667) (xy 70.231 85.987031) (xy 70.231 84.952) + (xy 69.536402 84.952) (xy 69.475906 84.958505) (xy 69.339035 85.009555) (xy 69.339034 85.009555) + (xy 69.222095 85.097095) (xy 69.134555 85.214034) (xy 69.134555 85.214035) (xy 69.083505 85.350906) + (xy 69.077 85.411402) (xy 69.077 86.106) (xy 70.112032 86.106) (xy 70.065667 86.186306) (xy 70.035 86.300756) + (xy 70.035 86.419244) (xy 70.065667 86.533694) (xy 70.112032 86.614) (xy 69.077 86.614) (xy 69.077 87.308597) + (xy 62.964501 87.308597) (xy 57.56624 81.910336) (xy 57.532214 81.848024) (xy 57.537279 81.777209) + (xy 57.538906 81.773073) (xy 57.541115 81.767742) (xy 57.598934 81.526911) (xy 57.618366 81.28) + (xy 62.761634 81.28) (xy 62.781066 81.526911) (xy 62.838885 81.767742) (xy 62.933665 81.996561) + (xy 63.063076 82.207741) (xy 63.063077 82.207743) (xy 63.223926 82.396073) (xy 63.412256 82.556922) + (xy 63.41226 82.556925) (xy 63.623437 82.686334) (xy 63.852258 82.781115) (xy 64.093089 82.838934) + (xy 64.34 82.858366) (xy 64.586911 82.838934) (xy 64.827742 82.781115) (xy 65.056563 82.686334) + (xy 65.26774 82.556925) (xy 65.456073 82.396073) (xy 65.616925 82.20774) (xy 65.746334 81.996563) + (xy 65.774592 81.928341) (xy 65.819139 81.873062) (xy 65.886502 81.850641) (xy 65.955294 81.868199) + (xy 66.003672 81.920161) (xy 66.017 81.976561) (xy 66.017 82.293597) (xy 66.023505 82.354093) (xy 66.074555 82.490964) + (xy 66.074555 82.490965) (xy 66.162095 82.607904) (xy 66.279034 82.695444) (xy 66.415906 82.746494) + (xy 66.476402 82.752999) (xy 66.476415 82.753) (xy 67.186 82.753) (xy 67.186 81.835049) (xy 67.262069 81.866558) + (xy 67.37992 81.89) (xy 67.50008 81.89) (xy 67.617931 81.866558) (xy 67.694 81.835049) (xy 67.694 82.753) + (xy 68.403585 82.753) (xy 68.403597 82.752999) (xy 68.464093 82.746494) (xy 68.600964 82.695444) + (xy 68.600965 82.695444) (xy 68.717904 82.607904) (xy 68.805444 82.490965) (xy 68.805444 82.490964) + (xy 68.856494 82.354093) (xy 68.862999 82.293597) (xy 68.863 82.293585) (xy 68.863 81.534) (xy 67.995049 81.534) + (xy 68.026558 81.457931) (xy 68.05 81.34008) (xy 68.05 81.21992) (xy 68.026558 81.102069) (xy 67.995049 81.026) + (xy 68.863 81.026) (xy 68.863 80.266414) (xy 68.862999 80.266402) (xy 68.856494 80.205906) (xy 68.805444 80.069035) + (xy 68.805444 80.069034) (xy 68.717904 79.952095) (xy 68.600965 79.864555) (xy 68.464093 79.813505) + (xy 68.403597 79.807) (xy 67.694 79.807) (xy 67.694 80.72495) (xy 67.617931 80.693442) (xy 67.50008 80.67) + (xy 67.37992 80.67) (xy 67.262069 80.693442) (xy 67.186 80.72495) (xy 67.186 79.807) (xy 66.476402 79.807) + (xy 66.415906 79.813505) (xy 66.279035 79.864555) (xy 66.279034 79.864555) (xy 66.162095 79.952095) + (xy 66.074555 80.069034) (xy 66.074555 80.069035) (xy 66.023505 80.205906) (xy 66.017 80.266402) + (xy 66.017 80.583438) (xy 65.996998 80.651559) (xy 65.943342 80.698052) (xy 65.873068 80.708156) + (xy 65.808488 80.678662) (xy 65.774591 80.631656) (xy 65.746334 80.563437) (xy 65.616925 80.35226) + (xy 65.616922 80.352256) (xy 65.456073 80.163926) (xy 65.267743 80.003077) (xy 65.267741 80.003076) + (xy 65.26774 80.003075) (xy 65.056563 79.873666) (xy 65.034567 79.864555) (xy 64.827742 79.778885) + (xy 64.820361 79.777113) (xy 64.586911 79.721066) (xy 64.586912 79.721066) (xy 64.34 79.701634) + (xy 64.093088 79.721066) (xy 63.852257 79.778885) (xy 63.623438 79.873665) (xy 63.412258 80.003076) + (xy 63.412256 80.003077) (xy 63.223926 80.163926) (xy 63.063077 80.352256) (xy 63.063076 80.352258) + (xy 62.933665 80.563438) (xy 62.838885 80.792257) (xy 62.781066 81.033088) (xy 62.761634 81.28) + (xy 57.618366 81.28) (xy 57.598934 81.033089) (xy 57.541115 80.792258) (xy 57.446334 80.563437) + (xy 57.316925 80.35226) (xy 57.316922 80.352256) (xy 57.156073 80.163926) (xy 56.967743 80.003077) + (xy 56.967741 80.003076) (xy 56.96774 80.003075) (xy 56.756563 79.873666) (xy 56.734567 79.864555) + (xy 56.527742 79.778885) (xy 56.520361 79.777113) (xy 56.286911 79.721066) (xy 56.286912 79.721066) + (xy 56.04 79.701634) (xy 55.793088 79.721066) (xy 55.552257 79.778885) (xy 55.323438 79.873665) + (xy 55.112258 80.003076) (xy 55.112256 80.003077) (xy 54.923926 80.163926) (xy 54.763077 80.352256) + (xy 54.763076 80.352258) (xy 54.633665 80.563438) (xy 54.538885 80.792257) (xy 54.481066 81.033088) + (xy 54.461634 81.28) (xy 54.481066 81.526911) (xy 54.538885 81.767742) (xy 54.633665 81.996561) + (xy 54.763076 82.207741) (xy 54.763077 82.207743) (xy 54.923926 82.396073) (xy 55.112256 82.556922) + (xy 55.11226 82.556925) (xy 55.323437 82.686334) (xy 55.552258 82.781115) (xy 55.793089 82.838934) + (xy 56.04 82.858366) (xy 56.286911 82.838934) (xy 56.527742 82.781115) (xy 56.533013 82.778931) + (xy 56.603598 82.771334) (xy 56.667089 82.803106) (xy 56.670336 82.80624) (xy 63.684073 89.819977) + (xy 63.718099 89.882289) (xy 63.713034 89.953104) (xy 63.670487 90.00994) (xy 63.6432 90.025479) + (xy 63.62344 90.033664) (xy 63.412258 90.163076) (xy 63.412256 90.163077) (xy 63.223926 90.323926) + (xy 63.063077 90.512256) (xy 63.063076 90.512258) (xy 62.933665 90.723438) (xy 62.838885 90.952257) + (xy 62.781066 91.193088) (xy 62.761634 91.44) (xy 62.781066 91.686911) (xy 62.815143 91.828853) + (xy 62.838885 91.927742) (xy 62.878046 92.022285) (xy 62.885635 92.092872) (xy 62.853856 92.156359) + (xy 62.792798 92.192587) (xy 62.761637 92.196501) (xy 57.618363 92.196501) (xy 57.550242 92.176499) + (xy 57.503749 92.122843) (xy 57.493645 92.052569) (xy 57.501951 92.02229) (xy 57.541115 91.927742) + (xy 57.598934 91.686911) (xy 57.618366 91.44) (xy 57.598934 91.193089) (xy 57.541115 90.952258) + (xy 57.446334 90.723437) (xy 57.316925 90.51226) (xy 57.316922 90.512256) (xy 57.156073 90.323926) + (xy 56.967743 90.163077) (xy 56.967741 90.163076) (xy 56.96774 90.163075) (xy 56.756563 90.033666) + (xy 56.756558 90.033664) (xy 56.527742 89.938885) (xy 56.286911 89.881066) (xy 56.286912 89.881066) + (xy 56.04 89.861634) (xy 55.793088 89.881066) (xy 55.552257 89.938885) (xy 55.323438 90.033665) + (xy 55.112258 90.163076) (xy 55.112256 90.163077) (xy 54.923926 90.323926) (xy 54.763077 90.512256) + (xy 54.763076 90.512258) (xy 54.763075 90.51226) (xy 54.633666 90.723437) (xy 54.589526 90.83) (xy 54.567722 90.88264) + (xy 54.523173 90.93792) (xy 54.45581 90.960341) (xy 54.387019 90.942783) (xy 54.362218 90.923516) + (xy 51.978405 88.539703) (xy 51.944379 88.477391) (xy 51.9415 88.450608) (xy 51.9415 70.278796) + (xy 51.961502 70.210675) (xy 52.015158 70.164182) (xy 52.085432 70.154078) (xy 52.150012 70.183572) + (xy 52.156595 70.189701) (xy 54.880728 72.913834) (xy 54.968966 73.002072) (xy 55.072724 73.071401) + (xy 55.188014 73.119156) (xy 55.310405 73.143501) (xy 63.559407 73.143501) (xy 63.627528 73.163503) + (xy 63.648502 73.180406) (xy 71.188877 80.720781) (xy 71.222903 80.783093) (xy 71.225092 80.796705) + (xy 71.242457 80.961927) (xy 71.251922 80.991056) (xy 71.301473 81.143556) (xy 71.301476 81.143561) + (xy 71.396958 81.308941) (xy 71.396965 81.308951) (xy 71.524744 81.450864) (xy 71.524747 81.450866) + (xy 71.679248 81.563118) (xy 71.853712 81.640794) (xy 72.040513 81.6805) (xy 72.231487 81.6805) + (xy 72.418288 81.640794) (xy 72.592752 81.563118) (xy 72.747253 81.450866) (xy 72.87504 81.308944) + (xy 72.970527 81.143556) (xy 73.029542 80.961928) (xy 73.049504 80.772) (xy 73.029542 80.582072) + (xy 72.970527 80.400444) (xy 72.87504 80.235056) (xy 72.875038 80.235054) (xy 72.875034 80.235048) + (xy 72.747255 80.093135) (xy 72.68791 80.050019) (xy 72.592752 79.980882) (xy 72.592748 79.98088) + (xy 72.544345 79.959329) (xy 72.49025 79.913349) (xy 72.469601 79.845421) (xy 72.488954 79.777113) + (xy 72.52153 79.74229) (xy 72.610093 79.677946) (xy 72.73788 79.536024) (xy 72.833367 79.370636) + (xy 72.892382 79.189008) (xy 72.912344 78.99908) (xy 72.892382 78.809152) (xy 72.833367 78.627524) + (xy 72.73788 78.462136) (xy 72.664703 78.380864) (xy 72.633986 78.316856) (xy 72.63234 78.296554) + (xy 72.63234 74.379473) (xy 72.652342 74.311352) (xy 72.664704 74.295162) (xy 72.7074 74.247744) + (xy 72.802887 74.082356) (xy 72.861902 73.900728) (xy 72.881864 73.7108) (xy 72.861902 73.520872) + (xy 72.802887 73.339244) (xy 72.7074 73.173856) (xy 72.707398 73.173854) (xy 72.707394 73.173848) + (xy 72.579615 73.031935) (xy 72.425112 72.919682) (xy 72.250648 72.842006) (xy 72.063847 72.8023) + (xy 71.872873 72.8023) (xy 71.686071 72.842006) (xy 71.511607 72.919682) (xy 71.357104 73.031935) + (xy 71.229325 73.173848) (xy 71.229318 73.173858) (xy 71.133836 73.339238) (xy 71.133833 73.339245) + (xy 71.074817 73.520872) (xy 71.054856 73.7108) (xy 71.074817 73.900727) (xy 71.104886 73.99327) + (xy 71.133833 74.082356) (xy 71.22932 74.247744) (xy 71.332976 74.362866) (xy 71.363693 74.426873) + (xy 71.36534 74.447176) (xy 71.36534 78.296554) (xy 71.345338 78.364675) (xy 71.332977 78.380864) + (xy 71.259797 78.462139) (xy 71.164316 78.627518) (xy 71.164311 78.627529) (xy 71.159947 78.64096) + (xy 71.119872 78.699565) (xy 71.054475 78.7272) (xy 70.984518 78.715092) (xy 70.95102 78.691116) + (xy 64.998754 72.73885) (xy 64.964728 72.676538) (xy 64.969793 72.605723) (xy 65.01234 72.548887) + (xy 65.039627 72.533348) (xy 65.056563 72.526334) (xy 65.26774 72.396925) (xy 65.456073 72.236073) + (xy 65.616925 72.04774) (xy 65.746334 71.836563) (xy 65.774592 71.768341) (xy 65.819139 71.713062) + (xy 65.886502 71.690641) (xy 65.955294 71.708199) (xy 66.003672 71.760161) (xy 66.017 71.816561) + (xy 66.017 72.133597) (xy 66.023505 72.194093) (xy 66.074555 72.330964) (xy 66.074555 72.330965) + (xy 66.162095 72.447904) (xy 66.279034 72.535444) (xy 66.415906 72.586494) (xy 66.476402 72.592999) + (xy 66.476415 72.593) (xy 67.186 72.593) (xy 67.186 71.675049) (xy 67.262069 71.706558) (xy 67.37992 71.73) + (xy 67.50008 71.73) (xy 67.617931 71.706558) (xy 67.694 71.675049) (xy 67.694 72.593) (xy 68.403585 72.593) + (xy 68.403597 72.592999) (xy 68.464093 72.586494) (xy 68.600964 72.535444) (xy 68.600965 72.535444) + (xy 68.717904 72.447904) (xy 68.805444 72.330965) (xy 68.805444 72.330964) (xy 68.856494 72.194093) + (xy 68.862999 72.133597) (xy 68.863 72.133585) (xy 68.863 71.374) (xy 67.995049 71.374) (xy 68.026558 71.297931) + (xy 68.05 71.18008) (xy 68.05 71.05992) (xy 68.026558 70.942069) (xy 67.995049 70.866) (xy 68.863 70.866) + (xy 68.863 70.4891) (xy 68.883002 70.420979) (xy 68.936658 70.374486) (xy 68.989 70.3631) (xy 79.615006 70.3631) + (xy 79.683127 70.383102) (xy 79.704101 70.400005) (xy 81.220501 71.916405) (xy 81.254527 71.978717) + (xy 81.249462 72.049532) (xy 81.206915 72.106368) (xy 81.140395 72.131179) (xy 81.131406 72.1315) + (xy 81.123288 72.1315) (xy 81.02861 72.147299) (xy 80.893051 72.169919) (xy 80.893044 72.169921) + (xy 80.672276 72.245711) (xy 80.672273 72.245713) (xy 80.514743 72.330964) (xy 80.466985 72.356809) + (xy 80.466983 72.35681) (xy 80.29986 72.486888) (xy 80.233818 72.512944) (xy 80.164172 72.499159) + (xy 80.113036 72.449909) (xy 80.104413 72.431487) (xy 80.090445 72.394036) (xy 80.090444 72.394034) + (xy 80.002904 72.277095) (xy 79.885965 72.189555) (xy 79.749093 72.138505) (xy 79.688597 72.132) + (xy 78.994 72.132) (xy 78.994 73.109297) (xy 78.932993 73.074075) (xy 78.805826 73.04) (xy 78.674174 73.04) + (xy 78.547007 73.074075) (xy 78.486 73.109297) (xy 78.486 72.132) (xy 77.791402 72.132) (xy 77.730906 72.138505) + (xy 77.594035 72.189555) (xy 77.594034 72.189555) (xy 77.477095 72.277095) (xy 77.389555 72.394034) + (xy 77.389555 72.394035) (xy 77.338505 72.530906) (xy 77.332 72.591402) (xy 77.332 73.286) (xy 78.309297 73.286) + (xy 78.274075 73.347007) (xy 78.24 73.474174) (xy 78.24 73.605826) (xy 78.274075 73.732993) (xy 78.309297 73.794) + (xy 77.332 73.794) (xy 77.332 74.488597) (xy 77.338505 74.549093) (xy 77.389555 74.685964) (xy 77.389555 74.685965) + (xy 77.477095 74.802904) (xy 77.594034 74.890444) (xy 77.730906 74.941494) (xy 77.791402 74.947999) + (xy 77.791415 74.948) (xy 78.486 74.948) (xy 78.486 73.970702) (xy 78.547007 74.005925) (xy 78.674174 74.04) + (xy 78.805826 74.04) (xy 78.932993 74.005925) (xy 78.994 73.970702) (xy 78.994 74.948) (xy 79.688585 74.948) + (xy 79.688597 74.947999) (xy 79.749093 74.941494) (xy 79.885964 74.890444) (xy 79.885965 74.890444) + (xy 80.002904 74.802904) (xy 80.090444 74.685965) (xy 80.090445 74.685963) (xy 80.104413 74.648513) + (xy 80.146959 74.591677) (xy 80.213479 74.566865) (xy 80.282853 74.581956) (xy 80.29986 74.593112) + (xy 80.466983 74.72319) (xy 80.672273 74.834287) (xy 80.893049 74.91008) (xy 81.123288 74.9485) + (xy 81.123292 74.9485) (xy 81.356708 74.9485) (xy 81.356712 74.9485) (xy 81.586951 74.91008) (xy 81.807727 74.834287) + (xy 82.013017 74.72319) (xy 82.19722 74.579818) (xy 82.225505 74.549093) (xy 82.281195 74.488597) + (xy 82.355314 74.408083) (xy 82.384517 74.363383) (xy 82.438519 74.317296) (xy 82.508867 74.30772) + (xy 82.573225 74.337696) (xy 82.595481 74.363382) (xy 82.624686 74.408083) (xy 82.624687 74.408084) + (xy 82.782774 74.579813) (xy 82.782778 74.579817) (xy 82.84865 74.631087) (xy 82.966983 74.72319) + (xy 83.172273 74.834287) (xy 83.393049 74.91008) (xy 83.623288 74.9485) (xy 83.623292 74.9485) (xy 83.856708 74.9485) + (xy 83.856712 74.9485) (xy 84.086951 74.91008) (xy 84.307727 74.834287) (xy 84.513017 74.72319) + (xy 84.69722 74.579818) (xy 84.709145 74.566865) (xy 84.855314 74.408083) (xy 84.874006 74.379473) + (xy 84.982984 74.212669) (xy 85.076749 73.998907) (xy 85.134051 73.772626) (xy 85.153327 73.54) + (xy 85.134051 73.307374) (xy 85.115215 73.232993) (xy 85.07675 73.081096) (xy 85.076747 73.081089) + (xy 85.07367 73.074075) (xy 84.982984 72.867331) (xy 84.940497 72.8023) (xy 84.855314 72.671916) + (xy 84.697225 72.500186) (xy 84.697221 72.500182) (xy 84.564556 72.396925) (xy 84.513017 72.35681) + (xy 84.307727 72.245713) (xy 84.307724 72.245712) (xy 84.307723 72.245711) (xy 84.086955 72.169921) + (xy 84.086948 72.169919) (xy 83.988411 72.153476) (xy 83.856712 72.1315) (xy 83.623288 72.1315) + (xy 83.52861 72.147299) (xy 83.393051 72.169919) (xy 83.393041 72.169922) (xy 83.372722 72.176897) + (xy 83.301798 72.180094) (xy 83.242721 72.146817) (xy 80.333435 69.237531) (xy 80.333433 69.237529) + (xy 80.229675 69.1682) (xy 80.114385 69.120445) (xy 80.040686 69.105785) (xy 79.991996 69.0961) + (xy 79.991994 69.0961) (xy 65.124194 69.0961) (xy 65.056073 69.076098) (xy 65.035099 69.059195) + (xy 62.964501 66.988597) (xy 69.077 66.988597) (xy 69.083505 67.049093) (xy 69.134555 67.185964) + (xy 69.134555 67.185965) (xy 69.222095 67.302904) (xy 69.339034 67.390444) (xy 69.475906 67.441494) + (xy 69.536402 67.447999) (xy 69.536415 67.448) (xy 70.231 67.448) (xy 70.231 66.412968) (xy 70.311306 66.459333) + (xy 70.425756 66.49) (xy 70.544244 66.49) (xy 70.658694 66.459333) (xy 70.739 66.412968) (xy 70.739 67.448) + (xy 71.433585 67.448) (xy 71.433597 67.447999) (xy 71.494093 67.441494) (xy 71.630964 67.390444) + (xy 71.630965 67.390444) (xy 71.747904 67.302904) (xy 71.835444 67.185965) (xy 71.858877 67.123138) + (xy 71.901423 67.066302) (xy 71.967943 67.041491) (xy 72.037318 67.056582) (xy 72.063356 67.076929) + (xy 72.063946 67.076289) (xy 72.067778 67.079817) (xy 72.123437 67.123138) (xy 72.251983 67.22319) + (xy 72.457273 67.334287) (xy 72.678049 67.41008) (xy 72.908288 67.4485) (xy 72.908292 67.4485) (xy 73.141708 67.4485) + (xy 73.141712 67.4485) (xy 73.371951 67.41008) (xy 73.592727 67.334287) (xy 73.798017 67.22319) + (xy 73.98222 67.079818) (xy 73.994663 67.066302) (xy 74.140314 66.908083) (xy 74.144355 66.901898) + (xy 74.267984 66.712669) (xy 74.349446 66.526954) (xy 74.395125 66.472608) (xy 74.462938 66.451584) + (xy 74.531352 66.47056) (xy 74.578646 66.523511) (xy 74.589754 66.561123) (xy 74.603469 66.665301) + (xy 74.603471 66.665308) (xy 74.666865 66.901898) (xy 74.760598 67.12819) (xy 74.760599 67.128191) + (xy 74.760604 67.128201) (xy 74.883063 67.340306) (xy 75.032173 67.534631) (xy 75.032182 67.534641) + (xy 75.205358 67.707817) (xy 75.205368 67.707826) (xy 75.205369 67.707827) (xy 75.39969 67.856934) + (xy 75.61181 67.979402) (xy 75.838102 68.073135) (xy 76.074692 68.136529) (xy 76.074698 68.136529) + (xy 76.074699 68.13653) (xy 76.10256 68.140198) (xy 76.317532 68.1685) (xy 76.317539 68.1685) (xy 76.562461 68.1685) + (xy 76.562468 68.1685) (xy 76.805308 68.136529) (xy 77.041898 68.073135) (xy 77.26819 67.979402) + (xy 77.48031 67.856934) (xy 77.674631 67.707827) (xy 77.847827 67.534631) (xy 77.996934 67.34031) + (xy 78.119402 67.12819) (xy 78.213135 66.901898) (xy 78.276529 66.665308) (xy 78.3085 66.42247) + (xy 84.1715 66.42247) (xy 84.203469 66.6653) (xy 84.20347 66.665306) (xy 84.203471 66.665308) (xy 84.266865 66.901898) + (xy 84.360598 67.12819) (xy 84.360599 67.128191) (xy 84.360604 67.128201) (xy 84.483063 67.340306) + (xy 84.632173 67.534631) (xy 84.632182 67.534641) (xy 84.805358 67.707817) (xy 84.805368 67.707826) + (xy 84.805369 67.707827) (xy 84.99969 67.856934) (xy 85.21181 67.979402) (xy 85.438102 68.073135) + (xy 85.674692 68.136529) (xy 85.674698 68.136529) (xy 85.674699 68.13653) (xy 85.70256 68.140198) + (xy 85.917532 68.1685) (xy 85.917539 68.1685) (xy 86.162461 68.1685) (xy 86.162468 68.1685) (xy 86.405308 68.136529) + (xy 86.641898 68.073135) (xy 86.86819 67.979402) (xy 87.08031 67.856934) (xy 87.274631 67.707827) + (xy 87.447827 67.534631) (xy 87.596934 67.34031) (xy 87.719402 67.12819) (xy 87.813135 66.901898) + (xy 87.876529 66.665308) (xy 87.9085 66.422468) (xy 87.9085 65.657532) (xy 87.876529 65.414692) + (xy 87.813135 65.178102) (xy 87.719402 64.95181) (xy 87.61853 64.777095) (xy 87.596936 64.739693) + (xy 87.543398 64.669921) (xy 87.447827 64.545369) (xy 87.447826 64.545368) (xy 87.447817 64.545358) + (xy 87.274641 64.372182) (xy 87.274631 64.372173) (xy 87.080306 64.223063) (xy 86.868201 64.100604) + (xy 86.868196 64.100601) (xy 86.86819 64.100598) (xy 86.641898 64.006865) (xy 86.405308 63.943471) + (xy 86.405306 63.94347) (xy 86.4053 63.943469) (xy 86.16247 63.9115) (xy 86.162468 63.9115) (xy 85.917532 63.9115) + (xy 85.917529 63.9115) (xy 85.674699 63.943469) (xy 85.438102 64.006865) (xy 85.211808 64.100599) + (xy 85.211798 64.100604) (xy 84.999693 64.223063) (xy 84.805368 64.372173) (xy 84.805358 64.372182) + (xy 84.632182 64.545358) (xy 84.632173 64.545368) (xy 84.483063 64.739693) (xy 84.360604 64.951798) + (xy 84.360599 64.951808) (xy 84.360598 64.95181) (xy 84.327135 65.032598) (xy 84.266865 65.178102) + (xy 84.203469 65.414699) (xy 84.1715 65.657529) (xy 84.1715 66.42247) (xy 78.3085 66.42247) (xy 78.3085 66.422468) + (xy 78.3085 65.657532) (xy 78.276529 65.414692) (xy 78.213135 65.178102) (xy 78.119402 64.95181) + (xy 78.01853 64.777095) (xy 77.996936 64.739693) (xy 77.943398 64.669921) (xy 77.847827 64.545369) + (xy 77.847826 64.545368) (xy 77.847817 64.545358) (xy 77.674641 64.372182) (xy 77.674631 64.372173) + (xy 77.480306 64.223063) (xy 77.268201 64.100604) (xy 77.268196 64.100601) (xy 77.26819 64.100598) + (xy 77.041898 64.006865) (xy 76.805308 63.943471) (xy 76.805306 63.94347) (xy 76.8053 63.943469) + (xy 76.56247 63.9115) (xy 76.562468 63.9115) (xy 76.317532 63.9115) (xy 76.317529 63.9115) (xy 76.074699 63.943469) + (xy 75.838102 64.006865) (xy 75.611808 64.100599) (xy 75.611798 64.100604) (xy 75.399693 64.223063) + (xy 75.205368 64.372173) (xy 75.205358 64.372182) (xy 75.032182 64.545358) (xy 75.032173 64.545368) + (xy 74.883063 64.739693) (xy 74.760604 64.951798) (xy 74.760599 64.951808) (xy 74.760598 64.95181) + (xy 74.727135 65.032598) (xy 74.666865 65.178102) (xy 74.603469 65.414698) (xy 74.589754 65.518876) + (xy 74.561031 65.583803) (xy 74.501766 65.622894) (xy 74.430774 65.623739) (xy 74.370596 65.586068) + (xy 74.349445 65.553043) (xy 74.267984 65.367331) (xy 74.140314 65.171916) (xy 73.982225 65.000186) + (xy 73.982221 65.000182) (xy 73.845842 64.894034) (xy 73.798017 64.85681) (xy 73.592727 64.745713) + (xy 73.592724 64.745712) (xy 73.592723 64.745711) (xy 73.371955 64.669921) (xy 73.371948 64.669919) + (xy 73.273411 64.653476) (xy 73.141712 64.6315) (xy 72.908288 64.6315) (xy 72.793066 64.650727) + (xy 72.678051 64.669919) (xy 72.678044 64.669921) (xy 72.457276 64.745711) (xy 72.457273 64.745713) + (xy 72.251985 64.856809) (xy 72.251983 64.85681) (xy 72.067778 65.000182) (xy 72.063946 65.003711) + (xy 72.062688 65.002345) (xy 72.008763 65.034742) (xy 71.937799 65.032598) (xy 71.87926 64.992428) + (xy 71.858877 64.956861) (xy 71.835444 64.894034) (xy 71.747904 64.777095) (xy 71.630965 64.689555) + (xy 71.494093 64.638505) (xy 71.433597 64.632) (xy 70.739 64.632) (xy 70.739 65.667031) (xy 70.658694 65.620667) + (xy 70.544244 65.59) (xy 70.425756 65.59) (xy 70.311306 65.620667) (xy 70.231 65.667031) (xy 70.231 64.632) + (xy 69.536402 64.632) (xy 69.475906 64.638505) (xy 69.339035 64.689555) (xy 69.339034 64.689555) + (xy 69.222095 64.777095) (xy 69.134555 64.894034) (xy 69.134555 64.894035) (xy 69.083505 65.030906) + (xy 69.077 65.091402) (xy 69.077 65.786) (xy 70.112032 65.786) (xy 70.065667 65.866306) (xy 70.035 65.980756) + (xy 70.035 66.099244) (xy 70.065667 66.213694) (xy 70.112032 66.294) (xy 69.077 66.294) (xy 69.077 66.988597) + (xy 62.964501 66.988597) (xy 57.56624 61.590336) (xy 57.532214 61.528024) (xy 57.537279 61.457209) + (xy 57.538906 61.453073) (xy 57.541115 61.447742) (xy 57.598934 61.206911) (xy 57.618366 60.96) + (xy 62.761634 60.96) (xy 62.781066 61.206911) (xy 62.838885 61.447742) (xy 62.897949 61.590336) + (xy 62.933666 61.676563) (xy 62.944044 61.693499) (xy 63.063076 61.887741) (xy 63.063077 61.887743) + (xy 63.223926 62.076073) (xy 63.412256 62.236922) (xy 63.41226 62.236925) (xy 63.623437 62.366334) + (xy 63.852258 62.461115) (xy 64.093089 62.518934) (xy 64.34 62.538366) (xy 64.586911 62.518934) + (xy 64.827742 62.461115) (xy 65.056563 62.366334) (xy 65.26774 62.236925) (xy 65.456073 62.076073) + (xy 65.616925 61.88774) (xy 65.746334 61.676563) (xy 65.774592 61.608341) (xy 65.819139 61.553062) + (xy 65.886502 61.530641) (xy 65.955294 61.548199) (xy 66.003672 61.600161) (xy 66.017 61.656561) + (xy 66.017 61.973597) (xy 66.023505 62.034093) (xy 66.074555 62.170964) (xy 66.074555 62.170965) + (xy 66.162095 62.287904) (xy 66.279034 62.375444) (xy 66.415906 62.426494) (xy 66.476402 62.432999) + (xy 66.476415 62.433) (xy 67.186 62.433) (xy 67.186 61.515049) (xy 67.262069 61.546558) (xy 67.37992 61.57) + (xy 67.50008 61.57) (xy 67.617931 61.546558) (xy 67.694 61.515049) (xy 67.694 62.433) (xy 68.403585 62.433) + (xy 68.403597 62.432999) (xy 68.464093 62.426494) (xy 68.600964 62.375444) (xy 68.600965 62.375444) + (xy 68.717904 62.287904) (xy 68.805444 62.170965) (xy 68.805444 62.170964) (xy 68.856494 62.034093) + (xy 68.862999 61.973597) (xy 68.863 61.973585) (xy 68.863 61.214) (xy 67.995049 61.214) (xy 68.026558 61.137931) + (xy 68.05 61.02008) (xy 68.05 60.89992) (xy 68.026558 60.782069) (xy 67.995049 60.706) (xy 68.863 60.706) + (xy 68.863 59.946414) (xy 68.862999 59.946402) (xy 68.856494 59.885906) (xy 68.805444 59.749035) + (xy 68.805444 59.749034) (xy 68.717904 59.632095) (xy 68.600965 59.544555) (xy 68.464093 59.493505) + (xy 68.403597 59.487) (xy 67.694 59.487) (xy 67.694 60.40495) (xy 67.617931 60.373442) (xy 67.50008 60.35) + (xy 67.37992 60.35) (xy 67.262069 60.373442) (xy 67.186 60.40495) (xy 67.186 59.487) (xy 66.476402 59.487) + (xy 66.415906 59.493505) (xy 66.279035 59.544555) (xy 66.279034 59.544555) (xy 66.162095 59.632095) + (xy 66.074555 59.749034) (xy 66.074555 59.749035) (xy 66.023505 59.885906) (xy 66.017 59.946402) + (xy 66.017 60.263438) (xy 65.996998 60.331559) (xy 65.943342 60.378052) (xy 65.873068 60.388156) + (xy 65.808488 60.358662) (xy 65.774591 60.311656) (xy 65.746334 60.243437) (xy 65.616925 60.03226) + (xy 65.616922 60.032256) (xy 65.456073 59.843926) (xy 65.267743 59.683077) (xy 65.267741 59.683076) + (xy 65.26774 59.683075) (xy 65.056563 59.553666) (xy 65.034567 59.544555) (xy 64.827742 59.458885) + (xy 64.586911 59.401066) (xy 64.586912 59.401066) (xy 64.34 59.381634) (xy 64.093088 59.401066) + (xy 63.852257 59.458885) (xy 63.623438 59.553665) (xy 63.412258 59.683076) (xy 63.412256 59.683077) + (xy 63.223926 59.843926) (xy 63.063077 60.032256) (xy 63.063076 60.032258) (xy 62.933665 60.243438) + (xy 62.838885 60.472257) (xy 62.781066 60.713088) (xy 62.761634 60.96) (xy 57.618366 60.96) (xy 57.598934 60.713089) + (xy 57.541115 60.472258) (xy 57.446334 60.243437) (xy 57.316925 60.03226) (xy 57.316922 60.032256) + (xy 57.156073 59.843926) (xy 56.967743 59.683077) (xy 56.967741 59.683076) (xy 56.96774 59.683075) + (xy 56.756563 59.553666) (xy 56.734567 59.544555) (xy 56.527742 59.458885) (xy 56.286911 59.401066) + (xy 56.286912 59.401066) (xy 56.04 59.381634) (xy 55.793088 59.401066) (xy 55.552257 59.458885) + (xy 55.323438 59.553665) (xy 55.112258 59.683076) (xy 55.112256 59.683077) (xy 54.923926 59.843926) + (xy 54.763077 60.032256) (xy 54.763076 60.032258) (xy 54.633665 60.243438) (xy 54.538885 60.472257) + (xy 54.481066 60.713088) (xy 54.461634 60.96) (xy 54.481066 61.206911) (xy 54.538885 61.447742) + (xy 54.597949 61.590336) (xy 54.633666 61.676563) (xy 54.644044 61.693499) (xy 54.763076 61.887741) + (xy 54.763077 61.887743) (xy 54.923926 62.076073) (xy 55.112256 62.236922) (xy 55.11226 62.236925) + (xy 55.323437 62.366334) (xy 55.552258 62.461115) (xy 55.793089 62.518934) (xy 56.04 62.538366) + (xy 56.286911 62.518934) (xy 56.527742 62.461115) (xy 56.533013 62.458931) (xy 56.603598 62.451334) + (xy 56.667089 62.483106) (xy 56.670336 62.48624) (xy 63.684073 69.499977) (xy 63.718099 69.562289) + (xy 63.713034 69.633104) (xy 63.670487 69.68994) (xy 63.6432 69.705479) (xy 63.62344 69.713664) + (xy 63.412258 69.843076) (xy 63.412256 69.843077) (xy 63.223926 70.003926) (xy 63.063077 70.192256) + (xy 63.063076 70.192258) (xy 62.933665 70.403438) (xy 62.838885 70.632257) (xy 62.781066 70.873088) + (xy 62.761634 71.12) (xy 62.781066 71.366911) (xy 62.815143 71.508853) (xy 62.838885 71.607742) + (xy 62.878046 71.702285) (xy 62.885635 71.772872) (xy 62.853856 71.836359) (xy 62.792798 71.872587) + (xy 62.761637 71.876501) (xy 57.618363 71.876501) (xy 57.550242 71.856499) (xy 57.503749 71.802843) + (xy 57.493645 71.732569) (xy 57.501951 71.70229) (xy 57.541115 71.607742) (xy 57.598934 71.366911) + (xy 57.618366 71.12) (xy 57.598934 70.873089) (xy 57.541115 70.632258) (xy 57.446334 70.403437) + (xy 57.316925 70.19226) (xy 57.316922 70.192256) (xy 57.156073 70.003926) (xy 56.967743 69.843077) + (xy 56.967741 69.843076) (xy 56.96774 69.843075) (xy 56.756563 69.713666) (xy 56.756558 69.713664) + (xy 56.527742 69.618885) (xy 56.286911 69.561066) (xy 56.286912 69.561066) (xy 56.04 69.541634) + (xy 55.793088 69.561066) (xy 55.552257 69.618885) (xy 55.323438 69.713665) (xy 55.112258 69.843076) + (xy 55.112256 69.843077) (xy 54.923926 70.003926) (xy 54.763077 70.192256) (xy 54.763076 70.192258) + (xy 54.763075 70.19226) (xy 54.633666 70.403437) (xy 54.589526 70.51) (xy 54.567722 70.56264) (xy 54.523173 70.61792) + (xy 54.45581 70.640341) (xy 54.387019 70.622783) (xy 54.362218 70.603516) (xy 51.978405 68.219703) + (xy 51.944379 68.157391) (xy 51.9415 68.130608) (xy 51.9415 61.782594) (xy 51.961502 61.714473) + (xy 51.978405 61.693499) (xy 58.351499 55.320405) (xy 58.413811 55.286379) (xy 58.440594 55.2835) + (xy 59.649632 55.2835) (xy 59.649638 55.2835) (xy 59.649645 55.283499) (xy 59.649649 55.283499) + (xy 59.710196 55.27699) (xy 59.710199 55.276989) (xy 59.710201 55.276989) (xy 59.847204 55.225889) + (xy 59.964261 55.138261) (xy 59.96595 55.136005) (xy 59.968204 55.134316) (xy 59.970637 55.131885) + (xy 59.970986 55.132234) (xy 60.022784 55.093457) (xy 60.0936 55.08839) (xy 60.139093 55.1083) (xy 60.144503 55.112088) + (xy 60.351926 55.208811) (xy 60.351931 55.208813) (xy 60.572999 55.268048) (xy 60.572995 55.268048) + (xy 60.801 55.287995) (xy 61.029002 55.268048) (xy 61.250068 55.208813) (xy 61.250073 55.208811) + (xy 61.457497 55.112088) (xy 61.528888 55.062099) (xy 61.528888 55.062097) (xy 60.841791 54.375) + (xy 60.853661 54.375) (xy 60.955394 54.347741) (xy 61.046606 54.29508) (xy 61.12108 54.220606) (xy 61.173741 54.129394) + (xy 61.201 54.027661) (xy 61.201 54.015791) (xy 61.888097 54.702888) (xy 61.888099 54.702888) (xy 61.938088 54.631497) + (xy 62.034811 54.424073) (xy 62.034813 54.424068) (xy 62.094048 54.203002) (xy 62.113995 53.975) + (xy 62.094048 53.746997) (xy 62.034813 53.525931) (xy 62.034811 53.525926) (xy 61.938086 53.318498) + (xy 61.8881 53.24711) (xy 61.888098 53.24711) (xy 61.201 53.934208) (xy 61.201 53.922339) (xy 61.173741 53.820606) + (xy 61.12108 53.729394) (xy 61.046606 53.65492) (xy 60.955394 53.602259) (xy 60.853661 53.575) (xy 60.841789 53.575) + (xy 61.528888 52.887899) (xy 61.528888 52.887898) (xy 61.457501 52.837913) (xy 61.250073 52.741188) + (xy 61.250068 52.741186) (xy 61.029 52.681951) (xy 61.029004 52.681951) (xy 60.801 52.662004) (xy 60.572997 52.681951) + (xy 60.351931 52.741186) (xy 60.351926 52.741188) (xy 60.144498 52.837913) (xy 60.13908 52.841707) + (xy 60.071804 52.864388) (xy 60.002945 52.847097) (xy 59.965951 52.813997) (xy 59.964261 52.811739) + (xy 59.964259 52.811738) (xy 59.964259 52.811737) (xy 59.847207 52.724112) (xy 59.847202 52.72411) + (xy 59.710204 52.673011) (xy 59.710196 52.673009) (xy 59.649649 52.6665) (xy 59.649638 52.6665) + (xy 57.952362 52.6665) (xy 57.95235 52.6665) (xy 57.891803 52.673009) (xy 57.891795 52.673011) (xy 57.754797 52.72411) + (xy 57.754792 52.724112) (xy 57.637738 52.811738) (xy 57.550112 52.928792) (xy 57.55011 52.928797) + (xy 57.499011 53.065795) (xy 57.499009 53.065803) (xy 57.4925 53.12635) (xy 57.4925 54.335406) (xy 57.472498 54.403527) + (xy 57.455595 54.424501) (xy 51.090595 60.789501) (xy 51.028283 60.823527) (xy 50.957468 60.818462) + (xy 50.900632 60.775915) (xy 50.875821 60.709395) (xy 50.8755 60.700406) (xy 50.8755 51.0015) (xy 50.895502 50.933379) + (xy 50.949158 50.886886) (xy 51.0015 50.8755) (xy 54.240872 50.8755) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 77.131075 54.929993) (xy 77.196901 55.044007) (xy 77.289993 55.137099) (xy 77.404007 55.202925) + (xy 77.472051 55.221157) (xy 76.83131 55.861898) (xy 76.851697 55.877766) (xy 76.851705 55.877771) + (xy 76.885731 55.896185) (xy 76.936122 55.946197) (xy 76.951475 56.015514) (xy 76.926915 56.082127) + (xy 76.885735 56.117811) (xy 76.851705 56.136227) (xy 76.851693 56.136235) (xy 76.831311 56.152099) + (xy 76.83131 56.1521) (xy 77.472052 56.792842) (xy 77.404007 56.811075) (xy 77.289993 56.876901) + (xy 77.196901 56.969993) (xy 77.131075 57.084007) (xy 77.112842 57.152052) (xy 76.473921 56.513131) + (xy 76.473919 56.513132) (xy 76.432781 56.5761) (xy 76.378777 56.622189) (xy 76.30843 56.631764) + (xy 76.244072 56.601787) (xy 76.221816 56.576101) (xy 76.180676 56.513131) (xy 76.132724 56.439734) + (xy 76.13272 56.439729) (xy 76.054044 56.354266) (xy 75.98024 56.274094) (xy 75.980234 56.274089) + (xy 75.980233 56.274088) (xy 75.804609 56.137392) (xy 75.763138 56.079767) (xy 75.756 56.037961) + (xy 75.756 55.976038) (xy 75.776002 55.907917) (xy 75.804606 55.876608) (xy 75.98024 55.739906) + (xy 76.132722 55.574268) (xy 76.221816 55.437898) (xy 76.275819 55.39181) (xy 76.346167 55.382235) + (xy 76.410524 55.412212) (xy 76.432782 55.437899) (xy 76.47392 55.500866) (xy 76.473922 55.500867) + (xy 77.112841 54.861947) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 79.671075 54.929993) (xy 79.736901 55.044007) (xy 79.829993 55.137099) (xy 79.944007 55.202925) + (xy 80.012051 55.221157) (xy 79.37131 55.861898) (xy 79.391697 55.877766) (xy 79.391705 55.877771) + (xy 79.425731 55.896185) (xy 79.476122 55.946197) (xy 79.491475 56.015514) (xy 79.466915 56.082127) + (xy 79.425735 56.117811) (xy 79.391705 56.136227) (xy 79.391693 56.136235) (xy 79.371311 56.152099) + (xy 79.37131 56.1521) (xy 80.012052 56.792842) (xy 79.944007 56.811075) (xy 79.829993 56.876901) + (xy 79.736901 56.969993) (xy 79.671075 57.084007) (xy 79.652842 57.152052) (xy 79.013921 56.513131) + (xy 79.01392 56.513132) (xy 78.972482 56.576558) (xy 78.918479 56.622647) (xy 78.848131 56.632222) + (xy 78.783773 56.602245) (xy 78.761516 56.576558) (xy 78.720078 56.513132) (xy 78.081157 57.152051) + (xy 78.062925 57.084007) (xy 77.997099 56.969993) (xy 77.904007 56.876901) (xy 77.789993 56.811075) + (xy 77.721947 56.792841) (xy 78.362688 56.1521) (xy 78.362687 56.152099) (xy 78.342308 56.136237) + (xy 78.342298 56.136231) (xy 78.308267 56.117814) (xy 78.257876 56.067801) (xy 78.242524 55.998484) + (xy 78.267085 55.931871) (xy 78.308268 55.896186) (xy 78.342294 55.877772) (xy 78.342298 55.877769) + (xy 78.362687 55.861898) (xy 77.721947 55.221158) (xy 77.789993 55.202925) (xy 77.904007 55.137099) + (xy 77.997099 55.044007) (xy 78.062925 54.929993) (xy 78.081157 54.861947) (xy 78.720076 55.500866) + (xy 78.720078 55.500866) (xy 78.761516 55.437441) (xy 78.815519 55.391352) (xy 78.885867 55.381777) + (xy 78.950225 55.411754) (xy 78.972482 55.43744) (xy 79.013921 55.500866) (xy 79.013922 55.500867) + (xy 79.652841 54.861947) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 81.260076 55.500866) (xy 81.260078 55.500866) (xy 81.301217 55.437899) (xy 81.355221 55.39181) + (xy 81.425568 55.382235) (xy 81.489926 55.412212) (xy 81.512183 55.437898) (xy 81.601279 55.57427) + (xy 81.753762 55.739908) (xy 81.81502 55.787587) (xy 81.929392 55.876607) (xy 81.970862 55.934232) + (xy 81.978 55.976038) (xy 81.978 56.037961) (xy 81.957998 56.106082) (xy 81.929391 56.137392) (xy 81.753766 56.274088) + (xy 81.601279 56.439729) (xy 81.512183 56.576101) (xy 81.458179 56.622189) (xy 81.387831 56.631764) + (xy 81.323474 56.601786) (xy 81.301217 56.5761) (xy 81.260078 56.513132) (xy 80.621157 57.152051) + (xy 80.602925 57.084007) (xy 80.537099 56.969993) (xy 80.444007 56.876901) (xy 80.329993 56.811075) + (xy 80.261947 56.792841) (xy 80.902688 56.1521) (xy 80.902687 56.152099) (xy 80.882308 56.136237) + (xy 80.882298 56.136231) (xy 80.848267 56.117814) (xy 80.797876 56.067801) (xy 80.782524 55.998484) + (xy 80.807085 55.931871) (xy 80.848268 55.896186) (xy 80.882294 55.877772) (xy 80.882298 55.877769) + (xy 80.902687 55.861898) (xy 80.261947 55.221158) (xy 80.329993 55.202925) (xy 80.444007 55.137099) + (xy 80.537099 55.044007) (xy 80.602925 54.929993) (xy 80.621157 54.861947) + ) + ) + ) +) \ No newline at end of file diff --git a/src/summe/main/main.kicad_pro b/src/summe/main/main.kicad_pro index f9d79cfe..50b0f0b9 100644 --- a/src/summe/main/main.kicad_pro +++ b/src/summe/main/main.kicad_pro @@ -178,6 +178,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -386,10 +393,10 @@ "no_connect_dangling": "warning", "pin_not_connected": "error", "pin_not_driven": "error", - "pin_to_pin": "warning", + "pin_to_pin": "error", "power_pin_not_driven": "error", "similar_labels": "warning", - "simulation_model_issue": "error", + "simulation_model_issue": "ignore", "unannotated": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", @@ -436,14 +443,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -457,6 +525,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -482,6 +555,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -489,7 +563,7 @@ "sheets": [ [ "9538e4ed-27e6-4c37-b989-9859dc0d49e8", - "" + "Root" ] ], "text_variables": {} diff --git a/src/summe/main/main.kicad_sch b/src/summe/main/main.kicad_sch index 93051536..8598e510 100644 --- a/src/summe/main/main.kicad_sch +++ b/src/summe/main/main.kicad_sch @@ -1,6568 +1,16416 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 9538e4ed-27e6-4c37-b989-9859dc0d49e8) - - (paper "A4") - - (title_block - (title "summe") - (date "2021-05-30") - (rev "R02") - (company "company") - (comment 1 "schema for pcb") - (comment 2 "DC coupled mixer") - (comment 3 "comment 3") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - (comment 5 "comment 5") - (comment 6 "comment 6") - (comment 7 "comment 7") - (comment 8 "comment 8") - (comment 9 "comment 9") - ) - - (lib_symbols - (symbol "Amplifier_Operational:TL072" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "dual opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TL072_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL072_3_1" - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:AudioJack2_SwitchT" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 8.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Jack*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AudioJack2_SwitchT_0_1" - (rectangle (start -2.54 0) (end -3.81 -2.54) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy 1.778 -0.254) - (xy 2.032 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0.635 -0.635) - (xy 1.27 0) - (xy 2.54 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 -2.54) - (xy 1.778 -2.54) - (xy 1.778 -0.254) - (xy 1.524 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 2.54) - (xy -0.635 2.54) - (xy -0.635 0) - (xy -1.27 -0.635) - (xy -1.905 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (rectangle (start 2.54 3.81) (end -2.54 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AudioJack2_SwitchT_1_1" - (pin passive line (at 5.08 2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "S" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "T" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "TN" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 1.27 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_02x05_Odd_Even_1_1" - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 3.81 -6.35) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (rectangle (start 3.81 -4.953) (end 2.54 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 -2.413) (end 2.54 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 0.127) (end 2.54 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 2.667) (end 2.54 2.413) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 3.81 5.207) (end 2.54 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 5.08 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 3.81) - (name "Pin_10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 5.08 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 2.54 180) (length 3.81) - (name "Pin_4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 0 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -2.54 180) (length 3.81) - (name "Pin_8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -5.08 0) (length 3.81) - (name "Pin_9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C_Polarized" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C_Polarized" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Polarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "CP_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_Polarized_0_1" - (rectangle (start -2.286 0.508) (end 2.286 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 2.286) - (xy -0.762 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.794) - (xy -1.27 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 2.286 -0.508) (end -2.286 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "C_Polarized_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED" (at 0 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "LED diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_0_1" - (polyline - (pts - (xy -1.27 -1.27) - (xy -1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy 1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.27) - (xy 1.27 1.27) - (xy -1.27 0) - (xy 1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.048 -0.762) - (xy -4.572 -2.286) - (xy -3.81 -2.286) - (xy -4.572 -2.286) - (xy -4.572 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 -0.762) - (xy -3.302 -2.286) - (xy -2.54 -2.286) - (xy -3.302 -2.286) - (xy -3.302 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "RV" (at -4.445 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_Potentiometer" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "resistor variable" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Potentiometer" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "R_Potentiometer_0_1" - (polyline - (pts - (xy 2.54 0) - (xy 1.524 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.143 0) - (xy 2.286 0.508) - (xy 2.286 -0.508) - (xy 1.143 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.016 2.54) (end -1.016 -2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_Potentiometer_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Reference_Voltage:LM4040DBZ-5" (pin_names (offset 0.0254) hide) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LM4040DBZ-5" (at 0 -3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 -5.08 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4040-n.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "ki_keywords" "diode device voltage reference shunt" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "5.000V Precision Micropower Shunt Voltage Reference, SOT-23" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LM4040DBZ-5_0_1" - (polyline - (pts - (xy -1.27 0) - (xy 0 0) - (xy 1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -1.27) - (xy 0.635 0) - (xy -1.27 1.27) - (xy -1.27 -1.27) - ) - (stroke (width 0.2032) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -1.27) - (xy 0.635 -1.27) - (xy 0.635 1.27) - (xy 1.27 1.27) - ) - (stroke (width 0.2032) (type default)) - (fill (type none)) - ) - ) - (symbol "LM4040DBZ-5_1_1" - (pin passive line (at 3.81 0 180) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -3.81 0 0) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+15V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 0 3.556 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:-15V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "-15V_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy 0.762 1.27) - (xy 0 2.54) - (xy -0.762 1.27) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 -1.27) - (xy 1.27 -1.27) - (xy 0 -2.54) - (xy -1.27 -1.27) - (xy 0 -1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 62.23 43.18) (diameter 0) (color 0 0 0 0) - (uuid 009b5465-0a65-4237-93e7-eb65321eeb18) - ) - (junction (at 153.67 163.83) (diameter 0) (color 0 0 0 0) - (uuid 015f5586-ba76-4a98-9114-f5cd2c67134d) - ) - (junction (at 68.58 71.12) (diameter 0) (color 0 0 0 0) - (uuid 109caac1-5036-4f23-9a66-f569d871501b) - ) - (junction (at 123.19 163.83) (diameter 0) (color 0 0 0 0) - (uuid 1755646e-fc08-4e43-a301-d9b3ea704cf6) - ) - (junction (at 82.55 124.46) (diameter 0) (color 0 0 0 0) - (uuid 199124ca-dd64-45cf-a063-97cc545cbea7) - ) - (junction (at 97.79 100.33) (diameter 0) (color 0 0 0 0) - (uuid 1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2) - ) - (junction (at 167.64 41.91) (diameter 0) (color 0 0 0 0) - (uuid 1d9cdadc-9036-4a95-b6db-fa7b3b74c869) - ) - (junction (at 123.19 148.59) (diameter 0) (color 0 0 0 0) - (uuid 26bc8641-9bca-4204-9709-deedbe202a36) - ) - (junction (at 68.58 43.18) (diameter 0) (color 0 0 0 0) - (uuid 38a501e2-0ee8-439d-bd02-e9e90e7503e9) - ) - (junction (at 167.64 34.29) (diameter 0) (color 0 0 0 0) - (uuid 3e903008-0276-4a73-8edb-5d9dfde6297c) - ) - (junction (at 96.52 73.66) (diameter 0) (color 0 0 0 0) - (uuid 42713045-fffd-4b2d-ae1e-7232d705fb12) - ) - (junction (at 179.07 49.53) (diameter 0) (color 0 0 0 0) - (uuid 44646447-0a8e-4aec-a74e-22bf765d0f33) - ) - (junction (at 93.98 191.77) (diameter 0) (color 0 0 0 0) - (uuid 4e27930e-1827-4788-aa6b-487321d46602) - ) - (junction (at 60.96 176.53) (diameter 0) (color 0 0 0 0) - (uuid 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a) - ) - (junction (at 208.28 52.07) (diameter 0) (color 0 0 0 0) - (uuid 55e740a3-0735-4744-896e-2bf5437093b9) - ) - (junction (at 69.85 97.79) (diameter 0) (color 0 0 0 0) - (uuid 576c6616-e95d-4f1e-8ead-dea30fcdc8c2) - ) - (junction (at 93.98 184.15) (diameter 0) (color 0 0 0 0) - (uuid 593b8647-0095-46cc-ba23-3cf2a86edb5e) - ) - (junction (at 196.85 34.29) (diameter 0) (color 0 0 0 0) - (uuid 5d3d7893-1d11-4f1d-9052-85cf0e07d281) - ) - (junction (at 71.12 132.08) (diameter 0) (color 0 0 0 0) - (uuid 6284122b-79c3-4e04-925e-3d32cc3ec077) - ) - (junction (at 60.96 191.77) (diameter 0) (color 0 0 0 0) - (uuid 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (junction (at 168.91 107.95) (diameter 0) (color 0 0 0 0) - (uuid 6d0c9e39-9878-44c8-8283-9a59e45006fa) - ) - (junction (at 153.67 184.15) (diameter 0) (color 0 0 0 0) - (uuid 6ffdf05e-e119-49f9-85e9-13e4901df42a) - ) - (junction (at 93.98 163.83) (diameter 0) (color 0 0 0 0) - (uuid 7233cb6b-d8fd-4fcd-9b4f-8b0ed19b1b12) - ) - (junction (at 93.98 148.59) (diameter 0) (color 0 0 0 0) - (uuid 761c8e29-382a-475c-a37a-7201cc9cd0f5) - ) - (junction (at 123.19 191.77) (diameter 0) (color 0 0 0 0) - (uuid 802c2dc3-ca9f-491e-9d66-7893e89ac34c) - ) - (junction (at 226.06 36.83) (diameter 0) (color 0 0 0 0) - (uuid 88deea08-baa5-4041-beb7-01c299cf00e6) - ) - (junction (at 123.19 156.21) (diameter 0) (color 0 0 0 0) - (uuid 89a3dae6-dcb5-435b-a383-656b6a19a316) - ) - (junction (at 68.58 78.74) (diameter 0) (color 0 0 0 0) - (uuid 8c1605f9-6c91-4701-96bf-e753661d5e23) - ) - (junction (at 80.01 43.18) (diameter 0) (color 0 0 0 0) - (uuid 8cb2cd3a-4ef9-4ae5-b6bc-2b1d16f657d6) - ) - (junction (at 99.06 127) (diameter 0) (color 0 0 0 0) - (uuid 9157f4ae-0244-4ff1-9f73-3cb4cbb5f280) - ) - (junction (at 123.19 184.15) (diameter 0) (color 0 0 0 0) - (uuid 96de0051-7945-413a-9219-1ab367546962) - ) - (junction (at 71.12 124.46) (diameter 0) (color 0 0 0 0) - (uuid 994b6220-4755-4d84-91b3-6122ac1c2c5e) - ) - (junction (at 63.5 97.79) (diameter 0) (color 0 0 0 0) - (uuid a29f8df0-3fae-4edf-8d9c-bd5a875b13e3) - ) - (junction (at 69.85 105.41) (diameter 0) (color 0 0 0 0) - (uuid a5e521b9-814e-4853-a5ac-f158785c6269) - ) - (junction (at 208.28 36.83) (diameter 0) (color 0 0 0 0) - (uuid ad4d05f5-6957-42f8-b65c-c657b9a26485) - ) - (junction (at 179.07 34.29) (diameter 0) (color 0 0 0 0) - (uuid aeb03be9-98f0-43f6-9432-1bb35aa04bab) - ) - (junction (at 96.52 45.72) (diameter 0) (color 0 0 0 0) - (uuid b447dbb1-d38e-4a15-93cb-12c25382ea53) - ) - (junction (at 93.98 176.53) (diameter 0) (color 0 0 0 0) - (uuid bde95c06-433a-4c03-bc48-e3abcdb4e054) - ) - (junction (at 167.64 133.35) (diameter 0) (color 0 0 0 0) - (uuid c346b00c-b5e0-4939-beb4-7f48172ef334) - ) - (junction (at 64.77 124.46) (diameter 0) (color 0 0 0 0) - (uuid c8029a4c-945d-42ca-871a-dd73ff50a1a3) - ) - (junction (at 80.01 71.12) (diameter 0) (color 0 0 0 0) - (uuid ca9b74ce-0dee-401c-9544-f599f4cf538d) - ) - (junction (at 81.28 97.79) (diameter 0) (color 0 0 0 0) - (uuid cee2f43a-7d22-4585-a857-73949bd17a9d) - ) - (junction (at 153.67 176.53) (diameter 0) (color 0 0 0 0) - (uuid d3d57924-54a6-421d-a3a0-a044fc909e88) - ) - (junction (at 153.67 191.77) (diameter 0) (color 0 0 0 0) - (uuid d4db7f11-8cfe-40d2-b021-b36f05241701) - ) - (junction (at 167.64 49.53) (diameter 0) (color 0 0 0 0) - (uuid d7e4abd8-69f5-4706-b12e-898194e5bf56) - ) - (junction (at 21.59 177.8) (diameter 0) (color 0 0 0 0) - (uuid db83d0af-e085-4050-8496-fa2ebdecbd62) - ) - (junction (at 153.67 156.21) (diameter 0) (color 0 0 0 0) - (uuid dd1edfbb-5fb6-42cd-b740-fd54ab3ef1f1) - ) - (junction (at 62.23 71.12) (diameter 0) (color 0 0 0 0) - (uuid e0f06b5c-de63-4833-a591-ca9e19217a35) - ) - (junction (at 226.06 54.61) (diameter 0) (color 0 0 0 0) - (uuid e615f7aa-337e-474d-9615-2ad82b1c44ca) - ) - (junction (at 153.67 148.59) (diameter 0) (color 0 0 0 0) - (uuid eb473bfd-fc2d-4cf0-8714-6b7dd95b0a03) - ) - (junction (at 218.44 109.22) (diameter 0) (color 0 0 0 0) - (uuid f2480d0c-9b08-4037-9175-b2369af04d4c) - ) - (junction (at 93.98 156.21) (diameter 0) (color 0 0 0 0) - (uuid f33ec0db-ef0f-4576-8054-2833161a8f30) - ) - (junction (at 218.44 85.09) (diameter 0) (color 0 0 0 0) - (uuid f345e52a-8e0a-425a-b438-90809dd3b799) - ) - (junction (at 168.91 83.82) (diameter 0) (color 0 0 0 0) - (uuid f4a8afbe-ed68-4253-959f-6be4d2cbf8c5) - ) - (junction (at 196.85 52.07) (diameter 0) (color 0 0 0 0) - (uuid f4f99e3d-7269-4f6a-a759-16ad2a258779) - ) - (junction (at 66.04 184.15) (diameter 0) (color 0 0 0 0) - (uuid f5802c98-949b-4daa-b4bc-379a94396f6c) - ) - (junction (at 123.19 176.53) (diameter 0) (color 0 0 0 0) - (uuid f8bd6470-fafd-47f2-8ed5-9449988187ce) - ) - (junction (at 68.58 50.8) (diameter 0) (color 0 0 0 0) - (uuid f9c81c26-f253-4227-a69f-53e64841cfbe) - ) - - (no_connect (at 53.34 73.66) (uuid 32667662-ae86-4904-b198-3e95f11851bf)) - (no_connect (at 55.88 127) (uuid 3dcc657b-55a1-48e0-9667-e01e7b6b08b5)) - (no_connect (at 54.61 100.33) (uuid 67f6e996-3c99-493c-8f6f-e739e2ed5d7a)) - (no_connect (at 242.57 57.15) (uuid 80094b70-85ab-4ff6-934b-60d5ee65023a)) - - (wire (pts (xy 179.07 34.29) (xy 179.07 49.53)) - (stroke (width 0) (type default)) - (uuid 008da5b9-6f95-4113-b7d0-d93ac62efd33) - ) - (wire (pts (xy 68.58 50.8) (xy 80.01 50.8)) - (stroke (width 0) (type default)) - (uuid 00e38d63-5436-49db-81f5-697421f168fc) - ) - (wire (pts (xy 77.47 43.18) (xy 80.01 43.18)) - (stroke (width 0) (type default)) - (uuid 00f3ea8b-8a54-4e56-84ff-d98f6c00496c) - ) - (wire (pts (xy 60.96 191.77) (xy 66.04 191.77)) - (stroke (width 0) (type default)) - (uuid 0147f16a-c952-4891-8f53-a9fb8cddeb8d) - ) - (wire (pts (xy 217.17 134.62) (xy 217.17 121.92)) - (stroke (width 0) (type default)) - (uuid 01f82238-6335-48fe-8b0a-6853e227345a) - ) - (wire (pts (xy 69.85 105.41) (xy 81.28 105.41)) - (stroke (width 0) (type default)) - (uuid 0325ec43-0390-4ae2-b055-b1ec6ce17b1c) - ) - (wire (pts (xy 87.63 114.3) (xy 82.55 114.3)) - (stroke (width 0) (type default)) - (uuid 0351df45-d042-41d4-ba35-88092c7be2fc) - ) - (wire (pts (xy 179.07 34.29) (xy 185.42 34.29)) - (stroke (width 0) (type default)) - (uuid 04cf2f2c-74bf-400d-b4f6-201720df00ed) - ) - (wire (pts (xy 71.12 124.46) (xy 72.39 124.46)) - (stroke (width 0) (type default)) - (uuid 097edb1b-8998-4e70-b670-bba125982348) - ) - (wire (pts (xy 77.47 71.12) (xy 80.01 71.12)) - (stroke (width 0) (type default)) - (uuid 0ae82096-0994-4fb0-9a2a-d4ac4804abac) - ) - (wire (pts (xy 104.14 148.59) (xy 93.98 148.59)) - (stroke (width 0) (type default)) - (uuid 0ba17a9b-d889-426c-b4fe-048bed6b6be8) - ) - (wire (pts (xy 59.69 191.77) (xy 60.96 191.77)) - (stroke (width 0) (type default)) - (uuid 0c30a4be-5679-499f-8c5b-5f3024f9d6cf) - ) - (wire (pts (xy 218.44 85.09) (xy 220.98 85.09)) - (stroke (width 0) (type default)) - (uuid 0cbeb329-a88d-4a47-a5c2-a1d693de2f8c) - ) - (wire (pts (xy 217.17 121.92) (xy 199.39 121.92)) - (stroke (width 0) (type default)) - (uuid 0e249018-17e7-42b3-ae5d-5ebf3ae299ae) - ) - (wire (pts (xy 208.28 52.07) (xy 207.01 52.07)) - (stroke (width 0) (type default)) - (uuid 10109f84-4940-47f8-8640-91f185ac9bc1) - ) - (wire (pts (xy 80.01 124.46) (xy 82.55 124.46)) - (stroke (width 0) (type default)) - (uuid 101ef598-601d-400e-9ef6-d655fbb1dbfa) - ) - (wire (pts (xy 109.22 100.33) (xy 115.57 100.33)) - (stroke (width 0) (type default)) - (uuid 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d) - ) - (wire (pts (xy 68.58 71.12) (xy 69.85 71.12)) - (stroke (width 0) (type default)) - (uuid 19b0959e-a79b-43b2-a5ad-525ced7e9131) - ) - (wire (pts (xy 193.04 34.29) (xy 196.85 34.29)) - (stroke (width 0) (type default)) - (uuid 1bdd5841-68b7-42e2-9447-cbdb608d8a08) - ) - (wire (pts (xy 180.34 54.61) (xy 179.07 54.61)) - (stroke (width 0) (type default)) - (uuid 1bf544e3-5940-4576-9291-2464e95c0ee2) - ) - (wire (pts (xy 97.79 127) (xy 99.06 127)) - (stroke (width 0) (type default)) - (uuid 1f3003e6-dce5-420f-906b-3f1e92b67249) - ) - (wire (pts (xy 53.34 43.18) (xy 62.23 43.18)) - (stroke (width 0) (type default)) - (uuid 221bef83-3ea7-4d3f-adeb-53a8a07c6273) - ) - (wire (pts (xy 134.62 191.77) (xy 123.19 191.77)) - (stroke (width 0) (type default)) - (uuid 22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce) - ) - (wire (pts (xy 167.64 34.29) (xy 167.64 41.91)) - (stroke (width 0) (type default)) - (uuid 24f7628d-681d-4f0e-8409-40a129e929d9) - ) - (wire (pts (xy 168.91 95.25) (xy 151.13 95.25)) - (stroke (width 0) (type default)) - (uuid 25bc3602-3fb4-4a04-94e3-21ba22562c24) - ) - (wire (pts (xy 67.31 105.41) (xy 69.85 105.41)) - (stroke (width 0) (type default)) - (uuid 262f1ea9-0133-4b43-be36-456207ea857c) - ) - (wire (pts (xy 218.44 109.22) (xy 218.44 96.52)) - (stroke (width 0) (type default)) - (uuid 269f19c3-6824-45a8-be29-fa58d70cbb42) - ) - (wire (pts (xy 179.07 22.86) (xy 179.07 34.29)) - (stroke (width 0) (type default)) - (uuid 2878a73c-5447-4cd9-8194-14f52ab9459c) - ) - (wire (pts (xy 134.62 176.53) (xy 123.19 176.53)) - (stroke (width 0) (type default)) - (uuid 2db910a0-b943-40b4-b81f-068ba5265f56) - ) - (wire (pts (xy 86.36 87.63) (xy 81.28 87.63)) - (stroke (width 0) (type default)) - (uuid 309b3bff-19c8-41ec-a84d-63399c649f46) - ) - (wire (pts (xy 62.23 71.12) (xy 68.58 71.12)) - (stroke (width 0) (type default)) - (uuid 31540a7e-dc9e-4e4d-96b1-dab15efa5f4b) - ) - (wire (pts (xy 167.64 133.35) (xy 167.64 120.65)) - (stroke (width 0) (type default)) - (uuid 319639ae-c2c5-486d-93b1-d03bb1b64252) - ) - (wire (pts (xy 110.49 127) (xy 116.84 127)) - (stroke (width 0) (type default)) - (uuid 378af8b4-af3d-46e7-89ae-deff12ca9067) - ) - (wire (pts (xy 166.37 41.91) (xy 167.64 41.91)) - (stroke (width 0) (type default)) - (uuid 3a7648d8-121a-4921-9b92-9b35b76ce39b) - ) - (wire (pts (xy 208.28 25.4) (xy 208.28 36.83)) - (stroke (width 0) (type default)) - (uuid 3b65c51e-c243-447e-bee9-832d94c1630e) - ) - (wire (pts (xy 116.84 184.15) (xy 116.84 186.69)) - (stroke (width 0) (type default)) - (uuid 3f8a5430-68a9-4732-9b89-4e00dd8ae219) - ) - (wire (pts (xy 222.25 25.4) (xy 226.06 25.4)) - (stroke (width 0) (type default)) - (uuid 402c62e6-8d8e-473a-a0cf-2b86e4908cd7) - ) - (wire (pts (xy 163.83 191.77) (xy 153.67 191.77)) - (stroke (width 0) (type default)) - (uuid 4185c36c-c66e-4dbd-be5d-841e551f4885) - ) - (wire (pts (xy 123.19 184.15) (xy 116.84 184.15)) - (stroke (width 0) (type default)) - (uuid 42ff012d-5eb7-42b9-bb45-415cf26799c6) - ) - (wire (pts (xy 222.25 36.83) (xy 226.06 36.83)) - (stroke (width 0) (type default)) - (uuid 44d8279a-9cd1-4db6-856f-0363131605fc) - ) - (wire (pts (xy 166.37 49.53) (xy 167.64 49.53)) - (stroke (width 0) (type default)) - (uuid 45008225-f50f-4d6b-b508-6730a9408caf) - ) - (wire (pts (xy 71.12 132.08) (xy 82.55 132.08)) - (stroke (width 0) (type default)) - (uuid 477311b9-8f81-40c8-9c55-fd87e287247a) - ) - (wire (pts (xy 209.55 52.07) (xy 208.28 52.07)) - (stroke (width 0) (type default)) - (uuid 47baf4b1-0938-497d-88f9-671136aa8be7) - ) - (wire (pts (xy 168.91 107.95) (xy 168.91 95.25)) - (stroke (width 0) (type default)) - (uuid 4aa97874-2fd2-414c-b381-9420384c2fd8) - ) - (wire (pts (xy 66.04 184.15) (xy 60.96 184.15)) - (stroke (width 0) (type default)) - (uuid 4dc6088c-89a5-4db7-b3ae-db4b6396ad49) - ) - (wire (pts (xy 224.79 54.61) (xy 226.06 54.61)) - (stroke (width 0) (type default)) - (uuid 4fb02e58-160a-4a39-9f22-d0c75e82ee72) - ) - (wire (pts (xy 78.74 97.79) (xy 81.28 97.79)) - (stroke (width 0) (type default)) - (uuid 5487601b-81d3-4c70-8f3d-cf9df9c63302) - ) - (wire (pts (xy 63.5 101.6) (xy 63.5 97.79)) - (stroke (width 0) (type default)) - (uuid 597a11f2-5d2c-4a65-ac95-38ad106e1367) - ) - (wire (pts (xy 168.91 71.12) (xy 151.13 71.12)) - (stroke (width 0) (type default)) - (uuid 5a222fb6-5159-4931-9015-19df65643140) - ) - (wire (pts (xy 104.14 176.53) (xy 93.98 176.53)) - (stroke (width 0) (type default)) - (uuid 60aa0ce8-9d0e-48ca-bbf9-866403979e9b) - ) - (wire (pts (xy 66.04 50.8) (xy 68.58 50.8)) - (stroke (width 0) (type default)) - (uuid 61fe4c73-be59-4519-98f1-a634322a841d) - ) - (wire (pts (xy 199.39 121.92) (xy 199.39 132.08)) - (stroke (width 0) (type default)) - (uuid 63489ebf-0f52-43a6-a0ab-158b1a7d4988) - ) - (wire (pts (xy 196.85 52.07) (xy 195.58 52.07)) - (stroke (width 0) (type default)) - (uuid 63ff1c93-3f96-4c33-b498-5dd8c33bccc0) - ) - (wire (pts (xy 167.64 26.67) (xy 167.64 34.29)) - (stroke (width 0) (type default)) - (uuid 6475547d-3216-45a4-a15c-48314f1dd0f9) - ) - (wire (pts (xy 214.63 36.83) (xy 208.28 36.83)) - (stroke (width 0) (type default)) - (uuid 66116376-6967-4178-9f23-a26cdeafc400) - ) - (wire (pts (xy 99.06 114.3) (xy 99.06 127)) - (stroke (width 0) (type default)) - (uuid 676efd2f-1c48-4786-9e4b-2444f1e8f6ff) - ) - (wire (pts (xy 64.77 124.46) (xy 71.12 124.46)) - (stroke (width 0) (type default)) - (uuid 67763d19-f622-4e1e-81e5-5b24da7c3f99) - ) - (wire (pts (xy 55.88 124.46) (xy 64.77 124.46)) - (stroke (width 0) (type default)) - (uuid 6781326c-6e0d-4753-8f28-0f5c687e01f9) - ) - (wire (pts (xy 200.66 72.39) (xy 200.66 82.55)) - (stroke (width 0) (type default)) - (uuid 6afc19cf-38b4-47a3-bc2b-445b18724310) - ) - (wire (pts (xy 167.64 41.91) (xy 167.64 49.53)) - (stroke (width 0) (type default)) - (uuid 6bfe5804-2ef9-4c65-b2a7-f01e4014370a) - ) - (wire (pts (xy 96.52 60.96) (xy 96.52 73.66)) - (stroke (width 0) (type default)) - (uuid 6d1d60ff-408a-47a7-892f-c5cf9ef6ca75) - ) - (wire (pts (xy 92.71 33.02) (xy 96.52 33.02)) - (stroke (width 0) (type default)) - (uuid 6e435cd4-da2b-4602-a0aa-5dd988834dff) - ) - (wire (pts (xy 80.01 33.02) (xy 80.01 43.18)) - (stroke (width 0) (type default)) - (uuid 6f675e5f-8fe6-4148-baf1-da97afc770f8) - ) - (wire (pts (xy 68.58 43.18) (xy 69.85 43.18)) - (stroke (width 0) (type default)) - (uuid 70e4263f-d95a-4431-b3f3-cfc800c82056) - ) - (wire (pts (xy 166.37 34.29) (xy 167.64 34.29)) - (stroke (width 0) (type default)) - (uuid 75ffc65c-7132-4411-9f2a-ae0c73d79338) - ) - (wire (pts (xy 151.13 95.25) (xy 151.13 105.41)) - (stroke (width 0) (type default)) - (uuid 7760a75a-d74b-4185-b34e-cbc7b2c339b6) - ) - (wire (pts (xy 226.06 54.61) (xy 228.6 54.61)) - (stroke (width 0) (type default)) - (uuid 77ed3941-d133-4aef-a9af-5a39322d14eb) - ) - (wire (pts (xy 196.85 34.29) (xy 196.85 52.07)) - (stroke (width 0) (type default)) - (uuid 79476267-290e-445f-995b-0afd0e11a4b5) - ) - (wire (pts (xy 179.07 22.86) (xy 185.42 22.86)) - (stroke (width 0) (type default)) - (uuid 7a2f50f6-0c99-4e8d-9c2a-8f2f961d2e6d) - ) - (wire (pts (xy 93.98 184.15) (xy 87.63 184.15)) - (stroke (width 0) (type default)) - (uuid 7a74c4b1-6243-4a12-85a2-bc41d346e7aa) - ) - (wire (pts (xy 97.79 100.33) (xy 101.6 100.33)) - (stroke (width 0) (type default)) - (uuid 7aed3a71-054b-4aaa-9c0a-030523c32827) - ) - (wire (pts (xy 69.85 97.79) (xy 71.12 97.79)) - (stroke (width 0) (type default)) - (uuid 7b044939-8c4d-444f-b9e0-a15fcdeb5a86) - ) - (wire (pts (xy 80.01 78.74) (xy 80.01 76.2)) - (stroke (width 0) (type default)) - (uuid 7c04618d-9115-4179-b234-a8faf854ea92) - ) - (wire (pts (xy 171.45 83.82) (xy 168.91 83.82)) - (stroke (width 0) (type default)) - (uuid 7c2008c8-0626-4a09-a873-065e83502a0e) - ) - (wire (pts (xy 171.45 107.95) (xy 168.91 107.95)) - (stroke (width 0) (type default)) - (uuid 7c411b3e-aca2-424f-b644-2d21c9d80fa7) - ) - (wire (pts (xy 168.91 83.82) (xy 168.91 71.12)) - (stroke (width 0) (type default)) - (uuid 7ce7415d-7c22-49f6-8215-488853ccc8c6) - ) - (wire (pts (xy 99.06 127) (xy 102.87 127)) - (stroke (width 0) (type default)) - (uuid 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e) - ) - (wire (pts (xy 220.98 109.22) (xy 218.44 109.22)) - (stroke (width 0) (type default)) - (uuid 810ed4ff-ffe2-4032-9af6-fb5ada3bae5b) - ) - (wire (pts (xy 53.34 71.12) (xy 62.23 71.12)) - (stroke (width 0) (type default)) - (uuid 8195a7cf-4576-44dd-9e0e-ee048fdb93dd) - ) - (wire (pts (xy 218.44 85.09) (xy 218.44 72.39)) - (stroke (width 0) (type default)) - (uuid 84d296ba-3d39-4264-ad19-947f90c54396) - ) - (wire (pts (xy 82.55 132.08) (xy 82.55 129.54)) - (stroke (width 0) (type default)) - (uuid 84e5506c-143e-495f-9aa4-d3a71622f213) - ) - (wire (pts (xy 151.13 71.12) (xy 151.13 81.28)) - (stroke (width 0) (type default)) - (uuid 88002554-c459-46e5-8b22-6ea6fe07fd4c) - ) - (wire (pts (xy 63.5 97.79) (xy 69.85 97.79)) - (stroke (width 0) (type default)) - (uuid 89e83c2e-e90a-4a50-b278-880bac0cfb49) - ) - (wire (pts (xy 166.37 26.67) (xy 167.64 26.67)) - (stroke (width 0) (type default)) - (uuid 8c6a821f-8e19-48f3-8f44-9b340f7689bc) - ) - (wire (pts (xy 104.14 191.77) (xy 93.98 191.77)) - (stroke (width 0) (type default)) - (uuid 8cd050d6-228c-4da0-9533-b4f8d14cfb34) - ) - (wire (pts (xy 151.13 81.28) (xy 153.67 81.28)) - (stroke (width 0) (type default)) - (uuid 8cdc8ef9-532e-4bf5-9998-7213b9e692a2) - ) - (wire (pts (xy 95.25 114.3) (xy 99.06 114.3)) - (stroke (width 0) (type default)) - (uuid 8d9a3ecc-539f-41da-8099-d37cea9c28e7) - ) - (wire (pts (xy 109.22 45.72) (xy 115.57 45.72)) - (stroke (width 0) (type default)) - (uuid 9031bb33-c6aa-4758-bf5c-3274ed3ebab7) - ) - (wire (pts (xy 48.26 152.4) (xy 50.8 152.4)) - (stroke (width 0) (type default)) - (uuid 9112ddd5-10d5-48b8-954f-f1d5adcacbd9) - ) - (wire (pts (xy 163.83 163.83) (xy 153.67 163.83)) - (stroke (width 0) (type default)) - (uuid 92848721-49b5-4e4c-b042-6fd51e1d562f) - ) - (wire (pts (xy 81.28 105.41) (xy 81.28 102.87)) - (stroke (width 0) (type default)) - (uuid 935f462d-8b1e-4005-9f1e-17f537ab1756) - ) - (wire (pts (xy 87.63 156.21) (xy 87.63 158.75)) - (stroke (width 0) (type default)) - (uuid 94a10cae-6ef2-4b64-9d98-fb22aa3306cc) - ) - (wire (pts (xy 196.85 22.86) (xy 196.85 34.29)) - (stroke (width 0) (type default)) - (uuid 955cc99e-a129-42cf-abc7-aa99813fdb5f) - ) - (wire (pts (xy 96.52 45.72) (xy 95.25 45.72)) - (stroke (width 0) (type default)) - (uuid 9a0b74a5-4879-4b51-8e8e-6d85a0107422) - ) - (wire (pts (xy 153.67 184.15) (xy 147.32 184.15)) - (stroke (width 0) (type default)) - (uuid 9a2d648d-863a-4b7b-80f9-d537185c212b) - ) - (wire (pts (xy 170.18 133.35) (xy 167.64 133.35)) - (stroke (width 0) (type default)) - (uuid 9c607e49-ee5c-4e85-a7da-6fede9912412) - ) - (wire (pts (xy 226.06 25.4) (xy 226.06 36.83)) - (stroke (width 0) (type default)) - (uuid a177c3b4-b04c-490e-b3fe-d3d4d7aa24a7) - ) - (wire (pts (xy 85.09 60.96) (xy 80.01 60.96)) - (stroke (width 0) (type default)) - (uuid a53767ed-bb28-4f90-abe0-e0ea734812a4) - ) - (wire (pts (xy 149.86 120.65) (xy 149.86 130.81)) - (stroke (width 0) (type default)) - (uuid a5c8e189-1ddc-4a66-984b-e0fd1529d346) - ) - (wire (pts (xy 93.98 156.21) (xy 87.63 156.21)) - (stroke (width 0) (type default)) - (uuid a7fc0812-140f-4d96-9cd8-ead8c1c610b1) - ) - (wire (pts (xy 116.84 156.21) (xy 116.84 158.75)) - (stroke (width 0) (type default)) - (uuid a917c6d9-225d-4c90-bf25-fe8eff8abd3f) - ) - (wire (pts (xy 60.96 176.53) (xy 66.04 176.53)) - (stroke (width 0) (type default)) - (uuid aa02e544-13f5-4cf8-a5f4-3e6cda006090) - ) - (wire (pts (xy 193.04 22.86) (xy 196.85 22.86)) - (stroke (width 0) (type default)) - (uuid ae0e6b31-27d7-4383-a4fc-7557b0a19382) - ) - (wire (pts (xy 62.23 46.99) (xy 62.23 43.18)) - (stroke (width 0) (type default)) - (uuid b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a) - ) - (wire (pts (xy 134.62 148.59) (xy 123.19 148.59)) - (stroke (width 0) (type default)) - (uuid b54cae5b-c17c-4ed7-b249-2e7d5e83609a) - ) - (wire (pts (xy 96.52 73.66) (xy 95.25 73.66)) - (stroke (width 0) (type default)) - (uuid b6135480-ace6-42b2-9c47-856ef57cded1) - ) - (wire (pts (xy 147.32 156.21) (xy 147.32 158.75)) - (stroke (width 0) (type default)) - (uuid b7aa0362-7c9e-4a42-b191-ab15a38bf3c5) - ) - (wire (pts (xy 179.07 49.53) (xy 180.34 49.53)) - (stroke (width 0) (type default)) - (uuid b88717bd-086f-46cd-9d3f-0396009d0996) - ) - (wire (pts (xy 208.28 57.15) (xy 208.28 58.42)) - (stroke (width 0) (type default)) - (uuid bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae) - ) - (wire (pts (xy 81.28 87.63) (xy 81.28 97.79)) - (stroke (width 0) (type default)) - (uuid bd9595a1-04f3-4fda-8f1b-e65ad874edd3) - ) - (wire (pts (xy 93.98 87.63) (xy 97.79 87.63)) - (stroke (width 0) (type default)) - (uuid be645d0f-8568-47a0-a152-e3ddd33563eb) - ) - (wire (pts (xy 153.67 156.21) (xy 147.32 156.21)) - (stroke (width 0) (type default)) - (uuid bef2abc2-bf3e-4a72-ad03-f8da3cd893cb) - ) - (wire (pts (xy 199.39 52.07) (xy 196.85 52.07)) - (stroke (width 0) (type default)) - (uuid c022004a-c968-410e-b59e-fbab0e561e9d) - ) - (wire (pts (xy 179.07 54.61) (xy 179.07 55.88)) - (stroke (width 0) (type default)) - (uuid c0515cd2-cdaa-467e-8354-0f6eadfa35c9) - ) - (wire (pts (xy 62.23 43.18) (xy 68.58 43.18)) - (stroke (width 0) (type default)) - (uuid c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f) - ) - (wire (pts (xy 208.28 25.4) (xy 214.63 25.4)) - (stroke (width 0) (type default)) - (uuid c1b11207-7c0a-49b3-a41d-2fe677d5f3b8) - ) - (wire (pts (xy 151.13 105.41) (xy 153.67 105.41)) - (stroke (width 0) (type default)) - (uuid c1bac86f-cbf6-4c5b-b60d-c26fa73d9c09) - ) - (wire (pts (xy 167.64 49.53) (xy 179.07 49.53)) - (stroke (width 0) (type default)) - (uuid c25449d6-d734-4953-b762-98f82a830248) - ) - (wire (pts (xy 36.83 152.4) (xy 40.64 152.4)) - (stroke (width 0) (type default)) - (uuid c3d5daf8-d359-42b2-a7c2-0d080ba7e212) - ) - (wire (pts (xy 147.32 184.15) (xy 147.32 186.69)) - (stroke (width 0) (type default)) - (uuid c4cab9c5-d6e5-4660-b910-603a51b56783) - ) - (wire (pts (xy 96.52 100.33) (xy 97.79 100.33)) - (stroke (width 0) (type default)) - (uuid c5eb1e4c-ce83-470e-8f32-e20ff1f886a3) - ) - (wire (pts (xy 64.77 128.27) (xy 64.77 124.46)) - (stroke (width 0) (type default)) - (uuid c701ee8e-1214-4781-a973-17bef7b6e3eb) - ) - (wire (pts (xy 59.69 176.53) (xy 60.96 176.53)) - (stroke (width 0) (type default)) - (uuid c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864) - ) - (wire (pts (xy 149.86 130.81) (xy 152.4 130.81)) - (stroke (width 0) (type default)) - (uuid c71f56c1-5b7c-4373-9716-fffac482104c) - ) - (wire (pts (xy 68.58 132.08) (xy 71.12 132.08)) - (stroke (width 0) (type default)) - (uuid ca5a4651-0d1d-441b-b17d-01518ef3b656) - ) - (wire (pts (xy 153.67 176.53) (xy 163.83 176.53)) - (stroke (width 0) (type default)) - (uuid cc48dd41-7768-48d3-b096-2c4cc2126c9d) - ) - (wire (pts (xy 101.6 73.66) (xy 96.52 73.66)) - (stroke (width 0) (type default)) - (uuid cdfb07af-801b-44ba-8c30-d021a6ad3039) - ) - (wire (pts (xy 101.6 45.72) (xy 96.52 45.72)) - (stroke (width 0) (type default)) - (uuid cfa5c16e-7859-460d-a0b8-cea7d7ea629c) - ) - (wire (pts (xy 200.66 137.16) (xy 200.66 138.43)) - (stroke (width 0) (type default)) - (uuid d102186a-5b58-41d0-9985-3dbb3593f397) - ) - (wire (pts (xy 123.19 156.21) (xy 116.84 156.21)) - (stroke (width 0) (type default)) - (uuid d13b0eae-4711-4325-a6bb-aa8e3646e86e) - ) - (wire (pts (xy 36.83 151.13) (xy 36.83 152.4)) - (stroke (width 0) (type default)) - (uuid d3dd7cdb-b730-487d-804d-99150ba318ef) - ) - (wire (pts (xy 200.66 106.68) (xy 203.2 106.68)) - (stroke (width 0) (type default)) - (uuid d3e133b7-2c84-4206-a2b1-e693cb57fe56) - ) - (wire (pts (xy 236.22 54.61) (xy 242.57 54.61)) - (stroke (width 0) (type default)) - (uuid d4a1d3c4-b315-4bec-9220-d12a9eab51e0) - ) - (wire (pts (xy 85.09 33.02) (xy 80.01 33.02)) - (stroke (width 0) (type default)) - (uuid d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa) - ) - (wire (pts (xy 218.44 96.52) (xy 200.66 96.52)) - (stroke (width 0) (type default)) - (uuid da481376-0e49-44d3-91b8-aaa39b869dd1) - ) - (wire (pts (xy 153.67 148.59) (xy 163.83 148.59)) - (stroke (width 0) (type default)) - (uuid db1ed10a-ef86-43bf-93dc-9be76327f6d2) - ) - (wire (pts (xy 201.93 137.16) (xy 200.66 137.16)) - (stroke (width 0) (type default)) - (uuid e36988d2-ecb2-461b-a443-7006f447e828) - ) - (wire (pts (xy 54.61 97.79) (xy 63.5 97.79)) - (stroke (width 0) (type default)) - (uuid e3fc1e69-a11c-4c84-8952-fefb9372474e) - ) - (wire (pts (xy 82.55 114.3) (xy 82.55 124.46)) - (stroke (width 0) (type default)) - (uuid e472dac4-5b65-4920-b8b2-6065d140a69d) - ) - (wire (pts (xy 92.71 60.96) (xy 96.52 60.96)) - (stroke (width 0) (type default)) - (uuid e4aa537c-eb9d-4dbb-ac87-fae46af42391) - ) - (wire (pts (xy 104.14 163.83) (xy 93.98 163.83)) - (stroke (width 0) (type default)) - (uuid e50c80c5-80c4-46a3-8c1e-c9c3a71a0934) - ) - (wire (pts (xy 200.66 72.39) (xy 218.44 72.39)) - (stroke (width 0) (type default)) - (uuid e5e5220d-5b7e-47da-a902-b997ec8d4d58) - ) - (wire (pts (xy 68.58 78.74) (xy 80.01 78.74)) - (stroke (width 0) (type default)) - (uuid e67b9f8c-019b-4145-98a4-96545f6bb128) - ) - (wire (pts (xy 199.39 132.08) (xy 201.93 132.08)) - (stroke (width 0) (type default)) - (uuid e6d68f56-4a40-4849-b8d1-13d5ca292900) - ) - (wire (pts (xy 62.23 74.93) (xy 62.23 71.12)) - (stroke (width 0) (type default)) - (uuid e7bb7815-0d52-4bb8-b29a-8cf960bd2905) - ) - (wire (pts (xy 96.52 33.02) (xy 96.52 45.72)) - (stroke (width 0) (type default)) - (uuid eae14f5f-515c-4a6f-ad0e-e8ef233d14bf) - ) - (wire (pts (xy 208.28 36.83) (xy 208.28 52.07)) - (stroke (width 0) (type default)) - (uuid eb667eea-300e-4ca7-8a6f-4b00de80cd45) - ) - (wire (pts (xy 97.79 87.63) (xy 97.79 100.33)) - (stroke (width 0) (type default)) - (uuid ebd06df3-d52b-4cff-99a2-a771df6d3733) - ) - (wire (pts (xy 87.63 184.15) (xy 87.63 186.69)) - (stroke (width 0) (type default)) - (uuid ed8a7f02-cf05-41d0-97b4-4388ef205e73) - ) - (wire (pts (xy 226.06 36.83) (xy 226.06 54.61)) - (stroke (width 0) (type default)) - (uuid ef8fe2ac-6a7f-4682-9418-b801a1b10a3b) - ) - (wire (pts (xy 66.04 78.74) (xy 68.58 78.74)) - (stroke (width 0) (type default)) - (uuid f1447ad6-651c-45be-a2d6-33bddf672c2c) - ) - (wire (pts (xy 209.55 57.15) (xy 208.28 57.15)) - (stroke (width 0) (type default)) - (uuid f1830a1b-f0cc-47ae-a2c9-679c82032f14) - ) - (wire (pts (xy 109.22 73.66) (xy 115.57 73.66)) - (stroke (width 0) (type default)) - (uuid f202141e-c20d-4cac-b016-06a44f2ecce8) - ) - (wire (pts (xy 80.01 60.96) (xy 80.01 71.12)) - (stroke (width 0) (type default)) - (uuid f9403623-c00c-4b71-bc5c-d763ff009386) - ) - (wire (pts (xy 200.66 96.52) (xy 200.66 106.68)) - (stroke (width 0) (type default)) - (uuid f988d6ea-11c5-4837-b1d1-5c292ded50c6) - ) - (wire (pts (xy 80.01 50.8) (xy 80.01 48.26)) - (stroke (width 0) (type default)) - (uuid fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00) - ) - (wire (pts (xy 167.64 120.65) (xy 149.86 120.65)) - (stroke (width 0) (type default)) - (uuid fc4ad874-c922-4070-89f9-7262080469d8) - ) - (wire (pts (xy 134.62 163.83) (xy 123.19 163.83)) - (stroke (width 0) (type default)) - (uuid fd5f7d77-0f73-4021-88a8-0641f0fe8d98) - ) - (wire (pts (xy 200.66 82.55) (xy 203.2 82.55)) - (stroke (width 0) (type default)) - (uuid fe14c012-3d58-4e5e-9a37-4b9765a7f764) - ) - - (label "REF" (at 53.34 45.72 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 099473f1-6598-46ff-a50f-4c520832170d) - ) - (label "MIX_4" (at 116.84 129.54 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 0ff508fd-18da-4ab7-9844-3c8a28c2587e) - ) - (label "MIX_1" (at 158.75 26.67 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 12422a89-3d0c-485c-9386-f77121fd68fd) - ) - (label "REF" (at 50.8 152.4 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 1876c30c-72b2-4a8d-9f32-bf8b213530b4) - ) - (label "MIX_3" (at 158.75 41.91 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 1a6d2848-e78e-49fe-8978-e1890f07836f) - ) - (label "OUT" (at 152.4 135.89 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 1ab71a3c-340b-469a-ada5-4f87f0b7b2fa) - ) - (label "IN_2" (at 203.2 87.63 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 24b72b0d-63b8-4e06-89d0-e94dcf39a600) - ) - (label "IN_3" (at 153.67 110.49 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 283c990c-ae5a-4e41-a3ad-b40ca29fe90e) - ) - (label "MIX_1" (at 115.57 48.26 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 37e8181c-a81e-498b-b2e2-0aef0c391059) - ) - (label "IN_1" (at 96.52 45.72 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 3c5e5ea9-793d-46e3-86bc-5884c4490dc7) - ) - (label "IN_1" (at 153.67 86.36 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 53e34696-241f-47e5-a477-f469335c8a61) - ) - (label "IN_4" (at 99.06 127 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7) - ) - (label "MIX_2" (at 158.75 34.29 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 7d34f6b1-ab31-49be-b011-c67fe67a8a56) - ) - (label "MIX_3" (at 115.57 102.87 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 85b7594c-358f-454b-b2ad-dd0b1d67ed76) - ) - (label "IN_2" (at 96.52 73.66 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 9dcdc92b-2219-4a4a-8954-45f02cc3ab25) - ) - (label "MIX_2" (at 115.57 76.2 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid a17904b9-135e-4dae-ae20-401c7787de72) - ) - (label "MIX_4" (at 158.75 49.53 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid a544eb0a-75db-4baf-bf54-9ca21744343b) - ) - (label "IN_4" (at 203.2 111.76 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid b13e8448-bf35-4ec0-9c70-3f2250718cc2) - ) - (label "OUT" (at 226.06 54.61 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid c8b6b273-3d20-4a46-8069-f6d608563604) - ) - (label "IN_3" (at 97.79 100.33 270) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid dae72997-44fc-4275-b36f-cd70bf46cfba) - ) - - (global_label "VN" (shape input) (at 52.07 191.77 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 47.3993 191.77 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "VP" (shape input) (at 34.29 185.42 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 38.9002 185.42 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "VN" (shape input) (at 34.29 187.96 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 8322f275-268c-4e87-a69f-4cfbf05e747f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 38.9607 187.96 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "VP" (shape input) (at 52.07 176.53 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid d1262c4d-2245-4c4f-8f35-7bb32cd9e21e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 47.4598 176.53 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "VP" (shape input) (at 21.59 185.42 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid dd00c2e1-6027-4717-b312-4fab3ee52002) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 16.9798 185.42 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "VN" (shape input) (at 21.59 187.96 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid f3490fa5-5a27-423b-af60-53609669542c) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 16.9193 187.96 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - - (symbol (lib_id "Connector:AudioJack2_SwitchT") (at 48.26 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d64a5b4) - (property "Reference" "J2" (at 49.0728 34.925 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IN" (at 49.0728 37.2364 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 48.26 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "3.5mm Eurorack Jacks" (at 48.26 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 48.26 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "S=1 T=2 TN=3" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 9e2ac6b0-c056-4715-abbd-0434ad4b859d)) - (pin "T" (uuid 1bbff183-1289-4158-a3fa-b58a42443e9c)) - (pin "TN" (uuid a9507b76-892d-4fec-b53f-bdb22c76a97f)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:AudioJack2_SwitchT") (at 120.65 45.72 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d64b3f0) - (property "Reference" "J6" (at 119.8372 37.465 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OUT" (at 119.8372 39.7764 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 120.65 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 120.65 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "3.5mm Eurorack Jacks" (at 120.65 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 120.65 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"OUT_1\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "S=1 T=2 TN=3" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 49a395b1-7df9-4bd2-b445-25d36811d96f)) - (pin "T" (uuid 81b68914-ca11-4518-bd35-3485616ce6ce)) - (pin "TN" (uuid e76cc800-0d1c-4376-8ec2-4c7cbf02c5ce)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 53.34 40.64 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d667130) - (property "Reference" "#PWR010" (at 59.69 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 57.7342 40.513 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 53.34 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 53.34 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 56c53309-639d-48a9-b52b-1d61a99edc99)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 115.57 43.18 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d7582f3) - (property "Reference" "#PWR031" (at 109.22 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 111.1758 43.307 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 115.57 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dcdc0cd7-8e07-4707-8c42-2a19d5bd85c6)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR031") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 45.72 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005d7bf067) - (property "Reference" "R19" (at 106.5784 47.498 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1k" (at 104.267 47.498 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 105.41 47.498 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 105.41 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ac0d6d5e-abb1-4ccc-a1b2-2127532cf6ec)) - (pin "2" (uuid 225f1211-3753-4921-ab53-aad75394cc75)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 60.96 184.15 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e180712) - (property "Reference" "#PWR015" (at 54.61 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 55.88 184.15 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 60.96 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 60.96 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 99f5dcba-76f2-42b5-9809-22fbde85df65)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR015") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 21.59 182.88 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e180765) - (property "Reference" "#PWR03" (at 15.24 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 18.3388 183.007 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 21.59 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 21.59 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 424d3e69-cfff-4134-991a-ce776e4d1d83)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 93.98 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e1807e6) - (property "Reference" "C3" (at 96.901 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 96.901 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 94.9452 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 93.98 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 93.98 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 93.98 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 93.98 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 33b46bec-5f99-469c-b9ef-87b9e130750a)) - (pin "2" (uuid d5701db0-4e02-415a-9d7b-c12658ad8078)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 93.98 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e1807ec) - (property "Reference" "C4" (at 96.901 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 96.901 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 94.9452 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 93.98 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 93.98 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 93.98 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 93.98 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ad9260db-7af4-41ac-938c-facffdeeeda4)) - (pin "2" (uuid 000a0380-3fce-4263-b8d1-923dc009b895)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 123.19 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e180800) - (property "Reference" "C5" (at 126.111 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 126.111 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 124.1552 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 123.19 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 123.19 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 123.19 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 123.19 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 14a193a5-f639-407f-a87b-82e4382f1672)) - (pin "2" (uuid 5a8943dc-d367-459b-b402-91e79413a627)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 123.19 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e180806) - (property "Reference" "C6" (at 126.111 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 126.111 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 124.1552 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 123.19 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 123.19 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 123.19 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 123.19 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e2984a3a-145e-4afd-9513-43016fbcad3e)) - (pin "2" (uuid 6b64482f-1d28-40a9-bd66-11528d4c93d8)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 73.66 43.18 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea3c7cd) - (property "Reference" "R11" (at 73.66 37.9222 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 73.66 40.2336 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 73.66 41.402 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 73.66 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 73.66 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d2f66986-8587-432b-990d-b23a31c653e6)) - (pin "2" (uuid 2240ce59-6a63-434b-9243-b6e780b8ff6e)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 46.99 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea413ff) - (property "Reference" "R3" (at 70.358 45.8216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47k" (at 70.358 48.133 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 66.802 46.99 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 68.58 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 042a6349-724a-441e-bbeb-dfb3ea9f914b)) - (pin "2" (uuid 6a39c4be-fdca-4ded-ab38-899bc83892cd)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea41944) - (property "Reference" "R4" (at 70.358 53.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47k" (at 70.358 55.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 66.802 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 68.58 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f308cddd-09da-4289-a958-a11b34aa1aa5)) - (pin "2" (uuid 42525d00-1a06-44b1-a393-f411ccf21096)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 68.58 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea41c2d) - (property "Reference" "#PWR021" (at 68.58 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 68.707 62.8142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 68.58 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 68.58 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c1d2b732-0798-431a-8eb2-0ad5dbe47e2b)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR021") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 33.02 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea43020) - (property "Reference" "R15" (at 88.9 27.7622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 88.9 30.0736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 88.9 31.242 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 88.9 33.02 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ecfb794b-bb00-48bb-80b4-f4cbb835cc35)) - (pin "2" (uuid 2c5f8593-370a-4c81-8fbb-48a207649603)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:AudioJack2_SwitchT") (at 48.26 71.12 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea4ed1c) - (property "Reference" "J3" (at 49.0728 62.865 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IN" (at 49.0728 65.1764 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 48.26 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "3.5mm Eurorack Jacks" (at 48.26 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 48.26 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"IN_2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "S=1 T=2 TN=3" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 1c5d43aa-ea0a-47cb-b80b-510887119f9e)) - (pin "T" (uuid e087e25a-ac1a-476d-8d3e-61fee90c75ad)) - (pin "TN" (uuid 2d6a1908-930d-44c9-ba86-1463a3f787dc)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 53.34 68.58 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea4ed22) - (property "Reference" "#PWR011" (at 59.69 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 57.7342 68.453 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 53.34 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 53.34 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9df48dbc-1a3f-4878-a7a1-ef2c38001630)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 62.23 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea4ed35) - (property "Reference" "#PWR018" (at 62.23 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 62.357 86.9442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 62.23 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 62.23 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1fb2864f-b256-46af-867a-9f8ec276c368)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR018") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 73.66 71.12 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea4ed3b) - (property "Reference" "R12" (at 73.66 65.8622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 73.66 68.1736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 73.66 69.342 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 73.66 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 73.66 71.12 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d8969149-0bb3-4957-a92b-162d925da54a)) - (pin "2" (uuid 57f0815a-04c0-47ca-a4c4-13c723f0b108)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea4ed45) - (property "Reference" "R5" (at 70.358 73.7616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47k" (at 70.358 76.073 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 66.802 74.93 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 68.58 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 74529c39-b8c8-4775-88c5-bf1210f74e64)) - (pin "2" (uuid 40aef6d2-bb20-4c8f-a139-8bdded259c01)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea4ed4b) - (property "Reference" "R6" (at 70.358 81.3816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47k" (at 70.358 83.693 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 66.802 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 68.58 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ae1418fa-f841-4342-b1c8-d2397088d6c9)) - (pin "2" (uuid 45c5dafe-4671-417c-85a2-0101681dce0b)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 68.58 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea4ed51) - (property "Reference" "#PWR022" (at 68.58 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 68.707 90.7542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 68.58 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 68.58 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b009a2d9-8024-4bed-ac41-6240c5916cbf)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR022") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 60.96 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea4ed5e) - (property "Reference" "R16" (at 88.9 55.7022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 88.9 58.0136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 88.9 59.182 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 88.9 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1041da4b-7441-4e73-8691-f4fa9d51a980)) - (pin "2" (uuid 3b47e5e5-159c-420e-91cd-771e39868d59)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:AudioJack2_SwitchT") (at 49.53 97.79 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea533d6) - (property "Reference" "J4" (at 50.3428 89.535 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IN" (at 50.3428 91.8464 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 49.53 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 49.53 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "3.5mm Eurorack Jacks" (at 49.53 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 49.53 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"IN_3\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "S=1 T=2 TN=3" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid cce2877e-55fd-45f6-9c22-0e9e7852c77d)) - (pin "T" (uuid 588c1e41-6e7d-4663-9833-3ee3d386ce28)) - (pin "TN" (uuid 08c483bd-c3c8-40ea-9665-3a1e8ab46a42)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 54.61 95.25 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea533dc) - (property "Reference" "#PWR012" (at 60.96 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 59.0042 95.123 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 54.61 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 54.61 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e3cbd370-7c22-4222-878e-9ad9b35baaf2)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 63.5 109.22 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea533ef) - (property "Reference" "#PWR019" (at 63.5 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 63.627 113.6142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bcd3ce90-2fda-45ec-aade-2cf605aeeeea)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR019") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 74.93 97.79 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea533f5) - (property "Reference" "R13" (at 74.93 92.5322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 74.93 94.8436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 74.93 96.012 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 74.93 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 74.93 97.79 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 022fd48e-5adf-4517-be85-752807a48858)) - (pin "2" (uuid 8d481c59-ef0b-475d-b72b-6f104fc7b12f)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea533ff) - (property "Reference" "R7" (at 71.628 100.4316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47k" (at 71.628 102.743 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 68.072 101.6 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 69.85 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0df0949b-10ea-45bc-a8d2-1580cb661975)) - (pin "2" (uuid 3596a7a0-bc62-4cd1-81e4-5bc2b77e4f2f)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 109.22 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea53405) - (property "Reference" "R8" (at 71.628 108.0516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47k" (at 71.628 110.363 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 68.072 109.22 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 69.85 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ded18b39-b671-4364-aa82-fa0586abc62c)) - (pin "2" (uuid b72df1a7-76aa-40f6-ad81-efba184aa2e0)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 69.85 113.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea5340b) - (property "Reference" "#PWR023" (at 69.85 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 69.977 117.4242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 69.85 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 69.85 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 58e89bdd-6484-4a7a-b6fb-c5a980f2ee13)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR023") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 90.17 87.63 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea53418) - (property "Reference" "R17" (at 90.17 82.3722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 90.17 84.6836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 90.17 85.852 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 90.17 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 90.17 87.63 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 115b6f7a-b2f0-451e-a900-965c41dae61f)) - (pin "2" (uuid d39ea64c-ed24-4ee0-9498-c07b0a329d29)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:AudioJack2_SwitchT") (at 50.8 124.46 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea572e9) - (property "Reference" "J5" (at 51.6128 116.205 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IN" (at 51.6128 118.5164 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 50.8 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "3.5mm Eurorack Jacks" (at 50.8 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 50.8 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"IN_4\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "S=1 T=2 TN=3" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid f8521083-e404-4851-8f66-2328f8076009)) - (pin "T" (uuid 2b6b1ac9-f1a3-48f7-87ee-bdbf65d960d5)) - (pin "TN" (uuid 1248e9b2-ce25-4405-aae1-1c3e6900281c)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 55.88 121.92 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea572ef) - (property "Reference" "#PWR013" (at 62.23 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 60.2742 121.793 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 55.88 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 55.88 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f569781c-dd2b-4e65-bfd9-55a4fc3b7a36)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR013") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 64.77 135.89 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea57302) - (property "Reference" "#PWR020" (at 64.77 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 64.897 140.2842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 64.77 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d564edef-48de-41f4-a80f-ddb06fb11100)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR020") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 124.46 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea57308) - (property "Reference" "R14" (at 76.2 119.2022 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 76.2 121.5136 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 76.2 122.682 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 76.2 124.46 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8943ef13-a48e-4f3f-8043-3f9fcd6a7c80)) - (pin "2" (uuid 22838be6-df39-4dd4-b635-e2c9cb081b5b)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 71.12 128.27 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea57312) - (property "Reference" "R9" (at 72.898 127.1016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47k" (at 72.898 129.413 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 69.342 128.27 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 71.12 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 71.12 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 04c7e5fc-46f7-4ba1-9d88-f7f775d52712)) - (pin "2" (uuid 9ffed4f5-febe-4750-b63c-3ed050bd5b1a)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 71.12 135.89 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea57318) - (property "Reference" "R10" (at 72.898 134.7216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47k" (at 72.898 137.033 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 69.342 135.89 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 71.12 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 71.12 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c8a88705-9093-45b0-84ad-0d423c4f1347)) - (pin "2" (uuid 59733337-a331-4df0-a6d8-418ec2e82f66)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 71.12 139.7 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea5731e) - (property "Reference" "#PWR024" (at 71.12 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 71.247 144.0942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 71.12 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 71.12 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 534230a0-aab6-401a-860c-6d8475dd3255)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR024") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 91.44 114.3 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea5732b) - (property "Reference" "R18" (at 91.44 109.0422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 91.44 111.3536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 91.44 112.522 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 91.44 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 91.44 114.3 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 604d5075-82f7-4fbe-9060-0ee30a02d89a)) - (pin "2" (uuid 4b9b3a31-2b86-4670-ade9-9cf4f8583e7c)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:AudioJack2_SwitchT") (at 120.65 73.66 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea6df9d) - (property "Reference" "J7" (at 119.8372 65.405 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OUT" (at 119.8372 67.7164 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 120.65 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 120.65 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "3.5mm Eurorack Jacks" (at 120.65 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 120.65 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"OUT_2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "S=1 T=2 TN=3" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid a86c4b5a-7bcc-40ac-aea8-70841fe54cd5)) - (pin "T" (uuid e29f4143-3e4b-42c6-b23a-0180c6c9b482)) - (pin "TN" (uuid 4b7ae60d-7a4d-4b0a-b1b5-85f826643874)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 115.57 71.12 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea6dfa3) - (property "Reference" "#PWR032" (at 109.22 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 111.1758 71.247 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 115.57 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a2cb6d3e-479e-42cb-b10e-9023dc32f8c9)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR032") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 73.66 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea6dfa9) - (property "Reference" "R20" (at 106.5784 75.438 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1k" (at 104.267 75.438 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 105.41 75.438 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 105.41 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6cdbd579-78aa-4cc8-b8f2-636bba9d97f2)) - (pin "2" (uuid fce1d2a8-5443-420a-a670-e9aef6cc160f)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R20") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:AudioJack2_SwitchT") (at 120.65 100.33 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea6fffd) - (property "Reference" "J8" (at 119.8372 92.075 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OUT" (at 119.8372 94.3864 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 120.65 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 120.65 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "3.5mm Eurorack Jacks" (at 120.65 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 120.65 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"OUT_3\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "S=1 T=2 TN=3" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 4b573aa4-346c-426e-9953-41c8a5264940)) - (pin "T" (uuid 068f012b-4c16-4997-a753-f8504fd322cf)) - (pin "TN" (uuid f253f7fd-454d-487d-9ea8-f04021c194d3)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 115.57 97.79 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea70003) - (property "Reference" "#PWR033" (at 109.22 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 111.1758 97.917 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 115.57 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 115.57 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8a17e471-398d-4b5e-8789-ff2c7b5ebc0d)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR033") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 100.33 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea70009) - (property "Reference" "R21" (at 106.5784 102.108 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1k" (at 104.267 102.108 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 105.41 102.108 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 105.41 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9d4e7ae4-e4b8-4caf-864b-c5089f0c3440)) - (pin "2" (uuid 5cb6cbc2-d65b-4995-8c4d-1f736c12597a)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:AudioJack2_SwitchT") (at 121.92 127 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea71fb4) - (property "Reference" "J9" (at 121.1072 118.745 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OUT" (at 121.1072 121.0564 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 121.92 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 121.92 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "3.5mm Eurorack Jacks" (at 121.92 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 121.92 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"OUT_4\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "S=1 T=2 TN=3" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 9965bd4c-d926-4336-a838-8abdffcad262)) - (pin "T" (uuid 472da5a0-705d-4029-a223-21e66297fddd)) - (pin "TN" (uuid 17b0d1c8-2c7e-4e8e-a6d4-af773760ea8c)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 116.84 124.46 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea71fba) - (property "Reference" "#PWR034" (at 110.49 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 112.4458 124.587 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 116.84 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 116.84 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bd777e39-53f5-4fa2-98a3-2f3894a3d5f7)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR034") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 106.68 127 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea71fc0) - (property "Reference" "R22" (at 107.8484 128.778 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1k" (at 105.537 128.778 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 106.68 128.778 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 106.68 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 89d60e13-aa6b-4474-8789-9af56d4d3202)) - (pin "2" (uuid 1e99a8bb-f22d-44d8-9f8e-4374ce678a46)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 162.56 49.53 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea7fb33) - (property "Reference" "R27" (at 163.7284 51.308 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 161.417 51.308 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 162.56 51.308 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 162.56 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 162.56 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1444efe3-3c7a-4f60-9ff4-8aa2b60435a0)) - (pin "2" (uuid 896d0e80-eca1-4e8b-9ba3-e9ebcbd32370)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R27") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 162.56 41.91 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea7ff72) - (property "Reference" "R26" (at 163.7284 43.688 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 161.417 43.688 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 162.56 43.688 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 162.56 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 162.56 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a933b710-6af7-4a3e-8695-163836e466c7)) - (pin "2" (uuid b1e9c415-163e-4f1c-a4be-a90cea9f77fd)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R26") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 162.56 34.29 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea801e7) - (property "Reference" "R25" (at 163.7284 36.068 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 161.417 36.068 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 162.56 36.068 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 162.56 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 162.56 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cdf301ef-3964-478d-be2a-ef4a338584be)) - (pin "2" (uuid bdf6f613-980e-4508-8881-6ea9beb330a4)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R25") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 162.56 26.67 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea80356) - (property "Reference" "R24" (at 163.7284 28.448 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 161.417 28.448 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 162.56 28.448 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 162.56 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 162.56 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f26c5825-8bd7-4c4b-8dce-4381911ece00)) - (pin "2" (uuid 6be6bc81-1dd3-44a1-a51d-84f322fd1516)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R24") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 189.23 34.29 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea8beb9) - (property "Reference" "R31" (at 189.23 27.94 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 189.23 30.48 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 189.23 36.068 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 189.23 34.29 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9604910f-f818-46d1-b985-338a80beed39)) - (pin "2" (uuid b41fe54e-78d1-40b9-b7e4-0ebb3963c920)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R31") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:AudioJack2_SwitchT") (at 247.65 54.61 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea91ed6) - (property "Reference" "J10" (at 246.8372 46.355 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OUT" (at 246.8372 48.6664 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (at 247.65 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 247.65 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "3.5mm Eurorack Jacks" (at 247.65 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 247.65 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "S=1 T=2 TN=3" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "S" (uuid 12c1c8b3-3bc6-49ee-a26f-fa016a6b6438)) - (pin "T" (uuid 24bb7e0d-25ac-428c-a348-0d483440d4f0)) - (pin "TN" (uuid 773d4d0e-9f72-415d-a00b-9695f74ed79c)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 242.57 52.07 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea91edc) - (property "Reference" "#PWR050" (at 236.22 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 238.1758 52.197 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 242.57 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 242.57 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4dc2defe-b670-4799-a014-1dc65ecf8aa3)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR050") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 232.41 54.61 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea91ee2) - (property "Reference" "R39" (at 233.5784 56.388 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "1k" (at 231.267 56.388 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 232.41 56.388 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 232.41 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 232.41 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8fa62ad8-f995-4d5d-8ff8-cb9c5cfece0a)) - (pin "2" (uuid 605f65ce-bdd4-4972-b13a-3394d0fad76a)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R39") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 179.07 55.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea9646e) - (property "Reference" "#PWR040" (at 179.07 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 179.197 60.2742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 179.07 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 179.07 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ad22c593-6a9b-4af4-b68e-0bedcb1a436b)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR040") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 203.2 52.07 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe3954) - (property "Reference" "R33" (at 204.3684 53.848 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 202.057 53.848 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 203.2 53.848 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 203.2 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 203.2 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 627854fa-48e8-4767-bdd1-0e322c1ff0a6)) - (pin "2" (uuid 41bdcdcf-96ef-47f6-9992-09a1f9edb942)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R33") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 218.44 36.83 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebeef1c) - (property "Reference" "R36" (at 218.44 30.48 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 218.44 33.02 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 218.44 38.608 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 218.44 36.83 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1a0c8eb4-ae2e-4e27-9c2d-a5121eaa24ca)) - (pin "2" (uuid 6a7bed51-d209-410f-8e83-14cecde31b63)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R36") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 208.28 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec0592e) - (property "Reference" "#PWR045" (at 208.28 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 208.407 62.8142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 208.28 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 208.28 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f916e9cb-a39e-4de7-a5bf-5ef808aada51)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR045") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 153.67 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec3e5c8) - (property "Reference" "C7" (at 156.591 179.1716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 156.591 181.483 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 154.6352 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 153.67 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 153.67 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 153.67 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a47f0306-ff2e-4136-bb6b-c7267afef382)) - (pin "2" (uuid c5bc07f9-8446-40c9-87a9-a34ee819a5e6)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 153.67 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec3e5ce) - (property "Reference" "C8" (at 156.591 186.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 156.591 189.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 154.6352 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 153.67 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 153.67 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 153.67 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cf6b6a65-7816-4a3d-8c8c-54b04d392ae5)) - (pin "2" (uuid 9ace91c9-13a6-490f-bbff-869df4cd039c)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 62.23 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f6bbf95) - (property "Reference" "#PWR017" (at 62.23 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 62.357 59.0042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 62.23 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 62.23 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 30b99404-c3c1-43c4-8022-bea1fd965906)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR017") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 25.4 162.56 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f737716) - (property "Reference" "#FLG02" (at 25.4 164.465 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 25.4 166.9542 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 25.4 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1f830867-4f5f-4345-b1b0-4c368291f0c9)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 31.75 162.56 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f737c0d) - (property "Reference" "#FLG03" (at 31.75 164.465 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 31.75 166.9542 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 31.75 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 31.75 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fdbf3345-3ec3-40e8-aa28-8eb7aea6391c)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#FLG03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 25.4 162.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f816c5c) - (property "Reference" "#PWR04" (at 25.4 166.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 25.781 158.1658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 25.4 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 25.4 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b40d7de7-982e-4b5a-9562-d2292bc8b549)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 31.75 162.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f816fae) - (property "Reference" "#PWR05" (at 31.75 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 32.131 158.1658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 31.75 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 31.75 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0ed89a76-d7fc-4da4-a813-df60d5f67bf2)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 176.53 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fb443e6) - (property "Reference" "R1" (at 55.88 171.2722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10" (at 55.88 173.5836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (at 55.88 174.752 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 55.88 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 55.88 176.53 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 55.88 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b49062c7-341b-4913-974b-334590a11553)) - (pin "2" (uuid fd82fda1-43eb-4607-8327-2b36c275510d)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 60.96 176.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fc69ba0) - (property "Reference" "#PWR014" (at 60.96 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 58.42 172.72 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 60.96 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 60.96 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 987a1bf5-8197-4937-ae3a-122398312ca5)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR014") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 60.96 191.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fc69ba2) - (property "Reference" "#PWR016" (at 60.96 189.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 58.42 187.96 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 60.96 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 60.96 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b8df576e-52e4-4898-823b-719ba99a7a0c)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR016") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 34.29 182.88 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fc69ba7) - (property "Reference" "#PWR08" (at 40.64 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 37.5412 182.753 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 34.29 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 34.29 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 316369ce-281e-4fab-8ad5-3b8ffc87cc69)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 191.77 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fc69bb1) - (property "Reference" "R2" (at 55.88 186.5122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10" (at 55.88 188.8236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (at 55.88 189.992 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 55.88 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Metal Film Resistors - Through Hole (L=3.6 mm, D=1.6 mm, 1%)" (at 55.88 191.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 55.88 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid beb5e92b-bde6-4468-8459-39fc6bfdafbd)) - (pin "2" (uuid 27987005-749e-4a00-b10a-16ecc795ec4f)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 29.21 182.88 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd165c) - (property "Reference" "J1" (at 27.94 193.4718 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "IDC Header" (at 27.94 191.1604 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (at 29.21 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 29.21 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 29.21 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Pin Header IDC, 10 Pos, 2.54mm" (at 29.21 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 29.21 182.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"J\" model=\"IDC Header\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fde8107e-229e-4a49-8c93-f7538c3c1936)) - (pin "10" (uuid 2003662e-b21a-4a21-b67e-b17d47f2ae52)) - (pin "2" (uuid 92980ed2-d0ca-4e66-a623-c71285482cd5)) - (pin "3" (uuid fdf4e5e5-ce2c-447d-bb90-a5b6b60c83c5)) - (pin "4" (uuid 1a51930b-c757-47c1-8f9d-581f6bdcafc6)) - (pin "5" (uuid a4c88eb7-6752-46f1-9852-1ff8454dc841)) - (pin "6" (uuid 5e5ef074-7253-4128-b3cc-3a58a81f4b31)) - (pin "7" (uuid eb2bd1b2-cef8-4414-9af1-4ce7207a025a)) - (pin "8" (uuid 43c1b881-4c7d-4e78-b9bb-24107f0a191f)) - (pin "9" (uuid 39a10fc8-631b-4d65-a8b5-e458bc57a7ce)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 34.29 180.34 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd165f) - (property "Reference" "#PWR07" (at 40.64 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 37.5412 180.213 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 34.29 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 34.29 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7032d3e1-b1a4-4777-88ba-7e8dacac88c4)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 34.29 177.8 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd1660) - (property "Reference" "#PWR06" (at 30.48 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 37.5412 178.181 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 34.29 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 34.29 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ada74675-61d6-40b0-a56a-44a3de1fb327)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+5V") (at 21.59 177.8 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd1661) - (property "Reference" "#PWR01" (at 25.4 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+5V" (at 18.3388 177.419 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 21.59 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 21.59 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 98ecf3a1-9f18-4342-befa-459429b876d1)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 21.59 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fcd1662) - (property "Reference" "#FLG01" (at 21.59 175.895 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 21.59 174.5488 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "" (at 21.59 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 21.59 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4293f957-c2f7-499c-8457-2ae757132461)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 21.59 180.34 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060a97243) - (property "Reference" "#PWR02" (at 15.24 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 18.3388 180.467 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 21.59 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 21.59 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f81cf28d-7f8a-45aa-8733-bbbd77ce5ecf)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 93.98 176.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b273a0) - (property "Reference" "#PWR026" (at 93.98 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 91.44 172.72 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.98 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 93.98 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 74533a9e-591a-415d-88a9-e4b95f02a9c4)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR026") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 93.98 191.77 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b27de4) - (property "Reference" "#PWR027" (at 93.98 194.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 96.52 195.58 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.98 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 93.98 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6baf2211-be40-4a80-bb62-d72128787f05)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR027") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 153.67 176.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b746fe) - (property "Reference" "#PWR036" (at 153.67 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 151.13 172.72 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 153.67 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 153.67 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c47f7d0d-e998-4cf3-8722-c71d314eb685)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR036") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 153.67 191.77 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b7514b) - (property "Reference" "#PWR037" (at 153.67 194.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 156.21 195.58 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 153.67 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 153.67 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b2e41db8-5861-439d-9d94-021ed293689f)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR037") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 147.32 186.69 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b75adf) - (property "Reference" "#PWR035" (at 147.32 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 147.32 191.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 147.32 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 147.32 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f917480b-173a-40a8-ab5b-5c95cfe3b7e8)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR035") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 123.19 176.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b8cdd7) - (property "Reference" "#PWR029" (at 123.19 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 120.65 172.72 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 123.19 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7fb65ec1-ece3-48e1-bdf5-4413b4bf1f25)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR029") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 123.19 191.77 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b8d515) - (property "Reference" "#PWR030" (at 123.19 194.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 125.73 195.58 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 123.19 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 26e5081e-e8cb-4020-a8bf-f57e9547e94e)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR030") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 116.84 186.69 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060b8dacc) - (property "Reference" "#PWR028" (at 116.84 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 116.84 191.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 116.84 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 116.84 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ff406c59-6fe9-4a0c-832a-bb84e0f23c18)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR028") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 87.63 186.69 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060bc50af) - (property "Reference" "#PWR025" (at 87.63 193.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 87.63 191.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 87.63 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 87.63 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4096c8e3-18de-4d14-8837-37b1085905cd)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR025") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 17.78 162.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061023b83) - (property "Reference" "#FLG0101" (at 17.78 160.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 17.78 158.1658 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 17.78 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 17.78 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9d6302e3-a09a-40a3-b878-aa915e3db8a0)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#FLG0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 17.78 162.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061024360) - (property "Reference" "#PWR0101" (at 17.78 168.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 17.907 166.9542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 17.78 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 17.78 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b7bc5cb9-f955-4a2c-9db8-f47871bdab76)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 189.23 22.86 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006102d371) - (property "Reference" "C10" (at 189.23 16.4592 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100p" (at 189.23 18.7706 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 185.42 23.8252 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 22.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 189.23 22.86 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 34357817-b517-4005-94fd-0b60657f682f)) - (pin "2" (uuid 57bb0dac-be7a-4db1-b781-ba1ea8ccbd8b)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 90.17 127 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b1b378) - (property "Reference" "U5" (at 90.17 118.11 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 90.17 120.65 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 90.17 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 90.17 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 90.17 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 90.17 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4858e9af-4c74-4b84-be6b-43d2fffe3fec)) - (pin "2" (uuid 9dc4c419-9dbe-4189-8978-db3449de0725)) - (pin "3" (uuid 3c41fa83-bded-4f4d-b3e2-2055a406e982)) - (pin "5" (uuid ea62aca0-ccb1-41d4-bc7b-4b477a6dd63d)) - (pin "6" (uuid 8458b42a-ee17-43e1-b682-106c7328e691)) - (pin "7" (uuid b5dae6eb-b3fb-4fde-982a-a8ed7f5aac00)) - (pin "4" (uuid f1230652-c8e5-4884-9f10-35e774e0191c)) - (pin "8" (uuid 69c87ecf-44da-4c1b-bb8b-52bf6885b2f6)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 210.82 109.22 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b1e802) - (property "Reference" "U5" (at 210.82 100.33 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 210.82 102.87 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 210.82 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 210.82 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 210.82 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 210.82 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1c1cd6f1-2c75-4690-a13d-5523bf0ba3b9)) - (pin "2" (uuid 953564df-a6b2-4611-83e1-1d130bcd130d)) - (pin "3" (uuid 9a502daa-1acb-4f53-a395-be9c39484ef0)) - (pin "5" (uuid 6bceb214-c36b-46ff-99bd-345f4fb70d4b)) - (pin "6" (uuid dd61ed17-5104-4242-9763-e4349b730e80)) - (pin "7" (uuid 9d99a931-6938-4e55-b679-cbae16ab1c10)) - (pin "4" (uuid fa3c8b0e-33b9-48b1-be28-23c5c7d77dc0)) - (pin "8" (uuid f8584265-1751-4ac8-a582-e9ea953a5a9e)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U5") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 182.88 83.82 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b38faa) - (property "Reference" "D1" (at 180.34 77.47 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Green/Yellow)" (at 182.88 77.47 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 182.88 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 182.88 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm bipolar" (at 182.88 83.82 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 182.88 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f42ffa4a-3162-4d30-992d-a7e13dd34485)) - (pin "2" (uuid ceb7810a-9ae9-45a2-b1e0-504c8df4f2bd)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 186.69 83.82 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b47b90) - (property "Reference" "#PWR038" (at 186.69 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 186.817 88.2142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 186.69 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 186.69 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid eda1404a-25f3-42d4-b3de-9cb5b2a0a6f3)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR038") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 175.26 107.95 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b507e3) - (property "Reference" "R30" (at 175.26 102.6922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "510" (at 175.26 105.0036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 175.26 106.172 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 175.26 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 175.26 107.95 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fbe2b259-5039-42fb-9db1-c90a62e55af9)) - (pin "2" (uuid d3631fe1-8103-41a8-aaeb-e7c0bff3cf5d)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R30") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 173.99 133.35 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b51098) - (property "Reference" "R28" (at 173.99 128.0922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "510" (at 173.99 130.4036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 173.99 131.572 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 173.99 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 173.99 133.35 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid de5a2861-d0e3-498e-8cad-067889035d95)) - (pin "2" (uuid 9abe65c0-6fb7-431f-965e-2cb6983ff5ec)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R28") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 224.79 85.09 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b519e5) - (property "Reference" "R32" (at 224.79 79.8322 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "510" (at 224.79 82.1436 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 224.79 83.312 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 224.79 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 224.79 85.09 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 265d0f5a-015f-4394-a475-8ae186ba418a)) - (pin "2" (uuid 7e65e8fd-fc6b-4878-8cf9-8444fe44f3f5)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R32") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 224.79 109.22 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b52316) - (property "Reference" "R34" (at 224.79 103.9622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "510" (at 224.79 106.2736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 224.79 107.442 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 224.79 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 224.79 109.22 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 50990eac-8388-4c81-a09c-f9caccabb1e2)) - (pin "2" (uuid 819a8413-6af3-4f54-a057-6464065995fe)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R34") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 218.44 25.4 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b5dcb6) - (property "Reference" "C9" (at 218.44 18.9992 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100p" (at 218.44 21.3106 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 214.63 26.3652 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 218.44 25.4 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 60d7e707-0ca7-4991-b8c2-62d87676ab7f)) - (pin "2" (uuid 22e7fee3-80ce-4ad3-849b-5b63d15bf7e5)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 232.41 85.09 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b5ee1f) - (property "Reference" "D2" (at 229.87 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Green/Yellow)" (at 232.41 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 232.41 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 232.41 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm bipolar" (at 232.41 85.09 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 232.41 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid baf5a881-6b06-46ce-b829-b5e0f1853b1d)) - (pin "2" (uuid 9ab3e046-f273-4c89-8204-0ac865f01243)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 236.22 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b5ee25) - (property "Reference" "#PWR042" (at 236.22 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 236.347 89.4842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 236.22 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 236.22 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9f6d029f-1074-4832-a7bd-9ecd0660c759)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR042") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 187.96 52.07 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b6aaec) - (property "Reference" "U7" (at 187.96 41.91 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 187.96 44.45 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 187.96 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 187.96 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 187.96 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 187.96 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7d5f2de9-d1be-4094-a987-402ee2bd6fc0)) - (pin "2" (uuid c73d9450-b240-41b9-a0b3-fddb5a4de7b4)) - (pin "3" (uuid 780cd75b-5560-4368-842f-97edd8fdc6b3)) - (pin "5" (uuid 0d46d7e9-99d4-4b64-a401-be3d9659bf24)) - (pin "6" (uuid 79686471-4cd2-49a2-944a-a029005e018c)) - (pin "7" (uuid 5c15876c-0dcf-47f2-91e5-003fae2bdf28)) - (pin "4" (uuid 9bc4e94d-0eb4-47bf-9cf7-388eafd26a18)) - (pin "8" (uuid 84f856c7-4ec1-4215-8316-3fc417692916)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 209.55 134.62 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b6e55b) - (property "Reference" "U6" (at 209.55 125.2982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 209.55 127.6096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 209.55 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 209.55 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 209.55 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 209.55 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ecb4e8de-69fa-4df4-b2e9-225fc8346eca)) - (pin "2" (uuid 8cd7c344-2150-4a74-b529-83166c3e42e5)) - (pin "3" (uuid ddea02df-ae9a-496d-a524-adea2506ffa0)) - (pin "5" (uuid cd93a09b-36cc-4416-8b29-24b08741650d)) - (pin "6" (uuid 03ea0b8d-8aff-4e48-8972-6a411606679d)) - (pin "7" (uuid 63a79800-7761-4db1-9e76-90c21a55af7e)) - (pin "4" (uuid 899c5971-c7c9-4fcd-ab73-f3b038b13483)) - (pin "8" (uuid 5fd95115-f024-42de-b1bb-3ba532791389)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 160.02 133.35 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b6e561) - (property "Reference" "U6" (at 160.02 124.46 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 160.02 127 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 160.02 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 160.02 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 160.02 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 160.02 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d2915ab9-12bb-4497-8a1c-b1dbb0e4d4a3)) - (pin "2" (uuid 295ec51d-b7aa-4337-8075-7168895cc953)) - (pin "3" (uuid 0d6e792a-4165-42c6-9b12-6b6ef5b72c6d)) - (pin "5" (uuid a0a64c0f-02e6-4e45-abb3-0790b58b240d)) - (pin "6" (uuid 5222611c-33ad-469a-9e47-93f7ea8a4a4f)) - (pin "7" (uuid 213bdbbb-2aff-4f48-bf18-936e5ebbcb5d)) - (pin "4" (uuid ea42425f-81a7-4d8e-bb6e-991d382b28b9)) - (pin "8" (uuid fc403fdd-0d2e-4bfb-a13a-35ffe5b67495)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U6") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 182.88 107.95 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b6e571) - (property "Reference" "D3" (at 180.34 101.6 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Green/Yellow)" (at 182.88 101.6 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 182.88 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 182.88 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm bipolar" (at 182.88 107.95 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 182.88 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0496d12f-dca9-4359-a15f-d14ec308555e)) - (pin "2" (uuid 2302f409-8b2b-4e12-b490-170b8c099156)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "D3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 186.69 107.95 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b6e57d) - (property "Reference" "#PWR039" (at 186.69 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 186.817 112.3442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 186.69 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 186.69 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f41150fe-b3ab-4fcd-8caa-6d4faf6441ba)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR039") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 232.41 109.22 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b6e591) - (property "Reference" "D4" (at 229.87 102.87 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Green/Yellow)" (at 232.41 102.87 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 232.41 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 232.41 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm bipola" (at 232.41 109.22 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 232.41 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d7a383e2-8a50-4d7f-9fa1-487299e93701)) - (pin "2" (uuid dba5edf9-81de-4c3e-888c-282a5554e8af)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "D4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 236.22 109.22 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b6e597) - (property "Reference" "#PWR043" (at 236.22 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 236.347 113.6142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 236.22 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 236.22 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid df2bb8c0-6b6d-4d17-bee4-d9b55372d1ac)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR043") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 217.17 54.61 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b7777f) - (property "Reference" "U7" (at 217.17 44.45 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 217.17 46.99 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 217.17 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 217.17 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 217.17 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 217.17 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid deb86c15-9a36-40fa-a798-13957d904ba2)) - (pin "2" (uuid 9448674e-255e-4c0a-8bde-856fbc922a7e)) - (pin "3" (uuid 2114c849-4f3c-4754-b22d-83738bd84aa4)) - (pin "5" (uuid 27785de1-54ba-4776-b2cb-2198f8e38417)) - (pin "6" (uuid 7047ff6f-a981-4922-b891-871f0192e20f)) - (pin "7" (uuid 84018ab4-adff-46a3-8f7d-a4f73dd5211a)) - (pin "4" (uuid a9d9de1c-43d1-4232-891f-43f98fe01540)) - (pin "8" (uuid df9787c6-f6ac-420a-80e0-c608ff12f8cd)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U7") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 87.63 45.72 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b85bd5) - (property "Reference" "U2" (at 87.63 36.83 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 87.63 39.37 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 87.63 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 87.63 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 87.63 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 87.63 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e5e09184-8260-4b9c-b0fb-ce4d98fa3cc7)) - (pin "2" (uuid 59df77d3-c172-419e-a259-af32a99e7ca6)) - (pin "3" (uuid 1b71caea-0c10-452d-920e-f004e5ebde3a)) - (pin "5" (uuid c0ed3e99-5f20-47ea-884b-3d77086c9ea6)) - (pin "6" (uuid dffc7b2a-ce38-48e6-9407-740caa172a9f)) - (pin "7" (uuid 10a9029d-f5de-46a0-b693-784cd7d06ccb)) - (pin "4" (uuid acbe3c86-1be7-469b-93aa-23183f51b0e9)) - (pin "8" (uuid e0c140c9-1f54-4512-8151-5036aa21da96)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 87.63 73.66 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b87396) - (property "Reference" "U3" (at 88.9 64.77 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 88.9 67.31 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 87.63 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 87.63 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 87.63 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 87.63 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 96d5d53d-faf3-4026-bab6-7894ca8c1367)) - (pin "2" (uuid 365a9f24-7589-4a9e-9d86-c7f3815abd7c)) - (pin "3" (uuid 38409c78-b39c-48ed-92b0-0604b33b4812)) - (pin "5" (uuid 64faed8b-b683-4834-8a4e-7b0eb13914b1)) - (pin "6" (uuid 945042d2-48ee-4571-9520-b4e215e4f110)) - (pin "7" (uuid 02191ef5-bc2d-4582-9bbd-1957d3d9a0de)) - (pin "4" (uuid 233a1ee4-47e7-4c57-bd83-ec993109f524)) - (pin "8" (uuid 66faec5a-95df-4cc6-99c8-fcb40ab0a385)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 88.9 100.33 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b8765d) - (property "Reference" "U4" (at 90.17 91.44 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 90.17 93.98 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 88.9 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 88.9 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 88.9 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 88.9 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 36ccad9c-f214-4436-a670-215a0a2b0c13)) - (pin "2" (uuid 926d1f2a-c336-4c68-9f3d-a7c412b559a3)) - (pin "3" (uuid c167a42f-8f94-4817-8d6a-8beef5aeda79)) - (pin "5" (uuid afeae517-7a20-46d6-bf17-926a50a80599)) - (pin "6" (uuid f7008379-6c51-40fa-84d4-cc791c135acb)) - (pin "7" (uuid bde6631c-163f-4719-98b2-926e6beaf5cb)) - (pin "4" (uuid f4cfeb4d-b69d-4a06-83aa-769c8385c14f)) - (pin "8" (uuid 070726c0-9cab-4d51-9f42-eca7548f32bb)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 161.29 107.95 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b87663) - (property "Reference" "U4" (at 161.29 99.06 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 161.29 101.6 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 161.29 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 161.29 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 161.29 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 161.29 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 94b8de25-db6a-4a4b-b522-213c7b7540b5)) - (pin "2" (uuid 1f938e58-b037-42c8-8a61-9c38206336e7)) - (pin "3" (uuid 79e857d3-2d77-4802-9144-993118778587)) - (pin "5" (uuid bca01722-d5e1-4cf3-95ef-65b2a2a388c1)) - (pin "6" (uuid 811f3ed5-16e8-4e00-aaca-f93edbe7ac1a)) - (pin "7" (uuid af17ca9e-288c-4bbd-a350-24e3fc719823)) - (pin "4" (uuid 4b28adf9-ecd7-4740-91e7-2653c2a0f42c)) - (pin "8" (uuid f85370e7-feba-4135-a0ce-4b6a5cf51e5e)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U4") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 181.61 133.35 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b87673) - (property "Reference" "D5" (at 179.07 127 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED (Red/Yellow)" (at 181.61 127 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "LED_THT:LED_D3.0mm" (at 181.61 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 181.61 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "LED 3mm bipolar" (at 181.61 133.35 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 181.61 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a4d862a4-6897-4da3-b945-294834e2e176)) - (pin "2" (uuid dff8d45b-e2a4-480d-8b29-8d8f56c99155)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "D5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 185.42 133.35 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b8767f) - (property "Reference" "#PWR09" (at 185.42 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 185.547 137.7442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 185.42 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 185.42 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d3a972c9-d90a-47c4-9821-d220e7b5e3bf)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 161.29 83.82 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b8a0b7) - (property "Reference" "U2" (at 161.29 74.93 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 161.29 77.47 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 161.29 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 161.29 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 161.29 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 161.29 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3f795a1f-a697-45e4-a351-25ee2ae86972)) - (pin "2" (uuid 1d5a0a9b-3175-496b-b81b-85c336a6c014)) - (pin "3" (uuid 82a9ee93-24da-4c99-af79-4673459f5ae3)) - (pin "5" (uuid 68c5da9d-df79-44e2-ba25-856fe2980103)) - (pin "6" (uuid 34db7dbd-5d09-45ea-a4f4-a6af33c207ae)) - (pin "7" (uuid c1eb79c8-c971-4813-8f4e-4ef413e23f8e)) - (pin "4" (uuid b4508caa-bc6b-4466-a231-e95e1ec5adc7)) - (pin "8" (uuid 24663a93-f6b8-4af8-b6ef-f5272b34ce2d)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U2") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 210.82 85.09 0) (mirror x) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b8c44a) - (property "Reference" "U3" (at 210.82 76.2 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL072" (at 210.82 78.74 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 210.82 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 210.82 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 210.82 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 210.82 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4765c2a1-e7f4-4169-a4d9-f5d320fc59b1)) - (pin "2" (uuid ebc6cb8c-8923-496b-818c-330006c7909d)) - (pin "3" (uuid e5a4e37f-36c9-4aa5-b6b2-2a34063a1a40)) - (pin "5" (uuid 16fffe0c-44c7-45a6-8b8d-0d3fad27a98d)) - (pin "6" (uuid 92bb8e51-1237-46be-b5a7-f20aabc73d15)) - (pin "7" (uuid 22e3926d-435b-4901-934b-b66d84eea9d1)) - (pin "4" (uuid 93637ebd-4968-43b1-be3f-38e8f07b743c)) - (pin "8" (uuid 989c371e-d18f-45fe-a062-978b2c142f0d)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U3") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 106.68 184.15 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b94236) - (property "Reference" "U3" (at 105.6132 182.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 105.6132 185.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 106.68 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 106.68 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 106.68 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 106.68 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c61b13a3-4a44-4082-be1e-d9b1731ff74b)) - (pin "2" (uuid 60479199-a3ad-4105-b70f-8ae94ed24115)) - (pin "3" (uuid ce2c3a03-3878-460a-a00d-50e3e20305a5)) - (pin "5" (uuid 9a2826f3-157c-4d1a-8d2c-7c9fe41739ea)) - (pin "6" (uuid e9b1ee83-9763-49fc-b36c-d82becb48641)) - (pin "7" (uuid e5902a1e-dbc0-446c-aea6-2126e0cd8059)) - (pin "4" (uuid d8a523ab-3d89-44b9-8b26-e4a9532c591d)) - (pin "8" (uuid 61f0657f-eafa-4e35-97e3-6fdf2ac25519)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U3") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 137.16 184.15 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b99c12) - (property "Reference" "U7" (at 136.0932 182.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 136.0932 185.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 137.16 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 137.16 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 137.16 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 137.16 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 31050c62-3553-43fd-8335-25f0ec1bfa7b)) - (pin "2" (uuid 2e991c4b-dbd7-4165-abee-561ef3adb936)) - (pin "3" (uuid 64e9dbad-4130-4b1d-9aeb-dde5b78a7685)) - (pin "5" (uuid 49c542dd-44ec-4e17-9668-7934dacaf245)) - (pin "6" (uuid 036ba9be-23b8-40f4-8853-160c2b545c0c)) - (pin "7" (uuid c2853da7-7c57-4a1b-add9-416b48a73360)) - (pin "4" (uuid fe2c47f7-f9dc-44b7-9969-8cc9c889934b)) - (pin "8" (uuid ab2f1ec5-5457-4782-b9f1-aefdc95dc248)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U7") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 200.66 138.43 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b9abd8) - (property "Reference" "#PWR041" (at 200.66 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 200.787 142.8242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 200.66 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 200.66 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 85513dce-a2f5-44e5-96ef-afdc67519a77)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR041") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 166.37 184.15 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061b9b30f) - (property "Reference" "U5" (at 165.3032 182.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 165.3032 185.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 166.37 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 166.37 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 166.37 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 166.37 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 29be1c55-bcc6-467d-a05c-05c491d5b61d)) - (pin "2" (uuid 697a0118-b247-47ab-b92b-eddcedbdf190)) - (pin "3" (uuid e052bb5d-260b-4f30-ac7b-f375d81e9585)) - (pin "5" (uuid 24938c9b-777b-4db0-87d4-2ab8d90af6e5)) - (pin "6" (uuid d9b5ceb5-ca00-44ef-b740-1783d823353b)) - (pin "7" (uuid 025cde4e-ad12-49b6-b348-d13654491dae)) - (pin "4" (uuid 43f7bfa1-63f0-4188-9aeb-179fd0f01620)) - (pin "8" (uuid 03905ff5-df18-48aa-8be8-13440887926d)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U5") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 153.67 160.02 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0ec3) - (property "Reference" "C16" (at 156.591 158.8516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 156.591 161.163 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 154.6352 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 153.67 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 153.67 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 153.67 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2e3a43b6-07fe-4cb6-85ae-f27fb7f41338)) - (pin "2" (uuid d0e5703e-1d3f-4ec2-befe-e6ee65350f91)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 153.67 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0ecd) - (property "Reference" "C15" (at 156.591 151.2316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 156.591 153.543 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 154.6352 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 153.67 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 153.67 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 153.67 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 153.67 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0720461c-299d-4bb7-989d-154d9659e9e8)) - (pin "2" (uuid d38839ad-2dde-4048-aa26-5346eeddecb0)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 123.19 160.02 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0ed7) - (property "Reference" "C14" (at 126.111 158.8516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 126.111 161.163 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 124.1552 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 123.19 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 123.19 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 123.19 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 123.19 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b7531eb3-bc67-49db-9048-63c9a69aed77)) - (pin "2" (uuid 07ac8978-53a7-4c30-a123-37cfbb2af7a0)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 123.19 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0ee1) - (property "Reference" "C13" (at 126.111 151.2316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 126.111 153.543 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 124.1552 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 123.19 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 123.19 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 123.19 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 123.19 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8eed701f-673b-4e13-ac9c-fd8d6cb1250a)) - (pin "2" (uuid 9a391e9c-0da3-4ce0-a73a-1553627ed004)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 93.98 160.02 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0eeb) - (property "Reference" "C12" (at 96.901 158.8516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 96.901 161.163 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 94.9452 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 93.98 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 93.98 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 93.98 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 93.98 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 49abba3b-bd0a-4b27-b950-3fd685703b9b)) - (pin "2" (uuid e0a80b4c-4bf3-42af-b184-0be2e3925ff9)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 93.98 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0ef5) - (property "Reference" "C11" (at 96.901 151.2316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1u" (at 96.901 153.543 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 94.9452 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 93.98 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 93.98 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Multilayer Ceramic Capacitors MLCC" (at 93.98 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 93.98 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6597588f-cc04-4f33-9248-1b8bdafb67f6)) - (pin "2" (uuid 663db47f-74c5-4fc3-a44f-80a4c71306a7)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 93.98 148.59 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0efb) - (property "Reference" "#PWR048" (at 93.98 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 91.44 144.78 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.98 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 93.98 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ffef25b2-f74b-4d06-82c0-9ebf9617ba15)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR048") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 93.98 163.83 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f01) - (property "Reference" "#PWR049" (at 93.98 166.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 96.52 167.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.98 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 93.98 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 60224b40-dc20-47b7-a72d-feb59fb5fe7a)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR049") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 153.67 148.59 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f09) - (property "Reference" "#PWR057" (at 153.67 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 151.13 144.78 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 153.67 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 153.67 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b0c98be1-97c4-4eba-8cfc-1445a3eef063)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR057") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 153.67 163.83 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f10) - (property "Reference" "#PWR058" (at 153.67 166.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 156.21 167.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 153.67 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 153.67 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0f7a6730-7194-4464-84b8-03676c4d02fb)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR058") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 147.32 158.75 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f17) - (property "Reference" "#PWR056" (at 147.32 165.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 147.32 163.83 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 147.32 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 147.32 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4dc4f552-4fbe-434e-a266-1bfbe81d05d1)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR056") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 123.19 148.59 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f20) - (property "Reference" "#PWR054" (at 123.19 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 120.65 144.78 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 123.19 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8aafa139-3946-4b61-b2c6-dcfe6a7ce34a)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR054") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:-15V") (at 123.19 163.83 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f26) - (property "Reference" "#PWR055" (at 123.19 166.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-15V" (at 125.73 167.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 123.19 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 123.19 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cd51dbdc-1b30-4b8d-9ee2-872891c61ef0)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR055") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 116.84 158.75 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f2c) - (property "Reference" "#PWR053" (at 116.84 165.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 116.84 163.83 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 116.84 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 116.84 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 565aa16b-2483-4eee-892a-23bef6b9ab73)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR053") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 87.63 158.75 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f39) - (property "Reference" "#PWR047" (at 87.63 165.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 87.63 163.83 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 87.63 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 87.63 158.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid be108a35-ff83-4411-81e6-b6f11a77dc3f)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR047") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 106.68 156.21 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f47) - (property "Reference" "U2" (at 105.6132 155.0416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 105.6132 157.353 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 106.68 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 106.68 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 106.68 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 106.68 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 27fe6f60-c77b-436d-b216-a2f9adf0e342)) - (pin "2" (uuid 1aa8a4d4-4f3f-48b4-9a27-9804cbe1ec46)) - (pin "3" (uuid f06dd865-c7ba-439b-9db1-d882aebdeade)) - (pin "5" (uuid 120ad717-a8e9-4460-858a-25249409a4eb)) - (pin "6" (uuid 58af4347-5811-446a-92b2-629f6e22508d)) - (pin "7" (uuid 1f3f1a8f-0dac-4acb-832f-bd9eea713c07)) - (pin "4" (uuid 983720b2-45fb-46e6-aa3e-98a2bd7cfb96)) - (pin "8" (uuid 8b01c548-05e9-48fb-9f00-b0119800239c)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U2") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 137.16 156.21 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f4e) - (property "Reference" "U6" (at 136.0932 155.0416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 136.0932 157.353 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 137.16 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 137.16 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 137.16 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 137.16 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e6ac22ab-922c-4cef-9e71-f9b64c8ebcdd)) - (pin "2" (uuid c0f5a2e3-7e04-40b3-ae29-116c0a6ad907)) - (pin "3" (uuid 535368aa-5eee-484f-9906-a49ab26cd082)) - (pin "5" (uuid 84b2fa4e-98cc-4a78-a597-dfde9d4b42ba)) - (pin "6" (uuid b36e3824-5e91-4797-a708-078fd8e6d633)) - (pin "7" (uuid 912c19a1-90eb-48af-89f2-306bca25bf68)) - (pin "4" (uuid dccbaa16-b364-445d-a6ea-dd9a758db64c)) - (pin "8" (uuid c850b260-1f42-48e1-88d2-c6a27a285f93)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U6") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL072") (at 166.37 156.21 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061bc0f55) - (property "Reference" "U4" (at 165.3032 155.0416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL072" (at 165.3032 157.353 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 166.37 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" (at 166.37 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Low-Noise FET-Input Operational Amplifiers (SOIC-8 )" (at 166.37 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 166.37 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b3e4d0d3-cfc2-413b-a2a3-b24598f01d7f)) - (pin "2" (uuid d426e595-39a7-4396-87d3-a06ca8d0b9c4)) - (pin "3" (uuid cc74b467-b0df-4842-9e1c-c2788f63c81a)) - (pin "5" (uuid 014de14e-437c-40ef-8cb4-1c9d0f67c603)) - (pin "6" (uuid 388a27f8-c5cd-404a-8a42-7b179a4249de)) - (pin "7" (uuid 620ad8be-5168-4b3b-9db5-1ecb342b89e5)) - (pin "4" (uuid e7b1f096-efae-4185-8f7e-bec9c1be62d5)) - (pin "8" (uuid 9c888260-6a84-40c0-9539-b67030338195)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U4") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Reference_Voltage:LM4040DBZ-5") (at 50.8 156.21 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061c0222c) - (property "Reference" "U1" (at 53.0352 155.0416 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "LM4040BIM3-5.0" (at 53.0352 157.353 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 55.88 156.21 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4040-n.pdf" (at 50.8 156.21 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "Sim.Enable" "0" (at 50.8 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Precision Micropower Shunt Voltage Reference" (at 50.8 156.21 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 50.8 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"X\" model=\"LM4040_NA10P0\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d7d84ffc-96f9-4913-a7e5-cd9dbe25907e)) - (pin "2" (uuid 1dabe15b-9579-4c53-8648-151670444f2f)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 50.8 160.02 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061c03d95) - (property "Reference" "#PWR046" (at 50.8 166.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 50.8 165.1 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 50.8 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 50.8 160.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 66c27162-2bc5-43f8-96ff-f23a24f3569c)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR046") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 44.45 152.4 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061c1648a) - (property "Reference" "R23" (at 44.45 147.1422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "8.2k" (at 44.45 149.4536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 44.45 150.622 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 44.45 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Enable" "0" (at 44.45 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 44.45 152.4 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Device" "SPICE" (at 44.45 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Params" "type=\"R\" model=\"8.2k\" lib=\"\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Sim.Pins" "1=1 2=2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b79df155-af3d-40dc-b9bb-35a171291b84)) - (pin "2" (uuid 929142db-672b-48b5-a75c-6f0d6b2e8173)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R23") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+15V") (at 36.83 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061c17f5a) - (property "Reference" "#PWR044" (at 36.83 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+15V" (at 37.211 146.7358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 36.83 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 36.83 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 00bc2017-0fbd-46ca-bcfc-e8081e13140f)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "#PWR044") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 175.26 83.82 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061c7911f) - (property "Reference" "R29" (at 175.26 78.5622 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "510" (at 175.26 80.8736 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (at 175.26 82.042 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 175.26 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Thick Film Resistors - SMD (0805)" (at 175.26 83.82 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 561be14d-d84c-418b-894f-d769d053f4ab)) - (pin "2" (uuid 26af3975-a636-45c1-8b88-2ae79f76cdc4)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "R29") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 66.04 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 256a07de-8155-4ec9-a4ad-ea17246cf512) - (property "Reference" "C2" (at 69.85 185.801 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10u" (at 69.85 188.341 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 67.0052 191.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 66.04 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b3362cb5-2ddd-4fd6-87ea-cd3141653507)) - (pin "2" (uuid e35de981-dcac-4fd7-8472-17843e305f53)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 63.5 105.41 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 3c5b3b93-a921-48a9-bd1c-39b5e3759909) - (property "Reference" "RV3" (at 60.96 104.1399 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 60.96 106.6799 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 63.5 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d25a3270-010c-46c6-957f-123f9bf187b7)) - (pin "2" (uuid b7f42b28-c5ac-4b5c-ba33-53b35d0f8511)) - (pin "3" (uuid 838b3c18-42ee-41a8-8742-e1227fad5d88)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "RV3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Polarized") (at 66.04 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 7fa3d847-c485-43de-8772-9d88cf87e082) - (property "Reference" "C1" (at 69.85 178.181 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10u" (at 69.85 180.721 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (at 67.0052 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 66.04 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c867c66f-1ebf-4ce0-be4e-4c4b55514f28)) - (pin "2" (uuid bc42d9ce-9228-4b27-b4d8-0e1b8836c281)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 62.23 78.74 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 92465b83-ba28-451f-a8f4-6153ac2ee29f) - (property "Reference" "RV2" (at 59.69 77.4699 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 59.69 80.0099 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 62.23 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 62.23 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid df02617a-874d-48de-b0a3-7fb57851da18)) - (pin "2" (uuid de73ee6d-36d1-4189-b7c2-bf8bf58566fe)) - (pin "3" (uuid a55bb85e-1708-4e6e-8721-2a21d4933280)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "RV2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 62.23 50.8 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 99dbdb13-563b-4119-a55a-5fc23de2e1be) - (property "Reference" "RV1" (at 59.69 49.5299 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 59.69 52.0699 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 62.23 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 62.23 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a5cdf618-4404-4d3e-abd8-82c4352c9b6f)) - (pin "2" (uuid 18bb711b-1f4f-4e47-87df-3fcf4bfc2a5b)) - (pin "3" (uuid d8f6f2a5-7197-4301-b150-16e3db3f3a89)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "RV1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Potentiometer") (at 64.77 132.08 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid fc022bf2-d0b6-401d-afb8-6ccf477ea5bd) - (property "Reference" "RV4" (at 62.23 130.8099 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100k" (at 62.23 133.3499 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (at 64.77 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 64.77 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 01d4f7bd-7c2e-454f-bb76-6e2da9d0fbe7)) - (pin "2" (uuid 93e18b03-da93-483d-90e7-73b5dc2eb2ae)) - (pin "3" (uuid c5c588f8-e269-455a-9ad3-ddb1cf4d43cc)) - (instances - (project "main" - (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" - (reference "RV4") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "9538e4ed-27e6-4c37-b989-9859dc0d49e8") + (paper "A4") + (title_block + (title "summe") + (date "2021-05-30") + (rev "R02") + (company "company") + (comment 1 "schema for pcb") + (comment 2 "DC coupled mixer") + (comment 3 "comment 3") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + (comment 5 "comment 5") + (comment 6 "comment 6") + (comment 7 "comment 7") + (comment 8 "comment 8") + (comment 9 "comment 9") + ) + (lib_symbols + (symbol "Amplifier_Operational:TL072" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TL072_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL072_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:AudioJack2_SwitchT" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AudioJack2_SwitchT" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Jack*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AudioJack2_SwitchT_0_1" + (rectangle + (start -2.54 0) + (end -3.81 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.778 -0.254) (xy 2.032 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0.635 -0.635) (xy 1.27 0) (xy 2.54 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 1.778 -2.54) (xy 1.778 -0.254) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy -0.635 2.54) (xy -0.635 0) (xy -1.27 -0.635) (xy -1.905 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.54 3.81) + (end -2.54 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AudioJack2_SwitchT_1_1" + (pin passive line + (at 5.08 2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "T" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "TN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 1.27 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_02x05_Odd_Even" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_02x05_Odd_Even_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 3.81 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (rectangle + (start 3.81 -4.953) + (end 2.54 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 -2.413) + (end 2.54 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 0.127) + (end 2.54 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 2.667) + (end 2.54 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.81 5.207) + (end 2.54 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 5.08 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 3.81) + (name "Pin_10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 5.08 180) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 2.54 0) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 3.81) + (name "Pin_4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 0 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -2.54 0) + (length 3.81) + (name "Pin_7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 3.81) + (name "Pin_8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -5.08 0) + (length 3.81) + (name "Pin_9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_Potentiometer" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_0_1" + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.143 0) (xy 2.286 0.508) (xy 2.286 -0.508) (xy 1.143 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Reference_Voltage:LM4040DBZ-5" + (pin_names + (offset 0.0254) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM4040DBZ-5" + (at 0 -3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4040-n.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "5.000V Precision Micropower Shunt Voltage Reference, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode device voltage reference shunt" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM4040DBZ-5_0_1" + (polyline + (pts + (xy -1.27 0) (xy 0 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -1.27) (xy 0.635 0) (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0.635 -1.27) (xy 0.635 1.27) (xy 1.27 1.27) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LM4040DBZ-5_1_1" + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+15V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+15V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+5V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-15V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "-15V_0_0" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "-15V_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 62.23 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "009b5465-0a65-4237-93e7-eb65321eeb18") + ) + (junction + (at 153.67 163.83) + (diameter 0) + (color 0 0 0 0) + (uuid "015f5586-ba76-4a98-9114-f5cd2c67134d") + ) + (junction + (at 68.58 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "109caac1-5036-4f23-9a66-f569d871501b") + ) + (junction + (at 123.19 163.83) + (diameter 0) + (color 0 0 0 0) + (uuid "1755646e-fc08-4e43-a301-d9b3ea704cf6") + ) + (junction + (at 82.55 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "199124ca-dd64-45cf-a063-97cc545cbea7") + ) + (junction + (at 97.79 100.33) + (diameter 0) + (color 0 0 0 0) + (uuid "1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2") + ) + (junction + (at 167.64 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "1d9cdadc-9036-4a95-b6db-fa7b3b74c869") + ) + (junction + (at 123.19 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "26bc8641-9bca-4204-9709-deedbe202a36") + ) + (junction + (at 68.58 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "38a501e2-0ee8-439d-bd02-e9e90e7503e9") + ) + (junction + (at 167.64 34.29) + (diameter 0) + (color 0 0 0 0) + (uuid "3e903008-0276-4a73-8edb-5d9dfde6297c") + ) + (junction + (at 96.52 73.66) + (diameter 0) + (color 0 0 0 0) + (uuid "42713045-fffd-4b2d-ae1e-7232d705fb12") + ) + (junction + (at 179.07 49.53) + (diameter 0) + (color 0 0 0 0) + (uuid "44646447-0a8e-4aec-a74e-22bf765d0f33") + ) + (junction + (at 93.98 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "4e27930e-1827-4788-aa6b-487321d46602") + ) + (junction + (at 60.96 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + ) + (junction + (at 208.28 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (junction + (at 69.85 97.79) + (diameter 0) + (color 0 0 0 0) + (uuid "576c6616-e95d-4f1e-8ead-dea30fcdc8c2") + ) + (junction + (at 93.98 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "593b8647-0095-46cc-ba23-3cf2a86edb5e") + ) + (junction + (at 196.85 34.29) + (diameter 0) + (color 0 0 0 0) + (uuid "5d3d7893-1d11-4f1d-9052-85cf0e07d281") + ) + (junction + (at 71.12 132.08) + (diameter 0) + (color 0 0 0 0) + (uuid "6284122b-79c3-4e04-925e-3d32cc3ec077") + ) + (junction + (at 60.96 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + ) + (junction + (at 168.91 107.95) + (diameter 0) + (color 0 0 0 0) + (uuid "6d0c9e39-9878-44c8-8283-9a59e45006fa") + ) + (junction + (at 153.67 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "6ffdf05e-e119-49f9-85e9-13e4901df42a") + ) + (junction + (at 93.98 163.83) + (diameter 0) + (color 0 0 0 0) + (uuid "7233cb6b-d8fd-4fcd-9b4f-8b0ed19b1b12") + ) + (junction + (at 93.98 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "761c8e29-382a-475c-a37a-7201cc9cd0f5") + ) + (junction + (at 123.19 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "802c2dc3-ca9f-491e-9d66-7893e89ac34c") + ) + (junction + (at 226.06 36.83) + (diameter 0) + (color 0 0 0 0) + (uuid "88deea08-baa5-4041-beb7-01c299cf00e6") + ) + (junction + (at 123.19 156.21) + (diameter 0) + (color 0 0 0 0) + (uuid "89a3dae6-dcb5-435b-a383-656b6a19a316") + ) + (junction + (at 68.58 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "8c1605f9-6c91-4701-96bf-e753661d5e23") + ) + (junction + (at 80.01 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "8cb2cd3a-4ef9-4ae5-b6bc-2b1d16f657d6") + ) + (junction + (at 99.06 127) + (diameter 0) + (color 0 0 0 0) + (uuid "9157f4ae-0244-4ff1-9f73-3cb4cbb5f280") + ) + (junction + (at 123.19 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "96de0051-7945-413a-9219-1ab367546962") + ) + (junction + (at 71.12 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "994b6220-4755-4d84-91b3-6122ac1c2c5e") + ) + (junction + (at 63.5 97.79) + (diameter 0) + (color 0 0 0 0) + (uuid "a29f8df0-3fae-4edf-8d9c-bd5a875b13e3") + ) + (junction + (at 69.85 105.41) + (diameter 0) + (color 0 0 0 0) + (uuid "a5e521b9-814e-4853-a5ac-f158785c6269") + ) + (junction + (at 208.28 36.83) + (diameter 0) + (color 0 0 0 0) + (uuid "ad4d05f5-6957-42f8-b65c-c657b9a26485") + ) + (junction + (at 179.07 34.29) + (diameter 0) + (color 0 0 0 0) + (uuid "aeb03be9-98f0-43f6-9432-1bb35aa04bab") + ) + (junction + (at 96.52 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "b447dbb1-d38e-4a15-93cb-12c25382ea53") + ) + (junction + (at 93.98 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "bde95c06-433a-4c03-bc48-e3abcdb4e054") + ) + (junction + (at 167.64 133.35) + (diameter 0) + (color 0 0 0 0) + (uuid "c346b00c-b5e0-4939-beb4-7f48172ef334") + ) + (junction + (at 64.77 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "c8029a4c-945d-42ca-871a-dd73ff50a1a3") + ) + (junction + (at 80.01 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "ca9b74ce-0dee-401c-9544-f599f4cf538d") + ) + (junction + (at 81.28 97.79) + (diameter 0) + (color 0 0 0 0) + (uuid "cee2f43a-7d22-4585-a857-73949bd17a9d") + ) + (junction + (at 153.67 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "d3d57924-54a6-421d-a3a0-a044fc909e88") + ) + (junction + (at 153.67 191.77) + (diameter 0) + (color 0 0 0 0) + (uuid "d4db7f11-8cfe-40d2-b021-b36f05241701") + ) + (junction + (at 167.64 49.53) + (diameter 0) + (color 0 0 0 0) + (uuid "d7e4abd8-69f5-4706-b12e-898194e5bf56") + ) + (junction + (at 21.59 177.8) + (diameter 0) + (color 0 0 0 0) + (uuid "db83d0af-e085-4050-8496-fa2ebdecbd62") + ) + (junction + (at 153.67 156.21) + (diameter 0) + (color 0 0 0 0) + (uuid "dd1edfbb-5fb6-42cd-b740-fd54ab3ef1f1") + ) + (junction + (at 62.23 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "e0f06b5c-de63-4833-a591-ca9e19217a35") + ) + (junction + (at 226.06 54.61) + (diameter 0) + (color 0 0 0 0) + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (junction + (at 153.67 148.59) + (diameter 0) + (color 0 0 0 0) + (uuid "eb473bfd-fc2d-4cf0-8714-6b7dd95b0a03") + ) + (junction + (at 218.44 109.22) + (diameter 0) + (color 0 0 0 0) + (uuid "f2480d0c-9b08-4037-9175-b2369af04d4c") + ) + (junction + (at 93.98 156.21) + (diameter 0) + (color 0 0 0 0) + (uuid "f33ec0db-ef0f-4576-8054-2833161a8f30") + ) + (junction + (at 218.44 85.09) + (diameter 0) + (color 0 0 0 0) + (uuid "f345e52a-8e0a-425a-b438-90809dd3b799") + ) + (junction + (at 168.91 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "f4a8afbe-ed68-4253-959f-6be4d2cbf8c5") + ) + (junction + (at 196.85 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (junction + (at 66.04 184.15) + (diameter 0) + (color 0 0 0 0) + (uuid "f5802c98-949b-4daa-b4bc-379a94396f6c") + ) + (junction + (at 123.19 176.53) + (diameter 0) + (color 0 0 0 0) + (uuid "f8bd6470-fafd-47f2-8ed5-9449988187ce") + ) + (junction + (at 68.58 50.8) + (diameter 0) + (color 0 0 0 0) + (uuid "f9c81c26-f253-4227-a69f-53e64841cfbe") + ) + (no_connect + (at 53.34 73.66) + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + ) + (no_connect + (at 55.88 127) + (uuid "3dcc657b-55a1-48e0-9667-e01e7b6b08b5") + ) + (no_connect + (at 54.61 100.33) + (uuid "67f6e996-3c99-493c-8f6f-e739e2ed5d7a") + ) + (no_connect + (at 242.57 57.15) + (uuid "80094b70-85ab-4ff6-934b-60d5ee65023a") + ) + (wire + (pts + (xy 179.07 34.29) (xy 179.07 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "008da5b9-6f95-4113-b7d0-d93ac62efd33") + ) + (wire + (pts + (xy 68.58 50.8) (xy 80.01 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00e38d63-5436-49db-81f5-697421f168fc") + ) + (wire + (pts + (xy 77.47 43.18) (xy 80.01 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00f3ea8b-8a54-4e56-84ff-d98f6c00496c") + ) + (wire + (pts + (xy 60.96 191.77) (xy 66.04 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + ) + (wire + (pts + (xy 217.17 134.62) (xy 217.17 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "01f82238-6335-48fe-8b0a-6853e227345a") + ) + (wire + (pts + (xy 69.85 105.41) (xy 81.28 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0325ec43-0390-4ae2-b055-b1ec6ce17b1c") + ) + (wire + (pts + (xy 87.63 114.3) (xy 82.55 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0351df45-d042-41d4-ba35-88092c7be2fc") + ) + (wire + (pts + (xy 179.07 34.29) (xy 185.42 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "04cf2f2c-74bf-400d-b4f6-201720df00ed") + ) + (wire + (pts + (xy 71.12 124.46) (xy 72.39 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "097edb1b-8998-4e70-b670-bba125982348") + ) + (wire + (pts + (xy 77.47 71.12) (xy 80.01 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ae82096-0994-4fb0-9a2a-d4ac4804abac") + ) + (wire + (pts + (xy 104.14 148.59) (xy 93.98 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ba17a9b-d889-426c-b4fe-048bed6b6be8") + ) + (wire + (pts + (xy 59.69 191.77) (xy 60.96 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0c30a4be-5679-499f-8c5b-5f3024f9d6cf") + ) + (wire + (pts + (xy 218.44 85.09) (xy 220.98 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0cbeb329-a88d-4a47-a5c2-a1d693de2f8c") + ) + (wire + (pts + (xy 217.17 121.92) (xy 199.39 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e249018-17e7-42b3-ae5d-5ebf3ae299ae") + ) + (wire + (pts + (xy 208.28 52.07) (xy 207.01 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (wire + (pts + (xy 80.01 124.46) (xy 82.55 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "101ef598-601d-400e-9ef6-d655fbb1dbfa") + ) + (wire + (pts + (xy 109.22 100.33) (xy 115.57 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16bd6381-8ac0-4bf2-9dce-ecc20c724b8d") + ) + (wire + (pts + (xy 68.58 71.12) (xy 69.85 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19b0959e-a79b-43b2-a5ad-525ced7e9131") + ) + (wire + (pts + (xy 193.04 34.29) (xy 196.85 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bdd5841-68b7-42e2-9447-cbdb608d8a08") + ) + (wire + (pts + (xy 180.34 54.61) (xy 179.07 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + ) + (wire + (pts + (xy 97.79 127) (xy 99.06 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1f3003e6-dce5-420f-906b-3f1e92b67249") + ) + (wire + (pts + (xy 53.34 43.18) (xy 62.23 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "221bef83-3ea7-4d3f-adeb-53a8a07c6273") + ) + (wire + (pts + (xy 134.62 191.77) (xy 123.19 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce") + ) + (wire + (pts + (xy 167.64 34.29) (xy 167.64 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "24f7628d-681d-4f0e-8409-40a129e929d9") + ) + (wire + (pts + (xy 168.91 95.25) (xy 151.13 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25bc3602-3fb4-4a04-94e3-21ba22562c24") + ) + (wire + (pts + (xy 67.31 105.41) (xy 69.85 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "262f1ea9-0133-4b43-be36-456207ea857c") + ) + (wire + (pts + (xy 218.44 109.22) (xy 218.44 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "269f19c3-6824-45a8-be29-fa58d70cbb42") + ) + (wire + (pts + (xy 179.07 22.86) (xy 179.07 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2878a73c-5447-4cd9-8194-14f52ab9459c") + ) + (wire + (pts + (xy 134.62 176.53) (xy 123.19 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2db910a0-b943-40b4-b81f-068ba5265f56") + ) + (wire + (pts + (xy 86.36 87.63) (xy 81.28 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "309b3bff-19c8-41ec-a84d-63399c649f46") + ) + (wire + (pts + (xy 62.23 71.12) (xy 68.58 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "31540a7e-dc9e-4e4d-96b1-dab15efa5f4b") + ) + (wire + (pts + (xy 167.64 133.35) (xy 167.64 120.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "319639ae-c2c5-486d-93b1-d03bb1b64252") + ) + (wire + (pts + (xy 110.49 127) (xy 116.84 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "378af8b4-af3d-46e7-89ae-deff12ca9067") + ) + (wire + (pts + (xy 166.37 41.91) (xy 167.64 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a7648d8-121a-4921-9b92-9b35b76ce39b") + ) + (wire + (pts + (xy 208.28 25.4) (xy 208.28 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3b65c51e-c243-447e-bee9-832d94c1630e") + ) + (wire + (pts + (xy 116.84 184.15) (xy 116.84 186.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f8a5430-68a9-4732-9b89-4e00dd8ae219") + ) + (wire + (pts + (xy 222.25 25.4) (xy 226.06 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "402c62e6-8d8e-473a-a0cf-2b86e4908cd7") + ) + (wire + (pts + (xy 163.83 191.77) (xy 153.67 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4185c36c-c66e-4dbd-be5d-841e551f4885") + ) + (wire + (pts + (xy 123.19 184.15) (xy 116.84 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "42ff012d-5eb7-42b9-bb45-415cf26799c6") + ) + (wire + (pts + (xy 222.25 36.83) (xy 226.06 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (wire + (pts + (xy 166.37 49.53) (xy 167.64 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "45008225-f50f-4d6b-b508-6730a9408caf") + ) + (wire + (pts + (xy 71.12 132.08) (xy 82.55 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "477311b9-8f81-40c8-9c55-fd87e287247a") + ) + (wire + (pts + (xy 209.55 52.07) (xy 208.28 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (wire + (pts + (xy 168.91 107.95) (xy 168.91 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4aa97874-2fd2-414c-b381-9420384c2fd8") + ) + (wire + (pts + (xy 66.04 184.15) (xy 60.96 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4dc6088c-89a5-4db7-b3ae-db4b6396ad49") + ) + (wire + (pts + (xy 224.79 54.61) (xy 226.06 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (wire + (pts + (xy 78.74 97.79) (xy 81.28 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5487601b-81d3-4c70-8f3d-cf9df9c63302") + ) + (wire + (pts + (xy 63.5 101.6) (xy 63.5 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "597a11f2-5d2c-4a65-ac95-38ad106e1367") + ) + (wire + (pts + (xy 168.91 71.12) (xy 151.13 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a222fb6-5159-4931-9015-19df65643140") + ) + (wire + (pts + (xy 104.14 176.53) (xy 93.98 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "60aa0ce8-9d0e-48ca-bbf9-866403979e9b") + ) + (wire + (pts + (xy 66.04 50.8) (xy 68.58 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61fe4c73-be59-4519-98f1-a634322a841d") + ) + (wire + (pts + (xy 199.39 121.92) (xy 199.39 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "63489ebf-0f52-43a6-a0ab-158b1a7d4988") + ) + (wire + (pts + (xy 196.85 52.07) (xy 195.58 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + ) + (wire + (pts + (xy 167.64 26.67) (xy 167.64 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6475547d-3216-45a4-a15c-48314f1dd0f9") + ) + (wire + (pts + (xy 214.63 36.83) (xy 208.28 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (wire + (pts + (xy 99.06 114.3) (xy 99.06 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "676efd2f-1c48-4786-9e4b-2444f1e8f6ff") + ) + (wire + (pts + (xy 64.77 124.46) (xy 71.12 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "67763d19-f622-4e1e-81e5-5b24da7c3f99") + ) + (wire + (pts + (xy 55.88 124.46) (xy 64.77 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6781326c-6e0d-4753-8f28-0f5c687e01f9") + ) + (wire + (pts + (xy 200.66 72.39) (xy 200.66 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6afc19cf-38b4-47a3-bc2b-445b18724310") + ) + (wire + (pts + (xy 167.64 41.91) (xy 167.64 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + ) + (wire + (pts + (xy 96.52 60.96) (xy 96.52 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6d1d60ff-408a-47a7-892f-c5cf9ef6ca75") + ) + (wire + (pts + (xy 92.71 33.02) (xy 96.52 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e435cd4-da2b-4602-a0aa-5dd988834dff") + ) + (wire + (pts + (xy 80.01 33.02) (xy 80.01 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6f675e5f-8fe6-4148-baf1-da97afc770f8") + ) + (wire + (pts + (xy 68.58 43.18) (xy 69.85 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "70e4263f-d95a-4431-b3f3-cfc800c82056") + ) + (wire + (pts + (xy 166.37 34.29) (xy 167.64 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "75ffc65c-7132-4411-9f2a-ae0c73d79338") + ) + (wire + (pts + (xy 151.13 95.25) (xy 151.13 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7760a75a-d74b-4185-b34e-cbc7b2c339b6") + ) + (wire + (pts + (xy 226.06 54.61) (xy 228.6 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (wire + (pts + (xy 196.85 34.29) (xy 196.85 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79476267-290e-445f-995b-0afd0e11a4b5") + ) + (wire + (pts + (xy 179.07 22.86) (xy 185.42 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a2f50f6-0c99-4e8d-9c2a-8f2f961d2e6d") + ) + (wire + (pts + (xy 93.98 184.15) (xy 87.63 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a74c4b1-6243-4a12-85a2-bc41d346e7aa") + ) + (wire + (pts + (xy 97.79 100.33) (xy 101.6 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7aed3a71-054b-4aaa-9c0a-030523c32827") + ) + (wire + (pts + (xy 69.85 97.79) (xy 71.12 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b044939-8c4d-444f-b9e0-a15fcdeb5a86") + ) + (wire + (pts + (xy 80.01 78.74) (xy 80.01 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c04618d-9115-4179-b234-a8faf854ea92") + ) + (wire + (pts + (xy 171.45 83.82) (xy 168.91 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c2008c8-0626-4a09-a873-065e83502a0e") + ) + (wire + (pts + (xy 171.45 107.95) (xy 168.91 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c411b3e-aca2-424f-b644-2d21c9d80fa7") + ) + (wire + (pts + (xy 168.91 83.82) (xy 168.91 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7ce7415d-7c22-49f6-8215-488853ccc8c6") + ) + (wire + (pts + (xy 99.06 127) (xy 102.87 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + ) + (wire + (pts + (xy 220.98 109.22) (xy 218.44 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "810ed4ff-ffe2-4032-9af6-fb5ada3bae5b") + ) + (wire + (pts + (xy 53.34 71.12) (xy 62.23 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8195a7cf-4576-44dd-9e0e-ee048fdb93dd") + ) + (wire + (pts + (xy 218.44 85.09) (xy 218.44 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84d296ba-3d39-4264-ad19-947f90c54396") + ) + (wire + (pts + (xy 82.55 132.08) (xy 82.55 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84e5506c-143e-495f-9aa4-d3a71622f213") + ) + (wire + (pts + (xy 151.13 71.12) (xy 151.13 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88002554-c459-46e5-8b22-6ea6fe07fd4c") + ) + (wire + (pts + (xy 63.5 97.79) (xy 69.85 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "89e83c2e-e90a-4a50-b278-880bac0cfb49") + ) + (wire + (pts + (xy 166.37 26.67) (xy 167.64 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8c6a821f-8e19-48f3-8f44-9b340f7689bc") + ) + (wire + (pts + (xy 104.14 191.77) (xy 93.98 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8cd050d6-228c-4da0-9533-b4f8d14cfb34") + ) + (wire + (pts + (xy 151.13 81.28) (xy 153.67 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8cdc8ef9-532e-4bf5-9998-7213b9e692a2") + ) + (wire + (pts + (xy 95.25 114.3) (xy 99.06 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8d9a3ecc-539f-41da-8099-d37cea9c28e7") + ) + (wire + (pts + (xy 109.22 45.72) (xy 115.57 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9031bb33-c6aa-4758-bf5c-3274ed3ebab7") + ) + (wire + (pts + (xy 48.26 152.4) (xy 50.8 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9112ddd5-10d5-48b8-954f-f1d5adcacbd9") + ) + (wire + (pts + (xy 163.83 163.83) (xy 153.67 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92848721-49b5-4e4c-b042-6fd51e1d562f") + ) + (wire + (pts + (xy 81.28 105.41) (xy 81.28 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "935f462d-8b1e-4005-9f1e-17f537ab1756") + ) + (wire + (pts + (xy 87.63 156.21) (xy 87.63 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "94a10cae-6ef2-4b64-9d98-fb22aa3306cc") + ) + (wire + (pts + (xy 196.85 22.86) (xy 196.85 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "955cc99e-a129-42cf-abc7-aa99813fdb5f") + ) + (wire + (pts + (xy 96.52 45.72) (xy 95.25 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a0b74a5-4879-4b51-8e8e-6d85a0107422") + ) + (wire + (pts + (xy 153.67 184.15) (xy 147.32 184.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a2d648d-863a-4b7b-80f9-d537185c212b") + ) + (wire + (pts + (xy 170.18 133.35) (xy 167.64 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c607e49-ee5c-4e85-a7da-6fede9912412") + ) + (wire + (pts + (xy 226.06 25.4) (xy 226.06 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a177c3b4-b04c-490e-b3fe-d3d4d7aa24a7") + ) + (wire + (pts + (xy 85.09 60.96) (xy 80.01 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a53767ed-bb28-4f90-abe0-e0ea734812a4") + ) + (wire + (pts + (xy 149.86 120.65) (xy 149.86 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5c8e189-1ddc-4a66-984b-e0fd1529d346") + ) + (wire + (pts + (xy 93.98 156.21) (xy 87.63 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a7fc0812-140f-4d96-9cd8-ead8c1c610b1") + ) + (wire + (pts + (xy 116.84 156.21) (xy 116.84 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a917c6d9-225d-4c90-bf25-fe8eff8abd3f") + ) + (wire + (pts + (xy 60.96 176.53) (xy 66.04 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa02e544-13f5-4cf8-a5f4-3e6cda006090") + ) + (wire + (pts + (xy 193.04 22.86) (xy 196.85 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae0e6b31-27d7-4383-a4fc-7557b0a19382") + ) + (wire + (pts + (xy 62.23 46.99) (xy 62.23 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a") + ) + (wire + (pts + (xy 134.62 148.59) (xy 123.19 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b54cae5b-c17c-4ed7-b249-2e7d5e83609a") + ) + (wire + (pts + (xy 96.52 73.66) (xy 95.25 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6135480-ace6-42b2-9c47-856ef57cded1") + ) + (wire + (pts + (xy 147.32 156.21) (xy 147.32 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b7aa0362-7c9e-4a42-b191-ab15a38bf3c5") + ) + (wire + (pts + (xy 179.07 49.53) (xy 180.34 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (wire + (pts + (xy 208.28 57.15) (xy 208.28 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (wire + (pts + (xy 81.28 87.63) (xy 81.28 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd9595a1-04f3-4fda-8f1b-e65ad874edd3") + ) + (wire + (pts + (xy 93.98 87.63) (xy 97.79 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be645d0f-8568-47a0-a152-e3ddd33563eb") + ) + (wire + (pts + (xy 153.67 156.21) (xy 147.32 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bef2abc2-bf3e-4a72-ad03-f8da3cd893cb") + ) + (wire + (pts + (xy 199.39 52.07) (xy 196.85 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (wire + (pts + (xy 179.07 54.61) (xy 179.07 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0515cd2-cdaa-467e-8354-0f6eadfa35c9") + ) + (wire + (pts + (xy 62.23 43.18) (xy 68.58 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f") + ) + (wire + (pts + (xy 208.28 25.4) (xy 214.63 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1b11207-7c0a-49b3-a41d-2fe677d5f3b8") + ) + (wire + (pts + (xy 151.13 105.41) (xy 153.67 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1bac86f-cbf6-4c5b-b60d-c26fa73d9c09") + ) + (wire + (pts + (xy 167.64 49.53) (xy 179.07 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c25449d6-d734-4953-b762-98f82a830248") + ) + (wire + (pts + (xy 36.83 152.4) (xy 40.64 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c3d5daf8-d359-42b2-a7c2-0d080ba7e212") + ) + (wire + (pts + (xy 147.32 184.15) (xy 147.32 186.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c4cab9c5-d6e5-4660-b910-603a51b56783") + ) + (wire + (pts + (xy 96.52 100.33) (xy 97.79 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c5eb1e4c-ce83-470e-8f32-e20ff1f886a3") + ) + (wire + (pts + (xy 64.77 128.27) (xy 64.77 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c701ee8e-1214-4781-a973-17bef7b6e3eb") + ) + (wire + (pts + (xy 59.69 176.53) (xy 60.96 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864") + ) + (wire + (pts + (xy 149.86 130.81) (xy 152.4 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c71f56c1-5b7c-4373-9716-fffac482104c") + ) + (wire + (pts + (xy 68.58 132.08) (xy 71.12 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca5a4651-0d1d-441b-b17d-01518ef3b656") + ) + (wire + (pts + (xy 153.67 176.53) (xy 163.83 176.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc48dd41-7768-48d3-b096-2c4cc2126c9d") + ) + (wire + (pts + (xy 101.6 73.66) (xy 96.52 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cdfb07af-801b-44ba-8c30-d021a6ad3039") + ) + (wire + (pts + (xy 101.6 45.72) (xy 96.52 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cfa5c16e-7859-460d-a0b8-cea7d7ea629c") + ) + (wire + (pts + (xy 200.66 137.16) (xy 200.66 138.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d102186a-5b58-41d0-9985-3dbb3593f397") + ) + (wire + (pts + (xy 123.19 156.21) (xy 116.84 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d13b0eae-4711-4325-a6bb-aa8e3646e86e") + ) + (wire + (pts + (xy 36.83 151.13) (xy 36.83 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3dd7cdb-b730-487d-804d-99150ba318ef") + ) + (wire + (pts + (xy 200.66 106.68) (xy 203.2 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3e133b7-2c84-4206-a2b1-e693cb57fe56") + ) + (wire + (pts + (xy 236.22 54.61) (xy 242.57 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4a1d3c4-b315-4bec-9220-d12a9eab51e0") + ) + (wire + (pts + (xy 85.09 33.02) (xy 80.01 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa") + ) + (wire + (pts + (xy 218.44 96.52) (xy 200.66 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "da481376-0e49-44d3-91b8-aaa39b869dd1") + ) + (wire + (pts + (xy 153.67 148.59) (xy 163.83 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db1ed10a-ef86-43bf-93dc-9be76327f6d2") + ) + (wire + (pts + (xy 201.93 137.16) (xy 200.66 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e36988d2-ecb2-461b-a443-7006f447e828") + ) + (wire + (pts + (xy 54.61 97.79) (xy 63.5 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3fc1e69-a11c-4c84-8952-fefb9372474e") + ) + (wire + (pts + (xy 82.55 114.3) (xy 82.55 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e472dac4-5b65-4920-b8b2-6065d140a69d") + ) + (wire + (pts + (xy 92.71 60.96) (xy 96.52 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e4aa537c-eb9d-4dbb-ac87-fae46af42391") + ) + (wire + (pts + (xy 104.14 163.83) (xy 93.98 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e50c80c5-80c4-46a3-8c1e-c9c3a71a0934") + ) + (wire + (pts + (xy 200.66 72.39) (xy 218.44 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5e5220d-5b7e-47da-a902-b997ec8d4d58") + ) + (wire + (pts + (xy 68.58 78.74) (xy 80.01 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e67b9f8c-019b-4145-98a4-96545f6bb128") + ) + (wire + (pts + (xy 199.39 132.08) (xy 201.93 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e6d68f56-4a40-4849-b8d1-13d5ca292900") + ) + (wire + (pts + (xy 62.23 74.93) (xy 62.23 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e7bb7815-0d52-4bb8-b29a-8cf960bd2905") + ) + (wire + (pts + (xy 96.52 33.02) (xy 96.52 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eae14f5f-515c-4a6f-ad0e-e8ef233d14bf") + ) + (wire + (pts + (xy 208.28 36.83) (xy 208.28 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (wire + (pts + (xy 97.79 87.63) (xy 97.79 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ebd06df3-d52b-4cff-99a2-a771df6d3733") + ) + (wire + (pts + (xy 87.63 184.15) (xy 87.63 186.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ed8a7f02-cf05-41d0-97b4-4388ef205e73") + ) + (wire + (pts + (xy 226.06 36.83) (xy 226.06 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (wire + (pts + (xy 66.04 78.74) (xy 68.58 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1447ad6-651c-45be-a2d6-33bddf672c2c") + ) + (wire + (pts + (xy 209.55 57.15) (xy 208.28 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (wire + (pts + (xy 109.22 73.66) (xy 115.57 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f202141e-c20d-4cac-b016-06a44f2ecce8") + ) + (wire + (pts + (xy 80.01 60.96) (xy 80.01 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f9403623-c00c-4b71-bc5c-d763ff009386") + ) + (wire + (pts + (xy 200.66 96.52) (xy 200.66 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f988d6ea-11c5-4837-b1d1-5c292ded50c6") + ) + (wire + (pts + (xy 80.01 50.8) (xy 80.01 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00") + ) + (wire + (pts + (xy 167.64 120.65) (xy 149.86 120.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc4ad874-c922-4070-89f9-7262080469d8") + ) + (wire + (pts + (xy 134.62 163.83) (xy 123.19 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd5f7d77-0f73-4021-88a8-0641f0fe8d98") + ) + (wire + (pts + (xy 200.66 82.55) (xy 203.2 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fe14c012-3d58-4e5e-9a37-4b9765a7f764") + ) + (label "REF" + (at 53.34 45.72 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "099473f1-6598-46ff-a50f-4c520832170d") + ) + (label "MIX_4" + (at 116.84 129.54 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "0ff508fd-18da-4ab7-9844-3c8a28c2587e") + ) + (label "MIX_1" + (at 158.75 26.67 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "12422a89-3d0c-485c-9386-f77121fd68fd") + ) + (label "REF" + (at 50.8 152.4 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1876c30c-72b2-4a8d-9f32-bf8b213530b4") + ) + (label "MIX_3" + (at 158.75 41.91 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "1a6d2848-e78e-49fe-8978-e1890f07836f") + ) + (label "OUT" + (at 152.4 135.89 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "1ab71a3c-340b-469a-ada5-4f87f0b7b2fa") + ) + (label "IN_2" + (at 203.2 87.63 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "24b72b0d-63b8-4e06-89d0-e94dcf39a600") + ) + (label "IN_3" + (at 153.67 110.49 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "283c990c-ae5a-4e41-a3ad-b40ca29fe90e") + ) + (label "MIX_1" + (at 115.57 48.26 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "37e8181c-a81e-498b-b2e2-0aef0c391059") + ) + (label "IN_1" + (at 96.52 45.72 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "3c5e5ea9-793d-46e3-86bc-5884c4490dc7") + ) + (label "IN_1" + (at 153.67 86.36 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "53e34696-241f-47e5-a477-f469335c8a61") + ) + (label "IN_4" + (at 99.06 127 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7") + ) + (label "MIX_2" + (at 158.75 34.29 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "7d34f6b1-ab31-49be-b011-c67fe67a8a56") + ) + (label "MIX_3" + (at 115.57 102.87 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "85b7594c-358f-454b-b2ad-dd0b1d67ed76") + ) + (label "IN_2" + (at 96.52 73.66 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "9dcdc92b-2219-4a4a-8954-45f02cc3ab25") + ) + (label "MIX_2" + (at 115.57 76.2 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "a17904b9-135e-4dae-ae20-401c7787de72") + ) + (label "MIX_4" + (at 158.75 49.53 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "a544eb0a-75db-4baf-bf54-9ca21744343b") + ) + (label "IN_4" + (at 203.2 111.76 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "b13e8448-bf35-4ec0-9c70-3f2250718cc2") + ) + (label "OUT" + (at 226.06 54.61 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c8b6b273-3d20-4a46-8069-f6d608563604") + ) + (label "IN_3" + (at 97.79 100.33 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "dae72997-44fc-4275-b36f-cd70bf46cfba") + ) + (global_label "VN" + (shape input) + (at 52.07 191.77 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 47.3993 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "VP" + (shape input) + (at 34.29 185.42 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 38.9002 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "VN" + (shape input) + (at 34.29 187.96 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 38.9607 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "VP" + (shape input) + (at 52.07 176.53 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 47.4598 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "VP" + (shape input) + (at 21.59 185.42 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 16.9798 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "VN" + (shape input) + (at 21.59 187.96 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 16.9193 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (symbol + (lib_id "Connector:AudioJack2_SwitchT") + (at 48.26 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d64a5b4") + (property "Reference" "J2" + (at 49.0728 34.925 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IN" + (at 49.0728 37.2364 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 48.26 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.5mm Eurorack Jacks" + (at 48.26 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 48.26 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_1\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "9e2ac6b0-c056-4715-abbd-0434ad4b859d") + ) + (pin "T" + (uuid "1bbff183-1289-4158-a3fa-b58a42443e9c") + ) + (pin "TN" + (uuid "a9507b76-892d-4fec-b53f-bdb22c76a97f") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:AudioJack2_SwitchT") + (at 120.65 45.72 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d64b3f0") + (property "Reference" "J6" + (at 119.8372 37.465 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OUT" + (at 119.8372 39.7764 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 120.65 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 120.65 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.5mm Eurorack Jacks" + (at 120.65 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 120.65 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT_1\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "49a395b1-7df9-4bd2-b445-25d36811d96f") + ) + (pin "T" + (uuid "81b68914-ca11-4518-bd35-3485616ce6ce") + ) + (pin "TN" + (uuid "e76cc800-0d1c-4376-8ec2-4c7cbf02c5ce") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 53.34 40.64 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d667130") + (property "Reference" "#PWR010" + (at 59.69 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 57.7342 40.513 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 53.34 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 53.34 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 53.34 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "56c53309-639d-48a9-b52b-1d61a99edc99") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 115.57 43.18 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d7582f3") + (property "Reference" "#PWR031" + (at 109.22 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 111.1758 43.307 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 115.57 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dcdc0cd7-8e07-4707-8c42-2a19d5bd85c6") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 45.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d7bf067") + (property "Reference" "R19" + (at 106.5784 47.498 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1k" + (at 104.267 47.498 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 105.41 47.498 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 105.41 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ac0d6d5e-abb1-4ccc-a1b2-2127532cf6ec") + ) + (pin "2" + (uuid "225f1211-3753-4921-ab53-aad75394cc75") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 60.96 184.15 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e180712") + (property "Reference" "#PWR015" + (at 54.61 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 55.88 184.15 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 60.96 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 60.96 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 60.96 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "99f5dcba-76f2-42b5-9809-22fbde85df65") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 21.59 182.88 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e180765") + (property "Reference" "#PWR03" + (at 15.24 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 18.3388 183.007 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 21.59 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 21.59 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 21.59 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "424d3e69-cfff-4134-991a-ce776e4d1d83") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 93.98 180.34 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e1807e6") + (property "Reference" "C3" + (at 96.901 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 96.901 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 94.9452 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 93.98 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 93.98 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 93.98 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "33b46bec-5f99-469c-b9ef-87b9e130750a") + ) + (pin "2" + (uuid "d5701db0-4e02-415a-9d7b-c12658ad8078") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 93.98 187.96 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e1807ec") + (property "Reference" "C4" + (at 96.901 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 96.901 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 94.9452 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 93.98 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 93.98 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 93.98 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ad9260db-7af4-41ac-938c-facffdeeeda4") + ) + (pin "2" + (uuid "000a0380-3fce-4263-b8d1-923dc009b895") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 123.19 180.34 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e180800") + (property "Reference" "C5" + (at 126.111 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 126.111 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 124.1552 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 123.19 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 123.19 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "14a193a5-f639-407f-a87b-82e4382f1672") + ) + (pin "2" + (uuid "5a8943dc-d367-459b-b402-91e79413a627") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 123.19 187.96 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e180806") + (property "Reference" "C6" + (at 126.111 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 126.111 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 124.1552 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 123.19 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 123.19 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e2984a3a-145e-4afd-9513-43016fbcad3e") + ) + (pin "2" + (uuid "6b64482f-1d28-40a9-bd66-11528d4c93d8") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 73.66 43.18 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea3c7cd") + (property "Reference" "R11" + (at 73.66 37.9222 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 73.66 40.2336 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 73.66 41.402 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 73.66 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 73.66 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d2f66986-8587-432b-990d-b23a31c653e6") + ) + (pin "2" + (uuid "2240ce59-6a63-434b-9243-b6e780b8ff6e") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 46.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea413ff") + (property "Reference" "R3" + (at 70.358 45.8216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47k" + (at 70.358 48.133 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 66.802 46.99 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 68.58 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "042a6349-724a-441e-bbeb-dfb3ea9f914b") + ) + (pin "2" + (uuid "6a39c4be-fdca-4ded-ab38-899bc83892cd") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea41944") + (property "Reference" "R4" + (at 70.358 53.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47k" + (at 70.358 55.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 66.802 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 68.58 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f308cddd-09da-4289-a958-a11b34aa1aa5") + ) + (pin "2" + (uuid "42525d00-1a06-44b1-a393-f411ccf21096") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 68.58 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea41c2d") + (property "Reference" "#PWR021" + (at 68.58 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 68.707 62.8142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 68.58 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 68.58 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 68.58 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c1d2b732-0798-431a-8eb2-0ad5dbe47e2b") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 33.02 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea43020") + (property "Reference" "R15" + (at 88.9 27.7622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 88.9 30.0736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 88.9 31.242 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 88.9 33.02 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ecfb794b-bb00-48bb-80b4-f4cbb835cc35") + ) + (pin "2" + (uuid "2c5f8593-370a-4c81-8fbb-48a207649603") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:AudioJack2_SwitchT") + (at 48.26 71.12 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea4ed1c") + (property "Reference" "J3" + (at 49.0728 62.865 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IN" + (at 49.0728 65.1764 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 48.26 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.5mm Eurorack Jacks" + (at 48.26 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 48.26 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "1c5d43aa-ea0a-47cb-b80b-510887119f9e") + ) + (pin "T" + (uuid "e087e25a-ac1a-476d-8d3e-61fee90c75ad") + ) + (pin "TN" + (uuid "2d6a1908-930d-44c9-ba86-1463a3f787dc") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 53.34 68.58 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea4ed22") + (property "Reference" "#PWR011" + (at 59.69 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 57.7342 68.453 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 53.34 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 53.34 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 53.34 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9df48dbc-1a3f-4878-a7a1-ef2c38001630") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 62.23 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea4ed35") + (property "Reference" "#PWR018" + (at 62.23 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 62.357 86.9442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 62.23 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 62.23 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 62.23 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1fb2864f-b256-46af-867a-9f8ec276c368") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 73.66 71.12 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea4ed3b") + (property "Reference" "R12" + (at 73.66 65.8622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 73.66 68.1736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 73.66 69.342 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 73.66 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 73.66 71.12 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d8969149-0bb3-4957-a92b-162d925da54a") + ) + (pin "2" + (uuid "57f0815a-04c0-47ca-a4c4-13c723f0b108") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea4ed45") + (property "Reference" "R5" + (at 70.358 73.7616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47k" + (at 70.358 76.073 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 66.802 74.93 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 68.58 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "74529c39-b8c8-4775-88c5-bf1210f74e64") + ) + (pin "2" + (uuid "40aef6d2-bb20-4c8f-a139-8bdded259c01") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea4ed4b") + (property "Reference" "R6" + (at 70.358 81.3816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47k" + (at 70.358 83.693 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 66.802 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 68.58 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae1418fa-f841-4342-b1c8-d2397088d6c9") + ) + (pin "2" + (uuid "45c5dafe-4671-417c-85a2-0101681dce0b") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 68.58 86.36 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea4ed51") + (property "Reference" "#PWR022" + (at 68.58 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 68.707 90.7542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 68.58 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 68.58 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 68.58 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b009a2d9-8024-4bed-ac41-6240c5916cbf") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 60.96 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea4ed5e") + (property "Reference" "R16" + (at 88.9 55.7022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 88.9 58.0136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 88.9 59.182 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 88.9 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1041da4b-7441-4e73-8691-f4fa9d51a980") + ) + (pin "2" + (uuid "3b47e5e5-159c-420e-91cd-771e39868d59") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:AudioJack2_SwitchT") + (at 49.53 97.79 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea533d6") + (property "Reference" "J4" + (at 50.3428 89.535 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IN" + (at 50.3428 91.8464 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 49.53 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.5mm Eurorack Jacks" + (at 49.53 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 49.53 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_3\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "cce2877e-55fd-45f6-9c22-0e9e7852c77d") + ) + (pin "T" + (uuid "588c1e41-6e7d-4663-9833-3ee3d386ce28") + ) + (pin "TN" + (uuid "08c483bd-c3c8-40ea-9665-3a1e8ab46a42") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 54.61 95.25 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea533dc") + (property "Reference" "#PWR012" + (at 60.96 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 59.0042 95.123 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 54.61 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 54.61 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 54.61 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e3cbd370-7c22-4222-878e-9ad9b35baaf2") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea533ef") + (property "Reference" "#PWR019" + (at 63.5 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.627 113.6142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 63.5 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bcd3ce90-2fda-45ec-aade-2cf605aeeeea") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 74.93 97.79 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea533f5") + (property "Reference" "R13" + (at 74.93 92.5322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 74.93 94.8436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 74.93 96.012 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 74.93 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 74.93 97.79 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "022fd48e-5adf-4517-be85-752807a48858") + ) + (pin "2" + (uuid "8d481c59-ef0b-475d-b72b-6f104fc7b12f") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea533ff") + (property "Reference" "R7" + (at 71.628 100.4316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47k" + (at 71.628 102.743 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 68.072 101.6 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 69.85 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0df0949b-10ea-45bc-a8d2-1580cb661975") + ) + (pin "2" + (uuid "3596a7a0-bc62-4cd1-81e4-5bc2b77e4f2f") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea53405") + (property "Reference" "R8" + (at 71.628 108.0516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47k" + (at 71.628 110.363 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 68.072 109.22 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 69.85 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ded18b39-b671-4364-aa82-fa0586abc62c") + ) + (pin "2" + (uuid "b72df1a7-76aa-40f6-ad81-efba184aa2e0") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 69.85 113.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea5340b") + (property "Reference" "#PWR023" + (at 69.85 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 69.977 117.4242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 69.85 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 69.85 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 69.85 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "58e89bdd-6484-4a7a-b6fb-c5a980f2ee13") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 90.17 87.63 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea53418") + (property "Reference" "R17" + (at 90.17 82.3722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 90.17 84.6836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 90.17 85.852 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 90.17 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 90.17 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "115b6f7a-b2f0-451e-a900-965c41dae61f") + ) + (pin "2" + (uuid "d39ea64c-ed24-4ee0-9498-c07b0a329d29") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:AudioJack2_SwitchT") + (at 50.8 124.46 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea572e9") + (property "Reference" "J5" + (at 51.6128 116.205 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IN" + (at 51.6128 118.5164 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 50.8 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.5mm Eurorack Jacks" + (at 50.8 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 50.8 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"IN_4\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "f8521083-e404-4851-8f66-2328f8076009") + ) + (pin "T" + (uuid "2b6b1ac9-f1a3-48f7-87ee-bdbf65d960d5") + ) + (pin "TN" + (uuid "1248e9b2-ce25-4405-aae1-1c3e6900281c") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 55.88 121.92 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea572ef") + (property "Reference" "#PWR013" + (at 62.23 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 60.2742 121.793 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 55.88 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 55.88 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 55.88 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f569781c-dd2b-4e65-bfd9-55a4fc3b7a36") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 64.77 135.89 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea57302") + (property "Reference" "#PWR020" + (at 64.77 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 64.897 140.2842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 64.77 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d564edef-48de-41f4-a80f-ddb06fb11100") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 124.46 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea57308") + (property "Reference" "R14" + (at 76.2 119.2022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 76.2 121.5136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 76.2 122.682 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 76.2 124.46 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8943ef13-a48e-4f3f-8043-3f9fcd6a7c80") + ) + (pin "2" + (uuid "22838be6-df39-4dd4-b635-e2c9cb081b5b") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 71.12 128.27 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea57312") + (property "Reference" "R9" + (at 72.898 127.1016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47k" + (at 72.898 129.413 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 69.342 128.27 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 71.12 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 71.12 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "04c7e5fc-46f7-4ba1-9d88-f7f775d52712") + ) + (pin "2" + (uuid "9ffed4f5-febe-4750-b63c-3ed050bd5b1a") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 71.12 135.89 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea57318") + (property "Reference" "R10" + (at 72.898 134.7216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47k" + (at 72.898 137.033 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 69.342 135.89 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 71.12 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 71.12 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c8a88705-9093-45b0-84ad-0d423c4f1347") + ) + (pin "2" + (uuid "59733337-a331-4df0-a6d8-418ec2e82f66") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 71.12 139.7 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea5731e") + (property "Reference" "#PWR024" + (at 71.12 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 71.247 144.0942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 71.12 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 71.12 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 71.12 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "534230a0-aab6-401a-860c-6d8475dd3255") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 91.44 114.3 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea5732b") + (property "Reference" "R18" + (at 91.44 109.0422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 91.44 111.3536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 91.44 112.522 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 91.44 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 91.44 114.3 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "604d5075-82f7-4fbe-9060-0ee30a02d89a") + ) + (pin "2" + (uuid "4b9b3a31-2b86-4670-ade9-9cf4f8583e7c") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:AudioJack2_SwitchT") + (at 120.65 73.66 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea6df9d") + (property "Reference" "J7" + (at 119.8372 65.405 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OUT" + (at 119.8372 67.7164 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 120.65 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 120.65 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.5mm Eurorack Jacks" + (at 120.65 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 120.65 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT_2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "a86c4b5a-7bcc-40ac-aea8-70841fe54cd5") + ) + (pin "T" + (uuid "e29f4143-3e4b-42c6-b23a-0180c6c9b482") + ) + (pin "TN" + (uuid "4b7ae60d-7a4d-4b0a-b1b5-85f826643874") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 115.57 71.12 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea6dfa3") + (property "Reference" "#PWR032" + (at 109.22 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 111.1758 71.247 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 115.57 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a2cb6d3e-479e-42cb-b10e-9023dc32f8c9") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 73.66 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea6dfa9") + (property "Reference" "R20" + (at 106.5784 75.438 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1k" + (at 104.267 75.438 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 105.41 75.438 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 105.41 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6cdbd579-78aa-4cc8-b8f2-636bba9d97f2") + ) + (pin "2" + (uuid "fce1d2a8-5443-420a-a670-e9aef6cc160f") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:AudioJack2_SwitchT") + (at 120.65 100.33 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea6fffd") + (property "Reference" "J8" + (at 119.8372 92.075 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OUT" + (at 119.8372 94.3864 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 120.65 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 120.65 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.5mm Eurorack Jacks" + (at 120.65 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 120.65 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT_3\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "4b573aa4-346c-426e-9953-41c8a5264940") + ) + (pin "T" + (uuid "068f012b-4c16-4997-a753-f8504fd322cf") + ) + (pin "TN" + (uuid "f253f7fd-454d-487d-9ea8-f04021c194d3") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 115.57 97.79 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea70003") + (property "Reference" "#PWR033" + (at 109.22 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 111.1758 97.917 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 115.57 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8a17e471-398d-4b5e-8789-ff2c7b5ebc0d") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 100.33 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea70009") + (property "Reference" "R21" + (at 106.5784 102.108 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1k" + (at 104.267 102.108 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 105.41 102.108 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 105.41 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9d4e7ae4-e4b8-4caf-864b-c5089f0c3440") + ) + (pin "2" + (uuid "5cb6cbc2-d65b-4995-8c4d-1f736c12597a") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:AudioJack2_SwitchT") + (at 121.92 127 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea71fb4") + (property "Reference" "J9" + (at 121.1072 118.745 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OUT" + (at 121.1072 121.0564 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 121.92 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 121.92 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.5mm Eurorack Jacks" + (at 121.92 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 121.92 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT_4\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "9965bd4c-d926-4336-a838-8abdffcad262") + ) + (pin "T" + (uuid "472da5a0-705d-4029-a223-21e66297fddd") + ) + (pin "TN" + (uuid "17b0d1c8-2c7e-4e8e-a6d4-af773760ea8c") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 116.84 124.46 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea71fba") + (property "Reference" "#PWR034" + (at 110.49 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 112.4458 124.587 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 116.84 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 116.84 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 116.84 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bd777e39-53f5-4fa2-98a3-2f3894a3d5f7") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR034") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 106.68 127 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea71fc0") + (property "Reference" "R22" + (at 107.8484 128.778 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1k" + (at 105.537 128.778 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 106.68 128.778 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 106.68 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "89d60e13-aa6b-4474-8789-9af56d4d3202") + ) + (pin "2" + (uuid "1e99a8bb-f22d-44d8-9f8e-4374ce678a46") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 162.56 49.53 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea7fb33") + (property "Reference" "R27" + (at 163.7284 51.308 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 161.417 51.308 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 162.56 51.308 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 162.56 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1444efe3-3c7a-4f60-9ff4-8aa2b60435a0") + ) + (pin "2" + (uuid "896d0e80-eca1-4e8b-9ba3-e9ebcbd32370") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R27") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 162.56 41.91 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea7ff72") + (property "Reference" "R26" + (at 163.7284 43.688 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 161.417 43.688 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 162.56 43.688 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 162.56 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a933b710-6af7-4a3e-8695-163836e466c7") + ) + (pin "2" + (uuid "b1e9c415-163e-4f1c-a4be-a90cea9f77fd") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R26") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 162.56 34.29 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea801e7") + (property "Reference" "R25" + (at 163.7284 36.068 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 161.417 36.068 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 162.56 36.068 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 162.56 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cdf301ef-3964-478d-be2a-ef4a338584be") + ) + (pin "2" + (uuid "bdf6f613-980e-4508-8881-6ea9beb330a4") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R25") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 162.56 26.67 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea80356") + (property "Reference" "R24" + (at 163.7284 28.448 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 161.417 28.448 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 162.56 28.448 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 162.56 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f26c5825-8bd7-4c4b-8dce-4381911ece00") + ) + (pin "2" + (uuid "6be6bc81-1dd3-44a1-a51d-84f322fd1516") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 189.23 34.29 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea8beb9") + (property "Reference" "R31" + (at 189.23 27.94 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 189.23 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 189.23 36.068 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 189.23 34.29 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9604910f-f818-46d1-b985-338a80beed39") + ) + (pin "2" + (uuid "b41fe54e-78d1-40b9-b7e4-0ebb3963c920") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R31") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:AudioJack2_SwitchT") + (at 247.65 54.61 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea91ed6") + (property "Reference" "J10" + (at 246.8372 46.355 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OUT" + (at 246.8372 48.6664 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (at 247.65 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 247.65 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3.5mm Eurorack Jacks" + (at 247.65 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 247.65 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"OUT\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "S=1 T=2 TN=3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "S" + (uuid "12c1c8b3-3bc6-49ee-a26f-fa016a6b6438") + ) + (pin "T" + (uuid "24bb7e0d-25ac-428c-a348-0d483440d4f0") + ) + (pin "TN" + (uuid "773d4d0e-9f72-415d-a00b-9695f74ed79c") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 242.57 52.07 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea91edc") + (property "Reference" "#PWR050" + (at 236.22 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 238.1758 52.197 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 242.57 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 242.57 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4dc2defe-b670-4799-a014-1dc65ecf8aa3") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR050") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 232.41 54.61 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea91ee2") + (property "Reference" "R39" + (at 233.5784 56.388 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1k" + (at 231.267 56.388 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 232.41 56.388 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 232.41 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 232.41 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8fa62ad8-f995-4d5d-8ff8-cb9c5cfece0a") + ) + (pin "2" + (uuid "605f65ce-bdd4-4972-b13a-3394d0fad76a") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R39") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 179.07 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea9646e") + (property "Reference" "#PWR040" + (at 179.07 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 179.197 60.2742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 179.07 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 179.07 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ad22c593-6a9b-4af4-b68e-0bedcb1a436b") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR040") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 203.2 52.07 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe3954") + (property "Reference" "R33" + (at 204.3684 53.848 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 202.057 53.848 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 203.2 53.848 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 203.2 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 203.2 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "627854fa-48e8-4767-bdd1-0e322c1ff0a6") + ) + (pin "2" + (uuid "41bdcdcf-96ef-47f6-9992-09a1f9edb942") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R33") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 218.44 36.83 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebeef1c") + (property "Reference" "R36" + (at 218.44 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 218.44 33.02 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 218.44 38.608 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 218.44 36.83 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1a0c8eb4-ae2e-4e27-9c2d-a5121eaa24ca") + ) + (pin "2" + (uuid "6a7bed51-d209-410f-8e83-14cecde31b63") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R36") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 208.28 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec0592e") + (property "Reference" "#PWR045" + (at 208.28 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 208.407 62.8142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 208.28 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 208.28 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 208.28 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f916e9cb-a39e-4de7-a5bf-5ef808aada51") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR045") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 153.67 180.34 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec3e5c8") + (property "Reference" "C7" + (at 156.591 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 156.591 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 154.6352 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 153.67 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 153.67 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a47f0306-ff2e-4136-bb6b-c7267afef382") + ) + (pin "2" + (uuid "c5bc07f9-8446-40c9-87a9-a34ee819a5e6") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 153.67 187.96 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec3e5ce") + (property "Reference" "C8" + (at 156.591 186.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 156.591 189.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 154.6352 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 153.67 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 153.67 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cf6b6a65-7816-4a3d-8c8c-54b04d392ae5") + ) + (pin "2" + (uuid "9ace91c9-13a6-490f-bbff-869df4cd039c") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 62.23 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f6bbf95") + (property "Reference" "#PWR017" + (at 62.23 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 62.357 59.0042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 62.23 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 62.23 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 62.23 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30b99404-c3c1-43c4-8022-bea1fd965906") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 25.4 162.56 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f737716") + (property "Reference" "#FLG02" + (at 25.4 164.465 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 25.4 166.9542 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 25.4 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 25.4 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1f830867-4f5f-4345-b1b0-4c368291f0c9") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 31.75 162.56 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f737c0d") + (property "Reference" "#FLG03" + (at 31.75 164.465 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 31.75 166.9542 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 31.75 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 31.75 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 31.75 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fdbf3345-3ec3-40e8-aa28-8eb7aea6391c") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 25.4 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f816c5c") + (property "Reference" "#PWR04" + (at 25.4 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 25.781 158.1658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 25.4 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 25.4 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 25.4 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b40d7de7-982e-4b5a-9562-d2292bc8b549") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 31.75 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f816fae") + (property "Reference" "#PWR05" + (at 31.75 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 32.131 158.1658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 31.75 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 31.75 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 31.75 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0ed89a76-d7fc-4da4-a813-df60d5f67bf2") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 176.53 270) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fb443e6") + (property "Reference" "R1" + (at 55.88 171.2722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10" + (at 55.88 173.5836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (at 55.88 174.752 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 55.88 176.53 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 55.88 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b49062c7-341b-4913-974b-334590a11553") + ) + (pin "2" + (uuid "fd82fda1-43eb-4607-8327-2b36c275510d") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 60.96 176.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fc69ba0") + (property "Reference" "#PWR014" + (at 60.96 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 58.42 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 60.96 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 60.96 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 60.96 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "987a1bf5-8197-4937-ae3a-122398312ca5") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 60.96 191.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fc69ba2") + (property "Reference" "#PWR016" + (at 60.96 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 58.42 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 60.96 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 60.96 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 60.96 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b8df576e-52e4-4898-823b-719ba99a7a0c") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 34.29 182.88 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fc69ba7") + (property "Reference" "#PWR08" + (at 40.64 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 37.5412 182.753 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 34.29 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 34.29 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 34.29 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "316369ce-281e-4fab-8ad5-3b8ffc87cc69") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 191.77 270) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fc69bb1") + (property "Reference" "R2" + (at 55.88 186.5122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10" + (at 55.88 188.8236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (at 55.88 189.992 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 55.88 191.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 55.88 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"10\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "beb5e92b-bde6-4468-8459-39fc6bfdafbd") + ) + (pin "2" + (uuid "27987005-749e-4a00-b10a-16ecc795ec4f") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_02x05_Odd_Even") + (at 29.21 182.88 180) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd165c") + (property "Reference" "J1" + (at 27.94 193.4718 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IDC Header" + (at 27.94 191.1604 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (at 29.21 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 29.21 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 29.21 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 29.21 182.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"J\" model=\"IDC Header\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fde8107e-229e-4a49-8c93-f7538c3c1936") + ) + (pin "10" + (uuid "2003662e-b21a-4a21-b67e-b17d47f2ae52") + ) + (pin "2" + (uuid "92980ed2-d0ca-4e66-a623-c71285482cd5") + ) + (pin "3" + (uuid "fdf4e5e5-ce2c-447d-bb90-a5b6b60c83c5") + ) + (pin "4" + (uuid "1a51930b-c757-47c1-8f9d-581f6bdcafc6") + ) + (pin "5" + (uuid "a4c88eb7-6752-46f1-9852-1ff8454dc841") + ) + (pin "6" + (uuid "5e5ef074-7253-4128-b3cc-3a58a81f4b31") + ) + (pin "7" + (uuid "eb2bd1b2-cef8-4414-9af1-4ce7207a025a") + ) + (pin "8" + (uuid "43c1b881-4c7d-4e78-b9bb-24107f0a191f") + ) + (pin "9" + (uuid "39a10fc8-631b-4d65-a8b5-e458bc57a7ce") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 34.29 180.34 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd165f") + (property "Reference" "#PWR07" + (at 40.64 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 37.5412 180.213 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 34.29 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 34.29 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 34.29 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7032d3e1-b1a4-4777-88ba-7e8dacac88c4") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 34.29 177.8 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd1660") + (property "Reference" "#PWR06" + (at 30.48 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 37.5412 178.181 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 34.29 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 34.29 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 34.29 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ada74675-61d6-40b0-a56a-44a3de1fb327") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 21.59 177.8 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd1661") + (property "Reference" "#PWR01" + (at 25.4 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 18.3388 177.419 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 21.59 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 21.59 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+5V\"" + (at 21.59 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "98ecf3a1-9f18-4342-befa-459429b876d1") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 21.59 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fcd1662") + (property "Reference" "#FLG01" + (at 21.59 175.895 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 21.59 174.5488 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "" + (at 21.59 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 21.59 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 21.59 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4293f957-c2f7-499c-8457-2ae757132461") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 21.59 180.34 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060a97243") + (property "Reference" "#PWR02" + (at 15.24 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 18.3388 180.467 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 21.59 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 21.59 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 21.59 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f81cf28d-7f8a-45aa-8733-bbbd77ce5ecf") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 93.98 176.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b273a0") + (property "Reference" "#PWR026" + (at 93.98 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 91.44 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.98 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 93.98 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 93.98 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "74533a9e-591a-415d-88a9-e4b95f02a9c4") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 93.98 191.77 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b27de4") + (property "Reference" "#PWR027" + (at 93.98 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 96.52 195.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.98 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 93.98 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 93.98 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6baf2211-be40-4a80-bb62-d72128787f05") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 153.67 176.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b746fe") + (property "Reference" "#PWR036" + (at 153.67 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 151.13 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 153.67 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 153.67 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 153.67 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c47f7d0d-e998-4cf3-8722-c71d314eb685") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR036") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 153.67 191.77 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b7514b") + (property "Reference" "#PWR037" + (at 153.67 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 156.21 195.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 153.67 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 153.67 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 153.67 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b2e41db8-5861-439d-9d94-021ed293689f") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR037") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 147.32 186.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b75adf") + (property "Reference" "#PWR035" + (at 147.32 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 147.32 191.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 147.32 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 147.32 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 147.32 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f917480b-173a-40a8-ab5b-5c95cfe3b7e8") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR035") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 123.19 176.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b8cdd7") + (property "Reference" "#PWR029" + (at 123.19 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 120.65 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 123.19 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 123.19 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7fb65ec1-ece3-48e1-bdf5-4413b4bf1f25") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 123.19 191.77 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b8d515") + (property "Reference" "#PWR030" + (at 123.19 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 125.73 195.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 123.19 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 123.19 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "26e5081e-e8cb-4020-a8bf-f57e9547e94e") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 116.84 186.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060b8dacc") + (property "Reference" "#PWR028" + (at 116.84 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 116.84 191.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 116.84 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 116.84 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 116.84 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ff406c59-6fe9-4a0c-832a-bb84e0f23c18") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 87.63 186.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060bc50af") + (property "Reference" "#PWR025" + (at 87.63 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 87.63 191.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 87.63 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 87.63 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 87.63 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4096c8e3-18de-4d14-8837-37b1085905cd") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 17.78 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061023b83") + (property "Reference" "#FLG0101" + (at 17.78 160.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 17.78 158.1658 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 17.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 17.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 17.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9d6302e3-a09a-40a3-b878-aa915e3db8a0") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#FLG0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 17.78 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061024360") + (property "Reference" "#PWR0101" + (at 17.78 168.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 17.907 166.9542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 17.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 17.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 17.78 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b7bc5cb9-f955-4a2c-9db8-f47871bdab76") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 189.23 22.86 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006102d371") + (property "Reference" "C10" + (at 189.23 16.4592 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100p" + (at 189.23 18.7706 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 185.42 23.8252 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 189.23 22.86 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "34357817-b517-4005-94fd-0b60657f682f") + ) + (pin "2" + (uuid "57bb0dac-be7a-4db1-b781-ba1ea8ccbd8b") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 90.17 127 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b1b378") + (property "Reference" "U5" + (at 90.17 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 90.17 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 90.17 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 90.17 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 90.17 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 90.17 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4858e9af-4c74-4b84-be6b-43d2fffe3fec") + ) + (pin "2" + (uuid "9dc4c419-9dbe-4189-8978-db3449de0725") + ) + (pin "3" + (uuid "3c41fa83-bded-4f4d-b3e2-2055a406e982") + ) + (pin "5" + (uuid "ea62aca0-ccb1-41d4-bc7b-4b477a6dd63d") + ) + (pin "6" + (uuid "8458b42a-ee17-43e1-b682-106c7328e691") + ) + (pin "7" + (uuid "b5dae6eb-b3fb-4fde-982a-a8ed7f5aac00") + ) + (pin "4" + (uuid "f1230652-c8e5-4884-9f10-35e774e0191c") + ) + (pin "8" + (uuid "69c87ecf-44da-4c1b-bb8b-52bf6885b2f6") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 210.82 109.22 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b1e802") + (property "Reference" "U5" + (at 210.82 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 210.82 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 210.82 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 210.82 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 210.82 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 210.82 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1c1cd6f1-2c75-4690-a13d-5523bf0ba3b9") + ) + (pin "2" + (uuid "953564df-a6b2-4611-83e1-1d130bcd130d") + ) + (pin "3" + (uuid "9a502daa-1acb-4f53-a395-be9c39484ef0") + ) + (pin "5" + (uuid "6bceb214-c36b-46ff-99bd-345f4fb70d4b") + ) + (pin "6" + (uuid "dd61ed17-5104-4242-9763-e4349b730e80") + ) + (pin "7" + (uuid "9d99a931-6938-4e55-b679-cbae16ab1c10") + ) + (pin "4" + (uuid "fa3c8b0e-33b9-48b1-be28-23c5c7d77dc0") + ) + (pin "8" + (uuid "f8584265-1751-4ac8-a582-e9ea953a5a9e") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U5") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 182.88 83.82 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b38faa") + (property "Reference" "D1" + (at 180.34 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Green/Yellow)" + (at 182.88 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 182.88 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 182.88 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 182.88 83.82 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 182.88 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f42ffa4a-3162-4d30-992d-a7e13dd34485") + ) + (pin "2" + (uuid "ceb7810a-9ae9-45a2-b1e0-504c8df4f2bd") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 186.69 83.82 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b47b90") + (property "Reference" "#PWR038" + (at 186.69 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 186.817 88.2142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 186.69 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 186.69 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 186.69 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eda1404a-25f3-42d4-b3de-9cb5b2a0a6f3") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR038") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 175.26 107.95 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b507e3") + (property "Reference" "R30" + (at 175.26 102.6922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "510" + (at 175.26 105.0036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 175.26 106.172 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 175.26 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 175.26 107.95 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fbe2b259-5039-42fb-9db1-c90a62e55af9") + ) + (pin "2" + (uuid "d3631fe1-8103-41a8-aaeb-e7c0bff3cf5d") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R30") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 173.99 133.35 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b51098") + (property "Reference" "R28" + (at 173.99 128.0922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "510" + (at 173.99 130.4036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 173.99 131.572 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 173.99 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 173.99 133.35 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "de5a2861-d0e3-498e-8cad-067889035d95") + ) + (pin "2" + (uuid "9abe65c0-6fb7-431f-965e-2cb6983ff5ec") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R28") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 224.79 85.09 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b519e5") + (property "Reference" "R32" + (at 224.79 79.8322 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "510" + (at 224.79 82.1436 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 224.79 83.312 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 224.79 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 224.79 85.09 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "265d0f5a-015f-4394-a475-8ae186ba418a") + ) + (pin "2" + (uuid "7e65e8fd-fc6b-4878-8cf9-8444fe44f3f5") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R32") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 224.79 109.22 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b52316") + (property "Reference" "R34" + (at 224.79 103.9622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "510" + (at 224.79 106.2736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 224.79 107.442 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 224.79 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 224.79 109.22 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "50990eac-8388-4c81-a09c-f9caccabb1e2") + ) + (pin "2" + (uuid "819a8413-6af3-4f54-a057-6464065995fe") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R34") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 218.44 25.4 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b5dcb6") + (property "Reference" "C9" + (at 218.44 18.9992 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100p" + (at 218.44 21.3106 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 214.63 26.3652 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 218.44 25.4 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "60d7e707-0ca7-4991-b8c2-62d87676ab7f") + ) + (pin "2" + (uuid "22e7fee3-80ce-4ad3-849b-5b63d15bf7e5") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 232.41 85.09 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b5ee1f") + (property "Reference" "D2" + (at 229.87 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Green/Yellow)" + (at 232.41 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 232.41 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 232.41 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 232.41 85.09 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 232.41 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "baf5a881-6b06-46ce-b829-b5e0f1853b1d") + ) + (pin "2" + (uuid "9ab3e046-f273-4c89-8204-0ac865f01243") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 236.22 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b5ee25") + (property "Reference" "#PWR042" + (at 236.22 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 236.347 89.4842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 236.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 236.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 236.22 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9f6d029f-1074-4832-a7bd-9ecd0660c759") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 187.96 52.07 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b6aaec") + (property "Reference" "U7" + (at 187.96 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 187.96 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 187.96 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 187.96 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 187.96 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 187.96 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7d5f2de9-d1be-4094-a987-402ee2bd6fc0") + ) + (pin "2" + (uuid "c73d9450-b240-41b9-a0b3-fddb5a4de7b4") + ) + (pin "3" + (uuid "780cd75b-5560-4368-842f-97edd8fdc6b3") + ) + (pin "5" + (uuid "0d46d7e9-99d4-4b64-a401-be3d9659bf24") + ) + (pin "6" + (uuid "79686471-4cd2-49a2-944a-a029005e018c") + ) + (pin "7" + (uuid "5c15876c-0dcf-47f2-91e5-003fae2bdf28") + ) + (pin "4" + (uuid "9bc4e94d-0eb4-47bf-9cf7-388eafd26a18") + ) + (pin "8" + (uuid "84f856c7-4ec1-4215-8316-3fc417692916") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 209.55 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b6e55b") + (property "Reference" "U6" + (at 209.55 125.2982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 209.55 127.6096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 209.55 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 209.55 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 209.55 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 209.55 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ecb4e8de-69fa-4df4-b2e9-225fc8346eca") + ) + (pin "2" + (uuid "8cd7c344-2150-4a74-b529-83166c3e42e5") + ) + (pin "3" + (uuid "ddea02df-ae9a-496d-a524-adea2506ffa0") + ) + (pin "5" + (uuid "cd93a09b-36cc-4416-8b29-24b08741650d") + ) + (pin "6" + (uuid "03ea0b8d-8aff-4e48-8972-6a411606679d") + ) + (pin "7" + (uuid "63a79800-7761-4db1-9e76-90c21a55af7e") + ) + (pin "4" + (uuid "899c5971-c7c9-4fcd-ab73-f3b038b13483") + ) + (pin "8" + (uuid "5fd95115-f024-42de-b1bb-3ba532791389") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 160.02 133.35 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b6e561") + (property "Reference" "U6" + (at 160.02 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 160.02 127 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 160.02 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 160.02 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 160.02 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 160.02 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d2915ab9-12bb-4497-8a1c-b1dbb0e4d4a3") + ) + (pin "2" + (uuid "295ec51d-b7aa-4337-8075-7168895cc953") + ) + (pin "3" + (uuid "0d6e792a-4165-42c6-9b12-6b6ef5b72c6d") + ) + (pin "5" + (uuid "a0a64c0f-02e6-4e45-abb3-0790b58b240d") + ) + (pin "6" + (uuid "5222611c-33ad-469a-9e47-93f7ea8a4a4f") + ) + (pin "7" + (uuid "213bdbbb-2aff-4f48-bf18-936e5ebbcb5d") + ) + (pin "4" + (uuid "ea42425f-81a7-4d8e-bb6e-991d382b28b9") + ) + (pin "8" + (uuid "fc403fdd-0d2e-4bfb-a13a-35ffe5b67495") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U6") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 182.88 107.95 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b6e571") + (property "Reference" "D3" + (at 180.34 101.6 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Green/Yellow)" + (at 182.88 101.6 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 182.88 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 182.88 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 182.88 107.95 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 182.88 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0496d12f-dca9-4359-a15f-d14ec308555e") + ) + (pin "2" + (uuid "2302f409-8b2b-4e12-b490-170b8c099156") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 186.69 107.95 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b6e57d") + (property "Reference" "#PWR039" + (at 186.69 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 186.817 112.3442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 186.69 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 186.69 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 186.69 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f41150fe-b3ab-4fcd-8caa-6d4faf6441ba") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR039") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 232.41 109.22 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b6e591") + (property "Reference" "D4" + (at 229.87 102.87 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Green/Yellow)" + (at 232.41 102.87 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 232.41 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 232.41 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 232.41 109.22 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 232.41 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d7a383e2-8a50-4d7f-9fa1-487299e93701") + ) + (pin "2" + (uuid "dba5edf9-81de-4c3e-888c-282a5554e8af") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 236.22 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b6e597") + (property "Reference" "#PWR043" + (at 236.22 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 236.347 113.6142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 236.22 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 236.22 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 236.22 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "df2bb8c0-6b6d-4d17-bee4-d9b55372d1ac") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 217.17 54.61 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b7777f") + (property "Reference" "U7" + (at 217.17 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 217.17 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 217.17 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 217.17 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 217.17 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 217.17 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "deb86c15-9a36-40fa-a798-13957d904ba2") + ) + (pin "2" + (uuid "9448674e-255e-4c0a-8bde-856fbc922a7e") + ) + (pin "3" + (uuid "2114c849-4f3c-4754-b22d-83738bd84aa4") + ) + (pin "5" + (uuid "27785de1-54ba-4776-b2cb-2198f8e38417") + ) + (pin "6" + (uuid "7047ff6f-a981-4922-b891-871f0192e20f") + ) + (pin "7" + (uuid "84018ab4-adff-46a3-8f7d-a4f73dd5211a") + ) + (pin "4" + (uuid "a9d9de1c-43d1-4232-891f-43f98fe01540") + ) + (pin "8" + (uuid "df9787c6-f6ac-420a-80e0-c608ff12f8cd") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U7") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 87.63 45.72 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b85bd5") + (property "Reference" "U2" + (at 87.63 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 87.63 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 87.63 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 87.63 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 87.63 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 87.63 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e5e09184-8260-4b9c-b0fb-ce4d98fa3cc7") + ) + (pin "2" + (uuid "59df77d3-c172-419e-a259-af32a99e7ca6") + ) + (pin "3" + (uuid "1b71caea-0c10-452d-920e-f004e5ebde3a") + ) + (pin "5" + (uuid "c0ed3e99-5f20-47ea-884b-3d77086c9ea6") + ) + (pin "6" + (uuid "dffc7b2a-ce38-48e6-9407-740caa172a9f") + ) + (pin "7" + (uuid "10a9029d-f5de-46a0-b693-784cd7d06ccb") + ) + (pin "4" + (uuid "acbe3c86-1be7-469b-93aa-23183f51b0e9") + ) + (pin "8" + (uuid "e0c140c9-1f54-4512-8151-5036aa21da96") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 87.63 73.66 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b87396") + (property "Reference" "U3" + (at 88.9 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 88.9 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 87.63 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 87.63 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 87.63 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 87.63 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "96d5d53d-faf3-4026-bab6-7894ca8c1367") + ) + (pin "2" + (uuid "365a9f24-7589-4a9e-9d86-c7f3815abd7c") + ) + (pin "3" + (uuid "38409c78-b39c-48ed-92b0-0604b33b4812") + ) + (pin "5" + (uuid "64faed8b-b683-4834-8a4e-7b0eb13914b1") + ) + (pin "6" + (uuid "945042d2-48ee-4571-9520-b4e215e4f110") + ) + (pin "7" + (uuid "02191ef5-bc2d-4582-9bbd-1957d3d9a0de") + ) + (pin "4" + (uuid "233a1ee4-47e7-4c57-bd83-ec993109f524") + ) + (pin "8" + (uuid "66faec5a-95df-4cc6-99c8-fcb40ab0a385") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 88.9 100.33 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b8765d") + (property "Reference" "U4" + (at 90.17 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 90.17 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 88.9 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 88.9 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 88.9 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 88.9 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "36ccad9c-f214-4436-a670-215a0a2b0c13") + ) + (pin "2" + (uuid "926d1f2a-c336-4c68-9f3d-a7c412b559a3") + ) + (pin "3" + (uuid "c167a42f-8f94-4817-8d6a-8beef5aeda79") + ) + (pin "5" + (uuid "afeae517-7a20-46d6-bf17-926a50a80599") + ) + (pin "6" + (uuid "f7008379-6c51-40fa-84d4-cc791c135acb") + ) + (pin "7" + (uuid "bde6631c-163f-4719-98b2-926e6beaf5cb") + ) + (pin "4" + (uuid "f4cfeb4d-b69d-4a06-83aa-769c8385c14f") + ) + (pin "8" + (uuid "070726c0-9cab-4d51-9f42-eca7548f32bb") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 161.29 107.95 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b87663") + (property "Reference" "U4" + (at 161.29 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 161.29 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 161.29 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 161.29 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 161.29 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 161.29 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94b8de25-db6a-4a4b-b522-213c7b7540b5") + ) + (pin "2" + (uuid "1f938e58-b037-42c8-8a61-9c38206336e7") + ) + (pin "3" + (uuid "79e857d3-2d77-4802-9144-993118778587") + ) + (pin "5" + (uuid "bca01722-d5e1-4cf3-95ef-65b2a2a388c1") + ) + (pin "6" + (uuid "811f3ed5-16e8-4e00-aaca-f93edbe7ac1a") + ) + (pin "7" + (uuid "af17ca9e-288c-4bbd-a350-24e3fc719823") + ) + (pin "4" + (uuid "4b28adf9-ecd7-4740-91e7-2653c2a0f42c") + ) + (pin "8" + (uuid "f85370e7-feba-4135-a0ce-4b6a5cf51e5e") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U4") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 181.61 133.35 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b87673") + (property "Reference" "D5" + (at 179.07 127 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED (Red/Yellow)" + (at 181.61 127 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_THT:LED_D3.0mm" + (at 181.61 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 181.61 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 181.61 133.35 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 181.61 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"D\" model=\"LED2\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a4d862a4-6897-4da3-b945-294834e2e176") + ) + (pin "2" + (uuid "dff8d45b-e2a4-480d-8b29-8d8f56c99155") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "D5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 185.42 133.35 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b8767f") + (property "Reference" "#PWR09" + (at 185.42 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 185.547 137.7442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 185.42 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 185.42 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 185.42 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d3a972c9-d90a-47c4-9821-d220e7b5e3bf") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 161.29 83.82 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b8a0b7") + (property "Reference" "U2" + (at 161.29 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 161.29 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 161.29 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 161.29 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 161.29 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 161.29 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3f795a1f-a697-45e4-a351-25ee2ae86972") + ) + (pin "2" + (uuid "1d5a0a9b-3175-496b-b81b-85c336a6c014") + ) + (pin "3" + (uuid "82a9ee93-24da-4c99-af79-4673459f5ae3") + ) + (pin "5" + (uuid "68c5da9d-df79-44e2-ba25-856fe2980103") + ) + (pin "6" + (uuid "34db7dbd-5d09-45ea-a4f4-a6af33c207ae") + ) + (pin "7" + (uuid "c1eb79c8-c971-4813-8f4e-4ef413e23f8e") + ) + (pin "4" + (uuid "b4508caa-bc6b-4466-a231-e95e1ec5adc7") + ) + (pin "8" + (uuid "24663a93-f6b8-4af8-b6ef-f5272b34ce2d") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U2") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 210.82 85.09 0) + (mirror x) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b8c44a") + (property "Reference" "U3" + (at 210.82 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL072" + (at 210.82 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 210.82 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 210.82 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 210.82 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 210.82 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4765c2a1-e7f4-4169-a4d9-f5d320fc59b1") + ) + (pin "2" + (uuid "ebc6cb8c-8923-496b-818c-330006c7909d") + ) + (pin "3" + (uuid "e5a4e37f-36c9-4aa5-b6b2-2a34063a1a40") + ) + (pin "5" + (uuid "16fffe0c-44c7-45a6-8b8d-0d3fad27a98d") + ) + (pin "6" + (uuid "92bb8e51-1237-46be-b5a7-f20aabc73d15") + ) + (pin "7" + (uuid "22e3926d-435b-4901-934b-b66d84eea9d1") + ) + (pin "4" + (uuid "93637ebd-4968-43b1-be3f-38e8f07b743c") + ) + (pin "8" + (uuid "989c371e-d18f-45fe-a062-978b2c142f0d") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U3") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 106.68 184.15 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b94236") + (property "Reference" "U3" + (at 105.6132 182.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 105.6132 185.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 106.68 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 106.68 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 106.68 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 106.68 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c61b13a3-4a44-4082-be1e-d9b1731ff74b") + ) + (pin "2" + (uuid "60479199-a3ad-4105-b70f-8ae94ed24115") + ) + (pin "3" + (uuid "ce2c3a03-3878-460a-a00d-50e3e20305a5") + ) + (pin "5" + (uuid "9a2826f3-157c-4d1a-8d2c-7c9fe41739ea") + ) + (pin "6" + (uuid "e9b1ee83-9763-49fc-b36c-d82becb48641") + ) + (pin "7" + (uuid "e5902a1e-dbc0-446c-aea6-2126e0cd8059") + ) + (pin "4" + (uuid "d8a523ab-3d89-44b9-8b26-e4a9532c591d") + ) + (pin "8" + (uuid "61f0657f-eafa-4e35-97e3-6fdf2ac25519") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U3") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 137.16 184.15 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b99c12") + (property "Reference" "U7" + (at 136.0932 182.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 136.0932 185.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 137.16 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 137.16 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 137.16 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 137.16 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "31050c62-3553-43fd-8335-25f0ec1bfa7b") + ) + (pin "2" + (uuid "2e991c4b-dbd7-4165-abee-561ef3adb936") + ) + (pin "3" + (uuid "64e9dbad-4130-4b1d-9aeb-dde5b78a7685") + ) + (pin "5" + (uuid "49c542dd-44ec-4e17-9668-7934dacaf245") + ) + (pin "6" + (uuid "036ba9be-23b8-40f4-8853-160c2b545c0c") + ) + (pin "7" + (uuid "c2853da7-7c57-4a1b-add9-416b48a73360") + ) + (pin "4" + (uuid "fe2c47f7-f9dc-44b7-9969-8cc9c889934b") + ) + (pin "8" + (uuid "ab2f1ec5-5457-4782-b9f1-aefdc95dc248") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U7") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 200.66 138.43 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b9abd8") + (property "Reference" "#PWR041" + (at 200.66 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 200.787 142.8242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 200.66 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 200.66 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 200.66 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "85513dce-a2f5-44e5-96ef-afdc67519a77") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR041") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 166.37 184.15 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061b9b30f") + (property "Reference" "U5" + (at 165.3032 182.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 165.3032 185.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 166.37 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 166.37 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 166.37 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 166.37 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "29be1c55-bcc6-467d-a05c-05c491d5b61d") + ) + (pin "2" + (uuid "697a0118-b247-47ab-b92b-eddcedbdf190") + ) + (pin "3" + (uuid "e052bb5d-260b-4f30-ac7b-f375d81e9585") + ) + (pin "5" + (uuid "24938c9b-777b-4db0-87d4-2ab8d90af6e5") + ) + (pin "6" + (uuid "d9b5ceb5-ca00-44ef-b740-1783d823353b") + ) + (pin "7" + (uuid "025cde4e-ad12-49b6-b348-d13654491dae") + ) + (pin "4" + (uuid "43f7bfa1-63f0-4188-9aeb-179fd0f01620") + ) + (pin "8" + (uuid "03905ff5-df18-48aa-8be8-13440887926d") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U5") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 153.67 160.02 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0ec3") + (property "Reference" "C16" + (at 156.591 158.8516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 156.591 161.163 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 154.6352 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 153.67 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 153.67 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2e3a43b6-07fe-4cb6-85ae-f27fb7f41338") + ) + (pin "2" + (uuid "d0e5703e-1d3f-4ec2-befe-e6ee65350f91") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 153.67 152.4 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0ecd") + (property "Reference" "C15" + (at 156.591 151.2316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 156.591 153.543 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 154.6352 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 153.67 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 153.67 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 153.67 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0720461c-299d-4bb7-989d-154d9659e9e8") + ) + (pin "2" + (uuid "d38839ad-2dde-4048-aa26-5346eeddecb0") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 123.19 160.02 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0ed7") + (property "Reference" "C14" + (at 126.111 158.8516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 126.111 161.163 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 124.1552 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 123.19 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 123.19 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b7531eb3-bc67-49db-9048-63c9a69aed77") + ) + (pin "2" + (uuid "07ac8978-53a7-4c30-a123-37cfbb2af7a0") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 123.19 152.4 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0ee1") + (property "Reference" "C13" + (at 126.111 151.2316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 126.111 153.543 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 124.1552 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 123.19 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 123.19 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8eed701f-673b-4e13-ac9c-fd8d6cb1250a") + ) + (pin "2" + (uuid "9a391e9c-0da3-4ce0-a73a-1553627ed004") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 93.98 160.02 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0eeb") + (property "Reference" "C12" + (at 96.901 158.8516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 96.901 161.163 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 94.9452 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 93.98 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 93.98 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 93.98 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "49abba3b-bd0a-4b27-b950-3fd685703b9b") + ) + (pin "2" + (uuid "e0a80b4c-4bf3-42af-b184-0be2e3925ff9") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 93.98 152.4 0) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0ef5") + (property "Reference" "C11" + (at 96.901 151.2316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1u" + (at 96.901 153.543 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" + (at 94.9452 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 93.98 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 93.98 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 93.98 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"C\" model=\"0.1u\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6597588f-cc04-4f33-9248-1b8bdafb67f6") + ) + (pin "2" + (uuid "663db47f-74c5-4fc3-a44f-80a4c71306a7") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 93.98 148.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0efb") + (property "Reference" "#PWR048" + (at 93.98 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 91.44 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.98 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 93.98 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 93.98 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ffef25b2-f74b-4d06-82c0-9ebf9617ba15") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR048") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 93.98 163.83 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f01") + (property "Reference" "#PWR049" + (at 93.98 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 96.52 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.98 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 93.98 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 93.98 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "60224b40-dc20-47b7-a72d-feb59fb5fe7a") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR049") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 153.67 148.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f09") + (property "Reference" "#PWR057" + (at 153.67 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 151.13 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 153.67 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 153.67 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 153.67 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b0c98be1-97c4-4eba-8cfc-1445a3eef063") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR057") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 153.67 163.83 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f10") + (property "Reference" "#PWR058" + (at 153.67 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 156.21 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 153.67 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 153.67 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 153.67 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0f7a6730-7194-4464-84b8-03676c4d02fb") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR058") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 147.32 158.75 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f17") + (property "Reference" "#PWR056" + (at 147.32 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 147.32 163.83 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 147.32 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 147.32 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 147.32 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4dc4f552-4fbe-434e-a266-1bfbe81d05d1") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR056") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 123.19 148.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f20") + (property "Reference" "#PWR054" + (at 123.19 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 120.65 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 123.19 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 123.19 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8aafa139-3946-4b61-b2c6-dcfe6a7ce34a") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR054") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-15V") + (at 123.19 163.83 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f26") + (property "Reference" "#PWR055" + (at 123.19 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-15V" + (at 125.73 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 123.19 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 123.19 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-15V\"" + (at 123.19 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cd51dbdc-1b30-4b8d-9ee2-872891c61ef0") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR055") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 116.84 158.75 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f2c") + (property "Reference" "#PWR053" + (at 116.84 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 116.84 163.83 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 116.84 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 116.84 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 116.84 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "565aa16b-2483-4eee-892a-23bef6b9ab73") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR053") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 87.63 158.75 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f39") + (property "Reference" "#PWR047" + (at 87.63 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 87.63 163.83 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 87.63 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 87.63 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 87.63 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "be108a35-ff83-4411-81e6-b6f11a77dc3f") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR047") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 106.68 156.21 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f47") + (property "Reference" "U2" + (at 105.6132 155.0416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 105.6132 157.353 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 106.68 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 106.68 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 106.68 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 106.68 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "27fe6f60-c77b-436d-b216-a2f9adf0e342") + ) + (pin "2" + (uuid "1aa8a4d4-4f3f-48b4-9a27-9804cbe1ec46") + ) + (pin "3" + (uuid "f06dd865-c7ba-439b-9db1-d882aebdeade") + ) + (pin "5" + (uuid "120ad717-a8e9-4460-858a-25249409a4eb") + ) + (pin "6" + (uuid "58af4347-5811-446a-92b2-629f6e22508d") + ) + (pin "7" + (uuid "1f3f1a8f-0dac-4acb-832f-bd9eea713c07") + ) + (pin "4" + (uuid "983720b2-45fb-46e6-aa3e-98a2bd7cfb96") + ) + (pin "8" + (uuid "8b01c548-05e9-48fb-9f00-b0119800239c") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U2") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 137.16 156.21 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f4e") + (property "Reference" "U6" + (at 136.0932 155.0416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 136.0932 157.353 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 137.16 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 137.16 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 137.16 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 137.16 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e6ac22ab-922c-4cef-9e71-f9b64c8ebcdd") + ) + (pin "2" + (uuid "c0f5a2e3-7e04-40b3-ae29-116c0a6ad907") + ) + (pin "3" + (uuid "535368aa-5eee-484f-9906-a49ab26cd082") + ) + (pin "5" + (uuid "84b2fa4e-98cc-4a78-a597-dfde9d4b42ba") + ) + (pin "6" + (uuid "b36e3824-5e91-4797-a708-078fd8e6d633") + ) + (pin "7" + (uuid "912c19a1-90eb-48af-89f2-306bca25bf68") + ) + (pin "4" + (uuid "dccbaa16-b364-445d-a6ea-dd9a758db64c") + ) + (pin "8" + (uuid "c850b260-1f42-48e1-88d2-c6a27a285f93") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U6") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL072") + (at 166.37 156.21 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061bc0f55") + (property "Reference" "U4" + (at 165.3032 155.0416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL072" + (at 165.3032 157.353 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 166.37 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl071.pdf" + (at 166.37 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual Low-Noise JFET-Input Operational Amplifiers, DIP-8/SOIC-8" + (at 166.37 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 166.37 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"TL072c\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b3e4d0d3-cfc2-413b-a2a3-b24598f01d7f") + ) + (pin "2" + (uuid "d426e595-39a7-4396-87d3-a06ca8d0b9c4") + ) + (pin "3" + (uuid "cc74b467-b0df-4842-9e1c-c2788f63c81a") + ) + (pin "5" + (uuid "014de14e-437c-40ef-8cb4-1c9d0f67c603") + ) + (pin "6" + (uuid "388a27f8-c5cd-404a-8a42-7b179a4249de") + ) + (pin "7" + (uuid "620ad8be-5168-4b3b-9db5-1ecb342b89e5") + ) + (pin "4" + (uuid "e7b1f096-efae-4185-8f7e-bec9c1be62d5") + ) + (pin "8" + (uuid "9c888260-6a84-40c0-9539-b67030338195") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U4") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Reference_Voltage:LM4040DBZ-5") + (at 50.8 156.21 90) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061c0222c") + (property "Reference" "U1" + (at 53.0352 155.0416 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LM4040BIM3-5.0" + (at 53.0352 157.353 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 55.88 156.21 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm4040-n.pdf" + (at 50.8 156.21 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "5.000V Precision Micropower Shunt Voltage Reference, SOT-23" + (at 50.8 156.21 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 50.8 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"X\" model=\"LM4040_NA10P0\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d7d84ffc-96f9-4913-a7e5-cd9dbe25907e") + ) + (pin "2" + (uuid "1dabe15b-9579-4c53-8648-151670444f2f") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 50.8 160.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061c03d95") + (property "Reference" "#PWR046" + (at 50.8 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 50.8 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 50.8 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 50.8 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 50.8 160.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "66c27162-2bc5-43f8-96ff-f23a24f3569c") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR046") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 44.45 152.4 270) + (unit 1) + (exclude_from_sim yes) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061c1648a") + (property "Reference" "R23" + (at 44.45 147.1422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "8.2k" + (at 44.45 149.4536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 44.45 150.622 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 44.45 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 44.45 152.4 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "SPICE" + (at 44.45 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Params" "type=\"R\" model=\"8.2k\" lib=\"\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b79df155-af3d-40dc-b9bb-35a171291b84") + ) + (pin "2" + (uuid "929142db-672b-48b5-a75c-6f0d6b2e8173") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+15V") + (at 36.83 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061c17f5a") + (property "Reference" "#PWR044" + (at 36.83 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+15V" + (at 37.211 146.7358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 36.83 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 36.83 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+15V\"" + (at 36.83 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "00bc2017-0fbd-46ca-bcfc-e8081e13140f") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "#PWR044") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 175.26 83.82 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061c7911f") + (property "Reference" "R29" + (at 175.26 78.5622 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "510" + (at 175.26 80.8736 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (at 175.26 82.042 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 175.26 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 175.26 83.82 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "561be14d-d84c-418b-894f-d769d053f4ab") + ) + (pin "2" + (uuid "26af3975-a636-45c1-8b88-2ae79f76cdc4") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "R29") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 66.04 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "256a07de-8155-4ec9-a4ad-ea17246cf512") + (property "Reference" "C2" + (at 69.85 185.801 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10u" + (at 69.85 188.341 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 67.0052 191.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 66.04 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 66.04 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b3362cb5-2ddd-4fd6-87ea-cd3141653507") + ) + (pin "2" + (uuid "e35de981-dcac-4fd7-8472-17843e305f53") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 63.5 105.41 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3c5b3b93-a921-48a9-bd1c-39b5e3759909") + (property "Reference" "RV3" + (at 60.96 104.1399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 60.96 106.6799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 63.5 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 63.5 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d25a3270-010c-46c6-957f-123f9bf187b7") + ) + (pin "2" + (uuid "b7f42b28-c5ac-4b5c-ba33-53b35d0f8511") + ) + (pin "3" + (uuid "838b3c18-42ee-41a8-8742-e1227fad5d88") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "RV3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 66.04 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7fa3d847-c485-43de-8772-9d88cf87e082") + (property "Reference" "C1" + (at 69.85 178.181 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10u" + (at 69.85 180.721 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 67.0052 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 66.04 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 66.04 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c867c66f-1ebf-4ce0-be4e-4c4b55514f28") + ) + (pin "2" + (uuid "bc42d9ce-9228-4b27-b4d8-0e1b8836c281") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 62.23 78.74 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "92465b83-ba28-451f-a8f4-6153ac2ee29f") + (property "Reference" "RV2" + (at 59.69 77.4699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 59.69 80.0099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 62.23 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 62.23 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 62.23 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "df02617a-874d-48de-b0a3-7fb57851da18") + ) + (pin "2" + (uuid "de73ee6d-36d1-4189-b7c2-bf8bf58566fe") + ) + (pin "3" + (uuid "a55bb85e-1708-4e6e-8721-2a21d4933280") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "RV2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 62.23 50.8 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "99dbdb13-563b-4119-a55a-5fc23de2e1be") + (property "Reference" "RV1" + (at 59.69 49.5299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 59.69 52.0699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 62.23 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 62.23 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 62.23 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a5cdf618-4404-4d3e-abd8-82c4352c9b6f") + ) + (pin "2" + (uuid "18bb711b-1f4f-4e47-87df-3fcf4bfc2a5b") + ) + (pin "3" + (uuid "d8f6f2a5-7197-4301-b150-16e3db3f3a89") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer") + (at 64.77 132.08 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fc022bf2-d0b6-401d-afb8-6ccf477ea5bd") + (property "Reference" "RV4" + (at 62.23 130.8099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 62.23 133.3499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (at 64.77 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 64.77 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Potentiometer" + (at 64.77 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "01d4f7bd-7c2e-454f-bb76-6e2da9d0fbe7") + ) + (pin "2" + (uuid "93e18b03-da93-483d-90e7-73b5dc2eb2ae") + ) + (pin "3" + (uuid "c5c588f8-e269-455a-9ad3-ddb1cf4d43cc") + ) + (instances + (project "main" + (path "/9538e4ed-27e6-4c37-b989-9859dc0d49e8" + (reference "RV4") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/src/threeler/main/main.kicad_pcb b/src/threeler/main/main.kicad_pcb index 6fcae125..50d6e1ba 100644 --- a/src/threeler/main/main.kicad_pcb +++ b/src/threeler/main/main.kicad_pcb @@ -1,19106 +1,37865 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "(title)") - (comment 1 "PCB for panel") - (comment 2 "(description)") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (stackup - (layer "F.SilkS" (type "Top Silk Screen")) - (layer "F.Paste" (type "Top Solder Paste")) - (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) - (layer "F.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "B.Cu" (type "copper") (thickness 0.035)) - (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) - (layer "B.Paste" (type "Bottom Solder Paste")) - (layer "B.SilkS" (type "Bottom Silk Screen")) - (copper_finish "None") - (dielectric_constraints no) - ) - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "Net-(C1-Pad1)") - (net 2 "Net-(U1A--)") - (net 3 "Net-(U1B-+)") - (net 4 "Net-(C2-Pad2)") - (net 5 "Net-(U2B-+)") - (net 6 "Net-(U3A--)") - (net 7 "/OUT_2") - (net 8 "Net-(U7A--)") - (net 9 "Net-(U5A-+)") - (net 10 "Net-(U4B--)") - (net 11 "Net-(C6-Pad1)") - (net 12 "Net-(U10A--)") - (net 13 "Net-(Q1B-E)") - (net 14 "Net-(D3-A)") - (net 15 "+15V") - (net 16 "GND") - (net 17 "-15V") - (net 18 "Net-(D1-K)") - (net 19 "Net-(D1-A)") - (net 20 "Net-(D2-A)") - (net 21 "Net-(D3-K)") - (net 22 "/VN") - (net 23 "/VP") - (net 24 "+5V") - (net 25 "/IN") - (net 26 "/COARSE") - (net 27 "/FINE") - (net 28 "/V{slash}O") - (net 29 "/FM") - (net 30 "/RES") - (net 31 "/RES_MOD") - (net 32 "/OUT_1") - (net 33 "/OUT_3") - (net 34 "/A0") - (net 35 "/A1") - (net 36 "/A") - (net 37 "Net-(Q1A-B)") - (net 38 "Net-(Q1A-C)") - (net 39 "Net-(Q2-E)") - (net 40 "Net-(Q2-B)") - (net 41 "/B") - (net 42 "Net-(U1A-+)") - (net 43 "Net-(U6A--)") - (net 44 "Net-(U6A-ID)") - (net 45 "Net-(R6-Pad1)") - (net 46 "Net-(U6A-+)") - (net 47 "Net-(R7-Pad1)") - (net 48 "Net-(U2A-+)") - (net 49 "Net-(U3A-+)") - (net 50 "Net-(U6B--)") - (net 51 "Net-(U6B-ID)") - (net 52 "Net-(U2A--)") - (net 53 "Net-(U6B-+)") - (net 54 "Net-(R13-Pad1)") - (net 55 "Net-(U7A-+)") - (net 56 "Net-(U7A-ID)") - (net 57 "Net-(U4A-+)") - (net 58 "Net-(U4B-+)") - (net 59 "Net-(U7B--)") - (net 60 "Net-(U7B-ID)") - (net 61 "Net-(U4A--)") - (net 62 "Net-(U7B-+)") - (net 63 "Net-(R23-Pad1)") - (net 64 "Net-(R30-Pad1)") - (net 65 "Net-(U11A--)") - (net 66 "Net-(U11B-+)") - (net 67 "unconnected-(U5B-+-Pad5)") - (net 68 "unconnected-(U5B---Pad6)") - (net 69 "unconnected-(U5-Pad7)") - (net 70 "unconnected-(U6-Pad2)") - (net 71 "unconnected-(U6-Pad7)") - (net 72 "unconnected-(U7-Pad2)") - (net 73 "unconnected-(U7-Pad7)") - (net 74 "unconnected-(Q1C-NC-Pad1)") - (net 75 "unconnected-(Q1C-NC-Pad5)") - (net 76 "unconnected-(U6D-NC-Pad5)") - (net 77 "unconnected-(U7D-NC-Pad5)") - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979afe) - (at 108.86 53.34) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H2" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6df0b1b4-fdd0-4cab-bcce-b46d36d0200c) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6e0c07f-7999-4d35-ad1f-685345843394) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d6204fb-141f-4b9c-94fe-0de1fe6002d4) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 3a6afe2a-d615-4238-8257-7bc7a7c23a91)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 79d7d696-8709-457a-b46d-5c92d00ffc5f)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 3b4142cb-1621-485c-89e6-696c3878e2a6)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b06) - (at 53.34 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H3" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2c9b3c69-021b-4e2d-b083-be1f78d7d49d) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 036349f6-9d18-48ee-a739-2adac3736a16) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3dc3b775-3ceb-4878-914d-28c2ffc6d2a0) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp c2ca858d-541b-41fc-84ec-a66c82df9bbc)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 2937f90b-baf1-4059-b018-11a771d299ef)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp af8d30b1-85ea-477f-a530-1889a39e87d3)) - ) - - (footprint "MountingHole:MountingHole_2.2mm_M2" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000060979b0e) - (at 108.86 156.44) - (descr "Mounting Hole 2.2mm, no annular, M2") - (tags "mounting hole 2.2mm no annular m2") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H4" (at 0 -3.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1aade703-d2a8-4268-9b4b-75ff1a8a1983) - ) - (fp_text value "MountingHole" (at 0 3.2) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1b9a9214-4af0-4074-b8a3-bdb9cb15be48) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 79118169-2af2-4adc-a03d-772189036ced) - ) - (fp_circle (center 0 0) (end 2.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 82eed7ba-1969-41ac-9bc6-db08dd4af2e7)) - (fp_circle (center 0 0) (end 2.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0a5862c4-e78e-4ab8-ad2f-10edab99f391)) - (pad "" np_thru_hole circle locked (at 0 0) (size 2.2 2.2) (drill 2.2) (layers "*.Cu" "*.Mask") (tstamp 36a3457f-a1c5-4f71-9fe4-9dddf9093a51)) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 0037a278-8688-4b18-9c3b-4b797945b631) - (at 57.638 85.598 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/77119d5d-0474-4650-a99e-d108e1e8b7f8") - (attr through_hole) - (fp_text reference "C1" (at 1.25 -2.5 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 81255d78-965e-4d28-808e-0a148bf0a9bb) - ) - (fp_text value "56p" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b7ab5838-1e7b-4196-b671-89870a9b926f) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 94c5572a-b7f2-4ec1-9c7e-a05c56777c40) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9db15eb5-92b5-45a6-a92c-923afe8e8f12)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4e996d9-2bda-47f2-82c7-868a93afaf77)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c0f0d9b-d84a-4085-9069-c5807bcd34c5)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a809f110-d7fa-434e-bea3-fdf0cc7b1de6)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a22a56e-9740-4b01-97b4-e1d65018834f)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 576cc22f-31f0-4bf8-b3d9-dd78a2c266bb)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65e80aff-a703-4df5-86ee-7440ea40bc52)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0d56fc6-7672-4645-aadc-da5f44baf86d)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03fe094f-3d34-4a0f-8686-dda83a5728fb)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 642f590a-5508-44e5-8f76-5defd4a6114c)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0138108e-3e38-4aa2-a3ca-fc9577e93d17)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9d48775-e2f1-443e-8826-0328647bb1ea)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aeea6222-ccb7-4acc-a157-c3455cd1ef71)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e351ac89-cead-4af2-bc00-38c09fa20685)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "Net-(C1-Pad1)") (pintype "passive") (tstamp bed29c16-6107-4f9b-a625-7052597f2adb)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "Net-(U1A--)") (pintype "passive") (tstamp 64182086-e6e6-42e8-9cf5-1a93ac5cf70e)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 081278cd-7330-432b-9739-ee6f11173d72) - (at 90.952 131.064) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/9b380fc7-fd2d-4732-b32f-0295ea2c145a") - (attr through_hole) - (fp_text reference "C22" (at 1.248 2.261) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b5d572fa-345d-4c7e-8003-0dcbc2f89eaf) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f427e587-2f51-4561-9d77-3f0a262dc371) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp b7273558-7e74-4b1f-8790-a01f1af23290) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c06b9d1d-e0b8-42bc-8a98-7d936b2fa1c3)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8702acc6-6eae-445f-bae1-3717593c4cfa)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cf4d0db-ab20-4e4f-bf37-7f4a0415b50b)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 899d91e5-24e8-4ca8-9d30-ccf5ea9a6942)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e79b805-1316-45fd-b21e-3ab29b281dd0)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4637753-b9e2-4ccb-9243-f79f838eb050)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 721626b9-e69c-49cb-9c0c-e4eae7960708)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de0b84e0-2de2-41a6-be2b-2e275234d807)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dea67d22-fadf-49ed-98ca-783dab10557f)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 64a4cc7c-1a61-47ee-af0a-37c38dbc4277)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ca79911-3d9a-498e-9d7c-29198ec10ecd)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dea1ecd6-b8b5-48ee-8203-7d2f1afa62c4)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56fc1a95-2608-4ae2-8838-2cf8a4480397)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8dc0531-8d17-4667-9616-e52dee21d5ba)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp 18f2152f-7833-406e-bfb7-5bd433b96332)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 03939ea7-5f06-40b1-b128-ec2c38191bd8)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 0a1e0fcc-c3ca-4dc8-9edb-82626b34b1c3) - (at 108.946 91.948 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/7e888556-da3c-4325-95be-2afaf73042d9") - (attr through_hole) - (fp_text reference "C29" (at 1.171 2.148 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dc950bc7-41ce-4147-9866-050152619006) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 31b8474b-5685-4963-826f-bec3a0f8dd8c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp bee3bdc1-5769-45fb-8241-0062f3069c1d) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3f14af4-422b-41e1-afb3-4be046342338)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08ac53f0-c5f5-4aba-b91e-ea52695d4958)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d6df9b2-2042-4fe9-976b-626c297fb401)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b607c257-0cbb-4eae-9794-10160aadb646)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f401644-931e-42b1-9048-10e391ff1c39)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2eaae852-8349-473e-b132-cdb13a030a25)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b15c9c7-91f7-4dfe-98a8-c056b05b7244)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f5ed2db-f94b-4168-91fb-359182790b25)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d9927ea-a36f-44cd-a6f7-9924696ca7b8)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f348aa9-37b1-41ea-988a-241cba090c0b)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7fdfc6e-d75e-49a4-a2d4-253efa285be5)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2200c74-4d94-478e-aa23-5af88cf60ded)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c792cbe7-ba6f-443b-8a21-8a20491a027c)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 205c96ac-75ce-4054-b8ba-9c89f7dba184)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp 3cd39f2f-5680-468a-92bc-07ffe20707ab)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 7112e891-9523-4af5-96a7-843edaf38648)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 0e2e88b5-bd5c-4714-a1a6-5ff12eb762fe) - (at 91.7 72.133332 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/eec299d8-eb21-4396-9712-6fdebc00e333") - (attr through_hole) - (fp_text reference "R28" (at 2.6 1.733332 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dcc0dafb-1348-4e52-a679-d6a735ca5561) - ) - (fp_text value "270k" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15370acd-47b4-460c-ae17-5b2f8f891233) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 81884490-7307-4d84-8baa-9f20e7270660) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ed0a475-8950-4caa-a65a-aa940a2aa179)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cfd529c-55e9-4d1e-8c39-deebf781d934)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad0e9e64-7f21-4d73-b72f-133548caba74)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa59f735-1291-4306-9c67-3492635a84a7)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e61257b7-c923-445e-b32e-a05f82b78c77)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2b53e30-4579-4e7e-a156-09668f9c5dc6)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1dcf364-31c1-41e4-92f4-92bfcfacb38a)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d725bbb8-a123-4b1e-a10d-728c10c3f582)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2d3f0bf-1195-4218-aca0-e7ffa03389f0)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1dd0767-1aaf-4fca-b1a9-6049f8ca2804)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91f1b0f3-b953-4d92-b864-d551f1a258a1)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1860b38-606b-4413-abaa-8e44f4c5237a)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U10A--)") (pintype "passive") (tstamp 9e0b85d8-b464-4635-b414-bf476a388a49)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 7497307f-5f2d-40d5-85c8-61391dc782d7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 0febaf0c-dd96-46a7-bd5f-dbad259604e6) - (at 83.727 71.3545 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/9c6d31af-dcd3-4799-9df5-6f17d9cddaa7") - (attr through_hole) - (fp_text reference "R27" (at 2.3925 1.704 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b991bc88-0a95-484d-87ad-bcc83b6f0be5) - ) - (fp_text value "150k" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0303e51-9d48-4d34-bfb7-a3d60c80093a) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp b7f81e05-9883-4c5d-b052-764f01ef2c82) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8acec068-5c90-4dbd-b64f-3cc8b760c377)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb869858-2cf7-4d7b-89db-ee4437044bea)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b39cbb77-c160-4ec3-baa2-35ed3de39f2a)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea698709-7ff3-414b-b5b4-59e44cf9f2d8)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9db41f1d-de74-4c89-b4f9-5e8f514f5ad3)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5df245f-5031-43b3-98e7-ee62fe124bef)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3a6efde-6e21-483d-97b5-7114467b3e8c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 560d0fc1-20de-496e-9be3-3e6d53661721)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ae1b68d-dded-44cd-a414-da98846a195f)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73138a1d-abd0-413b-9d37-cf98f4e08146)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fab63ca-46de-4f13-acec-7dbe44fc7798)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd4df8f9-162f-4c38-b71b-0b1ebaeb26c9)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U10A--)") (pintype "passive") (tstamp 636c0092-4485-4126-b8b9-ca22a8a2ed2b)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 29 "/FM") (pintype "passive") (tstamp 8c9e204f-30ed-4972-819d-c743fbc95cd5)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 10f09d6b-473e-46f7-b863-0460d8e5bb3c) - (at 60.95 100.6475) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/85ecec7d-4f8e-43f3-91c8-43735bdc99d0") - (attr through_hole) - (fp_text reference "U2" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c4b0d342-a578-4a79-b4b8-26b1ec29a0b7) - ) - (fp_text value "OPA2134" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 042f1fc2-9129-475b-862b-4241428bfcf0) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 21576446-2c48-45a8-8236-e5c10fda2c24) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80457365-50d5-480b-acbc-9f52007fc28f)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5be9b8f1-8de4-4083-9482-2f3c58b5e7df)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed0c0797-8e1a-4f16-8c90-dd7b1b765ef8)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b48717c-da5a-44a0-8835-6ba20596959b)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cb722cf-771a-4e49-8d1b-8be866b868d6)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8905b7ce-9b0b-446c-b7eb-41a4064018f4)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f535ed3e-c3c3-44cf-af88-e779d70eedbd)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ab32f43-5d81-4601-9a84-0b808a06a125)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3894ab93-f1c1-4f6b-b2b7-4d054ab3090b)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fb11305-1587-4795-9e90-8c488c992560)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65be4f4a-1488-44e8-b3a6-2fe0428f64bc)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9680e2bc-2558-4381-b4d1-146a45cea2c8)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 04069da9-1270-426f-ae92-5aaccdb0e05b)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48140927-7d00-41fd-884a-205c60928d4a)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 438e8f03-58da-4778-ba64-55afc8c0c9b8)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b96911c2-b658-485f-9aae-700ef69cdc4a)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b39d4564-2a7d-4143-bf90-11e2d5a29b85)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d830d7e4-9d68-4d3d-a657-7bd896885c66)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1e55e12-984a-4d6b-b45b-81c0378eb9d9)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 725cc7f8-87d6-4e63-9d78-a6239a264565)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3693c32-9edb-43ab-8a02-e364f885a489)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e95eb4ef-6db3-4cb4-b8f1-a556b43d3ca2)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e78fe7ea-63e8-4eba-b36e-d14b486d6ddd)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 52 "Net-(U2A--)") (pintype "output") (tstamp 512813d4-cd1e-4477-8c6c-4712a0082732)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 52 "Net-(U2A--)") (pinfunction "-") (pintype "input") (tstamp 08b12764-35a2-44a3-a4a8-05c85b16389b)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 48 "Net-(U2A-+)") (pinfunction "+") (pintype "input") (tstamp 32c1c8f8-0761-42df-a57e-dad8e9c33ce4)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp c6943b57-8957-4700-b97e-67750cfb3748)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(U2B-+)") (pinfunction "+") (pintype "input") (tstamp a468354d-2ddd-4007-9d6e-37f9fa3bade5)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "/OUT_2") (pinfunction "-") (pintype "input") (tstamp 11c3c806-59fb-463f-8058-031d797b8e73)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "/OUT_2") (pintype "output") (tstamp c66486a9-f376-47ad-9f29-5355e4434b46)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp c1d56143-fabc-4d83-a656-74adb841cfd3)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 1253485d-2f90-4290-8cba-1be085ff11f2) - (at 64.072888 55.118) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/99aee331-11ba-4054-a862-c699c4250591") - (attr through_hole) - (fp_text reference "C9" (at 1.205112 -3.556) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 55eeab0b-9f27-42be-a068-bab7bef8e50c) - ) - (fp_text value "10u" (at 1.25 3.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ff0b9669-e829-40fb-9c3a-4589518a91a9) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5960b34e-cab5-4508-b2c4-3d8c004b5b93) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee921ab2-cf9f-428c-b46a-21b2b8d25258)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03d98df6-9d52-4140-bbfa-58b00ae2bda4)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7fa264f-f9d1-492b-9611-71dc0b74e78f)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afed8926-c7bb-444b-aa3b-ad1bf8ccea72)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d8d418c-0f70-4a3c-9619-7aa1e1085a6a)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b7b7ad3-fe7b-40eb-9d91-ec1233cf740e)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 327b02b8-b2ac-4e0b-8b34-24471566e00b)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 809562fb-e2d5-4774-9155-4f28b76f950f)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4be7394a-8b95-42d1-99b6-e468cdea5aec)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f540e23a-0dc6-41f5-b65d-6c42b24e75c0)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a46ffbc5-7363-422c-b244-2f72b77a610e)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 139351fc-308d-44b1-af61-31948c3c80e6)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e4fd0b2-a292-4484-89e6-b2a83d026a53)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92955b14-9601-4c59-a57b-12e5a4815774)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4cbda66b-6d4b-4db0-ba94-1b242e7f21eb)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20323973-ff6b-4bc1-97b2-4900137cfcbb)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 134ec4e0-adce-4dfe-8ec3-a9f492017c7b)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd2e03a3-eeb7-450b-8626-4742456f62b8)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c411a0b-c2ee-4499-8a0c-8f5991479bb0)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fd08f28-ac6f-4f12-8c34-b90e54c202f4)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b92a852b-99f8-4019-97ec-a3c4c2da31dc)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b344667b-b0d0-4cd9-a29b-b169f4f07c96)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea5a7bf7-64de-4555-bedd-d9ebaf3df97e)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp baffbccf-8cd6-43c7-b75c-24e069fbef96)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7538439-ae61-477a-a8cb-03de9ed07739)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88687d37-5989-4696-a71f-62a02d3e6a1d)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3565d573-cd87-49ab-a632-c19936f16979)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96ff9aec-923e-4be7-8944-2fbf37ba4e3a)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adbe7ebc-7339-48f8-ae8f-11e7e528bb3e)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c81af8c5-49eb-4850-9f1d-919fa34ae4b4)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37a9699b-35f7-4b5d-b756-0b1e68d03b65)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4190d75-d0f5-41e3-a120-e7954bbdf0c7)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c60bb08d-98d4-492e-8e8b-b0e7ea73c57c)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb4f3aed-0e28-48ed-b655-17986038e472)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6e3190b-2fc3-4224-9695-deb0995c91f1)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14719773-c887-4fdd-a2d1-b6ef40bcb97e)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 924bfeec-0e82-48be-b4f7-b7a019bbc860)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5ca7305-b671-43a7-a428-24dc3926c687)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f505d84b-d90e-4035-89eb-25f674c1e2fd)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02f93260-e8d3-49d9-8eed-f4422f13f2ec)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28e15fb1-7a10-4f58-91a4-2d8caf7cc562)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 512ff908-ac24-4a59-87bb-312c6dd74271)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bc71afa-a16f-477a-b92c-bd7297de1705)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9cd30cb-3199-4a78-a49a-64b9561df44a)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80a40c4e-4fe6-4c7d-92ff-28c5f68fd89a)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 885437e0-bace-448c-8733-fc90509915e4)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d32f864-6ac2-4718-b6c7-523fc04ef010)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14a44f19-3906-4fdc-ad29-e3f173aff3e7)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6598078f-9b95-47d1-8a7f-e4e7246b94b7)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23bf1f66-b5db-4935-9232-a217a3e36d01)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 830df703-0787-4f8b-9a0e-e42e418a05e3)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1df4055c-2ef3-4eae-a401-a73a0a1baf09)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb859243-874c-4692-9abf-c2dc1737a2fa)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02f5f3ff-25d0-4065-8b74-4be157ccfe45)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b13b1f20-eef0-427d-a072-e48084240d7e)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1b6deba-368c-4c0d-b8dc-a61aca2035a9)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f77aaf1-55a5-449f-bb36-04c3927c7d88)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94d6da8f-33aa-4e9a-9029-2bae1b988956)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7368ed9-32bf-489f-b0ff-4e069e70fd79)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e9fbc7a-28c5-4dbc-a32a-d33731c97858)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bcc827af-aa89-4db1-90f8-943b0033164d)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79d20edc-e3c2-4988-920c-49716b169ca7)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb4018a4-c489-4378-b9f7-13cb0c9fbe34)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da3900eb-64d5-4de0-8e54-aa5b1e8598e1)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9e2a04a-c60c-4f96-8652-a34e76a50265)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a65d7810-218a-4ff3-a814-9ac925519d81)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d12abc1-92c0-4de4-90dc-6184718f6690)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e518a9cc-0fea-4259-a155-04c3a26840d2)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c1c2386-91c3-4497-b182-ced9050339f3)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 292d2a8b-a0dd-4743-8b49-5d8ef20625e8)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 137c95c4-36dc-4df1-a830-ce6f496c0fbe)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee79c6b7-09ac-4a4a-933f-ec9a62d49d10)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5da87d98-753f-4c72-807f-55ffd8eebddf)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 234b81b1-5300-420e-925e-8895df7da1a1)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a696014c-0a5a-428c-9426-a30ac4a4b05c)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 287b75bc-b05d-4ab8-abeb-d8ca085296f4)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2131352f-24e2-460c-b261-5c06f746c4b7)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f157ca0-e02d-432b-abc7-eb56ec954a1c)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03f38208-262f-4cfe-8bb2-6726e3d0cd40)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6755895b-52cc-4235-a406-19ee08beef55)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e984f107-4ced-4fb0-8a44-04e8ff484aa8)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0def86dd-1f31-4ba6-86e2-349e4bd4f10c)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3408c3a6-bd84-4607-9d00-5ad696dbb8cc)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf6cb31c-cf77-49a0-af12-1fe74b2605cc)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63eaf499-1a63-4678-964c-484fb88fc56e)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f841a67-dac4-4137-adbd-6c5725648a13)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3a04412-e3ee-48f3-a40a-51db6a367358)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2908e4a3-5ad6-4d60-af63-aa43e130d239)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79dacf2d-3359-4e2e-8745-f0a3555200fb)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bde3ad54-8978-464c-a6fe-c80d44ac8eb6)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99a44e62-d730-43b7-9343-aadf2eb8b3e5)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c566bfa1-d060-405e-9445-53c632b60185)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9c3115f-3a2c-4850-98bd-9d49144bb5f6)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f67cb685-1ada-4dcd-a04d-311b7dd64340)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d4ade48-e4b0-4b49-8d89-23cad7644687)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a73c7cb-618b-427a-907e-68a631ef9025)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3882c98b-db43-4d1e-81c6-6e756babbde6)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a3f785b-5b15-4176-a408-b2154c25f5ed)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bdccc8a-4de6-4e7b-a266-557e671108c5)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5af93d5b-7c20-4859-b489-69e38309cc67)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9609295d-c0b0-49ec-a6ab-63634afb6277)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d042a599-a41f-4b9a-8b1c-ab42d3732f32)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afc9517e-544d-416f-a86d-5c7a96a76ee1)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d588d264-82c1-4ef4-a76d-5d1b3f151cdd)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d399555-0bc9-4018-aa27-3a97d65750ea)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp edb6c24c-9d49-44b7-ac16-ad1614bc2468)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00c31a5c-f940-46e3-ae8d-a3be9374c982)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 016ba56c-cc68-4b0c-a354-50887b579f37)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86381bc6-b97d-4f41-944f-46f2a6f68ee1)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d15178f3-d454-4c98-a7be-fcb437b2f20b)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60f6544d-2467-4ca1-8e31-97b275bb7547)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27cf92fc-a12c-489d-84b1-38db5572c012)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce5681a5-b73a-4b69-ad9b-19764cd8c674)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90f46db0-8173-4bb4-b74f-1f1bd61ba1ed)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c048355f-4a79-4051-9bcf-c3dee6c49e8d)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea3578eb-717f-4fb6-becc-11e3279616fa)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b8f06a6-d354-414b-8bd2-4f9518a29bb6)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aabd8255-49cc-41ae-9cb5-dd7bf9f3d928)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df6e3377-3726-44cc-adc4-8da52c45e174)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 011fff09-ac42-4d9f-822a-749d70b8ec15)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 5d0d6607-d09e-4f25-9348-1cf5401cf938)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 1195d78f-be77-437c-9a9e-0d6774b4d099)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01929597-de0e-4434-83ea-987eed72b34c)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef8ad399-c63b-4d43-b68c-f6c563453e4c)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b9649c52-0422-4ac4-a05d-d524b1759e76)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp b244c6c2-f422-421f-aec1-a2d779f7bc78)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 4aee540e-2e88-408b-a7e6-6fce0b18e98f)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 1a03beb1-c820-407d-bd42-ed7a09950e6e) - (at 69.45 97.4 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/f407ae9b-2890-4302-8dc3-07eedd81cd2d") - (attr through_hole) - (fp_text reference "C12" (at 1.35 1.975 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a6f8b41c-b14c-4dcf-811d-1c8effa25f35) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c949dbf0-c948-4a96-90e4-c09bf3f129ed) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 94db7ffb-09d0-4f83-bc40-e9ae52f2928d) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86200380-bf66-4546-b1a9-d5dea2e87693)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9b9bcac-6a2b-4d24-9051-2c246a8ceb85)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f108bdd-92b2-4fca-ad64-b1249640bc09)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dce95df1-a909-4c96-ae91-6fcc2bcbf3cd)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25983185-447c-4628-9bc7-c6d5b1dee1d8)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce76d370-5929-44ac-a822-54651d892fae)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ffc761b-4cf6-4ea1-ab95-a1a94e5c5b16)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d533d967-9b76-4c04-85f4-0f472435293b)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8c0e060-0a8e-4e7c-9de8-0757d771784c)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a6d2c46-ff12-4e6c-acf2-7dd77f142967)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24ef5d5c-ef7d-4633-9602-9cb1989c476f)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40e8a360-5fbc-4679-b282-52a256c265ed)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57c35735-b90a-4e9e-999a-2cf9a1f6d6dc)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63acf0fa-4e17-4c48-ab86-f46273962814)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp 44274730-dd38-486b-bc0f-0a926f377c6a)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 81819a83-872c-43d0-a4e5-d34ffcf4794b)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 1db30f9f-1d31-4b2a-8cef-23b86dd8982a) - (at 62.738 141.478 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/231e626b-c749-456e-ae7a-cb45764150eb") - (attr through_hole) - (fp_text reference "C17" (at 1.263 -2.172 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1b3f467d-4342-412f-9a38-27693db42806) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5e63cf59-61ad-4e7a-a6f1-920e288969ae) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 95cf2c07-3b58-45ce-9a26-ca5c03c3b75d) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd16f5f2-7bd9-4475-b30c-9a5e73446dc2)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f086a7fe-5f21-4446-b89c-f8c5af534ed8)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9adef4c-f4bc-419a-868a-6affde2bdd43)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25ffc1d2-0115-4739-b117-92bbafcaf48e)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 501d52f5-82a4-4d31-8f83-82f5a7f4299c)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ecb2cfc-27f0-443a-a7e6-792824adf5fd)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e08e1b5-f31a-41e8-824c-a42e827265c9)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27f18845-1230-470c-896e-ecd8b3e98c6b)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3763ed5-2128-4874-a5a9-c63d5e1943a5)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e9d19c4-fa84-4d0f-9432-cf2489ea9d05)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dba7a7db-689a-4aca-95d0-8d088bab3068)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54b58783-92d7-4f91-94ff-2ed3e1ab81a2)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0129a907-c453-4cc0-ac38-2548bb2c92d8)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f15ad205-a7a3-443a-b078-b78ee97042c8)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 1b51fcc3-5406-42c7-998f-81c7adf2562b)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp fcc3b5dd-d99a-4ba6-811e-7aa849035ea7)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 1dcafa97-105c-41ba-865d-7f2d609d6e57) - (at 83.727 64.2425 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/79d0d3fb-02f8-4f77-8584-b9a16375181c") - (attr through_hole) - (fp_text reference "R25" (at 2.1385 1.704 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 132ef378-5f6f-4666-a374-5322943346b7) - ) - (fp_text value "2.2meg" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cc5edb73-9c02-4521-afdd-759cee023b34) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 74c61812-037d-41ba-8ff0-b7e12803f5e9) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2218e77-a8b0-4d3d-b6f8-5f4722bffc97)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 952412c7-01d1-41ab-9520-3140380a592e)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43604e30-972a-4fcf-9548-67fed3d99f2d)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c33b4053-ab91-4fbe-ad07-e294c6e078af)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0736c56b-584b-4bef-ae09-5d96b0aca746)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc1703d6-9573-4923-afcd-6110cb7068a5)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b799549d-aac0-4021-b796-c825aef066a1)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67f9e4e1-96c4-4bfa-ace8-b88235639d31)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d089ed5-fda3-48c5-8f1a-a7e86707e233)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99ac65cd-4d03-44cf-b9dd-177d049f4698)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 598f7865-4a53-4d57-a5e1-0d04376b7f01)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fe51f30-6a05-42a5-985b-c68f4d347981)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U10A--)") (pintype "passive") (tstamp 1ec4390e-445a-4b4b-88fa-24c192f23e52)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 27 "/FINE") (pintype "passive") (tstamp 2a8657ab-7d6e-4ea8-8739-3c82cd6c11de)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal" (layer "F.Cu") - (tstamp 20e8cfff-a2d5-42b5-a82c-80f3b7c37e49) - (at 55.425 101.9 -90) - (descr "C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf") - (tags "C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/930c63ad-01e3-498d-9bf7-a7ae1f36c6b8") - (attr through_hole) - (fp_text reference "C3" (at 17.1 -0.025) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c78d2531-0703-4e42-9d1c-0e9dcd273c29) - ) - (fp_text value "220p" (at 7.5 4.37 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2dded8c0-de67-477a-8606-890f847b58d4) - ) - (fp_text user "${REFERENCE}" (at 7.5 0 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 97e104f1-0560-4b23-b776-c16a28e9195d) - ) - (fp_line (start 1.04 0) (end 1.38 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8cb398a-3ad9-49fd-84a4-cfe6979c42d4)) - (fp_line (start 1.38 -3.37) (end 1.38 3.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 105a02a4-9e43-4287-b053-ae2e192f3c81)) - (fp_line (start 1.38 3.37) (end 13.62 3.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5181ad3-5d3b-4a3e-8029-79d265cf11c9)) - (fp_line (start 13.62 -3.37) (end 1.38 -3.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab7d58f4-4bf5-401f-82ea-ab1cc916d491)) - (fp_line (start 13.62 3.37) (end 13.62 -3.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79864afa-9ee3-492b-b381-81b2071de85d)) - (fp_line (start 13.96 0) (end 13.62 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adadb1aa-87d7-40c4-b7d3-273219d0d2b0)) - (fp_line (start -1.05 -3.5) (end -1.05 3.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8aa4d7a7-f037-48d0-b090-92a6dd635e66)) - (fp_line (start -1.05 3.5) (end 16.05 3.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7f878db-97c3-47d9-bdd7-6e1a412737d7)) - (fp_line (start 16.05 -3.5) (end -1.05 -3.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b16a9e0-ad0e-4f11-98b4-eb2389720aa1)) - (fp_line (start 16.05 3.5) (end 16.05 -3.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de1d6eed-b5fb-4cc7-a8bf-0e42885f78f9)) - (fp_line (start 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62a41b04-e80f-4bf8-9fc3-c4f9aa06ee74)) - (fp_line (start 1.5 -3.25) (end 1.5 3.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d140531-f120-49c7-aa9b-46e024ec4c8c)) - (fp_line (start 1.5 3.25) (end 13.5 3.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp acfa0703-a082-4f28-a719-3db89b0aa7ca)) - (fp_line (start 13.5 -3.25) (end 1.5 -3.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46489e7c-227c-4a45-aaf6-e191e276404d)) - (fp_line (start 13.5 3.25) (end 13.5 -3.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3a220e8-d632-41fe-a3bf-ba3e2c1c0c09)) - (fp_line (start 15 0) (end 13.5 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e56afed8-14d8-449c-8559-bc51fa20222b)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(U2B-+)") (pintype "passive") (tstamp 627f7ebe-a5bd-4e27-b0f2-806e88a3ea36)) - (pad "2" thru_hole oval (at 15 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(U3A--)") (pintype "passive") (tstamp 94437e38-11da-4b8d-9ea3-12328a9a4880)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 23e6e02c-b885-4389-863e-6ed00b2cf8b2) - (at 76.962 145.288 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/a82f254f-e50f-4a00-95ca-9f678eae4fb1") - (attr through_hole) - (fp_text reference "R21" (at 2.54 1.778 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bfad046d-826f-4b0f-bdc9-ef83faf18351) - ) - (fp_text value "68k" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f2f49d33-1d1b-41d8-9500-340653d4db82) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 3807f80d-7a7d-4efd-bfbf-f1b92088b220) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b264ed96-9ddd-4fe5-860e-fc405e8b489e)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cb23040-0792-4cf2-9d64-06777b50b1f3)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9017706-6a1f-46e8-bb35-59df18ce82f0)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ee1e929-0a2a-42b1-babb-d3201bda7c16)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 372cd098-c43b-42f4-93a7-80ec4c688fcf)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad3389b2-d034-449c-886f-0fcc1072a124)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9d9b150-5c87-4bb6-b223-13db4a4f94fb)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb04bb93-b996-4d09-ba37-a74f3760daa8)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 597b033e-0485-44af-9230-317ebcadd639)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19034891-25b5-45f8-a71b-4908a0603cbe)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0d0a147-0a81-437f-8f70-84e369e9cd66)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3994667d-0faa-474b-882b-91e9216b3a45)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 60 "Net-(U7B-ID)") (pintype "passive") (tstamp 8a3c1684-d939-4499-91c7-ec0007355e82)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp 088acb08-42cd-42a3-9be2-163679225565)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal" (layer "F.Cu") - (tstamp 265d411a-4057-43cd-8467-e52c3951ed61) - (at 74.422 153.162) - (descr "CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*5mm^2, Electrolytic Capacitor") - (tags "CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/b35f1b32-451b-42d4-9b7f-b1585aa6e10c") - (attr through_hole) - (fp_text reference "C5" (at 9 -3.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 09e7b533-ea22-41aa-99c7-15c2b901ca39) - ) - (fp_text value "220p" (at 9 3.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 343b8481-dda4-40f5-aa0c-da184803ddf1) - ) - (fp_text user "${REFERENCE}" (at 9 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 14abd740-8d59-4f7e-bcef-e4deec9a717c) - ) - (fp_line (start 1.28 -2.6) (end 3.08 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3148153f-a7bf-4373-9213-6eb47da0dace)) - (fp_line (start 1.44 0) (end 3.38 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3c5c330-f511-4205-9425-48b87863289b)) - (fp_line (start 2.18 -3.5) (end 2.18 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1e3fa5f-4123-4a79-95bb-9feda1198c5c)) - (fp_line (start 3.38 -2.62) (end 3.38 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12fe328d-eba4-4277-8e32-4959694266c6)) - (fp_line (start 3.38 -2.62) (end 5.18 -2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dffce066-dfbd-4a8b-be31-31e3ff6a4d2f)) - (fp_line (start 3.38 2.62) (end 5.18 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acd7954e-4111-4177-9f22-baf433163af7)) - (fp_line (start 5.18 -2.62) (end 6.08 -1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1bb1ed5-2781-4717-b134-aa2d500e7853)) - (fp_line (start 5.18 2.62) (end 6.08 1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e66341b-b943-4667-929c-c91791143f22)) - (fp_line (start 6.08 -1.72) (end 6.98 -2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1851592e-5feb-4ed6-8c4e-89b639cf45f0)) - (fp_line (start 6.08 1.72) (end 6.98 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f76c00e-9004-4b25-bb1f-1254e5c12c69)) - (fp_line (start 6.98 -2.62) (end 14.62 -2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1a19f14-42d6-4ac7-93c0-9acc416374fa)) - (fp_line (start 6.98 2.62) (end 14.62 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89a67cb7-47a8-499a-a596-a66808d9efaa)) - (fp_line (start 14.62 -2.62) (end 14.62 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38ddfd5f-6374-4392-9b19-1218bcd54381)) - (fp_line (start 16.56 0) (end 14.62 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53dcbe20-0eea-4d92-a881-caad5182872c)) - (fp_line (start -1.45 -2.75) (end -1.45 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7aa74ce-0511-4b2e-83aa-5830c1bb3423)) - (fp_line (start -1.45 2.75) (end 19.45 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4d8df6f-e54a-4f5a-83f1-4b3f139a01e3)) - (fp_line (start 19.45 -2.75) (end -1.45 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffe41b32-ee01-4670-9abe-b50ba9e707df)) - (fp_line (start 19.45 2.75) (end 19.45 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c89281a-9d18-42e5-be6a-7e27135bf7a4)) - (fp_line (start 0 0) (end 3.5 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f487bfb-901d-4035-a7fe-8820f01e0365)) - (fp_line (start 3.5 -2.5) (end 3.5 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2eaeab27-09b2-4996-af3d-971ecf9bfe46)) - (fp_line (start 3.5 -2.5) (end 5.18 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9490ef82-3ae0-4701-a797-bb1e8c2d34c4)) - (fp_line (start 3.5 2.5) (end 5.18 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9bce4ed-b9a8-4b87-80d2-70ab1e4e4da3)) - (fp_line (start 5.18 -2.5) (end 6.08 -1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c365a17-0ed1-4796-a72b-a25c72b67f53)) - (fp_line (start 5.18 2.5) (end 6.08 1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6424b8fd-eaaf-44b6-9319-99778587e9c6)) - (fp_line (start 5.2 0) (end 7 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04fbc291-87f7-4014-b54c-654515ee1f75)) - (fp_line (start 6.08 -1.6) (end 6.98 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp adf88627-cfab-4819-aaac-87cf602c9a4b)) - (fp_line (start 6.08 1.6) (end 6.98 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b0efb49-0646-483d-8ef3-650b28763686)) - (fp_line (start 6.1 -0.9) (end 6.1 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c90367ec-9ae2-4bc5-9647-c3076f8c1ed4)) - (fp_line (start 6.98 -2.5) (end 14.5 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d500176-248b-495f-bdaf-0cee4f3f9d90)) - (fp_line (start 6.98 2.5) (end 14.5 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6d9f739-7b5b-425a-92bd-afe01e56a03f)) - (fp_line (start 14.5 -2.5) (end 14.5 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 061abd43-7393-4199-b609-798fa089110d)) - (fp_line (start 18 0) (end 14.5 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b29c4818-0d9a-417b-92d5-751fd6c5cf81)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 9 "Net-(U5A-+)") (pintype "passive") (tstamp fa620120-9217-460b-aec8-a200074b4281)) - (pad "2" thru_hole oval (at 18 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 10 "Net-(U4B--)") (pintype "passive") (tstamp 6582d98c-bda9-4c57-9ca3-177645cac144)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 26d74a71-48ed-4463-8781-72f7f7755a17) - (at 109.474 116.84) - (descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x04 2.54mm single row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x04, script generated") - (property "ki_keywords" "connector") - (path "/35305f0d-1c84-4862-8ffc-9efb7a50aacd") - (attr through_hole) - (fp_text reference "J3" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a41cf314-fea5-4db2-8c93-0e4c0ca0201d) - ) - (fp_text value "Connector" (at 0 10.39) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 82afd6ff-040a-4f7c-9be3-c24af73b28fb) - ) - (fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9ea8c95-4cf4-47e0-8bbe-c5f19e664bb4) - ) - (fp_line (start -1.33 1.27) (end -1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f426cf4d-9703-4dc1-b705-d8dfeae97076)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea8ede7f-79b6-4a3c-b5c6-32bd50ad3107)) - (fp_line (start -1.33 8.95) (end 1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90c9d93d-a18d-4e25-ba04-d2d0d08bdc6e)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1097259-afdb-403f-b156-b19e643b9b3e)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52ea9157-1cb5-401a-a228-d7dc7dc8baa1)) - (fp_line (start 1.33 1.27) (end 1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69088436-bd98-4f7a-ad68-20064a47cc13)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28c75b67-3fdb-4ac1-b93d-fc11f37458a7)) - (fp_line (start -1.8 9.4) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80972855-0eb5-4b11-8819-02e18f4b4910)) - (fp_line (start 1.75 -1.8) (end 1.75 9.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7032fbc8-2bee-45ef-b1c8-164deedcb3b3)) - (fp_line (start 1.75 9.4) (end -1.8 9.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6591bea5-cdfe-42b6-af91-8dc2837b143b)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28b0062b-2cb0-4172-b49d-8932cbb99dba)) - (fp_line (start -1.27 8.89) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b41838a4-c5c6-494c-aca2-ef9460f8f0cc)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c627a5a4-aa56-4da2-b637-b96a99332032)) - (fp_line (start 1.27 -0.635) (end 1.27 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c64e36a3-2c2d-4605-b154-b159e9ce7f8b)) - (fp_line (start 1.27 8.89) (end -1.27 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba80e1e8-6ce1-482d-b59c-e3437609097a)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 34 "/A0") (pinfunction "Pin_1") (pintype "passive") (tstamp 18004a61-f5b6-48fc-804c-9552525b5a03)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 35 "/A1") (pinfunction "Pin_2") (pintype "passive") (tstamp 8e7243ed-9209-4779-93f3-604d71a05b88)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "/OUT_2") (pinfunction "Pin_3") (pintype "passive") (tstamp 40e51ce9-7daf-43c6-96e5-db04f8756cec)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 33 "/OUT_3") (pinfunction "Pin_4") (pintype "passive") (tstamp 48a7f193-a545-4705-9f96-538691ece0b6)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 27c0ed3a-1946-40a0-a1af-c1353db37911) - (at 61.976 62.23 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/ac96da5b-2b47-4cc4-adbe-3683bb864be3") - (attr through_hole) - (fp_text reference "R36" (at 2.54 1.763) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 507a2e64-03d6-4bc5-ba98-3bc2f1be5477) - ) - (fp_text value "100k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f00a984-c9f1-4e76-a10f-7915dcc9b1fa) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp f63908a1-9a70-4aed-a993-f9a2e7efeeb5) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a42a57c-125f-417b-b6a3-98087da7537e)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 121b7ae5-232b-4d30-adcf-be75d69afcb8)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 018edd2d-f12e-4a8e-a1a9-919f52484edd)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22eb8dde-3f78-4b91-a5f5-ba9dec533ae1)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74f5f168-1603-4bdf-ba75-37d26ca8e537)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71a558fc-4bf5-4536-9cf3-3f1cf977f1c5)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 324e2df4-6fd0-4300-b2b9-6b8bee617a91)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a43642d-8824-4730-8239-3fe0d4cea9fe)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90bde8be-589c-44fc-b261-757fad6a235e)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34cadcb4-631d-43de-b9a0-13dbf1a0a5c2)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e97be87-2b3e-4db2-8797-94eff5bf324c)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88053db3-56f8-4d80-8af5-34af0818747f)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 66 "Net-(U11B-+)") (pintype "passive") (tstamp c816c185-fb5e-40de-8c3d-0a8e80b49314)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 65 "Net-(U11A--)") (pintype "passive") (tstamp c076f473-dbd6-4939-ae1d-9183255f59fd)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 27df1631-b466-41f6-be91-ee8089b053d2) - (at 91.7 64.2 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/15ecdece-37f5-49ae-8a58-f6e08eff75d2") - (attr through_hole) - (fp_text reference "R29" (at 2.286 1.778 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e4bd85c7-a2ac-4e55-b47b-2c62be7f3f0f) - ) - (fp_text value "2k" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e1724a2a-e38d-4500-b2fb-545d4bf983a9) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 60ad3b11-bf61-4676-92d2-68a00a850b61) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63cd516a-2c89-4d43-9fa3-1597ae82baad)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbc4ecab-7029-479d-a7d2-48e921b07cee)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab549886-03d2-4f10-9d25-36b0365ab774)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6067945e-c3f0-4227-a649-ed9fec73a3c4)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31243e4a-9cb1-4303-b1d1-465629a22754)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fdcb23fa-1103-43ba-b2c6-a5d598ca3f2e)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 682bf241-3a59-4de0-85c9-5cfdddbf6d59)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e9a56bd-f962-4147-9865-c6806e6f7258)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52371d79-b94e-45b8-aa27-b7f1cdd73aa4)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9114923d-0f12-4780-964d-3aed260b3219)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 890ba9ab-418c-481c-954a-8654b099bee8)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0457beb8-71a6-44e1-af00-1748b28eb136)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C6-Pad1)") (pintype "passive") (tstamp 0cc9d7cd-3c6a-4867-a007-3014af1d7382)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U10A--)") (pintype "passive") (tstamp 4399520a-1617-48c7-ab9b-8afba33c7b4c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 28d26f55-51dc-4856-ac7b-fdb4e9b7a26a) - (at 89.1 76.1) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/321711d7-1cae-4b02-8a1d-54e5a7b73e28") - (attr through_hole) - (fp_text reference "C25" (at 1.25 -2.175) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 70565f79-71ca-4fba-95da-2828374b5173) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f7103393-9157-4da3-9f07-aaa57761b325) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 6b5fefef-4ac6-480e-9918-8a2a38b0d4fe) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c8c6e48-6776-464b-9d65-7dfa1783c129)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60ab06cb-90bd-4b35-8204-5640fe55e005)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a14f9278-c52a-44e7-84c2-94d4272646db)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a549749-cf17-43c3-ae88-45de52faf106)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1bd91c32-dc72-418f-96b4-492dbab11ba6)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78e4bbc6-7daa-4c60-9c14-623ddac94c49)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3bd1562-b7a4-445c-9143-e0e0a6dfd19d)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e17d7602-8ed0-41d1-8fb8-e0494dfa352e)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce1c2200-a732-4371-a478-d23153ecd461)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f75970f8-5bcf-4ff0-8f5c-0d6c059a24ac)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71177d8d-5dd2-4b8d-8ded-ca925cef4f2b)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f72c313-87fd-40ca-9547-21cfd429010e)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aeb4fd51-a950-4b32-ad20-d727cd17132f)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp caef37f2-5d6c-48d5-844a-e3e438c3d530)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 91ce2322-1f58-44cc-af90-79d93843e4e9)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 929ceba9-ac31-49b1-9f68-16f0cb6ef8df)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 29c89248-3696-4357-8005-8ec4c2d37a43) - (at 69.325 112.525 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/b05bd125-d53f-4b85-93af-d1af4512aa8a") - (attr through_hole) - (fp_text reference "C14" (at 4.25 1.175 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1db6a3b-e374-4eb1-b1ca-277d96049fb1) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7f99fe2-d60e-47b3-a943-9c4e8c35f1f1) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 2d64f472-6c2f-4488-a34e-57482eeec51e) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7aeae379-21b2-46f7-88c7-0180021ec725)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a80848f1-e44f-476d-97b3-35a9953e6338)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 375e2808-302c-4c21-922b-7728e798180f)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fe0dcdc-6268-406b-a175-f2020f64bf15)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27bea5fb-ea8d-48fb-ad60-c1ddbd55e7f2)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c32f2e94-527c-4e7f-ac8f-7edbb5024a02)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d37936c-b348-4cf8-a995-24bb6e8b0135)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3da3dea8-e2ee-4ffd-bb37-6e04f3b88219)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 539d7630-946a-4dcf-9570-931f99701ad2)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 089cba76-cf12-4d5c-b5b3-519c054fa341)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b84e23e7-9fb5-4338-a3ff-44fcc4902e0e)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45ae8a85-6dc1-41e9-b017-803a7aa18d91)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc161736-a1f6-442f-8288-0fb54aa6f97c)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 271c10a4-7b69-4c8c-9d90-288bb61a2a78)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp c7f7cf5e-c803-4844-bff1-0ec355a3d9bb)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 8a064020-29b6-41fa-a079-fb58965d1f80)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 2ab39b8a-6f10-41e1-ac6b-f969005ab1fe) - (at 57.738 93.64 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/a2611992-01be-4238-a021-434b9fc8b303") - (attr through_hole) - (fp_text reference "R1" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd0d3090-a9a1-4ee6-9fea-26e29d246b6e) - ) - (fp_text value "100k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 351dcefd-aaee-4857-b97d-1de85a71d9a0) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 657a50be-d074-4777-9414-ae71c573b017) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23b7c9b8-c994-427d-8920-da1bf6879533)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c07ec936-59fa-4085-8beb-d1e19f83edfa)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c20f7a52-55d9-4075-957a-8197db782658)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 829b933b-4760-4dcf-97b5-3f3235db6a28)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01a9c77c-96a4-43b5-a61d-71121a95c0f5)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a75ed326-f31b-42bd-a56b-3462a813ec14)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27e07d2d-08c2-4712-9c5c-be193d9a1c76)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5573e2a5-ffda-4fb0-b0bd-e0fe6565d3b9)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92262044-1a5b-46e1-b48e-d9fed74caa5c)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab422c83-8e59-47d4-9c7e-524c15256914)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12a15a0e-a294-4b2b-b62c-a9527633b466)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ebb0927-43da-43c7-949d-5e3e878a5a20)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "Net-(U1A--)") (pintype "passive") (tstamp 9b507d9d-7dc6-4dfb-94da-0ef35fda50b1)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 4aa73862-b84a-46ab-b90c-06545e3e574e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 2e93e35d-e92d-47c4-9c8d-ec7190648d15) - (at 91.3465 94.488) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1cc250e3-54b1-43c1-814e-51a36649e104") - (attr through_hole) - (fp_text reference "R4" (at 2.54 -1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8ee6f108-4c16-44bc-bf65-e2014860d618) - ) - (fp_text value "22k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9621d57e-4068-4bec-85a8-cce5250eaff8) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 86a2fe9f-db8e-4cf7-b151-f02331e95f0b) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a2130a9-41b8-4d0c-a378-4cff24917f19)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c39d7198-f36d-4582-9067-9dcc6eaf4ade)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66f2c783-3969-4d87-948a-389fa80bcfd0)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af5f298d-aa9c-4714-89e7-f275ed47e9df)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5945949f-478c-4738-a032-a64c0aba2f2c)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab25883a-a596-44ca-84a7-3653021982f2)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aef2528b-5ac7-4b20-9a79-94abbd29630f)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52208cc8-281d-4161-a69e-9ebfe21b7752)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb02398e-8b55-4328-bc4d-b69cf9a0cb83)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0bc7f652-46f4-478d-890c-b6ae7915c51b)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 344d7a19-c598-4ff4-a1cd-da3931e8576b)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e34464c-4435-427e-ad84-531cccff681c)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 43 "Net-(U6A--)") (pintype "passive") (tstamp 37a72670-851e-44e3-baf6-3121b5d66dfb)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 32 "/OUT_1") (pintype "passive") (tstamp 0e10e618-a6ff-403a-af1f-f28991c7a8f3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 300648cf-b6c1-44b7-9a3b-8d7a79cb4a8d) - (at 61.976 73.152 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/9482dabc-9091-4dec-8227-54f6989bbf94") - (attr through_hole) - (fp_text reference "R37" (at 2.54 1.778 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0e0e19e7-dda7-4f54-bc26-50af5b8690cd) - ) - (fp_text value "18k" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c38327b6-2c30-4d55-8181-3757b6f147d5) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 0aaa83fb-2e94-433a-847d-74693251e68c) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f233934c-a2e6-4ef9-a8ed-b19ce6bf910b)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b06f6be-b6f3-4c12-982e-e86b29ef59d4)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbe397d2-b90b-4695-a62f-6f421c22031e)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1b67b90-db4f-4869-a835-e671764ba272)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a86d5525-2b66-4ef2-95fb-92b743478c79)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4153c97-9117-4d77-8621-3d08d349fe8b)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9da944b-524a-4270-881a-dab4946f1d65)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73130623-4301-4c99-9924-e82cd866612c)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8d4379d-7a27-4f62-b06c-3d326103d2d0)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7506657a-5a9b-4e24-8ccb-e2e949843ce5)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec791fc3-6b53-4d88-b509-417e46175a6e)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 883047b5-126d-4156-9dd5-e39b6fc645d9)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 39 "Net-(Q2-E)") (pintype "passive") (tstamp bab3c267-01de-4980-903b-adacd3b17236)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 17d5dad9-a1ee-4f3c-8634-fe16a722617b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 328f79ab-74dd-4310-8e32-4c62a10accf0) - (at 71.882 141.478) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/158223d5-6243-44d9-bd8d-cf6731c2ae88") - (attr through_hole) - (fp_text reference "R18" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4df60fbc-3dd7-4b03-873e-6c6232cbe2b1) - ) - (fp_text value "5.6k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5fffcb1e-a61d-4bfa-88fa-8e9f4b258dd2) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 0ba78ba0-e460-4abd-94f9-351d7751eca9) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36007917-d47a-4344-b059-b1e9a23f90f8)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3987446-0f6e-4a1f-b820-508a8cea0a14)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 927c3e9e-88ba-4a66-ba60-3aa864e7733b)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4363a763-cb41-434d-b8ff-3f84a6b41ada)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42353a23-2256-4425-9feb-51b4fed3ef7a)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76446604-becc-472a-ad66-5ef96f2707f3)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 822ba490-f85e-4a9f-9e00-2cd0fa8a63ba)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bba1c863-5d5c-4462-93b2-bfb452d5aebf)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf4e883e-e2da-4034-8ff7-1ece4c7f33b2)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df857975-77da-4c05-9630-75787785286c)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0fb2d218-8784-4e06-8a1c-d53b46ced4e7)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bb1d155-b381-46d9-85f1-e8ba49747b26)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 57 "Net-(U4A-+)") (pintype "passive") (tstamp 49f72f14-8d9e-4b16-afdf-a1d567643aaf)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 741bfdfe-5ff2-497f-a1d9-c0e8ac01d4d8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 32b04db6-ae0d-48f0-a004-804b0d32f268) - (at 61.976 69.511332 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/0ab2c2c4-30eb-46a7-a789-2199c5297d86") - (attr through_hole) - (fp_text reference "R35" (at 2.54 1.763 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 11767ddd-b857-4ee6-abac-be854eb1f516) - ) - (fp_text value "100" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8d8d607f-90ff-4665-99bd-0ee51d9b05ad) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 1bf89beb-a365-4214-8221-d86ab2135f5f) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e68a9c20-01fa-45c1-8f3c-c94c47eef0b2)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d773793d-f511-49b1-95da-b0af4d6c3357)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51ab9405-a575-4b0d-b3b6-0a1b2f85f827)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f31802c-4542-4fab-991d-95311b1fd664)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12af4ea8-7356-423b-bc10-33c17013b42d)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7217c698-6f7c-4d49-8d5a-0be9356d31f8)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b425e735-54cf-40b0-8579-59b1f01f4b7c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4965917a-abd6-48ef-b6ed-258a31338b90)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88aa7fb9-02d8-428f-bb0c-cc5ddd5415ee)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f9c2ca2-3017-424d-8e02-f73b3ae3000c)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 078368ca-88d6-4d91-9a02-11527b40e336)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aad1e03b-5085-4464-a568-13217e80059b)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 65 "Net-(U11A--)") (pintype "passive") (tstamp 76bf8b05-fe56-49e7-939a-f47ad84e2e15)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 31 "/RES_MOD") (pintype "passive") (tstamp d6516419-3eb0-4d56-b55e-962758da9e48)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 3382ab62-f660-474f-8044-42fffb500a13) - (at 88.148 140.218 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/af0efbed-a2de-4a45-b5be-30513ef6b681") - (attr through_hole) - (fp_text reference "R14" (at 2.54 -1.92 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16c336fc-0865-412e-bd55-97c845e276a6) - ) - (fp_text value "22k" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eee4e534-fa1b-4ee8-a9fd-7c6f2421c645) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp dceabdab-c166-4230-b374-68cd61968226) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b5b3464-f562-4999-b62b-186ecbd5e3a0)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6523917b-c9cd-4c79-ae92-ffd6ee0048cc)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 621467ef-d7b3-49e7-9342-e67353b3367b)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53188655-b27c-4046-bfa7-6a2983b1ef58)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31f8f1ba-c223-4156-aa6d-8338c3c3cef5)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44cb7191-1a36-41a1-99ed-c0dd1b2eaea9)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7feb3f8d-a0e7-4f2e-bc4e-0bd5f4b7a63d)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50a73ee6-3cf8-4411-8069-8935bb494ddd)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fefa31b-6b12-42fa-a2ca-8b2420e679ea)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bafd210-a631-478a-adab-2a82508dd741)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a92d2288-9d07-41fa-863e-4b8a9d778b03)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf01cdce-a775-4ffb-ad29-c6eed8344c7e)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "/OUT_2") (pintype "passive") (tstamp 3257c1cf-097a-4eb3-9200-fd8addc51e66)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "Net-(U7A--)") (pintype "passive") (tstamp 88859e99-5ad9-4a78-b94f-e52d0b56919c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 366e1a94-a6e0-47ee-834a-1e5e0a676977) - (at 92.476 98.298) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/bdc88f12-ed0e-42e9-b941-bffa65f128fc") - (attr through_hole) - (fp_text reference "C20" (at 1.224 -2.073) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9c8804ee-11e1-4d8f-aee0-75f91cf3150e) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 39870a74-cd5f-43c4-bdc4-fbcdce53c547) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp f08edc2b-8522-4e4d-a6c6-e644e0f8b0ed) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c011db05-3c36-4db4-919e-08f166028002)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c52c3327-357c-4b9a-b663-16721b3fcfe5)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 890276a4-7cc9-4ffc-91d4-3433fc530710)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83699107-c925-417b-9113-3b2462162ef2)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b14a7dc-f819-46d4-8bfb-cbce0ff0562c)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f39ccf23-8c07-439c-8f89-dd4407f30862)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca2684e6-07f1-45cf-bffc-eb5ffd4b2450)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5cc709b-8326-41e2-b92c-f1683cbaeab1)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51c3b4f5-1bc7-46fe-858a-f76aed5a388d)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18bdc28e-e8ac-4059-bdc5-60ac01242d4f)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b528af2-01c8-4e34-a564-1e628fa72da5)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7397f570-d7dd-45b7-bd95-91e818e00e7c)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7d972df-239f-40cc-8816-dbd599072ca2)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a08bf478-6d65-4e14-b881-b49938a9e97b)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp 3e0e2ceb-6f83-4c9c-a2a1-56db7fc797ac)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp e8e0439c-da9c-4ad6-88df-41f4182a6654)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 36da0bcc-f184-467b-9a82-527bfe20eea8) - (at 74.442 125.73) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/542be223-2295-4904-b488-34ded3df02b7") - (attr through_hole) - (fp_text reference "C23" (at 1.25 -2.23) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1698ac34-c0a5-4bd4-bd33-7491c40309a3) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d3cebf76-51e4-45f7-a31c-849b8844c1ae) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 7edd5aea-705f-469c-9c55-c0f0fe48fc56) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9fbcb68d-396d-4590-b79a-be7e290f6271)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adabf0b9-6a74-485b-b149-42fc82987d17)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cbc9082-1b41-4616-a40b-e1227816e648)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dce0c802-7197-4b26-84ba-970bbc169045)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b184d207-b6ba-4a8b-aa4f-0528a5d829ea)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02ff3be5-a5e6-4bc9-ae1e-3d305bded5df)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10d32bf2-c947-4a68-8c4b-946590046f8b)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43b20a60-464c-4f10-93e5-bb335fab5dbc)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a313cd6-b960-44d0-987d-6e60673d21d3)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2763b33-ebfb-47d8-bf19-fdec7de63ad4)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24afa4ea-e043-4175-be30-1c150ed0ba80)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b9f2be2-0ebc-4022-96ee-6fc17077aabf)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6111980b-6760-4e1d-998d-7f06ca4d0b4a)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ede98cc-2106-4299-b0f9-019fcde56997)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 04265a25-b62e-4202-bb81-6897a0936509)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp cd0478f8-81be-4aea-967b-9082be60a9f4)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 3ee3fbb7-e8f3-422b-ad55-44321d60fbc1) - (at 60.95 145.796) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/8e350813-93cb-448f-8382-d86b2810a6ab") - (attr through_hole) - (fp_text reference "U5" (at 3.65 -2.246) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e448da71-bbbd-4a89-9571-ce96e963b142) - ) - (fp_text value "OPA2134" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a4f82635-cdcc-4ffb-8c16-73736afcc084) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f52a60a-741d-44e4-a720-9bf965bcc875) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a76ba15-d204-45b4-888d-15782bb17db1)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7220e3d6-18aa-4229-8610-8d0694173352)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a075e1a7-c840-4a14-b791-08b0c7230a1d)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b51f925b-f44b-4b2c-aa61-403e9d977d8a)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c56c2e5d-02f3-451e-80e5-557d21858129)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56299d4e-4b85-4d94-9783-7ee5e991897d)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdf997d3-8fb8-499e-abe0-74cd6f137dfb)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08d91c5a-64c1-47bc-a40c-aa3e721f2ef3)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 833bcd5e-e7d3-4d76-bd28-b97751318390)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 572b7d25-9bd6-434e-b0d4-bd4fee4d6e41)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e98c2bd-963d-4f99-933e-d21c2e229b5b)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2948106f-4d18-4c6c-8bcb-1a8aae75127e)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7fe0ba2-6c30-4728-9c06-3f5f6dcb245d)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5270e7d2-0f43-46c4-a05c-e44e324ef6bf)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f0da207-6ab8-4389-9d84-6c3e3c1456b6)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eea46d8c-1435-4cd1-bce7-ab1daa5bc80f)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2ea5e16-8721-4f8f-ab19-f4ae9a7d8469)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd2cd38a-0656-4750-b119-6aecd59ac22c)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e677c72f-ea7e-45a1-9420-50c954f3300e)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0c15999-761b-44c6-add9-4c6c7caca8bd)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f183003d-e485-4e38-b0da-15cbdcf8d12e)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12b26ba1-705c-4961-bd73-a7d3c9178936)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05f82c5c-7281-4666-9bfb-a71c6bf77264)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "/OUT_3") (pintype "output") (tstamp 055b9f23-482d-4616-a3eb-96fe6d9d5ee6)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "/OUT_3") (pinfunction "-") (pintype "input") (tstamp be10e756-4d03-47b9-a547-cbb7e6394baa)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(U5A-+)") (pinfunction "+") (pintype "input") (tstamp 14602cc4-8ccd-4ad1-98b9-285a3a18aa9f)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 0d2135bb-1eec-4b99-b95a-b267cc001a6a)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 67 "unconnected-(U5B-+-Pad5)") (pinfunction "+") (pintype "input+no_connect") (tstamp fb62a57a-b34f-46ff-bcc8-c03250b3c99d)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 68 "unconnected-(U5B---Pad6)") (pinfunction "-") (pintype "input+no_connect") (tstamp 25e0e83e-2bb1-4898-a0b5-492341d88e08)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 69 "unconnected-(U5-Pad7)") (pintype "output+no_connect") (tstamp b4180bb7-a6ea-4a0f-b84b-4e8d785f5f7e)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 3bf32cd6-dad0-44f8-90e3-fb9257580c1f)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 400768f7-16f2-4e32-bc58-99b3b7fb6971) - (at 69.05 82.4 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/767b8548-35ef-4d26-bc26-5c29724cce68") - (attr through_hole) - (fp_text reference "C10" (at 1.175 2.15 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 33061c2a-fead-4188-a00c-0f13ddffe1c1) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1b847e8f-0058-4f0d-bf5e-7d02cc46da0c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp efeffe82-ed8c-4e96-957d-e4f081f79342) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dea81336-fe08-4dd1-9a52-68b1324b3c6c)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c54d6a56-71d5-4635-8148-60b48a49c2e6)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb030416-9a05-4b1e-bad4-a7baeab643b9)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 729eedc8-fea1-48e9-9b31-d16e58fbaf91)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c550603a-e8dc-478b-8a71-14c1b4169045)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 437b043b-2bf5-4148-9e9c-920917dddd08)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af86db1e-5cb6-4a0c-aaad-620e6c3ff9f3)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c9e3333-e2ee-489e-82b7-7ddf5202be66)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6dda8615-35b3-4b25-a014-42a1e30aa067)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0d2771c-d5dd-4876-9dda-a1385c65f5f8)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad565fa5-403a-4cce-8ee9-da2b047830c5)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa510162-abff-4d19-886f-ede0f8a6583f)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 973a030f-7915-4e86-92c7-00e715660088)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d54df33c-3110-4c83-b045-0574cb915039)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp a7328640-eb43-4e11-9995-b01fec79debf)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 250152ac-7f27-4475-bf22-2950ba9cc74d)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 48006843-54df-4f9f-990d-3eae73df19d1) - (at 104.94 79.4 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/3c727b55-6f1f-47f5-b23b-4b1938064233") - (attr through_hole) - (fp_text reference "R33" (at 2.403 1.895) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp afba3f2c-f8ef-4240-9bdb-b3d189b1eceb) - ) - (fp_text value "330k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e59cdca0-da96-4a7f-b8f3-8ec6ca40f107) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp f5abe7f6-e459-42db-823c-992b1c89c8c9) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f40c1cba-589b-4e80-930c-ea9d5c509930)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2f6b6a7-c429-4ae1-a850-90fb4336719d)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9ec65b7-4de2-47d0-a91c-d9c0394c7d8c)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc65a0b8-6ff9-4073-810f-14df810ecbaa)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12450582-2685-46fd-ab7a-2f32d2f9c89f)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b6c2ee8-ac21-49fb-8ec0-8ccdc2e93441)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 477d33ac-1340-4659-a6fe-42b4a3467e02)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edb828d2-feee-4264-824b-34f26c59ab01)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38849236-9eef-4705-ba34-3d4cf15f1586)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f748566e-0e19-4f9e-af79-0f88dba9173f)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7b4f906-5dd9-40a0-8121-c26a97dbb3b6)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c45ef6fb-4ad5-4b81-9c0e-b8a7f3d2f670)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 13 "Net-(Q1B-E)") (pintype "passive") (tstamp e3670e06-0a7a-4ff6-9a56-c70aa728bedf)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 63c26821-1d9f-42d3-936c-df291c213ba7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 52a0c078-9162-474d-9898-e98d06ca572c) - (at 106.172 72.898 90) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/26928a25-1f86-457e-9b52-f1a71eea88c2") - (attr through_hole) - (fp_text reference "C7" (at 1.173 2.278 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4850be5f-f010-4c0b-a0b2-1b40866cb814) - ) - (fp_text value "180p" (at 1.25 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1fbf52ba-f780-47af-86a9-e1ce66ab831a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp b51302ed-6bf5-466a-ab8f-0112535f92da) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24b596db-10a9-4587-8ac3-656c1b4a1afa)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0293a3db-028d-4379-8fa7-fdd00fcf7c02)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d62bd624-a009-4650-82ac-5f621965c930)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20491363-6df6-48f1-8b0f-3ff235757f37)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 735d2168-5dd0-4160-966e-a7ae6be47c8f)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84beb40c-c21d-405a-bdc1-81bb90f2ab4f)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66b30d3b-d45d-4dcf-9cd3-9c9f78ad3104)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb9a7de9-2cdd-4b20-b117-e38af7c89c54)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fead6fd5-5fb0-4164-9c89-5cf2eaeba9ec)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55057c85-3a48-4724-b61d-585ddb1b5140)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19ba40b1-6a06-4667-a9ad-da52fdf75ab3)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3cb2ece-65dd-4b25-96d6-eac9db06cd35)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43aa7588-01de-4c16-8eb9-b7329af918de)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 981cd8be-9d83-4420-8dfb-5023a6941573)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(Q1B-E)") (pintype "passive") (tstamp 623de871-6c9b-480f-9efc-0b0fb5c81d59)) - (pad "2" thru_hole circle (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(D3-A)") (pintype "passive") (tstamp a5b98770-ffa8-4646-9366-d0859a4424a7)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" (layer "F.Cu") - (tstamp 5354f641-60bb-4d6e-82da-89b443aeb37a) - (at 72.242 78.994 90) - (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") - (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92") - (property "ki_keywords" "PNP Transistor") - (path "/21620397-bbd6-40ba-a437-e50ac7c11aa5") - (attr through_hole) - (fp_text reference "Q2" (at 2.594 2.858 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3f7c6fb2-e703-4c31-a094-690aacdfe9bf) - ) - (fp_text value "2N3906" (at 2.54 2.79 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 297bb670-acb3-451d-96fe-708b8351d19f) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0ba1f2e2-7a1b-449d-98f1-fafc38e6b889) - ) - (fp_line (start 0.74 1.85) (end 4.34 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 671d2e9c-df41-4a8d-8437-cfb15fc64445)) - (fp_arc (start 0.1836 -1.098807) (mid 1.143021 -2.192817) (end 2.54 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcfe888a-99e4-43f8-8d98-044854bc7d19)) - (fp_arc (start 0.74 1.85) (mid 0.446097 1.509328) (end 0.215816 1.122795) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a5cf72e-b9cb-4199-8625-80cba8e8e4b8)) - (fp_arc (start 2.54 -2.6) (mid 3.936979 -2.192818) (end 4.8964 -1.098807) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4336ca10-e65c-4dd5-99eb-22c3b03be4bd)) - (fp_arc (start 4.864184 1.122795) (mid 4.633903 1.509328) (end 4.34 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7242c09-b2e2-496c-91c9-3aa1ae749027)) - (fp_line (start -1.01 -2.73) (end -1.01 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2325f3a8-eab3-4320-bca1-3b992e2082cc)) - (fp_line (start -1.01 -2.73) (end 6.09 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc7c92b5-9615-4494-9268-c11c287fdd0e)) - (fp_line (start 6.09 2.01) (end -1.01 2.01) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a8608a0-afb0-4caf-93f1-cd9c0d4d0508)) - (fp_line (start 6.09 2.01) (end 6.09 -2.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2babd22-fddf-4c5a-a63d-7d68d0ff10b8)) - (fp_line (start 0.8 1.75) (end 4.3 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f7d948c-be16-4ebc-b258-0732928c28b6)) - (fp_arc (start 0.786375 1.753625) (mid 0.248779 -0.949055) (end 2.54 -2.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c72769f-a85c-40db-ba6b-71aadc3e3c0f)) - (fp_arc (start 2.54 -2.48) (mid 4.831221 -0.949055) (end 4.293625 1.753625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 984e7ddd-9f12-4f2d-94a4-d1b1dade680e)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 39 "Net-(Q2-E)") (pinfunction "E") (pintype "passive") (tstamp faaa4330-68f7-41c1-b6ef-cd78d05ec8c3)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 40 "Net-(Q2-B)") (pinfunction "B") (pintype "input") (tstamp 71f48cd5-32c8-4f7a-9987-452bded79e2c)) - (pad "3" thru_hole circle (at 5.08 0 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 41 "/B") (pinfunction "C") (pintype "passive") (tstamp 4e29fa6c-e0d5-4275-90f5-9ef608a0e166)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu") - (tstamp 556bf02a-51df-4714-8403-6eb00399cfec) - (at 70.676888 55.118) - (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Polarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/e5401fe2-bdbd-4d1a-8561-4b47f24a1fa7") - (attr through_hole) - (fp_text reference "C8" (at 1.205112 -3.556) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3033ba6f-c5ba-43bb-a14f-efb4703306a7) - ) - (fp_text value "10u" (at 1.25 3.75) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0e865e45-6914-4a7f-aad1-db5e1badd32f) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d6e8c7d9-bb81-48a4-bd0e-315daddc5aa4) - ) - (fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11e19e7d-03f5-4678-9c91-22ce30eef471)) - (fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50e7d108-7651-44d1-ad27-648a8e275884)) - (fp_line (start 1.25 -2.58) (end 1.25 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1b88eb2-bfc3-4002-8fa8-778f93f55f8d)) - (fp_line (start 1.29 -2.58) (end 1.29 2.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96d7f782-d13a-4fe6-96de-5e881835ecd1)) - (fp_line (start 1.33 -2.579) (end 1.33 2.579) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f05234b-606e-4fa4-ba85-6d74a0b82a34)) - (fp_line (start 1.37 -2.578) (end 1.37 2.578) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 395ad48e-c652-4f26-8279-d6de48953c02)) - (fp_line (start 1.41 -2.576) (end 1.41 2.576) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a80f9c75-cdbc-40ce-bc44-1765c004cdb0)) - (fp_line (start 1.45 -2.573) (end 1.45 2.573) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13de64e0-b79f-4898-8aab-d1b24e091eb5)) - (fp_line (start 1.49 -2.569) (end 1.49 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d93d183a-9dff-483b-8726-27361135e05a)) - (fp_line (start 1.49 1.04) (end 1.49 2.569) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6cf395d-b43b-47b2-9d4b-421c1612efc7)) - (fp_line (start 1.53 -2.565) (end 1.53 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db0cc099-9fc4-48b8-8e19-b8ef7b439442)) - (fp_line (start 1.53 1.04) (end 1.53 2.565) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eeec11ed-c558-48b2-aceb-e0ffa0f89016)) - (fp_line (start 1.57 -2.561) (end 1.57 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c4f842a-efeb-4ec5-be05-9e415c1d004a)) - (fp_line (start 1.57 1.04) (end 1.57 2.561) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58c30d02-023f-4a03-8bfb-41783fbb037b)) - (fp_line (start 1.61 -2.556) (end 1.61 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d6e9fbb-bb26-4e10-99eb-ff4527d36e2b)) - (fp_line (start 1.61 1.04) (end 1.61 2.556) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dac4c27b-128f-46cd-9932-fa9ae6664699)) - (fp_line (start 1.65 -2.55) (end 1.65 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1bcc392-d623-417f-b5b8-19985dff946c)) - (fp_line (start 1.65 1.04) (end 1.65 2.55) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77ad6f43-77da-4032-8431-f3710072d5d2)) - (fp_line (start 1.69 -2.543) (end 1.69 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d1796ec-3c68-4e17-972a-ccdd47fd9f80)) - (fp_line (start 1.69 1.04) (end 1.69 2.543) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a3ddf21-921c-4cc3-b0a1-45d617b4566e)) - (fp_line (start 1.73 -2.536) (end 1.73 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07ac9cf2-cbe0-4a6a-acd3-e8e14db26321)) - (fp_line (start 1.73 1.04) (end 1.73 2.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0e25dbb-9e5f-473c-bc5e-b8f35987dc02)) - (fp_line (start 1.77 -2.528) (end 1.77 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e8c2e57-24e6-458f-9a22-a430491e1b20)) - (fp_line (start 1.77 1.04) (end 1.77 2.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2edaa6d0-8814-4cb3-a89d-971a921440f2)) - (fp_line (start 1.81 -2.52) (end 1.81 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cb928cd-4ef7-4311-a460-fc537a8b9d7c)) - (fp_line (start 1.81 1.04) (end 1.81 2.52) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0428d1b2-562c-4f4a-9118-578e82c593fd)) - (fp_line (start 1.85 -2.511) (end 1.85 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c62a2f02-4af9-4a95-b372-25df943e4cba)) - (fp_line (start 1.85 1.04) (end 1.85 2.511) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c190f941-41c3-496b-91bb-59641c1b07e0)) - (fp_line (start 1.89 -2.501) (end 1.89 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21ac413e-ac8e-4798-a1a6-bcc8f823103d)) - (fp_line (start 1.89 1.04) (end 1.89 2.501) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce083486-859a-43ae-aca9-854febfb33f2)) - (fp_line (start 1.93 -2.491) (end 1.93 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d90f419d-eeb5-4a93-9865-3c684cd6455d)) - (fp_line (start 1.93 1.04) (end 1.93 2.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c63d4e5c-cd4f-443c-8448-5b0c2af072de)) - (fp_line (start 1.971 -2.48) (end 1.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10e88657-682e-410b-94d8-b2196c0e2be5)) - (fp_line (start 1.971 1.04) (end 1.971 2.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9e89f9e-d53a-4025-be3a-a59ff0248028)) - (fp_line (start 2.011 -2.468) (end 2.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46daf7a0-6285-44f9-86a4-34e95fafdef1)) - (fp_line (start 2.011 1.04) (end 2.011 2.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 483228d9-37aa-48e2-9aed-45e08fc738c2)) - (fp_line (start 2.051 -2.455) (end 2.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fcbf297-4561-4a80-bbd4-bc2c72fc2a76)) - (fp_line (start 2.051 1.04) (end 2.051 2.455) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 641a6abb-ff99-4544-99a4-6bba201d0932)) - (fp_line (start 2.091 -2.442) (end 2.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a396f8d-4a29-414d-b3d5-3f35adc90070)) - (fp_line (start 2.091 1.04) (end 2.091 2.442) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73fdb372-1b0b-4e7d-b729-d54ab478f3f4)) - (fp_line (start 2.131 -2.428) (end 2.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f425c45-e63b-4762-840b-0caa0dd4c048)) - (fp_line (start 2.131 1.04) (end 2.131 2.428) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 995b306b-e57f-4f78-889f-81e934569903)) - (fp_line (start 2.171 -2.414) (end 2.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83f56e31-6dfe-481e-b99b-384a2754767e)) - (fp_line (start 2.171 1.04) (end 2.171 2.414) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9766dfad-63c1-4c80-8f68-253f2a699a65)) - (fp_line (start 2.211 -2.398) (end 2.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53aa7d80-37ad-4961-98a0-1b83ee4bcfef)) - (fp_line (start 2.211 1.04) (end 2.211 2.398) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 966cb1c7-16ef-4aaa-8337-6074cca55eba)) - (fp_line (start 2.251 -2.382) (end 2.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1903e65-5c70-4423-b225-66e282e06406)) - (fp_line (start 2.251 1.04) (end 2.251 2.382) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17379846-0aed-4d67-9368-767d26c84fa1)) - (fp_line (start 2.291 -2.365) (end 2.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f4af7d4-7baf-46da-bdaa-e41b752d6729)) - (fp_line (start 2.291 1.04) (end 2.291 2.365) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6942446-f48f-431b-bbdd-c5541ea3e2ca)) - (fp_line (start 2.331 -2.348) (end 2.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea4b81c1-ddc2-4fc2-b0e1-92f43332e4c7)) - (fp_line (start 2.331 1.04) (end 2.331 2.348) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9879c1e-897a-4e4d-86c5-69e76f3e6435)) - (fp_line (start 2.371 -2.329) (end 2.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7ee79ab-1d03-4f1e-8671-57a89e1090e1)) - (fp_line (start 2.371 1.04) (end 2.371 2.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 949beaca-2b59-4e58-9c64-93f72d9d384a)) - (fp_line (start 2.411 -2.31) (end 2.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4e7aed5-2c17-4003-813b-faad5afed42f)) - (fp_line (start 2.411 1.04) (end 2.411 2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad7821d6-a5cc-4525-8d5e-331e0f82e8e9)) - (fp_line (start 2.451 -2.29) (end 2.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1574fb44-bb2c-405d-be92-906aa56d2d02)) - (fp_line (start 2.451 1.04) (end 2.451 2.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1fa0b095-6ef2-4fbf-8c68-b4920adcc10e)) - (fp_line (start 2.491 -2.268) (end 2.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f44eb1f-96e3-4713-af1f-6ad2fa178920)) - (fp_line (start 2.491 1.04) (end 2.491 2.268) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b740bbe2-d264-4855-80a1-0b83810314ce)) - (fp_line (start 2.531 -2.247) (end 2.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42294253-d922-4231-8d47-20183bb0a5cd)) - (fp_line (start 2.531 1.04) (end 2.531 2.247) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e02b17d-46ee-4ba1-b3c5-39f6830e8727)) - (fp_line (start 2.571 -2.224) (end 2.571 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15609ccc-e00b-4f93-965d-339fcae280b1)) - (fp_line (start 2.571 1.04) (end 2.571 2.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0b02ff4-5ea0-4281-8a27-37a712ba3e78)) - (fp_line (start 2.611 -2.2) (end 2.611 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 584d3922-c741-4a92-b195-ca4cf1869937)) - (fp_line (start 2.611 1.04) (end 2.611 2.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f85ccd7-5581-4dc0-b1e3-8aca834de6cf)) - (fp_line (start 2.651 -2.175) (end 2.651 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4ca1c02-8587-4449-94f0-9d867095ba2e)) - (fp_line (start 2.651 1.04) (end 2.651 2.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa5f1417-ee67-4cc9-97f8-a2903bb190b5)) - (fp_line (start 2.691 -2.149) (end 2.691 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0861448-b0c6-46bc-9b9a-af6147a39916)) - (fp_line (start 2.691 1.04) (end 2.691 2.149) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53bf72bc-8c5b-4e39-b791-502ecfcb77dc)) - (fp_line (start 2.731 -2.122) (end 2.731 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 278bc0e8-9ceb-4f35-bb1a-e2a4fac6a375)) - (fp_line (start 2.731 1.04) (end 2.731 2.122) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b915368-27cb-4ea5-90e0-e3070f1772ed)) - (fp_line (start 2.771 -2.095) (end 2.771 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7f73df1-fe00-49b0-abde-8121119c3028)) - (fp_line (start 2.771 1.04) (end 2.771 2.095) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97c46fff-7499-4f55-9306-a665f48b870e)) - (fp_line (start 2.811 -2.065) (end 2.811 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ee6358b-10d1-4266-b7e7-089c466d7786)) - (fp_line (start 2.811 1.04) (end 2.811 2.065) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 070a2ead-1408-4736-9005-828db0909e82)) - (fp_line (start 2.851 -2.035) (end 2.851 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d00f9813-fd19-46dc-91b9-e155638e9362)) - (fp_line (start 2.851 1.04) (end 2.851 2.035) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a919717-f126-48cd-9019-4d3e057b8f52)) - (fp_line (start 2.891 -2.004) (end 2.891 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f318d245-62ba-4463-80dc-e626a90b57b7)) - (fp_line (start 2.891 1.04) (end 2.891 2.004) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d902ef7b-ceb6-4700-95b5-a756803202fa)) - (fp_line (start 2.931 -1.971) (end 2.931 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1b66a7e-bf73-4238-92a8-e92e73e43e1a)) - (fp_line (start 2.931 1.04) (end 2.931 1.971) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1040105e-0f33-4303-9932-d2c9719dd046)) - (fp_line (start 2.971 -1.937) (end 2.971 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5f6c4bb-f12f-4068-82f9-669ab8db6f75)) - (fp_line (start 2.971 1.04) (end 2.971 1.937) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13ef4562-c7c6-4b02-8927-9c0487fcd589)) - (fp_line (start 3.011 -1.901) (end 3.011 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36e729a3-11c1-44d1-90b9-c93062c437e5)) - (fp_line (start 3.011 1.04) (end 3.011 1.901) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b7bb684-541c-4075-b157-d8254ec391ce)) - (fp_line (start 3.051 -1.864) (end 3.051 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48e7805d-cd65-42c5-ac32-3f52f88f7044)) - (fp_line (start 3.051 1.04) (end 3.051 1.864) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbfc0611-bb84-4f95-b109-15cbf3aaf932)) - (fp_line (start 3.091 -1.826) (end 3.091 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5273b90f-1293-438c-b506-87c62e6037e7)) - (fp_line (start 3.091 1.04) (end 3.091 1.826) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b63b9bab-1b87-490f-a2ac-83ce302a9214)) - (fp_line (start 3.131 -1.785) (end 3.131 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65d804f8-79f5-439a-90b5-3b67d73df566)) - (fp_line (start 3.131 1.04) (end 3.131 1.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f12216cf-243f-4065-a3a5-0f3b2a173496)) - (fp_line (start 3.171 -1.743) (end 3.171 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a73103bb-8b7f-4637-af23-bc76625d5321)) - (fp_line (start 3.171 1.04) (end 3.171 1.743) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db607439-b63b-42c9-a820-7a9b32df42e9)) - (fp_line (start 3.211 -1.699) (end 3.211 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4dcb48e8-6d23-4511-b1c0-4ed67935d5f7)) - (fp_line (start 3.211 1.04) (end 3.211 1.699) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cdf6e757-e267-4d6a-b3cc-37fd136953e5)) - (fp_line (start 3.251 -1.653) (end 3.251 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 469333b6-8652-4cca-9320-1733e77e6c58)) - (fp_line (start 3.251 1.04) (end 3.251 1.653) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df2dbdaf-b99b-4530-a42b-9f1b8309401e)) - (fp_line (start 3.291 -1.605) (end 3.291 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6278d60-de61-42fc-bf1c-96e0d34a4347)) - (fp_line (start 3.291 1.04) (end 3.291 1.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a297bece-b5f4-4ba1-9cac-8661107689f3)) - (fp_line (start 3.331 -1.554) (end 3.331 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81219813-01da-4b98-9748-be38454d38df)) - (fp_line (start 3.331 1.04) (end 3.331 1.554) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34e492b2-b8c2-4388-bff1-fe1c6640dc5c)) - (fp_line (start 3.371 -1.5) (end 3.371 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc37bf73-a584-470f-b681-f775ff87e7fc)) - (fp_line (start 3.371 1.04) (end 3.371 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 50ba2563-357a-4550-ad77-ab90db7f4ab7)) - (fp_line (start 3.411 -1.443) (end 3.411 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2fec550-a888-45b1-938c-8ad33d1ecc16)) - (fp_line (start 3.411 1.04) (end 3.411 1.443) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e279f88-489c-4a54-8fb8-ab34e33164b5)) - (fp_line (start 3.451 -1.383) (end 3.451 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fc50870-ce78-4444-810b-f74d58333d2a)) - (fp_line (start 3.451 1.04) (end 3.451 1.383) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52bcdcbb-775b-4639-846f-491cbacdae2f)) - (fp_line (start 3.491 -1.319) (end 3.491 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cbbcc76-8491-494e-9083-86136662c8a3)) - (fp_line (start 3.491 1.04) (end 3.491 1.319) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6431bb5-f27f-4664-9616-00288b8ac5ae)) - (fp_line (start 3.531 -1.251) (end 3.531 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 527fff09-afaf-4b89-ab98-d159fd656461)) - (fp_line (start 3.531 1.04) (end 3.531 1.251) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 305f047b-a9dc-4d38-a8e4-10230373d624)) - (fp_line (start 3.571 -1.178) (end 3.571 1.178) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c624612c-abfa-4854-bcbc-48dc4d7917f6)) - (fp_line (start 3.611 -1.098) (end 3.611 1.098) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9df5c6f3-d1f0-4d31-8df7-684a52340c2a)) - (fp_line (start 3.651 -1.011) (end 3.651 1.011) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a419da7-e8ec-4794-8e2a-4ac4a2d4b9e0)) - (fp_line (start 3.691 -0.915) (end 3.691 0.915) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 983c55f7-d2d7-4448-9702-7a6d70c75d8d)) - (fp_line (start 3.731 -0.805) (end 3.731 0.805) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 632c6b37-f888-4625-a611-6ac95eda4cc0)) - (fp_line (start 3.771 -0.677) (end 3.771 0.677) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72e28c0c-604e-4f20-bf2a-068dfad25a57)) - (fp_line (start 3.811 -0.518) (end 3.811 0.518) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 677981d9-d853-4e96-9f7d-48243984b6c1)) - (fp_line (start 3.851 -0.284) (end 3.851 0.284) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8966a010-d813-4932-9efe-c3c68f6c3fa6)) - (fp_circle (center 1.25 0) (end 3.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 29c55a93-7ec5-4bba-b8ef-fcce8701b5b1)) - (fp_circle (center 1.25 0) (end 4 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp fea25102-db8e-4001-b496-b7063e3a3341)) - (fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18ceb412-33f5-4394-9fcc-4ccff1b45fc0)) - (fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d2ede75-09e8-4d57-a759-635cfcf461cd)) - (fp_circle (center 1.25 0) (end 3.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f14e7c8b-b3c3-4b1d-81d3-b625442b4284)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp 1a45969b-a452-48ff-86bc-8d6966926b24)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 232a4dd2-1e86-4721-a20b-006e1dc5b26c)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-16_W7.62mm_Socket" (layer "F.Cu") - (tstamp 556ec4e8-587f-4007-92c3-0c9bc895fedd) - (at 99.324 95.504) - (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (path "/e27166e7-aba7-457f-8397-8a865b5b0610") - (attr through_hole) - (fp_text reference "U8" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd2b1015-c562-4dcc-803f-5158118c50d3) - ) - (fp_text value "DG409" (at 3.81 20.11) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 32b9391e-2e5a-4ee4-af78-e0c742341041) - ) - (fp_text user "${REFERENCE}" (at 3.81 8.89) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb40a162-b94f-4a7d-b6ac-9b22f1ced5ae) - ) - (fp_line (start -1.33 -1.39) (end -1.33 19.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0164272e-caaf-49aa-9340-839447da67aa)) - (fp_line (start -1.33 19.17) (end 8.95 19.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d587ddf-cb60-4351-a68d-6d9adee2bcac)) - (fp_line (start 1.16 -1.33) (end 1.16 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e46c547d-2872-4ef2-8cae-9aefe8a4854b)) - (fp_line (start 1.16 19.11) (end 6.46 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98d0e01d-0050-48d6-ba4d-5f738614d9c9)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84d04e20-81f9-46e6-9381-45a044be9211)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 965852c3-762e-46d7-9a19-1ddf9cd9e46c)) - (fp_line (start 6.46 19.11) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f8fa01a-686f-46ed-834b-08df441502b9)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f75601f1-8754-44ef-ae98-a3f087ddc081)) - (fp_line (start 8.95 19.17) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0afd235e-6043-4212-be3a-37dd5579e8ce)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f88f348-0ad0-47f7-9e23-1d657f06d4da)) - (fp_line (start -1.55 -1.6) (end -1.55 19.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14a24db6-247a-4ac4-bfe2-bb530c3cf873)) - (fp_line (start -1.55 19.4) (end 9.15 19.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be62aecf-24bc-4e4f-b4b8-be79ba1e6d8e)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79dba7b5-797b-4501-b718-c4f5815e0613)) - (fp_line (start 9.15 19.4) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6293987f-0295-47c0-8a62-39f20812ea3d)) - (fp_line (start -1.27 -1.33) (end -1.27 19.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f587f6d5-af5f-407a-b494-ec7813ad3751)) - (fp_line (start -1.27 19.11) (end 8.89 19.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f809985-1b27-4286-9027-ba7b7e4ddb07)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3aa3cbf5-c963-4148-be26-51cc67b397e3)) - (fp_line (start 0.635 19.05) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bff45938-9b66-43ea-bb65-01f5a8728888)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9cd77da8-d7d8-4fd5-85b3-6d5f693d5fe4)) - (fp_line (start 6.985 -1.27) (end 6.985 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe125f91-15ed-423f-a82c-c37852feb77a)) - (fp_line (start 6.985 19.05) (end 0.635 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2af54b4e-7c7b-46a6-90b5-f2b69077b57e)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4dbe1cd-2747-4f6b-adea-34f5e2486e23)) - (fp_line (start 8.89 19.11) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67402e01-d996-498f-8506-a7bea449e6e6)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 34 "/A0") (pinfunction "A0") (pintype "passive") (tstamp 7fbec629-4a52-47f5-8d7f-17bd9e38c137)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "EN") (pintype "passive") (tstamp fce62326-a8d0-41a6-aa95-a85acc12fd40)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "power_in") (tstamp 5f38a6d5-a3fb-4ce6-bcf6-678432397eb3)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "Net-(R6-Pad1)") (pintype "passive") (tstamp c571a447-ac24-4df4-a50e-0a425c487ba9)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "Net-(R6-Pad1)") (pintype "passive") (tstamp 7303535e-09a1-46ed-9b7c-c8ec20745d7c)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C2-Pad2)") (pintype "passive") (tstamp ebe171f3-879b-4f82-8f7c-8aed45603f7f)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C2-Pad2)") (pintype "passive") (tstamp d16c5053-aaa4-4609-8e9e-ab7327068f58)) - (pad "8" thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "Net-(C1-Pad1)") (pintype "passive") (tstamp 32cbe5c5-dc59-43d6-9ed6-833b0eee79e2)) - (pad "9" thru_hole oval (at 7.62 17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 33 "/OUT_3") (pintype "passive") (tstamp 5538cdfd-c8aa-41cd-9b41-707e6eb1987a)) - (pad "10" thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "Net-(R6-Pad1)") (pintype "passive") (tstamp 16b8e297-dad6-4468-afe2-8ae0c51e5770)) - (pad "11" thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 45 "Net-(R6-Pad1)") (pintype "passive") (tstamp 26561a53-53f8-416f-a4a1-26f0d1e6077f)) - (pad "12" thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C2-Pad2)") (pintype "passive") (tstamp c34b393b-74fb-4394-b631-62f526974717)) - (pad "13" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C2-Pad2)") (pintype "passive") (tstamp cc383c25-8155-49b5-ae04-16ed24432bcc)) - (pad "14" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "power_in") (tstamp 7c2ea609-1385-47d0-8f45-ea664dd0b2d2)) - (pad "15" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "GND") (pintype "passive") (tstamp f0da38dd-8b54-428f-ada6-5ba55b16c6cb)) - (pad "16" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 35 "/A1") (pinfunction "A1") (pintype "passive") (tstamp c4dd57a7-1a4b-498a-b775-672a47bb87c6)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 59ba79ee-5fa1-41d7-9828-d44e5f7bf95f) - (at 76.962 110.48771 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/052d0e40-21e7-4552-8da8-e06e203585dd") - (attr through_hole) - (fp_text reference "R11" (at 2.54 1.77571) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7aa1ad53-b30b-4d78-b340-5053afb9e9c0) - ) - (fp_text value "68k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4a9a1312-6081-4bed-8c96-b76490802d70) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 2470e733-50d2-4fa3-bc35-47acf3838c5a) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27bdcd74-4b94-49a3-b793-6a6f99b0ce96)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 729cb3d4-52a5-4470-bbb1-ba672889fe11)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46e12b14-a543-48c7-93e5-d590f74b23ac)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4cd01df-1b6b-47a2-8904-1cc13793fa37)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f02ca58-3573-448b-bd4d-8e32f54ac2d7)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28d67e65-4168-48ce-ae55-b3bc251ed827)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 300cda07-d882-4cee-af95-7272010846dc)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8f82b2b-f19b-49ac-bbca-19fc037e0567)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59964eb2-edfc-4a74-adc4-6ff0193ff075)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63c3401c-dc46-46bc-b2ff-6a3d3517ffb9)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f62336cb-ac79-48d0-a7ed-b19e0400b8a9)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c3fec6c-58c3-4b09-b32f-8cee8454da7e)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 51 "Net-(U6B-ID)") (pintype "passive") (tstamp 02fa891b-2659-476f-804a-b4bc2284658b)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp b2068d32-2ba0-410c-b76d-638d088e2dce)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 5cf6f406-85f9-4ad8-8959-b9ed3bf2326e) - (at 91.6 68.166666 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/26b9a035-b107-4757-80c0-edeaefe36a0a") - (attr through_hole) - (fp_text reference "C6" (at 1.25 2.116666 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 775732f8-e373-480e-b101-0398e3ec8fac) - ) - (fp_text value "180p" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bd611e80-a3f0-4f25-b6d1-6c5ebf59b39d) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 4d0d3003-461d-4603-af4f-705770fe84aa) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de498aec-6183-4c9b-ae7b-9292389b1940)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80861be9-f900-4059-8354-0fe093c93a35)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec6c7d51-f251-433d-8cc0-a50bad638d2e)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75be0fe2-c622-4968-8d5a-ce36ec19b3c5)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f589903-cf06-44d4-981c-efdb2169417a)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5e1709a-be7d-4039-b0a7-168ca5106597)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5009136-fa02-44b8-93da-941ace4b27f2)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 617e81e1-753c-4bee-a001-ba20854ea679)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77559ff0-45a3-4ce0-9da7-624d99074fec)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e0d830f-3c64-41c6-971a-11ac31766bfa)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4240151c-163c-4c1a-b179-dd72b5026b22)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78635e18-7c1e-4512-b870-848c1a07dfd2)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0259e0a2-ab17-44e7-a3a3-f36139f67ccf)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67369d61-76fe-45c2-a48d-7e43d7f1b6f0)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C6-Pad1)") (pintype "passive") (tstamp a0a6ce86-6e95-4318-b03a-8a7a41515555)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U10A--)") (pintype "passive") (tstamp 50043cc4-b484-4306-a187-c9bfd8c70b1d)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 5e09515b-ad9c-49cf-8e8e-34339807d3e7) - (at 71.882 133.854562) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/48348224-f9b4-4b76-8752-d3abf3128b5d") - (attr through_hole) - (fp_text reference "R22" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ea6348dd-a328-474f-a777-d1021459bd0d) - ) - (fp_text value "22k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b1cfe82-73d4-4135-911c-dbd10602195f) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 2bb300c9-d2b9-4b9a-a587-cb84a6269970) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a53e690f-a531-4b3c-a3d9-ae60f2a6000d)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b48e7ab6-f147-4e14-bad3-c3f81f14d0b6)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 089943da-fe8d-4195-af04-382d7e9a8ae5)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b30d28f7-5067-4b36-ac3a-0d0c5a6b798b)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e85933d3-e5fe-4f51-ac3a-9bede3953a20)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4f7bf66-4d0a-43c7-b842-f16cee0adfd4)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 704d6b79-d8ee-4a7d-a3b7-a8ae66b942c6)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5050b05-4ccc-480f-a04f-5c7ff1882523)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85b1e36c-0760-4f91-9032-d304e7f5f7da)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d055ecd-5dd5-4318-86e7-8ac65388f69e)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1db600c5-7712-4419-bf9f-baad09332828)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3841ce12-ac03-4f20-b5db-b4c8ea58a8e3)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 61 "Net-(U4A--)") (pintype "passive") (tstamp 63c88166-7ab0-4fdd-ae94-2b25995b4e84)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 62 "Net-(U7B-+)") (pintype "passive") (tstamp 37cc4906-b2b5-403d-9f6a-b8c7cd8f25b1)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_THT:TO-5-8" (layer "F.Cu") - (tstamp 5eff2f1b-5504-4367-991c-11ffd04053e1) - (at 77.978 82.296) - (descr "TO-5-8") - (tags "TO-5-8") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (path "/a8f5ac46-3610-4155-beae-28184c1def15") - (attr through_hole) - (fp_text reference "Q1" (at 2.92 5.809248) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 12e3ac67-1bfe-4034-9d4d-2fcd4ca222cb) - ) - (fp_text value "AS395" (at 2.92 5.82) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b0fba791-734a-4a7d-8b3d-8b6fc52842d3) - ) - (fp_text user "${REFERENCE}" (at 0.9425 -6.0195) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 46c52197-50f0-4701-82e4-ed4b69426e19) - ) - (fp_line (start -1.745856 -3.888039) (end -0.854902 -2.997084) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a103930-dbb2-4384-ac04-df15d36da4a7)) - (fp_line (start -0.968039 -4.665856) (end -1.745856 -3.888039) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75a48878-3b64-4d73-b395-d7f17b29068e)) - (fp_line (start -0.077084 -3.774902) (end -0.968039 -4.665856) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b80ccdc-26df-4e0d-80ce-475a3c1a7b0d)) - (fp_arc (start -0.077084 -3.774902) (mid 6.328125 3.408384) (end -0.854674 -2.997371) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b64f552-b438-423e-b85b-2f7e1f8527aa)) - (fp_line (start -2.04 -4.95) (end -2.04 4.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02b58d0e-a366-4727-8d0e-6658b376a8cb)) - (fp_line (start -2.04 4.95) (end 7.87 4.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02f779cd-c953-4f37-b968-e42722bdf6db)) - (fp_line (start 7.87 -4.95) (end -2.04 -4.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57592f13-8548-43f6-99c2-c0c9605ac2c0)) - (fp_line (start 7.87 4.95) (end 7.87 -4.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbe8be41-ef12-4bbb-a9e5-397b8b31e6d2)) - (fp_line (start -1.499621 -3.81151) (end -0.69352 -3.005408) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58a4522a-7c64-45e4-8b79-5ccffb9c8516)) - (fp_line (start -0.89151 -4.419621) (end -1.499621 -3.81151) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8aedf1f-fabc-4c47-a091-017d2d254a85)) - (fp_line (start -0.085408 -3.61352) (end -0.89151 -4.419621) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bac6faf9-031b-4b9d-bd9d-d64a74ba2e4b)) - (fp_arc (start -0.085408 -3.61352) (mid 6.243443 3.323361) (end -0.693594 -3.005319) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6dfd2a8f-5041-4ca3-9694-e149dfd0d33b)) - (fp_circle (center 2.92 0) (end 7.17 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a74f8b19-b87e-4bc9-9969-f5312106ae22)) - (pad "1" thru_hole oval (at 0 0) (size 1.6 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 74 "unconnected-(Q1C-NC-Pad1)") (pinfunction "NC") (pintype "no_connect") (tstamp cd777937-930c-4ec5-a8a3-f4c9c3d7504f)) - (pad "2" thru_hole oval (at 0.855248 2.064752) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 36 "/A") (pinfunction "E") (pintype "passive") (tstamp baffb9a3-e6f6-4e5d-b298-2c44d3028e36)) - (pad "3" thru_hole oval (at 2.92 2.92) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 37 "Net-(Q1A-B)") (pinfunction "B") (pintype "input") (tstamp c7a710fb-cf5f-40a7-b574-7bce7c44675f)) - (pad "4" thru_hole oval (at 4.984752 2.064752) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 38 "Net-(Q1A-C)") (pinfunction "C") (pintype "passive") (tstamp eb703745-c35f-43a2-aba6-1320a88c7f34)) - (pad "5" thru_hole oval (at 5.84 0) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 75 "unconnected-(Q1C-NC-Pad5)") (pinfunction "NC") (pintype "no_connect") (tstamp 2b883d78-60f6-42ce-8d4f-54e95c2d797e)) - (pad "6" thru_hole oval (at 4.984752 -2.064752) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 38 "Net-(Q1A-C)") (pinfunction "C") (pintype "passive") (tstamp 0333d625-3902-4ff5-b192-744bb814b80e)) - (pad "7" thru_hole oval (at 2.92 -2.92) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "B") (pintype "input") (tstamp 64b2ff73-04ca-48da-b066-8d760e80febc)) - (pad "8" thru_hole oval (at 0.855248 -2.064752) (size 1.2 1.2) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 13 "Net-(Q1B-E)") (pinfunction "E") (pintype "passive") (tstamp 5e848284-bab0-4566-8164-34953486d7df)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-5-8.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 60a0ffad-1a94-4df0-8d91-5823b9ad2d9d) - (at 95.0505 67.3645) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/ec47944a-6ba8-4d6a-9ff1-32a7d51f24b2") - (attr through_hole) - (fp_text reference "U10" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b2994c6b-1738-4fbe-9188-9c0e32641223) - ) - (fp_text value "OPA2134" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bbe82f77-e1d9-4723-aac3-2d9176c12397) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eafde1d8-4d77-4790-84c2-cb41ffef9f40) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15f6c550-8298-4436-9a80-f49ffa262107)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e38e6387-fcbb-4eaa-a6e2-519399c68e6c)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c51add0d-3eaa-4390-9eeb-b7b1ddfa30b3)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df62b3fd-4dc0-4699-9da7-413bc75fef4f)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc99b2af-3f63-4c6e-9a36-5221548a23e2)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9588c05c-10fc-4398-a244-67c58cae2ffe)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b951ea99-2fd0-45f2-a9e2-7450f55bef77)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80008e96-1816-4139-88de-2654430ade27)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b06d643-a4f4-4045-994d-ad2ef3ba2e73)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b069b7fd-5a2d-4f4a-b9be-17968e6857f4)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 784b7e12-5e86-4e6e-b4d4-e3f22673907e)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3bfe6eaa-3fc6-4fe1-ae27-a90339ace9d2)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6ad7109-275a-45fc-b7ef-b76bb0a158ce)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b9e237e-b2fa-4f4d-b1e8-d5d3d7f66c5d)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d88a2542-d197-4634-807f-b29c7c5a9e8d)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 792e77a8-9b27-405a-b2b7-bf35bb67b555)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed5f7d4e-3f4b-4a27-bf6e-06dc2b27817a)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f642699-87fa-4e7a-964f-84e6b5f21d79)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 099601f6-fd94-40f0-968e-cd61c73e3b6d)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6839b441-bb7b-4c4f-8b9c-c760126fbd1f)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff3cf8ea-add2-494f-bb87-a2f0d8f57893)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9595804-e343-4cf7-b313-d5b756d7d3db)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d06fc31-c3dc-48f3-a4bf-afaf1e1973c5)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C6-Pad1)") (pintype "output") (tstamp 0e523f0b-167b-4312-a99c-33666734d66d)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U10A--)") (pinfunction "-") (pintype "input") (tstamp 83a0eb99-702e-4720-a5c4-8941d34718bc)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "+") (pintype "input") (tstamp 784a6b8a-4b51-4776-81c0-534164b30d8f)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 6699b10a-7e73-45ef-82a9-83ad821c385b)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "+") (pintype "input") (tstamp a76c03cc-376e-4a1a-b196-bcb907902bca)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "Net-(Q1B-E)") (pinfunction "-") (pintype "input") (tstamp d3724dce-611f-4393-bda1-44ae08f5d66b)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(D3-A)") (pintype "output") (tstamp 5772ffd2-24a8-4003-8dc8-8c9c0581386a)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 4d2390f1-9ece-41e9-9515-547a10eda234)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 65b9ba97-e173-4afd-b3bc-15f30ffcfd9a) - (at 107.325 151.95) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/f9b23b36-208b-4f4f-ab95-26bce92c6cf8") - (attr through_hole) - (fp_text reference "C31" (at -1.95 -0.15 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d0336d0-99ce-47f9-979b-7afa5271d38a) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 96cf144e-6f74-4578-9bdc-dbe932b67313) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 8ae47087-56d4-4ed2-9bee-8b3ec872de87) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d43a9c0-fb00-4bb7-b45e-13599b09c2ea)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3edc71b0-7d53-41b1-8403-67db68e5ae75)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a6c055b-ee1c-4b3d-bbc1-b5a9de71058c)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5d9324f-be01-405e-bf2b-d43e5c3ad675)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2c3c3c4-f84a-48e3-9fec-9820935fa7f5)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a3b09e5-42f7-4030-a8e7-c83b16a5df03)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0fdedf98-bf65-4f71-85de-91caffb3e873)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp def21886-7066-4209-990a-e54e0e01a68e)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ace0204e-f5e5-496d-b64b-9dbfbcc4bb7f)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ece97bb7-4729-4b2b-b7c5-059bc892e35d)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8dea6002-6199-49e1-a221-906ddbbbd4dd)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b69c092-8ca1-45d9-a2a2-8b76249f824a)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4b2feec-9c4e-4302-9d49-7697cd966ec1)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f97c3740-94fa-4fb4-9f04-febf542bb515)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 0ccb4dae-52a6-4465-be78-99b426f7ca70)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp eb2f4df2-0275-4196-b0cf-15810ec90cfb)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 682eb518-7410-4cc7-8a30-f917a71622ea) - (at 71.882 137.665704) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/5f3f63e4-d1fa-4cd8-9e60-5b2d3938f877") - (attr through_hole) - (fp_text reference "R19" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 868528e4-3410-4222-81db-2a02dc9d267e) - ) - (fp_text value "5.6k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c41c70e7-6ff8-45de-aaa4-239871a3db77) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 21f62df6-6d2d-4d6e-aefb-c32362c4aa70) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f03d0236-ac80-4893-929c-2304f0fdc20f)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe3bcfb6-fd73-4d0b-8c13-01f566fdd609)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41827efb-62d1-45c2-8d9b-d6aa3832d1c2)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 368b4b02-fcee-4c59-9a7d-993b771277ed)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fce2dd30-5f5f-419e-8bbb-7561f12a28f2)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0224424b-c226-4cb7-a7f7-bd930395c77a)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d9ef51a-9c98-40e4-8289-6f3216e8d013)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3eb7d172-b50f-418f-a482-02445275a094)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e73b3840-3c34-4c75-871c-d07a0a7a7fce)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 650c863c-8638-4c74-88c3-0513f3d0d9ba)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94646413-f827-416a-aa78-86e0d723e12a)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bd034d4-a2b0-4901-9097-b8110398265f)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 58 "Net-(U4B-+)") (pintype "passive") (tstamp 0ef1b4e3-4dc3-44c9-8ada-5e9b11c1bcd8)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 8c4319e5-bfa9-46ba-a028-4f29b3bfdf04)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 6dbe337f-0019-4ba5-bda2-102dc355f4c7) - (at 57.738 97.536 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/629543dd-87f3-4b9f-9b39-0e2846c2bf8a") - (attr through_hole) - (fp_text reference "R3" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a2a94223-01f9-4d7d-91ad-011f53f0ca21) - ) - (fp_text value "22k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6243fb19-8aad-4b74-8cb1-23845be48708) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 4dc0988d-ebc5-4af8-94b3-0aab6c8e8e10) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6408f772-fec5-49a3-a5f8-169dd6d747a2)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 723cb7ed-4bb1-4886-833c-2e7a6843444c)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa381895-24c8-402b-a924-4f01ac3e8102)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51205cb9-8da9-4290-a80f-134d3519744f)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9d7f526-6271-47d7-9bb7-08e060f59c4c)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc14aa2a-9898-463d-8d8e-17ad17d091f0)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b4f653e-b101-44ef-b90a-b0f5d700ab66)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1021aad-3888-4a02-b365-a118689c7c3b)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b91428c3-f411-40a9-819a-bf93887a52db)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfab2f34-314a-45a7-a4d3-70193216a8ca)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d18b5d18-2dda-4063-8f06-70772953964b)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02440ead-46cb-46f7-852e-f9304639a9ed)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 42 "Net-(U1A-+)") (pintype "passive") (tstamp e8e4baf9-48bd-48ba-bd8f-969391b1cbeb)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 25 "/IN") (pintype "passive") (tstamp fcf7bd7b-a657-48da-9def-3e1066ec6b46)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 73bf4327-de19-4157-b070-67870f2c5868) - (at 76.962 118.109994 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/6f2efab4-c03d-476f-94b4-707e62518705") - (attr through_hole) - (fp_text reference "R16" (at 2.54 1.777994) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5e56e20d-a7ad-448c-953a-fb7f0eef5754) - ) - (fp_text value "68k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5a06b8e9-66c6-4c94-beef-ba52a17cd1ab) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 7230712b-2cfd-4156-8f53-e6be34958392) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60f2a96f-6847-4ae4-9585-4284fed3781d)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e66723e0-c2f2-43b4-a8ab-97ee8029c135)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a65e8f60-ae8a-4b09-a828-37b6858d7b53)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7baef01e-4c05-484c-a4d9-cb3b88df7ac4)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3986f82d-307f-4c42-952c-df12db85707f)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a098bf09-212d-4352-843d-dcb5c2d8b733)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7506041e-b9d7-41d9-862a-31872796e451)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed8ef6ee-d40e-44da-b729-674a077b4cfe)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f9c3f0a-b245-4077-98c4-c28c77716ba7)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6a037bc-7f37-48d4-af82-4f1a13a320cf)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c4e7022-29e7-416e-b684-db0c58a37a30)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17eb8cda-fbac-470c-8032-4f435b1cbefb)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 56 "Net-(U7A-ID)") (pintype "passive") (tstamp c8a3b444-9f6b-4f4e-926e-0092a08573a5)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp c9dec233-ea1e-41b9-901c-2c92b391f14c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 74f1c1ce-168f-4dcb-870a-6719d0fff89d) - (at 101.854 153.67 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/12d20128-9571-4154-8b6b-dfacec4b601c") - (attr through_hole) - (fp_text reference "R9" (at 2.54 1.778 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8004ae00-8589-4fca-9a4a-eb5491ccf3a5) - ) - (fp_text value "5.6k" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 572e3a5b-3e4a-491c-be87-06b889f0b218) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp db765d8d-1f58-4db4-8965-47f2f3296e29) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc784037-9ee3-4bbf-a403-c0d6088ff530)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2b87a1d-8398-4197-b69e-57895afe4450)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79e11c90-8e98-4de6-8682-fb7c0013df26)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc7ad2e4-22c0-4214-8681-17ba77f86ed2)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b4b9f17-7ea1-45b1-a724-f328b9b5a079)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47efa844-3bd9-4838-9670-652a69592b6a)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16a46b65-f711-4428-adf6-f47e5fc37b2c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8eadf3f1-8ece-4afa-a253-1bf95c8e65ba)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 955b62ef-0109-4880-882f-3f75d36298e9)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b40793d-8685-48c3-a619-e30536a443fb)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05f096cc-575b-439d-bfc8-3f7f2db99984)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0925ea63-ef53-4cca-b362-e0e1acc6dfbf)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 49 "Net-(U3A-+)") (pintype "passive") (tstamp 950d8ccd-a2e1-4f38-b306-fe2b22e0766e)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 1ae4d17f-6c01-477a-81fb-2584a9120e01)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 775c3847-9351-4c20-97e0-c13719572917) - (at 78.647 75.4185) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/629663ba-c5e9-4f11-ad49-c15cb8ebc20c") - (attr through_hole) - (fp_text reference "R24" (at 2.54 -1.704) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp efb54fe7-1230-495a-8ec0-3133a57860f6) - ) - (fp_text value "120k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0b5559d-211e-46d9-99be-75315015315a) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp a16e7469-660f-43d8-a097-7297b761165b) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b7a4233-eef4-4737-99e7-7122256e6a48)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fd203ac-b1a9-492d-b9f2-9f3b4b3ef5d7)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3dddc82-f4c0-4c25-9476-774b1c1b41ad)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8fe2718-ea1e-4d61-b29b-d4f1dc9f1f25)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89e83bcc-4ece-442e-a9bc-e5b085503799)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eca1d6fd-c7f0-4324-9292-4dcf927c4ab1)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78ab6058-2d69-41af-b1b7-3b91be8c12be)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd1fd686-8792-44a5-a456-a854904aba3e)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 088272ec-5a40-4a77-af35-f74ab18c22dc)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb2c1d35-9a20-49d9-bf3d-4383eaed6806)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c68b2bec-cc8f-4ed8-94f6-7a4ae469d70a)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 508094c6-1922-4ae7-a74d-7e0b87379e67)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 26 "/COARSE") (pintype "passive") (tstamp 30dea580-46a4-415b-87f6-a7a1aa99abf0)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U10A--)") (pintype "passive") (tstamp 9cf4fd6b-aa89-4e81-81b8-a0ecbd0d9111)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 7ad82764-ccc7-4f74-af72-8ddea05bfe12) - (at 99.334 90.678) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/ec394475-43fb-404a-9332-89957694e4f8") - (attr through_hole) - (fp_text reference "C28" (at 1.241 -2.153) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a525e391-5720-4085-b6b4-eb82d24c968a) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c9c920af-27fa-41c3-addc-1a3d65adefcc) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 82d88ae3-e875-4ac1-8eae-d510fe10ded2) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28ab9685-19b1-4b27-bed8-a87d7a637f2e)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 126fdd38-1b73-40db-85bb-d113bc63c136)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc3f745b-0f75-4742-8102-4487495bdd7a)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4abb4f0-d44c-4925-a27e-70fea81c2881)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac63951b-5df0-4b8d-b408-d542c6780b70)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd8e874c-1508-4e86-b6f0-725a3ba5ce9b)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0472e27b-9b36-495c-92f2-bf13d9f99402)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b31ee216-afa5-4110-9588-c1423969b1fc)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1045e350-482d-4611-9b3d-bc3f9370ebff)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cf6e3f9-eff8-49f4-9b32-e8a3b0ac437c)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86167101-faed-4ddf-a7b1-a7b497de3ff9)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa72651d-fb65-44a9-8d05-b7496eb8b1b1)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a43ac278-dfb8-4a5c-9731-814e1a94e550)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb172b4b-1459-41d1-b3ee-b1d786f8b14b)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 3f96d703-6a1d-4bde-93ff-011dd891bce2)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp f0a2c3ff-1f8e-47cf-a0b5-5a15a0d8751e)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 7bad0efb-60be-4cd9-9e1a-53c9bf842c6a) - (at 66.782 74.422 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/c65010c3-7e99-4f75-9d61-423ae1907a8c") - (attr through_hole) - (fp_text reference "C27" (at 1.25 -2.5 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 81c0b5fb-5807-4dec-9f78-8e8f399cf0cb) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3a7b01e2-9c17-4b0a-8f91-28211fd1b329) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 048fef98-052a-49f5-8c9c-32162ee19e88) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 985745db-a683-46db-bad5-a8050f69ca84)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53db3948-5a41-4748-a63e-59f0807e979e)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a33af365-58b1-4d14-87f9-dd387f0b9f57)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aea58c2b-23d9-4378-8a2d-5e330db7562e)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddfe8fb3-964d-4824-b233-319253734fb6)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e370cd55-a448-4603-a0ca-b0792fb9794d)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab8da248-de16-4f4f-8d48-05a87d4c4b4c)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ed66ec0-29fa-47d8-aadc-6d5ff26b32e7)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dbbbf7df-0c7c-4234-9e75-6cbd63f27839)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74e6f6ad-bf7c-45b8-80a0-e61408001415)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3708f78-9f4d-4086-8c34-7bdd3ed1f361)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ab27f86-dc9c-4275-ba58-65a32f377fd2)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3edadc48-2995-46c8-afbe-8bc982bbdf6f)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f950b7b-45ea-4157-a3e6-3c86785aa758)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp e33644d5-5f52-4fe4-bbbe-ab4aa9bd0395)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 6cb876e9-57e4-423e-af91-50dc3d58dd02)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 7f2d3ecc-6262-44ac-804f-9f5ea62a18b2) - (at 62.738 126.492 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/1a743d52-975c-4022-a443-9323e6d0048b") - (attr through_hole) - (fp_text reference "C15" (at 1.338 -2.108 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 77d8611d-34e4-4521-8e43-c3a5f1b193ec) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b5ef1b4-dc64-488d-ad10-76d645c4cdb5) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 62d1bb61-6b74-4be4-b1e1-592f08810c35) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54d3f723-5a65-429b-bbe9-4bc99896b7ca)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 282b8764-32a6-4502-b6a8-06088332043c)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d345ebff-91b5-4f22-92af-f08cf410ecd6)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 344459f3-f01c-44ba-9aef-9a37ea885af0)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31cbf4c9-e3b1-493d-bb48-1a6bc53a2720)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f945a397-e136-45af-8e97-796ea7cc81f0)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b566036-dc0f-414d-9a64-cc0d6c1d7198)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aaf77b64-6b43-4b9e-aab5-ad25ee36bdb4)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87d8a5e5-26b2-427a-879f-c13a379ba8f3)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd3b9d5f-812e-4a06-9f90-a00408b3f05f)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0530b777-e16e-4589-a376-118dc82954c9)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46bfdf3f-4cc4-4f1c-9b15-1b1ae5aa6990)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68c2db61-5d26-489a-9f51-0e0fae7ddb99)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 924dae8e-a81c-484d-90bf-4b73f7334850)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 35c9455c-544d-47f2-8636-6493a6486b49)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 1478544e-0408-477d-be2b-88023e992c33)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 80d0e45c-eba0-4438-b3bb-4f1413dd5042) - (at 94.84 83 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/33e8fbf8-bd68-4ef5-b29e-38323537f16c") - (attr through_hole) - (fp_text reference "R32" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4a3f0684-1e16-434d-abfa-f1ece1c6c942) - ) - (fp_text value "1meg" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c4126ddd-8c16-415a-bf1e-95ef2e370d19) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 450077f5-e593-47f0-a47a-f55d97c9a98f) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb46e19b-2f05-4f2e-96b5-dff52cac52d2)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86172dba-0045-43a6-a3f1-8b76f736c272)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23496dff-ef9c-48b7-a3fc-0e04e6187360)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6889e8e7-b654-4c32-ac59-2b34c0e7eb74)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 964985b6-797a-4664-9fd5-185a06c90a5e)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8dba4311-b607-458a-914b-9065e998bd9e)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c74a45a3-9fa8-40e1-ad01-893c5df99ec3)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44a2e94a-0b06-4bca-ab6a-c895e88f7a69)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 722c4822-e628-4e4c-a817-677b35a94d80)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 616851c7-e0bd-4096-a07e-22a3dea1b217)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5facb5e-1a33-4456-b0df-1a8047bd2e3a)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f08f5dae-ecc1-43fa-9033-07c885f3f221)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 21 "Net-(D3-K)") (pintype "passive") (tstamp 78bd1a09-5a12-425b-8f05-37007e59b004)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U10A--)") (pintype "passive") (tstamp 80633e87-8384-47f6-9409-a1849a24795e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 8237d002-2aac-4915-b888-1756742b88d3) - (at 69.322 127.575 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/fd1a780d-6dd2-46ff-a06e-59e366463e92") - (attr through_hole) - (fp_text reference "C16" (at 1.347 2.05 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7a82db9-3891-47b1-bae9-ddfd769a058f) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0196ecb3-3fa5-4d97-a2a1-3bd67c4e8d8a) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 8885ee17-f205-4c0a-b9e5-de5313d3a5cf) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e31b6a8-ca84-4835-a489-11c6dfbd0d3e)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27b85e73-33ba-4401-b0ff-9bd77844f2ae)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca2d67d1-49e8-4898-bc90-fa97f506eeca)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12d45e96-c6ac-43b6-bba7-e0ed1b1686ae)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 590d3304-ea58-4b37-baac-5e2b2d72ac3c)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 058e5c4e-18df-42a9-a05b-296a8d54cabb)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc3d0fc8-a771-4145-aa54-4cab031cfe9c)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d67b3ac3-637e-4b01-9a4c-1ad50964e743)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8297f173-544f-46dd-86e8-ca47118cdf6d)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 026c6585-ff68-4dc0-9fd6-62f9d0315ec9)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f198b086-0259-4573-ab31-d2b02107a571)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52ab0459-c114-4d5d-9071-02b64cc449a5)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e86cbb04-dce9-4f8e-8294-a4afffbb94b5)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29cf086a-9acc-4de6-b157-50740593c55a)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp 148996a9-e3da-406d-870c-463fad63ce37)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 7f75d8c4-e9b5-4857-a719-78f600dd5bca)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 854db732-e42a-4467-aa82-b6760048f145) - (at 71.882 98.554284) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/0c84975b-2b24-4284-968b-3e1be8aac989") - (attr through_hole) - (fp_text reference "R13" (at 2.54 -1.780284) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8cbac109-872f-432a-b2e0-f56cd0863fc4) - ) - (fp_text value "18k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 29ce46c1-aac9-404b-9bc5-fe72c2c6d1a7) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 881791b5-9e4f-4059-9a26-a4393696f54d) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85b79fb8-3cc8-44b4-bf14-acc9f6aa4778)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e8be890-c551-4228-905b-67c85bf78411)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c4f8f62-f4f6-4884-bd57-3789e80b6d6b)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01b96279-c67e-476d-b69b-0de964b3a3da)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d7089f0-16c4-4289-8b79-d6464d27ba0a)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70f78e92-0042-4acc-8689-7238acc3fb9e)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ffafb04-199b-40b3-a00d-983f53c1c5c1)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49ea5849-9835-4781-96ba-f8b0676205c0)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8a65544-9666-440b-875c-e50b83c76470)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92df98e7-1ec8-4a1e-8d51-9adc24256213)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d743a96e-261b-4bc3-bb1c-6bea962c33dd)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89fc6dc9-020d-448a-89fc-557ed2b57a3f)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 54 "Net-(R13-Pad1)") (pintype "passive") (tstamp e2bce3fa-10b4-4c87-a3f6-8db2c5fb38bb)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 36 "/A") (pintype "passive") (tstamp c4199eb5-5c1c-49cc-aade-d8cb8df5a471)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp" (layer "F.Cu") - (tstamp 85cf6703-13bd-4221-904e-2c19e3de282e) - (at 96.015129 127.806723 180) - (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Zener diode") - (property "ki_keywords" "diode") - (path "/78201853-791f-4b07-aed7-b9706f3b9da6") - (attr through_hole) - (fp_text reference "D2" (at 0.257129 -2.241277 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 391009ce-3aad-41dc-adbf-5b7835df857f) - ) - (fp_text value "1N5236" (at 1.27 3.215371 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 44c445b8-a4ff-4b92-a881-f975a5374f9e) - ) - (fp_text user "A" (at 4.34 0 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e7d4cdc8-fe76-41fe-bbc7-15e37fe959bf) - ) - (fp_text user "A" (at 4.34 0 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 684b389b-ca7c-4172-8a73-5f5edac91d1f) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.326371 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f56e4e06-ad7c-4e63-b83a-78dc5ff9302b) - ) - (fp_line (start 1.326371 0) (end 1.44 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2237a08d-a341-40e8-a37b-fafad97a88dd)) - (fp_circle (center 0 0) (end 1.326371 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1824ee94-1778-449e-929a-3325fc6439b9)) - (fp_line (start -1.25 -1.25) (end -1.25 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6acf438d-e1e5-4bf2-b969-7dd7e3bb6758)) - (fp_line (start -1.25 1.25) (end 3.59 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 262d4281-c3e2-4df5-bca9-7e77cd7d9d60)) - (fp_line (start 3.59 -1.25) (end -1.25 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28b00ddc-d742-4a02-82d8-90a046f20418)) - (fp_line (start 3.59 1.25) (end 3.59 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96df99c4-dd12-4407-87ba-b098dac071d4)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 099392f3-7ea7-43f7-8426-0bc528833cae)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5e184283-a52e-43d4-bbe1-fe5af726faf2)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp d3e9ea5c-c40e-400c-b0d6-6b7a7022e091)) - (pad "2" thru_hole oval (at 2.54 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D2-A)") (pinfunction "A") (pintype "passive") (tstamp 205d3948-2cec-4e6d-8b4c-d69fca28235c)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 86cfb5eb-a45a-4b11-a202-4c8bbe231ad0) - (at 60.95 85.598) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/699d93de-65b6-4f57-87d7-8c6145c55d81") - (attr through_hole) - (fp_text reference "U1" (at 3.6 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e7c909d-8d0a-44e0-b2d2-7f0fd840287c) - ) - (fp_text value "OPA2134" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c62c45f3-8ee2-4a88-9654-2c4665282fa2) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c23c0157-3400-4c7d-9550-865a0dd4c178) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00af7e76-fda8-420d-9da4-83f9bd171bd2)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe53e025-cd51-4b0a-a99d-17a524354cd1)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88e007ba-90f6-4edf-9451-c13184c3d983)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d03faa12-a11f-4bca-b51b-b5ad7db4c22a)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd92179f-f813-4dd3-89fa-e977f48bd2cb)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d091853e-a140-4b34-af79-bcf4c4fb2686)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5e1702f-7f3d-4d91-bbcf-320bf8dd149f)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95649dc8-364e-47ca-8497-e4c4af7c8c9b)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 861d2fbb-7e7c-4d05-af2c-df0b895283b4)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d78c9570-695f-40fa-8783-f95545bdf729)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b20a18d4-48df-40ae-9d6a-e17a4c72e3bc)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d9b7e48f-6cb9-4e84-8930-0a0f1ad95ebf)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5757ca2-49b4-4970-ba14-fbb0172026df)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp efb326a0-cd61-4bad-a553-752aa5f88d5d)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3393f12c-947d-410d-b1ff-5550e4095fd3)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1aacc0b0-c7c8-425f-aa48-7c41b3617972)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebe22c0b-56de-41a9-943f-cb798ab947ea)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ed73eba-1acc-4c06-806a-564fa2992374)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0312dba-3b8f-4e32-ab65-1b431ab560df)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da63d442-98d3-4e06-951b-7244d8b4d00f)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b256bd60-4587-4630-972a-6f820596e2ec)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a28bb0f-7fbe-47ac-8170-b71b16ca75af)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56dec7eb-9b20-4cb5-9e6d-a40efff4a8dc)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "Net-(C1-Pad1)") (pintype "output") (tstamp edddedb1-80f4-4e7c-8742-24db2b5538c0)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "Net-(U1A--)") (pinfunction "-") (pintype "input") (tstamp 3b320630-4b47-4910-9b56-e49d879f76c8)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 42 "Net-(U1A-+)") (pinfunction "+") (pintype "input") (tstamp 5a7de82d-16f9-4a77-b39b-60429813356d)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 31ec64aa-6950-4945-aa52-e1c4314f63e0)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(U1B-+)") (pinfunction "+") (pintype "input") (tstamp 4ec50524-7712-4427-b55a-6f725261f000)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "/OUT_1") (pinfunction "-") (pintype "input") (tstamp e36edda2-9c1d-47f5-8fbe-618ad6d7c3c4)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "/OUT_1") (pintype "output") (tstamp 037647ea-4202-404d-b94d-cff66f10ba94)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp d706c641-5f24-4b09-80dd-78b764966e64)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal" (layer "F.Cu") - (tstamp 8dc76d56-26ca-491b-8f78-2280b6d077c7) - (at 93.98 101.888 -90) - (descr "C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf") - (tags "C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/237113aa-aabf-468d-9e6b-cf7799a62c56") - (attr through_hole) - (fp_text reference "C2" (at 17.037 -0.145) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4b914973-a255-4a2f-bc51-8ae4d70fc438) - ) - (fp_text value "220p" (at 7.5 4.37 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 80f5e807-597a-4397-81a9-f673e6df7646) - ) - (fp_text user "${REFERENCE}" (at 7.5 0 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de0fa3cf-67a0-47be-a225-7479bef95db3) - ) - (fp_line (start 1.04 0) (end 1.38 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d70f0d0-3fce-483b-9570-c548595d4c3c)) - (fp_line (start 1.38 -3.37) (end 1.38 3.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 104fd9bd-0dc3-4017-bf19-ae922c9ec3b7)) - (fp_line (start 1.38 3.37) (end 13.62 3.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 052665db-6430-4a81-8468-e89d0c182a9d)) - (fp_line (start 13.62 -3.37) (end 1.38 -3.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9b87477-8182-40d7-bff5-b6dd8a91a6e8)) - (fp_line (start 13.62 3.37) (end 13.62 -3.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 24133618-460b-4b61-a800-aee321757f00)) - (fp_line (start 13.96 0) (end 13.62 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d22f036-f33a-47c8-8c73-ec5188824fbe)) - (fp_line (start -1.05 -3.5) (end -1.05 3.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fdd1cdb1-d676-401c-9100-7aef1bc1e62f)) - (fp_line (start -1.05 3.5) (end 16.05 3.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 964cf9c5-bb57-4e0d-ac4e-74567c4c392d)) - (fp_line (start 16.05 -3.5) (end -1.05 -3.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65e97619-d770-4eb7-9067-7f7ce2495ff2)) - (fp_line (start 16.05 3.5) (end 16.05 -3.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2be12349-05fb-4ae9-a7be-c6e807120959)) - (fp_line (start 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8fff52d-a619-43a8-a2d2-15b2110230fa)) - (fp_line (start 1.5 -3.25) (end 1.5 3.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ec257d9-e172-4b98-a1a0-82cf4bdc424e)) - (fp_line (start 1.5 3.25) (end 13.5 3.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7f0787c-2316-413d-a6d4-909194372bf1)) - (fp_line (start 13.5 -3.25) (end 1.5 -3.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5db500a4-bfc3-4aae-8637-8ee490a6801a)) - (fp_line (start 13.5 3.25) (end 13.5 -3.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5036738-7938-45f6-b60c-009331be4e0a)) - (fp_line (start 15 0) (end 13.5 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16217ea6-1898-4c6c-a760-f24754dc39bc)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(U1B-+)") (pintype "passive") (tstamp 1fbbc02a-ea54-42e3-a2bd-cbe4a75ea3a2)) - (pad "2" thru_hole oval (at 15 0 270) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 4 "Net-(C2-Pad2)") (pintype "passive") (tstamp fedaa9e5-47fa-4266-83f2-c7173fa898f0)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 91cc58b5-f8e0-403a-91dd-30f53d283409) - (at 105.156 86.6 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/6ea2d339-03c4-4f1f-9eb1-3b5bab03d322") - (attr through_hole) - (fp_text reference "R30" (at 2.54 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 93669d6e-9e83-401b-99f1-9f16b67d3723) - ) - (fp_text value "330" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 84937e8f-9afb-4d58-8331-0e0678b9f903) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 5e5a0756-8f25-456a-a044-9e3cd383e371) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2141c5f8-27fe-489b-a76f-1d614b0118e9)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbc8102c-8e2a-419b-9d7a-e7c76c61bc69)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 195477ab-19b3-4644-9eb3-a8d913d5595e)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 834e89ed-2736-4d64-8e68-04bd12a2d4a3)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a24915f2-9e79-4294-84a4-a42b31b671b9)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ced32118-ce1f-47f4-bffd-358d1038d1b1)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be7fd759-f2ae-4d62-b269-12cc08fa45ba)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b1370f8-3709-4b04-a8ca-537e978d713e)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc62872a-e314-4e59-b152-b8e1699f1b82)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 627638e7-2765-46e7-8cba-ae394a593791)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a33068e8-f827-4ea9-a854-234d2a943744)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c684c58d-4933-4430-ac0d-aa2280538eca)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 64 "Net-(R30-Pad1)") (pintype "passive") (tstamp 18547e8f-7c1d-4648-9c5c-5356039a73cd)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp fb5ba0ae-f8d8-459d-bf37-c50e9313175c)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 93d964d2-3298-4dc8-9552-3dce21139424) - (at 60.95 115.697) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/ab77e645-3b12-4c00-a89d-83b2a2242d36") - (attr through_hole) - (fp_text reference "U3" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2cb3968e-2788-4492-ba01-ece527c34ebf) - ) - (fp_text value "OPA2134" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f24f70b9-5edc-4369-82af-5c829b76ceab) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f0bfd05c-18b4-4dfc-a57c-dde921cd7cfb) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b974e84-1cc4-47fa-877f-57934cc1fea0)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcf3f748-f1ed-460d-9aab-8a80283e5f0e)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e6f146f-6efc-4588-bacc-d48b66dc4960)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8217747-6367-42d5-a96a-10b74d1fcafa)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f19d4f2c-23bb-4781-a145-02e0dd09bb40)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 249ef198-63a4-4e37-9c06-50891ee63d87)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db7559f6-b7ac-49b3-9166-ea2f0fe1a14a)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6bab925-15eb-46d1-9bfd-e53e260377db)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f20284a4-d15f-4f6b-a89f-676f8e24010b)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbcffe8d-d5b9-4b63-9374-b82465067f7b)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e9e8d3d-025f-4c0e-8e5f-d6176bc3d8f8)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2622bd9-9921-4c16-8154-da89d576efe8)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1e45e27-517f-4293-a651-01a5d92e22b7)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c37ad386-e271-42aa-a382-430f0f8b9c65)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c55ac6d-24eb-457a-b733-c22f93226122)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46f03063-6976-46e8-ad1f-1069a9d7d437)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca4f219d-fd4f-4c8c-b8fb-2cc58b7a0bee)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a664579-9f4d-406c-8f8e-83e60e7d88ac)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0449ff49-8f0c-42ae-b4b4-e4c2a478374f)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cffa4422-1a17-4aa4-99ff-2f6cf8adc871)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6aa34b01-2b81-446f-8511-9cb3a08bc9f0)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57f75b42-9d18-4d7c-a009-490ca3c4c869)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3161f5d-ecab-4ff3-baf3-997f8c31960e)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(U3A--)") (pintype "output") (tstamp 4abbfb6e-f36a-44e1-95b4-4351449fc9a4)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 6 "Net-(U3A--)") (pinfunction "-") (pintype "input") (tstamp 958f3986-db0e-4979-9517-44d062172e0a)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 49 "Net-(U3A-+)") (pinfunction "+") (pintype "input") (tstamp 6eb0da59-abff-4e7e-8999-0448911a326b)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 4ec684e6-e8a3-4464-8b96-bf14e85e2340)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "+") (pintype "input") (tstamp 1c480e03-61b3-42c4-9f20-3725402b85bc)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D1-A)") (pinfunction "-") (pintype "input") (tstamp 27deaec9-fb3f-41de-abcf-06c60a89e57e)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D2-A)") (pintype "output") (tstamp a3835406-e492-4553-a67b-0828776bbcf3)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 84ee4c0e-3a70-42a7-aa38-0443844cc3f2)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 952ff688-460e-4708-9cfe-bec9fecf183b) - (at 60.95 130.7465) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/87194eb3-a3bc-499e-af72-3244d343b4c6") - (attr through_hole) - (fp_text reference "U4" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 31eb986e-a9af-4033-ba22-f2f19d279686) - ) - (fp_text value "OPA2134" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 915a5e45-6cfb-4219-a8b4-a5461febd6e1) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fe37ff37-7822-4b1a-a72c-b6cd4756830c) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c1cdfe7-2df4-4846-ab94-834f9571375c)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9e94ddd-2c68-4c5a-a3e2-c3c6a9199e5d)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e18ff24-6832-4b6a-866a-55ef375816c0)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8eb3fddb-3fc0-427f-ae40-a5111942a1a0)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 409161f5-2203-4cc5-8c83-60cdd96a1ec0)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73763e3a-0aea-4695-9db2-704ba681b778)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4661f7b3-4dff-4982-9707-78f4b8ec79e0)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37c2758e-0126-4c5f-b08d-db51e07c5d67)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f087602-8205-42a6-926b-1b49026d9bfb)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3eb102b-3b46-4d00-a6e8-e6e63ad87f00)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9735d3b-23e3-4ff4-8421-0e98350a3edd)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e73c0dfc-cc1e-4bff-ab18-86f295c2d1de)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cff02e3d-b1d3-4c69-8d3e-04391e71e935)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4273fd8a-a086-42cc-8e0b-d7b49336a724)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7a57aa8-98f4-4b03-b995-e153025a9325)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 569d9633-e900-4b7e-a741-b721736115c5)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 622f5ead-cc1e-4008-b1bf-5b9b6cc4ec28)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a66803b-0e43-4554-a591-d4f2f4352e28)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73d7ec55-e0e5-4e82-86e5-2848acfb0b5f)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66fcd00e-c0e9-4ee8-bd0d-f21e832a423f)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86d0f53a-7d91-4f77-94f8-624e2643d6fd)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa9ca40d-d619-48d3-85d2-c9b18c6835e2)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6c27626-d61c-40df-9e09-f879e3369603)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 61 "Net-(U4A--)") (pintype "output") (tstamp d5237e05-53dd-41e9-9453-367768fc6c0f)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 61 "Net-(U4A--)") (pinfunction "-") (pintype "input") (tstamp 026ba95a-703f-4629-9dcb-7cf130966f5e)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 57 "Net-(U4A-+)") (pinfunction "+") (pintype "input") (tstamp 5c9e2b8e-1b72-4828-9019-8726430759e1)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 2ef4a592-6246-41ab-91c7-8dd2a4d95928)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 58 "Net-(U4B-+)") (pinfunction "+") (pintype "input") (tstamp 66456299-7283-459e-aaf2-993845a44287)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(U4B--)") (pinfunction "-") (pintype "input") (tstamp ba052a87-35fe-4530-ae2b-8791ccdd4d66)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 10 "Net-(U4B--)") (pintype "output") (tstamp 35ee146d-3fa4-47ce-bc21-db51e1e27a04)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 1b0f5a4c-d31f-48f4-bd5d-4975ab2d71c2)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 9758cb6d-eb8c-4fba-aabf-3f4f13f8a123) - (at 99.314 127.254 90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/abe97eca-070d-40e0-9575-3b0a23519ed2") - (attr through_hole) - (fp_text reference "R17" (at 2.54 2.077944 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b54693c8-b4cf-4efb-bdbe-d20184168bf6) - ) - (fp_text value "220k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 041234de-00f7-4fbc-8df5-64e21d99c824) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 1ea4ddaa-8d95-4ef8-80a7-503113239d98) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4d8ba2c-dc6b-47a4-96f5-66fd7a7852d9)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b727b0d-cdd9-44cb-9f1f-7c5851059300)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33ab1fb1-5ca4-4125-8a8f-75621eeab56a)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6a25fad-1989-48a9-a8ed-870296651792)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7956160e-f7a2-4d0f-a79d-7775e561c965)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74dac918-0ca1-4c3b-98b6-6e2acb80201b)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db2df241-f69f-4bf3-b623-12892f0977ac)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30f65328-6af9-4a8f-a3d5-743e25951505)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9669bd89-2213-4ac7-bb47-3afcbc6678da)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc9a9ed4-5218-4175-8d85-5edd43a8218f)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7815d337-0f86-44dc-8a70-e16226f649f2)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65b5fcc2-4262-45a6-afb9-14b66fc5c095)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D2-A)") (pintype "passive") (tstamp 618a35e0-257e-4eb2-93d9-c2a60937a296)) - (pad "2" thru_hole oval (at 5.08 0 90) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D1-A)") (pintype "passive") (tstamp 3956c5c2-3ff7-43d9-8093-0a560e9fea2e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 99e3b382-8458-4ead-b1e3-3cfe3bb3fd6b) - (at 69.088 142.625 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/154d023c-9d0a-4366-bd5b-905a911be1c4") - (attr through_hole) - (fp_text reference "C18" (at 1.25 2.075 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9d6c3428-486f-4ece-8679-8d6f612c4401) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c181fda-9d19-47c6-a182-79278be7905f) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 078ebdee-e0ce-4c3f-9c6d-58fee04d511f) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1167140f-ed45-4dad-a17d-6cc34389183c)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3268fb9d-519b-43e3-8db2-bd2fadc19917)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fecf501c-2d43-49f6-9d46-e91785555db1)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8434a478-1ad1-4c48-8c96-f2e1d6685582)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7aae046b-9fd0-439d-8dde-53e52a359aef)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54f5c262-acd7-4e0a-b77a-7fb8f0613073)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99c17332-83d5-421e-aad0-e4f4f8b070dd)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb70d449-d1e0-4c7c-a807-067bfb88305c)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 296afbc4-7f53-4804-8520-66d1b860414b)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c4a62fe-9ad5-4067-b362-cbf1040f3213)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38e7eace-fb99-4b81-a4e8-6ec430ffabd5)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1216d9e4-5265-4461-941d-c529bb9a6b7a)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a4baeb0-9e40-44a9-8c2f-e435f676e084)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e37abc7f-c870-42f3-ad8b-e58ba45b5c1b)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp df3da54f-4853-4d09-bbbd-513a1781c2bb)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 34e4aae4-1331-458a-8131-d7a4bab5680a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp 9c17e7c7-fcc5-4076-9fe4-d078e465e6c6) - (at 71.902 60.2) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/5e1ecc51-1ff8-47c9-980c-94e70291002d") - (attr through_hole) - (fp_text reference "C26" (at 4.398 -0.1 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bcc991c4-9905-4cd4-91ca-40361e463fff) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 65480ccf-947e-426c-898c-63749a0d88d6) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp b86944b5-741c-4bc7-b46e-5bb572889844) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc1f5e03-a226-42c6-a329-a1e342010369)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09aac784-46ab-4ea3-867f-84d54d6cb6cc)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37139c06-78d8-4648-b43e-6c34ea997437)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0dbb327-c656-4e8d-83b4-e4c74833969d)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40e9b34d-e1ee-426d-ad39-ad729ce86751)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecdc63a6-0278-4d1f-a4a3-ec0f08e6da19)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 261bde2d-72e5-40b6-aab5-c2ebe91744cc)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 461851f0-f279-43d8-b337-c16bb95b2bbb)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6df34313-eac1-42c1-b4dd-be1bff47f67d)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd04302d-3519-4802-9ea3-5f6ea2a05148)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63e8306a-dda2-49c4-8c75-b75669370038)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0938b8c1-4be6-46b9-b2a2-9bc6d37efdd4)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77176e5a-f5d5-4111-9ac5-dedf6d077a9f)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 868e66f8-a451-416a-a46c-5d910a8df21f)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp acef90d1-c4be-455d-b3eb-f5fcd04d211b)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 660de156-64d0-4026-8a9e-11969800d850)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-8_W7.62mm_Socket" (layer "F.Cu") - (tstamp 9e1b1d61-12cc-411d-a1ae-fab399c0c58d) - (at 65.526 63.44) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8") - (property "ki_keywords" "dual opamp") - (path "/56ef4808-0fd1-46de-a1e8-5412d64bf0d5") - (attr through_hole) - (fp_text reference "U11" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5ebb2022-4d23-4a42-a2b9-639d4097f616) - ) - (fp_text value "OPA2134" (at 3.81 9.95) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bd7718d2-577a-4b14-a76f-6f6b006a1d78) - ) - (fp_text user "${REFERENCE}" (at 3.81 3.81) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e6d346d5-9085-473f-aace-7858d79ad1cb) - ) - (fp_line (start -1.33 -1.39) (end -1.33 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb043efc-036a-46a6-a775-17c2eaba309d)) - (fp_line (start -1.33 9.01) (end 8.95 9.01) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8dbabd9a-4ce6-4cd7-b171-9576aa39a7aa)) - (fp_line (start 1.16 -1.33) (end 1.16 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab9300ab-629e-4593-8047-0357b3b36414)) - (fp_line (start 1.16 8.95) (end 6.46 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f099fff2-525b-427c-9a69-f457e942fb3a)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1dec513a-f77a-4dc6-97a6-748ad5437b81)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f70fef64-ad44-448b-94e9-3689d9c04358)) - (fp_line (start 6.46 8.95) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebaf76c2-eaf9-4a43-9497-a8be2c481a01)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c6ff6e5-830f-45da-8dee-891a1e644d87)) - (fp_line (start 8.95 9.01) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41fe7863-0cae-4588-8b07-fb28d91c2dc1)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7569f7c7-925f-441a-9eda-61580c997b5e)) - (fp_line (start -1.55 -1.6) (end -1.55 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f31eb894-d634-4c62-9510-b3f6ce8d31bf)) - (fp_line (start -1.55 9.2) (end 9.15 9.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2af72cd-0647-4bf4-b672-5e4b57c192b8)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c58149f-0c04-4d00-ab3b-ada7785b68b7)) - (fp_line (start 9.15 9.2) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e092758-8e4b-4aef-9b54-635b919f8f69)) - (fp_line (start -1.27 -1.33) (end -1.27 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 298fb4ee-8194-4284-9105-08c187cbde40)) - (fp_line (start -1.27 8.95) (end 8.89 8.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd494e20-94b3-4ae3-9e43-d97fa46d56e2)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05f7c843-f2dc-41e0-86a9-9db0c4891601)) - (fp_line (start 0.635 8.89) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3030a038-3237-44a6-9b35-33e8b2470ae5)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 090f3017-19c8-4d59-87f8-0ad2dba0190d)) - (fp_line (start 6.985 -1.27) (end 6.985 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4b3c802-83d4-4ef4-8168-e048ff7079e2)) - (fp_line (start 6.985 8.89) (end 0.635 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e880051f-6763-4894-9c5d-67f40b871b65)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26c09d08-c87b-44e1-9057-f42053d8dd1b)) - (fp_line (start 8.89 8.95) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 802bf54b-7349-4841-a8a0-0390326004c0)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 66 "Net-(U11B-+)") (pintype "output") (tstamp 0a52a9ed-7c81-4b12-8a23-1367aeb4f9af)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 65 "Net-(U11A--)") (pinfunction "-") (pintype "input") (tstamp 7b8f972a-b7e1-4647-90d4-fad0e9eb7317)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "+") (pintype "input") (tstamp a8028c20-00e3-4175-ac0f-9f9dccec5fcd)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 1756340c-753b-4843-9844-e7cb150f3850)) - (pad "5" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 66 "Net-(U11B-+)") (pinfunction "+") (pintype "input") (tstamp 1670fcd9-0f1b-401d-86b9-b5e1b9e9f679)) - (pad "6" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 39 "Net-(Q2-E)") (pinfunction "-") (pintype "input") (tstamp 822f8378-5cac-4145-856f-34032f580a19)) - (pad "7" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 40 "Net-(Q2-B)") (pintype "output") (tstamp 62bc272c-caf1-4b2c-ba9f-3ce3152a0a5b)) - (pad "8" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp f9a8ff8f-9769-4211-8a61-f36e3f7cd4b0)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp ae48e365-f718-49a1-b501-3d8c38ec72c6) - (at 57.738 89.744 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/d70335ee-80d6-4fa5-adf5-d681d36a45b5") - (attr through_hole) - (fp_text reference "R2" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b6a9ae9-d805-4f02-a47c-560a08e4b4bb) - ) - (fp_text value "33k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 980388fe-8c74-404e-a0d1-8f5d6ac6a791) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 760555fb-30ae-4f2a-b01a-c151736d67c4) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6d99022-1598-4182-ad14-2e64da91bf4b)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c535b1a-8f2d-424e-a645-7629ffcd0b0b)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8ccad65-1e1f-4842-b604-0f32dbe6693e)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6483266-2696-4212-ae0e-9fb1a416a7fb)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee967d8a-2b28-41c5-a337-d8688e872fe2)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a45d1c6e-0d22-422f-bebb-d1a26be22ff6)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 467ee6dd-5c5d-4363-b5bb-6c68b5228930)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2547dad9-3bfd-4378-81a6-05675cc70447)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2d32f90-bbf6-40ed-9ed1-04351ef3fa5d)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fee8cf6-b2a1-44dc-9710-ed75fbc150a9)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1504c7a-eade-4d34-a29f-ec7ebcca1152)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9fa656c-5774-44ba-b11c-b0f70b05f840)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "Net-(C1-Pad1)") (pintype "passive") (tstamp 174cee81-b153-4be6-8552-0363a7c37866)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "Net-(U1A--)") (pintype "passive") (tstamp 392e522b-d7aa-43a2-a9cd-a341fc46e1b7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp b7c927eb-e557-4fcd-b6f5-2f9ddd50182b) - (at 82.042 57.658 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/58554cac-b7a9-4d4b-9d5e-fb7da78b41bb") - (attr through_hole) - (fp_text reference "R38" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7432430f-f323-48e7-ac1a-e7eaa679daec) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 29d4b9cc-1619-4711-a879-fd4845effa04) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp fbedccba-fa4d-47fa-aea7-accba5a8aeff) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72b68fcb-06bd-4115-b642-7baa9e53d139)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31222a5e-c9e2-434d-bf45-236f095ca460)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 473be37b-1509-42c4-a262-660657c5abc0)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7664a62-2311-47d8-a7cd-a9f8df298f62)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f58ba5ba-26d9-4925-a0fa-1278f820ace6)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 41d6ca36-06a1-4602-b798-982d7e15369b)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a199eb50-3945-4f6c-862f-9025b5932d7c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ec57aec-484c-48a3-ae93-534f9f52fb28)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b8382d8-916b-4755-9185-ddb14348397a)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2020afc0-6996-46f4-9019-a73eaff5e23e)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2660381-97e2-48bd-a697-dfe48b6b59be)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a3c2746-51b0-4a91-90f6-360f65770366)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 23 "/VP") (pintype "passive") (tstamp 31427f21-a6bc-4fa7-9d1d-6875144b37ff)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp c3b9bc7f-cfb3-4450-8cec-86d60ed1767d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp ba34e28a-b881-4b64-bf8b-aa89fe061fbe) - (at 76.962 90.932 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/ca776134-bb7d-4613-804b-258b0bbc12b5") - (attr through_hole) - (fp_text reference "R5" (at 2.54 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9a450d64-b54b-4c1c-9c01-4305001ada27) - ) - (fp_text value "68k" (at 2.6889 0.0256) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 37266586-ae92-4391-992d-cc9370669fc3) - ) - (fp_text user "${REFERENCE}" (at 2.0539 -1.8794) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 85923846-57ad-4091-85f9-b34693d4bebb) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75496b02-c1bf-45c9-b22a-9eccfc55cd76)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5e7110a-47ea-486a-8b56-5f1e3abdd11d)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63628516-8a8b-4b65-8249-365ba9376c59)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 37972ab5-d4c6-4aee-845e-b447b6d4f4ee)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa3120c0-f515-4074-b01b-bd926dfdf0c7)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 453be1c8-3b87-47c5-b375-f24e4e3f7b3c)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34beb241-027e-4d19-a244-207f5a04b9d4)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b4dddd8-14df-4320-864f-a77b3c88acdf)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4ac9b23-1409-45e2-afc2-48bb9b5d749e)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6051f18-3ea9-44c2-a560-3efc8d7147e2)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca61d3ed-0a5f-45b5-bf49-e77bddc2e59d)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06cf01d2-9d92-4941-a7a8-c561bdb3e4c7)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 44 "Net-(U6A-ID)") (pintype "passive") (tstamp 3418e08d-bc50-4c7e-9a45-0c97bb333c16)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp ceaf1ddd-902f-4dea-968f-34fa783f94ad)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp bace98b1-f72d-4ff3-b85f-71fbaa2d00d3) - (at 104.648 121.158 -90) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/c26c57dc-7e8d-4639-a0fb-393594241b17") - (attr through_hole) - (fp_text reference "R20" (at 2.54 -1.92 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 543a5d20-b939-4b04-a048-24925b2ff0b1) - ) - (fp_text value "22k" (at 2.54 1.92 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2dc4a80f-79b8-4ccd-964d-83727ffc2326) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 90) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 2fa752e7-91e5-4c47-8af6-2946e1f04592) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 390bc495-1ec9-4465-88c0-ce7cd6dd7cbe)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 050ccef2-d0a7-43e3-a0fe-21e83b731ce3)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81d52ff5-6463-4500-b94e-43d00afcba67)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea6e9b67-2bdf-4bd2-999d-df70b6582bc4)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7f77a5f-b242-427b-b090-d93751609150)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 528b1fde-9a9a-441e-a347-e0db2d5853e3)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c156929-5773-40e1-9ba2-19fe64ed1e7d)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9662e514-0efe-4f14-aeb8-c4da4a05a467)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da4dc8a6-ba32-4710-9689-460743551315)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ae5b95c-77d0-4a76-ad59-86be4dca51c9)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 003c6f28-ae44-4edc-90ec-e860de001bdf)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 971f05a2-0ad2-424e-9ef5-d0c2c6c3b432)) - (pad "1" thru_hole circle (at 0 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 33 "/OUT_3") (pintype "passive") (tstamp d7e981f4-3ad1-48dd-8e72-4d7e2e62861c)) - (pad "2" thru_hole oval (at 5.08 0 270) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 59 "Net-(U7B--)") (pintype "passive") (tstamp e409bf4c-4647-441b-bca1-9342e65f23af)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp bf9d5a75-11ad-4918-90d9-feb92580438a) - (at 99.86 83) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1f7c52f4-0fc6-41b7-b6e6-88a595ae7037") - (attr through_hole) - (fp_text reference "R31" (at 2.6775 -1.841) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c510ac69-4581-46cc-8e35-764236b0407a) - ) - (fp_text value "3.3k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8447d5cc-4eb8-41be-bce3-300c7efb6aac) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 656e555c-6144-40bf-a9f0-c5f52cf4ee59) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35f6ffd0-5689-4d97-8716-6d9c47abb699)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 040c4ae7-5f55-42c2-8073-8938cffee0f4)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76c6002b-6ebf-45e7-86df-4de25f456d9b)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e655f0b6-3ee2-4a1c-b7a2-3b438b0608c1)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3c0f85c-df1b-4a19-967f-53e1cd2cae26)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd4518bb-bfd7-4415-897c-7ef8c70bdeea)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b18c7fed-ccc1-4484-b4af-6bbfe0c40b82)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dcbea34-2868-4866-b9fd-53578053f3e9)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f854ae7-723d-4356-add1-c56c64205211)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19c8c16d-b8bc-4752-b10d-7c42cf75a497)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5bc3b73-9544-419c-a883-07d96d1e0902)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e1b5760-1755-4005-ad8d-8a55db8dbaf2)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 14 "Net-(D3-A)") (pintype "passive") (tstamp 1e60d9aa-4953-4a4f-8814-8c94ab90f191)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 38 "Net-(Q1A-C)") (pintype "passive") (tstamp 4ac86bb3-7cb6-44e9-975e-9fce318e3167)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp c2492bb9-4189-41b0-8485-b1c894430de4) - (at 62.718 96.52 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/4a86e661-8a17-4f36-81c3-5be566b70672") - (attr through_hole) - (fp_text reference "C11" (at -1.932 0.295 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 86ab3a9b-a7f1-484b-9422-0f678bfa932c) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 544fc002-cb9a-4835-b352-146402e32642) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp edabb6df-e793-4adc-be8a-e5ea05ea60aa) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53ec14ef-55be-4d77-92b7-4403c61edb54)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a22186e-c996-4ed6-9445-bc5efaba7fb1)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 673f5153-ed58-4e77-a1fa-05143df38acf)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2775063-0342-4cf5-ae70-c26a26233699)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd50ece4-cf11-49e7-95f4-4b10246dcf01)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06b865de-17f9-460f-86de-d02bf4c99a98)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e280e91c-627b-40f8-bca2-8fa2104af824)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 416c61a8-9d8b-469c-8ab0-3381be130991)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fce21d70-9b08-4906-bbe7-c432788b9803)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 454f9fd9-911d-4e9f-8212-efe11e4b4f1b)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28c6b641-efb0-43dc-a075-9ac3175ee922)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13fd7a1a-48d6-4bdb-a836-091407b53e64)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1dbb54b1-f638-4711-9864-b1055303b126)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c994dd2d-3118-4e28-b781-8ce1e2da78e2)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp df2a8dbf-e815-4f39-bc6b-9475065c75ec)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 3442243d-b5bb-463d-a657-7bd60ec7aa7e)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp c3470322-7237-4253-ac0f-60b0dba3d6d6) - (at 76.835 53.975) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/e16ecded-dde3-449c-824c-c655e1f0588b") - (attr through_hole) - (fp_text reference "R39" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 63c85055-9721-4814-93ff-d863b4877260) - ) - (fp_text value "10" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9627945c-e679-4538-9822-4d2bbefe1b83) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp a0c180fb-90cc-4656-8250-9214c0831b66) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f299049e-e1d2-47d5-93fd-61731ee1d2ad)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a167ffd4-55d4-4b79-9616-d644932cecf3)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7af71b87-c05e-4a4b-8423-370bd36cbad3)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aeb5ecfc-f097-4a6c-86f7-0c9d9ade6bca)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69f4b821-4392-4f31-b917-6ababba8db32)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7285dbc9-a354-4d03-9cce-6babc7246b0f)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e8a709e-8483-4683-bffe-13134c80a947)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0bed6d31-e6c2-4205-b903-a926eaf4a205)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88dafd69-d1ea-49a0-8b32-455eca10725f)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cecba3ae-e871-40d7-8009-609bd011d154)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff35b984-4d9e-4745-b76a-cd9251dd68e7)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f282d404-24d3-4d29-a4a2-209c9d4ae4ab)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 60a899a4-c5f3-450b-8697-4b6b246d4581)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 22 "/VN") (pintype "passive") (tstamp 63625d5c-8f58-48e1-9f65-b9bf362b0ee4)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" (layer "F.Cu") - (tstamp c43b9f59-1b01-4816-aa5e-d1bdd2270128) - (at 52.832 56.388) - (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x08 2.54mm single row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x08, script generated") - (property "ki_keywords" "connector") - (path "/596835d4-54c3-4e0a-8bbb-6e8ed8a4d642") - (attr through_hole) - (fp_text reference "J2" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6ec195bc-2163-4916-b222-86a46872a87d) - ) - (fp_text value "Connector" (at 0 20.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e23f4a94-e714-4a63-9e6c-9f6e9d3e18e3) - ) - (fp_text user "${REFERENCE}" (at 0 8.89 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 48d1c03f-0c19-4e97-a9e5-081d36ed0b98) - ) - (fp_line (start -1.33 1.27) (end -1.33 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 480d2499-2e92-46cd-bebd-3c42f56791bd)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76a4265d-d262-4efc-a8a0-0bda9c731bbf)) - (fp_line (start -1.33 19.11) (end 1.33 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d312b41-9b51-4cef-9a36-abc798bf4cdf)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77c0d864-76c1-4939-a7a6-56e2b403db50)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d8e65d9-92d1-4db6-80cd-b21ca2b29d8e)) - (fp_line (start 1.33 1.27) (end 1.33 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e534a15-d638-43e2-a49a-da394a15ef03)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca1fd4c6-cb19-4601-867a-91a4b986cc65)) - (fp_line (start -1.8 19.55) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 088e1821-f771-4b7d-bb0c-34dfffbe3787)) - (fp_line (start 1.75 -1.8) (end 1.75 19.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e567457-6b41-4dda-84f3-d33456c5226e)) - (fp_line (start 1.75 19.55) (end -1.8 19.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a00ae029-346b-46cf-af12-c3775011b20b)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be688312-be53-494a-ada5-c9567f56b4af)) - (fp_line (start -1.27 19.05) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49f59341-ffb9-4c56-86be-cced0765cc21)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57e5ba6f-874f-44cd-b214-ca530e5e482f)) - (fp_line (start 1.27 -0.635) (end 1.27 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f708b289-cb64-45e9-aa78-23e2b708aad1)) - (fp_line (start 1.27 19.05) (end -1.27 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70af3ded-f76b-44d3-a0d3-7cfcbcb9d0ef)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "Pin_1") (pintype "passive") (tstamp e824c524-3d60-4393-a6bf-1a284502f3bd)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "+5V") (pinfunction "Pin_2") (pintype "passive") (tstamp 6fe3e996-a9fd-4980-b95f-52c4b8cc07a2)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "Pin_3") (pintype "passive") (tstamp 57bcbfe9-2247-448b-b012-5df6f4048452)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "Pin_4") (pintype "passive") (tstamp bf796134-13a3-42c5-a587-77593c69d4f9)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 25 "/IN") (pinfunction "Pin_5") (pintype "passive") (tstamp c431e3cd-9be0-44cf-88b5-655d6cbeb4e2)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 30 "/RES") (pinfunction "Pin_6") (pintype "passive") (tstamp 2c40e7c7-5519-40a0-8876-6d045c08c4ac)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 31 "/RES_MOD") (pinfunction "Pin_7") (pintype "passive") (tstamp eeeec8b9-67ee-4799-b82f-1e91b4718389)) - (pad "8" thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 32 "/OUT_1") (pinfunction "Pin_8") (pintype "passive") (tstamp 8f5488a7-8633-4e67-8f8a-ec0e9ccdc243)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-16_W7.62mm_Socket" (layer "F.Cu") - (tstamp c50f8e3d-18cd-4ddf-be19-c2101dfb185c) - (at 106.924 148.6 180) - (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (path "/ff9a092a-28e1-4314-a567-c78d316e21d2") - (attr through_hole) - (fp_text reference "U9" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 51fcc873-e000-49d6-880c-2d22c1a97f05) - ) - (fp_text value "DG409" (at 3.81 20.11) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b69f067-b76b-4b04-9686-643c33aa1e10) - ) - (fp_text user "${REFERENCE}" (at 3.81 8.89) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a4f30ebf-e318-4485-be3a-0d0665d26fcd) - ) - (fp_line (start -1.33 -1.39) (end -1.33 19.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ba30d90-fa7a-435b-bc5c-462010b03848)) - (fp_line (start -1.33 19.17) (end 8.95 19.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52939835-9a83-4e2f-b117-29f1c4d70290)) - (fp_line (start 1.16 -1.33) (end 1.16 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02af30d9-c73a-4b8e-aa7a-1cb3365e515d)) - (fp_line (start 1.16 19.11) (end 6.46 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f761b69d-156d-46ee-992f-ce3d2cc4b1c6)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1b48a40-e622-4bf4-b57e-fd4be9106fc7)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2eed8446-f822-4f2f-9696-c892d1a77bd1)) - (fp_line (start 6.46 19.11) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be7a1363-0b54-4bda-bbcb-3c38d0ecc04c)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af69b3b9-86c4-4d96-a177-b9c6984b0d10)) - (fp_line (start 8.95 19.17) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa1628ac-3728-4fe3-9c3e-cd609e63a2a8)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc15f092-7e30-4c04-869c-9648d9063b78)) - (fp_line (start -1.55 -1.6) (end -1.55 19.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b835815-0fee-4284-93d2-39da3cef3dee)) - (fp_line (start -1.55 19.4) (end 9.15 19.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f91bcca5-ca5a-4029-b1fb-d8779f6649d4)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb6313e6-a5e5-48d3-826c-9bf94a07ab7d)) - (fp_line (start 9.15 19.4) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6fa08817-a520-4918-b412-20e8dbf3628d)) - (fp_line (start -1.27 -1.33) (end -1.27 19.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05716ff7-9cdd-4cc4-ae65-bb2f9404c548)) - (fp_line (start -1.27 19.11) (end 8.89 19.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb6ad754-619e-4165-81da-88d836fefb71)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e75eb63-f06f-4302-bc0b-c89af9302573)) - (fp_line (start 0.635 19.05) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74a8b354-6764-4ec6-8137-16f3f1fe8df8)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70ae0978-beb2-4d21-ae3a-859387570e28)) - (fp_line (start 6.985 -1.27) (end 6.985 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73b2702d-1b46-4e87-9712-f92ed136d94a)) - (fp_line (start 6.985 19.05) (end 0.635 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 054b0f2b-b938-4d5e-9752-9fb26d21c44a)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5db708a-f8f9-4ef2-acc8-69922909f020)) - (fp_line (start 8.89 19.11) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26188005-ba72-41e5-aa7d-07be52351ec6)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 34 "/A0") (pinfunction "A0") (pintype "passive") (tstamp 4efe03e1-c515-481b-a675-471efb9cfe9f)) - (pad "2" thru_hole oval (at 0 2.54 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "EN") (pintype "passive") (tstamp 6cb5c919-7924-4e29-86ef-4fdd7f073f0d)) - (pad "3" thru_hole oval (at 0 5.08 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "power_in") (tstamp a2761391-9cc0-4c68-9606-97cb542365b2)) - (pad "4" thru_hole oval (at 0 7.62 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 48 "Net-(U2A-+)") (pintype "passive") (tstamp 7bc2c5a6-961b-4b01-81e9-9e4dda2815f9)) - (pad "5" thru_hole oval (at 0 10.16 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 49 "Net-(U3A-+)") (pintype "passive") (tstamp 965322e4-e7ad-48bf-a8ea-e40c4c5bfc09)) - (pad "6" thru_hole oval (at 0 12.7 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 48 "Net-(U2A-+)") (pintype "passive") (tstamp a5ed49d4-939e-443f-bf8c-40dd38455125)) - (pad "7" thru_hole oval (at 0 15.24 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 49 "Net-(U3A-+)") (pintype "passive") (tstamp 8f1bd487-017a-41f1-ae2e-bfb27d12b383)) - (pad "8" thru_hole oval (at 0 17.78 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "/OUT_1") (pintype "passive") (tstamp 2ad42dab-4e44-4c44-93f6-95d5fc7611a4)) - (pad "9" thru_hole oval (at 7.62 17.78 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D2-A)") (pintype "passive") (tstamp f9cc793c-fa89-4078-8298-1f3887b9e65d)) - (pad "10" thru_hole oval (at 7.62 15.24 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 58 "Net-(U4B-+)") (pintype "passive") (tstamp 39b77562-6d4e-41e3-9438-bbd9f52ca2a3)) - (pad "11" thru_hole oval (at 7.62 12.7 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 58 "Net-(U4B-+)") (pintype "passive") (tstamp aafef214-f97b-4f32-b3b2-c6be860dbac8)) - (pad "12" thru_hole oval (at 7.62 10.16 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 57 "Net-(U4A-+)") (pintype "passive") (tstamp aea75877-6dba-4c08-80ea-be6f850ad11b)) - (pad "13" thru_hole oval (at 7.62 7.62 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 57 "Net-(U4A-+)") (pintype "passive") (tstamp 9c9762b7-3551-46fd-827a-d2c3a9f7bce0)) - (pad "14" thru_hole oval (at 7.62 5.08 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "power_in") (tstamp 1b192f8a-a112-446e-93ea-984e69c716a5)) - (pad "15" thru_hole oval (at 7.62 2.54 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "GND") (pintype "passive") (tstamp b0318042-4e3a-44dd-b06f-79db151beeaf)) - (pad "16" thru_hole oval (at 7.62 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 35 "/A1") (pinfunction "A1") (pintype "passive") (tstamp afd71ce7-d1e2-4911-b01f-77aec5893adf)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp c668a20c-13f3-40bf-a433-d787c6f829b4) - (at 72.136 129.794) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/a3d8805e-b1ad-447e-86cb-bff7c169c2ee") - (attr through_hole) - (fp_text reference "R23" (at 2.54 -1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f2a21f5-043f-49a5-b20f-f331a585f022) - ) - (fp_text value "18k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp db2e3c22-5aaa-49bb-a0a5-3864d4d1e0de) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 61671d5d-c1dc-4269-9d0a-6abe99ea60d1) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d74f70b2-3394-49b9-9be8-fd56795ae6f8)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e33b178a-136d-4425-b826-17968c365f78)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9e08941-6e86-4f4e-9f7a-7c99db4057cd)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28bab90a-0756-46b4-9cbc-1f221a6e854d)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 773e6c19-aebb-4ef5-8127-8d93b04606d3)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c15ca97b-960a-49a7-b6c4-1376e7e72da4)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 530830de-698b-4c5e-9aff-8d7f76a908e6)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0c86cba-d911-4d4d-8878-6c22797edf90)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd263b95-ae08-4889-9003-4274942f821b)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp beab7dee-7ffc-4a7b-bc81-de52fd1f6044)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf5dbc05-12b4-4db2-821a-499de096ed51)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbe2146b-1faa-4aa2-b77b-0e11860d9d67)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 63 "Net-(R23-Pad1)") (pintype "passive") (tstamp 04558369-591a-42c7-9e60-c7dbaab22baa)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 36 "/A") (pintype "passive") (tstamp cff17feb-d7e7-4b15-b9e5-9db7148ed8f5)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" (layer "F.Cu") - (tstamp c7f3a0c2-1fd9-4915-bc9c-d50caebceb29) - (at 109.474 59.69) - (descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x04 2.54mm single row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x04, script generated") - (property "ki_keywords" "connector") - (path "/e8bfab59-f14f-4bed-90a2-1005c95bc274") - (attr through_hole) - (fp_text reference "J4" (at 0 -2.77) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7cb71255-59cd-4eaf-88a6-a54e90dc8a59) - ) - (fp_text value "Connector" (at 0 10.39) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b087cad8-2f25-4d94-8903-b312f79666d5) - ) - (fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9a0d4dde-1b04-4654-a3ad-87a74f0f7770) - ) - (fp_line (start -1.33 1.27) (end -1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25fa8531-e2c2-40b8-8ea6-87d91269d94a)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b475c6e-1f9d-4a40-b69c-b1cb07a7537d)) - (fp_line (start -1.33 8.95) (end 1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48555dce-4f46-4a91-a5e7-52781deec75f)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 559ab3f9-11c4-4cea-ad5f-0c59fcb37e4e)) - (fp_line (start 1.33 -1.33) (end 1.33 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e72e597b-861d-4a9c-ab91-68324a1cda01)) - (fp_line (start 1.33 1.27) (end 1.33 8.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04a59b4a-d5df-4940-ad66-10da6faf9243)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1132b203-7814-4837-a7ed-a72d22823de2)) - (fp_line (start -1.8 9.4) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 851a2ca0-4ceb-4469-b345-613ca1768f1e)) - (fp_line (start 1.75 -1.8) (end 1.75 9.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f210f8d6-42a4-4411-a76c-c9abd2914af7)) - (fp_line (start 1.75 9.4) (end -1.8 9.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d4bc594-c4ae-4bd1-83e4-a65ac2dc2940)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bfccf58-2efe-4032-a1a0-061619fb3598)) - (fp_line (start -1.27 8.89) (end -1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5380067-fec7-4ec4-8b53-e036a9a4e37c)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 587d6a49-a7ba-42b7-94e6-b2167784775d)) - (fp_line (start 1.27 -0.635) (end 1.27 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5eb141c-bb8c-4a15-a2d3-4e860b8005b5)) - (fp_line (start 1.27 8.89) (end -1.27 8.89) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fce9b5f8-65ee-48f7-80e1-fd9131efd45d)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 27 "/FINE") (pinfunction "Pin_1") (pintype "passive") (tstamp d27d8cfb-c240-4d28-9d7b-bbbd8135656b)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 28 "/V{slash}O") (pinfunction "Pin_2") (pintype "passive") (tstamp 43b9c39e-10ef-45b7-a96f-e55d805e4352)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 29 "/FM") (pinfunction "Pin_3") (pintype "passive") (tstamp 0ad1e5be-3cd5-47b9-8614-5b6cb6500ab6)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 26 "/COARSE") (pinfunction "Pin_4") (pintype "passive") (tstamp d436bdd6-619b-4be5-acd1-efc84b2e3b84)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp cc8aac75-6c9a-4c80-a1af-a6f99587eb6b) - (at 71.882 106.676568) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/a0ded4fc-647f-44a7-941b-b88427312496") - (attr through_hole) - (fp_text reference "R12" (at 2.54 -1.774568) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 254975a3-3ff7-429d-aeb8-6f310ed3d85a) - ) - (fp_text value "22k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1058d130-4e49-4b4f-a008-8d2ea09fcbb4) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 9d741d36-fe78-4139-a021-4c5ad108a254) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce38620d-f8e5-4fe5-bd56-ed1c82c154ce)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8e2e189-d0a2-4fdb-aa85-7f4ce5f0c4bc)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7125c9fa-9740-4500-bff7-7dfd9ae521f2)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1ac6ff0-491c-4d3f-9e47-5e50c869945f)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 014b7207-86e9-46ab-ab29-a8f8186555b4)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62b2f720-a4b6-4c2e-a3e3-33077863f8e6)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f639572-46b8-4075-9c20-fab07c58057e)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2f2983d-e2e3-4c98-bbad-874948eb6cf3)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b02b13c6-d7bc-4187-9f5b-09bd14bea5c8)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a629905-1abe-4419-ba4e-361e143f40de)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a70bedae-3882-4631-8ffb-e0235e1629de)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cd1ef8c-0c06-486b-8b2f-459604eae092)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 52 "Net-(U2A--)") (pintype "passive") (tstamp 433baf1d-8b9a-4710-abbc-367c2a58647e)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 53 "Net-(U6B-+)") (pintype "passive") (tstamp 1785cf5c-60d5-4582-852b-b439fbc4c625)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp ce0419dc-9bbc-4d57-b689-d35463083b28) - (at 101.854 157.226 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/894b1979-db0d-41b2-b50e-b1c4319546e7") - (attr through_hole) - (fp_text reference "R8" (at 2.54 1.778) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f9a5a97e-59ff-46d4-a272-3861a31e7ce6) - ) - (fp_text value "5.6k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 34011636-7d25-4366-b4d1-db8bbca7c8bf) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 57f7e019-70d7-4fd1-8ed9-fead3dd34523) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96bb8603-7728-4234-8ab1-1419c6f37ac3)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3732489a-3873-4899-b8d2-fb3ec4ed78c4)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d58ecca-aadf-45f4-9fd6-fcb3f4ba2a4a)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfbe7cbc-e2df-4654-b88a-1dff0dae9c0f)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9d128ae-b127-4483-85a2-a8029d809a5b)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d625ca5-f7a9-46b7-90a8-6331e1708a9b)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10bf0102-2ab7-46ec-a780-56412769dd3b)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11cb4a77-1b0f-4e63-94a3-7c69e79b61d7)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e94e714-f1d9-4fb4-8388-36fd0a3a6414)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a21ba2b7-acbe-4ac0-b064-f0bd7ef00eeb)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 777d5ec5-43a6-46d7-b575-1af4d6396a42)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8a3e57c-0e55-4f90-b15a-3a2eb1de68f2)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 48 "Net-(U2A-+)") (pintype "passive") (tstamp 631c519f-9738-4276-8e06-4b8ac921b6b1)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp e81f566f-0352-42c6-8fb5-34836afaed5a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp cf49964a-4659-45cc-89b5-5191ef1acbaf) - (at 71.882 94.743142) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/a307511c-c2c9-4ea1-a9d8-0039f9ba3026") - (attr through_hole) - (fp_text reference "R7" (at 2.54 -1.779142) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a4c1fe80-6bea-42b4-869d-cd677d6a2d37) - ) - (fp_text value "18k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4ab0c7f6-8b79-4b61-97b2-99767e0ac243) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp f313b80c-8d4c-440c-a175-8eea438ad3f4) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e41021d0-d6ae-4b70-b20a-8869c9af28e6)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 462a084e-52d0-46e2-86c1-ae7b664b5af7)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b43ad1a-5952-4733-a790-127096d74078)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd0299a8-dd0e-46d3-8d40-5c0385d8bf53)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1793883-1e2b-4485-b0ca-de3469d54b57)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07e000b5-c6ca-427b-9720-49e7bbabff8d)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfc81a3f-b406-43ee-8a73-569a7befe7ae)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec2645ab-6bbc-4f00-a93a-21f08f653a75)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7dacd13b-1126-4f84-a7d5-7511780bd255)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c7e60dc-babb-48e4-8f3a-f03675acb1d0)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f245cad-b9f9-4a29-acff-90f9fcf7bb66)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0478131-ec97-4fb2-9b80-8e3b5206f159)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 47 "Net-(R7-Pad1)") (pintype "passive") (tstamp 023f0623-c2bb-429a-ac0f-2f34cdf976c5)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 36 "/A") (pintype "passive") (tstamp bda836a5-dc9a-4d7f-83e9-7e964a0d4e04)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-16_W7.62mm_Socket" (layer "F.Cu") - (tstamp d5a5b382-b7cf-4b88-9bd0-57a0480e0ed5) - (at 80.518 91.44) - (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (path "/f5727e04-229e-4d95-a3cc-d2296ab2b65f") - (attr through_hole) - (fp_text reference "U6" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 34dafbf9-6019-4881-b317-92d9174e92d9) - ) - (fp_text value "AS3280" (at 3.81 20.11) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 132a494d-ba98-4bbf-8786-ed88526d50c3) - ) - (fp_text user "${REFERENCE}" (at 3.81 8.89) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c7770c1c-b16d-4ed9-bcac-17c5d28c4412) - ) - (fp_line (start -1.33 -1.39) (end -1.33 19.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d25c955e-f7b8-45ba-aecd-d754eb0d4ffa)) - (fp_line (start -1.33 19.17) (end 8.95 19.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2936bd2b-d42a-4048-aa6b-d24b91125759)) - (fp_line (start 1.16 -1.33) (end 1.16 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77c1f8e4-6863-449d-8f82-ee3522e9a334)) - (fp_line (start 1.16 19.11) (end 6.46 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 899fbed9-4668-411e-b8e9-36d2ead66c9e)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45e177d1-36d8-48a6-9e62-fe39a4bf6912)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3019fa6-adc3-4e3e-a7b5-d448679815b6)) - (fp_line (start 6.46 19.11) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2f6558d-98c7-497f-99a6-b1762dc904e0)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6a758b9-aabe-4d61-aa51-e6b1fd8c6f8f)) - (fp_line (start 8.95 19.17) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdb9f5b6-111e-4a03-a53e-0d0ca75be7f7)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f759a82f-961a-4bed-a1ed-f7f295449cad)) - (fp_line (start -1.55 -1.6) (end -1.55 19.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d32ae61f-a815-4e70-9985-c603798f919e)) - (fp_line (start -1.55 19.4) (end 9.15 19.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2479215-14ef-49ed-9b1d-0fb6595aa7a7)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f34f2295-3d8f-4f2d-87a1-849e0e047966)) - (fp_line (start 9.15 19.4) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c10842bf-d33d-4299-a48f-11317e25a6c4)) - (fp_line (start -1.27 -1.33) (end -1.27 19.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9aa26dcb-e716-4009-a8ad-3b5d5a48eb67)) - (fp_line (start -1.27 19.11) (end 8.89 19.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cb0071a-0267-4897-bffc-16ae930565ba)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c35b5ec-851e-43b9-b5c7-3340c39496ff)) - (fp_line (start 0.635 19.05) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3226c376-1a5c-414b-bfbc-0fe804ca0a69)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3f227ab-3423-4663-ba0b-1c2026886ab2)) - (fp_line (start 6.985 -1.27) (end 6.985 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9aadca27-8653-43d8-abb6-97364219e35f)) - (fp_line (start 6.985 19.05) (end 0.635 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f07f258-190d-491a-ba43-02064d6e06e0)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f4cd020-c370-494e-9877-6504b3bf119d)) - (fp_line (start 8.89 19.11) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5018ef9b-7b0e-440f-a42c-573a31854e31)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 44 "Net-(U6A-ID)") (pinfunction "ID") (pintype "input") (tstamp 7a9b6e45-aae2-4a9f-9da4-a6be10fc6dba)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 70 "unconnected-(U6-Pad2)") (pintype "input+no_connect") (tstamp f1219c67-a456-4c3a-9851-e3d555c8a737)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 47 "Net-(R7-Pad1)") (pintype "input") (tstamp 0c62107b-f7e6-431b-a314-cb6c9fe113cf)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp 5754eb3e-f4c0-4141-99d3-abc74d657b95)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 76 "unconnected-(U6D-NC-Pad5)") (pinfunction "NC") (pintype "no_connect") (tstamp 6963ae78-e840-4363-bad0-6b7e915bed48)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 54 "Net-(R13-Pad1)") (pintype "input") (tstamp 0f3fac24-f3b5-48e7-81b9-15ee5b0b7e2a)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 71 "unconnected-(U6-Pad7)") (pintype "input+no_connect") (tstamp 8b9b22b4-93ef-4cf2-a878-8714c92dfe64)) - (pad "8" thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 51 "Net-(U6B-ID)") (pinfunction "ID") (pintype "input") (tstamp 1d9e2da0-5b95-44b7-9af6-2047e2fb6238)) - (pad "9" thru_hole oval (at 7.62 17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 53 "Net-(U6B-+)") (pinfunction "+") (pintype "input") (tstamp f5bff347-de9e-42b5-a6b7-8c5cd14bf334)) - (pad "10" thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 50 "Net-(U6B--)") (pinfunction "-") (pintype "input") (tstamp f3b6d191-67a4-4b43-9a0e-355112253927)) - (pad "11" thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 766515ce-6619-431f-abea-a8ba0aa7b87a)) - (pad "12" thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 5 "Net-(U2B-+)") (pintype "output") (tstamp 63e47e8e-f643-4ed6-984c-713c05e80c9a)) - (pad "13" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "Net-(U1B-+)") (pintype "output") (tstamp 0d7a6d45-45ed-4b22-b0ff-f5cc1802effa)) - (pad "14" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 052044dd-bc34-4817-900b-553657f7ad50)) - (pad "15" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 43 "Net-(U6A--)") (pinfunction "-") (pintype "input") (tstamp a9cb8a59-6992-4c41-8b29-eadc64f348c0)) - (pad "16" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 46 "Net-(U6A-+)") (pinfunction "+") (pintype "input") (tstamp 62a11457-db56-4401-b57f-8a1154e87dff)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp d8a6acf7-538e-42ba-9663-578c77bbf9e9) - (at 91.36 90.65) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/d9b0a755-ad11-4bd0-9775-8f385cae32d5") - (attr through_hole) - (fp_text reference "R6" (at 2.59 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d6aac4b8-ac52-4c25-95f7-513dc95eb276) - ) - (fp_text value "22k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 774c0e28-c356-4a69-8944-8891550e1f4c) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 39839824-9393-4a88-9cc8-016c30bab0ef) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cfc2cadc-94ab-419f-a796-ef9963033ea9)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52c35e7e-e4cf-42a9-a22a-f3ccd6835a05)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9becca1-6d07-4277-a5fb-659e38fb1933)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31fcf8ba-2253-4449-a476-543c9f6f4011)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 840004bd-cdf0-4b55-a9ee-555c87ee799c)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6647fe88-2870-4f1e-8ea2-0c011b9d83d3)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c1ef587-0988-4117-b70f-f0f58fc8b72c)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2191da8-9e8a-414b-acd1-0ee485e611dd)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18f19845-1fea-46d5-bc6c-199fe4b06084)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d95114de-5e0c-4337-83d4-34ecc4b414ad)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 788cc7e8-f22a-4117-93df-3f7ba2992e39)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4aab7780-f056-4dfb-8555-2a8717a138e1)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 45 "Net-(R6-Pad1)") (pintype "passive") (tstamp 112ccd05-1649-47d2-adaf-541103a5bd56)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 46 "Net-(U6A-+)") (pintype "passive") (tstamp d8805cd3-def9-4ce2-9185-220416dc0fb8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp de2a3699-5664-4271-9c27-922c9542f9fd) - (at 103.6665 64.0625 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/5c3cd7ea-cccb-4e8a-abf5-b4e625f5bd53") - (attr through_hole) - (fp_text reference "C24" (at 1.3665 2.1875 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4a2c5f53-ab9b-4891-a03e-d188acbedace) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 731f8fc4-1e50-41c0-bd05-9f7155888d3b) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 8254576f-a767-416b-86c1-cfd7e1d2ae56) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d067267e-7174-4f4f-8bc0-78834096ddab)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da562416-0d06-4299-a480-48ebbd627ad1)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a79841f-1839-4a02-b880-9bd86585418f)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a7dacef-3b65-4d8b-8a10-3e1aee8f4c64)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d9f25e1-9132-4164-89ea-b29c2da42f98)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca365d1f-956e-4d15-a279-82acc7fb3bbe)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 397eb9ac-0e82-4340-a3cc-8475d2436ab3)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae9c1e87-152c-4433-81fd-c26211695b5d)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a3ee122-a173-4042-9be2-f7e2d2b240e1)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3d62653-c794-43cb-b720-4a63f8d553de)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54bdd3eb-aaee-4102-9b38-524d4458d07c)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84f8b85f-92d0-4098-a6fe-83a18eb92fe4)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d00c014b-6191-4e99-a6a9-120480d275fe)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3acccec4-405b-48e6-8cab-73035f5384f0)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp 9f93c829-eebf-423e-85f5-cb0cc64272a1)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp ed189219-470e-4243-9cae-df66d42d6d4c)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DIP:DIP-16_W7.62mm_Socket" (layer "F.Cu") - (tstamp dff060a6-a8cd-4a9b-8def-e02eb1eaf4b9) - (at 80.518 114.036) - (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (path "/eda18412-ce9c-4621-83ed-88cafcf89768") - (attr through_hole) - (fp_text reference "U7" (at 3.81 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 164129d2-4aac-40e3-bdce-6f51a27c663f) - ) - (fp_text value "AS3280" (at 3.81 20.11) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2a494cdd-dd0f-4caa-af1e-ccc29f8b979f) - ) - (fp_text user "${REFERENCE}" (at 3.81 8.89) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 33c032bd-12c9-4591-a253-5aed03322d6a) - ) - (fp_line (start -1.33 -1.39) (end -1.33 19.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53d6dcce-adaa-4722-90ac-71751a9525d7)) - (fp_line (start -1.33 19.17) (end 8.95 19.17) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f93e9ad5-1051-47d7-a64f-fc3e6717408a)) - (fp_line (start 1.16 -1.33) (end 1.16 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68e7b8f6-5217-4cb0-96b9-99a8fba519a7)) - (fp_line (start 1.16 19.11) (end 6.46 19.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a933ad03-7eab-443a-a1b1-923f3dfced71)) - (fp_line (start 2.81 -1.33) (end 1.16 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5d2df50-0200-46bd-a7d9-a7b4d05c41dd)) - (fp_line (start 6.46 -1.33) (end 4.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0b45175-1c72-4856-9fe4-ea9383ed4899)) - (fp_line (start 6.46 19.11) (end 6.46 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cbf8eec-2bbe-45a3-a958-446d2c8a5dcf)) - (fp_line (start 8.95 -1.39) (end -1.33 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7707d6a-ed42-4575-beb6-1e4e30e3ec16)) - (fp_line (start 8.95 19.17) (end 8.95 -1.39) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 82142c31-7534-4356-a309-e1005b074d91)) - (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d37b1ab7-c087-4240-941f-fe81d6aad091)) - (fp_line (start -1.55 -1.6) (end -1.55 19.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 256a4acf-7e61-478f-bf40-a31d8cb3f8e2)) - (fp_line (start -1.55 19.4) (end 9.15 19.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c389bb29-030b-4994-83b7-6df9eba792a0)) - (fp_line (start 9.15 -1.6) (end -1.55 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 850422e7-4a09-4539-ba84-168aeb6253c0)) - (fp_line (start 9.15 19.4) (end 9.15 -1.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2db712fd-f858-432c-9a42-a5ad561e4562)) - (fp_line (start -1.27 -1.33) (end -1.27 19.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61aaf261-d794-4b03-87bb-3a9364a8e945)) - (fp_line (start -1.27 19.11) (end 8.89 19.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec9da371-743c-400f-b0fe-a03cae6a50c9)) - (fp_line (start 0.635 -0.27) (end 1.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41e6414b-0c88-4320-a682-eb7b06a5154f)) - (fp_line (start 0.635 19.05) (end 0.635 -0.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp add3bc8d-46e2-42b2-9534-37c56d8d36df)) - (fp_line (start 1.635 -1.27) (end 6.985 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d54c320-03a3-4927-a534-eb90a367ec54)) - (fp_line (start 6.985 -1.27) (end 6.985 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3c6c4c6-3c28-4903-87a5-6f410bb6c4d9)) - (fp_line (start 6.985 19.05) (end 0.635 19.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 136072e2-924f-451b-80d1-e3ece1c31e23)) - (fp_line (start 8.89 -1.33) (end -1.27 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99503dfa-b2c8-4c45-bc3b-aa7d040bbe69)) - (fp_line (start 8.89 19.11) (end 8.89 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a4c8a96-8b7b-43cd-8e97-d9ae5c41e988)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 56 "Net-(U7A-ID)") (pinfunction "ID") (pintype "input") (tstamp 2ab6e3b6-72f8-4627-ac49-9bea60a4d83f)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 72 "unconnected-(U7-Pad2)") (pintype "input+no_connect") (tstamp 7609718a-0627-4a59-973a-85b956896650)) - (pad "3" thru_hole oval (at 0 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 41 "/B") (pintype "input") (tstamp bf87b36b-a23d-4aee-9308-529b887021be)) - (pad "4" thru_hole oval (at 0 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pinfunction "V-") (pintype "power_in") (tstamp b87716e9-7f34-4a66-88a1-9e40b701de7b)) - (pad "5" thru_hole oval (at 0 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 77 "unconnected-(U7D-NC-Pad5)") (pinfunction "NC") (pintype "no_connect") (tstamp debfa142-6df2-40fd-8d1e-d1e78991e2c6)) - (pad "6" thru_hole oval (at 0 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 63 "Net-(R23-Pad1)") (pintype "input") (tstamp 096bdcb6-4579-4cbd-aea2-b0cf24b16f14)) - (pad "7" thru_hole oval (at 0 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 73 "unconnected-(U7-Pad7)") (pintype "input+no_connect") (tstamp cc064940-ba3a-47be-b9fe-4eac719c34c2)) - (pad "8" thru_hole oval (at 0 17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 60 "Net-(U7B-ID)") (pinfunction "ID") (pintype "input") (tstamp 463fcab7-854c-4d05-a68b-401214b28477)) - (pad "9" thru_hole oval (at 7.62 17.78) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 62 "Net-(U7B-+)") (pinfunction "+") (pintype "input") (tstamp 9b184171-b525-4065-b8ee-139a06cd17f8)) - (pad "10" thru_hole oval (at 7.62 15.24) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 59 "Net-(U7B--)") (pinfunction "-") (pintype "input") (tstamp 77690bc2-70b8-4c73-b9eb-042219e04175)) - (pad "11" thru_hole oval (at 7.62 12.7) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 4d906a68-53d7-4ca6-992c-d832f9fd3285)) - (pad "12" thru_hole oval (at 7.62 10.16) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 9 "Net-(U5A-+)") (pintype "output") (tstamp 1480dd75-0965-426d-ab95-4631495b8af7)) - (pad "13" thru_hole oval (at 7.62 7.62) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D1-A)") (pintype "output") (tstamp 4f4e8ff2-56f4-485d-83eb-9d90df629c35)) - (pad "14" thru_hole oval (at 7.62 5.08) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pinfunction "V+") (pintype "power_in") (tstamp 33743b53-bb0b-4e57-9de9-6c8c00455970)) - (pad "15" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(U7A--)") (pinfunction "-") (pintype "input") (tstamp 613ffd94-8811-4000-a83a-269816bd2bb8)) - (pad "16" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 55 "Net-(U7A-+)") (pinfunction "+") (pintype "input") (tstamp 4c6ae6b9-80dd-4bb6-9597-533a9a5d97db)) - (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp e03a64d5-01e9-4295-9d0e-a79c4c366afd) - (at 76.962 114.298852 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/25788ef2-e89a-458b-a665-8ab54ea5d797") - (attr through_hole) - (fp_text reference "R10" (at 2.54 1.776852) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7d416fc-6088-40b8-99c2-9054d01abb61) - ) - (fp_text value "22k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 267aec68-553f-4635-9007-f20cac3aa5c6) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 2e0f3052-e18c-4338-a9a7-220384cd8f3a) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f462c3b1-4c46-4e55-9ae1-4385c0e57105)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23159c56-93fb-4d26-9065-e58b0e3d8ff6)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67bee654-da8e-49a3-a07d-44ca34301471)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0703930e-0905-47f2-9492-2b3f4b1a645d)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c79ef33-3a17-43a0-989f-47ac2283e8b9)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03a5a362-cca0-4e9d-a232-f8e6f8dbecf7)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c24c7f4-8888-409a-8077-e7ee3aa296ab)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5edc84d-e74a-4dc9-87a2-9c114bad414a)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46936ea7-3e34-49c9-a3cc-f44e6acd5d68)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7a5d444-0085-4571-9610-26741af334d8)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98eb5a46-ffb2-485d-a72e-a5856d007f77)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0832123d-678c-4afb-a296-b2d8a0e95437)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 50 "Net-(U6B--)") (pintype "passive") (tstamp 0fdf10f4-c1a7-4b02-b621-2d5984fc4147)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "/OUT_2") (pintype "passive") (tstamp f8b5fa40-8642-4ee2-acdf-44bd4df20ace)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp e3205b98-1720-4eef-adbb-7a11a35aadb1) - (at 87.38 79.2) - (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/a958f43f-f887-4f90-a362-fd2167cb3128") - (attr through_hole) - (fp_text reference "D3" (at 3.824 2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 56335178-d7d9-4016-90d8-f71832d175ea) - ) - (fp_text value "1N4148" (at 3.81 2.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e4a10720-4765-402c-915a-31613c95e960) - ) - (fp_text user "K" (at 0.0105 -1.968) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 550f48ce-c864-41a0-96f4-828fbe29dd40) - ) - (fp_text user "K" (at 0.0105 2.096) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5fba9716-14ed-4afe-ba46-8da450c5382d) - ) - (fp_text user "${REFERENCE}" (at 4.064 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp cf8b682d-b1c6-4279-9f44-63fb25d02fca) - ) - (fp_line (start 1.04 0) (end 1.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fb5a7c5-5093-4340-92fb-75ca7f10860d)) - (fp_line (start 1.69 -1.12) (end 1.69 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e8725ed-7d93-4a27-92f8-75da866a6b37)) - (fp_line (start 1.69 1.12) (end 5.93 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1db5cc6-0717-4c49-8106-f30d091a5696)) - (fp_line (start 2.29 -1.12) (end 2.29 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10b0e8c3-86a4-4608-b763-b9206af7fd3a)) - (fp_line (start 2.41 -1.12) (end 2.41 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91d1da03-586f-44b9-93bd-44ed3df47359)) - (fp_line (start 2.53 -1.12) (end 2.53 1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af421eef-8651-4b8d-a257-5da39dec2329)) - (fp_line (start 5.93 -1.12) (end 1.69 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f59a5e01-d4ee-48f7-bcf6-cc925365f470)) - (fp_line (start 5.93 1.12) (end 5.93 -1.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5d08d0e-9aec-4629-8e9c-8bf8c39bb5d9)) - (fp_line (start 6.58 0) (end 5.93 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef79e577-ec9a-4073-8c10-6c10c04130fa)) - (fp_line (start -1.05 -1.25) (end -1.05 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99c3385e-d883-44be-8b53-35c3c1a996ef)) - (fp_line (start -1.05 1.25) (end 8.67 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88133b29-92a1-4287-9713-3064865fa70a)) - (fp_line (start 8.67 -1.25) (end -1.05 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4382d52-77e5-448e-8395-940dee75f5d8)) - (fp_line (start 8.67 1.25) (end 8.67 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 607d14a4-4ad2-4127-bc9b-fc2fe47b1797)) - (fp_line (start 0 0) (end 1.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c8aeead-36e9-4c2b-bdec-72ab5e863adc)) - (fp_line (start 1.81 -1) (end 1.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e1a2c1f-f351-4cba-9b8b-15d26fe017bd)) - (fp_line (start 1.81 1) (end 5.81 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8de8a15f-d974-4fb7-b0c2-fd3a8ec71fbe)) - (fp_line (start 2.31 -1) (end 2.31 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b67ebf12-a7ce-4ec7-92c3-1f43997d98ab)) - (fp_line (start 2.41 -1) (end 2.41 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1fddaa1e-dc25-4a0a-aa33-c2395e4008fd)) - (fp_line (start 2.51 -1) (end 2.51 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 715a5f5f-69b3-4b69-9f0f-264a67a3d82c)) - (fp_line (start 5.81 -1) (end 1.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1898f66e-45d9-4773-b6e2-bf76f883e658)) - (fp_line (start 5.81 1) (end 5.81 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e1ce546-01f4-482b-96d5-56f442227415)) - (fp_line (start 7.62 0) (end 5.81 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3ab678c-c129-4308-b561-49f3104aafeb)) - (pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "Net-(D3-K)") (pinfunction "K") (pintype "passive") (tstamp 606293b0-f009-4b9b-b473-8844f9cc811c)) - (pad "2" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "Net-(D3-A)") (pinfunction "A") (pintype "passive") (tstamp e204d29d-25ae-4fda-923a-25ebe19ab9b3)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp e6f3d77d-74f9-40e3-80c5-0a59a06ab50a) - (at 76.95 121.8 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/a9f958a6-9fdc-479b-9762-9a945d961d9e") - (attr through_hole) - (fp_text reference "R15" (at 2.54 1.779136) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3d072130-8fdf-4b09-ab2c-a29c6429bc84) - ) - (fp_text value "22k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5a59843e-a56b-4b00-9fd6-38476463e771) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 638859f8-43be-4edc-8d20-7bf36cead1ac) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2bf9f88-789c-48ec-93b6-8023e956b267)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b7b98ef-412f-438f-950e-4d9019cd38a0)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd324082-4847-4c11-994c-8258877f74da)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61210440-9550-4e47-a16b-5a00d9332809)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e48a499e-dacf-4743-8ff4-cd3e0d80bac7)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d5e029e-ba89-4dd2-8358-9932515ea289)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcc071e8-fd09-4f40-9063-abcd22adf0aa)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24ec75a5-3bd0-4291-a102-335a574892e2)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ce73f71-2208-4ab1-b44c-c66fbbd45eae)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ed919bd-5904-43fd-9ebc-0d6f43c11f80)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d762131-260e-4775-8697-b0f4837ee717)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e776da4-d668-416f-bfd7-efa033c213c5)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 55 "Net-(U7A-+)") (pintype "passive") (tstamp f29bc4e2-e16a-4d71-a443-925e5bf14c71)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 7d9b2ae3-acf6-459f-bd98-f27bbb91987a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp eb17097d-ebc1-44e6-8a87-540db72df35d) - (at 62.75 156.625 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/6a38a3d8-63af-4a33-bf49-7e73b622d795") - (attr through_hole) - (fp_text reference "C19" (at -1.95 0.05 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 30914c51-3371-4ae5-b765-d0c96bcfd48f) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e8a5a9fc-67c5-4064-945e-0dc3659dc9e0) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 7d30b294-e5ab-42df-81bd-2714b6d01166) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ddb215c-7f37-40b3-a152-fec12205e184)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9037cb25-a64c-43a5-ba64-eae47b21065c)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e460a347-3d5c-44b5-9394-9ba37c6e12ee)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb1336d2-1feb-46b0-8703-d26a47d40ce9)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 566ac3b3-911a-45e9-8b8a-20db3610c23c)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3fb68d2-49fd-46cf-9e60-91058b9458a1)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 405facf1-5ae2-4341-b0b2-1808573e2a82)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 126d8272-6cb2-4d52-8655-317457991d62)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f6ae783-091c-4be0-aec0-fffcdca13e60)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d57cbfa2-7dc8-40dd-be5a-f46a22f12b34)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0d3a99d-b048-42c3-91cd-aa97b4fdf59e)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d679ade9-6ce3-4bc1-ba57-49c3c514157d)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4efffb13-9d5f-45e1-b0b0-3a0c6aca402f)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df6af317-479b-40f3-afe3-27e96bd58f86)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 20065daf-24dd-4ab4-8ebd-05b2c3c1a890)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 0290f942-3444-4765-b43a-f801c6fecb13)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp eb2f1a76-ab8c-4b9f-82f4-ad0e8fb13d70) - (at 62.718 111.506 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/40029dd7-9fe3-4837-9ac3-d526ef2b7e2c") - (attr through_hole) - (fp_text reference "C13" (at 1.243 -2.094 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ea85b424-ac43-4ea2-9a01-cf56bfe6d052) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e23dd4e0-2bab-4b59-901f-8e89a90e5f4c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 50cabd20-6fe2-444f-b8e3-1b433d3ccdac) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5c2ed14-d56f-471a-8198-2aaae81f6201)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8606cfe-e8d8-4892-a9f5-d62e9778d9e8)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f725ced-84c8-4ccd-a9df-d72a5ab85fc6)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47360b00-4fc6-4044-add5-5cb43d73be79)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a13d19a-7122-4ed6-87e2-4502f500fe6d)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fccdfff0-2397-4321-949d-008624b66c2a)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c6e57a8-97d8-4359-8612-6d7680f65624)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b979b5b1-e837-49dc-929d-c87638768a02)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7aab3e56-dfc3-44f4-89f2-7acc8d968c72)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b32bc93-ad3d-4f10-9861-cdccdc3ce686)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9bdaf51-ff63-48da-b2a4-b66490fe3b3a)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a55a58e5-42ea-4a7a-9104-481e550144a8)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3601f15-bacb-48a5-87a5-ec85ab48e931)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8096cb09-46da-4a40-953c-2e8953050692)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp d3c12ab7-52d1-4585-a845-da72d225bad2)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 70a21663-6d4b-420a-8fae-486f546b68a4)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp" (layer "F.Cu") - (tstamp eb8d0198-a372-4fc9-952c-b00460ac1070) - (at 96.015129 123.19 180) - (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") - (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Zener diode") - (property "ki_keywords" "diode") - (path "/a78fbd2f-e0b2-4d85-978c-296d40d14d5c") - (attr through_hole) - (fp_text reference "D1" (at 1.27 -2.326371 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 74e351b8-7ebc-4ab6-8dd0-474054dfe290) - ) - (fp_text value "1N5236" (at 1.27 3.215371 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b61f5a45-e929-4ce9-b3ee-2ab8230467bd) - ) - (fp_text user "A" (at 4.34 0 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8be1b683-a99f-42c6-9015-e645f32b402e) - ) - (fp_text user "A" (at 4.34 0 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 837ae38e-2438-45ae-85b2-b1d2e5995a8d) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.326371 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b7be19cc-40de-45b7-b485-76c5a30ef3e1) - ) - (fp_line (start 1.326371 0) (end 1.44 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f431564-7971-42ba-8b49-f1d915857be5)) - (fp_circle (center 0 0) (end 1.326371 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp e9d30267-95ad-4d73-a386-7cc506f002e8)) - (fp_line (start -1.25 -1.25) (end -1.25 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c10d43a7-2dd6-4931-9eee-8c736af0fe42)) - (fp_line (start -1.25 1.25) (end 3.59 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 355e7752-57d1-41f7-b016-24dd43039c96)) - (fp_line (start 3.59 -1.25) (end -1.25 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b02de62b-af5b-47a1-bd48-7bb90261d7ad)) - (fp_line (start 3.59 1.25) (end 3.59 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a16c5528-dbf2-4e94-af41-dc2031aefcc1)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e201b363-da58-4777-bab8-889e61962c84)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 316a7d84-fb1b-4bd8-8008-f13c8a036eba)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "Net-(D1-K)") (pinfunction "K") (pintype "passive") (tstamp d3330cd7-d7b9-4d8a-a817-eb0a6ade3cea)) - (pad "2" thru_hole oval (at 2.54 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp 56b08583-9e0b-47a0-99cf-a502f4d85ab4)) - (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp efbf8036-3362-4f63-9240-b728a80e887f) - (at 74.442 102.615426) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "100n") - (property "Sim.Pins" "1=1 2=2") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/b98dfdbd-5854-428f-acb3-8137f61a7d05") - (attr through_hole) - (fp_text reference "C21" (at 1.233 -2.190426) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 59193e6e-65b8-466d-9ef1-ed53709dba29) - ) - (fp_text value "100n" (at 1.25 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 55555047-c761-4310-a80b-9f6c1228d36c) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 444b0db2-d0bc-4805-9947-eafff149ba2b) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 637d0038-5b2c-46d4-8ca6-00116fed9438)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2332b7f-174a-4a2e-8599-d4ee8eb2c4e8)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 035fdef7-d7af-4739-90d3-f4301a789189)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b8b84b8-931f-4f6a-a878-3cb87950b1cb)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73820f4d-07e2-4d72-b7cd-2c7c0019ebd8)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1e14b0a-3341-4628-a62b-794621c105c3)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d86b913c-d933-4cbc-9db6-c582d9a0a0b8)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d911ae5-a063-4f8e-a07e-ae7fbc00630c)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c9d22aa-f242-4a04-92a1-59af4d7d2b8e)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80acc897-8341-40a3-88be-3567799e41de)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15f0d232-c189-4863-91c7-488d815b1944)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7367c5f-df32-4c2b-ae36-431eb970c9a9)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 853011ce-fd7b-4c4f-a83f-35b9de4b752e)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9345bd2-5f66-4f91-a381-2e9941e8a4f3)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 29a0a178-6f1c-487e-8879-3dfa35e64f1f)) - (pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "-15V") (pintype "passive") (tstamp 101a733d-81fa-4f8d-9ee2-5f00b96daf2f)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "F.Cu") - (tstamp f0a300d3-fd94-4611-adbd-d2df7e54197b) - (at 96.3265 140.850037 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/5b3bbc62-46a4-4b7a-bba0-49bd0457dba9") - (attr through_hole) - (fp_text reference "C30" (at 1.25 -2.5 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 649af4b6-f8b4-4ac7-a385-b69bf30493e1) - ) - (fp_text value "100n" (at 1.25 2.5 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c21bffdf-78e6-4c4d-bd82-1d0edc8061ff) - ) - (fp_text user "${REFERENCE}" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp f2f7a30e-bec3-4616-a077-44250af78433) - ) - (fp_line (start -0.87 -1.37) (end -0.87 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5adec995-2678-497b-a482-3dbda78d4036)) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1baeb038-5d04-4b8e-b295-69f101dcda33)) - (fp_line (start -0.87 0.665) (end -0.87 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5437b9cf-2057-41b3-990a-33d20a156a08)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e57a8aa5-860d-42bc-aa16-13370e890a48)) - (fp_line (start 3.37 -1.37) (end 3.37 -0.665) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 632e95c5-e212-49c5-879b-4c0a9ba9328f)) - (fp_line (start 3.37 0.665) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8acd26e-45af-421f-a346-d4fa9c8e009e)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a6c5fc1-3ce3-4202-9b9f-87fb5a70377f)) - (fp_line (start -1.05 1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce30894d-236e-4701-ac37-fcd4432b4688)) - (fp_line (start 3.55 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74e83d9e-3d03-4102-a35e-eed375221b79)) - (fp_line (start 3.55 1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7b00582-5231-471e-bce8-2ddac44c6860)) - (fp_line (start -0.75 -1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03c35619-617a-4a21-bde5-a0e972d65dcb)) - (fp_line (start -0.75 1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba425031-0423-47a3-8af9-d0f69083d4d2)) - (fp_line (start 3.25 -1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9abc822b-be21-45ff-bb96-5405ce6e32d2)) - (fp_line (start 3.25 1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 280d2895-64ae-4984-9465-21e693e8d8ac)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "+15V") (pintype "passive") (tstamp 83648c89-7a73-4880-a87d-0a5baca9abd5)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pintype "passive") (tstamp 966fcf85-d1b7-4dd6-adb2-c5cf26e85d66)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp f0e5c8b6-4313-4cd7-bcd4-94caf0ca07a8) - (at 56.896 65.870666) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/14dbcec2-6f39-4586-b74a-b1d57bb81691") - (attr through_hole) - (fp_text reference "R34" (at 2.54 -1.608666) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1fcb55b5-3511-4a8f-a1b7-96cb255698d0) - ) - (fp_text value "120k" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 84c0d157-1ca3-4717-931e-be5bd269bbb3) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 970bc47d-2ad6-4166-8832-5a0ce75a3275) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f891615-4ca0-42ec-89d3-1f2ad52398fb)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45f0413c-5328-4955-ae04-f7b6a3102c00)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0eab1b2e-365e-4235-8916-05ed159d3fca)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc1283ad-227e-4913-adda-3e11898832ca)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 175ef4d8-78c5-4b5a-89e1-1f7c04f74951)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6e474b1-2c0a-41e4-a227-c9962ebbf545)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0611257a-5582-4277-ad5b-58275bbf0f87)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11937e6d-3650-42be-82d1-a3103941662c)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3f7b7f7-47d1-47df-a475-c5c9cd9afa96)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88741f76-3038-40ac-b04d-ccb4e36663b1)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e9f1f2b-24cf-4cdc-939a-57056699f1bc)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62bdc7b4-69bb-4ac8-bd5f-3c8db33928cb)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 30 "/RES") (pintype "passive") (tstamp f376578e-7099-4d92-8f78-cdcba1cf5ede)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 65 "Net-(U11A--)") (pintype "passive") (tstamp cf8c271b-942e-4b6b-95a8-300e537f1ec1)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp f78a2fa2-969b-42f4-b304-d9b1aefe7d38) - (at 83.727 67.7985 180) - (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/90c006d3-3c20-4886-9643-a9501b9b7bbb") - (attr through_hole) - (fp_text reference "R26" (at 2.3925 1.704 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4c3c37cd-18af-4eb6-b0cd-81538d9ad435) - ) - (fp_text value "100k" (at 2.54 1.92 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ad1a815a-098b-4e26-b4e3-e0d8c9bb40a2) - ) - (fp_text user "${REFERENCE}" (at 2.54 0 180) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp ec41bfd0-76f1-4994-aba5-c4f38b02d7d8) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35940324-2609-4f69-b197-e18b6b46ffe7)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f931e459-4e02-4224-ab51-739618dac603)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1bdca2b-12b1-4fb1-a650-735268245b89)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35408f79-581b-4e04-ae31-348ca9fedf55)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17116a8c-536c-4ba2-9b94-2fa730db3e94)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce4609b0-e04d-49b3-a874-3040f0d3c416)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93699ded-05f5-4c05-87f7-83eafcbf763e)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83b25293-d96d-45f4-8b1d-58172233c732)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 690e61e0-67d1-4476-8d05-df88708aed5d)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 987d0155-46ae-47a4-9e88-6cb23c9975ca)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c004bbb-70ad-44c1-b0b6-db3685aed214)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d849e60b-f1c9-4e21-bc42-550b8cd9f021)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 12 "Net-(U10A--)") (pintype "passive") (tstamp f4043cc7-7d99-4ccb-85c8-0329c7680771)) - (pad "2" thru_hole oval (at 5.08 0 180) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 28 "/V{slash}O") (pintype "passive") (tstamp dd90397c-cdca-4831-ac12-a6774fddf16a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 0c54fdd3-a81e-4970-8abe-844a27c7694b) - (at 100.076 57.05 90) - (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "SPICE") - (property "Sim.Enable" "0") - (property "Sim.Params" "IDC_Header") - (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10") - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)") - (property "ki_keywords" "connector") - (path "/81f6f561-0ca0-4ba4-8e6a-46adbae99dd9") - (attr through_hole) - (fp_text reference "J1" (at 1.27 6.1 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 71e94290-c9e0-4e83-835e-bd317688e2de) - ) - (fp_text value "IDC_Header" (at 1.27 -16.26 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1046d1e0-d8ef-4bf6-b463-44ca908b7c58) - ) - (fp_text user "${REFERENCE}" (at 1.27 -5.08) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cb1d6b2f-55f5-4733-95ea-e677cf49bcd3) - ) - (fp_line (start -4.68 -0.5) (end -3.68 0) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c6f910af-f0af-4e13-9483-b73cdfc82924)) - (fp_line (start -4.68 0.5) (end -4.68 -0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7ea60952-4008-485c-b304-9948346cd836)) - (fp_line (start -3.68 0) (end -4.68 0.5) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4c8005e4-1e10-45fb-a1a7-40bf9a3ce001)) - (fp_line (start -3.29 -15.37) (end -3.29 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 93565de3-5c31-4fbf-8e4c-e577a198f0d9)) - (fp_line (start -3.29 -3.03) (end -1.98 -3.03) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 06a201f5-4b45-4616-9371-45716aec94b4)) - (fp_line (start -3.29 5.21) (end 5.83 5.21) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a11be26c-29b3-42bd-82a5-7be697e676e5)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aa4b7d4b-0751-452d-97fc-5f85fd135174)) - (fp_line (start -1.98 -7.13) (end -3.29 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 99a85230-ce1c-457d-8ee2-de937b3e8bfb)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2172120e-4c07-4679-8909-a792829973b4)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e3fba19b-628c-49fe-bacf-b65141579d3c)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5820dc06-6605-4391-afd6-d45b5a67b7d6)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 13fe06a7-1723-40bb-858e-611e87959498)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 016206c7-c9fb-4218-887a-6367f3c66105)) - (fp_line (start 5.83 -15.37) (end -3.29 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f6769ba6-9cb5-4e6d-bb58-b5cdfe27300a)) - (fp_line (start 5.83 5.21) (end 5.83 -15.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e63086f7-fa3b-4243-bc7e-038eaac58909)) - (fp_line (start -3.68 -15.76) (end 6.22 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fd94489c-2e8b-4e88-90fc-1359ec4e9bfc)) - (fp_line (start -3.68 5.6) (end -3.68 -15.76) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d04e414f-7e1f-492b-9a70-236a1ca52b81)) - (fp_line (start 6.22 -15.76) (end 6.22 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f7306fd6-3208-47f1-b30d-326f05a2f52e)) - (fp_line (start 6.22 5.6) (end -3.68 5.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 990913a8-6fae-4a61-b0f9-68f1ecc2e24c)) - (fp_line (start -3.18 -15.26) (end -3.18 4.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2ff036de-5fdf-4fe1-bf03-a9399bb8d52c)) - (fp_line (start -3.18 -3.03) (end -1.98 -3.03) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db8764f8-b1c2-4ecb-b9f8-313fa9b573fa)) - (fp_line (start -3.18 4.1) (end -2.18 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b22e02c9-e0f8-4f2b-a1b3-90b455cdc116)) - (fp_line (start -2.18 5.1) (end 5.72 5.1) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1e369ffb-ed9d-4ab3-9af6-6fcbf32802d2)) - (fp_line (start -1.98 -14.07) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53dd9916-a105-44b4-b437-83ba1c09cc05)) - (fp_line (start -1.98 -7.13) (end -3.18 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 28e8e507-75ec-4091-bfb1-e6327c4d5090)) - (fp_line (start -1.98 -7.13) (end -1.98 -7.13) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 36f09eeb-da40-4271-a999-eeed64f4c361)) - (fp_line (start -1.98 -3.03) (end -1.98 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 870189df-c146-4961-ab61-797ddd69b268)) - (fp_line (start -1.98 3.91) (end 4.52 3.91) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c2196caf-aff0-4a47-8f88-b6a9500cdf74)) - (fp_line (start 4.52 -14.07) (end -1.98 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c890a0c7-7aca-4a2a-bdec-ec392c175224)) - (fp_line (start 4.52 3.91) (end 4.52 -14.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ec7e00c3-9caf-4831-b6b5-0f344f9e6d0c)) - (fp_line (start 5.72 -15.26) (end -3.18 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f94347d8-2069-4bbd-a225-cf9e4eb1b7b8)) - (fp_line (start 5.72 5.1) (end 5.72 -15.26) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 23d4ac70-a995-4ace-8250-3f96473eaab5)) - (pad "1" thru_hole roundrect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 22 "/VN") (pinfunction "Pin_1") (pintype "passive") (tstamp 0f2ee8bf-5c9b-431f-bd5f-5489b8cb796a)) - (pad "2" thru_hole circle (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 22 "/VN") (pinfunction "Pin_2") (pintype "passive") (tstamp 3106c938-c50d-4d01-8e9a-bf394580eaa8)) - (pad "3" thru_hole circle (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "/VP") (pinfunction "Pin_3") (pintype "passive") (tstamp d6eec1d8-dd39-4d26-904e-b8863e25d0a0)) - (pad "4" thru_hole circle (at 2.54 -2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 23 "/VP") (pinfunction "Pin_4") (pintype "passive") (tstamp 138b11fb-ea2a-41a1-87c4-18b55815ed5e)) - (pad "5" thru_hole circle (at 0 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "Pin_5") (pintype "passive") (tstamp f236928b-b007-46c4-a343-04366b6ccebc)) - (pad "6" thru_hole circle (at 2.54 -5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "Pin_6") (pintype "passive") (tstamp 41380224-8773-480a-a3a4-466c3697ae0b)) - (pad "7" thru_hole circle (at 0 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "Pin_7") (pintype "passive") (tstamp 6f638a12-b067-4ddc-9a1f-a491c854c1fa)) - (pad "8" thru_hole circle (at 2.54 -7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "GND") (pinfunction "Pin_8") (pintype "passive") (tstamp 92bae6bb-da89-41fe-a620-91b29b364e29)) - (pad "9" thru_hole circle (at 0 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "+5V") (pinfunction "Pin_9") (pintype "passive") (tstamp 4af17931-cb86-409f-b3c3-06b27c610765)) - (pad "10" thru_hole circle (at 2.54 -10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 24 "+5V") (pinfunction "Pin_10") (pintype "passive") (tstamp 2d9a0699-6e63-4a2c-8037-7aca9942a34c)) - (model "${KICAD6_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Potentiometer_THT:Potentiometer_Bourns_3266Z_Horizontal" (layer "B.Cu") - (tstamp 218748d3-d8f0-49f0-b75a-be02889db23f) - (at 108.712 76.962 90) - (descr "Potentiometer, horizontal, Bourns 3266Z, https://www.bourns.com/docs/Product-Datasheets/3266.pdf") - (tags "Potentiometer horizontal Bourns 3266Z") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Trim-potentiometer") - (property "ki_keywords" "resistor variable trimpot trimmer") - (path "/e345d869-b5a1-47e4-a1ac-5fc35473920c") - (attr through_hole) - (fp_text reference "RV1" (at -8.438 -0.312 180) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2a4f30b4-b741-481c-adb9-0bb3a33a3eff) - ) - (fp_text value "100" (at -2.296 -5.344 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9709cc01-360a-4eed-b331-e889355af915) - ) - (fp_text user "${REFERENCE}" (at 2.022 -0.264) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b0be73c9-2bc5-4495-b60a-bdde7b294b44) - ) - (fp_line (start -7.535 -2.08) (end -6.016 -2.08) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 288689a3-cd39-4e43-aa78-33bfca8aa688)) - (fp_line (start -7.535 -1.07) (end -6.776 -1.07) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ade009af-1bfa-454d-ae4d-e49109c86f10)) - (fp_line (start -7.535 -0.06) (end -7.535 -2.08) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 53585083-8d6c-4db8-a581-e75235088c0c)) - (fp_line (start -7.535 -0.06) (end -6.056 -0.06) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2b0cbc8b-ab4a-4071-8a40-e525c8465bb1)) - (fp_line (start -6.016 -0.496) (end -6.016 -2.08) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 81da0608-9fe8-47dc-ae34-d1717a796202)) - (fp_line (start -6.015 -2.46) (end 0.935 -2.46) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0140ec3-c4e4-422a-809a-1d0cfc62c2a1)) - (fp_line (start -6.015 -0.496) (end -6.015 -2.46) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 04199e3f-00b7-456e-8bc1-524eee45aa70)) - (fp_line (start -6.015 2.28) (end -6.015 0.494) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0fbe762a-0463-44ae-b2f0-e6575341d1c3)) - (fp_line (start -6.015 2.28) (end 0.935 2.28) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 133e39a4-d71e-4ee8-a347-a6e7d4521d8a)) - (fp_line (start 0.935 -0.496) (end 0.935 -2.46) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2fc080b7-8346-48fe-8584-f6b731119344)) - (fp_line (start 0.935 2.28) (end 0.935 0.494) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7011a322-451a-48a0-9499-49077fffbd96)) - (fp_line (start -7.7 -2.6) (end 1.1 -2.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3244b5a3-1fd5-4cff-bc0e-3738ad3093e2)) - (fp_line (start -7.7 2.45) (end -7.7 -2.6) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1322eec2-0e3f-495f-95cb-3be7d74654cb)) - (fp_line (start 1.1 -2.6) (end 1.1 2.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 300eec8f-bf60-463f-babb-dd94090f1e67)) - (fp_line (start 1.1 2.45) (end -7.7 2.45) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c2b0574a-e244-4c45-8cfe-50c190986647)) - (fp_line (start -7.415 -1.96) (end -5.895 -1.96) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c009101d-bd60-4edf-9a52-9b78f3bdc907)) - (fp_line (start -7.415 -1.07) (end -6.655 -1.07) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ecdd1d2-f779-429b-8118-0fce1add2f8d)) - (fp_line (start -7.415 -0.18) (end -7.415 -1.96) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ee4f7e1-741b-4878-ae3f-3192fb5cc4e0)) - (fp_line (start -5.895 -2.34) (end 0.815 -2.34) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fd4f0b72-4404-4d64-a4c6-8a9f17b3c9ee)) - (fp_line (start -5.895 -1.96) (end -5.895 -0.18) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d43fc7f-1b33-4835-abd4-4d684bdeaace)) - (fp_line (start -5.895 -0.18) (end -7.415 -0.18) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8884fa4a-4bfe-4001-9b46-29155bde7635)) - (fp_line (start -5.895 2.16) (end -5.895 -2.34) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 209d40db-28e0-4236-a637-7699b168632f)) - (fp_line (start 0.815 -2.34) (end 0.815 2.16) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3b45fae2-9c95-4560-873c-9b6f754d474e)) - (fp_line (start 0.815 2.16) (end -5.895 2.16) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6f050aa7-b9cd-4319-b6eb-a77513aac404)) - (pad "1" thru_hole circle (at 0 0 90) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "Net-(C6-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 8a8d78c5-6996-4ce7-89ab-211e1a6831ed)) - (pad "2" thru_hole circle (at -2.54 0 90) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 37 "Net-(Q1A-B)") (pinfunction "2") (pintype "passive") (tstamp f24e0aab-898c-42d3-9e8f-aedda40a370a)) - (pad "3" thru_hole circle (at -5.08 0 90) (size 1.44 1.44) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 64 "Net-(R30-Pad1)") (pinfunction "3") (pintype "passive") (tstamp 9c126856-6ea3-436d-9f47-f3fa1e06fa89)) - (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3266Z_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" (layer "B.Cu") - (tstamp 374f0159-6a0b-45c8-af31-7ec1361f1c01) - (at 86.076 136.154 180) - (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") - (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") - (property "Sheetfile" "main.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Unpolarized capacitor") - (property "ki_keywords" "cap capacitor") - (path "/758e2820-c7bb-403a-b745-e1c92d768082") - (attr through_hole) - (fp_text reference "C4" (at 1.25 2.5) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 75d7236b-11e5-42f9-92b4-e46edb69d702) - ) - (fp_text value "470p" (at 1.25 -2.5) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9765e697-aa33-4390-bb75-0596c22deeb5) - ) - (fp_text user "${REFERENCE}" (at 1.25 0) (layer "B.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) - (tstamp c7662c8e-199b-469c-a36b-b6cb5c2d42fb) - ) - (fp_line (start -0.87 -1.37) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 57ff7170-0cd7-4cf9-a6b0-864e3342daee)) - (fp_line (start -0.87 -0.665) (end -0.87 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b340ed42-6eaa-4148-9255-17ce7d808ea8)) - (fp_line (start -0.87 1.37) (end -0.87 0.665) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cdd43eea-9a00-42dc-92e9-da35b46ce646)) - (fp_line (start -0.87 1.37) (end 3.37 1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e39581c7-9975-4fe2-823e-d6fc34baa0ed)) - (fp_line (start 3.37 -0.665) (end 3.37 -1.37) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 591c0f08-a981-4dbf-870d-c032a2853750)) - (fp_line (start 3.37 1.37) (end 3.37 0.665) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b3625e4e-e82f-4706-811d-22214de6a226)) - (fp_line (start -1.05 -1.5) (end 3.55 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d9c1e9c8-3110-4193-bb63-69a579a31550)) - (fp_line (start -1.05 1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3f756654-3abb-43d3-a4ad-b0d857c9097e)) - (fp_line (start 3.55 -1.5) (end 3.55 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf92a701-1854-4403-858c-c0fc07dd67ea)) - (fp_line (start 3.55 1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 663e5fd6-02a0-4faf-b450-fcd7ef949694)) - (fp_line (start -0.75 -1.25) (end 3.25 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ff00cc30-5e08-4172-a629-1e69184535ce)) - (fp_line (start -0.75 1.25) (end -0.75 -1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bd1586fd-33fb-4bbc-af37-fcc7b59d0e13)) - (fp_line (start 3.25 -1.25) (end 3.25 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 32542d17-2a9b-4d96-bb3e-3050226d0715)) - (fp_line (start 3.25 1.25) (end -0.75 1.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c03f7b26-39cc-4b9d-a4ed-ed77a95b71e1)) - (pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 7 "/OUT_2") (pintype "passive") (tstamp be02149f-3bf9-460e-8e7e-7c55371c2a2b)) - (pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 8 "Net-(U7A--)") (pintype "passive") (tstamp 048db322-b7d6-4225-888b-b1bccdd4ee85)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 66.04) (end 124.46 66.04) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006097e905)) - (gr_line (start 50.22855 117.4494) (end 116.90355 117.4494) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006097e917)) - (gr_line (start 50.22855 137.7694) (end 116.26855 137.7694) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006097e91d)) - (gr_line (start 50.8 150.876) (end 114.3 150.876) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006097e920)) - (gr_line (start 101.6 40.64) (end 101.6 177.8) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-000060ad50b2)) - (gr_line (start 60.96 40.64) (end 60.96 177.8) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 09bfd94a-51d4-4f0c-916b-d7d1ea7273f6)) - (gr_line (start 48.32355 99.0344) (end 116.26855 99.0344) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 6d479925-5799-49ba-9406-8d5f509ba497)) - (gr_line (start 81.28 40.64) (end 81.28 177.8) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp f2ea1fb8-d1e1-41f8-a552-c7b0195160fa)) - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 50.8 50.8) (end 111.4 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 50b18a62-d644-4c57-92c8-e3f016f16559)) - (gr_line (start 111.4 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp c2471304-8458-4210-aed5-ade26640c864)) - (gr_line (start 111.4 50.8) (end 111.4 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp d82486f7-27d5-4ae1-b74e-e51a0b34c3a6)) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 00c8f88e-e1d1-40fa-aca8-144dcf75ab25) - (pts (xy 50.8 50.8) (xy 50.8 66.04)) - (height 10.16) - (gr_text "15.2400 mm" (at 39.49 58.42 90) (layer "Dwgs.User") (tstamp 00c8f88e-e1d1-40fa-aca8-144dcf75ab25) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 30d2d06d-e3e6-4c21-86b7-0d5486833262) - (pts (xy 60.96 50.8) (xy 50.8 50.8)) - (height 20.32) - (gr_text "10.1600 mm" (at 55.88 29.33) (layer "Dwgs.User") (tstamp 30d2d06d-e3e6-4c21-86b7-0d5486833262) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 469b0dde-5253-421d-aef4-e3f84bd36d07) - (pts (xy 101.6 40.64) (xy 81.28 40.64)) - (height 10.16) - (gr_text "20.3200 mm" (at 91.44 29.33) (layer "Dwgs.User") (tstamp 469b0dde-5253-421d-aef4-e3f84bd36d07) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 5f1416a6-9692-439f-a606-9ce95ee9e15d) - (pts (xy 111.4 50.8) (xy 50.8 50.8)) - (height 25.4) - (gr_text "60.6000 mm" (at 81.1 24.25) (layer "Dwgs.User") (tstamp 5f1416a6-9692-439f-a606-9ce95ee9e15d) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 866ec3e6-c39c-46aa-a575-c29f72e8b15e) - (pts (xy 111.4 50.8) (xy 101.6 50.8)) - (height 20.32) - (gr_text "9.8000 mm" (at 106.5 29.33) (layer "Dwgs.User") (tstamp 866ec3e6-c39c-46aa-a575-c29f72e8b15e) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 8c2a24b7-6398-4d6b-9f88-b936ad49b71f) - (pts (xy 50.8 158.98) (xy 50.8 147.32)) - (height -5.08) - (gr_text "11.6600 mm" (at 44.57 153.15 90) (layer "Dwgs.User") (tstamp 8c2a24b7-6398-4d6b-9f88-b936ad49b71f) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp e69750b2-561f-4b62-ab59-492cd870006f) - (pts (xy 81.28 40.64) (xy 60.96 40.64)) - (height 10.16) - (gr_text "20.3200 mm" (at 71.12 29.33) (layer "Dwgs.User") (tstamp e69750b2-561f-4b62-ab59-492cd870006f) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - - (segment (start 72.471618 96.021618) (end 70.321618 96.021618) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 1cf6d0ce-f953-48ad-b915-06b210ec8d38)) - (segment (start 62.23 86.878) (end 60.95 85.598) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 2b503dfe-488b-4412-bc95-5c432c837885)) - (segment (start 57.638 85.598) (end 57.638 89.644) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 2b76e819-6726-4c78-9067-6d27c35df47d)) - (segment (start 57.638 89.644) (end 57.738 89.744) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 358c7064-5969-4370-a931-5502c7221007)) - (segment (start 76.4 99.95) (end 72.471618 96.021618) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 49c1ae69-bfa1-4b51-bc7e-c63bed87cbdc)) - (segment (start 84.0318 97.8568) (end 79.219645 97.8568) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 58dcb79e-4b15-4fa0-b9fe-26d2153ad187)) - (segment (start 66.7 94.45) (end 62.23 89.98) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 5a5f0df2-76c4-449b-a67f-3573b864552e)) - (segment (start 89.428001 100.35) (end 86.525 100.35) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 72b4d25f-6c8e-4e21-b3aa-e5d779b90ba9)) - (segment (start 62.23 89.98) (end 62.23 86.878) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 791ebfa0-afb0-4b3a-9e92-b73bd40b1b71)) - (segment (start 99.324 113.284) (end 93.472 113.284) (width 0.4064) (layer "F.Cu") (net 1) (tstamp 93f3c965-b257-467c-9964-080b1c076d70)) - (segment (start 68.75 94.45) (end 66.7 94.45) (width 0.4064) (layer "F.Cu") (net 1) (tstamp a0eb160b-6434-4a69-9638-75f4187869cc)) - (segment (start 79.219645 97.8568) (end 77.126445 99.95) (width 0.4064) (layer "F.Cu") (net 1) (tstamp a1a142ae-c2ae-4f61-a589-78902c6d5ec6)) - (segment (start 70.321618 96.021618) (end 68.75 94.45) (width 0.4064) (layer "F.Cu") (net 1) (tstamp b160db72-5fbf-46b2-ac2c-a9d91111cce8)) - (segment (start 60.95 85.598) (end 57.638 85.598) (width 0.4064) (layer "F.Cu") (net 1) (tstamp b634ee4e-8c1d-4a87-8652-a34c4a17c8cb)) - (segment (start 86.525 100.35) (end 84.0318 97.8568) (width 0.4064) (layer "F.Cu") (net 1) (tstamp b97c7414-0e4c-4d13-a28c-55ee46903a34)) - (segment (start 77.126445 99.95) (end 76.4 99.95) (width 0.4064) (layer "F.Cu") (net 1) (tstamp c9d5e059-0208-45fb-ae6f-6bc388f59aad)) - (segment (start 90.678 101.599999) (end 89.428001 100.35) (width 0.4064) (layer "F.Cu") (net 1) (tstamp d46c5d4f-7896-43ff-a409-defa3feb2ba6)) - (segment (start 93.472 113.284) (end 90.678 110.49) (width 0.4064) (layer "F.Cu") (net 1) (tstamp d7473e45-56c4-4a3d-8163-6f2922e41cc8)) - (segment (start 90.678 110.49) (end 90.678 101.599999) (width 0.4064) (layer "F.Cu") (net 1) (tstamp fd8ffdcd-339a-4e02-ac2d-366ca5da9d99)) - (segment (start 56.554 93.64) (end 52.658 89.744) (width 0.4064) (layer "F.Cu") (net 2) (tstamp 4286c1f9-2714-444c-9b15-46227e6dbcf3)) - (segment (start 52.658 88.078) (end 55.138 85.598) (width 0.4064) (layer "F.Cu") (net 2) (tstamp 4ec776a7-a60f-48f5-8e23-7f38e3c7ecea)) - (segment (start 60.95 88.138) (end 57.738 91.35) (width 0.4064) (layer "F.Cu") (net 2) (tstamp 554fb6fb-3c88-48f3-b3bc-0b402fcc349c)) - (segment (start 57.738 93.64) (end 56.554 93.64) (width 0.4064) (layer "F.Cu") (net 2) (tstamp a06dcd1d-8b08-43a3-a229-09a6a16ae76c)) - (segment (start 52.658 89.744) (end 52.658 88.078) (width 0.4064) (layer "F.Cu") (net 2) (tstamp c384ad53-798e-47a6-a6c5-d60b5236f133)) - (segment (start 57.738 91.35) (end 57.738 93.64) (width 0.4064) (layer "F.Cu") (net 2) (tstamp fe15f434-5cec-4bee-91b4-db6500787809)) - (segment (start 69.088 92.7) (end 68.57 93.218) (width 0.4064) (layer "F.Cu") (net 3) (tstamp 2f3c7029-969f-4f93-9355-f0cee5d7193b)) - (segment (start 88.138 99.06) (end 81.778 92.7) (width 0.4064) (layer "F.Cu") (net 3) (tstamp 32998ec9-afee-4754-aa01-d5110076149a)) - (segment (start 93.98 101.888) (end 91.152 99.06) (width 0.4064) (layer "F.Cu") (net 3) (tstamp 8bb30abe-3d39-41d7-aa50-9be294628482)) - (segment (start 91.152 99.06) (end 88.138 99.06) (width 0.4064) (layer "F.Cu") (net 3) (tstamp ca430e8e-7b50-4df0-ba14-10ca33ec033c)) - (segment (start 81.778 92.7) (end 69.088 92.7) (width 0.4064) (layer "F.Cu") (net 3) (tstamp df701dde-25dc-43bd-8d33-b2123e1de73e)) - (segment (start 106.944 106.502418) (end 106.944 105.664) (width 0.4064) (layer "F.Cu") (net 4) (tstamp 1698ef37-653f-49a7-a322-288ab476e47c)) - (segment (start 108.1056 110.204018) (end 108.1056 108.743982) (width 0.4064) (layer "F.Cu") (net 4) (tstamp 27fac22d-5bb0-420f-80e0-692e132a6a37)) - (segment (start 108.1472 110.245618) (end 108.1056 110.204018) (width 0.4064) (layer "F.Cu") (net 4) (tstamp 3c5089f5-9d4b-4f6c-955f-9771a3d5c413)) - (segment (start 108.1472 108.702382) (end 108.1472 107.705618) (width 0.4064) (layer "F.Cu") (net 4) (tstamp 4a0f3221-13a5-47b2-8218-26ce58ef6160)) - (segment (start 108.1056 108.743982) (end 108.1472 108.702382) (width 0.4064) (layer "F.Cu") (net 4) (tstamp 657f7a91-2282-4150-9b56-7af3acf46f84)) - (segment (start 99.324 108.204) (end 100.7 109.58) (width 0.4064) (layer "F.Cu") (net 4) (tstamp 65963672-42b4-4c62-8d3c-a5793c8fdcb0)) - (segment (start 97.3 116.888) (end 93.98 116.888) (width 0.4064) (layer "F.Cu") (net 4) (tstamp 7d0c561e-7473-43ed-9b3e-0ca756b69f33)) - (segment (start 101.504818 116.888) (end 97.3 116.888) (width 0.4064) (layer "F.Cu") (net 4) (tstamp 7f3a1e76-d8f9-47dc-a50e-8ff06bcb9123)) - (segment (start 101.504818 116.888) (end 106.445618 111.9472) (width 0.4064) (layer "F.Cu") (net 4) (tstamp a3ebb169-e8be-49d6-acd4-6f1b355f7a6e)) - (segment (start 106.944 105.664) (end 106.944 103.124) (width 0.4064) (layer "F.Cu") (net 4) (tstamp aeebd846-ea91-47b1-a2ea-d76e0a6d6348)) - (segment (start 99.324 110.744) (end 99.324 108.204) (width 0.4064) (layer "F.Cu") (net 4) (tstamp bd8edfb7-32e8-499d-8b47-ee86007a3b48)) - (segment (start 108.1472 107.705618) (end 106.944 106.502418) (width 0.4064) (layer "F.Cu") (net 4) (tstamp bdc80483-1e8c-4736-a2ef-de92c70f4708)) - (segment (start 107.442382 111.9472) (end 108.1472 111.242382) (width 0.4064) (layer "F.Cu") (net 4) (tstamp bf3022a1-1555-4264-a045-b259843a334b)) - (segment (start 100.7 109.58) (end 100.7 115) (width 0.4064) (layer "F.Cu") (net 4) (tstamp c8b81462-6160-43bd-9137-64e2b0a69cb2)) - (segment (start 98.812 116.888) (end 100.7 115) (width 0.4064) (layer "F.Cu") (net 4) (tstamp d3c8bd21-e77c-4701-b0b5-a53c6d750d8a)) - (segment (start 108.1472 111.242382) (end 108.1472 110.245618) (width 0.4064) (layer "F.Cu") (net 4) (tstamp ec42dac8-1e4c-4b88-af9c-0ffb55245b87)) - (segment (start 106.445618 111.9472) (end 107.442382 111.9472) (width 0.4064) (layer "F.Cu") (net 4) (tstamp fe8f6a90-b1d4-4803-bc99-38fb6a227612)) - (segment (start 98.812 116.888) (end 97.3 116.888) (width 0.4064) (layer "F.Cu") (net 4) (tstamp fef2f8d7-634a-48e0-8045-58ca595c0f35)) - (segment (start 56.6843 101.9) (end 55.425 101.9) (width 0.4064) (layer "F.Cu") (net 5) (tstamp 19f8a961-998a-4c46-8759-d19fab8d69bf)) - (segment (start 69.1907 104.3907) (end 59.175 104.3907) (width 0.4064) (layer "F.Cu") (net 5) (tstamp 5b3f7c2e-1ed2-447d-b4f4-9cd803e75a7e)) - (segment (start 69.7732 104.9732) (end 69.1907 104.3907) (width 0.4064) (layer "F.Cu") (net 5) (tstamp 63fdef55-d471-47d8-951b-506df00d070b)) - (segment (start 72.9325 108.2675) (end 68.57 108.2675) (width 0.4064) (layer "F.Cu") (net 5) (tstamp 664a9988-cac0-4e2d-8673-0af118ad9cc0)) - (segment (start 75.8 105.4) (end 72.9325 108.2675) (width 0.4064) (layer "F.Cu") (net 5) (tstamp 77d28e0f-b6f9-4b92-9004-43ceb6b8d94d)) - (segment (start 69.7732 107.0643) (end 69.7732 104.9732) (width 0.4064) (layer "F.Cu") (net 5) (tstamp 80a5c9b4-5f3e-4a4f-a712-c2e5d6791124)) - (segment (start 84.338 105.4) (end 75.8 105.4) (width 0.4064) (layer "F.Cu") (net 5) (tstamp ab05d622-bf9a-49a4-96aa-73cc22e24831)) - (segment (start 88.138 101.6) (end 84.338 105.4) (width 0.4064) (layer "F.Cu") (net 5) (tstamp c160b832-aa22-4c5f-ad2c-1ba9141cf813)) - (segment (start 68.57 108.2675) (end 69.7732 107.0643) (width 0.4064) (layer "F.Cu") (net 5) (tstamp cd94fab3-17af-4ee1-a0e0-0569e7af234e)) - (segment (start 59.175 104.3907) (end 56.6843 101.9) (width 0.4064) (layer "F.Cu") (net 5) (tstamp d1d249db-f2c1-4d69-a8ae-0a64a8171de0)) - (segment (start 55.425 116.9) (end 59.747 116.9) (width 0.381) (layer "F.Cu") (net 6) (tstamp 42190ab7-576b-4688-9f56-d018a562db1a)) - (segment (start 60.95 115.697) (end 60.95 118.237) (width 0.4064) (layer "F.Cu") (net 6) (tstamp 563636b2-fe80-46cc-afb8-2ff7bbaa207b)) - (segment (start 59.747 116.9) (end 60.95 115.697) (width 0.381) (layer "F.Cu") (net 6) (tstamp 6f1c28c4-5a60-4f91-88b9-37a3b75a4c56)) - (segment (start 65.3 113) (end 65.3 112.3) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 005af83a-f95f-4961-9100-23566c2a9f37)) - (segment (start 71.882 114.298852) (end 66.598852 114.298852) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 1ca1dc1a-2457-454d-8348-b05f0d132637)) - (segment (start 65.3 108.9975) (end 65.3 112.3) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 37fe96fc-343d-408f-91e6-43fb039b07c7)) - (segment (start 75.739601 134.957762) (end 70.866 130.084161) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 400b9c2e-c9af-4681-8102-4c51925f87fd)) - (segment (start 70.866 130.084161) (end 70.866 126.425009) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 45451fc9-6694-49f3-ab78-1be71037e63a)) - (segment (start 86.076 136.154) (end 86.076 138.146) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 4e767f58-ef44-410e-bd3a-5660dcdfc93c)) - (segment (start 86.076 136.154) (end 84.233523 134.311523) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 529319d9-8baa-4453-9d0b-8f387cb9981a)) - (segment (start 65.3 123.75) (end 66.917 125.367) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 5cdc04aa-371c-411f-a4f2-343bd405a5ba)) - (segment (start 77.418961 134.957762) (end 75.739601 134.957762) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 5f59b857-3262-4136-9343-ad39e115a219)) - (segment (start 78.0652 134.311523) (end 77.418961 134.957762) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 6525ea3b-17d1-412b-a65d-222b49019e50)) - (segment (start 66.917 125.367) (end 69.807991 125.367) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 951b8dcf-c424-4d16-8b9b-47011a4fe882)) - (segment (start 84.233523 134.311523) (end 78.0652 134.311523) (width 0.4064) (layer "F.Cu") (net 7) (tstamp 9b6e8e33-d36b-44e9-b4f7-3ece22ca49e9)) - (segment (start 68.57 105.7275) (end 65.3 108.9975) (width 0.4064) (layer "F.Cu") (net 7) (tstamp bc1a09e5-6f38-4ddd-b983-a42d01d0f934)) - (segment (start 70.866 126.425009) (end 69.807991 125.367) (width 0.4064) (layer "F.Cu") (net 7) (tstamp c03d298f-1c32-4b7f-b32c-7fe4f48f537c)) - (segment (start 86.076 138.146) (end 88.148 140.218) (width 0.4064) (layer "F.Cu") (net 7) (tstamp c856e020-81f7-44ef-9656-872018d95992)) - (segment (start 66.598852 114.298852) (end 65.3 113) (width 0.4064) (layer "F.Cu") (net 7) (tstamp c8ef2e36-a43e-4c26-8c6d-60c2c7994f75)) - (segment (start 65.3 112.3) (end 65.3 123.75) (width 0.4064) (layer "F.Cu") (net 7) (tstamp fc351356-7348-41b1-8d05-fb214ab9d492)) - (segment (start 93.2 125.8) (end 97.4 125.8) (width 0.4064) (layer "B.Cu") (net 7) (tstamp 1607dc3b-8004-4e19-9f91-8762fd70fe99)) - (segment (start 103.1452 120.0548) (end 107.6088 120.0548) (width 0.4064) (layer "B.Cu") (net 7) (tstamp 164e6f95-6e92-4694-b377-797e7d15a285)) - (segment (start 97.4 125.8) (end 103.1452 120.0548) (width 0.4064) (layer "B.Cu") (net 7) (tstamp 2e50c4cb-8a43-4bc3-b4f0-74644d2c493f)) - (segment (start 68.57 103.1875) (end 68.57 105.7275) (width 0.4064) (layer "B.Cu") (net 7) (tstamp 3000f3b0-cb85-44c6-a450-1bf11ea566ed)) - (segment (start 89.55 132.68) (end 89.55 129.45) (width 0.4064) (layer "B.Cu") (net 7) (tstamp 75624c7d-527b-48b9-9970-eac5c5cc706a)) - (segment (start 86.076 136.154) (end 89.55 132.68) (width 0.4064) (layer "B.Cu") (net 7) (tstamp a6f5190e-92c9-4bdd-9c43-6c037e093fa9)) - (segment (start 89.55 129.45) (end 93.2 125.8) (width 0.4064) (layer "B.Cu") (net 7) (tstamp bd0830c9-25d3-4773-ad99-9ddf4aa27202)) - (segment (start 107.6088 120.0548) (end 109.474 121.92) (width 0.4064) (layer "B.Cu") (net 7) (tstamp e26386c2-1c85-4bda-a5f6-9d309962e6c9)) - (segment (start 83.068 136.662) (end 83.576 136.154) (width 0.4064) (layer "F.Cu") (net 8) (tstamp 2931213b-8f30-4526-bf68-e432822249ec)) - (segment (start 83.068 140.218) (end 83.068 136.662) (width 0.4064) (layer "F.Cu") (net 8) (tstamp 9428ec11-79e8-4cd9-9b9e-acdf9df21a63)) - (segment (start 83.576 121.138) (end 88.138 116.576) (width 0.4064) (layer "B.Cu") (net 8) (tstamp 622ef7fd-f664-4452-b985-8e92e031f497)) - (segment (start 83.576 136.154) (end 83.576 121.138) (width 0.4064) (layer "B.Cu") (net 8) (tstamp 717122ab-26ae-4ea2-a988-d2f105f4a49c)) - (segment (start 62.22 152.146) (end 60.95 150.876) (width 0.4064) (layer "F.Cu") (net 9) (tstamp 12281be2-85ac-4cdf-a0e8-8774cba69c55)) - (segment (start 73.406 152.146) (end 62.22 152.146) (width 0.4064) (layer "F.Cu") (net 9) (tstamp 3bc89043-18d7-46d6-a004-edf608480f7e)) - (segment (start 74.422 153.162) (end 73.406 152.146) (width 0.4064) (layer "F.Cu") (net 9) (tstamp 4cb3e670-7ac7-4570-a663-521e246f58c9)) - (segment (start 84.836 127.498) (end 88.138 124.196) (width 0.4064) (layer "B.Cu") (net 9) (tstamp 23acc4a4-7e20-4221-b1f4-a89c14fb2e0d)) - (segment (start 74.422 153.162) (end 84.836 142.748) (width 0.4064) (layer "B.Cu") (net 9) (tstamp b9a8e5f1-6170-494b-baba-c8ca28fc718a)) - (segment (start 84.836 142.748) (end 84.836 127.498) (width 0.4064) (layer "B.Cu") (net 9) (tstamp e371eb83-0425-4287-92ab-d4b15fcda980)) - (segment (start 67.35 154.7) (end 68.85 156.2) (width 0.4064) (layer "B.Cu") (net 10) (tstamp 1519f77f-771b-4243-b5a1-910cfafe7253)) - (segment (start 67.35 145.314418) (end 67.35 154.7) (width 0.4064) (layer "B.Cu") (net 10) (tstamp 23d07eca-7111-45ad-9bc8-f92b59ee702c)) - (segment (start 67.825 141.5) (end 67.825 144.839418) (width 0.4064) (layer "B.Cu") (net 10) (tstamp 4338930c-7d39-4847-8865-5ec92f9af227)) - (segment (start 89.384 156.2) (end 92.422 153.162) (width 0.4064) (layer "B.Cu") (net 10) (tstamp 6c3fc696-6a92-484b-9f4b-0c7bb8bd3179)) - (segment (start 67.825 144.839418) (end 67.35 145.314418) (width 0.4064) (layer "B.Cu") (net 10) (tstamp 87286747-840c-4457-8751-e278e8accf1a)) - (segment (start 67.3668 137.0297) (end 67.3668 141.0418) (width 0.4064) (layer "B.Cu") (net 10) (tstamp 8938a3d3-3547-48f4-a6f6-6748c62c6154)) - (segment (start 67.3668 141.0418) (end 67.825 141.5) (width 0.4064) (layer "B.Cu") (net 10) (tstamp a3968ca2-96c0-4b39-ac04-309646f74b9a)) - (segment (start 68.85 156.2) (end 89.384 156.2) (width 0.4064) (layer "B.Cu") (net 10) (tstamp acbecac1-5368-4b87-91c2-1b60d9d9037b)) - (segment (start 68.57 135.8265) (end 67.3668 137.0297) (width 0.4064) (layer "B.Cu") (net 10) (tstamp d4c62078-76a4-4b76-be40-07f2382e2981)) - (segment (start 68.57 135.8265) (end 68.57 133.2865) (width 0.4064) (layer "B.Cu") (net 10) (tstamp e331541c-78ba-4d4c-a8d7-63f38ecc4d3d)) - (segment (start 108.712 70.866) (end 108.712 76.962) (width 0.4064) (layer "F.Cu") (net 11) (tstamp 0ab0311c-c2af-4b9c-9cab-97232148e182)) - (segment (start 95.0505 67.3645) (end 96.515 65.9) (width 0.4064) (layer "F.Cu") (net 11) (tstamp 276b70ac-6ee1-4ae1-a827-55a86c603d84)) - (segment (start 91.4945 67.586) (end 91.388 67.6925) (width 0.4064) (layer "F.Cu") (net 11) (tstamp 51330cdc-5fc5-416f-be30-47c57d72bb3b)) - (segment (start 103.746 65.9) (end 108.712 70.866) (width 0.4064) (layer "F.Cu") (net 11) (tstamp 52b2c682-1fda-4e81-a30e-189601357d44)) - (segment (start 94.7225 67.6925) (end 95.0505 67.3645) (width 0.4064) (layer "F.Cu") (net 11) (tstamp 69686aa0-9069-4a13-9ac2-2018312420db)) - (segment (start 91.388 67.6925) (end 94.7225 67.6925) (width 0.4064) (layer "F.Cu") (net 11) (tstamp 9df91eee-52f6-48db-b536-8503ee6ef84d)) - (segment (start 91.4945 64.3165) (end 91.4945 67.586) (width 0.4064) (layer "F.Cu") (net 11) (tstamp ae3fecbc-c542-40af-8670-430f445a6196)) - (segment (start 96.515 65.9) (end 103.746 65.9) (width 0.4064) (layer "F.Cu") (net 11) (tstamp f8f2a740-2610-450d-aa07-4def77d30201)) - (segment (start 86.62 64.2) (end 83.7695 64.2) (width 0.4064) (layer "F.Cu") (net 12) (tstamp 2ba71c40-dac2-4c6a-b176-d147ab22dc95)) - (segment (start 93.0185 69.9045) (end 91.4945 71.4285) (width 0.4064) (layer "F.Cu") (net 12) (tstamp 7c79ef26-e2d1-484a-a266-fd87aa97678b)) - (segment (start 83.727 64.2425) (end 83.727 67.7985) (width 0.4064) (layer "F.Cu") (net 12) (tstamp 8b7c60ce-41df-4e34-bd3d-04fb15e594a5)) - (segment (start 83.727 77.927) (end 88.604 82.804) (width 0.4064) (layer "F.Cu") (net 12) (tstamp 90937608-7e23-48ec-b524-667257ea292c)) - (segment (start 91.4945 71.4285) (end 88.888 68.822) (width 0.4064) (layer "F.Cu") (net 12) (tstamp 964d39bb-5abd-4c8c-8387-6861aa599a4e)) - (segment (start 83.7695 64.2) (end 83.727 64.2425) (width 0.4064) (layer "F.Cu") (net 12) (tstamp bc1aea8e-2f7b-4a61-95d3-cc12f07ffb30)) - (segment (start 95.0505 69.9045) (end 93.0185 69.9045) (width 0.4064) (layer "F.Cu") (net 12) (tstamp c98a6beb-0218-4f78-b764-cc7d2c67d9c4)) - (segment (start 88.888 68.822) (end 88.888 67.6925) (width 0.4064) (layer "F.Cu") (net 12) (tstamp c99af972-7589-4b44-839b-affa82e30121)) - (segment (start 83.727 75.4185) (end 83.727 77.927) (width 0.4064) (layer "F.Cu") (net 12) (tstamp cbabfa3b-4222-4cbb-8638-5900a983c601)) - (segment (start 88.888 67.6925) (end 86.4145 65.219) (width 0.4064) (layer "F.Cu") (net 12) (tstamp dc463e3b-fe71-46f3-b761-8a6511d28df2)) - (segment (start 88.604 82.804) (end 89.916 82.804) (width 0.4064) (layer "F.Cu") (net 12) (tstamp e27971f9-a378-445c-97e6-42772312bf19)) - (segment (start 86.4145 65.219) (end 86.4145 64.3165) (width 0.4064) (layer "F.Cu") (net 12) (tstamp fe429a1d-eeed-4b08-94a3-86f600e5ec29)) - (segment (start 83.727 75.4185) (end 83.727 71.3545) (width 0.4064) (layer "B.Cu") (net 12) (tstamp 4aaf6fc8-3a3a-4bbd-865d-f6fe449a0628)) - (segment (start 83.727 67.7985) (end 83.727 71.3545) (width 0.4064) (layer "B.Cu") (net 12) (tstamp d5fb695d-6c96-4388-9e2c-c4cbedca1ca3)) - (segment (start 104.94 80.389949) (end 104.94 79.4) (width 0.4064) (layer "F.Cu") (net 13) (tstamp 2160c974-da66-4e6c-9df2-2f96e6ea856d)) - (segment (start 106.172 72.898) (end 103.124 72.898) (width 0.4064) (layer "F.Cu") (net 13) (tstamp 27fa7569-3b9d-48bc-a8b0-13142655b6a8)) - (segment (start 99.929949 85.4) (end 104.94 80.389949) (width 0.4064) (layer "F.Cu") (net 13) (tstamp 9905fa12-bc40-4095-9253-fc54f375a0aa)) - (segment (start 78.833248 80.231248) (end 78.833248 79.38272) (width 0.4064) (layer "F.Cu") (net 13) (tstamp 9add045f-3f59-44d0-9835-d63678ce45cb)) - (segment (start 103.124 72.898) (end 102.6705 72.4445) (width 0.4064) (layer "F.Cu") (net 13) (tstamp ad24cbde-0044-4a03-9ee6-cbed042ab5fc)) - (segment (start 78.833248 79.38272) (end 79.843168 78.3728) (width 0.4064) (layer "F.Cu") (net 13) (tstamp b8dee4d2-0b57-4367-9aea-8cb9e9945f39)) - (segment (start 79.843168 78.3728) (end 82.9228 78.3728) (width 0.4064) (layer "F.Cu") (net 13) (tstamp df98f6c0-9c97-4590-aed5-28700e50ef21)) - (segment (start 82.9228 78.3728) (end 89.95 85.4) (width 0.4064) (layer "F.Cu") (net 13) (tstamp ecbc254f-752e-4c40-ac41-c6a7f3ebea86)) - (segment (start 89.95 85.4) (end 99.929949 85.4) (width 0.4064) (layer "F.Cu") (net 13) (tstamp f9e6138b-3e17-4283-b37a-6ac2db4ecb5a)) - (segment (start 106.172 72.898) (end 106.172 78.168) (width 0.4064) (layer "B.Cu") (net 13) (tstamp 499d7891-20e2-4c26-a66c-832f53e87620)) - (segment (start 106.172 78.168) (end 104.94 79.4) (width 0.4064) (layer "B.Cu") (net 13) (tstamp cb292cb1-7667-49c9-b777-92146e43ca0a)) - (segment (start 102.6705 69.9045) (end 95 77.575) (width 0.4064) (layer "F.Cu") (net 14) (tstamp 0482375b-4ee3-44ac-8b46-19d56f848f3b)) - (segment (start 98.8 83) (end 99.86 83) (width 0.4064) (layer "F.Cu") (net 14) (tstamp 60101bff-c490-4f6e-9a12-1a248540d58e)) - (segment (start 103.164 70.398) (end 102.6705 69.9045) (width 0.4064) (layer "F.Cu") (net 14) (tstamp 6b9ccaae-0e36-4f26-bf69-deebde0ad19b)) - (segment (start 106.172 70.398) (end 103.164 70.398) (width 0.4064) (layer "F.Cu") (net 14) (tstamp 9bd73f70-de25-411f-ba2c-9162b5abebe9)) - (segment (start 95 77.575) (end 95 79.2) (width 0.4064) (layer "F.Cu") (net 14) (tstamp b8932b1a-6818-42e8-9c16-570b35da03a3)) - (segment (start 95 79.2) (end 98.8 83) (width 0.4064) (layer "F.Cu") (net 14) (tstamp bc25900c-7ced-4e3c-b08d-aab9c081931f)) - (segment (start 71.902 62.196) (end 73.146 63.44) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 02e554aa-4a9b-49bb-9181-98ef30889628)) - (segment (start 75.692 56.388) (end 76.962 57.658) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 26739b78-ba79-42df-bea2-1733662aa490)) - (segment (start 70.676888 55.118) (end 70.632 55.118) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 445e6fcd-7dc3-4199-afd3-87b94f1102a8)) - (segment (start 70.676888 55.118) (end 70.676888 58.974888) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 4a263a83-80cb-4206-9dd5-fd08056d889f)) - (segment (start 71.902 60.2) (end 71.902 62.196) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 4c936fd3-e74c-48b6-8769-4db949897866)) - (segment (start 92.476 98.298) (end 89.916 98.298) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 5575e941-ab6f-4a5f-8c3b-b93e4f7a906f)) - (segment (start 71.946888 56.388) (end 75.692 56.388) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 65380503-99d0-4691-b961-3ac4caf03fc0)) - (segment (start 90.952 131.064) (end 90.952 122.067) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 724be95f-f603-4b49-932e-fe30922da5ad)) - (segment (start 90.952 129.55) (end 90.952 131.064) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 751ca6a5-e922-4a37-baf2-ca0b7d4c4606)) - (segment (start 70.676888 55.118) (end 71.946888 56.388) (width 0.4064) (layer "F.Cu") (net 15) (tstamp 7c49a711-be14-4be7-a44f-bfad806276e6)) - (segment (start 68.2 57.55) (end 68.2 69.65) (width 0.4064) (layer "F.Cu") (net 15) (tstamp ad0ead14-5ae5-4ef2-8e76-98e7afeaef16)) - (segment (start 90.952 122.067) (end 90.805 121.92) (width 0.4064) (layer "F.Cu") (net 15) (tstamp b651482c-cefc-4fdd-9be6-02bbcddb2849)) - (segment (start 89.916 98.298) (end 88.138 96.52) (width 0.4064) (layer "F.Cu") (net 15) (tstamp c8bddf76-b9ef-40ba-8bc4-c9638cee06ee)) - (segment (start 70.632 55.118) (end 68.2 57.55) (width 0.4064) (layer "F.Cu") (net 15) (tstamp ccb99ad9-a436-4de1-8e26-9fcd98781337)) - (segment (start 88.138 126.736) (end 90.952 129.55) (width 0.4064) (layer "F.Cu") (net 15) (tstamp ce2d0ecd-f1e8-4546-97e6-d1e3f6e5788a)) - (segment (start 70.676888 58.974888) (end 71.902 60.2) (width 0.4064) (layer "F.Cu") (net 15) (tstamp dd61526e-0ef2-44f7-aae0-6d7caa84bf33)) - (via (at 68.2 69.65) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 2ff9e274-fa43-4272-87cd-3b6f80b3ca86)) - (via (at 90.805 121.92) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp ee3bcc5d-ee78-40e2-b4b2-9f9895f61945)) - (segment (start 70.612 82.012) (end 68.725 80.125) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 015bdb12-ff2f-4e46-b183-e1c3b5e1d543)) - (segment (start 107.5463 139.6432) (end 111.0455 136.144) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 01fbdeca-c577-4c03-b6c5-56522c9568e7)) - (segment (start 111.0455 58.0455) (end 104.308 51.308) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 03a4da3d-b7d8-41f7-8a4b-0bccc366375c)) - (segment (start 109.5 90.3) (end 110.3955 90.3) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 0646e9bc-0ad3-475a-b770-ef1a46c8ae16)) - (segment (start 69.322 129.9945) (end 68.57 130.7465) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 0f4fd949-1fb2-47da-977f-8c2e6a627636)) - (segment (start 70.612 125.6) (end 70.612 126.238) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 120e12a6-d36e-4b26-8cff-eefc7ee13fd5)) - (segment (start 53.65 51.25) (end 52.832 52.068) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 14c138bf-b73c-4b1b-8e6b-4205f7a5a5e4)) - (segment (start 70.612 109.21771) (end 71.882 110.48771) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 164a8a7c-42d0-465c-b90a-19bd72d03e74)) - (segment (start 68.57 113.352) (end 69.322 112.6) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 19a47e4a-c4d9-4eac-a0b6-351d961af0c9)) - (segment (start 101.090771 93.122811) (end 101.072811 93.122811) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 1af9e03d-071b-4887-9d0f-53282c9bf2f0)) - (segment (start 98.996463 143.52) (end 99.304 143.52) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 1cf7bcec-024a-4cb4-b976-bad42f8a4cd9)) - (segment (start 111.0455 62.738) (end 111.0455 58.7805) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 1e06eccf-c839-417c-94a7-d2bb8991c03f)) - (segment (start 70.612 139.954) (end 69.088 141.478) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 210b152b-49d0-4964-94e1-66a18149b038)) - (segment (start 70.612 126.472) (end 69.322 127.762) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 233fbb06-b641-4f1f-920e-83c877ceb50f)) - (segment (start 103.6665 64.0625) (end 103.6665 66.3685) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 2807e861-d867-497e-bd5c-7a8edd0ed3ab)) - (segment (start 108.946 91.948) (end 108.946 90.854) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 28e0f70d-46f1-41ff-80e3-bc4d8d290ed5)) - (segment (start 101.669811 95.698189) (end 99.324 98.044) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 291fd747-5457-4592-9cec-45a366445861)) - (segment (start 90.805 121.783) (end 88.138 119.116) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 2bab316a-f5f5-444e-a732-3c9603cd81a2)) - (segment (start 70.612 89.1) (end 70.612 89.662) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 2d02c3dc-e9f8-41f2-b283-4b72ac982add)) - (segment (start 107.5463 139.6432) (end 97.533337 139.6432) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 2fc18b6b-91bd-4cd4-8b89-6afe43e26ede)) - (segment (start 69.322 112.6) (end 70.612 111.31) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 3616c092-f505-4ea5-88b0-d77c8ec9dd39)) - (segment (start 90.805 121.92) (end 90.805 121.783) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 362631f6-db4f-48fa-a9fd-452870dfc478)) - (segment (start 104.229 63.5) (end 103.6665 64.0625) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 374d5912-3dca-420f-800a-32751ec33796)) - (segment (start 70.612 139.7) (end 70.612 144.018) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 376a9887-4755-4f5a-a031-924df5efc8f6)) - (segment (start 70.612 88.392) (end 70.612 95.8) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 39a910ec-6289-4792-aaf7-ba3851950092)) - (segment (start 70.612 139.954) (end 70.612 139.7) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 3b259394-46e5-42da-b0a5-0dc86b798f9a)) - (segment (start 111.0455 58.7805) (end 111.0455 58.0455) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 3c65c087-0f56-483a-970a-21f79eae0692)) - (segment (start 70.612 107.696) (end 70.612 108.712) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 3e1db8f4-e18e-455b-8f5e-0dd73efc3787)) - (segment (start 70.612 95.8) (end 70.612 107.442) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 3e8682bb-e7f9-4010-b071-1301502f6fd2)) - (segment (start 101.072811 93.122811) (end 95.327189 93.122811) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 41f6d2d7-4f49-4459-88ff-1da819ba3815)) - (segment (start 70.612 126.472) (end 70.612 126.238) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 420bb25e-b34d-4a87-915e-355f172b7420)) - (segment (start 108.946 91.948) (end 109.728 92.73) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 43be41d1-b013-493f-9cd3-f0d8f8d0ed3c)) - (segment (start 111.0455 127.508) (end 109.3535 129.2) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 44b006f2-3c13-415e-b80b-88e9a7bb85aa)) - (segment (start 101.669811 92.525811) (end 101.072811 93.122811) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 467fcdda-b04b-4a26-87a6-f1095aeea2d6)) - (segment (start 68.57 115.697) (end 68.57 113.352) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 49b9a5f7-df56-49d8-9071-fa0b6a7c648d)) - (segment (start 70.612 138.938) (end 70.612 139.7) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 4beceb3b-1f35-4efd-a82a-a90576136284)) - (segment (start 96.3265 140.850037) (end 98.996463 143.52) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 4c67f030-39a8-4678-977d-dd037b5e926e)) - (segment (start 70.612 82.012) (end 70.612 89.1) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 50a2e8e8-50eb-44a9-ace7-d7ab500776f2)) - (segment (start 70.612 88.392) (end 70.612 89.1) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 51087b74-07f5-4982-8781-9589c093c5e3)) - (segment (start 52.832 52.068) (end 52.832 56.388) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 538ba2f2-1464-4e4a-928f-93a139be2279)) - (segment (start 70.612 110.8) (end 70.612 125.6) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 54930e8f-2686-4907-8a8a-2ad35edd10cd)) - (segment (start 110.251582 144.8) (end 108.184 144.8) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 55838f85-0fec-4827-9376-79e0e723e658)) - (segment (start 104.308 51.308) (end 72.85 51.308) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 565f4245-d92f-43df-ac64-c8a156de78b7)) - (segment (start 70.676888 53.481112) (end 72.85 51.308) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 57582bc0-3f92-4437-8c08-7b704830792c)) - (segment (start 101.090771 93.122811) (end 103.913582 90.3) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 65bfcc0d-5b12-4a07-9f3d-770db3281d5d)) - (segment (start 69.088 145.278) (end 68.57 145.796) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 66b663ac-57e4-43c1-bd82-fc59e8ed3565)) - (segment (start 109.3535 129.2) (end 92.816 129.2) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 671b292f-bfda-4d95-8c8d-fdba8f29e2be)) - (segment (start 111.0455 62.738) (end 111.0455 89.65) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 695ff1e2-3dfc-4a58-a2cf-23b0230ec081)) - (segment (start 109.728 99.06) (end 108.204 100.584) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 69e1ac0b-015a-4ea7-afe2-7f8de895cadf)) - (segment (start 69.05 82.5) (end 69.05 85.118) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 6c406511-bad2-4fb6-be92-907c2a9c8f38)) - (segment (start 70.612 108.712) (end 70.612 109.21771) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 6da1090e-5822-4a15-90da-62ab9eb1215e)) - (segment (start 95.327189 93.122811) (end 92.476 95.974) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 6f57709c-404e-4c46-adf4-e122dc25fcef)) - (segment (start 92.476 95.974) (end 92.476 98.298) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 6fbdea7d-3fe2-4a60-8d24-dccf41587ccd)) - (segment (start 111.0455 59.436) (end 111.0455 62.738) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 7052cf48-a169-4638-b188-053ad36ff5e6)) - (segment (start 68.57 100.6475) (end 68.57 98.28) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 73fb9971-792f-435b-bb6a-04c894688915)) - (segment (start 70.612 138.938) (end 70.612 139.954) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 77d9964b-2c1f-4af6-8c6d-04a0f8d8c9ce)) - (segment (start 111.0455 62.430793) (end 109.976293 63.5) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 7d9122be-d9d3-47db-bacd-31b831850fe7)) - (segment (start 70.612 96.238) (end 70.612 95.8) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 7f801292-ddfc-4b0e-9347-e6415229269b)) - (segment (start 70.612 144.018) (end 71.882 145.288) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 812906a4-d07d-44e4-84a3-69d3c16f59b7)) - (segment (start 62.608 51.308) (end 62.55 51.25) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 85cc82a6-298a-4e70-a979-eea8dd61a18d)) - (segment (start 103.6665 66.3685) (end 102.6705 67.3645) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 86ad66c6-1952-4450-8475-cfa88f76734e)) - (segment (start 69.05 85.118) (end 68.57 85.598) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 87eb6869-145f-468e-8598-cac44cf3660a)) - (segment (start 69.45 97.4) (end 70.612 96.238) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 882d30c4-df6a-432c-be39-7b03e1f83151)) - (segment (start 103.913582 90.3) (end 109.5 90.3) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 8dabd80d-1e1f-463b-ac04-005d17b54883)) - (segment (start 68.57 98.28) (end 69.45 97.4) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 95d984a0-7449-486c-9df9-a5a0ebbdf204)) - (segment (start 108.946 90.854) (end 109.5 90.3) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 96647f36-d9ef-4c2e-912f-f78659c1320c)) - (segment (start 68.725 80.125) (end 68.2 79.6) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 96f21dcb-141b-4489-960b-4111cd91d4f4)) - (segment (start 92.816 129.2) (end 90.952 131.064) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 98eec778-441c-4c7e-b826-f4215062ede4)) - (segment (start 70.612 111.31) (end 70.612 110.8) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 9927f8be-8044-4905-9ded-489103e4745f)) - (segment (start 92.476 99.802) (end 88.138 104.14) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 9a025e4c-5733-4689-9ee0-b5f4208245f2)) - (segment (start 70.612 107.442) (end 70.612 107.696) (width 0.4064) (layer "B.Cu") (net 15) (tstamp 9c590e3f-124b-4ccf-9299-09fb41be7a27)) - (segment (start 111.0455 136.144) (end 111.0455 144.006082) (width 0.4064) (layer "B.Cu") (net 15) (tstamp a54c3d00-0572-426f-84ec-d90f4565f1fc)) - (segment (start 92.476 98.298) (end 92.476 99.802) (width 0.4064) (layer "B.Cu") (net 15) (tstamp a7deffe8-f3cb-4151-87b7-54e762628ea3)) - (segment (start 111.0455 89.65) (end 111.0455 127.508) (width 0.4064) (layer "B.Cu") (net 15) (tstamp b1449c7e-dd96-472d-a1b8-f02f070b1ef6)) - (segment (start 72.85 51.308) (end 62.608 51.308) (width 0.4064) (layer "B.Cu") (net 15) (tstamp b23049a4-4d67-4d33-97d3-5830d5e7e705)) - (segment (start 69.088 141.478) (end 69.088 145.278) (width 0.4064) (layer "B.Cu") (net 15) (tstamp c035ed78-1032-4df0-a18a-084c366dac86)) - (segment (start 70.7915 117.019494) (end 71.882 118.109994) (width 0.4064) (layer "B.Cu") (net 15) (tstamp c2c278f2-353d-4d17-9c3c-cf27be406bd2)) - (segment (start 111.0455 127.508) (end 111.0455 136.144) (width 0.4064) (layer "B.Cu") (net 15) (tstamp c60f24f5-99a9-4dfd-8177-800f7d93038e)) - (segment (start 109.728 92.73) (end 109.728 99.06) (width 0.4064) (layer "B.Cu") (net 15) (tstamp c6cc8f48-e91b-4786-8c2d-043f98cfa7b7)) - (segment (start 69.322 127.762) (end 69.322 129.9945) (width 0.4064) (layer "B.Cu") (net 15) (tstamp c968c75d-a68e-4be1-8045-3a14974dfa1a)) - (segment (start 69.05 82.5) (end 69.05 80.45) (width 0.4064) (layer "B.Cu") (net 15) (tstamp cb46e605-3ee2-4dd3-a8d7-d9f2e4a2e50e)) - (segment (start 108.184 144.8) (end 106.924 146.06) (width 0.4064) (layer "B.Cu") (net 15) (tstamp cc0e81ff-1cdf-45f7-9fc5-a27318e14d50)) - (segment (start 109.976293 63.5) (end 104.229 63.5) (width 0.4064) (layer "B.Cu") (net 15) (tstamp d09492ae-b570-4606-9687-1b599f037527)) - (segment (start 70.676888 55.118) (end 70.676888 53.481112) (width 0.4064) (layer "B.Cu") (net 15) (tstamp d48df4b5-15c1-458b-b9e0-fe99ac5a64a5)) - (segment (start 70.612 125.6) (end 70.612 126.472) (width 0.4064) (layer "B.Cu") (net 15) (tstamp d5ca790b-d204-4b4a-b415-b0ab343e5aac)) - (segment (start 108.204 100.584) (end 106.944 100.584) (width 0.4064) (layer "B.Cu") (net 15) (tstamp d715fe74-d908-444c-a6e7-cfb534f7bc98)) - (segment (start 111.0455 59.436) (end 111.0455 58.7805) (width 0.4064) (layer "B.Cu") (net 15) (tstamp d7508c73-df25-41ab-99c7-51add8f8abfd)) - (segment (start 111.0455 144.006082) (end 110.251582 144.8) (width 0.4064) (layer "B.Cu") (net 15) (tstamp d8359c86-cbc1-4954-a732-8acf36021f22)) - (segment (start 97.533337 139.6432) (end 96.3265 140.850037) (width 0.4064) (layer "B.Cu") (net 15) (tstamp de8c73be-1fee-4925-bb4f-2f11e69587e2)) - (segment (start 110.3955 90.3) (end 111.0455 89.65) (width 0.4064) (layer "B.Cu") (net 15) (tstamp df119671-a0a7-4501-9932-277df0838b8e)) - (segment (start 101.669811 92.525811) (end 101.669811 95.698189) (width 0.4064) (layer "B.Cu") (net 15) (tstamp dfdad92e-21e0-4a2c-99bf-d224e5270fd8)) - (segment (start 70.612 107.442) (end 70.612 110.8) (width 0.4064) (layer "B.Cu") (net 15) (tstamp ecdc121c-9f79-4057-923d-3cd4e63302d4)) - (segment (start 53.65 51.25) (end 62.55 51.25) (width 0.4064) (layer "B.Cu") (net 15) (tstamp edd062a9-bbdb-4708-ba16-6fabb82bed42)) - (segment (start 69.05 80.45) (end 68.725 80.125) (width 0.4064) (layer "B.Cu") (net 15) (tstamp efbb0581-1471-4f3b-9998-f56f0d53e9d9)) - (segment (start 70.612 89.662) (end 71.882 90.932) (width 0.4064) (layer "B.Cu") (net 15) (tstamp f2881421-fecd-4067-a84b-40f21331c6b8)) - (segment (start 68.2 79.6) (end 68.2 69.65) (width 0.4064) (layer "B.Cu") (net 15) (tstamp f3d1ed31-7f38-40f1-8b6c-4db39249583f)) - (segment (start 111.0455 59.436) (end 111.0455 62.430793) (width 0.4064) (layer "B.Cu") (net 15) (tstamp fd4b03a5-7a50-449e-a90d-4fad057ef743)) - (segment (start 70.612 126.238) (end 70.612 138.938) (width 0.4064) (layer "B.Cu") (net 15) (tstamp fdff9596-1d2c-4aad-a41e-7c5e419b0230)) - (segment (start 92.456 54.51) (end 92.456 57.05) (width 0.762) (layer "B.Cu") (net 16) (tstamp 5f9a6134-877a-443d-88f3-34cb3a3a66ef)) - (segment (start 94.996 54.51) (end 94.996 57.05) (width 0.762) (layer "B.Cu") (net 16) (tstamp 6f26d40c-faa8-4bf4-a720-fa35d9c5b289)) - (segment (start 66.548 96.52) (end 66.951622 96.52) (width 0.4064) (layer "B.Cu") (net 16) (tstamp 91871491-e5fa-46d9-b402-a15c22aee7b6)) - (segment (start 76.25 87.412653) (end 76.662 87.824653) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 072f072e-00f3-4f72-8314-4d343cbc5482)) - (segment (start 55.35 58.15) (end 55.35 78.622) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 1c4304fa-1c3c-4250-a856-f29ea27d6665)) - (segment (start 91.6 76.1) (end 93.935 76.1) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 1c44f38c-b59a-40e7-bf32-42d775c2b53c)) - (segment (start 108.1272 151.1478) (end 107.325 151.95) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 210a0b1f-de62-487f-831f-95035227ffbd)) - (segment (start 77.608 76.708) (end 80.264 76.708) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 28b1ee89-7018-472c-bf9c-3dac39f075fb)) - (segment (start 76.25 63.9) (end 76.25 75.35) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 29bcf20d-c8ec-4cf3-b6cc-67b1292d4522)) - (segment (start 64.282 74.422) (end 65.532 73.172) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 2bec5b7e-93cb-4afc-94b3-62ba4d727b58)) - (segment (start 106.924 143.52) (end 108.1272 144.7232) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 2f248952-9944-4536-9c66-4a6bb2c19626)) - (segment (start 55.35 58.15) (end 55.35 58.95) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 2f633b6d-d2ef-46e0-847f-6e925d890341)) - (segment (start 98.1208 91.8912) (end 98.1208 99.3808) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 30e6fecf-4a74-4e52-894e-d9448eb22357)) - (segment (start 110.85 86.9) (end 110.85 148.425) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 3281a3d6-d03f-4b4a-9702-88bfa4b351b1)) - (segment (start 100.913163 89.408) (end 99.643163 90.678) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 330b62d7-1af1-41a4-b19e-a2b65c35073d)) - (segment (start 76.835 53.975) (end 78.3 55.44) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 3a58fc4b-ab31-4251-8d02-b8f1d94b5b5c)) - (segment (start 99.334 90.678) (end 98.1208 91.8912) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 3c21148e-6eb0-40e1-a9bb-dde53233c2aa)) - (segment (start 100.9632 78.2968) (end 99.86 79.4) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 3e4ac2f1-8668-4a20-a67c-73a6f460b2d7)) - (segment (start 64.282 74.422) (end 64.282 57.408888) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 488a9766-9300-4dd4-8eb6-63919844ac37)) - (segment (start 110.85 76.706045) (end 109.259245 78.2968) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 551fbe3a-d6fc-4749-84fb-6dab0f421386)) - (segment (start 76.962574 102.615426) (end 76.942 102.615426) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 5ca07a11-ff51-48d6-ba5d-73b7dc7faa32)) - (segment (start 78.3 61.85) (end 76.25 63.9) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 5e89a103-1851-48d2-a58d-d2353acd3be3)) - (segment (start 65.526 72.384) (end 65.526 71.06) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 7061663e-5c08-49f7-8bb3-1a6f50d7a285)) - (segment (start 93.935 76.1) (end 95.0505 74.9845) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 7370e593-a5bd-4974-ab86-8709aa7aaa77)) - (segment (start 65.532 73.172) (end 65.532 72.39) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 761789be-dc42-40aa-9e59-8c811338649c)) - (segment (start 110.85 148.425) (end 107.325 151.95) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 763c8044-eda1-414a-b015-b44920fc49d9)) - (segment (start 56.7288 56.3212) (end 55.35 57.7) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 76db7da1-7d98-43cc-b1f7-9a174044bf23)) - (segment (start 108.1272 144.7232) (end 108.1272 151.1478) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 76f17ba7-d1b1-4742-badf-3dbe270cfcd8)) - (segment (start 83.372 73.6) (end 89.1 73.6) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 80a44aeb-08cd-44de-82a6-d8af30698df2)) - (segment (start 76.835 53.975) (end 76.135 53.275) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 8265bb32-fa79-4711-8298-4e1e6a00a068)) - (segment (start 64.282 57.408888) (end 66.572888 55.118) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 835d5081-33a1-417f-93a4-d39320f8868c)) - (segment (start 80.518 99.06) (end 76.962574 102.615426) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 84500d16-2d79-4c35-a882-69e4b32125df)) - (segment (start 66.572888 55.118) (end 65.369688 56.3212) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 8c4cb484-4308-4bae-abe8-1304cac5d8e6)) - (segment (start 89.1 73.6) (end 91.6 76.1) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 91132470-fb0d-41d3-9bc1-84b343c911e2)) - (segment (start 69.314801 51.081199) (end 103.346199 51.081199) (width 0.4064) (layer "F.Cu") (net 17) (tstamp 9af9d208-ec9e-4d97-8412-3a9594030765)) - (segment (start 99.643163 90.678) (end 99.334 90.678) (width 0.4064) (layer "F.Cu") (net 17) (tstamp a0dea4e7-387a-43a8-a6fc-68c13af2f1d8)) - (segment (start 78.3 55.44) (end 78.3 61.85) (width 0.4064) (layer "F.Cu") (net 17) (tstamp a44f4e67-b601-49c6-9376-de9b23eb2d9b)) - (segment (start 108.342 89.408) (end 100.913163 89.408) (width 0.4064) (layer "F.Cu") (net 17) (tstamp ab3a6770-ef82-4990-a5b3-b71154b2e4c5)) - (segment (start 76.25 75.35) (end 76.25 87.412653) (width 0.4064) (layer "F.Cu") (net 17) (tstamp ab8aaf29-faaa-46d0-ba59-e1c73456abc1)) - (segment (start 98.1208 99.3808) (end 99.324 100.584) (width 0.4064) (layer "F.Cu") (net 17) (tstamp ae8c801f-85d0-43d7-8a9b-9ea2f9f71ffe)) - (segment (start 55.35 78.622) (end 58.928 82.2) (width 0.4064) (layer "F.Cu") (net 17) (tstamp b083b2ac-8edf-4155-9d54-abf08193058f)) - (segment (start 103.346199 51.081199) (end 110.85 58.585) (width 0.4064) (layer "F.Cu") (net 17) (tstamp bd12572c-89dd-4c30-b2d1-c755bfe9453d)) - (segment (start 65.532 72.39) (end 65.526 72.384) (width 0.4064) (layer "F.Cu") (net 17) (tstamp c1e95995-2530-4034-9a46-0e9005b10178)) - (segment (start 80.264 76.708) (end 83.372 73.6) (width 0.4064) (layer "F.Cu") (net 17) (tstamp c4dae2d1-74d7-40b6-96e5-6155dabcb613)) - (segment (start 65.369688 56.3212) (end 56.7288 56.3212) (width 0.4064) (layer "F.Cu") (net 17) (tstamp cabcfa24-1d9c-4a88-8803-858589552dcd)) - (segment (start 55.35 57.7) (end 55.35 58.15) (width 0.4064) (layer "F.Cu") (net 17) (tstamp cbc16cf9-0293-48a4-8396-173644064b3d)) - (segment (start 76.25 75.35) (end 77.608 76.708) (width 0.4064) (layer "F.Cu") (net 17) (tstamp cbf60fa5-9466-4c86-a446-f7c759f133e5)) - (segment (start 109.259245 78.2968) (end 100.9632 78.2968) (width 0.4064) (layer "F.Cu") (net 17) (tstamp dee0e8ca-c4a4-4d5e-900a-3904cffcfacd)) - (segment (start 76.135 53.275) (end 70.138888 53.275) (width 0.4064) (layer "F.Cu") (net 17) (tstamp e298884b-2fd0-49d5-a062-fd137eccd3c4)) - (segment (start 68.295888 55.118) (end 70.138888 53.275) (width 0.4064) (layer "F.Cu") (net 17) (tstamp e9057547-e2d1-40a2-86a7-32765b32e48d)) - (segment (start 68.295888 55.118) (end 66.572888 55.118) (width 0.4064) (layer "F.Cu") (net 17) (tstamp eb3e0fbb-f438-438a-9dae-f40b423e1743)) - (segment (start 110.85 86.9) (end 110.85 72.4) (width 0.4064) (layer "F.Cu") (net 17) (tstamp ec3beb82-4035-4ff0-816b-d543fda669fc)) - (segment (start 110.85 86.9) (end 108.342 89.408) (width 0.4064) (layer "F.Cu") (net 17) (tstamp ee777919-7a3a-4b2f-b318-b77b9650840c)) - (segment (start 66.572888 55.118) (end 66.572888 53.823112) (width 0.4064) (layer "F.Cu") (net 17) (tstamp f38963ba-80f0-4cf8-ab94-db00d3ff08f8)) - (segment (start 110.85 58.585) (end 110.85 72.4) (width 0.4064) (layer "F.Cu") (net 17) (tstamp f5deabe7-0677-43a3-b330-fda3d9849cf3)) - (segment (start 110.85 72.4) (end 110.85 76.706045) (width 0.4064) (layer "F.Cu") (net 17) (tstamp f6dba7e8-2191-41e6-94a6-2429cf0ec732)) - (segment (start 55.35 58.95) (end 52.832 61.468) (width 0.4064) (layer "F.Cu") (net 17) (tstamp f77fb5b2-727c-4612-bf0f-027304ababc6)) - (segment (start 66.572888 53.823112) (end 69.314801 51.081199) (width 0.4064) (layer "F.Cu") (net 17) (tstamp fdf64c06-cb65-4f2c-bca3-71bf1c4a208b)) - (via (at 58.928 82.2) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 17) (tstamp 76d3b282-9ef9-4d65-8a84-10fac590878c)) - (via (at 76.662 87.824653) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 17) (tstamp e0ce994a-6cb0-487c-99f9-479332b90121)) - (segment (start 60.95 123.317) (end 60.95 125.78) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 02da72d7-20ea-4dbe-8bce-94e171efa68c)) - (segment (start 60.238 154.128) (end 60.95 153.416) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 12297f9c-b4e8-4be5-acfa-fd8f818bae9b)) - (segment (start 60.238 139.0785) (end 60.95 138.3665) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 1899b5bb-f799-4780-acb1-31324f21693c)) - (segment (start 60.218 96.52) (end 58.948 95.25) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 2135f567-7937-4f33-b8b4-f9ba13846655)) - (segment (start 60.218 96.52) (end 60.218 93.95) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 2dc2cb4b-a739-476a-b0af-2005dffb4e97)) - (segment (start 76.942 125.73) (end 78.25 124.422) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 30b96904-c860-434d-a852-fded6041505f)) - (segment (start 80.518 122.154) (end 80.518 121.656) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 337b10f3-f9f5-4964-af5f-ef09ebd3a520)) - (segment (start 60.238 141.478) (end 58.928 140.168) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 34381c00-b6d8-4cda-98e8-b40b5003012d)) - (segment (start 58.928 109.982) (end 58.928 124.46) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 3d55d391-bb1d-4421-8c24-72c145ec683e)) - (segment (start 76.942 125.73) (end 78.232 125.73) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 3e5fdda3-dd39-4673-84a7-512129cafdb3)) - (segment (start 58.928 110.216) (end 58.928 109.982) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 418f76cf-e733-404d-be4a-03de07dc2ff7)) - (segment (start 60.238 141.478) (end 60.238 139.0785) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 4dc44875-c8ca-49e8-98ad-03f43bc8fe0f)) - (segment (start 58.928 155.154) (end 60.238 156.464) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 4ff82de5-8eac-4964-ba39-86de8a2ae040)) - (segment (start 60.218 93.95) (end 60.95 93.218) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 5355c1b2-3b9b-4c8f-b069-d7d2c9dd05b5)) - (segment (start 60.95 125.78) (end 60.238 126.492) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 5af7d16f-db27-4fd6-9147-0e7987fcc1c4)) - (segment (start 60.238 156.464) (end 60.238 154.128) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 6111c449-af0d-49c5-9d49-92fa09448544)) - (segment (start 79.111 124.851) (end 79.111 123.561) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 6533cddb-e148-4ae0-b8d7-b46e4a96bbc5)) - (segment (start 58.928 125.182) (end 58.928 124.46) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 788bf167-e319-4db4-bded-805127edb54a)) - (segment (start 60.238 126.492) (end 58.928 125.182) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 8007c6db-cd34-4f3f-a062-1c9032924dd1)) - (segment (start 58.928 139.192) (end 58.928 155.154) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 8990a7d0-2bd8-444a-b3cc-133b9a87f171)) - (segment (start 79.111 123.561) (end 80.518 122.154) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 8a03938c-2c78-4f16-a0b0-c21c0f41f635)) - (segment (start 58.948 95.25) (end 58.928 95.25) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 8c06e67c-73fb-43e3-b4d3-a8eaee93a481)) - (segment (start 78.25 100.7) (end 78.25 101.307426) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 8dac45c5-8bf9-4b6f-9fb1-5ae372288ac7)) - (segment (start 60.218 111.506) (end 60.218 108.9995) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 9d32531f-40fd-4228-b0ee-3e8dabaaeff8)) - (segment (start 78.25 89.412653) (end 78.25 100.7) (width 0.4064) (layer "B.Cu") (net 17) (tstamp 9e4df111-d5f5-4a7b-8ef3-9ff47baf7f51)) - (segment (start 60.218 108.9995) (end 60.95 108.2675) (width 0.4064) (layer "B.Cu") (net 17) (tstamp aaec0386-6b94-4f8c-a822-3861cbe568d1)) - (segment (start 78.25 101.307426) (end 76.942 102.615426) (width 0.4064) (layer "B.Cu") (net 17) (tstamp b69b97ba-1c5b-4301-8de4-6264261ebb67)) - (segment (start 58.928 124.46) (end 58.928 139.192) (width 0.4064) (layer "B.Cu") (net 17) (tstamp c06c2e41-c2db-4ac6-98eb-5e506da54920)) - (segment (start 78.25 100.7) (end 78.25 124.422) (width 0.4064) (layer "B.Cu") (net 17) (tstamp ddb072c1-2cbd-4b38-8cb7-b598373515c4)) - (segment (start 58.928 140.168) (end 58.928 139.192) (width 0.4064) (layer "B.Cu") (net 17) (tstamp e001ab1a-e3fd-4ab7-9bcd-7515366c0aa3)) - (segment (start 60.218 111.506) (end 58.928 110.216) (width 0.4064) (layer "B.Cu") (net 17) (tstamp e5ff6f5d-88c3-4666-8747-71b747cdd775)) - (segment (start 76.662 87.824653) (end 78.25 89.412653) (width 0.4064) (layer "B.Cu") (net 17) (tstamp edd067d9-3aa8-40e5-880a-8006d0376227)) - (segment (start 78.232 125.73) (end 79.111 124.851) (width 0.4064) (layer "B.Cu") (net 17) (tstamp f5b56eb6-213c-4080-a9ea-f74418817bc1)) - (segment (start 58.928 95.25) (end 58.928 82.2) (width 0.4064) (layer "B.Cu") (net 17) (tstamp f777d546-2a9c-4e65-a34f-61a5d5bfc059)) - (segment (start 58.928 95.25) (end 58.928 109.982) (width 0.4064) (layer "B.Cu") (net 17) (tstamp fe21c0a2-0434-42a6-b63a-d5203cd4ad14)) - (segment (start 96.015129 127.806723) (end 96.015129 123.19) (width 0.4064) (layer "F.Cu") (net 18) (tstamp df093b42-09ed-4eb8-a115-81991f37beb3)) - (segment (start 71.993 124.2) (end 68.57 120.777) (width 0.4064) (layer "F.Cu") (net 19) (tstamp 0be6a6de-e7a9-4e23-8d6d-04ed8e3c6f12)) - (segment (start 88.138 121.656) (end 84.344 125.45) (width 0.4064) (layer "F.Cu") (net 19) (tstamp 18100e40-84e6-4ea5-8bc2-01b4e7049d29)) - (segment (start 98.614 121.474) (end 95.191129 121.474) (width 0.4064) (layer "F.Cu") (net 19) (tstamp 20b51004-878f-4914-88d0-16d488f6aa91)) - (segment (start 77.2 124.2) (end 71.993 124.2) (width 0.4064) (layer "F.Cu") (net 19) (tstamp 57e9b42d-adcf-44a2-b734-d4c691a3bcde)) - (segment (start 99.314 122.174) (end 98.614 121.474) (width 0.4064) (layer "F.Cu") (net 19) (tstamp 75201868-4f30-4a0e-b941-a804f59fa0c3)) - (segment (start 84.344 125.45) (end 78.45 125.45) (width 0.4064) (layer "F.Cu") (net 19) (tstamp 8348c9fe-ef2c-496b-b929-9ae8900bc036)) - (segment (start 95.191129 121.474) (end 93.475129 123.19) (width 0.4064) (layer "F.Cu") (net 19) (tstamp a1894c4b-bcce-4669-b29f-688997228d42)) - (segment (start 78.45 125.45) (end 77.2 124.2) (width 0.4064) (layer "F.Cu") (net 19) (tstamp d00814e8-49ea-44c4-9550-e5fb1ae74585)) - (segment (start 88.138 121.656) (end 89.672 123.19) (width 0.4064) (layer "B.Cu") (net 19) (tstamp 0e3b9ab7-6026-4d8d-af8c-0f28201614fc)) - (segment (start 89.672 123.19) (end 93.475129 123.19) (width 0.4064) (layer "B.Cu") (net 19) (tstamp bc46dbbb-6080-4031-881f-4d7c60e88557)) - (segment (start 99.304 127.264) (end 99.314 127.254) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 0b188ac4-0e48-4c38-962c-a0ee363484b6)) - (segment (start 99.304 130.82) (end 96.488406 130.82) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 0e394be8-b5c0-44d0-bba3-8bc1e6e899ae)) - (segment (start 70.366 118.237) (end 75.0322 122.9032) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 19c01de9-58db-4887-b634-2c9930dc15f2)) - (segment (start 82.0968 122.9032) (end 84.598 120.402) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 409db6fb-e85a-4995-80f1-57ee8b7ebed3)) - (segment (start 68.57 118.237) (end 70.366 118.237) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 47902c54-2b1c-4bc6-a7d6-06405739eb0c)) - (segment (start 75.0322 122.9032) (end 82.0968 122.9032) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 6686f232-8791-4b46-a10f-350b3626b44b)) - (segment (start 91.6077 121.58751) (end 91.6077 125.939294) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 68f791bc-e6e8-4db6-bf73-85339842ed2f)) - (segment (start 84.598 120.402) (end 90.42219 120.402) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 72bd1261-4887-49db-8db8-aecaa83e3fcf)) - (segment (start 96.488406 130.82) (end 93.475129 127.806723) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 8fed1fd1-3455-4f1e-893d-0d09966efcae)) - (segment (start 99.304 130.82) (end 99.304 127.264) (width 0.4064) (layer "F.Cu") (net 20) (tstamp 9d8eca16-570e-445e-bc0d-cea0bc3cb052)) - (segment (start 91.6077 125.939294) (end 93.475129 127.806723) (width 0.4064) (layer "F.Cu") (net 20) (tstamp b5019b52-a93d-4538-8efc-c4cf87cac1d0)) - (segment (start 90.42219 120.402) (end 91.6077 121.58751) (width 0.4064) (layer "F.Cu") (net 20) (tstamp f8e1987d-3f24-40dc-9b3b-6714839771c2)) - (segment (start 94.84 83) (end 91.04 79.2) (width 0.4064) (layer "F.Cu") (net 21) (tstamp 27dc4881-4c03-4b5c-b9b8-5c92f0d52d2a)) - (segment (start 91.04 79.2) (end 87.38 79.2) (width 0.4064) (layer "F.Cu") (net 21) (tstamp 296b4f86-3d4d-4574-8650-dbdfe80db4ac)) - (segment (start 84.024601 51.865399) (end 81.915 53.975) (width 0.762) (layer "F.Cu") (net 22) (tstamp 5f518aca-3802-4229-9b1d-2fdad91c7bc3)) - (segment (start 97.431399 51.865399) (end 84.024601 51.865399) (width 0.762) (layer "F.Cu") (net 22) (tstamp 62afaa69-79ce-41fc-b87a-1d3ce74d67e0)) - (segment (start 100.076 54.51) (end 97.431399 51.865399) (width 0.762) (layer "F.Cu") (net 22) (tstamp f6fb639f-b1f6-46a1-bff2-84072490b63f)) - (segment (start 100.076 54.51) (end 100.076 57.05) (width 0.762) (layer "B.Cu") (net 22) (tstamp 40bafcfe-b3a6-4315-9b10-9ced5ef1223f)) - (segment (start 96.105 53.079) (end 86.621 53.079) (width 0.762) (layer "F.Cu") (net 23) (tstamp 0d8fa63f-0a33-46e2-b108-2d54becf6f4e)) - (segment (start 86.621 53.079) (end 82.042 57.658) (width 0.762) (layer "F.Cu") (net 23) (tstamp 1271e681-7909-4ed8-b40c-7d7bf7d2746a)) - (segment (start 97.536 54.51) (end 96.105 53.079) (width 0.762) (layer "F.Cu") (net 23) (tstamp 6efdf95c-c8b7-46e4-8700-45b1de573880)) - (segment (start 97.536 54.51) (end 97.536 57.05) (width 0.762) (layer "B.Cu") (net 23) (tstamp f309ffc8-d3e0-49be-9630-0e59a8b6f474)) - (segment (start 76.720161 52.3) (end 79.7 55.279839) (width 0.4064) (layer "F.Cu") (net 24) (tstamp 1db80a38-d438-4510-b8f0-bbd819ed5693)) - (segment (start 80.9 59) (end 87.966 59) (width 0.4064) (layer "F.Cu") (net 24) (tstamp 4aa76347-f940-4c68-901c-7de945b920db)) - (segment (start 79.7 57.8) (end 80.9 59) (width 0.4064) (layer "F.Cu") (net 24) (tstamp 4dec072e-6d26-4497-b653-ec4e0563c134)) - (segment (start 70.5 52.3) (end 76.720161 52.3) (width 0.4064) (layer "F.Cu") (net 24) (tstamp 5df4e7f6-37fe-4c95-9fc3-1aa6cc4893d5)) - (segment (start 79.7 55.279839) (end 79.7 57.8) (width 0.4064) (layer "F.Cu") (net 24) (tstamp 5ef9822c-1323-428b-b9f3-7cb0f9a23d17)) - (segment (start 87.966 59) (end 89.916 57.05) (width 0.4064) (layer "F.Cu") (net 24) (tstamp fd3cb03c-a317-4973-99da-6ebe0788c9ec)) - (via (at 70.5 52.3) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 24) (tstamp 89bb4285-0c14-4c93-9f63-a8058e320c87)) - (segment (start 54.1 53.8) (end 55.55 52.35) (width 0.4064) (layer "B.Cu") (net 24) (tstamp 35368f1d-0b7e-4945-9954-7559af0df3bd)) - (segment (start 70.45 52.35) (end 70.5 52.3) (width 0.4064) (layer "B.Cu") (net 24) (tstamp 5d7f284c-1d57-4364-b70e-4cc5d6a60a77)) - (segment (start 54.1 57.66) (end 54.1 53.8) (width 0.4064) (layer "B.Cu") (net 24) (tstamp b872eaa1-215c-4ebe-ad8a-7383c5741d63)) - (segment (start 89.916 54.51) (end 89.916 57.05) (width 0.762) (layer "B.Cu") (net 24) (tstamp d67811e4-2d64-4cb6-9391-eaf0db53796f)) - (segment (start 55.55 52.35) (end 70.45 52.35) (width 0.4064) (layer "B.Cu") (net 24) (tstamp e54a36da-b2bd-4705-86c2-430fa7505b1c)) - (segment (start 52.832 58.928) (end 54.1 57.66) (width 0.4064) (layer "B.Cu") (net 24) (tstamp f0532dc3-845c-48f0-aefd-b18d5fdfc57c)) - (segment (start 52.832 66.548) (end 51.5 67.88) (width 0.4064) (layer "F.Cu") (net 25) (tstamp 14db9ef4-a0df-4d93-9b5f-43c7066c7cf3)) - (segment (start 51.5 67.88) (end 51.5 96.378) (width 0.4064) (layer "F.Cu") (net 25) (tstamp a9af115a-f450-4b68-890a-6aabf1d36f96)) - (segment (start 51.5 96.378) (end 52.658 97.536) (width 0.4064) (layer "F.Cu") (net 25) (tstamp b53c8599-4726-4cf5-b8c3-c8c502d13df0)) - (segment (start 82.042 64.367339) (end 82.042 72.0235) (width 0.4064) (layer "F.Cu") (net 26) (tstamp 4f8433ac-3ab6-496e-ae68-fc637ffcddd2)) - (segment (start 83.559339 62.85) (end 82.042 64.367339) (width 0.4064) (layer "F.Cu") (net 26) (tstamp 66e95209-3f7d-4f75-8e13-8965a80ba5af)) - (segment (start 109.474 67.31) (end 105.014 62.85) (width 0.4064) (layer "F.Cu") (net 26) (tstamp 93b9747c-2b2b-4bed-9a7c-b6451c812f3d)) - (segment (start 82.042 72.0235) (end 78.647 75.4185) (width 0.4064) (layer "F.Cu") (net 26) (tstamp a26e866e-ebab-4e2e-a2eb-f472b93f2c0c)) - (segment (start 105.014 62.85) (end 83.559339 62.85) (width 0.4064) (layer "F.Cu") (net 26) (tstamp d1b055f2-492b-46f6-9c53-6410c8eaad4b)) - (segment (start 78.647 62.503) (end 78.647 64.2425) (width 0.4064) (layer "F.Cu") (net 27) (tstamp 0cfeaa6c-acb3-45bf-a8a9-1d8db8e19b5e)) - (segment (start 109.214 59.95) (end 81.2 59.95) (width 0.4064) (layer "F.Cu") (net 27) (tstamp 74703b41-278b-4761-995e-4e3b83c06ff9)) - (segment (start 109.474 59.69) (end 109.214 59.95) (width 0.4064) (layer "F.Cu") (net 27) (tstamp 90582b95-4bdf-4d15-b673-795e980237e8)) - (segment (start 81.2 59.95) (end 78.647 62.503) (width 0.4064) (layer "F.Cu") (net 27) (tstamp b1a40987-8f86-4b73-8c7f-4f8a154741a2)) - (segment (start 108.204 60.96) (end 83.566 60.96) (width 0.4064) (layer "F.Cu") (net 28) (tstamp 4ad40139-b9a4-4a09-a04b-7e73df9c5141)) - (segment (start 109.474 62.23) (end 108.204 60.96) (width 0.4064) (layer "F.Cu") (net 28) (tstamp 8f57f304-ab9b-4826-b115-c5e2e84f15f2)) - (segment (start 78.647 65.879) (end 78.647 67.7985) (width 0.4064) (layer "F.Cu") (net 28) (tstamp d7861f51-c3cf-444d-9432-341964e825d4)) - (segment (start 83.566 60.96) (end 78.647 65.879) (width 0.4064) (layer "F.Cu") (net 28) (tstamp db1c4185-5618-4c03-98c1-4da7237ff5e3)) - (segment (start 109.474 64.77) (end 106.704 62) (width 0.4064) (layer "F.Cu") (net 29) (tstamp 09bfaed9-931f-49a6-9e37-5ba96683a833)) - (segment (start 83.5 62) (end 81.026 64.474) (width 0.4064) (layer "F.Cu") (net 29) (tstamp 77bc14c1-ae2c-430c-92ed-be650f14688e)) - (segment (start 106.704 62) (end 83.5 62) (width 0.4064) (layer "F.Cu") (net 29) (tstamp b69f7023-3c88-4cbb-b532-4082ed1bccda)) - (segment (start 81.026 68.9755) (end 78.647 71.3545) (width 0.4064) (layer "F.Cu") (net 29) (tstamp f60f461b-caf1-46d5-9c90-46304ee11857)) - (segment (start 81.026 64.474) (end 81.026 68.9755) (width 0.4064) (layer "F.Cu") (net 29) (tstamp fbcd0d19-203d-452c-a9a0-7c9c91004019)) - (segment (start 53.678666 69.088) (end 52.832 69.088) (width 0.4064) (layer "B.Cu") (net 30) (tstamp c7d8ba87-412a-48ea-9d75-5ea94fa46c66)) - (segment (start 56.896 65.870666) (end 53.678666 69.088) (width 0.4064) (layer "B.Cu") (net 30) (tstamp e301e790-8702-4ff5-9240-518860fce982)) - (segment (start 54.948668 69.511332) (end 52.832 71.628) (width 0.4064) (layer "B.Cu") (net 31) (tstamp c4334476-4c2f-4c56-b652-0a00689749c2)) - (segment (start 56.896 69.511332) (end 54.948668 69.511332) (width 0.4064) (layer "B.Cu") (net 31) (tstamp f391accb-f6f5-4b2b-9d0a-e8aab8184383)) - (segment (start 63.632 83.2) (end 68.57 88.138) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 18b2aaf6-a084-41a8-bc4d-bf3aab73bf21)) - (segment (start 56.3392 149.5392) (end 53.8032 147.0032) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 2019e0de-9e2b-4620-b6ad-64d26d1ea137)) - (segment (start 68.57 90.678) (end 69.6432 89.6048) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 28b4b22f-6181-43a6-aae0-9068f745e9b3)) - (segment (start 52.832 74.168) (end 52.832 79.182) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 59daffd4-3010-45eb-9405-05017c8a4eb4)) - (segment (start 52.832 79.182) (end 56.85 83.2) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 5e5d28b4-fb30-4c56-aeef-8d8f3ffabd8a)) - (segment (start 91.816961 89.5468) (end 96.4265 94.156339) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 6985a584-1d38-4e9f-aad4-2c63555156be)) - (segment (start 96.2 150.2) (end 94.063 148.063) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 6b6ecee8-5d05-47fa-9ecb-a63945fa73c5)) - (segment (start 106.924 130.82) (end 104.25 133.494) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 77ac8fe5-411d-481b-b9fe-d89e085b2062)) - (segment (start 56.85 83.2) (end 63.632 83.2) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 7beaa98c-b449-4fae-bbfa-158770758c0b)) - (segment (start 78.182153 148.063) (end 76.705953 149.5392) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 7e9fa8ca-01bd-4d3e-943b-63b61658ce47)) - (segment (start 76.705953 149.5392) (end 56.3392 149.5392) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 7fce9392-d815-440b-a71f-18d260129caa)) - (segment (start 96.4265 94.156339) (end 96.4265 94.488) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 83173f10-1df0-4c74-9551-d928a601a9a8)) - (segment (start 90.903039 89.5468) (end 91.816961 89.5468) (width 0.4064) (layer "F.Cu") (net 32) (tstamp 8bede8c8-aa7a-4adc-aa89-2d99dc10983b)) - (segment (start 53.8032 147.0032) (end 53.8032 147) (width 0.4064) (layer "F.Cu") (net 32) (tstamp a9ebf786-500e-4ff1-8440-642cc4a1b575)) - (segment (start 101.35 150.2) (end 96.2 150.2) (width 0.4064) (layer "F.Cu") (net 32) (tstamp b1959a85-a4c7-43e4-b545-f8b6282118d9)) - (segment (start 90.845039 89.6048) (end 90.903039 89.5468) (width 0.4064) (layer "F.Cu") (net 32) (tstamp bf1e915e-9a84-488d-ad95-dbc0ff4c6617)) - (segment (start 69.6432 89.6048) (end 90.845039 89.6048) (width 0.4064) (layer "F.Cu") (net 32) (tstamp cc7618c7-2b43-483a-96cc-d2fbb7e78f5b)) - (segment (start 94.063 148.063) (end 78.182153 148.063) (width 0.4064) (layer "F.Cu") (net 32) (tstamp ce715cfc-9b05-4873-90a2-f0fa36f761a4)) - (segment (start 68.57 88.138) (end 68.57 90.678) (width 0.4064) (layer "F.Cu") (net 32) (tstamp d0018cfe-9bf6-4d82-ba75-4df6dfacdcbd)) - (segment (start 104.25 133.494) (end 104.25 147.3) (width 0.4064) (layer "F.Cu") (net 32) (tstamp f705e00f-6465-463f-8a17-8171b8281b8f)) - (segment (start 104.25 147.3) (end 101.35 150.2) (width 0.4064) (layer "F.Cu") (net 32) (tstamp f9310275-ddd2-42a0-b660-f0cf4f8663a4)) - (via (at 53.8032 147) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 32) (tstamp 45052b04-906d-47e4-ae94-14eacc745951)) - (segment (start 51.4 75.6) (end 51.4 144.618) (width 0.4064) (layer "B.Cu") (net 32) (tstamp 3036b5fd-e1be-4e9e-8a93-683e109a8a8f)) - (segment (start 52.832 74.168) (end 51.4 75.6) (width 0.4064) (layer "B.Cu") (net 32) (tstamp 6f27de06-43d2-4bb5-b61f-a5567f073083)) - (segment (start 51.4 144.618) (end 53.782 147) (width 0.4064) (layer "B.Cu") (net 32) (tstamp 9b28a78e-5af6-49d8-8db6-746a210435b2)) - (segment (start 53.782 147) (end 53.8032 147) (width 0.4064) (layer "B.Cu") (net 32) (tstamp e94bbddd-eff5-4b2d-8af7-1561f8a98aa9)) - (segment (start 100.5072 146.558382) (end 99.802382 147.2632) (width 0.4064) (layer "F.Cu") (net 33) (tstamp 0605ef96-7c51-4440-bbbb-e9527a368da0)) - (segment (start 63.4932 147.1328) (end 62.1564 145.796) (width 0.4064) (layer "F.Cu") (net 33) (tstamp 1d90cf0a-5839-4aca-bd24-677e7e1b70cf)) - (segment (start 69.198782 147.2632) (end 69.068382 147.1328) (width 0.4064) (layer "F.Cu") (net 33) (tstamp 24dc7550-9e9b-4956-ae1b-f5d9ed53f10a)) - (segment (start 69.068382 147.1328) (end 63.4932 147.1328) (width 0.4064) (layer "F.Cu") (net 33) (tstamp 25a000dc-8e7b-46f8-864d-dc504a6f5019)) - (segment (start 106.944 113.284) (end 104.648 115.58) (width 0.4064) (layer "F.Cu") (net 33) (tstamp 435211e7-1320-4e59-a54a-db890237ca94)) - (segment (start 60.95 148.336) (end 60.95 145.796) (width 0.4064) (layer "F.Cu") (net 33) (tstamp 6d71247b-bebf-4034-a117-b2301601411a)) - (segment (start 62.1564 145.796) (end 60.95 145.796) (width 0.4064) (layer "F.Cu") (net 33) (tstamp 72238ada-b031-49c7-9aab-38ab3c18fd97)) - (segment (start 99.802382 147.2632) (end 69.198782 147.2632) (width 0.4064) (layer "F.Cu") (net 33) (tstamp b9f1101e-ed87-452c-a48d-76ac4ee3d315)) - (segment (start 104.648 115.58) (end 104.648 121.158) (width 0.4064) (layer "F.Cu") (net 33) (tstamp cb9f083b-d896-46b2-9e1f-54c7403c22fe)) - (segment (start 105.85 122.36) (end 105.85 127.4) (width 0.4064) (layer "F.Cu") (net 33) (tstamp e4a5e2b2-70f3-4e19-acaf-172e8c1aae72)) - (segment (start 105.85 127.4) (end 100.5072 132.7428) (width 0.4064) (layer "F.Cu") (net 33) (tstamp efc2b084-5a4f-4f48-9a40-594cbe30aff7)) - (segment (start 100.5072 132.7428) (end 100.5072 146.558382) (width 0.4064) (layer "F.Cu") (net 33) (tstamp f14d222c-c13b-4818-9907-1313bc804982)) - (segment (start 104.648 121.158) (end 105.85 122.36) (width 0.4064) (layer "F.Cu") (net 33) (tstamp f2c22a5e-6589-4cc8-9204-82c4a8cd852d)) - (segment (start 106.172 121.158) (end 109.474 124.46) (width 0.4064) (layer "B.Cu") (net 33) (tstamp 257220da-0268-4515-a40b-17c9e6d21754)) - (segment (start 104.648 121.158) (end 106.172 121.158) (width 0.4064) (layer "B.Cu") (net 33) (tstamp cf71b74e-5a80-4de4-ad3d-b09c326c4e52)) - (segment (start 100.594 94.234) (end 99.324 95.504) (width 0.4064) (layer "F.Cu") (net 34) (tstamp 11b4de37-3372-4885-8b55-c1cb6fc45cf6)) - (segment (start 109.474 96.024) (end 107.684 94.234) (width 0.4064) (layer "F.Cu") (net 34) (tstamp 1aa6b45e-4e70-40a9-8d62-8abd5672c3d8)) - (segment (start 102.108 132.342) (end 102.108 146.812) (width 0.4064) (layer "F.Cu") (net 34) (tstamp 300fc0b1-7405-4048-b0fe-2f48ff5fc216)) - (segment (start 109.474 116.84) (end 109.474 96.024) (width 0.4064) (layer "F.Cu") (net 34) (tstamp 7b275211-2a0a-400b-8aab-6d95654b6e75)) - (segment (start 107.684 94.234) (end 100.594 94.234) (width 0.4064) (layer "F.Cu") (net 34) (tstamp 82af2692-7f7b-4737-9997-f162b808ebec)) - (segment (start 109.474 116.84) (end 106.85 119.464) (width 0.4064) (layer "F.Cu") (net 34) (tstamp dc43ce93-a47b-4489-ba38-4373842a3075)) - (segment (start 106.85 127.6) (end 102.108 132.342) (width 0.4064) (layer "F.Cu") (net 34) (tstamp e15c1043-565f-4ae5-b490-12c9af70e728)) - (segment (start 106.85 119.464) (end 106.85 127.6) (width 0.4064) (layer "F.Cu") (net 34) (tstamp fa836b41-6bdf-410c-a4d3-c0a3418f1f35)) - (via (at 102.108 146.812) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 34) (tstamp fd04d8aa-3b39-4729-9c0f-1a7f6e7d18cb)) - (segment (start 103.896 148.6) (end 102.108 146.812) (width 0.4064) (layer "B.Cu") (net 34) (tstamp 5d99847b-809c-482f-beba-c60e6ce3e7b8)) - (segment (start 106.924 148.6) (end 103.896 148.6) (width 0.4064) (layer "B.Cu") (net 34) (tstamp 8c25c542-516c-4236-b3aa-a3f3418bd2eb)) - (segment (start 109.474 119.38) (end 108 120.854) (width 0.4064) (layer "F.Cu") (net 35) (tstamp 5cb3cfcb-401c-4219-b7cd-c8018b1be554)) - (segment (start 103.25 132.45) (end 103.25 146.811604) (width 0.4064) (layer "F.Cu") (net 35) (tstamp 6391c7c6-5bb1-48b5-94ee-0bed68e46ee0)) - (segment (start 108.7536 114.9792) (end 108.6708 115.062) (width 0.4064) (layer "F.Cu") (net 35) (tstamp 655c500e-e419-4ff0-bfb7-4ef7e7b97f49)) - (segment (start 103.25 146.811604) (end 101.461604 148.6) (width 0.4064) (layer "F.Cu") (net 35) (tstamp 6e2a5a35-ff63-4a3f-8af2-af5a1fce6194)) - (segment (start 108 127.7) (end 103.25 132.45) (width 0.4064) (layer "F.Cu") (net 35) (tstamp 8dca79b0-5725-469f-8fd3-3e9dc205b28e)) - (segment (start 106.944 95.504) (end 108.7536 97.3136) (width 0.4064) (layer "F.Cu") (net 35) (tstamp 9342e9a7-a5b2-4dcd-95a8-3e8ac27b9352)) - (segment (start 108 120.854) (end 108 127.7) (width 0.4064) (layer "F.Cu") (net 35) (tstamp b4cd793e-0378-463a-b083-03ebf796b04a)) - (segment (start 108.7536 97.3136) (end 108.7536 114.9792) (width 0.4064) (layer "F.Cu") (net 35) (tstamp dac73910-9fad-4b92-9130-cf23ffb5cb82)) - (segment (start 101.461604 148.6) (end 99.304 148.6) (width 0.4064) (layer "F.Cu") (net 35) (tstamp e3ac0910-fe29-4eb1-9702-7c6eefe9e158)) - (via (at 108.6708 115.062) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 35) (tstamp 341012c1-9e35-48f3-8abb-db679137ee67)) - (segment (start 107.8 115.9328) (end 108.6708 115.062) (width 0.4064) (layer "B.Cu") (net 35) (tstamp 0b6d1cd4-baf8-48a1-8a41-cc7b516edbf6)) - (segment (start 109.474 119.38) (end 107.8 117.706) (width 0.4064) (layer "B.Cu") (net 35) (tstamp 4682bbb4-2e23-43ab-b0ef-5daff7708cba)) - (segment (start 107.8 117.706) (end 107.8 115.9328) (width 0.4064) (layer "B.Cu") (net 35) (tstamp f8c17c9c-321f-4b53-8a7f-75b4bddd75c7)) - (segment (start 76.962 94.743142) (end 76.962 98.554284) (width 0.4064) (layer "F.Cu") (net 36) (tstamp 914d9e69-108a-456d-914e-6125a8f5dae0)) - (segment (start 75.35 93.131142) (end 76.962 94.743142) (width 0.4064) (layer "B.Cu") (net 36) (tstamp 1304a9cd-6347-4e75-928b-57a1000145ad)) - (segment (start 75.692 128.27) (end 77.216 129.794) (width 0.4064) (layer "B.Cu") (net 36) (tstamp 5b555b33-5a0d-434c-8509-da8d1cc29469)) - (segment (start 75.35 87.844) (end 75.35 93.131142) (width 0.4064) (layer "B.Cu") (net 36) (tstamp 6645e0d1-8b11-4b45-a251-59adbefcc3b0)) - (segment (start 75.692 99.824284) (end 75.692 128.27) (width 0.4064) (layer "B.Cu") (net 36) (tstamp ac13c89c-9d1c-47d9-b74d-e2db8d187980)) - (segment (start 78.833248 84.360752) (end 75.35 87.844) (width 0.4064) (layer "B.Cu") (net 36) (tstamp c046ab4c-8d2c-474a-92ee-f8fc65279c7c)) - (segment (start 76.962 98.554284) (end 75.692 99.824284) (width 0.4064) (layer "B.Cu") (net 36) (tstamp e58e236b-9fff-42aa-a3e8-26a16005dd91)) - (segment (start 100.8556 88.7444) (end 107.5 82.1) (width 0.4064) (layer "F.Cu") (net 37) (tstamp 21a1d334-5e3f-4fbd-8081-7388ef60c16c)) - (segment (start 100.719183 88.7444) (end 100.8556 88.7444) (width 0.4064) (layer "F.Cu") (net 37) (tstamp 22009e22-8488-420b-9d21-3004f9561fb1)) - (segment (start 107.5 80.714) (end 108.712 79.502) (width 0.4064) (layer "F.Cu") (net 37) (tstamp 463b93ac-599f-418b-b092-a4396d9a620f)) - (segment (start 100.523182 88.940402) (end 100.719183 88.7444) (width 0.4064) (layer "F.Cu") (net 37) (tstamp 46772456-89a3-46cf-9375-9a897720f59d)) - (segment (start 84.622402 88.940402) (end 100.523182 88.940402) (width 0.4064) (layer "F.Cu") (net 37) (tstamp 4e66aece-e3a5-4e25-9032-2e89f1015cac)) - (segment (start 80.898 85.216) (end 84.622402 88.940402) (width 0.4064) (layer "F.Cu") (net 37) (tstamp 5d1b3fae-fc9d-428d-859b-ca425f3bee4c)) - (segment (start 107.5 82.1) (end 107.5 80.714) (width 0.4064) (layer "F.Cu") (net 37) (tstamp f854c299-a862-4bf2-bd37-03b622a91500)) - (segment (start 100.272002 88.334002) (end 104.94 83.666004) (width 0.4064) (layer "F.Cu") (net 38) (tstamp 24627292-2b0a-4275-9f63-14f537415fc9)) - (segment (start 86.936002 88.334002) (end 100.272002 88.334002) (width 0.4064) (layer "F.Cu") (net 38) (tstamp 62cf437a-8511-4073-ac59-c3d3606c4a1c)) - (segment (start 104.94 83.666004) (end 104.94 83) (width 0.4064) (layer "F.Cu") (net 38) (tstamp 82945a53-96f4-40b5-9a5b-0ab636584a72)) - (segment (start 82.962752 84.360752) (end 86.936002 88.334002) (width 0.4064) (layer "F.Cu") (net 38) (tstamp 8699b3e3-28b0-4aa5-987a-6bcc8a5d1600)) - (segment (start 82.362752 80.831248) (end 82.362752 83.760752) (width 0.4064) (layer "B.Cu") (net 38) (tstamp 014a06b3-827e-4908-bab4-94bd4d134f96)) - (segment (start 82.362752 83.760752) (end 82.962752 84.360752) (width 0.4064) (layer "B.Cu") (net 38) (tstamp 381e237b-279c-434e-810d-cb1c77f47d60)) - (segment (start 82.962752 80.231248) (end 82.362752 80.831248) (width 0.4064) (layer "B.Cu") (net 38) (tstamp d9450347-672e-4dfa-97fe-b93ff5f9aac6)) - (segment (start 61.976 74.141949) (end 66.828051 78.994) (width 0.4064) (layer "F.Cu") (net 39) (tstamp 0a26466a-9f7f-42b9-8476-22986f4ab9e9)) - (segment (start 74.3492 69.7232) (end 74.3492 71.8508) (width 0.4064) (layer "F.Cu") (net 39) (tstamp 109f9a83-0af4-4d55-8c5f-ab1c89128a0c)) - (segment (start 73.55 72.65) (end 71.5 72.65) (width 0.4064) (layer "F.Cu") (net 39) (tstamp 287b8713-8474-4eb7-817d-4bb93cd3ba02)) - (segment (start 71.5 72.65) (end 70.35 73.8) (width 0.4064) (layer "F.Cu") (net 39) (tstamp 39af8c6f-7cb9-4565-9ee6-bada83a73696)) - (segment (start 61.976 73.152) (end 61.976 74.141949) (width 0.4064) (layer "F.Cu") (net 39) (tstamp 42a98eca-b3cc-44ad-9ef1-8c719dfca08c)) - (segment (start 66.828051 78.994) (end 72.242 78.994) (width 0.4064) (layer "F.Cu") (net 39) (tstamp 4f25380b-bf95-483f-a3d2-b6653acc4407)) - (segment (start 73.146 68.52) (end 74.3492 69.7232) (width 0.4064) (layer "F.Cu") (net 39) (tstamp 99123e30-7a33-4e6b-bd5e-e7d62f4c7418)) - (segment (start 74.3492 71.8508) (end 73.55 72.65) (width 0.4064) (layer "F.Cu") (net 39) (tstamp d95df0fb-87a5-4a13-bc47-e26e1822beda)) - (segment (start 70.35 77.102) (end 72.242 78.994) (width 0.4064) (layer "F.Cu") (net 39) (tstamp e8f40120-e655-4bc7-969f-9508095f06d2)) - (segment (start 70.35 73.8) (end 70.35 77.102) (width 0.4064) (layer "F.Cu") (net 39) (tstamp f259ba7e-eca7-4701-9584-e56667110dd9)) - (segment (start 73.165161 65.98) (end 73.146 65.98) (width 0.4064) (layer "F.Cu") (net 40) (tstamp 304acab0-1c01-4651-a92a-61b79bf3f08f)) - (segment (start 75.3 68.114839) (end 73.165161 65.98) (width 0.4064) (layer "F.Cu") (net 40) (tstamp 8398fcae-483e-40d3-897c-19f97753c3c0)) - (segment (start 72.242 76.454) (end 75.3 73.396) (width 0.4064) (layer "F.Cu") (net 40) (tstamp 9f82d80e-035a-436b-a352-3eeab7f089cf)) - (segment (start 75.3 73.396) (end 75.3 68.114839) (width 0.4064) (layer "F.Cu") (net 40) (tstamp ebc18a36-63cb-4a0c-a97b-cd26ee70ef78)) - (segment (start 74.514 73.914) (end 79.8948 79.2948) (width 0.4064) (layer "B.Cu") (net 41) (tstamp 008ddd20-128e-4feb-b104-da42767071b1)) - (segment (start 79.163422 89.154) (end 79.758248 88.559174) (width 0.4064) (layer "B.Cu") (net 41) (tstamp 16db2654-6efc-4c89-91c1-27a79b5d9f2f)) - (segment (start 80.518 119.116) (end 79.163422 117.761422) (width 0.4064) (layer "B.Cu") (net 41) (tstamp 3a99ec16-2de9-4e33-8b17-85b7ba1f1944)) - (segment (start 79.8948 79.2948) (end 79.8948 88.468622) (width 0.4064) (layer "B.Cu") (net 41) (tstamp cc4ab195-f974-4752-8a45-d8388b04354d)) - (segment (start 79.163422 117.761422) (end 79.163422 89.2) (width 0.4064) (layer "B.Cu") (net 41) (tstamp d3a085b9-9a1f-48d2-ac2f-205ced5622dd)) - (segment (start 79.8948 88.468622) (end 79.163422 89.2) (width 0.4064) (layer "B.Cu") (net 41) (tstamp dd6174fd-73e8-4471-bb9d-6f5e2b52bad3)) - (segment (start 72.242 73.914) (end 74.514 73.914) (width 0.4064) (layer "B.Cu") (net 41) (tstamp e2bf1941-70b5-4821-ae51-08d383cb2549)) - (segment (start 79.163422 89.2) (end 79.163422 89.154) (width 0.4064) (layer "B.Cu") (net 41) (tstamp f9c8d2ff-99ee-4aa2-a482-53418cf66fd4)) - (segment (start 59.55 94.628) (end 57.738 96.44) (width 0.4064) (layer "F.Cu") (net 42) (tstamp 32bf8d07-5cbc-4c95-9be1-fcf4395d43ca)) - (segment (start 59.55 92.68558) (end 59.55 94.628) (width 0.4064) (layer "F.Cu") (net 42) (tstamp 9444df27-db0b-4f39-b122-e865a33a815e)) - (segment (start 60.95 91.28558) (end 59.55 92.68558) (width 0.4064) (layer "F.Cu") (net 42) (tstamp ca26a245-a171-47a8-9219-9f9c33810b45)) - (segment (start 57.738 96.44) (end 57.738 97.536) (width 0.4064) (layer "F.Cu") (net 42) (tstamp d2494296-5f73-4a3f-b7f2-2d2b7bc991d0)) - (segment (start 60.95 90.678) (end 60.95 91.28558) (width 0.4064) (layer "F.Cu") (net 42) (tstamp da2f20d8-1062-445d-a9fe-25c89fd969d6)) - (segment (start 91.3465 94.488) (end 88.646 94.488) (width 0.4064) (layer "F.Cu") (net 43) (tstamp 0a1b1446-7880-434e-9edf-34684e47da5e)) - (segment (start 88.646 94.488) (end 88.138 93.98) (width 0.4064) (layer "F.Cu") (net 43) (tstamp ac97afff-db3d-414d-915a-e9e7e380a104)) - (segment (start 77.47 91.44) (end 76.962 90.932) (width 0.4064) (layer "F.Cu") (net 44) (tstamp 3f243270-7935-4134-b258-f4e4adf5b64e)) - (segment (start 80.518 91.44) (end 77.47 91.44) (width 0.4064) (layer "F.Cu") (net 44) (tstamp ea84c2a2-1e78-4a92-9df4-0fde5c127647)) - (segment (start 106.944 108.204) (end 106.944 110.744) (width 0.4064) (layer "F.Cu") (net 45) (tstamp 0a49e1a8-8ddc-4f6f-9925-719dbe38aefa)) - (segment (start 91.36 90.65) (end 91.36 92.941339) (width 0.4064) (layer "F.Cu") (net 45) (tstamp 15ae174f-e7cc-4926-89c7-e0824791d6f7)) - (segment (start 104.404 105.664) (end 106.944 108.204) (width 0.4064) (layer "F.Cu") (net 45) (tstamp 387e4570-4d9f-4f42-ba8f-bda7d79e04e4)) - (segment (start 99.324 105.664) (end 104.404 105.664) (width 0.4064) (layer "F.Cu") (net 45) (tstamp 3e754efa-c70f-4393-abf3-8f89e3ca75b8)) - (segment (start 99.324 103.124) (end 99.324 105.664) (width 0.4064) (layer "F.Cu") (net 45) (tstamp 56580a90-55a2-4eb3-be1f-871afd5bb7dc)) - (segment (start 97.4 98.981339) (end 97.4 101.2) (width 0.4064) (layer "F.Cu") (net 45) (tstamp a2b1111f-dcd3-4750-9c3a-a8f85d69f57d)) - (segment (start 91.36 92.941339) (end 97.4 98.981339) (width 0.4064) (layer "F.Cu") (net 45) (tstamp dc8183ce-df8b-4d8f-ad19-68a7c3cff596)) - (segment (start 97.4 101.2) (end 99.324 103.124) (width 0.4064) (layer "F.Cu") (net 45) (tstamp df08d51a-d775-4b5f-9123-9e641ab79164)) - (segment (start 96.44 90.65) (end 95.3368 91.7532) (width 0.4064) (layer "B.Cu") (net 46) (tstamp b7258449-d6b2-4fe6-94d0-6298c01f8d96)) - (segment (start 95.3368 91.7532) (end 88.4512 91.7532) (width 0.4064) (layer "B.Cu") (net 46) (tstamp e9ecc071-fab1-418e-8af6-9925dd519190)) - (segment (start 88.4512 91.7532) (end 88.138 91.44) (width 0.4064) (layer "B.Cu") (net 46) (tstamp f6ea7569-4a83-4c53-b80a-9b596a24c702)) - (segment (start 71.882 94.743142) (end 73.025142 93.6) (width 0.4064) (layer "F.Cu") (net 47) (tstamp 4493e0a0-e0ce-4bd9-9766-6ee6d2c2f407)) - (segment (start 77.598 93.6) (end 80.518 96.52) (width 0.4064) (layer "F.Cu") (net 47) (tstamp adb8852d-3c14-418f-8940-b12edc3b8dd9)) - (segment (start 73.025142 93.6) (end 77.598 93.6) (width 0.4064) (layer "F.Cu") (net 47) (tstamp df816467-9051-4927-9318-625ec0e4bca7)) - (segment (start 105.7208 142.1832) (end 105.7208 151.852618) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 01a91aaf-9211-403c-a29a-a30e665a87d5)) - (segment (start 52.2 150.7) (end 59.88 158.38) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 0cd672a4-e516-4166-bc8a-823ba3b5d128)) - (segment (start 106.924 140.98) (end 105.7208 142.1832) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 1e033a44-b628-42a6-9b10-ddbd878fe452)) - (segment (start 106.924 135.9) (end 108.3 137.276) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 4d7cd389-b71c-4e0d-9b30-80df260a724d)) - (segment (start 108.3 139.604) (end 106.924 140.98) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 5e31fc61-c49f-49fc-9fef-13d7dde271e0)) - (segment (start 105.7208 151.852618) (end 101.854 155.719418) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 67369abe-e992-4df4-80ce-ebabb1727ca9)) - (segment (start 101.854 155.719418) (end 101.854 157.226) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 690584af-d16b-422e-a21a-7ffeed8a3b02)) - (segment (start 108.3 137.276) (end 108.3 139.604) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 77591a5d-3b8c-44f8-8449-23c7f912b494)) - (segment (start 59.88 158.38) (end 100.7 158.38) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 7ed90fa6-9f4d-4680-8665-4ff91c7853dd)) - (segment (start 60.95 105.7275) (end 52.2 114.4775) (width 0.4064) (layer "F.Cu") (net 48) (tstamp 90c77217-7655-4529-8752-8463b979884a)) - (segment (start 100.7 158.38) (end 101.854 157.226) (width 0.4064) (layer "F.Cu") (net 48) (tstamp b5dcdd98-0f85-422a-acf2-bc24cd9fcfbe)) - (segment (start 52.2 114.4775) (end 52.2 150.7) (width 0.4064) (layer "F.Cu") (net 48) (tstamp cb9acaac-8fcf-45be-96d2-b37dd7ebc442)) - (segment (start 105.1144 150.4096) (end 105.1144 140.2496) (width 0.4064) (layer "F.Cu") (net 49) (tstamp 0654c62c-a66f-4d9c-b91a-4bc677af18ba)) - (segment (start 53 148.3) (end 53 128.727) (width 0.4064) (layer "F.Cu") (net 49) (tstamp 26b8920c-8155-42e1-b376-bd7b7f1dcd1e)) - (segment (start 105.1144 140.2496) (end 106.924 138.44) (width 0.4064) (layer "F.Cu") (net 49) (tstamp 3e8a0019-47bb-4062-8d5a-76f5b8b140bb)) - (segment (start 59.4732 154.7732) (end 53 148.3) (width 0.4064) (layer "F.Cu") (net 49) (tstamp 690d9d84-f733-498b-ae3f-7ad5483918f8)) - (segment (start 106.924 133.36) (end 105.7208 134.5632) (width 0.4064) (layer "F.Cu") (net 49) (tstamp 7426d618-a738-4fbf-9203-a6c42abfb9d0)) - (segment (start 105.7208 134.5632) (end 105.7208 137.2368) (width 0.4064) (layer "F.Cu") (net 49) (tstamp 7debdfc5-44b8-4266-8252-1e5360af67d8)) - (segment (start 101.854 153.67) (end 105.1144 150.4096) (width 0.4064) (layer "F.Cu") (net 49) (tstamp 81b422c3-a1c1-4f32-ab2c-2ae2c964f4cf)) - (segment (start 53 128.727) (end 60.95 120.777) (width 0.4064) (layer "F.Cu") (net 49) (tstamp aee79c08-05a7-43e1-af42-e0e0790ca4e1)) - (segment (start 100.7508 154.7732) (end 59.4732 154.7732) (width 0.4064) (layer "F.Cu") (net 49) (tstamp d6bfaa1d-154e-4fd0-a429-ce0b22882fa1)) - (segment (start 105.7208 137.2368) (end 106.924 138.44) (width 0.4064) (layer "F.Cu") (net 49) (tstamp d91e27b9-bb88-49b6-bd95-216bfb763c44)) - (segment (start 101.854 153.67) (end 100.7508 154.7732) (width 0.4064) (layer "F.Cu") (net 49) (tstamp ee84ba12-b680-46b7-8235-5361e1479cb8)) - (segment (start 88.2 111.85) (end 79.410852 111.85) (width 0.4064) (layer "F.Cu") (net 50) (tstamp 3a8a04f1-4ef5-41ce-9db3-57141d9c07bf)) - (segment (start 79.410852 111.85) (end 76.962 114.298852) (width 0.4064) (layer "F.Cu") (net 50) (tstamp 63e51868-7309-4a0e-a132-146514c7d6ed)) - (segment (start 89.6 108.142) (end 89.6 110.45) (width 0.4064) (layer "F.Cu") (net 50) (tstamp 9a0bf58b-1d41-4852-975f-1080687a2a5d)) - (segment (start 88.138 106.68) (end 89.6 108.142) (width 0.4064) (layer "F.Cu") (net 50) (tstamp c4d9b360-64f1-4cd9-a299-45a333b8b3be)) - (segment (start 89.6 110.45) (end 88.2 111.85) (width 0.4064) (layer "F.Cu") (net 50) (tstamp cd356e87-9026-435c-9836-64c8c6cee451)) - (segment (start 79.25029 110.48771) (end 80.518 109.22) (width 0.4064) (layer "F.Cu") (net 51) (tstamp 0f4b7f40-847d-4085-8b64-a355ba6c49a2)) - (segment (start 76.962 110.48771) (end 79.25029 110.48771) (width 0.4064) (layer "F.Cu") (net 51) (tstamp b9fa0ba7-6209-48de-8a4f-27fc183eef00)) - (segment (start 71.882 106.676568) (end 71.882 104.732) (width 0.4064) (layer "F.Cu") (net 52) (tstamp 0d80b853-6860-4959-b930-6448483a826a)) - (segment (start 62.1532 101.9843) (end 60.95 103.1875) (width 0.4064) (layer "F.Cu") (net 52) (tstamp 28155b73-aae6-4305-9deb-e0db4ba9af92)) - (segment (start 71.882 104.732) (end 69.1343 101.9843) (width 0.4064) (layer "F.Cu") (net 52) (tstamp 591d46dc-b153-492f-9a05-b48f51754227)) - (segment (start 69.1343 101.9843) (end 62.1532 101.9843) (width 0.4064) (layer "F.Cu") (net 52) (tstamp ad4c82a5-0fe7-4b92-a886-a5898e936356)) - (segment (start 60.95 100.6475) (end 60.95 103.1875) (width 0.4064) (layer "F.Cu") (net 52) (tstamp fd7e353f-c85c-492d-8dcf-48a94770fed7)) - (segment (start 76.962 106.676568) (end 78.235432 107.95) (width 0.4064) (layer "F.Cu") (net 53) (tstamp cafbd5a4-b985-4ad1-8317-0cdf208ece0d)) - (segment (start 86.868 107.95) (end 88.138 109.22) (width 0.4064) (layer "F.Cu") (net 53) (tstamp dad21a15-6467-48cd-a468-3676d421ef77)) - (segment (start 78.235432 107.95) (end 86.868 107.95) (width 0.4064) (layer "F.Cu") (net 53) (tstamp f085896e-6d77-489f-9231-8d78925fac98)) - (segment (start 80.518 104.14) (end 74.04 104.14) (width 0.4064) (layer "F.Cu") (net 54) (tstamp 32511737-1a51-4a2f-b4fd-3cf368f71a61)) - (segment (start 74.04 104.14) (end 71.882 101.982) (width 0.4064) (layer "F.Cu") (net 54) (tstamp 522bbe69-9cda-4192-9433-818f36621b3b)) - (segment (start 71.882 101.982) (end 71.882 98.554284) (width 0.4064) (layer "F.Cu") (net 54) (tstamp e34bc4a6-dae9-4c58-b491-5418153cabe1)) - (segment (start 76.962 121.921136) (end 76.962 120.791009) (width 0.4064) (layer "F.Cu") (net 55) (tstamp 2b2525d2-92a7-4368-a44b-ec7783e566b1)) - (segment (start 79.953009 117.8) (end 84.374 117.8) (width 0.4064) (layer "F.Cu") (net 55) (tstamp 77410d94-bebb-4982-9104-dc4b48bd340a)) - (segment (start 84.374 117.8) (end 88.138 114.036) (width 0.4064) (layer "F.Cu") (net 55) (tstamp c290da65-9c31-4bdd-87e1-41086efa172e)) - (segment (start 76.962 120.791009) (end 79.953009 117.8) (width 0.4064) (layer "F.Cu") (net 55) (tstamp c8cf3fa6-d389-40f7-8211-23588deac7cf)) - (segment (start 76.962 118.109994) (end 80.518 114.553994) (width 0.4064) (layer "F.Cu") (net 56) (tstamp 76c01538-f92e-4f98-b37b-0297d9acd3b3)) - (segment (start 80.518 114.553994) (end 80.518 114.036) (width 0.4064) (layer "F.Cu") (net 56) (tstamp ba460bfb-1b16-4330-b5f9-339a00fb7536)) - (segment (start 64.7735 139.65) (end 60.95 135.8265) (width 0.4064) (layer "F.Cu") (net 57) (tstamp 035d42ae-e5af-493e-9e00-bf119c092185)) - (segment (start 96.267396 144.016604) (end 99.304 140.98) (width 0.4064) (layer "F.Cu") (net 57) (tstamp 0c88d284-fae7-40e8-8f12-5093310b3997)) - (segment (start 70.054 139.65) (end 64.7735 139.65) (width 0.4064) (layer "F.Cu") (net 57) (tstamp 2f0a6c6c-1106-4559-846d-83d52438b2f6)) - (segment (start 99.304 140.98) (end 99.304 138.44) (width 0.4064) (layer "F.Cu") (net 57) (tstamp 4dbe6efe-557c-4089-af60-b5516383e410)) - (segment (start 74.420604 144.016604) (end 96.267396 144.016604) (width 0.4064) (layer "F.Cu") (net 57) (tstamp 7dc5b773-e196-45d5-8270-dc45da9abea9)) - (segment (start 71.882 141.478) (end 74.420604 144.016604) (width 0.4064) (layer "F.Cu") (net 57) (tstamp a9fbcdf6-5037-4cc4-bb65-bb800f2226a2)) - (segment (start 71.882 141.478) (end 70.054 139.65) (width 0.4064) (layer "F.Cu") (net 57) (tstamp cdca3222-3e2c-4645-bfe0-a802a1280793)) - (segment (start 88.65 142.05) (end 94.8 135.9) (width 0.4064) (layer "F.Cu") (net 58) (tstamp 019f07f0-d881-4294-bc3c-f3b2ddaba3db)) - (segment (start 76.416785 139.483215) (end 80.190215 139.483215) (width 0.4064) (layer "F.Cu") (net 58) (tstamp 13547b72-4e24-4b39-875b-c3c6b1816a26)) - (segment (start 82.757 142.05) (end 88.65 142.05) (width 0.4064) (layer "F.Cu") (net 58) (tstamp 43867dc1-7ab9-43ff-b52a-701268d705e3)) - (segment (start 71.882 137.665704) (end 74.599273 137.665704) (width 0.4064) (layer "F.Cu") (net 58) (tstamp 4465f1af-154a-4284-aea8-55df23d9b1fa)) - (segment (start 80.190215 139.483215) (end 82.757 142.05) (width 0.4064) (layer "F.Cu") (net 58) (tstamp a010a2af-55bf-4ee1-b7c1-d0754d27c2df)) - (segment (start 99.304 133.36) (end 99.304 135.9) (width 0.4064) (layer "F.Cu") (net 58) (tstamp aa6279bc-1d85-4519-9c18-2a000157f1e1)) - (segment (start 71.882 137.665704) (end 69.270796 137.665704) (width 0.4064) (layer "F.Cu") (net 58) (tstamp b3d30bee-e1eb-4d28-9752-78188b4e5735)) - (segment (start 69.270796 137.665704) (end 68.57 138.3665) (width 0.4064) (layer "F.Cu") (net 58) (tstamp c7f752ee-8d79-4dbd-964d-cba82d77f1b1)) - (segment (start 74.599273 137.665704) (end 76.416785 139.483215) (width 0.4064) (layer "F.Cu") (net 58) (tstamp f8df23db-b371-406f-994f-512e9653bb3a)) - (segment (start 94.8 135.9) (end 99.304 135.9) (width 0.4064) (layer "F.Cu") (net 58) (tstamp fa1a82b3-833e-4ef6-bc85-004035aec0b6)) - (segment (start 88.138 129.276) (end 88.138 129.951582) (width 0.4064) (layer "F.Cu") (net 59) (tstamp 08fdfd03-dc08-4453-a4dc-836a325c04fa)) - (segment (start 104.648 126.238) (end 103.948 126.938) (width 0.4064) (layer "F.Cu") (net 59) (tstamp 17bebf2a-1d10-4da0-9e34-12a015be322f)) - (segment (start 90.453618 132.2672) (end 98.695218 132.2672) (width 0.4064) (layer "F.Cu") (net 59) (tstamp 6bd5fe94-57b3-42f9-82f8-20c490062085)) - (segment (start 100.175 132.025) (end 103.948 128.252) (width 0.4064) (layer "F.Cu") (net 59) (tstamp 80249daf-10bf-4ea4-ba01-aa2cb6d41553)) - (segment (start 98.937418 132.025) (end 100.175 132.025) (width 0.4064) (layer "F.Cu") (net 59) (tstamp 929fccf8-de1c-47f8-9bbe-29b48e9e7c8a)) - (segment (start 88.138 129.951582) (end 90.453618 132.2672) (width 0.4064) (layer "F.Cu") (net 59) (tstamp a19ceb3e-460c-4d6d-bf9a-34626f4e8fbb)) - (segment (start 103.948 126.938) (end 103.948 128.252) (width 0.4064) (layer "F.Cu") (net 59) (tstamp ad971d5c-8f4a-41d7-9736-99e73eeb72cf)) - (segment (start 98.695218 132.2672) (end 98.937418 132.025) (width 0.4064) (layer "F.Cu") (net 59) (tstamp c5c6855e-6e43-4f19-b792-15035df5a918)) - (segment (start 80.518 141.732) (end 76.962 145.288) (width 0.4064) (layer "B.Cu") (net 60) (tstamp 8ae2d517-b3c6-4c07-a8a5-8cbb018f2688)) - (segment (start 80.518 131.816) (end 80.518 141.732) (width 0.4064) (layer "B.Cu") (net 60) (tstamp b585dca6-72a5-4980-89e8-f03b5cde2662)) - (segment (start 71.186562 134.55) (end 71.882 133.854562) (width 0.4064) (layer "F.Cu") (net 61) (tstamp 0dcacc0c-8305-4518-9880-5bc875545f42)) - (segment (start 60.95 133.2865) (end 62.2135 134.55) (width 0.4064) (layer "F.Cu") (net 61) (tstamp 8b54f832-b251-49f8-825f-79fe48c1ac95)) - (segment (start 60.95 130.7465) (end 60.95 133.2865) (width 0.4064) (layer "F.Cu") (net 61) (tstamp 99ecf7f5-50c7-4feb-83d7-fe6a8e82555f)) - (segment (start 62.2135 134.55) (end 71.186562 134.55) (width 0.4064) (layer "F.Cu") (net 61) (tstamp bc6ee20b-4e0a-416a-84e7-30cc7c46fcdf)) - (segment (start 86.878 130.556) (end 88.138 131.816) (width 0.4064) (layer "F.Cu") (net 62) (tstamp 2f6da081-ca35-49ca-bd86-9beede95e001)) - (segment (start 76.962 132.864613) (end 79.270613 130.556) (width 0.4064) (layer "F.Cu") (net 62) (tstamp a9302431-c07b-4cf5-b4cc-ff2bbc43aa73)) - (segment (start 76.962 133.854562) (end 76.962 132.864613) (width 0.4064) (layer "F.Cu") (net 62) (tstamp b95a9690-0d4b-4ccc-b10a-182a241292cf)) - (segment (start 79.270613 130.556) (end 86.878 130.556) (width 0.4064) (layer "F.Cu") (net 62) (tstamp c3c33066-0c08-40c7-a1ed-db023b51d81d)) - (segment (start 79.718001 127.535999) (end 74.394001 127.535999) (width 0.4064) (layer "F.Cu") (net 63) (tstamp 0ad289f4-a290-4532-acdf-00b1946ac8db)) - (segment (start 80.518 126.736) (end 79.718001 127.535999) (width 0.4064) (layer "F.Cu") (net 63) (tstamp 0c7e1525-c1ea-4a6a-a955-9faf7eca8049)) - (segment (start 74.394001 127.535999) (end 72.136 129.794) (width 0.4064) (layer "F.Cu") (net 63) (tstamp 7697bb68-18a4-4c94-9978-6295e38f8cb7)) - (segment (start 108.712 83.044) (end 108.712 82.042) (width 0.4064) (layer "F.Cu") (net 64) (tstamp 3715666d-0f7a-4240-9dd7-f96416406a15)) - (segment (start 105.156 86.6) (end 108.712 83.044) (width 0.4064) (layer "F.Cu") (net 64) (tstamp faec44f3-fb9a-47a9-917a-dcb6f68398b9)) - (segment (start 58.335334 62.23) (end 61.976 65.870666) (width 0.4064) (layer "F.Cu") (net 65) (tstamp 0cb2c748-f64c-4737-81ef-cb8a3c083836)) - (segment (start 61.976 65.870666) (end 61.976 69.511332) (width 0.4064) (layer "F.Cu") (net 65) (tstamp 29bdb741-ea26-4463-809a-9cde3d79a40d)) - (segment (start 56.896 62.23) (end 58.335334 62.23) (width 0.4064) (layer "F.Cu") (net 65) (tstamp 4f518d24-4dd2-451b-9d4b-61a3273153d6)) - (segment (start 65.526 65.98) (end 62.085334 65.98) (width 0.4064) (layer "B.Cu") (net 65) (tstamp 1a92e1b2-b745-4d49-93a4-c7f82c65387d)) - (segment (start 62.085334 65.98) (end 61.976 65.870666) (width 0.4064) (layer "B.Cu") (net 65) (tstamp d5797375-4948-4499-bde2-b6911dcf0096)) - (segment (start 68.36 71.06) (end 73.146 71.06) (width 0.4064) (layer "F.Cu") (net 66) (tstamp 2eb32a30-850d-45e8-8e52-4b015fca8e36)) - (segment (start 67.35 65.264) (end 67.35 70.05) (width 0.4064) (layer "F.Cu") (net 66) (tstamp 3362795e-8946-4863-8eb6-a5ffa461610e)) - (segment (start 67.35 70.05) (end 68.36 71.06) (width 0.4064) (layer "F.Cu") (net 66) (tstamp 6c932a48-4910-4c85-add3-04620d6c7f0d)) - (segment (start 65.526 63.44) (end 67.35 65.264) (width 0.4064) (layer "F.Cu") (net 66) (tstamp a66323db-7732-4705-965d-0b4b3834823a)) - (segment (start 63.186 63.44) (end 61.976 62.23) (width 0.4064) (layer "B.Cu") (net 66) (tstamp 7aa7801e-faad-4818-a413-f2866396c9d3)) - (segment (start 65.526 63.44) (end 63.186 63.44) (width 0.4064) (layer "B.Cu") (net 66) (tstamp f320d79d-d98d-48c5-991f-af212782f67c)) - - (zone (net 16) (net_name "GND") (layer "B.Cu") (tstamp e34b8914-dceb-4ad9-8754-dea78135323f) (hatch edge 0.5) - (connect_pads (clearance 0.508)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 50.8 50.8) - (xy 111.506 50.8) - (xy 111.506 159.004) - (xy 50.8 159.004) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 52.774937 50.889015) - (xy 52.81896 50.926615) - (xy 52.841115 50.980102) - (xy 52.836573 51.037818) - (xy 52.806323 51.087181) - (xy 52.346614 51.546888) - (xy 52.341162 51.552021) - (xy 52.295369 51.592591) - (xy 52.260618 51.642935) - (xy 52.256182 51.648964) - (xy 52.218466 51.697106) - (xy 52.214165 51.706662) - (xy 52.20315 51.726193) - (xy 52.197192 51.734825) - (xy 52.175496 51.792032) - (xy 52.172631 51.798948) - (xy 52.147535 51.854709) - (xy 52.145645 51.865024) - (xy 52.139621 51.88663) - (xy 52.135906 51.896425) - (xy 52.128534 51.957134) - (xy 52.127407 51.964536) - (xy 52.11638 52.02471) - (xy 52.120074 52.085772) - (xy 52.1203 52.09326) - (xy 52.1203 54.9055) - (xy 52.103687 54.9675) - (xy 52.0583 55.012887) - (xy 51.9963 55.0295) - (xy 51.933362 55.0295) - (xy 51.906445 55.032393) - (xy 51.872794 55.036011) - (xy 51.735796 55.08711) - (xy 51.618738 55.174738) - (xy 51.53111 55.291796) - (xy 51.480011 55.428794) - (xy 51.4735 55.489366) - (xy 51.4735 57.286634) - (xy 51.480011 57.347205) - (xy 51.53111 57.484203) - (xy 51.618738 57.601261) - (xy 51.735793 57.688887) - (xy 51.735796 57.688889) - (xy 51.853596 57.732826) - (xy 51.903129 57.76684) - (xy 51.930856 57.820151) - (xy 51.930263 57.880237) - (xy 51.90149 57.93299) - (xy 51.756279 58.09073) - (xy 51.633138 58.279211) - (xy 51.546496 58.476738) - (xy 51.542704 58.485384) - (xy 51.516895 58.5873) - (xy 51.487435 58.703636) - (xy 51.468843 58.927999) - (xy 51.487435 59.152363) - (xy 51.487435 59.152366) - (xy 51.487436 59.152368) - (xy 51.497929 59.193805) - (xy 51.542705 59.370618) - (xy 51.633138 59.576788) - (xy 51.63314 59.576791) - (xy 51.756278 59.765268) - (xy 51.90876 59.930906) - (xy 52.086424 60.069189) - (xy 52.086426 60.06919) - (xy 52.122931 60.088946) - (xy 52.170436 60.134527) - (xy 52.187913 60.198) - (xy 52.170436 60.261473) - (xy 52.122931 60.307054) - (xy 52.086426 60.326809) - (xy 51.90876 60.465094) - (xy 51.756279 60.63073) - (xy 51.633138 60.819211) - (xy 51.546433 61.016883) - (xy 51.542704 61.025384) - (xy 51.526642 61.088811) - (xy 51.487435 61.243636) - (xy 51.468843 61.467999) - (xy 51.487435 61.692363) - (xy 51.487435 61.692366) - (xy 51.487436 61.692368) - (xy 51.518513 61.81509) - (xy 51.542705 61.910618) - (xy 51.633138 62.116788) - (xy 51.64275 62.1315) - (xy 51.756278 62.305268) - (xy 51.90876 62.470906) - (xy 52.086424 62.609189) - (xy 52.129697 62.632607) - (xy 52.175336 62.675156) - (xy 52.194475 62.734545) - (xy 52.182267 62.795737) - (xy 52.141803 62.843236) - (xy 51.960918 62.969893) - (xy 51.79389 63.136921) - (xy 51.6584 63.330421) - (xy 51.558569 63.544507) - (xy 51.501364 63.757999) - (xy 51.501364 63.758) - (xy 54.162636 63.758) - (xy 54.162635 63.757999) - (xy 54.10543 63.544507) - (xy 54.005599 63.330421) - (xy 53.870109 63.136921) - (xy 53.703081 62.969893) - (xy 53.522197 62.843236) - (xy 53.481733 62.795737) - (xy 53.469525 62.734545) - (xy 53.488664 62.675156) - (xy 53.534302 62.632607) - (xy 53.577576 62.609189) - (xy 53.75524 62.470906) - (xy 53.907722 62.305268) - (xy 53.956897 62.23) - (xy 55.682883 62.23) - (xy 55.701313 62.440652) - (xy 55.756044 62.644911) - (xy 55.822908 62.7883) - (xy 55.845411 62.836558) - (xy 55.966699 63.009776) - (xy 56.116224 63.159301) - (xy 56.289442 63.280589) - (xy 56.48109 63.369956) - (xy 56.685345 63.424686) - (xy 56.896 63.443116) - (xy 57.106655 63.424686) - (xy 57.31091 63.369956) - (xy 57.502558 63.280589) - (xy 57.675776 63.159301) - (xy 57.825301 63.009776) - (xy 57.946589 62.836558) - (xy 58.035956 62.64491) - (xy 58.090686 62.440655) - (xy 58.109116 62.23) - (xy 58.090686 62.019345) - (xy 58.035956 61.81509) - (xy 57.946589 61.623442) - (xy 57.825301 61.450224) - (xy 57.675776 61.300699) - (xy 57.502558 61.179411) - (xy 57.379764 61.122151) - (xy 57.310911 61.090044) - (xy 57.106652 61.035313) - (xy 56.896 61.016883) - (xy 56.685347 61.035313) - (xy 56.481088 61.090044) - (xy 56.289441 61.179411) - (xy 56.116223 61.300699) - (xy 55.966699 61.450223) - (xy 55.845411 61.623441) - (xy 55.756044 61.815088) - (xy 55.701313 62.019347) - (xy 55.682883 62.23) - (xy 53.956897 62.23) - (xy 54.03086 62.116791) - (xy 54.121296 61.910616) - (xy 54.176564 61.692368) - (xy 54.195156 61.468) - (xy 54.176564 61.243632) - (xy 54.121296 61.025384) - (xy 54.03086 60.819209) - (xy 53.907722 60.630732) - (xy 53.75524 60.465094) - (xy 53.577576 60.326811) - (xy 53.541067 60.307053) - (xy 53.493563 60.261474) - (xy 53.476637 60.2) - (xy 70.588501 60.2) - (xy 70.608456 60.428084) - (xy 70.608457 60.428087) - (xy 70.666934 60.646326) - (xy 70.667717 60.649246) - (xy 70.764474 60.856744) - (xy 70.764476 60.856746) - (xy 70.764477 60.856749) - (xy 70.895802 61.0443) - (xy 71.0577 61.206198) - (xy 71.245251 61.337523) - (xy 71.452757 61.434284) - (xy 71.673913 61.493543) - (xy 71.902 61.513498) - (xy 72.130087 61.493543) - (xy 72.351243 61.434284) - (xy 72.558749 61.337523) - (xy 72.642291 61.279026) - (xy 73.676526 61.279026) - (xy 73.749515 61.330133) - (xy 73.955673 61.426266) - (xy 74.175397 61.485141) - (xy 74.402 61.504966) - (xy 74.628602 61.485141) - (xy 74.848326 61.426266) - (xy 75.05448 61.330134) - (xy 75.127472 61.279025) - (xy 74.402001 60.553553) - (xy 74.402 60.553553) - (xy 73.676526 61.279025) - (xy 73.676526 61.279026) - (xy 72.642291 61.279026) - (xy 72.7463 61.206198) - (xy 72.908198 61.0443) - (xy 73.039523 60.856749) - (xy 73.044306 60.84649) - (xy 73.090063 60.794313) - (xy 73.156688 60.774893) - (xy 73.223315 60.794313) - (xy 73.269072 60.84649) - (xy 73.271867 60.852485) - (xy 73.322972 60.925471) - (xy 73.322973 60.925472) - (xy 74.048444 60.200001) - (xy 74.755553 60.200001) - (xy 75.481025 60.925472) - (xy 75.532134 60.85248) - (xy 75.628266 60.646326) - (xy 75.687141 60.426602) - (xy 75.706966 60.2) - (xy 75.687141 59.973397) - (xy 75.628266 59.753673) - (xy 75.532133 59.547515) - (xy 75.481025 59.474526) - (xy 74.755553 60.2) - (xy 74.755553 60.200001) - (xy 74.048444 60.200001) - (xy 74.048446 60.199999) - (xy 74.048446 60.199998) - (xy 73.322973 59.474527) - (xy 73.271863 59.54752) - (xy 73.269067 59.553516) - (xy 73.223308 59.605689) - (xy 73.156683 59.625105) - (xy 73.090059 59.605683) - (xy 73.044305 59.553507) - (xy 73.039524 59.543253) - (xy 73.039523 59.543251) - (xy 72.908198 59.3557) - (xy 72.7463 59.193802) - (xy 72.64229 59.120973) - (xy 73.676526 59.120973) - (xy 74.402 59.846446) - (xy 74.402001 59.846446) - (xy 75.127472 59.120974) - (xy 75.127471 59.120972) - (xy 75.054484 59.069866) - (xy 74.848326 58.973733) - (xy 74.628602 58.914858) - (xy 74.402 58.895033) - (xy 74.175397 58.914858) - (xy 73.955672 58.973733) - (xy 73.749516 59.069865) - (xy 73.676527 59.120973) - (xy 73.676526 59.120973) - (xy 72.64229 59.120973) - (xy 72.558749 59.062477) - (xy 72.558746 59.062476) - (xy 72.558744 59.062474) - (xy 72.351246 58.965717) - (xy 72.351243 58.965716) - (xy 72.16144 58.914858) - (xy 72.130084 58.906456) - (xy 71.902 58.886501) - (xy 71.673915 58.906456) - (xy 71.452753 58.965717) - (xy 71.245255 59.062474) - (xy 71.057696 59.193805) - (xy 70.895805 59.355696) - (xy 70.764474 59.543255) - (xy 70.667717 59.750753) - (xy 70.608456 59.971915) - (xy 70.588501 60.2) - (xy 53.476637 60.2) - (xy 53.476086 60.198) - (xy 53.493563 60.134526) - (xy 53.541067 60.088946) - (xy 53.577576 60.069189) - (xy 53.75524 59.930906) - (xy 53.907722 59.765268) - (xy 54.03086 59.576791) - (xy 54.121296 59.370616) - (xy 54.176564 59.152368) - (xy 54.195156 58.928) - (xy 54.176564 58.703632) - (xy 54.170885 58.681206) - (xy 54.171539 58.617849) - (xy 54.203407 58.563087) - (xy 54.585399 58.181095) - (xy 54.590818 58.175993) - (xy 54.636628 58.135411) - (xy 54.671389 58.085048) - (xy 54.67579 58.079066) - (xy 54.713533 58.030893) - (xy 54.717831 58.021341) - (xy 54.728856 58.001794) - (xy 54.734807 57.993173) - (xy 54.756505 57.935956) - (xy 54.759362 57.929062) - (xy 54.784465 57.873287) - (xy 54.786353 57.862978) - (xy 54.792378 57.841368) - (xy 54.796094 57.831572) - (xy 54.803467 57.770839) - (xy 54.804586 57.76349) - (xy 54.81562 57.703287) - (xy 54.81288 57.657999) - (xy 75.748883 57.657999) - (xy 75.767313 57.868652) - (xy 75.822044 58.072911) - (xy 75.87126 58.178454) - (xy 75.911411 58.264558) - (xy 76.032699 58.437776) - (xy 76.182224 58.587301) - (xy 76.355442 58.708589) - (xy 76.54709 58.797956) - (xy 76.751345 58.852686) - (xy 76.962 58.871116) - (xy 77.172655 58.852686) - (xy 77.37691 58.797956) - (xy 77.568558 58.708589) - (xy 77.741776 58.587301) - (xy 77.891301 58.437776) - (xy 78.012589 58.264558) - (xy 78.101956 58.07291) - (xy 78.156686 57.868655) - (xy 78.175116 57.658) - (xy 78.175116 57.657999) - (xy 80.828883 57.657999) - (xy 80.847313 57.868652) - (xy 80.902044 58.072911) - (xy 80.95126 58.178454) - (xy 80.991411 58.264558) - (xy 81.112699 58.437776) - (xy 81.262224 58.587301) - (xy 81.435442 58.708589) - (xy 81.62709 58.797956) - (xy 81.831345 58.852686) - (xy 82.042 58.871116) - (xy 82.252655 58.852686) - (xy 82.45691 58.797956) - (xy 82.648558 58.708589) - (xy 82.821776 58.587301) - (xy 82.971301 58.437776) - (xy 83.092589 58.264558) - (xy 83.181956 58.07291) - (xy 83.236686 57.868655) - (xy 83.255116 57.658) - (xy 83.236686 57.447345) - (xy 83.181956 57.24309) - (xy 83.092589 57.051442) - (xy 83.091579 57.049999) - (xy 88.552843 57.049999) - (xy 88.571435 57.274363) - (xy 88.571435 57.274366) - (xy 88.571436 57.274368) - (xy 88.61524 57.447347) - (xy 88.626705 57.492618) - (xy 88.717138 57.698788) - (xy 88.71714 57.698791) - (xy 88.840278 57.887268) - (xy 88.99276 58.052906) - (xy 89.170424 58.191189) - (xy 89.368426 58.298342) - (xy 89.581365 58.371444) - (xy 89.803431 58.4085) - (xy 90.028569 58.4085) - (xy 90.250635 58.371444) - (xy 90.463574 58.298342) - (xy 90.661576 58.191189) - (xy 90.69532 58.164925) - (xy 91.694625 58.164925) - (xy 91.77842 58.223599) - (xy 91.992507 58.32343) - (xy 92.220681 58.384569) - (xy 92.456 58.405157) - (xy 92.691318 58.384569) - (xy 92.919492 58.32343) - (xy 93.133576 58.2236) - (xy 93.217373 58.164925) - (xy 94.234625 58.164925) - (xy 94.31842 58.223599) - (xy 94.532507 58.32343) - (xy 94.760681 58.384569) - (xy 94.996 58.405157) - (xy 95.231318 58.384569) - (xy 95.459492 58.32343) - (xy 95.673576 58.2236) - (xy 95.757373 58.164925) - (xy 94.996 57.403553) - (xy 94.234625 58.164925) - (xy 93.217373 58.164925) - (xy 92.456 57.403553) - (xy 91.694625 58.164925) - (xy 90.69532 58.164925) - (xy 90.83924 58.052906) - (xy 90.991722 57.887268) - (xy 91.085748 57.743349) - (xy 91.129664 57.702595) - (xy 91.187563 57.687188) - (xy 91.245927 57.700726) - (xy 91.291131 57.740049) - (xy 91.341072 57.811373) - (xy 91.341073 57.811373) - (xy 92.102447 57.050001) - (xy 92.809553 57.050001) - (xy 93.570925 57.811373) - (xy 93.624424 57.734969) - (xy 93.668742 57.696103) - (xy 93.725999 57.682092) - (xy 93.783256 57.696103) - (xy 93.827574 57.734969) - (xy 93.881072 57.811373) - (xy 93.881073 57.811373) - (xy 94.642447 57.050001) - (xy 95.349553 57.050001) - (xy 96.110925 57.811373) - (xy 96.160868 57.740048) - (xy 96.206072 57.700726) - (xy 96.264436 57.687188) - (xy 96.322335 57.702595) - (xy 96.366252 57.743351) - (xy 96.460276 57.887267) - (xy 96.527603 57.960402) - (xy 96.61276 58.052906) - (xy 96.790424 58.191189) - (xy 96.988426 58.298342) - (xy 97.201365 58.371444) - (xy 97.423431 58.4085) - (xy 97.648569 58.4085) - (xy 97.870635 58.371444) - (xy 98.083574 58.298342) - (xy 98.281576 58.191189) - (xy 98.45924 58.052906) - (xy 98.574818 57.927355) - (xy 98.628532 57.893151) - (xy 98.692142 57.890117) - (xy 98.748869 57.919056) - (xy 98.776036 57.96055) - (xy 98.776277 57.960402) - (xy 98.781771 57.96931) - (xy 98.78375 57.972333) - (xy 98.783885 57.972738) - (xy 98.856665 58.090732) - (xy 98.876971 58.123654) - (xy 99.002345 58.249028) - (xy 99.002347 58.249029) - (xy 99.002348 58.24903) - (xy 99.153262 58.342115) - (xy 99.237418 58.370001) - (xy 99.321573 58.397887) - (xy 99.331202 58.39887) - (xy 99.425455 58.4085) - (xy 100.726544 58.408499) - (xy 100.830426 58.397887) - (xy 100.998738 58.342115) - (xy 101.149652 58.24903) - (xy 101.27503 58.123652) - (xy 101.368115 57.972738) - (xy 101.423887 57.804426) - (xy 101.4345 57.700545) - (xy 101.434499 56.399456) - (xy 101.434289 56.397405) - (xy 101.423887 56.295574) - (xy 101.380356 56.164203) - (xy 101.368115 56.127262) - (xy 101.27503 55.976348) - (xy 101.275029 55.976347) - (xy 101.275028 55.976345) - (xy 101.149654 55.850971) - (xy 101.115226 55.829736) - (xy 101.024401 55.773714) - (xy 100.981223 55.728609) - (xy 100.9655 55.668177) - (xy 100.9655 55.597943) - (xy 100.973983 55.552868) - (xy 100.998271 55.51396) - (xy 101.151718 55.347273) - (xy 101.151719 55.34727) - (xy 101.151722 55.347268) - (xy 101.27486 55.158791) - (xy 101.365296 54.952616) - (xy 101.420564 54.734368) - (xy 101.439156 54.51) - (xy 101.420564 54.285632) - (xy 101.365296 54.067384) - (xy 101.27486 53.861209) - (xy 101.151722 53.672732) - (xy 100.99924 53.507094) - (xy 100.821576 53.368811) - (xy 100.623574 53.261658) - (xy 100.623573 53.261657) - (xy 100.623572 53.261657) - (xy 100.410636 53.188556) - (xy 100.188569 53.1515) - (xy 99.963431 53.1515) - (xy 99.741363 53.188556) - (xy 99.528427 53.261657) - (xy 99.330424 53.368811) - (xy 99.15276 53.507094) - (xy 99.000279 53.67273) - (xy 98.909809 53.811205) - (xy 98.865017 53.852438) - (xy 98.806 53.867383) - (xy 98.746983 53.852438) - (xy 98.702191 53.811205) - (xy 98.648528 53.729068) - (xy 98.611722 53.672732) - (xy 98.45924 53.507094) - (xy 98.281576 53.368811) - (xy 98.083574 53.261658) - (xy 98.083573 53.261657) - (xy 98.083572 53.261657) - (xy 97.870636 53.188556) - (xy 97.648569 53.1515) - (xy 97.423431 53.1515) - (xy 97.201363 53.188556) - (xy 96.988427 53.261657) - (xy 96.790424 53.368811) - (xy 96.61276 53.507094) - (xy 96.460275 53.672734) - (xy 96.36625 53.816649) - (xy 96.322333 53.857404) - (xy 96.264435 53.872811) - (xy 96.20607 53.859273) - (xy 96.160867 53.81995) - (xy 96.110925 53.748626) - (xy 96.110925 53.748625) - (xy 95.349553 54.51) - (xy 95.349553 54.510001) - (xy 96.110925 55.271373) - (xy 96.160868 55.200048) - (xy 96.206072 55.160726) - (xy 96.264436 55.147188) - (xy 96.322335 55.162595) - (xy 96.366252 55.203351) - (xy 96.460279 55.34727) - (xy 96.613729 55.51396) - (xy 96.638017 55.552868) - (xy 96.6465 55.597943) - (xy 96.6465 55.962057) - (xy 96.638017 56.007132) - (xy 96.613729 56.04604) - (xy 96.460277 56.21273) - (xy 96.36625 56.356649) - (xy 96.322333 56.397404) - (xy 96.264435 56.412811) - (xy 96.20607 56.399273) - (xy 96.160867 56.35995) - (xy 96.110925 56.288626) - (xy 96.110925 56.288625) - (xy 95.349553 57.05) - (xy 95.349553 57.050001) - (xy 94.642447 57.050001) - (xy 94.642447 57.05) - (xy 93.881072 56.288625) - (xy 93.881072 56.288626) - (xy 93.827574 56.36503) - (xy 93.783256 56.403896) - (xy 93.725999 56.417907) - (xy 93.668742 56.403896) - (xy 93.624424 56.36503) - (xy 93.570925 56.288626) - (xy 93.570925 56.288625) - (xy 92.809553 57.05) - (xy 92.809553 57.050001) - (xy 92.102447 57.050001) - (xy 92.102447 57.05) - (xy 91.341073 56.288626) - (xy 91.291133 56.35995) - (xy 91.245929 56.399273) - (xy 91.187565 56.412812) - (xy 91.129665 56.397405) - (xy 91.085748 56.356649) - (xy 90.99172 56.212729) - (xy 90.838271 56.04604) - (xy 90.813983 56.007132) - (xy 90.8055 55.962057) - (xy 90.8055 55.935072) - (xy 91.694625 55.935072) - (xy 92.456 56.696447) - (xy 92.456001 56.696447) - (xy 93.217373 55.935073) - (xy 93.217373 55.935072) - (xy 94.234625 55.935072) - (xy 94.996 56.696447) - (xy 94.996001 56.696447) - (xy 95.757373 55.935073) - (xy 95.757373 55.935072) - (xy 95.680969 55.881574) - (xy 95.642103 55.837256) - (xy 95.628092 55.779999) - (xy 95.642103 55.722742) - (xy 95.680969 55.678424) - (xy 95.757373 55.624925) - (xy 94.996 54.863553) - (xy 94.234625 55.624925) - (xy 94.311031 55.678425) - (xy 94.349897 55.722744) - (xy 94.363907 55.780001) - (xy 94.349896 55.837258) - (xy 94.311029 55.881576) - (xy 94.234625 55.935072) - (xy 93.217373 55.935072) - (xy 93.140969 55.881574) - (xy 93.102103 55.837256) - (xy 93.088092 55.779999) - (xy 93.102103 55.722742) - (xy 93.140969 55.678424) - (xy 93.217373 55.624925) - (xy 92.456 54.863553) - (xy 91.694625 55.624925) - (xy 91.771031 55.678425) - (xy 91.809897 55.722744) - (xy 91.823907 55.780001) - (xy 91.809896 55.837258) - (xy 91.771029 55.881576) - (xy 91.694625 55.935072) - (xy 90.8055 55.935072) - (xy 90.8055 55.597943) - (xy 90.813983 55.552868) - (xy 90.838271 55.51396) - (xy 90.99172 55.347271) - (xy 90.993464 55.344602) - (xy 91.085748 55.203349) - (xy 91.129664 55.162595) - (xy 91.187563 55.147188) - (xy 91.245927 55.160726) - (xy 91.291131 55.200049) - (xy 91.341072 55.271373) - (xy 91.341073 55.271373) - (xy 92.102447 54.510001) - (xy 92.809553 54.510001) - (xy 93.570925 55.271373) - (xy 93.624424 55.194969) - (xy 93.668742 55.156103) - (xy 93.725999 55.142092) - (xy 93.783256 55.156103) - (xy 93.827574 55.194969) - (xy 93.881072 55.271373) - (xy 93.881073 55.271373) - (xy 94.642447 54.510001) - (xy 94.642447 54.51) - (xy 93.881072 53.748625) - (xy 93.881072 53.748626) - (xy 93.827574 53.82503) - (xy 93.783256 53.863896) - (xy 93.725999 53.877907) - (xy 93.668742 53.863896) - (xy 93.624424 53.82503) - (xy 93.570925 53.748626) - (xy 93.570925 53.748625) - (xy 92.809553 54.51) - (xy 92.809553 54.510001) - (xy 92.102447 54.510001) - (xy 92.102447 54.51) - (xy 91.341073 53.748626) - (xy 91.291133 53.81995) - (xy 91.245929 53.859273) - (xy 91.187565 53.872812) - (xy 91.129665 53.857405) - (xy 91.085748 53.816649) - (xy 90.991723 53.672732) - (xy 90.902127 53.575407) - (xy 90.83924 53.507094) - (xy 90.695316 53.395072) - (xy 91.694625 53.395072) - (xy 92.456 54.156447) - (xy 92.456001 54.156447) - (xy 93.217373 53.395073) - (xy 93.217373 53.395072) - (xy 94.234625 53.395072) - (xy 94.996 54.156447) - (xy 94.996001 54.156447) - (xy 95.757373 53.395073) - (xy 95.757373 53.395072) - (xy 95.67358 53.3364) - (xy 95.459492 53.236569) - (xy 95.231318 53.17543) - (xy 94.996 53.154842) - (xy 94.760681 53.17543) - (xy 94.532507 53.236569) - (xy 94.318422 53.336399) - (xy 94.234625 53.395072) - (xy 93.217373 53.395072) - (xy 93.13358 53.3364) - (xy 92.919492 53.236569) - (xy 92.691318 53.17543) - (xy 92.456 53.154842) - (xy 92.220681 53.17543) - (xy 91.992507 53.236569) - (xy 91.778422 53.336399) - (xy 91.694625 53.395072) - (xy 90.695316 53.395072) - (xy 90.661576 53.368811) - (xy 90.463574 53.261658) - (xy 90.463573 53.261657) - (xy 90.463572 53.261657) - (xy 90.250636 53.188556) - (xy 90.028569 53.1515) - (xy 89.803431 53.1515) - (xy 89.581363 53.188556) - (xy 89.368427 53.261657) - (xy 89.170424 53.368811) - (xy 88.99276 53.507094) - (xy 88.840279 53.67273) - (xy 88.717138 53.861211) - (xy 88.630611 54.058477) - (xy 88.626704 54.067384) - (xy 88.596754 54.185655) - (xy 88.571435 54.285636) - (xy 88.552843 54.51) - (xy 88.571435 54.734363) - (xy 88.571435 54.734366) - (xy 88.571436 54.734368) - (xy 88.611201 54.891397) - (xy 88.626705 54.952618) - (xy 88.717138 55.158788) - (xy 88.840281 55.347273) - (xy 88.993729 55.51396) - (xy 89.018017 55.552868) - (xy 89.0265 55.597943) - (xy 89.0265 55.962057) - (xy 89.018017 56.007132) - (xy 88.993729 56.04604) - (xy 88.840281 56.212726) - (xy 88.717138 56.401211) - (xy 88.626705 56.607381) - (xy 88.571435 56.825636) - (xy 88.552843 57.049999) - (xy 83.091579 57.049999) - (xy 82.971301 56.878224) - (xy 82.821776 56.728699) - (xy 82.648558 56.607411) - (xy 82.648494 56.607381) - (xy 82.456911 56.518044) - (xy 82.252652 56.463313) - (xy 82.042 56.444883) - (xy 81.831347 56.463313) - (xy 81.627088 56.518044) - (xy 81.435441 56.607411) - (xy 81.262223 56.728699) - (xy 81.112699 56.878223) - (xy 80.991411 57.051441) - (xy 80.902044 57.243088) - (xy 80.847313 57.447347) - (xy 80.828883 57.657999) - (xy 78.175116 57.657999) - (xy 78.156686 57.447345) - (xy 78.101956 57.24309) - (xy 78.012589 57.051442) - (xy 77.891301 56.878224) - (xy 77.741776 56.728699) - (xy 77.568558 56.607411) - (xy 77.568494 56.607381) - (xy 77.376911 56.518044) - (xy 77.172652 56.463313) - (xy 76.962 56.444883) - (xy 76.751347 56.463313) - (xy 76.547088 56.518044) - (xy 76.355441 56.607411) - (xy 76.182223 56.728699) - (xy 76.032699 56.878223) - (xy 75.911411 57.051441) - (xy 75.822044 57.243088) - (xy 75.767313 57.447347) - (xy 75.748883 57.657999) - (xy 54.81288 57.657999) - (xy 54.811925 57.642221) - (xy 54.8117 57.634735) - (xy 54.8117 55.368) - (xy 62.772888 55.368) - (xy 62.772888 55.965824) - (xy 62.77929 56.025375) - (xy 62.829535 56.160089) - (xy 62.915699 56.275188) - (xy 63.030798 56.361352) - (xy 63.165512 56.411597) - (xy 63.225064 56.418) - (xy 63.822888 56.418) - (xy 64.322888 56.418) - (xy 64.920712 56.418) - (xy 64.980263 56.411597) - (xy 65.114977 56.361352) - (xy 65.230076 56.275188) - (xy 65.31624 56.160088) - (xy 65.370579 56.0144) - (xy 65.405558 55.96402) - (xy 65.460403 55.936567) - (xy 65.521696 55.938756) - (xy 65.574441 55.970051) - (xy 65.728588 56.124198) - (xy 65.916139 56.255523) - (xy 66.123645 56.352284) - (xy 66.344801 56.411543) - (xy 66.572888 56.431498) - (xy 66.800975 56.411543) - (xy 67.022131 56.352284) - (xy 67.229637 56.255523) - (xy 67.417188 56.124198) - (xy 67.579086 55.9623) - (xy 67.710411 55.774749) - (xy 67.807172 55.567243) - (xy 67.866431 55.346087) - (xy 67.886386 55.118) - (xy 67.866431 54.889913) - (xy 67.807172 54.668757) - (xy 67.710411 54.461251) - (xy 67.579086 54.2737) - (xy 67.417188 54.111802) - (xy 67.229637 53.980477) - (xy 67.229634 53.980476) - (xy 67.229632 53.980474) - (xy 67.022134 53.883717) - (xy 67.022131 53.883716) - (xy 66.832328 53.832858) - (xy 66.800972 53.824456) - (xy 66.572888 53.804501) - (xy 66.344803 53.824456) - (xy 66.123641 53.883717) - (xy 65.916143 53.980474) - (xy 65.728588 54.111802) - (xy 65.574442 54.265948) - (xy 65.521695 54.297243) - (xy 65.460403 54.299432) - (xy 65.405558 54.271979) - (xy 65.370579 54.221599) - (xy 65.31624 54.075911) - (xy 65.230076 53.960811) - (xy 65.114977 53.874647) - (xy 64.980263 53.824402) - (xy 64.920712 53.818) - (xy 64.322888 53.818) - (xy 64.322888 56.418) - (xy 63.822888 56.418) - (xy 63.822888 55.368) - (xy 62.772888 55.368) - (xy 54.8117 55.368) - (xy 54.8117 54.868) - (xy 62.772888 54.868) - (xy 63.822888 54.868) - (xy 63.822888 53.818) - (xy 63.225064 53.818) - (xy 63.165512 53.824402) - (xy 63.030798 53.874647) - (xy 62.915699 53.960811) - (xy 62.829535 54.07591) - (xy 62.77929 54.210624) - (xy 62.772888 54.270176) - (xy 62.772888 54.868) - (xy 54.8117 54.868) - (xy 54.8117 54.146158) - (xy 54.821139 54.098705) - (xy 54.848019 54.058477) - (xy 55.808477 53.098019) - (xy 55.848705 53.071139) - (xy 55.896158 53.0617) - (xy 69.893404 53.0617) - (xy 69.952681 53.076786) - (xy 69.997534 53.118374) - (xy 70.01705 53.176343) - (xy 70.00648 53.23659) - (xy 69.992423 53.267823) - (xy 69.990533 53.278136) - (xy 69.984509 53.299742) - (xy 69.980794 53.309537) - (xy 69.973422 53.370246) - (xy 69.972295 53.377648) - (xy 69.961268 53.437822) - (xy 69.964962 53.498884) - (xy 69.965188 53.506372) - (xy 69.965188 53.6855) - (xy 69.948575 53.7475) - (xy 69.903188 53.792887) - (xy 69.841188 53.8095) - (xy 69.82825 53.8095) - (xy 69.801333 53.812393) - (xy 69.767682 53.816011) - (xy 69.630684 53.86711) - (xy 69.513626 53.954738) - (xy 69.425998 54.071796) - (xy 69.374899 54.208794) - (xy 69.368388 54.269366) - (xy 69.368388 55.966634) - (xy 69.374899 56.027205) - (xy 69.425998 56.164203) - (xy 69.513626 56.281261) - (xy 69.630684 56.368889) - (xy 69.767682 56.419988) - (xy 69.767685 56.419988) - (xy 69.767687 56.419989) - (xy 69.82825 56.4265) - (xy 71.525522 56.4265) - (xy 71.525526 56.4265) - (xy 71.586089 56.419989) - (xy 71.586091 56.419988) - (xy 71.586093 56.419988) - (xy 71.698683 56.377993) - (xy 71.723092 56.368889) - (xy 71.840149 56.281261) - (xy 71.903207 56.197026) - (xy 72.451414 56.197026) - (xy 72.524403 56.248133) - (xy 72.730561 56.344266) - (xy 72.950285 56.403141) - (xy 73.176888 56.422966) - (xy 73.40349 56.403141) - (xy 73.623214 56.344266) - (xy 73.829368 56.248134) - (xy 73.90236 56.197025) - (xy 73.176889 55.471553) - (xy 73.176888 55.471553) - (xy 72.451414 56.197025) - (xy 72.451414 56.197026) - (xy 71.903207 56.197026) - (xy 71.927777 56.164204) - (xy 71.949812 56.105124) - (xy 71.978876 56.027205) - (xy 71.978876 56.027203) - (xy 71.978877 56.027201) - (xy 71.985388 55.966638) - (xy 71.985388 55.966634) - (xy 71.986098 55.96003) - (xy 71.987865 55.960219) - (xy 72.00385 55.903856) - (xy 72.053738 55.858143) - (xy 72.09016 55.851173) - (xy 72.823334 55.117999) - (xy 73.530441 55.117999) - (xy 74.255913 55.843472) - (xy 74.307022 55.77048) - (xy 74.403154 55.564326) - (xy 74.462029 55.344602) - (xy 74.481854 55.117999) - (xy 74.462029 54.891397) - (xy 74.403154 54.671673) - (xy 74.307021 54.465515) - (xy 74.255913 54.392526) - (xy 73.530441 55.117998) - (xy 73.530441 55.117999) - (xy 72.823334 55.117999) - (xy 72.823334 55.117998) - (xy 72.090159 54.384825) - (xy 72.053738 54.377856) - (xy 72.00385 54.332143) - (xy 71.987865 54.27578) - (xy 71.986098 54.27597) - (xy 71.979157 54.211404) - (xy 71.978877 54.208799) - (xy 71.978876 54.208797) - (xy 71.978876 54.208794) - (xy 71.927777 54.071796) - (xy 71.903206 54.038973) - (xy 72.451414 54.038973) - (xy 73.176888 54.764446) - (xy 73.176889 54.764446) - (xy 73.90236 54.038974) - (xy 73.902359 54.038972) - (xy 73.829372 53.987866) - (xy 73.801781 53.975) - (xy 75.621883 53.975) - (xy 75.640313 54.185652) - (xy 75.695044 54.389911) - (xy 75.730299 54.465515) - (xy 75.784411 54.581558) - (xy 75.905699 54.754776) - (xy 76.055224 54.904301) - (xy 76.228442 55.025589) - (xy 76.42009 55.114956) - (xy 76.624345 55.169686) - (xy 76.835 55.188116) - (xy 77.045655 55.169686) - (xy 77.24991 55.114956) - (xy 77.441558 55.025589) - (xy 77.614776 54.904301) - (xy 77.764301 54.754776) - (xy 77.885589 54.581558) - (xy 77.974956 54.38991) - (xy 78.029686 54.185655) - (xy 78.048116 53.975) - (xy 80.701883 53.975) - (xy 80.720313 54.185652) - (xy 80.775044 54.389911) - (xy 80.810299 54.465515) - (xy 80.864411 54.581558) - (xy 80.985699 54.754776) - (xy 81.135224 54.904301) - (xy 81.308442 55.025589) - (xy 81.50009 55.114956) - (xy 81.704345 55.169686) - (xy 81.915 55.188116) - (xy 82.125655 55.169686) - (xy 82.32991 55.114956) - (xy 82.521558 55.025589) - (xy 82.694776 54.904301) - (xy 82.844301 54.754776) - (xy 82.965589 54.581558) - (xy 83.054956 54.38991) - (xy 83.109686 54.185655) - (xy 83.128116 53.975) - (xy 83.109686 53.764345) - (xy 83.054956 53.56009) - (xy 82.965589 53.368442) - (xy 82.844301 53.195224) - (xy 82.694776 53.045699) - (xy 82.521558 52.924411) - (xy 82.329911 52.835044) - (xy 82.125652 52.780313) - (xy 81.915 52.761883) - (xy 81.704347 52.780313) - (xy 81.500088 52.835044) - (xy 81.308441 52.924411) - (xy 81.135223 53.045699) - (xy 80.985699 53.195223) - (xy 80.864411 53.368441) - (xy 80.775044 53.560088) - (xy 80.720313 53.764347) - (xy 80.701883 53.975) - (xy 78.048116 53.975) - (xy 78.029686 53.764345) - (xy 77.974956 53.56009) - (xy 77.885589 53.368442) - (xy 77.764301 53.195224) - (xy 77.614776 53.045699) - (xy 77.441558 52.924411) - (xy 77.249911 52.835044) - (xy 77.045652 52.780313) - (xy 76.835 52.761883) - (xy 76.624347 52.780313) - (xy 76.420088 52.835044) - (xy 76.228441 52.924411) - (xy 76.055223 53.045699) - (xy 75.905699 53.195223) - (xy 75.784411 53.368441) - (xy 75.695044 53.560088) - (xy 75.640313 53.764347) - (xy 75.621883 53.975) - (xy 73.801781 53.975) - (xy 73.623214 53.891733) - (xy 73.40349 53.832858) - (xy 73.176888 53.813033) - (xy 72.950285 53.832858) - (xy 72.73056 53.891733) - (xy 72.524404 53.987865) - (xy 72.451415 54.038973) - (xy 72.451414 54.038973) - (xy 71.903206 54.038973) - (xy 71.840149 53.954738) - (xy 71.723091 53.86711) - (xy 71.593813 53.818891) - (xy 71.543434 53.783912) - (xy 71.515981 53.729068) - (xy 71.51817 53.667775) - (xy 71.549464 53.615031) - (xy 73.108476 52.056018) - (xy 73.148704 52.029139) - (xy 73.196157 52.0197) - (xy 103.961842 52.0197) - (xy 104.009295 52.029139) - (xy 104.049523 52.056019) - (xy 110.113323 58.119819) - (xy 110.143573 58.169182) - (xy 110.148115 58.226898) - (xy 110.12596 58.280385) - (xy 110.081937 58.317985) - (xy 110.025642 58.3315) - (xy 108.575362 58.3315) - (xy 108.548445 58.334393) - (xy 108.514794 58.338011) - (xy 108.377796 58.38911) - (xy 108.260738 58.476738) - (xy 108.17311 58.593796) - (xy 108.122011 58.730794) - (xy 108.1155 58.791366) - (xy 108.1155 60.588634) - (xy 108.122011 60.649205) - (xy 108.17311 60.786203) - (xy 108.260738 60.903261) - (xy 108.290409 60.925472) - (xy 108.377796 60.990889) - (xy 108.495596 61.034826) - (xy 108.545129 61.06884) - (xy 108.572856 61.122151) - (xy 108.572263 61.182237) - (xy 108.54349 61.23499) - (xy 108.398279 61.39273) - (xy 108.275138 61.581211) - (xy 108.184705 61.787381) - (xy 108.184704 61.787384) - (xy 108.177688 61.81509) - (xy 108.129435 62.005636) - (xy 108.110843 62.229999) - (xy 108.129435 62.454363) - (xy 108.129435 62.454366) - (xy 108.129436 62.454368) - (xy 108.165226 62.5957) - (xy 108.17489 62.63386) - (xy 108.176045 62.689747) - (xy 108.152537 62.740462) - (xy 108.109144 62.7757) - (xy 108.054684 62.7883) - (xy 104.25426 62.7883) - (xy 104.246772 62.788074) - (xy 104.185713 62.78438) - (xy 104.185712 62.78438) - (xy 104.125537 62.795407) - (xy 104.118135 62.796534) - (xy 104.08902 62.800069) - (xy 104.058969 62.803718) - (xy 104.011929 62.800398) - (xy 103.894585 62.768956) - (xy 103.666499 62.749001) - (xy 103.438415 62.768956) - (xy 103.217253 62.828217) - (xy 103.009755 62.924974) - (xy 102.822196 63.056305) - (xy 102.660305 63.218196) - (xy 102.528974 63.405755) - (xy 102.52419 63.416015) - (xy 102.478431 63.468189) - (xy 102.411805 63.487606) - (xy 102.345181 63.468184) - (xy 102.299426 63.416006) - (xy 102.296632 63.410015) - (xy 102.245525 63.337026) - (xy 101.520053 64.0625) - (xy 101.520053 64.062501) - (xy 102.245525 64.787972) - (xy 102.296631 64.714985) - (xy 102.299424 64.708996) - (xy 102.345179 64.656816) - (xy 102.411805 64.637393) - (xy 102.478432 64.65681) - (xy 102.524191 64.708986) - (xy 102.528975 64.719244) - (xy 102.528977 64.719249) - (xy 102.660302 64.9068) - (xy 102.8222 65.068698) - (xy 102.901925 65.124522) - (xy 102.940789 65.168839) - (xy 102.9548 65.226096) - (xy 102.9548 65.940552) - (xy 102.936339 66.005649) - (xy 102.886451 66.051362) - (xy 102.819993 66.06408) - (xy 102.6705 66.051001) - (xy 102.442415 66.070956) - (xy 102.221253 66.130217) - (xy 102.013755 66.226974) - (xy 102.01375 66.226977) - (xy 102.013751 66.226977) - (xy 101.837026 66.350722) - (xy 101.826196 66.358305) - (xy 101.664305 66.520196) - (xy 101.664302 66.520199) - (xy 101.664302 66.5202) - (xy 101.636154 66.5604) - (xy 101.532974 66.707755) - (xy 101.436217 66.915253) - (xy 101.376956 67.136415) - (xy 101.357001 67.3645) - (xy 101.376956 67.592584) - (xy 101.376957 67.592587) - (xy 101.431553 67.796342) - (xy 101.436217 67.813746) - (xy 101.532974 68.021244) - (xy 101.532976 68.021246) - (xy 101.532977 68.021249) - (xy 101.664302 68.2088) - (xy 101.8262 68.370698) - (xy 102.013751 68.502023) - (xy 102.052301 68.519999) - (xy 102.056845 68.522118) - (xy 102.109021 68.567875) - (xy 102.12844 68.6345) - (xy 102.109021 68.701125) - (xy 102.056844 68.746882) - (xy 102.013751 68.766977) - (xy 101.875714 68.863632) - (xy 101.826196 68.898305) - (xy 101.664305 69.060196) - (xy 101.664302 69.060199) - (xy 101.664302 69.0602) - (xy 101.638939 69.096422) - (xy 101.532974 69.247755) - (xy 101.436217 69.455253) - (xy 101.376956 69.676415) - (xy 101.357001 69.904499) - (xy 101.376956 70.132584) - (xy 101.386959 70.169915) - (xy 101.431553 70.336342) - (xy 101.436217 70.353746) - (xy 101.532974 70.561244) - (xy 101.532976 70.561246) - (xy 101.532977 70.561249) - (xy 101.664302 70.7488) - (xy 101.8262 70.910698) - (xy 102.013751 71.042023) - (xy 102.056845 71.062118) - (xy 102.10902 71.107872) - (xy 102.12844 71.174497) - (xy 102.109022 71.241122) - (xy 102.056847 71.28688) - (xy 102.013754 71.306975) - (xy 102.013751 71.306976) - (xy 102.013751 71.306977) - (xy 101.874906 71.404198) - (xy 101.826196 71.438305) - (xy 101.664305 71.600196) - (xy 101.664302 71.600199) - (xy 101.664302 71.6002) - (xy 101.598639 71.693975) - (xy 101.532974 71.787755) - (xy 101.436217 71.995253) - (xy 101.376956 72.216415) - (xy 101.357001 72.4445) - (xy 101.376956 72.672584) - (xy 101.388763 72.716648) - (xy 101.435434 72.890826) - (xy 101.436217 72.893746) - (xy 101.532974 73.101244) - (xy 101.532976 73.101246) - (xy 101.532977 73.101249) - (xy 101.664302 73.2888) - (xy 101.8262 73.450698) - (xy 102.013751 73.582023) - (xy 102.066901 73.606807) - (xy 102.119076 73.652561) - (xy 102.138496 73.719186) - (xy 102.119078 73.785811) - (xy 102.066903 73.831569) - (xy 102.01802 73.854364) - (xy 101.83168 73.984841) - (xy 101.670841 74.14568) - (xy 101.540365 74.332019) - (xy 101.444233 74.538173) - (xy 101.391628 74.734499) - (xy 101.391628 74.7345) - (xy 103.949372 74.7345) - (xy 103.949371 74.734499) - (xy 103.896766 74.538173) - (xy 103.800634 74.332019) - (xy 103.670158 74.14568) - (xy 103.509319 73.984841) - (xy 103.322982 73.854366) - (xy 103.274097 73.83157) - (xy 103.221922 73.785812) - (xy 103.202503 73.719186) - (xy 103.221924 73.652561) - (xy 103.274096 73.606808) - (xy 103.327249 73.582023) - (xy 103.5148 73.450698) - (xy 103.676698 73.2888) - (xy 103.808023 73.101249) - (xy 103.904784 72.893743) - (xy 103.964043 72.672587) - (xy 103.983998 72.4445) - (xy 103.964043 72.216413) - (xy 103.904784 71.995257) - (xy 103.808023 71.787751) - (xy 103.676698 71.6002) - (xy 103.5148 71.438302) - (xy 103.327249 71.306977) - (xy 103.284153 71.286881) - (xy 103.231978 71.241123) - (xy 103.212559 71.174497) - (xy 103.23198 71.107872) - (xy 103.284154 71.062118) - (xy 103.327249 71.042023) - (xy 103.5148 70.910698) - (xy 103.676698 70.7488) - (xy 103.808023 70.561249) - (xy 103.904784 70.353743) - (xy 103.964043 70.132587) - (xy 103.983998 69.9045) - (xy 103.979809 69.856625) - (xy 103.969716 69.741255) - (xy 103.964043 69.676413) - (xy 103.904784 69.455257) - (xy 103.808023 69.247751) - (xy 103.676698 69.0602) - (xy 103.5148 68.898302) - (xy 103.327249 68.766977) - (xy 103.284155 68.746882) - (xy 103.231979 68.701125) - (xy 103.212559 68.6345) - (xy 103.231979 68.567875) - (xy 103.284155 68.522118) - (xy 103.288699 68.519999) - (xy 103.327249 68.502023) - (xy 103.5148 68.370698) - (xy 103.676698 68.2088) - (xy 103.808023 68.021249) - (xy 103.904784 67.813743) - (xy 103.964043 67.592587) - (xy 103.983998 67.3645) - (xy 103.964339 67.139796) - (xy 103.971345 67.086579) - (xy 104.000184 67.04131) - (xy 104.151899 66.889595) - (xy 104.157318 66.884493) - (xy 104.203128 66.843911) - (xy 104.237889 66.793548) - (xy 104.24229 66.787566) - (xy 104.280033 66.739393) - (xy 104.284331 66.729841) - (xy 104.295356 66.710294) - (xy 104.301307 66.701673) - (xy 104.323005 66.644456) - (xy 104.325862 66.637562) - (xy 104.326228 66.636749) - (xy 104.350965 66.581787) - (xy 104.352853 66.571478) - (xy 104.358878 66.549868) - (xy 104.362594 66.540072) - (xy 104.369967 66.479339) - (xy 104.371086 66.47199) - (xy 104.38212 66.411787) - (xy 104.378425 66.350721) - (xy 104.3782 66.343235) - (xy 104.3782 65.226096) - (xy 104.392211 65.168839) - (xy 104.431074 65.124522) - (xy 104.5108 65.068698) - (xy 104.672698 64.9068) - (xy 104.804023 64.719249) - (xy 104.900784 64.511743) - (xy 104.950183 64.327384) - (xy 104.956555 64.303606) - (xy 104.981341 64.255994) - (xy 105.023926 64.223318) - (xy 105.07633 64.2117) - (xy 108.054684 64.2117) - (xy 108.109144 64.2243) - (xy 108.152537 64.259538) - (xy 108.176045 64.310253) - (xy 108.17489 64.366138) - (xy 108.144485 64.486204) - (xy 108.129435 64.545636) - (xy 108.110843 64.77) - (xy 108.129435 64.994363) - (xy 108.129435 64.994366) - (xy 108.129436 64.994368) - (xy 108.17885 65.1895) - (xy 108.184705 65.212618) - (xy 108.275138 65.418788) - (xy 108.27514 65.418791) - (xy 108.398278 65.607268) - (xy 108.55076 65.772906) - (xy 108.728424 65.911189) - (xy 108.728426 65.91119) - (xy 108.764931 65.930946) - (xy 108.812436 65.976527) - (xy 108.829913 66.04) - (xy 108.812436 66.103473) - (xy 108.764931 66.149054) - (xy 108.728426 66.168809) - (xy 108.55076 66.307094) - (xy 108.398279 66.47273) - (xy 108.275138 66.661211) - (xy 108.184705 66.867381) - (xy 108.184704 66.867384) - (xy 108.143742 67.02914) - (xy 108.129435 67.085636) - (xy 108.110843 67.309999) - (xy 108.129435 67.534363) - (xy 108.129435 67.534366) - (xy 108.129436 67.534368) - (xy 108.173645 67.708946) - (xy 108.184705 67.752618) - (xy 108.275138 67.958788) - (xy 108.27514 67.958791) - (xy 108.398278 68.147268) - (xy 108.55076 68.312906) - (xy 108.728424 68.451189) - (xy 108.926426 68.558342) - (xy 109.139365 68.631444) - (xy 109.361431 68.6685) - (xy 109.586569 68.6685) - (xy 109.808635 68.631444) - (xy 110.021574 68.558342) - (xy 110.150782 68.488418) - (xy 110.212363 68.473499) - (xy 110.273274 68.49095) - (xy 110.317612 68.536214) - (xy 110.3338 68.597473) - (xy 110.3338 89.303842) - (xy 110.324361 89.351295) - (xy 110.297481 89.391523) - (xy 110.137023 89.551981) - (xy 110.096795 89.578861) - (xy 110.049342 89.5883) - (xy 109.543047 89.5883) - (xy 109.525248 89.5883) - (xy 109.517761 89.588074) - (xy 109.487923 89.586269) - (xy 109.456713 89.584381) - (xy 109.456712 89.584381) - (xy 109.446411 89.586269) - (xy 109.424059 89.5883) - (xy 103.938847 89.5883) - (xy 103.93136 89.588074) - (xy 103.870293 89.584379) - (xy 103.810121 89.595406) - (xy 103.802721 89.596532) - (xy 103.742009 89.603905) - (xy 103.732212 89.60762) - (xy 103.710615 89.613641) - (xy 103.700295 89.615533) - (xy 103.644504 89.640642) - (xy 103.637587 89.643507) - (xy 103.580408 89.665192) - (xy 103.571776 89.67115) - (xy 103.552243 89.682166) - (xy 103.542687 89.686467) - (xy 103.494546 89.724182) - (xy 103.488517 89.728618) - (xy 103.438173 89.763369) - (xy 103.397603 89.809162) - (xy 103.39247 89.814614) - (xy 103.158175 90.048909) - (xy 103.112904 90.07775) - (xy 103.059686 90.084756) - (xy 103.008493 90.068615) - (xy 102.968919 90.032351) - (xy 102.913025 89.952526) - (xy 101.834 91.031553) - (xy 101.108526 91.757025) - (xy 101.108526 91.757026) - (xy 101.177788 91.805523) - (xy 101.214052 91.845097) - (xy 101.230193 91.89629) - (xy 101.223187 91.949508) - (xy 101.194346 91.994779) - (xy 101.184434 92.004691) - (xy 101.178982 92.009824) - (xy 101.133184 92.050398) - (xy 101.127229 92.059026) - (xy 101.112862 92.076263) - (xy 100.814334 92.374792) - (xy 100.774106 92.401672) - (xy 100.726653 92.411111) - (xy 95.984746 92.411111) - (xy 95.928451 92.397596) - (xy 95.884428 92.359996) - (xy 95.862273 92.306509) - (xy 95.866815 92.248793) - (xy 95.897065 92.19943) - (xy 96.046097 92.050398) - (xy 96.209117 91.887377) - (xy 96.254386 91.858538) - (xy 96.307601 91.851532) - (xy 96.44 91.863116) - (xy 96.44 91.863115) - (xy 96.440001 91.863116) - (xy 96.492663 91.858508) - (xy 96.650655 91.844686) - (xy 96.85491 91.789956) - (xy 97.046558 91.700589) - (xy 97.219776 91.579301) - (xy 97.369301 91.429776) - (xy 97.490589 91.256558) - (xy 97.579956 91.06491) - (xy 97.634686 90.860655) - (xy 97.650666 90.678) - (xy 98.020501 90.678) - (xy 98.040456 90.906084) - (xy 98.099717 91.127246) - (xy 98.196474 91.334744) - (xy 98.196476 91.334746) - (xy 98.196477 91.334749) - (xy 98.327802 91.5223) - (xy 98.4897 91.684198) - (xy 98.677251 91.815523) - (xy 98.884757 91.912284) - (xy 99.105913 91.971543) - (xy 99.232158 91.982588) - (xy 99.333999 91.991498) - (xy 99.333999 91.991497) - (xy 99.334 91.991498) - (xy 99.562087 91.971543) - (xy 99.783243 91.912284) - (xy 99.990749 91.815523) - (xy 100.1783 91.684198) - (xy 100.340198 91.5223) - (xy 100.471523 91.334749) - (xy 100.476306 91.32449) - (xy 100.522063 91.272313) - (xy 100.588688 91.252893) - (xy 100.655315 91.272313) - (xy 100.701072 91.32449) - (xy 100.703867 91.330485) - (xy 100.754972 91.403471) - (xy 100.754974 91.403472) - (xy 101.480446 90.678001) - (xy 101.480446 90.678) - (xy 100.754973 89.952526) - (xy 100.754973 89.952527) - (xy 100.703863 90.02552) - (xy 100.701067 90.031516) - (xy 100.655308 90.083689) - (xy 100.588683 90.103105) - (xy 100.522059 90.083683) - (xy 100.476305 90.031507) - (xy 100.471524 90.021253) - (xy 100.466963 90.014739) - (xy 100.340198 89.8337) - (xy 100.1783 89.671802) - (xy 100.07429 89.598973) - (xy 101.108526 89.598973) - (xy 101.834 90.324446) - (xy 101.834001 90.324446) - (xy 102.559472 89.598974) - (xy 102.559471 89.598972) - (xy 102.486484 89.547866) - (xy 102.280326 89.451733) - (xy 102.060602 89.392858) - (xy 101.834 89.373033) - (xy 101.607397 89.392858) - (xy 101.387672 89.451733) - (xy 101.181516 89.547865) - (xy 101.108527 89.598973) - (xy 101.108526 89.598973) - (xy 100.07429 89.598973) - (xy 99.990749 89.540477) - (xy 99.990745 89.540475) - (xy 99.990744 89.540474) - (xy 99.783246 89.443717) - (xy 99.783243 89.443716) - (xy 99.59344 89.392858) - (xy 99.562084 89.384456) - (xy 99.334 89.364501) - (xy 99.105915 89.384456) - (xy 98.884753 89.443717) - (xy 98.677255 89.540474) - (xy 98.656724 89.55485) - (xy 98.551562 89.628486) - (xy 98.489696 89.671805) - (xy 98.327805 89.833696) - (xy 98.196474 90.021255) - (xy 98.099717 90.228753) - (xy 98.040456 90.449915) - (xy 98.020501 90.678) - (xy 97.650666 90.678) - (xy 97.653116 90.65) - (xy 97.634686 90.439345) - (xy 97.579956 90.23509) - (xy 97.490589 90.043442) - (xy 97.369301 89.870224) - (xy 97.219776 89.720699) - (xy 97.046558 89.599411) - (xy 97.037969 89.595406) - (xy 96.854911 89.510044) - (xy 96.650652 89.455313) - (xy 96.439999 89.436883) - (xy 96.229347 89.455313) - (xy 96.025088 89.510044) - (xy 95.833441 89.599411) - (xy 95.660223 89.720699) - (xy 95.510699 89.870223) - (xy 95.389411 90.043441) - (xy 95.300044 90.235088) - (xy 95.245313 90.439347) - (xy 95.226883 90.65) - (xy 95.238466 90.782395) - (xy 95.23146 90.835612) - (xy 95.202619 90.880883) - (xy 95.07832 91.005183) - (xy 95.038095 91.032061) - (xy 94.990642 91.0415) - (xy 92.667829 91.0415) - (xy 92.612985 91.028712) - (xy 92.569453 90.992986) - (xy 92.546212 90.941691) - (xy 92.548054 90.885406) - (xy 92.554686 90.860655) - (xy 92.573116 90.65) - (xy 92.554686 90.439345) - (xy 92.499956 90.23509) - (xy 92.410589 90.043442) - (xy 92.289301 89.870224) - (xy 92.139776 89.720699) - (xy 91.966558 89.599411) - (xy 91.957969 89.595406) - (xy 91.774911 89.510044) - (xy 91.570652 89.455313) - (xy 91.359999 89.436883) - (xy 91.149347 89.455313) - (xy 90.945088 89.510044) - (xy 90.753441 89.599411) - (xy 90.580223 89.720699) - (xy 90.430699 89.870223) - (xy 90.309411 90.043441) - (xy 90.220044 90.235088) - (xy 90.165313 90.439347) - (xy 90.146883 90.65) - (xy 90.165313 90.860652) - (xy 90.171946 90.885406) - (xy 90.173788 90.941691) - (xy 90.150547 90.992986) - (xy 90.107015 91.028712) - (xy 90.052171 91.0415) - (xy 89.474943 91.0415) - (xy 89.408318 91.022081) - (xy 89.362561 90.969905) - (xy 89.332801 90.906084) - (xy 89.275523 90.783251) - (xy 89.144198 90.5957) - (xy 88.9823 90.433802) - (xy 88.794749 90.302477) - (xy 88.794746 90.302476) - (xy 88.794744 90.302474) - (xy 88.587246 90.205717) - (xy 88.587243 90.205716) - (xy 88.387606 90.152223) - (xy 88.366084 90.146456) - (xy 88.138 90.126501) - (xy 87.909915 90.146456) - (xy 87.688753 90.205717) - (xy 87.481255 90.302474) - (xy 87.293696 90.433805) - (xy 87.131805 90.595696) - (xy 87.000474 90.783255) - (xy 86.903717 90.990753) - (xy 86.844456 91.211915) - (xy 86.824501 91.44) - (xy 86.844456 91.668084) - (xy 86.903717 91.889246) - (xy 87.000474 92.096744) - (xy 87.000476 92.096746) - (xy 87.000477 92.096749) - (xy 87.131802 92.2843) - (xy 87.2937 92.446198) - (xy 87.481251 92.577523) - (xy 87.517629 92.594486) - (xy 87.524345 92.597618) - (xy 87.576521 92.643375) - (xy 87.59594 92.71) - (xy 87.576521 92.776625) - (xy 87.524344 92.822382) - (xy 87.481251 92.842477) - (xy 87.301365 92.968435) - (xy 87.293696 92.973805) - (xy 87.131805 93.135696) - (xy 87.131802 93.135699) - (xy 87.131802 93.1357) - (xy 87.083524 93.204648) - (xy 87.000474 93.323255) - (xy 86.903717 93.530753) - (xy 86.844456 93.751915) - (xy 86.824501 93.979999) - (xy 86.844456 94.208084) - (xy 86.903717 94.429246) - (xy 87.000474 94.636744) - (xy 87.000476 94.636746) - (xy 87.000477 94.636749) - (xy 87.131802 94.8243) - (xy 87.2937 94.986198) - (xy 87.481251 95.117523) - (xy 87.521334 95.136214) - (xy 87.524345 95.137618) - (xy 87.576521 95.183375) - (xy 87.59594 95.25) - (xy 87.576521 95.316625) - (xy 87.524344 95.362382) - (xy 87.481251 95.382477) - (xy 87.307699 95.504) - (xy 87.293696 95.513805) - (xy 87.131805 95.675696) - (xy 87.131802 95.675699) - (xy 87.131802 95.6757) - (xy 87.113722 95.701521) - (xy 87.000474 95.863255) - (xy 86.903717 96.070753) - (xy 86.844456 96.291915) - (xy 86.824501 96.52) - (xy 86.844456 96.748084) - (xy 86.863056 96.817498) - (xy 86.902934 96.966326) - (xy 86.903717 96.969246) - (xy 87.000474 97.176744) - (xy 87.000476 97.176746) - (xy 87.000477 97.176749) - (xy 87.131802 97.3643) - (xy 87.2937 97.526198) - (xy 87.481251 97.657523) - (xy 87.524345 97.677618) - (xy 87.57652 97.723372) - (xy 87.59594 97.789997) - (xy 87.576522 97.856622) - (xy 87.524347 97.90238) - (xy 87.481254 97.922475) - (xy 87.481251 97.922476) - (xy 87.481251 97.922477) - (xy 87.295583 98.052484) - (xy 87.293696 98.053805) - (xy 87.131805 98.215696) - (xy 87.131802 98.215699) - (xy 87.131802 98.2157) - (xy 87.092321 98.272084) - (xy 87.000474 98.403255) - (xy 86.903717 98.610753) - (xy 86.844456 98.831915) - (xy 86.824501 99.06) - (xy 86.844456 99.288084) - (xy 86.863097 99.357651) - (xy 86.896926 99.483904) - (xy 86.903717 99.509246) - (xy 87.000474 99.716744) - (xy 87.000476 99.716746) - (xy 87.000477 99.716749) - (xy 87.131802 99.9043) - (xy 87.2937 100.066198) - (xy 87.481251 100.197523) - (xy 87.521334 100.216214) - (xy 87.524345 100.217618) - (xy 87.576521 100.263375) - (xy 87.59594 100.33) - (xy 87.576521 100.396625) - (xy 87.524344 100.442382) - (xy 87.481251 100.462477) - (xy 87.2937 100.593802) - (xy 87.293696 100.593805) - (xy 87.131805 100.755696) - (xy 87.000474 100.943255) - (xy 86.903717 101.150753) - (xy 86.844456 101.371915) - (xy 86.824501 101.599999) - (xy 86.844456 101.828084) - (xy 86.863295 101.89839) - (xy 86.894684 102.015537) - (xy 86.903717 102.049246) - (xy 87.000474 102.256744) - (xy 87.000476 102.256746) - (xy 87.000477 102.256749) - (xy 87.131802 102.4443) - (xy 87.2937 102.606198) - (xy 87.481251 102.737523) - (xy 87.521334 102.756214) - (xy 87.524345 102.757618) - (xy 87.576521 102.803375) - (xy 87.59594 102.87) - (xy 87.576521 102.936625) - (xy 87.524344 102.982382) - (xy 87.481251 103.002477) - (xy 87.307699 103.124) - (xy 87.293696 103.133805) - (xy 87.131805 103.295696) - (xy 87.000474 103.483255) - (xy 86.903717 103.690753) - (xy 86.844456 103.911915) - (xy 86.824501 104.139999) - (xy 86.844456 104.368084) - (xy 86.868415 104.4575) - (xy 86.896926 104.563904) - (xy 86.903717 104.589246) - (xy 87.000474 104.796744) - (xy 87.000476 104.796746) - (xy 87.000477 104.796749) - (xy 87.131802 104.9843) - (xy 87.2937 105.146198) - (xy 87.481251 105.277523) - (xy 87.521334 105.296214) - (xy 87.524345 105.297618) - (xy 87.576521 105.343375) - (xy 87.59594 105.41) - (xy 87.576521 105.476625) - (xy 87.524345 105.522382) - (xy 87.486835 105.539873) - (xy 87.481251 105.542477) - (xy 87.307699 105.664) - (xy 87.293696 105.673805) - (xy 87.131805 105.835696) - (xy 87.131802 105.835699) - (xy 87.131802 105.8357) - (xy 87.089025 105.896792) - (xy 87.000474 106.023255) - (xy 86.903717 106.230753) - (xy 86.844456 106.451915) - (xy 86.824501 106.68) - (xy 86.844456 106.908084) - (xy 86.903717 107.129246) - (xy 87.000474 107.336744) - (xy 87.000476 107.336746) - (xy 87.000477 107.336749) - (xy 87.131802 107.5243) - (xy 87.2937 107.686198) - (xy 87.481251 107.817523) - (xy 87.521334 107.836214) - (xy 87.524345 107.837618) - (xy 87.576521 107.883375) - (xy 87.59594 107.95) - (xy 87.576521 108.016625) - (xy 87.524344 108.062382) - (xy 87.481251 108.082477) - (xy 87.3077 108.203999) - (xy 87.293696 108.213805) - (xy 87.131805 108.375696) - (xy 87.000474 108.563255) - (xy 86.903717 108.770753) - (xy 86.844456 108.991915) - (xy 86.824501 109.22) - (xy 86.844456 109.448084) - (xy 86.869253 109.540625) - (xy 86.883232 109.592798) - (xy 86.903717 109.669246) - (xy 87.000474 109.876744) - (xy 87.000476 109.876746) - (xy 87.000477 109.876749) - (xy 87.131802 110.0643) - (xy 87.2937 110.226198) - (xy 87.481251 110.357523) - (xy 87.688757 110.454284) - (xy 87.909913 110.513543) - (xy 88.138 110.533498) - (xy 88.366087 110.513543) - (xy 88.587243 110.454284) - (xy 88.794749 110.357523) - (xy 88.9823 110.226198) - (xy 89.144198 110.0643) - (xy 89.275523 109.876749) - (xy 89.372284 109.669243) - (xy 89.431543 109.448087) - (xy 89.451498 109.22) - (xy 89.431543 108.991913) - (xy 89.372284 108.770757) - (xy 89.275523 108.563251) - (xy 89.144198 108.3757) - (xy 88.9823 108.213802) - (xy 88.794749 108.082477) - (xy 88.751655 108.062382) - (xy 88.699479 108.016625) - (xy 88.680059 107.95) - (xy 88.699479 107.883375) - (xy 88.751655 107.837618) - (xy 88.754882 107.836112) - (xy 88.794749 107.817523) - (xy 88.9823 107.686198) - (xy 89.144198 107.5243) - (xy 89.275523 107.336749) - (xy 89.372284 107.129243) - (xy 89.431543 106.908087) - (xy 89.451498 106.68) - (xy 89.431543 106.451913) - (xy 89.372284 106.230757) - (xy 89.297327 106.07001) - (xy 89.275525 106.023255) - (xy 89.275524 106.023254) - (xy 89.275523 106.023251) - (xy 89.144198 105.8357) - (xy 88.9823 105.673802) - (xy 88.794749 105.542477) - (xy 88.785214 105.538031) - (xy 88.751655 105.522382) - (xy 88.699479 105.476625) - (xy 88.680059 105.41) - (xy 88.699479 105.343375) - (xy 88.751655 105.297618) - (xy 88.754882 105.296112) - (xy 88.794749 105.277523) - (xy 88.9823 105.146198) - (xy 89.144198 104.9843) - (xy 89.275523 104.796749) - (xy 89.372284 104.589243) - (xy 89.431543 104.368087) - (xy 89.451498 104.14) - (xy 89.431839 103.915296) - (xy 89.438845 103.862079) - (xy 89.467684 103.81681) - (xy 91.396493 101.888) - (xy 92.666501 101.888) - (xy 92.686456 102.116084) - (xy 92.745717 102.337246) - (xy 92.842474 102.544744) - (xy 92.842476 102.544746) - (xy 92.842477 102.544749) - (xy 92.973802 102.7323) - (xy 93.1357 102.894198) - (xy 93.323251 103.025523) - (xy 93.323254 103.025524) - (xy 93.323255 103.025525) - (xy 93.400945 103.061752) - (xy 93.530757 103.122284) - (xy 93.751913 103.181543) - (xy 93.98 103.201498) - (xy 94.208087 103.181543) - (xy 94.429243 103.122284) - (xy 94.636749 103.025523) - (xy 94.8243 102.894198) - (xy 94.986198 102.7323) - (xy 95.117523 102.544749) - (xy 95.214284 102.337243) - (xy 95.273543 102.116087) - (xy 95.293498 101.888) - (xy 95.273543 101.659913) - (xy 95.214284 101.438757) - (xy 95.149403 101.299619) - (xy 95.117525 101.231255) - (xy 95.117524 101.231254) - (xy 95.117523 101.231251) - (xy 94.986198 101.0437) - (xy 94.8243 100.881802) - (xy 94.636749 100.750477) - (xy 94.636746 100.750476) - (xy 94.636744 100.750474) - (xy 94.429246 100.653717) - (xy 94.429243 100.653716) - (xy 94.318665 100.624086) - (xy 94.208084 100.594456) - (xy 93.98 100.574501) - (xy 93.751915 100.594456) - (xy 93.530753 100.653717) - (xy 93.323255 100.750474) - (xy 93.135696 100.881805) - (xy 92.973805 101.043696) - (xy 92.973802 101.043699) - (xy 92.973802 101.0437) - (xy 92.952 101.074837) - (xy 92.842474 101.231255) - (xy 92.745717 101.438753) - (xy 92.686456 101.659915) - (xy 92.666501 101.888) - (xy 91.396493 101.888) - (xy 92.96139 100.323103) - (xy 92.966829 100.317984) - (xy 93.012628 100.277411) - (xy 93.047406 100.227024) - (xy 93.051812 100.221037) - (xy 93.089532 100.172893) - (xy 93.093827 100.163347) - (xy 93.104853 100.143797) - (xy 93.110807 100.135173) - (xy 93.132504 100.077959) - (xy 93.135353 100.071081) - (xy 93.160465 100.015288) - (xy 93.162353 100.00498) - (xy 93.168377 99.98337) - (xy 93.172094 99.973572) - (xy 93.179466 99.912844) - (xy 93.180591 99.905458) - (xy 93.180803 99.9043) - (xy 93.191619 99.845287) - (xy 93.187925 99.784238) - (xy 93.1877 99.776752) - (xy 93.1877 99.461596) - (xy 93.201711 99.404339) - (xy 93.225663 99.377026) - (xy 94.250526 99.377026) - (xy 94.323515 99.428133) - (xy 94.529673 99.524266) - (xy 94.749397 99.583141) - (xy 94.976 99.602966) - (xy 95.202602 99.583141) - (xy 95.422326 99.524266) - (xy 95.62848 99.428134) - (xy 95.701472 99.377025) - (xy 94.976001 98.651553) - (xy 94.976 98.651553) - (xy 94.250526 99.377025) - (xy 94.250526 99.377026) - (xy 93.225663 99.377026) - (xy 93.240574 99.360022) - (xy 93.3203 99.304198) - (xy 93.482198 99.1423) - (xy 93.613523 98.954749) - (xy 93.618306 98.94449) - (xy 93.664063 98.892313) - (xy 93.730688 98.872893) - (xy 93.797315 98.892313) - (xy 93.843072 98.94449) - (xy 93.845867 98.950485) - (xy 93.896972 99.023471) - (xy 93.896974 99.023472) - (xy 94.622446 98.298001) - (xy 94.622446 98.298) - (xy 94.622445 98.297999) - (xy 95.329553 98.297999) - (xy 96.055025 99.023472) - (xy 96.106134 98.95048) - (xy 96.202266 98.744326) - (xy 96.261141 98.524602) - (xy 96.280966 98.298) - (xy 96.261141 98.071397) - (xy 96.202266 97.851673) - (xy 96.106133 97.645515) - (xy 96.055025 97.572526) - (xy 95.329553 98.297998) - (xy 95.329553 98.297999) - (xy 94.622445 98.297999) - (xy 93.896973 97.572526) - (xy 93.896973 97.572527) - (xy 93.845863 97.64552) - (xy 93.843067 97.651516) - (xy 93.797308 97.703689) - (xy 93.730683 97.723105) - (xy 93.664059 97.703683) - (xy 93.618305 97.651507) - (xy 93.617664 97.650133) - (xy 93.613523 97.641251) - (xy 93.482198 97.4537) - (xy 93.3203 97.291802) - (xy 93.240574 97.235977) - (xy 93.225662 97.218973) - (xy 94.250526 97.218973) - (xy 94.976 97.944446) - (xy 94.976001 97.944446) - (xy 95.701472 97.218974) - (xy 95.701471 97.218972) - (xy 95.628484 97.167866) - (xy 95.422326 97.071733) - (xy 95.202602 97.012858) - (xy 94.976 96.993033) - (xy 94.749397 97.012858) - (xy 94.529672 97.071733) - (xy 94.323516 97.167865) - (xy 94.250527 97.218973) - (xy 94.250526 97.218973) - (xy 93.225662 97.218973) - (xy 93.201711 97.191661) - (xy 93.1877 97.134404) - (xy 93.1877 96.320158) - (xy 93.197139 96.272705) - (xy 93.224019 96.232477) - (xy 93.662766 95.79373) - (xy 95.005651 94.450843) - (xy 95.066491 94.417465) - (xy 95.13574 94.422004) - (xy 95.191706 94.463039) - (xy 95.216858 94.527718) - (xy 95.231813 94.698652) - (xy 95.286544 94.902911) - (xy 95.310273 94.953797) - (xy 95.375911 95.094558) - (xy 95.497199 95.267776) - (xy 95.646724 95.417301) - (xy 95.819942 95.538589) - (xy 96.01159 95.627956) - (xy 96.215845 95.682686) - (xy 96.4265 95.701116) - (xy 96.637155 95.682686) - (xy 96.84141 95.627956) - (xy 97.033058 95.538589) - (xy 97.206276 95.417301) - (xy 97.355801 95.267776) - (xy 97.477089 95.094558) - (xy 97.566456 94.90291) - (xy 97.621186 94.698655) - (xy 97.639616 94.488) - (xy 97.621186 94.277345) - (xy 97.566456 94.07309) - (xy 97.537464 94.010916) - (xy 97.526111 93.950401) - (xy 97.545265 93.891886) - (xy 97.590203 93.849797) - (xy 97.649846 93.834511) - (xy 100.834111 93.834511) - (xy 100.896111 93.851124) - (xy 100.941498 93.896511) - (xy 100.958111 93.958511) - (xy 100.958111 95.352031) - (xy 100.948672 95.399484) - (xy 100.921792 95.439712) - (xy 100.844181 95.517323) - (xy 100.794818 95.547573) - (xy 100.737102 95.552115) - (xy 100.683615 95.52996) - (xy 100.646015 95.485937) - (xy 100.6325 95.429642) - (xy 100.6325 94.655366) - (xy 100.625988 94.594794) - (xy 100.574889 94.457796) - (xy 100.487261 94.340738) - (xy 100.370203 94.25311) - (xy 100.233205 94.202011) - (xy 100.202919 94.198755) - (xy 100.172638 94.1955) - (xy 98.475362 94.1955) - (xy 98.448445 94.198393) - (xy 98.414794 94.202011) - (xy 98.277796 94.25311) - (xy 98.160738 94.340738) - (xy 98.07311 94.457796) - (xy 98.022011 94.594794) - (xy 98.018393 94.628445) - (xy 98.0155 94.655362) - (xy 98.0155 96.352638) - (xy 98.017496 96.371204) - (xy 98.022011 96.413205) - (xy 98.07311 96.550203) - (xy 98.160738 96.667261) - (xy 98.277796 96.754889) - (xy 98.414794 96.805988) - (xy 98.414797 96.805988) - (xy 98.414799 96.805989) - (xy 98.429497 96.807569) - (xy 98.485419 96.827948) - (xy 98.525403 96.872036) - (xy 98.540237 96.929677) - (xy 98.526505 96.98759) - (xy 98.487368 97.032433) - (xy 98.479698 97.037803) - (xy 98.317805 97.199696) - (xy 98.186474 97.387255) - (xy 98.089717 97.594753) - (xy 98.030456 97.815915) - (xy 98.010501 98.043999) - (xy 98.030456 98.272084) - (xy 98.049627 98.343629) - (xy 98.088934 98.490326) - (xy 98.089717 98.493246) - (xy 98.186474 98.700744) - (xy 98.186476 98.700746) - (xy 98.186477 98.700749) - (xy 98.317802 98.8883) - (xy 98.4797 99.050198) - (xy 98.667251 99.181523) - (xy 98.707334 99.200214) - (xy 98.710345 99.201618) - (xy 98.762521 99.247375) - (xy 98.78194 99.314) - (xy 98.762521 99.380625) - (xy 98.710344 99.426382) - (xy 98.667251 99.446477) - (xy 98.4797 99.577802) - (xy 98.479696 99.577805) - (xy 98.317805 99.739696) - (xy 98.317802 99.739699) - (xy 98.317802 99.7397) - (xy 98.273339 99.8032) - (xy 98.186474 99.927255) - (xy 98.089717 100.134753) - (xy 98.030456 100.355915) - (xy 98.010501 100.583999) - (xy 98.030456 100.812084) - (xy 98.089717 101.033246) - (xy 98.186474 101.240744) - (xy 98.186476 101.240746) - (xy 98.186477 101.240749) - (xy 98.317802 101.4283) - (xy 98.4797 101.590198) - (xy 98.667251 101.721523) - (xy 98.707334 101.740214) - (xy 98.710345 101.741618) - (xy 98.762521 101.787375) - (xy 98.78194 101.854) - (xy 98.762521 101.920625) - (xy 98.710344 101.966382) - (xy 98.667251 101.986477) - (xy 98.4797 102.117802) - (xy 98.479696 102.117805) - (xy 98.317805 102.279696) - (xy 98.317802 102.279699) - (xy 98.317802 102.2797) - (xy 98.273339 102.3432) - (xy 98.186474 102.467255) - (xy 98.089717 102.674753) - (xy 98.030456 102.895915) - (xy 98.010501 103.124) - (xy 98.030456 103.352084) - (xy 98.089717 103.573246) - (xy 98.186474 103.780744) - (xy 98.186476 103.780746) - (xy 98.186477 103.780749) - (xy 98.317802 103.9683) - (xy 98.4797 104.130198) - (xy 98.667251 104.261523) - (xy 98.710345 104.281618) - (xy 98.76252 104.327372) - (xy 98.78194 104.393997) - (xy 98.762522 104.460622) - (xy 98.710347 104.50638) - (xy 98.667254 104.526475) - (xy 98.667251 104.526476) - (xy 98.667251 104.526477) - (xy 98.576566 104.589976) - (xy 98.479696 104.657805) - (xy 98.317805 104.819696) - (xy 98.317802 104.819699) - (xy 98.317802 104.8197) - (xy 98.273339 104.8832) - (xy 98.186474 105.007255) - (xy 98.089717 105.214753) - (xy 98.030456 105.435915) - (xy 98.010501 105.664) - (xy 98.030456 105.892084) - (xy 98.030457 105.892087) - (xy 98.078131 106.070009) - (xy 98.089717 106.113246) - (xy 98.186474 106.320744) - (xy 98.186476 106.320746) - (xy 98.186477 106.320749) - (xy 98.317802 106.5083) - (xy 98.4797 106.670198) - (xy 98.667251 106.801523) - (xy 98.707334 106.820214) - (xy 98.710345 106.821618) - (xy 98.762521 106.867375) - (xy 98.78194 106.934) - (xy 98.762521 107.000625) - (xy 98.710344 107.046382) - (xy 98.667251 107.066477) - (xy 98.576564 107.129977) - (xy 98.479696 107.197805) - (xy 98.317805 107.359696) - (xy 98.317802 107.359699) - (xy 98.317802 107.3597) - (xy 98.273339 107.4232) - (xy 98.186474 107.547255) - (xy 98.089717 107.754753) - (xy 98.030456 107.975915) - (xy 98.010501 108.203999) - (xy 98.030456 108.432084) - (xy 98.030457 108.432087) - (xy 98.071064 108.583635) - (xy 98.089717 108.653246) - (xy 98.186474 108.860744) - (xy 98.186476 108.860746) - (xy 98.186477 108.860749) - (xy 98.317802 109.0483) - (xy 98.4797 109.210198) - (xy 98.667251 109.341523) - (xy 98.707334 109.360214) - (xy 98.710345 109.361618) - (xy 98.762521 109.407375) - (xy 98.78194 109.474) - (xy 98.762521 109.540625) - (xy 98.710344 109.586382) - (xy 98.667251 109.606477) - (xy 98.522356 109.707934) - (xy 98.479696 109.737805) - (xy 98.317805 109.899696) - (xy 98.186474 110.087255) - (xy 98.089717 110.294753) - (xy 98.030456 110.515915) - (xy 98.010501 110.744) - (xy 98.030456 110.972084) - (xy 98.053144 111.056757) - (xy 98.078784 111.152446) - (xy 98.089717 111.193246) - (xy 98.186474 111.400744) - (xy 98.186476 111.400746) - (xy 98.186477 111.400749) - (xy 98.317802 111.5883) - (xy 98.4797 111.750198) - (xy 98.667251 111.881523) - (xy 98.707334 111.900214) - (xy 98.710345 111.901618) - (xy 98.762521 111.947375) - (xy 98.78194 112.014) - (xy 98.762521 112.080625) - (xy 98.710344 112.126382) - (xy 98.667251 112.146477) - (xy 98.545866 112.231472) - (xy 98.479696 112.277805) - (xy 98.317805 112.439696) - (xy 98.186474 112.627255) - (xy 98.089717 112.834753) - (xy 98.030456 113.055915) - (xy 98.010501 113.284) - (xy 98.030456 113.512084) - (xy 98.030457 113.512087) - (xy 98.078743 113.692293) - (xy 98.089717 113.733246) - (xy 98.186474 113.940744) - (xy 98.186476 113.940746) - (xy 98.186477 113.940749) - (xy 98.317802 114.1283) - (xy 98.4797 114.290198) - (xy 98.667251 114.421523) - (xy 98.667254 114.421524) - (xy 98.667255 114.421525) - (xy 98.771003 114.469903) - (xy 98.874757 114.518284) - (xy 99.095913 114.577543) - (xy 99.324 114.597498) - (xy 99.552087 114.577543) - (xy 99.773243 114.518284) - (xy 99.980749 114.421523) - (xy 100.1683 114.290198) - (xy 100.330198 114.1283) - (xy 100.461523 113.940749) - (xy 100.558284 113.733243) - (xy 100.617543 113.512087) - (xy 100.637498 113.284) - (xy 100.617543 113.055913) - (xy 100.558284 112.834757) - (xy 100.461523 112.627251) - (xy 100.330198 112.4397) - (xy 100.1683 112.277802) - (xy 99.980749 112.146477) - (xy 99.937655 112.126382) - (xy 99.885479 112.080625) - (xy 99.866059 112.014) - (xy 99.885479 111.947375) - (xy 99.937655 111.901618) - (xy 99.940882 111.900112) - (xy 99.980749 111.881523) - (xy 100.1683 111.750198) - (xy 100.330198 111.5883) - (xy 100.461523 111.400749) - (xy 100.558284 111.193243) - (xy 100.617543 110.972087) - (xy 100.637498 110.744) - (xy 100.617543 110.515913) - (xy 100.558284 110.294757) - (xy 100.461523 110.087251) - (xy 100.330198 109.8997) - (xy 100.1683 109.737802) - (xy 99.980749 109.606477) - (xy 99.937655 109.586382) - (xy 99.885479 109.540625) - (xy 99.866059 109.474) - (xy 99.885479 109.407375) - (xy 99.937655 109.361618) - (xy 99.940882 109.360112) - (xy 99.980749 109.341523) - (xy 100.1683 109.210198) - (xy 100.330198 109.0483) - (xy 100.461523 108.860749) - (xy 100.558284 108.653243) - (xy 100.617543 108.432087) - (xy 100.637498 108.204) - (xy 100.617543 107.975913) - (xy 100.558284 107.754757) - (xy 100.461523 107.547251) - (xy 100.330198 107.3597) - (xy 100.1683 107.197802) - (xy 99.980749 107.066477) - (xy 99.937655 107.046382) - (xy 99.885479 107.000625) - (xy 99.866059 106.934) - (xy 99.885479 106.867375) - (xy 99.937655 106.821618) - (xy 99.940882 106.820112) - (xy 99.980749 106.801523) - (xy 100.1683 106.670198) - (xy 100.330198 106.5083) - (xy 100.461523 106.320749) - (xy 100.558284 106.113243) - (xy 100.617543 105.892087) - (xy 100.637498 105.664) - (xy 100.617543 105.435913) - (xy 100.558284 105.214757) - (xy 100.461523 105.007251) - (xy 100.330198 104.8197) - (xy 100.1683 104.657802) - (xy 99.980749 104.526477) - (xy 99.937655 104.506382) - (xy 99.885479 104.460625) - (xy 99.866059 104.394) - (xy 99.885479 104.327375) - (xy 99.937655 104.281618) - (xy 99.940882 104.280112) - (xy 99.980749 104.261523) - (xy 100.1683 104.130198) - (xy 100.330198 103.9683) - (xy 100.461523 103.780749) - (xy 100.558284 103.573243) - (xy 100.617543 103.352087) - (xy 100.637498 103.124) - (xy 100.617543 102.895913) - (xy 100.558284 102.674757) - (xy 100.461523 102.467251) - (xy 100.330198 102.2797) - (xy 100.1683 102.117802) - (xy 99.980749 101.986477) - (xy 99.937655 101.966382) - (xy 99.885479 101.920625) - (xy 99.866059 101.854) - (xy 99.885479 101.787375) - (xy 99.937655 101.741618) - (xy 99.940882 101.740112) - (xy 99.980749 101.721523) - (xy 100.1683 101.590198) - (xy 100.330198 101.4283) - (xy 100.461523 101.240749) - (xy 100.558284 101.033243) - (xy 100.617543 100.812087) - (xy 100.637498 100.584) - (xy 100.617543 100.355913) - (xy 100.558284 100.134757) - (xy 100.461523 99.927251) - (xy 100.330198 99.7397) - (xy 100.1683 99.577802) - (xy 99.980749 99.446477) - (xy 99.937655 99.426382) - (xy 99.885479 99.380625) - (xy 99.866059 99.314) - (xy 99.885479 99.247375) - (xy 99.937655 99.201618) - (xy 99.940882 99.200112) - (xy 99.980749 99.181523) - (xy 100.1683 99.050198) - (xy 100.330198 98.8883) - (xy 100.461523 98.700749) - (xy 100.558284 98.493243) - (xy 100.617543 98.272087) - (xy 100.637498 98.044) - (xy 100.617839 97.819296) - (xy 100.624845 97.766079) - (xy 100.653684 97.72081) - (xy 102.15521 96.219284) - (xy 102.160629 96.214182) - (xy 102.206439 96.1736) - (xy 102.2412 96.123237) - (xy 102.245601 96.117255) - (xy 102.283344 96.069082) - (xy 102.287642 96.05953) - (xy 102.298667 96.039983) - (xy 102.304618 96.031362) - (xy 102.326316 95.974145) - (xy 102.329173 95.967251) - (xy 102.354276 95.911476) - (xy 102.356164 95.901167) - (xy 102.362189 95.879557) - (xy 102.365905 95.869761) - (xy 102.373278 95.809028) - (xy 102.374397 95.801679) - (xy 102.385431 95.741476) - (xy 102.381736 95.68041) - (xy 102.381511 95.672924) - (xy 102.381511 95.504) - (xy 105.630501 95.504) - (xy 105.650456 95.732084) - (xy 105.669094 95.80164) - (xy 105.707535 95.945105) - (xy 105.709717 95.953246) - (xy 105.806474 96.160744) - (xy 105.806476 96.160746) - (xy 105.806477 96.160749) - (xy 105.937802 96.3483) - (xy 106.0997 96.510198) - (xy 106.287251 96.641523) - (xy 106.340401 96.666307) - (xy 106.392576 96.712061) - (xy 106.411996 96.778686) - (xy 106.392578 96.845311) - (xy 106.340403 96.891069) - (xy 106.29152 96.913864) - (xy 106.10518 97.044341) - (xy 105.944341 97.20518) - (xy 105.813865 97.391519) - (xy 105.717733 97.597673) - (xy 105.665128 97.793999) - (xy 105.665128 97.794) - (xy 108.222872 97.794) - (xy 108.222871 97.793999) - (xy 108.170266 97.597673) - (xy 108.074134 97.391519) - (xy 107.943658 97.20518) - (xy 107.782819 97.044341) - (xy 107.596482 96.913866) - (xy 107.547597 96.89107) - (xy 107.495422 96.845312) - (xy 107.476003 96.778686) - (xy 107.495424 96.712061) - (xy 107.547596 96.666308) - (xy 107.600749 96.641523) - (xy 107.7883 96.510198) - (xy 107.950198 96.3483) - (xy 108.081523 96.160749) - (xy 108.178284 95.953243) - (xy 108.237543 95.732087) - (xy 108.257498 95.504) - (xy 108.237543 95.275913) - (xy 108.178284 95.054757) - (xy 108.081523 94.847251) - (xy 107.950198 94.6597) - (xy 107.7883 94.497802) - (xy 107.600749 94.366477) - (xy 107.600746 94.366476) - (xy 107.600744 94.366474) - (xy 107.393246 94.269717) - (xy 107.393243 94.269716) - (xy 107.223354 94.224194) - (xy 107.172084 94.210456) - (xy 106.944 94.190501) - (xy 106.715915 94.210456) - (xy 106.494753 94.269717) - (xy 106.287255 94.366474) - (xy 106.099696 94.497805) - (xy 105.937805 94.659696) - (xy 105.937802 94.659699) - (xy 105.937802 94.6597) - (xy 105.910525 94.698655) - (xy 105.806474 94.847255) - (xy 105.709717 95.054753) - (xy 105.650456 95.275915) - (xy 105.630501 95.504) - (xy 102.381511 95.504) - (xy 102.381511 93.027026) - (xy 105.720526 93.027026) - (xy 105.793515 93.078133) - (xy 105.999673 93.174266) - (xy 106.219397 93.233141) - (xy 106.445999 93.252966) - (xy 106.672602 93.233141) - (xy 106.892326 93.174266) - (xy 107.09848 93.078134) - (xy 107.171472 93.027025) - (xy 106.446001 92.301553) - (xy 106.446 92.301553) - (xy 105.720526 93.027025) - (xy 105.720526 93.027026) - (xy 102.381511 93.027026) - (xy 102.381511 92.889929) - (xy 102.39095 92.842476) - (xy 102.41783 92.802248) - (xy 104.172059 91.048019) - (xy 104.212287 91.021139) - (xy 104.25974 91.0117) - (xy 105.276395 91.0117) - (xy 105.340723 91.029691) - (xy 105.386384 91.078443) - (xy 105.40013 91.14381) - (xy 105.37797 91.206823) - (xy 105.315866 91.295516) - (xy 105.219733 91.501673) - (xy 105.160858 91.721397) - (xy 105.141033 91.947999) - (xy 105.160858 92.174602) - (xy 105.219733 92.394326) - (xy 105.315866 92.600484) - (xy 105.366972 92.673471) - (xy 105.366973 92.673472) - (xy 106.358318 91.682127) - (xy 106.413905 91.650033) - (xy 106.478093 91.650033) - (xy 106.53368 91.682127) - (xy 107.525025 92.673472) - (xy 107.576131 92.600485) - (xy 107.578924 92.594496) - (xy 107.624679 92.542316) - (xy 107.691305 92.522893) - (xy 107.757932 92.54231) - (xy 107.803691 92.594486) - (xy 107.807783 92.603261) - (xy 107.808477 92.604749) - (xy 107.939802 92.7923) - (xy 108.1017 92.954198) - (xy 108.289251 93.085523) - (xy 108.289254 93.085524) - (xy 108.289255 93.085525) - (xy 108.348969 93.11337) - (xy 108.496757 93.182284) - (xy 108.717913 93.241543) - (xy 108.757375 93.244995) - (xy 108.903107 93.257746) - (xy 108.960439 93.277674) - (xy 109.001445 93.322424) - (xy 109.0163 93.381274) - (xy 109.0163 98.713843) - (xy 109.006861 98.761296) - (xy 108.979981 98.801524) - (xy 108.083681 99.697821) - (xy 108.028093 99.729915) - (xy 107.963906 99.729915) - (xy 107.908319 99.697821) - (xy 107.788303 99.577805) - (xy 107.7883 99.577802) - (xy 107.600749 99.446477) - (xy 107.600748 99.446476) - (xy 107.600746 99.446475) - (xy 107.547598 99.421692) - (xy 107.495422 99.375934) - (xy 107.476003 99.309309) - (xy 107.495423 99.242683) - (xy 107.5476 99.196927) - (xy 107.596481 99.174133) - (xy 107.782819 99.043658) - (xy 107.943658 98.882819) - (xy 108.074134 98.69648) - (xy 108.170266 98.490326) - (xy 108.222872 98.294) - (xy 105.665128 98.294) - (xy 105.717733 98.490326) - (xy 105.813865 98.69648) - (xy 105.944341 98.882819) - (xy 106.10518 99.043658) - (xy 106.291516 99.174132) - (xy 106.3404 99.196927) - (xy 106.392576 99.242684) - (xy 106.411996 99.309309) - (xy 106.392577 99.375934) - (xy 106.340402 99.421691) - (xy 106.287256 99.446474) - (xy 106.287255 99.446475) - (xy 106.287251 99.446477) - (xy 106.0997 99.577802) - (xy 106.099696 99.577805) - (xy 105.937805 99.739696) - (xy 105.937802 99.739699) - (xy 105.937802 99.7397) - (xy 105.893339 99.8032) - (xy 105.806474 99.927255) - (xy 105.709717 100.134753) - (xy 105.650456 100.355915) - (xy 105.630501 100.583999) - (xy 105.650456 100.812084) - (xy 105.709717 101.033246) - (xy 105.806474 101.240744) - (xy 105.806476 101.240746) - (xy 105.806477 101.240749) - (xy 105.937802 101.4283) - (xy 106.0997 101.590198) - (xy 106.287251 101.721523) - (xy 106.327334 101.740214) - (xy 106.330345 101.741618) - (xy 106.382521 101.787375) - (xy 106.40194 101.854) - (xy 106.382521 101.920625) - (xy 106.330344 101.966382) - (xy 106.287251 101.986477) - (xy 106.0997 102.117802) - (xy 106.099696 102.117805) - (xy 105.937805 102.279696) - (xy 105.937802 102.279699) - (xy 105.937802 102.2797) - (xy 105.893339 102.3432) - (xy 105.806474 102.467255) - (xy 105.709717 102.674753) - (xy 105.650456 102.895915) - (xy 105.630501 103.124) - (xy 105.650456 103.352084) - (xy 105.709717 103.573246) - (xy 105.806474 103.780744) - (xy 105.806476 103.780746) - (xy 105.806477 103.780749) - (xy 105.937802 103.9683) - (xy 106.0997 104.130198) - (xy 106.287251 104.261523) - (xy 106.330345 104.281618) - (xy 106.38252 104.327372) - (xy 106.40194 104.393997) - (xy 106.382522 104.460622) - (xy 106.330347 104.50638) - (xy 106.287254 104.526475) - (xy 106.287251 104.526476) - (xy 106.287251 104.526477) - (xy 106.196566 104.589976) - (xy 106.099696 104.657805) - (xy 105.937805 104.819696) - (xy 105.937802 104.819699) - (xy 105.937802 104.8197) - (xy 105.893339 104.8832) - (xy 105.806474 105.007255) - (xy 105.709717 105.214753) - (xy 105.650456 105.435915) - (xy 105.630501 105.664) - (xy 105.650456 105.892084) - (xy 105.650457 105.892087) - (xy 105.698131 106.070009) - (xy 105.709717 106.113246) - (xy 105.806474 106.320744) - (xy 105.806476 106.320746) - (xy 105.806477 106.320749) - (xy 105.937802 106.5083) - (xy 106.0997 106.670198) - (xy 106.287251 106.801523) - (xy 106.327334 106.820214) - (xy 106.330345 106.821618) - (xy 106.382521 106.867375) - (xy 106.40194 106.934) - (xy 106.382521 107.000625) - (xy 106.330344 107.046382) - (xy 106.287251 107.066477) - (xy 106.196564 107.129977) - (xy 106.099696 107.197805) - (xy 105.937805 107.359696) - (xy 105.937802 107.359699) - (xy 105.937802 107.3597) - (xy 105.893339 107.4232) - (xy 105.806474 107.547255) - (xy 105.709717 107.754753) - (xy 105.650456 107.975915) - (xy 105.630501 108.203999) - (xy 105.650456 108.432084) - (xy 105.650457 108.432087) - (xy 105.691064 108.583635) - (xy 105.709717 108.653246) - (xy 105.806474 108.860744) - (xy 105.806476 108.860746) - (xy 105.806477 108.860749) - (xy 105.937802 109.0483) - (xy 106.0997 109.210198) - (xy 106.287251 109.341523) - (xy 106.327334 109.360214) - (xy 106.330345 109.361618) - (xy 106.382521 109.407375) - (xy 106.40194 109.474) - (xy 106.382521 109.540625) - (xy 106.330344 109.586382) - (xy 106.287251 109.606477) - (xy 106.142356 109.707934) - (xy 106.099696 109.737805) - (xy 105.937805 109.899696) - (xy 105.806474 110.087255) - (xy 105.709717 110.294753) - (xy 105.650456 110.515915) - (xy 105.630501 110.744) - (xy 105.650456 110.972084) - (xy 105.673144 111.056757) - (xy 105.698784 111.152446) - (xy 105.709717 111.193246) - (xy 105.806474 111.400744) - (xy 105.806476 111.400746) - (xy 105.806477 111.400749) - (xy 105.937802 111.5883) - (xy 106.0997 111.750198) - (xy 106.287251 111.881523) - (xy 106.327334 111.900214) - (xy 106.330345 111.901618) - (xy 106.382521 111.947375) - (xy 106.40194 112.014) - (xy 106.382521 112.080625) - (xy 106.330344 112.126382) - (xy 106.287251 112.146477) - (xy 106.165866 112.231472) - (xy 106.099696 112.277805) - (xy 105.937805 112.439696) - (xy 105.806474 112.627255) - (xy 105.709717 112.834753) - (xy 105.650456 113.055915) - (xy 105.630501 113.284) - (xy 105.650456 113.512084) - (xy 105.650457 113.512087) - (xy 105.698743 113.692293) - (xy 105.709717 113.733246) - (xy 105.806474 113.940744) - (xy 105.806476 113.940746) - (xy 105.806477 113.940749) - (xy 105.937802 114.1283) - (xy 106.0997 114.290198) - (xy 106.287251 114.421523) - (xy 106.287254 114.421524) - (xy 106.287255 114.421525) - (xy 106.391003 114.469903) - (xy 106.494757 114.518284) - (xy 106.715913 114.577543) - (xy 106.944 114.597498) - (xy 107.172087 114.577543) - (xy 107.393243 114.518284) - (xy 107.600749 114.421523) - (xy 107.7883 114.290198) - (xy 107.950198 114.1283) - (xy 108.081523 113.940749) - (xy 108.178284 113.733243) - (xy 108.237543 113.512087) - (xy 108.257498 113.284) - (xy 108.237543 113.055913) - (xy 108.178284 112.834757) - (xy 108.081523 112.627251) - (xy 107.950198 112.4397) - (xy 107.7883 112.277802) - (xy 107.600749 112.146477) - (xy 107.557655 112.126382) - (xy 107.505479 112.080625) - (xy 107.486059 112.014) - (xy 107.505479 111.947375) - (xy 107.557655 111.901618) - (xy 107.560882 111.900112) - (xy 107.600749 111.881523) - (xy 107.7883 111.750198) - (xy 107.950198 111.5883) - (xy 108.081523 111.400749) - (xy 108.178284 111.193243) - (xy 108.237543 110.972087) - (xy 108.257498 110.744) - (xy 108.237543 110.515913) - (xy 108.178284 110.294757) - (xy 108.081523 110.087251) - (xy 107.950198 109.8997) - (xy 107.7883 109.737802) - (xy 107.600749 109.606477) - (xy 107.557655 109.586382) - (xy 107.505479 109.540625) - (xy 107.486059 109.474) - (xy 107.505479 109.407375) - (xy 107.557655 109.361618) - (xy 107.560882 109.360112) - (xy 107.600749 109.341523) - (xy 107.7883 109.210198) - (xy 107.950198 109.0483) - (xy 108.081523 108.860749) - (xy 108.178284 108.653243) - (xy 108.237543 108.432087) - (xy 108.257498 108.204) - (xy 108.237543 107.975913) - (xy 108.178284 107.754757) - (xy 108.081523 107.547251) - (xy 107.950198 107.3597) - (xy 107.7883 107.197802) - (xy 107.600749 107.066477) - (xy 107.557655 107.046382) - (xy 107.505479 107.000625) - (xy 107.486059 106.934) - (xy 107.505479 106.867375) - (xy 107.557655 106.821618) - (xy 107.560882 106.820112) - (xy 107.600749 106.801523) - (xy 107.7883 106.670198) - (xy 107.950198 106.5083) - (xy 108.081523 106.320749) - (xy 108.178284 106.113243) - (xy 108.237543 105.892087) - (xy 108.257498 105.664) - (xy 108.237543 105.435913) - (xy 108.178284 105.214757) - (xy 108.081523 105.007251) - (xy 107.950198 104.8197) - (xy 107.7883 104.657802) - (xy 107.600749 104.526477) - (xy 107.557655 104.506382) - (xy 107.505479 104.460625) - (xy 107.486059 104.394) - (xy 107.505479 104.327375) - (xy 107.557655 104.281618) - (xy 107.560882 104.280112) - (xy 107.600749 104.261523) - (xy 107.7883 104.130198) - (xy 107.950198 103.9683) - (xy 108.081523 103.780749) - (xy 108.178284 103.573243) - (xy 108.237543 103.352087) - (xy 108.257498 103.124) - (xy 108.237543 102.895913) - (xy 108.178284 102.674757) - (xy 108.081523 102.467251) - (xy 107.950198 102.2797) - (xy 107.7883 102.117802) - (xy 107.600749 101.986477) - (xy 107.557655 101.966382) - (xy 107.505479 101.920625) - (xy 107.486059 101.854) - (xy 107.505479 101.787375) - (xy 107.557655 101.741618) - (xy 107.560882 101.740112) - (xy 107.600749 101.721523) - (xy 107.7883 101.590198) - (xy 107.950198 101.4283) - (xy 108.006022 101.348574) - (xy 108.050339 101.309711) - (xy 108.107596 101.2957) - (xy 108.17874 101.2957) - (xy 108.186227 101.295925) - (xy 108.247287 101.29962) - (xy 108.30749 101.288586) - (xy 108.314839 101.287467) - (xy 108.375572 101.280094) - (xy 108.385368 101.276378) - (xy 108.406978 101.270353) - (xy 108.417287 101.268465) - (xy 108.473074 101.243356) - (xy 108.479956 101.240505) - (xy 108.537173 101.218807) - (xy 108.545794 101.212856) - (xy 108.565341 101.201831) - (xy 108.574893 101.197533) - (xy 108.623066 101.15979) - (xy 108.629048 101.155389) - (xy 108.679411 101.120628) - (xy 108.719993 101.074818) - (xy 108.725095 101.069399) - (xy 110.122119 99.672374) - (xy 110.171482 99.642125) - (xy 110.229198 99.637583) - (xy 110.282685 99.659738) - (xy 110.320285 99.703761) - (xy 110.3338 99.760056) - (xy 110.3338 115.3575) - (xy 110.317187 115.4195) - (xy 110.2718 115.464887) - (xy 110.2098 115.4815) - (xy 109.66042 115.4815) - (xy 109.604125 115.467985) - (xy 109.560102 115.430385) - (xy 109.537947 115.376897) - (xy 109.542488 115.319185) - (xy 109.564342 115.251928) - (xy 109.584304 115.062) - (xy 109.564342 114.872072) - (xy 109.506076 114.692749) - (xy 109.505327 114.690443) - (xy 109.409842 114.525058) - (xy 109.352396 114.461258) - (xy 109.282053 114.383134) - (xy 109.127552 114.270882) - (xy 109.127551 114.270881) - (xy 108.953085 114.193204) - (xy 108.766289 114.1535) - (xy 108.766287 114.1535) - (xy 108.575313 114.1535) - (xy 108.575311 114.1535) - (xy 108.388514 114.193204) - (xy 108.214048 114.270881) - (xy 108.059548 114.383133) - (xy 107.931757 114.525058) - (xy 107.836272 114.690443) - (xy 107.777257 114.872074) - (xy 107.772806 114.914418) - (xy 107.761406 114.954838) - (xy 107.737167 114.989135) - (xy 107.314614 115.411688) - (xy 107.309162 115.416821) - (xy 107.263369 115.457391) - (xy 107.228618 115.507735) - (xy 107.224182 115.513764) - (xy 107.186466 115.561906) - (xy 107.182165 115.571462) - (xy 107.17115 115.590993) - (xy 107.165192 115.599625) - (xy 107.143496 115.656832) - (xy 107.140631 115.663748) - (xy 107.115535 115.719509) - (xy 107.113645 115.729824) - (xy 107.107621 115.75143) - (xy 107.103906 115.761225) - (xy 107.096534 115.821934) - (xy 107.095407 115.829336) - (xy 107.08438 115.88951) - (xy 107.08438 115.889512) - (xy 107.08438 115.889513) - (xy 107.08464 115.893805) - (xy 107.088074 115.950572) - (xy 107.0883 115.95806) - (xy 107.0883 117.68074) - (xy 107.088074 117.688228) - (xy 107.08438 117.749288) - (xy 107.095407 117.809462) - (xy 107.096534 117.816864) - (xy 107.103906 117.877575) - (xy 107.107621 117.88737) - (xy 107.113646 117.908981) - (xy 107.115535 117.919287) - (xy 107.140638 117.975066) - (xy 107.143504 117.981984) - (xy 107.165193 118.039173) - (xy 107.165194 118.039175) - (xy 107.165195 118.039176) - (xy 107.171147 118.047801) - (xy 107.182166 118.067338) - (xy 107.186467 118.076893) - (xy 107.21225 118.109802) - (xy 107.224185 118.125036) - (xy 107.228619 118.131062) - (xy 107.230841 118.134282) - (xy 107.263373 118.181412) - (xy 107.309161 118.221977) - (xy 107.314615 118.227111) - (xy 108.102589 119.015085) - (xy 108.134458 119.069845) - (xy 108.135115 119.133201) - (xy 108.129435 119.155633) - (xy 108.116082 119.316779) - (xy 108.09852 119.370858) - (xy 108.058668 119.411413) - (xy 108.004904 119.429918) - (xy 107.948534 119.422481) - (xy 107.884773 119.398299) - (xy 107.877856 119.395434) - (xy 107.877849 119.395431) - (xy 107.822087 119.370335) - (xy 107.822085 119.370334) - (xy 107.813845 119.368824) - (xy 107.811778 119.368445) - (xy 107.79017 119.362421) - (xy 107.780375 119.358706) - (xy 107.719664 119.351334) - (xy 107.712262 119.350207) - (xy 107.652088 119.33918) - (xy 107.652087 119.33918) - (xy 107.591028 119.342874) - (xy 107.58354 119.3431) - (xy 103.170465 119.3431) - (xy 103.162978 119.342874) - (xy 103.101913 119.33918) - (xy 103.101912 119.33918) - (xy 103.041736 119.350207) - (xy 103.034334 119.351334) - (xy 102.973625 119.358706) - (xy 102.96383 119.362421) - (xy 102.942224 119.368445) - (xy 102.931909 119.370335) - (xy 102.876148 119.395431) - (xy 102.869232 119.398296) - (xy 102.812025 119.419992) - (xy 102.803393 119.42595) - (xy 102.783862 119.436965) - (xy 102.774306 119.441266) - (xy 102.726164 119.478982) - (xy 102.720135 119.483418) - (xy 102.669791 119.518169) - (xy 102.629221 119.563962) - (xy 102.624088 119.569414) - (xy 100.572962 121.62054) - (xy 100.522568 121.65112) - (xy 100.463748 121.654975) - (xy 100.409794 121.631234) - (xy 100.3729 121.585266) - (xy 100.364589 121.567442) - (xy 100.243301 121.394224) - (xy 100.093776 121.244699) - (xy 99.920558 121.123411) - (xy 99.859009 121.09471) - (xy 99.728911 121.034044) - (xy 99.524652 120.979313) - (xy 99.314 120.960883) - (xy 99.103347 120.979313) - (xy 98.899088 121.034044) - (xy 98.707441 121.123411) - (xy 98.534223 121.244699) - (xy 98.384699 121.394223) - (xy 98.263411 121.567441) - (xy 98.174044 121.759088) - (xy 98.119313 121.963347) - (xy 98.100883 122.173999) - (xy 98.119313 122.384652) - (xy 98.174044 122.588911) - (xy 98.209301 122.664519) - (xy 98.263411 122.780558) - (xy 98.384699 122.953776) - (xy 98.534224 123.103301) - (xy 98.707442 123.224589) - (xy 98.725266 123.2329) - (xy 98.771234 123.269794) - (xy 98.794975 123.323748) - (xy 98.79112 123.382568) - (xy 98.76054 123.432962) - (xy 97.141523 125.051981) - (xy 97.101295 125.078861) - (xy 97.053842 125.0883) - (xy 93.225265 125.0883) - (xy 93.217778 125.088074) - (xy 93.156711 125.084379) - (xy 93.096539 125.095406) - (xy 93.089139 125.096532) - (xy 93.028427 125.103905) - (xy 93.01863 125.10762) - (xy 92.997033 125.113641) - (xy 92.986713 125.115533) - (xy 92.930922 125.140642) - (xy 92.924005 125.143507) - (xy 92.866826 125.165192) - (xy 92.858194 125.17115) - (xy 92.838661 125.182166) - (xy 92.829105 125.186467) - (xy 92.780964 125.224182) - (xy 92.774935 125.228618) - (xy 92.724591 125.263369) - (xy 92.684021 125.309162) - (xy 92.678888 125.314614) - (xy 89.420677 128.572825) - (xy 89.375407 128.601666) - (xy 89.322189 128.608672) - (xy 89.270996 128.592531) - (xy 89.231422 128.556269) - (xy 89.144198 128.4317) - (xy 88.9823 128.269802) - (xy 88.794749 128.138477) - (xy 88.751653 128.118381) - (xy 88.699478 128.072623) - (xy 88.680059 128.005997) - (xy 88.69948 127.939372) - (xy 88.751654 127.893618) - (xy 88.794749 127.873523) - (xy 88.9823 127.742198) - (xy 89.144198 127.5803) - (xy 89.275523 127.392749) - (xy 89.372284 127.185243) - (xy 89.431543 126.964087) - (xy 89.451498 126.736) - (xy 89.431543 126.507913) - (xy 89.372284 126.286757) - (xy 89.303126 126.138446) - (xy 89.275525 126.079255) - (xy 89.275524 126.079254) - (xy 89.275523 126.079251) - (xy 89.144198 125.8917) - (xy 88.9823 125.729802) - (xy 88.794749 125.598477) - (xy 88.751655 125.578382) - (xy 88.699479 125.532625) - (xy 88.680059 125.466) - (xy 88.699479 125.399375) - (xy 88.751655 125.353618) - (xy 88.754882 125.352112) - (xy 88.794749 125.333523) - (xy 88.9823 125.202198) - (xy 89.144198 125.0403) - (xy 89.275523 124.852749) - (xy 89.372284 124.645243) - (xy 89.431543 124.424087) - (xy 89.451498 124.196) - (xy 89.436974 124.029991) - (xy 89.445008 123.974049) - (xy 89.477036 123.927482) - (xy 89.526403 123.899966) - (xy 89.582854 123.897216) - (xy 89.628713 123.90562) - (xy 89.689778 123.901925) - (xy 89.697265 123.9017) - (xy 92.311533 123.9017) - (xy 92.36879 123.915711) - (xy 92.413106 123.954574) - (xy 92.468931 124.0343) - (xy 92.630829 124.196198) - (xy 92.81838 124.327523) - (xy 93.025886 124.424284) - (xy 93.247042 124.483543) - (xy 93.475129 124.503498) - (xy 93.703216 124.483543) - (xy 93.924372 124.424284) - (xy 94.131878 124.327523) - (xy 94.319429 124.196198) - (xy 94.481327 124.0343) - (xy 94.486693 124.026635) - (xy 94.531531 123.987498) - (xy 94.589445 123.973762) - (xy 94.647087 123.988594) - (xy 94.691178 124.028576) - (xy 94.711558 124.084498) - (xy 94.713139 124.099201) - (xy 94.764239 124.236203) - (xy 94.851867 124.353261) - (xy 94.968925 124.440889) - (xy 95.105923 124.491988) - (xy 95.105926 124.491988) - (xy 95.105928 124.491989) - (xy 95.166491 124.4985) - (xy 96.863763 124.4985) - (xy 96.863767 124.4985) - (xy 96.92433 124.491989) - (xy 96.924332 124.491988) - (xy 96.924334 124.491988) - (xy 97.01987 124.456354) - (xy 97.061333 124.440889) - (xy 97.17839 124.353261) - (xy 97.266018 124.236204) - (xy 97.306673 124.127205) - (xy 97.317117 124.099205) - (xy 97.317117 124.099203) - (xy 97.317118 124.099201) - (xy 97.323629 124.038638) - (xy 97.323629 122.341362) - (xy 97.317118 122.280799) - (xy 97.317117 122.280797) - (xy 97.317117 122.280794) - (xy 97.266018 122.143796) - (xy 97.17839 122.026738) - (xy 97.061332 121.93911) - (xy 96.924334 121.888011) - (xy 96.887802 121.884084) - (xy 96.863767 121.8815) - (xy 95.166491 121.8815) - (xy 95.142456 121.884084) - (xy 95.105923 121.888011) - (xy 94.968925 121.93911) - (xy 94.851867 122.026738) - (xy 94.764239 122.143796) - (xy 94.713138 122.280799) - (xy 94.711558 122.295501) - (xy 94.691178 122.351422) - (xy 94.647088 122.391405) - (xy 94.589447 122.406237) - (xy 94.531534 122.392502) - (xy 94.486693 122.353364) - (xy 94.486218 122.352686) - (xy 94.481327 122.3457) - (xy 94.319429 122.183802) - (xy 94.131878 122.052477) - (xy 94.131875 122.052476) - (xy 94.131873 122.052474) - (xy 93.924375 121.955717) - (xy 93.924372 121.955716) - (xy 93.813794 121.926086) - (xy 93.703213 121.896456) - (xy 93.475129 121.876501) - (xy 93.247044 121.896456) - (xy 93.025882 121.955717) - (xy 92.818384 122.052474) - (xy 92.630825 122.183805) - (xy 92.468933 122.345697) - (xy 92.468932 122.345699) - (xy 92.468931 122.3457) - (xy 92.413106 122.425425) - (xy 92.36879 122.464289) - (xy 92.311533 122.4783) - (xy 91.746485 122.4783) - (xy 91.684485 122.461687) - (xy 91.639098 122.4163) - (xy 91.622485 122.354301) - (xy 91.635937 122.304093) - (xy 91.6355 122.303951) - (xy 91.638211 122.295605) - (xy 91.639097 122.292301) - (xy 91.639174 122.292166) - (xy 91.639527 122.291556) - (xy 91.698542 122.109928) - (xy 91.718504 121.92) - (xy 91.698542 121.730072) - (xy 91.659478 121.609845) - (xy 91.639527 121.548443) - (xy 91.544042 121.383058) - (xy 91.524442 121.361291) - (xy 91.416253 121.241134) - (xy 91.261752 121.128882) - (xy 91.261751 121.128881) - (xy 91.094608 121.054465) - (xy 91.057362 121.028866) - (xy 89.467686 119.43919) - (xy 89.438845 119.393919) - (xy 89.431839 119.340701) - (xy 89.434991 119.30468) - (xy 89.451498 119.116) - (xy 89.431543 118.887913) - (xy 89.372284 118.666757) - (xy 89.275523 118.459251) - (xy 89.144198 118.2717) - (xy 88.9823 118.109802) - (xy 88.794749 117.978477) - (xy 88.751655 117.958382) - (xy 88.699479 117.912625) - (xy 88.680059 117.846) - (xy 88.699479 117.779375) - (xy 88.751655 117.733618) - (xy 88.754882 117.732112) - (xy 88.794749 117.713523) - (xy 88.9823 117.582198) - (xy 89.144198 117.4203) - (xy 89.275523 117.232749) - (xy 89.372284 117.025243) - (xy 89.409059 116.887999) - (xy 92.666501 116.887999) - (xy 92.686456 117.116084) - (xy 92.689672 117.128087) - (xy 92.743833 117.330217) - (xy 92.745717 117.337246) - (xy 92.842474 117.544744) - (xy 92.842476 117.544746) - (xy 92.842477 117.544749) - (xy 92.973802 117.7323) - (xy 93.1357 117.894198) - (xy 93.323251 118.025523) - (xy 93.323254 118.025524) - (xy 93.323255 118.025525) - (xy 93.390896 118.057066) - (xy 93.530757 118.122284) - (xy 93.751913 118.181543) - (xy 93.98 118.201498) - (xy 94.208087 118.181543) - (xy 94.429243 118.122284) - (xy 94.636749 118.025523) - (xy 94.8243 117.894198) - (xy 94.986198 117.7323) - (xy 95.117523 117.544749) - (xy 95.214284 117.337243) - (xy 95.273543 117.116087) - (xy 95.293498 116.888) - (xy 95.290577 116.854618) - (xy 95.27733 116.703198) - (xy 95.273543 116.659913) - (xy 95.214284 116.438757) - (xy 95.117523 116.231251) - (xy 94.986198 116.0437) - (xy 94.8243 115.881802) - (xy 94.636749 115.750477) - (xy 94.636746 115.750476) - (xy 94.636744 115.750474) - (xy 94.429246 115.653717) - (xy 94.429243 115.653716) - (xy 94.318665 115.624086) - (xy 94.208084 115.594456) - (xy 93.98 115.574501) - (xy 93.751915 115.594456) - (xy 93.530753 115.653717) - (xy 93.323255 115.750474) - (xy 93.135696 115.881805) - (xy 92.973805 116.043696) - (xy 92.973802 116.043699) - (xy 92.973802 116.0437) - (xy 92.915645 116.126757) - (xy 92.842474 116.231255) - (xy 92.745717 116.438753) - (xy 92.686456 116.659915) - (xy 92.666501 116.887999) - (xy 89.409059 116.887999) - (xy 89.431543 116.804087) - (xy 89.451498 116.576) - (xy 89.431543 116.347913) - (xy 89.372284 116.126757) - (xy 89.275523 115.919251) - (xy 89.144198 115.7317) - (xy 88.9823 115.569802) - (xy 88.794749 115.438477) - (xy 88.754052 115.4195) - (xy 88.751655 115.418382) - (xy 88.699479 115.372625) - (xy 88.680059 115.306) - (xy 88.699479 115.239375) - (xy 88.751655 115.193618) - (xy 88.754882 115.192112) - (xy 88.794749 115.173523) - (xy 88.9823 115.042198) - (xy 89.144198 114.8803) - (xy 89.275523 114.692749) - (xy 89.372284 114.485243) - (xy 89.431543 114.264087) - (xy 89.451498 114.036) - (xy 89.431543 113.807913) - (xy 89.372284 113.586757) - (xy 89.275523 113.379251) - (xy 89.144198 113.1917) - (xy 88.9823 113.029802) - (xy 88.794749 112.898477) - (xy 88.794746 112.898476) - (xy 88.794744 112.898474) - (xy 88.587246 112.801717) - (xy 88.587243 112.801716) - (xy 88.464874 112.768927) - (xy 88.366084 112.742456) - (xy 88.138 112.722501) - (xy 87.909915 112.742456) - (xy 87.688753 112.801717) - (xy 87.481255 112.898474) - (xy 87.387475 112.964139) - (xy 87.363244 112.981107) - (xy 87.293696 113.029805) - (xy 87.131805 113.191696) - (xy 87.000474 113.379255) - (xy 86.903717 113.586753) - (xy 86.844456 113.807915) - (xy 86.824501 114.035999) - (xy 86.844456 114.264084) - (xy 86.903717 114.485246) - (xy 87.000474 114.692744) - (xy 87.000476 114.692746) - (xy 87.000477 114.692749) - (xy 87.131802 114.8803) - (xy 87.2937 115.042198) - (xy 87.481251 115.173523) - (xy 87.521334 115.192214) - (xy 87.524345 115.193618) - (xy 87.576521 115.239375) - (xy 87.59594 115.306) - (xy 87.576521 115.372625) - (xy 87.524345 115.418382) - (xy 87.498604 115.430385) - (xy 87.481251 115.438477) - (xy 87.311749 115.557164) - (xy 87.293696 115.569805) - (xy 87.131805 115.731696) - (xy 87.000474 115.919255) - (xy 86.903717 116.126753) - (xy 86.844456 116.347915) - (xy 86.824501 116.576) - (xy 86.84416 116.800701) - (xy 86.837154 116.853919) - (xy 86.808313 116.899189) - (xy 83.090614 120.616888) - (xy 83.085162 120.622021) - (xy 83.039369 120.662591) - (xy 83.004618 120.712935) - (xy 83.000182 120.718964) - (xy 82.962466 120.767106) - (xy 82.958165 120.776662) - (xy 82.94715 120.796193) - (xy 82.941192 120.804825) - (xy 82.919496 120.862032) - (xy 82.916631 120.868948) - (xy 82.891535 120.924709) - (xy 82.889645 120.935024) - (xy 82.883621 120.95663) - (xy 82.879906 120.966425) - (xy 82.872534 121.027134) - (xy 82.871407 121.034536) - (xy 82.86038 121.09471) - (xy 82.864074 121.155772) - (xy 82.8643 121.16326) - (xy 82.8643 134.990404) - (xy 82.850289 135.047661) - (xy 82.811425 135.091977) - (xy 82.759433 135.128383) - (xy 82.731697 135.147804) - (xy 82.569805 135.309696) - (xy 82.438474 135.497255) - (xy 82.341717 135.704753) - (xy 82.282456 135.925915) - (xy 82.262501 136.154) - (xy 82.282456 136.382084) - (xy 82.301348 136.452588) - (xy 82.338867 136.592612) - (xy 82.341717 136.603246) - (xy 82.438474 136.810744) - (xy 82.438476 136.810746) - (xy 82.438477 136.810749) - (xy 82.569802 136.9983) - (xy 82.7317 137.160198) - (xy 82.919251 137.291523) - (xy 83.126757 137.388284) - (xy 83.347913 137.447543) - (xy 83.576 137.467498) - (xy 83.804087 137.447543) - (xy 83.968206 137.403566) - (xy 84.024491 137.401725) - (xy 84.075786 137.424966) - (xy 84.111512 137.468498) - (xy 84.1243 137.523342) - (xy 84.1243 139.265861) - (xy 84.110785 139.322156) - (xy 84.073185 139.366179) - (xy 84.019698 139.388334) - (xy 83.961982 139.383792) - (xy 83.912619 139.353542) - (xy 83.847776 139.288699) - (xy 83.674558 139.167411) - (xy 83.482911 139.078044) - (xy 83.278652 139.023313) - (xy 83.068 139.004883) - (xy 82.857347 139.023313) - (xy 82.653088 139.078044) - (xy 82.461441 139.167411) - (xy 82.288223 139.288699) - (xy 82.138699 139.438223) - (xy 82.017411 139.611441) - (xy 81.928044 139.803088) - (xy 81.873313 140.007347) - (xy 81.854883 140.218) - (xy 81.873313 140.428652) - (xy 81.928044 140.632911) - (xy 81.957296 140.695642) - (xy 82.017411 140.824558) - (xy 82.138699 140.997776) - (xy 82.288224 141.147301) - (xy 82.461442 141.268589) - (xy 82.65309 141.357956) - (xy 82.857345 141.412686) - (xy 83.068 141.431116) - (xy 83.278655 141.412686) - (xy 83.48291 141.357956) - (xy 83.674558 141.268589) - (xy 83.847776 141.147301) - (xy 83.912618 141.082458) - (xy 83.961982 141.052208) - (xy 84.019698 141.047666) - (xy 84.073185 141.069821) - (xy 84.110785 141.113844) - (xy 84.1243 141.170139) - (xy 84.1243 142.401842) - (xy 84.114861 142.449295) - (xy 84.087981 142.489523) - (xy 75.160323 151.417181) - (xy 75.120095 151.444061) - (xy 75.072642 151.4535) - (xy 73.173362 151.4535) - (xy 73.146445 151.456393) - (xy 73.112794 151.460011) - (xy 72.975796 151.51111) - (xy 72.858738 151.598738) - (xy 72.77111 151.715796) - (xy 72.720011 151.852794) - (xy 72.716851 151.882194) - (xy 72.7135 151.913362) - (xy 72.7135 154.410638) - (xy 72.714743 154.422198) - (xy 72.720011 154.471205) - (xy 72.77111 154.608203) - (xy 72.858738 154.725261) - (xy 72.975796 154.812889) - (xy 73.112794 154.863988) - (xy 73.112797 154.863988) - (xy 73.112799 154.863989) - (xy 73.173362 154.8705) - (xy 75.670634 154.8705) - (xy 75.670638 154.8705) - (xy 75.731201 154.863989) - (xy 75.731203 154.863988) - (xy 75.731205 154.863988) - (xy 75.824647 154.829135) - (xy 75.868204 154.812889) - (xy 75.985261 154.725261) - (xy 76.072889 154.608204) - (xy 76.123989 154.471201) - (xy 76.1305 154.410638) - (xy 76.1305 152.511358) - (xy 76.139939 152.463905) - (xy 76.166819 152.423677) - (xy 78.446647 150.143849) - (xy 79.990496 148.6) - (xy 97.990501 148.6) - (xy 98.010456 148.828084) - (xy 98.069717 149.049246) - (xy 98.166474 149.256744) - (xy 98.166476 149.256746) - (xy 98.166477 149.256749) - (xy 98.297802 149.4443) - (xy 98.4597 149.606198) - (xy 98.647251 149.737523) - (xy 98.647254 149.737524) - (xy 98.647255 149.737525) - (xy 98.649297 149.738477) - (xy 98.854757 149.834284) - (xy 99.075913 149.893543) - (xy 99.304 149.913498) - (xy 99.532087 149.893543) - (xy 99.753243 149.834284) - (xy 99.960749 149.737523) - (xy 100.1483 149.606198) - (xy 100.310198 149.4443) - (xy 100.441523 149.256749) - (xy 100.538284 149.049243) - (xy 100.597543 148.828087) - (xy 100.617498 148.6) - (xy 100.597543 148.371913) - (xy 100.538284 148.150757) - (xy 100.441523 147.943251) - (xy 100.310198 147.7557) - (xy 100.1483 147.593802) - (xy 99.960749 147.462477) - (xy 99.960748 147.462476) - (xy 99.960746 147.462475) - (xy 99.907598 147.437692) - (xy 99.855422 147.391934) - (xy 99.836003 147.325309) - (xy 99.855423 147.258683) - (xy 99.9076 147.212927) - (xy 99.956481 147.190133) - (xy 100.142819 147.059658) - (xy 100.303658 146.898819) - (xy 100.434134 146.71248) - (xy 100.530266 146.506326) - (xy 100.582872 146.31) - (xy 98.025128 146.31) - (xy 98.077733 146.506326) - (xy 98.173865 146.71248) - (xy 98.304341 146.898819) - (xy 98.46518 147.059658) - (xy 98.651516 147.190132) - (xy 98.7004 147.212927) - (xy 98.752576 147.258684) - (xy 98.771996 147.325309) - (xy 98.752577 147.391934) - (xy 98.700402 147.437691) - (xy 98.647256 147.462474) - (xy 98.647255 147.462475) - (xy 98.647251 147.462477) - (xy 98.4597 147.593802) - (xy 98.459696 147.593805) - (xy 98.297805 147.755696) - (xy 98.166474 147.943255) - (xy 98.069717 148.150753) - (xy 98.010456 148.371915) - (xy 97.990501 148.6) - (xy 79.990496 148.6) - (xy 85.321399 143.269095) - (xy 85.326818 143.263993) - (xy 85.372628 143.223411) - (xy 85.4074 143.173032) - (xy 85.411806 143.167044) - (xy 85.449532 143.118893) - (xy 85.453829 143.109344) - (xy 85.464855 143.089794) - (xy 85.470807 143.081173) - (xy 85.492507 143.023951) - (xy 85.495353 143.017081) - (xy 85.520465 142.961287) - (xy 85.522353 142.950978) - (xy 85.528378 142.929368) - (xy 85.532094 142.919572) - (xy 85.539467 142.858839) - (xy 85.540586 142.85149) - (xy 85.55162 142.791287) - (xy 85.547925 142.730227) - (xy 85.5477 142.72274) - (xy 85.5477 141.929063) - (xy 93.101026 141.929063) - (xy 93.174015 141.98017) - (xy 93.380173 142.076303) - (xy 93.599897 142.135178) - (xy 93.826499 142.155003) - (xy 94.053102 142.135178) - (xy 94.272826 142.076303) - (xy 94.47898 141.980171) - (xy 94.551972 141.929062) - (xy 93.826501 141.20359) - (xy 93.8265 141.20359) - (xy 93.101026 141.929062) - (xy 93.101026 141.929063) - (xy 85.5477 141.929063) - (xy 85.5477 140.218) - (xy 86.934883 140.218) - (xy 86.953313 140.428652) - (xy 87.008044 140.632911) - (xy 87.037296 140.695642) - (xy 87.097411 140.824558) - (xy 87.218699 140.997776) - (xy 87.368224 141.147301) - (xy 87.541442 141.268589) - (xy 87.73309 141.357956) - (xy 87.937345 141.412686) - (xy 88.148 141.431116) - (xy 88.358655 141.412686) - (xy 88.56291 141.357956) - (xy 88.754558 141.268589) - (xy 88.927776 141.147301) - (xy 89.077301 140.997776) - (xy 89.180749 140.850036) - (xy 92.521533 140.850036) - (xy 92.541358 141.076639) - (xy 92.600233 141.296363) - (xy 92.696366 141.502521) - (xy 92.747472 141.575508) - (xy 92.747474 141.575509) - (xy 93.472946 140.850038) - (xy 93.472946 140.850037) - (xy 92.747473 140.124563) - (xy 92.747473 140.124564) - (xy 92.696365 140.197553) - (xy 92.600233 140.403709) - (xy 92.541358 140.623434) - (xy 92.521533 140.850036) - (xy 89.180749 140.850036) - (xy 89.198589 140.824558) - (xy 89.287956 140.63291) - (xy 89.342686 140.428655) - (xy 89.361116 140.218) - (xy 89.342686 140.007345) - (xy 89.287956 139.80309) - (xy 89.272997 139.77101) - (xy 93.101026 139.77101) - (xy 93.8265 140.496483) - (xy 93.826501 140.496483) - (xy 94.551972 139.771011) - (xy 94.551971 139.771009) - (xy 94.478984 139.719903) - (xy 94.272826 139.62377) - (xy 94.053102 139.564895) - (xy 93.8265 139.54507) - (xy 93.599897 139.564895) - (xy 93.380172 139.62377) - (xy 93.174016 139.719902) - (xy 93.101027 139.77101) - (xy 93.101026 139.77101) - (xy 89.272997 139.77101) - (xy 89.198589 139.611442) - (xy 89.077301 139.438224) - (xy 88.927776 139.288699) - (xy 88.754558 139.167411) - (xy 88.733977 139.157814) - (xy 88.562911 139.078044) - (xy 88.358652 139.023313) - (xy 88.148 139.004883) - (xy 87.937347 139.023313) - (xy 87.733088 139.078044) - (xy 87.541441 139.167411) - (xy 87.368223 139.288699) - (xy 87.218699 139.438223) - (xy 87.097411 139.611441) - (xy 87.008044 139.803088) - (xy 86.953313 140.007347) - (xy 86.934883 140.218) - (xy 85.5477 140.218) - (xy 85.5477 137.528701) - (xy 85.560488 137.473857) - (xy 85.596214 137.430325) - (xy 85.647509 137.407084) - (xy 85.703793 137.408925) - (xy 85.847913 137.447543) - (xy 86.076 137.467498) - (xy 86.304087 137.447543) - (xy 86.525243 137.388284) - (xy 86.732749 137.291523) - (xy 86.9203 137.160198) - (xy 87.082198 136.9983) - (xy 87.213523 136.810749) - (xy 87.310284 136.603243) - (xy 87.369543 136.382087) - (xy 87.389498 136.154) - (xy 87.369839 135.929296) - (xy 87.376845 135.876079) - (xy 87.405684 135.83081) - (xy 90.035399 133.201095) - (xy 90.040818 133.195993) - (xy 90.086628 133.155411) - (xy 90.121389 133.105048) - (xy 90.12579 133.099066) - (xy 90.163533 133.050893) - (xy 90.167831 133.041341) - (xy 90.178856 133.021794) - (xy 90.184807 133.013173) - (xy 90.206505 132.955956) - (xy 90.209362 132.949062) - (xy 90.234465 132.893287) - (xy 90.236353 132.882978) - (xy 90.242378 132.861368) - (xy 90.246094 132.851572) - (xy 90.253467 132.790839) - (xy 90.254586 132.78349) - (xy 90.26562 132.723287) - (xy 90.261925 132.662221) - (xy 90.2617 132.654735) - (xy 90.2617 132.380518) - (xy 90.276986 132.320875) - (xy 90.319075 132.275937) - (xy 90.37759 132.256783) - (xy 90.438103 132.268135) - (xy 90.502757 132.298284) - (xy 90.723913 132.357543) - (xy 90.952 132.377498) - (xy 91.180087 132.357543) - (xy 91.401243 132.298284) - (xy 91.608749 132.201523) - (xy 91.692291 132.143026) - (xy 92.726526 132.143026) - (xy 92.799515 132.194133) - (xy 93.005673 132.290266) - (xy 93.225397 132.349141) - (xy 93.452 132.368966) - (xy 93.678602 132.349141) - (xy 93.898326 132.290266) - (xy 94.10448 132.194134) - (xy 94.177472 132.143025) - (xy 93.452001 131.417553) - (xy 93.452 131.417553) - (xy 92.726526 132.143025) - (xy 92.726526 132.143026) - (xy 91.692291 132.143026) - (xy 91.7963 132.070198) - (xy 91.958198 131.9083) - (xy 92.089523 131.720749) - (xy 92.094306 131.71049) - (xy 92.140063 131.658313) - (xy 92.206688 131.638893) - (xy 92.273315 131.658313) - (xy 92.319072 131.71049) - (xy 92.321867 131.716485) - (xy 92.372972 131.789471) - (xy 92.372973 131.789472) - (xy 93.098445 131.064001) - (xy 93.805553 131.064001) - (xy 94.531025 131.789472) - (xy 94.582134 131.71648) - (xy 94.678266 131.510326) - (xy 94.737141 131.290602) - (xy 94.756966 131.064) - (xy 94.737141 130.837397) - (xy 94.678266 130.617673) - (xy 94.582133 130.411515) - (xy 94.531025 130.338526) - (xy 93.805553 131.064) - (xy 93.805553 131.064001) - (xy 93.098445 131.064001) - (xy 93.452 130.710447) - (xy 94.214427 129.948019) - (xy 94.254655 129.921139) - (xy 94.302108 129.9117) - (xy 98.104414 129.9117) - (xy 98.168742 129.929691) - (xy 98.214404 129.978444) - (xy 98.228148 130.043811) - (xy 98.205988 130.106824) - (xy 98.166476 130.163251) - (xy 98.069717 130.370753) - (xy 98.010456 130.591915) - (xy 97.990501 130.82) - (xy 98.010456 131.048084) - (xy 98.069717 131.269246) - (xy 98.166474 131.476744) - (xy 98.166476 131.476746) - (xy 98.166477 131.476749) - (xy 98.297802 131.6643) - (xy 98.4597 131.826198) - (xy 98.647251 131.957523) - (xy 98.687334 131.976214) - (xy 98.690345 131.977618) - (xy 98.742521 132.023375) - (xy 98.76194 132.09) - (xy 98.742521 132.156625) - (xy 98.690344 132.202382) - (xy 98.647251 132.222477) - (xy 98.466357 132.349141) - (xy 98.459696 132.353805) - (xy 98.297805 132.515696) - (xy 98.297802 132.515699) - (xy 98.297802 132.5157) - (xy 98.25074 132.582912) - (xy 98.166474 132.703255) - (xy 98.069717 132.910753) - (xy 98.010456 133.131915) - (xy 97.990501 133.359999) - (xy 98.010456 133.588084) - (xy 98.069717 133.809246) - (xy 98.166474 134.016744) - (xy 98.166476 134.016746) - (xy 98.166477 134.016749) - (xy 98.297802 134.2043) - (xy 98.4597 134.366198) - (xy 98.647251 134.497523) - (xy 98.687334 134.516214) - (xy 98.690345 134.517618) - (xy 98.742521 134.563375) - (xy 98.76194 134.63) - (xy 98.742521 134.696625) - (xy 98.690344 134.742382) - (xy 98.647251 134.762477) - (xy 98.482732 134.877675) - (xy 98.459696 134.893805) - (xy 98.297805 135.055696) - (xy 98.297802 135.055699) - (xy 98.297802 135.0557) - (xy 98.254391 135.117697) - (xy 98.166474 135.243255) - (xy 98.069717 135.450753) - (xy 98.010456 135.671915) - (xy 97.990501 135.9) - (xy 98.010456 136.128084) - (xy 98.069717 136.349246) - (xy 98.166474 136.556744) - (xy 98.166476 136.556746) - (xy 98.166477 136.556749) - (xy 98.297802 136.7443) - (xy 98.4597 136.906198) - (xy 98.647251 137.037523) - (xy 98.676599 137.051208) - (xy 98.690345 137.057618) - (xy 98.742521 137.103375) - (xy 98.76194 137.17) - (xy 98.742521 137.236625) - (xy 98.690344 137.282382) - (xy 98.647251 137.302477) - (xy 98.505511 137.401725) - (xy 98.459696 137.433805) - (xy 98.297805 137.595696) - (xy 98.297802 137.595699) - (xy 98.297802 137.5957) - (xy 98.25074 137.662912) - (xy 98.166474 137.783255) - (xy 98.069717 137.990753) - (xy 98.010456 138.211915) - (xy 97.990501 138.44) - (xy 98.010456 138.668084) - (xy 98.039213 138.775406) - (xy 98.041055 138.831691) - (xy 98.017814 138.882986) - (xy 97.974282 138.918712) - (xy 97.919438 138.9315) - (xy 97.558585 138.9315) - (xy 97.551098 138.931274) - (xy 97.49005 138.927581) - (xy 97.490049 138.927581) - (xy 97.429885 138.938606) - (xy 97.422482 138.939733) - (xy 97.361762 138.947106) - (xy 97.351967 138.950821) - (xy 97.33036 138.956845) - (xy 97.320046 138.958735) - (xy 97.264273 138.983836) - (xy 97.257357 138.986701) - (xy 97.200164 139.008392) - (xy 97.191539 139.014346) - (xy 97.171997 139.025368) - (xy 97.162445 139.029667) - (xy 97.114301 139.067384) - (xy 97.108271 139.07182) - (xy 97.057927 139.10657) - (xy 97.017358 139.152362) - (xy 97.012225 139.157814) - (xy 96.649689 139.52035) - (xy 96.604419 139.549191) - (xy 96.551201 139.556197) - (xy 96.3265 139.536538) - (xy 96.098415 139.556493) - (xy 95.877253 139.615754) - (xy 95.669755 139.712511) - (xy 95.66975 139.712514) - (xy 95.669751 139.712514) - (xy 95.540396 139.80309) - (xy 95.482196 139.843842) - (xy 95.320305 140.005733) - (xy 95.188974 140.193292) - (xy 95.18419 140.203552) - (xy 95.138431 140.255726) - (xy 95.071805 140.275143) - (xy 95.005181 140.255721) - (xy 94.959426 140.203543) - (xy 94.956632 140.197552) - (xy 94.905525 140.124563) - (xy 94.180053 140.850037) - (xy 94.180053 140.850038) - (xy 94.905525 141.575509) - (xy 94.956631 141.502522) - (xy 94.959424 141.496533) - (xy 95.005179 141.444353) - (xy 95.071805 141.42493) - (xy 95.138432 141.444347) - (xy 95.184191 141.496523) - (xy 95.188975 141.506782) - (xy 95.188977 141.506786) - (xy 95.320302 141.694337) - (xy 95.4822 141.856235) - (xy 95.669751 141.98756) - (xy 95.877257 142.084321) - (xy 96.098413 142.14358) - (xy 96.228979 142.155003) - (xy 96.326499 142.163535) - (xy 96.326499 142.163534) - (xy 96.3265 142.163535) - (xy 96.551202 142.143876) - (xy 96.604419 142.150882) - (xy 96.64969 142.179723) - (xy 97.958639 143.488672) - (xy 97.98334 143.523948) - (xy 97.994486 143.565546) - (xy 98.010456 143.748084) - (xy 98.010457 143.748087) - (xy 98.061039 143.936862) - (xy 98.069717 143.969246) - (xy 98.166474 144.176744) - (xy 98.166476 144.176746) - (xy 98.166477 144.176749) - (xy 98.297802 144.3643) - (xy 98.4597 144.526198) - (xy 98.647251 144.657523) - (xy 98.700401 144.682307) - (xy 98.752576 144.728061) - (xy 98.771996 144.794686) - (xy 98.752578 144.861311) - (xy 98.700403 144.907069) - (xy 98.65152 144.929864) - (xy 98.46518 145.060341) - (xy 98.304341 145.22118) - (xy 98.173865 145.407519) - (xy 98.077733 145.613673) - (xy 98.025128 145.809999) - (xy 98.025128 145.81) - (xy 100.582872 145.81) - (xy 100.582871 145.809999) - (xy 100.530266 145.613673) - (xy 100.434134 145.407519) - (xy 100.303658 145.22118) - (xy 100.142819 145.060341) - (xy 99.956482 144.929866) - (xy 99.907597 144.90707) - (xy 99.855422 144.861312) - (xy 99.836003 144.794686) - (xy 99.855424 144.728061) - (xy 99.907596 144.682308) - (xy 99.960749 144.657523) - (xy 100.1483 144.526198) - (xy 100.310198 144.3643) - (xy 100.441523 144.176749) - (xy 100.538284 143.969243) - (xy 100.597543 143.748087) - (xy 100.617498 143.52) - (xy 100.597543 143.291913) - (xy 100.538284 143.070757) - (xy 100.477265 142.9399) - (xy 100.441525 142.863255) - (xy 100.441524 142.863254) - (xy 100.441523 142.863251) - (xy 100.310198 142.6757) - (xy 100.1483 142.513802) - (xy 99.960749 142.382477) - (xy 99.917655 142.362382) - (xy 99.865479 142.316625) - (xy 99.846059 142.25) - (xy 99.865479 142.183375) - (xy 99.917655 142.137618) - (xy 99.923814 142.134746) - (xy 99.960749 142.117523) - (xy 100.1483 141.986198) - (xy 100.310198 141.8243) - (xy 100.441523 141.636749) - (xy 100.538284 141.429243) - (xy 100.597543 141.208087) - (xy 100.617498 140.98) - (xy 100.597543 140.751913) - (xy 100.538284 140.530757) - (xy 100.538283 140.530754) - (xy 100.535476 140.520279) - (xy 100.536423 140.520025) - (xy 100.527186 140.470793) - (xy 100.546339 140.412276) - (xy 100.591278 140.370186) - (xy 100.650921 140.3549) - (xy 105.577079 140.3549) - (xy 105.636722 140.370186) - (xy 105.681661 140.412276) - (xy 105.700814 140.470793) - (xy 105.691576 140.520025) - (xy 105.692524 140.520279) - (xy 105.689716 140.530755) - (xy 105.689716 140.530757) - (xy 105.678634 140.572115) - (xy 105.630456 140.751915) - (xy 105.610501 140.98) - (xy 105.630456 141.208084) - (xy 105.649187 141.277989) - (xy 105.68856 141.42493) - (xy 105.689717 141.429246) - (xy 105.786474 141.636744) - (xy 105.786476 141.636746) - (xy 105.786477 141.636749) - (xy 105.917802 141.8243) - (xy 106.0797 141.986198) - (xy 106.267251 142.117523) - (xy 106.304186 142.134746) - (xy 106.310345 142.137618) - (xy 106.362521 142.183375) - (xy 106.38194 142.25) - (xy 106.362521 142.316625) - (xy 106.310344 142.362382) - (xy 106.267251 142.382477) - (xy 106.121979 142.484198) - (xy 106.079696 142.513805) - (xy 105.917805 142.675696) - (xy 105.917802 142.675699) - (xy 105.917802 142.6757) - (xy 105.891908 142.71268) - (xy 105.786474 142.863255) - (xy 105.689717 143.070753) - (xy 105.630456 143.291915) - (xy 105.610501 143.519999) - (xy 105.630456 143.748084) - (xy 105.630457 143.748087) - (xy 105.681039 143.936862) - (xy 105.689717 143.969246) - (xy 105.786474 144.176744) - (xy 105.786476 144.176746) - (xy 105.786477 144.176749) - (xy 105.917802 144.3643) - (xy 106.0797 144.526198) - (xy 106.267251 144.657523) - (xy 106.307334 144.676214) - (xy 106.310345 144.677618) - (xy 106.362521 144.723375) - (xy 106.38194 144.79) - (xy 106.362521 144.856625) - (xy 106.310345 144.902382) - (xy 106.293007 144.910467) - (xy 106.267251 144.922477) - (xy 106.183325 144.981243) - (xy 106.079696 145.053805) - (xy 105.917805 145.215696) - (xy 105.786474 145.403255) - (xy 105.689717 145.610753) - (xy 105.630456 145.831915) - (xy 105.610501 146.06) - (xy 105.630456 146.288084) - (xy 105.639312 146.321133) - (xy 105.688934 146.506326) - (xy 105.689717 146.509246) - (xy 105.786474 146.716744) - (xy 105.786476 146.716746) - (xy 105.786477 146.716749) - (xy 105.917802 146.9043) - (xy 106.0797 147.066198) - (xy 106.087364 147.071565) - (xy 106.126502 147.116405) - (xy 106.140237 147.174318) - (xy 106.125405 147.231959) - (xy 106.085422 147.276049) - (xy 106.029501 147.296429) - (xy 106.014799 147.298009) - (xy 105.877796 147.34911) - (xy 105.760738 147.436738) - (xy 105.67311 147.553796) - (xy 105.622011 147.690794) - (xy 105.6155 147.751366) - (xy 105.6155 147.7643) - (xy 105.598887 147.8263) - (xy 105.5535 147.871687) - (xy 105.4915 147.8883) - (xy 104.242158 147.8883) - (xy 104.194705 147.878861) - (xy 104.154477 147.851981) - (xy 103.041632 146.739136) - (xy 103.017392 146.704838) - (xy 103.005992 146.664417) - (xy 103.001542 146.622072) - (xy 102.962241 146.501116) - (xy 102.942527 146.440443) - (xy 102.847042 146.275058) - (xy 102.795036 146.2173) - (xy 102.719253 146.133134) - (xy 102.618593 146.06) - (xy 102.564751 146.020881) - (xy 102.390285 145.943204) - (xy 102.203489 145.9035) - (xy 102.203487 145.9035) - (xy 102.012513 145.9035) - (xy 102.012511 145.9035) - (xy 101.825714 145.943204) - (xy 101.651248 146.020881) - (xy 101.496748 146.133133) - (xy 101.368957 146.275058) - (xy 101.273472 146.440443) - (xy 101.214458 146.62207) - (xy 101.194496 146.812) - (xy 101.214458 147.001929) - (xy 101.273472 147.183556) - (xy 101.368957 147.348941) - (xy 101.38932 147.371556) - (xy 101.496747 147.490866) - (xy 101.651248 147.603118) - (xy 101.825712 147.680794) - (xy 101.973404 147.712186) - (xy 102.006784 147.724501) - (xy 102.035298 147.745794) - (xy 103.374887 149.085383) - (xy 103.380021 149.090836) - (xy 103.420589 149.136628) - (xy 103.470932 149.171377) - (xy 103.476965 149.175816) - (xy 103.525107 149.213533) - (xy 103.534664 149.217834) - (xy 103.554202 149.228854) - (xy 103.562825 149.234806) - (xy 103.562826 149.234806) - (xy 103.562827 149.234807) - (xy 103.620018 149.256496) - (xy 103.626927 149.259358) - (xy 103.682713 149.284465) - (xy 103.693012 149.286352) - (xy 103.714628 149.292377) - (xy 103.724428 149.296094) - (xy 103.785154 149.303466) - (xy 103.792514 149.304587) - (xy 103.852713 149.31562) - (xy 103.913778 149.311925) - (xy 103.921265 149.3117) - (xy 105.4915 149.3117) - (xy 105.5535 149.328313) - (xy 105.598887 149.3737) - (xy 105.6155 149.4357) - (xy 105.6155 149.448638) - (xy 105.618755 149.478919) - (xy 105.622011 149.509205) - (xy 105.67311 149.646203) - (xy 105.760738 149.763261) - (xy 105.877796 149.850889) - (xy 106.014794 149.901988) - (xy 106.014797 149.901988) - (xy 106.014799 149.901989) - (xy 106.075362 149.9085) - (xy 107.772634 149.9085) - (xy 107.772638 149.9085) - (xy 107.833201 149.901989) - (xy 107.833203 149.901988) - (xy 107.833205 149.901988) - (xy 107.919497 149.869802) - (xy 107.970204 149.850889) - (xy 108.087261 149.763261) - (xy 108.174889 149.646204) - (xy 108.225989 149.509201) - (xy 108.2325 149.448638) - (xy 108.2325 147.751362) - (xy 108.225989 147.690799) - (xy 108.225988 147.690797) - (xy 108.225988 147.690794) - (xy 108.174889 147.553796) - (xy 108.087261 147.436738) - (xy 107.970203 147.34911) - (xy 107.833201 147.29801) - (xy 107.818498 147.296429) - (xy 107.762576 147.276049) - (xy 107.722594 147.231958) - (xy 107.707762 147.174316) - (xy 107.721498 147.116402) - (xy 107.760635 147.071564) - (xy 107.7683 147.066198) - (xy 107.930198 146.9043) - (xy 108.061523 146.716749) - (xy 108.158284 146.509243) - (xy 108.217543 146.288087) - (xy 108.237498 146.06) - (xy 108.217839 145.835296) - (xy 108.224845 145.782078) - (xy 108.253682 145.736813) - (xy 108.442479 145.548016) - (xy 108.482706 145.521139) - (xy 108.530158 145.5117) - (xy 110.226322 145.5117) - (xy 110.233809 145.511925) - (xy 110.294869 145.51562) - (xy 110.355072 145.504586) - (xy 110.362421 145.503467) - (xy 110.423154 145.496094) - (xy 110.43295 145.492378) - (xy 110.45456 145.486353) - (xy 110.464869 145.484465) - (xy 110.520656 145.459356) - (xy 110.527538 145.456505) - (xy 110.584755 145.434807) - (xy 110.593376 145.428856) - (xy 110.612923 145.417831) - (xy 110.622475 145.413533) - (xy 110.670648 145.37579) - (xy 110.67663 145.371389) - (xy 110.726993 145.336628) - (xy 110.767575 145.290818) - (xy 110.772677 145.285399) - (xy 111.112818 144.945259) - (xy 111.162182 144.915009) - (xy 111.219898 144.910467) - (xy 111.273385 144.932622) - (xy 111.310985 144.976645) - (xy 111.3245 145.03294) - (xy 111.3245 151.581519) - (xy 111.310489 151.638776) - (xy 111.271624 151.683094) - (xy 111.216685 151.704458) - (xy 111.15809 151.698041) - (xy 111.109078 151.665292) - (xy 111.080725 151.613613) - (xy 111.051266 151.503673) - (xy 110.955133 151.297515) - (xy 110.904025 151.224526) - (xy 110.178553 151.95) - (xy 110.178553 151.950001) - (xy 110.904025 152.675472) - (xy 110.955134 152.60248) - (xy 111.051266 152.396326) - (xy 111.080725 152.286387) - (xy 111.109078 152.234708) - (xy 111.15809 152.201959) - (xy 111.216685 152.195542) - (xy 111.271624 152.216906) - (xy 111.310489 152.261224) - (xy 111.3245 152.318481) - (xy 111.3245 158.7805) - (xy 111.307887 158.8425) - (xy 111.2625 158.887887) - (xy 111.2005 158.9045) - (xy 50.9995 158.9045) - (xy 50.9375 158.887887) - (xy 50.892113 158.8425) - (xy 50.8755 158.7805) - (xy 50.8755 156.44) - (xy 51.98434 156.44) - (xy 52.004936 156.675407) - (xy 52.052545 156.853087) - (xy 52.066097 156.903663) - (xy 52.165965 157.117829) - (xy 52.301505 157.311401) - (xy 52.468599 157.478495) - (xy 52.662171 157.614035) - (xy 52.876337 157.713903) - (xy 53.104592 157.775063) - (xy 53.281032 157.7905) - (xy 53.281034 157.7905) - (xy 53.398966 157.7905) - (xy 53.398968 157.7905) - (xy 53.516593 157.780208) - (xy 53.575408 157.775063) - (xy 53.803663 157.713903) - (xy 54.017829 157.614035) - (xy 54.211401 157.478495) - (xy 54.378495 157.311401) - (xy 54.514035 157.11783) - (xy 54.613903 156.903663) - (xy 54.675063 156.675408) - (xy 54.695659 156.44) - (xy 54.675063 156.204592) - (xy 54.613903 155.976337) - (xy 54.514035 155.762171) - (xy 54.378495 155.568599) - (xy 54.211401 155.401505) - (xy 54.017829 155.265965) - (xy 53.803663 155.166097) - (xy 53.575407 155.104936) - (xy 53.398968 155.0895) - (xy 53.398966 155.0895) - (xy 53.281034 155.0895) - (xy 53.281032 155.0895) - (xy 53.104592 155.104936) - (xy 52.876336 155.166097) - (xy 52.66217 155.265965) - (xy 52.468598 155.401505) - (xy 52.301508 155.568595) - (xy 52.301505 155.568598) - (xy 52.301505 155.568599) - (xy 52.226925 155.675111) - (xy 52.165964 155.762172) - (xy 52.066097 155.976337) - (xy 52.004936 156.204592) - (xy 51.98434 156.44) - (xy 50.8755 156.44) - (xy 50.8755 145.399358) - (xy 50.889015 145.343063) - (xy 50.926615 145.29904) - (xy 50.980102 145.276885) - (xy 51.037818 145.281427) - (xy 51.087181 145.311677) - (xy 52.872057 147.096553) - (xy 52.896296 147.130849) - (xy 52.907696 147.171269) - (xy 52.909657 147.189926) - (xy 52.968672 147.371556) - (xy 53.064157 147.536941) - (xy 53.093555 147.569591) - (xy 53.191947 147.678866) - (xy 53.346448 147.791118) - (xy 53.520914 147.868795) - (xy 53.707711 147.9085) - (xy 53.707713 147.9085) - (xy 53.898687 147.9085) - (xy 53.898689 147.9085) - (xy 54.085485 147.868795) - (xy 54.085486 147.868794) - (xy 54.085488 147.868794) - (xy 54.259952 147.791118) - (xy 54.414453 147.678866) - (xy 54.54224 147.536944) - (xy 54.585236 147.462474) - (xy 54.637727 147.371556) - (xy 54.645075 147.348941) - (xy 54.696742 147.189928) - (xy 54.716704 147) - (xy 54.696742 146.810072) - (xy 54.662549 146.704838) - (xy 54.637727 146.628443) - (xy 54.542242 146.463058) - (xy 54.510635 146.427955) - (xy 54.414453 146.321134) - (xy 54.27154 146.217301) - (xy 54.259951 146.208881) - (xy 54.085485 146.131204) - (xy 53.910877 146.09409) - (xy 53.87749 146.081773) - (xy 53.848977 146.060481) - (xy 52.148019 144.359523) - (xy 52.121139 144.319295) - (xy 52.1117 144.271842) - (xy 52.1117 116.9) - (xy 54.111501 116.9) - (xy 54.131456 117.128084) - (xy 54.15898 117.230802) - (xy 54.187501 117.337246) - (xy 54.190717 117.349246) - (xy 54.287474 117.556744) - (xy 54.287476 117.556746) - (xy 54.287477 117.556749) - (xy 54.418802 117.7443) - (xy 54.5807 117.906198) - (xy 54.768251 118.037523) - (xy 54.768254 118.037524) - (xy 54.768255 118.037525) - (xy 54.852681 118.076893) - (xy 54.975757 118.134284) - (xy 55.196913 118.193543) - (xy 55.425 118.213498) - (xy 55.653087 118.193543) - (xy 55.874243 118.134284) - (xy 56.081749 118.037523) - (xy 56.2693 117.906198) - (xy 56.431198 117.7443) - (xy 56.562523 117.556749) - (xy 56.659284 117.349243) - (xy 56.718543 117.128087) - (xy 56.738498 116.9) - (xy 56.718543 116.671913) - (xy 56.659284 116.450757) - (xy 56.562523 116.243251) - (xy 56.431198 116.0557) - (xy 56.2693 115.893802) - (xy 56.081749 115.762477) - (xy 56.081746 115.762476) - (xy 56.081744 115.762474) - (xy 55.874246 115.665717) - (xy 55.874243 115.665716) - (xy 55.763665 115.636086) - (xy 55.653084 115.606456) - (xy 55.425 115.586501) - (xy 55.196915 115.606456) - (xy 54.975753 115.665717) - (xy 54.768255 115.762474) - (xy 54.76825 115.762477) - (xy 54.768251 115.762477) - (xy 54.586826 115.889513) - (xy 54.580696 115.893805) - (xy 54.418805 116.055696) - (xy 54.287474 116.243255) - (xy 54.190717 116.450753) - (xy 54.131456 116.671915) - (xy 54.111501 116.9) - (xy 52.1117 116.9) - (xy 52.1117 101.899999) - (xy 54.111501 101.899999) - (xy 54.131456 102.128084) - (xy 54.132262 102.131092) - (xy 54.187501 102.337246) - (xy 54.190717 102.349246) - (xy 54.287474 102.556744) - (xy 54.287476 102.556746) - (xy 54.287477 102.556749) - (xy 54.418802 102.7443) - (xy 54.5807 102.906198) - (xy 54.768251 103.037523) - (xy 54.768254 103.037524) - (xy 54.768255 103.037525) - (xy 54.872003 103.085903) - (xy 54.975757 103.134284) - (xy 55.196913 103.193543) - (xy 55.425 103.213498) - (xy 55.653087 103.193543) - (xy 55.874243 103.134284) - (xy 56.081749 103.037523) - (xy 56.2693 102.906198) - (xy 56.431198 102.7443) - (xy 56.562523 102.556749) - (xy 56.659284 102.349243) - (xy 56.718543 102.128087) - (xy 56.738498 101.9) - (xy 56.718543 101.671913) - (xy 56.659284 101.450757) - (xy 56.583666 101.288592) - (xy 56.562525 101.243255) - (xy 56.562524 101.243254) - (xy 56.562523 101.243251) - (xy 56.431198 101.0557) - (xy 56.2693 100.893802) - (xy 56.081749 100.762477) - (xy 56.081746 100.762476) - (xy 56.081744 100.762474) - (xy 55.874246 100.665717) - (xy 55.874243 100.665716) - (xy 55.763665 100.636086) - (xy 55.653084 100.606456) - (xy 55.425 100.586501) - (xy 55.196915 100.606456) - (xy 54.975753 100.665717) - (xy 54.768255 100.762474) - (xy 54.76825 100.762477) - (xy 54.768251 100.762477) - (xy 54.597834 100.881805) - (xy 54.580696 100.893805) - (xy 54.418805 101.055696) - (xy 54.287474 101.243255) - (xy 54.190717 101.450753) - (xy 54.131456 101.671915) - (xy 54.111501 101.899999) - (xy 52.1117 101.899999) - (xy 52.1117 98.80235) - (xy 52.124488 98.747506) - (xy 52.160214 98.703974) - (xy 52.211509 98.680733) - (xy 52.267792 98.682574) - (xy 52.447345 98.730686) - (xy 52.658 98.749116) - (xy 52.868655 98.730686) - (xy 53.07291 98.675956) - (xy 53.264558 98.586589) - (xy 53.437776 98.465301) - (xy 53.587301 98.315776) - (xy 53.708589 98.142558) - (xy 53.797956 97.95091) - (xy 53.852686 97.746655) - (xy 53.871116 97.536) - (xy 53.852686 97.325345) - (xy 53.797956 97.12109) - (xy 53.708589 96.929442) - (xy 53.587301 96.756224) - (xy 53.437776 96.606699) - (xy 53.264558 96.485411) - (xy 53.2043 96.457312) - (xy 53.072911 96.396044) - (xy 52.868652 96.341313) - (xy 52.658 96.322883) - (xy 52.447347 96.341313) - (xy 52.353242 96.366528) - (xy 52.267792 96.389425) - (xy 52.211509 96.391267) - (xy 52.160214 96.368026) - (xy 52.124488 96.324494) - (xy 52.1117 96.26965) - (xy 52.1117 94.896281) - (xy 52.126006 94.83846) - (xy 52.165623 94.793981) - (xy 52.22141 94.773107) - (xy 52.280495 94.780655) - (xy 52.328196 94.799135) - (xy 52.408 94.814052) - (xy 52.408 93.89) - (xy 52.908 93.89) - (xy 52.908 94.814052) - (xy 52.9878 94.799135) - (xy 53.195178 94.718797) - (xy 53.384262 94.601721) - (xy 53.548609 94.451899) - (xy 53.682634 94.274422) - (xy 53.781759 94.075351) - (xy 53.834495 93.89) - (xy 52.908 93.89) - (xy 52.408 93.89) - (xy 52.408 92.465948) - (xy 52.908 92.465948) - (xy 52.908 93.39) - (xy 53.834495 93.39) - (xy 53.781759 93.204648) - (xy 53.682634 93.005577) - (xy 53.548609 92.8281) - (xy 53.384262 92.678278) - (xy 53.195178 92.561202) - (xy 52.9878 92.480864) - (xy 52.908 92.465948) - (xy 52.408 92.465948) - (xy 52.328196 92.480864) - (xy 52.280495 92.499345) - (xy 52.22141 92.506893) - (xy 52.165623 92.486019) - (xy 52.126006 92.44154) - (xy 52.1117 92.383719) - (xy 52.1117 91.01035) - (xy 52.124488 90.955506) - (xy 52.160214 90.911974) - (xy 52.211509 90.888733) - (xy 52.267792 90.890574) - (xy 52.447345 90.938686) - (xy 52.658 90.957116) - (xy 52.868655 90.938686) - (xy 53.07291 90.883956) - (xy 53.264558 90.794589) - (xy 53.437776 90.673301) - (xy 53.587301 90.523776) - (xy 53.708589 90.350558) - (xy 53.797956 90.15891) - (xy 53.852686 89.954655) - (xy 53.871116 89.744) - (xy 53.852686 89.533345) - (xy 53.797956 89.32909) - (xy 53.708589 89.137442) - (xy 53.587301 88.964224) - (xy 53.437776 88.814699) - (xy 53.264558 88.693411) - (xy 53.2043 88.665312) - (xy 53.072911 88.604044) - (xy 52.868652 88.549313) - (xy 52.658 88.530883) - (xy 52.447347 88.549313) - (xy 52.362407 88.572073) - (xy 52.267792 88.597425) - (xy 52.211509 88.599267) - (xy 52.160214 88.576026) - (xy 52.124488 88.532494) - (xy 52.1117 88.47765) - (xy 52.1117 85.597999) - (xy 53.824501 85.597999) - (xy 53.844456 85.826084) - (xy 53.903717 86.047246) - (xy 54.000474 86.254744) - (xy 54.000476 86.254746) - (xy 54.000477 86.254749) - (xy 54.131802 86.4423) - (xy 54.2937 86.604198) - (xy 54.481251 86.735523) - (xy 54.688757 86.832284) - (xy 54.909913 86.891543) - (xy 55.138 86.911498) - (xy 55.366087 86.891543) - (xy 55.587243 86.832284) - (xy 55.794749 86.735523) - (xy 55.9823 86.604198) - (xy 56.144198 86.4423) - (xy 56.275523 86.254749) - (xy 56.275618 86.254544) - (xy 56.275852 86.254277) - (xy 56.281745 86.245862) - (xy 56.282666 86.246507) - (xy 56.321373 86.202369) - (xy 56.388 86.182949) - (xy 56.454627 86.202369) - (xy 56.493333 86.246507) - (xy 56.494255 86.245862) - (xy 56.500147 86.254277) - (xy 56.500381 86.254544) - (xy 56.500477 86.254749) - (xy 56.631802 86.4423) - (xy 56.7937 86.604198) - (xy 56.981251 86.735523) - (xy 57.188757 86.832284) - (xy 57.409913 86.891543) - (xy 57.638 86.911498) - (xy 57.866087 86.891543) - (xy 58.060208 86.839527) - (xy 58.116491 86.837686) - (xy 58.167786 86.860927) - (xy 58.203512 86.904459) - (xy 58.2163 86.959303) - (xy 58.2163 88.459429) - (xy 58.203512 88.514273) - (xy 58.167786 88.557805) - (xy 58.116491 88.581046) - (xy 58.060206 88.579204) - (xy 57.948652 88.549313) - (xy 57.738 88.530883) - (xy 57.527347 88.549313) - (xy 57.323088 88.604044) - (xy 57.131441 88.693411) - (xy 56.958223 88.814699) - (xy 56.808699 88.964223) - (xy 56.687411 89.137441) - (xy 56.598044 89.329088) - (xy 56.543313 89.533347) - (xy 56.524883 89.744) - (xy 56.543313 89.954652) - (xy 56.598044 90.158911) - (xy 56.664989 90.302474) - (xy 56.687411 90.350558) - (xy 56.808699 90.523776) - (xy 56.958224 90.673301) - (xy 57.131442 90.794589) - (xy 57.32309 90.883956) - (xy 57.527345 90.938686) - (xy 57.738 90.957116) - (xy 57.948655 90.938686) - (xy 58.060205 90.908796) - (xy 58.116491 90.906954) - (xy 58.167786 90.930195) - (xy 58.203512 90.973727) - (xy 58.2163 91.028571) - (xy 58.2163 92.355429) - (xy 58.203512 92.410273) - (xy 58.167786 92.453805) - (xy 58.116491 92.477046) - (xy 58.060206 92.475204) - (xy 57.948652 92.445313) - (xy 57.738 92.426883) - (xy 57.527347 92.445313) - (xy 57.323088 92.500044) - (xy 57.131441 92.589411) - (xy 56.958223 92.710699) - (xy 56.808699 92.860223) - (xy 56.687411 93.033441) - (xy 56.598044 93.225088) - (xy 56.543313 93.429347) - (xy 56.524883 93.64) - (xy 56.543313 93.850652) - (xy 56.598044 94.054911) - (xy 56.636129 94.136583) - (xy 56.687411 94.246558) - (xy 56.808699 94.419776) - (xy 56.958224 94.569301) - (xy 57.131442 94.690589) - (xy 57.32309 94.779956) - (xy 57.527345 94.834686) - (xy 57.738 94.853116) - (xy 57.948655 94.834686) - (xy 58.060205 94.804796) - (xy 58.116491 94.802954) - (xy 58.167786 94.826195) - (xy 58.203512 94.869727) - (xy 58.2163 94.924571) - (xy 58.2163 96.251429) - (xy 58.203512 96.306273) - (xy 58.167786 96.349805) - (xy 58.116491 96.373046) - (xy 58.060206 96.371204) - (xy 57.948652 96.341313) - (xy 57.738 96.322883) - (xy 57.527347 96.341313) - (xy 57.323088 96.396044) - (xy 57.131441 96.485411) - (xy 56.958223 96.606699) - (xy 56.808699 96.756223) - (xy 56.687411 96.929441) - (xy 56.598044 97.121088) - (xy 56.543313 97.325347) - (xy 56.524883 97.536) - (xy 56.543313 97.746652) - (xy 56.598044 97.950911) - (xy 56.645409 98.052484) - (xy 56.687411 98.142558) - (xy 56.808699 98.315776) - (xy 56.958224 98.465301) - (xy 57.131442 98.586589) - (xy 57.32309 98.675956) - (xy 57.527345 98.730686) - (xy 57.738 98.749116) - (xy 57.948655 98.730686) - (xy 58.060205 98.700796) - (xy 58.116491 98.698954) - (xy 58.167786 98.722195) - (xy 58.203512 98.765727) - (xy 58.2163 98.820571) - (xy 58.2163 110.19074) - (xy 58.216074 110.198228) - (xy 58.21238 110.259287) - (xy 58.214269 110.269594) - (xy 58.2163 110.291946) - (xy 58.2163 125.15674) - (xy 58.216074 125.164228) - (xy 58.21238 125.225287) - (xy 58.214269 125.235594) - (xy 58.2163 125.257946) - (xy 58.2163 140.14274) - (xy 58.216074 140.150228) - (xy 58.21238 140.211287) - (xy 58.214269 140.221594) - (xy 58.2163 140.243946) - (xy 58.2163 155.12874) - (xy 58.216074 155.136227) - (xy 58.213704 155.175411) - (xy 58.21238 155.197288) - (xy 58.223407 155.257462) - (xy 58.224534 155.264864) - (xy 58.231906 155.325575) - (xy 58.235621 155.33537) - (xy 58.241646 155.35698) - (xy 58.243534 155.367285) - (xy 58.268634 155.423056) - (xy 58.271498 155.429972) - (xy 58.293193 155.487174) - (xy 58.299147 155.495801) - (xy 58.310166 155.515338) - (xy 58.314467 155.524893) - (xy 58.352185 155.573036) - (xy 58.356619 155.579062) - (xy 58.384051 155.618805) - (xy 58.391373 155.629412) - (xy 58.437161 155.669977) - (xy 58.442615 155.675111) - (xy 58.94978 156.182276) - (xy 58.981874 156.237863) - (xy 58.981874 156.302049) - (xy 58.956456 156.396911) - (xy 58.936501 156.624999) - (xy 58.956456 156.853084) - (xy 58.973213 156.91562) - (xy 59.014934 157.071326) - (xy 59.015717 157.074246) - (xy 59.112474 157.281744) - (xy 59.112476 157.281746) - (xy 59.112477 157.281749) - (xy 59.243802 157.4693) - (xy 59.4057 157.631198) - (xy 59.593251 157.762523) - (xy 59.800757 157.859284) - (xy 60.021913 157.918543) - (xy 60.25 157.938498) - (xy 60.478087 157.918543) - (xy 60.699243 157.859284) - (xy 60.906749 157.762523) - (xy 60.990291 157.704026) - (xy 62.024526 157.704026) - (xy 62.097515 157.755133) - (xy 62.303673 157.851266) - (xy 62.523397 157.910141) - (xy 62.75 157.929966) - (xy 62.976602 157.910141) - (xy 63.196326 157.851266) - (xy 63.40248 157.755134) - (xy 63.475472 157.704025) - (xy 63.247447 157.476) - (xy 95.597505 157.476) - (xy 95.65024 157.661351) - (xy 95.749365 157.860422) - (xy 95.88339 158.037899) - (xy 96.047737 158.187721) - (xy 96.236821 158.304797) - (xy 96.444199 158.385135) - (xy 96.524 158.400052) - (xy 96.524 157.476) - (xy 97.024 157.476) - (xy 97.024 158.400052) - (xy 97.1038 158.385135) - (xy 97.311178 158.304797) - (xy 97.500262 158.187721) - (xy 97.664609 158.037899) - (xy 97.798634 157.860422) - (xy 97.897759 157.661351) - (xy 97.950495 157.476) - (xy 97.024 157.476) - (xy 96.524 157.476) - (xy 95.597505 157.476) - (xy 63.247447 157.476) - (xy 62.750001 156.978553) - (xy 62.75 156.978553) - (xy 62.024526 157.704025) - (xy 62.024526 157.704026) - (xy 60.990291 157.704026) - (xy 61.0943 157.631198) - (xy 61.256198 157.4693) - (xy 61.387523 157.281749) - (xy 61.392306 157.27149) - (xy 61.438063 157.219313) - (xy 61.504688 157.199893) - (xy 61.571315 157.219313) - (xy 61.617072 157.27149) - (xy 61.619867 157.277485) - (xy 61.670972 157.350471) - (xy 61.670974 157.350472) - (xy 62.396446 156.625001) - (xy 63.103553 156.625001) - (xy 63.829025 157.350472) - (xy 63.880134 157.27748) - (xy 63.90414 157.226) - (xy 100.640883 157.226) - (xy 100.659313 157.436652) - (xy 100.714044 157.640911) - (xy 100.783799 157.7905) - (xy 100.803411 157.832558) - (xy 100.924699 158.005776) - (xy 101.074224 158.155301) - (xy 101.247442 158.276589) - (xy 101.43909 158.365956) - (xy 101.643345 158.420686) - (xy 101.854 158.439116) - (xy 102.064655 158.420686) - (xy 102.26891 158.365956) - (xy 102.460558 158.276589) - (xy 102.633776 158.155301) - (xy 102.783301 158.005776) - (xy 102.904589 157.832558) - (xy 102.993956 157.64091) - (xy 103.048686 157.436655) - (xy 103.067116 157.226) - (xy 103.048686 157.015345) - (xy 102.993956 156.81109) - (xy 102.904589 156.619442) - (xy 102.783301 156.446224) - (xy 102.777077 156.44) - (xy 107.50434 156.44) - (xy 107.524936 156.675407) - (xy 107.572545 156.853087) - (xy 107.586097 156.903663) - (xy 107.685965 157.117829) - (xy 107.821505 157.311401) - (xy 107.988599 157.478495) - (xy 108.182171 157.614035) - (xy 108.396337 157.713903) - (xy 108.624592 157.775063) - (xy 108.801032 157.7905) - (xy 108.801034 157.7905) - (xy 108.918966 157.7905) - (xy 108.918968 157.7905) - (xy 109.036593 157.780208) - (xy 109.095408 157.775063) - (xy 109.323663 157.713903) - (xy 109.537829 157.614035) - (xy 109.731401 157.478495) - (xy 109.898495 157.311401) - (xy 110.034035 157.11783) - (xy 110.133903 156.903663) - (xy 110.195063 156.675408) - (xy 110.215659 156.44) - (xy 110.195063 156.204592) - (xy 110.133903 155.976337) - (xy 110.034035 155.762171) - (xy 109.898495 155.568599) - (xy 109.731401 155.401505) - (xy 109.537829 155.265965) - (xy 109.323663 155.166097) - (xy 109.095407 155.104936) - (xy 108.918968 155.0895) - (xy 108.918966 155.0895) - (xy 108.801034 155.0895) - (xy 108.801032 155.0895) - (xy 108.624592 155.104936) - (xy 108.396336 155.166097) - (xy 108.18217 155.265965) - (xy 107.988598 155.401505) - (xy 107.821508 155.568595) - (xy 107.821505 155.568598) - (xy 107.821505 155.568599) - (xy 107.746925 155.675111) - (xy 107.685964 155.762172) - (xy 107.586097 155.976337) - (xy 107.524936 156.204592) - (xy 107.50434 156.44) - (xy 102.777077 156.44) - (xy 102.633776 156.296699) - (xy 102.460558 156.175411) - (xy 102.400064 156.147202) - (xy 102.268911 156.086044) - (xy 102.064652 156.031313) - (xy 101.854 156.012883) - (xy 101.643347 156.031313) - (xy 101.439088 156.086044) - (xy 101.247441 156.175411) - (xy 101.074223 156.296699) - (xy 100.924699 156.446223) - (xy 100.803411 156.619441) - (xy 100.714044 156.811088) - (xy 100.659313 157.015347) - (xy 100.640883 157.226) - (xy 63.90414 157.226) - (xy 63.976266 157.071326) - (xy 64.001809 156.976) - (xy 95.597505 156.976) - (xy 96.524 156.976) - (xy 96.524 156.051948) - (xy 97.024 156.051948) - (xy 97.024 156.976) - (xy 97.950495 156.976) - (xy 97.897759 156.790648) - (xy 97.798634 156.591577) - (xy 97.664609 156.4141) - (xy 97.500262 156.264278) - (xy 97.311178 156.147202) - (xy 97.1038 156.066864) - (xy 97.024 156.051948) - (xy 96.524 156.051948) - (xy 96.444199 156.066864) - (xy 96.236821 156.147202) - (xy 96.047737 156.264278) - (xy 95.88339 156.4141) - (xy 95.749365 156.591577) - (xy 95.65024 156.790648) - (xy 95.597505 156.976) - (xy 64.001809 156.976) - (xy 64.035141 156.851602) - (xy 64.054966 156.624999) - (xy 64.035141 156.398397) - (xy 63.976266 156.178673) - (xy 63.880133 155.972515) - (xy 63.829025 155.899526) - (xy 63.103553 156.625) - (xy 63.103553 156.625001) - (xy 62.396446 156.625001) - (xy 62.396446 156.625) - (xy 61.670973 155.899526) - (xy 61.670973 155.899527) - (xy 61.619863 155.97252) - (xy 61.617067 155.978516) - (xy 61.571308 156.030689) - (xy 61.504683 156.050105) - (xy 61.438059 156.030683) - (xy 61.392305 155.978507) - (xy 61.391293 155.976337) - (xy 61.387523 155.968251) - (xy 61.256198 155.7807) - (xy 61.0943 155.618802) - (xy 61.002574 155.554574) - (xy 60.995031 155.545973) - (xy 62.024526 155.545973) - (xy 62.75 156.271446) - (xy 62.750001 156.271446) - (xy 63.475472 155.545974) - (xy 63.475471 155.545972) - (xy 63.402484 155.494866) - (xy 63.196326 155.398733) - (xy 62.976602 155.339858) - (xy 62.75 155.320033) - (xy 62.523397 155.339858) - (xy 62.303672 155.398733) - (xy 62.097516 155.494865) - (xy 62.024527 155.545973) - (xy 62.024526 155.545973) - (xy 60.995031 155.545973) - (xy 60.963711 155.510259) - (xy 60.9497 155.453002) - (xy 60.9497 154.843149) - (xy 60.964555 154.784298) - (xy 61.005561 154.739548) - (xy 61.062892 154.719621) - (xy 61.178087 154.709543) - (xy 61.399243 154.650284) - (xy 61.606749 154.553523) - (xy 61.7943 154.422198) - (xy 61.956198 154.2603) - (xy 62.087523 154.072749) - (xy 62.184284 153.865243) - (xy 62.243543 153.644087) - (xy 62.263498 153.416) - (xy 62.243543 153.187913) - (xy 62.184284 152.966757) - (xy 62.087523 152.759251) - (xy 61.956198 152.5717) - (xy 61.7943 152.409802) - (xy 61.606749 152.278477) - (xy 61.563655 152.258382) - (xy 61.511479 152.212625) - (xy 61.492059 152.146) - (xy 61.511479 152.079375) - (xy 61.563655 152.033618) - (xy 61.566882 152.032112) - (xy 61.606749 152.013523) - (xy 61.7943 151.882198) - (xy 61.956198 151.7203) - (xy 62.087523 151.532749) - (xy 62.184284 151.325243) - (xy 62.243543 151.104087) - (xy 62.263498 150.876) - (xy 62.243543 150.647913) - (xy 62.184284 150.426757) - (xy 62.087523 150.219251) - (xy 61.956198 150.0317) - (xy 61.7943 149.869802) - (xy 61.606749 149.738477) - (xy 61.604707 149.737525) - (xy 61.563655 149.718382) - (xy 61.511479 149.672625) - (xy 61.492059 149.606) - (xy 61.511479 149.539375) - (xy 61.563655 149.493618) - (xy 61.566882 149.492112) - (xy 61.606749 149.473523) - (xy 61.7943 149.342198) - (xy 61.956198 149.1803) - (xy 62.087523 148.992749) - (xy 62.184284 148.785243) - (xy 62.243543 148.564087) - (xy 62.263498 148.336) - (xy 62.243543 148.107913) - (xy 62.184284 147.886757) - (xy 62.108623 147.724501) - (xy 62.087525 147.679255) - (xy 62.087524 147.679254) - (xy 62.087523 147.679251) - (xy 61.956198 147.4917) - (xy 61.7943 147.329802) - (xy 61.786629 147.324431) - (xy 61.747496 147.279592) - (xy 61.733762 147.221679) - (xy 61.748596 147.164037) - (xy 61.78858 147.119948) - (xy 61.8445 147.099569) - (xy 61.859201 147.097989) - (xy 61.859203 147.097988) - (xy 61.859205 147.097988) - (xy 61.961969 147.059658) - (xy 61.996204 147.046889) - (xy 62.113261 146.959261) - (xy 62.200889 146.842204) - (xy 62.251989 146.705201) - (xy 62.2585 146.644638) - (xy 62.2585 144.947362) - (xy 62.251989 144.886799) - (xy 62.251988 144.886797) - (xy 62.251988 144.886794) - (xy 62.200889 144.749796) - (xy 62.113261 144.632738) - (xy 61.996203 144.54511) - (xy 61.859205 144.494011) - (xy 61.828919 144.490755) - (xy 61.798638 144.4875) - (xy 60.101362 144.4875) - (xy 60.074445 144.490393) - (xy 60.040794 144.494011) - (xy 59.903798 144.545109) - (xy 59.883562 144.560258) - (xy 59.838008 144.594358) - (xy 59.774753 144.618597) - (xy 59.708196 144.605975) - (xy 59.658205 144.560258) - (xy 59.6397 144.495091) - (xy 59.6397 143.704026) - (xy 65.862526 143.704026) - (xy 65.935515 143.755133) - (xy 66.141673 143.851266) - (xy 66.361397 143.910141) - (xy 66.588 143.929966) - (xy 66.814602 143.910141) - (xy 66.957206 143.871931) - (xy 67.013491 143.870089) - (xy 67.064786 143.89333) - (xy 67.100512 143.936862) - (xy 67.1133 143.991706) - (xy 67.1133 144.49326) - (xy 67.103861 144.540713) - (xy 67.076981 144.580942) - (xy 66.864605 144.793315) - (xy 66.859153 144.798447) - (xy 66.813369 144.839009) - (xy 66.778618 144.889353) - (xy 66.774182 144.895382) - (xy 66.736466 144.943524) - (xy 66.732165 144.95308) - (xy 66.72115 144.972611) - (xy 66.715192 144.981243) - (xy 66.693496 145.03845) - (xy 66.690631 145.045366) - (xy 66.665535 145.101127) - (xy 66.663645 145.111442) - (xy 66.657621 145.133048) - (xy 66.653906 145.142843) - (xy 66.646534 145.203552) - (xy 66.645407 145.210954) - (xy 66.63438 145.271128) - (xy 66.63438 145.27113) - (xy 66.63438 145.271131) - (xy 66.636833 145.311677) - (xy 66.638074 145.33219) - (xy 66.6383 145.339678) - (xy 66.6383 154.67474) - (xy 66.638074 154.682227) - (xy 66.636422 154.709543) - (xy 66.63438 154.743288) - (xy 66.645407 154.803462) - (xy 66.646534 154.810864) - (xy 66.653906 154.871575) - (xy 66.657621 154.88137) - (xy 66.663646 154.90298) - (xy 66.665534 154.913285) - (xy 66.690634 154.969056) - (xy 66.693498 154.975972) - (xy 66.715193 155.033174) - (xy 66.721147 155.041801) - (xy 66.732166 155.061338) - (xy 66.736467 155.070893) - (xy 66.751045 155.0895) - (xy 66.774185 155.119036) - (xy 66.778619 155.125062) - (xy 66.783747 155.132492) - (xy 66.813373 155.175412) - (xy 66.859161 155.215977) - (xy 66.864615 155.221111) - (xy 68.32888 156.685375) - (xy 68.334014 156.690829) - (xy 68.374587 156.736627) - (xy 68.424939 156.771382) - (xy 68.430972 156.775821) - (xy 68.479107 156.813532) - (xy 68.48866 156.817831) - (xy 68.508203 156.828854) - (xy 68.516827 156.834807) - (xy 68.574031 156.856501) - (xy 68.580936 156.859361) - (xy 68.636712 156.884465) - (xy 68.64702 156.886353) - (xy 68.668628 156.892377) - (xy 68.678428 156.896094) - (xy 68.739141 156.903465) - (xy 68.746532 156.904589) - (xy 68.806713 156.915619) - (xy 68.867761 156.911925) - (xy 68.875248 156.9117) - (xy 89.35874 156.9117) - (xy 89.366227 156.911925) - (xy 89.427287 156.91562) - (xy 89.48749 156.904586) - (xy 89.494839 156.903467) - (xy 89.555572 156.896094) - (xy 89.565368 156.892378) - (xy 89.586978 156.886353) - (xy 89.597287 156.884465) - (xy 89.653074 156.859356) - (xy 89.659956 156.856505) - (xy 89.717173 156.834807) - (xy 89.725794 156.828856) - (xy 89.745341 156.817831) - (xy 89.754893 156.813533) - (xy 89.803066 156.77579) - (xy 89.809059 156.771382) - (xy 89.859411 156.736628) - (xy 89.899993 156.690818) - (xy 89.905095 156.685399) - (xy 91.771948 154.818546) - (xy 91.829779 154.785875) - (xy 91.896176 154.787737) - (xy 92.040757 154.832335) - (xy 92.293966 154.8705) - (xy 92.550034 154.8705) - (xy 92.803243 154.832335) - (xy 93.047935 154.756858) - (xy 93.278646 154.645754) - (xy 93.490219 154.501505) - (xy 93.677931 154.327334) - (xy 93.837587 154.127131) - (xy 93.957175 153.92) - (xy 95.597505 153.92) - (xy 95.65024 154.105351) - (xy 95.749365 154.304422) - (xy 95.88339 154.481899) - (xy 96.047737 154.631721) - (xy 96.236821 154.748797) - (xy 96.444199 154.829135) - (xy 96.524 154.844052) - (xy 96.524 153.92) - (xy 97.024 153.92) - (xy 97.024 154.844052) - (xy 97.1038 154.829135) - (xy 97.311178 154.748797) - (xy 97.500262 154.631721) - (xy 97.664609 154.481899) - (xy 97.798634 154.304422) - (xy 97.897759 154.105351) - (xy 97.950495 153.92) - (xy 97.024 153.92) - (xy 96.524 153.92) - (xy 95.597505 153.92) - (xy 93.957175 153.92) - (xy 93.965622 153.905369) - (xy 94.057997 153.669999) - (xy 100.640883 153.669999) - (xy 100.659313 153.880652) - (xy 100.714044 154.084911) - (xy 100.733732 154.127131) - (xy 100.803411 154.276558) - (xy 100.924699 154.449776) - (xy 101.074224 154.599301) - (xy 101.247442 154.720589) - (xy 101.43909 154.809956) - (xy 101.643345 154.864686) - (xy 101.854 154.883116) - (xy 102.064655 154.864686) - (xy 102.26891 154.809956) - (xy 102.460558 154.720589) - (xy 102.633776 154.599301) - (xy 102.783301 154.449776) - (xy 102.904589 154.276558) - (xy 102.993956 154.08491) - (xy 103.048686 153.880655) - (xy 103.067116 153.67) - (xy 103.048686 153.459345) - (xy 102.993956 153.25509) - (xy 102.904589 153.063442) - (xy 102.783301 152.890224) - (xy 102.633776 152.740699) - (xy 102.460558 152.619411) - (xy 102.42426 152.602485) - (xy 102.268911 152.530044) - (xy 102.064652 152.475313) - (xy 101.854 152.456883) - (xy 101.643347 152.475313) - (xy 101.439088 152.530044) - (xy 101.247441 152.619411) - (xy 101.074223 152.740699) - (xy 100.924699 152.890223) - (xy 100.803411 153.063441) - (xy 100.714044 153.255088) - (xy 100.659313 153.459347) - (xy 100.640883 153.669999) - (xy 94.057997 153.669999) - (xy 94.059174 153.667001) - (xy 94.115551 153.42) - (xy 95.597505 153.42) - (xy 96.524 153.42) - (xy 96.524 152.495948) - (xy 97.024 152.495948) - (xy 97.024 153.42) - (xy 97.950495 153.42) - (xy 97.897759 153.234648) - (xy 97.798634 153.035577) - (xy 97.664609 152.8581) - (xy 97.500262 152.708278) - (xy 97.311178 152.591202) - (xy 97.1038 152.510864) - (xy 97.024 152.495948) - (xy 96.524 152.495948) - (xy 96.444199 152.510864) - (xy 96.236821 152.591202) - (xy 96.047737 152.708278) - (xy 95.88339 152.8581) - (xy 95.749365 153.035577) - (xy 95.65024 153.234648) - (xy 95.597505 153.42) - (xy 94.115551 153.42) - (xy 94.116155 153.417353) - (xy 94.135291 153.162) - (xy 94.116155 152.906647) - (xy 94.059174 152.656999) - (xy 94.039452 152.606749) - (xy 94.009348 152.530044) - (xy 93.965622 152.418631) - (xy 93.837587 152.196869) - (xy 93.677931 151.996666) - (xy 93.627637 151.95) - (xy 106.011501 151.95) - (xy 106.031456 152.178084) - (xy 106.046629 152.234708) - (xy 106.089934 152.396326) - (xy 106.090717 152.399246) - (xy 106.187474 152.606744) - (xy 106.187476 152.606746) - (xy 106.187477 152.606749) - (xy 106.318802 152.7943) - (xy 106.4807 152.956198) - (xy 106.668251 153.087523) - (xy 106.875757 153.184284) - (xy 107.096913 153.243543) - (xy 107.325 153.263498) - (xy 107.553087 153.243543) - (xy 107.774243 153.184284) - (xy 107.981749 153.087523) - (xy 108.065291 153.029026) - (xy 109.099526 153.029026) - (xy 109.172515 153.080133) - (xy 109.378673 153.176266) - (xy 109.598397 153.235141) - (xy 109.825 153.254966) - (xy 110.051602 153.235141) - (xy 110.271326 153.176266) - (xy 110.47748 153.080134) - (xy 110.550472 153.029025) - (xy 109.825001 152.303553) - (xy 109.825 152.303553) - (xy 109.099526 153.029025) - (xy 109.099526 153.029026) - (xy 108.065291 153.029026) - (xy 108.1693 152.956198) - (xy 108.331198 152.7943) - (xy 108.462523 152.606749) - (xy 108.467306 152.59649) - (xy 108.513063 152.544313) - (xy 108.579688 152.524893) - (xy 108.646315 152.544313) - (xy 108.692072 152.59649) - (xy 108.694867 152.602485) - (xy 108.745972 152.675471) - (xy 108.745974 152.675472) - (xy 109.471446 151.950001) - (xy 109.471446 151.95) - (xy 108.745973 151.224526) - (xy 108.745973 151.224527) - (xy 108.694863 151.29752) - (xy 108.692067 151.303516) - (xy 108.646308 151.355689) - (xy 108.579683 151.375105) - (xy 108.513059 151.355683) - (xy 108.467305 151.303507) - (xy 108.462524 151.293253) - (xy 108.462523 151.293251) - (xy 108.331198 151.1057) - (xy 108.1693 150.943802) - (xy 108.06529 150.870973) - (xy 109.099526 150.870973) - (xy 109.825 151.596446) - (xy 109.825001 151.596446) - (xy 110.550472 150.870974) - (xy 110.550471 150.870972) - (xy 110.477484 150.819866) - (xy 110.271326 150.723733) - (xy 110.051602 150.664858) - (xy 109.825 150.645033) - (xy 109.598397 150.664858) - (xy 109.378672 150.723733) - (xy 109.172516 150.819865) - (xy 109.099527 150.870973) - (xy 109.099526 150.870973) - (xy 108.06529 150.870973) - (xy 107.981749 150.812477) - (xy 107.981746 150.812476) - (xy 107.981744 150.812474) - (xy 107.774246 150.715717) - (xy 107.774243 150.715716) - (xy 107.58444 150.664858) - (xy 107.553084 150.656456) - (xy 107.325 150.636501) - (xy 107.096915 150.656456) - (xy 106.875753 150.715717) - (xy 106.668255 150.812474) - (xy 106.480696 150.943805) - (xy 106.318805 151.105696) - (xy 106.187474 151.293255) - (xy 106.090717 151.500753) - (xy 106.031456 151.721915) - (xy 106.011501 151.95) - (xy 93.627637 151.95) - (xy 93.588155 151.913366) - (xy 93.490221 151.822496) - (xy 93.333721 151.715796) - (xy 93.278646 151.678246) - (xy 93.278643 151.678245) - (xy 93.278641 151.678243) - (xy 93.047935 151.567142) - (xy 92.803244 151.491665) - (xy 92.550034 151.4535) - (xy 92.293966 151.4535) - (xy 92.040755 151.491665) - (xy 91.796066 151.567141) - (xy 91.647315 151.638776) - (xy 91.565355 151.678246) - (xy 91.536321 151.698041) - (xy 91.353778 151.822496) - (xy 91.166069 151.996665) - (xy 91.006412 152.196869) - (xy 90.878377 152.418632) - (xy 90.784826 152.656996) - (xy 90.727844 152.906649) - (xy 90.708708 153.161999) - (xy 90.727844 153.41735) - (xy 90.784826 153.667003) - (xy 90.790588 153.681684) - (xy 90.799148 153.728531) - (xy 90.78942 153.775149) - (xy 90.762839 153.814663) - (xy 89.125523 155.451981) - (xy 89.085295 155.478861) - (xy 89.037842 155.4883) - (xy 69.196157 155.4883) - (xy 69.148704 155.478861) - (xy 69.108476 155.451981) - (xy 68.588829 154.932334) - (xy 68.555449 154.871491) - (xy 68.559988 154.802242) - (xy 68.601024 154.746277) - (xy 68.665702 154.721125) - (xy 68.798087 154.709543) - (xy 69.019243 154.650284) - (xy 69.226749 154.553523) - (xy 69.4143 154.422198) - (xy 69.576198 154.2603) - (xy 69.707523 154.072749) - (xy 69.804284 153.865243) - (xy 69.863543 153.644087) - (xy 69.883498 153.416) - (xy 69.863543 153.187913) - (xy 69.804284 152.966757) - (xy 69.707523 152.759251) - (xy 69.576198 152.5717) - (xy 69.4143 152.409802) - (xy 69.226749 152.278477) - (xy 69.183655 152.258382) - (xy 69.131479 152.212625) - (xy 69.112059 152.146) - (xy 69.131479 152.079375) - (xy 69.183655 152.033618) - (xy 69.186882 152.032112) - (xy 69.226749 152.013523) - (xy 69.4143 151.882198) - (xy 69.576198 151.7203) - (xy 69.707523 151.532749) - (xy 69.804284 151.325243) - (xy 69.863543 151.104087) - (xy 69.883498 150.876) - (xy 69.863543 150.647913) - (xy 69.804284 150.426757) - (xy 69.707523 150.219251) - (xy 69.576198 150.0317) - (xy 69.4143 149.869802) - (xy 69.226749 149.738477) - (xy 69.224707 149.737525) - (xy 69.183655 149.718382) - (xy 69.131479 149.672625) - (xy 69.112059 149.606) - (xy 69.131479 149.539375) - (xy 69.183655 149.493618) - (xy 69.186882 149.492112) - (xy 69.226749 149.473523) - (xy 69.4143 149.342198) - (xy 69.576198 149.1803) - (xy 69.707523 148.992749) - (xy 69.804284 148.785243) - (xy 69.863543 148.564087) - (xy 69.883498 148.336) - (xy 69.863543 148.107913) - (xy 69.804284 147.886757) - (xy 69.728623 147.724501) - (xy 69.707525 147.679255) - (xy 69.707524 147.679254) - (xy 69.707523 147.679251) - (xy 69.576198 147.4917) - (xy 69.4143 147.329802) - (xy 69.226749 147.198477) - (xy 69.208415 147.189928) - (xy 69.183655 147.178382) - (xy 69.131479 147.132625) - (xy 69.112059 147.066) - (xy 69.131479 146.999375) - (xy 69.183655 146.953618) - (xy 69.186882 146.952112) - (xy 69.226749 146.933523) - (xy 69.4143 146.802198) - (xy 69.576198 146.6403) - (xy 69.707523 146.452749) - (xy 69.804284 146.245243) - (xy 69.863543 146.024087) - (xy 69.883498 145.796) - (xy 69.863543 145.567913) - (xy 69.808345 145.361916) - (xy 69.807312 145.33615) - (xy 69.804529 145.336319) - (xy 69.803038 145.311677) - (xy 69.799925 145.260221) - (xy 69.7997 145.252735) - (xy 69.7997 144.494524) - (xy 69.814608 144.435576) - (xy 69.855746 144.390802) - (xy 69.913224 144.370967) - (xy 69.973221 144.380842) - (xy 70.02131 144.41805) - (xy 70.036184 144.437035) - (xy 70.040624 144.443069) - (xy 70.075373 144.493412) - (xy 70.121161 144.533977) - (xy 70.126615 144.539111) - (xy 70.644619 145.057115) - (xy 70.67346 145.102385) - (xy 70.680466 145.155603) - (xy 70.668883 145.287999) - (xy 70.687313 145.498652) - (xy 70.742044 145.702911) - (xy 70.79198 145.809999) - (xy 70.831411 145.894558) - (xy 70.952699 146.067776) - (xy 71.102224 146.217301) - (xy 71.275442 146.338589) - (xy 71.46709 146.427956) - (xy 71.671345 146.482686) - (xy 71.882 146.501116) - (xy 72.092655 146.482686) - (xy 72.29691 146.427956) - (xy 72.488558 146.338589) - (xy 72.661776 146.217301) - (xy 72.811301 146.067776) - (xy 72.932589 145.894558) - (xy 73.021956 145.70291) - (xy 73.076686 145.498655) - (xy 73.095116 145.288) - (xy 73.076686 145.077345) - (xy 73.021956 144.87309) - (xy 72.932589 144.681442) - (xy 72.811301 144.508224) - (xy 72.661776 144.358699) - (xy 72.488558 144.237411) - (xy 72.403994 144.197978) - (xy 72.296911 144.148044) - (xy 72.092652 144.093313) - (xy 71.881999 144.074883) - (xy 71.749603 144.086466) - (xy 71.696385 144.07946) - (xy 71.651115 144.050619) - (xy 71.360019 143.759523) - (xy 71.333139 143.719295) - (xy 71.3237 143.671842) - (xy 71.3237 142.741135) - (xy 71.336488 142.686291) - (xy 71.372214 142.642759) - (xy 71.423509 142.619518) - (xy 71.479793 142.621359) - (xy 71.671345 142.672686) - (xy 71.811781 142.684972) - (xy 71.881999 142.691116) - (xy 71.881999 142.691115) - (xy 71.882 142.691116) - (xy 72.092655 142.672686) - (xy 72.29691 142.617956) - (xy 72.488558 142.528589) - (xy 72.661776 142.407301) - (xy 72.811301 142.257776) - (xy 72.932589 142.084558) - (xy 73.021956 141.89291) - (xy 73.066144 141.728) - (xy 75.785505 141.728) - (xy 75.83824 141.913351) - (xy 75.937365 142.112422) - (xy 76.07139 142.289899) - (xy 76.235737 142.439721) - (xy 76.424821 142.556797) - (xy 76.632199 142.637135) - (xy 76.712 142.652052) - (xy 76.712 141.728) - (xy 77.212 141.728) - (xy 77.212 142.652052) - (xy 77.2918 142.637135) - (xy 77.499178 142.556797) - (xy 77.688262 142.439721) - (xy 77.852609 142.289899) - (xy 77.986634 142.112422) - (xy 78.085759 141.913351) - (xy 78.138495 141.728) - (xy 77.212 141.728) - (xy 76.712 141.728) - (xy 75.785505 141.728) - (xy 73.066144 141.728) - (xy 73.076686 141.688655) - (xy 73.095116 141.478) - (xy 73.076686 141.267345) - (xy 73.066144 141.228) - (xy 75.785505 141.228) - (xy 76.712 141.228) - (xy 76.712 140.303948) - (xy 77.212 140.303948) - (xy 77.212 141.228) - (xy 78.138495 141.228) - (xy 78.085759 141.042648) - (xy 77.986634 140.843577) - (xy 77.852609 140.6661) - (xy 77.688262 140.516278) - (xy 77.499178 140.399202) - (xy 77.2918 140.318864) - (xy 77.212 140.303948) - (xy 76.712 140.303948) - (xy 76.632199 140.318864) - (xy 76.424821 140.399202) - (xy 76.235737 140.516278) - (xy 76.07139 140.6661) - (xy 75.937365 140.843577) - (xy 75.83824 141.042648) - (xy 75.785505 141.228) - (xy 73.066144 141.228) - (xy 73.021956 141.06309) - (xy 72.932589 140.871442) - (xy 72.811301 140.698224) - (xy 72.661776 140.548699) - (xy 72.488558 140.427411) - (xy 72.427573 140.398973) - (xy 72.296911 140.338044) - (xy 72.092652 140.283313) - (xy 71.882 140.264883) - (xy 71.671347 140.283313) - (xy 71.479794 140.33464) - (xy 71.423509 140.336482) - (xy 71.372214 140.313241) - (xy 71.336488 140.269709) - (xy 71.3237 140.214865) - (xy 71.3237 140.029941) - (xy 71.325731 140.007589) - (xy 71.326071 140.005733) - (xy 71.327619 139.997287) - (xy 71.323925 139.936238) - (xy 71.3237 139.928752) - (xy 71.3237 138.928839) - (xy 71.336488 138.873995) - (xy 71.372214 138.830463) - (xy 71.423509 138.807222) - (xy 71.479793 138.809063) - (xy 71.671345 138.86039) - (xy 71.882 138.87882) - (xy 72.092655 138.86039) - (xy 72.29691 138.80566) - (xy 72.488558 138.716293) - (xy 72.661776 138.595005) - (xy 72.811301 138.44548) - (xy 72.932589 138.272262) - (xy 73.021956 138.080614) - (xy 73.066144 137.915704) - (xy 75.785505 137.915704) - (xy 75.83824 138.101055) - (xy 75.937365 138.300126) - (xy 76.07139 138.477603) - (xy 76.235737 138.627425) - (xy 76.424821 138.744501) - (xy 76.632199 138.824839) - (xy 76.712 138.839756) - (xy 76.712 137.915704) - (xy 77.212 137.915704) - (xy 77.212 138.839756) - (xy 77.2918 138.824839) - (xy 77.499178 138.744501) - (xy 77.688262 138.627425) - (xy 77.852609 138.477603) - (xy 77.986634 138.300126) - (xy 78.085759 138.101055) - (xy 78.138495 137.915704) - (xy 77.212 137.915704) - (xy 76.712 137.915704) - (xy 75.785505 137.915704) - (xy 73.066144 137.915704) - (xy 73.076686 137.876359) - (xy 73.095116 137.665704) - (xy 73.076686 137.455049) - (xy 73.066144 137.415704) - (xy 75.785505 137.415704) - (xy 76.712 137.415704) - (xy 76.712 136.491652) - (xy 77.212 136.491652) - (xy 77.212 137.415704) - (xy 78.138495 137.415704) - (xy 78.085759 137.230352) - (xy 77.986634 137.031281) - (xy 77.852609 136.853804) - (xy 77.688262 136.703982) - (xy 77.499178 136.586906) - (xy 77.2918 136.506568) - (xy 77.212 136.491652) - (xy 76.712 136.491652) - (xy 76.632199 136.506568) - (xy 76.424821 136.586906) - (xy 76.235737 136.703982) - (xy 76.07139 136.853804) - (xy 75.937365 137.031281) - (xy 75.83824 137.230352) - (xy 75.785505 137.415704) - (xy 73.066144 137.415704) - (xy 73.021956 137.250794) - (xy 72.932589 137.059146) - (xy 72.811301 136.885928) - (xy 72.661776 136.736403) - (xy 72.488558 136.615115) - (xy 72.463105 136.603246) - (xy 72.296911 136.525748) - (xy 72.092652 136.471017) - (xy 71.882 136.452587) - (xy 71.671347 136.471017) - (xy 71.479794 136.522344) - (xy 71.423509 136.524186) - (xy 71.372214 136.500945) - (xy 71.336488 136.457413) - (xy 71.3237 136.402569) - (xy 71.3237 135.117697) - (xy 71.336488 135.062853) - (xy 71.372214 135.019321) - (xy 71.423509 134.99608) - (xy 71.479793 134.997921) - (xy 71.671345 135.049248) - (xy 71.882 135.067678) - (xy 72.092655 135.049248) - (xy 72.29691 134.994518) - (xy 72.488558 134.905151) - (xy 72.661776 134.783863) - (xy 72.811301 134.634338) - (xy 72.932589 134.46112) - (xy 73.021956 134.269472) - (xy 73.076686 134.065217) - (xy 73.095116 133.854562) - (xy 75.748883 133.854562) - (xy 75.767313 134.065214) - (xy 75.822044 134.269473) - (xy 75.832873 134.292695) - (xy 75.911411 134.46112) - (xy 76.032699 134.634338) - (xy 76.182224 134.783863) - (xy 76.355442 134.905151) - (xy 76.54709 134.994518) - (xy 76.751345 135.049248) - (xy 76.962 135.067678) - (xy 77.172655 135.049248) - (xy 77.37691 134.994518) - (xy 77.568558 134.905151) - (xy 77.741776 134.783863) - (xy 77.891301 134.634338) - (xy 78.012589 134.46112) - (xy 78.101956 134.269472) - (xy 78.156686 134.065217) - (xy 78.175116 133.854562) - (xy 78.156686 133.643907) - (xy 78.101956 133.439652) - (xy 78.012589 133.248004) - (xy 77.891301 133.074786) - (xy 77.741776 132.925261) - (xy 77.568558 132.803973) - (xy 77.540444 132.790863) - (xy 77.376911 132.714606) - (xy 77.172652 132.659875) - (xy 76.962 132.641445) - (xy 76.751347 132.659875) - (xy 76.547088 132.714606) - (xy 76.355441 132.803973) - (xy 76.182223 132.925261) - (xy 76.032699 133.074785) - (xy 75.911411 133.248003) - (xy 75.822044 133.43965) - (xy 75.767313 133.643909) - (xy 75.748883 133.854562) - (xy 73.095116 133.854562) - (xy 73.076686 133.643907) - (xy 73.021956 133.439652) - (xy 72.932589 133.248004) - (xy 72.811301 133.074786) - (xy 72.661776 132.925261) - (xy 72.488558 132.803973) - (xy 72.460444 132.790863) - (xy 72.296911 132.714606) - (xy 72.092652 132.659875) - (xy 71.882 132.641445) - (xy 71.671347 132.659875) - (xy 71.479794 132.711202) - (xy 71.423509 132.713044) - (xy 71.372214 132.689803) - (xy 71.336488 132.646271) - (xy 71.3237 132.591427) - (xy 71.3237 130.938728) - (xy 71.341691 130.8744) - (xy 71.390444 130.828738) - (xy 71.455811 130.814994) - (xy 71.518822 130.837153) - (xy 71.529442 130.844589) - (xy 71.72109 130.933956) - (xy 71.925345 130.988686) - (xy 72.136 131.007116) - (xy 72.346655 130.988686) - (xy 72.55091 130.933956) - (xy 72.742558 130.844589) - (xy 72.915776 130.723301) - (xy 73.065301 130.573776) - (xy 73.186589 130.400558) - (xy 73.275956 130.20891) - (xy 73.330686 130.004655) - (xy 73.349116 129.794) - (xy 73.330686 129.583345) - (xy 73.275956 129.37909) - (xy 73.186589 129.187442) - (xy 73.065301 129.014224) - (xy 72.915776 128.864699) - (xy 72.742558 128.743411) - (xy 72.660471 128.705133) - (xy 72.550911 128.654044) - (xy 72.346652 128.599313) - (xy 72.136 128.580883) - (xy 71.925347 128.599313) - (xy 71.721088 128.654044) - (xy 71.529443 128.74341) - (xy 71.52944 128.743411) - (xy 71.529442 128.743411) - (xy 71.518822 128.750846) - (xy 71.455811 128.773006) - (xy 71.390444 128.759262) - (xy 71.341691 128.7136) - (xy 71.3237 128.649272) - (xy 71.3237 126.547941) - (xy 71.325731 126.525589) - (xy 71.327619 126.515287) - (xy 71.323925 126.454238) - (xy 71.3237 126.446752) - (xy 71.3237 125.73) - (xy 73.137033 125.73) - (xy 73.156858 125.956602) - (xy 73.215733 126.176326) - (xy 73.311866 126.382484) - (xy 73.362972 126.455471) - (xy 73.362974 126.455472) - (xy 74.088446 125.730001) - (xy 74.088446 125.73) - (xy 73.362973 125.004526) - (xy 73.362973 125.004527) - (xy 73.311865 125.077516) - (xy 73.215733 125.283672) - (xy 73.156858 125.503397) - (xy 73.137033 125.73) - (xy 71.3237 125.73) - (xy 71.3237 123.056281) - (xy 71.338006 122.99846) - (xy 71.377623 122.953981) - (xy 71.43341 122.933107) - (xy 71.492495 122.940655) - (xy 71.540196 122.959135) - (xy 71.62 122.974052) - (xy 71.62 122.05) - (xy 72.12 122.05) - (xy 72.12 122.974052) - (xy 72.1998 122.959135) - (xy 72.407178 122.878797) - (xy 72.596262 122.761721) - (xy 72.760609 122.611899) - (xy 72.894634 122.434422) - (xy 72.993759 122.235351) - (xy 73.046495 122.05) - (xy 72.12 122.05) - (xy 71.62 122.05) - (xy 71.62 120.625948) - (xy 72.12 120.625948) - (xy 72.12 121.55) - (xy 73.046495 121.55) - (xy 72.993759 121.364648) - (xy 72.894634 121.165577) - (xy 72.760609 120.9881) - (xy 72.596262 120.838278) - (xy 72.407178 120.721202) - (xy 72.1998 120.640864) - (xy 72.12 120.625948) - (xy 71.62 120.625948) - (xy 71.540196 120.640864) - (xy 71.492495 120.659345) - (xy 71.43341 120.666893) - (xy 71.377623 120.646019) - (xy 71.338006 120.60154) - (xy 71.3237 120.543719) - (xy 71.3237 119.373129) - (xy 71.336488 119.318285) - (xy 71.372214 119.274753) - (xy 71.423509 119.251512) - (xy 71.479793 119.253353) - (xy 71.671345 119.30468) - (xy 71.882 119.32311) - (xy 72.092655 119.30468) - (xy 72.29691 119.24995) - (xy 72.488558 119.160583) - (xy 72.661776 119.039295) - (xy 72.811301 118.88977) - (xy 72.932589 118.716552) - (xy 73.021956 118.524904) - (xy 73.076686 118.320649) - (xy 73.095116 118.109994) - (xy 73.076686 117.899339) - (xy 73.021956 117.695084) - (xy 72.932589 117.503436) - (xy 72.811301 117.330218) - (xy 72.661776 117.180693) - (xy 72.488558 117.059405) - (xy 72.415304 117.025246) - (xy 72.296911 116.970038) - (xy 72.092652 116.915307) - (xy 71.881999 116.896877) - (xy 71.749603 116.90846) - (xy 71.696385 116.901454) - (xy 71.651115 116.872613) - (xy 71.360019 116.581517) - (xy 71.333139 116.541289) - (xy 71.3237 116.493836) - (xy 71.3237 115.561987) - (xy 71.336488 115.507143) - (xy 71.372214 115.463611) - (xy 71.423509 115.44037) - (xy 71.479793 115.442211) - (xy 71.671345 115.493538) - (xy 71.882 115.511968) - (xy 72.092655 115.493538) - (xy 72.29691 115.438808) - (xy 72.488558 115.349441) - (xy 72.661776 115.228153) - (xy 72.811301 115.078628) - (xy 72.932589 114.90541) - (xy 73.021956 114.713762) - (xy 73.076686 114.509507) - (xy 73.095116 114.298852) - (xy 73.076686 114.088197) - (xy 73.021956 113.883942) - (xy 72.932589 113.692294) - (xy 72.811301 113.519076) - (xy 72.661776 113.369551) - (xy 72.488558 113.248263) - (xy 72.4403 113.22576) - (xy 72.296911 113.158896) - (xy 72.092652 113.104165) - (xy 71.882 113.085735) - (xy 71.671347 113.104165) - (xy 71.479794 113.155492) - (xy 71.423509 113.157334) - (xy 71.372214 113.134093) - (xy 71.336488 113.090561) - (xy 71.3237 113.035717) - (xy 71.3237 111.750845) - (xy 71.336488 111.696001) - (xy 71.372214 111.652469) - (xy 71.423509 111.629228) - (xy 71.479793 111.631069) - (xy 71.671345 111.682396) - (xy 71.882 111.700826) - (xy 72.092655 111.682396) - (xy 72.29691 111.627666) - (xy 72.488558 111.538299) - (xy 72.661776 111.417011) - (xy 72.811301 111.267486) - (xy 72.932589 111.094268) - (xy 73.021956 110.90262) - (xy 73.076686 110.698365) - (xy 73.095116 110.48771) - (xy 73.076686 110.277055) - (xy 73.021956 110.0728) - (xy 72.932589 109.881152) - (xy 72.811301 109.707934) - (xy 72.661776 109.558409) - (xy 72.488558 109.437121) - (xy 72.419724 109.405023) - (xy 72.296911 109.347754) - (xy 72.092652 109.293023) - (xy 71.881999 109.274593) - (xy 71.749603 109.286176) - (xy 71.696385 109.27917) - (xy 71.651115 109.250329) - (xy 71.360019 108.959233) - (xy 71.333139 108.919005) - (xy 71.3237 108.871552) - (xy 71.3237 107.939703) - (xy 71.336488 107.884859) - (xy 71.372214 107.841327) - (xy 71.423509 107.818086) - (xy 71.479793 107.819927) - (xy 71.671345 107.871254) - (xy 71.882 107.889684) - (xy 72.092655 107.871254) - (xy 72.29691 107.816524) - (xy 72.488558 107.727157) - (xy 72.661776 107.605869) - (xy 72.811301 107.456344) - (xy 72.932589 107.283126) - (xy 73.021956 107.091478) - (xy 73.076686 106.887223) - (xy 73.095116 106.676568) - (xy 73.076686 106.465913) - (xy 73.021956 106.261658) - (xy 72.932589 106.07001) - (xy 72.811301 105.896792) - (xy 72.661776 105.747267) - (xy 72.488558 105.625979) - (xy 72.309488 105.542477) - (xy 72.296911 105.536612) - (xy 72.092652 105.481881) - (xy 71.882 105.463451) - (xy 71.671347 105.481881) - (xy 71.479794 105.533208) - (xy 71.423509 105.53505) - (xy 71.372214 105.511809) - (xy 71.336488 105.468277) - (xy 71.3237 105.413433) - (xy 71.3237 102.615426) - (xy 73.137033 102.615426) - (xy 73.156858 102.842028) - (xy 73.215733 103.061752) - (xy 73.311866 103.26791) - (xy 73.362972 103.340897) - (xy 73.362974 103.340898) - (xy 74.088446 102.615427) - (xy 74.088446 102.615426) - (xy 73.362973 101.889952) - (xy 73.362973 101.889953) - (xy 73.311865 101.962942) - (xy 73.215733 102.169098) - (xy 73.156858 102.388823) - (xy 73.137033 102.615426) - (xy 71.3237 102.615426) - (xy 71.3237 99.817419) - (xy 71.336488 99.762575) - (xy 71.372214 99.719043) - (xy 71.423509 99.695802) - (xy 71.479793 99.697643) - (xy 71.671345 99.74897) - (xy 71.882 99.7674) - (xy 72.092655 99.74897) - (xy 72.29691 99.69424) - (xy 72.488558 99.604873) - (xy 72.661776 99.483585) - (xy 72.811301 99.33406) - (xy 72.932589 99.160842) - (xy 73.021956 98.969194) - (xy 73.076686 98.764939) - (xy 73.095116 98.554284) - (xy 73.076686 98.343629) - (xy 73.021956 98.139374) - (xy 72.932589 97.947726) - (xy 72.811301 97.774508) - (xy 72.661776 97.624983) - (xy 72.488558 97.503695) - (xy 72.4403 97.481192) - (xy 72.296911 97.414328) - (xy 72.092652 97.359597) - (xy 71.882 97.341167) - (xy 71.671347 97.359597) - (xy 71.479794 97.410924) - (xy 71.423509 97.412766) - (xy 71.372214 97.389525) - (xy 71.336488 97.345993) - (xy 71.3237 97.291149) - (xy 71.3237 96.313946) - (xy 71.325731 96.291594) - (xy 71.32762 96.281287) - (xy 71.323925 96.220227) - (xy 71.3237 96.21274) - (xy 71.3237 96.006277) - (xy 71.336488 95.951433) - (xy 71.372214 95.907901) - (xy 71.423509 95.88466) - (xy 71.479793 95.886501) - (xy 71.671345 95.937828) - (xy 71.882 95.956258) - (xy 72.092655 95.937828) - (xy 72.29691 95.883098) - (xy 72.488558 95.793731) - (xy 72.661776 95.672443) - (xy 72.811301 95.522918) - (xy 72.932589 95.3497) - (xy 73.021956 95.158052) - (xy 73.076686 94.953797) - (xy 73.095116 94.743142) - (xy 73.076686 94.532487) - (xy 73.021956 94.328232) - (xy 72.932589 94.136584) - (xy 72.811301 93.963366) - (xy 72.661776 93.813841) - (xy 72.488558 93.692553) - (xy 72.434281 93.667243) - (xy 72.296911 93.603186) - (xy 72.092652 93.548455) - (xy 71.882 93.530025) - (xy 71.671347 93.548455) - (xy 71.479794 93.599782) - (xy 71.423509 93.601624) - (xy 71.372214 93.578383) - (xy 71.336488 93.534851) - (xy 71.3237 93.480007) - (xy 71.3237 92.195135) - (xy 71.336488 92.140291) - (xy 71.372214 92.096759) - (xy 71.423509 92.073518) - (xy 71.479793 92.075359) - (xy 71.671345 92.126686) - (xy 71.882 92.145116) - (xy 72.092655 92.126686) - (xy 72.29691 92.071956) - (xy 72.488558 91.982589) - (xy 72.661776 91.861301) - (xy 72.811301 91.711776) - (xy 72.932589 91.538558) - (xy 73.021956 91.34691) - (xy 73.076686 91.142655) - (xy 73.095116 90.932) - (xy 73.076686 90.721345) - (xy 73.021956 90.51709) - (xy 72.932589 90.325442) - (xy 72.811301 90.152224) - (xy 72.661776 90.002699) - (xy 72.488558 89.881411) - (xy 72.47422 89.874725) - (xy 72.296911 89.792044) - (xy 72.092652 89.737313) - (xy 71.881999 89.718883) - (xy 71.749603 89.730466) - (xy 71.696385 89.72346) - (xy 71.651115 89.694619) - (xy 71.360019 89.403523) - (xy 71.333139 89.363295) - (xy 71.3237 89.315842) - (xy 71.3237 82.03726) - (xy 71.323926 82.029772) - (xy 71.32762 81.968713) - (xy 71.316587 81.908519) - (xy 71.315466 81.901154) - (xy 71.308094 81.840428) - (xy 71.304377 81.830628) - (xy 71.298352 81.809011) - (xy 71.297742 81.805684) - (xy 71.296465 81.798713) - (xy 71.271358 81.742927) - (xy 71.268494 81.736012) - (xy 71.246806 81.678825) - (xy 71.240854 81.670202) - (xy 71.229834 81.650664) - (xy 71.225533 81.641107) - (xy 71.209171 81.620223) - (xy 71.187816 81.592965) - (xy 71.183377 81.586932) - (xy 71.148628 81.536589) - (xy 71.102836 81.496021) - (xy 71.097383 81.490887) - (xy 69.606948 80.000452) - (xy 69.592578 79.98321) - (xy 69.586627 79.974588) - (xy 69.540836 79.934021) - (xy 69.535383 79.928887) - (xy 68.948019 79.341523) - (xy 68.921139 79.301295) - (xy 68.9117 79.253842) - (xy 68.9117 76.454) - (xy 70.978692 76.454) - (xy 70.997884 76.673368) - (xy 71.040742 76.833315) - (xy 71.05488 76.886076) - (xy 71.147944 77.085654) - (xy 71.274251 77.266038) - (xy 71.429962 77.421749) - (xy 71.555893 77.509927) - (xy 71.596218 77.557142) - (xy 71.608597 77.61799) - (xy 71.589925 77.67721) - (xy 71.544883 77.719953) - (xy 71.484767 77.7355) - (xy 71.443362 77.7355) - (xy 71.416445 77.738393) - (xy 71.382794 77.742011) - (xy 71.245796 77.79311) - (xy 71.128738 77.880738) - (xy 71.04111 77.997796) - (xy 70.990011 78.134794) - (xy 70.98702 78.16262) - (xy 70.9835 78.195362) - (xy 70.9835 79.792638) - (xy 70.985895 79.814911) - (xy 70.990011 79.853205) - (xy 71.04111 79.990203) - (xy 71.128738 80.107261) - (xy 71.245796 80.194889) - (xy 71.382794 80.245988) - (xy 71.382797 80.245988) - (xy 71.382799 80.245989) - (xy 71.443362 80.2525) - (xy 73.040634 80.2525) - (xy 73.040638 80.2525) - (xy 73.101201 80.245989) - (xy 73.101203 80.245988) - (xy 73.101205 80.245988) - (xy 73.179124 80.216924) - (xy 73.238204 80.194889) - (xy 73.355261 80.107261) - (xy 73.442889 79.990204) - (xy 73.486799 79.872478) - (xy 73.493988 79.853205) - (xy 73.493988 79.853203) - (xy 73.493989 79.853201) - (xy 73.5005 79.792638) - (xy 73.5005 78.195362) - (xy 73.493989 78.134799) - (xy 73.493988 78.134797) - (xy 73.493988 78.134794) - (xy 73.442889 77.997796) - (xy 73.355261 77.880738) - (xy 73.238203 77.79311) - (xy 73.101205 77.742011) - (xy 73.070919 77.738755) - (xy 73.040638 77.7355) - (xy 72.999233 77.7355) - (xy 72.939117 77.719953) - (xy 72.894075 77.67721) - (xy 72.875403 77.61799) - (xy 72.887782 77.557142) - (xy 72.928106 77.509927) - (xy 73.054038 77.421749) - (xy 73.209749 77.266038) - (xy 73.336056 77.085654) - (xy 73.42912 76.886076) - (xy 73.486115 76.673371) - (xy 73.505307 76.454) - (xy 73.486115 76.234629) - (xy 73.42912 76.021924) - (xy 73.336056 75.822347) - (xy 73.209749 75.641962) - (xy 73.054038 75.486251) - (xy 72.873654 75.359944) - (xy 72.873651 75.359943) - (xy 72.873649 75.359941) - (xy 72.737344 75.296382) - (xy 72.685168 75.250625) - (xy 72.665748 75.184) - (xy 72.685168 75.117375) - (xy 72.737344 75.071618) - (xy 72.845955 75.020972) - (xy 72.873654 75.008056) - (xy 73.054038 74.881749) - (xy 73.209749 74.726038) - (xy 73.242983 74.678576) - (xy 73.287301 74.63971) - (xy 73.344557 74.6257) - (xy 74.167842 74.6257) - (xy 74.215295 74.635139) - (xy 74.255523 74.662019) - (xy 76.426819 76.833315) - (xy 78.556498 78.962993) - (xy 78.587684 79.015365) - (xy 78.590147 79.076268) - (xy 78.563293 79.130988) - (xy 78.513611 79.166301) - (xy 78.337029 79.234708) - (xy 78.162363 79.342857) - (xy 78.010547 79.481255) - (xy 77.886744 79.645198) - (xy 77.795172 79.829097) - (xy 77.738954 80.026687) - (xy 77.719999 80.231248) - (xy 77.738954 80.435808) - (xy 77.795172 80.633398) - (xy 77.886745 80.8173) - (xy 78.016236 80.988774) - (xy 78.040753 81.052059) - (xy 78.028282 81.118772) - (xy 77.98256 81.168927) - (xy 77.917282 81.1875) - (xy 77.725197 81.1875) - (xy 77.637454 81.195878) - (xy 77.567257 81.202581) - (xy 77.364139 81.262222) - (xy 77.17597 81.35923) - (xy 77.009569 81.49009) - (xy 76.870932 81.650085) - (xy 76.765088 81.833414) - (xy 76.695846 82.033473) - (xy 76.668996 82.220223) - (xy 76.665719 82.243016) - (xy 76.675792 82.454474) - (xy 76.725702 82.660204) - (xy 76.743032 82.698152) - (xy 76.813645 82.852774) - (xy 76.877125 82.941918) - (xy 76.936441 83.025215) - (xy 77.089654 83.171303) - (xy 77.150882 83.210652) - (xy 77.267743 83.285755) - (xy 77.307183 83.301544) - (xy 77.464279 83.364436) - (xy 77.60286 83.391145) - (xy 77.67215 83.4045) - (xy 77.917282 83.4045) - (xy 77.98256 83.423073) - (xy 78.028282 83.473228) - (xy 78.040753 83.539941) - (xy 78.016236 83.603226) - (xy 77.886745 83.774699) - (xy 77.795172 83.958601) - (xy 77.738954 84.156191) - (xy 77.719999 84.360752) - (xy 77.723681 84.40049) - (xy 77.71684 84.454042) - (xy 77.687891 84.499611) - (xy 74.864614 87.322888) - (xy 74.859162 87.328021) - (xy 74.813369 87.368591) - (xy 74.778618 87.418935) - (xy 74.774182 87.424964) - (xy 74.736466 87.473106) - (xy 74.732165 87.482662) - (xy 74.72115 87.502193) - (xy 74.715192 87.510825) - (xy 74.693496 87.568032) - (xy 74.690631 87.574948) - (xy 74.665535 87.630709) - (xy 74.663645 87.641024) - (xy 74.657621 87.66263) - (xy 74.653906 87.672425) - (xy 74.646534 87.733134) - (xy 74.645407 87.740536) - (xy 74.63438 87.80071) - (xy 74.63438 87.800712) - (xy 74.63438 87.800713) - (xy 74.638074 87.861772) - (xy 74.6383 87.86926) - (xy 74.6383 93.105882) - (xy 74.638074 93.11337) - (xy 74.63438 93.17443) - (xy 74.645407 93.234604) - (xy 74.646534 93.242006) - (xy 74.653906 93.302717) - (xy 74.657621 93.312512) - (xy 74.663646 93.334122) - (xy 74.665534 93.344427) - (xy 74.690634 93.400198) - (xy 74.693498 93.407114) - (xy 74.715193 93.464316) - (xy 74.721147 93.472943) - (xy 74.732166 93.49248) - (xy 74.736467 93.502035) - (xy 74.771419 93.546648) - (xy 74.774185 93.550178) - (xy 74.778619 93.556204) - (xy 74.812027 93.604605) - (xy 74.813373 93.606554) - (xy 74.859161 93.647119) - (xy 74.864615 93.652253) - (xy 75.724619 94.512257) - (xy 75.75346 94.557527) - (xy 75.760466 94.610745) - (xy 75.748883 94.743141) - (xy 75.767313 94.953794) - (xy 75.822044 95.158053) - (xy 75.877004 95.275915) - (xy 75.911411 95.3497) - (xy 76.032699 95.522918) - (xy 76.182224 95.672443) - (xy 76.355442 95.793731) - (xy 76.54709 95.883098) - (xy 76.751345 95.937828) - (xy 76.962 95.956258) - (xy 77.172655 95.937828) - (xy 77.37691 95.883098) - (xy 77.376909 95.883098) - (xy 77.382206 95.881679) - (xy 77.438491 95.879837) - (xy 77.489786 95.903078) - (xy 77.525512 95.94661) - (xy 77.5383 96.001454) - (xy 77.5383 97.295972) - (xy 77.525512 97.350816) - (xy 77.489786 97.394348) - (xy 77.438491 97.417589) - (xy 77.382206 97.415747) - (xy 77.172652 97.359597) - (xy 76.962 97.341167) - (xy 76.751347 97.359597) - (xy 76.547088 97.414328) - (xy 76.355441 97.503695) - (xy 76.182223 97.624983) - (xy 76.032699 97.774507) - (xy 75.911411 97.947725) - (xy 75.822044 98.139372) - (xy 75.767313 98.343631) - (xy 75.748883 98.554284) - (xy 75.760466 98.686679) - (xy 75.75346 98.739897) - (xy 75.724619 98.785167) - (xy 75.206614 99.303172) - (xy 75.201162 99.308305) - (xy 75.155369 99.348875) - (xy 75.120618 99.399219) - (xy 75.116182 99.405248) - (xy 75.078466 99.45339) - (xy 75.074165 99.462946) - (xy 75.06315 99.482477) - (xy 75.057192 99.491109) - (xy 75.035496 99.548316) - (xy 75.032631 99.555232) - (xy 75.007535 99.610993) - (xy 75.005645 99.621308) - (xy 74.999621 99.642914) - (xy 74.995906 99.652709) - (xy 74.988534 99.713418) - (xy 74.987407 99.72082) - (xy 74.97638 99.780994) - (xy 74.97638 99.780996) - (xy 74.97638 99.780997) - (xy 74.980074 99.842056) - (xy 74.9803 99.849544) - (xy 74.9803 101.252203) - (xy 74.967512 101.307047) - (xy 74.931786 101.350579) - (xy 74.880491 101.37382) - (xy 74.824206 101.371978) - (xy 74.668602 101.330284) - (xy 74.442 101.310459) - (xy 74.215397 101.330284) - (xy 73.995672 101.389159) - (xy 73.789516 101.485291) - (xy 73.716526 101.536399) - (xy 74.707871 102.527744) - (xy 74.739965 102.583331) - (xy 74.739965 102.647519) - (xy 74.707871 102.703106) - (xy 73.716526 103.694451) - (xy 73.716526 103.694452) - (xy 73.789515 103.745559) - (xy 73.995673 103.841692) - (xy 74.215397 103.900567) - (xy 74.442 103.920392) - (xy 74.668602 103.900567) - (xy 74.824206 103.858874) - (xy 74.880491 103.857032) - (xy 74.931786 103.880273) - (xy 74.967512 103.923805) - (xy 74.9803 103.978649) - (xy 74.9803 124.366777) - (xy 74.967512 124.421621) - (xy 74.931786 124.465153) - (xy 74.880491 124.488394) - (xy 74.824206 124.486552) - (xy 74.668602 124.444858) - (xy 74.442 124.425033) - (xy 74.215397 124.444858) - (xy 73.995672 124.503733) - (xy 73.789516 124.599865) - (xy 73.716526 124.650973) - (xy 74.707871 125.642318) - (xy 74.739965 125.697905) - (xy 74.739965 125.762093) - (xy 74.707871 125.81768) - (xy 73.716526 126.809025) - (xy 73.716526 126.809026) - (xy 73.789515 126.860133) - (xy 73.995673 126.956266) - (xy 74.215397 127.015141) - (xy 74.442 127.034966) - (xy 74.668602 127.015141) - (xy 74.824206 126.973448) - (xy 74.880491 126.971606) - (xy 74.931786 126.994847) - (xy 74.967512 127.038379) - (xy 74.9803 127.093223) - (xy 74.9803 128.24474) - (xy 74.980074 128.252228) - (xy 74.97638 128.313288) - (xy 74.987407 128.373462) - (xy 74.988534 128.380864) - (xy 74.995906 128.441575) - (xy 74.999621 128.45137) - (xy 75.005646 128.47298) - (xy 75.007534 128.483285) - (xy 75.032634 128.539056) - (xy 75.035498 128.545972) - (xy 75.057193 128.603174) - (xy 75.063147 128.611801) - (xy 75.074166 128.631338) - (xy 75.078467 128.640893) - (xy 75.114263 128.686583) - (xy 75.116185 128.689036) - (xy 75.120619 128.695062) - (xy 75.132281 128.711958) - (xy 75.155373 128.745412) - (xy 75.201161 128.785977) - (xy 75.206615 128.791111) - (xy 75.978619 129.563115) - (xy 76.00746 129.608385) - (xy 76.014466 129.661603) - (xy 76.002883 129.793999) - (xy 76.021313 130.004652) - (xy 76.076044 130.208911) - (xy 76.157237 130.383028) - (xy 76.165411 130.400558) - (xy 76.286699 130.573776) - (xy 76.436224 130.723301) - (xy 76.609442 130.844589) - (xy 76.80109 130.933956) - (xy 77.005345 130.988686) - (xy 77.216 131.007116) - (xy 77.426655 130.988686) - (xy 77.63091 130.933956) - (xy 77.822558 130.844589) - (xy 77.995776 130.723301) - (xy 78.145301 130.573776) - (xy 78.266589 130.400558) - (xy 78.355956 130.20891) - (xy 78.410686 130.004655) - (xy 78.429116 129.794) - (xy 78.410686 129.583345) - (xy 78.355956 129.37909) - (xy 78.266589 129.187442) - (xy 78.145301 129.014224) - (xy 77.995776 128.864699) - (xy 77.822558 128.743411) - (xy 77.740471 128.705133) - (xy 77.630911 128.654044) - (xy 77.426652 128.599313) - (xy 77.215999 128.580883) - (xy 77.083603 128.592466) - (xy 77.030385 128.58546) - (xy 76.985115 128.556619) - (xy 76.440019 128.011523) - (xy 76.413139 127.971295) - (xy 76.4037 127.923842) - (xy 76.4037 127.102022) - (xy 76.416488 127.047178) - (xy 76.452214 127.003646) - (xy 76.503509 126.980405) - (xy 76.559794 126.982247) - (xy 76.606819 126.994847) - (xy 76.713913 127.023543) - (xy 76.942 127.043498) - (xy 77.170087 127.023543) - (xy 77.391243 126.964284) - (xy 77.598749 126.867523) - (xy 77.7863 126.736198) - (xy 77.948198 126.5743) - (xy 78.004022 126.494574) - (xy 78.048339 126.455711) - (xy 78.105596 126.4417) - (xy 78.20674 126.4417) - (xy 78.214227 126.441925) - (xy 78.275287 126.44562) - (xy 78.33549 126.434586) - (xy 78.342839 126.433467) - (xy 78.403572 126.426094) - (xy 78.413368 126.422378) - (xy 78.434978 126.416353) - (xy 78.445287 126.414465) - (xy 78.501074 126.389356) - (xy 78.507956 126.386505) - (xy 78.565173 126.364807) - (xy 78.573794 126.358856) - (xy 78.593341 126.347831) - (xy 78.602893 126.343533) - (xy 78.651066 126.30579) - (xy 78.657048 126.301389) - (xy 78.707411 126.266628) - (xy 78.747993 126.220818) - (xy 78.753095 126.215399) - (xy 79.596399 125.372095) - (xy 79.601818 125.366993) - (xy 79.647628 125.326411) - (xy 79.647629 125.326408) - (xy 79.658899 125.316425) - (xy 79.660513 125.318247) - (xy 79.692142 125.291399) - (xy 79.755584 125.279988) - (xy 79.816182 125.301966) - (xy 79.861249 125.333522) - (xy 79.904345 125.353618) - (xy 79.956521 125.399375) - (xy 79.97594 125.466) - (xy 79.956521 125.532625) - (xy 79.904344 125.578382) - (xy 79.861251 125.598477) - (xy 79.79864 125.642318) - (xy 79.673696 125.729805) - (xy 79.511805 125.891696) - (xy 79.380474 126.079255) - (xy 79.283717 126.286753) - (xy 79.224456 126.507915) - (xy 79.204501 126.736) - (xy 79.224456 126.964084) - (xy 79.229323 126.982247) - (xy 79.278908 127.167301) - (xy 79.283717 127.185246) - (xy 79.380474 127.392744) - (xy 79.380476 127.392746) - (xy 79.380477 127.392749) - (xy 79.511802 127.5803) - (xy 79.6737 127.742198) - (xy 79.861251 127.873523) - (xy 79.901334 127.892214) - (xy 79.904345 127.893618) - (xy 79.956521 127.939375) - (xy 79.97594 128.006) - (xy 79.956521 128.072625) - (xy 79.904344 128.118382) - (xy 79.861251 128.138477) - (xy 79.69346 128.255966) - (xy 79.673696 128.269805) - (xy 79.511805 128.431696) - (xy 79.511802 128.431699) - (xy 79.511802 128.4317) - (xy 79.475682 128.483285) - (xy 79.380474 128.619255) - (xy 79.283717 128.826753) - (xy 79.224456 129.047915) - (xy 79.204501 129.275999) - (xy 79.224456 129.504084) - (xy 79.245666 129.583238) - (xy 79.277031 129.700296) - (xy 79.283717 129.725246) - (xy 79.380474 129.932744) - (xy 79.380476 129.932746) - (xy 79.380477 129.932749) - (xy 79.511802 130.1203) - (xy 79.6737 130.282198) - (xy 79.861251 130.413523) - (xy 79.901334 130.432214) - (xy 79.904345 130.433618) - (xy 79.956521 130.479375) - (xy 79.97594 130.546) - (xy 79.956521 130.612625) - (xy 79.904344 130.658382) - (xy 79.861251 130.678477) - (xy 79.70282 130.789412) - (xy 79.673696 130.809805) - (xy 79.511805 130.971696) - (xy 79.511802 130.971699) - (xy 79.511802 130.9717) - (xy 79.458317 131.048084) - (xy 79.380474 131.159255) - (xy 79.283717 131.366753) - (xy 79.224456 131.587915) - (xy 79.204501 131.815999) - (xy 79.224456 132.044084) - (xy 79.283717 132.265246) - (xy 79.380474 132.472744) - (xy 79.380476 132.472746) - (xy 79.380477 132.472749) - (xy 79.511802 132.6603) - (xy 79.6737 132.822198) - (xy 79.753425 132.878022) - (xy 79.792289 132.922339) - (xy 79.8063 132.979596) - (xy 79.8063 141.385843) - (xy 79.796861 141.433296) - (xy 79.769981 141.473524) - (xy 77.192883 144.050619) - (xy 77.147613 144.07946) - (xy 77.094395 144.086466) - (xy 76.962 144.074883) - (xy 76.751347 144.093313) - (xy 76.547088 144.148044) - (xy 76.355441 144.237411) - (xy 76.182223 144.358699) - (xy 76.032699 144.508223) - (xy 75.911411 144.681441) - (xy 75.822044 144.873088) - (xy 75.767313 145.077347) - (xy 75.748883 145.288) - (xy 75.767313 145.498652) - (xy 75.822044 145.702911) - (xy 75.87198 145.809999) - (xy 75.911411 145.894558) - (xy 76.032699 146.067776) - (xy 76.182224 146.217301) - (xy 76.355442 146.338589) - (xy 76.54709 146.427956) - (xy 76.751345 146.482686) - (xy 76.962 146.501116) - (xy 77.172655 146.482686) - (xy 77.37691 146.427956) - (xy 77.568558 146.338589) - (xy 77.741776 146.217301) - (xy 77.891301 146.067776) - (xy 78.012589 145.894558) - (xy 78.101956 145.70291) - (xy 78.156686 145.498655) - (xy 78.174868 145.290837) - (xy 78.175116 145.288001) - (xy 78.174541 145.281427) - (xy 78.163532 145.155601) - (xy 78.170538 145.102386) - (xy 78.199377 145.057117) - (xy 81.00339 142.253103) - (xy 81.008829 142.247984) - (xy 81.054628 142.207411) - (xy 81.089406 142.157024) - (xy 81.093812 142.151037) - (xy 81.131532 142.102893) - (xy 81.135827 142.093347) - (xy 81.146853 142.073797) - (xy 81.152807 142.065173) - (xy 81.174504 142.007959) - (xy 81.177353 142.001081) - (xy 81.202465 141.945288) - (xy 81.204353 141.93498) - (xy 81.210377 141.91337) - (xy 81.214094 141.903572) - (xy 81.221466 141.842844) - (xy 81.222591 141.835458) - (xy 81.223307 141.831553) - (xy 81.233619 141.775287) - (xy 81.229925 141.714238) - (xy 81.2297 141.706752) - (xy 81.2297 132.979596) - (xy 81.243711 132.922339) - (xy 81.282574 132.878022) - (xy 81.3623 132.822198) - (xy 81.524198 132.6603) - (xy 81.655523 132.472749) - (xy 81.752284 132.265243) - (xy 81.811543 132.044087) - (xy 81.831498 131.816) - (xy 81.811543 131.587913) - (xy 81.752284 131.366757) - (xy 81.655523 131.159251) - (xy 81.524198 130.9717) - (xy 81.3623 130.809802) - (xy 81.174749 130.678477) - (xy 81.131655 130.658382) - (xy 81.079479 130.612625) - (xy 81.060059 130.546) - (xy 81.079479 130.479375) - (xy 81.131655 130.433618) - (xy 81.134882 130.432112) - (xy 81.174749 130.413523) - (xy 81.3623 130.282198) - (xy 81.524198 130.1203) - (xy 81.655523 129.932749) - (xy 81.752284 129.725243) - (xy 81.811543 129.504087) - (xy 81.831498 129.276) - (xy 81.811543 129.047913) - (xy 81.752284 128.826757) - (xy 81.658899 128.626491) - (xy 81.655525 128.619255) - (xy 81.655524 128.619254) - (xy 81.655523 128.619251) - (xy 81.524198 128.4317) - (xy 81.3623 128.269802) - (xy 81.174749 128.138477) - (xy 81.131653 128.118381) - (xy 81.079478 128.072623) - (xy 81.060059 128.005997) - (xy 81.07948 127.939372) - (xy 81.131654 127.893618) - (xy 81.174749 127.873523) - (xy 81.3623 127.742198) - (xy 81.524198 127.5803) - (xy 81.655523 127.392749) - (xy 81.752284 127.185243) - (xy 81.811543 126.964087) - (xy 81.831498 126.736) - (xy 81.811543 126.507913) - (xy 81.752284 126.286757) - (xy 81.683126 126.138446) - (xy 81.655525 126.079255) - (xy 81.655524 126.079254) - (xy 81.655523 126.079251) - (xy 81.524198 125.8917) - (xy 81.3623 125.729802) - (xy 81.174749 125.598477) - (xy 81.131655 125.578382) - (xy 81.079479 125.532625) - (xy 81.060059 125.466) - (xy 81.079479 125.399375) - (xy 81.131655 125.353618) - (xy 81.134882 125.352112) - (xy 81.174749 125.333523) - (xy 81.3623 125.202198) - (xy 81.524198 125.0403) - (xy 81.655523 124.852749) - (xy 81.752284 124.645243) - (xy 81.811543 124.424087) - (xy 81.831498 124.196) - (xy 81.811543 123.967913) - (xy 81.752284 123.746757) - (xy 81.703903 123.643003) - (xy 81.655525 123.539255) - (xy 81.655524 123.539254) - (xy 81.655523 123.539251) - (xy 81.524198 123.3517) - (xy 81.3623 123.189802) - (xy 81.174749 123.058477) - (xy 81.131655 123.038382) - (xy 81.079479 122.992625) - (xy 81.060059 122.926) - (xy 81.079479 122.859375) - (xy 81.131655 122.813618) - (xy 81.134882 122.812112) - (xy 81.174749 122.793523) - (xy 81.3623 122.662198) - (xy 81.524198 122.5003) - (xy 81.655523 122.312749) - (xy 81.752284 122.105243) - (xy 81.811543 121.884087) - (xy 81.831498 121.656) - (xy 81.811543 121.427913) - (xy 81.752284 121.206757) - (xy 81.655523 120.999251) - (xy 81.524198 120.8117) - (xy 81.3623 120.649802) - (xy 81.174749 120.518477) - (xy 81.131655 120.498382) - (xy 81.079479 120.452625) - (xy 81.060059 120.386) - (xy 81.079479 120.319375) - (xy 81.131655 120.273618) - (xy 81.134882 120.272112) - (xy 81.174749 120.253523) - (xy 81.3623 120.122198) - (xy 81.524198 119.9603) - (xy 81.655523 119.772749) - (xy 81.752284 119.565243) - (xy 81.811543 119.344087) - (xy 81.831498 119.116) - (xy 81.811543 118.887913) - (xy 81.752284 118.666757) - (xy 81.655523 118.459251) - (xy 81.524198 118.2717) - (xy 81.3623 118.109802) - (xy 81.174749 117.978477) - (xy 81.131655 117.958382) - (xy 81.079479 117.912625) - (xy 81.060059 117.846) - (xy 81.079479 117.779375) - (xy 81.131655 117.733618) - (xy 81.134882 117.732112) - (xy 81.174749 117.713523) - (xy 81.3623 117.582198) - (xy 81.524198 117.4203) - (xy 81.655523 117.232749) - (xy 81.752284 117.025243) - (xy 81.811543 116.804087) - (xy 81.831498 116.576) - (xy 81.811543 116.347913) - (xy 81.752284 116.126757) - (xy 81.655523 115.919251) - (xy 81.524198 115.7317) - (xy 81.3623 115.569802) - (xy 81.354629 115.564431) - (xy 81.315496 115.519592) - (xy 81.301762 115.461679) - (xy 81.316596 115.404037) - (xy 81.35658 115.359948) - (xy 81.4125 115.339569) - (xy 81.427201 115.337989) - (xy 81.427203 115.337988) - (xy 81.427205 115.337988) - (xy 81.512966 115.306) - (xy 81.564204 115.286889) - (xy 81.681261 115.199261) - (xy 81.768889 115.082204) - (xy 81.802007 114.993412) - (xy 81.819988 114.945205) - (xy 81.819988 114.945203) - (xy 81.819989 114.945201) - (xy 81.8265 114.884638) - (xy 81.8265 113.187362) - (xy 81.819989 113.126799) - (xy 81.819988 113.126797) - (xy 81.819988 113.126794) - (xy 81.768889 112.989796) - (xy 81.681261 112.872738) - (xy 81.564203 112.78511) - (xy 81.427205 112.734011) - (xy 81.396919 112.730755) - (xy 81.366638 112.7275) - (xy 81.366634 112.7275) - (xy 79.999122 112.7275) - (xy 79.937122 112.710887) - (xy 79.891735 112.6655) - (xy 79.875122 112.6035) - (xy 79.875122 110.558631) - (xy 79.890408 110.498988) - (xy 79.932497 110.45405) - (xy 79.991013 110.434896) - (xy 80.051524 110.446248) - (xy 80.068757 110.454284) - (xy 80.289913 110.513543) - (xy 80.518 110.533498) - (xy 80.746087 110.513543) - (xy 80.967243 110.454284) - (xy 81.174749 110.357523) - (xy 81.3623 110.226198) - (xy 81.524198 110.0643) - (xy 81.655523 109.876749) - (xy 81.752284 109.669243) - (xy 81.811543 109.448087) - (xy 81.831498 109.22) - (xy 81.811543 108.991913) - (xy 81.752284 108.770757) - (xy 81.655523 108.563251) - (xy 81.524198 108.3757) - (xy 81.3623 108.213802) - (xy 81.174749 108.082477) - (xy 81.131655 108.062382) - (xy 81.079479 108.016625) - (xy 81.060059 107.95) - (xy 81.079479 107.883375) - (xy 81.131655 107.837618) - (xy 81.134882 107.836112) - (xy 81.174749 107.817523) - (xy 81.3623 107.686198) - (xy 81.524198 107.5243) - (xy 81.655523 107.336749) - (xy 81.752284 107.129243) - (xy 81.811543 106.908087) - (xy 81.831498 106.68) - (xy 81.811543 106.451913) - (xy 81.752284 106.230757) - (xy 81.677327 106.07001) - (xy 81.655525 106.023255) - (xy 81.655524 106.023254) - (xy 81.655523 106.023251) - (xy 81.524198 105.8357) - (xy 81.3623 105.673802) - (xy 81.174749 105.542477) - (xy 81.165214 105.538031) - (xy 81.131655 105.522382) - (xy 81.079479 105.476625) - (xy 81.060059 105.41) - (xy 81.079479 105.343375) - (xy 81.131655 105.297618) - (xy 81.134882 105.296112) - (xy 81.174749 105.277523) - (xy 81.3623 105.146198) - (xy 81.524198 104.9843) - (xy 81.655523 104.796749) - (xy 81.752284 104.589243) - (xy 81.811543 104.368087) - (xy 81.831498 104.14) - (xy 81.83064 104.130198) - (xy 81.822032 104.0318) - (xy 81.811543 103.911913) - (xy 81.752284 103.690757) - (xy 81.655523 103.483251) - (xy 81.524198 103.2957) - (xy 81.3623 103.133802) - (xy 81.174749 103.002477) - (xy 81.131655 102.982382) - (xy 81.079479 102.936625) - (xy 81.060059 102.87) - (xy 81.079479 102.803375) - (xy 81.131655 102.757618) - (xy 81.134882 102.756112) - (xy 81.174749 102.737523) - (xy 81.3623 102.606198) - (xy 81.524198 102.4443) - (xy 81.655523 102.256749) - (xy 81.752284 102.049243) - (xy 81.811543 101.828087) - (xy 81.831498 101.6) - (xy 81.83064 101.590198) - (xy 81.815984 101.42267) - (xy 81.811543 101.371913) - (xy 81.752284 101.150757) - (xy 81.686052 101.008721) - (xy 81.655525 100.943255) - (xy 81.655524 100.943254) - (xy 81.655523 100.943251) - (xy 81.524198 100.7557) - (xy 81.3623 100.593802) - (xy 81.174749 100.462477) - (xy 81.131655 100.442382) - (xy 81.079479 100.396625) - (xy 81.060059 100.33) - (xy 81.079479 100.263375) - (xy 81.131655 100.217618) - (xy 81.134882 100.216112) - (xy 81.174749 100.197523) - (xy 81.3623 100.066198) - (xy 81.524198 99.9043) - (xy 81.655523 99.716749) - (xy 81.752284 99.509243) - (xy 81.811543 99.288087) - (xy 81.831498 99.06) - (xy 81.811543 98.831913) - (xy 81.752284 98.610757) - (xy 81.655523 98.403251) - (xy 81.524198 98.2157) - (xy 81.3623 98.053802) - (xy 81.174749 97.922477) - (xy 81.131655 97.902382) - (xy 81.079479 97.856625) - (xy 81.060059 97.79) - (xy 81.079479 97.723375) - (xy 81.131655 97.677618) - (xy 81.138155 97.674587) - (xy 81.174749 97.657523) - (xy 81.3623 97.526198) - (xy 81.524198 97.3643) - (xy 81.655523 97.176749) - (xy 81.752284 96.969243) - (xy 81.811543 96.748087) - (xy 81.831498 96.52) - (xy 81.811543 96.291913) - (xy 81.752284 96.070757) - (xy 81.684635 95.925683) - (xy 81.655525 95.863255) - (xy 81.655524 95.863253) - (xy 81.655523 95.863251) - (xy 81.524198 95.6757) - (xy 81.3623 95.513802) - (xy 81.174749 95.382477) - (xy 81.131655 95.362382) - (xy 81.079479 95.316625) - (xy 81.060059 95.25) - (xy 81.079479 95.183375) - (xy 81.131655 95.137618) - (xy 81.134882 95.136112) - (xy 81.174749 95.117523) - (xy 81.3623 94.986198) - (xy 81.524198 94.8243) - (xy 81.655523 94.636749) - (xy 81.752284 94.429243) - (xy 81.811543 94.208087) - (xy 81.831498 93.98) - (xy 81.811543 93.751913) - (xy 81.752284 93.530757) - (xy 81.667084 93.348044) - (xy 81.655525 93.323255) - (xy 81.655524 93.323254) - (xy 81.655523 93.323251) - (xy 81.524198 93.1357) - (xy 81.3623 92.973802) - (xy 81.354629 92.968431) - (xy 81.315496 92.923592) - (xy 81.301762 92.865679) - (xy 81.316596 92.808037) - (xy 81.35658 92.763948) - (xy 81.4125 92.743569) - (xy 81.427201 92.741989) - (xy 81.427203 92.741988) - (xy 81.427205 92.741988) - (xy 81.512966 92.71) - (xy 81.564204 92.690889) - (xy 81.681261 92.603261) - (xy 81.768889 92.486204) - (xy 81.800418 92.401672) - (xy 81.819988 92.349205) - (xy 81.819988 92.349203) - (xy 81.819989 92.349201) - (xy 81.8265 92.288638) - (xy 81.8265 90.591362) - (xy 81.819989 90.530799) - (xy 81.819988 90.530797) - (xy 81.819988 90.530794) - (xy 81.768889 90.393796) - (xy 81.681261 90.276738) - (xy 81.564203 90.18911) - (xy 81.427205 90.138011) - (xy 81.396919 90.134755) - (xy 81.366638 90.1315) - (xy 81.366634 90.1315) - (xy 79.999122 90.1315) - (xy 79.937122 90.114887) - (xy 79.891735 90.0695) - (xy 79.875122 90.0075) - (xy 79.875122 89.546158) - (xy 79.884561 89.498705) - (xy 79.911441 89.458477) - (xy 80.028546 89.341372) - (xy 80.380199 88.989717) - (xy 80.385618 88.984615) - (xy 80.431428 88.944033) - (xy 80.466189 88.89367) - (xy 80.47059 88.887688) - (xy 80.508333 88.839515) - (xy 80.512631 88.829963) - (xy 80.523656 88.810416) - (xy 80.529607 88.801795) - (xy 80.551305 88.744578) - (xy 80.554162 88.737684) - (xy 80.554401 88.737154) - (xy 80.579265 88.681909) - (xy 80.581153 88.6716) - (xy 80.587178 88.64999) - (xy 80.590894 88.640194) - (xy 80.598267 88.579461) - (xy 80.599386 88.572112) - (xy 80.61042 88.511909) - (xy 80.606725 88.450843) - (xy 80.6065 88.443357) - (xy 80.6065 86.85) - (xy 98.899505 86.85) - (xy 98.95224 87.035351) - (xy 99.051365 87.234422) - (xy 99.18539 87.411899) - (xy 99.349737 87.561721) - (xy 99.538821 87.678797) - (xy 99.746199 87.759135) - (xy 99.826 87.774052) - (xy 99.826 86.85) - (xy 100.326 86.85) - (xy 100.326 87.774052) - (xy 100.4058 87.759135) - (xy 100.613178 87.678797) - (xy 100.802262 87.561721) - (xy 100.966609 87.411899) - (xy 101.100634 87.234422) - (xy 101.199759 87.035351) - (xy 101.252495 86.85) - (xy 100.326 86.85) - (xy 99.826 86.85) - (xy 98.899505 86.85) - (xy 80.6065 86.85) - (xy 80.6065 86.6) - (xy 103.942883 86.6) - (xy 103.961313 86.810652) - (xy 104.016044 87.014911) - (xy 104.077073 87.145787) - (xy 104.105411 87.206558) - (xy 104.226699 87.379776) - (xy 104.376224 87.529301) - (xy 104.549442 87.650589) - (xy 104.74109 87.739956) - (xy 104.945345 87.794686) - (xy 105.156 87.813116) - (xy 105.366655 87.794686) - (xy 105.57091 87.739956) - (xy 105.762558 87.650589) - (xy 105.935776 87.529301) - (xy 106.085301 87.379776) - (xy 106.206589 87.206558) - (xy 106.295956 87.01491) - (xy 106.350686 86.810655) - (xy 106.369116 86.6) - (xy 106.350686 86.389345) - (xy 106.295956 86.18509) - (xy 106.206589 85.993442) - (xy 106.085301 85.820224) - (xy 105.935776 85.670699) - (xy 105.762558 85.549411) - (xy 105.610899 85.478691) - (xy 105.570911 85.460044) - (xy 105.366652 85.405313) - (xy 105.156 85.386883) - (xy 104.945347 85.405313) - (xy 104.741088 85.460044) - (xy 104.549441 85.549411) - (xy 104.376223 85.670699) - (xy 104.226699 85.820223) - (xy 104.105411 85.993441) - (xy 104.016044 86.185088) - (xy 103.961313 86.389347) - (xy 103.942883 86.6) - (xy 80.6065 86.6) - (xy 80.6065 86.438538) - (xy 80.618253 86.385845) - (xy 80.645978 86.35) - (xy 98.899505 86.35) - (xy 99.826 86.35) - (xy 99.826 85.425948) - (xy 100.326 85.425948) - (xy 100.326 86.35) - (xy 101.252495 86.35) - (xy 101.199759 86.164648) - (xy 101.100634 85.965577) - (xy 100.966609 85.7881) - (xy 100.802262 85.638278) - (xy 100.613178 85.521202) - (xy 100.4058 85.440864) - (xy 100.326 85.425948) - (xy 99.826 85.425948) - (xy 99.746199 85.440864) - (xy 99.538821 85.521202) - (xy 99.349737 85.638278) - (xy 99.18539 85.7881) - (xy 99.051365 85.965577) - (xy 98.95224 86.164648) - (xy 98.899505 86.35) - (xy 80.645978 86.35) - (xy 80.651283 86.343141) - (xy 80.69933 86.31852) - (xy 80.753283 86.316649) - (xy 80.795282 86.3245) - (xy 81.000716 86.3245) - (xy 81.000718 86.3245) - (xy 81.202655 86.286751) - (xy 81.394218 86.21254) - (xy 81.568882 86.104392) - (xy 81.720701 85.965991) - (xy 81.844503 85.80205) - (xy 81.936074 85.618152) - (xy 81.955633 85.549411) - (xy 81.957207 85.543874) - (xy 81.992294 85.420559) - (xy 82.007298 85.258629) - (xy 82.031815 85.195347) - (xy 82.085975 85.154447) - (xy 82.153554 85.148184) - (xy 82.214305 85.178434) - (xy 82.29187 85.249144) - (xy 82.466534 85.357292) - (xy 82.658097 85.431503) - (xy 82.860034 85.469252) - (xy 83.065468 85.469252) - (xy 83.06547 85.469252) - (xy 83.267407 85.431503) - (xy 83.45897 85.357292) - (xy 83.633634 85.249144) - (xy 83.785453 85.110743) - (xy 83.909255 84.946802) - (xy 84.000826 84.762904) - (xy 84.057046 84.565311) - (xy 84.076001 84.360752) - (xy 84.057046 84.156193) - (xy 84.02206 84.03323) - (xy 84.000827 83.958601) - (xy 83.909254 83.774699) - (xy 83.779764 83.603226) - (xy 83.755247 83.539941) - (xy 83.767718 83.473228) - (xy 83.81344 83.423073) - (xy 83.878718 83.4045) - (xy 83.920716 83.4045) - (xy 83.920718 83.4045) - (xy 84.122655 83.366751) - (xy 84.314218 83.29254) - (xy 84.488882 83.184392) - (xy 84.640701 83.045991) - (xy 84.675432 83) - (xy 88.546883 83) - (xy 88.565313 83.210652) - (xy 88.620044 83.414911) - (xy 88.659277 83.499046) - (xy 88.709411 83.606558) - (xy 88.830699 83.779776) - (xy 88.980224 83.929301) - (xy 89.153442 84.050589) - (xy 89.34509 84.139956) - (xy 89.549345 84.194686) - (xy 89.76 84.213116) - (xy 89.970655 84.194686) - (xy 90.17491 84.139956) - (xy 90.366558 84.050589) - (xy 90.539776 83.929301) - (xy 90.689301 83.779776) - (xy 90.810589 83.606558) - (xy 90.899956 83.41491) - (xy 90.954686 83.210655) - (xy 90.973116 83) - (xy 93.626883 83) - (xy 93.645313 83.210652) - (xy 93.700044 83.414911) - (xy 93.739277 83.499046) - (xy 93.789411 83.606558) - (xy 93.910699 83.779776) - (xy 94.060224 83.929301) - (xy 94.233442 84.050589) - (xy 94.42509 84.139956) - (xy 94.629345 84.194686) - (xy 94.84 84.213116) - (xy 95.050655 84.194686) - (xy 95.25491 84.139956) - (xy 95.446558 84.050589) - (xy 95.619776 83.929301) - (xy 95.769301 83.779776) - (xy 95.890589 83.606558) - (xy 95.979956 83.41491) - (xy 96.034686 83.210655) - (xy 96.053116 83) - (xy 98.646883 83) - (xy 98.665313 83.210652) - (xy 98.720044 83.414911) - (xy 98.759277 83.499046) - (xy 98.809411 83.606558) - (xy 98.930699 83.779776) - (xy 99.080224 83.929301) - (xy 99.253442 84.050589) - (xy 99.44509 84.139956) - (xy 99.649345 84.194686) - (xy 99.86 84.213116) - (xy 100.070655 84.194686) - (xy 100.27491 84.139956) - (xy 100.466558 84.050589) - (xy 100.639776 83.929301) - (xy 100.789301 83.779776) - (xy 100.910589 83.606558) - (xy 100.999956 83.41491) - (xy 101.054686 83.210655) - (xy 101.073116 83) - (xy 103.726883 83) - (xy 103.745313 83.210652) - (xy 103.800044 83.414911) - (xy 103.839277 83.499046) - (xy 103.889411 83.606558) - (xy 104.010699 83.779776) - (xy 104.160224 83.929301) - (xy 104.333442 84.050589) - (xy 104.52509 84.139956) - (xy 104.729345 84.194686) - (xy 104.94 84.213116) - (xy 105.150655 84.194686) - (xy 105.35491 84.139956) - (xy 105.546558 84.050589) - (xy 105.719776 83.929301) - (xy 105.869301 83.779776) - (xy 105.990589 83.606558) - (xy 106.079956 83.41491) - (xy 106.134686 83.210655) - (xy 106.153116 83) - (xy 106.134686 82.789345) - (xy 106.079956 82.58509) - (xy 105.990589 82.393442) - (xy 105.869301 82.220224) - (xy 105.719776 82.070699) - (xy 105.678788 82.041999) - (xy 107.478806 82.041999) - (xy 107.497541 82.256139) - (xy 107.553178 82.463778) - (xy 107.57033 82.50056) - (xy 107.644024 82.658597) - (xy 107.767319 82.834681) - (xy 107.919319 82.986681) - (xy 108.095403 83.109976) - (xy 108.290223 83.200822) - (xy 108.497858 83.256458) - (xy 108.712 83.275193) - (xy 108.926142 83.256458) - (xy 109.133777 83.200822) - (xy 109.328597 83.109976) - (xy 109.504681 82.986681) - (xy 109.656681 82.834681) - (xy 109.779976 82.658597) - (xy 109.870822 82.463777) - (xy 109.926458 82.256142) - (xy 109.945193 82.042) - (xy 109.942399 82.01007) - (xy 109.93721 81.950757) - (xy 109.926458 81.827858) - (xy 109.870822 81.620223) - (xy 109.779976 81.425404) - (xy 109.779975 81.425402) - (xy 109.656683 81.249321) - (xy 109.581095 81.173733) - (xy 109.504681 81.097319) - (xy 109.328597 80.974024) - (xy 109.136359 80.884382) - (xy 109.084183 80.838625) - (xy 109.064764 80.772) - (xy 109.084183 80.705375) - (xy 109.136359 80.659618) - (xy 109.17983 80.639347) - (xy 109.328597 80.569976) - (xy 109.504681 80.446681) - (xy 109.656681 80.294681) - (xy 109.779976 80.118597) - (xy 109.870822 79.923777) - (xy 109.926458 79.716142) - (xy 109.945193 79.502) - (xy 109.926458 79.287858) - (xy 109.870822 79.080223) - (xy 109.779976 78.885404) - (xy 109.779975 78.885402) - (xy 109.656683 78.709321) - (xy 109.590772 78.64341) - (xy 109.504681 78.557319) - (xy 109.328597 78.434024) - (xy 109.136359 78.344382) - (xy 109.084183 78.298625) - (xy 109.064764 78.232) - (xy 109.084183 78.165375) - (xy 109.136359 78.119618) - (xy 109.13743 78.119118) - (xy 109.328597 78.029976) - (xy 109.504681 77.906681) - (xy 109.656681 77.754681) - (xy 109.779976 77.578597) - (xy 109.870822 77.383777) - (xy 109.926458 77.176142) - (xy 109.945193 76.962) - (xy 109.926458 76.747858) - (xy 109.870822 76.540223) - (xy 109.779976 76.345404) - (xy 109.766811 76.326602) - (xy 109.656683 76.169321) - (xy 109.58736 76.099998) - (xy 109.504681 76.017319) - (xy 109.328597 75.894024) - (xy 109.28118 75.871913) - (xy 109.133778 75.803178) - (xy 108.926139 75.747541) - (xy 108.712 75.728806) - (xy 108.49786 75.747541) - (xy 108.290221 75.803178) - (xy 108.095402 75.894024) - (xy 107.919317 76.017319) - (xy 107.767319 76.169317) - (xy 107.644024 76.345402) - (xy 107.553178 76.540221) - (xy 107.497541 76.74786) - (xy 107.478806 76.962) - (xy 107.497541 77.176139) - (xy 107.553178 77.383778) - (xy 107.634019 77.557142) - (xy 107.644024 77.578597) - (xy 107.767319 77.754681) - (xy 107.919319 77.906681) - (xy 108.095403 78.029976) - (xy 108.165102 78.062477) - (xy 108.28764 78.119618) - (xy 108.339816 78.165375) - (xy 108.359235 78.232) - (xy 108.339816 78.298625) - (xy 108.28764 78.344382) - (xy 108.095402 78.434024) - (xy 107.919317 78.557319) - (xy 107.767319 78.709317) - (xy 107.644024 78.885402) - (xy 107.553178 79.080221) - (xy 107.497541 79.28786) - (xy 107.478806 79.501999) - (xy 107.497541 79.716139) - (xy 107.553178 79.923778) - (xy 107.638738 80.107261) - (xy 107.644024 80.118597) - (xy 107.767319 80.294681) - (xy 107.919319 80.446681) - (xy 108.095403 80.569976) - (xy 108.187917 80.613116) - (xy 108.28764 80.659618) - (xy 108.339816 80.705375) - (xy 108.359235 80.772) - (xy 108.339816 80.838625) - (xy 108.28764 80.884382) - (xy 108.095402 80.974024) - (xy 107.919317 81.097319) - (xy 107.767319 81.249317) - (xy 107.644024 81.425402) - (xy 107.553178 81.620221) - (xy 107.497541 81.82786) - (xy 107.478806 82.041999) - (xy 105.678788 82.041999) - (xy 105.546558 81.949411) - (xy 105.458923 81.908546) - (xy 105.354911 81.860044) - (xy 105.150652 81.805313) - (xy 104.94 81.786883) - (xy 104.729347 81.805313) - (xy 104.525088 81.860044) - (xy 104.333441 81.949411) - (xy 104.160223 82.070699) - (xy 104.010699 82.220223) - (xy 103.889411 82.393441) - (xy 103.800044 82.585088) - (xy 103.745313 82.789347) - (xy 103.726883 83) - (xy 101.073116 83) - (xy 101.054686 82.789345) - (xy 100.999956 82.58509) - (xy 100.910589 82.393442) - (xy 100.789301 82.220224) - (xy 100.639776 82.070699) - (xy 100.466558 81.949411) - (xy 100.378923 81.908546) - (xy 100.274911 81.860044) - (xy 100.070652 81.805313) - (xy 99.86 81.786883) - (xy 99.649347 81.805313) - (xy 99.445088 81.860044) - (xy 99.253441 81.949411) - (xy 99.080223 82.070699) - (xy 98.930699 82.220223) - (xy 98.809411 82.393441) - (xy 98.720044 82.585088) - (xy 98.665313 82.789347) - (xy 98.646883 83) - (xy 96.053116 83) - (xy 96.034686 82.789345) - (xy 95.979956 82.58509) - (xy 95.890589 82.393442) - (xy 95.769301 82.220224) - (xy 95.619776 82.070699) - (xy 95.446558 81.949411) - (xy 95.358923 81.908546) - (xy 95.254911 81.860044) - (xy 95.050652 81.805313) - (xy 94.84 81.786883) - (xy 94.629347 81.805313) - (xy 94.425088 81.860044) - (xy 94.233441 81.949411) - (xy 94.060223 82.070699) - (xy 93.910699 82.220223) - (xy 93.789411 82.393441) - (xy 93.700044 82.585088) - (xy 93.645313 82.789347) - (xy 93.626883 83) - (xy 90.973116 83) - (xy 90.954686 82.789345) - (xy 90.899956 82.58509) - (xy 90.810589 82.393442) - (xy 90.689301 82.220224) - (xy 90.539776 82.070699) - (xy 90.366558 81.949411) - (xy 90.278923 81.908546) - (xy 90.174911 81.860044) - (xy 89.970652 81.805313) - (xy 89.76 81.786883) - (xy 89.549347 81.805313) - (xy 89.345088 81.860044) - (xy 89.153441 81.949411) - (xy 88.980223 82.070699) - (xy 88.830699 82.220223) - (xy 88.709411 82.393441) - (xy 88.620044 82.585088) - (xy 88.565313 82.789347) - (xy 88.546883 83) - (xy 84.675432 83) - (xy 84.764503 82.88205) - (xy 84.856074 82.698152) - (xy 84.866872 82.660203) - (xy 84.888243 82.585088) - (xy 84.912294 82.500559) - (xy 84.931249 82.296) - (xy 84.912294 82.091441) - (xy 84.877375 81.968712) - (xy 84.856075 81.893849) - (xy 84.764503 81.70995) - (xy 84.6407 81.546007) - (xy 84.488884 81.407609) - (xy 84.348961 81.320972) - (xy 84.314218 81.29946) - (xy 84.314216 81.299459) - (xy 84.122655 81.225249) - (xy 84.122654 81.225248) - (xy 83.920718 81.1875) - (xy 83.878718 81.1875) - (xy 83.81344 81.168927) - (xy 83.767718 81.118772) - (xy 83.755247 81.052059) - (xy 83.779764 80.988774) - (xy 83.909254 80.8173) - (xy 84.000827 80.633398) - (xy 84.036363 80.5085) - (xy 84.057046 80.435807) - (xy 84.076001 80.231248) - (xy 84.059079 80.048634) - (xy 86.0715 80.048634) - (xy 86.078011 80.109205) - (xy 86.12911 80.246203) - (xy 86.216738 80.363261) - (xy 86.333796 80.450889) - (xy 86.470794 80.501988) - (xy 86.470797 80.501988) - (xy 86.470799 80.501989) - (xy 86.531362 80.5085) - (xy 88.228634 80.5085) - (xy 88.228638 80.5085) - (xy 88.289201 80.501989) - (xy 88.289203 80.501988) - (xy 88.289205 80.501988) - (xy 88.375207 80.46991) - (xy 88.426204 80.450889) - (xy 88.543261 80.363261) - (xy 88.630889 80.246204) - (xy 88.677547 80.121111) - (xy 88.681988 80.109205) - (xy 88.681988 80.109203) - (xy 88.681989 80.109201) - (xy 88.6885 80.048638) - (xy 88.6885 79.2) - (xy 93.686501 79.2) - (xy 93.706456 79.428084) - (xy 93.706457 79.428087) - (xy 93.76412 79.643288) - (xy 93.765717 79.649246) - (xy 93.862474 79.856744) - (xy 93.862476 79.856746) - (xy 93.862477 79.856749) - (xy 93.993802 80.0443) - (xy 94.1557 80.206198) - (xy 94.343251 80.337523) - (xy 94.550757 80.434284) - (xy 94.771913 80.493543) - (xy 95 80.513498) - (xy 95.228087 80.493543) - (xy 95.449243 80.434284) - (xy 95.656749 80.337523) - (xy 95.8443 80.206198) - (xy 96.006198 80.0443) - (xy 96.137523 79.856749) - (xy 96.234284 79.649243) - (xy 96.293543 79.428087) - (xy 96.296 79.4) - (xy 98.646883 79.4) - (xy 98.665313 79.610652) - (xy 98.720044 79.814911) - (xy 98.801785 79.990204) - (xy 98.809411 80.006558) - (xy 98.930699 80.179776) - (xy 99.080224 80.329301) - (xy 99.253442 80.450589) - (xy 99.44509 80.539956) - (xy 99.649345 80.594686) - (xy 99.789781 80.606972) - (xy 99.859999 80.613116) - (xy 99.859999 80.613115) - (xy 99.86 80.613116) - (xy 100.070655 80.594686) - (xy 100.27491 80.539956) - (xy 100.466558 80.450589) - (xy 100.639776 80.329301) - (xy 100.789301 80.179776) - (xy 100.910589 80.006558) - (xy 100.999956 79.81491) - (xy 101.054686 79.610655) - (xy 101.073116 79.4) - (xy 103.726883 79.4) - (xy 103.745313 79.610652) - (xy 103.800044 79.814911) - (xy 103.881785 79.990204) - (xy 103.889411 80.006558) - (xy 104.010699 80.179776) - (xy 104.160224 80.329301) - (xy 104.333442 80.450589) - (xy 104.52509 80.539956) - (xy 104.729345 80.594686) - (xy 104.869781 80.606972) - (xy 104.939999 80.613116) - (xy 104.939999 80.613115) - (xy 104.94 80.613116) - (xy 105.150655 80.594686) - (xy 105.35491 80.539956) - (xy 105.546558 80.450589) - (xy 105.719776 80.329301) - (xy 105.869301 80.179776) - (xy 105.990589 80.006558) - (xy 106.079956 79.81491) - (xy 106.134686 79.610655) - (xy 106.153116 79.4) - (xy 106.141532 79.267601) - (xy 106.148538 79.214386) - (xy 106.177377 79.169117) - (xy 106.657399 78.689095) - (xy 106.662818 78.683993) - (xy 106.708628 78.643411) - (xy 106.7434 78.593032) - (xy 106.747794 78.58706) - (xy 106.785532 78.538893) - (xy 106.789827 78.529347) - (xy 106.800853 78.509797) - (xy 106.806807 78.501173) - (xy 106.828504 78.443959) - (xy 106.831353 78.437081) - (xy 106.856465 78.381288) - (xy 106.858353 78.370985) - (xy 106.864381 78.34936) - (xy 106.868094 78.339572) - (xy 106.875467 78.27884) - (xy 106.876586 78.27149) - (xy 106.88762 78.211287) - (xy 106.883925 78.150227) - (xy 106.8837 78.14274) - (xy 106.8837 74.061596) - (xy 106.897711 74.004339) - (xy 106.936574 73.960022) - (xy 107.0163 73.904198) - (xy 107.178198 73.7423) - (xy 107.309523 73.554749) - (xy 107.406284 73.347243) - (xy 107.465543 73.126087) - (xy 107.485498 72.898) - (xy 107.465543 72.669913) - (xy 107.406284 72.448757) - (xy 107.329363 72.283799) - (xy 107.309525 72.241255) - (xy 107.309524 72.241254) - (xy 107.309523 72.241251) - (xy 107.178198 72.0537) - (xy 107.0163 71.891802) - (xy 106.828749 71.760477) - (xy 106.828748 71.760476) - (xy 106.828743 71.760473) - (xy 106.828538 71.760378) - (xy 106.828266 71.76014) - (xy 106.819862 71.754255) - (xy 106.820506 71.753334) - (xy 106.776364 71.714617) - (xy 106.756949 71.647989) - (xy 106.776375 71.581364) - (xy 106.820508 71.542668) - (xy 106.819862 71.541745) - (xy 106.828298 71.535837) - (xy 106.828553 71.535614) - (xy 106.828749 71.535523) - (xy 107.0163 71.404198) - (xy 107.178198 71.2423) - (xy 107.309523 71.054749) - (xy 107.406284 70.847243) - (xy 107.465543 70.626087) - (xy 107.485498 70.398) - (xy 107.465543 70.169913) - (xy 107.406284 69.948757) - (xy 107.332255 69.79) - (xy 107.309525 69.741255) - (xy 107.309524 69.741254) - (xy 107.309523 69.741251) - (xy 107.178198 69.5537) - (xy 107.0163 69.391802) - (xy 106.828749 69.260477) - (xy 106.828746 69.260476) - (xy 106.828744 69.260474) - (xy 106.621246 69.163717) - (xy 106.621243 69.163716) - (xy 106.510664 69.134086) - (xy 106.400084 69.104456) - (xy 106.172 69.084501) - (xy 105.943915 69.104456) - (xy 105.722753 69.163717) - (xy 105.515255 69.260474) - (xy 105.45784 69.300677) - (xy 105.374805 69.358819) - (xy 105.327696 69.391805) - (xy 105.165805 69.553696) - (xy 105.034474 69.741255) - (xy 104.937717 69.948753) - (xy 104.878456 70.169915) - (xy 104.858501 70.397999) - (xy 104.878456 70.626084) - (xy 104.937717 70.847246) - (xy 105.034474 71.054744) - (xy 105.034476 71.054746) - (xy 105.034477 71.054749) - (xy 105.165802 71.2423) - (xy 105.3277 71.404198) - (xy 105.515251 71.535523) - (xy 105.51545 71.535615) - (xy 105.51571 71.535843) - (xy 105.524138 71.541745) - (xy 105.523492 71.542667) - (xy 105.567625 71.581366) - (xy 105.58705 71.647989) - (xy 105.567636 71.714615) - (xy 105.523493 71.753334) - (xy 105.524138 71.754255) - (xy 105.515736 71.760137) - (xy 105.515465 71.760376) - (xy 105.515259 71.760471) - (xy 105.476294 71.787755) - (xy 105.339797 71.883332) - (xy 105.327696 71.891805) - (xy 105.165805 72.053696) - (xy 105.034474 72.241255) - (xy 104.937717 72.448753) - (xy 104.878456 72.669915) - (xy 104.858501 72.897999) - (xy 104.878456 73.126084) - (xy 104.894971 73.187717) - (xy 104.936478 73.342624) - (xy 104.937717 73.347246) - (xy 105.034474 73.554744) - (xy 105.034476 73.554746) - (xy 105.034477 73.554749) - (xy 105.165802 73.7423) - (xy 105.3277 73.904198) - (xy 105.407425 73.960022) - (xy 105.446289 74.004339) - (xy 105.4603 74.061596) - (xy 105.4603 77.821842) - (xy 105.450861 77.869295) - (xy 105.423983 77.90952) - (xy 105.213885 78.119618) - (xy 105.170883 78.16262) - (xy 105.125612 78.19146) - (xy 105.072395 78.198466) - (xy 104.94 78.186883) - (xy 104.729347 78.205313) - (xy 104.525088 78.260044) - (xy 104.333441 78.349411) - (xy 104.160223 78.470699) - (xy 104.010699 78.620223) - (xy 103.889411 78.793441) - (xy 103.800044 78.985088) - (xy 103.745313 79.189347) - (xy 103.726883 79.4) - (xy 101.073116 79.4) - (xy 101.054686 79.189345) - (xy 100.999956 78.98509) - (xy 100.910589 78.793442) - (xy 100.789301 78.620224) - (xy 100.639776 78.470699) - (xy 100.466558 78.349411) - (xy 100.368488 78.30368) - (xy 100.274911 78.260044) - (xy 100.070652 78.205313) - (xy 99.86 78.186883) - (xy 99.649347 78.205313) - (xy 99.445088 78.260044) - (xy 99.253441 78.349411) - (xy 99.080223 78.470699) - (xy 98.930699 78.620223) - (xy 98.809411 78.793441) - (xy 98.720044 78.985088) - (xy 98.665313 79.189347) - (xy 98.646883 79.4) - (xy 96.296 79.4) - (xy 96.313498 79.2) - (xy 96.293543 78.971913) - (xy 96.234284 78.750757) - (xy 96.160752 78.593067) - (xy 96.137525 78.543255) - (xy 96.137524 78.543254) - (xy 96.137523 78.543251) - (xy 96.006198 78.3557) - (xy 95.8443 78.193802) - (xy 95.656749 78.062477) - (xy 95.656746 78.062476) - (xy 95.656744 78.062474) - (xy 95.449246 77.965717) - (xy 95.449243 77.965716) - (xy 95.338664 77.936086) - (xy 95.228084 77.906456) - (xy 94.999999 77.886501) - (xy 94.771915 77.906456) - (xy 94.550753 77.965717) - (xy 94.343255 78.062474) - (xy 94.34325 78.062477) - (xy 94.343251 78.062477) - (xy 94.165582 78.186883) - (xy 94.155696 78.193805) - (xy 93.993805 78.355696) - (xy 93.993802 78.355699) - (xy 93.993802 78.3557) - (xy 93.971815 78.387101) - (xy 93.862474 78.543255) - (xy 93.765717 78.750753) - (xy 93.706456 78.971915) - (xy 93.686501 79.2) - (xy 88.6885 79.2) - (xy 88.6885 78.351362) - (xy 88.681989 78.290799) - (xy 88.681988 78.290797) - (xy 88.681988 78.290794) - (xy 88.630889 78.153796) - (xy 88.543261 78.036738) - (xy 88.426203 77.94911) - (xy 88.289205 77.898011) - (xy 88.258919 77.894755) - (xy 88.228638 77.8915) - (xy 86.531362 77.8915) - (xy 86.504445 77.894393) - (xy 86.470794 77.898011) - (xy 86.333796 77.94911) - (xy 86.216738 78.036738) - (xy 86.12911 78.153796) - (xy 86.078011 78.290794) - (xy 86.076626 78.30368) - (xy 86.072251 78.344382) - (xy 86.0715 78.351366) - (xy 86.0715 80.048634) - (xy 84.059079 80.048634) - (xy 84.057046 80.026689) - (xy 84.030439 79.933174) - (xy 84.000827 79.829097) - (xy 83.909255 79.645198) - (xy 83.785452 79.481255) - (xy 83.633636 79.342857) - (xy 83.54481 79.287858) - (xy 83.45897 79.234708) - (xy 83.458968 79.234707) - (xy 83.267407 79.160497) - (xy 83.06547 79.122748) - (xy 82.860034 79.122748) - (xy 82.725409 79.147913) - (xy 82.658096 79.160497) - (xy 82.466535 79.234707) - (xy 82.291867 79.342857) - (xy 82.140049 79.481257) - (xy 82.067956 79.576726) - (xy 82.024274 79.613) - (xy 81.969002 79.626) - (xy 81.148 79.626) - (xy 81.148 80.44832) - (xy 81.20032 80.438539) - (xy 81.390411 80.364899) - (xy 81.563736 80.25758) - (xy 81.64546 80.183079) - (xy 81.706209 80.152828) - (xy 81.773785 80.159086) - (xy 81.827945 80.199979) - (xy 81.852468 80.263258) - (xy 81.852758 80.266383) - (xy 81.849254 80.309218) - (xy 81.831338 80.348283) - (xy 81.791371 80.406183) - (xy 81.786934 80.412212) - (xy 81.749218 80.460354) - (xy 81.744917 80.46991) - (xy 81.733902 80.489441) - (xy 81.727944 80.498073) - (xy 81.706248 80.55528) - (xy 81.703383 80.562196) - (xy 81.678287 80.617957) - (xy 81.676397 80.628272) - (xy 81.670373 80.649878) - (xy 81.666658 80.659673) - (xy 81.659286 80.720382) - (xy 81.658159 80.727784) - (xy 81.647132 80.787958) - (xy 81.650826 80.84902) - (xy 81.651052 80.856508) - (xy 81.651052 83.735492) - (xy 81.650826 83.74298) - (xy 81.647132 83.80404) - (xy 81.658159 83.864214) - (xy 81.659286 83.871616) - (xy 81.666658 83.932327) - (xy 81.670373 83.942122) - (xy 81.676398 83.963732) - (xy 81.678286 83.974037) - (xy 81.703386 84.029808) - (xy 81.70625 84.036724) - (xy 81.727945 84.093926) - (xy 81.733899 84.102553) - (xy 81.744918 84.12209) - (xy 81.749219 84.131645) - (xy 81.786937 84.179788) - (xy 81.791371 84.185814) - (xy 81.814594 84.219459) - (xy 81.816236 84.221837) - (xy 81.837317 84.277622) - (xy 81.829918 84.336797) - (xy 81.795752 84.385674) - (xy 81.742719 84.41295) - (xy 81.683087 84.412314) - (xy 81.630648 84.383915) - (xy 81.568881 84.327607) - (xy 81.461453 84.26109) - (xy 81.394218 84.21946) - (xy 81.394216 84.219459) - (xy 81.202655 84.145249) - (xy 81.174335 84.139955) - (xy 81.000718 84.1075) - (xy 80.795282 84.1075) - (xy 80.753283 84.11535) - (xy 80.69933 84.11348) - (xy 80.651283 84.088859) - (xy 80.618253 84.046155) - (xy 80.6065 83.993462) - (xy 80.6065 80.540992) - (xy 80.618253 80.488299) - (xy 80.648 80.449839) - (xy 80.648 78.30368) - (xy 81.148 78.30368) - (xy 81.148 79.126) - (xy 81.970528 79.126) - (xy 81.970528 79.125999) - (xy 81.928113 78.97693) - (xy 81.837248 78.794446) - (xy 81.714392 78.631758) - (xy 81.56374 78.494421) - (xy 81.390411 78.3871) - (xy 81.20032 78.31346) - (xy 81.148 78.30368) - (xy 80.648 78.30368) - (xy 80.595679 78.31346) - (xy 80.405585 78.387101) - (xy 80.234648 78.492941) - (xy 80.182712 78.510794) - (xy 80.128159 78.504465) - (xy 80.08169 78.475195) - (xy 78.785521 77.179026) - (xy 88.374526 77.179026) - (xy 88.447515 77.230133) - (xy 88.653673 77.326266) - (xy 88.873397 77.385141) - (xy 89.099999 77.404966) - (xy 89.326602 77.385141) - (xy 89.546326 77.326266) - (xy 89.75248 77.230134) - (xy 89.825472 77.179025) - (xy 89.100001 76.453553) - (xy 89.1 76.453553) - (xy 88.374526 77.179025) - (xy 88.374526 77.179026) - (xy 78.785521 77.179026) - (xy 78.43981 76.833315) - (xy 78.408909 76.781888) - (xy 78.405769 76.721974) - (xy 78.431125 76.667598) - (xy 78.479041 76.631491) - (xy 78.538299 76.622106) - (xy 78.647 76.631616) - (xy 78.857655 76.613186) - (xy 79.06191 76.558456) - (xy 79.253558 76.469089) - (xy 79.426776 76.347801) - (xy 79.576301 76.198276) - (xy 79.697589 76.025058) - (xy 79.786956 75.83341) - (xy 79.841686 75.629155) - (xy 79.860116 75.4185) - (xy 79.860116 75.418499) - (xy 82.513883 75.418499) - (xy 82.532313 75.629152) - (xy 82.587044 75.833411) - (xy 82.657339 75.984158) - (xy 82.676411 76.025058) - (xy 82.797699 76.198276) - (xy 82.947224 76.347801) - (xy 83.120442 76.469089) - (xy 83.31209 76.558456) - (xy 83.516345 76.613186) - (xy 83.727 76.631616) - (xy 83.937655 76.613186) - (xy 84.14191 76.558456) - (xy 84.333558 76.469089) - (xy 84.506776 76.347801) - (xy 84.656301 76.198276) - (xy 84.725114 76.1) - (xy 87.795033 76.1) - (xy 87.814858 76.326602) - (xy 87.873733 76.546326) - (xy 87.969866 76.752484) - (xy 88.020972 76.825471) - (xy 88.020973 76.825472) - (xy 88.746446 76.099999) - (xy 89.453553 76.099999) - (xy 90.179025 76.825472) - (xy 90.230131 76.752485) - (xy 90.232924 76.746496) - (xy 90.278679 76.694316) - (xy 90.345305 76.674893) - (xy 90.411932 76.69431) - (xy 90.457691 76.746486) - (xy 90.462475 76.756744) - (xy 90.462477 76.756749) - (xy 90.593802 76.9443) - (xy 90.7557 77.106198) - (xy 90.943251 77.237523) - (xy 91.150757 77.334284) - (xy 91.371913 77.393543) - (xy 91.6 77.413498) - (xy 91.828087 77.393543) - (xy 92.049243 77.334284) - (xy 92.256749 77.237523) - (xy 92.4443 77.106198) - (xy 92.606198 76.9443) - (xy 92.737523 76.756749) - (xy 92.834284 76.549243) - (xy 92.893543 76.328087) - (xy 92.913498 76.1) - (xy 92.893543 75.871913) - (xy 92.834284 75.650757) - (xy 92.775692 75.525106) - (xy 92.737525 75.443255) - (xy 92.737524 75.443254) - (xy 92.737523 75.443251) - (xy 92.606198 75.2557) - (xy 92.4443 75.093802) - (xy 92.288201 74.9845) - (xy 93.737001 74.9845) - (xy 93.756956 75.212584) - (xy 93.767149 75.250625) - (xy 93.815434 75.430826) - (xy 93.816217 75.433746) - (xy 93.912974 75.641244) - (xy 93.912976 75.641246) - (xy 93.912977 75.641249) - (xy 94.044302 75.8288) - (xy 94.2062 75.990698) - (xy 94.393751 76.122023) - (xy 94.601257 76.218784) - (xy 94.822413 76.278043) - (xy 95.0505 76.297998) - (xy 95.278587 76.278043) - (xy 95.499743 76.218784) - (xy 95.707249 76.122023) - (xy 95.8948 75.990698) - (xy 96.056698 75.8288) - (xy 96.188023 75.641249) - (xy 96.284784 75.433743) - (xy 96.338171 75.2345) - (xy 101.391628 75.2345) - (xy 101.444233 75.430826) - (xy 101.540365 75.63698) - (xy 101.670841 75.823319) - (xy 101.83168 75.984158) - (xy 102.018019 76.114634) - (xy 102.224173 76.210766) - (xy 102.420499 76.263371) - (xy 102.4205 76.263372) - (xy 102.4205 75.2345) - (xy 102.9205 75.2345) - (xy 102.9205 76.263371) - (xy 103.116826 76.210766) - (xy 103.32298 76.114634) - (xy 103.509319 75.984158) - (xy 103.670158 75.823319) - (xy 103.800634 75.63698) - (xy 103.896766 75.430826) - (xy 103.949372 75.2345) - (xy 102.9205 75.2345) - (xy 102.4205 75.2345) - (xy 101.391628 75.2345) - (xy 96.338171 75.2345) - (xy 96.344043 75.212587) - (xy 96.363998 74.9845) - (xy 96.344043 74.756413) - (xy 96.284784 74.535257) - (xy 96.20675 74.367911) - (xy 96.188025 74.327755) - (xy 96.188024 74.327754) - (xy 96.188023 74.327751) - (xy 96.056698 74.1402) - (xy 95.8948 73.978302) - (xy 95.707249 73.846977) - (xy 95.707248 73.846976) - (xy 95.707246 73.846975) - (xy 95.654098 73.822192) - (xy 95.601922 73.776434) - (xy 95.582503 73.709809) - (xy 95.601923 73.643183) - (xy 95.6541 73.597427) - (xy 95.702981 73.574633) - (xy 95.889319 73.444158) - (xy 96.050158 73.283319) - (xy 96.180634 73.09698) - (xy 96.276766 72.890826) - (xy 96.329372 72.6945) - (xy 93.771628 72.6945) - (xy 93.824233 72.890826) - (xy 93.920365 73.09698) - (xy 94.050841 73.283319) - (xy 94.21168 73.444158) - (xy 94.398016 73.574632) - (xy 94.4469 73.597427) - (xy 94.499076 73.643184) - (xy 94.518496 73.709809) - (xy 94.499077 73.776434) - (xy 94.446902 73.822191) - (xy 94.393756 73.846974) - (xy 94.393755 73.846975) - (xy 94.393751 73.846977) - (xy 94.298034 73.913999) - (xy 94.206196 73.978305) - (xy 94.044305 74.140196) - (xy 93.912974 74.327755) - (xy 93.816217 74.535253) - (xy 93.756956 74.756415) - (xy 93.737001 74.9845) - (xy 92.288201 74.9845) - (xy 92.256749 74.962477) - (xy 92.256746 74.962476) - (xy 92.256744 74.962474) - (xy 92.049246 74.865717) - (xy 92.049243 74.865716) - (xy 91.85944 74.814858) - (xy 91.828084 74.806456) - (xy 91.599999 74.786501) - (xy 91.371915 74.806456) - (xy 91.150753 74.865717) - (xy 90.943255 74.962474) - (xy 90.884536 75.00359) - (xy 90.783288 75.074485) - (xy 90.755696 75.093805) - (xy 90.593805 75.255696) - (xy 90.593802 75.255699) - (xy 90.593802 75.2557) - (xy 90.528139 75.349475) - (xy 90.462474 75.443255) - (xy 90.45769 75.453515) - (xy 90.411931 75.505689) - (xy 90.345305 75.525106) - (xy 90.278681 75.505684) - (xy 90.232926 75.453506) - (xy 90.230132 75.447515) - (xy 90.179025 75.374526) - (xy 89.453553 76.099998) - (xy 89.453553 76.099999) - (xy 88.746446 76.099999) - (xy 88.746446 76.099998) - (xy 88.020973 75.374527) - (xy 87.969865 75.447516) - (xy 87.873733 75.653672) - (xy 87.814858 75.873397) - (xy 87.795033 76.1) - (xy 84.725114 76.1) - (xy 84.777589 76.025058) - (xy 84.866956 75.83341) - (xy 84.921686 75.629155) - (xy 84.940116 75.4185) - (xy 84.921686 75.207845) - (xy 84.871614 75.020973) - (xy 88.374526 75.020973) - (xy 89.1 75.746446) - (xy 89.100001 75.746446) - (xy 89.825472 75.020974) - (xy 89.825471 75.020972) - (xy 89.752484 74.969866) - (xy 89.546326 74.873733) - (xy 89.326602 74.814858) - (xy 89.1 74.795033) - (xy 88.873397 74.814858) - (xy 88.653672 74.873733) - (xy 88.447516 74.969865) - (xy 88.374527 75.020973) - (xy 88.374526 75.020973) - (xy 84.871614 75.020973) - (xy 84.866956 75.00359) - (xy 84.777589 74.811942) - (xy 84.656301 74.638724) - (xy 84.506776 74.489199) - (xy 84.491576 74.478556) - (xy 84.452711 74.434239) - (xy 84.4387 74.376982) - (xy 84.4387 72.396018) - (xy 84.441804 72.383332) - (xy 85.443505 72.383332) - (xy 85.49624 72.568683) - (xy 85.595365 72.767754) - (xy 85.72939 72.945231) - (xy 85.893737 73.095053) - (xy 86.082821 73.212129) - (xy 86.290199 73.292467) - (xy 86.37 73.307384) - (xy 86.37 72.383332) - (xy 86.87 72.383332) - (xy 86.87 73.307384) - (xy 86.9498 73.292467) - (xy 87.157178 73.212129) - (xy 87.346262 73.095053) - (xy 87.510609 72.945231) - (xy 87.644634 72.767754) - (xy 87.743759 72.568683) - (xy 87.796495 72.383332) - (xy 86.87 72.383332) - (xy 86.37 72.383332) - (xy 85.443505 72.383332) - (xy 84.441804 72.383332) - (xy 84.452711 72.338761) - (xy 84.491576 72.294443) - (xy 84.506776 72.283801) - (xy 84.656301 72.134276) - (xy 84.656962 72.133332) - (xy 90.486883 72.133332) - (xy 90.505313 72.343984) - (xy 90.560044 72.548243) - (xy 90.616767 72.669885) - (xy 90.649411 72.73989) - (xy 90.770699 72.913108) - (xy 90.920224 73.062633) - (xy 91.093442 73.183921) - (xy 91.28509 73.273288) - (xy 91.489345 73.328018) - (xy 91.605554 73.338185) - (xy 91.699999 73.346448) - (xy 91.699999 73.346447) - (xy 91.7 73.346448) - (xy 91.910655 73.328018) - (xy 92.11491 73.273288) - (xy 92.306558 73.183921) - (xy 92.479776 73.062633) - (xy 92.629301 72.913108) - (xy 92.750589 72.73989) - (xy 92.839956 72.548242) - (xy 92.894686 72.343987) - (xy 92.913116 72.133332) - (xy 92.894686 71.922677) - (xy 92.839956 71.718422) - (xy 92.750589 71.526774) - (xy 92.629301 71.353556) - (xy 92.479776 71.204031) - (xy 92.306558 71.082743) - (xy 92.272379 71.066805) - (xy 92.114911 70.993376) - (xy 91.910652 70.938645) - (xy 91.7 70.920215) - (xy 91.489347 70.938645) - (xy 91.285088 70.993376) - (xy 91.093441 71.082743) - (xy 90.920223 71.204031) - (xy 90.770699 71.353555) - (xy 90.649411 71.526773) - (xy 90.560044 71.71842) - (xy 90.505313 71.922679) - (xy 90.486883 72.133332) - (xy 84.656962 72.133332) - (xy 84.777589 71.961058) - (xy 84.813833 71.883332) - (xy 85.443505 71.883332) - (xy 86.37 71.883332) - (xy 86.37 70.95928) - (xy 86.87 70.95928) - (xy 86.87 71.883332) - (xy 87.796495 71.883332) - (xy 87.743759 71.69798) - (xy 87.644634 71.498909) - (xy 87.510609 71.321432) - (xy 87.346262 71.17161) - (xy 87.157178 71.054534) - (xy 86.9498 70.974196) - (xy 86.87 70.95928) - (xy 86.37 70.95928) - (xy 86.290199 70.974196) - (xy 86.082821 71.054534) - (xy 85.893737 71.17161) - (xy 85.72939 71.321432) - (xy 85.595365 71.498909) - (xy 85.49624 71.69798) - (xy 85.443505 71.883332) - (xy 84.813833 71.883332) - (xy 84.866956 71.76941) - (xy 84.921686 71.565155) - (xy 84.940116 71.3545) - (xy 84.921686 71.143845) - (xy 84.866956 70.93959) - (xy 84.777589 70.747942) - (xy 84.656301 70.574724) - (xy 84.506776 70.425199) - (xy 84.491576 70.414556) - (xy 84.452711 70.370239) - (xy 84.4387 70.312982) - (xy 84.4387 69.904499) - (xy 93.737001 69.904499) - (xy 93.756956 70.132584) - (xy 93.766959 70.169915) - (xy 93.811553 70.336342) - (xy 93.816217 70.353746) - (xy 93.912974 70.561244) - (xy 93.912976 70.561246) - (xy 93.912977 70.561249) - (xy 94.044302 70.7488) - (xy 94.2062 70.910698) - (xy 94.393751 71.042023) - (xy 94.446901 71.066807) - (xy 94.499076 71.112561) - (xy 94.518496 71.179186) - (xy 94.499078 71.245811) - (xy 94.446903 71.291569) - (xy 94.39802 71.314364) - (xy 94.21168 71.444841) - (xy 94.050841 71.60568) - (xy 93.920365 71.792019) - (xy 93.824233 71.998173) - (xy 93.771628 72.194499) - (xy 93.771628 72.1945) - (xy 96.329372 72.1945) - (xy 96.329371 72.194499) - (xy 96.276766 71.998173) - (xy 96.180634 71.792019) - (xy 96.050158 71.60568) - (xy 95.889319 71.444841) - (xy 95.702982 71.314366) - (xy 95.654097 71.29157) - (xy 95.601922 71.245812) - (xy 95.582503 71.179186) - (xy 95.601924 71.112561) - (xy 95.654096 71.066808) - (xy 95.707249 71.042023) - (xy 95.8948 70.910698) - (xy 96.056698 70.7488) - (xy 96.188023 70.561249) - (xy 96.284784 70.353743) - (xy 96.344043 70.132587) - (xy 96.363998 69.9045) - (xy 96.359809 69.856625) - (xy 96.349716 69.741255) - (xy 96.344043 69.676413) - (xy 96.284784 69.455257) - (xy 96.188023 69.247751) - (xy 96.056698 69.0602) - (xy 95.8948 68.898302) - (xy 95.887129 68.892931) - (xy 95.847996 68.848092) - (xy 95.834262 68.790179) - (xy 95.849096 68.732537) - (xy 95.88908 68.688448) - (xy 95.945 68.668069) - (xy 95.959701 68.666489) - (xy 95.959703 68.666488) - (xy 95.959705 68.666488) - (xy 96.053662 68.631443) - (xy 96.096704 68.615389) - (xy 96.213761 68.527761) - (xy 96.301389 68.410704) - (xy 96.337867 68.312905) - (xy 96.352488 68.273705) - (xy 96.352488 68.273703) - (xy 96.352489 68.273701) - (xy 96.359 68.213138) - (xy 96.359 66.515862) - (xy 96.352489 66.455299) - (xy 96.352488 66.455297) - (xy 96.352488 66.455294) - (xy 96.301389 66.318296) - (xy 96.213761 66.201238) - (xy 96.096703 66.11361) - (xy 95.959705 66.062511) - (xy 95.929419 66.059255) - (xy 95.899138 66.056) - (xy 94.201862 66.056) - (xy 94.174945 66.058893) - (xy 94.141294 66.062511) - (xy 94.004296 66.11361) - (xy 93.887238 66.201238) - (xy 93.79961 66.318296) - (xy 93.748511 66.455294) - (xy 93.746154 66.477224) - (xy 93.742 66.515862) - (xy 93.742 68.213138) - (xy 93.745255 68.243419) - (xy 93.748511 68.273705) - (xy 93.79961 68.410703) - (xy 93.887238 68.527761) - (xy 94.004296 68.615389) - (xy 94.141294 68.666488) - (xy 94.141297 68.666488) - (xy 94.141299 68.666489) - (xy 94.155997 68.668069) - (xy 94.211919 68.688448) - (xy 94.251903 68.732536) - (xy 94.266737 68.790177) - (xy 94.253005 68.84809) - (xy 94.213868 68.892933) - (xy 94.206198 68.898303) - (xy 94.044305 69.060196) - (xy 94.044302 69.060199) - (xy 94.044302 69.0602) - (xy 94.018939 69.096422) - (xy 93.912974 69.247755) - (xy 93.816217 69.455253) - (xy 93.756956 69.676415) - (xy 93.737001 69.904499) - (xy 84.4387 69.904499) - (xy 84.4387 68.840018) - (xy 84.452711 68.782761) - (xy 84.491576 68.738443) - (xy 84.506776 68.727801) - (xy 84.656301 68.578276) - (xy 84.777589 68.405058) - (xy 84.866956 68.21341) - (xy 84.879481 68.166666) - (xy 87.786501 68.166666) - (xy 87.806456 68.39475) - (xy 87.821579 68.451188) - (xy 87.861127 68.598784) - (xy 87.865717 68.615912) - (xy 87.962474 68.82341) - (xy 87.962476 68.823412) - (xy 87.962477 68.823415) - (xy 88.093802 69.010966) - (xy 88.2557 69.172864) - (xy 88.443251 69.304189) - (xy 88.650757 69.40095) - (xy 88.871913 69.460209) - (xy 89.1 69.480164) - (xy 89.328087 69.460209) - (xy 89.549243 69.40095) - (xy 89.756749 69.304189) - (xy 89.9443 69.172864) - (xy 90.106198 69.010966) - (xy 90.237523 68.823415) - (xy 90.237618 68.82321) - (xy 90.237852 68.822943) - (xy 90.243745 68.814528) - (xy 90.244666 68.815173) - (xy 90.283373 68.771035) - (xy 90.35 68.751615) - (xy 90.416627 68.771035) - (xy 90.455333 68.815173) - (xy 90.456255 68.814528) - (xy 90.462147 68.822943) - (xy 90.462381 68.82321) - (xy 90.462477 68.823415) - (xy 90.593802 69.010966) - (xy 90.7557 69.172864) - (xy 90.943251 69.304189) - (xy 91.150757 69.40095) - (xy 91.371913 69.460209) - (xy 91.6 69.480164) - (xy 91.828087 69.460209) - (xy 92.049243 69.40095) - (xy 92.256749 69.304189) - (xy 92.4443 69.172864) - (xy 92.606198 69.010966) - (xy 92.737523 68.823415) - (xy 92.834284 68.615909) - (xy 92.893543 68.394753) - (xy 92.913498 68.166666) - (xy 92.893543 67.938579) - (xy 92.834284 67.717423) - (xy 92.739335 67.513802) - (xy 92.737525 67.509921) - (xy 92.737524 67.50992) - (xy 92.737523 67.509917) - (xy 92.606198 67.322366) - (xy 92.4443 67.160468) - (xy 92.256749 67.029143) - (xy 92.256746 67.029142) - (xy 92.256744 67.02914) - (xy 92.049246 66.932383) - (xy 92.049243 66.932382) - (xy 91.938664 66.902752) - (xy 91.828084 66.873122) - (xy 91.6 66.853167) - (xy 91.371915 66.873122) - (xy 91.150753 66.932383) - (xy 90.943255 67.02914) - (xy 90.891539 67.065352) - (xy 90.78164 67.142305) - (xy 90.755696 67.160471) - (xy 90.593805 67.322362) - (xy 90.593802 67.322365) - (xy 90.593802 67.322366) - (xy 90.462477 67.509917) - (xy 90.46238 67.510123) - (xy 90.462145 67.510392) - (xy 90.456255 67.518804) - (xy 90.455333 67.518158) - (xy 90.416625 67.562297) - (xy 90.35 67.581716) - (xy 90.283375 67.562297) - (xy 90.244666 67.518158) - (xy 90.243745 67.518804) - (xy 90.237854 67.510392) - (xy 90.237619 67.510123) - (xy 90.237523 67.509917) - (xy 90.106198 67.322366) - (xy 89.9443 67.160468) - (xy 89.756749 67.029143) - (xy 89.756746 67.029142) - (xy 89.756744 67.02914) - (xy 89.549246 66.932383) - (xy 89.549243 66.932382) - (xy 89.438664 66.902752) - (xy 89.328084 66.873122) - (xy 89.1 66.853167) - (xy 88.871915 66.873122) - (xy 88.650753 66.932383) - (xy 88.443255 67.02914) - (xy 88.391539 67.065352) - (xy 88.28164 67.142305) - (xy 88.255696 67.160471) - (xy 88.093805 67.322362) - (xy 88.093802 67.322365) - (xy 88.093802 67.322366) - (xy 88.064299 67.3645) - (xy 87.962474 67.509921) - (xy 87.865717 67.717419) - (xy 87.806456 67.938581) - (xy 87.786501 68.166666) - (xy 84.879481 68.166666) - (xy 84.921686 68.009155) - (xy 84.940116 67.7985) - (xy 84.921686 67.587845) - (xy 84.866956 67.38359) - (xy 84.777589 67.191942) - (xy 84.656301 67.018724) - (xy 84.506776 66.869199) - (xy 84.333558 66.747911) - (xy 84.272772 66.719566) - (xy 84.141911 66.658544) - (xy 83.937652 66.603813) - (xy 83.727 66.585383) - (xy 83.516347 66.603813) - (xy 83.312088 66.658544) - (xy 83.120441 66.747911) - (xy 82.947223 66.869199) - (xy 82.797699 67.018723) - (xy 82.676411 67.191941) - (xy 82.587044 67.383588) - (xy 82.532313 67.587847) - (xy 82.513883 67.7985) - (xy 82.532313 68.009152) - (xy 82.587044 68.213411) - (xy 82.633439 68.312905) - (xy 82.676411 68.405058) - (xy 82.797699 68.578276) - (xy 82.947224 68.727801) - (xy 82.962423 68.738443) - (xy 83.001289 68.782761) - (xy 83.0153 68.840018) - (xy 83.0153 70.312982) - (xy 83.001289 70.370239) - (xy 82.962423 70.414556) - (xy 82.95501 70.419746) - (xy 82.947222 70.4252) - (xy 82.797699 70.574723) - (xy 82.676411 70.747941) - (xy 82.587044 70.939588) - (xy 82.532313 71.143847) - (xy 82.513883 71.3545) - (xy 82.532313 71.565152) - (xy 82.587044 71.769411) - (xy 82.666071 71.938883) - (xy 82.676411 71.961058) - (xy 82.797699 72.134276) - (xy 82.947224 72.283801) - (xy 82.962423 72.294443) - (xy 83.001289 72.338761) - (xy 83.0153 72.396018) - (xy 83.0153 74.376982) - (xy 83.001289 74.434239) - (xy 82.962423 74.478556) - (xy 82.955944 74.483093) - (xy 82.947222 74.4892) - (xy 82.797699 74.638723) - (xy 82.676411 74.811941) - (xy 82.587044 75.003588) - (xy 82.532313 75.207847) - (xy 82.513883 75.418499) - (xy 79.860116 75.418499) - (xy 79.841686 75.207845) - (xy 79.786956 75.00359) - (xy 79.697589 74.811942) - (xy 79.576301 74.638724) - (xy 79.426776 74.489199) - (xy 79.253558 74.367911) - (xy 79.181518 74.334318) - (xy 79.061911 74.278544) - (xy 78.857652 74.223813) - (xy 78.647 74.205383) - (xy 78.436347 74.223813) - (xy 78.232088 74.278544) - (xy 78.040441 74.367911) - (xy 77.867223 74.489199) - (xy 77.717699 74.638723) - (xy 77.596411 74.811941) - (xy 77.507044 75.003588) - (xy 77.452313 75.207847) - (xy 77.433883 75.4185) - (xy 77.443393 75.527201) - (xy 77.434007 75.586459) - (xy 77.3979 75.634374) - (xy 77.343525 75.65973) - (xy 77.283611 75.65659) - (xy 77.232184 75.625689) - (xy 76.285071 74.678576) - (xy 75.035111 73.428615) - (xy 75.029977 73.423161) - (xy 74.989412 73.377373) - (xy 74.983747 73.373463) - (xy 74.939062 73.342619) - (xy 74.933044 73.338191) - (xy 74.884893 73.300467) - (xy 74.884891 73.300466) - (xy 74.875338 73.296166) - (xy 74.855801 73.285147) - (xy 74.847174 73.279193) - (xy 74.789972 73.257498) - (xy 74.783056 73.254634) - (xy 74.727285 73.229534) - (xy 74.719045 73.228024) - (xy 74.716978 73.227645) - (xy 74.69537 73.221621) - (xy 74.685575 73.217906) - (xy 74.624864 73.210534) - (xy 74.617462 73.209407) - (xy 74.557288 73.19838) - (xy 74.557287 73.19838) - (xy 74.496228 73.202074) - (xy 74.48874 73.2023) - (xy 73.344556 73.2023) - (xy 73.287299 73.188289) - (xy 73.242981 73.149423) - (xy 73.234183 73.136858) - (xy 73.209749 73.101962) - (xy 73.054038 72.946251) - (xy 72.873654 72.819944) - (xy 72.761731 72.767754) - (xy 72.674077 72.72688) - (xy 72.461368 72.669884) - (xy 72.242 72.650692) - (xy 72.022631 72.669884) - (xy 71.809922 72.72688) - (xy 71.610349 72.819943) - (xy 71.610347 72.819944) - (xy 71.436966 72.941347) - (xy 71.429958 72.946254) - (xy 71.274254 73.101958) - (xy 71.274253 73.10196) - (xy 71.274251 73.101962) - (xy 71.150153 73.279193) - (xy 71.147943 73.282349) - (xy 71.05488 73.481922) - (xy 70.997884 73.694631) - (xy 70.978692 73.913999) - (xy 70.997884 74.133368) - (xy 71.05488 74.346077) - (xy 71.105035 74.453636) - (xy 71.147944 74.545654) - (xy 71.274251 74.726038) - (xy 71.429962 74.881749) - (xy 71.610346 75.008056) - (xy 71.731667 75.064628) - (xy 71.746656 75.071618) - (xy 71.798831 75.117375) - (xy 71.818251 75.184) - (xy 71.798832 75.250625) - (xy 71.746656 75.296382) - (xy 71.610353 75.359941) - (xy 71.610347 75.359944) - (xy 71.476727 75.453506) - (xy 71.429958 75.486254) - (xy 71.274254 75.641958) - (xy 71.274251 75.641961) - (xy 71.274251 75.641962) - (xy 71.161367 75.803178) - (xy 71.147943 75.822349) - (xy 71.05488 76.021922) - (xy 70.997884 76.234631) - (xy 70.978692 76.454) - (xy 68.9117 76.454) - (xy 68.9117 71.06) - (xy 71.832501 71.06) - (xy 71.852456 71.288084) - (xy 71.911717 71.509246) - (xy 72.008474 71.716744) - (xy 72.008476 71.716746) - (xy 72.008477 71.716749) - (xy 72.139802 71.9043) - (xy 72.3017 72.066198) - (xy 72.489251 72.197523) - (xy 72.696757 72.294284) - (xy 72.917913 72.353543) - (xy 73.069971 72.366846) - (xy 73.145999 72.373498) - (xy 73.145999 72.373497) - (xy 73.146 72.373498) - (xy 73.374087 72.353543) - (xy 73.595243 72.294284) - (xy 73.802749 72.197523) - (xy 73.9903 72.066198) - (xy 74.152198 71.9043) - (xy 74.283523 71.716749) - (xy 74.380284 71.509243) - (xy 74.421748 71.3545) - (xy 77.433883 71.3545) - (xy 77.452313 71.565152) - (xy 77.507044 71.769411) - (xy 77.586071 71.938883) - (xy 77.596411 71.961058) - (xy 77.717699 72.134276) - (xy 77.867224 72.283801) - (xy 78.040442 72.405089) - (xy 78.23209 72.494456) - (xy 78.436345 72.549186) - (xy 78.576781 72.561472) - (xy 78.646999 72.567616) - (xy 78.646999 72.567615) - (xy 78.647 72.567616) - (xy 78.857655 72.549186) - (xy 79.06191 72.494456) - (xy 79.253558 72.405089) - (xy 79.426776 72.283801) - (xy 79.576301 72.134276) - (xy 79.697589 71.961058) - (xy 79.786956 71.76941) - (xy 79.841686 71.565155) - (xy 79.860116 71.3545) - (xy 79.841686 71.143845) - (xy 79.786956 70.93959) - (xy 79.697589 70.747942) - (xy 79.576301 70.574724) - (xy 79.426776 70.425199) - (xy 79.253558 70.303911) - (xy 79.157999 70.259351) - (xy 79.061911 70.214544) - (xy 78.857652 70.159813) - (xy 78.647 70.141383) - (xy 78.436347 70.159813) - (xy 78.232088 70.214544) - (xy 78.040441 70.303911) - (xy 77.867223 70.425199) - (xy 77.717699 70.574723) - (xy 77.596411 70.747941) - (xy 77.507044 70.939588) - (xy 77.452313 71.143847) - (xy 77.433883 71.3545) - (xy 74.421748 71.3545) - (xy 74.439543 71.288087) - (xy 74.459498 71.06) - (xy 74.439543 70.831913) - (xy 74.380284 70.610757) - (xy 74.322487 70.486811) - (xy 74.283525 70.403255) - (xy 74.283524 70.403254) - (xy 74.283523 70.403251) - (xy 74.152198 70.2157) - (xy 73.9903 70.053802) - (xy 73.802749 69.922477) - (xy 73.759655 69.902382) - (xy 73.707479 69.856625) - (xy 73.688059 69.79) - (xy 73.707479 69.723375) - (xy 73.759655 69.677618) - (xy 73.762882 69.676112) - (xy 73.802749 69.657523) - (xy 73.9903 69.526198) - (xy 74.152198 69.3643) - (xy 74.283523 69.176749) - (xy 74.380284 68.969243) - (xy 74.439543 68.748087) - (xy 74.459498 68.52) - (xy 74.439543 68.291913) - (xy 74.380284 68.070757) - (xy 74.322487 67.946811) - (xy 74.283525 67.863255) - (xy 74.283524 67.863254) - (xy 74.283523 67.863251) - (xy 74.238184 67.7985) - (xy 77.433883 67.7985) - (xy 77.452313 68.009152) - (xy 77.507044 68.213411) - (xy 77.553439 68.312905) - (xy 77.596411 68.405058) - (xy 77.717699 68.578276) - (xy 77.867224 68.727801) - (xy 78.040442 68.849089) - (xy 78.23209 68.938456) - (xy 78.436345 68.993186) - (xy 78.647 69.011616) - (xy 78.857655 68.993186) - (xy 79.06191 68.938456) - (xy 79.253558 68.849089) - (xy 79.426776 68.727801) - (xy 79.576301 68.578276) - (xy 79.697589 68.405058) - (xy 79.786956 68.21341) - (xy 79.841686 68.009155) - (xy 79.860116 67.7985) - (xy 79.841686 67.587845) - (xy 79.786956 67.38359) - (xy 79.697589 67.191942) - (xy 79.576301 67.018724) - (xy 79.426776 66.869199) - (xy 79.253558 66.747911) - (xy 79.192772 66.719566) - (xy 79.061911 66.658544) - (xy 78.857652 66.603813) - (xy 78.647 66.585383) - (xy 78.436347 66.603813) - (xy 78.232088 66.658544) - (xy 78.040441 66.747911) - (xy 77.867223 66.869199) - (xy 77.717699 67.018723) - (xy 77.596411 67.191941) - (xy 77.507044 67.383588) - (xy 77.452313 67.587847) - (xy 77.433883 67.7985) - (xy 74.238184 67.7985) - (xy 74.152198 67.6757) - (xy 73.9903 67.513802) - (xy 73.802749 67.382477) - (xy 73.769708 67.36707) - (xy 73.759655 67.362382) - (xy 73.707479 67.316625) - (xy 73.688059 67.25) - (xy 73.707479 67.183375) - (xy 73.759655 67.137618) - (xy 73.762882 67.136112) - (xy 73.802749 67.117523) - (xy 73.9903 66.986198) - (xy 74.152198 66.8243) - (xy 74.283523 66.636749) - (xy 74.380284 66.429243) - (xy 74.439543 66.208087) - (xy 74.459498 65.98) - (xy 74.439543 65.751913) - (xy 74.380284 65.530757) - (xy 74.322487 65.40681) - (xy 74.283525 65.323255) - (xy 74.283524 65.323254) - (xy 74.283523 65.323251) - (xy 74.152198 65.1357) - (xy 73.9903 64.973802) - (xy 73.802749 64.842477) - (xy 73.759653 64.822381) - (xy 73.707478 64.776623) - (xy 73.688059 64.709997) - (xy 73.70748 64.643372) - (xy 73.759654 64.597618) - (xy 73.802749 64.577523) - (xy 73.9903 64.446198) - (xy 74.152198 64.2843) - (xy 74.181467 64.242499) - (xy 77.433883 64.242499) - (xy 77.452313 64.453152) - (xy 77.507044 64.657411) - (xy 77.582897 64.820077) - (xy 77.596411 64.849058) - (xy 77.717699 65.022276) - (xy 77.867224 65.171801) - (xy 78.040442 65.293089) - (xy 78.23209 65.382456) - (xy 78.436345 65.437186) - (xy 78.647 65.455616) - (xy 78.857655 65.437186) - (xy 79.06191 65.382456) - (xy 79.253558 65.293089) - (xy 79.426776 65.171801) - (xy 79.576301 65.022276) - (xy 79.697589 64.849058) - (xy 79.786956 64.65741) - (xy 79.841686 64.453155) - (xy 79.860116 64.2425) - (xy 79.860116 64.242499) - (xy 82.513883 64.242499) - (xy 82.532313 64.453152) - (xy 82.587044 64.657411) - (xy 82.662897 64.820077) - (xy 82.676411 64.849058) - (xy 82.797699 65.022276) - (xy 82.947224 65.171801) - (xy 83.120442 65.293089) - (xy 83.31209 65.382456) - (xy 83.516345 65.437186) - (xy 83.727 65.455616) - (xy 83.937655 65.437186) - (xy 84.14191 65.382456) - (xy 84.333558 65.293089) - (xy 84.506776 65.171801) - (xy 84.656301 65.022276) - (xy 84.777589 64.849058) - (xy 84.866956 64.65741) - (xy 84.921686 64.453155) - (xy 84.940116 64.2425) - (xy 84.936398 64.2) - (xy 85.406883 64.2) - (xy 85.425313 64.410652) - (xy 85.480044 64.614911) - (xy 85.523912 64.708986) - (xy 85.569411 64.806558) - (xy 85.690699 64.979776) - (xy 85.840224 65.129301) - (xy 86.013442 65.250589) - (xy 86.20509 65.339956) - (xy 86.409345 65.394686) - (xy 86.62 65.413116) - (xy 86.830655 65.394686) - (xy 87.03491 65.339956) - (xy 87.226558 65.250589) - (xy 87.399776 65.129301) - (xy 87.549301 64.979776) - (xy 87.670589 64.806558) - (xy 87.759956 64.61491) - (xy 87.814686 64.410655) - (xy 87.833116 64.2) - (xy 90.486883 64.2) - (xy 90.505313 64.410652) - (xy 90.560044 64.614911) - (xy 90.603912 64.708986) - (xy 90.649411 64.806558) - (xy 90.770699 64.979776) - (xy 90.920224 65.129301) - (xy 91.093442 65.250589) - (xy 91.28509 65.339956) - (xy 91.489345 65.394686) - (xy 91.7 65.413116) - (xy 91.910655 65.394686) - (xy 92.11491 65.339956) - (xy 92.306558 65.250589) - (xy 92.462317 65.141526) - (xy 100.441026 65.141526) - (xy 100.514015 65.192633) - (xy 100.720173 65.288766) - (xy 100.939897 65.347641) - (xy 101.1665 65.367466) - (xy 101.393102 65.347641) - (xy 101.612826 65.288766) - (xy 101.81898 65.192634) - (xy 101.891972 65.141525) - (xy 101.166501 64.416053) - (xy 101.1665 64.416053) - (xy 100.441026 65.141525) - (xy 100.441026 65.141526) - (xy 92.462317 65.141526) - (xy 92.479776 65.129301) - (xy 92.629301 64.979776) - (xy 92.750589 64.806558) - (xy 92.839956 64.61491) - (xy 92.894686 64.410655) - (xy 92.913116 64.2) - (xy 92.901086 64.0625) - (xy 99.861533 64.0625) - (xy 99.881358 64.289102) - (xy 99.940233 64.508826) - (xy 100.036366 64.714984) - (xy 100.087472 64.787971) - (xy 100.087474 64.787972) - (xy 100.812946 64.062501) - (xy 100.812946 64.0625) - (xy 100.087473 63.337026) - (xy 100.087473 63.337027) - (xy 100.036365 63.410016) - (xy 99.940233 63.616172) - (xy 99.881358 63.835897) - (xy 99.861533 64.0625) - (xy 92.901086 64.0625) - (xy 92.894686 63.989345) - (xy 92.839956 63.78509) - (xy 92.750589 63.593442) - (xy 92.629301 63.420224) - (xy 92.479776 63.270699) - (xy 92.306558 63.149411) - (xy 92.279773 63.136921) - (xy 92.114911 63.060044) - (xy 91.910652 63.005313) - (xy 91.7 62.986883) - (xy 91.489347 63.005313) - (xy 91.285088 63.060044) - (xy 91.093441 63.149411) - (xy 90.920223 63.270699) - (xy 90.770699 63.420223) - (xy 90.649411 63.593441) - (xy 90.560044 63.785088) - (xy 90.505313 63.989347) - (xy 90.486883 64.2) - (xy 87.833116 64.2) - (xy 87.814686 63.989345) - (xy 87.759956 63.78509) - (xy 87.670589 63.593442) - (xy 87.549301 63.420224) - (xy 87.399776 63.270699) - (xy 87.226558 63.149411) - (xy 87.199773 63.136921) - (xy 87.034911 63.060044) - (xy 86.830652 63.005313) - (xy 86.62 62.986883) - (xy 86.409347 63.005313) - (xy 86.205088 63.060044) - (xy 86.013441 63.149411) - (xy 85.840223 63.270699) - (xy 85.690699 63.420223) - (xy 85.569411 63.593441) - (xy 85.480044 63.785088) - (xy 85.425313 63.989347) - (xy 85.406883 64.2) - (xy 84.936398 64.2) - (xy 84.921686 64.031845) - (xy 84.866956 63.82759) - (xy 84.777589 63.635942) - (xy 84.656301 63.462724) - (xy 84.506776 63.313199) - (xy 84.333558 63.191911) - (xy 84.215632 63.136921) - (xy 84.141911 63.102544) - (xy 83.937652 63.047813) - (xy 83.727 63.029383) - (xy 83.516347 63.047813) - (xy 83.312088 63.102544) - (xy 83.120441 63.191911) - (xy 82.947223 63.313199) - (xy 82.797699 63.462723) - (xy 82.676411 63.635941) - (xy 82.587044 63.827588) - (xy 82.532313 64.031847) - (xy 82.513883 64.242499) - (xy 79.860116 64.242499) - (xy 79.841686 64.031845) - (xy 79.786956 63.82759) - (xy 79.697589 63.635942) - (xy 79.576301 63.462724) - (xy 79.426776 63.313199) - (xy 79.253558 63.191911) - (xy 79.135632 63.136921) - (xy 79.061911 63.102544) - (xy 78.857652 63.047813) - (xy 78.647 63.029383) - (xy 78.436347 63.047813) - (xy 78.232088 63.102544) - (xy 78.040441 63.191911) - (xy 77.867223 63.313199) - (xy 77.717699 63.462723) - (xy 77.596411 63.635941) - (xy 77.507044 63.827588) - (xy 77.452313 64.031847) - (xy 77.433883 64.242499) - (xy 74.181467 64.242499) - (xy 74.283523 64.096749) - (xy 74.380284 63.889243) - (xy 74.439543 63.668087) - (xy 74.459498 63.44) - (xy 74.439543 63.211913) - (xy 74.380284 62.990757) - (xy 74.376887 62.983473) - (xy 100.441026 62.983473) - (xy 101.1665 63.708946) - (xy 101.166501 63.708946) - (xy 101.891972 62.983474) - (xy 101.891971 62.983472) - (xy 101.818984 62.932366) - (xy 101.612826 62.836233) - (xy 101.393102 62.777358) - (xy 101.1665 62.757533) - (xy 100.939897 62.777358) - (xy 100.720172 62.836233) - (xy 100.514016 62.932365) - (xy 100.441027 62.983473) - (xy 100.441026 62.983473) - (xy 74.376887 62.983473) - (xy 74.289345 62.795737) - (xy 74.283525 62.783255) - (xy 74.283524 62.783254) - (xy 74.283523 62.783251) - (xy 74.152198 62.5957) - (xy 73.9903 62.433802) - (xy 73.802749 62.302477) - (xy 73.802746 62.302476) - (xy 73.802744 62.302474) - (xy 73.595246 62.205717) - (xy 73.595243 62.205716) - (xy 73.484664 62.176086) - (xy 73.374084 62.146456) - (xy 73.146 62.126501) - (xy 72.917915 62.146456) - (xy 72.696753 62.205717) - (xy 72.489255 62.302474) - (xy 72.301696 62.433805) - (xy 72.139805 62.595696) - (xy 72.008474 62.783255) - (xy 71.911717 62.990753) - (xy 71.852456 63.211915) - (xy 71.832501 63.44) - (xy 71.852456 63.668084) - (xy 71.852457 63.668087) - (xy 71.895195 63.827588) - (xy 71.911717 63.889246) - (xy 72.008474 64.096744) - (xy 72.008476 64.096746) - (xy 72.008477 64.096749) - (xy 72.139802 64.2843) - (xy 72.3017 64.446198) - (xy 72.489251 64.577523) - (xy 72.532345 64.597618) - (xy 72.58452 64.643372) - (xy 72.60394 64.709997) - (xy 72.584522 64.776622) - (xy 72.532347 64.82238) - (xy 72.489254 64.842475) - (xy 72.489251 64.842476) - (xy 72.489251 64.842477) - (xy 72.397389 64.9068) - (xy 72.301696 64.973805) - (xy 72.139805 65.135696) - (xy 72.139802 65.135699) - (xy 72.139802 65.1357) - (xy 72.080592 65.220261) - (xy 72.008474 65.323255) - (xy 71.911717 65.530753) - (xy 71.852456 65.751915) - (xy 71.832501 65.979999) - (xy 71.852456 66.208084) - (xy 71.911717 66.429246) - (xy 72.008474 66.636744) - (xy 72.008476 66.636746) - (xy 72.008477 66.636749) - (xy 72.139802 66.8243) - (xy 72.3017 66.986198) - (xy 72.489251 67.117523) - (xy 72.529334 67.136214) - (xy 72.532345 67.137618) - (xy 72.584521 67.183375) - (xy 72.60394 67.25) - (xy 72.584521 67.316625) - (xy 72.532345 67.362382) - (xy 72.489255 67.382475) - (xy 72.489251 67.382477) - (xy 72.307243 67.509921) - (xy 72.301696 67.513805) - (xy 72.139805 67.675696) - (xy 72.008474 67.863255) - (xy 71.911717 68.070753) - (xy 71.852456 68.291915) - (xy 71.832501 68.519999) - (xy 71.852456 68.748084) - (xy 71.87026 68.814528) - (xy 71.910934 68.966326) - (xy 71.911717 68.969246) - (xy 72.008474 69.176744) - (xy 72.008476 69.176746) - (xy 72.008477 69.176749) - (xy 72.139802 69.3643) - (xy 72.3017 69.526198) - (xy 72.489251 69.657523) - (xy 72.529334 69.676214) - (xy 72.532345 69.677618) - (xy 72.584521 69.723375) - (xy 72.60394 69.79) - (xy 72.584521 69.856625) - (xy 72.532344 69.902382) - (xy 72.489251 69.922477) - (xy 72.347752 70.021556) - (xy 72.301696 70.053805) - (xy 72.139805 70.215696) - (xy 72.139802 70.215699) - (xy 72.139802 70.2157) - (xy 72.116523 70.248946) - (xy 72.008474 70.403255) - (xy 71.911717 70.610753) - (xy 71.852456 70.831915) - (xy 71.832501 71.06) - (xy 68.9117 71.06) - (xy 68.9117 70.264908) - (xy 68.919936 70.220472) - (xy 68.933292 70.198674) - (xy 68.932524 70.198231) - (xy 69.034527 70.021556) - (xy 69.065496 69.926243) - (xy 69.093542 69.839928) - (xy 69.113504 69.65) - (xy 69.093542 69.460072) - (xy 69.034527 69.278444) - (xy 69.034527 69.278443) - (xy 68.939042 69.113058) - (xy 68.919442 69.091291) - (xy 68.811253 68.971134) - (xy 68.703619 68.892933) - (xy 68.656751 68.858881) - (xy 68.482285 68.781204) - (xy 68.295489 68.7415) - (xy 68.295487 68.7415) - (xy 68.104513 68.7415) - (xy 68.104511 68.7415) - (xy 67.917714 68.781204) - (xy 67.743248 68.858881) - (xy 67.588748 68.971133) - (xy 67.460957 69.113058) - (xy 67.365472 69.278443) - (xy 67.306458 69.46007) - (xy 67.286496 69.65) - (xy 67.306458 69.839929) - (xy 67.365472 70.021556) - (xy 67.467476 70.198231) - (xy 67.466707 70.198674) - (xy 67.480064 70.220472) - (xy 67.4883 70.264908) - (xy 67.4883 73.12232) - (xy 67.473014 73.181963) - (xy 67.430925 73.226901) - (xy 67.37241 73.246055) - (xy 67.311895 73.234702) - (xy 67.228327 73.195733) - (xy 67.008602 73.136858) - (xy 66.782 73.117033) - (xy 66.555397 73.136858) - (xy 66.335672 73.195733) - (xy 66.129516 73.291865) - (xy 66.056526 73.342973) - (xy 67.047871 74.334318) - (xy 67.079965 74.389905) - (xy 67.079965 74.454093) - (xy 67.047871 74.50968) - (xy 66.056526 75.501025) - (xy 66.056526 75.501026) - (xy 66.129515 75.552133) - (xy 66.335673 75.648266) - (xy 66.555397 75.707141) - (xy 66.782 75.726966) - (xy 67.008602 75.707141) - (xy 67.228327 75.648266) - (xy 67.311895 75.609298) - (xy 67.37241 75.597945) - (xy 67.430925 75.617099) - (xy 67.473014 75.662037) - (xy 67.4883 75.72168) - (xy 67.4883 79.57474) - (xy 67.488074 79.582228) - (xy 67.48438 79.643288) - (xy 67.495407 79.703462) - (xy 67.496534 79.710864) - (xy 67.503906 79.771575) - (xy 67.507621 79.78137) - (xy 67.513646 79.80298) - (xy 67.515534 79.813285) - (xy 67.540634 79.869056) - (xy 67.543498 79.875972) - (xy 67.565193 79.933174) - (xy 67.571147 79.941801) - (xy 67.582166 79.961338) - (xy 67.586467 79.970893) - (xy 67.603382 79.992483) - (xy 67.624185 80.019036) - (xy 67.628619 80.025062) - (xy 67.644889 80.048634) - (xy 67.663373 80.075412) - (xy 67.709161 80.115977) - (xy 67.714615 80.121111) - (xy 68.301981 80.708477) - (xy 68.328861 80.748705) - (xy 68.3383 80.796158) - (xy 68.3383 81.236404) - (xy 68.324289 81.293661) - (xy 68.285425 81.337977) - (xy 68.255074 81.35923) - (xy 68.205697 81.393804) - (xy 68.043805 81.555696) - (xy 67.912474 81.743255) - (xy 67.90769 81.753515) - (xy 67.861931 81.805689) - (xy 67.795305 81.825106) - (xy 67.728681 81.805684) - (xy 67.682926 81.753506) - (xy 67.680132 81.747515) - (xy 67.629025 81.674526) - (xy 66.903553 82.4) - (xy 66.903553 82.400001) - (xy 67.629025 83.125472) - (xy 67.680131 83.052485) - (xy 67.682924 83.046496) - (xy 67.728679 82.994316) - (xy 67.795305 82.974893) - (xy 67.861932 82.99431) - (xy 67.907691 83.046486) - (xy 67.912475 83.056745) - (xy 67.912477 83.056749) - (xy 68.043802 83.2443) - (xy 68.2057 83.406198) - (xy 68.285425 83.462022) - (xy 68.324289 83.506339) - (xy 68.3383 83.563596) - (xy 68.3383 84.210277) - (xy 68.326682 84.262682) - (xy 68.294006 84.305266) - (xy 68.246396 84.33005) - (xy 68.133461 84.360311) - (xy 68.120753 84.363717) - (xy 67.913255 84.460474) - (xy 67.725696 84.591805) - (xy 67.563805 84.753696) - (xy 67.432474 84.941255) - (xy 67.335717 85.148753) - (xy 67.276456 85.369915) - (xy 67.256501 85.598) - (xy 67.276456 85.826084) - (xy 67.335717 86.047246) - (xy 67.432474 86.254744) - (xy 67.432476 86.254746) - (xy 67.432477 86.254749) - (xy 67.563802 86.4423) - (xy 67.7257 86.604198) - (xy 67.913251 86.735523) - (xy 67.953334 86.754214) - (xy 67.956345 86.755618) - (xy 68.008521 86.801375) - (xy 68.02794 86.868) - (xy 68.008521 86.934625) - (xy 67.956344 86.980382) - (xy 67.913251 87.000477) - (xy 67.771932 87.09943) - (xy 67.725696 87.131805) - (xy 67.563805 87.293696) - (xy 67.432474 87.481255) - (xy 67.335717 87.688753) - (xy 67.276456 87.909915) - (xy 67.256501 88.137999) - (xy 67.276456 88.366084) - (xy 67.276457 88.366087) - (xy 67.33271 88.576026) - (xy 67.335717 88.587246) - (xy 67.432474 88.794744) - (xy 67.432476 88.794746) - (xy 67.432477 88.794749) - (xy 67.563802 88.9823) - (xy 67.7257 89.144198) - (xy 67.913251 89.275523) - (xy 67.956345 89.295618) - (xy 68.00852 89.341372) - (xy 68.02794 89.407997) - (xy 68.008522 89.474622) - (xy 67.956347 89.52038) - (xy 67.913254 89.540475) - (xy 67.913251 89.540476) - (xy 67.913251 89.540477) - (xy 67.76611 89.643507) - (xy 67.725696 89.671805) - (xy 67.563805 89.833696) - (xy 67.432474 90.021255) - (xy 67.335717 90.228753) - (xy 67.276456 90.449915) - (xy 67.256501 90.677999) - (xy 67.276456 90.906084) - (xy 67.335717 91.127246) - (xy 67.432474 91.334744) - (xy 67.432476 91.334746) - (xy 67.432477 91.334749) - (xy 67.563802 91.5223) - (xy 67.7257 91.684198) - (xy 67.913251 91.815523) - (xy 67.953334 91.834214) - (xy 67.956345 91.835618) - (xy 68.008521 91.881375) - (xy 68.02794 91.948) - (xy 68.008521 92.014625) - (xy 67.956345 92.060382) - (xy 67.922288 92.076263) - (xy 67.913251 92.080477) - (xy 67.756391 92.190312) - (xy 67.725696 92.211805) - (xy 67.563805 92.373696) - (xy 67.563802 92.373699) - (xy 67.563802 92.3737) - (xy 67.535076 92.414725) - (xy 67.432474 92.561255) - (xy 67.335717 92.768753) - (xy 67.276456 92.989915) - (xy 67.256501 93.217999) - (xy 67.276456 93.446084) - (xy 67.291448 93.502033) - (xy 67.331699 93.652253) - (xy 67.335717 93.667246) - (xy 67.432474 93.874744) - (xy 67.432476 93.874746) - (xy 67.432477 93.874749) - (xy 67.563802 94.0623) - (xy 67.7257 94.224198) - (xy 67.913251 94.355523) - (xy 67.913254 94.355524) - (xy 67.913255 94.355525) - (xy 67.936742 94.366477) - (xy 68.120757 94.452284) - (xy 68.341913 94.511543) - (xy 68.57 94.531498) - (xy 68.798087 94.511543) - (xy 69.019243 94.452284) - (xy 69.226749 94.355523) - (xy 69.4143 94.224198) - (xy 69.576198 94.0623) - (xy 69.674727 93.921586) - (xy 69.721942 93.881261) - (xy 69.78279 93.868882) - (xy 69.84201 93.887554) - (xy 69.884753 93.932596) - (xy 69.9003 93.992712) - (xy 69.9003 95.891842) - (xy 69.890861 95.939295) - (xy 69.86398 95.979524) - (xy 69.773188 96.070314) - (xy 69.727918 96.099154) - (xy 69.674701 96.10616) - (xy 69.45 96.086501) - (xy 69.221915 96.106456) - (xy 69.000753 96.165717) - (xy 68.793255 96.262474) - (xy 68.751668 96.291594) - (xy 68.609321 96.391267) - (xy 68.605696 96.393805) - (xy 68.443805 96.555696) - (xy 68.312474 96.743255) - (xy 68.30769 96.753515) - (xy 68.261931 96.805689) - (xy 68.195305 96.825106) - (xy 68.128681 96.805684) - (xy 68.082926 96.753506) - (xy 68.080132 96.747515) - (xy 68.029025 96.674526) - (xy 66.95 97.753553) - (xy 66.224526 98.479025) - (xy 66.224526 98.479026) - (xy 66.297515 98.530133) - (xy 66.503673 98.626266) - (xy 66.723397 98.685141) - (xy 66.95 98.704966) - (xy 67.176602 98.685141) - (xy 67.396326 98.626266) - (xy 67.602484 98.530132) - (xy 67.663176 98.487636) - (xy 67.72619 98.465476) - (xy 67.791557 98.479221) - (xy 67.840309 98.524882) - (xy 67.8583 98.58921) - (xy 67.8583 99.483904) - (xy 67.844289 99.541161) - (xy 67.805425 99.585477) - (xy 67.777726 99.604873) - (xy 67.725697 99.641304) - (xy 67.563805 99.803196) - (xy 67.563802 99.803199) - (xy 67.563802 99.8032) - (xy 67.515076 99.872788) - (xy 67.432474 99.990755) - (xy 67.335717 100.198253) - (xy 67.276456 100.419415) - (xy 67.256501 100.6475) - (xy 67.276456 100.875584) - (xy 67.294588 100.943251) - (xy 67.324718 101.0557) - (xy 67.335717 101.096746) - (xy 67.432474 101.304244) - (xy 67.432476 101.304246) - (xy 67.432477 101.304249) - (xy 67.563802 101.4918) - (xy 67.7257 101.653698) - (xy 67.913251 101.785023) - (xy 67.953334 101.803714) - (xy 67.956345 101.805118) - (xy 68.008521 101.850875) - (xy 68.02794 101.9175) - (xy 68.008521 101.984125) - (xy 67.956344 102.029882) - (xy 67.913251 102.049977) - (xy 67.743129 102.169098) - (xy 67.725696 102.181305) - (xy 67.563805 102.343196) - (xy 67.432474 102.530755) - (xy 67.335717 102.738253) - (xy 67.276456 102.959415) - (xy 67.256501 103.1875) - (xy 67.276456 103.415584) - (xy 67.335717 103.636746) - (xy 67.432474 103.844244) - (xy 67.432476 103.844246) - (xy 67.432477 103.844249) - (xy 67.563802 104.0318) - (xy 67.7257 104.193698) - (xy 67.805425 104.249522) - (xy 67.844289 104.293839) - (xy 67.8583 104.351096) - (xy 67.8583 104.563904) - (xy 67.844289 104.621161) - (xy 67.805425 104.665477) - (xy 67.736609 104.713663) - (xy 67.725697 104.721304) - (xy 67.563805 104.883196) - (xy 67.432474 105.070755) - (xy 67.335717 105.278253) - (xy 67.276456 105.499415) - (xy 67.256501 105.7275) - (xy 67.276456 105.955584) - (xy 67.335717 106.176746) - (xy 67.432474 106.384244) - (xy 67.432476 106.384246) - (xy 67.432477 106.384249) - (xy 67.563802 106.5718) - (xy 67.7257 106.733698) - (xy 67.913251 106.865023) - (xy 67.953334 106.883714) - (xy 67.956345 106.885118) - (xy 68.008521 106.930875) - (xy 68.02794 106.9975) - (xy 68.008521 107.064125) - (xy 67.956344 107.109882) - (xy 67.913251 107.129977) - (xy 67.816383 107.197805) - (xy 67.725696 107.261305) - (xy 67.563805 107.423196) - (xy 67.432474 107.610755) - (xy 67.335717 107.818253) - (xy 67.276456 108.039415) - (xy 67.256501 108.2675) - (xy 67.276456 108.495584) - (xy 67.335717 108.716746) - (xy 67.432474 108.924244) - (xy 67.432476 108.924246) - (xy 67.432477 108.924249) - (xy 67.563802 109.1118) - (xy 67.7257 109.273698) - (xy 67.913251 109.405023) - (xy 67.913254 109.405024) - (xy 67.913255 109.405025) - (xy 67.982086 109.437121) - (xy 68.120757 109.501784) - (xy 68.341913 109.561043) - (xy 68.57 109.580998) - (xy 68.798087 109.561043) - (xy 69.019243 109.501784) - (xy 69.226749 109.405023) - (xy 69.4143 109.273698) - (xy 69.576198 109.1118) - (xy 69.674727 108.971086) - (xy 69.721942 108.930761) - (xy 69.78279 108.918382) - (xy 69.84201 108.937054) - (xy 69.884753 108.982096) - (xy 69.9003 109.042212) - (xy 69.9003 109.19245) - (xy 69.900074 109.199938) - (xy 69.89638 109.260997) - (xy 69.898269 109.271304) - (xy 69.9003 109.293656) - (xy 69.9003 110.963843) - (xy 69.890861 111.011296) - (xy 69.863983 111.051521) - (xy 69.731013 111.18449) - (xy 69.706995 111.208509) - (xy 69.651408 111.240602) - (xy 69.587222 111.240602) - (xy 69.553088 111.231456) - (xy 69.325 111.211501) - (xy 69.096915 111.231456) - (xy 68.875753 111.290717) - (xy 68.668255 111.387474) - (xy 68.480696 111.518805) - (xy 68.318805 111.680696) - (xy 68.318802 111.680699) - (xy 68.318802 111.6807) - (xy 68.311465 111.691178) - (xy 68.187474 111.868255) - (xy 68.18269 111.878515) - (xy 68.136931 111.930689) - (xy 68.070305 111.950106) - (xy 68.003681 111.930684) - (xy 67.957926 111.878506) - (xy 67.955132 111.872515) - (xy 67.904025 111.799526) - (xy 66.825 112.878553) - (xy 66.099526 113.604025) - (xy 66.099526 113.604026) - (xy 66.172515 113.655133) - (xy 66.378673 113.751266) - (xy 66.598397 113.810141) - (xy 66.825 113.829966) - (xy 67.051602 113.810141) - (xy 67.271326 113.751266) - (xy 67.47748 113.655134) - (xy 67.663176 113.525109) - (xy 67.72619 113.50295) - (xy 67.791557 113.516695) - (xy 67.840309 113.562356) - (xy 67.8583 113.626684) - (xy 67.8583 114.533404) - (xy 67.844289 114.590661) - (xy 67.805425 114.634977) - (xy 67.736609 114.683163) - (xy 67.725697 114.690804) - (xy 67.563805 114.852696) - (xy 67.563802 114.852699) - (xy 67.563802 114.8527) - (xy 67.515076 114.922288) - (xy 67.432474 115.040255) - (xy 67.335717 115.247753) - (xy 67.276456 115.468915) - (xy 67.256501 115.697) - (xy 67.276456 115.925084) - (xy 67.276457 115.925087) - (xy 67.308239 116.0437) - (xy 67.335717 116.146246) - (xy 67.432474 116.353744) - (xy 67.432476 116.353746) - (xy 67.432477 116.353749) - (xy 67.563802 116.5413) - (xy 67.7257 116.703198) - (xy 67.913251 116.834523) - (xy 67.939706 116.846859) - (xy 67.956345 116.854618) - (xy 68.008521 116.900375) - (xy 68.02794 116.967) - (xy 68.008521 117.033625) - (xy 67.956344 117.079382) - (xy 67.913251 117.099477) - (xy 67.797263 117.180693) - (xy 67.725696 117.230805) - (xy 67.563805 117.392696) - (xy 67.432474 117.580255) - (xy 67.335717 117.787753) - (xy 67.276456 118.008915) - (xy 67.256501 118.236999) - (xy 67.276456 118.465084) - (xy 67.335717 118.686246) - (xy 67.432474 118.893744) - (xy 67.432476 118.893746) - (xy 67.432477 118.893749) - (xy 67.563802 119.0813) - (xy 67.7257 119.243198) - (xy 67.913251 119.374523) - (xy 67.947701 119.390587) - (xy 67.956345 119.394618) - (xy 68.008521 119.440375) - (xy 68.02794 119.507) - (xy 68.008521 119.573625) - (xy 67.956344 119.619382) - (xy 67.913251 119.639477) - (xy 67.7257 119.770802) - (xy 67.725696 119.770805) - (xy 67.563805 119.932696) - (xy 67.432474 120.120255) - (xy 67.335717 120.327753) - (xy 67.276456 120.548915) - (xy 67.256501 120.776999) - (xy 67.276456 121.005084) - (xy 67.300472 121.09471) - (xy 67.31946 121.165577) - (xy 67.335717 121.226246) - (xy 67.432474 121.433744) - (xy 67.432476 121.433746) - (xy 67.432477 121.433749) - (xy 67.563802 121.6213) - (xy 67.7257 121.783198) - (xy 67.913251 121.914523) - (xy 67.966401 121.939307) - (xy 68.018576 121.985061) - (xy 68.037996 122.051686) - (xy 68.018578 122.118311) - (xy 67.966403 122.164069) - (xy 67.91752 122.186864) - (xy 67.73118 122.317341) - (xy 67.570341 122.47818) - (xy 67.439865 122.664519) - (xy 67.343733 122.870673) - (xy 67.291128 123.066999) - (xy 67.291128 123.067) - (xy 68.696 123.067) - (xy 68.758 123.083613) - (xy 68.803387 123.129) - (xy 68.82 123.191) - (xy 68.82 124.595871) - (xy 69.016326 124.543266) - (xy 69.22248 124.447134) - (xy 69.408819 124.316658) - (xy 69.569658 124.155819) - (xy 69.674725 124.00577) - (xy 69.721942 123.965443) - (xy 69.78279 123.953064) - (xy 69.84201 123.971736) - (xy 69.884753 124.016778) - (xy 69.9003 124.076894) - (xy 69.9003 126.125842) - (xy 69.890861 126.173296) - (xy 69.863979 126.213525) - (xy 69.794689 126.282812) - (xy 69.739103 126.314904) - (xy 69.674917 126.314904) - (xy 69.550086 126.281456) - (xy 69.322 126.261501) - (xy 69.093915 126.281456) - (xy 68.872753 126.340717) - (xy 68.665255 126.437474) - (xy 68.477696 126.568805) - (xy 68.315805 126.730696) - (xy 68.315802 126.730699) - (xy 68.315802 126.7307) - (xy 68.26691 126.800525) - (xy 68.184474 126.918255) - (xy 68.17969 126.928515) - (xy 68.133931 126.980689) - (xy 68.067305 127.000106) - (xy 68.000681 126.980684) - (xy 67.954926 126.928506) - (xy 67.952132 126.922515) - (xy 67.901025 126.849526) - (xy 67.175553 127.575) - (xy 67.175553 127.575001) - (xy 67.901025 128.300472) - (xy 67.952131 128.227485) - (xy 67.954924 128.221496) - (xy 68.000679 128.169316) - (xy 68.067305 128.149893) - (xy 68.133932 128.16931) - (xy 68.179691 128.221486) - (xy 68.184475 128.231745) - (xy 68.184477 128.231749) - (xy 68.315802 128.4193) - (xy 68.4777 128.581198) - (xy 68.557425 128.637022) - (xy 68.596289 128.681339) - (xy 68.6103 128.738596) - (xy 68.6103 129.315851) - (xy 68.595445 129.374702) - (xy 68.554439 129.419452) - (xy 68.497107 129.439379) - (xy 68.341915 129.452956) - (xy 68.120753 129.512217) - (xy 67.913255 129.608974) - (xy 67.91325 129.608977) - (xy 67.913251 129.608977) - (xy 67.747207 129.725243) - (xy 67.725696 129.740305) - (xy 67.563805 129.902196) - (xy 67.563802 129.902199) - (xy 67.563802 129.9022) - (xy 67.562127 129.904592) - (xy 67.432474 130.089755) - (xy 67.335717 130.297253) - (xy 67.276456 130.518415) - (xy 67.256501 130.7465) - (xy 67.276456 130.974584) - (xy 67.335717 131.195746) - (xy 67.432474 131.403244) - (xy 67.432476 131.403246) - (xy 67.432477 131.403249) - (xy 67.563802 131.5908) - (xy 67.7257 131.752698) - (xy 67.913251 131.884023) - (xy 67.956345 131.904118) - (xy 68.00852 131.949872) - (xy 68.02794 132.016497) - (xy 68.008522 132.083122) - (xy 67.956347 132.12888) - (xy 67.913254 132.148975) - (xy 67.913251 132.148976) - (xy 67.913251 132.148977) - (xy 67.747207 132.265243) - (xy 67.725696 132.280305) - (xy 67.563805 132.442196) - (xy 67.432474 132.629755) - (xy 67.335717 132.837253) - (xy 67.276456 133.058415) - (xy 67.256501 133.286499) - (xy 67.276456 133.514584) - (xy 67.335717 133.735746) - (xy 67.432474 133.943244) - (xy 67.432476 133.943246) - (xy 67.432477 133.943249) - (xy 67.563802 134.1308) - (xy 67.7257 134.292698) - (xy 67.805425 134.348522) - (xy 67.844289 134.392839) - (xy 67.8583 134.450096) - (xy 67.8583 134.662904) - (xy 67.844289 134.720161) - (xy 67.805425 134.764477) - (xy 67.736609 134.812663) - (xy 67.725697 134.820304) - (xy 67.563805 134.982196) - (xy 67.563802 134.982199) - (xy 67.563802 134.9822) - (xy 67.498139 135.075975) - (xy 67.432474 135.169755) - (xy 67.335717 135.377253) - (xy 67.276456 135.598415) - (xy 67.256501 135.8265) - (xy 67.27616 136.051201) - (xy 67.269154 136.104419) - (xy 67.240313 136.149689) - (xy 66.881414 136.508588) - (xy 66.875962 136.513721) - (xy 66.830169 136.554291) - (xy 66.795418 136.604635) - (xy 66.790982 136.610664) - (xy 66.753266 136.658806) - (xy 66.748965 136.668362) - (xy 66.73795 136.687893) - (xy 66.731992 136.696525) - (xy 66.710296 136.753732) - (xy 66.707431 136.760648) - (xy 66.682335 136.816409) - (xy 66.680445 136.826724) - (xy 66.674421 136.84833) - (xy 66.670706 136.858125) - (xy 66.663334 136.918834) - (xy 66.662207 136.926236) - (xy 66.65118 136.98641) - (xy 66.65118 136.986412) - (xy 66.65118 136.986413) - (xy 66.654272 137.037523) - (xy 66.654874 137.047472) - (xy 66.6551 137.05496) - (xy 66.6551 141.01654) - (xy 66.654874 141.024027) - (xy 66.653748 141.042648) - (xy 66.65118 141.085088) - (xy 66.662207 141.145262) - (xy 66.663334 141.152665) - (xy 66.667194 141.184452) - (xy 66.657625 141.249276) - (xy 66.616354 141.300172) - (xy 66.554906 141.322928) - (xy 66.361397 141.339858) - (xy 66.141672 141.398733) - (xy 65.935516 141.494865) - (xy 65.862526 141.545973) - (xy 66.853871 142.537318) - (xy 66.885965 142.592905) - (xy 66.885965 142.657093) - (xy 66.853871 142.71268) - (xy 65.862526 143.704025) - (xy 65.862526 143.704026) - (xy 59.6397 143.704026) - (xy 59.6397 142.833944) - (xy 59.652488 142.7791) - (xy 59.688214 142.735568) - (xy 59.739509 142.712327) - (xy 59.795791 142.714168) - (xy 60.009913 142.771543) - (xy 60.238 142.791498) - (xy 60.466087 142.771543) - (xy 60.687243 142.712284) - (xy 60.894749 142.615523) - (xy 60.978291 142.557026) - (xy 62.012526 142.557026) - (xy 62.085515 142.608133) - (xy 62.291673 142.704266) - (xy 62.511397 142.763141) - (xy 62.738 142.782966) - (xy 62.964602 142.763141) - (xy 63.184326 142.704266) - (xy 63.354311 142.625) - (xy 65.283033 142.625) - (xy 65.302858 142.851602) - (xy 65.361733 143.071326) - (xy 65.457866 143.277484) - (xy 65.508972 143.350471) - (xy 65.508974 143.350472) - (xy 66.234446 142.625001) - (xy 66.234446 142.625) - (xy 65.508973 141.899526) - (xy 65.508973 141.899527) - (xy 65.457865 141.972516) - (xy 65.361733 142.178672) - (xy 65.302858 142.398397) - (xy 65.283033 142.625) - (xy 63.354311 142.625) - (xy 63.39048 142.608134) - (xy 63.463472 142.557025) - (xy 62.738001 141.831553) - (xy 62.738 141.831553) - (xy 62.012526 142.557025) - (xy 62.012526 142.557026) - (xy 60.978291 142.557026) - (xy 61.0823 142.484198) - (xy 61.244198 142.3223) - (xy 61.375523 142.134749) - (xy 61.380306 142.12449) - (xy 61.426063 142.072313) - (xy 61.492688 142.052893) - (xy 61.559315 142.072313) - (xy 61.605072 142.12449) - (xy 61.607867 142.130485) - (xy 61.658972 142.203471) - (xy 61.658974 142.203472) - (xy 62.384446 141.478001) - (xy 63.091553 141.478001) - (xy 63.817025 142.203472) - (xy 63.868134 142.13048) - (xy 63.964266 141.924326) - (xy 64.023141 141.704602) - (xy 64.042966 141.477999) - (xy 64.023141 141.251397) - (xy 63.964266 141.031673) - (xy 63.868133 140.825515) - (xy 63.817025 140.752526) - (xy 63.091553 141.478) - (xy 63.091553 141.478001) - (xy 62.384446 141.478001) - (xy 62.384446 141.478) - (xy 61.658973 140.752526) - (xy 61.658973 140.752527) - (xy 61.607863 140.82552) - (xy 61.605067 140.831516) - (xy 61.559308 140.883689) - (xy 61.492683 140.903105) - (xy 61.426059 140.883683) - (xy 61.380305 140.831507) - (xy 61.375524 140.821253) - (xy 61.348965 140.783323) - (xy 61.244198 140.6337) - (xy 61.0823 140.471802) - (xy 61.002574 140.415977) - (xy 60.987662 140.398973) - (xy 62.012526 140.398973) - (xy 62.738 141.124446) - (xy 62.738001 141.124446) - (xy 63.463472 140.398974) - (xy 63.463471 140.398972) - (xy 63.390484 140.347866) - (xy 63.184326 140.251733) - (xy 62.964602 140.192858) - (xy 62.738 140.173033) - (xy 62.511397 140.192858) - (xy 62.291672 140.251733) - (xy 62.085516 140.347865) - (xy 62.012527 140.398973) - (xy 62.012526 140.398973) - (xy 60.987662 140.398973) - (xy 60.963711 140.371661) - (xy 60.9497 140.314404) - (xy 60.9497 139.793649) - (xy 60.964555 139.734798) - (xy 61.005561 139.690048) - (xy 61.062892 139.670121) - (xy 61.178087 139.660043) - (xy 61.399243 139.600784) - (xy 61.606749 139.504023) - (xy 61.7943 139.372698) - (xy 61.956198 139.2108) - (xy 62.087523 139.023249) - (xy 62.184284 138.815743) - (xy 62.243543 138.594587) - (xy 62.263498 138.3665) - (xy 62.243543 138.138413) - (xy 62.184284 137.917257) - (xy 62.087523 137.709751) - (xy 61.956198 137.5222) - (xy 61.7943 137.360302) - (xy 61.606749 137.228977) - (xy 61.563655 137.208882) - (xy 61.511479 137.163125) - (xy 61.492059 137.0965) - (xy 61.511479 137.029875) - (xy 61.563655 136.984118) - (xy 61.566882 136.982612) - (xy 61.606749 136.964023) - (xy 61.7943 136.832698) - (xy 61.956198 136.6708) - (xy 62.087523 136.483249) - (xy 62.184284 136.275743) - (xy 62.243543 136.054587) - (xy 62.263498 135.8265) - (xy 62.243543 135.598413) - (xy 62.184284 135.377257) - (xy 62.087523 135.169751) - (xy 61.956198 134.9822) - (xy 61.7943 134.820302) - (xy 61.606749 134.688977) - (xy 61.563655 134.668882) - (xy 61.511479 134.623125) - (xy 61.492059 134.5565) - (xy 61.511479 134.489875) - (xy 61.563655 134.444118) - (xy 61.566882 134.442612) - (xy 61.606749 134.424023) - (xy 61.7943 134.292698) - (xy 61.956198 134.1308) - (xy 62.087523 133.943249) - (xy 62.184284 133.735743) - (xy 62.243543 133.514587) - (xy 62.263498 133.2865) - (xy 62.243543 133.058413) - (xy 62.184284 132.837257) - (xy 62.101768 132.6603) - (xy 62.087525 132.629755) - (xy 62.087524 132.629754) - (xy 62.087523 132.629751) - (xy 61.956198 132.4422) - (xy 61.7943 132.280302) - (xy 61.786629 132.274931) - (xy 61.747496 132.230092) - (xy 61.733762 132.172179) - (xy 61.748596 132.114537) - (xy 61.78858 132.070448) - (xy 61.8445 132.050069) - (xy 61.859201 132.048489) - (xy 61.859203 132.048488) - (xy 61.859205 132.048488) - (xy 61.944974 132.016497) - (xy 61.996204 131.997389) - (xy 62.113261 131.909761) - (xy 62.200889 131.792704) - (xy 62.251989 131.655701) - (xy 62.2585 131.595138) - (xy 62.2585 129.897862) - (xy 62.251989 129.837299) - (xy 62.251988 129.837297) - (xy 62.251988 129.837294) - (xy 62.200889 129.700296) - (xy 62.113261 129.583238) - (xy 61.996203 129.49561) - (xy 61.859205 129.444511) - (xy 61.828919 129.441255) - (xy 61.798638 129.438) - (xy 60.101362 129.438) - (xy 60.074445 129.440893) - (xy 60.040794 129.444511) - (xy 59.903798 129.495609) - (xy 59.892477 129.504084) - (xy 59.838008 129.544858) - (xy 59.774753 129.569097) - (xy 59.708196 129.556475) - (xy 59.658205 129.510758) - (xy 59.6397 129.445591) - (xy 59.6397 128.654026) - (xy 66.096526 128.654026) - (xy 66.169515 128.705133) - (xy 66.375673 128.801266) - (xy 66.595397 128.860141) - (xy 66.822 128.879966) - (xy 67.048602 128.860141) - (xy 67.268326 128.801266) - (xy 67.47448 128.705134) - (xy 67.547472 128.654025) - (xy 66.822001 127.928553) - (xy 66.822 127.928553) - (xy 66.096526 128.654025) - (xy 66.096526 128.654026) - (xy 59.6397 128.654026) - (xy 59.6397 127.847944) - (xy 59.652488 127.7931) - (xy 59.688214 127.749568) - (xy 59.739509 127.726327) - (xy 59.795791 127.728168) - (xy 60.009913 127.785543) - (xy 60.238 127.805498) - (xy 60.466087 127.785543) - (xy 60.687243 127.726284) - (xy 60.894749 127.629523) - (xy 60.978291 127.571026) - (xy 62.012526 127.571026) - (xy 62.085515 127.622133) - (xy 62.291673 127.718266) - (xy 62.511397 127.777141) - (xy 62.738 127.796966) - (xy 62.964602 127.777141) - (xy 63.184326 127.718266) - (xy 63.39048 127.622134) - (xy 63.457795 127.575) - (xy 65.517033 127.575) - (xy 65.536858 127.801602) - (xy 65.595733 128.021326) - (xy 65.691866 128.227484) - (xy 65.742972 128.300471) - (xy 65.742974 128.300472) - (xy 66.468446 127.575001) - (xy 66.468446 127.575) - (xy 65.742973 126.849526) - (xy 65.742973 126.849527) - (xy 65.691865 126.922516) - (xy 65.595733 127.128672) - (xy 65.536858 127.348397) - (xy 65.517033 127.575) - (xy 63.457795 127.575) - (xy 63.463472 127.571025) - (xy 62.738001 126.845553) - (xy 62.738 126.845553) - (xy 62.012526 127.571025) - (xy 62.012526 127.571026) - (xy 60.978291 127.571026) - (xy 61.0823 127.498198) - (xy 61.244198 127.3363) - (xy 61.375523 127.148749) - (xy 61.380306 127.13849) - (xy 61.426063 127.086313) - (xy 61.492688 127.066893) - (xy 61.559315 127.086313) - (xy 61.605072 127.13849) - (xy 61.607867 127.144485) - (xy 61.658972 127.217471) - (xy 61.658973 127.217472) - (xy 62.384446 126.491999) - (xy 63.091553 126.491999) - (xy 63.817025 127.217472) - (xy 63.868134 127.14448) - (xy 63.964266 126.938326) - (xy 64.023141 126.718602) - (xy 64.042618 126.495973) - (xy 66.096526 126.495973) - (xy 66.821998 127.221446) - (xy 66.821999 127.221446) - (xy 67.547472 126.495973) - (xy 67.547471 126.495972) - (xy 67.474484 126.444866) - (xy 67.268326 126.348733) - (xy 67.048602 126.289858) - (xy 66.822 126.270033) - (xy 66.595397 126.289858) - (xy 66.375672 126.348733) - (xy 66.169516 126.444865) - (xy 66.096526 126.495973) - (xy 64.042618 126.495973) - (xy 64.042966 126.492) - (xy 64.023141 126.265397) - (xy 63.964266 126.045673) - (xy 63.868133 125.839515) - (xy 63.817025 125.766526) - (xy 63.091553 126.491998) - (xy 63.091553 126.491999) - (xy 62.384446 126.491999) - (xy 61.698019 125.805572) - (xy 61.671139 125.765344) - (xy 61.6617 125.717891) - (xy 61.6617 125.412973) - (xy 62.012526 125.412973) - (xy 62.738 126.138446) - (xy 62.738001 126.138446) - (xy 63.463472 125.412974) - (xy 63.463471 125.412972) - (xy 63.390484 125.361866) - (xy 63.184326 125.265733) - (xy 62.964602 125.206858) - (xy 62.738 125.187033) - (xy 62.511397 125.206858) - (xy 62.291672 125.265733) - (xy 62.085516 125.361865) - (xy 62.012527 125.412973) - (xy 62.012526 125.412973) - (xy 61.6617 125.412973) - (xy 61.6617 124.480596) - (xy 61.675711 124.423339) - (xy 61.714574 124.379022) - (xy 61.7943 124.323198) - (xy 61.956198 124.1613) - (xy 62.087523 123.973749) - (xy 62.184284 123.766243) - (xy 62.237671 123.567) - (xy 67.291128 123.567) - (xy 67.343733 123.763326) - (xy 67.439865 123.96948) - (xy 67.570341 124.155819) - (xy 67.73118 124.316658) - (xy 67.917519 124.447134) - (xy 68.123673 124.543266) - (xy 68.319999 124.595871) - (xy 68.32 124.595872) - (xy 68.32 123.567) - (xy 67.291128 123.567) - (xy 62.237671 123.567) - (xy 62.243543 123.545087) - (xy 62.263498 123.317) - (xy 62.243543 123.088913) - (xy 62.184284 122.867757) - (xy 62.134839 122.761721) - (xy 62.087525 122.660255) - (xy 62.087524 122.660254) - (xy 62.087523 122.660251) - (xy 61.956198 122.4727) - (xy 61.7943 122.310802) - (xy 61.606749 122.179477) - (xy 61.595003 122.174) - (xy 61.563655 122.159382) - (xy 61.511479 122.113625) - (xy 61.492059 122.047) - (xy 61.511479 121.980375) - (xy 61.563655 121.934618) - (xy 61.572299 121.930587) - (xy 61.606749 121.914523) - (xy 61.7943 121.783198) - (xy 61.956198 121.6213) - (xy 62.087523 121.433749) - (xy 62.184284 121.226243) - (xy 62.243543 121.005087) - (xy 62.263498 120.777) - (xy 62.243543 120.548913) - (xy 62.184284 120.327757) - (xy 62.087523 120.120251) - (xy 61.956198 119.9327) - (xy 61.7943 119.770802) - (xy 61.606749 119.639477) - (xy 61.563655 119.619382) - (xy 61.511479 119.573625) - (xy 61.492059 119.507) - (xy 61.511479 119.440375) - (xy 61.563655 119.394618) - (xy 61.572299 119.390587) - (xy 61.606749 119.374523) - (xy 61.7943 119.243198) - (xy 61.956198 119.0813) - (xy 62.087523 118.893749) - (xy 62.184284 118.686243) - (xy 62.243543 118.465087) - (xy 62.263498 118.237) - (xy 62.243543 118.008913) - (xy 62.184284 117.787757) - (xy 62.087523 117.580251) - (xy 61.956198 117.3927) - (xy 61.7943 117.230802) - (xy 61.786629 117.225431) - (xy 61.747496 117.180592) - (xy 61.733762 117.122679) - (xy 61.748596 117.065037) - (xy 61.78858 117.020948) - (xy 61.8445 117.000569) - (xy 61.859201 116.998989) - (xy 61.859203 116.998988) - (xy 61.859205 116.998988) - (xy 61.945947 116.966634) - (xy 61.996204 116.947889) - (xy 62.113261 116.860261) - (xy 62.200889 116.743204) - (xy 62.227479 116.671915) - (xy 62.251988 116.606205) - (xy 62.251988 116.606203) - (xy 62.251989 116.606201) - (xy 62.2585 116.545638) - (xy 62.2585 114.848362) - (xy 62.251989 114.787799) - (xy 62.251988 114.787797) - (xy 62.251988 114.787794) - (xy 62.200889 114.650796) - (xy 62.113261 114.533738) - (xy 61.996203 114.44611) - (xy 61.859205 114.395011) - (xy 61.828919 114.391755) - (xy 61.798638 114.3885) - (xy 60.101362 114.3885) - (xy 60.074445 114.391393) - (xy 60.040794 114.395011) - (xy 59.903798 114.446109) - (xy 59.883562 114.461258) - (xy 59.838008 114.495358) - (xy 59.774753 114.519597) - (xy 59.708196 114.506975) - (xy 59.658205 114.461258) - (xy 59.6397 114.396091) - (xy 59.6397 112.867303) - (xy 59.652488 112.812459) - (xy 59.688214 112.768927) - (xy 59.739509 112.745686) - (xy 59.795791 112.747527) - (xy 59.989913 112.799543) - (xy 60.218 112.819498) - (xy 60.446087 112.799543) - (xy 60.667243 112.740284) - (xy 60.874749 112.643523) - (xy 60.958291 112.585026) - (xy 61.992526 112.585026) - (xy 62.065515 112.636133) - (xy 62.271673 112.732266) - (xy 62.491397 112.791141) - (xy 62.718 112.810966) - (xy 62.944602 112.791141) - (xy 63.164326 112.732266) - (xy 63.37048 112.636134) - (xy 63.443472 112.585025) - (xy 63.383446 112.524999) - (xy 65.520033 112.524999) - (xy 65.539858 112.751602) - (xy 65.598733 112.971326) - (xy 65.694866 113.177484) - (xy 65.745972 113.250471) - (xy 65.745973 113.250472) - (xy 66.471446 112.524999) - (xy 66.471446 112.524998) - (xy 65.745973 111.799527) - (xy 65.694865 111.872516) - (xy 65.598733 112.078672) - (xy 65.539858 112.298397) - (xy 65.520033 112.524999) - (xy 63.383446 112.524999) - (xy 62.718001 111.859553) - (xy 62.718 111.859553) - (xy 61.992526 112.585025) - (xy 61.992526 112.585026) - (xy 60.958291 112.585026) - (xy 61.0623 112.512198) - (xy 61.224198 112.3503) - (xy 61.355523 112.162749) - (xy 61.360306 112.15249) - (xy 61.406063 112.100313) - (xy 61.472688 112.080893) - (xy 61.539315 112.100313) - (xy 61.585072 112.15249) - (xy 61.587867 112.158485) - (xy 61.638972 112.231471) - (xy 61.638974 112.231472) - (xy 62.364446 111.506001) - (xy 63.071553 111.506001) - (xy 63.797025 112.231472) - (xy 63.848134 112.15848) - (xy 63.944266 111.952326) - (xy 64.003141 111.732602) - (xy 64.022966 111.505999) - (xy 64.017714 111.445973) - (xy 66.099526 111.445973) - (xy 66.824998 112.171446) - (xy 66.824999 112.171446) - (xy 67.550472 111.445973) - (xy 67.550471 111.445972) - (xy 67.477484 111.394866) - (xy 67.271326 111.298733) - (xy 67.051602 111.239858) - (xy 66.825 111.220033) - (xy 66.598397 111.239858) - (xy 66.378672 111.298733) - (xy 66.172516 111.394865) - (xy 66.099526 111.445973) - (xy 64.017714 111.445973) - (xy 64.003141 111.279397) - (xy 63.944266 111.059673) - (xy 63.848133 110.853515) - (xy 63.797025 110.780526) - (xy 63.071553 111.506) - (xy 63.071553 111.506001) - (xy 62.364446 111.506001) - (xy 62.364446 111.506) - (xy 61.638973 110.780526) - (xy 61.638973 110.780527) - (xy 61.587863 110.85352) - (xy 61.585067 110.859516) - (xy 61.539308 110.911689) - (xy 61.472683 110.931105) - (xy 61.406059 110.911683) - (xy 61.360305 110.859507) - (xy 61.355524 110.849253) - (xy 61.355523 110.849251) - (xy 61.224198 110.6617) - (xy 61.0623 110.499802) - (xy 60.982574 110.443977) - (xy 60.967662 110.426973) - (xy 61.992526 110.426973) - (xy 62.718 111.152446) - (xy 62.718001 111.152446) - (xy 63.443472 110.426974) - (xy 63.443471 110.426972) - (xy 63.370484 110.375866) - (xy 63.164326 110.279733) - (xy 62.944602 110.220858) - (xy 62.718 110.201033) - (xy 62.491397 110.220858) - (xy 62.271672 110.279733) - (xy 62.065516 110.375865) - (xy 61.992527 110.426973) - (xy 61.992526 110.426973) - (xy 60.967662 110.426973) - (xy 60.943711 110.399661) - (xy 60.9297 110.342404) - (xy 60.9297 109.696399) - (xy 60.944555 109.637548) - (xy 60.985561 109.592798) - (xy 61.042893 109.572871) - (xy 61.072471 109.570283) - (xy 61.178087 109.561043) - (xy 61.399243 109.501784) - (xy 61.606749 109.405023) - (xy 61.7943 109.273698) - (xy 61.956198 109.1118) - (xy 62.087523 108.924249) - (xy 62.184284 108.716743) - (xy 62.243543 108.495587) - (xy 62.263498 108.2675) - (xy 62.243543 108.039413) - (xy 62.184284 107.818257) - (xy 62.087523 107.610751) - (xy 61.956198 107.4232) - (xy 61.7943 107.261302) - (xy 61.606749 107.129977) - (xy 61.605181 107.129246) - (xy 61.563655 107.109882) - (xy 61.511479 107.064125) - (xy 61.492059 106.9975) - (xy 61.511479 106.930875) - (xy 61.563655 106.885118) - (xy 61.566882 106.883612) - (xy 61.606749 106.865023) - (xy 61.7943 106.733698) - (xy 61.956198 106.5718) - (xy 62.087523 106.384249) - (xy 62.184284 106.176743) - (xy 62.243543 105.955587) - (xy 62.263498 105.7275) - (xy 62.243543 105.499413) - (xy 62.184284 105.278257) - (xy 62.087523 105.070751) - (xy 61.956198 104.8832) - (xy 61.7943 104.721302) - (xy 61.606749 104.589977) - (xy 61.605181 104.589246) - (xy 61.563655 104.569882) - (xy 61.511479 104.524125) - (xy 61.492059 104.4575) - (xy 61.511479 104.390875) - (xy 61.563655 104.345118) - (xy 61.566882 104.343612) - (xy 61.606749 104.325023) - (xy 61.7943 104.193698) - (xy 61.956198 104.0318) - (xy 62.087523 103.844249) - (xy 62.184284 103.636743) - (xy 62.243543 103.415587) - (xy 62.263498 103.1875) - (xy 62.243543 102.959413) - (xy 62.184284 102.738257) - (xy 62.087523 102.530751) - (xy 61.956198 102.3432) - (xy 61.7943 102.181302) - (xy 61.786629 102.175931) - (xy 61.747496 102.131092) - (xy 61.733762 102.073179) - (xy 61.748596 102.015537) - (xy 61.78858 101.971448) - (xy 61.8445 101.951069) - (xy 61.859201 101.949489) - (xy 61.859203 101.949488) - (xy 61.859205 101.949488) - (xy 61.944966 101.9175) - (xy 61.996204 101.898389) - (xy 62.113261 101.810761) - (xy 62.200889 101.693704) - (xy 62.230516 101.614272) - (xy 62.251988 101.556705) - (xy 62.251988 101.556703) - (xy 62.251989 101.556701) - (xy 62.2585 101.496138) - (xy 62.2585 99.798862) - (xy 62.251989 99.738299) - (xy 62.251988 99.738297) - (xy 62.251988 99.738294) - (xy 62.200889 99.601296) - (xy 62.113261 99.484238) - (xy 61.996203 99.39661) - (xy 61.859205 99.345511) - (xy 61.828919 99.342255) - (xy 61.798638 99.339) - (xy 60.101362 99.339) - (xy 60.074445 99.341893) - (xy 60.040794 99.345511) - (xy 59.903798 99.396609) - (xy 59.892258 99.405248) - (xy 59.838008 99.445858) - (xy 59.774753 99.470097) - (xy 59.708196 99.457475) - (xy 59.658205 99.411758) - (xy 59.6397 99.346591) - (xy 59.6397 97.881303) - (xy 59.652488 97.826459) - (xy 59.688214 97.782927) - (xy 59.739509 97.759686) - (xy 59.795791 97.761527) - (xy 59.989913 97.813543) - (xy 60.218 97.833498) - (xy 60.446087 97.813543) - (xy 60.667243 97.754284) - (xy 60.874749 97.657523) - (xy 60.958291 97.599026) - (xy 61.992526 97.599026) - (xy 62.065515 97.650133) - (xy 62.271673 97.746266) - (xy 62.491397 97.805141) - (xy 62.718 97.824966) - (xy 62.944602 97.805141) - (xy 63.164326 97.746266) - (xy 63.37048 97.650134) - (xy 63.443472 97.599025) - (xy 63.244446 97.399999) - (xy 65.645033 97.399999) - (xy 65.664858 97.626602) - (xy 65.723733 97.846326) - (xy 65.819866 98.052484) - (xy 65.870972 98.125471) - (xy 65.870974 98.125472) - (xy 66.596446 97.400001) - (xy 66.596446 97.4) - (xy 65.870973 96.674526) - (xy 65.870973 96.674527) - (xy 65.819865 96.747516) - (xy 65.723733 96.953672) - (xy 65.664858 97.173397) - (xy 65.645033 97.399999) - (xy 63.244446 97.399999) - (xy 62.718001 96.873553) - (xy 62.718 96.873553) - (xy 61.992526 97.599025) - (xy 61.992526 97.599026) - (xy 60.958291 97.599026) - (xy 61.0623 97.526198) - (xy 61.224198 97.3643) - (xy 61.355523 97.176749) - (xy 61.360306 97.16649) - (xy 61.406063 97.114313) - (xy 61.472688 97.094893) - (xy 61.539315 97.114313) - (xy 61.585072 97.16649) - (xy 61.587867 97.172485) - (xy 61.638972 97.245471) - (xy 61.638973 97.245472) - (xy 62.364446 96.519999) - (xy 63.071553 96.519999) - (xy 63.797025 97.245472) - (xy 63.848134 97.17248) - (xy 63.944266 96.966326) - (xy 64.003141 96.746602) - (xy 64.022966 96.519999) - (xy 64.005554 96.320973) - (xy 66.224526 96.320973) - (xy 66.95 97.046446) - (xy 66.950001 97.046446) - (xy 67.675472 96.320974) - (xy 67.675471 96.320972) - (xy 67.602484 96.269866) - (xy 67.396326 96.173733) - (xy 67.176602 96.114858) - (xy 66.95 96.095033) - (xy 66.723397 96.114858) - (xy 66.503672 96.173733) - (xy 66.297516 96.269865) - (xy 66.224527 96.320973) - (xy 66.224526 96.320973) - (xy 64.005554 96.320973) - (xy 64.003141 96.293397) - (xy 63.944266 96.073673) - (xy 63.848133 95.867515) - (xy 63.797025 95.794526) - (xy 63.071553 96.519998) - (xy 63.071553 96.519999) - (xy 62.364446 96.519999) - (xy 62.364446 96.519998) - (xy 61.638973 95.794527) - (xy 61.587863 95.86752) - (xy 61.585067 95.873516) - (xy 61.539308 95.925689) - (xy 61.472683 95.945105) - (xy 61.406059 95.925683) - (xy 61.360305 95.873507) - (xy 61.358558 95.869761) - (xy 61.355523 95.863251) - (xy 61.224198 95.6757) - (xy 61.0623 95.513802) - (xy 60.982574 95.457977) - (xy 60.967662 95.440973) - (xy 61.992526 95.440973) - (xy 62.718 96.166446) - (xy 62.718001 96.166446) - (xy 63.443472 95.440974) - (xy 63.443471 95.440972) - (xy 63.370484 95.389866) - (xy 63.164326 95.293733) - (xy 62.944602 95.234858) - (xy 62.718 95.215033) - (xy 62.491397 95.234858) - (xy 62.271672 95.293733) - (xy 62.065516 95.389865) - (xy 61.992527 95.440973) - (xy 61.992526 95.440973) - (xy 60.967662 95.440973) - (xy 60.943711 95.413661) - (xy 60.9297 95.356404) - (xy 60.9297 94.646899) - (xy 60.944555 94.588048) - (xy 60.985561 94.543298) - (xy 61.042893 94.523371) - (xy 61.072471 94.520783) - (xy 61.178087 94.511543) - (xy 61.399243 94.452284) - (xy 61.606749 94.355523) - (xy 61.7943 94.224198) - (xy 61.956198 94.0623) - (xy 62.087523 93.874749) - (xy 62.184284 93.667243) - (xy 62.243543 93.446087) - (xy 62.263498 93.218) - (xy 62.243543 92.989913) - (xy 62.184284 92.768757) - (xy 62.107806 92.604749) - (xy 62.087525 92.561255) - (xy 62.087524 92.561254) - (xy 62.087523 92.561251) - (xy 61.956198 92.3737) - (xy 61.7943 92.211802) - (xy 61.606749 92.080477) - (xy 61.595775 92.07536) - (xy 61.563655 92.060382) - (xy 61.511479 92.014625) - (xy 61.492059 91.948) - (xy 61.511479 91.881375) - (xy 61.563655 91.835618) - (xy 61.566882 91.834112) - (xy 61.606749 91.815523) - (xy 61.7943 91.684198) - (xy 61.956198 91.5223) - (xy 62.087523 91.334749) - (xy 62.184284 91.127243) - (xy 62.243543 90.906087) - (xy 62.263498 90.678) - (xy 62.243543 90.449913) - (xy 62.184284 90.228757) - (xy 62.09231 90.031516) - (xy 62.087525 90.021255) - (xy 62.087524 90.021253) - (xy 62.087523 90.021251) - (xy 61.956198 89.8337) - (xy 61.7943 89.671802) - (xy 61.606749 89.540477) - (xy 61.563653 89.520381) - (xy 61.511478 89.474623) - (xy 61.492059 89.407997) - (xy 61.51148 89.341372) - (xy 61.563654 89.295618) - (xy 61.606749 89.275523) - (xy 61.7943 89.144198) - (xy 61.956198 88.9823) - (xy 62.087523 88.794749) - (xy 62.184284 88.587243) - (xy 62.243543 88.366087) - (xy 62.263498 88.138) - (xy 62.243543 87.909913) - (xy 62.184284 87.688757) - (xy 62.109929 87.529301) - (xy 62.087525 87.481255) - (xy 62.087524 87.481254) - (xy 62.087523 87.481251) - (xy 61.956198 87.2937) - (xy 61.7943 87.131802) - (xy 61.786629 87.126431) - (xy 61.747496 87.081592) - (xy 61.733762 87.023679) - (xy 61.748596 86.966037) - (xy 61.78858 86.921948) - (xy 61.8445 86.901569) - (xy 61.859201 86.899989) - (xy 61.859203 86.899988) - (xy 61.859205 86.899988) - (xy 61.963929 86.860927) - (xy 61.996204 86.848889) - (xy 62.113261 86.761261) - (xy 62.200889 86.644204) - (xy 62.251989 86.507201) - (xy 62.2585 86.446638) - (xy 62.2585 84.749362) - (xy 62.251989 84.688799) - (xy 62.251988 84.688797) - (xy 62.251988 84.688794) - (xy 62.200889 84.551796) - (xy 62.113261 84.434738) - (xy 61.996203 84.34711) - (xy 61.859205 84.296011) - (xy 61.828919 84.292755) - (xy 61.798638 84.2895) - (xy 60.101362 84.2895) - (xy 60.074445 84.292393) - (xy 60.040794 84.296011) - (xy 59.903798 84.347109) - (xy 59.885574 84.360752) - (xy 59.838008 84.396358) - (xy 59.774753 84.420597) - (xy 59.708196 84.407975) - (xy 59.658205 84.362258) - (xy 59.6397 84.297091) - (xy 59.6397 83.479026) - (xy 65.824526 83.479026) - (xy 65.897515 83.530133) - (xy 66.103673 83.626266) - (xy 66.323397 83.685141) - (xy 66.55 83.704966) - (xy 66.776602 83.685141) - (xy 66.996326 83.626266) - (xy 67.20248 83.530134) - (xy 67.275472 83.479025) - (xy 66.550001 82.753553) - (xy 66.55 82.753553) - (xy 65.824526 83.479025) - (xy 65.824526 83.479026) - (xy 59.6397 83.479026) - (xy 59.6397 82.814908) - (xy 59.647936 82.770472) - (xy 59.661292 82.748674) - (xy 59.660524 82.748231) - (xy 59.762527 82.571556) - (xy 59.785595 82.50056) - (xy 59.818269 82.4) - (xy 65.245033 82.4) - (xy 65.264858 82.626602) - (xy 65.323733 82.846326) - (xy 65.419866 83.052484) - (xy 65.470972 83.125471) - (xy 65.470974 83.125472) - (xy 66.196446 82.400001) - (xy 66.196446 82.4) - (xy 65.470973 81.674526) - (xy 65.470973 81.674527) - (xy 65.419865 81.747516) - (xy 65.323733 81.953672) - (xy 65.264858 82.173397) - (xy 65.245033 82.4) - (xy 59.818269 82.4) - (xy 59.821542 82.389928) - (xy 59.841504 82.2) - (xy 59.821542 82.010072) - (xy 59.762527 81.828444) - (xy 59.762527 81.828443) - (xy 59.667042 81.663058) - (xy 59.628471 81.620221) - (xy 59.539253 81.521134) - (xy 59.442901 81.45113) - (xy 59.384751 81.408881) - (xy 59.210285 81.331204) - (xy 59.162151 81.320973) - (xy 65.824526 81.320973) - (xy 66.55 82.046446) - (xy 66.550001 82.046446) - (xy 67.275472 81.320974) - (xy 67.275471 81.320972) - (xy 67.202484 81.269866) - (xy 66.996326 81.173733) - (xy 66.776602 81.114858) - (xy 66.55 81.095033) - (xy 66.323397 81.114858) - (xy 66.103672 81.173733) - (xy 65.897516 81.269865) - (xy 65.824527 81.320973) - (xy 65.824526 81.320973) - (xy 59.162151 81.320973) - (xy 59.023489 81.2915) - (xy 59.023487 81.2915) - (xy 58.832513 81.2915) - (xy 58.832511 81.2915) - (xy 58.645714 81.331204) - (xy 58.471248 81.408881) - (xy 58.316748 81.521133) - (xy 58.188957 81.663058) - (xy 58.093472 81.828443) - (xy 58.034458 82.01007) - (xy 58.014496 82.2) - (xy 58.034458 82.389929) - (xy 58.093472 82.571556) - (xy 58.195476 82.748231) - (xy 58.194707 82.748674) - (xy 58.208064 82.770472) - (xy 58.2163 82.814908) - (xy 58.2163 84.236697) - (xy 58.203512 84.291541) - (xy 58.167786 84.335073) - (xy 58.116491 84.358314) - (xy 58.060208 84.356472) - (xy 57.8697 84.305425) - (xy 57.866084 84.304456) - (xy 57.637999 84.284501) - (xy 57.409915 84.304456) - (xy 57.188753 84.363717) - (xy 56.981255 84.460474) - (xy 56.793696 84.591805) - (xy 56.631805 84.753696) - (xy 56.500471 84.941259) - (xy 56.500376 84.941465) - (xy 56.500137 84.941736) - (xy 56.494255 84.950138) - (xy 56.493334 84.949493) - (xy 56.454615 84.993636) - (xy 56.387989 85.01305) - (xy 56.321366 84.993625) - (xy 56.282667 84.949492) - (xy 56.281745 84.950138) - (xy 56.275843 84.94171) - (xy 56.275615 84.94145) - (xy 56.275523 84.941251) - (xy 56.144198 84.7537) - (xy 55.9823 84.591802) - (xy 55.794749 84.460477) - (xy 55.794746 84.460476) - (xy 55.794744 84.460474) - (xy 55.587246 84.363717) - (xy 55.587243 84.363716) - (xy 55.452487 84.327608) - (xy 55.366084 84.304456) - (xy 55.137999 84.284501) - (xy 54.909915 84.304456) - (xy 54.688753 84.363717) - (xy 54.481255 84.460474) - (xy 54.293696 84.591805) - (xy 54.131805 84.753696) - (xy 54.000474 84.941255) - (xy 53.903717 85.148753) - (xy 53.844456 85.369915) - (xy 53.824501 85.597999) - (xy 52.1117 85.597999) - (xy 52.1117 75.946158) - (xy 52.121139 75.898705) - (xy 52.148016 75.858479) - (xy 52.469106 75.537388) - (xy 52.518953 75.506985) - (xy 52.57719 75.502764) - (xy 52.719431 75.5265) - (xy 52.944569 75.5265) - (xy 53.166635 75.489444) - (xy 53.379574 75.416342) - (xy 53.577576 75.309189) - (xy 53.75524 75.170906) - (xy 53.907722 75.005268) - (xy 54.03086 74.816791) - (xy 54.121296 74.610616) - (xy 54.176564 74.392368) - (xy 54.195156 74.168) - (xy 54.176564 73.943632) - (xy 54.121296 73.725384) - (xy 54.03086 73.519209) - (xy 53.954284 73.402) - (xy 55.719505 73.402) - (xy 55.77224 73.587351) - (xy 55.871365 73.786422) - (xy 56.00539 73.963899) - (xy 56.169737 74.113721) - (xy 56.358821 74.230797) - (xy 56.566199 74.311135) - (xy 56.646 74.326052) - (xy 56.646 73.402) - (xy 57.146 73.402) - (xy 57.146 74.326052) - (xy 57.2258 74.311135) - (xy 57.433178 74.230797) - (xy 57.622262 74.113721) - (xy 57.786609 73.963899) - (xy 57.920634 73.786422) - (xy 58.019759 73.587351) - (xy 58.072495 73.402) - (xy 57.146 73.402) - (xy 56.646 73.402) - (xy 55.719505 73.402) - (xy 53.954284 73.402) - (xy 53.907722 73.330732) - (xy 53.75524 73.165094) - (xy 53.738416 73.151999) - (xy 60.762883 73.151999) - (xy 60.781313 73.362652) - (xy 60.836044 73.566911) - (xy 60.90994 73.725381) - (xy 60.925411 73.758558) - (xy 61.046699 73.931776) - (xy 61.196224 74.081301) - (xy 61.369442 74.202589) - (xy 61.56109 74.291956) - (xy 61.765345 74.346686) - (xy 61.976 74.365116) - (xy 62.186655 74.346686) - (xy 62.39091 74.291956) - (xy 62.582558 74.202589) - (xy 62.755776 74.081301) - (xy 62.787613 74.049463) - (xy 62.843198 74.017371) - (xy 62.907385 74.01737) - (xy 62.962973 74.049463) - (xy 62.995068 74.105051) - (xy 62.995068 74.169238) - (xy 62.988456 74.193913) - (xy 62.968501 74.421999) - (xy 62.988456 74.650084) - (xy 62.988457 74.650087) - (xy 63.027295 74.795033) - (xy 63.047717 74.871246) - (xy 63.144474 75.078744) - (xy 63.144476 75.078746) - (xy 63.144477 75.078749) - (xy 63.275802 75.2663) - (xy 63.4377 75.428198) - (xy 63.625251 75.559523) - (xy 63.832757 75.656284) - (xy 64.053913 75.715543) - (xy 64.282 75.735498) - (xy 64.510087 75.715543) - (xy 64.731243 75.656284) - (xy 64.938749 75.559523) - (xy 65.1263 75.428198) - (xy 65.288198 75.2663) - (xy 65.419523 75.078749) - (xy 65.424306 75.06849) - (xy 65.470063 75.016313) - (xy 65.536688 74.996893) - (xy 65.603315 75.016313) - (xy 65.649072 75.06849) - (xy 65.651867 75.074485) - (xy 65.702972 75.147471) - (xy 65.702974 75.147472) - (xy 66.428446 74.422001) - (xy 66.428446 74.422) - (xy 65.702973 73.696526) - (xy 65.702973 73.696527) - (xy 65.651863 73.76952) - (xy 65.649067 73.775516) - (xy 65.603308 73.827689) - (xy 65.536683 73.847105) - (xy 65.470059 73.827683) - (xy 65.424305 73.775507) - (xy 65.419524 73.765253) - (xy 65.408995 73.750216) - (xy 65.288198 73.5777) - (xy 65.1263 73.415802) - (xy 64.938749 73.284477) - (xy 64.938746 73.284476) - (xy 64.938744 73.284474) - (xy 64.731246 73.187717) - (xy 64.731243 73.187716) - (xy 64.54144 73.136858) - (xy 64.510084 73.128456) - (xy 64.282 73.108501) - (xy 64.053915 73.128456) - (xy 63.832753 73.187717) - (xy 63.625255 73.284474) - (xy 63.563068 73.328018) - (xy 63.457412 73.402) - (xy 63.437699 73.415803) - (xy 63.38073 73.472772) - (xy 63.325134 73.504867) - (xy 63.26094 73.504861) - (xy 63.205351 73.472754) - (xy 63.173266 73.417153) - (xy 63.173278 73.373772) - (xy 63.169741 73.373463) - (xy 63.189116 73.151999) - (xy 63.170686 72.941347) - (xy 63.170686 72.941345) - (xy 63.115956 72.73709) - (xy 63.026589 72.545442) - (xy 62.905301 72.372224) - (xy 62.755776 72.222699) - (xy 62.582558 72.101411) - (xy 62.522064 72.073202) - (xy 62.390911 72.012044) - (xy 62.186652 71.957313) - (xy 61.975999 71.938883) - (xy 61.765347 71.957313) - (xy 61.561088 72.012044) - (xy 61.369441 72.101411) - (xy 61.196223 72.222699) - (xy 61.046699 72.372223) - (xy 60.925411 72.545441) - (xy 60.836044 72.737088) - (xy 60.781313 72.941347) - (xy 60.762883 73.151999) - (xy 53.738416 73.151999) - (xy 53.577576 73.026811) - (xy 53.541067 73.007053) - (xy 53.493563 72.961474) - (xy 53.477187 72.902) - (xy 55.719505 72.902) - (xy 56.646 72.902) - (xy 56.646 71.977948) - (xy 57.146 71.977948) - (xy 57.146 72.902) - (xy 58.072495 72.902) - (xy 58.019759 72.716648) - (xy 57.920634 72.517577) - (xy 57.786609 72.3401) - (xy 57.622262 72.190278) - (xy 57.433178 72.073202) - (xy 57.2258 71.992864) - (xy 57.146 71.977948) - (xy 56.646 71.977948) - (xy 56.566199 71.992864) - (xy 56.358821 72.073202) - (xy 56.169737 72.190278) - (xy 56.00539 72.3401) - (xy 55.871365 72.517577) - (xy 55.77224 72.716648) - (xy 55.719505 72.902) - (xy 53.477187 72.902) - (xy 53.476086 72.898) - (xy 53.493563 72.834526) - (xy 53.541067 72.788946) - (xy 53.577576 72.769189) - (xy 53.75524 72.630906) - (xy 53.907722 72.465268) - (xy 54.03086 72.276791) - (xy 54.121296 72.070616) - (xy 54.176564 71.852368) - (xy 54.195156 71.628) - (xy 54.176564 71.403632) - (xy 54.170885 71.381206) - (xy 54.171539 71.317849) - (xy 54.203407 71.263087) - (xy 54.406494 71.06) - (xy 64.212501 71.06) - (xy 64.232456 71.288084) - (xy 64.291717 71.509246) - (xy 64.388474 71.716744) - (xy 64.388476 71.716746) - (xy 64.388477 71.716749) - (xy 64.519802 71.9043) - (xy 64.6817 72.066198) - (xy 64.869251 72.197523) - (xy 65.076757 72.294284) - (xy 65.297913 72.353543) - (xy 65.449971 72.366846) - (xy 65.525999 72.373498) - (xy 65.525999 72.373497) - (xy 65.526 72.373498) - (xy 65.754087 72.353543) - (xy 65.975243 72.294284) - (xy 66.182749 72.197523) - (xy 66.3703 72.066198) - (xy 66.532198 71.9043) - (xy 66.663523 71.716749) - (xy 66.760284 71.509243) - (xy 66.819543 71.288087) - (xy 66.839498 71.06) - (xy 66.819543 70.831913) - (xy 66.760284 70.610757) - (xy 66.702487 70.486811) - (xy 66.663525 70.403255) - (xy 66.663524 70.403254) - (xy 66.663523 70.403251) - (xy 66.532198 70.2157) - (xy 66.3703 70.053802) - (xy 66.182749 69.922477) - (xy 66.182748 69.922476) - (xy 66.182746 69.922475) - (xy 66.129598 69.897692) - (xy 66.077422 69.851934) - (xy 66.058003 69.785309) - (xy 66.077423 69.718683) - (xy 66.1296 69.672927) - (xy 66.178481 69.650133) - (xy 66.364819 69.519658) - (xy 66.525658 69.358819) - (xy 66.656134 69.17248) - (xy 66.752266 68.966326) - (xy 66.804872 68.77) - (xy 64.247128 68.77) - (xy 64.299733 68.966326) - (xy 64.395865 69.17248) - (xy 64.526341 69.358819) - (xy 64.68718 69.519658) - (xy 64.873516 69.650132) - (xy 64.9224 69.672927) - (xy 64.974576 69.718684) - (xy 64.993996 69.785309) - (xy 64.974577 69.851934) - (xy 64.922402 69.897691) - (xy 64.869256 69.922474) - (xy 64.869255 69.922475) - (xy 64.869251 69.922477) - (xy 64.727752 70.021556) - (xy 64.681696 70.053805) - (xy 64.519805 70.215696) - (xy 64.519802 70.215699) - (xy 64.519802 70.2157) - (xy 64.496523 70.248946) - (xy 64.388474 70.403255) - (xy 64.291717 70.610753) - (xy 64.232456 70.831915) - (xy 64.212501 71.06) - (xy 54.406494 71.06) - (xy 55.207144 70.259351) - (xy 55.247373 70.232471) - (xy 55.294826 70.223032) - (xy 55.854482 70.223032) - (xy 55.911739 70.237043) - (xy 55.956056 70.275908) - (xy 55.966699 70.291108) - (xy 56.116224 70.440633) - (xy 56.289442 70.561921) - (xy 56.48109 70.651288) - (xy 56.685345 70.706018) - (xy 56.896 70.724448) - (xy 57.106655 70.706018) - (xy 57.31091 70.651288) - (xy 57.502558 70.561921) - (xy 57.675776 70.440633) - (xy 57.825301 70.291108) - (xy 57.946589 70.11789) - (xy 58.035956 69.926242) - (xy 58.090686 69.721987) - (xy 58.109116 69.511332) - (xy 58.109116 69.511331) - (xy 60.762883 69.511331) - (xy 60.781313 69.721984) - (xy 60.836044 69.926243) - (xy 60.912828 70.090905) - (xy 60.925411 70.11789) - (xy 61.046699 70.291108) - (xy 61.196224 70.440633) - (xy 61.369442 70.561921) - (xy 61.56109 70.651288) - (xy 61.765345 70.706018) - (xy 61.976 70.724448) - (xy 62.186655 70.706018) - (xy 62.39091 70.651288) - (xy 62.582558 70.561921) - (xy 62.755776 70.440633) - (xy 62.905301 70.291108) - (xy 63.026589 70.11789) - (xy 63.115956 69.926242) - (xy 63.170686 69.721987) - (xy 63.189116 69.511332) - (xy 63.170686 69.300677) - (xy 63.115956 69.096422) - (xy 63.026589 68.904774) - (xy 62.905301 68.731556) - (xy 62.755776 68.582031) - (xy 62.582558 68.460743) - (xy 62.390911 68.371376) - (xy 62.186652 68.316645) - (xy 61.975999 68.298215) - (xy 61.765347 68.316645) - (xy 61.561088 68.371376) - (xy 61.369441 68.460743) - (xy 61.196223 68.582031) - (xy 61.046699 68.731555) - (xy 60.925411 68.904773) - (xy 60.836044 69.09642) - (xy 60.781313 69.300679) - (xy 60.762883 69.511331) - (xy 58.109116 69.511331) - (xy 58.090686 69.300677) - (xy 58.035956 69.096422) - (xy 57.946589 68.904774) - (xy 57.825301 68.731556) - (xy 57.675776 68.582031) - (xy 57.502558 68.460743) - (xy 57.310911 68.371376) - (xy 57.106652 68.316645) - (xy 56.895999 68.298215) - (xy 56.685347 68.316645) - (xy 56.481088 68.371376) - (xy 56.289441 68.460743) - (xy 56.116223 68.582031) - (xy 55.9667 68.731554) - (xy 55.956057 68.746755) - (xy 55.911739 68.785621) - (xy 55.854482 68.799632) - (xy 55.272892 68.799632) - (xy 55.216597 68.786117) - (xy 55.172574 68.748517) - (xy 55.150419 68.69503) - (xy 55.154961 68.637314) - (xy 55.185211 68.587951) - (xy 55.90991 67.863251) - (xy 56.665116 67.108043) - (xy 56.710385 67.079204) - (xy 56.7636 67.072198) - (xy 56.896 67.083782) - (xy 56.896 67.083781) - (xy 56.896001 67.083782) - (xy 56.948663 67.079174) - (xy 57.106655 67.065352) - (xy 57.31091 67.010622) - (xy 57.502558 66.921255) - (xy 57.675776 66.799967) - (xy 57.825301 66.650442) - (xy 57.946589 66.477224) - (xy 58.035956 66.285576) - (xy 58.090686 66.081321) - (xy 58.109116 65.870666) - (xy 60.762883 65.870666) - (xy 60.781313 66.081318) - (xy 60.836044 66.285577) - (xy 60.869958 66.358305) - (xy 60.925411 66.477224) - (xy 61.046699 66.650442) - (xy 61.196224 66.799967) - (xy 61.369442 66.921255) - (xy 61.56109 67.010622) - (xy 61.765345 67.065352) - (xy 61.976 67.083782) - (xy 62.186655 67.065352) - (xy 62.39091 67.010622) - (xy 62.582558 66.921255) - (xy 62.755776 66.799967) - (xy 62.827724 66.728018) - (xy 62.867952 66.701139) - (xy 62.915405 66.6917) - (xy 64.362404 66.6917) - (xy 64.419661 66.705711) - (xy 64.463977 66.744574) - (xy 64.519802 66.8243) - (xy 64.6817 66.986198) - (xy 64.869251 67.117523) - (xy 64.922401 67.142307) - (xy 64.974576 67.188061) - (xy 64.993996 67.254686) - (xy 64.974578 67.321311) - (xy 64.922403 67.367069) - (xy 64.87352 67.389864) - (xy 64.68718 67.520341) - (xy 64.526341 67.68118) - (xy 64.395865 67.867519) - (xy 64.299733 68.073673) - (xy 64.247128 68.269999) - (xy 64.247128 68.27) - (xy 66.804872 68.27) - (xy 66.804871 68.269999) - (xy 66.752266 68.073673) - (xy 66.656134 67.867519) - (xy 66.525658 67.68118) - (xy 66.364819 67.520341) - (xy 66.178482 67.389866) - (xy 66.129597 67.36707) - (xy 66.077422 67.321312) - (xy 66.058003 67.254686) - (xy 66.077424 67.188061) - (xy 66.129596 67.142308) - (xy 66.182749 67.117523) - (xy 66.3703 66.986198) - (xy 66.532198 66.8243) - (xy 66.663523 66.636749) - (xy 66.760284 66.429243) - (xy 66.819543 66.208087) - (xy 66.839498 65.98) - (xy 66.819543 65.751913) - (xy 66.760284 65.530757) - (xy 66.702487 65.40681) - (xy 66.663525 65.323255) - (xy 66.663524 65.323254) - (xy 66.663523 65.323251) - (xy 66.532198 65.1357) - (xy 66.3703 64.973802) - (xy 66.362629 64.968431) - (xy 66.323496 64.923592) - (xy 66.309762 64.865679) - (xy 66.324596 64.808037) - (xy 66.36458 64.763948) - (xy 66.4205 64.743569) - (xy 66.435201 64.741989) - (xy 66.435203 64.741988) - (xy 66.435205 64.741988) - (xy 66.513124 64.712924) - (xy 66.572204 64.690889) - (xy 66.689261 64.603261) - (xy 66.776889 64.486204) - (xy 66.827989 64.349201) - (xy 66.8345 64.288638) - (xy 66.8345 62.591362) - (xy 66.827989 62.530799) - (xy 66.827988 62.530797) - (xy 66.827988 62.530794) - (xy 66.776889 62.393796) - (xy 66.689261 62.276738) - (xy 66.572203 62.18911) - (xy 66.435205 62.138011) - (xy 66.404919 62.134755) - (xy 66.374638 62.1315) - (xy 64.677362 62.1315) - (xy 64.650445 62.134393) - (xy 64.616794 62.138011) - (xy 64.479796 62.18911) - (xy 64.362738 62.276738) - (xy 64.27511 62.393796) - (xy 64.224011 62.530794) - (xy 64.2175 62.591366) - (xy 64.2175 62.6043) - (xy 64.200887 62.6663) - (xy 64.1555 62.711687) - (xy 64.0935 62.7283) - (xy 63.532157 62.7283) - (xy 63.484704 62.718861) - (xy 63.444476 62.691981) - (xy 63.213379 62.460883) - (xy 63.184538 62.415612) - (xy 63.177532 62.362396) - (xy 63.189116 62.23) - (xy 63.186991 62.205716) - (xy 63.170686 62.019347) - (xy 63.170686 62.019345) - (xy 63.115956 61.81509) - (xy 63.026589 61.623442) - (xy 62.905301 61.450224) - (xy 62.755776 61.300699) - (xy 62.582558 61.179411) - (xy 62.459764 61.122151) - (xy 62.390911 61.090044) - (xy 62.186652 61.035313) - (xy 61.976 61.016883) - (xy 61.765347 61.035313) - (xy 61.561088 61.090044) - (xy 61.369441 61.179411) - (xy 61.196223 61.300699) - (xy 61.046699 61.450223) - (xy 60.925411 61.623441) - (xy 60.836044 61.815088) - (xy 60.781313 62.019347) - (xy 60.762883 62.23) - (xy 60.781313 62.440652) - (xy 60.836044 62.644911) - (xy 60.902908 62.7883) - (xy 60.925411 62.836558) - (xy 61.046699 63.009776) - (xy 61.196224 63.159301) - (xy 61.369442 63.280589) - (xy 61.56109 63.369956) - (xy 61.765345 63.424686) - (xy 61.843595 63.431532) - (xy 61.975998 63.443116) - (xy 61.975998 63.443115) - (xy 61.976 63.443116) - (xy 62.108396 63.431532) - (xy 62.161612 63.438538) - (xy 62.206883 63.467379) - (xy 62.66488 63.925375) - (xy 62.670014 63.930829) - (xy 62.710587 63.976627) - (xy 62.760939 64.011382) - (xy 62.766972 64.015821) - (xy 62.815107 64.053532) - (xy 62.82466 64.057831) - (xy 62.844203 64.068854) - (xy 62.852827 64.074807) - (xy 62.910031 64.096501) - (xy 62.916936 64.099361) - (xy 62.972712 64.124465) - (xy 62.98302 64.126353) - (xy 63.004628 64.132377) - (xy 63.014428 64.136094) - (xy 63.075141 64.143465) - (xy 63.082532 64.144589) - (xy 63.142713 64.155619) - (xy 63.203761 64.151925) - (xy 63.211248 64.1517) - (xy 64.0935 64.1517) - (xy 64.1555 64.168313) - (xy 64.200887 64.2137) - (xy 64.2175 64.2757) - (xy 64.2175 64.288634) - (xy 64.224011 64.349205) - (xy 64.27511 64.486203) - (xy 64.362738 64.603261) - (xy 64.479796 64.690889) - (xy 64.616794 64.741988) - (xy 64.616797 64.741988) - (xy 64.616799 64.741989) - (xy 64.631497 64.743569) - (xy 64.687419 64.763948) - (xy 64.727403 64.808036) - (xy 64.742237 64.865677) - (xy 64.728505 64.92359) - (xy 64.689368 64.968433) - (xy 64.681698 64.973803) - (xy 64.519804 65.135697) - (xy 64.519801 65.1357) - (xy 64.519802 65.1357) - (xy 64.463977 65.215425) - (xy 64.419661 65.254289) - (xy 64.362404 65.2683) - (xy 63.094075 65.2683) - (xy 63.036818 65.254289) - (xy 62.9925 65.215424) - (xy 62.990534 65.212616) - (xy 62.905301 65.09089) - (xy 62.755776 64.941365) - (xy 62.582558 64.820077) - (xy 62.556736 64.808036) - (xy 62.390911 64.73071) - (xy 62.186652 64.675979) - (xy 61.976 64.657549) - (xy 61.765347 64.675979) - (xy 61.561088 64.73071) - (xy 61.369441 64.820077) - (xy 61.196223 64.941365) - (xy 61.046699 65.090889) - (xy 60.925411 65.264107) - (xy 60.836044 65.455754) - (xy 60.781313 65.660013) - (xy 60.762883 65.870666) - (xy 58.109116 65.870666) - (xy 58.090686 65.660011) - (xy 58.035956 65.455756) - (xy 57.946589 65.264108) - (xy 57.825301 65.09089) - (xy 57.675776 64.941365) - (xy 57.502558 64.820077) - (xy 57.476736 64.808036) - (xy 57.310911 64.73071) - (xy 57.106652 64.675979) - (xy 56.896 64.657549) - (xy 56.685347 64.675979) - (xy 56.481088 64.73071) - (xy 56.289441 64.820077) - (xy 56.116223 64.941365) - (xy 55.966699 65.090889) - (xy 55.845411 65.264107) - (xy 55.756044 65.455754) - (xy 55.701313 65.660013) - (xy 55.682883 65.870666) - (xy 55.694466 66.003062) - (xy 55.68746 66.05628) - (xy 55.658619 66.10155) - (xy 53.787592 67.972577) - (xy 53.736927 68.003242) - (xy 53.677818 68.006912) - (xy 53.623749 67.982749) - (xy 53.577576 67.946811) - (xy 53.541067 67.927053) - (xy 53.493563 67.881474) - (xy 53.476086 67.818) - (xy 53.493563 67.754526) - (xy 53.541067 67.708946) - (xy 53.577576 67.689189) - (xy 53.75524 67.550906) - (xy 53.907722 67.385268) - (xy 54.03086 67.196791) - (xy 54.121296 66.990616) - (xy 54.176564 66.772368) - (xy 54.195156 66.548) - (xy 54.176564 66.323632) - (xy 54.121296 66.105384) - (xy 54.03086 65.899209) - (xy 53.907722 65.710732) - (xy 53.75524 65.545094) - (xy 53.585677 65.413116) - (xy 53.577575 65.40681) - (xy 53.534302 65.383392) - (xy 53.488663 65.340842) - (xy 53.469525 65.281452) - (xy 53.481734 65.220261) - (xy 53.522198 65.172763) - (xy 53.703078 65.046109) - (xy 53.870106 64.879081) - (xy 54.0056 64.685576) - (xy 54.10543 64.471492) - (xy 54.162636 64.258) - (xy 51.501364 64.258) - (xy 51.558569 64.471492) - (xy 51.658399 64.685576) - (xy 51.793893 64.879081) - (xy 51.960918 65.046106) - (xy 52.141802 65.172763) - (xy 52.182265 65.220261) - (xy 52.194474 65.281452) - (xy 52.175336 65.340842) - (xy 52.129698 65.383392) - (xy 52.086422 65.406812) - (xy 51.90876 65.545094) - (xy 51.756279 65.71073) - (xy 51.633138 65.899211) - (xy 51.543542 66.103473) - (xy 51.542704 66.105384) - (xy 51.504128 66.257716) - (xy 51.487435 66.323636) - (xy 51.468843 66.547999) - (xy 51.487435 66.772363) - (xy 51.487435 66.772366) - (xy 51.487436 66.772368) - (xy 51.541585 66.986198) - (xy 51.542705 66.990618) - (xy 51.633138 67.196788) - (xy 51.63314 67.196791) - (xy 51.756278 67.385268) - (xy 51.90876 67.550906) - (xy 52.086424 67.689189) - (xy 52.086426 67.68919) - (xy 52.122931 67.708946) - (xy 52.170436 67.754527) - (xy 52.187913 67.818) - (xy 52.170436 67.881473) - (xy 52.122931 67.927054) - (xy 52.086426 67.946809) - (xy 51.90876 68.085094) - (xy 51.756279 68.25073) - (xy 51.633138 68.439211) - (xy 51.542705 68.645381) - (xy 51.542704 68.645384) - (xy 51.497622 68.82341) - (xy 51.487435 68.863636) - (xy 51.468843 69.087999) - (xy 51.487435 69.312363) - (xy 51.487435 69.312366) - (xy 51.487436 69.312368) - (xy 51.542704 69.530616) - (xy 51.55646 69.561978) - (xy 51.633138 69.736788) - (xy 51.644569 69.754284) - (xy 51.756278 69.925268) - (xy 51.90876 70.090906) - (xy 52.086424 70.229189) - (xy 52.086426 70.22919) - (xy 52.122931 70.248946) - (xy 52.170436 70.294527) - (xy 52.187913 70.358) - (xy 52.170436 70.421473) - (xy 52.122931 70.467054) - (xy 52.086426 70.486809) - (xy 51.90876 70.625094) - (xy 51.756279 70.79073) - (xy 51.633138 70.979211) - (xy 51.542705 71.185381) - (xy 51.542704 71.185384) - (xy 51.510411 71.312906) - (xy 51.487435 71.403636) - (xy 51.468843 71.628) - (xy 51.487435 71.852363) - (xy 51.487435 71.852366) - (xy 51.487436 71.852368) - (xy 51.541585 72.066198) - (xy 51.542705 72.070618) - (xy 51.633138 72.276788) - (xy 51.63314 72.276791) - (xy 51.756278 72.465268) - (xy 51.90876 72.630906) - (xy 52.086424 72.769189) - (xy 52.086426 72.76919) - (xy 52.122931 72.788946) - (xy 52.170436 72.834527) - (xy 52.187913 72.898) - (xy 52.170436 72.961473) - (xy 52.122931 73.007054) - (xy 52.086426 73.026809) - (xy 51.90876 73.165094) - (xy 51.756279 73.33073) - (xy 51.633138 73.519211) - (xy 51.542705 73.725381) - (xy 51.542704 73.725384) - (xy 51.51188 73.847105) - (xy 51.487435 73.943636) - (xy 51.468843 74.167999) - (xy 51.487435 74.392363) - (xy 51.493115 74.414795) - (xy 51.492458 74.478152) - (xy 51.460589 74.532913) - (xy 51.087181 74.906322) - (xy 51.037818 74.936572) - (xy 50.980102 74.941114) - (xy 50.926615 74.918959) - (xy 50.889015 74.874936) - (xy 50.8755 74.818641) - (xy 50.8755 50.9995) - (xy 50.892113 50.9375) - (xy 50.9375 50.892113) - (xy 50.9995 50.8755) - (xy 52.718642 50.8755) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "(title)") + (comment 1 "PCB for panel") + (comment 2 "(description)") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (stackup + (layer "F.SilkS" + (type "Top Silk Screen") + ) + (layer "F.Paste" + (type "Top Solder Paste") + ) + (layer "F.Mask" + (type "Top Solder Mask") + (thickness 0.01) + ) + (layer "F.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 1" + (type "core") + (thickness 1.51) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "B.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "B.Mask" + (type "Bottom Solder Mask") + (thickness 0.01) + ) + (layer "B.Paste" + (type "Bottom Solder Paste") + ) + (layer "B.SilkS" + (type "Bottom Silk Screen") + ) + (copper_finish "None") + (dielectric_constraints no) + ) + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(C1-Pad1)") + (net 2 "Net-(U1A--)") + (net 3 "Net-(U1B-+)") + (net 4 "Net-(C2-Pad2)") + (net 5 "Net-(U2B-+)") + (net 6 "Net-(U3A--)") + (net 7 "/OUT_2") + (net 8 "Net-(U7A--)") + (net 9 "Net-(U5A-+)") + (net 10 "Net-(U4B--)") + (net 11 "Net-(C6-Pad1)") + (net 12 "Net-(U10A--)") + (net 13 "Net-(Q1B-E)") + (net 14 "Net-(D3-A)") + (net 15 "+15V") + (net 16 "GND") + (net 17 "-15V") + (net 18 "Net-(D1-K)") + (net 19 "Net-(D1-A)") + (net 20 "Net-(D2-A)") + (net 21 "Net-(D3-K)") + (net 22 "/VN") + (net 23 "/VP") + (net 24 "+5V") + (net 25 "/IN") + (net 26 "/COARSE") + (net 27 "/FINE") + (net 28 "/V{slash}O") + (net 29 "/FM") + (net 30 "/RES") + (net 31 "/RES_MOD") + (net 32 "/OUT_1") + (net 33 "/OUT_3") + (net 34 "/A0") + (net 35 "/A1") + (net 36 "/A") + (net 37 "Net-(Q1A-B)") + (net 38 "Net-(Q1A-C)") + (net 39 "Net-(Q2-E)") + (net 40 "Net-(Q2-B)") + (net 41 "/B") + (net 42 "Net-(U1A-+)") + (net 43 "Net-(U6A--)") + (net 44 "Net-(U6A-ID)") + (net 45 "Net-(R6-Pad1)") + (net 46 "Net-(U6A-+)") + (net 47 "Net-(R7-Pad1)") + (net 48 "Net-(U2A-+)") + (net 49 "Net-(U3A-+)") + (net 50 "Net-(U6B--)") + (net 51 "Net-(U6B-ID)") + (net 52 "Net-(U2A--)") + (net 53 "Net-(U6B-+)") + (net 54 "Net-(R13-Pad1)") + (net 55 "Net-(U7A-+)") + (net 56 "Net-(U7A-ID)") + (net 57 "Net-(U4A-+)") + (net 58 "Net-(U4B-+)") + (net 59 "Net-(U7B--)") + (net 60 "Net-(U7B-ID)") + (net 61 "Net-(U4A--)") + (net 62 "Net-(U7B-+)") + (net 63 "Net-(R23-Pad1)") + (net 64 "Net-(R30-Pad1)") + (net 65 "Net-(U11A--)") + (net 66 "Net-(U11B-+)") + (net 67 "unconnected-(U5B-+-Pad5)") + (net 68 "unconnected-(U5B---Pad6)") + (net 69 "unconnected-(U5-Pad7)") + (net 70 "unconnected-(U6-Pad2)") + (net 71 "unconnected-(U6-Pad7)") + (net 72 "unconnected-(U7-Pad2)") + (net 73 "unconnected-(U7-Pad7)") + (net 74 "unconnected-(Q1C-NC-Pad1)") + (net 75 "unconnected-(Q1C-NC-Pad5)") + (net 76 "unconnected-(U6D-NC-Pad5)") + (net 77 "unconnected-(U7D-NC-Pad5)") + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979afe") + (at 108.86 53.34) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H2" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "6df0b1b4-fdd0-4cab-bcce-b46d36d0200c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "b6e0c07f-7999-4d35-ad1f-685345843394") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7fa452c-5f4d-4a44-8f1d-ecccb318d865") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29836a66-e798-4dcd-8eba-ae04abb78f66") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a122121-e6a4-49ae-b1f3-a0051f02f6e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "3a6afe2a-d615-4238-8257-7bc7a7c23a91") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "79d7d696-8709-457a-b46d-5c92d00ffc5f") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6d6204fb-141f-4b9c-94fe-0de1fe6002d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "3b4142cb-1621-485c-89e6-696c3878e2a6") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b06") + (at 53.34 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H3" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "2c9b3c69-021b-4e2d-b083-be1f78d7d49d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "036349f6-9d18-48ee-a739-2adac3736a16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aac108bf-d344-490d-8ff5-d7da9ecc2048") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fbbeb1f5-d4b3-43d6-a67f-3d136a465967") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c55b465-9f0d-45f3-91cd-210ebc69ff30") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "c2ca858d-541b-41fc-84ec-a66c82df9bbc") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "2937f90b-baf1-4059-b018-11a771d299ef") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3dc3b775-3ceb-4878-914d-28c2ffc6d2a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "af8d30b1-85ea-477f-a530-1889a39e87d3") + ) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000060979b0e") + (at 108.86 156.44) + (descr "Mounting Hole 2.2mm, no annular, M2") + (tags "mounting hole 2.2mm no annular m2") + (property "Reference" "H4" + (at 0 -3.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "1aade703-d2a8-4268-9b4b-75ff1a8a1983") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.2 0) + (layer "F.Fab") + (hide yes) + (uuid "1b9a9214-4af0-4074-b8a3-bdb9cb15be48") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af29e90f-e46c-4432-86df-74c4bf653889") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be62aab1-155c-43c9-aedf-f9a73d2c67e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5fa7ea76-fbea-4367-b992-f3cad4066a40") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "82eed7ba-1969-41ac-9bc6-db08dd4af2e7") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0a5862c4-e78e-4ab8-ad2f-10edab99f391") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "79118169-2af2-4adc-a03d-772189036ced") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "36a3457f-a1c5-4f71-9fe4-9dddf9093a51") + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "0037a278-8688-4b18-9c3b-4b797945b631") + (at 57.638 85.598 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C1" + (at 1.25 -2.5 180) + (layer "F.SilkS") + (uuid "81255d78-965e-4d28-808e-0a148bf0a9bb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "56p" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "b7ab5838-1e7b-4196-b671-89870a9b926f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6012bad1-1880-4951-b9d7-bd73f29c82c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c72a6e1-643c-437c-8871-5128b5fab6d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f507ea96-54ef-4d54-a5a3-5c21d12a79ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/77119d5d-0474-4650-a99e-d108e1e8b7f8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "576cc22f-31f0-4bf8-b3d9-dd78a2c266bb") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a22a56e-9740-4b01-97b4-e1d65018834f") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a809f110-d7fa-434e-bea3-fdf0cc7b1de6") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c0f0d9b-d84a-4085-9069-c5807bcd34c5") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4e996d9-2bda-47f2-82c7-868a93afaf77") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9db15eb5-92b5-45a6-a92c-923afe8e8f12") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "642f590a-5508-44e5-8f76-5defd4a6114c") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03fe094f-3d34-4a0f-8686-dda83a5728fb") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0d56fc6-7672-4645-aadc-da5f44baf86d") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "65e80aff-a703-4df5-86ee-7440ea40bc52") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e351ac89-cead-4af2-bc00-38c09fa20685") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aeea6222-ccb7-4acc-a157-c3455cd1ef71") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a9d48775-e2f1-443e-8826-0328647bb1ea") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0138108e-3e38-4aa2-a3ca-fc9577e93d17") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "94c5572a-b7f2-4ec1-9c7e-a05c56777c40") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "Net-(C1-Pad1)") + (pintype "passive") + (uuid "bed29c16-6107-4f9b-a625-7052597f2adb") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(U1A--)") + (pintype "passive") + (uuid "64182086-e6e6-42e8-9cf5-1a93ac5cf70e") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "081278cd-7330-432b-9739-ee6f11173d72") + (at 90.952 131.064) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C22" + (at 1.248 2.261 0) + (layer "F.SilkS") + (uuid "b5d572fa-345d-4c7e-8003-0dcbc2f89eaf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "f427e587-2f51-4561-9d77-3f0a262dc371") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b704f1cd-2140-4cce-b2f2-83f237bb94a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9be7c789-06ba-4493-8ab2-2b2c3bc6d3c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62c4b55f-c161-4274-b766-1e5bc0101dd3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "eedab080-dd0e-44b0-9a96-1aa32f9bfffa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8abe38a8-f767-4944-acb5-779f6204c077") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e8279c00-4873-4f28-81a0-fbccf508c06a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ca45b165-d05f-4690-ac59-bc0498f69bc4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/9b380fc7-fd2d-4732-b32f-0295ea2c145a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c06b9d1d-e0b8-42bc-8a98-7d936b2fa1c3") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8702acc6-6eae-445f-bae1-3717593c4cfa") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cf4d0db-ab20-4e4f-bf37-7f4a0415b50b") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "899d91e5-24e8-4ca8-9d30-ccf5ea9a6942") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e79b805-1316-45fd-b21e-3ab29b281dd0") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4637753-b9e2-4ccb-9243-f79f838eb050") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "721626b9-e69c-49cb-9c0c-e4eae7960708") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de0b84e0-2de2-41a6-be2b-2e275234d807") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dea67d22-fadf-49ed-98ca-783dab10557f") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "64a4cc7c-1a61-47ee-af0a-37c38dbc4277") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ca79911-3d9a-498e-9d7c-29198ec10ecd") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dea1ecd6-b8b5-48ee-8203-7d2f1afa62c4") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56fc1a95-2608-4ae2-8838-2cf8a4480397") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8dc0531-8d17-4667-9616-e52dee21d5ba") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "b7273558-7e74-4b1f-8790-a01f1af23290") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "18f2152f-7833-406e-bfb7-5bd433b96332") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "03939ea7-5f06-40b1-b128-ec2c38191bd8") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "0a1e0fcc-c3ca-4dc8-9edb-82626b34b1c3") + (at 108.946 91.948 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C29" + (at 1.171 2.148 180) + (layer "F.SilkS") + (uuid "dc950bc7-41ce-4147-9866-050152619006") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "31b8474b-5685-4963-826f-bec3a0f8dd8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34bddffc-6988-44a4-8264-c67295a4a508") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e33532b0-057b-4e4c-8b3a-4eae462496fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9846600-3197-49ba-839a-a22ba79c0159") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7e888556-da3c-4325-95be-2afaf73042d9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2eaae852-8349-473e-b132-cdb13a030a25") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f401644-931e-42b1-9048-10e391ff1c39") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b607c257-0cbb-4eae-9794-10160aadb646") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d6df9b2-2042-4fe9-976b-626c297fb401") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08ac53f0-c5f5-4aba-b91e-ea52695d4958") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3f14af4-422b-41e1-afb3-4be046342338") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f348aa9-37b1-41ea-988a-241cba090c0b") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d9927ea-a36f-44cd-a6f7-9924696ca7b8") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f5ed2db-f94b-4168-91fb-359182790b25") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b15c9c7-91f7-4dfe-98a8-c056b05b7244") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "205c96ac-75ce-4054-b8ba-9c89f7dba184") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c792cbe7-ba6f-443b-8a21-8a20491a027c") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2200c74-4d94-478e-aa23-5af88cf60ded") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7fdfc6e-d75e-49a4-a2d4-253efa285be5") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "bee3bdc1-5769-45fb-8241-0062f3069c1d") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "3cd39f2f-5680-468a-92bc-07ffe20707ab") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "7112e891-9523-4af5-96a7-843edaf38648") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "0e2e88b5-bd5c-4714-a1a6-5ff12eb762fe") + (at 91.7 72.133332 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R28" + (at 2.6 1.733332 180) + (layer "F.SilkS") + (uuid "dcc0dafb-1348-4e52-a679-d6a735ca5561") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "270k" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "15370acd-47b4-460c-ae17-5b2f8f891233") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ce241d2-314f-4bf0-aca8-bbf7ad864c4e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8dc8af97-c930-4767-998e-33a1c848d80b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85b8cfa5-9bc5-4a7c-95bd-eba97d461c18") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/eec299d8-eb21-4396-9712-6fdebc00e333") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cfd529c-55e9-4d1e-8c39-deebf781d934") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ed0a475-8950-4caa-a65a-aa940a2aa179") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2b53e30-4579-4e7e-a156-09668f9c5dc6") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e61257b7-c923-445e-b32e-a05f82b78c77") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa59f735-1291-4306-9c67-3492635a84a7") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad0e9e64-7f21-4d73-b72f-133548caba74") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1860b38-606b-4413-abaa-8e44f4c5237a") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91f1b0f3-b953-4d92-b864-d551f1a258a1") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1dd0767-1aaf-4fca-b1a9-6049f8ca2804") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c2d3f0bf-1195-4218-aca0-e7ffa03389f0") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d725bbb8-a123-4b1e-a10d-728c10c3f582") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1dcf364-31c1-41e4-92f4-92bfcfacb38a") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "81884490-7307-4d84-8baa-9f20e7270660") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U10A--)") + (pintype "passive") + (uuid "9e0b85d8-b464-4635-b414-bf476a388a49") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "7497307f-5f2d-40d5-85c8-61391dc782d7") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "0febaf0c-dd96-46a7-bd5f-dbad259604e6") + (at 83.727 71.3545 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R27" + (at 2.3925 1.704 180) + (layer "F.SilkS") + (uuid "b991bc88-0a95-484d-87ad-bcc83b6f0be5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "150k" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "e0303e51-9d48-4d34-bfb7-a3d60c80093a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "94f7bf20-4e39-4015-89b3-9f342d7ec362") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f4a19efa-509e-47bb-a467-5038a70a6f1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d37def8-3322-486a-a618-e29a8c164bab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9c6d31af-dcd3-4799-9df5-6f17d9cddaa7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb869858-2cf7-4d7b-89db-ee4437044bea") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8acec068-5c90-4dbd-b64f-3cc8b760c377") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5df245f-5031-43b3-98e7-ee62fe124bef") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9db41f1d-de74-4c89-b4f9-5e8f514f5ad3") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea698709-7ff3-414b-b5b4-59e44cf9f2d8") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b39cbb77-c160-4ec3-baa2-35ed3de39f2a") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd4df8f9-162f-4c38-b71b-0b1ebaeb26c9") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fab63ca-46de-4f13-acec-7dbe44fc7798") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73138a1d-abd0-413b-9d37-cf98f4e08146") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ae1b68d-dded-44cd-a414-da98846a195f") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "560d0fc1-20de-496e-9be3-3e6d53661721") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b3a6efde-6e21-483d-97b5-7114467b3e8c") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "b7f81e05-9883-4c5d-b052-764f01ef2c82") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U10A--)") + (pintype "passive") + (uuid "636c0092-4485-4126-b8b9-ca22a8a2ed2b") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "/FM") + (pintype "passive") + (uuid "8c9e204f-30ed-4972-819d-c743fbc95cd5") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "10f09d6b-473e-46f7-b863-0460d8e5bb3c") + (at 60.95 100.6475) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U2" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "c4b0d342-a578-4a79-b4b8-26b1ec29a0b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OPA2134" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "042f1fc2-9129-475b-862b-4241428bfcf0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ef26626-6d67-48d5-9ca3-9bdc182d1d1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1bd85bb8-c80b-45bd-aba2-e06929f81075") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e90a5423-5baf-4f0c-bd25-04aa33ce1e8c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/85ecec7d-4f8e-43f3-91c8-43735bdc99d0") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80457365-50d5-480b-acbc-9f52007fc28f") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5be9b8f1-8de4-4083-9482-2f3c58b5e7df") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed0c0797-8e1a-4f16-8c90-dd7b1b765ef8") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b48717c-da5a-44a0-8835-6ba20596959b") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cb722cf-771a-4e49-8d1b-8be866b868d6") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8905b7ce-9b0b-446c-b7eb-41a4064018f4") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f535ed3e-c3c3-44cf-af88-e779d70eedbd") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ab32f43-5d81-4601-9a84-0b808a06a125") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3894ab93-f1c1-4f6b-b2b7-4d054ab3090b") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fb11305-1587-4795-9e90-8c488c992560") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "65be4f4a-1488-44e8-b3a6-2fe0428f64bc") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9680e2bc-2558-4381-b4d1-146a45cea2c8") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04069da9-1270-426f-ae92-5aaccdb0e05b") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48140927-7d00-41fd-884a-205c60928d4a") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "438e8f03-58da-4778-ba64-55afc8c0c9b8") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b96911c2-b658-485f-9aae-700ef69cdc4a") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b39d4564-2a7d-4143-bf90-11e2d5a29b85") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d830d7e4-9d68-4d3d-a657-7bd896885c66") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1e55e12-984a-4d6b-b45b-81c0378eb9d9") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "725cc7f8-87d6-4e63-9d78-a6239a264565") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3693c32-9edb-43ab-8a02-e364f885a489") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e95eb4ef-6db3-4cb4-b8f1-a556b43d3ca2") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e78fe7ea-63e8-4eba-b36e-d14b486d6ddd") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "21576446-2c48-45a8-8236-e5c10fda2c24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "Net-(U2A--)") + (pintype "output") + (uuid "512813d4-cd1e-4477-8c6c-4712a0082732") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "Net-(U2A--)") + (pinfunction "-") + (pintype "input") + (uuid "08b12764-35a2-44a3-a4a8-05c85b16389b") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "Net-(U2A-+)") + (pinfunction "+") + (pintype "input") + (uuid "32c1c8f8-0761-42df-a57e-dad8e9c33ce4") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "c6943b57-8957-4700-b97e-67750cfb3748") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(U2B-+)") + (pinfunction "+") + (pintype "input") + (uuid "a468354d-2ddd-4007-9d6e-37f9fa3bade5") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/OUT_2") + (pinfunction "-") + (pintype "input") + (uuid "11c3c806-59fb-463f-8058-031d797b8e73") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/OUT_2") + (pintype "output") + (uuid "c66486a9-f376-47ad-9f29-5355e4434b46") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "c1d56143-fabc-4d83-a656-74adb841cfd3") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "1253485d-2f90-4290-8cba-1be085ff11f2") + (at 64.072888 55.118) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C9" + (at 1.205112 -3.556 0) + (layer "F.SilkS") + (uuid "55eeab0b-9f27-42be-a068-bab7bef8e50c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "ff0b9669-e829-40fb-9c3a-4589518a91a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e996c1ea-f014-4974-8713-8fbce59333b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec71b144-c170-4e4e-9b1e-f4270d2bc1f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4caa899e-47c5-4748-90f0-048241c37723") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/99aee331-11ba-4054-a862-c699c4250591") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee921ab2-cf9f-428c-b46a-21b2b8d25258") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03d98df6-9d52-4140-bbfa-58b00ae2bda4") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7fa264f-f9d1-492b-9611-71dc0b74e78f") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afed8926-c7bb-444b-aa3b-ad1bf8ccea72") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d8d418c-0f70-4a3c-9619-7aa1e1085a6a") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b7b7ad3-fe7b-40eb-9d91-ec1233cf740e") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "327b02b8-b2ac-4e0b-8b34-24471566e00b") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "809562fb-e2d5-4774-9155-4f28b76f950f") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4be7394a-8b95-42d1-99b6-e468cdea5aec") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f540e23a-0dc6-41f5-b65d-6c42b24e75c0") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a46ffbc5-7363-422c-b244-2f72b77a610e") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "139351fc-308d-44b1-af61-31948c3c80e6") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e4fd0b2-a292-4484-89e6-b2a83d026a53") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92955b14-9601-4c59-a57b-12e5a4815774") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4cbda66b-6d4b-4db0-ba94-1b242e7f21eb") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20323973-ff6b-4bc1-97b2-4900137cfcbb") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "134ec4e0-adce-4dfe-8ec3-a9f492017c7b") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd2e03a3-eeb7-450b-8626-4742456f62b8") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c411a0b-c2ee-4499-8a0c-8f5991479bb0") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fd08f28-ac6f-4f12-8c34-b90e54c202f4") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b92a852b-99f8-4019-97ec-a3c4c2da31dc") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b344667b-b0d0-4cd9-a29b-b169f4f07c96") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea5a7bf7-64de-4555-bedd-d9ebaf3df97e") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "baffbccf-8cd6-43c7-b75c-24e069fbef96") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7538439-ae61-477a-a8cb-03de9ed07739") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88687d37-5989-4696-a71f-62a02d3e6a1d") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3565d573-cd87-49ab-a632-c19936f16979") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96ff9aec-923e-4be7-8944-2fbf37ba4e3a") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adbe7ebc-7339-48f8-ae8f-11e7e528bb3e") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c81af8c5-49eb-4850-9f1d-919fa34ae4b4") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37a9699b-35f7-4b5d-b756-0b1e68d03b65") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4190d75-d0f5-41e3-a120-e7954bbdf0c7") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c60bb08d-98d4-492e-8e8b-b0e7ea73c57c") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb4f3aed-0e28-48ed-b655-17986038e472") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6e3190b-2fc3-4224-9695-deb0995c91f1") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14719773-c887-4fdd-a2d1-b6ef40bcb97e") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "924bfeec-0e82-48be-b4f7-b7a019bbc860") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5ca7305-b671-43a7-a428-24dc3926c687") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f505d84b-d90e-4035-89eb-25f674c1e2fd") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02f93260-e8d3-49d9-8eed-f4422f13f2ec") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28e15fb1-7a10-4f58-91a4-2d8caf7cc562") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "512ff908-ac24-4a59-87bb-312c6dd74271") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2bc71afa-a16f-477a-b92c-bd7297de1705") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9cd30cb-3199-4a78-a49a-64b9561df44a") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80a40c4e-4fe6-4c7d-92ff-28c5f68fd89a") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "885437e0-bace-448c-8733-fc90509915e4") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d32f864-6ac2-4718-b6c7-523fc04ef010") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14a44f19-3906-4fdc-ad29-e3f173aff3e7") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6598078f-9b95-47d1-8a7f-e4e7246b94b7") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23bf1f66-b5db-4935-9232-a217a3e36d01") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "830df703-0787-4f8b-9a0e-e42e418a05e3") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1df4055c-2ef3-4eae-a401-a73a0a1baf09") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb859243-874c-4692-9abf-c2dc1737a2fa") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02f5f3ff-25d0-4065-8b74-4be157ccfe45") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b13b1f20-eef0-427d-a072-e48084240d7e") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1b6deba-368c-4c0d-b8dc-a61aca2035a9") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f77aaf1-55a5-449f-bb36-04c3927c7d88") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94d6da8f-33aa-4e9a-9029-2bae1b988956") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7368ed9-32bf-489f-b0ff-4e069e70fd79") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e9fbc7a-28c5-4dbc-a32a-d33731c97858") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bcc827af-aa89-4db1-90f8-943b0033164d") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79d20edc-e3c2-4988-920c-49716b169ca7") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb4018a4-c489-4378-b9f7-13cb0c9fbe34") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da3900eb-64d5-4de0-8e54-aa5b1e8598e1") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9e2a04a-c60c-4f96-8652-a34e76a50265") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a65d7810-218a-4ff3-a814-9ac925519d81") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d12abc1-92c0-4de4-90dc-6184718f6690") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e518a9cc-0fea-4259-a155-04c3a26840d2") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c1c2386-91c3-4497-b182-ced9050339f3") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "292d2a8b-a0dd-4743-8b49-5d8ef20625e8") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "137c95c4-36dc-4df1-a830-ce6f496c0fbe") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee79c6b7-09ac-4a4a-933f-ec9a62d49d10") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5da87d98-753f-4c72-807f-55ffd8eebddf") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "234b81b1-5300-420e-925e-8895df7da1a1") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a696014c-0a5a-428c-9426-a30ac4a4b05c") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "287b75bc-b05d-4ab8-abeb-d8ca085296f4") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2131352f-24e2-460c-b261-5c06f746c4b7") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f157ca0-e02d-432b-abc7-eb56ec954a1c") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03f38208-262f-4cfe-8bb2-6726e3d0cd40") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6755895b-52cc-4235-a406-19ee08beef55") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e984f107-4ced-4fb0-8a44-04e8ff484aa8") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0def86dd-1f31-4ba6-86e2-349e4bd4f10c") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3408c3a6-bd84-4607-9d00-5ad696dbb8cc") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bf6cb31c-cf77-49a0-af12-1fe74b2605cc") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63eaf499-1a63-4678-964c-484fb88fc56e") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f841a67-dac4-4137-adbd-6c5725648a13") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3a04412-e3ee-48f3-a40a-51db6a367358") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2908e4a3-5ad6-4d60-af63-aa43e130d239") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79dacf2d-3359-4e2e-8745-f0a3555200fb") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bde3ad54-8978-464c-a6fe-c80d44ac8eb6") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99a44e62-d730-43b7-9343-aadf2eb8b3e5") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c566bfa1-d060-405e-9445-53c632b60185") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9c3115f-3a2c-4850-98bd-9d49144bb5f6") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f67cb685-1ada-4dcd-a04d-311b7dd64340") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d4ade48-e4b0-4b49-8d89-23cad7644687") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a73c7cb-618b-427a-907e-68a631ef9025") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3882c98b-db43-4d1e-81c6-6e756babbde6") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a3f785b-5b15-4176-a408-b2154c25f5ed") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bdccc8a-4de6-4e7b-a266-557e671108c5") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5af93d5b-7c20-4859-b489-69e38309cc67") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9609295d-c0b0-49ec-a6ab-63634afb6277") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d042a599-a41f-4b9a-8b1c-ab42d3732f32") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afc9517e-544d-416f-a86d-5c7a96a76ee1") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d588d264-82c1-4ef4-a76d-5d1b3f151cdd") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d399555-0bc9-4018-aa27-3a97d65750ea") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "edb6c24c-9d49-44b7-ac16-ad1614bc2468") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00c31a5c-f940-46e3-ae8d-a3be9374c982") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "016ba56c-cc68-4b0c-a354-50887b579f37") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86381bc6-b97d-4f41-944f-46f2a6f68ee1") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d15178f3-d454-4c98-a7be-fcb437b2f20b") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60f6544d-2467-4ca1-8e31-97b275bb7547") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27cf92fc-a12c-489d-84b1-38db5572c012") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce5681a5-b73a-4b69-ad9b-19764cd8c674") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90f46db0-8173-4bb4-b74f-1f1bd61ba1ed") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c048355f-4a79-4051-9bcf-c3dee6c49e8d") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea3578eb-717f-4fb6-becc-11e3279616fa") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b8f06a6-d354-414b-8bd2-4f9518a29bb6") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aabd8255-49cc-41ae-9cb5-dd7bf9f3d928") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df6e3377-3726-44cc-adc4-8da52c45e174") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "011fff09-ac42-4d9f-822a-749d70b8ec15") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "5d0d6607-d09e-4f25-9348-1cf5401cf938") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "1195d78f-be77-437c-9a9e-0d6774b4d099") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01929597-de0e-4434-83ea-987eed72b34c") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef8ad399-c63b-4d43-b68c-f6c563453e4c") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b9649c52-0422-4ac4-a05d-d524b1759e76") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "5960b34e-cab5-4508-b2c4-3d8c004b5b93") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "b244c6c2-f422-421f-aec1-a2d779f7bc78") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "4aee540e-2e88-408b-a7e6-6fce0b18e98f") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "1a03beb1-c820-407d-bd42-ed7a09950e6e") + (at 69.45 97.4 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C12" + (at 1.35 1.975 180) + (layer "F.SilkS") + (uuid "a6f8b41c-b14c-4dcf-811d-1c8effa25f35") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "c949dbf0-c948-4a96-90e4-c09bf3f129ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7fc2f675-df38-40ca-bdc9-f0eff5a8f165") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5205c735-56ea-46c1-b7c1-5ada1c96da8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8171e1b-2947-4606-9853-aef0a1572933") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "955357bd-8970-4c43-9edc-4e20f68dfc16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "af3a6f05-40f6-483f-8210-e6d3c69b3307") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c1da07e1-7775-4f26-a210-3802462393a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "55346544-3004-48b9-b0d7-034da684721f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/f407ae9b-2890-4302-8dc3-07eedd81cd2d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce76d370-5929-44ac-a822-54651d892fae") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25983185-447c-4628-9bc7-c6d5b1dee1d8") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dce95df1-a909-4c96-ae91-6fcc2bcbf3cd") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f108bdd-92b2-4fca-ad64-b1249640bc09") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9b9bcac-6a2b-4d24-9051-2c246a8ceb85") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86200380-bf66-4546-b1a9-d5dea2e87693") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a6d2c46-ff12-4e6c-acf2-7dd77f142967") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8c0e060-0a8e-4e7c-9de8-0757d771784c") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d533d967-9b76-4c04-85f4-0f472435293b") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4ffc761b-4cf6-4ea1-ab95-a1a94e5c5b16") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63acf0fa-4e17-4c48-ab86-f46273962814") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57c35735-b90a-4e9e-999a-2cf9a1f6d6dc") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40e8a360-5fbc-4679-b282-52a256c265ed") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24ef5d5c-ef7d-4633-9602-9cb1989c476f") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "94db7ffb-09d0-4f83-bc40-e9ae52f2928d") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "44274730-dd38-486b-bc0f-0a926f377c6a") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "81819a83-872c-43d0-a4e5-d34ffcf4794b") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "1db30f9f-1d31-4b2a-8cef-23b86dd8982a") + (at 62.738 141.478 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C17" + (at 1.263 -2.172 180) + (layer "F.SilkS") + (uuid "1b3f467d-4342-412f-9a38-27693db42806") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "5e63cf59-61ad-4e7a-a6f1-920e288969ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93fb2c89-3296-4e5e-8c1a-387c0056c3a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a839dd91-044a-490d-9b50-012c93a885b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35938cf6-b4b5-45d2-8f4d-ddc7d22b6df6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f9af0661-4733-4469-92d0-f5f6841e1e2b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a873c50b-6611-4bd6-9810-c2f5841311e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7158a390-888e-4805-b341-0652c9aa5479") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "90b817da-29e7-41ab-999b-1027c85206f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/231e626b-c749-456e-ae7a-cb45764150eb") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ecb2cfc-27f0-443a-a7e6-792824adf5fd") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "501d52f5-82a4-4d31-8f83-82f5a7f4299c") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25ffc1d2-0115-4739-b117-92bbafcaf48e") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9adef4c-f4bc-419a-868a-6affde2bdd43") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f086a7fe-5f21-4446-b89c-f8c5af534ed8") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd16f5f2-7bd9-4475-b30c-9a5e73446dc2") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e9d19c4-fa84-4d0f-9432-cf2489ea9d05") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3763ed5-2128-4874-a5a9-c63d5e1943a5") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27f18845-1230-470c-896e-ecd8b3e98c6b") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e08e1b5-f31a-41e8-824c-a42e827265c9") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f15ad205-a7a3-443a-b078-b78ee97042c8") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0129a907-c453-4cc0-ac38-2548bb2c92d8") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54b58783-92d7-4f91-94ff-2ed3e1ab81a2") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dba7a7db-689a-4aca-95d0-8d088bab3068") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "95cf2c07-3b58-45ce-9a26-ca5c03c3b75d") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "1b51fcc3-5406-42c7-998f-81c7adf2562b") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "fcc3b5dd-d99a-4ba6-811e-7aa849035ea7") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "1dcafa97-105c-41ba-865d-7f2d609d6e57") + (at 83.727 64.2425 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R25" + (at 2.1385 1.704 180) + (layer "F.SilkS") + (uuid "132ef378-5f6f-4666-a374-5322943346b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2.2meg" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "cc5edb73-9c02-4521-afdd-759cee023b34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ee7c33b-29dd-44d7-9a79-3f27923f30e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "537e5423-dbf2-4dc4-a958-6ae1aadb6d9b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01843db4-d0d5-4895-99d2-984e0e22c136") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/79d0d3fb-02f8-4f77-8584-b9a16375181c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "952412c7-01d1-41ab-9520-3140380a592e") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2218e77-a8b0-4d3d-b6f8-5f4722bffc97") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc1703d6-9573-4923-afcd-6110cb7068a5") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0736c56b-584b-4bef-ae09-5d96b0aca746") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c33b4053-ab91-4fbe-ad07-e294c6e078af") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43604e30-972a-4fcf-9548-67fed3d99f2d") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fe51f30-6a05-42a5-985b-c68f4d347981") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "598f7865-4a53-4d57-a5e1-0d04376b7f01") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99ac65cd-4d03-44cf-b9dd-177d049f4698") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5d089ed5-fda3-48c5-8f1a-a7e86707e233") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67f9e4e1-96c4-4bfa-ace8-b88235639d31") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b799549d-aac0-4021-b796-c825aef066a1") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "74c61812-037d-41ba-8ff0-b7e12803f5e9") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U10A--)") + (pintype "passive") + (uuid "1ec4390e-445a-4b4b-88fa-24c192f23e52") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "/FINE") + (pintype "passive") + (uuid "2a8657ab-7d6e-4ea8-8739-3c82cd6c11de") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal" + (layer "F.Cu") + (uuid "20e8cfff-a2d5-42b5-a82c-80f3b7c37e49") + (at 55.425 101.9 -90) + (descr "C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf") + (tags "C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm") + (property "Reference" "C3" + (at 17.1 -0.025 0) + (layer "F.SilkS") + (uuid "c78d2531-0703-4e42-9d1c-0e9dcd273c29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220p" + (at 7.5 4.37 -90) + (layer "F.Fab") + (uuid "2dded8c0-de67-477a-8606-890f847b58d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5db761f3-2fa9-4e7b-8c59-efdd92be970d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "209560d1-f08c-4d03-9ef9-418dd3c22076") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b354a6ec-f741-470f-b3f5-0279ae14dd4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/930c63ad-01e3-498d-9bf7-a7ae1f36c6b8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.38 3.37) + (end 13.62 3.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5181ad3-5d3b-4a3e-8029-79d265cf11c9") + ) + (fp_line + (start 13.62 3.37) + (end 13.62 -3.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79864afa-9ee3-492b-b381-81b2071de85d") + ) + (fp_line + (start 1.04 0) + (end 1.38 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8cb398a-3ad9-49fd-84a4-cfe6979c42d4") + ) + (fp_line + (start 13.96 0) + (end 13.62 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adadb1aa-87d7-40c4-b7d3-273219d0d2b0") + ) + (fp_line + (start 1.38 -3.37) + (end 1.38 3.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "105a02a4-9e43-4287-b053-ae2e192f3c81") + ) + (fp_line + (start 13.62 -3.37) + (end 1.38 -3.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab7d58f4-4bf5-401f-82ea-ab1cc916d491") + ) + (fp_line + (start -1.05 3.5) + (end 16.05 3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e7f878db-97c3-47d9-bdd7-6e1a412737d7") + ) + (fp_line + (start 16.05 3.5) + (end 16.05 -3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de1d6eed-b5fb-4cc7-a8bf-0e42885f78f9") + ) + (fp_line + (start -1.05 -3.5) + (end -1.05 3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8aa4d7a7-f037-48d0-b090-92a6dd635e66") + ) + (fp_line + (start 16.05 -3.5) + (end -1.05 -3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b16a9e0-ad0e-4f11-98b4-eb2389720aa1") + ) + (fp_line + (start 1.5 3.25) + (end 13.5 3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "acfa0703-a082-4f28-a719-3db89b0aa7ca") + ) + (fp_line + (start 13.5 3.25) + (end 13.5 -3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a3a220e8-d632-41fe-a3bf-ba3e2c1c0c09") + ) + (fp_line + (start 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62a41b04-e80f-4bf8-9fc3-c4f9aa06ee74") + ) + (fp_line + (start 15 0) + (end 13.5 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e56afed8-14d8-449c-8559-bc51fa20222b") + ) + (fp_line + (start 1.5 -3.25) + (end 1.5 3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d140531-f120-49c7-aa9b-46e024ec4c8c") + ) + (fp_line + (start 13.5 -3.25) + (end 1.5 -3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46489e7c-227c-4a45-aaf6-e191e276404d") + ) + (fp_text user "${REFERENCE}" + (at 7.5 0 -90) + (layer "F.Fab") + (uuid "97e104f1-0560-4b23-b776-c16a28e9195d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(U2B-+)") + (pintype "passive") + (uuid "627f7ebe-a5bd-4e27-b0f2-806e88a3ea36") + ) + (pad "2" thru_hole oval + (at 15 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U3A--)") + (pintype "passive") + (uuid "94437e38-11da-4b8d-9ea3-12328a9a4880") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "23e6e02c-b885-4389-863e-6ed00b2cf8b2") + (at 76.962 145.288 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R21" + (at 2.54 1.778 180) + (layer "F.SilkS") + (uuid "bfad046d-826f-4b0f-bdc9-ef83faf18351") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "68k" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "f2f49d33-1d1b-41d8-9500-340653d4db82") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6db643dd-43f8-42ad-aa02-c09cd169257b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "383c3b0e-b74e-40af-92c9-ac61e0ad7d75") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "444fa629-549b-4690-8cb0-7ec025751d22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a82f254f-e50f-4a00-95ca-9f678eae4fb1") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cb23040-0792-4cf2-9d64-06777b50b1f3") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b264ed96-9ddd-4fe5-860e-fc405e8b489e") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad3389b2-d034-449c-886f-0fcc1072a124") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "372cd098-c43b-42f4-93a7-80ec4c688fcf") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ee1e929-0a2a-42b1-babb-d3201bda7c16") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9017706-6a1f-46e8-bb35-59df18ce82f0") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3994667d-0faa-474b-882b-91e9216b3a45") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0d0a147-0a81-437f-8f70-84e369e9cd66") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19034891-25b5-45f8-a71b-4908a0603cbe") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "597b033e-0485-44af-9230-317ebcadd639") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb04bb93-b996-4d09-ba37-a74f3760daa8") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9d9b150-5c87-4bb6-b223-13db4a4f94fb") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "3807f80d-7a7d-4efd-bfbf-f1b92088b220") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "Net-(U7B-ID)") + (pintype "passive") + (uuid "8a3c1684-d939-4499-91c7-ec0007355e82") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "088acb08-42cd-42a3-9be2-163679225565") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal" + (layer "F.Cu") + (uuid "265d411a-4057-43cd-8467-e52c3951ed61") + (at 74.422 153.162) + (descr "CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*5mm^2, Electrolytic Capacitor") + (tags "CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C5" + (at 9 -3.62 0) + (layer "F.SilkS") + (uuid "09e7b533-ea22-41aa-99c7-15c2b901ca39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220p" + (at 9 3.62 0) + (layer "F.Fab") + (uuid "343b8481-dda4-40f5-aa0c-da184803ddf1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56416201-79be-4ec5-a90a-81085b3bb267") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3fd506e2-2feb-40a0-9d5a-14ea7bcaeb0e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e0099e0-7e36-4b2d-b4f2-1fd0bd9b92f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b35f1b32-451b-42d4-9b7f-b1585aa6e10c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.28 -2.6) + (end 3.08 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3148153f-a7bf-4373-9213-6eb47da0dace") + ) + (fp_line + (start 1.44 0) + (end 3.38 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3c5c330-f511-4205-9425-48b87863289b") + ) + (fp_line + (start 2.18 -3.5) + (end 2.18 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1e3fa5f-4123-4a79-95bb-9feda1198c5c") + ) + (fp_line + (start 3.38 -2.62) + (end 3.38 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12fe328d-eba4-4277-8e32-4959694266c6") + ) + (fp_line + (start 3.38 -2.62) + (end 5.18 -2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dffce066-dfbd-4a8b-be31-31e3ff6a4d2f") + ) + (fp_line + (start 3.38 2.62) + (end 5.18 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acd7954e-4111-4177-9f22-baf433163af7") + ) + (fp_line + (start 5.18 -2.62) + (end 6.08 -1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1bb1ed5-2781-4717-b134-aa2d500e7853") + ) + (fp_line + (start 5.18 2.62) + (end 6.08 1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e66341b-b943-4667-929c-c91791143f22") + ) + (fp_line + (start 6.08 -1.72) + (end 6.98 -2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1851592e-5feb-4ed6-8c4e-89b639cf45f0") + ) + (fp_line + (start 6.08 1.72) + (end 6.98 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f76c00e-9004-4b25-bb1f-1254e5c12c69") + ) + (fp_line + (start 6.98 -2.62) + (end 14.62 -2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1a19f14-42d6-4ac7-93c0-9acc416374fa") + ) + (fp_line + (start 6.98 2.62) + (end 14.62 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89a67cb7-47a8-499a-a596-a66808d9efaa") + ) + (fp_line + (start 14.62 -2.62) + (end 14.62 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38ddfd5f-6374-4392-9b19-1218bcd54381") + ) + (fp_line + (start 16.56 0) + (end 14.62 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53dcbe20-0eea-4d92-a881-caad5182872c") + ) + (fp_line + (start -1.45 -2.75) + (end -1.45 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e7aa74ce-0511-4b2e-83aa-5830c1bb3423") + ) + (fp_line + (start -1.45 2.75) + (end 19.45 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4d8df6f-e54a-4f5a-83f1-4b3f139a01e3") + ) + (fp_line + (start 19.45 -2.75) + (end -1.45 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffe41b32-ee01-4670-9abe-b50ba9e707df") + ) + (fp_line + (start 19.45 2.75) + (end 19.45 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5c89281a-9d18-42e5-be6a-7e27135bf7a4") + ) + (fp_line + (start 0 0) + (end 3.5 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f487bfb-901d-4035-a7fe-8820f01e0365") + ) + (fp_line + (start 3.5 -2.5) + (end 3.5 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2eaeab27-09b2-4996-af3d-971ecf9bfe46") + ) + (fp_line + (start 3.5 -2.5) + (end 5.18 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9490ef82-3ae0-4701-a797-bb1e8c2d34c4") + ) + (fp_line + (start 3.5 2.5) + (end 5.18 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9bce4ed-b9a8-4b87-80d2-70ab1e4e4da3") + ) + (fp_line + (start 5.18 -2.5) + (end 6.08 -1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c365a17-0ed1-4796-a72b-a25c72b67f53") + ) + (fp_line + (start 5.18 2.5) + (end 6.08 1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6424b8fd-eaaf-44b6-9319-99778587e9c6") + ) + (fp_line + (start 5.2 0) + (end 7 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04fbc291-87f7-4014-b54c-654515ee1f75") + ) + (fp_line + (start 6.08 -1.6) + (end 6.98 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "adf88627-cfab-4819-aaac-87cf602c9a4b") + ) + (fp_line + (start 6.08 1.6) + (end 6.98 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b0efb49-0646-483d-8ef3-650b28763686") + ) + (fp_line + (start 6.1 -0.9) + (end 6.1 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c90367ec-9ae2-4bc5-9647-c3076f8c1ed4") + ) + (fp_line + (start 6.98 -2.5) + (end 14.5 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5d500176-248b-495f-bdaf-0cee4f3f9d90") + ) + (fp_line + (start 6.98 2.5) + (end 14.5 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6d9f739-7b5b-425a-92bd-afe01e56a03f") + ) + (fp_line + (start 14.5 -2.5) + (end 14.5 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "061abd43-7393-4199-b609-798fa089110d") + ) + (fp_line + (start 18 0) + (end 14.5 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b29c4818-0d9a-417b-92d5-751fd6c5cf81") + ) + (fp_text user "${REFERENCE}" + (at 9 0 0) + (layer "F.Fab") + (uuid "14abd740-8d59-4f7e-bcef-e4deec9a717c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(U5A-+)") + (pintype "passive") + (uuid "fa620120-9217-460b-aec8-a200074b4281") + ) + (pad "2" thru_hole oval + (at 18 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(U4B--)") + (pintype "passive") + (uuid "6582d98c-bda9-4c57-9ca3-177645cac144") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "26d74a71-48ed-4463-8781-72f7f7755a17") + (at 109.474 116.84) + (descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x04 2.54mm single row") + (property "Reference" "J3" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "a41cf314-fea5-4db2-8c93-0e4c0ca0201d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Connector" + (at 0 10.39 0) + (layer "F.Fab") + (uuid "82afd6ff-040a-4f7c-9be3-c24af73b28fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bab5780d-0570-48a3-b919-2779610b737b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9da69c85-b067-44db-a14a-1f650605742b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e5aa4c17-2523-4c78-bcb3-7508e1fc8985") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/35305f0d-1c84-4862-8ffc-9efb7a50aacd") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f426cf4d-9703-4dc1-b705-d8dfeae97076") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea8ede7f-79b6-4a3c-b5c6-32bd50ad3107") + ) + (fp_line + (start -1.33 8.95) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90c9d93d-a18d-4e25-ba04-d2d0d08bdc6e") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1097259-afdb-403f-b156-b19e643b9b3e") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52ea9157-1cb5-401a-a228-d7dc7dc8baa1") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69088436-bd98-4f7a-ad68-20064a47cc13") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28c75b67-3fdb-4ac1-b93d-fc11f37458a7") + ) + (fp_line + (start -1.8 9.4) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80972855-0eb5-4b11-8819-02e18f4b4910") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7032fbc8-2bee-45ef-b1c8-164deedcb3b3") + ) + (fp_line + (start 1.75 9.4) + (end -1.8 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6591bea5-cdfe-42b6-af91-8dc2837b143b") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28b0062b-2cb0-4172-b49d-8932cbb99dba") + ) + (fp_line + (start -1.27 8.89) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b41838a4-c5c6-494c-aca2-ef9460f8f0cc") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c627a5a4-aa56-4da2-b637-b96a99332032") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c64e36a3-2c2d-4605-b154-b159e9ce7f8b") + ) + (fp_line + (start 1.27 8.89) + (end -1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba80e1e8-6ce1-482d-b59c-e3437609097a") + ) + (fp_text user "${REFERENCE}" + (at 0 3.81 90) + (layer "F.Fab") + (uuid "e9ea8c95-4cf4-47e0-8bbe-c5f19e664bb4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "/A0") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "18004a61-f5b6-48fc-804c-9552525b5a03") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "/A1") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "8e7243ed-9209-4779-93f3-604d71a05b88") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/OUT_2") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "40e51ce9-7daf-43c6-96e5-db04f8756cec") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "/OUT_3") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "48a7f193-a545-4705-9f96-538691ece0b6") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "27c0ed3a-1946-40a0-a1af-c1353db37911") + (at 61.976 62.23 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R36" + (at 2.54 1.763 0) + (layer "F.SilkS") + (uuid "507a2e64-03d6-4bc5-ba98-3bc2f1be5477") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "0f00a984-c9f1-4e76-a10f-7915dcc9b1fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "22b9cdd4-883e-44e7-be2d-44b36ff77200") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "08b3ec5c-b3a4-4dc2-9a2b-8c1089e38e7c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20b6b9df-642d-4b86-9c7e-a5503327bb42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ac96da5b-2b47-4cc4-adbe-3683bb864be3") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "121b7ae5-232b-4d30-adcf-be75d69afcb8") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a42a57c-125f-417b-b6a3-98087da7537e") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71a558fc-4bf5-4536-9cf3-3f1cf977f1c5") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74f5f168-1603-4bdf-ba75-37d26ca8e537") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "22eb8dde-3f78-4b91-a5f5-ba9dec533ae1") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "018edd2d-f12e-4a8e-a1a9-919f52484edd") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88053db3-56f8-4d80-8af5-34af0818747f") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e97be87-2b3e-4db2-8797-94eff5bf324c") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34cadcb4-631d-43de-b9a0-13dbf1a0a5c2") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90bde8be-589c-44fc-b261-757fad6a235e") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a43642d-8824-4730-8239-3fe0d4cea9fe") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "324e2df4-6fd0-4300-b2b9-6b8bee617a91") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "f63908a1-9a70-4aed-a993-f9a2e7efeeb5") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 66 "Net-(U11B-+)") + (pintype "passive") + (uuid "c816c185-fb5e-40de-8c3d-0a8e80b49314") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 65 "Net-(U11A--)") + (pintype "passive") + (uuid "c076f473-dbd6-4939-ae1d-9183255f59fd") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "27df1631-b466-41f6-be91-ee8089b053d2") + (at 91.7 64.2 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R29" + (at 2.286 1.778 180) + (layer "F.SilkS") + (uuid "e4bd85c7-a2ac-4e55-b47b-2c62be7f3f0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "e1724a2a-e38d-4500-b2fb-545d4bf983a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c035600f-9802-458c-9abb-fb22588fe760") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1816274c-3c9c-42f1-b3a7-88d6c8fcc027") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97978b4f-d356-48ce-8ba8-7d26904ebfc3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/15ecdece-37f5-49ae-8a58-f6e08eff75d2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbc4ecab-7029-479d-a7d2-48e921b07cee") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63cd516a-2c89-4d43-9fa3-1597ae82baad") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fdcb23fa-1103-43ba-b2c6-a5d598ca3f2e") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31243e4a-9cb1-4303-b1d1-465629a22754") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6067945e-c3f0-4227-a649-ed9fec73a3c4") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab549886-03d2-4f10-9d25-36b0365ab774") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0457beb8-71a6-44e1-af00-1748b28eb136") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "890ba9ab-418c-481c-954a-8654b099bee8") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9114923d-0f12-4780-964d-3aed260b3219") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52371d79-b94e-45b8-aa27-b7f1cdd73aa4") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e9a56bd-f962-4147-9865-c6806e6f7258") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "682bf241-3a59-4de0-85c9-5cfdddbf6d59") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "60ad3b11-bf61-4676-92d2-68a00a850b61") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C6-Pad1)") + (pintype "passive") + (uuid "0cc9d7cd-3c6a-4867-a007-3014af1d7382") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U10A--)") + (pintype "passive") + (uuid "4399520a-1617-48c7-ab9b-8afba33c7b4c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "28d26f55-51dc-4856-ac7b-fdb4e9b7a26a") + (at 89.1 76.1) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C25" + (at 1.25 -2.175 0) + (layer "F.SilkS") + (uuid "70565f79-71ca-4fba-95da-2828374b5173") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "f7103393-9157-4da3-9f07-aaa57761b325") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba09c2d9-4520-49ff-abf1-9af3462731cf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89527e2a-d86a-421b-92cc-45261baa2727") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db9567a6-839f-4174-b2e6-f0d7f63830d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "185ad2a7-53f8-4afb-a87d-b49c60742abb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f264c66a-8896-4254-aa6a-3c0a29973159") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "042f077b-9c77-43ae-ba4f-52a51b6e768f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2b3fedf2-3b7d-4098-887e-b2955986cbf6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/321711d7-1cae-4b02-8a1d-54e5a7b73e28") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c8c6e48-6776-464b-9d65-7dfa1783c129") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60ab06cb-90bd-4b35-8204-5640fe55e005") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a14f9278-c52a-44e7-84c2-94d4272646db") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a549749-cf17-43c3-ae88-45de52faf106") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1bd91c32-dc72-418f-96b4-492dbab11ba6") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78e4bbc6-7daa-4c60-9c14-623ddac94c49") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a3bd1562-b7a4-445c-9143-e0e0a6dfd19d") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e17d7602-8ed0-41d1-8fb8-e0494dfa352e") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce1c2200-a732-4371-a478-d23153ecd461") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f75970f8-5bcf-4ff0-8f5c-0d6c059a24ac") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71177d8d-5dd2-4b8d-8ded-ca925cef4f2b") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f72c313-87fd-40ca-9547-21cfd429010e") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aeb4fd51-a950-4b32-ad20-d727cd17132f") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "caef37f2-5d6c-48d5-844a-e3e438c3d530") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "6b5fefef-4ac6-480e-9918-8a2a38b0d4fe") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "91ce2322-1f58-44cc-af90-79d93843e4e9") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "929ceba9-ac31-49b1-9f68-16f0cb6ef8df") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "29c89248-3696-4357-8005-8ec4c2d37a43") + (at 69.325 112.525 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C14" + (at 4.25 1.175 -90) + (layer "F.SilkS") + (uuid "c1db6a3b-e374-4eb1-b1ca-277d96049fb1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "d7f99fe2-d60e-47b3-a943-9c4e8c35f1f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cd7d822-1c60-49a0-aa4c-315552e44cb9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d24b4ef3-2363-4b9a-9be6-2d9699e50384") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4818cc5-619c-42f1-9652-b9a0b4d72f7e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4209e003-ea03-4b59-8e83-3db061dcfd5f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "146a71d7-c2b2-45ed-a5e1-39be0bdb2576") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5585f917-9095-42c6-961a-9382de9458e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "823d3a54-0ee3-45bb-801e-6e663405b5e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/b05bd125-d53f-4b85-93af-d1af4512aa8a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c32f2e94-527c-4e7f-ac8f-7edbb5024a02") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27bea5fb-ea8d-48fb-ad60-c1ddbd55e7f2") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8fe0dcdc-6268-406b-a175-f2020f64bf15") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "375e2808-302c-4c21-922b-7728e798180f") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a80848f1-e44f-476d-97b3-35a9953e6338") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7aeae379-21b2-46f7-88c7-0180021ec725") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "089cba76-cf12-4d5c-b5b3-519c054fa341") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "539d7630-946a-4dcf-9570-931f99701ad2") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3da3dea8-e2ee-4ffd-bb37-6e04f3b88219") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d37936c-b348-4cf8-a995-24bb6e8b0135") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "271c10a4-7b69-4c8c-9d90-288bb61a2a78") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc161736-a1f6-442f-8288-0fb54aa6f97c") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45ae8a85-6dc1-41e9-b017-803a7aa18d91") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b84e23e7-9fb5-4338-a3ff-44fcc4902e0e") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "2d64f472-6c2f-4488-a34e-57482eeec51e") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "c7f7cf5e-c803-4844-bff1-0ec355a3d9bb") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "8a064020-29b6-41fa-a079-fb58965d1f80") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "2ab39b8a-6f10-41e1-ac6b-f969005ab1fe") + (at 57.738 93.64 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R1" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "dd0d3090-a9a1-4ee6-9fea-26e29d246b6e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "351dcefd-aaee-4857-b97d-1de85a71d9a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2d63c2b-57cc-4f59-bcee-23357b9c3995") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b5bf514-9fbe-4d5f-a73c-866c6888eb5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c343445-94da-40d2-986d-7c5168db3d13") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a2611992-01be-4238-a021-434b9fc8b303") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c07ec936-59fa-4085-8beb-d1e19f83edfa") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23b7c9b8-c994-427d-8920-da1bf6879533") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a75ed326-f31b-42bd-a56b-3462a813ec14") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01a9c77c-96a4-43b5-a61d-71121a95c0f5") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "829b933b-4760-4dcf-97b5-3f3235db6a28") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c20f7a52-55d9-4075-957a-8197db782658") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ebb0927-43da-43c7-949d-5e3e878a5a20") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12a15a0e-a294-4b2b-b62c-a9527633b466") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab422c83-8e59-47d4-9c7e-524c15256914") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92262044-1a5b-46e1-b48e-d9fed74caa5c") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5573e2a5-ffda-4fb0-b0bd-e0fe6565d3b9") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "27e07d2d-08c2-4712-9c5c-be193d9a1c76") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "657a50be-d074-4777-9414-ae71c573b017") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(U1A--)") + (pintype "passive") + (uuid "9b507d9d-7dc6-4dfb-94da-0ef35fda50b1") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "4aa73862-b84a-46ab-b90c-06545e3e574e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "2e93e35d-e92d-47c4-9c8d-ec7190648d15") + (at 91.3465 94.488) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R4" + (at 2.54 -1.778 0) + (layer "F.SilkS") + (uuid "8ee6f108-4c16-44bc-bf65-e2014860d618") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "9621d57e-4068-4bec-85a8-cce5250eaff8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ecae02a-9fee-4e83-88df-f89594e59a87") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "095775cd-b769-4615-bd17-7c692fa207ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa56bc3b-5ae4-43f6-b477-320f1138e315") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1cc250e3-54b1-43c1-814e-51a36649e104") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a2130a9-41b8-4d0c-a378-4cff24917f19") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c39d7198-f36d-4582-9067-9dcc6eaf4ade") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66f2c783-3969-4d87-948a-389fa80bcfd0") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af5f298d-aa9c-4714-89e7-f275ed47e9df") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5945949f-478c-4738-a032-a64c0aba2f2c") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab25883a-a596-44ca-84a7-3653021982f2") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aef2528b-5ac7-4b20-9a79-94abbd29630f") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52208cc8-281d-4161-a69e-9ebfe21b7752") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb02398e-8b55-4328-bc4d-b69cf9a0cb83") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0bc7f652-46f4-478d-890c-b6ae7915c51b") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "344d7a19-c598-4ff4-a1cd-da3931e8576b") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e34464c-4435-427e-ad84-531cccff681c") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "86a2fe9f-db8e-4cf7-b151-f02331e95f0b") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(U6A--)") + (pintype "passive") + (uuid "37a72670-851e-44e3-baf6-3121b5d66dfb") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/OUT_1") + (pintype "passive") + (uuid "0e10e618-a6ff-403a-af1f-f28991c7a8f3") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "300648cf-b6c1-44b7-9a3b-8d7a79cb4a8d") + (at 61.976 73.152 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R37" + (at 2.54 1.778 180) + (layer "F.SilkS") + (uuid "0e0e19e7-dda7-4f54-bc26-50af5b8690cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "18k" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "c38327b6-2c30-4d55-8181-3757b6f147d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d664fe18-c1b9-4331-b6fb-80b95ac59dc1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5fd224f-9661-44f8-a72f-2de94ad6b07a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34d45827-1670-4502-9b69-126f8f399b30") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9482dabc-9091-4dec-8227-54f6989bbf94") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b06f6be-b6f3-4c12-982e-e86b29ef59d4") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f233934c-a2e6-4ef9-a8ed-b19ce6bf910b") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4153c97-9117-4d77-8621-3d08d349fe8b") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a86d5525-2b66-4ef2-95fb-92b743478c79") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1b67b90-db4f-4869-a835-e671764ba272") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbe397d2-b90b-4695-a62f-6f421c22031e") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "883047b5-126d-4156-9dd5-e39b6fc645d9") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec791fc3-6b53-4d88-b509-417e46175a6e") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7506657a-5a9b-4e24-8ccb-e2e949843ce5") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8d4379d-7a27-4f62-b06c-3d326103d2d0") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73130623-4301-4c99-9924-e82cd866612c") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9da944b-524a-4270-881a-dab4946f1d65") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "0aaa83fb-2e94-433a-847d-74693251e68c") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(Q2-E)") + (pintype "passive") + (uuid "bab3c267-01de-4980-903b-adacd3b17236") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "17d5dad9-a1ee-4f3c-8634-fe16a722617b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "328f79ab-74dd-4310-8e32-4c62a10accf0") + (at 71.882 141.478) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R18" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "4df60fbc-3dd7-4b03-873e-6c6232cbe2b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.6k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "5fffcb1e-a61d-4bfa-88fa-8e9f4b258dd2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a929abc-f8a7-4acb-8305-7aeba5a98fa9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fbc9f30c-ce2f-4e6e-9a37-83133f370d8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79f0bf95-de4c-4795-b702-a71f64b167f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/158223d5-6243-44d9-bd8d-cf6731c2ae88") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "36007917-d47a-4344-b059-b1e9a23f90f8") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3987446-0f6e-4a1f-b820-508a8cea0a14") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "927c3e9e-88ba-4a66-ba60-3aa864e7733b") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4363a763-cb41-434d-b8ff-3f84a6b41ada") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42353a23-2256-4425-9feb-51b4fed3ef7a") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76446604-becc-472a-ad66-5ef96f2707f3") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "822ba490-f85e-4a9f-9e00-2cd0fa8a63ba") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bba1c863-5d5c-4462-93b2-bfb452d5aebf") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf4e883e-e2da-4034-8ff7-1ece4c7f33b2") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df857975-77da-4c05-9630-75787785286c") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0fb2d218-8784-4e06-8a1c-d53b46ced4e7") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bb1d155-b381-46d9-85f1-e8ba49747b26") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "0ba78ba0-e460-4abd-94f9-351d7751eca9") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "Net-(U4A-+)") + (pintype "passive") + (uuid "49f72f14-8d9e-4b16-afdf-a1d567643aaf") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "741bfdfe-5ff2-497f-a1d9-c0e8ac01d4d8") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "32b04db6-ae0d-48f0-a004-804b0d32f268") + (at 61.976 69.511332 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R35" + (at 2.54 1.763 180) + (layer "F.SilkS") + (uuid "11767ddd-b857-4ee6-abac-be854eb1f516") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "8d8d607f-90ff-4665-99bd-0ee51d9b05ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93c3c163-f385-40ca-99bf-5ca02f002977") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19c37b09-4685-4627-a76e-7c4af19cc782") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c37494a4-654f-4d7c-b482-89daad31376a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0ab2c2c4-30eb-46a7-a789-2199c5297d86") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d773793d-f511-49b1-95da-b0af4d6c3357") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e68a9c20-01fa-45c1-8f3c-c94c47eef0b2") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7217c698-6f7c-4d49-8d5a-0be9356d31f8") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "12af4ea8-7356-423b-bc10-33c17013b42d") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f31802c-4542-4fab-991d-95311b1fd664") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51ab9405-a575-4b0d-b3b6-0a1b2f85f827") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aad1e03b-5085-4464-a568-13217e80059b") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "078368ca-88d6-4d91-9a02-11527b40e336") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f9c2ca2-3017-424d-8e02-f73b3ae3000c") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88aa7fb9-02d8-428f-bb0c-cc5ddd5415ee") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4965917a-abd6-48ef-b6ed-258a31338b90") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b425e735-54cf-40b0-8579-59b1f01f4b7c") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "1bf89beb-a365-4214-8221-d86ab2135f5f") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 65 "Net-(U11A--)") + (pintype "passive") + (uuid "76bf8b05-fe56-49e7-939a-f47ad84e2e15") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "/RES_MOD") + (pintype "passive") + (uuid "d6516419-3eb0-4d56-b55e-962758da9e48") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "3382ab62-f660-474f-8044-42fffb500a13") + (at 88.148 140.218 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R14" + (at 2.54 -1.92 180) + (layer "F.SilkS") + (uuid "16c336fc-0865-412e-bd55-97c845e276a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "eee4e534-fa1b-4ee8-a9fd-7c6f2421c645") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "466a7076-3490-41aa-b49c-f5fc9db9900a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "583183a9-c7ce-4254-bd0e-4a9ade17632c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d85ee17-38b4-4a17-a15b-006471903b4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/af0efbed-a2de-4a45-b5be-30513ef6b681") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6523917b-c9cd-4c79-ae92-ffd6ee0048cc") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b5b3464-f562-4999-b62b-186ecbd5e3a0") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "44cb7191-1a36-41a1-99ed-c0dd1b2eaea9") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31f8f1ba-c223-4156-aa6d-8338c3c3cef5") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53188655-b27c-4046-bfa7-6a2983b1ef58") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "621467ef-d7b3-49e7-9342-e67353b3367b") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf01cdce-a775-4ffb-ad29-c6eed8344c7e") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a92d2288-9d07-41fa-863e-4b8a9d778b03") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7bafd210-a631-478a-adab-2a82508dd741") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8fefa31b-6b12-42fa-a2ca-8b2420e679ea") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50a73ee6-3cf8-4411-8069-8935bb494ddd") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7feb3f8d-a0e7-4f2e-bc4e-0bd5f4b7a63d") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "dceabdab-c166-4230-b374-68cd61968226") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/OUT_2") + (pintype "passive") + (uuid "3257c1cf-097a-4eb3-9200-fd8addc51e66") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(U7A--)") + (pintype "passive") + (uuid "88859e99-5ad9-4a78-b94f-e52d0b56919c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "366e1a94-a6e0-47ee-834a-1e5e0a676977") + (at 92.476 98.298) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C20" + (at 1.224 -2.073 0) + (layer "F.SilkS") + (uuid "9c8804ee-11e1-4d8f-aee0-75f91cf3150e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "39870a74-cd5f-43c4-bdc4-fbcdce53c547") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e56dcf6d-74f5-4867-905c-e8d610c37e1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bdd473fd-ab49-44af-bd69-fb0cc4bf4117") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac6f34b0-6e4d-4a70-90a0-9f48b4c69ac7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4c2532c5-f587-46c4-b845-f7fc9f2e973d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "eeadedf4-78f4-40c9-9027-1d1e44282f51") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1cdd2855-9e13-443b-9d5e-ff7969cac131") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6cd16be6-b8c3-4742-8188-6f3da39387c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/bdc88f12-ed0e-42e9-b941-bffa65f128fc") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c011db05-3c36-4db4-919e-08f166028002") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c52c3327-357c-4b9a-b663-16721b3fcfe5") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "890276a4-7cc9-4ffc-91d4-3433fc530710") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83699107-c925-417b-9113-3b2462162ef2") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b14a7dc-f819-46d4-8bfb-cbce0ff0562c") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f39ccf23-8c07-439c-8f89-dd4407f30862") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ca2684e6-07f1-45cf-bffc-eb5ffd4b2450") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5cc709b-8326-41e2-b92c-f1683cbaeab1") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51c3b4f5-1bc7-46fe-858a-f76aed5a388d") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18bdc28e-e8ac-4059-bdc5-60ac01242d4f") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b528af2-01c8-4e34-a564-1e628fa72da5") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7397f570-d7dd-45b7-bd95-91e818e00e7c") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7d972df-239f-40cc-8816-dbd599072ca2") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a08bf478-6d65-4e14-b881-b49938a9e97b") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "f08edc2b-8522-4e4d-a6c6-e644e0f8b0ed") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "3e0e2ceb-6f83-4c9c-a2a1-56db7fc797ac") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "e8e0439c-da9c-4ad6-88df-41f4182a6654") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "36da0bcc-f184-467b-9a82-527bfe20eea8") + (at 74.442 125.73) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C23" + (at 1.25 -2.23 0) + (layer "F.SilkS") + (uuid "1698ac34-c0a5-4bd4-bd33-7491c40309a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "d3cebf76-51e4-45f7-a31c-849b8844c1ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd9c38e9-2c09-476e-8be0-67250d370171") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cc3fc2d-2c76-44c1-a6b8-4e1092ade687") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "987dabda-d787-4af2-899f-41d475c59791") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "dc1f7293-194b-4b17-930d-5344db46e5dc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d7ad4388-fbb4-4735-aeb5-6c4870b63e89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "236ad992-a07a-4f79-b50a-050480359672") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "35e2f9b2-4ddd-4ef1-8fc7-a7f545ac001e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/542be223-2295-4904-b488-34ded3df02b7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9fbcb68d-396d-4590-b79a-be7e290f6271") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adabf0b9-6a74-485b-b149-42fc82987d17") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cbc9082-1b41-4616-a40b-e1227816e648") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dce0c802-7197-4b26-84ba-970bbc169045") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b184d207-b6ba-4a8b-aa4f-0528a5d829ea") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02ff3be5-a5e6-4bc9-ae1e-3d305bded5df") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10d32bf2-c947-4a68-8c4b-946590046f8b") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43b20a60-464c-4f10-93e5-bb335fab5dbc") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a313cd6-b960-44d0-987d-6e60673d21d3") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2763b33-ebfb-47d8-bf19-fdec7de63ad4") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24afa4ea-e043-4175-be30-1c150ed0ba80") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b9f2be2-0ebc-4022-96ee-6fc17077aabf") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6111980b-6760-4e1d-998d-7f06ca4d0b4a") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ede98cc-2106-4299-b0f9-019fcde56997") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "7edd5aea-705f-469c-9c55-c0f0fe48fc56") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "04265a25-b62e-4202-bb81-6897a0936509") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "cd0478f8-81be-4aea-967b-9082be60a9f4") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "3ee3fbb7-e8f3-422b-ad55-44321d60fbc1") + (at 60.95 145.796) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U5" + (at 3.65 -2.246 0) + (layer "F.SilkS") + (uuid "e448da71-bbbd-4a89-9571-ce96e963b142") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OPA2134" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "a4f82635-cdcc-4ffb-8c16-73736afcc084") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc15aecb-9dfc-4ff4-b5e2-f4de4adf2169") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8eb046f1-2381-4ef9-a894-737e4e47a0e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2580a9f7-d477-422f-a157-42627db5b18c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8e350813-93cb-448f-8382-d86b2810a6ab") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a76ba15-d204-45b4-888d-15782bb17db1") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7220e3d6-18aa-4229-8610-8d0694173352") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a075e1a7-c840-4a14-b791-08b0c7230a1d") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b51f925b-f44b-4b2c-aa61-403e9d977d8a") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c56c2e5d-02f3-451e-80e5-557d21858129") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56299d4e-4b85-4d94-9783-7ee5e991897d") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bdf997d3-8fb8-499e-abe0-74cd6f137dfb") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08d91c5a-64c1-47bc-a40c-aa3e721f2ef3") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "833bcd5e-e7d3-4d76-bd28-b97751318390") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "572b7d25-9bd6-434e-b0d4-bd4fee4d6e41") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e98c2bd-963d-4f99-933e-d21c2e229b5b") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2948106f-4d18-4c6c-8bcb-1a8aae75127e") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f7fe0ba2-6c30-4728-9c06-3f5f6dcb245d") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5270e7d2-0f43-46c4-a05c-e44e324ef6bf") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f0da207-6ab8-4389-9d84-6c3e3c1456b6") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eea46d8c-1435-4cd1-bce7-ab1daa5bc80f") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c2ea5e16-8721-4f8f-ab19-f4ae9a7d8469") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd2cd38a-0656-4750-b119-6aecd59ac22c") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e677c72f-ea7e-45a1-9420-50c954f3300e") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0c15999-761b-44c6-add9-4c6c7caca8bd") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f183003d-e485-4e38-b0da-15cbdcf8d12e") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12b26ba1-705c-4961-bd73-a7d3c9178936") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05f82c5c-7281-4666-9bfb-a71c6bf77264") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "7f52a60a-741d-44e4-a720-9bf965bcc875") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "/OUT_3") + (pintype "output") + (uuid "055b9f23-482d-4616-a3eb-96fe6d9d5ee6") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "/OUT_3") + (pinfunction "-") + (pintype "input") + (uuid "be10e756-4d03-47b9-a547-cbb7e6394baa") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(U5A-+)") + (pinfunction "+") + (pintype "input") + (uuid "14602cc4-8ccd-4ad1-98b9-285a3a18aa9f") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "0d2135bb-1eec-4b99-b95a-b267cc001a6a") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 67 "unconnected-(U5B-+-Pad5)") + (pinfunction "+") + (pintype "input+no_connect") + (uuid "fb62a57a-b34f-46ff-bcc8-c03250b3c99d") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 68 "unconnected-(U5B---Pad6)") + (pinfunction "-") + (pintype "input+no_connect") + (uuid "25e0e83e-2bb1-4898-a0b5-492341d88e08") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 69 "unconnected-(U5-Pad7)") + (pintype "output+no_connect") + (uuid "b4180bb7-a6ea-4a0f-b84b-4e8d785f5f7e") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "3bf32cd6-dad0-44f8-90e3-fb9257580c1f") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "400768f7-16f2-4e32-bc58-99b3b7fb6971") + (at 69.05 82.4 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C10" + (at 1.175 2.15 180) + (layer "F.SilkS") + (uuid "33061c2a-fead-4188-a00c-0f13ddffe1c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "1b847e8f-0058-4f0d-bf5e-7d02cc46da0c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b096db8-adec-4c16-9070-faaad023cb55") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c89a1da6-2d00-4e97-8341-7b30cf30efd1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05721b93-ae0a-446c-b695-06b40a2ff37f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4ca6a5e3-c30e-4e0a-abb1-0c20955e885e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b9c526ee-f6ab-44e3-bbb0-75b370a9a1e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "75401500-745b-4c71-8e71-b2175e8a70f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9ee948d0-fbc5-4702-b3d6-3b13504e5bcb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/767b8548-35ef-4d26-bc26-5c29724cce68") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "437b043b-2bf5-4148-9e9c-920917dddd08") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c550603a-e8dc-478b-8a71-14c1b4169045") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "729eedc8-fea1-48e9-9b31-d16e58fbaf91") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb030416-9a05-4b1e-bad4-a7baeab643b9") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c54d6a56-71d5-4635-8148-60b48a49c2e6") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dea81336-fe08-4dd1-9a52-68b1324b3c6c") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0d2771c-d5dd-4876-9dda-a1385c65f5f8") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6dda8615-35b3-4b25-a014-42a1e30aa067") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c9e3333-e2ee-489e-82b7-7ddf5202be66") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af86db1e-5cb6-4a0c-aaad-620e6c3ff9f3") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d54df33c-3110-4c83-b045-0574cb915039") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "973a030f-7915-4e86-92c7-00e715660088") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa510162-abff-4d19-886f-ede0f8a6583f") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad565fa5-403a-4cce-8ee9-da2b047830c5") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "efeffe82-ed8c-4e96-957d-e4f081f79342") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "a7328640-eb43-4e11-9995-b01fec79debf") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "250152ac-7f27-4475-bf22-2950ba9cc74d") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "48006843-54df-4f9f-990d-3eae73df19d1") + (at 104.94 79.4 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R33" + (at 2.403 1.895 0) + (layer "F.SilkS") + (uuid "afba3f2c-f8ef-4240-9bdb-b3d189b1eceb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "e59cdca0-da96-4a7f-b8f3-8ec6ca40f107") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "329c3a28-6b7f-44ab-9c5e-ff0489e8155e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0673fd8-00d9-4116-a470-dd76bdf5904b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2f30561-336c-4468-85ac-83a862ffded2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/3c727b55-6f1f-47f5-b23b-4b1938064233") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2f6b6a7-c429-4ae1-a850-90fb4336719d") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f40c1cba-589b-4e80-930c-ea9d5c509930") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b6c2ee8-ac21-49fb-8ec0-8ccdc2e93441") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "12450582-2685-46fd-ab7a-2f32d2f9c89f") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc65a0b8-6ff9-4073-810f-14df810ecbaa") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c9ec65b7-4de2-47d0-a91c-d9c0394c7d8c") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c45ef6fb-4ad5-4b81-9c0e-b8a7f3d2f670") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7b4f906-5dd9-40a0-8121-c26a97dbb3b6") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f748566e-0e19-4f9e-af79-0f88dba9173f") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38849236-9eef-4705-ba34-3d4cf15f1586") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "edb828d2-feee-4264-824b-34f26c59ab01") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "477d33ac-1340-4659-a6fe-42b4a3467e02") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "f5abe7f6-e459-42db-823c-992b1c89c8c9") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(Q1B-E)") + (pintype "passive") + (uuid "e3670e06-0a7a-4ff6-9a56-c70aa728bedf") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "63c26821-1d9f-42d3-936c-df291c213ba7") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "52a0c078-9162-474d-9898-e98d06ca572c") + (at 106.172 72.898 90) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C7" + (at 1.173 2.278 90) + (layer "F.SilkS") + (uuid "4850be5f-f010-4c0b-a0b2-1b40866cb814") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "180p" + (at 1.25 2.5 90) + (layer "F.Fab") + (uuid "1fbf52ba-f780-47af-86a9-e1ce66ab831a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd63a300-2305-409a-9a02-a1d0a6259cbc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8eb15dac-cb90-4a64-828e-e810a83c6d8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a189edd7-89c3-4393-8b33-e6625586ab8d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/26928a25-1f86-457e-9b52-f1a71eea88c2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "735d2168-5dd0-4160-966e-a7ae6be47c8f") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0293a3db-028d-4379-8fa7-fdd00fcf7c02") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24b596db-10a9-4587-8ac3-656c1b4a1afa") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84beb40c-c21d-405a-bdc1-81bb90f2ab4f") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d62bd624-a009-4650-82ac-5f621965c930") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20491363-6df6-48f1-8b0f-3ff235757f37") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fead6fd5-5fb0-4164-9c89-5cf2eaeba9ec") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66b30d3b-d45d-4dcf-9cd3-9c9f78ad3104") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "55057c85-3a48-4724-b61d-585ddb1b5140") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb9a7de9-2cdd-4b20-b117-e38af7c89c54") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43aa7588-01de-4c16-8eb9-b7329af918de") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19ba40b1-6a06-4667-a9ad-da52fdf75ab3") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "981cd8be-9d83-4420-8dfb-5023a6941573") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3cb2ece-65dd-4b25-96d6-eac9db06cd35") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "b51302ed-6bf5-466a-ab8f-0112535f92da") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(Q1B-E)") + (pintype "passive") + (uuid "623de871-6c9b-480f-9efc-0b0fb5c81d59") + ) + (pad "2" thru_hole circle + (at 2.5 0 90) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(D3-A)") + (pintype "passive") + (uuid "a5b98770-ffa8-4646-9366-d0859a4424a7") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-92_Inline_Wide" + (layer "F.Cu") + (uuid "5354f641-60bb-4d6e-82da-89b443aeb37a") + (at 72.242 78.994 90) + (descr "TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf)") + (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") + (property "Reference" "Q2" + (at 2.594 2.858 90) + (layer "F.SilkS") + (uuid "3f7c6fb2-e703-4c31-a094-690aacdfe9bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2N3906" + (at 2.54 2.79 90) + (layer "F.Fab") + (uuid "297bb670-acb3-451d-96fe-708b8351d19f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "760c5c3d-c07e-40b7-ab1a-72f7a1270c76") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6d537ec-ee44-4068-9063-39029d05727a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0b8390a-9029-484e-94eb-7b455d78f250") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/21620397-bbd6-40ba-a437-e50ac7c11aa5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.74 1.85) + (end 4.34 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "671d2e9c-df41-4a8d-8437-cfb15fc64445") + ) + (fp_arc + (start 2.54 -2.6) + (mid 3.936979 -2.192818) + (end 4.8964 -1.098807) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4336ca10-e65c-4dd5-99eb-22c3b03be4bd") + ) + (fp_arc + (start 0.1836 -1.098807) + (mid 1.143021 -2.192817) + (end 2.54 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcfe888a-99e4-43f8-8d98-044854bc7d19") + ) + (fp_arc + (start 4.864184 1.122795) + (mid 4.633903 1.509328) + (end 4.34 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7242c09-b2e2-496c-91c9-3aa1ae749027") + ) + (fp_arc + (start 0.74 1.85) + (mid 0.446097 1.509328) + (end 0.215816 1.122795) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a5cf72e-b9cb-4199-8625-80cba8e8e4b8") + ) + (fp_line + (start -1.01 -2.73) + (end 6.09 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc7c92b5-9615-4494-9268-c11c287fdd0e") + ) + (fp_line + (start -1.01 -2.73) + (end -1.01 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2325f3a8-eab3-4320-bca1-3b992e2082cc") + ) + (fp_line + (start 6.09 2.01) + (end 6.09 -2.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2babd22-fddf-4c5a-a63d-7d68d0ff10b8") + ) + (fp_line + (start 6.09 2.01) + (end -1.01 2.01) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a8608a0-afb0-4caf-93f1-cd9c0d4d0508") + ) + (fp_line + (start 0.8 1.75) + (end 4.3 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f7d948c-be16-4ebc-b258-0732928c28b6") + ) + (fp_arc + (start 2.54 -2.48) + (mid 4.831221 -0.949055) + (end 4.293625 1.753625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "984e7ddd-9f12-4f2d-94a4-d1b1dade680e") + ) + (fp_arc + (start 0.786375 1.753625) + (mid 0.248779 -0.949055) + (end 2.54 -2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c72769f-a85c-40db-ba6b-71aadc3e3c0f") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "0ba1f2e2-7a1b-449d-98f1-fafc38e6b889") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(Q2-E)") + (pinfunction "E") + (pintype "passive") + (uuid "faaa4330-68f7-41c1-b6ef-cd78d05ec8c3") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(Q2-B)") + (pinfunction "B") + (pintype "input") + (uuid "71f48cd5-32c8-4f7a-9987-452bded79e2c") + ) + (pad "3" thru_hole circle + (at 5.08 0 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "/B") + (pinfunction "C") + (pintype "passive") + (uuid "4e29fa6c-e0d5-4275-90f5-9ef608a0e166") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Inline_Wide.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (layer "F.Cu") + (uuid "556bf02a-51df-4714-8403-6eb00399cfec") + (at 70.676888 55.118) + (descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor") + (property "Reference" "C8" + (at 1.205112 -3.556 0) + (layer "F.SilkS") + (uuid "3033ba6f-c5ba-43bb-a14f-efb4703306a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 1.25 3.75 0) + (layer "F.Fab") + (uuid "0e865e45-6914-4a7f-aad1-db5e1badd32f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3d64b6f-8ee6-4a55-a324-aa4e9bac628f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7215169a-fa51-4f0a-98bb-f046518960c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c98a5e05-4dda-4c76-8884-41ab457b288b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e5401fe2-bdbd-4d1a-8561-4b47f24a1fa7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.554775 -1.475) + (end -1.054775 -1.475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11e19e7d-03f5-4678-9c91-22ce30eef471") + ) + (fp_line + (start -1.304775 -1.725) + (end -1.304775 -1.225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50e7d108-7651-44d1-ad27-648a8e275884") + ) + (fp_line + (start 1.25 -2.58) + (end 1.25 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1b88eb2-bfc3-4002-8fa8-778f93f55f8d") + ) + (fp_line + (start 1.29 -2.58) + (end 1.29 2.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96d7f782-d13a-4fe6-96de-5e881835ecd1") + ) + (fp_line + (start 1.33 -2.579) + (end 1.33 2.579) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f05234b-606e-4fa4-ba85-6d74a0b82a34") + ) + (fp_line + (start 1.37 -2.578) + (end 1.37 2.578) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "395ad48e-c652-4f26-8279-d6de48953c02") + ) + (fp_line + (start 1.41 -2.576) + (end 1.41 2.576) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a80f9c75-cdbc-40ce-bc44-1765c004cdb0") + ) + (fp_line + (start 1.45 -2.573) + (end 1.45 2.573) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13de64e0-b79f-4898-8aab-d1b24e091eb5") + ) + (fp_line + (start 1.49 -2.569) + (end 1.49 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d93d183a-9dff-483b-8726-27361135e05a") + ) + (fp_line + (start 1.49 1.04) + (end 1.49 2.569) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6cf395d-b43b-47b2-9d4b-421c1612efc7") + ) + (fp_line + (start 1.53 -2.565) + (end 1.53 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db0cc099-9fc4-48b8-8e19-b8ef7b439442") + ) + (fp_line + (start 1.53 1.04) + (end 1.53 2.565) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eeec11ed-c558-48b2-aceb-e0ffa0f89016") + ) + (fp_line + (start 1.57 -2.561) + (end 1.57 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c4f842a-efeb-4ec5-be05-9e415c1d004a") + ) + (fp_line + (start 1.57 1.04) + (end 1.57 2.561) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58c30d02-023f-4a03-8bfb-41783fbb037b") + ) + (fp_line + (start 1.61 -2.556) + (end 1.61 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d6e9fbb-bb26-4e10-99eb-ff4527d36e2b") + ) + (fp_line + (start 1.61 1.04) + (end 1.61 2.556) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dac4c27b-128f-46cd-9932-fa9ae6664699") + ) + (fp_line + (start 1.65 -2.55) + (end 1.65 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1bcc392-d623-417f-b5b8-19985dff946c") + ) + (fp_line + (start 1.65 1.04) + (end 1.65 2.55) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77ad6f43-77da-4032-8431-f3710072d5d2") + ) + (fp_line + (start 1.69 -2.543) + (end 1.69 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d1796ec-3c68-4e17-972a-ccdd47fd9f80") + ) + (fp_line + (start 1.69 1.04) + (end 1.69 2.543) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a3ddf21-921c-4cc3-b0a1-45d617b4566e") + ) + (fp_line + (start 1.73 -2.536) + (end 1.73 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07ac9cf2-cbe0-4a6a-acd3-e8e14db26321") + ) + (fp_line + (start 1.73 1.04) + (end 1.73 2.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0e25dbb-9e5f-473c-bc5e-b8f35987dc02") + ) + (fp_line + (start 1.77 -2.528) + (end 1.77 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e8c2e57-24e6-458f-9a22-a430491e1b20") + ) + (fp_line + (start 1.77 1.04) + (end 1.77 2.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2edaa6d0-8814-4cb3-a89d-971a921440f2") + ) + (fp_line + (start 1.81 -2.52) + (end 1.81 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cb928cd-4ef7-4311-a460-fc537a8b9d7c") + ) + (fp_line + (start 1.81 1.04) + (end 1.81 2.52) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0428d1b2-562c-4f4a-9118-578e82c593fd") + ) + (fp_line + (start 1.85 -2.511) + (end 1.85 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c62a2f02-4af9-4a95-b372-25df943e4cba") + ) + (fp_line + (start 1.85 1.04) + (end 1.85 2.511) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c190f941-41c3-496b-91bb-59641c1b07e0") + ) + (fp_line + (start 1.89 -2.501) + (end 1.89 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21ac413e-ac8e-4798-a1a6-bcc8f823103d") + ) + (fp_line + (start 1.89 1.04) + (end 1.89 2.501) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce083486-859a-43ae-aca9-854febfb33f2") + ) + (fp_line + (start 1.93 -2.491) + (end 1.93 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d90f419d-eeb5-4a93-9865-3c684cd6455d") + ) + (fp_line + (start 1.93 1.04) + (end 1.93 2.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c63d4e5c-cd4f-443c-8448-5b0c2af072de") + ) + (fp_line + (start 1.971 -2.48) + (end 1.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10e88657-682e-410b-94d8-b2196c0e2be5") + ) + (fp_line + (start 1.971 1.04) + (end 1.971 2.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9e89f9e-d53a-4025-be3a-a59ff0248028") + ) + (fp_line + (start 2.011 -2.468) + (end 2.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46daf7a0-6285-44f9-86a4-34e95fafdef1") + ) + (fp_line + (start 2.011 1.04) + (end 2.011 2.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "483228d9-37aa-48e2-9aed-45e08fc738c2") + ) + (fp_line + (start 2.051 -2.455) + (end 2.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fcbf297-4561-4a80-bbd4-bc2c72fc2a76") + ) + (fp_line + (start 2.051 1.04) + (end 2.051 2.455) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "641a6abb-ff99-4544-99a4-6bba201d0932") + ) + (fp_line + (start 2.091 -2.442) + (end 2.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a396f8d-4a29-414d-b3d5-3f35adc90070") + ) + (fp_line + (start 2.091 1.04) + (end 2.091 2.442) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73fdb372-1b0b-4e7d-b729-d54ab478f3f4") + ) + (fp_line + (start 2.131 -2.428) + (end 2.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f425c45-e63b-4762-840b-0caa0dd4c048") + ) + (fp_line + (start 2.131 1.04) + (end 2.131 2.428) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "995b306b-e57f-4f78-889f-81e934569903") + ) + (fp_line + (start 2.171 -2.414) + (end 2.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83f56e31-6dfe-481e-b99b-384a2754767e") + ) + (fp_line + (start 2.171 1.04) + (end 2.171 2.414) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9766dfad-63c1-4c80-8f68-253f2a699a65") + ) + (fp_line + (start 2.211 -2.398) + (end 2.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53aa7d80-37ad-4961-98a0-1b83ee4bcfef") + ) + (fp_line + (start 2.211 1.04) + (end 2.211 2.398) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "966cb1c7-16ef-4aaa-8337-6074cca55eba") + ) + (fp_line + (start 2.251 -2.382) + (end 2.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1903e65-5c70-4423-b225-66e282e06406") + ) + (fp_line + (start 2.251 1.04) + (end 2.251 2.382) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17379846-0aed-4d67-9368-767d26c84fa1") + ) + (fp_line + (start 2.291 -2.365) + (end 2.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f4af7d4-7baf-46da-bdaa-e41b752d6729") + ) + (fp_line + (start 2.291 1.04) + (end 2.291 2.365) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6942446-f48f-431b-bbdd-c5541ea3e2ca") + ) + (fp_line + (start 2.331 -2.348) + (end 2.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea4b81c1-ddc2-4fc2-b0e1-92f43332e4c7") + ) + (fp_line + (start 2.331 1.04) + (end 2.331 2.348) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9879c1e-897a-4e4d-86c5-69e76f3e6435") + ) + (fp_line + (start 2.371 -2.329) + (end 2.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7ee79ab-1d03-4f1e-8671-57a89e1090e1") + ) + (fp_line + (start 2.371 1.04) + (end 2.371 2.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "949beaca-2b59-4e58-9c64-93f72d9d384a") + ) + (fp_line + (start 2.411 -2.31) + (end 2.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4e7aed5-2c17-4003-813b-faad5afed42f") + ) + (fp_line + (start 2.411 1.04) + (end 2.411 2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad7821d6-a5cc-4525-8d5e-331e0f82e8e9") + ) + (fp_line + (start 2.451 -2.29) + (end 2.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1574fb44-bb2c-405d-be92-906aa56d2d02") + ) + (fp_line + (start 2.451 1.04) + (end 2.451 2.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fa0b095-6ef2-4fbf-8c68-b4920adcc10e") + ) + (fp_line + (start 2.491 -2.268) + (end 2.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f44eb1f-96e3-4713-af1f-6ad2fa178920") + ) + (fp_line + (start 2.491 1.04) + (end 2.491 2.268) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b740bbe2-d264-4855-80a1-0b83810314ce") + ) + (fp_line + (start 2.531 -2.247) + (end 2.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42294253-d922-4231-8d47-20183bb0a5cd") + ) + (fp_line + (start 2.531 1.04) + (end 2.531 2.247) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e02b17d-46ee-4ba1-b3c5-39f6830e8727") + ) + (fp_line + (start 2.571 -2.224) + (end 2.571 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15609ccc-e00b-4f93-965d-339fcae280b1") + ) + (fp_line + (start 2.571 1.04) + (end 2.571 2.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0b02ff4-5ea0-4281-8a27-37a712ba3e78") + ) + (fp_line + (start 2.611 -2.2) + (end 2.611 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "584d3922-c741-4a92-b195-ca4cf1869937") + ) + (fp_line + (start 2.611 1.04) + (end 2.611 2.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f85ccd7-5581-4dc0-b1e3-8aca834de6cf") + ) + (fp_line + (start 2.651 -2.175) + (end 2.651 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4ca1c02-8587-4449-94f0-9d867095ba2e") + ) + (fp_line + (start 2.651 1.04) + (end 2.651 2.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa5f1417-ee67-4cc9-97f8-a2903bb190b5") + ) + (fp_line + (start 2.691 -2.149) + (end 2.691 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0861448-b0c6-46bc-9b9a-af6147a39916") + ) + (fp_line + (start 2.691 1.04) + (end 2.691 2.149) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53bf72bc-8c5b-4e39-b791-502ecfcb77dc") + ) + (fp_line + (start 2.731 -2.122) + (end 2.731 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "278bc0e8-9ceb-4f35-bb1a-e2a4fac6a375") + ) + (fp_line + (start 2.731 1.04) + (end 2.731 2.122) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b915368-27cb-4ea5-90e0-e3070f1772ed") + ) + (fp_line + (start 2.771 -2.095) + (end 2.771 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7f73df1-fe00-49b0-abde-8121119c3028") + ) + (fp_line + (start 2.771 1.04) + (end 2.771 2.095) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97c46fff-7499-4f55-9306-a665f48b870e") + ) + (fp_line + (start 2.811 -2.065) + (end 2.811 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ee6358b-10d1-4266-b7e7-089c466d7786") + ) + (fp_line + (start 2.811 1.04) + (end 2.811 2.065) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "070a2ead-1408-4736-9005-828db0909e82") + ) + (fp_line + (start 2.851 -2.035) + (end 2.851 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d00f9813-fd19-46dc-91b9-e155638e9362") + ) + (fp_line + (start 2.851 1.04) + (end 2.851 2.035) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a919717-f126-48cd-9019-4d3e057b8f52") + ) + (fp_line + (start 2.891 -2.004) + (end 2.891 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f318d245-62ba-4463-80dc-e626a90b57b7") + ) + (fp_line + (start 2.891 1.04) + (end 2.891 2.004) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d902ef7b-ceb6-4700-95b5-a756803202fa") + ) + (fp_line + (start 2.931 -1.971) + (end 2.931 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1b66a7e-bf73-4238-92a8-e92e73e43e1a") + ) + (fp_line + (start 2.931 1.04) + (end 2.931 1.971) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1040105e-0f33-4303-9932-d2c9719dd046") + ) + (fp_line + (start 2.971 -1.937) + (end 2.971 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5f6c4bb-f12f-4068-82f9-669ab8db6f75") + ) + (fp_line + (start 2.971 1.04) + (end 2.971 1.937) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13ef4562-c7c6-4b02-8927-9c0487fcd589") + ) + (fp_line + (start 3.011 -1.901) + (end 3.011 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "36e729a3-11c1-44d1-90b9-c93062c437e5") + ) + (fp_line + (start 3.011 1.04) + (end 3.011 1.901) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b7bb684-541c-4075-b157-d8254ec391ce") + ) + (fp_line + (start 3.051 -1.864) + (end 3.051 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48e7805d-cd65-42c5-ac32-3f52f88f7044") + ) + (fp_line + (start 3.051 1.04) + (end 3.051 1.864) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbfc0611-bb84-4f95-b109-15cbf3aaf932") + ) + (fp_line + (start 3.091 -1.826) + (end 3.091 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5273b90f-1293-438c-b506-87c62e6037e7") + ) + (fp_line + (start 3.091 1.04) + (end 3.091 1.826) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b63b9bab-1b87-490f-a2ac-83ce302a9214") + ) + (fp_line + (start 3.131 -1.785) + (end 3.131 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65d804f8-79f5-439a-90b5-3b67d73df566") + ) + (fp_line + (start 3.131 1.04) + (end 3.131 1.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f12216cf-243f-4065-a3a5-0f3b2a173496") + ) + (fp_line + (start 3.171 -1.743) + (end 3.171 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a73103bb-8b7f-4637-af23-bc76625d5321") + ) + (fp_line + (start 3.171 1.04) + (end 3.171 1.743) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db607439-b63b-42c9-a820-7a9b32df42e9") + ) + (fp_line + (start 3.211 -1.699) + (end 3.211 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4dcb48e8-6d23-4511-b1c0-4ed67935d5f7") + ) + (fp_line + (start 3.211 1.04) + (end 3.211 1.699) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cdf6e757-e267-4d6a-b3cc-37fd136953e5") + ) + (fp_line + (start 3.251 -1.653) + (end 3.251 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "469333b6-8652-4cca-9320-1733e77e6c58") + ) + (fp_line + (start 3.251 1.04) + (end 3.251 1.653) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df2dbdaf-b99b-4530-a42b-9f1b8309401e") + ) + (fp_line + (start 3.291 -1.605) + (end 3.291 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6278d60-de61-42fc-bf1c-96e0d34a4347") + ) + (fp_line + (start 3.291 1.04) + (end 3.291 1.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a297bece-b5f4-4ba1-9cac-8661107689f3") + ) + (fp_line + (start 3.331 -1.554) + (end 3.331 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81219813-01da-4b98-9748-be38454d38df") + ) + (fp_line + (start 3.331 1.04) + (end 3.331 1.554) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34e492b2-b8c2-4388-bff1-fe1c6640dc5c") + ) + (fp_line + (start 3.371 -1.5) + (end 3.371 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc37bf73-a584-470f-b681-f775ff87e7fc") + ) + (fp_line + (start 3.371 1.04) + (end 3.371 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "50ba2563-357a-4550-ad77-ab90db7f4ab7") + ) + (fp_line + (start 3.411 -1.443) + (end 3.411 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2fec550-a888-45b1-938c-8ad33d1ecc16") + ) + (fp_line + (start 3.411 1.04) + (end 3.411 1.443) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e279f88-489c-4a54-8fb8-ab34e33164b5") + ) + (fp_line + (start 3.451 -1.383) + (end 3.451 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fc50870-ce78-4444-810b-f74d58333d2a") + ) + (fp_line + (start 3.451 1.04) + (end 3.451 1.383) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52bcdcbb-775b-4639-846f-491cbacdae2f") + ) + (fp_line + (start 3.491 -1.319) + (end 3.491 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cbbcc76-8491-494e-9083-86136662c8a3") + ) + (fp_line + (start 3.491 1.04) + (end 3.491 1.319) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6431bb5-f27f-4664-9616-00288b8ac5ae") + ) + (fp_line + (start 3.531 -1.251) + (end 3.531 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "527fff09-afaf-4b89-ab98-d159fd656461") + ) + (fp_line + (start 3.531 1.04) + (end 3.531 1.251) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "305f047b-a9dc-4d38-a8e4-10230373d624") + ) + (fp_line + (start 3.571 -1.178) + (end 3.571 1.178) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c624612c-abfa-4854-bcbc-48dc4d7917f6") + ) + (fp_line + (start 3.611 -1.098) + (end 3.611 1.098) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9df5c6f3-d1f0-4d31-8df7-684a52340c2a") + ) + (fp_line + (start 3.651 -1.011) + (end 3.651 1.011) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a419da7-e8ec-4794-8e2a-4ac4a2d4b9e0") + ) + (fp_line + (start 3.691 -0.915) + (end 3.691 0.915) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "983c55f7-d2d7-4448-9702-7a6d70c75d8d") + ) + (fp_line + (start 3.731 -0.805) + (end 3.731 0.805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "632c6b37-f888-4625-a611-6ac95eda4cc0") + ) + (fp_line + (start 3.771 -0.677) + (end 3.771 0.677) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72e28c0c-604e-4f20-bf2a-068dfad25a57") + ) + (fp_line + (start 3.811 -0.518) + (end 3.811 0.518) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "677981d9-d853-4e96-9f7d-48243984b6c1") + ) + (fp_line + (start 3.851 -0.284) + (end 3.851 0.284) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8966a010-d813-4932-9efe-c3c68f6c3fa6") + ) + (fp_circle + (center 1.25 0) + (end 3.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "29c55a93-7ec5-4bba-b8ef-fcce8701b5b1") + ) + (fp_circle + (center 1.25 0) + (end 4 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "fea25102-db8e-4001-b496-b7063e3a3341") + ) + (fp_line + (start -0.883605 -1.0875) + (end -0.383605 -1.0875) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18ceb412-33f5-4394-9fcc-4ccff1b45fc0") + ) + (fp_line + (start -0.633605 -1.3375) + (end -0.633605 -0.8375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d2ede75-09e8-4d57-a759-635cfcf461cd") + ) + (fp_circle + (center 1.25 0) + (end 3.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "f14e7c8b-b3c3-4b1d-81d3-b625442b4284") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "d6e8c7d9-bb81-48a4-bd0e-315daddc5aa4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "1a45969b-a452-48ff-86bc-8d6966926b24") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "232a4dd2-1e86-4721-a20b-006e1dc5b26c") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-16_W7.62mm_Socket" + (layer "F.Cu") + (uuid "556ec4e8-587f-4007-92c3-0c9bc895fedd") + (at 99.324 95.504) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U8" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "dd2b1015-c562-4dcc-803f-5158118c50d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DG409" + (at 3.81 20.11 0) + (layer "F.Fab") + (uuid "32b9391e-2e5a-4ee4-af78-e0c742341041") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e3026e8-8654-4403-a8d9-523d01f7df95") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dcf1129c-be33-4a59-99cb-9827a94d9e1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b45ac33b-75bc-4a64-8b6f-0810d4cab24b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e27166e7-aba7-457f-8397-8a865b5b0610") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0164272e-caaf-49aa-9340-839447da67aa") + ) + (fp_line + (start -1.33 19.17) + (end 8.95 19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d587ddf-cb60-4351-a68d-6d9adee2bcac") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e46c547d-2872-4ef2-8cae-9aefe8a4854b") + ) + (fp_line + (start 1.16 19.11) + (end 6.46 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98d0e01d-0050-48d6-ba4d-5f738614d9c9") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84d04e20-81f9-46e6-9381-45a044be9211") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "965852c3-762e-46d7-9a19-1ddf9cd9e46c") + ) + (fp_line + (start 6.46 19.11) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f8fa01a-686f-46ed-834b-08df441502b9") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f75601f1-8754-44ef-ae98-a3f087ddc081") + ) + (fp_line + (start 8.95 19.17) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0afd235e-6043-4212-be3a-37dd5579e8ce") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f88f348-0ad0-47f7-9e23-1d657f06d4da") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14a24db6-247a-4ac4-bfe2-bb530c3cf873") + ) + (fp_line + (start -1.55 19.4) + (end 9.15 19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be62aecf-24bc-4e4f-b4b8-be79ba1e6d8e") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79dba7b5-797b-4501-b718-c4f5815e0613") + ) + (fp_line + (start 9.15 19.4) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6293987f-0295-47c0-8a62-39f20812ea3d") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f587f6d5-af5f-407a-b494-ec7813ad3751") + ) + (fp_line + (start -1.27 19.11) + (end 8.89 19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f809985-1b27-4286-9027-ba7b7e4ddb07") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3aa3cbf5-c963-4148-be26-51cc67b397e3") + ) + (fp_line + (start 0.635 19.05) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bff45938-9b66-43ea-bb65-01f5a8728888") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9cd77da8-d7d8-4fd5-85b3-6d5f693d5fe4") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe125f91-15ed-423f-a82c-c37852feb77a") + ) + (fp_line + (start 6.985 19.05) + (end 0.635 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2af54b4e-7c7b-46a6-90b5-f2b69077b57e") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4dbe1cd-2747-4f6b-adea-34f5e2486e23") + ) + (fp_line + (start 8.89 19.11) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67402e01-d996-498f-8506-a7bea449e6e6") + ) + (fp_text user "${REFERENCE}" + (at 3.81 8.89 0) + (layer "F.Fab") + (uuid "bb40a162-b94f-4a7d-b6ac-9b22f1ced5ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "/A0") + (pinfunction "A0") + (pintype "passive") + (uuid "7fbec629-4a52-47f5-8d7f-17bd9e38c137") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "EN") + (pintype "passive") + (uuid "fce62326-a8d0-41a6-aa95-a85acc12fd40") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "power_in") + (uuid "5f38a6d5-a3fb-4ce6-bcf6-678432397eb3") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(R6-Pad1)") + (pintype "passive") + (uuid "c571a447-ac24-4df4-a50e-0a425c487ba9") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(R6-Pad1)") + (pintype "passive") + (uuid "7303535e-09a1-46ed-9b7c-c8ec20745d7c") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C2-Pad2)") + (pintype "passive") + (uuid "ebe171f3-879b-4f82-8f7c-8aed45603f7f") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C2-Pad2)") + (pintype "passive") + (uuid "d16c5053-aaa4-4609-8e9e-ab7327068f58") + ) + (pad "8" thru_hole oval + (at 0 17.78) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "Net-(C1-Pad1)") + (pintype "passive") + (uuid "32cbe5c5-dc59-43d6-9ed6-833b0eee79e2") + ) + (pad "9" thru_hole oval + (at 7.62 17.78) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "/OUT_3") + (pintype "passive") + (uuid "5538cdfd-c8aa-41cd-9b41-707e6eb1987a") + ) + (pad "10" thru_hole oval + (at 7.62 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(R6-Pad1)") + (pintype "passive") + (uuid "16b8e297-dad6-4468-afe2-8ae0c51e5770") + ) + (pad "11" thru_hole oval + (at 7.62 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(R6-Pad1)") + (pintype "passive") + (uuid "26561a53-53f8-416f-a4a1-26f0d1e6077f") + ) + (pad "12" thru_hole oval + (at 7.62 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C2-Pad2)") + (pintype "passive") + (uuid "c34b393b-74fb-4394-b631-62f526974717") + ) + (pad "13" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C2-Pad2)") + (pintype "passive") + (uuid "cc383c25-8155-49b5-ae04-16ed24432bcc") + ) + (pad "14" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "power_in") + (uuid "7c2ea609-1385-47d0-8f45-ea664dd0b2d2") + ) + (pad "15" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "f0da38dd-8b54-428f-ada6-5ba55b16c6cb") + ) + (pad "16" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "/A1") + (pinfunction "A1") + (pintype "passive") + (uuid "c4dd57a7-1a4b-498a-b775-672a47bb87c6") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "59ba79ee-5fa1-41d7-9828-d44e5f7bf95f") + (at 76.962 110.48771 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R11" + (at 2.54 1.77571 0) + (layer "F.SilkS") + (uuid "7aa1ad53-b30b-4d78-b340-5053afb9e9c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "68k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "4a9a1312-6081-4bed-8c96-b76490802d70") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "234563d9-8108-4000-8dae-7c707ab0d4e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be910cfa-a863-4df8-af0e-92fbd945cfcf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65ff5fa8-a963-4d05-bdfe-9d046d0052ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/052d0e40-21e7-4552-8da8-e06e203585dd") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "729cb3d4-52a5-4470-bbb1-ba672889fe11") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27bdcd74-4b94-49a3-b793-6a6f99b0ce96") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28d67e65-4168-48ce-ae55-b3bc251ed827") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f02ca58-3573-448b-bd4d-8e32f54ac2d7") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4cd01df-1b6b-47a2-8904-1cc13793fa37") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "46e12b14-a543-48c7-93e5-d590f74b23ac") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c3fec6c-58c3-4b09-b32f-8cee8454da7e") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f62336cb-ac79-48d0-a7ed-b19e0400b8a9") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63c3401c-dc46-46bc-b2ff-6a3d3517ffb9") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59964eb2-edfc-4a74-adc4-6ff0193ff075") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8f82b2b-f19b-49ac-bbca-19fc037e0567") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "300cda07-d882-4cee-af95-7272010846dc") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "2470e733-50d2-4fa3-bc35-47acf3838c5a") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "Net-(U6B-ID)") + (pintype "passive") + (uuid "02fa891b-2659-476f-804a-b4bc2284658b") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "b2068d32-2ba0-410c-b76d-638d088e2dce") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "5cf6f406-85f9-4ad8-8959-b9ed3bf2326e") + (at 91.6 68.166666 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C6" + (at 1.25 2.116666 180) + (layer "F.SilkS") + (uuid "775732f8-e373-480e-b101-0398e3ec8fac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "180p" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "bd611e80-a3f0-4f25-b6d1-6c5ebf59b39d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e7eba9f-7b58-49db-9668-b63318f3e36f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfe08b78-99b4-4cf6-8b3a-843266494d75") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a278bc42-b2e0-4668-aac7-903b66b1a092") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/26b9a035-b107-4757-80c0-edeaefe36a0a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5e1709a-be7d-4039-b0a7-168ca5106597") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f589903-cf06-44d4-981c-efdb2169417a") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75be0fe2-c622-4968-8d5a-ce36ec19b3c5") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec6c7d51-f251-433d-8cc0-a50bad638d2e") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80861be9-f900-4059-8354-0fe093c93a35") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de498aec-6183-4c9b-ae7b-9292389b1940") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e0d830f-3c64-41c6-971a-11ac31766bfa") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77559ff0-45a3-4ce0-9da7-624d99074fec") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "617e81e1-753c-4bee-a001-ba20854ea679") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e5009136-fa02-44b8-93da-941ace4b27f2") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67369d61-76fe-45c2-a48d-7e43d7f1b6f0") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0259e0a2-ab17-44e7-a3a3-f36139f67ccf") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "78635e18-7c1e-4512-b870-848c1a07dfd2") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4240151c-163c-4c1a-b179-dd72b5026b22") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "4d0d3003-461d-4603-af4f-705770fe84aa") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C6-Pad1)") + (pintype "passive") + (uuid "a0a6ce86-6e95-4318-b03a-8a7a41515555") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U10A--)") + (pintype "passive") + (uuid "50043cc4-b484-4306-a187-c9bfd8c70b1d") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "5e09515b-ad9c-49cf-8e8e-34339807d3e7") + (at 71.882 133.854562) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R22" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "ea6348dd-a328-474f-a777-d1021459bd0d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "3b1cfe82-73d4-4135-911c-dbd10602195f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eea44d95-46a5-40de-8baa-9f4b6f65d1fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae1bcfe0-3a12-4b8a-a2f7-d9b6cdda107c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5542f7b-b045-407c-9e0c-d920b00c6239") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/48348224-f9b4-4b76-8752-d3abf3128b5d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a53e690f-a531-4b3c-a3d9-ae60f2a6000d") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b48e7ab6-f147-4e14-bad3-c3f81f14d0b6") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "089943da-fe8d-4195-af04-382d7e9a8ae5") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b30d28f7-5067-4b36-ac3a-0d0c5a6b798b") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e85933d3-e5fe-4f51-ac3a-9bede3953a20") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d4f7bf66-4d0a-43c7-b842-f16cee0adfd4") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "704d6b79-d8ee-4a7d-a3b7-a8ae66b942c6") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5050b05-4ccc-480f-a04f-5c7ff1882523") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85b1e36c-0760-4f91-9032-d304e7f5f7da") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d055ecd-5dd5-4318-86e7-8ac65388f69e") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1db600c5-7712-4419-bf9f-baad09332828") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3841ce12-ac03-4f20-b5db-b4c8ea58a8e3") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "2bb300c9-d2b9-4b9a-a587-cb84a6269970") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 61 "Net-(U4A--)") + (pintype "passive") + (uuid "63c88166-7ab0-4fdd-ae94-2b25995b4e84") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 62 "Net-(U7B-+)") + (pintype "passive") + (uuid "37cc4906-b2b5-403d-9f6a-b8c7cd8f25b1") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_THT:TO-5-8" + (layer "F.Cu") + (uuid "5eff2f1b-5504-4367-991c-11ffd04053e1") + (at 77.978 82.296) + (descr "TO-5-8") + (tags "TO-5-8") + (property "Reference" "Q1" + (at 2.92 5.809248 0) + (layer "F.SilkS") + (uuid "12e3ac67-1bfe-4034-9d4d-2fcd4ca222cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AS395" + (at 2.92 5.82 0) + (layer "F.Fab") + (uuid "b0fba791-734a-4a7d-8b3d-8b6fc52842d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b018d232-d584-4e18-a1fc-ae5933348e7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5d3a286-7032-491b-90e4-06c46e98d192") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb75d00b-9cad-4ff8-8bff-7eb1a67b9a69") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a8f5ac46-3610-4155-beae-28184c1def15") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.745856 -3.888039) + (end -0.854902 -2.997084) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a103930-dbb2-4384-ac04-df15d36da4a7") + ) + (fp_line + (start -0.968039 -4.665856) + (end -1.745856 -3.888039) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75a48878-3b64-4d73-b395-d7f17b29068e") + ) + (fp_line + (start -0.077084 -3.774902) + (end -0.968039 -4.665856) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b80ccdc-26df-4e0d-80ce-475a3c1a7b0d") + ) + (fp_arc + (start -0.077084 -3.774902) + (mid 6.328125 3.408384) + (end -0.854674 -2.997371) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b64f552-b438-423e-b85b-2f7e1f8527aa") + ) + (fp_line + (start -2.04 -4.95) + (end -2.04 4.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02b58d0e-a366-4727-8d0e-6658b376a8cb") + ) + (fp_line + (start -2.04 4.95) + (end 7.87 4.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02f779cd-c953-4f37-b968-e42722bdf6db") + ) + (fp_line + (start 7.87 -4.95) + (end -2.04 -4.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "57592f13-8548-43f6-99c2-c0c9605ac2c0") + ) + (fp_line + (start 7.87 4.95) + (end 7.87 -4.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbe8be41-ef12-4bbb-a9e5-397b8b31e6d2") + ) + (fp_line + (start -1.499621 -3.81151) + (end -0.69352 -3.005408) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58a4522a-7c64-45e4-8b79-5ccffb9c8516") + ) + (fp_line + (start -0.89151 -4.419621) + (end -1.499621 -3.81151) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8aedf1f-fabc-4c47-a091-017d2d254a85") + ) + (fp_line + (start -0.085408 -3.61352) + (end -0.89151 -4.419621) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bac6faf9-031b-4b9d-bd9d-d64a74ba2e4b") + ) + (fp_arc + (start -0.085408 -3.61352) + (mid 6.243443 3.323361) + (end -0.693594 -3.005319) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6dfd2a8f-5041-4ca3-9694-e149dfd0d33b") + ) + (fp_circle + (center 2.92 0) + (end 7.17 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a74f8b19-b87e-4bc9-9969-f5312106ae22") + ) + (fp_text user "${REFERENCE}" + (at 0.9425 -6.0195 0) + (layer "F.Fab") + (uuid "46c52197-50f0-4701-82e4-ed4b69426e19") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole oval + (at 0 0) + (size 1.6 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 74 "unconnected-(Q1C-NC-Pad1)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "cd777937-930c-4ec5-a8a3-f4c9c3d7504f") + ) + (pad "2" thru_hole oval + (at 0.855248 2.064752) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "/A") + (pinfunction "E") + (pintype "passive") + (uuid "baffb9a3-e6f6-4e5d-b298-2c44d3028e36") + ) + (pad "3" thru_hole oval + (at 2.92 2.92) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(Q1A-B)") + (pinfunction "B") + (pintype "input") + (uuid "c7a710fb-cf5f-40a7-b574-7bce7c44675f") + ) + (pad "4" thru_hole oval + (at 4.984752 2.064752) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(Q1A-C)") + (pinfunction "C") + (pintype "passive") + (uuid "eb703745-c35f-43a2-aba6-1320a88c7f34") + ) + (pad "5" thru_hole oval + (at 5.84 0) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 75 "unconnected-(Q1C-NC-Pad5)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "2b883d78-60f6-42ce-8d4f-54e95c2d797e") + ) + (pad "6" thru_hole oval + (at 4.984752 -2.064752) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(Q1A-C)") + (pinfunction "C") + (pintype "passive") + (uuid "0333d625-3902-4ff5-b192-744bb814b80e") + ) + (pad "7" thru_hole oval + (at 2.92 -2.92) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "B") + (pintype "input") + (uuid "64b2ff73-04ca-48da-b066-8d760e80febc") + ) + (pad "8" thru_hole oval + (at 0.855248 -2.064752) + (size 1.2 1.2) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(Q1B-E)") + (pinfunction "E") + (pintype "passive") + (uuid "5e848284-bab0-4566-8164-34953486d7df") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-5-8.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "60a0ffad-1a94-4df0-8d91-5823b9ad2d9d") + (at 95.0505 67.3645) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U10" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "b2994c6b-1738-4fbe-9188-9c0e32641223") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OPA2134" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "bbe82f77-e1d9-4723-aac3-2d9176c12397") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c33dee2-1f09-4bfd-92ac-e8637b33d2a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a98570bd-b303-400c-85b2-3eac592447e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd31d52e-15d5-40dd-81b1-05f0237bf828") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ec47944a-6ba8-4d6a-9ff1-32a7d51f24b2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15f6c550-8298-4436-9a80-f49ffa262107") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e38e6387-fcbb-4eaa-a6e2-519399c68e6c") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c51add0d-3eaa-4390-9eeb-b7b1ddfa30b3") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df62b3fd-4dc0-4699-9da7-413bc75fef4f") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc99b2af-3f63-4c6e-9a36-5221548a23e2") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9588c05c-10fc-4398-a244-67c58cae2ffe") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b951ea99-2fd0-45f2-a9e2-7450f55bef77") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80008e96-1816-4139-88de-2654430ade27") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b06d643-a4f4-4045-994d-ad2ef3ba2e73") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b069b7fd-5a2d-4f4a-b9be-17968e6857f4") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "784b7e12-5e86-4e6e-b4d4-e3f22673907e") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3bfe6eaa-3fc6-4fe1-ae27-a90339ace9d2") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d6ad7109-275a-45fc-b7ef-b76bb0a158ce") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b9e237e-b2fa-4f4d-b1e8-d5d3d7f66c5d") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d88a2542-d197-4634-807f-b29c7c5a9e8d") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "792e77a8-9b27-405a-b2b7-bf35bb67b555") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ed5f7d4e-3f4b-4a27-bf6e-06dc2b27817a") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f642699-87fa-4e7a-964f-84e6b5f21d79") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "099601f6-fd94-40f0-968e-cd61c73e3b6d") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6839b441-bb7b-4c4f-8b9c-c760126fbd1f") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff3cf8ea-add2-494f-bb87-a2f0d8f57893") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d9595804-e343-4cf7-b313-d5b756d7d3db") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d06fc31-c3dc-48f3-a4bf-afaf1e1973c5") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "eafde1d8-4d77-4790-84c2-cb41ffef9f40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C6-Pad1)") + (pintype "output") + (uuid "0e523f0b-167b-4312-a99c-33666734d66d") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U10A--)") + (pinfunction "-") + (pintype "input") + (uuid "83a0eb99-702e-4720-a5c4-8941d34718bc") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "+") + (pintype "input") + (uuid "784a6b8a-4b51-4776-81c0-534164b30d8f") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "6699b10a-7e73-45ef-82a9-83ad821c385b") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "+") + (pintype "input") + (uuid "a76c03cc-376e-4a1a-b196-bcb907902bca") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(Q1B-E)") + (pinfunction "-") + (pintype "input") + (uuid "d3724dce-611f-4393-bda1-44ae08f5d66b") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(D3-A)") + (pintype "output") + (uuid "5772ffd2-24a8-4003-8dc8-8c9c0581386a") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "4d2390f1-9ece-41e9-9515-547a10eda234") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "65b9ba97-e173-4afd-b3bc-15f30ffcfd9a") + (at 107.325 151.95) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C31" + (at -1.95 -0.15 90) + (layer "F.SilkS") + (uuid "5d0336d0-99ce-47f9-979b-7afa5271d38a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "96cf144e-6f74-4578-9bdc-dbe932b67313") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae4c0c79-30a9-4fcf-9e4e-90b5ad0ccc69") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ca8942a-04bd-45f3-aada-51313ce07f6f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73417e84-1ca3-4407-90b2-c389dd03621c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f9b23b36-208b-4f4f-ab95-26bce92c6cf8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d43a9c0-fb00-4bb7-b45e-13599b09c2ea") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3edc71b0-7d53-41b1-8403-67db68e5ae75") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a6c055b-ee1c-4b3d-bbc1-b5a9de71058c") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5d9324f-be01-405e-bf2b-d43e5c3ad675") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2c3c3c4-f84a-48e3-9fec-9820935fa7f5") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a3b09e5-42f7-4030-a8e7-c83b16a5df03") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0fdedf98-bf65-4f71-85de-91caffb3e873") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "def21886-7066-4209-990a-e54e0e01a68e") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ace0204e-f5e5-496d-b64b-9dbfbcc4bb7f") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ece97bb7-4729-4b2b-b7c5-059bc892e35d") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8dea6002-6199-49e1-a221-906ddbbbd4dd") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b69c092-8ca1-45d9-a2a2-8b76249f824a") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4b2feec-9c4e-4302-9d49-7697cd966ec1") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f97c3740-94fa-4fb4-9f04-febf542bb515") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "8ae47087-56d4-4ed2-9bee-8b3ec872de87") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "0ccb4dae-52a6-4465-be78-99b426f7ca70") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "eb2f4df2-0275-4196-b0cf-15810ec90cfb") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "682eb518-7410-4cc7-8a30-f917a71622ea") + (at 71.882 137.665704) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R19" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "868528e4-3410-4222-81db-2a02dc9d267e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.6k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "c41c70e7-6ff8-45de-aaa4-239871a3db77") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e35f5caa-887c-4ed5-af91-a3391f0be355") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2808f3a6-2501-434a-9d0e-7468a41c9786") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "937e3565-73ee-4494-9eb3-d7f0376aa871") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5f3f63e4-d1fa-4cd8-9e60-5b2d3938f877") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f03d0236-ac80-4893-929c-2304f0fdc20f") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe3bcfb6-fd73-4d0b-8c13-01f566fdd609") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "41827efb-62d1-45c2-8d9b-d6aa3832d1c2") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "368b4b02-fcee-4c59-9a7d-993b771277ed") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fce2dd30-5f5f-419e-8bbb-7561f12a28f2") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0224424b-c226-4cb7-a7f7-bd930395c77a") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d9ef51a-9c98-40e4-8289-6f3216e8d013") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3eb7d172-b50f-418f-a482-02445275a094") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e73b3840-3c34-4c75-871c-d07a0a7a7fce") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "650c863c-8638-4c74-88c3-0513f3d0d9ba") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94646413-f827-416a-aa78-86e0d723e12a") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5bd034d4-a2b0-4901-9097-b8110398265f") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "21f62df6-6d2d-4d6e-aefb-c32362c4aa70") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "Net-(U4B-+)") + (pintype "passive") + (uuid "0ef1b4e3-4dc3-44c9-8ada-5e9b11c1bcd8") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "8c4319e5-bfa9-46ba-a028-4f29b3bfdf04") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "6dbe337f-0019-4ba5-bda2-102dc355f4c7") + (at 57.738 97.536 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R3" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "a2a94223-01f9-4d7d-91ad-011f53f0ca21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "6243fb19-8aad-4b74-8cb1-23845be48708") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "622f5142-a0db-48f5-b2f8-342aa8c161d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31cfe4ac-4bad-4b45-93b3-9807bd25026a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf8a159f-d640-4ce9-98c3-c0d881944665") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/629543dd-87f3-4b9f-9b39-0e2846c2bf8a") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "723cb7ed-4bb1-4886-833c-2e7a6843444c") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6408f772-fec5-49a3-a5f8-169dd6d747a2") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc14aa2a-9898-463d-8d8e-17ad17d091f0") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9d7f526-6271-47d7-9bb7-08e060f59c4c") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51205cb9-8da9-4290-a80f-134d3519744f") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa381895-24c8-402b-a924-4f01ac3e8102") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02440ead-46cb-46f7-852e-f9304639a9ed") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d18b5d18-2dda-4063-8f06-70772953964b") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfab2f34-314a-45a7-a4d3-70193216a8ca") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b91428c3-f411-40a9-819a-bf93887a52db") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1021aad-3888-4a02-b365-a118689c7c3b") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b4f653e-b101-44ef-b90a-b0f5d700ab66") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "4dc0988d-ebc5-4af8-94b3-0aab6c8e8e10") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(U1A-+)") + (pintype "passive") + (uuid "e8e4baf9-48bd-48ba-bd8f-969391b1cbeb") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "/IN") + (pintype "passive") + (uuid "fcf7bd7b-a657-48da-9def-3e1066ec6b46") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "73bf4327-de19-4157-b070-67870f2c5868") + (at 76.962 118.109994 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R16" + (at 2.54 1.777994 0) + (layer "F.SilkS") + (uuid "5e56e20d-a7ad-448c-953a-fb7f0eef5754") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "68k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "5a06b8e9-66c6-4c94-beef-ba52a17cd1ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c4470ec-4cd6-4444-88e8-b9723f171636") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4d2628e-0138-4cdf-8813-e333d2d3cb1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eda3f8e8-5c39-4812-a00d-24544ee8fc07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/6f2efab4-c03d-476f-94b4-707e62518705") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e66723e0-c2f2-43b4-a8ab-97ee8029c135") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60f2a96f-6847-4ae4-9585-4284fed3781d") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a098bf09-212d-4352-843d-dcb5c2d8b733") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3986f82d-307f-4c42-952c-df12db85707f") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7baef01e-4c05-484c-a4d9-cb3b88df7ac4") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a65e8f60-ae8a-4b09-a828-37b6858d7b53") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17eb8cda-fbac-470c-8032-4f435b1cbefb") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c4e7022-29e7-416e-b684-db0c58a37a30") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6a037bc-7f37-48d4-af82-4f1a13a320cf") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f9c3f0a-b245-4077-98c4-c28c77716ba7") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ed8ef6ee-d40e-44da-b729-674a077b4cfe") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7506041e-b9d7-41d9-862a-31872796e451") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "7230712b-2cfd-4156-8f53-e6be34958392") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 56 "Net-(U7A-ID)") + (pintype "passive") + (uuid "c8a3b444-9f6b-4f4e-926e-0092a08573a5") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "c9dec233-ea1e-41b9-901c-2c92b391f14c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "74f1c1ce-168f-4dcb-870a-6719d0fff89d") + (at 101.854 153.67 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R9" + (at 2.54 1.778 180) + (layer "F.SilkS") + (uuid "8004ae00-8589-4fca-9a4a-eb5491ccf3a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.6k" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "572e3a5b-3e4a-491c-be87-06b889f0b218") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "308da231-42b1-437a-bb36-1af8d6b7c32b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1132375-14c4-48ee-a316-a80f92942ea4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c05daa8-aee5-455c-9f30-0a49d9cc6e31") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/12d20128-9571-4154-8b6b-dfacec4b601c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2b87a1d-8398-4197-b69e-57895afe4450") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc784037-9ee3-4bbf-a403-c0d6088ff530") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47efa844-3bd9-4838-9670-652a69592b6a") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b4b9f17-7ea1-45b1-a724-f328b9b5a079") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dc7ad2e4-22c0-4214-8681-17ba77f86ed2") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79e11c90-8e98-4de6-8682-fb7c0013df26") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0925ea63-ef53-4cca-b362-e0e1acc6dfbf") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05f096cc-575b-439d-bfc8-3f7f2db99984") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b40793d-8685-48c3-a619-e30536a443fb") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "955b62ef-0109-4880-882f-3f75d36298e9") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8eadf3f1-8ece-4afa-a253-1bf95c8e65ba") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16a46b65-f711-4428-adf6-f47e5fc37b2c") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "db765d8d-1f58-4db4-8965-47f2f3296e29") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "Net-(U3A-+)") + (pintype "passive") + (uuid "950d8ccd-a2e1-4f38-b306-fe2b22e0766e") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "1ae4d17f-6c01-477a-81fb-2584a9120e01") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "775c3847-9351-4c20-97e0-c13719572917") + (at 78.647 75.4185) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R24" + (at 2.54 -1.704 0) + (layer "F.SilkS") + (uuid "efb54fe7-1230-495a-8ec0-3133a57860f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "120k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "e0b5559d-211e-46d9-99be-75315015315a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "019fc81b-08f9-481a-b73d-c104eb9d5aeb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4de878b0-aa44-49ce-9268-cd6e9afd87e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20393635-4447-4b99-897f-43f49328b72c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/629663ba-c5e9-4f11-ad49-c15cb8ebc20c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b7a4233-eef4-4737-99e7-7122256e6a48") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0fd203ac-b1a9-492d-b9f2-9f3b4b3ef5d7") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3dddc82-f4c0-4c25-9476-774b1c1b41ad") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8fe2718-ea1e-4d61-b29b-d4f1dc9f1f25") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "89e83bcc-4ece-442e-a9bc-e5b085503799") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eca1d6fd-c7f0-4324-9292-4dcf927c4ab1") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "78ab6058-2d69-41af-b1b7-3b91be8c12be") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd1fd686-8792-44a5-a456-a854904aba3e") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "088272ec-5a40-4a77-af35-f74ab18c22dc") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb2c1d35-9a20-49d9-bf3d-4383eaed6806") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c68b2bec-cc8f-4ed8-94f6-7a4ae469d70a") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "508094c6-1922-4ae7-a74d-7e0b87379e67") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "a16e7469-660f-43d8-a097-7297b761165b") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "/COARSE") + (pintype "passive") + (uuid "30dea580-46a4-415b-87f6-a7a1aa99abf0") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U10A--)") + (pintype "passive") + (uuid "9cf4fd6b-aa89-4e81-81b8-a0ecbd0d9111") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "7ad82764-ccc7-4f74-af72-8ddea05bfe12") + (at 99.334 90.678) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C28" + (at 1.241 -2.153 0) + (layer "F.SilkS") + (uuid "a525e391-5720-4085-b6b4-eb82d24c968a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "c9c920af-27fa-41c3-addc-1a3d65adefcc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62442991-5b61-4c78-b480-38f37a63528b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "939ee589-de13-4337-9f8a-30347a324866") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0535d37-2d42-4f6a-817e-a8d46e126568") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ec394475-43fb-404a-9332-89957694e4f8") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28ab9685-19b1-4b27-bed8-a87d7a637f2e") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "126fdd38-1b73-40db-85bb-d113bc63c136") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc3f745b-0f75-4742-8102-4487495bdd7a") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4abb4f0-d44c-4925-a27e-70fea81c2881") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac63951b-5df0-4b8d-b408-d542c6780b70") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd8e874c-1508-4e86-b6f0-725a3ba5ce9b") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0472e27b-9b36-495c-92f2-bf13d9f99402") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b31ee216-afa5-4110-9588-c1423969b1fc") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1045e350-482d-4611-9b3d-bc3f9370ebff") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3cf6e3f9-eff8-49f4-9b32-e8a3b0ac437c") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86167101-faed-4ddf-a7b1-a7b497de3ff9") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa72651d-fb65-44a9-8d05-b7496eb8b1b1") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a43ac278-dfb8-4a5c-9731-814e1a94e550") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb172b4b-1459-41d1-b3ee-b1d786f8b14b") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "82d88ae3-e875-4ac1-8eae-d510fe10ded2") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "3f96d703-6a1d-4bde-93ff-011dd891bce2") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "f0a2c3ff-1f8e-47cf-a0b5-5a15a0d8751e") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "7bad0efb-60be-4cd9-9e1a-53c9bf842c6a") + (at 66.782 74.422 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C27" + (at 1.25 -2.5 180) + (layer "F.SilkS") + (uuid "81c0b5fb-5807-4dec-9f78-8e8f399cf0cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "3a7b01e2-9c17-4b0a-8f91-28211fd1b329") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09599ef5-3f19-43b0-ac66-b23d8e618075") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "647df283-b359-4125-837e-3eb39f944b94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "686ff01d-2769-48ce-b9ac-a7c13793a8f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "252fa49a-1747-4beb-93b8-bccdd6ff3b22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1a98092c-bdce-4226-bdf5-802ba1056e54") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9813802f-818a-4607-8d2e-9850ad898623") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9f41fee8-b4cc-4b66-8540-ec52a6c01cf8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/c65010c3-7e99-4f75-9d61-423ae1907a8c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e370cd55-a448-4603-a0ca-b0792fb9794d") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ddfe8fb3-964d-4824-b233-319253734fb6") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aea58c2b-23d9-4378-8a2d-5e330db7562e") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a33af365-58b1-4d14-87f9-dd387f0b9f57") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53db3948-5a41-4748-a63e-59f0807e979e") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "985745db-a683-46db-bad5-a8050f69ca84") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74e6f6ad-bf7c-45b8-80a0-e61408001415") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dbbbf7df-0c7c-4234-9e75-6cbd63f27839") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3ed66ec0-29fa-47d8-aadc-6d5ff26b32e7") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab8da248-de16-4f4f-8d48-05a87d4c4b4c") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f950b7b-45ea-4157-a3e6-3c86785aa758") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3edadc48-2995-46c8-afbe-8bc982bbdf6f") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ab27f86-dc9c-4275-ba58-65a32f377fd2") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3708f78-9f4d-4086-8c34-7bdd3ed1f361") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "048fef98-052a-49f5-8c9c-32162ee19e88") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "e33644d5-5f52-4fe4-bbbe-ab4aa9bd0395") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "6cb876e9-57e4-423e-af91-50dc3d58dd02") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "7f2d3ecc-6262-44ac-804f-9f5ea62a18b2") + (at 62.738 126.492 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C15" + (at 1.338 -2.108 180) + (layer "F.SilkS") + (uuid "77d8611d-34e4-4521-8e43-c3a5f1b193ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "9b5ef1b4-dc64-488d-ad10-76d645c4cdb5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0d6dd24-991a-4093-a6f0-5419b8af438c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8f9766c-ff05-4b75-9d8d-7aa29ad5c583") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e47e10c5-18b9-4648-899c-5c074d94a5fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1afc02ea-5e81-4e3a-a5f8-0d201258a632") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "acc4de93-6250-486e-a21c-b15f5170f762") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4308fe52-65d0-481a-b2b1-c1c4fec4d2ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4cd52d62-16e5-4c02-acbc-572da842e535") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/1a743d52-975c-4022-a443-9323e6d0048b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f945a397-e136-45af-8e97-796ea7cc81f0") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31cbf4c9-e3b1-493d-bb48-1a6bc53a2720") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "344459f3-f01c-44ba-9aef-9a37ea885af0") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d345ebff-91b5-4f22-92af-f08cf410ecd6") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "282b8764-32a6-4502-b6a8-06088332043c") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54d3f723-5a65-429b-bbe9-4bc99896b7ca") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd3b9d5f-812e-4a06-9f90-a00408b3f05f") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87d8a5e5-26b2-427a-879f-c13a379ba8f3") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aaf77b64-6b43-4b9e-aab5-ad25ee36bdb4") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b566036-dc0f-414d-9a64-cc0d6c1d7198") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "924dae8e-a81c-484d-90bf-4b73f7334850") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68c2db61-5d26-489a-9f51-0e0fae7ddb99") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46bfdf3f-4cc4-4f1c-9b15-1b1ae5aa6990") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0530b777-e16e-4589-a376-118dc82954c9") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "62d1bb61-6b74-4be4-b1e1-592f08810c35") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "35c9455c-544d-47f2-8636-6493a6486b49") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "1478544e-0408-477d-be2b-88023e992c33") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "80d0e45c-eba0-4438-b3bb-4f1413dd5042") + (at 94.84 83 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R32" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "4a3f0684-1e16-434d-abfa-f1ece1c6c942") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1meg" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "c4126ddd-8c16-415a-bf1e-95ef2e370d19") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79821947-1b67-4692-8517-0946155d8b5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4858d884-2da9-4835-af53-c8435c0de000") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "723e01cd-dcfc-4dbe-90f6-00a52d486627") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/33e8fbf8-bd68-4ef5-b29e-38323537f16c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86172dba-0045-43a6-a3f1-8b76f736c272") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb46e19b-2f05-4f2e-96b5-dff52cac52d2") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8dba4311-b607-458a-914b-9065e998bd9e") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "964985b6-797a-4664-9fd5-185a06c90a5e") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6889e8e7-b654-4c32-ac59-2b34c0e7eb74") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23496dff-ef9c-48b7-a3fc-0e04e6187360") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f08f5dae-ecc1-43fa-9033-07c885f3f221") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5facb5e-1a33-4456-b0df-1a8047bd2e3a") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "616851c7-e0bd-4096-a07e-22a3dea1b217") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "722c4822-e628-4e4c-a817-677b35a94d80") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44a2e94a-0b06-4bca-ab6a-c895e88f7a69") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c74a45a3-9fa8-40e1-ad01-893c5df99ec3") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "450077f5-e593-47f0-a47a-f55d97c9a98f") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(D3-K)") + (pintype "passive") + (uuid "78bd1a09-5a12-425b-8f05-37007e59b004") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U10A--)") + (pintype "passive") + (uuid "80633e87-8384-47f6-9409-a1849a24795e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "8237d002-2aac-4915-b888-1756742b88d3") + (at 69.322 127.575 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C16" + (at 1.347 2.05 180) + (layer "F.SilkS") + (uuid "d7a82db9-3891-47b1-bae9-ddfd769a058f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "0196ecb3-3fa5-4d97-a2a1-3bd67c4e8d8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3eff3246-b28c-4b45-bc38-b1aa82937fe5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7976155-29ca-4f35-9b10-b0b8253d8c96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a54aea04-ab99-41ba-af23-5e0068576f39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "45d15156-e78c-41f7-949a-b26a2c323363") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "93424fe6-b29c-4956-9b9a-c0f0b6a2247a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cd022fa4-63b3-4a4e-86dc-6ac27cfab501") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "07af8f50-fdd8-4237-94d1-5e7c96624dfc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/fd1a780d-6dd2-46ff-a06e-59e366463e92") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "058e5c4e-18df-42a9-a05b-296a8d54cabb") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "590d3304-ea58-4b37-baac-5e2b2d72ac3c") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12d45e96-c6ac-43b6-bba7-e0ed1b1686ae") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca2d67d1-49e8-4898-bc90-fa97f506eeca") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27b85e73-33ba-4401-b0ff-9bd77844f2ae") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e31b6a8-ca84-4835-a489-11c6dfbd0d3e") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "026c6585-ff68-4dc0-9fd6-62f9d0315ec9") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8297f173-544f-46dd-86e8-ca47118cdf6d") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d67b3ac3-637e-4b01-9a4c-1ad50964e743") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dc3d0fc8-a771-4145-aa54-4cab031cfe9c") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29cf086a-9acc-4de6-b157-50740593c55a") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e86cbb04-dce9-4f8e-8294-a4afffbb94b5") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52ab0459-c114-4d5d-9071-02b64cc449a5") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f198b086-0259-4573-ab31-d2b02107a571") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "8885ee17-f205-4c0a-b9e5-de5313d3a5cf") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "148996a9-e3da-406d-870c-463fad63ce37") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "7f75d8c4-e9b5-4857-a719-78f600dd5bca") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "854db732-e42a-4467-aa82-b6760048f145") + (at 71.882 98.554284) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R13" + (at 2.54 -1.780284 0) + (layer "F.SilkS") + (uuid "8cbac109-872f-432a-b2e0-f56cd0863fc4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "18k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "29ce46c1-aac9-404b-9bc5-fe72c2c6d1a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85574ba3-4514-4d30-8bdf-f89a8c6a0753") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02d149bc-253d-466a-aeab-f4312abd5b5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6ad3c5f-fbf9-4a6a-b0ca-42fa07328ff1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0c84975b-2b24-4284-968b-3e1be8aac989") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85b79fb8-3cc8-44b4-bf14-acc9f6aa4778") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e8be890-c551-4228-905b-67c85bf78411") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5c4f8f62-f4f6-4884-bd57-3789e80b6d6b") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01b96279-c67e-476d-b69b-0de964b3a3da") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d7089f0-16c4-4289-8b79-d6464d27ba0a") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70f78e92-0042-4acc-8689-7238acc3fb9e") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ffafb04-199b-40b3-a00d-983f53c1c5c1") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "49ea5849-9835-4781-96ba-f8b0676205c0") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8a65544-9666-440b-875c-e50b83c76470") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92df98e7-1ec8-4a1e-8d51-9adc24256213") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d743a96e-261b-4bc3-bb1c-6bea962c33dd") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89fc6dc9-020d-448a-89fc-557ed2b57a3f") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "881791b5-9e4f-4059-9a26-a4393696f54d") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "Net-(R13-Pad1)") + (pintype "passive") + (uuid "e2bce3fa-10b4-4c87-a3f6-8db2c5fb38bb") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "/A") + (pintype "passive") + (uuid "c4199eb5-5c1c-49cc-aade-d8cb8df5a471") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp" + (layer "F.Cu") + (uuid "85cf6703-13bd-4221-904e-2c19e3de282e") + (at 96.015129 127.806723 180) + (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") + (property "Reference" "D2" + (at 0.257129 -2.241277 180) + (layer "F.SilkS") + (uuid "391009ce-3aad-41dc-adbf-5b7835df857f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N5236" + (at 1.27 3.215371 180) + (layer "F.Fab") + (uuid "44c445b8-a4ff-4b92-a881-f975a5374f9e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4eecdd5c-b06d-4a5f-acd8-15beb2b16db7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85bdb374-22c1-4df9-80a2-62715b7c7fc3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Zener diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "80be674a-4d06-48e3-a162-6c2056783b9b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/78201853-791f-4b07-aed7-b9706f3b9da6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.326371 0) + (end 1.44 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2237a08d-a341-40e8-a37b-fafad97a88dd") + ) + (fp_circle + (center 0 0) + (end 1.326371 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1824ee94-1778-449e-929a-3325fc6439b9") + ) + (fp_line + (start 3.59 1.25) + (end 3.59 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96df99c4-dd12-4407-87ba-b098dac071d4") + ) + (fp_line + (start 3.59 -1.25) + (end -1.25 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28b00ddc-d742-4a02-82d8-90a046f20418") + ) + (fp_line + (start -1.25 1.25) + (end 3.59 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "262d4281-c3e2-4df5-bca9-7e77cd7d9d60") + ) + (fp_line + (start -1.25 -1.25) + (end -1.25 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6acf438d-e1e5-4bf2-b969-7dd7e3bb6758") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "099392f3-7ea7-43f7-8426-0bc528833cae") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "5e184283-a52e-43d4-bbe1-fe5af726faf2") + ) + (fp_text user "A" + (at 4.34 0 180) + (layer "F.SilkS") + (uuid "e7d4cdc8-fe76-41fe-bbc7-15e37fe959bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "A" + (at 4.34 0 180) + (layer "F.Fab") + (uuid "684b389b-ca7c-4172-8a73-5f5edac91d1f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.326371 180) + (layer "F.Fab") + (uuid "f56e4e06-ad7c-4e63-b83a-78dc5ff9302b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(D1-K)") + (pinfunction "K") + (pintype "passive") + (uuid "d3e9ea5c-c40e-400c-b0d6-6b7a7022e091") + ) + (pad "2" thru_hole oval + (at 2.54 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D2-A)") + (pinfunction "A") + (pintype "passive") + (uuid "205d3948-2cec-4e6d-8b4c-d69fca28235c") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "86cfb5eb-a45a-4b11-a202-4c8bbe231ad0") + (at 60.95 85.598) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U1" + (at 3.6 -2.33 0) + (layer "F.SilkS") + (uuid "9e7c909d-8d0a-44e0-b2d2-7f0fd840287c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OPA2134" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "c62c45f3-8ee2-4a88-9654-2c4665282fa2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55b2a694-95ac-4320-8a60-982e593666cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23666ad3-8b5b-4546-8769-14a845bf41f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "298a8265-f6c7-422a-b7f0-2ec5193cd8c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/699d93de-65b6-4f57-87d7-8c6145c55d81") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00af7e76-fda8-420d-9da4-83f9bd171bd2") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe53e025-cd51-4b0a-a99d-17a524354cd1") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88e007ba-90f6-4edf-9451-c13184c3d983") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d03faa12-a11f-4bca-b51b-b5ad7db4c22a") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd92179f-f813-4dd3-89fa-e977f48bd2cb") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d091853e-a140-4b34-af79-bcf4c4fb2686") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5e1702f-7f3d-4d91-bbcf-320bf8dd149f") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95649dc8-364e-47ca-8497-e4c4af7c8c9b") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "861d2fbb-7e7c-4d05-af2c-df0b895283b4") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d78c9570-695f-40fa-8783-f95545bdf729") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b20a18d4-48df-40ae-9d6a-e17a4c72e3bc") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d9b7e48f-6cb9-4e84-8930-0a0f1ad95ebf") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5757ca2-49b4-4970-ba14-fbb0172026df") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "efb326a0-cd61-4bad-a553-752aa5f88d5d") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3393f12c-947d-410d-b1ff-5550e4095fd3") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1aacc0b0-c7c8-425f-aa48-7c41b3617972") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ebe22c0b-56de-41a9-943f-cb798ab947ea") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ed73eba-1acc-4c06-806a-564fa2992374") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0312dba-3b8f-4e32-ab65-1b431ab560df") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da63d442-98d3-4e06-951b-7244d8b4d00f") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b256bd60-4587-4630-972a-6f820596e2ec") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a28bb0f-7fbe-47ac-8170-b71b16ca75af") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56dec7eb-9b20-4cb5-9e6d-a40efff4a8dc") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "c23c0157-3400-4c7d-9550-865a0dd4c178") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "Net-(C1-Pad1)") + (pintype "output") + (uuid "edddedb1-80f4-4e7c-8742-24db2b5538c0") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(U1A--)") + (pinfunction "-") + (pintype "input") + (uuid "3b320630-4b47-4910-9b56-e49d879f76c8") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "Net-(U1A-+)") + (pinfunction "+") + (pintype "input") + (uuid "5a7de82d-16f9-4a77-b39b-60429813356d") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "31ec64aa-6950-4945-aa52-e1c4314f63e0") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(U1B-+)") + (pinfunction "+") + (pintype "input") + (uuid "4ec50524-7712-4427-b55a-6f725261f000") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/OUT_1") + (pinfunction "-") + (pintype "input") + (uuid "e36edda2-9c1d-47f5-8fbe-618ad6d7c3c4") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/OUT_1") + (pintype "output") + (uuid "037647ea-4202-404d-b94d-cff66f10ba94") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "d706c641-5f24-4b09-80dd-78b764966e64") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal" + (layer "F.Cu") + (uuid "8dc76d56-26ca-491b-8f78-2280b6d077c7") + (at 93.98 101.888 -90) + (descr "C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf") + (tags "C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm") + (property "Reference" "C2" + (at 17.037 -0.145 0) + (layer "F.SilkS") + (uuid "4b914973-a255-4a2f-bc51-8ae4d70fc438") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220p" + (at 7.5 4.37 -90) + (layer "F.Fab") + (uuid "80f5e807-597a-4397-81a9-f673e6df7646") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cfba7e34-05b9-4d19-8aa4-076f18588edf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b4a41ca-cdcd-49da-9b82-5ae9bf7ae8c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07997cfc-5d21-4f9a-a8ed-28c1db2ee79f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/237113aa-aabf-468d-9e6b-cf7799a62c56") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.38 3.37) + (end 13.62 3.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "052665db-6430-4a81-8468-e89d0c182a9d") + ) + (fp_line + (start 13.62 3.37) + (end 13.62 -3.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "24133618-460b-4b61-a800-aee321757f00") + ) + (fp_line + (start 1.04 0) + (end 1.38 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d70f0d0-3fce-483b-9570-c548595d4c3c") + ) + (fp_line + (start 13.96 0) + (end 13.62 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d22f036-f33a-47c8-8c73-ec5188824fbe") + ) + (fp_line + (start 1.38 -3.37) + (end 1.38 3.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "104fd9bd-0dc3-4017-bf19-ae922c9ec3b7") + ) + (fp_line + (start 13.62 -3.37) + (end 1.38 -3.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9b87477-8182-40d7-bff5-b6dd8a91a6e8") + ) + (fp_line + (start -1.05 3.5) + (end 16.05 3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "964cf9c5-bb57-4e0d-ac4e-74567c4c392d") + ) + (fp_line + (start 16.05 3.5) + (end 16.05 -3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2be12349-05fb-4ae9-a7be-c6e807120959") + ) + (fp_line + (start -1.05 -3.5) + (end -1.05 3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fdd1cdb1-d676-401c-9100-7aef1bc1e62f") + ) + (fp_line + (start 16.05 -3.5) + (end -1.05 -3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "65e97619-d770-4eb7-9067-7f7ce2495ff2") + ) + (fp_line + (start 1.5 3.25) + (end 13.5 3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7f0787c-2316-413d-a6d4-909194372bf1") + ) + (fp_line + (start 13.5 3.25) + (end 13.5 -3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5036738-7938-45f6-b60c-009331be4e0a") + ) + (fp_line + (start 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8fff52d-a619-43a8-a2d2-15b2110230fa") + ) + (fp_line + (start 15 0) + (end 13.5 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16217ea6-1898-4c6c-a760-f24754dc39bc") + ) + (fp_line + (start 1.5 -3.25) + (end 1.5 3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ec257d9-e172-4b98-a1a0-82cf4bdc424e") + ) + (fp_line + (start 13.5 -3.25) + (end 1.5 -3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5db500a4-bfc3-4aae-8637-8ee490a6801a") + ) + (fp_text user "${REFERENCE}" + (at 7.5 0 -90) + (layer "F.Fab") + (uuid "de0fa3cf-67a0-47be-a225-7479bef95db3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(U1B-+)") + (pintype "passive") + (uuid "1fbbc02a-ea54-42e3-a2bd-cbe4a75ea3a2") + ) + (pad "2" thru_hole oval + (at 15 0 270) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(C2-Pad2)") + (pintype "passive") + (uuid "fedaa9e5-47fa-4266-83f2-c7173fa898f0") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "91cc58b5-f8e0-403a-91dd-30f53d283409") + (at 105.156 86.6 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R30" + (at 2.54 1.778 0) + (layer "F.SilkS") + (uuid "93669d6e-9e83-401b-99f1-9f16b67d3723") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "84937e8f-9afb-4d58-8331-0e0678b9f903") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01159027-5083-45ae-8f26-9cb839afe8c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de31a089-6431-458c-a396-8ba46d6fc722") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b530bd07-59e3-4e17-8f6d-fdb0e483065c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/6ea2d339-03c4-4f1f-9eb1-3b5bab03d322") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbc8102c-8e2a-419b-9d7a-e7c76c61bc69") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2141c5f8-27fe-489b-a76f-1d614b0118e9") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ced32118-ce1f-47f4-bffd-358d1038d1b1") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a24915f2-9e79-4294-84a4-a42b31b671b9") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "834e89ed-2736-4d64-8e68-04bd12a2d4a3") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "195477ab-19b3-4644-9eb3-a8d913d5595e") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c684c58d-4933-4430-ac0d-aa2280538eca") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a33068e8-f827-4ea9-a854-234d2a943744") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "627638e7-2765-46e7-8cba-ae394a593791") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc62872a-e314-4e59-b152-b8e1699f1b82") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b1370f8-3709-4b04-a8ca-537e978d713e") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be7fd759-f2ae-4d62-b269-12cc08fa45ba") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "5e5a0756-8f25-456a-a044-9e3cd383e371") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 64 "Net-(R30-Pad1)") + (pintype "passive") + (uuid "18547e8f-7c1d-4648-9c5c-5356039a73cd") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "fb5ba0ae-f8d8-459d-bf37-c50e9313175c") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "93d964d2-3298-4dc8-9552-3dce21139424") + (at 60.95 115.697) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U3" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "2cb3968e-2788-4492-ba01-ece527c34ebf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OPA2134" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "f24f70b9-5edc-4369-82af-5c829b76ceab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c21abb6c-8f5e-4122-8424-58c8125a4f04") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc5d8579-0ecf-4736-afd5-d5dff2d6e816") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d04ec286-00ce-4b5c-8f74-45ae35abf420") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ab77e645-3b12-4c00-a89d-83b2a2242d36") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b974e84-1cc4-47fa-877f-57934cc1fea0") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcf3f748-f1ed-460d-9aab-8a80283e5f0e") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e6f146f-6efc-4588-bacc-d48b66dc4960") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8217747-6367-42d5-a96a-10b74d1fcafa") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f19d4f2c-23bb-4781-a145-02e0dd09bb40") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "249ef198-63a4-4e37-9c06-50891ee63d87") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db7559f6-b7ac-49b3-9166-ea2f0fe1a14a") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6bab925-15eb-46d1-9bfd-e53e260377db") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f20284a4-d15f-4f6b-a89f-676f8e24010b") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbcffe8d-d5b9-4b63-9374-b82465067f7b") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e9e8d3d-025f-4c0e-8e5f-d6176bc3d8f8") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e2622bd9-9921-4c16-8154-da89d576efe8") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1e45e27-517f-4293-a651-01a5d92e22b7") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c37ad386-e271-42aa-a382-430f0f8b9c65") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6c55ac6d-24eb-457a-b733-c22f93226122") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46f03063-6976-46e8-ad1f-1069a9d7d437") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca4f219d-fd4f-4c8c-b8fb-2cc58b7a0bee") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a664579-9f4d-406c-8f8e-83e60e7d88ac") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0449ff49-8f0c-42ae-b4b4-e4c2a478374f") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cffa4422-1a17-4aa4-99ff-2f6cf8adc871") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6aa34b01-2b81-446f-8511-9cb3a08bc9f0") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57f75b42-9d18-4d7c-a009-490ca3c4c869") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b3161f5d-ecab-4ff3-baf3-997f8c31960e") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "f0bfd05c-18b4-4dfc-a57c-dde921cd7cfb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U3A--)") + (pintype "output") + (uuid "4abbfb6e-f36a-44e1-95b4-4351449fc9a4") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U3A--)") + (pinfunction "-") + (pintype "input") + (uuid "958f3986-db0e-4979-9517-44d062172e0a") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "Net-(U3A-+)") + (pinfunction "+") + (pintype "input") + (uuid "6eb0da59-abff-4e7e-8999-0448911a326b") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "4ec684e6-e8a3-4464-8b96-bf14e85e2340") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "+") + (pintype "input") + (uuid "1c480e03-61b3-42c4-9f20-3725402b85bc") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D1-A)") + (pinfunction "-") + (pintype "input") + (uuid "27deaec9-fb3f-41de-abcf-06c60a89e57e") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D2-A)") + (pintype "output") + (uuid "a3835406-e492-4553-a67b-0828776bbcf3") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "84ee4c0e-3a70-42a7-aa38-0443844cc3f2") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "952ff688-460e-4708-9cfe-bec9fecf183b") + (at 60.95 130.7465) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U4" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "31eb986e-a9af-4033-ba22-f2f19d279686") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OPA2134" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "915a5e45-6cfb-4219-a8b4-a5461febd6e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29e00414-73bf-4962-a827-230782ea9f4c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7cd39165-7f34-4ee1-bf7e-7e48ebab7ef6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "602ca3b3-f317-445a-bc78-8ba4ff2ebe55") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/87194eb3-a3bc-499e-af72-3244d343b4c6") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c1cdfe7-2df4-4846-ab94-834f9571375c") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9e94ddd-2c68-4c5a-a3e2-c3c6a9199e5d") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e18ff24-6832-4b6a-866a-55ef375816c0") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8eb3fddb-3fc0-427f-ae40-a5111942a1a0") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "409161f5-2203-4cc5-8c83-60cdd96a1ec0") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73763e3a-0aea-4695-9db2-704ba681b778") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4661f7b3-4dff-4982-9707-78f4b8ec79e0") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37c2758e-0126-4c5f-b08d-db51e07c5d67") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f087602-8205-42a6-926b-1b49026d9bfb") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3eb102b-3b46-4d00-a6e8-e6e63ad87f00") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9735d3b-23e3-4ff4-8421-0e98350a3edd") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e73c0dfc-cc1e-4bff-ab18-86f295c2d1de") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cff02e3d-b1d3-4c69-8d3e-04391e71e935") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4273fd8a-a086-42cc-8e0b-d7b49336a724") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7a57aa8-98f4-4b03-b995-e153025a9325") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "569d9633-e900-4b7e-a741-b721736115c5") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "622f5ead-cc1e-4008-b1bf-5b9b6cc4ec28") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a66803b-0e43-4554-a591-d4f2f4352e28") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73d7ec55-e0e5-4e82-86e5-2848acfb0b5f") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66fcd00e-c0e9-4ee8-bd0d-f21e832a423f") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86d0f53a-7d91-4f77-94f8-624e2643d6fd") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa9ca40d-d619-48d3-85d2-c9b18c6835e2") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6c27626-d61c-40df-9e09-f879e3369603") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "fe37ff37-7822-4b1a-a72c-b6cd4756830c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 61 "Net-(U4A--)") + (pintype "output") + (uuid "d5237e05-53dd-41e9-9453-367768fc6c0f") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 61 "Net-(U4A--)") + (pinfunction "-") + (pintype "input") + (uuid "026ba95a-703f-4629-9dcb-7cf130966f5e") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "Net-(U4A-+)") + (pinfunction "+") + (pintype "input") + (uuid "5c9e2b8e-1b72-4828-9019-8726430759e1") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "2ef4a592-6246-41ab-91c7-8dd2a4d95928") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "Net-(U4B-+)") + (pinfunction "+") + (pintype "input") + (uuid "66456299-7283-459e-aaf2-993845a44287") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(U4B--)") + (pinfunction "-") + (pintype "input") + (uuid "ba052a87-35fe-4530-ae2b-8791ccdd4d66") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "Net-(U4B--)") + (pintype "output") + (uuid "35ee146d-3fa4-47ce-bc21-db51e1e27a04") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "1b0f5a4c-d31f-48f4-bd5d-4975ab2d71c2") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "9758cb6d-eb8c-4fba-aabf-3f4f13f8a123") + (at 99.314 127.254 90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R17" + (at 2.54 2.077944 90) + (layer "F.SilkS") + (uuid "b54693c8-b4cf-4efb-bdbe-d20184168bf6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "041234de-00f7-4fbc-8df5-64e21d99c824") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ef17082-f7dd-44f8-9361-582b82ff4965") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe905af0-dc0b-4635-a78d-6b9d287e5e16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17ab77f0-a2bc-4bd6-b632-91ebd1b2770c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/abe97eca-070d-40e0-9575-3b0a23519ed2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4d8ba2c-dc6b-47a4-96f5-66fd7a7852d9") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b727b0d-cdd9-44cb-9f1f-7c5851059300") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7956160e-f7a2-4d0f-a79d-7775e561c965") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33ab1fb1-5ca4-4125-8a8f-75621eeab56a") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74dac918-0ca1-4c3b-98b6-6e2acb80201b") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6a25fad-1989-48a9-a8ed-870296651792") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc9a9ed4-5218-4175-8d85-5edd43a8218f") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30f65328-6af9-4a8f-a3d5-743e25951505") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65b5fcc2-4262-45a6-afb9-14b66fc5c095") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db2df241-f69f-4bf3-b623-12892f0977ac") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7815d337-0f86-44dc-8a70-e16226f649f2") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9669bd89-2213-4ac7-bb47-3afcbc6678da") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "1ea4ddaa-8d95-4ef8-80a7-503113239d98") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D2-A)") + (pintype "passive") + (uuid "618a35e0-257e-4eb2-93d9-c2a60937a296") + ) + (pad "2" thru_hole oval + (at 5.08 0 90) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D1-A)") + (pintype "passive") + (uuid "3956c5c2-3ff7-43d9-8093-0a560e9fea2e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "99e3b382-8458-4ead-b1e3-3cfe3bb3fd6b") + (at 69.088 142.625 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C18" + (at 1.25 2.075 180) + (layer "F.SilkS") + (uuid "9d6c3428-486f-4ece-8679-8d6f612c4401") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "5c181fda-9d19-47c6-a182-79278be7905f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02c2c882-7cce-4f0b-a730-b3b2a828eeac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0211be6d-0769-4b87-b191-4c7256420821") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97007056-b0e5-4455-bfce-27856f85f721") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2cf64276-1c15-457b-aceb-d60c5bc4be4f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "510a18ff-4ada-4ede-8a46-d3600c5d9590") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "bc5f4a0e-658e-4097-9a58-2347db22cd2f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "421ae046-23d2-429e-ac06-087a67402d97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/154d023c-9d0a-4366-bd5b-905a911be1c4") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54f5c262-acd7-4e0a-b77a-7fb8f0613073") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7aae046b-9fd0-439d-8dde-53e52a359aef") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8434a478-1ad1-4c48-8c96-f2e1d6685582") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fecf501c-2d43-49f6-9d46-e91785555db1") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3268fb9d-519b-43e3-8db2-bd2fadc19917") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1167140f-ed45-4dad-a17d-6cc34389183c") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c4a62fe-9ad5-4067-b362-cbf1040f3213") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "296afbc4-7f53-4804-8520-66d1b860414b") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb70d449-d1e0-4c7c-a807-067bfb88305c") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99c17332-83d5-421e-aad0-e4f4f8b070dd") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e37abc7f-c870-42f3-ad8b-e58ba45b5c1b") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a4baeb0-9e40-44a9-8c2f-e435f676e084") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1216d9e4-5265-4461-941d-c529bb9a6b7a") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38e7eace-fb99-4b81-a4e8-6ec430ffabd5") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "078ebdee-e0ce-4c3f-9c6d-58fee04d511f") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "df3da54f-4853-4d09-bbbd-513a1781c2bb") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "34e4aae4-1331-458a-8131-d7a4bab5680a") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "9c17e7c7-fcc5-4076-9fe4-d078e465e6c6") + (at 71.902 60.2) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C26" + (at 4.398 -0.1 90) + (layer "F.SilkS") + (uuid "bcc991c4-9905-4cd4-91ca-40361e463fff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "65480ccf-947e-426c-898c-63749a0d88d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39458959-4040-4910-91d9-4682bfea95e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "951c985a-157f-4768-96d8-867b7ba26837") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f0bf2b6-37d3-4b0c-8497-2c490a9b9cb9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d4645eb6-a765-446d-a195-d15bfe288046") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "36ba418a-968d-4c6c-b657-fe0fec86fbdb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e0fe4871-893b-43f7-b829-7f7bcd330a2b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "108ca3da-7b2f-42c0-a04f-0188c0a8eb89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/5e1ecc51-1ff8-47c9-980c-94e70291002d") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc1f5e03-a226-42c6-a329-a1e342010369") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09aac784-46ab-4ea3-867f-84d54d6cb6cc") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37139c06-78d8-4648-b43e-6c34ea997437") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0dbb327-c656-4e8d-83b4-e4c74833969d") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "40e9b34d-e1ee-426d-ad39-ad729ce86751") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ecdc63a6-0278-4d1f-a4a3-ec0f08e6da19") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "261bde2d-72e5-40b6-aab5-c2ebe91744cc") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "461851f0-f279-43d8-b337-c16bb95b2bbb") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6df34313-eac1-42c1-b4dd-be1bff47f67d") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd04302d-3519-4802-9ea3-5f6ea2a05148") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63e8306a-dda2-49c4-8c75-b75669370038") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0938b8c1-4be6-46b9-b2a2-9bc6d37efdd4") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77176e5a-f5d5-4111-9ac5-dedf6d077a9f") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "868e66f8-a451-416a-a46c-5d910a8df21f") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "b86944b5-741c-4bc7-b46e-5bb572889844") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "acef90d1-c4be-455d-b3eb-f5fcd04d211b") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "660de156-64d0-4026-8a9e-11969800d850") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm_Socket" + (layer "F.Cu") + (uuid "9e1b1d61-12cc-411d-a1ae-fab399c0c58d") + (at 65.526 63.44) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U11" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "5ebb2022-4d23-4a42-a2b9-639d4097f616") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OPA2134" + (at 3.81 9.95 0) + (layer "F.Fab") + (uuid "bd7718d2-577a-4b14-a76f-6f6b006a1d78") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "745df3c6-2dc2-4a49-b30a-b37629faa013") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b844d097-c2e2-4e68-8a5b-fdafb732bd06") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc03fe4b-4972-4915-93a6-571441ee7e67") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/56ef4808-0fd1-46de-a1e8-5412d64bf0d5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb043efc-036a-46a6-a775-17c2eaba309d") + ) + (fp_line + (start -1.33 9.01) + (end 8.95 9.01) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8dbabd9a-4ce6-4cd7-b171-9576aa39a7aa") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab9300ab-629e-4593-8047-0357b3b36414") + ) + (fp_line + (start 1.16 8.95) + (end 6.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f099fff2-525b-427c-9a69-f457e942fb3a") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1dec513a-f77a-4dc6-97a6-748ad5437b81") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f70fef64-ad44-448b-94e9-3689d9c04358") + ) + (fp_line + (start 6.46 8.95) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebaf76c2-eaf9-4a43-9497-a8be2c481a01") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c6ff6e5-830f-45da-8dee-891a1e644d87") + ) + (fp_line + (start 8.95 9.01) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41fe7863-0cae-4588-8b07-fb28d91c2dc1") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7569f7c7-925f-441a-9eda-61580c997b5e") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f31eb894-d634-4c62-9510-b3f6ce8d31bf") + ) + (fp_line + (start -1.55 9.2) + (end 9.15 9.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b2af72cd-0647-4bf4-b672-5e4b57c192b8") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c58149f-0c04-4d00-ab3b-ada7785b68b7") + ) + (fp_line + (start 9.15 9.2) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e092758-8e4b-4aef-9b54-635b919f8f69") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "298fb4ee-8194-4284-9105-08c187cbde40") + ) + (fp_line + (start -1.27 8.95) + (end 8.89 8.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd494e20-94b3-4ae3-9e43-d97fa46d56e2") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05f7c843-f2dc-41e0-86a9-9db0c4891601") + ) + (fp_line + (start 0.635 8.89) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3030a038-3237-44a6-9b35-33e8b2470ae5") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "090f3017-19c8-4d59-87f8-0ad2dba0190d") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4b3c802-83d4-4ef4-8168-e048ff7079e2") + ) + (fp_line + (start 6.985 8.89) + (end 0.635 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e880051f-6763-4894-9c5d-67f40b871b65") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26c09d08-c87b-44e1-9057-f42053d8dd1b") + ) + (fp_line + (start 8.89 8.95) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "802bf54b-7349-4841-a8a0-0390326004c0") + ) + (fp_text user "${REFERENCE}" + (at 3.81 3.81 0) + (layer "F.Fab") + (uuid "e6d346d5-9085-473f-aace-7858d79ad1cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 66 "Net-(U11B-+)") + (pintype "output") + (uuid "0a52a9ed-7c81-4b12-8a23-1367aeb4f9af") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 65 "Net-(U11A--)") + (pinfunction "-") + (pintype "input") + (uuid "7b8f972a-b7e1-4647-90d4-fad0e9eb7317") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "+") + (pintype "input") + (uuid "a8028c20-00e3-4175-ac0f-9f9dccec5fcd") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "1756340c-753b-4843-9844-e7cb150f3850") + ) + (pad "5" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 66 "Net-(U11B-+)") + (pinfunction "+") + (pintype "input") + (uuid "1670fcd9-0f1b-401d-86b9-b5e1b9e9f679") + ) + (pad "6" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "Net-(Q2-E)") + (pinfunction "-") + (pintype "input") + (uuid "822f8378-5cac-4145-856f-34032f580a19") + ) + (pad "7" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(Q2-B)") + (pintype "output") + (uuid "62bc272c-caf1-4b2c-ba9f-3ce3152a0a5b") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "f9a8ff8f-9769-4211-8a61-f36e3f7cd4b0") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "ae48e365-f718-49a1-b501-3d8c38ec72c6") + (at 57.738 89.744 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R2" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "2b6a9ae9-d805-4f02-a47c-560a08e4b4bb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "980388fe-8c74-404e-a0d1-8f5d6ac6a791") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7757d46-5b77-4406-a329-4b480bc20acd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "557401e2-6909-4294-baf2-4db53411263e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da085a1c-5419-4970-8a15-71377a771a2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/d70335ee-80d6-4fa5-adf5-d681d36a45b5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c535b1a-8f2d-424e-a645-7629ffcd0b0b") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6d99022-1598-4182-ad14-2e64da91bf4b") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a45d1c6e-0d22-422f-bebb-d1a26be22ff6") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee967d8a-2b28-41c5-a337-d8688e872fe2") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6483266-2696-4212-ae0e-9fb1a416a7fb") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8ccad65-1e1f-4842-b604-0f32dbe6693e") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9fa656c-5774-44ba-b11c-b0f70b05f840") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1504c7a-eade-4d34-a29f-ec7ebcca1152") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fee8cf6-b2a1-44dc-9710-ed75fbc150a9") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c2d32f90-bbf6-40ed-9ed1-04351ef3fa5d") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2547dad9-3bfd-4378-81a6-05675cc70447") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "467ee6dd-5c5d-4363-b5bb-6c68b5228930") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "760555fb-30ae-4f2a-b01a-c151736d67c4") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "Net-(C1-Pad1)") + (pintype "passive") + (uuid "174cee81-b153-4be6-8552-0363a7c37866") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(U1A--)") + (pintype "passive") + (uuid "392e522b-d7aa-43a2-a9cd-a341fc46e1b7") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "b7c927eb-e557-4fcd-b6f5-2f9ddd50182b") + (at 82.042 57.658 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R38" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "7432430f-f323-48e7-ac1a-e7eaa679daec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "29d4b9cc-1619-4711-a879-fd4845effa04") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27aa50d6-4535-4035-bfae-361152aecf35") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca1713ad-f4fa-439f-9acb-c5561da5b8a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c230885-91ff-40ce-bb5a-4516175aacb8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/58554cac-b7a9-4d4b-9d5e-fb7da78b41bb") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31222a5e-c9e2-434d-bf45-236f095ca460") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72b68fcb-06bd-4115-b642-7baa9e53d139") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "41d6ca36-06a1-4602-b798-982d7e15369b") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f58ba5ba-26d9-4925-a0fa-1278f820ace6") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7664a62-2311-47d8-a7cd-a9f8df298f62") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "473be37b-1509-42c4-a262-660657c5abc0") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a3c2746-51b0-4a91-90f6-360f65770366") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e2660381-97e2-48bd-a697-dfe48b6b59be") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2020afc0-6996-46f4-9019-a73eaff5e23e") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b8382d8-916b-4755-9185-ddb14348397a") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ec57aec-484c-48a3-ae93-534f9f52fb28") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a199eb50-3945-4f6c-862f-9025b5932d7c") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "fbedccba-fa4d-47fa-aea7-accba5a8aeff") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/VP") + (pintype "passive") + (uuid "31427f21-a6bc-4fa7-9d1d-6875144b37ff") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "c3b9bc7f-cfb3-4450-8cec-86d60ed1767d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "ba34e28a-b881-4b64-bf8b-aa89fe061fbe") + (at 76.962 90.932 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R5" + (at 2.54 1.778 0) + (layer "F.SilkS") + (uuid "9a450d64-b54b-4c1c-9c01-4305001ada27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "68k" + (at 2.6889 0.0256 0) + (layer "F.Fab") + (uuid "37266586-ae92-4391-992d-cc9370669fc3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58fa860d-01fb-4236-bb58-a4fbbe82a72a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "deaafd7f-3b4a-4642-8a51-2708f1231075") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "283eb4b1-7998-4f21-b0fa-8434ae47d9e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ca776134-bb7d-4613-804b-258b0bbc12b5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5e7110a-47ea-486a-8b56-5f1e3abdd11d") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75496b02-c1bf-45c9-b22a-9eccfc55cd76") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "453be1c8-3b87-47c5-b375-f24e4e3f7b3c") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa3120c0-f515-4074-b01b-bd926dfdf0c7") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "37972ab5-d4c6-4aee-845e-b447b6d4f4ee") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "63628516-8a8b-4b65-8249-365ba9376c59") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "06cf01d2-9d92-4941-a7a8-c561bdb3e4c7") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca61d3ed-0a5f-45b5-bf49-e77bddc2e59d") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6051f18-3ea9-44c2-a560-3efc8d7147e2") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4ac9b23-1409-45e2-afc2-48bb9b5d749e") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b4dddd8-14df-4320-864f-a77b3c88acdf") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34beb241-027e-4d19-a244-207f5a04b9d4") + ) + (fp_text user "${REFERENCE}" + (at 2.0539 -1.8794 0) + (layer "F.Fab") + (uuid "85923846-57ad-4091-85f9-b34693d4bebb") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(U6A-ID)") + (pintype "passive") + (uuid "3418e08d-bc50-4c7e-9a45-0c97bb333c16") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "ceaf1ddd-902f-4dea-968f-34fa783f94ad") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "bace98b1-f72d-4ff3-b85f-71fbaa2d00d3") + (at 104.648 121.158 -90) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R20" + (at 2.54 -1.92 90) + (layer "F.SilkS") + (uuid "543a5d20-b939-4b04-a048-24925b2ff0b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 90) + (layer "F.Fab") + (uuid "2dc4a80f-79b8-4ccd-964d-83727ffc2326") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af59c083-08b4-4d20-9813-5824f734a4cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3811685e-a1f6-46cc-a082-c0457725c502") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03fabc81-e323-4a72-beaf-152d7d1030a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c26c57dc-7e8d-4639-a0fb-393594241b17") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "050ccef2-d0a7-43e3-a0fe-21e83b731ce3") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "390bc495-1ec9-4465-88c0-ce7cd6dd7cbe") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea6e9b67-2bdf-4bd2-999d-df70b6582bc4") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "528b1fde-9a9a-441e-a347-e0db2d5853e3") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81d52ff5-6463-4500-b94e-43d00afcba67") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7f77a5f-b242-427b-b090-d93751609150") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da4dc8a6-ba32-4710-9689-460743551315") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "003c6f28-ae44-4edc-90ec-e860de001bdf") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c156929-5773-40e1-9ba2-19fe64ed1e7d") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "971f05a2-0ad2-424e-9ef5-d0c2c6c3b432") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9662e514-0efe-4f14-aeb8-c4da4a05a467") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ae5b95c-77d0-4a76-ad59-86be4dca51c9") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 90) + (layer "F.Fab") + (uuid "2fa752e7-91e5-4c47-8af6-2946e1f04592") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "/OUT_3") + (pintype "passive") + (uuid "d7e981f4-3ad1-48dd-8e72-4d7e2e62861c") + ) + (pad "2" thru_hole oval + (at 5.08 0 270) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 59 "Net-(U7B--)") + (pintype "passive") + (uuid "e409bf4c-4647-441b-bca1-9342e65f23af") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "bf9d5a75-11ad-4918-90d9-feb92580438a") + (at 99.86 83) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R31" + (at 2.6775 -1.841 0) + (layer "F.SilkS") + (uuid "c510ac69-4581-46cc-8e35-764236b0407a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3.3k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "8447d5cc-4eb8-41be-bce3-300c7efb6aac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8dbb6080-d4d5-4ee4-bc25-c8a4cf10d371") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34f5a8bf-fce7-47ad-9303-1a7f1d72b98c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0cc57ea2-0a17-4409-9de8-889778449945") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1f7c52f4-0fc6-41b7-b6e6-88a595ae7037") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35f6ffd0-5689-4d97-8716-6d9c47abb699") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "040c4ae7-5f55-42c2-8073-8938cffee0f4") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76c6002b-6ebf-45e7-86df-4de25f456d9b") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e655f0b6-3ee2-4a1c-b7a2-3b438b0608c1") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3c0f85c-df1b-4a19-967f-53e1cd2cae26") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd4518bb-bfd7-4415-897c-7ef8c70bdeea") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b18c7fed-ccc1-4484-b4af-6bbfe0c40b82") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9dcbea34-2868-4866-b9fd-53578053f3e9") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f854ae7-723d-4356-add1-c56c64205211") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19c8c16d-b8bc-4752-b10d-7c42cf75a497") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5bc3b73-9544-419c-a883-07d96d1e0902") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e1b5760-1755-4005-ad8d-8a55db8dbaf2") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "656e555c-6144-40bf-a9f0-c5f52cf4ee59") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(D3-A)") + (pintype "passive") + (uuid "1e60d9aa-4953-4a4f-8814-8c94ab90f191") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "Net-(Q1A-C)") + (pintype "passive") + (uuid "4ac86bb3-7cb6-44e9-975e-9fce318e3167") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "c2492bb9-4189-41b0-8485-b1c894430de4") + (at 62.718 96.52 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C11" + (at -1.932 0.295 -90) + (layer "F.SilkS") + (uuid "86ab3a9b-a7f1-484b-9422-0f678bfa932c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "544fc002-cb9a-4835-b352-146402e32642") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97bfb5db-4b19-48b0-97d7-873ad6f8d375") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "858b3c2d-5dc2-44d3-9016-9b9ee4a74522") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7bf02266-5352-4367-aedb-87678d2ce613") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "04278847-321a-44ea-a7e0-78270d940387") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8597c7fd-0e2f-4ca2-836e-f9fe6da4b86d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "27b0d930-6d2c-466e-9544-9ed53cb8e266") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7aea0b6b-c3b4-40ad-8c3b-e9566d8a4d7c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/4a86e661-8a17-4f36-81c3-5be566b70672") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06b865de-17f9-460f-86de-d02bf4c99a98") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd50ece4-cf11-49e7-95f4-4b10246dcf01") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2775063-0342-4cf5-ae70-c26a26233699") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "673f5153-ed58-4e77-a1fa-05143df38acf") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a22186e-c996-4ed6-9445-bc5efaba7fb1") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53ec14ef-55be-4d77-92b7-4403c61edb54") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "454f9fd9-911d-4e9f-8212-efe11e4b4f1b") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fce21d70-9b08-4906-bbe7-c432788b9803") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "416c61a8-9d8b-469c-8ab0-3381be130991") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e280e91c-627b-40f8-bca2-8fa2104af824") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c994dd2d-3118-4e28-b781-8ce1e2da78e2") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1dbb54b1-f638-4711-9864-b1055303b126") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "13fd7a1a-48d6-4bdb-a836-091407b53e64") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28c6b641-efb0-43dc-a075-9ac3175ee922") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "edabb6df-e793-4adc-be8a-e5ea05ea60aa") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "df2a8dbf-e815-4f39-bc6b-9475065c75ec") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "3442243d-b5bb-463d-a657-7bd60ec7aa7e") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "c3470322-7237-4253-ac0f-60b0dba3d6d6") + (at 76.835 53.975) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R39" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "63c85055-9721-4814-93ff-d863b4877260") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "9627945c-e679-4538-9822-4d2bbefe1b83") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07623da9-0be7-4690-95e5-4f52fee43e51") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3cea1ba4-094d-499e-8f24-74596b904f68") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed5c8405-81f9-427c-b116-40449a1897cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e16ecded-dde3-449c-824c-c655e1f0588b") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f299049e-e1d2-47d5-93fd-61731ee1d2ad") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a167ffd4-55d4-4b79-9616-d644932cecf3") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7af71b87-c05e-4a4b-8423-370bd36cbad3") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aeb5ecfc-f097-4a6c-86f7-0c9d9ade6bca") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "69f4b821-4392-4f31-b917-6ababba8db32") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7285dbc9-a354-4d03-9cce-6babc7246b0f") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e8a709e-8483-4683-bffe-13134c80a947") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0bed6d31-e6c2-4205-b903-a926eaf4a205") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88dafd69-d1ea-49a0-8b32-455eca10725f") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cecba3ae-e871-40d7-8009-609bd011d154") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff35b984-4d9e-4745-b76a-cd9251dd68e7") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f282d404-24d3-4d29-a4a2-209c9d4ae4ab") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "a0c180fb-90cc-4656-8250-9214c0831b66") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "60a899a4-c5f3-450b-8697-4b6b246d4581") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "/VN") + (pintype "passive") + (uuid "63625d5c-8f58-48e1-9f65-b9bf362b0ee4") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "c43b9f59-1b01-4816-aa5e-d1bdd2270128") + (at 52.832 56.388) + (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x08 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "85dee38f-cacb-4d4d-92e9-836533c2dcb0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Connector" + (at 0 20.55 0) + (layer "F.Fab") + (uuid "2f3006ad-9438-4f04-9197-10a2ddbe2d25") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b043748-99c9-4b8c-ab50-8a7bbd0f7e9f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4bd073c-cf17-4fea-9e68-01ea3dbb6fdb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x08, script generated" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e76b3c0-b49d-4b2c-a98e-6b6d5f0e763a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/596835d4-54c3-4e0a-8bbb-6e8ed8a4d642") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fc3d26a-93fa-4ffc-92f5-baa3e11e65ee") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43fa936c-5b5b-4421-b6c7-faf6efb56645") + ) + (fp_line + (start -1.33 19.11) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbc2902e-834f-4ea7-bd97-147ff7392d15") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cdf0166c-5eb9-45a5-b0a8-c653f1b71d64") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81b00998-5d94-4af9-8e1c-107509a9137c") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c02c948-2269-4067-a32b-71316256cf94") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13b82f84-80c2-4fd0-bcc4-f642cad94fa5") + ) + (fp_line + (start -1.8 19.55) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f79afc06-de1a-4649-aaf9-8760547b3b2a") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6e10de9-dca3-4eda-81c8-3e52388ccd54") + ) + (fp_line + (start 1.75 19.55) + (end -1.8 19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "40ec799d-d01f-4f6f-b994-2325cdaa4709") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66a5902b-8322-4a41-81d9-e6ee9aa9cc59") + ) + (fp_line + (start -1.27 19.05) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "612a8b26-74da-4e23-8d50-fd4bcc0f2959") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fcafe209-eb29-4dd6-87ef-4368bc761753") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5081fc6-df7a-4a23-b123-3d31aedd37b7") + ) + (fp_line + (start 1.27 19.05) + (end -1.27 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23c27fa7-42f6-40b3-bd6d-b329bf5a1fe5") + ) + (fp_text user "${REFERENCE}" + (at 0 8.89 90) + (layer "F.Fab") + (uuid "05dfb309-6c2f-44d1-a933-3b77619fb12e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "9148b7c1-f4b1-4244-9978-d094c7520253") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "+5V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "050a6aba-2a76-42e6-a60d-ff40d5e6f548") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "48d13fe9-71b1-49df-b528-2703bba0016f") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "Pin_4") + (pintype "passive") + (thermal_bridge_angle 45) + (uuid "9946ed5a-683c-4d84-b975-0712eaf8ea2b") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "/IN") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "c6123fbd-b33e-4216-b671-547fe4208e6a") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "/RES") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "6c65c107-2bf2-4713-b07c-cad469df3aed") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "/RES_MOD") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "199f3e96-4097-409f-80b6-b24de75e1dc5") + ) + (pad "8" thru_hole oval + (at 0 17.78) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/OUT_1") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "651c3dd6-c1be-4ff1-9ddb-3103c3d41479") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-16_W7.62mm_Socket" + (layer "F.Cu") + (uuid "c50f8e3d-18cd-4ddf-be19-c2101dfb185c") + (at 106.924 148.6 180) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U9" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "51fcc873-e000-49d6-880c-2d22c1a97f05") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DG409" + (at 3.81 20.11 0) + (layer "F.Fab") + (uuid "9b69f067-b76b-4b04-9686-643c33aa1e10") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7cbeb179-37d9-475c-b235-bc9c72e6948b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d3c9a21-c591-40ee-8144-051f5b9e4e33") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a33da664-08b4-48bd-888a-2810af1b72f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ff9a092a-28e1-4314-a567-c78d316e21d2") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 8.95 19.17) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa1628ac-3728-4fe3-9c3e-cd609e63a2a8") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af69b3b9-86c4-4d96-a177-b9c6984b0d10") + ) + (fp_line + (start 6.46 19.11) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be7a1363-0b54-4bda-bbcb-3c38d0ecc04c") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2eed8446-f822-4f2f-9696-c892d1a77bd1") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1b48a40-e622-4bf4-b57e-fd4be9106fc7") + ) + (fp_line + (start 1.16 19.11) + (end 6.46 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f761b69d-156d-46ee-992f-ce3d2cc4b1c6") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02af30d9-c73a-4b8e-aa7a-1cb3365e515d") + ) + (fp_line + (start -1.33 19.17) + (end 8.95 19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52939835-9a83-4e2f-b117-29f1c4d70290") + ) + (fp_line + (start -1.33 -1.39) + (end -1.33 19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ba30d90-fa7a-435b-bc5c-462010b03848") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc15f092-7e30-4c04-869c-9648d9063b78") + ) + (fp_line + (start 9.15 19.4) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6fa08817-a520-4918-b412-20e8dbf3628d") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb6313e6-a5e5-48d3-826c-9bf94a07ab7d") + ) + (fp_line + (start -1.55 19.4) + (end 9.15 19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f91bcca5-ca5a-4029-b1fb-d8779f6649d4") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b835815-0fee-4284-93d2-39da3cef3dee") + ) + (fp_line + (start 8.89 19.11) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26188005-ba72-41e5-aa7d-07be52351ec6") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5db708a-f8f9-4ef2-acc8-69922909f020") + ) + (fp_line + (start 6.985 19.05) + (end 0.635 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "054b0f2b-b938-4d5e-9752-9fb26d21c44a") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73b2702d-1b46-4e87-9712-f92ed136d94a") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70ae0978-beb2-4d21-ae3a-859387570e28") + ) + (fp_line + (start 0.635 19.05) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74a8b354-6764-4ec6-8137-16f3f1fe8df8") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e75eb63-f06f-4302-bc0b-c89af9302573") + ) + (fp_line + (start -1.27 19.11) + (end 8.89 19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb6ad754-619e-4165-81da-88d836fefb71") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05716ff7-9cdd-4cc4-ae65-bb2f9404c548") + ) + (fp_text user "${REFERENCE}" + (at 3.81 8.89 0) + (layer "F.Fab") + (uuid "a4f30ebf-e318-4485-be3a-0d0665d26fcd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "/A0") + (pinfunction "A0") + (pintype "passive") + (uuid "4efe03e1-c515-481b-a675-471efb9cfe9f") + ) + (pad "2" thru_hole oval + (at 0 2.54 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "EN") + (pintype "passive") + (uuid "6cb5c919-7924-4e29-86ef-4fdd7f073f0d") + ) + (pad "3" thru_hole oval + (at 0 5.08 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "power_in") + (uuid "a2761391-9cc0-4c68-9606-97cb542365b2") + ) + (pad "4" thru_hole oval + (at 0 7.62 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "Net-(U2A-+)") + (pintype "passive") + (uuid "7bc2c5a6-961b-4b01-81e9-9e4dda2815f9") + ) + (pad "5" thru_hole oval + (at 0 10.16 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "Net-(U3A-+)") + (pintype "passive") + (uuid "965322e4-e7ad-48bf-a8ea-e40c4c5bfc09") + ) + (pad "6" thru_hole oval + (at 0 12.7 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "Net-(U2A-+)") + (pintype "passive") + (uuid "a5ed49d4-939e-443f-bf8c-40dd38455125") + ) + (pad "7" thru_hole oval + (at 0 15.24 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "Net-(U3A-+)") + (pintype "passive") + (uuid "8f1bd487-017a-41f1-ae2e-bfb27d12b383") + ) + (pad "8" thru_hole oval + (at 0 17.78 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "/OUT_1") + (pintype "passive") + (uuid "2ad42dab-4e44-4c44-93f6-95d5fc7611a4") + ) + (pad "9" thru_hole oval + (at 7.62 17.78 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D2-A)") + (pintype "passive") + (uuid "f9cc793c-fa89-4078-8298-1f3887b9e65d") + ) + (pad "10" thru_hole oval + (at 7.62 15.24 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "Net-(U4B-+)") + (pintype "passive") + (uuid "39b77562-6d4e-41e3-9438-bbd9f52ca2a3") + ) + (pad "11" thru_hole oval + (at 7.62 12.7 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "Net-(U4B-+)") + (pintype "passive") + (uuid "aafef214-f97b-4f32-b3b2-c6be860dbac8") + ) + (pad "12" thru_hole oval + (at 7.62 10.16 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "Net-(U4A-+)") + (pintype "passive") + (uuid "aea75877-6dba-4c08-80ea-be6f850ad11b") + ) + (pad "13" thru_hole oval + (at 7.62 7.62 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "Net-(U4A-+)") + (pintype "passive") + (uuid "9c9762b7-3551-46fd-827a-d2c3a9f7bce0") + ) + (pad "14" thru_hole oval + (at 7.62 5.08 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "power_in") + (uuid "1b192f8a-a112-446e-93ea-984e69c716a5") + ) + (pad "15" thru_hole oval + (at 7.62 2.54 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "b0318042-4e3a-44dd-b06f-79db151beeaf") + ) + (pad "16" thru_hole oval + (at 7.62 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "/A1") + (pinfunction "A1") + (pintype "passive") + (uuid "afd71ce7-d1e2-4911-b01f-77aec5893adf") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "c668a20c-13f3-40bf-a433-d787c6f829b4") + (at 72.136 129.794) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R23" + (at 2.54 -1.778 0) + (layer "F.SilkS") + (uuid "0f2a21f5-043f-49a5-b20f-f331a585f022") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "18k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "db2e3c22-5aaa-49bb-a0a5-3864d4d1e0de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df68e067-24dd-4649-ae71-4bb29279bc83") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a7864be-d94e-46b5-8616-79a4da72d63b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c73c983-e7a0-4f4c-a8f8-7104205236af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a3d8805e-b1ad-447e-86cb-bff7c169c2ee") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d74f70b2-3394-49b9-9be8-fd56795ae6f8") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e33b178a-136d-4425-b826-17968c365f78") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c9e08941-6e86-4f4e-9f7a-7c99db4057cd") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28bab90a-0756-46b4-9cbc-1f221a6e854d") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "773e6c19-aebb-4ef5-8127-8d93b04606d3") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c15ca97b-960a-49a7-b6c4-1376e7e72da4") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "530830de-698b-4c5e-9aff-8d7f76a908e6") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0c86cba-d911-4d4d-8878-6c22797edf90") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd263b95-ae08-4889-9003-4274942f821b") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "beab7dee-7ffc-4a7b-bc81-de52fd1f6044") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf5dbc05-12b4-4db2-821a-499de096ed51") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbe2146b-1faa-4aa2-b77b-0e11860d9d67") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "61671d5d-c1dc-4269-9d0a-6abe99ea60d1") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 63 "Net-(R23-Pad1)") + (pintype "passive") + (uuid "04558369-591a-42c7-9e60-c7dbaab22baa") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "/A") + (pintype "passive") + (uuid "cff17feb-d7e7-4b15-b9e5-9db7148ed8f5") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "c7f3a0c2-1fd9-4915-bc9c-d50caebceb29") + (at 109.474 59.69) + (descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x04 2.54mm single row") + (property "Reference" "J4" + (at 0 -2.77 0) + (layer "F.SilkS") + (uuid "7cb71255-59cd-4eaf-88a6-a54e90dc8a59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Connector" + (at 0 10.39 0) + (layer "F.Fab") + (uuid "b087cad8-2f25-4d94-8903-b312f79666d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45aedb6c-ef82-4364-8f51-153f11444fbf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99fc1710-b364-4a0d-939e-cf81fd3f0df3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4018df85-cddf-455d-9e94-7ef7ced4189b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e8bfab59-f14f-4bed-90a2-1005c95bc274") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 1.27) + (end -1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25fa8531-e2c2-40b8-8ea6-87d91269d94a") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b475c6e-1f9d-4a40-b69c-b1cb07a7537d") + ) + (fp_line + (start -1.33 8.95) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48555dce-4f46-4a91-a5e7-52781deec75f") + ) + (fp_line + (start 0 -1.33) + (end 1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "559ab3f9-11c4-4cea-ad5f-0c59fcb37e4e") + ) + (fp_line + (start 1.33 -1.33) + (end 1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e72e597b-861d-4a9c-ab91-68324a1cda01") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04a59b4a-d5df-4940-ad66-10da6faf9243") + ) + (fp_line + (start -1.8 -1.8) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1132b203-7814-4837-a7ed-a72d22823de2") + ) + (fp_line + (start -1.8 9.4) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "851a2ca0-4ceb-4469-b345-613ca1768f1e") + ) + (fp_line + (start 1.75 -1.8) + (end 1.75 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f210f8d6-42a4-4411-a76c-c9abd2914af7") + ) + (fp_line + (start 1.75 9.4) + (end -1.8 9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d4bc594-c4ae-4bd1-83e4-a65ac2dc2940") + ) + (fp_line + (start -1.27 -1.27) + (end 0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bfccf58-2efe-4032-a1a0-061619fb3598") + ) + (fp_line + (start -1.27 8.89) + (end -1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5380067-fec7-4ec4-8b53-e036a9a4e37c") + ) + (fp_line + (start 0.635 -1.27) + (end 1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "587d6a49-a7ba-42b7-94e6-b2167784775d") + ) + (fp_line + (start 1.27 -0.635) + (end 1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5eb141c-bb8c-4a15-a2d3-4e860b8005b5") + ) + (fp_line + (start 1.27 8.89) + (end -1.27 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fce9b5f8-65ee-48f7-80e1-fd9131efd45d") + ) + (fp_text user "${REFERENCE}" + (at 0 3.81 90) + (layer "F.Fab") + (uuid "9a0d4dde-1b04-4654-a3ad-87a74f0f7770") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "/FINE") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "d27d8cfb-c240-4d28-9d7b-bbbd8135656b") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "/V{slash}O") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "43b9c39e-10ef-45b7-a96f-e55d805e4352") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "/FM") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "0ad1e5be-3cd5-47b9-8614-5b6cb6500ab6") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "/COARSE") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "d436bdd6-619b-4be5-acd1-efc84b2e3b84") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "cc8aac75-6c9a-4c80-a1af-a6f99587eb6b") + (at 71.882 106.676568) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R12" + (at 2.54 -1.774568 0) + (layer "F.SilkS") + (uuid "254975a3-3ff7-429d-aeb8-6f310ed3d85a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "1058d130-4e49-4b4f-a008-8d2ea09fcbb4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6397b742-f5f0-4e7c-8fa1-fb17d2f2b1e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0233f7f5-88d7-4779-b09b-a923015c6fb8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "960dc201-b2f3-42d6-b4ce-320e9247e48c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a0ded4fc-647f-44a7-941b-b88427312496") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce38620d-f8e5-4fe5-bd56-ed1c82c154ce") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8e2e189-d0a2-4fdb-aa85-7f4ce5f0c4bc") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7125c9fa-9740-4500-bff7-7dfd9ae521f2") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a1ac6ff0-491c-4d3f-9e47-5e50c869945f") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "014b7207-86e9-46ab-ab29-a8f8186555b4") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62b2f720-a4b6-4c2e-a3e3-33077863f8e6") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f639572-46b8-4075-9c20-fab07c58057e") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c2f2983d-e2e3-4c98-bbad-874948eb6cf3") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b02b13c6-d7bc-4187-9f5b-09bd14bea5c8") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a629905-1abe-4419-ba4e-361e143f40de") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a70bedae-3882-4631-8ffb-e0235e1629de") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cd1ef8c-0c06-486b-8b2f-459604eae092") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "9d741d36-fe78-4139-a021-4c5ad108a254") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "Net-(U2A--)") + (pintype "passive") + (uuid "433baf1d-8b9a-4710-abbc-367c2a58647e") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "Net-(U6B-+)") + (pintype "passive") + (uuid "1785cf5c-60d5-4582-852b-b439fbc4c625") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "ce0419dc-9bbc-4d57-b689-d35463083b28") + (at 101.854 157.226 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R8" + (at 2.54 1.778 0) + (layer "F.SilkS") + (uuid "f9a5a97e-59ff-46d4-a272-3861a31e7ce6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5.6k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "34011636-7d25-4366-b4d1-db8bbca7c8bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "377a3ad5-67cf-4b98-972a-1d77d4828118") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cdd33d54-105e-4fab-bfa1-21b09e24c436") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84009387-7214-4921-a8f1-e5501b542aa4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/894b1979-db0d-41b2-b50e-b1c4319546e7") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3732489a-3873-4899-b8d2-fb3ec4ed78c4") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96bb8603-7728-4234-8ab1-1419c6f37ac3") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d625ca5-f7a9-46b7-90a8-6331e1708a9b") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9d128ae-b127-4483-85a2-a8029d809a5b") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfbe7cbc-e2df-4654-b88a-1dff0dae9c0f") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d58ecca-aadf-45f4-9fd6-fcb3f4ba2a4a") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8a3e57c-0e55-4f90-b15a-3a2eb1de68f2") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "777d5ec5-43a6-46d7-b575-1af4d6396a42") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a21ba2b7-acbe-4ac0-b064-f0bd7ef00eeb") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1e94e714-f1d9-4fb4-8388-36fd0a3a6414") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11cb4a77-1b0f-4e63-94a3-7c69e79b61d7") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10bf0102-2ab7-46ec-a780-56412769dd3b") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "57f7e019-70d7-4fd1-8ed9-fead3dd34523") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "Net-(U2A-+)") + (pintype "passive") + (uuid "631c519f-9738-4276-8e06-4b8ac921b6b1") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "e81f566f-0352-42c6-8fb5-34836afaed5a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "cf49964a-4659-45cc-89b5-5191ef1acbaf") + (at 71.882 94.743142) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R7" + (at 2.54 -1.779142 0) + (layer "F.SilkS") + (uuid "a4c1fe80-6bea-42b4-869d-cd677d6a2d37") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "18k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "4ab0c7f6-8b79-4b61-97b2-99767e0ac243") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2c1c561-578c-4b92-9017-a24c714079a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65674920-a91e-427a-828a-462a0f897586") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5722012-0cd4-46e2-9e9f-9aff224624b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a307511c-c2c9-4ea1-a9d8-0039f9ba3026") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e41021d0-d6ae-4b70-b20a-8869c9af28e6") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "462a084e-52d0-46e2-86c1-ae7b664b5af7") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b43ad1a-5952-4733-a790-127096d74078") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd0299a8-dd0e-46d3-8d40-5c0385d8bf53") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1793883-1e2b-4485-b0ca-de3469d54b57") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "07e000b5-c6ca-427b-9720-49e7bbabff8d") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bfc81a3f-b406-43ee-8a73-569a7befe7ae") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec2645ab-6bbc-4f00-a93a-21f08f653a75") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7dacd13b-1126-4f84-a7d5-7511780bd255") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c7e60dc-babb-48e4-8f3a-f03675acb1d0") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f245cad-b9f9-4a29-acff-90f9fcf7bb66") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0478131-ec97-4fb2-9b80-8e3b5206f159") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "f313b80c-8d4c-440c-a175-8eea438ad3f4") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "Net-(R7-Pad1)") + (pintype "passive") + (uuid "023f0623-c2bb-429a-ac0f-2f34cdf976c5") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "/A") + (pintype "passive") + (uuid "bda836a5-dc9a-4d7f-83e9-7e964a0d4e04") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-16_W7.62mm_Socket" + (layer "F.Cu") + (uuid "d5a5b382-b7cf-4b88-9bd0-57a0480e0ed5") + (at 80.518 91.44) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U6" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "34dafbf9-6019-4881-b317-92d9174e92d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AS3280" + (at 3.81 20.11 0) + (layer "F.Fab") + (uuid "132a494d-ba98-4bbf-8786-ed88526d50c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46c52bce-773b-4d20-96ba-1d0c3d98c498") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e44b2361-bc54-4ea7-b929-107b4ebbf143") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b591eb5-9baf-4c8d-a195-e97e411662da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f5727e04-229e-4d95-a3cc-d2296ab2b65f") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d25c955e-f7b8-45ba-aecd-d754eb0d4ffa") + ) + (fp_line + (start -1.33 19.17) + (end 8.95 19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2936bd2b-d42a-4048-aa6b-d24b91125759") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77c1f8e4-6863-449d-8f82-ee3522e9a334") + ) + (fp_line + (start 1.16 19.11) + (end 6.46 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "899fbed9-4668-411e-b8e9-36d2ead66c9e") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45e177d1-36d8-48a6-9e62-fe39a4bf6912") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3019fa6-adc3-4e3e-a7b5-d448679815b6") + ) + (fp_line + (start 6.46 19.11) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2f6558d-98c7-497f-99a6-b1762dc904e0") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6a758b9-aabe-4d61-aa51-e6b1fd8c6f8f") + ) + (fp_line + (start 8.95 19.17) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fdb9f5b6-111e-4a03-a53e-0d0ca75be7f7") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f759a82f-961a-4bed-a1ed-f7f295449cad") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d32ae61f-a815-4e70-9985-c603798f919e") + ) + (fp_line + (start -1.55 19.4) + (end 9.15 19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2479215-14ef-49ed-9b1d-0fb6595aa7a7") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f34f2295-3d8f-4f2d-87a1-849e0e047966") + ) + (fp_line + (start 9.15 19.4) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c10842bf-d33d-4299-a48f-11317e25a6c4") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9aa26dcb-e716-4009-a8ad-3b5d5a48eb67") + ) + (fp_line + (start -1.27 19.11) + (end 8.89 19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2cb0071a-0267-4897-bffc-16ae930565ba") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8c35b5ec-851e-43b9-b5c7-3340c39496ff") + ) + (fp_line + (start 0.635 19.05) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3226c376-1a5c-414b-bfbc-0fe804ca0a69") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3f227ab-3423-4663-ba0b-1c2026886ab2") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9aadca27-8653-43d8-abb6-97364219e35f") + ) + (fp_line + (start 6.985 19.05) + (end 0.635 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f07f258-190d-491a-ba43-02064d6e06e0") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f4cd020-c370-494e-9877-6504b3bf119d") + ) + (fp_line + (start 8.89 19.11) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5018ef9b-7b0e-440f-a42c-573a31854e31") + ) + (fp_text user "${REFERENCE}" + (at 3.81 8.89 0) + (layer "F.Fab") + (uuid "c7770c1c-b16d-4ed9-bcac-17c5d28c4412") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(U6A-ID)") + (pinfunction "ID") + (pintype "input") + (uuid "7a9b6e45-aae2-4a9f-9da4-a6be10fc6dba") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 70 "unconnected-(U6-Pad2)") + (pintype "input+no_connect") + (uuid "f1219c67-a456-4c3a-9851-e3d555c8a737") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "Net-(R7-Pad1)") + (pintype "input") + (uuid "0c62107b-f7e6-431b-a314-cb6c9fe113cf") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "5754eb3e-f4c0-4141-99d3-abc74d657b95") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 76 "unconnected-(U6D-NC-Pad5)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "6963ae78-e840-4363-bad0-6b7e915bed48") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "Net-(R13-Pad1)") + (pintype "input") + (uuid "0f3fac24-f3b5-48e7-81b9-15ee5b0b7e2a") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 71 "unconnected-(U6-Pad7)") + (pintype "input+no_connect") + (uuid "8b9b22b4-93ef-4cf2-a878-8714c92dfe64") + ) + (pad "8" thru_hole oval + (at 0 17.78) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "Net-(U6B-ID)") + (pinfunction "ID") + (pintype "input") + (uuid "1d9e2da0-5b95-44b7-9af6-2047e2fb6238") + ) + (pad "9" thru_hole oval + (at 7.62 17.78) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "Net-(U6B-+)") + (pinfunction "+") + (pintype "input") + (uuid "f5bff347-de9e-42b5-a6b7-8c5cd14bf334") + ) + (pad "10" thru_hole oval + (at 7.62 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "Net-(U6B--)") + (pinfunction "-") + (pintype "input") + (uuid "f3b6d191-67a4-4b43-9a0e-355112253927") + ) + (pad "11" thru_hole oval + (at 7.62 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "766515ce-6619-431f-abea-a8ba0aa7b87a") + ) + (pad "12" thru_hole oval + (at 7.62 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(U2B-+)") + (pintype "output") + (uuid "63e47e8e-f643-4ed6-984c-713c05e80c9a") + ) + (pad "13" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(U1B-+)") + (pintype "output") + (uuid "0d7a6d45-45ed-4b22-b0ff-f5cc1802effa") + ) + (pad "14" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "052044dd-bc34-4817-900b-553657f7ad50") + ) + (pad "15" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "Net-(U6A--)") + (pinfunction "-") + (pintype "input") + (uuid "a9cb8a59-6992-4c41-8b29-eadc64f348c0") + ) + (pad "16" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(U6A-+)") + (pinfunction "+") + (pintype "input") + (uuid "62a11457-db56-4401-b57f-8a1154e87dff") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "d8a6acf7-538e-42ba-9663-578c77bbf9e9") + (at 91.36 90.65) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R6" + (at 2.59 -1.65 0) + (layer "F.SilkS") + (uuid "d6aac4b8-ac52-4c25-95f7-513dc95eb276") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "774c0e28-c356-4a69-8944-8891550e1f4c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1394d871-9a74-4374-8bd9-448a59606e1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33eccebf-4d4d-421e-9251-e75e23ecfb74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d8d1886-e807-4825-812f-9a702f8c2042") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/d9b0a755-ad11-4bd0-9775-8f385cae32d5") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cfc2cadc-94ab-419f-a796-ef9963033ea9") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52c35e7e-e4cf-42a9-a22a-f3ccd6835a05") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9becca1-6d07-4277-a5fb-659e38fb1933") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31fcf8ba-2253-4449-a476-543c9f6f4011") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "840004bd-cdf0-4b55-a9ee-555c87ee799c") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6647fe88-2870-4f1e-8ea2-0c011b9d83d3") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c1ef587-0988-4117-b70f-f0f58fc8b72c") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d2191da8-9e8a-414b-acd1-0ee485e611dd") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18f19845-1fea-46d5-bc6c-199fe4b06084") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d95114de-5e0c-4337-83d4-34ecc4b414ad") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "788cc7e8-f22a-4117-93df-3f7ba2992e39") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4aab7780-f056-4dfb-8555-2a8717a138e1") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "39839824-9393-4a88-9cc8-016c30bab0ef") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "Net-(R6-Pad1)") + (pintype "passive") + (uuid "112ccd05-1649-47d2-adaf-541103a5bd56") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "Net-(U6A-+)") + (pintype "passive") + (uuid "d8805cd3-def9-4ce2-9185-220416dc0fb8") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "de2a3699-5664-4271-9c27-922c9542f9fd") + (at 103.6665 64.0625 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C24" + (at 1.3665 2.1875 180) + (layer "F.SilkS") + (uuid "4a2c5f53-ab9b-4891-a03e-d188acbedace") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "731f8fc4-1e50-41c0-bd05-9f7155888d3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f676b6e-33b8-4590-8e4e-ef807f529977") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d65c51ef-4d64-48df-a77f-995a93227778") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "66907aa1-ac80-4f88-ac35-4c8d043a2523") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ac78af01-a91d-4c27-9eb6-020e57302096") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8072f74f-ad43-42fa-abc8-4472c27f38f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "bb5aa473-f874-47f8-aa3f-ffd31b14b979") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5d7d2257-52bc-4f02-93ae-2b0da62e2a75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/5c3cd7ea-cccb-4e8a-abf5-b4e625f5bd53") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca365d1f-956e-4d15-a279-82acc7fb3bbe") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d9f25e1-9132-4164-89ea-b29c2da42f98") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a7dacef-3b65-4d8b-8a10-3e1aee8f4c64") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a79841f-1839-4a02-b880-9bd86585418f") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da562416-0d06-4299-a480-48ebbd627ad1") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d067267e-7174-4f4f-8bc0-78834096ddab") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3d62653-c794-43cb-b720-4a63f8d553de") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a3ee122-a173-4042-9be2-f7e2d2b240e1") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ae9c1e87-152c-4433-81fd-c26211695b5d") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "397eb9ac-0e82-4340-a3cc-8475d2436ab3") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3acccec4-405b-48e6-8cab-73035f5384f0") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d00c014b-6191-4e99-a6a9-120480d275fe") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "84f8b85f-92d0-4098-a6fe-83a18eb92fe4") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54bdd3eb-aaee-4102-9b38-524d4458d07c") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "8254576f-a767-416b-86c1-cfd7e1d2ae56") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "9f93c829-eebf-423e-85f5-cb0cc64272a1") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "ed189219-470e-4243-9cae-df66d42d6d4c") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-16_W7.62mm_Socket" + (layer "F.Cu") + (uuid "dff060a6-a8cd-4a9b-8def-e02eb1eaf4b9") + (at 80.518 114.036) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket") + (property "Reference" "U7" + (at 3.81 -2.33 0) + (layer "F.SilkS") + (uuid "164129d2-4aac-40e3-bdce-6f51a27c663f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AS3280" + (at 3.81 20.11 0) + (layer "F.Fab") + (uuid "2a494cdd-dd0f-4caa-af1e-ccc29f8b979f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3c40b6f-83f4-46c8-8e3d-9a4194ea0b2c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf4550e4-4908-4797-a04e-6f28802b53f8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de20419b-40be-47ee-92b8-3bea6dea65b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/eda18412-ce9c-4621-83ed-88cafcf89768") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -1.33 -1.39) + (end -1.33 19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53d6dcce-adaa-4722-90ac-71751a9525d7") + ) + (fp_line + (start -1.33 19.17) + (end 8.95 19.17) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f93e9ad5-1051-47d7-a64f-fc3e6717408a") + ) + (fp_line + (start 1.16 -1.33) + (end 1.16 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68e7b8f6-5217-4cb0-96b9-99a8fba519a7") + ) + (fp_line + (start 1.16 19.11) + (end 6.46 19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a933ad03-7eab-443a-a1b1-923f3dfced71") + ) + (fp_line + (start 2.81 -1.33) + (end 1.16 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5d2df50-0200-46bd-a7d9-a7b4d05c41dd") + ) + (fp_line + (start 6.46 -1.33) + (end 4.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0b45175-1c72-4856-9fe4-ea9383ed4899") + ) + (fp_line + (start 6.46 19.11) + (end 6.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cbf8eec-2bbe-45a3-a958-446d2c8a5dcf") + ) + (fp_line + (start 8.95 -1.39) + (end -1.33 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7707d6a-ed42-4575-beb6-1e4e30e3ec16") + ) + (fp_line + (start 8.95 19.17) + (end 8.95 -1.39) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "82142c31-7534-4356-a309-e1005b074d91") + ) + (fp_arc + (start 4.81 -1.33) + (mid 3.81 -0.33) + (end 2.81 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d37b1ab7-c087-4240-941f-fe81d6aad091") + ) + (fp_line + (start -1.55 -1.6) + (end -1.55 19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "256a4acf-7e61-478f-bf40-a31d8cb3f8e2") + ) + (fp_line + (start -1.55 19.4) + (end 9.15 19.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c389bb29-030b-4994-83b7-6df9eba792a0") + ) + (fp_line + (start 9.15 -1.6) + (end -1.55 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "850422e7-4a09-4539-ba84-168aeb6253c0") + ) + (fp_line + (start 9.15 19.4) + (end 9.15 -1.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2db712fd-f858-432c-9a42-a5ad561e4562") + ) + (fp_line + (start -1.27 -1.33) + (end -1.27 19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61aaf261-d794-4b03-87bb-3a9364a8e945") + ) + (fp_line + (start -1.27 19.11) + (end 8.89 19.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec9da371-743c-400f-b0fe-a03cae6a50c9") + ) + (fp_line + (start 0.635 -0.27) + (end 1.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "41e6414b-0c88-4320-a682-eb7b06a5154f") + ) + (fp_line + (start 0.635 19.05) + (end 0.635 -0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "add3bc8d-46e2-42b2-9534-37c56d8d36df") + ) + (fp_line + (start 1.635 -1.27) + (end 6.985 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d54c320-03a3-4927-a534-eb90a367ec54") + ) + (fp_line + (start 6.985 -1.27) + (end 6.985 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d3c6c4c6-3c28-4903-87a5-6f410bb6c4d9") + ) + (fp_line + (start 6.985 19.05) + (end 0.635 19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "136072e2-924f-451b-80d1-e3ece1c31e23") + ) + (fp_line + (start 8.89 -1.33) + (end -1.27 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99503dfa-b2c8-4c45-bc3b-aa7d040bbe69") + ) + (fp_line + (start 8.89 19.11) + (end 8.89 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a4c8a96-8b7b-43cd-8e97-d9ae5c41e988") + ) + (fp_text user "${REFERENCE}" + (at 3.81 8.89 0) + (layer "F.Fab") + (uuid "33c032bd-12c9-4591-a253-5aed03322d6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 56 "Net-(U7A-ID)") + (pinfunction "ID") + (pintype "input") + (uuid "2ab6e3b6-72f8-4627-ac49-9bea60a4d83f") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 72 "unconnected-(U7-Pad2)") + (pintype "input+no_connect") + (uuid "7609718a-0627-4a59-973a-85b956896650") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "/B") + (pintype "input") + (uuid "bf87b36b-a23d-4aee-9308-529b887021be") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pinfunction "V-") + (pintype "power_in") + (uuid "b87716e9-7f34-4a66-88a1-9e40b701de7b") + ) + (pad "5" thru_hole oval + (at 0 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 77 "unconnected-(U7D-NC-Pad5)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "debfa142-6df2-40fd-8d1e-d1e78991e2c6") + ) + (pad "6" thru_hole oval + (at 0 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 63 "Net-(R23-Pad1)") + (pintype "input") + (uuid "096bdcb6-4579-4cbd-aea2-b0cf24b16f14") + ) + (pad "7" thru_hole oval + (at 0 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 73 "unconnected-(U7-Pad7)") + (pintype "input+no_connect") + (uuid "cc064940-ba3a-47be-b9fe-4eac719c34c2") + ) + (pad "8" thru_hole oval + (at 0 17.78) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "Net-(U7B-ID)") + (pinfunction "ID") + (pintype "input") + (uuid "463fcab7-854c-4d05-a68b-401214b28477") + ) + (pad "9" thru_hole oval + (at 7.62 17.78) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 62 "Net-(U7B-+)") + (pinfunction "+") + (pintype "input") + (uuid "9b184171-b525-4065-b8ee-139a06cd17f8") + ) + (pad "10" thru_hole oval + (at 7.62 15.24) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 59 "Net-(U7B--)") + (pinfunction "-") + (pintype "input") + (uuid "77690bc2-70b8-4c73-b9eb-042219e04175") + ) + (pad "11" thru_hole oval + (at 7.62 12.7) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "4d906a68-53d7-4ca6-992c-d832f9fd3285") + ) + (pad "12" thru_hole oval + (at 7.62 10.16) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(U5A-+)") + (pintype "output") + (uuid "1480dd75-0965-426d-ab95-4631495b8af7") + ) + (pad "13" thru_hole oval + (at 7.62 7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D1-A)") + (pintype "output") + (uuid "4f4e8ff2-56f4-485d-83eb-9d90df629c35") + ) + (pad "14" thru_hole oval + (at 7.62 5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pinfunction "V+") + (pintype "power_in") + (uuid "33743b53-bb0b-4e57-9de9-6c8c00455970") + ) + (pad "15" thru_hole oval + (at 7.62 2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(U7A--)") + (pinfunction "-") + (pintype "input") + (uuid "613ffd94-8811-4000-a83a-269816bd2bb8") + ) + (pad "16" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "Net-(U7A-+)") + (pinfunction "+") + (pintype "input") + (uuid "4c6ae6b9-80dd-4bb6-9597-533a9a5d97db") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-16_W7.62mm_Socket.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "e03a64d5-01e9-4295-9d0e-a79c4c366afd") + (at 76.962 114.298852 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R10" + (at 2.54 1.776852 0) + (layer "F.SilkS") + (uuid "d7d416fc-6088-40b8-99c2-9054d01abb61") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "267aec68-553f-4635-9007-f20cac3aa5c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dda9874d-61eb-4074-b4cb-480d58abf00a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1eaa6005-43b0-4546-ba48-456cb3ff2575") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75f24118-a42f-4fe6-85ef-cf79d6d38983") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/25788ef2-e89a-458b-a665-8ab54ea5d797") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23159c56-93fb-4d26-9065-e58b0e3d8ff6") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f462c3b1-4c46-4e55-9ae1-4385c0e57105") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03a5a362-cca0-4e9d-a232-f8e6f8dbecf7") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5c79ef33-3a17-43a0-989f-47ac2283e8b9") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0703930e-0905-47f2-9492-2b3f4b1a645d") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67bee654-da8e-49a3-a07d-44ca34301471") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0832123d-678c-4afb-a296-b2d8a0e95437") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98eb5a46-ffb2-485d-a72e-a5856d007f77") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7a5d444-0085-4571-9610-26741af334d8") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46936ea7-3e34-49c9-a3cc-f44e6acd5d68") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5edc84d-e74a-4dc9-87a2-9c114bad414a") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c24c7f4-8888-409a-8077-e7ee3aa296ab") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "2e0f3052-e18c-4338-a9a7-220384cd8f3a") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "Net-(U6B--)") + (pintype "passive") + (uuid "0fdf10f4-c1a7-4b02-b621-2d5984fc4147") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/OUT_2") + (pintype "passive") + (uuid "f8b5fa40-8642-4ee2-acdf-44bd4df20ace") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "e3205b98-1720-4eef-adbb-7a11a35aadb1") + (at 87.38 79.2) + (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm") + (property "Reference" "D3" + (at 3.824 2 0) + (layer "F.SilkS") + (uuid "56335178-d7d9-4016-90d8-f71832d175ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N4148" + (at 3.81 2.12 0) + (layer "F.Fab") + (uuid "e4a10720-4765-402c-915a-31613c95e960") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "031c7ebd-e17a-4beb-9c32-077dfb3033bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "842baaba-9f51-444a-ac91-cb7c55bbc0f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d23d081-6718-448f-8f5f-23543bf89455") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "96cb8053-59da-4261-9a4a-cf978c02a9a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "95d0fa0c-3f6c-432d-ac66-3f8b7027d28c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/a958f43f-f887-4f90-a362-fd2167cb3128") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fb5a7c5-5093-4340-92fb-75ca7f10860d") + ) + (fp_line + (start 1.69 -1.12) + (end 1.69 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e8725ed-7d93-4a27-92f8-75da866a6b37") + ) + (fp_line + (start 1.69 1.12) + (end 5.93 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1db5cc6-0717-4c49-8106-f30d091a5696") + ) + (fp_line + (start 2.29 -1.12) + (end 2.29 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10b0e8c3-86a4-4608-b763-b9206af7fd3a") + ) + (fp_line + (start 2.41 -1.12) + (end 2.41 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91d1da03-586f-44b9-93bd-44ed3df47359") + ) + (fp_line + (start 2.53 -1.12) + (end 2.53 1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af421eef-8651-4b8d-a257-5da39dec2329") + ) + (fp_line + (start 5.93 -1.12) + (end 1.69 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f59a5e01-d4ee-48f7-bcf6-cc925365f470") + ) + (fp_line + (start 5.93 1.12) + (end 5.93 -1.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5d08d0e-9aec-4629-8e9c-8bf8c39bb5d9") + ) + (fp_line + (start 6.58 0) + (end 5.93 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef79e577-ec9a-4073-8c10-6c10c04130fa") + ) + (fp_line + (start -1.05 -1.25) + (end -1.05 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99c3385e-d883-44be-8b53-35c3c1a996ef") + ) + (fp_line + (start -1.05 1.25) + (end 8.67 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88133b29-92a1-4287-9713-3064865fa70a") + ) + (fp_line + (start 8.67 -1.25) + (end -1.05 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4382d52-77e5-448e-8395-940dee75f5d8") + ) + (fp_line + (start 8.67 1.25) + (end 8.67 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "607d14a4-4ad2-4127-bc9b-fc2fe47b1797") + ) + (fp_line + (start 0 0) + (end 1.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c8aeead-36e9-4c2b-bdec-72ab5e863adc") + ) + (fp_line + (start 1.81 -1) + (end 1.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e1a2c1f-f351-4cba-9b8b-15d26fe017bd") + ) + (fp_line + (start 1.81 1) + (end 5.81 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8de8a15f-d974-4fb7-b0c2-fd3a8ec71fbe") + ) + (fp_line + (start 2.31 -1) + (end 2.31 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b67ebf12-a7ce-4ec7-92c3-1f43997d98ab") + ) + (fp_line + (start 2.41 -1) + (end 2.41 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1fddaa1e-dc25-4a0a-aa33-c2395e4008fd") + ) + (fp_line + (start 2.51 -1) + (end 2.51 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "715a5f5f-69b3-4b69-9f0f-264a67a3d82c") + ) + (fp_line + (start 5.81 -1) + (end 1.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1898f66e-45d9-4773-b6e2-bf76f883e658") + ) + (fp_line + (start 5.81 1) + (end 5.81 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e1ce546-01f4-482b-96d5-56f442227415") + ) + (fp_line + (start 7.62 0) + (end 5.81 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a3ab678c-c129-4308-b561-49f3104aafeb") + ) + (fp_text user "K" + (at 0.0105 -1.968 0) + (layer "F.SilkS") + (uuid "550f48ce-c864-41a0-96f4-828fbe29dd40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "K" + (at 0.0105 2.096 0) + (layer "F.Fab") + (uuid "5fba9716-14ed-4afe-ba46-8da450c5382d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 4.064 0 0) + (layer "F.Fab") + (uuid "cf8b682d-b1c6-4279-9f44-63fb25d02fca") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(D3-K)") + (pinfunction "K") + (pintype "passive") + (uuid "606293b0-f009-4b9b-b473-8844f9cc811c") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(D3-A)") + (pinfunction "A") + (pintype "passive") + (uuid "e204d29d-25ae-4fda-923a-25ebe19ab9b3") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "e6f3d77d-74f9-40e3-80c5-0a59a06ab50a") + (at 76.95 121.8 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R15" + (at 2.54 1.779136 0) + (layer "F.SilkS") + (uuid "3d072130-8fdf-4b09-ab2c-a29c6429bc84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "5a59843e-a56b-4b00-9fd6-38476463e771") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "67f9b705-a385-49e8-a8d1-3458b7e598e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0cd8d3b6-473f-4069-aed0-71162317e3da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6f1b625d-edff-4c32-9b81-2a2fcb3f35c0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a9f958a6-9fdc-479b-9762-9a945d961d9e") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b7b98ef-412f-438f-950e-4d9019cd38a0") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2bf9f88-789c-48ec-93b6-8023e956b267") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d5e029e-ba89-4dd2-8358-9932515ea289") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e48a499e-dacf-4743-8ff4-cd3e0d80bac7") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "61210440-9550-4e47-a16b-5a00d9332809") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd324082-4847-4c11-994c-8258877f74da") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e776da4-d668-416f-bfd7-efa033c213c5") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d762131-260e-4775-8697-b0f4837ee717") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ed919bd-5904-43fd-9ebc-0d6f43c11f80") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ce73f71-2208-4ab1-b44c-c66fbbd45eae") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24ec75a5-3bd0-4291-a102-335a574892e2") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dcc071e8-fd09-4f40-9063-abcd22adf0aa") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "638859f8-43be-4edc-8d20-7bf36cead1ac") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "Net-(U7A-+)") + (pintype "passive") + (uuid "f29bc4e2-e16a-4d71-a443-925e5bf14c71") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "7d9b2ae3-acf6-459f-bd98-f27bbb91987a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "eb17097d-ebc1-44e6-8a87-540db72df35d") + (at 62.75 156.625 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C19" + (at -1.95 0.05 -90) + (layer "F.SilkS") + (uuid "30914c51-3371-4ae5-b765-d0c96bcfd48f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "e8a5a9fc-67c5-4064-945e-0dc3659dc9e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba950924-066f-47fd-b542-a54e4aed2721") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "321bf3ec-1826-49c3-9909-bf24305e52d3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ae2b7bc-fab2-46b5-a6d8-0d063bca1437") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "fb1b9abb-c259-42f7-ac9f-e0de50c7a483") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6773490a-3aa4-4ade-a151-ee7abb5b8057") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4a91dfa8-e01b-439e-a7d7-ceedf2efbcbc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "712b906a-683d-4fc4-9826-d42295856adc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/6a38a3d8-63af-4a33-bf49-7e73b622d795") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3fb68d2-49fd-46cf-9e60-91058b9458a1") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "566ac3b3-911a-45e9-8b8a-20db3610c23c") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb1336d2-1feb-46b0-8703-d26a47d40ce9") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e460a347-3d5c-44b5-9394-9ba37c6e12ee") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9037cb25-a64c-43a5-ba64-eae47b21065c") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ddb215c-7f37-40b3-a152-fec12205e184") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d57cbfa2-7dc8-40dd-be5a-f46a22f12b34") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9f6ae783-091c-4be0-aec0-fffcdca13e60") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "126d8272-6cb2-4d52-8655-317457991d62") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "405facf1-5ae2-4341-b0b2-1808573e2a82") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df6af317-479b-40f3-afe3-27e96bd58f86") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4efffb13-9d5f-45e1-b0b0-3a0c6aca402f") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d679ade9-6ce3-4bc1-ba57-49c3c514157d") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0d3a99d-b048-42c3-91cd-aa97b4fdf59e") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "7d30b294-e5ab-42df-81bd-2714b6d01166") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "20065daf-24dd-4ab4-8ebd-05b2c3c1a890") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "0290f942-3444-4765-b43a-f801c6fecb13") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "eb2f1a76-ab8c-4b9f-82f4-ad0e8fb13d70") + (at 62.718 111.506 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C13" + (at 1.243 -2.094 180) + (layer "F.SilkS") + (uuid "ea85b424-ac43-4ea2-9a01-cf56bfe6d052") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "e23dd4e0-2bab-4b59-901f-8e89a90e5f4c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9c7fe57-9931-4d49-863f-6a119bbae588") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7de0ad87-21be-43fc-8aaf-2429c39b320e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "589b3cf0-7c03-4b62-8cf4-34ca8a7114b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b34a2bcf-3b7f-4a80-adfc-445a3a36ad8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e40def56-8819-4e4d-93cd-95abde40300a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cdc0875a-31f3-4d6c-be23-9429db344e1e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "538e23aa-287c-4746-9d14-00ba8ba1599e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/40029dd7-9fe3-4837-9ac3-d526ef2b7e2c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fccdfff0-2397-4321-949d-008624b66c2a") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a13d19a-7122-4ed6-87e2-4502f500fe6d") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47360b00-4fc6-4044-add5-5cb43d73be79") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f725ced-84c8-4ccd-a9df-d72a5ab85fc6") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8606cfe-e8d8-4892-a9f5-d62e9778d9e8") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5c2ed14-d56f-471a-8198-2aaae81f6201") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b32bc93-ad3d-4f10-9861-cdccdc3ce686") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7aab3e56-dfc3-44f4-89f2-7acc8d968c72") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b979b5b1-e837-49dc-929d-c87638768a02") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c6e57a8-97d8-4359-8612-6d7680f65624") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8096cb09-46da-4a40-953c-2e8953050692") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3601f15-bacb-48a5-87a5-ec85ab48e931") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a55a58e5-42ea-4a7a-9104-481e550144a8") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9bdaf51-ff63-48da-b2a4-b66490fe3b3a") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "50cabd20-6fe2-444f-b8e3-1b433d3ccdac") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "d3c12ab7-52d1-4585-a845-da72d225bad2") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "70a21663-6d4b-420a-8fae-486f546b68a4") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp" + (layer "F.Cu") + (uuid "eb8d0198-a372-4fc9-952c-b00460ac1070") + (at 96.015129 123.19 180) + (descr "Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") + (tags "Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm") + (property "Reference" "D1" + (at 1.27 -2.326371 180) + (layer "F.SilkS") + (uuid "74e351b8-7ebc-4ab6-8dd0-474054dfe290") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1N5236" + (at 1.27 3.215371 180) + (layer "F.Fab") + (uuid "b61f5a45-e929-4ce9-b3ee-2ab8230467bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f77debc2-9c29-42f6-8e79-488f1b795f6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e840a891-725f-45be-b436-93de756080e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Zener diode" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c840b03c-667e-479b-82b4-afcee1792882") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a78fbd2f-e0b2-4d85-978c-296d40d14d5c") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 1.326371 0) + (end 1.44 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f431564-7971-42ba-8b49-f1d915857be5") + ) + (fp_circle + (center 0 0) + (end 1.326371 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "e9d30267-95ad-4d73-a386-7cc506f002e8") + ) + (fp_line + (start 3.59 1.25) + (end 3.59 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a16c5528-dbf2-4e94-af41-dc2031aefcc1") + ) + (fp_line + (start 3.59 -1.25) + (end -1.25 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b02de62b-af5b-47a1-bd48-7bb90261d7ad") + ) + (fp_line + (start -1.25 1.25) + (end 3.59 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "355e7752-57d1-41f7-b016-24dd43039c96") + ) + (fp_line + (start -1.25 -1.25) + (end -1.25 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c10d43a7-2dd6-4931-9eee-8c736af0fe42") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e201b363-da58-4777-bab8-889e61962c84") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "316a7d84-fb1b-4bd8-8008-f13c8a036eba") + ) + (fp_text user "A" + (at 4.34 0 180) + (layer "F.SilkS") + (uuid "8be1b683-a99f-42c6-9015-e645f32b402e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "A" + (at 4.34 0 180) + (layer "F.Fab") + (uuid "837ae38e-2438-45ae-85b2-b1d2e5995a8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.326371 180) + (layer "F.Fab") + (uuid "b7be19cc-40de-45b7-b485-76c5a30ef3e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(D1-K)") + (pinfunction "K") + (pintype "passive") + (uuid "d3330cd7-d7b9-4d8a-a817-eb0a6ade3cea") + ) + (pad "2" thru_hole oval + (at 2.54 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "56b08583-9e0b-47a0-99cf-a502f4d85ab4") + ) + (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "efbf8036-3362-4f63-9240-b728a80e887f") + (at 74.442 102.615426) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C21" + (at 1.233 -2.190426 0) + (layer "F.SilkS") + (uuid "59193e6e-65b8-466d-9ef1-ed53709dba29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 0) + (layer "F.Fab") + (uuid "55555047-c761-4310-a80b-9f6c1228d36c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de7f234e-6f9b-496c-9221-7efba35bf492") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27fae5a3-db78-45fd-9270-64fb514abe66") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98a5b550-ca17-4cfc-8ef8-1434f30ed4cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "6b82b401-753b-44e9-88ce-8f224bf15665") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1e66f14d-7f65-4380-bfca-56e016574bd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Params" "100n" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c98db10d-7a78-4bb8-b998-4e4e4c23f25a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Sim.Pins" "1=1 2=2" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f7f53788-c0a1-4705-819d-57bc42c823a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/b98dfdbd-5854-428f-acb3-8137f61a7d05") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "637d0038-5b2c-46d4-8ca6-00116fed9438") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2332b7f-174a-4a2e-8599-d4ee8eb2c4e8") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "035fdef7-d7af-4739-90d3-f4301a789189") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b8b84b8-931f-4f6a-a878-3cb87950b1cb") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73820f4d-07e2-4d72-b7cd-2c7c0019ebd8") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1e14b0a-3341-4628-a62b-794621c105c3") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d86b913c-d933-4cbc-9db6-c582d9a0a0b8") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d911ae5-a063-4f8e-a07e-ae7fbc00630c") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c9d22aa-f242-4a04-92a1-59af4d7d2b8e") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80acc897-8341-40a3-88be-3567799e41de") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15f0d232-c189-4863-91c7-488d815b1944") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7367c5f-df32-4c2b-ae36-431eb970c9a9") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "853011ce-fd7b-4c4f-a83f-35b9de4b752e") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9345bd2-5f66-4f91-a381-2e9941e8a4f3") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "F.Fab") + (uuid "444b0db2-d0bc-4805-9947-eafff149ba2b") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "29a0a178-6f1c-487e-8879-3dfa35e64f1f") + ) + (pad "2" thru_hole circle + (at 2.5 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "-15V") + (pintype "passive") + (uuid "101a733d-81fa-4f8d-9ee2-5f00b96daf2f") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "F.Cu") + (uuid "f0a300d3-fd94-4611-adbd-d2df7e54197b") + (at 96.3265 140.850037 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C30" + (at 1.25 -2.5 180) + (layer "F.SilkS") + (uuid "649af4b6-f8b4-4ac7-a385-b69bf30493e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 1.25 2.5 180) + (layer "F.Fab") + (uuid "c21bffdf-78e6-4c4d-bd82-1d0edc8061ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83b5342c-831e-4c28-8668-7137e193c9a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f2df599-d452-441e-81b7-3621bed87e67") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "67096e08-b2cc-437d-b355-86e48b8d4dea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5b3bbc62-46a4-4b7a-bba0-49bd0457dba9") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8acd26e-45af-421f-a346-d4fa9c8e009e") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "632e95c5-e212-49c5-879b-4c0a9ba9328f") + ) + (fp_line + (start -0.87 1.37) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e57a8aa5-860d-42bc-aa16-13370e890a48") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5437b9cf-2057-41b3-990a-33d20a156a08") + ) + (fp_line + (start -0.87 -1.37) + (end 3.37 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1baeb038-5d04-4b8e-b295-69f101dcda33") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5adec995-2678-497b-a482-3dbda78d4036") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e7b00582-5231-471e-bce8-2ddac44c6860") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74e83d9e-3d03-4102-a35e-eed375221b79") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce30894d-236e-4701-ac37-fcd4432b4688") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a6c5fc1-3ce3-4202-9b9f-87fb5a70377f") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "280d2895-64ae-4984-9465-21e693e8d8ac") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9abc822b-be21-45ff-bb96-5405ce6e32d2") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba425031-0423-47a3-8af9-d0f69083d4d2") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03c35619-617a-4a21-bde5-a0e972d65dcb") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "f2f7a30e-bec3-4616-a077-44250af78433") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "+15V") + (pintype "passive") + (uuid "83648c89-7a73-4880-a87d-0a5baca9abd5") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pintype "passive") + (uuid "966fcf85-d1b7-4dd6-adb2-c5cf26e85d66") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "f0e5c8b6-4313-4cd7-bcd4-94caf0ca07a8") + (at 56.896 65.870666) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R34" + (at 2.54 -1.608666 0) + (layer "F.SilkS") + (uuid "1fcb55b5-3511-4a8f-a1b7-96cb255698d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "120k" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "84c0d157-1ca3-4717-931e-be5bd269bbb3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df707e89-67ed-4206-bb4d-25e408ae26c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb405388-9479-4aa1-9546-0e769c2a7102") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2780001-6e5e-4f6e-9f6f-f8306e337cf6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/14dbcec2-6f39-4586-b74a-b1d57bb81691") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f891615-4ca0-42ec-89d3-1f2ad52398fb") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45f0413c-5328-4955-ae04-f7b6a3102c00") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0eab1b2e-365e-4235-8916-05ed159d3fca") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dc1283ad-227e-4913-adda-3e11898832ca") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "175ef4d8-78c5-4b5a-89e1-1f7c04f74951") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6e474b1-2c0a-41e4-a227-c9962ebbf545") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0611257a-5582-4277-ad5b-58275bbf0f87") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11937e6d-3650-42be-82d1-a3103941662c") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3f7b7f7-47d1-47df-a475-c5c9cd9afa96") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88741f76-3038-40ac-b04d-ccb4e36663b1") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e9f1f2b-24cf-4cdc-939a-57056699f1bc") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62bdc7b4-69bb-4ac8-bd5f-3c8db33928cb") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "970bc47d-2ad6-4166-8832-5a0ce75a3275") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "/RES") + (pintype "passive") + (uuid "f376578e-7099-4d92-8f78-cdcba1cf5ede") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 65 "Net-(U11A--)") + (pintype "passive") + (uuid "cf8c271b-942e-4b6b-95a8-300e537f1ec1") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "f78a2fa2-969b-42f4-b304-d9b1aefe7d38") + (at 83.727 67.7985 180) + (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R26" + (at 2.3925 1.704 180) + (layer "F.SilkS") + (uuid "4c3c37cd-18af-4eb6-b0cd-81538d9ad435") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 2.54 1.92 180) + (layer "F.Fab") + (uuid "ad1a815a-098b-4e26-b4e3-e0d8c9bb40a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2fcbd186-2deb-4dd8-a341-5943567eaecd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "454b9649-aa2c-4c69-b2ef-00aa803e7901") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "568e9083-4f86-49ca-9dd1-65a00a4c23b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/90c006d3-3c20-4886-9643-a9501b9b7bbb") + (sheetfile "main.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f931e459-4e02-4224-ab51-739618dac603") + ) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35940324-2609-4f69-b197-e18b6b46ffe7") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce4609b0-e04d-49b3-a874-3040f0d3c416") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17116a8c-536c-4ba2-9b94-2fa730db3e94") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35408f79-581b-4e04-ae31-348ca9fedf55") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1bdca2b-12b1-4fb1-a650-735268245b89") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d849e60b-f1c9-4e21-bc42-550b8cd9f021") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c004bbb-70ad-44c1-b0b6-db3685aed214") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "987d0155-46ae-47a4-9e88-6cb23c9975ca") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "690e61e0-67d1-4476-8d05-df88708aed5d") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83b25293-d96d-45f4-8b1d-58172233c732") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93699ded-05f5-4c05-87f7-83eafcbf763e") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 180) + (layer "F.Fab") + (uuid "ec41bfd0-76f1-4994-aba5-c4f38b02d7d8") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "Net-(U10A--)") + (pintype "passive") + (uuid "f4043cc7-7d99-4ccb-85c8-0329c7680771") + ) + (pad "2" thru_hole oval + (at 5.08 0 180) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "/V{slash}O") + (pintype "passive") + (uuid "dd90397c-cdca-4831-ac12-a6774fddf16a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "0c54fdd3-a81e-4970-8abe-844a27c7694b") + (at 100.076 57.05 90) + (descr "Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x05 2.54mm double row") + (property "Reference" "J1" + (at 1.27 6.1 90) + (layer "B.SilkS") + (uuid "51e978be-2192-4e4c-b317-daa02118fb7e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "IDC_Header" + (at 1.27 -16.26 90) + (layer "B.Fab") + (uuid "9436343b-ea40-4fa1-a0ce-3126ee851907") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "324608de-4e6f-4866-9552-8b36fae9a6b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82a6246f-b45a-4cbd-a0cf-7e2741464abd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2acca8c-ec05-4ed6-9f61-76a2e512a4d5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "SPICE" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "58f45a7b-0725-45ae-86bc-8d20dd232014") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Enable" "0" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "785e9110-a1b9-427a-bcc3-f3fb16e56d7f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Params" "IDC_Header" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "16665c39-0a5b-4ea0-a7f9-41e1dedf1ae5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=1 2=2 3=3 4=4 5=5 6=6 7=7 8=8 9=9 10=10" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "e1743656-9db9-409a-af4a-449f23931986") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/81f6f561-0ca0-4ba4-8e6a-46adbae99dd9") + (attr through_hole) + (fp_line + (start 5.83 -15.37) + (end 5.83 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1d3f6d9-d1c3-483e-a398-3ed8ba74fc1c") + ) + (fp_line + (start -3.29 -15.37) + (end 5.83 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f850ba1-1e27-43b5-9bde-e33ccd23b088") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "69617915-79c5-498e-8dd6-fba5eb4b4b6a") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "95c6f0eb-8450-4ea4-ae98-a49f946426ac") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "71c064b2-f680-4cf4-b19e-db9089421f71") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7fa440a0-81e3-4afb-9a26-31d028b6b33e") + ) + (fp_line + (start -3.29 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d0c3813-df71-4aa9-a2f9-7689253cada6") + ) + (fp_line + (start -1.98 -3.03) + (end -3.29 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c839db3b-e436-4f30-b4e3-d4d10543056b") + ) + (fp_line + (start -4.68 -0.5) + (end -4.68 0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "164b6639-4806-41ff-bd90-1eec39a0a9af") + ) + (fp_line + (start -3.68 0) + (end -4.68 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "65f8679b-ef8f-4cd0-b177-94f640155a41") + ) + (fp_line + (start -4.68 0.5) + (end -3.68 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "12ecd8b6-2218-4068-8907-b428b3e47594") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fdad6638-042b-4f87-a6ef-88c663b6e454") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0e44e155-f52d-4952-8c24-16aacc4e2fb9") + ) + (fp_line + (start 5.83 5.21) + (end -3.29 5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "147e38c1-9059-41e3-959e-038a667429c8") + ) + (fp_line + (start -3.29 5.21) + (end -3.29 -15.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "95243853-6063-44aa-bd0c-099cd951fe50") + ) + (fp_line + (start 6.22 -15.76) + (end -3.68 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "69fe6b22-9588-4527-889c-f8f83fdf3497") + ) + (fp_line + (start -3.68 -15.76) + (end -3.68 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "72ca9af4-110b-4ffd-b0b0-0f29cbfddd7f") + ) + (fp_line + (start 6.22 5.6) + (end 6.22 -15.76) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4a44af4d-43d0-45a0-8b7d-c6f80bd5b43a") + ) + (fp_line + (start -3.68 5.6) + (end 6.22 5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "13644ce6-89b4-4754-ab4e-0eedf20e4c4f") + ) + (fp_line + (start 5.72 -15.26) + (end 5.72 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "acf21794-cf52-4265-b84a-2af0df764382") + ) + (fp_line + (start -3.18 -15.26) + (end 5.72 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2edc8997-4b92-4ca9-bf3b-11893c283233") + ) + (fp_line + (start 4.52 -14.07) + (end 4.52 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8b72624f-b914-4c88-879e-e0b65c35691a") + ) + (fp_line + (start -1.98 -14.07) + (end 4.52 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ea9ed99f-47ad-4568-9ac6-c5d0df569f5c") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -14.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a41dea09-1a9b-4828-840e-e11de137acf1") + ) + (fp_line + (start -1.98 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1b93e00c-3e53-4f81-89b4-83f4b6b41ed0") + ) + (fp_line + (start -3.18 -7.13) + (end -1.98 -7.13) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "95d9f423-16b2-43e0-a4e5-5d213e385e28") + ) + (fp_line + (start -1.98 -3.03) + (end -3.18 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9f94660b-edf9-49af-88aa-b15c3774af0c") + ) + (fp_line + (start 4.52 3.91) + (end -1.98 3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c479ede5-1c8d-45c4-b647-f8ea7d2fafaf") + ) + (fp_line + (start -1.98 3.91) + (end -1.98 -3.03) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3055bca3-2abd-4eb0-a75e-128a67c1054c") + ) + (fp_line + (start -3.18 4.1) + (end -3.18 -15.26) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "edab5ed2-3ec4-40e6-a340-a287e12832b3") + ) + (fp_line + (start 5.72 5.1) + (end -2.18 5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8046bb9d-bfbf-4d02-9122-64a85b618535") + ) + (fp_line + (start -2.18 5.1) + (end -3.18 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d709ccae-4689-450d-b032-88d3e991df34") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -5.08 0) + (layer "B.Fab") + (uuid "55c47798-e0ee-4e69-919c-d9dc5944ef6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 22 "/VN") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "cbc6e85f-9e98-4b29-8c41-1a0de9b29544") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "/VN") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "da50385c-441e-4d3b-841e-d3043a6cefe7") + ) + (pad "3" thru_hole circle + (at 0 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/VP") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "6c6136d0-f8cf-45a8-a708-7899340e1d1f") + ) + (pad "4" thru_hole circle + (at 2.54 -2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/VP") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "0b5febea-fd34-49cc-8f2e-e652b066619f") + ) + (pad "5" thru_hole circle + (at 0 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "b5d7f3b3-e0ef-4e78-bd77-77a331e2182b") + ) + (pad "6" thru_hole circle + (at 2.54 -5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "70630475-4a1f-44ea-8019-150cf1eef002") + ) + (pad "7" thru_hole circle + (at 0 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "1e363e14-0f23-4c7b-92d3-baeb62f016fa") + ) + (pad "8" thru_hole circle + (at 2.54 -7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "GND") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "d71bda25-f8b5-47a6-994f-ffb0e0f2941b") + ) + (pad "9" thru_hole circle + (at 0 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "+5V") + (pinfunction "Pin_9") + (pintype "passive") + (uuid "026ad938-8674-4c43-8607-639e55f0ef90") + ) + (pad "10" thru_hole circle + (at 2.54 -10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "+5V") + (pinfunction "Pin_10") + (pintype "passive") + (uuid "7b8bbdc8-453c-4108-ae73-7c255b37946e") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_IDC.3dshapes/IDC-Header_2x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Potentiometer_THT:Potentiometer_Bourns_3266Z_Horizontal" + (layer "B.Cu") + (uuid "218748d3-d8f0-49f0-b75a-be02889db23f") + (at 108.712 76.962 90) + (descr "Potentiometer, horizontal, Bourns 3266Z, https://www.bourns.com/docs/Product-Datasheets/3266.pdf") + (tags "Potentiometer horizontal Bourns 3266Z") + (property "Reference" "RV1" + (at -8.438 -0.312 180) + (layer "B.SilkS") + (uuid "4afce003-787d-4261-b126-5f3f57c2bf38") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100" + (at -2.296 -5.344 90) + (layer "B.Fab") + (uuid "9d4195bd-3d80-40c3-8fbd-ffa2efbe4385") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f291e2f5-c37c-496c-ae90-57f2ba47ed40") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a263a45-1ff9-4d53-90dd-9e00bae8a984") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ed8a1c8-c0a4-44e4-ae3d-9dd9ae66630c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e345d869-b5a1-47e4-a1ac-5fc35473920c") + (attr through_hole) + (fp_line + (start 0.935 -2.46) + (end -6.015 -2.46) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bfbfef55-eaf8-43d2-897c-0ccd6f08b075") + ) + (fp_line + (start 0.935 -2.46) + (end 0.935 -0.496) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "91c04a67-5680-4df9-aa54-1e97b7d223fa") + ) + (fp_line + (start -6.015 -2.46) + (end -6.015 -0.496) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec579db0-b482-4376-9988-e67b3f55bc18") + ) + (fp_line + (start -6.016 -2.08) + (end -7.535 -2.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbbf40f3-da61-4005-a9c9-306f1c4214ee") + ) + (fp_line + (start -6.016 -2.08) + (end -6.016 -0.496) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8125adbc-a8ba-4791-bb46-5acf8b1aa294") + ) + (fp_line + (start -7.535 -2.08) + (end -7.535 -0.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f7c6548a-501f-4172-91bc-a020100b1027") + ) + (fp_line + (start -6.776 -1.07) + (end -7.535 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "87be084e-c8b5-4335-b001-ff109109cc98") + ) + (fp_line + (start -6.056 -0.06) + (end -7.535 -0.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1c826a1-6a3d-41c6-a5fe-ddc41cb21716") + ) + (fp_line + (start 0.935 0.494) + (end 0.935 2.28) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d007d4cf-461e-4cdb-bf91-4c107c85a533") + ) + (fp_line + (start -6.015 0.494) + (end -6.015 2.28) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0e4e643-d4a1-4f2a-ada1-d2cc0e9f2770") + ) + (fp_line + (start 0.935 2.28) + (end -6.015 2.28) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "392b2d00-dce8-4494-89f5-4f12ea6b1fcf") + ) + (fp_line + (start 1.1 -2.6) + (end -7.7 -2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a4b7d8bb-1b81-4dd7-80ab-d209be382982") + ) + (fp_line + (start -7.7 -2.6) + (end -7.7 2.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ecbc15f5-34c3-461e-9106-1d7290d73f2d") + ) + (fp_line + (start 1.1 2.45) + (end 1.1 -2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c4225f14-0989-411c-a875-ad4ab90fd98a") + ) + (fp_line + (start -7.7 2.45) + (end 1.1 2.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4cf0ff65-7486-4eeb-b541-960ecea8e22c") + ) + (fp_line + (start 0.815 -2.34) + (end -5.895 -2.34) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ca66d3da-8dfe-45cd-a84d-7a421714d6ed") + ) + (fp_line + (start -5.895 -2.34) + (end -5.895 2.16) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d5800ab0-c23b-4a3a-98a2-6fbf6a6a494b") + ) + (fp_line + (start -5.895 -1.96) + (end -7.415 -1.96) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d9722441-a799-4619-9bd1-4f8d4727e80a") + ) + (fp_line + (start -7.415 -1.96) + (end -7.415 -0.18) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "542d3233-ea27-435c-a02a-e34a55c4b92b") + ) + (fp_line + (start -6.655 -1.07) + (end -7.415 -1.07) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3a1c1372-1816-45db-a871-aed6996fa158") + ) + (fp_line + (start -5.895 -0.18) + (end -5.895 -1.96) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "010172bb-8254-494c-8355-3158e4c974fb") + ) + (fp_line + (start -7.415 -0.18) + (end -5.895 -0.18) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0a451109-ebfe-42bc-bb05-7cf29c8c23f8") + ) + (fp_line + (start 0.815 2.16) + (end 0.815 -2.34) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "961f7753-b36a-48b4-9172-eb46a8c18825") + ) + (fp_line + (start -5.895 2.16) + (end 0.815 2.16) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2b7a1197-fa90-45f5-9e9b-d9829a503bc8") + ) + (fp_text user "${REFERENCE}" + (at 2.022 -0.264 0) + (layer "B.Fab") + (uuid "b60855ee-1270-4c56-9ebe-ddf996dfb60e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(C6-Pad1)") + (pinfunction "1") + (pintype "passive") + (uuid "7bc42fa9-993c-43f9-ae70-c5b31f48b22a") + ) + (pad "2" thru_hole circle + (at -2.54 0 90) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "Net-(Q1A-B)") + (pinfunction "2") + (pintype "passive") + (uuid "a0d53e8a-1d32-488c-b531-23cad978929c") + ) + (pad "3" thru_hole circle + (at -5.08 0 90) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 64 "Net-(R30-Pad1)") + (pinfunction "3") + (pintype "passive") + (uuid "d92662ac-1ab3-4d1a-bc34-0b658140a39b") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3266Z_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm" + (layer "B.Cu") + (uuid "374f0159-6a0b-45c8-af31-7ec1361f1c01") + (at 86.076 136.154 180) + (descr "C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor") + (tags "C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor") + (property "Reference" "C4" + (at 1.25 2.5 0) + (layer "B.SilkS") + (uuid "0b10c018-cb70-483f-9034-7ff6ba1f396f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "470p" + (at 1.25 -2.5 0) + (layer "B.Fab") + (uuid "d6baed88-0827-4460-81e5-416b3444117f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a60c16d-276c-42bb-9ae6-1e7eac2d3062") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "921f50f6-e8bd-45e0-a9ac-3ff0c76125f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06a1b50f-a2d6-4e9c-ae79-b5e0d4e62020") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/758e2820-c7bb-403a-b745-e1c92d768082") + (attr through_hole) + (fp_line + (start 3.37 1.37) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "40666f33-f8a0-4e81-8f59-fdc692962fc5") + ) + (fp_line + (start 3.37 0.665) + (end 3.37 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee54f500-eacd-4b80-ab7f-cb328e7c5214") + ) + (fp_line + (start 3.37 -1.37) + (end 3.37 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "16b55d74-4bc6-43b5-a252-e296d74be85b") + ) + (fp_line + (start 3.37 -1.37) + (end -0.87 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9266de1-7914-45d4-82a5-638c5dc4b6e0") + ) + (fp_line + (start -0.87 0.665) + (end -0.87 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6822d161-55e1-41d7-a1f0-260fa927ebbd") + ) + (fp_line + (start -0.87 -1.37) + (end -0.87 -0.665) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d96502b4-f7b5-415c-8ca3-34bc54fc104d") + ) + (fp_line + (start 3.55 1.5) + (end 3.55 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e0231307-18c0-4de7-8f02-7432b657cbee") + ) + (fp_line + (start 3.55 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "68ec0736-f230-4126-b5b7-d8547d638224") + ) + (fp_line + (start -1.05 1.5) + (end 3.55 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ee67c34d-12fd-4a3f-882f-9cde07ad279f") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "88126e04-7d5d-488e-b9ac-c91eb9a036a5") + ) + (fp_line + (start 3.25 1.25) + (end 3.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "703e0f88-23c1-43fa-87ce-e86e3ca6cd27") + ) + (fp_line + (start 3.25 -1.25) + (end -0.75 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9510f2fc-a6d0-4c23-aa95-a188ceeb6a3c") + ) + (fp_line + (start -0.75 1.25) + (end 3.25 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "60cdc7d8-01dd-4e07-98a4-e8887522df86") + ) + (fp_line + (start -0.75 -1.25) + (end -0.75 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7605d939-2f91-4900-baad-4315f7a9814f") + ) + (fp_text user "${REFERENCE}" + (at 1.25 0 0) + (layer "B.Fab") + (uuid "5e60c3ac-2009-4d8e-a371-eff96fe2c871") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/OUT_2") + (pintype "passive") + (uuid "3ef2cf06-2e25-46fe-bc70-65655bd96413") + ) + (pad "2" thru_hole circle + (at 2.5 0 180) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "Net-(U7A--)") + (pintype "passive") + (uuid "175df426-6327-4637-8fe1-a0df88a56a60") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Rect_L4.0mm_W2.5mm_P2.50mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 66.04) + (end 124.46 66.04) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00006097e905") + ) + (gr_line + (start 50.22855 117.4494) + (end 116.90355 117.4494) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00006097e917") + ) + (gr_line + (start 50.22855 137.7694) + (end 116.26855 137.7694) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00006097e91d") + ) + (gr_line + (start 50.8 150.876) + (end 114.3 150.876) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00006097e920") + ) + (gr_line + (start 101.6 40.64) + (end 101.6 177.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-000060ad50b2") + ) + (gr_line + (start 60.96 40.64) + (end 60.96 177.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "09bfd94a-51d4-4f0c-916b-d7d1ea7273f6") + ) + (gr_line + (start 48.32355 99.0344) + (end 116.26855 99.0344) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6d479925-5799-49ba-9406-8d5f509ba497") + ) + (gr_line + (start 81.28 40.64) + (end 81.28 177.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f2ea1fb8-d1e1-41f8-a552-c7b0195160fa") + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 50.8 50.8) + (end 111.4 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "50b18a62-d644-4c57-92c8-e3f016f16559") + ) + (gr_line + (start 111.4 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c2471304-8458-4210-aed5-ade26640c864") + ) + (gr_line + (start 111.4 50.8) + (end 111.4 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d82486f7-27d5-4ae1-b74e-e51a0b34c3a6") + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "00c8f88e-e1d1-40fa-aca8-144dcf75ab25") + (pts + (xy 50.8 50.8) (xy 50.8 66.04) + ) + (height 10.16) + (gr_text "15.2400 mm" + (at 39.49 58.42 90) + (layer "Dwgs.User") + (uuid "00c8f88e-e1d1-40fa-aca8-144dcf75ab25") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "30d2d06d-e3e6-4c21-86b7-0d5486833262") + (pts + (xy 60.96 50.8) (xy 50.8 50.8) + ) + (height 20.32) + (gr_text "10.1600 mm" + (at 55.88 29.33 0) + (layer "Dwgs.User") + (uuid "30d2d06d-e3e6-4c21-86b7-0d5486833262") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "469b0dde-5253-421d-aef4-e3f84bd36d07") + (pts + (xy 101.6 40.64) (xy 81.28 40.64) + ) + (height 10.16) + (gr_text "20.3200 mm" + (at 91.44 29.33 0) + (layer "Dwgs.User") + (uuid "469b0dde-5253-421d-aef4-e3f84bd36d07") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "5f1416a6-9692-439f-a606-9ce95ee9e15d") + (pts + (xy 111.4 50.8) (xy 50.8 50.8) + ) + (height 25.4) + (gr_text "60.6000 mm" + (at 81.1 24.25 0) + (layer "Dwgs.User") + (uuid "5f1416a6-9692-439f-a606-9ce95ee9e15d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "866ec3e6-c39c-46aa-a575-c29f72e8b15e") + (pts + (xy 111.4 50.8) (xy 101.6 50.8) + ) + (height 20.32) + (gr_text "9.8000 mm" + (at 106.5 29.33 0) + (layer "Dwgs.User") + (uuid "866ec3e6-c39c-46aa-a575-c29f72e8b15e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "8c2a24b7-6398-4d6b-9f88-b936ad49b71f") + (pts + (xy 50.8 158.98) (xy 50.8 147.32) + ) + (height -5.08) + (gr_text "11.6600 mm" + (at 44.57 153.15 90) + (layer "Dwgs.User") + (uuid "8c2a24b7-6398-4d6b-9f88-b936ad49b71f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "e69750b2-561f-4b62-ab59-492cd870006f") + (pts + (xy 81.28 40.64) (xy 60.96 40.64) + ) + (height 10.16) + (gr_text "20.3200 mm" + (at 71.12 29.33 0) + (layer "Dwgs.User") + (uuid "e69750b2-561f-4b62-ab59-492cd870006f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (segment + (start 72.471618 96.021618) + (end 70.321618 96.021618) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "1cf6d0ce-f953-48ad-b915-06b210ec8d38") + ) + (segment + (start 62.23 86.878) + (end 60.95 85.598) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "2b503dfe-488b-4412-bc95-5c432c837885") + ) + (segment + (start 57.638 85.598) + (end 57.638 89.644) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "2b76e819-6726-4c78-9067-6d27c35df47d") + ) + (segment + (start 57.638 89.644) + (end 57.738 89.744) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "358c7064-5969-4370-a931-5502c7221007") + ) + (segment + (start 76.4 99.95) + (end 72.471618 96.021618) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "49c1ae69-bfa1-4b51-bc7e-c63bed87cbdc") + ) + (segment + (start 84.0318 97.8568) + (end 79.219645 97.8568) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "58dcb79e-4b15-4fa0-b9fe-26d2153ad187") + ) + (segment + (start 66.7 94.45) + (end 62.23 89.98) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "5a5f0df2-76c4-449b-a67f-3573b864552e") + ) + (segment + (start 89.428001 100.35) + (end 86.525 100.35) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "72b4d25f-6c8e-4e21-b3aa-e5d779b90ba9") + ) + (segment + (start 62.23 89.98) + (end 62.23 86.878) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "791ebfa0-afb0-4b3a-9e92-b73bd40b1b71") + ) + (segment + (start 99.324 113.284) + (end 93.472 113.284) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "93f3c965-b257-467c-9964-080b1c076d70") + ) + (segment + (start 68.75 94.45) + (end 66.7 94.45) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "a0eb160b-6434-4a69-9638-75f4187869cc") + ) + (segment + (start 79.219645 97.8568) + (end 77.126445 99.95) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "a1a142ae-c2ae-4f61-a589-78902c6d5ec6") + ) + (segment + (start 70.321618 96.021618) + (end 68.75 94.45) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "b160db72-5fbf-46b2-ac2c-a9d91111cce8") + ) + (segment + (start 60.95 85.598) + (end 57.638 85.598) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "b634ee4e-8c1d-4a87-8652-a34c4a17c8cb") + ) + (segment + (start 86.525 100.35) + (end 84.0318 97.8568) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "b97c7414-0e4c-4d13-a28c-55ee46903a34") + ) + (segment + (start 77.126445 99.95) + (end 76.4 99.95) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "c9d5e059-0208-45fb-ae6f-6bc388f59aad") + ) + (segment + (start 90.678 101.599999) + (end 89.428001 100.35) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "d46c5d4f-7896-43ff-a409-defa3feb2ba6") + ) + (segment + (start 93.472 113.284) + (end 90.678 110.49) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "d7473e45-56c4-4a3d-8163-6f2922e41cc8") + ) + (segment + (start 90.678 110.49) + (end 90.678 101.599999) + (width 0.4064) + (layer "F.Cu") + (net 1) + (uuid "fd8ffdcd-339a-4e02-ac2d-366ca5da9d99") + ) + (segment + (start 56.554 93.64) + (end 52.658 89.744) + (width 0.4064) + (layer "F.Cu") + (net 2) + (uuid "4286c1f9-2714-444c-9b15-46227e6dbcf3") + ) + (segment + (start 52.658 88.078) + (end 55.138 85.598) + (width 0.4064) + (layer "F.Cu") + (net 2) + (uuid "4ec776a7-a60f-48f5-8e23-7f38e3c7ecea") + ) + (segment + (start 60.95 88.138) + (end 57.738 91.35) + (width 0.4064) + (layer "F.Cu") + (net 2) + (uuid "554fb6fb-3c88-48f3-b3bc-0b402fcc349c") + ) + (segment + (start 57.738 93.64) + (end 56.554 93.64) + (width 0.4064) + (layer "F.Cu") + (net 2) + (uuid "a06dcd1d-8b08-43a3-a229-09a6a16ae76c") + ) + (segment + (start 52.658 89.744) + (end 52.658 88.078) + (width 0.4064) + (layer "F.Cu") + (net 2) + (uuid "c384ad53-798e-47a6-a6c5-d60b5236f133") + ) + (segment + (start 57.738 91.35) + (end 57.738 93.64) + (width 0.4064) + (layer "F.Cu") + (net 2) + (uuid "fe15f434-5cec-4bee-91b4-db6500787809") + ) + (segment + (start 69.088 92.7) + (end 68.57 93.218) + (width 0.4064) + (layer "F.Cu") + (net 3) + (uuid "2f3c7029-969f-4f93-9355-f0cee5d7193b") + ) + (segment + (start 88.138 99.06) + (end 81.778 92.7) + (width 0.4064) + (layer "F.Cu") + (net 3) + (uuid "32998ec9-afee-4754-aa01-d5110076149a") + ) + (segment + (start 93.98 101.888) + (end 91.152 99.06) + (width 0.4064) + (layer "F.Cu") + (net 3) + (uuid "8bb30abe-3d39-41d7-aa50-9be294628482") + ) + (segment + (start 91.152 99.06) + (end 88.138 99.06) + (width 0.4064) + (layer "F.Cu") + (net 3) + (uuid "ca430e8e-7b50-4df0-ba14-10ca33ec033c") + ) + (segment + (start 81.778 92.7) + (end 69.088 92.7) + (width 0.4064) + (layer "F.Cu") + (net 3) + (uuid "df701dde-25dc-43bd-8d33-b2123e1de73e") + ) + (segment + (start 106.944 106.502418) + (end 106.944 105.664) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "1698ef37-653f-49a7-a322-288ab476e47c") + ) + (segment + (start 108.1056 110.204018) + (end 108.1056 108.743982) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "27fac22d-5bb0-420f-80e0-692e132a6a37") + ) + (segment + (start 108.1472 110.245618) + (end 108.1056 110.204018) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "3c5089f5-9d4b-4f6c-955f-9771a3d5c413") + ) + (segment + (start 108.1472 108.702382) + (end 108.1472 107.705618) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "4a0f3221-13a5-47b2-8218-26ce58ef6160") + ) + (segment + (start 108.1056 108.743982) + (end 108.1472 108.702382) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "657f7a91-2282-4150-9b56-7af3acf46f84") + ) + (segment + (start 99.324 108.204) + (end 100.7 109.58) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "65963672-42b4-4c62-8d3c-a5793c8fdcb0") + ) + (segment + (start 97.3 116.888) + (end 93.98 116.888) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "7d0c561e-7473-43ed-9b3e-0ca756b69f33") + ) + (segment + (start 101.504818 116.888) + (end 97.3 116.888) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "7f3a1e76-d8f9-47dc-a50e-8ff06bcb9123") + ) + (segment + (start 101.504818 116.888) + (end 106.445618 111.9472) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "a3ebb169-e8be-49d6-acd4-6f1b355f7a6e") + ) + (segment + (start 106.944 105.664) + (end 106.944 103.124) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "aeebd846-ea91-47b1-a2ea-d76e0a6d6348") + ) + (segment + (start 99.324 110.744) + (end 99.324 108.204) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "bd8edfb7-32e8-499d-8b47-ee86007a3b48") + ) + (segment + (start 108.1472 107.705618) + (end 106.944 106.502418) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "bdc80483-1e8c-4736-a2ef-de92c70f4708") + ) + (segment + (start 107.442382 111.9472) + (end 108.1472 111.242382) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "bf3022a1-1555-4264-a045-b259843a334b") + ) + (segment + (start 100.7 109.58) + (end 100.7 115) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "c8b81462-6160-43bd-9137-64e2b0a69cb2") + ) + (segment + (start 98.812 116.888) + (end 100.7 115) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "d3c8bd21-e77c-4701-b0b5-a53c6d750d8a") + ) + (segment + (start 108.1472 111.242382) + (end 108.1472 110.245618) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "ec42dac8-1e4c-4b88-af9c-0ffb55245b87") + ) + (segment + (start 106.445618 111.9472) + (end 107.442382 111.9472) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "fe8f6a90-b1d4-4803-bc99-38fb6a227612") + ) + (segment + (start 98.812 116.888) + (end 97.3 116.888) + (width 0.4064) + (layer "F.Cu") + (net 4) + (uuid "fef2f8d7-634a-48e0-8045-58ca595c0f35") + ) + (segment + (start 56.6843 101.9) + (end 55.425 101.9) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "19f8a961-998a-4c46-8759-d19fab8d69bf") + ) + (segment + (start 69.1907 104.3907) + (end 59.175 104.3907) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "5b3f7c2e-1ed2-447d-b4f4-9cd803e75a7e") + ) + (segment + (start 69.7732 104.9732) + (end 69.1907 104.3907) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "63fdef55-d471-47d8-951b-506df00d070b") + ) + (segment + (start 72.9325 108.2675) + (end 68.57 108.2675) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "664a9988-cac0-4e2d-8673-0af118ad9cc0") + ) + (segment + (start 75.8 105.4) + (end 72.9325 108.2675) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "77d28e0f-b6f9-4b92-9004-43ceb6b8d94d") + ) + (segment + (start 69.7732 107.0643) + (end 69.7732 104.9732) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "80a5c9b4-5f3e-4a4f-a712-c2e5d6791124") + ) + (segment + (start 84.338 105.4) + (end 75.8 105.4) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "ab05d622-bf9a-49a4-96aa-73cc22e24831") + ) + (segment + (start 88.138 101.6) + (end 84.338 105.4) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "c160b832-aa22-4c5f-ad2c-1ba9141cf813") + ) + (segment + (start 68.57 108.2675) + (end 69.7732 107.0643) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "cd94fab3-17af-4ee1-a0e0-0569e7af234e") + ) + (segment + (start 59.175 104.3907) + (end 56.6843 101.9) + (width 0.4064) + (layer "F.Cu") + (net 5) + (uuid "d1d249db-f2c1-4d69-a8ae-0a64a8171de0") + ) + (segment + (start 55.425 116.9) + (end 59.747 116.9) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "42190ab7-576b-4688-9f56-d018a562db1a") + ) + (segment + (start 60.95 115.697) + (end 60.95 118.237) + (width 0.4064) + (layer "F.Cu") + (net 6) + (uuid "563636b2-fe80-46cc-afb8-2ff7bbaa207b") + ) + (segment + (start 59.747 116.9) + (end 60.95 115.697) + (width 0.381) + (layer "F.Cu") + (net 6) + (uuid "6f1c28c4-5a60-4f91-88b9-37a3b75a4c56") + ) + (segment + (start 65.3 113) + (end 65.3 112.3) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "005af83a-f95f-4961-9100-23566c2a9f37") + ) + (segment + (start 71.882 114.298852) + (end 66.598852 114.298852) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "1ca1dc1a-2457-454d-8348-b05f0d132637") + ) + (segment + (start 65.3 108.9975) + (end 65.3 112.3) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "37fe96fc-343d-408f-91e6-43fb039b07c7") + ) + (segment + (start 75.739601 134.957762) + (end 70.866 130.084161) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "400b9c2e-c9af-4681-8102-4c51925f87fd") + ) + (segment + (start 70.866 130.084161) + (end 70.866 126.425009) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "45451fc9-6694-49f3-ab78-1be71037e63a") + ) + (segment + (start 86.076 136.154) + (end 86.076 138.146) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "4e767f58-ef44-410e-bd3a-5660dcdfc93c") + ) + (segment + (start 86.076 136.154) + (end 84.233523 134.311523) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "529319d9-8baa-4453-9d0b-8f387cb9981a") + ) + (segment + (start 65.3 123.75) + (end 66.917 125.367) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "5cdc04aa-371c-411f-a4f2-343bd405a5ba") + ) + (segment + (start 77.418961 134.957762) + (end 75.739601 134.957762) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "5f59b857-3262-4136-9343-ad39e115a219") + ) + (segment + (start 78.0652 134.311523) + (end 77.418961 134.957762) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "6525ea3b-17d1-412b-a65d-222b49019e50") + ) + (segment + (start 66.917 125.367) + (end 69.807991 125.367) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "951b8dcf-c424-4d16-8b9b-47011a4fe882") + ) + (segment + (start 84.233523 134.311523) + (end 78.0652 134.311523) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "9b6e8e33-d36b-44e9-b4f7-3ece22ca49e9") + ) + (segment + (start 68.57 105.7275) + (end 65.3 108.9975) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "bc1a09e5-6f38-4ddd-b983-a42d01d0f934") + ) + (segment + (start 70.866 126.425009) + (end 69.807991 125.367) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "c03d298f-1c32-4b7f-b32c-7fe4f48f537c") + ) + (segment + (start 86.076 138.146) + (end 88.148 140.218) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "c856e020-81f7-44ef-9656-872018d95992") + ) + (segment + (start 66.598852 114.298852) + (end 65.3 113) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "c8ef2e36-a43e-4c26-8c6d-60c2c7994f75") + ) + (segment + (start 65.3 112.3) + (end 65.3 123.75) + (width 0.4064) + (layer "F.Cu") + (net 7) + (uuid "fc351356-7348-41b1-8d05-fb214ab9d492") + ) + (segment + (start 93.2 125.8) + (end 97.4 125.8) + (width 0.4064) + (layer "B.Cu") + (net 7) + (uuid "1607dc3b-8004-4e19-9f91-8762fd70fe99") + ) + (segment + (start 103.1452 120.0548) + (end 107.6088 120.0548) + (width 0.4064) + (layer "B.Cu") + (net 7) + (uuid "164e6f95-6e92-4694-b377-797e7d15a285") + ) + (segment + (start 97.4 125.8) + (end 103.1452 120.0548) + (width 0.4064) + (layer "B.Cu") + (net 7) + (uuid "2e50c4cb-8a43-4bc3-b4f0-74644d2c493f") + ) + (segment + (start 68.57 103.1875) + (end 68.57 105.7275) + (width 0.4064) + (layer "B.Cu") + (net 7) + (uuid "3000f3b0-cb85-44c6-a450-1bf11ea566ed") + ) + (segment + (start 89.55 132.68) + (end 89.55 129.45) + (width 0.4064) + (layer "B.Cu") + (net 7) + (uuid "75624c7d-527b-48b9-9970-eac5c5cc706a") + ) + (segment + (start 86.076 136.154) + (end 89.55 132.68) + (width 0.4064) + (layer "B.Cu") + (net 7) + (uuid "a6f5190e-92c9-4bdd-9c43-6c037e093fa9") + ) + (segment + (start 89.55 129.45) + (end 93.2 125.8) + (width 0.4064) + (layer "B.Cu") + (net 7) + (uuid "bd0830c9-25d3-4773-ad99-9ddf4aa27202") + ) + (segment + (start 107.6088 120.0548) + (end 109.474 121.92) + (width 0.4064) + (layer "B.Cu") + (net 7) + (uuid "e26386c2-1c85-4bda-a5f6-9d309962e6c9") + ) + (segment + (start 83.068 136.662) + (end 83.576 136.154) + (width 0.4064) + (layer "F.Cu") + (net 8) + (uuid "2931213b-8f30-4526-bf68-e432822249ec") + ) + (segment + (start 83.068 140.218) + (end 83.068 136.662) + (width 0.4064) + (layer "F.Cu") + (net 8) + (uuid "9428ec11-79e8-4cd9-9b9e-acdf9df21a63") + ) + (segment + (start 83.576 121.138) + (end 88.138 116.576) + (width 0.4064) + (layer "B.Cu") + (net 8) + (uuid "622ef7fd-f664-4452-b985-8e92e031f497") + ) + (segment + (start 83.576 136.154) + (end 83.576 121.138) + (width 0.4064) + (layer "B.Cu") + (net 8) + (uuid "717122ab-26ae-4ea2-a988-d2f105f4a49c") + ) + (segment + (start 62.22 152.146) + (end 60.95 150.876) + (width 0.4064) + (layer "F.Cu") + (net 9) + (uuid "12281be2-85ac-4cdf-a0e8-8774cba69c55") + ) + (segment + (start 73.406 152.146) + (end 62.22 152.146) + (width 0.4064) + (layer "F.Cu") + (net 9) + (uuid "3bc89043-18d7-46d6-a004-edf608480f7e") + ) + (segment + (start 74.422 153.162) + (end 73.406 152.146) + (width 0.4064) + (layer "F.Cu") + (net 9) + (uuid "4cb3e670-7ac7-4570-a663-521e246f58c9") + ) + (segment + (start 84.836 127.498) + (end 88.138 124.196) + (width 0.4064) + (layer "B.Cu") + (net 9) + (uuid "23acc4a4-7e20-4221-b1f4-a89c14fb2e0d") + ) + (segment + (start 74.422 153.162) + (end 84.836 142.748) + (width 0.4064) + (layer "B.Cu") + (net 9) + (uuid "b9a8e5f1-6170-494b-baba-c8ca28fc718a") + ) + (segment + (start 84.836 142.748) + (end 84.836 127.498) + (width 0.4064) + (layer "B.Cu") + (net 9) + (uuid "e371eb83-0425-4287-92ab-d4b15fcda980") + ) + (segment + (start 67.35 154.7) + (end 68.85 156.2) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "1519f77f-771b-4243-b5a1-910cfafe7253") + ) + (segment + (start 67.35 145.314418) + (end 67.35 154.7) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "23d07eca-7111-45ad-9bc8-f92b59ee702c") + ) + (segment + (start 67.825 141.5) + (end 67.825 144.839418) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "4338930c-7d39-4847-8865-5ec92f9af227") + ) + (segment + (start 89.384 156.2) + (end 92.422 153.162) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "6c3fc696-6a92-484b-9f4b-0c7bb8bd3179") + ) + (segment + (start 67.825 144.839418) + (end 67.35 145.314418) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "87286747-840c-4457-8751-e278e8accf1a") + ) + (segment + (start 67.3668 137.0297) + (end 67.3668 141.0418) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "8938a3d3-3547-48f4-a6f6-6748c62c6154") + ) + (segment + (start 67.3668 141.0418) + (end 67.825 141.5) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "a3968ca2-96c0-4b39-ac04-309646f74b9a") + ) + (segment + (start 68.85 156.2) + (end 89.384 156.2) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "acbecac1-5368-4b87-91c2-1b60d9d9037b") + ) + (segment + (start 68.57 135.8265) + (end 67.3668 137.0297) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "d4c62078-76a4-4b76-be40-07f2382e2981") + ) + (segment + (start 68.57 135.8265) + (end 68.57 133.2865) + (width 0.4064) + (layer "B.Cu") + (net 10) + (uuid "e331541c-78ba-4d4c-a8d7-63f38ecc4d3d") + ) + (segment + (start 108.712 70.866) + (end 108.712 76.962) + (width 0.4064) + (layer "F.Cu") + (net 11) + (uuid "0ab0311c-c2af-4b9c-9cab-97232148e182") + ) + (segment + (start 95.0505 67.3645) + (end 96.515 65.9) + (width 0.4064) + (layer "F.Cu") + (net 11) + (uuid "276b70ac-6ee1-4ae1-a827-55a86c603d84") + ) + (segment + (start 91.4945 67.586) + (end 91.388 67.6925) + (width 0.4064) + (layer "F.Cu") + (net 11) + (uuid "51330cdc-5fc5-416f-be30-47c57d72bb3b") + ) + (segment + (start 103.746 65.9) + (end 108.712 70.866) + (width 0.4064) + (layer "F.Cu") + (net 11) + (uuid "52b2c682-1fda-4e81-a30e-189601357d44") + ) + (segment + (start 94.7225 67.6925) + (end 95.0505 67.3645) + (width 0.4064) + (layer "F.Cu") + (net 11) + (uuid "69686aa0-9069-4a13-9ac2-2018312420db") + ) + (segment + (start 91.388 67.6925) + (end 94.7225 67.6925) + (width 0.4064) + (layer "F.Cu") + (net 11) + (uuid "9df91eee-52f6-48db-b536-8503ee6ef84d") + ) + (segment + (start 91.4945 64.3165) + (end 91.4945 67.586) + (width 0.4064) + (layer "F.Cu") + (net 11) + (uuid "ae3fecbc-c542-40af-8670-430f445a6196") + ) + (segment + (start 96.515 65.9) + (end 103.746 65.9) + (width 0.4064) + (layer "F.Cu") + (net 11) + (uuid "f8f2a740-2610-450d-aa07-4def77d30201") + ) + (segment + (start 86.62 64.2) + (end 83.7695 64.2) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "2ba71c40-dac2-4c6a-b176-d147ab22dc95") + ) + (segment + (start 93.0185 69.9045) + (end 91.4945 71.4285) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "7c79ef26-e2d1-484a-a266-fd87aa97678b") + ) + (segment + (start 83.727 64.2425) + (end 83.727 67.7985) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "8b7c60ce-41df-4e34-bd3d-04fb15e594a5") + ) + (segment + (start 83.727 77.927) + (end 88.604 82.804) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "90937608-7e23-48ec-b524-667257ea292c") + ) + (segment + (start 91.4945 71.4285) + (end 88.888 68.822) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "964d39bb-5abd-4c8c-8387-6861aa599a4e") + ) + (segment + (start 83.7695 64.2) + (end 83.727 64.2425) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "bc1aea8e-2f7b-4a61-95d3-cc12f07ffb30") + ) + (segment + (start 95.0505 69.9045) + (end 93.0185 69.9045) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "c98a6beb-0218-4f78-b764-cc7d2c67d9c4") + ) + (segment + (start 88.888 68.822) + (end 88.888 67.6925) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "c99af972-7589-4b44-839b-affa82e30121") + ) + (segment + (start 83.727 75.4185) + (end 83.727 77.927) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "cbabfa3b-4222-4cbb-8638-5900a983c601") + ) + (segment + (start 88.888 67.6925) + (end 86.4145 65.219) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "dc463e3b-fe71-46f3-b761-8a6511d28df2") + ) + (segment + (start 88.604 82.804) + (end 89.916 82.804) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "e27971f9-a378-445c-97e6-42772312bf19") + ) + (segment + (start 86.4145 65.219) + (end 86.4145 64.3165) + (width 0.4064) + (layer "F.Cu") + (net 12) + (uuid "fe429a1d-eeed-4b08-94a3-86f600e5ec29") + ) + (segment + (start 83.727 75.4185) + (end 83.727 71.3545) + (width 0.4064) + (layer "B.Cu") + (net 12) + (uuid "4aaf6fc8-3a3a-4bbd-865d-f6fe449a0628") + ) + (segment + (start 83.727 67.7985) + (end 83.727 71.3545) + (width 0.4064) + (layer "B.Cu") + (net 12) + (uuid "d5fb695d-6c96-4388-9e2c-c4cbedca1ca3") + ) + (segment + (start 104.94 80.389949) + (end 104.94 79.4) + (width 0.4064) + (layer "F.Cu") + (net 13) + (uuid "2160c974-da66-4e6c-9df2-2f96e6ea856d") + ) + (segment + (start 106.172 72.898) + (end 103.124 72.898) + (width 0.4064) + (layer "F.Cu") + (net 13) + (uuid "27fa7569-3b9d-48bc-a8b0-13142655b6a8") + ) + (segment + (start 99.929949 85.4) + (end 104.94 80.389949) + (width 0.4064) + (layer "F.Cu") + (net 13) + (uuid "9905fa12-bc40-4095-9253-fc54f375a0aa") + ) + (segment + (start 78.833248 80.231248) + (end 78.833248 79.38272) + (width 0.4064) + (layer "F.Cu") + (net 13) + (uuid "9add045f-3f59-44d0-9835-d63678ce45cb") + ) + (segment + (start 103.124 72.898) + (end 102.6705 72.4445) + (width 0.4064) + (layer "F.Cu") + (net 13) + (uuid "ad24cbde-0044-4a03-9ee6-cbed042ab5fc") + ) + (segment + (start 78.833248 79.38272) + (end 79.843168 78.3728) + (width 0.4064) + (layer "F.Cu") + (net 13) + (uuid "b8dee4d2-0b57-4367-9aea-8cb9e9945f39") + ) + (segment + (start 79.843168 78.3728) + (end 82.9228 78.3728) + (width 0.4064) + (layer "F.Cu") + (net 13) + (uuid "df98f6c0-9c97-4590-aed5-28700e50ef21") + ) + (segment + (start 82.9228 78.3728) + (end 89.95 85.4) + (width 0.4064) + (layer "F.Cu") + (net 13) + (uuid "ecbc254f-752e-4c40-ac41-c6a7f3ebea86") + ) + (segment + (start 89.95 85.4) + (end 99.929949 85.4) + (width 0.4064) + (layer "F.Cu") + (net 13) + (uuid "f9e6138b-3e17-4283-b37a-6ac2db4ecb5a") + ) + (segment + (start 106.172 72.898) + (end 106.172 78.168) + (width 0.4064) + (layer "B.Cu") + (net 13) + (uuid "499d7891-20e2-4c26-a66c-832f53e87620") + ) + (segment + (start 106.172 78.168) + (end 104.94 79.4) + (width 0.4064) + (layer "B.Cu") + (net 13) + (uuid "cb292cb1-7667-49c9-b777-92146e43ca0a") + ) + (segment + (start 102.6705 69.9045) + (end 95 77.575) + (width 0.4064) + (layer "F.Cu") + (net 14) + (uuid "0482375b-4ee3-44ac-8b46-19d56f848f3b") + ) + (segment + (start 98.8 83) + (end 99.86 83) + (width 0.4064) + (layer "F.Cu") + (net 14) + (uuid "60101bff-c490-4f6e-9a12-1a248540d58e") + ) + (segment + (start 103.164 70.398) + (end 102.6705 69.9045) + (width 0.4064) + (layer "F.Cu") + (net 14) + (uuid "6b9ccaae-0e36-4f26-bf69-deebde0ad19b") + ) + (segment + (start 106.172 70.398) + (end 103.164 70.398) + (width 0.4064) + (layer "F.Cu") + (net 14) + (uuid "9bd73f70-de25-411f-ba2c-9162b5abebe9") + ) + (segment + (start 95 77.575) + (end 95 79.2) + (width 0.4064) + (layer "F.Cu") + (net 14) + (uuid "b8932b1a-6818-42e8-9c16-570b35da03a3") + ) + (segment + (start 95 79.2) + (end 98.8 83) + (width 0.4064) + (layer "F.Cu") + (net 14) + (uuid "bc25900c-7ced-4e3c-b08d-aab9c081931f") + ) + (segment + (start 71.902 62.196) + (end 73.146 63.44) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "02e554aa-4a9b-49bb-9181-98ef30889628") + ) + (segment + (start 75.692 56.388) + (end 76.962 57.658) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "26739b78-ba79-42df-bea2-1733662aa490") + ) + (segment + (start 70.676888 55.118) + (end 70.632 55.118) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "445e6fcd-7dc3-4199-afd3-87b94f1102a8") + ) + (segment + (start 70.676888 55.118) + (end 70.676888 58.974888) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "4a263a83-80cb-4206-9dd5-fd08056d889f") + ) + (segment + (start 71.902 60.2) + (end 71.902 62.196) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "4c936fd3-e74c-48b6-8769-4db949897866") + ) + (segment + (start 92.476 98.298) + (end 89.916 98.298) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "5575e941-ab6f-4a5f-8c3b-b93e4f7a906f") + ) + (segment + (start 71.946888 56.388) + (end 75.692 56.388) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "65380503-99d0-4691-b961-3ac4caf03fc0") + ) + (segment + (start 90.952 131.064) + (end 90.952 122.067) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "724be95f-f603-4b49-932e-fe30922da5ad") + ) + (segment + (start 90.952 129.55) + (end 90.952 131.064) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "751ca6a5-e922-4a37-baf2-ca0b7d4c4606") + ) + (segment + (start 70.676888 55.118) + (end 71.946888 56.388) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "7c49a711-be14-4be7-a44f-bfad806276e6") + ) + (segment + (start 68.2 57.55) + (end 68.2 69.65) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "ad0ead14-5ae5-4ef2-8e76-98e7afeaef16") + ) + (segment + (start 90.952 122.067) + (end 90.805 121.92) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "b651482c-cefc-4fdd-9be6-02bbcddb2849") + ) + (segment + (start 89.916 98.298) + (end 88.138 96.52) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "c8bddf76-b9ef-40ba-8bc4-c9638cee06ee") + ) + (segment + (start 70.632 55.118) + (end 68.2 57.55) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "ccb99ad9-a436-4de1-8e26-9fcd98781337") + ) + (segment + (start 88.138 126.736) + (end 90.952 129.55) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "ce2d0ecd-f1e8-4546-97e6-d1e3f6e5788a") + ) + (segment + (start 70.676888 58.974888) + (end 71.902 60.2) + (width 0.4064) + (layer "F.Cu") + (net 15) + (uuid "dd61526e-0ef2-44f7-aae0-6d7caa84bf33") + ) + (via + (at 68.2 69.65) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "2ff9e274-fa43-4272-87cd-3b6f80b3ca86") + ) + (via + (at 90.805 121.92) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "ee3bcc5d-ee78-40e2-b4b2-9f9895f61945") + ) + (segment + (start 70.612 82.012) + (end 68.725 80.125) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "015bdb12-ff2f-4e46-b183-e1c3b5e1d543") + ) + (segment + (start 107.5463 139.6432) + (end 111.0455 136.144) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "01fbdeca-c577-4c03-b6c5-56522c9568e7") + ) + (segment + (start 111.0455 58.0455) + (end 104.308 51.308) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "03a4da3d-b7d8-41f7-8a4b-0bccc366375c") + ) + (segment + (start 109.5 90.3) + (end 110.3955 90.3) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "0646e9bc-0ad3-475a-b770-ef1a46c8ae16") + ) + (segment + (start 69.322 129.9945) + (end 68.57 130.7465) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "0f4fd949-1fb2-47da-977f-8c2e6a627636") + ) + (segment + (start 70.612 125.6) + (end 70.612 126.238) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "120e12a6-d36e-4b26-8cff-eefc7ee13fd5") + ) + (segment + (start 53.65 51.25) + (end 52.832 52.068) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "14c138bf-b73c-4b1b-8e6b-4205f7a5a5e4") + ) + (segment + (start 70.612 109.21771) + (end 71.882 110.48771) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "164a8a7c-42d0-465c-b90a-19bd72d03e74") + ) + (segment + (start 68.57 113.352) + (end 69.322 112.6) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "19a47e4a-c4d9-4eac-a0b6-351d961af0c9") + ) + (segment + (start 101.090771 93.122811) + (end 101.072811 93.122811) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "1af9e03d-071b-4887-9d0f-53282c9bf2f0") + ) + (segment + (start 98.996463 143.52) + (end 99.304 143.52) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "1cf7bcec-024a-4cb4-b976-bad42f8a4cd9") + ) + (segment + (start 111.0455 62.738) + (end 111.0455 58.7805) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "1e06eccf-c839-417c-94a7-d2bb8991c03f") + ) + (segment + (start 70.612 139.954) + (end 69.088 141.478) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "210b152b-49d0-4964-94e1-66a18149b038") + ) + (segment + (start 70.612 126.472) + (end 69.322 127.762) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "233fbb06-b641-4f1f-920e-83c877ceb50f") + ) + (segment + (start 103.6665 64.0625) + (end 103.6665 66.3685) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "2807e861-d867-497e-bd5c-7a8edd0ed3ab") + ) + (segment + (start 108.946 91.948) + (end 108.946 90.854) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "28e0f70d-46f1-41ff-80e3-bc4d8d290ed5") + ) + (segment + (start 101.669811 95.698189) + (end 99.324 98.044) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "291fd747-5457-4592-9cec-45a366445861") + ) + (segment + (start 90.805 121.783) + (end 88.138 119.116) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "2bab316a-f5f5-444e-a732-3c9603cd81a2") + ) + (segment + (start 70.612 89.1) + (end 70.612 89.662) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "2d02c3dc-e9f8-41f2-b283-4b72ac982add") + ) + (segment + (start 107.5463 139.6432) + (end 97.533337 139.6432) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "2fc18b6b-91bd-4cd4-8b89-6afe43e26ede") + ) + (segment + (start 69.322 112.6) + (end 70.612 111.31) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "3616c092-f505-4ea5-88b0-d77c8ec9dd39") + ) + (segment + (start 90.805 121.92) + (end 90.805 121.783) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "362631f6-db4f-48fa-a9fd-452870dfc478") + ) + (segment + (start 104.229 63.5) + (end 103.6665 64.0625) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "374d5912-3dca-420f-800a-32751ec33796") + ) + (segment + (start 70.612 139.7) + (end 70.612 144.018) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "376a9887-4755-4f5a-a031-924df5efc8f6") + ) + (segment + (start 70.612 88.392) + (end 70.612 95.8) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "39a910ec-6289-4792-aaf7-ba3851950092") + ) + (segment + (start 70.612 139.954) + (end 70.612 139.7) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "3b259394-46e5-42da-b0a5-0dc86b798f9a") + ) + (segment + (start 111.0455 58.7805) + (end 111.0455 58.0455) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "3c65c087-0f56-483a-970a-21f79eae0692") + ) + (segment + (start 70.612 107.696) + (end 70.612 108.712) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "3e1db8f4-e18e-455b-8f5e-0dd73efc3787") + ) + (segment + (start 70.612 95.8) + (end 70.612 107.442) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "3e8682bb-e7f9-4010-b071-1301502f6fd2") + ) + (segment + (start 101.072811 93.122811) + (end 95.327189 93.122811) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "41f6d2d7-4f49-4459-88ff-1da819ba3815") + ) + (segment + (start 70.612 126.472) + (end 70.612 126.238) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "420bb25e-b34d-4a87-915e-355f172b7420") + ) + (segment + (start 108.946 91.948) + (end 109.728 92.73) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "43be41d1-b013-493f-9cd3-f0d8f8d0ed3c") + ) + (segment + (start 111.0455 127.508) + (end 109.3535 129.2) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "44b006f2-3c13-415e-b80b-88e9a7bb85aa") + ) + (segment + (start 101.669811 92.525811) + (end 101.072811 93.122811) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "467fcdda-b04b-4a26-87a6-f1095aeea2d6") + ) + (segment + (start 68.57 115.697) + (end 68.57 113.352) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "49b9a5f7-df56-49d8-9071-fa0b6a7c648d") + ) + (segment + (start 70.612 138.938) + (end 70.612 139.7) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "4beceb3b-1f35-4efd-a82a-a90576136284") + ) + (segment + (start 96.3265 140.850037) + (end 98.996463 143.52) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "4c67f030-39a8-4678-977d-dd037b5e926e") + ) + (segment + (start 70.612 82.012) + (end 70.612 89.1) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "50a2e8e8-50eb-44a9-ace7-d7ab500776f2") + ) + (segment + (start 70.612 88.392) + (end 70.612 89.1) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "51087b74-07f5-4982-8781-9589c093c5e3") + ) + (segment + (start 52.832 52.068) + (end 52.832 56.388) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "538ba2f2-1464-4e4a-928f-93a139be2279") + ) + (segment + (start 70.612 110.8) + (end 70.612 125.6) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "54930e8f-2686-4907-8a8a-2ad35edd10cd") + ) + (segment + (start 110.251582 144.8) + (end 108.184 144.8) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "55838f85-0fec-4827-9376-79e0e723e658") + ) + (segment + (start 104.308 51.308) + (end 72.85 51.308) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "565f4245-d92f-43df-ac64-c8a156de78b7") + ) + (segment + (start 70.676888 53.481112) + (end 72.85 51.308) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "57582bc0-3f92-4437-8c08-7b704830792c") + ) + (segment + (start 101.090771 93.122811) + (end 103.913582 90.3) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "65bfcc0d-5b12-4a07-9f3d-770db3281d5d") + ) + (segment + (start 69.088 145.278) + (end 68.57 145.796) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "66b663ac-57e4-43c1-bd82-fc59e8ed3565") + ) + (segment + (start 109.3535 129.2) + (end 92.816 129.2) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "671b292f-bfda-4d95-8c8d-fdba8f29e2be") + ) + (segment + (start 111.0455 62.738) + (end 111.0455 89.65) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "695ff1e2-3dfc-4a58-a2cf-23b0230ec081") + ) + (segment + (start 109.728 99.06) + (end 108.204 100.584) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "69e1ac0b-015a-4ea7-afe2-7f8de895cadf") + ) + (segment + (start 69.05 82.5) + (end 69.05 85.118) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "6c406511-bad2-4fb6-be92-907c2a9c8f38") + ) + (segment + (start 70.612 108.712) + (end 70.612 109.21771) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "6da1090e-5822-4a15-90da-62ab9eb1215e") + ) + (segment + (start 95.327189 93.122811) + (end 92.476 95.974) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "6f57709c-404e-4c46-adf4-e122dc25fcef") + ) + (segment + (start 92.476 95.974) + (end 92.476 98.298) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "6fbdea7d-3fe2-4a60-8d24-dccf41587ccd") + ) + (segment + (start 111.0455 59.436) + (end 111.0455 62.738) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "7052cf48-a169-4638-b188-053ad36ff5e6") + ) + (segment + (start 68.57 100.6475) + (end 68.57 98.28) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "73fb9971-792f-435b-bb6a-04c894688915") + ) + (segment + (start 70.612 138.938) + (end 70.612 139.954) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "77d9964b-2c1f-4af6-8c6d-04a0f8d8c9ce") + ) + (segment + (start 111.0455 62.430793) + (end 109.976293 63.5) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "7d9122be-d9d3-47db-bacd-31b831850fe7") + ) + (segment + (start 70.612 96.238) + (end 70.612 95.8) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "7f801292-ddfc-4b0e-9347-e6415229269b") + ) + (segment + (start 70.612 144.018) + (end 71.882 145.288) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "812906a4-d07d-44e4-84a3-69d3c16f59b7") + ) + (segment + (start 62.608 51.308) + (end 62.55 51.25) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "85cc82a6-298a-4e70-a979-eea8dd61a18d") + ) + (segment + (start 103.6665 66.3685) + (end 102.6705 67.3645) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "86ad66c6-1952-4450-8475-cfa88f76734e") + ) + (segment + (start 69.05 85.118) + (end 68.57 85.598) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "87eb6869-145f-468e-8598-cac44cf3660a") + ) + (segment + (start 69.45 97.4) + (end 70.612 96.238) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "882d30c4-df6a-432c-be39-7b03e1f83151") + ) + (segment + (start 103.913582 90.3) + (end 109.5 90.3) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "8dabd80d-1e1f-463b-ac04-005d17b54883") + ) + (segment + (start 68.57 98.28) + (end 69.45 97.4) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "95d984a0-7449-486c-9df9-a5a0ebbdf204") + ) + (segment + (start 108.946 90.854) + (end 109.5 90.3) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "96647f36-d9ef-4c2e-912f-f78659c1320c") + ) + (segment + (start 68.725 80.125) + (end 68.2 79.6) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "96f21dcb-141b-4489-960b-4111cd91d4f4") + ) + (segment + (start 92.816 129.2) + (end 90.952 131.064) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "98eec778-441c-4c7e-b826-f4215062ede4") + ) + (segment + (start 70.612 111.31) + (end 70.612 110.8) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "9927f8be-8044-4905-9ded-489103e4745f") + ) + (segment + (start 92.476 99.802) + (end 88.138 104.14) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "9a025e4c-5733-4689-9ee0-b5f4208245f2") + ) + (segment + (start 70.612 107.442) + (end 70.612 107.696) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "9c590e3f-124b-4ccf-9299-09fb41be7a27") + ) + (segment + (start 111.0455 136.144) + (end 111.0455 144.006082) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "a54c3d00-0572-426f-84ec-d90f4565f1fc") + ) + (segment + (start 92.476 98.298) + (end 92.476 99.802) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "a7deffe8-f3cb-4151-87b7-54e762628ea3") + ) + (segment + (start 111.0455 89.65) + (end 111.0455 127.508) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "b1449c7e-dd96-472d-a1b8-f02f070b1ef6") + ) + (segment + (start 72.85 51.308) + (end 62.608 51.308) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "b23049a4-4d67-4d33-97d3-5830d5e7e705") + ) + (segment + (start 69.088 141.478) + (end 69.088 145.278) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "c035ed78-1032-4df0-a18a-084c366dac86") + ) + (segment + (start 70.7915 117.019494) + (end 71.882 118.109994) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "c2c278f2-353d-4d17-9c3c-cf27be406bd2") + ) + (segment + (start 111.0455 127.508) + (end 111.0455 136.144) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "c60f24f5-99a9-4dfd-8177-800f7d93038e") + ) + (segment + (start 109.728 92.73) + (end 109.728 99.06) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "c6cc8f48-e91b-4786-8c2d-043f98cfa7b7") + ) + (segment + (start 69.322 127.762) + (end 69.322 129.9945) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "c968c75d-a68e-4be1-8045-3a14974dfa1a") + ) + (segment + (start 69.05 82.5) + (end 69.05 80.45) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "cb46e605-3ee2-4dd3-a8d7-d9f2e4a2e50e") + ) + (segment + (start 108.184 144.8) + (end 106.924 146.06) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "cc0e81ff-1cdf-45f7-9fc5-a27318e14d50") + ) + (segment + (start 109.976293 63.5) + (end 104.229 63.5) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "d09492ae-b570-4606-9687-1b599f037527") + ) + (segment + (start 70.676888 55.118) + (end 70.676888 53.481112) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "d48df4b5-15c1-458b-b9e0-fe99ac5a64a5") + ) + (segment + (start 70.612 125.6) + (end 70.612 126.472) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "d5ca790b-d204-4b4a-b415-b0ab343e5aac") + ) + (segment + (start 108.204 100.584) + (end 106.944 100.584) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "d715fe74-d908-444c-a6e7-cfb534f7bc98") + ) + (segment + (start 111.0455 59.436) + (end 111.0455 58.7805) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "d7508c73-df25-41ab-99c7-51add8f8abfd") + ) + (segment + (start 111.0455 144.006082) + (end 110.251582 144.8) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "d8359c86-cbc1-4954-a732-8acf36021f22") + ) + (segment + (start 97.533337 139.6432) + (end 96.3265 140.850037) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "de8c73be-1fee-4925-bb4f-2f11e69587e2") + ) + (segment + (start 110.3955 90.3) + (end 111.0455 89.65) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "df119671-a0a7-4501-9932-277df0838b8e") + ) + (segment + (start 101.669811 92.525811) + (end 101.669811 95.698189) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "dfdad92e-21e0-4a2c-99bf-d224e5270fd8") + ) + (segment + (start 70.612 107.442) + (end 70.612 110.8) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "ecdc121c-9f79-4057-923d-3cd4e63302d4") + ) + (segment + (start 53.65 51.25) + (end 62.55 51.25) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "edd062a9-bbdb-4708-ba16-6fabb82bed42") + ) + (segment + (start 69.05 80.45) + (end 68.725 80.125) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "efbb0581-1471-4f3b-9998-f56f0d53e9d9") + ) + (segment + (start 70.612 89.662) + (end 71.882 90.932) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "f2881421-fecd-4067-a84b-40f21331c6b8") + ) + (segment + (start 68.2 79.6) + (end 68.2 69.65) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "f3d1ed31-7f38-40f1-8b6c-4db39249583f") + ) + (segment + (start 111.0455 59.436) + (end 111.0455 62.430793) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "fd4b03a5-7a50-449e-a90d-4fad057ef743") + ) + (segment + (start 70.612 126.238) + (end 70.612 138.938) + (width 0.4064) + (layer "B.Cu") + (net 15) + (uuid "fdff9596-1d2c-4aad-a41e-7c5e419b0230") + ) + (segment + (start 92.456 54.51) + (end 92.456 57.05) + (width 0.762) + (layer "B.Cu") + (net 16) + (uuid "5f9a6134-877a-443d-88f3-34cb3a3a66ef") + ) + (segment + (start 94.996 54.51) + (end 94.996 57.05) + (width 0.762) + (layer "B.Cu") + (net 16) + (uuid "6f26d40c-faa8-4bf4-a720-fa35d9c5b289") + ) + (segment + (start 66.548 96.52) + (end 66.951622 96.52) + (width 0.4064) + (layer "B.Cu") + (net 16) + (uuid "91871491-e5fa-46d9-b402-a15c22aee7b6") + ) + (segment + (start 76.25 87.412653) + (end 76.662 87.824653) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "072f072e-00f3-4f72-8314-4d343cbc5482") + ) + (segment + (start 55.35 58.15) + (end 55.35 78.622) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "1c4304fa-1c3c-4250-a856-f29ea27d6665") + ) + (segment + (start 91.6 76.1) + (end 93.935 76.1) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "1c44f38c-b59a-40e7-bf32-42d775c2b53c") + ) + (segment + (start 108.1272 151.1478) + (end 107.325 151.95) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "210a0b1f-de62-487f-831f-95035227ffbd") + ) + (segment + (start 77.608 76.708) + (end 80.264 76.708) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "28b1ee89-7018-472c-bf9c-3dac39f075fb") + ) + (segment + (start 76.25 63.9) + (end 76.25 75.35) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "29bcf20d-c8ec-4cf3-b6cc-67b1292d4522") + ) + (segment + (start 64.282 74.422) + (end 65.532 73.172) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "2bec5b7e-93cb-4afc-94b3-62ba4d727b58") + ) + (segment + (start 106.924 143.52) + (end 108.1272 144.7232) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "2f248952-9944-4536-9c66-4a6bb2c19626") + ) + (segment + (start 55.35 58.15) + (end 55.35 58.95) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "2f633b6d-d2ef-46e0-847f-6e925d890341") + ) + (segment + (start 98.1208 91.8912) + (end 98.1208 99.3808) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "30e6fecf-4a74-4e52-894e-d9448eb22357") + ) + (segment + (start 110.85 86.9) + (end 110.85 148.425) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "3281a3d6-d03f-4b4a-9702-88bfa4b351b1") + ) + (segment + (start 100.913163 89.408) + (end 99.643163 90.678) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "330b62d7-1af1-41a4-b19e-a2b65c35073d") + ) + (segment + (start 76.835 53.975) + (end 78.3 55.44) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "3a58fc4b-ab31-4251-8d02-b8f1d94b5b5c") + ) + (segment + (start 99.334 90.678) + (end 98.1208 91.8912) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "3c21148e-6eb0-40e1-a9bb-dde53233c2aa") + ) + (segment + (start 100.9632 78.2968) + (end 99.86 79.4) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "3e4ac2f1-8668-4a20-a67c-73a6f460b2d7") + ) + (segment + (start 64.282 74.422) + (end 64.282 57.408888) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "488a9766-9300-4dd4-8eb6-63919844ac37") + ) + (segment + (start 110.85 76.706045) + (end 109.259245 78.2968) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "551fbe3a-d6fc-4749-84fb-6dab0f421386") + ) + (segment + (start 76.962574 102.615426) + (end 76.942 102.615426) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "5ca07a11-ff51-48d6-ba5d-73b7dc7faa32") + ) + (segment + (start 78.3 61.85) + (end 76.25 63.9) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "5e89a103-1851-48d2-a58d-d2353acd3be3") + ) + (segment + (start 65.526 72.384) + (end 65.526 71.06) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "7061663e-5c08-49f7-8bb3-1a6f50d7a285") + ) + (segment + (start 93.935 76.1) + (end 95.0505 74.9845) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "7370e593-a5bd-4974-ab86-8709aa7aaa77") + ) + (segment + (start 65.532 73.172) + (end 65.532 72.39) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "761789be-dc42-40aa-9e59-8c811338649c") + ) + (segment + (start 110.85 148.425) + (end 107.325 151.95) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "763c8044-eda1-414a-b015-b44920fc49d9") + ) + (segment + (start 56.7288 56.3212) + (end 55.35 57.7) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "76db7da1-7d98-43cc-b1f7-9a174044bf23") + ) + (segment + (start 108.1272 144.7232) + (end 108.1272 151.1478) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "76f17ba7-d1b1-4742-badf-3dbe270cfcd8") + ) + (segment + (start 83.372 73.6) + (end 89.1 73.6) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "80a44aeb-08cd-44de-82a6-d8af30698df2") + ) + (segment + (start 76.835 53.975) + (end 76.135 53.275) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "8265bb32-fa79-4711-8298-4e1e6a00a068") + ) + (segment + (start 64.282 57.408888) + (end 66.572888 55.118) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "835d5081-33a1-417f-93a4-d39320f8868c") + ) + (segment + (start 80.518 99.06) + (end 76.962574 102.615426) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "84500d16-2d79-4c35-a882-69e4b32125df") + ) + (segment + (start 66.572888 55.118) + (end 65.369688 56.3212) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "8c4cb484-4308-4bae-abe8-1304cac5d8e6") + ) + (segment + (start 89.1 73.6) + (end 91.6 76.1) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "91132470-fb0d-41d3-9bc1-84b343c911e2") + ) + (segment + (start 69.314801 51.081199) + (end 103.346199 51.081199) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "9af9d208-ec9e-4d97-8412-3a9594030765") + ) + (segment + (start 99.643163 90.678) + (end 99.334 90.678) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "a0dea4e7-387a-43a8-a6fc-68c13af2f1d8") + ) + (segment + (start 78.3 55.44) + (end 78.3 61.85) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "a44f4e67-b601-49c6-9376-de9b23eb2d9b") + ) + (segment + (start 108.342 89.408) + (end 100.913163 89.408) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "ab3a6770-ef82-4990-a5b3-b71154b2e4c5") + ) + (segment + (start 76.25 75.35) + (end 76.25 87.412653) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "ab8aaf29-faaa-46d0-ba59-e1c73456abc1") + ) + (segment + (start 98.1208 99.3808) + (end 99.324 100.584) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "ae8c801f-85d0-43d7-8a9b-9ea2f9f71ffe") + ) + (segment + (start 55.35 78.622) + (end 58.928 82.2) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "b083b2ac-8edf-4155-9d54-abf08193058f") + ) + (segment + (start 103.346199 51.081199) + (end 110.85 58.585) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "bd12572c-89dd-4c30-b2d1-c755bfe9453d") + ) + (segment + (start 65.532 72.39) + (end 65.526 72.384) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "c1e95995-2530-4034-9a46-0e9005b10178") + ) + (segment + (start 80.264 76.708) + (end 83.372 73.6) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "c4dae2d1-74d7-40b6-96e5-6155dabcb613") + ) + (segment + (start 65.369688 56.3212) + (end 56.7288 56.3212) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "cabcfa24-1d9c-4a88-8803-858589552dcd") + ) + (segment + (start 55.35 57.7) + (end 55.35 58.15) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "cbc16cf9-0293-48a4-8396-173644064b3d") + ) + (segment + (start 76.25 75.35) + (end 77.608 76.708) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "cbf60fa5-9466-4c86-a446-f7c759f133e5") + ) + (segment + (start 109.259245 78.2968) + (end 100.9632 78.2968) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "dee0e8ca-c4a4-4d5e-900a-3904cffcfacd") + ) + (segment + (start 76.135 53.275) + (end 70.138888 53.275) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "e298884b-2fd0-49d5-a062-fd137eccd3c4") + ) + (segment + (start 68.295888 55.118) + (end 70.138888 53.275) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "e9057547-e2d1-40a2-86a7-32765b32e48d") + ) + (segment + (start 68.295888 55.118) + (end 66.572888 55.118) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "eb3e0fbb-f438-438a-9dae-f40b423e1743") + ) + (segment + (start 110.85 86.9) + (end 110.85 72.4) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "ec3beb82-4035-4ff0-816b-d543fda669fc") + ) + (segment + (start 110.85 86.9) + (end 108.342 89.408) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "ee777919-7a3a-4b2f-b318-b77b9650840c") + ) + (segment + (start 66.572888 55.118) + (end 66.572888 53.823112) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "f38963ba-80f0-4cf8-ab94-db00d3ff08f8") + ) + (segment + (start 110.85 58.585) + (end 110.85 72.4) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "f5deabe7-0677-43a3-b330-fda3d9849cf3") + ) + (segment + (start 110.85 72.4) + (end 110.85 76.706045) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "f6dba7e8-2191-41e6-94a6-2429cf0ec732") + ) + (segment + (start 55.35 58.95) + (end 52.832 61.468) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "f77fb5b2-727c-4612-bf0f-027304ababc6") + ) + (segment + (start 66.572888 53.823112) + (end 69.314801 51.081199) + (width 0.4064) + (layer "F.Cu") + (net 17) + (uuid "fdf64c06-cb65-4f2c-bca3-71bf1c4a208b") + ) + (via + (at 58.928 82.2) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 17) + (uuid "76d3b282-9ef9-4d65-8a84-10fac590878c") + ) + (via + (at 76.662 87.824653) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 17) + (uuid "e0ce994a-6cb0-487c-99f9-479332b90121") + ) + (segment + (start 60.95 123.317) + (end 60.95 125.78) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "02da72d7-20ea-4dbe-8bce-94e171efa68c") + ) + (segment + (start 60.238 154.128) + (end 60.95 153.416) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "12297f9c-b4e8-4be5-acfa-fd8f818bae9b") + ) + (segment + (start 60.238 139.0785) + (end 60.95 138.3665) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "1899b5bb-f799-4780-acb1-31324f21693c") + ) + (segment + (start 60.218 96.52) + (end 58.948 95.25) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "2135f567-7937-4f33-b8b4-f9ba13846655") + ) + (segment + (start 60.218 96.52) + (end 60.218 93.95) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "2dc2cb4b-a739-476a-b0af-2005dffb4e97") + ) + (segment + (start 76.942 125.73) + (end 78.25 124.422) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "30b96904-c860-434d-a852-fded6041505f") + ) + (segment + (start 80.518 122.154) + (end 80.518 121.656) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "337b10f3-f9f5-4964-af5f-ef09ebd3a520") + ) + (segment + (start 60.238 141.478) + (end 58.928 140.168) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "34381c00-b6d8-4cda-98e8-b40b5003012d") + ) + (segment + (start 58.928 109.982) + (end 58.928 124.46) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "3d55d391-bb1d-4421-8c24-72c145ec683e") + ) + (segment + (start 76.942 125.73) + (end 78.232 125.73) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "3e5fdda3-dd39-4673-84a7-512129cafdb3") + ) + (segment + (start 58.928 110.216) + (end 58.928 109.982) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "418f76cf-e733-404d-be4a-03de07dc2ff7") + ) + (segment + (start 60.238 141.478) + (end 60.238 139.0785) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "4dc44875-c8ca-49e8-98ad-03f43bc8fe0f") + ) + (segment + (start 58.928 155.154) + (end 60.238 156.464) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "4ff82de5-8eac-4964-ba39-86de8a2ae040") + ) + (segment + (start 60.218 93.95) + (end 60.95 93.218) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "5355c1b2-3b9b-4c8f-b069-d7d2c9dd05b5") + ) + (segment + (start 60.95 125.78) + (end 60.238 126.492) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "5af7d16f-db27-4fd6-9147-0e7987fcc1c4") + ) + (segment + (start 60.238 156.464) + (end 60.238 154.128) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "6111c449-af0d-49c5-9d49-92fa09448544") + ) + (segment + (start 79.111 124.851) + (end 79.111 123.561) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "6533cddb-e148-4ae0-b8d7-b46e4a96bbc5") + ) + (segment + (start 58.928 125.182) + (end 58.928 124.46) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "788bf167-e319-4db4-bded-805127edb54a") + ) + (segment + (start 60.238 126.492) + (end 58.928 125.182) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "8007c6db-cd34-4f3f-a062-1c9032924dd1") + ) + (segment + (start 58.928 139.192) + (end 58.928 155.154) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "8990a7d0-2bd8-444a-b3cc-133b9a87f171") + ) + (segment + (start 79.111 123.561) + (end 80.518 122.154) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "8a03938c-2c78-4f16-a0b0-c21c0f41f635") + ) + (segment + (start 58.948 95.25) + (end 58.928 95.25) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "8c06e67c-73fb-43e3-b4d3-a8eaee93a481") + ) + (segment + (start 78.25 100.7) + (end 78.25 101.307426) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "8dac45c5-8bf9-4b6f-9fb1-5ae372288ac7") + ) + (segment + (start 60.218 111.506) + (end 60.218 108.9995) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "9d32531f-40fd-4228-b0ee-3e8dabaaeff8") + ) + (segment + (start 78.25 89.412653) + (end 78.25 100.7) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "9e4df111-d5f5-4a7b-8ef3-9ff47baf7f51") + ) + (segment + (start 60.218 108.9995) + (end 60.95 108.2675) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "aaec0386-6b94-4f8c-a822-3861cbe568d1") + ) + (segment + (start 78.25 101.307426) + (end 76.942 102.615426) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "b69b97ba-1c5b-4301-8de4-6264261ebb67") + ) + (segment + (start 58.928 124.46) + (end 58.928 139.192) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "c06c2e41-c2db-4ac6-98eb-5e506da54920") + ) + (segment + (start 78.25 100.7) + (end 78.25 124.422) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "ddb072c1-2cbd-4b38-8cb7-b598373515c4") + ) + (segment + (start 58.928 140.168) + (end 58.928 139.192) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "e001ab1a-e3fd-4ab7-9bcd-7515366c0aa3") + ) + (segment + (start 60.218 111.506) + (end 58.928 110.216) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "e5ff6f5d-88c3-4666-8747-71b747cdd775") + ) + (segment + (start 76.662 87.824653) + (end 78.25 89.412653) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "edd067d9-3aa8-40e5-880a-8006d0376227") + ) + (segment + (start 78.232 125.73) + (end 79.111 124.851) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "f5b56eb6-213c-4080-a9ea-f74418817bc1") + ) + (segment + (start 58.928 95.25) + (end 58.928 82.2) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "f777d546-2a9c-4e65-a34f-61a5d5bfc059") + ) + (segment + (start 58.928 95.25) + (end 58.928 109.982) + (width 0.4064) + (layer "B.Cu") + (net 17) + (uuid "fe21c0a2-0434-42a6-b63a-d5203cd4ad14") + ) + (segment + (start 96.015129 127.806723) + (end 96.015129 123.19) + (width 0.4064) + (layer "F.Cu") + (net 18) + (uuid "df093b42-09ed-4eb8-a115-81991f37beb3") + ) + (segment + (start 71.993 124.2) + (end 68.57 120.777) + (width 0.4064) + (layer "F.Cu") + (net 19) + (uuid "0be6a6de-e7a9-4e23-8d6d-04ed8e3c6f12") + ) + (segment + (start 88.138 121.656) + (end 84.344 125.45) + (width 0.4064) + (layer "F.Cu") + (net 19) + (uuid "18100e40-84e6-4ea5-8bc2-01b4e7049d29") + ) + (segment + (start 98.614 121.474) + (end 95.191129 121.474) + (width 0.4064) + (layer "F.Cu") + (net 19) + (uuid "20b51004-878f-4914-88d0-16d488f6aa91") + ) + (segment + (start 77.2 124.2) + (end 71.993 124.2) + (width 0.4064) + (layer "F.Cu") + (net 19) + (uuid "57e9b42d-adcf-44a2-b734-d4c691a3bcde") + ) + (segment + (start 99.314 122.174) + (end 98.614 121.474) + (width 0.4064) + (layer "F.Cu") + (net 19) + (uuid "75201868-4f30-4a0e-b941-a804f59fa0c3") + ) + (segment + (start 84.344 125.45) + (end 78.45 125.45) + (width 0.4064) + (layer "F.Cu") + (net 19) + (uuid "8348c9fe-ef2c-496b-b929-9ae8900bc036") + ) + (segment + (start 95.191129 121.474) + (end 93.475129 123.19) + (width 0.4064) + (layer "F.Cu") + (net 19) + (uuid "a1894c4b-bcce-4669-b29f-688997228d42") + ) + (segment + (start 78.45 125.45) + (end 77.2 124.2) + (width 0.4064) + (layer "F.Cu") + (net 19) + (uuid "d00814e8-49ea-44c4-9550-e5fb1ae74585") + ) + (segment + (start 88.138 121.656) + (end 89.672 123.19) + (width 0.4064) + (layer "B.Cu") + (net 19) + (uuid "0e3b9ab7-6026-4d8d-af8c-0f28201614fc") + ) + (segment + (start 89.672 123.19) + (end 93.475129 123.19) + (width 0.4064) + (layer "B.Cu") + (net 19) + (uuid "bc46dbbb-6080-4031-881f-4d7c60e88557") + ) + (segment + (start 99.304 127.264) + (end 99.314 127.254) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "0b188ac4-0e48-4c38-962c-a0ee363484b6") + ) + (segment + (start 99.304 130.82) + (end 96.488406 130.82) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "0e394be8-b5c0-44d0-bba3-8bc1e6e899ae") + ) + (segment + (start 70.366 118.237) + (end 75.0322 122.9032) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "19c01de9-58db-4887-b634-2c9930dc15f2") + ) + (segment + (start 82.0968 122.9032) + (end 84.598 120.402) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "409db6fb-e85a-4995-80f1-57ee8b7ebed3") + ) + (segment + (start 68.57 118.237) + (end 70.366 118.237) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "47902c54-2b1c-4bc6-a7d6-06405739eb0c") + ) + (segment + (start 75.0322 122.9032) + (end 82.0968 122.9032) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "6686f232-8791-4b46-a10f-350b3626b44b") + ) + (segment + (start 91.6077 121.58751) + (end 91.6077 125.939294) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "68f791bc-e6e8-4db6-bf73-85339842ed2f") + ) + (segment + (start 84.598 120.402) + (end 90.42219 120.402) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "72bd1261-4887-49db-8db8-aecaa83e3fcf") + ) + (segment + (start 96.488406 130.82) + (end 93.475129 127.806723) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "8fed1fd1-3455-4f1e-893d-0d09966efcae") + ) + (segment + (start 99.304 130.82) + (end 99.304 127.264) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "9d8eca16-570e-445e-bc0d-cea0bc3cb052") + ) + (segment + (start 91.6077 125.939294) + (end 93.475129 127.806723) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "b5019b52-a93d-4538-8efc-c4cf87cac1d0") + ) + (segment + (start 90.42219 120.402) + (end 91.6077 121.58751) + (width 0.4064) + (layer "F.Cu") + (net 20) + (uuid "f8e1987d-3f24-40dc-9b3b-6714839771c2") + ) + (segment + (start 94.84 83) + (end 91.04 79.2) + (width 0.4064) + (layer "F.Cu") + (net 21) + (uuid "27dc4881-4c03-4b5c-b9b8-5c92f0d52d2a") + ) + (segment + (start 91.04 79.2) + (end 87.38 79.2) + (width 0.4064) + (layer "F.Cu") + (net 21) + (uuid "296b4f86-3d4d-4574-8650-dbdfe80db4ac") + ) + (segment + (start 84.024601 51.865399) + (end 81.915 53.975) + (width 0.762) + (layer "F.Cu") + (net 22) + (uuid "5f518aca-3802-4229-9b1d-2fdad91c7bc3") + ) + (segment + (start 97.431399 51.865399) + (end 84.024601 51.865399) + (width 0.762) + (layer "F.Cu") + (net 22) + (uuid "62afaa69-79ce-41fc-b87a-1d3ce74d67e0") + ) + (segment + (start 100.076 54.51) + (end 97.431399 51.865399) + (width 0.762) + (layer "F.Cu") + (net 22) + (uuid "f6fb639f-b1f6-46a1-bff2-84072490b63f") + ) + (segment + (start 100.076 54.51) + (end 100.076 57.05) + (width 0.762) + (layer "B.Cu") + (net 22) + (uuid "40bafcfe-b3a6-4315-9b10-9ced5ef1223f") + ) + (segment + (start 96.105 53.079) + (end 86.621 53.079) + (width 0.762) + (layer "F.Cu") + (net 23) + (uuid "0d8fa63f-0a33-46e2-b108-2d54becf6f4e") + ) + (segment + (start 86.621 53.079) + (end 82.042 57.658) + (width 0.762) + (layer "F.Cu") + (net 23) + (uuid "1271e681-7909-4ed8-b40c-7d7bf7d2746a") + ) + (segment + (start 97.536 54.51) + (end 96.105 53.079) + (width 0.762) + (layer "F.Cu") + (net 23) + (uuid "6efdf95c-c8b7-46e4-8700-45b1de573880") + ) + (segment + (start 97.536 54.51) + (end 97.536 57.05) + (width 0.762) + (layer "B.Cu") + (net 23) + (uuid "f309ffc8-d3e0-49be-9630-0e59a8b6f474") + ) + (segment + (start 76.720161 52.3) + (end 79.7 55.279839) + (width 0.4064) + (layer "F.Cu") + (net 24) + (uuid "1db80a38-d438-4510-b8f0-bbd819ed5693") + ) + (segment + (start 80.9 59) + (end 87.966 59) + (width 0.4064) + (layer "F.Cu") + (net 24) + (uuid "4aa76347-f940-4c68-901c-7de945b920db") + ) + (segment + (start 79.7 57.8) + (end 80.9 59) + (width 0.4064) + (layer "F.Cu") + (net 24) + (uuid "4dec072e-6d26-4497-b653-ec4e0563c134") + ) + (segment + (start 70.5 52.3) + (end 76.720161 52.3) + (width 0.4064) + (layer "F.Cu") + (net 24) + (uuid "5df4e7f6-37fe-4c95-9fc3-1aa6cc4893d5") + ) + (segment + (start 79.7 55.279839) + (end 79.7 57.8) + (width 0.4064) + (layer "F.Cu") + (net 24) + (uuid "5ef9822c-1323-428b-b9f3-7cb0f9a23d17") + ) + (segment + (start 87.966 59) + (end 89.916 57.05) + (width 0.4064) + (layer "F.Cu") + (net 24) + (uuid "fd3cb03c-a317-4973-99da-6ebe0788c9ec") + ) + (via + (at 70.5 52.3) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "89bb4285-0c14-4c93-9f63-a8058e320c87") + ) + (segment + (start 54.1 53.8) + (end 55.55 52.35) + (width 0.4064) + (layer "B.Cu") + (net 24) + (uuid "35368f1d-0b7e-4945-9954-7559af0df3bd") + ) + (segment + (start 70.45 52.35) + (end 70.5 52.3) + (width 0.4064) + (layer "B.Cu") + (net 24) + (uuid "5d7f284c-1d57-4364-b70e-4cc5d6a60a77") + ) + (segment + (start 54.1 57.66) + (end 54.1 53.8) + (width 0.4064) + (layer "B.Cu") + (net 24) + (uuid "b872eaa1-215c-4ebe-ad8a-7383c5741d63") + ) + (segment + (start 89.916 54.51) + (end 89.916 57.05) + (width 0.762) + (layer "B.Cu") + (net 24) + (uuid "d67811e4-2d64-4cb6-9391-eaf0db53796f") + ) + (segment + (start 55.55 52.35) + (end 70.45 52.35) + (width 0.4064) + (layer "B.Cu") + (net 24) + (uuid "e54a36da-b2bd-4705-86c2-430fa7505b1c") + ) + (segment + (start 52.832 58.928) + (end 54.1 57.66) + (width 0.4064) + (layer "B.Cu") + (net 24) + (uuid "f0532dc3-845c-48f0-aefd-b18d5fdfc57c") + ) + (segment + (start 52.832 66.548) + (end 51.5 67.88) + (width 0.4064) + (layer "F.Cu") + (net 25) + (uuid "14db9ef4-a0df-4d93-9b5f-43c7066c7cf3") + ) + (segment + (start 51.5 67.88) + (end 51.5 96.378) + (width 0.4064) + (layer "F.Cu") + (net 25) + (uuid "a9af115a-f450-4b68-890a-6aabf1d36f96") + ) + (segment + (start 51.5 96.378) + (end 52.658 97.536) + (width 0.4064) + (layer "F.Cu") + (net 25) + (uuid "b53c8599-4726-4cf5-b8c3-c8c502d13df0") + ) + (segment + (start 82.042 64.367339) + (end 82.042 72.0235) + (width 0.4064) + (layer "F.Cu") + (net 26) + (uuid "4f8433ac-3ab6-496e-ae68-fc637ffcddd2") + ) + (segment + (start 83.559339 62.85) + (end 82.042 64.367339) + (width 0.4064) + (layer "F.Cu") + (net 26) + (uuid "66e95209-3f7d-4f75-8e13-8965a80ba5af") + ) + (segment + (start 109.474 67.31) + (end 105.014 62.85) + (width 0.4064) + (layer "F.Cu") + (net 26) + (uuid "93b9747c-2b2b-4bed-9a7c-b6451c812f3d") + ) + (segment + (start 82.042 72.0235) + (end 78.647 75.4185) + (width 0.4064) + (layer "F.Cu") + (net 26) + (uuid "a26e866e-ebab-4e2e-a2eb-f472b93f2c0c") + ) + (segment + (start 105.014 62.85) + (end 83.559339 62.85) + (width 0.4064) + (layer "F.Cu") + (net 26) + (uuid "d1b055f2-492b-46f6-9c53-6410c8eaad4b") + ) + (segment + (start 78.647 62.503) + (end 78.647 64.2425) + (width 0.4064) + (layer "F.Cu") + (net 27) + (uuid "0cfeaa6c-acb3-45bf-a8a9-1d8db8e19b5e") + ) + (segment + (start 109.214 59.95) + (end 81.2 59.95) + (width 0.4064) + (layer "F.Cu") + (net 27) + (uuid "74703b41-278b-4761-995e-4e3b83c06ff9") + ) + (segment + (start 109.474 59.69) + (end 109.214 59.95) + (width 0.4064) + (layer "F.Cu") + (net 27) + (uuid "90582b95-4bdf-4d15-b673-795e980237e8") + ) + (segment + (start 81.2 59.95) + (end 78.647 62.503) + (width 0.4064) + (layer "F.Cu") + (net 27) + (uuid "b1a40987-8f86-4b73-8c7f-4f8a154741a2") + ) + (segment + (start 108.204 60.96) + (end 83.566 60.96) + (width 0.4064) + (layer "F.Cu") + (net 28) + (uuid "4ad40139-b9a4-4a09-a04b-7e73df9c5141") + ) + (segment + (start 109.474 62.23) + (end 108.204 60.96) + (width 0.4064) + (layer "F.Cu") + (net 28) + (uuid "8f57f304-ab9b-4826-b115-c5e2e84f15f2") + ) + (segment + (start 78.647 65.879) + (end 78.647 67.7985) + (width 0.4064) + (layer "F.Cu") + (net 28) + (uuid "d7861f51-c3cf-444d-9432-341964e825d4") + ) + (segment + (start 83.566 60.96) + (end 78.647 65.879) + (width 0.4064) + (layer "F.Cu") + (net 28) + (uuid "db1c4185-5618-4c03-98c1-4da7237ff5e3") + ) + (segment + (start 109.474 64.77) + (end 106.704 62) + (width 0.4064) + (layer "F.Cu") + (net 29) + (uuid "09bfaed9-931f-49a6-9e37-5ba96683a833") + ) + (segment + (start 83.5 62) + (end 81.026 64.474) + (width 0.4064) + (layer "F.Cu") + (net 29) + (uuid "77bc14c1-ae2c-430c-92ed-be650f14688e") + ) + (segment + (start 106.704 62) + (end 83.5 62) + (width 0.4064) + (layer "F.Cu") + (net 29) + (uuid "b69f7023-3c88-4cbb-b532-4082ed1bccda") + ) + (segment + (start 81.026 68.9755) + (end 78.647 71.3545) + (width 0.4064) + (layer "F.Cu") + (net 29) + (uuid "f60f461b-caf1-46d5-9c90-46304ee11857") + ) + (segment + (start 81.026 64.474) + (end 81.026 68.9755) + (width 0.4064) + (layer "F.Cu") + (net 29) + (uuid "fbcd0d19-203d-452c-a9a0-7c9c91004019") + ) + (segment + (start 53.678666 69.088) + (end 52.832 69.088) + (width 0.4064) + (layer "B.Cu") + (net 30) + (uuid "c7d8ba87-412a-48ea-9d75-5ea94fa46c66") + ) + (segment + (start 56.896 65.870666) + (end 53.678666 69.088) + (width 0.4064) + (layer "B.Cu") + (net 30) + (uuid "e301e790-8702-4ff5-9240-518860fce982") + ) + (segment + (start 54.948668 69.511332) + (end 52.832 71.628) + (width 0.4064) + (layer "B.Cu") + (net 31) + (uuid "c4334476-4c2f-4c56-b652-0a00689749c2") + ) + (segment + (start 56.896 69.511332) + (end 54.948668 69.511332) + (width 0.4064) + (layer "B.Cu") + (net 31) + (uuid "f391accb-f6f5-4b2b-9d0a-e8aab8184383") + ) + (segment + (start 63.632 83.2) + (end 68.57 88.138) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "18b2aaf6-a084-41a8-bc4d-bf3aab73bf21") + ) + (segment + (start 56.3392 149.5392) + (end 53.8032 147.0032) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "2019e0de-9e2b-4620-b6ad-64d26d1ea137") + ) + (segment + (start 68.57 90.678) + (end 69.6432 89.6048) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "28b4b22f-6181-43a6-aae0-9068f745e9b3") + ) + (segment + (start 52.832 74.168) + (end 52.832 79.182) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "59daffd4-3010-45eb-9405-05017c8a4eb4") + ) + (segment + (start 52.832 79.182) + (end 56.85 83.2) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "5e5d28b4-fb30-4c56-aeef-8d8f3ffabd8a") + ) + (segment + (start 91.816961 89.5468) + (end 96.4265 94.156339) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "6985a584-1d38-4e9f-aad4-2c63555156be") + ) + (segment + (start 96.2 150.2) + (end 94.063 148.063) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "6b6ecee8-5d05-47fa-9ecb-a63945fa73c5") + ) + (segment + (start 106.924 130.82) + (end 104.25 133.494) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "77ac8fe5-411d-481b-b9fe-d89e085b2062") + ) + (segment + (start 56.85 83.2) + (end 63.632 83.2) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "7beaa98c-b449-4fae-bbfa-158770758c0b") + ) + (segment + (start 78.182153 148.063) + (end 76.705953 149.5392) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "7e9fa8ca-01bd-4d3e-943b-63b61658ce47") + ) + (segment + (start 76.705953 149.5392) + (end 56.3392 149.5392) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "7fce9392-d815-440b-a71f-18d260129caa") + ) + (segment + (start 96.4265 94.156339) + (end 96.4265 94.488) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "83173f10-1df0-4c74-9551-d928a601a9a8") + ) + (segment + (start 90.903039 89.5468) + (end 91.816961 89.5468) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "8bede8c8-aa7a-4adc-aa89-2d99dc10983b") + ) + (segment + (start 53.8032 147.0032) + (end 53.8032 147) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "a9ebf786-500e-4ff1-8440-642cc4a1b575") + ) + (segment + (start 101.35 150.2) + (end 96.2 150.2) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "b1959a85-a4c7-43e4-b545-f8b6282118d9") + ) + (segment + (start 90.845039 89.6048) + (end 90.903039 89.5468) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "bf1e915e-9a84-488d-ad95-dbc0ff4c6617") + ) + (segment + (start 69.6432 89.6048) + (end 90.845039 89.6048) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "cc7618c7-2b43-483a-96cc-d2fbb7e78f5b") + ) + (segment + (start 94.063 148.063) + (end 78.182153 148.063) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "ce715cfc-9b05-4873-90a2-f0fa36f761a4") + ) + (segment + (start 68.57 88.138) + (end 68.57 90.678) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "d0018cfe-9bf6-4d82-ba75-4df6dfacdcbd") + ) + (segment + (start 104.25 133.494) + (end 104.25 147.3) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "f705e00f-6465-463f-8a17-8171b8281b8f") + ) + (segment + (start 104.25 147.3) + (end 101.35 150.2) + (width 0.4064) + (layer "F.Cu") + (net 32) + (uuid "f9310275-ddd2-42a0-b660-f0cf4f8663a4") + ) + (via + (at 53.8032 147) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 32) + (uuid "45052b04-906d-47e4-ae94-14eacc745951") + ) + (segment + (start 51.4 75.6) + (end 51.4 144.618) + (width 0.4064) + (layer "B.Cu") + (net 32) + (uuid "3036b5fd-e1be-4e9e-8a93-683e109a8a8f") + ) + (segment + (start 52.832 74.168) + (end 51.4 75.6) + (width 0.4064) + (layer "B.Cu") + (net 32) + (uuid "6f27de06-43d2-4bb5-b61f-a5567f073083") + ) + (segment + (start 51.4 144.618) + (end 53.782 147) + (width 0.4064) + (layer "B.Cu") + (net 32) + (uuid "9b28a78e-5af6-49d8-8db6-746a210435b2") + ) + (segment + (start 53.782 147) + (end 53.8032 147) + (width 0.4064) + (layer "B.Cu") + (net 32) + (uuid "e94bbddd-eff5-4b2d-8af7-1561f8a98aa9") + ) + (segment + (start 100.5072 146.558382) + (end 99.802382 147.2632) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "0605ef96-7c51-4440-bbbb-e9527a368da0") + ) + (segment + (start 63.4932 147.1328) + (end 62.1564 145.796) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "1d90cf0a-5839-4aca-bd24-677e7e1b70cf") + ) + (segment + (start 69.198782 147.2632) + (end 69.068382 147.1328) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "24dc7550-9e9b-4956-ae1b-f5d9ed53f10a") + ) + (segment + (start 69.068382 147.1328) + (end 63.4932 147.1328) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "25a000dc-8e7b-46f8-864d-dc504a6f5019") + ) + (segment + (start 106.944 113.284) + (end 104.648 115.58) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "435211e7-1320-4e59-a54a-db890237ca94") + ) + (segment + (start 60.95 148.336) + (end 60.95 145.796) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "6d71247b-bebf-4034-a117-b2301601411a") + ) + (segment + (start 62.1564 145.796) + (end 60.95 145.796) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "72238ada-b031-49c7-9aab-38ab3c18fd97") + ) + (segment + (start 99.802382 147.2632) + (end 69.198782 147.2632) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "b9f1101e-ed87-452c-a48d-76ac4ee3d315") + ) + (segment + (start 104.648 115.58) + (end 104.648 121.158) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "cb9f083b-d896-46b2-9e1f-54c7403c22fe") + ) + (segment + (start 105.85 122.36) + (end 105.85 127.4) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "e4a5e2b2-70f3-4e19-acaf-172e8c1aae72") + ) + (segment + (start 105.85 127.4) + (end 100.5072 132.7428) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "efc2b084-5a4f-4f48-9a40-594cbe30aff7") + ) + (segment + (start 100.5072 132.7428) + (end 100.5072 146.558382) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "f14d222c-c13b-4818-9907-1313bc804982") + ) + (segment + (start 104.648 121.158) + (end 105.85 122.36) + (width 0.4064) + (layer "F.Cu") + (net 33) + (uuid "f2c22a5e-6589-4cc8-9204-82c4a8cd852d") + ) + (segment + (start 106.172 121.158) + (end 109.474 124.46) + (width 0.4064) + (layer "B.Cu") + (net 33) + (uuid "257220da-0268-4515-a40b-17c9e6d21754") + ) + (segment + (start 104.648 121.158) + (end 106.172 121.158) + (width 0.4064) + (layer "B.Cu") + (net 33) + (uuid "cf71b74e-5a80-4de4-ad3d-b09c326c4e52") + ) + (segment + (start 100.594 94.234) + (end 99.324 95.504) + (width 0.4064) + (layer "F.Cu") + (net 34) + (uuid "11b4de37-3372-4885-8b55-c1cb6fc45cf6") + ) + (segment + (start 109.474 96.024) + (end 107.684 94.234) + (width 0.4064) + (layer "F.Cu") + (net 34) + (uuid "1aa6b45e-4e70-40a9-8d62-8abd5672c3d8") + ) + (segment + (start 102.108 132.342) + (end 102.108 146.812) + (width 0.4064) + (layer "F.Cu") + (net 34) + (uuid "300fc0b1-7405-4048-b0fe-2f48ff5fc216") + ) + (segment + (start 109.474 116.84) + (end 109.474 96.024) + (width 0.4064) + (layer "F.Cu") + (net 34) + (uuid "7b275211-2a0a-400b-8aab-6d95654b6e75") + ) + (segment + (start 107.684 94.234) + (end 100.594 94.234) + (width 0.4064) + (layer "F.Cu") + (net 34) + (uuid "82af2692-7f7b-4737-9997-f162b808ebec") + ) + (segment + (start 109.474 116.84) + (end 106.85 119.464) + (width 0.4064) + (layer "F.Cu") + (net 34) + (uuid "dc43ce93-a47b-4489-ba38-4373842a3075") + ) + (segment + (start 106.85 127.6) + (end 102.108 132.342) + (width 0.4064) + (layer "F.Cu") + (net 34) + (uuid "e15c1043-565f-4ae5-b490-12c9af70e728") + ) + (segment + (start 106.85 119.464) + (end 106.85 127.6) + (width 0.4064) + (layer "F.Cu") + (net 34) + (uuid "fa836b41-6bdf-410c-a4d3-c0a3418f1f35") + ) + (via + (at 102.108 146.812) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 34) + (uuid "fd04d8aa-3b39-4729-9c0f-1a7f6e7d18cb") + ) + (segment + (start 103.896 148.6) + (end 102.108 146.812) + (width 0.4064) + (layer "B.Cu") + (net 34) + (uuid "5d99847b-809c-482f-beba-c60e6ce3e7b8") + ) + (segment + (start 106.924 148.6) + (end 103.896 148.6) + (width 0.4064) + (layer "B.Cu") + (net 34) + (uuid "8c25c542-516c-4236-b3aa-a3f3418bd2eb") + ) + (segment + (start 109.474 119.38) + (end 108 120.854) + (width 0.4064) + (layer "F.Cu") + (net 35) + (uuid "5cb3cfcb-401c-4219-b7cd-c8018b1be554") + ) + (segment + (start 103.25 132.45) + (end 103.25 146.811604) + (width 0.4064) + (layer "F.Cu") + (net 35) + (uuid "6391c7c6-5bb1-48b5-94ee-0bed68e46ee0") + ) + (segment + (start 108.7536 114.9792) + (end 108.6708 115.062) + (width 0.4064) + (layer "F.Cu") + (net 35) + (uuid "655c500e-e419-4ff0-bfb7-4ef7e7b97f49") + ) + (segment + (start 103.25 146.811604) + (end 101.461604 148.6) + (width 0.4064) + (layer "F.Cu") + (net 35) + (uuid "6e2a5a35-ff63-4a3f-8af2-af5a1fce6194") + ) + (segment + (start 108 127.7) + (end 103.25 132.45) + (width 0.4064) + (layer "F.Cu") + (net 35) + (uuid "8dca79b0-5725-469f-8fd3-3e9dc205b28e") + ) + (segment + (start 106.944 95.504) + (end 108.7536 97.3136) + (width 0.4064) + (layer "F.Cu") + (net 35) + (uuid "9342e9a7-a5b2-4dcd-95a8-3e8ac27b9352") + ) + (segment + (start 108 120.854) + (end 108 127.7) + (width 0.4064) + (layer "F.Cu") + (net 35) + (uuid "b4cd793e-0378-463a-b083-03ebf796b04a") + ) + (segment + (start 108.7536 97.3136) + (end 108.7536 114.9792) + (width 0.4064) + (layer "F.Cu") + (net 35) + (uuid "dac73910-9fad-4b92-9130-cf23ffb5cb82") + ) + (segment + (start 101.461604 148.6) + (end 99.304 148.6) + (width 0.4064) + (layer "F.Cu") + (net 35) + (uuid "e3ac0910-fe29-4eb1-9702-7c6eefe9e158") + ) + (via + (at 108.6708 115.062) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 35) + (uuid "341012c1-9e35-48f3-8abb-db679137ee67") + ) + (segment + (start 107.8 115.9328) + (end 108.6708 115.062) + (width 0.4064) + (layer "B.Cu") + (net 35) + (uuid "0b6d1cd4-baf8-48a1-8a41-cc7b516edbf6") + ) + (segment + (start 109.474 119.38) + (end 107.8 117.706) + (width 0.4064) + (layer "B.Cu") + (net 35) + (uuid "4682bbb4-2e23-43ab-b0ef-5daff7708cba") + ) + (segment + (start 107.8 117.706) + (end 107.8 115.9328) + (width 0.4064) + (layer "B.Cu") + (net 35) + (uuid "f8c17c9c-321f-4b53-8a7f-75b4bddd75c7") + ) + (segment + (start 76.962 94.743142) + (end 76.962 98.554284) + (width 0.4064) + (layer "F.Cu") + (net 36) + (uuid "914d9e69-108a-456d-914e-6125a8f5dae0") + ) + (segment + (start 75.35 93.131142) + (end 76.962 94.743142) + (width 0.4064) + (layer "B.Cu") + (net 36) + (uuid "1304a9cd-6347-4e75-928b-57a1000145ad") + ) + (segment + (start 75.692 128.27) + (end 77.216 129.794) + (width 0.4064) + (layer "B.Cu") + (net 36) + (uuid "5b555b33-5a0d-434c-8509-da8d1cc29469") + ) + (segment + (start 75.35 87.844) + (end 75.35 93.131142) + (width 0.4064) + (layer "B.Cu") + (net 36) + (uuid "6645e0d1-8b11-4b45-a251-59adbefcc3b0") + ) + (segment + (start 75.692 99.824284) + (end 75.692 128.27) + (width 0.4064) + (layer "B.Cu") + (net 36) + (uuid "ac13c89c-9d1c-47d9-b74d-e2db8d187980") + ) + (segment + (start 78.833248 84.360752) + (end 75.35 87.844) + (width 0.4064) + (layer "B.Cu") + (net 36) + (uuid "c046ab4c-8d2c-474a-92ee-f8fc65279c7c") + ) + (segment + (start 76.962 98.554284) + (end 75.692 99.824284) + (width 0.4064) + (layer "B.Cu") + (net 36) + (uuid "e58e236b-9fff-42aa-a3e8-26a16005dd91") + ) + (segment + (start 100.8556 88.7444) + (end 107.5 82.1) + (width 0.4064) + (layer "F.Cu") + (net 37) + (uuid "21a1d334-5e3f-4fbd-8081-7388ef60c16c") + ) + (segment + (start 100.719183 88.7444) + (end 100.8556 88.7444) + (width 0.4064) + (layer "F.Cu") + (net 37) + (uuid "22009e22-8488-420b-9d21-3004f9561fb1") + ) + (segment + (start 107.5 80.714) + (end 108.712 79.502) + (width 0.4064) + (layer "F.Cu") + (net 37) + (uuid "463b93ac-599f-418b-b092-a4396d9a620f") + ) + (segment + (start 100.523182 88.940402) + (end 100.719183 88.7444) + (width 0.4064) + (layer "F.Cu") + (net 37) + (uuid "46772456-89a3-46cf-9375-9a897720f59d") + ) + (segment + (start 84.622402 88.940402) + (end 100.523182 88.940402) + (width 0.4064) + (layer "F.Cu") + (net 37) + (uuid "4e66aece-e3a5-4e25-9032-2e89f1015cac") + ) + (segment + (start 80.898 85.216) + (end 84.622402 88.940402) + (width 0.4064) + (layer "F.Cu") + (net 37) + (uuid "5d1b3fae-fc9d-428d-859b-ca425f3bee4c") + ) + (segment + (start 107.5 82.1) + (end 107.5 80.714) + (width 0.4064) + (layer "F.Cu") + (net 37) + (uuid "f854c299-a862-4bf2-bd37-03b622a91500") + ) + (segment + (start 100.272002 88.334002) + (end 104.94 83.666004) + (width 0.4064) + (layer "F.Cu") + (net 38) + (uuid "24627292-2b0a-4275-9f63-14f537415fc9") + ) + (segment + (start 86.936002 88.334002) + (end 100.272002 88.334002) + (width 0.4064) + (layer "F.Cu") + (net 38) + (uuid "62cf437a-8511-4073-ac59-c3d3606c4a1c") + ) + (segment + (start 104.94 83.666004) + (end 104.94 83) + (width 0.4064) + (layer "F.Cu") + (net 38) + (uuid "82945a53-96f4-40b5-9a5b-0ab636584a72") + ) + (segment + (start 82.962752 84.360752) + (end 86.936002 88.334002) + (width 0.4064) + (layer "F.Cu") + (net 38) + (uuid "8699b3e3-28b0-4aa5-987a-6bcc8a5d1600") + ) + (segment + (start 82.362752 80.831248) + (end 82.362752 83.760752) + (width 0.4064) + (layer "B.Cu") + (net 38) + (uuid "014a06b3-827e-4908-bab4-94bd4d134f96") + ) + (segment + (start 82.362752 83.760752) + (end 82.962752 84.360752) + (width 0.4064) + (layer "B.Cu") + (net 38) + (uuid "381e237b-279c-434e-810d-cb1c77f47d60") + ) + (segment + (start 82.962752 80.231248) + (end 82.362752 80.831248) + (width 0.4064) + (layer "B.Cu") + (net 38) + (uuid "d9450347-672e-4dfa-97fe-b93ff5f9aac6") + ) + (segment + (start 61.976 74.141949) + (end 66.828051 78.994) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "0a26466a-9f7f-42b9-8476-22986f4ab9e9") + ) + (segment + (start 74.3492 69.7232) + (end 74.3492 71.8508) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "109f9a83-0af4-4d55-8c5f-ab1c89128a0c") + ) + (segment + (start 73.55 72.65) + (end 71.5 72.65) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "287b8713-8474-4eb7-817d-4bb93cd3ba02") + ) + (segment + (start 71.5 72.65) + (end 70.35 73.8) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "39af8c6f-7cb9-4565-9ee6-bada83a73696") + ) + (segment + (start 61.976 73.152) + (end 61.976 74.141949) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "42a98eca-b3cc-44ad-9ef1-8c719dfca08c") + ) + (segment + (start 66.828051 78.994) + (end 72.242 78.994) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "4f25380b-bf95-483f-a3d2-b6653acc4407") + ) + (segment + (start 73.146 68.52) + (end 74.3492 69.7232) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "99123e30-7a33-4e6b-bd5e-e7d62f4c7418") + ) + (segment + (start 74.3492 71.8508) + (end 73.55 72.65) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "d95df0fb-87a5-4a13-bc47-e26e1822beda") + ) + (segment + (start 70.35 77.102) + (end 72.242 78.994) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "e8f40120-e655-4bc7-969f-9508095f06d2") + ) + (segment + (start 70.35 73.8) + (end 70.35 77.102) + (width 0.4064) + (layer "F.Cu") + (net 39) + (uuid "f259ba7e-eca7-4701-9584-e56667110dd9") + ) + (segment + (start 73.165161 65.98) + (end 73.146 65.98) + (width 0.4064) + (layer "F.Cu") + (net 40) + (uuid "304acab0-1c01-4651-a92a-61b79bf3f08f") + ) + (segment + (start 75.3 68.114839) + (end 73.165161 65.98) + (width 0.4064) + (layer "F.Cu") + (net 40) + (uuid "8398fcae-483e-40d3-897c-19f97753c3c0") + ) + (segment + (start 72.242 76.454) + (end 75.3 73.396) + (width 0.4064) + (layer "F.Cu") + (net 40) + (uuid "9f82d80e-035a-436b-a352-3eeab7f089cf") + ) + (segment + (start 75.3 73.396) + (end 75.3 68.114839) + (width 0.4064) + (layer "F.Cu") + (net 40) + (uuid "ebc18a36-63cb-4a0c-a97b-cd26ee70ef78") + ) + (segment + (start 74.514 73.914) + (end 79.8948 79.2948) + (width 0.4064) + (layer "B.Cu") + (net 41) + (uuid "008ddd20-128e-4feb-b104-da42767071b1") + ) + (segment + (start 79.163422 89.154) + (end 79.758248 88.559174) + (width 0.4064) + (layer "B.Cu") + (net 41) + (uuid "16db2654-6efc-4c89-91c1-27a79b5d9f2f") + ) + (segment + (start 80.518 119.116) + (end 79.163422 117.761422) + (width 0.4064) + (layer "B.Cu") + (net 41) + (uuid "3a99ec16-2de9-4e33-8b17-85b7ba1f1944") + ) + (segment + (start 79.8948 79.2948) + (end 79.8948 88.468622) + (width 0.4064) + (layer "B.Cu") + (net 41) + (uuid "cc4ab195-f974-4752-8a45-d8388b04354d") + ) + (segment + (start 79.163422 117.761422) + (end 79.163422 89.2) + (width 0.4064) + (layer "B.Cu") + (net 41) + (uuid "d3a085b9-9a1f-48d2-ac2f-205ced5622dd") + ) + (segment + (start 79.8948 88.468622) + (end 79.163422 89.2) + (width 0.4064) + (layer "B.Cu") + (net 41) + (uuid "dd6174fd-73e8-4471-bb9d-6f5e2b52bad3") + ) + (segment + (start 72.242 73.914) + (end 74.514 73.914) + (width 0.4064) + (layer "B.Cu") + (net 41) + (uuid "e2bf1941-70b5-4821-ae51-08d383cb2549") + ) + (segment + (start 79.163422 89.2) + (end 79.163422 89.154) + (width 0.4064) + (layer "B.Cu") + (net 41) + (uuid "f9c8d2ff-99ee-4aa2-a482-53418cf66fd4") + ) + (segment + (start 59.55 94.628) + (end 57.738 96.44) + (width 0.4064) + (layer "F.Cu") + (net 42) + (uuid "32bf8d07-5cbc-4c95-9be1-fcf4395d43ca") + ) + (segment + (start 59.55 92.68558) + (end 59.55 94.628) + (width 0.4064) + (layer "F.Cu") + (net 42) + (uuid "9444df27-db0b-4f39-b122-e865a33a815e") + ) + (segment + (start 60.95 91.28558) + (end 59.55 92.68558) + (width 0.4064) + (layer "F.Cu") + (net 42) + (uuid "ca26a245-a171-47a8-9219-9f9c33810b45") + ) + (segment + (start 57.738 96.44) + (end 57.738 97.536) + (width 0.4064) + (layer "F.Cu") + (net 42) + (uuid "d2494296-5f73-4a3f-b7f2-2d2b7bc991d0") + ) + (segment + (start 60.95 90.678) + (end 60.95 91.28558) + (width 0.4064) + (layer "F.Cu") + (net 42) + (uuid "da2f20d8-1062-445d-a9fe-25c89fd969d6") + ) + (segment + (start 91.3465 94.488) + (end 88.646 94.488) + (width 0.4064) + (layer "F.Cu") + (net 43) + (uuid "0a1b1446-7880-434e-9edf-34684e47da5e") + ) + (segment + (start 88.646 94.488) + (end 88.138 93.98) + (width 0.4064) + (layer "F.Cu") + (net 43) + (uuid "ac97afff-db3d-414d-915a-e9e7e380a104") + ) + (segment + (start 77.47 91.44) + (end 76.962 90.932) + (width 0.4064) + (layer "F.Cu") + (net 44) + (uuid "3f243270-7935-4134-b258-f4e4adf5b64e") + ) + (segment + (start 80.518 91.44) + (end 77.47 91.44) + (width 0.4064) + (layer "F.Cu") + (net 44) + (uuid "ea84c2a2-1e78-4a92-9df4-0fde5c127647") + ) + (segment + (start 106.944 108.204) + (end 106.944 110.744) + (width 0.4064) + (layer "F.Cu") + (net 45) + (uuid "0a49e1a8-8ddc-4f6f-9925-719dbe38aefa") + ) + (segment + (start 91.36 90.65) + (end 91.36 92.941339) + (width 0.4064) + (layer "F.Cu") + (net 45) + (uuid "15ae174f-e7cc-4926-89c7-e0824791d6f7") + ) + (segment + (start 104.404 105.664) + (end 106.944 108.204) + (width 0.4064) + (layer "F.Cu") + (net 45) + (uuid "387e4570-4d9f-4f42-ba8f-bda7d79e04e4") + ) + (segment + (start 99.324 105.664) + (end 104.404 105.664) + (width 0.4064) + (layer "F.Cu") + (net 45) + (uuid "3e754efa-c70f-4393-abf3-8f89e3ca75b8") + ) + (segment + (start 99.324 103.124) + (end 99.324 105.664) + (width 0.4064) + (layer "F.Cu") + (net 45) + (uuid "56580a90-55a2-4eb3-be1f-871afd5bb7dc") + ) + (segment + (start 97.4 98.981339) + (end 97.4 101.2) + (width 0.4064) + (layer "F.Cu") + (net 45) + (uuid "a2b1111f-dcd3-4750-9c3a-a8f85d69f57d") + ) + (segment + (start 91.36 92.941339) + (end 97.4 98.981339) + (width 0.4064) + (layer "F.Cu") + (net 45) + (uuid "dc8183ce-df8b-4d8f-ad19-68a7c3cff596") + ) + (segment + (start 97.4 101.2) + (end 99.324 103.124) + (width 0.4064) + (layer "F.Cu") + (net 45) + (uuid "df08d51a-d775-4b5f-9123-9e641ab79164") + ) + (segment + (start 96.44 90.65) + (end 95.3368 91.7532) + (width 0.4064) + (layer "B.Cu") + (net 46) + (uuid "b7258449-d6b2-4fe6-94d0-6298c01f8d96") + ) + (segment + (start 95.3368 91.7532) + (end 88.4512 91.7532) + (width 0.4064) + (layer "B.Cu") + (net 46) + (uuid "e9ecc071-fab1-418e-8af6-9925dd519190") + ) + (segment + (start 88.4512 91.7532) + (end 88.138 91.44) + (width 0.4064) + (layer "B.Cu") + (net 46) + (uuid "f6ea7569-4a83-4c53-b80a-9b596a24c702") + ) + (segment + (start 71.882 94.743142) + (end 73.025142 93.6) + (width 0.4064) + (layer "F.Cu") + (net 47) + (uuid "4493e0a0-e0ce-4bd9-9766-6ee6d2c2f407") + ) + (segment + (start 77.598 93.6) + (end 80.518 96.52) + (width 0.4064) + (layer "F.Cu") + (net 47) + (uuid "adb8852d-3c14-418f-8940-b12edc3b8dd9") + ) + (segment + (start 73.025142 93.6) + (end 77.598 93.6) + (width 0.4064) + (layer "F.Cu") + (net 47) + (uuid "df816467-9051-4927-9318-625ec0e4bca7") + ) + (segment + (start 105.7208 142.1832) + (end 105.7208 151.852618) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "01a91aaf-9211-403c-a29a-a30e665a87d5") + ) + (segment + (start 52.2 150.7) + (end 59.88 158.38) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "0cd672a4-e516-4166-bc8a-823ba3b5d128") + ) + (segment + (start 106.924 140.98) + (end 105.7208 142.1832) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "1e033a44-b628-42a6-9b10-ddbd878fe452") + ) + (segment + (start 106.924 135.9) + (end 108.3 137.276) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "4d7cd389-b71c-4e0d-9b30-80df260a724d") + ) + (segment + (start 108.3 139.604) + (end 106.924 140.98) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "5e31fc61-c49f-49fc-9fef-13d7dde271e0") + ) + (segment + (start 105.7208 151.852618) + (end 101.854 155.719418) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "67369abe-e992-4df4-80ce-ebabb1727ca9") + ) + (segment + (start 101.854 155.719418) + (end 101.854 157.226) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "690584af-d16b-422e-a21a-7ffeed8a3b02") + ) + (segment + (start 108.3 137.276) + (end 108.3 139.604) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "77591a5d-3b8c-44f8-8449-23c7f912b494") + ) + (segment + (start 59.88 158.38) + (end 100.7 158.38) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "7ed90fa6-9f4d-4680-8665-4ff91c7853dd") + ) + (segment + (start 60.95 105.7275) + (end 52.2 114.4775) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "90c77217-7655-4529-8752-8463b979884a") + ) + (segment + (start 100.7 158.38) + (end 101.854 157.226) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "b5dcdd98-0f85-422a-acf2-bc24cd9fcfbe") + ) + (segment + (start 52.2 114.4775) + (end 52.2 150.7) + (width 0.4064) + (layer "F.Cu") + (net 48) + (uuid "cb9acaac-8fcf-45be-96d2-b37dd7ebc442") + ) + (segment + (start 105.1144 150.4096) + (end 105.1144 140.2496) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "0654c62c-a66f-4d9c-b91a-4bc677af18ba") + ) + (segment + (start 53 148.3) + (end 53 128.727) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "26b8920c-8155-42e1-b376-bd7b7f1dcd1e") + ) + (segment + (start 105.1144 140.2496) + (end 106.924 138.44) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "3e8a0019-47bb-4062-8d5a-76f5b8b140bb") + ) + (segment + (start 59.4732 154.7732) + (end 53 148.3) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "690d9d84-f733-498b-ae3f-7ad5483918f8") + ) + (segment + (start 106.924 133.36) + (end 105.7208 134.5632) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "7426d618-a738-4fbf-9203-a6c42abfb9d0") + ) + (segment + (start 105.7208 134.5632) + (end 105.7208 137.2368) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "7debdfc5-44b8-4266-8252-1e5360af67d8") + ) + (segment + (start 101.854 153.67) + (end 105.1144 150.4096) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "81b422c3-a1c1-4f32-ab2c-2ae2c964f4cf") + ) + (segment + (start 53 128.727) + (end 60.95 120.777) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "aee79c08-05a7-43e1-af42-e0e0790ca4e1") + ) + (segment + (start 100.7508 154.7732) + (end 59.4732 154.7732) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "d6bfaa1d-154e-4fd0-a429-ce0b22882fa1") + ) + (segment + (start 105.7208 137.2368) + (end 106.924 138.44) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "d91e27b9-bb88-49b6-bd95-216bfb763c44") + ) + (segment + (start 101.854 153.67) + (end 100.7508 154.7732) + (width 0.4064) + (layer "F.Cu") + (net 49) + (uuid "ee84ba12-b680-46b7-8235-5361e1479cb8") + ) + (segment + (start 88.2 111.85) + (end 79.410852 111.85) + (width 0.4064) + (layer "F.Cu") + (net 50) + (uuid "3a8a04f1-4ef5-41ce-9db3-57141d9c07bf") + ) + (segment + (start 79.410852 111.85) + (end 76.962 114.298852) + (width 0.4064) + (layer "F.Cu") + (net 50) + (uuid "63e51868-7309-4a0e-a132-146514c7d6ed") + ) + (segment + (start 89.6 108.142) + (end 89.6 110.45) + (width 0.4064) + (layer "F.Cu") + (net 50) + (uuid "9a0bf58b-1d41-4852-975f-1080687a2a5d") + ) + (segment + (start 88.138 106.68) + (end 89.6 108.142) + (width 0.4064) + (layer "F.Cu") + (net 50) + (uuid "c4d9b360-64f1-4cd9-a299-45a333b8b3be") + ) + (segment + (start 89.6 110.45) + (end 88.2 111.85) + (width 0.4064) + (layer "F.Cu") + (net 50) + (uuid "cd356e87-9026-435c-9836-64c8c6cee451") + ) + (segment + (start 79.25029 110.48771) + (end 80.518 109.22) + (width 0.4064) + (layer "F.Cu") + (net 51) + (uuid "0f4b7f40-847d-4085-8b64-a355ba6c49a2") + ) + (segment + (start 76.962 110.48771) + (end 79.25029 110.48771) + (width 0.4064) + (layer "F.Cu") + (net 51) + (uuid "b9fa0ba7-6209-48de-8a4f-27fc183eef00") + ) + (segment + (start 71.882 106.676568) + (end 71.882 104.732) + (width 0.4064) + (layer "F.Cu") + (net 52) + (uuid "0d80b853-6860-4959-b930-6448483a826a") + ) + (segment + (start 62.1532 101.9843) + (end 60.95 103.1875) + (width 0.4064) + (layer "F.Cu") + (net 52) + (uuid "28155b73-aae6-4305-9deb-e0db4ba9af92") + ) + (segment + (start 71.882 104.732) + (end 69.1343 101.9843) + (width 0.4064) + (layer "F.Cu") + (net 52) + (uuid "591d46dc-b153-492f-9a05-b48f51754227") + ) + (segment + (start 69.1343 101.9843) + (end 62.1532 101.9843) + (width 0.4064) + (layer "F.Cu") + (net 52) + (uuid "ad4c82a5-0fe7-4b92-a886-a5898e936356") + ) + (segment + (start 60.95 100.6475) + (end 60.95 103.1875) + (width 0.4064) + (layer "F.Cu") + (net 52) + (uuid "fd7e353f-c85c-492d-8dcf-48a94770fed7") + ) + (segment + (start 76.962 106.676568) + (end 78.235432 107.95) + (width 0.4064) + (layer "F.Cu") + (net 53) + (uuid "cafbd5a4-b985-4ad1-8317-0cdf208ece0d") + ) + (segment + (start 86.868 107.95) + (end 88.138 109.22) + (width 0.4064) + (layer "F.Cu") + (net 53) + (uuid "dad21a15-6467-48cd-a468-3676d421ef77") + ) + (segment + (start 78.235432 107.95) + (end 86.868 107.95) + (width 0.4064) + (layer "F.Cu") + (net 53) + (uuid "f085896e-6d77-489f-9231-8d78925fac98") + ) + (segment + (start 80.518 104.14) + (end 74.04 104.14) + (width 0.4064) + (layer "F.Cu") + (net 54) + (uuid "32511737-1a51-4a2f-b4fd-3cf368f71a61") + ) + (segment + (start 74.04 104.14) + (end 71.882 101.982) + (width 0.4064) + (layer "F.Cu") + (net 54) + (uuid "522bbe69-9cda-4192-9433-818f36621b3b") + ) + (segment + (start 71.882 101.982) + (end 71.882 98.554284) + (width 0.4064) + (layer "F.Cu") + (net 54) + (uuid "e34bc4a6-dae9-4c58-b491-5418153cabe1") + ) + (segment + (start 76.962 121.921136) + (end 76.962 120.791009) + (width 0.4064) + (layer "F.Cu") + (net 55) + (uuid "2b2525d2-92a7-4368-a44b-ec7783e566b1") + ) + (segment + (start 79.953009 117.8) + (end 84.374 117.8) + (width 0.4064) + (layer "F.Cu") + (net 55) + (uuid "77410d94-bebb-4982-9104-dc4b48bd340a") + ) + (segment + (start 84.374 117.8) + (end 88.138 114.036) + (width 0.4064) + (layer "F.Cu") + (net 55) + (uuid "c290da65-9c31-4bdd-87e1-41086efa172e") + ) + (segment + (start 76.962 120.791009) + (end 79.953009 117.8) + (width 0.4064) + (layer "F.Cu") + (net 55) + (uuid "c8cf3fa6-d389-40f7-8211-23588deac7cf") + ) + (segment + (start 76.962 118.109994) + (end 80.518 114.553994) + (width 0.4064) + (layer "F.Cu") + (net 56) + (uuid "76c01538-f92e-4f98-b37b-0297d9acd3b3") + ) + (segment + (start 80.518 114.553994) + (end 80.518 114.036) + (width 0.4064) + (layer "F.Cu") + (net 56) + (uuid "ba460bfb-1b16-4330-b5f9-339a00fb7536") + ) + (segment + (start 64.7735 139.65) + (end 60.95 135.8265) + (width 0.4064) + (layer "F.Cu") + (net 57) + (uuid "035d42ae-e5af-493e-9e00-bf119c092185") + ) + (segment + (start 96.267396 144.016604) + (end 99.304 140.98) + (width 0.4064) + (layer "F.Cu") + (net 57) + (uuid "0c88d284-fae7-40e8-8f12-5093310b3997") + ) + (segment + (start 70.054 139.65) + (end 64.7735 139.65) + (width 0.4064) + (layer "F.Cu") + (net 57) + (uuid "2f0a6c6c-1106-4559-846d-83d52438b2f6") + ) + (segment + (start 99.304 140.98) + (end 99.304 138.44) + (width 0.4064) + (layer "F.Cu") + (net 57) + (uuid "4dbe6efe-557c-4089-af60-b5516383e410") + ) + (segment + (start 74.420604 144.016604) + (end 96.267396 144.016604) + (width 0.4064) + (layer "F.Cu") + (net 57) + (uuid "7dc5b773-e196-45d5-8270-dc45da9abea9") + ) + (segment + (start 71.882 141.478) + (end 74.420604 144.016604) + (width 0.4064) + (layer "F.Cu") + (net 57) + (uuid "a9fbcdf6-5037-4cc4-bb65-bb800f2226a2") + ) + (segment + (start 71.882 141.478) + (end 70.054 139.65) + (width 0.4064) + (layer "F.Cu") + (net 57) + (uuid "cdca3222-3e2c-4645-bfe0-a802a1280793") + ) + (segment + (start 88.65 142.05) + (end 94.8 135.9) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "019f07f0-d881-4294-bc3c-f3b2ddaba3db") + ) + (segment + (start 76.416785 139.483215) + (end 80.190215 139.483215) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "13547b72-4e24-4b39-875b-c3c6b1816a26") + ) + (segment + (start 82.757 142.05) + (end 88.65 142.05) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "43867dc1-7ab9-43ff-b52a-701268d705e3") + ) + (segment + (start 71.882 137.665704) + (end 74.599273 137.665704) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "4465f1af-154a-4284-aea8-55df23d9b1fa") + ) + (segment + (start 80.190215 139.483215) + (end 82.757 142.05) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "a010a2af-55bf-4ee1-b7c1-d0754d27c2df") + ) + (segment + (start 99.304 133.36) + (end 99.304 135.9) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "aa6279bc-1d85-4519-9c18-2a000157f1e1") + ) + (segment + (start 71.882 137.665704) + (end 69.270796 137.665704) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "b3d30bee-e1eb-4d28-9752-78188b4e5735") + ) + (segment + (start 69.270796 137.665704) + (end 68.57 138.3665) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "c7f752ee-8d79-4dbd-964d-cba82d77f1b1") + ) + (segment + (start 74.599273 137.665704) + (end 76.416785 139.483215) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "f8df23db-b371-406f-994f-512e9653bb3a") + ) + (segment + (start 94.8 135.9) + (end 99.304 135.9) + (width 0.4064) + (layer "F.Cu") + (net 58) + (uuid "fa1a82b3-833e-4ef6-bc85-004035aec0b6") + ) + (segment + (start 88.138 129.276) + (end 88.138 129.951582) + (width 0.4064) + (layer "F.Cu") + (net 59) + (uuid "08fdfd03-dc08-4453-a4dc-836a325c04fa") + ) + (segment + (start 104.648 126.238) + (end 103.948 126.938) + (width 0.4064) + (layer "F.Cu") + (net 59) + (uuid "17bebf2a-1d10-4da0-9e34-12a015be322f") + ) + (segment + (start 90.453618 132.2672) + (end 98.695218 132.2672) + (width 0.4064) + (layer "F.Cu") + (net 59) + (uuid "6bd5fe94-57b3-42f9-82f8-20c490062085") + ) + (segment + (start 100.175 132.025) + (end 103.948 128.252) + (width 0.4064) + (layer "F.Cu") + (net 59) + (uuid "80249daf-10bf-4ea4-ba01-aa2cb6d41553") + ) + (segment + (start 98.937418 132.025) + (end 100.175 132.025) + (width 0.4064) + (layer "F.Cu") + (net 59) + (uuid "929fccf8-de1c-47f8-9bbe-29b48e9e7c8a") + ) + (segment + (start 88.138 129.951582) + (end 90.453618 132.2672) + (width 0.4064) + (layer "F.Cu") + (net 59) + (uuid "a19ceb3e-460c-4d6d-bf9a-34626f4e8fbb") + ) + (segment + (start 103.948 126.938) + (end 103.948 128.252) + (width 0.4064) + (layer "F.Cu") + (net 59) + (uuid "ad971d5c-8f4a-41d7-9736-99e73eeb72cf") + ) + (segment + (start 98.695218 132.2672) + (end 98.937418 132.025) + (width 0.4064) + (layer "F.Cu") + (net 59) + (uuid "c5c6855e-6e43-4f19-b792-15035df5a918") + ) + (segment + (start 80.518 141.732) + (end 76.962 145.288) + (width 0.4064) + (layer "B.Cu") + (net 60) + (uuid "8ae2d517-b3c6-4c07-a8a5-8cbb018f2688") + ) + (segment + (start 80.518 131.816) + (end 80.518 141.732) + (width 0.4064) + (layer "B.Cu") + (net 60) + (uuid "b585dca6-72a5-4980-89e8-f03b5cde2662") + ) + (segment + (start 71.186562 134.55) + (end 71.882 133.854562) + (width 0.4064) + (layer "F.Cu") + (net 61) + (uuid "0dcacc0c-8305-4518-9880-5bc875545f42") + ) + (segment + (start 60.95 133.2865) + (end 62.2135 134.55) + (width 0.4064) + (layer "F.Cu") + (net 61) + (uuid "8b54f832-b251-49f8-825f-79fe48c1ac95") + ) + (segment + (start 60.95 130.7465) + (end 60.95 133.2865) + (width 0.4064) + (layer "F.Cu") + (net 61) + (uuid "99ecf7f5-50c7-4feb-83d7-fe6a8e82555f") + ) + (segment + (start 62.2135 134.55) + (end 71.186562 134.55) + (width 0.4064) + (layer "F.Cu") + (net 61) + (uuid "bc6ee20b-4e0a-416a-84e7-30cc7c46fcdf") + ) + (segment + (start 86.878 130.556) + (end 88.138 131.816) + (width 0.4064) + (layer "F.Cu") + (net 62) + (uuid "2f6da081-ca35-49ca-bd86-9beede95e001") + ) + (segment + (start 76.962 132.864613) + (end 79.270613 130.556) + (width 0.4064) + (layer "F.Cu") + (net 62) + (uuid "a9302431-c07b-4cf5-b4cc-ff2bbc43aa73") + ) + (segment + (start 76.962 133.854562) + (end 76.962 132.864613) + (width 0.4064) + (layer "F.Cu") + (net 62) + (uuid "b95a9690-0d4b-4ccc-b10a-182a241292cf") + ) + (segment + (start 79.270613 130.556) + (end 86.878 130.556) + (width 0.4064) + (layer "F.Cu") + (net 62) + (uuid "c3c33066-0c08-40c7-a1ed-db023b51d81d") + ) + (segment + (start 79.718001 127.535999) + (end 74.394001 127.535999) + (width 0.4064) + (layer "F.Cu") + (net 63) + (uuid "0ad289f4-a290-4532-acdf-00b1946ac8db") + ) + (segment + (start 80.518 126.736) + (end 79.718001 127.535999) + (width 0.4064) + (layer "F.Cu") + (net 63) + (uuid "0c7e1525-c1ea-4a6a-a955-9faf7eca8049") + ) + (segment + (start 74.394001 127.535999) + (end 72.136 129.794) + (width 0.4064) + (layer "F.Cu") + (net 63) + (uuid "7697bb68-18a4-4c94-9978-6295e38f8cb7") + ) + (segment + (start 108.712 83.044) + (end 108.712 82.042) + (width 0.4064) + (layer "F.Cu") + (net 64) + (uuid "3715666d-0f7a-4240-9dd7-f96416406a15") + ) + (segment + (start 105.156 86.6) + (end 108.712 83.044) + (width 0.4064) + (layer "F.Cu") + (net 64) + (uuid "faec44f3-fb9a-47a9-917a-dcb6f68398b9") + ) + (segment + (start 58.335334 62.23) + (end 61.976 65.870666) + (width 0.4064) + (layer "F.Cu") + (net 65) + (uuid "0cb2c748-f64c-4737-81ef-cb8a3c083836") + ) + (segment + (start 61.976 65.870666) + (end 61.976 69.511332) + (width 0.4064) + (layer "F.Cu") + (net 65) + (uuid "29bdb741-ea26-4463-809a-9cde3d79a40d") + ) + (segment + (start 56.896 62.23) + (end 58.335334 62.23) + (width 0.4064) + (layer "F.Cu") + (net 65) + (uuid "4f518d24-4dd2-451b-9d4b-61a3273153d6") + ) + (segment + (start 65.526 65.98) + (end 62.085334 65.98) + (width 0.4064) + (layer "B.Cu") + (net 65) + (uuid "1a92e1b2-b745-4d49-93a4-c7f82c65387d") + ) + (segment + (start 62.085334 65.98) + (end 61.976 65.870666) + (width 0.4064) + (layer "B.Cu") + (net 65) + (uuid "d5797375-4948-4499-bde2-b6911dcf0096") + ) + (segment + (start 68.36 71.06) + (end 73.146 71.06) + (width 0.4064) + (layer "F.Cu") + (net 66) + (uuid "2eb32a30-850d-45e8-8e52-4b015fca8e36") + ) + (segment + (start 67.35 65.264) + (end 67.35 70.05) + (width 0.4064) + (layer "F.Cu") + (net 66) + (uuid "3362795e-8946-4863-8eb6-a5ffa461610e") + ) + (segment + (start 67.35 70.05) + (end 68.36 71.06) + (width 0.4064) + (layer "F.Cu") + (net 66) + (uuid "6c932a48-4910-4c85-add3-04620d6c7f0d") + ) + (segment + (start 65.526 63.44) + (end 67.35 65.264) + (width 0.4064) + (layer "F.Cu") + (net 66) + (uuid "a66323db-7732-4705-965d-0b4b3834823a") + ) + (segment + (start 63.186 63.44) + (end 61.976 62.23) + (width 0.4064) + (layer "B.Cu") + (net 66) + (uuid "7aa7801e-faad-4818-a413-f2866396c9d3") + ) + (segment + (start 65.526 63.44) + (end 63.186 63.44) + (width 0.4064) + (layer "B.Cu") + (net 66) + (uuid "f320d79d-d98d-48c5-991f-af212782f67c") + ) + (zone + (net 16) + (net_name "GND") + (layer "B.Cu") + (uuid "e34b8914-dceb-4ad9-8754-dea78135323f") + (hatch edge 0.5) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 111.506 50.8) (xy 111.506 159.004) (xy 50.8 159.004) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 91.990075 54.702993) (xy 92.055901 54.817007) (xy 92.148993 54.910099) (xy 92.263007 54.975925) + (xy 92.32659 54.992962) (xy 91.694625 55.624925) (xy 91.771031 55.678425) (xy 91.814655 55.733002) + (xy 91.821848 55.802501) (xy 91.790326 55.864855) (xy 91.771029 55.881576) (xy 91.694625 55.935072) + (xy 92.32659 56.567037) (xy 92.263007 56.584075) (xy 92.148993 56.649901) (xy 92.055901 56.742993) + (xy 91.990075 56.857007) (xy 91.973037 56.92059) (xy 91.341072 56.288625) (xy 91.341072 56.288626) + (xy 91.291131 56.35995) (xy 91.236555 56.403575) (xy 91.167056 56.410769) (xy 91.104701 56.379246) + (xy 91.085748 56.356649) (xy 91.019679 56.255523) (xy 90.991722 56.212732) (xy 90.991719 56.212729) + (xy 90.991715 56.212723) (xy 90.838271 56.046041) (xy 90.807348 55.983387) (xy 90.8055 55.962058) + (xy 90.8055 55.597941) (xy 90.825185 55.530902) (xy 90.838271 55.513957) (xy 90.839234 55.51291) + (xy 90.83924 55.512906) (xy 90.991722 55.347268) (xy 91.085749 55.203347) (xy 91.138894 55.157994) + (xy 91.208125 55.14857) (xy 91.271461 55.178072) (xy 91.291131 55.200049) (xy 91.341072 55.271373) + (xy 91.341073 55.271373) (xy 91.973037 54.639409) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 94.530075 54.702993) (xy 94.595901 54.817007) (xy 94.688993 54.910099) (xy 94.803007 54.975925) + (xy 94.86659 54.992962) (xy 94.234625 55.624925) (xy 94.311031 55.678425) (xy 94.354655 55.733002) + (xy 94.361848 55.802501) (xy 94.330326 55.864855) (xy 94.311029 55.881576) (xy 94.234625 55.935072) + (xy 94.86659 56.567037) (xy 94.803007 56.584075) (xy 94.688993 56.649901) (xy 94.595901 56.742993) + (xy 94.530075 56.857007) (xy 94.513037 56.92059) (xy 93.881072 56.288625) (xy 93.881072 56.288626) + (xy 93.827574 56.36503) (xy 93.772998 56.408655) (xy 93.703499 56.415849) (xy 93.641144 56.384326) + (xy 93.624424 56.36503) (xy 93.570925 56.288626) (xy 93.570925 56.288625) (xy 92.938962 56.920589) + (xy 92.921925 56.857007) (xy 92.856099 56.742993) (xy 92.763007 56.649901) (xy 92.648993 56.584075) + (xy 92.58541 56.567037) (xy 93.217373 55.935073) (xy 93.140969 55.881576) (xy 93.097344 55.826999) + (xy 93.09015 55.757501) (xy 93.121672 55.695146) (xy 93.140968 55.678425) (xy 93.217373 55.624925) + (xy 92.585409 54.992962) (xy 92.648993 54.975925) (xy 92.763007 54.910099) (xy 92.856099 54.817007) + (xy 92.921925 54.702993) (xy 92.938962 54.63941) (xy 93.570925 55.271373) (xy 93.624425 55.194968) + (xy 93.679002 55.151344) (xy 93.748501 55.144151) (xy 93.810855 55.175673) (xy 93.827576 55.194969) + (xy 93.881073 55.271372) (xy 94.513037 54.639409) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 96.110925 55.271373) (xy 96.160868 55.200048) (xy 96.215445 55.156424) (xy 96.284944 55.149231) + (xy 96.347298 55.180753) (xy 96.366251 55.20335) (xy 96.424036 55.291796) (xy 96.460278 55.347268) + (xy 96.61276 55.512906) (xy 96.612765 55.51291) (xy 96.613729 55.513957) (xy 96.644652 55.576612) + (xy 96.6465 55.597941) (xy 96.6465 55.962058) (xy 96.626815 56.029097) (xy 96.613729 56.046041) + (xy 96.460284 56.212723) (xy 96.46028 56.212729) (xy 96.36625 56.356651) (xy 96.313103 56.402007) + (xy 96.243872 56.41143) (xy 96.180536 56.381927) (xy 96.160866 56.359951) (xy 96.110924 56.288626) + (xy 95.478962 56.920589) (xy 95.461925 56.857007) (xy 95.396099 56.742993) (xy 95.303007 56.649901) + (xy 95.188993 56.584075) (xy 95.12541 56.567037) (xy 95.757373 55.935073) (xy 95.680969 55.881576) + (xy 95.637344 55.826999) (xy 95.63015 55.757501) (xy 95.661672 55.695146) (xy 95.680968 55.678425) + (xy 95.757373 55.624925) (xy 95.125409 54.992962) (xy 95.188993 54.975925) (xy 95.303007 54.910099) + (xy 95.396099 54.817007) (xy 95.461925 54.702993) (xy 95.478962 54.63941) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 104.028881 52.039385) (xy 104.049523 52.056019) (xy 107.168243 55.174739) (xy 110.113324 58.119819) + (xy 110.146809 58.181142) (xy 110.141825 58.250834) (xy 110.099953 58.306767) (xy 110.034489 58.331184) + (xy 110.025643 58.3315) (xy 108.575345 58.3315) (xy 108.514797 58.338011) (xy 108.514795 58.338011) + (xy 108.377795 58.389111) (xy 108.260739 58.476739) (xy 108.173111 58.593795) (xy 108.122011 58.730795) + (xy 108.122011 58.730797) (xy 108.1155 58.791345) (xy 108.1155 60.588654) (xy 108.122011 60.649202) + (xy 108.122011 60.649204) (xy 108.168894 60.774898) (xy 108.173111 60.786204) (xy 108.260739 60.903261) + (xy 108.377796 60.990889) (xy 108.429737 61.010262) (xy 108.495595 61.034827) (xy 108.551528 61.076699) + (xy 108.575944 61.142163) (xy 108.561092 61.210436) (xy 108.54349 61.234991) (xy 108.398279 61.39273) + (xy 108.398276 61.392734) (xy 108.27514 61.581207) (xy 108.184703 61.787385) (xy 108.129436 62.005628) + (xy 108.129434 62.00564) (xy 108.110844 62.229994) (xy 108.110844 62.230005) (xy 108.129434 62.454359) + (xy 108.129436 62.454368) (xy 108.174889 62.633861) (xy 108.172265 62.70368) (xy 108.132309 62.760997) + (xy 108.067708 62.787614) (xy 108.054684 62.7883) (xy 104.30523 62.7883) (xy 104.30521 62.788299) + (xy 104.299096 62.788299) (xy 104.158904 62.788299) (xy 104.076986 62.804592) (xy 104.020704 62.802749) + (xy 103.894592 62.768958) (xy 103.894588 62.768957) (xy 103.894587 62.768957) (xy 103.894586 62.768956) + (xy 103.894581 62.768956) (xy 103.666502 62.749002) (xy 103.666498 62.749002) (xy 103.438418 62.768956) + (xy 103.43841 62.768957) (xy 103.217261 62.828214) (xy 103.21725 62.828218) (xy 103.009754 62.924975) + (xy 103.009752 62.924976) (xy 102.939356 62.974267) (xy 102.8222 63.056302) (xy 102.822198 63.056303) + (xy 102.822195 63.056306) (xy 102.660306 63.218195) (xy 102.660303 63.218198) (xy 102.660302 63.2182) + (xy 102.616617 63.280589) (xy 102.528976 63.405752) (xy 102.524192 63.416012) (xy 102.478018 63.468451) + (xy 102.410824 63.487601) (xy 102.343944 63.467384) (xy 102.29943 63.416012) (xy 102.296635 63.410018) + (xy 102.296632 63.410013) (xy 102.245525 63.337026) (xy 101.5665 64.016051) (xy 101.5665 64.009839) + (xy 101.539241 63.908106) (xy 101.48658 63.816894) (xy 101.412106 63.74242) (xy 101.320894 63.689759) + (xy 101.219161 63.6625) (xy 101.212948 63.6625) (xy 101.891972 62.983474) (xy 101.818978 62.932363) + (xy 101.612831 62.836235) (xy 101.612817 62.83623) (xy 101.39311 62.77736) (xy 101.393099 62.777358) + (xy 101.166502 62.757534) (xy 101.166498 62.757534) (xy 100.9399 62.777358) (xy 100.939889 62.77736) + (xy 100.720182 62.83623) (xy 100.720173 62.836234) (xy 100.514016 62.932366) (xy 100.514012 62.932368) + (xy 100.441026 62.983473) (xy 100.441026 62.983474) (xy 101.120053 63.6625) (xy 101.113839 63.6625) + (xy 101.012106 63.689759) (xy 100.920894 63.74242) (xy 100.84642 63.816894) (xy 100.793759 63.908106) + (xy 100.7665 64.009839) (xy 100.7665 64.016052) (xy 100.087474 63.337026) (xy 100.087473 63.337026) + (xy 100.036368 63.410012) (xy 100.036366 63.410016) (xy 99.940234 63.616173) (xy 99.94023 63.616182) + (xy 99.88136 63.835889) (xy 99.881358 63.8359) (xy 99.861534 64.062497) (xy 99.861534 64.062502) + (xy 99.881358 64.289099) (xy 99.88136 64.28911) (xy 99.94023 64.508817) (xy 99.940235 64.508831) + (xy 100.036363 64.714978) (xy 100.087474 64.787972) (xy 100.7665 64.108946) (xy 100.7665 64.115161) + (xy 100.793759 64.216894) (xy 100.84642 64.308106) (xy 100.920894 64.38258) (xy 101.012106 64.435241) + (xy 101.113839 64.4625) (xy 101.120053 64.4625) (xy 100.441026 65.141525) (xy 100.514013 65.192632) + (xy 100.514021 65.192636) (xy 100.720168 65.288764) (xy 100.720182 65.288769) (xy 100.939889 65.347639) + (xy 100.9399 65.347641) (xy 101.166498 65.367466) (xy 101.166502 65.367466) (xy 101.393099 65.347641) + (xy 101.39311 65.347639) (xy 101.612817 65.288769) (xy 101.612831 65.288764) (xy 101.818978 65.192636) + (xy 101.891971 65.141524) (xy 101.212947 64.4625) (xy 101.219161 64.4625) (xy 101.320894 64.435241) + (xy 101.412106 64.38258) (xy 101.48658 64.308106) (xy 101.539241 64.216894) (xy 101.5665 64.115161) + (xy 101.5665 64.108947) (xy 102.245524 64.787971) (xy 102.296635 64.71498) (xy 102.299428 64.708991) + (xy 102.345599 64.656551) (xy 102.412793 64.637398) (xy 102.479674 64.657613) (xy 102.524192 64.708988) + (xy 102.528977 64.719249) (xy 102.660302 64.9068) (xy 102.660306 64.906804) (xy 102.822197 65.068696) + (xy 102.901923 65.12452) (xy 102.945548 65.179096) (xy 102.9548 65.226095) (xy 102.9548 65.940552) + (xy 102.935115 66.007591) (xy 102.882311 66.053346) (xy 102.819993 66.06408) (xy 102.670502 66.051002) + (xy 102.670498 66.051002) (xy 102.442418 66.070956) (xy 102.44241 66.070957) (xy 102.221261 66.130214) + (xy 102.22125 66.130218) (xy 102.013754 66.226975) (xy 102.013752 66.226976) (xy 102.013751 66.226977) + (xy 101.8262 66.358302) (xy 101.826198 66.358303) (xy 101.826195 66.358306) (xy 101.664306 66.520195) + (xy 101.664303 66.520198) (xy 101.664302 66.5202) (xy 101.605755 66.603814) (xy 101.532976 66.707752) + (xy 101.532975 66.707754) (xy 101.436218 66.91525) (xy 101.436214 66.915261) (xy 101.376957 67.13641) + (xy 101.376956 67.136418) (xy 101.357002 67.364498) (xy 101.357002 67.364501) (xy 101.376956 67.592581) + (xy 101.376957 67.592589) (xy 101.436214 67.813738) (xy 101.436218 67.813749) (xy 101.52734 68.00916) + (xy 101.532977 68.021249) (xy 101.664302 68.2088) (xy 101.8262 68.370698) (xy 101.994321 68.488418) + (xy 102.013751 68.502023) (xy 102.056845 68.522118) (xy 102.109284 68.568291) (xy 102.128436 68.635484) + (xy 102.10822 68.702365) (xy 102.056845 68.746882) (xy 102.013751 68.766976) (xy 101.911816 68.838353) + (xy 101.8262 68.898302) (xy 101.826198 68.898303) (xy 101.826195 68.898306) (xy 101.664306 69.060195) + (xy 101.664303 69.060198) (xy 101.664302 69.0602) (xy 101.638939 69.096422) (xy 101.532976 69.247752) + (xy 101.532975 69.247754) (xy 101.436218 69.45525) (xy 101.436214 69.455261) (xy 101.376957 69.67641) + (xy 101.376956 69.676418) (xy 101.357002 69.904498) (xy 101.357002 69.904501) (xy 101.376956 70.132581) + (xy 101.376957 70.132589) (xy 101.436214 70.353738) (xy 101.436218 70.353749) (xy 101.532975 70.561245) + (xy 101.532977 70.561249) (xy 101.664302 70.7488) (xy 101.8262 70.910698) (xy 101.944278 70.993377) + (xy 102.013751 71.042023) (xy 102.056845 71.062118) (xy 102.109284 71.108291) (xy 102.128436 71.175484) + (xy 102.10822 71.242365) (xy 102.056845 71.286882) (xy 102.013751 71.306976) (xy 101.907743 71.381205) + (xy 101.8262 71.438302) (xy 101.826198 71.438303) (xy 101.826195 71.438306) (xy 101.664306 71.600195) + (xy 101.664303 71.600198) (xy 101.664302 71.6002) (xy 101.595834 71.697982) (xy 101.532976 71.787752) + (xy 101.532975 71.787754) (xy 101.436218 71.99525) (xy 101.436214 71.995261) (xy 101.376957 72.21641) + (xy 101.376956 72.216418) (xy 101.357002 72.444498) (xy 101.357002 72.444501) (xy 101.376956 72.672581) + (xy 101.376957 72.672589) (xy 101.436214 72.893738) (xy 101.436218 72.893749) (xy 101.514969 73.062631) + (xy 101.532977 73.101249) (xy 101.664302 73.2888) (xy 101.8262 73.450698) (xy 101.992169 73.566911) + (xy 102.013751 73.582023) (xy 102.066901 73.606807) (xy 102.11934 73.652979) (xy 102.138492 73.720173) + (xy 102.118276 73.787054) (xy 102.066901 73.831571) (xy 102.018017 73.854365) (xy 101.831679 73.984842) + (xy 101.670842 74.145679) (xy 101.540365 74.332017) (xy 101.444234 74.538173) (xy 101.44423 74.538182) + (xy 101.391627 74.734499) (xy 101.391628 74.7345) (xy 102.354814 74.7345) (xy 102.35042 74.738894) + (xy 102.297759 74.830106) (xy 102.2705 74.931839) (xy 102.2705 75.037161) (xy 102.297759 75.138894) + (xy 102.35042 75.230106) (xy 102.354814 75.2345) (xy 101.391628 75.2345) (xy 101.44423 75.430817) + (xy 101.444234 75.430826) (xy 101.540365 75.636982) (xy 101.670842 75.82332) (xy 101.831679 75.984157) + (xy 102.018017 76.114634) (xy 102.224173 76.210765) (xy 102.224182 76.210769) (xy 102.420499 76.263372) + (xy 102.4205 76.263371) (xy 102.4205 75.300186) (xy 102.424894 75.30458) (xy 102.516106 75.357241) + (xy 102.617839 75.3845) (xy 102.723161 75.3845) (xy 102.824894 75.357241) (xy 102.916106 75.30458) + (xy 102.9205 75.300186) (xy 102.9205 76.263372) (xy 103.116817 76.210769) (xy 103.116826 76.210765) + (xy 103.322982 76.114634) (xy 103.50932 75.984157) (xy 103.670157 75.82332) (xy 103.800634 75.636982) + (xy 103.896765 75.430826) (xy 103.896769 75.430817) (xy 103.949372 75.2345) (xy 102.986186 75.2345) + (xy 102.99058 75.230106) (xy 103.043241 75.138894) (xy 103.0705 75.037161) (xy 103.0705 74.931839) + (xy 103.043241 74.830106) (xy 102.99058 74.738894) (xy 102.986186 74.7345) (xy 103.949372 74.7345) + (xy 103.949372 74.734499) (xy 103.896769 74.538182) (xy 103.896765 74.538173) (xy 103.800634 74.332017) + (xy 103.670157 74.145679) (xy 103.50932 73.984842) (xy 103.322981 73.854365) (xy 103.322979 73.854364) + (xy 103.274099 73.831571) (xy 103.221659 73.785399) (xy 103.202507 73.718206) (xy 103.222723 73.651324) + (xy 103.274099 73.606807) (xy 103.327249 73.582023) (xy 103.5148 73.450698) (xy 103.676698 73.2888) + (xy 103.808023 73.101249) (xy 103.904784 72.893743) (xy 103.964043 72.672587) (xy 103.983998 72.4445) + (xy 103.964043 72.216413) (xy 103.904784 71.995257) (xy 103.887091 71.957315) (xy 103.838571 71.853262) + (xy 103.808023 71.787751) (xy 103.676698 71.6002) (xy 103.5148 71.438302) (xy 103.327249 71.306977) + (xy 103.284155 71.286882) (xy 103.231715 71.24071) (xy 103.212563 71.173517) (xy 103.232778 71.106636) + (xy 103.284155 71.062118) (xy 103.288701 71.059998) (xy 103.327249 71.042023) (xy 103.5148 70.910698) + (xy 103.676698 70.7488) (xy 103.808023 70.561249) (xy 103.904784 70.353743) (xy 103.964043 70.132587) + (xy 103.982425 69.922475) (xy 103.983998 69.904501) (xy 103.983998 69.904498) (xy 103.974067 69.790984) + (xy 103.964043 69.676413) (xy 103.904784 69.455257) (xy 103.808023 69.247751) (xy 103.676698 69.0602) + (xy 103.5148 68.898302) (xy 103.327249 68.766977) (xy 103.294313 68.751619) (xy 103.284155 68.746882) + (xy 103.231715 68.70071) (xy 103.212563 68.633517) (xy 103.232778 68.566636) (xy 103.284155 68.522118) + (xy 103.288701 68.519998) (xy 103.327249 68.502023) (xy 103.5148 68.370698) (xy 103.676698 68.2088) + (xy 103.808023 68.021249) (xy 103.904784 67.813743) (xy 103.964043 67.592587) (xy 103.983998 67.3645) + (xy 103.980183 67.320899) (xy 103.966148 67.160472) (xy 103.964339 67.139796) (xy 103.978106 67.071297) + (xy 104.000183 67.041311) (xy 104.113113 66.92838) (xy 104.11312 66.928375) (xy 104.120179 66.921315) + (xy 104.120183 66.921314) (xy 104.219314 66.822183) (xy 104.297201 66.705617) (xy 104.320055 66.650442) + (xy 104.350851 66.576095) (xy 104.378201 66.438596) (xy 104.378201 66.298404) (xy 104.378201 66.293294) + (xy 104.3782 66.293268) (xy 104.3782 65.226095) (xy 104.397885 65.159056) (xy 104.431077 65.12452) + (xy 104.479109 65.090888) (xy 104.5108 65.068698) (xy 104.672698 64.9068) (xy 104.804023 64.719249) + (xy 104.900784 64.511743) (xy 104.956554 64.303606) (xy 104.992919 64.243946) (xy 105.055766 64.213417) + (xy 105.076329 64.2117) (xy 108.054684 64.2117) (xy 108.121723 64.231385) (xy 108.167478 64.284189) + (xy 108.177422 64.353347) (xy 108.174892 64.366129) (xy 108.152853 64.45316) (xy 108.129436 64.545631) + (xy 108.129434 64.54564) (xy 108.110844 64.769994) (xy 108.110844 64.770005) (xy 108.129434 64.994359) + (xy 108.129436 64.994371) (xy 108.184703 65.212614) (xy 108.27514 65.418792) (xy 108.398276 65.607265) + (xy 108.398284 65.607276) (xy 108.531434 65.751913) (xy 108.55076 65.772906) (xy 108.728424 65.911189) + (xy 108.728429 65.911191) (xy 108.728431 65.911193) (xy 108.76493 65.930946) (xy 108.81452 65.980165) + (xy 108.829628 66.048382) (xy 108.805457 66.113937) (xy 108.76493 66.149054) (xy 108.728431 66.168806) + (xy 108.728422 66.168812) (xy 108.550761 66.307092) (xy 108.550756 66.307097) (xy 108.398284 66.472723) + (xy 108.398276 66.472734) (xy 108.27514 66.661207) (xy 108.184703 66.867385) (xy 108.129436 67.085628) + (xy 108.129434 67.08564) (xy 108.110844 67.309994) (xy 108.110844 67.310005) (xy 108.129434 67.534359) + (xy 108.129436 67.534371) (xy 108.184703 67.752614) (xy 108.27514 67.958792) (xy 108.398276 68.147265) + (xy 108.398284 68.147276) (xy 108.550756 68.312902) (xy 108.55076 68.312906) (xy 108.728424 68.451189) + (xy 108.728425 68.451189) (xy 108.728427 68.451191) (xy 108.770248 68.473823) (xy 108.926426 68.558342) + (xy 109.139365 68.631444) (xy 109.361431 68.6685) (xy 109.586569 68.6685) (xy 109.808635 68.631444) + (xy 110.021574 68.558342) (xy 110.150783 68.488418) (xy 110.219111 68.473823) (xy 110.284483 68.498486) + (xy 110.326144 68.554576) (xy 110.3338 68.597473) (xy 110.3338 89.303842) (xy 110.314115 89.370881) + (xy 110.297481 89.391523) (xy 110.137023 89.551981) (xy 110.0757 89.585466) (xy 110.049342 89.5883) + (xy 109.57623 89.5883) (xy 109.57621 89.588299) (xy 109.570096 89.588299) (xy 109.429904 89.588299) + (xy 109.42379 89.588299) (xy 109.42377 89.5883) (xy 103.989812 89.5883) (xy 103.989792 89.588299) + (xy 103.983678 89.588299) (xy 103.843486 89.588299) (xy 103.843481 89.588299) (xy 103.705994 89.615647) + (xy 103.705986 89.615649) (xy 103.616264 89.652814) (xy 103.576461 89.6693) (xy 103.4599 89.747184) + (xy 103.415044 89.792041) (xy 103.360768 89.846317) (xy 103.360765 89.84632) (xy 103.303798 89.903287) + (xy 103.157988 90.049096) (xy 103.096664 90.08258) (xy 103.026973 90.077596) (xy 102.97104 90.035724) + (xy 102.96711 90.029766) (xy 102.913025 89.952526) (xy 102.234 90.631552) (xy 102.234 90.625339) + (xy 102.206741 90.523606) (xy 102.15408 90.432394) (xy 102.079606 90.35792) (xy 101.988394 90.305259) + (xy 101.886661 90.278) (xy 101.880448 90.278) (xy 102.559472 89.598974) (xy 102.486478 89.547863) + (xy 102.280331 89.451735) (xy 102.280317 89.45173) (xy 102.06061 89.39286) (xy 102.060599 89.392858) + (xy 101.834002 89.373034) (xy 101.833998 89.373034) (xy 101.6074 89.392858) (xy 101.607389 89.39286) + (xy 101.387682 89.45173) (xy 101.387673 89.451734) (xy 101.181516 89.547866) (xy 101.181512 89.547868) + (xy 101.108526 89.598973) (xy 101.108526 89.598974) (xy 101.787553 90.278) (xy 101.781339 90.278) + (xy 101.679606 90.305259) (xy 101.588394 90.35792) (xy 101.51392 90.432394) (xy 101.461259 90.523606) + (xy 101.434 90.625339) (xy 101.434 90.631552) (xy 100.754974 89.952526) (xy 100.754973 89.952526) + (xy 100.703868 90.025512) (xy 100.703865 90.025518) (xy 100.70107 90.031513) (xy 100.654897 90.083951) + (xy 100.587703 90.103102) (xy 100.520822 90.082885) (xy 100.476307 90.031511) (xy 100.471523 90.021251) + (xy 100.340198 89.8337) (xy 100.1783 89.671802) (xy 99.990749 89.540477) (xy 99.975465 89.53335) + (xy 99.783249 89.443718) (xy 99.783238 89.443714) (xy 99.562089 89.384457) (xy 99.562081 89.384456) + (xy 99.334002 89.364502) (xy 99.333998 89.364502) (xy 99.105918 89.384456) (xy 99.10591 89.384457) + (xy 98.884761 89.443714) (xy 98.88475 89.443718) (xy 98.677254 89.540475) (xy 98.677252 89.540476) + (xy 98.613 89.585466) (xy 98.4897 89.671802) (xy 98.489698 89.671803) (xy 98.489695 89.671806) (xy 98.327806 89.833695) + (xy 98.327803 89.833698) (xy 98.327802 89.8337) (xy 98.279077 89.903287) (xy 98.196476 90.021252) + (xy 98.196475 90.021254) (xy 98.099718 90.22875) (xy 98.099714 90.228761) (xy 98.040457 90.44991) + (xy 98.040456 90.449918) (xy 98.020502 90.677998) (xy 98.020502 90.678001) (xy 98.040456 90.906081) + (xy 98.040457 90.906089) (xy 98.099714 91.127238) (xy 98.099718 91.127249) (xy 98.178183 91.295517) + (xy 98.196477 91.334749) (xy 98.327802 91.5223) (xy 98.4897 91.684198) (xy 98.677251 91.815523) + (xy 98.772845 91.860099) (xy 98.88475 91.912281) (xy 98.884752 91.912281) (xy 98.884757 91.912284) + (xy 99.105913 91.971543) (xy 99.268832 91.985796) (xy 99.333998 91.991498) (xy 99.334 91.991498) + (xy 99.334002 91.991498) (xy 99.391021 91.986509) (xy 99.562087 91.971543) (xy 99.783243 91.912284) + (xy 99.990749 91.815523) (xy 100.1783 91.684198) (xy 100.340198 91.5223) (xy 100.471523 91.334749) + (xy 100.476305 91.324493) (xy 100.522472 91.272054) (xy 100.589665 91.252898) (xy 100.656547 91.27311) + (xy 100.701067 91.324483) (xy 100.703862 91.330477) (xy 100.703863 91.330478) (xy 100.754974 91.403472) + (xy 101.434 90.724446) (xy 101.434 90.730661) (xy 101.461259 90.832394) (xy 101.51392 90.923606) + (xy 101.588394 90.99808) (xy 101.679606 91.050741) (xy 101.781339 91.078) (xy 101.787553 91.078) + (xy 101.108527 91.757024) (xy 101.177788 91.805522) (xy 101.221413 91.860099) (xy 101.228605 91.929598) + (xy 101.197083 91.991952) (xy 101.194346 91.994777) (xy 101.116998 92.072127) (xy 101.116994 92.072131) + (xy 100.814334 92.374792) (xy 100.753011 92.408277) (xy 100.726653 92.411111) (xy 95.984746 92.411111) + (xy 95.917707 92.391426) (xy 95.871952 92.338622) (xy 95.862008 92.269464) (xy 95.891033 92.205908) + (xy 95.897065 92.19943) (xy 96.036113 92.060382) (xy 96.209117 91.887377) (xy 96.270438 91.853894) + (xy 96.307599 91.851532) (xy 96.419232 91.861299) (xy 96.439999 91.863116) (xy 96.44 91.863116) + (xy 96.440002 91.863116) (xy 96.492663 91.858508) (xy 96.650655 91.844686) (xy 96.85491 91.789956) + (xy 97.046558 91.700589) (xy 97.219776 91.579301) (xy 97.369301 91.429776) (xy 97.490589 91.256558) + (xy 97.579956 91.06491) (xy 97.634686 90.860655) (xy 97.653116 90.65) (xy 97.650958 90.625339) (xy 97.641488 90.51709) + (xy 97.634686 90.439345) (xy 97.579956 90.23509) (xy 97.490589 90.043442) (xy 97.377134 89.881411) + (xy 97.369299 89.870221) (xy 97.219778 89.7207) (xy 97.046558 89.599411) (xy 97.046556 89.59941) + (xy 97.004712 89.579898) (xy 96.85491 89.510044) (xy 96.854906 89.510043) (xy 96.854902 89.510041) + (xy 96.65066 89.455315) (xy 96.650656 89.455314) (xy 96.650655 89.455314) (xy 96.650654 89.455313) + (xy 96.650649 89.455313) (xy 96.440002 89.436884) (xy 96.439998 89.436884) (xy 96.22935 89.455313) + (xy 96.229339 89.455315) (xy 96.025097 89.510041) (xy 96.025088 89.510045) (xy 95.833443 89.59941) + (xy 95.833441 89.599411) (xy 95.660221 89.7207) (xy 95.5107 89.870221) (xy 95.389411 90.043441) + (xy 95.38941 90.043443) (xy 95.300045 90.235088) (xy 95.300041 90.235097) (xy 95.245315 90.439339) + (xy 95.245313 90.43935) (xy 95.226884 90.649998) (xy 95.226884 90.650002) (xy 95.238466 90.782395) + (xy 95.224699 90.850895) (xy 95.202619 90.880883) (xy 95.078321 91.005182) (xy 95.017001 91.038666) + (xy 94.990642 91.0415) (xy 92.667829 91.0415) (xy 92.60079 91.021815) (xy 92.555035 90.969011) (xy 92.545091 90.899853) + (xy 92.548054 90.885408) (xy 92.550525 90.876181) (xy 92.554686 90.860655) (xy 92.573116 90.65) + (xy 92.570958 90.625339) (xy 92.561488 90.51709) (xy 92.554686 90.439345) (xy 92.499956 90.23509) + (xy 92.410589 90.043442) (xy 92.297134 89.881411) (xy 92.289299 89.870221) (xy 92.139778 89.7207) + (xy 91.966558 89.599411) (xy 91.966556 89.59941) (xy 91.924712 89.579898) (xy 91.77491 89.510044) + (xy 91.774906 89.510043) (xy 91.774902 89.510041) (xy 91.57066 89.455315) (xy 91.570656 89.455314) + (xy 91.570655 89.455314) (xy 91.570654 89.455313) (xy 91.570649 89.455313) (xy 91.360002 89.436884) + (xy 91.359998 89.436884) (xy 91.14935 89.455313) (xy 91.149339 89.455315) (xy 90.945097 89.510041) + (xy 90.945088 89.510045) (xy 90.753443 89.59941) (xy 90.753441 89.599411) (xy 90.580221 89.7207) + (xy 90.4307 89.870221) (xy 90.309411 90.043441) (xy 90.30941 90.043443) (xy 90.220045 90.235088) + (xy 90.220041 90.235097) (xy 90.165315 90.439339) (xy 90.165313 90.43935) (xy 90.146884 90.649998) + (xy 90.146884 90.650001) (xy 90.165313 90.860649) (xy 90.165316 90.860663) (xy 90.171946 90.885408) + (xy 90.170283 90.955258) (xy 90.131119 91.01312) (xy 90.066891 91.040623) (xy 90.052171 91.0415) + (xy 89.474942 91.0415) (xy 89.407903 91.021815) (xy 89.36256 90.969904) (xy 89.356597 90.957116) + (xy 89.275523 90.783251) (xy 89.144198 90.5957) (xy 88.9823 90.433802) (xy 88.794749 90.302477) + (xy 88.742258 90.278) (xy 88.587249 90.205718) (xy 88.587238 90.205714) (xy 88.366089 90.146457) + (xy 88.366081 90.146456) (xy 88.138002 90.126502) (xy 88.137998 90.126502) (xy 87.909918 90.146456) + (xy 87.90991 90.146457) (xy 87.688761 90.205714) (xy 87.68875 90.205718) (xy 87.481254 90.302475) + (xy 87.481252 90.302476) (xy 87.448452 90.325443) (xy 87.2937 90.433802) (xy 87.293698 90.433803) + (xy 87.293695 90.433806) (xy 87.131806 90.595695) (xy 87.131803 90.595698) (xy 87.131802 90.5957) + (xy 87.074175 90.678) (xy 87.000476 90.783252) (xy 87.000475 90.783254) (xy 86.903718 90.99075) + (xy 86.903714 90.990761) (xy 86.844457 91.21191) (xy 86.844456 91.211918) (xy 86.824502 91.439998) + (xy 86.824502 91.440001) (xy 86.844456 91.668081) (xy 86.844457 91.668089) (xy 86.903714 91.889238) + (xy 86.903718 91.889249) (xy 86.98953 92.073274) (xy 87.000477 92.096749) (xy 87.131802 92.2843) + (xy 87.2937 92.446198) (xy 87.458014 92.561252) (xy 87.481251 92.577523) (xy 87.524345 92.597618) + (xy 87.576784 92.643791) (xy 87.595936 92.710984) (xy 87.57572 92.777865) (xy 87.524345 92.822382) + (xy 87.481251 92.842476) (xy 87.379316 92.913853) (xy 87.2937 92.973802) (xy 87.293698 92.973803) + (xy 87.293695 92.973806) (xy 87.131806 93.135695) (xy 87.131803 93.135698) (xy 87.131802 93.1357) + (xy 87.099183 93.182285) (xy 87.000476 93.323252) (xy 87.000475 93.323254) (xy 86.903718 93.53075) + (xy 86.903714 93.530761) (xy 86.844457 93.75191) (xy 86.844456 93.751918) (xy 86.824502 93.979998) + (xy 86.824502 93.980001) (xy 86.844456 94.208081) (xy 86.844457 94.208089) (xy 86.903714 94.429238) + (xy 86.903718 94.429249) (xy 86.984143 94.601721) (xy 87.000477 94.636749) (xy 87.131802 94.8243) + (xy 87.2937 94.986198) (xy 87.448451 95.094556) (xy 87.481251 95.117523) (xy 87.524345 95.137618) + (xy 87.576784 95.183791) (xy 87.595936 95.250984) (xy 87.57572 95.317865) (xy 87.524345 95.362382) + (xy 87.481251 95.382476) (xy 87.373426 95.457977) (xy 87.2937 95.513802) (xy 87.293698 95.513803) + (xy 87.293695 95.513806) (xy 87.131806 95.675695) (xy 87.131803 95.675698) (xy 87.131802 95.6757) + (xy 87.06697 95.768289) (xy 87.000476 95.863252) (xy 87.000475 95.863254) (xy 86.903718 96.07075) + (xy 86.903714 96.070761) (xy 86.844457 96.29191) (xy 86.844456 96.291918) (xy 86.824502 96.519998) + (xy 86.824502 96.520001) (xy 86.844456 96.748081) (xy 86.844457 96.748089) (xy 86.903714 96.969238) + (xy 86.903718 96.969249) (xy 86.971242 97.114054) (xy 87.000477 97.176749) (xy 87.131802 97.3643) + (xy 87.2937 97.526198) (xy 87.464232 97.645606) (xy 87.481251 97.657523) (xy 87.524345 97.677618) + (xy 87.576784 97.723791) (xy 87.595936 97.790984) (xy 87.57572 97.857865) (xy 87.524345 97.902382) + (xy 87.481251 97.922476) (xy 87.40207 97.97792) (xy 87.2937 98.053802) (xy 87.293698 98.053803) + (xy 87.293695 98.053806) (xy 87.131806 98.215695) (xy 87.131803 98.215698) (xy 87.131802 98.2157) + (xy 87.049767 98.332856) (xy 87.000476 98.403252) (xy 87.000475 98.403254) (xy 86.903718 98.61075) + (xy 86.903714 98.610761) (xy 86.844457 98.83191) (xy 86.844456 98.831918) (xy 86.824502 99.059998) + (xy 86.824502 99.060001) (xy 86.844456 99.288081) (xy 86.844457 99.288089) (xy 86.903714 99.509238) + (xy 86.903718 99.509249) (xy 87.000475 99.716745) (xy 87.000477 99.716749) (xy 87.131802 99.9043) + (xy 87.2937 100.066198) (xy 87.442574 100.170441) (xy 87.481251 100.197523) (xy 87.524345 100.217618) + (xy 87.576784 100.263791) (xy 87.595936 100.330984) (xy 87.57572 100.397865) (xy 87.524345 100.442382) + (xy 87.481251 100.462476) (xy 87.356126 100.55009) (xy 87.2937 100.593802) (xy 87.293698 100.593803) + (xy 87.293695 100.593806) (xy 87.131806 100.755695) (xy 87.131803 100.755698) (xy 87.131802 100.7557) + (xy 87.092318 100.812089) (xy 87.000476 100.943252) (xy 87.000475 100.943254) (xy 86.903718 101.15075) + (xy 86.903714 101.150761) (xy 86.844457 101.37191) (xy 86.844456 101.371918) (xy 86.824502 101.599998) + (xy 86.824502 101.600001) (xy 86.844456 101.828081) (xy 86.844457 101.828089) (xy 86.903714 102.049238) + (xy 86.903718 102.049249) (xy 86.981208 102.215426) (xy 87.000477 102.256749) (xy 87.131802 102.4443) + (xy 87.2937 102.606198) (xy 87.432099 102.703106) (xy 87.481251 102.737523) (xy 87.524345 102.757618) + (xy 87.576784 102.803791) (xy 87.595936 102.870984) (xy 87.57572 102.937865) (xy 87.524345 102.982382) + (xy 87.481251 103.002476) (xy 87.356126 103.09009) (xy 87.2937 103.133802) (xy 87.293698 103.133803) + (xy 87.293695 103.133806) (xy 87.131806 103.295695) (xy 87.131803 103.295698) (xy 87.131802 103.2957) + (xy 87.092318 103.352089) (xy 87.000476 103.483252) (xy 87.000475 103.483254) (xy 86.903718 103.69075) + (xy 86.903714 103.690761) (xy 86.844457 103.91191) (xy 86.844456 103.911918) (xy 86.824502 104.139998) + (xy 86.824502 104.140001) (xy 86.844456 104.368081) (xy 86.844457 104.368089) (xy 86.903714 104.589238) + (xy 86.903718 104.589249) (xy 87.000475 104.796745) (xy 87.000477 104.796749) (xy 87.131802 104.9843) + (xy 87.2937 105.146198) (xy 87.481251 105.277523) (xy 87.524345 105.297618) (xy 87.576784 105.343791) + (xy 87.595936 105.410984) (xy 87.57572 105.477865) (xy 87.524345 105.522382) (xy 87.481251 105.542476) + (xy 87.361998 105.625979) (xy 87.2937 105.673802) (xy 87.293698 105.673803) (xy 87.293695 105.673806) + (xy 87.131806 105.835695) (xy 87.131803 105.835698) (xy 87.131802 105.8357) (xy 87.092318 105.892089) + (xy 87.000476 106.023252) (xy 87.000475 106.023254) (xy 86.903718 106.23075) (xy 86.903714 106.230761) + (xy 86.844457 106.45191) (xy 86.844456 106.451918) (xy 86.824502 106.679998) (xy 86.824502 106.680001) + (xy 86.844456 106.908081) (xy 86.844457 106.908089) (xy 86.903714 107.129238) (xy 86.903718 107.129249) + (xy 86.975471 107.283124) (xy 87.000477 107.336749) (xy 87.131802 107.5243) (xy 87.2937 107.686198) + (xy 87.477823 107.815123) (xy 87.481251 107.817523) (xy 87.524345 107.837618) (xy 87.576784 107.883791) + (xy 87.595936 107.950984) (xy 87.57572 108.017865) (xy 87.524345 108.062382) (xy 87.481251 108.082476) + (xy 87.356126 108.17009) (xy 87.2937 108.213802) (xy 87.293698 108.213803) (xy 87.293695 108.213806) + (xy 87.131806 108.375695) (xy 87.131803 108.375698) (xy 87.131802 108.3757) (xy 87.092318 108.432089) + (xy 87.000476 108.563252) (xy 87.000475 108.563254) (xy 86.903718 108.77075) (xy 86.903714 108.770761) + (xy 86.844457 108.99191) (xy 86.844456 108.991918) (xy 86.824502 109.219998) (xy 86.824502 109.220001) + (xy 86.844456 109.448081) (xy 86.844457 109.448089) (xy 86.903714 109.669238) (xy 86.903718 109.669249) + (xy 86.935685 109.737802) (xy 87.000477 109.876749) (xy 87.131802 110.0643) (xy 87.2937 110.226198) + (xy 87.481251 110.357523) (xy 87.549612 110.3894) (xy 87.68875 110.454281) (xy 87.688752 110.454281) + (xy 87.688757 110.454284) (xy 87.909913 110.513543) (xy 88.072832 110.527796) (xy 88.137998 110.533498) + (xy 88.138 110.533498) (xy 88.138002 110.533498) (xy 88.195021 110.528509) (xy 88.366087 110.513543) + (xy 88.587243 110.454284) (xy 88.794749 110.357523) (xy 88.9823 110.226198) (xy 89.144198 110.0643) + (xy 89.275523 109.876749) (xy 89.372284 109.669243) (xy 89.431543 109.448087) (xy 89.451498 109.22) + (xy 89.45064 109.210198) (xy 89.442032 109.1118) (xy 89.431543 108.991913) (xy 89.372284 108.770757) + (xy 89.275523 108.563251) (xy 89.144198 108.3757) (xy 88.9823 108.213802) (xy 88.794749 108.082477) + (xy 88.751655 108.062382) (xy 88.699215 108.01621) (xy 88.680063 107.949017) (xy 88.700278 107.882136) + (xy 88.751655 107.837618) (xy 88.754882 107.836112) (xy 88.794749 107.817523) (xy 88.9823 107.686198) + (xy 89.144198 107.5243) (xy 89.275523 107.336749) (xy 89.372284 107.129243) (xy 89.431543 106.908087) + (xy 89.451498 106.68) (xy 89.45064 106.670198) (xy 89.442032 106.5718) (xy 89.431543 106.451913) + (xy 89.372284 106.230757) (xy 89.275523 106.023251) (xy 89.144198 105.8357) (xy 88.9823 105.673802) + (xy 88.794749 105.542477) (xy 88.782171 105.536612) (xy 88.751655 105.522382) (xy 88.699215 105.47621) + (xy 88.680063 105.409017) (xy 88.700278 105.342136) (xy 88.751655 105.297618) (xy 88.754882 105.296112) + (xy 88.794749 105.277523) (xy 88.9823 105.146198) (xy 89.144198 104.9843) (xy 89.275523 104.796749) + (xy 89.372284 104.589243) (xy 89.431543 104.368087) (xy 89.451498 104.14) (xy 89.431838 103.915294) + (xy 89.445604 103.846798) (xy 89.467682 103.816812) (xy 91.396494 101.888001) (xy 92.666502 101.888001) + (xy 92.686456 102.116081) (xy 92.686457 102.116089) (xy 92.745714 102.337238) (xy 92.745718 102.337249) + (xy 92.83595 102.530752) (xy 92.842477 102.544749) (xy 92.973802 102.7323) (xy 93.1357 102.894198) + (xy 93.323251 103.025523) (xy 93.400926 103.061743) (xy 93.53075 103.122281) (xy 93.530752 103.122281) + (xy 93.530757 103.122284) (xy 93.751913 103.181543) (xy 93.914832 103.195796) (xy 93.979998 103.201498) + (xy 93.98 103.201498) (xy 93.980002 103.201498) (xy 94.037021 103.196509) (xy 94.208087 103.181543) + (xy 94.429243 103.122284) (xy 94.636749 103.025523) (xy 94.8243 102.894198) (xy 94.986198 102.7323) + (xy 95.117523 102.544749) (xy 95.214284 102.337243) (xy 95.273543 102.116087) (xy 95.293498 101.888) + (xy 95.290609 101.854984) (xy 95.274593 101.671918) (xy 95.273543 101.659913) (xy 95.214284 101.438757) + (xy 95.117523 101.231251) (xy 94.986198 101.0437) (xy 94.8243 100.881802) (xy 94.636749 100.750477) + (xy 94.636745 100.750475) (xy 94.429249 100.653718) (xy 94.429238 100.653714) (xy 94.208089 100.594457) + (xy 94.208081 100.594456) (xy 93.980002 100.574502) (xy 93.979998 100.574502) (xy 93.751918 100.594456) + (xy 93.75191 100.594457) (xy 93.530761 100.653714) (xy 93.53075 100.653718) (xy 93.323254 100.750475) + (xy 93.323252 100.750476) (xy 93.306113 100.762477) (xy 93.1357 100.881802) (xy 93.135698 100.881803) + (xy 93.135695 100.881806) (xy 92.973806 101.043695) (xy 92.973803 101.043698) (xy 92.973802 101.0437) + (xy 92.936661 101.096743) (xy 92.842476 101.231252) (xy 92.842475 101.231254) (xy 92.745718 101.43875) + (xy 92.745714 101.438761) (xy 92.686457 101.65991) (xy 92.686456 101.659918) (xy 92.666502 101.887998) + (xy 92.666502 101.888001) (xy 91.396494 101.888001) (xy 92.929679 100.354816) (xy 92.929683 100.354814) + (xy 93.028814 100.255683) (xy 93.106701 100.139117) (xy 93.16035 100.009595) (xy 93.161291 100.004865) + (xy 93.173416 99.943911) (xy 93.187701 99.872099) (xy 93.187701 99.726794) (xy 93.1877 99.726768) + (xy 93.1877 99.461595) (xy 93.207385 99.394556) (xy 93.240577 99.36002) (xy 93.255293 99.349716) + (xy 93.3203 99.304198) (xy 93.482198 99.1423) (xy 93.613523 98.954749) (xy 93.618305 98.944493) + (xy 93.664472 98.892054) (xy 93.731665 98.872898) (xy 93.798547 98.89311) (xy 93.843067 98.944483) + (xy 93.845862 98.950477) (xy 93.845863 98.950478) (xy 93.896974 99.023472) (xy 94.576 98.344446) + (xy 94.576 98.350661) (xy 94.603259 98.452394) (xy 94.65592 98.543606) (xy 94.730394 98.61808) (xy 94.821606 98.670741) + (xy 94.923339 98.698) (xy 94.929553 98.698) (xy 94.250526 99.377025) (xy 94.323513 99.428132) (xy 94.323521 99.428136) + (xy 94.529668 99.524264) (xy 94.529682 99.524269) (xy 94.749389 99.583139) (xy 94.7494 99.583141) + (xy 94.975998 99.602966) (xy 94.976002 99.602966) (xy 95.202599 99.583141) (xy 95.20261 99.583139) + (xy 95.422317 99.524269) (xy 95.422331 99.524264) (xy 95.628478 99.428136) (xy 95.701471 99.377024) + (xy 95.022447 98.698) (xy 95.028661 98.698) (xy 95.130394 98.670741) (xy 95.221606 98.61808) (xy 95.29608 98.543606) + (xy 95.348741 98.452394) (xy 95.376 98.350661) (xy 95.376 98.344447) (xy 96.055024 99.023471) (xy 96.106136 98.950478) + (xy 96.202264 98.744331) (xy 96.202269 98.744317) (xy 96.261139 98.52461) (xy 96.261141 98.524599) + (xy 96.280966 98.298002) (xy 96.280966 98.297997) (xy 96.261141 98.0714) (xy 96.261139 98.071389) + (xy 96.202269 97.851682) (xy 96.202264 97.851668) (xy 96.106136 97.645521) (xy 96.106132 97.645513) + (xy 96.055025 97.572526) (xy 95.376 98.251551) (xy 95.376 98.245339) (xy 95.348741 98.143606) (xy 95.29608 98.052394) + (xy 95.221606 97.97792) (xy 95.130394 97.925259) (xy 95.028661 97.898) (xy 95.022448 97.898) (xy 95.701472 97.218974) + (xy 95.628478 97.167863) (xy 95.422331 97.071735) (xy 95.422317 97.07173) (xy 95.20261 97.01286) + (xy 95.202599 97.012858) (xy 94.976002 96.993034) (xy 94.975998 96.993034) (xy 94.7494 97.012858) + (xy 94.749389 97.01286) (xy 94.529682 97.07173) (xy 94.529673 97.071734) (xy 94.323516 97.167866) + (xy 94.323512 97.167868) (xy 94.250526 97.218973) (xy 94.250526 97.218974) (xy 94.929553 97.898) + (xy 94.923339 97.898) (xy 94.821606 97.925259) (xy 94.730394 97.97792) (xy 94.65592 98.052394) (xy 94.603259 98.143606) + (xy 94.576 98.245339) (xy 94.576 98.251552) (xy 93.896974 97.572526) (xy 93.896973 97.572526) (xy 93.845868 97.645512) + (xy 93.845865 97.645518) (xy 93.84307 97.651513) (xy 93.796897 97.703951) (xy 93.729703 97.723102) + (xy 93.662822 97.702885) (xy 93.618307 97.651511) (xy 93.617664 97.650132) (xy 93.613523 97.641251) + (xy 93.482198 97.4537) (xy 93.3203 97.291802) (xy 93.320295 97.291798) (xy 93.320292 97.291796) + (xy 93.240576 97.235977) (xy 93.196951 97.1814) (xy 93.1877 97.134403) (xy 93.1877 96.320157) (xy 93.207385 96.253118) + (xy 93.224014 96.232481) (xy 95.005651 94.450843) (xy 95.066972 94.41736) (xy 95.136664 94.422344) + (xy 95.192597 94.464216) (xy 95.216858 94.527718) (xy 95.231813 94.69865) (xy 95.231815 94.69866) + (xy 95.286541 94.902902) (xy 95.286543 94.902906) (xy 95.286544 94.90291) (xy 95.357353 95.054761) + (xy 95.37591 95.094556) (xy 95.375911 95.094558) (xy 95.4972 95.267778) (xy 95.646721 95.417299) + (xy 95.646724 95.417301) (xy 95.819942 95.538589) (xy 96.01159 95.627956) (xy 96.011596 95.627957) + (xy 96.011597 95.627958) (xy 96.012101 95.628093) (xy 96.215845 95.682686) (xy 96.366312 95.69585) + (xy 96.426498 95.701116) (xy 96.4265 95.701116) (xy 96.426502 95.701116) (xy 96.479163 95.696508) + (xy 96.637155 95.682686) (xy 96.84141 95.627956) (xy 97.033058 95.538589) (xy 97.206276 95.417301) + (xy 97.355801 95.267776) (xy 97.477089 95.094558) (xy 97.566456 94.90291) (xy 97.621186 94.698655) + (xy 97.639616 94.488) (xy 97.636973 94.457796) (xy 97.626732 94.340739) (xy 97.621186 94.277345) + (xy 97.566456 94.07309) (xy 97.566453 94.073083) (xy 97.537464 94.010915) (xy 97.526972 93.941838) + (xy 97.555492 93.878054) (xy 97.613969 93.839815) (xy 97.649846 93.834511) (xy 100.834111 93.834511) + (xy 100.90115 93.854196) (xy 100.946905 93.907) (xy 100.958111 93.958511) (xy 100.958111 95.352031) + (xy 100.938426 95.41907) (xy 100.921792 95.439712) (xy 100.844181 95.517323) (xy 100.782858 95.550808) + (xy 100.713166 95.545824) (xy 100.657233 95.503952) (xy 100.632816 95.438488) (xy 100.6325 95.429642) + (xy 100.6325 94.655362) (xy 100.632499 94.655345) (xy 100.627703 94.610744) (xy 100.625989 94.594799) + (xy 100.574889 94.457796) (xy 100.487261 94.340739) (xy 100.370204 94.253111) (xy 100.35263 94.246556) + (xy 100.233203 94.202011) (xy 100.172654 94.1955) (xy 100.172638 94.1955) (xy 98.475362 94.1955) + (xy 98.475345 94.1955) (xy 98.414797 94.202011) (xy 98.414795 94.202011) (xy 98.277795 94.253111) + (xy 98.160739 94.340739) (xy 98.073111 94.457795) (xy 98.022011 94.594795) (xy 98.022011 94.594797) + (xy 98.0155 94.655345) (xy 98.0155 96.352654) (xy 98.022011 96.413202) (xy 98.022011 96.413204) + (xy 98.061845 96.519999) (xy 98.073111 96.550204) (xy 98.160739 96.667261) (xy 98.277796 96.754889) + (xy 98.344244 96.779673) (xy 98.414793 96.805987) (xy 98.414799 96.805989) (xy 98.429499 96.807569) + (xy 98.494048 96.834305) (xy 98.533897 96.891696) (xy 98.536393 96.961521) (xy 98.500742 97.021611) + (xy 98.487377 97.032425) (xy 98.4797 97.037802) (xy 98.479696 97.037805) (xy 98.317806 97.199695) + (xy 98.317803 97.199698) (xy 98.317802 97.1997) (xy 98.285753 97.245471) (xy 98.186476 97.387252) + (xy 98.186475 97.387254) (xy 98.089718 97.59475) (xy 98.089714 97.594761) (xy 98.030457 97.81591) + (xy 98.030456 97.815918) (xy 98.010502 98.043998) (xy 98.010502 98.044001) (xy 98.030456 98.272081) + (xy 98.030457 98.272089) (xy 98.089714 98.493238) (xy 98.089718 98.493249) (xy 98.186475 98.700745) + (xy 98.186477 98.700749) (xy 98.317802 98.8883) (xy 98.4797 99.050198) (xy 98.611241 99.142304) + (xy 98.667251 99.181523) (xy 98.710345 99.201618) (xy 98.762784 99.247791) (xy 98.781936 99.314984) + (xy 98.76172 99.381865) (xy 98.710345 99.426382) (xy 98.667251 99.446476) (xy 98.55616 99.524264) + (xy 98.4797 99.577802) (xy 98.479698 99.577803) (xy 98.479695 99.577806) (xy 98.317806 99.739695) + (xy 98.317803 99.739698) (xy 98.317802 99.7397) (xy 98.235767 99.856856) (xy 98.186476 99.927252) + (xy 98.186475 99.927254) (xy 98.089718 100.13475) (xy 98.089714 100.134761) (xy 98.030457 100.35591) + (xy 98.030456 100.355918) (xy 98.010502 100.583998) (xy 98.010502 100.584001) (xy 98.030456 100.812081) + (xy 98.030457 100.812089) (xy 98.089714 101.033238) (xy 98.089718 101.033249) (xy 98.186475 101.240745) + (xy 98.186477 101.240749) (xy 98.317802 101.4283) (xy 98.4797 101.590198) (xy 98.667251 101.721523) + (xy 98.710345 101.741618) (xy 98.762784 101.787791) (xy 98.781936 101.854984) (xy 98.76172 101.921865) + (xy 98.710345 101.966382) (xy 98.667251 101.986476) (xy 98.542126 102.07409) (xy 98.4797 102.117802) + (xy 98.479698 102.117803) (xy 98.479695 102.117806) (xy 98.317806 102.279695) (xy 98.317803 102.279698) + (xy 98.317802 102.2797) (xy 98.269103 102.349249) (xy 98.186476 102.467252) (xy 98.186475 102.467254) + (xy 98.089718 102.67475) (xy 98.089714 102.674761) (xy 98.030457 102.89591) (xy 98.030456 102.895918) + (xy 98.010502 103.123998) (xy 98.010502 103.124001) (xy 98.030456 103.352081) (xy 98.030457 103.352089) + (xy 98.089714 103.573238) (xy 98.089718 103.573249) (xy 98.170067 103.745558) (xy 98.186477 103.780749) + (xy 98.317802 103.9683) (xy 98.4797 104.130198) (xy 98.650109 104.24952) (xy 98.667251 104.261523) + (xy 98.710345 104.281618) (xy 98.762784 104.327791) (xy 98.781936 104.394984) (xy 98.76172 104.461865) + (xy 98.710345 104.506382) (xy 98.667251 104.526476) (xy 98.546683 104.6109) (xy 98.4797 104.657802) + (xy 98.479698 104.657803) (xy 98.479695 104.657806) (xy 98.317806 104.819695) (xy 98.317803 104.819698) + (xy 98.317802 104.8197) (xy 98.273339 104.8832) (xy 98.186476 105.007252) (xy 98.186475 105.007254) + (xy 98.089718 105.21475) (xy 98.089714 105.214761) (xy 98.030457 105.43591) (xy 98.030456 105.435918) + (xy 98.010502 105.663998) (xy 98.010502 105.664001) (xy 98.030456 105.892081) (xy 98.030457 105.892089) + (xy 98.089714 106.113238) (xy 98.089718 106.113249) (xy 98.158926 106.261665) (xy 98.186477 106.320749) + (xy 98.317802 106.5083) (xy 98.4797 106.670198) (xy 98.667251 106.801523) (xy 98.710345 106.821618) + (xy 98.762784 106.867791) (xy 98.781936 106.934984) (xy 98.76172 107.001865) (xy 98.710345 107.046382) + (xy 98.667251 107.066476) (xy 98.542126 107.15409) (xy 98.4797 107.197802) (xy 98.479698 107.197803) + (xy 98.479695 107.197806) (xy 98.317806 107.359695) (xy 98.317803 107.359698) (xy 98.317802 107.3597) + (xy 98.273339 107.4232) (xy 98.186476 107.547252) (xy 98.186475 107.547254) (xy 98.089718 107.75475) + (xy 98.089714 107.754761) (xy 98.030457 107.97591) (xy 98.030456 107.975918) (xy 98.010502 108.203998) + (xy 98.010502 108.204001) (xy 98.030456 108.432081) (xy 98.030457 108.432089) (xy 98.089714 108.653238) + (xy 98.089718 108.653249) (xy 98.119326 108.716743) (xy 98.186477 108.860749) (xy 98.317802 109.0483) + (xy 98.4797 109.210198) (xy 98.612982 109.303523) (xy 98.667251 109.341523) (xy 98.710345 109.361618) + (xy 98.762784 109.407791) (xy 98.781936 109.474984) (xy 98.76172 109.541865) (xy 98.710345 109.586382) + (xy 98.667251 109.606476) (xy 98.542126 109.69409) (xy 98.4797 109.737802) (xy 98.479698 109.737803) + (xy 98.479695 109.737806) (xy 98.317806 109.899695) (xy 98.186476 110.087252) (xy 98.186475 110.087254) + (xy 98.089718 110.29475) (xy 98.089714 110.294761) (xy 98.030457 110.51591) (xy 98.030456 110.515918) + (xy 98.010502 110.743998) (xy 98.010502 110.744001) (xy 98.030456 110.972081) (xy 98.030457 110.972089) + (xy 98.089714 111.193238) (xy 98.089718 111.193249) (xy 98.138907 111.298735) (xy 98.186477 111.400749) + (xy 98.317802 111.5883) (xy 98.4797 111.750198) (xy 98.654388 111.872516) (xy 98.667251 111.881523) + (xy 98.710345 111.901618) (xy 98.762784 111.947791) (xy 98.781936 112.014984) (xy 98.76172 112.081865) + (xy 98.710345 112.126382) (xy 98.667251 112.146476) (xy 98.583786 112.20492) (xy 98.4797 112.277802) + (xy 98.479698 112.277803) (xy 98.479695 112.277806) (xy 98.317806 112.439695) (xy 98.186476 112.627252) + (xy 98.186475 112.627254) (xy 98.089718 112.83475) (xy 98.089714 112.834761) (xy 98.030457 113.05591) + (xy 98.030456 113.055918) (xy 98.010502 113.283998) (xy 98.010502 113.284001) (xy 98.030456 113.512081) + (xy 98.030457 113.512089) (xy 98.089714 113.733238) (xy 98.089718 113.733249) (xy 98.186475 113.940745) + (xy 98.186477 113.940749) (xy 98.317802 114.1283) (xy 98.4797 114.290198) (xy 98.667251 114.421523) + (xy 98.719983 114.446112) (xy 98.87475 114.518281) (xy 98.874752 114.518281) (xy 98.874757 114.518284) + (xy 99.095913 114.577543) (xy 99.258832 114.591796) (xy 99.323998 114.597498) (xy 99.324 114.597498) + (xy 99.324002 114.597498) (xy 99.381021 114.592509) (xy 99.552087 114.577543) (xy 99.773243 114.518284) + (xy 99.980749 114.421523) (xy 100.1683 114.290198) (xy 100.330198 114.1283) (xy 100.461523 113.940749) + (xy 100.558284 113.733243) (xy 100.617543 113.512087) (xy 100.637498 113.284) (xy 100.634371 113.248263) + (xy 100.629042 113.187345) (xy 100.617543 113.055913) (xy 100.558284 112.834757) (xy 100.461523 112.627251) + (xy 100.330198 112.4397) (xy 100.1683 112.277802) (xy 99.980749 112.146477) (xy 99.937655 112.126382) + (xy 99.885215 112.08021) (xy 99.866063 112.013017) (xy 99.886278 111.946136) (xy 99.937655 111.901618) + (xy 99.940882 111.900112) (xy 99.980749 111.881523) (xy 100.1683 111.750198) (xy 100.330198 111.5883) + (xy 100.461523 111.400749) (xy 100.558284 111.193243) (xy 100.617543 110.972087) (xy 100.637498 110.744) + (xy 100.633505 110.698365) (xy 100.617543 110.515918) (xy 100.617543 110.515913) (xy 100.558284 110.294757) + (xy 100.554245 110.286096) (xy 100.519736 110.212091) (xy 100.461523 110.087251) (xy 100.330198 109.8997) + (xy 100.1683 109.737802) (xy 99.980749 109.606477) (xy 99.937655 109.586382) (xy 99.885215 109.54021) + (xy 99.866063 109.473017) (xy 99.886278 109.406136) (xy 99.937655 109.361618) (xy 99.957976 109.352142) + (xy 99.980749 109.341523) (xy 100.1683 109.210198) (xy 100.330198 109.0483) (xy 100.461523 108.860749) + (xy 100.558284 108.653243) (xy 100.617543 108.432087) (xy 100.637498 108.204) (xy 100.617543 107.975913) + (xy 100.558284 107.754757) (xy 100.461523 107.547251) (xy 100.330198 107.3597) (xy 100.1683 107.197802) + (xy 99.980749 107.066477) (xy 99.978364 107.065365) (xy 99.937655 107.046382) (xy 99.885215 107.00021) + (xy 99.866063 106.933017) (xy 99.886278 106.866136) (xy 99.937655 106.821618) (xy 99.940882 106.820112) + (xy 99.980749 106.801523) (xy 100.1683 106.670198) (xy 100.330198 106.5083) (xy 100.461523 106.320749) + (xy 100.558284 106.113243) (xy 100.617543 105.892087) (xy 100.637498 105.664) (xy 100.617543 105.435913) + (xy 100.558284 105.214757) (xy 100.461523 105.007251) (xy 100.330198 104.8197) (xy 100.1683 104.657802) + (xy 99.980749 104.526477) (xy 99.978364 104.525365) (xy 99.937655 104.506382) (xy 99.885215 104.46021) + (xy 99.866063 104.393017) (xy 99.886278 104.326136) (xy 99.937655 104.281618) (xy 99.940882 104.280112) + (xy 99.980749 104.261523) (xy 100.1683 104.130198) (xy 100.330198 103.9683) (xy 100.461523 103.780749) + (xy 100.558284 103.573243) (xy 100.617543 103.352087) (xy 100.637498 103.124) (xy 100.617543 102.895913) + (xy 100.558284 102.674757) (xy 100.461523 102.467251) (xy 100.330198 102.2797) (xy 100.1683 102.117802) + (xy 99.980749 101.986477) (xy 99.978364 101.985365) (xy 99.937655 101.966382) (xy 99.885215 101.92021) + (xy 99.866063 101.853017) (xy 99.886278 101.786136) (xy 99.937655 101.741618) (xy 99.940882 101.740112) + (xy 99.980749 101.721523) (xy 100.1683 101.590198) (xy 100.330198 101.4283) (xy 100.461523 101.240749) + (xy 100.558284 101.033243) (xy 100.617543 100.812087) (xy 100.637498 100.584) (xy 100.617543 100.355913) + (xy 100.558284 100.134757) (xy 100.461523 99.927251) (xy 100.330198 99.7397) (xy 100.1683 99.577802) + (xy 99.980749 99.446477) (xy 99.979419 99.445857) (xy 99.937655 99.426382) (xy 99.885215 99.38021) + (xy 99.866063 99.313017) (xy 99.886278 99.246136) (xy 99.937655 99.201618) (xy 99.940882 99.200112) + (xy 99.980749 99.181523) (xy 100.1683 99.050198) (xy 100.330198 98.8883) (xy 100.461523 98.700749) + (xy 100.558284 98.493243) (xy 100.617543 98.272087) (xy 100.637498 98.044) (xy 100.617838 97.819293) + (xy 100.631604 97.750797) (xy 100.653679 97.720815) (xy 102.116422 96.258071) (xy 102.11643 96.258065) + (xy 102.12349 96.251004) (xy 102.123494 96.251003) (xy 102.222625 96.151872) (xy 102.300512 96.035306) + (xy 102.31199 96.007595) (xy 102.354162 95.905784) (xy 102.381512 95.768285) (xy 102.381512 95.628093) + (xy 102.381512 95.622983) (xy 102.381511 95.622957) (xy 102.381511 92.889929) (xy 102.401196 92.82289) + (xy 102.41783 92.802248) (xy 104.172059 91.048019) (xy 104.233382 91.014534) (xy 104.25974 91.0117) + (xy 105.276395 91.0117) (xy 105.343434 91.031385) (xy 105.389189 91.084189) (xy 105.399133 91.153347) + (xy 105.37797 91.206824) (xy 105.315866 91.295517) (xy 105.219734 91.501673) (xy 105.21973 91.501682) + (xy 105.16086 91.721389) (xy 105.160858 91.7214) (xy 105.141034 91.947997) (xy 105.141034 91.948002) + (xy 105.160858 92.174599) (xy 105.16086 92.17461) (xy 105.21973 92.394317) (xy 105.219735 92.394331) + (xy 105.315863 92.600478) (xy 105.366974 92.673472) (xy 106.046 91.994446) (xy 106.046 92.000661) + (xy 106.073259 92.102394) (xy 106.12592 92.193606) (xy 106.200394 92.26808) (xy 106.291606 92.320741) + (xy 106.393339 92.348) (xy 106.399553 92.348) (xy 105.720526 93.027025) (xy 105.793513 93.078132) + (xy 105.793521 93.078136) (xy 105.999668 93.174264) (xy 105.999682 93.174269) (xy 106.219389 93.233139) + (xy 106.2194 93.233141) (xy 106.445998 93.252966) (xy 106.446002 93.252966) (xy 106.672599 93.233141) + (xy 106.67261 93.233139) (xy 106.892317 93.174269) (xy 106.892331 93.174264) (xy 107.098478 93.078136) + (xy 107.171471 93.027024) (xy 106.492447 92.348) (xy 106.498661 92.348) (xy 106.600394 92.320741) + (xy 106.691606 92.26808) (xy 106.76608 92.193606) (xy 106.818741 92.102394) (xy 106.846 92.000661) + (xy 106.846 91.994447) (xy 107.525024 92.673471) (xy 107.576135 92.60048) (xy 107.578928 92.594491) + (xy 107.625099 92.542051) (xy 107.692293 92.522898) (xy 107.759174 92.543113) (xy 107.803692 92.594488) + (xy 107.808477 92.604749) (xy 107.939802 92.7923) (xy 108.1017 92.954198) (xy 108.289251 93.085523) + (xy 108.396846 93.135695) (xy 108.49675 93.182281) (xy 108.496752 93.182281) (xy 108.496757 93.182284) + (xy 108.717913 93.241543) (xy 108.903108 93.257745) (xy 108.968176 93.283197) (xy 109.009155 93.339788) + (xy 109.0163 93.381273) (xy 109.0163 98.713841) (xy 108.996615 98.78088) (xy 108.979981 98.801522) + (xy 108.083681 99.697821) (xy 108.022358 99.731306) (xy 107.952666 99.726322) (xy 107.908319 99.697821) + (xy 107.788304 99.577806) (xy 107.7883 99.577802) (xy 107.600749 99.446477) (xy 107.547596 99.421691) + (xy 107.495158 99.375519) (xy 107.476007 99.308325) (xy 107.496223 99.241444) (xy 107.5476 99.196927) + (xy 107.596483 99.174133) (xy 107.78282 99.043657) (xy 107.943657 98.88282) (xy 108.074134 98.696482) + (xy 108.170265 98.490326) (xy 108.170269 98.490317) (xy 108.222872 98.294) (xy 107.259686 98.294) + (xy 107.26408 98.289606) (xy 107.316741 98.198394) (xy 107.344 98.096661) (xy 107.344 97.991339) + (xy 107.316741 97.889606) (xy 107.26408 97.798394) (xy 107.259686 97.794) (xy 108.222872 97.794) + (xy 108.222872 97.793999) (xy 108.170269 97.597682) (xy 108.170265 97.597673) (xy 108.074134 97.391517) + (xy 107.943657 97.205179) (xy 107.78282 97.044342) (xy 107.596481 96.913865) (xy 107.596479 96.913864) + (xy 107.547599 96.891071) (xy 107.495159 96.844899) (xy 107.476007 96.777706) (xy 107.496223 96.710824) + (xy 107.547599 96.666307) (xy 107.600749 96.641523) (xy 107.7883 96.510198) (xy 107.950198 96.3483) + (xy 108.081523 96.160749) (xy 108.178284 95.953243) (xy 108.237543 95.732087) (xy 108.257498 95.504) + (xy 108.237543 95.275913) (xy 108.178284 95.054757) (xy 108.081523 94.847251) (xy 107.950198 94.6597) + (xy 107.7883 94.497802) (xy 107.600749 94.366477) (xy 107.600745 94.366475) (xy 107.393249 94.269718) + (xy 107.393238 94.269714) (xy 107.172089 94.210457) (xy 107.172081 94.210456) (xy 106.944002 94.190502) + (xy 106.943998 94.190502) (xy 106.715918 94.210456) (xy 106.71591 94.210457) (xy 106.494761 94.269714) + (xy 106.49475 94.269718) (xy 106.287254 94.366475) (xy 106.287252 94.366476) (xy 106.287251 94.366477) + (xy 106.0997 94.497802) (xy 106.099698 94.497803) (xy 106.099695 94.497806) (xy 105.937806 94.659695) + (xy 105.937803 94.659698) (xy 105.937802 94.6597) (xy 105.874296 94.750396) (xy 105.806476 94.847252) + (xy 105.806475 94.847254) (xy 105.709718 95.05475) (xy 105.709714 95.054761) (xy 105.650457 95.27591) + (xy 105.650456 95.275918) (xy 105.630502 95.503998) (xy 105.630502 95.504001) (xy 105.650456 95.732081) + (xy 105.650457 95.732089) (xy 105.709714 95.953238) (xy 105.709718 95.953249) (xy 105.806475 96.160745) + (xy 105.806477 96.160749) (xy 105.937802 96.3483) (xy 106.0997 96.510198) (xy 106.237519 96.6067) + (xy 106.287251 96.641523) (xy 106.340401 96.666307) (xy 106.39284 96.712479) (xy 106.411992 96.779673) + (xy 106.391776 96.846554) (xy 106.340401 96.891071) (xy 106.291517 96.913865) (xy 106.105179 97.044342) + (xy 105.944342 97.205179) (xy 105.813865 97.391517) (xy 105.717734 97.597673) (xy 105.71773 97.597682) + (xy 105.665127 97.793999) (xy 105.665128 97.794) (xy 106.628314 97.794) (xy 106.62392 97.798394) + (xy 106.571259 97.889606) (xy 106.544 97.991339) (xy 106.544 98.096661) (xy 106.571259 98.198394) + (xy 106.62392 98.289606) (xy 106.628314 98.294) (xy 105.665128 98.294) (xy 105.71773 98.490317) + (xy 105.717734 98.490326) (xy 105.813865 98.696482) (xy 105.944342 98.88282) (xy 106.105179 99.043657) + (xy 106.291517 99.174133) (xy 106.340399 99.196927) (xy 106.392839 99.243099) (xy 106.411992 99.310292) + (xy 106.391777 99.377174) (xy 106.340402 99.421691) (xy 106.287256 99.446474) (xy 106.287252 99.446476) + (xy 106.274476 99.455422) (xy 106.0997 99.577802) (xy 106.099698 99.577803) (xy 106.099695 99.577806) + (xy 105.937806 99.739695) (xy 105.937803 99.739698) (xy 105.937802 99.7397) (xy 105.855767 99.856856) + (xy 105.806476 99.927252) (xy 105.806475 99.927254) (xy 105.709718 100.13475) (xy 105.709714 100.134761) + (xy 105.650457 100.35591) (xy 105.650456 100.355918) (xy 105.630502 100.583998) (xy 105.630502 100.584001) + (xy 105.650456 100.812081) (xy 105.650457 100.812089) (xy 105.709714 101.033238) (xy 105.709718 101.033249) + (xy 105.806475 101.240745) (xy 105.806477 101.240749) (xy 105.937802 101.4283) (xy 106.0997 101.590198) + (xy 106.287251 101.721523) (xy 106.330345 101.741618) (xy 106.382784 101.787791) (xy 106.401936 101.854984) + (xy 106.38172 101.921865) (xy 106.330345 101.966382) (xy 106.287251 101.986476) (xy 106.162126 102.07409) + (xy 106.0997 102.117802) (xy 106.099698 102.117803) (xy 106.099695 102.117806) (xy 105.937806 102.279695) + (xy 105.937803 102.279698) (xy 105.937802 102.2797) (xy 105.889103 102.349249) (xy 105.806476 102.467252) + (xy 105.806475 102.467254) (xy 105.709718 102.67475) (xy 105.709714 102.674761) (xy 105.650457 102.89591) + (xy 105.650456 102.895918) (xy 105.630502 103.123998) (xy 105.630502 103.124001) (xy 105.650456 103.352081) + (xy 105.650457 103.352089) (xy 105.709714 103.573238) (xy 105.709718 103.573249) (xy 105.790067 103.745558) + (xy 105.806477 103.780749) (xy 105.937802 103.9683) (xy 106.0997 104.130198) (xy 106.270109 104.24952) + (xy 106.287251 104.261523) (xy 106.330345 104.281618) (xy 106.382784 104.327791) (xy 106.401936 104.394984) + (xy 106.38172 104.461865) (xy 106.330345 104.506382) (xy 106.287251 104.526476) (xy 106.166683 104.6109) + (xy 106.0997 104.657802) (xy 106.099698 104.657803) (xy 106.099695 104.657806) (xy 105.937806 104.819695) + (xy 105.937803 104.819698) (xy 105.937802 104.8197) (xy 105.893339 104.8832) (xy 105.806476 105.007252) + (xy 105.806475 105.007254) (xy 105.709718 105.21475) (xy 105.709714 105.214761) (xy 105.650457 105.43591) + (xy 105.650456 105.435918) (xy 105.630502 105.663998) (xy 105.630502 105.664001) (xy 105.650456 105.892081) + (xy 105.650457 105.892089) (xy 105.709714 106.113238) (xy 105.709718 106.113249) (xy 105.778926 106.261665) + (xy 105.806477 106.320749) (xy 105.937802 106.5083) (xy 106.0997 106.670198) (xy 106.287251 106.801523) + (xy 106.330345 106.821618) (xy 106.382784 106.867791) (xy 106.401936 106.934984) (xy 106.38172 107.001865) + (xy 106.330345 107.046382) (xy 106.287251 107.066476) (xy 106.162126 107.15409) (xy 106.0997 107.197802) + (xy 106.099698 107.197803) (xy 106.099695 107.197806) (xy 105.937806 107.359695) (xy 105.937803 107.359698) + (xy 105.937802 107.3597) (xy 105.893339 107.4232) (xy 105.806476 107.547252) (xy 105.806475 107.547254) + (xy 105.709718 107.75475) (xy 105.709714 107.754761) (xy 105.650457 107.97591) (xy 105.650456 107.975918) + (xy 105.630502 108.203998) (xy 105.630502 108.204001) (xy 105.650456 108.432081) (xy 105.650457 108.432089) + (xy 105.709714 108.653238) (xy 105.709718 108.653249) (xy 105.739326 108.716743) (xy 105.806477 108.860749) + (xy 105.937802 109.0483) (xy 106.0997 109.210198) (xy 106.232982 109.303523) (xy 106.287251 109.341523) + (xy 106.330345 109.361618) (xy 106.382784 109.407791) (xy 106.401936 109.474984) (xy 106.38172 109.541865) + (xy 106.330345 109.586382) (xy 106.287251 109.606476) (xy 106.162126 109.69409) (xy 106.0997 109.737802) + (xy 106.099698 109.737803) (xy 106.099695 109.737806) (xy 105.937806 109.899695) (xy 105.806476 110.087252) + (xy 105.806475 110.087254) (xy 105.709718 110.29475) (xy 105.709714 110.294761) (xy 105.650457 110.51591) + (xy 105.650456 110.515918) (xy 105.630502 110.743998) (xy 105.630502 110.744001) (xy 105.650456 110.972081) + (xy 105.650457 110.972089) (xy 105.709714 111.193238) (xy 105.709718 111.193249) (xy 105.758907 111.298735) + (xy 105.806477 111.400749) (xy 105.937802 111.5883) (xy 106.0997 111.750198) (xy 106.274388 111.872516) + (xy 106.287251 111.881523) (xy 106.330345 111.901618) (xy 106.382784 111.947791) (xy 106.401936 112.014984) + (xy 106.38172 112.081865) (xy 106.330345 112.126382) (xy 106.287251 112.146476) (xy 106.203786 112.20492) + (xy 106.0997 112.277802) (xy 106.099698 112.277803) (xy 106.099695 112.277806) (xy 105.937806 112.439695) + (xy 105.806476 112.627252) (xy 105.806475 112.627254) (xy 105.709718 112.83475) (xy 105.709714 112.834761) + (xy 105.650457 113.05591) (xy 105.650456 113.055918) (xy 105.630502 113.283998) (xy 105.630502 113.284001) + (xy 105.650456 113.512081) (xy 105.650457 113.512089) (xy 105.709714 113.733238) (xy 105.709718 113.733249) + (xy 105.806475 113.940745) (xy 105.806477 113.940749) (xy 105.937802 114.1283) (xy 106.0997 114.290198) + (xy 106.287251 114.421523) (xy 106.339983 114.446112) (xy 106.49475 114.518281) (xy 106.494752 114.518281) + (xy 106.494757 114.518284) (xy 106.715913 114.577543) (xy 106.878832 114.591796) (xy 106.943998 114.597498) + (xy 106.944 114.597498) (xy 106.944002 114.597498) (xy 107.001021 114.592509) (xy 107.172087 114.577543) + (xy 107.393243 114.518284) (xy 107.600749 114.421523) (xy 107.7883 114.290198) (xy 107.950198 114.1283) + (xy 108.081523 113.940749) (xy 108.178284 113.733243) (xy 108.237543 113.512087) (xy 108.257498 113.284) + (xy 108.254371 113.248263) (xy 108.249042 113.187345) (xy 108.237543 113.055913) (xy 108.178284 112.834757) + (xy 108.081523 112.627251) (xy 107.950198 112.4397) (xy 107.7883 112.277802) (xy 107.600749 112.146477) + (xy 107.557655 112.126382) (xy 107.505215 112.08021) (xy 107.486063 112.013017) (xy 107.506278 111.946136) + (xy 107.557655 111.901618) (xy 107.560882 111.900112) (xy 107.600749 111.881523) (xy 107.7883 111.750198) + (xy 107.950198 111.5883) (xy 108.081523 111.400749) (xy 108.178284 111.193243) (xy 108.237543 110.972087) + (xy 108.257498 110.744) (xy 108.253505 110.698365) (xy 108.237543 110.515918) (xy 108.237543 110.515913) + (xy 108.178284 110.294757) (xy 108.174245 110.286096) (xy 108.139736 110.212091) (xy 108.081523 110.087251) + (xy 107.950198 109.8997) (xy 107.7883 109.737802) (xy 107.600749 109.606477) (xy 107.557655 109.586382) + (xy 107.505215 109.54021) (xy 107.486063 109.473017) (xy 107.506278 109.406136) (xy 107.557655 109.361618) + (xy 107.577976 109.352142) (xy 107.600749 109.341523) (xy 107.7883 109.210198) (xy 107.950198 109.0483) + (xy 108.081523 108.860749) (xy 108.178284 108.653243) (xy 108.237543 108.432087) (xy 108.257498 108.204) + (xy 108.237543 107.975913) (xy 108.178284 107.754757) (xy 108.081523 107.547251) (xy 107.950198 107.3597) + (xy 107.7883 107.197802) (xy 107.600749 107.066477) (xy 107.598364 107.065365) (xy 107.557655 107.046382) + (xy 107.505215 107.00021) (xy 107.486063 106.933017) (xy 107.506278 106.866136) (xy 107.557655 106.821618) + (xy 107.560882 106.820112) (xy 107.600749 106.801523) (xy 107.7883 106.670198) (xy 107.950198 106.5083) + (xy 108.081523 106.320749) (xy 108.178284 106.113243) (xy 108.237543 105.892087) (xy 108.257498 105.664) + (xy 108.237543 105.435913) (xy 108.178284 105.214757) (xy 108.081523 105.007251) (xy 107.950198 104.8197) + (xy 107.7883 104.657802) (xy 107.600749 104.526477) (xy 107.598364 104.525365) (xy 107.557655 104.506382) + (xy 107.505215 104.46021) (xy 107.486063 104.393017) (xy 107.506278 104.326136) (xy 107.557655 104.281618) + (xy 107.560882 104.280112) (xy 107.600749 104.261523) (xy 107.7883 104.130198) (xy 107.950198 103.9683) + (xy 108.081523 103.780749) (xy 108.178284 103.573243) (xy 108.237543 103.352087) (xy 108.257498 103.124) + (xy 108.237543 102.895913) (xy 108.178284 102.674757) (xy 108.081523 102.467251) (xy 107.950198 102.2797) + (xy 107.7883 102.117802) (xy 107.600749 101.986477) (xy 107.598364 101.985365) (xy 107.557655 101.966382) + (xy 107.505215 101.92021) (xy 107.486063 101.853017) (xy 107.506278 101.786136) (xy 107.557655 101.741618) + (xy 107.560882 101.740112) (xy 107.600749 101.721523) (xy 107.7883 101.590198) (xy 107.950198 101.4283) + (xy 108.006022 101.348574) (xy 108.060598 101.304952) (xy 108.107596 101.2957) (xy 108.12777 101.2957) + (xy 108.12779 101.295701) (xy 108.133904 101.295701) (xy 108.274097 101.295701) (xy 108.274098 101.2957) + (xy 108.411595 101.268351) (xy 108.486485 101.23733) (xy 108.541117 101.214701) (xy 108.657683 101.136814) + (xy 108.756814 101.037683) (xy 108.756815 101.037681) (xy 108.763881 101.030615) (xy 108.763884 101.030611) + (xy 110.122119 99.672376) (xy 110.183442 99.638891) (xy 110.253134 99.643875) (xy 110.309067 99.685747) + (xy 110.333484 99.751211) (xy 110.3338 99.760057) (xy 110.3338 115.3575) (xy 110.314115 115.424539) + (xy 110.261311 115.470294) (xy 110.2098 115.4815) (xy 109.660421 115.4815) (xy 109.593382 115.461815) + (xy 109.547627 115.409011) (xy 109.537683 115.339853) (xy 109.54249 115.319182) (xy 109.552982 115.286889) + (xy 109.564342 115.251928) (xy 109.584304 115.062) (xy 109.564342 114.872072) (xy 109.505327 114.690444) + (xy 109.40984 114.525056) (xy 109.282053 114.383134) (xy 109.127552 114.270882) (xy 108.953088 114.193206) + (xy 108.953086 114.193205) (xy 108.766287 114.1535) (xy 108.575313 114.1535) (xy 108.388514 114.193205) + (xy 108.388512 114.193206) (xy 108.229306 114.264089) (xy 108.214046 114.270883) (xy 108.059545 114.383135) + (xy 107.931759 114.525057) (xy 107.836273 114.690443) (xy 107.83627 114.69045) (xy 107.777259 114.872067) + (xy 107.777257 114.872078) (xy 107.772806 114.914418) (xy 107.746221 114.979032) (xy 107.737167 114.989135) + (xy 107.532685 115.193618) (xy 107.34632 115.379983) (xy 107.346317 115.379986) (xy 107.317292 115.409011) + (xy 107.247184 115.479118) (xy 107.169302 115.595677) (xy 107.169297 115.595686) (xy 107.147063 115.649366) + (xy 107.147063 115.649367) (xy 107.115649 115.725205) (xy 107.115647 115.725211) (xy 107.088299 115.862699) + (xy 107.088299 116.009009) (xy 107.0883 116.00903) (xy 107.0883 117.630768) (xy 107.088299 117.630794) + (xy 107.088299 117.7761) (xy 107.115647 117.913587) (xy 107.115649 117.913595) (xy 107.138606 117.969018) + (xy 107.169295 118.04311) (xy 107.169302 118.043123) (xy 107.247185 118.159682) (xy 107.247188 118.159686) + (xy 107.350636 118.263134) (xy 107.350658 118.263154) (xy 108.102589 119.015085) (xy 108.136074 119.076408) + (xy 108.135115 119.133202) (xy 108.129435 119.155633) (xy 108.11587 119.319333) (xy 108.090717 119.384517) + (xy 108.034314 119.425755) (xy 107.964571 119.429953) (xy 107.944842 119.423653) (xy 107.881157 119.397274) + (xy 107.881156 119.397274) (xy 107.816395 119.370449) (xy 107.816387 119.370447) (xy 107.6789 119.343099) + (xy 107.678896 119.343099) (xy 107.538704 119.343099) (xy 107.53259 119.343099) (xy 107.53257 119.3431) + (xy 103.22143 119.3431) (xy 103.22141 119.343099) (xy 103.215296 119.343099) (xy 103.075104 119.343099) + (xy 103.075099 119.343099) (xy 102.937612 119.370447) (xy 102.937604 119.370449) (xy 102.808085 119.424097) + (xy 102.808076 119.424102) (xy 102.691517 119.501985) (xy 102.691513 119.501988) (xy 102.589959 119.603543) + (xy 102.589941 119.603562) (xy 100.572962 121.620541) (xy 100.511639 121.654026) (xy 100.441947 121.649042) + (xy 100.386014 121.60717) (xy 100.372904 121.585273) (xy 100.364589 121.567442) (xy 100.243301 121.394224) + (xy 100.243299 121.394221) (xy 100.093778 121.2447) (xy 99.920558 121.123411) (xy 99.920556 121.12341) + (xy 99.814497 121.073954) (xy 99.72891 121.034044) (xy 99.728906 121.034043) (xy 99.728902 121.034041) + (xy 99.52466 120.979315) (xy 99.524656 120.979314) (xy 99.524655 120.979314) (xy 99.524654 120.979313) + (xy 99.524649 120.979313) (xy 99.314002 120.960884) (xy 99.313998 120.960884) (xy 99.10335 120.979313) + (xy 99.103339 120.979315) (xy 98.899097 121.034041) (xy 98.899088 121.034045) (xy 98.707443 121.12341) + (xy 98.707441 121.123411) (xy 98.534221 121.2447) (xy 98.3847 121.394221) (xy 98.263411 121.567441) + (xy 98.26341 121.567443) (xy 98.222115 121.656001) (xy 98.180259 121.745763) (xy 98.174045 121.759088) + (xy 98.174041 121.759097) (xy 98.119315 121.963339) (xy 98.119313 121.96335) (xy 98.100884 122.173998) + (xy 98.100884 122.174001) (xy 98.119313 122.384649) (xy 98.119315 122.38466) (xy 98.174041 122.588902) + (xy 98.174043 122.588906) (xy 98.174044 122.58891) (xy 98.22762 122.703804) (xy 98.26341 122.780556) + (xy 98.263411 122.780558) (xy 98.3847 122.953778) (xy 98.534221 123.103299) (xy 98.688975 123.211658) + (xy 98.707442 123.224589) (xy 98.725265 123.2329) (xy 98.777702 123.27907) (xy 98.796855 123.346264) + (xy 98.77664 123.413145) (xy 98.76054 123.432962) (xy 97.141523 125.051981) (xy 97.0802 125.085466) + (xy 97.053842 125.0883) (xy 93.276231 125.0883) (xy 93.276211 125.088299) (xy 93.270097 125.088299) + (xy 93.129904 125.088299) (xy 93.129899 125.088299) (xy 92.992412 125.115647) (xy 92.992404 125.115649) + (xy 92.907387 125.150865) (xy 92.907386 125.150865) (xy 92.862889 125.169295) (xy 92.862876 125.169302) + (xy 92.746318 125.247184) (xy 92.713081 125.280422) (xy 92.647186 125.346317) (xy 92.647183 125.34632) + (xy 89.420677 128.572825) (xy 89.359354 128.60631) (xy 89.289662 128.601326) (xy 89.233729 128.559454) + (xy 89.231442 128.556297) (xy 89.144198 128.4317) (xy 88.9823 128.269802) (xy 88.794749 128.138477) + (xy 88.751655 128.118382) (xy 88.699215 128.07221) (xy 88.680063 128.005017) (xy 88.700278 127.938136) + (xy 88.751655 127.893618) (xy 88.754882 127.892112) (xy 88.794749 127.873523) (xy 88.9823 127.742198) + (xy 89.144198 127.5803) (xy 89.275523 127.392749) (xy 89.372284 127.185243) (xy 89.431543 126.964087) + (xy 89.450336 126.749287) (xy 89.451498 126.736001) (xy 89.451498 126.735998) (xy 89.44375 126.647441) + (xy 89.431543 126.507913) (xy 89.372284 126.286757) (xy 89.370445 126.282814) (xy 89.320924 126.176615) + (xy 89.275523 126.079251) (xy 89.144198 125.8917) (xy 88.9823 125.729802) (xy 88.794749 125.598477) + (xy 88.751655 125.578382) (xy 88.699215 125.53221) (xy 88.680063 125.465017) (xy 88.700278 125.398136) + (xy 88.751655 125.353618) (xy 88.754882 125.352112) (xy 88.794749 125.333523) (xy 88.9823 125.202198) + (xy 89.144198 125.0403) (xy 89.275523 124.852749) (xy 89.372284 124.645243) (xy 89.431543 124.424087) + (xy 89.451498 124.196) (xy 89.437037 124.030713) (xy 89.450803 123.962215) (xy 89.499419 123.912032) + (xy 89.567447 123.896098) (xy 89.584749 123.898288) (xy 89.601904 123.901701) (xy 89.601905 123.901701) + (xy 89.74821 123.901701) (xy 89.74823 123.9017) (xy 92.311533 123.9017) (xy 92.378572 123.921385) + (xy 92.413106 123.954574) (xy 92.468931 124.0343) (xy 92.630829 124.196198) (xy 92.81838 124.327523) + (xy 92.902561 124.366777) (xy 93.025879 124.424281) (xy 93.025881 124.424281) (xy 93.025886 124.424284) + (xy 93.247042 124.483543) (xy 93.409961 124.497796) (xy 93.475127 124.503498) (xy 93.475129 124.503498) + (xy 93.475131 124.503498) (xy 93.532268 124.498499) (xy 93.703216 124.483543) (xy 93.924372 124.424284) + (xy 94.131878 124.327523) (xy 94.319429 124.196198) (xy 94.481327 124.0343) (xy 94.486695 124.026632) + (xy 94.541268 123.983008) (xy 94.610766 123.975813) (xy 94.673122 124.007333) (xy 94.708538 124.067562) + (xy 94.711559 124.084498) (xy 94.71314 124.099202) (xy 94.71314 124.099204) (xy 94.764027 124.235632) + (xy 94.76424 124.236204) (xy 94.851868 124.353261) (xy 94.968925 124.440889) (xy 95.105928 124.491989) + (xy 95.133179 124.494918) (xy 95.166474 124.498499) (xy 95.166491 124.4985) (xy 96.863767 124.4985) + (xy 96.863783 124.498499) (xy 96.890821 124.495591) (xy 96.92433 124.491989) (xy 97.061333 124.440889) + (xy 97.17839 124.353261) (xy 97.266018 124.236204) (xy 97.317118 124.099201) (xy 97.322762 124.046704) + (xy 97.323628 124.038654) (xy 97.323629 124.038637) (xy 97.323629 122.341362) (xy 97.323628 122.341345) + (xy 97.320286 122.31027) (xy 97.317118 122.280799) (xy 97.266018 122.143796) (xy 97.17839 122.026739) + (xy 97.061333 121.939111) (xy 96.924332 121.888011) (xy 96.863783 121.8815) (xy 96.863767 121.8815) + (xy 95.166491 121.8815) (xy 95.166474 121.8815) (xy 95.105926 121.888011) (xy 95.105924 121.888011) + (xy 94.968924 121.939111) (xy 94.851868 122.026739) (xy 94.76424 122.143795) (xy 94.71314 122.280795) + (xy 94.71314 122.280797) (xy 94.711559 122.295501) (xy 94.68482 122.360052) (xy 94.627427 122.399899) + (xy 94.557602 122.402392) (xy 94.497513 122.366738) (xy 94.486703 122.353379) (xy 94.481327 122.3457) + (xy 94.319429 122.183802) (xy 94.131878 122.052477) (xy 94.122243 122.047984) (xy 93.924378 121.955718) + (xy 93.924367 121.955714) (xy 93.703218 121.896457) (xy 93.70321 121.896456) (xy 93.475131 121.876502) + (xy 93.475127 121.876502) (xy 93.247047 121.896456) (xy 93.247039 121.896457) (xy 93.02589 121.955714) + (xy 93.025879 121.955718) (xy 92.818383 122.052475) (xy 92.818381 122.052476) (xy 92.747985 122.101767) + (xy 92.630829 122.183802) (xy 92.630827 122.183803) (xy 92.630824 122.183806) (xy 92.468931 122.345699) + (xy 92.4542 122.366738) (xy 92.413106 122.425425) (xy 92.358531 122.469048) (xy 92.311533 122.4783) + (xy 91.746484 122.4783) (xy 91.679445 122.458615) (xy 91.63369 122.405811) (xy 91.623746 122.336653) + (xy 91.637246 122.297646) (xy 91.636886 122.297486) (xy 91.638755 122.293288) (xy 91.639097 122.2923) + (xy 91.639527 122.291556) (xy 91.698542 122.109928) (xy 91.718504 121.92) (xy 91.698542 121.730072) + (xy 91.639527 121.548444) (xy 91.54404 121.383056) (xy 91.416253 121.241134) (xy 91.301831 121.158001) + (xy 91.261751 121.128881) (xy 91.094606 121.054463) (xy 91.057361 121.028865) (xy 89.467686 119.43919) + (xy 89.434201 119.377867) (xy 89.431839 119.340702) (xy 89.451498 119.116001) (xy 89.451498 119.115998) + (xy 89.436151 118.940588) (xy 89.431543 118.887913) (xy 89.372284 118.666757) (xy 89.275523 118.459251) + (xy 89.144198 118.2717) (xy 88.9823 118.109802) (xy 88.794749 117.978477) (xy 88.751655 117.958382) + (xy 88.699215 117.91221) (xy 88.680063 117.845017) (xy 88.700278 117.778136) (xy 88.751655 117.733618) + (xy 88.754882 117.732112) (xy 88.794749 117.713523) (xy 88.9823 117.582198) (xy 89.144198 117.4203) + (xy 89.275523 117.232749) (xy 89.372284 117.025243) (xy 89.409058 116.888001) (xy 92.666502 116.888001) + (xy 92.686456 117.116081) (xy 92.686457 117.116089) (xy 92.745714 117.337238) (xy 92.745718 117.337249) + (xy 92.823213 117.503437) (xy 92.842477 117.544749) (xy 92.973802 117.7323) (xy 93.1357 117.894198) + (xy 93.323251 118.025523) (xy 93.360967 118.04311) (xy 93.53075 118.122281) (xy 93.530752 118.122281) + (xy 93.530757 118.122284) (xy 93.751913 118.181543) (xy 93.914832 118.195796) (xy 93.979998 118.201498) + (xy 93.98 118.201498) (xy 93.980002 118.201498) (xy 94.037021 118.196509) (xy 94.208087 118.181543) + (xy 94.429243 118.122284) (xy 94.636749 118.025523) (xy 94.8243 117.894198) (xy 94.986198 117.7323) + (xy 95.117523 117.544749) (xy 95.214284 117.337243) (xy 95.273543 117.116087) (xy 95.292721 116.896878) + (xy 95.293498 116.888001) (xy 95.293498 116.887998) (xy 95.27733 116.703198) (xy 95.273543 116.659913) + (xy 95.214284 116.438757) (xy 95.117523 116.231251) (xy 94.986198 116.0437) (xy 94.8243 115.881802) + (xy 94.636749 115.750477) (xy 94.636745 115.750475) (xy 94.429249 115.653718) (xy 94.429238 115.653714) + (xy 94.208089 115.594457) (xy 94.208081 115.594456) (xy 93.980002 115.574502) (xy 93.979998 115.574502) + (xy 93.751918 115.594456) (xy 93.75191 115.594457) (xy 93.530761 115.653714) (xy 93.53075 115.653718) + (xy 93.323254 115.750475) (xy 93.323252 115.750476) (xy 93.306113 115.762477) (xy 93.1357 115.881802) + (xy 93.135698 115.881803) (xy 93.135695 115.881806) (xy 92.973806 116.043695) (xy 92.973803 116.043698) + (xy 92.973802 116.0437) (xy 92.91565 116.12675) (xy 92.842476 116.231252) (xy 92.842475 116.231254) + (xy 92.745718 116.43875) (xy 92.745714 116.438761) (xy 92.686457 116.65991) (xy 92.686456 116.659918) + (xy 92.666502 116.887998) (xy 92.666502 116.888001) (xy 89.409058 116.888001) (xy 89.431543 116.804087) + (xy 89.448647 116.608583) (xy 89.451498 116.576001) (xy 89.451498 116.575998) (xy 89.434463 116.381293) + (xy 89.431543 116.347913) (xy 89.372284 116.126757) (xy 89.339147 116.055695) (xy 89.317387 116.00903) + (xy 89.275523 115.919251) (xy 89.144198 115.7317) (xy 88.9823 115.569802) (xy 88.794749 115.438477) + (xy 88.792454 115.437407) (xy 88.751655 115.418382) (xy 88.699215 115.37221) (xy 88.680063 115.305017) + (xy 88.700278 115.238136) (xy 88.751655 115.193618) (xy 88.754882 115.192112) (xy 88.794749 115.173523) + (xy 88.9823 115.042198) (xy 89.144198 114.8803) (xy 89.275523 114.692749) (xy 89.372284 114.485243) + (xy 89.431543 114.264087) (xy 89.451498 114.036) (xy 89.431543 113.807913) (xy 89.372284 113.586757) + (xy 89.275523 113.379251) (xy 89.144198 113.1917) (xy 88.9823 113.029802) (xy 88.794749 112.898477) + (xy 88.752022 112.878553) (xy 88.587249 112.801718) (xy 88.587238 112.801714) (xy 88.366089 112.742457) + (xy 88.366081 112.742456) (xy 88.138002 112.722502) (xy 88.137998 112.722502) (xy 87.909918 112.742456) + (xy 87.90991 112.742457) (xy 87.688761 112.801714) (xy 87.68875 112.801718) (xy 87.481254 112.898475) + (xy 87.481252 112.898476) (xy 87.481251 112.898477) (xy 87.2937 113.029802) (xy 87.293698 113.029803) + (xy 87.293695 113.029806) (xy 87.131806 113.191695) (xy 87.131803 113.191698) (xy 87.131802 113.1917) + (xy 87.06864 113.281904) (xy 87.000476 113.379252) (xy 87.000475 113.379254) (xy 86.903718 113.58675) + (xy 86.903714 113.586761) (xy 86.844457 113.80791) (xy 86.844456 113.807918) (xy 86.824502 114.035998) + (xy 86.824502 114.036001) (xy 86.844456 114.264081) (xy 86.844457 114.264089) (xy 86.903714 114.485238) + (xy 86.903718 114.485249) (xy 87.000475 114.692745) (xy 87.000477 114.692749) (xy 87.131802 114.8803) + (xy 87.2937 115.042198) (xy 87.481251 115.173523) (xy 87.524345 115.193618) (xy 87.576784 115.239791) + (xy 87.595936 115.306984) (xy 87.57572 115.373865) (xy 87.524345 115.418382) (xy 87.481251 115.438476) + (xy 87.400602 115.494948) (xy 87.2937 115.569802) (xy 87.293698 115.569803) (xy 87.293695 115.569806) + (xy 87.131806 115.731695) (xy 87.131803 115.731698) (xy 87.131802 115.7317) (xy 87.110252 115.762477) + (xy 87.000476 115.919252) (xy 87.000475 115.919254) (xy 86.903718 116.12675) (xy 86.903714 116.126761) + (xy 86.844457 116.34791) (xy 86.844456 116.347918) (xy 86.824502 116.575998) (xy 86.824502 116.576002) + (xy 86.84416 116.800701) (xy 86.830393 116.869201) (xy 86.808313 116.899189) (xy 84.866091 118.841412) + (xy 83.12232 120.585183) (xy 83.122317 120.585186) (xy 83.094905 120.612598) (xy 83.023184 120.684318) + (xy 82.945302 120.800876) (xy 82.945297 120.800885) (xy 82.891649 120.930404) (xy 82.891647 120.930412) + (xy 82.864299 121.067899) (xy 82.864299 121.214209) (xy 82.8643 121.21423) (xy 82.8643 134.990403) + (xy 82.844615 135.057442) (xy 82.811424 135.091977) (xy 82.731707 135.147796) (xy 82.731696 135.147805) + (xy 82.569806 135.309695) (xy 82.438476 135.497252) (xy 82.438475 135.497254) (xy 82.341718 135.70475) + (xy 82.341714 135.704761) (xy 82.282457 135.92591) (xy 82.282456 135.925918) (xy 82.262502 136.153998) + (xy 82.262502 136.154001) (xy 82.282456 136.382081) (xy 82.282457 136.382089) (xy 82.341714 136.603238) + (xy 82.341718 136.603249) (xy 82.407493 136.744304) (xy 82.438477 136.810749) (xy 82.569802 136.9983) + (xy 82.7317 137.160198) (xy 82.919251 137.291523) (xy 83.044091 137.349736) (xy 83.12675 137.388281) + (xy 83.126752 137.388281) (xy 83.126757 137.388284) (xy 83.347913 137.447543) (xy 83.509294 137.461662) + (xy 83.575998 137.467498) (xy 83.576 137.467498) (xy 83.576002 137.467498) (xy 83.642706 137.461662) + (xy 83.804087 137.447543) (xy 83.968206 137.403567) (xy 84.038056 137.40523) (xy 84.095919 137.444392) + (xy 84.123423 137.508621) (xy 84.1243 137.523342) (xy 84.1243 139.26586) (xy 84.104615 139.332899) + (xy 84.051811 139.378654) (xy 83.982653 139.388598) (xy 83.919097 139.359573) (xy 83.912619 139.353541) + (xy 83.847778 139.2887) (xy 83.674558 139.167411) (xy 83.674556 139.16741) (xy 83.618374 139.141212) + (xy 83.48291 139.078044) (xy 83.482906 139.078043) (xy 83.482902 139.078041) (xy 83.27866 139.023315) + (xy 83.278656 139.023314) (xy 83.278655 139.023314) (xy 83.278654 139.023313) (xy 83.278649 139.023313) + (xy 83.068002 139.004884) (xy 83.067998 139.004884) (xy 82.85735 139.023313) (xy 82.857339 139.023315) + (xy 82.653097 139.078041) (xy 82.653088 139.078045) (xy 82.461443 139.16741) (xy 82.461441 139.167411) + (xy 82.288221 139.2887) (xy 82.1387 139.438221) (xy 82.017411 139.611441) (xy 82.01741 139.611443) + (xy 81.928045 139.803088) (xy 81.928041 139.803097) (xy 81.873315 140.007339) (xy 81.873313 140.00735) + (xy 81.854884 140.217998) (xy 81.854884 140.218001) (xy 81.873313 140.428649) (xy 81.873315 140.42866) + (xy 81.928041 140.632902) (xy 81.928043 140.632906) (xy 81.928044 140.63291) (xy 81.983822 140.752526) + (xy 82.01741 140.824556) (xy 82.017411 140.824558) (xy 82.1387 140.997778) (xy 82.288221 141.147299) + (xy 82.308208 141.161294) (xy 82.461442 141.268589) (xy 82.65309 141.357956) (xy 82.857345 141.412686) + (xy 82.997351 141.424935) (xy 83.067998 141.431116) (xy 83.068 141.431116) (xy 83.068002 141.431116) + (xy 83.134031 141.425339) (xy 83.278655 141.412686) (xy 83.48291 141.357956) (xy 83.674558 141.268589) + (xy 83.847776 141.147301) (xy 83.87063 141.124447) (xy 83.912619 141.082459) (xy 83.973942 141.048974) + (xy 84.043634 141.053958) (xy 84.099567 141.09583) (xy 84.123984 141.161294) (xy 84.1243 141.17014) + (xy 84.1243 142.401842) (xy 84.104615 142.468881) (xy 84.087981 142.489523) (xy 75.160323 151.417181) + (xy 75.099 151.450666) (xy 75.072642 151.4535) (xy 73.173345 151.4535) (xy 73.112797 151.460011) + (xy 73.112795 151.460011) (xy 72.975795 151.511111) (xy 72.858739 151.598739) (xy 72.771111 151.715795) + (xy 72.720011 151.852795) (xy 72.720011 151.852797) (xy 72.7135 151.913345) (xy 72.7135 154.410654) + (xy 72.720011 154.471202) (xy 72.720011 154.471204) (xy 72.76779 154.599301) (xy 72.771111 154.608204) + (xy 72.858739 154.725261) (xy 72.975796 154.812889) (xy 73.112799 154.863989) (xy 73.14005 154.866918) + (xy 73.173345 154.870499) (xy 73.173362 154.8705) (xy 75.670638 154.8705) (xy 75.670654 154.870499) + (xy 75.697692 154.867591) (xy 75.731201 154.863989) (xy 75.868204 154.812889) (xy 75.985261 154.725261) + (xy 76.072889 154.608204) (xy 76.123989 154.471201) (xy 76.127591 154.437692) (xy 76.130499 154.410654) + (xy 76.1305 154.410637) (xy 76.1305 152.511357) (xy 76.150185 152.444318) (xy 76.166814 152.423681) + (xy 85.289679 143.300816) (xy 85.289683 143.300814) (xy 85.388814 143.201683) (xy 85.466701 143.085117) + (xy 85.493525 143.020356) (xy 85.520351 142.955595) (xy 85.547701 142.818096) (xy 85.547701 142.677904) + (xy 85.547701 142.672794) (xy 85.5477 142.672768) (xy 85.5477 140.218001) (xy 86.934884 140.218001) + (xy 86.953313 140.428649) (xy 86.953315 140.42866) (xy 87.008041 140.632902) (xy 87.008043 140.632906) + (xy 87.008044 140.63291) (xy 87.063822 140.752526) (xy 87.09741 140.824556) (xy 87.097411 140.824558) + (xy 87.2187 140.997778) (xy 87.368221 141.147299) (xy 87.388208 141.161294) (xy 87.541442 141.268589) + (xy 87.73309 141.357956) (xy 87.937345 141.412686) (xy 88.077351 141.424935) (xy 88.147998 141.431116) + (xy 88.148 141.431116) (xy 88.148002 141.431116) (xy 88.214031 141.425339) (xy 88.358655 141.412686) + (xy 88.56291 141.357956) (xy 88.754558 141.268589) (xy 88.927776 141.147301) (xy 89.077301 140.997776) + (xy 89.198589 140.824558) (xy 89.287956 140.63291) (xy 89.342686 140.428655) (xy 89.359358 140.238096) + (xy 89.361116 140.218001) (xy 89.361116 140.217998) (xy 89.350608 140.097898) (xy 89.342686 140.007345) + (xy 89.287956 139.80309) (xy 89.198589 139.611442) (xy 89.077301 139.438224) (xy 89.077299 139.438221) + (xy 88.927778 139.2887) (xy 88.754558 139.167411) (xy 88.754556 139.16741) (xy 88.698374 139.141212) + (xy 88.56291 139.078044) (xy 88.562906 139.078043) (xy 88.562902 139.078041) (xy 88.35866 139.023315) + (xy 88.358656 139.023314) (xy 88.358655 139.023314) (xy 88.358654 139.023313) (xy 88.358649 139.023313) + (xy 88.148002 139.004884) (xy 88.147998 139.004884) (xy 87.93735 139.023313) (xy 87.937339 139.023315) + (xy 87.733097 139.078041) (xy 87.733088 139.078045) (xy 87.541443 139.16741) (xy 87.541441 139.167411) + (xy 87.368221 139.2887) (xy 87.2187 139.438221) (xy 87.097411 139.611441) (xy 87.09741 139.611443) + (xy 87.008045 139.803088) (xy 87.008041 139.803097) (xy 86.953315 140.007339) (xy 86.953313 140.00735) + (xy 86.934884 140.217998) (xy 86.934884 140.218001) (xy 85.5477 140.218001) (xy 85.5477 137.528701) + (xy 85.567385 137.461662) (xy 85.620189 137.415907) (xy 85.689347 137.405963) (xy 85.703791 137.408925) + (xy 85.847913 137.447543) (xy 86.009294 137.461662) (xy 86.075998 137.467498) (xy 86.076 137.467498) + (xy 86.076002 137.467498) (xy 86.142706 137.461662) (xy 86.304087 137.447543) (xy 86.525243 137.388284) + (xy 86.732749 137.291523) (xy 86.9203 137.160198) (xy 87.082198 136.9983) (xy 87.213523 136.810749) + (xy 87.310284 136.603243) (xy 87.369543 136.382087) (xy 87.389498 136.154) (xy 87.369838 135.929293) + (xy 87.383604 135.860797) (xy 87.405679 135.830815) (xy 89.996611 133.239882) (xy 89.996619 133.239876) + (xy 90.003679 133.232815) (xy 90.003683 133.232814) (xy 90.102814 133.133683) (xy 90.180701 133.017117) + (xy 90.207042 132.953524) (xy 90.216925 132.929665) (xy 90.234349 132.887599) (xy 90.234351 132.887595) + (xy 90.261701 132.750096) (xy 90.261701 132.609904) (xy 90.261701 132.604794) (xy 90.2617 132.604768) + (xy 90.2617 132.380518) (xy 90.281385 132.313479) (xy 90.334189 132.267724) (xy 90.403347 132.25778) + (xy 90.438102 132.268135) (xy 90.502757 132.298284) (xy 90.723913 132.357543) (xy 90.886832 132.371796) + (xy 90.951998 132.377498) (xy 90.952 132.377498) (xy 90.952002 132.377498) (xy 91.009021 132.372509) + (xy 91.180087 132.357543) (xy 91.401243 132.298284) (xy 91.608749 132.201523) (xy 91.7963 132.070198) + (xy 91.958198 131.9083) (xy 92.089523 131.720749) (xy 92.094305 131.710493) (xy 92.140472 131.658054) + (xy 92.207665 131.638898) (xy 92.274547 131.65911) (xy 92.319067 131.710483) (xy 92.321862 131.716477) + (xy 92.321863 131.716478) (xy 92.372974 131.789472) (xy 93.052 131.110446) (xy 93.052 131.116661) + (xy 93.079259 131.218394) (xy 93.13192 131.309606) (xy 93.206394 131.38408) (xy 93.297606 131.436741) + (xy 93.399339 131.464) (xy 93.405553 131.464) (xy 92.726526 132.143025) (xy 92.799513 132.194132) + (xy 92.799521 132.194136) (xy 93.005668 132.290264) (xy 93.005682 132.290269) (xy 93.225389 132.349139) + (xy 93.2254 132.349141) (xy 93.451998 132.368966) (xy 93.452002 132.368966) (xy 93.678599 132.349141) + (xy 93.67861 132.349139) (xy 93.898317 132.290269) (xy 93.898331 132.290264) (xy 94.104478 132.194136) + (xy 94.177471 132.143024) (xy 93.498447 131.464) (xy 93.504661 131.464) (xy 93.606394 131.436741) + (xy 93.697606 131.38408) (xy 93.77208 131.309606) (xy 93.824741 131.218394) (xy 93.852 131.116661) + (xy 93.852 131.110447) (xy 94.531024 131.789471) (xy 94.582136 131.716478) (xy 94.678264 131.510331) + (xy 94.678269 131.510317) (xy 94.737139 131.29061) (xy 94.737141 131.290599) (xy 94.756966 131.064002) + (xy 94.756966 131.063997) (xy 94.737141 130.8374) (xy 94.737139 130.837389) (xy 94.678269 130.617682) + (xy 94.678264 130.617668) (xy 94.582136 130.411521) (xy 94.582132 130.411513) (xy 94.531025 130.338526) + (xy 93.852 131.017551) (xy 93.852 131.011339) (xy 93.824741 130.909606) (xy 93.77208 130.818394) + (xy 93.697606 130.74392) (xy 93.606394 130.691259) (xy 93.504661 130.664) (xy 93.498447 130.664) + (xy 94.214428 129.948019) (xy 94.275751 129.914534) (xy 94.302109 129.9117) (xy 98.104413 129.9117) + (xy 98.171452 129.931385) (xy 98.217207 129.984189) (xy 98.227151 130.053347) (xy 98.205988 130.106823) + (xy 98.166479 130.163246) (xy 98.166475 130.163254) (xy 98.069718 130.37075) (xy 98.069714 130.370761) + (xy 98.010457 130.59191) (xy 98.010456 130.591918) (xy 97.990502 130.819998) (xy 97.990502 130.820001) + (xy 98.010456 131.048081) (xy 98.010457 131.048089) (xy 98.069714 131.269238) (xy 98.069718 131.269249) + (xy 98.147821 131.436741) (xy 98.166477 131.476749) (xy 98.297802 131.6643) (xy 98.4597 131.826198) + (xy 98.600334 131.924671) (xy 98.647251 131.957523) (xy 98.690345 131.977618) (xy 98.742784 132.023791) + (xy 98.761936 132.090984) (xy 98.74172 132.157865) (xy 98.690345 132.202382) (xy 98.647251 132.222476) + (xy 98.538988 132.298284) (xy 98.4597 132.353802) (xy 98.459698 132.353803) (xy 98.459695 132.353806) + (xy 98.297806 132.515695) (xy 98.297803 132.515698) (xy 98.297802 132.5157) (xy 98.217942 132.629751) + (xy 98.166476 132.703252) (xy 98.166475 132.703254) (xy 98.069718 132.91075) (xy 98.069714 132.910761) + (xy 98.010457 133.13191) (xy 98.010456 133.131918) (xy 97.990502 133.359998) (xy 97.990502 133.360001) + (xy 98.010456 133.588081) (xy 98.010457 133.588089) (xy 98.069714 133.809238) (xy 98.069718 133.809249) + (xy 98.166475 134.016745) (xy 98.166477 134.016749) (xy 98.297802 134.2043) (xy 98.4597 134.366198) + (xy 98.634559 134.488636) (xy 98.647251 134.497523) (xy 98.690345 134.517618) (xy 98.742784 134.563791) + (xy 98.761936 134.630984) (xy 98.74172 134.697865) (xy 98.690345 134.742382) (xy 98.647251 134.762476) + (xy 98.55894 134.824313) (xy 98.4597 134.893802) (xy 98.459698 134.893803) (xy 98.459695 134.893806) + (xy 98.297806 135.055695) (xy 98.297803 135.055698) (xy 98.297802 135.0557) (xy 98.217942 135.169751) + (xy 98.166476 135.243252) (xy 98.166475 135.243254) (xy 98.069718 135.45075) (xy 98.069714 135.450761) + (xy 98.010457 135.67191) (xy 98.010456 135.671918) (xy 97.990502 135.899998) (xy 97.990502 135.900001) + (xy 98.010456 136.128081) (xy 98.010457 136.128089) (xy 98.069714 136.349238) (xy 98.069718 136.349249) + (xy 98.166475 136.556745) (xy 98.166477 136.556749) (xy 98.297802 136.7443) (xy 98.4597 136.906198) + (xy 98.591241 136.998304) (xy 98.647251 137.037523) (xy 98.690345 137.057618) (xy 98.742784 137.103791) + (xy 98.761936 137.170984) (xy 98.74172 137.237865) (xy 98.690345 137.282382) (xy 98.647251 137.302476) + (xy 98.528491 137.385634) (xy 98.4597 137.433802) (xy 98.459698 137.433803) (xy 98.459695 137.433806) + (xy 98.297806 137.595695) (xy 98.297803 137.595698) (xy 98.297802 137.5957) (xy 98.217942 137.709751) + (xy 98.166476 137.783252) (xy 98.166475 137.783254) (xy 98.069718 137.99075) (xy 98.069714 137.990761) + (xy 98.010457 138.21191) (xy 98.010456 138.211918) (xy 97.990502 138.439998) (xy 97.990502 138.440001) + (xy 98.006899 138.627425) (xy 98.010457 138.668087) (xy 98.039213 138.775408) (xy 98.037551 138.845256) + (xy 97.998389 138.903118) (xy 97.934161 138.930623) (xy 97.919439 138.9315) (xy 97.609567 138.9315) + (xy 97.609547 138.931499) (xy 97.603433 138.931499) (xy 97.463241 138.931499) (xy 97.463239 138.931499) + (xy 97.325748 138.958848) (xy 97.32574 138.95885) (xy 97.196219 139.012499) (xy 97.196216 139.0125) + (xy 97.079655 139.090384) (xy 97.048136 139.121904) (xy 96.980523 139.189517) (xy 96.98052 139.18952) + (xy 96.649689 139.52035) (xy 96.588366 139.553835) (xy 96.551201 139.556197) (xy 96.326502 139.536539) + (xy 96.326498 139.536539) (xy 96.098418 139.556493) (xy 96.09841 139.556494) (xy 95.877261 139.615751) + (xy 95.87725 139.615755) (xy 95.669754 139.712512) (xy 95.669752 139.712513) (xy 95.64962 139.72661) + (xy 95.4822 139.843839) (xy 95.482198 139.84384) (xy 95.482195 139.843843) (xy 95.320306 140.005732) + (xy 95.320303 140.005735) (xy 95.320302 140.005737) (xy 95.261426 140.089821) (xy 95.188976 140.193289) + (xy 95.184192 140.203549) (xy 95.138018 140.255988) (xy 95.070824 140.275138) (xy 95.003944 140.254921) + (xy 94.95943 140.203549) (xy 94.956635 140.197555) (xy 94.956632 140.19755) (xy 94.905525 140.124563) + (xy 94.2265 140.803588) (xy 94.2265 140.797376) (xy 94.199241 140.695643) (xy 94.14658 140.604431) + (xy 94.072106 140.529957) (xy 93.980894 140.477296) (xy 93.879161 140.450037) (xy 93.872948 140.450037) + (xy 94.551972 139.771011) (xy 94.478978 139.7199) (xy 94.272831 139.623772) (xy 94.272817 139.623767) + (xy 94.05311 139.564897) (xy 94.053099 139.564895) (xy 93.826502 139.545071) (xy 93.826498 139.545071) + (xy 93.5999 139.564895) (xy 93.599889 139.564897) (xy 93.380182 139.623767) (xy 93.380173 139.623771) + (xy 93.174016 139.719903) (xy 93.174012 139.719905) (xy 93.101026 139.77101) (xy 93.101026 139.771011) + (xy 93.780053 140.450037) (xy 93.773839 140.450037) (xy 93.672106 140.477296) (xy 93.580894 140.529957) + (xy 93.50642 140.604431) (xy 93.453759 140.695643) (xy 93.4265 140.797376) (xy 93.4265 140.803589) + (xy 92.747474 140.124563) (xy 92.747473 140.124563) (xy 92.696368 140.197549) (xy 92.696366 140.197553) + (xy 92.600234 140.40371) (xy 92.60023 140.403719) (xy 92.54136 140.623426) (xy 92.541358 140.623437) + (xy 92.521534 140.850034) (xy 92.521534 140.850039) (xy 92.541358 141.076636) (xy 92.54136 141.076647) + (xy 92.60023 141.296354) (xy 92.600235 141.296368) (xy 92.696363 141.502515) (xy 92.747474 141.575509) + (xy 93.4265 140.896483) (xy 93.4265 140.902698) (xy 93.453759 141.004431) (xy 93.50642 141.095643) + (xy 93.580894 141.170117) (xy 93.672106 141.222778) (xy 93.773839 141.250037) (xy 93.780053 141.250037) + (xy 93.101026 141.929062) (xy 93.174013 141.980169) (xy 93.174021 141.980173) (xy 93.380168 142.076301) + (xy 93.380182 142.076306) (xy 93.599889 142.135176) (xy 93.5999 142.135178) (xy 93.826498 142.155003) + (xy 93.826502 142.155003) (xy 94.053099 142.135178) (xy 94.05311 142.135176) (xy 94.272817 142.076306) + (xy 94.272831 142.076301) (xy 94.478978 141.980173) (xy 94.551971 141.929061) (xy 93.872947 141.250037) + (xy 93.879161 141.250037) (xy 93.980894 141.222778) (xy 94.072106 141.170117) (xy 94.14658 141.095643) + (xy 94.199241 141.004431) (xy 94.2265 140.902698) (xy 94.2265 140.896484) (xy 94.905524 141.575508) + (xy 94.956635 141.502517) (xy 94.959428 141.496528) (xy 95.005599 141.444088) (xy 95.072793 141.424935) + (xy 95.139674 141.44515) (xy 95.184192 141.496525) (xy 95.188977 141.506786) (xy 95.320302 141.694337) + (xy 95.4822 141.856235) (xy 95.669751 141.98756) (xy 95.794591 142.045773) (xy 95.87725 142.084318) + (xy 95.877252 142.084318) (xy 95.877257 142.084321) (xy 96.098413 142.14358) (xy 96.259154 142.157643) + (xy 96.326498 142.163535) (xy 96.3265 142.163535) (xy 96.326502 142.163535) (xy 96.447962 142.152908) + (xy 96.551202 142.143876) (xy 96.619702 142.157643) (xy 96.64969 142.179723) (xy 97.958639 143.488671) + (xy 97.992124 143.549994) (xy 97.994486 143.565544) (xy 98.010456 143.748082) (xy 98.010457 143.748089) + (xy 98.069714 143.969238) (xy 98.069718 143.969249) (xy 98.127571 144.093315) (xy 98.166477 144.176749) + (xy 98.297802 144.3643) (xy 98.4597 144.526198) (xy 98.591912 144.618774) (xy 98.647251 144.657523) + (xy 98.700401 144.682307) (xy 98.75284 144.728479) (xy 98.771992 144.795673) (xy 98.751776 144.862554) + (xy 98.700401 144.907071) (xy 98.651517 144.929865) (xy 98.465179 145.060342) (xy 98.304342 145.221179) + (xy 98.173865 145.407517) (xy 98.077734 145.613673) (xy 98.07773 145.613682) (xy 98.025127 145.809999) + (xy 98.025128 145.81) (xy 98.988314 145.81) (xy 98.98392 145.814394) (xy 98.931259 145.905606) (xy 98.904 146.007339) + (xy 98.904 146.112661) (xy 98.931259 146.214394) (xy 98.98392 146.305606) (xy 98.988314 146.31) + (xy 98.025128 146.31) (xy 98.07773 146.506317) (xy 98.077734 146.506326) (xy 98.173865 146.712482) + (xy 98.304342 146.89882) (xy 98.465179 147.059657) (xy 98.651517 147.190133) (xy 98.700399 147.212927) + (xy 98.752839 147.259099) (xy 98.771992 147.326292) (xy 98.751777 147.393174) (xy 98.700402 147.437691) + (xy 98.647256 147.462474) (xy 98.647252 147.462476) (xy 98.60671 147.490864) (xy 98.4597 147.593802) + (xy 98.459698 147.593803) (xy 98.459695 147.593806) (xy 98.297806 147.755695) (xy 98.297803 147.755698) + (xy 98.297802 147.7557) (xy 98.273002 147.791118) (xy 98.166476 147.943252) (xy 98.166475 147.943254) + (xy 98.069718 148.15075) (xy 98.069714 148.150761) (xy 98.010457 148.37191) (xy 98.010456 148.371918) + (xy 97.990502 148.599998) (xy 97.990502 148.600001) (xy 98.010456 148.828081) (xy 98.010457 148.828089) + (xy 98.069714 149.049238) (xy 98.069718 149.049249) (xy 98.166475 149.256745) (xy 98.166477 149.256749) + (xy 98.297802 149.4443) (xy 98.4597 149.606198) (xy 98.647251 149.737523) (xy 98.702445 149.76326) + (xy 98.85475 149.834281) (xy 98.854752 149.834281) (xy 98.854757 149.834284) (xy 99.075913 149.893543) + (xy 99.238832 149.907796) (xy 99.303998 149.913498) (xy 99.304 149.913498) (xy 99.304002 149.913498) + (xy 99.361139 149.908499) (xy 99.532087 149.893543) (xy 99.753243 149.834284) (xy 99.960749 149.737523) + (xy 100.1483 149.606198) (xy 100.310198 149.4443) (xy 100.441523 149.256749) (xy 100.538284 149.049243) + (xy 100.597543 148.828087) (xy 100.617498 148.6) (xy 100.614355 148.564081) (xy 100.597543 148.371918) + (xy 100.597543 148.371913) (xy 100.538284 148.150757) (xy 100.441523 147.943251) (xy 100.310198 147.7557) + (xy 100.1483 147.593802) (xy 99.960749 147.462477) (xy 99.907596 147.437691) (xy 99.855158 147.391519) + (xy 99.836007 147.324325) (xy 99.856223 147.257444) (xy 99.9076 147.212927) (xy 99.956483 147.190133) + (xy 100.14282 147.059657) (xy 100.303657 146.89882) (xy 100.434134 146.712482) (xy 100.530265 146.506326) + (xy 100.530269 146.506317) (xy 100.582872 146.31) (xy 99.619686 146.31) (xy 99.62408 146.305606) + (xy 99.676741 146.214394) (xy 99.704 146.112661) (xy 99.704 146.007339) (xy 99.676741 145.905606) + (xy 99.62408 145.814394) (xy 99.619686 145.81) (xy 100.582872 145.81) (xy 100.582872 145.809999) + (xy 100.530269 145.613682) (xy 100.530265 145.613673) (xy 100.434134 145.407517) (xy 100.303657 145.221179) + (xy 100.14282 145.060342) (xy 99.956481 144.929865) (xy 99.956479 144.929864) (xy 99.907599 144.907071) + (xy 99.855159 144.860899) (xy 99.836007 144.793706) (xy 99.856223 144.726824) (xy 99.907599 144.682307) + (xy 99.909456 144.681441) (xy 99.960749 144.657523) (xy 100.1483 144.526198) (xy 100.310198 144.3643) + (xy 100.441523 144.176749) (xy 100.538284 143.969243) (xy 100.597543 143.748087) (xy 100.617498 143.52) + (xy 100.597543 143.291913) (xy 100.538284 143.070757) (xy 100.441523 142.863251) (xy 100.310198 142.6757) + (xy 100.1483 142.513802) (xy 99.960749 142.382477) (xy 99.954137 142.379394) (xy 99.917655 142.362382) + (xy 99.865215 142.31621) (xy 99.846063 142.249017) (xy 99.866278 142.182136) (xy 99.917655 142.137618) + (xy 99.923807 142.134749) (xy 99.960749 142.117523) (xy 100.1483 141.986198) (xy 100.310198 141.8243) + (xy 100.441523 141.636749) (xy 100.538284 141.429243) (xy 100.597543 141.208087) (xy 100.617498 140.98) + (xy 100.61425 140.94288) (xy 100.609095 140.883951) (xy 100.597543 140.751913) (xy 100.538284 140.530757) + (xy 100.538281 140.53075) (xy 100.536434 140.525676) (xy 100.53762 140.525244) (xy 100.528046 140.462236) + (xy 100.556561 140.39845) (xy 100.615035 140.360206) (xy 100.650921 140.3549) (xy 105.577079 140.3549) + (xy 105.644118 140.374585) (xy 105.689873 140.427389) (xy 105.699817 140.496547) (xy 105.691179 140.525535) + (xy 105.691566 140.525676) (xy 105.689714 140.530761) (xy 105.630457 140.75191) (xy 105.630456 140.751918) + (xy 105.610502 140.979998) (xy 105.610502 140.980001) (xy 105.630456 141.208081) (xy 105.630457 141.208089) + (xy 105.689714 141.429238) (xy 105.689718 141.429249) (xy 105.766829 141.594614) (xy 105.786477 141.636749) + (xy 105.917802 141.8243) (xy 106.0797 141.986198) (xy 106.25997 142.112425) (xy 106.267251 142.117523) + (xy 106.310345 142.137618) (xy 106.362784 142.183791) (xy 106.381936 142.250984) (xy 106.36172 142.317865) + (xy 106.310345 142.362382) (xy 106.267251 142.382476) (xy 106.143854 142.468881) (xy 106.0797 142.513802) + (xy 106.079698 142.513803) (xy 106.079695 142.513806) (xy 105.917806 142.675695) (xy 105.917803 142.675698) + (xy 105.917802 142.6757) (xy 105.842693 142.782966) (xy 105.786476 142.863252) (xy 105.786475 142.863254) + (xy 105.689718 143.07075) (xy 105.689714 143.070761) (xy 105.630457 143.29191) (xy 105.630456 143.291918) + (xy 105.610502 143.519998) (xy 105.610502 143.520001) (xy 105.630456 143.748081) (xy 105.630457 143.748089) + (xy 105.689714 143.969238) (xy 105.689718 143.969249) (xy 105.747571 144.093315) (xy 105.786477 144.176749) + (xy 105.917802 144.3643) (xy 106.0797 144.526198) (xy 106.211912 144.618774) (xy 106.267251 144.657523) + (xy 106.310345 144.677618) (xy 106.362784 144.723791) (xy 106.381936 144.790984) (xy 106.36172 144.857865) + (xy 106.310345 144.902382) (xy 106.267251 144.922476) (xy 106.142126 145.01009) (xy 106.0797 145.053802) + (xy 106.079698 145.053803) (xy 106.079695 145.053806) (xy 105.917806 145.215695) (xy 105.786476 145.403252) + (xy 105.786475 145.403254) (xy 105.689718 145.61075) (xy 105.689714 145.610761) (xy 105.630457 145.83191) + (xy 105.630456 145.831918) (xy 105.610502 146.059998) (xy 105.610502 146.060001) (xy 105.630456 146.288081) + (xy 105.630457 146.288089) (xy 105.689714 146.509238) (xy 105.689718 146.509249) (xy 105.782437 146.708086) + (xy 105.786477 146.716749) (xy 105.917802 146.9043) (xy 106.0797 147.066198) (xy 106.08737 147.071568) + (xy 106.130993 147.126144) (xy 106.138185 147.195642) (xy 106.106663 147.257997) (xy 106.046433 147.29341) + (xy 106.029501 147.29643) (xy 106.014797 147.298011) (xy 106.014795 147.298011) (xy 105.877795 147.349111) + (xy 105.760739 147.436739) (xy 105.673111 147.553795) (xy 105.622011 147.690795) (xy 105.622011 147.690797) + (xy 105.6155 147.751345) (xy 105.6155 147.7643) (xy 105.595815 147.831339) (xy 105.543011 147.877094) + (xy 105.4915 147.8883) (xy 104.242157 147.8883) (xy 104.175118 147.868615) (xy 104.154476 147.851981) + (xy 103.600506 147.298011) (xy 103.041632 146.739136) (xy 103.008147 146.677813) (xy 103.005992 146.664414) + (xy 103.003913 146.644637) (xy 103.001542 146.622072) (xy 102.942527 146.440444) (xy 102.84704 146.275056) + (xy 102.719253 146.133134) (xy 102.564752 146.020882) (xy 102.390288 145.943206) (xy 102.390286 145.943205) + (xy 102.203487 145.9035) (xy 102.012513 145.9035) (xy 101.825714 145.943205) (xy 101.651246 146.020883) + (xy 101.496745 146.133135) (xy 101.368959 146.275057) (xy 101.273473 146.440443) (xy 101.27347 146.44045) + (xy 101.214459 146.622068) (xy 101.214458 146.622072) (xy 101.194496 146.812) (xy 101.214458 147.001928) + (xy 101.214459 147.001931) (xy 101.27347 147.183549) (xy 101.273473 147.183556) (xy 101.36896 147.348944) + (xy 101.496747 147.490866) (xy 101.651248 147.603118) (xy 101.825712 147.680794) (xy 101.973398 147.712185) + (xy 102.03488 147.745377) (xy 102.035299 147.745794) (xy 103.338841 149.049336) (xy 103.33887 149.049368) + (xy 103.442313 149.152811) (xy 103.442317 149.152814) (xy 103.558876 149.230697) (xy 103.558883 149.230701) + (xy 103.621769 149.256749) (xy 103.688405 149.284351) (xy 103.825899 149.3117) (xy 103.825903 149.311701) + (xy 103.825904 149.311701) (xy 103.97221 149.311701) (xy 103.97223 149.3117) (xy 105.4915 149.3117) + (xy 105.558539 149.331385) (xy 105.604294 149.384189) (xy 105.6155 149.4357) (xy 105.6155 149.448654) + (xy 105.622011 149.509202) (xy 105.622011 149.509204) (xy 105.671437 149.641716) (xy 105.673111 149.646204) + (xy 105.760739 149.763261) (xy 105.877796 149.850889) (xy 106.014799 149.901989) (xy 106.04205 149.904918) + (xy 106.075345 149.908499) (xy 106.075362 149.9085) (xy 107.772638 149.9085) (xy 107.772654 149.908499) + (xy 107.799692 149.905591) (xy 107.833201 149.901989) (xy 107.970204 149.850889) (xy 108.087261 149.763261) + (xy 108.174889 149.646204) (xy 108.225989 149.509201) (xy 108.229825 149.473523) (xy 108.232499 149.448654) + (xy 108.2325 149.448637) (xy 108.2325 147.751362) (xy 108.232499 147.751345) (xy 108.228288 147.712185) + (xy 108.225989 147.690799) (xy 108.222257 147.680794) (xy 108.200754 147.623142) (xy 108.174889 147.553796) + (xy 108.087261 147.436739) (xy 107.970204 147.349111) (xy 107.969751 147.348942) (xy 107.833203 147.298011) + (xy 107.818498 147.29643) (xy 107.753947 147.269691) (xy 107.7141 147.212298) (xy 107.711607 147.142473) + (xy 107.747261 147.082385) (xy 107.760624 147.071572) (xy 107.7683 147.066198) (xy 107.930198 146.9043) + (xy 108.061523 146.716749) (xy 108.158284 146.509243) (xy 108.217543 146.288087) (xy 108.237498 146.06) + (xy 108.217838 145.835294) (xy 108.231604 145.766798) (xy 108.253678 145.736816) (xy 108.442478 145.548016) + (xy 108.503801 145.514534) (xy 108.530158 145.5117) (xy 110.175352 145.5117) (xy 110.175372 145.511701) + (xy 110.181486 145.511701) (xy 110.321679 145.511701) (xy 110.32168 145.5117) (xy 110.459177 145.484351) + (xy 110.523938 145.457525) (xy 110.588699 145.430701) (xy 110.705265 145.352814) (xy 110.804396 145.253683) + (xy 110.804397 145.253681) (xy 110.811463 145.246615) (xy 110.811465 145.246611) (xy 111.11282 144.945257) + (xy 111.174142 144.911773) (xy 111.243834 144.916757) (xy 111.299767 144.958629) (xy 111.324184 145.024093) + (xy 111.3245 145.032939) (xy 111.3245 151.581519) (xy 111.304815 151.648558) (xy 111.252011 151.694313) + (xy 111.182853 151.704257) (xy 111.119297 151.675232) (xy 111.081523 151.616454) (xy 111.080725 151.613613) + (xy 111.051268 151.503679) (xy 111.051264 151.503668) (xy 110.955136 151.297521) (xy 110.955132 151.297513) + (xy 110.904025 151.224526) (xy 110.225 151.903551) (xy 110.225 151.897339) (xy 110.197741 151.795606) + (xy 110.14508 151.704394) (xy 110.070606 151.62992) (xy 109.979394 151.577259) (xy 109.877661 151.55) + (xy 109.871448 151.55) (xy 110.550472 150.870974) (xy 110.477478 150.819863) (xy 110.271331 150.723735) + (xy 110.271317 150.72373) (xy 110.05161 150.66486) (xy 110.051599 150.664858) (xy 109.825002 150.645034) + (xy 109.824998 150.645034) (xy 109.5984 150.664858) (xy 109.598389 150.66486) (xy 109.378682 150.72373) + (xy 109.378673 150.723734) (xy 109.172516 150.819866) (xy 109.172512 150.819868) (xy 109.099526 150.870973) + (xy 109.099526 150.870974) (xy 109.778553 151.55) (xy 109.772339 151.55) (xy 109.670606 151.577259) + (xy 109.579394 151.62992) (xy 109.50492 151.704394) (xy 109.452259 151.795606) (xy 109.425 151.897339) + (xy 109.425 151.903552) (xy 108.745974 151.224526) (xy 108.745973 151.224526) (xy 108.694868 151.297512) + (xy 108.694865 151.297518) (xy 108.69207 151.303513) (xy 108.645897 151.355951) (xy 108.578703 151.375102) + (xy 108.511822 151.354885) (xy 108.467307 151.303511) (xy 108.462523 151.293251) (xy 108.331198 151.1057) + (xy 108.1693 150.943802) (xy 107.981749 150.812477) (xy 107.981745 150.812475) (xy 107.774249 150.715718) + (xy 107.774238 150.715714) (xy 107.553089 150.656457) (xy 107.553081 150.656456) (xy 107.325002 150.636502) + (xy 107.324998 150.636502) (xy 107.096918 150.656456) (xy 107.09691 150.656457) (xy 106.875761 150.715714) + (xy 106.87575 150.715718) (xy 106.668254 150.812475) (xy 106.668252 150.812476) (xy 106.629735 150.839446) + (xy 106.4807 150.943802) (xy 106.480698 150.943803) (xy 106.480695 150.943806) (xy 106.318806 151.105695) + (xy 106.187476 151.293252) (xy 106.187475 151.293254) (xy 106.090718 151.50075) (xy 106.090714 151.500761) + (xy 106.031457 151.72191) (xy 106.031456 151.721918) (xy 106.011502 151.949998) (xy 106.011502 151.950001) + (xy 106.031456 152.178081) (xy 106.031457 152.178089) (xy 106.090714 152.399238) (xy 106.090718 152.399249) + (xy 106.158242 152.544054) (xy 106.187477 152.606749) (xy 106.318802 152.7943) (xy 106.4807 152.956198) + (xy 106.668251 153.087523) (xy 106.793091 153.145736) (xy 106.87575 153.184281) (xy 106.875752 153.184281) + (xy 106.875757 153.184284) (xy 107.096913 153.243543) (xy 107.259832 153.257796) (xy 107.324998 153.263498) + (xy 107.325 153.263498) (xy 107.325002 153.263498) (xy 107.382021 153.258509) (xy 107.553087 153.243543) + (xy 107.774243 153.184284) (xy 107.981749 153.087523) (xy 108.1693 152.956198) (xy 108.331198 152.7943) + (xy 108.462523 152.606749) (xy 108.467305 152.596493) (xy 108.513472 152.544054) (xy 108.580665 152.524898) + (xy 108.647547 152.54511) (xy 108.692067 152.596483) (xy 108.694862 152.602477) (xy 108.694863 152.602478) + (xy 108.745974 152.675472) (xy 109.425 151.996446) (xy 109.425 152.002661) (xy 109.452259 152.104394) + (xy 109.50492 152.195606) (xy 109.579394 152.27008) (xy 109.670606 152.322741) (xy 109.772339 152.35) + (xy 109.778553 152.35) (xy 109.099526 153.029025) (xy 109.172513 153.080132) (xy 109.172521 153.080136) + (xy 109.378668 153.176264) (xy 109.378682 153.176269) (xy 109.598389 153.235139) (xy 109.5984 153.235141) + (xy 109.824998 153.254966) (xy 109.825002 153.254966) (xy 110.051599 153.235141) (xy 110.05161 153.235139) + (xy 110.271317 153.176269) (xy 110.271331 153.176264) (xy 110.477478 153.080136) (xy 110.550471 153.029024) + (xy 109.871447 152.35) (xy 109.877661 152.35) (xy 109.979394 152.322741) (xy 110.070606 152.27008) + (xy 110.14508 152.195606) (xy 110.197741 152.104394) (xy 110.225 152.002661) (xy 110.225 151.996447) + (xy 110.904024 152.675471) (xy 110.955136 152.602478) (xy 111.051264 152.396331) (xy 111.051269 152.396317) + (xy 111.080725 152.286387) (xy 111.11709 152.226726) (xy 111.179937 152.196197) (xy 111.249312 152.204492) + (xy 111.30319 152.248977) (xy 111.324465 152.315529) (xy 111.3245 152.31848) (xy 111.3245 158.7805) + (xy 111.304815 158.847539) (xy 111.252011 158.893294) (xy 111.2005 158.9045) (xy 50.9995 158.9045) + (xy 50.932461 158.884815) (xy 50.886706 158.832011) (xy 50.8755 158.7805) (xy 50.8755 156.546286) + (xy 51.9895 156.546286) (xy 52.00539 156.646615) (xy 52.022754 156.756243) (xy 52.084387 156.94593) + (xy 52.088444 156.958414) (xy 52.184951 157.14782) (xy 52.30989 157.319786) (xy 52.460213 157.470109) + (xy 52.632179 157.595048) (xy 52.632181 157.595049) (xy 52.632184 157.595051) (xy 52.821588 157.691557) + (xy 53.023757 157.757246) (xy 53.233713 157.7905) (xy 53.233714 157.7905) (xy 53.446286 157.7905) + (xy 53.446287 157.7905) (xy 53.656243 157.757246) (xy 53.858412 157.691557) (xy 54.047816 157.595051) + (xy 54.074038 157.576) (xy 54.219786 157.470109) (xy 54.219788 157.470106) (xy 54.219792 157.470104) + (xy 54.370104 157.319792) (xy 54.370106 157.319788) (xy 54.370109 157.319786) (xy 54.495048 157.14782) + (xy 54.495047 157.14782) (xy 54.495051 157.147816) (xy 54.591557 156.958412) (xy 54.657246 156.756243) + (xy 54.6905 156.546287) (xy 54.6905 156.333713) (xy 54.657246 156.123757) (xy 54.591557 155.921588) + (xy 54.495051 155.732184) (xy 54.495049 155.732181) (xy 54.495048 155.732179) (xy 54.370109 155.560213) + (xy 54.219786 155.40989) (xy 54.04782 155.284951) (xy 53.858414 155.188444) (xy 53.858413 155.188443) + (xy 53.858412 155.188443) (xy 53.656243 155.122754) (xy 53.656241 155.122753) (xy 53.65624 155.122753) + (xy 53.494957 155.097208) (xy 53.446287 155.0895) (xy 53.233713 155.0895) (xy 53.185042 155.097208) + (xy 53.02376 155.122753) (xy 52.821585 155.188444) (xy 52.632179 155.284951) (xy 52.460213 155.40989) + (xy 52.30989 155.560213) (xy 52.184951 155.732179) (xy 52.088444 155.921585) (xy 52.022753 156.12376) + (xy 51.9895 156.333713) (xy 51.9895 156.546286) (xy 50.8755 156.546286) (xy 50.8755 145.399357) + (xy 50.895185 145.332318) (xy 50.947989 145.286563) (xy 51.017147 145.276619) (xy 51.080703 145.305644) + (xy 51.087167 145.311663) (xy 51.984387 146.208882) (xy 52.872057 147.096552) (xy 52.905542 147.157875) + (xy 52.907696 147.171268) (xy 52.909657 147.189922) (xy 52.909659 147.189932) (xy 52.96867 147.371549) + (xy 52.968673 147.371556) (xy 53.06416 147.536944) (xy 53.191947 147.678866) (xy 53.346448 147.791118) + (xy 53.520912 147.868794) (xy 53.707713 147.9085) (xy 53.898687 147.9085) (xy 54.085488 147.868794) + (xy 54.259952 147.791118) (xy 54.414453 147.678866) (xy 54.54224 147.536944) (xy 54.637727 147.371556) + (xy 54.696742 147.189928) (xy 54.716704 147) (xy 54.696742 146.810072) (xy 54.637727 146.628444) + (xy 54.54224 146.463056) (xy 54.414453 146.321134) (xy 54.259952 146.208882) (xy 54.085488 146.131206) + (xy 54.085486 146.131205) (xy 53.910877 146.094091) (xy 53.849395 146.060899) (xy 53.848977 146.060482) + (xy 52.148019 144.359523) (xy 52.114534 144.2982) (xy 52.1117 144.271842) (xy 52.1117 116.900001) + (xy 54.111502 116.900001) (xy 54.131456 117.128081) (xy 54.131457 117.128089) (xy 54.190714 117.349238) + (xy 54.190718 117.349249) (xy 54.287128 117.556) (xy 54.287477 117.556749) (xy 54.418802 117.7443) + (xy 54.5807 117.906198) (xy 54.768251 118.037523) (xy 54.893091 118.095736) (xy 54.97575 118.134281) + (xy 54.975752 118.134281) (xy 54.975757 118.134284) (xy 55.196913 118.193543) (xy 55.359832 118.207796) + (xy 55.424998 118.213498) (xy 55.425 118.213498) (xy 55.425002 118.213498) (xy 55.482021 118.208509) + (xy 55.653087 118.193543) (xy 55.874243 118.134284) (xy 56.081749 118.037523) (xy 56.2693 117.906198) + (xy 56.431198 117.7443) (xy 56.562523 117.556749) (xy 56.659284 117.349243) (xy 56.718543 117.128087) + (xy 56.738498 116.9) (xy 56.738422 116.899136) (xy 56.72128 116.703198) (xy 56.718543 116.671913) + (xy 56.659284 116.450757) (xy 56.653688 116.438757) (xy 56.562524 116.243254) (xy 56.562523 116.243252) + (xy 56.562523 116.243251) (xy 56.431198 116.0557) (xy 56.2693 115.893802) (xy 56.081749 115.762477) + (xy 56.056013 115.750476) (xy 55.874249 115.665718) (xy 55.874238 115.665714) (xy 55.653089 115.606457) + (xy 55.653081 115.606456) (xy 55.425002 115.586502) (xy 55.424998 115.586502) (xy 55.196918 115.606456) + (xy 55.19691 115.606457) (xy 54.975761 115.665714) (xy 54.97575 115.665718) (xy 54.768254 115.762475) + (xy 54.768252 115.762476) (xy 54.768251 115.762477) (xy 54.5807 115.893802) (xy 54.580698 115.893803) + (xy 54.580695 115.893806) (xy 54.418806 116.055695) (xy 54.418803 116.055698) (xy 54.418802 116.0557) + (xy 54.355403 116.146243) (xy 54.287476 116.243252) (xy 54.287475 116.243254) (xy 54.190718 116.45075) + (xy 54.190714 116.450761) (xy 54.131457 116.67191) (xy 54.131456 116.671918) (xy 54.111502 116.899998) + (xy 54.111502 116.900001) (xy 52.1117 116.900001) (xy 52.1117 101.900001) (xy 54.111502 101.900001) + (xy 54.131456 102.128081) (xy 54.131457 102.128089) (xy 54.190714 102.349238) (xy 54.190718 102.349249) + (xy 54.272943 102.525581) (xy 54.287477 102.556749) (xy 54.418802 102.7443) (xy 54.5807 102.906198) + (xy 54.768251 103.037523) (xy 54.893091 103.095736) (xy 54.97575 103.134281) (xy 54.975752 103.134281) + (xy 54.975757 103.134284) (xy 55.196913 103.193543) (xy 55.359832 103.207796) (xy 55.424998 103.213498) + (xy 55.425 103.213498) (xy 55.425002 103.213498) (xy 55.482021 103.208509) (xy 55.653087 103.193543) + (xy 55.874243 103.134284) (xy 56.081749 103.037523) (xy 56.2693 102.906198) (xy 56.431198 102.7443) + (xy 56.562523 102.556749) (xy 56.659284 102.349243) (xy 56.718543 102.128087) (xy 56.738498 101.9) + (xy 56.718543 101.671913) (xy 56.659284 101.450757) (xy 56.653688 101.438757) (xy 56.618446 101.363179) + (xy 56.562523 101.243251) (xy 56.431198 101.0557) (xy 56.2693 100.893802) (xy 56.081749 100.762477) + (xy 56.056013 100.750476) (xy 55.874249 100.665718) (xy 55.874238 100.665714) (xy 55.653089 100.606457) + (xy 55.653081 100.606456) (xy 55.425002 100.586502) (xy 55.424998 100.586502) (xy 55.196918 100.606456) + (xy 55.19691 100.606457) (xy 54.975761 100.665714) (xy 54.97575 100.665718) (xy 54.768254 100.762475) + (xy 54.768252 100.762476) (xy 54.768251 100.762477) (xy 54.5807 100.893802) (xy 54.580698 100.893803) + (xy 54.580695 100.893806) (xy 54.418806 101.055695) (xy 54.418803 101.055698) (xy 54.418802 101.0557) + (xy 54.390059 101.096749) (xy 54.287476 101.243252) (xy 54.287475 101.243254) (xy 54.190718 101.45075) + (xy 54.190714 101.450761) (xy 54.131457 101.67191) (xy 54.131456 101.671918) (xy 54.111502 101.899998) + (xy 54.111502 101.900001) (xy 52.1117 101.900001) (xy 52.1117 98.80235) (xy 52.131385 98.735311) + (xy 52.184189 98.689556) (xy 52.253347 98.679612) (xy 52.267787 98.682573) (xy 52.447345 98.730686) + (xy 52.597812 98.74385) (xy 52.657998 98.749116) (xy 52.658 98.749116) (xy 52.658002 98.749116) + (xy 52.710663 98.744508) (xy 52.868655 98.730686) (xy 53.07291 98.675956) (xy 53.264558 98.586589) + (xy 53.437776 98.465301) (xy 53.587301 98.315776) (xy 53.708589 98.142558) (xy 53.797956 97.95091) + (xy 53.852686 97.746655) (xy 53.871116 97.536) (xy 53.870258 97.526198) (xy 53.860855 97.418716) + (xy 53.852686 97.325345) (xy 53.797956 97.12109) (xy 53.708589 96.929442) (xy 53.587301 96.756224) + (xy 53.587299 96.756221) (xy 53.437778 96.6067) (xy 53.264558 96.485411) (xy 53.264556 96.48541) + (xy 53.243071 96.475391) (xy 53.07291 96.396044) (xy 53.072906 96.396043) (xy 53.072902 96.396041) + (xy 52.86866 96.341315) (xy 52.868656 96.341314) (xy 52.868655 96.341314) (xy 52.868654 96.341313) + (xy 52.868649 96.341313) (xy 52.658002 96.322884) (xy 52.657998 96.322884) (xy 52.44735 96.341313) + (xy 52.447339 96.341315) (xy 52.267793 96.389424) (xy 52.197943 96.387761) (xy 52.140081 96.348598) + (xy 52.112577 96.28437) (xy 52.1117 96.269649) (xy 52.1117 94.896282) (xy 52.131385 94.829243) (xy 52.184189 94.783488) + (xy 52.253347 94.773544) (xy 52.280495 94.780656) (xy 52.328192 94.799134) (xy 52.408 94.814052) + (xy 52.408 93.884975) (xy 52.443095 93.92007) (xy 52.522905 93.966148) (xy 52.611922 93.99) (xy 52.704078 93.99) + (xy 52.793095 93.966148) (xy 52.872905 93.92007) (xy 52.902975 93.89) (xy 52.908 93.89) (xy 52.908 94.814052) + (xy 52.987804 94.799135) (xy 53.195177 94.718798) (xy 53.195179 94.718797) (xy 53.384261 94.601721) + (xy 53.548608 94.4519) (xy 53.682631 94.274425) (xy 53.78176 94.075349) (xy 53.834495 93.89) (xy 52.908 93.89) + (xy 52.902975 93.89) (xy 52.93807 93.854905) (xy 52.984148 93.775095) (xy 53.008 93.686078) (xy 53.008 93.593922) + (xy 52.984148 93.504905) (xy 52.93807 93.425095) (xy 52.872905 93.35993) (xy 52.793095 93.313852) + (xy 52.704078 93.29) (xy 52.611922 93.29) (xy 52.522905 93.313852) (xy 52.443095 93.35993) (xy 52.408 93.395025) + (xy 52.408 92.465946) (xy 52.908 92.465946) (xy 52.908 93.39) (xy 53.834495 93.39) (xy 53.78176 93.20465) + (xy 53.682631 93.005574) (xy 53.548608 92.828099) (xy 53.384261 92.678278) (xy 53.195179 92.561202) + (xy 53.195177 92.561201) (xy 52.987799 92.480864) (xy 52.908 92.465946) (xy 52.408 92.465946) (xy 52.328197 92.480864) + (xy 52.280493 92.499345) (xy 52.210869 92.505206) (xy 52.149129 92.472496) (xy 52.114875 92.411599) + (xy 52.1117 92.383718) (xy 52.1117 91.01035) (xy 52.131385 90.943311) (xy 52.184189 90.897556) (xy 52.253347 90.887612) + (xy 52.267787 90.890573) (xy 52.447345 90.938686) (xy 52.597812 90.95185) (xy 52.657998 90.957116) + (xy 52.658 90.957116) (xy 52.658002 90.957116) (xy 52.710663 90.952508) (xy 52.868655 90.938686) + (xy 53.07291 90.883956) (xy 53.264558 90.794589) (xy 53.437776 90.673301) (xy 53.587301 90.523776) + (xy 53.708589 90.350558) (xy 53.797956 90.15891) (xy 53.852686 89.954655) (xy 53.870837 89.747186) + (xy 53.871116 89.744001) (xy 53.871116 89.743998) (xy 53.863138 89.652814) (xy 53.852686 89.533345) + (xy 53.797956 89.32909) (xy 53.708589 89.137442) (xy 53.587301 88.964224) (xy 53.587299 88.964221) + (xy 53.437778 88.8147) (xy 53.264558 88.693411) (xy 53.264556 88.69341) (xy 53.223705 88.674361) + (xy 53.07291 88.604044) (xy 53.072906 88.604043) (xy 53.072902 88.604041) (xy 52.86866 88.549315) + (xy 52.868656 88.549314) (xy 52.868655 88.549314) (xy 52.868654 88.549313) (xy 52.868649 88.549313) + (xy 52.658002 88.530884) (xy 52.657998 88.530884) (xy 52.44735 88.549313) (xy 52.447339 88.549315) + (xy 52.267793 88.597424) (xy 52.197943 88.595761) (xy 52.140081 88.556598) (xy 52.112577 88.49237) + (xy 52.1117 88.477649) (xy 52.1117 85.598001) (xy 53.824502 85.598001) (xy 53.844456 85.826081) + (xy 53.844457 85.826089) (xy 53.903714 86.047238) (xy 53.903718 86.047249) (xy 53.998292 86.250063) + (xy 54.000477 86.254749) (xy 54.131802 86.4423) (xy 54.2937 86.604198) (xy 54.481251 86.735523) + (xy 54.589747 86.786115) (xy 54.68875 86.832281) (xy 54.688752 86.832281) (xy 54.688757 86.832284) + (xy 54.909913 86.891543) (xy 55.072832 86.905796) (xy 55.137998 86.911498) (xy 55.138 86.911498) + (xy 55.138002 86.911498) (xy 55.195127 86.9065) (xy 55.366087 86.891543) (xy 55.587243 86.832284) + (xy 55.794749 86.735523) (xy 55.9823 86.604198) (xy 56.144198 86.4423) (xy 56.275523 86.254749) + (xy 56.275616 86.254548) (xy 56.27568 86.254475) (xy 56.278228 86.250063) (xy 56.279114 86.250574) + (xy 56.321785 86.202108) (xy 56.388978 86.182953) (xy 56.45586 86.203165) (xy 56.496922 86.250553) + (xy 56.497772 86.250063) (xy 56.500317 86.254471) (xy 56.500383 86.254547) (xy 56.500477 86.254749) + (xy 56.631802 86.4423) (xy 56.7937 86.604198) (xy 56.981251 86.735523) (xy 57.089747 86.786115) + (xy 57.18875 86.832281) (xy 57.188752 86.832281) (xy 57.188757 86.832284) (xy 57.409913 86.891543) + (xy 57.572832 86.905796) (xy 57.637998 86.911498) (xy 57.638 86.911498) (xy 57.638002 86.911498) + (xy 57.695127 86.9065) (xy 57.866087 86.891543) (xy 58.060208 86.839528) (xy 58.130056 86.841191) + (xy 58.187919 86.880353) (xy 58.215423 86.944581) (xy 58.2163 86.959303) (xy 58.2163 88.459429) + (xy 58.196615 88.526468) (xy 58.143811 88.572223) (xy 58.074653 88.582167) (xy 58.060207 88.579204) + (xy 57.94866 88.549315) (xy 57.948656 88.549314) (xy 57.948655 88.549314) (xy 57.948654 88.549313) + (xy 57.948649 88.549313) (xy 57.738002 88.530884) (xy 57.737998 88.530884) (xy 57.52735 88.549313) + (xy 57.527339 88.549315) (xy 57.323097 88.604041) (xy 57.323088 88.604045) (xy 57.131443 88.69341) + (xy 57.131441 88.693411) (xy 56.958221 88.8147) (xy 56.8087 88.964221) (xy 56.687411 89.137441) + (xy 56.68741 89.137443) (xy 56.598045 89.329088) (xy 56.598041 89.329097) (xy 56.543315 89.533339) + (xy 56.543313 89.53335) (xy 56.524884 89.743998) (xy 56.524884 89.744001) (xy 56.543313 89.954649) + (xy 56.543315 89.95466) (xy 56.598041 90.158902) (xy 56.598043 90.158906) (xy 56.598044 90.15891) + (xy 56.666288 90.305259) (xy 56.68741 90.350556) (xy 56.687411 90.350558) (xy 56.8087 90.523778) + (xy 56.958221 90.673299) (xy 56.958224 90.673301) (xy 57.131442 90.794589) (xy 57.32309 90.883956) + (xy 57.527345 90.938686) (xy 57.677812 90.95185) (xy 57.737998 90.957116) (xy 57.738 90.957116) + (xy 57.738002 90.957116) (xy 57.790663 90.952508) (xy 57.948655 90.938686) (xy 58.060209 90.908795) + (xy 58.130056 90.910458) (xy 58.187918 90.94962) (xy 58.215423 91.013848) (xy 58.2163 91.02857) + (xy 58.2163 92.355429) (xy 58.196615 92.422468) (xy 58.143811 92.468223) (xy 58.074653 92.478167) + (xy 58.060207 92.475204) (xy 57.94866 92.445315) (xy 57.948656 92.445314) (xy 57.948655 92.445314) + (xy 57.948654 92.445313) (xy 57.948649 92.445313) (xy 57.738002 92.426884) (xy 57.737998 92.426884) + (xy 57.52735 92.445313) (xy 57.527339 92.445315) (xy 57.323097 92.500041) (xy 57.323088 92.500045) + (xy 57.131443 92.58941) (xy 57.131441 92.589411) (xy 56.958221 92.7107) (xy 56.8087 92.860221) (xy 56.687411 93.033441) + (xy 56.68741 93.033443) (xy 56.598045 93.225088) (xy 56.598041 93.225097) (xy 56.543315 93.429339) + (xy 56.543313 93.42935) (xy 56.524884 93.639998) (xy 56.524884 93.640001) (xy 56.543313 93.850649) + (xy 56.543315 93.85066) (xy 56.598041 94.054902) (xy 56.598043 94.054906) (xy 56.598044 94.05491) + (xy 56.63613 94.136585) (xy 56.68741 94.246556) (xy 56.687411 94.246558) (xy 56.8087 94.419778) + (xy 56.958221 94.569299) (xy 56.958224 94.569301) (xy 57.131442 94.690589) (xy 57.32309 94.779956) + (xy 57.323096 94.779957) (xy 57.323097 94.779958) (xy 57.372255 94.793129) (xy 57.527345 94.834686) + (xy 57.677812 94.84785) (xy 57.737998 94.853116) (xy 57.738 94.853116) (xy 57.738002 94.853116) + (xy 57.790663 94.848508) (xy 57.948655 94.834686) (xy 58.060209 94.804795) (xy 58.130056 94.806458) + (xy 58.187918 94.84562) (xy 58.215423 94.909848) (xy 58.2163 94.92457) (xy 58.2163 96.251429) (xy 58.196615 96.318468) + (xy 58.143811 96.364223) (xy 58.074653 96.374167) (xy 58.060207 96.371204) (xy 57.94866 96.341315) + (xy 57.948656 96.341314) (xy 57.948655 96.341314) (xy 57.948654 96.341313) (xy 57.948649 96.341313) + (xy 57.738002 96.322884) (xy 57.737998 96.322884) (xy 57.52735 96.341313) (xy 57.527339 96.341315) + (xy 57.323097 96.396041) (xy 57.323088 96.396045) (xy 57.131443 96.48541) (xy 57.131441 96.485411) + (xy 56.958221 96.6067) (xy 56.8087 96.756221) (xy 56.687411 96.929441) (xy 56.68741 96.929443) (xy 56.598045 97.121088) + (xy 56.598041 97.121097) (xy 56.543315 97.325339) (xy 56.543313 97.32535) (xy 56.524884 97.535998) + (xy 56.524884 97.536001) (xy 56.543313 97.746649) (xy 56.543315 97.74666) (xy 56.598041 97.950902) + (xy 56.598043 97.950906) (xy 56.598044 97.95091) (xy 56.654698 98.072405) (xy 56.68741 98.142556) + (xy 56.687411 98.142558) (xy 56.8087 98.315778) (xy 56.958221 98.465299) (xy 56.958224 98.465301) + (xy 57.131442 98.586589) (xy 57.32309 98.675956) (xy 57.527345 98.730686) (xy 57.677812 98.74385) + (xy 57.737998 98.749116) (xy 57.738 98.749116) (xy 57.738002 98.749116) (xy 57.790663 98.744508) + (xy 57.948655 98.730686) (xy 58.060209 98.700795) (xy 58.130056 98.702458) (xy 58.187918 98.74162) + (xy 58.215423 98.805848) (xy 58.2163 98.82057) (xy 58.2163 110.140768) (xy 58.216299 110.140794) + (xy 58.216299 110.292209) (xy 58.2163 110.29223) (xy 58.2163 125.106768) (xy 58.216299 125.106794) + (xy 58.216299 125.258209) (xy 58.2163 125.25823) (xy 58.2163 140.092768) (xy 58.216299 140.092794) + (xy 58.216299 140.244209) (xy 58.2163 140.24423) (xy 58.2163 155.078768) (xy 58.216299 155.078794) + (xy 58.216299 155.2241) (xy 58.243647 155.361588) (xy 58.243648 155.361592) (xy 58.243649 155.361595) + (xy 58.264404 155.4117) (xy 58.297295 155.49111) (xy 58.297302 155.491122) (xy 58.375185 155.607683) + (xy 58.478636 155.711134) (xy 58.478658 155.711154) (xy 58.949781 156.182277) (xy 58.983266 156.2436) + (xy 58.981875 156.302051) (xy 58.956458 156.396907) (xy 58.956456 156.396918) (xy 58.936502 156.624998) + (xy 58.936502 156.625001) (xy 58.956456 156.853081) (xy 58.956457 156.853089) (xy 59.015714 157.074238) + (xy 59.015718 157.074249) (xy 59.083242 157.219054) (xy 59.112477 157.281749) (xy 59.243802 157.4693) + (xy 59.4057 157.631198) (xy 59.593251 157.762523) (xy 59.718091 157.820736) (xy 59.80075 157.859281) + (xy 59.800752 157.859281) (xy 59.800757 157.859284) (xy 60.021913 157.918543) (xy 60.184832 157.932796) + (xy 60.249998 157.938498) (xy 60.25 157.938498) (xy 60.250002 157.938498) (xy 60.307021 157.933509) + (xy 60.478087 157.918543) (xy 60.699243 157.859284) (xy 60.906749 157.762523) (xy 61.0943 157.631198) + (xy 61.256198 157.4693) (xy 61.387523 157.281749) (xy 61.392305 157.271493) (xy 61.438472 157.219054) + (xy 61.505665 157.199898) (xy 61.572547 157.22011) (xy 61.617067 157.271483) (xy 61.619862 157.277477) + (xy 61.619863 157.277478) (xy 61.670974 157.350472) (xy 62.35 156.671446) (xy 62.35 156.677661) + (xy 62.377259 156.779394) (xy 62.42992 156.870606) (xy 62.504394 156.94508) (xy 62.595606 156.997741) + (xy 62.697339 157.025) (xy 62.703553 157.025) (xy 62.024526 157.704025) (xy 62.097513 157.755132) + (xy 62.097521 157.755136) (xy 62.303668 157.851264) (xy 62.303682 157.851269) (xy 62.523389 157.910139) + (xy 62.5234 157.910141) (xy 62.749998 157.929966) (xy 62.750002 157.929966) (xy 62.976599 157.910141) + (xy 62.97661 157.910139) (xy 63.196317 157.851269) (xy 63.196331 157.851264) (xy 63.402478 157.755136) + (xy 63.475471 157.704024) (xy 63.247447 157.476) (xy 95.597505 157.476) (xy 95.650239 157.661349) + (xy 95.749368 157.860425) (xy 95.883391 158.0379) (xy 96.047738 158.187721) (xy 96.23682 158.304797) + (xy 96.236822 158.304798) (xy 96.444195 158.385135) (xy 96.524 158.400052) (xy 96.524 157.476) (xy 95.597505 157.476) + (xy 63.247447 157.476) (xy 62.796447 157.025) (xy 62.802661 157.025) (xy 62.904394 156.997741) (xy 62.995606 156.94508) + (xy 63.07008 156.870606) (xy 63.122741 156.779394) (xy 63.15 156.677661) (xy 63.15 156.671447) (xy 63.829024 157.350471) + (xy 63.880136 157.277478) (xy 63.882654 157.272078) (xy 96.424 157.272078) (xy 96.447852 157.361095) + (xy 96.49393 157.440905) (xy 96.559095 157.50607) (xy 96.638905 157.552148) (xy 96.727922 157.576) + (xy 96.820078 157.576) (xy 96.909095 157.552148) (xy 96.988905 157.50607) (xy 97.018975 157.476) + (xy 97.024 157.476) (xy 97.024 158.400052) (xy 97.103804 158.385135) (xy 97.311177 158.304798) (xy 97.311179 158.304797) + (xy 97.500261 158.187721) (xy 97.664608 158.0379) (xy 97.798631 157.860425) (xy 97.89776 157.661349) + (xy 97.950495 157.476) (xy 97.024 157.476) (xy 97.018975 157.476) (xy 97.05407 157.440905) (xy 97.100148 157.361095) + (xy 97.124 157.272078) (xy 97.124 157.226001) (xy 100.640884 157.226001) (xy 100.659313 157.436649) + (xy 100.659315 157.43666) (xy 100.714041 157.640902) (xy 100.714043 157.640906) (xy 100.714044 157.64091) + (xy 100.770753 157.762523) (xy 100.80341 157.832556) (xy 100.803411 157.832558) (xy 100.9247 158.005778) + (xy 101.074221 158.155299) (xy 101.074224 158.155301) (xy 101.247442 158.276589) (xy 101.43909 158.365956) + (xy 101.643345 158.420686) (xy 101.793812 158.43385) (xy 101.853998 158.439116) (xy 101.854 158.439116) + (xy 101.854002 158.439116) (xy 101.906663 158.434508) (xy 102.064655 158.420686) (xy 102.26891 158.365956) + (xy 102.460558 158.276589) (xy 102.633776 158.155301) (xy 102.783301 158.005776) (xy 102.904589 157.832558) + (xy 102.993956 157.64091) (xy 103.048686 157.436655) (xy 103.067116 157.226) (xy 103.048686 157.015345) + (xy 103.007129 156.860255) (xy 102.993958 156.811097) (xy 102.993957 156.811096) (xy 102.993956 156.81109) + (xy 102.904589 156.619442) (xy 102.853365 156.546286) (xy 107.5095 156.546286) (xy 107.52539 156.646615) + (xy 107.542754 156.756243) (xy 107.604387 156.94593) (xy 107.608444 156.958414) (xy 107.704951 157.14782) + (xy 107.82989 157.319786) (xy 107.980213 157.470109) (xy 108.152179 157.595048) (xy 108.152181 157.595049) + (xy 108.152184 157.595051) (xy 108.341588 157.691557) (xy 108.543757 157.757246) (xy 108.753713 157.7905) + (xy 108.753714 157.7905) (xy 108.966286 157.7905) (xy 108.966287 157.7905) (xy 109.176243 157.757246) + (xy 109.378412 157.691557) (xy 109.567816 157.595051) (xy 109.594038 157.576) (xy 109.739786 157.470109) + (xy 109.739788 157.470106) (xy 109.739792 157.470104) (xy 109.890104 157.319792) (xy 109.890106 157.319788) + (xy 109.890109 157.319786) (xy 110.015048 157.14782) (xy 110.015047 157.14782) (xy 110.015051 157.147816) + (xy 110.111557 156.958412) (xy 110.177246 156.756243) (xy 110.2105 156.546287) (xy 110.2105 156.333713) + (xy 110.177246 156.123757) (xy 110.111557 155.921588) (xy 110.015051 155.732184) (xy 110.015049 155.732181) + (xy 110.015048 155.732179) (xy 109.890109 155.560213) (xy 109.739786 155.40989) (xy 109.56782 155.284951) + (xy 109.378414 155.188444) (xy 109.378413 155.188443) (xy 109.378412 155.188443) (xy 109.176243 155.122754) + (xy 109.176241 155.122753) (xy 109.17624 155.122753) (xy 109.014957 155.097208) (xy 108.966287 155.0895) + (xy 108.753713 155.0895) (xy 108.705042 155.097208) (xy 108.54376 155.122753) (xy 108.341585 155.188444) + (xy 108.152179 155.284951) (xy 107.980213 155.40989) (xy 107.82989 155.560213) (xy 107.704951 155.732179) + (xy 107.608444 155.921585) (xy 107.542753 156.12376) (xy 107.5095 156.333713) (xy 107.5095 156.546286) + (xy 102.853365 156.546286) (xy 102.783301 156.446224) (xy 102.783299 156.446221) (xy 102.633778 156.2967) + (xy 102.460558 156.175411) (xy 102.460556 156.17541) (xy 102.439071 156.165391) (xy 102.26891 156.086044) + (xy 102.268906 156.086043) (xy 102.268902 156.086041) (xy 102.06466 156.031315) (xy 102.064656 156.031314) + (xy 102.064655 156.031314) (xy 102.064654 156.031313) (xy 102.064649 156.031313) (xy 101.854002 156.012884) + (xy 101.853998 156.012884) (xy 101.64335 156.031313) (xy 101.643339 156.031315) (xy 101.439097 156.086041) + (xy 101.439088 156.086045) (xy 101.247443 156.17541) (xy 101.247441 156.175411) (xy 101.074221 156.2967) + (xy 100.9247 156.446221) (xy 100.803411 156.619441) (xy 100.80341 156.619443) (xy 100.714045 156.811088) + (xy 100.714041 156.811097) (xy 100.659315 157.015339) (xy 100.659313 157.01535) (xy 100.640884 157.225998) + (xy 100.640884 157.226001) (xy 97.124 157.226001) (xy 97.124 157.179922) (xy 97.100148 157.090905) + (xy 97.05407 157.011095) (xy 96.988905 156.94593) (xy 96.909095 156.899852) (xy 96.820078 156.876) + (xy 96.727922 156.876) (xy 96.638905 156.899852) (xy 96.559095 156.94593) (xy 96.49393 157.011095) + (xy 96.447852 157.090905) (xy 96.424 157.179922) (xy 96.424 157.272078) (xy 63.882654 157.272078) + (xy 63.976264 157.071331) (xy 63.976269 157.071317) (xy 64.001809 156.976) (xy 95.597505 156.976) + (xy 96.524 156.976) (xy 96.524 156.051946) (xy 97.024 156.051946) (xy 97.024 156.976) (xy 97.950495 156.976) + (xy 97.89776 156.79065) (xy 97.798631 156.591574) (xy 97.664608 156.414099) (xy 97.500261 156.264278) + (xy 97.311179 156.147202) (xy 97.311177 156.147201) (xy 97.103799 156.066864) (xy 97.024 156.051946) + (xy 96.524 156.051946) (xy 96.4442 156.066864) (xy 96.236822 156.147201) (xy 96.23682 156.147202) + (xy 96.047738 156.264278) (xy 95.883391 156.414099) (xy 95.749368 156.591574) (xy 95.650239 156.79065) + (xy 95.597505 156.976) (xy 64.001809 156.976) (xy 64.035139 156.85161) (xy 64.035141 156.851599) + (xy 64.054966 156.625002) (xy 64.054966 156.624997) (xy 64.035141 156.3984) (xy 64.035139 156.398389) + (xy 63.976269 156.178682) (xy 63.976264 156.178668) (xy 63.880136 155.972521) (xy 63.880132 155.972513) + (xy 63.829025 155.899526) (xy 63.15 156.578551) (xy 63.15 156.572339) (xy 63.122741 156.470606) + (xy 63.07008 156.379394) (xy 62.995606 156.30492) (xy 62.904394 156.252259) (xy 62.802661 156.225) + (xy 62.796448 156.225) (xy 63.475472 155.545974) (xy 63.402478 155.494863) (xy 63.196331 155.398735) + (xy 63.196317 155.39873) (xy 62.97661 155.33986) (xy 62.976599 155.339858) (xy 62.750002 155.320034) + (xy 62.749998 155.320034) (xy 62.5234 155.339858) (xy 62.523389 155.33986) (xy 62.303682 155.39873) + (xy 62.303673 155.398734) (xy 62.097516 155.494866) (xy 62.097512 155.494868) (xy 62.024526 155.545973) + (xy 62.024526 155.545974) (xy 62.703553 156.225) (xy 62.697339 156.225) (xy 62.595606 156.252259) + (xy 62.504394 156.30492) (xy 62.42992 156.379394) (xy 62.377259 156.470606) (xy 62.35 156.572339) + (xy 62.35 156.578552) (xy 61.670974 155.899526) (xy 61.670973 155.899526) (xy 61.619868 155.972512) + (xy 61.619865 155.972518) (xy 61.61707 155.978513) (xy 61.570897 156.030951) (xy 61.503703 156.050102) + (xy 61.436822 156.029885) (xy 61.392307 155.978511) (xy 61.387523 155.968251) (xy 61.256198 155.7807) + (xy 61.0943 155.618802) (xy 61.078421 155.607683) (xy 61.002575 155.554574) (xy 60.958951 155.499997) + (xy 60.9497 155.453) (xy 60.9497 154.843149) (xy 60.969385 154.77611) (xy 61.022189 154.730355) + (xy 61.062892 154.719621) (xy 61.178087 154.709543) (xy 61.399243 154.650284) (xy 61.606749 154.553523) + (xy 61.7943 154.422198) (xy 61.956198 154.2603) (xy 62.087523 154.072749) (xy 62.184284 153.865243) + (xy 62.243543 153.644087) (xy 62.263498 153.416) (xy 62.243543 153.187913) (xy 62.184284 152.966757) + (xy 62.17936 152.956198) (xy 62.103868 152.794304) (xy 62.087523 152.759251) (xy 61.956198 152.5717) + (xy 61.7943 152.409802) (xy 61.606749 152.278477) (xy 61.588741 152.27008) (xy 61.563655 152.258382) + (xy 61.511215 152.21221) (xy 61.492063 152.145017) (xy 61.512278 152.078136) (xy 61.563655 152.033618) + (xy 61.566882 152.032112) (xy 61.606749 152.013523) (xy 61.7943 151.882198) (xy 61.956198 151.7203) + (xy 62.087523 151.532749) (xy 62.184284 151.325243) (xy 62.243543 151.104087) (xy 62.263498 150.876) + (xy 62.243543 150.647913) (xy 62.184284 150.426757) (xy 62.087523 150.219251) (xy 61.956198 150.0317) + (xy 61.7943 149.869802) (xy 61.606749 149.738477) (xy 61.604705 149.737524) (xy 61.563655 149.718382) + (xy 61.511215 149.67221) (xy 61.492063 149.605017) (xy 61.512278 149.538136) (xy 61.563655 149.493618) + (xy 61.566882 149.492112) (xy 61.606749 149.473523) (xy 61.7943 149.342198) (xy 61.956198 149.1803) + (xy 62.087523 148.992749) (xy 62.184284 148.785243) (xy 62.243543 148.564087) (xy 62.263498 148.336) + (xy 62.243543 148.107913) (xy 62.184284 147.886757) (xy 62.175824 147.868615) (xy 62.127182 147.7643) + (xy 62.087523 147.679251) (xy 61.956198 147.4917) (xy 61.7943 147.329802) (xy 61.786627 147.324429) + (xy 61.743006 147.269853) (xy 61.735814 147.200355) (xy 61.767338 147.138001) (xy 61.827568 147.102588) + (xy 61.844489 147.09957) (xy 61.859201 147.097989) (xy 61.996204 147.046889) (xy 62.113261 146.959261) + (xy 62.200889 146.842204) (xy 62.251989 146.705201) (xy 62.256374 146.664414) (xy 62.258499 146.644654) + (xy 62.2585 146.644637) (xy 62.2585 144.947362) (xy 62.258499 144.947345) (xy 62.253664 144.902382) + (xy 62.251989 144.886799) (xy 62.246878 144.873097) (xy 62.218 144.795673) (xy 62.200889 144.749796) + (xy 62.113261 144.632739) (xy 61.996204 144.545111) (xy 61.994893 144.544622) (xy 61.859203 144.494011) + (xy 61.798654 144.4875) (xy 61.798638 144.4875) (xy 60.101362 144.4875) (xy 60.101345 144.4875) + (xy 60.040797 144.494011) (xy 60.040795 144.494011) (xy 59.903793 144.545111) (xy 59.903793 144.545112) + (xy 59.83801 144.594357) (xy 59.772546 144.618774) (xy 59.704273 144.603922) (xy 59.654868 144.554517) + (xy 59.6397 144.49509) (xy 59.6397 142.833944) (xy 59.659385 142.766905) (xy 59.712189 142.72115) + (xy 59.781347 142.711206) (xy 59.795784 142.714167) (xy 60.009913 142.771543) (xy 60.172832 142.785796) + (xy 60.237998 142.791498) (xy 60.238 142.791498) (xy 60.238002 142.791498) (xy 60.295021 142.786509) + (xy 60.466087 142.771543) (xy 60.687243 142.712284) (xy 60.894749 142.615523) (xy 61.0823 142.484198) + (xy 61.244198 142.3223) (xy 61.375523 142.134749) (xy 61.380305 142.124493) (xy 61.426472 142.072054) + (xy 61.493665 142.052898) (xy 61.560547 142.07311) (xy 61.605067 142.124483) (xy 61.607862 142.130477) + (xy 61.607863 142.130478) (xy 61.658974 142.203472) (xy 62.338 141.524446) (xy 62.338 141.530661) + (xy 62.365259 141.632394) (xy 62.41792 141.723606) (xy 62.492394 141.79808) (xy 62.583606 141.850741) + (xy 62.685339 141.878) (xy 62.691553 141.878) (xy 62.012526 142.557025) (xy 62.085513 142.608132) + (xy 62.085521 142.608136) (xy 62.291668 142.704264) (xy 62.291682 142.704269) (xy 62.511389 142.763139) + (xy 62.5114 142.763141) (xy 62.737998 142.782966) (xy 62.738002 142.782966) (xy 62.964599 142.763141) + (xy 62.96461 142.763139) (xy 63.184317 142.704269) (xy 63.184331 142.704264) (xy 63.390478 142.608136) + (xy 63.463471 142.557024) (xy 62.784447 141.878) (xy 62.790661 141.878) (xy 62.892394 141.850741) + (xy 62.983606 141.79808) (xy 63.05808 141.723606) (xy 63.110741 141.632394) (xy 63.138 141.530661) + (xy 63.138 141.524447) (xy 63.817024 142.203471) (xy 63.868136 142.130478) (xy 63.964264 141.924331) + (xy 63.964269 141.924317) (xy 64.023139 141.70461) (xy 64.023141 141.704599) (xy 64.042966 141.478002) + (xy 64.042966 141.477997) (xy 64.023141 141.2514) (xy 64.023139 141.251389) (xy 63.964269 141.031682) + (xy 63.964264 141.031668) (xy 63.868136 140.825521) (xy 63.868132 140.825513) (xy 63.817025 140.752526) + (xy 63.138 141.431551) (xy 63.138 141.425339) (xy 63.110741 141.323606) (xy 63.05808 141.232394) + (xy 62.983606 141.15792) (xy 62.892394 141.105259) (xy 62.790661 141.078) (xy 62.784448 141.078) + (xy 63.463472 140.398974) (xy 63.390478 140.347863) (xy 63.184331 140.251735) (xy 63.184317 140.25173) + (xy 62.96461 140.19286) (xy 62.964599 140.192858) (xy 62.738002 140.173034) (xy 62.737998 140.173034) + (xy 62.5114 140.192858) (xy 62.511389 140.19286) (xy 62.291682 140.25173) (xy 62.291673 140.251734) + (xy 62.085516 140.347866) (xy 62.085512 140.347868) (xy 62.012526 140.398973) (xy 62.012526 140.398974) + (xy 62.691553 141.078) (xy 62.685339 141.078) (xy 62.583606 141.105259) (xy 62.492394 141.15792) + (xy 62.41792 141.232394) (xy 62.365259 141.323606) (xy 62.338 141.425339) (xy 62.338 141.431552) + (xy 61.658974 140.752526) (xy 61.658973 140.752526) (xy 61.607868 140.825512) (xy 61.607865 140.825518) + (xy 61.60507 140.831513) (xy 61.558897 140.883951) (xy 61.491703 140.903102) (xy 61.424822 140.882885) + (xy 61.380307 140.831511) (xy 61.375523 140.821251) (xy 61.244198 140.6337) (xy 61.0823 140.471802) + (xy 61.082295 140.471798) (xy 61.082292 140.471796) (xy 61.002576 140.415977) (xy 60.958951 140.3614) + (xy 60.9497 140.314403) (xy 60.9497 139.793649) (xy 60.969385 139.72661) (xy 61.022189 139.680855) + (xy 61.062892 139.670121) (xy 61.178087 139.660043) (xy 61.399243 139.600784) (xy 61.606749 139.504023) + (xy 61.7943 139.372698) (xy 61.956198 139.2108) (xy 62.087523 139.023249) (xy 62.184284 138.815743) + (xy 62.243543 138.594587) (xy 62.263498 138.3665) (xy 62.243543 138.138413) (xy 62.184284 137.917257) + (xy 62.165215 137.876364) (xy 62.087524 137.709754) (xy 62.087523 137.709752) (xy 62.087523 137.709751) + (xy 61.956198 137.5222) (xy 61.7943 137.360302) (xy 61.606749 137.228977) (xy 61.563655 137.208882) + (xy 61.511215 137.16271) (xy 61.492063 137.095517) (xy 61.512278 137.028636) (xy 61.563655 136.984118) + (xy 61.566882 136.982612) (xy 61.606749 136.964023) (xy 61.7943 136.832698) (xy 61.956198 136.6708) + (xy 62.087523 136.483249) (xy 62.184284 136.275743) (xy 62.243543 136.054587) (xy 62.263498 135.8265) + (xy 62.243543 135.598413) (xy 62.184284 135.377257) (xy 62.087523 135.169751) (xy 61.956198 134.9822) + (xy 61.7943 134.820302) (xy 61.606749 134.688977) (xy 61.563655 134.668882) (xy 61.511215 134.62271) + (xy 61.492063 134.555517) (xy 61.512278 134.488636) (xy 61.563655 134.444118) (xy 61.566882 134.442612) + (xy 61.606749 134.424023) (xy 61.7943 134.292698) (xy 61.956198 134.1308) (xy 62.087523 133.943249) + (xy 62.184284 133.735743) (xy 62.243543 133.514587) (xy 62.260647 133.319083) (xy 62.263498 133.286501) + (xy 62.263498 133.286498) (xy 62.243543 133.058418) (xy 62.243543 133.058413) (xy 62.184284 132.837257) + (xy 62.087523 132.629751) (xy 61.956198 132.4422) (xy 61.7943 132.280302) (xy 61.786627 132.274929) + (xy 61.743006 132.220353) (xy 61.735814 132.150855) (xy 61.767338 132.088501) (xy 61.827568 132.053088) + (xy 61.844489 132.05007) (xy 61.859201 132.048489) (xy 61.996204 131.997389) (xy 62.113261 131.909761) + (xy 62.200889 131.792704) (xy 62.248782 131.6643) (xy 62.251988 131.655704) (xy 62.251988 131.655703) + (xy 62.251989 131.655701) (xy 62.255591 131.622192) (xy 62.258499 131.595154) (xy 62.2585 131.595137) + (xy 62.2585 129.897862) (xy 62.258499 129.897845) (xy 62.253907 129.855138) (xy 62.251989 129.837299) + (xy 62.248989 129.829256) (xy 62.215812 129.740306) (xy 62.200889 129.700296) (xy 62.113261 129.583239) + (xy 61.996204 129.495611) (xy 61.859203 129.444511) (xy 61.798654 129.438) (xy 61.798638 129.438) + (xy 60.101362 129.438) (xy 60.101345 129.438) (xy 60.040797 129.444511) (xy 60.040795 129.444511) + (xy 59.903793 129.495611) (xy 59.903793 129.495612) (xy 59.83801 129.544857) (xy 59.772546 129.569274) + (xy 59.704273 129.554422) (xy 59.654868 129.505017) (xy 59.6397 129.44559) (xy 59.6397 127.847944) + (xy 59.659385 127.780905) (xy 59.712189 127.73515) (xy 59.781347 127.725206) (xy 59.795784 127.728167) + (xy 60.009913 127.785543) (xy 60.172832 127.799796) (xy 60.237998 127.805498) (xy 60.238 127.805498) + (xy 60.238002 127.805498) (xy 60.295021 127.800509) (xy 60.466087 127.785543) (xy 60.687243 127.726284) + (xy 60.894749 127.629523) (xy 61.0823 127.498198) (xy 61.244198 127.3363) (xy 61.375523 127.148749) + (xy 61.380305 127.138493) (xy 61.426472 127.086054) (xy 61.493665 127.066898) (xy 61.560547 127.08711) + (xy 61.605067 127.138483) (xy 61.607862 127.144477) (xy 61.607863 127.144478) (xy 61.658974 127.217472) + (xy 62.338 126.538446) (xy 62.338 126.544661) (xy 62.365259 126.646394) (xy 62.41792 126.737606) + (xy 62.492394 126.81208) (xy 62.583606 126.864741) (xy 62.685339 126.892) (xy 62.691553 126.892) + (xy 62.012526 127.571025) (xy 62.085513 127.622132) (xy 62.085521 127.622136) (xy 62.291668 127.718264) + (xy 62.291682 127.718269) (xy 62.511389 127.777139) (xy 62.5114 127.777141) (xy 62.737998 127.796966) + (xy 62.738002 127.796966) (xy 62.964599 127.777141) (xy 62.96461 127.777139) (xy 63.184317 127.718269) + (xy 63.184331 127.718264) (xy 63.390478 127.622136) (xy 63.463471 127.571024) (xy 62.784447 126.892) + (xy 62.790661 126.892) (xy 62.892394 126.864741) (xy 62.983606 126.81208) (xy 63.05808 126.737606) + (xy 63.110741 126.646394) (xy 63.138 126.544661) (xy 63.138 126.538447) (xy 63.817024 127.217471) + (xy 63.868136 127.144478) (xy 63.964264 126.938331) (xy 63.964269 126.938317) (xy 64.023139 126.71861) + (xy 64.023141 126.718599) (xy 64.042966 126.492002) (xy 64.042966 126.491997) (xy 64.023141 126.2654) + (xy 64.023139 126.265389) (xy 63.964269 126.045682) (xy 63.964264 126.045668) (xy 63.868136 125.839521) + (xy 63.868132 125.839513) (xy 63.817025 125.766526) (xy 63.138 126.445551) (xy 63.138 126.439339) + (xy 63.110741 126.337606) (xy 63.05808 126.246394) (xy 62.983606 126.17192) (xy 62.892394 126.119259) + (xy 62.790661 126.092) (xy 62.784448 126.092) (xy 63.463472 125.412974) (xy 63.390478 125.361863) + (xy 63.184331 125.265735) (xy 63.184317 125.26573) (xy 62.96461 125.20686) (xy 62.964599 125.206858) + (xy 62.738002 125.187034) (xy 62.737998 125.187034) (xy 62.5114 125.206858) (xy 62.511389 125.20686) + (xy 62.291682 125.26573) (xy 62.291673 125.265734) (xy 62.085516 125.361866) (xy 62.085512 125.361868) + (xy 62.012526 125.412973) (xy 62.012526 125.412974) (xy 62.691553 126.092) (xy 62.685339 126.092) + (xy 62.583606 126.119259) (xy 62.492394 126.17192) (xy 62.41792 126.246394) (xy 62.365259 126.337606) + (xy 62.338 126.439339) (xy 62.338 126.445553) (xy 61.69802 125.805573) (xy 61.664535 125.74425) + (xy 61.661701 125.717892) (xy 61.661701 125.704794) (xy 61.6617 125.704768) (xy 61.6617 124.480595) + (xy 61.681385 124.413556) (xy 61.714577 124.37902) (xy 61.7943 124.323198) (xy 61.956198 124.1613) + (xy 62.087523 123.973749) (xy 62.184284 123.766243) (xy 62.243543 123.545087) (xy 62.263498 123.317) + (xy 62.243543 123.088913) (xy 62.184284 122.867757) (xy 62.180569 122.859791) (xy 62.088431 122.662198) + (xy 62.087523 122.660251) (xy 61.956198 122.4727) (xy 61.7943 122.310802) (xy 61.606749 122.179477) + (xy 61.595003 122.174) (xy 61.563655 122.159382) (xy 61.511215 122.11321) (xy 61.492063 122.046017) + (xy 61.512278 121.979136) (xy 61.563655 121.934618) (xy 61.572299 121.930587) (xy 61.606749 121.914523) + (xy 61.7943 121.783198) (xy 61.956198 121.6213) (xy 62.087523 121.433749) (xy 62.184284 121.226243) + (xy 62.243543 121.005087) (xy 62.263498 120.777) (xy 62.262579 120.7665) (xy 62.253717 120.665206) + (xy 62.243543 120.548913) (xy 62.184284 120.327757) (xy 62.180569 120.319791) (xy 62.088431 120.122198) + (xy 62.087523 120.120251) (xy 61.956198 119.9327) (xy 61.7943 119.770802) (xy 61.606749 119.639477) + (xy 61.563655 119.619382) (xy 61.511215 119.57321) (xy 61.492063 119.506017) (xy 61.512278 119.439136) + (xy 61.563655 119.394618) (xy 61.572299 119.390587) (xy 61.606749 119.374523) (xy 61.7943 119.243198) + (xy 61.956198 119.0813) (xy 62.087523 118.893749) (xy 62.184284 118.686243) (xy 62.243543 118.465087) + (xy 62.263498 118.237) (xy 62.243543 118.008913) (xy 62.184284 117.787757) (xy 62.178848 117.7761) + (xy 62.088431 117.582198) (xy 62.087523 117.580251) (xy 61.956198 117.3927) (xy 61.7943 117.230802) + (xy 61.786627 117.225429) (xy 61.743006 117.170853) (xy 61.735814 117.101355) (xy 61.767338 117.039001) + (xy 61.827568 117.003588) (xy 61.844489 117.00057) (xy 61.859201 116.998989) (xy 61.996204 116.947889) + (xy 62.113261 116.860261) (xy 62.200889 116.743204) (xy 62.251989 116.606201) (xy 62.255591 116.572692) + (xy 62.258499 116.545654) (xy 62.2585 116.545637) (xy 62.2585 114.848362) (xy 62.258499 114.848345) + (xy 62.255157 114.81727) (xy 62.251989 114.787799) (xy 62.200889 114.650796) (xy 62.113261 114.533739) + (xy 61.996204 114.446111) (xy 61.859203 114.395011) (xy 61.798654 114.3885) (xy 61.798638 114.3885) + (xy 60.101362 114.3885) (xy 60.101345 114.3885) (xy 60.040797 114.395011) (xy 60.040795 114.395011) + (xy 59.903793 114.446111) (xy 59.903793 114.446112) (xy 59.83801 114.495357) (xy 59.772546 114.519774) + (xy 59.704273 114.504922) (xy 59.654868 114.455517) (xy 59.6397 114.39609) (xy 59.6397 112.867303) + (xy 59.659385 112.800264) (xy 59.712189 112.754509) (xy 59.781347 112.744565) (xy 59.795784 112.747526) + (xy 59.989913 112.799543) (xy 60.152832 112.813796) (xy 60.217998 112.819498) (xy 60.218 112.819498) + (xy 60.218002 112.819498) (xy 60.275021 112.814509) (xy 60.446087 112.799543) (xy 60.667243 112.740284) + (xy 60.874749 112.643523) (xy 61.0623 112.512198) (xy 61.224198 112.3503) (xy 61.355523 112.162749) + (xy 61.360305 112.152493) (xy 61.406472 112.100054) (xy 61.473665 112.080898) (xy 61.540547 112.10111) + (xy 61.585067 112.152483) (xy 61.587862 112.158477) (xy 61.587863 112.158478) (xy 61.638974 112.231472) + (xy 62.318 111.552446) (xy 62.318 111.558661) (xy 62.345259 111.660394) (xy 62.39792 111.751606) + (xy 62.472394 111.82608) (xy 62.563606 111.878741) (xy 62.665339 111.906) (xy 62.671553 111.906) + (xy 61.992526 112.585025) (xy 62.065513 112.636132) (xy 62.065521 112.636136) (xy 62.271668 112.732264) + (xy 62.271682 112.732269) (xy 62.491389 112.791139) (xy 62.4914 112.791141) (xy 62.717998 112.810966) + (xy 62.718002 112.810966) (xy 62.944599 112.791141) (xy 62.94461 112.791139) (xy 63.164317 112.732269) + (xy 63.164331 112.732264) (xy 63.370478 112.636136) (xy 63.443471 112.585024) (xy 62.764447 111.906) + (xy 62.770661 111.906) (xy 62.872394 111.878741) (xy 62.963606 111.82608) (xy 63.03808 111.751606) + (xy 63.090741 111.660394) (xy 63.118 111.558661) (xy 63.118 111.552447) (xy 63.797024 112.231471) + (xy 63.848136 112.158478) (xy 63.944264 111.952331) (xy 63.944269 111.952317) (xy 64.003139 111.73261) + (xy 64.003141 111.732599) (xy 64.022966 111.506002) (xy 64.022966 111.505997) (xy 64.003141 111.2794) + (xy 64.003139 111.279389) (xy 63.944269 111.059682) (xy 63.944264 111.059668) (xy 63.848136 110.853521) + (xy 63.848132 110.853513) (xy 63.797025 110.780526) (xy 63.118 111.459551) (xy 63.118 111.453339) + (xy 63.090741 111.351606) (xy 63.03808 111.260394) (xy 62.963606 111.18592) (xy 62.872394 111.133259) + (xy 62.770661 111.106) (xy 62.764448 111.106) (xy 63.443472 110.426974) (xy 63.370478 110.375863) + (xy 63.164331 110.279735) (xy 63.164317 110.27973) (xy 62.94461 110.22086) (xy 62.944599 110.220858) + (xy 62.718002 110.201034) (xy 62.717998 110.201034) (xy 62.4914 110.220858) (xy 62.491389 110.22086) + (xy 62.271682 110.27973) (xy 62.271673 110.279734) (xy 62.065516 110.375866) (xy 62.065512 110.375868) + (xy 61.992526 110.426973) (xy 61.992526 110.426974) (xy 62.671553 111.106) (xy 62.665339 111.106) + (xy 62.563606 111.133259) (xy 62.472394 111.18592) (xy 62.39792 111.260394) (xy 62.345259 111.351606) + (xy 62.318 111.453339) (xy 62.318 111.459552) (xy 61.638974 110.780526) (xy 61.638973 110.780526) + (xy 61.587868 110.853512) (xy 61.587865 110.853518) (xy 61.58507 110.859513) (xy 61.538897 110.911951) + (xy 61.471703 110.931102) (xy 61.404822 110.910885) (xy 61.360307 110.859511) (xy 61.355523 110.849251) + (xy 61.224198 110.6617) (xy 61.0623 110.499802) (xy 61.062295 110.499798) (xy 61.062292 110.499796) + (xy 60.982576 110.443977) (xy 60.938951 110.3894) (xy 60.9297 110.342403) (xy 60.9297 109.696398) + (xy 60.949385 109.629359) (xy 61.002189 109.583604) (xy 61.042887 109.572871) (xy 61.178087 109.561043) + (xy 61.399243 109.501784) (xy 61.606749 109.405023) (xy 61.7943 109.273698) (xy 61.956198 109.1118) + (xy 62.087523 108.924249) (xy 62.184284 108.716743) (xy 62.243543 108.495587) (xy 62.263498 108.2675) + (xy 62.243543 108.039413) (xy 62.184284 107.818257) (xy 62.18409 107.817842) (xy 62.087524 107.610754) + (xy 62.087523 107.610752) (xy 62.087523 107.610751) (xy 61.956198 107.4232) (xy 61.7943 107.261302) + (xy 61.606749 107.129977) (xy 61.563655 107.109882) (xy 61.511215 107.06371) (xy 61.492063 106.996517) + (xy 61.512278 106.929636) (xy 61.563655 106.885118) (xy 61.566882 106.883612) (xy 61.606749 106.865023) + (xy 61.7943 106.733698) (xy 61.956198 106.5718) (xy 62.087523 106.384249) (xy 62.184284 106.176743) + (xy 62.243543 105.955587) (xy 62.263498 105.7275) (xy 62.243543 105.499413) (xy 62.184284 105.278257) + (xy 62.087523 105.070751) (xy 61.956198 104.8832) (xy 61.7943 104.721302) (xy 61.606749 104.589977) + (xy 61.563655 104.569882) (xy 61.511215 104.52371) (xy 61.492063 104.456517) (xy 61.512278 104.389636) + (xy 61.563655 104.345118) (xy 61.566882 104.343612) (xy 61.606749 104.325023) (xy 61.7943 104.193698) + (xy 61.956198 104.0318) (xy 62.087523 103.844249) (xy 62.184284 103.636743) (xy 62.243543 103.415587) + (xy 62.263498 103.1875) (xy 62.243543 102.959413) (xy 62.184284 102.738257) (xy 62.087523 102.530751) + (xy 61.956198 102.3432) (xy 61.7943 102.181302) (xy 61.786627 102.175929) (xy 61.743006 102.121353) + (xy 61.735814 102.051855) (xy 61.767338 101.989501) (xy 61.827568 101.954088) (xy 61.844489 101.95107) + (xy 61.859201 101.949489) (xy 61.996204 101.898389) (xy 62.113261 101.810761) (xy 62.200889 101.693704) + (xy 62.251989 101.556701) (xy 62.255591 101.523192) (xy 62.258499 101.496154) (xy 62.2585 101.496137) + (xy 62.2585 99.798862) (xy 62.258499 99.798845) (xy 62.253697 99.754188) (xy 62.251989 99.738299) + (xy 62.247688 99.726768) (xy 62.21677 99.643875) (xy 62.200889 99.601296) (xy 62.113261 99.484239) + (xy 61.996204 99.396611) (xy 61.952232 99.38021) (xy 61.859203 99.345511) (xy 61.798654 99.339) + (xy 61.798638 99.339) (xy 60.101362 99.339) (xy 60.101345 99.339) (xy 60.040797 99.345511) (xy 60.040795 99.345511) + (xy 59.903793 99.396611) (xy 59.903793 99.396612) (xy 59.83801 99.445857) (xy 59.772546 99.470274) + (xy 59.704273 99.455422) (xy 59.654868 99.406017) (xy 59.6397 99.34659) (xy 59.6397 97.881303) (xy 59.659385 97.814264) + (xy 59.712189 97.768509) (xy 59.781347 97.758565) (xy 59.795784 97.761526) (xy 59.989913 97.813543) + (xy 60.135921 97.826317) (xy 60.217998 97.833498) (xy 60.218 97.833498) (xy 60.218002 97.833498) + (xy 60.275021 97.828509) (xy 60.446087 97.813543) (xy 60.667243 97.754284) (xy 60.874749 97.657523) + (xy 61.0623 97.526198) (xy 61.224198 97.3643) (xy 61.355523 97.176749) (xy 61.360305 97.166493) + (xy 61.406472 97.114054) (xy 61.473665 97.094898) (xy 61.540547 97.11511) (xy 61.585067 97.166483) + (xy 61.587862 97.172477) (xy 61.587863 97.172478) (xy 61.638974 97.245472) (xy 62.318 96.566446) + (xy 62.318 96.572661) (xy 62.345259 96.674394) (xy 62.39792 96.765606) (xy 62.472394 96.84008) (xy 62.563606 96.892741) + (xy 62.665339 96.92) (xy 62.671553 96.92) (xy 61.992526 97.599025) (xy 62.065513 97.650132) (xy 62.065521 97.650136) + (xy 62.271668 97.746264) (xy 62.271682 97.746269) (xy 62.491389 97.805139) (xy 62.4914 97.805141) + (xy 62.717998 97.824966) (xy 62.718002 97.824966) (xy 62.944599 97.805141) (xy 62.94461 97.805139) + (xy 63.164317 97.746269) (xy 63.164331 97.746264) (xy 63.370478 97.650136) (xy 63.443471 97.599024) + (xy 62.764447 96.92) (xy 62.770661 96.92) (xy 62.872394 96.892741) (xy 62.963606 96.84008) (xy 63.03808 96.765606) + (xy 63.090741 96.674394) (xy 63.118 96.572661) (xy 63.118 96.566447) (xy 63.797024 97.245471) (xy 63.848136 97.172478) + (xy 63.944264 96.966331) (xy 63.944269 96.966317) (xy 64.003139 96.74661) (xy 64.003141 96.746599) + (xy 64.022966 96.520002) (xy 64.022966 96.519997) (xy 64.003141 96.2934) (xy 64.003139 96.293389) + (xy 63.944269 96.073682) (xy 63.944264 96.073668) (xy 63.848136 95.867521) (xy 63.848132 95.867513) + (xy 63.797025 95.794526) (xy 63.118 96.473551) (xy 63.118 96.467339) (xy 63.090741 96.365606) (xy 63.03808 96.274394) + (xy 62.963606 96.19992) (xy 62.872394 96.147259) (xy 62.770661 96.12) (xy 62.764448 96.12) (xy 63.443472 95.440974) + (xy 63.370478 95.389863) (xy 63.164331 95.293735) (xy 63.164317 95.29373) (xy 62.94461 95.23486) + (xy 62.944599 95.234858) (xy 62.718002 95.215034) (xy 62.717998 95.215034) (xy 62.4914 95.234858) + (xy 62.491389 95.23486) (xy 62.271682 95.29373) (xy 62.271673 95.293734) (xy 62.065516 95.389866) + (xy 62.065512 95.389868) (xy 61.992526 95.440973) (xy 61.992526 95.440974) (xy 62.671553 96.12) + (xy 62.665339 96.12) (xy 62.563606 96.147259) (xy 62.472394 96.19992) (xy 62.39792 96.274394) (xy 62.345259 96.365606) + (xy 62.318 96.467339) (xy 62.318 96.473552) (xy 61.638974 95.794526) (xy 61.638973 95.794526) (xy 61.587868 95.867512) + (xy 61.587865 95.867518) (xy 61.58507 95.873513) (xy 61.538897 95.925951) (xy 61.471703 95.945102) + (xy 61.404822 95.924885) (xy 61.360307 95.873511) (xy 61.355523 95.863251) (xy 61.224198 95.6757) + (xy 61.0623 95.513802) (xy 61.062295 95.513798) (xy 61.062292 95.513796) (xy 60.982576 95.457977) + (xy 60.938951 95.4034) (xy 60.9297 95.356403) (xy 60.9297 94.646898) (xy 60.949385 94.579859) (xy 61.002189 94.534104) + (xy 61.042887 94.523371) (xy 61.178087 94.511543) (xy 61.399243 94.452284) (xy 61.606749 94.355523) + (xy 61.7943 94.224198) (xy 61.956198 94.0623) (xy 62.087523 93.874749) (xy 62.184284 93.667243) + (xy 62.243543 93.446087) (xy 62.263498 93.218) (xy 62.243543 92.989913) (xy 62.184284 92.768757) + (xy 62.173946 92.746588) (xy 62.137828 92.669131) (xy 62.087523 92.561251) (xy 61.956198 92.3737) + (xy 61.7943 92.211802) (xy 61.606749 92.080477) (xy 61.595775 92.07536) (xy 61.563655 92.060382) + (xy 61.511215 92.01421) (xy 61.492063 91.947017) (xy 61.512278 91.880136) (xy 61.563655 91.835618) + (xy 61.566882 91.834112) (xy 61.606749 91.815523) (xy 61.7943 91.684198) (xy 61.956198 91.5223) + (xy 62.087523 91.334749) (xy 62.184284 91.127243) (xy 62.243543 90.906087) (xy 62.263498 90.678) + (xy 62.261048 90.650002) (xy 62.255917 90.591345) (xy 62.243543 90.449913) (xy 62.184284 90.228757) + (xy 62.151714 90.158911) (xy 62.113797 90.077596) (xy 62.087523 90.021251) (xy 61.956198 89.8337) + (xy 61.7943 89.671802) (xy 61.606749 89.540477) (xy 61.591454 89.533345) (xy 61.563655 89.520382) + (xy 61.511215 89.47421) (xy 61.492063 89.407017) (xy 61.512278 89.340136) (xy 61.563655 89.295618) + (xy 61.566882 89.294112) (xy 61.606749 89.275523) (xy 61.7943 89.144198) (xy 61.956198 88.9823) + (xy 62.087523 88.794749) (xy 62.184284 88.587243) (xy 62.243543 88.366087) (xy 62.263498 88.138) + (xy 62.243543 87.909913) (xy 62.184284 87.688757) (xy 62.087523 87.481251) (xy 61.956198 87.2937) + (xy 61.7943 87.131802) (xy 61.786627 87.126429) (xy 61.743006 87.071853) (xy 61.735814 87.002355) + (xy 61.767338 86.940001) (xy 61.827568 86.904588) (xy 61.844489 86.90157) (xy 61.859201 86.899989) + (xy 61.996204 86.848889) (xy 62.113261 86.761261) (xy 62.200889 86.644204) (xy 62.251989 86.507201) + (xy 62.256536 86.464905) (xy 62.258499 86.446654) (xy 62.2585 86.446637) (xy 62.2585 84.749362) + (xy 62.258499 84.749345) (xy 62.255157 84.71827) (xy 62.251989 84.688799) (xy 62.200889 84.551796) + (xy 62.113261 84.434739) (xy 61.996204 84.347111) (xy 61.987818 84.343983) (xy 61.859203 84.296011) + (xy 61.798654 84.2895) (xy 61.798638 84.2895) (xy 60.101362 84.2895) (xy 60.101345 84.2895) (xy 60.040797 84.296011) + (xy 60.040795 84.296011) (xy 59.903793 84.347111) (xy 59.903793 84.347112) (xy 59.83801 84.396357) + (xy 59.772546 84.420774) (xy 59.704273 84.405922) (xy 59.654868 84.356517) (xy 59.6397 84.29709) + (xy 59.6397 82.814864) (xy 59.659385 82.747825) (xy 59.663384 82.741976) (xy 59.667036 82.736948) + (xy 59.66704 82.736944) (xy 59.762527 82.571556) (xy 59.821542 82.389928) (xy 59.841504 82.2) (xy 59.821542 82.010072) + (xy 59.762527 81.828444) (xy 59.66704 81.663056) (xy 59.539253 81.521134) (xy 59.384752 81.408882) + (xy 59.210288 81.331206) (xy 59.210286 81.331205) (xy 59.023487 81.2915) (xy 58.832513 81.2915) + (xy 58.645714 81.331205) (xy 58.55848 81.370044) (xy 58.47411 81.407608) (xy 58.471246 81.408883) + (xy 58.316745 81.521135) (xy 58.188959 81.663057) (xy 58.093473 81.828443) (xy 58.09347 81.82845) + (xy 58.034459 82.010068) (xy 58.034458 82.010072) (xy 58.014496 82.2) (xy 58.034458 82.389928) (xy 58.034459 82.389931) + (xy 58.09347 82.571549) (xy 58.093473 82.571556) (xy 58.188959 82.736943) (xy 58.192616 82.741976) + (xy 58.216098 82.807782) (xy 58.2163 82.814864) (xy 58.2163 84.236696) (xy 58.196615 84.303735) + (xy 58.143811 84.34949) (xy 58.074653 84.359434) (xy 58.060207 84.356471) (xy 57.866092 84.304458) + (xy 57.866088 84.304457) (xy 57.866087 84.304457) (xy 57.866086 84.304456) (xy 57.866081 84.304456) + (xy 57.638002 84.284502) (xy 57.637998 84.284502) (xy 57.409918 84.304456) (xy 57.40991 84.304457) + (xy 57.188761 84.363714) (xy 57.18875 84.363718) (xy 56.981254 84.460475) (xy 56.981252 84.460476) + (xy 56.925362 84.499611) (xy 56.7937 84.591802) (xy 56.793698 84.591803) (xy 56.793695 84.591806) + (xy 56.631806 84.753695) (xy 56.631803 84.753698) (xy 56.631802 84.7537) (xy 56.589686 84.813848) + (xy 56.500477 84.94125) (xy 56.500431 84.941347) (xy 56.500379 84.941459) (xy 56.500313 84.941534) + (xy 56.497772 84.945937) (xy 56.496886 84.945426) (xy 56.454207 84.993896) (xy 56.387013 85.013046) + (xy 56.320132 84.992828) (xy 56.279075 84.945447) (xy 56.278228 84.945937) (xy 56.275688 84.941538) + (xy 56.27562 84.941459) (xy 56.275523 84.941251) (xy 56.144198 84.7537) (xy 55.9823 84.591802) (xy 55.794749 84.460477) + (xy 55.794745 84.460475) (xy 55.587249 84.363718) (xy 55.587238 84.363714) (xy 55.366089 84.304457) + (xy 55.366081 84.304456) (xy 55.138002 84.284502) (xy 55.137998 84.284502) (xy 54.909918 84.304456) + (xy 54.90991 84.304457) (xy 54.688761 84.363714) (xy 54.68875 84.363718) (xy 54.481254 84.460475) + (xy 54.481252 84.460476) (xy 54.425362 84.499611) (xy 54.2937 84.591802) (xy 54.293698 84.591803) + (xy 54.293695 84.591806) (xy 54.131806 84.753695) (xy 54.131803 84.753698) (xy 54.131802 84.7537) + (xy 54.089686 84.813848) (xy 54.000476 84.941252) (xy 54.000475 84.941254) (xy 53.903718 85.14875) + (xy 53.903714 85.148761) (xy 53.844457 85.36991) (xy 53.844456 85.369918) (xy 53.824502 85.597998) + (xy 53.824502 85.598001) (xy 52.1117 85.598001) (xy 52.1117 75.946157) (xy 52.131385 75.879118) + (xy 52.148019 75.858476) (xy 52.306495 75.7) (xy 52.469104 75.53739) (xy 52.530425 75.503907) (xy 52.577189 75.502764) + (xy 52.719431 75.5265) (xy 52.719432 75.5265) (xy 52.944569 75.5265) (xy 53.166635 75.489444) (xy 53.379574 75.416342) + (xy 53.577576 75.309189) (xy 53.75524 75.170906) (xy 53.878362 75.037161) (xy 53.907715 75.005276) + (xy 53.907716 75.005274) (xy 53.907722 75.005268) (xy 54.03086 74.816791) (xy 54.121296 74.610616) + (xy 54.176564 74.392368) (xy 54.177839 74.376981) (xy 54.195156 74.168005) (xy 54.195156 74.167994) + (xy 54.176565 73.94364) (xy 54.176563 73.943628) (xy 54.152088 73.846978) (xy 54.121296 73.725384) + (xy 54.03086 73.519209) (xy 54.019463 73.501765) (xy 53.954283 73.402) (xy 55.719505 73.402) (xy 55.772239 73.587349) + (xy 55.871368 73.786425) (xy 56.005391 73.9639) (xy 56.169738 74.113721) (xy 56.35882 74.230797) + (xy 56.358822 74.230798) (xy 56.566195 74.311135) (xy 56.646 74.326052) (xy 56.646 73.402) (xy 55.719505 73.402) + (xy 53.954283 73.402) (xy 53.929483 73.36404) (xy 53.907722 73.330732) (xy 53.907719 73.330729) + (xy 53.907715 73.330723) (xy 53.785605 73.198078) (xy 56.546 73.198078) (xy 56.569852 73.287095) + (xy 56.61593 73.366905) (xy 56.681095 73.43207) (xy 56.760905 73.478148) (xy 56.849922 73.502) (xy 56.942078 73.502) + (xy 57.031095 73.478148) (xy 57.110905 73.43207) (xy 57.140975 73.402) (xy 57.146 73.402) (xy 57.146 74.326052) + (xy 57.225804 74.311135) (xy 57.433177 74.230798) (xy 57.433179 74.230797) (xy 57.622261 74.113721) + (xy 57.786608 73.9639) (xy 57.920631 73.786425) (xy 58.01976 73.587349) (xy 58.072495 73.402) (xy 57.146 73.402) + (xy 57.140975 73.402) (xy 57.17607 73.366905) (xy 57.222148 73.287095) (xy 57.246 73.198078) (xy 57.246 73.152001) + (xy 60.762884 73.152001) (xy 60.781313 73.362649) (xy 60.781315 73.36266) (xy 60.836041 73.566902) + (xy 60.836043 73.566906) (xy 60.836044 73.56691) (xy 60.895603 73.694634) (xy 60.92541 73.758556) + (xy 60.925411 73.758558) (xy 61.0467 73.931778) (xy 61.196221 74.081299) (xy 61.196224 74.081301) + (xy 61.369442 74.202589) (xy 61.56109 74.291956) (xy 61.765345 74.346686) (xy 61.915812 74.35985) + (xy 61.975998 74.365116) (xy 61.976 74.365116) (xy 61.976002 74.365116) (xy 62.028663 74.360508) + (xy 62.186655 74.346686) (xy 62.39091 74.291956) (xy 62.582558 74.202589) (xy 62.755776 74.081301) + (xy 62.787611 74.049466) (xy 62.848933 74.01598) (xy 62.918625 74.020964) (xy 62.974559 74.062834) + (xy 62.998977 74.128298) (xy 62.995068 74.169238) (xy 62.988459 74.193904) (xy 62.988456 74.193918) + (xy 62.968502 74.421998) (xy 62.968502 74.422001) (xy 62.988456 74.650081) (xy 62.988457 74.650089) + (xy 63.047714 74.871238) (xy 63.047718 74.871249) (xy 63.129759 75.047186) (xy 63.144477 75.078749) + (xy 63.275802 75.2663) (xy 63.4377 75.428198) (xy 63.625251 75.559523) (xy 63.750091 75.617736) + (xy 63.83275 75.656281) (xy 63.832752 75.656281) (xy 63.832757 75.656284) (xy 64.053913 75.715543) + (xy 64.216832 75.729796) (xy 64.281998 75.735498) (xy 64.282 75.735498) (xy 64.282002 75.735498) + (xy 64.339021 75.730509) (xy 64.510087 75.715543) (xy 64.731243 75.656284) (xy 64.938749 75.559523) + (xy 65.1263 75.428198) (xy 65.288198 75.2663) (xy 65.419523 75.078749) (xy 65.424305 75.068493) + (xy 65.470472 75.016054) (xy 65.537665 74.996898) (xy 65.604547 75.01711) (xy 65.649067 75.068483) + (xy 65.651862 75.074477) (xy 65.651863 75.074478) (xy 65.702974 75.147472) (xy 66.382 74.468446) + (xy 66.382 74.474661) (xy 66.409259 74.576394) (xy 66.46192 74.667606) (xy 66.536394 74.74208) (xy 66.627606 74.794741) + (xy 66.729339 74.822) (xy 66.735551 74.822) (xy 66.056526 75.501025) (xy 66.129513 75.552132) (xy 66.129521 75.552136) + (xy 66.335668 75.648264) (xy 66.335682 75.648269) (xy 66.555389 75.707139) (xy 66.5554 75.707141) + (xy 66.781998 75.726966) (xy 66.782002 75.726966) (xy 67.008599 75.707141) (xy 67.00861 75.707139) + (xy 67.228317 75.648269) (xy 67.228326 75.648266) (xy 67.311895 75.609297) (xy 67.380972 75.598805) + (xy 67.444756 75.627324) (xy 67.482996 75.685801) (xy 67.4883 75.721679) (xy 67.4883 79.524768) + (xy 67.488299 79.524794) (xy 67.488299 79.6701) (xy 67.515647 79.807587) (xy 67.51565 79.807599) + (xy 67.53454 79.853202) (xy 67.569297 79.937113) (xy 67.569302 79.937123) (xy 67.647185 80.053682) + (xy 67.647188 80.053686) (xy 67.750636 80.157134) (xy 67.750658 80.157154) (xy 68.301981 80.708477) + (xy 68.335466 80.7698) (xy 68.3383 80.796158) (xy 68.3383 81.236403) (xy 68.318615 81.303442) (xy 68.285424 81.337977) + (xy 68.205707 81.393796) (xy 68.205696 81.393805) (xy 68.043806 81.555695) (xy 68.043803 81.555698) + (xy 68.043802 81.5557) (xy 67.99862 81.620227) (xy 67.912476 81.743252) (xy 67.907692 81.753512) + (xy 67.861518 81.805951) (xy 67.794324 81.825101) (xy 67.727444 81.804884) (xy 67.68293 81.753512) + (xy 67.680135 81.747518) (xy 67.680132 81.747513) (xy 67.629025 81.674526) (xy 66.95 82.353551) + (xy 66.95 82.347339) (xy 66.922741 82.245606) (xy 66.87008 82.154394) (xy 66.795606 82.07992) (xy 66.704394 82.027259) + (xy 66.602661 82) (xy 66.596448 82) (xy 67.275472 81.320974) (xy 67.202478 81.269863) (xy 66.996331 81.173735) + (xy 66.996317 81.17373) (xy 66.77661 81.11486) (xy 66.776599 81.114858) (xy 66.550002 81.095034) + (xy 66.549998 81.095034) (xy 66.3234 81.114858) (xy 66.323389 81.11486) (xy 66.103682 81.17373) + (xy 66.103673 81.173734) (xy 65.897516 81.269866) (xy 65.897512 81.269868) (xy 65.824526 81.320973) + (xy 65.824526 81.320974) (xy 66.503553 82) (xy 66.497339 82) (xy 66.395606 82.027259) (xy 66.304394 82.07992) + (xy 66.22992 82.154394) (xy 66.177259 82.245606) (xy 66.15 82.347339) (xy 66.15 82.353552) (xy 65.470974 81.674526) + (xy 65.470973 81.674526) (xy 65.419868 81.747512) (xy 65.419866 81.747516) (xy 65.323734 81.953673) + (xy 65.32373 81.953682) (xy 65.26486 82.173389) (xy 65.264858 82.1734) (xy 65.245034 82.399997) + (xy 65.245034 82.400002) (xy 65.264858 82.626599) (xy 65.26486 82.62661) (xy 65.32373 82.846317) + (xy 65.323735 82.846331) (xy 65.419863 83.052478) (xy 65.470974 83.125472) (xy 66.15 82.446446) + (xy 66.15 82.452661) (xy 66.177259 82.554394) (xy 66.22992 82.645606) (xy 66.304394 82.72008) (xy 66.395606 82.772741) + (xy 66.497339 82.8) (xy 66.503553 82.8) (xy 65.824526 83.479025) (xy 65.897513 83.530132) (xy 65.897521 83.530136) + (xy 66.103668 83.626264) (xy 66.103682 83.626269) (xy 66.323389 83.685139) (xy 66.3234 83.685141) + (xy 66.549998 83.704966) (xy 66.550002 83.704966) (xy 66.776599 83.685141) (xy 66.77661 83.685139) + (xy 66.996317 83.626269) (xy 66.996331 83.626264) (xy 67.202478 83.530136) (xy 67.275471 83.479024) + (xy 66.596447 82.8) (xy 66.602661 82.8) (xy 66.704394 82.772741) (xy 66.795606 82.72008) (xy 66.87008 82.645606) + (xy 66.922741 82.554394) (xy 66.95 82.452661) (xy 66.95 82.446447) (xy 67.629024 83.125471) (xy 67.680135 83.05248) + (xy 67.682928 83.046491) (xy 67.729099 82.994051) (xy 67.796293 82.974898) (xy 67.863174 82.995113) + (xy 67.907692 83.046488) (xy 67.912477 83.056749) (xy 68.043802 83.2443) (xy 68.043806 83.244304) + (xy 68.205697 83.406196) (xy 68.285423 83.46202) (xy 68.329048 83.516596) (xy 68.3383 83.563595) + (xy 68.3383 84.210276) (xy 68.318615 84.277315) (xy 68.265811 84.32307) (xy 68.246394 84.330051) + (xy 68.120762 84.363714) (xy 68.12075 84.363718) (xy 67.913254 84.460475) (xy 67.913252 84.460476) + (xy 67.857362 84.499611) (xy 67.7257 84.591802) (xy 67.725698 84.591803) (xy 67.725695 84.591806) + (xy 67.563806 84.753695) (xy 67.563803 84.753698) (xy 67.563802 84.7537) (xy 67.521686 84.813848) + (xy 67.432476 84.941252) (xy 67.432475 84.941254) (xy 67.335718 85.14875) (xy 67.335714 85.148761) + (xy 67.276457 85.36991) (xy 67.276456 85.369918) (xy 67.256502 85.597998) (xy 67.256502 85.598001) + (xy 67.276456 85.826081) (xy 67.276457 85.826089) (xy 67.335714 86.047238) (xy 67.335718 86.047249) + (xy 67.430292 86.250063) (xy 67.432477 86.254749) (xy 67.563802 86.4423) (xy 67.7257 86.604198) + (xy 67.91264 86.735095) (xy 67.913251 86.735523) (xy 67.956345 86.755618) (xy 68.008784 86.801791) + (xy 68.027936 86.868984) (xy 68.00772 86.935865) (xy 67.956345 86.980382) (xy 67.913251 87.000476) + (xy 67.837068 87.053821) (xy 67.7257 87.131802) (xy 67.725698 87.131803) (xy 67.725695 87.131806) + (xy 67.563806 87.293695) (xy 67.432476 87.481252) (xy 67.432475 87.481254) (xy 67.335718 87.68875) + (xy 67.335714 87.688761) (xy 67.276457 87.90991) (xy 67.276456 87.909918) (xy 67.256502 88.137998) + (xy 67.256502 88.138001) (xy 67.276456 88.366081) (xy 67.276457 88.366089) (xy 67.335714 88.587238) + (xy 67.335718 88.587249) (xy 67.408254 88.742802) (xy 67.432477 88.794749) (xy 67.563802 88.9823) + (xy 67.7257 89.144198) (xy 67.913251 89.275523) (xy 67.956345 89.295618) (xy 68.008784 89.341791) + (xy 68.027936 89.408984) (xy 68.00772 89.475865) (xy 67.956345 89.520382) (xy 67.913251 89.540476) + (xy 67.805146 89.616173) (xy 67.7257 89.671802) (xy 67.725698 89.671803) (xy 67.725695 89.671806) + (xy 67.563806 89.833695) (xy 67.563803 89.833698) (xy 67.563802 89.8337) (xy 67.515077 89.903287) + (xy 67.432476 90.021252) (xy 67.432475 90.021254) (xy 67.335718 90.22875) (xy 67.335714 90.228761) + (xy 67.276457 90.44991) (xy 67.276456 90.449918) (xy 67.256502 90.677998) (xy 67.256502 90.678001) + (xy 67.276456 90.906081) (xy 67.276457 90.906089) (xy 67.335714 91.127238) (xy 67.335718 91.127249) + (xy 67.414183 91.295517) (xy 67.432477 91.334749) (xy 67.563802 91.5223) (xy 67.7257 91.684198) + (xy 67.898968 91.805522) (xy 67.913251 91.815523) (xy 67.956345 91.835618) (xy 68.008784 91.881791) + (xy 68.027936 91.948984) (xy 68.00772 92.015865) (xy 67.956345 92.060382) (xy 67.913251 92.080476) + (xy 67.845244 92.128096) (xy 67.7257 92.211802) (xy 67.725698 92.211803) (xy 67.725695 92.211806) + (xy 67.563806 92.373695) (xy 67.563803 92.373698) (xy 67.563802 92.3737) (xy 67.497616 92.468223) + (xy 67.432476 92.561252) (xy 67.432475 92.561254) (xy 67.335718 92.76875) (xy 67.335714 92.768761) + (xy 67.276457 92.98991) (xy 67.276456 92.989918) (xy 67.256502 93.217998) (xy 67.256502 93.218001) + (xy 67.276456 93.446081) (xy 67.276457 93.446089) (xy 67.335714 93.667238) (xy 67.335718 93.667249) + (xy 67.430622 93.870771) (xy 67.432477 93.874749) (xy 67.563802 94.0623) (xy 67.7257 94.224198) + (xy 67.913251 94.355523) (xy 68.038091 94.413736) (xy 68.12075 94.452281) (xy 68.120752 94.452281) + (xy 68.120757 94.452284) (xy 68.341913 94.511543) (xy 68.504832 94.525796) (xy 68.569998 94.531498) + (xy 68.57 94.531498) (xy 68.570002 94.531498) (xy 68.627021 94.526509) (xy 68.798087 94.511543) + (xy 69.019243 94.452284) (xy 69.226749 94.355523) (xy 69.4143 94.224198) (xy 69.576198 94.0623) + (xy 69.674727 93.921586) (xy 69.729302 93.877963) (xy 69.798801 93.870771) (xy 69.861155 93.902293) + (xy 69.896569 93.962523) (xy 69.9003 93.992712) (xy 69.9003 95.891841) (xy 69.880615 95.95888) (xy 69.863981 95.979523) + (xy 69.773189 96.070314) (xy 69.711865 96.103798) (xy 69.674701 96.10616) (xy 69.450002 96.086502) + (xy 69.449998 96.086502) (xy 69.221918 96.106456) (xy 69.22191 96.106457) (xy 69.000761 96.165714) + (xy 69.00075 96.165718) (xy 68.793254 96.262475) (xy 68.793252 96.262476) (xy 68.728093 96.308101) + (xy 68.6057 96.393802) (xy 68.605698 96.393803) (xy 68.605695 96.393806) (xy 68.443806 96.555695) + (xy 68.443803 96.555698) (xy 68.443802 96.5557) (xy 68.383708 96.641523) (xy 68.312476 96.743252) + (xy 68.307692 96.753512) (xy 68.261518 96.805951) (xy 68.194324 96.825101) (xy 68.127444 96.804884) + (xy 68.08293 96.753512) (xy 68.080135 96.747518) (xy 68.080132 96.747513) (xy 68.029025 96.674526) + (xy 67.35 97.353552) (xy 67.35 97.347339) (xy 67.322741 97.245606) (xy 67.27008 97.154394) (xy 67.195606 97.07992) + (xy 67.104394 97.027259) (xy 67.002661 97) (xy 66.996448 97) (xy 67.675472 96.320974) (xy 67.602478 96.269863) + (xy 67.396331 96.173735) (xy 67.396317 96.17373) (xy 67.17661 96.11486) (xy 67.176599 96.114858) + (xy 66.950002 96.095034) (xy 66.949998 96.095034) (xy 66.7234 96.114858) (xy 66.723389 96.11486) + (xy 66.503682 96.17373) (xy 66.503673 96.173734) (xy 66.297516 96.269866) (xy 66.297512 96.269868) + (xy 66.224526 96.320973) (xy 66.224526 96.320974) (xy 66.903553 97) (xy 66.897339 97) (xy 66.795606 97.027259) + (xy 66.704394 97.07992) (xy 66.62992 97.154394) (xy 66.577259 97.245606) (xy 66.55 97.347339) (xy 66.55 97.353552) + (xy 65.870974 96.674526) (xy 65.870973 96.674526) (xy 65.819868 96.747512) (xy 65.819866 96.747516) + (xy 65.723734 96.953673) (xy 65.72373 96.953682) (xy 65.66486 97.173389) (xy 65.664858 97.1734) + (xy 65.645034 97.399997) (xy 65.645034 97.400002) (xy 65.664858 97.626599) (xy 65.66486 97.62661) + (xy 65.72373 97.846317) (xy 65.723735 97.846331) (xy 65.819863 98.052478) (xy 65.870974 98.125472) + (xy 66.55 97.446446) (xy 66.55 97.452661) (xy 66.577259 97.554394) (xy 66.62992 97.645606) (xy 66.704394 97.72008) + (xy 66.795606 97.772741) (xy 66.897339 97.8) (xy 66.903553 97.8) (xy 66.224526 98.479025) (xy 66.297513 98.530132) + (xy 66.297521 98.530136) (xy 66.503668 98.626264) (xy 66.503682 98.626269) (xy 66.723389 98.685139) + (xy 66.7234 98.685141) (xy 66.949998 98.704966) (xy 66.950002 98.704966) (xy 67.176599 98.685141) + (xy 67.17661 98.685139) (xy 67.396317 98.626269) (xy 67.396326 98.626265) (xy 67.602483 98.530133) + (xy 67.602489 98.53013) (xy 67.663176 98.487636) (xy 67.729382 98.465308) (xy 67.797149 98.482318) + (xy 67.844962 98.533265) (xy 67.8583 98.58921) (xy 67.8583 99.483903) (xy 67.838615 99.550942) (xy 67.805424 99.585477) + (xy 67.725707 99.641296) (xy 67.725696 99.641305) (xy 67.563806 99.803195) (xy 67.563803 99.803198) + (xy 67.563802 99.8032) (xy 67.495677 99.900493) (xy 67.432476 99.990752) (xy 67.432475 99.990754) + (xy 67.335718 100.19825) (xy 67.335714 100.198261) (xy 67.276457 100.41941) (xy 67.276456 100.419418) + (xy 67.256502 100.647498) (xy 67.256502 100.647501) (xy 67.276456 100.875581) (xy 67.276457 100.875589) + (xy 67.335714 101.096738) (xy 67.335718 101.096749) (xy 67.428491 101.295701) (xy 67.432477 101.304249) + (xy 67.563802 101.4918) (xy 67.7257 101.653698) (xy 67.913251 101.785023) (xy 67.956345 101.805118) + (xy 68.008784 101.851291) (xy 68.027936 101.918484) (xy 68.00772 101.985365) (xy 67.956345 102.029882) + (xy 67.913251 102.049976) (xy 67.816387 102.117802) (xy 67.7257 102.181302) (xy 67.725698 102.181303) + (xy 67.725695 102.181306) (xy 67.563806 102.343195) (xy 67.563803 102.343198) (xy 67.563802 102.3432) + (xy 67.515077 102.412787) (xy 67.432476 102.530752) (xy 67.432475 102.530754) (xy 67.335718 102.73825) + (xy 67.335714 102.738261) (xy 67.276457 102.95941) (xy 67.276456 102.959418) (xy 67.256502 103.187498) + (xy 67.256502 103.187501) (xy 67.276456 103.415581) (xy 67.276457 103.415589) (xy 67.335714 103.636738) + (xy 67.335718 103.636749) (xy 67.430622 103.840271) (xy 67.432477 103.844249) (xy 67.563802 104.0318) + (xy 67.563806 104.031804) (xy 67.725697 104.193696) (xy 67.805423 104.24952) (xy 67.849048 104.304096) + (xy 67.8583 104.351095) (xy 67.8583 104.563903) (xy 67.838615 104.630942) (xy 67.805424 104.665477) + (xy 67.725707 104.721296) (xy 67.725696 104.721305) (xy 67.563806 104.883195) (xy 67.432476 105.070752) + (xy 67.432475 105.070754) (xy 67.335718 105.27825) (xy 67.335714 105.278261) (xy 67.276457 105.49941) + (xy 67.276456 105.499418) (xy 67.256502 105.727498) (xy 67.256502 105.727501) (xy 67.276456 105.955581) + (xy 67.276457 105.955589) (xy 67.335714 106.176738) (xy 67.335718 106.176749) (xy 67.430622 106.380271) + (xy 67.432477 106.384249) (xy 67.563802 106.5718) (xy 67.7257 106.733698) (xy 67.913251 106.865023) + (xy 67.956345 106.885118) (xy 68.008784 106.931291) (xy 68.027936 106.998484) (xy 68.00772 107.065365) + (xy 67.956345 107.109882) (xy 67.913251 107.129976) (xy 67.816387 107.197802) (xy 67.7257 107.261302) + (xy 67.725698 107.261303) (xy 67.725695 107.261306) (xy 67.563806 107.423195) (xy 67.563803 107.423198) + (xy 67.563802 107.4232) (xy 67.540593 107.456346) (xy 67.432476 107.610752) (xy 67.432475 107.610754) + (xy 67.335718 107.81825) (xy 67.335714 107.818261) (xy 67.276457 108.03941) (xy 67.276456 108.039418) + (xy 67.256502 108.267498) (xy 67.256502 108.267501) (xy 67.276456 108.495581) (xy 67.276457 108.495589) + (xy 67.335714 108.716738) (xy 67.335718 108.716749) (xy 67.407904 108.871552) (xy 67.432477 108.924249) + (xy 67.563802 109.1118) (xy 67.7257 109.273698) (xy 67.913251 109.405023) (xy 67.933826 109.414617) + (xy 68.12075 109.501781) (xy 68.120752 109.501781) (xy 68.120757 109.501784) (xy 68.341913 109.561043) + (xy 68.504832 109.575296) (xy 68.569998 109.580998) (xy 68.57 109.580998) (xy 68.570002 109.580998) + (xy 68.627021 109.576009) (xy 68.798087 109.561043) (xy 69.019243 109.501784) (xy 69.226749 109.405023) + (xy 69.4143 109.273698) (xy 69.576198 109.1118) (xy 69.674727 108.971086) (xy 69.729302 108.927463) + (xy 69.798801 108.920271) (xy 69.861155 108.951793) (xy 69.896569 109.012023) (xy 69.9003 109.042212) + (xy 69.9003 109.142478) (xy 69.900299 109.142504) (xy 69.900299 109.293919) (xy 69.9003 109.29394) + (xy 69.9003 110.963841) (xy 69.880615 111.03088) (xy 69.863981 111.051523) (xy 69.706994 111.208509) + (xy 69.645671 111.241993) (xy 69.587222 111.240603) (xy 69.553088 111.231457) (xy 69.553081 111.231456) + (xy 69.325002 111.211502) (xy 69.324998 111.211502) (xy 69.096918 111.231456) (xy 69.09691 111.231457) + (xy 68.875761 111.290714) (xy 68.87575 111.290718) (xy 68.668254 111.387475) (xy 68.668252 111.387476) + (xy 68.626075 111.417009) (xy 68.4807 111.518802) (xy 68.480698 111.518803) (xy 68.480695 111.518806) + (xy 68.318806 111.680695) (xy 68.318803 111.680698) (xy 68.318802 111.6807) (xy 68.270139 111.750198) + (xy 68.187476 111.868252) (xy 68.182692 111.878512) (xy 68.136518 111.930951) (xy 68.069324 111.950101) + (xy 68.002444 111.929884) (xy 67.95793 111.878512) (xy 67.955135 111.872518) (xy 67.955132 111.872513) + (xy 67.904025 111.799526) (xy 67.225 112.478552) (xy 67.225 112.472339) (xy 67.197741 112.370606) + (xy 67.14508 112.279394) (xy 67.070606 112.20492) (xy 66.979394 112.152259) (xy 66.877661 112.125) + (xy 66.871448 112.125) (xy 67.550472 111.445974) (xy 67.477478 111.394863) (xy 67.271331 111.298735) + (xy 67.271317 111.29873) (xy 67.05161 111.23986) (xy 67.051599 111.239858) (xy 66.825002 111.220034) + (xy 66.824998 111.220034) (xy 66.5984 111.239858) (xy 66.598389 111.23986) (xy 66.378682 111.29873) + (xy 66.378673 111.298734) (xy 66.172516 111.394866) (xy 66.172512 111.394868) (xy 66.099526 111.445973) + (xy 66.099526 111.445974) (xy 66.778553 112.125) (xy 66.772339 112.125) (xy 66.670606 112.152259) + (xy 66.579394 112.20492) (xy 66.50492 112.279394) (xy 66.452259 112.370606) (xy 66.425 112.472339) + (xy 66.425 112.478552) (xy 65.745974 111.799526) (xy 65.745973 111.799526) (xy 65.694868 111.872512) + (xy 65.694866 111.872516) (xy 65.598734 112.078673) (xy 65.59873 112.078682) (xy 65.53986 112.298389) + (xy 65.539858 112.2984) (xy 65.520034 112.524997) (xy 65.520034 112.525002) (xy 65.539858 112.751599) + (xy 65.53986 112.75161) (xy 65.59873 112.971317) (xy 65.598735 112.971331) (xy 65.694863 113.177478) + (xy 65.745974 113.250472) (xy 66.425 112.571446) (xy 66.425 112.577661) (xy 66.452259 112.679394) + (xy 66.50492 112.770606) (xy 66.579394 112.84508) (xy 66.670606 112.897741) (xy 66.772339 112.925) + (xy 66.778553 112.925) (xy 66.099526 113.604025) (xy 66.172513 113.655132) (xy 66.172521 113.655136) + (xy 66.378668 113.751264) (xy 66.378682 113.751269) (xy 66.598389 113.810139) (xy 66.5984 113.810141) + (xy 66.824998 113.829966) (xy 66.825002 113.829966) (xy 67.051599 113.810141) (xy 67.05161 113.810139) + (xy 67.271317 113.751269) (xy 67.271326 113.751265) (xy 67.477483 113.655133) (xy 67.477489 113.655129) + (xy 67.663176 113.525109) (xy 67.729382 113.502781) (xy 67.797149 113.519791) (xy 67.844963 113.570738) + (xy 67.8583 113.626683) (xy 67.8583 114.533403) (xy 67.838615 114.600442) (xy 67.805424 114.634977) + (xy 67.725707 114.690796) (xy 67.725696 114.690805) (xy 67.563806 114.852695) (xy 67.563803 114.852698) + (xy 67.563802 114.8527) (xy 67.515077 114.922287) (xy 67.432476 115.040252) (xy 67.432475 115.040254) + (xy 67.335718 115.24775) (xy 67.335714 115.247761) (xy 67.276457 115.46891) (xy 67.276456 115.468918) + (xy 67.256502 115.696998) (xy 67.256502 115.697001) (xy 67.276456 115.925081) (xy 67.276457 115.925089) + (xy 67.335714 116.146238) (xy 67.335718 116.146249) (xy 67.429758 116.347918) (xy 67.432477 116.353749) + (xy 67.563802 116.5413) (xy 67.7257 116.703198) (xy 67.869787 116.804089) (xy 67.913251 116.834523) + (xy 67.956345 116.854618) (xy 68.008784 116.900791) (xy 68.027936 116.967984) (xy 68.00772 117.034865) + (xy 67.956345 117.079382) (xy 67.913251 117.099476) (xy 67.83464 117.154521) (xy 67.7257 117.230802) + (xy 67.725698 117.230803) (xy 67.725695 117.230806) (xy 67.563806 117.392695) (xy 67.563803 117.392698) + (xy 67.563802 117.3927) (xy 67.535077 117.433724) (xy 67.432476 117.580252) (xy 67.432475 117.580254) + (xy 67.335718 117.78775) (xy 67.335714 117.787761) (xy 67.276457 118.00891) (xy 67.276456 118.008918) + (xy 67.256502 118.236998) (xy 67.256502 118.237001) (xy 67.276456 118.465081) (xy 67.276457 118.465089) + (xy 67.335714 118.686238) (xy 67.335718 118.686249) (xy 67.430622 118.889771) (xy 67.432477 118.893749) + (xy 67.563802 119.0813) (xy 67.7257 119.243198) (xy 67.869787 119.344089) (xy 67.913251 119.374523) + (xy 67.956345 119.394618) (xy 68.008784 119.440791) (xy 68.027936 119.507984) (xy 68.00772 119.574865) + (xy 67.956345 119.619382) (xy 67.913251 119.639476) (xy 67.788126 119.72709) (xy 67.7257 119.770802) + (xy 67.725698 119.770803) (xy 67.725695 119.770806) (xy 67.563806 119.932695) (xy 67.563803 119.932698) + (xy 67.563802 119.9327) (xy 67.535077 119.973724) (xy 67.432476 120.120252) (xy 67.432475 120.120254) + (xy 67.335718 120.32775) (xy 67.335714 120.327761) (xy 67.276457 120.54891) (xy 67.276456 120.548918) + (xy 67.256502 120.776998) (xy 67.256502 120.777001) (xy 67.276456 121.005081) (xy 67.276457 121.005089) + (xy 67.335714 121.226238) (xy 67.335718 121.226249) (xy 67.432475 121.433745) (xy 67.432477 121.433749) + (xy 67.563802 121.6213) (xy 67.7257 121.783198) (xy 67.913251 121.914523) (xy 67.96598 121.939111) + (xy 67.966401 121.939307) (xy 68.01884 121.985479) (xy 68.037992 122.052673) (xy 68.017776 122.119554) + (xy 67.966401 122.164071) (xy 67.917517 122.186865) (xy 67.731179 122.317342) (xy 67.570342 122.478179) + (xy 67.439865 122.664517) (xy 67.343734 122.870673) (xy 67.34373 122.870682) (xy 67.291127 123.066999) + (xy 67.291128 123.067) (xy 68.254314 123.067) (xy 68.24992 123.071394) (xy 68.197259 123.162606) + (xy 68.17 123.264339) (xy 68.17 123.369661) (xy 68.197259 123.471394) (xy 68.24992 123.562606) (xy 68.254314 123.567) + (xy 67.291128 123.567) (xy 67.34373 123.763317) (xy 67.343734 123.763326) (xy 67.439865 123.969482) + (xy 67.570342 124.15582) (xy 67.731179 124.316657) (xy 67.917517 124.447134) (xy 68.123673 124.543265) + (xy 68.123682 124.543269) (xy 68.319999 124.595872) (xy 68.32 124.595871) (xy 68.32 123.632686) + (xy 68.324394 123.63708) (xy 68.415606 123.689741) (xy 68.517339 123.717) (xy 68.622661 123.717) + (xy 68.724394 123.689741) (xy 68.815606 123.63708) (xy 68.82 123.632686) (xy 68.82 124.595872) (xy 69.016317 124.543269) + (xy 69.016326 124.543265) (xy 69.222482 124.447134) (xy 69.40882 124.316657) (xy 69.569657 124.15582) + (xy 69.674725 124.005769) (xy 69.729302 123.962145) (xy 69.798801 123.954952) (xy 69.861155 123.986474) + (xy 69.896569 124.046704) (xy 69.9003 124.076893) (xy 69.9003 126.12584) (xy 69.880615 126.192879) + (xy 69.863981 126.213521) (xy 69.794691 126.282811) (xy 69.733368 126.316296) (xy 69.674917 126.314905) + (xy 69.550092 126.281458) (xy 69.550088 126.281457) (xy 69.550087 126.281457) (xy 69.550086 126.281456) + (xy 69.550081 126.281456) (xy 69.322002 126.261502) (xy 69.321998 126.261502) (xy 69.093918 126.281456) + (xy 69.09391 126.281457) (xy 68.872761 126.340714) (xy 68.87275 126.340718) (xy 68.665254 126.437475) + (xy 68.665252 126.437476) (xy 68.636618 126.457526) (xy 68.4777 126.568802) (xy 68.477698 126.568803) + (xy 68.477695 126.568806) (xy 68.315806 126.730695) (xy 68.315803 126.730698) (xy 68.315802 126.7307) + (xy 68.268259 126.798598) (xy 68.184476 126.918252) (xy 68.179692 126.928512) (xy 68.133518 126.980951) + (xy 68.066324 127.000101) (xy 67.999444 126.979884) (xy 67.95493 126.928512) (xy 67.952135 126.922518) + (xy 67.952132 126.922513) (xy 67.901025 126.849526) (xy 67.222 127.528551) (xy 67.222 127.522339) + (xy 67.194741 127.420606) (xy 67.14208 127.329394) (xy 67.067606 127.25492) (xy 66.976394 127.202259) + (xy 66.874661 127.175) (xy 66.868448 127.175) (xy 67.547472 126.495974) (xy 67.474478 126.444863) + (xy 67.268331 126.348735) (xy 67.268317 126.34873) (xy 67.04861 126.28986) (xy 67.048599 126.289858) + (xy 66.822002 126.270034) (xy 66.821998 126.270034) (xy 66.5954 126.289858) (xy 66.595389 126.28986) + (xy 66.375682 126.34873) (xy 66.375673 126.348734) (xy 66.169516 126.444866) (xy 66.169512 126.444868) + (xy 66.096526 126.495973) (xy 66.096526 126.495974) (xy 66.775553 127.175) (xy 66.769339 127.175) + (xy 66.667606 127.202259) (xy 66.576394 127.25492) (xy 66.50192 127.329394) (xy 66.449259 127.420606) + (xy 66.422 127.522339) (xy 66.422 127.528552) (xy 65.742974 126.849526) (xy 65.742973 126.849526) + (xy 65.691868 126.922512) (xy 65.691866 126.922516) (xy 65.595734 127.128673) (xy 65.59573 127.128682) + (xy 65.53686 127.348389) (xy 65.536858 127.3484) (xy 65.517034 127.574997) (xy 65.517034 127.575002) + (xy 65.536858 127.801599) (xy 65.53686 127.80161) (xy 65.59573 128.021317) (xy 65.595735 128.021331) + (xy 65.691863 128.227478) (xy 65.742974 128.300472) (xy 66.422 127.621446) (xy 66.422 127.627661) + (xy 66.449259 127.729394) (xy 66.50192 127.820606) (xy 66.576394 127.89508) (xy 66.667606 127.947741) + (xy 66.769339 127.975) (xy 66.775553 127.975) (xy 66.096526 128.654025) (xy 66.169513 128.705132) + (xy 66.169521 128.705136) (xy 66.375668 128.801264) (xy 66.375682 128.801269) (xy 66.595389 128.860139) + (xy 66.5954 128.860141) (xy 66.821998 128.879966) (xy 66.822002 128.879966) (xy 67.048599 128.860141) + (xy 67.04861 128.860139) (xy 67.268317 128.801269) (xy 67.268331 128.801264) (xy 67.474478 128.705136) + (xy 67.547471 128.654024) (xy 66.868447 127.975) (xy 66.874661 127.975) (xy 66.976394 127.947741) + (xy 67.067606 127.89508) (xy 67.14208 127.820606) (xy 67.194741 127.729394) (xy 67.222 127.627661) + (xy 67.222 127.621447) (xy 67.901024 128.300471) (xy 67.952135 128.22748) (xy 67.954928 128.221491) + (xy 68.001099 128.169051) (xy 68.068293 128.149898) (xy 68.135174 128.170113) (xy 68.179692 128.221488) + (xy 68.184477 128.231749) (xy 68.315802 128.4193) (xy 68.315806 128.419304) (xy 68.477697 128.581196) + (xy 68.4777 128.581198) (xy 68.554256 128.634803) (xy 68.557423 128.63702) (xy 68.601048 128.691596) + (xy 68.6103 128.738595) (xy 68.6103 129.315851) (xy 68.590615 129.38289) (xy 68.537811 129.428645) + (xy 68.497108 129.439379) (xy 68.341917 129.452956) (xy 68.34191 129.452957) (xy 68.120761 129.512214) + (xy 68.12075 129.512218) (xy 67.913254 129.608975) (xy 67.913252 129.608976) (xy 67.842856 129.658267) + (xy 67.7257 129.740302) (xy 67.725698 129.740303) (xy 67.725695 129.740306) (xy 67.563806 129.902195) + (xy 67.563803 129.902198) (xy 67.563802 129.9022) (xy 67.531719 129.948019) (xy 67.432476 130.089752) + (xy 67.432475 130.089754) (xy 67.335718 130.29725) (xy 67.335714 130.297261) (xy 67.276457 130.51841) + (xy 67.276456 130.518418) (xy 67.256502 130.746498) (xy 67.256502 130.746501) (xy 67.276456 130.974581) + (xy 67.276457 130.974589) (xy 67.335714 131.195738) (xy 67.335718 131.195749) (xy 67.415462 131.366761) + (xy 67.432477 131.403249) (xy 67.563802 131.5908) (xy 67.7257 131.752698) (xy 67.913251 131.884023) + (xy 67.956345 131.904118) (xy 68.008784 131.950291) (xy 68.027936 132.017484) (xy 68.00772 132.084365) + (xy 67.956345 132.128882) (xy 67.913251 132.148976) (xy 67.83464 132.204021) (xy 67.7257 132.280302) + (xy 67.725698 132.280303) (xy 67.725695 132.280306) (xy 67.563806 132.442195) (xy 67.563803 132.442198) + (xy 67.563802 132.4422) (xy 67.535077 132.483224) (xy 67.432476 132.629752) (xy 67.432475 132.629754) + (xy 67.335718 132.83725) (xy 67.335714 132.837261) (xy 67.276457 133.05841) (xy 67.276456 133.058418) + (xy 67.256502 133.286498) (xy 67.256502 133.286501) (xy 67.276456 133.514581) (xy 67.276457 133.514589) + (xy 67.335714 133.735738) (xy 67.335718 133.735749) (xy 67.391122 133.854563) (xy 67.432477 133.943249) + (xy 67.563802 134.1308) (xy 67.563806 134.130804) (xy 67.725697 134.292696) (xy 67.805423 134.34852) + (xy 67.849048 134.403096) (xy 67.8583 134.450095) (xy 67.8583 134.662903) (xy 67.838615 134.729942) + (xy 67.805424 134.764477) (xy 67.725707 134.820296) (xy 67.725696 134.820305) (xy 67.563806 134.982195) + (xy 67.563803 134.982198) (xy 67.563802 134.9822) (xy 67.486935 135.091977) (xy 67.432476 135.169752) + (xy 67.432475 135.169754) (xy 67.335718 135.37725) (xy 67.335714 135.377261) (xy 67.276457 135.59841) + (xy 67.276456 135.598418) (xy 67.256502 135.826498) (xy 67.256502 135.826502) (xy 67.27616 136.051201) + (xy 67.262393 136.119701) (xy 67.240313 136.149689) (xy 67.040765 136.349238) (xy 66.91312 136.476883) + (xy 66.913117 136.476886) (xy 66.883435 136.506568) (xy 66.813984 136.576018) (xy 66.736102 136.692576) + (xy 66.736097 136.692585) (xy 66.682449 136.822104) (xy 66.682447 136.822112) (xy 66.655099 136.959599) + (xy 66.655099 137.105909) (xy 66.6551 137.10593) (xy 66.6551 140.966568) (xy 66.655099 140.966594) + (xy 66.655099 141.111894) (xy 66.667659 141.175041) (xy 66.66143 141.244632) (xy 66.618567 141.299809) + (xy 66.556848 141.322759) (xy 66.3614 141.339858) (xy 66.361389 141.33986) (xy 66.141682 141.39873) + (xy 66.141673 141.398734) (xy 65.935516 141.494866) (xy 65.935512 141.494868) (xy 65.862526 141.545973) + (xy 65.862526 141.545974) (xy 66.541553 142.225) (xy 66.535339 142.225) (xy 66.433606 142.252259) + (xy 66.342394 142.30492) (xy 66.26792 142.379394) (xy 66.215259 142.470606) (xy 66.188 142.572339) + (xy 66.188 142.578552) (xy 65.508974 141.899526) (xy 65.508973 141.899526) (xy 65.457868 141.972512) + (xy 65.457866 141.972516) (xy 65.361734 142.178673) (xy 65.36173 142.178682) (xy 65.30286 142.398389) + (xy 65.302858 142.3984) (xy 65.283034 142.624997) (xy 65.283034 142.625002) (xy 65.302858 142.851599) + (xy 65.30286 142.85161) (xy 65.36173 143.071317) (xy 65.361735 143.071331) (xy 65.457863 143.277478) + (xy 65.508974 143.350472) (xy 66.188 142.671446) (xy 66.188 142.677661) (xy 66.215259 142.779394) + (xy 66.26792 142.870606) (xy 66.342394 142.94508) (xy 66.433606 142.997741) (xy 66.535339 143.025) + (xy 66.541551 143.025) (xy 65.862526 143.704025) (xy 65.935513 143.755132) (xy 65.935521 143.755136) + (xy 66.141668 143.851264) (xy 66.141682 143.851269) (xy 66.361389 143.910139) (xy 66.3614 143.910141) + (xy 66.587998 143.929966) (xy 66.588002 143.929966) (xy 66.814599 143.910141) (xy 66.814606 143.91014) + (xy 66.957206 143.87193) (xy 67.027056 143.873593) (xy 67.084918 143.912755) (xy 67.112423 143.976983) + (xy 67.1133 143.991705) (xy 67.1133 144.493259) (xy 67.093615 144.560298) (xy 67.076981 144.58094) + (xy 67.000398 144.657523) (xy 66.89632 144.761601) (xy 66.896317 144.761604) (xy 66.867921 144.79) + (xy 66.797184 144.860736) (xy 66.719302 144.977295) (xy 66.719297 144.977305) (xy 66.694329 145.037584) + (xy 66.665649 145.106822) (xy 66.665647 145.10683) (xy 66.638299 145.244317) (xy 66.638299 145.390627) + (xy 66.6383 145.390648) (xy 66.6383 154.624768) (xy 66.638299 154.624794) (xy 66.638299 154.7701) + (xy 66.665647 154.907587) (xy 66.66565 154.907599) (xy 66.681725 154.946406) (xy 66.719297 155.037113) + (xy 66.719302 155.037123) (xy 66.797185 155.153682) (xy 66.797188 155.153686) (xy 66.900636 155.257134) + (xy 66.900658 155.257154) (xy 68.29406 156.650556) (xy 68.294089 156.650587) (xy 68.396313 156.752811) + (xy 68.396317 156.752814) (xy 68.512879 156.830699) (xy 68.512881 156.830699) (xy 68.512883 156.830701) + (xy 68.642405 156.88435) (xy 68.676077 156.891048) (xy 68.779901 156.911701) (xy 68.779904 156.911701) + (xy 68.92621 156.911701) (xy 68.92623 156.9117) (xy 89.30777 156.9117) (xy 89.30779 156.911701) + (xy 89.313904 156.911701) (xy 89.454097 156.911701) (xy 89.454098 156.9117) (xy 89.591595 156.884351) + (xy 89.656356 156.857525) (xy 89.721117 156.830701) (xy 89.837683 156.752814) (xy 89.936814 156.653683) + (xy 89.936815 156.653681) (xy 89.943881 156.646615) (xy 89.943884 156.646611) (xy 91.771948 154.818546) + (xy 91.833269 154.785063) (xy 91.896176 154.787737) (xy 92.040757 154.832335) (xy 92.040758 154.832335) + (xy 92.040761 154.832336) (xy 92.293958 154.870499) (xy 92.293963 154.870499) (xy 92.293966 154.8705) + (xy 92.293967 154.8705) (xy 92.550033 154.8705) (xy 92.550034 154.8705) (xy 92.550041 154.870499) + (xy 92.803238 154.832336) (xy 92.803239 154.832335) (xy 92.803243 154.832335) (xy 93.047935 154.756858) + (xy 93.269237 154.650285) (xy 93.278638 154.645758) (xy 93.278638 154.645757) (xy 93.278646 154.645754) + (xy 93.490219 154.501505) (xy 93.677931 154.327334) (xy 93.837587 154.127131) (xy 93.957175 153.92) + (xy 95.597505 153.92) (xy 95.650239 154.105349) (xy 95.749368 154.304425) (xy 95.883391 154.4819) + (xy 96.047738 154.631721) (xy 96.23682 154.748797) (xy 96.236822 154.748798) (xy 96.444195 154.829135) + (xy 96.524 154.844052) (xy 96.524 153.92) (xy 95.597505 153.92) (xy 93.957175 153.92) (xy 93.965622 153.905369) + (xy 94.039913 153.716078) (xy 96.424 153.716078) (xy 96.447852 153.805095) (xy 96.49393 153.884905) + (xy 96.559095 153.95007) (xy 96.638905 153.996148) (xy 96.727922 154.02) (xy 96.820078 154.02) (xy 96.909095 153.996148) + (xy 96.988905 153.95007) (xy 97.018975 153.92) (xy 97.024 153.92) (xy 97.024 154.844052) (xy 97.103804 154.829135) + (xy 97.311177 154.748798) (xy 97.311179 154.748797) (xy 97.500261 154.631721) (xy 97.664608 154.4819) + (xy 97.798631 154.304425) (xy 97.89776 154.105349) (xy 97.950495 153.92) (xy 97.024 153.92) (xy 97.018975 153.92) + (xy 97.05407 153.884905) (xy 97.100148 153.805095) (xy 97.124 153.716078) (xy 97.124 153.670001) + (xy 100.640884 153.670001) (xy 100.659313 153.880649) (xy 100.659315 153.88066) (xy 100.714041 154.084902) + (xy 100.714043 154.084906) (xy 100.714044 154.08491) (xy 100.723575 154.105349) (xy 100.80341 154.276556) + (xy 100.803411 154.276558) (xy 100.9247 154.449778) (xy 101.074221 154.599299) (xy 101.074224 154.599301) + (xy 101.247442 154.720589) (xy 101.43909 154.809956) (xy 101.643345 154.864686) (xy 101.793812 154.87785) + (xy 101.853998 154.883116) (xy 101.854 154.883116) (xy 101.854002 154.883116) (xy 101.906663 154.878508) + (xy 102.064655 154.864686) (xy 102.26891 154.809956) (xy 102.460558 154.720589) (xy 102.633776 154.599301) + (xy 102.783301 154.449776) (xy 102.904589 154.276558) (xy 102.993956 154.08491) (xy 103.048686 153.880655) + (xy 103.067116 153.67) (xy 103.066852 153.666987) (xy 103.06185 153.609812) (xy 103.048686 153.459345) + (xy 102.993956 153.25509) (xy 102.904589 153.063442) (xy 102.794803 152.906651) (xy 102.783299 152.890221) + (xy 102.633778 152.7407) (xy 102.460558 152.619411) (xy 102.460556 152.61941) (xy 102.424243 152.602477) + (xy 102.26891 152.530044) (xy 102.268906 152.530043) (xy 102.268902 152.530041) (xy 102.06466 152.475315) + (xy 102.064656 152.475314) (xy 102.064655 152.475314) (xy 102.064654 152.475313) (xy 102.064649 152.475313) + (xy 101.854002 152.456884) (xy 101.853998 152.456884) (xy 101.64335 152.475313) (xy 101.643339 152.475315) + (xy 101.439097 152.530041) (xy 101.439088 152.530045) (xy 101.247443 152.61941) (xy 101.247441 152.619411) + (xy 101.074221 152.7407) (xy 100.9247 152.890221) (xy 100.803411 153.063441) (xy 100.80341 153.063443) + (xy 100.714045 153.255088) (xy 100.714041 153.255097) (xy 100.659315 153.459339) (xy 100.659313 153.45935) + (xy 100.640884 153.669998) (xy 100.640884 153.670001) (xy 97.124 153.670001) (xy 97.124 153.623922) + (xy 97.100148 153.534905) (xy 97.05407 153.455095) (xy 96.988905 153.38993) (xy 96.909095 153.343852) + (xy 96.820078 153.32) (xy 96.727922 153.32) (xy 96.638905 153.343852) (xy 96.559095 153.38993) (xy 96.49393 153.455095) + (xy 96.447852 153.534905) (xy 96.424 153.623922) (xy 96.424 153.716078) (xy 94.039913 153.716078) + (xy 94.059174 153.667001) (xy 94.115551 153.42) (xy 95.597505 153.42) (xy 96.524 153.42) (xy 96.524 152.495946) + (xy 97.024 152.495946) (xy 97.024 153.42) (xy 97.950495 153.42) (xy 97.89776 153.23465) (xy 97.798631 153.035574) + (xy 97.664608 152.858099) (xy 97.500261 152.708278) (xy 97.311179 152.591202) (xy 97.311177 152.591201) + (xy 97.103799 152.510864) (xy 97.024 152.495946) (xy 96.524 152.495946) (xy 96.4442 152.510864) + (xy 96.236822 152.591201) (xy 96.23682 152.591202) (xy 96.047738 152.708278) (xy 95.883391 152.858099) + (xy 95.749368 153.035574) (xy 95.650239 153.23465) (xy 95.597505 153.42) (xy 94.115551 153.42) (xy 94.116155 153.417353) + (xy 94.116156 153.417343) (xy 94.135291 153.162004) (xy 94.135291 153.161995) (xy 94.116156 152.906656) + (xy 94.116155 152.906651) (xy 94.116155 152.906647) (xy 94.059174 152.656999) (xy 93.965622 152.418631) + (xy 93.837587 152.196869) (xy 93.677931 151.996666) (xy 93.67793 151.996665) (xy 93.677927 151.996661) + (xy 93.522879 151.852799) (xy 93.490219 151.822495) (xy 93.45078 151.795606) (xy 93.278649 151.678248) + (xy 93.278638 151.678241) (xy 93.04794 151.567144) (xy 93.047921 151.567137) (xy 92.803248 151.491666) + (xy 92.803238 151.491663) (xy 92.550041 151.4535) (xy 92.550034 151.4535) (xy 92.293966 151.4535) + (xy 92.293958 151.4535) (xy 92.040761 151.491663) (xy 92.040755 151.491665) (xy 91.796061 151.567143) + (xy 91.565362 151.678241) (xy 91.565361 151.678242) (xy 91.35378 151.822495) (xy 91.166072 151.996661) + (xy 91.006413 152.196869) (xy 90.878378 152.41863) (xy 90.784828 152.656993) (xy 90.784822 152.657012) + (xy 90.727844 152.906651) (xy 90.727843 152.906656) (xy 90.708709 153.161995) (xy 90.708709 153.162004) + (xy 90.727843 153.417343) (xy 90.727844 153.417348) (xy 90.784826 153.667004) (xy 90.790587 153.681684) + (xy 90.796754 153.751281) (xy 90.764315 153.813163) (xy 90.762839 153.814664) (xy 89.125523 155.451981) + (xy 89.0642 155.485466) (xy 89.037842 155.4883) (xy 69.196158 155.4883) (xy 69.129119 155.468615) + (xy 69.108477 155.451981) (xy 68.58883 154.932334) (xy 68.555345 154.871011) (xy 68.560329 154.801319) + (xy 68.602201 154.745386) (xy 68.665704 154.721125) (xy 68.671842 154.720588) (xy 68.798087 154.709543) + (xy 69.019243 154.650284) (xy 69.226749 154.553523) (xy 69.4143 154.422198) (xy 69.576198 154.2603) + (xy 69.707523 154.072749) (xy 69.804284 153.865243) (xy 69.863543 153.644087) (xy 69.883498 153.416) + (xy 69.863543 153.187913) (xy 69.804284 152.966757) (xy 69.79936 152.956198) (xy 69.723868 152.794304) + (xy 69.707523 152.759251) (xy 69.576198 152.5717) (xy 69.4143 152.409802) (xy 69.226749 152.278477) + (xy 69.208741 152.27008) (xy 69.183655 152.258382) (xy 69.131215 152.21221) (xy 69.112063 152.145017) + (xy 69.132278 152.078136) (xy 69.183655 152.033618) (xy 69.186882 152.032112) (xy 69.226749 152.013523) + (xy 69.4143 151.882198) (xy 69.576198 151.7203) (xy 69.707523 151.532749) (xy 69.804284 151.325243) + (xy 69.863543 151.104087) (xy 69.883498 150.876) (xy 69.863543 150.647913) (xy 69.804284 150.426757) + (xy 69.707523 150.219251) (xy 69.576198 150.0317) (xy 69.4143 149.869802) (xy 69.226749 149.738477) + (xy 69.224705 149.737524) (xy 69.183655 149.718382) (xy 69.131215 149.67221) (xy 69.112063 149.605017) + (xy 69.132278 149.538136) (xy 69.183655 149.493618) (xy 69.186882 149.492112) (xy 69.226749 149.473523) + (xy 69.4143 149.342198) (xy 69.576198 149.1803) (xy 69.707523 148.992749) (xy 69.804284 148.785243) + (xy 69.863543 148.564087) (xy 69.883498 148.336) (xy 69.863543 148.107913) (xy 69.804284 147.886757) + (xy 69.795824 147.868615) (xy 69.747182 147.7643) (xy 69.707523 147.679251) (xy 69.576198 147.4917) + (xy 69.4143 147.329802) (xy 69.226749 147.198477) (xy 69.220669 147.195642) (xy 69.183655 147.178382) + (xy 69.131215 147.13221) (xy 69.112063 147.065017) (xy 69.132278 146.998136) (xy 69.183655 146.953618) + (xy 69.186882 146.952112) (xy 69.226749 146.933523) (xy 69.4143 146.802198) (xy 69.576198 146.6403) + (xy 69.707523 146.452749) (xy 69.804284 146.245243) (xy 69.863543 146.024087) (xy 69.883498 145.796) + (xy 69.863543 145.567913) (xy 69.804284 145.346757) (xy 69.804283 145.346756) (xy 69.803926 145.345421) + (xy 69.799701 145.313327) (xy 69.799701 145.202794) (xy 69.7997 145.202768) (xy 69.7997 144.492108) + (xy 69.819385 144.425069) (xy 69.872189 144.379314) (xy 69.941347 144.36937) (xy 70.004903 144.398395) + (xy 70.026802 144.423218) (xy 70.059182 144.471678) (xy 70.059188 144.471686) (xy 70.162636 144.575134) + (xy 70.162658 144.575154) (xy 70.644619 145.057115) (xy 70.678104 145.118438) (xy 70.680466 145.155602) + (xy 70.668884 145.287996) (xy 70.668884 145.288001) (xy 70.687313 145.498649) (xy 70.687315 145.49866) + (xy 70.742041 145.702902) (xy 70.742043 145.702906) (xy 70.742044 145.70291) (xy 70.803778 145.835298) + (xy 70.83141 145.894556) (xy 70.831411 145.894558) (xy 70.9527 146.067778) (xy 71.102221 146.217299) + (xy 71.102224 146.217301) (xy 71.275442 146.338589) (xy 71.46709 146.427956) (xy 71.671345 146.482686) + (xy 71.821812 146.49585) (xy 71.881998 146.501116) (xy 71.882 146.501116) (xy 71.882002 146.501116) + (xy 71.934663 146.496508) (xy 72.092655 146.482686) (xy 72.29691 146.427956) (xy 72.488558 146.338589) + (xy 72.661776 146.217301) (xy 72.811301 146.067776) (xy 72.932589 145.894558) (xy 73.021956 145.70291) + (xy 73.076686 145.498655) (xy 73.095116 145.288) (xy 73.076686 145.077345) (xy 73.021956 144.87309) + (xy 72.932589 144.681442) (xy 72.836787 144.544622) (xy 72.811299 144.508221) (xy 72.661778 144.3587) + (xy 72.488558 144.237411) (xy 72.488556 144.23741) (xy 72.43766 144.213677) (xy 72.29691 144.148044) + (xy 72.296906 144.148043) (xy 72.296902 144.148041) (xy 72.09266 144.093315) (xy 72.092656 144.093314) + (xy 72.092655 144.093314) (xy 72.092654 144.093313) (xy 72.092649 144.093313) (xy 71.882002 144.074884) + (xy 71.881997 144.074884) (xy 71.749602 144.086466) (xy 71.681102 144.072699) (xy 71.651115 144.050619) + (xy 71.360019 143.759523) (xy 71.326534 143.6982) (xy 71.3237 143.671842) (xy 71.3237 142.741135) + (xy 71.343385 142.674096) (xy 71.396189 142.628341) (xy 71.465347 142.618397) (xy 71.479793 142.62136) + (xy 71.505847 142.628341) (xy 71.671345 142.672686) (xy 71.821812 142.68585) (xy 71.881998 142.691116) + (xy 71.882 142.691116) (xy 71.882002 142.691116) (xy 71.934663 142.686508) (xy 72.092655 142.672686) + (xy 72.29691 142.617956) (xy 72.488558 142.528589) (xy 72.661776 142.407301) (xy 72.811301 142.257776) + (xy 72.932589 142.084558) (xy 73.021956 141.89291) (xy 73.066144 141.728) (xy 75.785505 141.728) + (xy 75.838239 141.913349) (xy 75.937368 142.112425) (xy 76.071391 142.2899) (xy 76.235738 142.439721) + (xy 76.42482 142.556797) (xy 76.424822 142.556798) (xy 76.632195 142.637135) (xy 76.712 142.652052) + (xy 76.712 141.728) (xy 75.785505 141.728) (xy 73.066144 141.728) (xy 73.076686 141.688655) (xy 73.091085 141.524078) + (xy 76.612 141.524078) (xy 76.635852 141.613095) (xy 76.68193 141.692905) (xy 76.747095 141.75807) + (xy 76.826905 141.804148) (xy 76.915922 141.828) (xy 77.008078 141.828) (xy 77.097095 141.804148) + (xy 77.176905 141.75807) (xy 77.206975 141.728) (xy 77.212 141.728) (xy 77.212 142.652052) (xy 77.291804 142.637135) + (xy 77.499177 142.556798) (xy 77.499179 142.556797) (xy 77.688261 142.439721) (xy 77.852608 142.2899) + (xy 77.986631 142.112425) (xy 78.08576 141.913349) (xy 78.138495 141.728) (xy 77.212 141.728) (xy 77.206975 141.728) + (xy 77.24207 141.692905) (xy 77.288148 141.613095) (xy 77.312 141.524078) (xy 77.312 141.431922) + (xy 77.288148 141.342905) (xy 77.24207 141.263095) (xy 77.176905 141.19793) (xy 77.097095 141.151852) + (xy 77.008078 141.128) (xy 76.915922 141.128) (xy 76.826905 141.151852) (xy 76.747095 141.19793) + (xy 76.68193 141.263095) (xy 76.635852 141.342905) (xy 76.612 141.431922) (xy 76.612 141.524078) + (xy 73.091085 141.524078) (xy 73.095116 141.478) (xy 73.076686 141.267345) (xy 73.066144 141.228) + (xy 75.785505 141.228) (xy 76.712 141.228) (xy 76.712 140.303946) (xy 77.212 140.303946) (xy 77.212 141.228) + (xy 78.138495 141.228) (xy 78.08576 141.04265) (xy 77.986631 140.843574) (xy 77.852608 140.666099) + (xy 77.688261 140.516278) (xy 77.499179 140.399202) (xy 77.499177 140.399201) (xy 77.291799 140.318864) + (xy 77.212 140.303946) (xy 76.712 140.303946) (xy 76.6322 140.318864) (xy 76.424822 140.399201) + (xy 76.42482 140.399202) (xy 76.235738 140.516278) (xy 76.071391 140.666099) (xy 75.937368 140.843574) + (xy 75.838239 141.04265) (xy 75.785505 141.228) (xy 73.066144 141.228) (xy 73.021956 141.06309) + (xy 72.932589 140.871442) (xy 72.811301 140.698224) (xy 72.811299 140.698221) (xy 72.661778 140.5487) + (xy 72.488558 140.427411) (xy 72.488556 140.42741) (xy 72.437731 140.40371) (xy 72.29691 140.338044) + (xy 72.296906 140.338043) (xy 72.296902 140.338041) (xy 72.09266 140.283315) (xy 72.092656 140.283314) + (xy 72.092655 140.283314) (xy 72.092654 140.283313) (xy 72.092649 140.283313) (xy 71.882002 140.264884) + (xy 71.881998 140.264884) (xy 71.67135 140.283313) (xy 71.671339 140.283315) (xy 71.479793 140.334639) + (xy 71.409943 140.332976) (xy 71.352081 140.293813) (xy 71.324577 140.229584) (xy 71.3237 140.214864) + (xy 71.3237 140.030231) (xy 71.323701 140.03021) (xy 71.323701 139.878794) (xy 71.3237 139.878768) + (xy 71.3237 138.928839) (xy 71.343385 138.8618) (xy 71.396189 138.816045) (xy 71.465347 138.806101) + (xy 71.479793 138.809064) (xy 71.505847 138.816045) (xy 71.671345 138.86039) (xy 71.821812 138.873554) + (xy 71.881998 138.87882) (xy 71.882 138.87882) (xy 71.882002 138.87882) (xy 71.934663 138.874212) + (xy 72.092655 138.86039) (xy 72.29691 138.80566) (xy 72.488558 138.716293) (xy 72.661776 138.595005) + (xy 72.811301 138.44548) (xy 72.932589 138.272262) (xy 73.021956 138.080614) (xy 73.066144 137.915704) + (xy 75.785505 137.915704) (xy 75.838239 138.101053) (xy 75.937368 138.300129) (xy 76.071391 138.477604) + (xy 76.235738 138.627425) (xy 76.42482 138.744501) (xy 76.424822 138.744502) (xy 76.632195 138.824839) + (xy 76.712 138.839756) (xy 76.712 137.915704) (xy 75.785505 137.915704) (xy 73.066144 137.915704) + (xy 73.076686 137.876359) (xy 73.091085 137.711782) (xy 76.612 137.711782) (xy 76.635852 137.800799) + (xy 76.68193 137.880609) (xy 76.747095 137.945774) (xy 76.826905 137.991852) (xy 76.915922 138.015704) + (xy 77.008078 138.015704) (xy 77.097095 137.991852) (xy 77.176905 137.945774) (xy 77.206975 137.915704) + (xy 77.212 137.915704) (xy 77.212 138.839756) (xy 77.291804 138.824839) (xy 77.499177 138.744502) + (xy 77.499179 138.744501) (xy 77.688261 138.627425) (xy 77.852608 138.477604) (xy 77.986631 138.300129) + (xy 78.08576 138.101053) (xy 78.138495 137.915704) (xy 77.212 137.915704) (xy 77.206975 137.915704) + (xy 77.24207 137.880609) (xy 77.288148 137.800799) (xy 77.312 137.711782) (xy 77.312 137.619626) + (xy 77.288148 137.530609) (xy 77.24207 137.450799) (xy 77.176905 137.385634) (xy 77.097095 137.339556) + (xy 77.008078 137.315704) (xy 76.915922 137.315704) (xy 76.826905 137.339556) (xy 76.747095 137.385634) + (xy 76.68193 137.450799) (xy 76.635852 137.530609) (xy 76.612 137.619626) (xy 76.612 137.711782) + (xy 73.091085 137.711782) (xy 73.095116 137.665704) (xy 73.076686 137.455049) (xy 73.066144 137.415704) + (xy 75.785505 137.415704) (xy 76.712 137.415704) (xy 76.712 136.49165) (xy 77.212 136.49165) (xy 77.212 137.415704) + (xy 78.138495 137.415704) (xy 78.08576 137.230354) (xy 77.986631 137.031278) (xy 77.852608 136.853803) + (xy 77.688261 136.703982) (xy 77.499179 136.586906) (xy 77.499177 136.586905) (xy 77.291799 136.506568) + (xy 77.212 136.49165) (xy 76.712 136.49165) (xy 76.6322 136.506568) (xy 76.424822 136.586905) (xy 76.42482 136.586906) + (xy 76.235738 136.703982) (xy 76.071391 136.853803) (xy 75.937368 137.031278) (xy 75.838239 137.230354) + (xy 75.785505 137.415704) (xy 73.066144 137.415704) (xy 73.021956 137.250794) (xy 72.932589 137.059146) + (xy 72.811301 136.885928) (xy 72.811299 136.885925) (xy 72.661778 136.736404) (xy 72.488558 136.615115) + (xy 72.488556 136.615114) (xy 72.440298 136.592611) (xy 72.29691 136.525748) (xy 72.296906 136.525747) + (xy 72.296902 136.525745) (xy 72.09266 136.471019) (xy 72.092656 136.471018) (xy 72.092655 136.471018) + (xy 72.092654 136.471017) (xy 72.092649 136.471017) (xy 71.882002 136.452588) (xy 71.881998 136.452588) + (xy 71.67135 136.471017) (xy 71.671339 136.471019) (xy 71.479793 136.522343) (xy 71.409943 136.52068) + (xy 71.352081 136.481517) (xy 71.324577 136.417288) (xy 71.3237 136.402568) (xy 71.3237 135.117697) + (xy 71.343385 135.050658) (xy 71.396189 135.004903) (xy 71.465347 134.994959) (xy 71.479793 134.997922) + (xy 71.505847 135.004903) (xy 71.671345 135.049248) (xy 71.821812 135.062412) (xy 71.881998 135.067678) + (xy 71.882 135.067678) (xy 71.882002 135.067678) (xy 71.934663 135.06307) (xy 72.092655 135.049248) + (xy 72.29691 134.994518) (xy 72.488558 134.905151) (xy 72.661776 134.783863) (xy 72.811301 134.634338) + (xy 72.932589 134.46112) (xy 73.021956 134.269472) (xy 73.076686 134.065217) (xy 73.095116 133.854563) + (xy 75.748884 133.854563) (xy 75.767313 134.065211) (xy 75.767315 134.065222) (xy 75.822041 134.269464) + (xy 75.822043 134.269468) (xy 75.822044 134.269472) (xy 75.858905 134.34852) (xy 75.91141 134.461118) + (xy 75.911411 134.46112) (xy 76.0327 134.63434) (xy 76.182221 134.783861) (xy 76.182224 134.783863) + (xy 76.355442 134.905151) (xy 76.54709 134.994518) (xy 76.547096 134.994519) (xy 76.547097 134.99452) + (xy 76.559794 134.997922) (xy 76.751345 135.049248) (xy 76.901812 135.062412) (xy 76.961998 135.067678) + (xy 76.962 135.067678) (xy 76.962002 135.067678) (xy 77.014663 135.06307) (xy 77.172655 135.049248) + (xy 77.37691 134.994518) (xy 77.568558 134.905151) (xy 77.741776 134.783863) (xy 77.891301 134.634338) + (xy 78.012589 134.46112) (xy 78.101956 134.269472) (xy 78.156686 134.065217) (xy 78.175116 133.854562) + (xy 78.156686 133.643907) (xy 78.101956 133.439652) (xy 78.012589 133.248004) (xy 77.891301 133.074786) + (xy 77.891299 133.074783) (xy 77.741778 132.925262) (xy 77.568558 132.803973) (xy 77.568556 132.803972) + (xy 77.520298 132.781469) (xy 77.37691 132.714606) (xy 77.376906 132.714605) (xy 77.376902 132.714603) + (xy 77.17266 132.659877) (xy 77.172656 132.659876) (xy 77.172655 132.659876) (xy 77.172654 132.659875) + (xy 77.172649 132.659875) (xy 76.962002 132.641446) (xy 76.961998 132.641446) (xy 76.75135 132.659875) + (xy 76.751339 132.659877) (xy 76.547097 132.714603) (xy 76.547088 132.714607) (xy 76.355443 132.803972) + (xy 76.355441 132.803973) (xy 76.182221 132.925262) (xy 76.0327 133.074783) (xy 75.911411 133.248003) + (xy 75.91141 133.248005) (xy 75.822045 133.43965) (xy 75.822041 133.439659) (xy 75.767315 133.643901) + (xy 75.767313 133.643912) (xy 75.748884 133.85456) (xy 75.748884 133.854563) (xy 73.095116 133.854563) + (xy 73.095116 133.854562) (xy 73.076686 133.643907) (xy 73.021956 133.439652) (xy 72.932589 133.248004) + (xy 72.811301 133.074786) (xy 72.811299 133.074783) (xy 72.661778 132.925262) (xy 72.488558 132.803973) + (xy 72.488556 132.803972) (xy 72.440298 132.781469) (xy 72.29691 132.714606) (xy 72.296906 132.714605) + (xy 72.296902 132.714603) (xy 72.09266 132.659877) (xy 72.092656 132.659876) (xy 72.092655 132.659876) + (xy 72.092654 132.659875) (xy 72.092649 132.659875) (xy 71.882002 132.641446) (xy 71.881998 132.641446) + (xy 71.67135 132.659875) (xy 71.671339 132.659877) (xy 71.479793 132.711201) (xy 71.409943 132.709538) + (xy 71.352081 132.670375) (xy 71.324577 132.606146) (xy 71.3237 132.591426) (xy 71.3237 130.938728) + (xy 71.343385 130.871689) (xy 71.396189 130.825934) (xy 71.465347 130.81599) (xy 71.518819 130.837151) + (xy 71.529442 130.844589) (xy 71.72109 130.933956) (xy 71.925345 130.988686) (xy 72.075812 131.00185) + (xy 72.135998 131.007116) (xy 72.136 131.007116) (xy 72.136002 131.007116) (xy 72.188663 131.002508) + (xy 72.346655 130.988686) (xy 72.55091 130.933956) (xy 72.742558 130.844589) (xy 72.915776 130.723301) + (xy 73.065301 130.573776) (xy 73.186589 130.400558) (xy 73.275956 130.20891) (xy 73.330686 130.004655) + (xy 73.349116 129.794) (xy 73.330686 129.583345) (xy 73.275956 129.37909) (xy 73.186589 129.187442) + (xy 73.065301 129.014224) (xy 73.065299 129.014221) (xy 72.915778 128.8647) (xy 72.742558 128.743411) + (xy 72.742556 128.74341) (xy 72.721071 128.733391) (xy 72.55091 128.654044) (xy 72.550906 128.654043) + (xy 72.550902 128.654041) (xy 72.34666 128.599315) (xy 72.346656 128.599314) (xy 72.346655 128.599314) + (xy 72.346654 128.599313) (xy 72.346649 128.599313) (xy 72.136002 128.580884) (xy 72.135998 128.580884) + (xy 71.92535 128.599313) (xy 71.925339 128.599315) (xy 71.721097 128.654041) (xy 71.721088 128.654045) + (xy 71.529443 128.74341) (xy 71.529441 128.743411) (xy 71.518819 128.750849) (xy 71.452612 128.773174) + (xy 71.384846 128.75616) (xy 71.337035 128.70521) (xy 71.3237 128.649271) (xy 71.3237 126.548231) + (xy 71.323701 126.54821) (xy 71.323701 126.396794) (xy 71.3237 126.396768) (xy 71.3237 123.056282) + (xy 71.343385 122.989243) (xy 71.396189 122.943488) (xy 71.465347 122.933544) (xy 71.492495 122.940656) + (xy 71.540192 122.959134) (xy 71.62 122.974052) (xy 71.62 122.044975) (xy 71.655095 122.08007) (xy 71.734905 122.126148) + (xy 71.823922 122.15) (xy 71.916078 122.15) (xy 72.005095 122.126148) (xy 72.084905 122.08007) (xy 72.114975 122.05) + (xy 72.12 122.05) (xy 72.12 122.974052) (xy 72.199804 122.959135) (xy 72.407177 122.878798) (xy 72.407179 122.878797) + (xy 72.596261 122.761721) (xy 72.760608 122.6119) (xy 72.894631 122.434425) (xy 72.99376 122.235349) + (xy 73.046495 122.05) (xy 72.12 122.05) (xy 72.114975 122.05) (xy 72.15007 122.014905) (xy 72.196148 121.935095) + (xy 72.22 121.846078) (xy 72.22 121.753922) (xy 72.196148 121.664905) (xy 72.15007 121.585095) (xy 72.084905 121.51993) + (xy 72.005095 121.473852) (xy 71.916078 121.45) (xy 71.823922 121.45) (xy 71.734905 121.473852) + (xy 71.655095 121.51993) (xy 71.62 121.555025) (xy 71.62 120.625946) (xy 72.12 120.625946) (xy 72.12 121.55) + (xy 73.046495 121.55) (xy 72.99376 121.36465) (xy 72.894631 121.165574) (xy 72.760608 120.988099) + (xy 72.596261 120.838278) (xy 72.407179 120.721202) (xy 72.407177 120.721201) (xy 72.199799 120.640864) + (xy 72.12 120.625946) (xy 71.62 120.625946) (xy 71.540197 120.640864) (xy 71.492493 120.659345) + (xy 71.422869 120.665206) (xy 71.361129 120.632496) (xy 71.326875 120.571599) (xy 71.3237 120.543718) + (xy 71.3237 119.373129) (xy 71.343385 119.30609) (xy 71.396189 119.260335) (xy 71.465347 119.250391) + (xy 71.479793 119.253354) (xy 71.505847 119.260335) (xy 71.671345 119.30468) (xy 71.821812 119.317844) + (xy 71.881998 119.32311) (xy 71.882 119.32311) (xy 71.882002 119.32311) (xy 71.934663 119.318502) + (xy 72.092655 119.30468) (xy 72.29691 119.24995) (xy 72.488558 119.160583) (xy 72.661776 119.039295) + (xy 72.73192 118.969151) (xy 72.811301 118.889771) (xy 72.861251 118.818433) (xy 72.932589 118.716552) + (xy 73.021956 118.524904) (xy 73.076686 118.320649) (xy 73.095116 118.109994) (xy 73.076686 117.899339) + (xy 73.021956 117.695084) (xy 72.932589 117.503436) (xy 72.81622 117.337243) (xy 72.811299 117.330215) + (xy 72.661778 117.180694) (xy 72.488558 117.059405) (xy 72.488556 117.059404) (xy 72.458299 117.045295) + (xy 72.29691 116.970038) (xy 72.296906 116.970037) (xy 72.296902 116.970035) (xy 72.09266 116.915309) + (xy 72.092656 116.915308) (xy 72.092655 116.915308) (xy 72.092654 116.915307) (xy 72.092649 116.915307) + (xy 71.882002 116.896878) (xy 71.881997 116.896878) (xy 71.749602 116.90846) (xy 71.681102 116.894693) + (xy 71.651115 116.872613) (xy 71.360019 116.581517) (xy 71.326534 116.520194) (xy 71.3237 116.493836) + (xy 71.3237 115.561987) (xy 71.343385 115.494948) (xy 71.396189 115.449193) (xy 71.465347 115.439249) + (xy 71.479793 115.442212) (xy 71.505847 115.449193) (xy 71.671345 115.493538) (xy 71.821812 115.506702) + (xy 71.881998 115.511968) (xy 71.882 115.511968) (xy 71.882002 115.511968) (xy 71.934663 115.50736) + (xy 72.092655 115.493538) (xy 72.29691 115.438808) (xy 72.488558 115.349441) (xy 72.661776 115.228153) + (xy 72.811301 115.078628) (xy 72.932589 114.90541) (xy 73.021956 114.713762) (xy 73.076686 114.509507) + (xy 73.095116 114.298852) (xy 73.094358 114.290193) (xy 73.080195 114.128304) (xy 73.076686 114.088197) + (xy 73.021956 113.883942) (xy 72.932589 113.692294) (xy 72.811301 113.519076) (xy 72.811299 113.519073) + (xy 72.661778 113.369552) (xy 72.488558 113.248263) (xy 72.488556 113.248262) (xy 72.367258 113.1917) + (xy 72.29691 113.158896) (xy 72.296906 113.158895) (xy 72.296902 113.158893) (xy 72.09266 113.104167) + (xy 72.092656 113.104166) (xy 72.092655 113.104166) (xy 72.092654 113.104165) (xy 72.092649 113.104165) + (xy 71.882002 113.085736) (xy 71.881998 113.085736) (xy 71.67135 113.104165) (xy 71.671339 113.104167) + (xy 71.479793 113.155491) (xy 71.409943 113.153828) (xy 71.352081 113.114665) (xy 71.324577 113.050436) + (xy 71.3237 113.035716) (xy 71.3237 111.750845) (xy 71.343385 111.683806) (xy 71.396189 111.638051) + (xy 71.465347 111.628107) (xy 71.479793 111.63107) (xy 71.505847 111.638051) (xy 71.671345 111.682396) + (xy 71.821812 111.69556) (xy 71.881998 111.700826) (xy 71.882 111.700826) (xy 71.882002 111.700826) + (xy 71.934663 111.696218) (xy 72.092655 111.682396) (xy 72.29691 111.627666) (xy 72.488558 111.538299) + (xy 72.661776 111.417011) (xy 72.811301 111.267486) (xy 72.932589 111.094268) (xy 73.021956 110.90262) + (xy 73.076686 110.698365) (xy 73.095116 110.48771) (xy 73.076686 110.277055) (xy 73.021956 110.0728) + (xy 72.932589 109.881152) (xy 72.811301 109.707934) (xy 72.811299 109.707931) (xy 72.661778 109.55841) + (xy 72.488558 109.437121) (xy 72.488556 109.43712) (xy 72.440298 109.414617) (xy 72.29691 109.347754) + (xy 72.296906 109.347753) (xy 72.296902 109.347751) (xy 72.09266 109.293025) (xy 72.092656 109.293024) + (xy 72.092655 109.293024) (xy 72.092654 109.293023) (xy 72.092649 109.293023) (xy 71.882002 109.274594) + (xy 71.881997 109.274594) (xy 71.749602 109.286176) (xy 71.681102 109.272409) (xy 71.651115 109.250329) + (xy 71.360019 108.959233) (xy 71.326534 108.89791) (xy 71.3237 108.871552) (xy 71.3237 107.939703) + (xy 71.343385 107.872664) (xy 71.396189 107.826909) (xy 71.465347 107.816965) (xy 71.479793 107.819928) + (xy 71.505847 107.826909) (xy 71.671345 107.871254) (xy 71.814643 107.883791) (xy 71.881998 107.889684) + (xy 71.882 107.889684) (xy 71.882002 107.889684) (xy 71.934663 107.885076) (xy 72.092655 107.871254) + (xy 72.29691 107.816524) (xy 72.488558 107.727157) (xy 72.661776 107.605869) (xy 72.811301 107.456344) + (xy 72.932589 107.283126) (xy 73.021956 107.091478) (xy 73.076686 106.887223) (xy 73.095116 106.676568) + (xy 73.076686 106.465913) (xy 73.021956 106.261658) (xy 72.932589 106.07001) (xy 72.811301 105.896792) + (xy 72.811299 105.896789) (xy 72.661778 105.747268) (xy 72.488558 105.625979) (xy 72.488556 105.625978) + (xy 72.440298 105.603475) (xy 72.29691 105.536612) (xy 72.296906 105.536611) (xy 72.296902 105.536609) + (xy 72.09266 105.481883) (xy 72.092656 105.481882) (xy 72.092655 105.481882) (xy 72.092654 105.481881) + (xy 72.092649 105.481881) (xy 71.882002 105.463452) (xy 71.881998 105.463452) (xy 71.67135 105.481881) + (xy 71.671339 105.481883) (xy 71.479793 105.533207) (xy 71.409943 105.531544) (xy 71.352081 105.492381) + (xy 71.324577 105.428152) (xy 71.3237 105.413432) (xy 71.3237 99.817419) (xy 71.343385 99.75038) + (xy 71.396189 99.704625) (xy 71.465347 99.694681) (xy 71.479793 99.697644) (xy 71.480454 99.697821) + (xy 71.671345 99.74897) (xy 71.821812 99.762134) (xy 71.881998 99.7674) (xy 71.882 99.7674) (xy 71.882002 99.7674) + (xy 71.934663 99.762792) (xy 72.092655 99.74897) (xy 72.29691 99.69424) (xy 72.488558 99.604873) + (xy 72.661776 99.483585) (xy 72.811301 99.33406) (xy 72.932589 99.160842) (xy 73.021956 98.969194) + (xy 73.076686 98.764939) (xy 73.095116 98.554284) (xy 73.076686 98.343629) (xy 73.021956 98.139374) + (xy 72.932589 97.947726) (xy 72.811301 97.774508) (xy 72.811299 97.774505) (xy 72.661778 97.624984) + (xy 72.488558 97.503695) (xy 72.488556 97.503694) (xy 72.381343 97.4537) (xy 72.29691 97.414328) + (xy 72.296906 97.414327) (xy 72.296902 97.414325) (xy 72.09266 97.359599) (xy 72.092656 97.359598) + (xy 72.092655 97.359598) (xy 72.092654 97.359597) (xy 72.092649 97.359597) (xy 71.882002 97.341168) + (xy 71.881998 97.341168) (xy 71.67135 97.359597) (xy 71.671339 97.359599) (xy 71.479793 97.410923) + (xy 71.409943 97.40926) (xy 71.352081 97.370097) (xy 71.324577 97.305868) (xy 71.3237 97.291148) + (xy 71.3237 96.31423) (xy 71.323701 96.314209) (xy 71.323701 96.162794) (xy 71.3237 96.162768) (xy 71.3237 96.006277) + (xy 71.343385 95.939238) (xy 71.396189 95.893483) (xy 71.465347 95.883539) (xy 71.479793 95.886502) + (xy 71.499719 95.891841) (xy 71.671345 95.937828) (xy 71.821812 95.950992) (xy 71.881998 95.956258) + (xy 71.882 95.956258) (xy 71.882002 95.956258) (xy 71.934663 95.95165) (xy 72.092655 95.937828) + (xy 72.29691 95.883098) (xy 72.488558 95.793731) (xy 72.661776 95.672443) (xy 72.811301 95.522918) + (xy 72.932589 95.3497) (xy 73.021956 95.158052) (xy 73.076686 94.953797) (xy 73.095116 94.743142) + (xy 73.076686 94.532487) (xy 73.021956 94.328232) (xy 72.932589 94.136584) (xy 72.811301 93.963366) + (xy 72.811299 93.963363) (xy 72.661778 93.813842) (xy 72.488558 93.692553) (xy 72.488556 93.692552) + (xy 72.434293 93.667249) (xy 72.29691 93.603186) (xy 72.296906 93.603185) (xy 72.296902 93.603183) + (xy 72.09266 93.548457) (xy 72.092656 93.548456) (xy 72.092655 93.548456) (xy 72.092654 93.548455) + (xy 72.092649 93.548455) (xy 71.882002 93.530026) (xy 71.881998 93.530026) (xy 71.67135 93.548455) + (xy 71.671339 93.548457) (xy 71.479793 93.599781) (xy 71.409943 93.598118) (xy 71.352081 93.558955) + (xy 71.324577 93.494726) (xy 71.3237 93.480006) (xy 71.3237 92.195135) (xy 71.343385 92.128096) + (xy 71.396189 92.082341) (xy 71.465347 92.072397) (xy 71.479793 92.07536) (xy 71.505847 92.082341) + (xy 71.671345 92.126686) (xy 71.821812 92.13985) (xy 71.881998 92.145116) (xy 71.882 92.145116) + (xy 71.882002 92.145116) (xy 71.934663 92.140508) (xy 72.092655 92.126686) (xy 72.29691 92.071956) + (xy 72.488558 91.982589) (xy 72.661776 91.861301) (xy 72.811301 91.711776) (xy 72.932589 91.538558) + (xy 73.021956 91.34691) (xy 73.076686 91.142655) (xy 73.095116 90.932) (xy 73.092303 90.899853) + (xy 73.088874 90.860649) (xy 73.076686 90.721345) (xy 73.021956 90.51709) (xy 72.932589 90.325442) + (xy 72.811301 90.152224) (xy 72.811299 90.152221) (xy 72.661778 90.0027) (xy 72.488558 89.881411) + (xy 72.488556 89.88141) (xy 72.413305 89.84632) (xy 72.29691 89.792044) (xy 72.296906 89.792043) + (xy 72.296902 89.792041) (xy 72.09266 89.737315) (xy 72.092656 89.737314) (xy 72.092655 89.737314) + (xy 72.092654 89.737313) (xy 72.092649 89.737313) (xy 71.882002 89.718884) (xy 71.881997 89.718884) + (xy 71.749602 89.730466) (xy 71.681102 89.716699) (xy 71.651115 89.694619) (xy 71.360019 89.403523) + (xy 71.326534 89.3422) (xy 71.3237 89.315842) (xy 71.3237 82.08823) (xy 71.323701 82.088209) (xy 71.323701 81.941903) + (xy 71.3237 81.941899) (xy 71.309495 81.870484) (xy 71.296351 81.804405) (xy 71.264175 81.726727) + (xy 71.242701 81.674883) (xy 71.234799 81.663057) (xy 71.164814 81.558316) (xy 71.062587 81.456089) + (xy 71.062556 81.45606) (xy 69.607154 80.000658) (xy 69.607134 80.000636) (xy 69.500587 79.894089) + (xy 69.500556 79.89406) (xy 68.948019 79.341523) (xy 68.914534 79.2802) (xy 68.9117 79.253842) (xy 68.9117 76.454002) + (xy 70.978693 76.454002) (xy 70.992619 76.613186) (xy 70.997885 76.673371) (xy 71.05488 76.886076) + (xy 71.054881 76.886079) (xy 71.054882 76.886081) (xy 71.090284 76.962001) (xy 71.147944 77.085654) + (xy 71.254285 77.237524) (xy 71.274251 77.266038) (xy 71.429961 77.421748) (xy 71.55589 77.509925) + (xy 71.599515 77.564503) (xy 71.606707 77.634001) (xy 71.575185 77.696356) (xy 71.514955 77.731769) + (xy 71.484766 77.7355) (xy 71.443345 77.7355) (xy 71.382797 77.742011) (xy 71.382795 77.742011) + (xy 71.245795 77.793111) (xy 71.128739 77.880739) (xy 71.041111 77.997795) (xy 70.990011 78.134795) + (xy 70.990011 78.134797) (xy 70.9835 78.195345) (xy 70.9835 79.792654) (xy 70.990011 79.853202) + (xy 71.041111 79.990204) (xy 71.128739 80.107261) (xy 71.245796 80.194889) (xy 71.382799 80.245989) + (xy 71.41005 80.248918) (xy 71.443345 80.252499) (xy 71.443362 80.2525) (xy 73.040638 80.2525) (xy 73.040654 80.252499) + (xy 73.067692 80.249591) (xy 73.101201 80.245989) (xy 73.238204 80.194889) (xy 73.355261 80.107261) + (xy 73.442889 79.990204) (xy 73.492666 79.856749) (xy 73.493989 79.853202) (xy 73.500499 79.792654) + (xy 73.5005 79.792637) (xy 73.5005 78.195362) (xy 73.500499 78.195345) (xy 73.496031 78.153795) + (xy 73.493989 78.134799) (xy 73.480225 78.097898) (xy 73.457414 78.036739) (xy 73.442889 77.997796) + (xy 73.355261 77.880739) (xy 73.238204 77.793111) (xy 73.101203 77.742011) (xy 73.040654 77.7355) + (xy 73.040638 77.7355) (xy 72.999234 77.7355) (xy 72.932195 77.715815) (xy 72.88644 77.663011) (xy 72.876496 77.593853) + (xy 72.905521 77.530297) (xy 72.92811 77.509925) (xy 73.054038 77.421749) (xy 73.209749 77.266038) + (xy 73.336056 77.085654) (xy 73.42912 76.886076) (xy 73.486115 76.673371) (xy 73.501301 76.499794) + (xy 73.505307 76.454002) (xy 73.505307 76.453997) (xy 73.489913 76.278042) (xy 73.486115 76.234629) + (xy 73.42912 76.021924) (xy 73.336056 75.822347) (xy 73.336054 75.822344) (xy 73.336053 75.822342) + (xy 73.255386 75.707139) (xy 73.209749 75.641962) (xy 73.054038 75.486251) (xy 72.873654 75.359944) + (xy 72.867857 75.357241) (xy 72.737344 75.296382) (xy 72.684904 75.25021) (xy 72.665752 75.183017) + (xy 72.685967 75.116135) (xy 72.737344 75.071618) (xy 72.753362 75.064148) (xy 72.873654 75.008056) + (xy 73.054038 74.881749) (xy 73.209749 74.726038) (xy 73.242983 74.678575) (xy 73.29756 74.634951) + (xy 73.344557 74.6257) (xy 74.167842 74.6257) (xy 74.234881 74.645385) (xy 74.255523 74.662019) + (xy 78.556497 78.962993) (xy 78.589982 79.024316) (xy 78.584998 79.094008) (xy 78.543126 79.149941) + (xy 78.51361 79.166301) (xy 78.426628 79.199998) (xy 78.33703 79.234708) (xy 78.337029 79.234708) + (xy 78.337028 79.234709) (xy 78.162364 79.342857) (xy 78.010548 79.481254) (xy 77.886746 79.645195) + (xy 77.886741 79.645203) (xy 77.795178 79.829085) (xy 77.795172 79.8291) (xy 77.738954 80.026687) + (xy 77.738953 80.026689) (xy 77.719999 80.231247) (xy 77.719999 80.231248) (xy 77.738953 80.435806) + (xy 77.738954 80.435808) (xy 77.795172 80.633395) (xy 77.795178 80.63341) (xy 77.886741 80.817292) + (xy 77.886746 80.8173) (xy 78.014002 80.985814) (xy 78.012712 80.986787) (xy 78.040001 81.042777) + (xy 78.031797 81.112163) (xy 77.987382 81.166099) (xy 77.920858 81.187461) (xy 77.917745 81.1875) + (xy 77.690759 81.1875) (xy 77.633314 81.196598) (xy 77.518424 81.214795) (xy 77.352486 81.26871) + (xy 77.352483 81.268711) (xy 77.197015 81.347928) (xy 77.055867 81.450477) (xy 77.055862 81.450481) + (xy 76.932481 81.573862) (xy 76.932477 81.573867) (xy 76.829928 81.715015) (xy 76.750711 81.870483) + (xy 76.75071 81.870486) (xy 76.696795 82.036424) (xy 76.689561 82.082101) (xy 76.6695 82.208759) + (xy 76.6695 82.383241) (xy 76.672155 82.400002) (xy 76.696795 82.555575) (xy 76.75071 82.721513) + (xy 76.750711 82.721516) (xy 76.829928 82.876984) (xy 76.932477 83.018132) (xy 76.932481 83.018137) + (xy 77.055862 83.141518) (xy 77.055867 83.141522) (xy 77.151028 83.21066) (xy 77.197019 83.244074) + (xy 77.287155 83.290001) (xy 77.352483 83.323288) (xy 77.352486 83.323289) (xy 77.435455 83.350246) + (xy 77.518426 83.377205) (xy 77.690759 83.4045) (xy 77.69076 83.4045) (xy 77.917745 83.4045) (xy 77.984784 83.424185) + (xy 78.030539 83.476989) (xy 78.040483 83.546147) (xy 78.013304 83.605659) (xy 78.014002 83.606186) + (xy 78.011629 83.609328) (xy 78.011458 83.609703) (xy 78.010713 83.610541) (xy 77.886746 83.774699) + (xy 77.886741 83.774707) (xy 77.795178 83.958589) (xy 77.795172 83.958604) (xy 77.738954 84.156191) + (xy 77.738953 84.156193) (xy 77.719999 84.360751) (xy 77.719999 84.360752) (xy 77.723681 84.400489) + (xy 77.710266 84.469059) (xy 77.687891 84.499611) (xy 76.221929 85.965574) (xy 74.89632 87.291183) + (xy 74.896317 87.291186) (xy 74.852779 87.334724) (xy 74.797184 87.390318) (xy 74.719302 87.506877) + (xy 74.719297 87.506886) (xy 74.697768 87.558864) (xy 74.697768 87.558865) (xy 74.665649 87.636405) + (xy 74.665647 87.636411) (xy 74.638299 87.773899) (xy 74.638299 87.920209) (xy 74.6383 87.92023) + (xy 74.6383 93.05591) (xy 74.638299 93.055936) (xy 74.638299 93.201242) (xy 74.665647 93.338729) + (xy 74.665649 93.338737) (xy 74.689859 93.397184) (xy 74.68986 93.397186) (xy 74.7193 93.468262) + (xy 74.797185 93.584824) (xy 74.797188 93.584828) (xy 74.900636 93.688276) (xy 74.900658 93.688296) + (xy 75.724619 94.512257) (xy 75.758104 94.57358) (xy 75.760466 94.610744) (xy 75.748884 94.743138) + (xy 75.748884 94.743143) (xy 75.767313 94.953791) (xy 75.767315 94.953802) (xy 75.822041 95.158044) + (xy 75.822043 95.158048) (xy 75.822044 95.158052) (xy 75.85786 95.23486) (xy 75.91141 95.349698) + (xy 75.911411 95.3497) (xy 76.0327 95.52292) (xy 76.182221 95.672441) (xy 76.223173 95.701116) (xy 76.355442 95.793731) + (xy 76.54709 95.883098) (xy 76.547096 95.883099) (xy 76.547097 95.8831) (xy 76.559794 95.886502) + (xy 76.751345 95.937828) (xy 76.901812 95.950992) (xy 76.961998 95.956258) (xy 76.962 95.956258) + (xy 76.962002 95.956258) (xy 77.014663 95.95165) (xy 77.172655 95.937828) (xy 77.344281 95.891841) + (xy 77.38214 95.881697) (xy 77.382868 95.884416) (xy 77.440642 95.880277) (xy 77.501969 95.913754) + (xy 77.535463 95.975073) (xy 77.5383 96.001447) (xy 77.5383 97.295978) (xy 77.518615 97.363017) + (xy 77.465811 97.408772) (xy 77.396653 97.418716) (xy 77.382294 97.41515) (xy 77.38214 97.415729) + (xy 77.17266 97.359599) (xy 77.172656 97.359598) (xy 77.172655 97.359598) (xy 77.172654 97.359597) + (xy 77.172649 97.359597) (xy 76.962002 97.341168) (xy 76.961998 97.341168) (xy 76.75135 97.359597) + (xy 76.751339 97.359599) (xy 76.547097 97.414325) (xy 76.547088 97.414329) (xy 76.355443 97.503694) + (xy 76.355441 97.503695) (xy 76.182221 97.624984) (xy 76.0327 97.774505) (xy 75.911411 97.947725) + (xy 75.91141 97.947727) (xy 75.822045 98.139372) (xy 75.822041 98.139381) (xy 75.767315 98.343623) + (xy 75.767313 98.343634) (xy 75.748884 98.554282) (xy 75.748884 98.554286) (xy 75.760466 98.686679) + (xy 75.746699 98.755179) (xy 75.724619 98.785167) (xy 75.46613 99.043657) (xy 75.23832 99.271467) + (xy 75.238317 99.27147) (xy 75.205591 99.304196) (xy 75.139184 99.370602) (xy 75.061302 99.487161) + (xy 75.061294 99.487176) (xy 75.050314 99.513683) (xy 75.050315 99.513684) (xy 75.007649 99.616688) + (xy 75.007647 99.616696) (xy 74.980299 99.754183) (xy 74.980299 99.900493) (xy 74.9803 99.900514) + (xy 74.9803 101.252203) (xy 74.960615 101.319242) (xy 74.907811 101.364997) (xy 74.838653 101.374941) + (xy 74.824207 101.371978) (xy 74.66861 101.330286) (xy 74.668599 101.330284) (xy 74.442002 101.31046) + (xy 74.441998 101.31046) (xy 74.2154 101.330284) (xy 74.215389 101.330286) (xy 73.995682 101.389156) + (xy 73.995673 101.38916) (xy 73.789516 101.485292) (xy 73.789512 101.485294) (xy 73.716526 101.536399) + (xy 73.716526 101.5364) (xy 74.395553 102.215426) (xy 74.389339 102.215426) (xy 74.287606 102.242685) + (xy 74.196394 102.295346) (xy 74.12192 102.36982) (xy 74.069259 102.461032) (xy 74.042 102.562765) + (xy 74.042 102.568978) (xy 73.362974 101.889952) (xy 73.362973 101.889952) (xy 73.311868 101.962938) + (xy 73.311866 101.962942) (xy 73.215734 102.169099) (xy 73.21573 102.169108) (xy 73.15686 102.388815) + (xy 73.156858 102.388826) (xy 73.137034 102.615423) (xy 73.137034 102.615428) (xy 73.156858 102.842025) + (xy 73.15686 102.842036) (xy 73.21573 103.061743) (xy 73.215735 103.061757) (xy 73.311863 103.267904) + (xy 73.362974 103.340898) (xy 74.042 102.661872) (xy 74.042 102.668087) (xy 74.069259 102.76982) + (xy 74.12192 102.861032) (xy 74.196394 102.935506) (xy 74.287606 102.988167) (xy 74.389339 103.015426) + (xy 74.395551 103.015426) (xy 73.716526 103.694451) (xy 73.789513 103.745558) (xy 73.789521 103.745562) + (xy 73.995668 103.84169) (xy 73.995682 103.841695) (xy 74.215389 103.900565) (xy 74.2154 103.900567) + (xy 74.441998 103.920392) (xy 74.442002 103.920392) (xy 74.668599 103.900567) (xy 74.668606 103.900566) + (xy 74.824206 103.858873) (xy 74.894056 103.860536) (xy 74.951919 103.899698) (xy 74.979423 103.963927) + (xy 74.9803 103.978648) (xy 74.9803 124.366777) (xy 74.960615 124.433816) (xy 74.907811 124.479571) + (xy 74.838653 124.489515) (xy 74.824207 124.486552) (xy 74.66861 124.44486) (xy 74.668599 124.444858) + (xy 74.442002 124.425034) (xy 74.441998 124.425034) (xy 74.2154 124.444858) (xy 74.215389 124.44486) + (xy 73.995682 124.50373) (xy 73.995673 124.503734) (xy 73.789516 124.599866) (xy 73.789512 124.599868) + (xy 73.716526 124.650973) (xy 73.716526 124.650974) (xy 74.395553 125.33) (xy 74.389339 125.33) + (xy 74.287606 125.357259) (xy 74.196394 125.40992) (xy 74.12192 125.484394) (xy 74.069259 125.575606) + (xy 74.042 125.677339) (xy 74.042 125.683552) (xy 73.362974 125.004526) (xy 73.362973 125.004526) + (xy 73.311868 125.077512) (xy 73.311866 125.077516) (xy 73.215734 125.283673) (xy 73.21573 125.283682) + (xy 73.15686 125.503389) (xy 73.156858 125.5034) (xy 73.137034 125.729997) (xy 73.137034 125.730002) + (xy 73.156858 125.956599) (xy 73.15686 125.95661) (xy 73.21573 126.176317) (xy 73.215735 126.176331) + (xy 73.311863 126.382478) (xy 73.362974 126.455472) (xy 74.042 125.776446) (xy 74.042 125.782661) + (xy 74.069259 125.884394) (xy 74.12192 125.975606) (xy 74.196394 126.05008) (xy 74.287606 126.102741) + (xy 74.389339 126.13) (xy 74.395551 126.13) (xy 73.716526 126.809025) (xy 73.789513 126.860132) + (xy 73.789521 126.860136) (xy 73.995668 126.956264) (xy 73.995682 126.956269) (xy 74.215389 127.015139) + (xy 74.2154 127.015141) (xy 74.441998 127.034966) (xy 74.442002 127.034966) (xy 74.668599 127.015141) + (xy 74.668606 127.01514) (xy 74.824206 126.973447) (xy 74.894056 126.97511) (xy 74.951919 127.014272) + (xy 74.979423 127.078501) (xy 74.9803 127.093222) (xy 74.9803 128.194768) (xy 74.980299 128.194794) + (xy 74.980299 128.3401) (xy 75.007647 128.477587) (xy 75.007649 128.477595) (xy 75.061297 128.607114) + (xy 75.061302 128.607123) (xy 75.139185 128.723682) (xy 75.139188 128.723686) (xy 75.242636 128.827134) + (xy 75.242658 128.827154) (xy 75.978619 129.563115) (xy 76.012104 129.624438) (xy 76.014466 129.661602) + (xy 76.002884 129.793996) (xy 76.002884 129.794001) (xy 76.021313 130.004649) (xy 76.021315 130.00466) + (xy 76.076041 130.208902) (xy 76.076043 130.208906) (xy 76.076044 130.20891) (xy 76.110219 130.282198) + (xy 76.16541 130.400556) (xy 76.165411 130.400558) (xy 76.2867 130.573778) (xy 76.436221 130.723299) + (xy 76.436224 130.723301) (xy 76.609442 130.844589) (xy 76.80109 130.933956) (xy 77.005345 130.988686) + (xy 77.155812 131.00185) (xy 77.215998 131.007116) (xy 77.216 131.007116) (xy 77.216002 131.007116) + (xy 77.268663 131.002508) (xy 77.426655 130.988686) (xy 77.63091 130.933956) (xy 77.822558 130.844589) + (xy 77.995776 130.723301) (xy 78.145301 130.573776) (xy 78.266589 130.400558) (xy 78.355956 130.20891) + (xy 78.410686 130.004655) (xy 78.429116 129.794) (xy 78.410686 129.583345) (xy 78.355956 129.37909) + (xy 78.266589 129.187442) (xy 78.145301 129.014224) (xy 78.145299 129.014221) (xy 77.995778 128.8647) + (xy 77.822558 128.743411) (xy 77.822556 128.74341) (xy 77.801071 128.733391) (xy 77.63091 128.654044) + (xy 77.630906 128.654043) (xy 77.630902 128.654041) (xy 77.42666 128.599315) (xy 77.426656 128.599314) + (xy 77.426655 128.599314) (xy 77.426654 128.599313) (xy 77.426649 128.599313) (xy 77.216002 128.580884) + (xy 77.215997 128.580884) (xy 77.083602 128.592466) (xy 77.015102 128.578699) (xy 76.985115 128.556619) + (xy 76.440019 128.011523) (xy 76.406534 127.9502) (xy 76.4037 127.923842) (xy 76.4037 127.102021) + (xy 76.423385 127.034982) (xy 76.476189 126.989227) (xy 76.545347 126.979283) (xy 76.559783 126.982243) + (xy 76.713913 127.023543) (xy 76.876832 127.037796) (xy 76.941998 127.043498) (xy 76.942 127.043498) + (xy 76.942002 127.043498) (xy 76.999021 127.038509) (xy 77.170087 127.023543) (xy 77.391243 126.964284) + (xy 77.598749 126.867523) (xy 77.7863 126.736198) (xy 77.948198 126.5743) (xy 78.004022 126.494574) + (xy 78.058598 126.450952) (xy 78.105596 126.4417) (xy 78.15577 126.4417) (xy 78.15579 126.441701) + (xy 78.161904 126.441701) (xy 78.302097 126.441701) (xy 78.302098 126.4417) (xy 78.439595 126.414351) + (xy 78.506231 126.386749) (xy 78.569117 126.360701) (xy 78.685683 126.282814) (xy 78.784814 126.183683) + (xy 78.784815 126.183681) (xy 78.791881 126.176615) (xy 78.791884 126.17661) (xy 79.55761 125.410883) + (xy 79.557624 125.410872) (xy 79.564681 125.403814) (xy 79.564683 125.403814) (xy 79.65459 125.313907) + (xy 79.715913 125.280422) (xy 79.785605 125.285406) (xy 79.813395 125.300014) (xy 79.861251 125.333523) + (xy 79.899344 125.351286) (xy 79.904345 125.353618) (xy 79.956784 125.399791) (xy 79.975936 125.466984) + (xy 79.95572 125.533865) (xy 79.904345 125.578382) (xy 79.861251 125.598476) (xy 79.748625 125.677339) + (xy 79.6737 125.729802) (xy 79.673698 125.729803) (xy 79.673695 125.729806) (xy 79.511806 125.891695) + (xy 79.511803 125.891698) (xy 79.511802 125.8917) (xy 79.45305 125.975606) (xy 79.380476 126.079252) + (xy 79.380475 126.079254) (xy 79.283718 126.28675) (xy 79.283714 126.286761) (xy 79.224457 126.50791) + (xy 79.224456 126.507918) (xy 79.204502 126.735998) (xy 79.204502 126.736001) (xy 79.224456 126.964081) + (xy 79.224457 126.964089) (xy 79.283714 127.185238) (xy 79.283718 127.185249) (xy 79.373578 127.377954) + (xy 79.380477 127.392749) (xy 79.511802 127.5803) (xy 79.6737 127.742198) (xy 79.824721 127.847944) + (xy 79.861251 127.873523) (xy 79.904345 127.893618) (xy 79.956784 127.939791) (xy 79.975936 128.006984) + (xy 79.95572 128.073865) (xy 79.904345 128.118382) (xy 79.861251 128.138476) (xy 79.780859 128.194768) + (xy 79.6737 128.269802) (xy 79.673698 128.269803) (xy 79.673695 128.269806) (xy 79.511806 128.431695) + (xy 79.511803 128.431698) (xy 79.511802 128.4317) (xy 79.479666 128.477595) (xy 79.380476 128.619252) + (xy 79.380475 128.619254) (xy 79.283718 128.82675) (xy 79.283714 128.826761) (xy 79.224457 129.04791) + (xy 79.224456 129.047918) (xy 79.204502 129.275998) (xy 79.204502 129.276001) (xy 79.224456 129.504081) + (xy 79.224457 129.504089) (xy 79.283714 129.725238) (xy 79.283718 129.725249) (xy 79.366232 129.9022) + (xy 79.380477 129.932749) (xy 79.511802 130.1203) (xy 79.6737 130.282198) (xy 79.800181 130.370761) + (xy 79.861251 130.413523) (xy 79.904345 130.433618) (xy 79.956784 130.479791) (xy 79.975936 130.546984) + (xy 79.95572 130.613865) (xy 79.904345 130.658382) (xy 79.861251 130.678476) (xy 79.767789 130.74392) + (xy 79.6737 130.809802) (xy 79.673698 130.809803) (xy 79.673695 130.809806) (xy 79.511806 130.971695) + (xy 79.511803 130.971698) (xy 79.511802 130.9717) (xy 79.458319 131.048081) (xy 79.380476 131.159252) + (xy 79.380475 131.159254) (xy 79.283718 131.36675) (xy 79.283714 131.366761) (xy 79.224457 131.58791) + (xy 79.224456 131.587918) (xy 79.204502 131.815998) (xy 79.204502 131.816001) (xy 79.224456 132.044081) + (xy 79.224457 132.044089) (xy 79.283714 132.265238) (xy 79.283718 132.265249) (xy 79.366231 132.442199) + (xy 79.380477 132.472749) (xy 79.511802 132.6603) (xy 79.511806 132.660304) (xy 79.673697 132.822196) + (xy 79.753423 132.87802) (xy 79.797048 132.932596) (xy 79.8063 132.979595) (xy 79.8063 141.385841) + (xy 79.786615 141.45288) (xy 79.769981 141.473522) (xy 77.192883 144.050619) (xy 77.13156 144.084104) + (xy 77.094395 144.086466) (xy 76.962002 144.074884) (xy 76.961998 144.074884) (xy 76.75135 144.093313) + (xy 76.751339 144.093315) (xy 76.547097 144.148041) (xy 76.547088 144.148045) (xy 76.355443 144.23741) + (xy 76.355441 144.237411) (xy 76.182221 144.3587) (xy 76.0327 144.508221) (xy 75.911411 144.681441) + (xy 75.91141 144.681443) (xy 75.822045 144.873088) (xy 75.822041 144.873097) (xy 75.767315 145.077339) + (xy 75.767313 145.07735) (xy 75.748884 145.287998) (xy 75.748884 145.288001) (xy 75.767313 145.498649) + (xy 75.767315 145.49866) (xy 75.822041 145.702902) (xy 75.822043 145.702906) (xy 75.822044 145.70291) + (xy 75.883778 145.835298) (xy 75.91141 145.894556) (xy 75.911411 145.894558) (xy 76.0327 146.067778) + (xy 76.182221 146.217299) (xy 76.182224 146.217301) (xy 76.355442 146.338589) (xy 76.54709 146.427956) + (xy 76.751345 146.482686) (xy 76.901812 146.49585) (xy 76.961998 146.501116) (xy 76.962 146.501116) + (xy 76.962002 146.501116) (xy 77.014663 146.496508) (xy 77.172655 146.482686) (xy 77.37691 146.427956) + (xy 77.568558 146.338589) (xy 77.741776 146.217301) (xy 77.891301 146.067776) (xy 78.012589 145.894558) + (xy 78.101956 145.70291) (xy 78.156686 145.498655) (xy 78.175116 145.288) (xy 78.163532 145.155601) + (xy 78.177298 145.087104) (xy 78.199376 145.057118) (xy 80.971679 142.284816) (xy 80.971683 142.284814) + (xy 81.070814 142.185683) (xy 81.148701 142.069117) (xy 81.185542 141.980173) (xy 81.186609 141.977597) + (xy 81.186638 141.977525) (xy 81.202349 141.939598) (xy 81.202351 141.939591) (xy 81.229701 141.802099) + (xy 81.229701 141.656794) (xy 81.2297 141.656768) (xy 81.2297 132.979595) (xy 81.249385 132.912556) + (xy 81.282577 132.87802) (xy 81.3623 132.822198) (xy 81.524198 132.6603) (xy 81.655523 132.472749) + (xy 81.752284 132.265243) (xy 81.811543 132.044087) (xy 81.831498 131.816) (xy 81.811543 131.587913) + (xy 81.752284 131.366757) (xy 81.655523 131.159251) (xy 81.524198 130.9717) (xy 81.3623 130.809802) + (xy 81.174749 130.678477) (xy 81.131655 130.658382) (xy 81.079215 130.61221) (xy 81.060063 130.545017) + (xy 81.080278 130.478136) (xy 81.131655 130.433618) (xy 81.134882 130.432112) (xy 81.174749 130.413523) + (xy 81.3623 130.282198) (xy 81.524198 130.1203) (xy 81.655523 129.932749) (xy 81.752284 129.725243) + (xy 81.811543 129.504087) (xy 81.831498 129.276) (xy 81.811543 129.047913) (xy 81.752284 128.826757) + (xy 81.750446 128.822816) (xy 81.711174 128.738595) (xy 81.655523 128.619251) (xy 81.524198 128.4317) + (xy 81.3623 128.269802) (xy 81.174749 128.138477) (xy 81.131655 128.118382) (xy 81.079215 128.07221) + (xy 81.060063 128.005017) (xy 81.080278 127.938136) (xy 81.131655 127.893618) (xy 81.134882 127.892112) + (xy 81.174749 127.873523) (xy 81.3623 127.742198) (xy 81.524198 127.5803) (xy 81.655523 127.392749) + (xy 81.752284 127.185243) (xy 81.811543 126.964087) (xy 81.830336 126.749287) (xy 81.831498 126.736001) + (xy 81.831498 126.735998) (xy 81.82375 126.647441) (xy 81.811543 126.507913) (xy 81.752284 126.286757) + (xy 81.750445 126.282814) (xy 81.700924 126.176615) (xy 81.655523 126.079251) (xy 81.524198 125.8917) + (xy 81.3623 125.729802) (xy 81.174749 125.598477) (xy 81.131655 125.578382) (xy 81.079215 125.53221) + (xy 81.060063 125.465017) (xy 81.080278 125.398136) (xy 81.131655 125.353618) (xy 81.134882 125.352112) + (xy 81.174749 125.333523) (xy 81.3623 125.202198) (xy 81.524198 125.0403) (xy 81.655523 124.852749) + (xy 81.752284 124.645243) (xy 81.811543 124.424087) (xy 81.831498 124.196) (xy 81.828462 124.161304) + (xy 81.821743 124.084498) (xy 81.811543 123.967913) (xy 81.752284 123.746757) (xy 81.655523 123.539251) + (xy 81.524198 123.3517) (xy 81.3623 123.189802) (xy 81.174749 123.058477) (xy 81.131655 123.038382) + (xy 81.079215 122.99221) (xy 81.060063 122.925017) (xy 81.080278 122.858136) (xy 81.131655 122.813618) + (xy 81.134882 122.812112) (xy 81.174749 122.793523) (xy 81.3623 122.662198) (xy 81.524198 122.5003) + (xy 81.655523 122.312749) (xy 81.752284 122.105243) (xy 81.811543 121.884087) (xy 81.830719 121.664905) + (xy 81.831498 121.656001) (xy 81.831498 121.655998) (xy 81.822224 121.55) (xy 81.811543 121.427913) + (xy 81.752284 121.206757) (xy 81.655523 120.999251) (xy 81.524198 120.8117) (xy 81.3623 120.649802) + (xy 81.174749 120.518477) (xy 81.131655 120.498382) (xy 81.079215 120.45221) (xy 81.060063 120.385017) + (xy 81.080278 120.318136) (xy 81.131655 120.273618) (xy 81.134882 120.272112) (xy 81.174749 120.253523) + (xy 81.3623 120.122198) (xy 81.524198 119.9603) (xy 81.655523 119.772749) (xy 81.752284 119.565243) + (xy 81.811543 119.344087) (xy 81.831498 119.116) (xy 81.831304 119.113787) (xy 81.816151 118.940588) + (xy 81.811543 118.887913) (xy 81.752284 118.666757) (xy 81.655523 118.459251) (xy 81.524198 118.2717) + (xy 81.3623 118.109802) (xy 81.174749 117.978477) (xy 81.131655 117.958382) (xy 81.079215 117.91221) + (xy 81.060063 117.845017) (xy 81.080278 117.778136) (xy 81.131655 117.733618) (xy 81.134882 117.732112) + (xy 81.174749 117.713523) (xy 81.3623 117.582198) (xy 81.524198 117.4203) (xy 81.655523 117.232749) + (xy 81.752284 117.025243) (xy 81.811543 116.804087) (xy 81.828647 116.608583) (xy 81.831498 116.576001) + (xy 81.831498 116.575998) (xy 81.814463 116.381293) (xy 81.811543 116.347913) (xy 81.752284 116.126757) + (xy 81.719147 116.055695) (xy 81.697387 116.00903) (xy 81.655523 115.919251) (xy 81.524198 115.7317) + (xy 81.3623 115.569802) (xy 81.354628 115.56443) (xy 81.311006 115.509853) (xy 81.303814 115.440355) + (xy 81.335338 115.378001) (xy 81.395568 115.342588) (xy 81.412489 115.33957) (xy 81.427201 115.337989) + (xy 81.564204 115.286889) (xy 81.681261 115.199261) (xy 81.768889 115.082204) (xy 81.819989 114.945201) + (xy 81.824267 114.905408) (xy 81.826499 114.884654) (xy 81.8265 114.884637) (xy 81.8265 113.187362) + (xy 81.826499 113.187345) (xy 81.822842 113.15334) (xy 81.819989 113.126799) (xy 81.815463 113.114665) + (xy 81.783812 113.029806) (xy 81.768889 112.989796) (xy 81.681261 112.872739) (xy 81.564204 112.785111) + (xy 81.427203 112.734011) (xy 81.366654 112.7275) (xy 81.366638 112.7275) (xy 79.999122 112.7275) + (xy 79.932083 112.707815) (xy 79.886328 112.655011) (xy 79.875122 112.6035) (xy 79.875122 110.558631) + (xy 79.894807 110.491592) (xy 79.947611 110.445837) (xy 80.016769 110.435893) (xy 80.051528 110.44625) + (xy 80.06875 110.454281) (xy 80.068752 110.454281) (xy 80.068757 110.454284) (xy 80.289913 110.513543) + (xy 80.452832 110.527796) (xy 80.517998 110.533498) (xy 80.518 110.533498) (xy 80.518002 110.533498) + (xy 80.575021 110.528509) (xy 80.746087 110.513543) (xy 80.967243 110.454284) (xy 81.174749 110.357523) + (xy 81.3623 110.226198) (xy 81.524198 110.0643) (xy 81.655523 109.876749) (xy 81.752284 109.669243) + (xy 81.811543 109.448087) (xy 81.831498 109.22) (xy 81.83064 109.210198) (xy 81.822032 109.1118) + (xy 81.811543 108.991913) (xy 81.752284 108.770757) (xy 81.655523 108.563251) (xy 81.524198 108.3757) + (xy 81.3623 108.213802) (xy 81.174749 108.082477) (xy 81.131655 108.062382) (xy 81.079215 108.01621) + (xy 81.060063 107.949017) (xy 81.080278 107.882136) (xy 81.131655 107.837618) (xy 81.134882 107.836112) + (xy 81.174749 107.817523) (xy 81.3623 107.686198) (xy 81.524198 107.5243) (xy 81.655523 107.336749) + (xy 81.752284 107.129243) (xy 81.811543 106.908087) (xy 81.831498 106.68) (xy 81.83064 106.670198) + (xy 81.822032 106.5718) (xy 81.811543 106.451913) (xy 81.752284 106.230757) (xy 81.655523 106.023251) + (xy 81.524198 105.8357) (xy 81.3623 105.673802) (xy 81.174749 105.542477) (xy 81.162171 105.536612) + (xy 81.131655 105.522382) (xy 81.079215 105.47621) (xy 81.060063 105.409017) (xy 81.080278 105.342136) + (xy 81.131655 105.297618) (xy 81.134882 105.296112) (xy 81.174749 105.277523) (xy 81.3623 105.146198) + (xy 81.524198 104.9843) (xy 81.655523 104.796749) (xy 81.752284 104.589243) (xy 81.811543 104.368087) + (xy 81.831498 104.14) (xy 81.83064 104.130198) (xy 81.822032 104.0318) (xy 81.811543 103.911913) + (xy 81.752284 103.690757) (xy 81.655523 103.483251) (xy 81.524198 103.2957) (xy 81.3623 103.133802) + (xy 81.174749 103.002477) (xy 81.131655 102.982382) (xy 81.079215 102.93621) (xy 81.060063 102.869017) + (xy 81.080278 102.802136) (xy 81.131655 102.757618) (xy 81.134882 102.756112) (xy 81.174749 102.737523) + (xy 81.3623 102.606198) (xy 81.524198 102.4443) (xy 81.655523 102.256749) (xy 81.752284 102.049243) + (xy 81.811543 101.828087) (xy 81.831498 101.6) (xy 81.83064 101.590198) (xy 81.822032 101.4918) + (xy 81.811543 101.371913) (xy 81.752284 101.150757) (xy 81.745782 101.136814) (xy 81.696261 101.030615) + (xy 81.655523 100.943251) (xy 81.524198 100.7557) (xy 81.3623 100.593802) (xy 81.174749 100.462477) + (xy 81.131655 100.442382) (xy 81.079215 100.39621) (xy 81.060063 100.329017) (xy 81.080278 100.262136) + (xy 81.131655 100.217618) (xy 81.134882 100.216112) (xy 81.174749 100.197523) (xy 81.3623 100.066198) + (xy 81.524198 99.9043) (xy 81.655523 99.716749) (xy 81.752284 99.509243) (xy 81.811543 99.288087) + (xy 81.831498 99.06) (xy 81.83064 99.050198) (xy 81.823554 98.969195) (xy 81.811543 98.831913) (xy 81.752284 98.610757) + (xy 81.741014 98.586589) (xy 81.684456 98.465299) (xy 81.655523 98.403251) (xy 81.524198 98.2157) + (xy 81.3623 98.053802) (xy 81.174749 97.922477) (xy 81.131655 97.902382) (xy 81.079215 97.85621) + (xy 81.060063 97.789017) (xy 81.080278 97.722136) (xy 81.131655 97.677618) (xy 81.138155 97.674587) + (xy 81.174749 97.657523) (xy 81.3623 97.526198) (xy 81.524198 97.3643) (xy 81.655523 97.176749) + (xy 81.752284 96.969243) (xy 81.811543 96.748087) (xy 81.828647 96.552583) (xy 81.831498 96.520001) + (xy 81.831498 96.519998) (xy 81.823239 96.425603) (xy 81.811543 96.291913) (xy 81.752284 96.070757) + (xy 81.752077 96.070314) (xy 81.700115 95.95888) (xy 81.655523 95.863251) (xy 81.524198 95.6757) + (xy 81.3623 95.513802) (xy 81.174749 95.382477) (xy 81.131655 95.362382) (xy 81.079215 95.31621) + (xy 81.060063 95.249017) (xy 81.080278 95.182136) (xy 81.131655 95.137618) (xy 81.134882 95.136112) + (xy 81.174749 95.117523) (xy 81.3623 94.986198) (xy 81.524198 94.8243) (xy 81.655523 94.636749) + (xy 81.752284 94.429243) (xy 81.811543 94.208087) (xy 81.831498 93.98) (xy 81.830042 93.963363) + (xy 81.825111 93.907) (xy 81.811543 93.751913) (xy 81.752284 93.530757) (xy 81.750924 93.527841) + (xy 81.682579 93.381273) (xy 81.655523 93.323251) (xy 81.524198 93.1357) (xy 81.3623 92.973802) + (xy 81.354628 92.96843) (xy 81.311006 92.913853) (xy 81.303814 92.844355) (xy 81.335338 92.782001) + (xy 81.395568 92.746588) (xy 81.412489 92.74357) (xy 81.427201 92.741989) (xy 81.564204 92.690889) + (xy 81.681261 92.603261) (xy 81.768889 92.486204) (xy 81.819989 92.349201) (xy 81.825112 92.301553) + (xy 81.826499 92.288654) (xy 81.8265 92.288637) (xy 81.8265 90.591362) (xy 81.826499 90.591345) + (xy 81.823157 90.56027) (xy 81.819989 90.530799) (xy 81.81737 90.523778) (xy 81.797522 90.470564) + (xy 81.768889 90.393796) (xy 81.681261 90.276739) (xy 81.564204 90.189111) (xy 81.427203 90.138011) + (xy 81.366654 90.1315) (xy 81.366638 90.1315) (xy 79.999122 90.1315) (xy 79.932083 90.111815) (xy 79.886328 90.059011) + (xy 79.875122 90.0075) (xy 79.875122 89.546156) (xy 79.894807 89.479117) (xy 79.911437 89.458479) + (xy 80.341411 89.028504) (xy 80.341419 89.028498) (xy 80.348479 89.021437) (xy 80.348483 89.021436) + (xy 80.447614 88.922305) (xy 80.525501 88.805739) (xy 80.545263 88.75803) (xy 80.557576 88.728304) + (xy 80.557576 88.728303) (xy 80.569168 88.700317) (xy 80.579151 88.676217) (xy 80.606501 88.538718) + (xy 80.606501 88.398526) (xy 80.606501 88.393416) (xy 80.6065 88.39339) (xy 80.6065 86.85) (xy 98.899505 86.85) + (xy 98.952239 87.035349) (xy 99.051368 87.234425) (xy 99.185391 87.4119) (xy 99.349738 87.561721) + (xy 99.53882 87.678797) (xy 99.538822 87.678798) (xy 99.746195 87.759135) (xy 99.826 87.774052) + (xy 99.826 86.85) (xy 98.899505 86.85) (xy 80.6065 86.85) (xy 80.6065 86.646078) (xy 99.726 86.646078) + (xy 99.749852 86.735095) (xy 99.79593 86.814905) (xy 99.861095 86.88007) (xy 99.940905 86.926148) + (xy 100.029922 86.95) (xy 100.122078 86.95) (xy 100.211095 86.926148) (xy 100.290905 86.88007) (xy 100.320975 86.85) + (xy 100.326 86.85) (xy 100.326 87.774052) (xy 100.405804 87.759135) (xy 100.613177 87.678798) (xy 100.613179 87.678797) + (xy 100.802261 87.561721) (xy 100.966608 87.4119) (xy 101.100631 87.234425) (xy 101.19976 87.035349) + (xy 101.252495 86.85) (xy 100.326 86.85) (xy 100.320975 86.85) (xy 100.35607 86.814905) (xy 100.402148 86.735095) + (xy 100.426 86.646078) (xy 100.426 86.600001) (xy 103.942884 86.600001) (xy 103.961313 86.810649) + (xy 103.961315 86.81066) (xy 104.016041 87.014902) (xy 104.016043 87.014906) (xy 104.016044 87.01491) + (xy 104.063002 87.115611) (xy 104.10541 87.206556) (xy 104.105411 87.206558) (xy 104.2267 87.379778) + (xy 104.376221 87.529299) (xy 104.376224 87.529301) (xy 104.549442 87.650589) (xy 104.74109 87.739956) + (xy 104.945345 87.794686) (xy 105.095812 87.80785) (xy 105.155998 87.813116) (xy 105.156 87.813116) + (xy 105.156002 87.813116) (xy 105.208663 87.808508) (xy 105.366655 87.794686) (xy 105.57091 87.739956) + (xy 105.762558 87.650589) (xy 105.935776 87.529301) (xy 106.085301 87.379776) (xy 106.206589 87.206558) + (xy 106.295956 87.01491) (xy 106.350686 86.810655) (xy 106.369116 86.6) (xy 106.350686 86.389345) + (xy 106.295956 86.18509) (xy 106.206589 85.993442) (xy 106.085301 85.820224) (xy 106.085299 85.820221) + (xy 105.935778 85.6707) (xy 105.762558 85.549411) (xy 105.762556 85.54941) (xy 105.741071 85.539391) + (xy 105.57091 85.460044) (xy 105.570906 85.460043) (xy 105.570902 85.460041) (xy 105.36666 85.405315) + (xy 105.366656 85.405314) (xy 105.366655 85.405314) (xy 105.366654 85.405313) (xy 105.366649 85.405313) + (xy 105.156002 85.386884) (xy 105.155998 85.386884) (xy 104.94535 85.405313) (xy 104.945339 85.405315) + (xy 104.741097 85.460041) (xy 104.741088 85.460045) (xy 104.549443 85.54941) (xy 104.549441 85.549411) + (xy 104.376221 85.6707) (xy 104.2267 85.820221) (xy 104.105411 85.993441) (xy 104.10541 85.993443) + (xy 104.016045 86.185088) (xy 104.016041 86.185097) (xy 103.961315 86.389339) (xy 103.961313 86.38935) + (xy 103.942884 86.599998) (xy 103.942884 86.600001) (xy 100.426 86.600001) (xy 100.426 86.553922) + (xy 100.402148 86.464905) (xy 100.35607 86.385095) (xy 100.290905 86.31993) (xy 100.211095 86.273852) + (xy 100.122078 86.25) (xy 100.029922 86.25) (xy 99.940905 86.273852) (xy 99.861095 86.31993) (xy 99.79593 86.385095) + (xy 99.749852 86.464905) (xy 99.726 86.553922) (xy 99.726 86.646078) (xy 80.6065 86.646078) (xy 80.6065 86.438537) + (xy 80.626185 86.371498) (xy 80.650995 86.35) (xy 98.899505 86.35) (xy 99.826 86.35) (xy 99.826 85.425946) + (xy 100.326 85.425946) (xy 100.326 86.35) (xy 101.252495 86.35) (xy 101.19976 86.16465) (xy 101.100631 85.965574) + (xy 100.966608 85.788099) (xy 100.802261 85.638278) (xy 100.613179 85.521202) (xy 100.613177 85.521201) + (xy 100.405799 85.440864) (xy 100.326 85.425946) (xy 99.826 85.425946) (xy 99.7462 85.440864) (xy 99.538822 85.521201) + (xy 99.53882 85.521202) (xy 99.349738 85.638278) (xy 99.185391 85.788099) (xy 99.051368 85.965574) + (xy 98.952239 86.16465) (xy 98.899505 86.35) (xy 80.650995 86.35) (xy 80.678989 86.325743) (xy 80.748147 86.315799) + (xy 80.753248 86.316642) (xy 80.795282 86.3245) (xy 80.795283 86.3245) (xy 81.000716 86.3245) (xy 81.000718 86.3245) + (xy 81.202655 86.286751) (xy 81.394218 86.21254) (xy 81.568882 86.104392) (xy 81.720701 85.965991) + (xy 81.844503 85.80205) (xy 81.936074 85.618152) (xy 81.992294 85.420559) (xy 82.007298 85.258631) + (xy 82.033084 85.193696) (xy 82.089884 85.153008) (xy 82.159665 85.149488) (xy 82.214307 85.178437) + (xy 82.278658 85.237099) (xy 82.29187 85.249144) (xy 82.466534 85.357292) (xy 82.658097 85.431503) + (xy 82.860034 85.469252) (xy 82.860036 85.469252) (xy 83.065468 85.469252) (xy 83.06547 85.469252) + (xy 83.267407 85.431503) (xy 83.45897 85.357292) (xy 83.633634 85.249144) (xy 83.785453 85.110743) + (xy 83.909255 84.946802) (xy 84.000826 84.762904) (xy 84.057046 84.565311) (xy 84.076001 84.360752) + (xy 84.074957 84.34949) (xy 84.057046 84.156193) (xy 84.057045 84.156191) (xy 84.052426 84.139958) + (xy 84.000826 83.9586) (xy 83.911782 83.779776) (xy 83.909258 83.774707) (xy 83.909253 83.774699) + (xy 83.781998 83.606186) (xy 83.783287 83.605212) (xy 83.755999 83.549223) (xy 83.764203 83.479837) + (xy 83.808618 83.425901) (xy 83.875142 83.404539) (xy 83.878255 83.4045) (xy 83.920716 83.4045) + (xy 83.920718 83.4045) (xy 84.122655 83.366751) (xy 84.314218 83.29254) (xy 84.488882 83.184392) + (xy 84.640701 83.045991) (xy 84.675431 83.000001) (xy 88.546884 83.000001) (xy 88.565313 83.210649) + (xy 88.565315 83.21066) (xy 88.620041 83.414902) (xy 88.620043 83.414906) (xy 88.620044 83.41491) + (xy 88.65032 83.479837) (xy 88.70941 83.606556) (xy 88.709411 83.606558) (xy 88.8307 83.779778) + (xy 88.980221 83.929299) (xy 88.980224 83.929301) (xy 89.153442 84.050589) (xy 89.34509 84.139956) + (xy 89.345096 84.139957) (xy 89.345097 84.139958) (xy 89.364847 84.14525) (xy 89.549345 84.194686) + (xy 89.699812 84.20785) (xy 89.759998 84.213116) (xy 89.76 84.213116) (xy 89.760002 84.213116) (xy 89.812663 84.208508) + (xy 89.970655 84.194686) (xy 90.17491 84.139956) (xy 90.366558 84.050589) (xy 90.539776 83.929301) + (xy 90.689301 83.779776) (xy 90.810589 83.606558) (xy 90.899956 83.41491) (xy 90.954686 83.210655) + (xy 90.973116 83.000001) (xy 93.626884 83.000001) (xy 93.645313 83.210649) (xy 93.645315 83.21066) + (xy 93.700041 83.414902) (xy 93.700043 83.414906) (xy 93.700044 83.41491) (xy 93.73032 83.479837) + (xy 93.78941 83.606556) (xy 93.789411 83.606558) (xy 93.9107 83.779778) (xy 94.060221 83.929299) + (xy 94.060224 83.929301) (xy 94.233442 84.050589) (xy 94.42509 84.139956) (xy 94.425096 84.139957) + (xy 94.425097 84.139958) (xy 94.444847 84.14525) (xy 94.629345 84.194686) (xy 94.779812 84.20785) + (xy 94.839998 84.213116) (xy 94.84 84.213116) (xy 94.840002 84.213116) (xy 94.892663 84.208508) + (xy 95.050655 84.194686) (xy 95.25491 84.139956) (xy 95.446558 84.050589) (xy 95.619776 83.929301) + (xy 95.769301 83.779776) (xy 95.890589 83.606558) (xy 95.979956 83.41491) (xy 96.034686 83.210655) + (xy 96.053116 83.000001) (xy 98.646884 83.000001) (xy 98.665313 83.210649) (xy 98.665315 83.21066) + (xy 98.720041 83.414902) (xy 98.720043 83.414906) (xy 98.720044 83.41491) (xy 98.75032 83.479837) + (xy 98.80941 83.606556) (xy 98.809411 83.606558) (xy 98.9307 83.779778) (xy 99.080221 83.929299) + (xy 99.080224 83.929301) (xy 99.253442 84.050589) (xy 99.44509 84.139956) (xy 99.445096 84.139957) + (xy 99.445097 84.139958) (xy 99.464847 84.14525) (xy 99.649345 84.194686) (xy 99.799812 84.20785) + (xy 99.859998 84.213116) (xy 99.86 84.213116) (xy 99.860002 84.213116) (xy 99.912663 84.208508) + (xy 100.070655 84.194686) (xy 100.27491 84.139956) (xy 100.466558 84.050589) (xy 100.639776 83.929301) + (xy 100.789301 83.779776) (xy 100.910589 83.606558) (xy 100.999956 83.41491) (xy 101.054686 83.210655) + (xy 101.073116 83.000001) (xy 103.726884 83.000001) (xy 103.745313 83.210649) (xy 103.745315 83.21066) + (xy 103.800041 83.414902) (xy 103.800043 83.414906) (xy 103.800044 83.41491) (xy 103.83032 83.479837) + (xy 103.88941 83.606556) (xy 103.889411 83.606558) (xy 104.0107 83.779778) (xy 104.160221 83.929299) + (xy 104.160224 83.929301) (xy 104.333442 84.050589) (xy 104.52509 84.139956) (xy 104.525096 84.139957) + (xy 104.525097 84.139958) (xy 104.544847 84.14525) (xy 104.729345 84.194686) (xy 104.879812 84.20785) + (xy 104.939998 84.213116) (xy 104.94 84.213116) (xy 104.940002 84.213116) (xy 104.992663 84.208508) + (xy 105.150655 84.194686) (xy 105.35491 84.139956) (xy 105.546558 84.050589) (xy 105.719776 83.929301) + (xy 105.869301 83.779776) (xy 105.990589 83.606558) (xy 106.079956 83.41491) (xy 106.134686 83.210655) + (xy 106.153116 83) (xy 106.152688 82.995113) (xy 106.139926 82.849243) (xy 106.134686 82.789345) + (xy 106.079956 82.58509) (xy 105.990589 82.393442) (xy 105.869301 82.220224) (xy 105.869299 82.220221) + (xy 105.719778 82.0707) (xy 105.678791 82.042001) (xy 107.478807 82.042001) (xy 107.497541 82.256136) + (xy 107.497542 82.256144) (xy 107.553176 82.463772) (xy 107.553177 82.463774) (xy 107.553178 82.463777) + (xy 107.629103 82.626599) (xy 107.644024 82.658597) (xy 107.644026 82.658601) (xy 107.767319 82.834682) + (xy 107.919317 82.98668) (xy 108.095398 83.109973) (xy 108.0954 83.109974) (xy 108.095403 83.109976) + (xy 108.290223 83.200822) (xy 108.497858 83.256458) (xy 108.650816 83.26984) (xy 108.711998 83.275193) + (xy 108.712 83.275193) (xy 108.712002 83.275193) (xy 108.765535 83.270509) (xy 108.926142 83.256458) + (xy 109.133777 83.200822) (xy 109.328597 83.109976) (xy 109.504681 82.986681) (xy 109.656681 82.834681) + (xy 109.779976 82.658597) (xy 109.870822 82.463777) (xy 109.926458 82.256142) (xy 109.945193 82.042) + (xy 109.941518 82) (xy 109.93721 81.950757) (xy 109.926458 81.827858) (xy 109.870822 81.620223) + (xy 109.779976 81.425404) (xy 109.656681 81.249319) (xy 109.656679 81.249316) (xy 109.504682 81.097319) + (xy 109.328601 80.974026) (xy 109.328597 80.974024) (xy 109.328595 80.974023) (xy 109.136356 80.884381) + (xy 109.083919 80.83821) (xy 109.064767 80.771016) (xy 109.084983 80.704135) (xy 109.136356 80.659618) + (xy 109.328597 80.569976) (xy 109.504681 80.446681) (xy 109.656681 80.294681) (xy 109.779976 80.118597) + (xy 109.870822 79.923777) (xy 109.926458 79.716142) (xy 109.945193 79.502) (xy 109.926458 79.287858) + (xy 109.870822 79.080223) (xy 109.779976 78.885404) (xy 109.685691 78.75075) (xy 109.656679 78.709316) + (xy 109.504682 78.557319) (xy 109.328601 78.434026) (xy 109.328597 78.434024) (xy 109.328595 78.434023) + (xy 109.136356 78.344381) (xy 109.083919 78.29821) (xy 109.064767 78.231016) (xy 109.084983 78.164135) + (xy 109.136356 78.119618) (xy 109.328597 78.029976) (xy 109.504681 77.906681) (xy 109.656681 77.754681) + (xy 109.779976 77.578597) (xy 109.870822 77.383777) (xy 109.926458 77.176142) (xy 109.945193 76.962) + (xy 109.943644 76.9443) (xy 109.938551 76.886081) (xy 109.926458 76.747858) (xy 109.870822 76.540223) + (xy 109.779976 76.345404) (xy 109.656681 76.169319) (xy 109.656679 76.169316) (xy 109.504682 76.017319) + (xy 109.328601 75.894026) (xy 109.328597 75.894024) (xy 109.296631 75.879118) (xy 109.133777 75.803178) + (xy 109.133774 75.803177) (xy 109.133772 75.803176) (xy 108.926144 75.747542) (xy 108.926136 75.747541) + (xy 108.712002 75.728807) (xy 108.711998 75.728807) (xy 108.497863 75.747541) (xy 108.497855 75.747542) + (xy 108.290227 75.803176) (xy 108.290221 75.803179) (xy 108.095405 75.894023) (xy 108.095403 75.894024) + (xy 107.919316 76.01732) (xy 107.76732 76.169316) (xy 107.644024 76.345403) (xy 107.644023 76.345405) + (xy 107.553179 76.540221) (xy 107.553176 76.540227) (xy 107.497542 76.747855) (xy 107.497541 76.747863) + (xy 107.478807 76.961998) (xy 107.478807 76.962001) (xy 107.497541 77.176136) (xy 107.497542 77.176144) + (xy 107.553176 77.383772) (xy 107.553177 77.383774) (xy 107.553178 77.383777) (xy 107.570885 77.421749) + (xy 107.644024 77.578597) (xy 107.644026 77.578601) (xy 107.767319 77.754682) (xy 107.919317 77.90668) + (xy 108.095398 78.029973) (xy 108.0954 78.029974) (xy 108.095403 78.029976) (xy 108.241075 78.097904) + (xy 108.287641 78.119618) (xy 108.34008 78.16579) (xy 108.359232 78.232984) (xy 108.339016 78.299865) + (xy 108.287641 78.344382) (xy 108.095405 78.434023) (xy 108.095403 78.434024) (xy 107.919316 78.55732) + (xy 107.76732 78.709316) (xy 107.644024 78.885403) (xy 107.644023 78.885405) (xy 107.553179 79.080221) + (xy 107.553176 79.080227) (xy 107.497542 79.287855) (xy 107.497541 79.287863) (xy 107.478807 79.501998) + (xy 107.478807 79.502) (xy 107.497541 79.716136) (xy 107.497542 79.716144) (xy 107.553176 79.923772) + (xy 107.553177 79.923774) (xy 107.553178 79.923777) (xy 107.638738 80.107261) (xy 107.644024 80.118597) + (xy 107.644026 80.118601) (xy 107.767319 80.294682) (xy 107.919317 80.44668) (xy 108.095398 80.569973) + (xy 108.0954 80.569974) (xy 108.095403 80.569976) (xy 108.231438 80.63341) (xy 108.287641 80.659618) + (xy 108.34008 80.70579) (xy 108.359232 80.772984) (xy 108.339016 80.839865) (xy 108.287641 80.884382) + (xy 108.095405 80.974023) (xy 108.095403 80.974024) (xy 107.919316 81.09732) (xy 107.76732 81.249316) + (xy 107.644024 81.425403) (xy 107.644023 81.425405) (xy 107.553179 81.620221) (xy 107.553176 81.620227) + (xy 107.497542 81.827855) (xy 107.497541 81.827863) (xy 107.478807 82.041998) (xy 107.478807 82.042001) + (xy 105.678791 82.042001) (xy 105.546558 81.949411) (xy 105.546556 81.94941) (xy 105.427411 81.893852) + (xy 105.35491 81.860044) (xy 105.354906 81.860043) (xy 105.354902 81.860041) (xy 105.15066 81.805315) + (xy 105.150656 81.805314) (xy 105.150655 81.805314) (xy 105.150654 81.805313) (xy 105.150649 81.805313) + (xy 104.940002 81.786884) (xy 104.939998 81.786884) (xy 104.72935 81.805313) (xy 104.729339 81.805315) + (xy 104.525097 81.860041) (xy 104.525088 81.860045) (xy 104.333443 81.94941) (xy 104.333441 81.949411) + (xy 104.160221 82.0707) (xy 104.0107 82.220221) (xy 103.889411 82.393441) (xy 103.88941 82.393443) + (xy 103.800045 82.585088) (xy 103.800041 82.585097) (xy 103.745315 82.789339) (xy 103.745313 82.78935) + (xy 103.726884 82.999998) (xy 103.726884 83.000001) (xy 101.073116 83.000001) (xy 101.073116 83) + (xy 101.072688 82.995113) (xy 101.059926 82.849243) (xy 101.054686 82.789345) (xy 100.999956 82.58509) + (xy 100.910589 82.393442) (xy 100.789301 82.220224) (xy 100.789299 82.220221) (xy 100.639778 82.0707) + (xy 100.466558 81.949411) (xy 100.466556 81.94941) (xy 100.347411 81.893852) (xy 100.27491 81.860044) + (xy 100.274906 81.860043) (xy 100.274902 81.860041) (xy 100.07066 81.805315) (xy 100.070656 81.805314) + (xy 100.070655 81.805314) (xy 100.070654 81.805313) (xy 100.070649 81.805313) (xy 99.860002 81.786884) + (xy 99.859998 81.786884) (xy 99.64935 81.805313) (xy 99.649339 81.805315) (xy 99.445097 81.860041) + (xy 99.445088 81.860045) (xy 99.253443 81.94941) (xy 99.253441 81.949411) (xy 99.080221 82.0707) + (xy 98.9307 82.220221) (xy 98.809411 82.393441) (xy 98.80941 82.393443) (xy 98.720045 82.585088) + (xy 98.720041 82.585097) (xy 98.665315 82.789339) (xy 98.665313 82.78935) (xy 98.646884 82.999998) + (xy 98.646884 83.000001) (xy 96.053116 83.000001) (xy 96.053116 83) (xy 96.052688 82.995113) (xy 96.039926 82.849243) + (xy 96.034686 82.789345) (xy 95.979956 82.58509) (xy 95.890589 82.393442) (xy 95.769301 82.220224) + (xy 95.769299 82.220221) (xy 95.619778 82.0707) (xy 95.446558 81.949411) (xy 95.446556 81.94941) + (xy 95.327411 81.893852) (xy 95.25491 81.860044) (xy 95.254906 81.860043) (xy 95.254902 81.860041) + (xy 95.05066 81.805315) (xy 95.050656 81.805314) (xy 95.050655 81.805314) (xy 95.050654 81.805313) + (xy 95.050649 81.805313) (xy 94.840002 81.786884) (xy 94.839998 81.786884) (xy 94.62935 81.805313) + (xy 94.629339 81.805315) (xy 94.425097 81.860041) (xy 94.425088 81.860045) (xy 94.233443 81.94941) + (xy 94.233441 81.949411) (xy 94.060221 82.0707) (xy 93.9107 82.220221) (xy 93.789411 82.393441) + (xy 93.78941 82.393443) (xy 93.700045 82.585088) (xy 93.700041 82.585097) (xy 93.645315 82.789339) + (xy 93.645313 82.78935) (xy 93.626884 82.999998) (xy 93.626884 83.000001) (xy 90.973116 83.000001) + (xy 90.973116 83) (xy 90.972688 82.995113) (xy 90.959926 82.849243) (xy 90.954686 82.789345) (xy 90.899956 82.58509) + (xy 90.810589 82.393442) (xy 90.689301 82.220224) (xy 90.689299 82.220221) (xy 90.539778 82.0707) + (xy 90.366558 81.949411) (xy 90.366556 81.94941) (xy 90.247411 81.893852) (xy 90.17491 81.860044) + (xy 90.174906 81.860043) (xy 90.174902 81.860041) (xy 89.97066 81.805315) (xy 89.970656 81.805314) + (xy 89.970655 81.805314) (xy 89.970654 81.805313) (xy 89.970649 81.805313) (xy 89.760002 81.786884) + (xy 89.759998 81.786884) (xy 89.54935 81.805313) (xy 89.549339 81.805315) (xy 89.345097 81.860041) + (xy 89.345088 81.860045) (xy 89.153443 81.94941) (xy 89.153441 81.949411) (xy 88.980221 82.0707) + (xy 88.8307 82.220221) (xy 88.709411 82.393441) (xy 88.70941 82.393443) (xy 88.620045 82.585088) + (xy 88.620041 82.585097) (xy 88.565315 82.789339) (xy 88.565313 82.78935) (xy 88.546884 82.999998) + (xy 88.546884 83.000001) (xy 84.675431 83.000001) (xy 84.764503 82.88205) (xy 84.856074 82.698152) + (xy 84.912294 82.500559) (xy 84.931249 82.296) (xy 84.912294 82.091441) (xy 84.856074 81.893848) + (xy 84.856069 81.893837) (xy 84.764506 81.709955) (xy 84.764501 81.709947) (xy 84.640699 81.546006) + (xy 84.490281 81.408883) (xy 84.488882 81.407608) (xy 84.348964 81.320974) (xy 84.31422 81.299461) + (xy 84.314218 81.29946) (xy 84.122655 81.225249) (xy 83.920718 81.1875) (xy 83.878255 81.1875) (xy 83.811216 81.167815) + (xy 83.765461 81.115011) (xy 83.755517 81.045853) (xy 83.782695 80.98634) (xy 83.781998 80.985814) + (xy 83.78437 80.982671) (xy 83.784542 80.982297) (xy 83.785286 80.981458) (xy 83.785447 80.981243) + (xy 83.785453 80.981239) (xy 83.909255 80.817298) (xy 84.000826 80.6334) (xy 84.057046 80.435807) + (xy 84.076001 80.231248) (xy 84.071231 80.179776) (xy 84.059081 80.048654) (xy 86.0715 80.048654) + (xy 86.078011 80.109202) (xy 86.078011 80.109204) (xy 86.114189 80.206198) (xy 86.129111 80.246204) + (xy 86.216739 80.363261) (xy 86.333796 80.450889) (xy 86.470799 80.501989) (xy 86.49805 80.504918) + (xy 86.531345 80.508499) (xy 86.531362 80.5085) (xy 88.228638 80.5085) (xy 88.228654 80.508499) + (xy 88.255692 80.505591) (xy 88.289201 80.501989) (xy 88.426204 80.450889) (xy 88.543261 80.363261) + (xy 88.630889 80.246204) (xy 88.681989 80.109201) (xy 88.685591 80.075692) (xy 88.688499 80.048654) + (xy 88.6885 80.048637) (xy 88.6885 79.200001) (xy 93.686502 79.200001) (xy 93.706456 79.428081) + (xy 93.706457 79.428089) (xy 93.765714 79.649238) (xy 93.765718 79.649249) (xy 93.860823 79.853202) + (xy 93.862477 79.856749) (xy 93.993802 80.0443) (xy 94.1557 80.206198) (xy 94.343251 80.337523) + (xy 94.468091 80.395736) (xy 94.55075 80.434281) (xy 94.550752 80.434281) (xy 94.550757 80.434284) + (xy 94.771913 80.493543) (xy 94.934832 80.507796) (xy 94.999998 80.513498) (xy 95 80.513498) (xy 95.000002 80.513498) + (xy 95.057139 80.508499) (xy 95.228087 80.493543) (xy 95.449243 80.434284) (xy 95.656749 80.337523) + (xy 95.8443 80.206198) (xy 96.006198 80.0443) (xy 96.137523 79.856749) (xy 96.234284 79.649243) + (xy 96.293543 79.428087) (xy 96.296 79.400001) (xy 98.646884 79.400001) (xy 98.665313 79.610649) + (xy 98.665315 79.61066) (xy 98.720041 79.814902) (xy 98.720043 79.814906) (xy 98.720044 79.81491) + (xy 98.756966 79.894089) (xy 98.80941 80.006556) (xy 98.809411 80.006558) (xy 98.9307 80.179778) + (xy 99.080221 80.329299) (xy 99.080224 80.329301) (xy 99.253442 80.450589) (xy 99.44509 80.539956) + (xy 99.445096 80.539957) (xy 99.445097 80.539958) (xy 99.494255 80.553129) (xy 99.649345 80.594686) + (xy 99.799812 80.60785) (xy 99.859998 80.613116) (xy 99.86 80.613116) (xy 99.860002 80.613116) (xy 99.912663 80.608508) + (xy 100.070655 80.594686) (xy 100.27491 80.539956) (xy 100.466558 80.450589) (xy 100.639776 80.329301) + (xy 100.789301 80.179776) (xy 100.910589 80.006558) (xy 100.999956 79.81491) (xy 101.054686 79.610655) + (xy 101.073116 79.400001) (xy 103.726884 79.400001) (xy 103.745313 79.610649) (xy 103.745315 79.61066) + (xy 103.800041 79.814902) (xy 103.800043 79.814906) (xy 103.800044 79.81491) (xy 103.836966 79.894089) + (xy 103.88941 80.006556) (xy 103.889411 80.006558) (xy 104.0107 80.179778) (xy 104.160221 80.329299) + (xy 104.160224 80.329301) (xy 104.333442 80.450589) (xy 104.52509 80.539956) (xy 104.525096 80.539957) + (xy 104.525097 80.539958) (xy 104.574255 80.553129) (xy 104.729345 80.594686) (xy 104.879812 80.60785) + (xy 104.939998 80.613116) (xy 104.94 80.613116) (xy 104.940002 80.613116) (xy 104.992663 80.608508) + (xy 105.150655 80.594686) (xy 105.35491 80.539956) (xy 105.546558 80.450589) (xy 105.719776 80.329301) + (xy 105.869301 80.179776) (xy 105.990589 80.006558) (xy 106.079956 79.81491) (xy 106.134686 79.610655) + (xy 106.153116 79.4) (xy 106.141532 79.267601) (xy 106.155298 79.199104) (xy 106.177376 79.169118) + (xy 106.625679 78.720816) (xy 106.625683 78.720814) (xy 106.724814 78.621683) (xy 106.802701 78.505117) + (xy 106.807745 78.492941) (xy 106.848316 78.394992) (xy 106.848355 78.394898) (xy 106.856351 78.375595) + (xy 106.883701 78.238096) (xy 106.883701 78.097904) (xy 106.883701 78.092794) (xy 106.8837 78.092768) + (xy 106.8837 74.061595) (xy 106.903385 73.994556) (xy 106.936577 73.96002) (xy 107.0163 73.904198) + (xy 107.178198 73.7423) (xy 107.309523 73.554749) (xy 107.406284 73.347243) (xy 107.465543 73.126087) + (xy 107.485498 72.898) (xy 107.48487 72.890826) (xy 107.478669 72.819942) (xy 107.465543 72.669913) + (xy 107.406284 72.448757) (xy 107.404299 72.444501) (xy 107.355616 72.340099) (xy 107.309523 72.241251) + (xy 107.178198 72.0537) (xy 107.0163 71.891802) (xy 106.828749 71.760477) (xy 106.828548 71.760383) + (xy 106.828475 71.760319) (xy 106.824063 71.757772) (xy 106.824574 71.756885) (xy 106.776108 71.714215) + (xy 106.756953 71.647022) (xy 106.777165 71.58014) (xy 106.824553 71.539077) (xy 106.824063 71.538228) + (xy 106.828471 71.535682) (xy 106.828547 71.535616) (xy 106.828749 71.535523) (xy 107.0163 71.404198) + (xy 107.178198 71.2423) (xy 107.309523 71.054749) (xy 107.406284 70.847243) (xy 107.465543 70.626087) + (xy 107.485498 70.398) (xy 107.481998 70.358) (xy 107.477266 70.30391) (xy 107.465543 70.169913) + (xy 107.406284 69.948757) (xy 107.395781 69.926234) (xy 107.355538 69.839931) (xy 107.309523 69.741251) + (xy 107.178198 69.5537) (xy 107.0163 69.391802) (xy 106.828749 69.260477) (xy 106.828745 69.260475) + (xy 106.621249 69.163718) (xy 106.621238 69.163714) (xy 106.400089 69.104457) (xy 106.400081 69.104456) + (xy 106.172002 69.084502) (xy 106.171998 69.084502) (xy 105.943918 69.104456) (xy 105.94391 69.104457) + (xy 105.722761 69.163714) (xy 105.72275 69.163718) (xy 105.515254 69.260475) (xy 105.515252 69.260476) + (xy 105.444856 69.309767) (xy 105.3277 69.391802) (xy 105.327698 69.391803) (xy 105.327695 69.391806) + (xy 105.165806 69.553695) (xy 105.165803 69.553698) (xy 105.165802 69.5537) (xy 105.083767 69.670856) + (xy 105.034476 69.741252) (xy 105.034475 69.741254) (xy 104.937718 69.94875) (xy 104.937714 69.948761) + (xy 104.878457 70.16991) (xy 104.878456 70.169918) (xy 104.858502 70.397998) (xy 104.858502 70.398001) + (xy 104.878456 70.626081) (xy 104.878457 70.626089) (xy 104.937714 70.847238) (xy 104.937718 70.847249) + (xy 104.999251 70.979207) (xy 105.034477 71.054749) (xy 105.165802 71.2423) (xy 105.3277 71.404198) + (xy 105.515251 71.535523) (xy 105.515459 71.53562) (xy 105.515534 71.535686) (xy 105.519937 71.538228) + (xy 105.519426 71.539113) (xy 105.567896 71.581793) (xy 105.587046 71.648987) (xy 105.566828 71.715868) + (xy 105.519447 71.756924) (xy 105.519937 71.757772) (xy 105.515538 71.760311) (xy 105.515459 71.760379) + (xy 105.515347 71.760431) (xy 105.51525 71.760477) (xy 105.405733 71.837162) (xy 105.3277 71.891802) + (xy 105.327698 71.891803) (xy 105.327695 71.891806) (xy 105.165806 72.053695) (xy 105.165803 72.053698) + (xy 105.165802 72.0537) (xy 105.116283 72.12442) (xy 105.034476 72.241252) (xy 105.034475 72.241254) + (xy 104.937718 72.44875) (xy 104.937714 72.448761) (xy 104.878457 72.66991) (xy 104.878456 72.669918) + (xy 104.858502 72.897998) (xy 104.858502 72.898001) (xy 104.878456 73.126081) (xy 104.878457 73.126089) + (xy 104.937714 73.347238) (xy 104.937718 73.347249) (xy 105.034475 73.554745) (xy 105.034477 73.554749) + (xy 105.165802 73.7423) (xy 105.165806 73.742304) (xy 105.327697 73.904196) (xy 105.341699 73.914) + (xy 105.384029 73.94364) (xy 105.407423 73.96002) (xy 105.451048 74.014596) (xy 105.4603 74.061595) + (xy 105.4603 77.821841) (xy 105.440615 77.88888) (xy 105.423981 77.909522) (xy 105.170883 78.162619) + (xy 105.10956 78.196104) (xy 105.072395 78.198466) (xy 104.940002 78.186884) (xy 104.939998 78.186884) + (xy 104.72935 78.205313) (xy 104.729339 78.205315) (xy 104.525097 78.260041) (xy 104.525088 78.260045) + (xy 104.333443 78.34941) (xy 104.333441 78.349411) (xy 104.160221 78.4707) (xy 104.0107 78.620221) + (xy 103.889411 78.793441) (xy 103.88941 78.793443) (xy 103.800045 78.985088) (xy 103.800041 78.985097) + (xy 103.745315 79.189339) (xy 103.745313 79.18935) (xy 103.726884 79.399998) (xy 103.726884 79.400001) + (xy 101.073116 79.400001) (xy 101.073116 79.4) (xy 101.054686 79.189345) (xy 100.999956 78.98509) + (xy 100.910589 78.793442) (xy 100.819776 78.663747) (xy 100.789299 78.620221) (xy 100.639778 78.4707) + (xy 100.466558 78.349411) (xy 100.466556 78.34941) (xy 100.445071 78.339391) (xy 100.27491 78.260044) + (xy 100.274906 78.260043) (xy 100.274902 78.260041) (xy 100.07066 78.205315) (xy 100.070656 78.205314) + (xy 100.070655 78.205314) (xy 100.070654 78.205313) (xy 100.070649 78.205313) (xy 99.860002 78.186884) + (xy 99.859998 78.186884) (xy 99.64935 78.205313) (xy 99.649339 78.205315) (xy 99.445097 78.260041) + (xy 99.445088 78.260045) (xy 99.253443 78.34941) (xy 99.253441 78.349411) (xy 99.080221 78.4707) + (xy 98.9307 78.620221) (xy 98.809411 78.793441) (xy 98.80941 78.793443) (xy 98.720045 78.985088) + (xy 98.720041 78.985097) (xy 98.665315 79.189339) (xy 98.665313 79.18935) (xy 98.646884 79.399998) + (xy 98.646884 79.400001) (xy 96.296 79.400001) (xy 96.313498 79.2) (xy 96.293543 78.971913) (xy 96.234284 78.750757) + (xy 96.220322 78.720816) (xy 96.137524 78.543254) (xy 96.137523 78.543252) (xy 96.137523 78.543251) + (xy 96.006198 78.3557) (xy 95.8443 78.193802) (xy 95.656749 78.062477) (xy 95.656745 78.062475) + (xy 95.449249 77.965718) (xy 95.449238 77.965714) (xy 95.228089 77.906457) (xy 95.228081 77.906456) + (xy 95.000002 77.886502) (xy 94.999998 77.886502) (xy 94.771918 77.906456) (xy 94.77191 77.906457) + (xy 94.550761 77.965714) (xy 94.55075 77.965718) (xy 94.343254 78.062475) (xy 94.343252 78.062476) + (xy 94.343251 78.062477) (xy 94.1557 78.193802) (xy 94.155698 78.193803) (xy 94.155695 78.193806) + (xy 93.993806 78.355695) (xy 93.993803 78.355698) (xy 93.993802 78.3557) (xy 93.913279 78.470699) + (xy 93.862476 78.543252) (xy 93.862475 78.543254) (xy 93.765718 78.75075) (xy 93.765714 78.750761) + (xy 93.706457 78.97191) (xy 93.706456 78.971918) (xy 93.686502 79.199998) (xy 93.686502 79.200001) + (xy 88.6885 79.200001) (xy 88.6885 78.351362) (xy 88.688499 78.351345) (xy 88.684425 78.313456) + (xy 88.681989 78.290799) (xy 88.680774 78.287542) (xy 88.645812 78.193806) (xy 88.630889 78.153796) + (xy 88.543261 78.036739) (xy 88.426204 77.949111) (xy 88.289203 77.898011) (xy 88.228654 77.8915) + (xy 88.228638 77.8915) (xy 86.531362 77.8915) (xy 86.531345 77.8915) (xy 86.470797 77.898011) (xy 86.470795 77.898011) + (xy 86.333795 77.949111) (xy 86.216739 78.036739) (xy 86.129111 78.153795) (xy 86.078011 78.290795) + (xy 86.078011 78.290797) (xy 86.0715 78.351345) (xy 86.0715 80.048654) (xy 84.059081 80.048654) + (xy 84.057046 80.026689) (xy 84.057045 80.026687) (xy 84.051317 80.006556) (xy 84.000826 79.829096) + (xy 83.993763 79.814911) (xy 83.909258 79.645203) (xy 83.909253 79.645195) (xy 83.785451 79.481254) + (xy 83.633635 79.342857) (xy 83.633634 79.342856) (xy 83.489872 79.253842) (xy 83.458972 79.234709) + (xy 83.45897 79.234708) (xy 83.267407 79.160497) (xy 83.06547 79.122748) (xy 82.860034 79.122748) + (xy 82.658097 79.160497) (xy 82.658094 79.160497) (xy 82.658094 79.160498) (xy 82.466531 79.234709) + (xy 82.291868 79.342857) (xy 82.140051 79.481255) (xy 82.140049 79.481258) (xy 82.067956 79.576726) + (xy 82.011848 79.618363) (xy 81.969002 79.626) (xy 81.148 79.626) (xy 81.148 80.44832) (xy 81.200321 80.438539) + (xy 81.390415 80.364897) (xy 81.563736 80.25758) (xy 81.64546 80.183079) (xy 81.708264 80.152462) + (xy 81.777651 80.160659) (xy 81.831592 80.205069) (xy 81.852469 80.263266) (xy 81.853184 80.270976) + (xy 81.839774 80.339546) (xy 81.817399 80.370104) (xy 81.809935 80.377568) (xy 81.732052 80.494127) + (xy 81.71307 80.539956) (xy 81.678401 80.623652) (xy 81.678399 80.62366) (xy 81.651051 80.761147) + (xy 81.651051 80.907457) (xy 81.651052 80.907478) (xy 81.651052 83.68552) (xy 81.651051 83.685546) + (xy 81.651051 83.830852) (xy 81.678399 83.96834) (xy 81.6784 83.968344) (xy 81.678401 83.968347) + (xy 81.701303 84.023635) (xy 81.732051 84.097869) (xy 81.732052 84.09787) (xy 81.732054 84.097874) + (xy 81.813322 84.2195) (xy 81.811241 84.22089) (xy 81.83427 84.275116) (xy 81.822476 84.343983) + (xy 81.775323 84.395542) (xy 81.70778 84.413422) (xy 81.641292 84.391948) (xy 81.627565 84.381104) + (xy 81.568883 84.327609) (xy 81.568882 84.327608) (xy 81.394218 84.21946) (xy 81.202655 84.145249) + (xy 81.000718 84.1075) (xy 80.795282 84.1075) (xy 80.795278 84.1075) (xy 80.753282 84.11535) (xy 80.683767 84.108318) + (xy 80.62909 84.064819) (xy 80.606609 83.998665) (xy 80.6065 83.993461) (xy 80.6065 80.540991) (xy 80.626185 80.473952) + (xy 80.648 80.449303) (xy 80.648 79.620975) (xy 80.683095 79.65607) (xy 80.762905 79.702148) (xy 80.851922 79.726) + (xy 80.944078 79.726) (xy 81.033095 79.702148) (xy 81.112905 79.65607) (xy 81.17807 79.590905) (xy 81.224148 79.511095) + (xy 81.248 79.422078) (xy 81.248 79.329922) (xy 81.224148 79.240905) (xy 81.17807 79.161095) (xy 81.142975 79.126) + (xy 81.148 79.126) (xy 81.970528 79.126) (xy 81.970528 79.125999) (xy 81.928114 78.976934) (xy 81.928109 78.976921) + (xy 81.837245 78.794443) (xy 81.714391 78.631757) (xy 81.563739 78.494421) (xy 81.390413 78.387101) + (xy 81.200315 78.313458) (xy 81.200309 78.313456) (xy 81.148001 78.303677) (xy 81.148 78.303679) + (xy 81.148 79.126) (xy 81.142975 79.126) (xy 81.112905 79.09593) (xy 81.033095 79.049852) (xy 80.944078 79.026) + (xy 80.851922 79.026) (xy 80.762905 79.049852) (xy 80.683095 79.09593) (xy 80.648 79.131025) (xy 80.648 78.303679) + (xy 80.647998 78.303677) (xy 80.59569 78.313456) (xy 80.595684 78.313458) (xy 80.405586 78.387101) + (xy 80.23465 78.492941) (xy 80.167289 78.511497) (xy 80.10059 78.490689) (xy 80.081691 78.475195) + (xy 78.43981 76.833314) (xy 78.406325 76.771991) (xy 78.411309 76.702299) (xy 78.453181 76.646366) + (xy 78.518645 76.621949) (xy 78.538288 76.622104) (xy 78.647 76.631616) (xy 78.647002 76.631616) + (xy 78.699663 76.627008) (xy 78.857655 76.613186) (xy 79.06191 76.558456) (xy 79.253558 76.469089) + (xy 79.426776 76.347801) (xy 79.576301 76.198276) (xy 79.697589 76.025058) (xy 79.786956 75.83341) + (xy 79.841686 75.629155) (xy 79.860116 75.418501) (xy 82.513884 75.418501) (xy 82.532313 75.629149) + (xy 82.532315 75.62916) (xy 82.587041 75.833402) (xy 82.587043 75.833406) (xy 82.587044 75.83341) + (xy 82.639362 75.945606) (xy 82.67641 76.025056) (xy 82.676411 76.025058) (xy 82.7977 76.198278) + (xy 82.947221 76.347799) (xy 82.947224 76.347801) (xy 83.120442 76.469089) (xy 83.31209 76.558456) + (xy 83.516345 76.613186) (xy 83.666812 76.62635) (xy 83.726998 76.631616) (xy 83.727 76.631616) + (xy 83.727002 76.631616) (xy 83.779663 76.627008) (xy 83.937655 76.613186) (xy 84.14191 76.558456) + (xy 84.333558 76.469089) (xy 84.506776 76.347801) (xy 84.656301 76.198276) (xy 84.725113 76.100002) + (xy 87.795034 76.100002) (xy 87.814858 76.326599) (xy 87.81486 76.32661) (xy 87.87373 76.546317) + (xy 87.873735 76.546331) (xy 87.969863 76.752478) (xy 88.020974 76.825472) (xy 88.7 76.146446) (xy 88.7 76.152661) + (xy 88.727259 76.254394) (xy 88.77992 76.345606) (xy 88.854394 76.42008) (xy 88.945606 76.472741) + (xy 89.047339 76.5) (xy 89.053553 76.5) (xy 88.374526 77.179025) (xy 88.447513 77.230132) (xy 88.447521 77.230136) + (xy 88.653668 77.326264) (xy 88.653682 77.326269) (xy 88.873389 77.385139) (xy 88.8734 77.385141) + (xy 89.099998 77.404966) (xy 89.100002 77.404966) (xy 89.326599 77.385141) (xy 89.32661 77.385139) + (xy 89.546317 77.326269) (xy 89.546331 77.326264) (xy 89.752478 77.230136) (xy 89.825471 77.179024) + (xy 89.146447 76.5) (xy 89.152661 76.5) (xy 89.254394 76.472741) (xy 89.345606 76.42008) (xy 89.42008 76.345606) + (xy 89.472741 76.254394) (xy 89.5 76.152661) (xy 89.5 76.146447) (xy 90.179024 76.825471) (xy 90.230135 76.75248) + (xy 90.232928 76.746491) (xy 90.279099 76.694051) (xy 90.346293 76.674898) (xy 90.413174 76.695113) + (xy 90.457692 76.746488) (xy 90.462477 76.756749) (xy 90.593802 76.9443) (xy 90.7557 77.106198) + (xy 90.943251 77.237523) (xy 91.004402 77.266038) (xy 91.15075 77.334281) (xy 91.150752 77.334281) + (xy 91.150757 77.334284) (xy 91.371913 77.393543) (xy 91.534832 77.407796) (xy 91.599998 77.413498) + (xy 91.6 77.413498) (xy 91.600002 77.413498) (xy 91.657021 77.408509) (xy 91.828087 77.393543) (xy 92.049243 77.334284) + (xy 92.256749 77.237523) (xy 92.4443 77.106198) (xy 92.606198 76.9443) (xy 92.737523 76.756749) + (xy 92.834284 76.549243) (xy 92.893543 76.328087) (xy 92.913498 76.1) (xy 92.893543 75.871913) (xy 92.834284 75.650757) + (xy 92.833122 75.648266) (xy 92.764463 75.501025) (xy 92.737523 75.443251) (xy 92.606198 75.2557) + (xy 92.4443 75.093802) (xy 92.288202 74.984501) (xy 93.737002 74.984501) (xy 93.756956 75.212581) + (xy 93.756957 75.212589) (xy 93.816214 75.433738) (xy 93.816218 75.433749) (xy 93.90734 75.62916) + (xy 93.912977 75.641249) (xy 94.044302 75.8288) (xy 94.2062 75.990698) (xy 94.393751 76.122023) + (xy 94.459455 76.152661) (xy 94.60125 76.218781) (xy 94.601252 76.218781) (xy 94.601257 76.218784) + (xy 94.822413 76.278043) (xy 94.985332 76.292296) (xy 95.050498 76.297998) (xy 95.0505 76.297998) + (xy 95.050502 76.297998) (xy 95.107521 76.293009) (xy 95.278587 76.278043) (xy 95.499743 76.218784) + (xy 95.707249 76.122023) (xy 95.8948 75.990698) (xy 96.056698 75.8288) (xy 96.188023 75.641249) + (xy 96.284784 75.433743) (xy 96.344043 75.212587) (xy 96.363998 74.9845) (xy 96.362717 74.969863) + (xy 96.353606 74.865716) (xy 96.344043 74.756413) (xy 96.284784 74.535257) (xy 96.272857 74.50968) + (xy 96.231971 74.421998) (xy 96.188023 74.327751) (xy 96.056698 74.1402) (xy 95.8948 73.978302) + (xy 95.707249 73.846977) (xy 95.654096 73.822191) (xy 95.601658 73.776019) (xy 95.582507 73.708825) + (xy 95.602723 73.641944) (xy 95.6541 73.597427) (xy 95.702983 73.574633) (xy 95.88932 73.444157) + (xy 96.050157 73.28332) (xy 96.180634 73.096982) (xy 96.276765 72.890826) (xy 96.276769 72.890817) + (xy 96.329372 72.6945) (xy 95.366186 72.6945) (xy 95.37058 72.690106) (xy 95.423241 72.598894) (xy 95.4505 72.497161) + (xy 95.4505 72.391839) (xy 95.423241 72.290106) (xy 95.37058 72.198894) (xy 95.366186 72.1945) (xy 96.329372 72.1945) + (xy 96.329372 72.194499) (xy 96.276769 71.998182) (xy 96.276765 71.998173) (xy 96.180634 71.792017) + (xy 96.050157 71.605679) (xy 95.88932 71.444842) (xy 95.702981 71.314365) (xy 95.702979 71.314364) + (xy 95.654099 71.291571) (xy 95.601659 71.245399) (xy 95.582507 71.178206) (xy 95.602723 71.111324) + (xy 95.654099 71.066807) (xy 95.707249 71.042023) (xy 95.8948 70.910698) (xy 96.056698 70.7488) + (xy 96.188023 70.561249) (xy 96.284784 70.353743) (xy 96.344043 70.132587) (xy 96.362425 69.922475) + (xy 96.363998 69.904501) (xy 96.363998 69.904498) (xy 96.354067 69.790984) (xy 96.344043 69.676413) + (xy 96.284784 69.455257) (xy 96.188023 69.247751) (xy 96.056698 69.0602) (xy 95.8948 68.898302) + (xy 95.887127 68.892929) (xy 95.843506 68.838353) (xy 95.836314 68.768855) (xy 95.867838 68.706501) + (xy 95.928068 68.671088) (xy 95.944989 68.66807) (xy 95.959701 68.666489) (xy 96.096704 68.615389) + (xy 96.213761 68.527761) (xy 96.301389 68.410704) (xy 96.352489 68.273701) (xy 96.358972 68.213402) + (xy 96.358999 68.213154) (xy 96.359 68.213137) (xy 96.359 66.515862) (xy 96.358999 66.515845) (xy 96.354362 66.472723) + (xy 96.352489 66.455299) (xy 96.346259 66.438597) (xy 96.316312 66.358306) (xy 96.301389 66.318296) + (xy 96.213761 66.201239) (xy 96.096704 66.113611) (xy 95.959703 66.062511) (xy 95.899154 66.056) + (xy 95.899138 66.056) (xy 94.201862 66.056) (xy 94.201845 66.056) (xy 94.141297 66.062511) (xy 94.141295 66.062511) + (xy 94.004295 66.113611) (xy 93.887239 66.201239) (xy 93.799611 66.318295) (xy 93.748511 66.455295) + (xy 93.748511 66.455297) (xy 93.742 66.515845) (xy 93.742 68.213154) (xy 93.748511 68.273702) (xy 93.748511 68.273704) + (xy 93.793662 68.394755) (xy 93.799611 68.410704) (xy 93.887239 68.527761) (xy 94.004296 68.615389) + (xy 94.084715 68.645384) (xy 94.141293 68.666487) (xy 94.141299 68.666489) (xy 94.155999 68.668069) + (xy 94.220548 68.694805) (xy 94.260397 68.752196) (xy 94.262893 68.822021) (xy 94.227242 68.882111) + (xy 94.213877 68.892925) (xy 94.213871 68.892931) (xy 94.206196 68.898305) (xy 94.044306 69.060195) + (xy 94.044303 69.060198) (xy 94.044302 69.0602) (xy 94.018939 69.096422) (xy 93.912976 69.247752) + (xy 93.912975 69.247754) (xy 93.816218 69.45525) (xy 93.816214 69.455261) (xy 93.756957 69.67641) + (xy 93.756956 69.676418) (xy 93.737002 69.904498) (xy 93.737002 69.904501) (xy 93.756956 70.132581) + (xy 93.756957 70.132589) (xy 93.816214 70.353738) (xy 93.816218 70.353749) (xy 93.912975 70.561245) + (xy 93.912977 70.561249) (xy 94.044302 70.7488) (xy 94.2062 70.910698) (xy 94.324278 70.993377) + (xy 94.393751 71.042023) (xy 94.446901 71.066807) (xy 94.49934 71.112979) (xy 94.518492 71.180173) + (xy 94.498276 71.247054) (xy 94.446901 71.291571) (xy 94.398017 71.314365) (xy 94.211679 71.444842) + (xy 94.050842 71.605679) (xy 93.920365 71.792017) (xy 93.824234 71.998173) (xy 93.82423 71.998182) + (xy 93.771627 72.194499) (xy 93.771628 72.1945) (xy 94.734814 72.1945) (xy 94.73042 72.198894) (xy 94.677759 72.290106) + (xy 94.6505 72.391839) (xy 94.6505 72.497161) (xy 94.677759 72.598894) (xy 94.73042 72.690106) (xy 94.734814 72.6945) + (xy 93.771628 72.6945) (xy 93.82423 72.890817) (xy 93.824234 72.890826) (xy 93.920365 73.096982) + (xy 94.050842 73.28332) (xy 94.211679 73.444157) (xy 94.398017 73.574633) (xy 94.446899 73.597427) + (xy 94.499339 73.643599) (xy 94.518492 73.710792) (xy 94.498277 73.777674) (xy 94.446902 73.822191) + (xy 94.393756 73.846974) (xy 94.393752 73.846976) (xy 94.393572 73.847102) (xy 94.2062 73.978302) + (xy 94.206198 73.978303) (xy 94.206195 73.978306) (xy 94.044306 74.140195) (xy 94.044303 74.140198) + (xy 94.044302 74.1402) (xy 93.962267 74.257356) (xy 93.912976 74.327752) (xy 93.912975 74.327754) + (xy 93.816218 74.53525) (xy 93.816214 74.535261) (xy 93.756957 74.75641) (xy 93.756956 74.756418) + (xy 93.737002 74.984498) (xy 93.737002 74.984501) (xy 92.288202 74.984501) (xy 92.256749 74.962477) + (xy 92.208133 74.939807) (xy 92.049249 74.865718) (xy 92.049238 74.865714) (xy 91.828089 74.806457) + (xy 91.828081 74.806456) (xy 91.600002 74.786502) (xy 91.599998 74.786502) (xy 91.371918 74.806456) + (xy 91.37191 74.806457) (xy 91.150761 74.865714) (xy 91.15075 74.865718) (xy 90.943254 74.962475) + (xy 90.943252 74.962476) (xy 90.894093 74.996898) (xy 90.7557 75.093802) (xy 90.755698 75.093803) + (xy 90.755695 75.093806) (xy 90.593806 75.255695) (xy 90.593803 75.255698) (xy 90.593802 75.2557) + (xy 90.556347 75.309191) (xy 90.462476 75.443252) (xy 90.457692 75.453512) (xy 90.411518 75.505951) + (xy 90.344324 75.525101) (xy 90.277444 75.504884) (xy 90.23293 75.453512) (xy 90.230135 75.447518) + (xy 90.230132 75.447513) (xy 90.179025 75.374526) (xy 89.5 76.053551) (xy 89.5 76.047339) (xy 89.472741 75.945606) + (xy 89.42008 75.854394) (xy 89.345606 75.77992) (xy 89.254394 75.727259) (xy 89.152661 75.7) (xy 89.146448 75.7) + (xy 89.825472 75.020974) (xy 89.752478 74.969863) (xy 89.546331 74.873735) (xy 89.546317 74.87373) + (xy 89.32661 74.81486) (xy 89.326599 74.814858) (xy 89.100002 74.795034) (xy 89.099998 74.795034) + (xy 88.8734 74.814858) (xy 88.873389 74.81486) (xy 88.653682 74.87373) (xy 88.653673 74.873734) + (xy 88.447516 74.969866) (xy 88.447512 74.969868) (xy 88.374526 75.020973) (xy 88.374526 75.020974) + (xy 89.053553 75.7) (xy 89.047339 75.7) (xy 88.945606 75.727259) (xy 88.854394 75.77992) (xy 88.77992 75.854394) + (xy 88.727259 75.945606) (xy 88.7 76.047339) (xy 88.7 76.053552) (xy 88.020974 75.374526) (xy 88.020973 75.374526) + (xy 87.969868 75.447512) (xy 87.969866 75.447516) (xy 87.873734 75.653673) (xy 87.87373 75.653682) + (xy 87.81486 75.873389) (xy 87.814858 75.8734) (xy 87.795034 76.099997) (xy 87.795034 76.100002) + (xy 84.725113 76.100002) (xy 84.777589 76.025058) (xy 84.866956 75.83341) (xy 84.921686 75.629155) + (xy 84.940116 75.4185) (xy 84.921686 75.207845) (xy 84.868153 75.008056) (xy 84.866958 75.003597) + (xy 84.866957 75.003596) (xy 84.866956 75.00359) (xy 84.777589 74.811942) (xy 84.684206 74.678576) + (xy 84.656302 74.638725) (xy 84.593971 74.576394) (xy 84.506776 74.489199) (xy 84.491574 74.478554) + (xy 84.447951 74.423977) (xy 84.4387 74.376981) (xy 84.4387 72.396018) (xy 84.442425 72.383332) + (xy 85.443505 72.383332) (xy 85.496239 72.568681) (xy 85.595368 72.767757) (xy 85.729391 72.945232) + (xy 85.893738 73.095053) (xy 86.08282 73.212129) (xy 86.082822 73.21213) (xy 86.290195 73.292467) + (xy 86.37 73.307384) (xy 86.37 72.383332) (xy 85.443505 72.383332) (xy 84.442425 72.383332) (xy 84.458385 72.328979) + (xy 84.49158 72.294441) (xy 84.491803 72.294285) (xy 84.506776 72.283801) (xy 84.611167 72.17941) + (xy 86.27 72.17941) (xy 86.293852 72.268427) (xy 86.33993 72.348237) (xy 86.405095 72.413402) (xy 86.484905 72.45948) + (xy 86.573922 72.483332) (xy 86.666078 72.483332) (xy 86.755095 72.45948) (xy 86.834905 72.413402) + (xy 86.864975 72.383332) (xy 86.87 72.383332) (xy 86.87 73.307384) (xy 86.949804 73.292467) (xy 87.157177 73.21213) + (xy 87.157179 73.212129) (xy 87.346261 73.095053) (xy 87.510608 72.945232) (xy 87.644631 72.767757) + (xy 87.74376 72.568681) (xy 87.796495 72.383332) (xy 86.87 72.383332) (xy 86.864975 72.383332) (xy 86.90007 72.348237) + (xy 86.946148 72.268427) (xy 86.97 72.17941) (xy 86.97 72.133333) (xy 90.486884 72.133333) (xy 90.505313 72.343981) + (xy 90.505315 72.343992) (xy 90.560041 72.548234) (xy 90.560043 72.548238) (xy 90.560044 72.548242) + (xy 90.618024 72.672581) (xy 90.64941 72.739888) (xy 90.649411 72.73989) (xy 90.7707 72.91311) (xy 90.920221 73.062631) + (xy 90.920224 73.062633) (xy 91.093442 73.183921) (xy 91.28509 73.273288) (xy 91.285096 73.273289) + (xy 91.285097 73.27329) (xy 91.322463 73.283302) (xy 91.489345 73.328018) (xy 91.639812 73.341182) + (xy 91.699998 73.346448) (xy 91.7 73.346448) (xy 91.700002 73.346448) (xy 91.752663 73.34184) (xy 91.910655 73.328018) + (xy 92.11491 73.273288) (xy 92.306558 73.183921) (xy 92.479776 73.062633) (xy 92.629301 72.913108) + (xy 92.750589 72.73989) (xy 92.839956 72.548242) (xy 92.894686 72.343987) (xy 92.913116 72.133332) + (xy 92.894686 71.922677) (xy 92.839956 71.718422) (xy 92.750589 71.526774) (xy 92.629301 71.353556) + (xy 92.629299 71.353553) (xy 92.479778 71.204032) (xy 92.306558 71.082743) (xy 92.306556 71.082742) + (xy 92.272383 71.066807) (xy 92.11491 70.993376) (xy 92.114906 70.993375) (xy 92.114902 70.993373) + (xy 91.91066 70.938647) (xy 91.910656 70.938646) (xy 91.910655 70.938646) (xy 91.910654 70.938645) + (xy 91.910649 70.938645) (xy 91.700002 70.920216) (xy 91.699998 70.920216) (xy 91.48935 70.938645) + (xy 91.489339 70.938647) (xy 91.285097 70.993373) (xy 91.285088 70.993377) (xy 91.093443 71.082742) + (xy 91.093441 71.082743) (xy 90.920221 71.204032) (xy 90.7707 71.353553) (xy 90.649411 71.526773) + (xy 90.64941 71.526775) (xy 90.560045 71.71842) (xy 90.560041 71.718429) (xy 90.505315 71.922671) + (xy 90.505313 71.922682) (xy 90.486884 72.13333) (xy 90.486884 72.133333) (xy 86.97 72.133333) (xy 86.97 72.087254) + (xy 86.946148 71.998237) (xy 86.90007 71.918427) (xy 86.834905 71.853262) (xy 86.755095 71.807184) + (xy 86.666078 71.783332) (xy 86.573922 71.783332) (xy 86.484905 71.807184) (xy 86.405095 71.853262) + (xy 86.33993 71.918427) (xy 86.293852 71.998237) (xy 86.27 72.087254) (xy 86.27 72.17941) (xy 84.611167 72.17941) + (xy 84.656301 72.134276) (xy 84.777589 71.961058) (xy 84.813833 71.883332) (xy 85.443505 71.883332) + (xy 86.37 71.883332) (xy 86.37 70.959278) (xy 86.87 70.959278) (xy 86.87 71.883332) (xy 87.796495 71.883332) + (xy 87.74376 71.697982) (xy 87.644631 71.498906) (xy 87.510608 71.321431) (xy 87.346261 71.17161) + (xy 87.157179 71.054534) (xy 87.157177 71.054533) (xy 86.949799 70.974196) (xy 86.87 70.959278) + (xy 86.37 70.959278) (xy 86.2902 70.974196) (xy 86.082822 71.054533) (xy 86.08282 71.054534) (xy 85.893738 71.17161) + (xy 85.729391 71.321431) (xy 85.595368 71.498906) (xy 85.496239 71.697982) (xy 85.443505 71.883332) + (xy 84.813833 71.883332) (xy 84.866956 71.76941) (xy 84.921686 71.565155) (xy 84.940116 71.3545) + (xy 84.940033 71.353556) (xy 84.9303 71.2423) (xy 84.921686 71.143845) (xy 84.866956 70.93959) (xy 84.777589 70.747942) + (xy 84.692266 70.626087) (xy 84.656302 70.574725) (xy 84.642822 70.561245) (xy 84.506776 70.425199) + (xy 84.491574 70.414554) (xy 84.447951 70.359977) (xy 84.4387 70.312981) (xy 84.4387 68.840018) + (xy 84.458385 68.772979) (xy 84.49158 68.738441) (xy 84.501413 68.731556) (xy 84.506776 68.727801) + (xy 84.656301 68.578276) (xy 84.777589 68.405058) (xy 84.866956 68.21341) (xy 84.879481 68.166667) + (xy 87.786502 68.166667) (xy 87.806456 68.394747) (xy 87.806457 68.394755) (xy 87.865714 68.615904) + (xy 87.865718 68.615915) (xy 87.947073 68.790381) (xy 87.962477 68.823415) (xy 88.093802 69.010966) + (xy 88.2557 69.172864) (xy 88.443251 69.304189) (xy 88.560408 69.35882) (xy 88.65075 69.400947) + (xy 88.650752 69.400947) (xy 88.650757 69.40095) (xy 88.871913 69.460209) (xy 89.034832 69.474462) + (xy 89.099998 69.480164) (xy 89.1 69.480164) (xy 89.100002 69.480164) (xy 89.157021 69.475175) (xy 89.328087 69.460209) + (xy 89.549243 69.40095) (xy 89.756749 69.304189) (xy 89.9443 69.172864) (xy 90.106198 69.010966) + (xy 90.237523 68.823415) (xy 90.237616 68.823214) (xy 90.23768 68.823141) (xy 90.240228 68.818729) + (xy 90.241114 68.81924) (xy 90.283785 68.770774) (xy 90.350978 68.751619) (xy 90.41786 68.771831) + (xy 90.458922 68.819219) (xy 90.459772 68.818729) (xy 90.462317 68.823137) (xy 90.462383 68.823213) + (xy 90.462477 68.823415) (xy 90.593802 69.010966) (xy 90.7557 69.172864) (xy 90.943251 69.304189) + (xy 91.060408 69.35882) (xy 91.15075 69.400947) (xy 91.150752 69.400947) (xy 91.150757 69.40095) + (xy 91.371913 69.460209) (xy 91.534832 69.474462) (xy 91.599998 69.480164) (xy 91.6 69.480164) (xy 91.600002 69.480164) + (xy 91.657021 69.475175) (xy 91.828087 69.460209) (xy 92.049243 69.40095) (xy 92.256749 69.304189) + (xy 92.4443 69.172864) (xy 92.606198 69.010966) (xy 92.737523 68.823415) (xy 92.834284 68.615909) + (xy 92.893543 68.394753) (xy 92.913498 68.166666) (xy 92.893543 67.938579) (xy 92.834284 67.717423) + (xy 92.821118 67.689189) (xy 92.776072 67.592587) (xy 92.737523 67.509917) (xy 92.606198 67.322366) + (xy 92.4443 67.160468) (xy 92.256749 67.029143) (xy 92.256745 67.029141) (xy 92.049249 66.932384) + (xy 92.049238 66.93238) (xy 91.828089 66.873123) (xy 91.828081 66.873122) (xy 91.600002 66.853168) + (xy 91.599998 66.853168) (xy 91.371918 66.873122) (xy 91.37191 66.873123) (xy 91.150761 66.93238) + (xy 91.15075 66.932384) (xy 90.943254 67.029141) (xy 90.943252 67.029142) (xy 90.943251 67.029143) + (xy 90.7557 67.160468) (xy 90.755698 67.160469) (xy 90.755695 67.160472) (xy 90.593806 67.322361) + (xy 90.593803 67.322364) (xy 90.593802 67.322366) (xy 90.549752 67.385276) (xy 90.462477 67.509916) + (xy 90.462431 67.510013) (xy 90.462379 67.510125) (xy 90.462313 67.5102) (xy 90.459772 67.514603) + (xy 90.458886 67.514092) (xy 90.416207 67.562562) (xy 90.349013 67.581712) (xy 90.282132 67.561494) + (xy 90.241075 67.514113) (xy 90.240228 67.514603) (xy 90.237688 67.510204) (xy 90.23762 67.510125) + (xy 90.237523 67.509917) (xy 90.106198 67.322366) (xy 89.9443 67.160468) (xy 89.756749 67.029143) + (xy 89.756745 67.029141) (xy 89.549249 66.932384) (xy 89.549238 66.93238) (xy 89.328089 66.873123) + (xy 89.328081 66.873122) (xy 89.100002 66.853168) (xy 89.099998 66.853168) (xy 88.871918 66.873122) + (xy 88.87191 66.873123) (xy 88.650761 66.93238) (xy 88.65075 66.932384) (xy 88.443254 67.029141) + (xy 88.443252 67.029142) (xy 88.443251 67.029143) (xy 88.2557 67.160468) (xy 88.255698 67.160469) + (xy 88.255695 67.160472) (xy 88.093806 67.322361) (xy 88.093803 67.322364) (xy 88.093802 67.322366) + (xy 88.049752 67.385276) (xy 87.962476 67.509918) (xy 87.962475 67.50992) (xy 87.865718 67.717416) + (xy 87.865714 67.717427) (xy 87.806457 67.938576) (xy 87.806456 67.938584) (xy 87.786502 68.166664) + (xy 87.786502 68.166667) (xy 84.879481 68.166667) (xy 84.921686 68.009155) (xy 84.940116 67.7985) + (xy 84.936101 67.752614) (xy 84.930553 67.689193) (xy 84.921686 67.587845) (xy 84.866956 67.38359) + (xy 84.777589 67.191942) (xy 84.672115 67.041309) (xy 84.656299 67.018721) (xy 84.506778 66.8692) + (xy 84.333558 66.747911) (xy 84.333556 66.74791) (xy 84.312071 66.737891) (xy 84.14191 66.658544) + (xy 84.141906 66.658543) (xy 84.141902 66.658541) (xy 83.93766 66.603815) (xy 83.937656 66.603814) + (xy 83.937655 66.603814) (xy 83.937654 66.603813) (xy 83.937649 66.603813) (xy 83.727002 66.585384) + (xy 83.726998 66.585384) (xy 83.51635 66.603813) (xy 83.516339 66.603815) (xy 83.312097 66.658541) + (xy 83.312088 66.658545) (xy 83.120443 66.74791) (xy 83.120441 66.747911) (xy 82.947221 66.8692) + (xy 82.7977 67.018721) (xy 82.676411 67.191941) (xy 82.67641 67.191943) (xy 82.597063 67.362103) + (xy 82.587564 67.382476) (xy 82.587045 67.383588) (xy 82.587041 67.383597) (xy 82.532315 67.587839) + (xy 82.532313 67.58785) (xy 82.513884 67.798498) (xy 82.513884 67.798501) (xy 82.532313 68.009149) + (xy 82.532315 68.00916) (xy 82.587041 68.213402) (xy 82.587043 68.213406) (xy 82.587044 68.21341) + (xy 82.635184 68.316646) (xy 82.67641 68.405056) (xy 82.676411 68.405058) (xy 82.7977 68.578278) + (xy 82.947221 68.727799) (xy 82.96242 68.738441) (xy 83.006047 68.793017) (xy 83.0153 68.840018) + (xy 83.0153 70.312981) (xy 82.995615 70.38002) (xy 82.962425 70.414555) (xy 82.947226 70.425197) + (xy 82.797697 70.574725) (xy 82.676411 70.747941) (xy 82.67641 70.747943) (xy 82.587045 70.939588) + (xy 82.587041 70.939597) (xy 82.532315 71.143839) (xy 82.532313 71.14385) (xy 82.513884 71.354498) + (xy 82.513884 71.354501) (xy 82.532313 71.565149) (xy 82.532315 71.56516) (xy 82.587041 71.769402) + (xy 82.587043 71.769406) (xy 82.587044 71.76941) (xy 82.644118 71.891806) (xy 82.67641 71.961056) + (xy 82.676411 71.961058) (xy 82.7977 72.134278) (xy 82.947221 72.283799) (xy 82.947224 72.283801) + (xy 82.962195 72.294284) (xy 82.96242 72.294441) (xy 83.006047 72.349017) (xy 83.0153 72.396018) + (xy 83.0153 74.376981) (xy 82.995615 74.44402) (xy 82.962425 74.478555) (xy 82.947226 74.489197) + (xy 82.797697 74.638725) (xy 82.676411 74.811941) (xy 82.67641 74.811943) (xy 82.587045 75.003588) + (xy 82.587041 75.003597) (xy 82.532315 75.207839) (xy 82.532313 75.20785) (xy 82.513884 75.418498) + (xy 82.513884 75.418501) (xy 79.860116 75.418501) (xy 79.860116 75.4185) (xy 79.841686 75.207845) + (xy 79.788153 75.008056) (xy 79.786958 75.003597) (xy 79.786957 75.003596) (xy 79.786956 75.00359) + (xy 79.697589 74.811942) (xy 79.576301 74.638724) (xy 79.576299 74.638721) (xy 79.426778 74.4892) + (xy 79.253558 74.367911) (xy 79.253556 74.36791) (xy 79.208041 74.346686) (xy 79.06191 74.278544) + (xy 79.061906 74.278543) (xy 79.061902 74.278541) (xy 78.85766 74.223815) (xy 78.857656 74.223814) + (xy 78.857655 74.223814) (xy 78.857654 74.223813) (xy 78.857649 74.223813) (xy 78.647002 74.205384) + (xy 78.646998 74.205384) (xy 78.43635 74.223813) (xy 78.436339 74.223815) (xy 78.232097 74.278541) + (xy 78.232088 74.278545) (xy 78.040443 74.36791) (xy 78.040441 74.367911) (xy 77.867221 74.4892) + (xy 77.7177 74.638721) (xy 77.596411 74.811941) (xy 77.59641 74.811943) (xy 77.507045 75.003588) + (xy 77.507041 75.003597) (xy 77.452315 75.207839) (xy 77.452313 75.20785) (xy 77.433884 75.418498) + (xy 77.433884 75.418501) (xy 77.443394 75.527201) (xy 77.429627 75.595701) (xy 77.381012 75.645884) + (xy 77.312983 75.661817) (xy 77.24714 75.638442) (xy 77.232185 75.625689) (xy 75.071154 73.464658) + (xy 75.071134 73.464636) (xy 74.967686 73.361188) (xy 74.967682 73.361185) (xy 74.851123 73.283302) + (xy 74.851114 73.283297) (xy 74.721595 73.229649) (xy 74.721587 73.229647) (xy 74.5841 73.202299) + (xy 74.584096 73.202299) (xy 74.443904 73.202299) (xy 74.43779 73.202299) (xy 74.43777 73.2023) + (xy 73.344557 73.2023) (xy 73.277518 73.182615) (xy 73.242982 73.149424) (xy 73.212522 73.105922) + (xy 73.209749 73.101962) (xy 73.054038 72.946251) (xy 72.873654 72.819944) (xy 72.87365 72.819942) + (xy 72.674081 72.726882) (xy 72.674079 72.726881) (xy 72.674076 72.72688) (xy 72.522777 72.686339) + (xy 72.461372 72.669885) (xy 72.461365 72.669884) (xy 72.242002 72.650693) (xy 72.241998 72.650693) + (xy 72.022634 72.669884) (xy 72.022627 72.669885) (xy 71.80992 72.726881) (xy 71.610346 72.819944) + (xy 71.610342 72.819946) (xy 71.429967 72.946247) (xy 71.42996 72.946252) (xy 71.274252 73.10196) + (xy 71.274247 73.101967) (xy 71.147946 73.282342) (xy 71.147944 73.282346) (xy 71.054881 73.48192) + (xy 70.997885 73.694627) (xy 70.997884 73.694634) (xy 70.978693 73.913997) (xy 70.978693 73.914002) + (xy 70.997884 74.133365) (xy 70.997885 74.133372) (xy 70.999715 74.1402) (xy 71.05488 74.346076) + (xy 71.054881 74.346079) (xy 71.054882 74.346081) (xy 71.14446 74.538182) (xy 71.147944 74.545654) + (xy 71.274251 74.726038) (xy 71.429962 74.881749) (xy 71.610346 75.008056) (xy 71.732572 75.06505) + (xy 71.746656 75.071618) (xy 71.799095 75.11779) (xy 71.818247 75.184984) (xy 71.798031 75.251865) + (xy 71.746656 75.296382) (xy 71.610346 75.359944) (xy 71.610342 75.359946) (xy 71.429967 75.486247) + (xy 71.42996 75.486252) (xy 71.274252 75.64196) (xy 71.274247 75.641967) (xy 71.147946 75.822342) + (xy 71.147944 75.822346) (xy 71.054881 76.02192) (xy 70.997885 76.234627) (xy 70.997884 76.234634) + (xy 70.978693 76.453997) (xy 70.978693 76.454002) (xy 68.9117 76.454002) (xy 68.9117 71.060001) + (xy 71.832502 71.060001) (xy 71.852456 71.288081) (xy 71.852457 71.288089) (xy 71.911714 71.509238) + (xy 71.911718 71.509249) (xy 71.975963 71.647022) (xy 72.008477 71.716749) (xy 72.139802 71.9043) + (xy 72.3017 72.066198) (xy 72.489251 72.197523) (xy 72.543244 72.2227) (xy 72.69675 72.294281) (xy 72.696752 72.294281) + (xy 72.696757 72.294284) (xy 72.917913 72.353543) (xy 73.080832 72.367796) (xy 73.145998 72.373498) + (xy 73.146 72.373498) (xy 73.146002 72.373498) (xy 73.203021 72.368509) (xy 73.374087 72.353543) + (xy 73.595243 72.294284) (xy 73.802749 72.197523) (xy 73.9903 72.066198) (xy 74.152198 71.9043) + (xy 74.283523 71.716749) (xy 74.380284 71.509243) (xy 74.421747 71.354501) (xy 77.433884 71.354501) + (xy 77.452313 71.565149) (xy 77.452315 71.56516) (xy 77.507041 71.769402) (xy 77.507043 71.769406) + (xy 77.507044 71.76941) (xy 77.564118 71.891806) (xy 77.59641 71.961056) (xy 77.596411 71.961058) + (xy 77.7177 72.134278) (xy 77.867221 72.283799) (xy 77.910747 72.314276) (xy 78.040442 72.405089) + (xy 78.23209 72.494456) (xy 78.436345 72.549186) (xy 78.586812 72.56235) (xy 78.646998 72.567616) + (xy 78.647 72.567616) (xy 78.647002 72.567616) (xy 78.699663 72.563008) (xy 78.857655 72.549186) + (xy 79.06191 72.494456) (xy 79.253558 72.405089) (xy 79.426776 72.283801) (xy 79.576301 72.134276) + (xy 79.697589 71.961058) (xy 79.786956 71.76941) (xy 79.841686 71.565155) (xy 79.860116 71.3545) + (xy 79.860033 71.353556) (xy 79.8503 71.2423) (xy 79.841686 71.143845) (xy 79.786956 70.93959) (xy 79.697589 70.747942) + (xy 79.576301 70.574724) (xy 79.576299 70.574721) (xy 79.426778 70.4252) (xy 79.253558 70.303911) + (xy 79.253556 70.30391) (xy 79.193505 70.275908) (xy 79.06191 70.214544) (xy 79.061906 70.214543) + (xy 79.061902 70.214541) (xy 78.85766 70.159815) (xy 78.857656 70.159814) (xy 78.857655 70.159814) + (xy 78.857654 70.159813) (xy 78.857649 70.159813) (xy 78.647002 70.141384) (xy 78.646998 70.141384) + (xy 78.43635 70.159813) (xy 78.436339 70.159815) (xy 78.232097 70.214541) (xy 78.232088 70.214545) + (xy 78.040443 70.30391) (xy 78.040441 70.303911) (xy 77.867221 70.4252) (xy 77.7177 70.574721) (xy 77.596411 70.747941) + (xy 77.59641 70.747943) (xy 77.507045 70.939588) (xy 77.507041 70.939597) (xy 77.452315 71.143839) + (xy 77.452313 71.14385) (xy 77.433884 71.354498) (xy 77.433884 71.354501) (xy 74.421747 71.354501) + (xy 74.439543 71.288087) (xy 74.457508 71.082742) (xy 74.459498 71.060001) (xy 74.459498 71.059998) + (xy 74.45243 70.979209) (xy 74.439543 70.831913) (xy 74.380284 70.610757) (xy 74.283523 70.403251) + (xy 74.152198 70.2157) (xy 73.9903 70.053802) (xy 73.802749 69.922477) (xy 73.759655 69.902382) + (xy 73.707215 69.85621) (xy 73.688063 69.789017) (xy 73.708278 69.722136) (xy 73.759655 69.677618) + (xy 73.762882 69.676112) (xy 73.802749 69.657523) (xy 73.9903 69.526198) (xy 74.152198 69.3643) + (xy 74.283523 69.176749) (xy 74.380284 68.969243) (xy 74.439543 68.748087) (xy 74.459498 68.52) + (xy 74.439543 68.291913) (xy 74.380284 68.070757) (xy 74.283523 67.863251) (xy 74.238184 67.798501) + (xy 77.433884 67.798501) (xy 77.452313 68.009149) (xy 77.452315 68.00916) (xy 77.507041 68.213402) + (xy 77.507043 68.213406) (xy 77.507044 68.21341) (xy 77.555184 68.316646) (xy 77.59641 68.405056) + (xy 77.596411 68.405058) (xy 77.7177 68.578278) (xy 77.867221 68.727799) (xy 77.896198 68.748089) + (xy 78.040442 68.849089) (xy 78.23209 68.938456) (xy 78.436345 68.993186) (xy 78.586812 69.00635) + (xy 78.646998 69.011616) (xy 78.647 69.011616) (xy 78.647002 69.011616) (xy 78.699663 69.007008) + (xy 78.857655 68.993186) (xy 79.06191 68.938456) (xy 79.253558 68.849089) (xy 79.426776 68.727801) + (xy 79.576301 68.578276) (xy 79.697589 68.405058) (xy 79.786956 68.21341) (xy 79.841686 68.009155) + (xy 79.860116 67.7985) (xy 79.856101 67.752614) (xy 79.850553 67.689193) (xy 79.841686 67.587845) + (xy 79.786956 67.38359) (xy 79.697589 67.191942) (xy 79.592115 67.041309) (xy 79.576299 67.018721) + (xy 79.426778 66.8692) (xy 79.253558 66.747911) (xy 79.253556 66.74791) (xy 79.232071 66.737891) + (xy 79.06191 66.658544) (xy 79.061906 66.658543) (xy 79.061902 66.658541) (xy 78.85766 66.603815) + (xy 78.857656 66.603814) (xy 78.857655 66.603814) (xy 78.857654 66.603813) (xy 78.857649 66.603813) + (xy 78.647002 66.585384) (xy 78.646998 66.585384) (xy 78.43635 66.603813) (xy 78.436339 66.603815) + (xy 78.232097 66.658541) (xy 78.232088 66.658545) (xy 78.040443 66.74791) (xy 78.040441 66.747911) + (xy 77.867221 66.8692) (xy 77.7177 67.018721) (xy 77.596411 67.191941) (xy 77.59641 67.191943) (xy 77.517063 67.362103) + (xy 77.507564 67.382476) (xy 77.507045 67.383588) (xy 77.507041 67.383597) (xy 77.452315 67.587839) + (xy 77.452313 67.58785) (xy 77.433884 67.798498) (xy 77.433884 67.798501) (xy 74.238184 67.798501) + (xy 74.152198 67.6757) (xy 73.9903 67.513802) (xy 73.802749 67.382477) (xy 73.759655 67.362382) + (xy 73.707215 67.31621) (xy 73.688063 67.249017) (xy 73.708278 67.182136) (xy 73.759655 67.137618) + (xy 73.762882 67.136112) (xy 73.802749 67.117523) (xy 73.9903 66.986198) (xy 74.152198 66.8243) + (xy 74.283523 66.636749) (xy 74.380284 66.429243) (xy 74.439543 66.208087) (xy 74.459498 65.98) + (xy 74.439543 65.751913) (xy 74.380284 65.530757) (xy 74.283523 65.323251) (xy 74.152198 65.1357) + (xy 73.9903 64.973802) (xy 73.802749 64.842477) (xy 73.759655 64.822382) (xy 73.707215 64.77621) + (xy 73.688063 64.709017) (xy 73.708278 64.642136) (xy 73.759655 64.597618) (xy 73.762882 64.596112) + (xy 73.802749 64.577523) (xy 73.9903 64.446198) (xy 74.152198 64.2843) (xy 74.181466 64.242501) + (xy 77.433884 64.242501) (xy 77.452313 64.453149) (xy 77.452315 64.45316) (xy 77.507041 64.657402) + (xy 77.507043 64.657406) (xy 77.507044 64.65741) (xy 77.563213 64.777865) (xy 77.59641 64.849056) + (xy 77.596411 64.849058) (xy 77.7177 65.022278) (xy 77.867221 65.171799) (xy 77.867224 65.171801) + (xy 78.040442 65.293089) (xy 78.23209 65.382456) (xy 78.232096 65.382457) (xy 78.232097 65.382458) + (xy 78.277725 65.394684) (xy 78.436345 65.437186) (xy 78.586812 65.45035) (xy 78.646998 65.455616) + (xy 78.647 65.455616) (xy 78.647002 65.455616) (xy 78.699663 65.451008) (xy 78.857655 65.437186) + (xy 79.06191 65.382456) (xy 79.253558 65.293089) (xy 79.426776 65.171801) (xy 79.576301 65.022276) + (xy 79.697589 64.849058) (xy 79.786956 64.65741) (xy 79.841686 64.453155) (xy 79.857483 64.272593) + (xy 79.860116 64.242501) (xy 82.513884 64.242501) (xy 82.532313 64.453149) (xy 82.532315 64.45316) + (xy 82.587041 64.657402) (xy 82.587043 64.657406) (xy 82.587044 64.65741) (xy 82.643213 64.777865) + (xy 82.67641 64.849056) (xy 82.676411 64.849058) (xy 82.7977 65.022278) (xy 82.947221 65.171799) + (xy 82.947224 65.171801) (xy 83.120442 65.293089) (xy 83.31209 65.382456) (xy 83.312096 65.382457) + (xy 83.312097 65.382458) (xy 83.357725 65.394684) (xy 83.516345 65.437186) (xy 83.666812 65.45035) + (xy 83.726998 65.455616) (xy 83.727 65.455616) (xy 83.727002 65.455616) (xy 83.779663 65.451008) + (xy 83.937655 65.437186) (xy 84.14191 65.382456) (xy 84.333558 65.293089) (xy 84.506776 65.171801) + (xy 84.656301 65.022276) (xy 84.777589 64.849058) (xy 84.866956 64.65741) (xy 84.921686 64.453155) + (xy 84.937483 64.272593) (xy 84.940116 64.242501) (xy 84.940116 64.242498) (xy 84.936398 64.200001) + (xy 85.406884 64.200001) (xy 85.425313 64.410649) (xy 85.425315 64.41066) (xy 85.480041 64.614902) + (xy 85.480043 64.614906) (xy 85.480044 64.61491) (xy 85.556031 64.777865) (xy 85.56941 64.806556) + (xy 85.569411 64.806558) (xy 85.6907 64.979778) (xy 85.840221 65.129299) (xy 85.840224 65.129301) + (xy 86.013442 65.250589) (xy 86.20509 65.339956) (xy 86.409345 65.394686) (xy 86.559812 65.40785) + (xy 86.619998 65.413116) (xy 86.62 65.413116) (xy 86.620002 65.413116) (xy 86.672663 65.408508) + (xy 86.830655 65.394686) (xy 87.03491 65.339956) (xy 87.226558 65.250589) (xy 87.399776 65.129301) + (xy 87.549301 64.979776) (xy 87.670589 64.806558) (xy 87.759956 64.61491) (xy 87.814686 64.410655) + (xy 87.833116 64.200001) (xy 90.486884 64.200001) (xy 90.505313 64.410649) (xy 90.505315 64.41066) + (xy 90.560041 64.614902) (xy 90.560043 64.614906) (xy 90.560044 64.61491) (xy 90.636031 64.777865) + (xy 90.64941 64.806556) (xy 90.649411 64.806558) (xy 90.7707 64.979778) (xy 90.920221 65.129299) + (xy 90.920224 65.129301) (xy 91.093442 65.250589) (xy 91.28509 65.339956) (xy 91.489345 65.394686) + (xy 91.639812 65.40785) (xy 91.699998 65.413116) (xy 91.7 65.413116) (xy 91.700002 65.413116) (xy 91.752663 65.408508) + (xy 91.910655 65.394686) (xy 92.11491 65.339956) (xy 92.306558 65.250589) (xy 92.479776 65.129301) + (xy 92.629301 64.979776) (xy 92.750589 64.806558) (xy 92.839956 64.61491) (xy 92.894686 64.410655) + (xy 92.913116 64.2) (xy 92.894686 63.989345) (xy 92.839956 63.78509) (xy 92.750589 63.593442) (xy 92.629301 63.420224) + (xy 92.629299 63.420221) (xy 92.479778 63.2707) (xy 92.306558 63.149411) (xy 92.306556 63.14941) + (xy 92.285071 63.139391) (xy 92.11491 63.060044) (xy 92.114906 63.060043) (xy 92.114902 63.060041) + (xy 91.91066 63.005315) (xy 91.910656 63.005314) (xy 91.910655 63.005314) (xy 91.910654 63.005313) + (xy 91.910649 63.005313) (xy 91.700002 62.986884) (xy 91.699998 62.986884) (xy 91.48935 63.005313) + (xy 91.489339 63.005315) (xy 91.285097 63.060041) (xy 91.285088 63.060045) (xy 91.093443 63.14941) + (xy 91.093441 63.149411) (xy 90.920221 63.2707) (xy 90.7707 63.420221) (xy 90.649411 63.593441) + (xy 90.64941 63.593443) (xy 90.560045 63.785088) (xy 90.560041 63.785097) (xy 90.505315 63.989339) + (xy 90.505313 63.98935) (xy 90.486884 64.199998) (xy 90.486884 64.200001) (xy 87.833116 64.200001) + (xy 87.833116 64.2) (xy 87.814686 63.989345) (xy 87.759956 63.78509) (xy 87.670589 63.593442) (xy 87.549301 63.420224) + (xy 87.549299 63.420221) (xy 87.399778 63.2707) (xy 87.226558 63.149411) (xy 87.226556 63.14941) + (xy 87.205071 63.139391) (xy 87.03491 63.060044) (xy 87.034906 63.060043) (xy 87.034902 63.060041) + (xy 86.83066 63.005315) (xy 86.830656 63.005314) (xy 86.830655 63.005314) (xy 86.830654 63.005313) + (xy 86.830649 63.005313) (xy 86.620002 62.986884) (xy 86.619998 62.986884) (xy 86.40935 63.005313) + (xy 86.409339 63.005315) (xy 86.205097 63.060041) (xy 86.205088 63.060045) (xy 86.013443 63.14941) + (xy 86.013441 63.149411) (xy 85.840221 63.2707) (xy 85.6907 63.420221) (xy 85.569411 63.593441) + (xy 85.56941 63.593443) (xy 85.480045 63.785088) (xy 85.480041 63.785097) (xy 85.425315 63.989339) + (xy 85.425313 63.98935) (xy 85.406884 64.199998) (xy 85.406884 64.200001) (xy 84.936398 64.200001) + (xy 84.924368 64.062499) (xy 84.921686 64.031845) (xy 84.866956 63.82759) (xy 84.777589 63.635942) + (xy 84.659564 63.467384) (xy 84.656299 63.462721) (xy 84.506778 63.3132) (xy 84.333558 63.191911) + (xy 84.333556 63.19191) (xy 84.312071 63.181891) (xy 84.14191 63.102544) (xy 84.141906 63.102543) + (xy 84.141902 63.102541) (xy 83.93766 63.047815) (xy 83.937656 63.047814) (xy 83.937655 63.047814) + (xy 83.937654 63.047813) (xy 83.937649 63.047813) (xy 83.727002 63.029384) (xy 83.726998 63.029384) + (xy 83.51635 63.047813) (xy 83.516339 63.047815) (xy 83.312097 63.102541) (xy 83.312088 63.102545) + (xy 83.120443 63.19191) (xy 83.120441 63.191911) (xy 82.947221 63.3132) (xy 82.7977 63.462721) (xy 82.676411 63.635941) + (xy 82.67641 63.635943) (xy 82.587045 63.827588) (xy 82.587041 63.827597) (xy 82.532315 64.031839) + (xy 82.532313 64.03185) (xy 82.513884 64.242498) (xy 82.513884 64.242501) (xy 79.860116 64.242501) + (xy 79.860116 64.242498) (xy 79.844368 64.062499) (xy 79.841686 64.031845) (xy 79.786956 63.82759) + (xy 79.697589 63.635942) (xy 79.579564 63.467384) (xy 79.576299 63.462721) (xy 79.426778 63.3132) + (xy 79.253558 63.191911) (xy 79.253556 63.19191) (xy 79.232071 63.181891) (xy 79.06191 63.102544) + (xy 79.061906 63.102543) (xy 79.061902 63.102541) (xy 78.85766 63.047815) (xy 78.857656 63.047814) + (xy 78.857655 63.047814) (xy 78.857654 63.047813) (xy 78.857649 63.047813) (xy 78.647002 63.029384) + (xy 78.646998 63.029384) (xy 78.43635 63.047813) (xy 78.436339 63.047815) (xy 78.232097 63.102541) + (xy 78.232088 63.102545) (xy 78.040443 63.19191) (xy 78.040441 63.191911) (xy 77.867221 63.3132) + (xy 77.7177 63.462721) (xy 77.596411 63.635941) (xy 77.59641 63.635943) (xy 77.507045 63.827588) + (xy 77.507041 63.827597) (xy 77.452315 64.031839) (xy 77.452313 64.03185) (xy 77.433884 64.242498) + (xy 77.433884 64.242501) (xy 74.181466 64.242501) (xy 74.283523 64.096749) (xy 74.380284 63.889243) + (xy 74.439543 63.668087) (xy 74.45751 63.462721) (xy 74.459498 63.440001) (xy 74.459498 63.439998) + (xy 74.440093 63.2182) (xy 74.439543 63.211913) (xy 74.380284 62.990757) (xy 74.376887 62.983473) + (xy 74.341736 62.908091) (xy 74.283523 62.783251) (xy 74.152198 62.5957) (xy 73.9903 62.433802) + (xy 73.802749 62.302477) (xy 73.802745 62.302475) (xy 73.595249 62.205718) (xy 73.595238 62.205714) + (xy 73.374089 62.146457) (xy 73.374081 62.146456) (xy 73.146002 62.126502) (xy 73.145998 62.126502) + (xy 72.917918 62.146456) (xy 72.91791 62.146457) (xy 72.696761 62.205714) (xy 72.69675 62.205718) + (xy 72.489254 62.302475) (xy 72.489252 62.302476) (xy 72.418856 62.351767) (xy 72.3017 62.433802) + (xy 72.301698 62.433803) (xy 72.301695 62.433806) (xy 72.139806 62.595695) (xy 72.139803 62.595698) + (xy 72.139802 62.5957) (xy 72.072385 62.691981) (xy 72.008476 62.783252) (xy 72.008475 62.783254) + (xy 71.911718 62.99075) (xy 71.911714 62.990761) (xy 71.852457 63.21191) (xy 71.852456 63.211918) + (xy 71.832502 63.439998) (xy 71.832502 63.440001) (xy 71.852456 63.668081) (xy 71.852457 63.668089) + (xy 71.911714 63.889238) (xy 71.911718 63.889249) (xy 71.997788 64.073826) (xy 72.008477 64.096749) + (xy 72.139802 64.2843) (xy 72.3017 64.446198) (xy 72.489251 64.577523) (xy 72.532345 64.597618) + (xy 72.584784 64.643791) (xy 72.603936 64.710984) (xy 72.58372 64.777865) (xy 72.532345 64.822382) + (xy 72.489251 64.842476) (xy 72.387316 64.913853) (xy 72.3017 64.973802) (xy 72.301698 64.973803) + (xy 72.301695 64.973806) (xy 72.139806 65.135695) (xy 72.139803 65.135698) (xy 72.139802 65.1357) + (xy 72.076507 65.226095) (xy 72.008476 65.323252) (xy 72.008475 65.323254) (xy 71.911718 65.53075) + (xy 71.911714 65.530761) (xy 71.852457 65.75191) (xy 71.852456 65.751918) (xy 71.832502 65.979998) + (xy 71.832502 65.980001) (xy 71.852456 66.208081) (xy 71.852457 66.208089) (xy 71.911714 66.429238) + (xy 71.911718 66.429249) (xy 72.008475 66.636745) (xy 72.008477 66.636749) (xy 72.139802 66.8243) + (xy 72.3017 66.986198) (xy 72.449819 67.089912) (xy 72.489251 67.117523) (xy 72.532345 67.137618) + (xy 72.584784 67.183791) (xy 72.603936 67.250984) (xy 72.58372 67.317865) (xy 72.532345 67.362382) + (xy 72.489251 67.382476) (xy 72.364126 67.47009) (xy 72.3017 67.513802) (xy 72.301698 67.513803) + (xy 72.301695 67.513806) (xy 72.139806 67.675695) (xy 72.139803 67.675698) (xy 72.139802 67.6757) + (xy 72.057767 67.792856) (xy 72.008476 67.863252) (xy 72.008475 67.863254) (xy 71.911718 68.07075) + (xy 71.911714 68.070761) (xy 71.852457 68.29191) (xy 71.852456 68.291918) (xy 71.832502 68.519998) + (xy 71.832502 68.520001) (xy 71.852456 68.748081) (xy 71.852457 68.748089) (xy 71.911714 68.969238) + (xy 71.911718 68.969249) (xy 72.006487 69.172482) (xy 72.008477 69.176749) (xy 72.139802 69.3643) + (xy 72.3017 69.526198) (xy 72.478507 69.65) (xy 72.489251 69.657523) (xy 72.532345 69.677618) (xy 72.584784 69.723791) + (xy 72.603936 69.790984) (xy 72.58372 69.857865) (xy 72.532345 69.902382) (xy 72.489251 69.922476) + (xy 72.364126 70.01009) (xy 72.3017 70.053802) (xy 72.301698 70.053803) (xy 72.301695 70.053806) + (xy 72.139806 70.215695) (xy 72.139803 70.215698) (xy 72.139802 70.2157) (xy 72.116523 70.248946) + (xy 72.008476 70.403252) (xy 72.008475 70.403254) (xy 71.911718 70.61075) (xy 71.911714 70.610761) + (xy 71.852457 70.83191) (xy 71.852456 70.831918) (xy 71.832502 71.059998) (xy 71.832502 71.060001) + (xy 68.9117 71.060001) (xy 68.9117 70.264864) (xy 68.931385 70.197825) (xy 68.935384 70.191976) + (xy 68.939036 70.186948) (xy 68.93904 70.186944) (xy 69.034527 70.021556) (xy 69.093542 69.839928) + (xy 69.113504 69.65) (xy 69.093542 69.460072) (xy 69.034527 69.278444) (xy 68.93904 69.113056) (xy 68.811253 68.971134) + (xy 68.656752 68.858882) (xy 68.482288 68.781206) (xy 68.482286 68.781205) (xy 68.295487 68.7415) + (xy 68.104513 68.7415) (xy 67.917714 68.781205) (xy 67.876326 68.799632) (xy 67.785618 68.840018) + (xy 67.743246 68.858883) (xy 67.588745 68.971135) (xy 67.460959 69.113057) (xy 67.365473 69.278443) + (xy 67.36547 69.27845) (xy 67.308021 69.455261) (xy 67.306458 69.460072) (xy 67.286496 69.65) (xy 67.306458 69.839928) + (xy 67.306459 69.839931) (xy 67.36547 70.021549) (xy 67.365473 70.021556) (xy 67.460959 70.186943) + (xy 67.464616 70.191976) (xy 67.488098 70.257782) (xy 67.4883 70.264864) (xy 67.4883 73.12232) (xy 67.468615 73.189359) + (xy 67.415811 73.235114) (xy 67.346653 73.245058) (xy 67.311896 73.234702) (xy 67.228331 73.195735) + (xy 67.228317 73.19573) (xy 67.00861 73.13686) (xy 67.008599 73.136858) (xy 66.782002 73.117034) + (xy 66.781998 73.117034) (xy 66.5554 73.136858) (xy 66.555389 73.13686) (xy 66.335682 73.19573) + (xy 66.335673 73.195734) (xy 66.129516 73.291866) (xy 66.129512 73.291868) (xy 66.056526 73.342973) + (xy 66.056526 73.342974) (xy 66.735553 74.022) (xy 66.729339 74.022) (xy 66.627606 74.049259) (xy 66.536394 74.10192) + (xy 66.46192 74.176394) (xy 66.409259 74.267606) (xy 66.382 74.369339) (xy 66.382 74.375552) (xy 65.702974 73.696526) + (xy 65.702973 73.696526) (xy 65.651868 73.769512) (xy 65.651865 73.769518) (xy 65.64907 73.775513) + (xy 65.602897 73.827951) (xy 65.535703 73.847102) (xy 65.468822 73.826885) (xy 65.424307 73.775511) + (xy 65.419523 73.765251) (xy 65.288198 73.5777) (xy 65.1263 73.415802) (xy 64.938749 73.284477) + (xy 64.936223 73.283299) (xy 64.731249 73.187718) (xy 64.731238 73.187714) (xy 64.510089 73.128457) + (xy 64.510081 73.128456) (xy 64.282002 73.108502) (xy 64.281998 73.108502) (xy 64.053918 73.128456) + (xy 64.05391 73.128457) (xy 63.832761 73.187714) (xy 63.83275 73.187718) (xy 63.625254 73.284475) + (xy 63.625252 73.284476) (xy 63.437698 73.415803) (xy 63.380236 73.473266) (xy 63.318912 73.50675) + (xy 63.24922 73.501765) (xy 63.193287 73.459894) (xy 63.168871 73.394429) (xy 63.170233 73.36805) + (xy 63.170214 73.368049) (xy 63.170262 73.367494) (xy 63.170441 73.36404) (xy 63.170682 73.362668) + (xy 63.170686 73.362655) (xy 63.189116 73.152) (xy 63.187791 73.13686) (xy 63.178163 73.026806) + (xy 63.170686 72.941345) (xy 63.115956 72.73709) (xy 63.026589 72.545442) (xy 62.905301 72.372224) + (xy 62.905299 72.372221) (xy 62.755778 72.2227) (xy 62.582558 72.101411) (xy 62.582556 72.10141) + (xy 62.552198 72.087254) (xy 62.39091 72.012044) (xy 62.390906 72.012043) (xy 62.390902 72.012041) + (xy 62.18666 71.957315) (xy 62.186656 71.957314) (xy 62.186655 71.957314) (xy 62.186654 71.957313) + (xy 62.186649 71.957313) (xy 61.976002 71.938884) (xy 61.975998 71.938884) (xy 61.76535 71.957313) + (xy 61.765339 71.957315) (xy 61.561097 72.012041) (xy 61.561088 72.012045) (xy 61.369443 72.10141) + (xy 61.369441 72.101411) (xy 61.196221 72.2227) (xy 61.0467 72.372221) (xy 60.925411 72.545441) + (xy 60.92541 72.545443) (xy 60.836045 72.737088) (xy 60.836041 72.737097) (xy 60.781315 72.941339) + (xy 60.781313 72.94135) (xy 60.762884 73.151998) (xy 60.762884 73.152001) (xy 57.246 73.152001) + (xy 57.246 73.105922) (xy 57.222148 73.016905) (xy 57.17607 72.937095) (xy 57.110905 72.87193) (xy 57.031095 72.825852) + (xy 56.942078 72.802) (xy 56.849922 72.802) (xy 56.760905 72.825852) (xy 56.681095 72.87193) (xy 56.61593 72.937095) + (xy 56.569852 73.016905) (xy 56.546 73.105922) (xy 56.546 73.198078) (xy 53.785605 73.198078) (xy 53.755243 73.165097) + (xy 53.755238 73.165092) (xy 53.577577 73.026812) (xy 53.577578 73.026812) (xy 53.577576 73.026811) + (xy 53.54107 73.007055) (xy 53.491479 72.957836) (xy 53.479113 72.902) (xy 55.719505 72.902) (xy 56.646 72.902) + (xy 56.646 71.977946) (xy 57.146 71.977946) (xy 57.146 72.902) (xy 58.072495 72.902) (xy 58.01976 72.71665) + (xy 57.920631 72.517574) (xy 57.786608 72.340099) (xy 57.622261 72.190278) (xy 57.433179 72.073202) + (xy 57.433177 72.073201) (xy 57.225799 71.992864) (xy 57.146 71.977946) (xy 56.646 71.977946) (xy 56.5662 71.992864) + (xy 56.358822 72.073201) (xy 56.35882 72.073202) (xy 56.169738 72.190278) (xy 56.005391 72.340099) + (xy 55.871368 72.517574) (xy 55.772239 72.71665) (xy 55.719505 72.902) (xy 53.479113 72.902) (xy 53.476371 72.889619) + (xy 53.500541 72.824064) (xy 53.54107 72.788945) (xy 53.541084 72.788936) (xy 53.577576 72.769189) + (xy 53.75524 72.630906) (xy 53.854614 72.522957) (xy 53.907715 72.465276) (xy 53.907716 72.465274) + (xy 53.907722 72.465268) (xy 54.03086 72.276791) (xy 54.121296 72.070616) (xy 54.176564 71.852368) + (xy 54.181918 71.787754) (xy 54.195156 71.628005) (xy 54.195156 71.627994) (xy 54.176565 71.40364) + (xy 54.176563 71.403627) (xy 54.170885 71.381205) (xy 54.173511 71.311384) (xy 54.203408 71.263086) + (xy 55.207145 70.259351) (xy 55.268468 70.225866) (xy 55.294826 70.223032) (xy 55.854481 70.223032) + (xy 55.92152 70.242717) (xy 55.956056 70.275908) (xy 55.966702 70.291112) (xy 56.116221 70.440631) + (xy 56.116224 70.440633) (xy 56.289442 70.561921) (xy 56.48109 70.651288) (xy 56.685345 70.706018) + (xy 56.835812 70.719182) (xy 56.895998 70.724448) (xy 56.896 70.724448) (xy 56.896002 70.724448) + (xy 56.948663 70.71984) (xy 57.106655 70.706018) (xy 57.31091 70.651288) (xy 57.502558 70.561921) + (xy 57.675776 70.440633) (xy 57.825301 70.291108) (xy 57.946589 70.11789) (xy 58.035956 69.926242) + (xy 58.090686 69.721987) (xy 58.109116 69.511333) (xy 60.762884 69.511333) (xy 60.781313 69.721981) + (xy 60.781315 69.721992) (xy 60.836041 69.926234) (xy 60.836043 69.926238) (xy 60.836044 69.926242) + (xy 60.88049 70.021556) (xy 60.92541 70.117888) (xy 60.925411 70.11789) (xy 61.0467 70.29111) (xy 61.196221 70.440631) + (xy 61.196224 70.440633) (xy 61.369442 70.561921) (xy 61.56109 70.651288) (xy 61.765345 70.706018) + (xy 61.915812 70.719182) (xy 61.975998 70.724448) (xy 61.976 70.724448) (xy 61.976002 70.724448) + (xy 62.028663 70.71984) (xy 62.186655 70.706018) (xy 62.39091 70.651288) (xy 62.582558 70.561921) + (xy 62.755776 70.440633) (xy 62.905301 70.291108) (xy 63.026589 70.11789) (xy 63.115956 69.926242) + (xy 63.170686 69.721987) (xy 63.189116 69.511332) (xy 63.170686 69.300677) (xy 63.115956 69.096422) + (xy 63.026589 68.904774) (xy 62.919349 68.751619) (xy 62.905299 68.731553) (xy 62.755778 68.582032) + (xy 62.582558 68.460743) (xy 62.582556 68.460742) (xy 62.463141 68.405058) (xy 62.39091 68.371376) + (xy 62.390906 68.371375) (xy 62.390902 68.371373) (xy 62.18666 68.316647) (xy 62.186656 68.316646) + (xy 62.186655 68.316646) (xy 62.186654 68.316645) (xy 62.186649 68.316645) (xy 61.976002 68.298216) + (xy 61.975998 68.298216) (xy 61.76535 68.316645) (xy 61.765339 68.316647) (xy 61.561097 68.371373) + (xy 61.561088 68.371377) (xy 61.369443 68.460742) (xy 61.369441 68.460743) (xy 61.196221 68.582032) + (xy 61.0467 68.731553) (xy 60.925411 68.904773) (xy 60.92541 68.904775) (xy 60.836045 69.09642) + (xy 60.836041 69.096429) (xy 60.781315 69.300671) (xy 60.781313 69.300682) (xy 60.762884 69.51133) + (xy 60.762884 69.511333) (xy 58.109116 69.511333) (xy 58.109116 69.511332) (xy 58.090686 69.300677) + (xy 58.035956 69.096422) (xy 57.946589 68.904774) (xy 57.839349 68.751619) (xy 57.825299 68.731553) + (xy 57.675778 68.582032) (xy 57.502558 68.460743) (xy 57.502556 68.460742) (xy 57.383141 68.405058) + (xy 57.31091 68.371376) (xy 57.310906 68.371375) (xy 57.310902 68.371373) (xy 57.10666 68.316647) + (xy 57.106656 68.316646) (xy 57.106655 68.316646) (xy 57.106654 68.316645) (xy 57.106649 68.316645) + (xy 56.896002 68.298216) (xy 56.895998 68.298216) (xy 56.68535 68.316645) (xy 56.685339 68.316647) + (xy 56.481097 68.371373) (xy 56.481088 68.371377) (xy 56.289443 68.460742) (xy 56.289441 68.460743) + (xy 56.116221 68.582032) (xy 55.966702 68.731551) (xy 55.956056 68.746756) (xy 55.901478 68.790381) + (xy 55.854481 68.799632) (xy 55.272892 68.799632) (xy 55.205853 68.779947) (xy 55.160098 68.727143) + (xy 55.150154 68.657985) (xy 55.179179 68.594429) (xy 55.185211 68.587951) (xy 55.522439 68.250723) + (xy 56.665117 67.108043) (xy 56.726438 67.07456) (xy 56.763599 67.072198) (xy 56.879666 67.082352) + (xy 56.895999 67.083782) (xy 56.896 67.083782) (xy 56.896002 67.083782) (xy 56.948663 67.079174) + (xy 57.106655 67.065352) (xy 57.31091 67.010622) (xy 57.502558 66.921255) (xy 57.675776 66.799967) + (xy 57.825301 66.650442) (xy 57.946589 66.477224) (xy 58.035956 66.285576) (xy 58.090686 66.081321) + (xy 58.109116 65.870667) (xy 60.762884 65.870667) (xy 60.781313 66.081315) (xy 60.781315 66.081326) + (xy 60.836041 66.285568) (xy 60.836043 66.285572) (xy 60.836044 66.285576) (xy 60.907399 66.438597) + (xy 60.92541 66.477222) (xy 60.925411 66.477224) (xy 61.0467 66.650444) (xy 61.196221 66.799965) + (xy 61.196224 66.799967) (xy 61.369442 66.921255) (xy 61.56109 67.010622) (xy 61.765345 67.065352) + (xy 61.915812 67.078516) (xy 61.975998 67.083782) (xy 61.976 67.083782) (xy 61.976002 67.083782) + (xy 62.028663 67.079174) (xy 62.186655 67.065352) (xy 62.39091 67.010622) (xy 62.582558 66.921255) + (xy 62.755776 66.799967) (xy 62.827725 66.728017) (xy 62.889046 66.694534) (xy 62.915405 66.6917) + (xy 64.362404 66.6917) (xy 64.429443 66.711385) (xy 64.463977 66.744574) (xy 64.519802 66.8243) + (xy 64.6817 66.986198) (xy 64.829819 67.089912) (xy 64.869251 67.117523) (xy 64.922401 67.142307) + (xy 64.97484 67.188479) (xy 64.993992 67.255673) (xy 64.973776 67.322554) (xy 64.922401 67.367071) + (xy 64.873517 67.389865) (xy 64.687179 67.520342) (xy 64.526342 67.681179) (xy 64.395865 67.867517) + (xy 64.299734 68.073673) (xy 64.29973 68.073682) (xy 64.247127 68.269999) (xy 64.247128 68.27) (xy 65.210314 68.27) + (xy 65.20592 68.274394) (xy 65.153259 68.365606) (xy 65.126 68.467339) (xy 65.126 68.572661) (xy 65.153259 68.674394) + (xy 65.20592 68.765606) (xy 65.210314 68.77) (xy 64.247128 68.77) (xy 64.29973 68.966317) (xy 64.299734 68.966326) + (xy 64.395865 69.172482) (xy 64.526342 69.35882) (xy 64.687179 69.519657) (xy 64.873517 69.650133) + (xy 64.922399 69.672927) (xy 64.974839 69.719099) (xy 64.993992 69.786292) (xy 64.973777 69.853174) + (xy 64.922402 69.897691) (xy 64.869256 69.922474) (xy 64.869252 69.922476) (xy 64.798856 69.971767) + (xy 64.6817 70.053802) (xy 64.681698 70.053803) (xy 64.681695 70.053806) (xy 64.519806 70.215695) + (xy 64.519803 70.215698) (xy 64.519802 70.2157) (xy 64.496523 70.248946) (xy 64.388476 70.403252) + (xy 64.388475 70.403254) (xy 64.291718 70.61075) (xy 64.291714 70.610761) (xy 64.232457 70.83191) + (xy 64.232456 70.831918) (xy 64.212502 71.059998) (xy 64.212502 71.060001) (xy 64.232456 71.288081) + (xy 64.232457 71.288089) (xy 64.291714 71.509238) (xy 64.291718 71.509249) (xy 64.355963 71.647022) + (xy 64.388477 71.716749) (xy 64.519802 71.9043) (xy 64.6817 72.066198) (xy 64.869251 72.197523) + (xy 64.923244 72.2227) (xy 65.07675 72.294281) (xy 65.076752 72.294281) (xy 65.076757 72.294284) + (xy 65.297913 72.353543) (xy 65.460832 72.367796) (xy 65.525998 72.373498) (xy 65.526 72.373498) + (xy 65.526002 72.373498) (xy 65.583021 72.368509) (xy 65.754087 72.353543) (xy 65.975243 72.294284) + (xy 66.182749 72.197523) (xy 66.3703 72.066198) (xy 66.532198 71.9043) (xy 66.663523 71.716749) + (xy 66.760284 71.509243) (xy 66.819543 71.288087) (xy 66.837508 71.082742) (xy 66.839498 71.060001) + (xy 66.839498 71.059998) (xy 66.83243 70.979209) (xy 66.819543 70.831913) (xy 66.760284 70.610757) + (xy 66.663523 70.403251) (xy 66.532198 70.2157) (xy 66.3703 70.053802) (xy 66.182749 69.922477) + (xy 66.129596 69.897691) (xy 66.077158 69.851519) (xy 66.058007 69.784325) (xy 66.078223 69.717444) + (xy 66.1296 69.672927) (xy 66.178483 69.650133) (xy 66.36482 69.519657) (xy 66.525657 69.35882) + (xy 66.656134 69.172482) (xy 66.752265 68.966326) (xy 66.752269 68.966317) (xy 66.804872 68.77) + (xy 65.841686 68.77) (xy 65.84608 68.765606) (xy 65.898741 68.674394) (xy 65.926 68.572661) (xy 65.926 68.467339) + (xy 65.898741 68.365606) (xy 65.84608 68.274394) (xy 65.841686 68.27) (xy 66.804872 68.27) (xy 66.804872 68.269999) + (xy 66.752269 68.073682) (xy 66.752265 68.073673) (xy 66.656134 67.867517) (xy 66.525657 67.681179) + (xy 66.36482 67.520342) (xy 66.178481 67.389865) (xy 66.178479 67.389864) (xy 66.129599 67.367071) + (xy 66.077159 67.320899) (xy 66.058007 67.253706) (xy 66.078223 67.186824) (xy 66.129599 67.142307) + (xy 66.134982 67.139797) (xy 66.182749 67.117523) (xy 66.3703 66.986198) (xy 66.532198 66.8243) + (xy 66.663523 66.636749) (xy 66.760284 66.429243) (xy 66.819543 66.208087) (xy 66.839498 65.98) + (xy 66.819543 65.751913) (xy 66.760284 65.530757) (xy 66.663523 65.323251) (xy 66.532198 65.1357) + (xy 66.3703 64.973802) (xy 66.362627 64.968429) (xy 66.319006 64.913853) (xy 66.311814 64.844355) + (xy 66.343338 64.782001) (xy 66.403568 64.746588) (xy 66.420489 64.74357) (xy 66.435201 64.741989) + (xy 66.572204 64.690889) (xy 66.689261 64.603261) (xy 66.776889 64.486204) (xy 66.827989 64.349201) + (xy 66.832891 64.303607) (xy 66.834499 64.288654) (xy 66.8345 64.288637) (xy 66.8345 62.591362) + (xy 66.834499 62.591345) (xy 66.831157 62.56027) (xy 66.827989 62.530799) (xy 66.776889 62.393796) + (xy 66.689261 62.276739) (xy 66.572204 62.189111) (xy 66.435203 62.138011) (xy 66.374654 62.1315) + (xy 66.374638 62.1315) (xy 64.677362 62.1315) (xy 64.677345 62.1315) (xy 64.616797 62.138011) (xy 64.616795 62.138011) + (xy 64.479795 62.189111) (xy 64.362739 62.276739) (xy 64.275111 62.393795) (xy 64.224011 62.530795) + (xy 64.224011 62.530797) (xy 64.2175 62.591345) (xy 64.2175 62.6043) (xy 64.197815 62.671339) (xy 64.145011 62.717094) + (xy 64.0935 62.7283) (xy 63.532158 62.7283) (xy 63.465119 62.708615) (xy 63.444477 62.691981) (xy 63.213379 62.460883) + (xy 63.179894 62.39956) (xy 63.177532 62.362398) (xy 63.189116 62.23) (xy 63.189115 62.229994) (xy 63.180061 62.126502) + (xy 63.170686 62.019345) (xy 63.115956 61.81509) (xy 63.026589 61.623442) (xy 62.905301 61.450224) + (xy 62.905299 61.450221) (xy 62.755778 61.3007) (xy 62.582558 61.179411) (xy 62.582556 61.17941) + (xy 62.502679 61.142163) (xy 62.39091 61.090044) (xy 62.390906 61.090043) (xy 62.390902 61.090041) + (xy 62.18666 61.035315) (xy 62.186656 61.035314) (xy 62.186655 61.035314) (xy 62.186654 61.035313) + (xy 62.186649 61.035313) (xy 61.976002 61.016884) (xy 61.975998 61.016884) (xy 61.76535 61.035313) + (xy 61.765339 61.035315) (xy 61.561097 61.090041) (xy 61.561088 61.090045) (xy 61.369443 61.17941) + (xy 61.369441 61.179411) (xy 61.196221 61.3007) (xy 61.0467 61.450221) (xy 60.925411 61.623441) + (xy 60.92541 61.623443) (xy 60.836045 61.815088) (xy 60.836041 61.815097) (xy 60.781315 62.019339) + (xy 60.781313 62.01935) (xy 60.762884 62.229998) (xy 60.762884 62.230001) (xy 60.781313 62.440649) + (xy 60.781315 62.44066) (xy 60.836041 62.644902) (xy 60.836043 62.644906) (xy 60.836044 62.64491) + (xy 60.902908 62.7883) (xy 60.92541 62.836556) (xy 60.925411 62.836558) (xy 61.0467 63.009778) (xy 61.196221 63.159299) + (xy 61.196224 63.159301) (xy 61.369442 63.280589) (xy 61.56109 63.369956) (xy 61.765345 63.424686) + (xy 61.915812 63.43785) (xy 61.975998 63.443116) (xy 61.976 63.443116) (xy 62.108396 63.431532) + (xy 62.176894 63.445298) (xy 62.206883 63.467379) (xy 62.63006 63.890556) (xy 62.630089 63.890587) + (xy 62.732316 63.992814) (xy 62.790738 64.03185) (xy 62.848883 64.070701) (xy 62.940468 64.108636) + (xy 62.978404 64.12435) (xy 62.978408 64.12435) (xy 62.978409 64.124351) (xy 63.115901 64.151701) + (xy 63.115904 64.151701) (xy 63.26221 64.151701) (xy 63.26223 64.1517) (xy 64.0935 64.1517) (xy 64.160539 64.171385) + (xy 64.206294 64.224189) (xy 64.2175 64.2757) (xy 64.2175 64.288654) (xy 64.224011 64.349202) (xy 64.224011 64.349204) + (xy 64.260189 64.446198) (xy 64.275111 64.486204) (xy 64.362739 64.603261) (xy 64.479796 64.690889) + (xy 64.57911 64.727931) (xy 64.616793 64.741987) (xy 64.616799 64.741989) (xy 64.631499 64.743569) + (xy 64.696048 64.770305) (xy 64.735897 64.827696) (xy 64.738393 64.897521) (xy 64.702742 64.957611) + (xy 64.689377 64.968425) (xy 64.689371 64.968431) (xy 64.681696 64.973805) (xy 64.519802 65.135699) + (xy 64.515723 65.141525) (xy 64.463977 65.215425) (xy 64.409402 65.259048) (xy 64.362404 65.2683) + (xy 63.094075 65.2683) (xy 63.027036 65.248615) (xy 62.9925 65.215423) (xy 62.9053 65.090888) (xy 62.755778 64.941366) + (xy 62.582558 64.820077) (xy 62.582556 64.820076) (xy 62.553562 64.806556) (xy 62.39091 64.73071) + (xy 62.390906 64.730709) (xy 62.390902 64.730707) (xy 62.18666 64.675981) (xy 62.186656 64.67598) + (xy 62.186655 64.67598) (xy 62.186654 64.675979) (xy 62.186649 64.675979) (xy 61.976002 64.65755) + (xy 61.975998 64.65755) (xy 61.76535 64.675979) (xy 61.765339 64.675981) (xy 61.561097 64.730707) + (xy 61.561088 64.730711) (xy 61.369443 64.820076) (xy 61.369441 64.820077) (xy 61.196221 64.941366) + (xy 61.0467 65.090887) (xy 60.925411 65.264107) (xy 60.92541 65.264109) (xy 60.836045 65.455754) + (xy 60.836041 65.455763) (xy 60.781315 65.660005) (xy 60.781313 65.660016) (xy 60.762884 65.870664) + (xy 60.762884 65.870667) (xy 58.109116 65.870667) (xy 58.109116 65.870666) (xy 58.090686 65.660011) + (xy 58.035956 65.455756) (xy 57.946589 65.264108) (xy 57.825301 65.09089) (xy 57.825299 65.090887) + (xy 57.675778 64.941366) (xy 57.502558 64.820077) (xy 57.502556 64.820076) (xy 57.473562 64.806556) + (xy 57.31091 64.73071) (xy 57.310906 64.730709) (xy 57.310902 64.730707) (xy 57.10666 64.675981) + (xy 57.106656 64.67598) (xy 57.106655 64.67598) (xy 57.106654 64.675979) (xy 57.106649 64.675979) + (xy 56.896002 64.65755) (xy 56.895998 64.65755) (xy 56.68535 64.675979) (xy 56.685339 64.675981) + (xy 56.481097 64.730707) (xy 56.481088 64.730711) (xy 56.289443 64.820076) (xy 56.289441 64.820077) + (xy 56.116221 64.941366) (xy 55.9667 65.090887) (xy 55.845411 65.264107) (xy 55.84541 65.264109) + (xy 55.756045 65.455754) (xy 55.756041 65.455763) (xy 55.701315 65.660005) (xy 55.701313 65.660016) + (xy 55.682884 65.870664) (xy 55.682884 65.870668) (xy 55.694466 66.003061) (xy 55.680699 66.071561) + (xy 55.658619 66.101549) (xy 53.787592 67.972576) (xy 53.726269 68.006061) (xy 53.656577 68.001077) + (xy 53.623748 67.982748) (xy 53.577578 67.946812) (xy 53.577574 67.946809) (xy 53.54107 67.927055) + (xy 53.491479 67.877836) (xy 53.476371 67.809619) (xy 53.500541 67.744064) (xy 53.54107 67.708945) + (xy 53.541084 67.708936) (xy 53.577576 67.689189) (xy 53.75524 67.550906) (xy 53.907722 67.385268) + (xy 54.03086 67.196791) (xy 54.121296 66.990616) (xy 54.176564 66.772368) (xy 54.180239 66.728019) + (xy 54.195156 66.548005) (xy 54.195156 66.547994) (xy 54.176565 66.32364) (xy 54.176563 66.323628) + (xy 54.159872 66.257716) (xy 54.121296 66.105384) (xy 54.03086 65.899209) (xy 53.907722 65.710732) + (xy 53.907719 65.710729) (xy 53.907715 65.710723) (xy 53.755243 65.545097) (xy 53.755238 65.545092) + (xy 53.592968 65.418791) (xy 53.577577 65.406811) (xy 53.534303 65.383393) (xy 53.484713 65.334173) + (xy 53.469605 65.265957) (xy 53.493775 65.200401) (xy 53.522198 65.172763) (xy 53.593373 65.122925) + (xy 52.961409 64.490962) (xy 53.024993 64.473925) (xy 53.139007 64.408099) (xy 53.232099 64.315007) + (xy 53.297925 64.200993) (xy 53.314962 64.13741) (xy 53.946925 64.769373) (xy 53.946926 64.769373) + (xy 54.005598 64.685582) (xy 54.0056 64.685578) (xy 54.105429 64.471492) (xy 54.105433 64.471483) + (xy 54.166567 64.243326) (xy 54.166569 64.243315) (xy 54.187157 64.008001) (xy 54.187157 64.007998) + (xy 54.166569 63.772684) (xy 54.166567 63.772673) (xy 54.105433 63.544516) (xy 54.105429 63.544507) + (xy 54.0056 63.330423) (xy 54.005599 63.330421) (xy 53.946925 63.246626) (xy 53.946925 63.246625) + (xy 53.314962 63.878589) (xy 53.297925 63.815007) (xy 53.232099 63.700993) (xy 53.139007 63.607901) + (xy 53.024993 63.542075) (xy 52.96141 63.525037) (xy 53.593373 62.893073) (xy 53.593373 62.893072) + (xy 53.522199 62.843236) (xy 53.478574 62.788659) (xy 53.47138 62.719161) (xy 53.502903 62.656806) + (xy 53.534305 62.632606) (xy 53.577576 62.609189) (xy 53.75524 62.470906) (xy 53.907722 62.305268) + (xy 53.956896 62.230001) (xy 55.682884 62.230001) (xy 55.701313 62.440649) (xy 55.701315 62.44066) + (xy 55.756041 62.644902) (xy 55.756043 62.644906) (xy 55.756044 62.64491) (xy 55.822908 62.7883) + (xy 55.84541 62.836556) (xy 55.845411 62.836558) (xy 55.9667 63.009778) (xy 56.116221 63.159299) + (xy 56.116224 63.159301) (xy 56.289442 63.280589) (xy 56.48109 63.369956) (xy 56.685345 63.424686) + (xy 56.835812 63.43785) (xy 56.895998 63.443116) (xy 56.896 63.443116) (xy 56.896002 63.443116) + (xy 56.948663 63.438508) (xy 57.106655 63.424686) (xy 57.31091 63.369956) (xy 57.502558 63.280589) + (xy 57.675776 63.159301) (xy 57.825301 63.009776) (xy 57.946589 62.836558) (xy 58.035956 62.64491) + (xy 58.090686 62.440655) (xy 58.109116 62.23) (xy 58.109115 62.229994) (xy 58.100061 62.126502) + (xy 58.090686 62.019345) (xy 58.035956 61.81509) (xy 57.946589 61.623442) (xy 57.825301 61.450224) + (xy 57.825299 61.450221) (xy 57.675778 61.3007) (xy 57.502558 61.179411) (xy 57.502556 61.17941) + (xy 57.422679 61.142163) (xy 57.31091 61.090044) (xy 57.310906 61.090043) (xy 57.310902 61.090041) + (xy 57.10666 61.035315) (xy 57.106656 61.035314) (xy 57.106655 61.035314) (xy 57.106654 61.035313) + (xy 57.106649 61.035313) (xy 56.896002 61.016884) (xy 56.895998 61.016884) (xy 56.68535 61.035313) + (xy 56.685339 61.035315) (xy 56.481097 61.090041) (xy 56.481088 61.090045) (xy 56.289443 61.17941) + (xy 56.289441 61.179411) (xy 56.116221 61.3007) (xy 55.9667 61.450221) (xy 55.845411 61.623441) + (xy 55.84541 61.623443) (xy 55.756045 61.815088) (xy 55.756041 61.815097) (xy 55.701315 62.019339) + (xy 55.701313 62.01935) (xy 55.682884 62.229998) (xy 55.682884 62.230001) (xy 53.956896 62.230001) + (xy 54.03086 62.116791) (xy 54.121296 61.910616) (xy 54.176564 61.692368) (xy 54.176565 61.692359) + (xy 54.195156 61.468005) (xy 54.195156 61.467994) (xy 54.176565 61.24364) (xy 54.176563 61.243628) + (xy 54.159872 61.177716) (xy 54.121296 61.025384) (xy 54.03086 60.819209) (xy 54.015115 60.79511) + (xy 53.969291 60.72497) (xy 53.907722 60.630732) (xy 53.907719 60.630729) (xy 53.907715 60.630723) + (xy 53.755243 60.465097) (xy 53.755238 60.465092) (xy 53.577577 60.326812) (xy 53.577578 60.326812) + (xy 53.577576 60.326811) (xy 53.54107 60.307055) (xy 53.491479 60.257836) (xy 53.47867 60.200001) + (xy 70.588502 60.200001) (xy 70.608456 60.428081) (xy 70.608457 60.428089) (xy 70.667714 60.649238) + (xy 70.667718 60.649249) (xy 70.735242 60.794054) (xy 70.764477 60.856749) (xy 70.895802 61.0443) + (xy 71.0577 61.206198) (xy 71.245251 61.337523) (xy 71.363644 61.39273) (xy 71.45275 61.434281) + (xy 71.452752 61.434281) (xy 71.452757 61.434284) (xy 71.673913 61.493543) (xy 71.836832 61.507796) + (xy 71.901998 61.513498) (xy 71.902 61.513498) (xy 71.902002 61.513498) (xy 71.959021 61.508509) + (xy 72.130087 61.493543) (xy 72.351243 61.434284) (xy 72.558749 61.337523) (xy 72.7463 61.206198) + (xy 72.908198 61.0443) (xy 73.039523 60.856749) (xy 73.044305 60.846493) (xy 73.090472 60.794054) + (xy 73.157665 60.774898) (xy 73.224547 60.79511) (xy 73.269067 60.846483) (xy 73.271862 60.852477) + (xy 73.271863 60.852478) (xy 73.322974 60.925472) (xy 74.002 60.246446) (xy 74.002 60.252661) (xy 74.029259 60.354394) + (xy 74.08192 60.445606) (xy 74.156394 60.52008) (xy 74.247606 60.572741) (xy 74.349339 60.6) (xy 74.355553 60.6) + (xy 73.676526 61.279025) (xy 73.749513 61.330132) (xy 73.749521 61.330136) (xy 73.955668 61.426264) + (xy 73.955682 61.426269) (xy 74.175389 61.485139) (xy 74.1754 61.485141) (xy 74.401998 61.504966) + (xy 74.402002 61.504966) (xy 74.628599 61.485141) (xy 74.62861 61.485139) (xy 74.848317 61.426269) + (xy 74.848331 61.426264) (xy 75.054478 61.330136) (xy 75.127471 61.279024) (xy 74.448447 60.6) (xy 74.454661 60.6) + (xy 74.556394 60.572741) (xy 74.647606 60.52008) (xy 74.72208 60.445606) (xy 74.774741 60.354394) + (xy 74.802 60.252661) (xy 74.802 60.246447) (xy 75.481024 60.925471) (xy 75.532136 60.852478) (xy 75.628264 60.646331) + (xy 75.628269 60.646317) (xy 75.687139 60.42661) (xy 75.687141 60.426599) (xy 75.706966 60.200002) + (xy 75.706966 60.199997) (xy 75.687141 59.9734) (xy 75.687139 59.973389) (xy 75.628269 59.753682) + (xy 75.628264 59.753668) (xy 75.532136 59.547521) (xy 75.532132 59.547513) (xy 75.481025 59.474526) + (xy 74.802 60.153551) (xy 74.802 60.147339) (xy 74.774741 60.045606) (xy 74.72208 59.954394) (xy 74.647606 59.87992) + (xy 74.556394 59.827259) (xy 74.454661 59.8) (xy 74.448448 59.8) (xy 75.127472 59.120974) (xy 75.054478 59.069863) + (xy 74.848331 58.973735) (xy 74.848317 58.97373) (xy 74.62861 58.91486) (xy 74.628599 58.914858) + (xy 74.402002 58.895034) (xy 74.401998 58.895034) (xy 74.1754 58.914858) (xy 74.175389 58.91486) + (xy 73.955682 58.97373) (xy 73.955673 58.973734) (xy 73.749516 59.069866) (xy 73.749512 59.069868) + (xy 73.676526 59.120973) (xy 73.676526 59.120974) (xy 74.355553 59.8) (xy 74.349339 59.8) (xy 74.247606 59.827259) + (xy 74.156394 59.87992) (xy 74.08192 59.954394) (xy 74.029259 60.045606) (xy 74.002 60.147339) (xy 74.002 60.153552) + (xy 73.322974 59.474526) (xy 73.322973 59.474526) (xy 73.271868 59.547512) (xy 73.271865 59.547518) + (xy 73.26907 59.553513) (xy 73.222897 59.605951) (xy 73.155703 59.625102) (xy 73.088822 59.604885) + (xy 73.044307 59.553511) (xy 73.039523 59.543251) (xy 72.908198 59.3557) (xy 72.7463 59.193802) + (xy 72.558749 59.062477) (xy 72.558745 59.062475) (xy 72.351249 58.965718) (xy 72.351238 58.965714) + (xy 72.130089 58.906457) (xy 72.130081 58.906456) (xy 71.902002 58.886502) (xy 71.901998 58.886502) + (xy 71.673918 58.906456) (xy 71.67391 58.906457) (xy 71.452761 58.965714) (xy 71.45275 58.965718) + (xy 71.245254 59.062475) (xy 71.245252 59.062476) (xy 71.174856 59.111767) (xy 71.0577 59.193802) + (xy 71.057698 59.193803) (xy 71.057695 59.193806) (xy 70.895806 59.355695) (xy 70.895803 59.355698) + (xy 70.895802 59.3557) (xy 70.885358 59.370616) (xy 70.764476 59.543252) (xy 70.764475 59.543254) + (xy 70.667718 59.75075) (xy 70.667714 59.750761) (xy 70.608457 59.97191) (xy 70.608456 59.971918) + (xy 70.588502 60.199998) (xy 70.588502 60.200001) (xy 53.47867 60.200001) (xy 53.476371 60.189619) + (xy 53.500541 60.124064) (xy 53.54107 60.088945) (xy 53.541084 60.088936) (xy 53.577576 60.069189) + (xy 53.75524 59.930906) (xy 53.907722 59.765268) (xy 54.03086 59.576791) (xy 54.121296 59.370616) + (xy 54.176564 59.152368) (xy 54.176565 59.152359) (xy 54.195156 58.928005) (xy 54.195156 58.927994) + (xy 54.176565 58.70364) (xy 54.176563 58.703627) (xy 54.170885 58.681205) (xy 54.173511 58.611384) + (xy 54.203408 58.563086) (xy 54.546611 58.219882) (xy 54.546619 58.219876) (xy 54.553679 58.212815) + (xy 54.553683 58.212814) (xy 54.652814 58.113683) (xy 54.730701 57.997117) (xy 54.752818 57.943721) + (xy 54.784351 57.867595) (xy 54.811701 57.730096) (xy 54.811701 57.658001) (xy 75.748884 57.658001) + (xy 75.767313 57.868649) (xy 75.767315 57.86866) (xy 75.822041 58.072902) (xy 75.822043 58.072906) + (xy 75.822044 58.07291) (xy 75.892312 58.2236) (xy 75.91141 58.264556) (xy 75.911411 58.264558) + (xy 76.0327 58.437778) (xy 76.182221 58.587299) (xy 76.182224 58.587301) (xy 76.355442 58.708589) + (xy 76.54709 58.797956) (xy 76.751345 58.852686) (xy 76.901812 58.86585) (xy 76.961998 58.871116) + (xy 76.962 58.871116) (xy 76.962002 58.871116) (xy 77.014663 58.866508) (xy 77.172655 58.852686) + (xy 77.37691 58.797956) (xy 77.568558 58.708589) (xy 77.741776 58.587301) (xy 77.891301 58.437776) + (xy 78.012589 58.264558) (xy 78.101956 58.07291) (xy 78.156686 57.868655) (xy 78.175116 57.658001) + (xy 80.828884 57.658001) (xy 80.847313 57.868649) (xy 80.847315 57.86866) (xy 80.902041 58.072902) + (xy 80.902043 58.072906) (xy 80.902044 58.07291) (xy 80.972312 58.2236) (xy 80.99141 58.264556) + (xy 80.991411 58.264558) (xy 81.1127 58.437778) (xy 81.262221 58.587299) (xy 81.262224 58.587301) + (xy 81.435442 58.708589) (xy 81.62709 58.797956) (xy 81.831345 58.852686) (xy 81.981812 58.86585) + (xy 82.041998 58.871116) (xy 82.042 58.871116) (xy 82.042002 58.871116) (xy 82.094663 58.866508) + (xy 82.252655 58.852686) (xy 82.45691 58.797956) (xy 82.648558 58.708589) (xy 82.821776 58.587301) + (xy 82.971301 58.437776) (xy 83.092589 58.264558) (xy 83.181956 58.07291) (xy 83.236686 57.868655) + (xy 83.255116 57.658) (xy 83.236686 57.447345) (xy 83.181956 57.24309) (xy 83.092589 57.051442) + (xy 83.091583 57.050005) (xy 88.552844 57.050005) (xy 88.571434 57.274359) (xy 88.571436 57.274371) + (xy 88.626703 57.492614) (xy 88.71714 57.698792) (xy 88.840276 57.887265) (xy 88.840284 57.887276) + (xy 88.992756 58.052902) (xy 88.992761 58.052907) (xy 89.018461 58.07291) (xy 89.170424 58.191189) + (xy 89.170425 58.191189) (xy 89.170427 58.191191) (xy 89.230314 58.2236) (xy 89.368426 58.298342) + (xy 89.581365 58.371444) (xy 89.803431 58.4085) (xy 90.028569 58.4085) (xy 90.250635 58.371444) + (xy 90.463574 58.298342) (xy 90.661576 58.191189) (xy 90.83924 58.052906) (xy 90.954817 57.927357) + (xy 90.991715 57.887276) (xy 90.991715 57.887275) (xy 90.991722 57.887268) (xy 91.085749 57.743347) + (xy 91.138894 57.697994) (xy 91.208125 57.68857) (xy 91.271461 57.718072) (xy 91.291131 57.740049) + (xy 91.341072 57.811373) (xy 91.341073 57.811373) (xy 91.973037 57.179409) (xy 91.990075 57.242993) + (xy 92.055901 57.357007) (xy 92.148993 57.450099) (xy 92.263007 57.515925) (xy 92.32659 57.532962) + (xy 91.694625 58.164925) (xy 91.778421 58.223599) (xy 91.992507 58.323429) (xy 91.992516 58.323433) + (xy 92.220673 58.384567) (xy 92.220684 58.384569) (xy 92.455998 58.405157) (xy 92.456002 58.405157) + (xy 92.691315 58.384569) (xy 92.691326 58.384567) (xy 92.919483 58.323433) (xy 92.919492 58.323429) + (xy 93.133578 58.2236) (xy 93.133582 58.223598) (xy 93.217373 58.164926) (xy 93.217373 58.164925) + (xy 92.585409 57.532962) (xy 92.648993 57.515925) (xy 92.763007 57.450099) (xy 92.856099 57.357007) + (xy 92.921925 57.242993) (xy 92.938962 57.17941) (xy 93.570925 57.811373) (xy 93.624425 57.734968) + (xy 93.679002 57.691344) (xy 93.748501 57.684151) (xy 93.810855 57.715673) (xy 93.827576 57.734969) + (xy 93.881073 57.811372) (xy 94.513037 57.179409) (xy 94.530075 57.242993) (xy 94.595901 57.357007) + (xy 94.688993 57.450099) (xy 94.803007 57.515925) (xy 94.86659 57.532962) (xy 94.234625 58.164925) + (xy 94.318421 58.223599) (xy 94.532507 58.323429) (xy 94.532516 58.323433) (xy 94.760673 58.384567) + (xy 94.760684 58.384569) (xy 94.995998 58.405157) (xy 94.996002 58.405157) (xy 95.231315 58.384569) + (xy 95.231326 58.384567) (xy 95.459483 58.323433) (xy 95.459492 58.323429) (xy 95.673578 58.2236) + (xy 95.673582 58.223598) (xy 95.757373 58.164926) (xy 95.757373 58.164925) (xy 95.125409 57.532962) + (xy 95.188993 57.515925) (xy 95.303007 57.450099) (xy 95.396099 57.357007) (xy 95.461925 57.242993) + (xy 95.478962 57.17941) (xy 96.110925 57.811373) (xy 96.160868 57.740048) (xy 96.215445 57.696424) + (xy 96.284944 57.689231) (xy 96.347298 57.720753) (xy 96.366251 57.74335) (xy 96.460276 57.887265) + (xy 96.460284 57.887276) (xy 96.612756 58.052902) (xy 96.612761 58.052907) (xy 96.638461 58.07291) + (xy 96.790424 58.191189) (xy 96.790425 58.191189) (xy 96.790427 58.191191) (xy 96.850314 58.2236) + (xy 96.988426 58.298342) (xy 97.201365 58.371444) (xy 97.423431 58.4085) (xy 97.648569 58.4085) + (xy 97.870635 58.371444) (xy 98.083574 58.298342) (xy 98.281576 58.191189) (xy 98.45924 58.052906) + (xy 98.574818 57.927355) (xy 98.634704 57.891366) (xy 98.704542 57.893467) (xy 98.762158 57.932991) + (xy 98.780474 57.966362) (xy 98.780835 57.966195) (xy 98.783389 57.971672) (xy 98.783749 57.972329) + (xy 98.783885 57.972738) (xy 98.87697 58.123652) (xy 99.002348 58.24903) (xy 99.153262 58.342115) + (xy 99.321574 58.397887) (xy 99.425455 58.4085) (xy 100.726544 58.408499) (xy 100.830426 58.397887) + (xy 100.998738 58.342115) (xy 101.149652 58.24903) (xy 101.27503 58.123652) (xy 101.368115 57.972738) + (xy 101.423887 57.804426) (xy 101.4345 57.700545) (xy 101.434499 56.399456) (xy 101.423887 56.295574) + (xy 101.368115 56.127262) (xy 101.27503 55.976348) (xy 101.149652 55.85097) (xy 101.149651 55.850969) + (xy 101.024402 55.773714) (xy 100.977678 55.721766) (xy 100.9655 55.668176) (xy 100.9655 55.597941) + (xy 100.985185 55.530902) (xy 100.998271 55.513957) (xy 100.999234 55.51291) (xy 100.99924 55.512906) + (xy 101.151722 55.347268) (xy 101.27486 55.158791) (xy 101.365296 54.952616) (xy 101.420564 54.734368) + (xy 101.420565 54.734359) (xy 101.439156 54.510005) (xy 101.439156 54.509994) (xy 101.420565 54.28564) + (xy 101.420563 54.285628) (xy 101.399637 54.202993) (xy 101.365296 54.067384) (xy 101.27486 53.861209) + (xy 101.262262 53.841927) (xy 101.177086 53.711555) (xy 101.151722 53.672732) (xy 101.151719 53.672729) + (xy 101.151715 53.672723) (xy 100.999243 53.507097) (xy 100.999238 53.507092) (xy 100.821577 53.368812) + (xy 100.821572 53.368808) (xy 100.62358 53.261661) (xy 100.623577 53.261659) (xy 100.623574 53.261658) + (xy 100.623571 53.261657) (xy 100.623569 53.261656) (xy 100.410637 53.188556) (xy 100.188569 53.1515) + (xy 99.963431 53.1515) (xy 99.741362 53.188556) (xy 99.52843 53.261656) (xy 99.528419 53.261661) + (xy 99.330427 53.368808) (xy 99.330422 53.368812) (xy 99.152761 53.507092) (xy 99.152756 53.507097) + (xy 99.000284 53.672723) (xy 99.000276 53.672734) (xy 98.909808 53.811206) (xy 98.856662 53.856562) + (xy 98.787431 53.865986) (xy 98.724095 53.836484) (xy 98.702192 53.811206) (xy 98.611723 53.672734) + (xy 98.611715 53.672723) (xy 98.459243 53.507097) (xy 98.459238 53.507092) (xy 98.281577 53.368812) + (xy 98.281572 53.368808) (xy 98.08358 53.261661) (xy 98.083577 53.261659) (xy 98.083574 53.261658) + (xy 98.083571 53.261657) (xy 98.083569 53.261656) (xy 97.870637 53.188556) (xy 97.648569 53.1515) + (xy 97.423431 53.1515) (xy 97.201362 53.188556) (xy 96.98843 53.261656) (xy 96.988419 53.261661) + (xy 96.790427 53.368808) (xy 96.790422 53.368812) (xy 96.612761 53.507092) (xy 96.612756 53.507097) + (xy 96.460284 53.672723) (xy 96.46028 53.672729) (xy 96.36625 53.816651) (xy 96.313103 53.862007) + (xy 96.243872 53.87143) (xy 96.180536 53.841927) (xy 96.160866 53.819951) (xy 96.110924 53.748626) + (xy 95.478962 54.380589) (xy 95.461925 54.317007) (xy 95.396099 54.202993) (xy 95.303007 54.109901) + (xy 95.188993 54.044075) (xy 95.12541 54.027037) (xy 95.757373 53.395073) (xy 95.757373 53.395072) + (xy 95.673583 53.336402) (xy 95.673579 53.3364) (xy 95.459492 53.23657) (xy 95.459483 53.236566) + (xy 95.231326 53.175432) (xy 95.231315 53.17543) (xy 94.996002 53.154843) (xy 94.995998 53.154843) + (xy 94.760684 53.17543) (xy 94.760673 53.175432) (xy 94.532516 53.236566) (xy 94.532507 53.23657) + (xy 94.318419 53.336401) (xy 94.234625 53.395072) (xy 94.86659 54.027037) (xy 94.803007 54.044075) + (xy 94.688993 54.109901) (xy 94.595901 54.202993) (xy 94.530075 54.317007) (xy 94.513037 54.38059) + (xy 93.881072 53.748625) (xy 93.881072 53.748626) (xy 93.827574 53.82503) (xy 93.772998 53.868655) + (xy 93.703499 53.875849) (xy 93.641144 53.844326) (xy 93.624424 53.82503) (xy 93.570925 53.748626) + (xy 93.570925 53.748625) (xy 92.938962 54.380589) (xy 92.921925 54.317007) (xy 92.856099 54.202993) + (xy 92.763007 54.109901) (xy 92.648993 54.044075) (xy 92.58541 54.027037) (xy 93.217373 53.395073) + (xy 93.217373 53.395072) (xy 93.133583 53.336402) (xy 93.133579 53.3364) (xy 92.919492 53.23657) + (xy 92.919483 53.236566) (xy 92.691326 53.175432) (xy 92.691315 53.17543) (xy 92.456002 53.154843) + (xy 92.455998 53.154843) (xy 92.220684 53.17543) (xy 92.220673 53.175432) (xy 91.992516 53.236566) + (xy 91.992507 53.23657) (xy 91.778419 53.336401) (xy 91.694625 53.395072) (xy 92.32659 54.027037) + (xy 92.263007 54.044075) (xy 92.148993 54.109901) (xy 92.055901 54.202993) (xy 91.990075 54.317007) + (xy 91.973037 54.38059) (xy 91.341072 53.748625) (xy 91.341072 53.748626) (xy 91.291131 53.81995) + (xy 91.236555 53.863575) (xy 91.167056 53.870769) (xy 91.104701 53.839246) (xy 91.085748 53.816649) + (xy 90.991723 53.672734) (xy 90.991715 53.672723) (xy 90.839243 53.507097) (xy 90.839238 53.507092) + (xy 90.661577 53.368812) (xy 90.661572 53.368808) (xy 90.46358 53.261661) (xy 90.463577 53.261659) + (xy 90.463574 53.261658) (xy 90.463571 53.261657) (xy 90.463569 53.261656) (xy 90.250637 53.188556) + (xy 90.028569 53.1515) (xy 89.803431 53.1515) (xy 89.581362 53.188556) (xy 89.36843 53.261656) (xy 89.368419 53.261661) + (xy 89.170427 53.368808) (xy 89.170422 53.368812) (xy 88.992761 53.507092) (xy 88.992756 53.507097) + (xy 88.840284 53.672723) (xy 88.840276 53.672734) (xy 88.71714 53.861207) (xy 88.626703 54.067385) + (xy 88.571436 54.285628) (xy 88.571434 54.28564) (xy 88.552844 54.509994) (xy 88.552844 54.510005) + (xy 88.571434 54.734359) (xy 88.571436 54.734371) (xy 88.626703 54.952614) (xy 88.71714 55.158792) + (xy 88.790693 55.271373) (xy 88.840278 55.347268) (xy 88.99276 55.512906) (xy 88.992765 55.51291) + (xy 88.993729 55.513957) (xy 89.024652 55.576612) (xy 89.0265 55.597941) (xy 89.0265 55.962058) + (xy 89.006815 56.029097) (xy 88.993729 56.046041) (xy 88.840284 56.212723) (xy 88.840276 56.212734) + (xy 88.71714 56.401207) (xy 88.626703 56.607385) (xy 88.571436 56.825628) (xy 88.571434 56.82564) + (xy 88.552844 57.049994) (xy 88.552844 57.050005) (xy 83.091583 57.050005) (xy 82.971301 56.878224) + (xy 82.971299 56.878221) (xy 82.821778 56.7287) (xy 82.648558 56.607411) (xy 82.648556 56.60741) + (xy 82.598514 56.584075) (xy 82.45691 56.518044) (xy 82.456906 56.518043) (xy 82.456902 56.518041) + (xy 82.25266 56.463315) (xy 82.252656 56.463314) (xy 82.252655 56.463314) (xy 82.252654 56.463313) + (xy 82.252649 56.463313) (xy 82.042002 56.444884) (xy 82.041998 56.444884) (xy 81.83135 56.463313) + (xy 81.831339 56.463315) (xy 81.627097 56.518041) (xy 81.627088 56.518045) (xy 81.435443 56.60741) + (xy 81.435441 56.607411) (xy 81.262221 56.7287) (xy 81.1127 56.878221) (xy 80.991411 57.051441) + (xy 80.99141 57.051443) (xy 80.902045 57.243088) (xy 80.902041 57.243097) (xy 80.847315 57.447339) + (xy 80.847313 57.44735) (xy 80.828884 57.657998) (xy 80.828884 57.658001) (xy 78.175116 57.658001) + (xy 78.175116 57.658) (xy 78.156686 57.447345) (xy 78.101956 57.24309) (xy 78.012589 57.051442) + (xy 77.891301 56.878224) (xy 77.891299 56.878221) (xy 77.741778 56.7287) (xy 77.568558 56.607411) + (xy 77.568556 56.60741) (xy 77.518514 56.584075) (xy 77.37691 56.518044) (xy 77.376906 56.518043) + (xy 77.376902 56.518041) (xy 77.17266 56.463315) (xy 77.172656 56.463314) (xy 77.172655 56.463314) + (xy 77.172654 56.463313) (xy 77.172649 56.463313) (xy 76.962002 56.444884) (xy 76.961998 56.444884) + (xy 76.75135 56.463313) (xy 76.751339 56.463315) (xy 76.547097 56.518041) (xy 76.547088 56.518045) + (xy 76.355443 56.60741) (xy 76.355441 56.607411) (xy 76.182221 56.7287) (xy 76.0327 56.878221) (xy 75.911411 57.051441) + (xy 75.91141 57.051443) (xy 75.822045 57.243088) (xy 75.822041 57.243097) (xy 75.767315 57.447339) + (xy 75.767313 57.44735) (xy 75.748884 57.657998) (xy 75.748884 57.658001) (xy 54.811701 57.658001) + (xy 54.811701 57.589904) (xy 54.811701 57.584794) (xy 54.8117 57.584768) (xy 54.8117 55.965844) + (xy 62.772888 55.965844) (xy 62.779289 56.025372) (xy 62.779291 56.025379) (xy 62.829533 56.160086) + (xy 62.829537 56.160093) (xy 62.915697 56.275187) (xy 62.9157 56.27519) (xy 63.030794 56.36135) + (xy 63.030801 56.361354) (xy 63.165508 56.411596) (xy 63.165515 56.411598) (xy 63.225043 56.417999) + (xy 63.22506 56.418) (xy 63.822888 56.418) (xy 63.822888 55.433686) (xy 63.827282 55.43808) (xy 63.918494 55.490741) + (xy 64.020227 55.518) (xy 64.125549 55.518) (xy 64.227282 55.490741) (xy 64.318494 55.43808) (xy 64.322888 55.433686) + (xy 64.322888 56.418) (xy 64.920716 56.418) (xy 64.920732 56.417999) (xy 64.98026 56.411598) (xy 64.980267 56.411596) + (xy 65.114974 56.361354) (xy 65.114981 56.36135) (xy 65.230075 56.27519) (xy 65.230078 56.275187) + (xy 65.316238 56.160093) (xy 65.316242 56.160086) (xy 65.369197 56.018108) (xy 65.371321 56.0189) + (xy 65.400226 55.968113) (xy 65.462129 55.935712) (xy 65.531722 55.941922) (xy 65.574032 55.969642) + (xy 65.728588 56.124198) (xy 65.916139 56.255523) (xy 65.971333 56.28126) (xy 66.123638 56.352281) + (xy 66.12364 56.352281) (xy 66.123645 56.352284) (xy 66.344801 56.411543) (xy 66.50772 56.425796) + (xy 66.572886 56.431498) (xy 66.572888 56.431498) (xy 66.57289 56.431498) (xy 66.630027 56.426499) + (xy 66.800975 56.411543) (xy 67.022131 56.352284) (xy 67.229637 56.255523) (xy 67.417188 56.124198) + (xy 67.579086 55.9623) (xy 67.710411 55.774749) (xy 67.807172 55.567243) (xy 67.866431 55.346087) + (xy 67.886386 55.118) (xy 67.866431 54.889913) (xy 67.807172 54.668757) (xy 67.801804 54.657246) + (xy 67.726172 54.495051) (xy 67.710411 54.461251) (xy 67.579086 54.2737) (xy 67.417188 54.111802) + (xy 67.229637 53.980477) (xy 67.217894 53.975001) (xy 67.022137 53.883718) (xy 67.022126 53.883714) + (xy 66.800977 53.824457) (xy 66.800969 53.824456) (xy 66.57289 53.804502) (xy 66.572886 53.804502) + (xy 66.344806 53.824456) (xy 66.344798 53.824457) (xy 66.123649 53.883714) (xy 66.123638 53.883718) + (xy 65.916142 53.980475) (xy 65.91614 53.980476) (xy 65.873976 54.01) (xy 65.752877 54.094795) (xy 65.728587 54.111803) + (xy 65.574032 54.266358) (xy 65.512709 54.299842) (xy 65.443017 54.294858) (xy 65.387084 54.252986) + (xy 65.37046 54.21742) (xy 65.369197 54.217892) (xy 65.316242 54.075913) (xy 65.316238 54.075906) + (xy 65.230078 53.960812) (xy 65.230075 53.960809) (xy 65.114981 53.874649) (xy 65.114974 53.874645) + (xy 64.980267 53.824403) (xy 64.98026 53.824401) (xy 64.920732 53.818) (xy 64.322888 53.818) (xy 64.322888 54.802314) + (xy 64.318494 54.79792) (xy 64.227282 54.745259) (xy 64.125549 54.718) (xy 64.020227 54.718) (xy 63.918494 54.745259) + (xy 63.827282 54.79792) (xy 63.822888 54.802314) (xy 63.822888 53.818) (xy 63.225043 53.818) (xy 63.165515 53.824401) + (xy 63.165508 53.824403) (xy 63.030801 53.874645) (xy 63.030794 53.874649) (xy 62.9157 53.960809) + (xy 62.915697 53.960812) (xy 62.829537 54.075906) (xy 62.829533 54.075913) (xy 62.779291 54.21062) + (xy 62.779289 54.210627) (xy 62.772888 54.270155) (xy 62.772888 54.868) (xy 63.757202 54.868) (xy 63.752808 54.872394) + (xy 63.700147 54.963606) (xy 63.672888 55.065339) (xy 63.672888 55.170661) (xy 63.700147 55.272394) + (xy 63.752808 55.363606) (xy 63.757202 55.368) (xy 62.772888 55.368) (xy 62.772888 55.965844) (xy 54.8117 55.965844) + (xy 54.8117 54.146157) (xy 54.831385 54.079118) (xy 54.848019 54.058476) (xy 55.808476 53.098019) + (xy 55.869799 53.064534) (xy 55.896157 53.0617) (xy 69.894696 53.0617) (xy 69.961735 53.081385) + (xy 70.00749 53.134189) (xy 70.017434 53.203347) (xy 70.009256 53.233155) (xy 69.992538 53.273512) + (xy 69.992535 53.273523) (xy 69.965187 53.411011) (xy 69.965187 53.557321) (xy 69.965188 53.557342) + (xy 69.965188 53.6855) (xy 69.945503 53.752539) (xy 69.892699 53.798294) (xy 69.841188 53.8095) + (xy 69.828233 53.8095) (xy 69.767685 53.816011) (xy 69.767683 53.816011) (xy 69.630683 53.867111) + (xy 69.513627 53.954739) (xy 69.425999 54.071795) (xy 69.374899 54.208795) (xy 69.374899 54.208797) + (xy 69.368388 54.269345) (xy 69.368388 55.966654) (xy 69.374899 56.027202) (xy 69.374899 56.027204) + (xy 69.424463 56.160086) (xy 69.425999 56.164204) (xy 69.513627 56.281261) (xy 69.630684 56.368889) + (xy 69.74474 56.41143) (xy 69.762351 56.417999) (xy 69.767687 56.419989) (xy 69.794938 56.422918) + (xy 69.828233 56.426499) (xy 69.82825 56.4265) (xy 71.525526 56.4265) (xy 71.525542 56.426499) (xy 71.55258 56.423591) + (xy 71.586089 56.419989) (xy 71.591425 56.417999) (xy 71.609036 56.41143) (xy 71.723092 56.368889) + (xy 71.840149 56.281261) (xy 71.927777 56.164204) (xy 71.978877 56.027201) (xy 71.982479 55.993692) + (xy 71.985387 55.966654) (xy 71.985565 55.963331) (xy 71.985743 55.96334) (xy 71.985744 55.963335) + (xy 71.985847 55.963346) (xy 71.987016 55.963408) (xy 72.005073 55.901915) (xy 72.057877 55.85616) + (xy 72.090855 55.850479) (xy 72.776888 55.164446) (xy 72.776888 55.170661) (xy 72.804147 55.272394) + (xy 72.856808 55.363606) (xy 72.931282 55.43808) (xy 73.022494 55.490741) (xy 73.124227 55.518) + (xy 73.130441 55.518) (xy 72.451414 56.197025) (xy 72.524401 56.248132) (xy 72.524409 56.248136) + (xy 72.730556 56.344264) (xy 72.73057 56.344269) (xy 72.950277 56.403139) (xy 72.950288 56.403141) + (xy 73.176886 56.422966) (xy 73.17689 56.422966) (xy 73.403487 56.403141) (xy 73.403498 56.403139) + (xy 73.623205 56.344269) (xy 73.623219 56.344264) (xy 73.829366 56.248136) (xy 73.902359 56.197024) + (xy 73.223335 55.518) (xy 73.229549 55.518) (xy 73.331282 55.490741) (xy 73.422494 55.43808) (xy 73.496968 55.363606) + (xy 73.549629 55.272394) (xy 73.576888 55.170661) (xy 73.576888 55.164447) (xy 74.255912 55.843471) + (xy 74.307024 55.770478) (xy 74.403152 55.564331) (xy 74.403157 55.564317) (xy 74.462027 55.34461) + (xy 74.462029 55.344599) (xy 74.481854 55.118002) (xy 74.481854 55.117997) (xy 74.462029 54.8914) + (xy 74.462027 54.891389) (xy 74.403157 54.671682) (xy 74.403152 54.671668) (xy 74.307024 54.465521) + (xy 74.30702 54.465513) (xy 74.255913 54.392526) (xy 73.576888 55.071551) (xy 73.576888 55.065339) + (xy 73.549629 54.963606) (xy 73.496968 54.872394) (xy 73.422494 54.79792) (xy 73.331282 54.745259) + (xy 73.229549 54.718) (xy 73.223336 54.718) (xy 73.90236 54.038974) (xy 73.829366 53.987863) (xy 73.801783 53.975001) + (xy 75.621884 53.975001) (xy 75.640313 54.185649) (xy 75.640315 54.18566) (xy 75.695041 54.389902) + (xy 75.695043 54.389906) (xy 75.695044 54.38991) (xy 75.751045 54.510005) (xy 75.78441 54.581556) + (xy 75.784411 54.581558) (xy 75.9057 54.754778) (xy 76.055221 54.904299) (xy 76.055224 54.904301) + (xy 76.228442 55.025589) (xy 76.42009 55.114956) (xy 76.420096 55.114957) (xy 76.420097 55.114958) + (xy 76.469255 55.128129) (xy 76.624345 55.169686) (xy 76.774812 55.18285) (xy 76.834998 55.188116) + (xy 76.835 55.188116) (xy 76.835002 55.188116) (xy 76.887663 55.183508) (xy 77.045655 55.169686) + (xy 77.24991 55.114956) (xy 77.441558 55.025589) (xy 77.614776 54.904301) (xy 77.764301 54.754776) + (xy 77.885589 54.581558) (xy 77.974956 54.38991) (xy 78.029686 54.185655) (xy 78.048116 53.975001) + (xy 80.701884 53.975001) (xy 80.720313 54.185649) (xy 80.720315 54.18566) (xy 80.775041 54.389902) + (xy 80.775043 54.389906) (xy 80.775044 54.38991) (xy 80.831045 54.510005) (xy 80.86441 54.581556) + (xy 80.864411 54.581558) (xy 80.9857 54.754778) (xy 81.135221 54.904299) (xy 81.135224 54.904301) + (xy 81.308442 55.025589) (xy 81.50009 55.114956) (xy 81.500096 55.114957) (xy 81.500097 55.114958) + (xy 81.549255 55.128129) (xy 81.704345 55.169686) (xy 81.854812 55.18285) (xy 81.914998 55.188116) + (xy 81.915 55.188116) (xy 81.915002 55.188116) (xy 81.967663 55.183508) (xy 82.125655 55.169686) + (xy 82.32991 55.114956) (xy 82.521558 55.025589) (xy 82.694776 54.904301) (xy 82.844301 54.754776) + (xy 82.965589 54.581558) (xy 83.054956 54.38991) (xy 83.109686 54.185655) (xy 83.128116 53.975) + (xy 83.126874 53.960809) (xy 83.118578 53.865986) (xy 83.109686 53.764345) (xy 83.054956 53.56009) + (xy 82.965589 53.368442) (xy 82.844301 53.195224) (xy 82.844299 53.195221) (xy 82.694778 53.0457) + (xy 82.521558 52.924411) (xy 82.521556 52.92441) (xy 82.500071 52.914391) (xy 82.32991 52.835044) + (xy 82.329906 52.835043) (xy 82.329902 52.835041) (xy 82.12566 52.780315) (xy 82.125656 52.780314) + (xy 82.125655 52.780314) (xy 82.125654 52.780313) (xy 82.125649 52.780313) (xy 81.915002 52.761884) + (xy 81.914998 52.761884) (xy 81.70435 52.780313) (xy 81.704339 52.780315) (xy 81.500097 52.835041) + (xy 81.500088 52.835045) (xy 81.308443 52.92441) (xy 81.308441 52.924411) (xy 81.135221 53.0457) + (xy 80.9857 53.195221) (xy 80.864411 53.368441) (xy 80.86441 53.368443) (xy 80.775045 53.560088) + (xy 80.775041 53.560097) (xy 80.720315 53.764339) (xy 80.720313 53.76435) (xy 80.701884 53.974998) + (xy 80.701884 53.975001) (xy 78.048116 53.975001) (xy 78.048116 53.975) (xy 78.046874 53.960809) + (xy 78.038578 53.865986) (xy 78.029686 53.764345) (xy 77.974956 53.56009) (xy 77.885589 53.368442) + (xy 77.764301 53.195224) (xy 77.764299 53.195221) (xy 77.614778 53.0457) (xy 77.441558 52.924411) + (xy 77.441556 52.92441) (xy 77.420071 52.914391) (xy 77.24991 52.835044) (xy 77.249906 52.835043) + (xy 77.249902 52.835041) (xy 77.04566 52.780315) (xy 77.045656 52.780314) (xy 77.045655 52.780314) + (xy 77.045654 52.780313) (xy 77.045649 52.780313) (xy 76.835002 52.761884) (xy 76.834998 52.761884) + (xy 76.62435 52.780313) (xy 76.624339 52.780315) (xy 76.420097 52.835041) (xy 76.420088 52.835045) + (xy 76.228443 52.92441) (xy 76.228441 52.924411) (xy 76.055221 53.0457) (xy 75.9057 53.195221) (xy 75.784411 53.368441) + (xy 75.78441 53.368443) (xy 75.695045 53.560088) (xy 75.695041 53.560097) (xy 75.640315 53.764339) + (xy 75.640313 53.76435) (xy 75.621884 53.974998) (xy 75.621884 53.975001) (xy 73.801783 53.975001) + (xy 73.623219 53.891735) (xy 73.623205 53.89173) (xy 73.403498 53.83286) (xy 73.403487 53.832858) + (xy 73.17689 53.813034) (xy 73.176886 53.813034) (xy 72.950288 53.832858) (xy 72.950277 53.83286) + (xy 72.73057 53.89173) (xy 72.730561 53.891734) (xy 72.524404 53.987866) (xy 72.5244 53.987868) + (xy 72.451414 54.038973) (xy 72.451414 54.038974) (xy 73.130441 54.718) (xy 73.124227 54.718) (xy 73.022494 54.745259) + (xy 72.931282 54.79792) (xy 72.856808 54.872394) (xy 72.804147 54.963606) (xy 72.776888 55.065339) + (xy 72.776888 55.071552) (xy 72.089798 54.384463) (xy 72.051693 54.376804) (xy 72.001511 54.328188) + (xy 71.986853 54.2726) (xy 71.985847 54.272653) (xy 71.985744 54.272665) (xy 71.985743 54.272659) + (xy 71.985565 54.272669) (xy 71.985387 54.269345) (xy 71.982045 54.23827) (xy 71.978877 54.208799) + (xy 71.976711 54.202993) (xy 71.95641 54.148564) (xy 71.927777 54.071796) (xy 71.840149 53.954739) + (xy 71.723092 53.867111) (xy 71.699775 53.858414) (xy 71.593812 53.818891) (xy 71.537879 53.77702) + (xy 71.513463 53.711555) (xy 71.528315 53.643282) (xy 71.549463 53.615032) (xy 73.108477 52.056019) + (xy 73.1698 52.022534) (xy 73.196158 52.0197) (xy 103.961842 52.0197) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 52.785681 50.895185) (xy 52.831436 50.947989) (xy 52.84138 51.017147) (xy 52.812355 51.080703) + (xy 52.806323 51.087181) (xy 52.37832 51.515183) (xy 52.378317 51.515186) (xy 52.32875 51.564752) + (xy 52.279184 51.614318) (xy 52.201302 51.730877) (xy 52.201295 51.73089) (xy 52.187973 51.763055) + (xy 52.187973 51.763056) (xy 52.147649 51.860404) (xy 52.147647 51.860412) (xy 52.120299 51.997899) + (xy 52.120299 52.144209) (xy 52.1203 52.14423) (xy 52.1203 54.9055) (xy 52.100615 54.972539) (xy 52.047811 55.018294) + (xy 51.9963 55.0295) (xy 51.933345 55.0295) (xy 51.872797 55.036011) (xy 51.872795 55.036011) (xy 51.735795 55.087111) + (xy 51.618739 55.174739) (xy 51.531111 55.291795) (xy 51.480011 55.428795) (xy 51.480011 55.428797) + (xy 51.4735 55.489345) (xy 51.4735 57.286654) (xy 51.480011 57.347202) (xy 51.480011 57.347204) + (xy 51.501029 57.403553) (xy 51.531111 57.484204) (xy 51.618739 57.601261) (xy 51.735796 57.688889) + (xy 51.787737 57.708262) (xy 51.853595 57.732827) (xy 51.909528 57.774699) (xy 51.933944 57.840163) + (xy 51.919092 57.908436) (xy 51.90149 57.932991) (xy 51.756279 58.09073) (xy 51.756276 58.090734) + (xy 51.63314 58.279207) (xy 51.542703 58.485385) (xy 51.487436 58.703628) (xy 51.487434 58.70364) + (xy 51.468844 58.927994) (xy 51.468844 58.928005) (xy 51.487434 59.152359) (xy 51.487436 59.152371) + (xy 51.542703 59.370614) (xy 51.63314 59.576792) (xy 51.756276 59.765265) (xy 51.756284 59.765276) + (xy 51.908756 59.930902) (xy 51.90876 59.930906) (xy 52.086424 60.069189) (xy 52.086429 60.069191) + (xy 52.086431 60.069193) (xy 52.12293 60.088946) (xy 52.17252 60.138165) (xy 52.187628 60.206382) + (xy 52.163457 60.271937) (xy 52.12293 60.307054) (xy 52.086431 60.326806) (xy 52.086422 60.326812) + (xy 51.908761 60.465092) (xy 51.908756 60.465097) (xy 51.756284 60.630723) (xy 51.756276 60.630734) + (xy 51.63314 60.819207) (xy 51.542703 61.025385) (xy 51.487436 61.243628) (xy 51.487434 61.24364) + (xy 51.468844 61.467994) (xy 51.468844 61.468005) (xy 51.487434 61.692359) (xy 51.487436 61.692371) + (xy 51.542703 61.910614) (xy 51.63314 62.116792) (xy 51.756276 62.305265) (xy 51.756284 62.305276) + (xy 51.899533 62.460883) (xy 51.90876 62.470906) (xy 52.086424 62.609189) (xy 52.129695 62.632606) + (xy 52.179286 62.681825) (xy 52.194394 62.750042) (xy 52.170224 62.815597) (xy 52.141801 62.843236) + (xy 52.070626 62.893072) (xy 52.070625 62.893072) (xy 52.70259 63.525037) (xy 52.639007 63.542075) + (xy 52.524993 63.607901) (xy 52.431901 63.700993) (xy 52.366075 63.815007) (xy 52.349037 63.87859) + (xy 51.717072 63.246625) (xy 51.658401 63.330419) (xy 51.55857 63.544507) (xy 51.558566 63.544516) + (xy 51.497432 63.772673) (xy 51.49743 63.772684) (xy 51.476843 64.007998) (xy 51.476843 64.008001) + (xy 51.49743 64.243315) (xy 51.497432 64.243326) (xy 51.558566 64.471483) (xy 51.55857 64.471492) + (xy 51.6584 64.685579) (xy 51.658402 64.685583) (xy 51.717072 64.769373) (xy 51.717073 64.769373) + (xy 52.349037 64.137409) (xy 52.366075 64.200993) (xy 52.431901 64.315007) (xy 52.524993 64.408099) + (xy 52.639007 64.473925) (xy 52.70259 64.490962) (xy 52.070625 65.122925) (xy 52.141801 65.172763) + (xy 52.185426 65.22734) (xy 52.19262 65.296838) (xy 52.161097 65.359193) (xy 52.129697 65.383392) + (xy 52.086427 65.406809) (xy 52.086422 65.406812) (xy 51.908761 65.545092) (xy 51.908756 65.545097) + (xy 51.756284 65.710723) (xy 51.756276 65.710734) (xy 51.63314 65.899207) (xy 51.542703 66.105385) + (xy 51.487436 66.323628) (xy 51.487434 66.32364) (xy 51.468844 66.547994) (xy 51.468844 66.548005) + (xy 51.487434 66.772359) (xy 51.487436 66.772371) (xy 51.542703 66.990614) (xy 51.63314 67.196792) + (xy 51.756276 67.385265) (xy 51.756284 67.385276) (xy 51.893538 67.534371) (xy 51.90876 67.550906) + (xy 52.086424 67.689189) (xy 52.086429 67.689191) (xy 52.086431 67.689193) (xy 52.12293 67.708946) + (xy 52.17252 67.758165) (xy 52.187628 67.826382) (xy 52.163457 67.891937) (xy 52.12293 67.927054) + (xy 52.086431 67.946806) (xy 52.086422 67.946812) (xy 51.908761 68.085092) (xy 51.908756 68.085097) + (xy 51.756284 68.250723) (xy 51.756279 68.25073) (xy 51.756278 68.250732) (xy 51.74369 68.27) (xy 51.63314 68.439207) + (xy 51.542703 68.645385) (xy 51.487436 68.863628) (xy 51.487434 68.86364) (xy 51.468844 69.087994) + (xy 51.468844 69.088005) (xy 51.487434 69.312359) (xy 51.487436 69.312371) (xy 51.542703 69.530614) + (xy 51.63314 69.736792) (xy 51.756276 69.925265) (xy 51.756284 69.925276) (xy 51.908756 70.090902) + (xy 51.90876 70.090906) (xy 52.086424 70.229189) (xy 52.086429 70.229191) (xy 52.086431 70.229193) + (xy 52.12293 70.248946) (xy 52.17252 70.298165) (xy 52.187628 70.366382) (xy 52.163457 70.431937) + (xy 52.12293 70.467054) (xy 52.086431 70.486806) (xy 52.086422 70.486812) (xy 51.908761 70.625092) + (xy 51.908756 70.625097) (xy 51.756284 70.790723) (xy 51.756276 70.790734) (xy 51.63314 70.979207) + (xy 51.542703 71.185385) (xy 51.487436 71.403628) (xy 51.487434 71.40364) (xy 51.468844 71.627994) + (xy 51.468844 71.628005) (xy 51.487434 71.852359) (xy 51.487436 71.852371) (xy 51.542703 72.070614) + (xy 51.63314 72.276792) (xy 51.756276 72.465265) (xy 51.756284 72.465276) (xy 51.908756 72.630902) + (xy 51.90876 72.630906) (xy 52.086424 72.769189) (xy 52.086429 72.769191) (xy 52.086431 72.769193) + (xy 52.12293 72.788946) (xy 52.17252 72.838165) (xy 52.187628 72.906382) (xy 52.163457 72.971937) + (xy 52.12293 73.007054) (xy 52.086431 73.026806) (xy 52.086422 73.026812) (xy 51.908761 73.165092) + (xy 51.908756 73.165097) (xy 51.756284 73.330723) (xy 51.756276 73.330734) (xy 51.63314 73.519207) + (xy 51.542703 73.725385) (xy 51.487436 73.943628) (xy 51.487434 73.94364) (xy 51.468844 74.167994) + (xy 51.468844 74.168005) (xy 51.487435 74.392366) (xy 51.487435 74.392369) (xy 51.493114 74.414794) + (xy 51.490488 74.484615) (xy 51.460589 74.532913) (xy 51.087181 74.906322) (xy 51.025858 74.939807) + (xy 50.956167 74.934823) (xy 50.900233 74.892952) (xy 50.875816 74.827487) (xy 50.8755 74.818641) + (xy 50.8755 50.9995) (xy 50.895185 50.932461) (xy 50.947989 50.886706) (xy 50.9995 50.8755) (xy 52.718642 50.8755) + ) + ) + ) +) \ No newline at end of file diff --git a/src/threeler/main/main.kicad_pro b/src/threeler/main/main.kicad_pro index 1e1906dc..5f020f38 100644 --- a/src/threeler/main/main.kicad_pro +++ b/src/threeler/main/main.kicad_pro @@ -183,6 +183,13 @@ ], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -441,14 +448,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "main.dsn", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -462,6 +530,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -477,14 +550,15 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, "sheets": [ [ - "df0549f8-1a50-4107-8bab-bc40989df9d4", - "" + "ec428bd1-4652-48cb-9b94-0899186d6eff", + "Root" ] ], "text_variables": {} diff --git a/src/threeler/main/main.kicad_sch b/src/threeler/main/main.kicad_sch index 6b7beea5..cda1ac1f 100644 --- a/src/threeler/main/main.kicad_sch +++ b/src/threeler/main/main.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "4f78d189-b810-4bb3-b54e-ba31532100c8") + (uuid "554b03ae-06aa-4c14-a1a0-1366858460fc") (paper "A4") (title_block (title "threeler") @@ -12,15 +12,21 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Amplifier_Operational:OPA2134" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) + (symbol "Amplifier_Operational:OPA2134" (pin_names (offset 0.127)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U" (at 0 5.08 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "OPA2134" (at 0 -5.08 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol OPA2134_1_1 (polyline (pts @@ -81,14 +87,20 @@ ) ) (symbol "Device:R" - (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_0_1" (rectangle (start -1.016 -2.54) @@ -109,13 +121,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -131,21 +150,27 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:C" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_0_1" (polyline (pts @@ -1182,13 +1207,20 @@ ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -1216,21 +1248,27 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:D_Zener" - (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "D_Zener" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Zener diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Zener diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "D_Zener_0_1" (polyline (pts @@ -1271,14 +1309,20 @@ ) ) ) - (symbol "Device:R_Potentiometer_Trim" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer_Trim" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer_Trim" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_Trim_0_1" (polyline (pts @@ -1451,16 +1495,23 @@ ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -1480,16 +1531,24 @@ ) ) (symbol "Diode:1N4148" - (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N4148" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol 1N4148_0_1 (polyline (pts @@ -1529,14 +1588,21 @@ ) ) ) - (symbol "Transistor_BJT:2N3906" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (symbol "Transistor_BJT:2N3906" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "2N3906" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3906-D.PDF" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3906-D.PDF" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "2N3906_0_1" (polyline (pts @@ -1597,15 +1663,21 @@ ) ) ) - (symbol "Connector:Conn_01x08_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x08_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 10.16 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x08_Pin" (at 0 -12.7 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x08_Pin_1_1" (polyline (pts @@ -1753,15 +1825,21 @@ ) ) ) - (symbol "Connector:Conn_01x04_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x04_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x04_Pin" (at 0 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x04_Pin_1_1" (polyline (pts @@ -1837,14 +1915,20 @@ ) ) ) - (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector_Generic:Conn_02x05_Odd_Even" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 1.27 7.62 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_02x05_Odd_Even" (at 1.27 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_02x05_Odd_Even_1_1" (rectangle (start -1.27 -4.953) @@ -1955,13 +2039,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -1989,21 +2080,27 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:C_Polarized" - (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0.254)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C" (at 0.635 2.54 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "C_Polarized" (at 0.635 -2.54 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "C_Polarized_0_1" (rectangle (start -2.286 0.508) @@ -2047,16 +2144,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -2078,15 +2181,21 @@ ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 33.02 68.58 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 33.02 59.5 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 33.02 61.5 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2094,25 +2203,31 @@ (xy 22.86 71.12) ) (stroke (width 0) (type default)) - (uuid 22c8724a-7f37-48c1-ba97-163cd16b63a1) + (uuid 76579350-d33d-4958-bff2-9cc85b7fb465) ) (symbol (lib_id "Device:R") (at 19.05 71.12 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R3" (at 19.05 66.1 -270) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 19.05 68.1 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "IN" (at 15.24 71.12 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid ca42c70c-0aad-4c24-aff8-a60ce3342e84) + (uuid f13eddbe-b6f1-4a25-8553-b41a37f76363) ) (junction (at 40.64 68.58) (diameter 0) (color 0 0 0 0) - (uuid 07909fe4-c6b3-4546-8e5c-ae77f15f4dc0) + (uuid 6248641a-4901-46e9-bef2-6395cb2d452f) ) (wire (pts @@ -2120,12 +2235,12 @@ (xy 40.64 55.88) ) (stroke (width 0) (type default)) - (uuid 0c47e2ce-30f0-4ced-ad11-229e955f0c83) + (uuid c5126af2-16cf-4674-8f17-2c7f2393d5fe) ) (junction (at 40.64 55.88) (diameter 0) (color 0 0 0 0) - (uuid 2e7444b8-f5a1-4bd2-9004-9cb6b0ac098d) + (uuid df3b9cba-7bf8-4158-9bf2-896fadac7390) ) (wire (pts @@ -2133,7 +2248,7 @@ (xy 36.83 55.88) ) (stroke (width 0) (type default)) - (uuid 6136b481-218f-4379-a7c9-76cb931df078) + (uuid 24c4382a-df0e-4203-857f-3e2a496a3e31) ) (wire (pts @@ -2141,22 +2256,28 @@ (xy 25.4 55.88) ) (stroke (width 0) (type default)) - (uuid 60c8fc7c-9aba-4804-b04b-b17daca575e9) + (uuid 4d2e7dc1-740f-4db4-8c78-da85ecedf757) ) (symbol (lib_id "Device:R") (at 33.02 55.88 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R2" (at 33.02 50.86 -270) (effects (font (size 1.27 1.27)))) (property "Value" "33k" (at 33.02 52.86 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 25.4 55.88) (diameter 0) (color 0 0 0 0) - (uuid e1464dbe-63d6-4380-9c77-2b4708dda738) + (uuid 6857b05c-9789-4442-a096-9deb7eb60548) ) (wire (pts @@ -2164,26 +2285,38 @@ (xy 25.4 66.04) ) (stroke (width 0) (type default)) - (uuid 665141d6-7f63-465b-a9ea-39a7bfbaa94b) + (uuid 296ac2b9-a7f6-4393-a723-f31da7b64293) ) (symbol (lib_id "Device:R") (at 21.59 55.88 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R1" (at 21.59 50.86 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 21.59 52.86 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 17.78 55.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 17.78 60.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2191,7 +2324,7 @@ (xy 40.64 45.72) ) (stroke (width 0) (type default)) - (uuid d36e5467-f247-468c-87c3-757c3d70554f) + (uuid 9f9644a6-2726-4d42-a440-4b8e10637c72) ) (wire (pts @@ -2199,7 +2332,7 @@ (xy 36.83 45.72) ) (stroke (width 0) (type default)) - (uuid 1b644f21-366e-4959-a013-d36d19f8f247) + (uuid fe5c5892-6954-40ae-a52f-96469dca75d8) ) (wire (pts @@ -2207,17 +2340,23 @@ (xy 25.4 45.72) ) (stroke (width 0) (type default)) - (uuid 2c83bef3-c999-4b17-ae11-5f067d0c1976) + (uuid 3c0168b5-7f52-4f10-908e-7bf2bb07fbe8) ) (symbol (lib_id "Device:C") (at 33.02 45.72 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C1" (at 33.02 39.69 -270) (effects (font (size 1.27 1.27)))) (property "Value" "56p" (at 33.02 41.69 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2225,7 +2364,7 @@ (xy 25.4 55.88) ) (stroke (width 0) (type default)) - (uuid e438de4d-5aa3-4e21-ac99-d6d0932687c0) + (uuid 34fe9238-5afd-4c48-8d66-6e1c634fca1a) ) (symbol (lib_id "elektrophon:DG409") (at 49.53 68.58 0) (unit 1) (in_bom yes) (on_board yes) @@ -2238,7 +2377,7 @@ (junction (at 57.15 76.2) (diameter 0) (color 0 0 0 0) - (uuid 6663261d-a6bb-49f0-aa99-bc5c61b1d68b) + (uuid 53bd1136-8708-4bf1-b50e-9a69f8be537b) ) (wire (pts @@ -2246,12 +2385,12 @@ (xy 57.15 76.2) ) (stroke (width 0) (type default)) - (uuid f3c778f1-7e5b-417d-a0c7-0138a6f02b5f) + (uuid 5344d7af-9017-4fe8-9382-4a5256b7f683) ) (junction (at 57.15 68.58) (diameter 0) (color 0 0 0 0) - (uuid 44bc56ec-bd59-4957-bbd9-305a3cd2c09f) + (uuid dabf1176-30cf-4f1a-aab3-de9a9ac0b81b) ) (wire (pts @@ -2259,7 +2398,7 @@ (xy 57.15 68.58) ) (stroke (width 0) (type default)) - (uuid c6000b32-5234-49b7-a3fb-195a7e28b041) + (uuid 7051cc8f-5e7f-4513-aa27-00730037acd6) ) (wire (pts @@ -2267,17 +2406,23 @@ (xy 57.15 66.04) ) (stroke (width 0) (type default)) - (uuid 6153add7-edbb-40cd-96a6-89e12b9ad9b7) + (uuid 2733d186-53f5-4187-a950-8d7ddf1dbc13) ) (symbol (lib_id "Device:R") (at 57.15 62.23 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R6" (at 59.17 61.230000000000004 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "22k" (at 59.17 63.230000000000004 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2285,7 +2430,7 @@ (xy 59.69 58.42) ) (stroke (width 0) (type default)) - (uuid 74ad04a3-fd6c-4de1-824b-e2187f45b6c6) + (uuid fc4fde4f-957d-4855-b362-4e3a134e4471) ) (symbol (lib_id "elektrophon:CA3280") (at 64.77 55.88 0) (unit 1) (in_bom yes) (on_board yes) @@ -2296,7 +2441,7 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (no_connect (at 67.31 60.96) - (uuid 83cf1d14-63ee-496a-94a0-8a1bff70c5b3) + (uuid 824f09be-442e-4976-9575-28a6baf25750) ) (wire (pts @@ -2304,29 +2449,35 @@ (xy 80.01 55.88) ) (stroke (width 0) (type default)) - (uuid 5a8786ea-c229-4417-b401-15a5c05382bd) + (uuid 02b05b5c-9d78-478a-a3fa-169ad18eefd1) ) (junction (at 80.01 55.88) (diameter 0) (color 0 0 0 0) - (uuid 0056af23-e15a-4870-a462-7686cfd54a56) + (uuid 18cf2f79-8314-4130-b8f4-cee4a3241509) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 87.63 53.34 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 87.63 44.26 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 87.63 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 95.25 53.34) (diameter 0) (color 0 0 0 0) - (uuid b620d469-c401-46df-bd1a-b33153c192ac) + (uuid e96d1edf-244e-48db-897c-36dbed1f4e0e) ) (wire (pts @@ -2334,12 +2485,12 @@ (xy 95.25 40.64) ) (stroke (width 0) (type default)) - (uuid 785e3828-c151-4897-845a-b06931d288a1) + (uuid d0e85f64-3f5b-4a90-8e0e-54964aabcb06) ) (junction (at 95.25 40.64) (diameter 0) (color 0 0 0 0) - (uuid 949c7905-77e4-4528-bf31-a0de2a332735) + (uuid 8e7dc7d9-4ed4-4c6b-8ac4-424497ea8128) ) (wire (pts @@ -2347,12 +2498,12 @@ (xy 80.01 40.64) ) (stroke (width 0) (type default)) - (uuid 0392f407-fdb8-44e9-b016-685370332234) + (uuid 4e025e34-e352-4bed-ab95-838412a5c68e) ) (junction (at 80.01 40.64) (diameter 0) (color 0 0 0 0) - (uuid 1f3c199c-1eb6-41ba-8833-481736092ead) + (uuid 21ac8d18-1863-4f27-ab10-9e0ce106cd98) ) (wire (pts @@ -2360,7 +2511,7 @@ (xy 80.01 50.8) ) (stroke (width 0) (type default)) - (uuid 797c0034-f906-4fb4-a3c2-61547756c02c) + (uuid 4ee84c92-9a6e-4263-8310-51dbcc891ffb) ) (wire (pts @@ -2368,7 +2519,7 @@ (xy 59.69 40.64) ) (stroke (width 0) (type default)) - (uuid b141d7f7-cfe8-4e57-8291-5403d70fc6f7) + (uuid 78a858e7-20b5-45da-8268-d117908af6d5) ) (wire (pts @@ -2376,7 +2527,7 @@ (xy 66.04 40.64) ) (stroke (width 0) (type default)) - (uuid 5fb7123e-b0c3-4601-9818-286991cd5a4a) + (uuid 0b78c163-ce43-4d3a-be28-8c84a99b04ef) ) (wire (pts @@ -2384,17 +2535,23 @@ (xy 80.01 40.64) ) (stroke (width 0) (type default)) - (uuid ca1c84ce-be59-48ad-b17c-b44e936f5151) + (uuid af78ef36-6b1e-4a79-a836-3501712adad7) ) (symbol (lib_id "Device:R") (at 69.85 40.64 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R4" (at 69.85 35.62 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 69.85 37.62 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2402,7 +2559,7 @@ (xy 80.01 40.64) ) (stroke (width 0) (type default)) - (uuid 7861e085-976c-423c-bb91-6340ce936faf) + (uuid ce129381-5c58-4abc-87fb-57ab144cbf22) ) (wire (pts @@ -2410,10 +2567,10 @@ (xy 97.79 40.64) ) (stroke (width 0) (type default)) - (uuid 8e60a960-7eb8-4fad-a7d9-5e841f432735) + (uuid ecaefe40-f678-419d-b905-a80a337f7991) ) (label "OUT_1" (at 97.79 40.64 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 9e64740b-d57b-431c-badb-5881629f9ab0) + (uuid 5510147c-50fa-4c58-bcfc-5af732eebb98) ) (wire (pts @@ -2421,7 +2578,7 @@ (xy 57.15 55.88) ) (stroke (width 0) (type default)) - (uuid 745479fa-2456-4ab2-bb01-c7d47a9ed8cb) + (uuid 8caec5af-3539-43d1-afa2-55aea8a07bf8) ) (wire (pts @@ -2429,26 +2586,38 @@ (xy 57.15 53.34) ) (stroke (width 0) (type default)) - (uuid dacd5193-cb5a-4f29-a28b-775fb031704e) + (uuid c0aa45ad-d991-4cdf-9602-0501f2d81763) ) (symbol (lib_id "Device:R") (at 57.15 49.53 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R5" (at 55.13 48.53 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "68k" (at 55.13 50.53 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 57.15 45.72 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 57.15 41.18 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2456,17 +2625,23 @@ (xy 80.01 59.69) ) (stroke (width 0) (type default)) - (uuid 996180d9-d700-4608-9e56-115da661b134) + (uuid 380082ea-c26a-4d0e-a3cc-2484713fc982) ) (symbol (lib_id "Device:C") (at 80.01 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C2" (at 83.04 62.5 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "220p" (at 83.04 64.5 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "elektrophon:DG409") (at 104.14 53.34 0) (unit 1) (in_bom yes) (on_board yes) @@ -2482,12 +2657,12 @@ (xy 80.01 76.2) ) (stroke (width 0) (type default)) - (uuid bb81a9d6-e941-46cd-9679-ef095df0e955) + (uuid 191bcdf8-bca3-488e-8b7e-5a28e4c60c47) ) (junction (at 80.01 76.2) (diameter 0) (color 0 0 0 0) - (uuid ea6fbe5f-c869-4b7b-b4ce-0a02f8e5ad47) + (uuid 91045eb1-86b4-444b-a09d-2b661e68f036) ) (wire (pts @@ -2495,20 +2670,26 @@ (xy 80.01 67.31) ) (stroke (width 0) (type default)) - (uuid 6bb538b4-6f7d-40ec-ba97-92611053423b) + (uuid a59ef14a-347f-4bea-8444-2668bb581372) ) (symbol (lib_id "Device:R") (at 74.93 62.23 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R7" (at 72.91 61.230000000000004 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "18k" (at 72.91 63.230000000000004 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "A" (at 74.93 66.04 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 96b6ab83-a8d1-4e0b-9e04-6415b8115fb6) + (uuid 54a1e08b-9792-48fb-8331-db11aed3f40e) ) (wire (pts @@ -2516,12 +2697,12 @@ (xy 114.3 53.34) ) (stroke (width 0) (type default)) - (uuid d46149e7-281d-4463-b134-a00310337f92) + (uuid c9e7108d-d482-486f-a9c1-deb9f329d177) ) (junction (at 114.3 53.34) (diameter 0) (color 0 0 0 0) - (uuid 94ddb774-6479-474c-9217-cdbb4fd5dcf4) + (uuid 285d8829-7ad6-4cac-b0d5-67b7dc294dfb) ) (wire (pts @@ -2529,7 +2710,7 @@ (xy 114.3 43.18) ) (stroke (width 0) (type default)) - (uuid 5ee251c2-f29a-4cc2-8bf5-dd8a90da4a26) + (uuid 349c5c14-fdaf-4c61-b639-79d607566eb3) ) (wire (pts @@ -2537,12 +2718,12 @@ (xy 121.92 43.18) ) (stroke (width 0) (type default)) - (uuid cb216e72-8e7c-4b08-b521-f2686e87f06f) + (uuid aed62237-493e-479f-aa1f-f76455c42f2c) ) (junction (at 121.92 43.18) (diameter 0) (color 0 0 0 0) - (uuid 4cbd1ff0-0a98-428d-91ca-a92b8fdb5934) + (uuid 4b7055e2-3554-4254-a2be-5bacaff7fe22) ) (wire (pts @@ -2550,38 +2731,56 @@ (xy 124.46 43.18) ) (stroke (width 0) (type default)) - (uuid 657680f1-7d46-40d7-aabc-6449160415c7) + (uuid 67dd0e7c-8f81-46c8-917c-3c7d5cb59d0b) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 132.08 40.64 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U2" (at 132.08 31.560000000000002 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 132.08 33.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 121.92 46.99 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R8" (at 119.9 45.989999999999995 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.6k" (at 119.9 47.989999999999995 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 121.92 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 121.92 55.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2589,7 +2788,7 @@ (xy 139.7 27.94) ) (stroke (width 0) (type default)) - (uuid 18c01935-4139-4477-b8c2-24c77729d06c) + (uuid 40c219b0-409d-46f9-a1b9-61b167420ca2) ) (wire (pts @@ -2597,7 +2796,7 @@ (xy 124.46 27.94) ) (stroke (width 0) (type default)) - (uuid 96dcaac3-9b30-4116-b406-5558bcc7059e) + (uuid 560c1b51-1a2e-4729-a84c-9b10ea0e4c64) ) (wire (pts @@ -2605,22 +2804,28 @@ (xy 124.46 38.1) ) (stroke (width 0) (type default)) - (uuid 181eb9a1-fafb-4cd9-9d88-5ec473bd51ee) + (uuid 300697a0-6582-41a3-8bec-30074088e054) ) (junction (at 139.7 40.64) (diameter 0) (color 0 0 0 0) - (uuid bcf2dd82-3168-4a30-a0d9-e96801c46631) + (uuid 139dd7c3-0e1c-49d8-a008-cb66ca132fa2) ) (symbol (lib_id "Device:R") (at 143.51 40.64 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R12" (at 143.51 35.62 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 143.51 37.62 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2628,7 +2833,7 @@ (xy 149.86 40.64) ) (stroke (width 0) (type default)) - (uuid 59a8a535-87a7-4165-8e0f-01ab0b72a656) + (uuid 3d265d80-bf24-4227-b0b9-4e655680765a) ) (symbol (lib_id "elektrophon:CA3280") (at 154.94 38.1 0) (unit 2) (in_bom yes) (on_board yes) @@ -2639,7 +2844,7 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (no_connect (at 157.48 43.18) - (uuid 6865c90c-67c7-4aea-9a7d-65ca617d73a7) + (uuid 24f4e6e1-97a8-4286-a1cf-2c30ae8d0665) ) (wire (pts @@ -2647,29 +2852,35 @@ (xy 170.18 38.1) ) (stroke (width 0) (type default)) - (uuid 36405c45-2c4b-4334-a764-446b662fc633) + (uuid da0fef61-12f4-4c7f-bc33-89d958702cc2) ) (junction (at 170.18 38.1) (diameter 0) (color 0 0 0 0) - (uuid f975e3d4-bb62-4c29-8497-02c2c5f3c06e) + (uuid 4ad457f1-042e-4374-bcac-179dc79b0c77) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 177.8 35.56 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U2" (at 177.8 26.48 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 177.8 28.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 185.42 35.56) (diameter 0) (color 0 0 0 0) - (uuid 9f7579c5-d58d-47eb-ab3d-82e1de1371c9) + (uuid 1c749a98-f2e5-4f63-bc0b-40fec04d912a) ) (wire (pts @@ -2677,12 +2888,12 @@ (xy 185.42 22.86) ) (stroke (width 0) (type default)) - (uuid 38898daf-6141-430a-a163-ca97fc0c9f1c) + (uuid c9aebe58-d624-42f9-bf49-1577c1466f00) ) (junction (at 185.42 22.86) (diameter 0) (color 0 0 0 0) - (uuid d19a1a7d-3652-4a5e-94dd-0ee801efc994) + (uuid 9f74cc37-a7a2-42ad-a331-064f64802d5a) ) (wire (pts @@ -2690,12 +2901,12 @@ (xy 170.18 22.86) ) (stroke (width 0) (type default)) - (uuid 6b88c9e3-74fa-402f-bddf-36126637b87c) + (uuid 2d0c2f7d-fce1-4ec2-beff-171db2315c3f) ) (junction (at 170.18 22.86) (diameter 0) (color 0 0 0 0) - (uuid 4065bb31-b167-4be1-b082-d1334be558fb) + (uuid 780d7b9c-0a70-488a-8e8f-8a3b258b52e3) ) (wire (pts @@ -2703,7 +2914,7 @@ (xy 170.18 33.02) ) (stroke (width 0) (type default)) - (uuid 91c4f9d5-575e-4a6c-ab00-427571d9f1c0) + (uuid a202c42c-51a4-4f61-8695-2c3d401a6183) ) (wire (pts @@ -2711,7 +2922,7 @@ (xy 149.86 22.86) ) (stroke (width 0) (type default)) - (uuid af97b6de-a030-4847-a730-bb0e5d77f45b) + (uuid 4bbe0f66-2bd3-407b-b89f-1b8abce8f72f) ) (wire (pts @@ -2719,7 +2930,7 @@ (xy 156.21 22.86) ) (stroke (width 0) (type default)) - (uuid 270d0819-b567-4806-a666-b62a85454578) + (uuid 029b023a-a1c2-452f-b325-fd56448e871f) ) (wire (pts @@ -2727,17 +2938,23 @@ (xy 170.18 22.86) ) (stroke (width 0) (type default)) - (uuid e6c41948-13a6-475c-bd31-ded97cb33d5f) + (uuid 4558a096-18de-4d21-bb30-687aca300f37) ) (symbol (lib_id "Device:R") (at 160.02 22.86 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R10" (at 160.02 17.84 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 160.02 19.84 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2745,7 +2962,7 @@ (xy 170.18 22.86) ) (stroke (width 0) (type default)) - (uuid 38489a10-793d-4110-b88b-6ccad21c08e5) + (uuid cf322c23-fef7-46cd-a682-3b2ee3814073) ) (wire (pts @@ -2753,10 +2970,10 @@ (xy 187.96 22.86) ) (stroke (width 0) (type default)) - (uuid fe80653e-6d52-49eb-b50f-27ccc43048b8) + (uuid 5a840d8e-51cd-4059-9eab-86734ad03e88) ) (label "OUT_2" (at 187.96 22.86 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ab36088f-e909-488e-bff9-96efa9e70b7c) + (uuid c656d008-3e4d-4bd0-8f75-8d04da58fb41) ) (wire (pts @@ -2764,7 +2981,7 @@ (xy 147.32 38.1) ) (stroke (width 0) (type default)) - (uuid 33bc6e02-374f-4ef1-b5ac-84fb42cbec6f) + (uuid 171c9717-c7f1-4499-9df1-d8583b9b1076) ) (wire (pts @@ -2772,26 +2989,38 @@ (xy 147.32 35.56) ) (stroke (width 0) (type default)) - (uuid c824011e-28bc-461a-8c09-9b8401248bd7) + (uuid 5d68b770-6baf-4e03-891d-e5d44239260b) ) (symbol (lib_id "Device:R") (at 147.32 31.75 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R11" (at 145.3 30.75 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "68k" (at 145.3 32.75 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 147.32 27.94 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 147.32 23.4 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2799,17 +3028,23 @@ (xy 170.18 41.91) ) (stroke (width 0) (type default)) - (uuid 047ff316-57d3-4cef-bfc7-ac5ee4fe545d) + (uuid ce670f96-67c6-4408-bc0d-4bdc7381873e) ) (symbol (lib_id "Device:C") (at 170.18 45.72 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C3" (at 173.21 44.72 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "220p" (at 173.21 46.72 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2817,12 +3052,12 @@ (xy 170.18 59.69) ) (stroke (width 0) (type default)) - (uuid 7cedc7cd-9e53-46cd-8e9e-036f7fdfe72f) + (uuid 993a7428-e91f-45e4-891b-9edb598694df) ) (junction (at 140.97 59.69) (diameter 0) (color 0 0 0 0) - (uuid 076f5fab-0e14-4b6c-ba82-870a1f469f6f) + (uuid ea36e8cb-17e7-47c0-862d-4fd7cb0838c6) ) (wire (pts @@ -2830,19 +3065,25 @@ (xy 140.97 59.69) ) (stroke (width 0) (type default)) - (uuid 3b9b2361-b189-411b-b138-008ca5fcabf0) + (uuid b73ef04c-0c46-4ea3-804d-2b2fe93563c9) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 133.35 59.69 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 133.35 50.61 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 133.35 52.61 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2850,7 +3091,7 @@ (xy 140.97 46.99) ) (stroke (width 0) (type default)) - (uuid 0dc88f63-87fa-4de6-bf46-0c6a5360cba6) + (uuid 780b670a-a0a3-4f9c-9ffd-537efcb3a677) ) (wire (pts @@ -2858,7 +3099,7 @@ (xy 125.73 46.99) ) (stroke (width 0) (type default)) - (uuid 2eb07861-5ead-49cd-bdd9-02f30403314a) + (uuid 12624749-c67e-4488-bceb-61245d22bbde) ) (wire (pts @@ -2866,7 +3107,7 @@ (xy 125.73 57.15) ) (stroke (width 0) (type default)) - (uuid d114d073-2b7f-4cc8-8d79-59b68173de6e) + (uuid 5af6b762-87cd-498c-aad3-f4491588a53a) ) (wire (pts @@ -2874,31 +3115,43 @@ (xy 123.19 62.23) ) (stroke (width 0) (type default)) - (uuid 827bf1fe-1a8b-42ae-bd9a-641aa7cf2766) + (uuid a6deda69-7aa1-4588-a3f2-c5188c2dca56) ) (junction (at 123.19 62.23) (diameter 0) (color 0 0 0 0) - (uuid ac7fe38b-e194-4adb-8c09-e585acbf008d) + (uuid f49785be-280d-4335-9c43-18f5bfaab367) ) (symbol (lib_id "Device:R") (at 123.19 66.04 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R9" (at 121.17 65.03999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.6k" (at 121.17 67.03999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 123.19 69.85 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 123.19 74.39 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2906,12 +3159,12 @@ (xy 118.11 62.23) ) (stroke (width 0) (type default)) - (uuid 7ce7c327-66b0-4ed4-945e-3e282ac6a088) + (uuid b64de1a3-8b73-45e8-9d85-9898fec50e0b) ) (junction (at 118.11 62.23) (diameter 0) (color 0 0 0 0) - (uuid b741c715-ae85-4cc5-bc8e-5fe1b0950ca3) + (uuid ba02526d-af3b-4480-a51f-1a201da29ae3) ) (wire (pts @@ -2919,7 +3172,7 @@ (xy 118.11 57.15) ) (stroke (width 0) (type default)) - (uuid 0b5e48ed-a89b-4bfa-b1fa-dc21d435bf29) + (uuid 14f2d14f-67de-4594-93a3-30ee9cd56762) ) (wire (pts @@ -2927,7 +3180,7 @@ (xy 111.76 57.15) ) (stroke (width 0) (type default)) - (uuid c6888cc3-ba6c-4679-b09d-7319ba31f400) + (uuid 281bcc76-348c-45f2-bb8a-62f77b88b179) ) (wire (pts @@ -2935,7 +3188,7 @@ (xy 118.11 64.77) ) (stroke (width 0) (type default)) - (uuid 5910867a-850b-41db-a226-b988791af812) + (uuid 9472469d-acbb-43f5-a17c-83faf372eb21) ) (wire (pts @@ -2943,7 +3196,7 @@ (xy 111.76 64.77) ) (stroke (width 0) (type default)) - (uuid 1ef0826a-7e78-4c6e-9ef3-5f252b80bc29) + (uuid 4fc023c0-ab4b-4315-8355-e1dca11fbf71) ) (wire (pts @@ -2951,7 +3204,7 @@ (xy 114.3 60.96) ) (stroke (width 0) (type default)) - (uuid 2c2a3faa-e9dd-4dae-8dd3-91d5737f177e) + (uuid 58231140-0a39-4c55-9f6e-5a2de2b3610c) ) (wire (pts @@ -2959,20 +3212,26 @@ (xy 114.3 53.34) ) (stroke (width 0) (type default)) - (uuid aac00f2b-6dc1-4411-afa0-9b2372ba822f) + (uuid 911a27a0-08a1-4d8a-b9ca-b51a92c42935) ) (symbol (lib_id "Device:R") (at 165.1 44.45 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R13" (at 163.08 43.45 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "18k" (at 163.08 45.45 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "A" (at 165.1 48.26 270) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5831e30d-3001-4898-8bee-0b7662d1c922) + (uuid 11cc4426-2526-4d07-b0e6-6ba6c28e8462) ) (wire (pts @@ -2980,12 +3239,12 @@ (xy 190.5 35.56) ) (stroke (width 0) (type default)) - (uuid d34cd786-cd7b-4a59-a67b-e61346ebd329) + (uuid b6b9a2bc-c88e-48d5-82d8-5570d0fb199a) ) (junction (at 190.5 35.56) (diameter 0) (color 0 0 0 0) - (uuid fe7e058c-5477-465c-881c-48aee6f57f89) + (uuid b59a2221-3195-4147-a195-f9b01eab9f6d) ) (wire (pts @@ -2993,17 +3252,23 @@ (xy 190.5 30.48) ) (stroke (width 0) (type default)) - (uuid b02daa4b-e345-4cf2-a349-fc6086c58cf3) + (uuid 537b0e64-3d01-46e6-b0f2-76b17f7e5831) ) (symbol (lib_id "Device:C") (at 194.31 30.48 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C4" (at 194.31 24.45 -90) (effects (font (size 1.27 1.27)))) (property "Value" "470p" (at 194.31 26.45 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3011,12 +3276,12 @@ (xy 198.12 35.56) ) (stroke (width 0) (type default)) - (uuid b0182a7a-d02b-409f-918a-002dcc9e403f) + (uuid 5a071599-ac45-42a3-8a49-a4e7eb90b234) ) (junction (at 198.12 35.56) (diameter 0) (color 0 0 0 0) - (uuid e745ed9e-e693-418b-9e94-1948df18a5fc) + (uuid a29169bb-98cd-4e51-83ce-ee4c452d2111) ) (wire (pts @@ -3024,17 +3289,23 @@ (xy 190.5 40.64) ) (stroke (width 0) (type default)) - (uuid cf8e5f70-0d55-4c97-80c0-7bd2d6c419fb) + (uuid cdd210b5-268d-466d-9468-f901f41ae730) ) (symbol (lib_id "Device:R") (at 194.31 40.64 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R14" (at 194.31 35.62 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 194.31 37.62 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3042,7 +3313,7 @@ (xy 198.12 35.56) ) (stroke (width 0) (type default)) - (uuid 03511b82-02ba-46b9-b046-e9dac7d5d547) + (uuid 13de62a6-023c-4bf1-b64b-d4f501a4a4a4) ) (wire (pts @@ -3050,7 +3321,7 @@ (xy 203.2 35.56) ) (stroke (width 0) (type default)) - (uuid 520d9c77-9e53-42bf-ac18-40ad02e6c123) + (uuid 01f48111-154d-42a7-b919-8b18b05d4d82) ) (symbol (lib_id "elektrophon:CA3280") (at 208.28 38.1 0) (unit 1) (in_bom yes) (on_board yes) @@ -3061,23 +3332,35 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (symbol (lib_id "Device:R") (at 203.2 44.45 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R15" (at 201.18 43.45 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "22k" (at 201.18 45.45 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 203.2 48.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 203.2 52.8 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3085,7 +3368,7 @@ (xy 200.66 38.1) ) (stroke (width 0) (type default)) - (uuid d7186d27-1afd-4d60-b604-403474ad2e55) + (uuid d6ef766e-032c-468a-8b83-1f4cdc5a74ff) ) (wire (pts @@ -3093,58 +3376,82 @@ (xy 200.66 33.02) ) (stroke (width 0) (type default)) - (uuid 8911e317-eb3d-4bd1-86a8-ddf0d31d59c5) + (uuid 1fa69e37-8423-42b4-8a94-9a1d651aba66) ) (symbol (lib_id "Device:R") (at 200.66 29.21 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R16" (at 202.68 28.21 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "68k" (at 202.68 30.21 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 200.66 25.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 200.66 20.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 218.44 38.1) (diameter 0) (color 0 0 0 0) - (uuid 80564212-1f42-41ba-9afd-ba88481f237d) + (uuid 9f61a151-aac8-43ef-a748-8b3280e69d1f) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 226.06 40.64 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 226.06 31.560000000000002 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 226.06 33.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 218.44 43.18 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 218.44 47.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "B" (at 218.44 40.64 90) (effects (font (size 1.27 1.27)) (justify left)) - (uuid f267afd6-63a4-4931-8275-54d7e48c1cbd) + (uuid 5b33b768-5ca6-4dba-8d88-ae2858cdd6fe) ) (no_connect (at 210.82 43.18) - (uuid 7ef9b2b9-17a3-4b9b-babe-2a4908221bb7) + (uuid c80de134-10dc-498a-a150-4b19a75d0bbc) ) (wire (pts @@ -3152,12 +3459,12 @@ (xy 233.68 27.94) ) (stroke (width 0) (type default)) - (uuid 8836a066-ba4c-43ab-b15c-e20f2efeaca3) + (uuid bffab5eb-a68d-41ba-b9a3-013ae8d9b87c) ) (junction (at 233.68 27.94) (diameter 0) (color 0 0 0 0) - (uuid 432cc506-1f48-42d7-a5db-f9f62954caf5) + (uuid c168b16f-dd8b-427f-a89d-d20c388244b2) ) (wire (pts @@ -3165,7 +3472,7 @@ (xy 229.87 27.94) ) (stroke (width 0) (type default)) - (uuid 841314ad-557f-400d-88ae-541d7391e3e5) + (uuid 6d2b9a25-627e-4fb8-be42-bc0960c8f162) ) (wire (pts @@ -3173,22 +3480,28 @@ (xy 218.44 27.94) ) (stroke (width 0) (type default)) - (uuid 90bf68ea-2332-4135-ba33-d2e6b042fd59) + (uuid eaef1a7a-eb71-4a54-ac7d-a4095ee59ccf) ) (symbol (lib_id "Device:R") (at 226.06 27.94 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R17" (at 226.06 22.92 -270) (effects (font (size 1.27 1.27)))) (property "Value" "220k" (at 226.06 24.92 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 218.44 27.94) (diameter 0) (color 0 0 0 0) - (uuid 04e761c1-3234-4e76-ba9c-2f45911af7ee) + (uuid 845bf9aa-a4d4-4ec2-9d85-81c1ca32cb3f) ) (wire (pts @@ -3196,7 +3509,7 @@ (xy 218.44 38.1) ) (stroke (width 0) (type default)) - (uuid 0da3e0f9-9470-464b-bc0e-ceb69d67d707) + (uuid 9f2335d8-38d7-4528-8e18-eae5636d4e3c) ) (wire (pts @@ -3204,27 +3517,39 @@ (xy 233.68 20.32) ) (stroke (width 0) (type default)) - (uuid 9c3f0ac1-e65d-4403-8206-6db42eb153e7) + (uuid b6696015-d61e-41bc-bde1-62b59a847ed3) ) (symbol (lib_id "Device:D_Zener") (at 229.87 20.32 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D2" (at 229.87 15.05 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N5236" (at 229.87 17.05 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Zener diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Zener diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:D_Zener") (at 222.25 20.32 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D1" (at 222.25 15.05 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N5236" (at 222.25 17.05 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Zener diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_THT:D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Zener diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3232,12 +3557,12 @@ (xy 218.44 27.94) ) (stroke (width 0) (type default)) - (uuid 361a830a-6f26-4663-96d6-a1c37d56ea07) + (uuid e0e132a8-5b30-43a5-b3f6-12d001a57e79) ) (junction (at 233.68 40.64) (diameter 0) (color 0 0 0 0) - (uuid bbe09482-db0e-4141-a6e7-f9f1cf51246c) + (uuid 16e50a5a-5419-4ce5-b53e-47aa91d7a0c5) ) (wire (pts @@ -3245,7 +3570,7 @@ (xy 233.68 86.36) ) (stroke (width 0) (type default)) - (uuid 22d25d0e-fe08-4bba-bfba-f7634f9a5dab) + (uuid 278eebd8-f574-4992-9e30-ab05881b93a8) ) (symbol (lib_id "elektrophon:DG409") (at 224.79 86.36 0) (mirror y) @@ -3262,12 +3587,12 @@ (xy 209.55 86.36) ) (stroke (width 0) (type default)) - (uuid aa7e3940-d2b7-43f7-9cc1-ddee38517dd2) + (uuid 702a76a9-589e-4517-bd10-20bb88c4fa98) ) (junction (at 209.55 86.36) (diameter 0) (color 0 0 0 0) - (uuid 224b9d78-c6bb-4463-a82a-3b60b971a1b4) + (uuid ed4cdc72-244d-439a-a43f-374ad4bdea10) ) (wire (pts @@ -3275,18 +3600,24 @@ (xy 207.01 86.36) ) (stroke (width 0) (type default)) - (uuid d602670a-25f8-443b-b48d-7de9ee11e1ee) + (uuid 7ee83567-9705-4453-875c-1bdc00af4a0d) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 199.39 83.82 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 199.39 74.74 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 199.39 76.74 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3294,7 +3625,7 @@ (xy 191.77 71.12) ) (stroke (width 0) (type default)) - (uuid a579b3a7-01d9-488b-b66c-8890a924c4c9) + (uuid 504d46a7-c339-432c-b867-11299fdd0000) ) (wire (pts @@ -3302,7 +3633,7 @@ (xy 207.01 71.12) ) (stroke (width 0) (type default)) - (uuid 81304b35-5437-48c9-9014-bd4ed71b2b24) + (uuid 8be23622-6488-4b62-a5d9-20114a48feca) ) (wire (pts @@ -3310,31 +3641,43 @@ (xy 207.01 81.28) ) (stroke (width 0) (type default)) - (uuid a6f9140b-6e2b-4d96-b9b5-8f29ca5d6eaa) + (uuid 7c0a90b3-1251-45ae-a60b-09f077155800) ) (junction (at 191.77 83.82) (diameter 0) (color 0 0 0 0) - (uuid d6e4099f-6a43-490f-8950-4217e31c9e8d) + (uuid 1fe4d7cc-b49b-4a1f-951f-cc0ea688c6dc) ) (symbol (lib_id "Device:R") (at 209.55 90.17 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R18" (at 211.57 89.17 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "5.6k" (at 211.57 91.17 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 209.55 93.98 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 209.55 98.52 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3342,12 +3685,12 @@ (xy 217.17 86.36) ) (stroke (width 0) (type default)) - (uuid c676a5b3-a9da-4747-9ec1-6ff4b6afc5bf) + (uuid 5707b0ff-d590-4add-bf98-0b5bd81e417a) ) (junction (at 217.17 86.36) (diameter 0) (color 0 0 0 0) - (uuid 48c1fce6-a282-4de2-bcd7-20ea4947964b) + (uuid 667619fb-f21c-401e-9a0f-1dafb46374a1) ) (wire (pts @@ -3355,12 +3698,12 @@ (xy 217.17 97.79) ) (stroke (width 0) (type default)) - (uuid 2afac067-ffba-4ea2-931e-294ef0644f7f) + (uuid 999297b8-5c00-47f3-830f-2599e7335073) ) (junction (at 217.17 97.79) (diameter 0) (color 0 0 0 0) - (uuid cb9ed659-1308-4e01-9b75-5d4c604b6eeb) + (uuid 748875cc-807f-4073-b77d-6b6e1818d383) ) (wire (pts @@ -3368,7 +3711,7 @@ (xy 217.17 105.41) ) (stroke (width 0) (type default)) - (uuid 3520e4ac-bdf1-45f4-9034-8e65f8523eb4) + (uuid aa72f9b4-30f8-457d-b9d3-687758611f65) ) (wire (pts @@ -3376,12 +3719,12 @@ (xy 209.55 105.41) ) (stroke (width 0) (type default)) - (uuid cf712507-ffe6-444b-9a20-ed3dc3d72bde) + (uuid aad1282a-4b38-49ea-b633-10e748b541d7) ) (junction (at 209.55 105.41) (diameter 0) (color 0 0 0 0) - (uuid d328e5f2-fb3c-4b91-909e-909584b8fbfa) + (uuid 56c1a64a-ab8d-4210-8229-a5f1d5e2143d) ) (wire (pts @@ -3389,18 +3732,24 @@ (xy 207.01 105.41) ) (stroke (width 0) (type default)) - (uuid 9e78e00a-94ca-4d5a-aa94-a4fc15659c02) + (uuid 89e55c6e-6524-41ee-944a-d65f4a3eaa42) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 199.39 102.87 180) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 199.39 93.79 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 199.39 95.79 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3408,7 +3757,7 @@ (xy 191.77 90.17) ) (stroke (width 0) (type default)) - (uuid 26ab3b32-42b3-4436-8e2c-3de2361f2b0e) + (uuid 92a6c622-b06f-44a9-aa21-489aaba5dbfb) ) (wire (pts @@ -3416,7 +3765,7 @@ (xy 207.01 90.17) ) (stroke (width 0) (type default)) - (uuid 64b8c722-0150-47ad-baec-ff5fc1ad373f) + (uuid b72ecf03-149c-4e4c-ad77-ca46967778bd) ) (wire (pts @@ -3424,31 +3773,43 @@ (xy 207.01 100.33) ) (stroke (width 0) (type default)) - (uuid 3e66c04e-cb5b-42f9-b59f-97fe53e2e095) + (uuid c361e77c-70e7-4664-99ee-ef95fd8f467d) ) (junction (at 191.77 102.87) (diameter 0) (color 0 0 0 0) - (uuid 6cf2c2ed-8b01-43c6-9395-6ba7b6d66b35) + (uuid 8c9a15ad-eccd-4a22-ab42-c03e06d57206) ) (symbol (lib_id "Device:R") (at 209.55 109.22 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R19" (at 211.57 108.22 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "5.6k" (at 211.57 110.22 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 209.55 113.03 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 209.55 117.57 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3456,22 +3817,28 @@ (xy 217.17 86.36) ) (stroke (width 0) (type default)) - (uuid d81977a1-e69e-440e-9290-aee1ca3feed4) + (uuid 3995188e-a022-49f5-907f-7b75991b7433) ) (junction (at 217.17 86.36) (diameter 0) (color 0 0 0 0) - (uuid 04bb6722-55f4-4933-8b36-4bca17663f9c) + (uuid 1aa44157-e5e5-4183-ab3f-253558261389) ) (symbol (lib_id "Device:R") (at 187.96 83.82 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R22" (at 187.96 78.8 -270) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 187.96 80.8 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3479,7 +3846,7 @@ (xy 181.61 83.82) ) (stroke (width 0) (type default)) - (uuid 1f9aaab1-71f6-4c64-b71d-e67da5dcef6b) + (uuid 82c10c23-3e3c-48ac-873b-10537ac70bf9) ) (symbol (lib_id "elektrophon:CA3280") (at 176.53 81.28 180) (mirror x) @@ -3496,7 +3863,7 @@ (xy 184.15 81.28) ) (stroke (width 0) (type default)) - (uuid 5344bb4f-de1b-46ad-9d31-aa68cce18ad9) + (uuid 7c340d9c-065b-434f-b991-a1dd741af419) ) (wire (pts @@ -3504,26 +3871,38 @@ (xy 184.15 76.2) ) (stroke (width 0) (type default)) - (uuid d8980402-5de7-44a7-adc6-939f967be3fb) + (uuid 97fbfcd7-a71d-4a8d-9492-78f92a72bf1c) ) (symbol (lib_id "Device:R") (at 184.15 72.39 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R21" (at 186.17 71.39 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "68k" (at 186.17 73.39 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 184.15 68.58 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 184.15 64.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3531,12 +3910,12 @@ (xy 161.29 81.28) ) (stroke (width 0) (type default)) - (uuid 1c3462b7-7965-4587-8dc0-7f6f14635b97) + (uuid 1e244b61-48d7-44f1-9895-12cbef10f35d) ) (junction (at 161.29 81.28) (diameter 0) (color 0 0 0 0) - (uuid 39d935bf-1fa2-4cdf-99e6-1e4021d0c552) + (uuid 03ba6673-e045-4103-a2a0-abba77005e28) ) (wire (pts @@ -3544,23 +3923,29 @@ (xy 156.21 81.28) ) (stroke (width 0) (type default)) - (uuid 0a824222-62b3-40a7-89bd-feeb57b6f6bf) + (uuid 03823536-d6a2-403e-9d75-9357fb81dd38) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 148.59 78.74 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 148.59 69.66 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 148.59 71.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 140.97 78.74) (diameter 0) (color 0 0 0 0) - (uuid 5c2253e4-91b3-4017-96e3-f9951426ba76) + (uuid 8360434f-63e8-41f6-8dfa-3d046763bdbb) ) (wire (pts @@ -3568,12 +3953,12 @@ (xy 140.97 66.04) ) (stroke (width 0) (type default)) - (uuid 249a2b9a-034e-4ab2-b7bc-f38fbdff511c) + (uuid 540d5728-422f-4c27-a612-b5632ffd1b9e) ) (junction (at 140.97 66.04) (diameter 0) (color 0 0 0 0) - (uuid 52435a04-06ee-47e9-bd32-bc999b7c05fc) + (uuid 44cfa8e0-8f95-4630-b848-d2389b67a175) ) (wire (pts @@ -3581,12 +3966,12 @@ (xy 156.21 66.04) ) (stroke (width 0) (type default)) - (uuid 1e6e253e-6530-4a55-bd07-1c1ffd884538) + (uuid 2a4c6e01-e1d3-465a-8d75-01f384879bd8) ) (junction (at 156.21 66.04) (diameter 0) (color 0 0 0 0) - (uuid 6bef57e2-3b23-468d-96d3-40f40188c6d4) + (uuid 30d55ecf-ed3f-410c-b3bd-60c6937ffd45) ) (wire (pts @@ -3594,7 +3979,7 @@ (xy 156.21 76.2) ) (stroke (width 0) (type default)) - (uuid 71fa9f19-9786-4741-8ff0-1a552c4167e1) + (uuid 65758178-3fa5-41b9-a76c-843a648fe1fe) ) (wire (pts @@ -3602,7 +3987,7 @@ (xy 181.61 66.04) ) (stroke (width 0) (type default)) - (uuid 97447c93-1229-4b3c-88e4-b2a1c3f43edb) + (uuid 8e170d40-f5a0-4c2d-bc49-653b8a53d961) ) (wire (pts @@ -3610,7 +3995,7 @@ (xy 172.72 66.04) ) (stroke (width 0) (type default)) - (uuid 6dc1368e-9dbf-42fa-9cb8-dfe43eb963b3) + (uuid 53632fa9-47dd-414d-920f-b0e9d342701a) ) (wire (pts @@ -3618,17 +4003,23 @@ (xy 156.21 66.04) ) (stroke (width 0) (type default)) - (uuid 19f88096-2621-4544-8b46-fddfa14ad115) + (uuid feace2bf-1ca8-43fe-b777-9ebd4abb75fd) ) (symbol (lib_id "Device:R") (at 168.91 66.04 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R20" (at 168.91 61.019999999999996 -90) (effects (font (size 1.27 1.27)))) (property "Value" "22k" (at 168.91 63.019999999999996 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3636,7 +4027,7 @@ (xy 156.21 66.04) ) (stroke (width 0) (type default)) - (uuid 92f4a3bb-1a63-4e4d-b1bd-4228459a5eba) + (uuid 9874706c-0dc3-489a-b4f5-61e488703835) ) (symbol (lib_id "elektrophon:DG409") (at 132.08 78.74 0) (mirror y) @@ -3648,14 +4039,20 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (symbol (lib_id "Device:C") (at 161.29 85.09 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C5" (at 158.26 84.09 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "220p" (at 158.26 86.09 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Capacitor_THT:CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3663,7 +4060,7 @@ (xy 161.29 102.87) ) (stroke (width 0) (type default)) - (uuid 380d3456-239d-4cc8-a4d0-2bc4373239c9) + (uuid 39712c3f-ae70-4581-aa5d-e95cb9fb002c) ) (wire (pts @@ -3671,23 +4068,29 @@ (xy 191.77 102.87) ) (stroke (width 0) (type default)) - (uuid a42e3be7-fd64-46e5-bf16-7f346a9cc3c2) + (uuid 39bfc5cb-4a10-4af6-aaaf-8e540cfcd831) ) (symbol (lib_id "Device:R") (at 166.37 87.63 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R23" (at 168.39 86.63 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "18k" (at 168.39 88.63 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "A" (at 166.37 91.44 90) (effects (font (size 1.27 1.27)) (justify left)) - (uuid f9d7328a-e8b4-4783-8a05-1543ee84cb0e) + (uuid c563014d-b9fc-48ed-a3bd-9771de6a229d) ) (no_connect (at 173.99 86.36) - (uuid cc000e8d-2bc1-451d-98c2-76d2905b4678) + (uuid 2968de1c-d980-4acc-b8b3-3bf0b05ce40e) ) (wire (pts @@ -3695,10 +4098,10 @@ (xy 138.43 66.04) ) (stroke (width 0) (type default)) - (uuid 159d76ac-6017-4d3f-8bfb-89ddd48c184d) + (uuid 69c1c743-51f7-4b2e-8a77-9656c4c7fbf1) ) (label "OUT_3" (at 138.43 66.04 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid ec327496-753d-4606-a6e9-37b2dbeb53f6) + (uuid 55212c67-6eaa-4bbf-b71e-444e26a3b170) ) (wire (pts @@ -3706,12 +4109,12 @@ (xy 124.46 78.74) ) (stroke (width 0) (type default)) - (uuid 253b70e9-f12e-4654-8ac9-b9d78411e2bc) + (uuid 499c0699-6739-4aa0-8c15-accd3e2df292) ) (junction (at 124.46 78.74) (diameter 0) (color 0 0 0 0) - (uuid ff4a79f4-20bc-4316-8b37-0e424db48f30) + (uuid 35fc6f25-db68-4968-ac2e-3579b9e6b379) ) (wire (pts @@ -3719,7 +4122,7 @@ (xy 80.01 78.74) ) (stroke (width 0) (type default)) - (uuid a5409b2f-25c7-44e4-a0ac-2645b742205e) + (uuid 8f8069f3-f2c8-415d-9ac8-18ee8ecbf7e8) ) (wire (pts @@ -3727,7 +4130,7 @@ (xy 80.01 76.2) ) (stroke (width 0) (type default)) - (uuid c9993e2b-bb6e-4229-9949-66adfc357bdd) + (uuid d0f9ca52-a671-4192-a360-f03e4de233fb) ) (wire (pts @@ -3735,12 +4138,12 @@ (xy 124.46 86.36) ) (stroke (width 0) (type default)) - (uuid bde34ca5-6a93-489c-a502-452186955a3f) + (uuid 03771188-e06d-4c34-8d45-b422703996e7) ) (junction (at 124.46 86.36) (diameter 0) (color 0 0 0 0) - (uuid 3e33be79-2b04-41d3-8d63-f20b616e0410) + (uuid 6774ad2b-b1f6-40e1-a174-ff2b907a446a) ) (wire (pts @@ -3748,7 +4151,7 @@ (xy 73.66 86.36) ) (stroke (width 0) (type default)) - (uuid 7ceee608-5d8f-49f9-ba71-351401450b2d) + (uuid 5503cf38-1182-4226-94ab-6416c1ee9c60) ) (wire (pts @@ -3756,7 +4159,7 @@ (xy 73.66 68.58) ) (stroke (width 0) (type default)) - (uuid 3d5824a4-42ff-4b7b-b15f-62a0aa24afc0) + (uuid 6573ee96-450f-418b-a11b-6733e024fa15) ) (wire (pts @@ -3764,20 +4167,26 @@ (xy 57.15 68.58) ) (stroke (width 0) (type default)) - (uuid dd283340-5405-487a-8900-1362a88d4dc5) + (uuid e406712f-4462-4b7b-a837-97f5d7695c76) ) (label "COARSE" (at 20.32 91.44 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid cccadac7-8f85-4d08-8902-1887d30468e2) + (uuid 11946a06-20dd-4de1-b0cf-eff2f04f0dbb) ) (symbol (lib_id "Device:R") (at 24.13 91.44 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R24" (at 24.13 86.42 -90) (effects (font (size 1.27 1.27)))) (property "Value" "120k" (at 24.13 88.42 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3785,12 +4194,12 @@ (xy 27.94 101.6) ) (stroke (width 0) (type default)) - (uuid be85855f-f22a-4dc7-91de-5ea804ce346a) + (uuid f867e7f2-fd8c-48ba-b0cf-31d8a90bca31) ) (junction (at 27.94 101.6) (diameter 0) (color 0 0 0 0) - (uuid 6e4d9653-45d6-4285-9df4-fc26d3b9eafa) + (uuid 6c6c54f8-061b-4271-93e4-dc920fc48c11) ) (wire (pts @@ -3798,12 +4207,12 @@ (xy 27.94 111.76) ) (stroke (width 0) (type default)) - (uuid a756f70c-3184-48e5-a84c-523c88fbbdd6) + (uuid ad984216-ab31-4f69-9693-49023db50a33) ) (junction (at 27.94 111.76) (diameter 0) (color 0 0 0 0) - (uuid e967ae88-3824-481f-bcef-57c79e6e87d1) + (uuid ca127bc3-ca15-4c5e-8d87-5a0d16079b20) ) (wire (pts @@ -3811,51 +4220,69 @@ (xy 27.94 121.92) ) (stroke (width 0) (type default)) - (uuid 9317306e-929e-4bbf-9d51-20ee84c69d49) + (uuid da4d73b1-cf15-4b3d-ab3c-ef6ca984500b) ) (junction (at 27.94 121.92) (diameter 0) (color 0 0 0 0) - (uuid f565686f-95d1-45a3-bb55-05fb5804cc7b) + (uuid d5bd02f0-4852-4db0-a571-846ff9c1f577) ) (symbol (lib_id "Device:R") (at 24.13 101.6 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R25" (at 24.13 96.58 -270) (effects (font (size 1.27 1.27)))) (property "Value" "2.2meg" (at 24.13 98.58 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FINE" (at 20.32 101.6 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 71a5dfb8-7bd1-499c-8951-7f921f8521f6) + (uuid 82f739df-bbb2-48c3-9c23-b351b24fc177) ) (symbol (lib_id "Device:R") (at 24.13 111.76 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R26" (at 24.13 106.74 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 24.13 108.74 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "V/O" (at 20.32 111.76 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 340f20b4-d11f-4de0-9dd0-abb6a928bef1) + (uuid a767ecb3-4a1c-4b2e-b7a2-03f955eda38c) ) (symbol (lib_id "Device:R") (at 24.13 121.92 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R27" (at 24.13 116.9 -270) (effects (font (size 1.27 1.27)))) (property "Value" "150k" (at 24.13 118.9 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FM" (at 20.32 121.92 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid bf0b80c5-b52c-4158-8a84-c1d4a8c49242) + (uuid cf539b44-526f-4a3b-8fcc-810ee495698f) ) (wire (pts @@ -3863,19 +4290,25 @@ (xy 40.64 121.92) ) (stroke (width 0) (type default)) - (uuid b4cb204f-a902-4847-a518-8421f3af2e52) + (uuid c6f340a0-9f78-4bc4-8a88-8d1e0adbf9ed) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 48.26 124.46 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U10" (at 48.26 115.38 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 48.26 117.38 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3883,12 +4316,12 @@ (xy 55.88 111.76) ) (stroke (width 0) (type default)) - (uuid 8457fc4e-2339-4cad-9dd8-74b02998d62c) + (uuid 2521dfb6-3da6-43f1-86c7-3b01f9c7a242) ) (junction (at 55.88 111.76) (diameter 0) (color 0 0 0 0) - (uuid fd0e7ef0-be27-43e5-a214-9f664dbaa231) + (uuid 7cb3dc69-a9a2-4f3e-bad6-ddd5fb03d4a3) ) (wire (pts @@ -3896,7 +4329,7 @@ (xy 52.07 111.76) ) (stroke (width 0) (type default)) - (uuid 286ac8f2-cb5b-4989-bb22-eee558daeb60) + (uuid 30fdf131-134b-4827-83b4-7a744c4978a2) ) (wire (pts @@ -3904,22 +4337,28 @@ (xy 40.64 111.76) ) (stroke (width 0) (type default)) - (uuid 632bbcda-8980-45fa-a97f-f3515ba4f74d) + (uuid 9545c103-a055-443d-b39c-0536d6c0c92b) ) (symbol (lib_id "Device:C") (at 48.26 111.76 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C6" (at 48.26 105.73 -270) (effects (font (size 1.27 1.27)))) (property "Value" "180p" (at 48.26 107.73 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 40.64 111.76) (diameter 0) (color 0 0 0 0) - (uuid 9384010a-f28a-4454-b48f-d6721cbd226a) + (uuid b8d49c48-1fb7-4382-bfe3-6eb34cf1f61d) ) (wire (pts @@ -3927,21 +4366,27 @@ (xy 40.64 121.92) ) (stroke (width 0) (type default)) - (uuid e1d78915-6de5-44e0-a07e-ed2faef365b2) + (uuid 01396f57-298c-418e-974d-856dc05337be) ) (junction (at 40.64 121.92) (diameter 0) (color 0 0 0 0) - (uuid e103530b-6f7e-447c-827d-7afbfb658d3e) + (uuid 17c6e876-75c8-472a-ae08-bf2b2ff73b6b) ) (symbol (lib_id "power:GND") (at 40.64 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 40.64 131.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -3949,7 +4394,7 @@ (xy 55.88 101.6) ) (stroke (width 0) (type default)) - (uuid 9bd4d687-dfcf-4bde-a71d-f422390f9aa9) + (uuid 0fee5bba-3f3d-4c0c-8479-2a373c54f948) ) (wire (pts @@ -3957,7 +4402,7 @@ (xy 52.07 101.6) ) (stroke (width 0) (type default)) - (uuid d2bbc08b-50c0-44e1-a2fc-7e0aa5e528be) + (uuid f845f6bf-23de-4317-9717-6fb5405b4b84) ) (wire (pts @@ -3965,22 +4410,28 @@ (xy 40.64 101.6) ) (stroke (width 0) (type default)) - (uuid 80b9b7b2-3a4a-4b44-88c4-71c7f0439cd7) + (uuid eec74b3b-7862-4f42-87de-b4089fe5f107) ) (symbol (lib_id "Device:R") (at 48.26 101.6 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R29" (at 48.26 96.58 -270) (effects (font (size 1.27 1.27)))) (property "Value" "2k" (at 48.26 98.58 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 40.64 101.6) (diameter 0) (color 0 0 0 0) - (uuid 09ac7001-d2e3-43b9-a385-6a40bc7fd8cc) + (uuid 5d52797f-17d7-4d10-bacf-e2462815671a) ) (wire (pts @@ -3988,7 +4439,7 @@ (xy 40.64 111.76) ) (stroke (width 0) (type default)) - (uuid b0f5c132-0572-40e9-94d6-1cf2a45c06b1) + (uuid cb543c7d-8dae-4b3f-9b00-3389d2223485) ) (wire (pts @@ -3996,31 +4447,43 @@ (xy 33.02 101.6) ) (stroke (width 0) (type default)) - (uuid aa3b905d-4276-426f-9197-0d1741dcd57c) + (uuid 97ffd9b6-a62e-476f-b07b-725ea8435cbf) ) (symbol (lib_id "Device:R") (at 33.02 105.41 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R28" (at 35.04 104.41 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "270k" (at 35.04 106.41 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 109.22 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 33.02 113.76 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 55.88 124.46) (diameter 0) (color 0 0 0 0) - (uuid 91513171-183d-4897-adb4-34c49a39ef65) + (uuid eb9336cb-d036-4a73-88d3-12ebe093ad45) ) (wire (pts @@ -4028,36 +4491,54 @@ (xy 55.88 127) ) (stroke (width 0) (type default)) - (uuid 357dee80-1176-4ccd-8d61-6128289c7587) + (uuid bbba7241-a4fe-4552-a0b6-0ef34cfd92b1) ) (symbol (lib_id "Device:R_Potentiometer_Trim") (at 55.88 130.81 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV1" (at 53.86 129.81 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100" (at 53.86 131.81 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3266Z_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Potentiometer_THT:Potentiometer_Bourns_3266Z_Horizontal (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Trim-potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable trimpot trimmer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 55.88 138.43 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R30" (at 57.9 137.43 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "330" (at 57.9 139.43 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 55.88 142.24 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 55.88 146.78 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4065,7 +4546,7 @@ (xy 62.23 130.81) ) (stroke (width 0) (type default)) - (uuid c36816e0-f465-405f-b1f7-b075094935f9) + (uuid 2d9aaf92-8558-4af9-a116-d5d5bd552106) ) (symbol (lib_id "elektrophon:AS395") (at 69.85 130.81 0) (mirror x) @@ -4083,7 +4564,7 @@ (xy 85.09 135.89) ) (stroke (width 0) (type default)) - (uuid 045e0a25-f56d-4034-ab0f-8d902a8cc638) + (uuid 4e9e6f1c-d838-4b40-a4cd-17d41170e8da) ) (symbol (lib_id "elektrophon:AS395") (at 85.09 130.81 180) (unit 2) (in_bom yes) (on_board yes) @@ -4095,13 +4576,19 @@ (property "ki_fp_filters" "DIP-14 SOIC-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:GND") (at 92.71 130.81 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 92.71 135.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4109,7 +4596,7 @@ (xy 110.49 125.73) ) (stroke (width 0) (type default)) - (uuid c9645c80-d0f1-4fd9-8e67-9a50bbf1374b) + (uuid d0a7a25d-70b2-4dd7-b5be-53311b9623cf) ) (wire (pts @@ -4117,12 +4604,12 @@ (xy 110.49 138.43) ) (stroke (width 0) (type default)) - (uuid b0c8475f-5445-4f0d-89c5-253652e0399e) + (uuid 634f57e6-5c1d-47eb-ac14-5cef915828d8) ) (junction (at 110.49 138.43) (diameter 0) (color 0 0 0 0) - (uuid 74d71d43-aa8e-4221-b399-b4fdee97c4d8) + (uuid 3092f3dc-8c6d-41bf-b6d7-ea5503305795) ) (wire (pts @@ -4130,12 +4617,12 @@ (xy 110.49 151.13) ) (stroke (width 0) (type default)) - (uuid ae798f77-c7b6-461e-a555-48719b434a82) + (uuid 58000dce-4b62-4b1b-8fe6-a6a421f123ca) ) (junction (at 110.49 151.13) (diameter 0) (color 0 0 0 0) - (uuid 00697793-5fcf-461c-bf45-4863247fa72e) + (uuid b715b6ca-b1b2-49d0-a680-80dc1c1c0be7) ) (wire (pts @@ -4143,46 +4630,70 @@ (xy 105.41 151.13) ) (stroke (width 0) (type default)) - (uuid 5264114e-81ae-4f33-891c-b1de74b5ed14) + (uuid b75c6dae-0c2d-4ea4-8eb0-dde4d6595cd3) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 97.79 153.67 180) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U10" (at 97.79 144.59 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 97.79 146.59 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 105.41 156.21 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 105.41 160.75 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 110.49 154.94 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R33" (at 112.51 153.94 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "330k" (at 112.51 155.94 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 110.49 158.75 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 110.49 163.29 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4190,12 +4701,12 @@ (xy 69.85 153.67) ) (stroke (width 0) (type default)) - (uuid 00bd0495-5408-43f3-8529-166c4eb354f9) + (uuid 213596a7-f896-4285-9480-4106158f0d52) ) (junction (at 69.85 153.67) (diameter 0) (color 0 0 0 0) - (uuid 3d6d9d35-37c4-458d-ab58-b56979f0241e) + (uuid 4b02659e-a01c-4c2c-97d7-58b6a07a9c8a) ) (wire (pts @@ -4203,7 +4714,7 @@ (xy 69.85 148.59) ) (stroke (width 0) (type default)) - (uuid e392702b-dffd-4599-93cd-c11843c1048d) + (uuid 93f64150-1469-4466-ac33-db1811fd48ff) ) (wire (pts @@ -4211,22 +4722,28 @@ (xy 69.85 135.89) ) (stroke (width 0) (type default)) - (uuid ea6ce154-ba17-4e3e-b4c5-1775026f5f96) + (uuid 66ece5c0-1c63-4dda-9b09-73225ee1ca91) ) (symbol (lib_id "Device:R") (at 69.85 144.78 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R31" (at 71.87 143.78 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "3.3k" (at 71.87 145.78 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 69.85 135.89) (diameter 0) (color 0 0 0 0) - (uuid 706991bb-f7e4-4921-9acb-0c8737e2d2d4) + (uuid d2ef9618-1eeb-4eb8-a41d-e1a069c3fcf1) ) (wire (pts @@ -4234,7 +4751,7 @@ (xy 104.14 138.43) ) (stroke (width 0) (type default)) - (uuid 261774c2-36cb-4c29-9937-cb8be0aa5da4) + (uuid 64e1941c-7ada-4481-93ee-d34a2d456b8d) ) (wire (pts @@ -4242,17 +4759,23 @@ (xy 90.17 138.43) ) (stroke (width 0) (type default)) - (uuid f0b19aaf-7deb-4df1-b07b-7f2d15d8bbb3) + (uuid 87780bc8-1b0d-4a66-aa66-49e7396f5d00) ) (symbol (lib_id "Device:C") (at 100.33 138.43 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C7" (at 100.33 132.4 -270) (effects (font (size 1.27 1.27)))) (property "Value" "180p" (at 100.33 134.4 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4260,35 +4783,49 @@ (xy 90.17 153.67) ) (stroke (width 0) (type default)) - (uuid b85aaadb-66d1-4683-a0c6-3535df12c7c7) + (uuid 0fa58998-b2ea-401b-ad9c-efb7ec1d2fb9) ) (junction (at 90.17 153.67) (diameter 0) (color 0 0 0 0) - (uuid 4d781a70-529c-4be3-a364-ecffafca7ca9) + (uuid f6499f90-b33e-4770-beb9-025f9e76f5a3) ) (symbol (lib_id "Diode:1N4148") (at 66.04 153.67 180) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D3" (at 66.04 148.4 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N4148" (at 66.04 150.4 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 58.42 153.67 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R32" (at 58.42 148.65 -270) (effects (font (size 1.27 1.27)))) (property "Value" "1meg" (at 58.42 150.65 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4296,7 +4833,7 @@ (xy 27.94 153.67) ) (stroke (width 0) (type default)) - (uuid 81357fa3-2513-4da4-8a21-c228269e0bbc) + (uuid cf2197d7-9f23-4099-b4f9-7999ef9a58ce) ) (wire (pts @@ -4304,23 +4841,29 @@ (xy 27.94 121.92) ) (stroke (width 0) (type default)) - (uuid 2ab9a87c-8b16-4841-ba11-6ff0a7524618) + (uuid 29a7eda5-0118-46d0-a9e0-a87be292aa87) ) (label "A" (at 69.85 125.73 90) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 33f21593-931e-4efb-8404-9e5b8a4dbc26) + (uuid 518bc90c-58a0-4bad-acb4-05c69b5f0b1e) ) (label "RES" (at 121.92 127 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid a99ae13c-084f-44fa-bfb1-95930f7a4ae6) + (uuid 5053ce9f-883a-43e4-b2e2-2e55ad0043e7) ) (symbol (lib_id "Device:R") (at 125.73 127 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R34" (at 125.73 121.98 -90) (effects (font (size 1.27 1.27)))) (property "Value" "120k" (at 125.73 123.98 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4328,25 +4871,31 @@ (xy 129.54 137.16) ) (stroke (width 0) (type default)) - (uuid 667671a5-7957-4229-b48b-d4b187ef3304) + (uuid 2e69fcec-60d2-4cea-9859-ef2bb9d39411) ) (junction (at 129.54 137.16) (diameter 0) (color 0 0 0 0) - (uuid 08713166-dfe2-4448-a3be-9f9d21719ac9) + (uuid ca5d9cc1-f8fe-4b75-b505-edfd9d358f81) ) (symbol (lib_id "Device:R") (at 125.73 137.16 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R35" (at 125.73 132.14 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100" (at 125.73 134.14 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "RES_MOD" (at 121.92 137.16 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 6b5c83f8-cdb7-4cf1-ba3a-d298685d9f8f) + (uuid b00821b1-4e7f-4deb-be95-25d68c667c46) ) (wire (pts @@ -4354,28 +4903,40 @@ (xy 132.08 137.16) ) (stroke (width 0) (type default)) - (uuid 9a07b51b-d17a-460d-be02-b2cfb9939692) + (uuid e2db4f55-09d0-45ad-b755-b1c9c38c5b30) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 139.7 139.7 0) (mirror x) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U11" (at 139.7 130.62 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 139.7 132.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 132.08 142.24 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 132.08 146.78 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4383,24 +4944,30 @@ (xy 149.86 139.7) ) (stroke (width 0) (type default)) - (uuid 2af61a13-534d-4405-94e1-02636180cd7b) + (uuid 75ca6864-63ec-4746-8af2-017d7dce527e) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 157.48 137.16 0) (mirror x) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U11" (at 157.48 128.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 157.48 130.08 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 147.32 139.7) (diameter 0) (color 0 0 0 0) - (uuid c348f285-d621-4486-bf45-5f864c98bbcf) + (uuid 8760f61a-4787-442f-adcc-9b1e4a38228c) ) (wire (pts @@ -4408,7 +4975,7 @@ (xy 147.32 127) ) (stroke (width 0) (type default)) - (uuid e309118a-b005-4dcb-85ea-45c3f19de912) + (uuid 61115d3d-7bc8-494a-bde5-80c5b271a929) ) (wire (pts @@ -4416,7 +4983,7 @@ (xy 143.51 127) ) (stroke (width 0) (type default)) - (uuid 95d2f199-691a-44cd-92cd-4b0d10f7cff7) + (uuid f782bda9-184a-49df-bb01-7d684dbc1cc5) ) (wire (pts @@ -4424,17 +4991,23 @@ (xy 132.08 127) ) (stroke (width 0) (type default)) - (uuid 2beefb4a-079a-4ff2-a348-c2780ab682e5) + (uuid 04334a25-e09a-47b5-bc90-816b5d613c54) ) (symbol (lib_id "Device:R") (at 139.7 127 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R36" (at 139.7 121.98 -270) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 139.7 123.98 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4442,12 +5015,12 @@ (xy 132.08 137.16) ) (stroke (width 0) (type default)) - (uuid 7d0dad59-372d-4afe-bbe6-16376e7e09a5) + (uuid 4a36b109-7112-4b5c-8371-6c4aa3986240) ) (junction (at 132.08 137.16) (diameter 0) (color 0 0 0 0) - (uuid c67541da-3744-468a-a1a9-217e86c3deb6) + (uuid d309198d-e7e3-4050-b727-bc12923fbd92) ) (wire (pts @@ -4455,7 +5028,7 @@ (xy 165.1 116.84) ) (stroke (width 0) (type default)) - (uuid 2820162d-0c7b-434a-9787-d2c7a9942031) + (uuid 59832f7c-d74d-46d7-a11a-297676136e73) ) (wire (pts @@ -4463,18 +5036,25 @@ (xy 162.56 116.84) ) (stroke (width 0) (type default)) - (uuid 358a8890-60f3-4f36-89a1-a47f02b776b5) + (uuid c3ebe000-c501-46bc-b8d8-107b155579f6) ) (symbol (lib_id "Transistor_BJT:2N3906") (at 157.48 116.84 0) (mirror y) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q2" (at 152.39 115.84 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "2N3906" (at 152.39 117.84 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Package_TO_SOT_THT:TO-92_Inline_Wide (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3906-D.PDF" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_THT:TO-92_Inline_Wide (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3906-D.PDF" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "-0.2A Ic, -40V Vce, Small Signal PNP Transistor, TO-92" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "PNP Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "TO?92*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4482,7 +5062,7 @@ (xy 149.86 121.92) ) (stroke (width 0) (type default)) - (uuid 95a76b93-7d92-48ca-a4fd-58df07057a18) + (uuid 4cb3dda3-a119-46ef-8907-8537f9308449) ) (wire (pts @@ -4490,12 +5070,12 @@ (xy 149.86 134.62) ) (stroke (width 0) (type default)) - (uuid 9221699e-091a-43bf-8768-689fe6a6d998) + (uuid be543be8-477c-4cb9-bdb2-bf3865cfefc8) ) (junction (at 149.86 134.62) (diameter 0) (color 0 0 0 0) - (uuid 5569133f-02e8-46a4-86fb-38218f754e93) + (uuid c4bea772-8918-45fa-a0da-caded51cf52b) ) (wire (pts @@ -4503,110 +5083,140 @@ (xy 149.86 144.78) ) (stroke (width 0) (type default)) - (uuid 98574354-2c96-4378-ba0a-69e44fe91c17) + (uuid 313dcab3-e022-464a-8418-c33413fb76fc) ) (symbol (lib_id "Device:R") (at 149.86 148.59 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R37" (at 151.88 147.59 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "18k" (at 151.88 149.59 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 149.86 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 149.86 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "B" (at 154.94 111.76 90) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7add9598-12b2-4123-9b2c-1a8f5bcdbd77) + (uuid 33aeb3da-60ae-4cca-b14b-86d32b5e3df9) ) (symbol (lib_id "Connector:Conn_01x08_Pin") (at 109.22 172.72 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J2" (at 109.22 160.97 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x08 Female" (at 109.22 162.97 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "+15V" (at 114.3 165.1 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 5d2d182c-0691-4633-8ac3-95aa5eee5e5d) + (uuid 18408c17-a72d-4691-be7e-eb957db3771f) ) (label "+5V" (at 114.3 167.64 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid d84fe41e-8f13-431c-903c-1f136a1a6423) + (uuid 10a664a0-a1c2-451f-b393-b5cb8753dd14) ) (label "-15V" (at 114.3 170.18 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid affa5401-6b17-486b-89f6-95565a2405f0) + (uuid be61e0b9-5351-4011-85cd-2c35cfd99700) ) (label "GND" (at 114.3 172.72 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid c06c9672-87e2-4644-9593-9783cba14f54) + (uuid 62780591-eba8-4cb2-a3f5-e839e2021e9e) ) (label "IN" (at 114.3 175.26 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid eaa0d910-9712-495a-825a-c596d8e07044) + (uuid ba2794a0-47ad-408a-978e-679fbaa14916) ) (label "RES" (at 114.3 177.8 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid f801cdbd-eef8-4448-bc44-9090d4322ad6) + (uuid 5ea58a6a-1726-4185-9d62-c6f47763ea2a) ) (label "RES_MOD" (at 114.3 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 846541dd-5ab5-42bb-97b6-86c67148649d) + (uuid 69e93a89-31ea-40bb-a7f4-3e18b06787e4) ) (label "OUT_1" (at 114.3 182.88 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 3ad674bc-5d7c-4954-8e91-49d89ab7c80f) + (uuid 2083c065-6622-4507-bb0c-3b24932b36db) ) (symbol (lib_id "Connector:Conn_01x04_Pin") (at 121.92 167.64 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J3" (at 121.92 160.97 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x04 Female" (at 121.92 162.97 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "A0" (at 127 165.1 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e02c08cd-53fa-454b-8817-a0f1f8c1b1cf) + (uuid e3b700f5-ee48-4f54-abdc-53cff80cdf05) ) (label "A1" (at 127 167.64 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 9d3de738-53d4-43f9-be14-b79fcc33bf90) + (uuid c74c67a5-3f1a-4741-a9e7-8a11c1737d8c) ) (label "OUT_2" (at 127 170.18 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 9ef4a38b-929e-4f7f-b609-377757e19ed4) + (uuid a2d8f83e-3c08-4e8d-93c0-4f8c818c8651) ) (label "OUT_3" (at 127 172.72 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 9cb80f56-ddbf-462b-b917-0e6b6cdafc62) + (uuid 14ba8691-54f7-4a24-a376-426a6b024b1a) ) (symbol (lib_id "Connector:Conn_01x04_Pin") (at 134.62 167.64 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J4" (at 134.62 160.97 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x04 Female" (at 134.62 162.97 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FINE" (at 139.7 165.1 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid be0c0a52-989c-4ab1-9184-646114ddeb62) + (uuid 51bca3a9-9450-4665-8438-533c6375f323) ) (label "V/O" (at 139.7 167.64 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 24766b98-f8d7-4de5-b780-508a3e21dfa4) + (uuid 39a3d9c3-dcb0-48d6-b5dc-e5aee9decd2f) ) (label "FM" (at 139.7 170.18 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 3196b13f-a6f9-4e97-9572-b0df585ea705) + (uuid 07511441-643c-4b8c-b775-c97fa6e3d589) ) (label "COARSE" (at 139.7 172.72 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 86182753-a56e-4a63-9e20-8a63f480124a) + (uuid 2a2b11cc-81d8-431d-a9ec-d2dc5e897029) ) (symbol (lib_id "elektrophon:DG409") (at 264.16 48.26 0) (unit 3) (in_bom yes) (on_board yes) @@ -4619,45 +5229,63 @@ (junction (at 264.16 35.56) (diameter 0) (color 0 0 0 0) - (uuid 2cd8216c-3da8-4096-8593-51b0a309b642) + (uuid 095a697a-1307-4eed-bc72-6076a2561cb4) ) (symbol (lib_id "power:+15V") (at 264.16 35.56 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 31.020000000000003 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 264.16 60.96) (diameter 0) (color 0 0 0 0) - (uuid 8fbce058-5bd2-43bc-9cee-d9953877e666) + (uuid b13ac93b-62a5-4d5d-bb19-c282136530fc) ) (symbol (lib_id "power:-15V") (at 264.16 60.96 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 264.16 65.5 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 274.32 55.88 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 274.32 60.42 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "A0" (at 274.32 40.64 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid a4326225-4fd6-4815-8b06-019b62b0ff12) + (uuid 8e3f2122-f257-415a-a093-22aab31e62e6) ) (label "A1" (at 274.32 45.72 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 35d138b5-0da2-4443-a9d6-0cc05221cd40) + (uuid 4e6b2aca-d6d6-46db-849e-6d35985b3eb6) ) (wire (pts @@ -4665,16 +5293,22 @@ (xy 279.4 50.8) ) (stroke (width 0) (type default)) - (uuid 9428ba5c-8aa2-494b-8167-bdb7001b0b9c) + (uuid 061ec226-9623-4982-8e83-c1a95d7386fc) ) (symbol (lib_id "power:+15V") (at 279.4 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 279.4 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4682,7 +5316,7 @@ (xy 248.92 35.56) ) (stroke (width 0) (type default)) - (uuid 46a6c602-654a-4f3d-9ce0-29b58af03f1e) + (uuid d8057c75-9a13-498f-90eb-f1305272e7ed) ) (wire (pts @@ -4690,22 +5324,28 @@ (xy 248.92 38.1) ) (stroke (width 0) (type default)) - (uuid 7b0031a7-1331-474e-9c1c-6e7e9653e244) + (uuid 53d5419b-dbcb-4bd9-b2c3-81fb4e0c166d) ) (symbol (lib_id "Device:C") (at 248.92 41.91 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C29" (at 251.95 40.91 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 251.95 42.91 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 248.92 45.72) (diameter 0) (color 0 0 0 0) - (uuid b99a1813-b0ac-47c2-b95c-a333c8b4bc12) + (uuid 404c7aa1-5e3f-40c2-8cbb-dc7fbd484b56) ) (wire (pts @@ -4713,16 +5353,22 @@ (xy 243.84 45.72) ) (stroke (width 0) (type default)) - (uuid e4545bea-3a9c-4847-bead-48810faaa9cf) + (uuid f16fd3ce-36ef-4cc3-978d-52ff1fbd8d25) ) (symbol (lib_id "power:GND") (at 243.84 45.72 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 243.84 50.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4730,7 +5376,7 @@ (xy 248.92 60.96) ) (stroke (width 0) (type default)) - (uuid f614cc5b-0230-4eae-b8e1-8694642445e0) + (uuid 6d17a9fa-4977-44cd-92a8-664b75af479a) ) (wire (pts @@ -4738,17 +5384,23 @@ (xy 248.92 58.42) ) (stroke (width 0) (type default)) - (uuid a61e81dd-6760-48c1-b8b0-1002be9c881c) + (uuid b15fa3c4-83ac-44dd-9e6b-b013c65080c0) ) (symbol (lib_id "Device:C") (at 248.92 54.61 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C28" (at 251.95 53.61 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100n" (at 251.95 55.61 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4756,7 +5408,7 @@ (xy 248.92 45.72) ) (stroke (width 0) (type default)) - (uuid 8ff8fb6d-1e8b-48b0-adea-b7be4c691a1f) + (uuid b348b77c-a225-4394-944b-1f5d692819b1) ) (symbol (lib_id "elektrophon:DG409") (at 264.16 93.98 0) (unit 3) (in_bom yes) (on_board yes) @@ -4769,45 +5421,63 @@ (junction (at 264.16 81.28) (diameter 0) (color 0 0 0 0) - (uuid 087029e1-5044-4690-a1f8-5cda949f9915) + (uuid 8ae3fd26-406e-42dc-b3f9-adcfb2ecdeef) ) (symbol (lib_id "power:+15V") (at 264.16 81.28 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 76.74 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 264.16 106.68) (diameter 0) (color 0 0 0 0) - (uuid 2c67e290-1146-4ae4-9a0f-d82695737ae5) + (uuid ac852dea-ffb3-43f2-b58a-73e67132d8bd) ) (symbol (lib_id "power:-15V") (at 264.16 106.68 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 264.16 111.22 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 274.32 101.6 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 274.32 106.14 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "A0" (at 274.32 86.36 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7bf5e67c-ef6a-4a5f-88df-e8216853573e) + (uuid 081f10dc-c59d-44b9-8183-d135e951d1c0) ) (label "A1" (at 274.32 91.44 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 4d27169d-c5a9-48f5-9853-a40ea5f3f86a) + (uuid a0256929-517e-4547-aa6f-f54cbefa5784) ) (wire (pts @@ -4815,16 +5485,22 @@ (xy 279.4 96.52) ) (stroke (width 0) (type default)) - (uuid d08d3c46-1949-432a-b836-27f72fd705dc) + (uuid d5c20065-fb44-4c45-aa69-a37bf68d13a4) ) (symbol (lib_id "power:+15V") (at 279.4 96.52 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 279.4 91.98 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4832,7 +5508,7 @@ (xy 248.92 81.28) ) (stroke (width 0) (type default)) - (uuid 210ece48-5292-4c64-bab2-5fba682ee930) + (uuid 4444d00a-99c5-4448-ab71-fa4a37de2442) ) (wire (pts @@ -4840,22 +5516,28 @@ (xy 248.92 83.82) ) (stroke (width 0) (type default)) - (uuid 99dc8eef-adce-4d8c-8360-fb4339f59d47) + (uuid 93caf1d3-ee4b-4809-95d2-01e591835ce7) ) (symbol (lib_id "Device:C") (at 248.92 87.63 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C30" (at 251.95 86.63 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 251.95 88.63 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 248.92 91.44) (diameter 0) (color 0 0 0 0) - (uuid d92f96dd-575b-41fe-909d-e4cbe6073de5) + (uuid e843b45a-c7a2-4ee6-a513-9075ee1742d6) ) (wire (pts @@ -4863,16 +5545,22 @@ (xy 243.84 91.44) ) (stroke (width 0) (type default)) - (uuid f2b839c8-88bd-4beb-b850-2f9cc40ee9b0) + (uuid 00ee93df-3c9c-4dd3-887c-2401571105ab) ) (symbol (lib_id "power:GND") (at 243.84 91.44 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 243.84 95.98 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4880,7 +5568,7 @@ (xy 248.92 106.68) ) (stroke (width 0) (type default)) - (uuid 9637fd7a-e030-40b1-bc4f-ad88002ab02c) + (uuid d3b51bc0-1b94-4833-a698-a2e47f0e5cbf) ) (wire (pts @@ -4888,17 +5576,23 @@ (xy 248.92 104.14) ) (stroke (width 0) (type default)) - (uuid 4ff9bf51-9f46-4e1f-80ec-324aff3a2cb6) + (uuid 8f63f498-ad1d-4b4a-ba4d-99633f0685a5) ) (symbol (lib_id "Device:C") (at 248.92 100.33 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C31" (at 251.95 99.33 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100n" (at 251.95 101.33 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -4906,117 +5600,171 @@ (xy 248.92 91.44) ) (stroke (width 0) (type default)) - (uuid 041934a4-1d7c-4661-a45e-71ab270433e3) + (uuid 9b4b825b-5775-4170-8ea0-3debf9ebaa26) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 119.38 182.88 0) - (unit 2) (in_bom yes) (on_board yes) + (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 119.38 173.8 0) (effects (font (size 1.27 1.27)))) (property "Value" "OPA2134" (at 119.38 175.8 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 111.76 180.34) - (uuid e0590ed1-1bbb-406f-a591-a11edb62f96e) + (uuid 1ffa87f0-7f58-4e24-b7a9-cbe8ea70d544) ) (no_connect (at 111.76 185.42) - (uuid f945c96d-c757-4883-adc3-c6b6e906f2f5) + (uuid e71b86fc-c0e8-48ff-af7a-c50e53c7a3e1) ) (no_connect (at 127 182.88) - (uuid c04c60ab-7288-4164-985b-4420cd1927f6) + (uuid 7959aae6-5453-468b-aed3-99deb1e90400) ) (symbol (lib_id "Connector_Generic:Conn_02x05_Odd_Even") (at 25.4 185.42 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J1" (at 25.4 175.07 0) (effects (font (size 1.27 1.27)))) (property "Value" "IDC_Header" (at 25.4 177.07 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, double row, 02x05, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 25.4 185.42 0) (effects (font (size 1.27 1.27)) hide)) ) (symbol (lib_id "power:+5V") (at 33.02 190.5 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 37.56 190.5 270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 20.32 190.5 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 15.780000000000001 190.5 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 185.42 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 185.42 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 33.02 187.96 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 37.56 187.96 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 185.42 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 185.42 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 20.32 187.96 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 15.780000000000001 187.96 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VP" (at 20.32 182.88 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid cdd69429-57ad-4dc3-81bc-e99b19468cf9) + (uuid 0dd62223-4107-4d2c-9433-c239662f1090) ) (label "VP" (at 33.02 182.88 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 850fb1a2-70e2-40ab-a31c-be2e40f99007) + (uuid 43dd1473-8bf0-4fa1-ad89-95fb5867c1e9) ) (label "VN" (at 20.32 180.34 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 71e33ab4-e08e-411a-80ef-622a6791faa0) + (uuid 8eb999ce-f282-4fe6-bcdd-7c5d844efa08) ) (label "VN" (at 33.02 180.34 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 3ea06b3e-ef9b-4b15-b6ae-015262902e78) + (uuid 5d7f8e11-e958-41f2-bb1e-ecbf4e022d61) ) (label "VP" (at 45.72 175.26 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 057e7921-3016-480b-aa7d-b1bf0e289e42) + (uuid 947b96cd-b0d4-4813-bf34-24bc8ae3cdc3) ) (symbol (lib_id "Device:R") (at 49.53 175.26 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R38" (at 49.53 170.24 -90) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 172.24 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -5024,51 +5772,69 @@ (xy 58.42 175.26) ) (stroke (width 0) (type default)) - (uuid 2115fd66-6dba-4030-81ac-a03d0d4f6301) + (uuid b2fafd9d-9e04-4041-8a7c-08e035be866e) ) (junction (at 58.42 175.26) (diameter 0) (color 0 0 0 0) - (uuid b2807f25-8331-42ab-aab5-0207b0998073) + (uuid a2b01803-9629-48b4-8aef-82b114d89013) ) (symbol (lib_id "power:+15V") (at 58.42 175.26 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 58.42 170.72 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 179.07 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C8" (at 61.71 178.07 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 180.07 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 182.88) (diameter 0) (color 0 0 0 0) - (uuid 3600dd46-b275-4be3-aca8-e3b7eff7cc6c) + (uuid d170ce12-8ad4-4fc6-acda-cfe6648926c7) ) (symbol (lib_id "Device:C_Polarized") (at 58.42 186.69 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C9" (at 61.71 185.69 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "10u" (at 61.71 187.69 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:CP_Radial_D5.0mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 58.42 190.5) (diameter 0) (color 0 0 0 0) - (uuid 489eeead-a6f4-4307-b2f0-fd7a82bf2f07) + (uuid a863512f-ce13-4772-ab7b-baee56057f2f) ) (wire (pts @@ -5076,29 +5842,41 @@ (xy 53.34 190.5) ) (stroke (width 0) (type default)) - (uuid 23e0fd6a-6fda-4d14-9add-25021e98a102) + (uuid 73dddec9-5479-422a-95a2-6552a3203360) ) (symbol (lib_id "Device:R") (at 49.53 190.5 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R39" (at 49.53 185.48 -270) (effects (font (size 1.27 1.27)))) (property "Value" "10" (at 49.53 187.48 -270) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "VN" (at 45.72 190.5 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 1bc09d75-d54d-469f-a7ac-e43b60c1ea24) + (uuid 95b9c6e6-96a5-4694-955b-dcf21d1afb1b) ) (symbol (lib_id "power:-15V") (at 58.42 190.5 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 58.42 195.04 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -5106,50 +5884,74 @@ (xy 53.34 182.88) ) (stroke (width 0) (type default)) - (uuid b856828b-3973-4c10-b919-cd7bcff1b51e) + (uuid ca37bbb1-d32c-4027-a3e9-2bf99edd7b38) ) (symbol (lib_id "power:GND") (at 53.34 182.88 270) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 48.8 182.88 -270) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 182.88 127 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U1" (at 181.34 126 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "OPA2134" (at 181.34 128 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 180.34 119.38 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 180.34 114.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 180.34 134.62 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 180.34 139.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 180.34 119.38) (diameter 0) (color 0 0 0 0) - (uuid 7ef96664-f966-46b9-9981-c6535d8d44ab) + (uuid c8bcdcc8-11f8-45ad-87c2-a964017c28a4) ) (wire (pts @@ -5157,33 +5959,45 @@ (xy 172.72 119.38) ) (stroke (width 0) (type default)) - (uuid c3e7f0f6-2322-4715-bd5c-ef859e075f46) + (uuid 02b33a7c-d271-4895-ae38-9b7a01ada850) ) (symbol (lib_id "Device:C") (at 172.72 123.19 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C10" (at 175.75 122.19 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 175.75 124.19 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 172.72 123.19 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 172.72 127) (diameter 0) (color 0 0 0 0) - (uuid c1a56cfa-71a5-4ee6-ba46-64c07492ea59) + (uuid c8a1134a-a292-4903-8360-5468a3bf08cf) ) (symbol (lib_id "Device:C") (at 172.72 130.81 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C11" (at 175.75 129.81 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 175.75 131.81 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 172.72 130.81 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -5192,12 +6006,12 @@ (xy 180.34 134.62) ) (stroke (width 0) (type default)) - (uuid 42d9e5f5-3346-48a9-b72c-ee28c43f5763) + (uuid 871d9c27-44c3-4e67-8581-db8fcbdfb221) ) (junction (at 180.34 134.62) (diameter 0) (color 0 0 0 0) - (uuid 11eeb89c-c672-43d5-b84a-957825485092) + (uuid 666e1fc2-e971-4966-90f8-390b99342f69) ) (wire (pts @@ -5205,50 +6019,74 @@ (xy 167.64 127) ) (stroke (width 0) (type default)) - (uuid 2ae1204e-2e52-4cb4-a44a-d4d80bd38595) + (uuid 54e65cdf-2779-4ae9-a4e5-9cf84173551a) ) (symbol (lib_id "power:GND") (at 167.64 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 167.64 131.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 205.74 127 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U2" (at 204.2 126 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "OPA2134" (at 204.2 128 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 203.2 119.38 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 203.2 114.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 203.2 134.62 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 203.2 139.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 203.2 119.38) (diameter 0) (color 0 0 0 0) - (uuid 29dc2880-a374-43e9-98b7-f087a093f2ce) + (uuid dd8a3b77-9a73-4751-8e94-9dc1db86b47c) ) (wire (pts @@ -5256,33 +6094,45 @@ (xy 195.58 119.38) ) (stroke (width 0) (type default)) - (uuid b606cab3-5774-4539-9b5c-f059ae612f0b) + (uuid 4b650efe-6c78-453f-8726-6367f2522168) ) (symbol (lib_id "Device:C") (at 195.58 123.19 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C12" (at 198.61 122.19 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 198.61 124.19 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 195.58 123.19 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 195.58 127) (diameter 0) (color 0 0 0 0) - (uuid d042b4b9-bf55-4bbc-a5c0-727b76999708) + (uuid 631cb356-c8aa-424a-b298-7e0337c15002) ) (symbol (lib_id "Device:C") (at 195.58 130.81 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C13" (at 198.61 129.81 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 198.61 131.81 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 195.58 130.81 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -5291,12 +6141,12 @@ (xy 203.2 134.62) ) (stroke (width 0) (type default)) - (uuid 1f3a71ce-9645-465f-9e44-fd8b26f20990) + (uuid afbaa764-8df9-4abc-820a-53ddeb69185b) ) (junction (at 203.2 134.62) (diameter 0) (color 0 0 0 0) - (uuid a6614414-58ff-41fd-94ec-c94b151b4f86) + (uuid e3a9487a-537a-4c77-98b7-fde67436ce21) ) (wire (pts @@ -5304,50 +6154,74 @@ (xy 190.5 127) ) (stroke (width 0) (type default)) - (uuid 1b977237-9dfe-4304-918e-bb68250353fa) + (uuid 96efa504-bf9d-4687-b33f-d6f235944500) ) (symbol (lib_id "power:GND") (at 190.5 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 190.5 131.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 228.6 127 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U3" (at 227.06 126 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "OPA2134" (at 227.06 128 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 226.06 119.38 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 226.06 114.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 226.06 134.62 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 226.06 139.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 226.06 119.38) (diameter 0) (color 0 0 0 0) - (uuid 413a3da0-a8b3-468a-8b0f-a630b43e4ece) + (uuid 868dceb9-bf61-40aa-884e-6d0c5726f87f) ) (wire (pts @@ -5355,33 +6229,45 @@ (xy 218.44 119.38) ) (stroke (width 0) (type default)) - (uuid a40bdbf0-b006-42bc-a389-84e817e49c8a) + (uuid a1790963-26ad-4636-9a8f-b88c10b150f0) ) (symbol (lib_id "Device:C") (at 218.44 123.19 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C14" (at 221.47 122.19 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 221.47 124.19 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 218.44 123.19 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 218.44 127) (diameter 0) (color 0 0 0 0) - (uuid 3408cfa1-ba8c-4937-8fce-03a61fc4c21c) + (uuid 9a7fdbd2-cbb5-4d4c-b196-1114b3751437) ) (symbol (lib_id "Device:C") (at 218.44 130.81 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C15" (at 221.47 129.81 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 221.47 131.81 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 218.44 130.81 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -5390,12 +6276,12 @@ (xy 226.06 134.62) ) (stroke (width 0) (type default)) - (uuid 279be4d8-b1e8-43a2-bd6e-2d516ef3159d) + (uuid 274eaa72-4c1e-4812-9563-e044a849b19a) ) (junction (at 226.06 134.62) (diameter 0) (color 0 0 0 0) - (uuid a4e6ee6c-d5d4-4445-9294-710a8759afef) + (uuid d2a4065a-81e2-4883-82a3-1d2f8b6eb31a) ) (wire (pts @@ -5403,50 +6289,74 @@ (xy 213.36 127) ) (stroke (width 0) (type default)) - (uuid f5bb3758-0dd6-445e-9e7c-2d7132245e3e) + (uuid 47854b4a-2f34-457f-8d21-ebbb86c7018e) ) (symbol (lib_id "power:GND") (at 213.36 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 213.36 131.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 251.46 127 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U4" (at 249.92 126 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "OPA2134" (at 249.92 128 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 248.92 119.38 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 248.92 114.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 248.92 134.62 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 248.92 139.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 248.92 119.38) (diameter 0) (color 0 0 0 0) - (uuid c8c3ceab-fd4c-4ad7-b41d-db39a5b7678b) + (uuid edde91e0-750a-4e09-b2f0-d97e1bac8b8a) ) (wire (pts @@ -5454,33 +6364,45 @@ (xy 241.3 119.38) ) (stroke (width 0) (type default)) - (uuid 1c10088a-880b-4ab2-b99e-13635adf2899) + (uuid 1b789286-a435-450b-94d7-8173aba5ad93) ) (symbol (lib_id "Device:C") (at 241.3 123.19 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C16" (at 244.33 122.19 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 244.33 124.19 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 241.3 123.19 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 241.3 127) (diameter 0) (color 0 0 0 0) - (uuid fa08c0c1-1269-4e2b-aa64-ee48c3edbe7d) + (uuid ebb9ac74-7c9a-498b-b135-4dd099f3a286) ) (symbol (lib_id "Device:C") (at 241.3 130.81 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C17" (at 244.33 129.81 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 244.33 131.81 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 241.3 130.81 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -5489,12 +6411,12 @@ (xy 248.92 134.62) ) (stroke (width 0) (type default)) - (uuid eb54fb50-f97c-43eb-b448-651e476a7322) + (uuid 4a09f9a5-f48e-475d-97cf-e043adcd0ff9) ) (junction (at 248.92 134.62) (diameter 0) (color 0 0 0 0) - (uuid 423b142c-2631-4435-be82-fb1c91f34b16) + (uuid df937ac5-157d-4253-84c3-c7cc433eabdd) ) (wire (pts @@ -5502,50 +6424,74 @@ (xy 236.22 127) ) (stroke (width 0) (type default)) - (uuid 9431ea5b-07d5-4ac7-8431-858ed99b00c1) + (uuid 76f8b946-cb86-4ffd-ba55-4604e82a7fb4) ) (symbol (lib_id "power:GND") (at 236.22 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 236.22 131.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 274.32 127 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U5" (at 272.78 126 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "OPA2134" (at 272.78 128 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 271.78 119.38 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 271.78 114.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 271.78 134.62 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 271.78 139.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 271.78 119.38) (diameter 0) (color 0 0 0 0) - (uuid d6a45b74-46bd-49fc-927b-3fc7260fc73b) + (uuid 260e0334-2de9-4e49-9a49-c2f1a74b6eed) ) (wire (pts @@ -5553,33 +6499,45 @@ (xy 264.16 119.38) ) (stroke (width 0) (type default)) - (uuid d0c1d76f-fb8b-4952-8d33-772ce6396b88) + (uuid 31c28220-8d6d-4e18-bb21-f95db04c3474) ) (symbol (lib_id "Device:C") (at 264.16 123.19 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C18" (at 267.19 122.19 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 267.19 124.19 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 264.16 123.19 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 264.16 127) (diameter 0) (color 0 0 0 0) - (uuid bd7a22a2-4d88-4fa8-91ea-08b408de67d2) + (uuid 8ce057f2-756b-477f-898c-7f915d5b60a5) ) (symbol (lib_id "Device:C") (at 264.16 130.81 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C19" (at 267.19 129.81 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 267.19 131.81 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 264.16 130.81 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -5588,12 +6546,12 @@ (xy 271.78 134.62) ) (stroke (width 0) (type default)) - (uuid a67c27b4-4d78-4e69-949a-dff919173acb) + (uuid cfe407e9-8cc5-4836-a517-464568382422) ) (junction (at 271.78 134.62) (diameter 0) (color 0 0 0 0) - (uuid 7aa1345f-f1e4-4bce-98b7-7f9ed7e482f6) + (uuid 530ec696-5a44-4707-8cf4-dcb0a2b36f58) ) (wire (pts @@ -5601,16 +6559,22 @@ (xy 259.08 127) ) (stroke (width 0) (type default)) - (uuid 42b7f4f2-c4e3-4bfe-9892-7c38a7c33a64) + (uuid d1d61c5a-660e-4524-a18e-b6c5ed84ccce) ) (symbol (lib_id "power:GND") (at 259.08 127 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 259.08 131.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "elektrophon:CA3280") (at 180.34 152.4 0) (unit 3) (in_bom yes) (on_board yes) @@ -5621,27 +6585,39 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (symbol (lib_id "power:+15V") (at 180.34 144.78 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 180.34 140.24 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 180.34 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 180.34 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 180.34 144.78) (diameter 0) (color 0 0 0 0) - (uuid 6260d5cd-150f-4deb-9f49-64b86c04f352) + (uuid 968b2385-abb3-4594-ad97-29114626bca9) ) (wire (pts @@ -5649,12 +6625,12 @@ (xy 175.26 144.78) ) (stroke (width 0) (type default)) - (uuid 0180ca5f-8efc-4b23-9c1e-d7b23321cb5e) + (uuid d794428d-a482-44e2-94ab-408be9e6cadf) ) (junction (at 175.26 144.78) (diameter 0) (color 0 0 0 0) - (uuid 13763504-bf06-4120-9efa-4e8128a1e813) + (uuid d314971c-b010-4e21-a471-adab5257a179) ) (wire (pts @@ -5662,33 +6638,45 @@ (xy 167.64 144.78) ) (stroke (width 0) (type default)) - (uuid 2a165b70-747b-4b71-92c7-bd9ce62c6ba0) + (uuid fcb87eed-f932-4d81-bed5-5fc87ea4ae49) ) (symbol (lib_id "Device:C") (at 167.64 148.59 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C20" (at 170.67 147.59 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 170.67 149.59 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 167.64 148.59 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 167.64 152.4) (diameter 0) (color 0 0 0 0) - (uuid e8710b50-ff64-499e-8ffd-ddec9ac20879) + (uuid 384d48dd-e836-4a70-bb97-bb69699971bb) ) (symbol (lib_id "Device:C") (at 167.64 156.21 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C21" (at 170.67 155.21 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 170.67 157.21 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 167.64 156.21 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -5697,12 +6685,12 @@ (xy 180.34 160.02) ) (stroke (width 0) (type default)) - (uuid 9d003658-5ce1-4278-8385-65b4cc438cae) + (uuid 56d34262-b7e1-4fab-ae26-9fded286d91f) ) (junction (at 180.34 160.02) (diameter 0) (color 0 0 0 0) - (uuid 18037683-3e4e-47d2-adbc-8ef6c6108a4d) + (uuid 858ff6de-ecc9-483b-a69a-a8b71cb777b1) ) (wire (pts @@ -5710,16 +6698,22 @@ (xy 162.56 152.4) ) (stroke (width 0) (type default)) - (uuid c1cac40c-5b5f-4116-9e92-199d654fc232) + (uuid 9d08b698-c5a5-4920-be63-0d0a421cded1) ) (symbol (lib_id "power:GND") (at 162.56 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 162.56 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "elektrophon:CA3280") (at 208.28 152.4 0) (unit 3) (in_bom yes) (on_board yes) @@ -5730,27 +6724,39 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (symbol (lib_id "power:+15V") (at 208.28 144.78 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 208.28 140.24 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 208.28 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 208.28 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 208.28 144.78) (diameter 0) (color 0 0 0 0) - (uuid c8f2ea0a-dfc3-4968-8cb0-92b01b97c225) + (uuid 36846ac7-1938-4105-9e75-024df3c06679) ) (wire (pts @@ -5758,12 +6764,12 @@ (xy 203.2 144.78) ) (stroke (width 0) (type default)) - (uuid 808c0790-3ffc-4b2b-bbc5-7d26680f23a8) + (uuid a49865f1-b874-429a-91b8-0a7913bd0c1c) ) (junction (at 203.2 144.78) (diameter 0) (color 0 0 0 0) - (uuid eb2b729f-ba6e-4c5f-9224-baaf5ec3ff61) + (uuid 4d8e9cde-fdcc-42bd-a119-dc37db4ba9d8) ) (wire (pts @@ -5771,33 +6777,45 @@ (xy 195.58 144.78) ) (stroke (width 0) (type default)) - (uuid d952dd9b-ca78-452b-8514-6968cf36a477) + (uuid a0427fe0-5d53-4a00-920e-48de9d5102be) ) (symbol (lib_id "Device:C") (at 195.58 148.59 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C22" (at 198.61 147.59 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 198.61 149.59 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 195.58 148.59 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 195.58 152.4) (diameter 0) (color 0 0 0 0) - (uuid 3e6d2c87-a818-42ca-a540-99bfd1eba277) + (uuid 6c5f5ad0-d107-4226-8ea0-454be4070e11) ) (symbol (lib_id "Device:C") (at 195.58 156.21 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C23" (at 198.61 155.21 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 198.61 157.21 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 195.58 156.21 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -5806,12 +6824,12 @@ (xy 208.28 160.02) ) (stroke (width 0) (type default)) - (uuid cce98b32-760f-40fe-ad6b-8e25e20a2220) + (uuid f2696a60-aca5-4ad6-9a2e-88f5b55ccfc8) ) (junction (at 208.28 160.02) (diameter 0) (color 0 0 0 0) - (uuid bca1dca7-1b56-4278-88a6-ed0a2d1630b6) + (uuid 363fce09-56b0-4467-8157-737ad6d8e1a7) ) (wire (pts @@ -5819,50 +6837,74 @@ (xy 190.5 152.4) ) (stroke (width 0) (type default)) - (uuid 8163eb90-499e-494e-9256-284ed0c31f83) + (uuid 5c9c4cb4-f042-4b6d-a479-ba12ab594683) ) (symbol (lib_id "power:GND") (at 190.5 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 190.5 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 231.14 152.4 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U10" (at 229.6 151.4 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "OPA2134" (at 229.6 153.4 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 228.6 144.78 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 228.6 140.24 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 228.6 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 228.6 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 228.6 144.78) (diameter 0) (color 0 0 0 0) - (uuid 1172874c-a91c-4f75-b29d-f0c6b1ae3f04) + (uuid 8bcc3170-d392-4144-8c6a-5db0f60caf4e) ) (wire (pts @@ -5870,33 +6912,45 @@ (xy 220.98 144.78) ) (stroke (width 0) (type default)) - (uuid 3fc39427-c55f-4f15-ad96-e275a8b7a479) + (uuid bc3e2e86-9338-430d-b9fc-a14eeb43e55b) ) (symbol (lib_id "Device:C") (at 220.98 148.59 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C24" (at 224.01 147.59 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 224.01 149.59 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 220.98 148.59 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 220.98 152.4) (diameter 0) (color 0 0 0 0) - (uuid dc2fb927-e593-4b3b-a107-5f60b127977d) + (uuid 0d8ddd1e-2b31-4927-b62c-d444c834f4b4) ) (symbol (lib_id "Device:C") (at 220.98 156.21 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C25" (at 224.01 155.21 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 224.01 157.21 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 220.98 156.21 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -5905,12 +6959,12 @@ (xy 228.6 160.02) ) (stroke (width 0) (type default)) - (uuid 8937f15b-f6f0-4d24-88fd-86d7e8e9765a) + (uuid e2d4ffb6-7987-48a5-97d9-3b0b78a960ff) ) (junction (at 228.6 160.02) (diameter 0) (color 0 0 0 0) - (uuid c7af189d-51c8-4989-b572-3e6b43adfa0d) + (uuid bc7f0bed-5103-42e4-81c0-f9b047c1f378) ) (wire (pts @@ -5918,50 +6972,74 @@ (xy 215.9 152.4) ) (stroke (width 0) (type default)) - (uuid 4dc4c133-b7f6-496f-810b-cada8a4b7e9c) + (uuid a24e2e80-ac6e-4245-b3a4-cb85ebc1578f) ) (symbol (lib_id "power:GND") (at 215.9 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 215.9 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Amplifier_Operational:OPA2134") (at 256.54 152.4 0) - (unit 3) (in_bom yes) (on_board yes) + (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "U11" (at 255 151.4 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "OPA2134" (at 255 153.4 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_DIP:DIP-8_W7.62mm_Socket (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa134.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Dual SoundPlus High Performance Audio Operational Amplifiers, DIP-8/SOIC-8" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 254 144.78 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 254 140.24 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 254 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 254 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 254 144.78) (diameter 0) (color 0 0 0 0) - (uuid f15407a1-55e0-4d2f-8b8f-f4c0df1967ea) + (uuid 61cc8498-f8cf-431f-a184-32e6ea5d1737) ) (wire (pts @@ -5969,33 +7047,45 @@ (xy 246.38 144.78) ) (stroke (width 0) (type default)) - (uuid 22d2c2ed-46bd-4527-b020-5ecd2bb986b4) + (uuid 23c2a255-0196-411f-b9b4-42da4036f5ca) ) (symbol (lib_id "Device:C") (at 246.38 148.59 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C26" (at 249.41 147.59 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 249.41 149.59 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 246.38 148.59 0) (effects (font (size 1.27 1.27)) hide)) ) (junction (at 246.38 152.4) (diameter 0) (color 0 0 0 0) - (uuid 0baf262a-1aa8-4c60-98ff-2d9a56bcd5dd) + (uuid f2658031-4d60-4c40-b37e-2b3242be874d) ) (symbol (lib_id "Device:C") (at 246.38 156.21 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "C27" (at 249.41 155.21 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "100n" (at 249.41 157.21 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Capacitor_THT:C_Rect_L4.0mm_W2.5mm_P2.50mm (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Spice_Netlist_Enabled" "false" (at 246.38 156.21 0) (effects (font (size 1.27 1.27)) hide)) ) (wire @@ -6004,12 +7094,12 @@ (xy 254 160.02) ) (stroke (width 0) (type default)) - (uuid f92c22df-f816-491c-8567-f5717c262fe0) + (uuid da4a9fb1-3787-4fa3-8ce9-7cb41ecc6653) ) (junction (at 254 160.02) (diameter 0) (color 0 0 0 0) - (uuid 397051ae-408b-4a4a-a931-921f81b16483) + (uuid e0d0e88e-4a5a-42d5-aa7c-2a31107b8f2e) ) (wire (pts @@ -6017,16 +7107,22 @@ (xy 241.3 152.4) ) (stroke (width 0) (type default)) - (uuid 6dcd2907-e122-4425-bb67-3fef1241462f) + (uuid 028a9f6d-3781-43d6-8e2b-60bb41595107) ) (symbol (lib_id "power:GND") (at 241.3 152.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 241.3 156.94 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "elektrophon:CA3280") (at 81.28 182.88 0) (unit 4) (in_bom yes) (on_board yes) @@ -6037,7 +7133,7 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (no_connect (at 81.28 182.88) - (uuid b041d325-b616-48d3-8a10-8e07185e6f11) + (uuid 5a397b56-df77-4371-a439-e0bb4a495f4c) ) (symbol (lib_id "elektrophon:CA3280") (at 93.98 182.88 0) (unit 4) (in_bom yes) (on_board yes) @@ -6048,7 +7144,7 @@ (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) ) (no_connect (at 93.98 182.88) - (uuid c6fbcad8-146c-44cf-809d-c271a4c08c1b) + (uuid c02abdd8-30ae-4402-b8dd-7a35e18d9381) ) (symbol (lib_id "elektrophon:AS395") (at 101.6 185.42 0) (unit 3) (in_bom yes) (on_board yes) @@ -6060,81 +7156,129 @@ (property "ki_fp_filters" "DIP-14 SOIC-14" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) ) (no_connect (at 101.6 187.96) - (uuid ad9ce521-01d1-4693-9190-e545546dbdf9) + (uuid 3be86781-b010-4b16-812b-4a97be9828e6) ) (no_connect (at 101.6 182.88) - (uuid a163e38f-fc63-4040-b5ee-356beb88b746) + (uuid 8e55b990-d8f2-42a4-b12e-ae6c1fa1b810) ) (symbol (lib_id "power:PWR_FLAG") (at 264.16 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 264.16 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 269.24 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 269.24 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 274.32 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 274.32 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) ) diff --git a/src/threeler/mount/mount.kicad_pcb b/src/threeler/mount/mount.kicad_pcb index 814530a3..8e1f91bd 100644 --- a/src/threeler/mount/mount.kicad_pcb +++ b/src/threeler/mount/mount.kicad_pcb @@ -1,17765 +1,19749 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "(title)") - (comment 1 "PCB for panel") - (comment 2 "(description)") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "+15V") - (net 3 "-15V") - (net 4 "/IN") - (net 5 "/COARSE") - (net 6 "/FINE") - (net 7 "/FM") - (net 8 "/RES") - (net 9 "/A0") - (net 10 "/A1") - (net 11 "Net-(D13-A)") - (net 12 "unconnected-(J4-PadTN)") - (net 13 "unconnected-(J5-PadTN)") - (net 14 "unconnected-(J6-PadTN)") - (net 15 "/RES_MOD") - (net 16 "/OUT_1") - (net 17 "/OUT_2") - (net 18 "/OUT_3") - (net 19 "/V{slash}O") - (net 20 "Net-(D14-K)") - (net 21 "/IN_JACK") - (net 22 "unconnected-(J7-PadTN)") - (net 23 "unconnected-(J8-PadTN)") - (net 24 "unconnected-(J9-PadTN)") - (net 25 "unconnected-(J10-PadTN)") - (net 26 "Net-(D1-A)") - (net 27 "Net-(D2-K)") - (net 28 "Net-(D3-A)") - (net 29 "Net-(D4-K)") - (net 30 "Net-(D5-A)") - (net 31 "Net-(D6-K)") - (net 32 "Net-(D7-A)") - (net 33 "Net-(D8-K)") - (net 34 "Net-(D9-A)") - (net 35 "Net-(D10-K)") - (net 36 "Net-(D11-A)") - (net 37 "Net-(D12-K)") - (net 38 "+5V") - (net 39 "Net-(Q1-C)") - (net 40 "Net-(Q2-C)") - (net 41 "Net-(Q3-C)") - (net 42 "Net-(Q4-C)") - (net 43 "Net-(Q5-C)") - (net 44 "Net-(Q6-C)") - (net 45 "/FM_JACK") - (net 46 "/RES_MOD_JACK") - (net 47 "Net-(Q7-C)") - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 0828bdde-331a-447f-9cbd-f7aa7d648e2a) - (at 59.69 115.57) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/c187977d-c317-49cb-b58f-dc62fb2588a3") - (attr through_hole) - (fp_text reference "D3" (at 4.445 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cc2b8ece-00a3-416d-83b8-c1e6461433c7) - ) - (fp_text value "LED (yellow)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c51a361-18b4-4841-9a2e-c0750749e183) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec15fc12-05ce-4c33-b241-980881f60f2a)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8107d1ad-2634-4d49-9b7f-d1a86984d5f2)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae0abd94-8db4-472c-9256-13f193aee98f)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c3a4fd6-e53d-435e-83a4-df0dfc01a8a3)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 111646f6-160e-446f-afe6-f9915a873fd5)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7953895b-e6ef-48f9-9018-f1a239bf495f)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a449b06d-78d1-4a74-8c99-ce1647942233)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 908087c1-9fa9-4ab5-88aa-c84d015a1bad)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8f6ac75-62f7-4c9e-8094-44ba082d8fe3)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90b96e8d-84f7-4280-99f6-087dfab65144)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19a05186-5ed9-44fa-8fe3-175e999b6dd0)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfef5465-a482-422e-af5b-8f38929a3e64)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp aef5cf16-7e62-4688-b735-659e39da07d7)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 4f700893-3678-407f-9fb8-9994e5c157b8)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 28 "Net-(D3-A)") (pinfunction "A") (pintype "passive") (tstamp 7c193a68-787e-4b99-bd11-4b66fca33091)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 0fea52e3-75c6-4da7-9e78-5f9cef58330f) - (at 60.96 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/235194d3-d533-4eba-8069-d305eabd21cd") - (attr through_hole) - (fp_text reference "J8" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cf739059-d34c-44d9-a182-37aed6cecadf) - ) - (fp_text value "OUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8f65a33-842f-43b6-b38c-0e61347733b3) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 4e750594-96ed-4a20-8565-45ef084107d9) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8a0ae46a-0b83-4498-a2c8-62f0820b0905) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d437319-d906-4487-8427-81ef83a16cfa)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 397bc0a6-10a5-442e-bab6-b4ac73ad28c5)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1b42664-75a0-4365-9777-67c07edc5e80)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e2c7f09-3681-4ce0-bcd3-5f200171fff6)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4efc0636-807c-4cc1-866f-a6b7107e6245)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd750efa-5f92-44d4-b069-57963dc0085d)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp fa1aa7d8-c63f-43f6-89fe-8fb9ffa972c7)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1e4288ee-5867-432b-95d2-68a1ecaf3802)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0ae31ff4-5be7-459d-8407-93d5bfb65e67)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d1e8e575-2ebc-4392-9b30-fac026b36f80)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp bbcf4af8-8ca1-4f76-a1a4-5955deb8de3c)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 010f8863-7f77-48ce-8b3a-76579b86af52)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 2728fc82-d660-4418-ae02-076752d6139e)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7311130a-1cde-46d1-a1db-e3cb26fbf5fb)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4fb6ef0-d86e-4143-85fe-0a34acc67520)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e2b83a0-0b77-44cd-b3e6-91bc8bef25b4)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e046b93-cef6-48df-9744-406fdf1d577e)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8b68b40-a91b-4a0c-9594-717356f459b1)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 9a37b66d-77fa-4e01-a946-5879a871ea30)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp e6759c28-44e6-4289-91b5-a109c32a1a8e)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 16 "/OUT_1") (pintype "passive") (tstamp 21c963f6-0848-47f3-a14a-a3b9b1b3b08b)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 23 "unconnected-(J8-PadTN)") (pintype "passive+no_connect") (tstamp 284d7181-68ff-46b3-8b9e-c489e14bc059)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 2da638bd-17c6-4dfa-9b24-6f2e8ce8e5b7) - (at 81.28 127) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/5248017f-5454-4897-a898-e2f3c7ffb409") - (attr through_hole) - (fp_text reference "J6" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bd7c7aa0-1f30-47ca-9c7b-c5c8c29e80c4) - ) - (fp_text value "FM" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ad43cb3-bab4-46a7-87c9-0de1a9d7399f) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp e4563748-a1fc-4054-92c5-499164b64600) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a963eb1d-f7f9-43be-a584-78058e023c84) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3453aeba-660d-4abf-9e36-4923acfdf8a3)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3261891d-c2b3-495b-9d83-65e8b6b0b86f)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b7fbc6e-a9cf-4581-b51c-4a6bb066cf8d)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f45955d7-db42-45b5-9232-db65eadf0fd2)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05aeab5d-0ac0-43af-8a87-84c4824f380d)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f07d391-e196-4f66-9cd6-acf12623604f)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp cd6adb35-ff67-48bc-9905-382b21c54bb7)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 15aeea35-b304-4c96-931a-b3b165a2d8cf)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp cfd2df92-fa78-42fb-a80d-a20907612eef)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 8d08f787-5483-42c6-a14f-994743a5ca5d)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1b426686-7ce6-48c8-b0be-2d3e2ec3aece)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7eb69fd1-1a22-49a8-8d4f-e1097f2b1052)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp c41245d1-6f13-46b0-a540-be7e599b1097)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10921b12-67f0-4800-906f-fe9bc7383300)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 532ea876-7b45-4c32-85c0-6354f396c24c)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 39407803-7df2-4eea-a03c-d2910b11bb1e)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91ad6974-60d5-4366-a2d6-b4ffd4f1986f)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23530501-1e3b-420b-9527-abf32dd4d58b)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 20d46f19-1d05-4fc9-9923-d7d768222a46)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 1299e9a1-b015-4d41-ba1b-1d355ea7779a)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 45 "/FM_JACK") (pintype "passive") (tstamp 1bde71be-9d63-4df0-84c1-72408f562716)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 14 "unconnected-(J6-PadTN)") (pintype "passive+no_connect") (tstamp 8b229369-926c-42f0-838d-846556373cf6)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 34e57dd9-b450-4e92-8edc-c93e88a692df) - (at 80.005 156.21) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/b2c42dc0-e136-49b4-912c-c471cfef04f7") - (attr through_hole) - (fp_text reference "D11" (at 4.445 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2236a806-2f23-44b2-8992-c93ae5ed68ac) - ) - (fp_text value "LED (red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 265287ea-f2b2-4f63-b86a-bb97bd462160) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71a3f9e4-47a2-44ff-ba3b-0bff1d63bf05)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b02ca35-d3f4-4363-b8d9-3073915dabe2)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5d3c5ef-fee7-48e8-92a0-7859f06f717c)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3c962ca-c6a6-4bad-b981-63f247113bbe)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0120b1b0-30dc-4559-9eaf-07c23a3610ae)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea289b26-ebe9-46f6-8bc0-1b754bc4d649)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa8855e5-9e18-4056-a095-c63db8c56052)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b99c7b0-1565-4c7f-9603-c21fc5d2d758)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2265ff4d-fb33-49f6-92e7-c513da690404)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23d9a14e-23ef-4ab5-9a62-862a5fe72226)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 632e5d54-6e60-4959-8eee-9e96aeb1bab1)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a289ddaf-77b2-4017-a965-9c8fd70afd3b)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a6b0222b-963b-4e0d-a975-ad05a3882b9b)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp db10c373-2ad0-45dd-b7b0-e888acbb6f08)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 36 "Net-(D11-A)") (pinfunction "A") (pintype "passive") (tstamp ca808b74-5c8e-45bb-aa2a-872715328804)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 3d367a53-9ace-415c-b23f-2253b316f094) - (at 101.6 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/1dadcc0e-981a-4f03-9daf-20444fff2d17") - (attr through_hole) - (fp_text reference "RV5" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a4d0c1da-710c-4d3e-aee3-a86202d00d51) - ) - (fp_text value "100k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19054594-2bae-436d-9b5d-a46f258b376b) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 265b4d41-db1c-47fe-8a2b-3f261b729593) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f688d01-e05c-45c1-99bc-cbb7046c07ae)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c06baaef-ed6b-42c5-93f9-44a6fb79fc44)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99d630a7-ed2c-43b2-a189-c73e2ae65c49)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ad8aafb-67cf-4e21-8f7b-557716f2f47e)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2632f0c0-8d9a-4c08-83f5-7dd282400bd3)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6439d255-f8f7-435e-bc97-71cefdcbcfb6)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c35b299a-3ab6-4a5c-b31f-a1dd19aaa685)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae6ca3da-f1dd-483b-97ef-e0715317f435)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2eb02c7a-94ed-4440-b820-5586e9c1568d)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1280942d-0b03-4c4e-9284-dbb795d81346)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad7f7bc9-fa5c-4acc-8d2b-42fb8d3de7f6)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5690b8ec-2fd4-40d5-a96f-a01cc7299cc7)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd002957-b77b-4dac-a2fa-5b1a87b4ed20)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fff873c5-e75d-489f-be7e-5989da8f6b3f)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3eac523-9d9e-4182-96b0-523ca33fe0f0)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7dd6818-8ce5-43be-8502-027f796c9b7a)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e425a19d-2dc2-4880-97a5-0f6090c88b46)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 13171d1d-5a4e-4b59-896f-e6e066c64d64)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 86750745-1873-46c5-b2c3-2b61b65d0c35)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp ae714e70-49fc-4a25-8716-72d4b8b3fd19)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "1") (pintype "passive") (tstamp 7fc68fec-01fe-4425-b8e3-87429d982f8a)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 8 "/RES") (pinfunction "2") (pintype "passive") (tstamp 8fd0e56f-8b95-464d-8950-048f9aa45bfa)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "3") (pintype "passive") (tstamp bca03517-643d-4f5d-8496-e3495a58ffb4)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 3da3ce14-17ec-4c5c-a864-3ae2a425250a) - (at 60.96 86.36) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/9b1d36c1-eb80-4670-b090-5b3b7662f88f") - (attr through_hole) - (fp_text reference "J5" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c57ee4ce-0076-4e35-9d2a-3b803cd3a128) - ) - (fp_text value "IN" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e2071213-0c36-4c54-9ea4-564b1acda173) - ) - (fp_text user "KEEPOUT" (at 0 0) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 1f2ea26a-afa3-4034-9359-aefdbe97beb6) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0969fd7-3b54-4384-9237-45aa931181fe) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8297bb9-cdb0-4027-9a09-a8d03952b21e)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a652bf17-057b-4d8e-8f2f-ec8729fe2525)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 835a5f0e-b767-4b76-b680-f6f58c963a43)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66d0e143-3cac-4728-8870-c8e90377e66b)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98c5bd24-6e61-421a-85ab-af25472c55af)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2003c9ec-abe9-4f88-bb28-d9a0fd4601ae)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp bd5e0e18-4358-44cd-9996-054252338241)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 749438a8-0e25-431c-975d-7181e08e09e7)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 486a8579-b71b-4761-8275-ad9c66201b81)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6ee89193-3ae8-4a4e-af61-7f632dbe7761)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp aecf9eb7-10df-4553-8b46-f7151fa0bd22)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c5ad7d23-76ca-43f9-880b-69f28c3f846b)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 41c71614-c1b1-45cd-9cdf-cf6997d8ec64)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6deb8bf2-d668-429c-91a6-8d5f8ba5ed2e)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f4e9442-cc4c-4bd4-8a3c-b29f37b0e49c)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee24b9d1-a617-44f7-888d-ae0c6a7b9d4c)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6114c4c-139a-4aef-9dc7-9bd50fdba8e6)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69bf78bc-c3b4-4277-a9ee-4e699dfd03b7)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 3adb8994-a7e5-4261-aa3d-8ef321558da4)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp d2f7d86d-ca37-468f-82bc-063d2c6427a2)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 19 "/V{slash}O") (pintype "passive") (tstamp 9a1dd570-c66d-4171-87ee-5b6b74b9a1c2)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 13 "unconnected-(J5-PadTN)") (pintype "passive+no_connect") (tstamp b11cd164-61ce-42f9-8e4c-f0508357647a)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 59f97a6b-5f65-431c-8299-be27b776c594) - (at 59.69 156.21) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/9992705d-1905-449f-9d7f-f91f1482a470") - (attr through_hole) - (fp_text reference "D9" (at 4.445 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 54e8445c-c89b-4c8e-a1ee-6b1581d92122) - ) - (fp_text value "LED (red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bff8f0b8-ac38-46b6-9dc5-17182a3557b6) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3b12460-cf02-4506-8f82-e56d2fda56d3)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08bbe3e8-1c03-4684-ae79-6957b7c058a1)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95222c02-2f40-473e-aa7b-eb3e103142f6)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da79f409-473b-4973-8952-eba5d2254c92)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05a6caf8-664a-43cd-abcd-1f511632804c)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47e081a5-6612-4389-8700-9e98c75bdd86)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6c34452-c2a6-4866-8221-f19dc8ed8d86)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e61c00c7-fab4-4066-abf5-fd587003c1ac)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3183de0-04f9-41c3-96d4-bff9d515d1ca)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 319d6e9d-3a6b-4f49-a1d0-43b273523119)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 208f02a2-f87b-4d6a-80d2-bdfc08abe646)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16aaaaa1-2257-4fde-a57f-10255e31fd6d)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 62b4c9f9-77ce-40c4-9f57-9829a5052850)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 9e74510c-da32-43fe-9638-a15c91838356)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 34 "Net-(D9-A)") (pinfunction "A") (pintype "passive") (tstamp afaa7049-b1b5-455a-ab20-8c0a0f3d977b)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp 6af54226-6a1a-4ecc-a8c8-81d9e8553df2) - (at 81.32 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/dadec559-fc70-4e87-a4d2-000c4bc8f0cc") - (attr through_hole) - (fp_text reference "RV3" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1d337673-4ff9-4f2c-9822-fb613226da4f) - ) - (fp_text value "100k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 82429772-7795-4414-9d45-5f7114c7fd12) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 673b7404-48a9-4964-9718-b77a18b6040a) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53ce3bb7-55ca-4162-9c8e-e669a03bd704)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9dceeb81-8540-495c-a89e-12b2d3bc339f)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3cc9c34-6293-450a-b6b2-a36ed9cba607)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b5523ed6-6022-4aa1-b40b-9f6e2f0e6983)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20dfa3f9-c96c-42cb-9172-b4e23ca43760)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c35e1c0-4695-4298-9249-14cafd0defa6)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19d2d515-93f4-491c-adb1-e8376eff4879)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8379db1-8cae-475f-8da0-88aebae2e507)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7963f15-1ca3-48d9-b665-86e74e475c41)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cb6dc53-455b-486e-9272-b855cc4c4c32)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a02e1dd-7644-4e67-966c-669e08d81c61)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be8e02e6-3a7e-44bb-91d2-0b0c94824ba5)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 158e4d04-1b09-4ecd-bfb9-6fbefd3d95b3)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7c528ba-68b0-4353-a1ec-805b467dc969)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 442972f1-5d7e-474d-a7c0-f8dabf6bd4dd)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 409c13ec-1b7c-450f-9852-eca1d77e660c)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae3aea78-eafc-4f4c-9ed2-32c64d7ac9ef)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 784cafa1-af39-4237-9f7b-6a640943bc04)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 48e3f374-89dd-4b6b-8ef4-365b8929061b)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp f35c6c4c-cfd2-4922-bd50-2f06ffc5afb1)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "1") (pintype "passive") (tstamp b1b8c5ff-afe7-4f0f-9cbe-393d63c62515)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "/FINE") (pinfunction "2") (pintype "passive") (tstamp c48d3afa-c3c4-49ee-86b5-5e386034e1ff)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "3") (pintype "passive") (tstamp b498a4a7-02f3-400c-b022-cb18de4f3364)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 6c2f1e62-c2a0-4fc8-abd4-e991097857c6) - (at 80.01 135.89) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/a6bc044c-f438-4d84-b46f-3d762b1b14d0") - (attr through_hole) - (fp_text reference "D13" (at 4.445 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4c47423b-73ea-4d37-884d-455a3639a1cb) - ) - (fp_text value "LED (red)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 74790e15-7279-4534-b267-253bf59a43ac) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39ee8625-e216-421a-a1e8-09e0ebe92d83)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 612e3581-71d3-4a09-abdc-8bdd57a58b21)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a58422c-14cb-4486-9278-88b0132245e8)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb2f8677-92e3-419f-82a5-754de578b1ec)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4854dcac-4944-4734-a3a7-b87ce59d33de)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c4877d8-6410-471f-98ee-b833c3ffbb21)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 475f62d1-45e0-4eb1-abed-215b1e14819f)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 64035f88-1498-4a56-ada2-8a16e705079c)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcf71d5c-603e-46e7-a99c-cdbcbe1899e6)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c005f65c-e104-4712-b325-a3c2eedf7912)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b1e5065-5357-46ac-8069-17ea1ed6004c)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fda8f27d-1a52-4880-a8e3-ee22013e705b)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 37ef6359-bf42-425d-ac45-1d29c6f0f2ee)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp bc618c86-ad64-4337-9952-ab811967684e)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 11 "Net-(D13-A)") (pinfunction "A") (pintype "passive") (tstamp 36a58c58-5f39-49d6-a242-16acb62c9ff0)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 78c6c77d-b0ef-49ef-b766-4d172b2f7c30) - (at 101.6 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/8a8391de-28e3-43ba-882a-fe0493b72ea6") - (attr through_hole) - (fp_text reference "J10" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 01a52dba-fb54-429b-ae6e-e849fb5f0f78) - ) - (fp_text value "OUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 203c563c-5d14-4520-bc9a-fdb80ce9ae86) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 31e52cb9-f580-4616-bcd7-30bc79384d2c) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 359cadfd-d4b3-421b-8205-7565be2e3506) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5eaf1bf5-a8c6-49c1-bcb1-bc701db69f08)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2bf09bc2-ec9c-4720-9f96-d34c2f5df211)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 074c74c0-3af8-4914-9a83-35ce12560682)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3894c576-c8c4-4f69-b371-3e31bbc025c0)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dbb9f5fd-179d-4769-91f3-e182085e3889)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66d158ce-ccee-4e3f-9f68-811a7ae192b0)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp a605b0f2-538c-48d3-b96f-e8b749dbf73d)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6057dc3f-4443-4053-83b9-2c9825e9a360)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 9c9b1f6d-4f38-419d-88b3-53c98789bc91)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a33b0232-2b4b-421a-84d5-80549985a14c)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 2213254c-473f-446a-bd59-cd5f0fdf04da)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a71499a3-5dd5-4e66-8e50-f30c5aee194e)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 46c96976-fe01-41a2-9e20-fdefce80687b)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp facc7e69-d018-4168-806e-13de4929109e)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 998d2694-dfcc-47b5-9410-5d462ad1a157)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f204b88a-4c9f-4388-8019-4711e87fcd3f)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6c21937-3808-4b08-b2a7-4642669a06a2)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cbc0de5-3971-4acb-a789-276244c68b9a)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 238051b0-4afc-4b17-8cb7-eb444cda6328)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 5aeafc3f-c28b-4f54-bfed-66ebc077868d)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 18 "/OUT_3") (pintype "passive") (tstamp 2e850571-c9bb-4cc5-88f3-199234405a61)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 25 "unconnected-(J10-PadTN)") (pintype "passive+no_connect") (tstamp 9bf98ebc-efae-4ecb-8be3-05c1c6e621d1)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp 928c97f7-f674-49d4-b38a-bdd02c05c610) - (at 59.69 95.25) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/cbf360a1-d778-450d-8ab1-80d61c41ac2e") - (attr through_hole) - (fp_text reference "D5" (at 4.445 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0811d035-9444-4242-adaf-d56a6b2f6891) - ) - (fp_text value "LED (yellow)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 25a6139d-aac9-4947-bc33-a91aa3059562) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36616a26-ced8-4680-be8c-11d3745d15e5)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a54633ca-f15b-415c-9196-e82cd610f2f9)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a75c2691-401b-4496-906c-78ccda46e748)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31018ba6-1283-4120-bd87-37c075d58f8f)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4abd1039-db40-4e11-90ff-829d7c8d3bdb)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 293d0b03-3c08-43b8-8700-323661360541)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a221c050-21d4-4c3c-9a64-f5c34dc92a48)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abd6fb7a-45e1-4a34-9903-f6f56082a149)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8ba2dd2-7486-401c-a9b5-43d1483a929f)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c6ac451-716d-4856-9d1a-7e0e7a14fc9d)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6971f74-f5cf-449c-a42e-688059ad009b)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 402ace6a-4519-42c2-9110-c6bac0cb3a67)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 459effec-8f70-46df-9b62-699459d23b12)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 9f44b059-62ab-4ef5-a784-fae0df10fac9)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 30 "Net-(D5-A)") (pinfunction "A") (pintype "passive") (tstamp 01d4a2c3-2493-470c-b438-4a936de65a7e)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp 9c1c0cf1-1738-4856-967f-623a878fa0bb) - (at 60.96 106.68) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/85ce631f-c96a-40e4-a931-6d2958960f56") - (attr through_hole) - (fp_text reference "J7" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a05175e-2cd9-4d2d-9ccc-3a8d662a5ce7) - ) - (fp_text value "IN" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d31e2142-d8e6-47a9-a5c0-ee0dc61523e8) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp dca2d8a4-029e-45bd-9558-15441e5a01f9) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ccd5aaff-8936-4c8f-9a04-2a8067bbc768) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9581c035-6858-4465-a887-92bbdee37064)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 192924fb-7ff3-40b2-874e-07557d0e2efb)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a11eb302-a334-487e-b794-e26e656c22ff)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27f8f9cc-8fae-4ec1-99cd-bf7005eb38bd)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 846ca3b2-1785-42cb-8b44-937061529561)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb4a7fed-ee69-45dd-93c7-47e758cc94c0)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 390054e2-843d-45b5-976c-56abf27c4642)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp db8c8185-2c77-4ee1-9fb5-361541524eaf)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 193b80c1-20dc-4e74-86af-b8899855845d)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 65178ee0-ad69-415d-a9ad-ea382e8f5915)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 17b4f5d0-965d-4661-bf18-07b6b6146b12)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp b62a1a04-bda1-4e51-8851-7641a2688355)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 949cdc61-3459-49d9-8087-8724ddff1854)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 734da40b-e5dc-4e25-850c-95397bbf1c71)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a544bbc2-4864-4ae7-af3d-b2ca8df435ed)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc4d7364-31f0-4e59-abbd-e0fdfe76a0cc)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 693ec77b-fbf6-47d0-817b-67021d76cfd1)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b19b560b-38ad-4ff6-af11-4f7d54f8b6e6)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 9f6ec1ed-99a4-470a-a668-3001c3d45f1e)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 7a83dee6-0f6b-4106-8dd2-c0eb54d278b4)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 46 "/RES_MOD_JACK") (pintype "passive") (tstamp 9d08e840-56d4-4043-adcb-58d04490eb0c)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 22 "unconnected-(J7-PadTN)") (pintype "passive+no_connect") (tstamp ef4f0b4f-9c36-430d-86f5-1db23fcc77f4)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp aaff3830-9384-4fa2-b677-b811d1410e4d) - (at 60.96 66.04) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/b9262bba-8e3c-4483-b6b3-4e06d9113ff5") - (attr through_hole) - (fp_text reference "J4" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3efb3520-4188-404b-8d7b-93727d086a3c) - ) - (fp_text value "IN" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c57795cb-ca3e-4029-9daa-fcf8ddb75cd5) - ) - (fp_text user "KEEPOUT" (at 0 0) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 41c7bca4-5dea-43ff-9838-425a85ee5381) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 27fc45a0-2c7e-4d09-8237-49e977bf5b99) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c06c3ad-8d53-4a4d-9616-d97653dc2e88)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f38bd233-6deb-41b9-9239-9faa4ffd1658)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b967e7dc-d566-41f4-9a13-049c6832b0b1)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f06a2ae4-9df9-4aba-9dff-a7954203becd)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66d1daa7-7a54-45d8-8a99-c48949a9c64b)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2766fd01-869d-4e78-a90d-abb132c7f1bc)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1d6a4af5-58ba-4cfd-a5d2-0b45523b1d30)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp edefdadc-a400-426e-a1d6-0b3e21e14eae)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 694fb738-6a58-4b4b-9c78-d3b8aadef76f)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 23376127-c415-48ce-86de-de8d7fe96008)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7b660d51-c737-44a9-a31c-7684d32a9c82)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp eea2cb1b-9832-44e7-a039-c27aa3a61b09)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp bc80c9da-4899-4cf9-8d66-ba2bf20a17e9)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d84a166e-f1de-45df-9ce4-25b7719113d5)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3db349ee-05c3-4525-837a-25fdc911478a)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fe2b6e3-d9d6-4750-85d1-27e2c874fc1e)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 436f9acc-78b8-42a8-8091-33600e6c1fc5)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f23a8bb-140c-437c-87ff-af423fded43b)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp cc660d57-b2dd-430c-be9f-a4dfd97e1dc7)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp a2dda52a-0aa6-4c38-8cc2-71550d0c3685)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 21 "/IN_JACK") (pintype "passive") (tstamp 966b13c8-31a9-4715-8ab5-7123aa4627a5)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 12 "unconnected-(J4-PadTN)") (pintype "passive+no_connect") (tstamp b88999e2-afbe-4f60-9a42-94b5b80bdf93)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp b2c4977b-0679-4d3e-9862-a318bbb9b446) - (at 101.6 66.04 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/37c1c0fd-87df-4264-b18a-e0c29d39abc1") - (attr through_hole) - (fp_text reference "RV1" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c340fff4-0247-4a92-9ecd-ba5af0980721) - ) - (fp_text value "100k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8cda79ea-ef91-480a-99a4-791227ab7d83) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ec618604-d18c-446d-b0fe-49509b678d52) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 526f2fe0-4acc-4090-80da-c5727aedb07d)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 935cceac-13e8-4a28-a906-1dbc9586bcc0)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8356f3c-2fe3-4710-b852-8ee124f643a9)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44a091df-de39-4457-b43c-7b21516a30e7)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9aeb9227-6e67-4e25-a425-2278b8a1cde9)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e3aa2ca-e33b-4711-b0fb-a7ef5b8cdd1d)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1fada430-6258-4531-ae9d-802aa05ac272)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22892337-64d8-42b8-84fc-2afe3fb289f3)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d24df8bd-7a6c-4cba-8094-2f2342bfdfc8)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e32fa74e-48d5-4931-8387-a501b0ea4588)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80747f5f-9221-4875-9946-ecb0dc7cc3b2)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 245104c7-6f01-47a3-b3e4-d2494c381ec1)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98532f04-4126-414e-81da-c0577237335f)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fee0948d-4cb9-41a2-bb49-7d0346679aa3)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cb3a685-d392-484f-bf5e-b970143fe92c)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a271d672-ea1f-4ae0-a394-39a8d10af0d1)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9c402ec-4dec-430c-af74-0d1e50b9ebf2)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a695e797-b93a-404b-b735-2e75f56cd581)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp d9ae82a3-af50-44dc-afbc-a477d7862d2c)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp a3d628e4-7cb4-49e7-8e5b-c0cf47cea494)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 21 "/IN_JACK") (pinfunction "1") (pintype "passive") (tstamp bf9f53d0-87bd-4ee2-b590-c18fcdfbf80f)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "/IN") (pinfunction "2") (pintype "passive") (tstamp ed55ffaf-d8dc-48b9-a6f1-c645722d2a74)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "3") (pintype "passive") (tstamp 03274e2a-e71e-4396-8174-621ccfddc4fc)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" (layer "F.Cu") - (tstamp d23634a5-799d-4c1f-a0c8-5f035c676fea) - (at 81.28 147.32) - (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") - (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)") - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector") - (path "/50bdc5c4-3bf7-4607-9c66-a696222ea0b5") - (attr through_hole) - (fp_text reference "J9" (at -4.13 -5.63) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d2409e2c-12ba-4656-a50c-7197edfbe25b) - ) - (fp_text value "OUT" (at 0 -1.48) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c3661471-2f5b-4008-8ee1-f87d659d1f55) - ) - (fp_text user "KEEPOUT" (at 0 0 180) (layer "Cmts.User") - (effects (font (size 0.4 0.4) (thickness 0.051))) - (tstamp 5600c4c9-f9a6-426f-8cf7-8239e5c97d0e) - ) - (fp_text user "${REFERENCE}" (at 0 1.52) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 714749d0-4eed-42df-aed8-0b64eed0621f) - ) - (fp_line (start -4.5 -4.5) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31e24e04-27fe-470a-9849-19331ee8b787)) - (fp_line (start -0.5 6) (end -4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2a13737-477d-48ee-b43a-f94390e65e05)) - (fp_line (start -0.4 -4.5) (end -4.5 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61cb0eeb-97bd-410b-aaa8-bb5a57a77007)) - (fp_line (start 4.5 -4.5) (end 0.4 -4.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05c641d0-0214-4b57-bfb2-a312a8e674f4)) - (fp_line (start 4.5 -4.5) (end 4.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b9b1b0a-6370-46d3-850c-3e11049adc97)) - (fp_line (start 4.5 6) (end 0.5 6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f5c8f75-5e94-47ec-b8e3-1397132a5a98)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b5eeaef7-a7bd-47e2-9a1c-e9cd2b7fbe99)) - (fp_line (start -1.42 0.395) (end 0.4 -1.42) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp fbac5a40-b141-4582-8f70-e3fd6190e86f)) - (fp_line (start -1.41 -0.46) (end -0.46 -1.41) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 09ec8ace-c912-48a9-b898-fd77a68ab1fe)) - (fp_line (start -1.07 1.01) (end 1.01 -1.07) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 45d47d56-2954-414d-a60e-ea701ae32689)) - (fp_line (start -0.58 1.35) (end 1.36 -0.59) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6c0c9a4a-57e6-4cda-b87d-7947f5fe0ec7)) - (fp_line (start 0.09 1.48) (end 1.48 0.09) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 35b9bc3f-e084-4413-b46f-5c2398d9033b)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 59c17bb4-7fc7-4a8e-8ae9-3b30a58702b5)) - (fp_line (start -5 6.5) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ec67a08-9475-4613-b67a-fc406770fa6c)) - (fp_line (start 5 -7.9) (end -5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f980f1e-c3f6-4b7e-9556-b5f282b5dc11)) - (fp_line (start 5 6.5) (end -5 6.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16630886-6ca7-47a5-a858-64a615488dc6)) - (fp_line (start 5 6.5) (end 5 -7.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e48caf8-5e26-44b3-9a21-72be64a62967)) - (fp_line (start 0 -6.48) (end 0 -4.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15e26d7b-d441-4d51-bc26-c7952e86581f)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp f13e5f78-d43a-408d-a4f9-690f81aa459d)) - (pad "S" thru_hole rect (at 0 -6.48 180) (size 1.93 1.83) (drill 1.22) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pintype "passive") (tstamp 028e3194-22be-4a9a-b0cc-ed611fe96844)) - (pad "T" thru_hole circle (at 0 4.92 180) (size 2.13 2.13) (drill 1.43) (layers "*.Cu" "*.Mask") - (net 17 "/OUT_2") (pintype "passive") (tstamp e1252903-bc87-4471-a9e6-2f5a9b16e58d)) - (pad "TN" thru_hole circle (at 0 -3.38 180) (size 2.13 2.13) (drill 1.42) (layers "*.Cu" "*.Mask") - (net 24 "unconnected-(J9-PadTN)") (pintype "passive+no_connect") (tstamp a3154482-a720-44d6-b834-c2dc3ccf2df5)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 -1 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 180)) - ) - ) - - (footprint "elektrophon:2P4T.MINI" (layer "F.Cu") - (tstamp d6839d71-cceb-4c2c-9eee-68478d0e188c) - (at 60.96 127) - (descr "Mini\n
http://smallbear-electronics.mybigcommerce.com/rotary-switch-miniature-2p4t/") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "2 rotary switch with 4 positions") - (property "ki_keywords" "rotary switch") - (path "/9b9bbe9b-ffb2-42b9-8053-5e9dc406e485") - (attr through_hole) - (fp_text reference "SW1" (at 0 10.16) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3904391d-b49c-44c9-abfa-a7de930261ea) - ) - (fp_text value "2P4T" (at 0 11.684) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1ca1fdab-a3d0-42a7-9fcc-cbefccc73662) - ) - (fp_line (start -0.635 0) (end 0.635 0) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 0859cda7-280c-4c88-b38b-9cbee34794ca)) - (fp_line (start 0 -0.635) (end 0 0.635) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 96db753a-d59e-411c-bea4-9a1ecc81dc1e)) - (fp_circle (center 0 0) (end 0.635 0) - (stroke (width 0.127) (type solid)) (fill none) (layer "B.SilkS") (tstamp ee6bb1e0-17dd-4bec-91ca-009c4bd19dce)) - (fp_circle (center 0 0) (end 4.123103 0) - (stroke (width 0.127) (type solid)) (fill none) (layer "B.SilkS") (tstamp 028b15c8-14c9-425b-b56f-db41e0efc55d)) - (fp_circle (center 0 0) (end 9.1948 -0.3556) - (stroke (width 0.127) (type solid)) (fill none) (layer "B.SilkS") (tstamp 22a59d28-e61f-471c-bc0a-47f34f122dac)) - (fp_circle (center 0 0) (end 4.123103 0) - (stroke (width 0.127) (type solid)) (fill none) (layer "F.SilkS") (tstamp 80b04dde-79b0-4e2f-b8f3-4a54a6a1fe1c)) - (fp_circle (center 0 0) (end 9.1694 -0.0508) - (stroke (width 0.127) (type solid)) (fill none) (layer "F.SilkS") (tstamp fa929521-0cd0-424e-88f1-dae0f7e1fbff)) - (pad "1" thru_hole oval (at 0 -3) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 9 "/A0") (pinfunction "A") (pintype "passive") (tstamp 76e2295a-6f65-4753-a9b7-d88107abb90b)) - (pad "2" thru_hole oval (at 7.391034 -3.061466 22.5) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "1") (pintype "passive") (tstamp c6ea439c-8155-4892-8f81-20702ae4eb86)) - (pad "3" thru_hole oval (at 3.061466 -7.391034 337.5) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "2") (pintype "passive") (tstamp 04e43b74-3531-43fa-8d3e-511a3d917e69)) - (pad "4" thru_hole oval (at -3.061466 -7.391034 22.5) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "3") (pintype "passive") (tstamp bdca8172-076c-43d7-b7de-a593d5bbcdb5)) - (pad "5" thru_hole oval (at -7.391034 -3.061466 67.5) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "4") (pintype "passive") (tstamp 60772ca0-7dd2-4cea-9a37-e5a90de292ca)) - (pad "6" thru_hole oval (at 0 3) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 10 "/A1") (pinfunction "B") (pintype "passive") (tstamp 436c01aa-096d-4f45-81a3-6683f3541eb5)) - (pad "7" thru_hole oval (at -7.391034 3.061466 22.5) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "5") (pintype "passive") (tstamp 3ddf6cf3-87f8-4217-97c6-a2bb7f67b3f4)) - (pad "8" thru_hole oval (at -3.061466 7.391034 157.5) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "6") (pintype "passive") (tstamp 4845e46b-0294-456f-97c0-f5521564ddfe)) - (pad "9" thru_hole oval (at 3.061466 7.391034 22.5) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "7") (pintype "passive") (tstamp ee7f4609-4d6a-41d2-bc21-4233e84f6fac)) - (pad "10" thru_hole oval (at 7.391034 3.061466 247.5) (size 1.9304 1.9304) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "8") (pintype "passive") (tstamp a509ae8e-3936-4d12-8334-a3d936452a83)) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp d96db7b8-f618-42c4-82a0-9f7d136e395f) - (at 101.6 127 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/77614cb2-92bb-4f0f-a38e-88d4eba723f0") - (attr through_hole) - (fp_text reference "RV4" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2a13bea1-d899-4f6a-b79f-46581e0f0ab6) - ) - (fp_text value "100k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4a803c3d-e9fa-4f5e-8f5f-84ff9d130782) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ee10cf4e-d371-4f80-9e69-c0c4d861315c) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93dcf340-2faf-46c8-9715-22ba1d889d76)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bfc3638-d398-427f-b39f-4918420b029c)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fe0ab99-88dc-405d-9d2e-2a67e3b2283c)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bdae2497-c85f-440e-a2bd-213684ff7c85)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43fd3ef2-a368-41ca-abc0-6f0c50834bda)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7adc5a14-49ca-447a-862d-7791fdf7e4f9)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b09a6e9-6656-49da-a387-5c706e1bb878)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb68f718-d249-48dc-8f98-49252c60cafa)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0bce248c-de7e-486d-a9bf-f390f00f192d)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c66f08a0-a2c7-49bf-8f59-98776e3aef19)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05a9058e-c388-4506-b4d2-4247a82967c9)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cda5e59f-0ffe-45b7-aa39-f8d3e8cc0dce)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5b6208a-d125-4767-b887-f09a39fe2b46)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a95b4fac-c8e9-4ef1-9e56-1936cbb42625)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a1f51eb-7e72-4874-9e42-55d8078d4601)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6335874-3f62-4843-ae7d-d07cc3dd03c3)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b156e9b4-b8a6-47a7-8767-3bd687335af8)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 2dffc7a4-cf3f-4345-a6b6-b3f6764c5dc5)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp f192e30e-39b5-405b-9110-bc0f7a15b7d2)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 60f00609-90bf-44e2-a3c5-4c44bb292ecc)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 45 "/FM_JACK") (pinfunction "1") (pintype "passive") (tstamp 3f64e805-400c-4a31-a601-0a098106464a)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "/FM") (pinfunction "2") (pintype "passive") (tstamp c81ae2cd-504f-4b5c-a452-0fa7933ec443)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "3") (pintype "passive") (tstamp 8189a050-a4ca-4af5-998f-ea30faa6d562)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp e2ffdc53-e470-47d8-9f3f-4d612e992f94) - (at 59.69 74.93) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/cef39d3d-0a6a-47a2-9823-9ecb0070e80f") - (attr through_hole) - (fp_text reference "D1" (at 4.445 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2a4a993e-66a6-4184-bc04-bb37bd66a889) - ) - (fp_text value "LED (green)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8faa5f22-9814-438a-a26a-fac9c4a6173f) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dac6540e-9104-46b7-a721-f5048480b84b)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ace8aa9-5876-4c51-b19d-312e50028904)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5974bd5-432f-42af-9fbd-545d29e0f07f)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 555f7253-7dc8-4d8f-8fb5-b11d2e489afa)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7933e5f-b85a-4aa6-b432-ad075d641c04)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4048e61-b3aa-41ae-b405-86c45154ae8b)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd958227-5aad-4048-a3f9-4f8f344501ec)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c17381e-ad23-4c8a-8466-bc71a8fd6f42)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86c7477d-b272-45b1-9d9c-044421277fa5)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff9638e5-2e95-43f8-85a5-5edd3a5868a3)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b328691c-f4a1-4a9d-b9e7-67bc501d2966)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7da932e-d756-4d30-a617-37985a94af99)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 1aefd2ac-e9aa-4a3f-85ae-6366e0502de4)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 7cd66315-3d28-4ee2-b148-0a37aa515a0c)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 26 "Net-(D1-A)") (pinfunction "A") (pintype "passive") (tstamp bf39cfbf-a7d8-4108-b4b9-bc29e3ed1cb8)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_THT:LED_D3.0mm" (layer "F.Cu") - (tstamp ec42684e-6934-40dd-860c-a689d6b62dc7) - (at 100.325 156.21) - (descr "LED, diameter 3.0mm, 2 pins") - (tags "LED diameter 3.0mm 2 pins") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Light emitting diode") - (property "ki_keywords" "LED diode") - (path "/ce7452f5-ce18-4a8a-a25a-6bcf39037dfe") - (attr through_hole) - (fp_text reference "D7" (at 4.445 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 372c6f77-8d14-4a21-b957-b2ac9d368f1c) - ) - (fp_text value "LED (yellow)" (at 1.27 2.96) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2d84b91a-1025-4be0-833a-d1c029d453c5) - ) - (fp_line (start -0.29 -1.236) (end -0.29 -1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8cdf64a-f087-4a36-a77b-795774f81f9e)) - (fp_line (start -0.29 1.08) (end -0.29 1.236) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6dc05aa-4a5c-4d22-826d-036a5771b37f)) - (fp_arc (start -0.29 -1.235516) (mid 1.366487 -1.987659) (end 2.942335 -1.078608) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 245e80a6-ae5c-4f20-80cf-6a82b4fce92c)) - (fp_arc (start 0.229039 -1.08) (mid 1.270117 -1.5) (end 2.31113 -1.079837) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6f169c2-c6ec-4dd8-a4de-ce94cec61732)) - (fp_arc (start 2.31113 1.079837) (mid 1.270117 1.5) (end 0.229039 1.08) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bab0d4c-7617-4b8b-9204-46078e3449a4)) - (fp_arc (start 2.942335 1.078608) (mid 1.366487 1.987659) (end -0.29 1.235516) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00778b6f-df28-4f00-84bd-8d666edc0863)) - (fp_line (start -1.15 -2.25) (end -1.15 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d50b0982-ce6b-4699-881b-2bbcd24f34a0)) - (fp_line (start -1.15 2.25) (end 3.7 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd1a328e-276a-4c53-8f8a-1dcd612430d7)) - (fp_line (start 3.7 -2.25) (end -1.15 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcc93875-c48d-4fd0-87dc-80f3ded83cba)) - (fp_line (start 3.7 2.25) (end 3.7 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ced6fe3-ba9f-44df-b58c-ee90ffc4b8cd)) - (fp_line (start -0.23 -1.16619) (end -0.23 1.16619) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 175e3310-060c-4ea1-987c-57f30780efab)) - (fp_arc (start -0.23 -1.16619) (mid 3.17 0.000452) (end -0.230555 1.165476) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d816478-676a-4d08-ad85-d451b79e23a2)) - (fp_circle (center 1.27 0) (end 2.77 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp aeaaab15-872a-4361-8d67-7bcfda943f3e)) - (pad "1" thru_hole rect (at 0 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 994959d6-3277-49a7-a92e-b6677d81f03c)) - (pad "2" thru_hole circle (at 2.54 0) (size 1.8 1.8) (drill 0.9) (layers "*.Cu" "*.Mask") - (net 32 "Net-(D7-A)") (pinfunction "A") (pintype "passive") (tstamp f1706000-a0c8-4598-8421-5eb133f72981)) - (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp ee825538-fe2a-45b4-a581-ad977bbea3e4) - (at 101.64 86.36 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/aaecf534-10bd-4b06-bd7b-189d0d13a9c6") - (attr through_hole) - (fp_text reference "RV2" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0bd88bec-c6c2-4715-aee5-12aeeaa2418d) - ) - (fp_text value "100k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a73bfeef-3947-41ac-8b65-a08f1103e6db) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1772b816-9bef-45e9-a11b-9f437daf142c) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f0e6dc9-578f-45d5-9d76-99072a643374)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22ec905e-0ac9-4634-92f2-c379371ff4f9)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c46ee7c3-199d-4a75-bf31-fd03ebef4001)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 382c3158-2e9d-45ae-8509-f394ff66b00f)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06212183-46b9-4c19-a1ca-c442f3328ab5)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46f2762c-20d1-474b-8f9a-9d90a2b3b62a)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6909662f-eb6c-4e1a-b336-bdd661826195)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5049363-957a-4c57-b1d6-69a44473a8c0)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1f26ce9-6c70-417e-a62d-e520daa93a13)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51374fcd-a9a0-4422-bcd4-64925f61f840)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5ca40d7-b819-4e04-8ba2-73db25804368)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 299dbd5a-de8b-4cf1-a7fa-c7a8f15d23a5)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d665dcce-f282-4ed0-a6fa-6f84ff554a3f)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c970e28d-a6ac-4eaf-ab91-a662171193b7)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7af7171f-352b-497a-89e8-f1988bab2163)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86a034bf-d7ac-4793-913b-d348b61bb4de)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b68a32c4-fd00-4a73-b310-e85adf0d4b63)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 0bef2408-d12c-4c75-b7a2-e55e3629de95)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp 0194f0eb-c1a3-47fb-bfb9-dd452beb7198)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp bc4ae1ff-2d14-4bf4-a716-6e7f5362dd88)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "1") (pintype "passive") (tstamp 100b5e0d-c47c-4030-ae58-7d7e35681d38)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "/COARSE") (pinfunction "2") (pintype "passive") (tstamp 54034c16-a9ee-4ab9-ad7e-42fc88e9eb5f)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "3") (pintype "passive") (tstamp 5da8cd97-fa6f-4e0d-bffa-5dff477338b5)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" (layer "F.Cu") - (tstamp fda1af49-9ee0-472d-bd8c-e0b75fc0dab3) - (at 81.28 106.68 90) - (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") - (tags "potentiometer vertical 9mm single") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Potentiometer") - (property "ki_keywords" "resistor variable") - (path "/f24d5d1e-0330-45bb-b122-d268de0d24cb") - (attr through_hole) - (fp_text reference "RV6" (at -0.79 -7.18 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9e4f6bf-4a05-4b56-8fa1-8d13632c58cd) - ) - (fp_text value "100k" (at -7.5 7.32 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b55dc617-e8e1-4ced-93f0-7fe4e295f0c2) - ) - (fp_text user "${REFERENCE}" (at 0.12 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b2d3dda8-0c5b-4273-ad41-e70609cf1c58) - ) - (fp_line (start -6.62 -4.92) (end -1.9 -4.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1493d44b-4aaa-4384-bb9a-2409fa1db76a)) - (fp_line (start -6.62 -3.73) (end -6.62 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f60e3e00-9b4a-419a-8a0a-98fe282f39f1)) - (fp_line (start -6.62 -0.83) (end -6.62 -1.36) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25ae281f-314c-40a1-9b82-bfd8c225e8ab)) - (fp_line (start -6.62 1.62) (end -6.62 0.79) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0202154c-7444-49f9-a5b6-661c62ab58c2)) - (fp_line (start -6.62 4.83) (end -6.62 3.34) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcaeb1e3-20c4-4550-9d4c-0279ddb599a3)) - (fp_line (start -6.62 4.83) (end -1.9 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba088197-41c1-49f1-81ed-c01b14aaf908)) - (fp_line (start 1.91 -4.91) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 422d89c2-1c6d-45ee-9639-66cb861ad18a)) - (fp_line (start 1.91 4.83) (end 4.97 4.83) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45511975-f8f8-4c71-9355-2062f4745240)) - (fp_line (start 4.97 4.83) (end 4.97 -4.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f6be721-dfaf-42b2-839b-218f7dc8cdb9)) - (fp_line (start -8.65 -6.45) (end -8.65 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc714c4a-e3a6-49aa-938b-eb867e0a6f03)) - (fp_line (start -8.65 6.37) (end 5.1 6.37) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9f55ea7-c5ff-446c-be70-9e89bd9c55fd)) - (fp_line (start 5.1 -6.45) (end -8.65 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e85976c-390b-4dda-ae68-1ac6b2d7a2c0)) - (fp_line (start 5.1 6.37) (end 5.1 -6.45) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5dba9490-92dd-4213-9d72-c9df3b8e2984)) - (fp_line (start -6.5 -4.79) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45d59dad-1b66-4218-bcb0-4c2b3fd97e5b)) - (fp_line (start -6.5 4.71) (end -6.5 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2554bf67-051c-4590-a04a-a9dd2c5cad25)) - (fp_line (start -6.5 4.71) (end 4.85 4.71) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0863c2c-e409-4aa7-b816-e7ac1e66ce43)) - (fp_line (start 4.85 4.71) (end 4.85 -4.79) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7165a9cc-190d-43cb-ba27-6413a185e0b9)) - (fp_circle (center 0 -0.04) (end 0 -3.54) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp db04fcd0-efdc-45a3-88c2-6fd94407b5fa)) - (pad "" thru_hole oval (at 0 -4.84 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp eaa25377-cc45-48db-b301-30eae4b64865)) - (pad "" thru_hole oval (at 0 4.76 180) (size 2.72 3.24) (drill oval 1.1 1.8) (layers "*.Cu" "*.Mask") (tstamp f8d3943c-97c6-4705-b9f0-86c11ff390e3)) - (pad "1" thru_hole rect (at -7.5 -2.54 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 46 "/RES_MOD_JACK") (pinfunction "1") (pintype "passive") (tstamp 15b2f340-9717-437e-8aa2-1e788b6ef89b)) - (pad "2" thru_hole circle (at -7.5 -0.04 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "/RES_MOD") (pinfunction "2") (pintype "passive") (tstamp 3d168935-40e6-4adc-8623-449292732526)) - (pad "3" thru_hole circle (at -7.5 2.46 180) (size 1.8 1.8) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "3") (pintype "passive") (tstamp 0c719408-192a-4c24-a796-32b3b2377580)) - (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 90)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 0912b458-3a57-4d14-9af6-9a5e882cc4c2) - (at 86.74 122.555 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/309bc0cb-e0d9-4a3b-aaa0-330d90d7b78d") - (attr smd) - (fp_text reference "D8" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp be8f2d92-5165-4637-9866-0ed2d4cdba90) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e0467852-5f92-485c-aeab-5343055f7dc0) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 530534c9-f6d7-4894-a49b-badf222e3c6c) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5b54cffc-9c25-4a54-8527-f4c94226b47b)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c4cc63fe-a9cf-4714-9e0c-d2b3e204fb98)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b03df813-9894-42c8-a4c5-eab09a30765b)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eb7f7077-ea33-4c49-bbf0-6d49cefd4761)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9e61b895-9c19-4116-8472-543ec1e9000a)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e1296a14-4ca0-4842-8770-61d9f292241d)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8d046bce-26a5-4b2b-aaf0-6564cda59e8f)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35832fa4-08f3-4d29-b204-0d49d77869fd)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 58d65c7b-6f74-4054-a3f1-f8268697ebe6)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cdadf428-9c0b-4135-afb7-b82c6b03698b)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e40c3546-e18c-4c14-b5d5-25b85596f6ae)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c9601dce-9eb5-43ab-b2bb-1588bb52c915)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8f4f038-d2ee-4e4b-895b-38ee101c7a1d)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp febb6d24-94c9-4a42-8360-1252562f5de8)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 303b1f00-d5ea-49d2-b186-f8b625765d22)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0bd8e1d2-2d45-4346-bfe9-6f9e0e4e0859)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 22222c0f-43f6-405b-8a2a-4fa9d6e79190)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0cfb1760-4387-4ff6-b62d-c2c5d3dac843)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 33 "Net-(D8-K)") (pinfunction "K") (pintype "passive") (tstamp 541a8420-599d-4f44-a587-51e2622cf4ab)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 8a32ae96-7869-482b-881f-fed4830cf8df)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 27764f98-4bff-4418-9183-942c337ffd6d) - (at 68.2 88.265 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/19846f8c-f640-4141-94da-d08634b65c33") - (attr smd) - (fp_text reference "D6" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4d8c47b0-136d-44ad-8aac-7dcf910e2e08) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2196052c-1ed0-4197-94b6-7742c037a91a) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 38e3655c-2b03-4e64-9a71-03cef24f3808) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 09003651-0a77-4920-869f-067be9406223)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cf37c04a-4dd0-4562-953b-57cd4f456377)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 87da3c52-c393-4be7-aec8-9d00181bf5ad)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 912875d1-c3dd-4250-b395-7d07cf11e0d9)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1e786fbd-01d2-484e-8d03-c8a5b9e98f1b)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 86ea0712-8d6c-4b3c-a91b-cf6ee2e919e9)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 80c73b61-bd6a-426f-8417-20783c69de8b)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fab2ea60-253c-43c0-af51-5293b9b7edd3)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e36e00ab-07fc-4670-871b-8b6ab0e15b00)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 367bbec9-8630-437c-9125-fe768ab435aa)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 90fab93f-e51c-4aac-8779-2c2e360e4b5d)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b4742917-75e9-4464-859d-af5acb8d6eec)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b35f5127-dfd7-45ab-bda3-984097a7eb43)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bbf294ef-c42e-4f9e-a1ce-a20817328f59)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 822a365d-b438-47b9-9304-2f9dcc79bc35)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 209fb9ce-810b-4659-835e-df954b773431)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 99c548bf-3afd-4f07-abe3-e80e3f15c623)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e66aa241-da86-45ce-95ae-bd1d50cd6fb1)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 31 "Net-(D6-K)") (pinfunction "K") (pintype "passive") (tstamp fce9c52a-01e4-4f56-8683-bbdcb710e241)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 20639605-63e7-4f45-9bf5-0f8a4be9478b)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 2c47cfa5-a314-4bdf-9aea-01ff121dc67e) - (at 69.04 72.48 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/5b05dccd-37bf-4375-aabc-d25059b4892e") - (attr smd) - (fp_text reference "Q1" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 97a162bb-db64-4588-927f-ff75ad12acc5) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b8c18542-2763-4256-921f-12bd38ac4d91) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 51c62ecf-a135-4dd0-ae83-4407cc5cc18a) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2d04e163-af63-44cb-8dbc-08cdb109867e)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3653f681-5b80-4375-98fe-55d401cd7f1c)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4ed57b7-e078-4c49-a10f-9c3934aaa426)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3424d320-0ede-45a8-b98a-25ad28aa5220)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5c907fd9-673f-41fe-9a40-c923f373aeb0)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0463bdf5-fa2a-4ab2-a2cf-6427a52938fe)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 49264d5f-cefa-49cc-aaa5-f1acbb8fa5e3)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3d0eb160-55dd-421f-b2f9-7f160bedf4c2)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aa2c4c50-3130-4fe1-b19b-1abf495f1f0f)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 29269ca7-e944-463b-b7cc-9d2e96b9c978)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 44125336-76ce-40a2-816d-1c8db7d33c54)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 254a4801-abff-4b74-8bb1-453a8828cac0)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c3b509c1-4a47-4149-9da0-8a2665a410ed)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 27 "Net-(D2-K)") (pinfunction "B") (pintype "input") (tstamp 79ed3753-c0e3-49b1-a6ee-5c5b9f538c60)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 26 "Net-(D1-A)") (pinfunction "E") (pintype "passive") (tstamp 38b89e86-b49b-4a6f-96d0-289dab770b7b)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 39 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp b73a982b-3f83-4c36-bf0d-dcc06bc01c3f)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 2d5273cb-aa0d-4c9a-9dd1-9c8b45a6a76a) - (at 71.7 116.59 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/a16baf58-f478-483b-9ccd-d7193e025be0") - (attr smd) - (fp_text reference "R4" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1b9ec7f3-e735-43eb-8593-53ba5b27a0ae) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ca780407-f0e5-49ad-be03-cbda580e08a8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp e5c8fb11-39b8-4bee-86d8-4e1463ca3622) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4de74181-c030-4743-9123-0372b5986a2b)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 344a9823-ee93-41bf-9d79-7dcf96493b37)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4ea784b1-8ddc-42a3-89b9-49353a83ab3a)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bb7705ed-0614-413c-a796-7eeb57a57d79)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 95b02a3c-70ec-4130-9ad7-cc05e0cd520a)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a7d721c5-5005-4e5b-bc46-7493589ecc4c)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4f7a5268-fa56-455b-bb72-9fbc9cd8f19b)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 498fecda-c8f8-42b9-853e-4d05eb6117df)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5474e6e5-0538-4714-ba65-00efe95fa9e9)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e7d941c4-ab21-4f0a-839a-10998045784f)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 40 "Net-(Q2-C)") (pintype "passive") (tstamp 5dd7785b-86e2-4d58-ab6f-74f7f80f5ccc)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "+5V") (pintype "passive") (tstamp 24422c07-9d2d-4409-945f-722122497e41)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 38918d81-775e-4a43-a565-fa905b391df7) - (at 73.86 74.68 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/ef56190b-1b15-4da7-a5bb-c5d31c2175fb") - (attr smd) - (fp_text reference "R2" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e3683804-4ae8-487f-a478-91c5a792f1f4) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2dd27d95-4c5d-4181-ac9e-0c0435867d89) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp f0002edf-8828-47c5-a1ba-c5ab076ae7bb) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 799ceddd-4fe7-46ae-bc87-ea366139e6ab)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f0718623-16ec-448c-ad06-44bd1902d07a)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7abd055d-98cc-4e02-9675-b24db3f6d686)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ac2e03c2-fa14-4ea0-86e5-aac1e8d2cf0d)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4017c5d6-bfc2-42c9-aa3f-db4f56a7f43b)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dd21f516-e55a-4eb2-8b1c-dc7c7fa39973)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a27cb5c6-43c0-4cb3-bf45-d6700759cb0b)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c61cee55-3b84-4813-9257-c64371533e64)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7233f1c0-b02b-4f77-87f9-4df3bce75ee3)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 59edf6a1-82d2-49e9-9870-9d5c7783b5a1)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 39 "Net-(Q1-C)") (pintype "passive") (tstamp 77fa9160-f55d-42c1-9bae-26d059cf8175)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "+5V") (pintype "passive") (tstamp 7f84bb2a-80dd-43fa-8f0b-582aa9b20acb)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 4612c1ec-5950-4f73-9e8b-6e51041995f5) - (at 104.775 147.32) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/eaf0b12b-1bc7-417f-9d5e-26354820a24b") - (attr smd) - (fp_text reference "Q7" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9e213ab9-0fd1-4763-9192-0391a490a7fd) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bd285854-221c-4977-a96e-f75c1cc0053a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp fd6abd26-c0b4-4f0e-a90f-09820cfabf86) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c6528d2d-6640-42d6-a2cd-3f210ccc3d4f)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c3cc4781-75d2-4ab9-a0fa-18956a8df6c6)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 58f757d1-ec92-4174-9cfd-c518582fd34a)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 652d1d07-2354-4ea4-a0ef-5997d0752e12)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 887ca11d-0943-454e-9bbf-e08d730808e1)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0d150ab3-058f-4164-b86a-b3875b5961ca)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b5e31304-8fab-4b7d-96e4-d5701fc8252f)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c907a126-710b-490d-aa6e-72bb49e02068)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bfd6bc03-4ead-4333-9745-f55981a8153c)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4cac96d6-e870-4dca-9c37-dd1c635aa94c)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 32bfb0de-2805-4877-b3b4-735aba93d304)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d07cf4b3-95b6-4cfb-bcf4-254e8f8c3339)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9a96fa77-9d37-4cf9-9da8-d2520bd82224)) - (pad "1" smd roundrect (at -0.9375 0.95) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 20 "Net-(D14-K)") (pinfunction "B") (pintype "input") (tstamp e94023bb-2a2e-46b6-8861-93d0b44e4f9c)) - (pad "2" smd roundrect (at -0.9375 -0.95) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 11 "Net-(D13-A)") (pinfunction "E") (pintype "passive") (tstamp b51f30f4-9762-4c19-b257-814192f4ce68)) - (pad "3" smd roundrect (at 0.9375 0) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 47 "Net-(Q7-C)") (pinfunction "C") (pintype "passive") (tstamp e22b6f22-098a-4718-8b58-819759a041c1)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 47699a02-e6d2-421c-aea6-c8cf392caa15) - (at 72.59 95 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/be177668-dc39-43d2-8ff0-b9919da79771") - (attr smd) - (fp_text reference "R6" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b061a927-390d-4bb9-901f-cf6a85738c92) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 26193423-e4b9-45bd-b06d-5fd196bdf64e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp c7e9e3d4-6812-493a-b773-33bf0c952e0b) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7fbbcee1-8430-4637-9556-e28a4ae71d0d)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3ae35679-2f65-4fb1-88f0-a7138d8bcd42)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 136c76c8-66a4-489a-af51-334a491ba482)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 942ca420-f92f-45c6-a868-21b406d419fd)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7685c3fc-d22a-4f96-bfee-b4ce771f84e1)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 20bf371d-30d9-4924-ad23-aace917c4e2d)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 49d5cfcc-a034-4dba-87ff-14fd3bf74add)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5112e8c3-e3b6-4a2f-bc15-9c49ad2c10b4)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 36deb964-b2d9-49ec-a93a-3af5916201e0)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aa7f1464-dcd3-42dd-bda3-b64482bf72d0)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 41 "Net-(Q3-C)") (pintype "passive") (tstamp 1e2c4461-e0f9-44cd-a073-160f9db64a6d)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "+5V") (pintype "passive") (tstamp 92eebe18-7298-4f52-b5c7-87d045eb83bd)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 47a4fc1f-4107-47f3-a35d-a657acad3c8d) - (at 72.59 91.44 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/f4d09b26-c29e-4389-b893-6a8bf67cdb53") - (attr smd) - (fp_text reference "R5" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 17f1df77-794f-4e5d-8579-7528a1896a42) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fb91e677-11e2-4d4e-ab54-c0d60a2ee916) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 04b0d12b-1bd4-4138-9714-463b93a50098) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 40c3a779-8185-4bb4-8105-fb50bda5dd5f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0d273bf-e509-4a67-828a-b09f5f400f91)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 25a91580-6dbc-405e-a3fe-bc1f85e88102)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 16d1d418-3b29-42c7-aaaa-74c6b58768d3)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d6ab59e5-9b27-4915-b300-120390c04cbc)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 73a77797-dbc9-4ab3-9659-709b69b1837e)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6f2b472a-5c32-4a31-b973-d64b089c7229)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aef57255-56e0-41f7-a6c4-8d9c885aa96e)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e4641c2c-312c-44c8-8af9-759511664706)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 55b29646-8855-4e32-97df-d7990b69d0c9)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 19 "/V{slash}O") (pintype "passive") (tstamp 494a6970-31a8-499f-a76a-f5b1251adf92)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 31 "Net-(D6-K)") (pintype "passive") (tstamp a1a8d8af-eb44-4fb9-8fc0-4cd41eec2222)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 569f48db-7214-41b9-a144-262b828fc944) - (at 86.945 152.146 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/f8f4208d-3452-499e-8d70-0dc0081f2b15") - (attr smd) - (fp_text reference "Q6" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4a252c01-76fc-4fa4-bb9a-1b958f9a1e11) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b94a3380-0f84-4f4a-a2ec-8b89cee2222a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 753bd93f-453f-4e5e-b0d0-71ef752d7adc) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1f7c2bc1-7da9-4e2c-8bb9-3182c46f469d)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cd8c81aa-3bcd-4f4b-b5e2-c7e9bdfb5531)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 193c2358-856c-47c7-a06f-2aeed9ab28ad)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 324c565b-2b0a-49fa-a7b2-44edfe919afe)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9b18f5df-5021-4a4b-9f17-7c05c70ab9a7)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp da26e930-a3d1-4f53-a3ab-7307b4bd026b)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0c7c5dcd-ac22-4979-a000-e639c4bfde63)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8556688a-c416-458c-826e-6043b6ae012b)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c42ba24d-28cf-4049-9fdd-a737f5c823c0)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 06aeef03-e80c-4755-97c5-fae0c34226ea)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b0be6956-7730-483a-b8d1-359a09b4f495)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 071c6a28-ffea-44fa-96da-b4b88c6ce80f)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f70da8c-f577-4f31-92fd-6bf97f5dcf6f)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 37 "Net-(D12-K)") (pinfunction "B") (pintype "input") (tstamp 053db566-a7ff-4b96-bd74-b53ae32043fb)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(D11-A)") (pinfunction "E") (pintype "passive") (tstamp 9b4be1ce-047c-4fe0-a337-9210c99d3099)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 44 "Net-(Q6-C)") (pinfunction "C") (pintype "passive") (tstamp c6d820e4-95bc-4bb2-a472-afcd1dd90b2c)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 6356d96c-96d5-48d7-9d68-cad7f50c26b8) - (at 69.47 67.945 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/b501aa0c-2bdc-418e-8391-c7d6912d4d8e") - (attr smd) - (fp_text reference "D2" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp aab8a1de-7c07-4b61-82ad-d2e41f1367ad) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bf1b2b9a-d2b6-4a15-a820-34f752946ecc) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4ff5e981-379a-4f7f-8eb0-1d980ea82ab2) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a7739eb5-76ce-403d-a632-cb0f1be4119e)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 70bc5a12-130b-47de-a779-828b1fe6f0b5)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e504a8a4-1022-4a25-9d26-bd2ac4dfac00)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c31943eb-375d-4126-95e7-d7939e98f3c8)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c1772756-afd6-4dce-a61e-ad31dd0e0f35)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 33fad5be-1b37-41a0-b546-1bdd45419685)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aebfb7d4-07db-4cb1-9547-463ad027a763)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8f19e24b-e27b-4178-ab3b-f7575bc78432)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c167f494-a137-4a93-97a5-c90eb47bbbe1)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0726190-9950-4fff-95f8-e7e3d8d1e854)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7dcbc904-0829-48ed-be64-0d45fa23a463)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ac78bb0-e575-489c-b9be-baf4e170d80d)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fbc4f812-ed64-4c66-bc83-a0fcb8aa6c2a)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ca913079-4680-4e14-a796-baa470fbfa39)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ba14dbdf-edd3-4213-8c50-3d95680bf7b9)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 91ad64f3-48b3-4719-8170-f4776f190541)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 384b4b42-ca2a-465d-89ae-4a00c3c7d771)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7f90234c-8015-4ea2-9b9d-12338f97bc3a)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 27 "Net-(D2-K)") (pinfunction "K") (pintype "passive") (tstamp 2b53a3f7-cffa-4e8d-a463-c6e411b6da84)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 8118b41d-9e7a-48fc-bc2d-fb1ca370f17d)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 67c0445e-dbc3-4767-9f2c-283288e78c09) - (at 67.77 92.8 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/5705d34b-63f8-4eb7-9f95-608bb4eac548") - (attr smd) - (fp_text reference "Q3" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0d5ff71c-c892-47ac-bb22-cff831d0e068) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f5c1d68d-e31c-4ed1-b289-b4ddf59b6045) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 879d683e-1986-4ffb-b1b4-f4f5c9dbac15) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 209a1a42-7599-4ab0-aa94-ba5f4503258f)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 64767984-6d11-4d15-9600-3a81fd0b9247)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 64155451-9a71-46d6-9791-5afa7dfe92a4)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 026556e5-ab95-402e-9f67-5c838fdcff92)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 56e22211-b34b-4bb2-8281-f43c6fcf8845)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c07ba4f9-e2de-4ac4-b8aa-6340dc9fa510)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e66b6cd8-da5b-426f-99ec-f0cb960858ca)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b5829636-cdbf-4d03-87e1-7a7f8e90db48)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35183ce8-d58b-40cd-86fd-cee31f09041b)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b8217e93-445b-4010-8d70-e9456135f962)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c7f16128-27c8-47d0-8128-f433a6de0d49)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 217c97de-16cb-4efc-8fe7-b7dccb0ffbaf)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 83395d49-6074-471a-ade9-8cb741ab6846)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 31 "Net-(D6-K)") (pinfunction "B") (pintype "input") (tstamp 92eaf522-c9da-42f0-ab5a-80928789ef8b)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(D5-A)") (pinfunction "E") (pintype "passive") (tstamp 8d173b60-946b-4b40-8100-90ac51f7b98f)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 41 "Net-(Q3-C)") (pinfunction "C") (pintype "passive") (tstamp 46430244-63aa-4a91-bd34-5f6dff10dd61)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 6b95b2a7-b92d-445c-8929-fa209831a9fb) - (at 105.78 151.74) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/0bb57247-b160-48b6-934c-c177917c2db1") - (attr smd) - (fp_text reference "D14" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ff22da81-7591-4fdd-a3a5-896adf91f212) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 31c40a0c-869a-4d11-a86c-9e0bad88a5b3) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ee535a6c-2afa-41b4-a5c8-342980a80a6e) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8d630019-7090-4e50-964b-911d87202cb4)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5e575215-ed7a-40eb-8b4e-c0e7b6d5a806)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 18acdb0c-d040-4a9f-bb16-e093c4bc3f5c)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7624348e-2d5a-4e81-828b-35860cc04525)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 720e31da-8a59-4d35-a070-9d2f666b0299)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 875034bb-6924-42bf-a921-68a2734d5cc7)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ba5abbb4-9385-48d2-8bb3-7a5abfdf2687)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8ce22fa7-aba6-45c9-8e8a-59ed69f83e38)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2eea9b99-74c7-411d-abf1-f4b44c53cbcc)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 36e685df-bce2-42ab-b6fa-3b278d6a09de)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db70436c-2cf1-4094-af01-d284b4e773f9)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 19dbe162-51c8-4a75-a7a5-0362f80d086a)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9ae1c7ab-d27b-423e-8421-e3cc062bc166)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ae001c3c-ddc9-405f-9433-6bf7b87fb199)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 980c22bd-fb27-4414-b9a3-f1fde716bf37)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 41a7f313-8552-4330-a1c5-2cd388aeea4d)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 696498e0-7f81-440e-9657-0abf3660eea9)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5d5a4fc-8794-4b08-9232-ff197026253b)) - (pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 20 "Net-(D14-K)") (pinfunction "K") (pintype "passive") (tstamp ae77a774-329d-4913-a004-ff1731e8f9b9)) - (pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 2a2c07f3-e099-4679-9998-b95b9478aaef)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 81d5c90a-adfe-49c7-8c64-62ed99f58af0) - (at 109.474 116.84 180) - (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x04 2.54mm single row") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x04, script generated") - (property "ki_keywords" "connector") - (path "/5c3dea55-2fe8-4b4c-ab2d-c9d0b59d07b7") - (attr through_hole) - (fp_text reference "J2" (at 0 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 661bed94-f632-4bb3-b563-b9b7c4a140d8) - ) - (fp_text value "Connector" (at 0 -9.95) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d1792291-4aff-4915-8559-3a27b6b8ebe9) - ) - (fp_text user "${REFERENCE}" (at 0 -3.81 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4eef4c08-be90-4290-a222-77ad0ed9e910) - ) - (fp_line (start -1.33 -8.95) (end 1.33 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 72c7ce28-7ad5-44c7-a664-fa05a6527146)) - (fp_line (start -1.33 -1.27) (end -1.33 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d4fe5f8-8f9a-4bcc-92ff-2298107d046d)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6027ecf4-2d35-4b4b-bad1-8173b753f0fd)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 08aeff56-b451-45dd-9c02-50bd0c7f14ab)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 963845c8-06a1-4301-9356-767806232c6a)) - (fp_line (start 1.33 -1.27) (end 1.33 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c3c2fb11-caa9-45dc-8797-3416e0c3b527)) - (fp_line (start -1.8 -9.4) (end 1.8 -9.4) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 931ee5e8-b373-4c0d-9295-e3ffa0ae55be)) - (fp_line (start -1.8 1.8) (end -1.8 -9.4) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6be0a5e3-8755-4f2c-80c8-0c077289cb18)) - (fp_line (start 1.8 -9.4) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7a949dcf-6066-4aea-a6c7-47dbff3b00ac)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ed37653a-e099-414f-9329-b32d5b4cd617)) - (fp_line (start -1.27 -8.89) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e3b2e24a-d3d5-4d0f-9fc8-5e48edb1dafe)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 58c1001b-cdb5-4614-9841-48711abdf0a8)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9c738467-f0a0-4426-a0b7-f9d03f5e1596)) - (fp_line (start 1.27 -8.89) (end -1.27 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 82a1bc7e-5f7b-4d60-9ee6-f56f0ab199eb)) - (fp_line (start 1.27 1.27) (end 1.27 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ab580595-3923-4834-9ebf-9ec5403901c4)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 9 "/A0") (pinfunction "Pin_1") (pintype "passive") (tstamp f2176ce5-266c-460d-a59d-b5d8d280a1c4)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 10 "/A1") (pinfunction "Pin_2") (pintype "passive") (tstamp 845e16ff-f743-4d98-bd4d-d3c96fce6b4a)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 17 "/OUT_2") (pinfunction "Pin_3") (pintype "passive") (tstamp 1bf10427-7682-4005-872b-a1a155bf9f2a)) - (pad "4" thru_hole oval (at 0 -7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 18 "/OUT_3") (pinfunction "Pin_4") (pintype "passive") (tstamp 00101aff-adda-4afc-810a-8b2c4fa26060)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp 9d7a1537-9ca8-4ca7-89df-0a736f770be9) - (at 67.31 109.855 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/8238eb10-d861-49ad-aaa7-9997d3e9fb13") - (attr smd) - (fp_text reference "D4" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1297165e-b4bb-46d3-b4db-c446621bfec7) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 13bd8240-3bf3-4007-92c1-8466017ff167) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4abdd574-64b9-4697-970a-d4d3d6badbc9) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f971d2ca-00af-4b88-b106-2fa6fbe3ef33)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 255a4867-4615-4c08-8bdb-c5ed1479468b)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d300005b-5c6f-47c2-9dab-d8beaa24526f)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9479e33a-9ea2-4d57-b79d-1814b0b40b76)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c4221dfc-cf3d-4011-8a7a-de9bae100e71)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cdccfc32-0c32-40f5-b0e1-940fa02c568b)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6ca84ede-0273-451e-8e6b-98aeca5ac8c8)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 589bc104-d28c-45d8-900a-902b12b611b8)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 24f30790-f279-443d-8755-77bd81eb6e2a)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 060416cb-f107-419e-83a4-9b5e0f16014c)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f5efbc12-6ae4-4cbc-bec2-3503b28677e3)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0dcd38e6-f12e-4025-bfe8-d54c25e1f8c4)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e909b84a-3913-47dd-880b-cc48f1fc1363)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e19e8f4f-a0ad-4a7e-aab6-117856e40568)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 845efded-901d-4576-8e63-fb76f2da3152)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d9e4e40-7278-404f-ac05-34fc26554084)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a0cd5a76-5380-4c93-a3b2-cb76853e853a)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0fa9112d-f242-45ff-920f-98af938d5265)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(D4-K)") (pinfunction "K") (pintype "passive") (tstamp 14a2d290-1619-4ddb-99ab-44017ac112bf)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 2c7aeb36-6515-4e70-abb7-fc3493af1f0b)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp a020ab8b-d163-4d2a-883a-86f68aa08809) - (at 109.22 148.59) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/ea447871-fc0f-45cd-a683-5dc1fbb2b8a5") - (attr smd) - (fp_text reference "R13" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 86d6ddc8-bf27-4ca4-b854-ab29213f3a47) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5248a9fa-2c4e-4af7-a6ef-b3d54a402772) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp b0cd2b15-995e-48de-a922-218b168edaa7) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 80a4abef-8270-49ae-80a8-a8da099ab2cd)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a592208c-3d74-471f-bd9e-d71749bf6582)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a552017d-8ad9-4026-a027-4150e4b56a7f)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c82c9b44-c138-49ff-8af8-867f134057c5)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2a970f44-e131-4f1e-acde-1d68dc79a392)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 87c2ba9b-0d5a-4b44-a66f-ed9840c637e1)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 67c1d5fa-7309-432f-866a-4bea84b5df85)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d2954be7-6cea-4378-98de-7e0053b29dff)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e6de4fa8-b7f3-46e0-bfc3-4ce224f71d46)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 845bdc4d-367e-4dfb-bfd3-b6d969e1a28d)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 18 "/OUT_3") (pintype "passive") (tstamp 56aab215-fb4d-4a6f-b562-2084a83cd061)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 20 "Net-(D14-K)") (pintype "passive") (tstamp fba3d9bd-65a5-47b8-969c-42f28e872a75)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp a0982354-2863-4e96-a10b-771ce3753eaf) - (at 109.22 145.005) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/4f62ef72-7b2f-4539-a7ae-5bb311fcc953") - (attr smd) - (fp_text reference "R14" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cc4ea7d8-92c1-44be-98a3-5c88a21193a5) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f7186efc-a602-4fda-a786-e2198063685a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 8ab5d3ba-ecea-4b46-bb8c-f7b59eaa68bf) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c00d2fde-5bcb-49e1-844f-59b622ef8f6a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b97ad9d1-e17e-458d-a5eb-54a28af08577)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 819cb659-c3f6-4f08-9afe-86b3cfe79acc)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e25eed80-6ff0-4314-a74a-3f9de0996599)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ef1d35cf-a34a-4b4d-880c-521fa8680e71)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0828a1d5-c79f-40a4-8128-1beb8a6fd865)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 56f695cb-7530-4efc-bf02-e4eb67c78441)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3bc9fbbc-e092-4ecd-aed9-5e3c2c3349ad)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2f7d18da-d242-47ad-8845-a9e6d2072f77)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 561fb6e0-adca-4a05-b558-1fe93914f973)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 47 "Net-(Q7-C)") (pintype "passive") (tstamp 37f06b1c-a49e-4057-9011-acadca646e3b)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "+5V") (pintype "passive") (tstamp f90ecf28-89d3-4365-9468-c5eeff37b6d2)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp a7491414-53a9-4cd9-9aea-7e69a7e3192f) - (at 71.7 113.03 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/8d69e95c-03c4-4269-a672-92823dcc4610") - (attr smd) - (fp_text reference "R3" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9ba98175-1fee-48ed-9a96-c97f88a243ac) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9a337aa1-8d5a-4ded-932b-3ff6800cc0f8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp ea34dd06-b14f-406c-b1c6-2a7a1ea87e21) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 697035c1-00f4-4590-8224-e3b273157225)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 49da8ec7-2340-4ea9-854c-1700f2456657)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 01947f23-5ecf-4af5-ba71-d16ae2a8ee48)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 63c52a60-008c-4af0-b58f-be97b34aa957)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0b0947af-29d1-453c-92ac-52d3893d9c7d)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ccf469ce-d855-440f-8c9d-1f2fa4651179)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 785913d4-ae62-4b4c-84c4-a13154651a65)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4856d36e-9490-4251-8114-0d53d27a6f61)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1901e708-6bb6-4d4b-8735-6d6b7159a5ab)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fcba715c-9003-49f6-aed6-3961a761de71)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 46 "/RES_MOD_JACK") (pintype "passive") (tstamp e7c48ae9-cbeb-4972-9274-6045e3a6caef)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 29 "Net-(D4-K)") (pintype "passive") (tstamp 8220827e-e5af-4e25-b01f-52c0646ea99b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp aa46c2b1-1360-40d4-aed4-e23dcfc3026b) - (at 73.86 71.12 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/1ccd6d7f-6c98-4a77-bfae-a743ecde4dd2") - (attr smd) - (fp_text reference "R1" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e25df397-5c03-47b7-af2e-29b9d5cdae08) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3140c6de-6d0a-4327-a718-c86d57e5d04f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp b77ea67d-f895-45dc-b7b8-b107d98a0599) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0a96c073-44a5-4a12-a5a2-8692b9d2c277)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2da5372e-4d99-40c9-beb6-e87cab0ce107)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 049c8cfe-889f-49db-9023-a9c849f57594)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp beae957a-701d-410d-8eee-1713bca72188)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e0dec324-8763-423e-bb11-894ca138b690)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6ed1c7a9-9c38-4c36-8095-64a601059ba5)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4548be4f-5f3d-4879-9ccb-b91419b7661f)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ac099ad5-5aa0-4a5d-bccf-d6a646698f4d)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cb4b19a1-e525-4642-8f7b-40d549147a0e)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 60bef8ce-d037-468f-817a-0cfecaa83625)) - (pad "1" smd roundrect (at -1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 21 "/IN_JACK") (pintype "passive") (tstamp 5679b475-1d8a-40a6-81f9-374b43db2c05)) - (pad "2" smd roundrect (at 1 0 180) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 27 "Net-(D2-K)") (pintype "passive") (tstamp e8333c75-55b0-4f8b-9b6f-77f02b99f3a7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "B.Cu") - (tstamp aea1807f-70c0-40bb-b88c-77a664fab84f) - (at 109.474 59.69 180) - (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x04 2.54mm single row") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x04, script generated") - (property "ki_keywords" "connector") - (path "/0653089a-ecd0-4ddc-b7b4-0d9529bb361c") - (attr through_hole) - (fp_text reference "J3" (at 0 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c25082ff-8510-4f15-be93-8b0e0fb3684f) - ) - (fp_text value "Connector" (at 0 -9.95) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 689fb98b-9d51-4d5b-bb4e-4ecf8a331254) - ) - (fp_text user "${REFERENCE}" (at 0 -3.81 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6a114967-b396-4b4f-8036-aa37bae42991) - ) - (fp_line (start -1.33 -8.95) (end 1.33 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d71be1a4-279c-44c4-94d4-a15fc09020c1)) - (fp_line (start -1.33 -1.27) (end -1.33 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 57614ea6-4a23-4766-bc7c-f110f6293f25)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1e4cf33e-f1b4-4611-acf8-618c1a7945fa)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f943d426-aa7f-497e-b510-db783f50e34a)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6ba5e4c7-fbff-4155-bb41-c046fb8b1a28)) - (fp_line (start 1.33 -1.27) (end 1.33 -8.95) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a73fc21e-9abf-438d-aad8-67d524e5e096)) - (fp_line (start -1.8 -9.4) (end 1.8 -9.4) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9a692732-7ffc-4e90-a2f1-eea500e69a05)) - (fp_line (start -1.8 1.8) (end -1.8 -9.4) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6fde8cfd-a31b-4e18-9910-c7b6ffac077d)) - (fp_line (start 1.8 -9.4) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp efc5374c-a241-477a-af11-bd593db1f58d)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 104b1aa0-7946-4c51-8288-c48dd09b2f7e)) - (fp_line (start -1.27 -8.89) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 824ca19e-4540-4ee5-badb-ac719efbeeed)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 15128cda-eaa2-4a48-918e-221d59bad1ce)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c7fc638a-8ccf-44cf-8c3e-bd9a50e6cfd6)) - (fp_line (start 1.27 -8.89) (end -1.27 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fe1f942f-a2d3-4c09-9a3c-1c3f554dfd26)) - (fp_line (start 1.27 1.27) (end 1.27 -8.89) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 561ac509-0b38-4640-931c-2c01893b04f1)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 6 "/FINE") (pinfunction "Pin_1") (pintype "passive") (tstamp 81f4fe37-7564-4780-8df3-494e5649290d)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 19 "/V{slash}O") (pinfunction "Pin_2") (pintype "passive") (tstamp b19882cb-a545-4fcd-b9ef-27fdb6c95b15)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 7 "/FM") (pinfunction "Pin_3") (pintype "passive") (tstamp f3c01f54-23d6-46fa-86ff-babdc3e0cad5)) - (pad "4" thru_hole oval (at 0 -7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 5 "/COARSE") (pinfunction "Pin_4") (pintype "passive") (tstamp 05faac25-4ba0-4275-ab52-bebb58a1aa4a)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp b72ef69a-8e32-49d2-b999-1dd14493e206) - (at 86.615 144.145 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/af88b649-8847-4c53-8a11-0748ee77c787") - (attr smd) - (fp_text reference "D12" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6d5c7b0e-c24a-4ba1-89ce-0f21d60f90a7) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 98435451-dbf4-4688-a5fb-176704f64b77) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b3846a1f-5d51-4871-b338-644d8abff672) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2181cea5-7555-4301-8cb8-f6bd303f34de)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f3a977f-257d-43e6-8fe1-4f377a6e8e71)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2cb77cdb-c57a-4f14-85d0-c4ed32356af3)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1a2fee60-a150-439e-add4-663d9bb57fe8)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6238d33d-620e-48a4-961a-62ad3171c183)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0078cc12-8071-447f-86d2-3d5fa96734c6)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9d3356db-e699-4d08-8d85-2e17c4bff6ce)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a23ebec4-53ae-470e-bf92-177a346a9916)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5207fba6-68d0-4034-b09a-9848379bc227)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0288211-595a-4275-b39d-2afa511d7c37)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2ac0b437-3b7c-4af2-a968-16bff7026831)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 01908529-93a7-4955-b4c9-bac494faf253)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ca1938ee-2a10-47f7-98fb-f8d0fc0d85a8)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c7f4e888-6d52-4951-bb3f-52d89aaa2bc5)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5702a93b-d2f1-4785-86d6-8ca2fe10920a)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e908a959-fef9-4f30-98fd-3b8fb8b6ee56)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 47a6c0f9-5954-4abf-9724-8227b2be5a2e)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ed9fd85d-8e76-4304-af1d-c93f18ca8c82)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 37 "Net-(D12-K)") (pinfunction "K") (pintype "passive") (tstamp 3dba5d8c-0c1a-42fa-acc8-bf0fc7f35437)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp c00a7bc4-1401-42d6-8639-0c355c8c9365)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp bae6f53a-1bbf-4299-8fd3-10a48d00ff6c) - (at 87.485 126.365) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/07669de6-dd86-4b3d-9b36-afcdebdd5304") - (attr smd) - (fp_text reference "R7" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3ea551d2-32e4-4572-a875-cc4842dd410c) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7607cbcc-4461-4580-ac5f-ef19dc30fa3b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 338456af-c943-4bcb-a01f-5659b89828e7) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e364ab51-c4df-4d98-906c-5d941d72f38f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f28b0156-f44e-4659-a1f4-6aeaba24a496)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3c853f23-f548-4a1d-88f9-3149d52dd719)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e0d4ff2e-3064-4e4d-89df-381849514053)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8702b526-36f2-425c-a9d3-f0e47cf2f1e6)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp de060fe3-cbdc-4fc0-ab1b-27ebcf5119c4)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 063d71ae-b138-43ce-9ac0-657cb94722ee)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0d3fc80b-a9a9-4972-9d26-f978888acfda)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5c847595-0874-4b8b-a14a-0e3de1390353)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ffc4d6ef-6fb2-48b5-a0e5-9f33cea4a885)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 45 "/FM_JACK") (pintype "passive") (tstamp 33059493-b88c-404d-ac90-deec9f79b1c3)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 33 "Net-(D8-K)") (pintype "passive") (tstamp f2b41ee0-3b09-4c9e-ae64-95697d265964)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp be05ad3e-28b9-4cb7-a634-76f783c8cd58) - (at 66.88 114.39 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/8878303e-24ba-42d5-be46-9c3d8ec030e2") - (attr smd) - (fp_text reference "Q2" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2c736591-bb18-4dd1-b03d-ee6a2b165695) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4d463989-ec5d-4920-93dc-a0cc63f960a7) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp e291026c-cb29-4d1c-b303-94c58599270c) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bd53f7f6-aec0-4377-854f-f5c83bc253bf)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d5bd1c53-a572-4885-aec1-ca9aff1010d5)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d7bf38ad-d4b1-4a08-9341-849c5b5b7974)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4c21f94f-3cea-4950-89dd-f32c48307ccc)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bb147994-19b4-4d85-b237-991897756073)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 018ce9e7-9987-4213-af1c-c329fb28efe6)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 735d6896-5ceb-4389-ad8c-adcf727dadb7)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 84f8669b-9cd1-4e0a-b448-50873fcfb4e5)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d0b57e57-5bfe-420f-b998-e94356c94a41)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c387ee46-cb20-4c3b-8641-8a512ab91e5d)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f70be9df-341f-4f34-baf3-a73cd99ed13f)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2112589-37f6-4bbe-9305-47f5ad69ca21)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c3a48f54-2730-4038-bdfa-eac000159665)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(D4-K)") (pinfunction "B") (pintype "input") (tstamp 90d671cf-94cc-4cc2-a377-86b9e2684250)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 28 "Net-(D3-A)") (pinfunction "E") (pintype "passive") (tstamp a5b40b45-57e9-4dcc-8dd8-fb9172de6499)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 40 "Net-(Q2-C)") (pinfunction "C") (pintype "passive") (tstamp d00d467d-f72a-47be-96a6-aa7a141423fb)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp be98a257-dbef-486d-bcd3-e92ad45fc01b) - (at 66.5 152.72 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/9ae365b2-9c5c-49ef-a6a4-bfa5881b488d") - (attr smd) - (fp_text reference "Q5" (at 0 2.352) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 93813626-00d6-4e5c-87d9-ee93843d90e0) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4203bea5-f41f-4b09-831c-ee6eec15938d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp b22cd56c-b0e9-4c0e-8f31-dc2aaf6ac515) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 450a9f3c-4960-4945-a7f7-2fff86d0f6b3)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 92cf7550-62a9-49c2-9e6e-404476307690)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c86971f4-1fcd-466b-b52e-dc6f1e380fd3)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad19b4ab-5bd6-477a-adb7-8f99b288889a)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a1b766ea-63eb-4530-ab71-a7268422a079)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 788e9121-461d-4870-865a-8038a7ac9447)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 81770141-0b49-47f8-9dd9-03f64fa22156)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8250c293-e88b-4e4b-91ec-317d75430f3b)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e1eeb763-8ec4-402f-9c87-e5e72e15b0ff)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e8ab938a-6e4f-4878-8a7f-60acf8e540e7)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bafc3330-dbb3-40dc-b390-a0d2e05a9aea)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b82ed072-90ee-441d-b52d-340808086f60)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 05c78114-572a-4ec0-8b8a-33f99395346c)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(D10-K)") (pinfunction "B") (pintype "input") (tstamp 8a3b62de-2051-44bb-ba1a-6d47354a63eb)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(D9-A)") (pinfunction "E") (pintype "passive") (tstamp 71f6dc8c-f2d3-45e9-8255-1ca069fb34ee)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 43 "Net-(Q5-C)") (pinfunction "C") (pintype "passive") (tstamp ee70aa2c-af50-42c4-984d-299462f97b79)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp c55e323c-795a-4684-9e86-d0ed437a643f) - (at 71.12 152.4) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/73838324-52f9-4b02-bd5c-1695eb808d06") - (attr smd) - (fp_text reference "R10" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7c64b34b-032f-4593-ac03-13b4d8fa1ec1) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6a7a919c-dda2-4455-9244-d1fa0abd7483) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 404375c3-cef7-436b-bc5f-532cddc52c8a) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bf4d056e-e83b-486c-9456-805c12ceb35c)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a35c49ac-e099-4b0f-b653-88836f5318cd)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e546c72c-1d56-4b44-9114-9ce0fa979bf3)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f31f3d25-2991-48f0-8fc8-aa81e6ae611f)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b4db65f9-7cd4-419e-866d-e7e7a5c67a4e)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b14795b3-cf7c-4967-9020-56b59e496c31)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e603471f-b7c5-49a7-963d-8ee0b8880fbf)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9ef69921-e3d8-43a9-8353-ca409ef29833)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 63ae2e2d-49ce-424b-b359-5eeaff464840)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c5c75cd5-f669-4d4c-b595-10332fce3428)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 43 "Net-(Q5-C)") (pintype "passive") (tstamp 315a4050-9739-4c13-b22f-509323e0d7b4)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "+5V") (pintype "passive") (tstamp d5655932-2026-4343-bc54-2209e22ef329)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp cd0c20eb-d90e-40c8-9e69-3d1a65fadaac) - (at 91.495 151.765) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/3fe6e941-fcc1-4885-b048-742738cc619f") - (attr smd) - (fp_text reference "R12" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2f403a8f-59fd-4727-af16-4a1a0e4b585d) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7c3d6d1b-de16-408c-a91b-aa47138adf0d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 90a4afab-9a9e-4d19-bc50-b96b615f05b4) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 52ee5344-a76b-41cc-b2df-8bdd0656a603)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bc5917a1-61ad-4538-af99-07d9b220d395)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1b83ae8d-bf4f-4e0f-b086-1790259216c7)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3c13f127-0e58-4415-a695-c5ed07eef95e)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b9f5d6e2-7acd-48ce-8c25-b2240c89ef9b)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bff73bb5-8469-4ddc-81ad-22491c12c253)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a53ef1e9-1613-465b-9a76-654b57f7ce68)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8a76367b-33c7-4000-ac3b-e94f6f700f2c)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b4212070-59d1-4df5-b4d7-1f4644442a48)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fecfaa31-5bc4-4c8f-9e2b-71ad072378cd)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 44 "Net-(Q6-C)") (pintype "passive") (tstamp f6458bd3-e274-4390-a0d5-58c131e9ea5a)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "+5V") (pintype "passive") (tstamp a91366ec-d86f-490f-98f4-c980bb50929b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") - (tstamp cee3c544-f1e8-4f00-abba-c91a0933bac8) - (at 66.295 144.78 180) - (descr "SOD-123") - (tags "SOD-123") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "Sim.Device" "D") - (property "Sim.Pins" "1=K 2=A") - (property "ki_description" "100V 0.15A standard switching diode, DO-35") - (property "ki_keywords" "diode") - (path "/98985c46-f356-4665-a710-11b8f7c60e51") - (attr smd) - (fp_text reference "D10" (at 0 2) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e228b12f-38e3-4b7e-82f7-96fb37cc7c92) - ) - (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7d19e72f-1589-4614-acc2-0efa6bf14e17) - ) - (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d552db60-dde7-4464-b7ba-9780b67386b9) - ) - (fp_line (start -2.36 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a53d450e-7513-45ef-8d31-3b96ce566725)) - (fp_line (start -2.36 1) (end -2.36 -1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e592a76-72fd-449c-a367-036e47a4eaf8)) - (fp_line (start -2.36 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8c5aa79e-5917-40f2-a078-2186ea09dea2)) - (fp_line (start -2.35 1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d8e55ec6-59fc-482e-ac5c-4330f0e4b978)) - (fp_line (start -2.35 1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 46c3cfca-93ca-410b-a223-18848f76dc45)) - (fp_line (start 2.35 -1.15) (end -2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 96519371-3efc-4a23-8473-8ad57bcd1405)) - (fp_line (start 2.35 1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8d4963e5-c196-4c91-b1a5-719f0b9a8c2f)) - (fp_line (start -1.4 -0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fba86004-3309-42b7-9f20-fc3e1b6250d3)) - (fp_line (start -1.4 0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 911eca5e-f010-4cd6-bc73-66a4116ef6d2)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ea2f6981-4a6e-46d2-8598-66c4667c2a43)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cf15961b-f310-439a-bdf5-58b7bd7a8b4f)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7f23dd51-1c6e-478d-b9b9-587533104f7a)) - (fp_line (start -0.35 0) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 037753f9-637a-4dbb-bbc2-503fa33c1dde)) - (fp_line (start 0.25 -0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b1e13f01-07c5-428b-b6b7-01a13ab85b33)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9eec238e-d54e-40c7-a675-da3e11a9b6e4)) - (fp_line (start 0.25 0.4) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0229f042-8385-4662-9918-a5c340ce7718)) - (fp_line (start 1.4 -0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp da7bcdfa-7cce-48a1-ab83-0689c08d484d)) - (fp_line (start 1.4 0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6e79c13e-25b5-4756-8317-dd867c207eb0)) - (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(D10-K)") (pinfunction "K") (pintype "passive") (tstamp f598e96f-a820-42f7-81c2-0069d7a39cb1)) - (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pinfunction "A") (pintype "passive") (tstamp 0d4f654b-7bc2-48b0-98a7-0594e44a5183)) - (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp d7070285-74e0-4ac6-86df-d49df81fcc20) - (at 89.66 130.175) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/264d21d8-7717-42ff-baf2-4bd1923877cb") - (attr smd) - (fp_text reference "R8" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c946483c-0a93-4d8c-9a46-349a5f9f4ef4) - ) - (fp_text value "5.1k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5c46d144-5515-4e48-9b7c-42f676820a3c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 87debd85-a363-4a80-b146-789657db234a) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3f043bf9-5739-4c80-a10d-7ff3bd495bbf)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ba8a5602-2a7e-4aff-a7d6-7b9046e64111)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bbdf2d14-e2f6-4ad0-8cc4-d202229b0e19)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1cd0d6cd-0cb1-4922-88c2-b8d5fa074318)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 31b5112c-e8b4-4165-9df7-50e47850ac5d)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b11719c4-026b-46fe-ab4b-66ab1630305f)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 94a75cdd-4264-4b58-9590-61e798f347a1)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp badeda28-ef66-4813-9fd1-ef4b284f7656)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c7ef906c-b8e1-44b7-a074-5e9eb52baf35)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f5f2b061-9735-4952-b872-f49c039d97f0)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 42 "Net-(Q4-C)") (pintype "passive") (tstamp c2139b6f-8ee3-4a61-add0-d39ffc6716c2)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 38 "+5V") (pintype "passive") (tstamp 72555919-0120-4ad0-87ca-5ddd88d5c282)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp da01e876-fd2a-4107-919c-2af99341696c) - (at 66.675 148.59) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/14397663-f0cf-40ec-82a3-1d4f6e1b52c3") - (attr smd) - (fp_text reference "R9" (at 0 -1.905) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 526cc7fb-2f29-4249-af18-a79e6fe38852) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 689e2fae-260d-41d9-81b6-a42590f4d455) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0dc964cb-d438-4aa6-b5e8-23a7ba3bc649) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4dda8b4-573d-45e0-8975-26a454d0cefc)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f405973b-40c6-4968-90a6-a7c1eb76cff9)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6141d8b8-d8aa-4325-a70c-9d405c011656)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ca244928-7d6c-4c51-8cd7-ba90fa3d6a5e)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 800ad246-b9b3-4d8f-9ed9-103223b1f741)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0a1c93e4-d5ae-4764-8ba4-924425ee6e87)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ab72eac-da3e-45ad-8eaf-d057fbeaf14e)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp be31c136-a51d-4bee-aa0a-808dd4a22aa3)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a882ce4d-8ab8-4141-a7e8-1777ea349467)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 823e8372-4929-463b-bcb7-924fc11ae781)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 16 "/OUT_1") (pintype "passive") (tstamp 95fbdb08-e997-44e7-a1cc-dd5e0697de2e)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 35 "Net-(D10-K)") (pintype "passive") (tstamp 5b567bb9-40c0-4114-8cd3-4699d611c089)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp ef148bba-1710-4bb5-9d9a-2ba9c2216a72) - (at 85.675 130.515 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23") - (property "ki_keywords" "NPN Transistor") - (path "/cedcfcc1-b63e-40e7-a3fd-0cd2f6143e19") - (attr smd) - (fp_text reference "Q4" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b0eb5890-b472-4119-b6de-a07d805f1232) - ) - (fp_text value "MMBT3904" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9e2a5ee3-5e07-4797-afae-66da3fe07b39) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp 5e204f95-4add-4d35-a6ae-b7ae8240c631) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 83ec6665-4017-4909-ae01-8c840a42786a)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 641fc96d-792b-41ec-ac91-bf123e166e75)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c9980b5c-ee39-4a4b-84bd-98c0af945aad)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 33d5480d-698b-4257-96f4-15a9c21fc80a)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 594d61ef-d8bd-4af9-ae38-1df95896efb2)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7c3965f7-c048-47ed-adc1-8669d590da67)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1ee7935d-eae3-43c8-be35-ddd792fb1a42)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 01c7b1da-cf95-43aa-af15-8a354e6e3211)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d316b021-91f7-4e81-99f9-ffd08e2b9d03)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a60aba97-1912-4a16-83d4-4c42c7dd844f)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a528f8e7-efe2-4c50-84cb-140354634e0b)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6ae92642-c716-42dd-b808-04cb5852b144)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7dea6f7f-83bc-4520-af32-e964420fadbc)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 33 "Net-(D8-K)") (pinfunction "B") (pintype "input") (tstamp 56cfe257-7e19-4439-834a-801bd01ca159)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 32 "Net-(D7-A)") (pinfunction "E") (pintype "passive") (tstamp 28522d09-5e20-40e5-bf30-48487fe0aedd)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(Q4-C)") (pinfunction "C") (pintype "passive") (tstamp bf029ae0-e71f-4bbb-9e61-b55166a601d1)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" (layer "B.Cu") - (tstamp f0ffe270-f77f-42ab-8028-7773eb6ac403) - (at 52.832 56.388 180) - (descr "Through hole straight pin header, 1x08, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x08 2.54mm single row") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Generic connector, single row, 01x08, script generated") - (property "ki_keywords" "connector") - (path "/792a2f52-2858-47e5-b712-49d6e60049a4") - (attr through_hole) - (fp_text reference "J1" (at 0 2.33) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fabcecee-5291-47ef-9782-8f8cddcbf373) - ) - (fp_text value "Connector" (at 0 -20.11) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f146e62e-6a47-4d50-a7c8-a1a59c11c25c) - ) - (fp_text user "${REFERENCE}" (at 0 -8.89 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b526bd4b-c5a5-4c6b-89b9-4ba97ac07ef5) - ) - (fp_line (start -1.33 -19.11) (end 1.33 -19.11) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 58749d24-e238-4a71-8e48-5fd3283c6524)) - (fp_line (start -1.33 -1.27) (end -1.33 -19.11) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0136f4f6-8959-46a9-8bd1-7be20dbaeef6)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 24725798-d010-41ef-ab31-b49b8755fd4f)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3138d098-d35e-45e2-a3ff-f5784df99911)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 364ae53f-ae15-4e63-9076-3c6dce57c8b0)) - (fp_line (start 1.33 -1.27) (end 1.33 -19.11) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 827f849a-707d-4090-8272-435d90b0c68d)) - (fp_line (start -1.8 -19.55) (end 1.8 -19.55) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 930a73d9-3fe9-4404-9783-def97ae43930)) - (fp_line (start -1.8 1.8) (end -1.8 -19.55) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6a6bf2dd-42bc-4b74-be50-ddc600918e34)) - (fp_line (start 1.8 -19.55) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 16f0e340-8d30-4988-b7cd-94fb3ebc4c04)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 42402b80-03d9-458d-b7be-edbf74b92716)) - (fp_line (start -1.27 -19.05) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6f1c53b0-e95d-4cee-a767-541364727331)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d6f8a95c-23c8-4afc-bfc3-9635cfd2a13a)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ddfebfec-9ead-481d-9833-f3e6ade3d9e8)) - (fp_line (start 1.27 -19.05) (end -1.27 -19.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d432c97c-df27-4727-92ab-9789bcc3a54c)) - (fp_line (start 1.27 1.27) (end 1.27 -19.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dd014549-84d6-4e85-a286-9825e5d88f78)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "+15V") (pinfunction "Pin_1") (pintype "passive") (thermal_bridge_angle 45) (tstamp 42463cc8-3708-4329-b401-938aa1eb4bdb)) - (pad "2" thru_hole oval (at 0 -2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 38 "+5V") (pinfunction "Pin_2") (pintype "passive") (thermal_bridge_angle 45) (tstamp 1d692fc3-3f3c-425a-bb60-0d72256174b4)) - (pad "3" thru_hole oval (at 0 -5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "-15V") (pinfunction "Pin_3") (pintype "passive") (thermal_bridge_angle 45) (tstamp a51253ea-50f4-472d-b90f-71f1096961c4)) - (pad "4" thru_hole oval (at 0 -7.62 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "Pin_4") (pintype "passive") (thermal_bridge_angle 45) (tstamp 58b84dca-c22b-4519-90e2-d391169f8b35)) - (pad "5" thru_hole oval (at 0 -10.16 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 4 "/IN") (pinfunction "Pin_5") (pintype "passive") (thermal_bridge_angle 45) (tstamp ee82b56a-5c51-4ed9-a45f-d7432358ac92)) - (pad "6" thru_hole oval (at 0 -12.7 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 8 "/RES") (pinfunction "Pin_6") (pintype "passive") (thermal_bridge_angle 45) (tstamp 2ea95c67-4f65-4be8-aad5-718e34f0e244)) - (pad "7" thru_hole oval (at 0 -15.24 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "/RES_MOD") (pinfunction "Pin_7") (pintype "passive") (thermal_bridge_angle 45) (tstamp 1d9f264a-2350-4d43-ac7d-55b7eef76a60)) - (pad "8" thru_hole oval (at 0 -17.78 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 16 "/OUT_1") (pinfunction "Pin_8") (pintype "passive") (thermal_bridge_angle 45) (tstamp 313caf20-24f2-4c14-9729-4f46b7f7d243)) - (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "B.Cu") - (tstamp facbc7c7-ae2f-4e12-960a-850ab3a737f9) - (at 86.995 147.955) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (property "Sheetfile" "mount.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/21cadf74-4f03-435b-85d8-2d0b4f3ef916") - (attr smd) - (fp_text reference "R11" (at 0 -1.651) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp db924fbd-1a73-48ae-ac54-82670a316c77) - ) - (fp_text value "100k" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 22681386-2c9e-4c43-a031-d48ca2034a47) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 81a9cf45-7815-4950-bcb6-e7b373b636ca) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b9984d1c-d269-4728-8db8-9f854158c2e5)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 24b4b58c-4082-4de5-9d0b-ef9784befabe)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d4f24344-6652-4b42-ab90-7d3641839233)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 89e8c3bf-5275-4da4-9091-f457836662dd)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d274e7bc-9c63-4463-9b01-a39a6dc1201a)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cbbcc0b0-79c3-49ea-b7cc-cd67cda2eb93)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 15c29cc2-bae6-48b9-823d-9df44f52ef74)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 82d92a5f-d633-4412-b83e-87b5d080465d)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 96cb5736-349f-491d-aff9-0568bc294178)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4ed8f44d-eb00-4662-b774-bfa021c82dc8)) - (pad "1" smd roundrect (at -1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 17 "/OUT_2") (pintype "passive") (tstamp ffab3a6b-4f6e-4965-8c52-8fcc14f09876)) - (pad "2" smd roundrect (at 1 0) (size 1.2 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.208333) - (net 37 "Net-(D12-K)") (pintype "passive") (tstamp fd8cf688-bf6f-4ee7-9abf-192f41f6021e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 66.04) (end 124.46 66.04) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006097e905)) - (gr_line (start 50.8 106.68) (end 117.475 106.68) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006097e917)) - (gr_line (start 50.8 127) (end 116.84 127) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006097e91d)) - (gr_line (start 50.8 147.32) (end 114.3 147.32) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00006097e920)) - (gr_line (start 101.6 40.64) (end 101.6 177.8) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-000060ad50b2)) - (gr_line (start 60.96 40.64) (end 60.96 177.8) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 4325e29d-1e56-4e73-b677-d4f8d394022d)) - (gr_line (start 50.8 86.36) (end 118.745 86.36) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 9e1363da-09ac-40b4-8fa7-81c542004def)) - (gr_line (start 81.28 40.64) (end 81.28 177.8) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp e2f695e1-0745-4443-bf78-123a3f19ce7e)) - (gr_line (start 50.8 50.8) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 111.4 50.8) (end 111.4 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 738f709d-e73d-4f49-802f-b79f854c11e6)) - (gr_line (start 50.8 50.8) (end 111.4 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp e576cf4f-9bb2-403d-84b7-a936d68bdc6e)) - (gr_line (start 111.4 158.98) (end 50.8 158.98) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp e68e3fe4-6339-45aa-a740-bac2116dd264)) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 057ceff0-f986-4825-ad07-38a32dad3eab) - (pts (xy 101.6 40.64) (xy 81.28 40.64)) - (height 10.16) - (gr_text "20.3200 mm" (at 91.44 29.33) (layer "Dwgs.User") (tstamp 057ceff0-f986-4825-ad07-38a32dad3eab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 59cc7940-fb9d-4b3b-8b5c-0da6edd278c6) - (pts (xy 111.4 50.8) (xy 50.8 50.8)) - (height 25.4) - (gr_text "60.6000 mm" (at 81.1 24.25) (layer "Dwgs.User") (tstamp 59cc7940-fb9d-4b3b-8b5c-0da6edd278c6) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 5e548051-7caa-44d1-af8b-582455d93db7) - (pts (xy 60.96 50.8) (xy 50.8 50.8)) - (height 20.32) - (gr_text "10.1600 mm" (at 55.88 29.33) (layer "Dwgs.User") (tstamp 5e548051-7caa-44d1-af8b-582455d93db7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 9129fed0-9e22-4288-b161-3a41b5830f7c) - (pts (xy 111.4 50.8) (xy 101.6 50.8)) - (height 20.32) - (gr_text "9.8000 mm" (at 106.5 29.33) (layer "Dwgs.User") (tstamp 9129fed0-9e22-4288-b161-3a41b5830f7c) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp eb4a2207-9d68-4704-a0cc-3eb856449f5d) - (pts (xy 50.8 50.8) (xy 50.8 66.04)) - (height 10.16) - (gr_text "15.2400 mm" (at 39.49 58.42 90) (layer "Dwgs.User") (tstamp eb4a2207-9d68-4704-a0cc-3eb856449f5d) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp f2e3ce34-6efb-4a16-aa73-33594aed3a72) - (pts (xy 81.28 40.64) (xy 60.96 40.64)) - (height 10.16) - (gr_text "20.3200 mm" (at 71.12 29.33) (layer "Dwgs.User") (tstamp f2e3ce34-6efb-4a16-aa73-33594aed3a72) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp f89a01a6-5a19-4715-9bcd-71f51334aa44) - (pts (xy 50.8 158.98) (xy 50.8 147.32)) - (height -5.08) - (gr_text "11.6600 mm" (at 44.57 153.15 90) (layer "Dwgs.User") (tstamp f89a01a6-5a19-4715-9bcd-71f51334aa44) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - - (via (at 66.802 143.002) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 215dc392-61a5-4782-b2c5-be14ad5c87d5)) - (via (at 84.965 142.115) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 31043aea-d123-4df7-9602-6bd525cc8f7d)) - (via (at 108.966 152.4) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 55c8f525-4691-4b22-8f90-0c85f6db7cb7)) - (via (at 66.548 70.104) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5b4f25dd-47d1-41aa-9a3b-d767d3454ee4)) - (via (at 85.09 120.65) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp ab57d2e6-cbf4-49d1-921f-ce15dbf7c2d9)) - (via (at 66.802 108.204) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp e86e1dab-3924-4b39-9be5-b1f87b65dd26)) - (segment (start 65.66 109.855) (end 65.66 109.346) (width 0.25) (layer "B.Cu") (net 1) (tstamp 21e78d29-d2e7-4441-a6bc-e5ad81a877f0)) - (segment (start 108.306 151.74) (end 108.966 152.4) (width 0.25) (layer "B.Cu") (net 1) (tstamp 34f75f38-becb-47dd-9c59-d945ea98047b)) - (segment (start 66.548 69.217) (end 66.548 70.104) (width 0.25) (layer "B.Cu") (net 1) (tstamp 38304328-eff1-4554-899a-07e163d15268)) - (segment (start 84.965 144.145) (end 84.965 142.115) (width 0.25) (layer "B.Cu") (net 1) (tstamp 3e5c451c-40c2-4566-9f7b-dc68591474d4)) - (segment (start 65.024 144.78) (end 66.802 143.002) (width 0.25) (layer "B.Cu") (net 1) (tstamp 4222646a-4853-42e3-9ce9-c00e8a411830)) - (segment (start 107.43 151.74) (end 108.306 151.74) (width 0.25) (layer "B.Cu") (net 1) (tstamp 42bb1293-7682-4fc5-8014-b4e80366b382)) - (segment (start 85.09 122.555) (end 85.09 120.65) (width 0.25) (layer "B.Cu") (net 1) (tstamp 67bf9bf8-f46a-4282-9e28-d4dff92db680)) - (segment (start 64.645 144.78) (end 65.024 144.78) (width 0.25) (layer "B.Cu") (net 1) (tstamp 738c2866-2845-43e3-a8f5-47fe2929e535)) - (segment (start 67.82 67.945) (end 66.548 69.217) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8e8717a2-0171-41af-aa88-576f8429e9db)) - (segment (start 65.66 109.346) (end 66.802 108.204) (width 0.25) (layer "B.Cu") (net 1) (tstamp bbf05e9d-3e74-48a6-af1d-0e2d721897ad)) - (segment (start 84.836 141.986) (end 84.965 142.115) (width 0.25) (layer "B.Cu") (net 1) (tstamp cd25b57d-410a-4e42-8c1d-423f39753996)) - (segment (start 64.0215 119.609) (end 64.6 118.2124) (width 0.25) (layer "F.Cu") (net 2) (tstamp 11a00985-d3be-4002-bd97-0f4833f696e3)) - (segment (start 56.8161 81.5021) (end 67.54 92.226) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1dbe95e1-185d-45a1-8585-c1f236ce1c5d)) - (segment (start 52.419 67.913) (end 54.1171 67.913) (width 0.25) (layer "F.Cu") (net 2) (tstamp 380c481d-0452-4c62-a7e1-c2250d10ec33)) - (segment (start 51.6555 67.1495) (end 52.419 67.913) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5884e224-8c41-43e7-b451-d43759fbf0d5)) - (segment (start 64.6 118.2124) (end 64.6 98.7553) (width 0.25) (layer "F.Cu") (net 2) (tstamp 595f5ae0-45f5-4aa5-9c6f-6d392bab280c)) - (segment (start 67.54 92.226) (end 67.96165 92.64765) (width 0.25) (layer "F.Cu") (net 2) (tstamp 60950a16-6d87-4871-9e2f-908b2ca0a8a6)) - (segment (start 52.832 56.388) (end 51.6555 57.5645) (width 0.25) (layer "F.Cu") (net 2) (tstamp 669a326f-d89e-4f73-8cd1-b0ac0a21d043)) - (segment (start 67.96165 92.64765) (end 67.96165 95.39365) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6ed6d995-9144-4c34-b4f5-85ad8e6db2cd)) - (segment (start 64.6 98.7553) (end 67.96165 95.39365) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6f81888c-9fd4-4f66-92c7-903d76d91a42)) - (segment (start 51.6555 57.5645) (end 51.6555 67.1495) (width 0.25) (layer "F.Cu") (net 2) (tstamp 7ea87119-ea98-4b84-9caf-89fa57cb32f9)) - (segment (start 69.174 93.86) (end 67.54 92.226) (width 0.25) (layer "F.Cu") (net 2) (tstamp 820ff348-81fc-4923-a793-f6239546db42)) - (segment (start 68.351034 123.938534) (end 64.021466 128.268102) (width 0.25) (layer "F.Cu") (net 2) (tstamp 86bad3fa-d713-48fb-8114-51169ff8b488)) - (segment (start 68.351034 123.938534) (end 64.021466 119.608966) (width 0.25) (layer "F.Cu") (net 2) (tstamp 8d13b703-d870-41d3-99c6-27d8df2fe946)) - (segment (start 99.1 112.9149) (end 99.06 112.9549) (width 0.25) (layer "F.Cu") (net 2) (tstamp 94efa985-da26-4a67-a2bd-52508e2f77d2)) - (segment (start 54.1171 67.913) (end 56.8161 70.612) (width 0.25) (layer "F.Cu") (net 2) (tstamp b4e75212-161e-4475-b444-32cc9d0506cb)) - (segment (start 99.06 114.18) (end 99.06 112.9549) (width 0.25) (layer "F.Cu") (net 2) (tstamp b9258684-7891-43af-8432-64d2ed37c2ca)) - (segment (start 99.1 93.86) (end 99.1 112.9149) (width 0.25) (layer "F.Cu") (net 2) (tstamp bdfe8ce4-5cdb-4531-8980-7e0bc20f27df)) - (segment (start 64.021466 128.268102) (end 64.021466 134.391034) (width 0.25) (layer "F.Cu") (net 2) (tstamp ce7bb692-7f6f-4cb9-b21d-0533cee26fd6)) - (segment (start 56.8161 70.612) (end 56.8161 81.5021) (width 0.25) (layer "F.Cu") (net 2) (tstamp e350aa9b-6d63-4e48-9f86-416a1e098a77)) - (segment (start 69.174 93.86) (end 78.78 93.86) (width 0.25) (layer "F.Cu") (net 2) (tstamp ec40480e-6cc8-41ba-b8ce-4fa0f9b19cfa)) - (segment (start 99.1 93.86) (end 97.8749 93.86) (width 0.25) (layer "B.Cu") (net 2) (tstamp 857554ce-be06-4652-af47-e2805b1da3ed)) - (segment (start 80.0051 95.0851) (end 78.78 93.86) (width 0.25) (layer "B.Cu") (net 2) (tstamp 904870a7-8c2e-423c-8303-22434a814a5a)) - (segment (start 62.731266 135.681234) (end 57.195234 135.681234) (width 0.25) (layer "B.Cu") (net 2) (tstamp aef2c2db-a901-4ef3-b827-c9e81d583450)) - (segment (start 57.195234 135.681234) (end 53.568966 132.054966) (width 0.25) (layer "B.Cu") (net 2) (tstamp b88ed729-c145-41bb-9a25-d42eac01bb4b)) - (segment (start 97.8749 93.86) (end 96.6498 95.0851) (width 0.25) (layer "B.Cu") (net 2) (tstamp e9eb7d3d-a821-4a94-a400-b73765bdaada)) - (segment (start 64.021466 134.391034) (end 62.731266 135.681234) (width 0.25) (layer "B.Cu") (net 2) (tstamp eb62a5d3-7e0e-4e20-9296-847b740db4ee)) - (segment (start 53.568966 132.054966) (end 53.568966 130.061466) (width 0.25) (layer "B.Cu") (net 2) (tstamp f1f732c0-9386-4e38-8ac6-dad8e9ac14a0)) - (segment (start 96.6498 95.0851) (end 80.0051 95.0851) (width 0.25) (layer "B.Cu") (net 2) (tstamp f3919e0d-289e-4b15-b786-f55da5b74e32)) - (segment (start 57.2663 78.5641) (end 57.2663 62.6003) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00adc204-111c-4313-87fa-5dac67a6393e)) - (segment (start 68.9295 128.6649) (end 68.351 130.0615) (width 0.25) (layer "F.Cu") (net 3) (tstamp 02ace31a-f105-47f6-916d-e60d2292df14)) - (segment (start 80.0052 92.8255) (end 68.3171 81.1374) (width 0.25) (layer "F.Cu") (net 3) (tstamp 238cf982-e02c-4cf1-8543-25acc145fd70)) - (segment (start 56.134 61.468) (end 52.832 61.468) (width 0.25) (layer "F.Cu") (net 3) (tstamp 285e8757-f147-4d13-bb64-bbf533489830)) - (segment (start 68.3171 81.1374) (end 59.8396 81.1374) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4909ba53-83c5-4242-b916-8af87344c07a)) - (segment (start 80.0052 93.472) (end 80.0052 92.8255) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4b084b00-1b7b-4261-a602-ddc6d6db6c0b)) - (segment (start 57.2663 62.6003) (end 56.134 61.468) (width 0.25) (layer "F.Cu") (net 3) (tstamp 53cf7519-a67f-4d05-b751-1582607a574d)) - (segment (start 59.8396 81.1374) (end 57.2663 78.5641) (width 0.25) (layer "F.Cu") (net 3) (tstamp 75e95eb2-5c9c-4d73-bc81-d0eed5bdf028)) - (segment (start 80.0052 93.472) (end 80.0052 117.5892) (width 0.25) (layer "F.Cu") (net 3) (tstamp a04b5c44-8fd0-4e2c-ba1f-73d4c05de736)) - (segment (start 80.0052 93.472) (end 80.0052 94.3812) (width 0.25) (layer "F.Cu") (net 3) (tstamp ac64d692-1be5-4fa4-9ad8-e7f2a59cbdd3)) - (segment (start 82.5401 95.0999) (end 83.78 93.86) (width 0.25) (layer "F.Cu") (net 3) (tstamp af87b0d4-32d8-4c56-b7cc-03ee98fa09c8)) - (segment (start 80.0052 94.3812) (end 80.7239 95.0999) (width 0.25) (layer "F.Cu") (net 3) (tstamp b2f0a6df-f98b-4ebf-85d1-4ba13eb756b8)) - (segment (start 80.7239 95.0999) (end 82.5401 95.0999) (width 0.25) (layer "F.Cu") (net 3) (tstamp c3f061bf-69ad-4048-9cc3-fc4b7b6e7830)) - (segment (start 80.0052 117.5892) (end 68.9295 128.6649) (width 0.25) (layer "F.Cu") (net 3) (tstamp e08dbd52-61bf-4e24-a375-7ac082d2fb28)) - (segment (start 104.1 93.86) (end 102.872 92.632) (width 0.25) (layer "B.Cu") (net 3) (tstamp 6d5308b7-065c-4990-aa63-d05bfc546498)) - (segment (start 68.351034 130.061466) (end 67.1223 131.2902) (width 0.25) (layer "B.Cu") (net 3) (tstamp 756e87ab-16ba-4caa-8cbb-9d992a9d5670)) - (segment (start 102.872 92.632) (end 85.008 92.632) (width 0.25) (layer "B.Cu") (net 3) (tstamp 7b677c7b-e6a7-41d2-9c60-a904bc43daf2)) - (segment (start 67.1223 131.2902) (end 60.999368 131.2902) (width 0.25) (layer "B.Cu") (net 3) (tstamp 94bf4594-c344-427f-bfd6-21e601d8a952)) - (segment (start 60.999368 131.2902) (end 57.898534 134.391034) (width 0.25) (layer "B.Cu") (net 3) (tstamp a3adc62b-8d5d-458f-b614-642c737d3202)) - (segment (start 53.568966 123.938534) (end 57.898534 119.608966) (width 0.25) (layer "B.Cu") (net 3) (tstamp b9c42e7a-a00f-477d-8814-1d7b6ade4967)) - (segment (start 57.898534 128.268102) (end 53.568966 123.938534) (width 0.25) (layer "B.Cu") (net 3) (tstamp e14bf74b-39c3-472f-aff7-392651151c7d)) - (segment (start 57.898534 134.391034) (end 57.898534 128.268102) (width 0.25) (layer "B.Cu") (net 3) (tstamp e7802b87-b823-4d83-bbd3-27e949be6088)) - (segment (start 85.008 92.632) (end 83.78 93.86) (width 0.25) (layer "B.Cu") (net 3) (tstamp ea513768-5815-4050-9956-5b72168c6050)) - (segment (start 94.568 66.548) (end 101.56 73.54) (width 0.25) (layer "B.Cu") (net 4) (tstamp 595af164-3ded-400c-af74-11a5a1c6f76c)) - (segment (start 52.832 66.548) (end 94.568 66.548) (width 0.25) (layer "B.Cu") (net 4) (tstamp 90d45581-b1be-434e-a11a-1d3fa924973d)) - (segment (start 109.474 67.31) (end 109.474 85.986) (width 0.25) (layer "F.Cu") (net 5) (tstamp 270da31f-b057-40c0-9bd9-91ea5a5c3e91)) - (segment (start 109.474 85.986) (end 101.6 93.86) (width 0.25) (layer "F.Cu") (net 5) (tstamp 4347fcea-54de-41d4-82a5-c4662854d17f)) - (segment (start 109.474 60.2775) (end 109.474 59.69) (width 0.25) (layer "F.Cu") (net 6) (tstamp 629390b3-ac16-48c3-b686-a4ed3633898c)) - (segment (start 81.28 88.4715) (end 109.474 60.2775) (width 0.25) (layer "F.Cu") (net 6) (tstamp d33acfbf-ecde-48f8-93f4-188c6920b58a)) - (segment (start 81.28 93.86) (end 81.28 88.4715) (width 0.25) (layer "F.Cu") (net 6) (tstamp dd0f7220-88f4-419e-bb52-708d59aea6bd)) - (segment (start 101.56 134.5) (end 101.56 120.944) (width 0.25) (layer "F.Cu") (net 7) (tstamp 2135afa7-7e5c-47ec-812f-201ecc681e6b)) - (segment (start 110.6537 65.9497) (end 109.474 64.77) (width 0.25) (layer "F.Cu") (net 7) (tstamp 3d6de13c-c227-4bd0-a641-8690964dd05b)) - (segment (start 101.56 120.944) (end 110.6537 111.8503) (width 0.25) (layer "F.Cu") (net 7) (tstamp 6ac523e2-9e46-4a4f-bc0f-dcfc940b540a)) - (segment (start 110.6537 111.8503) (end 110.6537 65.9497) (width 0.25) (layer "F.Cu") (net 7) (tstamp b18a4e35-e552-4420-9edd-b5e3dc7911e9)) - (segment (start 52.832 69.088) (end 56.954 73.21) (width 0.25) (layer "B.Cu") (net 8) (tstamp 3cbbe453-89ff-48ed-8524-14451c5f9b6f)) - (segment (start 70.73 97.79) (end 85.7391 112.7991) (width 0.25) (layer "B.Cu") (net 8) (tstamp 6c061e8c-b4da-4d0a-b021-da3dc5cf46e9)) - (segment (start 85.7391 112.7991) (end 100.1791 112.7991) (width 0.25) (layer "B.Cu") (net 8) (tstamp 7518f51a-8c31-44fe-adf5-c4c47a1d77e7)) - (segment (start 100.1791 112.7991) (end 101.56 114.18) (width 0.25) (layer "B.Cu") (net 8) (tstamp 96173c84-fa10-4b79-b042-0a3e658bb623)) - (segment (start 56.954 97.086) (end 57.658 97.79) (width 0.25) (layer "B.Cu") (net 8) (tstamp c22e8dfb-8a53-4549-8b11-3132c1dc7c63)) - (segment (start 57.658 97.79) (end 70.73 97.79) (width 0.25) (layer "B.Cu") (net 8) (tstamp cc4a17f1-aa24-4987-976f-c054a09f11ce)) - (segment (start 56.954 73.21) (end 56.954 97.086) (width 0.25) (layer "B.Cu") (net 8) (tstamp f05114c5-5f07-4c1e-b567-cf946da5c60f)) - (segment (start 109.474 116.84) (end 108.2989 116.84) (width 0.25) (layer "B.Cu") (net 9) (tstamp 3f7ced18-1331-41d5-9609-e6a617d40678)) - (segment (start 63.5612 125.3109) (end 62.2503 124) (width 0.25) (layer "B.Cu") (net 9) (tstamp 4cc1f539-d6b5-4a13-b529-8c283ec183b9)) - (segment (start 108.2989 116.84) (end 108.0738 117.0651) (width 0.25) (layer "B.Cu") (net 9) (tstamp 54cb85cb-cda8-4ece-9adf-5d8a4fb6fa0f)) - (segment (start 108.0738 117.0651) (end 77.7709 117.0651) (width 0.25) (layer "B.Cu") (net 9) (tstamp 9034d1a2-b57b-49ac-8722-7f59ff0be604)) - (segment (start 60.96 124) (end 62.2503 124) (width 0.25) (layer "B.Cu") (net 9) (tstamp 92114dbd-277f-43d6-9527-8f94cb52ce26)) - (segment (start 69.5251 125.3109) (end 63.5612 125.3109) (width 0.25) (layer "B.Cu") (net 9) (tstamp ad5ab2e9-270d-4917-ba78-3464907758c2)) - (segment (start 77.7709 117.0651) (end 69.5251 125.3109) (width 0.25) (layer "B.Cu") (net 9) (tstamp d2e52675-2b1f-484b-8fe5-d7824ff801a8)) - (segment (start 108.1011 119.1822) (end 108.2989 119.38) (width 0.25) (layer "B.Cu") (net 10) (tstamp 39ae0c84-c224-43e9-a104-44638ce46d66)) - (segment (start 76.4492 119.1822) (end 108.1011 119.1822) (width 0.25) (layer "B.Cu") (net 10) (tstamp 460e39dc-f3f4-46bd-a6e7-aebd951356ef)) - (segment (start 60.96 130) (end 62.2503 130) (width 0.25) (layer "B.Cu") (net 10) (tstamp b354a854-80d3-491f-98e8-74b919142ce0)) - (segment (start 62.7849 129.4654) (end 66.166 129.4654) (width 0.25) (layer "B.Cu") (net 10) (tstamp dae08bbb-e0bb-472c-931b-e250926e4ac7)) - (segment (start 109.474 119.38) (end 108.2989 119.38) (width 0.25) (layer "B.Cu") (net 10) (tstamp dcdbe19d-5475-4818-b6b9-7997a0003a93)) - (segment (start 62.2503 130) (end 62.7849 129.4654) (width 0.25) (layer "B.Cu") (net 10) (tstamp e78373fe-3860-46be-8e69-def71d92920b)) - (segment (start 66.166 129.4654) (end 76.4492 119.1822) (width 0.25) (layer "B.Cu") (net 10) (tstamp fa1c8cc1-65db-4df1-9b1d-dd89de558c71)) - (segment (start 93.03 146.37) (end 82.55 135.89) (width 0.25) (layer "B.Cu") (net 11) (tstamp 54f36896-daa1-428e-b0f5-72e8379f7209)) - (segment (start 103.8375 146.37) (end 93.03 146.37) (width 0.25) (layer "B.Cu") (net 11) (tstamp f237c2ba-d30f-427b-8f89-5ffb61897bf9)) - (segment (start 57.346 98.24) (end 65.3 98.24) (width 0.25) (layer "B.Cu") (net 15) (tstamp 0a6dc865-4a63-4ec4-a94d-b0b6cd359b23)) - (segment (start 52.832 71.628) (end 56.261 75.057) (width 0.25) (layer "B.Cu") (net 15) (tstamp 3c112339-bd01-42cd-b513-d6d523d70a28)) - (segment (start 56.261 75.057) (end 56.261 97.155) (width 0.25) (layer "B.Cu") (net 15) (tstamp aad9a131-6063-4191-81e1-b25152ab5722)) - (segment (start 65.3 98.24) (end 81.24 114.18) (width 0.25) (layer "B.Cu") (net 15) (tstamp aee54188-f0c1-44c8-ad38-c47b24e59de9)) - (segment (start 56.261 97.155) (end 57.346 98.24) (width 0.25) (layer "B.Cu") (net 15) (tstamp e93e3c91-53e8-4f3e-b136-1d913609f115)) - (segment (start 55.372 146.652) (end 60.96 152.24) (width 0.25) (layer "F.Cu") (net 16) (tstamp 2073085a-dbe7-4b83-b235-11d2d25039ec)) - (segment (start 52.832 74.168) (end 55.372 76.708) (width 0.25) (layer "F.Cu") (net 16) (tstamp a6d9d214-d63a-49b0-84b7-cf7e54bea93b)) - (segment (start 55.372 76.708) (end 55.372 146.652) (width 0.25) (layer "F.Cu") (net 16) (tstamp e8a4c6d3-c931-4bd9-8d98-7aace3cb74f8)) - (segment (start 64.61 148.59) (end 65.675 148.59) (width 0.25) (layer "B.Cu") (net 16) (tstamp 2f738631-3da6-4ba7-89ca-ae0d473b5158)) - (segment (start 60.96 152.24) (end 64.61 148.59) (width 0.25) (layer "B.Cu") (net 16) (tstamp 3e8ef100-afcf-49fb-b89a-51795ddcf5e7)) - (segment (start 102.81 134.9934) (end 85.5634 152.24) (width 0.25) (layer "F.Cu") (net 17) (tstamp 2044ddd3-6dac-44c0-99f8-bd7fa50bc82b)) - (segment (start 85.5634 152.24) (end 81.28 152.24) (width 0.25) (layer "F.Cu") (net 17) (tstamp 4b8df3b2-e97b-4321-b21d-3f236b1af482)) - (segment (start 102.81 127.4089) (end 102.81 134.9934) (width 0.25) (layer "F.Cu") (net 17) (tstamp 8abd1e7a-9d48-4889-a4bb-8711d9bf3981)) - (segment (start 109.474 121.92) (end 108.2989 121.92) (width 0.25) (layer "F.Cu") (net 17) (tstamp 9bf92e78-a763-4cdd-855d-8cbf1f6ca943)) - (segment (start 108.2989 121.92) (end 102.81 127.4089) (width 0.25) (layer "F.Cu") (net 17) (tstamp d8a6a950-8b5c-4728-a244-a9f2fc2227ee)) - (segment (start 85.995 147.955) (end 85.565 147.955) (width 0.25) (layer "B.Cu") (net 17) (tstamp 74783c08-c9c0-458b-b1ed-315167d22b40)) - (segment (start 85.565 147.955) (end 81.28 152.24) (width 0.25) (layer "B.Cu") (net 17) (tstamp f164a3f3-53e2-46f3-aea2-8097f3a63335)) - (segment (start 109.474 144.366) (end 101.6 152.24) (width 0.25) (layer "F.Cu") (net 18) (tstamp 738edeb5-29a6-47b7-8101-37f25516adc4)) - (segment (start 109.474 124.46) (end 109.474 144.366) (width 0.25) (layer "F.Cu") (net 18) (tstamp 79724ee0-36ab-43cd-bc79-5d9564b3b62e)) - (segment (start 108.22 148.59) (end 105.25 148.59) (width 0.25) (layer "B.Cu") (net 18) (tstamp 3894caed-25e1-49b8-b65d-092e58d50685)) - (segment (start 105.25 148.59) (end 101.6 152.24) (width 0.25) (layer "B.Cu") (net 18) (tstamp b1ed19eb-e371-4a6b-a437-43bb04ba3827)) - (segment (start 108.2989 63.4051) (end 109.474 62.23) (width 0.25) (layer "B.Cu") (net 19) (tstamp 22a16f18-6e32-435d-bfd4-a11261ac577f)) - (segment (start 85.4445 91.44) (end 102.81 74.0745) (width 0.25) (layer "B.Cu") (net 19) (tstamp 431847e8-3e54-46ab-be0d-0de89fb0d7eb)) - (segment (start 102.81 72.3094) (end 108.2989 66.8205) (width 0.25) (layer "B.Cu") (net 19) (tstamp 4a444c42-e05e-4157-a368-870fb65f6262)) - (segment (start 66.725 91.28) (end 60.96 91.28) (width 0.25) (layer "B.Cu") (net 19) (tstamp 572c61a3-6185-4b5f-8173-e0a2a84306ed)) - (segment (start 72.5528 92.4772) (end 67.9222 92.4772) (width 0.25) (layer "B.Cu") (net 19) (tstamp 7ec96d5f-195c-4e3f-9d6a-64b2f38d5d98)) - (segment (start 102.81 74.0745) (end 102.81 72.3094) (width 0.25) (layer "B.Cu") (net 19) (tstamp 8bf53c33-9fbf-498e-83b0-70900e270b81)) - (segment (start 73.59 91.44) (end 72.5528 92.4772) (width 0.25) (layer "B.Cu") (net 19) (tstamp 936959f8-4b03-47c8-8653-c9f2f90ad5ab)) - (segment (start 108.2989 66.8205) (end 108.2989 63.4051) (width 0.25) (layer "B.Cu") (net 19) (tstamp a949f075-066b-40b3-a8a0-7e13c7ae53a3)) - (segment (start 67.9222 92.4772) (end 66.725 91.28) (width 0.25) (layer "B.Cu") (net 19) (tstamp d18c42fc-f9e9-4f79-b4d3-91c25b7b067d)) - (segment (start 73.59 91.44) (end 85.4445 91.44) (width 0.25) (layer "B.Cu") (net 19) (tstamp e93f884d-4ec6-4481-8905-b068649728c2)) - (segment (start 108.8329 147.5547) (end 107.3868 147.5547) (width 0.25) (layer "B.Cu") (net 20) (tstamp 014b58e9-491e-4430-bf2b-3a45579665cd)) - (segment (start 110.22 148.59) (end 109.8682 148.59) (width 0.25) (layer "B.Cu") (net 20) (tstamp 38abd222-bcea-4c6f-9766-eb474bdfe9af)) - (segment (start 104.0009 148.1066) (end 103.8375 148.27) (width 0.25) (layer "B.Cu") (net 20) (tstamp 543ee298-9306-4e04-8f40-a53dd794f81e)) - (segment (start 109.8549 148.5766) (end 108.0272 150.4043) (width 0.25) (layer "B.Cu") (net 20) (tstamp 5b59994b-7449-4fac-bbd2-9190f13e004c)) - (segment (start 106.8349 148.1066) (end 104.0009 148.1066) (width 0.25) (layer "B.Cu") (net 20) (tstamp 67b46c91-50ae-4b94-a477-f075628672f9)) - (segment (start 108.0272 150.4043) (end 105.4657 150.4043) (width 0.25) (layer "B.Cu") (net 20) (tstamp b0271f35-ce70-4a87-b811-d415402445db)) - (segment (start 105.4657 150.4043) (end 104.13 151.74) (width 0.25) (layer "B.Cu") (net 20) (tstamp b9134390-069a-4108-b9e0-9a88ff1190ff)) - (segment (start 107.3868 147.5547) (end 106.8349 148.1066) (width 0.25) (layer "B.Cu") (net 20) (tstamp bfaa7ae6-7aff-421c-a104-2fbaf2837ed6)) - (segment (start 109.8682 148.59) (end 109.8549 148.5766) (width 0.25) (layer "B.Cu") (net 20) (tstamp e9cb0a1b-0527-40bd-9bf2-4cf22e34faf1)) - (segment (start 109.8549 148.5766) (end 108.8329 147.5547) (width 0.25) (layer "B.Cu") (net 20) (tstamp fb19fdae-6504-4a7d-a8ea-f845e5f39988)) - (segment (start 74.86 70.2959) (end 71.5726 67.0085) (width 0.25) (layer "B.Cu") (net 21) (tstamp 4591a875-9098-4cd2-afe2-70bfce6ea97c)) - (segment (start 99.06 73.54) (end 97.8349 73.54) (width 0.25) (layer "B.Cu") (net 21) (tstamp 459596fe-914e-4d82-84fc-f34f1d2d2ae8)) - (segment (start 74.86 71.12) (end 74.86 70.2959) (width 0.25) (layer "B.Cu") (net 21) (tstamp 759d55d3-fc35-41c5-b0ee-eafcfbf79a26)) - (segment (start 74.86 71.12) (end 95.4149 71.12) (width 0.25) (layer "B.Cu") (net 21) (tstamp 8da76f5f-c07d-4f32-b7b6-4aa7fb08b5be)) - (segment (start 95.4149 71.12) (end 97.8349 73.54) (width 0.25) (layer "B.Cu") (net 21) (tstamp a8ea263f-9d6f-4bde-8bd3-dcd65eee2c04)) - (segment (start 64.9115 67.0085) (end 60.96 70.96) (width 0.25) (layer "B.Cu") (net 21) (tstamp ce8ddcb6-77b1-4156-9b6f-6f099501d2ce)) - (segment (start 71.5726 67.0085) (end 64.9115 67.0085) (width 0.25) (layer "B.Cu") (net 21) (tstamp eca016d6-13a2-4fa2-a8d1-e5528f74481c)) - (segment (start 68.4775 74.93) (end 62.23 74.93) (width 0.25) (layer "B.Cu") (net 26) (tstamp 0e4317b9-f276-4e87-abdc-8cfd6e402e6d)) - (segment (start 69.9775 73.43) (end 68.4775 74.93) (width 0.25) (layer "B.Cu") (net 26) (tstamp c70f6f6f-f91f-49cc-9310-e1fd11560f0f)) - (segment (start 71.12 69.38) (end 71.12 67.945) (width 0.25) (layer "B.Cu") (net 27) (tstamp 1f95a794-90a8-4923-bc16-c2214d5524f9)) - (segment (start 72.86 71.12) (end 71.12 69.38) (width 0.25) (layer "B.Cu") (net 27) (tstamp 6f1fc721-4038-48a1-a923-c491334ffa97)) - (segment (start 69.9775 71.53) (end 72.45 71.53) (width 0.25) (layer "B.Cu") (net 27) (tstamp c33c7bbf-3986-40f8-8773-440b295f5e9c)) - (segment (start 72.45 71.53) (end 72.86 71.12) (width 0.25) (layer "B.Cu") (net 27) (tstamp f33beb4a-3884-40a1-92d8-29b332b023b5)) - (segment (start 62.46 115.34) (end 62.23 115.57) (width 0.25) (layer "B.Cu") (net 28) (tstamp 50c43dd7-98ed-4cbb-a6be-0f12c4ca840d)) - (segment (start 67.8175 115.34) (end 62.46 115.34) (width 0.25) (layer "B.Cu") (net 28) (tstamp 9331c375-7b47-47bd-8975-f56717b6129e)) - (segment (start 68.96 113.03) (end 68.2275 113.03) (width 0.25) (layer "B.Cu") (net 29) (tstamp 979722f6-091b-4402-a59c-aec340b9f5ad)) - (segment (start 70.7 113.03) (end 68.96 113.03) (width 0.25) (layer "B.Cu") (net 29) (tstamp b5dd1d47-62b1-417e-b6fb-ab761e93c0b3)) - (segment (start 68.2275 113.03) (end 67.8175 113.44) (width 0.25) (layer "B.Cu") (net 29) (tstamp c9a1e6a4-ee74-4cb3-851a-cec87cc06703)) - (segment (start 68.96 113.03) (end 68.96 109.855) (width 0.25) (layer "B.Cu") (net 29) (tstamp ec54389a-8d3b-42a1-baf9-e8a50d271a8e)) - (segment (start 68.7075 93.75) (end 67.2075 95.25) (width 0.25) (layer "B.Cu") (net 30) (tstamp 8b13cbd5-9981-4cc1-8673-ba21fd9a6113)) - (segment (start 67.2075 95.25) (end 62.23 95.25) (width 0.25) (layer "B.Cu") (net 30) (tstamp cbce2fa6-ec87-4b18-8b3e-edce3c1ace05)) - (segment (start 71.59 91.44) (end 69.85 91.44) (width 0.25) (layer "B.Cu") (net 31) (tstamp 5c0932d2-c1de-40b6-b3e7-c99548736476)) - (segment (start 69.85 91.44) (end 69.85 88.265) (width 0.25) (layer "B.Cu") (net 31) (tstamp 665754b3-7921-4220-9591-867396b290a0)) - (segment (start 69.85 91.44) (end 69.1175 91.44) (width 0.25) (layer "B.Cu") (net 31) (tstamp ad375d54-6a41-4185-96af-f24984b8b142)) - (segment (start 69.1175 91.44) (end 68.7075 91.85) (width 0.25) (layer "B.Cu") (net 31) (tstamp bd80773f-8aa0-4406-87fd-9341b5857945)) - (segment (start 100.2036 153.5486) (end 100.2036 146.1939) (width 0.25) (layer "F.Cu") (net 32) (tstamp 2d301e52-d1a5-49d2-8784-1ebe09fbebb0)) - (segment (start 102.865 156.21) (end 100.2036 153.5486) (width 0.25) (layer "F.Cu") (net 32) (tstamp cffd602d-30d3-44a0-b3fa-0ec3abf13456)) - (segment (start 100.2036 146.1939) (end 100.7725 145.625) (width 0.25) (layer "F.Cu") (net 32) (tstamp d899d4a3-79da-443e-b117-88ca4fcd25a3)) - (via (at 100.7725 145.625) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 32) (tstamp 34d794ee-b322-475d-a27d-c873b08e5fbd)) - (segment (start 86.6125 131.465) (end 100.7725 145.625) (width 0.25) (layer "B.Cu") (net 32) (tstamp 103a34ab-a0e9-4d9c-a156-fd1be66b1bdb)) - (segment (start 88.485 126.365) (end 88.485 122.65) (width 0.25) (layer "B.Cu") (net 33) (tstamp 2f52e627-8553-4d5f-9dc9-6f9d79f813a0)) - (segment (start 88.485 122.65) (end 88.39 122.555) (width 0.25) (layer "B.Cu") (net 33) (tstamp 9a403f19-3f9a-4a2d-969d-c0bc1bf82963)) - (segment (start 86.6125 129.565) (end 88.485 127.6925) (width 0.25) (layer "B.Cu") (net 33) (tstamp a9d38127-522f-48c8-8268-061924eeb82b)) - (segment (start 88.485 127.6925) (end 88.485 126.365) (width 0.25) (layer "B.Cu") (net 33) (tstamp b5f8600e-b3f7-40b8-9996-2df63533082d)) - (segment (start 64.77 153.67) (end 62.23 156.21) (width 0.25) (layer "B.Cu") (net 34) (tstamp cd9de773-8744-4ccd-925e-1844ef7e061c)) - (segment (start 67.4375 153.67) (end 64.77 153.67) (width 0.25) (layer "B.Cu") (net 34) (tstamp e1c81ad5-5f45-435d-b61f-9b3c2b0610fb)) - (segment (start 67.675 148.59) (end 67.675 145.05) (width 0.25) (layer "B.Cu") (net 35) (tstamp 0e19f54a-c7eb-4818-ab62-3f6281b961c3)) - (segment (start 67.675 145.05) (end 67.945 144.78) (width 0.25) (layer "B.Cu") (net 35) (tstamp 841a82bb-20ec-4829-bfeb-a54487ad2636)) - (segment (start 67.675 151.5325) (end 67.4375 151.77) (width 0.25) (layer "B.Cu") (net 35) (tstamp a8a21125-3ac9-4030-8249-b5f59ae33821)) - (segment (start 67.675 148.59) (end 67.675 151.5325) (width 0.25) (layer "B.Cu") (net 35) (tstamp fa09e6ab-5113-4de9-bceb-62e07ceca14e)) - (segment (start 84.7685 156.21) (end 82.545 156.21) (width 0.25) (layer "B.Cu") (net 36) (tstamp 7bed86ec-6df0-4e78-a394-e360fa49ab6d)) - (segment (start 87.8825 153.096) (end 84.7685 156.21) (width 0.25) (layer "B.Cu") (net 36) (tstamp b6a5e47a-5331-40e8-8c4c-cfaba0c62b7b)) - (segment (start 87.8825 148.0675) (end 87.8825 151.196) (width 0.25) (layer "B.Cu") (net 37) (tstamp 13ae4694-9f16-42c2-8ae1-a6bc85ca32e9)) - (segment (start 87.995 147.955) (end 87.8825 148.0675) (width 0.25) (layer "B.Cu") (net 37) (tstamp 20a99996-6953-4e21-95bf-9caf5a71e1b7)) - (segment (start 87.995 144.415) (end 88.265 144.145) (width 0.25) (layer "B.Cu") (net 37) (tstamp a47583e5-371a-40aa-b901-d2878a3e545c)) - (segment (start 87.995 147.955) (end 87.995 144.415) (width 0.25) (layer "B.Cu") (net 37) (tstamp c52422a2-f70d-45a4-b4f6-91ba49f15259)) - (segment (start 73.4603 96.7651) (end 88.8193 112.1241) (width 0.25) (layer "B.Cu") (net 38) (tstamp 198526c9-1105-4fef-bd51-bf03e7c3f2a7)) - (segment (start 73.3551 96.7651) (end 73.4603 96.7651) (width 0.25) (layer "B.Cu") (net 38) (tstamp 2a0fac8e-8655-4429-9646-e54922ba5e60)) - (segment (start 57.404 96.647) (end 58.039 97.282) (width 0.25) (layer "B.Cu") (net 38) (tstamp 2ed5abcf-082f-4ad5-af61-780a016b025e)) - (segment (start 69.308 97.282) (end 71.59 95) (width 0.25) (layer "B.Cu") (net 38) (tstamp 3225f923-d51c-4f6f-a429-80e9bde4db97)) - (segment (start 110.6901 115.7061) (end 110.6901 125.3866) (width 0.25) (layer "B.Cu") (net 38) (tstamp 34f9d854-d46c-41d2-967f-242f1c87fc22)) - (segment (start 90.66 130.175) (end 101.5108 130.175) (width 0.25) (layer "B.Cu") (net 38) (tstamp 390690be-16f3-4082-91d6-3ecb3b872afa)) - (segment (start 77.1552 157.4352) (end 86.8248 157.4352) (width 0.25) (layer "B.Cu") (net 38) (tstamp 39e4b8bc-e26f-4874-bae8-e69f1b056353)) - (segment (start 69.943 77.597) (end 72.86 74.68) (width 0.25) (layer "B.Cu") (net 38) (tstamp 3b6a53dc-c72f-4586-a85c-de4f14c558b8)) - (segment (start 57.404 74.168) (end 57.404 96.647) (width 0.25) (layer "B.Cu") (net 38) (tstamp 42812543-7aec-4007-81ee-1084965f0e53)) - (segment (start 108.4816 143.2666) (end 110.22 145.005) (width 0.25) (layer "B.Cu") (net 38) (tstamp 43fc4c18-d62a-4310-9dbb-40072a4eb806)) - (segment (start 110.6901 125.3866) (end 103.7063 132.3704) (width 0.25) (layer "B.Cu") (net 38) (tstamp 46f86944-cbd7-4bbc-b384-c3b6f303a438)) - (segment (start 70.7 116.59) (end 70.495 116.795) (width 0.25) (layer "B.Cu") (net 38) (tstamp 49f0d681-79dd-4448-a172-38deb59bd00a)) - (segment (start 57.404 76.327) (end 58.674 77.597) (width 0.25) (layer "B.Cu") (net 38) (tstamp 4a96de3d-7b26-4acc-9217-bad241ab72fd)) - (segment (start 88.8193 112.1241) (end 107.1081 112.1241) (width 0.25) (layer "B.Cu") (net 38) (tstamp 4e85c8f6-4c7f-4925-afb3-f7b890f23332)) - (segment (start 108.2611 143.2666) (end 108.4816 143.2666) (width 0.25) (layer "B.Cu") (net 38) (tstamp 4e866548-de83-48cc-b71a-94b38d8b9d9c)) - (segment (start 53.283 67.818) (end 57.404 71.939) (width 0.25) (layer "B.Cu") (net 38) (tstamp 67f8cc2d-63d1-4760-96e2-833dfd2bf696)) - (segment (start 58.674 77.597) (end 69.943 77.597) (width 0.25) (layer "B.Cu") (net 38) (tstamp 717e8285-faca-4446-a4e7-04000fa98ed2)) - (segment (start 107.0225 144.5975) (end 107.0225 144.5052) (width 0.25) (layer "B.Cu") (net 38) (tstamp 74a3a598-abae-4df4-b448-3f2d6fed1658)) - (segment (start 104.1408 147.4792) (end 107.0225 144.5975) (width 0.25) (layer "B.Cu") (net 38) (tstamp 765c71a0-c9e4-4a92-9cbf-e012bd206c55)) - (segment (start 101.5108 130.175) (end 103.7063 132.3704) (width 0.25) (layer "B.Cu") (net 38) (tstamp 7e35e768-b1ea-406d-b949-d507fcb5624c)) - (segment (start 51.054 66.5202) (end 52.3518 67.818) (width 0.25) (layer "B.Cu") (net 38) (tstamp 888f1223-329d-40f0-8df0-fd7611475bae)) - (segment (start 71.59 95) (end 73.3551 96.7651) (width 0.25) (layer "B.Cu") (net 38) (tstamp 93f4aeab-93da-4c4b-9fff-82c1031e5201)) - (segment (start 103.7063 132.3704) (end 108.2611 136.9253) (width 0.25) (layer "B.Cu") (net 38) (tstamp 995ea8b2-dfd3-44ea-8d3f-74c1ccd73750)) - (segment (start 86.8248 157.4352) (end 92.495 151.765) (width 0.25) (layer "B.Cu") (net 38) (tstamp a06bed02-6806-4f6a-a1fc-76cb33b5ab36)) - (segment (start 51.054 109.728) (end 51.054 65.913) (width 0.25) (layer "B.Cu") (net 38) (tstamp a4dd0270-aa62-4623-bbf8-17fb6c979070)) - (segment (start 58.121 116.795) (end 51.054 109.728) (width 0.25) (layer "B.Cu") (net 38) (tstamp aaaa5ea4-543e-4c12-aee0-c93ecf73c380)) - (segment (start 92.495 151.765) (end 96.7808 147.4792) (width 0.25) (layer "B.Cu") (net 38) (tstamp aac4a4d2-0558-4f14-a627-16520411ccf3)) - (segment (start 51.054 65.913) (end 51.054 66.5202) (width 0.25) (layer "B.Cu") (net 38) (tstamp ad49626c-0352-47b6-bcc3-234de697b0c1)) - (segment (start 52.832 58.928) (end 51.054 60.706) (width 0.25) (layer "B.Cu") (net 38) (tstamp ae435d80-df0a-46ba-bc7a-8dbf6b935aa5)) - (segment (start 107.1081 112.1241) (end 110.6901 115.7061) (width 0.25) (layer "B.Cu") (net 38) (tstamp b19a1350-560e-4548-b99c-360a390bbff2)) - (segment (start 57.404 71.939) (end 57.404 74.168) (width 0.25) (layer "B.Cu") (net 38) (tstamp b2230f25-061e-45c7-864a-058654d7222f)) - (segment (start 107.0225 144.5052) (end 108.2611 143.2666) (width 0.25) (layer "B.Cu") (net 38) (tstamp b4525c8e-505d-48e1-bead-60f27adb197c)) - (segment (start 108.2611 136.9253) (end 108.2611 143.2666) (width 0.25) (layer "B.Cu") (net 38) (tstamp bbe85820-6633-4981-863c-3b2d9517989a)) - (segment (start 70.495 116.795) (end 58.121 116.795) (width 0.25) (layer "B.Cu") (net 38) (tstamp ceb719bf-bcbf-4c71-a0d3-a0e80ba4cdbd)) - (segment (start 96.7808 147.4792) (end 104.1408 147.4792) (width 0.25) (layer "B.Cu") (net 38) (tstamp d347c4a3-3745-47e1-9ec8-d73f30770654)) - (segment (start 51.054 60.706) (end 51.054 65.913) (width 0.25) (layer "B.Cu") (net 38) (tstamp d527542c-6d54-4c16-823c-05a3b818b500)) - (segment (start 58.039 97.282) (end 69.308 97.282) (width 0.25) (layer "B.Cu") (net 38) (tstamp e13f77c6-b5a5-4792-b08d-4ff727bf518c)) - (segment (start 57.404 74.168) (end 57.404 76.327) (width 0.25) (layer "B.Cu") (net 38) (tstamp e2870c4e-0239-475f-9e58-479e7b158def)) - (segment (start 72.12 152.4) (end 77.1552 157.4352) (width 0.25) (layer "B.Cu") (net 38) (tstamp e506ac90-7088-4427-adec-675db280e9fc)) - (segment (start 52.3518 67.818) (end 53.283 67.818) (width 0.25) (layer "B.Cu") (net 38) (tstamp f4d9cb34-ff6c-422f-8f2b-a35e256669e4)) - (segment (start 72.66 72.48) (end 68.1025 72.48) (width 0.25) (layer "B.Cu") (net 39) (tstamp 77a82919-9098-4feb-a9eb-751489df7553)) - (segment (start 74.86 74.68) (end 72.66 72.48) (width 0.25) (layer "B.Cu") (net 39) (tstamp b93d752b-aa67-4c47-be82-e1bc89e73979)) - (segment (start 65.9425 114.39) (end 70.5 114.39) (width 0.25) (layer "B.Cu") (net 40) (tstamp 45034647-c2d6-440e-b959-420796bd1d67)) - (segment (start 70.5 114.39) (end 72.7 116.59) (width 0.25) (layer "B.Cu") (net 40) (tstamp 7fe8258d-ee5a-410e-bddb-37a02846904a)) - (segment (start 73.59 95) (end 71.6892 93.0992) (width 0.25) (layer "B.Cu") (net 41) (tstamp 59c07dd9-895b-419e-9f87-ee6f4ffbc344)) - (segment (start 71.6892 93.0992) (end 67.1317 93.0992) (width 0.25) (layer "B.Cu") (net 41) (tstamp af3d1f79-99fb-4c5d-9e47-a1971595908a)) - (segment (start 67.1317 93.0992) (end 66.8325 92.8) (width 0.25) (layer "B.Cu") (net 41) (tstamp f79fbb46-16b4-4249-9b28-02530742c04a)) - (segment (start 88.32 130.515) (end 88.66 130.175) (width 0.25) (layer "B.Cu") (net 42) (tstamp 0ff617cf-c36b-430d-9c5b-db11f1775fb6)) - (segment (start 84.7375 130.515) (end 88.32 130.515) (width 0.25) (layer "B.Cu") (net 42) (tstamp 92309b5e-366a-48bc-ad6a-c827580f03d5)) - (segment (start 65.8825 152.4) (end 65.5625 152.72) (width 0.25) (layer "B.Cu") (net 43) (tstamp 3a9c0ae0-5358-43e2-bf77-a82494deecf0)) - (segment (start 70.12 152.4) (end 65.8825 152.4) (width 0.25) (layer "B.Cu") (net 43) (tstamp b6bc74a7-e329-4c33-b097-d8f20d264fc4)) - (segment (start 90.495 151.765) (end 90.114 152.146) (width 0.25) (layer "B.Cu") (net 44) (tstamp eaa41440-fb51-412b-9b3d-bb7fca39dd77)) - (segment (start 90.114 152.146) (end 86.0075 152.146) (width 0.25) (layer "B.Cu") (net 44) (tstamp f0d0fe7f-d2d1-4859-b51f-653939ac3e07)) - (segment (start 81.28 131.92) (end 95.2549 131.92) (width 0.25) (layer "F.Cu") (net 45) (tstamp 574e3ee7-cf30-4994-b01c-b07fc15d73f3)) - (segment (start 99.06 134.5) (end 97.8349 134.5) (width 0.25) (layer "F.Cu") (net 45) (tstamp 67f2d32b-884d-4189-a763-63d65406ca66)) - (segment (start 95.2549 131.92) (end 97.8349 134.5) (width 0.25) (layer "F.Cu") (net 45) (tstamp 6c87a405-5f82-4d0c-be30-9397403fffb3)) - (segment (start 86.485 126.365) (end 81.28 131.57) (width 0.25) (layer "B.Cu") (net 45) (tstamp 4fde2689-9f63-439d-8235-14aa29cba001)) - (segment (start 81.28 131.57) (end 81.28 131.92) (width 0.25) (layer "B.Cu") (net 45) (tstamp a7b11a66-bbfd-4436-87e3-531b197c604b)) - (segment (start 78.74 114.18) (end 77.5149 114.18) (width 0.25) (layer "B.Cu") (net 46) (tstamp 1015b81f-8d23-4f0b-a439-200fa03cfb87)) - (segment (start 72.7 113.03) (end 76.3649 113.03) (width 0.25) (layer "B.Cu") (net 46) (tstamp 4291efef-66f0-4923-bbc4-882e2faff200)) - (segment (start 76.3649 113.03) (end 77.5149 114.18) (width 0.25) (layer "B.Cu") (net 46) (tstamp 5b5d04b7-9867-4fd6-a237-677db90ad631)) - (segment (start 72.7 113.03) (end 72.7 110.038) (width 0.25) (layer "B.Cu") (net 46) (tstamp 7e08dc2b-65f5-4793-a899-72cf9aabd162)) - (segment (start 72.7 110.038) (end 70.104 107.442) (width 0.25) (layer "B.Cu") (net 46) (tstamp b26ca850-22ca-49c8-9d1e-0a26ad1d080a)) - (segment (start 70.104 107.442) (end 65.118 107.442) (width 0.25) (layer "B.Cu") (net 46) (tstamp cc3657c7-bfbe-4d75-83bd-29b4548c7059)) - (segment (start 65.118 107.442) (end 60.96 111.6) (width 0.25) (layer "B.Cu") (net 46) (tstamp fb5cfcb8-d8bf-41fe-bb18-246f89767761)) - (segment (start 108.22 145.005) (end 108.0275 145.005) (width 0.25) (layer "B.Cu") (net 47) (tstamp 1acdb698-3e2f-4601-a832-db5d3e717e27)) - (segment (start 108.0275 145.005) (end 105.7125 147.32) (width 0.25) (layer "B.Cu") (net 47) (tstamp fa2740e4-9856-4aaa-8583-eecd25434ff2)) - - (zone (net 1) (net_name "GND") (layer "F.Cu") (tstamp c2550e77-80c6-435a-a759-7b661f24dde0) (hatch edge 0.5) - (connect_pads (clearance 0.508)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 50.8 50.8) - (xy 111.506 50.8) - (xy 111.252 159.004) - (xy 50.8 159.004) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 104.416456 66.333461) - (xy 104.472389 66.375333) - (xy 104.496791 66.440591) - (xy 104.506467 66.572782) - (xy 104.506469 66.572795) - (xy 104.565934 66.839746) - (xy 104.565937 66.839753) - (xy 104.663646 67.095221) - (xy 104.797506 67.333734) - (xy 104.797509 67.333739) - (xy 104.964669 67.550218) - (xy 104.964678 67.550228) - (xy 105.14131 67.720522) - (xy 105.161574 67.740059) - (xy 105.384019 67.899205) - (xy 105.458617 67.937558) - (xy 105.62725 68.02426) - (xy 105.627261 68.024264) - (xy 105.627266 68.024267) - (xy 105.627272 68.024269) - (xy 105.886116 68.112575) - (xy 105.886122 68.112576) - (xy 105.88613 68.112579) - (xy 106.155093 68.162259) - (xy 106.319091 68.168252) - (xy 106.428422 68.172248) - (xy 106.428422 68.172247) - (xy 106.428424 68.172248) - (xy 106.700296 68.142334) - (xy 106.964916 68.073153) - (xy 107.079971 68.02426) - (xy 107.216635 67.966185) - (xy 107.216638 67.966183) - (xy 107.216643 67.966181) - (xy 107.450112 67.823697) - (xy 107.660347 67.648738) - (xy 107.842867 67.445033) - (xy 107.89352 67.36847) - (xy 107.946923 67.323424) - (xy 108.016207 67.314399) - (xy 108.079372 67.344265) - (xy 108.116363 67.403539) - (xy 108.120509 67.426651) - (xy 108.129434 67.53436) - (xy 108.129436 67.534371) - (xy 108.184703 67.752614) - (xy 108.27514 67.958792) - (xy 108.398276 68.147265) - (xy 108.398284 68.147276) - (xy 108.493524 68.250732) - (xy 108.55076 68.312906) - (xy 108.728424 68.451189) - (xy 108.728426 68.45119) - (xy 108.728433 68.451195) - (xy 108.775516 68.476674) - (xy 108.825107 68.525892) - (xy 108.8405 68.585729) - (xy 108.8405 85.672232) - (xy 108.820815 85.739271) - (xy 108.804181 85.759913) - (xy 108.47807 86.086024) - (xy 108.416747 86.119509) - (xy 108.347055 86.114525) - (xy 108.291122 86.072653) - (xy 108.26672 86.007394) - (xy 108.263489 85.963247) - (xy 108.253533 85.827217) - (xy 108.245462 85.790988) - (xy 108.194065 85.560253) - (xy 108.194063 85.560249) - (xy 108.194063 85.560247) - (xy 108.096355 85.304781) - (xy 107.962493 85.066264) - (xy 107.795329 84.84978) - (xy 107.795321 84.849771) - (xy 107.598429 84.659944) - (xy 107.598427 84.659942) - (xy 107.481522 84.576303) - (xy 107.375981 84.500795) - (xy 107.3682 84.496794) - (xy 107.132749 84.375739) - (xy 107.132727 84.37573) - (xy 106.873883 84.287424) - (xy 106.87387 84.287421) - (xy 106.873865 84.28742) - (xy 106.604903 84.23774) - (xy 106.331577 84.227751) - (xy 106.059703 84.257666) - (xy 105.795084 84.326846) - (xy 105.543364 84.433814) - (xy 105.309892 84.5763) - (xy 105.309882 84.576307) - (xy 105.099654 84.75126) - (xy 105.099648 84.751266) - (xy 104.917133 84.954966) - (xy 104.766217 85.183077) - (xy 104.650121 85.430732) - (xy 104.650119 85.430739) - (xy 104.571326 85.692633) - (xy 104.571323 85.692647) - (xy 104.566769 85.723595) - (xy 104.5315 85.963243) - (xy 104.5315 85.963247) - (xy 104.5315 86.688306) - (xy 104.546467 86.892782) - (xy 104.546469 86.892795) - (xy 104.605934 87.159746) - (xy 104.605937 87.159753) - (xy 104.703646 87.415221) - (xy 104.837506 87.653734) - (xy 104.837509 87.653739) - (xy 105.004669 87.870218) - (xy 105.004678 87.870228) - (xy 105.112859 87.974527) - (xy 105.201574 88.060059) - (xy 105.424019 88.219205) - (xy 105.496014 88.25622) - (xy 105.66725 88.34426) - (xy 105.66726 88.344264) - (xy 105.667266 88.344267) - (xy 105.890864 88.420548) - (xy 105.947956 88.460823) - (xy 105.974211 88.525573) - (xy 105.961292 88.594238) - (xy 105.938507 88.625587) - (xy 102.096393 92.4677) - (xy 102.03507 92.501185) - (xy 101.968448 92.4973) - (xy 101.94695 92.489919) - (xy 101.716712 92.4515) - (xy 101.483288 92.4515) - (xy 101.44427 92.458011) - (xy 101.253045 92.48992) - (xy 101.03228 92.56571) - (xy 101.032266 92.565716) - (xy 100.826988 92.676806) - (xy 100.826986 92.676807) - (xy 100.658123 92.808239) - (xy 100.593129 92.833881) - (xy 100.524589 92.820314) - (xy 100.474264 92.771846) - (xy 100.46578 92.753719) - (xy 100.450889 92.713796) - (xy 100.44216 92.702135) - (xy 100.363261 92.596739) - (xy 100.246204 92.509111) - (xy 100.214538 92.4973) - (xy 100.109203 92.458011) - (xy 100.048654 92.4515) - (xy 100.048638 92.4515) - (xy 98.151362 92.4515) - (xy 98.151345 92.4515) - (xy 98.090797 92.458011) - (xy 98.090795 92.458011) - (xy 97.953795 92.509111) - (xy 97.836739 92.596739) - (xy 97.749111 92.713795) - (xy 97.698011 92.850795) - (xy 97.698011 92.850797) - (xy 97.6915 92.911345) - (xy 97.6915 94.808654) - (xy 97.698011 94.869202) - (xy 97.698011 94.869204) - (xy 97.73422 94.96628) - (xy 97.749111 95.006204) - (xy 97.836739 95.123261) - (xy 97.953796 95.210889) - (xy 98.090799 95.261989) - (xy 98.11805 95.264918) - (xy 98.151345 95.268499) - (xy 98.151362 95.2685) - (xy 98.3425 95.2685) - (xy 98.409539 95.288185) - (xy 98.455294 95.340989) - (xy 98.4665 95.3925) - (xy 98.4665 105.209286) - (xy 98.446815 105.276325) - (xy 98.394011 105.32208) - (xy 98.324853 105.332024) - (xy 98.261297 105.302999) - (xy 98.244355 105.285072) - (xy 98.15533 105.169781) - (xy 98.155321 105.169771) - (xy 97.958429 104.979944) - (xy 97.958427 104.979942) - (xy 97.841522 104.896303) - (xy 97.735981 104.820795) - (xy 97.7282 104.816794) - (xy 97.492749 104.695739) - (xy 97.492727 104.69573) - (xy 97.233883 104.607424) - (xy 97.23387 104.607421) - (xy 97.233865 104.60742) - (xy 96.964903 104.55774) - (xy 96.691577 104.547751) - (xy 96.419703 104.577666) - (xy 96.155084 104.646846) - (xy 95.903364 104.753814) - (xy 95.669892 104.8963) - (xy 95.669882 104.896307) - (xy 95.459654 105.07126) - (xy 95.459648 105.071266) - (xy 95.277133 105.274966) - (xy 95.126217 105.503077) - (xy 95.010121 105.750732) - (xy 95.010119 105.750739) - (xy 94.931326 106.012633) - (xy 94.931323 106.012647) - (xy 94.911521 106.147204) - (xy 94.8915 106.283243) - (xy 94.8915 106.283246) - (xy 94.8915 106.283247) - (xy 94.8915 107.008306) - (xy 94.906467 107.212782) - (xy 94.906469 107.212795) - (xy 94.965934 107.479746) - (xy 94.965937 107.479753) - (xy 95.063646 107.735221) - (xy 95.197506 107.973734) - (xy 95.197509 107.973739) - (xy 95.364669 108.190218) - (xy 95.364678 108.190228) - (xy 95.54131 108.360522) - (xy 95.561574 108.380059) - (xy 95.784019 108.539205) - (xy 95.858617 108.577558) - (xy 96.02725 108.66426) - (xy 96.027261 108.664264) - (xy 96.027266 108.664267) - (xy 96.027272 108.664269) - (xy 96.286116 108.752575) - (xy 96.286122 108.752576) - (xy 96.28613 108.752579) - (xy 96.555093 108.802259) - (xy 96.719091 108.808252) - (xy 96.828422 108.812248) - (xy 96.828422 108.812247) - (xy 96.828424 108.812248) - (xy 97.100296 108.782334) - (xy 97.364916 108.713153) - (xy 97.479971 108.66426) - (xy 97.616635 108.606185) - (xy 97.616638 108.606183) - (xy 97.616643 108.606181) - (xy 97.850112 108.463697) - (xy 98.060347 108.288738) - (xy 98.242867 108.085033) - (xy 98.242882 108.085009) - (xy 98.244354 108.083106) - (xy 98.245038 108.082609) - (xy 98.245891 108.081658) - (xy 98.246096 108.081841) - (xy 98.300907 108.042076) - (xy 98.370666 108.038133) - (xy 98.431482 108.072531) - (xy 98.464047 108.134348) - (xy 98.4665 108.158892) - (xy 98.4665 112.6475) - (xy 98.446815 112.714539) - (xy 98.394011 112.760294) - (xy 98.3425 112.7715) - (xy 98.111345 112.7715) - (xy 98.050797 112.778011) - (xy 98.050795 112.778011) - (xy 97.913795 112.829111) - (xy 97.796739 112.916739) - (xy 97.709111 113.033795) - (xy 97.658011 113.170795) - (xy 97.658011 113.170797) - (xy 97.6515 113.231345) - (xy 97.6515 115.128654) - (xy 97.658011 115.189202) - (xy 97.658011 115.189204) - (xy 97.69422 115.28628) - (xy 97.709111 115.326204) - (xy 97.796739 115.443261) - (xy 97.913796 115.530889) - (xy 98.050799 115.581989) - (xy 98.07805 115.584918) - (xy 98.111345 115.588499) - (xy 98.111362 115.5885) - (xy 100.008638 115.5885) - (xy 100.008654 115.588499) - (xy 100.035692 115.585591) - (xy 100.069201 115.581989) - (xy 100.206204 115.530889) - (xy 100.323261 115.443261) - (xy 100.410889 115.326204) - (xy 100.425781 115.286277) - (xy 100.467651 115.230347) - (xy 100.533115 115.20593) - (xy 100.601388 115.220782) - (xy 100.618123 115.231761) - (xy 100.786979 115.363187) - (xy 100.786983 115.36319) - (xy 100.786985 115.363191) - (xy 100.786988 115.363193) - (xy 100.861913 115.40374) - (xy 100.992273 115.474287) - (xy 101.106914 115.513643) - (xy 101.213045 115.550079) - (xy 101.213047 115.550079) - (xy 101.213049 115.55008) - (xy 101.443288 115.5885) - (xy 101.443289 115.5885) - (xy 101.676711 115.5885) - (xy 101.676712 115.5885) - (xy 101.906951 115.55008) - (xy 102.127727 115.474287) - (xy 102.333017 115.36319) - (xy 102.51722 115.219818) - (xy 102.675314 115.048083) - (xy 102.711266 114.993053) - (xy 102.764412 114.947695) - (xy 102.833644 114.938271) - (xy 102.89698 114.967772) - (xy 102.905201 114.97726) - (xy 102.908811 114.977634) - (xy 103.576922 114.309523) - (xy 103.600507 114.389844) - (xy 103.678239 114.510798) - (xy 103.7869 114.604952) - (xy 103.917685 114.66468) - (xy 103.927466 114.666086) - (xy 103.261199 115.332351) - (xy 103.29165 115.35605) - (xy 103.495697 115.466476) - (xy 103.495706 115.466479) - (xy 103.715139 115.541811) - (xy 103.943993 115.58) - (xy 104.176007 115.58) - (xy 104.40486 115.541811) - (xy 104.624293 115.466479) - (xy 104.624302 115.466476) - (xy 104.82835 115.35605) - (xy 104.858798 115.332351) - (xy 104.192533 114.666086) - (xy 104.202315 114.66468) - (xy 104.3331 114.604952) - (xy 104.441761 114.510798) - (xy 104.519493 114.389844) - (xy 104.543076 114.309524) - (xy 105.211186 114.977634) - (xy 105.295484 114.848606) - (xy 105.388682 114.636135) - (xy 105.445638 114.411218) - (xy 105.464798 114.180005) - (xy 105.464798 114.179994) - (xy 105.445638 113.948781) - (xy 105.388682 113.723864) - (xy 105.295483 113.51139) - (xy 105.211186 113.382364) - (xy 104.543076 114.050475) - (xy 104.519493 113.970156) - (xy 104.441761 113.849202) - (xy 104.3331 113.755048) - (xy 104.202315 113.69532) - (xy 104.192534 113.693913) - (xy 104.858799 113.027648) - (xy 104.858799 113.027647) - (xy 104.828349 113.003949) - (xy 104.624302 112.893523) - (xy 104.624293 112.89352) - (xy 104.40486 112.818188) - (xy 104.176007 112.78) - (xy 103.943993 112.78) - (xy 103.715139 112.818188) - (xy 103.495706 112.89352) - (xy 103.495698 112.893523) - (xy 103.291644 113.003952) - (xy 103.2612 113.027646) - (xy 103.2612 113.027647) - (xy 103.927466 113.693913) - (xy 103.917685 113.69532) - (xy 103.7869 113.755048) - (xy 103.678239 113.849202) - (xy 103.600507 113.970156) - (xy 103.576923 114.050476) - (xy 102.908811 113.382364) - (xy 102.899714 113.383308) - (xy 102.865739 113.412304) - (xy 102.796507 113.421728) - (xy 102.733172 113.392226) - (xy 102.711267 113.366947) - (xy 102.675313 113.311915) - (xy 102.517223 113.140185) - (xy 102.517222 113.140184) - (xy 102.51722 113.140182) - (xy 102.333017 112.99681) - (xy 102.333015 112.996809) - (xy 102.333014 112.996808) - (xy 102.333011 112.996806) - (xy 102.127733 112.885716) - (xy 102.12773 112.885715) - (xy 102.127727 112.885713) - (xy 102.127721 112.885711) - (xy 102.127719 112.88571) - (xy 101.906954 112.80992) - (xy 101.71573 112.778011) - (xy 101.676712 112.7715) - (xy 101.443288 112.7715) - (xy 101.40427 112.778011) - (xy 101.213045 112.80992) - (xy 100.99228 112.88571) - (xy 100.992266 112.885716) - (xy 100.786988 112.996806) - (xy 100.786986 112.996807) - (xy 100.618123 113.128239) - (xy 100.553129 113.153881) - (xy 100.484589 113.140314) - (xy 100.434264 113.091846) - (xy 100.42578 113.073719) - (xy 100.410889 113.033796) - (xy 100.406285 113.027646) - (xy 100.323261 112.916739) - (xy 100.206204 112.829111) - (xy 100.176919 112.818188) - (xy 100.069203 112.778011) - (xy 100.008654 112.7715) - (xy 100.008638 112.7715) - (xy 99.8575 112.7715) - (xy 99.790461 112.751815) - (xy 99.744706 112.699011) - (xy 99.7335 112.6475) - (xy 99.7335 107.008306) - (xy 104.4915 107.008306) - (xy 104.506467 107.212782) - (xy 104.506469 107.212795) - (xy 104.565934 107.479746) - (xy 104.565937 107.479753) - (xy 104.663646 107.735221) - (xy 104.797506 107.973734) - (xy 104.797509 107.973739) - (xy 104.964669 108.190218) - (xy 104.964678 108.190228) - (xy 105.14131 108.360522) - (xy 105.161574 108.380059) - (xy 105.384019 108.539205) - (xy 105.458617 108.577558) - (xy 105.62725 108.66426) - (xy 105.627261 108.664264) - (xy 105.627266 108.664267) - (xy 105.627272 108.664269) - (xy 105.886116 108.752575) - (xy 105.886122 108.752576) - (xy 105.88613 108.752579) - (xy 106.155093 108.802259) - (xy 106.319091 108.808252) - (xy 106.428422 108.812248) - (xy 106.428422 108.812247) - (xy 106.428424 108.812248) - (xy 106.700296 108.782334) - (xy 106.964916 108.713153) - (xy 107.079971 108.66426) - (xy 107.216635 108.606185) - (xy 107.216638 108.606183) - (xy 107.216643 108.606181) - (xy 107.450112 108.463697) - (xy 107.660347 108.288738) - (xy 107.842867 108.085033) - (xy 107.993783 107.856923) - (xy 108.109877 107.609271) - (xy 108.188676 107.347355) - (xy 108.2285 107.076757) - (xy 108.2285 106.351712) - (xy 108.213533 106.147217) - (xy 108.205462 106.110988) - (xy 108.154065 105.880253) - (xy 108.154063 105.880249) - (xy 108.154063 105.880247) - (xy 108.056355 105.624781) - (xy 107.922493 105.386264) - (xy 107.755329 105.16978) - (xy 107.755321 105.169771) - (xy 107.558429 104.979944) - (xy 107.558427 104.979942) - (xy 107.441522 104.896303) - (xy 107.335981 104.820795) - (xy 107.3282 104.816794) - (xy 107.092749 104.695739) - (xy 107.092727 104.69573) - (xy 106.833883 104.607424) - (xy 106.83387 104.607421) - (xy 106.833865 104.60742) - (xy 106.564903 104.55774) - (xy 106.291577 104.547751) - (xy 106.019703 104.577666) - (xy 105.755084 104.646846) - (xy 105.503364 104.753814) - (xy 105.269892 104.8963) - (xy 105.269882 104.896307) - (xy 105.059654 105.07126) - (xy 105.059648 105.071266) - (xy 104.877133 105.274966) - (xy 104.726217 105.503077) - (xy 104.610121 105.750732) - (xy 104.610119 105.750739) - (xy 104.531326 106.012633) - (xy 104.531323 106.012647) - (xy 104.511521 106.147204) - (xy 104.4915 106.283243) - (xy 104.4915 106.283246) - (xy 104.4915 106.283247) - (xy 104.4915 107.008306) - (xy 99.7335 107.008306) - (xy 99.7335 95.3925) - (xy 99.753185 95.325461) - (xy 99.805989 95.279706) - (xy 99.8575 95.2685) - (xy 100.048638 95.2685) - (xy 100.048654 95.268499) - (xy 100.075692 95.265591) - (xy 100.109201 95.261989) - (xy 100.246204 95.210889) - (xy 100.363261 95.123261) - (xy 100.450889 95.006204) - (xy 100.465781 94.966277) - (xy 100.507651 94.910347) - (xy 100.573115 94.88593) - (xy 100.641388 94.900782) - (xy 100.658123 94.911761) - (xy 100.800348 95.022459) - (xy 100.826983 95.04319) - (xy 100.826985 95.043191) - (xy 100.826988 95.043193) - (xy 100.894784 95.079882) - (xy 101.032273 95.154287) - (xy 101.146914 95.193643) - (xy 101.253045 95.230079) - (xy 101.253047 95.230079) - (xy 101.253049 95.23008) - (xy 101.483288 95.2685) - (xy 101.483289 95.2685) - (xy 101.716711 95.2685) - (xy 101.716712 95.2685) - (xy 101.946951 95.23008) - (xy 102.167727 95.154287) - (xy 102.373017 95.04319) - (xy 102.55722 94.899818) - (xy 102.715314 94.728083) - (xy 102.746191 94.680821) - (xy 102.799337 94.635465) - (xy 102.868568 94.626041) - (xy 102.931904 94.655542) - (xy 102.953809 94.680822) - (xy 102.984686 94.728084) - (xy 103.119006 94.873993) - (xy 103.14278 94.899818) - (xy 103.326983 95.04319) - (xy 103.326985 95.043191) - (xy 103.326988 95.043193) - (xy 103.394784 95.079882) - (xy 103.532273 95.154287) - (xy 103.646914 95.193643) - (xy 103.753045 95.230079) - (xy 103.753047 95.230079) - (xy 103.753049 95.23008) - (xy 103.983288 95.2685) - (xy 103.983289 95.2685) - (xy 104.216711 95.2685) - (xy 104.216712 95.2685) - (xy 104.446951 95.23008) - (xy 104.667727 95.154287) - (xy 104.873017 95.04319) - (xy 105.05722 94.899818) - (xy 105.215314 94.728083) - (xy 105.342984 94.532669) - (xy 105.436749 94.318907) - (xy 105.494051 94.092626) - (xy 105.513327 93.86) - (xy 105.494051 93.627374) - (xy 105.436749 93.401093) - (xy 105.342984 93.187331) - (xy 105.215314 92.991917) - (xy 105.215313 92.991915) - (xy 105.057223 92.820185) - (xy 105.057222 92.820184) - (xy 105.05722 92.820182) - (xy 104.873017 92.67681) - (xy 104.873015 92.676809) - (xy 104.873014 92.676808) - (xy 104.873011 92.676806) - (xy 104.667733 92.565716) - (xy 104.66773 92.565715) - (xy 104.667727 92.565713) - (xy 104.667721 92.565711) - (xy 104.667719 92.56571) - (xy 104.446954 92.48992) - (xy 104.25573 92.458011) - (xy 104.216712 92.4515) - (xy 104.203765 92.4515) - (xy 104.136726 92.431815) - (xy 104.090971 92.379011) - (xy 104.081027 92.309853) - (xy 104.110052 92.246297) - (xy 104.116084 92.239819) - (xy 109.808519 86.547384) - (xy 109.869842 86.513899) - (xy 109.939534 86.518883) - (xy 109.995467 86.560755) - (xy 110.019884 86.626219) - (xy 110.0202 86.635065) - (xy 110.0202 111.536532) - (xy 110.000515 111.603571) - (xy 109.983881 111.624213) - (xy 101.171179 120.436914) - (xy 101.15882 120.446818) - (xy 101.158993 120.447027) - (xy 101.152981 120.452) - (xy 101.105673 120.502377) - (xy 101.10432 120.503773) - (xy 101.083873 120.524221) - (xy 101.083857 120.524239) - (xy 101.079531 120.529814) - (xy 101.075747 120.534244) - (xy 101.043419 120.568671) - (xy 101.043412 120.568681) - (xy 101.033579 120.586567) - (xy 101.022903 120.60282) - (xy 101.010386 120.618957) - (xy 101.010385 120.618959) - (xy 100.991625 120.66231) - (xy 100.989055 120.667556) - (xy 100.966303 120.708941) - (xy 100.966303 120.708942) - (xy 100.961225 120.72872) - (xy 100.954925 120.747122) - (xy 100.946818 120.765857) - (xy 100.939431 120.812495) - (xy 100.938246 120.818216) - (xy 100.9265 120.863965) - (xy 100.9265 120.884384) - (xy 100.924973 120.903783) - (xy 100.92178 120.923941) - (xy 100.92178 120.923942) - (xy 100.926225 120.970966) - (xy 100.9265 120.976804) - (xy 100.9265 133.167418) - (xy 100.906815 133.234457) - (xy 100.861519 133.276472) - (xy 100.786988 133.316806) - (xy 100.786986 133.316807) - (xy 100.618123 133.448239) - (xy 100.553129 133.473881) - (xy 100.484589 133.460314) - (xy 100.434264 133.411846) - (xy 100.42578 133.393719) - (xy 100.410889 133.353796) - (xy 100.406286 133.347647) - (xy 100.323261 133.236739) - (xy 100.206204 133.149111) - (xy 100.176916 133.138187) - (xy 100.069203 133.098011) - (xy 100.008654 133.0915) - (xy 100.008638 133.0915) - (xy 98.111362 133.0915) - (xy 98.111345 133.0915) - (xy 98.050797 133.098011) - (xy 98.050795 133.098011) - (xy 97.913795 133.149111) - (xy 97.796738 133.236739) - (xy 97.741564 133.310443) - (xy 97.68563 133.352313) - (xy 97.615939 133.357297) - (xy 97.554617 133.323812) - (xy 95.761988 131.531183) - (xy 95.752087 131.518823) - (xy 95.751877 131.518998) - (xy 95.746901 131.512984) - (xy 95.7469 131.512982) - (xy 95.696514 131.465667) - (xy 95.695139 131.464334) - (xy 95.674668 131.443863) - (xy 95.672692 131.442331) - (xy 95.669083 131.439531) - (xy 95.66465 131.435744) - (xy 95.662262 131.433502) - (xy 95.630221 131.403414) - (xy 95.630219 131.403412) - (xy 95.612331 131.393578) - (xy 95.59607 131.382897) - (xy 95.579939 131.370384) - (xy 95.536593 131.351627) - (xy 95.531345 131.349056) - (xy 95.504151 131.334106) - (xy 95.48996 131.326305) - (xy 95.48656 131.325432) - (xy 95.470187 131.321228) - (xy 95.451781 131.314926) - (xy 95.433044 131.306818) - (xy 95.433046 131.306818) - (xy 95.386396 131.29943) - (xy 95.380681 131.298246) - (xy 95.360512 131.293068) - (xy 95.334932 131.2865) - (xy 95.33493 131.2865) - (xy 95.314516 131.2865) - (xy 95.295117 131.284973) - (xy 95.274958 131.28178) - (xy 95.274957 131.28178) - (xy 95.227934 131.286225) - (xy 95.222096 131.2865) - (xy 82.803594 131.2865) - (xy 82.736555 131.266815) - (xy 82.6908 131.214011) - (xy 82.689032 131.209949) - (xy 82.686337 131.203444) - (xy 82.686336 131.203443) - (xy 82.686334 131.203437) - (xy 82.556925 130.99226) - (xy 82.396073 130.803927) - (xy 82.20774 130.643075) - (xy 81.996563 130.513666) - (xy 81.996562 130.513665) - (xy 81.996558 130.513663) - (xy 81.767744 130.418886) - (xy 81.767742 130.418885) - (xy 81.526911 130.361066) - (xy 81.526909 130.361065) - (xy 81.526906 130.361065) - (xy 81.28 130.341634) - (xy 81.033093 130.361065) - (xy 81.033088 130.361066) - (xy 81.033089 130.361066) - (xy 80.792258 130.418885) - (xy 80.792256 130.418885) - (xy 80.792255 130.418886) - (xy 80.563441 130.513663) - (xy 80.352259 130.643075) - (xy 80.163927 130.803927) - (xy 80.003075 130.992259) - (xy 79.873663 131.203441) - (xy 79.785757 131.415667) - (xy 79.778885 131.432258) - (xy 79.755135 131.531183) - (xy 79.721065 131.673093) - (xy 79.701634 131.92) - (xy 79.721065 132.166906) - (xy 79.721065 132.166909) - (xy 79.721066 132.166911) - (xy 79.778885 132.407742) - (xy 79.778886 132.407744) - (xy 79.873663 132.636558) - (xy 79.873665 132.636562) - (xy 79.873666 132.636563) - (xy 80.003075 132.84774) - (xy 80.163927 133.036073) - (xy 80.35226 133.196925) - (xy 80.563437 133.326334) - (xy 80.563439 133.326334) - (xy 80.563441 133.326336) - (xy 80.614891 133.347647) - (xy 80.792258 133.421115) - (xy 81.033089 133.478934) - (xy 81.28 133.498366) - (xy 81.526911 133.478934) - (xy 81.767742 133.421115) - (xy 81.996563 133.326334) - (xy 82.20774 133.196925) - (xy 82.396073 133.036073) - (xy 82.556925 132.84774) - (xy 82.686334 132.636563) - (xy 82.687235 132.634386) - (xy 82.689032 132.630051) - (xy 82.732871 132.575646) - (xy 82.799164 132.553579) - (xy 82.803594 132.5535) - (xy 94.941134 132.5535) - (xy 95.008173 132.573185) - (xy 95.028815 132.589819) - (xy 97.327812 134.888817) - (xy 97.337716 134.901178) - (xy 97.337926 134.901005) - (xy 97.342897 134.907013) - (xy 97.3429 134.907018) - (xy 97.393318 134.954363) - (xy 97.394627 134.955632) - (xy 97.402519 134.963524) - (xy 97.415125 134.976131) - (xy 97.420713 134.980466) - (xy 97.425145 134.984252) - (xy 97.456247 135.013457) - (xy 97.45958 135.016587) - (xy 97.477462 135.026417) - (xy 97.493727 135.037101) - (xy 97.509859 135.049614) - (xy 97.553216 135.068375) - (xy 97.558433 135.070931) - (xy 97.587239 135.086767) - (xy 97.636502 135.136314) - (xy 97.6515 135.195428) - (xy 97.6515 135.448654) - (xy 97.658011 135.509202) - (xy 97.658011 135.509204) - (xy 97.69422 135.60628) - (xy 97.709111 135.646204) - (xy 97.796739 135.763261) - (xy 97.913796 135.850889) - (xy 98.050799 135.901989) - (xy 98.07805 135.904918) - (xy 98.111345 135.908499) - (xy 98.111362 135.9085) - (xy 100.008638 135.9085) - (xy 100.008654 135.908499) - (xy 100.035692 135.905591) - (xy 100.069201 135.901989) - (xy 100.206204 135.850889) - (xy 100.323261 135.763261) - (xy 100.410889 135.646204) - (xy 100.425781 135.606277) - (xy 100.467651 135.550347) - (xy 100.533115 135.52593) - (xy 100.601388 135.540782) - (xy 100.618123 135.551761) - (xy 100.786979 135.683187) - (xy 100.786983 135.68319) - (xy 100.92449 135.757605) - (xy 100.97408 135.806825) - (xy 100.989188 135.875041) - (xy 100.965018 135.940597) - (xy 100.953153 135.954341) - (xy 85.337314 151.570181) - (xy 85.275991 151.603666) - (xy 85.249633 151.6065) - (xy 82.803594 151.6065) - (xy 82.736555 151.586815) - (xy 82.6908 151.534011) - (xy 82.689032 151.529949) - (xy 82.686337 151.523444) - (xy 82.686336 151.523443) - (xy 82.686334 151.523437) - (xy 82.556925 151.31226) - (xy 82.396073 151.123927) - (xy 82.20774 150.963075) - (xy 81.996563 150.833666) - (xy 81.996562 150.833665) - (xy 81.996558 150.833663) - (xy 81.778169 150.743204) - (xy 81.767742 150.738885) - (xy 81.526911 150.681066) - (xy 81.526909 150.681065) - (xy 81.526906 150.681065) - (xy 81.28 150.661634) - (xy 81.033093 150.681065) - (xy 81.033088 150.681066) - (xy 81.033089 150.681066) - (xy 80.792258 150.738885) - (xy 80.792256 150.738885) - (xy 80.792255 150.738886) - (xy 80.563441 150.833663) - (xy 80.352259 150.963075) - (xy 80.163927 151.123927) - (xy 80.003075 151.312259) - (xy 79.873663 151.523441) - (xy 79.778886 151.752255) - (xy 79.778886 151.752257) - (xy 79.721065 151.993093) - (xy 79.701634 152.24) - (xy 79.721065 152.486906) - (xy 79.721065 152.486909) - (xy 79.721066 152.486911) - (xy 79.778885 152.727742) - (xy 79.778886 152.727744) - (xy 79.873663 152.956558) - (xy 79.873665 152.956562) - (xy 79.873666 152.956563) - (xy 80.003075 153.16774) - (xy 80.163927 153.356073) - (xy 80.35226 153.516925) - (xy 80.563437 153.646334) - (xy 80.563439 153.646334) - (xy 80.563441 153.646336) - (xy 80.634786 153.675888) - (xy 80.792258 153.741115) - (xy 81.033089 153.798934) - (xy 81.28 153.818366) - (xy 81.526911 153.798934) - (xy 81.767742 153.741115) - (xy 81.996563 153.646334) - (xy 82.20774 153.516925) - (xy 82.396073 153.356073) - (xy 82.556925 153.16774) - (xy 82.686334 152.956563) - (xy 82.687235 152.954386) - (xy 82.689032 152.950051) - (xy 82.732871 152.895646) - (xy 82.799164 152.873579) - (xy 82.803594 152.8735) - (xy 85.479766 152.8735) - (xy 85.495513 152.875238) - (xy 85.495539 152.874968) - (xy 85.503306 152.875702) - (xy 85.503308 152.875701) - (xy 85.503309 152.875702) - (xy 85.512659 152.875408) - (xy 85.572391 152.873531) - (xy 85.574339 152.8735) - (xy 85.603257 152.8735) - (xy 85.604622 152.873327) - (xy 85.610262 152.872614) - (xy 85.616085 152.872156) - (xy 85.642108 152.871338) - (xy 85.66329 152.870673) - (xy 85.673081 152.867827) - (xy 85.682881 152.86498) - (xy 85.701938 152.861032) - (xy 85.722197 152.858474) - (xy 85.766121 152.841082) - (xy 85.771621 152.839199) - (xy 85.816993 152.826018) - (xy 85.834565 152.815625) - (xy 85.852032 152.807068) - (xy 85.871017 152.799552) - (xy 85.909226 152.77179) - (xy 85.914104 152.768585) - (xy 85.954762 152.744542) - (xy 85.969202 152.7301) - (xy 85.983992 152.71747) - (xy 86.000507 152.705472) - (xy 86.030622 152.669067) - (xy 86.034526 152.664776) - (xy 103.063296 135.636006) - (xy 103.124615 135.602524) - (xy 103.194307 135.607508) - (xy 103.227137 135.625838) - (xy 103.291644 135.676047) - (xy 103.291646 135.676048) - (xy 103.495697 135.786476) - (xy 103.495706 135.786479) - (xy 103.715139 135.861811) - (xy 103.943993 135.9) - (xy 104.176007 135.9) - (xy 104.40486 135.861811) - (xy 104.624293 135.786479) - (xy 104.624302 135.786476) - (xy 104.82835 135.67605) - (xy 104.858798 135.652351) - (xy 104.192533 134.986086) - (xy 104.202315 134.98468) - (xy 104.3331 134.924952) - (xy 104.441761 134.830798) - (xy 104.519493 134.709844) - (xy 104.543076 134.629524) - (xy 105.211186 135.297634) - (xy 105.295484 135.168606) - (xy 105.388682 134.956135) - (xy 105.445638 134.731218) - (xy 105.464798 134.500005) - (xy 105.464798 134.499994) - (xy 105.445638 134.268781) - (xy 105.388682 134.043864) - (xy 105.295483 133.83139) - (xy 105.211186 133.702364) - (xy 104.543076 134.370475) - (xy 104.519493 134.290156) - (xy 104.441761 134.169202) - (xy 104.3331 134.075048) - (xy 104.202315 134.01532) - (xy 104.192533 134.013913) - (xy 104.858799 133.347647) - (xy 104.828349 133.323949) - (xy 104.624302 133.213523) - (xy 104.624293 133.21352) - (xy 104.40486 133.138188) - (xy 104.176007 133.1) - (xy 103.943993 133.1) - (xy 103.715142 133.138187) - (xy 103.607762 133.175051) - (xy 103.537964 133.1782) - (xy 103.477542 133.143113) - (xy 103.445682 133.08093) - (xy 103.4435 133.057769) - (xy 103.4435 127.722666) - (xy 103.463185 127.655627) - (xy 103.479819 127.634985) - (xy 103.863094 127.25171) - (xy 104.279821 126.834982) - (xy 104.341142 126.801499) - (xy 104.410833 126.806483) - (xy 104.466767 126.848355) - (xy 104.491184 126.913819) - (xy 104.4915 126.922665) - (xy 104.4915 127.328306) - (xy 104.506467 127.532782) - (xy 104.506469 127.532795) - (xy 104.565934 127.799746) - (xy 104.565937 127.799753) - (xy 104.655163 128.033043) - (xy 104.663646 128.055221) - (xy 104.797506 128.293734) - (xy 104.797509 128.293739) - (xy 104.964669 128.510218) - (xy 104.964678 128.510228) - (xy 105.086796 128.627964) - (xy 105.161574 128.700059) - (xy 105.384019 128.859205) - (xy 105.458617 128.897558) - (xy 105.62725 128.98426) - (xy 105.627261 128.984264) - (xy 105.627266 128.984267) - (xy 105.627272 128.984269) - (xy 105.886116 129.072575) - (xy 105.886122 129.072576) - (xy 105.88613 129.072579) - (xy 106.155093 129.122259) - (xy 106.319091 129.128252) - (xy 106.428422 129.132248) - (xy 106.428422 129.132247) - (xy 106.428424 129.132248) - (xy 106.700296 129.102334) - (xy 106.964916 129.033153) - (xy 107.105605 128.973367) - (xy 107.216635 128.926185) - (xy 107.216638 128.926183) - (xy 107.216643 128.926181) - (xy 107.450112 128.783697) - (xy 107.660347 128.608738) - (xy 107.842867 128.405033) - (xy 107.993783 128.176923) - (xy 108.109877 127.929271) - (xy 108.160498 127.761016) - (xy 108.188673 127.667366) - (xy 108.188673 127.667362) - (xy 108.188676 127.667355) - (xy 108.2285 127.396757) - (xy 108.2285 126.671712) - (xy 108.213533 126.467217) - (xy 108.205462 126.430988) - (xy 108.154065 126.200253) - (xy 108.154063 126.200249) - (xy 108.154063 126.200247) - (xy 108.056355 125.944781) - (xy 107.922493 125.706264) - (xy 107.92249 125.70626) - (xy 107.75533 125.489781) - (xy 107.755321 125.489771) - (xy 107.558429 125.299944) - (xy 107.558427 125.299942) - (xy 107.55469 125.297268) - (xy 107.335981 125.140795) - (xy 107.3282 125.136794) - (xy 107.092749 125.015739) - (xy 107.092727 125.01573) - (xy 106.833883 124.927424) - (xy 106.83387 124.927421) - (xy 106.833865 124.92742) - (xy 106.564903 124.87774) - (xy 106.532977 124.876573) - (xy 106.466702 124.854452) - (xy 106.422907 124.800012) - (xy 106.415497 124.730536) - (xy 106.446825 124.668083) - (xy 106.449795 124.665007) - (xy 108.287369 122.827434) - (xy 108.34869 122.793951) - (xy 108.418382 122.798935) - (xy 108.466277 122.831134) - (xy 108.540761 122.912045) - (xy 108.55076 122.922906) - (xy 108.728424 123.061189) - (xy 108.728429 123.061191) - (xy 108.728431 123.061193) - (xy 108.76493 123.080946) - (xy 108.81452 123.130165) - (xy 108.829628 123.198382) - (xy 108.805457 123.263937) - (xy 108.76493 123.299054) - (xy 108.728431 123.318806) - (xy 108.728422 123.318812) - (xy 108.550761 123.457092) - (xy 108.550756 123.457097) - (xy 108.398284 123.622723) - (xy 108.398276 123.622734) - (xy 108.27514 123.811207) - (xy 108.184703 124.017385) - (xy 108.129436 124.235628) - (xy 108.129434 124.23564) - (xy 108.110844 124.459994) - (xy 108.110844 124.460005) - (xy 108.129434 124.684359) - (xy 108.129436 124.684371) - (xy 108.184703 124.902614) - (xy 108.27514 125.108792) - (xy 108.398276 125.297265) - (xy 108.398284 125.297276) - (xy 108.523691 125.433502) - (xy 108.55076 125.462906) - (xy 108.728424 125.601189) - (xy 108.728426 125.60119) - (xy 108.728433 125.601195) - (xy 108.775516 125.626674) - (xy 108.825107 125.675892) - (xy 108.8405 125.735729) - (xy 108.8405 144.052232) - (xy 108.820815 144.119271) - (xy 108.804181 144.139913) - (xy 102.22939 150.714703) - (xy 102.168067 150.748188) - (xy 102.098375 150.743204) - (xy 102.094256 150.741583) - (xy 102.087748 150.738887) - (xy 102.087745 150.738886) - (xy 102.087743 150.738885) - (xy 102.087742 150.738885) - (xy 101.846911 150.681066) - (xy 101.846909 150.681065) - (xy 101.846906 150.681065) - (xy 101.6 150.661634) - (xy 101.353093 150.681065) - (xy 101.112253 150.738886) - (xy 101.008552 150.781841) - (xy 100.939083 150.78931) - (xy 100.876604 150.758035) - (xy 100.840952 150.697946) - (xy 100.8371 150.66728) - (xy 100.8371 146.640478) - (xy 100.856785 146.573439) - (xy 100.909589 146.527684) - (xy 100.935319 146.519188) - (xy 101.054788 146.493794) - (xy 101.229252 146.416118) - (xy 101.383753 146.303866) - (xy 101.51154 146.161944) - (xy 101.607027 145.996556) - (xy 101.666042 145.814928) - (xy 101.686004 145.625) - (xy 101.686003 145.624997) - (xy 101.686683 145.618536) - (xy 101.688213 145.618696) - (xy 101.705689 145.559183) - (xy 101.758493 145.513428) - (xy 101.800276 145.502604) - (xy 101.803986 145.502312) - (xy 101.846911 145.498934) - (xy 102.087742 145.441115) - (xy 102.316563 145.346334) - (xy 102.52774 145.216925) - (xy 102.716073 145.056073) - (xy 102.876925 144.86774) - (xy 103.006334 144.656563) - (xy 103.101115 144.427742) - (xy 103.158934 144.186911) - (xy 103.178366 143.94) - (xy 103.158934 143.693089) - (xy 103.101115 143.452258) - (xy 103.006334 143.223437) - (xy 102.876925 143.01226) - (xy 102.716073 142.823927) - (xy 102.52774 142.663075) - (xy 102.316563 142.533666) - (xy 102.316561 142.533665) - (xy 102.316556 142.533662) - (xy 102.219742 142.493561) - (xy 102.165338 142.44972) - (xy 102.143273 142.383426) - (xy 102.160552 142.315727) - (xy 102.211689 142.268116) - (xy 102.267194 142.255) - (xy 102.612828 142.255) - (xy 102.612844 142.254999) - (xy 102.672372 142.248598) - (xy 102.672379 142.248596) - (xy 102.807086 142.198354) - (xy 102.807093 142.19835) - (xy 102.922187 142.11219) - (xy 102.92219 142.112187) - (xy 103.00835 141.997093) - (xy 103.008354 141.997086) - (xy 103.058596 141.862379) - (xy 103.058598 141.862372) - (xy 103.064999 141.802844) - (xy 103.065 141.802827) - (xy 103.065 141.09) - (xy 102.15652 141.09) - (xy 102.184755 141.029998) - (xy 102.213635 140.878607) - (xy 102.203957 140.724789) - (xy 102.160162 140.59) - (xy 103.064999 140.59) - (xy 103.065 139.877172) - (xy 103.064999 139.877155) - (xy 103.058598 139.817627) - (xy 103.058596 139.81762) - (xy 103.008354 139.682913) - (xy 103.00835 139.682906) - (xy 102.92219 139.567812) - (xy 102.922187 139.567809) - (xy 102.807093 139.481649) - (xy 102.807086 139.481645) - (xy 102.672379 139.431403) - (xy 102.672372 139.431401) - (xy 102.612844 139.425) - (xy 101.85 139.425) - (xy 101.85 140.281335) - (xy 101.826341 140.268329) - (xy 101.677061 140.23) - (xy 101.561625 140.23) - (xy 101.447094 140.244469) - (xy 101.35 140.282911) - (xy 101.35 139.425) - (xy 100.587155 139.425) - (xy 100.527627 139.431401) - (xy 100.52762 139.431403) - (xy 100.392913 139.481645) - (xy 100.392906 139.481649) - (xy 100.277812 139.567809) - (xy 100.277809 139.567812) - (xy 100.191649 139.682906) - (xy 100.191645 139.682913) - (xy 100.141403 139.81762) - (xy 100.141401 139.817627) - (xy 100.135 139.877155) - (xy 100.135 140.59) - (xy 101.04348 140.59) - (xy 101.015245 140.650002) - (xy 100.986365 140.801393) - (xy 100.996043 140.955211) - (xy 101.039838 141.09) - (xy 100.135 141.09) - (xy 100.135 141.802844) - (xy 100.141401 141.862372) - (xy 100.141403 141.862379) - (xy 100.191645 141.997086) - (xy 100.191649 141.997093) - (xy 100.277809 142.112187) - (xy 100.277812 142.11219) - (xy 100.392906 142.19835) - (xy 100.392913 142.198354) - (xy 100.52762 142.248596) - (xy 100.527627 142.248598) - (xy 100.587155 142.254999) - (xy 100.587172 142.255) - (xy 100.932806 142.255) - (xy 100.999845 142.274685) - (xy 101.0456 142.327489) - (xy 101.055544 142.396647) - (xy 101.026519 142.460203) - (xy 100.980258 142.493561) - (xy 100.883443 142.533662) - (xy 100.672259 142.663075) - (xy 100.483927 142.823927) - (xy 100.323075 143.012259) - (xy 100.193663 143.223441) - (xy 100.098886 143.452255) - (xy 100.041065 143.693093) - (xy 100.021634 143.939999) - (xy 100.041065 144.186906) - (xy 100.041065 144.186909) - (xy 100.041066 144.186911) - (xy 100.098885 144.427742) - (xy 100.098886 144.427744) - (xy 100.193665 144.656561) - (xy 100.24657 144.742896) - (xy 100.264814 144.810342) - (xy 100.243697 144.876944) - (xy 100.21373 144.908002) - (xy 100.161244 144.946136) - (xy 100.033459 145.088057) - (xy 99.937973 145.253443) - (xy 99.93797 145.25345) - (xy 99.90779 145.346336) - (xy 99.878958 145.435072) - (xy 99.870723 145.513428) - (xy 99.861519 145.600995) - (xy 99.834934 145.665609) - (xy 99.825879 145.675714) - (xy 99.81478 145.686813) - (xy 99.802421 145.696716) - (xy 99.802594 145.696925) - (xy 99.796584 145.701896) - (xy 99.749272 145.752278) - (xy 99.747919 145.753674) - (xy 99.727473 145.774121) - (xy 99.727457 145.774139) - (xy 99.723131 145.779714) - (xy 99.719347 145.784144) - (xy 99.687019 145.818571) - (xy 99.687012 145.818581) - (xy 99.677179 145.836467) - (xy 99.666503 145.85272) - (xy 99.653986 145.868857) - (xy 99.653985 145.868859) - (xy 99.635225 145.91221) - (xy 99.632655 145.917456) - (xy 99.609903 145.958841) - (xy 99.609903 145.958842) - (xy 99.604825 145.97862) - (xy 99.598525 145.997022) - (xy 99.590418 146.015757) - (xy 99.583031 146.062395) - (xy 99.581846 146.068116) - (xy 99.5701 146.113865) - (xy 99.5701 146.134284) - (xy 99.568573 146.153683) - (xy 99.56538 146.173841) - (xy 99.56538 146.173842) - (xy 99.569825 146.220866) - (xy 99.5701 146.226704) - (xy 99.5701 153.464966) - (xy 99.568361 153.480713) - (xy 99.568632 153.480739) - (xy 99.567897 153.488506) - (xy 99.570069 153.55759) - (xy 99.5701 153.559538) - (xy 99.5701 153.588459) - (xy 99.570984 153.595456) - (xy 99.571442 153.601279) - (xy 99.572926 153.648489) - (xy 99.572927 153.648491) - (xy 99.578622 153.668095) - (xy 99.582567 153.687142) - (xy 99.585126 153.707397) - (xy 99.585127 153.7074) - (xy 99.585128 153.707403) - (xy 99.602514 153.751316) - (xy 99.604406 153.756844) - (xy 99.617581 153.802192) - (xy 99.627972 153.819762) - (xy 99.636532 153.837235) - (xy 99.644047 153.856217) - (xy 99.671809 153.894427) - (xy 99.675016 153.89931) - (xy 99.699058 153.939962) - (xy 99.699062 153.939966) - (xy 99.713489 153.954393) - (xy 99.726126 153.969188) - (xy 99.738128 153.985707) - (xy 99.774531 154.015822) - (xy 99.778831 154.019735) - (xy 100.538681 154.779585) - (xy 100.572166 154.840908) - (xy 100.575 154.867266) - (xy 100.575 155.83581) - (xy 100.522453 155.799984) - (xy 100.392827 155.76) - (xy 100.291276 155.76) - (xy 100.190862 155.775135) - (xy 100.075 155.830931) - (xy 100.075 154.81) - (xy 99.377155 154.81) - (xy 99.317627 154.816401) - (xy 99.31762 154.816403) - (xy 99.182913 154.866645) - (xy 99.182906 154.866649) - (xy 99.067812 154.952809) - (xy 99.067809 154.952812) - (xy 98.981649 155.067906) - (xy 98.981645 155.067913) - (xy 98.931403 155.20262) - (xy 98.931401 155.202627) - (xy 98.925 155.262155) - (xy 98.925 155.96) - (xy 99.949722 155.96) - (xy 99.901375 156.04374) - (xy 99.87119 156.175992) - (xy 99.881327 156.311265) - (xy 99.930887 156.437541) - (xy 99.948797 156.46) - (xy 98.925 156.46) - (xy 98.925 157.157844) - (xy 98.931401 157.217372) - (xy 98.931403 157.217379) - (xy 98.981645 157.352086) - (xy 98.981649 157.352093) - (xy 99.067809 157.467187) - (xy 99.067812 157.46719) - (xy 99.182906 157.55335) - (xy 99.182913 157.553354) - (xy 99.31762 157.603596) - (xy 99.317627 157.603598) - (xy 99.377155 157.609999) - (xy 99.377172 157.61) - (xy 100.075 157.61) - (xy 100.075 156.584189) - (xy 100.127547 156.620016) - (xy 100.257173 156.66) - (xy 100.358724 156.66) - (xy 100.459138 156.644865) - (xy 100.575 156.589068) - (xy 100.575 157.61) - (xy 101.272828 157.61) - (xy 101.272844 157.609999) - (xy 101.332372 157.603598) - (xy 101.332379 157.603596) - (xy 101.467086 157.553354) - (xy 101.467093 157.55335) - (xy 101.582187 157.46719) - (xy 101.58219 157.467187) - (xy 101.66835 157.352093) - (xy 101.668355 157.352084) - (xy 101.69394 157.283486) - (xy 101.73581 157.227552) - (xy 101.801274 157.203134) - (xy 101.869547 157.217985) - (xy 101.901349 157.242832) - (xy 101.90778 157.249818) - (xy 102.091983 157.39319) - (xy 102.091985 157.393191) - (xy 102.091988 157.393193) - (xy 102.211331 157.457777) - (xy 102.297273 157.504287) - (xy 102.411914 157.543643) - (xy 102.518045 157.580079) - (xy 102.518047 157.580079) - (xy 102.518049 157.58008) - (xy 102.748288 157.6185) - (xy 102.748289 157.6185) - (xy 102.981711 157.6185) - (xy 102.981712 157.6185) - (xy 103.211951 157.58008) - (xy 103.432727 157.504287) - (xy 103.638017 157.39319) - (xy 103.82222 157.249818) - (xy 103.980314 157.078083) - (xy 104.107984 156.882669) - (xy 104.201749 156.668907) - (xy 104.259051 156.442626) - (xy 104.278327 156.21) - (xy 104.259051 155.977374) - (xy 104.201749 155.751093) - (xy 104.107984 155.537331) - (xy 103.980314 155.341917) - (xy 103.980313 155.341915) - (xy 103.822223 155.170185) - (xy 103.822222 155.170184) - (xy 103.82222 155.170182) - (xy 103.638017 155.02681) - (xy 103.638015 155.026809) - (xy 103.638014 155.026808) - (xy 103.638011 155.026806) - (xy 103.432733 154.915716) - (xy 103.43273 154.915715) - (xy 103.432727 154.915713) - (xy 103.432721 154.915711) - (xy 103.432719 154.91571) - (xy 103.211954 154.83992) - (xy 103.03265 154.81) - (xy 102.981712 154.8015) - (xy 102.748288 154.8015) - (xy 102.709914 154.807903) - (xy 102.518044 154.83992) - (xy 102.496545 154.847301) - (xy 102.426746 154.850449) - (xy 102.368604 154.8177) - (xy 101.576299 154.025395) - (xy 101.542814 153.964072) - (xy 101.547798 153.89438) - (xy 101.58967 153.838447) - (xy 101.65425 153.814096) - (xy 101.846911 153.798934) - (xy 102.087742 153.741115) - (xy 102.316563 153.646334) - (xy 102.52774 153.516925) - (xy 102.716073 153.356073) - (xy 102.876925 153.16774) - (xy 103.006334 152.956563) - (xy 103.101115 152.727742) - (xy 103.158934 152.486911) - (xy 103.178366 152.24) - (xy 103.158934 151.993089) - (xy 103.101115 151.752258) - (xy 103.098417 151.745746) - (xy 103.090945 151.676279) - (xy 103.122216 151.613798) - (xy 103.125267 151.610635) - (xy 109.862815 144.873087) - (xy 109.87518 144.863183) - (xy 109.875006 144.862973) - (xy 109.881012 144.858003) - (xy 109.881018 144.858) - (xy 109.928364 144.80758) - (xy 109.929635 144.806267) - (xy 109.950135 144.785769) - (xy 109.954458 144.780195) - (xy 109.958257 144.775747) - (xy 109.990585 144.741322) - (xy 110.00042 144.723432) - (xy 110.011098 144.707174) - (xy 110.023614 144.69104) - (xy 110.042374 144.647686) - (xy 110.044935 144.642458) - (xy 110.067695 144.60106) - (xy 110.072774 144.581274) - (xy 110.079072 144.562882) - (xy 110.087181 144.544145) - (xy 110.094569 144.497497) - (xy 110.095751 144.491786) - (xy 110.1075 144.44603) - (xy 110.1075 144.425614) - (xy 110.109027 144.406214) - (xy 110.11222 144.386057) - (xy 110.107775 144.339033) - (xy 110.1075 144.333195) - (xy 110.1075 125.735729) - (xy 110.127185 125.66869) - (xy 110.172484 125.626674) - (xy 110.219566 125.601195) - (xy 110.219569 125.601192) - (xy 110.219576 125.601189) - (xy 110.39724 125.462906) - (xy 110.547259 125.299944) - (xy 110.549715 125.297276) - (xy 110.549716 125.297274) - (xy 110.549722 125.297268) - (xy 110.67286 125.108791) - (xy 110.763296 124.902616) - (xy 110.818564 124.684368) - (xy 110.818565 124.684359) - (xy 110.837156 124.460005) - (xy 110.837156 124.459994) - (xy 110.818565 124.23564) - (xy 110.818563 124.235628) - (xy 110.763296 124.017385) - (xy 110.75567 124) - (xy 110.67286 123.811209) - (xy 110.549722 123.622732) - (xy 110.549719 123.622729) - (xy 110.549715 123.622723) - (xy 110.397243 123.457097) - (xy 110.397238 123.457092) - (xy 110.219577 123.318812) - (xy 110.219578 123.318812) - (xy 110.219576 123.318811) - (xy 110.18307 123.299055) - (xy 110.133479 123.249836) - (xy 110.118371 123.181619) - (xy 110.142541 123.116064) - (xy 110.18307 123.080945) - (xy 110.183084 123.080936) - (xy 110.219576 123.061189) - (xy 110.39724 122.922906) - (xy 110.496614 122.814957) - (xy 110.549715 122.757276) - (xy 110.549716 122.757274) - (xy 110.549722 122.757268) - (xy 110.67286 122.568791) - (xy 110.763296 122.362616) - (xy 110.818564 122.144368) - (xy 110.827077 122.041634) - (xy 110.837156 121.920005) - (xy 110.837156 121.919994) - (xy 110.818565 121.69564) - (xy 110.818563 121.695628) - (xy 110.813869 121.677093) - (xy 110.763296 121.477384) - (xy 110.67286 121.271209) - (xy 110.664077 121.257766) - (xy 110.580604 121.13) - (xy 110.549722 121.082732) - (xy 110.549719 121.082729) - (xy 110.549715 121.082723) - (xy 110.397243 120.917097) - (xy 110.397238 120.917092) - (xy 110.219577 120.778812) - (xy 110.219578 120.778812) - (xy 110.219576 120.778811) - (xy 110.18307 120.759055) - (xy 110.133479 120.709836) - (xy 110.118371 120.641619) - (xy 110.142541 120.576064) - (xy 110.18307 120.540945) - (xy 110.195452 120.534244) - (xy 110.219576 120.521189) - (xy 110.39724 120.382906) - (xy 110.549722 120.217268) - (xy 110.67286 120.028791) - (xy 110.763296 119.822616) - (xy 110.818564 119.604368) - (xy 110.822475 119.557172) - (xy 110.837156 119.380005) - (xy 110.837156 119.379994) - (xy 110.818565 119.15564) - (xy 110.818563 119.155628) - (xy 110.815876 119.145018) - (xy 110.763296 118.937384) - (xy 110.67286 118.731209) - (xy 110.549722 118.542732) - (xy 110.549719 118.542729) - (xy 110.549715 118.542723) - (xy 110.40451 118.384991) - (xy 110.373587 118.322337) - (xy 110.381447 118.252911) - (xy 110.425594 118.198755) - (xy 110.452405 118.184827) - (xy 110.532584 118.15492) - (xy 110.570204 118.140889) - (xy 110.687261 118.053261) - (xy 110.774889 117.936204) - (xy 110.825989 117.799201) - (xy 110.829591 117.765692) - (xy 110.832499 117.738654) - (xy 110.8325 117.738637) - (xy 110.8325 115.941362) - (xy 110.832499 115.941345) - (xy 110.82844 115.903599) - (xy 110.825989 115.880799) - (xy 110.815896 115.85374) - (xy 110.794935 115.797541) - (xy 110.774889 115.743796) - (xy 110.687261 115.626739) - (xy 110.570204 115.539111) - (xy 110.561842 115.535992) - (xy 110.433203 115.488011) - (xy 110.372654 115.4815) - (xy 110.372638 115.4815) - (xy 108.575362 115.4815) - (xy 108.575345 115.4815) - (xy 108.514797 115.488011) - (xy 108.514795 115.488011) - (xy 108.377795 115.539111) - (xy 108.260739 115.626739) - (xy 108.173111 115.743795) - (xy 108.122011 115.880795) - (xy 108.122011 115.880797) - (xy 108.1155 115.941345) - (xy 108.1155 117.738654) - (xy 108.122011 117.799202) - (xy 108.122011 117.799204) - (xy 108.148754 117.870902) - (xy 108.173111 117.936204) - (xy 108.260739 118.053261) - (xy 108.377796 118.140889) - (xy 108.429737 118.160262) - (xy 108.495595 118.184827) - (xy 108.551528 118.226699) - (xy 108.575944 118.292163) - (xy 108.561092 118.360436) - (xy 108.54349 118.384991) - (xy 108.398279 118.54273) - (xy 108.398276 118.542734) - (xy 108.27514 118.731207) - (xy 108.184703 118.937385) - (xy 108.129436 119.155628) - (xy 108.129434 119.15564) - (xy 108.110844 119.379994) - (xy 108.110844 119.380005) - (xy 108.129434 119.604359) - (xy 108.129436 119.604371) - (xy 108.184703 119.822614) - (xy 108.27514 120.028792) - (xy 108.398276 120.217265) - (xy 108.398284 120.217276) - (xy 108.550756 120.382902) - (xy 108.55076 120.382906) - (xy 108.728424 120.521189) - (xy 108.728429 120.521191) - (xy 108.728431 120.521193) - (xy 108.76493 120.540946) - (xy 108.81452 120.590165) - (xy 108.829628 120.658382) - (xy 108.805457 120.723937) - (xy 108.76493 120.759054) - (xy 108.728431 120.778806) - (xy 108.728422 120.778812) - (xy 108.550761 120.917092) - (xy 108.550756 120.917097) - (xy 108.398284 121.082723) - (xy 108.398276 121.082734) - (xy 108.299988 121.233175) - (xy 108.246842 121.278532) - (xy 108.206667 121.287776) - (xy 108.20672 121.288105) - (xy 108.201971 121.288857) - (xy 108.200082 121.289292) - (xy 108.199014 121.289325) - (xy 108.199007 121.289326) - (xy 108.1794 121.295022) - (xy 108.160361 121.298965) - (xy 108.140111 121.301524) - (xy 108.140101 121.301526) - (xy 108.096191 121.318911) - (xy 108.090665 121.320803) - (xy 108.045312 121.333979) - (xy 108.045307 121.333981) - (xy 108.027733 121.344374) - (xy 108.010272 121.352928) - (xy 107.991286 121.360446) - (xy 107.991284 121.360447) - (xy 107.953072 121.388208) - (xy 107.94819 121.391415) - (xy 107.907537 121.415457) - (xy 107.893101 121.429894) - (xy 107.878315 121.442523) - (xy 107.861793 121.454528) - (xy 107.861791 121.454529) - (xy 107.861791 121.45453) - (xy 107.861788 121.454532) - (xy 107.83168 121.490925) - (xy 107.827749 121.495246) - (xy 102.421179 126.901814) - (xy 102.40882 126.911718) - (xy 102.408993 126.911927) - (xy 102.396975 126.92187) - (xy 102.39488 126.919338) - (xy 102.347532 126.947095) - (xy 102.277721 126.944233) - (xy 102.22054 126.904083) - (xy 102.194142 126.839392) - (xy 102.1935 126.826787) - (xy 102.1935 121.257766) - (xy 102.213185 121.190727) - (xy 102.229819 121.170085) - (xy 106.572717 116.827187) - (xy 111.042517 112.357386) - (xy 111.054878 112.347485) - (xy 111.054704 112.347275) - (xy 111.060713 112.342302) - (xy 111.060718 112.3423) - (xy 111.108045 112.2919) - (xy 111.109328 112.290575) - (xy 111.112835 112.287068) - (xy 111.174164 112.253595) - (xy 111.243855 112.258592) - (xy 111.299781 112.300474) - (xy 111.324186 112.365942) - (xy 111.3245 112.374766) - (xy 111.3245 128.118781) - (xy 111.252523 158.780791) - (xy 111.232681 158.847784) - (xy 111.17977 158.893415) - (xy 111.128523 158.9045) - (xy 50.9995 158.9045) - (xy 50.932461 158.884815) - (xy 50.886706 158.832011) - (xy 50.8755 158.7805) - (xy 50.8755 157.157844) - (xy 58.29 157.157844) - (xy 58.296401 157.217372) - (xy 58.296403 157.217379) - (xy 58.346645 157.352086) - (xy 58.346649 157.352093) - (xy 58.432809 157.467187) - (xy 58.432812 157.46719) - (xy 58.547906 157.55335) - (xy 58.547913 157.553354) - (xy 58.68262 157.603596) - (xy 58.682627 157.603598) - (xy 58.742155 157.609999) - (xy 58.742172 157.61) - (xy 59.44 157.61) - (xy 59.44 156.584189) - (xy 59.492547 156.620016) - (xy 59.622173 156.66) - (xy 59.723724 156.66) - (xy 59.824138 156.644865) - (xy 59.94 156.589068) - (xy 59.94 157.61) - (xy 60.637828 157.61) - (xy 60.637844 157.609999) - (xy 60.697372 157.603598) - (xy 60.697379 157.603596) - (xy 60.832086 157.553354) - (xy 60.832093 157.55335) - (xy 60.947187 157.46719) - (xy 60.94719 157.467187) - (xy 61.03335 157.352093) - (xy 61.033355 157.352084) - (xy 61.05894 157.283486) - (xy 61.10081 157.227552) - (xy 61.166274 157.203134) - (xy 61.234547 157.217985) - (xy 61.266349 157.242832) - (xy 61.27278 157.249818) - (xy 61.456983 157.39319) - (xy 61.456985 157.393191) - (xy 61.456988 157.393193) - (xy 61.576331 157.457777) - (xy 61.662273 157.504287) - (xy 61.776914 157.543643) - (xy 61.883045 157.580079) - (xy 61.883047 157.580079) - (xy 61.883049 157.58008) - (xy 62.113288 157.6185) - (xy 62.113289 157.6185) - (xy 62.346711 157.6185) - (xy 62.346712 157.6185) - (xy 62.576951 157.58008) - (xy 62.797727 157.504287) - (xy 63.003017 157.39319) - (xy 63.18722 157.249818) - (xy 63.271888 157.157844) - (xy 78.605 157.157844) - (xy 78.611401 157.217372) - (xy 78.611403 157.217379) - (xy 78.661645 157.352086) - (xy 78.661649 157.352093) - (xy 78.747809 157.467187) - (xy 78.747812 157.46719) - (xy 78.862906 157.55335) - (xy 78.862913 157.553354) - (xy 78.99762 157.603596) - (xy 78.997627 157.603598) - (xy 79.057155 157.609999) - (xy 79.057172 157.61) - (xy 79.755 157.61) - (xy 79.755 156.584189) - (xy 79.807547 156.620016) - (xy 79.937173 156.66) - (xy 80.038724 156.66) - (xy 80.139138 156.644865) - (xy 80.255 156.589068) - (xy 80.255 157.61) - (xy 80.952828 157.61) - (xy 80.952844 157.609999) - (xy 81.012372 157.603598) - (xy 81.012379 157.603596) - (xy 81.147086 157.553354) - (xy 81.147093 157.55335) - (xy 81.262187 157.46719) - (xy 81.26219 157.467187) - (xy 81.34835 157.352093) - (xy 81.348355 157.352084) - (xy 81.37394 157.283486) - (xy 81.41581 157.227552) - (xy 81.481274 157.203134) - (xy 81.549547 157.217985) - (xy 81.581349 157.242832) - (xy 81.58778 157.249818) - (xy 81.771983 157.39319) - (xy 81.771985 157.393191) - (xy 81.771988 157.393193) - (xy 81.891331 157.457777) - (xy 81.977273 157.504287) - (xy 82.091914 157.543643) - (xy 82.198045 157.580079) - (xy 82.198047 157.580079) - (xy 82.198049 157.58008) - (xy 82.428288 157.6185) - (xy 82.428289 157.6185) - (xy 82.661711 157.6185) - (xy 82.661712 157.6185) - (xy 82.891951 157.58008) - (xy 83.112727 157.504287) - (xy 83.318017 157.39319) - (xy 83.50222 157.249818) - (xy 83.660314 157.078083) - (xy 83.787984 156.882669) - (xy 83.881749 156.668907) - (xy 83.939051 156.442626) - (xy 83.958327 156.21) - (xy 83.939051 155.977374) - (xy 83.881749 155.751093) - (xy 83.787984 155.537331) - (xy 83.660314 155.341917) - (xy 83.660313 155.341915) - (xy 83.502223 155.170185) - (xy 83.502222 155.170184) - (xy 83.50222 155.170182) - (xy 83.318017 155.02681) - (xy 83.318015 155.026809) - (xy 83.318014 155.026808) - (xy 83.318011 155.026806) - (xy 83.112733 154.915716) - (xy 83.11273 154.915715) - (xy 83.112727 154.915713) - (xy 83.112721 154.915711) - (xy 83.112719 154.91571) - (xy 82.891954 154.83992) - (xy 82.71265 154.81) - (xy 82.661712 154.8015) - (xy 82.428288 154.8015) - (xy 82.38224 154.809183) - (xy 82.198045 154.83992) - (xy 81.97728 154.91571) - (xy 81.977266 154.915716) - (xy 81.771988 155.026806) - (xy 81.771985 155.026808) - (xy 81.587781 155.170181) - (xy 81.587776 155.170185) - (xy 81.581346 155.17717) - (xy 81.521457 155.213157) - (xy 81.451619 155.211052) - (xy 81.394005 155.171524) - (xy 81.37394 155.136513) - (xy 81.348355 155.067915) - (xy 81.34835 155.067906) - (xy 81.26219 154.952812) - (xy 81.262187 154.952809) - (xy 81.147093 154.866649) - (xy 81.147086 154.866645) - (xy 81.012379 154.816403) - (xy 81.012372 154.816401) - (xy 80.952844 154.81) - (xy 80.255 154.81) - (xy 80.255 155.83581) - (xy 80.202453 155.799984) - (xy 80.072827 155.76) - (xy 79.971276 155.76) - (xy 79.870862 155.775135) - (xy 79.755 155.830931) - (xy 79.755 154.81) - (xy 79.057155 154.81) - (xy 78.997627 154.816401) - (xy 78.99762 154.816403) - (xy 78.862913 154.866645) - (xy 78.862906 154.866649) - (xy 78.747812 154.952809) - (xy 78.747809 154.952812) - (xy 78.661649 155.067906) - (xy 78.661645 155.067913) - (xy 78.611403 155.20262) - (xy 78.611401 155.202627) - (xy 78.605 155.262155) - (xy 78.605 155.96) - (xy 79.629722 155.96) - (xy 79.581375 156.04374) - (xy 79.55119 156.175992) - (xy 79.561327 156.311265) - (xy 79.610887 156.437541) - (xy 79.628797 156.46) - (xy 78.605 156.46) - (xy 78.605 157.157844) - (xy 63.271888 157.157844) - (xy 63.345314 157.078083) - (xy 63.472984 156.882669) - (xy 63.566749 156.668907) - (xy 63.624051 156.442626) - (xy 63.643327 156.21) - (xy 63.624051 155.977374) - (xy 63.566749 155.751093) - (xy 63.472984 155.537331) - (xy 63.345314 155.341917) - (xy 63.345313 155.341915) - (xy 63.187223 155.170185) - (xy 63.187222 155.170184) - (xy 63.18722 155.170182) - (xy 63.003017 155.02681) - (xy 63.003015 155.026809) - (xy 63.003014 155.026808) - (xy 63.003011 155.026806) - (xy 62.797733 154.915716) - (xy 62.79773 154.915715) - (xy 62.797727 154.915713) - (xy 62.797721 154.915711) - (xy 62.797719 154.91571) - (xy 62.576954 154.83992) - (xy 62.39765 154.81) - (xy 62.346712 154.8015) - (xy 62.113288 154.8015) - (xy 62.06724 154.809184) - (xy 61.883045 154.83992) - (xy 61.66228 154.91571) - (xy 61.662266 154.915716) - (xy 61.456988 155.026806) - (xy 61.456985 155.026808) - (xy 61.272781 155.170181) - (xy 61.272776 155.170185) - (xy 61.266346 155.17717) - (xy 61.206457 155.213157) - (xy 61.136619 155.211052) - (xy 61.079005 155.171524) - (xy 61.05894 155.136513) - (xy 61.033355 155.067915) - (xy 61.03335 155.067906) - (xy 60.94719 154.952812) - (xy 60.947187 154.952809) - (xy 60.832093 154.866649) - (xy 60.832086 154.866645) - (xy 60.697379 154.816403) - (xy 60.697372 154.816401) - (xy 60.637844 154.81) - (xy 59.94 154.81) - (xy 59.94 155.83581) - (xy 59.887453 155.799984) - (xy 59.757827 155.76) - (xy 59.656276 155.76) - (xy 59.555862 155.775135) - (xy 59.44 155.830931) - (xy 59.44 154.81) - (xy 58.742155 154.81) - (xy 58.682627 154.816401) - (xy 58.68262 154.816403) - (xy 58.547913 154.866645) - (xy 58.547906 154.866649) - (xy 58.432812 154.952809) - (xy 58.432809 154.952812) - (xy 58.346649 155.067906) - (xy 58.346645 155.067913) - (xy 58.296403 155.20262) - (xy 58.296401 155.202627) - (xy 58.29 155.262155) - (xy 58.29 155.96) - (xy 59.314722 155.96) - (xy 59.266375 156.04374) - (xy 59.23619 156.175992) - (xy 59.246327 156.311265) - (xy 59.295887 156.437541) - (xy 59.313797 156.46) - (xy 58.29 156.46) - (xy 58.29 157.157844) - (xy 50.8755 157.157844) - (xy 50.8755 67.535329) - (xy 50.895185 67.46829) - (xy 50.947989 67.422535) - (xy 51.017147 67.412591) - (xy 51.080703 67.441616) - (xy 51.099815 67.46244) - (xy 51.104066 67.46829) - (xy 51.123709 67.495327) - (xy 51.126916 67.50021) - (xy 51.150958 67.540862) - (xy 51.150962 67.540866) - (xy 51.165389 67.555293) - (xy 51.178027 67.570089) - (xy 51.190028 67.586607) - (xy 51.190031 67.58661) - (xy 51.22642 67.616713) - (xy 51.230731 67.620635) - (xy 51.634355 68.02426) - (xy 51.726388 68.116293) - (xy 51.759873 68.177616) - (xy 51.754889 68.247308) - (xy 51.742516 68.271795) - (xy 51.633139 68.439209) - (xy 51.542703 68.645385) - (xy 51.487436 68.863628) - (xy 51.487434 68.86364) - (xy 51.468844 69.087994) - (xy 51.468844 69.088005) - (xy 51.487434 69.312359) - (xy 51.487436 69.312371) - (xy 51.542703 69.530614) - (xy 51.63314 69.736792) - (xy 51.756276 69.925265) - (xy 51.756284 69.925276) - (xy 51.908756 70.090902) - (xy 51.90876 70.090906) - (xy 52.086424 70.229189) - (xy 52.086429 70.229191) - (xy 52.086431 70.229193) - (xy 52.12293 70.248946) - (xy 52.17252 70.298165) - (xy 52.187628 70.366382) - (xy 52.163457 70.431937) - (xy 52.12293 70.467054) - (xy 52.086431 70.486806) - (xy 52.086422 70.486812) - (xy 51.908761 70.625092) - (xy 51.908756 70.625097) - (xy 51.756284 70.790723) - (xy 51.756276 70.790734) - (xy 51.63314 70.979207) - (xy 51.542703 71.185385) - (xy 51.487436 71.403628) - (xy 51.487434 71.40364) - (xy 51.468844 71.627994) - (xy 51.468844 71.628005) - (xy 51.487434 71.852359) - (xy 51.487436 71.852371) - (xy 51.542703 72.070614) - (xy 51.63314 72.276792) - (xy 51.756276 72.465265) - (xy 51.756284 72.465276) - (xy 51.908756 72.630902) - (xy 51.90876 72.630906) - (xy 52.086424 72.769189) - (xy 52.086429 72.769191) - (xy 52.086431 72.769193) - (xy 52.12293 72.788946) - (xy 52.17252 72.838165) - (xy 52.187628 72.906382) - (xy 52.163457 72.971937) - (xy 52.12293 73.007054) - (xy 52.086431 73.026806) - (xy 52.086422 73.026812) - (xy 51.908761 73.165092) - (xy 51.908756 73.165097) - (xy 51.756284 73.330723) - (xy 51.756276 73.330734) - (xy 51.63314 73.519207) - (xy 51.542703 73.725385) - (xy 51.487436 73.943628) - (xy 51.487434 73.94364) - (xy 51.468844 74.167994) - (xy 51.468844 74.168005) - (xy 51.487434 74.392359) - (xy 51.487436 74.392371) - (xy 51.542703 74.610614) - (xy 51.63314 74.816792) - (xy 51.756276 75.005265) - (xy 51.756284 75.005276) - (xy 51.908756 75.170902) - (xy 51.908761 75.170907) - (xy 51.967981 75.217) - (xy 52.086424 75.309189) - (xy 52.086425 75.309189) - (xy 52.086427 75.309191) - (xy 52.213135 75.377761) - (xy 52.284426 75.416342) - (xy 52.497365 75.489444) - (xy 52.719431 75.5265) - (xy 52.944569 75.5265) - (xy 53.16663 75.489445) - (xy 53.166631 75.489444) - (xy 53.166635 75.489444) - (xy 53.166637 75.489442) - (xy 53.170849 75.488376) - (xy 53.240669 75.490988) - (xy 53.288991 75.520895) - (xy 54.702181 76.934085) - (xy 54.735666 76.995408) - (xy 54.7385 77.021766) - (xy 54.7385 122.727697) - (xy 54.718815 122.794736) - (xy 54.666011 122.840491) - (xy 54.596853 122.850435) - (xy 54.538338 122.825551) - (xy 54.437075 122.746735) - (xy 54.377766 122.700573) - (xy 54.377764 122.700572) - (xy 54.377763 122.700571) - (xy 54.162974 122.584333) - (xy 54.162966 122.58433) - (xy 53.93198 122.505032) - (xy 53.69108 122.464834) - (xy 53.446852 122.464834) - (xy 53.205951 122.505032) - (xy 52.974965 122.58433) - (xy 52.974957 122.584333) - (xy 52.760166 122.700572) - (xy 52.760162 122.700576) - (xy 52.567441 122.850576) - (xy 52.567437 122.850579) - (xy 52.402025 123.030264) - (xy 52.402022 123.030268) - (xy 52.268443 123.234724) - (xy 52.170337 123.458385) - (xy 52.110383 123.695136) - (xy 52.110381 123.695147) - (xy 52.090215 123.938528) - (xy 52.090215 123.938539) - (xy 52.110381 124.18192) - (xy 52.110383 124.181931) - (xy 52.170337 124.418682) - (xy 52.268443 124.642343) - (xy 52.371454 124.800012) - (xy 52.402024 124.846802) - (xy 52.557533 125.01573) - (xy 52.567437 125.026488) - (xy 52.567441 125.026491) - (xy 52.599595 125.051517) - (xy 52.760166 125.176495) - (xy 52.974958 125.292735) - (xy 53.205954 125.372036) - (xy 53.446852 125.412234) - (xy 53.69108 125.412234) - (xy 53.931978 125.372036) - (xy 54.162974 125.292735) - (xy 54.377766 125.176495) - (xy 54.50969 125.073814) - (xy 54.538338 125.051517) - (xy 54.603332 125.025874) - (xy 54.671872 125.039441) - (xy 54.722196 125.087909) - (xy 54.7385 125.14937) - (xy 54.7385 128.850629) - (xy 54.718815 128.917668) - (xy 54.666011 128.963423) - (xy 54.596853 128.973367) - (xy 54.538338 128.948483) - (xy 54.437075 128.869667) - (xy 54.377766 128.823505) - (xy 54.377764 128.823504) - (xy 54.377763 128.823503) - (xy 54.162974 128.707265) - (xy 54.162966 128.707262) - (xy 53.93198 128.627964) - (xy 53.69108 128.587766) - (xy 53.446852 128.587766) - (xy 53.205951 128.627964) - (xy 52.974965 128.707262) - (xy 52.974957 128.707265) - (xy 52.760166 128.823504) - (xy 52.760162 128.823508) - (xy 52.567441 128.973508) - (xy 52.567437 128.973511) - (xy 52.402025 129.153196) - (xy 52.402022 129.1532) - (xy 52.268443 129.357656) - (xy 52.170337 129.581317) - (xy 52.110383 129.818068) - (xy 52.110381 129.818079) - (xy 52.090215 130.06146) - (xy 52.090215 130.061471) - (xy 52.110381 130.304852) - (xy 52.110383 130.304863) - (xy 52.170337 130.541614) - (xy 52.268443 130.765275) - (xy 52.293696 130.803927) - (xy 52.402024 130.969734) - (xy 52.510851 131.087952) - (xy 52.567437 131.14942) - (xy 52.567441 131.149423) - (xy 52.599595 131.174449) - (xy 52.760166 131.299427) - (xy 52.974958 131.415667) - (xy 53.205954 131.494968) - (xy 53.446852 131.535166) - (xy 53.69108 131.535166) - (xy 53.931978 131.494968) - (xy 54.162974 131.415667) - (xy 54.377766 131.299427) - (xy 54.501085 131.203444) - (xy 54.538338 131.174449) - (xy 54.603332 131.148806) - (xy 54.671872 131.162373) - (xy 54.722196 131.210841) - (xy 54.7385 131.272302) - (xy 54.7385 146.568366) - (xy 54.736761 146.584113) - (xy 54.737032 146.584139) - (xy 54.736297 146.591906) - (xy 54.738469 146.66099) - (xy 54.7385 146.662938) - (xy 54.7385 146.691859) - (xy 54.739384 146.698856) - (xy 54.739842 146.704679) - (xy 54.741326 146.751889) - (xy 54.741327 146.751891) - (xy 54.747022 146.771495) - (xy 54.750967 146.790542) - (xy 54.753526 146.810797) - (xy 54.753527 146.8108) - (xy 54.753528 146.810803) - (xy 54.770914 146.854716) - (xy 54.772806 146.860244) - (xy 54.785981 146.905592) - (xy 54.796372 146.923162) - (xy 54.804932 146.940635) - (xy 54.812447 146.959617) - (xy 54.840209 146.997827) - (xy 54.843416 147.00271) - (xy 54.867458 147.043362) - (xy 54.867462 147.043366) - (xy 54.881889 147.057793) - (xy 54.894526 147.072588) - (xy 54.906528 147.089107) - (xy 54.942931 147.119222) - (xy 54.947231 147.123135) - (xy 58.48573 150.661634) - (xy 59.434703 151.610607) - (xy 59.468188 151.67193) - (xy 59.463204 151.741622) - (xy 59.461588 151.74573) - (xy 59.458884 151.752257) - (xy 59.401065 151.993092) - (xy 59.381634 152.239999) - (xy 59.401065 152.486906) - (xy 59.401065 152.486909) - (xy 59.401066 152.486911) - (xy 59.458885 152.727742) - (xy 59.458886 152.727744) - (xy 59.553663 152.956558) - (xy 59.553665 152.956562) - (xy 59.553666 152.956563) - (xy 59.683075 153.16774) - (xy 59.843927 153.356073) - (xy 60.03226 153.516925) - (xy 60.243437 153.646334) - (xy 60.243439 153.646334) - (xy 60.243441 153.646336) - (xy 60.314786 153.675888) - (xy 60.472258 153.741115) - (xy 60.713089 153.798934) - (xy 60.96 153.818366) - (xy 61.206911 153.798934) - (xy 61.447742 153.741115) - (xy 61.676563 153.646334) - (xy 61.88774 153.516925) - (xy 62.076073 153.356073) - (xy 62.236925 153.16774) - (xy 62.366334 152.956563) - (xy 62.461115 152.727742) - (xy 62.518934 152.486911) - (xy 62.538366 152.24) - (xy 62.518934 151.993089) - (xy 62.461115 151.752258) - (xy 62.370714 151.534011) - (xy 62.366336 151.523441) - (xy 62.236924 151.312259) - (xy 62.076073 151.123927) - (xy 61.88774 150.963075) - (xy 61.676563 150.833666) - (xy 61.676562 150.833665) - (xy 61.676558 150.833663) - (xy 61.458169 150.743204) - (xy 61.447742 150.738885) - (xy 61.206911 150.681066) - (xy 61.206909 150.681065) - (xy 61.206906 150.681065) - (xy 60.96 150.661634) - (xy 60.713092 150.681065) - (xy 60.472258 150.738884) - (xy 60.465735 150.741586) - (xy 60.396265 150.74905) - (xy 60.333788 150.717772) - (xy 60.330608 150.714703) - (xy 56.041818 146.425913) - (xy 56.008333 146.36459) - (xy 56.005499 146.338232) - (xy 56.005499 143.939999) - (xy 59.381634 143.939999) - (xy 59.401065 144.186906) - (xy 59.401065 144.186909) - (xy 59.401066 144.186911) - (xy 59.458885 144.427742) - (xy 59.458886 144.427744) - (xy 59.553663 144.656558) - (xy 59.553665 144.656561) - (xy 59.553666 144.656563) - (xy 59.683075 144.86774) - (xy 59.843927 145.056073) - (xy 60.03226 145.216925) - (xy 60.243437 145.346334) - (xy 60.243439 145.346334) - (xy 60.243441 145.346336) - (xy 60.314786 145.375888) - (xy 60.472258 145.441115) - (xy 60.713089 145.498934) - (xy 60.96 145.518366) - (xy 61.206911 145.498934) - (xy 61.447742 145.441115) - (xy 61.676563 145.346334) - (xy 61.88774 145.216925) - (xy 62.076073 145.056073) - (xy 62.236925 144.86774) - (xy 62.366334 144.656563) - (xy 62.461115 144.427742) - (xy 62.518934 144.186911) - (xy 62.538366 143.94) - (xy 62.538366 143.939999) - (xy 79.701634 143.939999) - (xy 79.721065 144.186906) - (xy 79.721065 144.186909) - (xy 79.721066 144.186911) - (xy 79.778885 144.427742) - (xy 79.778886 144.427744) - (xy 79.873663 144.656558) - (xy 79.873665 144.656561) - (xy 79.873666 144.656563) - (xy 80.003075 144.86774) - (xy 80.163927 145.056073) - (xy 80.35226 145.216925) - (xy 80.563437 145.346334) - (xy 80.563439 145.346334) - (xy 80.563441 145.346336) - (xy 80.634786 145.375888) - (xy 80.792258 145.441115) - (xy 81.033089 145.498934) - (xy 81.28 145.518366) - (xy 81.526911 145.498934) - (xy 81.767742 145.441115) - (xy 81.996563 145.346334) - (xy 82.20774 145.216925) - (xy 82.396073 145.056073) - (xy 82.556925 144.86774) - (xy 82.686334 144.656563) - (xy 82.781115 144.427742) - (xy 82.838934 144.186911) - (xy 82.858366 143.94) - (xy 82.838934 143.693089) - (xy 82.781115 143.452258) - (xy 82.686334 143.223437) - (xy 82.556925 143.01226) - (xy 82.396073 142.823927) - (xy 82.20774 142.663075) - (xy 81.996563 142.533666) - (xy 81.996561 142.533665) - (xy 81.996556 142.533662) - (xy 81.899742 142.493561) - (xy 81.845338 142.44972) - (xy 81.823273 142.383426) - (xy 81.840552 142.315727) - (xy 81.891689 142.268116) - (xy 81.947194 142.255) - (xy 82.292828 142.255) - (xy 82.292844 142.254999) - (xy 82.352372 142.248598) - (xy 82.352379 142.248596) - (xy 82.487086 142.198354) - (xy 82.487093 142.19835) - (xy 82.602187 142.11219) - (xy 82.60219 142.112187) - (xy 82.68835 141.997093) - (xy 82.688354 141.997086) - (xy 82.738596 141.862379) - (xy 82.738598 141.862372) - (xy 82.744999 141.802844) - (xy 82.745 141.802827) - (xy 82.745 141.09) - (xy 81.83652 141.09) - (xy 81.864755 141.029998) - (xy 81.893635 140.878607) - (xy 81.883957 140.724789) - (xy 81.840162 140.59) - (xy 82.745 140.59) - (xy 82.745 139.877172) - (xy 82.744999 139.877155) - (xy 82.738598 139.817627) - (xy 82.738596 139.81762) - (xy 82.688354 139.682913) - (xy 82.68835 139.682906) - (xy 82.60219 139.567812) - (xy 82.602187 139.567809) - (xy 82.487093 139.481649) - (xy 82.487086 139.481645) - (xy 82.352379 139.431403) - (xy 82.352372 139.431401) - (xy 82.292844 139.425) - (xy 81.53 139.425) - (xy 81.53 140.281335) - (xy 81.506341 140.268329) - (xy 81.357061 140.23) - (xy 81.241625 140.23) - (xy 81.127094 140.244469) - (xy 81.03 140.282911) - (xy 81.03 139.425) - (xy 80.267155 139.425) - (xy 80.207627 139.431401) - (xy 80.20762 139.431403) - (xy 80.072913 139.481645) - (xy 80.072906 139.481649) - (xy 79.957812 139.567809) - (xy 79.957809 139.567812) - (xy 79.871649 139.682906) - (xy 79.871645 139.682913) - (xy 79.821403 139.81762) - (xy 79.821401 139.817627) - (xy 79.815 139.877155) - (xy 79.815 140.59) - (xy 80.72348 140.59) - (xy 80.695245 140.650002) - (xy 80.666365 140.801393) - (xy 80.676043 140.955211) - (xy 80.719838 141.09) - (xy 79.815 141.09) - (xy 79.815 141.802844) - (xy 79.821401 141.862372) - (xy 79.821403 141.862379) - (xy 79.871645 141.997086) - (xy 79.871649 141.997093) - (xy 79.957809 142.112187) - (xy 79.957812 142.11219) - (xy 80.072906 142.19835) - (xy 80.072913 142.198354) - (xy 80.20762 142.248596) - (xy 80.207627 142.248598) - (xy 80.267155 142.254999) - (xy 80.267172 142.255) - (xy 80.612806 142.255) - (xy 80.679845 142.274685) - (xy 80.7256 142.327489) - (xy 80.735544 142.396647) - (xy 80.706519 142.460203) - (xy 80.660258 142.493561) - (xy 80.563443 142.533662) - (xy 80.352259 142.663075) - (xy 80.163927 142.823927) - (xy 80.003075 143.012259) - (xy 79.873663 143.223441) - (xy 79.778886 143.452255) - (xy 79.721065 143.693093) - (xy 79.701634 143.939999) - (xy 62.538366 143.939999) - (xy 62.518934 143.693089) - (xy 62.461115 143.452258) - (xy 62.366334 143.223437) - (xy 62.236925 143.01226) - (xy 62.076073 142.823927) - (xy 61.88774 142.663075) - (xy 61.676563 142.533666) - (xy 61.676561 142.533665) - (xy 61.676556 142.533662) - (xy 61.579742 142.493561) - (xy 61.525338 142.44972) - (xy 61.503273 142.383426) - (xy 61.520552 142.315727) - (xy 61.571689 142.268116) - (xy 61.627194 142.255) - (xy 61.972828 142.255) - (xy 61.972844 142.254999) - (xy 62.032372 142.248598) - (xy 62.032379 142.248596) - (xy 62.167086 142.198354) - (xy 62.167093 142.19835) - (xy 62.282187 142.11219) - (xy 62.28219 142.112187) - (xy 62.36835 141.997093) - (xy 62.368354 141.997086) - (xy 62.418596 141.862379) - (xy 62.418598 141.862372) - (xy 62.424999 141.802844) - (xy 62.425 141.802827) - (xy 62.425 141.09) - (xy 61.51652 141.09) - (xy 61.544755 141.029998) - (xy 61.573635 140.878607) - (xy 61.563957 140.724789) - (xy 61.520162 140.59) - (xy 62.425 140.59) - (xy 62.425 139.877172) - (xy 62.424999 139.877155) - (xy 62.418598 139.817627) - (xy 62.418596 139.81762) - (xy 62.368354 139.682913) - (xy 62.36835 139.682906) - (xy 62.28219 139.567812) - (xy 62.282187 139.567809) - (xy 62.167093 139.481649) - (xy 62.167086 139.481645) - (xy 62.032379 139.431403) - (xy 62.032372 139.431401) - (xy 61.972844 139.425) - (xy 61.21 139.425) - (xy 61.21 140.281335) - (xy 61.186341 140.268329) - (xy 61.037061 140.23) - (xy 60.921625 140.23) - (xy 60.807094 140.244469) - (xy 60.709999 140.282911) - (xy 60.71 139.425) - (xy 59.947155 139.425) - (xy 59.887627 139.431401) - (xy 59.88762 139.431403) - (xy 59.752913 139.481645) - (xy 59.752906 139.481649) - (xy 59.637812 139.567809) - (xy 59.637809 139.567812) - (xy 59.551649 139.682906) - (xy 59.551645 139.682913) - (xy 59.501403 139.81762) - (xy 59.501401 139.817627) - (xy 59.495 139.877155) - (xy 59.495 140.59) - (xy 60.40348 140.59) - (xy 60.375245 140.650002) - (xy 60.346365 140.801393) - (xy 60.356043 140.955211) - (xy 60.399838 141.09) - (xy 59.495 141.09) - (xy 59.495 141.802844) - (xy 59.501401 141.862372) - (xy 59.501403 141.862379) - (xy 59.551645 141.997086) - (xy 59.551649 141.997093) - (xy 59.637809 142.112187) - (xy 59.637812 142.11219) - (xy 59.752906 142.19835) - (xy 59.752913 142.198354) - (xy 59.88762 142.248596) - (xy 59.887627 142.248598) - (xy 59.947155 142.254999) - (xy 59.947172 142.255) - (xy 60.292806 142.255) - (xy 60.359845 142.274685) - (xy 60.4056 142.327489) - (xy 60.415544 142.396647) - (xy 60.386519 142.460203) - (xy 60.340258 142.493561) - (xy 60.243443 142.533662) - (xy 60.032259 142.663075) - (xy 59.843927 142.823927) - (xy 59.683075 143.012259) - (xy 59.553663 143.223441) - (xy 59.458886 143.452255) - (xy 59.401065 143.693093) - (xy 59.381634 143.939999) - (xy 56.005499 143.939999) - (xy 56.005499 136.837844) - (xy 78.61 136.837844) - (xy 78.616401 136.897372) - (xy 78.616403 136.897379) - (xy 78.666645 137.032086) - (xy 78.666649 137.032093) - (xy 78.752809 137.147187) - (xy 78.752812 137.14719) - (xy 78.867906 137.23335) - (xy 78.867913 137.233354) - (xy 79.00262 137.283596) - (xy 79.002627 137.283598) - (xy 79.062155 137.289999) - (xy 79.062172 137.29) - (xy 79.76 137.29) - (xy 79.76 136.264189) - (xy 79.812547 136.300016) - (xy 79.942173 136.34) - (xy 80.043724 136.34) - (xy 80.144138 136.324865) - (xy 80.26 136.269068) - (xy 80.26 137.29) - (xy 80.957828 137.29) - (xy 80.957844 137.289999) - (xy 81.017372 137.283598) - (xy 81.017379 137.283596) - (xy 81.152086 137.233354) - (xy 81.152093 137.23335) - (xy 81.267187 137.14719) - (xy 81.26719 137.147187) - (xy 81.35335 137.032093) - (xy 81.353355 137.032084) - (xy 81.37894 136.963486) - (xy 81.42081 136.907552) - (xy 81.486274 136.883134) - (xy 81.554547 136.897985) - (xy 81.586349 136.922832) - (xy 81.59278 136.929818) - (xy 81.776983 137.07319) - (xy 81.776985 137.073191) - (xy 81.776988 137.073193) - (xy 81.896331 137.137777) - (xy 81.982273 137.184287) - (xy 82.096914 137.223643) - (xy 82.203045 137.260079) - (xy 82.203047 137.260079) - (xy 82.203049 137.26008) - (xy 82.433288 137.2985) - (xy 82.433289 137.2985) - (xy 82.666711 137.2985) - (xy 82.666712 137.2985) - (xy 82.896951 137.26008) - (xy 83.117727 137.184287) - (xy 83.323017 137.07319) - (xy 83.50722 136.929818) - (xy 83.665314 136.758083) - (xy 83.792984 136.562669) - (xy 83.886749 136.348907) - (xy 83.944051 136.122626) - (xy 83.957996 135.954341) - (xy 83.963327 135.890005) - (xy 83.963327 135.889994) - (xy 83.94619 135.683187) - (xy 83.944051 135.657374) - (xy 83.886749 135.431093) - (xy 83.792984 135.217331) - (xy 83.763071 135.171545) - (xy 83.665313 135.021915) - (xy 83.507223 134.850185) - (xy 83.507222 134.850184) - (xy 83.50722 134.850182) - (xy 83.323017 134.70681) - (xy 83.323015 134.706809) - (xy 83.323014 134.706808) - (xy 83.323011 134.706806) - (xy 83.117733 134.595716) - (xy 83.11773 134.595715) - (xy 83.117727 134.595713) - (xy 83.117721 134.595711) - (xy 83.117719 134.59571) - (xy 82.896954 134.51992) - (xy 82.71765 134.49) - (xy 82.666712 134.4815) - (xy 82.433288 134.4815) - (xy 82.38724 134.489184) - (xy 82.203045 134.51992) - (xy 81.98228 134.59571) - (xy 81.982266 134.595716) - (xy 81.776988 134.706806) - (xy 81.776985 134.706808) - (xy 81.592781 134.850181) - (xy 81.592776 134.850185) - (xy 81.586346 134.85717) - (xy 81.526457 134.893157) - (xy 81.456619 134.891052) - (xy 81.399005 134.851524) - (xy 81.37894 134.816513) - (xy 81.353355 134.747915) - (xy 81.35335 134.747906) - (xy 81.26719 134.632812) - (xy 81.267187 134.632809) - (xy 81.152093 134.546649) - (xy 81.152086 134.546645) - (xy 81.017379 134.496403) - (xy 81.017372 134.496401) - (xy 80.957844 134.49) - (xy 80.26 134.49) - (xy 80.26 135.51581) - (xy 80.207453 135.479984) - (xy 80.077827 135.44) - (xy 79.976276 135.44) - (xy 79.875862 135.455135) - (xy 79.76 135.510931) - (xy 79.76 134.49) - (xy 79.062155 134.49) - (xy 79.002627 134.496401) - (xy 79.00262 134.496403) - (xy 78.867913 134.546645) - (xy 78.867906 134.546649) - (xy 78.752812 134.632809) - (xy 78.752809 134.632812) - (xy 78.666649 134.747906) - (xy 78.666645 134.747913) - (xy 78.616403 134.88262) - (xy 78.616401 134.882627) - (xy 78.61 134.942155) - (xy 78.61 135.64) - (xy 79.634722 135.64) - (xy 79.586375 135.72374) - (xy 79.55619 135.855992) - (xy 79.566327 135.991265) - (xy 79.615887 136.117541) - (xy 79.633797 136.14) - (xy 78.61 136.14) - (xy 78.61 136.837844) - (xy 56.005499 136.837844) - (xy 56.005499 134.391039) - (xy 56.419783 134.391039) - (xy 56.439949 134.63442) - (xy 56.439951 134.634431) - (xy 56.499905 134.871182) - (xy 56.598011 135.094843) - (xy 56.663727 135.195428) - (xy 56.731592 135.299302) - (xy 56.86908 135.448654) - (xy 56.897005 135.478988) - (xy 56.897009 135.478991) - (xy 56.912192 135.490808) - (xy 57.089734 135.628995) - (xy 57.304526 135.745235) - (xy 57.535522 135.824536) - (xy 57.77642 135.864734) - (xy 58.020648 135.864734) - (xy 58.261546 135.824536) - (xy 58.492542 135.745235) - (xy 58.707334 135.628995) - (xy 58.900065 135.478986) - (xy 59.065476 135.299302) - (xy 59.199057 135.094842) - (xy 59.297162 134.871184) - (xy 59.357117 134.634428) - (xy 59.360325 134.595713) - (xy 59.377285 134.391039) - (xy 59.377285 134.391028) - (xy 59.357118 134.147647) - (xy 59.357116 134.147636) - (xy 59.297162 133.910885) - (xy 59.199056 133.687224) - (xy 59.065477 133.482768) - (xy 59.065476 133.482766) - (xy 58.900065 133.303082) - (xy 58.900064 133.303081) - (xy 58.900062 133.303079) - (xy 58.900058 133.303076) - (xy 58.784996 133.21352) - (xy 58.707334 133.153073) - (xy 58.707333 133.153072) - (xy 58.492542 133.036833) - (xy 58.492534 133.03683) - (xy 58.261548 132.957532) - (xy 58.020648 132.917334) - (xy 57.77642 132.917334) - (xy 57.535519 132.957532) - (xy 57.304533 133.03683) - (xy 57.304525 133.036833) - (xy 57.089734 133.153072) - (xy 57.08973 133.153076) - (xy 56.897009 133.303076) - (xy 56.897005 133.303079) - (xy 56.731593 133.482764) - (xy 56.73159 133.482768) - (xy 56.598011 133.687224) - (xy 56.499905 133.910885) - (xy 56.439951 134.147636) - (xy 56.439949 134.147647) - (xy 56.419783 134.391028) - (xy 56.419783 134.391039) - (xy 56.005499 134.391039) - (xy 56.005499 130.000005) - (xy 59.481249 130.000005) - (xy 59.501415 130.243386) - (xy 59.501417 130.243397) - (xy 59.561371 130.480148) - (xy 59.659477 130.703809) - (xy 59.724888 130.803927) - (xy 59.793058 130.908268) - (xy 59.849642 130.969735) - (xy 59.958471 131.087954) - (xy 59.958475 131.087957) - (xy 60.1512 131.237961) - (xy 60.365992 131.354201) - (xy 60.596988 131.433502) - (xy 60.837886 131.4737) - (xy 61.082114 131.4737) - (xy 61.323012 131.433502) - (xy 61.554008 131.354201) - (xy 61.7688 131.237961) - (xy 61.961531 131.087952) - (xy 62.126942 130.908268) - (xy 62.260523 130.703808) - (xy 62.358628 130.48015) - (xy 62.418583 130.243394) - (xy 62.418584 130.243386) - (xy 62.438751 130.000005) - (xy 62.438751 129.999994) - (xy 62.418584 129.756613) - (xy 62.418582 129.756602) - (xy 62.415667 129.745091) - (xy 62.358628 129.51985) - (xy 62.260523 129.296192) - (xy 62.126942 129.091732) - (xy 61.961531 128.912048) - (xy 61.96153 128.912047) - (xy 61.961528 128.912045) - (xy 61.961524 128.912042) - (xy 61.847769 128.823503) - (xy 61.7688 128.762039) - (xy 61.768799 128.762038) - (xy 61.554008 128.645799) - (xy 61.554 128.645796) - (xy 61.323014 128.566498) - (xy 61.082114 128.5263) - (xy 60.837886 128.5263) - (xy 60.596985 128.566498) - (xy 60.365999 128.645796) - (xy 60.365991 128.645799) - (xy 60.1512 128.762038) - (xy 60.151196 128.762042) - (xy 59.958475 128.912042) - (xy 59.958471 128.912045) - (xy 59.793059 129.09173) - (xy 59.793056 129.091734) - (xy 59.659477 129.29619) - (xy 59.561371 129.519851) - (xy 59.501417 129.756602) - (xy 59.501415 129.756613) - (xy 59.481249 129.999994) - (xy 59.481249 130.000005) - (xy 56.005499 130.000005) - (xy 56.005499 124.000005) - (xy 59.481249 124.000005) - (xy 59.501415 124.243386) - (xy 59.501417 124.243397) - (xy 59.561371 124.480148) - (xy 59.659477 124.703809) - (xy 59.785647 124.896925) - (xy 59.793058 124.908268) - (xy 59.958429 125.087909) - (xy 59.958471 125.087954) - (xy 59.958475 125.087957) - (xy 60.1512 125.237961) - (xy 60.365992 125.354201) - (xy 60.596988 125.433502) - (xy 60.837886 125.4737) - (xy 61.082114 125.4737) - (xy 61.323012 125.433502) - (xy 61.554008 125.354201) - (xy 61.7688 125.237961) - (xy 61.961531 125.087952) - (xy 62.126942 124.908268) - (xy 62.260523 124.703808) - (xy 62.358628 124.48015) - (xy 62.418583 124.243394) - (xy 62.419226 124.23564) - (xy 62.438751 124.000005) - (xy 62.438751 123.999994) - (xy 62.418584 123.756613) - (xy 62.418582 123.756602) - (xy 62.384679 123.622723) - (xy 62.358628 123.51985) - (xy 62.260523 123.296192) - (xy 62.126942 123.091732) - (xy 61.961531 122.912048) - (xy 61.96153 122.912047) - (xy 61.961528 122.912045) - (xy 61.961524 122.912042) - (xy 61.8504 122.825551) - (xy 61.7688 122.762039) - (xy 61.768799 122.762038) - (xy 61.554008 122.645799) - (xy 61.554 122.645796) - (xy 61.323014 122.566498) - (xy 61.082114 122.5263) - (xy 60.837886 122.5263) - (xy 60.596985 122.566498) - (xy 60.365999 122.645796) - (xy 60.365991 122.645799) - (xy 60.1512 122.762038) - (xy 60.151196 122.762042) - (xy 59.958475 122.912042) - (xy 59.958471 122.912045) - (xy 59.793059 123.09173) - (xy 59.793056 123.091734) - (xy 59.659477 123.29619) - (xy 59.561371 123.519851) - (xy 59.501417 123.756602) - (xy 59.501415 123.756613) - (xy 59.481249 123.999994) - (xy 59.481249 124.000005) - (xy 56.005499 124.000005) - (xy 56.005499 119.608971) - (xy 56.419783 119.608971) - (xy 56.439949 119.852352) - (xy 56.439951 119.852363) - (xy 56.499905 120.089114) - (xy 56.598011 120.312775) - (xy 56.685723 120.447027) - (xy 56.731592 120.517234) - (xy 56.803288 120.595117) - (xy 56.897005 120.69692) - (xy 56.897009 120.696923) - (xy 57.089734 120.846927) - (xy 57.304526 120.963167) - (xy 57.535522 121.042468) - (xy 57.77642 121.082666) - (xy 58.020648 121.082666) - (xy 58.261546 121.042468) - (xy 58.492542 120.963167) - (xy 58.707334 120.846927) - (xy 58.900065 120.696918) - (xy 59.065476 120.517234) - (xy 59.199057 120.312774) - (xy 59.297162 120.089116) - (xy 59.357117 119.85236) - (xy 59.377285 119.608966) - (xy 59.376904 119.604371) - (xy 59.357118 119.365579) - (xy 59.357116 119.365568) - (xy 59.297162 119.128817) - (xy 59.213192 118.937384) - (xy 59.199057 118.905158) - (xy 59.065476 118.700698) - (xy 58.900065 118.521014) - (xy 58.900064 118.521013) - (xy 58.900062 118.521011) - (xy 58.900058 118.521008) - (xy 58.805563 118.44746) - (xy 58.707334 118.371005) - (xy 58.707333 118.371004) - (xy 58.492542 118.254765) - (xy 58.492534 118.254762) - (xy 58.261548 118.175464) - (xy 58.020648 118.135266) - (xy 57.77642 118.135266) - (xy 57.535519 118.175464) - (xy 57.304533 118.254762) - (xy 57.304525 118.254765) - (xy 57.089734 118.371004) - (xy 57.08973 118.371008) - (xy 56.897009 118.521008) - (xy 56.897005 118.521011) - (xy 56.731593 118.700696) - (xy 56.73159 118.7007) - (xy 56.598011 118.905156) - (xy 56.499905 119.128817) - (xy 56.439951 119.365568) - (xy 56.439949 119.365579) - (xy 56.419783 119.60896) - (xy 56.419783 119.608971) - (xy 56.005499 119.608971) - (xy 56.005499 116.517844) - (xy 58.29 116.517844) - (xy 58.296401 116.577372) - (xy 58.296403 116.577379) - (xy 58.346645 116.712086) - (xy 58.346649 116.712093) - (xy 58.432809 116.827187) - (xy 58.432812 116.82719) - (xy 58.547906 116.91335) - (xy 58.547913 116.913354) - (xy 58.68262 116.963596) - (xy 58.682627 116.963598) - (xy 58.742155 116.969999) - (xy 58.742172 116.97) - (xy 59.44 116.97) - (xy 59.44 115.944189) - (xy 59.492547 115.980016) - (xy 59.622173 116.02) - (xy 59.723724 116.02) - (xy 59.824138 116.004865) - (xy 59.94 115.949068) - (xy 59.94 116.97) - (xy 60.637828 116.97) - (xy 60.637844 116.969999) - (xy 60.697372 116.963598) - (xy 60.697379 116.963596) - (xy 60.832086 116.913354) - (xy 60.832093 116.91335) - (xy 60.947187 116.82719) - (xy 60.94719 116.827187) - (xy 61.03335 116.712093) - (xy 61.033355 116.712084) - (xy 61.05894 116.643486) - (xy 61.10081 116.587552) - (xy 61.166274 116.563134) - (xy 61.234547 116.577985) - (xy 61.266349 116.602832) - (xy 61.27278 116.609818) - (xy 61.456983 116.75319) - (xy 61.456985 116.753191) - (xy 61.456988 116.753193) - (xy 61.576331 116.817777) - (xy 61.662273 116.864287) - (xy 61.776914 116.903643) - (xy 61.883045 116.940079) - (xy 61.883047 116.940079) - (xy 61.883049 116.94008) - (xy 62.113288 116.9785) - (xy 62.113289 116.9785) - (xy 62.346711 116.9785) - (xy 62.346712 116.9785) - (xy 62.576951 116.94008) - (xy 62.797727 116.864287) - (xy 63.003017 116.75319) - (xy 63.18722 116.609818) - (xy 63.345314 116.438083) - (xy 63.472984 116.242669) - (xy 63.566749 116.028907) - (xy 63.624051 115.802626) - (xy 63.634936 115.671265) - (xy 63.643327 115.570005) - (xy 63.643327 115.569994) - (xy 63.62619 115.363187) - (xy 63.624051 115.337374) - (xy 63.566749 115.111093) - (xy 63.472984 114.897331) - (xy 63.443805 114.852669) - (xy 63.345313 114.701915) - (xy 63.187223 114.530185) - (xy 63.187222 114.530184) - (xy 63.18722 114.530182) - (xy 63.003017 114.38681) - (xy 63.003015 114.386809) - (xy 63.003014 114.386808) - (xy 63.003011 114.386806) - (xy 62.797733 114.275716) - (xy 62.79773 114.275715) - (xy 62.797727 114.275713) - (xy 62.797721 114.275711) - (xy 62.797719 114.27571) - (xy 62.576954 114.19992) - (xy 62.39765 114.17) - (xy 62.346712 114.1615) - (xy 62.113288 114.1615) - (xy 62.06724 114.169184) - (xy 61.883045 114.19992) - (xy 61.66228 114.27571) - (xy 61.662266 114.275716) - (xy 61.456988 114.386806) - (xy 61.456985 114.386808) - (xy 61.272781 114.530181) - (xy 61.272776 114.530185) - (xy 61.266346 114.53717) - (xy 61.206457 114.573157) - (xy 61.136619 114.571052) - (xy 61.079005 114.531524) - (xy 61.05894 114.496513) - (xy 61.033355 114.427915) - (xy 61.03335 114.427906) - (xy 60.94719 114.312812) - (xy 60.947187 114.312809) - (xy 60.832093 114.226649) - (xy 60.832086 114.226645) - (xy 60.697379 114.176403) - (xy 60.697372 114.176401) - (xy 60.637844 114.17) - (xy 59.94 114.17) - (xy 59.94 115.19581) - (xy 59.887453 115.159984) - (xy 59.757827 115.12) - (xy 59.656276 115.12) - (xy 59.555862 115.135135) - (xy 59.44 115.190931) - (xy 59.44 114.17) - (xy 58.742155 114.17) - (xy 58.682627 114.176401) - (xy 58.68262 114.176403) - (xy 58.547913 114.226645) - (xy 58.547906 114.226649) - (xy 58.432812 114.312809) - (xy 58.432809 114.312812) - (xy 58.346649 114.427906) - (xy 58.346645 114.427913) - (xy 58.296403 114.56262) - (xy 58.296401 114.562627) - (xy 58.29 114.622155) - (xy 58.29 115.32) - (xy 59.314722 115.32) - (xy 59.266375 115.40374) - (xy 59.23619 115.535992) - (xy 59.246327 115.671265) - (xy 59.295887 115.797541) - (xy 59.313797 115.82) - (xy 58.29 115.82) - (xy 58.29 116.517844) - (xy 56.005499 116.517844) - (xy 56.005499 111.6) - (xy 59.381634 111.6) - (xy 59.401065 111.846906) - (xy 59.401065 111.846909) - (xy 59.401066 111.846911) - (xy 59.458885 112.087742) - (xy 59.458886 112.087744) - (xy 59.553663 112.316558) - (xy 59.553665 112.316562) - (xy 59.553666 112.316563) - (xy 59.683075 112.52774) - (xy 59.843927 112.716073) - (xy 60.03226 112.876925) - (xy 60.243437 113.006334) - (xy 60.243439 113.006334) - (xy 60.243441 113.006336) - (xy 60.309736 113.033796) - (xy 60.472258 113.101115) - (xy 60.713089 113.158934) - (xy 60.96 113.178366) - (xy 61.206911 113.158934) - (xy 61.447742 113.101115) - (xy 61.676563 113.006334) - (xy 61.88774 112.876925) - (xy 62.076073 112.716073) - (xy 62.236925 112.52774) - (xy 62.366334 112.316563) - (xy 62.461115 112.087742) - (xy 62.518934 111.846911) - (xy 62.538366 111.6) - (xy 62.518934 111.353089) - (xy 62.461115 111.112258) - (xy 62.366334 110.883437) - (xy 62.236925 110.67226) - (xy 62.076073 110.483927) - (xy 61.88774 110.323075) - (xy 61.676563 110.193666) - (xy 61.676562 110.193665) - (xy 61.676558 110.193663) - (xy 61.447744 110.098886) - (xy 61.447742 110.098885) - (xy 61.206911 110.041066) - (xy 61.206909 110.041065) - (xy 61.206906 110.041065) - (xy 60.96 110.021634) - (xy 60.713093 110.041065) - (xy 60.713088 110.041066) - (xy 60.713089 110.041066) - (xy 60.472258 110.098885) - (xy 60.472256 110.098885) - (xy 60.472255 110.098886) - (xy 60.243441 110.193663) - (xy 60.032259 110.323075) - (xy 59.843927 110.483927) - (xy 59.683075 110.672259) - (xy 59.553663 110.883441) - (xy 59.458886 111.112255) - (xy 59.401065 111.353093) - (xy 59.381634 111.6) - (xy 56.005499 111.6) - (xy 56.005499 111.587895) - (xy 56.005499 103.3) - (xy 59.381634 103.3) - (xy 59.401065 103.546906) - (xy 59.401065 103.546909) - (xy 59.401066 103.546911) - (xy 59.458885 103.787742) - (xy 59.458886 103.787744) - (xy 59.553663 104.016558) - (xy 59.553665 104.016562) - (xy 59.553666 104.016563) - (xy 59.683075 104.22774) - (xy 59.843927 104.416073) - (xy 60.03226 104.576925) - (xy 60.243437 104.706334) - (xy 60.243439 104.706334) - (xy 60.243441 104.706336) - (xy 60.314786 104.735888) - (xy 60.472258 104.801115) - (xy 60.713089 104.858934) - (xy 60.96 104.878366) - (xy 61.206911 104.858934) - (xy 61.447742 104.801115) - (xy 61.676563 104.706334) - (xy 61.88774 104.576925) - (xy 62.076073 104.416073) - (xy 62.236925 104.22774) - (xy 62.366334 104.016563) - (xy 62.461115 103.787742) - (xy 62.518934 103.546911) - (xy 62.538366 103.3) - (xy 62.518934 103.053089) - (xy 62.461115 102.812258) - (xy 62.366334 102.583437) - (xy 62.236925 102.37226) - (xy 62.076073 102.183927) - (xy 61.88774 102.023075) - (xy 61.676563 101.893666) - (xy 61.676561 101.893665) - (xy 61.676556 101.893662) - (xy 61.579742 101.853561) - (xy 61.525338 101.80972) - (xy 61.503273 101.743426) - (xy 61.520552 101.675727) - (xy 61.571689 101.628116) - (xy 61.627194 101.615) - (xy 61.972828 101.615) - (xy 61.972844 101.614999) - (xy 62.032372 101.608598) - (xy 62.032379 101.608596) - (xy 62.167086 101.558354) - (xy 62.167093 101.55835) - (xy 62.282187 101.47219) - (xy 62.28219 101.472187) - (xy 62.36835 101.357093) - (xy 62.368354 101.357086) - (xy 62.418596 101.222379) - (xy 62.418598 101.222372) - (xy 62.424999 101.162844) - (xy 62.425 101.162827) - (xy 62.425 100.45) - (xy 61.51652 100.45) - (xy 61.544755 100.389998) - (xy 61.573635 100.238607) - (xy 61.563957 100.084789) - (xy 61.520162 99.95) - (xy 62.425 99.95) - (xy 62.425 99.237172) - (xy 62.424999 99.237155) - (xy 62.418598 99.177627) - (xy 62.418596 99.17762) - (xy 62.368354 99.042913) - (xy 62.36835 99.042906) - (xy 62.28219 98.927812) - (xy 62.282187 98.927809) - (xy 62.167093 98.841649) - (xy 62.167086 98.841645) - (xy 62.032379 98.791403) - (xy 62.032372 98.791401) - (xy 61.972844 98.785) - (xy 61.21 98.785) - (xy 61.21 99.641335) - (xy 61.186341 99.628329) - (xy 61.037061 99.59) - (xy 60.921625 99.59) - (xy 60.807094 99.604469) - (xy 60.709999 99.642911) - (xy 60.71 98.785) - (xy 59.947155 98.785) - (xy 59.887627 98.791401) - (xy 59.88762 98.791403) - (xy 59.752913 98.841645) - (xy 59.752906 98.841649) - (xy 59.637812 98.927809) - (xy 59.637809 98.927812) - (xy 59.551649 99.042906) - (xy 59.551645 99.042913) - (xy 59.501403 99.17762) - (xy 59.501401 99.177627) - (xy 59.495 99.237155) - (xy 59.495 99.95) - (xy 60.40348 99.95) - (xy 60.375245 100.010002) - (xy 60.346365 100.161393) - (xy 60.356043 100.315211) - (xy 60.399838 100.45) - (xy 59.495 100.45) - (xy 59.495 101.162844) - (xy 59.501401 101.222372) - (xy 59.501403 101.222379) - (xy 59.551645 101.357086) - (xy 59.551649 101.357093) - (xy 59.637809 101.472187) - (xy 59.637812 101.47219) - (xy 59.752906 101.55835) - (xy 59.752913 101.558354) - (xy 59.88762 101.608596) - (xy 59.887627 101.608598) - (xy 59.947155 101.614999) - (xy 59.947172 101.615) - (xy 60.292806 101.615) - (xy 60.359845 101.634685) - (xy 60.4056 101.687489) - (xy 60.415544 101.756647) - (xy 60.386519 101.820203) - (xy 60.340258 101.853561) - (xy 60.243443 101.893662) - (xy 60.032259 102.023075) - (xy 59.843927 102.183927) - (xy 59.683075 102.372259) - (xy 59.553663 102.583441) - (xy 59.458886 102.812255) - (xy 59.401065 103.053093) - (xy 59.381634 103.3) - (xy 56.005499 103.3) - (xy 56.005499 96.197844) - (xy 58.29 96.197844) - (xy 58.296401 96.257372) - (xy 58.296403 96.257379) - (xy 58.346645 96.392086) - (xy 58.346649 96.392093) - (xy 58.432809 96.507187) - (xy 58.432812 96.50719) - (xy 58.547906 96.59335) - (xy 58.547913 96.593354) - (xy 58.68262 96.643596) - (xy 58.682627 96.643598) - (xy 58.742155 96.649999) - (xy 58.742172 96.65) - (xy 59.44 96.65) - (xy 59.44 95.624189) - (xy 59.492547 95.660016) - (xy 59.622173 95.7) - (xy 59.723724 95.7) - (xy 59.824138 95.684865) - (xy 59.94 95.629068) - (xy 59.94 96.65) - (xy 60.637828 96.65) - (xy 60.637844 96.649999) - (xy 60.697372 96.643598) - (xy 60.697379 96.643596) - (xy 60.832086 96.593354) - (xy 60.832093 96.59335) - (xy 60.947187 96.50719) - (xy 60.94719 96.507187) - (xy 61.03335 96.392093) - (xy 61.033355 96.392084) - (xy 61.05894 96.323486) - (xy 61.10081 96.267552) - (xy 61.166274 96.243134) - (xy 61.234547 96.257985) - (xy 61.266349 96.282832) - (xy 61.27278 96.289818) - (xy 61.456983 96.43319) - (xy 61.456985 96.433191) - (xy 61.456988 96.433193) - (xy 61.576331 96.497777) - (xy 61.662273 96.544287) - (xy 61.776914 96.583643) - (xy 61.883045 96.620079) - (xy 61.883047 96.620079) - (xy 61.883049 96.62008) - (xy 62.113288 96.6585) - (xy 62.113289 96.6585) - (xy 62.346711 96.6585) - (xy 62.346712 96.6585) - (xy 62.576951 96.62008) - (xy 62.797727 96.544287) - (xy 63.003017 96.43319) - (xy 63.18722 96.289818) - (xy 63.345314 96.118083) - (xy 63.472984 95.922669) - (xy 63.566749 95.708907) - (xy 63.624051 95.482626) - (xy 63.634936 95.351265) - (xy 63.643327 95.250005) - (xy 63.643327 95.249994) - (xy 63.624051 95.017377) - (xy 63.624051 95.017374) - (xy 63.566749 94.791093) - (xy 63.472984 94.577331) - (xy 63.433355 94.516674) - (xy 63.345313 94.381915) - (xy 63.187223 94.210185) - (xy 63.187222 94.210184) - (xy 63.18722 94.210182) - (xy 63.003017 94.06681) - (xy 63.003015 94.066809) - (xy 63.003014 94.066808) - (xy 63.003011 94.066806) - (xy 62.797733 93.955716) - (xy 62.79773 93.955715) - (xy 62.797727 93.955713) - (xy 62.797721 93.955711) - (xy 62.797719 93.95571) - (xy 62.576954 93.87992) - (xy 62.39765 93.85) - (xy 62.346712 93.8415) - (xy 62.113288 93.8415) - (xy 62.06724 93.849184) - (xy 61.883045 93.87992) - (xy 61.66228 93.95571) - (xy 61.662266 93.955716) - (xy 61.456988 94.066806) - (xy 61.456985 94.066808) - (xy 61.272781 94.210181) - (xy 61.272776 94.210185) - (xy 61.266346 94.21717) - (xy 61.206457 94.253157) - (xy 61.136619 94.251052) - (xy 61.079005 94.211524) - (xy 61.05894 94.176513) - (xy 61.033355 94.107915) - (xy 61.03335 94.107906) - (xy 60.94719 93.992812) - (xy 60.947187 93.992809) - (xy 60.832093 93.906649) - (xy 60.832086 93.906645) - (xy 60.697379 93.856403) - (xy 60.697372 93.856401) - (xy 60.637844 93.85) - (xy 59.94 93.85) - (xy 59.94 94.87581) - (xy 59.887453 94.839984) - (xy 59.757827 94.8) - (xy 59.656276 94.8) - (xy 59.555862 94.815135) - (xy 59.44 94.870931) - (xy 59.44 93.85) - (xy 58.742155 93.85) - (xy 58.682627 93.856401) - (xy 58.68262 93.856403) - (xy 58.547913 93.906645) - (xy 58.547906 93.906649) - (xy 58.432812 93.992809) - (xy 58.432809 93.992812) - (xy 58.346649 94.107906) - (xy 58.346645 94.107913) - (xy 58.296403 94.24262) - (xy 58.296401 94.242627) - (xy 58.29 94.302155) - (xy 58.29 95) - (xy 59.314722 95) - (xy 59.266375 95.08374) - (xy 59.23619 95.215992) - (xy 59.246327 95.351265) - (xy 59.295887 95.477541) - (xy 59.313797 95.5) - (xy 58.29 95.5) - (xy 58.29 96.197844) - (xy 56.005499 96.197844) - (xy 56.005499 91.28) - (xy 59.381634 91.28) - (xy 59.401065 91.526906) - (xy 59.401065 91.526909) - (xy 59.401066 91.526911) - (xy 59.458885 91.767742) - (xy 59.458886 91.767744) - (xy 59.553663 91.996558) - (xy 59.553665 91.996562) - (xy 59.553666 91.996563) - (xy 59.683075 92.20774) - (xy 59.843927 92.396073) - (xy 60.03226 92.556925) - (xy 60.243437 92.686334) - (xy 60.243439 92.686334) - (xy 60.243441 92.686336) - (xy 60.309736 92.713796) - (xy 60.472258 92.781115) - (xy 60.713089 92.838934) - (xy 60.96 92.858366) - (xy 61.206911 92.838934) - (xy 61.447742 92.781115) - (xy 61.676563 92.686334) - (xy 61.88774 92.556925) - (xy 62.076073 92.396073) - (xy 62.236925 92.20774) - (xy 62.366334 91.996563) - (xy 62.461115 91.767742) - (xy 62.518934 91.526911) - (xy 62.538366 91.28) - (xy 62.518934 91.033089) - (xy 62.461115 90.792258) - (xy 62.366334 90.563437) - (xy 62.236925 90.35226) - (xy 62.076073 90.163927) - (xy 61.88774 90.003075) - (xy 61.676563 89.873666) - (xy 61.676562 89.873665) - (xy 61.676558 89.873663) - (xy 61.447744 89.778886) - (xy 61.447742 89.778885) - (xy 61.206911 89.721066) - (xy 61.206909 89.721065) - (xy 61.206906 89.721065) - (xy 60.96 89.701634) - (xy 60.713093 89.721065) - (xy 60.713088 89.721066) - (xy 60.713089 89.721066) - (xy 60.472258 89.778885) - (xy 60.472256 89.778885) - (xy 60.472255 89.778886) - (xy 60.243441 89.873663) - (xy 60.032259 90.003075) - (xy 59.843927 90.163927) - (xy 59.683075 90.352259) - (xy 59.553663 90.563441) - (xy 59.458886 90.792255) - (xy 59.401065 91.033093) - (xy 59.381634 91.28) - (xy 56.005499 91.28) - (xy 56.005499 81.829209) - (xy 56.025184 81.762174) - (xy 56.077988 81.716419) - (xy 56.147146 81.706475) - (xy 56.210702 81.7355) - (xy 56.236226 81.766083) - (xy 56.240472 81.773262) - (xy 56.249032 81.790735) - (xy 56.256547 81.809717) - (xy 56.284309 81.847927) - (xy 56.287516 81.85281) - (xy 56.311558 81.893462) - (xy 56.311562 81.893466) - (xy 56.325989 81.907893) - (xy 56.338626 81.922688) - (xy 56.350628 81.939207) - (xy 56.387031 81.969322) - (xy 56.391331 81.973235) - (xy 58.325836 83.90774) - (xy 67.121763 92.703669) - (xy 67.121793 92.703697) - (xy 67.291831 92.873735) - (xy 67.325316 92.935058) - (xy 67.32815 92.961416) - (xy 67.32815 95.079882) - (xy 67.308465 95.146921) - (xy 67.291831 95.167563) - (xy 64.211179 98.248214) - (xy 64.19882 98.258118) - (xy 64.198993 98.258327) - (xy 64.192981 98.2633) - (xy 64.145673 98.313677) - (xy 64.14432 98.315073) - (xy 64.123873 98.335521) - (xy 64.123857 98.335539) - (xy 64.119531 98.341114) - (xy 64.115747 98.345544) - (xy 64.083419 98.379971) - (xy 64.083412 98.379981) - (xy 64.073579 98.397867) - (xy 64.062903 98.41412) - (xy 64.050386 98.430257) - (xy 64.050385 98.430259) - (xy 64.031625 98.47361) - (xy 64.029055 98.478856) - (xy 64.006303 98.520241) - (xy 64.006303 98.520242) - (xy 64.001225 98.54002) - (xy 63.994925 98.558422) - (xy 63.986818 98.577157) - (xy 63.979431 98.623795) - (xy 63.978246 98.629516) - (xy 63.9665 98.675265) - (xy 63.9665 98.695684) - (xy 63.964973 98.715083) - (xy 63.96178 98.735241) - (xy 63.96178 98.735242) - (xy 63.966225 98.782266) - (xy 63.9665 98.788104) - (xy 63.9665 118.019038) - (xy 63.946815 118.086077) - (xy 63.894011 118.131832) - (xy 63.862909 118.141347) - (xy 63.658451 118.175464) - (xy 63.427465 118.254762) - (xy 63.427457 118.254765) - (xy 63.212666 118.371004) - (xy 63.212662 118.371008) - (xy 63.019941 118.521008) - (xy 63.019937 118.521011) - (xy 62.854525 118.700696) - (xy 62.854522 118.7007) - (xy 62.720943 118.905156) - (xy 62.622837 119.128817) - (xy 62.562883 119.365568) - (xy 62.562881 119.365579) - (xy 62.542715 119.60896) - (xy 62.542715 119.608971) - (xy 62.562881 119.852352) - (xy 62.562883 119.852363) - (xy 62.622837 120.089114) - (xy 62.720943 120.312775) - (xy 62.808655 120.447027) - (xy 62.854524 120.517234) - (xy 62.92622 120.595117) - (xy 63.019937 120.69692) - (xy 63.019941 120.696923) - (xy 63.212666 120.846927) - (xy 63.427458 120.963167) - (xy 63.658454 121.042468) - (xy 63.899352 121.082666) - (xy 64.14358 121.082666) - (xy 64.384478 121.042468) - (xy 64.441236 121.022982) - (xy 64.511031 121.019832) - (xy 64.569178 121.052583) - (xy 66.907146 123.390551) - (xy 66.940631 123.451874) - (xy 66.939671 123.508672) - (xy 66.892451 123.695136) - (xy 66.892449 123.695147) - (xy 66.872283 123.938528) - (xy 66.872283 123.938539) - (xy 66.892449 124.18192) - (xy 66.892451 124.181931) - (xy 66.939671 124.368395) - (xy 66.937046 124.438215) - (xy 66.907146 124.486516) - (xy 63.632645 127.761016) - (xy 63.620286 127.77092) - (xy 63.620459 127.771129) - (xy 63.614447 127.776102) - (xy 63.567139 127.826479) - (xy 63.565786 127.827875) - (xy 63.545339 127.848323) - (xy 63.545323 127.848341) - (xy 63.540997 127.853916) - (xy 63.537213 127.858346) - (xy 63.504885 127.892773) - (xy 63.504878 127.892783) - (xy 63.495045 127.910669) - (xy 63.484369 127.926922) - (xy 63.471852 127.943059) - (xy 63.471851 127.943061) - (xy 63.453091 127.986412) - (xy 63.450521 127.991658) - (xy 63.427769 128.033043) - (xy 63.427769 128.033044) - (xy 63.422691 128.052822) - (xy 63.416391 128.071224) - (xy 63.408284 128.089959) - (xy 63.400897 128.136597) - (xy 63.399712 128.142318) - (xy 63.387966 128.188067) - (xy 63.387966 128.208486) - (xy 63.386439 128.227885) - (xy 63.383246 128.248043) - (xy 63.383245 128.248046) - (xy 63.38769 128.29507) - (xy 63.387965 128.300906) - (xy 63.387965 132.984316) - (xy 63.36828 133.051355) - (xy 63.322984 133.09337) - (xy 63.212671 133.153069) - (xy 63.212662 133.153076) - (xy 63.019941 133.303076) - (xy 63.019937 133.303079) - (xy 62.854525 133.482764) - (xy 62.854522 133.482768) - (xy 62.720943 133.687224) - (xy 62.622837 133.910885) - (xy 62.562883 134.147636) - (xy 62.562881 134.147647) - (xy 62.542715 134.391028) - (xy 62.542715 134.391039) - (xy 62.562881 134.63442) - (xy 62.562883 134.634431) - (xy 62.622837 134.871182) - (xy 62.720943 135.094843) - (xy 62.786659 135.195428) - (xy 62.854524 135.299302) - (xy 62.992012 135.448654) - (xy 63.019937 135.478988) - (xy 63.019941 135.478991) - (xy 63.035124 135.490808) - (xy 63.212666 135.628995) - (xy 63.427458 135.745235) - (xy 63.658454 135.824536) - (xy 63.899352 135.864734) - (xy 64.14358 135.864734) - (xy 64.384478 135.824536) - (xy 64.615474 135.745235) - (xy 64.830266 135.628995) - (xy 65.022997 135.478986) - (xy 65.188408 135.299302) - (xy 65.321989 135.094842) - (xy 65.420094 134.871184) - (xy 65.480049 134.634428) - (xy 65.483257 134.595713) - (xy 65.500217 134.391039) - (xy 65.500217 134.391028) - (xy 65.48005 134.147647) - (xy 65.480048 134.147636) - (xy 65.420094 133.910885) - (xy 65.321988 133.687224) - (xy 65.188409 133.482768) - (xy 65.188408 133.482766) - (xy 65.022997 133.303082) - (xy 65.022996 133.303081) - (xy 65.022994 133.303079) - (xy 65.02299 133.303076) - (xy 64.907928 133.21352) - (xy 64.830266 133.153073) - (xy 64.830259 133.153069) - (xy 64.830255 133.153066) - (xy 64.719948 133.09337) - (xy 64.670357 133.044151) - (xy 64.654966 132.984316) - (xy 64.654966 128.581868) - (xy 64.674651 128.514829) - (xy 64.691285 128.494187) - (xy 66.241239 126.944233) - (xy 67.803322 125.382149) - (xy 67.864643 125.348666) - (xy 67.931263 125.35255) - (xy 67.959004 125.362074) - (xy 67.988021 125.372036) - (xy 68.22892 125.412234) - (xy 68.473148 125.412234) - (xy 68.714046 125.372036) - (xy 68.945042 125.292735) - (xy 69.159834 125.176495) - (xy 69.352565 125.026486) - (xy 69.517976 124.846802) - (xy 69.651557 124.642342) - (xy 69.749662 124.418684) - (xy 69.809617 124.181928) - (xy 69.815764 124.107744) - (xy 69.829785 123.938539) - (xy 69.829785 123.938528) - (xy 69.809618 123.695147) - (xy 69.809616 123.695136) - (xy 69.790589 123.619999) - (xy 69.749662 123.458384) - (xy 69.651557 123.234726) - (xy 69.517976 123.030266) - (xy 69.352565 122.850582) - (xy 69.352564 122.850581) - (xy 69.352562 122.850579) - (xy 69.352558 122.850576) - (xy 69.232686 122.757276) - (xy 69.159834 122.700573) - (xy 69.159833 122.700572) - (xy 68.945042 122.584333) - (xy 68.945034 122.58433) - (xy 68.714048 122.505032) - (xy 68.473148 122.464834) - (xy 68.22892 122.464834) - (xy 67.98802 122.505032) - (xy 67.931261 122.524516) - (xy 67.861462 122.527664) - (xy 67.80332 122.494915) - (xy 65.465353 120.156948) - (xy 65.431868 120.095625) - (xy 65.432829 120.038826) - (xy 65.465453 119.91) - (xy 65.480049 119.85236) - (xy 65.500217 119.608966) - (xy 65.499836 119.604371) - (xy 65.48005 119.365579) - (xy 65.480048 119.365568) - (xy 65.420094 119.128817) - (xy 65.336124 118.937384) - (xy 65.321989 118.905158) - (xy 65.188408 118.700698) - (xy 65.169648 118.680319) - (xy 65.138726 118.617667) - (xy 65.146317 118.548885) - (xy 65.148866 118.542732) - (xy 65.170635 118.490175) - (xy 65.173568 118.484067) - (xy 65.193695 118.44746) - (xy 65.21236 118.374761) - (xy 65.232164 118.302374) - (xy 65.232164 118.302367) - (xy 65.232877 118.297353) - (xy 65.2335 118.292431) - (xy 65.2335 118.217377) - (xy 65.234158 118.175464) - (xy 65.234679 118.142333) - (xy 65.234677 118.142326) - (xy 65.233874 118.135041) - (xy 65.2335 118.128236) - (xy 65.2335 107.008306) - (xy 74.5715 107.008306) - (xy 74.586467 107.212782) - (xy 74.586469 107.212795) - (xy 74.645934 107.479746) - (xy 74.645937 107.479753) - (xy 74.743646 107.735221) - (xy 74.877506 107.973734) - (xy 74.877509 107.973739) - (xy 75.044669 108.190218) - (xy 75.044678 108.190228) - (xy 75.22131 108.360522) - (xy 75.241574 108.380059) - (xy 75.464019 108.539205) - (xy 75.538617 108.577558) - (xy 75.70725 108.66426) - (xy 75.707261 108.664264) - (xy 75.707266 108.664267) - (xy 75.707272 108.664269) - (xy 75.966116 108.752575) - (xy 75.966122 108.752576) - (xy 75.96613 108.752579) - (xy 76.235093 108.802259) - (xy 76.399091 108.808252) - (xy 76.508422 108.812248) - (xy 76.508422 108.812247) - (xy 76.508424 108.812248) - (xy 76.780296 108.782334) - (xy 77.044916 108.713153) - (xy 77.159971 108.66426) - (xy 77.296635 108.606185) - (xy 77.296638 108.606183) - (xy 77.296643 108.606181) - (xy 77.530112 108.463697) - (xy 77.740347 108.288738) - (xy 77.922867 108.085033) - (xy 78.073783 107.856923) - (xy 78.189877 107.609271) - (xy 78.268676 107.347355) - (xy 78.3085 107.076757) - (xy 78.3085 106.351712) - (xy 78.293533 106.147217) - (xy 78.285462 106.110988) - (xy 78.234065 105.880253) - (xy 78.234063 105.880249) - (xy 78.234063 105.880247) - (xy 78.136355 105.624781) - (xy 78.002493 105.386264) - (xy 77.835329 105.16978) - (xy 77.835321 105.169771) - (xy 77.638429 104.979944) - (xy 77.638427 104.979942) - (xy 77.521522 104.896303) - (xy 77.415981 104.820795) - (xy 77.4082 104.816794) - (xy 77.172749 104.695739) - (xy 77.172727 104.69573) - (xy 76.913883 104.607424) - (xy 76.91387 104.607421) - (xy 76.913865 104.60742) - (xy 76.644903 104.55774) - (xy 76.371577 104.547751) - (xy 76.099703 104.577666) - (xy 75.835084 104.646846) - (xy 75.583364 104.753814) - (xy 75.349892 104.8963) - (xy 75.349882 104.896307) - (xy 75.139654 105.07126) - (xy 75.139648 105.071266) - (xy 74.957133 105.274966) - (xy 74.806217 105.503077) - (xy 74.690121 105.750732) - (xy 74.690119 105.750739) - (xy 74.611326 106.012633) - (xy 74.611323 106.012647) - (xy 74.591521 106.147204) - (xy 74.5715 106.283243) - (xy 74.5715 106.283247) - (xy 74.5715 107.008306) - (xy 65.2335 107.008306) - (xy 65.2335 99.069065) - (xy 65.253185 99.002026) - (xy 65.269814 98.981389) - (xy 68.350467 95.900736) - (xy 68.362828 95.890835) - (xy 68.362654 95.890625) - (xy 68.368663 95.885652) - (xy 68.368668 95.88565) - (xy 68.415998 95.835247) - (xy 68.417269 95.833934) - (xy 68.437785 95.81342) - (xy 68.442111 95.807842) - (xy 68.4459 95.803405) - (xy 68.478236 95.768971) - (xy 68.488069 95.751082) - (xy 68.498752 95.734819) - (xy 68.511264 95.718691) - (xy 68.530021 95.675341) - (xy 68.532591 95.670097) - (xy 68.555343 95.628714) - (xy 68.555343 95.628713) - (xy 68.555345 95.62871) - (xy 68.560424 95.608923) - (xy 68.56672 95.590535) - (xy 68.574831 95.571795) - (xy 68.582219 95.525147) - (xy 68.583401 95.519436) - (xy 68.59515 95.47368) - (xy 68.59515 95.453264) - (xy 68.596677 95.433864) - (xy 68.59987 95.413707) - (xy 68.595425 95.366683) - (xy 68.59515 95.360845) - (xy 68.59515 94.472006) - (xy 68.614835 94.404967) - (xy 68.667639 94.359212) - (xy 68.736797 94.349268) - (xy 68.790929 94.373989) - (xy 68.792372 94.372004) - (xy 68.798678 94.376586) - (xy 68.816562 94.386417) - (xy 68.832829 94.397102) - (xy 68.84896 94.409615) - (xy 68.870838 94.419081) - (xy 68.892307 94.428371) - (xy 68.897533 94.430931) - (xy 68.93894 94.453695) - (xy 68.958716 94.458772) - (xy 68.977124 94.465075) - (xy 68.99585 94.473179) - (xy 68.995852 94.47318) - (xy 68.995853 94.47318) - (xy 68.995855 94.473181) - (xy 69.036784 94.479663) - (xy 69.042503 94.480569) - (xy 69.048212 94.481751) - (xy 69.09397 94.4935) - (xy 69.114384 94.4935) - (xy 69.133783 94.495027) - (xy 69.153943 94.49822) - (xy 69.200965 94.493775) - (xy 69.206804 94.4935) - (xy 77.2475 94.4935) - (xy 77.314539 94.513185) - (xy 77.360294 94.565989) - (xy 77.3715 94.6175) - (xy 77.3715 94.808654) - (xy 77.378011 94.869202) - (xy 77.378011 94.869204) - (xy 77.41422 94.96628) - (xy 77.429111 95.006204) - (xy 77.516739 95.123261) - (xy 77.633796 95.210889) - (xy 77.770799 95.261989) - (xy 77.79805 95.264918) - (xy 77.831345 95.268499) - (xy 77.831362 95.2685) - (xy 79.2477 95.2685) - (xy 79.314739 95.288185) - (xy 79.360494 95.340989) - (xy 79.3717 95.3925) - (xy 79.3717 112.6475) - (xy 79.352015 112.714539) - (xy 79.299211 112.760294) - (xy 79.2477 112.7715) - (xy 77.791345 112.7715) - (xy 77.730797 112.778011) - (xy 77.730795 112.778011) - (xy 77.593795 112.829111) - (xy 77.476739 112.916739) - (xy 77.389111 113.033795) - (xy 77.338011 113.170795) - (xy 77.338011 113.170797) - (xy 77.3315 113.231345) - (xy 77.3315 115.128654) - (xy 77.338011 115.189202) - (xy 77.338011 115.189204) - (xy 77.37422 115.28628) - (xy 77.389111 115.326204) - (xy 77.476739 115.443261) - (xy 77.593796 115.530889) - (xy 77.730799 115.581989) - (xy 77.75805 115.584918) - (xy 77.791345 115.588499) - (xy 77.791362 115.5885) - (xy 79.2477 115.5885) - (xy 79.314739 115.608185) - (xy 79.360494 115.660989) - (xy 79.3717 115.7125) - (xy 79.3717 117.275432) - (xy 79.352015 117.342471) - (xy 79.335381 117.363113) - (xy 68.508614 128.189879) - (xy 68.503537 128.194427) - (xy 68.470952 128.220534) - (xy 68.425898 128.280538) - (xy 68.379884 128.33986) - (xy 68.377305 128.344219) - (xy 68.374852 128.348521) - (xy 68.346098 128.417935) - (xy 68.316318 128.486755) - (xy 68.314275 128.493787) - (xy 68.312018 128.500214) - (xy 68.305548 128.515833) - (xy 68.261708 128.570237) - (xy 68.211396 128.59069) - (xy 67.988019 128.627964) - (xy 67.757033 128.707262) - (xy 67.757025 128.707265) - (xy 67.542234 128.823504) - (xy 67.54223 128.823508) - (xy 67.349509 128.973508) - (xy 67.349505 128.973511) - (xy 67.184093 129.153196) - (xy 67.18409 129.1532) - (xy 67.050511 129.357656) - (xy 66.952405 129.581317) - (xy 66.892451 129.818068) - (xy 66.892449 129.818079) - (xy 66.872283 130.06146) - (xy 66.872283 130.061471) - (xy 66.892449 130.304852) - (xy 66.892451 130.304863) - (xy 66.952405 130.541614) - (xy 67.050511 130.765275) - (xy 67.075764 130.803927) - (xy 67.184092 130.969734) - (xy 67.292919 131.087952) - (xy 67.349505 131.14942) - (xy 67.349509 131.149423) - (xy 67.381663 131.174449) - (xy 67.542234 131.299427) - (xy 67.757026 131.415667) - (xy 67.988022 131.494968) - (xy 68.22892 131.535166) - (xy 68.473148 131.535166) - (xy 68.714046 131.494968) - (xy 68.945042 131.415667) - (xy 69.159834 131.299427) - (xy 69.352565 131.149418) - (xy 69.517976 130.969734) - (xy 69.651557 130.765274) - (xy 69.749662 130.541616) - (xy 69.809617 130.30486) - (xy 69.81471 130.243397) - (xy 69.829785 130.061471) - (xy 69.829785 130.06146) - (xy 69.809618 129.818079) - (xy 69.809616 129.818068) - (xy 69.749662 129.581317) - (xy 69.7227 129.51985) - (xy 69.651557 129.357658) - (xy 69.517976 129.153198) - (xy 69.517973 129.153195) - (xy 69.517969 129.153189) - (xy 69.511863 129.146557) - (xy 69.480939 129.083903) - (xy 69.488798 129.014477) - (xy 69.515407 128.974895) - (xy 71.161996 127.328306) - (xy 94.8915 127.328306) - (xy 94.906467 127.532782) - (xy 94.906469 127.532795) - (xy 94.965934 127.799746) - (xy 94.965937 127.799753) - (xy 95.055163 128.033043) - (xy 95.063646 128.055221) - (xy 95.197506 128.293734) - (xy 95.197509 128.293739) - (xy 95.364669 128.510218) - (xy 95.364678 128.510228) - (xy 95.486796 128.627964) - (xy 95.561574 128.700059) - (xy 95.784019 128.859205) - (xy 95.858617 128.897558) - (xy 96.02725 128.98426) - (xy 96.027261 128.984264) - (xy 96.027266 128.984267) - (xy 96.027272 128.984269) - (xy 96.286116 129.072575) - (xy 96.286122 129.072576) - (xy 96.28613 129.072579) - (xy 96.555093 129.122259) - (xy 96.719091 129.128252) - (xy 96.828422 129.132248) - (xy 96.828422 129.132247) - (xy 96.828424 129.132248) - (xy 97.100296 129.102334) - (xy 97.364916 129.033153) - (xy 97.505605 128.973367) - (xy 97.616635 128.926185) - (xy 97.616638 128.926183) - (xy 97.616643 128.926181) - (xy 97.850112 128.783697) - (xy 98.060347 128.608738) - (xy 98.242867 128.405033) - (xy 98.393783 128.176923) - (xy 98.509877 127.929271) - (xy 98.560498 127.761016) - (xy 98.588673 127.667366) - (xy 98.588673 127.667362) - (xy 98.588676 127.667355) - (xy 98.6285 127.396757) - (xy 98.6285 126.671712) - (xy 98.613533 126.467217) - (xy 98.605462 126.430988) - (xy 98.554065 126.200253) - (xy 98.554063 126.200249) - (xy 98.554063 126.200247) - (xy 98.456355 125.944781) - (xy 98.322493 125.706264) - (xy 98.32249 125.70626) - (xy 98.15533 125.489781) - (xy 98.155321 125.489771) - (xy 97.958429 125.299944) - (xy 97.958427 125.299942) - (xy 97.95469 125.297268) - (xy 97.735981 125.140795) - (xy 97.7282 125.136794) - (xy 97.492749 125.015739) - (xy 97.492727 125.01573) - (xy 97.233883 124.927424) - (xy 97.23387 124.927421) - (xy 97.233865 124.92742) - (xy 96.964903 124.87774) - (xy 96.691577 124.867751) - (xy 96.419703 124.897666) - (xy 96.155084 124.966846) - (xy 95.903364 125.073814) - (xy 95.669892 125.2163) - (xy 95.669882 125.216307) - (xy 95.459654 125.39126) - (xy 95.459648 125.391266) - (xy 95.277133 125.594966) - (xy 95.126217 125.823077) - (xy 95.010121 126.070732) - (xy 95.010119 126.070739) - (xy 94.931326 126.332633) - (xy 94.931323 126.332647) - (xy 94.911521 126.467204) - (xy 94.8915 126.603243) - (xy 94.8915 126.603246) - (xy 94.8915 126.603247) - (xy 94.8915 127.328306) - (xy 71.161996 127.328306) - (xy 74.870303 123.619999) - (xy 79.701634 123.619999) - (xy 79.721065 123.866906) - (xy 79.721065 123.866909) - (xy 79.721066 123.866911) - (xy 79.778885 124.107742) - (xy 79.778886 124.107744) - (xy 79.873663 124.336558) - (xy 79.873665 124.336562) - (xy 79.873666 124.336563) - (xy 80.003075 124.54774) - (xy 80.163927 124.736073) - (xy 80.35226 124.896925) - (xy 80.563437 125.026334) - (xy 80.563439 125.026334) - (xy 80.563441 125.026336) - (xy 80.59508 125.039441) - (xy 80.792258 125.121115) - (xy 81.033089 125.178934) - (xy 81.28 125.198366) - (xy 81.526911 125.178934) - (xy 81.767742 125.121115) - (xy 81.996563 125.026334) - (xy 82.20774 124.896925) - (xy 82.396073 124.736073) - (xy 82.556925 124.54774) - (xy 82.686334 124.336563) - (xy 82.781115 124.107742) - (xy 82.838934 123.866911) - (xy 82.858366 123.62) - (xy 82.838934 123.373089) - (xy 82.781115 123.132258) - (xy 82.694399 122.922907) - (xy 82.686336 122.903441) - (xy 82.653944 122.850582) - (xy 82.556925 122.69226) - (xy 82.396073 122.503927) - (xy 82.20774 122.343075) - (xy 81.996563 122.213666) - (xy 81.996561 122.213665) - (xy 81.996556 122.213662) - (xy 81.899742 122.173561) - (xy 81.845338 122.12972) - (xy 81.823273 122.063426) - (xy 81.840552 121.995727) - (xy 81.891689 121.948116) - (xy 81.947194 121.935) - (xy 82.292828 121.935) - (xy 82.292844 121.934999) - (xy 82.352372 121.928598) - (xy 82.352379 121.928596) - (xy 82.487086 121.878354) - (xy 82.487093 121.87835) - (xy 82.602187 121.79219) - (xy 82.60219 121.792187) - (xy 82.68835 121.677093) - (xy 82.688354 121.677086) - (xy 82.738596 121.542379) - (xy 82.738598 121.542372) - (xy 82.744999 121.482844) - (xy 82.745 121.482827) - (xy 82.745 120.77) - (xy 81.83652 120.77) - (xy 81.864755 120.709998) - (xy 81.893635 120.558607) - (xy 81.883957 120.404789) - (xy 81.840162 120.27) - (xy 82.745 120.27) - (xy 82.745 119.557172) - (xy 82.744999 119.557155) - (xy 82.738598 119.497627) - (xy 82.738596 119.49762) - (xy 82.688354 119.362913) - (xy 82.68835 119.362906) - (xy 82.60219 119.247812) - (xy 82.602187 119.247809) - (xy 82.487093 119.161649) - (xy 82.487086 119.161645) - (xy 82.352379 119.111403) - (xy 82.352372 119.111401) - (xy 82.292844 119.105) - (xy 81.53 119.105) - (xy 81.53 119.961335) - (xy 81.506341 119.948329) - (xy 81.357061 119.91) - (xy 81.241625 119.91) - (xy 81.127094 119.924469) - (xy 81.03 119.962911) - (xy 81.03 119.105) - (xy 80.267155 119.105) - (xy 80.207627 119.111401) - (xy 80.20762 119.111403) - (xy 80.072913 119.161645) - (xy 80.072906 119.161649) - (xy 79.957812 119.247809) - (xy 79.957809 119.247812) - (xy 79.871649 119.362906) - (xy 79.871645 119.362913) - (xy 79.821403 119.49762) - (xy 79.821401 119.497627) - (xy 79.815 119.557155) - (xy 79.815 120.27) - (xy 80.72348 120.27) - (xy 80.695245 120.330002) - (xy 80.666365 120.481393) - (xy 80.676043 120.635211) - (xy 80.719838 120.77) - (xy 79.815 120.77) - (xy 79.815 121.482844) - (xy 79.821401 121.542372) - (xy 79.821403 121.542379) - (xy 79.871645 121.677086) - (xy 79.871649 121.677093) - (xy 79.957809 121.792187) - (xy 79.957812 121.79219) - (xy 80.072906 121.87835) - (xy 80.072913 121.878354) - (xy 80.20762 121.928596) - (xy 80.207627 121.928598) - (xy 80.267155 121.934999) - (xy 80.267172 121.935) - (xy 80.612806 121.935) - (xy 80.679845 121.954685) - (xy 80.7256 122.007489) - (xy 80.735544 122.076647) - (xy 80.706519 122.140203) - (xy 80.660258 122.173561) - (xy 80.563443 122.213662) - (xy 80.352259 122.343075) - (xy 80.163927 122.503927) - (xy 80.003075 122.692259) - (xy 79.873663 122.903441) - (xy 79.779752 123.130165) - (xy 79.778885 123.132258) - (xy 79.750657 123.249836) - (xy 79.721065 123.373093) - (xy 79.701634 123.619999) - (xy 74.870303 123.619999) - (xy 80.394015 118.096287) - (xy 80.40638 118.086383) - (xy 80.406206 118.086173) - (xy 80.412214 118.081202) - (xy 80.412218 118.0812) - (xy 80.459593 118.030749) - (xy 80.460865 118.029437) - (xy 80.481334 118.00897) - (xy 80.485663 118.003387) - (xy 80.489442 117.998963) - (xy 80.521786 117.964521) - (xy 80.531623 117.946624) - (xy 80.542297 117.930374) - (xy 80.554813 117.914241) - (xy 80.573572 117.870889) - (xy 80.576133 117.865662) - (xy 80.598895 117.82426) - (xy 80.603974 117.804474) - (xy 80.610272 117.786082) - (xy 80.618381 117.767345) - (xy 80.625769 117.720697) - (xy 80.626951 117.714986) - (xy 80.6387 117.66923) - (xy 80.6387 117.648814) - (xy 80.640227 117.629414) - (xy 80.64342 117.609257) - (xy 80.638975 117.562233) - (xy 80.6387 117.556395) - (xy 80.6387 115.636434) - (xy 80.658385 115.569395) - (xy 80.711189 115.52364) - (xy 80.780347 115.513696) - (xy 80.802958 115.519151) - (xy 80.893049 115.55008) - (xy 81.123288 115.5885) - (xy 81.123289 115.5885) - (xy 81.356711 115.5885) - (xy 81.356712 115.5885) - (xy 81.586951 115.55008) - (xy 81.807727 115.474287) - (xy 82.013017 115.36319) - (xy 82.19722 115.219818) - (xy 82.355314 115.048083) - (xy 82.391266 114.993053) - (xy 82.444412 114.947695) - (xy 82.513644 114.938271) - (xy 82.57698 114.967772) - (xy 82.585201 114.97726) - (xy 82.588811 114.977634) - (xy 83.256922 114.309523) - (xy 83.280507 114.389844) - (xy 83.358239 114.510798) - (xy 83.4669 114.604952) - (xy 83.597685 114.66468) - (xy 83.607466 114.666086) - (xy 82.941199 115.332351) - (xy 82.97165 115.35605) - (xy 83.175697 115.466476) - (xy 83.175706 115.466479) - (xy 83.395139 115.541811) - (xy 83.623993 115.58) - (xy 83.856007 115.58) - (xy 84.08486 115.541811) - (xy 84.304293 115.466479) - (xy 84.304302 115.466476) - (xy 84.50835 115.35605) - (xy 84.538798 115.332351) - (xy 83.872533 114.666086) - (xy 83.882315 114.66468) - (xy 84.0131 114.604952) - (xy 84.121761 114.510798) - (xy 84.199493 114.389844) - (xy 84.223076 114.309524) - (xy 84.891186 114.977634) - (xy 84.975484 114.848606) - (xy 85.068682 114.636135) - (xy 85.125638 114.411218) - (xy 85.144798 114.180005) - (xy 85.144798 114.179994) - (xy 85.125638 113.948781) - (xy 85.068682 113.723864) - (xy 84.975483 113.51139) - (xy 84.891186 113.382364) - (xy 84.223076 114.050475) - (xy 84.199493 113.970156) - (xy 84.121761 113.849202) - (xy 84.0131 113.755048) - (xy 83.882315 113.69532) - (xy 83.872534 113.693913) - (xy 84.538799 113.027648) - (xy 84.538799 113.027647) - (xy 84.508349 113.003949) - (xy 84.304302 112.893523) - (xy 84.304293 112.89352) - (xy 84.08486 112.818188) - (xy 83.856007 112.78) - (xy 83.623993 112.78) - (xy 83.395139 112.818188) - (xy 83.175706 112.89352) - (xy 83.175698 112.893523) - (xy 82.971644 113.003952) - (xy 82.9412 113.027646) - (xy 82.9412 113.027647) - (xy 83.607466 113.693913) - (xy 83.597685 113.69532) - (xy 83.4669 113.755048) - (xy 83.358239 113.849202) - (xy 83.280507 113.970156) - (xy 83.256923 114.050475) - (xy 82.588811 113.382364) - (xy 82.579714 113.383308) - (xy 82.545739 113.412304) - (xy 82.476507 113.421728) - (xy 82.413172 113.392226) - (xy 82.391267 113.366947) - (xy 82.355313 113.311915) - (xy 82.197223 113.140185) - (xy 82.197222 113.140184) - (xy 82.19722 113.140182) - (xy 82.013017 112.99681) - (xy 82.013015 112.996809) - (xy 82.013014 112.996808) - (xy 82.013011 112.996806) - (xy 81.807733 112.885716) - (xy 81.80773 112.885715) - (xy 81.807727 112.885713) - (xy 81.807721 112.885711) - (xy 81.807719 112.88571) - (xy 81.586954 112.80992) - (xy 81.39573 112.778011) - (xy 81.356712 112.7715) - (xy 81.123288 112.7715) - (xy 81.08427 112.778011) - (xy 80.893045 112.80992) - (xy 80.802963 112.840846) - (xy 80.733164 112.843996) - (xy 80.672743 112.80891) - (xy 80.640882 112.746727) - (xy 80.6387 112.723565) - (xy 80.6387 106.283247) - (xy 84.171499 106.283247) - (xy 84.1715 106.283247) - (xy 84.1715 107.008306) - (xy 84.186467 107.212782) - (xy 84.186469 107.212795) - (xy 84.245934 107.479746) - (xy 84.245937 107.479753) - (xy 84.343646 107.735221) - (xy 84.477506 107.973734) - (xy 84.477509 107.973739) - (xy 84.644669 108.190218) - (xy 84.644678 108.190228) - (xy 84.82131 108.360522) - (xy 84.841574 108.380059) - (xy 85.064019 108.539205) - (xy 85.138617 108.577558) - (xy 85.30725 108.66426) - (xy 85.307261 108.664264) - (xy 85.307266 108.664267) - (xy 85.307272 108.664269) - (xy 85.566116 108.752575) - (xy 85.566122 108.752576) - (xy 85.56613 108.752579) - (xy 85.835093 108.802259) - (xy 85.999091 108.808252) - (xy 86.108422 108.812248) - (xy 86.108422 108.812247) - (xy 86.108424 108.812248) - (xy 86.380296 108.782334) - (xy 86.644916 108.713153) - (xy 86.759971 108.66426) - (xy 86.896635 108.606185) - (xy 86.896638 108.606183) - (xy 86.896643 108.606181) - (xy 87.130112 108.463697) - (xy 87.340347 108.288738) - (xy 87.522867 108.085033) - (xy 87.673783 107.856923) - (xy 87.789877 107.609271) - (xy 87.868676 107.347355) - (xy 87.9085 107.076757) - (xy 87.9085 106.351712) - (xy 87.893533 106.147217) - (xy 87.885462 106.110988) - (xy 87.834065 105.880253) - (xy 87.834063 105.880249) - (xy 87.834063 105.880247) - (xy 87.736355 105.624781) - (xy 87.602493 105.386264) - (xy 87.435329 105.16978) - (xy 87.435321 105.169771) - (xy 87.238429 104.979944) - (xy 87.238427 104.979942) - (xy 87.121522 104.896303) - (xy 87.015981 104.820795) - (xy 87.0082 104.816794) - (xy 86.772749 104.695739) - (xy 86.772727 104.69573) - (xy 86.513883 104.607424) - (xy 86.51387 104.607421) - (xy 86.513865 104.60742) - (xy 86.244903 104.55774) - (xy 85.971577 104.547751) - (xy 85.699703 104.577666) - (xy 85.435084 104.646846) - (xy 85.183364 104.753814) - (xy 84.949892 104.8963) - (xy 84.949882 104.896307) - (xy 84.739654 105.07126) - (xy 84.739648 105.071266) - (xy 84.557133 105.274966) - (xy 84.406217 105.503077) - (xy 84.290121 105.750732) - (xy 84.290119 105.750739) - (xy 84.211326 106.012633) - (xy 84.211323 106.012647) - (xy 84.191521 106.147204) - (xy 84.1715 106.283243) - (xy 84.171499 106.283247) - (xy 80.6387 106.283247) - (xy 80.6387 95.8574) - (xy 80.658385 95.790361) - (xy 80.711189 95.744606) - (xy 80.7627 95.7334) - (xy 82.456466 95.7334) - (xy 82.472213 95.735138) - (xy 82.472239 95.734868) - (xy 82.480006 95.735602) - (xy 82.480008 95.735601) - (xy 82.480009 95.735602) - (xy 82.489359 95.735308) - (xy 82.549091 95.733431) - (xy 82.551039 95.7334) - (xy 82.579957 95.7334) - (xy 82.581322 95.733227) - (xy 82.586962 95.732514) - (xy 82.592785 95.732056) - (xy 82.618808 95.731238) - (xy 82.63999 95.730573) - (xy 82.649781 95.727727) - (xy 82.659581 95.72488) - (xy 82.678638 95.720932) - (xy 82.698897 95.718374) - (xy 82.742821 95.700982) - (xy 82.748321 95.699099) - (xy 82.793693 95.685918) - (xy 82.811265 95.675525) - (xy 82.828732 95.666968) - (xy 82.847717 95.659452) - (xy 82.885926 95.63169) - (xy 82.890804 95.628485) - (xy 82.931462 95.604442) - (xy 82.945902 95.59) - (xy 82.960692 95.57737) - (xy 82.977207 95.565372) - (xy 83.007322 95.528967) - (xy 83.011226 95.524676) - (xy 83.283606 95.252296) - (xy 83.344927 95.218813) - (xy 83.411545 95.222697) - (xy 83.433049 95.23008) - (xy 83.663288 95.2685) - (xy 83.896711 95.2685) - (xy 83.896712 95.2685) - (xy 84.126951 95.23008) - (xy 84.347727 95.154287) - (xy 84.553017 95.04319) - (xy 84.73722 94.899818) - (xy 84.895314 94.728083) - (xy 85.022984 94.532669) - (xy 85.116749 94.318907) - (xy 85.174051 94.092626) - (xy 85.189462 93.906645) - (xy 85.193327 93.860005) - (xy 85.193327 93.859994) - (xy 85.174051 93.627377) - (xy 85.174051 93.627374) - (xy 85.116749 93.401093) - (xy 85.022984 93.187331) - (xy 84.895314 92.991917) - (xy 84.895313 92.991915) - (xy 84.737223 92.820185) - (xy 84.737222 92.820184) - (xy 84.73722 92.820182) - (xy 84.553017 92.67681) - (xy 84.553015 92.676809) - (xy 84.553014 92.676808) - (xy 84.553011 92.676806) - (xy 84.347733 92.565716) - (xy 84.34773 92.565715) - (xy 84.347727 92.565713) - (xy 84.347721 92.565711) - (xy 84.347719 92.56571) - (xy 84.126954 92.48992) - (xy 83.93573 92.458011) - (xy 83.896712 92.4515) - (xy 83.663288 92.4515) - (xy 83.62427 92.458011) - (xy 83.433045 92.48992) - (xy 83.21228 92.56571) - (xy 83.212266 92.565716) - (xy 83.006988 92.676806) - (xy 83.006985 92.676808) - (xy 82.822781 92.820181) - (xy 82.822776 92.820185) - (xy 82.664688 92.991913) - (xy 82.633809 93.039178) - (xy 82.580662 93.084534) - (xy 82.511431 93.093958) - (xy 82.448095 93.064456) - (xy 82.426191 93.039178) - (xy 82.395311 92.991913) - (xy 82.237223 92.820185) - (xy 82.237222 92.820184) - (xy 82.23722 92.820182) - (xy 82.053017 92.67681) - (xy 82.053015 92.676809) - (xy 82.053014 92.676808) - (xy 82.053011 92.676806) - (xy 81.978481 92.636472) - (xy 81.928891 92.587252) - (xy 81.9135 92.527418) - (xy 81.9135 88.785265) - (xy 81.933185 88.718226) - (xy 81.949814 88.697589) - (xy 84.002715 86.644687) - (xy 84.064036 86.611204) - (xy 84.133728 86.616188) - (xy 84.189661 86.65806) - (xy 84.214063 86.723318) - (xy 84.226467 86.892782) - (xy 84.226469 86.892795) - (xy 84.285934 87.159746) - (xy 84.285937 87.159753) - (xy 84.383646 87.415221) - (xy 84.517506 87.653734) - (xy 84.517509 87.653739) - (xy 84.684669 87.870218) - (xy 84.684678 87.870228) - (xy 84.792859 87.974527) - (xy 84.881574 88.060059) - (xy 85.104019 88.219205) - (xy 85.176014 88.25622) - (xy 85.34725 88.34426) - (xy 85.347261 88.344264) - (xy 85.347266 88.344267) - (xy 85.347272 88.344269) - (xy 85.606116 88.432575) - (xy 85.606122 88.432576) - (xy 85.60613 88.432579) - (xy 85.875093 88.482259) - (xy 86.039091 88.488252) - (xy 86.148422 88.492248) - (xy 86.148422 88.492247) - (xy 86.148424 88.492248) - (xy 86.420296 88.462334) - (xy 86.684916 88.393153) - (xy 86.799971 88.34426) - (xy 86.936635 88.286185) - (xy 86.936638 88.286183) - (xy 86.936643 88.286181) - (xy 87.170112 88.143697) - (xy 87.380347 87.968738) - (xy 87.562867 87.765033) - (xy 87.713783 87.536923) - (xy 87.829877 87.289271) - (xy 87.908676 87.027355) - (xy 87.9485 86.756757) - (xy 87.9485 86.688306) - (xy 94.9315 86.688306) - (xy 94.946467 86.892782) - (xy 94.946469 86.892795) - (xy 95.005934 87.159746) - (xy 95.005937 87.159753) - (xy 95.103646 87.415221) - (xy 95.237506 87.653734) - (xy 95.237509 87.653739) - (xy 95.404669 87.870218) - (xy 95.404678 87.870228) - (xy 95.512859 87.974527) - (xy 95.601574 88.060059) - (xy 95.824019 88.219205) - (xy 95.896014 88.25622) - (xy 96.06725 88.34426) - (xy 96.067261 88.344264) - (xy 96.067266 88.344267) - (xy 96.067272 88.344269) - (xy 96.326116 88.432575) - (xy 96.326122 88.432576) - (xy 96.32613 88.432579) - (xy 96.595093 88.482259) - (xy 96.759091 88.488252) - (xy 96.868422 88.492248) - (xy 96.868422 88.492247) - (xy 96.868424 88.492248) - (xy 97.140296 88.462334) - (xy 97.404916 88.393153) - (xy 97.519971 88.34426) - (xy 97.656635 88.286185) - (xy 97.656638 88.286183) - (xy 97.656643 88.286181) - (xy 97.890112 88.143697) - (xy 98.100347 87.968738) - (xy 98.282867 87.765033) - (xy 98.433783 87.536923) - (xy 98.549877 87.289271) - (xy 98.628676 87.027355) - (xy 98.6685 86.756757) - (xy 98.6685 86.031712) - (xy 98.653533 85.827217) - (xy 98.645462 85.790988) - (xy 98.594065 85.560253) - (xy 98.594063 85.560249) - (xy 98.594063 85.560247) - (xy 98.496355 85.304781) - (xy 98.362493 85.066264) - (xy 98.195329 84.84978) - (xy 98.195321 84.849771) - (xy 97.998429 84.659944) - (xy 97.998427 84.659942) - (xy 97.881522 84.576303) - (xy 97.775981 84.500795) - (xy 97.7682 84.496794) - (xy 97.532749 84.375739) - (xy 97.532727 84.37573) - (xy 97.273883 84.287424) - (xy 97.27387 84.287421) - (xy 97.273865 84.28742) - (xy 97.004903 84.23774) - (xy 96.731577 84.227751) - (xy 96.459703 84.257666) - (xy 96.195084 84.326846) - (xy 95.943364 84.433814) - (xy 95.709892 84.5763) - (xy 95.709882 84.576307) - (xy 95.499654 84.75126) - (xy 95.499648 84.751266) - (xy 95.317133 84.954966) - (xy 95.166217 85.183077) - (xy 95.050121 85.430732) - (xy 95.050119 85.430739) - (xy 94.971326 85.692633) - (xy 94.971323 85.692647) - (xy 94.966769 85.723595) - (xy 94.9315 85.963243) - (xy 94.9315 85.963247) - (xy 94.9315 86.688306) - (xy 87.9485 86.688306) - (xy 87.9485 86.031712) - (xy 87.933533 85.827217) - (xy 87.925462 85.790988) - (xy 87.874065 85.560253) - (xy 87.874063 85.560249) - (xy 87.874063 85.560247) - (xy 87.776355 85.304781) - (xy 87.642493 85.066264) - (xy 87.475329 84.84978) - (xy 87.475321 84.849771) - (xy 87.278429 84.659944) - (xy 87.278427 84.659942) - (xy 87.161522 84.576303) - (xy 87.055981 84.500795) - (xy 87.0482 84.496794) - (xy 86.812749 84.375739) - (xy 86.812727 84.37573) - (xy 86.597709 84.302376) - (xy 86.540616 84.2621) - (xy 86.514361 84.197351) - (xy 86.52728 84.128686) - (xy 86.550062 84.09734) - (xy 97.43982 73.207582) - (xy 97.501141 73.174099) - (xy 97.570833 73.179083) - (xy 97.626766 73.220955) - (xy 97.651183 73.286419) - (xy 97.651499 73.295265) - (xy 97.651499 74.488637) - (xy 97.6515 74.488654) - (xy 97.658011 74.549202) - (xy 97.658011 74.549204) - (xy 97.69422 74.64628) - (xy 97.709111 74.686204) - (xy 97.796739 74.803261) - (xy 97.913796 74.890889) - (xy 98.050799 74.941989) - (xy 98.07805 74.944918) - (xy 98.111345 74.948499) - (xy 98.111362 74.9485) - (xy 100.008638 74.9485) - (xy 100.008654 74.948499) - (xy 100.035692 74.945591) - (xy 100.069201 74.941989) - (xy 100.206204 74.890889) - (xy 100.323261 74.803261) - (xy 100.410889 74.686204) - (xy 100.425781 74.646277) - (xy 100.467651 74.590347) - (xy 100.533115 74.56593) - (xy 100.601388 74.580782) - (xy 100.618123 74.591761) - (xy 100.786979 74.723187) - (xy 100.786983 74.72319) - (xy 100.786985 74.723191) - (xy 100.786988 74.723193) - (xy 100.861913 74.76374) - (xy 100.992273 74.834287) - (xy 101.106914 74.873643) - (xy 101.213045 74.910079) - (xy 101.213047 74.910079) - (xy 101.213049 74.91008) - (xy 101.443288 74.9485) - (xy 101.443289 74.9485) - (xy 101.676711 74.9485) - (xy 101.676712 74.9485) - (xy 101.906951 74.91008) - (xy 102.127727 74.834287) - (xy 102.333017 74.72319) - (xy 102.51722 74.579818) - (xy 102.675314 74.408083) - (xy 102.711266 74.353053) - (xy 102.764412 74.307695) - (xy 102.833644 74.298271) - (xy 102.89698 74.327772) - (xy 102.905201 74.33726) - (xy 102.908811 74.337634) - (xy 103.576922 73.669523) - (xy 103.600507 73.749844) - (xy 103.678239 73.870798) - (xy 103.7869 73.964952) - (xy 103.917685 74.02468) - (xy 103.927466 74.026086) - (xy 103.261199 74.692351) - (xy 103.29165 74.71605) - (xy 103.495697 74.826476) - (xy 103.495706 74.826479) - (xy 103.715139 74.901811) - (xy 103.943993 74.94) - (xy 104.176007 74.94) - (xy 104.40486 74.901811) - (xy 104.624293 74.826479) - (xy 104.624302 74.826476) - (xy 104.82835 74.71605) - (xy 104.858798 74.692351) - (xy 104.192533 74.026086) - (xy 104.202315 74.02468) - (xy 104.3331 73.964952) - (xy 104.441761 73.870798) - (xy 104.519493 73.749844) - (xy 104.543076 73.669524) - (xy 105.211186 74.337634) - (xy 105.295484 74.208606) - (xy 105.388682 73.996135) - (xy 105.445638 73.771218) - (xy 105.464798 73.540005) - (xy 105.464798 73.539994) - (xy 105.445638 73.308781) - (xy 105.388682 73.083864) - (xy 105.295483 72.87139) - (xy 105.211186 72.742364) - (xy 104.543076 73.410475) - (xy 104.519493 73.330156) - (xy 104.441761 73.209202) - (xy 104.3331 73.115048) - (xy 104.202315 73.05532) - (xy 104.192534 73.053913) - (xy 104.858799 72.387648) - (xy 104.858799 72.387647) - (xy 104.828349 72.363949) - (xy 104.624302 72.253523) - (xy 104.624293 72.25352) - (xy 104.40486 72.178188) - (xy 104.176007 72.14) - (xy 103.943993 72.14) - (xy 103.715139 72.178188) - (xy 103.495706 72.25352) - (xy 103.495698 72.253523) - (xy 103.291644 72.363952) - (xy 103.2612 72.387646) - (xy 103.2612 72.387647) - (xy 103.927466 73.053913) - (xy 103.917685 73.05532) - (xy 103.7869 73.115048) - (xy 103.678239 73.209202) - (xy 103.600507 73.330156) - (xy 103.576923 73.410476) - (xy 102.908811 72.742364) - (xy 102.899714 72.743308) - (xy 102.865739 72.772304) - (xy 102.796507 72.781728) - (xy 102.733172 72.752226) - (xy 102.711267 72.726947) - (xy 102.675313 72.671915) - (xy 102.517223 72.500185) - (xy 102.517222 72.500184) - (xy 102.51722 72.500182) - (xy 102.333017 72.35681) - (xy 102.333015 72.356809) - (xy 102.333014 72.356808) - (xy 102.333011 72.356806) - (xy 102.127733 72.245716) - (xy 102.12773 72.245715) - (xy 102.127727 72.245713) - (xy 102.127721 72.245711) - (xy 102.127719 72.24571) - (xy 101.906954 72.16992) - (xy 101.71573 72.138011) - (xy 101.676712 72.1315) - (xy 101.443288 72.1315) - (xy 101.40427 72.138011) - (xy 101.213045 72.16992) - (xy 100.99228 72.24571) - (xy 100.992266 72.245716) - (xy 100.786988 72.356806) - (xy 100.786986 72.356807) - (xy 100.618123 72.488239) - (xy 100.553129 72.513881) - (xy 100.484589 72.500314) - (xy 100.434264 72.451846) - (xy 100.42578 72.433719) - (xy 100.410889 72.393796) - (xy 100.406285 72.387646) - (xy 100.323261 72.276739) - (xy 100.206204 72.189111) - (xy 100.176919 72.178188) - (xy 100.069203 72.138011) - (xy 100.008654 72.1315) - (xy 100.008638 72.1315) - (xy 98.815266 72.1315) - (xy 98.748227 72.111815) - (xy 98.702472 72.059011) - (xy 98.692528 71.989853) - (xy 98.721553 71.926297) - (xy 98.727585 71.919819) - (xy 101.478453 69.168951) - (xy 104.285443 66.36196) - (xy 104.346764 66.328477) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 111.267539 50.895185) - (xy 111.313294 50.947989) - (xy 111.3245 50.9995) - (xy 111.3245 65.418941) - (xy 111.304815 65.48598) - (xy 111.252011 65.531735) - (xy 111.182853 65.541679) - (xy 111.121459 65.514484) - (xy 111.082774 65.482481) - (xy 111.078462 65.478558) - (xy 110.823063 65.223159) - (xy 110.789578 65.161836) - (xy 110.790539 65.105037) - (xy 110.818561 64.99438) - (xy 110.818561 64.994379) - (xy 110.818564 64.994368) - (xy 110.818565 64.994359) - (xy 110.837156 64.770005) - (xy 110.837156 64.769994) - (xy 110.818565 64.54564) - (xy 110.818563 64.545628) - (xy 110.790029 64.432952) - (xy 110.763296 64.327384) - (xy 110.67286 64.121209) - (xy 110.645864 64.079889) - (xy 110.55671 63.943428) - (xy 110.549722 63.932732) - (xy 110.549719 63.932729) - (xy 110.549715 63.932723) - (xy 110.397243 63.767097) - (xy 110.397238 63.767092) - (xy 110.219577 63.628812) - (xy 110.219572 63.628808) - (xy 110.183068 63.609053) - (xy 110.133478 63.559833) - (xy 110.118371 63.491616) - (xy 110.142542 63.426061) - (xy 110.183069 63.390945) - (xy 110.219576 63.371189) - (xy 110.39724 63.232906) - (xy 110.549722 63.067268) - (xy 110.67286 62.878791) - (xy 110.763296 62.672616) - (xy 110.818564 62.454368) - (xy 110.823269 62.397593) - (xy 110.837156 62.230005) - (xy 110.837156 62.229994) - (xy 110.818565 62.00564) - (xy 110.818563 62.005628) - (xy 110.763296 61.787385) - (xy 110.739116 61.73226) - (xy 110.67286 61.581209) - (xy 110.648502 61.543927) - (xy 110.549723 61.392734) - (xy 110.549715 61.392723) - (xy 110.40451 61.234991) - (xy 110.373587 61.172337) - (xy 110.381447 61.102911) - (xy 110.425594 61.048755) - (xy 110.452405 61.034827) - (xy 110.532584 61.00492) - (xy 110.570204 60.990889) - (xy 110.687261 60.903261) - (xy 110.774889 60.786204) - (xy 110.825989 60.649201) - (xy 110.829591 60.615692) - (xy 110.832499 60.588654) - (xy 110.8325 60.588637) - (xy 110.8325 58.791362) - (xy 110.832499 58.791345) - (xy 110.829157 58.76027) - (xy 110.825989 58.730799) - (xy 110.774889 58.593796) - (xy 110.687261 58.476739) - (xy 110.570204 58.389111) - (xy 110.433203 58.338011) - (xy 110.372654 58.3315) - (xy 110.372638 58.3315) - (xy 108.575362 58.3315) - (xy 108.575345 58.3315) - (xy 108.514797 58.338011) - (xy 108.514795 58.338011) - (xy 108.377795 58.389111) - (xy 108.260739 58.476739) - (xy 108.173111 58.593795) - (xy 108.122011 58.730795) - (xy 108.122011 58.730797) - (xy 108.1155 58.791345) - (xy 108.1155 60.588654) - (xy 108.122011 60.649209) - (xy 108.12224 60.650176) - (xy 108.122198 60.650946) - (xy 108.12284 60.656912) - (xy 108.121872 60.657016) - (xy 108.118489 60.719945) - (xy 108.08924 60.766353) - (xy 80.891179 87.964414) - (xy 80.87882 87.974318) - (xy 80.878993 87.974527) - (xy 80.872981 87.9795) - (xy 80.825673 88.029877) - (xy 80.82432 88.031273) - (xy 80.803873 88.051721) - (xy 80.803857 88.051739) - (xy 80.799531 88.057314) - (xy 80.795747 88.061744) - (xy 80.763419 88.096171) - (xy 80.763412 88.096181) - (xy 80.753579 88.114067) - (xy 80.742903 88.13032) - (xy 80.730386 88.146457) - (xy 80.730385 88.146459) - (xy 80.711625 88.18981) - (xy 80.709055 88.195056) - (xy 80.686303 88.236441) - (xy 80.686303 88.236442) - (xy 80.681225 88.25622) - (xy 80.674925 88.274622) - (xy 80.666818 88.293357) - (xy 80.659431 88.339995) - (xy 80.658246 88.345716) - (xy 80.6465 88.391465) - (xy 80.6465 88.411884) - (xy 80.644972 88.431283) - (xy 80.64178 88.451443) - (xy 80.643024 88.464601) - (xy 80.646225 88.498466) - (xy 80.6465 88.504304) - (xy 80.6465 92.270336) - (xy 80.626815 92.337375) - (xy 80.574011 92.38313) - (xy 80.504853 92.393074) - (xy 80.443462 92.365882) - (xy 80.434276 92.358283) - (xy 80.429952 92.354348) - (xy 76.748608 88.673004) - (xy 76.715123 88.611681) - (xy 76.720107 88.541989) - (xy 76.761979 88.486056) - (xy 76.816111 88.46468) - (xy 76.81583 88.463159) - (xy 76.820291 88.462334) - (xy 76.820296 88.462334) - (xy 77.084916 88.393153) - (xy 77.199971 88.34426) - (xy 77.336635 88.286185) - (xy 77.336638 88.286183) - (xy 77.336643 88.286181) - (xy 77.570112 88.143697) - (xy 77.780347 87.968738) - (xy 77.962867 87.765033) - (xy 78.113783 87.536923) - (xy 78.229877 87.289271) - (xy 78.308676 87.027355) - (xy 78.3485 86.756757) - (xy 78.3485 86.031712) - (xy 78.333533 85.827217) - (xy 78.325462 85.790988) - (xy 78.274065 85.560253) - (xy 78.274063 85.560249) - (xy 78.274063 85.560247) - (xy 78.176355 85.304781) - (xy 78.042493 85.066264) - (xy 77.875329 84.84978) - (xy 77.875321 84.849771) - (xy 77.678429 84.659944) - (xy 77.678427 84.659942) - (xy 77.561522 84.576303) - (xy 77.455981 84.500795) - (xy 77.4482 84.496794) - (xy 77.212749 84.375739) - (xy 77.212727 84.37573) - (xy 76.953883 84.287424) - (xy 76.95387 84.287421) - (xy 76.953865 84.28742) - (xy 76.684903 84.23774) - (xy 76.411577 84.227751) - (xy 76.139703 84.257666) - (xy 75.875084 84.326846) - (xy 75.623364 84.433814) - (xy 75.389892 84.5763) - (xy 75.389882 84.576307) - (xy 75.179654 84.75126) - (xy 75.179648 84.751266) - (xy 74.997133 84.954966) - (xy 74.846217 85.183077) - (xy 74.730121 85.430732) - (xy 74.730119 85.430739) - (xy 74.651326 85.692633) - (xy 74.651323 85.692647) - (xy 74.646769 85.723595) - (xy 74.6115 85.963243) - (xy 74.6115 85.963246) - (xy 74.6115 85.963247) - (xy 74.6115 86.236533) - (xy 74.591815 86.303572) - (xy 74.539011 86.349327) - (xy 74.469853 86.359271) - (xy 74.406297 86.330246) - (xy 74.399819 86.324214) - (xy 68.824188 80.748583) - (xy 68.814287 80.736223) - (xy 68.814077 80.736398) - (xy 68.809101 80.730384) - (xy 68.8091 80.730382) - (xy 68.758714 80.683067) - (xy 68.757339 80.681734) - (xy 68.736868 80.661263) - (xy 68.734892 80.659731) - (xy 68.731283 80.656931) - (xy 68.72685 80.653144) - (xy 68.692421 80.620814) - (xy 68.692419 80.620812) - (xy 68.674531 80.610978) - (xy 68.65827 80.600297) - (xy 68.642139 80.587784) - (xy 68.598793 80.569027) - (xy 68.593545 80.566456) - (xy 68.566351 80.551506) - (xy 68.55216 80.543705) - (xy 68.54876 80.542832) - (xy 68.532387 80.538628) - (xy 68.513981 80.532326) - (xy 68.495244 80.524218) - (xy 68.495246 80.524218) - (xy 68.448596 80.51683) - (xy 68.442881 80.515646) - (xy 68.422712 80.510468) - (xy 68.397132 80.5039) - (xy 68.39713 80.5039) - (xy 68.376716 80.5039) - (xy 68.357317 80.502373) - (xy 68.337158 80.49918) - (xy 68.337157 80.49918) - (xy 68.290134 80.503625) - (xy 68.284296 80.5039) - (xy 62.549 80.5039) - (xy 62.481961 80.484215) - (xy 62.436206 80.431411) - (xy 62.425 80.3799) - (xy 62.425 80.13) - (xy 61.51652 80.13) - (xy 61.544755 80.069998) - (xy 61.573635 79.918607) - (xy 61.563957 79.764789) - (xy 61.520162 79.63) - (xy 62.425 79.63) - (xy 62.425 78.917172) - (xy 62.424999 78.917155) - (xy 62.418598 78.857627) - (xy 62.418596 78.85762) - (xy 62.368354 78.722913) - (xy 62.36835 78.722906) - (xy 62.28219 78.607812) - (xy 62.282187 78.607809) - (xy 62.167093 78.521649) - (xy 62.167086 78.521645) - (xy 62.032379 78.471403) - (xy 62.032372 78.471401) - (xy 61.972844 78.465) - (xy 61.21 78.465) - (xy 61.21 79.321335) - (xy 61.186341 79.308329) - (xy 61.037061 79.27) - (xy 60.921625 79.27) - (xy 60.807094 79.284469) - (xy 60.71 79.322911) - (xy 60.71 78.465) - (xy 59.947155 78.465) - (xy 59.887627 78.471401) - (xy 59.88762 78.471403) - (xy 59.752913 78.521645) - (xy 59.752906 78.521649) - (xy 59.637812 78.607809) - (xy 59.637809 78.607812) - (xy 59.551649 78.722906) - (xy 59.551645 78.722913) - (xy 59.501403 78.85762) - (xy 59.501401 78.857627) - (xy 59.495 78.917155) - (xy 59.494999 78.917172) - (xy 59.494999 79.597533) - (xy 59.475314 79.664573) - (xy 59.42251 79.710327) - (xy 59.353352 79.720271) - (xy 59.289796 79.691246) - (xy 59.283318 79.685214) - (xy 58.980682 79.382578) - (xy 57.936119 78.338014) - (xy 57.902634 78.276691) - (xy 57.8998 78.250333) - (xy 57.8998 75.877844) - (xy 58.29 75.877844) - (xy 58.296401 75.937372) - (xy 58.296403 75.937379) - (xy 58.346645 76.072086) - (xy 58.346649 76.072093) - (xy 58.432809 76.187187) - (xy 58.432812 76.18719) - (xy 58.547906 76.27335) - (xy 58.547913 76.273354) - (xy 58.68262 76.323596) - (xy 58.682627 76.323598) - (xy 58.742155 76.329999) - (xy 58.742172 76.33) - (xy 59.44 76.33) - (xy 59.44 75.304189) - (xy 59.492547 75.340016) - (xy 59.622173 75.38) - (xy 59.723724 75.38) - (xy 59.824138 75.364865) - (xy 59.94 75.309068) - (xy 59.94 76.33) - (xy 60.637828 76.33) - (xy 60.637844 76.329999) - (xy 60.697372 76.323598) - (xy 60.697379 76.323596) - (xy 60.832086 76.273354) - (xy 60.832093 76.27335) - (xy 60.947187 76.18719) - (xy 60.94719 76.187187) - (xy 61.03335 76.072093) - (xy 61.033355 76.072084) - (xy 61.05894 76.003486) - (xy 61.10081 75.947552) - (xy 61.166274 75.923134) - (xy 61.234547 75.937985) - (xy 61.266349 75.962832) - (xy 61.27278 75.969818) - (xy 61.456983 76.11319) - (xy 61.456985 76.113191) - (xy 61.456988 76.113193) - (xy 61.576331 76.177777) - (xy 61.662273 76.224287) - (xy 61.776914 76.263643) - (xy 61.883045 76.300079) - (xy 61.883047 76.300079) - (xy 61.883049 76.30008) - (xy 62.113288 76.3385) - (xy 62.113289 76.3385) - (xy 62.346711 76.3385) - (xy 62.346712 76.3385) - (xy 62.576951 76.30008) - (xy 62.797727 76.224287) - (xy 63.003017 76.11319) - (xy 63.18722 75.969818) - (xy 63.345314 75.798083) - (xy 63.472984 75.602669) - (xy 63.566749 75.388907) - (xy 63.624051 75.162626) - (xy 63.634936 75.031265) - (xy 63.643327 74.930005) - (xy 63.643327 74.929994) - (xy 63.62619 74.723187) - (xy 63.624051 74.697374) - (xy 63.566749 74.471093) - (xy 63.472984 74.257331) - (xy 63.443805 74.212669) - (xy 63.345313 74.061915) - (xy 63.187223 73.890185) - (xy 63.187222 73.890184) - (xy 63.18722 73.890182) - (xy 63.003017 73.74681) - (xy 63.003015 73.746809) - (xy 63.003014 73.746808) - (xy 63.003011 73.746806) - (xy 62.797733 73.635716) - (xy 62.79773 73.635715) - (xy 62.797727 73.635713) - (xy 62.797721 73.635711) - (xy 62.797719 73.63571) - (xy 62.576954 73.55992) - (xy 62.39765 73.53) - (xy 62.346712 73.5215) - (xy 62.113288 73.5215) - (xy 62.06724 73.529184) - (xy 61.883045 73.55992) - (xy 61.66228 73.63571) - (xy 61.662266 73.635716) - (xy 61.456988 73.746806) - (xy 61.456985 73.746808) - (xy 61.272781 73.890181) - (xy 61.272776 73.890185) - (xy 61.266346 73.89717) - (xy 61.206457 73.933157) - (xy 61.136619 73.931052) - (xy 61.079005 73.891524) - (xy 61.05894 73.856513) - (xy 61.033355 73.787915) - (xy 61.03335 73.787906) - (xy 60.94719 73.672812) - (xy 60.947187 73.672809) - (xy 60.832093 73.586649) - (xy 60.832086 73.586645) - (xy 60.697379 73.536403) - (xy 60.697372 73.536401) - (xy 60.637844 73.53) - (xy 59.94 73.53) - (xy 59.94 74.55581) - (xy 59.887453 74.519984) - (xy 59.757827 74.48) - (xy 59.656276 74.48) - (xy 59.555862 74.495135) - (xy 59.44 74.550931) - (xy 59.44 73.53) - (xy 58.742155 73.53) - (xy 58.682627 73.536401) - (xy 58.68262 73.536403) - (xy 58.547913 73.586645) - (xy 58.547906 73.586649) - (xy 58.432812 73.672809) - (xy 58.432809 73.672812) - (xy 58.346649 73.787906) - (xy 58.346645 73.787913) - (xy 58.296403 73.92262) - (xy 58.296401 73.922627) - (xy 58.29 73.982155) - (xy 58.29 74.68) - (xy 59.314722 74.68) - (xy 59.266375 74.76374) - (xy 59.23619 74.895992) - (xy 59.246327 75.031265) - (xy 59.295887 75.157541) - (xy 59.313797 75.18) - (xy 58.29 75.18) - (xy 58.29 75.877844) - (xy 57.8998 75.877844) - (xy 57.8998 70.96) - (xy 59.381634 70.96) - (xy 59.401065 71.206906) - (xy 59.401065 71.206909) - (xy 59.401066 71.206911) - (xy 59.458885 71.447742) - (xy 59.458886 71.447744) - (xy 59.553663 71.676558) - (xy 59.553665 71.676562) - (xy 59.553666 71.676563) - (xy 59.683075 71.88774) - (xy 59.843927 72.076073) - (xy 60.03226 72.236925) - (xy 60.243437 72.366334) - (xy 60.243439 72.366334) - (xy 60.243441 72.366336) - (xy 60.294891 72.387647) - (xy 60.472258 72.461115) - (xy 60.713089 72.518934) - (xy 60.96 72.538366) - (xy 61.206911 72.518934) - (xy 61.447742 72.461115) - (xy 61.676563 72.366334) - (xy 61.88774 72.236925) - (xy 62.076073 72.076073) - (xy 62.236925 71.88774) - (xy 62.366334 71.676563) - (xy 62.461115 71.447742) - (xy 62.518934 71.206911) - (xy 62.538366 70.96) - (xy 62.518934 70.713089) - (xy 62.461115 70.472258) - (xy 62.368616 70.248946) - (xy 62.366336 70.243441) - (xy 62.357602 70.229189) - (xy 62.236925 70.03226) - (xy 62.076073 69.843927) - (xy 61.88774 69.683075) - (xy 61.676563 69.553666) - (xy 61.676562 69.553665) - (xy 61.676558 69.553663) - (xy 61.447744 69.458886) - (xy 61.447742 69.458885) - (xy 61.206911 69.401066) - (xy 61.206909 69.401065) - (xy 61.206906 69.401065) - (xy 60.988358 69.383865) - (xy 60.96 69.381634) - (xy 60.959999 69.381634) - (xy 60.713093 69.401065) - (xy 60.713088 69.401066) - (xy 60.713089 69.401066) - (xy 60.472258 69.458885) - (xy 60.472256 69.458885) - (xy 60.472255 69.458886) - (xy 60.243441 69.553663) - (xy 60.032259 69.683075) - (xy 59.843927 69.843927) - (xy 59.683075 70.032259) - (xy 59.553663 70.243441) - (xy 59.46104 70.467055) - (xy 59.458885 70.472258) - (xy 59.422192 70.625094) - (xy 59.401065 70.713093) - (xy 59.381634 70.96) - (xy 57.8998 70.96) - (xy 57.8998 66.368306) - (xy 94.8915 66.368306) - (xy 94.906467 66.572782) - (xy 94.906469 66.572795) - (xy 94.965934 66.839746) - (xy 94.965937 66.839753) - (xy 95.063646 67.095221) - (xy 95.197506 67.333734) - (xy 95.197509 67.333739) - (xy 95.364669 67.550218) - (xy 95.364678 67.550228) - (xy 95.54131 67.720522) - (xy 95.561574 67.740059) - (xy 95.784019 67.899205) - (xy 95.858617 67.937558) - (xy 96.02725 68.02426) - (xy 96.027261 68.024264) - (xy 96.027266 68.024267) - (xy 96.027272 68.024269) - (xy 96.286116 68.112575) - (xy 96.286122 68.112576) - (xy 96.28613 68.112579) - (xy 96.555093 68.162259) - (xy 96.719091 68.168252) - (xy 96.828422 68.172248) - (xy 96.828422 68.172247) - (xy 96.828424 68.172248) - (xy 97.100296 68.142334) - (xy 97.364916 68.073153) - (xy 97.479971 68.02426) - (xy 97.616635 67.966185) - (xy 97.616638 67.966183) - (xy 97.616643 67.966181) - (xy 97.850112 67.823697) - (xy 98.060347 67.648738) - (xy 98.242867 67.445033) - (xy 98.393783 67.216923) - (xy 98.509877 66.969271) - (xy 98.569116 66.772371) - (xy 98.588673 66.707366) - (xy 98.588673 66.707362) - (xy 98.588676 66.707355) - (xy 98.6285 66.436757) - (xy 98.6285 65.711712) - (xy 98.628428 65.710734) - (xy 98.623404 65.642083) - (xy 98.613533 65.507217) - (xy 98.58595 65.383393) - (xy 98.554065 65.240253) - (xy 98.554063 65.240249) - (xy 98.554063 65.240247) - (xy 98.456355 64.984781) - (xy 98.322493 64.746264) - (xy 98.16757 64.545632) - (xy 98.15533 64.529781) - (xy 98.155321 64.529771) - (xy 97.958429 64.339944) - (xy 97.958427 64.339942) - (xy 97.940875 64.327384) - (xy 97.735981 64.180795) - (xy 97.7282 64.176794) - (xy 97.492749 64.055739) - (xy 97.492727 64.05573) - (xy 97.233883 63.967424) - (xy 97.23387 63.967421) - (xy 97.233865 63.96742) - (xy 96.964903 63.91774) - (xy 96.691577 63.907751) - (xy 96.419703 63.937666) - (xy 96.155084 64.006846) - (xy 95.903364 64.113814) - (xy 95.669892 64.2563) - (xy 95.669882 64.256307) - (xy 95.459654 64.43126) - (xy 95.459648 64.431266) - (xy 95.277133 64.634966) - (xy 95.126217 64.863077) - (xy 95.010121 65.110732) - (xy 95.010119 65.110739) - (xy 94.931326 65.372633) - (xy 94.931323 65.372647) - (xy 94.909611 65.520174) - (xy 94.8915 65.643243) - (xy 94.8915 65.643246) - (xy 94.8915 65.643247) - (xy 94.8915 66.368306) - (xy 57.8998 66.368306) - (xy 57.8998 62.683931) - (xy 57.901538 62.668181) - (xy 57.901268 62.668156) - (xy 57.902002 62.660393) - (xy 57.90199 62.66) - (xy 59.381634 62.66) - (xy 59.401065 62.906906) - (xy 59.401065 62.906909) - (xy 59.401066 62.906911) - (xy 59.458885 63.147742) - (xy 59.458886 63.147744) - (xy 59.553663 63.376558) - (xy 59.553665 63.376562) - (xy 59.553666 63.376563) - (xy 59.683075 63.58774) - (xy 59.843927 63.776073) - (xy 60.03226 63.936925) - (xy 60.243437 64.066334) - (xy 60.243439 64.066334) - (xy 60.243441 64.066336) - (xy 60.314284 64.09568) - (xy 60.472258 64.161115) - (xy 60.713089 64.218934) - (xy 60.96 64.238366) - (xy 61.206911 64.218934) - (xy 61.447742 64.161115) - (xy 61.676563 64.066334) - (xy 61.88774 63.936925) - (xy 62.076073 63.776073) - (xy 62.236925 63.58774) - (xy 62.366334 63.376563) - (xy 62.461115 63.147742) - (xy 62.518934 62.906911) - (xy 62.538366 62.66) - (xy 62.518934 62.413089) - (xy 62.461115 62.172258) - (xy 62.366334 61.943437) - (xy 62.236925 61.73226) - (xy 62.076073 61.543927) - (xy 61.88774 61.383075) - (xy 61.676563 61.253666) - (xy 61.676561 61.253665) - (xy 61.676556 61.253662) - (xy 61.579742 61.213561) - (xy 61.525338 61.16972) - (xy 61.503273 61.103426) - (xy 61.520552 61.035727) - (xy 61.571689 60.988116) - (xy 61.627194 60.975) - (xy 61.972828 60.975) - (xy 61.972844 60.974999) - (xy 62.032372 60.968598) - (xy 62.032379 60.968596) - (xy 62.167086 60.918354) - (xy 62.167093 60.91835) - (xy 62.282187 60.83219) - (xy 62.28219 60.832187) - (xy 62.36835 60.717093) - (xy 62.368354 60.717086) - (xy 62.418596 60.582379) - (xy 62.418598 60.582372) - (xy 62.424999 60.522844) - (xy 62.425 60.522827) - (xy 62.425 59.81) - (xy 61.51652 59.81) - (xy 61.544755 59.749998) - (xy 61.573635 59.598607) - (xy 61.563957 59.444789) - (xy 61.520162 59.31) - (xy 62.425 59.31) - (xy 62.425 58.597172) - (xy 62.424999 58.597155) - (xy 62.418598 58.537627) - (xy 62.418596 58.53762) - (xy 62.368354 58.402913) - (xy 62.36835 58.402906) - (xy 62.28219 58.287812) - (xy 62.282187 58.287809) - (xy 62.167093 58.201649) - (xy 62.167086 58.201645) - (xy 62.032379 58.151403) - (xy 62.032372 58.151401) - (xy 61.972844 58.145) - (xy 61.21 58.145) - (xy 61.21 59.001335) - (xy 61.186341 58.988329) - (xy 61.037061 58.95) - (xy 60.921625 58.95) - (xy 60.807094 58.964469) - (xy 60.709999 59.002911) - (xy 60.71 58.145) - (xy 59.947155 58.145) - (xy 59.887627 58.151401) - (xy 59.88762 58.151403) - (xy 59.752913 58.201645) - (xy 59.752906 58.201649) - (xy 59.637812 58.287809) - (xy 59.637809 58.287812) - (xy 59.551649 58.402906) - (xy 59.551645 58.402913) - (xy 59.501403 58.53762) - (xy 59.501401 58.537627) - (xy 59.495 58.597155) - (xy 59.495 59.31) - (xy 60.40348 59.31) - (xy 60.375245 59.370002) - (xy 60.346365 59.521393) - (xy 60.356043 59.675211) - (xy 60.399838 59.81) - (xy 59.495 59.81) - (xy 59.495 60.522844) - (xy 59.501401 60.582372) - (xy 59.501403 60.582379) - (xy 59.551645 60.717086) - (xy 59.551649 60.717093) - (xy 59.637809 60.832187) - (xy 59.637812 60.83219) - (xy 59.752906 60.91835) - (xy 59.752913 60.918354) - (xy 59.88762 60.968596) - (xy 59.887627 60.968598) - (xy 59.947155 60.974999) - (xy 59.947172 60.975) - (xy 60.292806 60.975) - (xy 60.359845 60.994685) - (xy 60.4056 61.047489) - (xy 60.415544 61.116647) - (xy 60.386519 61.180203) - (xy 60.340258 61.213561) - (xy 60.243443 61.253662) - (xy 60.032259 61.383075) - (xy 59.843927 61.543927) - (xy 59.683075 61.732259) - (xy 59.553663 61.943441) - (xy 59.47315 62.137819) - (xy 59.458885 62.172258) - (xy 59.429973 62.292683) - (xy 59.401065 62.413093) - (xy 59.381634 62.66) - (xy 57.90199 62.66) - (xy 57.899831 62.591308) - (xy 57.8998 62.58936) - (xy 57.8998 62.560446) - (xy 57.898915 62.553447) - (xy 57.898456 62.547614) - (xy 57.896973 62.500411) - (xy 57.896972 62.500409) - (xy 57.891279 62.480815) - (xy 57.887332 62.461759) - (xy 57.884774 62.441503) - (xy 57.867384 62.397583) - (xy 57.865495 62.392063) - (xy 57.863319 62.384576) - (xy 57.852318 62.346707) - (xy 57.841922 62.329129) - (xy 57.833366 62.311662) - (xy 57.830838 62.305276) - (xy 57.825852 62.292683) - (xy 57.798094 62.254479) - (xy 57.794887 62.249596) - (xy 57.783294 62.229994) - (xy 57.770842 62.208938) - (xy 57.756408 62.194504) - (xy 57.743771 62.179709) - (xy 57.731772 62.163193) - (xy 57.73177 62.16319) - (xy 57.695373 62.133081) - (xy 57.691051 62.129147) - (xy 56.641088 61.079183) - (xy 56.631187 61.066823) - (xy 56.630977 61.066998) - (xy 56.626002 61.060986) - (xy 56.626 61.060982) - (xy 56.575621 61.013673) - (xy 56.574253 61.012348) - (xy 56.55377 60.991865) - (xy 56.553769 60.991864) - (xy 56.553767 60.991862) - (xy 56.55125 60.98991) - (xy 56.548183 60.987531) - (xy 56.54375 60.983744) - (xy 56.509321 60.951414) - (xy 56.509319 60.951412) - (xy 56.491431 60.941578) - (xy 56.47517 60.930897) - (xy 56.459039 60.918384) - (xy 56.415693 60.899627) - (xy 56.410445 60.897056) - (xy 56.383251 60.882106) - (xy 56.36906 60.874305) - (xy 56.36566 60.873432) - (xy 56.349287 60.869228) - (xy 56.330881 60.862926) - (xy 56.312144 60.854818) - (xy 56.312146 60.854818) - (xy 56.265496 60.84743) - (xy 56.259781 60.846246) - (xy 56.239612 60.841068) - (xy 56.214032 60.8345) - (xy 56.21403 60.8345) - (xy 56.193616 60.8345) - (xy 56.174217 60.832973) - (xy 56.154058 60.82978) - (xy 56.154057 60.82978) - (xy 56.107034 60.834225) - (xy 56.101196 60.8345) - (xy 54.107956 60.8345) - (xy 54.040917 60.814815) - (xy 54.004148 60.778322) - (xy 53.920425 60.650176) - (xy 53.907722 60.630732) - (xy 53.907719 60.630729) - (xy 53.907715 60.630723) - (xy 53.755243 60.465097) - (xy 53.755238 60.465092) - (xy 53.577577 60.326812) - (xy 53.577572 60.326808) - (xy 53.541068 60.307053) - (xy 53.491478 60.257833) - (xy 53.476371 60.189616) - (xy 53.500542 60.124061) - (xy 53.541069 60.088945) - (xy 53.577576 60.069189) - (xy 53.75524 59.930906) - (xy 53.907722 59.765268) - (xy 54.03086 59.576791) - (xy 54.121296 59.370616) - (xy 54.176564 59.152368) - (xy 54.179926 59.111795) - (xy 54.195156 58.928005) - (xy 54.195156 58.927994) - (xy 54.176565 58.70364) - (xy 54.176563 58.703628) - (xy 54.121296 58.485385) - (xy 54.034633 58.287812) - (xy 54.03086 58.279209) - (xy 53.907722 58.090732) - (xy 53.907719 58.090729) - (xy 53.907715 58.090723) - (xy 53.76251 57.932991) - (xy 53.731587 57.870337) - (xy 53.739447 57.800911) - (xy 53.783594 57.746755) - (xy 53.810405 57.732827) - (xy 53.890584 57.70292) - (xy 53.928204 57.688889) - (xy 54.045261 57.601261) - (xy 54.132889 57.484204) - (xy 54.183989 57.347201) - (xy 54.189165 57.299059) - (xy 54.190499 57.286654) - (xy 54.1905 57.286637) - (xy 54.1905 55.489362) - (xy 54.190499 55.489345) - (xy 54.187157 55.45827) - (xy 54.183989 55.428799) - (xy 54.132889 55.291796) - (xy 54.045261 55.174739) - (xy 53.928204 55.087111) - (xy 53.928203 55.08711) - (xy 53.791203 55.036011) - (xy 53.730654 55.0295) - (xy 53.730638 55.0295) - (xy 51.933362 55.0295) - (xy 51.933345 55.0295) - (xy 51.872797 55.036011) - (xy 51.872795 55.036011) - (xy 51.735795 55.087111) - (xy 51.618739 55.174739) - (xy 51.531111 55.291795) - (xy 51.480011 55.428795) - (xy 51.480011 55.428797) - (xy 51.4735 55.489345) - (xy 51.4735 56.799232) - (xy 51.453815 56.866271) - (xy 51.437181 56.886913) - (xy 51.266679 57.057414) - (xy 51.25432 57.067318) - (xy 51.254493 57.067527) - (xy 51.248481 57.0725) - (xy 51.201173 57.122877) - (xy 51.19982 57.124273) - (xy 51.179373 57.144721) - (xy 51.179357 57.144739) - (xy 51.175031 57.150314) - (xy 51.171247 57.154744) - (xy 51.138919 57.189171) - (xy 51.138912 57.189181) - (xy 51.129079 57.207067) - (xy 51.118403 57.22332) - (xy 51.101107 57.24562) - (xy 51.099961 57.244731) - (xy 51.05515 57.286563) - (xy 50.986406 57.299059) - (xy 50.92182 57.272406) - (xy 50.881896 57.215066) - (xy 50.8755 57.175758) - (xy 50.8755 50.9995) - (xy 50.895185 50.932461) - (xy 50.947989 50.886706) - (xy 50.9995 50.8755) - (xy 111.2005 50.8755) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 55.887273 62.121185) - (xy 55.907915 62.137819) - (xy 56.596481 62.826385) - (xy 56.629966 62.887708) - (xy 56.6328 62.914066) - (xy 56.632799 69.233433) - (xy 56.613114 69.300472) - (xy 56.56031 69.346227) - (xy 56.491152 69.356171) - (xy 56.427596 69.327146) - (xy 56.421132 69.321127) - (xy 54.624187 67.524183) - (xy 54.614287 67.511823) - (xy 54.614077 67.511998) - (xy 54.609101 67.505984) - (xy 54.6091 67.505982) - (xy 54.558714 67.458667) - (xy 54.557339 67.457334) - (xy 54.536868 67.436863) - (xy 54.534892 67.435331) - (xy 54.531283 67.432531) - (xy 54.52685 67.428744) - (xy 54.492421 67.396414) - (xy 54.492419 67.396412) - (xy 54.474531 67.386578) - (xy 54.45827 67.375897) - (xy 54.442139 67.363384) - (xy 54.398793 67.344627) - (xy 54.393545 67.342056) - (xy 54.359652 67.323424) - (xy 54.35216 67.319305) - (xy 54.34876 67.318432) - (xy 54.332387 67.314228) - (xy 54.313981 67.307926) - (xy 54.295244 67.299818) - (xy 54.295246 67.299818) - (xy 54.248596 67.29243) - (xy 54.242881 67.291246) - (xy 54.222712 67.286068) - (xy 54.197132 67.2795) - (xy 54.19713 67.2795) - (xy 54.184376 67.2795) - (xy 54.117337 67.259815) - (xy 54.071582 67.207011) - (xy 54.061638 67.137853) - (xy 54.07082 67.10569) - (xy 54.075413 67.095219) - (xy 54.121296 66.990616) - (xy 54.176564 66.772368) - (xy 54.176565 66.772359) - (xy 54.195156 66.548005) - (xy 54.195156 66.547994) - (xy 54.176565 66.32364) - (xy 54.176563 66.323628) - (xy 54.137358 66.168811) - (xy 54.121296 66.105384) - (xy 54.03086 65.899209) - (xy 53.979654 65.820833) - (xy 53.927251 65.740624) - (xy 53.907722 65.710732) - (xy 53.907719 65.710729) - (xy 53.907715 65.710723) - (xy 53.755243 65.545097) - (xy 53.755238 65.545092) - (xy 53.577577 65.406812) - (xy 53.577577 65.406811) - (xy 53.534303 65.383393) - (xy 53.484713 65.334173) - (xy 53.469605 65.265957) - (xy 53.493775 65.200401) - (xy 53.522198 65.172763) - (xy 53.593373 65.122925) - (xy 52.964534 64.494086) - (xy 52.974315 64.49268) - (xy 53.1051 64.432952) - (xy 53.213761 64.338798) - (xy 53.291493 64.217844) - (xy 53.315076 64.137524) - (xy 53.946925 64.769373) - (xy 53.946926 64.769373) - (xy 54.005598 64.685582) - (xy 54.0056 64.685578) - (xy 54.105429 64.471492) - (xy 54.105433 64.471483) - (xy 54.166567 64.243326) - (xy 54.166569 64.243315) - (xy 54.187157 64.008001) - (xy 54.187157 64.007993) - (xy 54.166569 63.772684) - (xy 54.166567 63.772673) - (xy 54.105433 63.544516) - (xy 54.105429 63.544507) - (xy 54.0056 63.330423) - (xy 54.005599 63.330421) - (xy 53.946925 63.246626) - (xy 53.946925 63.246625) - (xy 53.315076 63.878475) - (xy 53.291493 63.798156) - (xy 53.213761 63.677202) - (xy 53.1051 63.583048) - (xy 52.974315 63.52332) - (xy 52.964533 63.521913) - (xy 53.593373 62.893073) - (xy 53.593373 62.893072) - (xy 53.522199 62.843236) - (xy 53.478574 62.788659) - (xy 53.47138 62.719161) - (xy 53.502903 62.656806) - (xy 53.534305 62.632606) - (xy 53.545525 62.626534) - (xy 53.577576 62.609189) - (xy 53.75524 62.470906) - (xy 53.907722 62.305268) - (xy 53.961123 62.223531) - (xy 54.004148 62.157678) - (xy 54.057294 62.112321) - (xy 54.107956 62.1015) - (xy 55.820234 62.1015) - ) - ) - ) - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 5853cb2f-1ce5-4f19-8c4b-6bc29a74e4e5) (hatch edge 0.5) - (priority 1) - (connect_pads (clearance 0.508)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 50.8 50.8) - (xy 111.506 50.8) - (xy 111.506 159.004) - (xy 50.8 159.004) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 78.513703 106.470053) - (xy 78.52018 106.476084) - (xy 81.876666 109.832571) - (xy 85.232012 113.187917) - (xy 85.241916 113.200278) - (xy 85.242126 113.200105) - (xy 85.247097 113.206113) - (xy 85.2471 113.206118) - (xy 85.297518 113.253463) - (xy 85.298827 113.254732) - (xy 85.309092 113.264997) - (xy 85.319325 113.275231) - (xy 85.324913 113.279566) - (xy 85.329345 113.283352) - (xy 85.359763 113.311915) - (xy 85.36378 113.315687) - (xy 85.381662 113.325517) - (xy 85.397929 113.336202) - (xy 85.41406 113.348715) - (xy 85.435938 113.358181) - (xy 85.457407 113.367471) - (xy 85.462633 113.370031) - (xy 85.50404 113.392795) - (xy 85.523816 113.397872) - (xy 85.542224 113.404175) - (xy 85.56095 113.412279) - (xy 85.560952 113.41228) - (xy 85.560953 113.41228) - (xy 85.560955 113.412281) - (xy 85.601884 113.418763) - (xy 85.607603 113.419669) - (xy 85.613312 113.420851) - (xy 85.65907 113.4326) - (xy 85.679484 113.4326) - (xy 85.698883 113.434127) - (xy 85.719043 113.43732) - (xy 85.766065 113.432875) - (xy 85.771904 113.4326) - (xy 97.5275 113.4326) - (xy 97.594539 113.452285) - (xy 97.640294 113.505089) - (xy 97.6515 113.5566) - (xy 97.6515 115.128654) - (xy 97.658011 115.189202) - (xy 97.658011 115.189204) - (xy 97.69422 115.28628) - (xy 97.709111 115.326204) - (xy 97.796739 115.443261) - (xy 97.913796 115.530889) - (xy 98.050799 115.581989) - (xy 98.07805 115.584918) - (xy 98.111345 115.588499) - (xy 98.111362 115.5885) - (xy 100.008638 115.5885) - (xy 100.008654 115.588499) - (xy 100.035692 115.585591) - (xy 100.069201 115.581989) - (xy 100.206204 115.530889) - (xy 100.323261 115.443261) - (xy 100.410889 115.326204) - (xy 100.425781 115.286277) - (xy 100.467651 115.230347) - (xy 100.533115 115.20593) - (xy 100.601388 115.220782) - (xy 100.618123 115.231761) - (xy 100.778736 115.356771) - (xy 100.786983 115.36319) - (xy 100.786985 115.363191) - (xy 100.786988 115.363193) - (xy 100.840428 115.392113) - (xy 100.992273 115.474287) - (xy 101.106914 115.513643) - (xy 101.213045 115.550079) - (xy 101.213047 115.550079) - (xy 101.213049 115.55008) - (xy 101.443288 115.5885) - (xy 101.443289 115.5885) - (xy 101.676711 115.5885) - (xy 101.676712 115.5885) - (xy 101.906951 115.55008) - (xy 102.127727 115.474287) - (xy 102.333017 115.36319) - (xy 102.51722 115.219818) - (xy 102.675314 115.048083) - (xy 102.711266 114.993053) - (xy 102.764412 114.947695) - (xy 102.833644 114.938271) - (xy 102.89698 114.967772) - (xy 102.905201 114.97726) - (xy 102.908811 114.977634) - (xy 103.576922 114.309523) - (xy 103.600507 114.389844) - (xy 103.678239 114.510798) - (xy 103.7869 114.604952) - (xy 103.917685 114.66468) - (xy 103.927466 114.666086) - (xy 103.261199 115.332351) - (xy 103.29165 115.35605) - (xy 103.495697 115.466476) - (xy 103.495706 115.466479) - (xy 103.715139 115.541811) - (xy 103.943993 115.58) - (xy 104.176007 115.58) - (xy 104.40486 115.541811) - (xy 104.624293 115.466479) - (xy 104.624302 115.466476) - (xy 104.82835 115.35605) - (xy 104.858798 115.332351) - (xy 104.192533 114.666086) - (xy 104.202315 114.66468) - (xy 104.3331 114.604952) - (xy 104.441761 114.510798) - (xy 104.519493 114.389844) - (xy 104.543076 114.309524) - (xy 105.211186 114.977634) - (xy 105.295484 114.848606) - (xy 105.388682 114.636135) - (xy 105.445638 114.411218) - (xy 105.464798 114.180005) - (xy 105.464798 114.179994) - (xy 105.445638 113.948781) - (xy 105.388682 113.723864) - (xy 105.295483 113.51139) - (xy 105.211186 113.382364) - (xy 104.543076 114.050475) - (xy 104.519493 113.970156) - (xy 104.441761 113.849202) - (xy 104.3331 113.755048) - (xy 104.202315 113.69532) - (xy 104.192534 113.693913) - (xy 104.858799 113.027648) - (xy 104.858799 113.027647) - (xy 104.828347 113.003947) - (xy 104.803785 112.990655) - (xy 104.754194 112.941436) - (xy 104.739086 112.87322) - (xy 104.763256 112.807664) - (xy 104.819031 112.765582) - (xy 104.862802 112.7576) - (xy 106.794334 112.7576) - (xy 106.861373 112.777285) - (xy 106.882015 112.793919) - (xy 109.357914 115.269819) - (xy 109.391399 115.331142) - (xy 109.386415 115.400834) - (xy 109.344543 115.456767) - (xy 109.279079 115.481184) - (xy 109.270233 115.4815) - (xy 108.575345 115.4815) - (xy 108.514797 115.488011) - (xy 108.514795 115.488011) - (xy 108.377795 115.539111) - (xy 108.260739 115.626739) - (xy 108.173111 115.743795) - (xy 108.122011 115.880795) - (xy 108.122011 115.880797) - (xy 108.1155 115.941345) - (xy 108.1155 116.142153) - (xy 108.095815 116.209192) - (xy 108.050892 116.248117) - (xy 108.052014 116.250015) - (xy 108.027724 116.264378) - (xy 108.010264 116.272932) - (xy 107.991284 116.280447) - (xy 107.991281 116.280449) - (xy 107.953082 116.308201) - (xy 107.9482 116.311409) - (xy 107.907538 116.335456) - (xy 107.893096 116.349898) - (xy 107.878308 116.362527) - (xy 107.861797 116.374523) - (xy 107.861793 116.374527) - (xy 107.851771 116.386642) - (xy 107.793871 116.425749) - (xy 107.756229 116.4316) - (xy 77.854534 116.4316) - (xy 77.838786 116.429861) - (xy 77.838761 116.430132) - (xy 77.830993 116.429397) - (xy 77.761909 116.431569) - (xy 77.759961 116.4316) - (xy 77.731037 116.4316) - (xy 77.724043 116.432484) - (xy 77.71822 116.432942) - (xy 77.671011 116.434426) - (xy 77.671008 116.434427) - (xy 77.651405 116.440122) - (xy 77.632359 116.444066) - (xy 77.612103 116.446626) - (xy 77.612101 116.446626) - (xy 77.612099 116.446627) - (xy 77.568182 116.464014) - (xy 77.562656 116.465906) - (xy 77.517306 116.479082) - (xy 77.499733 116.489474) - (xy 77.48227 116.498029) - (xy 77.463285 116.505546) - (xy 77.463283 116.505547) - (xy 77.425079 116.533304) - (xy 77.420196 116.536512) - (xy 77.379537 116.560558) - (xy 77.365096 116.574998) - (xy 77.350308 116.587627) - (xy 77.333797 116.599623) - (xy 77.333792 116.599628) - (xy 77.30369 116.636014) - (xy 77.299758 116.640336) - (xy 70.032095 123.907998) - (xy 69.970772 123.941483) - (xy 69.90108 123.936499) - (xy 69.845147 123.894627) - (xy 69.820837 123.830558) - (xy 69.809617 123.69514) - (xy 69.749662 123.458384) - (xy 69.651557 123.234726) - (xy 69.517976 123.030266) - (xy 69.352565 122.850582) - (xy 69.352564 122.850581) - (xy 69.352562 122.850579) - (xy 69.352558 122.850576) - (xy 69.232686 122.757276) - (xy 69.159834 122.700573) - (xy 69.159833 122.700572) - (xy 68.945042 122.584333) - (xy 68.945034 122.58433) - (xy 68.714048 122.505032) - (xy 68.473148 122.464834) - (xy 68.22892 122.464834) - (xy 67.988019 122.505032) - (xy 67.757033 122.58433) - (xy 67.757025 122.584333) - (xy 67.542234 122.700572) - (xy 67.54223 122.700576) - (xy 67.349509 122.850576) - (xy 67.349505 122.850579) - (xy 67.184093 123.030264) - (xy 67.18409 123.030268) - (xy 67.050511 123.234724) - (xy 66.952405 123.458385) - (xy 66.892451 123.695136) - (xy 66.892449 123.695147) - (xy 66.872283 123.938528) - (xy 66.872283 123.938539) - (xy 66.892449 124.18192) - (xy 66.892451 124.181931) - (xy 66.952405 124.418682) - (xy 66.989649 124.50359) - (xy 66.998552 124.572891) - (xy 66.968574 124.636003) - (xy 66.909235 124.672889) - (xy 66.876093 124.6774) - (xy 63.874966 124.6774) - (xy 63.807927 124.657715) - (xy 63.787285 124.641081) - (xy 62.757388 123.611183) - (xy 62.747487 123.598823) - (xy 62.747277 123.598998) - (xy 62.742302 123.592986) - (xy 62.7423 123.592982) - (xy 62.691921 123.545673) - (xy 62.690553 123.544348) - (xy 62.67007 123.523865) - (xy 62.670069 123.523864) - (xy 62.670067 123.523862) - (xy 62.66755 123.52191) - (xy 62.664483 123.519531) - (xy 62.66005 123.515744) - (xy 62.625621 123.483414) - (xy 62.625619 123.483412) - (xy 62.607731 123.473578) - (xy 62.59147 123.462897) - (xy 62.575339 123.450384) - (xy 62.531993 123.431627) - (xy 62.526745 123.429056) - (xy 62.499551 123.414106) - (xy 62.48536 123.406305) - (xy 62.48196 123.405432) - (xy 62.465587 123.401228) - (xy 62.447181 123.394926) - (xy 62.428444 123.386818) - (xy 62.428446 123.386818) - (xy 62.381796 123.37943) - (xy 62.376081 123.378246) - (xy 62.355993 123.373089) - (xy 62.344886 123.370237) - (xy 62.284848 123.334499) - (xy 62.262165 123.299936) - (xy 62.261778 123.299054) - (xy 62.260523 123.296192) - (xy 62.126942 123.091732) - (xy 61.961531 122.912048) - (xy 61.96153 122.912047) - (xy 61.961528 122.912045) - (xy 61.961524 122.912042) - (xy 61.823996 122.805) - (xy 61.7688 122.762039) - (xy 61.768799 122.762038) - (xy 61.554008 122.645799) - (xy 61.554 122.645796) - (xy 61.323014 122.566498) - (xy 61.082114 122.5263) - (xy 60.837886 122.5263) - (xy 60.596985 122.566498) - (xy 60.365999 122.645796) - (xy 60.365991 122.645799) - (xy 60.1512 122.762038) - (xy 60.151196 122.762042) - (xy 59.958475 122.912042) - (xy 59.958471 122.912045) - (xy 59.793059 123.09173) - (xy 59.793056 123.091734) - (xy 59.659477 123.29619) - (xy 59.561371 123.519851) - (xy 59.501417 123.756602) - (xy 59.501415 123.756613) - (xy 59.481249 123.999994) - (xy 59.481249 124.000005) - (xy 59.501415 124.243386) - (xy 59.501417 124.243397) - (xy 59.561371 124.480148) - (xy 59.659477 124.703809) - (xy 59.785647 124.896925) - (xy 59.793058 124.908268) - (xy 59.901885 125.026486) - (xy 59.958471 125.087954) - (xy 59.958475 125.087957) - (xy 60.1512 125.237961) - (xy 60.365992 125.354201) - (xy 60.581034 125.428025) - (xy 60.589044 125.430775) - (xy 60.596988 125.433502) - (xy 60.837886 125.4737) - (xy 61.082114 125.4737) - (xy 61.323012 125.433502) - (xy 61.554008 125.354201) - (xy 61.7688 125.237961) - (xy 61.961531 125.087952) - (xy 62.104471 124.932677) - (xy 62.164354 124.89669) - (xy 62.234192 124.89879) - (xy 62.283378 124.928982) - (xy 63.05411 125.699714) - (xy 63.064016 125.712078) - (xy 63.064226 125.711905) - (xy 63.069197 125.717913) - (xy 63.0692 125.717918) - (xy 63.119635 125.765279) - (xy 63.120944 125.766548) - (xy 63.131201 125.776805) - (xy 63.141425 125.78703) - (xy 63.141429 125.787033) - (xy 63.141431 125.787035) - (xy 63.147005 125.791358) - (xy 63.151447 125.795152) - (xy 63.185879 125.827486) - (xy 63.185883 125.827489) - (xy 63.203763 125.837318) - (xy 63.220027 125.848001) - (xy 63.23616 125.860514) - (xy 63.279501 125.879269) - (xy 63.28475 125.881841) - (xy 63.304827 125.892878) - (xy 63.32614 125.904595) - (xy 63.345918 125.909673) - (xy 63.364319 125.915973) - (xy 63.383055 125.924081) - (xy 63.427562 125.931129) - (xy 63.429703 125.931469) - (xy 63.435412 125.932651) - (xy 63.48117 125.9444) - (xy 63.501584 125.9444) - (xy 63.520983 125.945927) - (xy 63.541143 125.94912) - (xy 63.588165 125.944675) - (xy 63.594004 125.9444) - (xy 68.491733 125.9444) - (xy 68.558772 125.964085) - (xy 68.604527 126.016889) - (xy 68.614471 126.086047) - (xy 68.585446 126.149603) - (xy 68.579414 126.156081) - (xy 65.939914 128.795581) - (xy 65.878591 128.829066) - (xy 65.852233 128.8319) - (xy 62.868532 128.8319) - (xy 62.85278 128.83016) - (xy 62.852755 128.830432) - (xy 62.844993 128.829697) - (xy 62.775897 128.831869) - (xy 62.773949 128.8319) - (xy 62.745044 128.8319) - (xy 62.745041 128.8319) - (xy 62.745029 128.831901) - (xy 62.738037 128.832784) - (xy 62.73222 128.833241) - (xy 62.685011 128.834725) - (xy 62.685009 128.834726) - (xy 62.665396 128.840423) - (xy 62.646359 128.844365) - (xy 62.626108 128.846924) - (xy 62.626102 128.846926) - (xy 62.582199 128.864307) - (xy 62.576675 128.866198) - (xy 62.531306 128.879381) - (xy 62.531301 128.879383) - (xy 62.513727 128.889776) - (xy 62.496262 128.898332) - (xy 62.477287 128.905845) - (xy 62.477285 128.905846) - (xy 62.439076 128.933606) - (xy 62.434194 128.936812) - (xy 62.393535 128.960858) - (xy 62.3791 128.975294) - (xy 62.364312 128.987925) - (xy 62.347794 128.999926) - (xy 62.347788 128.999932) - (xy 62.31768 129.036325) - (xy 62.313749 129.040646) - (xy 62.283378 129.071016) - (xy 62.222055 129.104501) - (xy 62.152363 129.099517) - (xy 62.104467 129.067318) - (xy 62.102145 129.064796) - (xy 61.961531 128.912048) - (xy 61.96153 128.912047) - (xy 61.961528 128.912045) - (xy 61.961524 128.912042) - (xy 61.856671 128.830432) - (xy 61.7688 128.762039) - (xy 61.768799 128.762038) - (xy 61.554008 128.645799) - (xy 61.554 128.645796) - (xy 61.323014 128.566498) - (xy 61.082114 128.5263) - (xy 60.837886 128.5263) - (xy 60.596985 128.566498) - (xy 60.365999 128.645796) - (xy 60.365991 128.645799) - (xy 60.1512 128.762038) - (xy 60.151196 128.762042) - (xy 59.958475 128.912042) - (xy 59.958471 128.912045) - (xy 59.793059 129.09173) - (xy 59.793056 129.091734) - (xy 59.659477 129.29619) - (xy 59.561371 129.519851) - (xy 59.501417 129.756602) - (xy 59.501415 129.756613) - (xy 59.481249 129.999994) - (xy 59.481249 130.000005) - (xy 59.501415 130.243386) - (xy 59.501417 130.243397) - (xy 59.561371 130.480148) - (xy 59.659477 130.703809) - (xy 59.793056 130.908265) - (xy 59.793058 130.908268) - (xy 59.958469 131.087952) - (xy 60.042925 131.153687) - (xy 60.083736 131.210394) - (xy 60.087411 131.280167) - (xy 60.054442 131.339219) - (xy 58.743715 132.649947) - (xy 58.682392 132.683432) - (xy 58.6127 132.678448) - (xy 58.556767 132.636576) - (xy 58.53235 132.571112) - (xy 58.532034 132.562266) - (xy 58.532034 128.351734) - (xy 58.533773 128.335982) - (xy 58.533502 128.335957) - (xy 58.534236 128.328195) - (xy 58.532065 128.259097) - (xy 58.532034 128.257149) - (xy 58.532034 128.228249) - (xy 58.532034 128.228246) - (xy 58.531148 128.221243) - (xy 58.530691 128.215424) - (xy 58.529208 128.168213) - (xy 58.52351 128.148601) - (xy 58.519567 128.129568) - (xy 58.517008 128.109305) - (xy 58.499619 128.065388) - (xy 58.49773 128.059868) - (xy 58.484552 128.014509) - (xy 58.47416 127.996937) - (xy 58.4656 127.979464) - (xy 58.458086 127.960485) - (xy 58.430328 127.922281) - (xy 58.427121 127.917398) - (xy 58.410543 127.889367) - (xy 58.403076 127.87674) - (xy 58.388642 127.862306) - (xy 58.376005 127.847511) - (xy 58.364006 127.830995) - (xy 58.364004 127.830992) - (xy 58.327607 127.800883) - (xy 58.323285 127.796949) - (xy 55.012853 124.486516) - (xy 54.979368 124.425193) - (xy 54.980329 124.368394) - (xy 55.027546 124.18194) - (xy 55.027548 124.181931) - (xy 55.027549 124.181928) - (xy 55.02755 124.18192) - (xy 55.047717 123.938539) - (xy 55.047717 123.938528) - (xy 55.02755 123.695147) - (xy 55.027549 123.695144) - (xy 55.027549 123.69514) - (xy 54.980328 123.508669) - (xy 54.982953 123.43885) - (xy 55.012851 123.390551) - (xy 57.350822 121.052581) - (xy 57.412143 121.019098) - (xy 57.478763 121.022982) - (xy 57.506504 121.032506) - (xy 57.535521 121.042468) - (xy 57.77642 121.082666) - (xy 58.020648 121.082666) - (xy 58.261546 121.042468) - (xy 58.492542 120.963167) - (xy 58.707334 120.846927) - (xy 58.900065 120.696918) - (xy 59.065476 120.517234) - (xy 59.199057 120.312774) - (xy 59.297162 120.089116) - (xy 59.357117 119.85236) - (xy 59.357118 119.852352) - (xy 59.377285 119.608971) - (xy 62.542715 119.608971) - (xy 62.562881 119.852352) - (xy 62.562883 119.852363) - (xy 62.622837 120.089114) - (xy 62.720943 120.312775) - (xy 62.831108 120.481393) - (xy 62.854524 120.517234) - (xy 62.876352 120.540946) - (xy 63.019937 120.69692) - (xy 63.019941 120.696923) - (xy 63.212666 120.846927) - (xy 63.427458 120.963167) - (xy 63.658454 121.042468) - (xy 63.899352 121.082666) - (xy 64.14358 121.082666) - (xy 64.384478 121.042468) - (xy 64.615474 120.963167) - (xy 64.830266 120.846927) - (xy 65.022997 120.696918) - (xy 65.188408 120.517234) - (xy 65.321989 120.312774) - (xy 65.420094 120.089116) - (xy 65.480049 119.85236) - (xy 65.48005 119.852352) - (xy 65.500217 119.608971) - (xy 65.500217 119.60896) - (xy 65.48005 119.365579) - (xy 65.480048 119.365568) - (xy 65.420094 119.128817) - (xy 65.321988 118.905156) - (xy 65.188409 118.7007) - (xy 65.188408 118.700698) - (xy 65.022997 118.521014) - (xy 65.022996 118.521013) - (xy 65.022994 118.521011) - (xy 65.02299 118.521008) - (xy 64.848236 118.384992) - (xy 64.830266 118.371005) - (xy 64.830265 118.371004) - (xy 64.615474 118.254765) - (xy 64.615466 118.254762) - (xy 64.38448 118.175464) - (xy 64.14358 118.135266) - (xy 63.899352 118.135266) - (xy 63.658451 118.175464) - (xy 63.427465 118.254762) - (xy 63.427457 118.254765) - (xy 63.212666 118.371004) - (xy 63.212662 118.371008) - (xy 63.019941 118.521008) - (xy 63.019937 118.521011) - (xy 62.854525 118.700696) - (xy 62.854522 118.7007) - (xy 62.720943 118.905156) - (xy 62.622837 119.128817) - (xy 62.562883 119.365568) - (xy 62.562881 119.365579) - (xy 62.542715 119.60896) - (xy 62.542715 119.608971) - (xy 59.377285 119.608971) - (xy 59.377285 119.60896) - (xy 59.357118 119.365579) - (xy 59.357116 119.365568) - (xy 59.297162 119.128817) - (xy 59.199056 118.905156) - (xy 59.065477 118.7007) - (xy 59.065476 118.700698) - (xy 58.900065 118.521014) - (xy 58.900064 118.521013) - (xy 58.900062 118.521011) - (xy 58.900058 118.521008) - (xy 58.725304 118.384992) - (xy 58.707334 118.371005) - (xy 58.707333 118.371004) - (xy 58.492542 118.254765) - (xy 58.492534 118.254762) - (xy 58.261548 118.175464) - (xy 58.020648 118.135266) - (xy 57.77642 118.135266) - (xy 57.535519 118.175464) - (xy 57.304533 118.254762) - (xy 57.304525 118.254765) - (xy 57.089734 118.371004) - (xy 57.08973 118.371008) - (xy 56.897009 118.521008) - (xy 56.897005 118.521011) - (xy 56.731593 118.700696) - (xy 56.73159 118.7007) - (xy 56.598011 118.905156) - (xy 56.499905 119.128817) - (xy 56.439951 119.365568) - (xy 56.439949 119.365579) - (xy 56.419783 119.60896) - (xy 56.419783 119.608971) - (xy 56.439949 119.852352) - (xy 56.439951 119.852363) - (xy 56.487171 120.038827) - (xy 56.484546 120.108647) - (xy 56.454646 120.156948) - (xy 54.116678 122.494915) - (xy 54.055355 122.5284) - (xy 53.988736 122.524516) - (xy 53.931977 122.505031) - (xy 53.69108 122.464834) - (xy 53.446852 122.464834) - (xy 53.205951 122.505032) - (xy 52.974965 122.58433) - (xy 52.974957 122.584333) - (xy 52.760166 122.700572) - (xy 52.760162 122.700576) - (xy 52.567441 122.850576) - (xy 52.567437 122.850579) - (xy 52.402025 123.030264) - (xy 52.402022 123.030268) - (xy 52.268443 123.234724) - (xy 52.170337 123.458385) - (xy 52.110383 123.695136) - (xy 52.110381 123.695147) - (xy 52.090215 123.938528) - (xy 52.090215 123.938539) - (xy 52.110381 124.18192) - (xy 52.110383 124.181931) - (xy 52.170337 124.418682) - (xy 52.268443 124.642343) - (xy 52.38855 124.826178) - (xy 52.402024 124.846802) - (xy 52.557533 125.01573) - (xy 52.567437 125.026488) - (xy 52.567441 125.026491) - (xy 52.760166 125.176495) - (xy 52.974958 125.292735) - (xy 53.205954 125.372036) - (xy 53.446852 125.412234) - (xy 53.69108 125.412234) - (xy 53.931978 125.372036) - (xy 53.988736 125.35255) - (xy 54.058531 125.3494) - (xy 54.116678 125.382151) - (xy 57.228715 128.494187) - (xy 57.2622 128.55551) - (xy 57.265034 128.581868) - (xy 57.265034 132.984316) - (xy 57.245349 133.051355) - (xy 57.200052 133.09337) - (xy 57.089744 133.153066) - (xy 57.08973 133.153076) - (xy 56.897009 133.303076) - (xy 56.897005 133.303079) - (xy 56.731593 133.482764) - (xy 56.73159 133.482768) - (xy 56.598011 133.687224) - (xy 56.518197 133.869184) - (xy 56.473241 133.92267) - (xy 56.406505 133.94336) - (xy 56.339177 133.924685) - (xy 56.31696 133.907055) - (xy 54.238785 131.82888) - (xy 54.2053 131.767557) - (xy 54.202466 131.741199) - (xy 54.202466 131.468182) - (xy 54.222151 131.401143) - (xy 54.267449 131.359127) - (xy 54.377766 131.299427) - (xy 54.570497 131.149418) - (xy 54.735908 130.969734) - (xy 54.869489 130.765274) - (xy 54.967594 130.541616) - (xy 55.027549 130.30486) - (xy 55.02755 130.304852) - (xy 55.047717 130.061471) - (xy 55.047717 130.06146) - (xy 55.02755 129.818079) - (xy 55.027548 129.818068) - (xy 54.999295 129.7065) - (xy 54.967594 129.581316) - (xy 54.869489 129.357658) - (xy 54.863504 129.348498) - (xy 54.776048 129.214637) - (xy 54.735908 129.153198) - (xy 54.570497 128.973514) - (xy 54.570496 128.973513) - (xy 54.570494 128.973511) - (xy 54.57049 128.973508) - (xy 54.449555 128.879381) - (xy 54.377766 128.823505) - (xy 54.377765 128.823504) - (xy 54.162974 128.707265) - (xy 54.162966 128.707262) - (xy 53.93198 128.627964) - (xy 53.69108 128.587766) - (xy 53.446852 128.587766) - (xy 53.205951 128.627964) - (xy 52.974965 128.707262) - (xy 52.974957 128.707265) - (xy 52.760166 128.823504) - (xy 52.760162 128.823508) - (xy 52.567441 128.973508) - (xy 52.567437 128.973511) - (xy 52.402025 129.153196) - (xy 52.402022 129.1532) - (xy 52.268443 129.357656) - (xy 52.170337 129.581317) - (xy 52.110383 129.818068) - (xy 52.110381 129.818079) - (xy 52.090215 130.06146) - (xy 52.090215 130.061471) - (xy 52.110381 130.304852) - (xy 52.110383 130.304863) - (xy 52.170337 130.541614) - (xy 52.268443 130.765275) - (xy 52.361864 130.908265) - (xy 52.402024 130.969734) - (xy 52.528258 131.106861) - (xy 52.567437 131.14942) - (xy 52.567441 131.149423) - (xy 52.760166 131.299427) - (xy 52.760169 131.299429) - (xy 52.760171 131.29943) - (xy 52.870482 131.359127) - (xy 52.920073 131.408346) - (xy 52.935465 131.468182) - (xy 52.935465 131.971332) - (xy 52.933728 131.987079) - (xy 52.933998 131.987105) - (xy 52.933263 131.994872) - (xy 52.935435 132.063956) - (xy 52.935466 132.065904) - (xy 52.935466 132.094825) - (xy 52.93635 132.101822) - (xy 52.936808 132.107645) - (xy 52.938292 132.154855) - (xy 52.938293 132.154857) - (xy 52.943988 132.174461) - (xy 52.947933 132.193508) - (xy 52.950492 132.213763) - (xy 52.950493 132.213766) - (xy 52.950494 132.213769) - (xy 52.96788 132.257682) - (xy 52.969772 132.26321) - (xy 52.982947 132.308558) - (xy 52.993338 132.326128) - (xy 53.001898 132.343601) - (xy 53.009413 132.362583) - (xy 53.037175 132.400793) - (xy 53.040382 132.405676) - (xy 53.064424 132.446328) - (xy 53.064428 132.446332) - (xy 53.078855 132.460759) - (xy 53.091492 132.475554) - (xy 53.103494 132.492073) - (xy 53.139897 132.522188) - (xy 53.144197 132.526101) - (xy 55.009124 134.391028) - (xy 56.688144 136.070048) - (xy 56.69805 136.082412) - (xy 56.69826 136.082239) - (xy 56.703234 136.088252) - (xy 56.753636 136.135582) - (xy 56.75501 136.136914) - (xy 56.775464 136.157368) - (xy 56.781036 136.16169) - (xy 56.785476 136.165483) - (xy 56.819912 136.19782) - (xy 56.837801 136.207654) - (xy 56.854067 136.218338) - (xy 56.870193 136.230847) - (xy 56.913532 136.249601) - (xy 56.918779 136.252171) - (xy 56.960174 136.274929) - (xy 56.979952 136.280007) - (xy 56.998355 136.286308) - (xy 57.017086 136.294414) - (xy 57.017087 136.294414) - (xy 57.017089 136.294415) - (xy 57.044484 136.298753) - (xy 57.063731 136.301802) - (xy 57.069447 136.302985) - (xy 57.115204 136.314734) - (xy 57.135624 136.314734) - (xy 57.155023 136.316261) - (xy 57.175175 136.319452) - (xy 57.175176 136.319453) - (xy 57.175176 136.319452) - (xy 57.175177 136.319453) - (xy 57.222192 136.315009) - (xy 57.22803 136.314734) - (xy 62.647632 136.314734) - (xy 62.663379 136.316472) - (xy 62.663405 136.316202) - (xy 62.671172 136.316936) - (xy 62.671174 136.316935) - (xy 62.671175 136.316936) - (xy 62.680525 136.316642) - (xy 62.740257 136.314765) - (xy 62.742205 136.314734) - (xy 62.771123 136.314734) - (xy 62.772488 136.314561) - (xy 62.778128 136.313848) - (xy 62.783951 136.31339) - (xy 62.809974 136.312572) - (xy 62.831156 136.311907) - (xy 62.840947 136.309061) - (xy 62.850747 136.306214) - (xy 62.869804 136.302266) - (xy 62.890063 136.299708) - (xy 62.933987 136.282316) - (xy 62.939487 136.280433) - (xy 62.984859 136.267252) - (xy 63.002431 136.256859) - (xy 63.019898 136.248302) - (xy 63.038883 136.240786) - (xy 63.077092 136.213024) - (xy 63.08197 136.209819) - (xy 63.122628 136.185776) - (xy 63.137068 136.171334) - (xy 63.151858 136.158704) - (xy 63.168373 136.146706) - (xy 63.198488 136.110301) - (xy 63.202392 136.10601) - (xy 63.473754 135.834648) - (xy 63.535075 135.801165) - (xy 63.601693 135.805049) - (xy 63.658454 135.824536) - (xy 63.658458 135.824536) - (xy 63.658459 135.824537) - (xy 63.899352 135.864734) - (xy 64.14358 135.864734) - (xy 64.384478 135.824536) - (xy 64.615474 135.745235) - (xy 64.830266 135.628995) - (xy 65.022997 135.478986) - (xy 65.188408 135.299302) - (xy 65.321989 135.094842) - (xy 65.420094 134.871184) - (xy 65.480049 134.634428) - (xy 65.483257 134.595713) - (xy 65.500217 134.391039) - (xy 65.500217 134.391028) - (xy 65.48005 134.147647) - (xy 65.480048 134.147636) - (xy 65.456287 134.053807) - (xy 65.420094 133.910884) - (xy 65.321989 133.687226) - (xy 65.188408 133.482766) - (xy 65.022997 133.303082) - (xy 65.022996 133.303081) - (xy 65.022994 133.303079) - (xy 65.02299 133.303076) - (xy 64.925848 133.227468) - (xy 64.830266 133.153073) - (xy 64.830265 133.153072) - (xy 64.615474 133.036833) - (xy 64.615466 133.03683) - (xy 64.38448 132.957532) - (xy 64.14358 132.917334) - (xy 63.899352 132.917334) - (xy 63.658451 132.957532) - (xy 63.427465 133.03683) - (xy 63.427457 133.036833) - (xy 63.212666 133.153072) - (xy 63.212662 133.153076) - (xy 63.019941 133.303076) - (xy 63.019937 133.303079) - (xy 62.854525 133.482764) - (xy 62.854522 133.482768) - (xy 62.720943 133.687224) - (xy 62.622837 133.910885) - (xy 62.562883 134.147636) - (xy 62.562881 134.147647) - (xy 62.542715 134.391028) - (xy 62.542715 134.391039) - (xy 62.562881 134.63442) - (xy 62.562883 134.634432) - (xy 62.610102 134.820894) - (xy 62.607477 134.890714) - (xy 62.577578 134.939014) - (xy 62.50518 135.011414) - (xy 62.443858 135.0449) - (xy 62.417498 135.047734) - (xy 59.409516 135.047734) - (xy 59.342477 135.028049) - (xy 59.296722 134.975245) - (xy 59.286778 134.906087) - (xy 59.295962 134.87392) - (xy 59.296091 134.873625) - (xy 59.297162 134.871184) - (xy 59.357117 134.634428) - (xy 59.360325 134.595713) - (xy 59.377285 134.391039) - (xy 59.377285 134.391028) - (xy 59.357118 134.147647) - (xy 59.357117 134.147644) - (xy 59.357117 134.14764) - (xy 59.309896 133.961169) - (xy 59.312521 133.89135) - (xy 59.342419 133.843051) - (xy 61.225452 131.960019) - (xy 61.286776 131.926534) - (xy 61.313134 131.9237) - (xy 67.038666 131.9237) - (xy 67.054413 131.925438) - (xy 67.054439 131.925168) - (xy 67.062206 131.925902) - (xy 67.062208 131.925901) - (xy 67.062209 131.925902) - (xy 67.071559 131.925608) - (xy 67.131291 131.923731) - (xy 67.133239 131.9237) - (xy 67.162157 131.9237) - (xy 67.163522 131.923527) - (xy 67.169162 131.922814) - (xy 67.174985 131.922356) - (xy 67.201008 131.921538) - (xy 67.22219 131.920873) - (xy 67.231981 131.918027) - (xy 67.241781 131.91518) - (xy 67.260838 131.911232) - (xy 67.281097 131.908674) - (xy 67.325021 131.891282) - (xy 67.330521 131.889399) - (xy 67.375893 131.876218) - (xy 67.393465 131.865825) - (xy 67.410932 131.857268) - (xy 67.429917 131.849752) - (xy 67.468126 131.82199) - (xy 67.473004 131.818785) - (xy 67.513662 131.794742) - (xy 67.528102 131.7803) - (xy 67.542892 131.76767) - (xy 67.559407 131.755672) - (xy 67.589522 131.719267) - (xy 67.593426 131.714976) - (xy 67.803322 131.50508) - (xy 67.864643 131.471597) - (xy 67.931261 131.475481) - (xy 67.988022 131.494968) - (xy 67.988026 131.494968) - (xy 67.988027 131.494969) - (xy 68.22892 131.535166) - (xy 68.473148 131.535166) - (xy 68.714046 131.494968) - (xy 68.945042 131.415667) - (xy 69.159834 131.299427) - (xy 69.352565 131.149418) - (xy 69.517976 130.969734) - (xy 69.651557 130.765274) - (xy 69.749662 130.541616) - (xy 69.809617 130.30486) - (xy 69.809618 130.304852) - (xy 69.829785 130.061471) - (xy 69.829785 130.06146) - (xy 69.809618 129.818079) - (xy 69.809616 129.818068) - (xy 69.781363 129.7065) - (xy 69.749662 129.581316) - (xy 69.651557 129.357658) - (xy 69.645572 129.348498) - (xy 69.558116 129.214637) - (xy 69.517976 129.153198) - (xy 69.352565 128.973514) - (xy 69.352564 128.973513) - (xy 69.352562 128.973511) - (xy 69.352558 128.973508) - (xy 69.231623 128.879381) - (xy 69.159834 128.823505) - (xy 69.159833 128.823504) - (xy 68.945042 128.707265) - (xy 68.945034 128.707262) - (xy 68.714048 128.627964) - (xy 68.473148 128.587766) - (xy 68.238899 128.587766) - (xy 68.17186 128.568081) - (xy 68.126105 128.515277) - (xy 68.116161 128.446119) - (xy 68.145186 128.382563) - (xy 68.151218 128.376085) - (xy 70.194657 126.332647) - (xy 76.675285 119.852019) - (xy 76.736609 119.818534) - (xy 76.762967 119.8157) - (xy 79.691 119.8157) - (xy 79.758039 119.835385) - (xy 79.803794 119.888189) - (xy 79.815 119.9397) - (xy 79.815 120.27) - (xy 80.72348 120.27) - (xy 80.695245 120.330002) - (xy 80.666365 120.481393) - (xy 80.676043 120.635211) - (xy 80.719838 120.77) - (xy 79.815 120.77) - (xy 79.815 121.482844) - (xy 79.821401 121.542372) - (xy 79.821403 121.542379) - (xy 79.871645 121.677086) - (xy 79.871649 121.677093) - (xy 79.957809 121.792187) - (xy 79.957812 121.79219) - (xy 80.072906 121.87835) - (xy 80.072913 121.878354) - (xy 80.20762 121.928596) - (xy 80.207627 121.928598) - (xy 80.267155 121.934999) - (xy 80.267172 121.935) - (xy 80.612806 121.935) - (xy 80.679845 121.954685) - (xy 80.7256 122.007489) - (xy 80.735544 122.076647) - (xy 80.706519 122.140203) - (xy 80.660258 122.173561) - (xy 80.563443 122.213662) - (xy 80.352259 122.343075) - (xy 80.163927 122.503927) - (xy 80.003075 122.692259) - (xy 79.873663 122.903441) - (xy 79.779752 123.130165) - (xy 79.778885 123.132258) - (xy 79.752514 123.242101) - (xy 79.721065 123.373093) - (xy 79.701634 123.619999) - (xy 79.721065 123.866906) - (xy 79.721065 123.866909) - (xy 79.721066 123.866911) - (xy 79.778885 124.107742) - (xy 79.778886 124.107744) - (xy 79.873663 124.336558) - (xy 79.873665 124.336562) - (xy 79.873666 124.336563) - (xy 80.003075 124.54774) - (xy 80.163927 124.736073) - (xy 80.35226 124.896925) - (xy 80.563437 125.026334) - (xy 80.563439 125.026334) - (xy 80.563441 125.026336) - (xy 80.634786 125.055888) - (xy 80.792258 125.121115) - (xy 81.033089 125.178934) - (xy 81.28 125.198366) - (xy 81.526911 125.178934) - (xy 81.767742 125.121115) - (xy 81.996563 125.026334) - (xy 82.20774 124.896925) - (xy 82.396073 124.736073) - (xy 82.556925 124.54774) - (xy 82.686334 124.336563) - (xy 82.781115 124.107742) - (xy 82.838934 123.866911) - (xy 82.858366 123.62) - (xy 82.838934 123.373089) - (xy 82.781115 123.132258) - (xy 82.694399 122.922907) - (xy 82.686336 122.903441) - (xy 82.653944 122.850582) - (xy 82.626012 122.805) - (xy 84.140001 122.805) - (xy 84.140001 122.978322) - (xy 84.150144 123.077607) - (xy 84.203452 123.238481) - (xy 84.203457 123.238492) - (xy 84.292424 123.382728) - (xy 84.292427 123.382732) - (xy 84.412267 123.502572) - (xy 84.412271 123.502575) - (xy 84.556507 123.591542) - (xy 84.556518 123.591547) - (xy 84.717393 123.644855) - (xy 84.816683 123.654999) - (xy 84.84 123.654998) - (xy 84.84 122.805) - (xy 85.34 122.805) - (xy 85.34 123.654999) - (xy 85.363308 123.654999) - (xy 85.363322 123.654998) - (xy 85.462607 123.644855) - (xy 85.623481 123.591547) - (xy 85.623492 123.591542) - (xy 85.767728 123.502575) - (xy 85.767732 123.502572) - (xy 85.887572 123.382732) - (xy 85.887575 123.382728) - (xy 85.976542 123.238492) - (xy 85.976547 123.238481) - (xy 86.029855 123.077606) - (xy 86.039999 122.978322) - (xy 86.04 122.978309) - (xy 86.04 122.805) - (xy 85.34 122.805) - (xy 84.84 122.805) - (xy 84.140001 122.805) - (xy 82.626012 122.805) - (xy 82.556925 122.69226) - (xy 82.396073 122.503927) - (xy 82.20774 122.343075) - (xy 82.145605 122.304999) - (xy 84.139999 122.304999) - (xy 84.14 122.305) - (xy 84.84 122.305) - (xy 84.84 121.455) - (xy 85.34 121.455) - (xy 85.34 122.305) - (xy 86.039999 122.305) - (xy 86.039999 122.131692) - (xy 86.039998 122.131677) - (xy 86.029855 122.032392) - (xy 85.976547 121.871518) - (xy 85.976542 121.871507) - (xy 85.887575 121.727271) - (xy 85.887572 121.727267) - (xy 85.767732 121.607427) - (xy 85.767728 121.607424) - (xy 85.623492 121.518457) - (xy 85.623481 121.518452) - (xy 85.462606 121.465144) - (xy 85.363322 121.455) - (xy 85.34 121.455) - (xy 84.84 121.455) - (xy 84.84 121.454999) - (xy 84.816693 121.455) - (xy 84.816674 121.455001) - (xy 84.717392 121.465144) - (xy 84.556518 121.518452) - (xy 84.556507 121.518457) - (xy 84.412271 121.607424) - (xy 84.412267 121.607427) - (xy 84.292427 121.727267) - (xy 84.292424 121.727271) - (xy 84.203457 121.871507) - (xy 84.203452 121.871518) - (xy 84.150144 122.032393) - (xy 84.14 122.131677) - (xy 84.14 122.13169) - (xy 84.139999 122.304999) - (xy 82.145605 122.304999) - (xy 81.996563 122.213666) - (xy 81.996561 122.213665) - (xy 81.996556 122.213662) - (xy 81.899742 122.173561) - (xy 81.845338 122.12972) - (xy 81.823273 122.063426) - (xy 81.840552 121.995727) - (xy 81.891689 121.948116) - (xy 81.947194 121.935) - (xy 82.292828 121.935) - (xy 82.292844 121.934999) - (xy 82.352372 121.928598) - (xy 82.352379 121.928596) - (xy 82.487086 121.878354) - (xy 82.487093 121.87835) - (xy 82.602187 121.79219) - (xy 82.60219 121.792187) - (xy 82.68835 121.677093) - (xy 82.688354 121.677086) - (xy 82.738596 121.542379) - (xy 82.738598 121.542372) - (xy 82.744999 121.482844) - (xy 82.745 121.482827) - (xy 82.745 120.77) - (xy 81.83652 120.77) - (xy 81.864755 120.709998) - (xy 81.893635 120.558607) - (xy 81.883957 120.404789) - (xy 81.840162 120.27) - (xy 82.745 120.27) - (xy 82.745 119.9397) - (xy 82.764685 119.872661) - (xy 82.817489 119.826906) - (xy 82.869 119.8157) - (xy 107.787334 119.8157) - (xy 107.854373 119.835385) - (xy 107.875015 119.852019) - (xy 107.87913 119.856134) - (xy 107.884702 119.860456) - (xy 107.889142 119.864249) - (xy 107.923578 119.896586) - (xy 107.941467 119.90642) - (xy 107.957733 119.917104) - (xy 107.973859 119.929613) - (xy 108.017198 119.948367) - (xy 108.022445 119.950937) - (xy 108.06384 119.973695) - (xy 108.083618 119.978773) - (xy 108.102021 119.985074) - (xy 108.120752 119.99318) - (xy 108.120753 119.99318) - (xy 108.120755 119.993181) - (xy 108.14815 119.997519) - (xy 108.167397 120.000568) - (xy 108.173113 120.001751) - (xy 108.21887 120.0135) - (xy 108.218872 120.0135) - (xy 108.226427 120.01544) - (xy 108.225651 120.01846) - (xy 108.276442 120.040603) - (xy 108.30068 120.067884) - (xy 108.398276 120.217265) - (xy 108.398284 120.217276) - (xy 108.550756 120.382902) - (xy 108.55076 120.382906) - (xy 108.728424 120.521189) - (xy 108.728429 120.521191) - (xy 108.728431 120.521193) - (xy 108.76493 120.540946) - (xy 108.81452 120.590165) - (xy 108.829628 120.658382) - (xy 108.805457 120.723937) - (xy 108.76493 120.759054) - (xy 108.728431 120.778806) - (xy 108.728422 120.778812) - (xy 108.550761 120.917092) - (xy 108.550756 120.917097) - (xy 108.398284 121.082723) - (xy 108.398276 121.082734) - (xy 108.27514 121.271207) - (xy 108.184703 121.477385) - (xy 108.129436 121.695628) - (xy 108.129434 121.69564) - (xy 108.110844 121.919994) - (xy 108.110844 121.920005) - (xy 108.129434 122.144359) - (xy 108.129436 122.144371) - (xy 108.184703 122.362614) - (xy 108.27514 122.568792) - (xy 108.398276 122.757265) - (xy 108.398284 122.757276) - (xy 108.540764 122.912048) - (xy 108.55076 122.922906) - (xy 108.728424 123.061189) - (xy 108.728429 123.061191) - (xy 108.728431 123.061193) - (xy 108.76493 123.080946) - (xy 108.81452 123.130165) - (xy 108.829628 123.198382) - (xy 108.805457 123.263937) - (xy 108.76493 123.299054) - (xy 108.728431 123.318806) - (xy 108.728422 123.318812) - (xy 108.550761 123.457092) - (xy 108.550756 123.457097) - (xy 108.398284 123.622723) - (xy 108.398276 123.622734) - (xy 108.27514 123.811207) - (xy 108.184703 124.017385) - (xy 108.129436 124.235628) - (xy 108.129434 124.23564) - (xy 108.110844 124.459994) - (xy 108.110844 124.460005) - (xy 108.129434 124.684359) - (xy 108.129436 124.684371) - (xy 108.184703 124.902614) - (xy 108.27514 125.108792) - (xy 108.398276 125.297265) - (xy 108.398284 125.297276) - (xy 108.550756 125.462902) - (xy 108.550761 125.462907) - (xy 108.609981 125.509) - (xy 108.728424 125.601189) - (xy 108.728425 125.601189) - (xy 108.728427 125.601191) - (xy 108.766251 125.62166) - (xy 108.926426 125.708342) - (xy 109.005473 125.735479) - (xy 109.144216 125.78311) - (xy 109.143477 125.78526) - (xy 109.195412 125.815939) - (xy 109.226809 125.878357) - (xy 109.219475 125.947841) - (xy 109.192503 125.988292) - (xy 108.439209 126.741585) - (xy 108.377886 126.77507) - (xy 108.308194 126.770086) - (xy 108.252261 126.728214) - (xy 108.227859 126.662955) - (xy 108.213533 126.467217) - (xy 108.205462 126.430988) - (xy 108.154065 126.200253) - (xy 108.154063 126.200249) - (xy 108.154063 126.200247) - (xy 108.056355 125.944781) - (xy 107.922493 125.706264) - (xy 107.841358 125.601191) - (xy 107.75533 125.489781) - (xy 107.755321 125.489771) - (xy 107.558429 125.299944) - (xy 107.558427 125.299942) - (xy 107.55469 125.297268) - (xy 107.335981 125.140795) - (xy 107.3282 125.136794) - (xy 107.092749 125.015739) - (xy 107.092727 125.01573) - (xy 106.833883 124.927424) - (xy 106.83387 124.927421) - (xy 106.833865 124.92742) - (xy 106.564903 124.87774) - (xy 106.291577 124.867751) - (xy 106.019703 124.897666) - (xy 105.755084 124.966846) - (xy 105.503364 125.073814) - (xy 105.269892 125.2163) - (xy 105.269882 125.216307) - (xy 105.059654 125.39126) - (xy 105.059648 125.391266) - (xy 104.877133 125.594966) - (xy 104.726217 125.823077) - (xy 104.610121 126.070732) - (xy 104.610119 126.070739) - (xy 104.531326 126.332633) - (xy 104.531323 126.332647) - (xy 104.511521 126.467204) - (xy 104.4915 126.603243) - (xy 104.4915 126.603246) - (xy 104.4915 126.603247) - (xy 104.4915 127.328306) - (xy 104.506467 127.532782) - (xy 104.506469 127.532795) - (xy 104.565934 127.799746) - (xy 104.565937 127.799753) - (xy 104.6554 128.033663) - (xy 104.663646 128.055221) - (xy 104.70714 128.132719) - (xy 104.776973 128.257149) - (xy 104.797506 128.293734) - (xy 104.797509 128.293739) - (xy 104.964669 128.510218) - (xy 104.964678 128.510228) - (xy 105.086796 128.627964) - (xy 105.161574 128.700059) - (xy 105.384019 128.859205) - (xy 105.451717 128.894011) - (xy 105.62725 128.98426) - (xy 105.627261 128.984264) - (xy 105.627266 128.984267) - (xy 105.641588 128.989153) - (xy 105.863314 129.064796) - (xy 105.920407 129.105072) - (xy 105.946662 129.169821) - (xy 105.933743 129.238486) - (xy 105.910958 129.269835) - (xy 103.793968 131.386825) - (xy 103.732645 131.42031) - (xy 103.662953 131.415326) - (xy 103.618608 131.386827) - (xy 102.33209 130.100368) - (xy 102.017882 129.786174) - (xy 102.007983 129.773818) - (xy 102.007773 129.773993) - (xy 102.002802 129.767984) - (xy 101.952405 129.720658) - (xy 101.951007 129.719303) - (xy 101.93056 129.698857) - (xy 101.924988 129.694535) - (xy 101.920549 129.690744) - (xy 101.886121 129.658414) - (xy 101.868214 129.648569) - (xy 101.851959 129.637891) - (xy 101.846957 129.634011) - (xy 101.835828 129.625379) - (xy 101.819725 129.618411) - (xy 101.792495 129.606627) - (xy 101.787247 129.604057) - (xy 101.745859 129.581304) - (xy 101.726078 129.576225) - (xy 101.707679 129.569926) - (xy 101.688931 129.561814) - (xy 101.688933 129.561814) - (xy 101.642291 129.554429) - (xy 101.636566 129.553243) - (xy 101.590833 129.5415) - (xy 101.59083 129.5415) - (xy 101.570407 129.5415) - (xy 101.551013 129.539974) - (xy 101.530843 129.53678) - (xy 101.530839 129.536779) - (xy 101.502275 129.53948) - (xy 101.48382 129.541225) - (xy 101.477999 129.5415) - (xy 91.837795 129.5415) - (xy 91.770756 129.521815) - (xy 91.725001 129.469011) - (xy 91.720089 129.456503) - (xy 91.702117 129.402266) - (xy 91.702115 129.402262) - (xy 91.60903 129.251348) - (xy 91.483652 129.12597) - (xy 91.338315 129.036325) - (xy 91.33274 129.032886) - (xy 91.332735 129.032884) - (xy 91.164427 128.977113) - (xy 91.060546 128.9665) - (xy 90.259462 128.9665) - (xy 90.259446 128.966501) - (xy 90.155572 128.977113) - (xy 89.987264 129.032884) - (xy 89.987259 129.032886) - (xy 89.836346 129.125971) - (xy 89.747681 129.214637) - (xy 89.686358 129.248122) - (xy 89.616666 129.243138) - (xy 89.572319 129.214637) - (xy 89.483653 129.125971) - (xy 89.483652 129.12597) - (xy 89.338315 129.036325) - (xy 89.33274 129.032886) - (xy 89.332735 129.032884) - (xy 89.164427 128.977113) - (xy 89.060552 128.9665) - (xy 88.406264 128.9665) - (xy 88.339225 128.946815) - (xy 88.29347 128.894011) - (xy 88.283526 128.824853) - (xy 88.312551 128.761297) - (xy 88.318565 128.754838) - (xy 88.873816 128.199587) - (xy 88.886178 128.189685) - (xy 88.886004 128.189475) - (xy 88.892013 128.184502) - (xy 88.892018 128.1845) - (xy 88.939349 128.134096) - (xy 88.94062 128.132783) - (xy 88.961135 128.11227) - (xy 88.965461 128.106692) - (xy 88.96925 128.102255) - (xy 89.001586 128.067821) - (xy 89.011419 128.049932) - (xy 89.022102 128.033669) - (xy 89.034614 128.017541) - (xy 89.053371 127.974191) - (xy 89.055941 127.968947) - (xy 89.078693 127.927564) - (xy 89.078693 127.927563) - (xy 89.078695 127.92756) - (xy 89.083774 127.907773) - (xy 89.09007 127.889385) - (xy 89.098181 127.870645) - (xy 89.105569 127.823997) - (xy 89.106751 127.818286) - (xy 89.1185 127.77253) - (xy 89.1185 127.752115) - (xy 89.120027 127.732714) - (xy 89.12322 127.712557) - (xy 89.118775 127.665533) - (xy 89.1185 127.659695) - (xy 89.1185 127.600523) - (xy 89.138185 127.533484) - (xy 89.177401 127.494986) - (xy 89.308652 127.41403) - (xy 89.394376 127.328306) - (xy 94.8915 127.328306) - (xy 94.906467 127.532782) - (xy 94.906469 127.532795) - (xy 94.965934 127.799746) - (xy 94.965937 127.799753) - (xy 95.0554 128.033663) - (xy 95.063646 128.055221) - (xy 95.10714 128.132719) - (xy 95.176973 128.257149) - (xy 95.197506 128.293734) - (xy 95.197509 128.293739) - (xy 95.364669 128.510218) - (xy 95.364678 128.510228) - (xy 95.486796 128.627964) - (xy 95.561574 128.700059) - (xy 95.784019 128.859205) - (xy 95.851717 128.894011) - (xy 96.02725 128.98426) - (xy 96.027261 128.984264) - (xy 96.027266 128.984267) - (xy 96.042025 128.989302) - (xy 96.286116 129.072575) - (xy 96.286122 129.072576) - (xy 96.28613 129.072579) - (xy 96.555093 129.122259) - (xy 96.719091 129.128252) - (xy 96.828422 129.132248) - (xy 96.828422 129.132247) - (xy 96.828424 129.132248) - (xy 97.100296 129.102334) - (xy 97.364916 129.033153) - (xy 97.521762 128.966501) - (xy 97.616635 128.926185) - (xy 97.616638 128.926183) - (xy 97.616643 128.926181) - (xy 97.850112 128.783697) - (xy 98.060347 128.608738) - (xy 98.242867 128.405033) - (xy 98.393783 128.176923) - (xy 98.509877 127.929271) - (xy 98.549687 127.796949) - (xy 98.588673 127.667366) - (xy 98.588673 127.667362) - (xy 98.588676 127.667355) - (xy 98.6285 127.396757) - (xy 98.6285 126.671712) - (xy 98.613533 126.467217) - (xy 98.605462 126.430988) - (xy 98.554065 126.200253) - (xy 98.554063 126.200249) - (xy 98.554063 126.200247) - (xy 98.456355 125.944781) - (xy 98.322493 125.706264) - (xy 98.241358 125.601191) - (xy 98.15533 125.489781) - (xy 98.155321 125.489771) - (xy 97.958429 125.299944) - (xy 97.958427 125.299942) - (xy 97.95469 125.297268) - (xy 97.735981 125.140795) - (xy 97.7282 125.136794) - (xy 97.492749 125.015739) - (xy 97.492727 125.01573) - (xy 97.233883 124.927424) - (xy 97.23387 124.927421) - (xy 97.233865 124.92742) - (xy 96.964903 124.87774) - (xy 96.691577 124.867751) - (xy 96.419703 124.897666) - (xy 96.155084 124.966846) - (xy 95.903364 125.073814) - (xy 95.669892 125.2163) - (xy 95.669882 125.216307) - (xy 95.459654 125.39126) - (xy 95.459648 125.391266) - (xy 95.277133 125.594966) - (xy 95.126217 125.823077) - (xy 95.010121 126.070732) - (xy 95.010119 126.070739) - (xy 94.931326 126.332633) - (xy 94.931323 126.332647) - (xy 94.911521 126.467204) - (xy 94.8915 126.603243) - (xy 94.8915 126.603246) - (xy 94.8915 126.603247) - (xy 94.8915 127.328306) - (xy 89.394376 127.328306) - (xy 89.43403 127.288652) - (xy 89.527115 127.137738) - (xy 89.582887 126.969426) - (xy 89.5935 126.865545) - (xy 89.593499 125.864456) - (xy 89.582887 125.760574) - (xy 89.527115 125.592262) - (xy 89.43403 125.441348) - (xy 89.308652 125.31597) - (xy 89.177399 125.235012) - (xy 89.130678 125.183067) - (xy 89.118499 125.12948) - (xy 89.118499 123.515187) - (xy 89.138184 123.448149) - (xy 89.154819 123.427506) - (xy 89.168332 123.413991) - (xy 89.194285 123.38804) - (xy 89.284302 123.242101) - (xy 89.338236 123.079336) - (xy 89.3485 122.978872) - (xy 89.3485 122.131128) - (xy 89.338236 122.030664) - (xy 89.284302 121.867899) - (xy 89.284298 121.867893) - (xy 89.284297 121.86789) - (xy 89.194287 121.721963) - (xy 89.194284 121.721959) - (xy 89.07304 121.600715) - (xy 89.073036 121.600712) - (xy 88.927109 121.510702) - (xy 88.927103 121.510699) - (xy 88.927101 121.510698) - (xy 88.764336 121.456764) - (xy 88.663879 121.4465) - (xy 88.663872 121.4465) - (xy 88.116128 121.4465) - (xy 88.11612 121.4465) - (xy 88.015663 121.456764) - (xy 87.852901 121.510697) - (xy 87.85289 121.510702) - (xy 87.706963 121.600712) - (xy 87.706959 121.600715) - (xy 87.585715 121.721959) - (xy 87.585712 121.721963) - (xy 87.495702 121.86789) - (xy 87.495697 121.867901) - (xy 87.441764 122.030663) - (xy 87.4315 122.13112) - (xy 87.4315 122.978879) - (xy 87.441764 123.079336) - (xy 87.495697 123.242098) - (xy 87.495702 123.242109) - (xy 87.585712 123.388036) - (xy 87.585714 123.388039) - (xy 87.706959 123.509284) - (xy 87.706963 123.509287) - (xy 87.792596 123.562107) - (xy 87.839321 123.614055) - (xy 87.851499 123.667645) - (xy 87.8515 125.129476) - (xy 87.831815 125.196515) - (xy 87.792598 125.235013) - (xy 87.720588 125.27943) - (xy 87.661349 125.315969) - (xy 87.572681 125.404637) - (xy 87.511357 125.438121) - (xy 87.441666 125.433137) - (xy 87.397319 125.404637) - (xy 87.358927 125.366245) - (xy 87.308652 125.31597) - (xy 87.18218 125.237961) - (xy 87.15774 125.222886) - (xy 87.157735 125.222884) - (xy 86.989427 125.167113) - (xy 86.885546 125.1565) - (xy 86.084462 125.1565) - (xy 86.084446 125.156501) - (xy 85.980572 125.167113) - (xy 85.812264 125.222884) - (xy 85.812259 125.222886) - (xy 85.661346 125.315971) - (xy 85.535971 125.441346) - (xy 85.442886 125.592259) - (xy 85.442884 125.592264) - (xy 85.387113 125.760572) - (xy 85.3765 125.864447) - (xy 85.3765 126.526232) - (xy 85.356815 126.593271) - (xy 85.340181 126.613913) - (xy 81.628626 130.325467) - (xy 81.567303 130.358952) - (xy 81.531217 130.361404) - (xy 81.28 130.341634) - (xy 81.033093 130.361065) - (xy 81.033088 130.361066) - (xy 81.033089 130.361066) - (xy 80.792258 130.418885) - (xy 80.792256 130.418885) - (xy 80.792255 130.418886) - (xy 80.563441 130.513663) - (xy 80.352259 130.643075) - (xy 80.163927 130.803927) - (xy 80.003075 130.992259) - (xy 79.873663 131.203441) - (xy 79.785757 131.415667) - (xy 79.778885 131.432258) - (xy 79.754179 131.535166) - (xy 79.721065 131.673093) - (xy 79.701634 131.92) - (xy 79.721065 132.166906) - (xy 79.721065 132.166909) - (xy 79.721066 132.166911) - (xy 79.778885 132.407742) - (xy 79.778886 132.407744) - (xy 79.873663 132.636558) - (xy 79.873665 132.636562) - (xy 79.873666 132.636563) - (xy 80.003075 132.84774) - (xy 80.163927 133.036073) - (xy 80.35226 133.196925) - (xy 80.563437 133.326334) - (xy 80.563439 133.326334) - (xy 80.563441 133.326336) - (xy 80.629736 133.353796) - (xy 80.792258 133.421115) - (xy 81.033089 133.478934) - (xy 81.28 133.498366) - (xy 81.526911 133.478934) - (xy 81.767742 133.421115) - (xy 81.996563 133.326334) - (xy 82.20774 133.196925) - (xy 82.396073 133.036073) - (xy 82.556925 132.84774) - (xy 82.686334 132.636563) - (xy 82.781115 132.407742) - (xy 82.838934 132.166911) - (xy 82.858366 131.92) - (xy 82.838934 131.673089) - (xy 82.781115 131.432258) - (xy 82.686334 131.203437) - (xy 82.682745 131.19758) - (xy 82.664501 131.130134) - (xy 82.685618 131.063532) - (xy 82.700787 131.045115) - (xy 83.279821 130.466081) - (xy 83.341142 130.432598) - (xy 83.410834 130.437582) - (xy 83.466767 130.479454) - (xy 83.491184 130.544918) - (xy 83.4915 130.553764) - (xy 83.4915 130.731507) - (xy 83.494437 130.768829) - (xy 83.494438 130.768835) - (xy 83.540853 130.928596) - (xy 83.540855 130.928601) - (xy 83.625544 131.071803) - (xy 83.625551 131.071812) - (xy 83.743187 131.189448) - (xy 83.743196 131.189455) - (xy 83.76684 131.203438) - (xy 83.886399 131.274145) - (xy 83.907127 131.280167) - (xy 84.046164 131.320561) - (xy 84.046167 131.320561) - (xy 84.046169 131.320562) - (xy 84.083498 131.3235) - (xy 85.2425 131.3235) - (xy 85.309539 131.343185) - (xy 85.355294 131.395989) - (xy 85.3665 131.4475) - (xy 85.3665 131.681507) - (xy 85.369437 131.718829) - (xy 85.369438 131.718835) - (xy 85.415853 131.878596) - (xy 85.415855 131.878601) - (xy 85.500544 132.021803) - (xy 85.500551 132.021812) - (xy 85.618187 132.139448) - (xy 85.618196 132.139455) - (xy 85.664613 132.166906) - (xy 85.761399 132.224145) - (xy 85.80353 132.236385) - (xy 85.921164 132.270561) - (xy 85.921167 132.270561) - (xy 85.921169 132.270562) - (xy 85.958498 132.2735) - (xy 86.473734 132.2735) - (xy 86.540773 132.293185) - (xy 86.561415 132.309819) - (xy 99.776414 145.524819) - (xy 99.809899 145.586142) - (xy 99.804915 145.655834) - (xy 99.763043 145.711767) - (xy 99.697579 145.736184) - (xy 99.688733 145.7365) - (xy 93.343766 145.7365) - (xy 93.276727 145.716815) - (xy 93.256085 145.700181) - (xy 83.940218 136.384313) - (xy 83.906733 136.32299) - (xy 83.907693 136.266194) - (xy 83.944051 136.122626) - (xy 83.944052 136.122617) - (xy 83.963327 135.890005) - (xy 83.963327 135.889994) - (xy 83.94619 135.683187) - (xy 83.944051 135.657374) - (xy 83.886749 135.431093) - (xy 83.792984 135.217331) - (xy 83.68033 135.0449) - (xy 83.665313 135.021915) - (xy 83.507223 134.850185) - (xy 83.507222 134.850184) - (xy 83.50722 134.850182) - (xy 83.323017 134.70681) - (xy 83.323015 134.706809) - (xy 83.323014 134.706808) - (xy 83.323011 134.706806) - (xy 83.117733 134.595716) - (xy 83.11773 134.595715) - (xy 83.117727 134.595713) - (xy 83.117721 134.595711) - (xy 83.117719 134.59571) - (xy 82.896954 134.51992) - (xy 82.71765 134.49) - (xy 82.666712 134.4815) - (xy 82.433288 134.4815) - (xy 82.38724 134.489184) - (xy 82.203045 134.51992) - (xy 81.98228 134.59571) - (xy 81.982266 134.595716) - (xy 81.776988 134.706806) - (xy 81.776985 134.706808) - (xy 81.592781 134.850181) - (xy 81.592776 134.850185) - (xy 81.586346 134.85717) - (xy 81.526457 134.893157) - (xy 81.456619 134.891052) - (xy 81.399005 134.851524) - (xy 81.37894 134.816513) - (xy 81.353355 134.747915) - (xy 81.35335 134.747906) - (xy 81.26719 134.632812) - (xy 81.267187 134.632809) - (xy 81.152093 134.546649) - (xy 81.152086 134.546645) - (xy 81.017379 134.496403) - (xy 81.017372 134.496401) - (xy 80.957844 134.49) - (xy 80.26 134.49) - (xy 80.26 135.51581) - (xy 80.207453 135.479984) - (xy 80.077827 135.44) - (xy 79.976276 135.44) - (xy 79.875862 135.455135) - (xy 79.76 135.510931) - (xy 79.76 134.49) - (xy 79.062155 134.49) - (xy 79.002627 134.496401) - (xy 79.00262 134.496403) - (xy 78.867913 134.546645) - (xy 78.867906 134.546649) - (xy 78.752812 134.632809) - (xy 78.752809 134.632812) - (xy 78.666649 134.747906) - (xy 78.666645 134.747913) - (xy 78.616403 134.88262) - (xy 78.616401 134.882627) - (xy 78.61 134.942155) - (xy 78.61 135.64) - (xy 79.634722 135.64) - (xy 79.586375 135.72374) - (xy 79.55619 135.855992) - (xy 79.566327 135.991265) - (xy 79.615887 136.117541) - (xy 79.633797 136.14) - (xy 78.61 136.14) - (xy 78.61 136.837844) - (xy 78.616401 136.897372) - (xy 78.616403 136.897379) - (xy 78.666645 137.032086) - (xy 78.666649 137.032093) - (xy 78.752809 137.147187) - (xy 78.752812 137.14719) - (xy 78.867906 137.23335) - (xy 78.867913 137.233354) - (xy 79.00262 137.283596) - (xy 79.002627 137.283598) - (xy 79.062155 137.289999) - (xy 79.062172 137.29) - (xy 79.76 137.29) - (xy 79.76 136.264189) - (xy 79.812547 136.300016) - (xy 79.942173 136.34) - (xy 80.043724 136.34) - (xy 80.144138 136.324865) - (xy 80.26 136.269068) - (xy 80.26 137.29) - (xy 80.957828 137.29) - (xy 80.957844 137.289999) - (xy 81.017372 137.283598) - (xy 81.017379 137.283596) - (xy 81.152086 137.233354) - (xy 81.152093 137.23335) - (xy 81.267187 137.14719) - (xy 81.26719 137.147187) - (xy 81.35335 137.032093) - (xy 81.353355 137.032084) - (xy 81.37894 136.963486) - (xy 81.42081 136.907552) - (xy 81.486274 136.883134) - (xy 81.554547 136.897985) - (xy 81.586349 136.922832) - (xy 81.59278 136.929818) - (xy 81.776983 137.07319) - (xy 81.776985 137.073191) - (xy 81.776988 137.073193) - (xy 81.896331 137.137777) - (xy 81.982273 137.184287) - (xy 82.096914 137.223643) - (xy 82.203045 137.260079) - (xy 82.203047 137.260079) - (xy 82.203049 137.26008) - (xy 82.433288 137.2985) - (xy 82.433289 137.2985) - (xy 82.666712 137.2985) - (xy 82.896951 137.26008) - (xy 82.918447 137.252699) - (xy 82.988243 137.249547) - (xy 83.046394 137.282298) - (xy 88.588915 142.824819) - (xy 88.6224 142.886142) - (xy 88.617416 142.955834) - (xy 88.575544 143.011767) - (xy 88.51008 143.036184) - (xy 88.501234 143.0365) - (xy 87.99112 143.0365) - (xy 87.890663 143.046764) - (xy 87.727901 143.100697) - (xy 87.72789 143.100702) - (xy 87.581963 143.190712) - (xy 87.581959 143.190715) - (xy 87.460715 143.311959) - (xy 87.460712 143.311963) - (xy 87.370702 143.45789) - (xy 87.370697 143.457901) - (xy 87.316764 143.620663) - (xy 87.3065 143.72112) - (xy 87.3065 144.568879) - (xy 87.316763 144.669336) - (xy 87.341209 144.743109) - (xy 87.355206 144.785349) - (xy 87.3615 144.82435) - (xy 87.3615 146.719476) - (xy 87.341815 146.786515) - (xy 87.302598 146.825013) - (xy 87.215186 146.87893) - (xy 87.171346 146.905971) - (xy 87.082681 146.994637) - (xy 87.021358 147.028122) - (xy 86.951666 147.023138) - (xy 86.907319 146.994637) - (xy 86.818653 146.905971) - (xy 86.818652 146.90597) - (xy 86.667738 146.812885) - (xy 86.6285 146.799883) - (xy 86.499427 146.757113) - (xy 86.395546 146.7465) - (xy 85.594462 146.7465) - (xy 85.594446 146.746501) - (xy 85.490572 146.757113) - (xy 85.322264 146.812884) - (xy 85.322259 146.812886) - (xy 85.171346 146.905971) - (xy 85.045971 147.031346) - (xy 84.952886 147.182259) - (xy 84.952884 147.182264) - (xy 84.897113 147.350572) - (xy 84.8865 147.454447) - (xy 84.8865 147.686232) - (xy 84.866815 147.753271) - (xy 84.850181 147.773913) - (xy 81.90939 150.714703) - (xy 81.848067 150.748188) - (xy 81.778375 150.743204) - (xy 81.774256 150.741583) - (xy 81.767748 150.738887) - (xy 81.767745 150.738886) - (xy 81.767743 150.738885) - (xy 81.767742 150.738885) - (xy 81.526911 150.681066) - (xy 81.526909 150.681065) - (xy 81.526906 150.681065) - (xy 81.28 150.661634) - (xy 81.033093 150.681065) - (xy 81.033088 150.681066) - (xy 81.033089 150.681066) - (xy 80.792258 150.738885) - (xy 80.792256 150.738885) - (xy 80.792255 150.738886) - (xy 80.563441 150.833663) - (xy 80.352259 150.963075) - (xy 80.163927 151.123927) - (xy 80.003075 151.312259) - (xy 79.873663 151.523441) - (xy 79.778886 151.752255) - (xy 79.778885 151.752258) - (xy 79.757712 151.840448) - (xy 79.721065 151.993093) - (xy 79.701634 152.24) - (xy 79.721065 152.486906) - (xy 79.721065 152.486909) - (xy 79.721066 152.486911) - (xy 79.778885 152.727742) - (xy 79.778886 152.727744) - (xy 79.873663 152.956558) - (xy 79.873665 152.956562) - (xy 79.873666 152.956563) - (xy 80.003075 153.16774) - (xy 80.163927 153.356073) - (xy 80.35226 153.516925) - (xy 80.563437 153.646334) - (xy 80.563439 153.646334) - (xy 80.563441 153.646336) - (xy 80.579064 153.652807) - (xy 80.792258 153.741115) - (xy 81.033089 153.798934) - (xy 81.28 153.818366) - (xy 81.526911 153.798934) - (xy 81.767742 153.741115) - (xy 81.996563 153.646334) - (xy 82.20774 153.516925) - (xy 82.396073 153.356073) - (xy 82.556925 153.16774) - (xy 82.686334 152.956563) - (xy 82.781115 152.727742) - (xy 82.838934 152.486911) - (xy 82.858366 152.24) - (xy 82.838934 151.993089) - (xy 82.781115 151.752258) - (xy 82.778416 151.745743) - (xy 82.770945 151.676278) - (xy 82.802217 151.613797) - (xy 82.805267 151.610636) - (xy 85.265572 149.150331) - (xy 85.326893 149.116848) - (xy 85.392255 149.120308) - (xy 85.490574 149.152887) - (xy 85.594455 149.1635) - (xy 86.395544 149.163499) - (xy 86.499426 149.152887) - (xy 86.667738 149.097115) - (xy 86.818652 149.00403) - (xy 86.907318 148.915363) - (xy 86.968642 148.881878) - (xy 87.038334 148.886862) - (xy 87.082681 148.915363) - (xy 87.17135 149.004032) - (xy 87.190098 149.015596) - (xy 87.236821 149.067544) - (xy 87.248999 149.121133) - (xy 87.249 150.280534) - (xy 87.229315 150.347573) - (xy 87.176512 150.393328) - (xy 87.159595 150.39961) - (xy 87.031404 150.436853) - (xy 87.031398 150.436855) - (xy 86.888196 150.521544) - (xy 86.888187 150.521551) - (xy 86.770551 150.639187) - (xy 86.770544 150.639196) - (xy 86.685855 150.782398) - (xy 86.685853 150.782403) - (xy 86.639438 150.942164) - (xy 86.639437 150.94217) - (xy 86.6365 150.979492) - (xy 86.6365 151.2135) - (xy 86.616815 151.280539) - (xy 86.564011 151.326294) - (xy 86.5125 151.3375) - (xy 85.353492 151.3375) - (xy 85.31617 151.340437) - (xy 85.316164 151.340438) - (xy 85.156403 151.386853) - (xy 85.156398 151.386855) - (xy 85.013196 151.471544) - (xy 85.013187 151.471551) - (xy 84.895551 151.589187) - (xy 84.895544 151.589196) - (xy 84.810855 151.732398) - (xy 84.810853 151.732403) - (xy 84.764438 151.892164) - (xy 84.764437 151.89217) - (xy 84.7615 151.929492) - (xy 84.7615 152.362507) - (xy 84.764437 152.399829) - (xy 84.764438 152.399835) - (xy 84.810853 152.559596) - (xy 84.810855 152.559601) - (xy 84.895544 152.702803) - (xy 84.895551 152.702812) - (xy 85.013187 152.820448) - (xy 85.013196 152.820455) - (xy 85.043262 152.838236) - (xy 85.156399 152.905145) - (xy 85.163173 152.907113) - (xy 85.316164 152.951561) - (xy 85.316167 152.951561) - (xy 85.316169 152.951562) - (xy 85.353498 152.9545) - (xy 86.5125 152.9545) - (xy 86.579539 152.974185) - (xy 86.625294 153.026989) - (xy 86.6365 153.0785) - (xy 86.6365 153.312507) - (xy 86.639437 153.349825) - (xy 86.639439 153.349838) - (xy 86.639992 153.35174) - (xy 86.639988 153.352842) - (xy 86.640576 153.356058) - (xy 86.639978 153.356167) - (xy 86.639783 153.42161) - (xy 86.608592 153.474001) - (xy 84.542414 155.540181) - (xy 84.481091 155.573666) - (xy 84.454733 155.5765) - (xy 83.88068 155.5765) - (xy 83.813641 155.556815) - (xy 83.776871 155.520321) - (xy 83.660313 155.341915) - (xy 83.502223 155.170185) - (xy 83.502222 155.170184) - (xy 83.50222 155.170182) - (xy 83.318017 155.02681) - (xy 83.318015 155.026809) - (xy 83.318014 155.026808) - (xy 83.318011 155.026806) - (xy 83.112733 154.915716) - (xy 83.11273 154.915715) - (xy 83.112727 154.915713) - (xy 83.112721 154.915711) - (xy 83.112719 154.91571) - (xy 82.891954 154.83992) - (xy 82.71265 154.81) - (xy 82.661712 154.8015) - (xy 82.428288 154.8015) - (xy 82.38224 154.809183) - (xy 82.198045 154.83992) - (xy 81.97728 154.91571) - (xy 81.977266 154.915716) - (xy 81.771988 155.026806) - (xy 81.771985 155.026808) - (xy 81.587781 155.170181) - (xy 81.587776 155.170185) - (xy 81.581346 155.17717) - (xy 81.521457 155.213157) - (xy 81.451619 155.211052) - (xy 81.394005 155.171524) - (xy 81.37394 155.136513) - (xy 81.348355 155.067915) - (xy 81.34835 155.067906) - (xy 81.26219 154.952812) - (xy 81.262187 154.952809) - (xy 81.147093 154.866649) - (xy 81.147086 154.866645) - (xy 81.012379 154.816403) - (xy 81.012372 154.816401) - (xy 80.952844 154.81) - (xy 80.255 154.81) - (xy 80.255 155.83581) - (xy 80.202453 155.799984) - (xy 80.072827 155.76) - (xy 79.971276 155.76) - (xy 79.870862 155.775135) - (xy 79.755 155.830931) - (xy 79.755 154.81) - (xy 79.057155 154.81) - (xy 78.997627 154.816401) - (xy 78.99762 154.816403) - (xy 78.862913 154.866645) - (xy 78.862906 154.866649) - (xy 78.747812 154.952809) - (xy 78.747809 154.952812) - (xy 78.661649 155.067906) - (xy 78.661645 155.067913) - (xy 78.611403 155.20262) - (xy 78.611401 155.202627) - (xy 78.605 155.262155) - (xy 78.605 155.96) - (xy 79.629722 155.96) - (xy 79.581375 156.04374) - (xy 79.55119 156.175992) - (xy 79.561327 156.311265) - (xy 79.610887 156.437541) - (xy 79.628797 156.46) - (xy 78.605 156.46) - (xy 78.605 156.6777) - (xy 78.585315 156.744739) - (xy 78.532511 156.790494) - (xy 78.481 156.8017) - (xy 77.468966 156.8017) - (xy 77.401927 156.782015) - (xy 77.381285 156.765381) - (xy 73.264818 152.648913) - (xy 73.231333 152.58759) - (xy 73.228499 152.561232) - (xy 73.228499 151.899462) - (xy 73.228498 151.899446) - (xy 73.222471 151.840447) - (xy 73.217887 151.795574) - (xy 73.162115 151.627262) - (xy 73.06903 151.476348) - (xy 72.943652 151.35097) - (xy 72.792738 151.257885) - (xy 72.792735 151.257884) - (xy 72.624427 151.202113) - (xy 72.520546 151.1915) - (xy 71.719462 151.1915) - (xy 71.719446 151.191501) - (xy 71.615572 151.202113) - (xy 71.447264 151.257884) - (xy 71.447259 151.257886) - (xy 71.296346 151.350971) - (xy 71.207681 151.439637) - (xy 71.146358 151.473122) - (xy 71.076666 151.468138) - (xy 71.032319 151.439637) - (xy 70.943653 151.350971) - (xy 70.943652 151.35097) - (xy 70.792738 151.257885) - (xy 70.792735 151.257884) - (xy 70.624427 151.202113) - (xy 70.520546 151.1915) - (xy 69.719462 151.1915) - (xy 69.719446 151.191501) - (xy 69.615572 151.202113) - (xy 69.447264 151.257884) - (xy 69.447259 151.257886) - (xy 69.296346 151.350971) - (xy 69.170971 151.476346) - (xy 69.077882 151.627266) - (xy 69.059911 151.681503) - (xy 69.020139 151.738948) - (xy 68.955624 151.765772) - (xy 68.942205 151.7665) - (xy 68.8075 151.7665) - (xy 68.740461 151.746815) - (xy 68.694706 151.694011) - (xy 68.6835 151.6425) - (xy 68.6835 151.553504) - (xy 68.6835 151.553498) - (xy 68.680562 151.516169) - (xy 68.680537 151.516084) - (xy 68.634146 151.356403) - (xy 68.634145 151.356399) - (xy 68.549453 151.213193) - (xy 68.549451 151.213191) - (xy 68.549448 151.213187) - (xy 68.431812 151.095551) - (xy 68.431801 151.095542) - (xy 68.369378 151.058625) - (xy 68.321695 151.007556) - (xy 68.3085 150.951894) - (xy 68.3085 149.825523) - (xy 68.328185 149.758484) - (xy 68.367401 149.719986) - (xy 68.498652 149.63903) - (xy 68.62403 149.513652) - (xy 68.717115 149.362738) - (xy 68.772887 149.194426) - (xy 68.7835 149.090545) - (xy 68.783499 148.089456) - (xy 68.772887 147.985574) - (xy 68.717115 147.817262) - (xy 68.62403 147.666348) - (xy 68.498652 147.54097) - (xy 68.367402 147.460013) - (xy 68.320678 147.408067) - (xy 68.3085 147.354476) - (xy 68.3085 145.971368) - (xy 68.328185 145.904329) - (xy 68.380989 145.858574) - (xy 68.393491 145.853663) - (xy 68.482101 145.824302) - (xy 68.62804 145.734285) - (xy 68.749285 145.61304) - (xy 68.839302 145.467101) - (xy 68.893236 145.304336) - (xy 68.9035 145.203872) - (xy 68.9035 144.356128) - (xy 68.893236 144.255664) - (xy 68.839302 144.092899) - (xy 68.839298 144.092893) - (xy 68.839297 144.09289) - (xy 68.749287 143.946963) - (xy 68.749284 143.946959) - (xy 68.742324 143.939999) - (xy 79.701634 143.939999) - (xy 79.721065 144.186906) - (xy 79.721065 144.186909) - (xy 79.721066 144.186911) - (xy 79.778885 144.427742) - (xy 79.778886 144.427744) - (xy 79.873663 144.656558) - (xy 79.873665 144.656562) - (xy 79.873666 144.656563) - (xy 80.003075 144.86774) - (xy 80.163927 145.056073) - (xy 80.35226 145.216925) - (xy 80.563437 145.346334) - (xy 80.563439 145.346334) - (xy 80.563441 145.346336) - (xy 80.634786 145.375888) - (xy 80.792258 145.441115) - (xy 81.033089 145.498934) - (xy 81.28 145.518366) - (xy 81.526911 145.498934) - (xy 81.767742 145.441115) - (xy 81.996563 145.346334) - (xy 82.20774 145.216925) - (xy 82.396073 145.056073) - (xy 82.556925 144.86774) - (xy 82.686334 144.656563) - (xy 82.781115 144.427742) - (xy 82.788976 144.395) - (xy 84.015001 144.395) - (xy 84.015001 144.568322) - (xy 84.025144 144.667607) - (xy 84.078452 144.828481) - (xy 84.078457 144.828492) - (xy 84.167424 144.972728) - (xy 84.167427 144.972732) - (xy 84.287267 145.092572) - (xy 84.287271 145.092575) - (xy 84.431507 145.181542) - (xy 84.431518 145.181547) - (xy 84.592393 145.234855) - (xy 84.691683 145.244999) - (xy 84.715 145.244998) - (xy 84.715 144.395) - (xy 85.215 144.395) - (xy 85.215 145.244999) - (xy 85.238308 145.244999) - (xy 85.238322 145.244998) - (xy 85.337607 145.234855) - (xy 85.498481 145.181547) - (xy 85.498492 145.181542) - (xy 85.642728 145.092575) - (xy 85.642732 145.092572) - (xy 85.762572 144.972732) - (xy 85.762575 144.972728) - (xy 85.851542 144.828492) - (xy 85.851547 144.828481) - (xy 85.904855 144.667606) - (xy 85.914999 144.568322) - (xy 85.915 144.568309) - (xy 85.915 144.395) - (xy 85.215 144.395) - (xy 84.715 144.395) - (xy 84.015001 144.395) - (xy 82.788976 144.395) - (xy 82.838934 144.186911) - (xy 82.858366 143.94) - (xy 82.854824 143.895) - (xy 84.015 143.895) - (xy 84.715 143.895) - (xy 84.715 143.045) - (xy 85.215 143.045) - (xy 85.215 143.895) - (xy 85.914999 143.895) - (xy 85.914999 143.721692) - (xy 85.914998 143.721677) - (xy 85.904855 143.622392) - (xy 85.851547 143.461518) - (xy 85.851542 143.461507) - (xy 85.762575 143.317271) - (xy 85.762572 143.317267) - (xy 85.642732 143.197427) - (xy 85.642728 143.197424) - (xy 85.498492 143.108457) - (xy 85.498481 143.108452) - (xy 85.337606 143.055144) - (xy 85.238322 143.045) - (xy 85.215 143.045) - (xy 84.715 143.045) - (xy 84.715 143.044999) - (xy 84.691693 143.045) - (xy 84.691674 143.045001) - (xy 84.592392 143.055144) - (xy 84.431518 143.108452) - (xy 84.431507 143.108457) - (xy 84.287271 143.197424) - (xy 84.287267 143.197427) - (xy 84.167427 143.317267) - (xy 84.167424 143.317271) - (xy 84.078457 143.461507) - (xy 84.078452 143.461518) - (xy 84.025144 143.622393) - (xy 84.015 143.721677) - (xy 84.015 143.895) - (xy 82.854824 143.895) - (xy 82.838934 143.693089) - (xy 82.781115 143.452258) - (xy 82.686334 143.223437) - (xy 82.556925 143.01226) - (xy 82.396073 142.823927) - (xy 82.20774 142.663075) - (xy 81.996563 142.533666) - (xy 81.996561 142.533665) - (xy 81.996556 142.533662) - (xy 81.899742 142.493561) - (xy 81.845338 142.44972) - (xy 81.823273 142.383426) - (xy 81.840552 142.315727) - (xy 81.891689 142.268116) - (xy 81.947194 142.255) - (xy 82.292828 142.255) - (xy 82.292844 142.254999) - (xy 82.352372 142.248598) - (xy 82.352379 142.248596) - (xy 82.487086 142.198354) - (xy 82.487093 142.19835) - (xy 82.602187 142.11219) - (xy 82.60219 142.112187) - (xy 82.68835 141.997093) - (xy 82.688354 141.997086) - (xy 82.738596 141.862379) - (xy 82.738598 141.862372) - (xy 82.744999 141.802844) - (xy 82.745 141.802827) - (xy 82.745 141.09) - (xy 81.83652 141.09) - (xy 81.864755 141.029998) - (xy 81.893635 140.878607) - (xy 81.883957 140.724789) - (xy 81.840162 140.59) - (xy 82.745 140.59) - (xy 82.745 139.877172) - (xy 82.744999 139.877155) - (xy 82.738598 139.817627) - (xy 82.738596 139.81762) - (xy 82.688354 139.682913) - (xy 82.68835 139.682906) - (xy 82.60219 139.567812) - (xy 82.602187 139.567809) - (xy 82.487093 139.481649) - (xy 82.487086 139.481645) - (xy 82.352379 139.431403) - (xy 82.352372 139.431401) - (xy 82.292844 139.425) - (xy 81.53 139.425) - (xy 81.53 140.281335) - (xy 81.506341 140.268329) - (xy 81.357061 140.23) - (xy 81.241625 140.23) - (xy 81.127094 140.244469) - (xy 81.03 140.282911) - (xy 81.03 139.425) - (xy 80.267155 139.425) - (xy 80.207627 139.431401) - (xy 80.20762 139.431403) - (xy 80.072913 139.481645) - (xy 80.072906 139.481649) - (xy 79.957812 139.567809) - (xy 79.957809 139.567812) - (xy 79.871649 139.682906) - (xy 79.871645 139.682913) - (xy 79.821403 139.81762) - (xy 79.821401 139.817627) - (xy 79.815 139.877155) - (xy 79.815 140.59) - (xy 80.72348 140.59) - (xy 80.695245 140.650002) - (xy 80.666365 140.801393) - (xy 80.676043 140.955211) - (xy 80.719838 141.09) - (xy 79.815 141.09) - (xy 79.815 141.802844) - (xy 79.821401 141.862372) - (xy 79.821403 141.862379) - (xy 79.871645 141.997086) - (xy 79.871649 141.997093) - (xy 79.957809 142.112187) - (xy 79.957812 142.11219) - (xy 80.072906 142.19835) - (xy 80.072913 142.198354) - (xy 80.20762 142.248596) - (xy 80.207627 142.248598) - (xy 80.267155 142.254999) - (xy 80.267172 142.255) - (xy 80.612806 142.255) - (xy 80.679845 142.274685) - (xy 80.7256 142.327489) - (xy 80.735544 142.396647) - (xy 80.706519 142.460203) - (xy 80.660258 142.493561) - (xy 80.563443 142.533662) - (xy 80.352259 142.663075) - (xy 80.163927 142.823927) - (xy 80.003075 143.012259) - (xy 79.873663 143.223441) - (xy 79.778886 143.452255) - (xy 79.778885 143.452258) - (xy 79.776662 143.461518) - (xy 79.721065 143.693093) - (xy 79.701634 143.939999) - (xy 68.742324 143.939999) - (xy 68.62804 143.825715) - (xy 68.628036 143.825712) - (xy 68.482109 143.735702) - (xy 68.482103 143.735699) - (xy 68.482101 143.735698) - (xy 68.319336 143.681764) - (xy 68.319335 143.681764) - (xy 68.218879 143.6715) - (xy 68.218872 143.6715) - (xy 67.671128 143.6715) - (xy 67.67112 143.6715) - (xy 67.570663 143.681764) - (xy 67.407901 143.735697) - (xy 67.40789 143.735702) - (xy 67.261963 143.825712) - (xy 67.261959 143.825715) - (xy 67.140715 143.946959) - (xy 67.140712 143.946963) - (xy 67.050702 144.09289) - (xy 67.050697 144.092901) - (xy 66.996764 144.255663) - (xy 66.9865 144.35612) - (xy 66.9865 145.203879) - (xy 66.996763 145.304336) - (xy 67.010681 145.346336) - (xy 67.035206 145.420349) - (xy 67.0415 145.45935) - (xy 67.0415 147.354476) - (xy 67.021815 147.421515) - (xy 66.982598 147.460013) - (xy 66.895186 147.51393) - (xy 66.851346 147.540971) - (xy 66.762681 147.629637) - (xy 66.701358 147.663122) - (xy 66.631666 147.658138) - (xy 66.587319 147.629637) - (xy 66.498653 147.540971) - (xy 66.498652 147.540971) - (xy 66.498652 147.54097) - (xy 66.358401 147.454462) - (xy 66.34774 147.447886) - (xy 66.347735 147.447884) - (xy 66.179427 147.392113) - (xy 66.075546 147.3815) - (xy 65.274462 147.3815) - (xy 65.274446 147.381501) - (xy 65.170572 147.392113) - (xy 65.002264 147.447884) - (xy 65.002259 147.447886) - (xy 64.851346 147.540971) - (xy 64.725971 147.666346) - (xy 64.632883 147.817265) - (xy 64.613748 147.875012) - (xy 64.573975 147.932457) - (xy 64.515441 147.958481) - (xy 64.510114 147.959324) - (xy 64.490496 147.965023) - (xy 64.471459 147.968965) - (xy 64.451208 147.971524) - (xy 64.451202 147.971526) - (xy 64.407299 147.988907) - (xy 64.401775 147.990798) - (xy 64.356406 148.003981) - (xy 64.356401 148.003983) - (xy 64.338827 148.014376) - (xy 64.321362 148.022932) - (xy 64.302387 148.030445) - (xy 64.302385 148.030446) - (xy 64.264176 148.058206) - (xy 64.259294 148.061412) - (xy 64.218635 148.085458) - (xy 64.2042 148.099894) - (xy 64.189412 148.112525) - (xy 64.172894 148.124526) - (xy 64.172888 148.124532) - (xy 64.14278 148.160925) - (xy 64.138849 148.165246) - (xy 61.58939 150.714703) - (xy 61.528067 150.748188) - (xy 61.458375 150.743204) - (xy 61.454256 150.741583) - (xy 61.447748 150.738887) - (xy 61.447745 150.738886) - (xy 61.447743 150.738885) - (xy 61.447742 150.738885) - (xy 61.206911 150.681066) - (xy 61.206909 150.681065) - (xy 61.206906 150.681065) - (xy 60.96 150.661634) - (xy 60.713093 150.681065) - (xy 60.713088 150.681066) - (xy 60.713089 150.681066) - (xy 60.472258 150.738885) - (xy 60.472256 150.738885) - (xy 60.472255 150.738886) - (xy 60.243441 150.833663) - (xy 60.032259 150.963075) - (xy 59.843927 151.123927) - (xy 59.683075 151.312259) - (xy 59.553663 151.523441) - (xy 59.458886 151.752255) - (xy 59.458885 151.752258) - (xy 59.437712 151.840448) - (xy 59.401065 151.993093) - (xy 59.381634 152.239999) - (xy 59.401065 152.486906) - (xy 59.401065 152.486909) - (xy 59.401066 152.486911) - (xy 59.458885 152.727742) - (xy 59.458886 152.727744) - (xy 59.553663 152.956558) - (xy 59.553665 152.956562) - (xy 59.553666 152.956563) - (xy 59.683075 153.16774) - (xy 59.843927 153.356073) - (xy 60.03226 153.516925) - (xy 60.243437 153.646334) - (xy 60.243439 153.646334) - (xy 60.243441 153.646336) - (xy 60.259064 153.652807) - (xy 60.472258 153.741115) - (xy 60.713089 153.798934) - (xy 60.96 153.818366) - (xy 61.206911 153.798934) - (xy 61.447742 153.741115) - (xy 61.676563 153.646334) - (xy 61.88774 153.516925) - (xy 62.076073 153.356073) - (xy 62.236925 153.16774) - (xy 62.366334 152.956563) - (xy 62.461115 152.727742) - (xy 62.518934 152.486911) - (xy 62.538366 152.24) - (xy 62.518934 151.993089) - (xy 62.461115 151.752258) - (xy 62.458417 151.745746) - (xy 62.450945 151.676279) - (xy 62.482216 151.613798) - (xy 62.485267 151.610635) - (xy 64.566431 149.529471) - (xy 64.627752 149.495988) - (xy 64.697444 149.500972) - (xy 64.741791 149.529473) - (xy 64.851348 149.63903) - (xy 65.002262 149.732115) - (xy 65.170574 149.787887) - (xy 65.274455 149.7985) - (xy 66.075544 149.798499) - (xy 66.179426 149.787887) - (xy 66.347738 149.732115) - (xy 66.498652 149.63903) - (xy 66.587319 149.550362) - (xy 66.648642 149.516878) - (xy 66.718334 149.521862) - (xy 66.76268 149.550363) - (xy 66.851348 149.63903) - (xy 66.982597 149.719985) - (xy 67.029321 149.771932) - (xy 67.0415 149.825523) - (xy 67.0415 150.8375) - (xy 67.021815 150.904539) - (xy 66.969011 150.950294) - (xy 66.9175 150.9615) - (xy 66.783492 150.9615) - (xy 66.74617 150.964437) - (xy 66.746164 150.964438) - (xy 66.586403 151.010853) - (xy 66.586398 151.010855) - (xy 66.443196 151.095544) - (xy 66.443187 151.095551) - (xy 66.325551 151.213187) - (xy 66.325544 151.213196) - (xy 66.240855 151.356398) - (xy 66.240853 151.356403) - (xy 66.194438 151.516164) - (xy 66.194437 151.51617) - (xy 66.1915 151.553492) - (xy 66.1915 151.6425) - (xy 66.171815 151.709539) - (xy 66.119011 151.755294) - (xy 66.0675 151.7665) - (xy 65.966129 151.7665) - (xy 65.950386 151.764761) - (xy 65.950361 151.765033) - (xy 65.942593 151.764298) - (xy 65.873528 151.766469) - (xy 65.87158 151.7665) - (xy 65.842642 151.7665) - (xy 65.835636 151.767384) - (xy 65.829818 151.767842) - (xy 65.782611 151.769326) - (xy 65.782608 151.769327) - (xy 65.763005 151.775022) - (xy 65.743959 151.778966) - (xy 65.723703 151.781526) - (xy 65.723701 151.781526) - (xy 65.723699 151.781527) - (xy 65.679782 151.798914) - (xy 65.674256 151.800806) - (xy 65.628906 151.813982) - (xy 65.611333 151.824374) - (xy 65.59387 151.832929) - (xy 65.574885 151.840446) - (xy 65.574883 151.840447) - (xy 65.536679 151.868204) - (xy 65.531796 151.871412) - (xy 65.504451 151.887583) - (xy 65.496699 151.892169) - (xy 65.493212 151.894231) - (xy 65.430089 151.9115) - (xy 64.908492 151.9115) - (xy 64.87117 151.914437) - (xy 64.871164 151.914438) - (xy 64.711403 151.960853) - (xy 64.711398 151.960855) - (xy 64.568196 152.045544) - (xy 64.568187 152.045551) - (xy 64.450551 152.163187) - (xy 64.450544 152.163196) - (xy 64.365855 152.306398) - (xy 64.365853 152.306403) - (xy 64.319438 152.466164) - (xy 64.319437 152.46617) - (xy 64.3165 152.503492) - (xy 64.3165 152.936507) - (xy 64.319437 152.973829) - (xy 64.319438 152.973835) - (xy 64.354221 153.093557) - (xy 64.354022 153.163427) - (xy 64.330687 153.207195) - (xy 64.30279 153.240914) - (xy 64.298858 153.245235) - (xy 62.726393 154.8177) - (xy 62.66507 154.851185) - (xy 62.598448 154.8473) - (xy 62.57695 154.839919) - (xy 62.346712 154.8015) - (xy 62.113288 154.8015) - (xy 62.06724 154.809184) - (xy 61.883045 154.83992) - (xy 61.66228 154.91571) - (xy 61.662266 154.915716) - (xy 61.456988 155.026806) - (xy 61.456985 155.026808) - (xy 61.272781 155.170181) - (xy 61.272776 155.170185) - (xy 61.266346 155.17717) - (xy 61.206457 155.213157) - (xy 61.136619 155.211052) - (xy 61.079005 155.171524) - (xy 61.05894 155.136513) - (xy 61.033355 155.067915) - (xy 61.03335 155.067906) - (xy 60.94719 154.952812) - (xy 60.947187 154.952809) - (xy 60.832093 154.866649) - (xy 60.832086 154.866645) - (xy 60.697379 154.816403) - (xy 60.697372 154.816401) - (xy 60.637844 154.81) - (xy 59.94 154.81) - (xy 59.94 155.83581) - (xy 59.887453 155.799984) - (xy 59.757827 155.76) - (xy 59.656276 155.76) - (xy 59.555862 155.775135) - (xy 59.44 155.830931) - (xy 59.44 154.81) - (xy 58.742155 154.81) - (xy 58.682627 154.816401) - (xy 58.68262 154.816403) - (xy 58.547913 154.866645) - (xy 58.547906 154.866649) - (xy 58.432812 154.952809) - (xy 58.432809 154.952812) - (xy 58.346649 155.067906) - (xy 58.346645 155.067913) - (xy 58.296403 155.20262) - (xy 58.296401 155.202627) - (xy 58.29 155.262155) - (xy 58.29 155.96) - (xy 59.314722 155.96) - (xy 59.266375 156.04374) - (xy 59.23619 156.175992) - (xy 59.246327 156.311265) - (xy 59.295887 156.437541) - (xy 59.313797 156.46) - (xy 58.29 156.46) - (xy 58.29 157.157844) - (xy 58.296401 157.217372) - (xy 58.296403 157.217379) - (xy 58.346645 157.352086) - (xy 58.346649 157.352093) - (xy 58.432809 157.467187) - (xy 58.432812 157.46719) - (xy 58.547906 157.55335) - (xy 58.547913 157.553354) - (xy 58.68262 157.603596) - (xy 58.682627 157.603598) - (xy 58.742155 157.609999) - (xy 58.742172 157.61) - (xy 59.44 157.61) - (xy 59.44 156.584189) - (xy 59.492547 156.620016) - (xy 59.622173 156.66) - (xy 59.723724 156.66) - (xy 59.824138 156.644865) - (xy 59.94 156.589068) - (xy 59.94 157.61) - (xy 60.637828 157.61) - (xy 60.637844 157.609999) - (xy 60.697372 157.603598) - (xy 60.697379 157.603596) - (xy 60.832086 157.553354) - (xy 60.832093 157.55335) - (xy 60.947187 157.46719) - (xy 60.94719 157.467187) - (xy 61.03335 157.352093) - (xy 61.033355 157.352084) - (xy 61.05894 157.283486) - (xy 61.10081 157.227552) - (xy 61.166274 157.203134) - (xy 61.234547 157.217985) - (xy 61.266349 157.242832) - (xy 61.27278 157.249818) - (xy 61.456983 157.39319) - (xy 61.456985 157.393191) - (xy 61.456988 157.393193) - (xy 61.576331 157.457777) - (xy 61.662273 157.504287) - (xy 61.776914 157.543643) - (xy 61.883045 157.580079) - (xy 61.883047 157.580079) - (xy 61.883049 157.58008) - (xy 62.113288 157.6185) - (xy 62.113289 157.6185) - (xy 62.346711 157.6185) - (xy 62.346712 157.6185) - (xy 62.576951 157.58008) - (xy 62.797727 157.504287) - (xy 63.003017 157.39319) - (xy 63.18722 157.249818) - (xy 63.345314 157.078083) - (xy 63.472984 156.882669) - (xy 63.566749 156.668907) - (xy 63.624051 156.442626) - (xy 63.643327 156.21) - (xy 63.62955 156.04374) - (xy 63.624052 155.977382) - (xy 63.62405 155.97737) - (xy 63.587694 155.833804) - (xy 63.590319 155.763984) - (xy 63.620217 155.715685) - (xy 64.996084 154.339819) - (xy 65.057408 154.306334) - (xy 65.083766 154.3035) - (xy 66.350877 154.3035) - (xy 66.417916 154.323185) - (xy 66.438558 154.339819) - (xy 66.443187 154.344448) - (xy 66.443191 154.344451) - (xy 66.443193 154.344453) - (xy 66.586399 154.429145) - (xy 66.62853 154.441385) - (xy 66.746164 154.475561) - (xy 66.746167 154.475561) - (xy 66.746169 154.475562) - (xy 66.783498 154.4785) - (xy 66.783504 154.4785) - (xy 68.091496 154.4785) - (xy 68.091502 154.4785) - (xy 68.128831 154.475562) - (xy 68.128833 154.475561) - (xy 68.128835 154.475561) - (xy 68.170962 154.463321) - (xy 68.288601 154.429145) - (xy 68.431807 154.344453) - (xy 68.549453 154.226807) - (xy 68.634145 154.083601) - (xy 68.680562 153.923831) - (xy 68.6835 153.886502) - (xy 68.6835 153.453498) - (xy 68.680562 153.416169) - (xy 68.663102 153.356072) - (xy 68.634146 153.256403) - (xy 68.634144 153.256397) - (xy 68.612986 153.220621) - (xy 68.595803 153.152897) - (xy 68.617963 153.086634) - (xy 68.672429 153.042871) - (xy 68.719718 153.0335) - (xy 68.942205 153.0335) - (xy 69.009244 153.053185) - (xy 69.054999 153.105989) - (xy 69.059911 153.118497) - (xy 69.077882 153.172733) - (xy 69.077884 153.172737) - (xy 69.077885 153.172738) - (xy 69.17097 153.323652) - (xy 69.296348 153.44903) - (xy 69.447262 153.542115) - (xy 69.615574 153.597887) - (xy 69.719455 153.6085) - (xy 70.520544 153.608499) - (xy 70.624426 153.597887) - (xy 70.792738 153.542115) - (xy 70.943652 153.44903) - (xy 71.032319 153.360363) - (xy 71.093642 153.326878) - (xy 71.163334 153.331862) - (xy 71.207681 153.360362) - (xy 71.296348 153.44903) - (xy 71.447262 153.542115) - (xy 71.615574 153.597887) - (xy 71.719455 153.6085) - (xy 72.381232 153.608499) - (xy 72.448271 153.628183) - (xy 72.468913 153.644818) - (xy 76.648112 157.824017) - (xy 76.658016 157.836378) - (xy 76.658226 157.836205) - (xy 76.663197 157.842213) - (xy 76.6632 157.842218) - (xy 76.713618 157.889563) - (xy 76.714927 157.890832) - (xy 76.724767 157.900672) - (xy 76.735425 157.911331) - (xy 76.741013 157.915666) - (xy 76.745445 157.919452) - (xy 76.767053 157.939742) - (xy 76.77988 157.951787) - (xy 76.797762 157.961617) - (xy 76.814029 157.972302) - (xy 76.83016 157.984815) - (xy 76.852038 157.994281) - (xy 76.873507 158.003571) - (xy 76.878733 158.006131) - (xy 76.92014 158.028895) - (xy 76.939916 158.033972) - (xy 76.958324 158.040275) - (xy 76.97705 158.048379) - (xy 76.977052 158.04838) - (xy 76.977053 158.04838) - (xy 76.977055 158.048381) - (xy 77.017984 158.054863) - (xy 77.023703 158.055769) - (xy 77.029412 158.056951) - (xy 77.07517 158.0687) - (xy 77.095584 158.0687) - (xy 77.114983 158.070227) - (xy 77.135143 158.07342) - (xy 77.182165 158.068975) - (xy 77.188004 158.0687) - (xy 86.741166 158.0687) - (xy 86.756913 158.070438) - (xy 86.756939 158.070168) - (xy 86.764706 158.070902) - (xy 86.764708 158.070901) - (xy 86.764709 158.070902) - (xy 86.774059 158.070608) - (xy 86.833791 158.068731) - (xy 86.835739 158.0687) - (xy 86.864657 158.0687) - (xy 86.866022 158.068527) - (xy 86.871662 158.067814) - (xy 86.877485 158.067356) - (xy 86.903508 158.066538) - (xy 86.92469 158.065873) - (xy 86.934481 158.063027) - (xy 86.944281 158.06018) - (xy 86.963338 158.056232) - (xy 86.983597 158.053674) - (xy 87.027521 158.036282) - (xy 87.033021 158.034399) - (xy 87.078393 158.021218) - (xy 87.095965 158.010825) - (xy 87.113432 158.002268) - (xy 87.132417 157.994752) - (xy 87.170626 157.96699) - (xy 87.175504 157.963785) - (xy 87.216162 157.939742) - (xy 87.230602 157.9253) - (xy 87.245392 157.91267) - (xy 87.261907 157.900672) - (xy 87.292022 157.864267) - (xy 87.295926 157.859976) - (xy 87.998058 157.157844) - (xy 98.925 157.157844) - (xy 98.931401 157.217372) - (xy 98.931403 157.217379) - (xy 98.981645 157.352086) - (xy 98.981649 157.352093) - (xy 99.067809 157.467187) - (xy 99.067812 157.46719) - (xy 99.182906 157.55335) - (xy 99.182913 157.553354) - (xy 99.31762 157.603596) - (xy 99.317627 157.603598) - (xy 99.377155 157.609999) - (xy 99.377172 157.61) - (xy 100.075 157.61) - (xy 100.075 156.584189) - (xy 100.127547 156.620016) - (xy 100.257173 156.66) - (xy 100.358724 156.66) - (xy 100.459138 156.644865) - (xy 100.575 156.589068) - (xy 100.575 157.61) - (xy 101.272828 157.61) - (xy 101.272844 157.609999) - (xy 101.332372 157.603598) - (xy 101.332379 157.603596) - (xy 101.467086 157.553354) - (xy 101.467093 157.55335) - (xy 101.582187 157.46719) - (xy 101.58219 157.467187) - (xy 101.66835 157.352093) - (xy 101.668355 157.352084) - (xy 101.69394 157.283486) - (xy 101.73581 157.227552) - (xy 101.801274 157.203134) - (xy 101.869547 157.217985) - (xy 101.901349 157.242832) - (xy 101.90778 157.249818) - (xy 102.091983 157.39319) - (xy 102.091985 157.393191) - (xy 102.091988 157.393193) - (xy 102.211331 157.457777) - (xy 102.297273 157.504287) - (xy 102.411914 157.543643) - (xy 102.518045 157.580079) - (xy 102.518047 157.580079) - (xy 102.518049 157.58008) - (xy 102.748288 157.6185) - (xy 102.748289 157.6185) - (xy 102.981711 157.6185) - (xy 102.981712 157.6185) - (xy 103.211951 157.58008) - (xy 103.432727 157.504287) - (xy 103.638017 157.39319) - (xy 103.82222 157.249818) - (xy 103.980314 157.078083) - (xy 104.107984 156.882669) - (xy 104.201749 156.668907) - (xy 104.259051 156.442626) - (xy 104.278327 156.21) - (xy 104.259051 155.977374) - (xy 104.201749 155.751093) - (xy 104.107984 155.537331) - (xy 103.980314 155.341917) - (xy 103.980313 155.341915) - (xy 103.822223 155.170185) - (xy 103.822222 155.170184) - (xy 103.82222 155.170182) - (xy 103.638017 155.02681) - (xy 103.638015 155.026809) - (xy 103.638014 155.026808) - (xy 103.638011 155.026806) - (xy 103.432733 154.915716) - (xy 103.43273 154.915715) - (xy 103.432727 154.915713) - (xy 103.432721 154.915711) - (xy 103.432719 154.91571) - (xy 103.211954 154.83992) - (xy 103.03265 154.81) - (xy 102.981712 154.8015) - (xy 102.748288 154.8015) - (xy 102.70224 154.809183) - (xy 102.518045 154.83992) - (xy 102.29728 154.91571) - (xy 102.297266 154.915716) - (xy 102.091988 155.026806) - (xy 102.091985 155.026808) - (xy 101.907781 155.170181) - (xy 101.907776 155.170185) - (xy 101.901346 155.17717) - (xy 101.841457 155.213157) - (xy 101.771619 155.211052) - (xy 101.714005 155.171524) - (xy 101.69394 155.136513) - (xy 101.668355 155.067915) - (xy 101.66835 155.067906) - (xy 101.58219 154.952812) - (xy 101.582187 154.952809) - (xy 101.467093 154.866649) - (xy 101.467086 154.866645) - (xy 101.332379 154.816403) - (xy 101.332372 154.816401) - (xy 101.272844 154.81) - (xy 100.575 154.81) - (xy 100.575 155.83581) - (xy 100.522453 155.799984) - (xy 100.392827 155.76) - (xy 100.291276 155.76) - (xy 100.190862 155.775135) - (xy 100.075 155.830931) - (xy 100.075 154.81) - (xy 99.377155 154.81) - (xy 99.317627 154.816401) - (xy 99.31762 154.816403) - (xy 99.182913 154.866645) - (xy 99.182906 154.866649) - (xy 99.067812 154.952809) - (xy 99.067809 154.952812) - (xy 98.981649 155.067906) - (xy 98.981645 155.067913) - (xy 98.931403 155.20262) - (xy 98.931401 155.202627) - (xy 98.925 155.262155) - (xy 98.925 155.96) - (xy 99.949722 155.96) - (xy 99.901375 156.04374) - (xy 99.87119 156.175992) - (xy 99.881327 156.311265) - (xy 99.930887 156.437541) - (xy 99.948797 156.46) - (xy 98.925 156.46) - (xy 98.925 157.157844) - (xy 87.998058 157.157844) - (xy 92.146085 153.009817) - (xy 92.207408 152.976333) - (xy 92.233766 152.973499) - (xy 92.895537 152.973499) - (xy 92.895544 152.973499) - (xy 92.999426 152.962887) - (xy 93.167738 152.907115) - (xy 93.318652 152.81403) - (xy 93.44403 152.688652) - (xy 93.537115 152.537738) - (xy 93.592887 152.369426) - (xy 93.6035 152.265545) - (xy 93.603499 151.603764) - (xy 93.623183 151.536726) - (xy 93.639813 151.516089) - (xy 97.006884 148.149019) - (xy 97.068208 148.115534) - (xy 97.094566 148.1127) - (xy 102.4675 148.1127) - (xy 102.534539 148.132385) - (xy 102.580294 148.185189) - (xy 102.5915 148.2367) - (xy 102.5915 148.486507) - (xy 102.594437 148.523829) - (xy 102.594438 148.523835) - (xy 102.640853 148.683596) - (xy 102.640855 148.683601) - (xy 102.725544 148.826803) - (xy 102.725551 148.826812) - (xy 102.843187 148.944448) - (xy 102.843191 148.944451) - (xy 102.843193 148.944453) - (xy 102.986399 149.029145) - (xy 103.02853 149.041385) - (xy 103.146164 149.075561) - (xy 103.146167 149.075561) - (xy 103.146169 149.075562) - (xy 103.183498 149.0785) - (xy 103.566234 149.0785) - (xy 103.633273 149.098185) - (xy 103.679028 149.150989) - (xy 103.688972 149.220147) - (xy 103.659947 149.283703) - (xy 103.653918 149.290177) - (xy 103.414622 149.529473) - (xy 102.22939 150.714703) - (xy 102.168067 150.748188) - (xy 102.098375 150.743204) - (xy 102.094256 150.741583) - (xy 102.087748 150.738887) - (xy 102.087745 150.738886) - (xy 102.087743 150.738885) - (xy 102.087742 150.738885) - (xy 101.846911 150.681066) - (xy 101.846909 150.681065) - (xy 101.846906 150.681065) - (xy 101.6 150.661634) - (xy 101.353093 150.681065) - (xy 101.353088 150.681066) - (xy 101.353089 150.681066) - (xy 101.112258 150.738885) - (xy 101.112256 150.738885) - (xy 101.112255 150.738886) - (xy 100.883441 150.833663) - (xy 100.672259 150.963075) - (xy 100.483927 151.123927) - (xy 100.323075 151.312259) - (xy 100.193663 151.523441) - (xy 100.098886 151.752255) - (xy 100.098885 151.752258) - (xy 100.077712 151.840448) - (xy 100.041065 151.993093) - (xy 100.021634 152.24) - (xy 100.041065 152.486906) - (xy 100.041065 152.486909) - (xy 100.041066 152.486911) - (xy 100.098885 152.727742) - (xy 100.098886 152.727744) - (xy 100.193663 152.956558) - (xy 100.193665 152.956562) - (xy 100.193666 152.956563) - (xy 100.323075 153.16774) - (xy 100.483927 153.356073) - (xy 100.67226 153.516925) - (xy 100.883437 153.646334) - (xy 100.883439 153.646334) - (xy 100.883441 153.646336) - (xy 100.899064 153.652807) - (xy 101.112258 153.741115) - (xy 101.353089 153.798934) - (xy 101.6 153.818366) - (xy 101.846911 153.798934) - (xy 102.087742 153.741115) - (xy 102.316563 153.646334) - (xy 102.52774 153.516925) - (xy 102.716073 153.356073) - (xy 102.876925 153.16774) - (xy 103.006334 152.956563) - (xy 103.101115 152.727742) - (xy 103.122859 152.637168) - (xy 103.157648 152.57658) - (xy 103.219675 152.544416) - (xy 103.289244 152.550892) - (xy 103.331113 152.578438) - (xy 103.446959 152.694284) - (xy 103.446963 152.694287) - (xy 103.59289 152.784297) - (xy 103.592893 152.784298) - (xy 103.592899 152.784302) - (xy 103.755664 152.838236) - (xy 103.856128 152.8485) - (xy 103.856133 152.8485) - (xy 104.403867 152.8485) - (xy 104.403872 152.8485) - (xy 104.504336 152.838236) - (xy 104.667101 152.784302) - (xy 104.81304 152.694285) - (xy 104.934285 152.57304) - (xy 105.024302 152.427101) - (xy 105.078236 152.264336) - (xy 105.0885 152.163872) - (xy 105.0885 151.99) - (xy 106.480001 151.99) - (xy 106.480001 152.163322) - (xy 106.490144 152.262607) - (xy 106.543452 152.423481) - (xy 106.543457 152.423492) - (xy 106.632424 152.567728) - (xy 106.632427 152.567732) - (xy 106.752267 152.687572) - (xy 106.752271 152.687575) - (xy 106.896507 152.776542) - (xy 106.896518 152.776547) - (xy 107.057393 152.829855) - (xy 107.156683 152.839999) - (xy 107.18 152.839998) - (xy 107.18 151.99) - (xy 107.68 151.99) - (xy 107.68 152.839999) - (xy 107.703308 152.839999) - (xy 107.703322 152.839998) - (xy 107.802607 152.829855) - (xy 107.963481 152.776547) - (xy 107.963492 152.776542) - (xy 108.107728 152.687575) - (xy 108.107732 152.687572) - (xy 108.227572 152.567732) - (xy 108.227575 152.567728) - (xy 108.316542 152.423492) - (xy 108.316547 152.423481) - (xy 108.369855 152.262606) - (xy 108.379999 152.163322) - (xy 108.38 152.163309) - (xy 108.38 151.99) - (xy 107.68 151.99) - (xy 107.18 151.99) - (xy 106.480001 151.99) - (xy 105.0885 151.99) - (xy 105.0885 151.728765) - (xy 105.108185 151.661727) - (xy 105.124819 151.641085) - (xy 105.691786 151.074119) - (xy 105.753109 151.040634) - (xy 105.779467 151.0378) - (xy 106.377935 151.0378) - (xy 106.444974 151.057485) - (xy 106.490729 151.110289) - (xy 106.500673 151.179447) - (xy 106.495641 151.200804) - (xy 106.490144 151.217392) - (xy 106.48 151.316677) - (xy 106.48 151.49) - (xy 108.379999 151.49) - (xy 108.379999 151.316692) - (xy 108.379998 151.316677) - (xy 108.369855 151.217392) - (xy 108.323855 151.078573) - (xy 108.321453 151.008745) - (xy 108.357185 150.948703) - (xy 108.368673 150.939253) - (xy 108.373035 150.936083) - (xy 108.377904 150.932885) - (xy 108.418562 150.908842) - (xy 108.433002 150.8944) - (xy 108.447792 150.88177) - (xy 108.464307 150.869772) - (xy 108.494422 150.833367) - (xy 108.498326 150.829076) - (xy 109.529255 149.798148) - (xy 109.590576 149.764665) - (xy 109.655935 149.768124) - (xy 109.715574 149.787887) - (xy 109.819455 149.7985) - (xy 110.620544 149.798499) - (xy 110.724426 149.787887) - (xy 110.892738 149.732115) - (xy 111.043652 149.63903) - (xy 111.112821 149.56986) - (xy 111.17414 149.536378) - (xy 111.243832 149.541362) - (xy 111.299766 149.583233) - (xy 111.324183 149.648697) - (xy 111.324499 149.657544) - (xy 111.3245 158.7805) - (xy 111.304815 158.847539) - (xy 111.252011 158.893294) - (xy 111.2005 158.9045) - (xy 50.9995 158.9045) - (xy 50.932461 158.884815) - (xy 50.886706 158.832011) - (xy 50.8755 158.7805) - (xy 50.8755 143.939999) - (xy 59.381634 143.939999) - (xy 59.401065 144.186906) - (xy 59.401065 144.186909) - (xy 59.401066 144.186911) - (xy 59.458885 144.427742) - (xy 59.458886 144.427744) - (xy 59.553663 144.656558) - (xy 59.553665 144.656562) - (xy 59.553666 144.656563) - (xy 59.683075 144.86774) - (xy 59.843927 145.056073) - (xy 60.03226 145.216925) - (xy 60.243437 145.346334) - (xy 60.243439 145.346334) - (xy 60.243441 145.346336) - (xy 60.314786 145.375888) - (xy 60.472258 145.441115) - (xy 60.713089 145.498934) - (xy 60.96 145.518366) - (xy 61.206911 145.498934) - (xy 61.447742 145.441115) - (xy 61.676563 145.346334) - (xy 61.88774 145.216925) - (xy 62.076073 145.056073) - (xy 62.098342 145.03) - (xy 63.695001 145.03) - (xy 63.695001 145.203322) - (xy 63.705144 145.302607) - (xy 63.758452 145.463481) - (xy 63.758457 145.463492) - (xy 63.847424 145.607728) - (xy 63.847427 145.607732) - (xy 63.967267 145.727572) - (xy 63.967271 145.727575) - (xy 64.111507 145.816542) - (xy 64.111518 145.816547) - (xy 64.272393 145.869855) - (xy 64.371683 145.879999) - (xy 64.394999 145.879998) - (xy 64.395 145.03) - (xy 64.895 145.03) - (xy 64.895 145.879999) - (xy 64.918308 145.879999) - (xy 64.918322 145.879998) - (xy 65.017607 145.869855) - (xy 65.178481 145.816547) - (xy 65.178492 145.816542) - (xy 65.322728 145.727575) - (xy 65.322732 145.727572) - (xy 65.442572 145.607732) - (xy 65.442575 145.607728) - (xy 65.531542 145.463492) - (xy 65.531547 145.463481) - (xy 65.584855 145.302606) - (xy 65.594999 145.203322) - (xy 65.595 145.203309) - (xy 65.595 145.03) - (xy 64.895 145.03) - (xy 64.395 145.03) - (xy 63.695001 145.03) - (xy 62.098342 145.03) - (xy 62.236925 144.86774) - (xy 62.366334 144.656563) - (xy 62.418758 144.53) - (xy 63.695 144.53) - (xy 64.394999 144.53) - (xy 64.394999 143.68) - (xy 64.895 143.68) - (xy 64.895 144.53) - (xy 65.594999 144.53) - (xy 65.594999 144.356692) - (xy 65.594998 144.356677) - (xy 65.584855 144.257392) - (xy 65.531547 144.096518) - (xy 65.531542 144.096507) - (xy 65.442575 143.952271) - (xy 65.442572 143.952267) - (xy 65.322732 143.832427) - (xy 65.322728 143.832424) - (xy 65.178492 143.743457) - (xy 65.178481 143.743452) - (xy 65.017606 143.690144) - (xy 64.918322 143.68) - (xy 64.895 143.68) - (xy 64.394999 143.68) - (xy 64.394999 143.679999) - (xy 64.371693 143.68) - (xy 64.371674 143.680001) - (xy 64.272392 143.690144) - (xy 64.111518 143.743452) - (xy 64.111507 143.743457) - (xy 63.967271 143.832424) - (xy 63.967267 143.832427) - (xy 63.847427 143.952267) - (xy 63.847424 143.952271) - (xy 63.758457 144.096507) - (xy 63.758452 144.096518) - (xy 63.705144 144.257393) - (xy 63.695 144.356677) - (xy 63.695 144.53) - (xy 62.418758 144.53) - (xy 62.461115 144.427742) - (xy 62.518934 144.186911) - (xy 62.538366 143.94) - (xy 62.518934 143.693089) - (xy 62.461115 143.452258) - (xy 62.366334 143.223437) - (xy 62.236925 143.01226) - (xy 62.076073 142.823927) - (xy 61.88774 142.663075) - (xy 61.676563 142.533666) - (xy 61.676561 142.533665) - (xy 61.676556 142.533662) - (xy 61.579742 142.493561) - (xy 61.525338 142.44972) - (xy 61.503273 142.383426) - (xy 61.520552 142.315727) - (xy 61.571689 142.268116) - (xy 61.627194 142.255) - (xy 61.972828 142.255) - (xy 61.972844 142.254999) - (xy 62.032372 142.248598) - (xy 62.032379 142.248596) - (xy 62.167086 142.198354) - (xy 62.167093 142.19835) - (xy 62.282187 142.11219) - (xy 62.28219 142.112187) - (xy 62.36835 141.997093) - (xy 62.368354 141.997086) - (xy 62.418596 141.862379) - (xy 62.418598 141.862372) - (xy 62.424999 141.802844) - (xy 62.425 141.802827) - (xy 62.425 141.09) - (xy 61.51652 141.09) - (xy 61.544755 141.029998) - (xy 61.573635 140.878607) - (xy 61.563957 140.724789) - (xy 61.520162 140.59) - (xy 62.425 140.59) - (xy 62.425 139.877172) - (xy 62.424999 139.877155) - (xy 62.418598 139.817627) - (xy 62.418596 139.81762) - (xy 62.368354 139.682913) - (xy 62.36835 139.682906) - (xy 62.28219 139.567812) - (xy 62.282187 139.567809) - (xy 62.167093 139.481649) - (xy 62.167086 139.481645) - (xy 62.032379 139.431403) - (xy 62.032372 139.431401) - (xy 61.972844 139.425) - (xy 61.21 139.425) - (xy 61.21 140.281335) - (xy 61.186341 140.268329) - (xy 61.037061 140.23) - (xy 60.921625 140.23) - (xy 60.807094 140.244469) - (xy 60.709999 140.282911) - (xy 60.71 139.425) - (xy 59.947155 139.425) - (xy 59.887627 139.431401) - (xy 59.88762 139.431403) - (xy 59.752913 139.481645) - (xy 59.752906 139.481649) - (xy 59.637812 139.567809) - (xy 59.637809 139.567812) - (xy 59.551649 139.682906) - (xy 59.551645 139.682913) - (xy 59.501403 139.81762) - (xy 59.501401 139.817627) - (xy 59.495 139.877155) - (xy 59.495 140.59) - (xy 60.40348 140.59) - (xy 60.375245 140.650002) - (xy 60.346365 140.801393) - (xy 60.356043 140.955211) - (xy 60.399838 141.09) - (xy 59.495 141.09) - (xy 59.495 141.802844) - (xy 59.501401 141.862372) - (xy 59.501403 141.862379) - (xy 59.551645 141.997086) - (xy 59.551649 141.997093) - (xy 59.637809 142.112187) - (xy 59.637812 142.11219) - (xy 59.752906 142.19835) - (xy 59.752913 142.198354) - (xy 59.88762 142.248596) - (xy 59.887627 142.248598) - (xy 59.947155 142.254999) - (xy 59.947172 142.255) - (xy 60.292806 142.255) - (xy 60.359845 142.274685) - (xy 60.4056 142.327489) - (xy 60.415544 142.396647) - (xy 60.386519 142.460203) - (xy 60.340258 142.493561) - (xy 60.243443 142.533662) - (xy 60.032259 142.663075) - (xy 59.843927 142.823927) - (xy 59.683075 143.012259) - (xy 59.553663 143.223441) - (xy 59.458886 143.452255) - (xy 59.458885 143.452258) - (xy 59.456662 143.461518) - (xy 59.401065 143.693093) - (xy 59.381634 143.939999) - (xy 50.8755 143.939999) - (xy 50.8755 110.744766) - (xy 50.895185 110.677727) - (xy 50.947989 110.631972) - (xy 51.017147 110.622028) - (xy 51.080703 110.651053) - (xy 51.087181 110.657085) - (xy 57.61391 117.183814) - (xy 57.623816 117.196178) - (xy 57.624026 117.196005) - (xy 57.629 117.202018) - (xy 57.679402 117.249348) - (xy 57.680776 117.25068) - (xy 57.70123 117.271134) - (xy 57.706802 117.275456) - (xy 57.711242 117.279249) - (xy 57.745678 117.311586) - (xy 57.763567 117.32142) - (xy 57.779833 117.332104) - (xy 57.795959 117.344613) - (xy 57.839298 117.363367) - (xy 57.844545 117.365937) - (xy 57.88594 117.388695) - (xy 57.905718 117.393773) - (xy 57.924119 117.400073) - (xy 57.942855 117.408181) - (xy 57.987362 117.415229) - (xy 57.989503 117.415569) - (xy 57.995212 117.416751) - (xy 58.04097 117.4285) - (xy 58.061384 117.4285) - (xy 58.080783 117.430027) - (xy 58.100943 117.43322) - (xy 58.147965 117.428775) - (xy 58.153804 117.4285) - (xy 69.629241 117.4285) - (xy 69.69628 117.448185) - (xy 69.734778 117.487401) - (xy 69.75097 117.513652) - (xy 69.876348 117.63903) - (xy 70.027262 117.732115) - (xy 70.195574 117.787887) - (xy 70.299455 117.7985) - (xy 71.100544 117.798499) - (xy 71.204426 117.787887) - (xy 71.372738 117.732115) - (xy 71.523652 117.63903) - (xy 71.612318 117.550363) - (xy 71.673642 117.516878) - (xy 71.743334 117.521862) - (xy 71.787681 117.550363) - (xy 71.876348 117.63903) - (xy 72.027262 117.732115) - (xy 72.195574 117.787887) - (xy 72.299455 117.7985) - (xy 73.100544 117.798499) - (xy 73.204426 117.787887) - (xy 73.372738 117.732115) - (xy 73.523652 117.63903) - (xy 73.64903 117.513652) - (xy 73.742115 117.362738) - (xy 73.797887 117.194426) - (xy 73.8085 117.090545) - (xy 73.808499 116.089456) - (xy 73.797887 115.985574) - (xy 73.742115 115.817262) - (xy 73.64903 115.666348) - (xy 73.523652 115.54097) - (xy 73.426724 115.481184) - (xy 73.37274 115.447886) - (xy 73.372735 115.447884) - (xy 73.204427 115.392113) - (xy 73.100552 115.3815) - (xy 73.100545 115.3815) - (xy 72.438767 115.3815) - (xy 72.371728 115.361815) - (xy 72.351086 115.345181) - (xy 71.363195 114.35729) - (xy 71.32971 114.295967) - (xy 71.334694 114.226275) - (xy 71.376566 114.170342) - (xy 71.38576 114.164082) - (xy 71.523652 114.07903) - (xy 71.612319 113.990362) - (xy 71.673642 113.956878) - (xy 71.743334 113.961862) - (xy 71.787681 113.990363) - (xy 71.876348 114.07903) - (xy 72.027262 114.172115) - (xy 72.195574 114.227887) - (xy 72.299455 114.2385) - (xy 73.100544 114.238499) - (xy 73.204426 114.227887) - (xy 73.372738 114.172115) - (xy 73.523652 114.07903) - (xy 73.64903 113.953652) - (xy 73.742115 113.802738) - (xy 73.742117 113.802733) - (xy 73.760089 113.748497) - (xy 73.799861 113.691052) - (xy 73.864376 113.664228) - (xy 73.877795 113.6635) - (xy 76.051134 113.6635) - (xy 76.118173 113.683185) - (xy 76.138815 113.699819) - (xy 77.00781 114.568814) - (xy 77.017716 114.581178) - (xy 77.017926 114.581005) - (xy 77.022897 114.587013) - (xy 77.0229 114.587018) - (xy 77.073335 114.634379) - (xy 77.074644 114.635648) - (xy 77.082827 114.643831) - (xy 77.095125 114.65613) - (xy 77.095129 114.656133) - (xy 77.095131 114.656135) - (xy 77.100705 114.660458) - (xy 77.105147 114.664252) - (xy 77.139579 114.696586) - (xy 77.139583 114.696589) - (xy 77.157463 114.706418) - (xy 77.173727 114.717101) - (xy 77.18986 114.729614) - (xy 77.233201 114.748369) - (xy 77.238448 114.75094) - (xy 77.246631 114.755438) - (xy 77.267237 114.766766) - (xy 77.3165 114.816309) - (xy 77.3315 114.875428) - (xy 77.3315 115.128654) - (xy 77.338011 115.189202) - (xy 77.338011 115.189204) - (xy 77.37422 115.28628) - (xy 77.389111 115.326204) - (xy 77.476739 115.443261) - (xy 77.593796 115.530889) - (xy 77.730799 115.581989) - (xy 77.75805 115.584918) - (xy 77.791345 115.588499) - (xy 77.791362 115.5885) - (xy 79.688638 115.5885) - (xy 79.688654 115.588499) - (xy 79.715692 115.585591) - (xy 79.749201 115.581989) - (xy 79.886204 115.530889) - (xy 80.003261 115.443261) - (xy 80.090889 115.326204) - (xy 80.105781 115.286277) - (xy 80.147651 115.230347) - (xy 80.213115 115.20593) - (xy 80.281388 115.220782) - (xy 80.298123 115.231761) - (xy 80.458736 115.356771) - (xy 80.466983 115.36319) - (xy 80.466985 115.363191) - (xy 80.466988 115.363193) - (xy 80.520428 115.392113) - (xy 80.672273 115.474287) - (xy 80.786914 115.513643) - (xy 80.893045 115.550079) - (xy 80.893047 115.550079) - (xy 80.893049 115.55008) - (xy 81.123288 115.5885) - (xy 81.123289 115.5885) - (xy 81.356711 115.5885) - (xy 81.356712 115.5885) - (xy 81.586951 115.55008) - (xy 81.807727 115.474287) - (xy 82.013017 115.36319) - (xy 82.19722 115.219818) - (xy 82.355314 115.048083) - (xy 82.391266 114.993053) - (xy 82.444412 114.947695) - (xy 82.513644 114.938271) - (xy 82.57698 114.967772) - (xy 82.585201 114.97726) - (xy 82.588811 114.977634) - (xy 83.256922 114.309523) - (xy 83.280507 114.389844) - (xy 83.358239 114.510798) - (xy 83.4669 114.604952) - (xy 83.597685 114.66468) - (xy 83.607466 114.666086) - (xy 82.941199 115.332351) - (xy 82.97165 115.35605) - (xy 83.175697 115.466476) - (xy 83.175706 115.466479) - (xy 83.395139 115.541811) - (xy 83.623993 115.58) - (xy 83.856007 115.58) - (xy 84.08486 115.541811) - (xy 84.304293 115.466479) - (xy 84.304302 115.466476) - (xy 84.50835 115.35605) - (xy 84.538798 115.332351) - (xy 83.872533 114.666086) - (xy 83.882315 114.66468) - (xy 84.0131 114.604952) - (xy 84.121761 114.510798) - (xy 84.199493 114.389844) - (xy 84.223076 114.309524) - (xy 84.891186 114.977634) - (xy 84.975484 114.848606) - (xy 85.068682 114.636135) - (xy 85.125638 114.411218) - (xy 85.144798 114.180005) - (xy 85.144798 114.179994) - (xy 85.125638 113.948781) - (xy 85.068682 113.723864) - (xy 84.975483 113.51139) - (xy 84.891186 113.382364) - (xy 84.223076 114.050475) - (xy 84.199493 113.970156) - (xy 84.121761 113.849202) - (xy 84.0131 113.755048) - (xy 83.882315 113.69532) - (xy 83.872534 113.693913) - (xy 84.538799 113.027648) - (xy 84.538799 113.027647) - (xy 84.508349 113.003949) - (xy 84.304302 112.893523) - (xy 84.304293 112.89352) - (xy 84.08486 112.818188) - (xy 83.856007 112.78) - (xy 83.623993 112.78) - (xy 83.395139 112.818188) - (xy 83.175706 112.89352) - (xy 83.175698 112.893523) - (xy 82.971644 113.003952) - (xy 82.9412 113.027646) - (xy 82.9412 113.027647) - (xy 83.607466 113.693913) - (xy 83.597685 113.69532) - (xy 83.4669 113.755048) - (xy 83.358239 113.849202) - (xy 83.280507 113.970156) - (xy 83.256923 114.050475) - (xy 82.588811 113.382364) - (xy 82.579714 113.383308) - (xy 82.545739 113.412304) - (xy 82.476507 113.421728) - (xy 82.413172 113.392226) - (xy 82.391267 113.366947) - (xy 82.355313 113.311915) - (xy 82.197223 113.140185) - (xy 82.197222 113.140184) - (xy 82.19722 113.140182) - (xy 82.013017 112.99681) - (xy 82.013015 112.996809) - (xy 82.013014 112.996808) - (xy 82.013011 112.996806) - (xy 81.807733 112.885716) - (xy 81.80773 112.885715) - (xy 81.807727 112.885713) - (xy 81.807721 112.885711) - (xy 81.807719 112.88571) - (xy 81.586954 112.80992) - (xy 81.39573 112.778011) - (xy 81.356712 112.7715) - (xy 81.123288 112.7715) - (xy 81.008168 112.79071) - (xy 80.893048 112.80992) - (xy 80.871548 112.817301) - (xy 80.801749 112.82045) - (xy 80.743605 112.7877) - (xy 76.899896 108.943991) - (xy 76.866411 108.882668) - (xy 76.871395 108.812976) - (xy 76.913267 108.757043) - (xy 76.956212 108.736343) - (xy 77.024523 108.718484) - (xy 77.044909 108.713155) - (xy 77.04491 108.713154) - (xy 77.044916 108.713153) - (xy 77.192429 108.650466) - (xy 77.296635 108.606185) - (xy 77.296638 108.606183) - (xy 77.296643 108.606181) - (xy 77.530112 108.463697) - (xy 77.740347 108.288738) - (xy 77.922867 108.085033) - (xy 78.073783 107.856923) - (xy 78.189877 107.609271) - (xy 78.268676 107.347355) - (xy 78.3085 107.076757) - (xy 78.3085 106.563765) - (xy 78.328185 106.496727) - (xy 78.380989 106.450972) - (xy 78.450147 106.441028) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 101.264083 130.828185) - (xy 101.284721 130.844815) - (xy 103.089935 132.649947) - (xy 103.207718 132.767724) - (xy 103.22259 132.785699) - (xy 103.227328 132.792671) - (xy 103.27096 132.831138) - (xy 103.273784 132.833789) - (xy 103.397524 132.957532) - (xy 103.48051 133.04052) - (xy 103.513995 133.101843) - (xy 103.509009 133.171535) - (xy 103.467137 133.227468) - (xy 103.451846 133.237254) - (xy 103.291648 133.323949) - (xy 103.2612 133.347646) - (xy 103.2612 133.347647) - (xy 103.927466 134.013913) - (xy 103.917685 134.01532) - (xy 103.7869 134.075048) - (xy 103.678239 134.169202) - (xy 103.600507 134.290156) - (xy 103.576922 134.370476) - (xy 102.908811 133.702364) - (xy 102.899714 133.703308) - (xy 102.865739 133.732304) - (xy 102.796507 133.741728) - (xy 102.733172 133.712226) - (xy 102.711267 133.686947) - (xy 102.675313 133.631915) - (xy 102.517223 133.460185) - (xy 102.517222 133.460184) - (xy 102.51722 133.460182) - (xy 102.333017 133.31681) - (xy 102.333015 133.316809) - (xy 102.333014 133.316808) - (xy 102.333011 133.316806) - (xy 102.127733 133.205716) - (xy 102.12773 133.205715) - (xy 102.127727 133.205713) - (xy 102.127721 133.205711) - (xy 102.127719 133.20571) - (xy 101.906954 133.12992) - (xy 101.687918 133.09337) - (xy 101.676712 133.0915) - (xy 101.443288 133.0915) - (xy 101.432082 133.09337) - (xy 101.213045 133.12992) - (xy 100.99228 133.20571) - (xy 100.992266 133.205716) - (xy 100.786988 133.316806) - (xy 100.786986 133.316807) - (xy 100.618123 133.448239) - (xy 100.553129 133.473881) - (xy 100.484589 133.460314) - (xy 100.434264 133.411846) - (xy 100.42578 133.393719) - (xy 100.410889 133.353796) - (xy 100.406285 133.347646) - (xy 100.323261 133.236739) - (xy 100.206204 133.149111) - (xy 100.206203 133.14911) - (xy 100.069203 133.098011) - (xy 100.008654 133.0915) - (xy 100.008638 133.0915) - (xy 98.111362 133.0915) - (xy 98.111345 133.0915) - (xy 98.050797 133.098011) - (xy 98.050795 133.098011) - (xy 97.913795 133.149111) - (xy 97.796739 133.236739) - (xy 97.709111 133.353795) - (xy 97.658011 133.490795) - (xy 97.658011 133.490797) - (xy 97.6515 133.551345) - (xy 97.6515 135.448654) - (xy 97.658011 135.509202) - (xy 97.658011 135.509204) - (xy 97.69422 135.60628) - (xy 97.709111 135.646204) - (xy 97.796739 135.763261) - (xy 97.913796 135.850889) - (xy 98.050799 135.901989) - (xy 98.07805 135.904918) - (xy 98.111345 135.908499) - (xy 98.111362 135.9085) - (xy 100.008638 135.9085) - (xy 100.008654 135.908499) - (xy 100.035692 135.905591) - (xy 100.069201 135.901989) - (xy 100.206204 135.850889) - (xy 100.323261 135.763261) - (xy 100.410889 135.646204) - (xy 100.425781 135.606277) - (xy 100.467651 135.550347) - (xy 100.533115 135.52593) - (xy 100.601388 135.540782) - (xy 100.618123 135.551761) - (xy 100.786979 135.683187) - (xy 100.786983 135.68319) - (xy 100.786985 135.683191) - (xy 100.786988 135.683193) - (xy 100.861913 135.72374) - (xy 100.992273 135.794287) - (xy 101.080382 135.824535) - (xy 101.213045 135.870079) - (xy 101.213047 135.870079) - (xy 101.213049 135.87008) - (xy 101.443288 135.9085) - (xy 101.443289 135.9085) - (xy 101.676711 135.9085) - (xy 101.676712 135.9085) - (xy 101.906951 135.87008) - (xy 102.127727 135.794287) - (xy 102.333017 135.68319) - (xy 102.51722 135.539818) - (xy 102.675314 135.368083) - (xy 102.711266 135.313053) - (xy 102.764412 135.267695) - (xy 102.833644 135.258271) - (xy 102.89698 135.287772) - (xy 102.905201 135.29726) - (xy 102.908811 135.297634) - (xy 103.576922 134.629523) - (xy 103.600507 134.709844) - (xy 103.678239 134.830798) - (xy 103.7869 134.924952) - (xy 103.917685 134.98468) - (xy 103.927466 134.986086) - (xy 103.261199 135.652351) - (xy 103.29165 135.67605) - (xy 103.495697 135.786476) - (xy 103.495706 135.786479) - (xy 103.715139 135.861811) - (xy 103.943993 135.9) - (xy 104.176007 135.9) - (xy 104.40486 135.861811) - (xy 104.624293 135.786479) - (xy 104.624302 135.786476) - (xy 104.82835 135.67605) - (xy 104.858798 135.652351) - (xy 104.192533 134.986086) - (xy 104.202315 134.98468) - (xy 104.3331 134.924952) - (xy 104.441761 134.830798) - (xy 104.519493 134.709844) - (xy 104.543076 134.629524) - (xy 105.211186 135.297634) - (xy 105.295483 135.168607) - (xy 105.318033 135.117198) - (xy 105.362988 135.063712) - (xy 105.429723 135.04302) - (xy 105.497051 135.061693) - (xy 105.519272 135.079326) - (xy 107.591281 137.151381) - (xy 107.624766 137.212704) - (xy 107.627599 137.239061) - (xy 107.6276 142.952832) - (xy 107.607915 143.019871) - (xy 107.591281 143.040513) - (xy 106.633679 143.998114) - (xy 106.62132 144.008018) - (xy 106.621493 144.008227) - (xy 106.615481 144.0132) - (xy 106.568172 144.063578) - (xy 106.566819 144.064974) - (xy 106.546373 144.085421) - (xy 106.546357 144.085439) - (xy 106.542031 144.091014) - (xy 106.538247 144.095444) - (xy 106.505919 144.129871) - (xy 106.505912 144.129881) - (xy 106.496079 144.147767) - (xy 106.485403 144.16402) - (xy 106.472886 144.180157) - (xy 106.472885 144.180159) - (xy 106.454125 144.22351) - (xy 106.451555 144.228756) - (xy 106.428804 144.270141) - (xy 106.42855 144.271131) - (xy 106.428099 144.27192) - (xy 106.425931 144.277397) - (xy 106.425151 144.277088) - (xy 106.396129 144.327964) - (xy 105.017858 145.706235) - (xy 104.956535 145.73972) - (xy 104.886843 145.734736) - (xy 104.842496 145.706235) - (xy 104.831812 145.695551) - (xy 104.831803 145.695544) - (xy 104.688601 145.610855) - (xy 104.688596 145.610853) - (xy 104.528835 145.564438) - (xy 104.528829 145.564437) - (xy 104.491507 145.5615) - (xy 104.491502 145.5615) - (xy 103.183498 145.5615) - (xy 103.183492 145.5615) - (xy 103.14617 145.564437) - (xy 103.146164 145.564438) - (xy 102.986403 145.610853) - (xy 102.986398 145.610855) - (xy 102.843196 145.695544) - (xy 102.843187 145.695551) - (xy 102.838558 145.700181) - (xy 102.777235 145.733666) - (xy 102.750877 145.7365) - (xy 101.905047 145.7365) - (xy 101.838008 145.716815) - (xy 101.792253 145.664011) - (xy 101.782309 145.594853) - (xy 101.811334 145.531297) - (xy 101.870112 145.493523) - (xy 101.876079 145.491931) - (xy 102.087742 145.441115) - (xy 102.316563 145.346334) - (xy 102.52774 145.216925) - (xy 102.716073 145.056073) - (xy 102.876925 144.86774) - (xy 103.006334 144.656563) - (xy 103.101115 144.427742) - (xy 103.158934 144.186911) - (xy 103.178366 143.94) - (xy 103.158934 143.693089) - (xy 103.101115 143.452258) - (xy 103.006334 143.223437) - (xy 102.876925 143.01226) - (xy 102.716073 142.823927) - (xy 102.52774 142.663075) - (xy 102.316563 142.533666) - (xy 102.316561 142.533665) - (xy 102.316556 142.533662) - (xy 102.219742 142.493561) - (xy 102.165338 142.44972) - (xy 102.143273 142.383426) - (xy 102.160552 142.315727) - (xy 102.211689 142.268116) - (xy 102.267194 142.255) - (xy 102.612828 142.255) - (xy 102.612844 142.254999) - (xy 102.672372 142.248598) - (xy 102.672379 142.248596) - (xy 102.807086 142.198354) - (xy 102.807093 142.19835) - (xy 102.922187 142.11219) - (xy 102.92219 142.112187) - (xy 103.00835 141.997093) - (xy 103.008354 141.997086) - (xy 103.058596 141.862379) - (xy 103.058598 141.862372) - (xy 103.064999 141.802844) - (xy 103.065 141.802827) - (xy 103.065 141.09) - (xy 102.15652 141.09) - (xy 102.184755 141.029998) - (xy 102.213635 140.878607) - (xy 102.203957 140.724789) - (xy 102.160162 140.59) - (xy 103.064999 140.59) - (xy 103.065 139.877172) - (xy 103.064999 139.877155) - (xy 103.058598 139.817627) - (xy 103.058596 139.81762) - (xy 103.008354 139.682913) - (xy 103.00835 139.682906) - (xy 102.92219 139.567812) - (xy 102.922187 139.567809) - (xy 102.807093 139.481649) - (xy 102.807086 139.481645) - (xy 102.672379 139.431403) - (xy 102.672372 139.431401) - (xy 102.612844 139.425) - (xy 101.85 139.425) - (xy 101.85 140.281335) - (xy 101.826341 140.268329) - (xy 101.677061 140.23) - (xy 101.561625 140.23) - (xy 101.447094 140.244469) - (xy 101.35 140.282911) - (xy 101.35 139.425) - (xy 100.587155 139.425) - (xy 100.527627 139.431401) - (xy 100.52762 139.431403) - (xy 100.392913 139.481645) - (xy 100.392906 139.481649) - (xy 100.277812 139.567809) - (xy 100.277809 139.567812) - (xy 100.191649 139.682906) - (xy 100.191645 139.682913) - (xy 100.141403 139.81762) - (xy 100.141401 139.817627) - (xy 100.135 139.877155) - (xy 100.135 140.59) - (xy 101.04348 140.59) - (xy 101.015245 140.650002) - (xy 100.986365 140.801393) - (xy 100.996043 140.955211) - (xy 101.039838 141.09) - (xy 100.135 141.09) - (xy 100.135 141.802844) - (xy 100.141401 141.862372) - (xy 100.141403 141.862379) - (xy 100.191645 141.997086) - (xy 100.191649 141.997093) - (xy 100.277809 142.112187) - (xy 100.277812 142.11219) - (xy 100.392906 142.19835) - (xy 100.392913 142.198354) - (xy 100.52762 142.248596) - (xy 100.527627 142.248598) - (xy 100.587155 142.254999) - (xy 100.587172 142.255) - (xy 100.932806 142.255) - (xy 100.999845 142.274685) - (xy 101.0456 142.327489) - (xy 101.055544 142.396647) - (xy 101.026519 142.460203) - (xy 100.980258 142.493561) - (xy 100.883443 142.533662) - (xy 100.672259 142.663075) - (xy 100.483927 142.823927) - (xy 100.323075 143.012259) - (xy 100.193663 143.223441) - (xy 100.098886 143.452255) - (xy 100.098885 143.452258) - (xy 100.096662 143.461518) - (xy 100.041064 143.693096) - (xy 100.041064 143.6931) - (xy 100.039946 143.707298) - (xy 100.015059 143.772585) - (xy 99.958826 143.814053) - (xy 99.8891 143.818537) - (xy 99.828648 143.785244) - (xy 87.886406 131.843001) - (xy 87.852921 131.781678) - (xy 87.854862 131.725139) - (xy 87.854424 131.725059) - (xy 87.854967 131.722081) - (xy 87.855014 131.720714) - (xy 87.855562 131.718831) - (xy 87.8585 131.681502) - (xy 87.8585 131.446166) - (xy 87.878185 131.379128) - (xy 87.930989 131.333373) - (xy 88.000147 131.323429) - (xy 88.021499 131.328459) - (xy 88.155574 131.372887) - (xy 88.259455 131.3835) - (xy 89.060544 131.383499) - (xy 89.164426 131.372887) - (xy 89.332738 131.317115) - (xy 89.483652 131.22403) - (xy 89.572322 131.135359) - (xy 89.633641 131.101877) - (xy 89.703333 131.106861) - (xy 89.747676 131.135358) - (xy 89.836348 131.22403) - (xy 89.987262 131.317115) - (xy 90.155574 131.372887) - (xy 90.259455 131.3835) - (xy 91.060544 131.383499) - (xy 91.164426 131.372887) - (xy 91.332738 131.317115) - (xy 91.483652 131.22403) - (xy 91.60903 131.098652) - (xy 91.702115 130.947738) - (xy 91.702117 130.947733) - (xy 91.720089 130.893497) - (xy 91.759861 130.836052) - (xy 91.824376 130.809228) - (xy 91.837795 130.8085) - (xy 101.197044 130.8085) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 54.405819 74.097723) - (xy 55.591181 75.283085) - (xy 55.624666 75.344408) - (xy 55.6275 75.370766) - (xy 55.627499 97.071366) - (xy 55.625762 97.087113) - (xy 55.626032 97.087139) - (xy 55.625297 97.094906) - (xy 55.627469 97.16399) - (xy 55.6275 97.165938) - (xy 55.6275 97.194859) - (xy 55.628384 97.201856) - (xy 55.628842 97.207679) - (xy 55.630326 97.254889) - (xy 55.630327 97.254891) - (xy 55.636022 97.274495) - (xy 55.639967 97.293542) - (xy 55.642526 97.313797) - (xy 55.642527 97.3138) - (xy 55.642528 97.313803) - (xy 55.659914 97.357716) - (xy 55.661806 97.363244) - (xy 55.674981 97.408592) - (xy 55.685372 97.426162) - (xy 55.693932 97.443635) - (xy 55.701447 97.462617) - (xy 55.729209 97.500827) - (xy 55.732416 97.50571) - (xy 55.756458 97.546362) - (xy 55.756462 97.546366) - (xy 55.770889 97.560793) - (xy 55.783526 97.575588) - (xy 55.795528 97.592107) - (xy 55.831931 97.622222) - (xy 55.836231 97.626135) - (xy 56.633596 98.4235) - (xy 56.83891 98.628814) - (xy 56.848816 98.641178) - (xy 56.849026 98.641005) - (xy 56.853997 98.647013) - (xy 56.854 98.647018) - (xy 56.904435 98.694379) - (xy 56.905744 98.695648) - (xy 56.916001 98.705905) - (xy 56.926225 98.71613) - (xy 56.926229 98.716133) - (xy 56.926231 98.716135) - (xy 56.931805 98.720458) - (xy 56.936247 98.724252) - (xy 56.970678 98.756585) - (xy 56.970681 98.756587) - (xy 56.988563 98.766417) - (xy 57.00483 98.777102) - (xy 57.020959 98.789614) - (xy 57.064307 98.808371) - (xy 57.069533 98.810931) - (xy 57.11094 98.833695) - (xy 57.130716 98.838772) - (xy 57.149124 98.845075) - (xy 57.16785 98.853179) - (xy 57.167852 98.85318) - (xy 57.167853 98.85318) - (xy 57.167855 98.853181) - (xy 57.208784 98.859663) - (xy 57.214503 98.860569) - (xy 57.220212 98.861751) - (xy 57.26597 98.8735) - (xy 57.286384 98.8735) - (xy 57.305783 98.875027) - (xy 57.325943 98.87822) - (xy 57.372965 98.873775) - (xy 57.378804 98.8735) - (xy 59.43624 98.8735) - (xy 59.503279 98.893185) - (xy 59.549034 98.945989) - (xy 59.558978 99.015147) - (xy 59.552422 99.040833) - (xy 59.501403 99.17762) - (xy 59.501401 99.177627) - (xy 59.495 99.237155) - (xy 59.495 99.95) - (xy 60.40348 99.95) - (xy 60.375245 100.010002) - (xy 60.346365 100.161393) - (xy 60.356043 100.315211) - (xy 60.399838 100.45) - (xy 59.495 100.45) - (xy 59.495 101.162844) - (xy 59.501401 101.222372) - (xy 59.501403 101.222379) - (xy 59.551645 101.357086) - (xy 59.551649 101.357093) - (xy 59.637809 101.472187) - (xy 59.637812 101.47219) - (xy 59.752906 101.55835) - (xy 59.752913 101.558354) - (xy 59.88762 101.608596) - (xy 59.887627 101.608598) - (xy 59.947155 101.614999) - (xy 59.947172 101.615) - (xy 60.292806 101.615) - (xy 60.359845 101.634685) - (xy 60.4056 101.687489) - (xy 60.415544 101.756647) - (xy 60.386519 101.820203) - (xy 60.340258 101.853561) - (xy 60.243443 101.893662) - (xy 60.032259 102.023075) - (xy 59.843927 102.183927) - (xy 59.683075 102.372259) - (xy 59.553663 102.583441) - (xy 59.458886 102.812255) - (xy 59.401065 103.053093) - (xy 59.381634 103.3) - (xy 59.401065 103.546906) - (xy 59.401065 103.546909) - (xy 59.401066 103.546911) - (xy 59.458885 103.787742) - (xy 59.458886 103.787744) - (xy 59.553663 104.016558) - (xy 59.553665 104.016562) - (xy 59.553666 104.016563) - (xy 59.683075 104.22774) - (xy 59.843927 104.416073) - (xy 60.03226 104.576925) - (xy 60.243437 104.706334) - (xy 60.243439 104.706334) - (xy 60.243441 104.706336) - (xy 60.314786 104.735888) - (xy 60.472258 104.801115) - (xy 60.713089 104.858934) - (xy 60.96 104.878366) - (xy 61.206911 104.858934) - (xy 61.447742 104.801115) - (xy 61.676563 104.706334) - (xy 61.88774 104.576925) - (xy 62.076073 104.416073) - (xy 62.236925 104.22774) - (xy 62.366334 104.016563) - (xy 62.461115 103.787742) - (xy 62.518934 103.546911) - (xy 62.538366 103.3) - (xy 62.518934 103.053089) - (xy 62.461115 102.812258) - (xy 62.366334 102.583437) - (xy 62.236925 102.37226) - (xy 62.076073 102.183927) - (xy 61.88774 102.023075) - (xy 61.676563 101.893666) - (xy 61.676561 101.893665) - (xy 61.676556 101.893662) - (xy 61.579742 101.853561) - (xy 61.525338 101.80972) - (xy 61.503273 101.743426) - (xy 61.520552 101.675727) - (xy 61.571689 101.628116) - (xy 61.627194 101.615) - (xy 61.972828 101.615) - (xy 61.972844 101.614999) - (xy 62.032372 101.608598) - (xy 62.032379 101.608596) - (xy 62.167086 101.558354) - (xy 62.167093 101.55835) - (xy 62.282187 101.47219) - (xy 62.28219 101.472187) - (xy 62.36835 101.357093) - (xy 62.368354 101.357086) - (xy 62.418596 101.222379) - (xy 62.418598 101.222372) - (xy 62.424999 101.162844) - (xy 62.425 101.162827) - (xy 62.425 100.45) - (xy 61.51652 100.45) - (xy 61.544755 100.389998) - (xy 61.573635 100.238607) - (xy 61.563957 100.084789) - (xy 61.520162 99.95) - (xy 62.425 99.95) - (xy 62.425 99.237172) - (xy 62.424999 99.237155) - (xy 62.418598 99.177627) - (xy 62.418596 99.17762) - (xy 62.367578 99.040833) - (xy 62.362594 98.971142) - (xy 62.396079 98.909819) - (xy 62.457402 98.876334) - (xy 62.48376 98.8735) - (xy 64.986234 98.8735) - (xy 65.053273 98.893185) - (xy 65.073915 98.909819) - (xy 78.723915 112.559819) - (xy 78.7574 112.621142) - (xy 78.752416 112.690834) - (xy 78.710544 112.746767) - (xy 78.64508 112.771184) - (xy 78.636234 112.7715) - (xy 77.791345 112.7715) - (xy 77.730797 112.778011) - (xy 77.730795 112.778011) - (xy 77.593795 112.829111) - (xy 77.476738 112.916739) - (xy 77.421564 112.990443) - (xy 77.36563 113.032313) - (xy 77.295939 113.037297) - (xy 77.234617 113.003812) - (xy 76.871988 112.641183) - (xy 76.862087 112.628823) - (xy 76.861877 112.628998) - (xy 76.856902 112.622986) - (xy 76.8569 112.622982) - (xy 76.806521 112.575673) - (xy 76.805153 112.574348) - (xy 76.78467 112.553865) - (xy 76.784669 112.553864) - (xy 76.784667 112.553862) - (xy 76.78215 112.55191) - (xy 76.779083 112.549531) - (xy 76.77465 112.545744) - (xy 76.740221 112.513414) - (xy 76.740219 112.513412) - (xy 76.722331 112.503578) - (xy 76.70607 112.492897) - (xy 76.689939 112.480384) - (xy 76.646593 112.461627) - (xy 76.641345 112.459056) - (xy 76.613922 112.443981) - (xy 76.59996 112.436305) - (xy 76.59656 112.435432) - (xy 76.580187 112.431228) - (xy 76.561781 112.424926) - (xy 76.543044 112.416818) - (xy 76.543046 112.416818) - (xy 76.496396 112.40943) - (xy 76.490681 112.408246) - (xy 76.470512 112.403068) - (xy 76.444932 112.3965) - (xy 76.44493 112.3965) - (xy 76.424516 112.3965) - (xy 76.405117 112.394973) - (xy 76.384958 112.39178) - (xy 76.384957 112.39178) - (xy 76.337934 112.396225) - (xy 76.332096 112.3965) - (xy 73.877795 112.3965) - (xy 73.810756 112.376815) - (xy 73.765001 112.324011) - (xy 73.760089 112.311503) - (xy 73.742117 112.257266) - (xy 73.742115 112.257262) - (xy 73.64903 112.106348) - (xy 73.523652 111.98097) - (xy 73.392402 111.900013) - (xy 73.345678 111.848067) - (xy 73.3335 111.794476) - (xy 73.3335 110.121626) - (xy 73.335238 110.105881) - (xy 73.334967 110.105856) - (xy 73.335701 110.098093) - (xy 73.333531 110.029026) - (xy 73.3335 110.027078) - (xy 73.3335 109.99815) - (xy 73.3335 109.998144) - (xy 73.332615 109.99114) - (xy 73.332156 109.985311) - (xy 73.330673 109.938109) - (xy 73.324979 109.918514) - (xy 73.321032 109.899457) - (xy 73.318474 109.879203) - (xy 73.301088 109.835291) - (xy 73.299196 109.829764) - (xy 73.293775 109.811107) - (xy 73.286018 109.784406) - (xy 73.275625 109.766833) - (xy 73.267063 109.749355) - (xy 73.259552 109.730383) - (xy 73.25955 109.73038) - (xy 73.259549 109.730378) - (xy 73.231794 109.692177) - (xy 73.228586 109.687293) - (xy 73.217122 109.667909) - (xy 73.204542 109.646637) - (xy 73.190108 109.632202) - (xy 73.177469 109.617406) - (xy 73.165471 109.600892) - (xy 73.129084 109.57079) - (xy 73.124762 109.566857) - (xy 70.611088 107.053183) - (xy 70.601187 107.040823) - (xy 70.600977 107.040998) - (xy 70.596001 107.034984) - (xy 70.596 107.034982) - (xy 70.545614 106.987667) - (xy 70.544239 106.986334) - (xy 70.523768 106.965863) - (xy 70.521792 106.964331) - (xy 70.518183 106.961531) - (xy 70.51375 106.957744) - (xy 70.479321 106.925414) - (xy 70.479319 106.925412) - (xy 70.461431 106.915578) - (xy 70.44517 106.904897) - (xy 70.429039 106.892384) - (xy 70.385693 106.873627) - (xy 70.380445 106.871056) - (xy 70.353022 106.855981) - (xy 70.33906 106.848305) - (xy 70.33566 106.847432) - (xy 70.319287 106.843228) - (xy 70.300881 106.836926) - (xy 70.282144 106.828818) - (xy 70.282146 106.828818) - (xy 70.235496 106.82143) - (xy 70.229781 106.820246) - (xy 70.209612 106.815068) - (xy 70.184032 106.8085) - (xy 70.18403 106.8085) - (xy 70.163616 106.8085) - (xy 70.144217 106.806973) - (xy 70.124058 106.80378) - (xy 70.124057 106.80378) - (xy 70.077034 106.808225) - (xy 70.071196 106.8085) - (xy 65.201634 106.8085) - (xy 65.185886 106.806761) - (xy 65.185861 106.807032) - (xy 65.178093 106.806297) - (xy 65.109009 106.808469) - (xy 65.107061 106.8085) - (xy 65.078137 106.8085) - (xy 65.071143 106.809384) - (xy 65.06532 106.809842) - (xy 65.018112 106.811326) - (xy 65.018109 106.811327) - (xy 64.998506 106.817022) - (xy 64.979458 106.820966) - (xy 64.959203 106.823526) - (xy 64.945834 106.828819) - (xy 64.915285 106.840913) - (xy 64.909759 106.842805) - (xy 64.864407 106.855981) - (xy 64.846833 106.866374) - (xy 64.829372 106.874928) - (xy 64.810386 106.882446) - (xy 64.810384 106.882447) - (xy 64.772172 106.910208) - (xy 64.76729 106.913415) - (xy 64.726637 106.937457) - (xy 64.712201 106.951894) - (xy 64.697415 106.964523) - (xy 64.680893 106.976528) - (xy 64.680891 106.976529) - (xy 64.680891 106.97653) - (xy 64.680888 106.976532) - (xy 64.65078 107.012925) - (xy 64.646849 107.017246) - (xy 61.58939 110.074703) - (xy 61.528067 110.108188) - (xy 61.458375 110.103204) - (xy 61.454256 110.101583) - (xy 61.447748 110.098887) - (xy 61.447745 110.098886) - (xy 61.447743 110.098885) - (xy 61.447742 110.098885) - (xy 61.206911 110.041066) - (xy 61.206909 110.041065) - (xy 61.206906 110.041065) - (xy 60.96 110.021634) - (xy 60.713093 110.041065) - (xy 60.713088 110.041066) - (xy 60.713089 110.041066) - (xy 60.472258 110.098885) - (xy 60.472256 110.098885) - (xy 60.472255 110.098886) - (xy 60.243441 110.193663) - (xy 60.032259 110.323075) - (xy 59.843927 110.483927) - (xy 59.683075 110.672259) - (xy 59.553663 110.883441) - (xy 59.461582 111.105747) - (xy 59.458886 111.112257) - (xy 59.401065 111.353093) - (xy 59.381634 111.6) - (xy 59.401065 111.846906) - (xy 59.401065 111.846909) - (xy 59.401066 111.846911) - (xy 59.458885 112.087742) - (xy 59.458886 112.087744) - (xy 59.553663 112.316558) - (xy 59.553665 112.316562) - (xy 59.553666 112.316563) - (xy 59.683075 112.52774) - (xy 59.843927 112.716073) - (xy 60.03226 112.876925) - (xy 60.243437 113.006334) - (xy 60.243439 113.006334) - (xy 60.243441 113.006336) - (xy 60.294891 113.027647) - (xy 60.472258 113.101115) - (xy 60.713089 113.158934) - (xy 60.96 113.178366) - (xy 61.206911 113.158934) - (xy 61.447742 113.101115) - (xy 61.676563 113.006334) - (xy 61.88774 112.876925) - (xy 62.076073 112.716073) - (xy 62.236925 112.52774) - (xy 62.366334 112.316563) - (xy 62.461115 112.087742) - (xy 62.518934 111.846911) - (xy 62.538366 111.6) - (xy 62.518934 111.353089) - (xy 62.461115 111.112258) - (xy 62.458416 111.105743) - (xy 62.450945 111.036278) - (xy 62.482217 110.973797) - (xy 62.485266 110.970637) - (xy 63.350903 110.105) - (xy 64.710001 110.105) - (xy 64.710001 110.278322) - (xy 64.720144 110.377607) - (xy 64.773452 110.538481) - (xy 64.773457 110.538492) - (xy 64.862424 110.682728) - (xy 64.862427 110.682732) - (xy 64.982267 110.802572) - (xy 64.982271 110.802575) - (xy 65.126507 110.891542) - (xy 65.126518 110.891547) - (xy 65.287393 110.944855) - (xy 65.386683 110.954999) - (xy 65.41 110.954998) - (xy 65.41 110.105) - (xy 65.91 110.105) - (xy 65.91 110.954999) - (xy 65.933308 110.954999) - (xy 65.933322 110.954998) - (xy 66.032607 110.944855) - (xy 66.193481 110.891547) - (xy 66.193492 110.891542) - (xy 66.337728 110.802575) - (xy 66.337732 110.802572) - (xy 66.457572 110.682732) - (xy 66.457575 110.682728) - (xy 66.546542 110.538492) - (xy 66.546547 110.538481) - (xy 66.599855 110.377606) - (xy 66.609999 110.278322) - (xy 66.61 110.278309) - (xy 66.61 110.105) - (xy 65.91 110.105) - (xy 65.41 110.105) - (xy 64.710001 110.105) - (xy 63.350903 110.105) - (xy 63.850903 109.605) - (xy 64.709999 109.605) - (xy 65.41 109.605) - (xy 65.41 108.755) - (xy 65.91 108.755) - (xy 65.91 109.605) - (xy 66.609999 109.605) - (xy 66.609999 109.431692) - (xy 66.609998 109.431677) - (xy 66.599855 109.332392) - (xy 66.546547 109.171518) - (xy 66.546542 109.171507) - (xy 66.457575 109.027271) - (xy 66.457572 109.027267) - (xy 66.337732 108.907427) - (xy 66.337728 108.907424) - (xy 66.193492 108.818457) - (xy 66.193481 108.818452) - (xy 66.032606 108.765144) - (xy 65.933322 108.755) - (xy 65.91 108.755) - (xy 65.41 108.755) - (xy 65.41 108.754999) - (xy 65.386693 108.755) - (xy 65.386674 108.755001) - (xy 65.287392 108.765144) - (xy 65.126518 108.818452) - (xy 65.126507 108.818457) - (xy 64.982271 108.907424) - (xy 64.982267 108.907427) - (xy 64.862427 109.027267) - (xy 64.862424 109.027271) - (xy 64.773457 109.171507) - (xy 64.773452 109.171518) - (xy 64.720144 109.332393) - (xy 64.71 109.431677) - (xy 64.71 109.43169) - (xy 64.709999 109.605) - (xy 63.850903 109.605) - (xy 65.344085 108.111819) - (xy 65.405409 108.078334) - (xy 65.431767 108.0755) - (xy 69.790234 108.0755) - (xy 69.857273 108.095185) - (xy 69.877915 108.111819) - (xy 72.030181 110.264085) - (xy 72.063666 110.325408) - (xy 72.0665 110.351766) - (xy 72.0665 111.794476) - (xy 72.046815 111.861515) - (xy 72.007598 111.900013) - (xy 71.935588 111.94443) - (xy 71.876349 111.980969) - (xy 71.787681 112.069637) - (xy 71.726357 112.103121) - (xy 71.656666 112.098137) - (xy 71.612319 112.069637) - (xy 71.581448 112.038766) - (xy 71.523652 111.98097) - (xy 71.372738 111.887885) - (xy 71.3335 111.874883) - (xy 71.204427 111.832113) - (xy 71.100546 111.8215) - (xy 70.299462 111.8215) - (xy 70.299446 111.821501) - (xy 70.195572 111.832113) - (xy 70.027264 111.887884) - (xy 70.027259 111.887886) - (xy 69.876346 111.980971) - (xy 69.805181 112.052137) - (xy 69.743858 112.085622) - (xy 69.674166 112.080638) - (xy 69.618233 112.038766) - (xy 69.593816 111.973302) - (xy 69.5935 111.964456) - (xy 69.5935 110.908489) - (xy 69.613185 110.84145) - (xy 69.640589 110.811223) - (xy 69.643034 110.809288) - (xy 69.64304 110.809285) - (xy 69.764285 110.68804) - (xy 69.854302 110.542101) - (xy 69.908236 110.379336) - (xy 69.9185 110.278872) - (xy 69.9185 109.431128) - (xy 69.908236 109.330664) - (xy 69.854302 109.167899) - (xy 69.854298 109.167893) - (xy 69.854297 109.16789) - (xy 69.764287 109.021963) - (xy 69.764284 109.021959) - (xy 69.64304 108.900715) - (xy 69.643036 108.900712) - (xy 69.497109 108.810702) - (xy 69.497103 108.810699) - (xy 69.497101 108.810698) - (xy 69.334336 108.756764) - (xy 69.233879 108.7465) - (xy 69.233872 108.7465) - (xy 68.686128 108.7465) - (xy 68.68612 108.7465) - (xy 68.585663 108.756764) - (xy 68.422901 108.810697) - (xy 68.42289 108.810702) - (xy 68.276963 108.900712) - (xy 68.276959 108.900715) - (xy 68.155715 109.021959) - (xy 68.155712 109.021963) - (xy 68.065702 109.16789) - (xy 68.065697 109.167901) - (xy 68.011764 109.330663) - (xy 68.0015 109.43112) - (xy 68.0015 110.278879) - (xy 68.011764 110.379336) - (xy 68.065697 110.542098) - (xy 68.065702 110.542109) - (xy 68.155712 110.688036) - (xy 68.155715 110.68804) - (xy 68.276959 110.809284) - (xy 68.279411 110.811223) - (xy 68.280655 110.81298) - (xy 68.282067 110.814392) - (xy 68.281825 110.814633) - (xy 68.319788 110.868245) - (xy 68.3265 110.908489) - (xy 68.3265 112.2725) - (xy 68.306815 112.339539) - (xy 68.254011 112.385294) - (xy 68.2025 112.3965) - (xy 68.187644 112.3965) - (xy 68.187641 112.3965) - (xy 68.187629 112.396501) - (xy 68.180637 112.397384) - (xy 68.17482 112.397841) - (xy 68.127611 112.399325) - (xy 68.127609 112.399326) - (xy 68.107996 112.405023) - (xy 68.088959 112.408965) - (xy 68.068708 112.411524) - (xy 68.068702 112.411526) - (xy 68.024799 112.428907) - (xy 68.019275 112.430798) - (xy 67.973906 112.443981) - (xy 67.973901 112.443983) - (xy 67.956327 112.454376) - (xy 67.938862 112.462932) - (xy 67.919887 112.470445) - (xy 67.919885 112.470446) - (xy 67.881676 112.498206) - (xy 67.876794 112.501412) - (xy 67.836135 112.525458) - (xy 67.8217 112.539894) - (xy 67.806912 112.552525) - (xy 67.790394 112.564526) - (xy 67.790393 112.564528) - (xy 67.772179 112.586544) - (xy 67.714278 112.625649) - (xy 67.676638 112.6315) - (xy 67.163492 112.6315) - (xy 67.12617 112.634437) - (xy 67.126164 112.634438) - (xy 66.966403 112.680853) - (xy 66.966398 112.680855) - (xy 66.823196 112.765544) - (xy 66.823187 112.765551) - (xy 66.705551 112.883187) - (xy 66.705544 112.883196) - (xy 66.620855 113.026398) - (xy 66.620853 113.026403) - (xy 66.574438 113.186164) - (xy 66.574437 113.18617) - (xy 66.5715 113.223492) - (xy 66.5715 113.4575) - (xy 66.551815 113.524539) - (xy 66.499011 113.570294) - (xy 66.4475 113.5815) - (xy 65.288492 113.5815) - (xy 65.25117 113.584437) - (xy 65.251164 113.584438) - (xy 65.091403 113.630853) - (xy 65.091398 113.630855) - (xy 64.948196 113.715544) - (xy 64.948187 113.715551) - (xy 64.830551 113.833187) - (xy 64.830544 113.833196) - (xy 64.745855 113.976398) - (xy 64.745853 113.976403) - (xy 64.699438 114.136164) - (xy 64.699437 114.13617) - (xy 64.6965 114.173492) - (xy 64.6965 114.5825) - (xy 64.676815 114.649539) - (xy 64.624011 114.695294) - (xy 64.5725 114.7065) - (xy 63.403924 114.7065) - (xy 63.336885 114.686815) - (xy 63.312696 114.666485) - (xy 63.18722 114.530182) - (xy 63.003017 114.38681) - (xy 63.003015 114.386809) - (xy 63.003014 114.386808) - (xy 63.003011 114.386806) - (xy 62.797733 114.275716) - (xy 62.79773 114.275715) - (xy 62.797727 114.275713) - (xy 62.797721 114.275711) - (xy 62.797719 114.27571) - (xy 62.576954 114.19992) - (xy 62.39765 114.17) - (xy 62.346712 114.1615) - (xy 62.113288 114.1615) - (xy 62.097887 114.16407) - (xy 61.883045 114.19992) - (xy 61.66228 114.27571) - (xy 61.662266 114.275716) - (xy 61.456988 114.386806) - (xy 61.456985 114.386808) - (xy 61.272781 114.530181) - (xy 61.272776 114.530185) - (xy 61.266346 114.53717) - (xy 61.206457 114.573157) - (xy 61.136619 114.571052) - (xy 61.079005 114.531524) - (xy 61.05894 114.496513) - (xy 61.033355 114.427915) - (xy 61.03335 114.427906) - (xy 60.94719 114.312812) - (xy 60.947187 114.312809) - (xy 60.832093 114.226649) - (xy 60.832086 114.226645) - (xy 60.697379 114.176403) - (xy 60.697372 114.176401) - (xy 60.637844 114.17) - (xy 59.94 114.17) - (xy 59.94 115.19581) - (xy 59.887453 115.159984) - (xy 59.757827 115.12) - (xy 59.656276 115.12) - (xy 59.555862 115.135135) - (xy 59.44 115.190931) - (xy 59.44 114.17) - (xy 58.742155 114.17) - (xy 58.682627 114.176401) - (xy 58.68262 114.176403) - (xy 58.547913 114.226645) - (xy 58.547906 114.226649) - (xy 58.432812 114.312809) - (xy 58.432809 114.312812) - (xy 58.346649 114.427906) - (xy 58.346645 114.427913) - (xy 58.296403 114.56262) - (xy 58.296401 114.562627) - (xy 58.29 114.622155) - (xy 58.29 115.32) - (xy 59.314722 115.32) - (xy 59.266375 115.40374) - (xy 59.23619 115.535992) - (xy 59.246327 115.671265) - (xy 59.295887 115.797541) - (xy 59.313797 115.82) - (xy 58.29 115.82) - (xy 58.253681 115.856319) - (xy 58.250394 115.853032) - (xy 58.217511 115.881527) - (xy 58.148353 115.891471) - (xy 58.084797 115.862446) - (xy 58.078319 115.856414) - (xy 51.723819 109.501914) - (xy 51.690334 109.440591) - (xy 51.6875 109.414233) - (xy 51.6875 75.248338) - (xy 51.707185 75.181299) - (xy 51.759989 75.135544) - (xy 51.829147 75.1256) - (xy 51.892703 75.154625) - (xy 51.902729 75.164355) - (xy 51.908756 75.170902) - (xy 51.908761 75.170907) - (xy 51.967981 75.217) - (xy 52.086424 75.309189) - (xy 52.086425 75.309189) - (xy 52.086427 75.309191) - (xy 52.200209 75.370766) - (xy 52.284426 75.416342) - (xy 52.497365 75.489444) - (xy 52.719431 75.5265) - (xy 52.944569 75.5265) - (xy 53.166635 75.489444) - (xy 53.379574 75.416342) - (xy 53.577576 75.309189) - (xy 53.75524 75.170906) - (xy 53.88379 75.031265) - (xy 53.907715 75.005276) - (xy 53.907716 75.005274) - (xy 53.907722 75.005268) - (xy 54.03086 74.816791) - (xy 54.121296 74.610616) - (xy 54.176564 74.392368) - (xy 54.194562 74.175159) - (xy 54.219715 74.109979) - (xy 54.276117 74.068741) - (xy 54.34586 74.064543) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 111.267539 50.895185) - (xy 111.313294 50.947989) - (xy 111.3245 50.9995) - (xy 111.3245 115.145228) - (xy 111.304815 115.212267) - (xy 111.252011 115.258022) - (xy 111.182853 115.267966) - (xy 111.121672 115.240947) - (xy 111.121315 115.240653) - (xy 111.119231 115.238929) - (xy 111.1149 115.234996) - (xy 107.615188 111.735283) - (xy 107.605287 111.722923) - (xy 107.605077 111.723098) - (xy 107.600101 111.717084) - (xy 107.6001 111.717082) - (xy 107.549714 111.669767) - (xy 107.548339 111.668434) - (xy 107.527868 111.647963) - (xy 107.525892 111.646431) - (xy 107.522283 111.643631) - (xy 107.51785 111.639844) - (xy 107.483421 111.607514) - (xy 107.483419 111.607512) - (xy 107.465531 111.597678) - (xy 107.44927 111.586997) - (xy 107.433139 111.574484) - (xy 107.389793 111.555727) - (xy 107.384545 111.553156) - (xy 107.357351 111.538206) - (xy 107.34316 111.530405) - (xy 107.33976 111.529532) - (xy 107.323387 111.525328) - (xy 107.304981 111.519026) - (xy 107.286244 111.510918) - (xy 107.286246 111.510918) - (xy 107.239596 111.50353) - (xy 107.233881 111.502346) - (xy 107.213712 111.497168) - (xy 107.188132 111.4906) - (xy 107.18813 111.4906) - (xy 107.167716 111.4906) - (xy 107.148317 111.489073) - (xy 107.128158 111.48588) - (xy 107.128157 111.48588) - (xy 107.081134 111.490325) - (xy 107.075296 111.4906) - (xy 89.133066 111.4906) - (xy 89.066027 111.470915) - (xy 89.045385 111.454281) - (xy 86.5278 108.936696) - (xy 86.494315 108.875373) - (xy 86.499299 108.805681) - (xy 86.541171 108.749748) - (xy 86.584116 108.729048) - (xy 86.61613 108.720678) - (xy 86.64491 108.713155) - (xy 86.644911 108.713154) - (xy 86.644916 108.713153) - (xy 86.792429 108.650466) - (xy 86.896635 108.606185) - (xy 86.896638 108.606183) - (xy 86.896643 108.606181) - (xy 87.130112 108.463697) - (xy 87.340347 108.288738) - (xy 87.522867 108.085033) - (xy 87.673783 107.856923) - (xy 87.789877 107.609271) - (xy 87.868676 107.347355) - (xy 87.9085 107.076757) - (xy 87.9085 107.008306) - (xy 94.8915 107.008306) - (xy 94.906467 107.212782) - (xy 94.906469 107.212795) - (xy 94.965934 107.479746) - (xy 94.965937 107.479753) - (xy 95.063646 107.735221) - (xy 95.197506 107.973734) - (xy 95.197509 107.973739) - (xy 95.364669 108.190218) - (xy 95.364678 108.190228) - (xy 95.54131 108.360522) - (xy 95.561574 108.380059) - (xy 95.784019 108.539205) - (xy 95.858617 108.577558) - (xy 96.02725 108.66426) - (xy 96.027261 108.664264) - (xy 96.027266 108.664267) - (xy 96.027272 108.664269) - (xy 96.286116 108.752575) - (xy 96.286122 108.752576) - (xy 96.28613 108.752579) - (xy 96.555093 108.802259) - (xy 96.719091 108.808252) - (xy 96.828422 108.812248) - (xy 96.828422 108.812247) - (xy 96.828424 108.812248) - (xy 97.100296 108.782334) - (xy 97.364916 108.713153) - (xy 97.479971 108.66426) - (xy 97.616635 108.606185) - (xy 97.616638 108.606183) - (xy 97.616643 108.606181) - (xy 97.850112 108.463697) - (xy 98.060347 108.288738) - (xy 98.242867 108.085033) - (xy 98.393783 107.856923) - (xy 98.509877 107.609271) - (xy 98.588676 107.347355) - (xy 98.6285 107.076757) - (xy 98.6285 107.008306) - (xy 104.4915 107.008306) - (xy 104.506467 107.212782) - (xy 104.506469 107.212795) - (xy 104.565934 107.479746) - (xy 104.565937 107.479753) - (xy 104.663646 107.735221) - (xy 104.797506 107.973734) - (xy 104.797509 107.973739) - (xy 104.964669 108.190218) - (xy 104.964678 108.190228) - (xy 105.14131 108.360522) - (xy 105.161574 108.380059) - (xy 105.384019 108.539205) - (xy 105.458617 108.577558) - (xy 105.62725 108.66426) - (xy 105.627261 108.664264) - (xy 105.627266 108.664267) - (xy 105.627272 108.664269) - (xy 105.886116 108.752575) - (xy 105.886122 108.752576) - (xy 105.88613 108.752579) - (xy 106.155093 108.802259) - (xy 106.319091 108.808252) - (xy 106.428422 108.812248) - (xy 106.428422 108.812247) - (xy 106.428424 108.812248) - (xy 106.700296 108.782334) - (xy 106.964916 108.713153) - (xy 107.079971 108.66426) - (xy 107.216635 108.606185) - (xy 107.216638 108.606183) - (xy 107.216643 108.606181) - (xy 107.450112 108.463697) - (xy 107.660347 108.288738) - (xy 107.842867 108.085033) - (xy 107.993783 107.856923) - (xy 108.109877 107.609271) - (xy 108.188676 107.347355) - (xy 108.2285 107.076757) - (xy 108.2285 106.351712) - (xy 108.213533 106.147217) - (xy 108.205462 106.110988) - (xy 108.154065 105.880253) - (xy 108.154063 105.880249) - (xy 108.154063 105.880247) - (xy 108.056355 105.624781) - (xy 107.922493 105.386264) - (xy 107.755329 105.16978) - (xy 107.755321 105.169771) - (xy 107.558429 104.979944) - (xy 107.558427 104.979942) - (xy 107.441522 104.896303) - (xy 107.335981 104.820795) - (xy 107.3282 104.816794) - (xy 107.092749 104.695739) - (xy 107.092727 104.69573) - (xy 106.833883 104.607424) - (xy 106.83387 104.607421) - (xy 106.833865 104.60742) - (xy 106.564903 104.55774) - (xy 106.291577 104.547751) - (xy 106.019703 104.577666) - (xy 105.755084 104.646846) - (xy 105.503364 104.753814) - (xy 105.269892 104.8963) - (xy 105.269882 104.896307) - (xy 105.059654 105.07126) - (xy 105.059648 105.071266) - (xy 104.877133 105.274966) - (xy 104.726217 105.503077) - (xy 104.610121 105.750732) - (xy 104.610119 105.750739) - (xy 104.531326 106.012633) - (xy 104.531323 106.012647) - (xy 104.511521 106.147204) - (xy 104.4915 106.283243) - (xy 104.4915 106.283246) - (xy 104.4915 106.283247) - (xy 104.4915 107.008306) - (xy 98.6285 107.008306) - (xy 98.6285 106.351712) - (xy 98.613533 106.147217) - (xy 98.605462 106.110988) - (xy 98.554065 105.880253) - (xy 98.554063 105.880249) - (xy 98.554063 105.880247) - (xy 98.456355 105.624781) - (xy 98.322493 105.386264) - (xy 98.155329 105.16978) - (xy 98.155321 105.169771) - (xy 97.958429 104.979944) - (xy 97.958427 104.979942) - (xy 97.841522 104.896303) - (xy 97.735981 104.820795) - (xy 97.7282 104.816794) - (xy 97.492749 104.695739) - (xy 97.492727 104.69573) - (xy 97.233883 104.607424) - (xy 97.23387 104.607421) - (xy 97.233865 104.60742) - (xy 96.964903 104.55774) - (xy 96.691577 104.547751) - (xy 96.419703 104.577666) - (xy 96.155084 104.646846) - (xy 95.903364 104.753814) - (xy 95.669892 104.8963) - (xy 95.669882 104.896307) - (xy 95.459654 105.07126) - (xy 95.459648 105.071266) - (xy 95.277133 105.274966) - (xy 95.126217 105.503077) - (xy 95.010121 105.750732) - (xy 95.010119 105.750739) - (xy 94.931326 106.012633) - (xy 94.931323 106.012647) - (xy 94.911521 106.147204) - (xy 94.8915 106.283243) - (xy 94.8915 106.283246) - (xy 94.8915 106.283247) - (xy 94.8915 107.008306) - (xy 87.9085 107.008306) - (xy 87.9085 106.351712) - (xy 87.893533 106.147217) - (xy 87.885462 106.110988) - (xy 87.834065 105.880253) - (xy 87.834063 105.880249) - (xy 87.834063 105.880247) - (xy 87.736355 105.624781) - (xy 87.602493 105.386264) - (xy 87.435329 105.16978) - (xy 87.435321 105.169771) - (xy 87.238429 104.979944) - (xy 87.238427 104.979942) - (xy 87.121522 104.896303) - (xy 87.015981 104.820795) - (xy 87.0082 104.816794) - (xy 86.772749 104.695739) - (xy 86.772727 104.69573) - (xy 86.513883 104.607424) - (xy 86.51387 104.607421) - (xy 86.513865 104.60742) - (xy 86.244903 104.55774) - (xy 85.971577 104.547751) - (xy 85.699703 104.577666) - (xy 85.435084 104.646846) - (xy 85.183364 104.753814) - (xy 84.949892 104.8963) - (xy 84.949882 104.896307) - (xy 84.739654 105.07126) - (xy 84.739648 105.071266) - (xy 84.557133 105.274966) - (xy 84.406217 105.503077) - (xy 84.290121 105.750732) - (xy 84.290119 105.750739) - (xy 84.211326 106.012633) - (xy 84.211323 106.012647) - (xy 84.191521 106.147204) - (xy 84.1715 106.283243) - (xy 84.1715 106.283246) - (xy 84.1715 106.283247) - (xy 84.171169 106.287768) - (xy 84.169557 106.287649) - (xy 84.151815 106.348072) - (xy 84.099011 106.393827) - (xy 84.029853 106.403771) - (xy 83.966297 106.374746) - (xy 83.959819 106.368714) - (xy 74.001821 96.410716) - (xy 73.968336 96.349393) - (xy 73.97332 96.279701) - (xy 74.015192 96.223768) - (xy 74.076901 96.199677) - (xy 74.094426 96.197887) - (xy 74.262738 96.142115) - (xy 74.413652 96.04903) - (xy 74.53903 95.923652) - (xy 74.632115 95.772738) - (xy 74.687887 95.604426) - (xy 74.6985 95.500545) - (xy 74.698499 94.499456) - (xy 74.687887 94.395574) - (xy 74.632115 94.227262) - (xy 74.53903 94.076348) - (xy 74.413652 93.95097) - (xy 74.266167 93.86) - (xy 74.26274 93.857886) - (xy 74.262735 93.857884) - (xy 74.094427 93.802113) - (xy 73.990552 93.7915) - (xy 73.990545 93.7915) - (xy 73.328767 93.7915) - (xy 73.261728 93.771815) - (xy 73.241086 93.755181) - (xy 73.045049 93.559144) - (xy 72.755299 93.269395) - (xy 72.721815 93.208073) - (xy 72.726799 93.138382) - (xy 72.76867 93.082448) - (xy 72.79955 93.067046) - (xy 72.799234 93.066316) - (xy 72.806387 93.063219) - (xy 72.806393 93.063218) - (xy 72.823965 93.052825) - (xy 72.841432 93.044268) - (xy 72.860417 93.036752) - (xy 72.898626 93.00899) - (xy 72.903504 93.005785) - (xy 72.944162 92.981742) - (xy 72.958602 92.9673) - (xy 72.973392 92.95467) - (xy 72.989907 92.942672) - (xy 73.020022 92.906267) - (xy 73.023926 92.901976) - (xy 73.241085 92.684818) - (xy 73.302408 92.651333) - (xy 73.328766 92.648499) - (xy 73.990537 92.648499) - (xy 73.990544 92.648499) - (xy 74.094426 92.637887) - (xy 74.262738 92.582115) - (xy 74.413652 92.48903) - (xy 74.53903 92.363652) - (xy 74.632115 92.212738) - (xy 74.632117 92.212733) - (xy 74.650089 92.158497) - (xy 74.689861 92.101052) - (xy 74.754376 92.074228) - (xy 74.767795 92.0735) - (xy 84.371232 92.0735) - (xy 84.438271 92.093185) - (xy 84.484026 92.145989) - (xy 84.49397 92.215147) - (xy 84.464945 92.278703) - (xy 84.458913 92.285181) - (xy 84.276393 92.4677) - (xy 84.21507 92.501185) - (xy 84.148448 92.4973) - (xy 84.12695 92.489919) - (xy 83.896712 92.4515) - (xy 83.663288 92.4515) - (xy 83.62427 92.458011) - (xy 83.433045 92.48992) - (xy 83.21228 92.56571) - (xy 83.212266 92.565716) - (xy 83.006988 92.676806) - (xy 83.006985 92.676808) - (xy 82.822781 92.820181) - (xy 82.822776 92.820185) - (xy 82.664688 92.991913) - (xy 82.633809 93.039178) - (xy 82.580662 93.084534) - (xy 82.511431 93.093958) - (xy 82.448095 93.064456) - (xy 82.426191 93.039178) - (xy 82.395311 92.991913) - (xy 82.237223 92.820185) - (xy 82.237222 92.820184) - (xy 82.23722 92.820182) - (xy 82.053017 92.67681) - (xy 82.053015 92.676809) - (xy 82.053014 92.676808) - (xy 82.053011 92.676806) - (xy 81.847733 92.565716) - (xy 81.84773 92.565715) - (xy 81.847727 92.565713) - (xy 81.847721 92.565711) - (xy 81.847719 92.56571) - (xy 81.626954 92.48992) - (xy 81.43573 92.458011) - (xy 81.396712 92.4515) - (xy 81.163288 92.4515) - (xy 81.12427 92.458011) - (xy 80.933045 92.48992) - (xy 80.71228 92.56571) - (xy 80.712266 92.565716) - (xy 80.506988 92.676806) - (xy 80.506986 92.676807) - (xy 80.338123 92.808239) - (xy 80.273129 92.833881) - (xy 80.204589 92.820314) - (xy 80.154264 92.771846) - (xy 80.14578 92.753719) - (xy 80.130889 92.713796) - (xy 80.130888 92.713795) - (xy 80.043261 92.596739) - (xy 79.926204 92.509111) - (xy 79.904954 92.501185) - (xy 79.789203 92.458011) - (xy 79.728654 92.4515) - (xy 79.728638 92.4515) - (xy 77.831362 92.4515) - (xy 77.831345 92.4515) - (xy 77.770797 92.458011) - (xy 77.770795 92.458011) - (xy 77.633795 92.509111) - (xy 77.516739 92.596739) - (xy 77.429111 92.713795) - (xy 77.378011 92.850795) - (xy 77.378011 92.850797) - (xy 77.3715 92.911345) - (xy 77.3715 94.808654) - (xy 77.378011 94.869202) - (xy 77.378011 94.869204) - (xy 77.41422 94.96628) - (xy 77.429111 95.006204) - (xy 77.516739 95.123261) - (xy 77.633796 95.210889) - (xy 77.770799 95.261989) - (xy 77.79805 95.264918) - (xy 77.831345 95.268499) - (xy 77.831362 95.2685) - (xy 79.241233 95.2685) - (xy 79.308272 95.288185) - (xy 79.328914 95.304819) - (xy 79.498012 95.473917) - (xy 79.507919 95.486283) - (xy 79.508129 95.48611) - (xy 79.513096 95.492114) - (xy 79.513099 95.492117) - (xy 79.5131 95.492118) - (xy 79.563486 95.539433) - (xy 79.56483 95.540735) - (xy 79.574667 95.550572) - (xy 79.585325 95.561231) - (xy 79.590913 95.565566) - (xy 79.595345 95.569352) - (xy 79.610518 95.583599) - (xy 79.62978 95.601687) - (xy 79.647662 95.611517) - (xy 79.663929 95.622202) - (xy 79.68006 95.634715) - (xy 79.701938 95.644181) - (xy 79.723407 95.653471) - (xy 79.728633 95.656031) - (xy 79.77004 95.678795) - (xy 79.789816 95.683872) - (xy 79.808224 95.690175) - (xy 79.82695 95.698279) - (xy 79.826952 95.69828) - (xy 79.826953 95.69828) - (xy 79.826955 95.698281) - (xy 79.867884 95.704763) - (xy 79.873603 95.705669) - (xy 79.879312 95.706851) - (xy 79.92507 95.7186) - (xy 79.945484 95.7186) - (xy 79.964883 95.720127) - (xy 79.985043 95.72332) - (xy 80.032065 95.718875) - (xy 80.037904 95.7186) - (xy 96.566166 95.7186) - (xy 96.581913 95.720338) - (xy 96.581939 95.720068) - (xy 96.589706 95.720802) - (xy 96.589708 95.720801) - (xy 96.589709 95.720802) - (xy 96.599059 95.720508) - (xy 96.658791 95.718631) - (xy 96.660739 95.7186) - (xy 96.689657 95.7186) - (xy 96.691022 95.718427) - (xy 96.696662 95.717714) - (xy 96.702485 95.717256) - (xy 96.728508 95.716438) - (xy 96.74969 95.715773) - (xy 96.759481 95.712927) - (xy 96.769281 95.71008) - (xy 96.788338 95.706132) - (xy 96.808597 95.703574) - (xy 96.852521 95.686182) - (xy 96.858021 95.684299) - (xy 96.903393 95.671118) - (xy 96.920965 95.660725) - (xy 96.938432 95.652168) - (xy 96.957417 95.644652) - (xy 96.995626 95.61689) - (xy 97.000504 95.613685) - (xy 97.041162 95.589642) - (xy 97.055602 95.5752) - (xy 97.070392 95.56257) - (xy 97.086907 95.550572) - (xy 97.117022 95.514167) - (xy 97.120926 95.509876) - (xy 97.594618 95.036184) - (xy 97.655939 95.002701) - (xy 97.725631 95.007685) - (xy 97.781563 95.049555) - (xy 97.836739 95.123261) - (xy 97.953796 95.210889) - (xy 98.090799 95.261989) - (xy 98.11805 95.264918) - (xy 98.151345 95.268499) - (xy 98.151362 95.2685) - (xy 100.048638 95.2685) - (xy 100.048654 95.268499) - (xy 100.075692 95.265591) - (xy 100.109201 95.261989) - (xy 100.246204 95.210889) - (xy 100.363261 95.123261) - (xy 100.450889 95.006204) - (xy 100.465781 94.966277) - (xy 100.507651 94.910347) - (xy 100.573115 94.88593) - (xy 100.641388 94.900782) - (xy 100.658123 94.911761) - (xy 100.800348 95.022459) - (xy 100.826983 95.04319) - (xy 100.826985 95.043191) - (xy 100.826988 95.043193) - (xy 100.838746 95.049556) - (xy 101.032273 95.154287) - (xy 101.146914 95.193643) - (xy 101.253045 95.230079) - (xy 101.253047 95.230079) - (xy 101.253049 95.23008) - (xy 101.483288 95.2685) - (xy 101.483289 95.2685) - (xy 101.716711 95.2685) - (xy 101.716712 95.2685) - (xy 101.946951 95.23008) - (xy 102.167727 95.154287) - (xy 102.373017 95.04319) - (xy 102.55722 94.899818) - (xy 102.715314 94.728083) - (xy 102.746191 94.680821) - (xy 102.799337 94.635465) - (xy 102.868568 94.626041) - (xy 102.931904 94.655542) - (xy 102.953809 94.680822) - (xy 102.984686 94.728084) - (xy 103.119006 94.873993) - (xy 103.14278 94.899818) - (xy 103.326983 95.04319) - (xy 103.326985 95.043191) - (xy 103.326988 95.043193) - (xy 103.338746 95.049556) - (xy 103.532273 95.154287) - (xy 103.646914 95.193643) - (xy 103.753045 95.230079) - (xy 103.753047 95.230079) - (xy 103.753049 95.23008) - (xy 103.983288 95.2685) - (xy 103.983289 95.2685) - (xy 104.216711 95.2685) - (xy 104.216712 95.2685) - (xy 104.446951 95.23008) - (xy 104.667727 95.154287) - (xy 104.873017 95.04319) - (xy 105.05722 94.899818) - (xy 105.215314 94.728083) - (xy 105.342984 94.532669) - (xy 105.436749 94.318907) - (xy 105.494051 94.092626) - (xy 105.513327 93.86) - (xy 105.494051 93.627374) - (xy 105.436749 93.401093) - (xy 105.342984 93.187331) - (xy 105.255767 93.053835) - (xy 105.215313 92.991915) - (xy 105.057223 92.820185) - (xy 105.057222 92.820184) - (xy 105.05722 92.820182) - (xy 104.873017 92.67681) - (xy 104.873015 92.676809) - (xy 104.873014 92.676808) - (xy 104.873011 92.676806) - (xy 104.667733 92.565716) - (xy 104.66773 92.565715) - (xy 104.667727 92.565713) - (xy 104.667721 92.565711) - (xy 104.667719 92.56571) - (xy 104.446954 92.48992) - (xy 104.25573 92.458011) - (xy 104.216712 92.4515) - (xy 103.983288 92.4515) - (xy 103.868168 92.47071) - (xy 103.753048 92.48992) - (xy 103.731548 92.497301) - (xy 103.661749 92.50045) - (xy 103.603605 92.4677) - (xy 103.379088 92.243183) - (xy 103.369187 92.230823) - (xy 103.368977 92.230998) - (xy 103.364001 92.224984) - (xy 103.364 92.224982) - (xy 103.313614 92.177667) - (xy 103.312239 92.176334) - (xy 103.291768 92.155863) - (xy 103.289792 92.154331) - (xy 103.286183 92.151531) - (xy 103.28175 92.147744) - (xy 103.247321 92.115414) - (xy 103.247319 92.115412) - (xy 103.229431 92.105578) - (xy 103.21317 92.094897) - (xy 103.197039 92.082384) - (xy 103.153693 92.063627) - (xy 103.148445 92.061056) - (xy 103.111698 92.040855) - (xy 103.10706 92.038305) - (xy 103.10366 92.037432) - (xy 103.087287 92.033228) - (xy 103.068881 92.026926) - (xy 103.050144 92.018818) - (xy 103.050146 92.018818) - (xy 103.003496 92.01143) - (xy 102.997781 92.010246) - (xy 102.977612 92.005068) - (xy 102.952032 91.9985) - (xy 102.95203 91.9985) - (xy 102.931616 91.9985) - (xy 102.912217 91.996973) - (xy 102.892058 91.99378) - (xy 102.892057 91.99378) - (xy 102.845034 91.998225) - (xy 102.839196 91.9985) - (xy 86.081265 91.9985) - (xy 86.014226 91.978815) - (xy 85.968471 91.926011) - (xy 85.958527 91.856853) - (xy 85.987552 91.793297) - (xy 85.993584 91.786819) - (xy 90.243481 87.536922) - (xy 91.092097 86.688306) - (xy 94.9315 86.688306) - (xy 94.946467 86.892782) - (xy 94.946469 86.892795) - (xy 95.005934 87.159746) - (xy 95.005937 87.159753) - (xy 95.066241 87.317424) - (xy 95.103646 87.415221) - (xy 95.237506 87.653734) - (xy 95.237509 87.653739) - (xy 95.404669 87.870218) - (xy 95.404678 87.870228) - (xy 95.554838 88.015) - (xy 95.601574 88.060059) - (xy 95.824019 88.219205) - (xy 95.898617 88.257558) - (xy 96.06725 88.34426) - (xy 96.067261 88.344264) - (xy 96.067266 88.344267) - (xy 96.067272 88.344269) - (xy 96.326116 88.432575) - (xy 96.326122 88.432576) - (xy 96.32613 88.432579) - (xy 96.595093 88.482259) - (xy 96.759091 88.488252) - (xy 96.868422 88.492248) - (xy 96.868422 88.492247) - (xy 96.868424 88.492248) - (xy 97.140296 88.462334) - (xy 97.404916 88.393153) - (xy 97.519971 88.34426) - (xy 97.656635 88.286185) - (xy 97.656638 88.286183) - (xy 97.656643 88.286181) - (xy 97.890112 88.143697) - (xy 98.100347 87.968738) - (xy 98.282867 87.765033) - (xy 98.433783 87.536923) - (xy 98.549877 87.289271) - (xy 98.628676 87.027355) - (xy 98.6685 86.756757) - (xy 98.6685 86.688306) - (xy 104.5315 86.688306) - (xy 104.546467 86.892782) - (xy 104.546469 86.892795) - (xy 104.605934 87.159746) - (xy 104.605937 87.159753) - (xy 104.666241 87.317424) - (xy 104.703646 87.415221) - (xy 104.837506 87.653734) - (xy 104.837509 87.653739) - (xy 105.004669 87.870218) - (xy 105.004678 87.870228) - (xy 105.154838 88.015) - (xy 105.201574 88.060059) - (xy 105.424019 88.219205) - (xy 105.498617 88.257558) - (xy 105.66725 88.34426) - (xy 105.667261 88.344264) - (xy 105.667266 88.344267) - (xy 105.667272 88.344269) - (xy 105.926116 88.432575) - (xy 105.926122 88.432576) - (xy 105.92613 88.432579) - (xy 106.195093 88.482259) - (xy 106.359091 88.488252) - (xy 106.468422 88.492248) - (xy 106.468422 88.492247) - (xy 106.468424 88.492248) - (xy 106.740296 88.462334) - (xy 107.004916 88.393153) - (xy 107.119971 88.34426) - (xy 107.256635 88.286185) - (xy 107.256638 88.286183) - (xy 107.256643 88.286181) - (xy 107.490112 88.143697) - (xy 107.700347 87.968738) - (xy 107.882867 87.765033) - (xy 108.033783 87.536923) - (xy 108.149877 87.289271) - (xy 108.228676 87.027355) - (xy 108.2685 86.756757) - (xy 108.2685 86.031712) - (xy 108.253533 85.827217) - (xy 108.245462 85.790988) - (xy 108.194065 85.560253) - (xy 108.194063 85.560249) - (xy 108.194063 85.560247) - (xy 108.096355 85.304781) - (xy 107.962493 85.066264) - (xy 107.795329 84.84978) - (xy 107.795321 84.849771) - (xy 107.598429 84.659944) - (xy 107.598427 84.659942) - (xy 107.481522 84.576303) - (xy 107.375981 84.500795) - (xy 107.3682 84.496794) - (xy 107.132749 84.375739) - (xy 107.132727 84.37573) - (xy 106.873883 84.287424) - (xy 106.87387 84.287421) - (xy 106.873865 84.28742) - (xy 106.604903 84.23774) - (xy 106.331577 84.227751) - (xy 106.059703 84.257666) - (xy 105.795084 84.326846) - (xy 105.543364 84.433814) - (xy 105.309892 84.5763) - (xy 105.309882 84.576307) - (xy 105.099654 84.75126) - (xy 105.099648 84.751266) - (xy 104.917133 84.954966) - (xy 104.766217 85.183077) - (xy 104.650121 85.430732) - (xy 104.650119 85.430739) - (xy 104.571326 85.692633) - (xy 104.571323 85.692647) - (xy 104.551521 85.827204) - (xy 104.5315 85.963243) - (xy 104.5315 85.963247) - (xy 104.5315 86.688306) - (xy 98.6685 86.688306) - (xy 98.6685 86.031712) - (xy 98.653533 85.827217) - (xy 98.645462 85.790988) - (xy 98.594065 85.560253) - (xy 98.594063 85.560249) - (xy 98.594063 85.560247) - (xy 98.496355 85.304781) - (xy 98.362493 85.066264) - (xy 98.195329 84.84978) - (xy 98.195321 84.849771) - (xy 97.998429 84.659944) - (xy 97.998427 84.659942) - (xy 97.881522 84.576303) - (xy 97.775981 84.500795) - (xy 97.7682 84.496794) - (xy 97.532749 84.375739) - (xy 97.532727 84.37573) - (xy 97.273883 84.287424) - (xy 97.27387 84.287421) - (xy 97.273865 84.28742) - (xy 97.004903 84.23774) - (xy 96.731577 84.227751) - (xy 96.459703 84.257666) - (xy 96.195084 84.326846) - (xy 95.943364 84.433814) - (xy 95.709892 84.5763) - (xy 95.709882 84.576307) - (xy 95.499654 84.75126) - (xy 95.499648 84.751266) - (xy 95.317133 84.954966) - (xy 95.166217 85.183077) - (xy 95.050121 85.430732) - (xy 95.050119 85.430739) - (xy 94.971326 85.692633) - (xy 94.971323 85.692647) - (xy 94.951521 85.827204) - (xy 94.9315 85.963243) - (xy 94.9315 85.963247) - (xy 94.9315 86.688306) - (xy 91.092097 86.688306) - (xy 103.086407 74.693995) - (xy 103.147726 74.660513) - (xy 103.217418 74.665497) - (xy 103.250246 74.683825) - (xy 103.29165 74.71605) - (xy 103.495697 74.826476) - (xy 103.495706 74.826479) - (xy 103.715139 74.901811) - (xy 103.943993 74.94) - (xy 104.176007 74.94) - (xy 104.40486 74.901811) - (xy 104.624293 74.826479) - (xy 104.624302 74.826476) - (xy 104.82835 74.71605) - (xy 104.858798 74.692351) - (xy 104.192533 74.026086) - (xy 104.202315 74.02468) - (xy 104.3331 73.964952) - (xy 104.441761 73.870798) - (xy 104.519493 73.749844) - (xy 104.543076 73.669524) - (xy 105.211186 74.337634) - (xy 105.295484 74.208606) - (xy 105.388682 73.996135) - (xy 105.445638 73.771218) - (xy 105.464798 73.540005) - (xy 105.464798 73.539994) - (xy 105.445638 73.308781) - (xy 105.388682 73.083864) - (xy 105.295483 72.87139) - (xy 105.211186 72.742364) - (xy 104.543076 73.410475) - (xy 104.519493 73.330156) - (xy 104.441761 73.209202) - (xy 104.3331 73.115048) - (xy 104.202315 73.05532) - (xy 104.192533 73.053913) - (xy 104.858799 72.387647) - (xy 104.828349 72.363949) - (xy 104.624302 72.253523) - (xy 104.624293 72.25352) - (xy 104.40486 72.178188) - (xy 104.176007 72.14) - (xy 104.174665 72.14) - (xy 104.174135 72.139844) - (xy 104.170896 72.139576) - (xy 104.170951 72.138909) - (xy 104.107626 72.120315) - (xy 104.061871 72.067511) - (xy 104.051927 71.998353) - (xy 104.080952 71.934797) - (xy 104.08697 71.928333) - (xy 108.080784 67.934519) - (xy 108.142105 67.901036) - (xy 108.211797 67.90602) - (xy 108.26773 67.947892) - (xy 108.272061 67.954675) - (xy 108.272334 67.954497) - (xy 108.398276 68.147265) - (xy 108.398284 68.147276) - (xy 108.493524 68.250732) - (xy 108.55076 68.312906) - (xy 108.728424 68.451189) - (xy 108.728425 68.451189) - (xy 108.728427 68.451191) - (xy 108.855135 68.519761) - (xy 108.926426 68.558342) - (xy 109.139365 68.631444) - (xy 109.361431 68.6685) - (xy 109.586569 68.6685) - (xy 109.808635 68.631444) - (xy 110.021574 68.558342) - (xy 110.219576 68.451189) - (xy 110.39724 68.312906) - (xy 110.526056 68.172976) - (xy 110.549715 68.147276) - (xy 110.549716 68.147274) - (xy 110.549722 68.147268) - (xy 110.67286 67.958791) - (xy 110.763296 67.752616) - (xy 110.818564 67.534368) - (xy 110.827834 67.422498) - (xy 110.837156 67.310005) - (xy 110.837156 67.309994) - (xy 110.818565 67.08564) - (xy 110.818563 67.085628) - (xy 110.789096 66.969267) - (xy 110.763296 66.867384) - (xy 110.67286 66.661209) - (xy 110.615088 66.572783) - (xy 110.61129 66.56697) - (xy 110.549722 66.472732) - (xy 110.549719 66.472729) - (xy 110.549715 66.472723) - (xy 110.397243 66.307097) - (xy 110.397238 66.307092) - (xy 110.219577 66.168812) - (xy 110.219572 66.168808) - (xy 110.183068 66.149053) - (xy 110.133478 66.099833) - (xy 110.118371 66.031616) - (xy 110.142542 65.966061) - (xy 110.183069 65.930945) - (xy 110.219576 65.911189) - (xy 110.39724 65.772906) - (xy 110.549722 65.607268) - (xy 110.67286 65.418791) - (xy 110.763296 65.212616) - (xy 110.818564 64.994368) - (xy 110.818565 64.994359) - (xy 110.837156 64.770005) - (xy 110.837156 64.769994) - (xy 110.818565 64.54564) - (xy 110.818563 64.545628) - (xy 110.790029 64.432952) - (xy 110.763296 64.327384) - (xy 110.67286 64.121209) - (xy 110.645864 64.079889) - (xy 110.572385 63.96742) - (xy 110.549722 63.932732) - (xy 110.549719 63.932729) - (xy 110.549715 63.932723) - (xy 110.397243 63.767097) - (xy 110.397238 63.767092) - (xy 110.219577 63.628812) - (xy 110.219572 63.628808) - (xy 110.183068 63.609053) - (xy 110.133478 63.559833) - (xy 110.118371 63.491616) - (xy 110.142542 63.426061) - (xy 110.183069 63.390945) - (xy 110.219576 63.371189) - (xy 110.39724 63.232906) - (xy 110.549722 63.067268) - (xy 110.67286 62.878791) - (xy 110.763296 62.672616) - (xy 110.818564 62.454368) - (xy 110.821985 62.413089) - (xy 110.837156 62.230005) - (xy 110.837156 62.229994) - (xy 110.818565 62.00564) - (xy 110.818563 62.005628) - (xy 110.763296 61.787385) - (xy 110.739116 61.73226) - (xy 110.67286 61.581209) - (xy 110.648502 61.543927) - (xy 110.549723 61.392734) - (xy 110.549715 61.392723) - (xy 110.40451 61.234991) - (xy 110.373587 61.172337) - (xy 110.381447 61.102911) - (xy 110.425594 61.048755) - (xy 110.452405 61.034827) - (xy 110.532584 61.00492) - (xy 110.570204 60.990889) - (xy 110.687261 60.903261) - (xy 110.774889 60.786204) - (xy 110.825989 60.649201) - (xy 110.829591 60.615692) - (xy 110.832499 60.588654) - (xy 110.8325 60.588637) - (xy 110.8325 58.791362) - (xy 110.832499 58.791345) - (xy 110.829157 58.76027) - (xy 110.825989 58.730799) - (xy 110.774889 58.593796) - (xy 110.687261 58.476739) - (xy 110.570204 58.389111) - (xy 110.433203 58.338011) - (xy 110.372654 58.3315) - (xy 110.372638 58.3315) - (xy 108.575362 58.3315) - (xy 108.575345 58.3315) - (xy 108.514797 58.338011) - (xy 108.514795 58.338011) - (xy 108.377795 58.389111) - (xy 108.260739 58.476739) - (xy 108.173111 58.593795) - (xy 108.122011 58.730795) - (xy 108.122011 58.730797) - (xy 108.1155 58.791345) - (xy 108.1155 60.588654) - (xy 108.122011 60.649202) - (xy 108.122011 60.649204) - (xy 108.154339 60.735875) - (xy 108.173111 60.786204) - (xy 108.260739 60.903261) - (xy 108.377796 60.990889) - (xy 108.429737 61.010262) - (xy 108.495595 61.034827) - (xy 108.551528 61.076699) - (xy 108.575944 61.142163) - (xy 108.561092 61.210436) - (xy 108.54349 61.234991) - (xy 108.398279 61.39273) - (xy 108.398276 61.392734) - (xy 108.27514 61.581207) - (xy 108.184703 61.787385) - (xy 108.129436 62.005628) - (xy 108.129434 62.00564) - (xy 108.110844 62.229994) - (xy 108.110844 62.230005) - (xy 108.129435 62.454364) - (xy 108.157461 62.565036) - (xy 108.154836 62.634856) - (xy 108.124936 62.683157) - (xy 107.910079 62.898014) - (xy 107.89772 62.907918) - (xy 107.897893 62.908127) - (xy 107.891881 62.9131) - (xy 107.844573 62.963477) - (xy 107.84322 62.964873) - (xy 107.822773 62.985321) - (xy 107.822757 62.985339) - (xy 107.818431 62.990914) - (xy 107.814647 62.995344) - (xy 107.782319 63.029771) - (xy 107.782312 63.029781) - (xy 107.772479 63.047667) - (xy 107.761803 63.06392) - (xy 107.749286 63.080057) - (xy 107.749285 63.080059) - (xy 107.730525 63.12341) - (xy 107.727955 63.128656) - (xy 107.705203 63.170041) - (xy 107.705203 63.170042) - (xy 107.700125 63.18982) - (xy 107.693825 63.208222) - (xy 107.685718 63.226957) - (xy 107.678331 63.273595) - (xy 107.677146 63.279316) - (xy 107.6654 63.325065) - (xy 107.6654 63.345484) - (xy 107.663873 63.364883) - (xy 107.66068 63.385041) - (xy 107.66068 63.385042) - (xy 107.665125 63.432066) - (xy 107.6654 63.437904) - (xy 107.665399 64.175292) - (xy 107.645714 64.242332) - (xy 107.59291 64.288086) - (xy 107.523752 64.29803) - (xy 107.469249 64.27614) - (xy 107.335981 64.180795) - (xy 107.325278 64.175292) - (xy 107.092749 64.055739) - (xy 107.092727 64.05573) - (xy 106.833883 63.967424) - (xy 106.83387 63.967421) - (xy 106.833865 63.96742) - (xy 106.564903 63.91774) - (xy 106.291577 63.907751) - (xy 106.019703 63.937666) - (xy 105.755084 64.006846) - (xy 105.503364 64.113814) - (xy 105.269892 64.2563) - (xy 105.269882 64.256307) - (xy 105.059654 64.43126) - (xy 105.059648 64.431266) - (xy 104.877133 64.634966) - (xy 104.726217 64.863077) - (xy 104.610121 65.110732) - (xy 104.610119 65.110739) - (xy 104.531326 65.372633) - (xy 104.531323 65.372647) - (xy 104.51734 65.467661) - (xy 104.4915 65.643243) - (xy 104.4915 65.643246) - (xy 104.4915 65.643247) - (xy 104.4915 66.368306) - (xy 104.506467 66.572782) - (xy 104.506469 66.572795) - (xy 104.565934 66.839746) - (xy 104.565937 66.839753) - (xy 104.659981 67.08564) - (xy 104.663646 67.095221) - (xy 104.797506 67.333734) - (xy 104.797509 67.333739) - (xy 104.964669 67.550218) - (xy 104.964678 67.550228) - (xy 105.14131 67.720522) - (xy 105.161574 67.740059) - (xy 105.384019 67.899205) - (xy 105.452709 67.934521) - (xy 105.62725 68.02426) - (xy 105.627261 68.024264) - (xy 105.627266 68.024267) - (xy 105.627272 68.024269) - (xy 105.865327 68.105483) - (xy 105.92242 68.145759) - (xy 105.948675 68.210508) - (xy 105.935756 68.279173) - (xy 105.912971 68.310522) - (xy 102.421179 71.802314) - (xy 102.40882 71.812218) - (xy 102.408993 71.812427) - (xy 102.402981 71.8174) - (xy 102.355673 71.867777) - (xy 102.35432 71.869173) - (xy 102.333873 71.889621) - (xy 102.333857 71.889639) - (xy 102.329531 71.895214) - (xy 102.325747 71.899644) - (xy 102.293419 71.934071) - (xy 102.293412 71.934081) - (xy 102.283579 71.951967) - (xy 102.272903 71.96822) - (xy 102.260386 71.984357) - (xy 102.260385 71.984359) - (xy 102.241625 72.02771) - (xy 102.239055 72.032956) - (xy 102.216303 72.074341) - (xy 102.216303 72.074342) - (xy 102.211225 72.09412) - (xy 102.204925 72.112522) - (xy 102.196818 72.131256) - (xy 102.196608 72.131981) - (xy 102.196289 72.13248) - (xy 102.193722 72.138413) - (xy 102.192764 72.137998) - (xy 102.158997 72.190864) - (xy 102.095523 72.220065) - (xy 102.037271 72.214658) - (xy 101.906954 72.16992) - (xy 101.715652 72.137998) - (xy 101.676712 72.1315) - (xy 101.443288 72.1315) - (xy 101.328168 72.15071) - (xy 101.213048 72.16992) - (xy 101.191548 72.177301) - (xy 101.121749 72.18045) - (xy 101.063605 72.1477) - (xy 97.219896 68.303991) - (xy 97.186411 68.242668) - (xy 97.191395 68.172976) - (xy 97.233267 68.117043) - (xy 97.276212 68.096343) - (xy 97.344523 68.078484) - (xy 97.364909 68.073155) - (xy 97.36491 68.073154) - (xy 97.364916 68.073153) - (xy 97.512429 68.010466) - (xy 97.616635 67.966185) - (xy 97.616638 67.966183) - (xy 97.616643 67.966181) - (xy 97.850112 67.823697) - (xy 98.060347 67.648738) - (xy 98.242867 67.445033) - (xy 98.393783 67.216923) - (xy 98.509877 66.969271) - (xy 98.588676 66.707355) - (xy 98.6285 66.436757) - (xy 98.6285 65.711712) - (xy 98.628428 65.710734) - (xy 98.620856 65.607276) - (xy 98.613533 65.507217) - (xy 98.58595 65.383392) - (xy 98.554065 65.240253) - (xy 98.554063 65.240249) - (xy 98.554063 65.240247) - (xy 98.456355 64.984781) - (xy 98.322493 64.746264) - (xy 98.16757 64.545632) - (xy 98.15533 64.529781) - (xy 98.155321 64.529771) - (xy 97.958429 64.339944) - (xy 97.958427 64.339942) - (xy 97.940875 64.327384) - (xy 97.735981 64.180795) - (xy 97.725278 64.175292) - (xy 97.492749 64.055739) - (xy 97.492727 64.05573) - (xy 97.233883 63.967424) - (xy 97.23387 63.967421) - (xy 97.233865 63.96742) - (xy 96.964903 63.91774) - (xy 96.691577 63.907751) - (xy 96.419703 63.937666) - (xy 96.155084 64.006846) - (xy 95.903364 64.113814) - (xy 95.669892 64.2563) - (xy 95.669882 64.256307) - (xy 95.459654 64.43126) - (xy 95.459648 64.431266) - (xy 95.277133 64.634966) - (xy 95.126217 64.863077) - (xy 95.010121 65.110732) - (xy 95.010119 65.110739) - (xy 94.931326 65.372633) - (xy 94.931323 65.372647) - (xy 94.91734 65.467661) - (xy 94.8915 65.643243) - (xy 94.891499 65.643246) - (xy 94.8915 65.643247) - (xy 94.8915 65.812655) - (xy 94.871815 65.879694) - (xy 94.819011 65.925449) - (xy 94.749853 65.935393) - (xy 94.748103 65.935128) - (xy 94.699497 65.92743) - (xy 94.693781 65.926246) - (xy 94.673612 65.921068) - (xy 94.648032 65.9145) - (xy 94.64803 65.9145) - (xy 94.627616 65.9145) - (xy 94.608217 65.912973) - (xy 94.588058 65.90978) - (xy 94.588057 65.90978) - (xy 94.541034 65.914225) - (xy 94.535196 65.9145) - (xy 54.107956 65.9145) - (xy 54.040917 65.894815) - (xy 54.004148 65.858322) - (xy 53.935099 65.752635) - (xy 53.907722 65.710732) - (xy 53.907719 65.710729) - (xy 53.907715 65.710723) - (xy 53.755243 65.545097) - (xy 53.755238 65.545092) - (xy 53.577577 65.406812) - (xy 53.577577 65.406811) - (xy 53.534303 65.383393) - (xy 53.484713 65.334173) - (xy 53.469605 65.265957) - (xy 53.493775 65.200401) - (xy 53.522198 65.172763) - (xy 53.593373 65.122925) - (xy 52.964533 64.494086) - (xy 52.974315 64.49268) - (xy 53.1051 64.432952) - (xy 53.213761 64.338798) - (xy 53.291493 64.217844) - (xy 53.315076 64.137524) - (xy 53.946925 64.769373) - (xy 53.946926 64.769373) - (xy 54.005598 64.685582) - (xy 54.0056 64.685578) - (xy 54.105429 64.471492) - (xy 54.105433 64.471483) - (xy 54.166567 64.243326) - (xy 54.166569 64.243315) - (xy 54.187157 64.008001) - (xy 54.187157 64.007993) - (xy 54.166569 63.772684) - (xy 54.166567 63.772673) - (xy 54.105433 63.544516) - (xy 54.105429 63.544507) - (xy 54.0056 63.330423) - (xy 54.005599 63.330421) - (xy 53.946925 63.246626) - (xy 53.946925 63.246625) - (xy 53.315076 63.878475) - (xy 53.291493 63.798156) - (xy 53.213761 63.677202) - (xy 53.1051 63.583048) - (xy 52.974315 63.52332) - (xy 52.964533 63.521913) - (xy 53.593373 62.893073) - (xy 53.593373 62.893072) - (xy 53.522199 62.843236) - (xy 53.478574 62.788659) - (xy 53.47138 62.719161) - (xy 53.501288 62.66) - (xy 59.381634 62.66) - (xy 59.401065 62.906906) - (xy 59.401065 62.906909) - (xy 59.401066 62.906911) - (xy 59.458885 63.147742) - (xy 59.458886 63.147744) - (xy 59.553663 63.376558) - (xy 59.553665 63.376562) - (xy 59.553666 63.376563) - (xy 59.683075 63.58774) - (xy 59.843927 63.776073) - (xy 60.03226 63.936925) - (xy 60.243437 64.066334) - (xy 60.243439 64.066334) - (xy 60.243441 64.066336) - (xy 60.314786 64.095888) - (xy 60.472258 64.161115) - (xy 60.713089 64.218934) - (xy 60.96 64.238366) - (xy 61.206911 64.218934) - (xy 61.447742 64.161115) - (xy 61.676563 64.066334) - (xy 61.88774 63.936925) - (xy 62.076073 63.776073) - (xy 62.236925 63.58774) - (xy 62.366334 63.376563) - (xy 62.461115 63.147742) - (xy 62.518934 62.906911) - (xy 62.538366 62.66) - (xy 62.518934 62.413089) - (xy 62.461115 62.172258) - (xy 62.366334 61.943437) - (xy 62.236925 61.73226) - (xy 62.076073 61.543927) - (xy 61.88774 61.383075) - (xy 61.676563 61.253666) - (xy 61.676561 61.253665) - (xy 61.676556 61.253662) - (xy 61.579742 61.213561) - (xy 61.525338 61.16972) - (xy 61.503273 61.103426) - (xy 61.520552 61.035727) - (xy 61.571689 60.988116) - (xy 61.627194 60.975) - (xy 61.972828 60.975) - (xy 61.972844 60.974999) - (xy 62.032372 60.968598) - (xy 62.032379 60.968596) - (xy 62.167086 60.918354) - (xy 62.167093 60.91835) - (xy 62.282187 60.83219) - (xy 62.28219 60.832187) - (xy 62.36835 60.717093) - (xy 62.368354 60.717086) - (xy 62.418596 60.582379) - (xy 62.418598 60.582372) - (xy 62.424999 60.522844) - (xy 62.425 60.522827) - (xy 62.425 59.81) - (xy 61.51652 59.81) - (xy 61.544755 59.749998) - (xy 61.573635 59.598607) - (xy 61.563957 59.444789) - (xy 61.520162 59.31) - (xy 62.425 59.31) - (xy 62.425 58.597172) - (xy 62.424999 58.597155) - (xy 62.418598 58.537627) - (xy 62.418596 58.53762) - (xy 62.368354 58.402913) - (xy 62.36835 58.402906) - (xy 62.28219 58.287812) - (xy 62.282187 58.287809) - (xy 62.167093 58.201649) - (xy 62.167086 58.201645) - (xy 62.032379 58.151403) - (xy 62.032372 58.151401) - (xy 61.972844 58.145) - (xy 61.21 58.145) - (xy 61.21 59.001335) - (xy 61.186341 58.988329) - (xy 61.037061 58.95) - (xy 60.921625 58.95) - (xy 60.807094 58.964469) - (xy 60.709999 59.002911) - (xy 60.71 58.145) - (xy 59.947155 58.145) - (xy 59.887627 58.151401) - (xy 59.88762 58.151403) - (xy 59.752913 58.201645) - (xy 59.752906 58.201649) - (xy 59.637812 58.287809) - (xy 59.637809 58.287812) - (xy 59.551649 58.402906) - (xy 59.551645 58.402913) - (xy 59.501403 58.53762) - (xy 59.501401 58.537627) - (xy 59.495 58.597155) - (xy 59.495 59.31) - (xy 60.40348 59.31) - (xy 60.375245 59.370002) - (xy 60.346365 59.521393) - (xy 60.356043 59.675211) - (xy 60.399838 59.81) - (xy 59.495 59.81) - (xy 59.495 60.522844) - (xy 59.501401 60.582372) - (xy 59.501403 60.582379) - (xy 59.551645 60.717086) - (xy 59.551649 60.717093) - (xy 59.637809 60.832187) - (xy 59.637812 60.83219) - (xy 59.752906 60.91835) - (xy 59.752913 60.918354) - (xy 59.88762 60.968596) - (xy 59.887627 60.968598) - (xy 59.947155 60.974999) - (xy 59.947172 60.975) - (xy 60.292806 60.975) - (xy 60.359845 60.994685) - (xy 60.4056 61.047489) - (xy 60.415544 61.116647) - (xy 60.386519 61.180203) - (xy 60.340258 61.213561) - (xy 60.243443 61.253662) - (xy 60.032259 61.383075) - (xy 59.843927 61.543927) - (xy 59.683075 61.732259) - (xy 59.553663 61.943441) - (xy 59.458886 62.172255) - (xy 59.401065 62.413093) - (xy 59.381634 62.66) - (xy 53.501288 62.66) - (xy 53.502903 62.656806) - (xy 53.534305 62.632606) - (xy 53.577576 62.609189) - (xy 53.75524 62.470906) - (xy 53.907722 62.305268) - (xy 54.03086 62.116791) - (xy 54.121296 61.910616) - (xy 54.176564 61.692368) - (xy 54.185775 61.581209) - (xy 54.195156 61.468005) - (xy 54.195156 61.467994) - (xy 54.176565 61.24364) - (xy 54.176563 61.243628) - (xy 54.155103 61.158885) - (xy 54.121296 61.025384) - (xy 54.03086 60.819209) - (xy 53.907722 60.630732) - (xy 53.907719 60.630729) - (xy 53.907715 60.630723) - (xy 53.755243 60.465097) - (xy 53.755238 60.465092) - (xy 53.616513 60.357117) - (xy 53.577576 60.326811) - (xy 53.577575 60.32681) - (xy 53.577572 60.326808) - (xy 53.541068 60.307053) - (xy 53.491478 60.257833) - (xy 53.476371 60.189616) - (xy 53.500542 60.124061) - (xy 53.541069 60.088945) - (xy 53.577576 60.069189) - (xy 53.75524 59.930906) - (xy 53.907722 59.765268) - (xy 54.03086 59.576791) - (xy 54.121296 59.370616) - (xy 54.176564 59.152368) - (xy 54.179926 59.111795) - (xy 54.195156 58.928005) - (xy 54.195156 58.927994) - (xy 54.176565 58.70364) - (xy 54.176563 58.703628) - (xy 54.121296 58.485385) - (xy 54.034633 58.287812) - (xy 54.03086 58.279209) - (xy 53.907722 58.090732) - (xy 53.907719 58.090729) - (xy 53.907715 58.090723) - (xy 53.76251 57.932991) - (xy 53.731587 57.870337) - (xy 53.739447 57.800911) - (xy 53.783594 57.746755) - (xy 53.810405 57.732827) - (xy 53.890584 57.70292) - (xy 53.928204 57.688889) - (xy 54.045261 57.601261) - (xy 54.132889 57.484204) - (xy 54.183989 57.347201) - (xy 54.187591 57.313692) - (xy 54.190499 57.286654) - (xy 54.1905 57.286637) - (xy 54.1905 55.489362) - (xy 54.190499 55.489345) - (xy 54.187157 55.45827) - (xy 54.183989 55.428799) - (xy 54.132889 55.291796) - (xy 54.045261 55.174739) - (xy 53.928204 55.087111) - (xy 53.928203 55.08711) - (xy 53.791203 55.036011) - (xy 53.730654 55.0295) - (xy 53.730638 55.0295) - (xy 51.933362 55.0295) - (xy 51.933345 55.0295) - (xy 51.872797 55.036011) - (xy 51.872795 55.036011) - (xy 51.735795 55.087111) - (xy 51.618739 55.174739) - (xy 51.531111 55.291795) - (xy 51.480011 55.428795) - (xy 51.480011 55.428797) - (xy 51.4735 55.489345) - (xy 51.4735 57.286654) - (xy 51.480011 57.347202) - (xy 51.480011 57.347204) - (xy 51.53111 57.484204) - (xy 51.531111 57.484204) - (xy 51.618739 57.601261) - (xy 51.735796 57.688889) - (xy 51.787737 57.708262) - (xy 51.853595 57.732827) - (xy 51.909528 57.774699) - (xy 51.933944 57.840163) - (xy 51.919092 57.908436) - (xy 51.90149 57.932991) - (xy 51.756279 58.09073) - (xy 51.756276 58.090734) - (xy 51.63314 58.279207) - (xy 51.542703 58.485385) - (xy 51.487436 58.703628) - (xy 51.487434 58.70364) - (xy 51.468844 58.927994) - (xy 51.468844 58.928005) - (xy 51.487435 59.152364) - (xy 51.515461 59.263037) - (xy 51.512836 59.332857) - (xy 51.482936 59.381158) - (xy 51.087181 59.776913) - (xy 51.025858 59.810398) - (xy 50.956166 59.805414) - (xy 50.900233 59.763542) - (xy 50.875816 59.698078) - (xy 50.8755 59.689232) - (xy 50.8755 50.9995) - (xy 50.895185 50.932461) - (xy 50.947989 50.886706) - (xy 50.9995 50.8755) - (xy 111.2005 50.8755) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 103.324237 112.777285) - (xy 103.369992 112.830089) - (xy 103.379936 112.899247) - (xy 103.350911 112.962803) - (xy 103.316216 112.990654) - (xy 103.291648 113.003949) - (xy 103.2612 113.027646) - (xy 103.2612 113.027647) - (xy 103.927466 113.693913) - (xy 103.917685 113.69532) - (xy 103.7869 113.755048) - (xy 103.678239 113.849202) - (xy 103.600507 113.970156) - (xy 103.576923 114.050476) - (xy 102.908811 113.382364) - (xy 102.899714 113.383308) - (xy 102.865739 113.412304) - (xy 102.796507 113.421728) - (xy 102.733172 113.392226) - (xy 102.711267 113.366947) - (xy 102.675313 113.311915) - (xy 102.517223 113.140185) - (xy 102.517222 113.140184) - (xy 102.51722 113.140182) - (xy 102.333017 112.99681) - (xy 102.321642 112.990654) - (xy 102.272053 112.941435) - (xy 102.256945 112.873219) - (xy 102.281115 112.807663) - (xy 102.336891 112.765582) - (xy 102.380661 112.7576) - (xy 103.257198 112.7576) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 95.168173 71.773185) - (xy 95.188815 71.789819) - (xy 97.327812 73.928817) - (xy 97.337716 73.941178) - (xy 97.337926 73.941005) - (xy 97.342897 73.947013) - (xy 97.3429 73.947018) - (xy 97.393318 73.994363) - (xy 97.394627 73.995632) - (xy 97.404892 74.005897) - (xy 97.415125 74.016131) - (xy 97.420713 74.020466) - (xy 97.425145 74.024252) - (xy 97.457059 74.05422) - (xy 97.45958 74.056587) - (xy 97.477462 74.066417) - (xy 97.493727 74.077101) - (xy 97.509859 74.089614) - (xy 97.553216 74.108375) - (xy 97.558433 74.110931) - (xy 97.587239 74.126767) - (xy 97.636502 74.176314) - (xy 97.6515 74.235428) - (xy 97.6515 74.488654) - (xy 97.658011 74.549202) - (xy 97.658011 74.549204) - (xy 97.706797 74.68) - (xy 97.709111 74.686204) - (xy 97.796739 74.803261) - (xy 97.913796 74.890889) - (xy 98.050799 74.941989) - (xy 98.07805 74.944918) - (xy 98.111345 74.948499) - (xy 98.111362 74.9485) - (xy 100.008638 74.9485) - (xy 100.008654 74.948499) - (xy 100.035692 74.945591) - (xy 100.069201 74.941989) - (xy 100.206204 74.890889) - (xy 100.323261 74.803261) - (xy 100.410889 74.686204) - (xy 100.425781 74.646277) - (xy 100.467651 74.590347) - (xy 100.533115 74.56593) - (xy 100.601388 74.580782) - (xy 100.618123 74.591761) - (xy 100.786979 74.723187) - (xy 100.786983 74.72319) - (xy 100.951158 74.812037) - (xy 101.000748 74.861257) - (xy 101.015856 74.929473) - (xy 100.991686 74.995029) - (xy 100.979821 75.008773) - (xy 85.218414 90.770181) - (xy 85.157091 90.803666) - (xy 85.130733 90.8065) - (xy 74.767795 90.8065) - (xy 74.700756 90.786815) - (xy 74.655001 90.734011) - (xy 74.650089 90.721503) - (xy 74.632117 90.667266) - (xy 74.632115 90.667262) - (xy 74.53903 90.516348) - (xy 74.413652 90.39097) - (xy 74.262738 90.297885) - (xy 74.262735 90.297884) - (xy 74.094427 90.242113) - (xy 73.990546 90.2315) - (xy 73.189462 90.2315) - (xy 73.189446 90.231501) - (xy 73.085572 90.242113) - (xy 72.917264 90.297884) - (xy 72.917259 90.297886) - (xy 72.766349 90.390969) - (xy 72.677681 90.479637) - (xy 72.616357 90.513121) - (xy 72.546666 90.508137) - (xy 72.502319 90.479637) - (xy 72.471448 90.448766) - (xy 72.413652 90.39097) - (xy 72.262738 90.297885) - (xy 72.262735 90.297884) - (xy 72.094427 90.242113) - (xy 71.990546 90.2315) - (xy 71.189462 90.2315) - (xy 71.189446 90.231501) - (xy 71.085572 90.242113) - (xy 70.917264 90.297884) - (xy 70.917259 90.297886) - (xy 70.766346 90.390971) - (xy 70.695181 90.462137) - (xy 70.633858 90.495622) - (xy 70.564166 90.490638) - (xy 70.508233 90.448766) - (xy 70.483816 90.383302) - (xy 70.4835 90.374456) - (xy 70.4835 89.318489) - (xy 70.503185 89.25145) - (xy 70.530589 89.221223) - (xy 70.533034 89.219288) - (xy 70.53304 89.219285) - (xy 70.654285 89.09804) - (xy 70.744302 88.952101) - (xy 70.798236 88.789336) - (xy 70.8085 88.688872) - (xy 70.8085 87.841128) - (xy 70.798236 87.740664) - (xy 70.744302 87.577899) - (xy 70.744298 87.577893) - (xy 70.744297 87.57789) - (xy 70.654287 87.431963) - (xy 70.654284 87.431959) - (xy 70.53304 87.310715) - (xy 70.533036 87.310712) - (xy 70.387109 87.220702) - (xy 70.387103 87.220699) - (xy 70.387101 87.220698) - (xy 70.224336 87.166764) - (xy 70.123879 87.1565) - (xy 70.123872 87.1565) - (xy 69.576128 87.1565) - (xy 69.57612 87.1565) - (xy 69.475663 87.166764) - (xy 69.312901 87.220697) - (xy 69.31289 87.220702) - (xy 69.166963 87.310712) - (xy 69.166959 87.310715) - (xy 69.045715 87.431959) - (xy 69.045712 87.431963) - (xy 68.955702 87.57789) - (xy 68.955697 87.577901) - (xy 68.901764 87.740663) - (xy 68.8915 87.84112) - (xy 68.8915 88.688879) - (xy 68.901764 88.789336) - (xy 68.955697 88.952098) - (xy 68.955702 88.952109) - (xy 69.045712 89.098036) - (xy 69.045715 89.09804) - (xy 69.166959 89.219284) - (xy 69.169411 89.221223) - (xy 69.170655 89.22298) - (xy 69.172067 89.224392) - (xy 69.171825 89.224633) - (xy 69.209788 89.278245) - (xy 69.2165 89.318489) - (xy 69.2165 90.6825) - (xy 69.196815 90.749539) - (xy 69.144011 90.795294) - (xy 69.0925 90.8065) - (xy 69.077644 90.8065) - (xy 69.077641 90.8065) - (xy 69.077629 90.806501) - (xy 69.070637 90.807384) - (xy 69.06482 90.807841) - (xy 69.017611 90.809325) - (xy 69.017609 90.809326) - (xy 68.997996 90.815023) - (xy 68.978959 90.818965) - (xy 68.958708 90.821524) - (xy 68.958702 90.821526) - (xy 68.914799 90.838907) - (xy 68.909275 90.840798) - (xy 68.863906 90.853981) - (xy 68.863901 90.853983) - (xy 68.846327 90.864376) - (xy 68.828862 90.872932) - (xy 68.809887 90.880445) - (xy 68.809885 90.880446) - (xy 68.771676 90.908206) - (xy 68.766794 90.911412) - (xy 68.726135 90.935458) - (xy 68.7117 90.949894) - (xy 68.696912 90.962525) - (xy 68.680394 90.974526) - (xy 68.680393 90.974528) - (xy 68.662179 90.996544) - (xy 68.604278 91.035649) - (xy 68.566638 91.0415) - (xy 68.053492 91.0415) - (xy 68.01617 91.044437) - (xy 68.016164 91.044438) - (xy 67.856403 91.090853) - (xy 67.856398 91.090855) - (xy 67.713198 91.175543) - (xy 67.713192 91.175548) - (xy 67.702501 91.186239) - (xy 67.641176 91.219722) - (xy 67.571485 91.214735) - (xy 67.527141 91.186236) - (xy 67.232088 90.891183) - (xy 67.222187 90.878823) - (xy 67.221977 90.878998) - (xy 67.217001 90.872984) - (xy 67.217 90.872982) - (xy 67.166614 90.825667) - (xy 67.165239 90.824334) - (xy 67.144768 90.803863) - (xy 67.142792 90.802331) - (xy 67.139183 90.799531) - (xy 67.13475 90.795744) - (xy 67.131034 90.792255) - (xy 67.100321 90.763414) - (xy 67.100319 90.763412) - (xy 67.082431 90.753578) - (xy 67.06617 90.742897) - (xy 67.050039 90.730384) - (xy 67.006693 90.711627) - (xy 67.001445 90.709056) - (xy 66.974251 90.694106) - (xy 66.96006 90.686305) - (xy 66.945241 90.6825) - (xy 66.940287 90.681228) - (xy 66.921881 90.674926) - (xy 66.903144 90.666818) - (xy 66.903146 90.666818) - (xy 66.856496 90.65943) - (xy 66.850781 90.658246) - (xy 66.830612 90.653068) - (xy 66.805032 90.6465) - (xy 66.80503 90.6465) - (xy 66.784616 90.6465) - (xy 66.765217 90.644973) - (xy 66.745058 90.64178) - (xy 66.745057 90.64178) - (xy 66.698034 90.646225) - (xy 66.692196 90.6465) - (xy 62.483594 90.6465) - (xy 62.416555 90.626815) - (xy 62.3708 90.574011) - (xy 62.369032 90.569949) - (xy 62.366337 90.563444) - (xy 62.366336 90.563443) - (xy 62.366334 90.563437) - (xy 62.236925 90.35226) - (xy 62.076073 90.163927) - (xy 61.88774 90.003075) - (xy 61.676563 89.873666) - (xy 61.676562 89.873665) - (xy 61.676558 89.873663) - (xy 61.447744 89.778886) - (xy 61.447742 89.778885) - (xy 61.206911 89.721066) - (xy 61.206909 89.721065) - (xy 61.206906 89.721065) - (xy 60.96 89.701634) - (xy 60.713093 89.721065) - (xy 60.713088 89.721066) - (xy 60.713089 89.721066) - (xy 60.472258 89.778885) - (xy 60.472256 89.778885) - (xy 60.472255 89.778886) - (xy 60.243441 89.873663) - (xy 60.032259 90.003075) - (xy 59.843927 90.163927) - (xy 59.683075 90.352259) - (xy 59.553663 90.563441) - (xy 59.458886 90.792255) - (xy 59.458885 90.792258) - (xy 59.435135 90.891183) - (xy 59.401065 91.033093) - (xy 59.381634 91.28) - (xy 59.401065 91.526906) - (xy 59.401065 91.526909) - (xy 59.401066 91.526911) - (xy 59.458885 91.767742) - (xy 59.458886 91.767744) - (xy 59.553663 91.996558) - (xy 59.553665 91.996562) - (xy 59.553666 91.996563) - (xy 59.683075 92.20774) - (xy 59.843927 92.396073) - (xy 60.03226 92.556925) - (xy 60.243437 92.686334) - (xy 60.243439 92.686334) - (xy 60.243441 92.686336) - (xy 60.309736 92.713796) - (xy 60.472258 92.781115) - (xy 60.713089 92.838934) - (xy 60.96 92.858366) - (xy 61.206911 92.838934) - (xy 61.447742 92.781115) - (xy 61.676563 92.686334) - (xy 61.88774 92.556925) - (xy 62.076073 92.396073) - (xy 62.236925 92.20774) - (xy 62.366334 91.996563) - (xy 62.367487 91.99378) - (xy 62.369032 91.990051) - (xy 62.412871 91.935646) - (xy 62.479164 91.913579) - (xy 62.483594 91.9135) - (xy 65.750877 91.9135) - (xy 65.817916 91.933185) - (xy 65.863671 91.985989) - (xy 65.873615 92.055147) - (xy 65.84459 92.118703) - (xy 65.838558 92.125181) - (xy 65.720551 92.243187) - (xy 65.720544 92.243196) - (xy 65.635855 92.386398) - (xy 65.635853 92.386403) - (xy 65.589438 92.546164) - (xy 65.589437 92.54617) - (xy 65.5865 92.583492) - (xy 65.5865 93.016507) - (xy 65.589437 93.053829) - (xy 65.589438 93.053835) - (xy 65.635853 93.213596) - (xy 65.635855 93.213601) - (xy 65.720544 93.356803) - (xy 65.720551 93.356812) - (xy 65.838187 93.474448) - (xy 65.838196 93.474455) - (xy 65.854008 93.483806) - (xy 65.981399 93.559145) - (xy 66.02353 93.571385) - (xy 66.141164 93.605561) - (xy 66.141167 93.605561) - (xy 66.141169 93.605562) - (xy 66.178498 93.6085) - (xy 66.711289 93.6085) - (xy 66.77101 93.623829) - (xy 66.774253 93.625611) - (xy 66.790533 93.636305) - (xy 66.806653 93.64881) - (xy 66.806655 93.648811) - (xy 66.806659 93.648814) - (xy 66.850007 93.667571) - (xy 66.855233 93.670131) - (xy 66.89664 93.692895) - (xy 66.916416 93.697972) - (xy 66.934824 93.704275) - (xy 66.95355 93.712379) - (xy 66.953552 93.71238) - (xy 66.953553 93.71238) - (xy 66.953555 93.712381) - (xy 66.994484 93.718863) - (xy 67.000203 93.719769) - (xy 67.005912 93.720951) - (xy 67.05167 93.7327) - (xy 67.072084 93.7327) - (xy 67.091483 93.734227) - (xy 67.111643 93.73742) - (xy 67.158665 93.732975) - (xy 67.164504 93.7327) - (xy 67.3375 93.7327) - (xy 67.404539 93.752385) - (xy 67.450294 93.805189) - (xy 67.4615 93.8567) - (xy 67.4615 93.966507) - (xy 67.464437 94.003825) - (xy 67.464437 94.003828) - (xy 67.464438 94.003831) - (xy 67.464989 94.005727) - (xy 67.464985 94.006827) - (xy 67.465576 94.010058) - (xy 67.464976 94.010167) - (xy 67.464788 94.075596) - (xy 67.433593 94.128001) - (xy 66.981414 94.580181) - (xy 66.920091 94.613666) - (xy 66.893733 94.6165) - (xy 63.56568 94.6165) - (xy 63.498641 94.596815) - (xy 63.461871 94.560321) - (xy 63.345313 94.381915) - (xy 63.187223 94.210185) - (xy 63.187222 94.210184) - (xy 63.18722 94.210182) - (xy 63.003017 94.06681) - (xy 63.003015 94.066809) - (xy 63.003014 94.066808) - (xy 63.003011 94.066806) - (xy 62.797733 93.955716) - (xy 62.79773 93.955715) - (xy 62.797727 93.955713) - (xy 62.797721 93.955711) - (xy 62.797719 93.95571) - (xy 62.576954 93.87992) - (xy 62.39765 93.85) - (xy 62.346712 93.8415) - (xy 62.113288 93.8415) - (xy 62.06724 93.849184) - (xy 61.883045 93.87992) - (xy 61.66228 93.95571) - (xy 61.662266 93.955716) - (xy 61.456988 94.066806) - (xy 61.456985 94.066808) - (xy 61.272781 94.210181) - (xy 61.272776 94.210185) - (xy 61.266346 94.21717) - (xy 61.206457 94.253157) - (xy 61.136619 94.251052) - (xy 61.079005 94.211524) - (xy 61.05894 94.176513) - (xy 61.033355 94.107915) - (xy 61.03335 94.107906) - (xy 60.94719 93.992812) - (xy 60.947187 93.992809) - (xy 60.832093 93.906649) - (xy 60.832086 93.906645) - (xy 60.697379 93.856403) - (xy 60.697372 93.856401) - (xy 60.637844 93.85) - (xy 59.94 93.85) - (xy 59.94 94.87581) - (xy 59.887453 94.839984) - (xy 59.757827 94.8) - (xy 59.656276 94.8) - (xy 59.555862 94.815135) - (xy 59.44 94.870931) - (xy 59.44 93.85) - (xy 58.742155 93.85) - (xy 58.682627 93.856401) - (xy 58.68262 93.856403) - (xy 58.547913 93.906645) - (xy 58.547906 93.906649) - (xy 58.432812 93.992809) - (xy 58.432809 93.992812) - (xy 58.346649 94.107906) - (xy 58.346645 94.107913) - (xy 58.296403 94.24262) - (xy 58.296401 94.242627) - (xy 58.29 94.302155) - (xy 58.29 95) - (xy 59.314722 95) - (xy 59.266375 95.08374) - (xy 59.23619 95.215992) - (xy 59.246327 95.351265) - (xy 59.295887 95.477541) - (xy 59.313797 95.5) - (xy 58.29 95.5) - (xy 58.29 96.197844) - (xy 58.296401 96.257372) - (xy 58.296403 96.25738) - (xy 58.326883 96.339101) - (xy 58.331867 96.408793) - (xy 58.298382 96.470116) - (xy 58.237058 96.5036) - (xy 58.167367 96.498615) - (xy 58.12302 96.470115) - (xy 58.073819 96.420914) - (xy 58.040334 96.359591) - (xy 58.0375 96.333233) - (xy 58.0375 88.515) - (xy 65.600001 88.515) - (xy 65.600001 88.688322) - (xy 65.610144 88.787607) - (xy 65.663452 88.948481) - (xy 65.663457 88.948492) - (xy 65.752424 89.092728) - (xy 65.752427 89.092732) - (xy 65.872267 89.212572) - (xy 65.872271 89.212575) - (xy 66.016507 89.301542) - (xy 66.016518 89.301547) - (xy 66.177393 89.354855) - (xy 66.276683 89.364999) - (xy 66.3 89.364998) - (xy 66.3 88.515) - (xy 66.8 88.515) - (xy 66.8 89.364999) - (xy 66.823308 89.364999) - (xy 66.823322 89.364998) - (xy 66.922607 89.354855) - (xy 67.083481 89.301547) - (xy 67.083492 89.301542) - (xy 67.227728 89.212575) - (xy 67.227732 89.212572) - (xy 67.347572 89.092732) - (xy 67.347575 89.092728) - (xy 67.436542 88.948492) - (xy 67.436547 88.948481) - (xy 67.489855 88.787606) - (xy 67.499999 88.688322) - (xy 67.5 88.688309) - (xy 67.5 88.515) - (xy 66.8 88.515) - (xy 66.3 88.515) - (xy 65.600001 88.515) - (xy 58.0375 88.515) - (xy 58.0375 88.015) - (xy 65.6 88.015) - (xy 66.3 88.015) - (xy 66.3 87.165) - (xy 66.8 87.165) - (xy 66.8 88.015) - (xy 67.499999 88.015) - (xy 67.499999 87.841692) - (xy 67.499998 87.841677) - (xy 67.489855 87.742392) - (xy 67.436547 87.581518) - (xy 67.436542 87.581507) - (xy 67.347575 87.437271) - (xy 67.347572 87.437267) - (xy 67.227732 87.317427) - (xy 67.227728 87.317424) - (xy 67.083492 87.228457) - (xy 67.083481 87.228452) - (xy 66.922606 87.175144) - (xy 66.823322 87.165) - (xy 66.8 87.165) - (xy 66.3 87.165) - (xy 66.3 87.164999) - (xy 66.276693 87.165) - (xy 66.276674 87.165001) - (xy 66.177392 87.175144) - (xy 66.016518 87.228452) - (xy 66.016507 87.228457) - (xy 65.872271 87.317424) - (xy 65.872267 87.317427) - (xy 65.752427 87.437267) - (xy 65.752424 87.437271) - (xy 65.663457 87.581507) - (xy 65.663452 87.581518) - (xy 65.610144 87.742393) - (xy 65.6 87.841677) - (xy 65.6 88.015) - (xy 58.0375 88.015) - (xy 58.0375 87.28926) - (xy 58.0375 86.688306) - (xy 74.6115 86.688306) - (xy 74.626467 86.892782) - (xy 74.626469 86.892795) - (xy 74.685934 87.159746) - (xy 74.685937 87.159753) - (xy 74.746241 87.317424) - (xy 74.783646 87.415221) - (xy 74.917506 87.653734) - (xy 74.917509 87.653739) - (xy 75.084669 87.870218) - (xy 75.084678 87.870228) - (xy 75.234838 88.015) - (xy 75.281574 88.060059) - (xy 75.504019 88.219205) - (xy 75.578617 88.257558) - (xy 75.74725 88.34426) - (xy 75.747261 88.344264) - (xy 75.747266 88.344267) - (xy 75.747272 88.344269) - (xy 76.006116 88.432575) - (xy 76.006122 88.432576) - (xy 76.00613 88.432579) - (xy 76.275093 88.482259) - (xy 76.439091 88.488252) - (xy 76.548422 88.492248) - (xy 76.548422 88.492247) - (xy 76.548424 88.492248) - (xy 76.820296 88.462334) - (xy 77.084916 88.393153) - (xy 77.199971 88.34426) - (xy 77.336635 88.286185) - (xy 77.336638 88.286183) - (xy 77.336643 88.286181) - (xy 77.570112 88.143697) - (xy 77.780347 87.968738) - (xy 77.962867 87.765033) - (xy 78.113783 87.536923) - (xy 78.229877 87.289271) - (xy 78.308676 87.027355) - (xy 78.3485 86.756757) - (xy 78.3485 86.688306) - (xy 84.2115 86.688306) - (xy 84.226467 86.892782) - (xy 84.226469 86.892795) - (xy 84.285934 87.159746) - (xy 84.285937 87.159753) - (xy 84.346241 87.317424) - (xy 84.383646 87.415221) - (xy 84.517506 87.653734) - (xy 84.517509 87.653739) - (xy 84.684669 87.870218) - (xy 84.684678 87.870228) - (xy 84.834838 88.015) - (xy 84.881574 88.060059) - (xy 85.104019 88.219205) - (xy 85.178617 88.257558) - (xy 85.34725 88.34426) - (xy 85.347261 88.344264) - (xy 85.347266 88.344267) - (xy 85.347272 88.344269) - (xy 85.606116 88.432575) - (xy 85.606122 88.432576) - (xy 85.60613 88.432579) - (xy 85.875093 88.482259) - (xy 86.039091 88.488252) - (xy 86.148422 88.492248) - (xy 86.148422 88.492247) - (xy 86.148424 88.492248) - (xy 86.420296 88.462334) - (xy 86.684916 88.393153) - (xy 86.799971 88.34426) - (xy 86.936635 88.286185) - (xy 86.936638 88.286183) - (xy 86.936643 88.286181) - (xy 87.170112 88.143697) - (xy 87.380347 87.968738) - (xy 87.562867 87.765033) - (xy 87.713783 87.536923) - (xy 87.829877 87.289271) - (xy 87.908676 87.027355) - (xy 87.9485 86.756757) - (xy 87.9485 86.031712) - (xy 87.933533 85.827217) - (xy 87.925462 85.790988) - (xy 87.874065 85.560253) - (xy 87.874063 85.560249) - (xy 87.874063 85.560247) - (xy 87.776355 85.304781) - (xy 87.642493 85.066264) - (xy 87.475329 84.84978) - (xy 87.475321 84.849771) - (xy 87.278429 84.659944) - (xy 87.278427 84.659942) - (xy 87.161522 84.576303) - (xy 87.055981 84.500795) - (xy 87.0482 84.496794) - (xy 86.812749 84.375739) - (xy 86.812727 84.37573) - (xy 86.553883 84.287424) - (xy 86.55387 84.287421) - (xy 86.553865 84.28742) - (xy 86.284903 84.23774) - (xy 86.011577 84.227751) - (xy 85.739703 84.257666) - (xy 85.475084 84.326846) - (xy 85.223364 84.433814) - (xy 84.989892 84.5763) - (xy 84.989882 84.576307) - (xy 84.779654 84.75126) - (xy 84.779648 84.751266) - (xy 84.597133 84.954966) - (xy 84.446217 85.183077) - (xy 84.330121 85.430732) - (xy 84.330119 85.430739) - (xy 84.251326 85.692633) - (xy 84.251323 85.692647) - (xy 84.231521 85.827204) - (xy 84.2115 85.963243) - (xy 84.2115 85.963246) - (xy 84.2115 85.963247) - (xy 84.2115 86.688306) - (xy 78.3485 86.688306) - (xy 78.3485 86.031712) - (xy 78.333533 85.827217) - (xy 78.325462 85.790988) - (xy 78.274065 85.560253) - (xy 78.274063 85.560249) - (xy 78.274063 85.560247) - (xy 78.176355 85.304781) - (xy 78.042493 85.066264) - (xy 77.875329 84.84978) - (xy 77.875321 84.849771) - (xy 77.678429 84.659944) - (xy 77.678427 84.659942) - (xy 77.561522 84.576303) - (xy 77.455981 84.500795) - (xy 77.4482 84.496794) - (xy 77.212749 84.375739) - (xy 77.212727 84.37573) - (xy 76.953883 84.287424) - (xy 76.95387 84.287421) - (xy 76.953865 84.28742) - (xy 76.684903 84.23774) - (xy 76.411577 84.227751) - (xy 76.139703 84.257666) - (xy 75.875084 84.326846) - (xy 75.623364 84.433814) - (xy 75.389892 84.5763) - (xy 75.389882 84.576307) - (xy 75.179654 84.75126) - (xy 75.179648 84.751266) - (xy 74.997133 84.954966) - (xy 74.846217 85.183077) - (xy 74.730121 85.430732) - (xy 74.730119 85.430739) - (xy 74.651326 85.692633) - (xy 74.651323 85.692647) - (xy 74.631521 85.827204) - (xy 74.6115 85.963243) - (xy 74.6115 85.963247) - (xy 74.6115 86.688306) - (xy 58.0375 86.688306) - (xy 58.0375 78.155762) - (xy 58.057184 78.088727) - (xy 58.109988 78.042972) - (xy 58.179146 78.033028) - (xy 58.242702 78.062053) - (xy 58.249175 78.068079) - (xy 58.25423 78.073134) - (xy 58.259802 78.077456) - (xy 58.264242 78.081249) - (xy 58.298678 78.113586) - (xy 58.316567 78.12342) - (xy 58.332833 78.134104) - (xy 58.348959 78.146613) - (xy 58.392298 78.165367) - (xy 58.397545 78.167937) - (xy 58.43894 78.190695) - (xy 58.458718 78.195773) - (xy 58.477119 78.202073) - (xy 58.495855 78.210181) - (xy 58.540362 78.217229) - (xy 58.542503 78.217569) - (xy 58.548212 78.218751) - (xy 58.59397 78.2305) - (xy 58.614384 78.2305) - (xy 58.633783 78.232027) - (xy 58.653943 78.23522) - (xy 58.700965 78.230775) - (xy 58.706804 78.2305) - (xy 59.846221 78.2305) - (xy 59.91326 78.250185) - (xy 59.959015 78.302989) - (xy 59.968959 78.372147) - (xy 59.939934 78.435703) - (xy 59.889554 78.470682) - (xy 59.752913 78.521645) - (xy 59.752906 78.521649) - (xy 59.637812 78.607809) - (xy 59.637809 78.607812) - (xy 59.551649 78.722906) - (xy 59.551645 78.722913) - (xy 59.501403 78.85762) - (xy 59.501401 78.857627) - (xy 59.495 78.917155) - (xy 59.495 79.63) - (xy 60.40348 79.63) - (xy 60.375245 79.690002) - (xy 60.346365 79.841393) - (xy 60.356043 79.995211) - (xy 60.399838 80.13) - (xy 59.495 80.13) - (xy 59.495 80.842844) - (xy 59.501401 80.902372) - (xy 59.501403 80.902379) - (xy 59.551645 81.037086) - (xy 59.551649 81.037093) - (xy 59.637809 81.152187) - (xy 59.637812 81.15219) - (xy 59.752906 81.23835) - (xy 59.752913 81.238354) - (xy 59.88762 81.288596) - (xy 59.887627 81.288598) - (xy 59.947155 81.294999) - (xy 59.947172 81.295) - (xy 60.292806 81.295) - (xy 60.359845 81.314685) - (xy 60.4056 81.367489) - (xy 60.415544 81.436647) - (xy 60.386519 81.500203) - (xy 60.340258 81.533561) - (xy 60.243443 81.573662) - (xy 60.032259 81.703075) - (xy 59.843927 81.863927) - (xy 59.683075 82.052259) - (xy 59.553663 82.263441) - (xy 59.458886 82.492255) - (xy 59.401065 82.733093) - (xy 59.381634 82.98) - (xy 59.401065 83.226906) - (xy 59.401065 83.226909) - (xy 59.401066 83.226911) - (xy 59.458885 83.467742) - (xy 59.458886 83.467744) - (xy 59.553663 83.696558) - (xy 59.553665 83.696562) - (xy 59.553666 83.696563) - (xy 59.683075 83.90774) - (xy 59.843927 84.096073) - (xy 60.03226 84.256925) - (xy 60.243437 84.386334) - (xy 60.243439 84.386334) - (xy 60.243441 84.386336) - (xy 60.314786 84.415888) - (xy 60.472258 84.481115) - (xy 60.713089 84.538934) - (xy 60.96 84.558366) - (xy 61.206911 84.538934) - (xy 61.447742 84.481115) - (xy 61.676563 84.386334) - (xy 61.88774 84.256925) - (xy 62.076073 84.096073) - (xy 62.236925 83.90774) - (xy 62.366334 83.696563) - (xy 62.461115 83.467742) - (xy 62.518934 83.226911) - (xy 62.538366 82.98) - (xy 62.518934 82.733089) - (xy 62.461115 82.492258) - (xy 62.366334 82.263437) - (xy 62.236925 82.05226) - (xy 62.076073 81.863927) - (xy 61.88774 81.703075) - (xy 61.676563 81.573666) - (xy 61.676561 81.573665) - (xy 61.676556 81.573662) - (xy 61.579742 81.533561) - (xy 61.525338 81.48972) - (xy 61.503273 81.423426) - (xy 61.520552 81.355727) - (xy 61.571689 81.308116) - (xy 61.627194 81.295) - (xy 61.972828 81.295) - (xy 61.972844 81.294999) - (xy 62.032372 81.288598) - (xy 62.032379 81.288596) - (xy 62.167086 81.238354) - (xy 62.167093 81.23835) - (xy 62.282187 81.15219) - (xy 62.28219 81.152187) - (xy 62.36835 81.037093) - (xy 62.368354 81.037086) - (xy 62.418596 80.902379) - (xy 62.418598 80.902372) - (xy 62.424999 80.842844) - (xy 62.425 80.842827) - (xy 62.425 80.13) - (xy 61.51652 80.13) - (xy 61.544755 80.069998) - (xy 61.573635 79.918607) - (xy 61.563957 79.764789) - (xy 61.520162 79.63) - (xy 62.425 79.63) - (xy 62.425 78.917172) - (xy 62.424999 78.917155) - (xy 62.418598 78.857627) - (xy 62.418596 78.85762) - (xy 62.368354 78.722913) - (xy 62.36835 78.722906) - (xy 62.28219 78.607812) - (xy 62.282187 78.607809) - (xy 62.167093 78.521649) - (xy 62.167086 78.521645) - (xy 62.030446 78.470682) - (xy 61.974512 78.428811) - (xy 61.950095 78.363347) - (xy 61.964947 78.295074) - (xy 62.014352 78.245668) - (xy 62.073779 78.2305) - (xy 69.859366 78.2305) - (xy 69.875113 78.232238) - (xy 69.875139 78.231968) - (xy 69.882906 78.232702) - (xy 69.882908 78.232701) - (xy 69.882909 78.232702) - (xy 69.892259 78.232408) - (xy 69.951991 78.230531) - (xy 69.953939 78.2305) - (xy 69.982857 78.2305) - (xy 69.984222 78.230327) - (xy 69.989862 78.229614) - (xy 69.995685 78.229156) - (xy 70.021708 78.228338) - (xy 70.04289 78.227673) - (xy 70.052681 78.224827) - (xy 70.062481 78.22198) - (xy 70.081538 78.218032) - (xy 70.101797 78.215474) - (xy 70.145721 78.198082) - (xy 70.151221 78.196199) - (xy 70.196593 78.183018) - (xy 70.214165 78.172625) - (xy 70.231632 78.164068) - (xy 70.250617 78.156552) - (xy 70.288826 78.12879) - (xy 70.293704 78.125585) - (xy 70.334362 78.101542) - (xy 70.348802 78.0871) - (xy 70.363592 78.07447) - (xy 70.380107 78.062472) - (xy 70.410222 78.026067) - (xy 70.414126 78.021776) - (xy 72.511084 75.924818) - (xy 72.572408 75.891333) - (xy 72.598766 75.888499) - (xy 73.260537 75.888499) - (xy 73.260544 75.888499) - (xy 73.364426 75.877887) - (xy 73.532738 75.822115) - (xy 73.683652 75.72903) - (xy 73.772319 75.640363) - (xy 73.833642 75.606878) - (xy 73.903334 75.611862) - (xy 73.947681 75.640363) - (xy 74.036348 75.72903) - (xy 74.187262 75.822115) - (xy 74.355574 75.877887) - (xy 74.459455 75.8885) - (xy 75.260544 75.888499) - (xy 75.364426 75.877887) - (xy 75.532738 75.822115) - (xy 75.683652 75.72903) - (xy 75.80903 75.603652) - (xy 75.902115 75.452738) - (xy 75.957887 75.284426) - (xy 75.9685 75.180545) - (xy 75.968499 74.179456) - (xy 75.957887 74.075574) - (xy 75.902115 73.907262) - (xy 75.80903 73.756348) - (xy 75.683652 73.63097) - (xy 75.536167 73.54) - (xy 75.53274 73.537886) - (xy 75.532735 73.537884) - (xy 75.364427 73.482113) - (xy 75.260552 73.4715) - (xy 75.260545 73.4715) - (xy 74.598767 73.4715) - (xy 74.531728 73.451815) - (xy 74.511086 73.435181) - (xy 73.523195 72.44729) - (xy 73.48971 72.385967) - (xy 73.494694 72.316275) - (xy 73.536566 72.260342) - (xy 73.54576 72.254082) - (xy 73.683652 72.16903) - (xy 73.772319 72.080363) - (xy 73.833642 72.046878) - (xy 73.903334 72.051862) - (xy 73.947681 72.080363) - (xy 74.036348 72.16903) - (xy 74.187262 72.262115) - (xy 74.355574 72.317887) - (xy 74.459455 72.3285) - (xy 75.260544 72.328499) - (xy 75.364426 72.317887) - (xy 75.532738 72.262115) - (xy 75.683652 72.16903) - (xy 75.80903 72.043652) - (xy 75.902115 71.892738) - (xy 75.903274 71.88924) - (xy 75.920089 71.838497) - (xy 75.959861 71.781052) - (xy 76.024376 71.754228) - (xy 76.037795 71.7535) - (xy 95.101134 71.7535) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 72.413273 73.133185) - (xy 72.433915 73.149819) - (xy 72.543919 73.259823) - (xy 72.577404 73.321146) - (xy 72.57242 73.390838) - (xy 72.530548 73.446771) - (xy 72.465084 73.471188) - (xy 72.462546 73.471343) - (xy 72.459465 73.471499) - (xy 72.355572 73.482113) - (xy 72.187264 73.537884) - (xy 72.187259 73.537886) - (xy 72.036346 73.630971) - (xy 71.910971 73.756346) - (xy 71.817886 73.907259) - (xy 71.817884 73.907264) - (xy 71.762113 74.075572) - (xy 71.7515 74.179447) - (xy 71.7515 74.841232) - (xy 71.731815 74.908271) - (xy 71.715181 74.928913) - (xy 69.716914 76.927181) - (xy 69.655591 76.960666) - (xy 69.629233 76.9635) - (xy 58.987767 76.9635) - (xy 58.920728 76.943815) - (xy 58.900086 76.927181) - (xy 58.469884 76.496979) - (xy 58.436399 76.435656) - (xy 58.441383 76.365964) - (xy 58.483255 76.310031) - (xy 58.548719 76.285614) - (xy 58.600899 76.293116) - (xy 58.682623 76.323597) - (xy 58.682627 76.323598) - (xy 58.742155 76.329999) - (xy 58.742172 76.33) - (xy 59.44 76.33) - (xy 59.44 75.304189) - (xy 59.492547 75.340016) - (xy 59.622173 75.38) - (xy 59.723724 75.38) - (xy 59.824138 75.364865) - (xy 59.94 75.309068) - (xy 59.94 76.33) - (xy 60.637828 76.33) - (xy 60.637844 76.329999) - (xy 60.697372 76.323598) - (xy 60.697379 76.323596) - (xy 60.832086 76.273354) - (xy 60.832093 76.27335) - (xy 60.947187 76.18719) - (xy 60.94719 76.187187) - (xy 61.03335 76.072093) - (xy 61.033355 76.072084) - (xy 61.05894 76.003486) - (xy 61.10081 75.947552) - (xy 61.166274 75.923134) - (xy 61.234547 75.937985) - (xy 61.266349 75.962832) - (xy 61.27278 75.969818) - (xy 61.456983 76.11319) - (xy 61.456985 76.113191) - (xy 61.456988 76.113193) - (xy 61.576331 76.177777) - (xy 61.662273 76.224287) - (xy 61.776914 76.263643) - (xy 61.883045 76.300079) - (xy 61.883047 76.300079) - (xy 61.883049 76.30008) - (xy 62.113288 76.3385) - (xy 62.113289 76.3385) - (xy 62.346711 76.3385) - (xy 62.346712 76.3385) - (xy 62.576951 76.30008) - (xy 62.797727 76.224287) - (xy 63.003017 76.11319) - (xy 63.18722 75.969818) - (xy 63.345314 75.798083) - (xy 63.46187 75.619679) - (xy 63.515017 75.574322) - (xy 63.56568 75.5635) - (xy 68.393866 75.5635) - (xy 68.409613 75.565238) - (xy 68.409639 75.564968) - (xy 68.417406 75.565702) - (xy 68.417408 75.565701) - (xy 68.417409 75.565702) - (xy 68.426759 75.565408) - (xy 68.486491 75.563531) - (xy 68.488439 75.5635) - (xy 68.517357 75.5635) - (xy 68.518722 75.563327) - (xy 68.524362 75.562614) - (xy 68.530185 75.562156) - (xy 68.556208 75.561338) - (xy 68.57739 75.560673) - (xy 68.587181 75.557827) - (xy 68.596981 75.55498) - (xy 68.616038 75.551032) - (xy 68.636297 75.548474) - (xy 68.680221 75.531082) - (xy 68.685721 75.529199) - (xy 68.731093 75.516018) - (xy 68.748665 75.505625) - (xy 68.766132 75.497068) - (xy 68.785117 75.489552) - (xy 68.823326 75.46179) - (xy 68.828204 75.458585) - (xy 68.868862 75.434542) - (xy 68.883302 75.4201) - (xy 68.898092 75.40747) - (xy 68.914607 75.395472) - (xy 68.944722 75.359067) - (xy 68.948626 75.354776) - (xy 70.028584 74.274819) - (xy 70.089908 74.241334) - (xy 70.116266 74.2385) - (xy 70.631496 74.2385) - (xy 70.631502 74.2385) - (xy 70.668831 74.235562) - (xy 70.668833 74.235561) - (xy 70.668835 74.235561) - (xy 70.720348 74.220595) - (xy 70.828601 74.189145) - (xy 70.971807 74.104453) - (xy 71.089453 73.986807) - (xy 71.174145 73.843601) - (xy 71.220562 73.683831) - (xy 71.2235 73.646502) - (xy 71.2235 73.2375) - (xy 71.243185 73.170461) - (xy 71.295989 73.124706) - (xy 71.3475 73.1135) - (xy 72.346234 73.1135) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 63.610273 67.201185) - (xy 63.656028 67.253989) - (xy 63.665972 67.323147) - (xy 63.636947 67.386703) - (xy 63.630915 67.393181) - (xy 61.58939 69.434703) - (xy 61.528067 69.468188) - (xy 61.458375 69.463204) - (xy 61.454256 69.461583) - (xy 61.447748 69.458887) - (xy 61.447745 69.458886) - (xy 61.447743 69.458885) - (xy 61.447742 69.458885) - (xy 61.206911 69.401066) - (xy 61.206909 69.401065) - (xy 61.206906 69.401065) - (xy 60.988358 69.383865) - (xy 60.96 69.381634) - (xy 60.959999 69.381634) - (xy 60.713093 69.401065) - (xy 60.713088 69.401066) - (xy 60.713089 69.401066) - (xy 60.472258 69.458885) - (xy 60.472256 69.458885) - (xy 60.472255 69.458886) - (xy 60.243441 69.553663) - (xy 60.032259 69.683075) - (xy 59.843927 69.843927) - (xy 59.683075 70.032259) - (xy 59.553663 70.243441) - (xy 59.458886 70.472255) - (xy 59.458885 70.472258) - (xy 59.421973 70.626005) - (xy 59.401065 70.713093) - (xy 59.381634 70.96) - (xy 59.401065 71.206906) - (xy 59.401065 71.206909) - (xy 59.401066 71.206911) - (xy 59.458885 71.447742) - (xy 59.458886 71.447744) - (xy 59.553663 71.676558) - (xy 59.553665 71.676562) - (xy 59.553666 71.676563) - (xy 59.683075 71.88774) - (xy 59.843927 72.076073) - (xy 60.03226 72.236925) - (xy 60.243437 72.366334) - (xy 60.243439 72.366334) - (xy 60.243441 72.366336) - (xy 60.290835 72.385967) - (xy 60.472258 72.461115) - (xy 60.713089 72.518934) - (xy 60.96 72.538366) - (xy 61.206911 72.518934) - (xy 61.447742 72.461115) - (xy 61.676563 72.366334) - (xy 61.88774 72.236925) - (xy 62.076073 72.076073) - (xy 62.236925 71.88774) - (xy 62.366334 71.676563) - (xy 62.461115 71.447742) - (xy 62.518934 71.206911) - (xy 62.538366 70.96) - (xy 62.518934 70.713089) - (xy 62.461115 70.472258) - (xy 62.458416 70.465743) - (xy 62.450945 70.396278) - (xy 62.482217 70.333797) - (xy 62.485266 70.330637) - (xy 64.620904 68.195) - (xy 66.870001 68.195) - (xy 66.870001 68.368322) - (xy 66.880144 68.467607) - (xy 66.933452 68.628481) - (xy 66.933457 68.628492) - (xy 67.022424 68.772728) - (xy 67.022427 68.772732) - (xy 67.142267 68.892572) - (xy 67.142271 68.892575) - (xy 67.286507 68.981542) - (xy 67.286518 68.981547) - (xy 67.447393 69.034855) - (xy 67.546683 69.044999) - (xy 67.57 69.044998) - (xy 67.57 68.195) - (xy 68.07 68.195) - (xy 68.07 69.044999) - (xy 68.093308 69.044999) - (xy 68.093322 69.044998) - (xy 68.192607 69.034855) - (xy 68.353481 68.981547) - (xy 68.353492 68.981542) - (xy 68.497728 68.892575) - (xy 68.497732 68.892572) - (xy 68.617572 68.772732) - (xy 68.617575 68.772728) - (xy 68.706542 68.628492) - (xy 68.706547 68.628481) - (xy 68.759855 68.467606) - (xy 68.769999 68.368322) - (xy 68.77 68.368309) - (xy 68.77 68.195) - (xy 68.07 68.195) - (xy 67.57 68.195) - (xy 66.870001 68.195) - (xy 64.620904 68.195) - (xy 65.137585 67.678319) - (xy 65.198909 67.644834) - (xy 65.225267 67.642) - (xy 66.765638 67.642) - (xy 66.832677 67.661685) - (xy 66.853319 67.678319) - (xy 66.87 67.695) - (xy 68.769999 67.695) - (xy 68.78668 67.678319) - (xy 68.848003 67.644834) - (xy 68.874361 67.642) - (xy 70.0375 67.642) - (xy 70.104539 67.661685) - (xy 70.150294 67.714489) - (xy 70.1615 67.766) - (xy 70.1615 68.368879) - (xy 70.171764 68.469336) - (xy 70.225697 68.632098) - (xy 70.225702 68.632109) - (xy 70.315712 68.778036) - (xy 70.315715 68.77804) - (xy 70.436959 68.899284) - (xy 70.439411 68.901223) - (xy 70.440655 68.90298) - (xy 70.442067 68.904392) - (xy 70.441825 68.904633) - (xy 70.479788 68.958245) - (xy 70.4865 68.998489) - (xy 70.4865 69.296366) - (xy 70.484761 69.312113) - (xy 70.485032 69.312139) - (xy 70.484297 69.319906) - (xy 70.486469 69.38899) - (xy 70.4865 69.390938) - (xy 70.4865 69.419859) - (xy 70.487384 69.426856) - (xy 70.487842 69.432679) - (xy 70.489326 69.479889) - (xy 70.489327 69.479891) - (xy 70.495022 69.499495) - (xy 70.498967 69.518542) - (xy 70.501526 69.538797) - (xy 70.501527 69.5388) - (xy 70.501528 69.538803) - (xy 70.518914 69.582716) - (xy 70.520806 69.588244) - (xy 70.533981 69.633592) - (xy 70.544372 69.651162) - (xy 70.552932 69.668635) - (xy 70.560447 69.687617) - (xy 70.588209 69.725827) - (xy 70.591416 69.73071) - (xy 70.615458 69.771362) - (xy 70.615462 69.771366) - (xy 70.629889 69.785793) - (xy 70.642526 69.800588) - (xy 70.654528 69.817107) - (xy 70.690931 69.847222) - (xy 70.695231 69.851135) - (xy 71.123079 70.278983) - (xy 71.528915 70.684819) - (xy 71.5624 70.746142) - (xy 71.557416 70.815834) - (xy 71.515544 70.871767) - (xy 71.45008 70.896184) - (xy 71.441234 70.8965) - (xy 71.064123 70.8965) - (xy 70.997084 70.876815) - (xy 70.976442 70.860181) - (xy 70.971812 70.855551) - (xy 70.971803 70.855544) - (xy 70.828601 70.770855) - (xy 70.828596 70.770853) - (xy 70.668835 70.724438) - (xy 70.668829 70.724437) - (xy 70.631507 70.7215) - (xy 70.631502 70.7215) - (xy 69.323498 70.7215) - (xy 69.323492 70.7215) - (xy 69.28617 70.724437) - (xy 69.286164 70.724438) - (xy 69.126403 70.770853) - (xy 69.126398 70.770855) - (xy 68.983196 70.855544) - (xy 68.983187 70.855551) - (xy 68.865551 70.973187) - (xy 68.865544 70.973196) - (xy 68.780855 71.116398) - (xy 68.780853 71.116403) - (xy 68.734438 71.276164) - (xy 68.734437 71.27617) - (xy 68.7315 71.313492) - (xy 68.7315 71.5475) - (xy 68.711815 71.614539) - (xy 68.659011 71.660294) - (xy 68.6075 71.6715) - (xy 67.448492 71.6715) - (xy 67.41117 71.674437) - (xy 67.411164 71.674438) - (xy 67.251403 71.720853) - (xy 67.251398 71.720855) - (xy 67.108196 71.805544) - (xy 67.108187 71.805551) - (xy 66.990551 71.923187) - (xy 66.990544 71.923196) - (xy 66.905855 72.066398) - (xy 66.905853 72.066403) - (xy 66.859438 72.226164) - (xy 66.859437 72.22617) - (xy 66.8565 72.263492) - (xy 66.8565 72.696507) - (xy 66.859437 72.733829) - (xy 66.859438 72.733835) - (xy 66.905853 72.893596) - (xy 66.905855 72.893601) - (xy 66.990544 73.036803) - (xy 66.990551 73.036812) - (xy 67.108187 73.154448) - (xy 67.108196 73.154455) - (xy 67.126186 73.165094) - (xy 67.251399 73.239145) - (xy 67.29353 73.251385) - (xy 67.411164 73.285561) - (xy 67.411167 73.285561) - (xy 67.411169 73.285562) - (xy 67.448498 73.2885) - (xy 68.6075 73.2885) - (xy 68.674539 73.308185) - (xy 68.720294 73.360989) - (xy 68.7315 73.4125) - (xy 68.7315 73.646507) - (xy 68.734437 73.683825) - (xy 68.734437 73.683828) - (xy 68.734438 73.683831) - (xy 68.734989 73.685727) - (xy 68.734985 73.686827) - (xy 68.735576 73.690058) - (xy 68.734976 73.690167) - (xy 68.734788 73.755596) - (xy 68.703593 73.808001) - (xy 68.251414 74.260181) - (xy 68.190091 74.293666) - (xy 68.163733 74.2965) - (xy 63.56568 74.2965) - (xy 63.498641 74.276815) - (xy 63.461871 74.240321) - (xy 63.345313 74.061915) - (xy 63.187223 73.890185) - (xy 63.187222 73.890184) - (xy 63.18722 73.890182) - (xy 63.003017 73.74681) - (xy 63.003015 73.746809) - (xy 63.003014 73.746808) - (xy 63.003011 73.746806) - (xy 62.797733 73.635716) - (xy 62.79773 73.635715) - (xy 62.797727 73.635713) - (xy 62.797721 73.635711) - (xy 62.797719 73.63571) - (xy 62.576954 73.55992) - (xy 62.360285 73.523765) - (xy 62.346712 73.5215) - (xy 62.113288 73.5215) - (xy 62.099715 73.523765) - (xy 61.883045 73.55992) - (xy 61.66228 73.63571) - (xy 61.662266 73.635716) - (xy 61.456988 73.746806) - (xy 61.456985 73.746808) - (xy 61.272781 73.890181) - (xy 61.272776 73.890185) - (xy 61.266346 73.89717) - (xy 61.206457 73.933157) - (xy 61.136619 73.931052) - (xy 61.079005 73.891524) - (xy 61.05894 73.856513) - (xy 61.033355 73.787915) - (xy 61.03335 73.787906) - (xy 60.94719 73.672812) - (xy 60.947187 73.672809) - (xy 60.832093 73.586649) - (xy 60.832086 73.586645) - (xy 60.697379 73.536403) - (xy 60.697372 73.536401) - (xy 60.637844 73.53) - (xy 59.94 73.53) - (xy 59.94 74.55581) - (xy 59.887453 74.519984) - (xy 59.757827 74.48) - (xy 59.656276 74.48) - (xy 59.555862 74.495135) - (xy 59.44 74.550931) - (xy 59.44 73.53) - (xy 58.742155 73.53) - (xy 58.682627 73.536401) - (xy 58.68262 73.536403) - (xy 58.547913 73.586645) - (xy 58.547906 73.586649) - (xy 58.432812 73.672809) - (xy 58.432809 73.672812) - (xy 58.346649 73.787906) - (xy 58.346645 73.787913) - (xy 58.296403 73.92262) - (xy 58.296401 73.922627) - (xy 58.29 73.982155) - (xy 58.29 74.68) - (xy 59.314722 74.68) - (xy 59.266375 74.76374) - (xy 59.23619 74.895992) - (xy 59.246327 75.031265) - (xy 59.295887 75.157541) - (xy 59.313797 75.18) - (xy 58.29 75.18) - (xy 58.29 75.877844) - (xy 58.296401 75.937372) - (xy 58.296403 75.93738) - (xy 58.326883 76.019101) - (xy 58.331867 76.088793) - (xy 58.298382 76.150116) - (xy 58.237058 76.1836) - (xy 58.167367 76.178615) - (xy 58.12302 76.150115) - (xy 58.073819 76.100914) - (xy 58.040334 76.039591) - (xy 58.0375 76.013233) - (xy 58.0375 72.022631) - (xy 58.039238 72.006881) - (xy 58.038968 72.006856) - (xy 58.039702 71.999093) - (xy 58.037531 71.930007) - (xy 58.0375 71.928059) - (xy 58.0375 71.899146) - (xy 58.0375 71.899144) - (xy 58.036614 71.892136) - (xy 58.036156 71.886314) - (xy 58.035617 71.869173) - (xy 58.034673 71.83911) - (xy 58.028977 71.819508) - (xy 58.025032 71.800457) - (xy 58.022474 71.780203) - (xy 58.0181 71.769156) - (xy 58.005086 71.736286) - (xy 58.003193 71.730757) - (xy 58.000135 71.720233) - (xy 57.990018 71.685407) - (xy 57.979622 71.667829) - (xy 57.971066 71.650362) - (xy 57.963552 71.631383) - (xy 57.935794 71.593179) - (xy 57.932587 71.588296) - (xy 57.914506 71.557723) - (xy 57.908542 71.547638) - (xy 57.894108 71.533204) - (xy 57.881471 71.518409) - (xy 57.869472 71.501893) - (xy 57.86947 71.50189) - (xy 57.833073 71.471781) - (xy 57.828751 71.467847) - (xy 53.914418 67.553513) - (xy 53.880933 67.49219) - (xy 53.885917 67.422498) - (xy 53.905733 67.390217) - (xy 53.904573 67.389314) - (xy 53.907716 67.385275) - (xy 53.907717 67.385273) - (xy 53.907722 67.385268) - (xy 54.004147 67.237677) - (xy 54.057294 67.192322) - (xy 54.107956 67.1815) - (xy 63.543234 67.1815) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 52.372507 64.217844) - (xy 52.450239 64.338798) - (xy 52.5589 64.432952) - (xy 52.689685 64.49268) - (xy 52.699466 64.494086) - (xy 52.070625 65.122925) - (xy 52.141801 65.172763) - (xy 52.185426 65.22734) - (xy 52.19262 65.296838) - (xy 52.161097 65.359193) - (xy 52.129697 65.383392) - (xy 52.086427 65.406809) - (xy 52.086422 65.406812) - (xy 51.908761 65.545092) - (xy 51.908758 65.545096) - (xy 51.902725 65.551649) - (xy 51.842836 65.587636) - (xy 51.772998 65.585532) - (xy 51.715384 65.546005) - (xy 51.688286 65.481604) - (xy 51.6875 65.467661) - (xy 51.6875 64.850308) - (xy 51.707185 64.783269) - (xy 51.723819 64.762627) - (xy 52.348923 64.137523) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 51.892703 62.454625) - (xy 51.902729 62.464355) - (xy 51.90876 62.470906) - (xy 52.086424 62.609189) - (xy 52.129695 62.632606) - (xy 52.179286 62.681825) - (xy 52.194394 62.750042) - (xy 52.170224 62.815597) - (xy 52.141801 62.843236) - (xy 52.070626 62.893072) - (xy 52.070625 62.893072) - (xy 52.699466 63.521913) - (xy 52.689685 63.52332) - (xy 52.5589 63.583048) - (xy 52.450239 63.677202) - (xy 52.372507 63.798156) - (xy 52.348923 63.878476) - (xy 51.723819 63.253372) - (xy 51.690334 63.192049) - (xy 51.6875 63.165691) - (xy 51.6875 62.548338) - (xy 51.707185 62.481299) - (xy 51.759989 62.435544) - (xy 51.829147 62.4256) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "(title)") + (comment 1 "PCB for panel") + (comment 2 "(description)") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "+15V") + (net 3 "-15V") + (net 4 "/IN") + (net 5 "/COARSE") + (net 6 "/FINE") + (net 7 "/FM") + (net 8 "/RES") + (net 9 "/A0") + (net 10 "/A1") + (net 11 "Net-(D13-A)") + (net 12 "unconnected-(J4-PadTN)") + (net 13 "unconnected-(J5-PadTN)") + (net 14 "unconnected-(J6-PadTN)") + (net 15 "/RES_MOD") + (net 16 "/OUT_1") + (net 17 "/OUT_2") + (net 18 "/OUT_3") + (net 19 "/V{slash}O") + (net 20 "Net-(D14-K)") + (net 21 "/IN_JACK") + (net 22 "unconnected-(J7-PadTN)") + (net 23 "unconnected-(J8-PadTN)") + (net 24 "unconnected-(J9-PadTN)") + (net 25 "unconnected-(J10-PadTN)") + (net 26 "Net-(D1-A)") + (net 27 "Net-(D2-K)") + (net 28 "Net-(D3-A)") + (net 29 "Net-(D4-K)") + (net 30 "Net-(D5-A)") + (net 31 "Net-(D6-K)") + (net 32 "Net-(D7-A)") + (net 33 "Net-(D8-K)") + (net 34 "Net-(D9-A)") + (net 35 "Net-(D10-K)") + (net 36 "Net-(D11-A)") + (net 37 "Net-(D12-K)") + (net 38 "+5V") + (net 39 "Net-(Q1-C)") + (net 40 "Net-(Q2-C)") + (net 41 "Net-(Q3-C)") + (net 42 "Net-(Q4-C)") + (net 43 "Net-(Q5-C)") + (net 44 "Net-(Q6-C)") + (net 45 "/FM_JACK") + (net 46 "/RES_MOD_JACK") + (net 47 "Net-(Q7-C)") + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "0828bdde-331a-447f-9cbd-f7aa7d648e2a") + (at 59.69 115.57) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D3" + (at 4.445 0 90) + (layer "F.SilkS") + (uuid "cc2b8ece-00a3-416d-83b8-c1e6461433c7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (yellow)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "6c51a361-18b4-4841-9a2e-c0750749e183") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9642c78-106a-43e9-b742-eb5d30986fbe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "593da606-5593-4ef0-b409-6ee2cea4b78f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "763c578e-7c1d-461a-99db-005d7e7afada") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c187977d-c317-49cb-b58f-dc62fb2588a3") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec15fc12-05ce-4c33-b241-980881f60f2a") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8107d1ad-2634-4d49-9b7f-d1a86984d5f2") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae0abd94-8db4-472c-9256-13f193aee98f") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c3a4fd6-e53d-435e-83a4-df0dfc01a8a3") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "111646f6-160e-446f-afe6-f9915a873fd5") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7953895b-e6ef-48f9-9018-f1a239bf495f") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a449b06d-78d1-4a74-8c99-ce1647942233") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "908087c1-9fa9-4ab5-88aa-c84d015a1bad") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8f6ac75-62f7-4c9e-8094-44ba082d8fe3") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90b96e8d-84f7-4280-99f6-087dfab65144") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19a05186-5ed9-44fa-8fe3-175e999b6dd0") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bfef5465-a482-422e-af5b-8f38929a3e64") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "aef5cf16-7e62-4688-b735-659e39da07d7") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "4f700893-3678-407f-9fb8-9994e5c157b8") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "Net-(D3-A)") + (pinfunction "A") + (pintype "passive") + (uuid "7c193a68-787e-4b99-bd11-4b66fca33091") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "0fea52e3-75c6-4da7-9e78-5f9cef58330f") + (at 60.96 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J8" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "cf739059-d34c-44d9-a182-37aed6cecadf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "a8f65a33-842f-43b6-b38c-0e61347733b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85ab32ad-d26a-400f-85d1-be80ea8f236d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cbfbf34f-fd3c-497d-b9d1-56e6270a2297") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2811c70-a259-41f9-bafa-c647c83005c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/235194d3-d533-4eba-8069-d305eabd21cd") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d437319-d906-4487-8427-81ef83a16cfa") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "397bc0a6-10a5-442e-bab6-b4ac73ad28c5") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1b42664-75a0-4365-9777-67c07edc5e80") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e2c7f09-3681-4ce0-bcd3-5f200171fff6") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4efc0636-807c-4cc1-866f-a6b7107e6245") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd750efa-5f92-44d4-b069-57963dc0085d") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "fa1aa7d8-c63f-43f6-89fe-8fb9ffa972c7") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1e4288ee-5867-432b-95d2-68a1ecaf3802") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0ae31ff4-5be7-459d-8407-93d5bfb65e67") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d1e8e575-2ebc-4392-9b30-fac026b36f80") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "bbcf4af8-8ca1-4f76-a1a4-5955deb8de3c") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "010f8863-7f77-48ce-8b3a-76579b86af52") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "2728fc82-d660-4418-ae02-076752d6139e") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7311130a-1cde-46d1-a1db-e3cb26fbf5fb") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f4fb6ef0-d86e-4143-85fe-0a34acc67520") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e2b83a0-0b77-44cd-b3e6-91bc8bef25b4") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e046b93-cef6-48df-9744-406fdf1d577e") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8b68b40-a91b-4a0c-9594-717356f459b1") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "9a37b66d-77fa-4e01-a946-5879a871ea30") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "4e750594-96ed-4a20-8565-45ef084107d9") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "8a0ae46a-0b83-4498-a2c8-62f0820b0905") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "e6759c28-44e6-4289-91b5-a109c32a1a8e") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/OUT_1") + (pintype "passive") + (uuid "21c963f6-0848-47f3-a14a-a3b9b1b3b08b") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "unconnected-(J8-PadTN)") + (pintype "passive+no_connect") + (uuid "284d7181-68ff-46b3-8b9e-c489e14bc059") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "2da638bd-17c6-4dfa-9b24-6f2e8ce8e5b7") + (at 81.28 127) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J6" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "bd7c7aa0-1f30-47ca-9c7b-c5c8c29e80c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "FM" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "7ad43cb3-bab4-46a7-87c9-0de1a9d7399f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb1c167b-fa3f-467d-af50-63761d9701b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5efaa72-ac24-45ef-a4e0-82cac7aed064") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d82f94b5-6f71-47d6-a7ee-f6d8784391bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5248017f-5454-4897-a898-e2f3c7ffb409") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3453aeba-660d-4abf-9e36-4923acfdf8a3") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3261891d-c2b3-495b-9d83-65e8b6b0b86f") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b7fbc6e-a9cf-4581-b51c-4a6bb066cf8d") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f45955d7-db42-45b5-9232-db65eadf0fd2") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05aeab5d-0ac0-43af-8a87-84c4824f380d") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f07d391-e196-4f66-9cd6-acf12623604f") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "cd6adb35-ff67-48bc-9905-382b21c54bb7") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "15aeea35-b304-4c96-931a-b3b165a2d8cf") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "cfd2df92-fa78-42fb-a80d-a20907612eef") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8d08f787-5483-42c6-a14f-994743a5ca5d") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1b426686-7ce6-48c8-b0be-2d3e2ec3aece") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7eb69fd1-1a22-49a8-8d4f-e1097f2b1052") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "c41245d1-6f13-46b0-a540-be7e599b1097") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10921b12-67f0-4800-906f-fe9bc7383300") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "532ea876-7b45-4c32-85c0-6354f396c24c") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "39407803-7df2-4eea-a03c-d2910b11bb1e") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91ad6974-60d5-4366-a2d6-b4ffd4f1986f") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23530501-1e3b-420b-9527-abf32dd4d58b") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "20d46f19-1d05-4fc9-9923-d7d768222a46") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "e4563748-a1fc-4054-92c5-499164b64600") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "a963eb1d-f7f9-43be-a584-78058e023c84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "1299e9a1-b015-4d41-ba1b-1d355ea7779a") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "/FM_JACK") + (pintype "passive") + (uuid "1bde71be-9d63-4df0-84c1-72408f562716") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "unconnected-(J6-PadTN)") + (pintype "passive+no_connect") + (uuid "8b229369-926c-42f0-838d-846556373cf6") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "34e57dd9-b450-4e92-8edc-c93e88a692df") + (at 80.005 156.21) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D11" + (at 4.445 0 90) + (layer "F.SilkS") + (uuid "2236a806-2f23-44b2-8992-c93ae5ed68ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "265287ea-f2b2-4f63-b86a-bb97bd462160") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1bc5a70b-2342-4b77-86d8-0a751880993d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73222303-eb74-4be6-b342-b2253cf31b42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27cbf30e-d5f6-4b17-bbc2-80c75efe1721") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b2c42dc0-e136-49b4-912c-c471cfef04f7") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71a3f9e4-47a2-44ff-ba3b-0bff1d63bf05") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b02ca35-d3f4-4363-b8d9-3073915dabe2") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5d3c5ef-fee7-48e8-92a0-7859f06f717c") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3c962ca-c6a6-4bad-b981-63f247113bbe") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0120b1b0-30dc-4559-9eaf-07c23a3610ae") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea289b26-ebe9-46f6-8bc0-1b754bc4d649") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa8855e5-9e18-4056-a095-c63db8c56052") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b99c7b0-1565-4c7f-9603-c21fc5d2d758") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2265ff4d-fb33-49f6-92e7-c513da690404") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23d9a14e-23ef-4ab5-9a62-862a5fe72226") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "632e5d54-6e60-4959-8eee-9e96aeb1bab1") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a289ddaf-77b2-4017-a965-9c8fd70afd3b") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a6b0222b-963b-4e0d-a975-ad05a3882b9b") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "db10c373-2ad0-45dd-b7b0-e888acbb6f08") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "Net-(D11-A)") + (pinfunction "A") + (pintype "passive") + (uuid "ca808b74-5c8e-45bb-aa2a-872715328804") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "3d367a53-9ace-415c-b23f-2253b316f094") + (at 101.6 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV5" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "a4d0c1da-710c-4d3e-aee3-a86202d00d51") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "19054594-2bae-436d-9b5d-a46f258b376b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "804b3900-ff1b-4cab-a05b-3730d28df0e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4205c59d-692d-4868-b4e1-8c8ab5088a94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2f90b43d-3814-44db-a9e2-a1a707953441") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1dadcc0e-981a-4f03-9daf-20444fff2d17") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f688d01-e05c-45c1-99bc-cbb7046c07ae") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c35b299a-3ab6-4a5c-b31f-a1dd19aaa685") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c06baaef-ed6b-42c5-93f9-44a6fb79fc44") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99d630a7-ed2c-43b2-a189-c73e2ae65c49") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ad8aafb-67cf-4e21-8f7b-557716f2f47e") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2eb02c7a-94ed-4440-b820-5586e9c1568d") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae6ca3da-f1dd-483b-97ef-e0715317f435") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2632f0c0-8d9a-4c08-83f5-7dd282400bd3") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6439d255-f8f7-435e-bc97-71cefdcbcfb6") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5690b8ec-2fd4-40d5-a96f-a01cc7299cc7") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1280942d-0b03-4c4e-9284-dbb795d81346") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd002957-b77b-4dac-a2fa-5b1a87b4ed20") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad7f7bc9-fa5c-4acc-8d2b-42fb8d3de7f6") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fff873c5-e75d-489f-be7e-5989da8f6b3f") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e425a19d-2dc2-4880-97a5-0f6090c88b46") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3eac523-9d9e-4182-96b0-523ca33fe0f0") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7dd6818-8ce5-43be-8502-027f796c9b7a") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "13171d1d-5a4e-4b59-896f-e6e066c64d64") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "265b4d41-db1c-47fe-8a2b-3f261b729593") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "86750745-1873-46c5-b2c3-2b61b65d0c35") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "ae714e70-49fc-4a25-8716-72d4b8b3fd19") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "1") + (pintype "passive") + (uuid "7fc68fec-01fe-4425-b8e3-87429d982f8a") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "/RES") + (pinfunction "2") + (pintype "passive") + (uuid "8fd0e56f-8b95-464d-8950-048f9aa45bfa") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "3") + (pintype "passive") + (uuid "bca03517-643d-4f5d-8496-e3495a58ffb4") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "3da3ce14-17ec-4c5c-a864-3ae2a425250a") + (at 60.96 86.36) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J5" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "c57ee4ce-0076-4e35-9d2a-3b803cd3a128") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "e2071213-0c36-4c54-9ea4-564b1acda173") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a655aa6-4c7a-482c-bf13-019206e48aeb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b07609a2-ab6d-4220-9a8a-428a87ca6447") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3136f0b-ff74-4cfa-8125-40cd177a318e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9b1d36c1-eb80-4670-b090-5b3b7662f88f") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8297bb9-cdb0-4027-9a09-a8d03952b21e") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a652bf17-057b-4d8e-8f2f-ec8729fe2525") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "835a5f0e-b767-4b76-b680-f6f58c963a43") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66d0e143-3cac-4728-8870-c8e90377e66b") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98c5bd24-6e61-421a-85ab-af25472c55af") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2003c9ec-abe9-4f88-bb28-d9a0fd4601ae") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "bd5e0e18-4358-44cd-9996-054252338241") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "749438a8-0e25-431c-975d-7181e08e09e7") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "486a8579-b71b-4761-8275-ad9c66201b81") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6ee89193-3ae8-4a4e-af61-7f632dbe7761") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "aecf9eb7-10df-4553-8b46-f7151fa0bd22") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c5ad7d23-76ca-43f9-880b-69f28c3f846b") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "41c71614-c1b1-45cd-9cdf-cf6997d8ec64") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6deb8bf2-d668-429c-91a6-8d5f8ba5ed2e") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f4e9442-cc4c-4bd4-8a3c-b29f37b0e49c") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee24b9d1-a617-44f7-888d-ae0c6a7b9d4c") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6114c4c-139a-4aef-9dc7-9bd50fdba8e6") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "69bf78bc-c3b4-4277-a9ee-4e699dfd03b7") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "3adb8994-a7e5-4261-aa3d-8ef321558da4") + ) + (fp_text user "KEEPOUT" + (at 0 0 0) + (layer "Cmts.User") + (uuid "1f2ea26a-afa3-4034-9359-aefdbe97beb6") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "e0969fd7-3b54-4384-9237-45aa931181fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "d2f7d86d-ca37-468f-82bc-063d2c6427a2") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/V{slash}O") + (pintype "passive") + (uuid "9a1dd570-c66d-4171-87ee-5b6b74b9a1c2") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "unconnected-(J5-PadTN)") + (pintype "passive+no_connect") + (uuid "b11cd164-61ce-42f9-8e4c-f0508357647a") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "59f97a6b-5f65-431c-8299-be27b776c594") + (at 59.69 156.21) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D9" + (at 4.445 0 90) + (layer "F.SilkS") + (uuid "54e8445c-c89b-4c8e-a1ee-6b1581d92122") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "bff8f0b8-ac38-46b6-9dc5-17182a3557b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06deda73-7b70-4748-9dd1-39467af13168") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "920589b8-3344-4b4a-9c9e-d4403f9c21c1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e2125a3-4617-47f0-9298-a40184e3ffef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9992705d-1905-449f-9d7f-f91f1482a470") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3b12460-cf02-4506-8f82-e56d2fda56d3") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08bbe3e8-1c03-4684-ae79-6957b7c058a1") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95222c02-2f40-473e-aa7b-eb3e103142f6") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da79f409-473b-4973-8952-eba5d2254c92") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05a6caf8-664a-43cd-abcd-1f511632804c") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47e081a5-6612-4389-8700-9e98c75bdd86") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6c34452-c2a6-4866-8221-f19dc8ed8d86") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e61c00c7-fab4-4066-abf5-fd587003c1ac") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3183de0-04f9-41c3-96d4-bff9d515d1ca") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "319d6e9d-3a6b-4f49-a1d0-43b273523119") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "208f02a2-f87b-4d6a-80d2-bdfc08abe646") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16aaaaa1-2257-4fde-a57f-10255e31fd6d") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "62b4c9f9-77ce-40c4-9f57-9829a5052850") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "9e74510c-da32-43fe-9638-a15c91838356") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "Net-(D9-A)") + (pinfunction "A") + (pintype "passive") + (uuid "afaa7049-b1b5-455a-ab20-8c0a0f3d977b") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "6af54226-6a1a-4ecc-a8c8-81d9e8553df2") + (at 81.32 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV3" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "1d337673-4ff9-4f2c-9822-fb613226da4f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "82429772-7795-4414-9d45-5f7114c7fd12") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c388f09e-e21a-4850-9df1-4e260fa82821") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92f89046-c37d-4dbe-b85c-46739bcda42d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "049ed330-dc11-4ed2-ad66-1fdfb459ee4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/dadec559-fc70-4e87-a4d2-000c4bc8f0cc") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53ce3bb7-55ca-4162-9c8e-e669a03bd704") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19d2d515-93f4-491c-adb1-e8376eff4879") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9dceeb81-8540-495c-a89e-12b2d3bc339f") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3cc9c34-6293-450a-b6b2-a36ed9cba607") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5523ed6-6022-4aa1-b40b-9f6e2f0e6983") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7963f15-1ca3-48d9-b665-86e74e475c41") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8379db1-8cae-475f-8da0-88aebae2e507") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20dfa3f9-c96c-42cb-9172-b4e23ca43760") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c35e1c0-4695-4298-9249-14cafd0defa6") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be8e02e6-3a7e-44bb-91d2-0b0c94824ba5") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6cb6dc53-455b-486e-9272-b855cc4c4c32") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "158e4d04-1b09-4ecd-bfb9-6fbefd3d95b3") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a02e1dd-7644-4e67-966c-669e08d81c61") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7c528ba-68b0-4353-a1ec-805b467dc969") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ae3aea78-eafc-4f4c-9ed2-32c64d7ac9ef") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "442972f1-5d7e-474d-a7c0-f8dabf6bd4dd") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "409c13ec-1b7c-450f-9852-eca1d77e660c") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "784cafa1-af39-4237-9f7b-6a640943bc04") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "673b7404-48a9-4964-9718-b77a18b6040a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "48e3f374-89dd-4b6b-8ef4-365b8929061b") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "f35c6c4c-cfd2-4922-bd50-2f06ffc5afb1") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "1") + (pintype "passive") + (uuid "b1b8c5ff-afe7-4f0f-9cbe-393d63c62515") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "/FINE") + (pinfunction "2") + (pintype "passive") + (uuid "c48d3afa-c3c4-49ee-86b5-5e386034e1ff") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "3") + (pintype "passive") + (uuid "b498a4a7-02f3-400c-b022-cb18de4f3364") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "6c2f1e62-c2a0-4fc8-abd4-e991097857c6") + (at 80.01 135.89) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D13" + (at 4.445 0 90) + (layer "F.SilkS") + (uuid "4c47423b-73ea-4d37-884d-455a3639a1cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (red)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "74790e15-7279-4534-b267-253bf59a43ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46b1d5a6-60e2-4e33-89a7-aeba0538467f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8adb9e42-fcd4-428b-926c-38253ec46990") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3d7f9886-30ae-408a-b672-5e9dc118ce1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a6bc044c-f438-4d84-b46f-3d762b1b14d0") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39ee8625-e216-421a-a1e8-09e0ebe92d83") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "612e3581-71d3-4a09-abdc-8bdd57a58b21") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a58422c-14cb-4486-9278-88b0132245e8") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb2f8677-92e3-419f-82a5-754de578b1ec") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4854dcac-4944-4734-a3a7-b87ce59d33de") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c4877d8-6410-471f-98ee-b833c3ffbb21") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "475f62d1-45e0-4eb1-abed-215b1e14819f") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "64035f88-1498-4a56-ada2-8a16e705079c") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bcf71d5c-603e-46e7-a99c-cdbcbe1899e6") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c005f65c-e104-4712-b325-a3c2eedf7912") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b1e5065-5357-46ac-8069-17ea1ed6004c") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fda8f27d-1a52-4880-a8e3-ee22013e705b") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "37ef6359-bf42-425d-ac45-1d29c6f0f2ee") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "bc618c86-ad64-4337-9952-ab811967684e") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(D13-A)") + (pinfunction "A") + (pintype "passive") + (uuid "36a58c58-5f39-49d6-a242-16acb62c9ff0") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "78c6c77d-b0ef-49ef-b766-4d172b2f7c30") + (at 101.6 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J10" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "01a52dba-fb54-429b-ae6e-e849fb5f0f78") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "203c563c-5d14-4520-bc9a-fdb80ce9ae86") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "820dfb88-f2a9-4264-906f-f6a79eb73c31") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2421a57b-bd95-4c6f-92ac-534b6200b0de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0d47778-7f18-49f1-8517-45db4643ecd8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8a8391de-28e3-43ba-882a-fe0493b72ea6") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5eaf1bf5-a8c6-49c1-bcb1-bc701db69f08") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2bf09bc2-ec9c-4720-9f96-d34c2f5df211") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "074c74c0-3af8-4914-9a83-35ce12560682") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3894c576-c8c4-4f69-b371-3e31bbc025c0") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbb9f5fd-179d-4769-91f3-e182085e3889") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66d158ce-ccee-4e3f-9f68-811a7ae192b0") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "a605b0f2-538c-48d3-b96f-e8b749dbf73d") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6057dc3f-4443-4053-83b9-2c9825e9a360") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "9c9b1f6d-4f38-419d-88b3-53c98789bc91") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a33b0232-2b4b-421a-84d5-80549985a14c") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2213254c-473f-446a-bd59-cd5f0fdf04da") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a71499a3-5dd5-4e66-8e50-f30c5aee194e") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "46c96976-fe01-41a2-9e20-fdefce80687b") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "facc7e69-d018-4168-806e-13de4929109e") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "998d2694-dfcc-47b5-9410-5d462ad1a157") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f204b88a-4c9f-4388-8019-4711e87fcd3f") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6c21937-3808-4b08-b2a7-4642669a06a2") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1cbc0de5-3971-4acb-a789-276244c68b9a") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "238051b0-4afc-4b17-8cb7-eb444cda6328") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "31e52cb9-f580-4616-bcd7-30bc79384d2c") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "359cadfd-d4b3-421b-8205-7565be2e3506") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "5aeafc3f-c28b-4f54-bfed-66ebc077868d") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/OUT_3") + (pintype "passive") + (uuid "2e850571-c9bb-4cc5-88f3-199234405a61") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "unconnected-(J10-PadTN)") + (pintype "passive+no_connect") + (uuid "9bf98ebc-efae-4ecb-8be3-05c1c6e621d1") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "928c97f7-f674-49d4-b38a-bdd02c05c610") + (at 59.69 95.25) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D5" + (at 4.445 0 90) + (layer "F.SilkS") + (uuid "0811d035-9444-4242-adaf-d56a6b2f6891") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (yellow)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "25a6139d-aac9-4947-bc33-a91aa3059562") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ae95561-a1f2-4c38-b499-c89bb3c002cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb0805e4-f712-4dce-bab9-26921d1bb05f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57633420-f8bf-4655-9399-78777b155c28") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/cbf360a1-d778-450d-8ab1-80d61c41ac2e") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "36616a26-ced8-4680-be8c-11d3745d15e5") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a54633ca-f15b-415c-9196-e82cd610f2f9") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a75c2691-401b-4496-906c-78ccda46e748") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31018ba6-1283-4120-bd87-37c075d58f8f") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4abd1039-db40-4e11-90ff-829d7c8d3bdb") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "293d0b03-3c08-43b8-8700-323661360541") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a221c050-21d4-4c3c-9a64-f5c34dc92a48") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "abd6fb7a-45e1-4a34-9903-f6f56082a149") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8ba2dd2-7486-401c-a9b5-43d1483a929f") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c6ac451-716d-4856-9d1a-7e0e7a14fc9d") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6971f74-f5cf-449c-a42e-688059ad009b") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "402ace6a-4519-42c2-9110-c6bac0cb3a67") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "459effec-8f70-46df-9b62-699459d23b12") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "9f44b059-62ab-4ef5-a784-fae0df10fac9") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "Net-(D5-A)") + (pinfunction "A") + (pintype "passive") + (uuid "01d4a2c3-2493-470c-b438-4a936de65a7e") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "9c1c0cf1-1738-4856-967f-623a878fa0bb") + (at 60.96 106.68) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J7" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "6a05175e-2cd9-4d2d-9ccc-3a8d662a5ce7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "d31e2142-d8e6-47a9-a5c0-ee0dc61523e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b682305b-b314-416b-b8f3-2c20d1d0ed27") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "47711fd7-8a2e-41e4-916a-ada42287003f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9be3a449-33ba-4f53-81fd-e110659a7100") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/85ce631f-c96a-40e4-a931-6d2958960f56") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9581c035-6858-4465-a887-92bbdee37064") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "192924fb-7ff3-40b2-874e-07557d0e2efb") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a11eb302-a334-487e-b794-e26e656c22ff") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27f8f9cc-8fae-4ec1-99cd-bf7005eb38bd") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "846ca3b2-1785-42cb-8b44-937061529561") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb4a7fed-ee69-45dd-93c7-47e758cc94c0") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "390054e2-843d-45b5-976c-56abf27c4642") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "db8c8185-2c77-4ee1-9fb5-361541524eaf") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "193b80c1-20dc-4e74-86af-b8899855845d") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "65178ee0-ad69-415d-a9ad-ea382e8f5915") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "17b4f5d0-965d-4661-bf18-07b6b6146b12") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b62a1a04-bda1-4e51-8851-7641a2688355") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "949cdc61-3459-49d9-8087-8724ddff1854") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "734da40b-e5dc-4e25-850c-95397bbf1c71") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a544bbc2-4864-4ae7-af3d-b2ca8df435ed") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc4d7364-31f0-4e59-abbd-e0fdfe76a0cc") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "693ec77b-fbf6-47d0-817b-67021d76cfd1") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b19b560b-38ad-4ff6-af11-4f7d54f8b6e6") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "9f6ec1ed-99a4-470a-a668-3001c3d45f1e") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "dca2d8a4-029e-45bd-9558-15441e5a01f9") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "ccd5aaff-8936-4c8f-9a04-2a8067bbc768") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "7a83dee6-0f6b-4106-8dd2-c0eb54d278b4") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "/RES_MOD_JACK") + (pintype "passive") + (uuid "9d08e840-56d4-4043-adcb-58d04490eb0c") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "unconnected-(J7-PadTN)") + (pintype "passive+no_connect") + (uuid "ef4f0b4f-9c36-430d-86f5-1db23fcc77f4") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "aaff3830-9384-4fa2-b677-b811d1410e4d") + (at 60.96 66.04) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J4" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "3efb3520-4188-404b-8d7b-93727d086a3c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "c57795cb-ca3e-4029-9daa-fcf8ddb75cd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "22b164d0-8aac-46f4-86a3-3b8507382e60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5303e11d-ed97-459f-81f1-9d64a2c0ff2b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fff01ce4-5f00-4063-941c-88128bf776f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b9262bba-8e3c-4483-b6b3-4e06d9113ff5") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c06c3ad-8d53-4a4d-9616-d97653dc2e88") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f38bd233-6deb-41b9-9239-9faa4ffd1658") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b967e7dc-d566-41f4-9a13-049c6832b0b1") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f06a2ae4-9df9-4aba-9dff-a7954203becd") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66d1daa7-7a54-45d8-8a99-c48949a9c64b") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2766fd01-869d-4e78-a90d-abb132c7f1bc") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1d6a4af5-58ba-4cfd-a5d2-0b45523b1d30") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "edefdadc-a400-426e-a1d6-0b3e21e14eae") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "694fb738-6a58-4b4b-9c78-d3b8aadef76f") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "23376127-c415-48ce-86de-de8d7fe96008") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7b660d51-c737-44a9-a31c-7684d32a9c82") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "eea2cb1b-9832-44e7-a039-c27aa3a61b09") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "bc80c9da-4899-4cf9-8d66-ba2bf20a17e9") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d84a166e-f1de-45df-9ce4-25b7719113d5") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3db349ee-05c3-4525-837a-25fdc911478a") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1fe2b6e3-d9d6-4750-85d1-27e2c874fc1e") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "436f9acc-78b8-42a8-8091-33600e6c1fc5") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f23a8bb-140c-437c-87ff-af423fded43b") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "cc660d57-b2dd-430c-be9f-a4dfd97e1dc7") + ) + (fp_text user "KEEPOUT" + (at 0 0 0) + (layer "Cmts.User") + (uuid "41c7bca4-5dea-43ff-9838-425a85ee5381") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "27fc45a0-2c7e-4d09-8237-49e977bf5b99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "a2dda52a-0aa6-4c38-8cc2-71550d0c3685") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/IN_JACK") + (pintype "passive") + (uuid "966b13c8-31a9-4715-8ab5-7123aa4627a5") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "unconnected-(J4-PadTN)") + (pintype "passive+no_connect") + (uuid "b88999e2-afbe-4f60-9a42-94b5b80bdf93") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "b2c4977b-0679-4d3e-9862-a318bbb9b446") + (at 101.6 66.04 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV1" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "c340fff4-0247-4a92-9ecd-ba5af0980721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "8cda79ea-ef91-480a-99a4-791227ab7d83") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "132d9e91-c1a5-4857-9e0f-f60a3d74a199") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fda718c5-7eda-4132-9b7a-a60b6c3cf965") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a2c91b6e-9fb7-4a97-b39c-430baf7c51ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/37c1c0fd-87df-4264-b18a-e0c29d39abc1") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "526f2fe0-4acc-4090-80da-c5727aedb07d") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fada430-6258-4531-ae9d-802aa05ac272") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "935cceac-13e8-4a28-a906-1dbc9586bcc0") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8356f3c-2fe3-4710-b852-8ee124f643a9") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44a091df-de39-4457-b43c-7b21516a30e7") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d24df8bd-7a6c-4cba-8094-2f2342bfdfc8") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22892337-64d8-42b8-84fc-2afe3fb289f3") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9aeb9227-6e67-4e25-a425-2278b8a1cde9") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4e3aa2ca-e33b-4711-b0fb-a7ef5b8cdd1d") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "245104c7-6f01-47a3-b3e4-d2494c381ec1") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e32fa74e-48d5-4931-8387-a501b0ea4588") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "98532f04-4126-414e-81da-c0577237335f") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80747f5f-9221-4875-9946-ecb0dc7cc3b2") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fee0948d-4cb9-41a2-bb49-7d0346679aa3") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9c402ec-4dec-430c-af74-0d1e50b9ebf2") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1cb3a685-d392-484f-bf5e-b970143fe92c") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a271d672-ea1f-4ae0-a394-39a8d10af0d1") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a695e797-b93a-404b-b735-2e75f56cd581") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "ec618604-d18c-446d-b0fe-49509b678d52") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d9ae82a3-af50-44dc-afbc-a477d7862d2c") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "a3d628e4-7cb4-49e7-8e5b-c0cf47cea494") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/IN_JACK") + (pinfunction "1") + (pintype "passive") + (uuid "bf9f53d0-87bd-4ee2-b590-c18fcdfbf80f") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "/IN") + (pinfunction "2") + (pintype "passive") + (uuid "ed55ffaf-d8dc-48b9-a6f1-c645722d2a74") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "3") + (pintype "passive") + (uuid "03274e2a-e71e-4396-8174-621ccfddc4fc") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical" + (layer "F.Cu") + (uuid "d23634a5-799d-4c1f-a0c8-5f035c676fea") + (at 81.28 147.32) + (descr "TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)") + (tags "WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu") + (property "Reference" "J9" + (at -4.13 -5.63 0) + (layer "F.SilkS") + (uuid "d2409e2c-12ba-4656-a50c-7197edfbe25b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT" + (at 0 -1.48 0) + (layer "F.Fab") + (uuid "c3661471-2f5b-4008-8ee1-f87d659d1f55") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e71f8f8a-17a2-43db-908e-b1784e21b3c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05a2a9e0-03c3-4357-b229-ecd7d25e79aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf6dbee9-5ac5-4cec-9487-de11b07c3f6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/50bdc5c4-3bf7-4607-9c66-a696222ea0b5") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -4.5 -4.5) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31e24e04-27fe-470a-9849-19331ee8b787") + ) + (fp_line + (start -0.5 6) + (end -4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2a13737-477d-48ee-b43a-f94390e65e05") + ) + (fp_line + (start -0.4 -4.5) + (end -4.5 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61cb0eeb-97bd-410b-aaa8-bb5a57a77007") + ) + (fp_line + (start 4.5 -4.5) + (end 0.4 -4.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05c641d0-0214-4b57-bfb2-a312a8e674f4") + ) + (fp_line + (start 4.5 -4.5) + (end 4.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b9b1b0a-6370-46d3-850c-3e11049adc97") + ) + (fp_line + (start 4.5 6) + (end 0.5 6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f5c8f75-5e94-47ec-b8e3-1397132a5a98") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b5eeaef7-a7bd-47e2-9a1c-e9cd2b7fbe99") + ) + (fp_line + (start -1.42 0.395) + (end 0.4 -1.42) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fbac5a40-b141-4582-8f70-e3fd6190e86f") + ) + (fp_line + (start -1.41 -0.46) + (end -0.46 -1.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "09ec8ace-c912-48a9-b898-fd77a68ab1fe") + ) + (fp_line + (start -1.07 1.01) + (end 1.01 -1.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "45d47d56-2954-414d-a60e-ea701ae32689") + ) + (fp_line + (start -0.58 1.35) + (end 1.36 -0.59) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6c0c9a4a-57e6-4cda-b87d-7947f5fe0ec7") + ) + (fp_line + (start 0.09 1.48) + (end 1.48 0.09) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "35b9bc3f-e084-4413-b46f-5c2398d9033b") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "59c17bb4-7fc7-4a8e-8ae9-3b30a58702b5") + ) + (fp_line + (start -5 6.5) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ec67a08-9475-4613-b67a-fc406770fa6c") + ) + (fp_line + (start 5 -7.9) + (end -5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f980f1e-c3f6-4b7e-9556-b5f282b5dc11") + ) + (fp_line + (start 5 6.5) + (end -5 6.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "16630886-6ca7-47a5-a858-64a615488dc6") + ) + (fp_line + (start 5 6.5) + (end 5 -7.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e48caf8-5e26-44b3-9a21-72be64a62967") + ) + (fp_line + (start 0 -6.48) + (end 0 -4.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15e26d7b-d441-4d51-bc26-c7952e86581f") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "f13e5f78-d43a-408d-a4f9-690f81aa459d") + ) + (fp_text user "KEEPOUT" + (at 0 0 180) + (layer "Cmts.User") + (uuid "5600c4c9-f9a6-426f-8cf7-8239e5c97d0e") + (effects + (font + (size 0.4 0.4) + (thickness 0.051) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.52 0) + (layer "F.Fab") + (uuid "714749d0-4eed-42df-aed8-0b64eed0621f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "S" thru_hole rect + (at 0 -6.48 180) + (size 1.93 1.83) + (drill 1.22) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "028e3194-22be-4a9a-b0cc-ed611fe96844") + ) + (pad "T" thru_hole circle + (at 0 4.92 180) + (size 2.13 2.13) + (drill 1.43) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/OUT_2") + (pintype "passive") + (uuid "e1252903-bc87-4471-a9e6-2f5a9b16e58d") + ) + (pad "TN" thru_hole circle + (at 0 -3.38 180) + (size 2.13 2.13) + (drill 1.42) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "unconnected-(J9-PadTN)") + (pintype "passive+no_connect") + (uuid "a3154482-a720-44d6-b834-c2dc3ccf2df5") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 -1 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (footprint "elektrophon:2P4T.MINI" + (layer "F.Cu") + (uuid "d6839d71-cceb-4c2c-9eee-68478d0e188c") + (at 60.96 127) + (descr "Mini\n
http://smallbear-electronics.mybigcommerce.com/rotary-switch-miniature-2p4t/") + (property "Reference" "SW1" + (at 0 10.16 0) + (layer "B.SilkS") + (uuid "3904391d-b49c-44c9-abfa-a7de930261ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2P4T" + (at 0 11.684 0) + (layer "F.SilkS") + (hide yes) + (uuid "1ca1fdab-a3d0-42a7-9fcc-cbefccc73662") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa96e5a1-03e2-45d6-8e95-90c61cb0674e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74dee123-8423-4988-9907-1e8562136d80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "2 rotary switch with 4 positions" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49ad0dd1-54ee-4ae1-ad90-e97f7bdc6b02") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9b9bbe9b-ffb2-42b9-8053-5e9dc406e485") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.635 0) + (end 0.635 0) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "0859cda7-280c-4c88-b38b-9cbee34794ca") + ) + (fp_line + (start 0 -0.635) + (end 0 0.635) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "96db753a-d59e-411c-bea4-9a1ecc81dc1e") + ) + (fp_circle + (center 0 0) + (end 0.635 0) + (stroke + (width 0.127) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "ee6bb1e0-17dd-4bec-91ca-009c4bd19dce") + ) + (fp_circle + (center 0 0) + (end 4.123103 0) + (stroke + (width 0.127) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "028b15c8-14c9-425b-b56f-db41e0efc55d") + ) + (fp_circle + (center 0 0) + (end 9.1948 -0.3556) + (stroke + (width 0.127) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "22a59d28-e61f-471c-bc0a-47f34f122dac") + ) + (fp_circle + (center 0 0) + (end 4.123103 0) + (stroke + (width 0.127) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "80b04dde-79b0-4e2f-b8f3-4a54a6a1fe1c") + ) + (fp_circle + (center 0 0) + (end 9.1694 -0.0508) + (stroke + (width 0.127) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "fa929521-0cd0-424e-88f1-dae0f7e1fbff") + ) + (pad "1" thru_hole oval + (at 0 -3) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "/A0") + (pinfunction "A") + (pintype "passive") + (uuid "76e2295a-6f65-4753-a9b7-d88107abb90b") + ) + (pad "2" thru_hole oval + (at 7.391034 -3.061466 22.5) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "1") + (pintype "passive") + (uuid "c6ea439c-8155-4892-8f81-20702ae4eb86") + ) + (pad "3" thru_hole oval + (at 3.061466 -7.391034 337.5) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "2") + (pintype "passive") + (uuid "04e43b74-3531-43fa-8d3e-511a3d917e69") + ) + (pad "4" thru_hole oval + (at -3.061466 -7.391034 22.5) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "3") + (pintype "passive") + (uuid "bdca8172-076c-43d7-b7de-a593d5bbcdb5") + ) + (pad "5" thru_hole oval + (at -7.391034 -3.061466 67.5) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "4") + (pintype "passive") + (uuid "60772ca0-7dd2-4cea-9a37-e5a90de292ca") + ) + (pad "6" thru_hole oval + (at 0 3) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "/A1") + (pinfunction "B") + (pintype "passive") + (uuid "436c01aa-096d-4f45-81a3-6683f3541eb5") + ) + (pad "7" thru_hole oval + (at -7.391034 3.061466 22.5) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "5") + (pintype "passive") + (uuid "3ddf6cf3-87f8-4217-97c6-a2bb7f67b3f4") + ) + (pad "8" thru_hole oval + (at -3.061466 7.391034 157.5) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "6") + (pintype "passive") + (uuid "4845e46b-0294-456f-97c0-f5521564ddfe") + ) + (pad "9" thru_hole oval + (at 3.061466 7.391034 22.5) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "7") + (pintype "passive") + (uuid "ee7f4609-4d6a-41d2-bc21-4233e84f6fac") + ) + (pad "10" thru_hole oval + (at 7.391034 3.061466 247.5) + (size 1.9304 1.9304) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "8") + (pintype "passive") + (uuid "a509ae8e-3936-4d12-8334-a3d936452a83") + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "d96db7b8-f618-42c4-82a0-9f7d136e395f") + (at 101.6 127 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV4" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "2a13bea1-d899-4f6a-b79f-46581e0f0ab6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "4a803c3d-e9fa-4f5e-8f5f-84ff9d130782") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd2c2cdd-628d-4f53-bfd7-6f2e0501fff8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81193854-09ab-4961-823f-e7003def20ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89c6d6cf-c943-4d2f-ab5c-0bebf7678579") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/77614cb2-92bb-4f0f-a38e-88d4eba723f0") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93dcf340-2faf-46c8-9715-22ba1d889d76") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b09a6e9-6656-49da-a387-5c706e1bb878") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5bfc3638-d398-427f-b39f-4918420b029c") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8fe0ab99-88dc-405d-9d2e-2a67e3b2283c") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bdae2497-c85f-440e-a2bd-213684ff7c85") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0bce248c-de7e-486d-a9bf-f390f00f192d") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb68f718-d249-48dc-8f98-49252c60cafa") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43fd3ef2-a368-41ca-abc0-6f0c50834bda") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7adc5a14-49ca-447a-862d-7791fdf7e4f9") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cda5e59f-0ffe-45b7-aa39-f8d3e8cc0dce") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c66f08a0-a2c7-49bf-8f59-98776e3aef19") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5b6208a-d125-4767-b887-f09a39fe2b46") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "05a9058e-c388-4506-b4d2-4247a82967c9") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a95b4fac-c8e9-4ef1-9e56-1936cbb42625") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b156e9b4-b8a6-47a7-8767-3bd687335af8") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a1f51eb-7e72-4874-9e42-55d8078d4601") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6335874-3f62-4843-ae7d-d07cc3dd03c3") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "2dffc7a4-cf3f-4345-a6b6-b3f6764c5dc5") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "ee10cf4e-d371-4f80-9e69-c0c4d861315c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "f192e30e-39b5-405b-9110-bc0f7a15b7d2") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "60f00609-90bf-44e2-a3c5-4c44bb292ecc") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "/FM_JACK") + (pinfunction "1") + (pintype "passive") + (uuid "3f64e805-400c-4a31-a601-0a098106464a") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/FM") + (pinfunction "2") + (pintype "passive") + (uuid "c81ae2cd-504f-4b5c-a452-0fa7933ec443") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "3") + (pintype "passive") + (uuid "8189a050-a4ca-4af5-998f-ea30faa6d562") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "e2ffdc53-e470-47d8-9f3f-4d612e992f94") + (at 59.69 74.93) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D1" + (at 4.445 0 90) + (layer "F.SilkS") + (uuid "2a4a993e-66a6-4184-bc04-bb37bd66a889") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (green)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "8faa5f22-9814-438a-a26a-fac9c4a6173f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c9b081d-939b-4d03-a288-4e16a60d2a44") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4adf0105-dec6-40fd-bf1f-8ebe28b559f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae3112c1-0061-47de-9cf9-3882e459e4d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/cef39d3d-0a6a-47a2-9823-9ecb0070e80f") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dac6540e-9104-46b7-a721-f5048480b84b") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ace8aa9-5876-4c51-b19d-312e50028904") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5974bd5-432f-42af-9fbd-545d29e0f07f") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "555f7253-7dc8-4d8f-8fb5-b11d2e489afa") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7933e5f-b85a-4aa6-b432-ad075d641c04") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4048e61-b3aa-41ae-b405-86c45154ae8b") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd958227-5aad-4048-a3f9-4f8f344501ec") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c17381e-ad23-4c8a-8466-bc71a8fd6f42") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86c7477d-b272-45b1-9d9c-044421277fa5") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff9638e5-2e95-43f8-85a5-5edd3a5868a3") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b328691c-f4a1-4a9d-b9e7-67bc501d2966") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7da932e-d756-4d30-a617-37985a94af99") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "1aefd2ac-e9aa-4a3f-85ae-6366e0502de4") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "7cd66315-3d28-4ee2-b148-0a37aa515a0c") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "Net-(D1-A)") + (pinfunction "A") + (pintype "passive") + (uuid "bf39cfbf-a7d8-4108-b4b9-bc29e3ed1cb8") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_THT:LED_D3.0mm" + (layer "F.Cu") + (uuid "ec42684e-6934-40dd-860c-a689d6b62dc7") + (at 100.325 156.21) + (descr "LED, diameter 3.0mm, 2 pins") + (tags "LED diameter 3.0mm 2 pins") + (property "Reference" "D7" + (at 4.445 0 90) + (layer "F.SilkS") + (uuid "372c6f77-8d14-4a21-b957-b2ac9d368f1c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED (yellow)" + (at 1.27 2.96 0) + (layer "F.Fab") + (uuid "2d84b91a-1025-4be0-833a-d1c029d453c5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7598d6d6-e12b-4a03-8f3a-8805354f40af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd46faca-09e6-4c54-bd4b-56d11545750f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d846cca1-410e-4124-b481-a09c44c75172") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ce7452f5-ce18-4a8a-a25a-6bcf39037dfe") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -0.29 -1.236) + (end -0.29 -1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8cdf64a-f087-4a36-a77b-795774f81f9e") + ) + (fp_line + (start -0.29 1.08) + (end -0.29 1.236) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6dc05aa-4a5c-4d22-826d-036a5771b37f") + ) + (fp_arc + (start -0.29 -1.235516) + (mid 1.366487 -1.987659) + (end 2.942335 -1.078608) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "245e80a6-ae5c-4f20-80cf-6a82b4fce92c") + ) + (fp_arc + (start 0.229039 -1.08) + (mid 1.270117 -1.5) + (end 2.31113 -1.079837) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6f169c2-c6ec-4dd8-a4de-ce94cec61732") + ) + (fp_arc + (start 2.31113 1.079837) + (mid 1.270117 1.5) + (end 0.229039 1.08) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bab0d4c-7617-4b8b-9204-46078e3449a4") + ) + (fp_arc + (start 2.942335 1.078608) + (mid 1.366487 1.987659) + (end -0.29 1.235516) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00778b6f-df28-4f00-84bd-8d666edc0863") + ) + (fp_line + (start -1.15 -2.25) + (end -1.15 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d50b0982-ce6b-4699-881b-2bbcd24f34a0") + ) + (fp_line + (start -1.15 2.25) + (end 3.7 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dd1a328e-276a-4c53-8f8a-1dcd612430d7") + ) + (fp_line + (start 3.7 -2.25) + (end -1.15 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcc93875-c48d-4fd0-87dc-80f3ded83cba") + ) + (fp_line + (start 3.7 2.25) + (end 3.7 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4ced6fe3-ba9f-44df-b58c-ee90ffc4b8cd") + ) + (fp_line + (start -0.23 -1.16619) + (end -0.23 1.16619) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "175e3310-060c-4ea1-987c-57f30780efab") + ) + (fp_arc + (start -0.23 -1.16619) + (mid 3.17 0.000452) + (end -0.230555 1.165476) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d816478-676a-4d08-ad85-d451b79e23a2") + ) + (fp_circle + (center 1.27 0) + (end 2.77 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "aeaaab15-872a-4361-8d67-7bcfda943f3e") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "994959d6-3277-49a7-a92e-b6677d81f03c") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "Net-(D7-A)") + (pinfunction "A") + (pintype "passive") + (uuid "f1706000-a0c8-4598-8421-5eb133f72981") + ) + (model "${KICAD6_3DMODEL_DIR}/LED_THT.3dshapes/LED_D3.0mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "ee825538-fe2a-45b4-a581-ad977bbea3e4") + (at 101.64 86.36 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV2" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "0bd88bec-c6c2-4715-aee5-12aeeaa2418d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "a73bfeef-3947-41ac-8b65-a08f1103e6db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e21acf22-386e-4043-8d11-828c88c7da73") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42946408-2903-47da-96bc-d9c402df6713") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c76d0dd0-2c2a-4572-8b25-446b2f904374") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/aaecf534-10bd-4b06-bd7b-189d0d13a9c6") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f0e6dc9-578f-45d5-9d76-99072a643374") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6909662f-eb6c-4e1a-b336-bdd661826195") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22ec905e-0ac9-4634-92f2-c379371ff4f9") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c46ee7c3-199d-4a75-bf31-fd03ebef4001") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "382c3158-2e9d-45ae-8509-f394ff66b00f") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1f26ce9-6c70-417e-a62d-e520daa93a13") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5049363-957a-4c57-b1d6-69a44473a8c0") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06212183-46b9-4c19-a1ca-c442f3328ab5") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46f2762c-20d1-474b-8f9a-9d90a2b3b62a") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "299dbd5a-de8b-4cf1-a7fa-c7a8f15d23a5") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51374fcd-a9a0-4422-bcd4-64925f61f840") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d665dcce-f282-4ed0-a6fa-6f84ff554a3f") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5ca40d7-b819-4e04-8ba2-73db25804368") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c970e28d-a6ac-4eaf-ab91-a662171193b7") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b68a32c4-fd00-4a73-b310-e85adf0d4b63") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7af7171f-352b-497a-89e8-f1988bab2163") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86a034bf-d7ac-4793-913b-d348b61bb4de") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0bef2408-d12c-4c75-b7a2-e55e3629de95") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "1772b816-9bef-45e9-a11b-9f437daf142c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "0194f0eb-c1a3-47fb-bfb9-dd452beb7198") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "bc4ae1ff-2d14-4bf4-a716-6e7f5362dd88") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "1") + (pintype "passive") + (uuid "100b5e0d-c47c-4030-ae58-7d7e35681d38") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "/COARSE") + (pinfunction "2") + (pintype "passive") + (uuid "54034c16-a9ee-4ab9-ad7e-42fc88e9eb5f") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "3") + (pintype "passive") + (uuid "5da8cd97-fa6f-4e0d-bffa-5dff477338b5") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical" + (layer "F.Cu") + (uuid "fda1af49-9ee0-472d-bd8c-e0b75fc0dab3") + (at 81.28 106.68 90) + (descr "Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113") + (tags "potentiometer vertical 9mm single") + (property "Reference" "RV6" + (at -0.79 -7.18 90) + (layer "F.SilkS") + (uuid "e9e4f6bf-4a05-4b56-8fa1-8d13632c58cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -7.5 7.32 90) + (layer "F.Fab") + (uuid "b55dc617-e8e1-4ced-93f0-7fe4e295f0c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f68f3228-3537-4bce-afb9-9ba2bdb10676") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57230699-beef-4b90-862b-01fc516c8d02") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Potentiometer" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "266b685b-6d84-435d-9627-dc87ba00d94b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f24d5d1e-0330-45bb-b122-d268de0d24cb") + (sheetfile "mount.kicad_sch") + (attr through_hole) + (fp_line + (start -6.62 -4.92) + (end -1.9 -4.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1493d44b-4aaa-4384-bb9a-2409fa1db76a") + ) + (fp_line + (start 1.91 -4.91) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "422d89c2-1c6d-45ee-9639-66cb861ad18a") + ) + (fp_line + (start -6.62 -3.73) + (end -6.62 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f60e3e00-9b4a-419a-8a0a-98fe282f39f1") + ) + (fp_line + (start -6.62 -0.83) + (end -6.62 -1.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25ae281f-314c-40a1-9b82-bfd8c225e8ab") + ) + (fp_line + (start -6.62 1.62) + (end -6.62 0.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0202154c-7444-49f9-a5b6-661c62ab58c2") + ) + (fp_line + (start 4.97 4.83) + (end 4.97 -4.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f6be721-dfaf-42b2-839b-218f7dc8cdb9") + ) + (fp_line + (start 1.91 4.83) + (end 4.97 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45511975-f8f8-4c71-9355-2062f4745240") + ) + (fp_line + (start -6.62 4.83) + (end -6.62 3.34) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcaeb1e3-20c4-4550-9d4c-0279ddb599a3") + ) + (fp_line + (start -6.62 4.83) + (end -1.9 4.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba088197-41c1-49f1-81ed-c01b14aaf908") + ) + (fp_line + (start 5.1 -6.45) + (end -8.65 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e85976c-390b-4dda-ae68-1ac6b2d7a2c0") + ) + (fp_line + (start -8.65 -6.45) + (end -8.65 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc714c4a-e3a6-49aa-938b-eb867e0a6f03") + ) + (fp_line + (start 5.1 6.37) + (end 5.1 -6.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5dba9490-92dd-4213-9d72-c9df3b8e2984") + ) + (fp_line + (start -8.65 6.37) + (end 5.1 6.37) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9f55ea7-c5ff-446c-be70-9e89bd9c55fd") + ) + (fp_line + (start -6.5 -4.79) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45d59dad-1b66-4218-bcb0-4c2b3fd97e5b") + ) + (fp_line + (start 4.85 4.71) + (end 4.85 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7165a9cc-190d-43cb-ba27-6413a185e0b9") + ) + (fp_line + (start -6.5 4.71) + (end -6.5 -4.79) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2554bf67-051c-4590-a04a-a9dd2c5cad25") + ) + (fp_line + (start -6.5 4.71) + (end 4.85 4.71) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0863c2c-e409-4aa7-b816-e7ac1e66ce43") + ) + (fp_circle + (center 0 -0.04) + (end 0 -3.54) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "db04fcd0-efdc-45a3-88c2-6fd94407b5fa") + ) + (fp_text user "${REFERENCE}" + (at 0.12 0 90) + (layer "F.Fab") + (uuid "b2d3dda8-0c5b-4273-ad41-e70609cf1c58") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" thru_hole oval + (at 0 -4.84 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "eaa25377-cc45-48db-b301-30eae4b64865") + ) + (pad "" thru_hole oval + (at 0 4.76 180) + (size 2.72 3.24) + (drill oval 1.1 1.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "f8d3943c-97c6-4705-b9f0-86c11ff390e3") + ) + (pad "1" thru_hole rect + (at -7.5 -2.54 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "/RES_MOD_JACK") + (pinfunction "1") + (pintype "passive") + (uuid "15b2f340-9717-437e-8aa2-1e788b6ef89b") + ) + (pad "2" thru_hole circle + (at -7.5 -0.04 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/RES_MOD") + (pinfunction "2") + (pintype "passive") + (uuid "3d168935-40e6-4adc-8623-449292732526") + ) + (pad "3" thru_hole circle + (at -7.5 2.46 180) + (size 1.8 1.8) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "3") + (pintype "passive") + (uuid "0c719408-192a-4c24-a796-32b3b2377580") + ) + (model "${KISYS3DMOD}/Potentiometer_THT.3dshapes/Potentiometer_Alpha_RD901F-40-00D_Single_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 90) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "0912b458-3a57-4d14-9af6-9a5e882cc4c2") + (at 86.74 122.555 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D8" + (at 0 2 0) + (layer "B.SilkS") + (uuid "f25a1125-a62f-45d6-8c77-221c6865f95d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "3be8a52e-9482-4398-a716-b688ead1d507") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a958c6a9-dddb-440e-bbb8-1d6b27452c88") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7bedbbba-8db6-4e4a-8ce7-a9d7666743ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed1a4ec5-df9b-4667-873f-97ae82d9cb17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "360028de-183d-4e17-9d0b-457ceb0cdafe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "76652a90-819a-4c3f-a324-0f6de446ba16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/309bc0cb-e0d9-4a3b-aaa0-330d90d7b78d") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e35cbde3-3a23-4f1f-8716-5d6ec8341748") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "87e75804-5b42-49f6-bb17-67a40c6c41d9") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a80e64f1-0ef8-4da9-b7f7-ad4f3bd7d28d") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bbed851f-ba6a-4d90-9de9-2bfdc495a35e") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1192b62b-2698-4b35-8550-6f6d82d40128") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5112a638-8fe6-432c-bfd4-46552719d18b") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0d909e43-3e66-462e-8674-1c88ec653032") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "17cd6297-84b0-47fc-85ce-b245da9c390a") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "359c770c-f12d-4b4b-a442-02f18b95bf4e") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48db7b59-8b4e-4110-a141-5e9e6b8de6ee") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fbea8e8b-5a5c-4379-8120-aeadc2f6519a") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f27f563b-c048-4c23-918d-e2ce434bc8a8") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b260249a-b4b0-45ab-b2b2-e405e7d8b06e") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "667cd53f-9403-485f-b6f3-816508a9c0d1") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b1b292f6-27ea-4f0c-9e77-dea673a4eb9e") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c77b471a-d709-4771-9e7a-0c06ed69565f") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d172c830-7a2d-405d-80fc-e174b1e0549e") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3cf63a5a-03c4-444f-a132-da357e0f82b6") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "034529e9-f63d-40f1-8b35-9971bab41fdc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 33 "Net-(D8-K)") + (pinfunction "K") + (pintype "passive") + (uuid "a886aae3-0359-4ce2-8079-6ca9f575c4c5") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "aa9de89d-ccd6-4dee-a759-e1be9388cb4d") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "27764f98-4bff-4418-9183-942c337ffd6d") + (at 68.2 88.265 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D6" + (at 0 2 0) + (layer "B.SilkS") + (uuid "7321eceb-7caf-4bed-9692-19e8e53b23ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "2aaa99c7-ea91-45c8-8df0-d1de48dbbcfa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31f5f424-e4b3-45de-91e5-5e89a859c49f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49aa030c-3431-4443-b428-22b3c4ce7607") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04e1051e-ea61-462b-9bb0-37573ab10eb1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "09539284-40b6-4dae-97bf-7a190b2631b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "62736d69-d89a-4592-9adf-229bc5464882") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/19846f8c-f640-4141-94da-d08634b65c33") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ff22d1b-44a0-4806-8952-5a453a1b57b2") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1220d6a-bf27-43d5-8f1a-a769b5073c32") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6e01e7a-515a-4183-bcb6-fbcf2bdfc140") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1b2d3a9a-0980-41b7-9887-65bd9e9b4636") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cb9dee23-7030-4283-84b2-d5d06a8c5e55") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "744ff70c-81fc-4048-aa92-a425df73b418") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "180420bb-d952-40ae-979b-4057e1aa311b") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d1949c82-3321-4686-951d-9dcf9e28199a") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e53c81f8-2575-48ae-99f3-a2b7be7eb277") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65d70e88-9404-44cd-9fa6-c6cb5ff53e05") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c68e1f85-b233-4425-aa00-a57160178c9a") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "43881cc5-4462-40c5-b5c6-9da7bc317c9d") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a1fcbbd1-9fa6-4d28-90c6-cc8b2d681f25") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "28779273-02f6-42c0-a116-4244614be7cd") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4285e8c5-057d-4306-a8c1-cde45f73ae77") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "93e927e4-98b5-4ecc-a7aa-753ab0bb8edb") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b84101ff-f1ff-41ed-b235-136ca605b093") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "082f2cf0-1d12-49f4-bfb5-e1506053d8c0") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "e80e7d5f-0c27-4333-bf04-1181f33894bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 31 "Net-(D6-K)") + (pinfunction "K") + (pintype "passive") + (uuid "7453e5f5-252f-4c86-9109-31cb92dbc295") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "6632a0c2-1fe7-4946-9cb4-de08debe7f19") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "2c47cfa5-a314-4bdf-9aea-01ff121dc67e") + (at 69.04 72.48 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q1" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "f9428180-7740-44f0-a1c1-712fc705c740") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "9f06886e-8117-4390-b367-21a2270c410e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6659767e-4e34-40a7-93d9-34179700ef3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ed3b7d9-c312-41f8-8e1e-54e51d9464f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "578d2dc1-e8d4-416c-ad06-6c3a821be8c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5b05dccd-37bf-4375-aabc-d25059b4892e") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bbfc1e30-6f2a-40e0-a0c5-9f53ec4357cb") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c7b39fc-d17b-4499-b6a2-0f770bea9d8d") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c28fce27-d15b-4eec-918e-0e17a5c92870") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d042161-f0d3-4eb0-8963-74190c5eec42") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "b174be4c-6dff-4537-b4b8-1e5d9e32ef91") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d1f387c1-893f-4953-a6d8-0c3e08a6df5a") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bd6ac5ca-d748-4586-83d5-271830571438") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9447f261-7da4-41a3-adfd-0c946408067f") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "21300777-a346-4485-96fb-aaa5d1a2f400") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dfb98617-4ff1-4d88-83bc-872f47c2a55e") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e2763cf8-fcea-4e04-9de7-05971c05b826") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "542ffa59-fae4-4bc8-8232-9155b7afd22a") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d6f6f07c-5fa5-48e9-9ced-371862af4ea2") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e0764253-8ed0-45e9-9362-eea6facb21ad") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "87d87162-d1ff-46e2-860a-cad71163c6e3") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 27 "Net-(D2-K)") + (pinfunction "B") + (pintype "input") + (uuid "40f5f05b-7f0b-4d7a-a443-f89d4c980599") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 26 "Net-(D1-A)") + (pinfunction "E") + (pintype "passive") + (uuid "d29e4572-4467-4184-9d41-6d090b708bfc") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 39 "Net-(Q1-C)") + (pinfunction "C") + (pintype "passive") + (uuid "751c60ec-8944-46d8-a189-48b2a26e73a4") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "2d5273cb-aa0d-4c9a-9dd1-9c8b45a6a76a") + (at 71.7 116.59 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R4" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "3e5289bc-1d63-411f-bf2a-86e6b492d475") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "4bff8cdd-6120-47c1-bb3c-66b21a870a5b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e6d9694-68d4-46c9-9d5e-7c2b43eb5224") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a38058e6-f950-43f8-80c1-2ce62397d3cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a7be4e1-ca4b-4e3e-8925-3d2d9c84f3b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a16baf58-f478-483b-9ccd-d7193e025be0") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4248d192-bded-4d0a-bd52-9ec39cfa49e1") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "352b3d0c-88ef-4c4f-a3ac-75888ef7d584") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7e5270ca-2af4-452a-a61a-c72fa8cab291") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bcfb6d1e-c04a-47eb-a8cb-be7667409d96") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d0320e55-a1c2-482c-8cee-e246d800ef3f") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "edc41075-736f-4d0b-ba9e-9a830c7f4b9d") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8c82a4c1-4582-49ad-973c-5ba0d5d252eb") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "476c907f-3116-4eb2-8312-71495e63d5c2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b3100c7f-be68-4b4f-a72b-2d23d0ef8892") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "be13b3e5-c093-41a8-a9c7-4cc65ace7d53") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "62458226-3977-4dcd-9b2b-c337e49f70c5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 40 "Net-(Q2-C)") + (pintype "passive") + (uuid "562faa79-c23f-40f4-85b4-7f984ec64366") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "+5V") + (pintype "passive") + (uuid "2d3d1804-7d5a-4f79-99f8-837152d8675b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "38918d81-775e-4a43-a565-fa905b391df7") + (at 73.86 74.68 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R2" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "277d80d7-79f0-4a03-b063-c05930b2277b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "874ff3ad-50f6-423b-8a9f-e2f1aa30ab89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1e3f23a6-b110-446b-8beb-ea915c83ace6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fbb02962-867f-4762-af8f-af1907e17df0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b00de71b-1c23-4d01-94db-f834f8be9ac9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ef56190b-1b15-4da7-a5bb-c5d31c2175fb") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "23d4bd4a-2e19-4b1f-b641-3d4374bbc978") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f348285-20c1-4f06-ae66-5f083073b3b9") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8b94c730-e579-431d-b5a6-a179c7411a2b") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6ea7db96-a81a-426b-8588-87624348e8e2") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ff00ee36-3af2-466f-8abd-f4804bb0ae63") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "12cebf8f-78a2-40a6-8535-81fc1e27122c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8ebd96cb-adeb-48db-86f2-0ecbaf946f77") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a5e9f38f-e8c8-4c77-8964-c6016761adf8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76114fe1-0f52-4ff5-b643-c61e2811cd61") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0ef7333e-9f27-4ef8-886e-d2491a6bfa71") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "0c0cfdab-b1b5-4df7-a031-e67101167acd") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 39 "Net-(Q1-C)") + (pintype "passive") + (uuid "4deac54c-d6e1-4b6b-b4f1-ed4826081c4f") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "+5V") + (pintype "passive") + (uuid "393074b0-9a50-4b98-8fa8-d197cb9a3df1") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "4612c1ec-5950-4f73-9e8b-6e51041995f5") + (at 104.775 147.32) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q7" + (at 0.245 2.42 0) + (layer "B.SilkS") + (uuid "4ed1e6f4-fc11-4684-adc4-1a6257f91e5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "ba11748e-d40b-4d16-837c-3f6ade90d2f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9853171f-80a1-4a0c-91fd-b4bccf14d787") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff608c14-bd7a-46f2-be2a-941a971ff5a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71259b97-7373-4033-855c-d4d284ae2651") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/eaf0b12b-1bc7-417f-9d5e-26354820a24b") + (attr smd) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fc2c506-5995-42db-9c53-53f3662b49c3") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "079fe0b7-9538-4c6a-a1b6-52cc44fc8a64") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4bb1814-e08c-462e-bb6d-62999014f8ab") + ) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "10257b73-546f-4caa-afc3-621be5019bf5") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "76f69266-cf54-426a-b560-1b1fe036082b") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dec4b4ee-988e-49e2-890c-58e08453d6cd") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "df1b88dc-72cd-48e0-a393-421646d333ad") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b126f197-b505-419b-9dba-60cd9fd22ca9") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "97800d48-062c-4834-9091-b9d957f55aac") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7986c39-0fb1-44d1-b127-bd022c6381f4") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "20e229b0-3d05-4df3-8b52-1a169c133fca") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7847c362-7948-45cf-baed-0d08f0d7ca27") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56b25a7a-ad44-4b17-9b39-36c9e0451d9a") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ad33b5a4-bada-46f6-9d78-119d5a120d87") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "45daf2b1-50af-4e20-87c1-0a07082d1b10") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 20 "Net-(D14-K)") + (pinfunction "B") + (pintype "input") + (uuid "c0973338-fd87-4c17-9b00-1c0328971ccf") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "Net-(D13-A)") + (pinfunction "E") + (pintype "passive") + (uuid "4ee2f4c5-6eb5-49f7-ab69-5d536708dbd7") + ) + (pad "3" smd roundrect + (at 0.9375 0) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 47 "Net-(Q7-C)") + (pinfunction "C") + (pintype "passive") + (uuid "ced881f6-9560-45d7-b5d3-15c9ca3a678b") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "47699a02-e6d2-421c-aea6-c8cf392caa15") + (at 72.59 95 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R6" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "b10f515e-c3c7-4401-b451-9290210132d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "4b379315-67db-4406-a1bd-5fba45316414") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ec82e54-436a-4dad-a369-4e85315dbd8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1bae7d30-32db-4f31-a974-7b03655d73bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46843043-336b-47b1-9601-9032e7af6255") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/be177668-dc39-43d2-8ff0-b9919da79771") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0faf8e5d-3f31-4d1f-837e-f3c0e3d580d4") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a30e408f-16bc-4958-bea4-7c978a57e1ca") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ca8fcca3-5cc1-41ff-ba8e-0fe6be360346") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7dd22d47-6098-4e27-bbc3-6f66321186ef") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "22252fa7-a646-4d7c-b3d3-a4d5578df5ae") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f81452c5-740c-4019-acb1-50d4107b67eb") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "44dd9d08-63ff-464f-84ca-7a1e1e18a7e9") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2adbc6b1-e4a1-48cd-8ecb-75fc4a9085a1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "538d1d23-3e1d-4e65-ae1b-9bf51a1b6c12") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a0b5845b-c1cc-4aac-ac41-7077ce3cb8cf") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "d9d0c331-45bc-46e2-8d0a-ad155b27e85b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 41 "Net-(Q3-C)") + (pintype "passive") + (uuid "0a1b0cdc-4546-42ed-8731-18c1ad8d86f8") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "+5V") + (pintype "passive") + (uuid "26250117-bf49-4afa-a7e5-0cdcf3304d93") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "47a4fc1f-4107-47f3-a35d-a657acad3c8d") + (at 72.59 91.44 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R5" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "42632bd4-3993-4d72-ad14-cbacc10e41d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "361adcd6-34a7-4528-be4d-405c0b9c26de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b9146add-b4f1-4946-a6c9-d7102dfb2ca9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "94f8b5c9-a3a8-4d83-bb8a-531631bdbe61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e572fe6-838d-40fc-a194-b6e0a376de58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f4d09b26-c29e-4389-b893-6a8bf67cdb53") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8da944af-f8bc-45ee-8a51-0d28dc53819d") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1cb719b3-601a-449a-88b7-031881fa5d9c") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f8201f22-c196-49bd-8891-d5f0ba67eb6f") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "35a17f7d-0fa7-4177-a698-6358289816b5") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5a91b3f7-53cd-4fba-94a2-0bebb3baf9cb") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b3e896fe-7b26-448d-9578-40e510a24af7") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fa989c8b-f1d8-459a-bfb1-8d71dfba8a0c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d4cf873c-5428-4b8d-b0e4-4c0a497e9f33") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53638fba-c895-4663-afc6-df69b0a57acb") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "58e408d4-e7d9-4fc8-a67a-6584ade0cf14") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "d738367b-1358-4d2e-a398-4c2d728b7e97") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 19 "/V{slash}O") + (pintype "passive") + (uuid "2b9e0bff-2574-4e16-accf-62ffec8d8e2d") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 31 "Net-(D6-K)") + (pintype "passive") + (uuid "89d3697d-b29b-488b-a04c-db6c94c3f0f2") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "569f48db-7214-41b9-a144-262b828fc944") + (at 86.945 152.146 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q6" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "a5d446d8-9012-4468-af3d-0989fa4ac033") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "2ffb3355-21aa-442d-80d2-0ff63e570a32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ab1a095-0c43-4b22-90f8-f0aa188d8620") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab85bb91-c9ca-4ad4-b362-de66d6aa7364") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc78056e-0ec6-4d0b-9b0f-a29410558ca6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f8f4208d-3452-499e-8d70-0dc0081f2b15") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "08202f82-778d-49ee-b669-ddcab3726733") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "29e6c865-529b-4416-98d2-33a04213dc93") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "43e03e9b-f989-482a-b7cb-3c6d034222cc") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5aa1d208-9a62-439e-850d-bbe2b2a8a621") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "2d1e66c2-e024-4be7-bb69-2a79d5eef9dc") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a5473ee6-aa60-4153-8f62-a822ccd64e5e") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e90d9bf1-d542-46df-814b-7bbd19ab3da6") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7d5a91df-1447-4025-a823-e0c052032293") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "26c9f43e-e477-4485-8000-d906783cafc1") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3ef03767-672b-44e5-a916-7e8086308303") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d051ab47-43d4-488f-98da-2a8f65498e1f") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "540cc833-0aa6-452b-a73a-c988bc7396ae") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2a74dac1-e2de-4da9-b64a-3e966b1d4870") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "081d8367-1a0a-4532-a2ca-a4ca7a25679d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "f615c3bc-225b-4ff9-b4c4-b3b07e52da28") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 37 "Net-(D12-K)") + (pinfunction "B") + (pintype "input") + (uuid "29c23eab-c192-4618-9f62-5b5a32fa1cda") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(D11-A)") + (pinfunction "E") + (pintype "passive") + (uuid "c94a465a-207e-4066-abf9-c01013d0a111") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 44 "Net-(Q6-C)") + (pinfunction "C") + (pintype "passive") + (uuid "9aeb7a56-4dce-4086-a3f7-cf72a1eb4514") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "6356d96c-96d5-48d7-9d68-cad7f50c26b8") + (at 69.47 67.945 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D2" + (at 0 2 0) + (layer "B.SilkS") + (uuid "41a090a8-7a63-4476-bc59-b78ba981ade7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "27d168c1-a908-4f6f-9cd0-4ffb39005bbd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b217763c-d499-4685-9ce8-6f88ab32d49f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6fe1da8-8892-4c8d-91c0-64649bcefb4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1c98665-ebbd-4a37-848b-08c4c6395b4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9694b1af-71fe-4741-8bca-0fb632b1ea9a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "9736c188-eefb-4985-abb0-0cf14e593a63") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/b501aa0c-2bdc-418e-8391-c7d6912d4d8e") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b286fb5-4140-4050-ac59-5edf254e0a19") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf4406b0-98cd-482c-85c7-18a6abdf2bb0") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c16e5225-db99-4504-b207-4fc2b6702d7e") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a1458410-c16d-4203-aaa4-84d9daf28cc1") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f6750066-aa09-4667-90cd-eee17bb682a2") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "93de9b30-24cd-49e8-88f7-9c8c41e59ca5") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e80c0ddc-efc3-4ccc-9c73-78ea86c85811") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "600b2644-b253-4b19-bce1-bfd7dd9a0c74") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "94582e33-ae5e-40cb-9c12-c543a67ee404") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b81931e-df8f-4cfb-aed1-2579a4a6eb05") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3e01fbb8-d2f5-4aca-bb01-07337182a12e") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f47c429d-20cc-48c1-855a-e0d386a47488") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d06c3c4f-bb61-4218-9ada-5f3f2238e086") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5df1f29e-62c8-4002-992d-c54c658eec7f") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "700a4165-b1b4-4eac-9ba2-9bc3481abeda") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cb27fecd-b9ad-4258-8ed7-eb1c67c6613f") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8b1a6bf1-ece1-4a4e-8724-504ddf891a00") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d09bb798-8b55-4068-837f-91de6abd09bd") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "dc50bc29-977f-4420-b1f6-2b0e1cd97d06") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 27 "Net-(D2-K)") + (pinfunction "K") + (pintype "passive") + (uuid "8c46ca6e-10e1-49df-814b-07cf4b3071c6") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "4bc37885-9cd6-427b-8b24-b191ba839e2a") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "67c0445e-dbc3-4767-9f2c-283288e78c09") + (at 67.77 92.8 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q3" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "3f60b42c-7a4a-4348-9d56-05482030945e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "f432149f-f6bc-495f-ac47-36f240480223") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "caa151c4-a050-4463-b8df-c6f653d2025d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04d79252-6e31-4e03-931c-3f07ecc953d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa57b1b6-87bd-4829-93cf-f17d6baa362d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5705d34b-63f8-4eb7-9f95-608bb4eac548") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9605d9c9-76fb-4f7b-9098-cc1d9b2e44fd") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8302f31-54c9-4012-b013-f43e5a456047") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ebd69dfb-b1f4-467c-b6f7-e95fc1d37625") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb7c9a94-9835-4c0e-8163-a93f79322451") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "61e405f0-f8e5-466a-a5bc-10de836598b5") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4f1db9ef-e695-483a-aa1c-ff7e6ec4c74c") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4c581bd4-ff77-4eed-8d2d-14f2daa3bcb4") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ca6f348b-0c65-44f8-8b11-a160b941c00d") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7455a5b0-2768-4f2c-bd99-2881f01fc63f") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb8cf076-df13-40dc-8d5d-e6c3f0cd3253") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22572b5d-e090-45ec-b616-d24ade953702") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5c72a09a-b266-40ad-be4b-0a7def7a64c8") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1c908986-ed0a-46b5-8eeb-ded73c5b333e") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b34ce1b9-0c9b-48db-88c1-f0d71e1b5f25") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "b2497dc4-3fb9-4a9e-bef6-3b5b66cf8144") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 31 "Net-(D6-K)") + (pinfunction "B") + (pintype "input") + (uuid "0aad6cc3-34bc-4b01-98f3-d7e9a4308128") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(D5-A)") + (pinfunction "E") + (pintype "passive") + (uuid "53405e52-e4ee-47c7-8ce8-803cd960f6dc") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 41 "Net-(Q3-C)") + (pinfunction "C") + (pintype "passive") + (uuid "e7ff0c1a-65ff-4256-a98f-ac8c60540152") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "6b95b2a7-b92d-445c-8929-fa209831a9fb") + (at 105.78 151.74) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D14" + (at 0 2 0) + (layer "B.SilkS") + (uuid "537a7831-5a10-48c1-b9e4-ccd7237f38b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "87d9dd22-e370-4d2e-8e14-737a93dab93e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e9f57dc1-29d6-43e8-af3c-924d97a48c52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b21b9491-020a-41f1-a597-f4623fa2ca35") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8acd97f7-a492-4145-93f0-8657f05c2bba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "11f8117e-13f7-4c32-97d1-0a29e82c9afa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "1a7cb0ec-cd17-49e9-a417-1d7bbeb743b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/0bb57247-b160-48b6-934c-c177917c2db1") + (attr smd) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "96b5d749-94e9-43f7-b47d-16dcf802a02f") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "232184d4-cf33-4b7b-ab57-72aaac6eb6ab") + ) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "80c36ad0-34c0-462d-8be2-53c8806d8ba4") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0e0094ec-b9d4-421a-b94b-cf54cb8f68ec") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d811d0c0-4a3a-4cda-a9e4-62e9e77e68d3") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "157df733-c6c8-42da-a43a-4a3e15d40f54") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "81b5a29c-b870-4a01-b30b-b7c0fc416835") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "36243b7d-569f-4925-aa4a-d2d161b25acf") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "59dc3fc7-eca4-4507-ae9c-b9f562e18a00") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dd93ae19-1f47-4d9b-9b23-702d6867c630") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a83fff5d-cb0e-4aea-9780-3751f70d12e8") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d7be250f-c791-4332-98b9-4abfc32120bc") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a87b8397-feef-44bc-ab99-e7f674154799") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2bc34e5e-87ff-40f3-969d-b9c7a541237b") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0925cb66-4478-4ea4-b7b2-2f31152ebc37") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d24e4bc4-2b4a-4e87-8e2f-2ebe66e66cb6") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38395369-42e9-4e08-81a0-cfd4764d20a6") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "20cba27a-465b-4b11-9480-42fdc9b7feb2") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "7e9a15e9-1743-4f6f-a2f9-97ce0b802e8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 20 "Net-(D14-K)") + (pinfunction "K") + (pintype "passive") + (uuid "9f00bea0-9447-48f0-8ac5-8668dc74e66a") + ) + (pad "2" smd roundrect + (at 1.65 0) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "b45d35ac-0423-423e-990f-d883eb8feadb") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "81d5c90a-adfe-49c7-8c64-62ed99f58af0") + (at 109.474 116.84 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (property "Reference" "J2" + (at 0 2.33 0) + (layer "B.SilkS") + (uuid "c1af16c1-4668-4fb4-bb50-214850a7436e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Connector" + (at 0 -9.95 0) + (layer "B.Fab") + (uuid "992e8ab3-a618-4d54-ae10-1397a2480e6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8504ade3-3295-4d40-9a3c-4a9ff7234c6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f29f3e6-fece-45bc-90aa-dd5717b28898") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e2c49d2-b071-4d32-8087-8b848878d96e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5c3dea55-2fe8-4b4c-ab2d-c9d0b59d07b7") + (attr through_hole) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a614d9eb-6dac-4a33-bf41-ed79d9d2079d") + ) + (fp_line + (start 1.33 -8.95) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1addad6-a1f2-462d-b41f-35a4cde3f803") + ) + (fp_line + (start 1.33 -8.95) + (end -1.33 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f528f0b-9fc0-4d1e-a8ce-e8d924ef92f0") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "470ba9d7-2f7f-46e3-a986-2216b5d9f3d2") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3881a4bc-4631-4dea-a7e6-20ac7e45a6f6") + ) + (fp_line + (start -1.33 -8.95) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2bd47391-cc82-467b-aa20-aff2a0aec4e7") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "64124002-b915-437c-b4f3-c43f70d43b30") + ) + (fp_line + (start 1.8 -9.4) + (end -1.8 -9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4e6fe5da-5e92-424b-9557-aab1fae8a122") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cb5682dc-c333-4b45-9014-911e6fd0ea32") + ) + (fp_line + (start -1.8 -9.4) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "04a1ee5f-71a9-4d8c-bd24-04717a814997") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e0949c6d-eb4b-445f-b63b-51113d2819e0") + ) + (fp_line + (start 1.27 -8.89) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ccbfc676-d88c-40f5-a684-e0bcd92d990f") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2d5e7ce7-8cdf-46ed-987e-5696bc7da1e9") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "733fcae9-6c2f-43e1-b1ec-8bfd2cb533e9") + ) + (fp_line + (start -1.27 -8.89) + (end 1.27 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7b3c9ab-2934-4c36-b7dd-91932bc954ab") + ) + (fp_text user "${REFERENCE}" + (at 0 -3.81 90) + (layer "B.Fab") + (uuid "41f76a53-96e7-4456-912b-845479c513ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "/A0") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "82ac4a24-116c-4d21-a571-cd156f6075ac") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "/A1") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "eb9d9fe6-9255-44aa-b001-6ea6248e4414") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "/OUT_2") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "86d816af-cd69-4220-8977-b661a072f296") + ) + (pad "4" thru_hole oval + (at 0 -7.62 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "/OUT_3") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "cea70873-fa09-4e5d-a2f6-090ba8aef4b0") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "9d7a1537-9ca8-4ca7-89df-0a736f770be9") + (at 67.31 109.855 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D4" + (at 0 2 0) + (layer "B.SilkS") + (uuid "3d4f3d09-a783-43a1-a99d-abb221adae3a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "188a4196-bc49-4b92-a848-5f6d0b6ce626") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be24c76f-e208-4ad4-880c-1d1606168a77") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62d926dd-a6fb-416e-a1e8-7654d86871e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49e430c3-ca19-4393-a36d-8da6ab8ca92c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "096406ea-6800-4cab-989e-449a0dcbce0c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f4b75059-79db-4180-bf7c-af9f054cd529") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/8238eb10-d861-49ad-aaa7-9997d3e9fb13") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51ed63ce-f3f6-4dba-815a-6b1701fb36a0") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d335a935-5662-4859-ba17-8f6da40757cb") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a38a3847-997d-4f14-9dc7-84084f9bcf48") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d4dc5225-baea-4cf6-84ac-ad1878814625") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "264ea130-0c95-46a5-9d45-99981ff8f1cb") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "19612061-b4d5-4085-9874-128091271b72") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5ca46025-a8e2-47f2-aeec-b20e2f5282d1") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bbbc4dfc-6fec-4342-a90e-1b4d8df4e6f6") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b25ead36-69bc-4232-8bbc-29a639872e2b") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1988d90f-059b-4d00-9f3d-92c99b3db579") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "39a7b5e3-3c35-4043-9cb9-dbebe1425cb7") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "77b6a74b-4072-4532-b88f-5415a10c4e9f") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bd21ad42-baa6-4ede-8b22-90da16599b31") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dd3658ef-2b10-460a-b9e4-7d6185af06ce") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3614a747-a64c-40cc-a149-314674bb1b2a") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9a517c72-c06f-41b0-8f48-abf261026aac") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6627e18b-c06d-41f3-895d-8ae083d2807f") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "82201297-fafe-4aac-a749-a007a5d3d286") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "07136ee1-2121-4a28-8a04-ebe0ac5659f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "Net-(D4-K)") + (pinfunction "K") + (pintype "passive") + (uuid "da376bf4-67b0-47d0-9f5a-577fc211793e") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "a25e3177-243f-4292-adfa-7d08c1e460b7") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "a020ab8b-d163-4d2a-883a-86f68aa08809") + (at 109.22 148.59) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R13" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "6a48dd03-757d-48b5-a641-99c9bb83fdcb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "4618df82-bbaa-47cf-ba67-bced74012a09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "efcb49ec-2b1e-4f2f-9f14-eeea4b958181") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cf16498-f17a-4eeb-a3e3-8dcd5057d7ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f818205e-f4c7-40f5-a062-848aa86204b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ea447871-fc0f-45cd-a683-5dc1fbb2b8a5") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d40e4258-d65e-4f3a-8fca-34118fb9116b") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb0def03-36b4-4584-8d00-0f16c224c24a") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "db29358f-bf8e-47f3-87a7-5f56fabe489e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5a1657ed-0b92-4a32-b5e7-45907618c4ad") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "939dd308-d5ff-451d-8929-c508f3fb2ca6") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "605186ae-8837-44fb-b666-f29dc5e4cbe8") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "09def034-548b-4896-8c49-5ae600935281") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "32fa147a-c0f7-4556-af00-709fad523b08") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2baf8cf8-41ac-4236-b1de-79216018e7ec") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4aea05f7-42dd-44f3-b6b9-c39617b99449") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "51440009-d0df-452b-b0ae-ff966a4f5aa2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 18 "/OUT_3") + (pintype "passive") + (uuid "75ae1f1d-102e-45fd-a86b-94b2f3de1a48") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 20 "Net-(D14-K)") + (pintype "passive") + (uuid "2399c7a2-6964-49ba-863a-5d7c7865d172") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "a0982354-2863-4e96-a10b-771ce3753eaf") + (at 109.22 145.005) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R14" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "8eb1f4af-c668-40ef-acc8-2e010df7f160") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "bd08d2ee-ebe1-41d9-ad09-e44dae4cafdc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06799632-2d5e-4945-a9bd-607c7d5d8f99") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fde70290-59a5-4e66-9e52-ac7fc4ea237c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "afda3d32-3e56-4d1d-b870-29c8ff68b01c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/4f62ef72-7b2f-4539-a7ae-5bb311fcc953") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6594b1c-35af-4c8c-bd02-7adc03635a28") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ff5af42-1520-4183-9f89-58704bc481dd") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8df32b8b-5dba-45a3-8e65-843cd0729e6e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c0f843f6-633c-4d6b-af1f-90c3573b08a7") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1b681dca-7741-44bf-b5dc-b23b32221d43") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f967f3f8-223f-479f-93eb-ccbc9f07f474") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8102740c-03f5-417c-9a34-fd9cc8ccc9b1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d94567a-3ff2-4f72-9c62-f7e9f59c1b60") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "13c91d80-45d7-4528-b9a2-7cff990ebb0a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "05be78b1-4e92-48f7-8b99-7e3e3603b26d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "17c51647-3daa-4b65-a273-ea987320f0fc") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 47 "Net-(Q7-C)") + (pintype "passive") + (uuid "d7da3e47-0309-430a-a50b-2b028ba58e54") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "+5V") + (pintype "passive") + (uuid "562f713b-68c4-43a5-8451-e5fca4c22f62") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "a7491414-53a9-4cd9-9aea-7e69a7e3192f") + (at 71.7 113.03 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R3" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "ee683a34-aa7a-4d95-8f32-281102799cdc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "e02538c0-3531-4f80-a5a8-76f615792626") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "278effa8-a33f-410e-8268-b75646438215") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae9c6530-2316-4c49-ade2-6f29f8d029f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "513ca40b-5995-4590-9049-c9dad6f84ed4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8d69e95c-03c4-4269-a672-92823dcc4610") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cfe01a43-be52-4c0c-9623-dd3fda536796") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4c48eea-27b8-4235-aee1-638f1a9a1c9c") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "07dc2354-3b26-4c5a-968d-3fbbacbc86ab") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9ef17783-844a-4bf0-805c-9dd4ddfc1017") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c57688dd-d3c9-458b-8f3c-49406214d734") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "723f94a0-bf43-4df6-8d73-4843fa29c731") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cbcf0f00-eac3-4174-8a82-050e65a2a513") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d4b2953-a84a-4bee-8a19-4275b9b80018") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a4726695-8533-493c-965d-ef3eee7c4e9d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "84408a70-fe27-4638-9f80-680e817fb17f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "10d75b9d-47a7-4c27-9107-ef09285e8ab9") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 46 "/RES_MOD_JACK") + (pintype "passive") + (uuid "79affd36-31dc-4aa7-af6b-10cd3591d5a6") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 29 "Net-(D4-K)") + (pintype "passive") + (uuid "9ed5f307-a698-4de3-a2fe-be4718fcd0b6") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "aa46c2b1-1360-40d4-aed4-e23dcfc3026b") + (at 73.86 71.12 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R1" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "6feca076-78e9-4b3f-85f8-3d41cd0731ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "0442f222-b20a-44b6-b3fe-74bdadbe6e59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3214377-652f-4e9c-92a3-49b364d87904") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b8146744-1f94-40ea-b385-a3101315d5e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1205c42c-72bf-4a39-8d12-a21a60947c8a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1ccd6d7f-6c98-4a77-bfae-a743ecde4dd2") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fccd95a4-7ca4-4a9d-92b5-fadb27936184") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "df8b5c8e-9561-4129-b6db-5832bd9dad41") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3797b069-5420-47e8-8396-a9d953dad2c2") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9cf586a8-64d9-46c2-af9f-b17848228d8e") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "40ba51f9-81c1-4234-9311-7ea617cf3ac2") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bd68448e-ce58-44e6-b0b2-28894cf9a1ad") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f7b61e44-6943-467c-a0d4-722e27948505") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "755a3a6d-4611-4924-8856-814b3b7fb33d") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fbe1ade7-af47-43ac-9b4f-5a3043bfd998") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "827c04cb-86a1-45d8-bd60-1eacd293ec16") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "39387291-01a5-436a-85c5-79a3327f5e00") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 21 "/IN_JACK") + (pintype "passive") + (uuid "02d7bbe6-489d-4e28-86da-664af124a49e") + ) + (pad "2" smd roundrect + (at 1 0 180) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 27 "Net-(D2-K)") + (pintype "passive") + (uuid "885a4215-9fdf-4e91-8234-c2e2048462c6") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "aea1807f-70c0-40bb-b88c-77a664fab84f") + (at 109.474 59.69 180) + (descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x04 2.54mm single row") + (property "Reference" "J3" + (at 0 2.33 0) + (layer "B.SilkS") + (uuid "fba45799-1672-4842-a7c1-7dd82233b874") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Connector" + (at 0 -9.95 0) + (layer "B.Fab") + (uuid "2c960dad-48cb-4ad1-8bb7-f2b8970ad47b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "373946ff-c2d2-4aa3-8d40-504388405184") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be0d197f-6a9b-4522-94cc-eb82aa376038") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4310434-d1e4-4206-b594-9a3b928a875c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0653089a-ecd0-4ddc-b7b4-0d9529bb361c") + (attr through_hole) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6044170e-0f66-4907-b471-c147b108e7f0") + ) + (fp_line + (start 1.33 -8.95) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "67b077ca-6ab5-4e14-aa81-02e4e0d53718") + ) + (fp_line + (start 1.33 -8.95) + (end -1.33 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b936bfa-5ebc-40eb-97c9-fb0a3be8fbe8") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "49ee731f-cb8e-4027-8af0-2321ddbe0b98") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e670aaa5-9a44-40fa-a0ee-0f8e4640a308") + ) + (fp_line + (start -1.33 -8.95) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0d70294c-2d8b-4314-8a44-c587b07b0035") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "84345174-40ce-486e-a69c-7b2cf08a5914") + ) + (fp_line + (start 1.8 -9.4) + (end -1.8 -9.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "04faa652-03e8-4f91-bf7f-c1d0c62a83be") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8ce90f28-5e54-4ba2-8799-398394e0ecae") + ) + (fp_line + (start -1.8 -9.4) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "76aca89e-fd5d-433f-9ee0-b2e827ced6ca") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5316bc50-2b8a-4736-b636-5796d60983cb") + ) + (fp_line + (start 1.27 -8.89) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f4faaf8b-8d77-4edd-ad96-987ab1510dca") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c346b89b-ef27-4bd5-9ffc-48dd59fdd983") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "31ea6ad0-d06a-4792-8160-6d5ae9bf3710") + ) + (fp_line + (start -1.27 -8.89) + (end 1.27 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "af1226ef-51ac-402e-8037-ee336f78bc95") + ) + (fp_text user "${REFERENCE}" + (at 0 -3.81 90) + (layer "B.Fab") + (uuid "117b3455-68a3-4977-8f3b-589be94b27dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "/FINE") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "c691b168-d531-4eb3-b869-3b4fa40c8683") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "/V{slash}O") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "86d9fd7b-f9e2-4103-a8b1-dd388d6dec57") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/FM") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "8fee0ea9-11ea-45bc-93c9-9dd8b25300c4") + ) + (pad "4" thru_hole oval + (at 0 -7.62 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "/COARSE") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "3849d2fc-0db6-41cd-872f-eb1395609211") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "b72ef69a-8e32-49d2-b999-1dd14493e206") + (at 86.615 144.145 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D12" + (at 0 2 0) + (layer "B.SilkS") + (uuid "8e6ea8eb-4ecc-48ee-a583-6d0978ffcf37") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "a2657ea6-484e-42f6-bbce-0c8c5a59f227") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ce27c6b-f2d2-4b15-9742-e95e76295221") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99ae2ae3-a6f3-483a-be0c-f6280b49e155") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c72c98db-35a4-4e77-9326-050704d91f29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "1f7638f8-863a-4c22-91af-a591db1bbfce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "6c206dcc-d968-4f1b-8208-90a30f4027a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/af88b649-8847-4c53-8a11-0748ee77c787") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2de34afa-55d3-4727-8a27-f8d8eea671f0") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0de5918e-a745-48c1-8bf0-356bfe0714a4") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b242f7e-99de-4261-821a-2b0da54bac4f") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "046dabd6-3950-4a1a-a92e-4a5a509192f6") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fffbd47d-6424-47f3-a2db-dab268c131dc") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d18a3791-86da-4f32-9789-b6b6a8b84817") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7ebc86e2-8efb-4f81-b980-efd329456ddb") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e3e8dad7-aa02-47c3-a8f4-a9258ffb9d47") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4bef7fe8-99a9-449c-815a-74422b1800f7") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "304e5bce-ce52-491d-82b1-82659ee9fba2") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5dfca2f1-63a4-4ec7-96d6-00eeff0ba7bd") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "750c9d41-bf43-42f7-a632-a5101027cf9c") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "24120a9a-2401-4cbe-909a-efbf0bb87298") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b20ce453-18c0-4424-b775-f500a04c78c1") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "09b6731e-489e-4c82-9821-1869d49361a8") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "88d530e2-bd16-4202-9436-30639a5fffd2") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "771359a8-e094-4a7b-ad36-4db6e8805f1a") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0300a428-cb68-440b-9d1e-3b42d7175df9") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "2793bffc-255c-44fb-920b-75819035b1e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 37 "Net-(D12-K)") + (pinfunction "K") + (pintype "passive") + (uuid "9ec9a1b2-c4be-4bc5-8775-228aa9ffaaa7") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "06c9dff3-9c59-4524-b761-e1a9fea38625") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "bae6f53a-1bbf-4299-8fd3-10a48d00ff6c") + (at 87.485 126.365) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R7" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "668b4b18-014f-4bd8-8caa-8bfc43560349") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "51ee5193-5d3a-4bcf-9cd8-37eef384d32f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b5b99dd-f2df-4c54-a5d8-9ec2cf06db73") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "473a8055-9d2e-410c-9fed-8e50e34f8f70") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "680483b3-c734-4835-a305-1dd6d4f7a539") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/07669de6-dd86-4b3d-9b36-afcdebdd5304") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6eb9024-d38f-43ac-8a5e-5091fdd7cc7f") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b64d264-88c7-4e76-9de3-8ba7d757476f") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c25333ba-f447-4b9c-833f-ddff39e219be") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e2d60065-3eda-4ed8-b184-8b87a0b30207") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ccf3f289-c252-4783-80f9-739153589183") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "17cba490-d8da-4c4a-a632-22cb46799f18") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "58e1078b-7c38-4527-b224-1fc21b039b4c") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f012ae88-530f-4ffd-b8a5-a177d2fb7111") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f2959826-52df-46ce-a6f0-b389f8414ee7") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4a1eaa46-a1fc-4663-8fe4-09d4520f916a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "ff40c80d-5c8f-4d4e-aa04-83557636d78a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 45 "/FM_JACK") + (pintype "passive") + (uuid "d4da5eb0-e344-4a47-a1b8-308caa7abb1c") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 33 "Net-(D8-K)") + (pintype "passive") + (uuid "3dec3c86-7c68-4479-81ba-dd48f157a653") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "be05ad3e-28b9-4cb7-a634-76f783c8cd58") + (at 66.88 114.39 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q2" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "9def3fd3-3824-4bc6-b9fd-a837911b61a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "59bf05bb-eef2-4d8b-a8dc-ceb5deed5e74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42926c9d-4ef2-4c14-b346-d931bb3ddee4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9d3cbb8-13ec-4c7d-ad0e-1e8e7584539c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5dc0d0f9-8b6d-4631-8833-1905ea85f58b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8878303e-24ba-42d5-be46-9c3d8ec030e2") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6c3fa82-9ce0-4891-a517-5d22bd677edb") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f41b3af6-f98a-4490-be3c-a599a69a7124") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "54a6473c-0e4f-45dd-a269-c924f38cb8a9") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1882bf1-20d6-414a-ac6e-b3b1f6402ff3") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "19806f83-21ed-4fa9-9f35-dd610da5e258") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "723f8784-32f2-4536-8c16-696f09770fd6") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1841f160-416e-48ab-b0b0-a0e7cb474e5d") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "06ca39d8-cc53-460f-86b1-d2c8aa70411e") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "69ac8a3b-70bc-42e1-97c9-8effe57dbdfa") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "294fc770-0c54-44c8-9691-4db21e90adc6") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d98bf3b-6ae5-4f58-9db6-f74602aaeb67") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b5b1790e-850e-4d75-b1de-b5684a31feb4") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3bbe6c4e-d414-4f52-9d45-1995764096e2") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dc8439cf-9573-4e6c-9e24-24c68162ed68") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "cc6790de-c46a-48a8-9b7f-526babb44a1b") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "Net-(D4-K)") + (pinfunction "B") + (pintype "input") + (uuid "99bbee7e-799a-4aeb-8b0d-02bd2b5a2034") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 28 "Net-(D3-A)") + (pinfunction "E") + (pintype "passive") + (uuid "a5978307-566e-48e6-bd7c-72cfbea1b050") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 40 "Net-(Q2-C)") + (pinfunction "C") + (pintype "passive") + (uuid "9ec4039f-05b2-43bd-8ac2-65151c4e3a68") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "be98a257-dbef-486d-bcd3-e92ad45fc01b") + (at 66.5 152.72 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q5" + (at 0 2.352 0) + (layer "B.SilkS") + (uuid "14bbf2ee-0535-4157-9fe6-a0a28ae7dea8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "49f228df-d915-4e46-a00c-771ef63ea1b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33cc88cb-fedd-4504-a3e7-cebb5ccbd5fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2e50c02-ab44-43df-878b-5f098752ace1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba1bed80-616a-4757-9440-c826eadbb39d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/9ae365b2-9c5c-49ef-a6a4-bfa5881b488d") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b5b752e-71b3-4276-9be6-1ec964ca7def") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a434b894-88ab-47fc-8a42-a46e12ea4451") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "71b6aa87-4ca8-449e-a81a-aa41108a6d12") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f98d9b1a-6e4c-446c-8fbb-5521c1aacd96") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "d1cd0e17-45ae-4744-a7fa-2441a8056b30") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f04c2517-7f3c-455a-b82a-7b9b28511968") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c762fb6d-b0f3-432a-a507-b43edb0c2d70") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b36a7853-3196-48cd-bfde-5b8c99080361") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "691bab33-6e2d-41f9-aa74-cb9d2ff59686") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dd3215df-8e64-40cc-85ab-8c13653fb1a1") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65c08081-4a25-4b4c-8230-ca0c1cc4e70e") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "842d949c-4914-4635-8504-ea2a1405ced5") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "86db56d5-37eb-4d0c-9490-203ae9e1041e") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9bfaae10-1f2b-4686-96bf-948a4732448a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "78f0c9db-ee26-4620-9411-3ceaab77e292") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(D10-K)") + (pinfunction "B") + (pintype "input") + (uuid "47badab7-545e-4534-9d69-5eef7fb11a3d") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(D9-A)") + (pinfunction "E") + (pintype "passive") + (uuid "c423718d-d047-40b7-96c1-49c60eafa993") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(Q5-C)") + (pinfunction "C") + (pintype "passive") + (uuid "85be0ca9-1e5a-4da3-80d7-6bfbea44dba7") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "c55e323c-795a-4684-9e86-d0ed437a643f") + (at 71.12 152.4) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R10" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "2518e6ae-5089-4276-8e7f-d2e1a150d431") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "7a473024-061d-4a02-b7b2-d5d52b5bbfb9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9f5be0c-d1da-443e-ba43-7cefce275290") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c762ac5-081e-42c9-9396-fa2c76c6b90b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "908db461-23e1-4a8a-becb-4b582aa0e720") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/73838324-52f9-4b02-bd5c-1695eb808d06") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7474bc11-9088-4891-a3d7-65e6e574c558") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e4def86-09e7-48fb-9275-e436e847b29a") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f07aee0f-7114-4154-afda-ad8b37d6828d") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eaff76bb-7326-40d0-b693-4a7a60ecabb1") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "934d6fc9-ddc5-424a-b65b-dcf5b752d5ad") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "095ed48d-4fc6-4a20-8e80-1450d0b04b97") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cabe79cc-641a-467b-8cb2-68b59e617a48") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b0e77d0-6ca6-43ba-87d4-0224e6a460e1") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6e2d9197-318c-4376-942a-71d634615de3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3ca4ae81-2091-4540-bad6-9cdb59689963") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "d1d6e32c-a36f-4d3a-b606-de027d0384f0") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 43 "Net-(Q5-C)") + (pintype "passive") + (uuid "d47deef7-6497-4845-a5be-fe8470cc0b3c") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "+5V") + (pintype "passive") + (uuid "01c8c2d8-ef98-4cde-aa0b-8319ae40b317") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "cd0c20eb-d90e-40c8-9e69-3d1a65fadaac") + (at 91.495 151.765) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R12" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "21cbadea-e1a2-4d8b-80be-708a1e8feeed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "ea3b637c-6a23-4dfe-912a-4040eb0a6a78") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7979fdda-cb37-46fb-948c-de49f9dbe276") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7dad2884-9878-4215-a712-d4b2636ffdd2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8bf4fec8-15fc-49d6-b4c9-1db03aa1038a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/3fe6e941-fcc1-4885-b048-742738cc619f") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ef8ea61-2a57-4ca4-a727-5d6cfe28da7b") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ab6ddf9-9ed4-4fa2-afd7-075a5396b285") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6e0bad73-30ee-4c43-ae4c-3b9a631d71bc") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3e53c314-fa7a-41e3-b6fa-dec61f2e727e") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1651ec7c-9c72-49f5-bcaa-05e245e51940") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "943459ef-f5c1-41a0-8257-058d5c03da7c") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0fade41a-2005-442e-9eff-47ce1ccded93") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a8ed2040-e4d6-4474-9bc5-8f7103e7c88d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2d902e05-82d5-4906-8caa-daa5f10cbe86") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c5427ca0-6c8c-4ba7-93e2-15dff56850f2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "e1534707-a602-418f-ad97-2ee6fb64a9e3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 44 "Net-(Q6-C)") + (pintype "passive") + (uuid "74a8a167-7e76-4948-b347-aac91ab9cedf") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "+5V") + (pintype "passive") + (uuid "3d9b166c-a438-494a-bbd1-ebed572ff1d5") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "B.Cu") + (uuid "cee3c544-f1e8-4f00-abba-c91a0933bac8") + (at 66.295 144.78 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D10" + (at 0 2 0) + (layer "B.SilkS") + (uuid "9c6e5c9e-8006-4d14-8805-17dd3e99051b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1N4148W" + (at 0 -2.1 0) + (layer "B.Fab") + (uuid "504f8abb-3566-45fa-a3a7-bedd460befbd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73267946-3695-4259-a44e-ad48ceda90ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35c68070-19a5-43e3-9e55-7a68d0b2e0e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "100V 0.15A standard switching diode, DO-35" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ef7f91a-4727-4f04-8682-feff5dffcc95") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "afd00727-8db9-4079-b103-2d1393ae1194") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "a4c8da44-f005-4573-990b-807c2b8ae34c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/98985c46-f356-4665-a710-11b8f7c60e51") + (attr smd) + (fp_line + (start 1.65 1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0ec05300-92b1-404d-ab6b-37e59c1fcb18") + ) + (fp_line + (start 1.65 -1) + (end -2.36 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc138c0f-1f7b-4117-92bc-1e5922539608") + ) + (fp_line + (start -2.36 -1) + (end -2.36 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f1e4997-718c-4952-bb09-23d5322c4b09") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dbb32acc-4e60-4224-a004-68ed42518839") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bacaac0a-f871-44fa-92c5-3c11cd0b2a36") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "03707952-e800-422b-b36a-0277a3e585a8") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "882b56b3-1460-4b69-a083-0c71bd04590e") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "151d82b5-0864-4630-9baa-6c55209ebb5e") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "52d4a99e-0f0d-4c78-8d7e-f5acde990452") + ) + (fp_line + (start 0.75 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c5fb739e-3553-4e38-ab01-a66b5758bbbb") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d2aeb736-1bf9-4722-9a07-b9f9bdb11676") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cbccf23c-574c-4903-be21-8e4eaef6e948") + ) + (fp_line + (start -0.35 0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4bf565cd-0765-48b1-bcce-3c4e38bcbf55") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "84a98a6e-8609-4f0f-b1bf-e2db528ba59a") + ) + (fp_line + (start -0.35 0) + (end -0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "73033f49-a8b3-4433-8154-06b808debd82") + ) + (fp_line + (start -0.35 -0.55) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "887b7f5e-ec1e-425c-9896-1e661d014516") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3f94a61b-4978-4da2-b808-5030db91c126") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "77a6854b-6eb3-48fb-9400-60fee292e649") + ) + (fp_text user "${REFERENCE}" + (at 0 2 0) + (layer "B.Fab") + (uuid "b4f0dc12-47e9-45b6-a450-6d07b9446367") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(D10-K)") + (pinfunction "K") + (pintype "passive") + (uuid "48244ffe-fb28-42a8-8a63-1518e5588d44") + ) + (pad "2" smd roundrect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "A") + (pintype "passive") + (uuid "c490d632-c57b-4429-b430-811104265fc7") + ) + (model "${KICAD8_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "d7070285-74e0-4ac6-86df-d49df81fcc20") + (at 89.66 130.175) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R8" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "bc319c77-95b1-4983-b5b3-70fb2bcd94c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5.1k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "bbbc4d2d-07a5-48db-abcb-2c9764c62efd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d31a76f9-1bc2-4038-a0d0-fe495b5a915a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c6100c2-310c-4689-98e8-988982a67294") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7806f677-d501-4a5f-a344-7059ba6e9f7f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/264d21d8-7717-42ff-baf2-4bd1923877cb") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "81b3cdfc-29c4-4f5e-9a2c-2a6aa6556b8d") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e05092be-8b1a-43e7-a0d2-8a6268d3cc3d") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0dc1f1c6-b1ac-4c15-8b7b-70b1d8ab5c2b") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "955e2fab-2e36-49e3-b8b6-7b5775821f09") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "43ac374d-a7fa-4630-84a0-4c50bf4020c6") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e29ce1a6-f8f3-4fa7-a151-50f86edfcafa") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c4192ac-f4a9-4300-9e40-ef4c5f49dc09") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "15b0f121-6a13-4878-b59c-d42b6cbf8ea3") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b408f731-c7b2-473a-9a01-5c177811d643") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fb9213f8-02ff-4eb0-a23e-c021839de9ce") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "5332c804-7a9e-43c6-993b-749dfcf23ce9") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 42 "Net-(Q4-C)") + (pintype "passive") + (uuid "4e774382-960a-47c9-b68c-104d4372d2ca") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 38 "+5V") + (pintype "passive") + (uuid "d0623486-f7a9-4038-9b88-a368c2e59c6f") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "da01e876-fd2a-4107-919c-2af99341696c") + (at 66.675 148.59) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R9" + (at 0 -1.905 0) + (layer "B.SilkS") + (uuid "afd91f4a-e46d-45a2-91c4-5bdce51d5a85") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "4225e6ae-048b-4fa7-a7c4-045c3b3f7aea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "22eba014-4b7f-4fdb-bf25-0c1c201db05d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "481b1619-83fc-4964-bc67-590214ba09d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "899f50e9-d966-4ea1-8087-6a356f352929") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/14397663-f0cf-40ec-82a3-1d4f6e1b52c3") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b66894df-3172-4aae-966d-742d352d5d77") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a0fc263-2789-4147-a67b-84d30e1f0d95") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "03db490d-2ceb-43b0-add5-c2ce727b712a") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "76422adb-f52f-46af-9c42-497e3c285829") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e166990a-6296-4006-b908-7d48d3444491") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f97c7af2-d73c-4321-8765-e68b02ec25f4") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b1c8326-55e0-41f1-9e58-9ac4ab2fba57") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d8af413-2738-48cd-81c9-5cd9fc97b56e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b13b9896-869a-47fd-b9f5-f892af55c7ea") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "396e6fe6-2eaf-421f-b1b6-011c5178d208") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "3c42d48a-e68b-4ef4-b982-72c6d128be6d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 16 "/OUT_1") + (pintype "passive") + (uuid "855c581d-9224-40e4-bd08-c3e0de3c573b") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 35 "Net-(D10-K)") + (pintype "passive") + (uuid "cab8675f-276c-4f5f-b2de-bac46753a306") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "ef148bba-1710-4bb5-9d9a-2ba9c2216a72") + (at 85.675 130.515 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q4" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "74f260b3-0f39-419c-9dee-760c019a9ebe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "MMBT3904" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "7b3ebdd1-cc6a-4236-9dc1-6585534e7d03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ce2a414-d8d0-4ed8-a493-aea31ffaa2cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2bd966ff-5119-4e47-a07e-6cc3a2919275") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c5a247f-d148-4276-860a-fe27b61d86b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/cedcfcc1-b63e-40e7-a3fd-0cd2f6143e19") + (attr smd) + (fp_line + (start 0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "83b9e704-b73b-4a20-8331-9937e9619cdd") + ) + (fp_line + (start 0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "69061515-d62e-4583-9f98-41cd6a6c8369") + ) + (fp_line + (start -0.65 1.56) + (end 0 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3670b8a4-334c-45b5-9203-cc168aaee789") + ) + (fp_line + (start -0.65 -1.56) + (end 0 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "26524734-e9b7-4cb7-9e04-9a8108d0a8e8") + ) + (fp_poly + (pts + (xy -1.1625 1.51) (xy -1.4025 1.84) (xy -0.9225 1.84) (xy -1.1625 1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "055259ec-fbdf-4f1e-b731-727e2776e4c5") + ) + (fp_line + (start 1.92 1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "47aa839e-e448-4626-af5c-c8b64fd36996") + ) + (fp_line + (start 1.92 -1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "df4fdc67-3c8f-4544-a074-484e81e32b76") + ) + (fp_line + (start -1.92 1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "877390f1-752b-4395-a9fd-63e3e1b360cb") + ) + (fp_line + (start -1.92 -1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6b41b3c3-23f3-4e64-906e-b7c7c46a36ac") + ) + (fp_line + (start 0.65 1.45) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b2ac1b30-4550-4d51-bea4-868c3798b2c3") + ) + (fp_line + (start 0.65 -1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c0ef27fb-9d9a-461c-a2e1-f72aa4376082") + ) + (fp_line + (start -0.325 1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5310a719-116d-4448-95c4-c50e00fee0a6") + ) + (fp_line + (start -0.65 1.125) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f106ee0a-091e-486b-8781-b8687daf4841") + ) + (fp_line + (start -0.65 -1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a0f83f4c-c13c-4e3d-9a99-9602932bab8c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "e9f589b1-4332-432b-a641-177e2dedf91b") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 33 "Net-(D8-K)") + (pinfunction "B") + (pintype "input") + (uuid "6ff54e82-87d6-4357-a90a-6d854e39e84c") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 32 "Net-(D7-A)") + (pinfunction "E") + (pintype "passive") + (uuid "37102716-7350-4662-827a-1dc045088e1c") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(Q4-C)") + (pinfunction "C") + (pintype "passive") + (uuid "4a0fe647-13e3-440d-838a-565c959cdbd4") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "f0ffe270-f77f-42ab-8028-7773eb6ac403") + (at 52.832 56.388 180) + (descr "Through hole straight pin header, 1x08, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x08 2.54mm single row") + (property "Reference" "J1" + (at 0 2.33 0) + (layer "B.SilkS") + (uuid "fb834310-74d2-40fe-a129-2af1260f4191") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Connector" + (at 0 -20.11 0) + (layer "B.Fab") + (uuid "59f8576a-45cb-4452-be1d-a68547bff9d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f41889a4-b551-47e1-b60f-0939582a757c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "010b736f-d30e-404f-b94c-41d1ce0761df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x08, script generated" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cee8d1e3-becd-4fff-9929-b51421ff5fc9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/792a2f52-2858-47e5-b712-49d6e60049a4") + (attr through_hole) + (fp_line + (start 1.33 -1.27) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "eed2977b-5605-47dc-8436-a7ae4639a851") + ) + (fp_line + (start 1.33 -19.11) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "95e3950c-a310-4a3f-9541-89fe03237685") + ) + (fp_line + (start 1.33 -19.11) + (end -1.33 -19.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5be11aac-d3ff-429e-8568-7cffa3c94640") + ) + (fp_line + (start 0 1.33) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c871d28e-fefe-4a5a-a28b-6c4ff912b4d9") + ) + (fp_line + (start -1.33 1.33) + (end -1.33 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7977e2c2-c322-4ff4-adf4-d65087c36cef") + ) + (fp_line + (start -1.33 -19.11) + (end -1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "99c59064-8cf0-4861-87c4-24606ce24aca") + ) + (fp_line + (start 1.8 1.8) + (end 1.8 -19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c4768b0f-4919-428b-8bca-e671c78a73fe") + ) + (fp_line + (start 1.8 -19.55) + (end -1.8 -19.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "582a68ae-a4f0-4906-a2b3-98c22839fddc") + ) + (fp_line + (start -1.8 1.8) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1f6226b9-6f95-4b96-b366-a959f1365e51") + ) + (fp_line + (start -1.8 -19.55) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f71a5f67-aa5c-4ddb-8fc3-cbf03eae433c") + ) + (fp_line + (start 1.27 1.27) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2c6f6446-2d67-4135-9951-c4d7465efb14") + ) + (fp_line + (start 1.27 -19.05) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3b105972-c9f6-4067-8c35-b5d0879642f2") + ) + (fp_line + (start -0.635 1.27) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "763ff5dd-c8fa-4ed6-98fc-5e78be403e2a") + ) + (fp_line + (start -1.27 0.635) + (end -1.27 -19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d3c7431-6b92-4b78-8c7c-411a2fbafdfb") + ) + (fp_line + (start -1.27 -19.05) + (end 1.27 -19.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "91a58b39-0a30-40c5-bf86-454c3170f028") + ) + (fp_text user "${REFERENCE}" + (at 0 -8.89 90) + (layer "B.Fab") + (uuid "caab7c25-1666-4078-8835-2113aecdfd7e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+15V") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "53b80239-030f-46c2-8877-04227dc6b171") + ) + (pad "2" thru_hole oval + (at 0 -2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "+5V") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "1c200046-524c-4cda-97f3-1b38f601a5d3") + ) + (pad "3" thru_hole oval + (at 0 -5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "-15V") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "e0e0c822-e1e9-4ee6-b481-b0b431e866bf") + ) + (pad "4" thru_hole oval + (at 0 -7.62 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_4") + (pintype "passive") + (thermal_bridge_angle 45) + (uuid "f29cdb0d-0fe1-4328-882c-05a4dbacf83b") + ) + (pad "5" thru_hole oval + (at 0 -10.16 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "/IN") + (pinfunction "Pin_5") + (pintype "passive") + (uuid "e33637ef-74b9-4887-9ccf-53a5e47406b2") + ) + (pad "6" thru_hole oval + (at 0 -12.7 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "/RES") + (pinfunction "Pin_6") + (pintype "passive") + (uuid "453ad7a3-a4a2-4608-8f73-b4759d24dcd3") + ) + (pad "7" thru_hole oval + (at 0 -15.24 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "/RES_MOD") + (pinfunction "Pin_7") + (pintype "passive") + (uuid "77e243ed-d5d9-4c9e-af95-56c3c1a9bbe1") + ) + (pad "8" thru_hole oval + (at 0 -17.78 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "/OUT_1") + (pinfunction "Pin_8") + (pintype "passive") + (uuid "d80437b0-745e-47c2-b3f3-77f7e9091d63") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "facbc7c7-ae2f-4e12-960a-850ab3a737f9") + (at 86.995 147.955) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R11" + (at 0 -1.651 0) + (layer "B.SilkS") + (uuid "11132d22-2a74-4fa4-9f9b-21d3971c4b9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "3832f6b4-b9b9-406d-a83c-8f5b68678676") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1b91190-6b49-4aa5-a20e-86619ef1acb0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c79676c3-3386-46ef-b8b6-4a3cd7239a49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "16418089-1139-40fd-b050-69d6c0cedb58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/21cadf74-4f03-435b-85d8-2d0b4f3ef916") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "126b3020-8463-45e5-be2e-ee2438794838") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1a01e5a-f237-4504-94cd-365512582e83") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "198550c2-c521-4bcc-8dae-bd0ad7ffba0a") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b66e083e-663e-4e5b-a9f3-523808ba4dc7") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "639d83e7-2516-447d-83c1-dabe8ecc9063") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3413f65d-c4da-430d-80da-99f41272ad59") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "57b6de5a-dd86-4e84-ad11-d8050507fb7b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0d097e9e-4f4b-4b42-a163-03b5c46f7ae7") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "90d1a658-0e80-4c6e-8942-f357209ec4e2") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a74f7664-29f1-4536-aa40-4b48589ffc76") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "1638057c-b8fc-4abe-a616-ef0813952e76") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 17 "/OUT_2") + (pintype "passive") + (uuid "6a9167d3-3efb-454d-b859-f6826e228c17") + ) + (pad "2" smd roundrect + (at 1 0) + (size 1.2 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.208333) + (net 37 "Net-(D12-K)") + (pintype "passive") + (uuid "aa234424-041c-4afa-bb1f-1cae34a856e9") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 66.04) + (end 124.46 66.04) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00006097e905") + ) + (gr_line + (start 50.8 106.68) + (end 117.475 106.68) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00006097e917") + ) + (gr_line + (start 50.8 127) + (end 116.84 127) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00006097e91d") + ) + (gr_line + (start 50.8 147.32) + (end 114.3 147.32) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00006097e920") + ) + (gr_line + (start 101.6 40.64) + (end 101.6 177.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-000060ad50b2") + ) + (gr_line + (start 60.96 40.64) + (end 60.96 177.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4325e29d-1e56-4e73-b677-d4f8d394022d") + ) + (gr_line + (start 50.8 86.36) + (end 118.745 86.36) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "9e1363da-09ac-40b4-8fa7-81c542004def") + ) + (gr_line + (start 81.28 40.64) + (end 81.28 177.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e2f695e1-0745-4443-bf78-123a3f19ce7e") + ) + (gr_line + (start 50.8 50.8) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 111.4 50.8) + (end 111.4 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "738f709d-e73d-4f49-802f-b79f854c11e6") + ) + (gr_line + (start 50.8 50.8) + (end 111.4 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "e576cf4f-9bb2-403d-84b7-a936d68bdc6e") + ) + (gr_line + (start 111.4 158.98) + (end 50.8 158.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "e68e3fe4-6339-45aa-a740-bac2116dd264") + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "057ceff0-f986-4825-ad07-38a32dad3eab") + (pts + (xy 101.6 40.64) (xy 81.28 40.64) + ) + (height 10.16) + (gr_text "20.3200 mm" + (at 91.44 29.33 0) + (layer "Dwgs.User") + (uuid "057ceff0-f986-4825-ad07-38a32dad3eab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "59cc7940-fb9d-4b3b-8b5c-0da6edd278c6") + (pts + (xy 111.4 50.8) (xy 50.8 50.8) + ) + (height 25.4) + (gr_text "60.6000 mm" + (at 81.1 24.25 0) + (layer "Dwgs.User") + (uuid "59cc7940-fb9d-4b3b-8b5c-0da6edd278c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "5e548051-7caa-44d1-af8b-582455d93db7") + (pts + (xy 60.96 50.8) (xy 50.8 50.8) + ) + (height 20.32) + (gr_text "10.1600 mm" + (at 55.88 29.33 0) + (layer "Dwgs.User") + (uuid "5e548051-7caa-44d1-af8b-582455d93db7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "9129fed0-9e22-4288-b161-3a41b5830f7c") + (pts + (xy 111.4 50.8) (xy 101.6 50.8) + ) + (height 20.32) + (gr_text "9.8000 mm" + (at 106.5 29.33 0) + (layer "Dwgs.User") + (uuid "9129fed0-9e22-4288-b161-3a41b5830f7c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "eb4a2207-9d68-4704-a0cc-3eb856449f5d") + (pts + (xy 50.8 50.8) (xy 50.8 66.04) + ) + (height 10.16) + (gr_text "15.2400 mm" + (at 39.49 58.42 90) + (layer "Dwgs.User") + (uuid "eb4a2207-9d68-4704-a0cc-3eb856449f5d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "f2e3ce34-6efb-4a16-aa73-33594aed3a72") + (pts + (xy 81.28 40.64) (xy 60.96 40.64) + ) + (height 10.16) + (gr_text "20.3200 mm" + (at 71.12 29.33 0) + (layer "Dwgs.User") + (uuid "f2e3ce34-6efb-4a16-aa73-33594aed3a72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "f89a01a6-5a19-4715-9bcd-71f51334aa44") + (pts + (xy 50.8 158.98) (xy 50.8 147.32) + ) + (height -5.08) + (gr_text "11.6600 mm" + (at 44.57 153.15 90) + (layer "Dwgs.User") + (uuid "f89a01a6-5a19-4715-9bcd-71f51334aa44") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (via + (at 66.802 143.002) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "215dc392-61a5-4782-b2c5-be14ad5c87d5") + ) + (via + (at 84.965 142.115) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "31043aea-d123-4df7-9602-6bd525cc8f7d") + ) + (via + (at 108.966 152.4) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "55c8f525-4691-4b22-8f90-0c85f6db7cb7") + ) + (via + (at 66.548 70.104) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "5b4f25dd-47d1-41aa-9a3b-d767d3454ee4") + ) + (via + (at 85.09 120.65) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "ab57d2e6-cbf4-49d1-921f-ce15dbf7c2d9") + ) + (via + (at 66.802 108.204) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "e86e1dab-3924-4b39-9be5-b1f87b65dd26") + ) + (segment + (start 65.66 109.855) + (end 65.66 109.346) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "21e78d29-d2e7-4441-a6bc-e5ad81a877f0") + ) + (segment + (start 108.306 151.74) + (end 108.966 152.4) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "34f75f38-becb-47dd-9c59-d945ea98047b") + ) + (segment + (start 66.548 69.217) + (end 66.548 70.104) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "38304328-eff1-4554-899a-07e163d15268") + ) + (segment + (start 84.965 144.145) + (end 84.965 142.115) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "3e5c451c-40c2-4566-9f7b-dc68591474d4") + ) + (segment + (start 65.024 144.78) + (end 66.802 143.002) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "4222646a-4853-42e3-9ce9-c00e8a411830") + ) + (segment + (start 107.43 151.74) + (end 108.306 151.74) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "42bb1293-7682-4fc5-8014-b4e80366b382") + ) + (segment + (start 85.09 122.555) + (end 85.09 120.65) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "67bf9bf8-f46a-4282-9e28-d4dff92db680") + ) + (segment + (start 64.645 144.78) + (end 65.024 144.78) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "738c2866-2845-43e3-a8f5-47fe2929e535") + ) + (segment + (start 67.82 67.945) + (end 66.548 69.217) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8e8717a2-0171-41af-aa88-576f8429e9db") + ) + (segment + (start 65.66 109.346) + (end 66.802 108.204) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "bbf05e9d-3e74-48a6-af1d-0e2d721897ad") + ) + (segment + (start 84.836 141.986) + (end 84.965 142.115) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "cd25b57d-410a-4e42-8c1d-423f39753996") + ) + (segment + (start 64.0215 119.609) + (end 64.6 118.2124) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "11a00985-d3be-4002-bd97-0f4833f696e3") + ) + (segment + (start 56.8161 81.5021) + (end 67.54 92.226) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1dbe95e1-185d-45a1-8585-c1f236ce1c5d") + ) + (segment + (start 52.419 67.913) + (end 54.1171 67.913) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "380c481d-0452-4c62-a7e1-c2250d10ec33") + ) + (segment + (start 51.6555 67.1495) + (end 52.419 67.913) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5884e224-8c41-43e7-b451-d43759fbf0d5") + ) + (segment + (start 64.6 118.2124) + (end 64.6 98.7553) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "595f5ae0-45f5-4aa5-9c6f-6d392bab280c") + ) + (segment + (start 67.54 92.226) + (end 67.96165 92.64765) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "60950a16-6d87-4871-9e2f-908b2ca0a8a6") + ) + (segment + (start 52.832 56.388) + (end 51.6555 57.5645) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "669a326f-d89e-4f73-8cd1-b0ac0a21d043") + ) + (segment + (start 67.96165 92.64765) + (end 67.96165 95.39365) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "6ed6d995-9144-4c34-b4f5-85ad8e6db2cd") + ) + (segment + (start 64.6 98.7553) + (end 67.96165 95.39365) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "6f81888c-9fd4-4f66-92c7-903d76d91a42") + ) + (segment + (start 51.6555 57.5645) + (end 51.6555 67.1495) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "7ea87119-ea98-4b84-9caf-89fa57cb32f9") + ) + (segment + (start 69.174 93.86) + (end 67.54 92.226) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "820ff348-81fc-4923-a793-f6239546db42") + ) + (segment + (start 68.351034 123.938534) + (end 64.021466 128.268102) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "86bad3fa-d713-48fb-8114-51169ff8b488") + ) + (segment + (start 68.351034 123.938534) + (end 64.021466 119.608966) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "8d13b703-d870-41d3-99c6-27d8df2fe946") + ) + (segment + (start 99.1 112.9149) + (end 99.06 112.9549) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "94efa985-da26-4a67-a2bd-52508e2f77d2") + ) + (segment + (start 54.1171 67.913) + (end 56.8161 70.612) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "b4e75212-161e-4475-b444-32cc9d0506cb") + ) + (segment + (start 99.06 114.18) + (end 99.06 112.9549) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "b9258684-7891-43af-8432-64d2ed37c2ca") + ) + (segment + (start 99.1 93.86) + (end 99.1 112.9149) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "bdfe8ce4-5cdb-4531-8980-7e0bc20f27df") + ) + (segment + (start 64.021466 128.268102) + (end 64.021466 134.391034) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ce7bb692-7f6f-4cb9-b21d-0533cee26fd6") + ) + (segment + (start 56.8161 70.612) + (end 56.8161 81.5021) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e350aa9b-6d63-4e48-9f86-416a1e098a77") + ) + (segment + (start 69.174 93.86) + (end 78.78 93.86) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ec40480e-6cc8-41ba-b8ce-4fa0f9b19cfa") + ) + (segment + (start 99.1 93.86) + (end 97.8749 93.86) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "857554ce-be06-4652-af47-e2805b1da3ed") + ) + (segment + (start 80.0051 95.0851) + (end 78.78 93.86) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "904870a7-8c2e-423c-8303-22434a814a5a") + ) + (segment + (start 62.731266 135.681234) + (end 57.195234 135.681234) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "aef2c2db-a901-4ef3-b827-c9e81d583450") + ) + (segment + (start 57.195234 135.681234) + (end 53.568966 132.054966) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "b88ed729-c145-41bb-9a25-d42eac01bb4b") + ) + (segment + (start 97.8749 93.86) + (end 96.6498 95.0851) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "e9eb7d3d-a821-4a94-a400-b73765bdaada") + ) + (segment + (start 64.021466 134.391034) + (end 62.731266 135.681234) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "eb62a5d3-7e0e-4e20-9296-847b740db4ee") + ) + (segment + (start 53.568966 132.054966) + (end 53.568966 130.061466) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "f1f732c0-9386-4e38-8ac6-dad8e9ac14a0") + ) + (segment + (start 96.6498 95.0851) + (end 80.0051 95.0851) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "f3919e0d-289e-4b15-b786-f55da5b74e32") + ) + (segment + (start 57.2663 78.5641) + (end 57.2663 62.6003) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00adc204-111c-4313-87fa-5dac67a6393e") + ) + (segment + (start 68.9295 128.6649) + (end 68.351 130.0615) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "02ace31a-f105-47f6-916d-e60d2292df14") + ) + (segment + (start 80.0052 92.8255) + (end 68.3171 81.1374) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "238cf982-e02c-4cf1-8543-25acc145fd70") + ) + (segment + (start 56.134 61.468) + (end 52.832 61.468) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "285e8757-f147-4d13-bb64-bbf533489830") + ) + (segment + (start 68.3171 81.1374) + (end 59.8396 81.1374) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4909ba53-83c5-4242-b916-8af87344c07a") + ) + (segment + (start 80.0052 93.472) + (end 80.0052 92.8255) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4b084b00-1b7b-4261-a602-ddc6d6db6c0b") + ) + (segment + (start 57.2663 62.6003) + (end 56.134 61.468) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "53cf7519-a67f-4d05-b751-1582607a574d") + ) + (segment + (start 59.8396 81.1374) + (end 57.2663 78.5641) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "75e95eb2-5c9c-4d73-bc81-d0eed5bdf028") + ) + (segment + (start 80.0052 93.472) + (end 80.0052 117.5892) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "a04b5c44-8fd0-4e2c-ba1f-73d4c05de736") + ) + (segment + (start 80.0052 93.472) + (end 80.0052 94.3812) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "ac64d692-1be5-4fa4-9ad8-e7f2a59cbdd3") + ) + (segment + (start 82.5401 95.0999) + (end 83.78 93.86) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "af87b0d4-32d8-4c56-b7cc-03ee98fa09c8") + ) + (segment + (start 80.0052 94.3812) + (end 80.7239 95.0999) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b2f0a6df-f98b-4ebf-85d1-4ba13eb756b8") + ) + (segment + (start 80.7239 95.0999) + (end 82.5401 95.0999) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c3f061bf-69ad-4048-9cc3-fc4b7b6e7830") + ) + (segment + (start 80.0052 117.5892) + (end 68.9295 128.6649) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "e08dbd52-61bf-4e24-a375-7ac082d2fb28") + ) + (segment + (start 104.1 93.86) + (end 102.872 92.632) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "6d5308b7-065c-4990-aa63-d05bfc546498") + ) + (segment + (start 68.351034 130.061466) + (end 67.1223 131.2902) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "756e87ab-16ba-4caa-8cbb-9d992a9d5670") + ) + (segment + (start 102.872 92.632) + (end 85.008 92.632) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "7b677c7b-e6a7-41d2-9c60-a904bc43daf2") + ) + (segment + (start 67.1223 131.2902) + (end 60.999368 131.2902) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "94bf4594-c344-427f-bfd6-21e601d8a952") + ) + (segment + (start 60.999368 131.2902) + (end 57.898534 134.391034) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a3adc62b-8d5d-458f-b614-642c737d3202") + ) + (segment + (start 53.568966 123.938534) + (end 57.898534 119.608966) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b9c42e7a-a00f-477d-8814-1d7b6ade4967") + ) + (segment + (start 57.898534 128.268102) + (end 53.568966 123.938534) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "e14bf74b-39c3-472f-aff7-392651151c7d") + ) + (segment + (start 57.898534 134.391034) + (end 57.898534 128.268102) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "e7802b87-b823-4d83-bbd3-27e949be6088") + ) + (segment + (start 85.008 92.632) + (end 83.78 93.86) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "ea513768-5815-4050-9956-5b72168c6050") + ) + (segment + (start 94.568 66.548) + (end 101.56 73.54) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "595af164-3ded-400c-af74-11a5a1c6f76c") + ) + (segment + (start 52.832 66.548) + (end 94.568 66.548) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "90d45581-b1be-434e-a11a-1d3fa924973d") + ) + (segment + (start 109.474 67.31) + (end 109.474 85.986) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "270da31f-b057-40c0-9bd9-91ea5a5c3e91") + ) + (segment + (start 109.474 85.986) + (end 101.6 93.86) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "4347fcea-54de-41d4-82a5-c4662854d17f") + ) + (segment + (start 109.474 60.2775) + (end 109.474 59.69) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "629390b3-ac16-48c3-b686-a4ed3633898c") + ) + (segment + (start 81.28 88.4715) + (end 109.474 60.2775) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "d33acfbf-ecde-48f8-93f4-188c6920b58a") + ) + (segment + (start 81.28 93.86) + (end 81.28 88.4715) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "dd0f7220-88f4-419e-bb52-708d59aea6bd") + ) + (segment + (start 101.56 134.5) + (end 101.56 120.944) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "2135afa7-7e5c-47ec-812f-201ecc681e6b") + ) + (segment + (start 110.6537 65.9497) + (end 109.474 64.77) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "3d6de13c-c227-4bd0-a641-8690964dd05b") + ) + (segment + (start 101.56 120.944) + (end 110.6537 111.8503) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "6ac523e2-9e46-4a4f-bc0f-dcfc940b540a") + ) + (segment + (start 110.6537 111.8503) + (end 110.6537 65.9497) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "b18a4e35-e552-4420-9edd-b5e3dc7911e9") + ) + (segment + (start 52.832 69.088) + (end 56.954 73.21) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "3cbbe453-89ff-48ed-8524-14451c5f9b6f") + ) + (segment + (start 70.73 97.79) + (end 85.7391 112.7991) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "6c061e8c-b4da-4d0a-b021-da3dc5cf46e9") + ) + (segment + (start 85.7391 112.7991) + (end 100.1791 112.7991) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "7518f51a-8c31-44fe-adf5-c4c47a1d77e7") + ) + (segment + (start 100.1791 112.7991) + (end 101.56 114.18) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "96173c84-fa10-4b79-b042-0a3e658bb623") + ) + (segment + (start 56.954 97.086) + (end 57.658 97.79) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "c22e8dfb-8a53-4549-8b11-3132c1dc7c63") + ) + (segment + (start 57.658 97.79) + (end 70.73 97.79) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "cc4a17f1-aa24-4987-976f-c054a09f11ce") + ) + (segment + (start 56.954 73.21) + (end 56.954 97.086) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "f05114c5-5f07-4c1e-b567-cf946da5c60f") + ) + (segment + (start 109.474 116.84) + (end 108.2989 116.84) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "3f7ced18-1331-41d5-9609-e6a617d40678") + ) + (segment + (start 63.5612 125.3109) + (end 62.2503 124) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "4cc1f539-d6b5-4a13-b529-8c283ec183b9") + ) + (segment + (start 108.2989 116.84) + (end 108.0738 117.0651) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "54cb85cb-cda8-4ece-9adf-5d8a4fb6fa0f") + ) + (segment + (start 108.0738 117.0651) + (end 77.7709 117.0651) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "9034d1a2-b57b-49ac-8722-7f59ff0be604") + ) + (segment + (start 60.96 124) + (end 62.2503 124) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "92114dbd-277f-43d6-9527-8f94cb52ce26") + ) + (segment + (start 69.5251 125.3109) + (end 63.5612 125.3109) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "ad5ab2e9-270d-4917-ba78-3464907758c2") + ) + (segment + (start 77.7709 117.0651) + (end 69.5251 125.3109) + (width 0.25) + (layer "B.Cu") + (net 9) + (uuid "d2e52675-2b1f-484b-8fe5-d7824ff801a8") + ) + (segment + (start 108.1011 119.1822) + (end 108.2989 119.38) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "39ae0c84-c224-43e9-a104-44638ce46d66") + ) + (segment + (start 76.4492 119.1822) + (end 108.1011 119.1822) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "460e39dc-f3f4-46bd-a6e7-aebd951356ef") + ) + (segment + (start 60.96 130) + (end 62.2503 130) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "b354a854-80d3-491f-98e8-74b919142ce0") + ) + (segment + (start 62.7849 129.4654) + (end 66.166 129.4654) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "dae08bbb-e0bb-472c-931b-e250926e4ac7") + ) + (segment + (start 109.474 119.38) + (end 108.2989 119.38) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "dcdbe19d-5475-4818-b6b9-7997a0003a93") + ) + (segment + (start 62.2503 130) + (end 62.7849 129.4654) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "e78373fe-3860-46be-8e69-def71d92920b") + ) + (segment + (start 66.166 129.4654) + (end 76.4492 119.1822) + (width 0.25) + (layer "B.Cu") + (net 10) + (uuid "fa1c8cc1-65db-4df1-9b1d-dd89de558c71") + ) + (segment + (start 93.03 146.37) + (end 82.55 135.89) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "54f36896-daa1-428e-b0f5-72e8379f7209") + ) + (segment + (start 103.8375 146.37) + (end 93.03 146.37) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "f237c2ba-d30f-427b-8f89-5ffb61897bf9") + ) + (segment + (start 57.346 98.24) + (end 65.3 98.24) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "0a6dc865-4a63-4ec4-a94d-b0b6cd359b23") + ) + (segment + (start 52.832 71.628) + (end 56.261 75.057) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "3c112339-bd01-42cd-b513-d6d523d70a28") + ) + (segment + (start 56.261 75.057) + (end 56.261 97.155) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "aad9a131-6063-4191-81e1-b25152ab5722") + ) + (segment + (start 65.3 98.24) + (end 81.24 114.18) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "aee54188-f0c1-44c8-ad38-c47b24e59de9") + ) + (segment + (start 56.261 97.155) + (end 57.346 98.24) + (width 0.25) + (layer "B.Cu") + (net 15) + (uuid "e93e3c91-53e8-4f3e-b136-1d913609f115") + ) + (segment + (start 55.372 146.652) + (end 60.96 152.24) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "2073085a-dbe7-4b83-b235-11d2d25039ec") + ) + (segment + (start 52.832 74.168) + (end 55.372 76.708) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "a6d9d214-d63a-49b0-84b7-cf7e54bea93b") + ) + (segment + (start 55.372 76.708) + (end 55.372 146.652) + (width 0.25) + (layer "F.Cu") + (net 16) + (uuid "e8a4c6d3-c931-4bd9-8d98-7aace3cb74f8") + ) + (segment + (start 64.61 148.59) + (end 65.675 148.59) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "2f738631-3da6-4ba7-89ca-ae0d473b5158") + ) + (segment + (start 60.96 152.24) + (end 64.61 148.59) + (width 0.25) + (layer "B.Cu") + (net 16) + (uuid "3e8ef100-afcf-49fb-b89a-51795ddcf5e7") + ) + (segment + (start 102.81 134.9934) + (end 85.5634 152.24) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "2044ddd3-6dac-44c0-99f8-bd7fa50bc82b") + ) + (segment + (start 85.5634 152.24) + (end 81.28 152.24) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "4b8df3b2-e97b-4321-b21d-3f236b1af482") + ) + (segment + (start 102.81 127.4089) + (end 102.81 134.9934) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "8abd1e7a-9d48-4889-a4bb-8711d9bf3981") + ) + (segment + (start 109.474 121.92) + (end 108.2989 121.92) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "9bf92e78-a763-4cdd-855d-8cbf1f6ca943") + ) + (segment + (start 108.2989 121.92) + (end 102.81 127.4089) + (width 0.25) + (layer "F.Cu") + (net 17) + (uuid "d8a6a950-8b5c-4728-a244-a9f2fc2227ee") + ) + (segment + (start 85.995 147.955) + (end 85.565 147.955) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "74783c08-c9c0-458b-b1ed-315167d22b40") + ) + (segment + (start 85.565 147.955) + (end 81.28 152.24) + (width 0.25) + (layer "B.Cu") + (net 17) + (uuid "f164a3f3-53e2-46f3-aea2-8097f3a63335") + ) + (segment + (start 109.474 144.366) + (end 101.6 152.24) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "738edeb5-29a6-47b7-8101-37f25516adc4") + ) + (segment + (start 109.474 124.46) + (end 109.474 144.366) + (width 0.25) + (layer "F.Cu") + (net 18) + (uuid "79724ee0-36ab-43cd-bc79-5d9564b3b62e") + ) + (segment + (start 108.22 148.59) + (end 105.25 148.59) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "3894caed-25e1-49b8-b65d-092e58d50685") + ) + (segment + (start 105.25 148.59) + (end 101.6 152.24) + (width 0.25) + (layer "B.Cu") + (net 18) + (uuid "b1ed19eb-e371-4a6b-a437-43bb04ba3827") + ) + (segment + (start 108.2989 63.4051) + (end 109.474 62.23) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "22a16f18-6e32-435d-bfd4-a11261ac577f") + ) + (segment + (start 85.4445 91.44) + (end 102.81 74.0745) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "431847e8-3e54-46ab-be0d-0de89fb0d7eb") + ) + (segment + (start 102.81 72.3094) + (end 108.2989 66.8205) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "4a444c42-e05e-4157-a368-870fb65f6262") + ) + (segment + (start 66.725 91.28) + (end 60.96 91.28) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "572c61a3-6185-4b5f-8173-e0a2a84306ed") + ) + (segment + (start 72.5528 92.4772) + (end 67.9222 92.4772) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "7ec96d5f-195c-4e3f-9d6a-64b2f38d5d98") + ) + (segment + (start 102.81 74.0745) + (end 102.81 72.3094) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "8bf53c33-9fbf-498e-83b0-70900e270b81") + ) + (segment + (start 73.59 91.44) + (end 72.5528 92.4772) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "936959f8-4b03-47c8-8653-c9f2f90ad5ab") + ) + (segment + (start 108.2989 66.8205) + (end 108.2989 63.4051) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "a949f075-066b-40b3-a8a0-7e13c7ae53a3") + ) + (segment + (start 67.9222 92.4772) + (end 66.725 91.28) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "d18c42fc-f9e9-4f79-b4d3-91c25b7b067d") + ) + (segment + (start 73.59 91.44) + (end 85.4445 91.44) + (width 0.25) + (layer "B.Cu") + (net 19) + (uuid "e93f884d-4ec6-4481-8905-b068649728c2") + ) + (segment + (start 108.8329 147.5547) + (end 107.3868 147.5547) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "014b58e9-491e-4430-bf2b-3a45579665cd") + ) + (segment + (start 110.22 148.59) + (end 109.8682 148.59) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "38abd222-bcea-4c6f-9766-eb474bdfe9af") + ) + (segment + (start 104.0009 148.1066) + (end 103.8375 148.27) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "543ee298-9306-4e04-8f40-a53dd794f81e") + ) + (segment + (start 109.8549 148.5766) + (end 108.0272 150.4043) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "5b59994b-7449-4fac-bbd2-9190f13e004c") + ) + (segment + (start 106.8349 148.1066) + (end 104.0009 148.1066) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "67b46c91-50ae-4b94-a477-f075628672f9") + ) + (segment + (start 108.0272 150.4043) + (end 105.4657 150.4043) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "b0271f35-ce70-4a87-b811-d415402445db") + ) + (segment + (start 105.4657 150.4043) + (end 104.13 151.74) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "b9134390-069a-4108-b9e0-9a88ff1190ff") + ) + (segment + (start 107.3868 147.5547) + (end 106.8349 148.1066) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "bfaa7ae6-7aff-421c-a104-2fbaf2837ed6") + ) + (segment + (start 109.8682 148.59) + (end 109.8549 148.5766) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "e9cb0a1b-0527-40bd-9bf2-4cf22e34faf1") + ) + (segment + (start 109.8549 148.5766) + (end 108.8329 147.5547) + (width 0.25) + (layer "B.Cu") + (net 20) + (uuid "fb19fdae-6504-4a7d-a8ea-f845e5f39988") + ) + (segment + (start 74.86 70.2959) + (end 71.5726 67.0085) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "4591a875-9098-4cd2-afe2-70bfce6ea97c") + ) + (segment + (start 99.06 73.54) + (end 97.8349 73.54) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "459596fe-914e-4d82-84fc-f34f1d2d2ae8") + ) + (segment + (start 74.86 71.12) + (end 74.86 70.2959) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "759d55d3-fc35-41c5-b0ee-eafcfbf79a26") + ) + (segment + (start 74.86 71.12) + (end 95.4149 71.12) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "8da76f5f-c07d-4f32-b7b6-4aa7fb08b5be") + ) + (segment + (start 95.4149 71.12) + (end 97.8349 73.54) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "a8ea263f-9d6f-4bde-8bd3-dcd65eee2c04") + ) + (segment + (start 64.9115 67.0085) + (end 60.96 70.96) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "ce8ddcb6-77b1-4156-9b6f-6f099501d2ce") + ) + (segment + (start 71.5726 67.0085) + (end 64.9115 67.0085) + (width 0.25) + (layer "B.Cu") + (net 21) + (uuid "eca016d6-13a2-4fa2-a8d1-e5528f74481c") + ) + (segment + (start 68.4775 74.93) + (end 62.23 74.93) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "0e4317b9-f276-4e87-abdc-8cfd6e402e6d") + ) + (segment + (start 69.9775 73.43) + (end 68.4775 74.93) + (width 0.25) + (layer "B.Cu") + (net 26) + (uuid "c70f6f6f-f91f-49cc-9310-e1fd11560f0f") + ) + (segment + (start 71.12 69.38) + (end 71.12 67.945) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "1f95a794-90a8-4923-bc16-c2214d5524f9") + ) + (segment + (start 72.86 71.12) + (end 71.12 69.38) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "6f1fc721-4038-48a1-a923-c491334ffa97") + ) + (segment + (start 69.9775 71.53) + (end 72.45 71.53) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "c33c7bbf-3986-40f8-8773-440b295f5e9c") + ) + (segment + (start 72.45 71.53) + (end 72.86 71.12) + (width 0.25) + (layer "B.Cu") + (net 27) + (uuid "f33beb4a-3884-40a1-92d8-29b332b023b5") + ) + (segment + (start 62.46 115.34) + (end 62.23 115.57) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "50c43dd7-98ed-4cbb-a6be-0f12c4ca840d") + ) + (segment + (start 67.8175 115.34) + (end 62.46 115.34) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "9331c375-7b47-47bd-8975-f56717b6129e") + ) + (segment + (start 68.96 113.03) + (end 68.2275 113.03) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "979722f6-091b-4402-a59c-aec340b9f5ad") + ) + (segment + (start 70.7 113.03) + (end 68.96 113.03) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "b5dd1d47-62b1-417e-b6fb-ab761e93c0b3") + ) + (segment + (start 68.2275 113.03) + (end 67.8175 113.44) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "c9a1e6a4-ee74-4cb3-851a-cec87cc06703") + ) + (segment + (start 68.96 113.03) + (end 68.96 109.855) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "ec54389a-8d3b-42a1-baf9-e8a50d271a8e") + ) + (segment + (start 68.7075 93.75) + (end 67.2075 95.25) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "8b13cbd5-9981-4cc1-8673-ba21fd9a6113") + ) + (segment + (start 67.2075 95.25) + (end 62.23 95.25) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "cbce2fa6-ec87-4b18-8b3e-edce3c1ace05") + ) + (segment + (start 71.59 91.44) + (end 69.85 91.44) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "5c0932d2-c1de-40b6-b3e7-c99548736476") + ) + (segment + (start 69.85 91.44) + (end 69.85 88.265) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "665754b3-7921-4220-9591-867396b290a0") + ) + (segment + (start 69.85 91.44) + (end 69.1175 91.44) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "ad375d54-6a41-4185-96af-f24984b8b142") + ) + (segment + (start 69.1175 91.44) + (end 68.7075 91.85) + (width 0.25) + (layer "B.Cu") + (net 31) + (uuid "bd80773f-8aa0-4406-87fd-9341b5857945") + ) + (segment + (start 100.2036 153.5486) + (end 100.2036 146.1939) + (width 0.25) + (layer "F.Cu") + (net 32) + (uuid "2d301e52-d1a5-49d2-8784-1ebe09fbebb0") + ) + (segment + (start 102.865 156.21) + (end 100.2036 153.5486) + (width 0.25) + (layer "F.Cu") + (net 32) + (uuid "cffd602d-30d3-44a0-b3fa-0ec3abf13456") + ) + (segment + (start 100.2036 146.1939) + (end 100.7725 145.625) + (width 0.25) + (layer "F.Cu") + (net 32) + (uuid "d899d4a3-79da-443e-b117-88ca4fcd25a3") + ) + (via + (at 100.7725 145.625) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 32) + (uuid "34d794ee-b322-475d-a27d-c873b08e5fbd") + ) + (segment + (start 86.6125 131.465) + (end 100.7725 145.625) + (width 0.25) + (layer "B.Cu") + (net 32) + (uuid "103a34ab-a0e9-4d9c-a156-fd1be66b1bdb") + ) + (segment + (start 88.485 126.365) + (end 88.485 122.65) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "2f52e627-8553-4d5f-9dc9-6f9d79f813a0") + ) + (segment + (start 88.485 122.65) + (end 88.39 122.555) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "9a403f19-3f9a-4a2d-969d-c0bc1bf82963") + ) + (segment + (start 86.6125 129.565) + (end 88.485 127.6925) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "a9d38127-522f-48c8-8268-061924eeb82b") + ) + (segment + (start 88.485 127.6925) + (end 88.485 126.365) + (width 0.25) + (layer "B.Cu") + (net 33) + (uuid "b5f8600e-b3f7-40b8-9996-2df63533082d") + ) + (segment + (start 64.77 153.67) + (end 62.23 156.21) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "cd9de773-8744-4ccd-925e-1844ef7e061c") + ) + (segment + (start 67.4375 153.67) + (end 64.77 153.67) + (width 0.25) + (layer "B.Cu") + (net 34) + (uuid "e1c81ad5-5f45-435d-b61f-9b3c2b0610fb") + ) + (segment + (start 67.675 148.59) + (end 67.675 145.05) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "0e19f54a-c7eb-4818-ab62-3f6281b961c3") + ) + (segment + (start 67.675 145.05) + (end 67.945 144.78) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "841a82bb-20ec-4829-bfeb-a54487ad2636") + ) + (segment + (start 67.675 151.5325) + (end 67.4375 151.77) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "a8a21125-3ac9-4030-8249-b5f59ae33821") + ) + (segment + (start 67.675 148.59) + (end 67.675 151.5325) + (width 0.25) + (layer "B.Cu") + (net 35) + (uuid "fa09e6ab-5113-4de9-bceb-62e07ceca14e") + ) + (segment + (start 84.7685 156.21) + (end 82.545 156.21) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "7bed86ec-6df0-4e78-a394-e360fa49ab6d") + ) + (segment + (start 87.8825 153.096) + (end 84.7685 156.21) + (width 0.25) + (layer "B.Cu") + (net 36) + (uuid "b6a5e47a-5331-40e8-8c4c-cfaba0c62b7b") + ) + (segment + (start 87.8825 148.0675) + (end 87.8825 151.196) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "13ae4694-9f16-42c2-8ae1-a6bc85ca32e9") + ) + (segment + (start 87.995 147.955) + (end 87.8825 148.0675) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "20a99996-6953-4e21-95bf-9caf5a71e1b7") + ) + (segment + (start 87.995 144.415) + (end 88.265 144.145) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "a47583e5-371a-40aa-b901-d2878a3e545c") + ) + (segment + (start 87.995 147.955) + (end 87.995 144.415) + (width 0.25) + (layer "B.Cu") + (net 37) + (uuid "c52422a2-f70d-45a4-b4f6-91ba49f15259") + ) + (segment + (start 73.4603 96.7651) + (end 88.8193 112.1241) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "198526c9-1105-4fef-bd51-bf03e7c3f2a7") + ) + (segment + (start 73.3551 96.7651) + (end 73.4603 96.7651) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "2a0fac8e-8655-4429-9646-e54922ba5e60") + ) + (segment + (start 57.404 96.647) + (end 58.039 97.282) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "2ed5abcf-082f-4ad5-af61-780a016b025e") + ) + (segment + (start 69.308 97.282) + (end 71.59 95) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "3225f923-d51c-4f6f-a429-80e9bde4db97") + ) + (segment + (start 110.6901 115.7061) + (end 110.6901 125.3866) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "34f9d854-d46c-41d2-967f-242f1c87fc22") + ) + (segment + (start 90.66 130.175) + (end 101.5108 130.175) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "390690be-16f3-4082-91d6-3ecb3b872afa") + ) + (segment + (start 77.1552 157.4352) + (end 86.8248 157.4352) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "39e4b8bc-e26f-4874-bae8-e69f1b056353") + ) + (segment + (start 69.943 77.597) + (end 72.86 74.68) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "3b6a53dc-c72f-4586-a85c-de4f14c558b8") + ) + (segment + (start 57.404 74.168) + (end 57.404 96.647) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "42812543-7aec-4007-81ee-1084965f0e53") + ) + (segment + (start 108.4816 143.2666) + (end 110.22 145.005) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "43fc4c18-d62a-4310-9dbb-40072a4eb806") + ) + (segment + (start 110.6901 125.3866) + (end 103.7063 132.3704) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "46f86944-cbd7-4bbc-b384-c3b6f303a438") + ) + (segment + (start 70.7 116.59) + (end 70.495 116.795) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "49f0d681-79dd-4448-a172-38deb59bd00a") + ) + (segment + (start 57.404 76.327) + (end 58.674 77.597) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "4a96de3d-7b26-4acc-9217-bad241ab72fd") + ) + (segment + (start 88.8193 112.1241) + (end 107.1081 112.1241) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "4e85c8f6-4c7f-4925-afb3-f7b890f23332") + ) + (segment + (start 108.2611 143.2666) + (end 108.4816 143.2666) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "4e866548-de83-48cc-b71a-94b38d8b9d9c") + ) + (segment + (start 53.283 67.818) + (end 57.404 71.939) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "67f8cc2d-63d1-4760-96e2-833dfd2bf696") + ) + (segment + (start 58.674 77.597) + (end 69.943 77.597) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "717e8285-faca-4446-a4e7-04000fa98ed2") + ) + (segment + (start 107.0225 144.5975) + (end 107.0225 144.5052) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "74a3a598-abae-4df4-b448-3f2d6fed1658") + ) + (segment + (start 104.1408 147.4792) + (end 107.0225 144.5975) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "765c71a0-c9e4-4a92-9cbf-e012bd206c55") + ) + (segment + (start 101.5108 130.175) + (end 103.7063 132.3704) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "7e35e768-b1ea-406d-b949-d507fcb5624c") + ) + (segment + (start 51.054 66.5202) + (end 52.3518 67.818) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "888f1223-329d-40f0-8df0-fd7611475bae") + ) + (segment + (start 71.59 95) + (end 73.3551 96.7651) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "93f4aeab-93da-4c4b-9fff-82c1031e5201") + ) + (segment + (start 103.7063 132.3704) + (end 108.2611 136.9253) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "995ea8b2-dfd3-44ea-8d3f-74c1ccd73750") + ) + (segment + (start 86.8248 157.4352) + (end 92.495 151.765) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "a06bed02-6806-4f6a-a1fc-76cb33b5ab36") + ) + (segment + (start 51.054 109.728) + (end 51.054 65.913) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "a4dd0270-aa62-4623-bbf8-17fb6c979070") + ) + (segment + (start 58.121 116.795) + (end 51.054 109.728) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "aaaa5ea4-543e-4c12-aee0-c93ecf73c380") + ) + (segment + (start 92.495 151.765) + (end 96.7808 147.4792) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "aac4a4d2-0558-4f14-a627-16520411ccf3") + ) + (segment + (start 51.054 65.913) + (end 51.054 66.5202) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "ad49626c-0352-47b6-bcc3-234de697b0c1") + ) + (segment + (start 52.832 58.928) + (end 51.054 60.706) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "ae435d80-df0a-46ba-bc7a-8dbf6b935aa5") + ) + (segment + (start 107.1081 112.1241) + (end 110.6901 115.7061) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "b19a1350-560e-4548-b99c-360a390bbff2") + ) + (segment + (start 57.404 71.939) + (end 57.404 74.168) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "b2230f25-061e-45c7-864a-058654d7222f") + ) + (segment + (start 107.0225 144.5052) + (end 108.2611 143.2666) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "b4525c8e-505d-48e1-bead-60f27adb197c") + ) + (segment + (start 108.2611 136.9253) + (end 108.2611 143.2666) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "bbe85820-6633-4981-863c-3b2d9517989a") + ) + (segment + (start 70.495 116.795) + (end 58.121 116.795) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "ceb719bf-bcbf-4c71-a0d3-a0e80ba4cdbd") + ) + (segment + (start 96.7808 147.4792) + (end 104.1408 147.4792) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "d347c4a3-3745-47e1-9ec8-d73f30770654") + ) + (segment + (start 51.054 60.706) + (end 51.054 65.913) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "d527542c-6d54-4c16-823c-05a3b818b500") + ) + (segment + (start 58.039 97.282) + (end 69.308 97.282) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "e13f77c6-b5a5-4792-b08d-4ff727bf518c") + ) + (segment + (start 57.404 74.168) + (end 57.404 76.327) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "e2870c4e-0239-475f-9e58-479e7b158def") + ) + (segment + (start 72.12 152.4) + (end 77.1552 157.4352) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "e506ac90-7088-4427-adec-675db280e9fc") + ) + (segment + (start 52.3518 67.818) + (end 53.283 67.818) + (width 0.25) + (layer "B.Cu") + (net 38) + (uuid "f4d9cb34-ff6c-422f-8f2b-a35e256669e4") + ) + (segment + (start 72.66 72.48) + (end 68.1025 72.48) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "77a82919-9098-4feb-a9eb-751489df7553") + ) + (segment + (start 74.86 74.68) + (end 72.66 72.48) + (width 0.25) + (layer "B.Cu") + (net 39) + (uuid "b93d752b-aa67-4c47-be82-e1bc89e73979") + ) + (segment + (start 65.9425 114.39) + (end 70.5 114.39) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "45034647-c2d6-440e-b959-420796bd1d67") + ) + (segment + (start 70.5 114.39) + (end 72.7 116.59) + (width 0.25) + (layer "B.Cu") + (net 40) + (uuid "7fe8258d-ee5a-410e-bddb-37a02846904a") + ) + (segment + (start 73.59 95) + (end 71.6892 93.0992) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "59c07dd9-895b-419e-9f87-ee6f4ffbc344") + ) + (segment + (start 71.6892 93.0992) + (end 67.1317 93.0992) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "af3d1f79-99fb-4c5d-9e47-a1971595908a") + ) + (segment + (start 67.1317 93.0992) + (end 66.8325 92.8) + (width 0.25) + (layer "B.Cu") + (net 41) + (uuid "f79fbb46-16b4-4249-9b28-02530742c04a") + ) + (segment + (start 88.32 130.515) + (end 88.66 130.175) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "0ff617cf-c36b-430d-9c5b-db11f1775fb6") + ) + (segment + (start 84.7375 130.515) + (end 88.32 130.515) + (width 0.25) + (layer "B.Cu") + (net 42) + (uuid "92309b5e-366a-48bc-ad6a-c827580f03d5") + ) + (segment + (start 65.8825 152.4) + (end 65.5625 152.72) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "3a9c0ae0-5358-43e2-bf77-a82494deecf0") + ) + (segment + (start 70.12 152.4) + (end 65.8825 152.4) + (width 0.25) + (layer "B.Cu") + (net 43) + (uuid "b6bc74a7-e329-4c33-b097-d8f20d264fc4") + ) + (segment + (start 90.495 151.765) + (end 90.114 152.146) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "eaa41440-fb51-412b-9b3d-bb7fca39dd77") + ) + (segment + (start 90.114 152.146) + (end 86.0075 152.146) + (width 0.25) + (layer "B.Cu") + (net 44) + (uuid "f0d0fe7f-d2d1-4859-b51f-653939ac3e07") + ) + (segment + (start 81.28 131.92) + (end 95.2549 131.92) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "574e3ee7-cf30-4994-b01c-b07fc15d73f3") + ) + (segment + (start 99.06 134.5) + (end 97.8349 134.5) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "67f2d32b-884d-4189-a763-63d65406ca66") + ) + (segment + (start 95.2549 131.92) + (end 97.8349 134.5) + (width 0.25) + (layer "F.Cu") + (net 45) + (uuid "6c87a405-5f82-4d0c-be30-9397403fffb3") + ) + (segment + (start 86.485 126.365) + (end 81.28 131.57) + (width 0.25) + (layer "B.Cu") + (net 45) + (uuid "4fde2689-9f63-439d-8235-14aa29cba001") + ) + (segment + (start 81.28 131.57) + (end 81.28 131.92) + (width 0.25) + (layer "B.Cu") + (net 45) + (uuid "a7b11a66-bbfd-4436-87e3-531b197c604b") + ) + (segment + (start 78.74 114.18) + (end 77.5149 114.18) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "1015b81f-8d23-4f0b-a439-200fa03cfb87") + ) + (segment + (start 72.7 113.03) + (end 76.3649 113.03) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "4291efef-66f0-4923-bbc4-882e2faff200") + ) + (segment + (start 76.3649 113.03) + (end 77.5149 114.18) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "5b5d04b7-9867-4fd6-a237-677db90ad631") + ) + (segment + (start 72.7 113.03) + (end 72.7 110.038) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "7e08dc2b-65f5-4793-a899-72cf9aabd162") + ) + (segment + (start 72.7 110.038) + (end 70.104 107.442) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "b26ca850-22ca-49c8-9d1e-0a26ad1d080a") + ) + (segment + (start 70.104 107.442) + (end 65.118 107.442) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "cc3657c7-bfbe-4d75-83bd-29b4548c7059") + ) + (segment + (start 65.118 107.442) + (end 60.96 111.6) + (width 0.25) + (layer "B.Cu") + (net 46) + (uuid "fb5cfcb8-d8bf-41fe-bb18-246f89767761") + ) + (segment + (start 108.22 145.005) + (end 108.0275 145.005) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "1acdb698-3e2f-4601-a832-db5d3e717e27") + ) + (segment + (start 108.0275 145.005) + (end 105.7125 147.32) + (width 0.25) + (layer "B.Cu") + (net 47) + (uuid "fa2740e4-9856-4aaa-8583-eecd25434ff2") + ) + (zone + (net 1) + (net_name "GND") + (layer "F.Cu") + (uuid "c2550e77-80c6-435a-a759-7b661f24dde0") + (hatch edge 0.5) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 111.506 50.8) (xy 111.252 159.004) (xy 50.8 159.004) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 104.413704 66.336213) (xy 104.469637 66.378085) (xy 104.493309 66.436209) (xy 104.523471 66.665308) + (xy 104.552155 66.772359) (xy 104.586865 66.9019) (xy 104.680596 67.128186) (xy 104.680601 67.128197) + (xy 104.803061 67.340302) (xy 104.803072 67.340318) (xy 104.952171 67.534629) (xy 104.952177 67.534636) + (xy 105.125363 67.707822) (xy 105.125369 67.707827) (xy 105.31969 67.856934) (xy 105.319697 67.856938) + (xy 105.531802 67.979398) (xy 105.531807 67.9794) (xy 105.53181 67.979402) (xy 105.644956 68.026268) + (xy 105.758099 68.073134) (xy 105.7581 68.073134) (xy 105.758102 68.073135) (xy 105.994692 68.136529) + (xy 106.237532 68.1685) (xy 106.237539 68.1685) (xy 106.482461 68.1685) (xy 106.482468 68.1685) + (xy 106.725308 68.136529) (xy 106.961898 68.073135) (xy 107.18819 67.979402) (xy 107.40031 67.856934) + (xy 107.594631 67.707827) (xy 107.767827 67.534631) (xy 107.898772 67.363979) (xy 107.955198 67.322777) + (xy 108.024944 67.318622) (xy 108.085865 67.352834) (xy 108.118618 67.414551) (xy 108.120723 67.429226) + (xy 108.129434 67.534359) (xy 108.129436 67.534371) (xy 108.184703 67.752614) (xy 108.27514 67.958792) + (xy 108.398276 68.147265) (xy 108.398284 68.147276) (xy 108.49037 68.247306) (xy 108.55076 68.312906) + (xy 108.728424 68.451189) (xy 108.728426 68.45119) (xy 108.728433 68.451195) (xy 108.775516 68.476674) + (xy 108.825107 68.525892) (xy 108.8405 68.585729) (xy 108.8405 85.672233) (xy 108.820815 85.739272) + (xy 108.804181 85.759914) (xy 108.480181 86.083914) (xy 108.418858 86.117399) (xy 108.349166 86.112415) + (xy 108.293233 86.070543) (xy 108.268816 86.005079) (xy 108.2685 85.996233) (xy 108.2685 85.977538) + (xy 108.268499 85.977524) (xy 108.267062 85.966613) (xy 108.236529 85.734692) (xy 108.173135 85.498102) + (xy 108.079402 85.27181) (xy 108.0794 85.271807) (xy 108.079398 85.271802) (xy 107.956938 85.059697) + (xy 107.956934 85.05969) (xy 107.807827 84.865369) (xy 107.807822 84.865363) (xy 107.634636 84.692177) + (xy 107.634629 84.692171) (xy 107.440318 84.543072) (xy 107.440316 84.54307) (xy 107.44031 84.543066) + (xy 107.440305 84.543063) (xy 107.440302 84.543061) (xy 107.228197 84.420601) (xy 107.228186 84.420596) + (xy 107.0019 84.326865) (xy 106.883603 84.295168) (xy 106.765308 84.263471) (xy 106.711068 84.25633) + (xy 106.522475 84.2315) (xy 106.522468 84.2315) (xy 106.277532 84.2315) (xy 106.277524 84.2315) + (xy 106.061674 84.259918) (xy 106.034692 84.263471) (xy 105.975544 84.279319) (xy 105.798099 84.326865) + (xy 105.571813 84.420596) (xy 105.571802 84.420601) (xy 105.359697 84.543061) (xy 105.359681 84.543072) + (xy 105.16537 84.692171) (xy 105.165363 84.692177) (xy 104.992177 84.865363) (xy 104.992171 84.86537) + (xy 104.843072 85.059681) (xy 104.843061 85.059697) (xy 104.720601 85.271802) (xy 104.720596 85.271813) + (xy 104.626865 85.498099) (xy 104.580207 85.672233) (xy 104.566445 85.723595) (xy 104.563471 85.734693) + (xy 104.5315 85.977524) (xy 104.5315 86.742475) (xy 104.556366 86.931343) (xy 104.563471 86.985308) + (xy 104.595168 87.103603) (xy 104.626865 87.2219) (xy 104.720596 87.448186) (xy 104.720601 87.448197) + (xy 104.843061 87.660302) (xy 104.843072 87.660318) (xy 104.992171 87.854629) (xy 104.992177 87.854636) + (xy 105.165363 88.027822) (xy 105.165369 88.027827) (xy 105.35969 88.176934) (xy 105.359697 88.176938) + (xy 105.571802 88.299398) (xy 105.571807 88.2994) (xy 105.57181 88.299402) (xy 105.684956 88.346268) + (xy 105.798099 88.393134) (xy 105.7981 88.393134) (xy 105.798102 88.393135) (xy 105.884709 88.416341) + (xy 105.94437 88.452706) (xy 105.974899 88.515553) (xy 105.966604 88.584928) (xy 105.940297 88.623797) + (xy 102.096394 92.4677) (xy 102.035071 92.501185) (xy 101.96845 92.4973) (xy 101.946954 92.48992) + (xy 101.75573 92.458011) (xy 101.716712 92.4515) (xy 101.483288 92.4515) (xy 101.44427 92.458011) + (xy 101.253045 92.48992) (xy 101.03228 92.56571) (xy 101.032266 92.565716) (xy 100.826988 92.676806) + (xy 100.826986 92.676807) (xy 100.658123 92.808239) (xy 100.593129 92.833881) (xy 100.524589 92.820314) + (xy 100.474264 92.771846) (xy 100.46578 92.753719) (xy 100.450889 92.713796) (xy 100.450888 92.713795) + (xy 100.363261 92.596739) (xy 100.246204 92.509111) (xy 100.214538 92.4973) (xy 100.109203 92.458011) + (xy 100.048654 92.4515) (xy 100.048638 92.4515) (xy 98.151362 92.4515) (xy 98.151345 92.4515) (xy 98.090797 92.458011) + (xy 98.090795 92.458011) (xy 97.953795 92.509111) (xy 97.836739 92.596739) (xy 97.749111 92.713795) + (xy 97.698011 92.850795) (xy 97.698011 92.850797) (xy 97.6915 92.911345) (xy 97.6915 94.808654) + (xy 97.698011 94.869202) (xy 97.698011 94.869204) (xy 97.73422 94.96628) (xy 97.749111 95.006204) + (xy 97.836739 95.123261) (xy 97.953796 95.210889) (xy 98.090799 95.261989) (xy 98.11805 95.264918) + (xy 98.151345 95.268499) (xy 98.151362 95.2685) (xy 98.3425 95.2685) (xy 98.409539 95.288185) (xy 98.455294 95.340989) + (xy 98.4665 95.3925) (xy 98.4665 105.209315) (xy 98.446815 105.276354) (xy 98.394011 105.322109) + (xy 98.324853 105.332053) (xy 98.261297 105.303028) (xy 98.244124 105.284801) (xy 98.167828 105.18537) + (xy 98.167822 105.185363) (xy 97.994636 105.012177) (xy 97.994629 105.012171) (xy 97.800318 104.863072) + (xy 97.800316 104.86307) (xy 97.80031 104.863066) (xy 97.800305 104.863063) (xy 97.800302 104.863061) + (xy 97.588197 104.740601) (xy 97.588186 104.740596) (xy 97.3619 104.646865) (xy 97.243603 104.615168) + (xy 97.125308 104.583471) (xy 97.071343 104.576366) (xy 96.882475 104.5515) (xy 96.882468 104.5515) + (xy 96.637532 104.5515) (xy 96.637524 104.5515) (xy 96.421674 104.579918) (xy 96.394692 104.583471) + (xy 96.335544 104.599319) (xy 96.158099 104.646865) (xy 95.931813 104.740596) (xy 95.931802 104.740601) + (xy 95.719697 104.863061) (xy 95.719681 104.863072) (xy 95.52537 105.012171) (xy 95.525363 105.012177) + (xy 95.352177 105.185363) (xy 95.352171 105.18537) (xy 95.203072 105.379681) (xy 95.203061 105.379697) + (xy 95.080601 105.591802) (xy 95.080596 105.591813) (xy 94.986865 105.818099) (xy 94.923471 106.054693) + (xy 94.8915 106.297524) (xy 94.8915 107.062475) (xy 94.916366 107.251343) (xy 94.923471 107.305308) + (xy 94.955168 107.423603) (xy 94.986865 107.5419) (xy 95.080596 107.768186) (xy 95.080601 107.768197) + (xy 95.203061 107.980302) (xy 95.203072 107.980318) (xy 95.352171 108.174629) (xy 95.352177 108.174636) + (xy 95.525363 108.347822) (xy 95.525369 108.347827) (xy 95.71969 108.496934) (xy 95.719697 108.496938) + (xy 95.931802 108.619398) (xy 95.931807 108.6194) (xy 95.93181 108.619402) (xy 96.044956 108.666268) + (xy 96.158099 108.713134) (xy 96.1581 108.713134) (xy 96.158102 108.713135) (xy 96.394692 108.776529) + (xy 96.637532 108.8085) (xy 96.637539 108.8085) (xy 96.882461 108.8085) (xy 96.882468 108.8085) + (xy 97.125308 108.776529) (xy 97.361898 108.713135) (xy 97.58819 108.619402) (xy 97.80031 108.496934) + (xy 97.994631 108.347827) (xy 98.167827 108.174631) (xy 98.244124 108.075197) (xy 98.300551 108.033995) + (xy 98.370297 108.02984) (xy 98.431218 108.064052) (xy 98.463971 108.125769) (xy 98.4665 108.150684) + (xy 98.4665 112.6475) (xy 98.446815 112.714539) (xy 98.394011 112.760294) (xy 98.3425 112.7715) + (xy 98.111345 112.7715) (xy 98.050797 112.778011) (xy 98.050795 112.778011) (xy 97.913795 112.829111) + (xy 97.796739 112.916739) (xy 97.709111 113.033795) (xy 97.658011 113.170795) (xy 97.658011 113.170797) + (xy 97.6515 113.231345) (xy 97.6515 115.128654) (xy 97.658011 115.189202) (xy 97.658011 115.189204) + (xy 97.69422 115.28628) (xy 97.709111 115.326204) (xy 97.796739 115.443261) (xy 97.913796 115.530889) + (xy 98.050799 115.581989) (xy 98.07805 115.584918) (xy 98.111345 115.588499) (xy 98.111362 115.5885) + (xy 100.008638 115.5885) (xy 100.008654 115.588499) (xy 100.035692 115.585591) (xy 100.069201 115.581989) + (xy 100.206204 115.530889) (xy 100.323261 115.443261) (xy 100.410889 115.326204) (xy 100.425781 115.286277) + (xy 100.467651 115.230347) (xy 100.533115 115.20593) (xy 100.601388 115.220782) (xy 100.618123 115.231761) + (xy 100.786979 115.363187) (xy 100.786983 115.36319) (xy 100.786985 115.363191) (xy 100.786988 115.363193) + (xy 100.848176 115.396306) (xy 100.992273 115.474287) (xy 101.098503 115.510756) (xy 101.213045 115.550079) + (xy 101.213047 115.550079) (xy 101.213049 115.55008) (xy 101.443288 115.5885) (xy 101.443289 115.5885) + (xy 101.676711 115.5885) (xy 101.676712 115.5885) (xy 101.906951 115.55008) (xy 102.127727 115.474287) + (xy 102.333017 115.36319) (xy 102.51722 115.219818) (xy 102.675314 115.048083) (xy 102.711267 114.993053) + (xy 102.764412 114.947695) (xy 102.833644 114.938271) (xy 102.89698 114.967772) (xy 102.9052 114.977258) + (xy 102.908812 114.977633) (xy 103.577037 114.309408) (xy 103.594075 114.372993) (xy 103.659901 114.487007) + (xy 103.752993 114.580099) (xy 103.867007 114.645925) (xy 103.93059 114.662962) (xy 103.261201 115.332351) + (xy 103.291649 115.35605) (xy 103.495697 115.466476) (xy 103.495706 115.466479) (xy 103.715139 115.541811) + (xy 103.943993 115.58) (xy 104.176007 115.58) (xy 104.40486 115.541811) (xy 104.624293 115.466479) + (xy 104.624301 115.466476) (xy 104.828355 115.356047) (xy 104.858797 115.332351) (xy 104.858798 115.33235) + (xy 104.18941 114.662962) (xy 104.252993 114.645925) (xy 104.367007 114.580099) (xy 104.460099 114.487007) + (xy 104.525925 114.372993) (xy 104.542962 114.309409) (xy 105.211186 114.977633) (xy 105.295482 114.848611) + (xy 105.388682 114.636135) (xy 105.445638 114.411218) (xy 105.464798 114.180005) (xy 105.464798 114.179994) + (xy 105.445638 113.948781) (xy 105.388682 113.723864) (xy 105.295484 113.511393) (xy 105.211186 113.382365) + (xy 104.542962 114.050589) (xy 104.525925 113.987007) (xy 104.460099 113.872993) (xy 104.367007 113.779901) + (xy 104.252993 113.714075) (xy 104.189409 113.697037) (xy 104.858797 113.027647) (xy 104.858797 113.027645) + (xy 104.82836 113.003955) (xy 104.828354 113.003951) (xy 104.624302 112.893523) (xy 104.624293 112.89352) + (xy 104.40486 112.818188) (xy 104.176007 112.78) (xy 103.943993 112.78) (xy 103.715139 112.818188) + (xy 103.495706 112.89352) (xy 103.495697 112.893523) (xy 103.29165 113.003949) (xy 103.2612 113.027647) + (xy 103.930591 113.697037) (xy 103.867007 113.714075) (xy 103.752993 113.779901) (xy 103.659901 113.872993) + (xy 103.594075 113.987007) (xy 103.577037 114.050591) (xy 102.908811 113.382365) (xy 102.899713 113.383309) + (xy 102.865737 113.412305) (xy 102.796506 113.421728) (xy 102.73317 113.392225) (xy 102.711267 113.366947) + (xy 102.675313 113.311915) (xy 102.517223 113.140185) (xy 102.517222 113.140184) (xy 102.51722 113.140182) + (xy 102.333017 112.99681) (xy 102.333015 112.996809) (xy 102.333014 112.996808) (xy 102.333011 112.996806) + (xy 102.127733 112.885716) (xy 102.12773 112.885715) (xy 102.127727 112.885713) (xy 102.127721 112.885711) + (xy 102.127719 112.88571) (xy 101.906954 112.80992) (xy 101.71573 112.778011) (xy 101.676712 112.7715) + (xy 101.443288 112.7715) (xy 101.40427 112.778011) (xy 101.213045 112.80992) (xy 100.99228 112.88571) + (xy 100.992266 112.885716) (xy 100.786988 112.996806) (xy 100.786986 112.996807) (xy 100.618123 113.128239) + (xy 100.553129 113.153881) (xy 100.484589 113.140314) (xy 100.434264 113.091846) (xy 100.42578 113.073719) + (xy 100.410889 113.033796) (xy 100.406284 113.027645) (xy 100.323261 112.916739) (xy 100.206204 112.829111) + (xy 100.176919 112.818188) (xy 100.069203 112.778011) (xy 100.008654 112.7715) (xy 100.008638 112.7715) + (xy 99.8575 112.7715) (xy 99.790461 112.751815) (xy 99.744706 112.699011) (xy 99.7335 112.6475) + (xy 99.7335 107.062475) (xy 104.4915 107.062475) (xy 104.516366 107.251343) (xy 104.523471 107.305308) + (xy 104.555168 107.423603) (xy 104.586865 107.5419) (xy 104.680596 107.768186) (xy 104.680601 107.768197) + (xy 104.803061 107.980302) (xy 104.803072 107.980318) (xy 104.952171 108.174629) (xy 104.952177 108.174636) + (xy 105.125363 108.347822) (xy 105.125369 108.347827) (xy 105.31969 108.496934) (xy 105.319697 108.496938) + (xy 105.531802 108.619398) (xy 105.531807 108.6194) (xy 105.53181 108.619402) (xy 105.644956 108.666268) + (xy 105.758099 108.713134) (xy 105.7581 108.713134) (xy 105.758102 108.713135) (xy 105.994692 108.776529) + (xy 106.237532 108.8085) (xy 106.237539 108.8085) (xy 106.482461 108.8085) (xy 106.482468 108.8085) + (xy 106.725308 108.776529) (xy 106.961898 108.713135) (xy 107.18819 108.619402) (xy 107.40031 108.496934) + (xy 107.594631 108.347827) (xy 107.767827 108.174631) (xy 107.916934 107.98031) (xy 108.039402 107.76819) + (xy 108.133135 107.541898) (xy 108.196529 107.305308) (xy 108.2285 107.062468) (xy 108.2285 106.297532) + (xy 108.196529 106.054692) (xy 108.133135 105.818102) (xy 108.039402 105.59181) (xy 108.0394 105.591807) + (xy 108.039398 105.591802) (xy 107.916938 105.379697) (xy 107.916934 105.37969) (xy 107.872751 105.322109) + (xy 107.767828 105.18537) (xy 107.767822 105.185363) (xy 107.594636 105.012177) (xy 107.594629 105.012171) + (xy 107.400318 104.863072) (xy 107.400316 104.86307) (xy 107.40031 104.863066) (xy 107.400305 104.863063) + (xy 107.400302 104.863061) (xy 107.188197 104.740601) (xy 107.188186 104.740596) (xy 106.9619 104.646865) + (xy 106.843603 104.615168) (xy 106.725308 104.583471) (xy 106.671343 104.576366) (xy 106.482475 104.5515) + (xy 106.482468 104.5515) (xy 106.237532 104.5515) (xy 106.237524 104.5515) (xy 106.021674 104.579918) + (xy 105.994692 104.583471) (xy 105.935544 104.599319) (xy 105.758099 104.646865) (xy 105.531813 104.740596) + (xy 105.531802 104.740601) (xy 105.319697 104.863061) (xy 105.319681 104.863072) (xy 105.12537 105.012171) + (xy 105.125363 105.012177) (xy 104.952177 105.185363) (xy 104.952171 105.18537) (xy 104.803072 105.379681) + (xy 104.803061 105.379697) (xy 104.680601 105.591802) (xy 104.680596 105.591813) (xy 104.586865 105.818099) + (xy 104.523471 106.054693) (xy 104.4915 106.297524) (xy 104.4915 107.062475) (xy 99.7335 107.062475) + (xy 99.7335 95.3925) (xy 99.753185 95.325461) (xy 99.805989 95.279706) (xy 99.8575 95.2685) (xy 100.048638 95.2685) + (xy 100.048654 95.268499) (xy 100.075692 95.265591) (xy 100.109201 95.261989) (xy 100.246204 95.210889) + (xy 100.363261 95.123261) (xy 100.450889 95.006204) (xy 100.465781 94.966277) (xy 100.507651 94.910347) + (xy 100.573115 94.88593) (xy 100.641388 94.900782) (xy 100.658123 94.911761) (xy 100.826979 95.043187) + (xy 100.826983 95.04319) (xy 100.826985 95.043191) (xy 100.826988 95.043193) (xy 100.888176 95.076306) + (xy 101.032273 95.154287) (xy 101.138503 95.190756) (xy 101.253045 95.230079) (xy 101.253047 95.230079) + (xy 101.253049 95.23008) (xy 101.483288 95.2685) (xy 101.483289 95.2685) (xy 101.716711 95.2685) + (xy 101.716712 95.2685) (xy 101.946951 95.23008) (xy 102.167727 95.154287) (xy 102.373017 95.04319) + (xy 102.55722 94.899818) (xy 102.715314 94.728083) (xy 102.746191 94.680821) (xy 102.799337 94.635465) + (xy 102.868568 94.626041) (xy 102.931904 94.655542) (xy 102.953809 94.680822) (xy 102.984686 94.728084) + (xy 103.129995 94.88593) (xy 103.14278 94.899818) (xy 103.326983 95.04319) (xy 103.326985 95.043191) + (xy 103.326988 95.043193) (xy 103.388176 95.076306) (xy 103.532273 95.154287) (xy 103.638503 95.190756) + (xy 103.753045 95.230079) (xy 103.753047 95.230079) (xy 103.753049 95.23008) (xy 103.983288 95.2685) + (xy 103.983289 95.2685) (xy 104.216711 95.2685) (xy 104.216712 95.2685) (xy 104.446951 95.23008) + (xy 104.667727 95.154287) (xy 104.873017 95.04319) (xy 105.05722 94.899818) (xy 105.215314 94.728083) + (xy 105.342984 94.532669) (xy 105.436749 94.318907) (xy 105.494051 94.092626) (xy 105.509462 93.906645) + (xy 105.513327 93.860005) (xy 105.513327 93.859994) (xy 105.494051 93.627377) (xy 105.494051 93.627374) + (xy 105.436749 93.401093) (xy 105.342984 93.187331) (xy 105.215314 92.991917) (xy 105.215313 92.991915) + (xy 105.057223 92.820185) (xy 105.057222 92.820184) (xy 105.05722 92.820182) (xy 104.873017 92.67681) + (xy 104.873015 92.676809) (xy 104.873014 92.676808) (xy 104.873011 92.676806) (xy 104.667733 92.565716) + (xy 104.66773 92.565715) (xy 104.667727 92.565713) (xy 104.667721 92.565711) (xy 104.667719 92.56571) + (xy 104.446954 92.48992) (xy 104.25573 92.458011) (xy 104.216712 92.4515) (xy 104.203765 92.4515) + (xy 104.136726 92.431815) (xy 104.090971 92.379011) (xy 104.081027 92.309853) (xy 104.110052 92.246297) + (xy 104.116084 92.239819) (xy 109.808519 86.547386) (xy 109.869842 86.513901) (xy 109.939534 86.518885) + (xy 109.995467 86.560757) (xy 110.019884 86.626221) (xy 110.0202 86.635067) (xy 110.0202 111.536534) + (xy 110.000515 111.603573) (xy 109.983881 111.624215) (xy 101.156167 120.451929) (xy 101.112047 120.496049) + (xy 101.067927 120.540168) (xy 100.998603 120.643918) (xy 100.998598 120.643927) (xy 100.950845 120.759214) + (xy 100.950843 120.759222) (xy 100.9265 120.881601) (xy 100.9265 133.167418) (xy 100.906815 133.234457) + (xy 100.861519 133.276472) (xy 100.786988 133.316806) (xy 100.786986 133.316807) (xy 100.618123 133.448239) + (xy 100.553129 133.473881) (xy 100.484589 133.460314) (xy 100.434264 133.411846) (xy 100.42578 133.393719) + (xy 100.410889 133.353796) (xy 100.406284 133.347645) (xy 100.323261 133.236739) (xy 100.206204 133.149111) + (xy 100.176916 133.138187) (xy 100.069203 133.098011) (xy 100.008654 133.0915) (xy 100.008638 133.0915) + (xy 98.111362 133.0915) (xy 98.111345 133.0915) (xy 98.050797 133.098011) (xy 98.050795 133.098011) + (xy 97.913795 133.149111) (xy 97.796738 133.236739) (xy 97.741564 133.310443) (xy 97.68563 133.352313) + (xy 97.615939 133.357297) (xy 97.554617 133.323812) (xy 95.658736 131.427931) (xy 95.658732 131.427928) + (xy 95.554981 131.358603) (xy 95.554972 131.358598) (xy 95.439685 131.310845) (xy 95.439677 131.310843) + (xy 95.317298 131.2865) (xy 95.317294 131.2865) (xy 82.803594 131.2865) (xy 82.736555 131.266815) + (xy 82.6908 131.214011) (xy 82.689032 131.209949) (xy 82.686337 131.203444) (xy 82.686336 131.203443) + (xy 82.686334 131.203437) (xy 82.556925 130.99226) (xy 82.396073 130.803927) (xy 82.20774 130.643075) + (xy 81.996563 130.513666) (xy 81.996562 130.513665) (xy 81.996558 130.513663) (xy 81.767744 130.418886) + (xy 81.767742 130.418885) (xy 81.526911 130.361066) (xy 81.526909 130.361065) (xy 81.526906 130.361065) + (xy 81.28 130.341634) (xy 81.033093 130.361065) (xy 81.033089 130.361066) (xy 80.792258 130.418885) + (xy 80.792256 130.418885) (xy 80.792255 130.418886) (xy 80.563441 130.513663) (xy 80.352259 130.643075) + (xy 80.163927 130.803927) (xy 80.003075 130.992259) (xy 79.873663 131.203441) (xy 79.780678 131.427929) + (xy 79.778885 131.432258) (xy 79.768936 131.4737) (xy 79.721065 131.673093) (xy 79.701634 131.92) + (xy 79.721065 132.166906) (xy 79.721065 132.166909) (xy 79.721066 132.166911) (xy 79.778885 132.407742) + (xy 79.778886 132.407744) (xy 79.873663 132.636558) (xy 79.873665 132.636562) (xy 79.873666 132.636563) + (xy 80.003075 132.84774) (xy 80.163927 133.036073) (xy 80.35226 133.196925) (xy 80.563437 133.326334) + (xy 80.563439 133.326334) (xy 80.563441 133.326336) (xy 80.614886 133.347645) (xy 80.792258 133.421115) + (xy 81.033089 133.478934) (xy 81.28 133.498366) (xy 81.526911 133.478934) (xy 81.767742 133.421115) + (xy 81.996563 133.326334) (xy 82.20774 133.196925) (xy 82.396073 133.036073) (xy 82.556925 132.84774) + (xy 82.686334 132.636563) (xy 82.687235 132.634386) (xy 82.689032 132.630051) (xy 82.732871 132.575646) + (xy 82.799164 132.553579) (xy 82.803594 132.5535) (xy 94.941134 132.5535) (xy 95.008173 132.573185) + (xy 95.028815 132.589819) (xy 97.431063 134.992068) (xy 97.431067 134.992071) (xy 97.534818 135.061396) + (xy 97.534825 135.0614) (xy 97.574953 135.078021) (xy 97.629355 135.121861) (xy 97.651421 135.188154) + (xy 97.6515 135.192582) (xy 97.6515 135.448654) (xy 97.658011 135.509202) (xy 97.658011 135.509204) + (xy 97.692819 135.602525) (xy 97.709111 135.646204) (xy 97.796739 135.763261) (xy 97.913796 135.850889) + (xy 98.050799 135.901989) (xy 98.07805 135.904918) (xy 98.111345 135.908499) (xy 98.111362 135.9085) + (xy 100.008638 135.9085) (xy 100.008654 135.908499) (xy 100.035692 135.905591) (xy 100.069201 135.901989) + (xy 100.206204 135.850889) (xy 100.323261 135.763261) (xy 100.410889 135.646204) (xy 100.425781 135.606277) + (xy 100.467651 135.550347) (xy 100.533115 135.52593) (xy 100.601388 135.540782) (xy 100.618123 135.551761) + (xy 100.786979 135.683187) (xy 100.786983 135.68319) (xy 100.786985 135.683191) (xy 100.786988 135.683193) + (xy 100.848176 135.716306) (xy 100.901636 135.745237) (xy 100.924489 135.757604) (xy 100.97408 135.806823) + (xy 100.989188 135.87504) (xy 100.965018 135.940595) (xy 100.953153 135.95434) (xy 85.337315 151.570181) + (xy 85.275992 151.603666) (xy 85.249634 151.6065) (xy 82.803594 151.6065) (xy 82.736555 151.586815) + (xy 82.6908 151.534011) (xy 82.689032 151.529949) (xy 82.686337 151.523444) (xy 82.686336 151.523443) + (xy 82.686334 151.523437) (xy 82.556925 151.31226) (xy 82.396073 151.123927) (xy 82.20774 150.963075) + (xy 81.996563 150.833666) (xy 81.996562 150.833665) (xy 81.996558 150.833663) (xy 81.778169 150.743204) + (xy 81.767742 150.738885) (xy 81.526911 150.681066) (xy 81.526909 150.681065) (xy 81.526906 150.681065) + (xy 81.28 150.661634) (xy 81.033093 150.681065) (xy 81.033089 150.681066) (xy 80.792258 150.738885) + (xy 80.792256 150.738885) (xy 80.792255 150.738886) (xy 80.563441 150.833663) (xy 80.352259 150.963075) + (xy 80.163927 151.123927) (xy 80.003075 151.312259) (xy 79.873663 151.523441) (xy 79.781589 151.74573) + (xy 79.778886 151.752257) (xy 79.721065 151.993093) (xy 79.701634 152.24) (xy 79.721065 152.486906) + (xy 79.721065 152.486909) (xy 79.721066 152.486911) (xy 79.778885 152.727742) (xy 79.778886 152.727744) + (xy 79.873663 152.956558) (xy 79.873665 152.956562) (xy 79.873666 152.956563) (xy 80.003075 153.16774) + (xy 80.163927 153.356073) (xy 80.35226 153.516925) (xy 80.563437 153.646334) (xy 80.563439 153.646334) + (xy 80.563441 153.646336) (xy 80.634786 153.675888) (xy 80.792258 153.741115) (xy 81.033089 153.798934) + (xy 81.28 153.818366) (xy 81.526911 153.798934) (xy 81.767742 153.741115) (xy 81.996563 153.646334) + (xy 82.20774 153.516925) (xy 82.396073 153.356073) (xy 82.556925 153.16774) (xy 82.686334 152.956563) + (xy 82.687235 152.954386) (xy 82.689032 152.950051) (xy 82.732871 152.895646) (xy 82.799164 152.873579) + (xy 82.803594 152.8735) (xy 85.625795 152.8735) (xy 85.625796 152.873499) (xy 85.748185 152.849155) + (xy 85.863475 152.8014) (xy 85.967233 152.732071) (xy 103.063297 135.636007) (xy 103.124616 135.602525) + (xy 103.194308 135.607509) (xy 103.227137 135.625838) (xy 103.291649 135.67605) (xy 103.495697 135.786476) + (xy 103.495706 135.786479) (xy 103.715139 135.861811) (xy 103.943993 135.9) (xy 104.176007 135.9) + (xy 104.40486 135.861811) (xy 104.624293 135.786479) (xy 104.624301 135.786476) (xy 104.828355 135.676047) + (xy 104.858797 135.652351) (xy 104.858798 135.652351) (xy 104.189409 134.982962) (xy 104.252993 134.965925) + (xy 104.367007 134.900099) (xy 104.460099 134.807007) (xy 104.525925 134.692993) (xy 104.542962 134.629409) + (xy 105.211186 135.297633) (xy 105.295482 135.168611) (xy 105.388682 134.956135) (xy 105.445638 134.731218) + (xy 105.464798 134.500005) (xy 105.464798 134.499994) (xy 105.445638 134.268781) (xy 105.388682 134.043864) + (xy 105.295484 133.831393) (xy 105.211186 133.702365) (xy 104.542962 134.370589) (xy 104.525925 134.307007) + (xy 104.460099 134.192993) (xy 104.367007 134.099901) (xy 104.252993 134.034075) (xy 104.189409 134.017037) + (xy 104.858797 133.347647) (xy 104.858797 133.347645) (xy 104.82836 133.323955) (xy 104.828354 133.323951) + (xy 104.624302 133.213523) (xy 104.624293 133.21352) (xy 104.40486 133.138188) (xy 104.176007 133.1) + (xy 103.943993 133.1) (xy 103.715142 133.138187) (xy 103.607762 133.175051) (xy 103.537964 133.1782) + (xy 103.477542 133.143113) (xy 103.445682 133.08093) (xy 103.4435 133.057769) (xy 103.4435 127.722666) + (xy 103.463185 127.655627) (xy 103.479819 127.634985) (xy 104.279819 126.834985) (xy 104.341142 126.8015) + (xy 104.410834 126.806484) (xy 104.466767 126.848356) (xy 104.491184 126.91382) (xy 104.4915 126.922666) + (xy 104.4915 127.382475) (xy 104.516366 127.571343) (xy 104.523471 127.625308) (xy 104.526064 127.634985) + (xy 104.586865 127.8619) (xy 104.680596 128.088186) (xy 104.680601 128.088197) (xy 104.803061 128.300302) + (xy 104.803072 128.300318) (xy 104.952171 128.494629) (xy 104.952177 128.494636) (xy 105.125363 128.667822) + (xy 105.125369 128.667827) (xy 105.31969 128.816934) (xy 105.319697 128.816938) (xy 105.531802 128.939398) + (xy 105.531807 128.9394) (xy 105.53181 128.939402) (xy 105.614157 128.973511) (xy 105.758099 129.033134) + (xy 105.7581 129.033134) (xy 105.758102 129.033135) (xy 105.994692 129.096529) (xy 106.237532 129.1285) + (xy 106.237539 129.1285) (xy 106.482461 129.1285) (xy 106.482468 129.1285) (xy 106.725308 129.096529) + (xy 106.961898 129.033135) (xy 107.18819 128.939402) (xy 107.40031 128.816934) (xy 107.594631 128.667827) + (xy 107.767827 128.494631) (xy 107.916934 128.30031) (xy 108.039402 128.08819) (xy 108.133135 127.861898) + (xy 108.196529 127.625308) (xy 108.2285 127.382468) (xy 108.2285 126.617532) (xy 108.196529 126.374692) + (xy 108.133135 126.138102) (xy 108.039402 125.91181) (xy 108.0394 125.911807) (xy 108.039398 125.911802) + (xy 107.916938 125.699697) (xy 107.916934 125.69969) (xy 107.767827 125.505369) (xy 107.767822 125.505363) + (xy 107.594636 125.332177) (xy 107.594629 125.332171) (xy 107.400318 125.183072) (xy 107.400316 125.18307) + (xy 107.40031 125.183066) (xy 107.400305 125.183063) (xy 107.400302 125.183061) (xy 107.188197 125.060601) + (xy 107.188186 125.060596) (xy 106.9619 124.966865) (xy 106.843603 124.935168) (xy 106.725308 124.903471) + (xy 106.675424 124.896903) (xy 106.520422 124.876496) (xy 106.456526 124.848229) (xy 106.418055 124.789904) + (xy 106.417224 124.72004) (xy 106.448925 124.665878) (xy 108.287368 122.827434) (xy 108.348689 122.793951) + (xy 108.418381 122.798935) (xy 108.466276 122.831133) (xy 108.55076 122.922906) (xy 108.728424 123.061189) + (xy 108.728429 123.061191) (xy 108.728431 123.061193) (xy 108.76493 123.080946) (xy 108.81452 123.130165) + (xy 108.829628 123.198382) (xy 108.805457 123.263937) (xy 108.76493 123.299054) (xy 108.728431 123.318806) + (xy 108.728422 123.318812) (xy 108.550761 123.457092) (xy 108.550756 123.457097) (xy 108.398284 123.622723) + (xy 108.398276 123.622734) (xy 108.27514 123.811207) (xy 108.184703 124.017385) (xy 108.129436 124.235628) + (xy 108.129434 124.23564) (xy 108.110844 124.459994) (xy 108.110844 124.460005) (xy 108.129434 124.684359) + (xy 108.129436 124.684371) (xy 108.184703 124.902614) (xy 108.27514 125.108792) (xy 108.398276 125.297265) + (xy 108.398284 125.297276) (xy 108.523691 125.433502) (xy 108.55076 125.462906) (xy 108.728424 125.601189) + (xy 108.728426 125.60119) (xy 108.728433 125.601195) (xy 108.775516 125.626674) (xy 108.825107 125.675892) + (xy 108.8405 125.735729) (xy 108.8405 144.052232) (xy 108.820815 144.119271) (xy 108.804181 144.139913) + (xy 102.22939 150.714703) (xy 102.168067 150.748188) (xy 102.098375 150.743204) (xy 102.094256 150.741583) + (xy 102.087748 150.738887) (xy 102.087745 150.738886) (xy 102.087743 150.738885) (xy 102.087742 150.738885) + (xy 101.846911 150.681066) (xy 101.846909 150.681065) (xy 101.846906 150.681065) (xy 101.6 150.661634) + (xy 101.353093 150.681065) (xy 101.112253 150.738886) (xy 101.008552 150.781841) (xy 100.939083 150.78931) + (xy 100.876604 150.758035) (xy 100.840952 150.697946) (xy 100.8371 150.66728) (xy 100.8371 146.640478) + (xy 100.856785 146.573439) (xy 100.909589 146.527684) (xy 100.935319 146.519188) (xy 101.054788 146.493794) + (xy 101.229252 146.416118) (xy 101.383753 146.303866) (xy 101.51154 146.161944) (xy 101.607027 145.996556) + (xy 101.666042 145.814928) (xy 101.686004 145.625) (xy 101.686003 145.624997) (xy 101.686683 145.618536) + (xy 101.688213 145.618696) (xy 101.705689 145.559183) (xy 101.758493 145.513428) (xy 101.800276 145.502604) + (xy 101.803986 145.502312) (xy 101.846911 145.498934) (xy 102.087742 145.441115) (xy 102.316563 145.346334) + (xy 102.52774 145.216925) (xy 102.716073 145.056073) (xy 102.876925 144.86774) (xy 103.006334 144.656563) + (xy 103.101115 144.427742) (xy 103.158934 144.186911) (xy 103.178366 143.94) (xy 103.158934 143.693089) + (xy 103.101115 143.452258) (xy 103.006334 143.223437) (xy 102.876925 143.01226) (xy 102.716073 142.823927) + (xy 102.52774 142.663075) (xy 102.316563 142.533666) (xy 102.316561 142.533665) (xy 102.316556 142.533662) + (xy 102.219742 142.493561) (xy 102.165338 142.44972) (xy 102.143273 142.383426) (xy 102.160552 142.315727) + (xy 102.211689 142.268116) (xy 102.267194 142.255) (xy 102.612828 142.255) (xy 102.612844 142.254999) + (xy 102.672372 142.248598) (xy 102.672379 142.248596) (xy 102.807086 142.198354) (xy 102.807093 142.19835) + (xy 102.922187 142.11219) (xy 102.92219 142.112187) (xy 103.00835 141.997093) (xy 103.008354 141.997086) + (xy 103.058596 141.862379) (xy 103.058598 141.862372) (xy 103.064999 141.802844) (xy 103.065 141.802827) + (xy 103.065 141.09) (xy 102.156706 141.09) (xy 102.186558 141.017931) (xy 102.21 140.90008) (xy 102.21 140.77992) + (xy 102.186558 140.662069) (xy 102.156706 140.59) (xy 103.065 140.59) (xy 103.065 139.877172) (xy 103.064999 139.877155) + (xy 103.058598 139.817627) (xy 103.058596 139.81762) (xy 103.008354 139.682913) (xy 103.00835 139.682906) + (xy 102.92219 139.567812) (xy 102.922187 139.567809) (xy 102.807093 139.481649) (xy 102.807086 139.481645) + (xy 102.672379 139.431403) (xy 102.672372 139.431401) (xy 102.612844 139.425) (xy 101.85 139.425) + (xy 101.85 140.283293) (xy 101.777931 140.253442) (xy 101.66008 140.23) (xy 101.53992 140.23) (xy 101.422069 140.253442) + (xy 101.35 140.283293) (xy 101.35 139.425) (xy 100.587155 139.425) (xy 100.527627 139.431401) (xy 100.52762 139.431403) + (xy 100.392913 139.481645) (xy 100.392906 139.481649) (xy 100.277812 139.567809) (xy 100.277809 139.567812) + (xy 100.191649 139.682906) (xy 100.191645 139.682913) (xy 100.141403 139.81762) (xy 100.141401 139.817627) + (xy 100.135 139.877155) (xy 100.135 140.59) (xy 101.043294 140.59) (xy 101.013442 140.662069) (xy 100.99 140.77992) + (xy 100.99 140.90008) (xy 101.013442 141.017931) (xy 101.043294 141.09) (xy 100.135 141.09) (xy 100.135 141.802844) + (xy 100.141401 141.862372) (xy 100.141403 141.862379) (xy 100.191645 141.997086) (xy 100.191649 141.997093) + (xy 100.277809 142.112187) (xy 100.277812 142.11219) (xy 100.392906 142.19835) (xy 100.392913 142.198354) + (xy 100.52762 142.248596) (xy 100.527627 142.248598) (xy 100.587155 142.254999) (xy 100.587172 142.255) + (xy 100.932806 142.255) (xy 100.999845 142.274685) (xy 101.0456 142.327489) (xy 101.055544 142.396647) + (xy 101.026519 142.460203) (xy 100.980258 142.493561) (xy 100.883443 142.533662) (xy 100.672259 142.663075) + (xy 100.483927 142.823927) (xy 100.323075 143.012259) (xy 100.193663 143.223441) (xy 100.098886 143.452255) + (xy 100.041065 143.693093) (xy 100.021634 143.94) (xy 100.041065 144.186906) (xy 100.041065 144.186909) + (xy 100.041066 144.186911) (xy 100.098885 144.427742) (xy 100.098886 144.427744) (xy 100.193665 144.656561) + (xy 100.24657 144.742896) (xy 100.264814 144.810342) (xy 100.243697 144.876944) (xy 100.21373 144.908002) + (xy 100.161244 144.946136) (xy 100.033459 145.088057) (xy 99.937973 145.253443) (xy 99.93797 145.25345) + (xy 99.90779 145.346336) (xy 99.878958 145.435072) (xy 99.870723 145.513428) (xy 99.861519 145.600996) + (xy 99.834934 145.66561) (xy 99.825881 145.675714) (xy 99.799768 145.701828) (xy 99.799766 145.701829) + (xy 99.711531 145.790063) (xy 99.711528 145.790067) (xy 99.642203 145.893818) (xy 99.642198 145.893827) + (xy 99.594445 146.009114) (xy 99.594443 146.009122) (xy 99.5701 146.131501) (xy 99.5701 153.610998) + (xy 99.594443 153.733377) (xy 99.594445 153.733385) (xy 99.642198 153.848672) (xy 99.642203 153.848681) + (xy 99.711528 153.952432) (xy 99.711531 153.952436) (xy 100.538681 154.779585) (xy 100.572166 154.840908) + (xy 100.575 154.867266) (xy 100.575 155.834722) (xy 100.498694 155.790667) (xy 100.384244 155.76) + (xy 100.265756 155.76) (xy 100.151306 155.790667) (xy 100.075 155.834722) (xy 100.075 154.81) (xy 99.377155 154.81) + (xy 99.317627 154.816401) (xy 99.31762 154.816403) (xy 99.182913 154.866645) (xy 99.182906 154.866649) + (xy 99.067812 154.952809) (xy 99.067809 154.952812) (xy 98.981649 155.067906) (xy 98.981645 155.067913) + (xy 98.931403 155.20262) (xy 98.931401 155.202627) (xy 98.925 155.262155) (xy 98.925 155.96) (xy 99.949722 155.96) + (xy 99.905667 156.036306) (xy 99.875 156.150756) (xy 99.875 156.269244) (xy 99.905667 156.383694) + (xy 99.949722 156.46) (xy 98.925 156.46) (xy 98.925 157.157844) (xy 98.931401 157.217372) (xy 98.931403 157.217379) + (xy 98.981645 157.352086) (xy 98.981649 157.352093) (xy 99.067809 157.467187) (xy 99.067812 157.46719) + (xy 99.182906 157.55335) (xy 99.182913 157.553354) (xy 99.31762 157.603596) (xy 99.317627 157.603598) + (xy 99.377155 157.609999) (xy 99.377172 157.61) (xy 100.075 157.61) (xy 100.075 156.585277) (xy 100.151306 156.629333) + (xy 100.265756 156.66) (xy 100.384244 156.66) (xy 100.498694 156.629333) (xy 100.575 156.585277) + (xy 100.575 157.61) (xy 101.272828 157.61) (xy 101.272844 157.609999) (xy 101.332372 157.603598) + (xy 101.332379 157.603596) (xy 101.467086 157.553354) (xy 101.467093 157.55335) (xy 101.582187 157.46719) + (xy 101.58219 157.467187) (xy 101.66835 157.352093) (xy 101.668355 157.352084) (xy 101.69394 157.283486) + (xy 101.73581 157.227552) (xy 101.801274 157.203134) (xy 101.869547 157.217985) (xy 101.901349 157.242832) + (xy 101.90778 157.249818) (xy 102.091983 157.39319) (xy 102.091985 157.393191) (xy 102.091988 157.393193) + (xy 102.211331 157.457777) (xy 102.297273 157.504287) (xy 102.411914 157.543643) (xy 102.518045 157.580079) + (xy 102.518047 157.580079) (xy 102.518049 157.58008) (xy 102.748288 157.6185) (xy 102.748289 157.6185) + (xy 102.981711 157.6185) (xy 102.981712 157.6185) (xy 103.211951 157.58008) (xy 103.432727 157.504287) + (xy 103.638017 157.39319) (xy 103.82222 157.249818) (xy 103.980314 157.078083) (xy 104.107984 156.882669) + (xy 104.201749 156.668907) (xy 104.259051 156.442626) (xy 104.278327 156.21) (xy 104.259051 155.977374) + (xy 104.201749 155.751093) (xy 104.107984 155.537331) (xy 103.980314 155.341917) (xy 103.980313 155.341915) + (xy 103.822223 155.170185) (xy 103.822222 155.170184) (xy 103.82222 155.170182) (xy 103.638017 155.02681) + (xy 103.638015 155.026809) (xy 103.638014 155.026808) (xy 103.638011 155.026806) (xy 103.432733 154.915716) + (xy 103.43273 154.915715) (xy 103.432727 154.915713) (xy 103.432721 154.915711) (xy 103.432719 154.91571) + (xy 103.211954 154.83992) (xy 103.03265 154.81) (xy 102.981712 154.8015) (xy 102.748288 154.8015) + (xy 102.709914 154.807903) (xy 102.518044 154.83992) (xy 102.496545 154.847301) (xy 102.426746 154.850449) + (xy 102.368604 154.8177) (xy 101.576299 154.025395) (xy 101.542814 153.964072) (xy 101.547798 153.89438) + (xy 101.58967 153.838447) (xy 101.65425 153.814096) (xy 101.846911 153.798934) (xy 102.087742 153.741115) + (xy 102.316563 153.646334) (xy 102.52774 153.516925) (xy 102.716073 153.356073) (xy 102.876925 153.16774) + (xy 103.006334 152.956563) (xy 103.101115 152.727742) (xy 103.158934 152.486911) (xy 103.178366 152.24) + (xy 103.158934 151.993089) (xy 103.101115 151.752258) (xy 103.098416 151.745743) (xy 103.090945 151.676278) + (xy 103.122217 151.613797) (xy 103.125267 151.610636) (xy 109.966072 144.769833) (xy 110.035401 144.666075) + (xy 110.083155 144.550784) (xy 110.1075 144.428393) (xy 110.1075 144.303606) (xy 110.1075 125.735729) + (xy 110.127185 125.66869) (xy 110.172484 125.626674) (xy 110.219566 125.601195) (xy 110.219569 125.601192) + (xy 110.219576 125.601189) (xy 110.39724 125.462906) (xy 110.517586 125.332177) (xy 110.549715 125.297276) + (xy 110.549716 125.297274) (xy 110.549722 125.297268) (xy 110.67286 125.108791) (xy 110.763296 124.902616) + (xy 110.818564 124.684368) (xy 110.818565 124.684359) (xy 110.837156 124.460005) (xy 110.837156 124.459994) + (xy 110.818565 124.23564) (xy 110.818563 124.235628) (xy 110.763296 124.017385) (xy 110.75567 124) + (xy 110.67286 123.811209) (xy 110.549722 123.622732) (xy 110.549719 123.622729) (xy 110.549715 123.622723) + (xy 110.397243 123.457097) (xy 110.397238 123.457092) (xy 110.219577 123.318812) (xy 110.219578 123.318812) + (xy 110.219576 123.318811) (xy 110.18307 123.299055) (xy 110.133479 123.249836) (xy 110.118371 123.181619) + (xy 110.142541 123.116064) (xy 110.18307 123.080945) (xy 110.183084 123.080936) (xy 110.219576 123.061189) + (xy 110.39724 122.922906) (xy 110.496614 122.814957) (xy 110.549715 122.757276) (xy 110.549716 122.757274) + (xy 110.549722 122.757268) (xy 110.67286 122.568791) (xy 110.763296 122.362616) (xy 110.818564 122.144368) + (xy 110.827077 122.041634) (xy 110.837156 121.920005) (xy 110.837156 121.919994) (xy 110.818565 121.69564) + (xy 110.818563 121.695628) (xy 110.813869 121.677093) (xy 110.763296 121.477384) (xy 110.67286 121.271209) + (xy 110.664077 121.257766) (xy 110.549723 121.082734) (xy 110.549715 121.082723) (xy 110.397243 120.917097) + (xy 110.397238 120.917092) (xy 110.219577 120.778812) (xy 110.219578 120.778812) (xy 110.219576 120.778811) + (xy 110.18307 120.759055) (xy 110.133479 120.709836) (xy 110.118371 120.641619) (xy 110.142541 120.576064) + (xy 110.18307 120.540945) (xy 110.184508 120.540167) (xy 110.219576 120.521189) (xy 110.39724 120.382906) + (xy 110.549722 120.217268) (xy 110.67286 120.028791) (xy 110.763296 119.822616) (xy 110.818564 119.604368) + (xy 110.822475 119.557172) (xy 110.837156 119.380005) (xy 110.837156 119.379994) (xy 110.818565 119.15564) + (xy 110.818563 119.155628) (xy 110.815876 119.145018) (xy 110.763296 118.937384) (xy 110.67286 118.731209) + (xy 110.549722 118.542732) (xy 110.549719 118.542729) (xy 110.549715 118.542723) (xy 110.40451 118.384991) + (xy 110.373587 118.322337) (xy 110.381447 118.252911) (xy 110.425594 118.198755) (xy 110.452405 118.184827) + (xy 110.532584 118.15492) (xy 110.570204 118.140889) (xy 110.687261 118.053261) (xy 110.774889 117.936204) + (xy 110.825989 117.799201) (xy 110.829591 117.765692) (xy 110.832499 117.738654) (xy 110.8325 117.738637) + (xy 110.8325 115.941362) (xy 110.832499 115.941345) (xy 110.829157 115.91027) (xy 110.825989 115.880799) + (xy 110.774889 115.743796) (xy 110.687261 115.626739) (xy 110.570204 115.539111) (xy 110.433203 115.488011) + (xy 110.372654 115.4815) (xy 110.372638 115.4815) (xy 108.575362 115.4815) (xy 108.575345 115.4815) + (xy 108.514797 115.488011) (xy 108.514795 115.488011) (xy 108.377795 115.539111) (xy 108.260739 115.626739) + (xy 108.173111 115.743795) (xy 108.122011 115.880795) (xy 108.122011 115.880797) (xy 108.1155 115.941345) + (xy 108.1155 117.738654) (xy 108.122011 117.799202) (xy 108.122011 117.799204) (xy 108.155606 117.889272) + (xy 108.173111 117.936204) (xy 108.260739 118.053261) (xy 108.377796 118.140889) (xy 108.429737 118.160262) + (xy 108.495595 118.184827) (xy 108.551528 118.226699) (xy 108.575944 118.292163) (xy 108.561092 118.360436) + (xy 108.54349 118.384991) (xy 108.398279 118.54273) (xy 108.398276 118.542734) (xy 108.27514 118.731207) + (xy 108.184703 118.937385) (xy 108.129436 119.155628) (xy 108.129434 119.15564) (xy 108.110844 119.379994) + (xy 108.110844 119.380005) (xy 108.129434 119.604359) (xy 108.129436 119.604371) (xy 108.184703 119.822614) + (xy 108.27514 120.028792) (xy 108.398276 120.217265) (xy 108.398284 120.217276) (xy 108.550756 120.382902) + (xy 108.55076 120.382906) (xy 108.728424 120.521189) (xy 108.728429 120.521191) (xy 108.728431 120.521193) + (xy 108.76493 120.540946) (xy 108.81452 120.590165) (xy 108.829628 120.658382) (xy 108.805457 120.723937) + (xy 108.76493 120.759054) (xy 108.728431 120.778806) (xy 108.728422 120.778812) (xy 108.550761 120.917092) + (xy 108.550756 120.917097) (xy 108.398284 121.082723) (xy 108.398276 121.082734) (xy 108.297931 121.236322) + (xy 108.244784 121.281679) (xy 108.218315 121.290117) (xy 108.11412 121.310843) (xy 108.114114 121.310845) + (xy 107.998827 121.358598) (xy 107.998818 121.358603) (xy 107.895067 121.427928) (xy 107.895063 121.427931) + (xy 103.721807 125.601189) (xy 102.406167 126.916829) (xy 102.405137 126.917859) (xy 102.343797 126.951313) + (xy 102.274108 126.946293) (xy 102.218195 126.904393) (xy 102.193811 126.838916) (xy 102.1935 126.830133) + (xy 102.1935 121.257766) (xy 102.213185 121.190727) (xy 102.229819 121.170085) (xy 111.112819 112.287085) + (xy 111.174142 112.2536) (xy 111.243834 112.258584) (xy 111.299767 112.300456) (xy 111.324184 112.36592) + (xy 111.3245 112.374766) (xy 111.3245 128.118926) (xy 111.252523 158.780791) (xy 111.232681 158.847784) + (xy 111.17977 158.893415) (xy 111.128523 158.9045) (xy 50.9995 158.9045) (xy 50.932461 158.884815) + (xy 50.886706 158.832011) (xy 50.8755 158.7805) (xy 50.8755 157.157844) (xy 58.29 157.157844) (xy 58.296401 157.217372) + (xy 58.296403 157.217379) (xy 58.346645 157.352086) (xy 58.346649 157.352093) (xy 58.432809 157.467187) + (xy 58.432812 157.46719) (xy 58.547906 157.55335) (xy 58.547913 157.553354) (xy 58.68262 157.603596) + (xy 58.682627 157.603598) (xy 58.742155 157.609999) (xy 58.742172 157.61) (xy 59.44 157.61) (xy 59.44 156.585277) + (xy 59.516306 156.629333) (xy 59.630756 156.66) (xy 59.749244 156.66) (xy 59.863694 156.629333) + (xy 59.94 156.585277) (xy 59.94 157.61) (xy 60.637828 157.61) (xy 60.637844 157.609999) (xy 60.697372 157.603598) + (xy 60.697379 157.603596) (xy 60.832086 157.553354) (xy 60.832093 157.55335) (xy 60.947187 157.46719) + (xy 60.94719 157.467187) (xy 61.03335 157.352093) (xy 61.033355 157.352084) (xy 61.05894 157.283486) + (xy 61.10081 157.227552) (xy 61.166274 157.203134) (xy 61.234547 157.217985) (xy 61.266349 157.242832) + (xy 61.27278 157.249818) (xy 61.456983 157.39319) (xy 61.456985 157.393191) (xy 61.456988 157.393193) + (xy 61.576331 157.457777) (xy 61.662273 157.504287) (xy 61.776914 157.543643) (xy 61.883045 157.580079) + (xy 61.883047 157.580079) (xy 61.883049 157.58008) (xy 62.113288 157.6185) (xy 62.113289 157.6185) + (xy 62.346711 157.6185) (xy 62.346712 157.6185) (xy 62.576951 157.58008) (xy 62.797727 157.504287) + (xy 63.003017 157.39319) (xy 63.18722 157.249818) (xy 63.271888 157.157844) (xy 78.605 157.157844) + (xy 78.611401 157.217372) (xy 78.611403 157.217379) (xy 78.661645 157.352086) (xy 78.661649 157.352093) + (xy 78.747809 157.467187) (xy 78.747812 157.46719) (xy 78.862906 157.55335) (xy 78.862913 157.553354) + (xy 78.99762 157.603596) (xy 78.997627 157.603598) (xy 79.057155 157.609999) (xy 79.057172 157.61) + (xy 79.755 157.61) (xy 79.755 156.585277) (xy 79.831306 156.629333) (xy 79.945756 156.66) (xy 80.064244 156.66) + (xy 80.178694 156.629333) (xy 80.255 156.585277) (xy 80.255 157.61) (xy 80.952828 157.61) (xy 80.952844 157.609999) + (xy 81.012372 157.603598) (xy 81.012379 157.603596) (xy 81.147086 157.553354) (xy 81.147093 157.55335) + (xy 81.262187 157.46719) (xy 81.26219 157.467187) (xy 81.34835 157.352093) (xy 81.348355 157.352084) + (xy 81.37394 157.283486) (xy 81.41581 157.227552) (xy 81.481274 157.203134) (xy 81.549547 157.217985) + (xy 81.581349 157.242832) (xy 81.58778 157.249818) (xy 81.771983 157.39319) (xy 81.771985 157.393191) + (xy 81.771988 157.393193) (xy 81.891331 157.457777) (xy 81.977273 157.504287) (xy 82.091914 157.543643) + (xy 82.198045 157.580079) (xy 82.198047 157.580079) (xy 82.198049 157.58008) (xy 82.428288 157.6185) + (xy 82.428289 157.6185) (xy 82.661711 157.6185) (xy 82.661712 157.6185) (xy 82.891951 157.58008) + (xy 83.112727 157.504287) (xy 83.318017 157.39319) (xy 83.50222 157.249818) (xy 83.660314 157.078083) + (xy 83.787984 156.882669) (xy 83.881749 156.668907) (xy 83.939051 156.442626) (xy 83.958327 156.21) + (xy 83.939051 155.977374) (xy 83.881749 155.751093) (xy 83.787984 155.537331) (xy 83.660314 155.341917) + (xy 83.660313 155.341915) (xy 83.502223 155.170185) (xy 83.502222 155.170184) (xy 83.50222 155.170182) + (xy 83.318017 155.02681) (xy 83.318015 155.026809) (xy 83.318014 155.026808) (xy 83.318011 155.026806) + (xy 83.112733 154.915716) (xy 83.11273 154.915715) (xy 83.112727 154.915713) (xy 83.112721 154.915711) + (xy 83.112719 154.91571) (xy 82.891954 154.83992) (xy 82.71265 154.81) (xy 82.661712 154.8015) (xy 82.428288 154.8015) + (xy 82.38224 154.809184) (xy 82.198045 154.83992) (xy 81.97728 154.91571) (xy 81.977266 154.915716) + (xy 81.771988 155.026806) (xy 81.771985 155.026808) (xy 81.587781 155.170181) (xy 81.587776 155.170185) + (xy 81.581346 155.17717) (xy 81.521457 155.213157) (xy 81.451619 155.211052) (xy 81.394005 155.171524) + (xy 81.37394 155.136513) (xy 81.348355 155.067915) (xy 81.34835 155.067906) (xy 81.26219 154.952812) + (xy 81.262187 154.952809) (xy 81.147093 154.866649) (xy 81.147086 154.866645) (xy 81.012379 154.816403) + (xy 81.012372 154.816401) (xy 80.952844 154.81) (xy 80.255 154.81) (xy 80.255 155.834722) (xy 80.178694 155.790667) + (xy 80.064244 155.76) (xy 79.945756 155.76) (xy 79.831306 155.790667) (xy 79.755 155.834722) (xy 79.755 154.81) + (xy 79.057155 154.81) (xy 78.997627 154.816401) (xy 78.99762 154.816403) (xy 78.862913 154.866645) + (xy 78.862906 154.866649) (xy 78.747812 154.952809) (xy 78.747809 154.952812) (xy 78.661649 155.067906) + (xy 78.661645 155.067913) (xy 78.611403 155.20262) (xy 78.611401 155.202627) (xy 78.605 155.262155) + (xy 78.605 155.96) (xy 79.629722 155.96) (xy 79.585667 156.036306) (xy 79.555 156.150756) (xy 79.555 156.269244) + (xy 79.585667 156.383694) (xy 79.629722 156.46) (xy 78.605 156.46) (xy 78.605 157.157844) (xy 63.271888 157.157844) + (xy 63.345314 157.078083) (xy 63.472984 156.882669) (xy 63.566749 156.668907) (xy 63.624051 156.442626) + (xy 63.643327 156.21) (xy 63.624051 155.977374) (xy 63.566749 155.751093) (xy 63.472984 155.537331) + (xy 63.345314 155.341917) (xy 63.345313 155.341915) (xy 63.187223 155.170185) (xy 63.187222 155.170184) + (xy 63.18722 155.170182) (xy 63.003017 155.02681) (xy 63.003015 155.026809) (xy 63.003014 155.026808) + (xy 63.003011 155.026806) (xy 62.797733 154.915716) (xy 62.79773 154.915715) (xy 62.797727 154.915713) + (xy 62.797721 154.915711) (xy 62.797719 154.91571) (xy 62.576954 154.83992) (xy 62.39765 154.81) + (xy 62.346712 154.8015) (xy 62.113288 154.8015) (xy 62.06724 154.809184) (xy 61.883045 154.83992) + (xy 61.66228 154.91571) (xy 61.662266 154.915716) (xy 61.456988 155.026806) (xy 61.456985 155.026808) + (xy 61.272781 155.170181) (xy 61.272776 155.170185) (xy 61.266346 155.17717) (xy 61.206457 155.213157) + (xy 61.136619 155.211052) (xy 61.079005 155.171524) (xy 61.05894 155.136513) (xy 61.033355 155.067915) + (xy 61.03335 155.067906) (xy 60.94719 154.952812) (xy 60.947187 154.952809) (xy 60.832093 154.866649) + (xy 60.832086 154.866645) (xy 60.697379 154.816403) (xy 60.697372 154.816401) (xy 60.637844 154.81) + (xy 59.94 154.81) (xy 59.94 155.834722) (xy 59.863694 155.790667) (xy 59.749244 155.76) (xy 59.630756 155.76) + (xy 59.516306 155.790667) (xy 59.44 155.834722) (xy 59.44 154.81) (xy 58.742155 154.81) (xy 58.682627 154.816401) + (xy 58.68262 154.816403) (xy 58.547913 154.866645) (xy 58.547906 154.866649) (xy 58.432812 154.952809) + (xy 58.432809 154.952812) (xy 58.346649 155.067906) (xy 58.346645 155.067913) (xy 58.296403 155.20262) + (xy 58.296401 155.202627) (xy 58.29 155.262155) (xy 58.29 155.96) (xy 59.314722 155.96) (xy 59.270667 156.036306) + (xy 59.24 156.150756) (xy 59.24 156.269244) (xy 59.270667 156.383694) (xy 59.314722 156.46) (xy 58.29 156.46) + (xy 58.29 157.157844) (xy 50.8755 157.157844) (xy 50.8755 67.531191) (xy 50.895185 67.464152) (xy 50.947989 67.418397) + (xy 51.017147 67.408453) (xy 51.080703 67.437478) (xy 51.102602 67.4623) (xy 51.163428 67.553332) + (xy 51.163431 67.553336) (xy 51.726388 68.116292) (xy 51.759873 68.177615) (xy 51.754889 68.247306) + (xy 51.742516 68.271794) (xy 51.633139 68.439208) (xy 51.542703 68.645385) (xy 51.487436 68.863628) + (xy 51.487434 68.86364) (xy 51.468844 69.087994) (xy 51.468844 69.088005) (xy 51.487434 69.312359) + (xy 51.487436 69.312371) (xy 51.542703 69.530614) (xy 51.63314 69.736792) (xy 51.756276 69.925265) + (xy 51.756284 69.925276) (xy 51.908756 70.090902) (xy 51.90876 70.090906) (xy 52.086424 70.229189) + (xy 52.086429 70.229191) (xy 52.086431 70.229193) (xy 52.12293 70.248946) (xy 52.17252 70.298165) + (xy 52.187628 70.366382) (xy 52.163457 70.431937) (xy 52.12293 70.467054) (xy 52.086431 70.486806) + (xy 52.086422 70.486812) (xy 51.908761 70.625092) (xy 51.908756 70.625097) (xy 51.756284 70.790723) + (xy 51.756276 70.790734) (xy 51.63314 70.979207) (xy 51.542703 71.185385) (xy 51.487436 71.403628) + (xy 51.487434 71.40364) (xy 51.468844 71.627994) (xy 51.468844 71.628005) (xy 51.487434 71.852359) + (xy 51.487436 71.852371) (xy 51.542703 72.070614) (xy 51.63314 72.276792) (xy 51.756276 72.465265) + (xy 51.756284 72.465276) (xy 51.908756 72.630902) (xy 51.90876 72.630906) (xy 52.086424 72.769189) + (xy 52.086429 72.769191) (xy 52.086431 72.769193) (xy 52.12293 72.788946) (xy 52.17252 72.838165) + (xy 52.187628 72.906382) (xy 52.163457 72.971937) (xy 52.12293 73.007054) (xy 52.086431 73.026806) + (xy 52.086422 73.026812) (xy 51.908761 73.165092) (xy 51.908756 73.165097) (xy 51.756284 73.330723) + (xy 51.756276 73.330734) (xy 51.63314 73.519207) (xy 51.542703 73.725385) (xy 51.487436 73.943628) + (xy 51.487434 73.94364) (xy 51.468844 74.167994) (xy 51.468844 74.168005) (xy 51.487434 74.392359) + (xy 51.487436 74.392371) (xy 51.542703 74.610614) (xy 51.63314 74.816792) (xy 51.756276 75.005265) + (xy 51.756284 75.005276) (xy 51.908756 75.170902) (xy 51.90876 75.170906) (xy 52.086424 75.309189) + (xy 52.086425 75.309189) (xy 52.086427 75.309191) (xy 52.160604 75.349333) (xy 52.284426 75.416342) + (xy 52.497365 75.489444) (xy 52.719431 75.5265) (xy 52.944569 75.5265) (xy 53.16663 75.489445) (xy 53.166631 75.489444) + (xy 53.166635 75.489444) (xy 53.166637 75.489442) (xy 53.170849 75.488376) (xy 53.240669 75.490988) + (xy 53.288991 75.520895) (xy 54.702181 76.934085) (xy 54.735666 76.995408) (xy 54.7385 77.021766) + (xy 54.7385 122.727697) (xy 54.718815 122.794736) (xy 54.666011 122.840491) (xy 54.596853 122.850435) + (xy 54.538338 122.825551) (xy 54.412615 122.727697) (xy 54.377766 122.700573) (xy 54.377764 122.700572) + (xy 54.377763 122.700571) (xy 54.162974 122.584333) (xy 54.162966 122.58433) (xy 53.93198 122.505032) + (xy 53.69108 122.464834) (xy 53.446852 122.464834) (xy 53.205951 122.505032) (xy 52.974965 122.58433) + (xy 52.974957 122.584333) (xy 52.760166 122.700572) (xy 52.760162 122.700576) (xy 52.567441 122.850576) + (xy 52.567437 122.850579) (xy 52.402025 123.030264) (xy 52.402022 123.030268) (xy 52.268443 123.234724) + (xy 52.170337 123.458385) (xy 52.110383 123.695136) (xy 52.110381 123.695147) (xy 52.090215 123.938528) + (xy 52.090215 123.938539) (xy 52.110381 124.18192) (xy 52.110383 124.181931) (xy 52.170337 124.418682) + (xy 52.268443 124.642343) (xy 52.399432 124.842834) (xy 52.402024 124.846802) (xy 52.458608 124.908269) + (xy 52.567437 125.026488) (xy 52.567441 125.026491) (xy 52.599595 125.051517) (xy 52.760166 125.176495) + (xy 52.974958 125.292735) (xy 53.205954 125.372036) (xy 53.446852 125.412234) (xy 53.69108 125.412234) + (xy 53.931978 125.372036) (xy 54.162974 125.292735) (xy 54.377766 125.176495) (xy 54.497283 125.08347) + (xy 54.538338 125.051517) (xy 54.603332 125.025874) (xy 54.671872 125.039441) (xy 54.722196 125.087909) + (xy 54.7385 125.14937) (xy 54.7385 128.850629) (xy 54.718815 128.917668) (xy 54.666011 128.963423) + (xy 54.596853 128.973367) (xy 54.538338 128.948483) (xy 54.412615 128.850629) (xy 54.377766 128.823505) + (xy 54.377764 128.823504) (xy 54.377763 128.823503) (xy 54.162974 128.707265) (xy 54.162966 128.707262) + (xy 53.93198 128.627964) (xy 53.69108 128.587766) (xy 53.446852 128.587766) (xy 53.205951 128.627964) + (xy 52.974965 128.707262) (xy 52.974957 128.707265) (xy 52.760166 128.823504) (xy 52.760162 128.823508) + (xy 52.567441 128.973508) (xy 52.567437 128.973511) (xy 52.402025 129.153196) (xy 52.402022 129.1532) + (xy 52.268443 129.357656) (xy 52.170337 129.581317) (xy 52.110383 129.818068) (xy 52.110381 129.818079) + (xy 52.090215 130.06146) (xy 52.090215 130.061471) (xy 52.110381 130.304852) (xy 52.110383 130.304863) + (xy 52.170337 130.541614) (xy 52.268443 130.765275) (xy 52.293696 130.803927) (xy 52.402024 130.969734) + (xy 52.510851 131.087952) (xy 52.567437 131.14942) (xy 52.567441 131.149423) (xy 52.599595 131.174449) + (xy 52.760166 131.299427) (xy 52.974958 131.415667) (xy 53.205954 131.494968) (xy 53.446852 131.535166) + (xy 53.69108 131.535166) (xy 53.931978 131.494968) (xy 54.162974 131.415667) (xy 54.377766 131.299427) + (xy 54.501085 131.203444) (xy 54.538338 131.174449) (xy 54.603332 131.148806) (xy 54.671872 131.162373) + (xy 54.722196 131.210841) (xy 54.7385 131.272302) (xy 54.7385 146.714398) (xy 54.762843 146.836777) + (xy 54.762845 146.836785) (xy 54.810598 146.952072) (xy 54.810603 146.952081) (xy 54.879928 147.055832) + (xy 54.879931 147.055836) (xy 59.434703 151.610607) (xy 59.468188 151.67193) (xy 59.463204 151.741622) + (xy 59.461588 151.74573) (xy 59.458884 151.752257) (xy 59.401065 151.993092) (xy 59.381634 152.24) + (xy 59.401065 152.486906) (xy 59.401065 152.486909) (xy 59.401066 152.486911) (xy 59.458885 152.727742) + (xy 59.458886 152.727744) (xy 59.553663 152.956558) (xy 59.553665 152.956562) (xy 59.553666 152.956563) + (xy 59.683075 153.16774) (xy 59.843927 153.356073) (xy 60.03226 153.516925) (xy 60.243437 153.646334) + (xy 60.243439 153.646334) (xy 60.243441 153.646336) (xy 60.314786 153.675888) (xy 60.472258 153.741115) + (xy 60.713089 153.798934) (xy 60.96 153.818366) (xy 61.206911 153.798934) (xy 61.447742 153.741115) + (xy 61.676563 153.646334) (xy 61.88774 153.516925) (xy 62.076073 153.356073) (xy 62.236925 153.16774) + (xy 62.366334 152.956563) (xy 62.461115 152.727742) (xy 62.518934 152.486911) (xy 62.538366 152.24) + (xy 62.518934 151.993089) (xy 62.461115 151.752258) (xy 62.370714 151.534011) (xy 62.366336 151.523441) + (xy 62.236924 151.312259) (xy 62.076073 151.123927) (xy 61.88774 150.963075) (xy 61.676563 150.833666) + (xy 61.676562 150.833665) (xy 61.676558 150.833663) (xy 61.458169 150.743204) (xy 61.447742 150.738885) + (xy 61.206911 150.681066) (xy 61.206909 150.681065) (xy 61.206906 150.681065) (xy 60.96 150.661634) + (xy 60.713092 150.681065) (xy 60.472257 150.738884) (xy 60.46573 150.741588) (xy 60.39626 150.74905) + (xy 60.333784 150.717769) (xy 60.330607 150.714703) (xy 56.041819 146.425915) (xy 56.008334 146.364592) + (xy 56.0055 146.338234) (xy 56.0055 143.94) (xy 59.381634 143.94) (xy 59.401065 144.186906) (xy 59.401065 144.186909) + (xy 59.401066 144.186911) (xy 59.458885 144.427742) (xy 59.458886 144.427744) (xy 59.553663 144.656558) + (xy 59.553665 144.656561) (xy 59.553666 144.656563) (xy 59.683075 144.86774) (xy 59.843927 145.056073) + (xy 60.03226 145.216925) (xy 60.243437 145.346334) (xy 60.243439 145.346334) (xy 60.243441 145.346336) + (xy 60.314786 145.375888) (xy 60.472258 145.441115) (xy 60.713089 145.498934) (xy 60.96 145.518366) + (xy 61.206911 145.498934) (xy 61.447742 145.441115) (xy 61.676563 145.346334) (xy 61.88774 145.216925) + (xy 62.076073 145.056073) (xy 62.236925 144.86774) (xy 62.366334 144.656563) (xy 62.461115 144.427742) + (xy 62.518934 144.186911) (xy 62.538366 143.94) (xy 79.701634 143.94) (xy 79.721065 144.186906) + (xy 79.721065 144.186909) (xy 79.721066 144.186911) (xy 79.778885 144.427742) (xy 79.778886 144.427744) + (xy 79.873663 144.656558) (xy 79.873665 144.656561) (xy 79.873666 144.656563) (xy 80.003075 144.86774) + (xy 80.163927 145.056073) (xy 80.35226 145.216925) (xy 80.563437 145.346334) (xy 80.563439 145.346334) + (xy 80.563441 145.346336) (xy 80.634786 145.375888) (xy 80.792258 145.441115) (xy 81.033089 145.498934) + (xy 81.28 145.518366) (xy 81.526911 145.498934) (xy 81.767742 145.441115) (xy 81.996563 145.346334) + (xy 82.20774 145.216925) (xy 82.396073 145.056073) (xy 82.556925 144.86774) (xy 82.686334 144.656563) + (xy 82.781115 144.427742) (xy 82.838934 144.186911) (xy 82.858366 143.94) (xy 82.838934 143.693089) + (xy 82.781115 143.452258) (xy 82.686334 143.223437) (xy 82.556925 143.01226) (xy 82.396073 142.823927) + (xy 82.20774 142.663075) (xy 81.996563 142.533666) (xy 81.996561 142.533665) (xy 81.996556 142.533662) + (xy 81.899742 142.493561) (xy 81.845338 142.44972) (xy 81.823273 142.383426) (xy 81.840552 142.315727) + (xy 81.891689 142.268116) (xy 81.947194 142.255) (xy 82.292828 142.255) (xy 82.292844 142.254999) + (xy 82.352372 142.248598) (xy 82.352379 142.248596) (xy 82.487086 142.198354) (xy 82.487093 142.19835) + (xy 82.602187 142.11219) (xy 82.60219 142.112187) (xy 82.68835 141.997093) (xy 82.688354 141.997086) + (xy 82.738596 141.862379) (xy 82.738598 141.862372) (xy 82.744999 141.802844) (xy 82.745 141.802827) + (xy 82.745 141.09) (xy 81.836706 141.09) (xy 81.866558 141.017931) (xy 81.89 140.90008) (xy 81.89 140.77992) + (xy 81.866558 140.662069) (xy 81.836706 140.59) (xy 82.745 140.59) (xy 82.745 139.877172) (xy 82.744999 139.877155) + (xy 82.738598 139.817627) (xy 82.738596 139.81762) (xy 82.688354 139.682913) (xy 82.68835 139.682906) + (xy 82.60219 139.567812) (xy 82.602187 139.567809) (xy 82.487093 139.481649) (xy 82.487086 139.481645) + (xy 82.352379 139.431403) (xy 82.352372 139.431401) (xy 82.292844 139.425) (xy 81.53 139.425) (xy 81.53 140.283293) + (xy 81.457931 140.253442) (xy 81.34008 140.23) (xy 81.21992 140.23) (xy 81.102069 140.253442) (xy 81.03 140.283293) + (xy 81.03 139.425) (xy 80.267155 139.425) (xy 80.207627 139.431401) (xy 80.20762 139.431403) (xy 80.072913 139.481645) + (xy 80.072906 139.481649) (xy 79.957812 139.567809) (xy 79.957809 139.567812) (xy 79.871649 139.682906) + (xy 79.871645 139.682913) (xy 79.821403 139.81762) (xy 79.821401 139.817627) (xy 79.815 139.877155) + (xy 79.815 140.59) (xy 80.723294 140.59) (xy 80.693442 140.662069) (xy 80.67 140.77992) (xy 80.67 140.90008) + (xy 80.693442 141.017931) (xy 80.723294 141.09) (xy 79.815 141.09) (xy 79.815 141.802844) (xy 79.821401 141.862372) + (xy 79.821403 141.862379) (xy 79.871645 141.997086) (xy 79.871649 141.997093) (xy 79.957809 142.112187) + (xy 79.957812 142.11219) (xy 80.072906 142.19835) (xy 80.072913 142.198354) (xy 80.20762 142.248596) + (xy 80.207627 142.248598) (xy 80.267155 142.254999) (xy 80.267172 142.255) (xy 80.612806 142.255) + (xy 80.679845 142.274685) (xy 80.7256 142.327489) (xy 80.735544 142.396647) (xy 80.706519 142.460203) + (xy 80.660258 142.493561) (xy 80.563443 142.533662) (xy 80.352259 142.663075) (xy 80.163927 142.823927) + (xy 80.003075 143.012259) (xy 79.873663 143.223441) (xy 79.778886 143.452255) (xy 79.721065 143.693093) + (xy 79.701634 143.94) (xy 62.538366 143.94) (xy 62.518934 143.693089) (xy 62.461115 143.452258) + (xy 62.366334 143.223437) (xy 62.236925 143.01226) (xy 62.076073 142.823927) (xy 61.88774 142.663075) + (xy 61.676563 142.533666) (xy 61.676561 142.533665) (xy 61.676556 142.533662) (xy 61.579742 142.493561) + (xy 61.525338 142.44972) (xy 61.503273 142.383426) (xy 61.520552 142.315727) (xy 61.571689 142.268116) + (xy 61.627194 142.255) (xy 61.972828 142.255) (xy 61.972844 142.254999) (xy 62.032372 142.248598) + (xy 62.032379 142.248596) (xy 62.167086 142.198354) (xy 62.167093 142.19835) (xy 62.282187 142.11219) + (xy 62.28219 142.112187) (xy 62.36835 141.997093) (xy 62.368354 141.997086) (xy 62.418596 141.862379) + (xy 62.418598 141.862372) (xy 62.424999 141.802844) (xy 62.425 141.802827) (xy 62.425 141.09) (xy 61.516706 141.09) + (xy 61.546558 141.017931) (xy 61.57 140.90008) (xy 61.57 140.77992) (xy 61.546558 140.662069) (xy 61.516706 140.59) + (xy 62.425 140.59) (xy 62.425 139.877172) (xy 62.424999 139.877155) (xy 62.418598 139.817627) (xy 62.418596 139.81762) + (xy 62.368354 139.682913) (xy 62.36835 139.682906) (xy 62.28219 139.567812) (xy 62.282187 139.567809) + (xy 62.167093 139.481649) (xy 62.167086 139.481645) (xy 62.032379 139.431403) (xy 62.032372 139.431401) + (xy 61.972844 139.425) (xy 61.21 139.425) (xy 61.21 140.283293) (xy 61.137931 140.253442) (xy 61.02008 140.23) + (xy 60.89992 140.23) (xy 60.782069 140.253442) (xy 60.71 140.283293) (xy 60.71 139.425) (xy 59.947155 139.425) + (xy 59.887627 139.431401) (xy 59.88762 139.431403) (xy 59.752913 139.481645) (xy 59.752906 139.481649) + (xy 59.637812 139.567809) (xy 59.637809 139.567812) (xy 59.551649 139.682906) (xy 59.551645 139.682913) + (xy 59.501403 139.81762) (xy 59.501401 139.817627) (xy 59.495 139.877155) (xy 59.495 140.59) (xy 60.403294 140.59) + (xy 60.373442 140.662069) (xy 60.35 140.77992) (xy 60.35 140.90008) (xy 60.373442 141.017931) (xy 60.403294 141.09) + (xy 59.495 141.09) (xy 59.495 141.802844) (xy 59.501401 141.862372) (xy 59.501403 141.862379) (xy 59.551645 141.997086) + (xy 59.551649 141.997093) (xy 59.637809 142.112187) (xy 59.637812 142.11219) (xy 59.752906 142.19835) + (xy 59.752913 142.198354) (xy 59.88762 142.248596) (xy 59.887627 142.248598) (xy 59.947155 142.254999) + (xy 59.947172 142.255) (xy 60.292806 142.255) (xy 60.359845 142.274685) (xy 60.4056 142.327489) + (xy 60.415544 142.396647) (xy 60.386519 142.460203) (xy 60.340258 142.493561) (xy 60.243443 142.533662) + (xy 60.032259 142.663075) (xy 59.843927 142.823927) (xy 59.683075 143.012259) (xy 59.553663 143.223441) + (xy 59.458886 143.452255) (xy 59.401065 143.693093) (xy 59.381634 143.94) (xy 56.0055 143.94) (xy 56.0055 136.837844) + (xy 78.61 136.837844) (xy 78.616401 136.897372) (xy 78.616403 136.897379) (xy 78.666645 137.032086) + (xy 78.666649 137.032093) (xy 78.752809 137.147187) (xy 78.752812 137.14719) (xy 78.867906 137.23335) + (xy 78.867913 137.233354) (xy 79.00262 137.283596) (xy 79.002627 137.283598) (xy 79.062155 137.289999) + (xy 79.062172 137.29) (xy 79.76 137.29) (xy 79.76 136.265277) (xy 79.836306 136.309333) (xy 79.950756 136.34) + (xy 80.069244 136.34) (xy 80.183694 136.309333) (xy 80.26 136.265277) (xy 80.26 137.29) (xy 80.957828 137.29) + (xy 80.957844 137.289999) (xy 81.017372 137.283598) (xy 81.017379 137.283596) (xy 81.152086 137.233354) + (xy 81.152093 137.23335) (xy 81.267187 137.14719) (xy 81.26719 137.147187) (xy 81.35335 137.032093) + (xy 81.353355 137.032084) (xy 81.37894 136.963486) (xy 81.42081 136.907552) (xy 81.486274 136.883134) + (xy 81.554547 136.897985) (xy 81.586349 136.922832) (xy 81.59278 136.929818) (xy 81.776983 137.07319) + (xy 81.776985 137.073191) (xy 81.776988 137.073193) (xy 81.896331 137.137777) (xy 81.982273 137.184287) + (xy 82.096914 137.223643) (xy 82.203045 137.260079) (xy 82.203047 137.260079) (xy 82.203049 137.26008) + (xy 82.433288 137.2985) (xy 82.433289 137.2985) (xy 82.666711 137.2985) (xy 82.666712 137.2985) + (xy 82.896951 137.26008) (xy 83.117727 137.184287) (xy 83.323017 137.07319) (xy 83.50722 136.929818) + (xy 83.665314 136.758083) (xy 83.792984 136.562669) (xy 83.886749 136.348907) (xy 83.944051 136.122626) + (xy 83.962334 135.901988) (xy 83.963327 135.890005) (xy 83.963327 135.889994) (xy 83.94619 135.683187) + (xy 83.944051 135.657374) (xy 83.886749 135.431093) (xy 83.792984 135.217331) (xy 83.701968 135.07802) + (xy 83.665313 135.021915) (xy 83.507223 134.850185) (xy 83.507222 134.850184) (xy 83.50722 134.850182) + (xy 83.323017 134.70681) (xy 83.323015 134.706809) (xy 83.323014 134.706808) (xy 83.323011 134.706806) + (xy 83.117733 134.595716) (xy 83.11773 134.595715) (xy 83.117727 134.595713) (xy 83.117721 134.595711) + (xy 83.117719 134.59571) (xy 82.896954 134.51992) (xy 82.71765 134.49) (xy 82.666712 134.4815) (xy 82.433288 134.4815) + (xy 82.38724 134.489184) (xy 82.203045 134.51992) (xy 81.98228 134.59571) (xy 81.982266 134.595716) + (xy 81.776988 134.706806) (xy 81.776985 134.706808) (xy 81.592781 134.850181) (xy 81.592776 134.850185) + (xy 81.586346 134.85717) (xy 81.526457 134.893157) (xy 81.456619 134.891052) (xy 81.399005 134.851524) + (xy 81.37894 134.816513) (xy 81.353355 134.747915) (xy 81.35335 134.747906) (xy 81.26719 134.632812) + (xy 81.267187 134.632809) (xy 81.152093 134.546649) (xy 81.152086 134.546645) (xy 81.017379 134.496403) + (xy 81.017372 134.496401) (xy 80.957844 134.49) (xy 80.26 134.49) (xy 80.26 135.514722) (xy 80.183694 135.470667) + (xy 80.069244 135.44) (xy 79.950756 135.44) (xy 79.836306 135.470667) (xy 79.76 135.514722) (xy 79.76 134.49) + (xy 79.062155 134.49) (xy 79.002627 134.496401) (xy 79.00262 134.496403) (xy 78.867913 134.546645) + (xy 78.867906 134.546649) (xy 78.752812 134.632809) (xy 78.752809 134.632812) (xy 78.666649 134.747906) + (xy 78.666645 134.747913) (xy 78.616403 134.88262) (xy 78.616401 134.882627) (xy 78.61 134.942155) + (xy 78.61 135.64) (xy 79.634722 135.64) (xy 79.590667 135.716306) (xy 79.56 135.830756) (xy 79.56 135.949244) + (xy 79.590667 136.063694) (xy 79.634722 136.14) (xy 78.61 136.14) (xy 78.61 136.837844) (xy 56.0055 136.837844) + (xy 56.0055 134.391039) (xy 56.419783 134.391039) (xy 56.439949 134.63442) (xy 56.439951 134.634431) + (xy 56.499905 134.871182) (xy 56.598011 135.094843) (xy 56.652461 135.178184) (xy 56.731592 135.299302) + (xy 56.86908 135.448654) (xy 56.897005 135.478988) (xy 56.897009 135.478991) (xy 57.089734 135.628995) + (xy 57.304526 135.745235) (xy 57.535522 135.824536) (xy 57.77642 135.864734) (xy 58.020648 135.864734) + (xy 58.261546 135.824536) (xy 58.492542 135.745235) (xy 58.707334 135.628995) (xy 58.900065 135.478986) + (xy 59.065476 135.299302) (xy 59.199057 135.094842) (xy 59.297162 134.871184) (xy 59.357117 134.634428) + (xy 59.360325 134.595713) (xy 59.377285 134.391039) (xy 59.377285 134.391028) (xy 59.357118 134.147647) + (xy 59.357116 134.147636) (xy 59.297162 133.910885) (xy 59.205697 133.702365) (xy 59.199057 133.687226) + (xy 59.065476 133.482766) (xy 58.900065 133.303082) (xy 58.900064 133.303081) (xy 58.900062 133.303079) + (xy 58.900058 133.303076) (xy 58.784996 133.21352) (xy 58.707334 133.153073) (xy 58.707333 133.153072) + (xy 58.492542 133.036833) (xy 58.492534 133.03683) (xy 58.261548 132.957532) (xy 58.020648 132.917334) + (xy 57.77642 132.917334) (xy 57.535519 132.957532) (xy 57.304533 133.03683) (xy 57.304525 133.036833) + (xy 57.089734 133.153072) (xy 57.08973 133.153076) (xy 56.897009 133.303076) (xy 56.897005 133.303079) + (xy 56.731593 133.482764) (xy 56.73159 133.482768) (xy 56.598011 133.687224) (xy 56.499905 133.910885) + (xy 56.439951 134.147636) (xy 56.439949 134.147647) (xy 56.419783 134.391028) (xy 56.419783 134.391039) + (xy 56.0055 134.391039) (xy 56.0055 130.000005) (xy 59.481249 130.000005) (xy 59.501415 130.243386) + (xy 59.501417 130.243397) (xy 59.561371 130.480148) (xy 59.659477 130.703809) (xy 59.724888 130.803927) + (xy 59.793058 130.908268) (xy 59.849642 130.969735) (xy 59.958471 131.087954) (xy 59.958475 131.087957) + (xy 60.1512 131.237961) (xy 60.365992 131.354201) (xy 60.596988 131.433502) (xy 60.837886 131.4737) + (xy 61.082114 131.4737) (xy 61.323012 131.433502) (xy 61.554008 131.354201) (xy 61.7688 131.237961) + (xy 61.961531 131.087952) (xy 62.126942 130.908268) (xy 62.260523 130.703808) (xy 62.358628 130.48015) + (xy 62.418583 130.243394) (xy 62.418584 130.243386) (xy 62.438751 130.000005) (xy 62.438751 129.999994) + (xy 62.418584 129.756613) (xy 62.418582 129.756602) (xy 62.415667 129.745091) (xy 62.358628 129.51985) + (xy 62.260523 129.296192) (xy 62.126942 129.091732) (xy 61.961531 128.912048) (xy 61.96153 128.912047) + (xy 61.961528 128.912045) (xy 61.961524 128.912042) (xy 61.83932 128.816927) (xy 61.7688 128.762039) + (xy 61.768799 128.762038) (xy 61.554008 128.645799) (xy 61.554 128.645796) (xy 61.323014 128.566498) + (xy 61.082114 128.5263) (xy 60.837886 128.5263) (xy 60.596985 128.566498) (xy 60.365999 128.645796) + (xy 60.365991 128.645799) (xy 60.1512 128.762038) (xy 60.151196 128.762042) (xy 59.958475 128.912042) + (xy 59.958471 128.912045) (xy 59.793059 129.09173) (xy 59.793056 129.091734) (xy 59.659477 129.29619) + (xy 59.561371 129.519851) (xy 59.501417 129.756602) (xy 59.501415 129.756613) (xy 59.481249 129.999994) + (xy 59.481249 130.000005) (xy 56.0055 130.000005) (xy 56.0055 124.000005) (xy 59.481249 124.000005) + (xy 59.501415 124.243386) (xy 59.501417 124.243397) (xy 59.561371 124.480148) (xy 59.659477 124.703809) + (xy 59.785647 124.896925) (xy 59.793058 124.908268) (xy 59.958429 125.087909) (xy 59.958471 125.087954) + (xy 59.958475 125.087957) (xy 60.1512 125.237961) (xy 60.365992 125.354201) (xy 60.596988 125.433502) + (xy 60.837886 125.4737) (xy 61.082114 125.4737) (xy 61.323012 125.433502) (xy 61.554008 125.354201) + (xy 61.7688 125.237961) (xy 61.961531 125.087952) (xy 62.126942 124.908268) (xy 62.260523 124.703808) + (xy 62.358628 124.48015) (xy 62.418583 124.243394) (xy 62.419226 124.23564) (xy 62.438751 124.000005) + (xy 62.438751 123.999994) (xy 62.418584 123.756613) (xy 62.418582 123.756602) (xy 62.384679 123.622723) + (xy 62.358628 123.51985) (xy 62.260523 123.296192) (xy 62.126942 123.091732) (xy 61.961531 122.912048) + (xy 61.96153 122.912047) (xy 61.961528 122.912045) (xy 61.961524 122.912042) (xy 61.8504 122.825551) + (xy 61.7688 122.762039) (xy 61.768799 122.762038) (xy 61.554008 122.645799) (xy 61.554 122.645796) + (xy 61.323014 122.566498) (xy 61.082114 122.5263) (xy 60.837886 122.5263) (xy 60.596985 122.566498) + (xy 60.365999 122.645796) (xy 60.365991 122.645799) (xy 60.1512 122.762038) (xy 60.151196 122.762042) + (xy 59.958475 122.912042) (xy 59.958471 122.912045) (xy 59.793059 123.09173) (xy 59.793056 123.091734) + (xy 59.659477 123.29619) (xy 59.561371 123.519851) (xy 59.501417 123.756602) (xy 59.501415 123.756613) + (xy 59.481249 123.999994) (xy 59.481249 124.000005) (xy 56.0055 124.000005) (xy 56.0055 119.608971) + (xy 56.419783 119.608971) (xy 56.439949 119.852352) (xy 56.439951 119.852363) (xy 56.499905 120.089114) + (xy 56.598011 120.312775) (xy 56.694147 120.45992) (xy 56.731592 120.517234) (xy 56.848219 120.643925) + (xy 56.897005 120.69692) (xy 56.897009 120.696923) (xy 57.089734 120.846927) (xy 57.304526 120.963167) + (xy 57.535522 121.042468) (xy 57.77642 121.082666) (xy 58.020648 121.082666) (xy 58.261546 121.042468) + (xy 58.492542 120.963167) (xy 58.707334 120.846927) (xy 58.900065 120.696918) (xy 59.065476 120.517234) + (xy 59.199057 120.312774) (xy 59.297162 120.089116) (xy 59.357117 119.85236) (xy 59.377285 119.608966) + (xy 59.376904 119.604371) (xy 59.357118 119.365579) (xy 59.357116 119.365568) (xy 59.297162 119.128817) + (xy 59.213192 118.937384) (xy 59.199057 118.905158) (xy 59.065476 118.700698) (xy 58.900065 118.521014) + (xy 58.900064 118.521013) (xy 58.900062 118.521011) (xy 58.900058 118.521008) (xy 58.812673 118.452994) + (xy 58.707334 118.371005) (xy 58.707333 118.371004) (xy 58.492542 118.254765) (xy 58.492534 118.254762) + (xy 58.261548 118.175464) (xy 58.020648 118.135266) (xy 57.77642 118.135266) (xy 57.535519 118.175464) + (xy 57.304533 118.254762) (xy 57.304525 118.254765) (xy 57.089734 118.371004) (xy 57.08973 118.371008) + (xy 56.897009 118.521008) (xy 56.897005 118.521011) (xy 56.731593 118.700696) (xy 56.73159 118.7007) + (xy 56.598011 118.905156) (xy 56.499905 119.128817) (xy 56.439951 119.365568) (xy 56.439949 119.365579) + (xy 56.419783 119.60896) (xy 56.419783 119.608971) (xy 56.0055 119.608971) (xy 56.0055 116.517844) + (xy 58.29 116.517844) (xy 58.296401 116.577372) (xy 58.296403 116.577379) (xy 58.346645 116.712086) + (xy 58.346649 116.712093) (xy 58.432809 116.827187) (xy 58.432812 116.82719) (xy 58.547906 116.91335) + (xy 58.547913 116.913354) (xy 58.68262 116.963596) (xy 58.682627 116.963598) (xy 58.742155 116.969999) + (xy 58.742172 116.97) (xy 59.44 116.97) (xy 59.44 115.945277) (xy 59.516306 115.989333) (xy 59.630756 116.02) + (xy 59.749244 116.02) (xy 59.863694 115.989333) (xy 59.94 115.945277) (xy 59.94 116.97) (xy 60.637828 116.97) + (xy 60.637844 116.969999) (xy 60.697372 116.963598) (xy 60.697379 116.963596) (xy 60.832086 116.913354) + (xy 60.832093 116.91335) (xy 60.947187 116.82719) (xy 60.94719 116.827187) (xy 61.03335 116.712093) + (xy 61.033355 116.712084) (xy 61.05894 116.643486) (xy 61.10081 116.587552) (xy 61.166274 116.563134) + (xy 61.234547 116.577985) (xy 61.266349 116.602832) (xy 61.27278 116.609818) (xy 61.456983 116.75319) + (xy 61.456985 116.753191) (xy 61.456988 116.753193) (xy 61.576331 116.817777) (xy 61.662273 116.864287) + (xy 61.776914 116.903643) (xy 61.883045 116.940079) (xy 61.883047 116.940079) (xy 61.883049 116.94008) + (xy 62.113288 116.9785) (xy 62.113289 116.9785) (xy 62.346711 116.9785) (xy 62.346712 116.9785) + (xy 62.576951 116.94008) (xy 62.797727 116.864287) (xy 63.003017 116.75319) (xy 63.18722 116.609818) + (xy 63.345314 116.438083) (xy 63.472984 116.242669) (xy 63.566749 116.028907) (xy 63.624051 115.802626) + (xy 63.632618 115.699236) (xy 63.643327 115.570005) (xy 63.643327 115.569994) (xy 63.62619 115.363187) + (xy 63.624051 115.337374) (xy 63.566749 115.111093) (xy 63.472984 114.897331) (xy 63.345314 114.701917) + (xy 63.345313 114.701915) (xy 63.187223 114.530185) (xy 63.187222 114.530184) (xy 63.18722 114.530182) + (xy 63.003017 114.38681) (xy 63.003015 114.386809) (xy 63.003014 114.386808) (xy 63.003011 114.386806) + (xy 62.797733 114.275716) (xy 62.79773 114.275715) (xy 62.797727 114.275713) (xy 62.797721 114.275711) + (xy 62.797719 114.27571) (xy 62.576954 114.19992) (xy 62.39765 114.17) (xy 62.346712 114.1615) (xy 62.113288 114.1615) + (xy 62.06724 114.169184) (xy 61.883045 114.19992) (xy 61.66228 114.27571) (xy 61.662266 114.275716) + (xy 61.456988 114.386806) (xy 61.456985 114.386808) (xy 61.272781 114.530181) (xy 61.272776 114.530185) + (xy 61.266346 114.53717) (xy 61.206457 114.573157) (xy 61.136619 114.571052) (xy 61.079005 114.531524) + (xy 61.05894 114.496513) (xy 61.033355 114.427915) (xy 61.03335 114.427906) (xy 60.94719 114.312812) + (xy 60.947187 114.312809) (xy 60.832093 114.226649) (xy 60.832086 114.226645) (xy 60.697379 114.176403) + (xy 60.697372 114.176401) (xy 60.637844 114.17) (xy 59.94 114.17) (xy 59.94 115.194722) (xy 59.863694 115.150667) + (xy 59.749244 115.12) (xy 59.630756 115.12) (xy 59.516306 115.150667) (xy 59.44 115.194722) (xy 59.44 114.17) + (xy 58.742155 114.17) (xy 58.682627 114.176401) (xy 58.68262 114.176403) (xy 58.547913 114.226645) + (xy 58.547906 114.226649) (xy 58.432812 114.312809) (xy 58.432809 114.312812) (xy 58.346649 114.427906) + (xy 58.346645 114.427913) (xy 58.296403 114.56262) (xy 58.296401 114.562627) (xy 58.29 114.622155) + (xy 58.29 115.32) (xy 59.314722 115.32) (xy 59.270667 115.396306) (xy 59.24 115.510756) (xy 59.24 115.629244) + (xy 59.270667 115.743694) (xy 59.314722 115.82) (xy 58.29 115.82) (xy 58.29 116.517844) (xy 56.0055 116.517844) + (xy 56.0055 111.6) (xy 59.381634 111.6) (xy 59.401065 111.846906) (xy 59.401065 111.846909) (xy 59.401066 111.846911) + (xy 59.458885 112.087742) (xy 59.458886 112.087744) (xy 59.553663 112.316558) (xy 59.553665 112.316562) + (xy 59.553666 112.316563) (xy 59.683075 112.52774) (xy 59.843927 112.716073) (xy 60.03226 112.876925) + (xy 60.243437 113.006334) (xy 60.243439 113.006334) (xy 60.243441 113.006336) (xy 60.309736 113.033796) + (xy 60.472258 113.101115) (xy 60.713089 113.158934) (xy 60.96 113.178366) (xy 61.206911 113.158934) + (xy 61.447742 113.101115) (xy 61.676563 113.006334) (xy 61.88774 112.876925) (xy 62.076073 112.716073) + (xy 62.236925 112.52774) (xy 62.366334 112.316563) (xy 62.461115 112.087742) (xy 62.518934 111.846911) + (xy 62.538366 111.6) (xy 62.518934 111.353089) (xy 62.461115 111.112258) (xy 62.366334 110.883437) + (xy 62.236925 110.67226) (xy 62.076073 110.483927) (xy 61.88774 110.323075) (xy 61.676563 110.193666) + (xy 61.676562 110.193665) (xy 61.676558 110.193663) (xy 61.447744 110.098886) (xy 61.447742 110.098885) + (xy 61.206911 110.041066) (xy 61.206909 110.041065) (xy 61.206906 110.041065) (xy 60.96 110.021634) + (xy 60.713093 110.041065) (xy 60.713089 110.041066) (xy 60.472258 110.098885) (xy 60.472256 110.098885) + (xy 60.472255 110.098886) (xy 60.243441 110.193663) (xy 60.032259 110.323075) (xy 59.843927 110.483927) + (xy 59.683075 110.672259) (xy 59.553663 110.883441) (xy 59.458886 111.112255) (xy 59.401065 111.353093) + (xy 59.381634 111.6) (xy 56.0055 111.6) (xy 56.0055 103.3) (xy 59.381634 103.3) (xy 59.401065 103.546906) + (xy 59.401065 103.546909) (xy 59.401066 103.546911) (xy 59.458885 103.787742) (xy 59.458886 103.787744) + (xy 59.553663 104.016558) (xy 59.553665 104.016562) (xy 59.553666 104.016563) (xy 59.683075 104.22774) + (xy 59.843927 104.416073) (xy 60.03226 104.576925) (xy 60.243437 104.706334) (xy 60.243439 104.706334) + (xy 60.243441 104.706336) (xy 60.314786 104.735888) (xy 60.472258 104.801115) (xy 60.713089 104.858934) + (xy 60.96 104.878366) (xy 61.206911 104.858934) (xy 61.447742 104.801115) (xy 61.676563 104.706334) + (xy 61.88774 104.576925) (xy 62.076073 104.416073) (xy 62.236925 104.22774) (xy 62.366334 104.016563) + (xy 62.461115 103.787742) (xy 62.518934 103.546911) (xy 62.538366 103.3) (xy 62.518934 103.053089) + (xy 62.461115 102.812258) (xy 62.366334 102.583437) (xy 62.236925 102.37226) (xy 62.076073 102.183927) + (xy 61.88774 102.023075) (xy 61.676563 101.893666) (xy 61.676561 101.893665) (xy 61.676556 101.893662) + (xy 61.579742 101.853561) (xy 61.525338 101.80972) (xy 61.503273 101.743426) (xy 61.520552 101.675727) + (xy 61.571689 101.628116) (xy 61.627194 101.615) (xy 61.972828 101.615) (xy 61.972844 101.614999) + (xy 62.032372 101.608598) (xy 62.032379 101.608596) (xy 62.167086 101.558354) (xy 62.167093 101.55835) + (xy 62.282187 101.47219) (xy 62.28219 101.472187) (xy 62.36835 101.357093) (xy 62.368354 101.357086) + (xy 62.418596 101.222379) (xy 62.418598 101.222372) (xy 62.424999 101.162844) (xy 62.425 101.162827) + (xy 62.425 100.45) (xy 61.516706 100.45) (xy 61.546558 100.377931) (xy 61.57 100.26008) (xy 61.57 100.13992) + (xy 61.546558 100.022069) (xy 61.516706 99.95) (xy 62.425 99.95) (xy 62.425 99.237172) (xy 62.424999 99.237155) + (xy 62.418598 99.177627) (xy 62.418596 99.17762) (xy 62.368354 99.042913) (xy 62.36835 99.042906) + (xy 62.28219 98.927812) (xy 62.282187 98.927809) (xy 62.167093 98.841649) (xy 62.167086 98.841645) + (xy 62.032379 98.791403) (xy 62.032372 98.791401) (xy 61.972844 98.785) (xy 61.21 98.785) (xy 61.21 99.643293) + (xy 61.137931 99.613442) (xy 61.02008 99.59) (xy 60.89992 99.59) (xy 60.782069 99.613442) (xy 60.71 99.643293) + (xy 60.71 98.785) (xy 59.947155 98.785) (xy 59.887627 98.791401) (xy 59.88762 98.791403) (xy 59.752913 98.841645) + (xy 59.752906 98.841649) (xy 59.637812 98.927809) (xy 59.637809 98.927812) (xy 59.551649 99.042906) + (xy 59.551645 99.042913) (xy 59.501403 99.17762) (xy 59.501401 99.177627) (xy 59.495 99.237155) + (xy 59.495 99.95) (xy 60.403294 99.95) (xy 60.373442 100.022069) (xy 60.35 100.13992) (xy 60.35 100.26008) + (xy 60.373442 100.377931) (xy 60.403294 100.45) (xy 59.495 100.45) (xy 59.495 101.162844) (xy 59.501401 101.222372) + (xy 59.501403 101.222379) (xy 59.551645 101.357086) (xy 59.551649 101.357093) (xy 59.637809 101.472187) + (xy 59.637812 101.47219) (xy 59.752906 101.55835) (xy 59.752913 101.558354) (xy 59.88762 101.608596) + (xy 59.887627 101.608598) (xy 59.947155 101.614999) (xy 59.947172 101.615) (xy 60.292806 101.615) + (xy 60.359845 101.634685) (xy 60.4056 101.687489) (xy 60.415544 101.756647) (xy 60.386519 101.820203) + (xy 60.340258 101.853561) (xy 60.243443 101.893662) (xy 60.032259 102.023075) (xy 59.843927 102.183927) + (xy 59.683075 102.372259) (xy 59.553663 102.583441) (xy 59.458886 102.812255) (xy 59.401065 103.053093) + (xy 59.381634 103.3) (xy 56.0055 103.3) (xy 56.0055 96.197844) (xy 58.29 96.197844) (xy 58.296401 96.257372) + (xy 58.296403 96.257379) (xy 58.346645 96.392086) (xy 58.346649 96.392093) (xy 58.432809 96.507187) + (xy 58.432812 96.50719) (xy 58.547906 96.59335) (xy 58.547913 96.593354) (xy 58.68262 96.643596) + (xy 58.682627 96.643598) (xy 58.742155 96.649999) (xy 58.742172 96.65) (xy 59.44 96.65) (xy 59.44 95.625277) + (xy 59.516306 95.669333) (xy 59.630756 95.7) (xy 59.749244 95.7) (xy 59.863694 95.669333) (xy 59.94 95.625277) + (xy 59.94 96.65) (xy 60.637828 96.65) (xy 60.637844 96.649999) (xy 60.697372 96.643598) (xy 60.697379 96.643596) + (xy 60.832086 96.593354) (xy 60.832093 96.59335) (xy 60.947187 96.50719) (xy 60.94719 96.507187) + (xy 61.03335 96.392093) (xy 61.033355 96.392084) (xy 61.05894 96.323486) (xy 61.10081 96.267552) + (xy 61.166274 96.243134) (xy 61.234547 96.257985) (xy 61.266349 96.282832) (xy 61.27278 96.289818) + (xy 61.456983 96.43319) (xy 61.456985 96.433191) (xy 61.456988 96.433193) (xy 61.576331 96.497777) + (xy 61.662273 96.544287) (xy 61.776914 96.583643) (xy 61.883045 96.620079) (xy 61.883047 96.620079) + (xy 61.883049 96.62008) (xy 62.113288 96.6585) (xy 62.113289 96.6585) (xy 62.346711 96.6585) (xy 62.346712 96.6585) + (xy 62.576951 96.62008) (xy 62.797727 96.544287) (xy 63.003017 96.43319) (xy 63.18722 96.289818) + (xy 63.345314 96.118083) (xy 63.472984 95.922669) (xy 63.566749 95.708907) (xy 63.624051 95.482626) + (xy 63.632618 95.379236) (xy 63.643327 95.250005) (xy 63.643327 95.249994) (xy 63.624051 95.017377) + (xy 63.624051 95.017374) (xy 63.566749 94.791093) (xy 63.472984 94.577331) (xy 63.433355 94.516674) + (xy 63.345313 94.381915) (xy 63.187223 94.210185) (xy 63.187222 94.210184) (xy 63.18722 94.210182) + (xy 63.003017 94.06681) (xy 63.003015 94.066809) (xy 63.003014 94.066808) (xy 63.003011 94.066806) + (xy 62.797733 93.955716) (xy 62.79773 93.955715) (xy 62.797727 93.955713) (xy 62.797721 93.955711) + (xy 62.797719 93.95571) (xy 62.576954 93.87992) (xy 62.39765 93.85) (xy 62.346712 93.8415) (xy 62.113288 93.8415) + (xy 62.06724 93.849184) (xy 61.883045 93.87992) (xy 61.66228 93.95571) (xy 61.662266 93.955716) + (xy 61.456988 94.066806) (xy 61.456985 94.066808) (xy 61.272781 94.210181) (xy 61.272776 94.210185) + (xy 61.266346 94.21717) (xy 61.206457 94.253157) (xy 61.136619 94.251052) (xy 61.079005 94.211524) + (xy 61.05894 94.176513) (xy 61.033355 94.107915) (xy 61.03335 94.107906) (xy 60.94719 93.992812) + (xy 60.947187 93.992809) (xy 60.832093 93.906649) (xy 60.832086 93.906645) (xy 60.697379 93.856403) + (xy 60.697372 93.856401) (xy 60.637844 93.85) (xy 59.94 93.85) (xy 59.94 94.874722) (xy 59.863694 94.830667) + (xy 59.749244 94.8) (xy 59.630756 94.8) (xy 59.516306 94.830667) (xy 59.44 94.874722) (xy 59.44 93.85) + (xy 58.742155 93.85) (xy 58.682627 93.856401) (xy 58.68262 93.856403) (xy 58.547913 93.906645) (xy 58.547906 93.906649) + (xy 58.432812 93.992809) (xy 58.432809 93.992812) (xy 58.346649 94.107906) (xy 58.346645 94.107913) + (xy 58.296403 94.24262) (xy 58.296401 94.242627) (xy 58.29 94.302155) (xy 58.29 95) (xy 59.314722 95) + (xy 59.270667 95.076306) (xy 59.24 95.190756) (xy 59.24 95.309244) (xy 59.270667 95.423694) (xy 59.314722 95.5) + (xy 58.29 95.5) (xy 58.29 96.197844) (xy 56.0055 96.197844) (xy 56.0055 91.28) (xy 59.381634 91.28) + (xy 59.401065 91.526906) (xy 59.401065 91.526909) (xy 59.401066 91.526911) (xy 59.458885 91.767742) + (xy 59.458886 91.767744) (xy 59.553663 91.996558) (xy 59.553665 91.996562) (xy 59.553666 91.996563) + (xy 59.683075 92.20774) (xy 59.843927 92.396073) (xy 60.03226 92.556925) (xy 60.243437 92.686334) + (xy 60.243439 92.686334) (xy 60.243441 92.686336) (xy 60.309736 92.713796) (xy 60.472258 92.781115) + (xy 60.713089 92.838934) (xy 60.96 92.858366) (xy 61.206911 92.838934) (xy 61.447742 92.781115) + (xy 61.676563 92.686334) (xy 61.88774 92.556925) (xy 62.076073 92.396073) (xy 62.236925 92.20774) + (xy 62.366334 91.996563) (xy 62.461115 91.767742) (xy 62.518934 91.526911) (xy 62.538366 91.28) + (xy 62.518934 91.033089) (xy 62.461115 90.792258) (xy 62.366334 90.563437) (xy 62.236925 90.35226) + (xy 62.076073 90.163927) (xy 61.88774 90.003075) (xy 61.676563 89.873666) (xy 61.676562 89.873665) + (xy 61.676558 89.873663) (xy 61.447744 89.778886) (xy 61.447742 89.778885) (xy 61.206911 89.721066) + (xy 61.206909 89.721065) (xy 61.206906 89.721065) (xy 60.96 89.701634) (xy 60.713093 89.721065) + (xy 60.713089 89.721066) (xy 60.472258 89.778885) (xy 60.472256 89.778885) (xy 60.472255 89.778886) + (xy 60.243441 89.873663) (xy 60.032259 90.003075) (xy 59.843927 90.163927) (xy 59.683075 90.352259) + (xy 59.553663 90.563441) (xy 59.458886 90.792255) (xy 59.401065 91.033093) (xy 59.381634 91.28) + (xy 56.0055 91.28) (xy 56.0055 81.823943) (xy 56.025185 81.756904) (xy 56.077989 81.711149) (xy 56.147147 81.701205) + (xy 56.210703 81.73023) (xy 56.244061 81.776491) (xy 56.254696 81.802168) (xy 56.254703 81.802181) + (xy 56.324028 81.905932) (xy 56.324031 81.905936) (xy 67.047929 92.629833) (xy 67.291831 92.873735) + (xy 67.325316 92.935058) (xy 67.32815 92.961416) (xy 67.32815 95.079884) (xy 67.308465 95.146923) + (xy 67.291831 95.167565) (xy 64.196167 98.263229) (xy 64.152047 98.307349) (xy 64.107927 98.351468) + (xy 64.038603 98.455218) (xy 64.038598 98.455227) (xy 63.990845 98.570514) (xy 63.990843 98.570522) + (xy 63.9665 98.692901) (xy 63.9665 118.019038) (xy 63.946815 118.086077) (xy 63.894011 118.131832) + (xy 63.862909 118.141347) (xy 63.658451 118.175464) (xy 63.427465 118.254762) (xy 63.427457 118.254765) + (xy 63.212666 118.371004) (xy 63.212662 118.371008) (xy 63.019941 118.521008) (xy 63.019937 118.521011) + (xy 62.854525 118.700696) (xy 62.854522 118.7007) (xy 62.720943 118.905156) (xy 62.622837 119.128817) + (xy 62.562883 119.365568) (xy 62.562881 119.365579) (xy 62.542715 119.60896) (xy 62.542715 119.608971) + (xy 62.562881 119.852352) (xy 62.562883 119.852363) (xy 62.622837 120.089114) (xy 62.720943 120.312775) + (xy 62.817079 120.45992) (xy 62.854524 120.517234) (xy 62.971151 120.643925) (xy 63.019937 120.69692) + (xy 63.019941 120.696923) (xy 63.212666 120.846927) (xy 63.427458 120.963167) (xy 63.658454 121.042468) + (xy 63.899352 121.082666) (xy 64.14358 121.082666) (xy 64.384478 121.042468) (xy 64.441236 121.022982) + (xy 64.511031 121.019832) (xy 64.569178 121.052583) (xy 66.907146 123.390551) (xy 66.940631 123.451874) + (xy 66.939671 123.508672) (xy 66.892451 123.695136) (xy 66.892449 123.695147) (xy 66.872283 123.938528) + (xy 66.872283 123.938539) (xy 66.892449 124.18192) (xy 66.892451 124.181932) (xy 66.93967 124.368395) + (xy 66.937044 124.438216) (xy 66.907145 124.486516) (xy 64.132624 127.26104) (xy 63.617633 127.776031) + (xy 63.573513 127.820151) (xy 63.529393 127.86427) (xy 63.460069 127.96802) (xy 63.460064 127.968029) + (xy 63.412311 128.083316) (xy 63.412309 128.083324) (xy 63.387966 128.205703) (xy 63.387966 132.984316) + (xy 63.368281 133.051355) (xy 63.322984 133.09337) (xy 63.212676 133.153066) (xy 63.212662 133.153076) + (xy 63.019941 133.303076) (xy 63.019937 133.303079) (xy 62.854525 133.482764) (xy 62.854522 133.482768) + (xy 62.720943 133.687224) (xy 62.622837 133.910885) (xy 62.562883 134.147636) (xy 62.562881 134.147647) + (xy 62.542715 134.391028) (xy 62.542715 134.391039) (xy 62.562881 134.63442) (xy 62.562883 134.634431) + (xy 62.622837 134.871182) (xy 62.720943 135.094843) (xy 62.775393 135.178184) (xy 62.854524 135.299302) + (xy 62.992012 135.448654) (xy 63.019937 135.478988) (xy 63.019941 135.478991) (xy 63.212666 135.628995) + (xy 63.427458 135.745235) (xy 63.658454 135.824536) (xy 63.899352 135.864734) (xy 64.14358 135.864734) + (xy 64.384478 135.824536) (xy 64.615474 135.745235) (xy 64.830266 135.628995) (xy 65.022997 135.478986) + (xy 65.188408 135.299302) (xy 65.321989 135.094842) (xy 65.420094 134.871184) (xy 65.480049 134.634428) + (xy 65.483257 134.595713) (xy 65.500217 134.391039) (xy 65.500217 134.391028) (xy 65.48005 134.147647) + (xy 65.480048 134.147636) (xy 65.420094 133.910885) (xy 65.328629 133.702365) (xy 65.321989 133.687226) + (xy 65.188408 133.482766) (xy 65.022997 133.303082) (xy 65.022996 133.303081) (xy 65.022994 133.303079) + (xy 65.02299 133.303076) (xy 64.907928 133.21352) (xy 64.830266 133.153073) (xy 64.830261 133.15307) + (xy 64.830255 133.153066) (xy 64.719948 133.09337) (xy 64.670357 133.044151) (xy 64.654966 132.984316) + (xy 64.654966 128.581868) (xy 64.674651 128.514829) (xy 64.691285 128.494187) (xy 66.239179 126.946293) + (xy 67.803322 125.382149) (xy 67.864643 125.348666) (xy 67.931263 125.35255) (xy 67.959004 125.362074) + (xy 67.988021 125.372036) (xy 68.22892 125.412234) (xy 68.473148 125.412234) (xy 68.714046 125.372036) + (xy 68.945042 125.292735) (xy 69.159834 125.176495) (xy 69.352565 125.026486) (xy 69.517976 124.846802) + (xy 69.651557 124.642342) (xy 69.749662 124.418684) (xy 69.809617 124.181928) (xy 69.815764 124.107744) + (xy 69.829785 123.938539) (xy 69.829785 123.938528) (xy 69.809618 123.695147) (xy 69.809616 123.695136) + (xy 69.790589 123.62) (xy 69.749662 123.458384) (xy 69.651557 123.234726) (xy 69.517976 123.030266) + (xy 69.352565 122.850582) (xy 69.352564 122.850581) (xy 69.352562 122.850579) (xy 69.352558 122.850576) + (xy 69.232686 122.757276) (xy 69.159834 122.700573) (xy 69.159833 122.700572) (xy 68.945042 122.584333) + (xy 68.945034 122.58433) (xy 68.714048 122.505032) (xy 68.473148 122.464834) (xy 68.22892 122.464834) + (xy 67.98802 122.505032) (xy 67.931261 122.524516) (xy 67.861462 122.527664) (xy 67.80332 122.494915) + (xy 65.465353 120.156949) (xy 65.431868 120.095626) (xy 65.432829 120.038827) (xy 65.480046 119.852372) + (xy 65.480048 119.852363) (xy 65.480049 119.85236) (xy 65.500217 119.608966) (xy 65.499836 119.604371) + (xy 65.48005 119.365579) (xy 65.480048 119.365568) (xy 65.420094 119.128817) (xy 65.336124 118.937384) + (xy 65.321989 118.905158) (xy 65.188408 118.700698) (xy 65.169648 118.680319) (xy 65.138727 118.617664) + (xy 65.146317 118.548885) (xy 65.209154 118.397188) (xy 65.214363 118.371005) (xy 65.217343 118.356021) + (xy 65.2335 118.274798) (xy 65.2335 118.150009) (xy 65.2335 107.062475) (xy 74.5715 107.062475) + (xy 74.596366 107.251343) (xy 74.603471 107.305308) (xy 74.635168 107.423603) (xy 74.666865 107.5419) + (xy 74.760596 107.768186) (xy 74.760601 107.768197) (xy 74.883061 107.980302) (xy 74.883072 107.980318) + (xy 75.032171 108.174629) (xy 75.032177 108.174636) (xy 75.205363 108.347822) (xy 75.205369 108.347827) + (xy 75.39969 108.496934) (xy 75.399697 108.496938) (xy 75.611802 108.619398) (xy 75.611807 108.6194) + (xy 75.61181 108.619402) (xy 75.724956 108.666268) (xy 75.838099 108.713134) (xy 75.8381 108.713134) + (xy 75.838102 108.713135) (xy 76.074692 108.776529) (xy 76.317532 108.8085) (xy 76.317539 108.8085) + (xy 76.562461 108.8085) (xy 76.562468 108.8085) (xy 76.805308 108.776529) (xy 77.041898 108.713135) + (xy 77.26819 108.619402) (xy 77.48031 108.496934) (xy 77.674631 108.347827) (xy 77.847827 108.174631) + (xy 77.996934 107.98031) (xy 78.119402 107.76819) (xy 78.213135 107.541898) (xy 78.276529 107.305308) + (xy 78.3085 107.062468) (xy 78.3085 106.297532) (xy 78.276529 106.054692) (xy 78.213135 105.818102) + (xy 78.119402 105.59181) (xy 78.1194 105.591807) (xy 78.119398 105.591802) (xy 77.996938 105.379697) + (xy 77.996934 105.37969) (xy 77.952751 105.322109) (xy 77.847828 105.18537) (xy 77.847822 105.185363) + (xy 77.674636 105.012177) (xy 77.674629 105.012171) (xy 77.480318 104.863072) (xy 77.480316 104.86307) + (xy 77.48031 104.863066) (xy 77.480305 104.863063) (xy 77.480302 104.863061) (xy 77.268197 104.740601) + (xy 77.268186 104.740596) (xy 77.0419 104.646865) (xy 76.923603 104.615168) (xy 76.805308 104.583471) + (xy 76.751343 104.576366) (xy 76.562475 104.5515) (xy 76.562468 104.5515) (xy 76.317532 104.5515) + (xy 76.317524 104.5515) (xy 76.101674 104.579918) (xy 76.074692 104.583471) (xy 76.015544 104.599319) + (xy 75.838099 104.646865) (xy 75.611813 104.740596) (xy 75.611802 104.740601) (xy 75.399697 104.863061) + (xy 75.399681 104.863072) (xy 75.20537 105.012171) (xy 75.205363 105.012177) (xy 75.032177 105.185363) + (xy 75.032171 105.18537) (xy 74.883072 105.379681) (xy 74.883061 105.379697) (xy 74.760601 105.591802) + (xy 74.760596 105.591813) (xy 74.666865 105.818099) (xy 74.603471 106.054693) (xy 74.5715 106.297524) + (xy 74.5715 107.062475) (xy 65.2335 107.062475) (xy 65.2335 99.069066) (xy 65.253185 99.002027) + (xy 65.269819 98.981385) (xy 68.453718 95.797486) (xy 68.453721 95.797483) (xy 68.52305 95.693725) + (xy 68.570805 95.578435) (xy 68.59515 95.456044) (xy 68.59515 95.331256) (xy 68.59515 94.467116) + (xy 68.614835 94.400077) (xy 68.667639 94.354322) (xy 68.736797 94.344378) (xy 68.78804 94.364013) + (xy 68.873925 94.4214) (xy 68.989215 94.469155) (xy 69.111601 94.493499) (xy 69.111605 94.4935) + (xy 69.111606 94.4935) (xy 77.2475 94.4935) (xy 77.314539 94.513185) (xy 77.360294 94.565989) (xy 77.3715 94.6175) + (xy 77.3715 94.808654) (xy 77.378011 94.869202) (xy 77.378011 94.869204) (xy 77.41422 94.96628) + (xy 77.429111 95.006204) (xy 77.516739 95.123261) (xy 77.633796 95.210889) (xy 77.770799 95.261989) + (xy 77.79805 95.264918) (xy 77.831345 95.268499) (xy 77.831362 95.2685) (xy 79.2477 95.2685) (xy 79.314739 95.288185) + (xy 79.360494 95.340989) (xy 79.3717 95.3925) (xy 79.3717 112.6475) (xy 79.352015 112.714539) (xy 79.299211 112.760294) + (xy 79.2477 112.7715) (xy 77.791345 112.7715) (xy 77.730797 112.778011) (xy 77.730795 112.778011) + (xy 77.593795 112.829111) (xy 77.476739 112.916739) (xy 77.389111 113.033795) (xy 77.338011 113.170795) + (xy 77.338011 113.170797) (xy 77.3315 113.231345) (xy 77.3315 115.128654) (xy 77.338011 115.189202) + (xy 77.338011 115.189204) (xy 77.37422 115.28628) (xy 77.389111 115.326204) (xy 77.476739 115.443261) + (xy 77.593796 115.530889) (xy 77.730799 115.581989) (xy 77.75805 115.584918) (xy 77.791345 115.588499) + (xy 77.791362 115.5885) (xy 79.2477 115.5885) (xy 79.314739 115.608185) (xy 79.360494 115.660989) + (xy 79.3717 115.7125) (xy 79.3717 117.275434) (xy 79.352015 117.342473) (xy 79.335381 117.363115) + (xy 68.492788 128.205708) (xy 68.465108 128.233386) (xy 68.43743 128.261064) (xy 68.3681 128.364822) + (xy 68.305548 128.515835) (xy 68.261706 128.570238) (xy 68.211396 128.59069) (xy 67.988019 128.627964) + (xy 67.757033 128.707262) (xy 67.757025 128.707265) (xy 67.542234 128.823504) (xy 67.54223 128.823508) + (xy 67.349509 128.973508) (xy 67.349505 128.973511) (xy 67.184093 129.153196) (xy 67.18409 129.1532) + (xy 67.050511 129.357656) (xy 66.952405 129.581317) (xy 66.892451 129.818068) (xy 66.892449 129.818079) + (xy 66.872283 130.06146) (xy 66.872283 130.061471) (xy 66.892449 130.304852) (xy 66.892451 130.304863) + (xy 66.952405 130.541614) (xy 67.050511 130.765275) (xy 67.075764 130.803927) (xy 67.184092 130.969734) + (xy 67.292919 131.087952) (xy 67.349505 131.14942) (xy 67.349509 131.149423) (xy 67.381663 131.174449) + (xy 67.542234 131.299427) (xy 67.757026 131.415667) (xy 67.988022 131.494968) (xy 68.22892 131.535166) + (xy 68.473148 131.535166) (xy 68.714046 131.494968) (xy 68.945042 131.415667) (xy 69.159834 131.299427) + (xy 69.352565 131.149418) (xy 69.517976 130.969734) (xy 69.651557 130.765274) (xy 69.749662 130.541616) + (xy 69.809617 130.30486) (xy 69.81471 130.243397) (xy 69.829785 130.061471) (xy 69.829785 130.06146) + (xy 69.809618 129.818079) (xy 69.809616 129.818068) (xy 69.749662 129.581317) (xy 69.7227 129.51985) + (xy 69.651557 129.357658) (xy 69.517976 129.153198) (xy 69.517973 129.153195) (xy 69.517969 129.153189) + (xy 69.511863 129.146557) (xy 69.480939 129.083903) (xy 69.488798 129.014477) (xy 69.515407 128.974895) + (xy 71.107827 127.382475) (xy 94.8915 127.382475) (xy 94.916366 127.571343) (xy 94.923471 127.625308) + (xy 94.926064 127.634985) (xy 94.986865 127.8619) (xy 95.080596 128.088186) (xy 95.080601 128.088197) + (xy 95.203061 128.300302) (xy 95.203072 128.300318) (xy 95.352171 128.494629) (xy 95.352177 128.494636) + (xy 95.525363 128.667822) (xy 95.525369 128.667827) (xy 95.71969 128.816934) (xy 95.719697 128.816938) + (xy 95.931802 128.939398) (xy 95.931807 128.9394) (xy 95.93181 128.939402) (xy 96.014157 128.973511) + (xy 96.158099 129.033134) (xy 96.1581 129.033134) (xy 96.158102 129.033135) (xy 96.394692 129.096529) + (xy 96.637532 129.1285) (xy 96.637539 129.1285) (xy 96.882461 129.1285) (xy 96.882468 129.1285) + (xy 97.125308 129.096529) (xy 97.361898 129.033135) (xy 97.58819 128.939402) (xy 97.80031 128.816934) + (xy 97.994631 128.667827) (xy 98.167827 128.494631) (xy 98.316934 128.30031) (xy 98.439402 128.08819) + (xy 98.533135 127.861898) (xy 98.596529 127.625308) (xy 98.6285 127.382468) (xy 98.6285 126.617532) + (xy 98.596529 126.374692) (xy 98.533135 126.138102) (xy 98.439402 125.91181) (xy 98.4394 125.911807) + (xy 98.439398 125.911802) (xy 98.316938 125.699697) (xy 98.316934 125.69969) (xy 98.167827 125.505369) + (xy 98.167822 125.505363) (xy 97.994636 125.332177) (xy 97.994629 125.332171) (xy 97.800318 125.183072) + (xy 97.800316 125.18307) (xy 97.80031 125.183066) (xy 97.800305 125.183063) (xy 97.800302 125.183061) + (xy 97.588197 125.060601) (xy 97.588186 125.060596) (xy 97.3619 124.966865) (xy 97.243603 124.935168) + (xy 97.125308 124.903471) (xy 97.071343 124.896366) (xy 96.882475 124.8715) (xy 96.882468 124.8715) + (xy 96.637532 124.8715) (xy 96.637524 124.8715) (xy 96.421674 124.899918) (xy 96.394692 124.903471) + (xy 96.376786 124.908269) (xy 96.158099 124.966865) (xy 95.931813 125.060596) (xy 95.931802 125.060601) + (xy 95.719697 125.183061) (xy 95.719681 125.183072) (xy 95.52537 125.332171) (xy 95.525363 125.332177) + (xy 95.352177 125.505363) (xy 95.352171 125.50537) (xy 95.203072 125.699681) (xy 95.203061 125.699697) + (xy 95.080601 125.911802) (xy 95.080596 125.911813) (xy 94.986865 126.138099) (xy 94.923471 126.374693) + (xy 94.8915 126.617524) (xy 94.8915 127.382475) (xy 71.107827 127.382475) (xy 74.870303 123.62) + (xy 79.701634 123.62) (xy 79.721065 123.866906) (xy 79.721065 123.866909) (xy 79.721066 123.866911) + (xy 79.778885 124.107742) (xy 79.778886 124.107744) (xy 79.873663 124.336558) (xy 79.873665 124.336562) + (xy 79.873666 124.336563) (xy 80.003075 124.54774) (xy 80.163927 124.736073) (xy 80.35226 124.896925) + (xy 80.563437 125.026334) (xy 80.563439 125.026334) (xy 80.563441 125.026336) (xy 80.59508 125.039441) + (xy 80.792258 125.121115) (xy 81.033089 125.178934) (xy 81.28 125.198366) (xy 81.526911 125.178934) + (xy 81.767742 125.121115) (xy 81.996563 125.026334) (xy 82.20774 124.896925) (xy 82.396073 124.736073) + (xy 82.556925 124.54774) (xy 82.686334 124.336563) (xy 82.781115 124.107742) (xy 82.838934 123.866911) + (xy 82.858366 123.62) (xy 82.838934 123.373089) (xy 82.781115 123.132258) (xy 82.694399 122.922907) + (xy 82.686336 122.903441) (xy 82.653944 122.850582) (xy 82.556925 122.69226) (xy 82.396073 122.503927) + (xy 82.20774 122.343075) (xy 81.996563 122.213666) (xy 81.996561 122.213665) (xy 81.996556 122.213662) + (xy 81.899742 122.173561) (xy 81.845338 122.12972) (xy 81.823273 122.063426) (xy 81.840552 121.995727) + (xy 81.891689 121.948116) (xy 81.947194 121.935) (xy 82.292828 121.935) (xy 82.292844 121.934999) + (xy 82.352372 121.928598) (xy 82.352379 121.928596) (xy 82.487086 121.878354) (xy 82.487093 121.87835) + (xy 82.602187 121.79219) (xy 82.60219 121.792187) (xy 82.68835 121.677093) (xy 82.688354 121.677086) + (xy 82.738596 121.542379) (xy 82.738598 121.542372) (xy 82.744999 121.482844) (xy 82.745 121.482827) + (xy 82.745 120.77) (xy 81.836706 120.77) (xy 81.866558 120.697931) (xy 81.89 120.58008) (xy 81.89 120.45992) + (xy 81.866558 120.342069) (xy 81.836706 120.27) (xy 82.745 120.27) (xy 82.745 119.557172) (xy 82.744999 119.557155) + (xy 82.738598 119.497627) (xy 82.738596 119.49762) (xy 82.688354 119.362913) (xy 82.68835 119.362906) + (xy 82.60219 119.247812) (xy 82.602187 119.247809) (xy 82.487093 119.161649) (xy 82.487086 119.161645) + (xy 82.352379 119.111403) (xy 82.352372 119.111401) (xy 82.292844 119.105) (xy 81.53 119.105) (xy 81.53 119.963293) + (xy 81.457931 119.933442) (xy 81.34008 119.91) (xy 81.21992 119.91) (xy 81.102069 119.933442) (xy 81.03 119.963293) + (xy 81.03 119.105) (xy 80.267155 119.105) (xy 80.207627 119.111401) (xy 80.20762 119.111403) (xy 80.072913 119.161645) + (xy 80.072906 119.161649) (xy 79.957812 119.247809) (xy 79.957809 119.247812) (xy 79.871649 119.362906) + (xy 79.871645 119.362913) (xy 79.821403 119.49762) (xy 79.821401 119.497627) (xy 79.815 119.557155) + (xy 79.815 120.27) (xy 80.723294 120.27) (xy 80.693442 120.342069) (xy 80.67 120.45992) (xy 80.67 120.58008) + (xy 80.693442 120.697931) (xy 80.723294 120.77) (xy 79.815 120.77) (xy 79.815 121.482844) (xy 79.821401 121.542372) + (xy 79.821403 121.542379) (xy 79.871645 121.677086) (xy 79.871649 121.677093) (xy 79.957809 121.792187) + (xy 79.957812 121.79219) (xy 80.072906 121.87835) (xy 80.072913 121.878354) (xy 80.20762 121.928596) + (xy 80.207627 121.928598) (xy 80.267155 121.934999) (xy 80.267172 121.935) (xy 80.612806 121.935) + (xy 80.679845 121.954685) (xy 80.7256 122.007489) (xy 80.735544 122.076647) (xy 80.706519 122.140203) + (xy 80.660258 122.173561) (xy 80.563443 122.213662) (xy 80.352259 122.343075) (xy 80.163927 122.503927) + (xy 80.003075 122.692259) (xy 79.873663 122.903441) (xy 79.779752 123.130165) (xy 79.778885 123.132258) + (xy 79.750657 123.249836) (xy 79.721065 123.373093) (xy 79.701634 123.62) (xy 74.870303 123.62) + (xy 80.497271 117.993033) (xy 80.5666 117.889275) (xy 80.614355 117.773985) (xy 80.6387 117.651594) + (xy 80.6387 117.526806) (xy 80.6387 115.636434) (xy 80.658385 115.569395) (xy 80.711189 115.52364) + (xy 80.780347 115.513696) (xy 80.802958 115.519151) (xy 80.893049 115.55008) (xy 81.123288 115.5885) + (xy 81.123289 115.5885) (xy 81.356711 115.5885) (xy 81.356712 115.5885) (xy 81.586951 115.55008) + (xy 81.807727 115.474287) (xy 82.013017 115.36319) (xy 82.19722 115.219818) (xy 82.355314 115.048083) + (xy 82.391267 114.993053) (xy 82.444412 114.947695) (xy 82.513644 114.938271) (xy 82.57698 114.967772) + (xy 82.5852 114.977258) (xy 82.588812 114.977633) (xy 83.257037 114.309408) (xy 83.274075 114.372993) + (xy 83.339901 114.487007) (xy 83.432993 114.580099) (xy 83.547007 114.645925) (xy 83.61059 114.662962) + (xy 82.941201 115.332351) (xy 82.971649 115.35605) (xy 83.175697 115.466476) (xy 83.175706 115.466479) + (xy 83.395139 115.541811) (xy 83.623993 115.58) (xy 83.856007 115.58) (xy 84.08486 115.541811) (xy 84.304293 115.466479) + (xy 84.304301 115.466476) (xy 84.508355 115.356047) (xy 84.538797 115.332351) (xy 84.538798 115.33235) + (xy 83.86941 114.662962) (xy 83.932993 114.645925) (xy 84.047007 114.580099) (xy 84.140099 114.487007) + (xy 84.205925 114.372993) (xy 84.222962 114.309409) (xy 84.891186 114.977633) (xy 84.975482 114.848611) + (xy 85.068682 114.636135) (xy 85.125638 114.411218) (xy 85.144798 114.180005) (xy 85.144798 114.179994) + (xy 85.125638 113.948781) (xy 85.068682 113.723864) (xy 84.975484 113.511393) (xy 84.891186 113.382365) + (xy 84.222962 114.050589) (xy 84.205925 113.987007) (xy 84.140099 113.872993) (xy 84.047007 113.779901) + (xy 83.932993 113.714075) (xy 83.869409 113.697037) (xy 84.538797 113.027647) (xy 84.538797 113.027645) + (xy 84.50836 113.003955) (xy 84.508354 113.003951) (xy 84.304302 112.893523) (xy 84.304293 112.89352) + (xy 84.08486 112.818188) (xy 83.856007 112.78) (xy 83.623993 112.78) (xy 83.395139 112.818188) (xy 83.175706 112.89352) + (xy 83.175697 112.893523) (xy 82.97165 113.003949) (xy 82.9412 113.027647) (xy 83.610591 113.697037) + (xy 83.547007 113.714075) (xy 83.432993 113.779901) (xy 83.339901 113.872993) (xy 83.274075 113.987007) + (xy 83.257037 114.050591) (xy 82.588811 113.382365) (xy 82.579713 113.383309) (xy 82.545737 113.412305) + (xy 82.476506 113.421728) (xy 82.41317 113.392225) (xy 82.391267 113.366947) (xy 82.355313 113.311915) + (xy 82.197223 113.140185) (xy 82.197222 113.140184) (xy 82.19722 113.140182) (xy 82.013017 112.99681) + (xy 82.013015 112.996809) (xy 82.013014 112.996808) (xy 82.013011 112.996806) (xy 81.807733 112.885716) + (xy 81.80773 112.885715) (xy 81.807727 112.885713) (xy 81.807721 112.885711) (xy 81.807719 112.88571) + (xy 81.586954 112.80992) (xy 81.39573 112.778011) (xy 81.356712 112.7715) (xy 81.123288 112.7715) + (xy 81.08427 112.778011) (xy 80.893045 112.80992) (xy 80.802963 112.840846) (xy 80.733164 112.843996) + (xy 80.672743 112.80891) (xy 80.640882 112.746727) (xy 80.6387 112.723565) (xy 80.6387 107.062475) + (xy 84.1715 107.062475) (xy 84.196366 107.251343) (xy 84.203471 107.305308) (xy 84.235168 107.423603) + (xy 84.266865 107.5419) (xy 84.360596 107.768186) (xy 84.360601 107.768197) (xy 84.483061 107.980302) + (xy 84.483072 107.980318) (xy 84.632171 108.174629) (xy 84.632177 108.174636) (xy 84.805363 108.347822) + (xy 84.805369 108.347827) (xy 84.99969 108.496934) (xy 84.999697 108.496938) (xy 85.211802 108.619398) + (xy 85.211807 108.6194) (xy 85.21181 108.619402) (xy 85.324956 108.666268) (xy 85.438099 108.713134) + (xy 85.4381 108.713134) (xy 85.438102 108.713135) (xy 85.674692 108.776529) (xy 85.917532 108.8085) + (xy 85.917539 108.8085) (xy 86.162461 108.8085) (xy 86.162468 108.8085) (xy 86.405308 108.776529) + (xy 86.641898 108.713135) (xy 86.86819 108.619402) (xy 87.08031 108.496934) (xy 87.274631 108.347827) + (xy 87.447827 108.174631) (xy 87.596934 107.98031) (xy 87.719402 107.76819) (xy 87.813135 107.541898) + (xy 87.876529 107.305308) (xy 87.9085 107.062468) (xy 87.9085 106.297532) (xy 87.876529 106.054692) + (xy 87.813135 105.818102) (xy 87.719402 105.59181) (xy 87.7194 105.591807) (xy 87.719398 105.591802) + (xy 87.596938 105.379697) (xy 87.596934 105.37969) (xy 87.552751 105.322109) (xy 87.447828 105.18537) + (xy 87.447822 105.185363) (xy 87.274636 105.012177) (xy 87.274629 105.012171) (xy 87.080318 104.863072) + (xy 87.080316 104.86307) (xy 87.08031 104.863066) (xy 87.080305 104.863063) (xy 87.080302 104.863061) + (xy 86.868197 104.740601) (xy 86.868186 104.740596) (xy 86.6419 104.646865) (xy 86.523603 104.615168) + (xy 86.405308 104.583471) (xy 86.351343 104.576366) (xy 86.162475 104.5515) (xy 86.162468 104.5515) + (xy 85.917532 104.5515) (xy 85.917524 104.5515) (xy 85.701674 104.579918) (xy 85.674692 104.583471) + (xy 85.615544 104.599319) (xy 85.438099 104.646865) (xy 85.211813 104.740596) (xy 85.211802 104.740601) + (xy 84.999697 104.863061) (xy 84.999681 104.863072) (xy 84.80537 105.012171) (xy 84.805363 105.012177) + (xy 84.632177 105.185363) (xy 84.632171 105.18537) (xy 84.483072 105.379681) (xy 84.483061 105.379697) + (xy 84.360601 105.591802) (xy 84.360596 105.591813) (xy 84.266865 105.818099) (xy 84.203471 106.054693) + (xy 84.1715 106.297524) (xy 84.1715 107.062475) (xy 80.6387 107.062475) (xy 80.6387 95.8574) (xy 80.658385 95.790361) + (xy 80.711189 95.744606) (xy 80.7627 95.7334) (xy 82.602495 95.7334) (xy 82.602496 95.733399) (xy 82.724885 95.709055) + (xy 82.840175 95.6613) (xy 82.943933 95.591971) (xy 83.283607 95.252295) (xy 83.344926 95.218813) + (xy 83.411545 95.222697) (xy 83.433049 95.23008) (xy 83.663288 95.2685) (xy 83.896711 95.2685) (xy 83.896712 95.2685) + (xy 84.126951 95.23008) (xy 84.347727 95.154287) (xy 84.553017 95.04319) (xy 84.73722 94.899818) + (xy 84.895314 94.728083) (xy 85.022984 94.532669) (xy 85.116749 94.318907) (xy 85.174051 94.092626) + (xy 85.189462 93.906645) (xy 85.193327 93.860005) (xy 85.193327 93.859994) (xy 85.174051 93.627377) + (xy 85.174051 93.627374) (xy 85.116749 93.401093) (xy 85.022984 93.187331) (xy 84.895314 92.991917) + (xy 84.895313 92.991915) (xy 84.737223 92.820185) (xy 84.737222 92.820184) (xy 84.73722 92.820182) + (xy 84.553017 92.67681) (xy 84.553015 92.676809) (xy 84.553014 92.676808) (xy 84.553011 92.676806) + (xy 84.347733 92.565716) (xy 84.34773 92.565715) (xy 84.347727 92.565713) (xy 84.347721 92.565711) + (xy 84.347719 92.56571) (xy 84.126954 92.48992) (xy 83.93573 92.458011) (xy 83.896712 92.4515) (xy 83.663288 92.4515) + (xy 83.62427 92.458011) (xy 83.433045 92.48992) (xy 83.21228 92.56571) (xy 83.212266 92.565716) + (xy 83.006988 92.676806) (xy 83.006985 92.676808) (xy 82.822781 92.820181) (xy 82.822776 92.820185) + (xy 82.664688 92.991913) (xy 82.633809 93.039178) (xy 82.580662 93.084534) (xy 82.511431 93.093958) + (xy 82.448095 93.064456) (xy 82.426191 93.039178) (xy 82.395311 92.991913) (xy 82.237223 92.820185) + (xy 82.237222 92.820184) (xy 82.23722 92.820182) (xy 82.053017 92.67681) (xy 82.053015 92.676809) + (xy 82.053014 92.676808) (xy 82.053011 92.676806) (xy 81.978481 92.636472) (xy 81.928891 92.587252) + (xy 81.9135 92.527418) (xy 81.9135 88.785266) (xy 81.933185 88.718227) (xy 81.949819 88.697585) + (xy 83.999819 86.647585) (xy 84.061142 86.6141) (xy 84.130834 86.619084) (xy 84.186767 86.660956) + (xy 84.211184 86.72642) (xy 84.2115 86.735266) (xy 84.2115 86.742475) (xy 84.236366 86.931343) (xy 84.243471 86.985308) + (xy 84.275168 87.103603) (xy 84.306865 87.2219) (xy 84.400596 87.448186) (xy 84.400601 87.448197) + (xy 84.523061 87.660302) (xy 84.523072 87.660318) (xy 84.672171 87.854629) (xy 84.672177 87.854636) + (xy 84.845363 88.027822) (xy 84.845369 88.027827) (xy 85.03969 88.176934) (xy 85.039697 88.176938) + (xy 85.251802 88.299398) (xy 85.251807 88.2994) (xy 85.25181 88.299402) (xy 85.364956 88.346268) + (xy 85.478099 88.393134) (xy 85.4781 88.393134) (xy 85.478102 88.393135) (xy 85.714692 88.456529) + (xy 85.957532 88.4885) (xy 85.957539 88.4885) (xy 86.202461 88.4885) (xy 86.202468 88.4885) (xy 86.445308 88.456529) + (xy 86.681898 88.393135) (xy 86.90819 88.299402) (xy 87.12031 88.176934) (xy 87.314631 88.027827) + (xy 87.487827 87.854631) (xy 87.636934 87.66031) (xy 87.759402 87.44819) (xy 87.853135 87.221898) + (xy 87.916529 86.985308) (xy 87.948499 86.742475) (xy 94.9315 86.742475) (xy 94.956366 86.931343) + (xy 94.963471 86.985308) (xy 94.995168 87.103603) (xy 95.026865 87.2219) (xy 95.120596 87.448186) + (xy 95.120601 87.448197) (xy 95.243061 87.660302) (xy 95.243072 87.660318) (xy 95.392171 87.854629) + (xy 95.392177 87.854636) (xy 95.565363 88.027822) (xy 95.565369 88.027827) (xy 95.75969 88.176934) + (xy 95.759697 88.176938) (xy 95.971802 88.299398) (xy 95.971807 88.2994) (xy 95.97181 88.299402) + (xy 96.084956 88.346268) (xy 96.198099 88.393134) (xy 96.1981 88.393134) (xy 96.198102 88.393135) + (xy 96.434692 88.456529) (xy 96.677532 88.4885) (xy 96.677539 88.4885) (xy 96.922461 88.4885) (xy 96.922468 88.4885) + (xy 97.165308 88.456529) (xy 97.401898 88.393135) (xy 97.62819 88.299402) (xy 97.84031 88.176934) + (xy 98.034631 88.027827) (xy 98.207827 87.854631) (xy 98.356934 87.66031) (xy 98.479402 87.44819) + (xy 98.573135 87.221898) (xy 98.636529 86.985308) (xy 98.6685 86.742468) (xy 98.6685 85.977532) + (xy 98.636529 85.734692) (xy 98.573135 85.498102) (xy 98.479402 85.27181) (xy 98.4794 85.271807) + (xy 98.479398 85.271802) (xy 98.356938 85.059697) (xy 98.356934 85.05969) (xy 98.207827 84.865369) + (xy 98.207822 84.865363) (xy 98.034636 84.692177) (xy 98.034629 84.692171) (xy 97.840318 84.543072) + (xy 97.840316 84.54307) (xy 97.84031 84.543066) (xy 97.840305 84.543063) (xy 97.840302 84.543061) + (xy 97.628197 84.420601) (xy 97.628186 84.420596) (xy 97.4019 84.326865) (xy 97.283603 84.295168) + (xy 97.165308 84.263471) (xy 97.111068 84.25633) (xy 96.922475 84.2315) (xy 96.922468 84.2315) (xy 96.677532 84.2315) + (xy 96.677524 84.2315) (xy 96.461674 84.259918) (xy 96.434692 84.263471) (xy 96.375544 84.279319) + (xy 96.198099 84.326865) (xy 95.971813 84.420596) (xy 95.971802 84.420601) (xy 95.759697 84.543061) + (xy 95.759681 84.543072) (xy 95.56537 84.692171) (xy 95.565363 84.692177) (xy 95.392177 84.865363) + (xy 95.392171 84.86537) (xy 95.243072 85.059681) (xy 95.243061 85.059697) (xy 95.120601 85.271802) + (xy 95.120596 85.271813) (xy 95.026865 85.498099) (xy 94.980207 85.672233) (xy 94.966445 85.723595) + (xy 94.963471 85.734693) (xy 94.9315 85.977524) (xy 94.9315 86.742475) (xy 87.948499 86.742475) + (xy 87.9485 86.742468) (xy 87.9485 85.977532) (xy 87.916529 85.734692) (xy 87.853135 85.498102) + (xy 87.759402 85.27181) (xy 87.7594 85.271807) (xy 87.759398 85.271802) (xy 87.636938 85.059697) + (xy 87.636934 85.05969) (xy 87.487827 84.865369) (xy 87.487822 84.865363) (xy 87.314636 84.692177) + (xy 87.314629 84.692171) (xy 87.120318 84.543072) (xy 87.120316 84.54307) (xy 87.12031 84.543066) + (xy 87.120305 84.543063) (xy 87.120302 84.543061) (xy 86.908197 84.420601) (xy 86.908186 84.420596) + (xy 86.681902 84.326866) (xy 86.604357 84.306088) (xy 86.544697 84.269723) (xy 86.514168 84.206875) + (xy 86.522463 84.1375) (xy 86.548767 84.098635) (xy 97.439821 73.207582) (xy 97.501142 73.174099) + (xy 97.570834 73.179083) (xy 97.626767 73.220955) (xy 97.651184 73.286419) (xy 97.6515 73.295265) + (xy 97.6515 74.488654) (xy 97.658011 74.549202) (xy 97.658011 74.549204) (xy 97.68485 74.621159) + (xy 97.709111 74.686204) (xy 97.796739 74.803261) (xy 97.913796 74.890889) (xy 98.050799 74.941989) + (xy 98.07805 74.944918) (xy 98.111345 74.948499) (xy 98.111362 74.9485) (xy 100.008638 74.9485) + (xy 100.008654 74.948499) (xy 100.035692 74.945591) (xy 100.069201 74.941989) (xy 100.206204 74.890889) + (xy 100.323261 74.803261) (xy 100.410889 74.686204) (xy 100.425781 74.646277) (xy 100.467651 74.590347) + (xy 100.533115 74.56593) (xy 100.601388 74.580782) (xy 100.618123 74.591761) (xy 100.786979 74.723187) + (xy 100.786983 74.72319) (xy 100.786985 74.723191) (xy 100.786988 74.723193) (xy 100.848176 74.756306) + (xy 100.992273 74.834287) (xy 101.098503 74.870756) (xy 101.213045 74.910079) (xy 101.213047 74.910079) + (xy 101.213049 74.91008) (xy 101.443288 74.9485) (xy 101.443289 74.9485) (xy 101.676711 74.9485) + (xy 101.676712 74.9485) (xy 101.906951 74.91008) (xy 102.127727 74.834287) (xy 102.333017 74.72319) + (xy 102.51722 74.579818) (xy 102.675314 74.408083) (xy 102.685574 74.39238) (xy 102.711267 74.353053) + (xy 102.764412 74.307695) (xy 102.833644 74.298271) (xy 102.89698 74.327772) (xy 102.9052 74.337258) + (xy 102.908812 74.337633) (xy 103.577037 73.669408) (xy 103.594075 73.732993) (xy 103.659901 73.847007) + (xy 103.752993 73.940099) (xy 103.867007 74.005925) (xy 103.93059 74.022962) (xy 103.261201 74.692351) + (xy 103.291649 74.71605) (xy 103.495697 74.826476) (xy 103.495706 74.826479) (xy 103.715139 74.901811) + (xy 103.943993 74.94) (xy 104.176007 74.94) (xy 104.40486 74.901811) (xy 104.624293 74.826479) (xy 104.624301 74.826476) + (xy 104.828355 74.716047) (xy 104.858797 74.692351) (xy 104.858798 74.69235) (xy 104.18941 74.022962) + (xy 104.252993 74.005925) (xy 104.367007 73.940099) (xy 104.460099 73.847007) (xy 104.525925 73.732993) + (xy 104.542962 73.669409) (xy 105.211186 74.337633) (xy 105.295482 74.208611) (xy 105.388682 73.996135) + (xy 105.445638 73.771218) (xy 105.464798 73.540005) (xy 105.464798 73.539994) (xy 105.445638 73.308781) + (xy 105.388682 73.083864) (xy 105.295484 72.871393) (xy 105.211186 72.742365) (xy 104.542962 73.410589) + (xy 104.525925 73.347007) (xy 104.460099 73.232993) (xy 104.367007 73.139901) (xy 104.252993 73.074075) + (xy 104.189409 73.057037) (xy 104.858797 72.387647) (xy 104.858797 72.387645) (xy 104.82836 72.363955) + (xy 104.828354 72.363951) (xy 104.624302 72.253523) (xy 104.624293 72.25352) (xy 104.40486 72.178188) + (xy 104.176007 72.14) (xy 103.943993 72.14) (xy 103.715139 72.178188) (xy 103.495706 72.25352) (xy 103.495697 72.253523) + (xy 103.29165 72.363949) (xy 103.2612 72.387647) (xy 103.930591 73.057037) (xy 103.867007 73.074075) + (xy 103.752993 73.139901) (xy 103.659901 73.232993) (xy 103.594075 73.347007) (xy 103.577037 73.410591) + (xy 102.908811 72.742365) (xy 102.899713 72.743309) (xy 102.865737 72.772305) (xy 102.796506 72.781728) + (xy 102.73317 72.752225) (xy 102.711267 72.726947) (xy 102.675313 72.671915) (xy 102.517223 72.500185) + (xy 102.517222 72.500184) (xy 102.51722 72.500182) (xy 102.333017 72.35681) (xy 102.333015 72.356809) + (xy 102.333014 72.356808) (xy 102.333011 72.356806) (xy 102.127733 72.245716) (xy 102.12773 72.245715) + (xy 102.127727 72.245713) (xy 102.127721 72.245711) (xy 102.127719 72.24571) (xy 101.906954 72.16992) + (xy 101.71573 72.138011) (xy 101.676712 72.1315) (xy 101.443288 72.1315) (xy 101.40427 72.138011) + (xy 101.213045 72.16992) (xy 100.99228 72.24571) (xy 100.992266 72.245716) (xy 100.786988 72.356806) + (xy 100.786986 72.356807) (xy 100.618123 72.488239) (xy 100.553129 72.513881) (xy 100.484589 72.500314) + (xy 100.434264 72.451846) (xy 100.42578 72.433719) (xy 100.410889 72.393796) (xy 100.406284 72.387645) + (xy 100.323261 72.276739) (xy 100.206204 72.189111) (xy 100.176919 72.178188) (xy 100.069203 72.138011) + (xy 100.008654 72.1315) (xy 100.008638 72.1315) (xy 98.815266 72.1315) (xy 98.748227 72.111815) + (xy 98.702472 72.059011) (xy 98.692528 71.989853) (xy 98.721553 71.926297) (xy 98.727585 71.919819) + (xy 101.478453 69.168951) (xy 104.282691 66.364712) (xy 104.344012 66.331229) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 111.267539 50.895185) (xy 111.313294 50.947989) (xy 111.3245 50.9995) (xy 111.3245 65.425232) + (xy 111.304815 65.492271) (xy 111.252011 65.538026) (xy 111.182853 65.54797) (xy 111.119297 65.518945) + (xy 111.112819 65.512913) (xy 110.823062 65.223157) (xy 110.789577 65.161834) (xy 110.790537 65.105038) + (xy 110.818564 64.994368) (xy 110.818565 64.994359) (xy 110.837156 64.770005) (xy 110.837156 64.769994) + (xy 110.818565 64.54564) (xy 110.818563 64.545628) (xy 110.774638 64.372173) (xy 110.763296 64.327384) + (xy 110.67286 64.121209) (xy 110.637008 64.066334) (xy 110.570585 63.964665) (xy 110.549722 63.932732) + (xy 110.549719 63.932729) (xy 110.549715 63.932723) (xy 110.397243 63.767097) (xy 110.397238 63.767092) + (xy 110.219577 63.628812) (xy 110.219578 63.628812) (xy 110.219576 63.628811) (xy 110.18307 63.609055) + (xy 110.133479 63.559836) (xy 110.118371 63.491619) (xy 110.142541 63.426064) (xy 110.18307 63.390945) + (xy 110.183084 63.390936) (xy 110.219576 63.371189) (xy 110.39724 63.232906) (xy 110.549722 63.067268) + (xy 110.67286 62.878791) (xy 110.763296 62.672616) (xy 110.818564 62.454368) (xy 110.821985 62.413089) + (xy 110.837156 62.230005) (xy 110.837156 62.229994) (xy 110.818565 62.00564) (xy 110.818563 62.005628) + (xy 110.763296 61.787385) (xy 110.739116 61.73226) (xy 110.67286 61.581209) (xy 110.648502 61.543927) + (xy 110.549723 61.392734) (xy 110.549715 61.392723) (xy 110.40451 61.234991) (xy 110.373587 61.172337) + (xy 110.381447 61.102911) (xy 110.425594 61.048755) (xy 110.452405 61.034827) (xy 110.532584 61.00492) + (xy 110.570204 60.990889) (xy 110.687261 60.903261) (xy 110.774889 60.786204) (xy 110.825989 60.649201) + (xy 110.829591 60.615692) (xy 110.832499 60.588654) (xy 110.8325 60.588637) (xy 110.8325 58.791362) + (xy 110.832499 58.791345) (xy 110.829157 58.76027) (xy 110.825989 58.730799) (xy 110.774889 58.593796) + (xy 110.687261 58.476739) (xy 110.570204 58.389111) (xy 110.433203 58.338011) (xy 110.372654 58.3315) + (xy 110.372638 58.3315) (xy 108.575362 58.3315) (xy 108.575345 58.3315) (xy 108.514797 58.338011) + (xy 108.514795 58.338011) (xy 108.377795 58.389111) (xy 108.260739 58.476739) (xy 108.173111 58.593795) + (xy 108.122011 58.730795) (xy 108.122011 58.730797) (xy 108.1155 58.791345) (xy 108.1155 60.588654) + (xy 108.122011 60.649202) (xy 108.122238 60.650163) (xy 108.122196 60.65093) (xy 108.12284 60.656912) + (xy 108.12187 60.657016) (xy 108.118494 60.719932) (xy 108.089241 60.766353) (xy 87.667262 81.188334) + (xy 80.876167 87.979429) (xy 80.832047 88.023549) (xy 80.787927 88.067668) (xy 80.718603 88.171418) + (xy 80.718598 88.171427) (xy 80.670845 88.286714) (xy 80.670843 88.286722) (xy 80.6465 88.409101) + (xy 80.6465 92.271532) (xy 80.626815 92.338571) (xy 80.574011 92.384326) (xy 80.504853 92.39427) + (xy 80.441297 92.365245) (xy 80.434819 92.359213) (xy 76.746367 88.670762) (xy 76.712882 88.609439) + (xy 76.717866 88.539747) (xy 76.759738 88.483814) (xy 76.817862 88.460142) (xy 76.845308 88.456529) + (xy 77.081898 88.393135) (xy 77.30819 88.299402) (xy 77.52031 88.176934) (xy 77.714631 88.027827) + (xy 77.887827 87.854631) (xy 78.036934 87.66031) (xy 78.159402 87.44819) (xy 78.253135 87.221898) + (xy 78.316529 86.985308) (xy 78.3485 86.742468) (xy 78.3485 85.977532) (xy 78.316529 85.734692) + (xy 78.253135 85.498102) (xy 78.159402 85.27181) (xy 78.1594 85.271807) (xy 78.159398 85.271802) + (xy 78.036938 85.059697) (xy 78.036934 85.05969) (xy 77.887827 84.865369) (xy 77.887822 84.865363) + (xy 77.714636 84.692177) (xy 77.714629 84.692171) (xy 77.520318 84.543072) (xy 77.520316 84.54307) + (xy 77.52031 84.543066) (xy 77.520305 84.543063) (xy 77.520302 84.543061) (xy 77.308197 84.420601) + (xy 77.308186 84.420596) (xy 77.0819 84.326865) (xy 76.963603 84.295168) (xy 76.845308 84.263471) + (xy 76.791068 84.25633) (xy 76.602475 84.2315) (xy 76.602468 84.2315) (xy 76.357532 84.2315) (xy 76.357524 84.2315) + (xy 76.141674 84.259918) (xy 76.114692 84.263471) (xy 76.055544 84.279319) (xy 75.878099 84.326865) + (xy 75.651813 84.420596) (xy 75.651802 84.420601) (xy 75.439697 84.543061) (xy 75.439681 84.543072) + (xy 75.24537 84.692171) (xy 75.245363 84.692177) (xy 75.072177 84.865363) (xy 75.072171 84.86537) + (xy 74.923072 85.059681) (xy 74.923061 85.059697) (xy 74.800601 85.271802) (xy 74.800596 85.271813) + (xy 74.706865 85.498099) (xy 74.660207 85.672233) (xy 74.646445 85.723595) (xy 74.643471 85.734693) + (xy 74.6115 85.977524) (xy 74.6115 86.236533) (xy 74.591815 86.303572) (xy 74.539011 86.349327) + (xy 74.469853 86.359271) (xy 74.406297 86.330246) (xy 74.399819 86.324214) (xy 68.720936 80.645331) + (xy 68.720932 80.645328) (xy 68.617181 80.576003) (xy 68.617172 80.575998) (xy 68.501885 80.528245) + (xy 68.501877 80.528243) (xy 68.379498 80.5039) (xy 68.379494 80.5039) (xy 62.549 80.5039) (xy 62.481961 80.484215) + (xy 62.436206 80.431411) (xy 62.425 80.3799) (xy 62.425 80.13) (xy 61.516706 80.13) (xy 61.546558 80.057931) + (xy 61.57 79.94008) (xy 61.57 79.81992) (xy 61.546558 79.702069) (xy 61.516706 79.63) (xy 62.425 79.63) + (xy 62.425 78.917172) (xy 62.424999 78.917155) (xy 62.418598 78.857627) (xy 62.418596 78.85762) + (xy 62.368354 78.722913) (xy 62.36835 78.722906) (xy 62.28219 78.607812) (xy 62.282187 78.607809) + (xy 62.167093 78.521649) (xy 62.167086 78.521645) (xy 62.032379 78.471403) (xy 62.032372 78.471401) + (xy 61.972844 78.465) (xy 61.21 78.465) (xy 61.21 79.323293) (xy 61.137931 79.293442) (xy 61.02008 79.27) + (xy 60.89992 79.27) (xy 60.782069 79.293442) (xy 60.71 79.323293) (xy 60.71 78.465) (xy 59.947155 78.465) + (xy 59.887627 78.471401) (xy 59.88762 78.471403) (xy 59.752913 78.521645) (xy 59.752906 78.521649) + (xy 59.637812 78.607809) (xy 59.637809 78.607812) (xy 59.551649 78.722906) (xy 59.551645 78.722913) + (xy 59.501403 78.85762) (xy 59.501401 78.857627) (xy 59.495 78.917155) (xy 59.495 79.597533) (xy 59.475315 79.664572) + (xy 59.422511 79.710327) (xy 59.353353 79.720271) (xy 59.289797 79.691246) (xy 59.283319 79.685214) + (xy 57.936119 78.338014) (xy 57.902634 78.276691) (xy 57.8998 78.250333) (xy 57.8998 75.877844) + (xy 58.29 75.877844) (xy 58.296401 75.937372) (xy 58.296403 75.937379) (xy 58.346645 76.072086) + (xy 58.346649 76.072093) (xy 58.432809 76.187187) (xy 58.432812 76.18719) (xy 58.547906 76.27335) + (xy 58.547913 76.273354) (xy 58.68262 76.323596) (xy 58.682627 76.323598) (xy 58.742155 76.329999) + (xy 58.742172 76.33) (xy 59.44 76.33) (xy 59.44 75.305277) (xy 59.516306 75.349333) (xy 59.630756 75.38) + (xy 59.749244 75.38) (xy 59.863694 75.349333) (xy 59.94 75.305277) (xy 59.94 76.33) (xy 60.637828 76.33) + (xy 60.637844 76.329999) (xy 60.697372 76.323598) (xy 60.697379 76.323596) (xy 60.832086 76.273354) + (xy 60.832093 76.27335) (xy 60.947187 76.18719) (xy 60.94719 76.187187) (xy 61.03335 76.072093) + (xy 61.033355 76.072084) (xy 61.05894 76.003486) (xy 61.10081 75.947552) (xy 61.166274 75.923134) + (xy 61.234547 75.937985) (xy 61.266349 75.962832) (xy 61.27278 75.969818) (xy 61.456983 76.11319) + (xy 61.456985 76.113191) (xy 61.456988 76.113193) (xy 61.576331 76.177777) (xy 61.662273 76.224287) + (xy 61.776914 76.263643) (xy 61.883045 76.300079) (xy 61.883047 76.300079) (xy 61.883049 76.30008) + (xy 62.113288 76.3385) (xy 62.113289 76.3385) (xy 62.346711 76.3385) (xy 62.346712 76.3385) (xy 62.576951 76.30008) + (xy 62.797727 76.224287) (xy 63.003017 76.11319) (xy 63.18722 75.969818) (xy 63.345314 75.798083) + (xy 63.472984 75.602669) (xy 63.566749 75.388907) (xy 63.624051 75.162626) (xy 63.632618 75.059236) + (xy 63.643327 74.930005) (xy 63.643327 74.929994) (xy 63.62619 74.723187) (xy 63.624051 74.697374) + (xy 63.566749 74.471093) (xy 63.472984 74.257331) (xy 63.414621 74.168) (xy 63.345313 74.061915) + (xy 63.187223 73.890185) (xy 63.187222 73.890184) (xy 63.18722 73.890182) (xy 63.003017 73.74681) + (xy 63.003015 73.746809) (xy 63.003014 73.746808) (xy 63.003011 73.746806) (xy 62.797733 73.635716) + (xy 62.79773 73.635715) (xy 62.797727 73.635713) (xy 62.797721 73.635711) (xy 62.797719 73.63571) + (xy 62.576954 73.55992) (xy 62.39765 73.53) (xy 62.346712 73.5215) (xy 62.113288 73.5215) (xy 62.06724 73.529184) + (xy 61.883045 73.55992) (xy 61.66228 73.63571) (xy 61.662266 73.635716) (xy 61.456988 73.746806) + (xy 61.456985 73.746808) (xy 61.272781 73.890181) (xy 61.272776 73.890185) (xy 61.266346 73.89717) + (xy 61.206457 73.933157) (xy 61.136619 73.931052) (xy 61.079005 73.891524) (xy 61.05894 73.856513) + (xy 61.033355 73.787915) (xy 61.03335 73.787906) (xy 60.94719 73.672812) (xy 60.947187 73.672809) + (xy 60.832093 73.586649) (xy 60.832086 73.586645) (xy 60.697379 73.536403) (xy 60.697372 73.536401) + (xy 60.637844 73.53) (xy 59.94 73.53) (xy 59.94 74.554722) (xy 59.863694 74.510667) (xy 59.749244 74.48) + (xy 59.630756 74.48) (xy 59.516306 74.510667) (xy 59.44 74.554722) (xy 59.44 73.53) (xy 58.742155 73.53) + (xy 58.682627 73.536401) (xy 58.68262 73.536403) (xy 58.547913 73.586645) (xy 58.547906 73.586649) + (xy 58.432812 73.672809) (xy 58.432809 73.672812) (xy 58.346649 73.787906) (xy 58.346645 73.787913) + (xy 58.296403 73.92262) (xy 58.296401 73.922627) (xy 58.29 73.982155) (xy 58.29 74.68) (xy 59.314722 74.68) + (xy 59.270667 74.756306) (xy 59.24 74.870756) (xy 59.24 74.989244) (xy 59.270667 75.103694) (xy 59.314722 75.18) + (xy 58.29 75.18) (xy 58.29 75.877844) (xy 57.8998 75.877844) (xy 57.8998 70.96) (xy 59.381634 70.96) + (xy 59.401065 71.206906) (xy 59.401065 71.206909) (xy 59.401066 71.206911) (xy 59.458885 71.447742) + (xy 59.458886 71.447744) (xy 59.553663 71.676558) (xy 59.553665 71.676562) (xy 59.553666 71.676563) + (xy 59.683075 71.88774) (xy 59.843927 72.076073) (xy 60.03226 72.236925) (xy 60.243437 72.366334) + (xy 60.243439 72.366334) (xy 60.243441 72.366336) (xy 60.294886 72.387645) (xy 60.472258 72.461115) + (xy 60.713089 72.518934) (xy 60.96 72.538366) (xy 61.206911 72.518934) (xy 61.447742 72.461115) + (xy 61.676563 72.366334) (xy 61.88774 72.236925) (xy 62.076073 72.076073) (xy 62.236925 71.88774) + (xy 62.366334 71.676563) (xy 62.461115 71.447742) (xy 62.518934 71.206911) (xy 62.538366 70.96) + (xy 62.518934 70.713089) (xy 62.461115 70.472258) (xy 62.368616 70.248946) (xy 62.366336 70.243441) + (xy 62.357602 70.229189) (xy 62.236925 70.03226) (xy 62.076073 69.843927) (xy 61.88774 69.683075) + (xy 61.676563 69.553666) (xy 61.676562 69.553665) (xy 61.676558 69.553663) (xy 61.447744 69.458886) + (xy 61.447742 69.458885) (xy 61.206911 69.401066) (xy 61.206909 69.401065) (xy 61.206906 69.401065) + (xy 60.96 69.381634) (xy 60.713093 69.401065) (xy 60.713089 69.401066) (xy 60.472258 69.458885) + (xy 60.472256 69.458885) (xy 60.472255 69.458886) (xy 60.243441 69.553663) (xy 60.032259 69.683075) + (xy 59.843927 69.843927) (xy 59.683075 70.032259) (xy 59.553663 70.243441) (xy 59.46104 70.467055) + (xy 59.458885 70.472258) (xy 59.422192 70.625094) (xy 59.401065 70.713093) (xy 59.381634 70.96) + (xy 57.8998 70.96) (xy 57.8998 66.422475) (xy 94.8915 66.422475) (xy 94.916366 66.611343) (xy 94.923471 66.665308) + (xy 94.952155 66.772359) (xy 94.986865 66.9019) (xy 95.080596 67.128186) (xy 95.080601 67.128197) + (xy 95.203061 67.340302) (xy 95.203072 67.340318) (xy 95.352171 67.534629) (xy 95.352177 67.534636) + (xy 95.525363 67.707822) (xy 95.525369 67.707827) (xy 95.71969 67.856934) (xy 95.719697 67.856938) + (xy 95.931802 67.979398) (xy 95.931807 67.9794) (xy 95.93181 67.979402) (xy 96.044956 68.026268) + (xy 96.158099 68.073134) (xy 96.1581 68.073134) (xy 96.158102 68.073135) (xy 96.394692 68.136529) + (xy 96.637532 68.1685) (xy 96.637539 68.1685) (xy 96.882461 68.1685) (xy 96.882468 68.1685) (xy 97.125308 68.136529) + (xy 97.361898 68.073135) (xy 97.58819 67.979402) (xy 97.80031 67.856934) (xy 97.994631 67.707827) + (xy 98.167827 67.534631) (xy 98.316934 67.34031) (xy 98.439402 67.12819) (xy 98.533135 66.901898) + (xy 98.596529 66.665308) (xy 98.6285 66.422468) (xy 98.6285 65.657532) (xy 98.596529 65.414692) + (xy 98.533135 65.178102) (xy 98.531161 65.173337) (xy 98.439403 64.951813) (xy 98.439398 64.951802) + (xy 98.316938 64.739697) (xy 98.316934 64.73969) (xy 98.167827 64.545369) (xy 98.167822 64.545363) + (xy 97.994636 64.372177) (xy 97.994629 64.372171) (xy 97.800318 64.223072) (xy 97.800316 64.22307) + (xy 97.80031 64.223066) (xy 97.800305 64.223063) (xy 97.800302 64.223061) (xy 97.588197 64.100601) + (xy 97.588186 64.100596) (xy 97.3619 64.006865) (xy 97.204405 63.964665) (xy 97.125308 63.943471) + (xy 97.071343 63.936366) (xy 96.882475 63.9115) (xy 96.882468 63.9115) (xy 96.637532 63.9115) (xy 96.637524 63.9115) + (xy 96.421674 63.939918) (xy 96.394692 63.943471) (xy 96.339816 63.958175) (xy 96.158099 64.006865) + (xy 95.931813 64.100596) (xy 95.931802 64.100601) (xy 95.719697 64.223061) (xy 95.719681 64.223072) + (xy 95.52537 64.372171) (xy 95.525363 64.372177) (xy 95.352177 64.545363) (xy 95.352171 64.54537) + (xy 95.203072 64.739681) (xy 95.203061 64.739697) (xy 95.080601 64.951802) (xy 95.080596 64.951813) + (xy 94.986865 65.178099) (xy 94.963324 65.265957) (xy 94.925583 65.406812) (xy 94.923471 65.414693) + (xy 94.8915 65.657524) (xy 94.8915 66.422475) (xy 57.8998 66.422475) (xy 57.8998 62.66) (xy 59.381634 62.66) + (xy 59.401065 62.906906) (xy 59.401065 62.906909) (xy 59.401066 62.906911) (xy 59.458885 63.147742) + (xy 59.458886 63.147744) (xy 59.553663 63.376558) (xy 59.553665 63.376562) (xy 59.553666 63.376563) + (xy 59.683075 63.58774) (xy 59.843927 63.776073) (xy 60.03226 63.936925) (xy 60.243437 64.066334) + (xy 60.243439 64.066334) (xy 60.243441 64.066336) (xy 60.261524 64.073826) (xy 60.472258 64.161115) + (xy 60.713089 64.218934) (xy 60.96 64.238366) (xy 61.206911 64.218934) (xy 61.447742 64.161115) + (xy 61.676563 64.066334) (xy 61.88774 63.936925) (xy 62.076073 63.776073) (xy 62.236925 63.58774) + (xy 62.366334 63.376563) (xy 62.461115 63.147742) (xy 62.518934 62.906911) (xy 62.538366 62.66) + (xy 62.518934 62.413089) (xy 62.461115 62.172258) (xy 62.366334 61.943437) (xy 62.236925 61.73226) + (xy 62.076073 61.543927) (xy 61.88774 61.383075) (xy 61.676563 61.253666) (xy 61.676561 61.253665) + (xy 61.676556 61.253662) (xy 61.579742 61.213561) (xy 61.525338 61.16972) (xy 61.503273 61.103426) + (xy 61.520552 61.035727) (xy 61.571689 60.988116) (xy 61.627194 60.975) (xy 61.972828 60.975) (xy 61.972844 60.974999) + (xy 62.032372 60.968598) (xy 62.032379 60.968596) (xy 62.167086 60.918354) (xy 62.167093 60.91835) + (xy 62.282187 60.83219) (xy 62.28219 60.832187) (xy 62.36835 60.717093) (xy 62.368354 60.717086) + (xy 62.418596 60.582379) (xy 62.418598 60.582372) (xy 62.424999 60.522844) (xy 62.425 60.522827) + (xy 62.425 59.81) (xy 61.516706 59.81) (xy 61.546558 59.737931) (xy 61.57 59.62008) (xy 61.57 59.49992) + (xy 61.546558 59.382069) (xy 61.516706 59.31) (xy 62.425 59.31) (xy 62.425 58.597172) (xy 62.424999 58.597155) + (xy 62.418598 58.537627) (xy 62.418596 58.53762) (xy 62.368354 58.402913) (xy 62.36835 58.402906) + (xy 62.28219 58.287812) (xy 62.282187 58.287809) (xy 62.167093 58.201649) (xy 62.167086 58.201645) + (xy 62.032379 58.151403) (xy 62.032372 58.151401) (xy 61.972844 58.145) (xy 61.21 58.145) (xy 61.21 59.003293) + (xy 61.137931 58.973442) (xy 61.02008 58.95) (xy 60.89992 58.95) (xy 60.782069 58.973442) (xy 60.71 59.003293) + (xy 60.71 58.145) (xy 59.947155 58.145) (xy 59.887627 58.151401) (xy 59.88762 58.151403) (xy 59.752913 58.201645) + (xy 59.752906 58.201649) (xy 59.637812 58.287809) (xy 59.637809 58.287812) (xy 59.551649 58.402906) + (xy 59.551645 58.402913) (xy 59.501403 58.53762) (xy 59.501401 58.537627) (xy 59.495 58.597155) + (xy 59.495 59.31) (xy 60.403294 59.31) (xy 60.373442 59.382069) (xy 60.35 59.49992) (xy 60.35 59.62008) + (xy 60.373442 59.737931) (xy 60.403294 59.81) (xy 59.495 59.81) (xy 59.495 60.522844) (xy 59.501401 60.582372) + (xy 59.501403 60.582379) (xy 59.551645 60.717086) (xy 59.551649 60.717093) (xy 59.637809 60.832187) + (xy 59.637812 60.83219) (xy 59.752906 60.91835) (xy 59.752913 60.918354) (xy 59.88762 60.968596) + (xy 59.887627 60.968598) (xy 59.947155 60.974999) (xy 59.947172 60.975) (xy 60.292806 60.975) (xy 60.359845 60.994685) + (xy 60.4056 61.047489) (xy 60.415544 61.116647) (xy 60.386519 61.180203) (xy 60.340258 61.213561) + (xy 60.243443 61.253662) (xy 60.032259 61.383075) (xy 59.843927 61.543927) (xy 59.683075 61.732259) + (xy 59.553663 61.943441) (xy 59.458886 62.172255) (xy 59.401065 62.413093) (xy 59.381634 62.66) + (xy 57.8998 62.66) (xy 57.8998 62.537905) (xy 57.899799 62.537901) (xy 57.883183 62.454368) (xy 57.875455 62.415515) + (xy 57.8277 62.300225) (xy 57.827699 62.300224) (xy 57.827696 62.300218) (xy 57.758372 62.196468) + (xy 57.719582 62.157678) (xy 57.670133 62.108229) (xy 57.105831 61.543927) (xy 56.537836 60.975931) + (xy 56.537832 60.975928) (xy 56.434081 60.906603) (xy 56.434072 60.906598) (xy 56.318785 60.858845) + (xy 56.318777 60.858843) (xy 56.196398 60.8345) (xy 56.196394 60.8345) (xy 54.107956 60.8345) (xy 54.040917 60.814815) + (xy 54.004148 60.778322) (xy 53.907723 60.630734) (xy 53.907715 60.630723) (xy 53.755243 60.465097) + (xy 53.755238 60.465092) (xy 53.577577 60.326812) (xy 53.577578 60.326812) (xy 53.577576 60.326811) + (xy 53.54107 60.307055) (xy 53.491479 60.257836) (xy 53.476371 60.189619) (xy 53.500541 60.124064) + (xy 53.54107 60.088945) (xy 53.541084 60.088936) (xy 53.577576 60.069189) (xy 53.75524 59.930906) + (xy 53.907722 59.765268) (xy 54.03086 59.576791) (xy 54.121296 59.370616) (xy 54.176564 59.152368) + (xy 54.176565 59.152359) (xy 54.195156 58.928005) (xy 54.195156 58.927994) (xy 54.176565 58.70364) + (xy 54.176563 58.703628) (xy 54.121296 58.485385) (xy 54.034633 58.287812) (xy 54.03086 58.279209) + (xy 53.907722 58.090732) (xy 53.907719 58.090729) (xy 53.907715 58.090723) (xy 53.76251 57.932991) + (xy 53.731587 57.870337) (xy 53.739447 57.800911) (xy 53.783594 57.746755) (xy 53.810405 57.732827) + (xy 53.890584 57.70292) (xy 53.928204 57.688889) (xy 54.045261 57.601261) (xy 54.132889 57.484204) + (xy 54.183989 57.347201) (xy 54.188503 57.305211) (xy 54.190499 57.286654) (xy 54.1905 57.286637) + (xy 54.1905 55.489362) (xy 54.190499 55.489345) (xy 54.187157 55.45827) (xy 54.183989 55.428799) + (xy 54.132889 55.291796) (xy 54.045261 55.174739) (xy 53.928204 55.087111) (xy 53.791203 55.036011) + (xy 53.730654 55.0295) (xy 53.730638 55.0295) (xy 51.933362 55.0295) (xy 51.933345 55.0295) (xy 51.872797 55.036011) + (xy 51.872795 55.036011) (xy 51.735795 55.087111) (xy 51.618739 55.174739) (xy 51.531111 55.291795) + (xy 51.480011 55.428795) (xy 51.480011 55.428797) (xy 51.4735 55.489345) (xy 51.4735 56.799234) + (xy 51.453815 56.866273) (xy 51.437181 56.886915) (xy 51.251667 57.072429) (xy 51.207547 57.116549) + (xy 51.163427 57.160668) (xy 51.102602 57.251699) (xy 51.048989 57.296504) (xy 50.979664 57.305211) + (xy 50.916637 57.275056) (xy 50.879918 57.215613) (xy 50.8755 57.182808) (xy 50.8755 50.9995) (xy 50.895185 50.932461) + (xy 50.947989 50.886706) (xy 50.9995 50.8755) (xy 111.2005 50.8755) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 55.887273 62.121185) (xy 55.907915 62.137819) (xy 56.596481 62.826385) (xy 56.629966 62.887708) + (xy 56.6328 62.914066) (xy 56.6328 69.233433) (xy 56.613115 69.300472) (xy 56.560311 69.346227) + (xy 56.491153 69.356171) (xy 56.427597 69.327146) (xy 56.421119 69.321114) (xy 54.520936 67.420931) + (xy 54.520932 67.420928) (xy 54.417181 67.351603) (xy 54.417172 67.351598) (xy 54.301885 67.303845) + (xy 54.301877 67.303843) (xy 54.179498 67.2795) (xy 54.173433 67.278903) (xy 54.173683 67.27636) + (xy 54.117337 67.259815) (xy 54.071582 67.207011) (xy 54.061638 67.137853) (xy 54.07082 67.10569) + (xy 54.079618 67.085632) (xy 54.121296 66.990616) (xy 54.176564 66.772368) (xy 54.176565 66.772359) + (xy 54.195156 66.548005) (xy 54.195156 66.547994) (xy 54.176565 66.32364) (xy 54.176563 66.323628) + (xy 54.137358 66.168811) (xy 54.121296 66.105384) (xy 54.03086 65.899209) (xy 54.023083 65.887306) + (xy 53.907723 65.710734) (xy 53.907715 65.710723) (xy 53.755243 65.545097) (xy 53.755238 65.545092) + (xy 53.592968 65.418791) (xy 53.577577 65.406811) (xy 53.534303 65.383393) (xy 53.484713 65.334173) + (xy 53.469605 65.265957) (xy 53.493775 65.200401) (xy 53.522198 65.172763) (xy 53.593373 65.122925) + (xy 52.96141 64.490962) (xy 53.024993 64.473925) (xy 53.139007 64.408099) (xy 53.232099 64.315007) + (xy 53.297925 64.200993) (xy 53.314962 64.13741) (xy 53.946925 64.769373) (xy 53.946926 64.769373) + (xy 54.005598 64.685582) (xy 54.0056 64.685578) (xy 54.105429 64.471492) (xy 54.105433 64.471483) + (xy 54.166567 64.243326) (xy 54.166569 64.243315) (xy 54.187157 64.008001) (xy 54.187157 64.007998) + (xy 54.166569 63.772684) (xy 54.166567 63.772673) (xy 54.105433 63.544516) (xy 54.105429 63.544507) + (xy 54.0056 63.330423) (xy 54.005599 63.330421) (xy 53.946925 63.246626) (xy 53.946925 63.246625) + (xy 53.314962 63.878589) (xy 53.297925 63.815007) (xy 53.232099 63.700993) (xy 53.139007 63.607901) + (xy 53.024993 63.542075) (xy 52.961409 63.525037) (xy 53.593373 62.893073) (xy 53.593373 62.893072) + (xy 53.522199 62.843236) (xy 53.478574 62.788659) (xy 53.47138 62.719161) (xy 53.502903 62.656806) + (xy 53.534305 62.632606) (xy 53.545525 62.626534) (xy 53.577576 62.609189) (xy 53.75524 62.470906) + (xy 53.907722 62.305268) (xy 53.961123 62.223531) (xy 54.004148 62.157678) (xy 54.057294 62.112321) + (xy 54.107956 62.1015) (xy 55.820234 62.1015) + ) + ) + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "5853cb2f-1ce5-4f19-8c4b-6bc29a74e4e5") + (hatch edge 0.5) + (priority 1) + (connect_pads + (clearance 0.508) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 50.8 50.8) (xy 111.506 50.8) (xy 111.506 159.004) (xy 50.8 159.004) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 78.513703 106.470053) (xy 78.520181 106.476085) (xy 85.335263 113.291169) (xy 85.335267 113.291172) + (xy 85.439021 113.360499) (xy 85.439023 113.360499) (xy 85.439025 113.360501) (xy 85.554315 113.408255) + (xy 85.554317 113.408255) (xy 85.554322 113.408257) (xy 85.676701 113.432599) (xy 85.676705 113.4326) + (xy 85.676706 113.4326) (xy 97.5275 113.4326) (xy 97.594539 113.452285) (xy 97.640294 113.505089) + (xy 97.6515 113.5566) (xy 97.6515 115.128654) (xy 97.658011 115.189202) (xy 97.658011 115.189204) + (xy 97.687391 115.267971) (xy 97.709111 115.326204) (xy 97.796739 115.443261) (xy 97.913796 115.530889) + (xy 98.050799 115.581989) (xy 98.07805 115.584918) (xy 98.111345 115.588499) (xy 98.111362 115.5885) + (xy 100.008638 115.5885) (xy 100.008654 115.588499) (xy 100.035692 115.585591) (xy 100.069201 115.581989) + (xy 100.206204 115.530889) (xy 100.323261 115.443261) (xy 100.410889 115.326204) (xy 100.425781 115.286277) + (xy 100.467651 115.230347) (xy 100.533115 115.20593) (xy 100.601388 115.220782) (xy 100.618123 115.231761) + (xy 100.778736 115.356771) (xy 100.786983 115.36319) (xy 100.786985 115.363191) (xy 100.786988 115.363193) + (xy 100.840428 115.392113) (xy 100.992273 115.474287) (xy 101.098503 115.510756) (xy 101.213045 115.550079) + (xy 101.213047 115.550079) (xy 101.213049 115.55008) (xy 101.443288 115.5885) (xy 101.443289 115.5885) + (xy 101.676711 115.5885) (xy 101.676712 115.5885) (xy 101.906951 115.55008) (xy 102.127727 115.474287) + (xy 102.333017 115.36319) (xy 102.51722 115.219818) (xy 102.675314 115.048083) (xy 102.711267 114.993053) + (xy 102.764412 114.947695) (xy 102.833644 114.938271) (xy 102.89698 114.967772) (xy 102.9052 114.977258) + (xy 102.908812 114.977633) (xy 103.577037 114.309408) (xy 103.594075 114.372993) (xy 103.659901 114.487007) + (xy 103.752993 114.580099) (xy 103.867007 114.645925) (xy 103.93059 114.662962) (xy 103.261201 115.332351) + (xy 103.291649 115.35605) (xy 103.495697 115.466476) (xy 103.495706 115.466479) (xy 103.715139 115.541811) + (xy 103.943993 115.58) (xy 104.176007 115.58) (xy 104.40486 115.541811) (xy 104.624293 115.466479) + (xy 104.624301 115.466476) (xy 104.828355 115.356047) (xy 104.858797 115.332351) (xy 104.858798 115.33235) + (xy 104.18941 114.662962) (xy 104.252993 114.645925) (xy 104.367007 114.580099) (xy 104.460099 114.487007) + (xy 104.525925 114.372993) (xy 104.542962 114.309409) (xy 105.211186 114.977633) (xy 105.295482 114.848611) + (xy 105.388682 114.636135) (xy 105.445638 114.411218) (xy 105.464798 114.180005) (xy 105.464798 114.179994) + (xy 105.445638 113.948781) (xy 105.388682 113.723864) (xy 105.295484 113.511393) (xy 105.211186 113.382365) + (xy 104.542962 114.050589) (xy 104.525925 113.987007) (xy 104.460099 113.872993) (xy 104.367007 113.779901) + (xy 104.252993 113.714075) (xy 104.189409 113.697037) (xy 104.858797 113.027647) (xy 104.858797 113.027645) + (xy 104.82836 113.003955) (xy 104.82835 113.003948) (xy 104.803785 112.990655) (xy 104.754194 112.941436) + (xy 104.739086 112.87322) (xy 104.763256 112.807664) (xy 104.819031 112.765582) (xy 104.862802 112.7576) + (xy 106.794334 112.7576) (xy 106.861373 112.777285) (xy 106.882015 112.793919) (xy 109.357915 115.269819) + (xy 109.3914 115.331142) (xy 109.386416 115.400834) (xy 109.344544 115.456767) (xy 109.27908 115.481184) + (xy 109.270234 115.4815) (xy 108.575345 115.4815) (xy 108.514797 115.488011) (xy 108.514795 115.488011) + (xy 108.377795 115.539111) (xy 108.260739 115.626739) (xy 108.173111 115.743795) (xy 108.122011 115.880795) + (xy 108.122011 115.880797) (xy 108.1155 115.941345) (xy 108.1155 116.147417) (xy 108.095815 116.214456) + (xy 108.043011 116.260211) (xy 108.038957 116.261976) (xy 108.025627 116.267498) (xy 108.025622 116.2675) + (xy 107.998831 116.278596) (xy 107.998818 116.278603) (xy 107.895067 116.347928) (xy 107.895063 116.347931) + (xy 107.847716 116.39528) (xy 107.786393 116.428766) (xy 107.760034 116.4316) (xy 77.708501 116.4316) + (xy 77.586122 116.455943) (xy 77.586114 116.455945) (xy 77.470827 116.503698) (xy 77.470818 116.503703) + (xy 77.367067 116.573028) (xy 77.367063 116.573031) (xy 70.032095 123.907999) (xy 69.970772 123.941484) + (xy 69.90108 123.9365) (xy 69.845147 123.894628) (xy 69.820838 123.830559) (xy 69.809617 123.69514) + (xy 69.749662 123.458384) (xy 69.651557 123.234726) (xy 69.517976 123.030266) (xy 69.352565 122.850582) + (xy 69.352564 122.850581) (xy 69.352562 122.850579) (xy 69.352558 122.850576) (xy 69.232686 122.757276) + (xy 69.159834 122.700573) (xy 69.159833 122.700572) (xy 68.945042 122.584333) (xy 68.945034 122.58433) + (xy 68.714048 122.505032) (xy 68.473148 122.464834) (xy 68.22892 122.464834) (xy 67.988019 122.505032) + (xy 67.757033 122.58433) (xy 67.757025 122.584333) (xy 67.542234 122.700572) (xy 67.54223 122.700576) + (xy 67.349509 122.850576) (xy 67.349505 122.850579) (xy 67.184093 123.030264) (xy 67.18409 123.030268) + (xy 67.050511 123.234724) (xy 66.952405 123.458385) (xy 66.892451 123.695136) (xy 66.892449 123.695147) + (xy 66.872283 123.938528) (xy 66.872283 123.938539) (xy 66.892449 124.18192) (xy 66.892451 124.181931) + (xy 66.952405 124.418682) (xy 66.989649 124.50359) (xy 66.998552 124.572891) (xy 66.968574 124.636003) + (xy 66.909235 124.672889) (xy 66.876093 124.6774) (xy 63.874967 124.6774) (xy 63.807928 124.657715) + (xy 63.787286 124.641081) (xy 62.654136 123.507931) (xy 62.654132 123.507928) (xy 62.550381 123.438603) + (xy 62.550372 123.438598) (xy 62.435085 123.390845) (xy 62.435079 123.390843) (xy 62.352722 123.374461) + (xy 62.290811 123.342076) (xy 62.263359 123.302656) (xy 62.260523 123.296191) (xy 62.126943 123.091734) + (xy 62.126942 123.091732) (xy 61.961531 122.912048) (xy 61.96153 122.912047) (xy 61.961528 122.912045) + (xy 61.961524 122.912042) (xy 61.823996 122.805) (xy 61.7688 122.762039) (xy 61.768799 122.762038) + (xy 61.554008 122.645799) (xy 61.554 122.645796) (xy 61.323014 122.566498) (xy 61.082114 122.5263) + (xy 60.837886 122.5263) (xy 60.596985 122.566498) (xy 60.365999 122.645796) (xy 60.365991 122.645799) + (xy 60.1512 122.762038) (xy 60.151196 122.762042) (xy 59.958475 122.912042) (xy 59.958471 122.912045) + (xy 59.793059 123.09173) (xy 59.793056 123.091734) (xy 59.659477 123.29619) (xy 59.561371 123.519851) + (xy 59.501417 123.756602) (xy 59.501415 123.756613) (xy 59.481249 123.999994) (xy 59.481249 124.000005) + (xy 59.501415 124.243386) (xy 59.501417 124.243397) (xy 59.561371 124.480148) (xy 59.659477 124.703809) + (xy 59.785647 124.896925) (xy 59.793058 124.908268) (xy 59.901885 125.026486) (xy 59.958471 125.087954) + (xy 59.958475 125.087957) (xy 60.1512 125.237961) (xy 60.365992 125.354201) (xy 60.596988 125.433502) + (xy 60.837886 125.4737) (xy 61.082114 125.4737) (xy 61.323012 125.433502) (xy 61.554008 125.354201) + (xy 61.7688 125.237961) (xy 61.961531 125.087952) (xy 62.104469 124.932679) (xy 62.164354 124.896691) + (xy 62.234192 124.898791) (xy 62.283378 124.928983) (xy 63.157363 125.802969) (xy 63.157367 125.802972) + (xy 63.261121 125.872299) (xy 63.261123 125.872299) (xy 63.261125 125.872301) (xy 63.342647 125.906068) + (xy 63.376415 125.920055) (xy 63.376417 125.920055) (xy 63.376422 125.920057) (xy 63.498801 125.944399) + (xy 63.498805 125.9444) (xy 63.498806 125.9444) (xy 63.498807 125.9444) (xy 63.623594 125.9444) + (xy 68.491734 125.9444) (xy 68.558773 125.964085) (xy 68.604528 126.016889) (xy 68.614472 126.086047) + (xy 68.585447 126.149603) (xy 68.579415 126.156081) (xy 65.939915 128.795581) (xy 65.878592 128.829066) + (xy 65.852234 128.8319) (xy 62.722502 128.8319) (xy 62.600119 128.856243) (xy 62.600114 128.856245) + (xy 62.566348 128.870229) (xy 62.566349 128.87023) (xy 62.484826 128.903998) (xy 62.484822 128.904) + (xy 62.381071 128.973324) (xy 62.381068 128.973326) (xy 62.283377 129.071017) (xy 62.222054 129.104501) + (xy 62.152362 129.099517) (xy 62.104469 129.06732) (xy 61.961531 128.912048) (xy 61.961526 128.912044) + (xy 61.961524 128.912042) (xy 61.83932 128.816927) (xy 61.7688 128.762039) (xy 61.768799 128.762038) + (xy 61.554008 128.645799) (xy 61.554 128.645796) (xy 61.323014 128.566498) (xy 61.082114 128.5263) + (xy 60.837886 128.5263) (xy 60.596985 128.566498) (xy 60.365999 128.645796) (xy 60.365991 128.645799) + (xy 60.1512 128.762038) (xy 60.151196 128.762042) (xy 59.958475 128.912042) (xy 59.958471 128.912045) + (xy 59.793059 129.09173) (xy 59.793056 129.091734) (xy 59.659477 129.29619) (xy 59.561371 129.519851) + (xy 59.501417 129.756602) (xy 59.501415 129.756613) (xy 59.481249 129.999994) (xy 59.481249 130.000005) + (xy 59.501415 130.243386) (xy 59.501417 130.243397) (xy 59.561371 130.480148) (xy 59.659477 130.703809) + (xy 59.793056 130.908265) (xy 59.793058 130.908268) (xy 59.943606 131.071807) (xy 59.958471 131.087954) + (xy 59.958475 131.087957) (xy 60.042923 131.153686) (xy 60.083736 131.210396) (xy 60.087411 131.280169) + (xy 60.054442 131.33922) (xy 58.743715 132.649948) (xy 58.682392 132.683433) (xy 58.6127 132.678449) + (xy 58.556767 132.636577) (xy 58.53235 132.571113) (xy 58.532034 132.562267) (xy 58.532034 128.205707) + (xy 58.532033 128.205703) (xy 58.507691 128.083324) (xy 58.507688 128.083315) (xy 58.483432 128.024755) + (xy 58.459935 127.968027) (xy 58.459931 127.968021) (xy 58.390606 127.864268) (xy 58.390603 127.864265) + (xy 55.012853 124.486516) (xy 54.979368 124.425193) (xy 54.980329 124.368394) (xy 55.027546 124.18194) + (xy 55.027548 124.181931) (xy 55.027549 124.181928) (xy 55.02755 124.18192) (xy 55.047717 123.938539) + (xy 55.047717 123.938528) (xy 55.02755 123.695147) (xy 55.027549 123.695144) (xy 55.027549 123.69514) + (xy 54.980328 123.508669) (xy 54.982953 123.43885) (xy 55.012851 123.390551) (xy 57.350822 121.052581) + (xy 57.412143 121.019098) (xy 57.478763 121.022982) (xy 57.506504 121.032506) (xy 57.535521 121.042468) + (xy 57.77642 121.082666) (xy 58.020648 121.082666) (xy 58.261546 121.042468) (xy 58.492542 120.963167) + (xy 58.707334 120.846927) (xy 58.900065 120.696918) (xy 59.065476 120.517234) (xy 59.199057 120.312774) + (xy 59.297162 120.089116) (xy 59.357117 119.85236) (xy 59.357118 119.852352) (xy 59.377285 119.608971) + (xy 62.542715 119.608971) (xy 62.562881 119.852352) (xy 62.562883 119.852363) (xy 62.622837 120.089114) + (xy 62.720943 120.312775) (xy 62.766763 120.382907) (xy 62.854524 120.517234) (xy 62.876352 120.540946) + (xy 63.019937 120.69692) (xy 63.019941 120.696923) (xy 63.212666 120.846927) (xy 63.427458 120.963167) + (xy 63.658454 121.042468) (xy 63.899352 121.082666) (xy 64.14358 121.082666) (xy 64.384478 121.042468) + (xy 64.615474 120.963167) (xy 64.830266 120.846927) (xy 65.022997 120.696918) (xy 65.188408 120.517234) + (xy 65.321989 120.312774) (xy 65.420094 120.089116) (xy 65.480049 119.85236) (xy 65.48005 119.852352) + (xy 65.500217 119.608971) (xy 65.500217 119.60896) (xy 65.48005 119.365579) (xy 65.480048 119.365568) + (xy 65.420094 119.128817) (xy 65.321988 118.905156) (xy 65.188409 118.7007) (xy 65.188408 118.700698) + (xy 65.022997 118.521014) (xy 65.022996 118.521013) (xy 65.022994 118.521011) (xy 65.02299 118.521008) + (xy 64.848236 118.384992) (xy 64.830266 118.371005) (xy 64.830265 118.371004) (xy 64.615474 118.254765) + (xy 64.615466 118.254762) (xy 64.38448 118.175464) (xy 64.14358 118.135266) (xy 63.899352 118.135266) + (xy 63.658451 118.175464) (xy 63.427465 118.254762) (xy 63.427457 118.254765) (xy 63.212666 118.371004) + (xy 63.212662 118.371008) (xy 63.019941 118.521008) (xy 63.019937 118.521011) (xy 62.854525 118.700696) + (xy 62.854522 118.7007) (xy 62.720943 118.905156) (xy 62.622837 119.128817) (xy 62.562883 119.365568) + (xy 62.562881 119.365579) (xy 62.542715 119.60896) (xy 62.542715 119.608971) (xy 59.377285 119.608971) + (xy 59.377285 119.60896) (xy 59.357118 119.365579) (xy 59.357116 119.365568) (xy 59.297162 119.128817) + (xy 59.199056 118.905156) (xy 59.065477 118.7007) (xy 59.065476 118.700698) (xy 58.900065 118.521014) + (xy 58.900064 118.521013) (xy 58.900062 118.521011) (xy 58.900058 118.521008) (xy 58.725304 118.384992) + (xy 58.707334 118.371005) (xy 58.707333 118.371004) (xy 58.492542 118.254765) (xy 58.492534 118.254762) + (xy 58.261548 118.175464) (xy 58.020648 118.135266) (xy 57.77642 118.135266) (xy 57.535519 118.175464) + (xy 57.304533 118.254762) (xy 57.304525 118.254765) (xy 57.089734 118.371004) (xy 57.08973 118.371008) + (xy 56.897009 118.521008) (xy 56.897005 118.521011) (xy 56.731593 118.700696) (xy 56.73159 118.7007) + (xy 56.598011 118.905156) (xy 56.499905 119.128817) (xy 56.439951 119.365568) (xy 56.439949 119.365579) + (xy 56.419783 119.60896) (xy 56.419783 119.608971) (xy 56.439949 119.852352) (xy 56.439951 119.852364) + (xy 56.48717 120.038827) (xy 56.484544 120.108648) (xy 56.454645 120.156948) (xy 54.116678 122.494915) + (xy 54.055355 122.5284) (xy 53.988736 122.524516) (xy 53.931977 122.505031) (xy 53.69108 122.464834) + (xy 53.446852 122.464834) (xy 53.205951 122.505032) (xy 52.974965 122.58433) (xy 52.974957 122.584333) + (xy 52.760166 122.700572) (xy 52.760162 122.700576) (xy 52.567441 122.850576) (xy 52.567437 122.850579) + (xy 52.402025 123.030264) (xy 52.402022 123.030268) (xy 52.268443 123.234724) (xy 52.170337 123.458385) + (xy 52.110383 123.695136) (xy 52.110381 123.695147) (xy 52.090215 123.938528) (xy 52.090215 123.938539) + (xy 52.110381 124.18192) (xy 52.110383 124.181931) (xy 52.170337 124.418682) (xy 52.268443 124.642343) + (xy 52.38855 124.826178) (xy 52.402024 124.846802) (xy 52.458608 124.908269) (xy 52.567437 125.026488) + (xy 52.567441 125.026491) (xy 52.760166 125.176495) (xy 52.974958 125.292735) (xy 53.205954 125.372036) + (xy 53.446852 125.412234) (xy 53.69108 125.412234) (xy 53.931978 125.372036) (xy 53.988736 125.35255) + (xy 54.058531 125.3494) (xy 54.116678 125.382151) (xy 57.228715 128.494187) (xy 57.2622 128.55551) + (xy 57.265034 128.581868) (xy 57.265034 132.984316) (xy 57.245349 133.051355) (xy 57.200052 133.09337) + (xy 57.089744 133.153066) (xy 57.08973 133.153076) (xy 56.897009 133.303076) (xy 56.897005 133.303079) + (xy 56.731593 133.482764) (xy 56.73159 133.482768) (xy 56.598012 133.687222) (xy 56.518196 133.869185) + (xy 56.47324 133.92267) (xy 56.406504 133.94336) (xy 56.339176 133.924685) (xy 56.316959 133.907055) + (xy 54.238785 131.828881) (xy 54.2053 131.767558) (xy 54.202466 131.7412) (xy 54.202466 131.468182) + (xy 54.222151 131.401143) (xy 54.267449 131.359127) (xy 54.377766 131.299427) (xy 54.570497 131.149418) + (xy 54.735908 130.969734) (xy 54.869489 130.765274) (xy 54.967594 130.541616) (xy 55.027549 130.30486) + (xy 55.02755 130.304852) (xy 55.047717 130.061471) (xy 55.047717 130.06146) (xy 55.02755 129.818079) + (xy 55.027548 129.818068) (xy 54.982595 129.640553) (xy 54.967594 129.581316) (xy 54.869489 129.357658) + (xy 54.863504 129.348498) (xy 54.776048 129.214637) (xy 54.735908 129.153198) (xy 54.570497 128.973514) + (xy 54.570496 128.973513) (xy 54.570494 128.973511) (xy 54.57049 128.973508) (xy 54.437798 128.87023) + (xy 54.377766 128.823505) (xy 54.377765 128.823504) (xy 54.162974 128.707265) (xy 54.162966 128.707262) + (xy 53.93198 128.627964) (xy 53.69108 128.587766) (xy 53.446852 128.587766) (xy 53.205951 128.627964) + (xy 52.974965 128.707262) (xy 52.974957 128.707265) (xy 52.760166 128.823504) (xy 52.760162 128.823508) + (xy 52.567441 128.973508) (xy 52.567437 128.973511) (xy 52.402025 129.153196) (xy 52.402022 129.1532) + (xy 52.268443 129.357656) (xy 52.170337 129.581317) (xy 52.110383 129.818068) (xy 52.110381 129.818079) + (xy 52.090215 130.06146) (xy 52.090215 130.061471) (xy 52.110381 130.304852) (xy 52.110383 130.304863) + (xy 52.170337 130.541614) (xy 52.268443 130.765275) (xy 52.361864 130.908265) (xy 52.402024 130.969734) + (xy 52.554496 131.135363) (xy 52.567437 131.14942) (xy 52.567441 131.149423) (xy 52.618865 131.189448) + (xy 52.760166 131.299427) (xy 52.760169 131.299429) (xy 52.760171 131.29943) (xy 52.870483 131.359127) + (xy 52.920074 131.408346) (xy 52.935466 131.468182) (xy 52.935466 132.117364) (xy 52.959809 132.239743) + (xy 52.959811 132.239751) (xy 53.007564 132.355038) (xy 53.007569 132.355047) (xy 53.076894 132.458798) + (xy 53.076897 132.458802) (xy 56.791397 136.173302) (xy 56.791401 136.173305) (xy 56.895152 136.24263) + (xy 56.895158 136.242633) (xy 56.895159 136.242634) (xy 57.010449 136.290389) (xy 57.132835 136.314733) + (xy 57.132839 136.314734) (xy 57.13284 136.314734) (xy 62.793661 136.314734) (xy 62.793662 136.314733) + (xy 62.916051 136.290389) (xy 63.031341 136.242634) (xy 63.135099 136.173305) (xy 63.473755 135.834647) + (xy 63.535074 135.801165) (xy 63.601693 135.805049) (xy 63.658454 135.824536) (xy 63.658458 135.824536) + (xy 63.658459 135.824537) (xy 63.899352 135.864734) (xy 64.14358 135.864734) (xy 64.384478 135.824536) + (xy 64.615474 135.745235) (xy 64.830266 135.628995) (xy 65.022997 135.478986) (xy 65.188408 135.299302) + (xy 65.321989 135.094842) (xy 65.420094 134.871184) (xy 65.480049 134.634428) (xy 65.483257 134.595713) + (xy 65.500217 134.391039) (xy 65.500217 134.391028) (xy 65.48005 134.147647) (xy 65.480048 134.147636) + (xy 65.456287 134.053808) (xy 65.420094 133.910884) (xy 65.321989 133.687226) (xy 65.321986 133.687222) + (xy 65.193655 133.490797) (xy 65.188408 133.482766) (xy 65.022997 133.303082) (xy 65.022996 133.303081) + (xy 65.022994 133.303079) (xy 65.02299 133.303076) (xy 64.925848 133.227468) (xy 64.830266 133.153073) + (xy 64.830265 133.153072) (xy 64.615474 133.036833) (xy 64.615466 133.03683) (xy 64.38448 132.957532) + (xy 64.14358 132.917334) (xy 63.899352 132.917334) (xy 63.658451 132.957532) (xy 63.427465 133.03683) + (xy 63.427457 133.036833) (xy 63.212666 133.153072) (xy 63.212662 133.153076) (xy 63.019941 133.303076) + (xy 63.019937 133.303079) (xy 62.854525 133.482764) (xy 62.854522 133.482768) (xy 62.720943 133.687224) + (xy 62.622837 133.910885) (xy 62.562883 134.147636) (xy 62.562881 134.147647) (xy 62.542715 134.391028) + (xy 62.542715 134.391039) (xy 62.562881 134.63442) (xy 62.562883 134.634431) (xy 62.610103 134.820895) + (xy 62.607478 134.890715) (xy 62.577579 134.939016) (xy 62.505181 135.011415) (xy 62.443858 135.0449) + (xy 62.417499 135.047734) (xy 59.409516 135.047734) (xy 59.342477 135.028049) (xy 59.296722 134.975245) + (xy 59.286778 134.906087) (xy 59.295962 134.87392) (xy 59.296091 134.873625) (xy 59.297162 134.871184) + (xy 59.357117 134.634428) (xy 59.360325 134.595713) (xy 59.377285 134.391039) (xy 59.377285 134.391028) + (xy 59.357118 134.147647) (xy 59.357117 134.147644) (xy 59.357117 134.14764) (xy 59.309896 133.961169) + (xy 59.312521 133.89135) (xy 59.342419 133.843051) (xy 61.225453 131.960019) (xy 61.286776 131.926534) + (xy 61.313134 131.9237) (xy 67.184695 131.9237) (xy 67.184696 131.923699) (xy 67.307085 131.899355) + (xy 67.422375 131.8516) (xy 67.526133 131.782271) (xy 67.803323 131.505079) (xy 67.864642 131.471597) + (xy 67.931261 131.475481) (xy 67.988022 131.494968) (xy 67.988026 131.494968) (xy 67.988027 131.494969) + (xy 68.22892 131.535166) (xy 68.473148 131.535166) (xy 68.714046 131.494968) (xy 68.945042 131.415667) + (xy 69.159834 131.299427) (xy 69.352565 131.149418) (xy 69.517976 130.969734) (xy 69.651557 130.765274) + (xy 69.749662 130.541616) (xy 69.809617 130.30486) (xy 69.809618 130.304852) (xy 69.829785 130.061471) + (xy 69.829785 130.06146) (xy 69.809618 129.818079) (xy 69.809616 129.818068) (xy 69.764663 129.640553) + (xy 69.749662 129.581316) (xy 69.651557 129.357658) (xy 69.645572 129.348498) (xy 69.558116 129.214637) + (xy 69.517976 129.153198) (xy 69.352565 128.973514) (xy 69.352564 128.973513) (xy 69.352562 128.973511) + (xy 69.352558 128.973508) (xy 69.219866 128.87023) (xy 69.159834 128.823505) (xy 69.159833 128.823504) + (xy 68.945042 128.707265) (xy 68.945034 128.707262) (xy 68.714048 128.627964) (xy 68.473148 128.587766) + (xy 68.238899 128.587766) (xy 68.17186 128.568081) (xy 68.126105 128.515277) (xy 68.116161 128.446119) + (xy 68.145186 128.382563) (xy 68.151218 128.376085) (xy 72.283907 124.243397) (xy 76.675285 119.852019) + (xy 76.736608 119.818534) (xy 76.762966 119.8157) (xy 79.691 119.8157) (xy 79.758039 119.835385) + (xy 79.803794 119.888189) (xy 79.815 119.9397) (xy 79.815 120.27) (xy 80.723294 120.27) (xy 80.693442 120.342069) + (xy 80.67 120.45992) (xy 80.67 120.58008) (xy 80.693442 120.697931) (xy 80.723294 120.77) (xy 79.815 120.77) + (xy 79.815 121.482844) (xy 79.821401 121.542372) (xy 79.821403 121.542379) (xy 79.871645 121.677086) + (xy 79.871649 121.677093) (xy 79.957809 121.792187) (xy 79.957812 121.79219) (xy 80.072906 121.87835) + (xy 80.072913 121.878354) (xy 80.20762 121.928596) (xy 80.207627 121.928598) (xy 80.267155 121.934999) + (xy 80.267172 121.935) (xy 80.612806 121.935) (xy 80.679845 121.954685) (xy 80.7256 122.007489) + (xy 80.735544 122.076647) (xy 80.706519 122.140203) (xy 80.660258 122.173561) (xy 80.563443 122.213662) + (xy 80.352259 122.343075) (xy 80.163927 122.503927) (xy 80.003075 122.692259) (xy 79.873663 122.903441) + (xy 79.779752 123.130165) (xy 79.778885 123.132258) (xy 79.752514 123.242101) (xy 79.721065 123.373093) + (xy 79.701634 123.62) (xy 79.721065 123.866906) (xy 79.721065 123.866909) (xy 79.721066 123.866911) + (xy 79.778885 124.107742) (xy 79.778886 124.107744) (xy 79.873663 124.336558) (xy 79.873665 124.336562) + (xy 79.873666 124.336563) (xy 80.003075 124.54774) (xy 80.163927 124.736073) (xy 80.35226 124.896925) + (xy 80.563437 125.026334) (xy 80.563439 125.026334) (xy 80.563441 125.026336) (xy 80.634786 125.055888) + (xy 80.792258 125.121115) (xy 81.033089 125.178934) (xy 81.28 125.198366) (xy 81.526911 125.178934) + (xy 81.767742 125.121115) (xy 81.996563 125.026334) (xy 82.20774 124.896925) (xy 82.396073 124.736073) + (xy 82.556925 124.54774) (xy 82.686334 124.336563) (xy 82.781115 124.107742) (xy 82.838934 123.866911) + (xy 82.858366 123.62) (xy 82.838934 123.373089) (xy 82.781115 123.132258) (xy 82.694399 122.922907) + (xy 82.686336 122.903441) (xy 82.653944 122.850582) (xy 82.626012 122.805) (xy 84.140001 122.805) + (xy 84.140001 122.978322) (xy 84.150144 123.077607) (xy 84.203452 123.238481) (xy 84.203457 123.238492) + (xy 84.292424 123.382728) (xy 84.292427 123.382732) (xy 84.412267 123.502572) (xy 84.412271 123.502575) + (xy 84.556507 123.591542) (xy 84.556518 123.591547) (xy 84.717393 123.644855) (xy 84.816683 123.654999) + (xy 84.84 123.654998) (xy 84.84 122.805) (xy 85.34 122.805) (xy 85.34 123.654999) (xy 85.363308 123.654999) + (xy 85.363322 123.654998) (xy 85.462607 123.644855) (xy 85.623481 123.591547) (xy 85.623492 123.591542) + (xy 85.767728 123.502575) (xy 85.767732 123.502572) (xy 85.887572 123.382732) (xy 85.887575 123.382728) + (xy 85.976542 123.238492) (xy 85.976547 123.238481) (xy 86.029855 123.077606) (xy 86.039999 122.978322) + (xy 86.04 122.978309) (xy 86.04 122.805) (xy 85.34 122.805) (xy 84.84 122.805) (xy 84.140001 122.805) + (xy 82.626012 122.805) (xy 82.556925 122.69226) (xy 82.396073 122.503927) (xy 82.20774 122.343075) + (xy 82.145607 122.305) (xy 84.14 122.305) (xy 84.84 122.305) (xy 84.84 121.455) (xy 85.34 121.455) + (xy 85.34 122.305) (xy 86.039999 122.305) (xy 86.039999 122.131692) (xy 86.039998 122.131677) (xy 86.029855 122.032392) + (xy 85.976547 121.871518) (xy 85.976542 121.871507) (xy 85.887575 121.727271) (xy 85.887572 121.727267) + (xy 85.767732 121.607427) (xy 85.767728 121.607424) (xy 85.623492 121.518457) (xy 85.623481 121.518452) + (xy 85.462606 121.465144) (xy 85.363322 121.455) (xy 85.34 121.455) (xy 84.84 121.455) (xy 84.84 121.454999) + (xy 84.816693 121.455) (xy 84.816674 121.455001) (xy 84.717392 121.465144) (xy 84.556518 121.518452) + (xy 84.556507 121.518457) (xy 84.412271 121.607424) (xy 84.412267 121.607427) (xy 84.292427 121.727267) + (xy 84.292424 121.727271) (xy 84.203457 121.871507) (xy 84.203452 121.871518) (xy 84.150144 122.032393) + (xy 84.14 122.131677) (xy 84.14 122.305) (xy 82.145607 122.305) (xy 81.996563 122.213666) (xy 81.996561 122.213665) + (xy 81.996556 122.213662) (xy 81.899742 122.173561) (xy 81.845338 122.12972) (xy 81.823273 122.063426) + (xy 81.840552 121.995727) (xy 81.891689 121.948116) (xy 81.947194 121.935) (xy 82.292828 121.935) + (xy 82.292844 121.934999) (xy 82.352372 121.928598) (xy 82.352379 121.928596) (xy 82.487086 121.878354) + (xy 82.487093 121.87835) (xy 82.602187 121.79219) (xy 82.60219 121.792187) (xy 82.68835 121.677093) + (xy 82.688354 121.677086) (xy 82.738596 121.542379) (xy 82.738598 121.542372) (xy 82.744999 121.482844) + (xy 82.745 121.482827) (xy 82.745 120.77) (xy 81.836706 120.77) (xy 81.866558 120.697931) (xy 81.89 120.58008) + (xy 81.89 120.45992) (xy 81.866558 120.342069) (xy 81.836706 120.27) (xy 82.745 120.27) (xy 82.745 119.9397) + (xy 82.764685 119.872661) (xy 82.817489 119.826906) (xy 82.869 119.8157) (xy 107.787333 119.8157) + (xy 107.854372 119.835385) (xy 107.875014 119.852019) (xy 107.895063 119.872068) (xy 107.895067 119.872071) + (xy 107.998818 119.941396) (xy 107.998824 119.941399) (xy 107.998825 119.9414) (xy 108.114115 119.989155) + (xy 108.155262 119.997339) (xy 108.218314 120.009882) (xy 108.280225 120.042267) (xy 108.297931 120.063677) + (xy 108.398276 120.217265) (xy 108.398284 120.217276) (xy 108.550756 120.382902) (xy 108.55076 120.382906) + (xy 108.728424 120.521189) (xy 108.728429 120.521191) (xy 108.728431 120.521193) (xy 108.76493 120.540946) + (xy 108.81452 120.590165) (xy 108.829628 120.658382) (xy 108.805457 120.723937) (xy 108.76493 120.759054) + (xy 108.728431 120.778806) (xy 108.728422 120.778812) (xy 108.550761 120.917092) (xy 108.550756 120.917097) + (xy 108.398284 121.082723) (xy 108.398276 121.082734) (xy 108.27514 121.271207) (xy 108.184703 121.477385) + (xy 108.129436 121.695628) (xy 108.129434 121.69564) (xy 108.110844 121.919994) (xy 108.110844 121.920005) + (xy 108.129434 122.144359) (xy 108.129436 122.144371) (xy 108.184703 122.362614) (xy 108.27514 122.568792) + (xy 108.398276 122.757265) (xy 108.398284 122.757276) (xy 108.540764 122.912048) (xy 108.55076 122.922906) + (xy 108.728424 123.061189) (xy 108.728429 123.061191) (xy 108.728431 123.061193) (xy 108.76493 123.080946) + (xy 108.81452 123.130165) (xy 108.829628 123.198382) (xy 108.805457 123.263937) (xy 108.76493 123.299054) + (xy 108.728431 123.318806) (xy 108.728422 123.318812) (xy 108.550761 123.457092) (xy 108.550756 123.457097) + (xy 108.398284 123.622723) (xy 108.398276 123.622734) (xy 108.27514 123.811207) (xy 108.184703 124.017385) + (xy 108.129436 124.235628) (xy 108.129434 124.23564) (xy 108.110844 124.459994) (xy 108.110844 124.460005) + (xy 108.129434 124.684359) (xy 108.129436 124.684371) (xy 108.184703 124.902614) (xy 108.27514 125.108792) + (xy 108.398276 125.297265) (xy 108.398284 125.297276) (xy 108.523691 125.433502) (xy 108.55076 125.462906) + (xy 108.728424 125.601189) (xy 108.728425 125.601189) (xy 108.728427 125.601191) (xy 108.855135 125.669761) + (xy 108.926426 125.708342) (xy 109.005806 125.735593) (xy 109.144216 125.78311) (xy 109.143479 125.785254) + (xy 109.195435 125.815964) (xy 109.226814 125.878391) (xy 109.219461 125.947872) (xy 109.192502 125.988292) + (xy 108.440181 126.740614) (xy 108.378858 126.774099) (xy 108.309167 126.769115) (xy 108.253233 126.727243) + (xy 108.228816 126.661779) (xy 108.2285 126.652933) (xy 108.2285 126.617538) (xy 108.228499 126.617524) + (xy 108.21648 126.526232) (xy 108.196529 126.374692) (xy 108.133135 126.138102) (xy 108.039402 125.91181) + (xy 108.0394 125.911807) (xy 108.039398 125.911802) (xy 107.916938 125.699697) (xy 107.916934 125.69969) + (xy 107.873994 125.643729) (xy 107.767828 125.50537) (xy 107.767822 125.505363) (xy 107.594636 125.332177) + (xy 107.594629 125.332171) (xy 107.400318 125.183072) (xy 107.400311 125.183067) (xy 107.40031 125.183066) + (xy 107.400305 125.183063) (xy 107.400302 125.183061) (xy 107.188197 125.060601) (xy 107.188186 125.060596) + (xy 106.9619 124.966865) (xy 106.82052 124.928983) (xy 106.725308 124.903471) (xy 106.671343 124.896366) + (xy 106.482475 124.8715) (xy 106.482468 124.8715) (xy 106.237532 124.8715) (xy 106.237524 124.8715) + (xy 106.021674 124.899918) (xy 105.994692 124.903471) (xy 105.976786 124.908269) (xy 105.758099 124.966865) + (xy 105.531813 125.060596) (xy 105.531802 125.060601) (xy 105.319697 125.183061) (xy 105.319681 125.183072) + (xy 105.12537 125.332171) (xy 105.125363 125.332177) (xy 104.952177 125.505363) (xy 104.952171 125.50537) + (xy 104.803072 125.699681) (xy 104.803061 125.699697) (xy 104.680601 125.911802) (xy 104.680596 125.911813) + (xy 104.586865 126.138099) (xy 104.523471 126.374693) (xy 104.4915 126.617524) (xy 104.4915 127.382475) + (xy 104.506313 127.494984) (xy 104.523471 127.625308) (xy 104.524757 127.630106) (xy 104.586865 127.8619) + (xy 104.680596 128.088186) (xy 104.680601 128.088197) (xy 104.803061 128.300302) (xy 104.803072 128.300318) + (xy 104.952171 128.494629) (xy 104.952177 128.494636) (xy 105.125363 128.667822) (xy 105.125369 128.667827) + (xy 105.31969 128.816934) (xy 105.319697 128.816938) (xy 105.531802 128.939398) (xy 105.531807 128.9394) + (xy 105.53181 128.939402) (xy 105.614157 128.973511) (xy 105.758099 129.033134) (xy 105.7581 129.033134) + (xy 105.758102 129.033135) (xy 105.857879 129.05987) (xy 105.91754 129.096235) (xy 105.948069 129.159082) + (xy 105.939774 129.228458) (xy 105.913467 129.267326) (xy 103.793968 131.386826) (xy 103.732645 131.420311) + (xy 103.662953 131.415327) (xy 103.618608 131.386828) (xy 101.931629 129.699925) (xy 101.931625 129.699921) + (xy 101.914628 129.682923) (xy 101.912978 129.68182) (xy 101.851212 129.640552) (xy 101.851211 129.64055) + (xy 101.810869 129.613596) (xy 101.75632 129.591002) (xy 101.75632 129.591001) (xy 101.756318 129.591001) + (xy 101.695585 129.565845) (xy 101.695583 129.565844) (xy 101.695577 129.565842) (xy 101.649074 129.556592) + (xy 101.573206 129.541501) (xy 101.573186 129.541499) (xy 101.573179 129.541499) (xy 101.531583 129.5415) + (xy 91.837795 129.5415) (xy 91.770756 129.521815) (xy 91.725001 129.469011) (xy 91.720089 129.456503) + (xy 91.702117 129.402266) (xy 91.702115 129.402262) (xy 91.60903 129.251348) (xy 91.483652 129.12597) + (xy 91.388562 129.067318) (xy 91.33274 129.032886) (xy 91.332735 129.032884) (xy 91.164427 128.977113) + (xy 91.060546 128.9665) (xy 90.259462 128.9665) (xy 90.259446 128.966501) (xy 90.155572 128.977113) + (xy 89.987264 129.032884) (xy 89.987259 129.032886) (xy 89.836346 129.125971) (xy 89.747681 129.214637) + (xy 89.686358 129.248122) (xy 89.616666 129.243138) (xy 89.572319 129.214637) (xy 89.483653 129.125971) + (xy 89.483652 129.12597) (xy 89.388562 129.067318) (xy 89.33274 129.032886) (xy 89.332735 129.032884) + (xy 89.164427 128.977113) (xy 89.060552 128.9665) (xy 88.406264 128.9665) (xy 88.339225 128.946815) + (xy 88.29347 128.894011) (xy 88.283526 128.824853) (xy 88.312551 128.761297) (xy 88.318565 128.754837) + (xy 88.977071 128.096333) (xy 89.0464 127.992575) (xy 89.094155 127.877285) (xy 89.1185 127.754894) + (xy 89.1185 127.630106) (xy 89.1185 127.600523) (xy 89.138185 127.533484) (xy 89.177401 127.494986) + (xy 89.308652 127.41403) (xy 89.340207 127.382475) (xy 94.8915 127.382475) (xy 94.906313 127.494984) + (xy 94.923471 127.625308) (xy 94.924757 127.630106) (xy 94.986865 127.8619) (xy 95.080596 128.088186) + (xy 95.080601 128.088197) (xy 95.203061 128.300302) (xy 95.203072 128.300318) (xy 95.352171 128.494629) + (xy 95.352177 128.494636) (xy 95.525363 128.667822) (xy 95.525369 128.667827) (xy 95.71969 128.816934) + (xy 95.719697 128.816938) (xy 95.931802 128.939398) (xy 95.931807 128.9394) (xy 95.93181 128.939402) + (xy 96.014157 128.973511) (xy 96.158099 129.033134) (xy 96.1581 129.033134) (xy 96.158102 129.033135) + (xy 96.394692 129.096529) (xy 96.637532 129.1285) (xy 96.637539 129.1285) (xy 96.882461 129.1285) + (xy 96.882468 129.1285) (xy 97.125308 129.096529) (xy 97.361898 129.033135) (xy 97.58819 128.939402) + (xy 97.80031 128.816934) (xy 97.994631 128.667827) (xy 98.167827 128.494631) (xy 98.316934 128.30031) + (xy 98.439402 128.08819) (xy 98.533135 127.861898) (xy 98.596529 127.625308) (xy 98.6285 127.382468) + (xy 98.6285 126.617532) (xy 98.596529 126.374692) (xy 98.533135 126.138102) (xy 98.439402 125.91181) + (xy 98.4394 125.911807) (xy 98.439398 125.911802) (xy 98.316938 125.699697) (xy 98.316934 125.69969) + (xy 98.273994 125.643729) (xy 98.167828 125.50537) (xy 98.167822 125.505363) (xy 97.994636 125.332177) + (xy 97.994629 125.332171) (xy 97.800318 125.183072) (xy 97.800311 125.183067) (xy 97.80031 125.183066) + (xy 97.800305 125.183063) (xy 97.800302 125.183061) (xy 97.588197 125.060601) (xy 97.588186 125.060596) + (xy 97.3619 124.966865) (xy 97.22052 124.928983) (xy 97.125308 124.903471) (xy 97.071343 124.896366) + (xy 96.882475 124.8715) (xy 96.882468 124.8715) (xy 96.637532 124.8715) (xy 96.637524 124.8715) + (xy 96.421674 124.899918) (xy 96.394692 124.903471) (xy 96.376786 124.908269) (xy 96.158099 124.966865) + (xy 95.931813 125.060596) (xy 95.931802 125.060601) (xy 95.719697 125.183061) (xy 95.719681 125.183072) + (xy 95.52537 125.332171) (xy 95.525363 125.332177) (xy 95.352177 125.505363) (xy 95.352171 125.50537) + (xy 95.203072 125.699681) (xy 95.203061 125.699697) (xy 95.080601 125.911802) (xy 95.080596 125.911813) + (xy 94.986865 126.138099) (xy 94.923471 126.374693) (xy 94.8915 126.617524) (xy 94.8915 127.382475) + (xy 89.340207 127.382475) (xy 89.43403 127.288652) (xy 89.527115 127.137738) (xy 89.582887 126.969426) + (xy 89.5935 126.865545) (xy 89.593499 125.864456) (xy 89.582887 125.760574) (xy 89.527115 125.592262) + (xy 89.43403 125.441348) (xy 89.308652 125.31597) (xy 89.177402 125.235013) (xy 89.130678 125.183067) + (xy 89.1185 125.129476) (xy 89.1185 123.515187) (xy 89.138185 123.448148) (xy 89.154819 123.427506) + (xy 89.194285 123.38804) (xy 89.284302 123.242101) (xy 89.338236 123.079336) (xy 89.3485 122.978872) + (xy 89.3485 122.131128) (xy 89.338236 122.030664) (xy 89.284302 121.867899) (xy 89.284298 121.867893) + (xy 89.284297 121.86789) (xy 89.194287 121.721963) (xy 89.194284 121.721959) (xy 89.07304 121.600715) + (xy 89.073036 121.600712) (xy 88.927109 121.510702) (xy 88.927103 121.510699) (xy 88.927101 121.510698) + (xy 88.764336 121.456764) (xy 88.663879 121.4465) (xy 88.663872 121.4465) (xy 88.116128 121.4465) + (xy 88.11612 121.4465) (xy 88.015663 121.456764) (xy 87.852901 121.510697) (xy 87.85289 121.510702) + (xy 87.706963 121.600712) (xy 87.706959 121.600715) (xy 87.585715 121.721959) (xy 87.585712 121.721963) + (xy 87.495702 121.86789) (xy 87.495697 121.867901) (xy 87.441764 122.030663) (xy 87.4315 122.13112) + (xy 87.4315 122.978879) (xy 87.441764 123.079336) (xy 87.495697 123.242098) (xy 87.495702 123.242109) + (xy 87.585712 123.388036) (xy 87.585715 123.38804) (xy 87.70696 123.509285) (xy 87.792598 123.562108) + (xy 87.839321 123.614054) (xy 87.8515 123.667645) (xy 87.8515 125.129476) (xy 87.831815 125.196515) + (xy 87.792598 125.235013) (xy 87.705186 125.28893) (xy 87.661346 125.315971) (xy 87.572681 125.404637) + (xy 87.511358 125.438122) (xy 87.441666 125.433138) (xy 87.397319 125.404637) (xy 87.308653 125.315971) + (xy 87.308652 125.31597) (xy 87.18218 125.237961) (xy 87.15774 125.222886) (xy 87.157735 125.222884) + (xy 86.989427 125.167113) (xy 86.885546 125.1565) (xy 86.084462 125.1565) (xy 86.084446 125.156501) + (xy 85.980572 125.167113) (xy 85.812264 125.222884) (xy 85.812259 125.222886) (xy 85.661346 125.315971) + (xy 85.535971 125.441346) (xy 85.442886 125.592259) (xy 85.442884 125.592264) (xy 85.387113 125.760572) + (xy 85.3765 125.864447) (xy 85.3765 126.526232) (xy 85.356815 126.593271) (xy 85.340181 126.613913) + (xy 81.628627 130.325467) (xy 81.567304 130.358952) (xy 81.531218 130.361404) (xy 81.28 130.341634) + (xy 81.033093 130.361065) (xy 81.033089 130.361066) (xy 80.792258 130.418885) (xy 80.792256 130.418885) + (xy 80.792255 130.418886) (xy 80.563441 130.513663) (xy 80.352259 130.643075) (xy 80.163927 130.803927) + (xy 80.003075 130.992259) (xy 79.873663 131.203441) (xy 79.778886 131.432255) (xy 79.778885 131.432258) + (xy 79.754179 131.535166) (xy 79.721065 131.673093) (xy 79.701634 131.92) (xy 79.721065 132.166906) + (xy 79.721065 132.166909) (xy 79.721066 132.166911) (xy 79.778885 132.407742) (xy 79.778886 132.407744) + (xy 79.873663 132.636558) (xy 79.873665 132.636562) (xy 79.873666 132.636563) (xy 80.003075 132.84774) + (xy 80.163927 133.036073) (xy 80.35226 133.196925) (xy 80.563437 133.326334) (xy 80.563439 133.326334) + (xy 80.563441 133.326336) (xy 80.629736 133.353796) (xy 80.792258 133.421115) (xy 81.033089 133.478934) + (xy 81.28 133.498366) (xy 81.526911 133.478934) (xy 81.767742 133.421115) (xy 81.996563 133.326334) + (xy 82.20774 133.196925) (xy 82.396073 133.036073) (xy 82.556925 132.84774) (xy 82.686334 132.636563) + (xy 82.781115 132.407742) (xy 82.838934 132.166911) (xy 82.858366 131.92) (xy 82.838934 131.673089) + (xy 82.781115 131.432258) (xy 82.686334 131.203437) (xy 82.682745 131.19758) (xy 82.664501 131.130134) + (xy 82.685618 131.063532) (xy 82.700786 131.045116) (xy 83.27982 130.466083) (xy 83.341142 130.432599) + (xy 83.410834 130.437583) (xy 83.466767 130.479455) (xy 83.491184 130.544919) (xy 83.4915 130.553765) + (xy 83.4915 130.731507) (xy 83.494437 130.768829) (xy 83.494438 130.768835) (xy 83.540853 130.928596) + (xy 83.540855 130.928601) (xy 83.625544 131.071803) (xy 83.625551 131.071812) (xy 83.743187 131.189448) + (xy 83.743196 131.189455) (xy 83.794165 131.219598) (xy 83.886399 131.274145) (xy 83.907134 131.280169) + (xy 84.046164 131.320561) (xy 84.046167 131.320561) (xy 84.046169 131.320562) (xy 84.083498 131.3235) + (xy 85.2425 131.3235) (xy 85.309539 131.343185) (xy 85.355294 131.395989) (xy 85.3665 131.4475) + (xy 85.3665 131.681507) (xy 85.369437 131.718829) (xy 85.369438 131.718835) (xy 85.415853 131.878596) + (xy 85.415855 131.878601) (xy 85.500544 132.021803) (xy 85.500551 132.021812) (xy 85.618187 132.139448) + (xy 85.618191 132.139451) (xy 85.618193 132.139453) (xy 85.761399 132.224145) (xy 85.80353 132.236385) + (xy 85.921164 132.270561) (xy 85.921167 132.270561) (xy 85.921169 132.270562) (xy 85.958498 132.2735) + (xy 86.473734 132.2735) (xy 86.540773 132.293185) (xy 86.561415 132.309819) (xy 99.776415 145.524819) + (xy 99.8099 145.586142) (xy 99.804916 145.655834) (xy 99.763044 145.711767) (xy 99.69758 145.736184) + (xy 99.688734 145.7365) (xy 93.343766 145.7365) (xy 93.276727 145.716815) (xy 93.256085 145.700181) + (xy 83.940219 136.384315) (xy 83.906734 136.322992) (xy 83.907695 136.266193) (xy 83.944048 136.122638) + (xy 83.944048 136.122637) (xy 83.944051 136.122626) (xy 83.944052 136.122617) (xy 83.963327 135.890005) + (xy 83.963327 135.889994) (xy 83.94619 135.683187) (xy 83.944051 135.657374) (xy 83.886749 135.431093) + (xy 83.792984 135.217331) (xy 83.679102 135.043021) (xy 83.665313 135.021915) (xy 83.507223 134.850185) + (xy 83.507222 134.850184) (xy 83.50722 134.850182) (xy 83.323017 134.70681) (xy 83.323015 134.706809) + (xy 83.323014 134.706808) (xy 83.323011 134.706806) (xy 83.117733 134.595716) (xy 83.11773 134.595715) + (xy 83.117727 134.595713) (xy 83.117721 134.595711) (xy 83.117719 134.59571) (xy 82.896954 134.51992) + (xy 82.71765 134.49) (xy 82.666712 134.4815) (xy 82.433288 134.4815) (xy 82.38724 134.489184) (xy 82.203045 134.51992) + (xy 81.98228 134.59571) (xy 81.982266 134.595716) (xy 81.776988 134.706806) (xy 81.776985 134.706808) + (xy 81.592781 134.850181) (xy 81.592776 134.850185) (xy 81.586346 134.85717) (xy 81.526457 134.893157) + (xy 81.456619 134.891052) (xy 81.399005 134.851524) (xy 81.37894 134.816513) (xy 81.353355 134.747915) + (xy 81.35335 134.747906) (xy 81.26719 134.632812) (xy 81.267187 134.632809) (xy 81.152093 134.546649) + (xy 81.152086 134.546645) (xy 81.017379 134.496403) (xy 81.017372 134.496401) (xy 80.957844 134.49) + (xy 80.26 134.49) (xy 80.26 135.514722) (xy 80.183694 135.470667) (xy 80.069244 135.44) (xy 79.950756 135.44) + (xy 79.836306 135.470667) (xy 79.76 135.514722) (xy 79.76 134.49) (xy 79.062155 134.49) (xy 79.002627 134.496401) + (xy 79.00262 134.496403) (xy 78.867913 134.546645) (xy 78.867906 134.546649) (xy 78.752812 134.632809) + (xy 78.752809 134.632812) (xy 78.666649 134.747906) (xy 78.666645 134.747913) (xy 78.616403 134.88262) + (xy 78.616401 134.882627) (xy 78.61 134.942155) (xy 78.61 135.64) (xy 79.634722 135.64) (xy 79.590667 135.716306) + (xy 79.56 135.830756) (xy 79.56 135.949244) (xy 79.590667 136.063694) (xy 79.634722 136.14) (xy 78.61 136.14) + (xy 78.61 136.837844) (xy 78.616401 136.897372) (xy 78.616403 136.897379) (xy 78.666645 137.032086) + (xy 78.666649 137.032093) (xy 78.752809 137.147187) (xy 78.752812 137.14719) (xy 78.867906 137.23335) + (xy 78.867913 137.233354) (xy 79.00262 137.283596) (xy 79.002627 137.283598) (xy 79.062155 137.289999) + (xy 79.062172 137.29) (xy 79.76 137.29) (xy 79.76 136.265277) (xy 79.836306 136.309333) (xy 79.950756 136.34) + (xy 80.069244 136.34) (xy 80.183694 136.309333) (xy 80.26 136.265277) (xy 80.26 137.29) (xy 80.957828 137.29) + (xy 80.957844 137.289999) (xy 81.017372 137.283598) (xy 81.017379 137.283596) (xy 81.152086 137.233354) + (xy 81.152093 137.23335) (xy 81.267187 137.14719) (xy 81.26719 137.147187) (xy 81.35335 137.032093) + (xy 81.353355 137.032084) (xy 81.37894 136.963486) (xy 81.42081 136.907552) (xy 81.486274 136.883134) + (xy 81.554547 136.897985) (xy 81.586349 136.922832) (xy 81.59278 136.929818) (xy 81.776983 137.07319) + (xy 81.776985 137.073191) (xy 81.776988 137.073193) (xy 81.896331 137.137777) (xy 81.982273 137.184287) + (xy 82.096914 137.223643) (xy 82.203045 137.260079) (xy 82.203047 137.260079) (xy 82.203049 137.26008) + (xy 82.433288 137.2985) (xy 82.433289 137.2985) (xy 82.666712 137.2985) (xy 82.896951 137.26008) + (xy 82.918447 137.252699) (xy 82.988243 137.249547) (xy 83.046394 137.282298) (xy 88.588915 142.824819) + (xy 88.6224 142.886142) (xy 88.617416 142.955834) (xy 88.575544 143.011767) (xy 88.51008 143.036184) + (xy 88.501234 143.0365) (xy 87.99112 143.0365) (xy 87.890663 143.046764) (xy 87.727901 143.100697) + (xy 87.72789 143.100702) (xy 87.581963 143.190712) (xy 87.581959 143.190715) (xy 87.460715 143.311959) + (xy 87.460712 143.311963) (xy 87.370702 143.45789) (xy 87.370697 143.457901) (xy 87.316764 143.620663) + (xy 87.3065 143.72112) (xy 87.3065 144.568879) (xy 87.316763 144.669336) (xy 87.341209 144.743109) + (xy 87.355206 144.785349) (xy 87.3615 144.82435) (xy 87.3615 146.719476) (xy 87.341815 146.786515) + (xy 87.302598 146.825013) (xy 87.242519 146.862071) (xy 87.171346 146.905971) (xy 87.082681 146.994637) + (xy 87.021358 147.028122) (xy 86.951666 147.023138) (xy 86.907319 146.994637) (xy 86.818653 146.905971) + (xy 86.818652 146.90597) (xy 86.667738 146.812885) (xy 86.667735 146.812884) (xy 86.499427 146.757113) + (xy 86.395546 146.7465) (xy 85.594462 146.7465) (xy 85.594446 146.746501) (xy 85.490572 146.757113) + (xy 85.322264 146.812884) (xy 85.322259 146.812886) (xy 85.171346 146.905971) (xy 85.045971 147.031346) + (xy 84.952886 147.182259) (xy 84.952884 147.182264) (xy 84.897113 147.350572) (xy 84.8865 147.454447) + (xy 84.8865 147.686233) (xy 84.866815 147.753272) (xy 84.850181 147.773914) (xy 81.909391 150.714703) + (xy 81.848068 150.748188) (xy 81.778376 150.743204) (xy 81.774261 150.741584) (xy 81.767747 150.738886) + (xy 81.767742 150.738884) (xy 81.526907 150.681065) (xy 81.526908 150.681065) (xy 81.28 150.661634) + (xy 81.033093 150.681065) (xy 81.033089 150.681066) (xy 80.792258 150.738885) (xy 80.792256 150.738885) + (xy 80.792255 150.738886) (xy 80.563441 150.833663) (xy 80.352259 150.963075) (xy 80.163927 151.123927) + (xy 80.003075 151.312259) (xy 79.873663 151.523441) (xy 79.778886 151.752255) (xy 79.778885 151.752258) + (xy 79.758156 151.8386) (xy 79.721065 151.993093) (xy 79.701634 152.24) (xy 79.721065 152.486906) + (xy 79.721065 152.486909) (xy 79.721066 152.486911) (xy 79.778885 152.727742) (xy 79.778886 152.727744) + (xy 79.873663 152.956558) (xy 79.873665 152.956562) (xy 79.873666 152.956563) (xy 80.003075 153.16774) + (xy 80.163927 153.356073) (xy 80.35226 153.516925) (xy 80.563437 153.646334) (xy 80.563439 153.646334) + (xy 80.563441 153.646336) (xy 80.579064 153.652807) (xy 80.792258 153.741115) (xy 81.033089 153.798934) + (xy 81.28 153.818366) (xy 81.526911 153.798934) (xy 81.767742 153.741115) (xy 81.996563 153.646334) + (xy 82.20774 153.516925) (xy 82.396073 153.356073) (xy 82.556925 153.16774) (xy 82.686334 152.956563) + (xy 82.781115 152.727742) (xy 82.838934 152.486911) (xy 82.858366 152.24) (xy 82.838934 151.993089) + (xy 82.781115 151.752258) (xy 82.778417 151.745746) (xy 82.770945 151.676279) (xy 82.802216 151.613798) + (xy 82.805267 151.610635) (xy 85.265572 149.15033) (xy 85.326893 149.116847) (xy 85.392251 149.120306) + (xy 85.490574 149.152887) (xy 85.594455 149.1635) (xy 86.395544 149.163499) (xy 86.499426 149.152887) + (xy 86.667738 149.097115) (xy 86.818652 149.00403) (xy 86.907319 148.915363) (xy 86.968642 148.881878) + (xy 87.038334 148.886862) (xy 87.082681 148.915363) (xy 87.171348 149.00403) (xy 87.190097 149.015594) + (xy 87.236821 149.067542) (xy 87.249 149.121133) (xy 87.249 150.280534) (xy 87.229315 150.347573) + (xy 87.176511 150.393328) (xy 87.159595 150.39961) (xy 87.031404 150.436853) (xy 87.031398 150.436855) + (xy 86.888196 150.521544) (xy 86.888187 150.521551) (xy 86.770551 150.639187) (xy 86.770544 150.639196) + (xy 86.685855 150.782398) (xy 86.685853 150.782403) (xy 86.639438 150.942164) (xy 86.639437 150.94217) + (xy 86.6365 150.979492) (xy 86.6365 151.2135) (xy 86.616815 151.280539) (xy 86.564011 151.326294) + (xy 86.5125 151.3375) (xy 85.353492 151.3375) (xy 85.31617 151.340437) (xy 85.316164 151.340438) + (xy 85.156403 151.386853) (xy 85.156398 151.386855) (xy 85.013196 151.471544) (xy 85.013187 151.471551) + (xy 84.895551 151.589187) (xy 84.895544 151.589196) (xy 84.810855 151.732398) (xy 84.810853 151.732403) + (xy 84.764438 151.892164) (xy 84.764437 151.89217) (xy 84.7615 151.929492) (xy 84.7615 152.362507) + (xy 84.764437 152.399829) (xy 84.764438 152.399835) (xy 84.810853 152.559596) (xy 84.810855 152.559601) + (xy 84.895544 152.702803) (xy 84.895551 152.702812) (xy 85.013187 152.820448) (xy 85.013196 152.820455) + (xy 85.043262 152.838236) (xy 85.156399 152.905145) (xy 85.163173 152.907113) (xy 85.316164 152.951561) + (xy 85.316167 152.951561) (xy 85.316169 152.951562) (xy 85.353498 152.9545) (xy 86.5125 152.9545) + (xy 86.579539 152.974185) (xy 86.625294 153.026989) (xy 86.6365 153.0785) (xy 86.6365 153.312507) + (xy 86.639437 153.349825) (xy 86.639437 153.349828) (xy 86.639438 153.349831) (xy 86.639989 153.351727) + (xy 86.639985 153.352827) (xy 86.640576 153.356058) (xy 86.639976 153.356167) (xy 86.639788 153.421596) + (xy 86.608593 153.474001) (xy 84.542415 155.540181) (xy 84.481092 155.573666) (xy 84.454734 155.5765) + (xy 83.88068 155.5765) (xy 83.813641 155.556815) (xy 83.776871 155.520321) (xy 83.660313 155.341915) + (xy 83.502223 155.170185) (xy 83.502222 155.170184) (xy 83.50222 155.170182) (xy 83.318017 155.02681) + (xy 83.318015 155.026809) (xy 83.318014 155.026808) (xy 83.318011 155.026806) (xy 83.112733 154.915716) + (xy 83.11273 154.915715) (xy 83.112727 154.915713) (xy 83.112721 154.915711) (xy 83.112719 154.91571) + (xy 82.891954 154.83992) (xy 82.71265 154.81) (xy 82.661712 154.8015) (xy 82.428288 154.8015) (xy 82.38224 154.809184) + (xy 82.198045 154.83992) (xy 81.97728 154.91571) (xy 81.977266 154.915716) (xy 81.771988 155.026806) + (xy 81.771985 155.026808) (xy 81.587781 155.170181) (xy 81.587776 155.170185) (xy 81.581346 155.17717) + (xy 81.521457 155.213157) (xy 81.451619 155.211052) (xy 81.394005 155.171524) (xy 81.37394 155.136513) + (xy 81.348355 155.067915) (xy 81.34835 155.067906) (xy 81.26219 154.952812) (xy 81.262187 154.952809) + (xy 81.147093 154.866649) (xy 81.147086 154.866645) (xy 81.012379 154.816403) (xy 81.012372 154.816401) + (xy 80.952844 154.81) (xy 80.255 154.81) (xy 80.255 155.834722) (xy 80.178694 155.790667) (xy 80.064244 155.76) + (xy 79.945756 155.76) (xy 79.831306 155.790667) (xy 79.755 155.834722) (xy 79.755 154.81) (xy 79.057155 154.81) + (xy 78.997627 154.816401) (xy 78.99762 154.816403) (xy 78.862913 154.866645) (xy 78.862906 154.866649) + (xy 78.747812 154.952809) (xy 78.747809 154.952812) (xy 78.661649 155.067906) (xy 78.661645 155.067913) + (xy 78.611403 155.20262) (xy 78.611401 155.202627) (xy 78.605 155.262155) (xy 78.605 155.96) (xy 79.629722 155.96) + (xy 79.585667 156.036306) (xy 79.555 156.150756) (xy 79.555 156.269244) (xy 79.585667 156.383694) + (xy 79.629722 156.46) (xy 78.605 156.46) (xy 78.605 156.6777) (xy 78.585315 156.744739) (xy 78.532511 156.790494) + (xy 78.481 156.8017) (xy 77.468966 156.8017) (xy 77.401927 156.782015) (xy 77.381285 156.765381) + (xy 73.264818 152.648914) (xy 73.231333 152.587591) (xy 73.228499 152.561233) (xy 73.228499 151.899462) + (xy 73.228498 151.899446) (xy 73.227754 151.892164) (xy 73.217887 151.795574) (xy 73.162115 151.627262) + (xy 73.06903 151.476348) (xy 72.943652 151.35097) (xy 72.792738 151.257885) (xy 72.792735 151.257884) + (xy 72.624427 151.202113) (xy 72.520546 151.1915) (xy 71.719462 151.1915) (xy 71.719446 151.191501) + (xy 71.615572 151.202113) (xy 71.447264 151.257884) (xy 71.447259 151.257886) (xy 71.296346 151.350971) + (xy 71.207681 151.439637) (xy 71.146358 151.473122) (xy 71.076666 151.468138) (xy 71.032319 151.439637) + (xy 70.943653 151.350971) (xy 70.943652 151.35097) (xy 70.792738 151.257885) (xy 70.792735 151.257884) + (xy 70.624427 151.202113) (xy 70.520546 151.1915) (xy 69.719462 151.1915) (xy 69.719446 151.191501) + (xy 69.615572 151.202113) (xy 69.447264 151.257884) (xy 69.447259 151.257886) (xy 69.296346 151.350971) + (xy 69.170971 151.476346) (xy 69.077882 151.627266) (xy 69.059911 151.681503) (xy 69.020139 151.738948) + (xy 68.955624 151.765772) (xy 68.942205 151.7665) (xy 68.8075 151.7665) (xy 68.740461 151.746815) + (xy 68.694706 151.694011) (xy 68.6835 151.6425) (xy 68.6835 151.553504) (xy 68.6835 151.553498) + (xy 68.680562 151.516169) (xy 68.680537 151.516084) (xy 68.634146 151.356403) (xy 68.634145 151.356399) + (xy 68.549453 151.213193) (xy 68.549451 151.213191) (xy 68.549448 151.213187) (xy 68.431812 151.095551) + (xy 68.431801 151.095542) (xy 68.369378 151.058625) (xy 68.321695 151.007556) (xy 68.3085 150.951894) + (xy 68.3085 149.825523) (xy 68.328185 149.758484) (xy 68.367401 149.719986) (xy 68.498652 149.63903) + (xy 68.62403 149.513652) (xy 68.717115 149.362738) (xy 68.772887 149.194426) (xy 68.7835 149.090545) + (xy 68.783499 148.089456) (xy 68.772887 147.985574) (xy 68.717115 147.817262) (xy 68.62403 147.666348) + (xy 68.498652 147.54097) (xy 68.367402 147.460013) (xy 68.320678 147.408067) (xy 68.3085 147.354476) + (xy 68.3085 145.971368) (xy 68.328185 145.904329) (xy 68.380989 145.858574) (xy 68.393491 145.853663) + (xy 68.482101 145.824302) (xy 68.62804 145.734285) (xy 68.749285 145.61304) (xy 68.839302 145.467101) + (xy 68.893236 145.304336) (xy 68.9035 145.203872) (xy 68.9035 144.356128) (xy 68.893236 144.255664) + (xy 68.839302 144.092899) (xy 68.839298 144.092893) (xy 68.839297 144.09289) (xy 68.749287 143.946963) + (xy 68.749284 143.946959) (xy 68.742325 143.94) (xy 79.701634 143.94) (xy 79.721065 144.186906) + (xy 79.721065 144.186909) (xy 79.721066 144.186911) (xy 79.778885 144.427742) (xy 79.778886 144.427744) + (xy 79.873663 144.656558) (xy 79.873665 144.656562) (xy 79.873666 144.656563) (xy 80.003075 144.86774) + (xy 80.163927 145.056073) (xy 80.35226 145.216925) (xy 80.563437 145.346334) (xy 80.563439 145.346334) + (xy 80.563441 145.346336) (xy 80.634786 145.375888) (xy 80.792258 145.441115) (xy 81.033089 145.498934) + (xy 81.28 145.518366) (xy 81.526911 145.498934) (xy 81.767742 145.441115) (xy 81.996563 145.346334) + (xy 82.20774 145.216925) (xy 82.396073 145.056073) (xy 82.556925 144.86774) (xy 82.686334 144.656563) + (xy 82.781115 144.427742) (xy 82.788976 144.395) (xy 84.015001 144.395) (xy 84.015001 144.568322) + (xy 84.025144 144.667607) (xy 84.078452 144.828481) (xy 84.078457 144.828492) (xy 84.167424 144.972728) + (xy 84.167427 144.972732) (xy 84.287267 145.092572) (xy 84.287271 145.092575) (xy 84.431507 145.181542) + (xy 84.431518 145.181547) (xy 84.592393 145.234855) (xy 84.691683 145.244999) (xy 84.715 145.244998) + (xy 84.715 144.395) (xy 85.215 144.395) (xy 85.215 145.244999) (xy 85.238308 145.244999) (xy 85.238322 145.244998) + (xy 85.337607 145.234855) (xy 85.498481 145.181547) (xy 85.498492 145.181542) (xy 85.642728 145.092575) + (xy 85.642732 145.092572) (xy 85.762572 144.972732) (xy 85.762575 144.972728) (xy 85.851542 144.828492) + (xy 85.851547 144.828481) (xy 85.904855 144.667606) (xy 85.914999 144.568322) (xy 85.915 144.568309) + (xy 85.915 144.395) (xy 85.215 144.395) (xy 84.715 144.395) (xy 84.015001 144.395) (xy 82.788976 144.395) + (xy 82.838934 144.186911) (xy 82.858366 143.94) (xy 82.854824 143.895) (xy 84.015 143.895) (xy 84.715 143.895) + (xy 84.715 143.045) (xy 85.215 143.045) (xy 85.215 143.895) (xy 85.914999 143.895) (xy 85.914999 143.721692) + (xy 85.914998 143.721677) (xy 85.904855 143.622392) (xy 85.851547 143.461518) (xy 85.851542 143.461507) + (xy 85.762575 143.317271) (xy 85.762572 143.317267) (xy 85.642732 143.197427) (xy 85.642728 143.197424) + (xy 85.498492 143.108457) (xy 85.498481 143.108452) (xy 85.337606 143.055144) (xy 85.238322 143.045) + (xy 85.215 143.045) (xy 84.715 143.045) (xy 84.715 143.044999) (xy 84.691693 143.045) (xy 84.691674 143.045001) + (xy 84.592392 143.055144) (xy 84.431518 143.108452) (xy 84.431507 143.108457) (xy 84.287271 143.197424) + (xy 84.287267 143.197427) (xy 84.167427 143.317267) (xy 84.167424 143.317271) (xy 84.078457 143.461507) + (xy 84.078452 143.461518) (xy 84.025144 143.622393) (xy 84.015 143.721677) (xy 84.015 143.895) (xy 82.854824 143.895) + (xy 82.838934 143.693089) (xy 82.781115 143.452258) (xy 82.686334 143.223437) (xy 82.556925 143.01226) + (xy 82.396073 142.823927) (xy 82.20774 142.663075) (xy 81.996563 142.533666) (xy 81.996561 142.533665) + (xy 81.996556 142.533662) (xy 81.899742 142.493561) (xy 81.845338 142.44972) (xy 81.823273 142.383426) + (xy 81.840552 142.315727) (xy 81.891689 142.268116) (xy 81.947194 142.255) (xy 82.292828 142.255) + (xy 82.292844 142.254999) (xy 82.352372 142.248598) (xy 82.352379 142.248596) (xy 82.487086 142.198354) + (xy 82.487093 142.19835) (xy 82.602187 142.11219) (xy 82.60219 142.112187) (xy 82.68835 141.997093) + (xy 82.688354 141.997086) (xy 82.738596 141.862379) (xy 82.738598 141.862372) (xy 82.744999 141.802844) + (xy 82.745 141.802827) (xy 82.745 141.09) (xy 81.836706 141.09) (xy 81.866558 141.017931) (xy 81.89 140.90008) + (xy 81.89 140.77992) (xy 81.866558 140.662069) (xy 81.836706 140.59) (xy 82.745 140.59) (xy 82.745 139.877172) + (xy 82.744999 139.877155) (xy 82.738598 139.817627) (xy 82.738596 139.81762) (xy 82.688354 139.682913) + (xy 82.68835 139.682906) (xy 82.60219 139.567812) (xy 82.602187 139.567809) (xy 82.487093 139.481649) + (xy 82.487086 139.481645) (xy 82.352379 139.431403) (xy 82.352372 139.431401) (xy 82.292844 139.425) + (xy 81.53 139.425) (xy 81.53 140.283293) (xy 81.457931 140.253442) (xy 81.34008 140.23) (xy 81.21992 140.23) + (xy 81.102069 140.253442) (xy 81.03 140.283293) (xy 81.03 139.425) (xy 80.267155 139.425) (xy 80.207627 139.431401) + (xy 80.20762 139.431403) (xy 80.072913 139.481645) (xy 80.072906 139.481649) (xy 79.957812 139.567809) + (xy 79.957809 139.567812) (xy 79.871649 139.682906) (xy 79.871645 139.682913) (xy 79.821403 139.81762) + (xy 79.821401 139.817627) (xy 79.815 139.877155) (xy 79.815 140.59) (xy 80.723294 140.59) (xy 80.693442 140.662069) + (xy 80.67 140.77992) (xy 80.67 140.90008) (xy 80.693442 141.017931) (xy 80.723294 141.09) (xy 79.815 141.09) + (xy 79.815 141.802844) (xy 79.821401 141.862372) (xy 79.821403 141.862379) (xy 79.871645 141.997086) + (xy 79.871649 141.997093) (xy 79.957809 142.112187) (xy 79.957812 142.11219) (xy 80.072906 142.19835) + (xy 80.072913 142.198354) (xy 80.20762 142.248596) (xy 80.207627 142.248598) (xy 80.267155 142.254999) + (xy 80.267172 142.255) (xy 80.612806 142.255) (xy 80.679845 142.274685) (xy 80.7256 142.327489) + (xy 80.735544 142.396647) (xy 80.706519 142.460203) (xy 80.660258 142.493561) (xy 80.563443 142.533662) + (xy 80.352259 142.663075) (xy 80.163927 142.823927) (xy 80.003075 143.012259) (xy 79.873663 143.223441) + (xy 79.778886 143.452255) (xy 79.778885 143.452258) (xy 79.776662 143.461518) (xy 79.721065 143.693093) + (xy 79.701634 143.94) (xy 68.742325 143.94) (xy 68.62804 143.825715) (xy 68.628036 143.825712) (xy 68.482109 143.735702) + (xy 68.482103 143.735699) (xy 68.482101 143.735698) (xy 68.319336 143.681764) (xy 68.218879 143.6715) + (xy 68.218872 143.6715) (xy 67.671128 143.6715) (xy 67.67112 143.6715) (xy 67.570663 143.681764) + (xy 67.407901 143.735697) (xy 67.40789 143.735702) (xy 67.261963 143.825712) (xy 67.261959 143.825715) + (xy 67.140715 143.946959) (xy 67.140712 143.946963) (xy 67.050702 144.09289) (xy 67.050697 144.092901) + (xy 66.996764 144.255663) (xy 66.9865 144.35612) (xy 66.9865 145.203879) (xy 66.996763 145.304336) + (xy 67.010681 145.346336) (xy 67.035206 145.420349) (xy 67.0415 145.45935) (xy 67.0415 147.354476) + (xy 67.021815 147.421515) (xy 66.982598 147.460013) (xy 66.895186 147.51393) (xy 66.851346 147.540971) + (xy 66.762681 147.629637) (xy 66.701358 147.663122) (xy 66.631666 147.658138) (xy 66.587319 147.629637) + (xy 66.498653 147.540971) (xy 66.498652 147.54097) (xy 66.358401 147.454462) (xy 66.34774 147.447886) + (xy 66.347735 147.447884) (xy 66.179427 147.392113) (xy 66.075546 147.3815) (xy 65.274462 147.3815) + (xy 65.274446 147.381501) (xy 65.170572 147.392113) (xy 65.002264 147.447884) (xy 65.002259 147.447886) + (xy 64.851346 147.540971) (xy 64.725971 147.666346) (xy 64.632883 147.817265) (xy 64.612216 147.879635) + (xy 64.572443 147.93708) (xy 64.518702 147.962248) (xy 64.42522 147.980843) (xy 64.425215 147.980845) + (xy 64.392362 147.994453) (xy 64.309928 148.028597) (xy 64.309919 148.028602) (xy 64.206166 148.097927) + (xy 61.58939 150.714703) (xy 61.528067 150.748188) (xy 61.458375 150.743204) (xy 61.454256 150.741583) + (xy 61.447748 150.738887) (xy 61.447745 150.738886) (xy 61.447743 150.738885) (xy 61.447742 150.738885) + (xy 61.206911 150.681066) (xy 61.206909 150.681065) (xy 61.206906 150.681065) (xy 60.96 150.661634) + (xy 60.713093 150.681065) (xy 60.713089 150.681066) (xy 60.472258 150.738885) (xy 60.472256 150.738885) + (xy 60.472255 150.738886) (xy 60.243441 150.833663) (xy 60.032259 150.963075) (xy 59.843927 151.123927) + (xy 59.683075 151.312259) (xy 59.553663 151.523441) (xy 59.458886 151.752255) (xy 59.458885 151.752258) + (xy 59.438156 151.8386) (xy 59.401065 151.993093) (xy 59.381634 152.24) (xy 59.401065 152.486906) + (xy 59.401065 152.486909) (xy 59.401066 152.486911) (xy 59.458885 152.727742) (xy 59.458886 152.727744) + (xy 59.553663 152.956558) (xy 59.553665 152.956562) (xy 59.553666 152.956563) (xy 59.683075 153.16774) + (xy 59.843927 153.356073) (xy 60.03226 153.516925) (xy 60.243437 153.646334) (xy 60.243439 153.646334) + (xy 60.243441 153.646336) (xy 60.259064 153.652807) (xy 60.472258 153.741115) (xy 60.713089 153.798934) + (xy 60.96 153.818366) (xy 61.206911 153.798934) (xy 61.447742 153.741115) (xy 61.676563 153.646334) + (xy 61.88774 153.516925) (xy 62.076073 153.356073) (xy 62.236925 153.16774) (xy 62.366334 152.956563) + (xy 62.461115 152.727742) (xy 62.518934 152.486911) (xy 62.538366 152.24) (xy 62.518934 151.993089) + (xy 62.461115 151.752258) (xy 62.458416 151.745743) (xy 62.450945 151.676278) (xy 62.482217 151.613797) + (xy 62.485267 151.610636) (xy 64.56643 149.529474) (xy 64.627753 149.495989) (xy 64.697445 149.500973) + (xy 64.741792 149.529474) (xy 64.851348 149.63903) (xy 65.002262 149.732115) (xy 65.170574 149.787887) + (xy 65.274455 149.7985) (xy 66.075544 149.798499) (xy 66.179426 149.787887) (xy 66.347738 149.732115) + (xy 66.498652 149.63903) (xy 66.587319 149.550363) (xy 66.648642 149.516878) (xy 66.718334 149.521862) + (xy 66.762681 149.550363) (xy 66.851348 149.63903) (xy 66.982597 149.719985) (xy 67.029321 149.771932) + (xy 67.0415 149.825523) (xy 67.0415 150.8375) (xy 67.021815 150.904539) (xy 66.969011 150.950294) + (xy 66.9175 150.9615) (xy 66.783492 150.9615) (xy 66.74617 150.964437) (xy 66.746164 150.964438) + (xy 66.586403 151.010853) (xy 66.586398 151.010855) (xy 66.443196 151.095544) (xy 66.443187 151.095551) + (xy 66.325551 151.213187) (xy 66.325544 151.213196) (xy 66.240855 151.356398) (xy 66.240853 151.356403) + (xy 66.194438 151.516164) (xy 66.194437 151.51617) (xy 66.1915 151.553492) (xy 66.1915 151.6425) + (xy 66.171815 151.709539) (xy 66.119011 151.755294) (xy 66.0675 151.7665) (xy 65.820101 151.7665) + (xy 65.697722 151.790843) (xy 65.697714 151.790845) (xy 65.582427 151.838598) (xy 65.582418 151.838603) + (xy 65.504598 151.890602) (xy 65.437921 151.91148) (xy 65.435707 151.9115) (xy 64.908492 151.9115) + (xy 64.87117 151.914437) (xy 64.871164 151.914438) (xy 64.711403 151.960853) (xy 64.711398 151.960855) + (xy 64.568196 152.045544) (xy 64.568187 152.045551) (xy 64.450551 152.163187) (xy 64.450544 152.163196) + (xy 64.365855 152.306398) (xy 64.365853 152.306403) (xy 64.319438 152.466164) (xy 64.319437 152.46617) + (xy 64.3165 152.503492) (xy 64.3165 152.936507) (xy 64.319437 152.973829) (xy 64.355445 153.097771) + (xy 64.355245 153.16764) (xy 64.324049 153.220046) (xy 62.726394 154.8177) (xy 62.665071 154.851185) + (xy 62.59845 154.8473) (xy 62.576954 154.83992) (xy 62.39765 154.81) (xy 62.346712 154.8015) (xy 62.113288 154.8015) + (xy 62.06724 154.809184) (xy 61.883045 154.83992) (xy 61.66228 154.91571) (xy 61.662266 154.915716) + (xy 61.456988 155.026806) (xy 61.456985 155.026808) (xy 61.272781 155.170181) (xy 61.272776 155.170185) + (xy 61.266346 155.17717) (xy 61.206457 155.213157) (xy 61.136619 155.211052) (xy 61.079005 155.171524) + (xy 61.05894 155.136513) (xy 61.033355 155.067915) (xy 61.03335 155.067906) (xy 60.94719 154.952812) + (xy 60.947187 154.952809) (xy 60.832093 154.866649) (xy 60.832086 154.866645) (xy 60.697379 154.816403) + (xy 60.697372 154.816401) (xy 60.637844 154.81) (xy 59.94 154.81) (xy 59.94 155.834722) (xy 59.863694 155.790667) + (xy 59.749244 155.76) (xy 59.630756 155.76) (xy 59.516306 155.790667) (xy 59.44 155.834722) (xy 59.44 154.81) + (xy 58.742155 154.81) (xy 58.682627 154.816401) (xy 58.68262 154.816403) (xy 58.547913 154.866645) + (xy 58.547906 154.866649) (xy 58.432812 154.952809) (xy 58.432809 154.952812) (xy 58.346649 155.067906) + (xy 58.346645 155.067913) (xy 58.296403 155.20262) (xy 58.296401 155.202627) (xy 58.29 155.262155) + (xy 58.29 155.96) (xy 59.314722 155.96) (xy 59.270667 156.036306) (xy 59.24 156.150756) (xy 59.24 156.269244) + (xy 59.270667 156.383694) (xy 59.314722 156.46) (xy 58.29 156.46) (xy 58.29 157.157844) (xy 58.296401 157.217372) + (xy 58.296403 157.217379) (xy 58.346645 157.352086) (xy 58.346649 157.352093) (xy 58.432809 157.467187) + (xy 58.432812 157.46719) (xy 58.547906 157.55335) (xy 58.547913 157.553354) (xy 58.68262 157.603596) + (xy 58.682627 157.603598) (xy 58.742155 157.609999) (xy 58.742172 157.61) (xy 59.44 157.61) (xy 59.44 156.585277) + (xy 59.516306 156.629333) (xy 59.630756 156.66) (xy 59.749244 156.66) (xy 59.863694 156.629333) + (xy 59.94 156.585277) (xy 59.94 157.61) (xy 60.637828 157.61) (xy 60.637844 157.609999) (xy 60.697372 157.603598) + (xy 60.697379 157.603596) (xy 60.832086 157.553354) (xy 60.832093 157.55335) (xy 60.947187 157.46719) + (xy 60.94719 157.467187) (xy 61.03335 157.352093) (xy 61.033355 157.352084) (xy 61.05894 157.283486) + (xy 61.10081 157.227552) (xy 61.166274 157.203134) (xy 61.234547 157.217985) (xy 61.266349 157.242832) + (xy 61.27278 157.249818) (xy 61.456983 157.39319) (xy 61.456985 157.393191) (xy 61.456988 157.393193) + (xy 61.576331 157.457777) (xy 61.662273 157.504287) (xy 61.776914 157.543643) (xy 61.883045 157.580079) + (xy 61.883047 157.580079) (xy 61.883049 157.58008) (xy 62.113288 157.6185) (xy 62.113289 157.6185) + (xy 62.346711 157.6185) (xy 62.346712 157.6185) (xy 62.576951 157.58008) (xy 62.797727 157.504287) + (xy 63.003017 157.39319) (xy 63.18722 157.249818) (xy 63.345314 157.078083) (xy 63.472984 156.882669) + (xy 63.566749 156.668907) (xy 63.624051 156.442626) (xy 63.643327 156.21) (xy 63.628934 156.036306) + (xy 63.624052 155.977382) (xy 63.62405 155.97737) (xy 63.587694 155.833804) (xy 63.590319 155.763984) + (xy 63.620217 155.715685) (xy 64.996085 154.339819) (xy 65.057408 154.306334) (xy 65.083766 154.3035) + (xy 66.350877 154.3035) (xy 66.417916 154.323185) (xy 66.438558 154.339819) (xy 66.443187 154.344448) + (xy 66.443191 154.344451) (xy 66.443193 154.344453) (xy 66.586399 154.429145) (xy 66.62853 154.441385) + (xy 66.746164 154.475561) (xy 66.746167 154.475561) (xy 66.746169 154.475562) (xy 66.783498 154.4785) + (xy 66.783504 154.4785) (xy 68.091496 154.4785) (xy 68.091502 154.4785) (xy 68.128831 154.475562) + (xy 68.128833 154.475561) (xy 68.128835 154.475561) (xy 68.170962 154.463321) (xy 68.288601 154.429145) + (xy 68.431807 154.344453) (xy 68.549453 154.226807) (xy 68.634145 154.083601) (xy 68.680562 153.923831) + (xy 68.6835 153.886502) (xy 68.6835 153.453498) (xy 68.680562 153.416169) (xy 68.663102 153.356072) + (xy 68.634146 153.256403) (xy 68.634144 153.256397) (xy 68.612986 153.220621) (xy 68.595803 153.152897) + (xy 68.617963 153.086634) (xy 68.672429 153.042871) (xy 68.719718 153.0335) (xy 68.942205 153.0335) + (xy 69.009244 153.053185) (xy 69.054999 153.105989) (xy 69.059911 153.118497) (xy 69.077882 153.172733) + (xy 69.077884 153.172737) (xy 69.077885 153.172738) (xy 69.17097 153.323652) (xy 69.296348 153.44903) + (xy 69.447262 153.542115) (xy 69.615574 153.597887) (xy 69.719455 153.6085) (xy 70.520544 153.608499) + (xy 70.624426 153.597887) (xy 70.792738 153.542115) (xy 70.943652 153.44903) (xy 71.032319 153.360363) + (xy 71.093642 153.326878) (xy 71.163334 153.331862) (xy 71.207681 153.360363) (xy 71.296348 153.44903) + (xy 71.447262 153.542115) (xy 71.615574 153.597887) (xy 71.719455 153.6085) (xy 72.381233 153.608499) + (xy 72.448272 153.628183) (xy 72.468914 153.644818) (xy 76.751363 157.927268) (xy 76.751367 157.927271) + (xy 76.855118 157.996596) (xy 76.855124 157.996599) (xy 76.855125 157.9966) (xy 76.970415 158.044355) + (xy 77.092801 158.068699) (xy 77.092805 158.0687) (xy 77.092806 158.0687) (xy 86.887195 158.0687) + (xy 86.887196 158.068699) (xy 87.009585 158.044355) (xy 87.124875 157.9966) (xy 87.228633 157.927271) + (xy 87.99806 157.157844) (xy 98.925 157.157844) (xy 98.931401 157.217372) (xy 98.931403 157.217379) + (xy 98.981645 157.352086) (xy 98.981649 157.352093) (xy 99.067809 157.467187) (xy 99.067812 157.46719) + (xy 99.182906 157.55335) (xy 99.182913 157.553354) (xy 99.31762 157.603596) (xy 99.317627 157.603598) + (xy 99.377155 157.609999) (xy 99.377172 157.61) (xy 100.075 157.61) (xy 100.075 156.585277) (xy 100.151306 156.629333) + (xy 100.265756 156.66) (xy 100.384244 156.66) (xy 100.498694 156.629333) (xy 100.575 156.585277) + (xy 100.575 157.61) (xy 101.272828 157.61) (xy 101.272844 157.609999) (xy 101.332372 157.603598) + (xy 101.332379 157.603596) (xy 101.467086 157.553354) (xy 101.467093 157.55335) (xy 101.582187 157.46719) + (xy 101.58219 157.467187) (xy 101.66835 157.352093) (xy 101.668355 157.352084) (xy 101.69394 157.283486) + (xy 101.73581 157.227552) (xy 101.801274 157.203134) (xy 101.869547 157.217985) (xy 101.901349 157.242832) + (xy 101.90778 157.249818) (xy 102.091983 157.39319) (xy 102.091985 157.393191) (xy 102.091988 157.393193) + (xy 102.211331 157.457777) (xy 102.297273 157.504287) (xy 102.411914 157.543643) (xy 102.518045 157.580079) + (xy 102.518047 157.580079) (xy 102.518049 157.58008) (xy 102.748288 157.6185) (xy 102.748289 157.6185) + (xy 102.981711 157.6185) (xy 102.981712 157.6185) (xy 103.211951 157.58008) (xy 103.432727 157.504287) + (xy 103.638017 157.39319) (xy 103.82222 157.249818) (xy 103.980314 157.078083) (xy 104.107984 156.882669) + (xy 104.201749 156.668907) (xy 104.259051 156.442626) (xy 104.278327 156.21) (xy 104.259051 155.977374) + (xy 104.201749 155.751093) (xy 104.107984 155.537331) (xy 103.980314 155.341917) (xy 103.980313 155.341915) + (xy 103.822223 155.170185) (xy 103.822222 155.170184) (xy 103.82222 155.170182) (xy 103.638017 155.02681) + (xy 103.638015 155.026809) (xy 103.638014 155.026808) (xy 103.638011 155.026806) (xy 103.432733 154.915716) + (xy 103.43273 154.915715) (xy 103.432727 154.915713) (xy 103.432721 154.915711) (xy 103.432719 154.91571) + (xy 103.211954 154.83992) (xy 103.03265 154.81) (xy 102.981712 154.8015) (xy 102.748288 154.8015) + (xy 102.70224 154.809184) (xy 102.518045 154.83992) (xy 102.29728 154.91571) (xy 102.297266 154.915716) + (xy 102.091988 155.026806) (xy 102.091985 155.026808) (xy 101.907781 155.170181) (xy 101.907776 155.170185) + (xy 101.901346 155.17717) (xy 101.841457 155.213157) (xy 101.771619 155.211052) (xy 101.714005 155.171524) + (xy 101.69394 155.136513) (xy 101.668355 155.067915) (xy 101.66835 155.067906) (xy 101.58219 154.952812) + (xy 101.582187 154.952809) (xy 101.467093 154.866649) (xy 101.467086 154.866645) (xy 101.332379 154.816403) + (xy 101.332372 154.816401) (xy 101.272844 154.81) (xy 100.575 154.81) (xy 100.575 155.834722) (xy 100.498694 155.790667) + (xy 100.384244 155.76) (xy 100.265756 155.76) (xy 100.151306 155.790667) (xy 100.075 155.834722) + (xy 100.075 154.81) (xy 99.377155 154.81) (xy 99.317627 154.816401) (xy 99.31762 154.816403) (xy 99.182913 154.866645) + (xy 99.182906 154.866649) (xy 99.067812 154.952809) (xy 99.067809 154.952812) (xy 98.981649 155.067906) + (xy 98.981645 155.067913) (xy 98.931403 155.20262) (xy 98.931401 155.202627) (xy 98.925 155.262155) + (xy 98.925 155.96) (xy 99.949722 155.96) (xy 99.905667 156.036306) (xy 99.875 156.150756) (xy 99.875 156.269244) + (xy 99.905667 156.383694) (xy 99.949722 156.46) (xy 98.925 156.46) (xy 98.925 157.157844) (xy 87.99806 157.157844) + (xy 92.146085 153.009817) (xy 92.207408 152.976333) (xy 92.233766 152.973499) (xy 92.895537 152.973499) + (xy 92.895544 152.973499) (xy 92.999426 152.962887) (xy 93.167738 152.907115) (xy 93.318652 152.81403) + (xy 93.44403 152.688652) (xy 93.537115 152.537738) (xy 93.592887 152.369426) (xy 93.6035 152.265545) + (xy 93.603499 151.603764) (xy 93.623183 151.536726) (xy 93.639813 151.516089) (xy 97.006885 148.149019) + (xy 97.068208 148.115534) (xy 97.094566 148.1127) (xy 102.4675 148.1127) (xy 102.534539 148.132385) + (xy 102.580294 148.185189) (xy 102.5915 148.2367) (xy 102.5915 148.486507) (xy 102.594437 148.523829) + (xy 102.594438 148.523835) (xy 102.640853 148.683596) (xy 102.640855 148.683601) (xy 102.725544 148.826803) + (xy 102.725551 148.826812) (xy 102.843187 148.944448) (xy 102.843191 148.944451) (xy 102.843193 148.944453) + (xy 102.986399 149.029145) (xy 103.02853 149.041385) (xy 103.146164 149.075561) (xy 103.146167 149.075561) + (xy 103.146169 149.075562) (xy 103.183498 149.0785) (xy 103.566233 149.0785) (xy 103.633272 149.098185) + (xy 103.679027 149.150989) (xy 103.688971 149.220147) (xy 103.659946 149.283703) (xy 103.653914 149.290181) + (xy 102.22939 150.714703) (xy 102.168067 150.748188) (xy 102.098375 150.743204) (xy 102.094256 150.741583) + (xy 102.087748 150.738887) (xy 102.087745 150.738886) (xy 102.087743 150.738885) (xy 102.087742 150.738885) + (xy 101.846911 150.681066) (xy 101.846909 150.681065) (xy 101.846906 150.681065) (xy 101.6 150.661634) + (xy 101.353093 150.681065) (xy 101.353089 150.681066) (xy 101.112258 150.738885) (xy 101.112256 150.738885) + (xy 101.112255 150.738886) (xy 100.883441 150.833663) (xy 100.672259 150.963075) (xy 100.483927 151.123927) + (xy 100.323075 151.312259) (xy 100.193663 151.523441) (xy 100.098886 151.752255) (xy 100.098885 151.752258) + (xy 100.078156 151.8386) (xy 100.041065 151.993093) (xy 100.021634 152.24) (xy 100.041065 152.486906) + (xy 100.041065 152.486909) (xy 100.041066 152.486911) (xy 100.098885 152.727742) (xy 100.098886 152.727744) + (xy 100.193663 152.956558) (xy 100.193665 152.956562) (xy 100.193666 152.956563) (xy 100.323075 153.16774) + (xy 100.483927 153.356073) (xy 100.67226 153.516925) (xy 100.883437 153.646334) (xy 100.883439 153.646334) + (xy 100.883441 153.646336) (xy 100.899064 153.652807) (xy 101.112258 153.741115) (xy 101.353089 153.798934) + (xy 101.6 153.818366) (xy 101.846911 153.798934) (xy 102.087742 153.741115) (xy 102.316563 153.646334) + (xy 102.52774 153.516925) (xy 102.716073 153.356073) (xy 102.876925 153.16774) (xy 103.006334 152.956563) + (xy 103.101115 152.727742) (xy 103.122859 152.637168) (xy 103.157648 152.57658) (xy 103.219675 152.544416) + (xy 103.289244 152.550892) (xy 103.331113 152.578438) (xy 103.446959 152.694284) (xy 103.446963 152.694287) + (xy 103.59289 152.784297) (xy 103.592893 152.784298) (xy 103.592899 152.784302) (xy 103.755664 152.838236) + (xy 103.856128 152.8485) (xy 103.856133 152.8485) (xy 104.403867 152.8485) (xy 104.403872 152.8485) + (xy 104.504336 152.838236) (xy 104.667101 152.784302) (xy 104.81304 152.694285) (xy 104.934285 152.57304) + (xy 105.024302 152.427101) (xy 105.078236 152.264336) (xy 105.0885 152.163872) (xy 105.0885 151.99) + (xy 106.480001 151.99) (xy 106.480001 152.163322) (xy 106.490144 152.262607) (xy 106.543452 152.423481) + (xy 106.543457 152.423492) (xy 106.632424 152.567728) (xy 106.632427 152.567732) (xy 106.752267 152.687572) + (xy 106.752271 152.687575) (xy 106.896507 152.776542) (xy 106.896518 152.776547) (xy 107.057393 152.829855) + (xy 107.156683 152.839999) (xy 107.18 152.839998) (xy 107.18 151.99) (xy 107.68 151.99) (xy 107.68 152.839999) + (xy 107.703308 152.839999) (xy 107.703322 152.839998) (xy 107.802607 152.829855) (xy 107.963481 152.776547) + (xy 107.963492 152.776542) (xy 108.107728 152.687575) (xy 108.107732 152.687572) (xy 108.227572 152.567732) + (xy 108.227575 152.567728) (xy 108.316542 152.423492) (xy 108.316547 152.423481) (xy 108.369855 152.262606) + (xy 108.379999 152.163322) (xy 108.38 152.163309) (xy 108.38 151.99) (xy 107.68 151.99) (xy 107.18 151.99) + (xy 106.480001 151.99) (xy 105.0885 151.99) (xy 105.0885 151.728766) (xy 105.108185 151.661727) + (xy 105.124819 151.641085) (xy 105.691785 151.074119) (xy 105.753108 151.040634) (xy 105.779466 151.0378) + (xy 106.377935 151.0378) (xy 106.444974 151.057485) (xy 106.490729 151.110289) (xy 106.500673 151.179447) + (xy 106.495641 151.200804) (xy 106.490144 151.217392) (xy 106.48 151.316677) (xy 106.48 151.49) + (xy 108.379999 151.49) (xy 108.379999 151.316692) (xy 108.379998 151.316677) (xy 108.369855 151.217392) + (xy 108.323557 151.077673) (xy 108.321155 151.007845) (xy 108.356887 150.947803) (xy 108.372373 150.935567) + (xy 108.418809 150.904539) (xy 108.431033 150.896371) (xy 109.529254 149.798148) (xy 109.590575 149.764665) + (xy 109.655934 149.768124) (xy 109.715574 149.787887) (xy 109.819455 149.7985) (xy 110.620544 149.798499) + (xy 110.724426 149.787887) (xy 110.892738 149.732115) (xy 111.043652 149.63903) (xy 111.112819 149.569863) + (xy 111.174142 149.536378) (xy 111.243834 149.541362) (xy 111.299767 149.583234) (xy 111.324184 149.648698) + (xy 111.3245 149.657544) (xy 111.3245 158.7805) (xy 111.304815 158.847539) (xy 111.252011 158.893294) + (xy 111.2005 158.9045) (xy 50.9995 158.9045) (xy 50.932461 158.884815) (xy 50.886706 158.832011) + (xy 50.8755 158.7805) (xy 50.8755 143.94) (xy 59.381634 143.94) (xy 59.401065 144.186906) (xy 59.401065 144.186909) + (xy 59.401066 144.186911) (xy 59.458885 144.427742) (xy 59.458886 144.427744) (xy 59.553663 144.656558) + (xy 59.553665 144.656562) (xy 59.553666 144.656563) (xy 59.683075 144.86774) (xy 59.843927 145.056073) + (xy 60.03226 145.216925) (xy 60.243437 145.346334) (xy 60.243439 145.346334) (xy 60.243441 145.346336) + (xy 60.314786 145.375888) (xy 60.472258 145.441115) (xy 60.713089 145.498934) (xy 60.96 145.518366) + (xy 61.206911 145.498934) (xy 61.447742 145.441115) (xy 61.676563 145.346334) (xy 61.88774 145.216925) + (xy 62.076073 145.056073) (xy 62.098342 145.03) (xy 63.695001 145.03) (xy 63.695001 145.203322) + (xy 63.705144 145.302607) (xy 63.758452 145.463481) (xy 63.758457 145.463492) (xy 63.847424 145.607728) + (xy 63.847427 145.607732) (xy 63.967267 145.727572) (xy 63.967271 145.727575) (xy 64.111507 145.816542) + (xy 64.111518 145.816547) (xy 64.272393 145.869855) (xy 64.371683 145.879999) (xy 64.395 145.879998) + (xy 64.395 145.03) (xy 64.895 145.03) (xy 64.895 145.879999) (xy 64.918308 145.879999) (xy 64.918322 145.879998) + (xy 65.017607 145.869855) (xy 65.178481 145.816547) (xy 65.178492 145.816542) (xy 65.322728 145.727575) + (xy 65.322732 145.727572) (xy 65.442572 145.607732) (xy 65.442575 145.607728) (xy 65.531542 145.463492) + (xy 65.531547 145.463481) (xy 65.584855 145.302606) (xy 65.594999 145.203322) (xy 65.595 145.203309) + (xy 65.595 145.03) (xy 64.895 145.03) (xy 64.395 145.03) (xy 63.695001 145.03) (xy 62.098342 145.03) + (xy 62.236925 144.86774) (xy 62.366334 144.656563) (xy 62.418758 144.53) (xy 63.695 144.53) (xy 64.395 144.53) + (xy 64.395 143.68) (xy 64.895 143.68) (xy 64.895 144.53) (xy 65.594999 144.53) (xy 65.594999 144.356692) + (xy 65.594998 144.356677) (xy 65.584855 144.257392) (xy 65.531547 144.096518) (xy 65.531542 144.096507) + (xy 65.442575 143.952271) (xy 65.442572 143.952267) (xy 65.322732 143.832427) (xy 65.322728 143.832424) + (xy 65.178492 143.743457) (xy 65.178481 143.743452) (xy 65.017606 143.690144) (xy 64.918322 143.68) + (xy 64.895 143.68) (xy 64.395 143.68) (xy 64.395 143.679999) (xy 64.371693 143.68) (xy 64.371674 143.680001) + (xy 64.272392 143.690144) (xy 64.111518 143.743452) (xy 64.111507 143.743457) (xy 63.967271 143.832424) + (xy 63.967267 143.832427) (xy 63.847427 143.952267) (xy 63.847424 143.952271) (xy 63.758457 144.096507) + (xy 63.758452 144.096518) (xy 63.705144 144.257393) (xy 63.695 144.356677) (xy 63.695 144.53) (xy 62.418758 144.53) + (xy 62.461115 144.427742) (xy 62.518934 144.186911) (xy 62.538366 143.94) (xy 62.518934 143.693089) + (xy 62.461115 143.452258) (xy 62.366334 143.223437) (xy 62.236925 143.01226) (xy 62.076073 142.823927) + (xy 61.88774 142.663075) (xy 61.676563 142.533666) (xy 61.676561 142.533665) (xy 61.676556 142.533662) + (xy 61.579742 142.493561) (xy 61.525338 142.44972) (xy 61.503273 142.383426) (xy 61.520552 142.315727) + (xy 61.571689 142.268116) (xy 61.627194 142.255) (xy 61.972828 142.255) (xy 61.972844 142.254999) + (xy 62.032372 142.248598) (xy 62.032379 142.248596) (xy 62.167086 142.198354) (xy 62.167093 142.19835) + (xy 62.282187 142.11219) (xy 62.28219 142.112187) (xy 62.36835 141.997093) (xy 62.368354 141.997086) + (xy 62.418596 141.862379) (xy 62.418598 141.862372) (xy 62.424999 141.802844) (xy 62.425 141.802827) + (xy 62.425 141.09) (xy 61.516706 141.09) (xy 61.546558 141.017931) (xy 61.57 140.90008) (xy 61.57 140.77992) + (xy 61.546558 140.662069) (xy 61.516706 140.59) (xy 62.425 140.59) (xy 62.425 139.877172) (xy 62.424999 139.877155) + (xy 62.418598 139.817627) (xy 62.418596 139.81762) (xy 62.368354 139.682913) (xy 62.36835 139.682906) + (xy 62.28219 139.567812) (xy 62.282187 139.567809) (xy 62.167093 139.481649) (xy 62.167086 139.481645) + (xy 62.032379 139.431403) (xy 62.032372 139.431401) (xy 61.972844 139.425) (xy 61.21 139.425) (xy 61.21 140.283293) + (xy 61.137931 140.253442) (xy 61.02008 140.23) (xy 60.89992 140.23) (xy 60.782069 140.253442) (xy 60.71 140.283293) + (xy 60.71 139.425) (xy 59.947155 139.425) (xy 59.887627 139.431401) (xy 59.88762 139.431403) (xy 59.752913 139.481645) + (xy 59.752906 139.481649) (xy 59.637812 139.567809) (xy 59.637809 139.567812) (xy 59.551649 139.682906) + (xy 59.551645 139.682913) (xy 59.501403 139.81762) (xy 59.501401 139.817627) (xy 59.495 139.877155) + (xy 59.495 140.59) (xy 60.403294 140.59) (xy 60.373442 140.662069) (xy 60.35 140.77992) (xy 60.35 140.90008) + (xy 60.373442 141.017931) (xy 60.403294 141.09) (xy 59.495 141.09) (xy 59.495 141.802844) (xy 59.501401 141.862372) + (xy 59.501403 141.862379) (xy 59.551645 141.997086) (xy 59.551649 141.997093) (xy 59.637809 142.112187) + (xy 59.637812 142.11219) (xy 59.752906 142.19835) (xy 59.752913 142.198354) (xy 59.88762 142.248596) + (xy 59.887627 142.248598) (xy 59.947155 142.254999) (xy 59.947172 142.255) (xy 60.292806 142.255) + (xy 60.359845 142.274685) (xy 60.4056 142.327489) (xy 60.415544 142.396647) (xy 60.386519 142.460203) + (xy 60.340258 142.493561) (xy 60.243443 142.533662) (xy 60.032259 142.663075) (xy 59.843927 142.823927) + (xy 59.683075 143.012259) (xy 59.553663 143.223441) (xy 59.458886 143.452255) (xy 59.458885 143.452258) + (xy 59.456662 143.461518) (xy 59.401065 143.693093) (xy 59.381634 143.94) (xy 50.8755 143.94) (xy 50.8755 110.744766) + (xy 50.895185 110.677727) (xy 50.947989 110.631972) (xy 51.017147 110.622028) (xy 51.080703 110.651053) + (xy 51.087181 110.657085) (xy 57.628929 117.198833) (xy 57.717167 117.287071) (xy 57.717168 117.287072) + (xy 57.820918 117.356396) (xy 57.820924 117.356399) (xy 57.820925 117.3564) (xy 57.936215 117.404155) + (xy 58.058601 117.428499) (xy 58.058605 117.4285) (xy 58.058606 117.4285) (xy 69.629241 117.4285) + (xy 69.69628 117.448185) (xy 69.734778 117.487401) (xy 69.75097 117.513652) (xy 69.876348 117.63903) + (xy 70.027262 117.732115) (xy 70.195574 117.787887) (xy 70.299455 117.7985) (xy 71.100544 117.798499) + (xy 71.204426 117.787887) (xy 71.372738 117.732115) (xy 71.523652 117.63903) (xy 71.612319 117.550363) + (xy 71.673642 117.516878) (xy 71.743334 117.521862) (xy 71.787681 117.550363) (xy 71.876348 117.63903) + (xy 72.027262 117.732115) (xy 72.195574 117.787887) (xy 72.299455 117.7985) (xy 73.100544 117.798499) + (xy 73.204426 117.787887) (xy 73.372738 117.732115) (xy 73.523652 117.63903) (xy 73.64903 117.513652) + (xy 73.742115 117.362738) (xy 73.797887 117.194426) (xy 73.8085 117.090545) (xy 73.808499 116.089456) + (xy 73.797887 115.985574) (xy 73.742115 115.817262) (xy 73.64903 115.666348) (xy 73.523652 115.54097) + (xy 73.426724 115.481184) (xy 73.37274 115.447886) (xy 73.372735 115.447884) (xy 73.204427 115.392113) + (xy 73.100552 115.3815) (xy 73.100545 115.3815) (xy 72.438766 115.3815) (xy 72.371727 115.361815) + (xy 72.351085 115.345181) (xy 71.363194 114.35729) (xy 71.329709 114.295967) (xy 71.334693 114.226275) + (xy 71.376565 114.170342) (xy 71.38576 114.164082) (xy 71.523652 114.07903) (xy 71.612319 113.990363) + (xy 71.673642 113.956878) (xy 71.743334 113.961862) (xy 71.787681 113.990363) (xy 71.876348 114.07903) + (xy 72.027262 114.172115) (xy 72.195574 114.227887) (xy 72.299455 114.2385) (xy 73.100544 114.238499) + (xy 73.204426 114.227887) (xy 73.372738 114.172115) (xy 73.523652 114.07903) (xy 73.64903 113.953652) + (xy 73.742115 113.802738) (xy 73.742117 113.802733) (xy 73.760089 113.748497) (xy 73.799861 113.691052) + (xy 73.864376 113.664228) (xy 73.877795 113.6635) (xy 76.051134 113.6635) (xy 76.118173 113.683185) + (xy 76.138815 113.699819) (xy 77.111063 114.672069) (xy 77.111067 114.672072) (xy 77.214821 114.741399) + (xy 77.214823 114.7414) (xy 77.214825 114.741401) (xy 77.254952 114.758022) (xy 77.309354 114.801859) + (xy 77.331421 114.868153) (xy 77.3315 114.872582) (xy 77.3315 115.128654) (xy 77.338011 115.189202) + (xy 77.338011 115.189204) (xy 77.367391 115.267971) (xy 77.389111 115.326204) (xy 77.476739 115.443261) + (xy 77.593796 115.530889) (xy 77.730799 115.581989) (xy 77.75805 115.584918) (xy 77.791345 115.588499) + (xy 77.791362 115.5885) (xy 79.688638 115.5885) (xy 79.688654 115.588499) (xy 79.715692 115.585591) + (xy 79.749201 115.581989) (xy 79.886204 115.530889) (xy 80.003261 115.443261) (xy 80.090889 115.326204) + (xy 80.105781 115.286277) (xy 80.147651 115.230347) (xy 80.213115 115.20593) (xy 80.281388 115.220782) + (xy 80.298123 115.231761) (xy 80.458736 115.356771) (xy 80.466983 115.36319) (xy 80.466985 115.363191) + (xy 80.466988 115.363193) (xy 80.520428 115.392113) (xy 80.672273 115.474287) (xy 80.778503 115.510756) + (xy 80.893045 115.550079) (xy 80.893047 115.550079) (xy 80.893049 115.55008) (xy 81.123288 115.5885) + (xy 81.123289 115.5885) (xy 81.356711 115.5885) (xy 81.356712 115.5885) (xy 81.586951 115.55008) + (xy 81.807727 115.474287) (xy 82.013017 115.36319) (xy 82.19722 115.219818) (xy 82.355314 115.048083) + (xy 82.391267 114.993053) (xy 82.444412 114.947695) (xy 82.513644 114.938271) (xy 82.57698 114.967772) + (xy 82.5852 114.977258) (xy 82.588812 114.977633) (xy 83.257037 114.309408) (xy 83.274075 114.372993) + (xy 83.339901 114.487007) (xy 83.432993 114.580099) (xy 83.547007 114.645925) (xy 83.61059 114.662962) + (xy 82.941201 115.332351) (xy 82.971649 115.35605) (xy 83.175697 115.466476) (xy 83.175706 115.466479) + (xy 83.395139 115.541811) (xy 83.623993 115.58) (xy 83.856007 115.58) (xy 84.08486 115.541811) (xy 84.304293 115.466479) + (xy 84.304301 115.466476) (xy 84.508355 115.356047) (xy 84.538797 115.332351) (xy 84.538798 115.33235) + (xy 83.86941 114.662962) (xy 83.932993 114.645925) (xy 84.047007 114.580099) (xy 84.140099 114.487007) + (xy 84.205925 114.372993) (xy 84.222962 114.309409) (xy 84.891186 114.977633) (xy 84.975482 114.848611) + (xy 85.068682 114.636135) (xy 85.125638 114.411218) (xy 85.144798 114.180005) (xy 85.144798 114.179994) + (xy 85.125638 113.948781) (xy 85.068682 113.723864) (xy 84.975484 113.511393) (xy 84.891186 113.382365) + (xy 84.222962 114.050589) (xy 84.205925 113.987007) (xy 84.140099 113.872993) (xy 84.047007 113.779901) + (xy 83.932993 113.714075) (xy 83.869409 113.697037) (xy 84.538797 113.027647) (xy 84.538797 113.027645) + (xy 84.50836 113.003955) (xy 84.508354 113.003951) (xy 84.304302 112.893523) (xy 84.304293 112.89352) + (xy 84.08486 112.818188) (xy 83.856007 112.78) (xy 83.623993 112.78) (xy 83.395139 112.818188) (xy 83.175706 112.89352) + (xy 83.175697 112.893523) (xy 82.97165 113.003949) (xy 82.9412 113.027647) (xy 83.610591 113.697037) + (xy 83.547007 113.714075) (xy 83.432993 113.779901) (xy 83.339901 113.872993) (xy 83.274075 113.987007) + (xy 83.257037 114.050591) (xy 82.588811 113.382365) (xy 82.579713 113.383309) (xy 82.545737 113.412305) + (xy 82.476506 113.421728) (xy 82.41317 113.392225) (xy 82.391267 113.366947) (xy 82.355313 113.311915) + (xy 82.197223 113.140185) (xy 82.197222 113.140184) (xy 82.19722 113.140182) (xy 82.013017 112.99681) + (xy 82.013015 112.996809) (xy 82.013014 112.996808) (xy 82.013011 112.996806) (xy 81.807733 112.885716) + (xy 81.80773 112.885715) (xy 81.807727 112.885713) (xy 81.807721 112.885711) (xy 81.807719 112.88571) + (xy 81.586954 112.80992) (xy 81.39573 112.778011) (xy 81.356712 112.7715) (xy 81.123288 112.7715) + (xy 81.08862 112.777285) (xy 80.893044 112.80992) (xy 80.871545 112.817301) (xy 80.801746 112.820449) + (xy 80.743604 112.7877) (xy 76.899701 108.943797) (xy 76.866216 108.882474) (xy 76.8712 108.812782) + (xy 76.913072 108.756849) (xy 76.955285 108.736342) (xy 77.041898 108.713135) (xy 77.26819 108.619402) + (xy 77.48031 108.496934) (xy 77.674631 108.347827) (xy 77.847827 108.174631) (xy 77.996934 107.98031) + (xy 78.119402 107.76819) (xy 78.213135 107.541898) (xy 78.276529 107.305308) (xy 78.3085 107.062468) + (xy 78.3085 106.563766) (xy 78.328185 106.496727) (xy 78.380989 106.450972) (xy 78.450147 106.441028) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 101.264083 130.828185) (xy 101.284721 130.844815) (xy 103.244227 132.804232) (xy 103.24423 132.804235) + (xy 103.48051 133.04052) (xy 103.513994 133.101843) (xy 103.509009 133.171535) (xy 103.467137 133.227468) + (xy 103.451846 133.237255) (xy 103.29165 133.323949) (xy 103.2612 133.347647) (xy 103.93059 134.017037) + (xy 103.867007 134.034075) (xy 103.752993 134.099901) (xy 103.659901 134.192993) (xy 103.594075 134.307007) + (xy 103.577037 134.370591) (xy 102.908811 133.702365) (xy 102.899713 133.703309) (xy 102.865737 133.732305) + (xy 102.796506 133.741728) (xy 102.73317 133.712225) (xy 102.711267 133.686947) (xy 102.675313 133.631915) + (xy 102.517223 133.460185) (xy 102.517222 133.460184) (xy 102.51722 133.460182) (xy 102.333017 133.31681) + (xy 102.333015 133.316809) (xy 102.333014 133.316808) (xy 102.333011 133.316806) (xy 102.127733 133.205716) + (xy 102.12773 133.205715) (xy 102.127727 133.205713) (xy 102.127721 133.205711) (xy 102.127719 133.20571) + (xy 101.906954 133.12992) (xy 101.687918 133.09337) (xy 101.676712 133.0915) (xy 101.443288 133.0915) + (xy 101.432082 133.09337) (xy 101.213045 133.12992) (xy 100.99228 133.20571) (xy 100.992266 133.205716) + (xy 100.786988 133.316806) (xy 100.786986 133.316807) (xy 100.618123 133.448239) (xy 100.553129 133.473881) + (xy 100.484589 133.460314) (xy 100.434264 133.411846) (xy 100.42578 133.393719) (xy 100.410889 133.353796) + (xy 100.406286 133.347647) (xy 100.323261 133.236739) (xy 100.206204 133.149111) (xy 100.069203 133.098011) + (xy 100.008654 133.0915) (xy 100.008638 133.0915) (xy 98.111362 133.0915) (xy 98.111345 133.0915) + (xy 98.050797 133.098011) (xy 98.050795 133.098011) (xy 97.913795 133.149111) (xy 97.796739 133.236739) + (xy 97.709111 133.353795) (xy 97.658011 133.490795) (xy 97.658011 133.490797) (xy 97.6515 133.551345) + (xy 97.6515 135.448654) (xy 97.658011 135.509202) (xy 97.658011 135.509204) (xy 97.69422 135.60628) + (xy 97.709111 135.646204) (xy 97.796739 135.763261) (xy 97.913796 135.850889) (xy 98.050799 135.901989) + (xy 98.07805 135.904918) (xy 98.111345 135.908499) (xy 98.111362 135.9085) (xy 100.008638 135.9085) + (xy 100.008654 135.908499) (xy 100.035692 135.905591) (xy 100.069201 135.901989) (xy 100.206204 135.850889) + (xy 100.323261 135.763261) (xy 100.410889 135.646204) (xy 100.425781 135.606277) (xy 100.467651 135.550347) + (xy 100.533115 135.52593) (xy 100.601388 135.540782) (xy 100.618123 135.551761) (xy 100.786979 135.683187) + (xy 100.786983 135.68319) (xy 100.786985 135.683191) (xy 100.786988 135.683193) (xy 100.848176 135.716306) + (xy 100.992273 135.794287) (xy 101.080382 135.824535) (xy 101.213045 135.870079) (xy 101.213047 135.870079) + (xy 101.213049 135.87008) (xy 101.443288 135.9085) (xy 101.443289 135.9085) (xy 101.676711 135.9085) + (xy 101.676712 135.9085) (xy 101.906951 135.87008) (xy 102.127727 135.794287) (xy 102.333017 135.68319) + (xy 102.51722 135.539818) (xy 102.675314 135.368083) (xy 102.711267 135.313053) (xy 102.764412 135.267695) + (xy 102.833644 135.258271) (xy 102.89698 135.287772) (xy 102.9052 135.297258) (xy 102.908812 135.297633) + (xy 103.577037 134.629408) (xy 103.594075 134.692993) (xy 103.659901 134.807007) (xy 103.752993 134.900099) + (xy 103.867007 134.965925) (xy 103.93059 134.982962) (xy 103.261201 135.652351) (xy 103.291649 135.67605) + (xy 103.495697 135.786476) (xy 103.495706 135.786479) (xy 103.715139 135.861811) (xy 103.943993 135.9) + (xy 104.176007 135.9) (xy 104.40486 135.861811) (xy 104.624293 135.786479) (xy 104.624301 135.786476) + (xy 104.828355 135.676047) (xy 104.858797 135.652351) (xy 104.858798 135.65235) (xy 104.18941 134.982962) + (xy 104.252993 134.965925) (xy 104.367007 134.900099) (xy 104.460099 134.807007) (xy 104.525925 134.692993) + (xy 104.542962 134.629409) (xy 105.211186 135.297633) (xy 105.295482 135.168612) (xy 105.318033 135.117199) + (xy 105.362988 135.063712) (xy 105.429724 135.043021) (xy 105.497052 135.061695) (xy 105.519272 135.079327) + (xy 106.606228 136.166306) (xy 107.513095 137.073193) (xy 107.591282 137.151381) (xy 107.624766 137.212704) + (xy 107.6276 137.239061) (xy 107.6276 142.952834) (xy 107.607915 143.019873) (xy 107.591281 143.040515) + (xy 106.618667 144.013129) (xy 106.581546 144.05025) (xy 106.530426 144.101369) (xy 106.530425 144.101371) + (xy 106.461101 144.205121) (xy 106.4611 144.205124) (xy 106.429615 144.281132) (xy 106.402736 144.321358) + (xy 105.017859 145.706236) (xy 104.956536 145.739721) (xy 104.886844 145.734737) (xy 104.842497 145.706236) + (xy 104.831812 145.695551) (xy 104.831803 145.695544) (xy 104.688601 145.610855) (xy 104.688596 145.610853) + (xy 104.528835 145.564438) (xy 104.528829 145.564437) (xy 104.491507 145.5615) (xy 104.491502 145.5615) + (xy 103.183498 145.5615) (xy 103.183492 145.5615) (xy 103.14617 145.564437) (xy 103.146164 145.564438) + (xy 102.986403 145.610853) (xy 102.986398 145.610855) (xy 102.843196 145.695544) (xy 102.843187 145.695551) + (xy 102.838558 145.700181) (xy 102.777235 145.733666) (xy 102.750877 145.7365) (xy 101.905047 145.7365) + (xy 101.838008 145.716815) (xy 101.792253 145.664011) (xy 101.782309 145.594853) (xy 101.811334 145.531297) + (xy 101.870112 145.493523) (xy 101.876079 145.491931) (xy 102.087742 145.441115) (xy 102.316563 145.346334) + (xy 102.52774 145.216925) (xy 102.716073 145.056073) (xy 102.876925 144.86774) (xy 103.006334 144.656563) + (xy 103.101115 144.427742) (xy 103.158934 144.186911) (xy 103.178366 143.94) (xy 103.158934 143.693089) + (xy 103.101115 143.452258) (xy 103.006334 143.223437) (xy 102.876925 143.01226) (xy 102.716073 142.823927) + (xy 102.52774 142.663075) (xy 102.316563 142.533666) (xy 102.316561 142.533665) (xy 102.316556 142.533662) + (xy 102.219742 142.493561) (xy 102.165338 142.44972) (xy 102.143273 142.383426) (xy 102.160552 142.315727) + (xy 102.211689 142.268116) (xy 102.267194 142.255) (xy 102.612828 142.255) (xy 102.612844 142.254999) + (xy 102.672372 142.248598) (xy 102.672379 142.248596) (xy 102.807086 142.198354) (xy 102.807093 142.19835) + (xy 102.922187 142.11219) (xy 102.92219 142.112187) (xy 103.00835 141.997093) (xy 103.008354 141.997086) + (xy 103.058596 141.862379) (xy 103.058598 141.862372) (xy 103.064999 141.802844) (xy 103.065 141.802827) + (xy 103.065 141.09) (xy 102.156706 141.09) (xy 102.186558 141.017931) (xy 102.21 140.90008) (xy 102.21 140.77992) + (xy 102.186558 140.662069) (xy 102.156706 140.59) (xy 103.065 140.59) (xy 103.065 139.877172) (xy 103.064999 139.877155) + (xy 103.058598 139.817627) (xy 103.058596 139.81762) (xy 103.008354 139.682913) (xy 103.00835 139.682906) + (xy 102.92219 139.567812) (xy 102.922187 139.567809) (xy 102.807093 139.481649) (xy 102.807086 139.481645) + (xy 102.672379 139.431403) (xy 102.672372 139.431401) (xy 102.612844 139.425) (xy 101.85 139.425) + (xy 101.85 140.283293) (xy 101.777931 140.253442) (xy 101.66008 140.23) (xy 101.53992 140.23) (xy 101.422069 140.253442) + (xy 101.35 140.283293) (xy 101.35 139.425) (xy 100.587155 139.425) (xy 100.527627 139.431401) (xy 100.52762 139.431403) + (xy 100.392913 139.481645) (xy 100.392906 139.481649) (xy 100.277812 139.567809) (xy 100.277809 139.567812) + (xy 100.191649 139.682906) (xy 100.191645 139.682913) (xy 100.141403 139.81762) (xy 100.141401 139.817627) + (xy 100.135 139.877155) (xy 100.135 140.59) (xy 101.043294 140.59) (xy 101.013442 140.662069) (xy 100.99 140.77992) + (xy 100.99 140.90008) (xy 101.013442 141.017931) (xy 101.043294 141.09) (xy 100.135 141.09) (xy 100.135 141.802844) + (xy 100.141401 141.862372) (xy 100.141403 141.862379) (xy 100.191645 141.997086) (xy 100.191649 141.997093) + (xy 100.277809 142.112187) (xy 100.277812 142.11219) (xy 100.392906 142.19835) (xy 100.392913 142.198354) + (xy 100.52762 142.248596) (xy 100.527627 142.248598) (xy 100.587155 142.254999) (xy 100.587172 142.255) + (xy 100.932806 142.255) (xy 100.999845 142.274685) (xy 101.0456 142.327489) (xy 101.055544 142.396647) + (xy 101.026519 142.460203) (xy 100.980258 142.493561) (xy 100.883443 142.533662) (xy 100.672259 142.663075) + (xy 100.483927 142.823927) (xy 100.323075 143.012259) (xy 100.193663 143.223441) (xy 100.098886 143.452255) + (xy 100.098885 143.452258) (xy 100.096662 143.461518) (xy 100.041064 143.693096) (xy 100.041064 143.6931) + (xy 100.039946 143.707298) (xy 100.015059 143.772585) (xy 99.958826 143.814053) (xy 99.8891 143.818537) + (xy 99.828648 143.785244) (xy 87.886406 131.843002) (xy 87.852921 131.781679) (xy 87.854862 131.725139) + (xy 87.854424 131.725059) (xy 87.854966 131.722087) (xy 87.855013 131.720717) (xy 87.855562 131.718831) + (xy 87.8585 131.681502) (xy 87.8585 131.446167) (xy 87.878185 131.379128) (xy 87.930989 131.333373) + (xy 88.000147 131.323429) (xy 88.021499 131.328459) (xy 88.155574 131.372887) (xy 88.259455 131.3835) + (xy 89.060544 131.383499) (xy 89.164426 131.372887) (xy 89.332738 131.317115) (xy 89.483652 131.22403) + (xy 89.572319 131.135363) (xy 89.633642 131.101878) (xy 89.703334 131.106862) (xy 89.747681 131.135363) + (xy 89.836348 131.22403) (xy 89.987262 131.317115) (xy 90.155574 131.372887) (xy 90.259455 131.3835) + (xy 91.060544 131.383499) (xy 91.164426 131.372887) (xy 91.332738 131.317115) (xy 91.483652 131.22403) + (xy 91.60903 131.098652) (xy 91.702115 130.947738) (xy 91.702117 130.947733) (xy 91.720089 130.893497) + (xy 91.759861 130.836052) (xy 91.824376 130.809228) (xy 91.837795 130.8085) (xy 101.197044 130.8085) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 54.405819 74.097723) (xy 55.591181 75.283085) (xy 55.624666 75.344408) (xy 55.6275 75.370766) + (xy 55.6275 97.217398) (xy 55.651843 97.339777) (xy 55.651845 97.339785) (xy 55.699598 97.455072) + (xy 55.699603 97.455081) (xy 55.768928 97.558832) (xy 55.768931 97.558836) (xy 56.942163 98.732069) + (xy 56.942167 98.732072) (xy 57.045921 98.801399) (xy 57.045923 98.801399) (xy 57.045925 98.801401) + (xy 57.127447 98.835168) (xy 57.161215 98.849155) (xy 57.161217 98.849155) (xy 57.161222 98.849157) + (xy 57.283601 98.873499) (xy 57.283605 98.8735) (xy 57.283606 98.8735) (xy 57.283607 98.8735) (xy 57.408394 98.8735) + (xy 59.43624 98.8735) (xy 59.503279 98.893185) (xy 59.549034 98.945989) (xy 59.558978 99.015147) + (xy 59.552422 99.040833) (xy 59.501403 99.17762) (xy 59.501401 99.177627) (xy 59.495 99.237155) + (xy 59.495 99.95) (xy 60.403294 99.95) (xy 60.373442 100.022069) (xy 60.35 100.13992) (xy 60.35 100.26008) + (xy 60.373442 100.377931) (xy 60.403294 100.45) (xy 59.495 100.45) (xy 59.495 101.162844) (xy 59.501401 101.222372) + (xy 59.501403 101.222379) (xy 59.551645 101.357086) (xy 59.551649 101.357093) (xy 59.637809 101.472187) + (xy 59.637812 101.47219) (xy 59.752906 101.55835) (xy 59.752913 101.558354) (xy 59.88762 101.608596) + (xy 59.887627 101.608598) (xy 59.947155 101.614999) (xy 59.947172 101.615) (xy 60.292806 101.615) + (xy 60.359845 101.634685) (xy 60.4056 101.687489) (xy 60.415544 101.756647) (xy 60.386519 101.820203) + (xy 60.340258 101.853561) (xy 60.243443 101.893662) (xy 60.032259 102.023075) (xy 59.843927 102.183927) + (xy 59.683075 102.372259) (xy 59.553663 102.583441) (xy 59.458886 102.812255) (xy 59.401065 103.053093) + (xy 59.381634 103.3) (xy 59.401065 103.546906) (xy 59.401065 103.546909) (xy 59.401066 103.546911) + (xy 59.458885 103.787742) (xy 59.458886 103.787744) (xy 59.553663 104.016558) (xy 59.553665 104.016562) + (xy 59.553666 104.016563) (xy 59.683075 104.22774) (xy 59.843927 104.416073) (xy 60.03226 104.576925) + (xy 60.243437 104.706334) (xy 60.243439 104.706334) (xy 60.243441 104.706336) (xy 60.314786 104.735888) + (xy 60.472258 104.801115) (xy 60.713089 104.858934) (xy 60.96 104.878366) (xy 61.206911 104.858934) + (xy 61.447742 104.801115) (xy 61.676563 104.706334) (xy 61.88774 104.576925) (xy 62.076073 104.416073) + (xy 62.236925 104.22774) (xy 62.366334 104.016563) (xy 62.461115 103.787742) (xy 62.518934 103.546911) + (xy 62.538366 103.3) (xy 62.518934 103.053089) (xy 62.461115 102.812258) (xy 62.366334 102.583437) + (xy 62.236925 102.37226) (xy 62.076073 102.183927) (xy 61.88774 102.023075) (xy 61.676563 101.893666) + (xy 61.676561 101.893665) (xy 61.676556 101.893662) (xy 61.579742 101.853561) (xy 61.525338 101.80972) + (xy 61.503273 101.743426) (xy 61.520552 101.675727) (xy 61.571689 101.628116) (xy 61.627194 101.615) + (xy 61.972828 101.615) (xy 61.972844 101.614999) (xy 62.032372 101.608598) (xy 62.032379 101.608596) + (xy 62.167086 101.558354) (xy 62.167093 101.55835) (xy 62.282187 101.47219) (xy 62.28219 101.472187) + (xy 62.36835 101.357093) (xy 62.368354 101.357086) (xy 62.418596 101.222379) (xy 62.418598 101.222372) + (xy 62.424999 101.162844) (xy 62.425 101.162827) (xy 62.425 100.45) (xy 61.516706 100.45) (xy 61.546558 100.377931) + (xy 61.57 100.26008) (xy 61.57 100.13992) (xy 61.546558 100.022069) (xy 61.516706 99.95) (xy 62.425 99.95) + (xy 62.425 99.237172) (xy 62.424999 99.237155) (xy 62.418598 99.177627) (xy 62.418596 99.17762) + (xy 62.367578 99.040833) (xy 62.362594 98.971142) (xy 62.396079 98.909819) (xy 62.457402 98.876334) + (xy 62.48376 98.8735) (xy 64.986234 98.8735) (xy 65.053273 98.893185) (xy 65.073915 98.909819) (xy 78.723915 112.559819) + (xy 78.7574 112.621142) (xy 78.752416 112.690834) (xy 78.710544 112.746767) (xy 78.64508 112.771184) + (xy 78.636234 112.7715) (xy 77.791345 112.7715) (xy 77.730797 112.778011) (xy 77.730795 112.778011) + (xy 77.593795 112.829111) (xy 77.476738 112.916739) (xy 77.421564 112.990443) (xy 77.36563 113.032313) + (xy 77.295939 113.037297) (xy 77.234617 113.003812) (xy 76.768736 112.537931) (xy 76.768732 112.537928) + (xy 76.664981 112.468603) (xy 76.664972 112.468598) (xy 76.549685 112.420845) (xy 76.549677 112.420843) + (xy 76.427298 112.3965) (xy 76.427294 112.3965) (xy 73.877795 112.3965) (xy 73.810756 112.376815) + (xy 73.765001 112.324011) (xy 73.760089 112.311503) (xy 73.742117 112.257266) (xy 73.742115 112.257262) + (xy 73.64903 112.106348) (xy 73.523652 111.98097) (xy 73.392402 111.900013) (xy 73.345678 111.848067) + (xy 73.3335 111.794476) (xy 73.3335 109.975605) (xy 73.333499 109.975601) (xy 73.309156 109.853222) + (xy 73.309155 109.853215) (xy 73.2614 109.737925) (xy 73.261399 109.737924) (xy 73.261396 109.737918) + (xy 73.192072 109.634168) (xy 73.162904 109.605) (xy 73.103833 109.545929) (xy 71.905726 108.347822) + (xy 70.507836 106.949931) (xy 70.507832 106.949928) (xy 70.404081 106.880603) (xy 70.404072 106.880598) + (xy 70.288785 106.832845) (xy 70.288777 106.832843) (xy 70.166398 106.8085) (xy 70.166394 106.8085) + (xy 65.180394 106.8085) (xy 65.055606 106.8085) (xy 65.055601 106.8085) (xy 64.933222 106.832843) + (xy 64.933214 106.832845) (xy 64.817927 106.880598) (xy 64.817918 106.880603) (xy 64.714167 106.949928) + (xy 64.714163 106.949931) (xy 61.589391 110.074703) (xy 61.528068 110.108188) (xy 61.458376 110.103204) + (xy 61.454261 110.101584) (xy 61.447747 110.098886) (xy 61.447742 110.098884) (xy 61.206907 110.041065) + (xy 61.206908 110.041065) (xy 60.96 110.021634) (xy 60.713093 110.041065) (xy 60.713089 110.041066) + (xy 60.472258 110.098885) (xy 60.472256 110.098885) (xy 60.472255 110.098886) (xy 60.243441 110.193663) + (xy 60.032259 110.323075) (xy 59.843927 110.483927) (xy 59.683075 110.672259) (xy 59.553663 110.883441) + (xy 59.458886 111.112255) (xy 59.401065 111.353093) (xy 59.381634 111.6) (xy 59.401065 111.846906) + (xy 59.401065 111.846909) (xy 59.401066 111.846911) (xy 59.458885 112.087742) (xy 59.458886 112.087744) + (xy 59.553663 112.316558) (xy 59.553665 112.316562) (xy 59.553666 112.316563) (xy 59.683075 112.52774) + (xy 59.843927 112.716073) (xy 60.03226 112.876925) (xy 60.243437 113.006334) (xy 60.243439 113.006334) + (xy 60.243441 113.006336) (xy 60.294886 113.027645) (xy 60.472258 113.101115) (xy 60.713089 113.158934) + (xy 60.96 113.178366) (xy 61.206911 113.158934) (xy 61.447742 113.101115) (xy 61.676563 113.006334) + (xy 61.88774 112.876925) (xy 62.076073 112.716073) (xy 62.236925 112.52774) (xy 62.366334 112.316563) + (xy 62.461115 112.087742) (xy 62.518934 111.846911) (xy 62.538366 111.6) (xy 62.518934 111.353089) + (xy 62.461115 111.112258) (xy 62.458417 111.105746) (xy 62.450945 111.036279) (xy 62.482216 110.973798) + (xy 62.485266 110.970636) (xy 63.350903 110.105) (xy 64.710001 110.105) (xy 64.710001 110.278322) + (xy 64.720144 110.377607) (xy 64.773452 110.538481) (xy 64.773457 110.538492) (xy 64.862424 110.682728) + (xy 64.862427 110.682732) (xy 64.982267 110.802572) (xy 64.982271 110.802575) (xy 65.126507 110.891542) + (xy 65.126518 110.891547) (xy 65.287393 110.944855) (xy 65.386683 110.954999) (xy 65.41 110.954998) + (xy 65.41 110.105) (xy 65.91 110.105) (xy 65.91 110.954999) (xy 65.933308 110.954999) (xy 65.933322 110.954998) + (xy 66.032607 110.944855) (xy 66.193481 110.891547) (xy 66.193492 110.891542) (xy 66.337728 110.802575) + (xy 66.337732 110.802572) (xy 66.457572 110.682732) (xy 66.457575 110.682728) (xy 66.546542 110.538492) + (xy 66.546547 110.538481) (xy 66.599855 110.377606) (xy 66.609999 110.278322) (xy 66.61 110.278309) + (xy 66.61 110.105) (xy 65.91 110.105) (xy 65.41 110.105) (xy 64.710001 110.105) (xy 63.350903 110.105) + (xy 63.850903 109.605) (xy 64.71 109.605) (xy 65.41 109.605) (xy 65.41 108.755) (xy 65.91 108.755) + (xy 65.91 109.605) (xy 66.609999 109.605) (xy 66.609999 109.431692) (xy 66.609998 109.431677) (xy 66.599855 109.332392) + (xy 66.546547 109.171518) (xy 66.546542 109.171507) (xy 66.457575 109.027271) (xy 66.457572 109.027267) + (xy 66.337732 108.907427) (xy 66.337728 108.907424) (xy 66.193492 108.818457) (xy 66.193481 108.818452) + (xy 66.032606 108.765144) (xy 65.933322 108.755) (xy 65.91 108.755) (xy 65.41 108.755) (xy 65.41 108.754999) + (xy 65.386693 108.755) (xy 65.386674 108.755001) (xy 65.287392 108.765144) (xy 65.126518 108.818452) + (xy 65.126507 108.818457) (xy 64.982271 108.907424) (xy 64.982267 108.907427) (xy 64.862427 109.027267) + (xy 64.862424 109.027271) (xy 64.773457 109.171507) (xy 64.773452 109.171518) (xy 64.720144 109.332393) + (xy 64.71 109.431677) (xy 64.71 109.605) (xy 63.850903 109.605) (xy 65.344085 108.111819) (xy 65.405408 108.078334) + (xy 65.431766 108.0755) (xy 69.790234 108.0755) (xy 69.857273 108.095185) (xy 69.877915 108.111819) + (xy 72.030181 110.264085) (xy 72.063666 110.325408) (xy 72.0665 110.351766) (xy 72.0665 111.794476) + (xy 72.046815 111.861515) (xy 72.007598 111.900013) (xy 71.920204 111.953919) (xy 71.876346 111.980971) + (xy 71.787681 112.069637) (xy 71.726358 112.103122) (xy 71.656666 112.098138) (xy 71.612319 112.069637) + (xy 71.523653 111.980971) (xy 71.523652 111.98097) (xy 71.372738 111.887885) (xy 71.3335 111.874883) + (xy 71.204427 111.832113) (xy 71.100546 111.8215) (xy 70.299462 111.8215) (xy 70.299446 111.821501) + (xy 70.195572 111.832113) (xy 70.027264 111.887884) (xy 70.027259 111.887886) (xy 69.876346 111.980971) + (xy 69.805181 112.052137) (xy 69.743858 112.085622) (xy 69.674166 112.080638) (xy 69.618233 112.038766) + (xy 69.593816 111.973302) (xy 69.5935 111.964456) (xy 69.5935 110.908489) (xy 69.613185 110.84145) + (xy 69.640589 110.811223) (xy 69.643034 110.809288) (xy 69.64304 110.809285) (xy 69.764285 110.68804) + (xy 69.854302 110.542101) (xy 69.908236 110.379336) (xy 69.9185 110.278872) (xy 69.9185 109.431128) + (xy 69.908236 109.330664) (xy 69.854302 109.167899) (xy 69.854298 109.167893) (xy 69.854297 109.16789) + (xy 69.764287 109.021963) (xy 69.764284 109.021959) (xy 69.64304 108.900715) (xy 69.643036 108.900712) + (xy 69.497109 108.810702) (xy 69.497103 108.810699) (xy 69.497101 108.810698) (xy 69.334336 108.756764) + (xy 69.233879 108.7465) (xy 69.233872 108.7465) (xy 68.686128 108.7465) (xy 68.68612 108.7465) (xy 68.585663 108.756764) + (xy 68.422901 108.810697) (xy 68.42289 108.810702) (xy 68.276963 108.900712) (xy 68.276959 108.900715) + (xy 68.155715 109.021959) (xy 68.155712 109.021963) (xy 68.065702 109.16789) (xy 68.065697 109.167901) + (xy 68.011764 109.330663) (xy 68.0015 109.43112) (xy 68.0015 110.278879) (xy 68.011764 110.379336) + (xy 68.065697 110.542098) (xy 68.065702 110.542109) (xy 68.155712 110.688036) (xy 68.155715 110.68804) + (xy 68.276959 110.809284) (xy 68.279411 110.811223) (xy 68.280655 110.81298) (xy 68.282067 110.814392) + (xy 68.281825 110.814633) (xy 68.319788 110.868245) (xy 68.3265 110.908489) (xy 68.3265 112.2725) + (xy 68.306815 112.339539) (xy 68.254011 112.385294) (xy 68.2025 112.3965) (xy 68.165102 112.3965) + (xy 68.042719 112.420843) (xy 68.042714 112.420845) (xy 68.008948 112.434829) (xy 68.008949 112.43483) + (xy 67.927426 112.468598) (xy 67.927422 112.4686) (xy 67.823671 112.537924) (xy 67.823669 112.537925) + (xy 67.801776 112.559819) (xy 67.766412 112.595182) (xy 67.705092 112.628666) (xy 67.678733 112.6315) + (xy 67.163492 112.6315) (xy 67.12617 112.634437) (xy 67.126164 112.634438) (xy 66.966403 112.680853) + (xy 66.966398 112.680855) (xy 66.823196 112.765544) (xy 66.823187 112.765551) (xy 66.705551 112.883187) + (xy 66.705544 112.883196) (xy 66.620855 113.026398) (xy 66.620853 113.026403) (xy 66.574438 113.186164) + (xy 66.574437 113.18617) (xy 66.5715 113.223492) (xy 66.5715 113.4575) (xy 66.551815 113.524539) + (xy 66.499011 113.570294) (xy 66.4475 113.5815) (xy 65.288492 113.5815) (xy 65.25117 113.584437) + (xy 65.251164 113.584438) (xy 65.091403 113.630853) (xy 65.091398 113.630855) (xy 64.948196 113.715544) + (xy 64.948187 113.715551) (xy 64.830551 113.833187) (xy 64.830544 113.833196) (xy 64.745855 113.976398) + (xy 64.745853 113.976403) (xy 64.699438 114.136164) (xy 64.699437 114.13617) (xy 64.6965 114.173492) + (xy 64.6965 114.5825) (xy 64.676815 114.649539) (xy 64.624011 114.695294) (xy 64.5725 114.7065) + (xy 63.403924 114.7065) (xy 63.336885 114.686815) (xy 63.312696 114.666485) (xy 63.18722 114.530182) + (xy 63.003017 114.38681) (xy 63.003015 114.386809) (xy 63.003014 114.386808) (xy 63.003011 114.386806) + (xy 62.797733 114.275716) (xy 62.79773 114.275715) (xy 62.797727 114.275713) (xy 62.797721 114.275711) + (xy 62.797719 114.27571) (xy 62.576954 114.19992) (xy 62.39765 114.17) (xy 62.346712 114.1615) (xy 62.113288 114.1615) + (xy 62.097887 114.16407) (xy 61.883045 114.19992) (xy 61.66228 114.27571) (xy 61.662266 114.275716) + (xy 61.456988 114.386806) (xy 61.456985 114.386808) (xy 61.272781 114.530181) (xy 61.272776 114.530185) + (xy 61.266346 114.53717) (xy 61.206457 114.573157) (xy 61.136619 114.571052) (xy 61.079005 114.531524) + (xy 61.05894 114.496513) (xy 61.033355 114.427915) (xy 61.03335 114.427906) (xy 60.94719 114.312812) + (xy 60.947187 114.312809) (xy 60.832093 114.226649) (xy 60.832086 114.226645) (xy 60.697379 114.176403) + (xy 60.697372 114.176401) (xy 60.637844 114.17) (xy 59.94 114.17) (xy 59.94 115.194722) (xy 59.863694 115.150667) + (xy 59.749244 115.12) (xy 59.630756 115.12) (xy 59.516306 115.150667) (xy 59.44 115.194722) (xy 59.44 114.17) + (xy 58.742155 114.17) (xy 58.682627 114.176401) (xy 58.68262 114.176403) (xy 58.547913 114.226645) + (xy 58.547906 114.226649) (xy 58.432812 114.312809) (xy 58.432809 114.312812) (xy 58.346649 114.427906) + (xy 58.346645 114.427913) (xy 58.296403 114.56262) (xy 58.296401 114.562627) (xy 58.29 114.622155) + (xy 58.29 115.32) (xy 59.314722 115.32) (xy 59.270667 115.396306) (xy 59.24 115.510756) (xy 59.24 115.629244) + (xy 59.270667 115.743694) (xy 59.314722 115.82) (xy 58.29 115.82) (xy 58.253681 115.856319) (xy 58.250395 115.853033) + (xy 58.217511 115.881528) (xy 58.148353 115.891472) (xy 58.084797 115.862447) (xy 58.078319 115.856415) + (xy 51.723819 109.501915) (xy 51.690334 109.440592) (xy 51.6875 109.414234) (xy 51.6875 75.248338) + (xy 51.707185 75.181299) (xy 51.759989 75.135544) (xy 51.829147 75.1256) (xy 51.892703 75.154625) + (xy 51.902729 75.164355) (xy 51.90876 75.170906) (xy 52.086424 75.309189) (xy 52.086425 75.309189) + (xy 52.086427 75.309191) (xy 52.151503 75.344408) (xy 52.284426 75.416342) (xy 52.497365 75.489444) + (xy 52.719431 75.5265) (xy 52.944569 75.5265) (xy 53.166635 75.489444) (xy 53.379574 75.416342) + (xy 53.577576 75.309189) (xy 53.75524 75.170906) (xy 53.854614 75.062957) (xy 53.907715 75.005276) + (xy 53.907716 75.005274) (xy 53.907722 75.005268) (xy 54.03086 74.816791) (xy 54.121296 74.610616) + (xy 54.176564 74.392368) (xy 54.194562 74.175159) (xy 54.219715 74.109979) (xy 54.276117 74.068741) + (xy 54.34586 74.064543) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 111.267539 50.895185) (xy 111.313294 50.947989) (xy 111.3245 50.9995) (xy 111.3245 115.145233) + (xy 111.304815 115.212272) (xy 111.252011 115.258027) (xy 111.182853 115.267971) (xy 111.119297 115.238946) + (xy 111.112821 115.232917) (xy 111.110251 115.230347) (xy 111.093933 115.214029) (xy 109.312503 113.432599) + (xy 107.511936 111.632031) (xy 107.511932 111.632028) (xy 107.408181 111.562703) (xy 107.408172 111.562698) + (xy 107.292885 111.514945) (xy 107.292877 111.514943) (xy 107.170498 111.4906) (xy 107.170494 111.4906) + (xy 89.133066 111.4906) (xy 89.066027 111.470915) (xy 89.045385 111.454281) (xy 86.527462 108.936358) + (xy 86.493977 108.875035) (xy 86.498961 108.805343) (xy 86.540833 108.74941) (xy 86.583048 108.728903) + (xy 86.641898 108.713135) (xy 86.86819 108.619402) (xy 87.08031 108.496934) (xy 87.274631 108.347827) + (xy 87.447827 108.174631) (xy 87.596934 107.98031) (xy 87.719402 107.76819) (xy 87.813135 107.541898) + (xy 87.876529 107.305308) (xy 87.908499 107.062475) (xy 94.8915 107.062475) (xy 94.916366 107.251343) + (xy 94.923471 107.305308) (xy 94.955168 107.423603) (xy 94.986865 107.5419) (xy 95.080596 107.768186) + (xy 95.080601 107.768197) (xy 95.203061 107.980302) (xy 95.203072 107.980318) (xy 95.352171 108.174629) + (xy 95.352177 108.174636) (xy 95.525363 108.347822) (xy 95.525369 108.347827) (xy 95.71969 108.496934) + (xy 95.719697 108.496938) (xy 95.931802 108.619398) (xy 95.931807 108.6194) (xy 95.93181 108.619402) + (xy 96.044956 108.666268) (xy 96.158099 108.713134) (xy 96.1581 108.713134) (xy 96.158102 108.713135) + (xy 96.394692 108.776529) (xy 96.637532 108.8085) (xy 96.637539 108.8085) (xy 96.882461 108.8085) + (xy 96.882468 108.8085) (xy 97.125308 108.776529) (xy 97.361898 108.713135) (xy 97.58819 108.619402) + (xy 97.80031 108.496934) (xy 97.994631 108.347827) (xy 98.167827 108.174631) (xy 98.316934 107.98031) + (xy 98.439402 107.76819) (xy 98.533135 107.541898) (xy 98.596529 107.305308) (xy 98.628499 107.062475) + (xy 104.4915 107.062475) (xy 104.516366 107.251343) (xy 104.523471 107.305308) (xy 104.555168 107.423603) + (xy 104.586865 107.5419) (xy 104.680596 107.768186) (xy 104.680601 107.768197) (xy 104.803061 107.980302) + (xy 104.803072 107.980318) (xy 104.952171 108.174629) (xy 104.952177 108.174636) (xy 105.125363 108.347822) + (xy 105.125369 108.347827) (xy 105.31969 108.496934) (xy 105.319697 108.496938) (xy 105.531802 108.619398) + (xy 105.531807 108.6194) (xy 105.53181 108.619402) (xy 105.644956 108.666268) (xy 105.758099 108.713134) + (xy 105.7581 108.713134) (xy 105.758102 108.713135) (xy 105.994692 108.776529) (xy 106.237532 108.8085) + (xy 106.237539 108.8085) (xy 106.482461 108.8085) (xy 106.482468 108.8085) (xy 106.725308 108.776529) + (xy 106.961898 108.713135) (xy 107.18819 108.619402) (xy 107.40031 108.496934) (xy 107.594631 108.347827) + (xy 107.767827 108.174631) (xy 107.916934 107.98031) (xy 108.039402 107.76819) (xy 108.133135 107.541898) + (xy 108.196529 107.305308) (xy 108.2285 107.062468) (xy 108.2285 106.297532) (xy 108.196529 106.054692) + (xy 108.133135 105.818102) (xy 108.039402 105.59181) (xy 108.0394 105.591807) (xy 108.039398 105.591802) + (xy 107.916938 105.379697) (xy 107.916934 105.37969) (xy 107.767827 105.185369) (xy 107.767822 105.185363) + (xy 107.594636 105.012177) (xy 107.594629 105.012171) (xy 107.400318 104.863072) (xy 107.400316 104.86307) + (xy 107.40031 104.863066) (xy 107.400305 104.863063) (xy 107.400302 104.863061) (xy 107.188197 104.740601) + (xy 107.188186 104.740596) (xy 106.9619 104.646865) (xy 106.843603 104.615168) (xy 106.725308 104.583471) + (xy 106.671343 104.576366) (xy 106.482475 104.5515) (xy 106.482468 104.5515) (xy 106.237532 104.5515) + (xy 106.237524 104.5515) (xy 106.021674 104.579918) (xy 105.994692 104.583471) (xy 105.935544 104.599319) + (xy 105.758099 104.646865) (xy 105.531813 104.740596) (xy 105.531802 104.740601) (xy 105.319697 104.863061) + (xy 105.319681 104.863072) (xy 105.12537 105.012171) (xy 105.125363 105.012177) (xy 104.952177 105.185363) + (xy 104.952171 105.18537) (xy 104.803072 105.379681) (xy 104.803061 105.379697) (xy 104.680601 105.591802) + (xy 104.680596 105.591813) (xy 104.586865 105.818099) (xy 104.523471 106.054693) (xy 104.4915 106.297524) + (xy 104.4915 107.062475) (xy 98.628499 107.062475) (xy 98.6285 107.062468) (xy 98.6285 106.297532) + (xy 98.596529 106.054692) (xy 98.533135 105.818102) (xy 98.439402 105.59181) (xy 98.4394 105.591807) + (xy 98.439398 105.591802) (xy 98.316938 105.379697) (xy 98.316934 105.37969) (xy 98.167827 105.185369) + (xy 98.167822 105.185363) (xy 97.994636 105.012177) (xy 97.994629 105.012171) (xy 97.800318 104.863072) + (xy 97.800316 104.86307) (xy 97.80031 104.863066) (xy 97.800305 104.863063) (xy 97.800302 104.863061) + (xy 97.588197 104.740601) (xy 97.588186 104.740596) (xy 97.3619 104.646865) (xy 97.243603 104.615168) + (xy 97.125308 104.583471) (xy 97.071343 104.576366) (xy 96.882475 104.5515) (xy 96.882468 104.5515) + (xy 96.637532 104.5515) (xy 96.637524 104.5515) (xy 96.421674 104.579918) (xy 96.394692 104.583471) + (xy 96.335544 104.599319) (xy 96.158099 104.646865) (xy 95.931813 104.740596) (xy 95.931802 104.740601) + (xy 95.719697 104.863061) (xy 95.719681 104.863072) (xy 95.52537 105.012171) (xy 95.525363 105.012177) + (xy 95.352177 105.185363) (xy 95.352171 105.18537) (xy 95.203072 105.379681) (xy 95.203061 105.379697) + (xy 95.080601 105.591802) (xy 95.080596 105.591813) (xy 94.986865 105.818099) (xy 94.923471 106.054693) + (xy 94.8915 106.297524) (xy 94.8915 107.062475) (xy 87.908499 107.062475) (xy 87.9085 107.062468) + (xy 87.9085 106.297532) (xy 87.876529 106.054692) (xy 87.813135 105.818102) (xy 87.719402 105.59181) + (xy 87.7194 105.591807) (xy 87.719398 105.591802) (xy 87.596938 105.379697) (xy 87.596934 105.37969) + (xy 87.447827 105.185369) (xy 87.447822 105.185363) (xy 87.274636 105.012177) (xy 87.274629 105.012171) + (xy 87.080318 104.863072) (xy 87.080316 104.86307) (xy 87.08031 104.863066) (xy 87.080305 104.863063) + (xy 87.080302 104.863061) (xy 86.868197 104.740601) (xy 86.868186 104.740596) (xy 86.6419 104.646865) + (xy 86.523603 104.615168) (xy 86.405308 104.583471) (xy 86.351343 104.576366) (xy 86.162475 104.5515) + (xy 86.162468 104.5515) (xy 85.917532 104.5515) (xy 85.917524 104.5515) (xy 85.701674 104.579918) + (xy 85.674692 104.583471) (xy 85.615544 104.599319) (xy 85.438099 104.646865) (xy 85.211813 104.740596) + (xy 85.211802 104.740601) (xy 84.999697 104.863061) (xy 84.999681 104.863072) (xy 84.80537 105.012171) + (xy 84.805363 105.012177) (xy 84.632177 105.185363) (xy 84.632171 105.18537) (xy 84.483072 105.379681) + (xy 84.483061 105.379697) (xy 84.360601 105.591802) (xy 84.360596 105.591813) (xy 84.266865 105.818099) + (xy 84.203471 106.054693) (xy 84.171412 106.298193) (xy 84.143145 106.362089) (xy 84.08482 106.40056) + (xy 84.014956 106.401391) (xy 83.960792 106.369688) (xy 74.001821 96.410716) (xy 73.968336 96.349393) + (xy 73.97332 96.279701) (xy 74.015192 96.223768) (xy 74.076901 96.199677) (xy 74.094426 96.197887) + (xy 74.262738 96.142115) (xy 74.413652 96.04903) (xy 74.53903 95.923652) (xy 74.632115 95.772738) + (xy 74.687887 95.604426) (xy 74.6985 95.500545) (xy 74.698499 94.499456) (xy 74.687887 94.395574) + (xy 74.632115 94.227262) (xy 74.53903 94.076348) (xy 74.413652 93.95097) (xy 74.266167 93.86) (xy 74.26274 93.857886) + (xy 74.262735 93.857884) (xy 74.094427 93.802113) (xy 73.990552 93.7915) (xy 73.990545 93.7915) + (xy 73.328766 93.7915) (xy 73.261727 93.771815) (xy 73.241085 93.755181) (xy 72.751905 93.266001) + (xy 72.71842 93.204678) (xy 72.723404 93.134986) (xy 72.765276 93.079053) (xy 72.792125 93.063763) + (xy 72.852875 93.0386) (xy 72.956633 92.969271) (xy 73.241086 92.684816) (xy 73.302407 92.651333) + (xy 73.328766 92.648499) (xy 73.990537 92.648499) (xy 73.990544 92.648499) (xy 74.094426 92.637887) + (xy 74.262738 92.582115) (xy 74.413652 92.48903) (xy 74.53903 92.363652) (xy 74.632115 92.212738) + (xy 74.632117 92.212733) (xy 74.650089 92.158497) (xy 74.689861 92.101052) (xy 74.754376 92.074228) + (xy 74.767795 92.0735) (xy 84.371233 92.0735) (xy 84.438272 92.093185) (xy 84.484027 92.145989) + (xy 84.493971 92.215147) (xy 84.464946 92.278703) (xy 84.458914 92.285181) (xy 84.276394 92.4677) + (xy 84.215071 92.501185) (xy 84.14845 92.4973) (xy 84.126954 92.48992) (xy 83.93573 92.458011) (xy 83.896712 92.4515) + (xy 83.663288 92.4515) (xy 83.62427 92.458011) (xy 83.433045 92.48992) (xy 83.21228 92.56571) (xy 83.212266 92.565716) + (xy 83.006988 92.676806) (xy 83.006985 92.676808) (xy 82.822781 92.820181) (xy 82.822776 92.820185) + (xy 82.664688 92.991913) (xy 82.633809 93.039178) (xy 82.580662 93.084534) (xy 82.511431 93.093958) + (xy 82.448095 93.064456) (xy 82.426191 93.039178) (xy 82.395311 92.991913) (xy 82.237223 92.820185) + (xy 82.237222 92.820184) (xy 82.23722 92.820182) (xy 82.053017 92.67681) (xy 82.053015 92.676809) + (xy 82.053014 92.676808) (xy 82.053011 92.676806) (xy 81.847733 92.565716) (xy 81.84773 92.565715) + (xy 81.847727 92.565713) (xy 81.847721 92.565711) (xy 81.847719 92.56571) (xy 81.626954 92.48992) + (xy 81.43573 92.458011) (xy 81.396712 92.4515) (xy 81.163288 92.4515) (xy 81.12427 92.458011) (xy 80.933045 92.48992) + (xy 80.71228 92.56571) (xy 80.712266 92.565716) (xy 80.506988 92.676806) (xy 80.506986 92.676807) + (xy 80.338123 92.808239) (xy 80.273129 92.833881) (xy 80.204589 92.820314) (xy 80.154264 92.771846) + (xy 80.14578 92.753719) (xy 80.130889 92.713796) (xy 80.130888 92.713795) (xy 80.043261 92.596739) + (xy 79.926204 92.509111) (xy 79.902981 92.500449) (xy 79.789203 92.458011) (xy 79.728654 92.4515) + (xy 79.728638 92.4515) (xy 77.831362 92.4515) (xy 77.831345 92.4515) (xy 77.770797 92.458011) (xy 77.770795 92.458011) + (xy 77.633795 92.509111) (xy 77.516739 92.596739) (xy 77.429111 92.713795) (xy 77.378011 92.850795) + (xy 77.378011 92.850797) (xy 77.3715 92.911345) (xy 77.3715 94.808654) (xy 77.378011 94.869202) + (xy 77.378011 94.869204) (xy 77.41422 94.96628) (xy 77.429111 95.006204) (xy 77.516739 95.123261) + (xy 77.633796 95.210889) (xy 77.770799 95.261989) (xy 77.79805 95.264918) (xy 77.831345 95.268499) + (xy 77.831362 95.2685) (xy 79.241234 95.2685) (xy 79.308273 95.288185) (xy 79.328915 95.304819) + (xy 79.513029 95.488933) (xy 79.601264 95.577168) (xy 79.601268 95.577172) (xy 79.705018 95.646496) + (xy 79.705024 95.646499) (xy 79.705025 95.6465) (xy 79.820315 95.694255) (xy 79.942701 95.718599) + (xy 79.942705 95.7186) (xy 79.942706 95.7186) (xy 96.712195 95.7186) (xy 96.712196 95.718599) (xy 96.834585 95.694255) + (xy 96.949875 95.6465) (xy 97.053633 95.577171) (xy 97.594618 95.036184) (xy 97.655939 95.002701) + (xy 97.72563 95.007685) (xy 97.781563 95.049555) (xy 97.836739 95.123261) (xy 97.953796 95.210889) + (xy 98.090799 95.261989) (xy 98.11805 95.264918) (xy 98.151345 95.268499) (xy 98.151362 95.2685) + (xy 100.048638 95.2685) (xy 100.048654 95.268499) (xy 100.075692 95.265591) (xy 100.109201 95.261989) + (xy 100.246204 95.210889) (xy 100.363261 95.123261) (xy 100.450889 95.006204) (xy 100.465781 94.966277) + (xy 100.507651 94.910347) (xy 100.573115 94.88593) (xy 100.641388 94.900782) (xy 100.658123 94.911761) + (xy 100.817984 95.036186) (xy 100.826983 95.04319) (xy 100.826985 95.043191) (xy 100.826988 95.043193) + (xy 100.838746 95.049556) (xy 101.032273 95.154287) (xy 101.138503 95.190756) (xy 101.253045 95.230079) + (xy 101.253047 95.230079) (xy 101.253049 95.23008) (xy 101.483288 95.2685) (xy 101.483289 95.2685) + (xy 101.716711 95.2685) (xy 101.716712 95.2685) (xy 101.946951 95.23008) (xy 101.952218 95.228272) + (xy 101.955458 95.227159) (xy 102.167727 95.154287) (xy 102.373017 95.04319) (xy 102.55722 94.899818) + (xy 102.715314 94.728083) (xy 102.746191 94.680821) (xy 102.799337 94.635465) (xy 102.868568 94.626041) + (xy 102.931904 94.655542) (xy 102.953809 94.680822) (xy 102.984686 94.728084) (xy 103.129995 94.88593) + (xy 103.14278 94.899818) (xy 103.326983 95.04319) (xy 103.326985 95.043191) (xy 103.326988 95.043193) + (xy 103.338746 95.049556) (xy 103.532273 95.154287) (xy 103.638503 95.190756) (xy 103.753045 95.230079) + (xy 103.753047 95.230079) (xy 103.753049 95.23008) (xy 103.983288 95.2685) (xy 103.983289 95.2685) + (xy 104.216711 95.2685) (xy 104.216712 95.2685) (xy 104.446951 95.23008) (xy 104.452218 95.228272) + (xy 104.455458 95.227159) (xy 104.667727 95.154287) (xy 104.873017 95.04319) (xy 105.05722 94.899818) + (xy 105.215314 94.728083) (xy 105.342984 94.532669) (xy 105.436749 94.318907) (xy 105.494051 94.092626) + (xy 105.509462 93.906645) (xy 105.513327 93.860005) (xy 105.513327 93.859994) (xy 105.496804 93.660597) + (xy 105.494051 93.627374) (xy 105.436749 93.401093) (xy 105.342984 93.187331) (xy 105.255767 93.053835) + (xy 105.215313 92.991915) (xy 105.057223 92.820185) (xy 105.057222 92.820184) (xy 105.05722 92.820182) + (xy 104.873017 92.67681) (xy 104.873015 92.676809) (xy 104.873014 92.676808) (xy 104.873011 92.676806) + (xy 104.667733 92.565716) (xy 104.66773 92.565715) (xy 104.667727 92.565713) (xy 104.667721 92.565711) + (xy 104.667719 92.56571) (xy 104.446954 92.48992) (xy 104.25573 92.458011) (xy 104.216712 92.4515) + (xy 103.983288 92.4515) (xy 103.944914 92.457903) (xy 103.753044 92.48992) (xy 103.731545 92.497301) + (xy 103.661746 92.500449) (xy 103.603604 92.4677) (xy 103.275836 92.139931) (xy 103.275832 92.139928) + (xy 103.172081 92.070603) (xy 103.172072 92.070598) (xy 103.056785 92.022845) (xy 103.056777 92.022843) + (xy 102.934398 91.9985) (xy 102.934394 91.9985) (xy 86.081267 91.9985) (xy 86.014228 91.978815) + (xy 85.968473 91.926011) (xy 85.958529 91.856853) (xy 85.987554 91.793297) (xy 85.993586 91.786819) + (xy 91.037929 86.742475) (xy 94.9315 86.742475) (xy 94.956366 86.931343) (xy 94.963471 86.985308) + (xy 94.995168 87.103603) (xy 95.026865 87.2219) (xy 95.120596 87.448186) (xy 95.120601 87.448197) + (xy 95.243061 87.660302) (xy 95.243072 87.660318) (xy 95.392171 87.854629) (xy 95.392177 87.854636) + (xy 95.565363 88.027822) (xy 95.565369 88.027827) (xy 95.75969 88.176934) (xy 95.759697 88.176938) + (xy 95.971802 88.299398) (xy 95.971807 88.2994) (xy 95.97181 88.299402) (xy 96.084956 88.346268) + (xy 96.198099 88.393134) (xy 96.1981 88.393134) (xy 96.198102 88.393135) (xy 96.434692 88.456529) + (xy 96.677532 88.4885) (xy 96.677539 88.4885) (xy 96.922461 88.4885) (xy 96.922468 88.4885) (xy 97.165308 88.456529) + (xy 97.401898 88.393135) (xy 97.62819 88.299402) (xy 97.84031 88.176934) (xy 98.034631 88.027827) + (xy 98.207827 87.854631) (xy 98.356934 87.66031) (xy 98.479402 87.44819) (xy 98.573135 87.221898) + (xy 98.636529 86.985308) (xy 98.668499 86.742475) (xy 104.5315 86.742475) (xy 104.556366 86.931343) + (xy 104.563471 86.985308) (xy 104.595168 87.103603) (xy 104.626865 87.2219) (xy 104.720596 87.448186) + (xy 104.720601 87.448197) (xy 104.843061 87.660302) (xy 104.843072 87.660318) (xy 104.992171 87.854629) + (xy 104.992177 87.854636) (xy 105.165363 88.027822) (xy 105.165369 88.027827) (xy 105.35969 88.176934) + (xy 105.359697 88.176938) (xy 105.571802 88.299398) (xy 105.571807 88.2994) (xy 105.57181 88.299402) + (xy 105.684956 88.346268) (xy 105.798099 88.393134) (xy 105.7981 88.393134) (xy 105.798102 88.393135) + (xy 106.034692 88.456529) (xy 106.277532 88.4885) (xy 106.277539 88.4885) (xy 106.522461 88.4885) + (xy 106.522468 88.4885) (xy 106.765308 88.456529) (xy 107.001898 88.393135) (xy 107.22819 88.299402) + (xy 107.44031 88.176934) (xy 107.634631 88.027827) (xy 107.807827 87.854631) (xy 107.956934 87.66031) + (xy 108.079402 87.44819) (xy 108.173135 87.221898) (xy 108.236529 86.985308) (xy 108.2685 86.742468) + (xy 108.2685 85.977532) (xy 108.236529 85.734692) (xy 108.173135 85.498102) (xy 108.079402 85.27181) + (xy 108.0794 85.271807) (xy 108.079398 85.271802) (xy 107.956938 85.059697) (xy 107.956934 85.05969) + (xy 107.807827 84.865369) (xy 107.807822 84.865363) (xy 107.634636 84.692177) (xy 107.634629 84.692171) + (xy 107.440318 84.543072) (xy 107.440316 84.54307) (xy 107.44031 84.543066) (xy 107.440305 84.543063) + (xy 107.440302 84.543061) (xy 107.228197 84.420601) (xy 107.228186 84.420596) (xy 107.0019 84.326865) + (xy 106.883603 84.295168) (xy 106.765308 84.263471) (xy 106.711343 84.256366) (xy 106.522475 84.2315) + (xy 106.522468 84.2315) (xy 106.277532 84.2315) (xy 106.277524 84.2315) (xy 106.061674 84.259918) + (xy 106.034692 84.263471) (xy 105.975544 84.279319) (xy 105.798099 84.326865) (xy 105.571813 84.420596) + (xy 105.571802 84.420601) (xy 105.359697 84.543061) (xy 105.359681 84.543072) (xy 105.16537 84.692171) + (xy 105.165363 84.692177) (xy 104.992177 84.865363) (xy 104.992171 84.86537) (xy 104.843072 85.059681) + (xy 104.843061 85.059697) (xy 104.720601 85.271802) (xy 104.720596 85.271813) (xy 104.626865 85.498099) + (xy 104.563471 85.734693) (xy 104.5315 85.977524) (xy 104.5315 86.742475) (xy 98.668499 86.742475) + (xy 98.6685 86.742468) (xy 98.6685 85.977532) (xy 98.636529 85.734692) (xy 98.573135 85.498102) + (xy 98.479402 85.27181) (xy 98.4794 85.271807) (xy 98.479398 85.271802) (xy 98.356938 85.059697) + (xy 98.356934 85.05969) (xy 98.207827 84.865369) (xy 98.207822 84.865363) (xy 98.034636 84.692177) + (xy 98.034629 84.692171) (xy 97.840318 84.543072) (xy 97.840316 84.54307) (xy 97.84031 84.543066) + (xy 97.840305 84.543063) (xy 97.840302 84.543061) (xy 97.628197 84.420601) (xy 97.628186 84.420596) + (xy 97.4019 84.326865) (xy 97.283603 84.295168) (xy 97.165308 84.263471) (xy 97.111343 84.256366) + (xy 96.922475 84.2315) (xy 96.922468 84.2315) (xy 96.677532 84.2315) (xy 96.677524 84.2315) (xy 96.461674 84.259918) + (xy 96.434692 84.263471) (xy 96.375544 84.279319) (xy 96.198099 84.326865) (xy 95.971813 84.420596) + (xy 95.971802 84.420601) (xy 95.759697 84.543061) (xy 95.759681 84.543072) (xy 95.56537 84.692171) + (xy 95.565363 84.692177) (xy 95.392177 84.865363) (xy 95.392171 84.86537) (xy 95.243072 85.059681) + (xy 95.243061 85.059697) (xy 95.120601 85.271802) (xy 95.120596 85.271813) (xy 95.026865 85.498099) + (xy 94.963471 85.734693) (xy 94.9315 85.977524) (xy 94.9315 86.742475) (xy 91.037929 86.742475) + (xy 94.553498 83.226906) (xy 103.086408 74.693996) (xy 103.147727 74.660514) (xy 103.217419 74.665498) + (xy 103.250247 74.683826) (xy 103.29165 74.71605) (xy 103.495697 74.826476) (xy 103.495706 74.826479) + (xy 103.715139 74.901811) (xy 103.943993 74.94) (xy 104.176007 74.94) (xy 104.40486 74.901811) (xy 104.624293 74.826479) + (xy 104.624301 74.826476) (xy 104.828355 74.716047) (xy 104.858797 74.692351) (xy 104.858798 74.692351) + (xy 104.189409 74.022962) (xy 104.252993 74.005925) (xy 104.367007 73.940099) (xy 104.460099 73.847007) + (xy 104.525925 73.732993) (xy 104.542962 73.669409) (xy 105.211186 74.337633) (xy 105.295482 74.208611) + (xy 105.388682 73.996135) (xy 105.445638 73.771218) (xy 105.464798 73.540005) (xy 105.464798 73.539994) + (xy 105.445638 73.308781) (xy 105.388682 73.083864) (xy 105.295484 72.871393) (xy 105.211186 72.742365) + (xy 104.542962 73.410589) (xy 104.525925 73.347007) (xy 104.460099 73.232993) (xy 104.367007 73.139901) + (xy 104.252993 73.074075) (xy 104.189409 73.057037) (xy 104.858797 72.387647) (xy 104.858797 72.387645) + (xy 104.82836 72.363955) (xy 104.828354 72.363951) (xy 104.624302 72.253523) (xy 104.624293 72.25352) + (xy 104.40486 72.178188) (xy 104.176007 72.14) (xy 104.174665 72.14) (xy 104.174135 72.139844) (xy 104.170896 72.139576) + (xy 104.170951 72.138909) (xy 104.107626 72.120315) (xy 104.061871 72.067511) (xy 104.051927 71.998353) + (xy 104.080952 71.934797) (xy 104.086972 71.928331) (xy 108.080783 67.934519) (xy 108.142104 67.901036) + (xy 108.211796 67.90602) (xy 108.267729 67.947892) (xy 108.272082 67.95466) (xy 108.272334 67.954497) + (xy 108.398276 68.147265) (xy 108.398284 68.147276) (xy 108.493524 68.250732) (xy 108.55076 68.312906) + (xy 108.728424 68.451189) (xy 108.728425 68.451189) (xy 108.728427 68.451191) (xy 108.855135 68.519761) + (xy 108.926426 68.558342) (xy 109.139365 68.631444) (xy 109.361431 68.6685) (xy 109.586569 68.6685) + (xy 109.808635 68.631444) (xy 110.021574 68.558342) (xy 110.219576 68.451189) (xy 110.39724 68.312906) + (xy 110.517914 68.18182) (xy 110.549715 68.147276) (xy 110.549716 68.147274) (xy 110.549722 68.147268) + (xy 110.67286 67.958791) (xy 110.763296 67.752616) (xy 110.818564 67.534368) (xy 110.827834 67.422498) + (xy 110.837156 67.310005) (xy 110.837156 67.309994) (xy 110.818565 67.08564) (xy 110.818563 67.085628) + (xy 110.815876 67.075018) (xy 110.763296 66.867384) (xy 110.67286 66.661209) (xy 110.549722 66.472732) + (xy 110.549719 66.472729) (xy 110.549715 66.472723) (xy 110.397243 66.307097) (xy 110.397238 66.307092) + (xy 110.219577 66.168812) (xy 110.219578 66.168812) (xy 110.219576 66.168811) (xy 110.18307 66.149055) + (xy 110.133479 66.099836) (xy 110.118371 66.031619) (xy 110.142541 65.966064) (xy 110.18307 65.930945) + (xy 110.183084 65.930936) (xy 110.219576 65.911189) (xy 110.39724 65.772906) (xy 110.549722 65.607268) + (xy 110.67286 65.418791) (xy 110.763296 65.212616) (xy 110.818564 64.994368) (xy 110.818565 64.994359) + (xy 110.837156 64.770005) (xy 110.837156 64.769994) (xy 110.818565 64.54564) (xy 110.818563 64.545628) + (xy 110.774638 64.372173) (xy 110.763296 64.327384) (xy 110.67286 64.121209) (xy 110.637008 64.066334) + (xy 110.556738 63.943471) (xy 110.549722 63.932732) (xy 110.549719 63.932729) (xy 110.549715 63.932723) + (xy 110.397243 63.767097) (xy 110.397238 63.767092) (xy 110.219577 63.628812) (xy 110.219578 63.628812) + (xy 110.219576 63.628811) (xy 110.18307 63.609055) (xy 110.133479 63.559836) (xy 110.118371 63.491619) + (xy 110.142541 63.426064) (xy 110.18307 63.390945) (xy 110.183084 63.390936) (xy 110.219576 63.371189) + (xy 110.39724 63.232906) (xy 110.549722 63.067268) (xy 110.67286 62.878791) (xy 110.763296 62.672616) + (xy 110.818564 62.454368) (xy 110.821985 62.413089) (xy 110.837156 62.230005) (xy 110.837156 62.229994) + (xy 110.818565 62.00564) (xy 110.818563 62.005628) (xy 110.763296 61.787385) (xy 110.739116 61.73226) + (xy 110.67286 61.581209) (xy 110.648502 61.543927) (xy 110.549723 61.392734) (xy 110.549715 61.392723) + (xy 110.40451 61.234991) (xy 110.373587 61.172337) (xy 110.381447 61.102911) (xy 110.425594 61.048755) + (xy 110.452405 61.034827) (xy 110.532584 61.00492) (xy 110.570204 60.990889) (xy 110.687261 60.903261) + (xy 110.774889 60.786204) (xy 110.825989 60.649201) (xy 110.829591 60.615692) (xy 110.832499 60.588654) + (xy 110.8325 60.588637) (xy 110.8325 58.791362) (xy 110.832499 58.791345) (xy 110.829157 58.76027) + (xy 110.825989 58.730799) (xy 110.774889 58.593796) (xy 110.687261 58.476739) (xy 110.570204 58.389111) + (xy 110.433203 58.338011) (xy 110.372654 58.3315) (xy 110.372638 58.3315) (xy 108.575362 58.3315) + (xy 108.575345 58.3315) (xy 108.514797 58.338011) (xy 108.514795 58.338011) (xy 108.377795 58.389111) + (xy 108.260739 58.476739) (xy 108.173111 58.593795) (xy 108.122011 58.730795) (xy 108.122011 58.730797) + (xy 108.1155 58.791345) (xy 108.1155 60.588654) (xy 108.122011 60.649202) (xy 108.122011 60.649204) + (xy 108.173111 60.786204) (xy 108.260739 60.903261) (xy 108.377796 60.990889) (xy 108.429737 61.010262) + (xy 108.495595 61.034827) (xy 108.551528 61.076699) (xy 108.575944 61.142163) (xy 108.561092 61.210436) + (xy 108.54349 61.234991) (xy 108.398279 61.39273) (xy 108.398276 61.392734) (xy 108.27514 61.581207) + (xy 108.184703 61.787385) (xy 108.129436 62.005628) (xy 108.129434 62.00564) (xy 108.110844 62.229994) + (xy 108.110844 62.230005) (xy 108.129435 62.454364) (xy 108.157461 62.565037) (xy 108.154836 62.634857) + (xy 108.124936 62.683158) (xy 107.895067 62.913029) (xy 107.850947 62.957149) (xy 107.806827 63.001268) + (xy 107.737503 63.105018) (xy 107.737498 63.105027) (xy 107.689745 63.220314) (xy 107.689743 63.220322) + (xy 107.6654 63.342701) (xy 107.6654 64.175029) (xy 107.645715 64.242068) (xy 107.592911 64.287823) + (xy 107.523753 64.297767) (xy 107.465914 64.273405) (xy 107.400319 64.223072) (xy 107.400302 64.223061) + (xy 107.188197 64.100601) (xy 107.188186 64.100596) (xy 106.9619 64.006865) (xy 106.843603 63.975168) + (xy 106.725308 63.943471) (xy 106.671343 63.936366) (xy 106.482475 63.9115) (xy 106.482468 63.9115) + (xy 106.237532 63.9115) (xy 106.237524 63.9115) (xy 106.021674 63.939918) (xy 105.994692 63.943471) + (xy 105.935544 63.959319) (xy 105.758099 64.006865) (xy 105.531813 64.100596) (xy 105.531802 64.100601) + (xy 105.319697 64.223061) (xy 105.319681 64.223072) (xy 105.12537 64.372171) (xy 105.125363 64.372177) + (xy 104.952177 64.545363) (xy 104.952171 64.54537) (xy 104.803072 64.739681) (xy 104.803061 64.739697) + (xy 104.680601 64.951802) (xy 104.680596 64.951813) (xy 104.586865 65.178099) (xy 104.563324 65.265957) + (xy 104.525583 65.406812) (xy 104.523471 65.414693) (xy 104.4915 65.657524) (xy 104.4915 66.422475) + (xy 104.516366 66.611343) (xy 104.523471 66.665308) (xy 104.555168 66.783603) (xy 104.586865 66.9019) + (xy 104.680596 67.128186) (xy 104.680601 67.128197) (xy 104.803061 67.340302) (xy 104.803072 67.340318) + (xy 104.952171 67.534629) (xy 104.952177 67.534636) (xy 105.125363 67.707822) (xy 105.125369 67.707827) + (xy 105.31969 67.856934) (xy 105.319697 67.856938) (xy 105.531802 67.979398) (xy 105.531807 67.9794) + (xy 105.53181 67.979402) (xy 105.758102 68.073135) (xy 105.860011 68.100441) (xy 105.91967 68.136804) + (xy 105.9502 68.199651) (xy 105.941906 68.269027) (xy 105.915598 68.307896) (xy 103.263496 70.96) + (xy 102.406167 71.817329) (xy 102.371128 71.852368) (xy 102.317927 71.905568) (xy 102.248603 72.009318) + (xy 102.248598 72.009327) (xy 102.200845 72.124614) (xy 102.199076 72.130447) (xy 102.197327 72.129916) + (xy 102.168905 72.184232) (xy 102.108184 72.218797) (xy 102.039423 72.215397) (xy 101.906954 72.16992) + (xy 101.71573 72.138011) (xy 101.676712 72.1315) (xy 101.443288 72.1315) (xy 101.404914 72.137903) + (xy 101.213044 72.16992) (xy 101.191545 72.177301) (xy 101.121746 72.180449) (xy 101.063604 72.1477) + (xy 97.219701 68.303797) (xy 97.186216 68.242474) (xy 97.1912 68.172782) (xy 97.233072 68.116849) + (xy 97.275285 68.096342) (xy 97.361898 68.073135) (xy 97.58819 67.979402) (xy 97.80031 67.856934) + (xy 97.994631 67.707827) (xy 98.167827 67.534631) (xy 98.316934 67.34031) (xy 98.439402 67.12819) + (xy 98.533135 66.901898) (xy 98.596529 66.665308) (xy 98.6285 66.422468) (xy 98.6285 65.657532) + (xy 98.596529 65.414692) (xy 98.533135 65.178102) (xy 98.439402 64.95181) (xy 98.4394 64.951807) + (xy 98.439398 64.951802) (xy 98.316938 64.739697) (xy 98.316934 64.73969) (xy 98.167827 64.545369) + (xy 98.167822 64.545363) (xy 97.994636 64.372177) (xy 97.994629 64.372171) (xy 97.800318 64.223072) + (xy 97.800316 64.22307) (xy 97.80031 64.223066) (xy 97.800305 64.223063) (xy 97.800302 64.223061) + (xy 97.588197 64.100601) (xy 97.588186 64.100596) (xy 97.3619 64.006865) (xy 97.243603 63.975168) + (xy 97.125308 63.943471) (xy 97.071343 63.936366) (xy 96.882475 63.9115) (xy 96.882468 63.9115) + (xy 96.637532 63.9115) (xy 96.637524 63.9115) (xy 96.421674 63.939918) (xy 96.394692 63.943471) + (xy 96.335544 63.959319) (xy 96.158099 64.006865) (xy 95.931813 64.100596) (xy 95.931802 64.100601) + (xy 95.719697 64.223061) (xy 95.719681 64.223072) (xy 95.52537 64.372171) (xy 95.525363 64.372177) + (xy 95.352177 64.545363) (xy 95.352171 64.54537) (xy 95.203072 64.739681) (xy 95.203061 64.739697) + (xy 95.080601 64.951802) (xy 95.080596 64.951813) (xy 94.986865 65.178099) (xy 94.963324 65.265957) + (xy 94.925583 65.406812) (xy 94.923471 65.414693) (xy 94.8915 65.657524) (xy 94.8915 65.815342) + (xy 94.871815 65.882381) (xy 94.819011 65.928136) (xy 94.749853 65.93808) (xy 94.743309 65.93696) + (xy 94.698947 65.928136) (xy 94.630394 65.9145) (xy 94.630392 65.9145) (xy 54.107956 65.9145) (xy 54.040917 65.894815) + (xy 54.004148 65.858322) (xy 53.907723 65.710734) (xy 53.907715 65.710723) (xy 53.755243 65.545097) + (xy 53.755238 65.545092) (xy 53.592968 65.418791) (xy 53.577577 65.406811) (xy 53.534303 65.383393) + (xy 53.484713 65.334173) (xy 53.469605 65.265957) (xy 53.493775 65.200401) (xy 53.522198 65.172763) + (xy 53.593373 65.122925) (xy 52.961409 64.490962) (xy 53.024993 64.473925) (xy 53.139007 64.408099) + (xy 53.232099 64.315007) (xy 53.297925 64.200993) (xy 53.314962 64.13741) (xy 53.946925 64.769373) + (xy 53.946926 64.769373) (xy 54.005598 64.685582) (xy 54.0056 64.685578) (xy 54.105429 64.471492) + (xy 54.105433 64.471483) (xy 54.166567 64.243326) (xy 54.166569 64.243315) (xy 54.187157 64.008001) + (xy 54.187157 64.007998) (xy 54.166569 63.772684) (xy 54.166567 63.772673) (xy 54.105433 63.544516) + (xy 54.105429 63.544507) (xy 54.0056 63.330423) (xy 54.005599 63.330421) (xy 53.946925 63.246626) + (xy 53.946925 63.246625) (xy 53.314962 63.878589) (xy 53.297925 63.815007) (xy 53.232099 63.700993) + (xy 53.139007 63.607901) (xy 53.024993 63.542075) (xy 52.96141 63.525037) (xy 53.593373 62.893073) + (xy 53.593373 62.893072) (xy 53.522199 62.843236) (xy 53.478574 62.788659) (xy 53.47138 62.719161) + (xy 53.501288 62.66) (xy 59.381634 62.66) (xy 59.401065 62.906906) (xy 59.401065 62.906909) (xy 59.401066 62.906911) + (xy 59.458885 63.147742) (xy 59.458886 63.147744) (xy 59.553663 63.376558) (xy 59.553665 63.376562) + (xy 59.553666 63.376563) (xy 59.683075 63.58774) (xy 59.843927 63.776073) (xy 60.03226 63.936925) + (xy 60.243437 64.066334) (xy 60.243439 64.066334) (xy 60.243441 64.066336) (xy 60.261524 64.073826) + (xy 60.472258 64.161115) (xy 60.713089 64.218934) (xy 60.96 64.238366) (xy 61.206911 64.218934) + (xy 61.447742 64.161115) (xy 61.676563 64.066334) (xy 61.88774 63.936925) (xy 62.076073 63.776073) + (xy 62.236925 63.58774) (xy 62.366334 63.376563) (xy 62.461115 63.147742) (xy 62.518934 62.906911) + (xy 62.538366 62.66) (xy 62.518934 62.413089) (xy 62.461115 62.172258) (xy 62.366334 61.943437) + (xy 62.236925 61.73226) (xy 62.076073 61.543927) (xy 61.88774 61.383075) (xy 61.676563 61.253666) + (xy 61.676561 61.253665) (xy 61.676556 61.253662) (xy 61.579742 61.213561) (xy 61.525338 61.16972) + (xy 61.503273 61.103426) (xy 61.520552 61.035727) (xy 61.571689 60.988116) (xy 61.627194 60.975) + (xy 61.972828 60.975) (xy 61.972844 60.974999) (xy 62.032372 60.968598) (xy 62.032379 60.968596) + (xy 62.167086 60.918354) (xy 62.167093 60.91835) (xy 62.282187 60.83219) (xy 62.28219 60.832187) + (xy 62.36835 60.717093) (xy 62.368354 60.717086) (xy 62.418596 60.582379) (xy 62.418598 60.582372) + (xy 62.424999 60.522844) (xy 62.425 60.522827) (xy 62.425 59.81) (xy 61.516706 59.81) (xy 61.546558 59.737931) + (xy 61.57 59.62008) (xy 61.57 59.49992) (xy 61.546558 59.382069) (xy 61.516706 59.31) (xy 62.425 59.31) + (xy 62.425 58.597172) (xy 62.424999 58.597155) (xy 62.418598 58.537627) (xy 62.418596 58.53762) + (xy 62.368354 58.402913) (xy 62.36835 58.402906) (xy 62.28219 58.287812) (xy 62.282187 58.287809) + (xy 62.167093 58.201649) (xy 62.167086 58.201645) (xy 62.032379 58.151403) (xy 62.032372 58.151401) + (xy 61.972844 58.145) (xy 61.21 58.145) (xy 61.21 59.003293) (xy 61.137931 58.973442) (xy 61.02008 58.95) + (xy 60.89992 58.95) (xy 60.782069 58.973442) (xy 60.71 59.003293) (xy 60.71 58.145) (xy 59.947155 58.145) + (xy 59.887627 58.151401) (xy 59.88762 58.151403) (xy 59.752913 58.201645) (xy 59.752906 58.201649) + (xy 59.637812 58.287809) (xy 59.637809 58.287812) (xy 59.551649 58.402906) (xy 59.551645 58.402913) + (xy 59.501403 58.53762) (xy 59.501401 58.537627) (xy 59.495 58.597155) (xy 59.495 59.31) (xy 60.403294 59.31) + (xy 60.373442 59.382069) (xy 60.35 59.49992) (xy 60.35 59.62008) (xy 60.373442 59.737931) (xy 60.403294 59.81) + (xy 59.495 59.81) (xy 59.495 60.522844) (xy 59.501401 60.582372) (xy 59.501403 60.582379) (xy 59.551645 60.717086) + (xy 59.551649 60.717093) (xy 59.637809 60.832187) (xy 59.637812 60.83219) (xy 59.752906 60.91835) + (xy 59.752913 60.918354) (xy 59.88762 60.968596) (xy 59.887627 60.968598) (xy 59.947155 60.974999) + (xy 59.947172 60.975) (xy 60.292806 60.975) (xy 60.359845 60.994685) (xy 60.4056 61.047489) (xy 60.415544 61.116647) + (xy 60.386519 61.180203) (xy 60.340258 61.213561) (xy 60.243443 61.253662) (xy 60.032259 61.383075) + (xy 59.843927 61.543927) (xy 59.683075 61.732259) (xy 59.553663 61.943441) (xy 59.458886 62.172255) + (xy 59.401065 62.413093) (xy 59.381634 62.66) (xy 53.501288 62.66) (xy 53.502903 62.656806) (xy 53.534305 62.632606) + (xy 53.577576 62.609189) (xy 53.75524 62.470906) (xy 53.907722 62.305268) (xy 54.03086 62.116791) + (xy 54.121296 61.910616) (xy 54.176564 61.692368) (xy 54.185775 61.581209) (xy 54.195156 61.468005) + (xy 54.195156 61.467994) (xy 54.176565 61.24364) (xy 54.176563 61.243628) (xy 54.155103 61.158885) + (xy 54.121296 61.025384) (xy 54.03086 60.819209) (xy 53.907722 60.630732) (xy 53.907719 60.630729) + (xy 53.907715 60.630723) (xy 53.755243 60.465097) (xy 53.755238 60.465092) (xy 53.577577 60.326812) + (xy 53.577578 60.326812) (xy 53.577576 60.326811) (xy 53.54107 60.307055) (xy 53.491479 60.257836) + (xy 53.476371 60.189619) (xy 53.500541 60.124064) (xy 53.54107 60.088945) (xy 53.541084 60.088936) + (xy 53.577576 60.069189) (xy 53.75524 59.930906) (xy 53.907722 59.765268) (xy 54.03086 59.576791) + (xy 54.121296 59.370616) (xy 54.176564 59.152368) (xy 54.176565 59.152359) (xy 54.195156 58.928005) + (xy 54.195156 58.927994) (xy 54.176565 58.70364) (xy 54.176563 58.703628) (xy 54.121296 58.485385) + (xy 54.034633 58.287812) (xy 54.03086 58.279209) (xy 53.907722 58.090732) (xy 53.907719 58.090729) + (xy 53.907715 58.090723) (xy 53.76251 57.932991) (xy 53.731587 57.870337) (xy 53.739447 57.800911) + (xy 53.783594 57.746755) (xy 53.810405 57.732827) (xy 53.890584 57.70292) (xy 53.928204 57.688889) + (xy 54.045261 57.601261) (xy 54.132889 57.484204) (xy 54.183989 57.347201) (xy 54.187591 57.313692) + (xy 54.190499 57.286654) (xy 54.1905 57.286637) (xy 54.1905 55.489362) (xy 54.190499 55.489345) + (xy 54.187157 55.45827) (xy 54.183989 55.428799) (xy 54.132889 55.291796) (xy 54.045261 55.174739) + (xy 53.928204 55.087111) (xy 53.791203 55.036011) (xy 53.730654 55.0295) (xy 53.730638 55.0295) + (xy 51.933362 55.0295) (xy 51.933345 55.0295) (xy 51.872797 55.036011) (xy 51.872795 55.036011) + (xy 51.735795 55.087111) (xy 51.618739 55.174739) (xy 51.531111 55.291795) (xy 51.480011 55.428795) + (xy 51.480011 55.428797) (xy 51.4735 55.489345) (xy 51.4735 57.286654) (xy 51.480011 57.347202) + (xy 51.480011 57.347204) (xy 51.531111 57.484204) (xy 51.618739 57.601261) (xy 51.735796 57.688889) + (xy 51.787737 57.708262) (xy 51.853595 57.732827) (xy 51.909528 57.774699) (xy 51.933944 57.840163) + (xy 51.919092 57.908436) (xy 51.90149 57.932991) (xy 51.756279 58.09073) (xy 51.756276 58.090734) + (xy 51.63314 58.279207) (xy 51.542703 58.485385) (xy 51.487436 58.703628) (xy 51.487434 58.70364) + (xy 51.468844 58.927994) (xy 51.468844 58.928005) (xy 51.487435 59.152364) (xy 51.515461 59.263037) + (xy 51.512836 59.332857) (xy 51.482936 59.381158) (xy 51.087181 59.776914) (xy 51.025858 59.810399) + (xy 50.956167 59.805415) (xy 50.900233 59.763544) (xy 50.875816 59.698079) (xy 50.8755 59.689233) + (xy 50.8755 50.9995) (xy 50.895185 50.932461) (xy 50.947989 50.886706) (xy 50.9995 50.8755) (xy 111.2005 50.8755) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 103.324237 112.777285) (xy 103.369992 112.830089) (xy 103.379936 112.899247) (xy 103.350911 112.962803) + (xy 103.316215 112.990655) (xy 103.291652 113.003947) (xy 103.2612 113.027647) (xy 103.930591 113.697037) + (xy 103.867007 113.714075) (xy 103.752993 113.779901) (xy 103.659901 113.872993) (xy 103.594075 113.987007) + (xy 103.577037 114.050591) (xy 102.908811 113.382365) (xy 102.899713 113.383309) (xy 102.865737 113.412305) + (xy 102.796506 113.421728) (xy 102.73317 113.392225) (xy 102.711267 113.366947) (xy 102.675313 113.311915) + (xy 102.517223 113.140185) (xy 102.517222 113.140184) (xy 102.51722 113.140182) (xy 102.333017 112.99681) + (xy 102.321642 112.990654) (xy 102.272053 112.941435) (xy 102.256945 112.873219) (xy 102.281115 112.807663) + (xy 102.336891 112.765582) (xy 102.380661 112.7576) (xy 103.257198 112.7576) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 95.168173 71.773185) (xy 95.188815 71.789819) (xy 97.431063 74.032068) (xy 97.431067 74.032071) + (xy 97.534818 74.101396) (xy 97.534825 74.1014) (xy 97.574953 74.118021) (xy 97.629355 74.161861) + (xy 97.651421 74.228154) (xy 97.6515 74.232582) (xy 97.6515 74.488654) (xy 97.658011 74.549202) + (xy 97.658011 74.549204) (xy 97.69422 74.64628) (xy 97.709111 74.686204) (xy 97.796739 74.803261) + (xy 97.913796 74.890889) (xy 98.050799 74.941989) (xy 98.07805 74.944918) (xy 98.111345 74.948499) + (xy 98.111362 74.9485) (xy 100.008638 74.9485) (xy 100.008654 74.948499) (xy 100.035692 74.945591) + (xy 100.069201 74.941989) (xy 100.206204 74.890889) (xy 100.323261 74.803261) (xy 100.410889 74.686204) + (xy 100.425781 74.646277) (xy 100.467651 74.590347) (xy 100.533115 74.56593) (xy 100.601388 74.580782) + (xy 100.618123 74.591761) (xy 100.786979 74.723187) (xy 100.786983 74.72319) (xy 100.786985 74.723191) + (xy 100.786988 74.723193) (xy 100.951157 74.812036) (xy 101.000748 74.861255) (xy 101.015856 74.929472) + (xy 100.991686 74.995028) (xy 100.979821 75.008772) (xy 85.218415 90.770181) (xy 85.157092 90.803666) + (xy 85.130734 90.8065) (xy 74.767795 90.8065) (xy 74.700756 90.786815) (xy 74.655001 90.734011) + (xy 74.650089 90.721503) (xy 74.632117 90.667266) (xy 74.632115 90.667262) (xy 74.53903 90.516348) + (xy 74.413652 90.39097) (xy 74.262738 90.297885) (xy 74.262735 90.297884) (xy 74.094427 90.242113) + (xy 73.990546 90.2315) (xy 73.189462 90.2315) (xy 73.189446 90.231501) (xy 73.085572 90.242113) + (xy 72.917264 90.297884) (xy 72.917259 90.297886) (xy 72.766346 90.390971) (xy 72.677681 90.479637) + (xy 72.616358 90.513122) (xy 72.546666 90.508138) (xy 72.502319 90.479637) (xy 72.413653 90.390971) + (xy 72.413652 90.39097) (xy 72.262738 90.297885) (xy 72.262735 90.297884) (xy 72.094427 90.242113) + (xy 71.990546 90.2315) (xy 71.189462 90.2315) (xy 71.189446 90.231501) (xy 71.085572 90.242113) + (xy 70.917264 90.297884) (xy 70.917259 90.297886) (xy 70.766346 90.390971) (xy 70.695181 90.462137) + (xy 70.633858 90.495622) (xy 70.564166 90.490638) (xy 70.508233 90.448766) (xy 70.483816 90.383302) + (xy 70.4835 90.374456) (xy 70.4835 89.318489) (xy 70.503185 89.25145) (xy 70.530589 89.221223) (xy 70.533034 89.219288) + (xy 70.53304 89.219285) (xy 70.654285 89.09804) (xy 70.744302 88.952101) (xy 70.798236 88.789336) + (xy 70.8085 88.688872) (xy 70.8085 87.841128) (xy 70.798236 87.740664) (xy 70.744302 87.577899) + (xy 70.744298 87.577893) (xy 70.744297 87.57789) (xy 70.654287 87.431963) (xy 70.654284 87.431959) + (xy 70.53304 87.310715) (xy 70.533036 87.310712) (xy 70.387109 87.220702) (xy 70.387103 87.220699) + (xy 70.387101 87.220698) (xy 70.224336 87.166764) (xy 70.123879 87.1565) (xy 70.123872 87.1565) + (xy 69.576128 87.1565) (xy 69.57612 87.1565) (xy 69.475663 87.166764) (xy 69.312901 87.220697) (xy 69.31289 87.220702) + (xy 69.166963 87.310712) (xy 69.166959 87.310715) (xy 69.045715 87.431959) (xy 69.045712 87.431963) + (xy 68.955702 87.57789) (xy 68.955697 87.577901) (xy 68.901764 87.740663) (xy 68.8915 87.84112) + (xy 68.8915 88.688879) (xy 68.901764 88.789336) (xy 68.955697 88.952098) (xy 68.955702 88.952109) + (xy 69.045712 89.098036) (xy 69.045715 89.09804) (xy 69.166959 89.219284) (xy 69.169411 89.221223) + (xy 69.170655 89.22298) (xy 69.172067 89.224392) (xy 69.171825 89.224633) (xy 69.209788 89.278245) + (xy 69.2165 89.318489) (xy 69.2165 90.6825) (xy 69.196815 90.749539) (xy 69.144011 90.795294) (xy 69.0925 90.8065) + (xy 69.055102 90.8065) (xy 68.932719 90.830843) (xy 68.932714 90.830845) (xy 68.898948 90.844829) + (xy 68.898949 90.84483) (xy 68.817426 90.878598) (xy 68.817422 90.8786) (xy 68.713671 90.947924) + (xy 68.713669 90.947925) (xy 68.685042 90.976553) (xy 68.656412 91.005182) (xy 68.595092 91.038666) + (xy 68.568733 91.0415) (xy 68.053492 91.0415) (xy 68.01617 91.044437) (xy 68.016164 91.044438) (xy 67.856403 91.090853) + (xy 67.856398 91.090855) (xy 67.713196 91.175544) (xy 67.713189 91.175549) (xy 67.7025 91.186239) + (xy 67.641175 91.219722) (xy 67.571484 91.214735) (xy 67.52714 91.186236) (xy 67.128836 90.787931) + (xy 67.128832 90.787928) (xy 67.025081 90.718603) (xy 67.025072 90.718598) (xy 66.909785 90.670845) + (xy 66.909777 90.670843) (xy 66.787398 90.6465) (xy 66.787394 90.6465) (xy 62.483594 90.6465) (xy 62.416555 90.626815) + (xy 62.3708 90.574011) (xy 62.369032 90.569949) (xy 62.366337 90.563444) (xy 62.366336 90.563443) + (xy 62.366334 90.563437) (xy 62.236925 90.35226) (xy 62.076073 90.163927) (xy 61.88774 90.003075) + (xy 61.676563 89.873666) (xy 61.676562 89.873665) (xy 61.676558 89.873663) (xy 61.447744 89.778886) + (xy 61.447742 89.778885) (xy 61.206911 89.721066) (xy 61.206909 89.721065) (xy 61.206906 89.721065) + (xy 60.96 89.701634) (xy 60.713093 89.721065) (xy 60.713089 89.721066) (xy 60.472258 89.778885) + (xy 60.472256 89.778885) (xy 60.472255 89.778886) (xy 60.243441 89.873663) (xy 60.032259 90.003075) + (xy 59.843927 90.163927) (xy 59.683075 90.352259) (xy 59.553663 90.563441) (xy 59.460678 90.787929) + (xy 59.458885 90.792258) (xy 59.438156 90.878599) (xy 59.401065 91.033093) (xy 59.381634 91.28) + (xy 59.401065 91.526906) (xy 59.401065 91.526909) (xy 59.401066 91.526911) (xy 59.458885 91.767742) + (xy 59.458886 91.767744) (xy 59.553663 91.996558) (xy 59.553665 91.996562) (xy 59.553666 91.996563) + (xy 59.683075 92.20774) (xy 59.843927 92.396073) (xy 60.03226 92.556925) (xy 60.243437 92.686334) + (xy 60.243439 92.686334) (xy 60.243441 92.686336) (xy 60.309736 92.713796) (xy 60.472258 92.781115) + (xy 60.713089 92.838934) (xy 60.96 92.858366) (xy 61.206911 92.838934) (xy 61.447742 92.781115) + (xy 61.676563 92.686334) (xy 61.88774 92.556925) (xy 62.076073 92.396073) (xy 62.236925 92.20774) + (xy 62.366334 91.996563) (xy 62.367235 91.994386) (xy 62.369032 91.990051) (xy 62.412871 91.935646) + (xy 62.479164 91.913579) (xy 62.483594 91.9135) (xy 65.750877 91.9135) (xy 65.817916 91.933185) + (xy 65.863671 91.985989) (xy 65.873615 92.055147) (xy 65.84459 92.118703) (xy 65.838558 92.125181) + (xy 65.720551 92.243187) (xy 65.720544 92.243196) (xy 65.635855 92.386398) (xy 65.635853 92.386403) + (xy 65.589438 92.546164) (xy 65.589437 92.54617) (xy 65.5865 92.583492) (xy 65.5865 93.016507) (xy 65.589437 93.053829) + (xy 65.589438 93.053835) (xy 65.635853 93.213596) (xy 65.635855 93.213601) (xy 65.720544 93.356803) + (xy 65.720551 93.356812) (xy 65.838187 93.474448) (xy 65.838196 93.474455) (xy 65.854008 93.483806) + (xy 65.981399 93.559145) (xy 66.02353 93.571385) (xy 66.141164 93.605561) (xy 66.141167 93.605561) + (xy 66.141169 93.605562) (xy 66.178498 93.6085) (xy 66.716036 93.6085) (xy 66.783075 93.628185) + (xy 66.784886 93.629371) (xy 66.831625 93.660601) (xy 66.859142 93.671998) (xy 66.896818 93.687605) + (xy 66.896823 93.687606) (xy 66.896825 93.687607) (xy 66.946915 93.708355) (xy 67.069301 93.732699) + (xy 67.069305 93.7327) (xy 67.069306 93.7327) (xy 67.069307 93.7327) (xy 67.194094 93.7327) (xy 67.3375 93.7327) + (xy 67.404539 93.752385) (xy 67.450294 93.805189) (xy 67.4615 93.8567) (xy 67.4615 93.966507) (xy 67.464437 94.003825) + (xy 67.464437 94.003828) (xy 67.464438 94.003831) (xy 67.464989 94.005727) (xy 67.464985 94.006827) + (xy 67.465576 94.010058) (xy 67.464976 94.010167) (xy 67.464788 94.075596) (xy 67.433593 94.128001) + (xy 66.981415 94.580181) (xy 66.920092 94.613666) (xy 66.893734 94.6165) (xy 63.56568 94.6165) (xy 63.498641 94.596815) + (xy 63.461871 94.560321) (xy 63.345313 94.381915) (xy 63.187223 94.210185) (xy 63.187222 94.210184) + (xy 63.18722 94.210182) (xy 63.003017 94.06681) (xy 63.003015 94.066809) (xy 63.003014 94.066808) + (xy 63.003011 94.066806) (xy 62.797733 93.955716) (xy 62.79773 93.955715) (xy 62.797727 93.955713) + (xy 62.797721 93.955711) (xy 62.797719 93.95571) (xy 62.576954 93.87992) (xy 62.39765 93.85) (xy 62.346712 93.8415) + (xy 62.113288 93.8415) (xy 62.06724 93.849184) (xy 61.883045 93.87992) (xy 61.66228 93.95571) (xy 61.662266 93.955716) + (xy 61.456988 94.066806) (xy 61.456985 94.066808) (xy 61.272781 94.210181) (xy 61.272776 94.210185) + (xy 61.266346 94.21717) (xy 61.206457 94.253157) (xy 61.136619 94.251052) (xy 61.079005 94.211524) + (xy 61.05894 94.176513) (xy 61.033355 94.107915) (xy 61.03335 94.107906) (xy 60.94719 93.992812) + (xy 60.947187 93.992809) (xy 60.832093 93.906649) (xy 60.832086 93.906645) (xy 60.697379 93.856403) + (xy 60.697372 93.856401) (xy 60.637844 93.85) (xy 59.94 93.85) (xy 59.94 94.874722) (xy 59.863694 94.830667) + (xy 59.749244 94.8) (xy 59.630756 94.8) (xy 59.516306 94.830667) (xy 59.44 94.874722) (xy 59.44 93.85) + (xy 58.742155 93.85) (xy 58.682627 93.856401) (xy 58.68262 93.856403) (xy 58.547913 93.906645) (xy 58.547906 93.906649) + (xy 58.432812 93.992809) (xy 58.432809 93.992812) (xy 58.346649 94.107906) (xy 58.346645 94.107913) + (xy 58.296403 94.24262) (xy 58.296401 94.242627) (xy 58.29 94.302155) (xy 58.29 95) (xy 59.314722 95) + (xy 59.270667 95.076306) (xy 59.24 95.190756) (xy 59.24 95.309244) (xy 59.270667 95.423694) (xy 59.314722 95.5) + (xy 58.29 95.5) (xy 58.29 96.197844) (xy 58.296401 96.257372) (xy 58.296403 96.25738) (xy 58.326883 96.339101) + (xy 58.331867 96.408793) (xy 58.298382 96.470116) (xy 58.237058 96.5036) (xy 58.167367 96.498615) + (xy 58.12302 96.470115) (xy 58.073819 96.420914) (xy 58.040334 96.359591) (xy 58.0375 96.333233) + (xy 58.0375 88.515) (xy 65.600001 88.515) (xy 65.600001 88.688322) (xy 65.610144 88.787607) (xy 65.663452 88.948481) + (xy 65.663457 88.948492) (xy 65.752424 89.092728) (xy 65.752427 89.092732) (xy 65.872267 89.212572) + (xy 65.872271 89.212575) (xy 66.016507 89.301542) (xy 66.016518 89.301547) (xy 66.177393 89.354855) + (xy 66.276683 89.364999) (xy 66.3 89.364998) (xy 66.3 88.515) (xy 66.8 88.515) (xy 66.8 89.364999) + (xy 66.823308 89.364999) (xy 66.823322 89.364998) (xy 66.922607 89.354855) (xy 67.083481 89.301547) + (xy 67.083492 89.301542) (xy 67.227728 89.212575) (xy 67.227732 89.212572) (xy 67.347572 89.092732) + (xy 67.347575 89.092728) (xy 67.436542 88.948492) (xy 67.436547 88.948481) (xy 67.489855 88.787606) + (xy 67.499999 88.688322) (xy 67.5 88.688309) (xy 67.5 88.515) (xy 66.8 88.515) (xy 66.3 88.515) + (xy 65.600001 88.515) (xy 58.0375 88.515) (xy 58.0375 88.015) (xy 65.6 88.015) (xy 66.3 88.015) + (xy 66.3 87.165) (xy 66.8 87.165) (xy 66.8 88.015) (xy 67.499999 88.015) (xy 67.499999 87.841692) + (xy 67.499998 87.841677) (xy 67.489855 87.742392) (xy 67.436547 87.581518) (xy 67.436542 87.581507) + (xy 67.347575 87.437271) (xy 67.347572 87.437267) (xy 67.227732 87.317427) (xy 67.227728 87.317424) + (xy 67.083492 87.228457) (xy 67.083481 87.228452) (xy 66.922606 87.175144) (xy 66.823322 87.165) + (xy 66.8 87.165) (xy 66.3 87.165) (xy 66.3 87.164999) (xy 66.276693 87.165) (xy 66.276674 87.165001) + (xy 66.177392 87.175144) (xy 66.016518 87.228452) (xy 66.016507 87.228457) (xy 65.872271 87.317424) + (xy 65.872267 87.317427) (xy 65.752427 87.437267) (xy 65.752424 87.437271) (xy 65.663457 87.581507) + (xy 65.663452 87.581518) (xy 65.610144 87.742393) (xy 65.6 87.841677) (xy 65.6 88.015) (xy 58.0375 88.015) + (xy 58.0375 86.742475) (xy 74.6115 86.742475) (xy 74.636366 86.931343) (xy 74.643471 86.985308) + (xy 74.675168 87.103603) (xy 74.706865 87.2219) (xy 74.800596 87.448186) (xy 74.800601 87.448197) + (xy 74.923061 87.660302) (xy 74.923072 87.660318) (xy 75.072171 87.854629) (xy 75.072177 87.854636) + (xy 75.245363 88.027822) (xy 75.245369 88.027827) (xy 75.43969 88.176934) (xy 75.439697 88.176938) + (xy 75.651802 88.299398) (xy 75.651807 88.2994) (xy 75.65181 88.299402) (xy 75.764956 88.346268) + (xy 75.878099 88.393134) (xy 75.8781 88.393134) (xy 75.878102 88.393135) (xy 76.114692 88.456529) + (xy 76.357532 88.4885) (xy 76.357539 88.4885) (xy 76.602461 88.4885) (xy 76.602468 88.4885) (xy 76.845308 88.456529) + (xy 77.081898 88.393135) (xy 77.30819 88.299402) (xy 77.52031 88.176934) (xy 77.714631 88.027827) + (xy 77.887827 87.854631) (xy 78.036934 87.66031) (xy 78.159402 87.44819) (xy 78.253135 87.221898) + (xy 78.316529 86.985308) (xy 78.348499 86.742475) (xy 84.2115 86.742475) (xy 84.236366 86.931343) + (xy 84.243471 86.985308) (xy 84.275168 87.103603) (xy 84.306865 87.2219) (xy 84.400596 87.448186) + (xy 84.400601 87.448197) (xy 84.523061 87.660302) (xy 84.523072 87.660318) (xy 84.672171 87.854629) + (xy 84.672177 87.854636) (xy 84.845363 88.027822) (xy 84.845369 88.027827) (xy 85.03969 88.176934) + (xy 85.039697 88.176938) (xy 85.251802 88.299398) (xy 85.251807 88.2994) (xy 85.25181 88.299402) + (xy 85.364956 88.346268) (xy 85.478099 88.393134) (xy 85.4781 88.393134) (xy 85.478102 88.393135) + (xy 85.714692 88.456529) (xy 85.957532 88.4885) (xy 85.957539 88.4885) (xy 86.202461 88.4885) (xy 86.202468 88.4885) + (xy 86.445308 88.456529) (xy 86.681898 88.393135) (xy 86.90819 88.299402) (xy 87.12031 88.176934) + (xy 87.314631 88.027827) (xy 87.487827 87.854631) (xy 87.636934 87.66031) (xy 87.759402 87.44819) + (xy 87.853135 87.221898) (xy 87.916529 86.985308) (xy 87.9485 86.742468) (xy 87.9485 85.977532) + (xy 87.916529 85.734692) (xy 87.853135 85.498102) (xy 87.759402 85.27181) (xy 87.7594 85.271807) + (xy 87.759398 85.271802) (xy 87.636938 85.059697) (xy 87.636934 85.05969) (xy 87.487827 84.865369) + (xy 87.487822 84.865363) (xy 87.314636 84.692177) (xy 87.314629 84.692171) (xy 87.120318 84.543072) + (xy 87.120316 84.54307) (xy 87.12031 84.543066) (xy 87.120305 84.543063) (xy 87.120302 84.543061) + (xy 86.908197 84.420601) (xy 86.908186 84.420596) (xy 86.6819 84.326865) (xy 86.563603 84.295168) + (xy 86.445308 84.263471) (xy 86.391343 84.256366) (xy 86.202475 84.2315) (xy 86.202468 84.2315) + (xy 85.957532 84.2315) (xy 85.957524 84.2315) (xy 85.741674 84.259918) (xy 85.714692 84.263471) + (xy 85.655544 84.279319) (xy 85.478099 84.326865) (xy 85.251813 84.420596) (xy 85.251802 84.420601) + (xy 85.039697 84.543061) (xy 85.039681 84.543072) (xy 84.84537 84.692171) (xy 84.845363 84.692177) + (xy 84.672177 84.865363) (xy 84.672171 84.86537) (xy 84.523072 85.059681) (xy 84.523061 85.059697) + (xy 84.400601 85.271802) (xy 84.400596 85.271813) (xy 84.306865 85.498099) (xy 84.243471 85.734693) + (xy 84.2115 85.977524) (xy 84.2115 86.742475) (xy 78.348499 86.742475) (xy 78.3485 86.742468) (xy 78.3485 85.977532) + (xy 78.316529 85.734692) (xy 78.253135 85.498102) (xy 78.159402 85.27181) (xy 78.1594 85.271807) + (xy 78.159398 85.271802) (xy 78.036938 85.059697) (xy 78.036934 85.05969) (xy 77.887827 84.865369) + (xy 77.887822 84.865363) (xy 77.714636 84.692177) (xy 77.714629 84.692171) (xy 77.520318 84.543072) + (xy 77.520316 84.54307) (xy 77.52031 84.543066) (xy 77.520305 84.543063) (xy 77.520302 84.543061) + (xy 77.308197 84.420601) (xy 77.308186 84.420596) (xy 77.0819 84.326865) (xy 76.963603 84.295168) + (xy 76.845308 84.263471) (xy 76.791343 84.256366) (xy 76.602475 84.2315) (xy 76.602468 84.2315) + (xy 76.357532 84.2315) (xy 76.357524 84.2315) (xy 76.141674 84.259918) (xy 76.114692 84.263471) + (xy 76.055544 84.279319) (xy 75.878099 84.326865) (xy 75.651813 84.420596) (xy 75.651802 84.420601) + (xy 75.439697 84.543061) (xy 75.439681 84.543072) (xy 75.24537 84.692171) (xy 75.245363 84.692177) + (xy 75.072177 84.865363) (xy 75.072171 84.86537) (xy 74.923072 85.059681) (xy 74.923061 85.059697) + (xy 74.800601 85.271802) (xy 74.800596 85.271813) (xy 74.706865 85.498099) (xy 74.643471 85.734693) + (xy 74.6115 85.977524) (xy 74.6115 86.742475) (xy 58.0375 86.742475) (xy 58.0375 78.155766) (xy 58.057185 78.088727) + (xy 58.109989 78.042972) (xy 58.179147 78.033028) (xy 58.242703 78.062053) (xy 58.249168 78.068072) + (xy 58.269823 78.088727) (xy 58.270168 78.089072) (xy 58.373918 78.158396) (xy 58.373924 78.158399) + (xy 58.373925 78.1584) (xy 58.489215 78.206155) (xy 58.611601 78.230499) (xy 58.611605 78.2305) + (xy 59.846221 78.2305) (xy 59.91326 78.250185) (xy 59.959015 78.302989) (xy 59.968959 78.372147) + (xy 59.939934 78.435703) (xy 59.889554 78.470682) (xy 59.752913 78.521645) (xy 59.752906 78.521649) + (xy 59.637812 78.607809) (xy 59.637809 78.607812) (xy 59.551649 78.722906) (xy 59.551645 78.722913) + (xy 59.501403 78.85762) (xy 59.501401 78.857627) (xy 59.495 78.917155) (xy 59.495 79.63) (xy 60.403294 79.63) + (xy 60.373442 79.702069) (xy 60.35 79.81992) (xy 60.35 79.94008) (xy 60.373442 80.057931) (xy 60.403294 80.13) + (xy 59.495 80.13) (xy 59.495 80.842844) (xy 59.501401 80.902372) (xy 59.501403 80.902379) (xy 59.551645 81.037086) + (xy 59.551649 81.037093) (xy 59.637809 81.152187) (xy 59.637812 81.15219) (xy 59.752906 81.23835) + (xy 59.752913 81.238354) (xy 59.88762 81.288596) (xy 59.887627 81.288598) (xy 59.947155 81.294999) + (xy 59.947172 81.295) (xy 60.292806 81.295) (xy 60.359845 81.314685) (xy 60.4056 81.367489) (xy 60.415544 81.436647) + (xy 60.386519 81.500203) (xy 60.340258 81.533561) (xy 60.243443 81.573662) (xy 60.032259 81.703075) + (xy 59.843927 81.863927) (xy 59.683075 82.052259) (xy 59.553663 82.263441) (xy 59.458886 82.492255) + (xy 59.401065 82.733093) (xy 59.381634 82.98) (xy 59.401065 83.226906) (xy 59.401065 83.226909) + (xy 59.401066 83.226911) (xy 59.458885 83.467742) (xy 59.458886 83.467744) (xy 59.553663 83.696558) + (xy 59.553665 83.696562) (xy 59.553666 83.696563) (xy 59.683075 83.90774) (xy 59.843927 84.096073) + (xy 60.03226 84.256925) (xy 60.243437 84.386334) (xy 60.243439 84.386334) (xy 60.243441 84.386336) + (xy 60.314786 84.415888) (xy 60.472258 84.481115) (xy 60.713089 84.538934) (xy 60.96 84.558366) + (xy 61.206911 84.538934) (xy 61.447742 84.481115) (xy 61.676563 84.386334) (xy 61.88774 84.256925) + (xy 62.076073 84.096073) (xy 62.236925 83.90774) (xy 62.366334 83.696563) (xy 62.461115 83.467742) + (xy 62.518934 83.226911) (xy 62.538366 82.98) (xy 62.518934 82.733089) (xy 62.461115 82.492258) + (xy 62.366334 82.263437) (xy 62.236925 82.05226) (xy 62.076073 81.863927) (xy 61.88774 81.703075) + (xy 61.676563 81.573666) (xy 61.676561 81.573665) (xy 61.676556 81.573662) (xy 61.579742 81.533561) + (xy 61.525338 81.48972) (xy 61.503273 81.423426) (xy 61.520552 81.355727) (xy 61.571689 81.308116) + (xy 61.627194 81.295) (xy 61.972828 81.295) (xy 61.972844 81.294999) (xy 62.032372 81.288598) (xy 62.032379 81.288596) + (xy 62.167086 81.238354) (xy 62.167093 81.23835) (xy 62.282187 81.15219) (xy 62.28219 81.152187) + (xy 62.36835 81.037093) (xy 62.368354 81.037086) (xy 62.418596 80.902379) (xy 62.418598 80.902372) + (xy 62.424999 80.842844) (xy 62.425 80.842827) (xy 62.425 80.13) (xy 61.516706 80.13) (xy 61.546558 80.057931) + (xy 61.57 79.94008) (xy 61.57 79.81992) (xy 61.546558 79.702069) (xy 61.516706 79.63) (xy 62.425 79.63) + (xy 62.425 78.917172) (xy 62.424999 78.917155) (xy 62.418598 78.857627) (xy 62.418596 78.85762) + (xy 62.368354 78.722913) (xy 62.36835 78.722906) (xy 62.28219 78.607812) (xy 62.282187 78.607809) + (xy 62.167093 78.521649) (xy 62.167086 78.521645) (xy 62.030446 78.470682) (xy 61.974512 78.428811) + (xy 61.950095 78.363347) (xy 61.964947 78.295074) (xy 62.014352 78.245668) (xy 62.073779 78.2305) + (xy 70.005395 78.2305) (xy 70.005396 78.230499) (xy 70.127785 78.206155) (xy 70.243075 78.1584) + (xy 70.346833 78.089071) (xy 72.511085 75.924817) (xy 72.572408 75.891333) (xy 72.598766 75.888499) + (xy 73.260537 75.888499) (xy 73.260544 75.888499) (xy 73.364426 75.877887) (xy 73.532738 75.822115) + (xy 73.683652 75.72903) (xy 73.772319 75.640363) (xy 73.833642 75.606878) (xy 73.903334 75.611862) + (xy 73.947681 75.640363) (xy 74.036348 75.72903) (xy 74.187262 75.822115) (xy 74.355574 75.877887) + (xy 74.459455 75.8885) (xy 75.260544 75.888499) (xy 75.364426 75.877887) (xy 75.532738 75.822115) + (xy 75.683652 75.72903) (xy 75.80903 75.603652) (xy 75.902115 75.452738) (xy 75.957887 75.284426) + (xy 75.9685 75.180545) (xy 75.968499 74.179456) (xy 75.957887 74.075574) (xy 75.902115 73.907262) + (xy 75.80903 73.756348) (xy 75.683652 73.63097) (xy 75.536167 73.54) (xy 75.53274 73.537886) (xy 75.532735 73.537884) + (xy 75.364427 73.482113) (xy 75.260552 73.4715) (xy 75.260545 73.4715) (xy 74.598766 73.4715) (xy 74.531727 73.451815) + (xy 74.511085 73.435181) (xy 73.523194 72.44729) (xy 73.489709 72.385967) (xy 73.494693 72.316275) + (xy 73.536565 72.260342) (xy 73.54576 72.254082) (xy 73.683652 72.16903) (xy 73.772319 72.080363) + (xy 73.833642 72.046878) (xy 73.903334 72.051862) (xy 73.947681 72.080363) (xy 74.036348 72.16903) + (xy 74.187262 72.262115) (xy 74.355574 72.317887) (xy 74.459455 72.3285) (xy 75.260544 72.328499) + (xy 75.364426 72.317887) (xy 75.532738 72.262115) (xy 75.683652 72.16903) (xy 75.80903 72.043652) + (xy 75.902115 71.892738) (xy 75.902117 71.892733) (xy 75.920089 71.838497) (xy 75.959861 71.781052) + (xy 76.024376 71.754228) (xy 76.037795 71.7535) (xy 95.101134 71.7535) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 72.413273 73.133185) (xy 72.433915 73.149819) (xy 72.543919 73.259823) (xy 72.577404 73.321146) + (xy 72.57242 73.390838) (xy 72.530548 73.446771) (xy 72.465084 73.471188) (xy 72.462546 73.471343) + (xy 72.459465 73.471499) (xy 72.355572 73.482113) (xy 72.187264 73.537884) (xy 72.187259 73.537886) + (xy 72.036346 73.630971) (xy 71.910971 73.756346) (xy 71.817886 73.907259) (xy 71.817884 73.907264) + (xy 71.762113 74.075572) (xy 71.7515 74.179447) (xy 71.7515 74.841233) (xy 71.731815 74.908272) + (xy 71.715181 74.928914) (xy 69.716915 76.927181) (xy 69.655592 76.960666) (xy 69.629234 76.9635) + (xy 58.987766 76.9635) (xy 58.920727 76.943815) (xy 58.900085 76.927181) (xy 58.469882 76.496978) + (xy 58.436397 76.435655) (xy 58.441381 76.365963) (xy 58.483253 76.31003) (xy 58.548717 76.285613) + (xy 58.600897 76.293115) (xy 58.682623 76.323597) (xy 58.682627 76.323598) (xy 58.742155 76.329999) + (xy 58.742172 76.33) (xy 59.44 76.33) (xy 59.44 75.305277) (xy 59.516306 75.349333) (xy 59.630756 75.38) + (xy 59.749244 75.38) (xy 59.863694 75.349333) (xy 59.94 75.305277) (xy 59.94 76.33) (xy 60.637828 76.33) + (xy 60.637844 76.329999) (xy 60.697372 76.323598) (xy 60.697379 76.323596) (xy 60.832086 76.273354) + (xy 60.832093 76.27335) (xy 60.947187 76.18719) (xy 60.94719 76.187187) (xy 61.03335 76.072093) + (xy 61.033355 76.072084) (xy 61.05894 76.003486) (xy 61.10081 75.947552) (xy 61.166274 75.923134) + (xy 61.234547 75.937985) (xy 61.266349 75.962832) (xy 61.27278 75.969818) (xy 61.456983 76.11319) + (xy 61.456985 76.113191) (xy 61.456988 76.113193) (xy 61.525218 76.150117) (xy 61.662273 76.224287) + (xy 61.776914 76.263643) (xy 61.883045 76.300079) (xy 61.883047 76.300079) (xy 61.883049 76.30008) + (xy 62.113288 76.3385) (xy 62.113289 76.3385) (xy 62.346711 76.3385) (xy 62.346712 76.3385) (xy 62.576951 76.30008) + (xy 62.797727 76.224287) (xy 63.003017 76.11319) (xy 63.18722 75.969818) (xy 63.345314 75.798083) + (xy 63.461871 75.619679) (xy 63.515017 75.574322) (xy 63.56568 75.5635) (xy 68.539895 75.5635) (xy 68.539896 75.563499) + (xy 68.662285 75.539155) (xy 68.777575 75.4914) (xy 68.881333 75.422071) (xy 70.028585 74.274819) + (xy 70.089908 74.241334) (xy 70.116266 74.2385) (xy 70.631496 74.2385) (xy 70.631502 74.2385) (xy 70.668831 74.235562) + (xy 70.668833 74.235561) (xy 70.668835 74.235561) (xy 70.720345 74.220596) (xy 70.828601 74.189145) + (xy 70.971807 74.104453) (xy 71.089453 73.986807) (xy 71.174145 73.843601) (xy 71.220562 73.683831) + (xy 71.2235 73.646502) (xy 71.2235 73.2375) (xy 71.243185 73.170461) (xy 71.295989 73.124706) (xy 71.3475 73.1135) + (xy 72.346234 73.1135) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 63.610273 67.201185) (xy 63.656028 67.253989) (xy 63.665972 67.323147) (xy 63.636947 67.386703) + (xy 63.630915 67.393181) (xy 61.589391 69.434703) (xy 61.528068 69.468188) (xy 61.458376 69.463204) + (xy 61.454261 69.461584) (xy 61.447747 69.458886) (xy 61.447742 69.458884) (xy 61.206907 69.401065) + (xy 61.206908 69.401065) (xy 60.96 69.381634) (xy 60.713093 69.401065) (xy 60.713089 69.401066) + (xy 60.472258 69.458885) (xy 60.472256 69.458885) (xy 60.472255 69.458886) (xy 60.243441 69.553663) + (xy 60.032259 69.683075) (xy 59.843927 69.843927) (xy 59.683075 70.032259) (xy 59.553663 70.243441) + (xy 59.458886 70.472255) (xy 59.458885 70.472258) (xy 59.421973 70.626005) (xy 59.401065 70.713093) + (xy 59.381634 70.96) (xy 59.401065 71.206906) (xy 59.401065 71.206909) (xy 59.401066 71.206911) + (xy 59.458885 71.447742) (xy 59.458886 71.447744) (xy 59.553663 71.676558) (xy 59.553665 71.676562) + (xy 59.553666 71.676563) (xy 59.683075 71.88774) (xy 59.843927 72.076073) (xy 60.03226 72.236925) + (xy 60.243437 72.366334) (xy 60.243439 72.366334) (xy 60.243441 72.366336) (xy 60.290835 72.385967) + (xy 60.472258 72.461115) (xy 60.713089 72.518934) (xy 60.96 72.538366) (xy 61.206911 72.518934) + (xy 61.447742 72.461115) (xy 61.676563 72.366334) (xy 61.88774 72.236925) (xy 62.076073 72.076073) + (xy 62.236925 71.88774) (xy 62.366334 71.676563) (xy 62.461115 71.447742) (xy 62.518934 71.206911) + (xy 62.538366 70.96) (xy 62.518934 70.713089) (xy 62.461115 70.472258) (xy 62.458417 70.465746) + (xy 62.450945 70.396279) (xy 62.482216 70.333798) (xy 62.485266 70.330636) (xy 64.620904 68.195) + (xy 66.870001 68.195) (xy 66.870001 68.368322) (xy 66.880144 68.467607) (xy 66.933452 68.628481) + (xy 66.933457 68.628492) (xy 67.022424 68.772728) (xy 67.022427 68.772732) (xy 67.142267 68.892572) + (xy 67.142271 68.892575) (xy 67.286507 68.981542) (xy 67.286518 68.981547) (xy 67.447393 69.034855) + (xy 67.546683 69.044999) (xy 67.57 69.044998) (xy 67.57 68.195) (xy 68.07 68.195) (xy 68.07 69.044999) + (xy 68.093308 69.044999) (xy 68.093322 69.044998) (xy 68.192607 69.034855) (xy 68.353481 68.981547) + (xy 68.353492 68.981542) (xy 68.497728 68.892575) (xy 68.497732 68.892572) (xy 68.617572 68.772732) + (xy 68.617575 68.772728) (xy 68.706542 68.628492) (xy 68.706547 68.628481) (xy 68.759855 68.467606) + (xy 68.769999 68.368322) (xy 68.77 68.368309) (xy 68.77 68.195) (xy 68.07 68.195) (xy 67.57 68.195) + (xy 66.870001 68.195) (xy 64.620904 68.195) (xy 65.137585 67.678319) (xy 65.198908 67.644834) (xy 65.225266 67.642) + (xy 66.765638 67.642) (xy 66.832677 67.661685) (xy 66.853319 67.678319) (xy 66.87 67.695) (xy 68.769999 67.695) + (xy 68.78668 67.678319) (xy 68.848003 67.644834) (xy 68.874361 67.642) (xy 70.0375 67.642) (xy 70.104539 67.661685) + (xy 70.150294 67.714489) (xy 70.1615 67.766) (xy 70.1615 68.368879) (xy 70.171764 68.469336) (xy 70.225697 68.632098) + (xy 70.225702 68.632109) (xy 70.315712 68.778036) (xy 70.315715 68.77804) (xy 70.436959 68.899284) + (xy 70.439411 68.901223) (xy 70.440655 68.90298) (xy 70.442067 68.904392) (xy 70.441825 68.904633) + (xy 70.479788 68.958245) (xy 70.4865 68.998489) (xy 70.4865 69.442398) (xy 70.510843 69.564777) + (xy 70.510845 69.564785) (xy 70.558598 69.680072) (xy 70.558603 69.680081) (xy 70.627928 69.783832) + (xy 70.627931 69.783836) (xy 71.528914 70.684819) (xy 71.562399 70.746142) (xy 71.557415 70.815834) + (xy 71.515543 70.871767) (xy 71.450079 70.896184) (xy 71.441233 70.8965) (xy 71.064123 70.8965) + (xy 70.997084 70.876815) (xy 70.976442 70.860181) (xy 70.971812 70.855551) (xy 70.971803 70.855544) + (xy 70.828601 70.770855) (xy 70.828596 70.770853) (xy 70.668835 70.724438) (xy 70.668829 70.724437) + (xy 70.631507 70.7215) (xy 70.631502 70.7215) (xy 69.323498 70.7215) (xy 69.323492 70.7215) (xy 69.28617 70.724437) + (xy 69.286164 70.724438) (xy 69.126403 70.770853) (xy 69.126398 70.770855) (xy 68.983196 70.855544) + (xy 68.983187 70.855551) (xy 68.865551 70.973187) (xy 68.865544 70.973196) (xy 68.780855 71.116398) + (xy 68.780853 71.116403) (xy 68.734438 71.276164) (xy 68.734437 71.27617) (xy 68.7315 71.313492) + (xy 68.7315 71.5475) (xy 68.711815 71.614539) (xy 68.659011 71.660294) (xy 68.6075 71.6715) (xy 67.448492 71.6715) + (xy 67.41117 71.674437) (xy 67.411164 71.674438) (xy 67.251403 71.720853) (xy 67.251398 71.720855) + (xy 67.108196 71.805544) (xy 67.108187 71.805551) (xy 66.990551 71.923187) (xy 66.990544 71.923196) + (xy 66.905855 72.066398) (xy 66.905853 72.066403) (xy 66.859438 72.226164) (xy 66.859437 72.22617) + (xy 66.8565 72.263492) (xy 66.8565 72.696507) (xy 66.859437 72.733829) (xy 66.859438 72.733835) + (xy 66.905853 72.893596) (xy 66.905855 72.893601) (xy 66.990544 73.036803) (xy 66.990551 73.036812) + (xy 67.108187 73.154448) (xy 67.108196 73.154455) (xy 67.126186 73.165094) (xy 67.251399 73.239145) + (xy 67.29353 73.251385) (xy 67.411164 73.285561) (xy 67.411167 73.285561) (xy 67.411169 73.285562) + (xy 67.448498 73.2885) (xy 68.6075 73.2885) (xy 68.674539 73.308185) (xy 68.720294 73.360989) (xy 68.7315 73.4125) + (xy 68.7315 73.646507) (xy 68.734437 73.683825) (xy 68.734437 73.683828) (xy 68.734438 73.683831) + (xy 68.734989 73.685727) (xy 68.734985 73.686827) (xy 68.735576 73.690058) (xy 68.734976 73.690167) + (xy 68.734788 73.755596) (xy 68.703593 73.808001) (xy 68.251415 74.260181) (xy 68.190092 74.293666) + (xy 68.163734 74.2965) (xy 63.56568 74.2965) (xy 63.498641 74.276815) (xy 63.461871 74.240321) (xy 63.345313 74.061915) + (xy 63.187223 73.890185) (xy 63.187222 73.890184) (xy 63.18722 73.890182) (xy 63.003017 73.74681) + (xy 63.003015 73.746809) (xy 63.003014 73.746808) (xy 63.003011 73.746806) (xy 62.797733 73.635716) + (xy 62.79773 73.635715) (xy 62.797727 73.635713) (xy 62.797721 73.635711) (xy 62.797719 73.63571) + (xy 62.576954 73.55992) (xy 62.360291 73.523766) (xy 62.346712 73.5215) (xy 62.113288 73.5215) (xy 62.099709 73.523766) + (xy 61.883045 73.55992) (xy 61.66228 73.63571) (xy 61.662266 73.635716) (xy 61.456988 73.746806) + (xy 61.456985 73.746808) (xy 61.272781 73.890181) (xy 61.272776 73.890185) (xy 61.266346 73.89717) + (xy 61.206457 73.933157) (xy 61.136619 73.931052) (xy 61.079005 73.891524) (xy 61.05894 73.856513) + (xy 61.033355 73.787915) (xy 61.03335 73.787906) (xy 60.94719 73.672812) (xy 60.947187 73.672809) + (xy 60.832093 73.586649) (xy 60.832086 73.586645) (xy 60.697379 73.536403) (xy 60.697372 73.536401) + (xy 60.637844 73.53) (xy 59.94 73.53) (xy 59.94 74.554722) (xy 59.863694 74.510667) (xy 59.749244 74.48) + (xy 59.630756 74.48) (xy 59.516306 74.510667) (xy 59.44 74.554722) (xy 59.44 73.53) (xy 58.742155 73.53) + (xy 58.682627 73.536401) (xy 58.68262 73.536403) (xy 58.547913 73.586645) (xy 58.547906 73.586649) + (xy 58.432812 73.672809) (xy 58.432809 73.672812) (xy 58.346649 73.787906) (xy 58.346645 73.787913) + (xy 58.296403 73.92262) (xy 58.296401 73.922627) (xy 58.29 73.982155) (xy 58.29 74.68) (xy 59.314722 74.68) + (xy 59.270667 74.756306) (xy 59.24 74.870756) (xy 59.24 74.989244) (xy 59.270667 75.103694) (xy 59.314722 75.18) + (xy 58.29 75.18) (xy 58.29 75.877844) (xy 58.296401 75.937372) (xy 58.296403 75.937379) (xy 58.326884 76.019103) + (xy 58.331868 76.088795) (xy 58.298383 76.150118) (xy 58.23706 76.183602) (xy 58.167368 76.178618) + (xy 58.123021 76.150117) (xy 58.073819 76.100915) (xy 58.040334 76.039592) (xy 58.0375 76.013234) + (xy 58.0375 71.876605) (xy 58.037499 71.876601) (xy 58.032681 71.85238) (xy 58.013155 71.754215) + (xy 57.9654 71.638925) (xy 57.965399 71.638924) (xy 57.965396 71.638918) (xy 57.896072 71.535168) + (xy 57.885447 71.524543) (xy 57.807833 71.446929) (xy 53.914417 67.553513) (xy 53.880932 67.49219) + (xy 53.885916 67.422498) (xy 53.905753 67.390242) (xy 53.904568 67.38932) (xy 53.907713 67.385277) + (xy 53.907722 67.385268) (xy 53.961123 67.303531) (xy 54.004148 67.237678) (xy 54.057294 67.192321) + (xy 54.107956 67.1815) (xy 63.543234 67.1815) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 52.366075 64.200993) (xy 52.431901 64.315007) (xy 52.524993 64.408099) (xy 52.639007 64.473925) + (xy 52.70259 64.490962) (xy 52.070625 65.122925) (xy 52.141801 65.172763) (xy 52.185426 65.22734) + (xy 52.19262 65.296838) (xy 52.161097 65.359193) (xy 52.129697 65.383392) (xy 52.086427 65.406809) + (xy 52.086422 65.406812) (xy 51.908761 65.545092) (xy 51.908758 65.545096) (xy 51.902725 65.551649) + (xy 51.842836 65.587636) (xy 51.772998 65.585532) (xy 51.715384 65.546005) (xy 51.688286 65.481604) + (xy 51.6875 65.467661) (xy 51.6875 64.850308) (xy 51.707185 64.783269) (xy 51.723819 64.762627) + (xy 52.349037 64.137409) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 51.892703 62.454625) (xy 51.902729 62.464355) (xy 51.90876 62.470906) (xy 52.086424 62.609189) + (xy 52.129695 62.632606) (xy 52.179286 62.681825) (xy 52.194394 62.750042) (xy 52.170224 62.815597) + (xy 52.141801 62.843236) (xy 52.070626 62.893072) (xy 52.070625 62.893072) (xy 52.70259 63.525037) + (xy 52.639007 63.542075) (xy 52.524993 63.607901) (xy 52.431901 63.700993) (xy 52.366075 63.815007) + (xy 52.349037 63.87859) (xy 51.723819 63.253372) (xy 51.690334 63.192049) (xy 51.6875 63.165691) + (xy 51.6875 62.548338) (xy 51.707185 62.481299) (xy 51.759989 62.435544) (xy 51.829147 62.4256) + ) + ) + ) +) \ No newline at end of file diff --git a/src/threeler/mount/mount.kicad_pro b/src/threeler/mount/mount.kicad_pro index 29d6abc8..8302a3bc 100644 --- a/src/threeler/mount/mount.kicad_pro +++ b/src/threeler/mount/mount.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "copper_text_italic": false, "copper_text_size_h": 1.5, "copper_text_size_v": 1.5, "copper_text_thickness": 0.3, "copper_text_upright": false, - "courtyard_line_width": 0.049999999999999996, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,22 +24,22 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "fab_text_italic": false, "fab_text_size_h": 1.0, "fab_text_size_v": 1.0, "fab_text_thickness": 0.15, "fab_text_upright": false, - "other_line_width": 0.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, "other_text_thickness": 0.15, "other_text_upright": false, "pads": { - "drill": 0.762, - "height": 1.524, - "width": 1.524 + "drill": 1.0, + "height": 1.7, + "width": 1.7 }, "silk_line_width": 0.12, "silk_text_italic": false, @@ -67,6 +70,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", @@ -111,24 +115,21 @@ "min_copper_edge_clearance": 0.075, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, - "min_track_width": 0.19999999999999998, - "min_via_annular_width": 0.09999999999999999, - "min_via_diameter": 0.39999999999999997, + "min_track_width": 0.2, + "min_via_annular_width": 0.1, + "min_via_diameter": 0.4, "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, "teardrop_options": [ { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 5, - "td_on_pad_in_zone": false, "td_onpadsmd": true, "td_onroundshapesonly": false, "td_ontrackend": false, @@ -137,29 +138,35 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } @@ -169,9 +176,42 @@ 0.381, 0.762 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -430,14 +470,75 @@ "gencad": "", "idf": "", "netlist": "../../../../../", + "plot": "", + "pos_files": "", "specctra_dsn": "mount.dsn", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -451,6 +552,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -466,14 +572,15 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, "sheets": [ [ - "ab4dd1f9-017b-4751-a090-4ca9e3e0200c", - "" + "1fc56031-fe86-426b-84b8-eaed8609f60a", + "Root" ] ], "text_variables": {} diff --git a/src/threeler/mount/mount.kicad_sch b/src/threeler/mount/mount.kicad_sch index 7618ea14..3937ad3f 100644 --- a/src/threeler/mount/mount.kicad_sch +++ b/src/threeler/mount/mount.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "454e0350-3812-415c-a619-092c7e36e815") + (uuid "d0e83257-514f-4bb4-a954-57f1fa6070f1") (paper "A4") (title_block (title "threeler") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Connector_Audio:AudioJack2_SwitchT" (in_bom yes) (on_board yes) + (symbol "Connector_Audio:AudioJack2_SwitchT" + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 8.89 0) (effects (font (size 1.27 1.27)))) (property "Value" "AudioJack2_SwitchT" (at 0 6.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "AudioJack2_SwitchT_0_1" (rectangle (start -2.54 0) @@ -89,13 +95,20 @@ ) ) (symbol "power:GND" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 0 -3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "GND_0_1" (polyline (pts @@ -111,20 +124,26 @@ ) ) (symbol "GND_1_1" - (pin power_in line (at 0 0 270) (length 0) hide - (name "GND" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 270) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) - (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV" (at -4.445 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R_Potentiometer" (at -2.54 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_Potentiometer_0_1" (polyline (pts @@ -167,13 +186,20 @@ ) ) (symbol "power:+15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+15V_0_1" (polyline (pts @@ -201,23 +227,30 @@ ) ) (symbol "+15V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "power:-15V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) - (property "Value" "-15V" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Value" "-15V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "-15V_0_0" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-15V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -430,15 +463,21 @@ ) ) ) - (symbol "Connector:Conn_01x08_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x08_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 10.16 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x08_Pin" (at 0 -12.7 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x08_Pin_1_1" (polyline (pts @@ -586,15 +625,21 @@ ) ) ) - (symbol "Connector:Conn_01x04_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (symbol "Connector:Conn_01x04_Pin" (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "Conn_01x04_Pin" (at 0 -7.62 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "Conn_01x04_Pin_1_1" (polyline (pts @@ -672,16 +717,22 @@ ) (symbol "power:PWR_FLAG" (power) - (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "PWR_FLAG" (at 0 3.81 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "PWR_FLAG_0_0" (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) @@ -701,13 +752,20 @@ ) ) (symbol "power:+5V" - (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (power) + (pin_numbers hide) (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 0 3.556 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "+5V_0_1" (polyline (pts @@ -735,21 +793,27 @@ ) ) (symbol "+5V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+5V" (effects (font (size 1.27 1.27)))) + (pin power_in line (at 0 0 90) (length 0) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) ) ) (symbol "Device:R" - (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 0)) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R" (at 2.032 0 90) (effects (font (size 1.27 1.27)))) (property "Value" "R" (at 0 0 90) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "R_0_1" (rectangle (start -1.016 -2.54) @@ -769,14 +833,21 @@ ) ) ) - (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (symbol "Transistor_BJT:MMBT3904" (pin_names (offset 0) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q" (at 5.08 1.905 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 5.08 0 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes))) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol MMBT3904_0_1 (polyline (pts @@ -838,14 +909,20 @@ ) ) (symbol "Device:LED" - (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names (offset 1.016) hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "LED" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "LED_0_1" (polyline (pts @@ -908,16 +985,24 @@ ) ) (symbol "Diode:1N4148" - (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (pin_numbers hide) (pin_names hide) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D" (at 0 2.54 0) (effects (font (size 1.27 1.27)))) (property "Value" "1N4148" (at 0 -2.54 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "Diode_THT:D_DO-35_SOD27_P7.62mm_Horizontal" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol 1N4148_0_1 (polyline (pts @@ -959,26 +1044,38 @@ ) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 45.72 25.4 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J4" (at 45.72 17.59 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN" (at 45.72 19.59 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 50.8 22.86 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 55.34 22.86 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 50.8 27.94) - (uuid 4633bee6-40db-4f04-a5aa-ddeb57f6921e) + (uuid 2712d482-2a79-4f6d-bd09-9c8301107ee7) ) (wire (pts @@ -986,141 +1083,213 @@ (xy 60.96 25.4) ) (stroke (width 0) (type default)) - (uuid cd2c4c86-46ae-42fd-a62a-581320c93631) + (uuid cb1bf150-be7a-4798-ba00-99e2eadd79d1) ) (label "IN_JACK" (at 60.96 25.4 90) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 5fe0e82d-f2ad-4ff3-8dde-75c049a953be) + (uuid ec4db0cc-3a08-4506-b134-e9fc3e6d0218) ) (symbol (lib_id "Device:R_Potentiometer") (at 60.96 29.21 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV1" (at 58.94 28.21 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 58.94 30.21 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 60.96 33.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 60.96 37.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "IN" (at 64.77 29.21 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 7ff92ffe-7225-416b-b3dc-871b7ee176fc) + (uuid 03ba0e36-9038-40d4-9cef-e0f9b12e7c90) ) (symbol (lib_id "Device:R_Potentiometer") (at 50.8 54.61 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV2" (at 48.78 53.61 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 48.78 55.61 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 50.8 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 50.8 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 50.8 58.42 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 50.8 62.96 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "COARSE" (at 54.61 54.61 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 73183942-ca39-40a4-a7ce-8032a359f0eb) + (uuid 7b7f30ad-0215-4ac3-bb85-12b023bd3441) ) (symbol (lib_id "Device:R_Potentiometer") (at 50.8 80.01 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV3" (at 48.78 79.00999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 48.78 81.00999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 50.8 76.2 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 50.8 71.66 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 50.8 83.82 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 50.8 88.36 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FINE" (at 54.61 80.01 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 9e2e9af9-4615-436e-b653-2b0ebba64847) + (uuid 253c9d70-9372-4de3-b29d-7a4843191637) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 45.72 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J5" (at 45.72 93.79 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN" (at 45.72 95.79 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 50.8 99.06 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 55.34 99.06 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 50.8 104.14) - (uuid 38111e04-2e96-4f40-82d2-49a94a6a4f99) + (uuid b2c33e6e-9665-4b15-a8a7-19699a37f2ed) ) (label "V/O" (at 50.8 101.6 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid c61aada4-030a-4c0a-9741-67398b565380) + (uuid 39368f53-cff9-4d5b-9e45-50f533dbf2d5) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 45.72 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J6" (at 45.72 119.19 0) (effects (font (size 1.27 1.27)))) (property "Value" "FM" (at 45.72 121.19 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 50.8 124.46 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 55.34 124.46 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 50.8 129.54) - (uuid 6d688c27-7424-4ac0-ab27-787f63a0a011) + (uuid 28de81c8-7a16-450a-b0e1-33ddf4c22320) ) (wire (pts @@ -1128,85 +1297,127 @@ (xy 60.96 127) ) (stroke (width 0) (type default)) - (uuid 605ebeb4-f0ed-4873-b022-c90570890cf7) + (uuid b3d7a378-1d80-4c1e-bc47-406e5c602cce) ) (label "FM_JACK" (at 60.96 127 90) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 9f9886b2-0614-4792-a98a-bdbdaa42190d) + (uuid 81679281-7ca9-4b68-86ee-0589fb54793e) ) (symbol (lib_id "Device:R_Potentiometer") (at 60.96 130.81 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV4" (at 58.94 129.81 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 58.94 131.81 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 60.96 134.62 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 60.96 139.16 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FM" (at 64.77 130.81 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid c32c26cf-bf39-4a13-b115-bae8a5c50a57) + (uuid 384b7122-fd03-4123-8ca5-b870f0e7d12a) ) (symbol (lib_id "Device:R_Potentiometer") (at 101.6 54.61 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV5" (at 99.58 53.61 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 99.58 55.61 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 101.6 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 101.6 46.26 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 101.6 58.42 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 101.6 62.96 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "RES" (at 105.41 54.61 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e090909e-a0de-4e39-aea0-ba0c19338cdd) + (uuid 48db117f-17ae-4c79-8f70-9fc2241955f5) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 96.52 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J7" (at 96.52 68.39 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN" (at 96.52 70.39 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 101.6 73.66 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 106.14 73.66 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 101.6 78.74) - (uuid 61562529-5345-4120-90e3-ac47fc9f44d4) + (uuid da2d07e1-badf-4a41-ab1e-e59d19127bf8) ) (wire (pts @@ -1214,107 +1425,155 @@ (xy 111.76 76.2) ) (stroke (width 0) (type default)) - (uuid 9dfa48d0-0946-4b4e-9821-43d549aeb588) + (uuid 4012f030-3871-4238-82cb-3711e48e8766) ) (label "RES_MOD_JACK" (at 111.76 76.2 90) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 0e21d38a-bb62-4a37-94f8-441ff49834a8) + (uuid 7dbcdd3c-2085-4791-9cd7-9db1dcd462dd) ) (symbol (lib_id "Device:R_Potentiometer") (at 111.76 80.01 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "RV6" (at 109.74 79.00999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "100k" (at 109.74 81.00999999999999 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Potentiometer_Alpha_RD901F-40-00D_Single_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Potentiometer" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "resistor variable" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Potentiometer*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 111.76 83.82 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 111.76 88.36 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "RES_MOD" (at 115.57 80.01 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid ba01f385-5379-46d2-8aa7-afdfec3d4806) + (uuid d8976363-8f2d-4838-9fea-34cb972e9ce0) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 96.52 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J8" (at 96.52 93.79 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT" (at 96.52 95.79 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 101.6 99.06 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 106.14 99.06 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 101.6 104.14) - (uuid 8818a6c3-18ab-4de6-812a-38f61bba5e8a) + (uuid bdd83213-1ad8-4fce-9732-c1a402dc367c) ) (label "OUT_1" (at 101.6 101.6 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 1cf3bd1b-b8ec-4ba8-88a8-b0c57961e6ff) + (uuid 49aafc49-adef-44a6-9eb0-849c1dc6356a) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 96.52 114.3 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J9" (at 96.52 106.49 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT" (at 96.52 108.49 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 101.6 111.76 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 106.14 111.76 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 101.6 116.84) - (uuid e0ec59bc-cf08-4cac-8443-f60ea7208e39) + (uuid 7033d946-22d1-4709-b7f2-94c8ecfb1519) ) (label "OUT_2" (at 101.6 114.3 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 44588d9b-b1a4-40ae-8615-8ce68189412f) + (uuid 9754ccfc-9f51-4f08-a28a-916379111048) ) (symbol (lib_id "Connector_Audio:AudioJack2_SwitchT") (at 96.52 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J10" (at 96.52 119.19 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT" (at 96.52 121.19 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:Jack_3.5mm_WQP-PJ398SM_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Audio Jack, 2 Poles (Mono / TS), Switched T Pole (Normalling)" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "audio jack receptacle mono headphones phone TS connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Jack*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 101.6 124.46 90) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 106.14 124.46 90) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (no_connect (at 101.6 129.54) - (uuid 9d4e961f-aae9-414a-8875-04e1bd77d2a4) + (uuid a471b543-2f65-4883-80c9-be65947e643c) ) (label "OUT_3" (at 101.6 127 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid fa73744d-6557-4f54-b31b-d022ca10542b) + (uuid c72e8f2b-d6af-4842-8961-a95f688472d6) ) (symbol (lib_id "elektrophon:SW_Rotary2x4") (at 213.36 128.27 0) (unit 1) (in_bom yes) (on_board yes) @@ -1326,10 +1585,10 @@ (property "ki_description" "2 rotary switch with 4 positions" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) ) (label "A0" (at 203.2 127 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 67e3dd35-ed83-4487-bf9b-f82a3795a84c) + (uuid c5c94151-50d9-45f8-a20c-11f7c386d139) ) (label "A1" (at 203.2 138.43 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 751620b6-0de2-42cb-9a59-7495a74a9ba3) + (uuid 1711044b-5541-4880-88e1-e898f462f19e) ) (wire (pts @@ -1337,12 +1596,12 @@ (xy 228.6 119.38) ) (stroke (width 0) (type default)) - (uuid f3b4e412-d5ae-42f7-9529-542e5d39324a) + (uuid 9c3c56b8-8072-4938-85d3-f60acfb0bb59) ) (junction (at 228.6 119.38) (diameter 0) (color 0 0 0 0) - (uuid 4259db13-f530-42ed-ac94-d7f64a997a15) + (uuid f9e72ad8-7f35-419a-918f-2bcad68ffdf4) ) (wire (pts @@ -1350,12 +1609,12 @@ (xy 228.6 121.92) ) (stroke (width 0) (type default)) - (uuid 23d731d7-debc-45e9-b9e2-1063d33e27ef) + (uuid f64e9951-8af8-44bc-8de8-e87e38e931ac) ) (junction (at 228.6 121.92) (diameter 0) (color 0 0 0 0) - (uuid f78ed120-406a-4cf3-9f16-b173933b9866) + (uuid ed9b6130-b1d8-4744-b4b8-0c507a5a7cf5) ) (wire (pts @@ -1363,7 +1622,7 @@ (xy 226.06 121.92) ) (stroke (width 0) (type default)) - (uuid f919ede6-0194-4bfd-873a-2ffac47d7acd) + (uuid 74eb0db6-cd75-4b47-b9bf-b9d594283d46) ) (wire (pts @@ -1371,12 +1630,12 @@ (xy 228.6 130.81) ) (stroke (width 0) (type default)) - (uuid a1144425-6bac-4ad8-a293-857bd6e166de) + (uuid f4fb9849-acc3-4558-a162-37821f9c1686) ) (junction (at 228.6 130.81) (diameter 0) (color 0 0 0 0) - (uuid b22c6fb6-8fa0-40b0-b3ad-767e87be9607) + (uuid 23500b9d-f030-4861-8b95-291399b8850a) ) (wire (pts @@ -1384,7 +1643,7 @@ (xy 226.06 130.81) ) (stroke (width 0) (type default)) - (uuid 34e1cacf-6c45-4e85-9a0c-e0cbc8fd92d3) + (uuid 48588077-5bc0-4ba7-afd4-b23f1c9abc27) ) (wire (pts @@ -1392,7 +1651,7 @@ (xy 228.6 135.89) ) (stroke (width 0) (type default)) - (uuid b3b23dbb-17cf-4cd4-bc83-c678918ba28e) + (uuid 91523f4a-16ab-48bf-8b98-bb994e7acbad) ) (wire (pts @@ -1400,16 +1659,22 @@ (xy 226.06 135.89) ) (stroke (width 0) (type default)) - (uuid e6d9097c-e1ab-4432-b9bf-7190f3580a06) + (uuid 6804f5c8-f861-4178-9648-b90df55796e4) ) (symbol (lib_id "power:+15V") (at 228.6 119.38 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 228.6 114.84 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1417,12 +1682,12 @@ (xy 205.74 138.43) ) (stroke (width 0) (type default)) - (uuid a91db3de-3857-4192-a306-e5cae9613320) + (uuid ac42a6b1-3c03-4b22-a0ce-dd3835eff4d1) ) (junction (at 205.74 138.43) (diameter 0) (color 0 0 0 0) - (uuid 64405314-8961-4536-9051-d8e290728b10) + (uuid 5eb4c407-b95e-4571-86cd-5d2d456c13e5) ) (wire (pts @@ -1430,7 +1695,7 @@ (xy 231.14 124.46) ) (stroke (width 0) (type default)) - (uuid 87f89c77-deef-4627-a083-d4a5cb8835ff) + (uuid 1f9f25c9-0dc1-4e96-87b1-b682e111876b) ) (wire (pts @@ -1438,12 +1703,12 @@ (xy 231.14 127) ) (stroke (width 0) (type default)) - (uuid 9956dc3d-1978-4bfb-9710-4edbea5b89dd) + (uuid e5acd364-6f18-4262-be09-8129570a686e) ) (junction (at 231.14 127) (diameter 0) (color 0 0 0 0) - (uuid 24f62e78-2030-41d8-8cd5-6f19d9724575) + (uuid c4bc410b-fbfe-434e-9b9a-66203d13584f) ) (wire (pts @@ -1451,7 +1716,7 @@ (xy 226.06 127) ) (stroke (width 0) (type default)) - (uuid e28c416f-7e30-48db-93bf-a8fe9903b1ad) + (uuid 1786815e-1b67-43e1-8cbd-834f3d80cb4f) ) (wire (pts @@ -1459,12 +1724,12 @@ (xy 231.14 133.35) ) (stroke (width 0) (type default)) - (uuid 3e33a94e-3026-41a5-87a8-3c8cae4aa24a) + (uuid 846828fe-b9ba-483f-a9bd-76cf724be8b1) ) (junction (at 231.14 133.35) (diameter 0) (color 0 0 0 0) - (uuid d059ef38-822d-409a-ae02-1a2cadd0db54) + (uuid 56d0594c-ef08-4cee-a9c0-af1e9b4456ee) ) (wire (pts @@ -1472,7 +1737,7 @@ (xy 226.06 133.35) ) (stroke (width 0) (type default)) - (uuid c6b9aa4d-c6e4-41af-9112-37abae3e6e65) + (uuid e4fd6ce8-f00d-49b1-9a93-4a9f26002cc9) ) (wire (pts @@ -1480,12 +1745,12 @@ (xy 231.14 138.43) ) (stroke (width 0) (type default)) - (uuid c5712fc9-3d0a-4c16-9dc4-a3b2d8be5884) + (uuid 58f58baa-eb02-43a4-a66d-1ded3a2cd3b7) ) (junction (at 231.14 138.43) (diameter 0) (color 0 0 0 0) - (uuid f4f795b5-0da2-49b2-ad89-a18ab11966bd) + (uuid 6b2522b1-4ce2-49d3-9621-b546b255b1a8) ) (wire (pts @@ -1493,240 +1758,349 @@ (xy 226.06 138.43) ) (stroke (width 0) (type default)) - (uuid fc937e19-2a4b-4596-9a45-9d8dfda6a03e) + (uuid a256190f-92f2-48b5-a91b-ed2c74379c7f) ) (symbol (lib_id "power:-15V") (at 231.14 138.43 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 231.14 142.97 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Connector:Conn_01x08_Pin") (at 121.92 165.1 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J1" (at 121.92 153.35 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x08 Male" (at 121.92 155.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "+15V" (at 127 157.48 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 34624739-070e-45e7-bcfe-fb9623b662b4) + (uuid 731b3e1a-ecbc-4950-88f8-8d3f23827d0f) ) (label "+5V" (at 127 160.02 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 37e9f5a9-bbe6-4320-8d36-889c5c9aab33) + (uuid b73ee610-0f15-4506-9e14-082af5b17f0b) ) (label "-15V" (at 127 162.56 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid c77d6b66-100d-4541-9234-2d54980731e9) + (uuid 18215a1d-1cd7-4fe1-a5f7-116229806430) ) (label "GND" (at 127 165.1 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 89057183-c209-4738-b602-676834c3550d) + (uuid 51cfc0db-f537-4f35-a41a-eefcd204ac24) ) (label "IN" (at 127 167.64 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 39a8df19-2cf9-4d71-b3ef-e6dd02d90cf7) + (uuid a55050a1-3fd6-42e9-9f73-8fdbe5a0d9e4) ) (label "RES" (at 127 170.18 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 536773ea-92a5-4421-8c16-b5c560403cdf) + (uuid 2b8f152b-c914-4cb5-9a7a-a4f2030e828d) ) (label "RES_MOD" (at 127 172.72 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid e50c5db1-8180-4bb3-bd92-0c874fe2d7bb) + (uuid 92d64a2a-516b-4ffd-b0d4-4b9d5f5bce58) ) (label "OUT_1" (at 127 175.26 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 946cf103-275c-4453-989f-cb6ffcb34c8d) + (uuid e9202cf9-5a7d-4ee1-8bb5-6b3fd26628bc) ) (symbol (lib_id "Connector:Conn_01x04_Pin") (at 134.62 160.02 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J2" (at 134.62 153.35 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x04 Male" (at 134.62 155.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "A0" (at 139.7 157.48 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid b682e11e-e53b-4af1-8a37-0ad281e289e9) + (uuid c85fdf42-2597-4bbd-a91c-e0ca05028a34) ) (label "A1" (at 139.7 160.02 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6253cafa-47f0-48cb-a048-ecefb0dd5ed9) + (uuid b63f396e-a0c2-4e8a-974f-1b0c78bea0dc) ) (label "OUT_2" (at 139.7 162.56 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 31a798f0-b388-4f06-95ea-0e325570f313) + (uuid a8f9ba30-8024-42f5-8b83-0bd2a106a2bf) ) (label "OUT_3" (at 139.7 165.1 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid f8591dbd-b055-4162-b402-4fedfbb00637) + (uuid bf263bf3-dde9-434a-a3ea-6402089714f4) ) (symbol (lib_id "Connector:Conn_01x04_Pin") (at 147.32 160.02 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "J3" (at 147.32 153.35 0) (effects (font (size 1.27 1.27)))) (property "Value" "01x04 Male" (at 147.32 155.35 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27)))) - (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Generic connector, single row, 01x04, script generated" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "ki_keywords" "connector" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "FINE" (at 152.4 157.48 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid de4b1593-1c87-4302-91e5-fcf9a1b164ba) + (uuid fec1a4a3-396a-422d-922a-ffa561916961) ) (label "V/O" (at 152.4 160.02 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 8082b2a8-ed55-4dbb-ae50-a7471d4ac5bf) + (uuid 56035a45-be70-4bcf-95dd-437ffc106388) ) (label "FM" (at 152.4 162.56 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid 5bb97e6f-7d40-4430-83a7-ffadfc780700) + (uuid e275fb36-e8fa-46a3-9633-cc86eadc7ad3) ) (label "COARSE" (at 152.4 165.1 0) (effects (font (size 1.27 1.27)) (justify left)) - (uuid f1a1b249-33f0-4aff-808d-9259f0308bc5) + (uuid 01a08843-fab2-4eeb-bf3c-767f710ce3cc) ) (symbol (lib_id "power:PWR_FLAG") (at 264.16 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P1" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 264.16 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+15V") (at 264.16 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+15V" (at 264.16 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 269.24 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P2" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 269.24 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:-15V") (at 269.24 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "-15V" (at 0 2.54 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "-15V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "-15V" (at 269.24 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"-15V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 274.32 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P3" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 274.32 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 274.32 160.02 180) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 274.32 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:PWR_FLAG") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "P4" (at 0 1.905 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "power" (at 279.4 155.48 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Special symbol for telling ERC where power comes from" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:GND") (at 279.4 160.02 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 279.4 164.56 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (label "IN_JACK" (at 139.7 38.1 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0de3ff2f-b951-47a0-a721-1df22f0df619) + (uuid bc18e53c-b6cc-4143-9b72-f94bb9790423) ) (symbol (lib_id "Device:R") (at 143.51 38.1 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R1" (at 143.51 33.08 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 143.51 35.08 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 147.32 38.1) (diameter 0) (color 0 0 0 0) - (uuid b3d1b946-ad3f-4382-ad0d-6d0f25360ca9) + (uuid f787bd8b-b072-4d60-8d67-5eaf01f277b7) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 152.4 38.1 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q1" (at 157.49 37.1 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 157.49 39.1 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 154.94 29.21 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R2" (at 156.96 28.21 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 156.96 30.21 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 154.94 25.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 154.94 20.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 154.94 46.99 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D1" (at 158.23 46.370000000000005 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Green)" (at 158.23 48.370000000000005 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 154.94 50.8) (diameter 0) (color 0 0 0 0) - (uuid 53fb132c-4d42-4c3f-8c38-02f5d9f68dfe) + (uuid ebadb7bb-a344-4e1d-add0-05ed7d3cd85d) ) (symbol (lib_id "power:GND") (at 154.94 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 154.94 55.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1734,19 +2108,27 @@ (xy 147.32 50.8) ) (stroke (width 0) (type default)) - (uuid 58c8309d-b2f7-4573-a746-3bd9eeadf7ed) + (uuid 935d4949-8731-4cc2-9492-39ca3496febe) ) (symbol (lib_id "Diode:1N4148") (at 147.32 46.99 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D2" (at 145.05 45.989999999999995 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 145.05 47.989999999999995 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1754,78 +2136,115 @@ (xy 147.32 38.1) ) (stroke (width 0) (type default)) - (uuid 4e36c111-c022-422b-9614-01b55ef7592a) + (uuid ac9ef060-e303-46c4-a895-2a08f16b7f6e) ) (label "RES_MOD_JACK" (at 177.8 38.1 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid b322a345-7148-4f38-a29a-29002e5e6c0b) + (uuid 9067811f-0f80-4d51-9e90-c9f240291ed5) ) (symbol (lib_id "Device:R") (at 181.61 38.1 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R3" (at 181.61 33.08 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 181.61 35.08 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 185.42 38.1) (diameter 0) (color 0 0 0 0) - (uuid 60438efc-3c56-4fb1-ba57-3ae211228224) + (uuid 927d44d6-4b19-4356-8ca3-564dea55bc7c) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 190.5 38.1 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q2" (at 195.59 37.1 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 195.59 39.1 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 193.04 29.21 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R4" (at 195.06 28.21 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 195.06 30.21 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 193.04 25.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 193.04 20.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 193.04 46.99 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D3" (at 196.33 46.370000000000005 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Yellow)" (at 196.33 48.370000000000005 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 193.04 50.8) (diameter 0) (color 0 0 0 0) - (uuid a58afdfb-515e-45ea-9b4e-d1becdfa6716) + (uuid 70d244c6-4a5f-48f9-aeee-d01b61672e8b) ) (symbol (lib_id "power:GND") (at 193.04 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 193.04 55.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1833,19 +2252,27 @@ (xy 185.42 50.8) ) (stroke (width 0) (type default)) - (uuid 04b1c526-8857-4646-b868-e4d5509d722d) + (uuid 09098715-792b-4ed6-8c04-7d5a014d55b3) ) (symbol (lib_id "Diode:1N4148") (at 185.42 46.99 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D4" (at 183.15 45.989999999999995 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 183.15 47.989999999999995 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1853,78 +2280,115 @@ (xy 185.42 38.1) ) (stroke (width 0) (type default)) - (uuid 44ca31ce-cefb-49be-a821-7a14bbcd0c41) + (uuid a9d5d46e-7360-4299-8745-92da11cfa963) ) (label "V/O" (at 215.9 38.1 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 9798c93b-a35e-44da-bd79-46a7dbf4f68a) + (uuid b6c995da-f994-4cc3-8697-44fb52fbcd91) ) (symbol (lib_id "Device:R") (at 219.71 38.1 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R5" (at 219.71 33.08 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 219.71 35.08 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 223.52 38.1) (diameter 0) (color 0 0 0 0) - (uuid 08b908a3-466d-4e4f-a099-4c9e8d549f13) + (uuid 971e5b7c-ece3-4c58-a104-4ae8facc8403) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 228.6 38.1 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q3" (at 233.69 37.1 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 233.69 39.1 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 231.14 29.21 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R6" (at 233.16 28.21 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 233.16 30.21 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 231.14 25.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 231.14 20.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 231.14 46.99 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D5" (at 234.43 46.370000000000005 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Yellow)" (at 234.43 48.370000000000005 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 231.14 50.8) (diameter 0) (color 0 0 0 0) - (uuid 9817114e-4e73-46ac-a818-c197cef016ca) + (uuid b4e252f8-4364-4fb6-9cef-b1c94a9001f3) ) (symbol (lib_id "power:GND") (at 231.14 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 231.14 55.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1932,19 +2396,27 @@ (xy 223.52 50.8) ) (stroke (width 0) (type default)) - (uuid f6d6d2af-ba76-4973-bbb3-eeb19e88b5d7) + (uuid ac61d8f9-d182-4092-baf8-f7bb25100d60) ) (symbol (lib_id "Diode:1N4148") (at 223.52 46.99 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D6" (at 221.25 45.989999999999995 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 221.25 47.989999999999995 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -1952,78 +2424,115 @@ (xy 223.52 38.1) ) (stroke (width 0) (type default)) - (uuid b29fe09c-b504-4781-9463-bae0d284e7d5) + (uuid 8c32fd68-ab55-4acf-b386-e26466bf7486) ) (label "FM_JACK" (at 254 38.1 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7feb01f5-32be-4f76-b25d-33013ff29dbc) + (uuid f4f83b40-b09e-4260-8606-c8cbda5f24de) ) (symbol (lib_id "Device:R") (at 257.81 38.1 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R7" (at 257.81 33.08 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 257.81 35.08 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 261.62 38.1) (diameter 0) (color 0 0 0 0) - (uuid 2a7512eb-faaa-4f5d-a276-027fd6b04881) + (uuid 6d402e26-6324-48bf-a8ac-9b4d1256d4ff) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 266.7 38.1 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q4" (at 271.79 37.1 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 271.79 39.1 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 269.24 29.21 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R8" (at 271.26 28.21 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 271.26 30.21 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 269.24 25.4 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 269.24 20.86 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 269.24 46.99 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D7" (at 272.53 46.370000000000005 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Yellow)" (at 272.53 48.370000000000005 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 269.24 50.8) (diameter 0) (color 0 0 0 0) - (uuid ed25e1aa-c0cc-40c0-86a4-05fb960c048e) + (uuid 3297ecbc-ab36-4164-ab50-0993f04ebd99) ) (symbol (lib_id "power:GND") (at 269.24 50.8 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 269.24 55.34 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2031,19 +2540,27 @@ (xy 261.62 50.8) ) (stroke (width 0) (type default)) - (uuid 7d32a6e9-a907-4b8d-8340-3bab5c15ff80) + (uuid fcbd7bcb-3a54-4816-88fe-e04400aa6225) ) (symbol (lib_id "Diode:1N4148") (at 261.62 46.99 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D8" (at 259.35 45.989999999999995 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 259.35 47.989999999999995 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2051,78 +2568,115 @@ (xy 261.62 38.1) ) (stroke (width 0) (type default)) - (uuid 58cad5b8-d190-41f0-b62b-9df78c11c558) + (uuid 45faa7ba-c0ca-4f6e-99ca-4291cd493fea) ) (label "OUT_1" (at 139.7 76.2 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 704d40e4-f386-4883-a297-3c6f3c8a18bb) + (uuid 09104a36-e8f7-40d6-8338-5a9e04bbaa50) ) (symbol (lib_id "Device:R") (at 143.51 76.2 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R9" (at 143.51 71.18 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 143.51 73.18 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 147.32 76.2) (diameter 0) (color 0 0 0 0) - (uuid 0698a2da-eb28-46c2-8eb0-71bdd829b348) + (uuid f1d3cc2e-04de-4c69-9758-1515f7d90bf9) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 152.4 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q5" (at 157.49 75.2 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 157.49 77.2 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 154.94 67.31 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R10" (at 156.96 66.31 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 156.96 68.31 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 154.94 63.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 154.94 58.96 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 154.94 85.09 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D9" (at 158.23 84.47 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Red)" (at 158.23 86.47 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 154.94 88.9) (diameter 0) (color 0 0 0 0) - (uuid daf506a6-2953-48aa-b3f6-452cf5b1923d) + (uuid 9ead36ea-0ce5-4db3-bdd8-8b8ff6f10c2d) ) (symbol (lib_id "power:GND") (at 154.94 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 154.94 93.44 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2130,19 +2684,27 @@ (xy 147.32 88.9) ) (stroke (width 0) (type default)) - (uuid 01abd6ed-1761-44a7-adb5-8a4267ed2905) + (uuid d8a6b620-4ab7-4e72-834b-888031d6020a) ) (symbol (lib_id "Diode:1N4148") (at 147.32 85.09 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D10" (at 145.05 84.09 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 145.05 86.09 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2150,78 +2712,115 @@ (xy 147.32 76.2) ) (stroke (width 0) (type default)) - (uuid 666c540b-069e-44c5-ad8c-8c0f3a2c6893) + (uuid 00714a01-f7c9-4399-a4a4-b20fd8792d93) ) (label "OUT_2" (at 177.8 76.2 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 3f35b028-001b-4f77-9d19-311d561e45ef) + (uuid ab7d3760-1c21-4759-ac22-d1144ba45162) ) (symbol (lib_id "Device:R") (at 181.61 76.2 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R11" (at 181.61 71.18 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 181.61 73.18 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 185.42 76.2) (diameter 0) (color 0 0 0 0) - (uuid e946141d-eb68-4bd5-b370-2e3c813ba8d1) + (uuid 285d1532-19b6-4157-bf12-2f170ac6f7cf) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 190.5 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q6" (at 195.59 75.2 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 195.59 77.2 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 193.04 67.31 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R12" (at 195.06 66.31 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 195.06 68.31 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 193.04 63.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 193.04 58.96 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 193.04 85.09 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D11" (at 196.33 84.47 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Red)" (at 196.33 86.47 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 193.04 88.9) (diameter 0) (color 0 0 0 0) - (uuid 661f69ba-e4e1-4e31-b80f-3f2d417b6a2f) + (uuid 97db0af0-dcb5-480d-81c9-ce06d4d72a80) ) (symbol (lib_id "power:GND") (at 193.04 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 193.04 93.44 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2229,19 +2828,27 @@ (xy 185.42 88.9) ) (stroke (width 0) (type default)) - (uuid b9a2fce7-71d5-4b09-b8f7-c39d3db9c8a3) + (uuid 6f9940b6-89f8-407b-927e-2ba86f1b20f0) ) (symbol (lib_id "Diode:1N4148") (at 185.42 85.09 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D12" (at 183.15 84.09 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 183.15 86.09 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2249,78 +2856,115 @@ (xy 185.42 76.2) ) (stroke (width 0) (type default)) - (uuid 9530f0cb-8a85-4449-bfb8-a3cd832d4d12) + (uuid d30f46da-9bac-4d67-a8fe-c269abcab586) ) (label "OUT_3" (at 215.9 76.2 180) (effects (font (size 1.27 1.27)) (justify right)) - (uuid 79c6b013-1701-4217-a9c8-b5047e6b96b2) + (uuid bea743f3-662b-48b1-a24a-159c09e9f5fd) ) (symbol (lib_id "Device:R") (at 219.71 76.2 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R13" (at 219.71 71.18 -90) (effects (font (size 1.27 1.27)))) (property "Value" "100k" (at 219.71 73.18 -90) (effects (font (size 1.27 1.27)))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 223.52 76.2) (diameter 0) (color 0 0 0 0) - (uuid dd5bedc4-4afe-4fd8-bff3-12d6111004e8) + (uuid 6a3704f4-8c3a-4f70-975c-72ee9e61bd29) ) (symbol (lib_id "Transistor_BJT:MMBT3904") (at 228.6 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "Q7" (at 233.69 75.2 0) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "MMBT3904" (at 233.69 77.2 0) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) italic) (justify left) hide)) - (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) hide)) - (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Package_TO_SOT_SMD:SOT-23 (at 5.08 -1.905 0) (effects (font (size 1.27 1.27) + (italic yes)) (justify left) + (hide yes) hide)) + (property "Datasheet" "https://www.onsemi.com/pdf/datasheet/pzt3904-d.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) (justify left) + (hide yes))) + (property "Description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, SOT-23" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "NPN Transistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "SOT?23*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:R") (at 231.14 67.31 180) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "R14" (at 233.16 66.31 0) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "5.1k" (at 233.16 68.31 0) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder (at -1.778 0 90) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "R res resistor" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "R_*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "power:+5V") (at 231.14 63.5 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "+5V" (at 0 -3.81 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "+5V" (at 231.14 58.96 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Device:LED") (at 231.14 85.09 90) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D13" (at 234.43 84.47 -90) (effects (font (size 1.27 1.27)) (justify left))) (property "Value" "LED (Red)" (at 234.43 86.47 -90) (effects (font (size 1.27 1.27)) (justify left))) - (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" LED_THT:LED_D3.0mm (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Light emitting diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "LED diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (junction (at 231.14 88.9) (diameter 0) (color 0 0 0 0) - (uuid 40187be9-2947-4259-88b8-210ba1d0ed46) + (uuid cfb49406-6ee1-456b-b08d-28fa0cec08c4) ) (symbol (lib_id "power:GND") (at 231.14 88.9 0) - (unit 1) (in_bom yes) (on_board yes) - (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) hide)) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "GND" (at 0 -6.35 0) (effects (font (size 1.27 1.27)) + (hide yes))) (property "Value" "GND" (at 231.14 93.44 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "global power" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2328,19 +2972,27 @@ (xy 223.52 88.9) ) (stroke (width 0) (type default)) - (uuid f1be26ca-32a2-4184-9c2e-59b06e45791a) + (uuid d016cadb-93c6-4317-820b-cdc6cfec9c7a) ) (symbol (lib_id "Diode:1N4148") (at 223.52 85.09 270) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (property "Reference" "D14" (at 221.25 84.09 -270) (effects (font (size 1.27 1.27)) (justify right))) (property "Value" "1N4148W" (at 221.25 86.09 -270) (effects (font (size 1.27 1.27)) (justify right))) - (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" Diode_SMD:D_SOD-123 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/1N4148_1N4448.pdf" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "100V 0.15A standard switching diode, DO-35" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Device" "D" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "diode" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "D*DO?35*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (wire (pts @@ -2348,6 +3000,6 @@ (xy 223.52 76.2) ) (stroke (width 0) (type default)) - (uuid 10642817-58e9-4b3f-95ae-4d7f492fac28) + (uuid ed0e5f81-1fcd-4fbb-b4d3-4c78b2892fb8) ) ) diff --git a/src/threeler/panel/panel.kicad_pcb b/src/threeler/panel/panel.kicad_pcb index 003197ab..9453e0db 100644 --- a/src/threeler/panel/panel.kicad_pcb +++ b/src/threeler/panel/panel.kicad_pcb @@ -1,2751 +1,3293 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "threeler") - (date "2023-07-05") - (rev "1") - (comment 1 "PCB for panel") - (comment 2 "Second order filter from Ian Fritz") - (comment 4 "License CC BY 4.0 - Attribution 4.0 International") - ) - - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 4) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (dxfpolygonmode true) - (dxfimperialunits true) - (dxfusepcbnewfont true) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "") - ) - ) - - (net 0 "") - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 02a6f001-cd23-4f16-98fe-f5e4f0e5a5c9) - (at 101.6 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/1c5c6919-2cd0-4a40-8553-4e2285a8eea5") - (attr exclude_from_pos_files) - (fp_text reference "H7" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4b344ca1-fbd0-4e08-92d8-b50136e38aa4) - ) - (fp_text value "P_COARSE" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 4be51438-4e4a-40f9-a6dc-0090ae1f105c) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 28b7ba3d-b9b9-4d4b-9f0c-bb8ad37c7d76) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp f92cc656-e171-488e-bf3c-ac62409df6b9)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e662d920-cca8-442e-87ff-2d1105c72395)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 508813b6-bf0f-40ae-ae04-8d464ab2ef21)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 06313cb0-9228-47d7-a2ca-9e8e3827c77c) - (at 81.28 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/8c3d0706-9563-4862-8bc0-a28a6df2c829") - (attr exclude_from_pos_files) - (fp_text reference "H11" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2856c65d-bd08-41cc-8b2e-9f1f3d57a80e) - ) - (fp_text value "P_RES_MOD" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 03bbadcb-e55f-4b08-8988-771b6e093dd9) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1e08fce4-fd12-4ea6-88e2-b10010de2dd7) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 438aab09-42d7-4d92-8181-d65271e81cfb)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d32750b8-e05d-479e-9573-0a18a1482bb3)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp a88880a7-62eb-4869-970e-daa31c111413)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 0742d490-4f53-43d5-b4a0-cc6399b19a68) - (at 101.6 53.8) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/e7484ab1-3271-4482-8ea5-58bb54cc98c1") - (attr exclude_from_pos_files) - (fp_text reference "H16" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fbfe7e18-9376-4bf9-90a4-7b5491dc42f1) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b319000b-2e4b-48c9-bd20-f44aeda2ed75) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4eca90c1-b11f-41a3-80a0-1d893ed41001) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 8e101b94-e146-4510-a4b4-5156334ebdba)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e1260dab-b64b-4ff1-be50-9a4b30af210f)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 1ce9bd05-4630-458a-ac85-7f259e2d527d)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 6476ba5f-2d40-438e-8e92-fcf28bd6c159)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp cdbff899-ea1b-4b52-b683-e981e3c78e68)) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 07b3332c-3748-4b68-afe9-d6a80bedec16) - (at 101.6 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/a6dd5853-b0c8-4f1a-84c6-ae1e2736d03b") - (attr exclude_from_pos_files) - (fp_text reference "H10" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8891eee2-c1f4-4e07-8b76-67ca34a3a128) - ) - (fp_text value "P_RES" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp bac16b95-5bc0-46ba-a7c0-83902246a9b3) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 34165856-6f54-45e4-a945-8aadbd80e396) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp e3052334-b7bc-4fa2-b8eb-1f9d1ccffa6d)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 92e30f19-cc94-4f1d-9ceb-1931856d2ae8)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 352fce77-a2a0-4b52-b295-8ce7e369f00b)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 0e25c5f6-c534-4218-8d58-69fd8b331094) - (at 60.96 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/d7b58d0e-4f77-4503-9945-c494b2bd7da5") - (attr exclude_from_pos_files) - (fp_text reference "H2" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7243e453-218a-45b5-8a09-fbaddb3192bc) - ) - (fp_text value "CV" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp f925b3a9-4ee6-4cb2-be24-5e053e681845) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f5ffc57d-59f3-4d3f-9b02-40488b0e8cd7) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp aeb86274-a7ef-4ae6-9e73-7e6b7eaee7bf)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp dcfe9e2d-5a0f-4058-8d68-c492c61c100c)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 7654a8e4-0c99-4a8f-8e8c-1eb159944dca)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 13514470-5cba-4ef3-9e27-e978f7cb05d9) - (at 58.3 176.3) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/d9dfd7db-e052-497f-8113-67224dea417f") - (attr exclude_from_pos_files) - (fp_text reference "H17" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 170d3709-5e8c-4cde-aa71-834a992ea9cc) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 06f3d88e-9b05-4851-b552-21c59e8afc72) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19a68ba1-fe83-47ff-a771-21ce3d94036f) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 35c4ac10-5157-47fe-a623-e564d4869273)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 52de9384-2000-4a46-9689-06f13fbe2ccf)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 2cabf8ec-eeb5-4056-b985-e0230dd0fa5c)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 775d8075-886f-4fde-86a0-e977fc7a10a4)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp 3e78424d-b9d3-462b-80d6-564a4d5d9fad)) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 1f007b72-d667-4817-a0cc-fefac2808dc8) - (at 81.28 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/0f2d4f1f-41d2-4d1e-a8a2-4c19bbbc7de3") - (attr exclude_from_pos_files) - (fp_text reference "H3" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9b58fca-0989-487f-bf51-2a97086a1175) - ) - (fp_text value "FM" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp ec29f4db-a2dc-4c86-8910-1945d8dbfba4) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3dbbeb74-6719-4761-955f-acfbe0aa0fcc) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 5e0734db-f8ff-464d-a381-5784f067e869)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 4e785671-36f1-44a5-b2e1-8ba97610958b)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 3e363c8f-be16-403d-a3dd-47af89d9bb62)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 3a0f79dc-e43d-4876-8732-633bb932aeea) - (at 81.28 96.52) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/d8fca5c8-1c07-4cb3-87cc-5f8cafbba2cb") - (attr exclude_from_pos_files) - (fp_text reference "H8" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 118a0371-d919-4227-9d4f-e1e1c18add13) - ) - (fp_text value "P_FINE" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 23eb6023-5dd6-411a-9eb1-902b845941e3) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 00f8e292-e512-4111-b650-6af7a755816c) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 8c5c0a8a-7aa8-4bcf-a84c-1d568f93c2ba)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 38e984f7-623a-410f-ade4-ce48aacac509)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 7b5dcd63-f097-40b6-8cde-ccd702631e2b)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp 3a2abf7e-eb22-45a4-b93c-ed815b6aa043) - (at 101.6 176.3) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/d8b6be7e-725e-4aff-9539-08fd0207f23e") - (attr exclude_from_pos_files) - (fp_text reference "H18" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6b377f31-f34a-42b1-b8b5-12f1ab711bbb) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fbf83f23-908c-4efa-bcd1-937e8765682c) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd183e12-eb48-4ca8-a6f1-b5c54d3eb893) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 2b9fd3c9-c850-4b8c-8fa9-6cbd2b4147b4)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ef5f0cfa-6682-4dd1-aa31-68d3672d058e)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp c3ceb447-984b-435d-b5cd-96e32a31baf6)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 472f8cbe-7dcc-464b-b546-81ce9a86c5b9)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp d8512002-2010-4ed9-a231-4ff31a7fed1e)) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 5c58d915-8622-4857-902a-1472fc76ef46) - (at 101.6 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/97e9620a-4245-4267-8149-dd3dad37b43a") - (attr exclude_from_pos_files) - (fp_text reference "H14" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e49db49-0ead-4050-abc6-2f65a2d16230) - ) - (fp_text value "OUT_3" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 15c5411d-662a-4cd0-825f-2c8510e1f6f5) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 321e0dc5-2e75-4066-8933-72e80a54a10c) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 93cd0ec9-025a-4b4c-98f7-1372692da2a9)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ec01d951-ed5c-4837-8422-ce034c4a1688)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 2237c648-f9a9-4f5f-95c2-23161edf63c0)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 6e203c6b-3709-42be-8337-69bfa5727906) - (at 60.96 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/071a9c2b-6d8b-4beb-b9d5-b2f425e738cd") - (attr exclude_from_pos_files) - (fp_text reference "H1" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 636501b1-69ae-48fc-ad8d-924b3a9afbb9) - ) - (fp_text value "IN" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 93eb92c5-958c-49ee-86c4-77aa283d5ca3) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 21d0ddd3-afda-40b1-9924-3751c9f6f996) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp e023c3d2-b0e2-4ee5-b4cf-6bd9d5eca1f8)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 44b1a5f3-9899-4a96-82cc-22813de4bef5)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 91123816-eaf0-42ed-be92-c8607fe59b5b)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp 6ff61b82-f4fe-4e8e-919f-0b52866a3339) - (at 81.28 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/45ab9f87-5de9-49ac-8ccb-d4136d78fc95") - (attr exclude_from_pos_files) - (fp_text reference "H13" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 360cfcdf-901d-4d9f-9f06-3389e60f2608) - ) - (fp_text value "OUT_2" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 0ffe7f49-a386-4201-8978-e8ec94ff4602) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b0c89f3-1dea-4a60-8da3-725dea479d69) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp e0f7745a-ca3f-4848-acbd-d7aa638a5310)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp f4ea5e37-8346-4d1d-9a5d-1fe7ddfa74d3)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp cb7cf1cd-41e8-4dab-aeb2-8f22459be728)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp 8a2fd332-85d7-4538-acc0-7192bc6d4a1a) - (at 60.96 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/d4c70f79-54c0-4b6b-8dfc-437197895e8c") - (attr exclude_from_pos_files) - (fp_text reference "H12" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 84a39f75-25cc-45c0-8443-a8cf6454f3a5) - ) - (fp_text value "SWITCH" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 33692459-db2d-4e69-b420-6815703e09ce) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb5e171e-411c-4e40-9d50-d762e0ac4a1b) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 118a1138-0273-40db-8bf7-4e37e6020d49)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp dd223051-eb89-443c-a8d9-36d290f07b02)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 3250fd75-2b74-435b-9d19-52fce5a1bb3f)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" (layer "F.Cu") - (tstamp ae3fc3ce-e4dd-4aa6-b1f3-4751c9fcb691) - (at 58.3 53.8) - (descr "Mounting Hole 3.2mm, M3, DIN965") - (tags "mounting hole 3.2mm m3 din965") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/999fcfba-8856-4a99-adf0-df99d3040db1") - (attr exclude_from_pos_files) - (fp_text reference "H15" (at 0 -3.8) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e716f7ef-5b42-497f-bae1-145e8f380440) - ) - (fp_text value "~" (at 0 3.8) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9309dc1f-ac38-4d5a-9882-08b96143089a) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0aee111b-b29d-40ee-a80b-c59bd6616f63) - ) - (fp_circle (center 0 0) (end 2.8 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 246c032b-b5a7-4bfa-8a56-878cfefc5042)) - (fp_circle (center 0 0) (end 3.05 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 16d17875-e771-45e9-9c13-c46863ee4a5d)) - (pad "1" thru_hole circle (at 0 0) (size 3.6 3.6) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 9e90ed7d-6bc4-4dc8-802f-b176f83a3287)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "F.Cu" "F.Mask") (tstamp 0012ab37-ca6f-49ac-afa0-3487b201bfbf)) - (pad "1" connect circle (at 0 0) (size 5 5) (layers "B.Cu" "B.Mask") (tstamp c172d403-40c2-4f7f-896b-5ccecd4fcf63)) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp c10a8f55-b121-4207-9dd7-0166fcce829e) - (at 101.6 137.16) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/5c3a8c9d-0c3c-4471-989e-bff75954c946") - (attr exclude_from_pos_files) - (fp_text reference "H9" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1ff5ef44-6f82-446e-8b6d-64e02ea4d58f) - ) - (fp_text value "P_FM" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp d4aad9aa-a6da-486a-bd5d-b9c8a58aa248) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b1ac20e0-2d1d-4dff-8c06-4cab5ef84642) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 95f992a4-0f0b-4302-a6f9-6d3fea97e523)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp b74e41c7-27fd-4cfb-a065-d8806acb38c4)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp 1cc06a74-4057-4d6a-818f-18982e72303a)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp ca4735eb-b94f-4168-8880-a564172296b0) - (at 60.96 116.84) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/5b0017f5-a66a-4638-9f7c-ba4b580dfa05") - (attr exclude_from_pos_files) - (fp_text reference "H4" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp af844b05-68df-416d-b9d7-6b03c7b06a76) - ) - (fp_text value "RES_MOD" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp f83841a3-2e8c-404d-bc9f-05e86195d101) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b670c32a-733b-42fc-baa3-76ee81230baa) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp f440e49b-8452-45f4-aae4-a56a8744d2dd)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp f72684f2-0683-446e-a57a-f92d7a4efca6)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp c5c8d72b-96ad-40c9-aef2-349a557ba70f)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "elektrophon:panel_potentiometer" (layer "F.Cu") - (tstamp e7624617-c014-4fee-9b57-8f1f0585275a) - (at 101.6 76.2) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/59c13b91-50fc-466f-b1b2-ff1cda16a1ee") - (attr exclude_from_pos_files) - (fp_text reference "H6" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 61cbb867-96f0-47a4-b69d-fe072de741b9) - ) - (fp_text value "P_IN" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 737dab2a-2bfa-4865-939a-cebb179f5b36) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fec82002-d8a0-477d-b826-9f7f7ec8b1e2) - ) - (fp_circle (center 0 0) (end 6.35 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp e9b29251-875f-44fc-8b4b-67fc3f17abe7)) - (fp_circle (center 0 0) (end 6.6 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp ca131a65-1a9c-4af1-af80-b34fcc0817cf)) - (pad "" np_thru_hole circle (at 0 0) (size 7.4 7.4) (drill 7.4) (layers "*.Cu" "*.Mask") (tstamp b1025f17-c6e5-4d7e-bace-dc0354f06345)) - (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" - (offset (xyz 0 0.5 -12)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "/home/etienne/elektrophon/lib/models/chroma cap.step" - (offset (xyz 0 0 7.5)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "elektrophon:panel_jack" (layer "F.Cu") - (tstamp fb7e2b0b-b6d6-407d-b8c5-25fd6f6de1ab) - (at 60.96 157.48) - (descr "Mounting Hole 8.4mm, no annular, M8") - (tags "mounting hole 8.4mm no annular m8") - (property "Sheetfile" "panel.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Mounting Hole without connection") - (property "ki_keywords" "mounting hole") - (path "/18892b3a-cc43-4fd7-8e4c-f0f640684a11") - (attr exclude_from_pos_files) - (fp_text reference "H5" (at 0 -9.4) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0e22aff7-64fb-422e-863e-c3587b7fd151) - ) - (fp_text value "OUT_1" (at 0 9.144) (layer "F.Mask") hide - (effects (font (size 2 1.4) (thickness 0.25))) - (tstamp 65de019c-09e8-4700-a0c0-93998183804c) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f9680910-1b06-46c1-ad0d-3ca67d26bfdd) - ) - (fp_circle (center 0 0) (end 4 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp dfd62be5-9dfd-4d62-b000-7ec3a2e654ad)) - (fp_circle (center 0 0) (end 4.2 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp b9cb653f-aa35-46b7-ab89-1d21d2df0c1d)) - (pad "" np_thru_hole circle (at 0 0) (size 6.4 6.4) (drill 6.4) (layers "*.Cu" "*.Mask") (tstamp 918a5c98-50fa-45e0-afbb-9588e5e82862)) - (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" - (offset (xyz 0 0.8 -10.5)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50.8 50.8) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060977f7d)) - (gr_line (start 50.8 50.8) (end 111.4 50.8) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp 8f36f6fb-cd44-4618-8c76-dea3eb4083d1)) - (gr_line (start 111.4 50.8) (end 111.4 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp d6965eb8-acca-4ce7-ac38-a1751cd88f9e)) - (gr_line (start 111.4 179.3) (end 50.8 179.3) - (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp f431fb03-6380-42f1-8899-8e4469359dd6)) - (gr_text "out3" (at 101.3 166.6) (layer "F.Cu" knockout) (tstamp 116d6e5b-311b-4bb0-aff3-32b7ec04f861) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "mode" (at 60.85 146.3) (layer "F.Cu" knockout) (tstamp 2a2926f6-0018-4301-8e1c-1f3662280783) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "fine" (at 79.125 106.85) (layer "F.Cu" knockout) (tstamp 2b34fbdb-06dd-480b-a23a-7dc543e5f82c) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "V/O" (at 58.775 106.85) (layer "F.Cu" knockout) (tstamp 3506d6ec-2bec-4695-8cc0-64e739764ce9) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out2" (at 81.075 166.625) (layer "F.Cu" knockout) (tstamp 3b90b32b-3d7d-4edd-ac30-42549407a9e8) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "IN" (at 59.725 86.525) (layer "F.Cu" knockout) (tstamp 478b64e1-4a42-4d49-9c4f-90df0dcfee9f) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "fm" (at 80.075 147.45) (layer "F.Cu" knockout) (tstamp 48e4502a-4387-4c83-b143-6d73577898e4) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "cv" (at 59.6 127.15) (layer "F.Cu" knockout) (tstamp 70866837-f636-4b7b-8fa2-9bd9aba30c1b) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "coarse" (at 98.125 106.775) (layer "F.Cu" knockout) (tstamp 7f80ce4f-f231-4ad2-a19f-b647b06a06a6) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "res" (at 99.85 127.25) (layer "F.Cu" knockout) (tstamp b4d2f6f3-3c73-4341-a244-d18bac92167a) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out1" (at 60.875 166.575) (layer "F.Cu" knockout) (tstamp e9c24901-7614-4498-8199-81dae1597a79) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "cv" (at 60.9 125.975) (layer "B.Mask") (tstamp 06bd9512-0f90-4d43-b900-e7d5ea92bb51) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "fine" (at 81.25 105.675) (layer "B.Mask") (tstamp 0a2ee074-7e05-4a45-a58d-182b57e807e3) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out1" (at 60.875 166.575) (layer "B.Mask") (tstamp 2cd1e87f-1ba3-4f2e-9336-001a121fe336) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out3" (at 101.3 166.6) (layer "B.Mask") (tstamp 382b1363-ee13-43dc-8b41-00d2ce25cd6b) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "res" (at 101.625 126.075) (layer "B.Mask") (tstamp 5f6f05a8-d8f3-465a-9b49-b09cc1e977e2) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "IN" (at 60.95 85.35) (layer "B.Mask") (tstamp 737f90a3-2292-449f-b09f-41e6d03fa46a) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "coarse" (at 101.75 105.6) (layer "B.Mask") (tstamp 875a3104-8342-456c-886e-957f99d10292) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "fm" (at 81.575 146.275) (layer "B.Mask") (tstamp 8ee8e0e8-b3af-4110-86a1-a2d491b09868) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "mode" (at 60.85 146.3) (layer "B.Mask") (tstamp aabe9e91-91e8-4e91-a126-e0b8e13aebc4) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "out2" (at 81.075 166.625) (layer "B.Mask") (tstamp b0028b9b-27f8-44e4-a968-4d8358bc9abd) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "V/O" (at 61 105.675) (layer "B.Mask") (tstamp fe90d2b1-d1e7-485b-bb74-6a58abeacda0) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "threeler" (at 81.65 53.775) (layer "F.Mask") (tstamp 015805e5-19b7-4fd7-86e9-9d6fa5641ed1) - (effects (font (size 3 3) (thickness 0.35))) - ) - (gr_text "coarse" (at 98.15 106.775) (layer "F.Mask") (tstamp 1d7f8482-a6fb-4d6f-833d-e872081f3657) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out2" (at 81.075 166.625) (layer "F.Mask") (tstamp 1e899d97-3739-41bc-a986-5a012e1d83d2) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "cv" (at 59.625 127.15) (layer "F.Mask") (tstamp 3eacc198-22af-4961-80b9-f62f484f4855) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out1" (at 60.875 166.575) (layer "F.Mask") (tstamp 68a3270a-cb39-4f08-85cc-fefdb14d771e) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "IN" (at 59.775 86.525) (layer "F.Mask") (tstamp 81c23ec4-1db0-4d2b-9b29-f6af3bf5eb58) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "V/O" (at 58.8 106.85) (layer "F.Mask") (tstamp 998955ca-b9f3-4a8a-8f47-92111e9e9d24) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "out3" (at 101.3 166.6) (layer "F.Mask") (tstamp b38d1558-abe7-428c-ada8-c67ed5971c01) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "mode" (at 60.85 146.3) (layer "F.Mask") (tstamp cced8058-8839-475e-b35b-d09e15f181de) - (effects (font (size 2 1.4) (thickness 0.25))) - ) - (gr_text "fine" (at 79.15 106.85) (layer "F.Mask") (tstamp e817483f-3b41-4352-aa80-fa4adc2f0c98) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - (gr_text "res" (at 99.9 127.25) (layer "F.Mask") (tstamp eb1ba6a1-e82e-4b0f-82ab-c873f0b58377) - (effects (font (size 2 1.4) (thickness 0.25) bold) (justify left bottom)) - ) - - (zone (net 0) (net_name "") (layer "F.Cu") (tstamp 74f2b7a2-bbf1-44d2-a56b-3a7674a8ec56) (hatch edge 0.5) - (connect_pads (clearance 0)) - (min_thickness 0.25) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5) (island_removal_mode 1) (island_area_min 10)) - (polygon - (pts - (xy 50.875 50.775) - (xy 111.425 50.8) - (xy 111.45 179.275) - (xy 50.825 179.35) - ) - ) - (filled_polygon - (layer "F.Cu") - (island) - (pts - (xy 57.97941 50.895185) - (xy 58.025165 50.947989) - (xy 58.035109 51.017147) - (xy 58.006084 51.080703) - (xy 57.947306 51.118477) - (xy 57.934724 51.121468) - (xy 57.898861 51.12804) - (xy 57.652547 51.173178) - (xy 57.340657 51.270366) - (xy 57.340641 51.270372) - (xy 57.340639 51.270373) - (xy 57.150933 51.355752) - (xy 57.042725 51.404453) - (xy 57.042723 51.404454) - (xy 56.763131 51.573473) - (xy 56.50596 51.774954) - (xy 56.274954 52.00596) - (xy 56.073473 52.263131) - (xy 55.904454 52.542723) - (xy 55.904453 52.542725) - (xy 55.770372 52.840642) - (xy 55.770366 52.840657) - (xy 55.673178 53.152547) - (xy 55.614289 53.4739) - (xy 55.594564 53.8) - (xy 55.614289 54.126099) - (xy 55.673178 54.447452) - (xy 55.770366 54.759342) - (xy 55.77037 54.759354) - (xy 55.770373 54.759361) - (xy 55.904455 55.057279) - (xy 56.068901 55.329306) - (xy 56.073473 55.336868) - (xy 56.274954 55.594039) - (xy 56.50596 55.825045) - (xy 56.763131 56.026526) - (xy 56.763134 56.026528) - (xy 56.763137 56.02653) - (xy 57.042721 56.195545) - (xy 57.340639 56.329627) - (xy 57.340652 56.329631) - (xy 57.340657 56.329633) - (xy 57.652547 56.426821) - (xy 57.973896 56.48571) - (xy 58.3 56.505436) - (xy 58.626104 56.48571) - (xy 58.947453 56.426821) - (xy 59.259361 56.329627) - (xy 59.557279 56.195545) - (xy 59.836863 56.02653) - (xy 60.094036 55.825048) - (xy 60.325048 55.594036) - (xy 60.52653 55.336863) - (xy 60.695545 55.057279) - (xy 60.829627 54.759361) - (xy 60.926821 54.447453) - (xy 60.98571 54.126104) - (xy 61.005436 53.8) - (xy 60.98571 53.473896) - (xy 60.926821 53.152547) - (xy 60.829627 52.840639) - (xy 60.695545 52.542721) - (xy 60.52653 52.263137) - (xy 60.526528 52.263134) - (xy 60.526526 52.263131) - (xy 60.325045 52.00596) - (xy 60.094039 51.774954) - (xy 59.836868 51.573473) - (xy 59.829306 51.568901) - (xy 59.557279 51.404455) - (xy 59.259361 51.270373) - (xy 59.259354 51.27037) - (xy 59.259342 51.270366) - (xy 58.947452 51.173178) - (xy 58.707967 51.129291) - (xy 58.665277 51.121468) - (xy 58.602885 51.090023) - (xy 58.567397 51.029836) - (xy 58.570082 50.960018) - (xy 58.610088 50.902735) - (xy 58.674712 50.876175) - (xy 58.687629 50.8755) - (xy 101.212371 50.8755) - (xy 101.27941 50.895185) - (xy 101.325165 50.947989) - (xy 101.335109 51.017147) - (xy 101.306084 51.080703) - (xy 101.247306 51.118477) - (xy 101.234724 51.121468) - (xy 101.198861 51.12804) - (xy 100.952547 51.173178) - (xy 100.640657 51.270366) - (xy 100.640641 51.270372) - (xy 100.640639 51.270373) - (xy 100.450933 51.355752) - (xy 100.342725 51.404453) - (xy 100.342723 51.404454) - (xy 100.063131 51.573473) - (xy 99.80596 51.774954) - (xy 99.574954 52.00596) - (xy 99.373473 52.263131) - (xy 99.204454 52.542723) - (xy 99.204453 52.542725) - (xy 99.070372 52.840642) - (xy 99.070366 52.840657) - (xy 98.973178 53.152547) - (xy 98.914289 53.4739) - (xy 98.894564 53.8) - (xy 98.914289 54.126099) - (xy 98.973178 54.447452) - (xy 99.070366 54.759342) - (xy 99.07037 54.759354) - (xy 99.070373 54.759361) - (xy 99.204455 55.057279) - (xy 99.368901 55.329306) - (xy 99.373473 55.336868) - (xy 99.574954 55.594039) - (xy 99.80596 55.825045) - (xy 100.063131 56.026526) - (xy 100.063134 56.026528) - (xy 100.063137 56.02653) - (xy 100.342721 56.195545) - (xy 100.640639 56.329627) - (xy 100.640652 56.329631) - (xy 100.640657 56.329633) - (xy 100.952547 56.426821) - (xy 101.273896 56.48571) - (xy 101.6 56.505436) - (xy 101.926104 56.48571) - (xy 102.247453 56.426821) - (xy 102.559361 56.329627) - (xy 102.857279 56.195545) - (xy 103.136863 56.02653) - (xy 103.394036 55.825048) - (xy 103.625048 55.594036) - (xy 103.82653 55.336863) - (xy 103.995545 55.057279) - (xy 104.129627 54.759361) - (xy 104.226821 54.447453) - (xy 104.28571 54.126104) - (xy 104.305436 53.8) - (xy 104.28571 53.473896) - (xy 104.226821 53.152547) - (xy 104.129627 52.840639) - (xy 103.995545 52.542721) - (xy 103.82653 52.263137) - (xy 103.826528 52.263134) - (xy 103.826526 52.263131) - (xy 103.625045 52.00596) - (xy 103.394039 51.774954) - (xy 103.136868 51.573473) - (xy 103.129306 51.568901) - (xy 102.857279 51.404455) - (xy 102.559361 51.270373) - (xy 102.559354 51.27037) - (xy 102.559342 51.270366) - (xy 102.247452 51.173178) - (xy 102.007967 51.129291) - (xy 101.965277 51.121468) - (xy 101.902885 51.090023) - (xy 101.867397 51.029836) - (xy 101.870082 50.960018) - (xy 101.910088 50.902735) - (xy 101.974712 50.876175) - (xy 101.987629 50.8755) - (xy 111.2005 50.8755) - (xy 111.267539 50.895185) - (xy 111.313294 50.947989) - (xy 111.3245 50.9995) - (xy 111.3245 179.1005) - (xy 111.304815 179.167539) - (xy 111.252011 179.213294) - (xy 111.2005 179.2245) - (xy 101.987629 179.2245) - (xy 101.92059 179.204815) - (xy 101.874835 179.152011) - (xy 101.864891 179.082853) - (xy 101.893916 179.019297) - (xy 101.952694 178.981523) - (xy 101.965275 178.978531) - (xy 102.247453 178.926821) - (xy 102.559361 178.829627) - (xy 102.857279 178.695545) - (xy 103.136863 178.52653) - (xy 103.394036 178.325048) - (xy 103.625048 178.094036) - (xy 103.82653 177.836863) - (xy 103.995545 177.557279) - (xy 104.129627 177.259361) - (xy 104.226821 176.947453) - (xy 104.28571 176.626104) - (xy 104.305436 176.3) - (xy 104.28571 175.973896) - (xy 104.226821 175.652547) - (xy 104.129627 175.340639) - (xy 103.995545 175.042721) - (xy 103.82653 174.763137) - (xy 103.826528 174.763134) - (xy 103.826526 174.763131) - (xy 103.625045 174.50596) - (xy 103.394039 174.274954) - (xy 103.136868 174.073473) - (xy 103.129306 174.068901) - (xy 102.857279 173.904455) - (xy 102.559361 173.770373) - (xy 102.559354 173.77037) - (xy 102.559342 173.770366) - (xy 102.247452 173.673178) - (xy 101.926099 173.614289) - (xy 101.6 173.594564) - (xy 101.2739 173.614289) - (xy 100.952547 173.673178) - (xy 100.640657 173.770366) - (xy 100.640641 173.770372) - (xy 100.640639 173.770373) - (xy 100.450933 173.855752) - (xy 100.342725 173.904453) - (xy 100.342723 173.904454) - (xy 100.063131 174.073473) - (xy 99.80596 174.274954) - (xy 99.574954 174.50596) - (xy 99.373473 174.763131) - (xy 99.204454 175.042723) - (xy 99.204453 175.042725) - (xy 99.070372 175.340642) - (xy 99.070366 175.340657) - (xy 98.973178 175.652547) - (xy 98.914289 175.9739) - (xy 98.894564 176.3) - (xy 98.914289 176.626099) - (xy 98.973178 176.947452) - (xy 99.070366 177.259342) - (xy 99.07037 177.259354) - (xy 99.070373 177.259361) - (xy 99.204455 177.557279) - (xy 99.368901 177.829306) - (xy 99.373473 177.836868) - (xy 99.574954 178.094039) - (xy 99.80596 178.325045) - (xy 100.063131 178.526526) - (xy 100.063134 178.526528) - (xy 100.063137 178.52653) - (xy 100.342721 178.695545) - (xy 100.640639 178.829627) - (xy 100.640652 178.829631) - (xy 100.640657 178.829633) - (xy 100.952547 178.926821) - (xy 101.234722 178.978531) - (xy 101.297115 179.009977) - (xy 101.332603 179.070164) - (xy 101.329918 179.139982) - (xy 101.289912 179.197265) - (xy 101.225288 179.223825) - (xy 101.212371 179.2245) - (xy 58.687629 179.2245) - (xy 58.62059 179.204815) - (xy 58.574835 179.152011) - (xy 58.564891 179.082853) - (xy 58.593916 179.019297) - (xy 58.652694 178.981523) - (xy 58.665275 178.978531) - (xy 58.947453 178.926821) - (xy 59.259361 178.829627) - (xy 59.557279 178.695545) - (xy 59.836863 178.52653) - (xy 60.094036 178.325048) - (xy 60.325048 178.094036) - (xy 60.52653 177.836863) - (xy 60.695545 177.557279) - (xy 60.829627 177.259361) - (xy 60.926821 176.947453) - (xy 60.98571 176.626104) - (xy 61.005436 176.3) - (xy 60.98571 175.973896) - (xy 60.926821 175.652547) - (xy 60.829627 175.340639) - (xy 60.695545 175.042721) - (xy 60.52653 174.763137) - (xy 60.526528 174.763134) - (xy 60.526526 174.763131) - (xy 60.325045 174.50596) - (xy 60.094039 174.274954) - (xy 59.836868 174.073473) - (xy 59.829306 174.068901) - (xy 59.557279 173.904455) - (xy 59.259361 173.770373) - (xy 59.259354 173.77037) - (xy 59.259342 173.770366) - (xy 58.947452 173.673178) - (xy 58.626099 173.614289) - (xy 58.3 173.594564) - (xy 57.9739 173.614289) - (xy 57.652547 173.673178) - (xy 57.340657 173.770366) - (xy 57.340641 173.770372) - (xy 57.340639 173.770373) - (xy 57.150933 173.855752) - (xy 57.042725 173.904453) - (xy 57.042723 173.904454) - (xy 56.763131 174.073473) - (xy 56.50596 174.274954) - (xy 56.274954 174.50596) - (xy 56.073473 174.763131) - (xy 55.904454 175.042723) - (xy 55.904453 175.042725) - (xy 55.770372 175.340642) - (xy 55.770366 175.340657) - (xy 55.673178 175.652547) - (xy 55.614289 175.9739) - (xy 55.594564 176.3) - (xy 55.614289 176.626099) - (xy 55.673178 176.947452) - (xy 55.770366 177.259342) - (xy 55.77037 177.259354) - (xy 55.770373 177.259361) - (xy 55.904455 177.557279) - (xy 56.068901 177.829306) - (xy 56.073473 177.836868) - (xy 56.274954 178.094039) - (xy 56.50596 178.325045) - (xy 56.763131 178.526526) - (xy 56.763134 178.526528) - (xy 56.763137 178.52653) - (xy 57.042721 178.695545) - (xy 57.340639 178.829627) - (xy 57.340652 178.829631) - (xy 57.340657 178.829633) - (xy 57.652547 178.926821) - (xy 57.934722 178.978531) - (xy 57.997115 179.009977) - (xy 58.032603 179.070164) - (xy 58.029918 179.139982) - (xy 57.989912 179.197265) - (xy 57.925288 179.223825) - (xy 57.912371 179.2245) - (xy 50.9995 179.2245) - (xy 50.932461 179.204815) - (xy 50.886706 179.152011) - (xy 50.8755 179.1005) - (xy 50.8755 165.082573) - (xy 58.402512 165.082573) - (xy 58.402512 167.893072) - (xy 63.346332 167.893072) - (xy 63.346332 165.131404) - (xy 78.602512 165.131404) - (xy 78.602512 167.943072) - (xy 83.547488 167.943072) - (xy 83.547488 165.131404) - (xy 78.602512 165.131404) - (xy 63.346332 165.131404) - (xy 63.346332 165.107573) - (xy 98.827512 165.107573) - (xy 98.827512 167.918072) - (xy 103.772627 167.918072) - (xy 103.772627 165.107573) - (xy 98.827512 165.107573) - (xy 63.346332 165.107573) - (xy 63.346332 165.082573) - (xy 58.402512 165.082573) - (xy 50.8755 165.082573) - (xy 50.8755 157.667082) - (xy 57.5095 157.667082) - (xy 57.549953 158.039047) - (xy 57.630386 158.404461) - (xy 57.691623 158.586203) - (xy 57.749858 158.759038) - (xy 57.74986 158.759043) - (xy 57.749862 158.759048) - (xy 57.906959 159.098608) - (xy 57.906966 159.098621) - (xy 58.099853 159.419205) - (xy 58.099857 159.41921) - (xy 58.099861 159.419216) - (xy 58.099864 159.41922) - (xy 58.261773 159.632208) - (xy 58.326296 159.717086) - (xy 58.326297 159.717087) - (xy 58.583608 159.988727) - (xy 58.86877 160.230947) - (xy 58.868774 160.23095) - (xy 58.868779 160.230954) - (xy 59.01983 160.333369) - (xy 59.178465 160.440926) - (xy 59.178469 160.440928) - (xy 59.509045 160.616189) - (xy 59.509049 160.61619) - (xy 59.509054 160.616193) - (xy 59.856635 160.754681) - (xy 59.856637 160.754682) - (xy 60.054804 160.809702) - (xy 60.217155 160.854779) - (xy 60.586387 160.915311) - (xy 60.726457 160.922905) - (xy 60.866526 160.9305) - (xy 60.866528 160.9305) - (xy 61.053474 160.9305) - (xy 61.165528 160.924424) - (xy 61.333613 160.915311) - (xy 61.702845 160.854779) - (xy 61.955134 160.78473) - (xy 62.063362 160.754682) - (xy 62.063364 160.754681) - (xy 62.063363 160.754681) - (xy 62.063368 160.75468) - (xy 62.410955 160.616189) - (xy 62.741531 160.440928) - (xy 63.051221 160.230954) - (xy 63.336392 159.988727) - (xy 63.593703 159.717087) - (xy 63.820136 159.41922) - (xy 63.820142 159.419209) - (xy 63.820146 159.419205) - (xy 63.940055 159.219912) - (xy 64.013036 159.098617) - (xy 64.170142 158.759038) - (xy 64.289613 158.404462) - (xy 64.370046 158.039049) - (xy 64.4105 157.667082) - (xy 77.8295 157.667082) - (xy 77.869953 158.039047) - (xy 77.950386 158.404461) - (xy 78.011623 158.586203) - (xy 78.069858 158.759038) - (xy 78.06986 158.759043) - (xy 78.069862 158.759048) - (xy 78.226959 159.098608) - (xy 78.226966 159.098621) - (xy 78.419853 159.419205) - (xy 78.419857 159.41921) - (xy 78.419861 159.419216) - (xy 78.419864 159.41922) - (xy 78.581773 159.632208) - (xy 78.646296 159.717086) - (xy 78.646297 159.717087) - (xy 78.903608 159.988727) - (xy 79.18877 160.230947) - (xy 79.188774 160.23095) - (xy 79.188779 160.230954) - (xy 79.33983 160.333369) - (xy 79.498465 160.440926) - (xy 79.498469 160.440928) - (xy 79.829045 160.616189) - (xy 79.829049 160.61619) - (xy 79.829054 160.616193) - (xy 80.176635 160.754681) - (xy 80.176637 160.754682) - (xy 80.374804 160.809702) - (xy 80.537155 160.854779) - (xy 80.906387 160.915311) - (xy 81.046457 160.922905) - (xy 81.186526 160.9305) - (xy 81.186528 160.9305) - (xy 81.373474 160.9305) - (xy 81.485528 160.924424) - (xy 81.653613 160.915311) - (xy 82.022845 160.854779) - (xy 82.275134 160.78473) - (xy 82.383362 160.754682) - (xy 82.383364 160.754681) - (xy 82.383363 160.754681) - (xy 82.383368 160.75468) - (xy 82.730955 160.616189) - (xy 83.061531 160.440928) - (xy 83.371221 160.230954) - (xy 83.656392 159.988727) - (xy 83.913703 159.717087) - (xy 84.140136 159.41922) - (xy 84.140142 159.419209) - (xy 84.140146 159.419205) - (xy 84.260055 159.219912) - (xy 84.333036 159.098617) - (xy 84.490142 158.759038) - (xy 84.609613 158.404462) - (xy 84.690046 158.039049) - (xy 84.7305 157.667082) - (xy 98.1495 157.667082) - (xy 98.189953 158.039047) - (xy 98.270386 158.404461) - (xy 98.331623 158.586203) - (xy 98.389858 158.759038) - (xy 98.38986 158.759043) - (xy 98.389862 158.759048) - (xy 98.546959 159.098608) - (xy 98.546966 159.098621) - (xy 98.739853 159.419205) - (xy 98.739857 159.41921) - (xy 98.739861 159.419216) - (xy 98.739864 159.41922) - (xy 98.901773 159.632208) - (xy 98.966296 159.717086) - (xy 98.966297 159.717087) - (xy 99.223608 159.988727) - (xy 99.50877 160.230947) - (xy 99.508774 160.23095) - (xy 99.508779 160.230954) - (xy 99.65983 160.333369) - (xy 99.818465 160.440926) - (xy 99.818469 160.440928) - (xy 100.149045 160.616189) - (xy 100.149049 160.61619) - (xy 100.149054 160.616193) - (xy 100.496635 160.754681) - (xy 100.496637 160.754682) - (xy 100.694804 160.809702) - (xy 100.857155 160.854779) - (xy 101.226387 160.915311) - (xy 101.366457 160.922905) - (xy 101.506526 160.9305) - (xy 101.506528 160.9305) - (xy 101.693474 160.9305) - (xy 101.805528 160.924424) - (xy 101.973613 160.915311) - (xy 102.342845 160.854779) - (xy 102.595134 160.78473) - (xy 102.703362 160.754682) - (xy 102.703364 160.754681) - (xy 102.703363 160.754681) - (xy 102.703368 160.75468) - (xy 103.050955 160.616189) - (xy 103.381531 160.440928) - (xy 103.691221 160.230954) - (xy 103.976392 159.988727) - (xy 104.233703 159.717087) - (xy 104.460136 159.41922) - (xy 104.460142 159.419209) - (xy 104.460146 159.419205) - (xy 104.580055 159.219912) - (xy 104.653036 159.098617) - (xy 104.810142 158.759038) - (xy 104.929613 158.404462) - (xy 105.010046 158.039049) - (xy 105.0505 157.667081) - (xy 105.0505 157.292919) - (xy 105.010046 156.920951) - (xy 104.929613 156.555538) - (xy 104.810142 156.200962) - (xy 104.653036 155.861383) - (xy 104.653033 155.861378) - (xy 104.460146 155.540794) - (xy 104.460142 155.540789) - (xy 104.460139 155.540785) - (xy 104.460136 155.54078) - (xy 104.233703 155.242913) - (xy 103.976392 154.971273) - (xy 103.976391 154.971272) - (xy 103.691229 154.729052) - (xy 103.691223 154.729048) - (xy 103.691221 154.729046) - (xy 103.611901 154.675266) - (xy 103.381534 154.519073) - (xy 103.050963 154.343815) - (xy 103.050945 154.343806) - (xy 102.703364 154.205318) - (xy 102.703362 154.205317) - (xy 102.342853 154.105223) - (xy 102.34285 154.105222) - (xy 102.342846 154.105221) - (xy 102.342845 154.105221) - (xy 102.215931 154.084414) - (xy 101.973609 154.044688) - (xy 101.97361 154.044688) - (xy 101.693474 154.0295) - (xy 101.693472 154.0295) - (xy 101.506528 154.0295) - (xy 101.506526 154.0295) - (xy 101.226389 154.044688) - (xy 100.857149 154.105222) - (xy 100.857146 154.105223) - (xy 100.496637 154.205317) - (xy 100.496635 154.205318) - (xy 100.149054 154.343806) - (xy 100.149036 154.343815) - (xy 99.818465 154.519073) - (xy 99.50878 154.729045) - (xy 99.50877 154.729052) - (xy 99.223608 154.971272) - (xy 98.966297 155.242912) - (xy 98.966296 155.242913) - (xy 98.739857 155.540789) - (xy 98.739853 155.540794) - (xy 98.546966 155.861378) - (xy 98.546959 155.861391) - (xy 98.389862 156.200951) - (xy 98.270386 156.555538) - (xy 98.189953 156.920952) - (xy 98.1495 157.292917) - (xy 98.1495 157.667082) - (xy 84.7305 157.667082) - (xy 84.7305 157.667081) - (xy 84.7305 157.292919) - (xy 84.690046 156.920951) - (xy 84.609613 156.555538) - (xy 84.490142 156.200962) - (xy 84.333036 155.861383) - (xy 84.333033 155.861378) - (xy 84.140146 155.540794) - (xy 84.140142 155.540789) - (xy 84.140139 155.540785) - (xy 84.140136 155.54078) - (xy 83.913703 155.242913) - (xy 83.656392 154.971273) - (xy 83.656391 154.971272) - (xy 83.371229 154.729052) - (xy 83.371223 154.729048) - (xy 83.371221 154.729046) - (xy 83.291901 154.675266) - (xy 83.061534 154.519073) - (xy 82.730963 154.343815) - (xy 82.730945 154.343806) - (xy 82.383364 154.205318) - (xy 82.383362 154.205317) - (xy 82.022853 154.105223) - (xy 82.02285 154.105222) - (xy 82.022846 154.105221) - (xy 82.022845 154.105221) - (xy 81.895931 154.084414) - (xy 81.653609 154.044688) - (xy 81.65361 154.044688) - (xy 81.373474 154.0295) - (xy 81.373472 154.0295) - (xy 81.186528 154.0295) - (xy 81.186526 154.0295) - (xy 80.906389 154.044688) - (xy 80.537149 154.105222) - (xy 80.537146 154.105223) - (xy 80.176637 154.205317) - (xy 80.176635 154.205318) - (xy 79.829054 154.343806) - (xy 79.829036 154.343815) - (xy 79.498465 154.519073) - (xy 79.18878 154.729045) - (xy 79.18877 154.729052) - (xy 78.903608 154.971272) - (xy 78.646297 155.242912) - (xy 78.646296 155.242913) - (xy 78.419857 155.540789) - (xy 78.419853 155.540794) - (xy 78.226966 155.861378) - (xy 78.226959 155.861391) - (xy 78.069862 156.200951) - (xy 77.950386 156.555538) - (xy 77.869953 156.920952) - (xy 77.8295 157.292917) - (xy 77.8295 157.667082) - (xy 64.4105 157.667082) - (xy 64.4105 157.667081) - (xy 64.4105 157.292919) - (xy 64.370046 156.920951) - (xy 64.289613 156.555538) - (xy 64.170142 156.200962) - (xy 64.013036 155.861383) - (xy 64.013033 155.861378) - (xy 63.820146 155.540794) - (xy 63.820142 155.540789) - (xy 63.820139 155.540785) - (xy 63.820136 155.54078) - (xy 63.593703 155.242913) - (xy 63.336392 154.971273) - (xy 63.336391 154.971272) - (xy 63.051229 154.729052) - (xy 63.051223 154.729048) - (xy 63.051221 154.729046) - (xy 62.971901 154.675266) - (xy 62.741534 154.519073) - (xy 62.410963 154.343815) - (xy 62.410945 154.343806) - (xy 62.063364 154.205318) - (xy 62.063362 154.205317) - (xy 61.702853 154.105223) - (xy 61.70285 154.105222) - (xy 61.702846 154.105221) - (xy 61.702845 154.105221) - (xy 61.575931 154.084414) - (xy 61.333609 154.044688) - (xy 61.33361 154.044688) - (xy 61.053474 154.0295) - (xy 61.053472 154.0295) - (xy 60.866528 154.0295) - (xy 60.866526 154.0295) - (xy 60.586389 154.044688) - (xy 60.217149 154.105222) - (xy 60.217146 154.105223) - (xy 59.856637 154.205317) - (xy 59.856635 154.205318) - (xy 59.509054 154.343806) - (xy 59.509036 154.343815) - (xy 59.178465 154.519073) - (xy 58.86878 154.729045) - (xy 58.86877 154.729052) - (xy 58.583608 154.971272) - (xy 58.326297 155.242912) - (xy 58.326296 155.242913) - (xy 58.099857 155.540789) - (xy 58.099853 155.540794) - (xy 57.906966 155.861378) - (xy 57.906959 155.861391) - (xy 57.749862 156.200951) - (xy 57.630386 156.555538) - (xy 57.549953 156.920952) - (xy 57.5095 157.292917) - (xy 57.5095 157.667082) - (xy 50.8755 157.667082) - (xy 50.8755 144.807573) - (xy 57.977444 144.807573) - (xy 57.977444 147.618072) - (xy 63.789155 147.618072) - (xy 63.789155 144.807573) - (xy 57.977444 144.807573) - (xy 50.8755 144.807573) - (xy 50.8755 144.789875) - (xy 79.968141 144.789875) - (xy 79.968141 147.596903) - (xy 82.978627 147.596903) - (xy 82.978627 144.789875) - (xy 79.968141 144.789875) - (xy 50.8755 144.789875) - (xy 50.8755 137.360348) - (xy 57.0095 137.360348) - (xy 57.045975 137.719047) - (xy 57.050037 137.758984) - (xy 57.116924 138.084462) - (xy 57.130697 138.151479) - (xy 57.130698 138.151485) - (xy 57.250643 138.533777) - (xy 57.250651 138.533798) - (xy 57.408664 138.902012) - (xy 57.603119 139.252353) - (xy 57.603122 139.252358) - (xy 57.832027 139.581234) - (xy 58.093025 139.885261) - (xy 58.093026 139.885262) - (xy 58.383446 140.161326) - (xy 58.700305 140.406593) - (xy 58.745368 140.434681) - (xy 59.040342 140.61854) - (xy 59.040351 140.618545) - (xy 59.400095 140.795008) - (xy 59.400102 140.79501) - (xy 59.400103 140.795011) - (xy 59.775837 140.934168) - (xy 59.775839 140.934168) - (xy 59.775846 140.934171) - (xy 60.163748 141.034606) - (xy 60.559821 141.095282) - (xy 60.859891 141.1105) - (xy 60.859907 141.1105) - (xy 61.060093 141.1105) - (xy 61.060109 141.1105) - (xy 61.360179 141.095282) - (xy 61.756252 141.034606) - (xy 62.144154 140.934171) - (xy 62.519905 140.795008) - (xy 62.879649 140.618545) - (xy 63.219695 140.406593) - (xy 63.536554 140.161326) - (xy 63.826974 139.885262) - (xy 64.087974 139.581232) - (xy 64.316878 139.252358) - (xy 64.511335 138.902013) - (xy 64.669351 138.533793) - (xy 64.789304 138.151475) - (xy 64.869963 137.758984) - (xy 64.9105 137.360347) - (xy 64.9105 137.347082) - (xy 77.8295 137.347082) - (xy 77.869953 137.719047) - (xy 77.950386 138.084461) - (xy 78.011623 138.266203) - (xy 78.069858 138.439038) - (xy 78.06986 138.439043) - (xy 78.069862 138.439048) - (xy 78.226959 138.778608) - (xy 78.226966 138.778621) - (xy 78.419853 139.099205) - (xy 78.419857 139.09921) - (xy 78.419861 139.099216) - (xy 78.419864 139.09922) - (xy 78.536273 139.252353) - (xy 78.646296 139.397086) - (xy 78.646297 139.397087) - (xy 78.903608 139.668727) - (xy 79.18877 139.910947) - (xy 79.188774 139.91095) - (xy 79.188779 139.910954) - (xy 79.33983 140.013369) - (xy 79.498465 140.120926) - (xy 79.498469 140.120928) - (xy 79.829045 140.296189) - (xy 79.829049 140.29619) - (xy 79.829054 140.296193) - (xy 80.176635 140.434681) - (xy 80.176637 140.434682) - (xy 80.374804 140.489702) - (xy 80.537155 140.534779) - (xy 80.906387 140.595311) - (xy 81.046457 140.602905) - (xy 81.186526 140.6105) - (xy 81.186528 140.6105) - (xy 81.373474 140.6105) - (xy 81.485528 140.604424) - (xy 81.653613 140.595311) - (xy 82.022845 140.534779) - (xy 82.275134 140.46473) - (xy 82.383362 140.434682) - (xy 82.383364 140.434681) - (xy 82.383363 140.434681) - (xy 82.383368 140.43468) - (xy 82.730955 140.296189) - (xy 83.061531 140.120928) - (xy 83.371221 139.910954) - (xy 83.656392 139.668727) - (xy 83.913703 139.397087) - (xy 84.140136 139.09922) - (xy 84.140142 139.099209) - (xy 84.140146 139.099205) - (xy 84.260055 138.899912) - (xy 84.333036 138.778617) - (xy 84.490142 138.439038) - (xy 84.609613 138.084462) - (xy 84.690046 137.719049) - (xy 84.729057 137.360348) - (xy 97.6495 137.360348) - (xy 97.685975 137.719047) - (xy 97.690037 137.758984) - (xy 97.756924 138.084462) - (xy 97.770697 138.151479) - (xy 97.770698 138.151485) - (xy 97.890643 138.533777) - (xy 97.890651 138.533798) - (xy 98.048664 138.902012) - (xy 98.243119 139.252353) - (xy 98.243122 139.252358) - (xy 98.472027 139.581234) - (xy 98.733025 139.885261) - (xy 98.733026 139.885262) - (xy 99.023446 140.161326) - (xy 99.340305 140.406593) - (xy 99.385368 140.434681) - (xy 99.680342 140.61854) - (xy 99.680351 140.618545) - (xy 100.040095 140.795008) - (xy 100.040102 140.79501) - (xy 100.040103 140.795011) - (xy 100.415837 140.934168) - (xy 100.415839 140.934168) - (xy 100.415846 140.934171) - (xy 100.803748 141.034606) - (xy 101.199821 141.095282) - (xy 101.499891 141.1105) - (xy 101.499907 141.1105) - (xy 101.700093 141.1105) - (xy 101.700109 141.1105) - (xy 102.000179 141.095282) - (xy 102.396252 141.034606) - (xy 102.784154 140.934171) - (xy 103.159905 140.795008) - (xy 103.519649 140.618545) - (xy 103.859695 140.406593) - (xy 104.176554 140.161326) - (xy 104.466974 139.885262) - (xy 104.727974 139.581232) - (xy 104.956878 139.252358) - (xy 105.151335 138.902013) - (xy 105.309351 138.533793) - (xy 105.429304 138.151475) - (xy 105.509963 137.758984) - (xy 105.5505 137.360347) - (xy 105.5505 136.959653) - (xy 105.509963 136.561016) - (xy 105.429304 136.168525) - (xy 105.309351 135.786207) - (xy 105.151335 135.417987) - (xy 104.956878 135.067642) - (xy 104.727974 134.738768) - (xy 104.727972 134.738765) - (xy 104.466974 134.434738) - (xy 104.439945 134.409045) - (xy 104.176554 134.158674) - (xy 104.00233 134.023815) - (xy 103.859695 133.913407) - (xy 103.519657 133.701459) - (xy 103.519648 133.701454) - (xy 103.159909 133.524994) - (xy 103.159896 133.524988) - (xy 102.784162 133.385831) - (xy 102.708529 133.366248) - (xy 102.396252 133.285394) - (xy 102.396249 133.285393) - (xy 102.396247 133.285393) - (xy 102.000178 133.224717) - (xy 101.763362 133.212707) - (xy 101.700109 133.2095) - (xy 101.499891 133.2095) - (xy 101.449288 133.212066) - (xy 101.199821 133.224717) - (xy 100.803752 133.285393) - (xy 100.415837 133.385831) - (xy 100.040103 133.524988) - (xy 100.04009 133.524994) - (xy 99.680351 133.701454) - (xy 99.680342 133.701459) - (xy 99.340304 133.913407) - (xy 99.023451 134.158669) - (xy 98.733025 134.434738) - (xy 98.472027 134.738765) - (xy 98.243122 135.067641) - (xy 98.243119 135.067646) - (xy 98.048664 135.417987) - (xy 97.890651 135.786201) - (xy 97.890643 135.786222) - (xy 97.770698 136.168514) - (xy 97.770697 136.16852) - (xy 97.690036 136.56102) - (xy 97.6495 136.959651) - (xy 97.6495 137.360348) - (xy 84.729057 137.360348) - (xy 84.7305 137.347081) - (xy 84.7305 136.972919) - (xy 84.690046 136.600951) - (xy 84.609613 136.235538) - (xy 84.490142 135.880962) - (xy 84.333036 135.541383) - (xy 84.333033 135.541378) - (xy 84.140146 135.220794) - (xy 84.140142 135.220789) - (xy 84.140139 135.220785) - (xy 84.140136 135.22078) - (xy 83.913703 134.922913) - (xy 83.656392 134.651273) - (xy 83.656391 134.651272) - (xy 83.371229 134.409052) - (xy 83.371223 134.409048) - (xy 83.371221 134.409046) - (xy 83.291901 134.355266) - (xy 83.061534 134.199073) - (xy 82.730963 134.023815) - (xy 82.730945 134.023806) - (xy 82.383364 133.885318) - (xy 82.383362 133.885317) - (xy 82.022853 133.785223) - (xy 82.02285 133.785222) - (xy 82.022846 133.785221) - (xy 82.022845 133.785221) - (xy 81.895931 133.764414) - (xy 81.653609 133.724688) - (xy 81.65361 133.724688) - (xy 81.373474 133.7095) - (xy 81.373472 133.7095) - (xy 81.186528 133.7095) - (xy 81.186526 133.7095) - (xy 80.906389 133.724688) - (xy 80.537149 133.785222) - (xy 80.537146 133.785223) - (xy 80.176637 133.885317) - (xy 80.176635 133.885318) - (xy 79.829054 134.023806) - (xy 79.829036 134.023815) - (xy 79.498465 134.199073) - (xy 79.18878 134.409045) - (xy 79.18877 134.409052) - (xy 78.903608 134.651272) - (xy 78.646297 134.922912) - (xy 78.646296 134.922913) - (xy 78.419857 135.220789) - (xy 78.419853 135.220794) - (xy 78.226966 135.541378) - (xy 78.226959 135.541391) - (xy 78.069862 135.880951) - (xy 77.950386 136.235538) - (xy 77.869953 136.600952) - (xy 77.8295 136.972917) - (xy 77.8295 137.347082) - (xy 64.9105 137.347082) - (xy 64.9105 136.959653) - (xy 64.869963 136.561016) - (xy 64.789304 136.168525) - (xy 64.669351 135.786207) - (xy 64.511335 135.417987) - (xy 64.316878 135.067642) - (xy 64.087974 134.738768) - (xy 64.087972 134.738765) - (xy 63.826974 134.434738) - (xy 63.799945 134.409045) - (xy 63.536554 134.158674) - (xy 63.36233 134.023815) - (xy 63.219695 133.913407) - (xy 62.879657 133.701459) - (xy 62.879648 133.701454) - (xy 62.519909 133.524994) - (xy 62.519896 133.524988) - (xy 62.144162 133.385831) - (xy 62.068529 133.366248) - (xy 61.756252 133.285394) - (xy 61.756249 133.285393) - (xy 61.756247 133.285393) - (xy 61.360178 133.224717) - (xy 61.123362 133.212707) - (xy 61.060109 133.2095) - (xy 60.859891 133.2095) - (xy 60.809288 133.212066) - (xy 60.559821 133.224717) - (xy 60.163752 133.285393) - (xy 59.775837 133.385831) - (xy 59.400103 133.524988) - (xy 59.40009 133.524994) - (xy 59.040351 133.701454) - (xy 59.040342 133.701459) - (xy 58.700304 133.913407) - (xy 58.383451 134.158669) - (xy 58.093025 134.434738) - (xy 57.832027 134.738765) - (xy 57.603122 135.067641) - (xy 57.603119 135.067646) - (xy 57.408664 135.417987) - (xy 57.250651 135.786201) - (xy 57.250643 135.786222) - (xy 57.130698 136.168514) - (xy 57.130697 136.16852) - (xy 57.050036 136.56102) - (xy 57.0095 136.959651) - (xy 57.0095 137.360348) - (xy 50.8755 137.360348) - (xy 50.8755 125.15307) - (xy 59.625318 125.15307) - (xy 59.625318 127.298072) - (xy 62.23248 127.298072) - (xy 62.23248 125.25307) - (xy 99.945381 125.25307) - (xy 99.945381 127.398072) - (xy 103.353627 127.398072) - (xy 103.353627 125.25307) - (xy 99.945381 125.25307) - (xy 62.23248 125.25307) - (xy 62.23248 125.15307) - (xy 59.625318 125.15307) - (xy 50.8755 125.15307) - (xy 50.8755 117.027082) - (xy 57.5095 117.027082) - (xy 57.549953 117.399047) - (xy 57.630386 117.764461) - (xy 57.691623 117.946203) - (xy 57.749858 118.119038) - (xy 57.74986 118.119043) - (xy 57.749862 118.119048) - (xy 57.906959 118.458608) - (xy 57.906966 118.458621) - (xy 58.099853 118.779205) - (xy 58.099857 118.77921) - (xy 58.099861 118.779216) - (xy 58.099864 118.77922) - (xy 58.216273 118.932353) - (xy 58.326296 119.077086) - (xy 58.326297 119.077087) - (xy 58.583608 119.348727) - (xy 58.86877 119.590947) - (xy 58.868774 119.59095) - (xy 58.868779 119.590954) - (xy 59.01983 119.693369) - (xy 59.178465 119.800926) - (xy 59.178469 119.800928) - (xy 59.509045 119.976189) - (xy 59.509049 119.97619) - (xy 59.509054 119.976193) - (xy 59.856635 120.114681) - (xy 59.856637 120.114682) - (xy 60.054804 120.169702) - (xy 60.217155 120.214779) - (xy 60.586387 120.275311) - (xy 60.726457 120.282905) - (xy 60.866526 120.2905) - (xy 60.866528 120.2905) - (xy 61.053474 120.2905) - (xy 61.165528 120.284424) - (xy 61.333613 120.275311) - (xy 61.702845 120.214779) - (xy 61.955134 120.14473) - (xy 62.063362 120.114682) - (xy 62.063364 120.114681) - (xy 62.063363 120.114681) - (xy 62.063368 120.11468) - (xy 62.410955 119.976189) - (xy 62.741531 119.800928) - (xy 63.051221 119.590954) - (xy 63.336392 119.348727) - (xy 63.593703 119.077087) - (xy 63.820136 118.77922) - (xy 63.820142 118.779209) - (xy 63.820146 118.779205) - (xy 63.940055 118.579912) - (xy 64.013036 118.458617) - (xy 64.170142 118.119038) - (xy 64.289613 117.764462) - (xy 64.370046 117.399049) - (xy 64.409057 117.040348) - (xy 77.3295 117.040348) - (xy 77.365975 117.399047) - (xy 77.370037 117.438984) - (xy 77.436924 117.764462) - (xy 77.450697 117.831479) - (xy 77.450698 117.831485) - (xy 77.570643 118.213777) - (xy 77.570651 118.213798) - (xy 77.728664 118.582012) - (xy 77.923119 118.932353) - (xy 77.923122 118.932358) - (xy 78.152027 119.261234) - (xy 78.413025 119.565261) - (xy 78.413026 119.565262) - (xy 78.703446 119.841326) - (xy 79.020305 120.086593) - (xy 79.065368 120.114681) - (xy 79.360342 120.29854) - (xy 79.360351 120.298545) - (xy 79.720095 120.475008) - (xy 79.720102 120.47501) - (xy 79.720103 120.475011) - (xy 80.095837 120.614168) - (xy 80.095839 120.614168) - (xy 80.095846 120.614171) - (xy 80.483748 120.714606) - (xy 80.879821 120.775282) - (xy 81.179891 120.7905) - (xy 81.179907 120.7905) - (xy 81.380093 120.7905) - (xy 81.380109 120.7905) - (xy 81.680179 120.775282) - (xy 82.076252 120.714606) - (xy 82.464154 120.614171) - (xy 82.839905 120.475008) - (xy 83.199649 120.298545) - (xy 83.539695 120.086593) - (xy 83.856554 119.841326) - (xy 84.146974 119.565262) - (xy 84.407974 119.261232) - (xy 84.636878 118.932358) - (xy 84.831335 118.582013) - (xy 84.989351 118.213793) - (xy 85.109304 117.831475) - (xy 85.189963 117.438984) - (xy 85.2305 117.040348) - (xy 97.6495 117.040348) - (xy 97.685975 117.399047) - (xy 97.690037 117.438984) - (xy 97.756924 117.764462) - (xy 97.770697 117.831479) - (xy 97.770698 117.831485) - (xy 97.890643 118.213777) - (xy 97.890651 118.213798) - (xy 98.048664 118.582012) - (xy 98.243119 118.932353) - (xy 98.243122 118.932358) - (xy 98.472027 119.261234) - (xy 98.733025 119.565261) - (xy 98.733026 119.565262) - (xy 99.023446 119.841326) - (xy 99.340305 120.086593) - (xy 99.385368 120.114681) - (xy 99.680342 120.29854) - (xy 99.680351 120.298545) - (xy 100.040095 120.475008) - (xy 100.040102 120.47501) - (xy 100.040103 120.475011) - (xy 100.415837 120.614168) - (xy 100.415839 120.614168) - (xy 100.415846 120.614171) - (xy 100.803748 120.714606) - (xy 101.199821 120.775282) - (xy 101.499891 120.7905) - (xy 101.499907 120.7905) - (xy 101.700093 120.7905) - (xy 101.700109 120.7905) - (xy 102.000179 120.775282) - (xy 102.396252 120.714606) - (xy 102.784154 120.614171) - (xy 103.159905 120.475008) - (xy 103.519649 120.298545) - (xy 103.859695 120.086593) - (xy 104.176554 119.841326) - (xy 104.466974 119.565262) - (xy 104.727974 119.261232) - (xy 104.956878 118.932358) - (xy 105.151335 118.582013) - (xy 105.309351 118.213793) - (xy 105.429304 117.831475) - (xy 105.509963 117.438984) - (xy 105.5505 117.040347) - (xy 105.5505 116.639653) - (xy 105.509963 116.241016) - (xy 105.429304 115.848525) - (xy 105.309351 115.466207) - (xy 105.151335 115.097987) - (xy 104.956878 114.747642) - (xy 104.727974 114.418768) - (xy 104.727972 114.418765) - (xy 104.466974 114.114738) - (xy 104.439945 114.089045) - (xy 104.176554 113.838674) - (xy 104.00233 113.703815) - (xy 103.859695 113.593407) - (xy 103.519657 113.381459) - (xy 103.519648 113.381454) - (xy 103.159909 113.204994) - (xy 103.159896 113.204988) - (xy 102.784162 113.065831) - (xy 102.708529 113.046248) - (xy 102.396252 112.965394) - (xy 102.396249 112.965393) - (xy 102.396247 112.965393) - (xy 102.000178 112.904717) - (xy 101.763362 112.892707) - (xy 101.700109 112.8895) - (xy 101.499891 112.8895) - (xy 101.449288 112.892066) - (xy 101.199821 112.904717) - (xy 100.803752 112.965393) - (xy 100.415837 113.065831) - (xy 100.040103 113.204988) - (xy 100.04009 113.204994) - (xy 99.680351 113.381454) - (xy 99.680342 113.381459) - (xy 99.340304 113.593407) - (xy 99.023451 113.838669) - (xy 98.733025 114.114738) - (xy 98.472027 114.418765) - (xy 98.243122 114.747641) - (xy 98.243119 114.747646) - (xy 98.048664 115.097987) - (xy 97.890651 115.466201) - (xy 97.890643 115.466222) - (xy 97.770698 115.848514) - (xy 97.770697 115.84852) - (xy 97.690036 116.24102) - (xy 97.6495 116.639651) - (xy 97.6495 117.040348) - (xy 85.2305 117.040348) - (xy 85.2305 117.040347) - (xy 85.2305 116.639653) - (xy 85.189963 116.241016) - (xy 85.109304 115.848525) - (xy 84.989351 115.466207) - (xy 84.831335 115.097987) - (xy 84.636878 114.747642) - (xy 84.407974 114.418768) - (xy 84.407972 114.418765) - (xy 84.146974 114.114738) - (xy 84.119945 114.089045) - (xy 83.856554 113.838674) - (xy 83.68233 113.703815) - (xy 83.539695 113.593407) - (xy 83.199657 113.381459) - (xy 83.199648 113.381454) - (xy 82.839909 113.204994) - (xy 82.839896 113.204988) - (xy 82.464162 113.065831) - (xy 82.388529 113.046248) - (xy 82.076252 112.965394) - (xy 82.076249 112.965393) - (xy 82.076247 112.965393) - (xy 81.680178 112.904717) - (xy 81.443362 112.892707) - (xy 81.380109 112.8895) - (xy 81.179891 112.8895) - (xy 81.129288 112.892066) - (xy 80.879821 112.904717) - (xy 80.483752 112.965393) - (xy 80.095837 113.065831) - (xy 79.720103 113.204988) - (xy 79.72009 113.204994) - (xy 79.360351 113.381454) - (xy 79.360342 113.381459) - (xy 79.020304 113.593407) - (xy 78.703451 113.838669) - (xy 78.413025 114.114738) - (xy 78.152027 114.418765) - (xy 77.923122 114.747641) - (xy 77.923119 114.747646) - (xy 77.728664 115.097987) - (xy 77.570651 115.466201) - (xy 77.570643 115.466222) - (xy 77.450698 115.848514) - (xy 77.450697 115.84852) - (xy 77.370036 116.24102) - (xy 77.3295 116.639651) - (xy 77.3295 117.040348) - (xy 64.409057 117.040348) - (xy 64.4105 117.027081) - (xy 64.4105 116.652919) - (xy 64.370046 116.280951) - (xy 64.289613 115.915538) - (xy 64.170142 115.560962) - (xy 64.013036 115.221383) - (xy 64.013033 115.221378) - (xy 63.820146 114.900794) - (xy 63.820142 114.900789) - (xy 63.820139 114.900785) - (xy 63.820136 114.90078) - (xy 63.593703 114.602913) - (xy 63.336392 114.331273) - (xy 63.336391 114.331272) - (xy 63.051229 114.089052) - (xy 63.051223 114.089048) - (xy 63.051221 114.089046) - (xy 62.971901 114.035266) - (xy 62.741534 113.879073) - (xy 62.410963 113.703815) - (xy 62.410945 113.703806) - (xy 62.063364 113.565318) - (xy 62.063362 113.565317) - (xy 61.702853 113.465223) - (xy 61.70285 113.465222) - (xy 61.702846 113.465221) - (xy 61.702845 113.465221) - (xy 61.575931 113.444414) - (xy 61.333609 113.404688) - (xy 61.33361 113.404688) - (xy 61.053474 113.3895) - (xy 61.053472 113.3895) - (xy 60.866528 113.3895) - (xy 60.866526 113.3895) - (xy 60.586389 113.404688) - (xy 60.217149 113.465222) - (xy 60.217146 113.465223) - (xy 59.856637 113.565317) - (xy 59.856635 113.565318) - (xy 59.509054 113.703806) - (xy 59.509036 113.703815) - (xy 59.178465 113.879073) - (xy 58.86878 114.089045) - (xy 58.86877 114.089052) - (xy 58.583608 114.331272) - (xy 58.326297 114.602912) - (xy 58.326296 114.602913) - (xy 58.099857 114.900789) - (xy 58.099853 114.900794) - (xy 57.906966 115.221378) - (xy 57.906959 115.221391) - (xy 57.749862 115.560951) - (xy 57.630386 115.915538) - (xy 57.549953 116.280952) - (xy 57.5095 116.652917) - (xy 57.5095 117.027082) - (xy 50.8755 117.027082) - (xy 50.8755 104.095989) - (xy 58.667022 104.095989) - (xy 58.667022 107.46944) - (xy 63.21131 107.46944) - (xy 63.21131 104.186941) - (xy 79.018141 104.186941) - (xy 79.018141 106.998072) - (xy 83.361961 106.998072) - (xy 83.361961 104.77807) - (xy 98.150318 104.77807) - (xy 98.150318 106.923072) - (xy 105.361961 106.923072) - (xy 105.361961 104.77807) - (xy 98.150318 104.77807) - (xy 83.361961 104.77807) - (xy 83.361961 104.186941) - (xy 79.018141 104.186941) - (xy 63.21131 104.186941) - (xy 63.21131 104.095989) - (xy 58.667022 104.095989) - (xy 50.8755 104.095989) - (xy 50.8755 96.707082) - (xy 57.5095 96.707082) - (xy 57.549953 97.079047) - (xy 57.630386 97.444461) - (xy 57.691623 97.626203) - (xy 57.749858 97.799038) - (xy 57.74986 97.799043) - (xy 57.749862 97.799048) - (xy 57.906959 98.138608) - (xy 57.906966 98.138621) - (xy 58.099853 98.459205) - (xy 58.099857 98.45921) - (xy 58.099861 98.459216) - (xy 58.099864 98.45922) - (xy 58.216273 98.612353) - (xy 58.326296 98.757086) - (xy 58.326297 98.757087) - (xy 58.583608 99.028727) - (xy 58.86877 99.270947) - (xy 58.868774 99.27095) - (xy 58.868779 99.270954) - (xy 59.01983 99.373369) - (xy 59.178465 99.480926) - (xy 59.178469 99.480928) - (xy 59.509045 99.656189) - (xy 59.509049 99.65619) - (xy 59.509054 99.656193) - (xy 59.856635 99.794681) - (xy 59.856637 99.794682) - (xy 60.054804 99.849702) - (xy 60.217155 99.894779) - (xy 60.586387 99.955311) - (xy 60.726457 99.962905) - (xy 60.866526 99.9705) - (xy 60.866528 99.9705) - (xy 61.053474 99.9705) - (xy 61.165528 99.964424) - (xy 61.333613 99.955311) - (xy 61.702845 99.894779) - (xy 61.955134 99.82473) - (xy 62.063362 99.794682) - (xy 62.063364 99.794681) - (xy 62.063363 99.794681) - (xy 62.063368 99.79468) - (xy 62.410955 99.656189) - (xy 62.741531 99.480928) - (xy 63.051221 99.270954) - (xy 63.336392 99.028727) - (xy 63.593703 98.757087) - (xy 63.820136 98.45922) - (xy 63.820142 98.459209) - (xy 63.820146 98.459205) - (xy 63.940055 98.259912) - (xy 64.013036 98.138617) - (xy 64.170142 97.799038) - (xy 64.289613 97.444462) - (xy 64.370046 97.079049) - (xy 64.409057 96.720348) - (xy 77.3295 96.720348) - (xy 77.365975 97.079047) - (xy 77.370037 97.118984) - (xy 77.436924 97.444462) - (xy 77.450697 97.511479) - (xy 77.450698 97.511485) - (xy 77.570643 97.893777) - (xy 77.570651 97.893798) - (xy 77.728664 98.262012) - (xy 77.923119 98.612353) - (xy 77.923122 98.612358) - (xy 78.152027 98.941234) - (xy 78.413025 99.245261) - (xy 78.413026 99.245262) - (xy 78.703446 99.521326) - (xy 79.020305 99.766593) - (xy 79.065368 99.794681) - (xy 79.360342 99.97854) - (xy 79.360351 99.978545) - (xy 79.720095 100.155008) - (xy 79.720102 100.15501) - (xy 79.720103 100.155011) - (xy 80.095837 100.294168) - (xy 80.095839 100.294168) - (xy 80.095846 100.294171) - (xy 80.483748 100.394606) - (xy 80.879821 100.455282) - (xy 81.179891 100.4705) - (xy 81.179907 100.4705) - (xy 81.380093 100.4705) - (xy 81.380109 100.4705) - (xy 81.680179 100.455282) - (xy 82.076252 100.394606) - (xy 82.464154 100.294171) - (xy 82.839905 100.155008) - (xy 83.199649 99.978545) - (xy 83.539695 99.766593) - (xy 83.856554 99.521326) - (xy 84.146974 99.245262) - (xy 84.407974 98.941232) - (xy 84.636878 98.612358) - (xy 84.831335 98.262013) - (xy 84.989351 97.893793) - (xy 85.109304 97.511475) - (xy 85.189963 97.118984) - (xy 85.2305 96.720348) - (xy 97.6495 96.720348) - (xy 97.685975 97.079047) - (xy 97.690037 97.118984) - (xy 97.756924 97.444462) - (xy 97.770697 97.511479) - (xy 97.770698 97.511485) - (xy 97.890643 97.893777) - (xy 97.890651 97.893798) - (xy 98.048664 98.262012) - (xy 98.243119 98.612353) - (xy 98.243122 98.612358) - (xy 98.472027 98.941234) - (xy 98.733025 99.245261) - (xy 98.733026 99.245262) - (xy 99.023446 99.521326) - (xy 99.340305 99.766593) - (xy 99.385368 99.794681) - (xy 99.680342 99.97854) - (xy 99.680351 99.978545) - (xy 100.040095 100.155008) - (xy 100.040102 100.15501) - (xy 100.040103 100.155011) - (xy 100.415837 100.294168) - (xy 100.415839 100.294168) - (xy 100.415846 100.294171) - (xy 100.803748 100.394606) - (xy 101.199821 100.455282) - (xy 101.499891 100.4705) - (xy 101.499907 100.4705) - (xy 101.700093 100.4705) - (xy 101.700109 100.4705) - (xy 102.000179 100.455282) - (xy 102.396252 100.394606) - (xy 102.784154 100.294171) - (xy 103.159905 100.155008) - (xy 103.519649 99.978545) - (xy 103.859695 99.766593) - (xy 104.176554 99.521326) - (xy 104.466974 99.245262) - (xy 104.727974 98.941232) - (xy 104.956878 98.612358) - (xy 105.151335 98.262013) - (xy 105.309351 97.893793) - (xy 105.429304 97.511475) - (xy 105.509963 97.118984) - (xy 105.5505 96.720347) - (xy 105.5505 96.319653) - (xy 105.509963 95.921016) - (xy 105.429304 95.528525) - (xy 105.309351 95.146207) - (xy 105.151335 94.777987) - (xy 104.956878 94.427642) - (xy 104.727974 94.098768) - (xy 104.727972 94.098765) - (xy 104.466974 93.794738) - (xy 104.439945 93.769045) - (xy 104.176554 93.518674) - (xy 104.00233 93.383815) - (xy 103.859695 93.273407) - (xy 103.519657 93.061459) - (xy 103.519648 93.061454) - (xy 103.159909 92.884994) - (xy 103.159896 92.884988) - (xy 102.784162 92.745831) - (xy 102.708529 92.726248) - (xy 102.396252 92.645394) - (xy 102.396249 92.645393) - (xy 102.396247 92.645393) - (xy 102.000178 92.584717) - (xy 101.763362 92.572707) - (xy 101.700109 92.5695) - (xy 101.499891 92.5695) - (xy 101.449288 92.572066) - (xy 101.199821 92.584717) - (xy 100.803752 92.645393) - (xy 100.415837 92.745831) - (xy 100.040103 92.884988) - (xy 100.04009 92.884994) - (xy 99.680351 93.061454) - (xy 99.680342 93.061459) - (xy 99.340304 93.273407) - (xy 99.023451 93.518669) - (xy 98.733025 93.794738) - (xy 98.472027 94.098765) - (xy 98.243122 94.427641) - (xy 98.243119 94.427646) - (xy 98.048664 94.777987) - (xy 97.890651 95.146201) - (xy 97.890643 95.146222) - (xy 97.770698 95.528514) - (xy 97.770697 95.52852) - (xy 97.690036 95.92102) - (xy 97.6495 96.319651) - (xy 97.6495 96.720348) - (xy 85.2305 96.720348) - (xy 85.2305 96.720347) - (xy 85.2305 96.319653) - (xy 85.189963 95.921016) - (xy 85.109304 95.528525) - (xy 84.989351 95.146207) - (xy 84.831335 94.777987) - (xy 84.636878 94.427642) - (xy 84.407974 94.098768) - (xy 84.407972 94.098765) - (xy 84.146974 93.794738) - (xy 84.119945 93.769045) - (xy 83.856554 93.518674) - (xy 83.68233 93.383815) - (xy 83.539695 93.273407) - (xy 83.199657 93.061459) - (xy 83.199648 93.061454) - (xy 82.839909 92.884994) - (xy 82.839896 92.884988) - (xy 82.464162 92.745831) - (xy 82.388529 92.726248) - (xy 82.076252 92.645394) - (xy 82.076249 92.645393) - (xy 82.076247 92.645393) - (xy 81.680178 92.584717) - (xy 81.443362 92.572707) - (xy 81.380109 92.5695) - (xy 81.179891 92.5695) - (xy 81.129288 92.572066) - (xy 80.879821 92.584717) - (xy 80.483752 92.645393) - (xy 80.095837 92.745831) - (xy 79.720103 92.884988) - (xy 79.72009 92.884994) - (xy 79.360351 93.061454) - (xy 79.360342 93.061459) - (xy 79.020304 93.273407) - (xy 78.703451 93.518669) - (xy 78.413025 93.794738) - (xy 78.152027 94.098765) - (xy 77.923122 94.427641) - (xy 77.923119 94.427646) - (xy 77.728664 94.777987) - (xy 77.570651 95.146201) - (xy 77.570643 95.146222) - (xy 77.450698 95.528514) - (xy 77.450697 95.52852) - (xy 77.370036 95.92102) - (xy 77.3295 96.319651) - (xy 77.3295 96.720348) - (xy 64.409057 96.720348) - (xy 64.4105 96.707081) - (xy 64.4105 96.332919) - (xy 64.370046 95.960951) - (xy 64.289613 95.595538) - (xy 64.170142 95.240962) - (xy 64.013036 94.901383) - (xy 64.013033 94.901378) - (xy 63.820146 94.580794) - (xy 63.820142 94.580789) - (xy 63.820139 94.580785) - (xy 63.820136 94.58078) - (xy 63.593703 94.282913) - (xy 63.336392 94.011273) - (xy 63.336391 94.011272) - (xy 63.051229 93.769052) - (xy 63.051223 93.769048) - (xy 63.051221 93.769046) - (xy 62.971901 93.715266) - (xy 62.741534 93.559073) - (xy 62.410963 93.383815) - (xy 62.410945 93.383806) - (xy 62.063364 93.245318) - (xy 62.063362 93.245317) - (xy 61.702853 93.145223) - (xy 61.70285 93.145222) - (xy 61.702846 93.145221) - (xy 61.702845 93.145221) - (xy 61.575931 93.124414) - (xy 61.333609 93.084688) - (xy 61.33361 93.084688) - (xy 61.053474 93.0695) - (xy 61.053472 93.0695) - (xy 60.866528 93.0695) - (xy 60.866526 93.0695) - (xy 60.586389 93.084688) - (xy 60.217149 93.145222) - (xy 60.217146 93.145223) - (xy 59.856637 93.245317) - (xy 59.856635 93.245318) - (xy 59.509054 93.383806) - (xy 59.509036 93.383815) - (xy 59.178465 93.559073) - (xy 58.86878 93.769045) - (xy 58.86877 93.769052) - (xy 58.583608 94.011272) - (xy 58.326297 94.282912) - (xy 58.326296 94.282913) - (xy 58.099857 94.580789) - (xy 58.099853 94.580794) - (xy 57.906966 94.901378) - (xy 57.906959 94.901391) - (xy 57.749862 95.240951) - (xy 57.630386 95.595538) - (xy 57.549953 95.960952) - (xy 57.5095 96.332917) - (xy 57.5095 96.707082) - (xy 50.8755 96.707082) - (xy 50.8755 83.861397) - (xy 59.822092 83.861397) - (xy 59.822092 86.67308) - (xy 62.094878 86.67308) - (xy 62.094878 83.861397) - (xy 59.822092 83.861397) - (xy 50.8755 83.861397) - (xy 50.8755 76.387082) - (xy 57.5095 76.387082) - (xy 57.549953 76.759047) - (xy 57.630386 77.124461) - (xy 57.691623 77.306203) - (xy 57.749858 77.479038) - (xy 57.74986 77.479043) - (xy 57.749862 77.479048) - (xy 57.906959 77.818608) - (xy 57.906966 77.818621) - (xy 58.099853 78.139205) - (xy 58.099857 78.13921) - (xy 58.099861 78.139216) - (xy 58.099864 78.13922) - (xy 58.216273 78.292353) - (xy 58.326296 78.437086) - (xy 58.326297 78.437087) - (xy 58.583608 78.708727) - (xy 58.86877 78.950947) - (xy 58.868774 78.95095) - (xy 58.868779 78.950954) - (xy 59.01983 79.053369) - (xy 59.178465 79.160926) - (xy 59.178469 79.160928) - (xy 59.509045 79.336189) - (xy 59.509049 79.33619) - (xy 59.509054 79.336193) - (xy 59.856635 79.474681) - (xy 59.856637 79.474682) - (xy 60.054804 79.529702) - (xy 60.217155 79.574779) - (xy 60.586387 79.635311) - (xy 60.726457 79.642905) - (xy 60.866526 79.6505) - (xy 60.866528 79.6505) - (xy 61.053474 79.6505) - (xy 61.165528 79.644424) - (xy 61.333613 79.635311) - (xy 61.702845 79.574779) - (xy 61.955134 79.50473) - (xy 62.063362 79.474682) - (xy 62.063364 79.474681) - (xy 62.063363 79.474681) - (xy 62.063368 79.47468) - (xy 62.410955 79.336189) - (xy 62.741531 79.160928) - (xy 63.051221 78.950954) - (xy 63.336392 78.708727) - (xy 63.593703 78.437087) - (xy 63.820136 78.13922) - (xy 63.820142 78.139209) - (xy 63.820146 78.139205) - (xy 63.940055 77.939912) - (xy 64.013036 77.818617) - (xy 64.170142 77.479038) - (xy 64.289613 77.124462) - (xy 64.370046 76.759049) - (xy 64.409057 76.400348) - (xy 97.6495 76.400348) - (xy 97.685975 76.759047) - (xy 97.690037 76.798984) - (xy 97.756924 77.124462) - (xy 97.770697 77.191479) - (xy 97.770698 77.191485) - (xy 97.890643 77.573777) - (xy 97.890651 77.573798) - (xy 98.048664 77.942012) - (xy 98.243119 78.292353) - (xy 98.243122 78.292358) - (xy 98.472027 78.621234) - (xy 98.733025 78.925261) - (xy 98.733026 78.925262) - (xy 99.023446 79.201326) - (xy 99.340305 79.446593) - (xy 99.385368 79.474681) - (xy 99.680342 79.65854) - (xy 99.680351 79.658545) - (xy 100.040095 79.835008) - (xy 100.040102 79.83501) - (xy 100.040103 79.835011) - (xy 100.415837 79.974168) - (xy 100.415839 79.974168) - (xy 100.415846 79.974171) - (xy 100.803748 80.074606) - (xy 101.199821 80.135282) - (xy 101.499891 80.1505) - (xy 101.499907 80.1505) - (xy 101.700093 80.1505) - (xy 101.700109 80.1505) - (xy 102.000179 80.135282) - (xy 102.396252 80.074606) - (xy 102.784154 79.974171) - (xy 103.159905 79.835008) - (xy 103.519649 79.658545) - (xy 103.859695 79.446593) - (xy 104.176554 79.201326) - (xy 104.466974 78.925262) - (xy 104.727974 78.621232) - (xy 104.956878 78.292358) - (xy 105.151335 77.942013) - (xy 105.309351 77.573793) - (xy 105.429304 77.191475) - (xy 105.509963 76.798984) - (xy 105.5505 76.400347) - (xy 105.5505 75.999653) - (xy 105.509963 75.601016) - (xy 105.429304 75.208525) - (xy 105.309351 74.826207) - (xy 105.151335 74.457987) - (xy 104.956878 74.107642) - (xy 104.727974 73.778768) - (xy 104.727972 73.778765) - (xy 104.466974 73.474738) - (xy 104.439945 73.449045) - (xy 104.176554 73.198674) - (xy 104.00233 73.063815) - (xy 103.859695 72.953407) - (xy 103.519657 72.741459) - (xy 103.519648 72.741454) - (xy 103.159909 72.564994) - (xy 103.159896 72.564988) - (xy 102.784162 72.425831) - (xy 102.708529 72.406248) - (xy 102.396252 72.325394) - (xy 102.396249 72.325393) - (xy 102.396247 72.325393) - (xy 102.000178 72.264717) - (xy 101.763362 72.252707) - (xy 101.700109 72.2495) - (xy 101.499891 72.2495) - (xy 101.449288 72.252066) - (xy 101.199821 72.264717) - (xy 100.803752 72.325393) - (xy 100.415837 72.425831) - (xy 100.040103 72.564988) - (xy 100.04009 72.564994) - (xy 99.680351 72.741454) - (xy 99.680342 72.741459) - (xy 99.340304 72.953407) - (xy 99.023451 73.198669) - (xy 98.733025 73.474738) - (xy 98.472027 73.778765) - (xy 98.243122 74.107641) - (xy 98.243119 74.107646) - (xy 98.048664 74.457987) - (xy 97.890651 74.826201) - (xy 97.890643 74.826222) - (xy 97.770698 75.208514) - (xy 97.770697 75.20852) - (xy 97.690036 75.60102) - (xy 97.6495 75.999651) - (xy 97.6495 76.400348) - (xy 64.409057 76.400348) - (xy 64.4105 76.387081) - (xy 64.4105 76.012919) - (xy 64.370046 75.640951) - (xy 64.289613 75.275538) - (xy 64.170142 74.920962) - (xy 64.013036 74.581383) - (xy 64.013033 74.581378) - (xy 63.820146 74.260794) - (xy 63.820142 74.260789) - (xy 63.820139 74.260785) - (xy 63.820136 74.26078) - (xy 63.593703 73.962913) - (xy 63.336392 73.691273) - (xy 63.336391 73.691272) - (xy 63.051229 73.449052) - (xy 63.051223 73.449048) - (xy 63.051221 73.449046) - (xy 62.971901 73.395266) - (xy 62.741534 73.239073) - (xy 62.410963 73.063815) - (xy 62.410945 73.063806) - (xy 62.063364 72.925318) - (xy 62.063362 72.925317) - (xy 61.702853 72.825223) - (xy 61.70285 72.825222) - (xy 61.702846 72.825221) - (xy 61.702845 72.825221) - (xy 61.575931 72.804414) - (xy 61.333609 72.764688) - (xy 61.33361 72.764688) - (xy 61.053474 72.7495) - (xy 61.053472 72.7495) - (xy 60.866528 72.7495) - (xy 60.866526 72.7495) - (xy 60.586389 72.764688) - (xy 60.217149 72.825222) - (xy 60.217146 72.825223) - (xy 59.856637 72.925317) - (xy 59.856635 72.925318) - (xy 59.509054 73.063806) - (xy 59.509036 73.063815) - (xy 59.178465 73.239073) - (xy 58.86878 73.449045) - (xy 58.86877 73.449052) - (xy 58.583608 73.691272) - (xy 58.326297 73.962912) - (xy 58.326296 73.962913) - (xy 58.099857 74.260789) - (xy 58.099853 74.260794) - (xy 57.906966 74.581378) - (xy 57.906959 74.581391) - (xy 57.749862 74.920951) - (xy 57.630386 75.275538) - (xy 57.549953 75.640952) - (xy 57.5095 76.012917) - (xy 57.5095 76.387082) - (xy 50.8755 76.387082) - (xy 50.8755 50.9995) - (xy 50.895185 50.932461) - (xy 50.947989 50.886706) - (xy 50.9995 50.8755) - (xy 57.912371 50.8755) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "threeler") + (date "2023-07-05") + (rev "1") + (comment 1 "PCB for panel") + (comment 2 "Second order filter from Ian Fritz") + (comment 4 "License CC BY 4.0 - Attribution 4.0 International") + ) + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "02a6f001-cd23-4f16-98fe-f5e4f0e5a5c9") + (at 101.6 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H7" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "4b344ca1-fbd0-4e08-92d8-b50136e38aa4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "P_COARSE" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "4be51438-4e4a-40f9-a6dc-0090ae1f105c") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "babfbf5f-9d15-44b8-a96e-01568f9159e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3da11671-2047-4850-ab74-a50fdc2ad804") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1bd5f1f-3346-4386-a4ae-9303870587d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1c5c6919-2cd0-4a40-8553-4e2285a8eea5") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "f92cc656-e171-488e-bf3c-ac62409df6b9") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e662d920-cca8-442e-87ff-2d1105c72395") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "28b7ba3d-b9b9-4d4b-9f0c-bb8ad37c7d76") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "508813b6-bf0f-40ae-ae04-8d464ab2ef21") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "06313cb0-9228-47d7-a2ca-9e8e3827c77c") + (at 81.28 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H11" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "2856c65d-bd08-41cc-8b2e-9f1f3d57a80e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "P_RES_MOD" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "03bbadcb-e55f-4b08-8988-771b6e093dd9") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bdf43f6f-76e4-47ef-b014-8fc138466e45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26fd3e9d-4102-4ae4-adc7-52e242bc8b1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d9e1711-c21d-4a68-8dbd-4f92fa5f4caf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/8c3d0706-9563-4862-8bc0-a28a6df2c829") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "438aab09-42d7-4d92-8181-d65271e81cfb") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d32750b8-e05d-479e-9573-0a18a1482bb3") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1e08fce4-fd12-4ea6-88e2-b10010de2dd7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "a88880a7-62eb-4869-970e-daa31c111413") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "0742d490-4f53-43d5-b4a0-cc6399b19a68") + (at 101.6 53.8) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H16" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "fbfe7e18-9376-4bf9-90a4-7b5491dc42f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "b319000b-2e4b-48c9-bd20-f44aeda2ed75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf4fa32d-929a-4a41-b6bf-e8a7db9dc897") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0e642c3-5ab9-48ef-8b62-d9f04b57ab6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e81f77ba-4fd8-4043-a6cb-95021e34b944") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/e7484ab1-3271-4482-8ea5-58bb54cc98c1") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "8e101b94-e146-4510-a4b4-5156334ebdba") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e1260dab-b64b-4ff1-be50-9a4b30af210f") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4eca90c1-b11f-41a3-80a0-1d893ed41001") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "1ce9bd05-4630-458a-ac85-7f259e2d527d") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "6476ba5f-2d40-438e-8e92-fcf28bd6c159") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "cdbff899-ea1b-4b52-b683-e981e3c78e68") + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "07b3332c-3748-4b68-afe9-d6a80bedec16") + (at 101.6 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H10" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "8891eee2-c1f4-4e07-8b76-67ca34a3a128") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "P_RES" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "bac16b95-5bc0-46ba-a7c0-83902246a9b3") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65522d22-6cfc-4d9e-b043-b87b45923f3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d1c6bd5-cd04-4dd0-b595-c8372384a465") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4184231b-4d33-40c3-8f20-bbd356b7818a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a6dd5853-b0c8-4f1a-84c6-ae1e2736d03b") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "e3052334-b7bc-4fa2-b8eb-1f9d1ccffa6d") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "92e30f19-cc94-4f1d-9ceb-1931856d2ae8") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "34165856-6f54-45e4-a945-8aadbd80e396") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "352fce77-a2a0-4b52-b295-8ce7e369f00b") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "0e25c5f6-c534-4218-8d58-69fd8b331094") + (at 60.96 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H2" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "7243e453-218a-45b5-8a09-fbaddb3192bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CV" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "f925b3a9-4ee6-4cb2-be24-5e053e681845") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f374e788-c223-45e6-b0eb-319fdeb36ec6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "289d7379-1980-4129-8a54-75da9f23b20c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7812ed1b-4aab-4dbe-a22b-4fbf73c3be3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/d7b58d0e-4f77-4503-9945-c494b2bd7da5") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "aeb86274-a7ef-4ae6-9e73-7e6b7eaee7bf") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "dcfe9e2d-5a0f-4058-8d68-c492c61c100c") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "f5ffc57d-59f3-4d3f-9b02-40488b0e8cd7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "7654a8e4-0c99-4a8f-8e8c-1eb159944dca") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "13514470-5cba-4ef3-9e27-e978f7cb05d9") + (at 58.3 176.3) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H17" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "170d3709-5e8c-4cde-aa71-834a992ea9cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "06f3d88e-9b05-4851-b552-21c59e8afc72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bacc2d70-0dc0-4c93-ad7b-45a45c775f16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2464a88f-62fb-4822-91d4-e9fb46334b93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "920f0913-0522-4641-98d1-13c6c1f0e874") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/d9dfd7db-e052-497f-8113-67224dea417f") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "35c4ac10-5157-47fe-a623-e564d4869273") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "52de9384-2000-4a46-9689-06f13fbe2ccf") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "19a68ba1-fe83-47ff-a771-21ce3d94036f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "2cabf8ec-eeb5-4056-b985-e0230dd0fa5c") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "775d8075-886f-4fde-86a0-e977fc7a10a4") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "3e78424d-b9d3-462b-80d6-564a4d5d9fad") + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "1f007b72-d667-4817-a0cc-fefac2808dc8") + (at 81.28 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H3" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "e9b58fca-0989-487f-bf51-2a97086a1175") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "FM" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "ec29f4db-a2dc-4c86-8910-1945d8dbfba4") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7012aa70-8eb6-42e5-ac7c-1d29bb0f163b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7d4f1d2-96f8-464f-b88d-4e5d90180f9e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b0673f6-a89e-4eb7-9eae-f1245b702e34") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/0f2d4f1f-41d2-4d1e-a8a2-4c19bbbc7de3") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "5e0734db-f8ff-464d-a381-5784f067e869") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "4e785671-36f1-44a5-b2e1-8ba97610958b") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "3dbbeb74-6719-4761-955f-acfbe0aa0fcc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "3e363c8f-be16-403d-a3dd-47af89d9bb62") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "3a0f79dc-e43d-4876-8732-633bb932aeea") + (at 81.28 96.52) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H8" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "118a0371-d919-4227-9d4f-e1e1c18add13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "P_FINE" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "23eb6023-5dd6-411a-9eb1-902b845941e3") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6eb943a-3456-4a4d-9b17-0448240ee05d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4df9dcd3-110f-4062-af30-f037ffe2724a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa51f528-1070-4504-a709-eaf626b45c3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/d8fca5c8-1c07-4cb3-87cc-5f8cafbba2cb") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "8c5c0a8a-7aa8-4bcf-a84c-1d568f93c2ba") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "38e984f7-623a-410f-ade4-ce48aacac509") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "00f8e292-e512-4111-b650-6af7a755816c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "7b5dcd63-f097-40b6-8cde-ccd702631e2b") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "3a2abf7e-eb22-45a4-b93c-ed815b6aa043") + (at 101.6 176.3) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H18" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "6b377f31-f34a-42b1-b8b5-12f1ab711bbb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "fbf83f23-908c-4efa-bcd1-937e8765682c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ea97f32-01d2-4b05-9a81-087f2df892b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f765b318-0786-4e81-bee2-95a472e17a0a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56f6c668-8416-4619-8e09-f69883c30ab2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/d8b6be7e-725e-4aff-9539-08fd0207f23e") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "2b9fd3c9-c850-4b8c-8fa9-6cbd2b4147b4") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "ef5f0cfa-6682-4dd1-aa31-68d3672d058e") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "dd183e12-eb48-4ca8-a6f1-b5c54d3eb893") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "c3ceb447-984b-435d-b5cd-96e32a31baf6") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "472f8cbe-7dcc-464b-b546-81ce9a86c5b9") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "d8512002-2010-4ed9-a231-4ff31a7fed1e") + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "5c58d915-8622-4857-902a-1472fc76ef46") + (at 101.6 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H14" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "9e49db49-0ead-4050-abc6-2f65a2d16230") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT_3" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "15c5411d-662a-4cd0-825f-2c8510e1f6f5") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c3674fc-771a-43b8-a3b6-eb76483dd30e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3dcf2e4b-7913-4dba-a598-fec7519bd46b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a4ca5fa-5fe1-4ea6-96de-22f183124861") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/97e9620a-4245-4267-8149-dd3dad37b43a") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "93cd0ec9-025a-4b4c-98f7-1372692da2a9") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "ec01d951-ed5c-4837-8422-ce034c4a1688") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "321e0dc5-2e75-4066-8933-72e80a54a10c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "2237c648-f9a9-4f5f-95c2-23161edf63c0") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "6e203c6b-3709-42be-8337-69bfa5727906") + (at 60.96 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H1" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "636501b1-69ae-48fc-ad8d-924b3a9afbb9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IN" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "93eb92c5-958c-49ee-86c4-77aa283d5ca3") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64daecea-6163-4498-a2c7-d1b9c05dbadb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a28cc828-6e47-4908-ae0d-fa448c66cd62") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04a1708f-a3bd-4a11-add0-280e9c06de71") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/071a9c2b-6d8b-4beb-b9d5-b2f425e738cd") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "e023c3d2-b0e2-4ee5-b4cf-6bd9d5eca1f8") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "44b1a5f3-9899-4a96-82cc-22813de4bef5") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "21d0ddd3-afda-40b1-9924-3751c9f6f996") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "91123816-eaf0-42ed-be92-c8607fe59b5b") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "6ff61b82-f4fe-4e8e-919f-0b52866a3339") + (at 81.28 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H13" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "360cfcdf-901d-4d9f-9f06-3389e60f2608") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT_2" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "0ffe7f49-a386-4201-8978-e8ec94ff4602") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d501c8e-2b70-48ec-a2e0-901001e8d1a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0c4c6f7-5ef2-45ab-a680-4ae40af95825") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a42c2719-940d-4af9-b3d4-9c99ef622bca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/45ab9f87-5de9-49ac-8ccb-d4136d78fc95") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "e0f7745a-ca3f-4848-acbd-d7aa638a5310") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "f4ea5e37-8346-4d1d-9a5d-1fe7ddfa74d3") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "7b0c89f3-1dea-4a60-8da3-725dea479d69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "cb7cf1cd-41e8-4dab-aeb2-8f22459be728") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "8a2fd332-85d7-4538-acc0-7192bc6d4a1a") + (at 60.96 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H12" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "84a39f75-25cc-45c0-8443-a8cf6454f3a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SWITCH" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "33692459-db2d-4e69-b420-6815703e09ce") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "334ebe4f-233a-483a-930a-18e6f95120b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa93938a-9d83-43e0-b414-10a405df0abe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "428a41a0-a2e9-40bd-987c-71e0a40dd064") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/d4c70f79-54c0-4b6b-8dfc-437197895e8c") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "118a1138-0273-40db-8bf7-4e37e6020d49") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "dd223051-eb89-443c-a8d9-36d290f07b02") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "bb5e171e-411c-4e40-9d50-d762e0ac4a1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "3250fd75-2b74-435b-9d19-52fce5a1bb3f") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:MountingHole_Panel_3.2mm_M3" + (layer "F.Cu") + (uuid "ae3fc3ce-e4dd-4aa6-b1f3-4751c9fcb691") + (at 58.3 53.8) + (descr "Mounting Hole 3.2mm, M3, DIN965") + (tags "mounting hole 3.2mm m3 din965") + (property "Reference" "H15" + (at 0 -3.8 0) + (layer "F.SilkS") + (hide yes) + (uuid "e716f7ef-5b42-497f-bae1-145e8f380440") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "~" + (at 0 3.8 0) + (layer "F.Fab") + (hide yes) + (uuid "9309dc1f-ac38-4d5a-9882-08b96143089a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41110480-2366-46e1-a1f8-72c5d17f0532") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "88ae8cbe-d29b-4b35-86c8-cde92e19d48a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65768898-ccf0-4a33-8ec5-9ccf17a8e830") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/999fcfba-8856-4a99-adf0-df99d3040db1") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 2.8 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "246c032b-b5a7-4bfa-8a56-878cfefc5042") + ) + (fp_circle + (center 0 0) + (end 3.05 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "16d17875-e771-45e9-9c13-c46863ee4a5d") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0aee111b-b29d-40ee-a80b-c59bd6616f63") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 3.6 3.6) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "9e90ed7d-6bc4-4dc8-802f-b176f83a3287") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "F.Cu" "F.Mask") + (uuid "0012ab37-ca6f-49ac-afa0-3487b201bfbf") + ) + (pad "1" connect circle + (at 0 0) + (size 5 5) + (layers "B.Cu" "B.Mask") + (uuid "c172d403-40c2-4f7f-896b-5ccecd4fcf63") + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "c10a8f55-b121-4207-9dd7-0166fcce829e") + (at 101.6 137.16) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H9" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "1ff5ef44-6f82-446e-8b6d-64e02ea4d58f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "P_FM" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "d4aad9aa-a6da-486a-bd5d-b9c8a58aa248") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35b4b27d-34b2-41ed-ae4f-7ab70e3b1039") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7725bbf5-dd78-4e1f-bc8f-0d97388f958c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0bffc214-b10f-4450-96e3-2ab82e125f33") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5c3a8c9d-0c3c-4471-989e-bff75954c946") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "95f992a4-0f0b-4302-a6f9-6d3fea97e523") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b74e41c7-27fd-4cfb-a065-d8806acb38c4") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "b1ac20e0-2d1d-4dff-8c06-4cab5ef84642") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "1cc06a74-4057-4d6a-818f-18982e72303a") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "ca4735eb-b94f-4168-8880-a564172296b0") + (at 60.96 116.84) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H4" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "af844b05-68df-416d-b9d7-6b03c7b06a76") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "RES_MOD" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "f83841a3-2e8c-404d-bc9f-05e86195d101") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d5ab1be-dd4d-4a74-b656-c0613777bf28") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "47a3d86f-585d-47c6-8dfe-b42e46b1d422") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c43d2571-e517-46d6-974b-ef8050db595b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/5b0017f5-a66a-4638-9f7c-ba4b580dfa05") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "f440e49b-8452-45f4-aae4-a56a8744d2dd") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "f72684f2-0683-446e-a57a-f92d7a4efca6") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "b670c32a-733b-42fc-baa3-76ee81230baa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "c5c8d72b-96ad-40c9-aef2-349a557ba70f") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "elektrophon:panel_potentiometer" + (layer "F.Cu") + (uuid "e7624617-c014-4fee-9b57-8f1f0585275a") + (at 101.6 76.2) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H6" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "61cbb867-96f0-47a4-b69d-fe072de741b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "P_IN" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "737dab2a-2bfa-4865-939a-cebb179f5b36") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d42cef7-64e3-4a15-a3e8-37fd7664aae2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7e23aed-7b74-427c-8f93-1a99e939edbc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c13d8c5c-495c-41a2-b86f-c815778af289") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/59c13b91-50fc-466f-b1b2-ff1cda16a1ee") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 6.35 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "e9b29251-875f-44fc-8b4b-67fc3f17abe7") + ) + (fp_circle + (center 0 0) + (end 6.6 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "ca131a65-1a9c-4af1-af80-b34fcc0817cf") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (hide yes) + (uuid "fec82002-d8a0-477d-b826-9f7f7ec8b1e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 7.4 7.4) + (drill 7.4) + (layers "*.Cu" "*.Mask") + (uuid "b1025f17-c6e5-4d7e-bace-dc0354f06345") + ) + (model "${KIPRJMOD}/../../../lib/models/ALPHA-RD901F-40.step" + (offset + (xyz 0 0.5 -12) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "/home/etienne/elektrophon/lib/models/chroma cap.step" + (offset + (xyz 0 0 7.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "elektrophon:panel_jack" + (layer "F.Cu") + (uuid "fb7e2b0b-b6d6-407d-b8c5-25fd6f6de1ab") + (at 60.96 157.48) + (descr "Mounting Hole 8.4mm, no annular, M8") + (tags "mounting hole 8.4mm no annular m8") + (property "Reference" "H5" + (at 0 -9.4 0) + (layer "F.SilkS") + (hide yes) + (uuid "0e22aff7-64fb-422e-863e-c3587b7fd151") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "OUT_1" + (at 0 9.144 0) + (layer "F.Mask") + (hide yes) + (uuid "65de019c-09e8-4700-a0c0-93998183804c") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "542a7455-6171-4ce9-96aa-481c419e6587") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f56d4a8-97c5-4b5a-ac16-3e2d8d2c81f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07e0c18e-c620-48bd-a34e-21c4d8ed4605") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/18892b3a-cc43-4fd7-8e4c-f0f640684a11") + (sheetfile "panel.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 4 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "dfd62be5-9dfd-4d62-b000-7ec3a2e654ad") + ) + (fp_circle + (center 0 0) + (end 4.2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b9cb653f-aa35-46b7-ab89-1d21d2df0c1d") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "f9680910-1b06-46c1-ad0d-3ca67d26bfdd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 6.4 6.4) + (drill 6.4) + (layers "*.Cu" "*.Mask") + (uuid "918a5c98-50fa-45e0-afbb-9588e5e82862") + ) + (model "${KIPRJMOD}/../../../lib/models/PJ301M-12 Thonkiconn v0.2.stp" + (offset + (xyz 0 0.8 -10.5) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50.8 50.8) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060977f7d") + ) + (gr_line + (start 50.8 50.8) + (end 111.4 50.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "8f36f6fb-cd44-4618-8c76-dea3eb4083d1") + ) + (gr_line + (start 111.4 50.8) + (end 111.4 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d6965eb8-acca-4ce7-ac38-a1751cd88f9e") + ) + (gr_line + (start 111.4 179.3) + (end 50.8 179.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f431fb03-6380-42f1-8899-8e4469359dd6") + ) + (gr_text "out3" + (at 101.3 166.6 0) + (layer "F.Cu" knockout) + (uuid "116d6e5b-311b-4bb0-aff3-32b7ec04f861") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "mode" + (at 60.85 146.3 0) + (layer "F.Cu" knockout) + (uuid "2a2926f6-0018-4301-8e1c-1f3662280783") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "fine" + (at 79.125 106.85 0) + (layer "F.Cu" knockout) + (uuid "2b34fbdb-06dd-480b-a23a-7dc543e5f82c") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "V/O" + (at 58.775 106.85 0) + (layer "F.Cu" knockout) + (uuid "3506d6ec-2bec-4695-8cc0-64e739764ce9") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out2" + (at 81.075 166.625 0) + (layer "F.Cu" knockout) + (uuid "3b90b32b-3d7d-4edd-ac30-42549407a9e8") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "IN" + (at 59.725 86.525 0) + (layer "F.Cu" knockout) + (uuid "478b64e1-4a42-4d49-9c4f-90df0dcfee9f") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "fm" + (at 80.075 147.45 0) + (layer "F.Cu" knockout) + (uuid "48e4502a-4387-4c83-b143-6d73577898e4") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "cv" + (at 59.6 127.15 0) + (layer "F.Cu" knockout) + (uuid "70866837-f636-4b7b-8fa2-9bd9aba30c1b") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "coarse" + (at 98.125 106.775 0) + (layer "F.Cu" knockout) + (uuid "7f80ce4f-f231-4ad2-a19f-b647b06a06a6") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "res" + (at 99.85 127.25 0) + (layer "F.Cu" knockout) + (uuid "b4d2f6f3-3c73-4341-a244-d18bac92167a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out1" + (at 60.875 166.575 0) + (layer "F.Cu" knockout) + (uuid "e9c24901-7614-4498-8199-81dae1597a79") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "cv" + (at 60.9 125.975 0) + (layer "B.Mask") + (uuid "06bd9512-0f90-4d43-b900-e7d5ea92bb51") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "fine" + (at 81.25 105.675 0) + (layer "B.Mask") + (uuid "0a2ee074-7e05-4a45-a58d-182b57e807e3") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out1" + (at 60.875 166.575 0) + (layer "B.Mask") + (uuid "2cd1e87f-1ba3-4f2e-9336-001a121fe336") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out3" + (at 101.3 166.6 0) + (layer "B.Mask") + (uuid "382b1363-ee13-43dc-8b41-00d2ce25cd6b") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "res" + (at 101.625 126.075 0) + (layer "B.Mask") + (uuid "5f6f05a8-d8f3-465a-9b49-b09cc1e977e2") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "IN" + (at 60.95 85.35 0) + (layer "B.Mask") + (uuid "737f90a3-2292-449f-b09f-41e6d03fa46a") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "coarse" + (at 101.75 105.6 0) + (layer "B.Mask") + (uuid "875a3104-8342-456c-886e-957f99d10292") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "fm" + (at 81.575 146.275 0) + (layer "B.Mask") + (uuid "8ee8e0e8-b3af-4110-86a1-a2d491b09868") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "mode" + (at 60.85 146.3 0) + (layer "B.Mask") + (uuid "aabe9e91-91e8-4e91-a126-e0b8e13aebc4") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "out2" + (at 81.075 166.625 0) + (layer "B.Mask") + (uuid "b0028b9b-27f8-44e4-a968-4d8358bc9abd") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "V/O" + (at 61 105.675 0) + (layer "B.Mask") + (uuid "fe90d2b1-d1e7-485b-bb74-6a58abeacda0") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "threeler" + (at 81.65 53.775 0) + (layer "F.Mask") + (uuid "015805e5-19b7-4fd7-86e9-9d6fa5641ed1") + (effects + (font + (size 3 3) + (thickness 0.35) + ) + ) + ) + (gr_text "coarse" + (at 98.15 106.775 0) + (layer "F.Mask") + (uuid "1d7f8482-a6fb-4d6f-833d-e872081f3657") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out2" + (at 81.075 166.625 0) + (layer "F.Mask") + (uuid "1e899d97-3739-41bc-a986-5a012e1d83d2") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "cv" + (at 59.625 127.15 0) + (layer "F.Mask") + (uuid "3eacc198-22af-4961-80b9-f62f484f4855") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out1" + (at 60.875 166.575 0) + (layer "F.Mask") + (uuid "68a3270a-cb39-4f08-85cc-fefdb14d771e") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "IN" + (at 59.775 86.525 0) + (layer "F.Mask") + (uuid "81c23ec4-1db0-4d2b-9b29-f6af3bf5eb58") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "V/O" + (at 58.8 106.85 0) + (layer "F.Mask") + (uuid "998955ca-b9f3-4a8a-8f47-92111e9e9d24") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "out3" + (at 101.3 166.6 0) + (layer "F.Mask") + (uuid "b38d1558-abe7-428c-ada8-c67ed5971c01") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "mode" + (at 60.85 146.3 0) + (layer "F.Mask") + (uuid "cced8058-8839-475e-b35b-d09e15f181de") + (effects + (font + (size 2 1.4) + (thickness 0.25) + ) + ) + ) + (gr_text "fine" + (at 79.15 106.85 0) + (layer "F.Mask") + (uuid "e817483f-3b41-4352-aa80-fa4adc2f0c98") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "res" + (at 99.9 127.25 0) + (layer "F.Mask") + (uuid "eb1ba6a1-e82e-4b0f-82ab-c873f0b58377") + (effects + (font + (size 2 1.4) + (thickness 0.25) + (bold yes) + ) + (justify left bottom) + ) + ) + (zone + (net 0) + (net_name "") + (layer "F.Cu") + (uuid "74f2b7a2-bbf1-44d2-a56b-3a7674a8ec56") + (hatch edge 0.5) + (connect_pads + (clearance 0) + ) + (min_thickness 0.25) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + (island_removal_mode 1) + (island_area_min 10) + ) + (polygon + (pts + (xy 50.875 50.775) (xy 111.425 50.8) (xy 111.45 179.275) (xy 50.825 179.35) + ) + ) + (filled_polygon + (layer "F.Cu") + (island) + (pts + (xy 57.97941 50.895185) (xy 58.025165 50.947989) (xy 58.035109 51.017147) (xy 58.006084 51.080703) + (xy 57.947306 51.118477) (xy 57.934724 51.121468) (xy 57.898861 51.12804) (xy 57.652547 51.173178) + (xy 57.340657 51.270366) (xy 57.340641 51.270372) (xy 57.340639 51.270373) (xy 57.150933 51.355752) + (xy 57.042725 51.404453) (xy 57.042723 51.404454) (xy 56.763131 51.573473) (xy 56.50596 51.774954) + (xy 56.274954 52.00596) (xy 56.073473 52.263131) (xy 55.904454 52.542723) (xy 55.904453 52.542725) + (xy 55.770372 52.840642) (xy 55.770366 52.840657) (xy 55.673178 53.152547) (xy 55.614289 53.4739) + (xy 55.594564 53.8) (xy 55.614289 54.126099) (xy 55.673178 54.447452) (xy 55.770366 54.759342) (xy 55.77037 54.759354) + (xy 55.770373 54.759361) (xy 55.904455 55.057279) (xy 56.068901 55.329306) (xy 56.073473 55.336868) + (xy 56.274954 55.594039) (xy 56.50596 55.825045) (xy 56.763131 56.026526) (xy 56.763134 56.026528) + (xy 56.763137 56.02653) (xy 57.042721 56.195545) (xy 57.340639 56.329627) (xy 57.340652 56.329631) + (xy 57.340657 56.329633) (xy 57.652547 56.426821) (xy 57.973896 56.48571) (xy 58.3 56.505436) (xy 58.626104 56.48571) + (xy 58.947453 56.426821) (xy 59.259361 56.329627) (xy 59.557279 56.195545) (xy 59.836863 56.02653) + (xy 60.094036 55.825048) (xy 60.325048 55.594036) (xy 60.52653 55.336863) (xy 60.695545 55.057279) + (xy 60.829627 54.759361) (xy 60.926821 54.447453) (xy 60.98571 54.126104) (xy 61.005436 53.8) (xy 60.98571 53.473896) + (xy 60.926821 53.152547) (xy 60.829627 52.840639) (xy 60.695545 52.542721) (xy 60.52653 52.263137) + (xy 60.526528 52.263134) (xy 60.526526 52.263131) (xy 60.325045 52.00596) (xy 60.094039 51.774954) + (xy 59.836868 51.573473) (xy 59.829306 51.568901) (xy 59.557279 51.404455) (xy 59.259361 51.270373) + (xy 59.259354 51.27037) (xy 59.259342 51.270366) (xy 58.947452 51.173178) (xy 58.707967 51.129291) + (xy 58.665277 51.121468) (xy 58.602885 51.090023) (xy 58.567397 51.029836) (xy 58.570082 50.960018) + (xy 58.610088 50.902735) (xy 58.674712 50.876175) (xy 58.687629 50.8755) (xy 101.212371 50.8755) + (xy 101.27941 50.895185) (xy 101.325165 50.947989) (xy 101.335109 51.017147) (xy 101.306084 51.080703) + (xy 101.247306 51.118477) (xy 101.234724 51.121468) (xy 101.198861 51.12804) (xy 100.952547 51.173178) + (xy 100.640657 51.270366) (xy 100.640641 51.270372) (xy 100.640639 51.270373) (xy 100.450933 51.355752) + (xy 100.342725 51.404453) (xy 100.342723 51.404454) (xy 100.063131 51.573473) (xy 99.80596 51.774954) + (xy 99.574954 52.00596) (xy 99.373473 52.263131) (xy 99.204454 52.542723) (xy 99.204453 52.542725) + (xy 99.070372 52.840642) (xy 99.070366 52.840657) (xy 98.973178 53.152547) (xy 98.914289 53.4739) + (xy 98.894564 53.8) (xy 98.914289 54.126099) (xy 98.973178 54.447452) (xy 99.070366 54.759342) (xy 99.07037 54.759354) + (xy 99.070373 54.759361) (xy 99.204455 55.057279) (xy 99.368901 55.329306) (xy 99.373473 55.336868) + (xy 99.574954 55.594039) (xy 99.80596 55.825045) (xy 100.063131 56.026526) (xy 100.063134 56.026528) + (xy 100.063137 56.02653) (xy 100.342721 56.195545) (xy 100.640639 56.329627) (xy 100.640652 56.329631) + (xy 100.640657 56.329633) (xy 100.952547 56.426821) (xy 101.273896 56.48571) (xy 101.6 56.505436) + (xy 101.926104 56.48571) (xy 102.247453 56.426821) (xy 102.559361 56.329627) (xy 102.857279 56.195545) + (xy 103.136863 56.02653) (xy 103.394036 55.825048) (xy 103.625048 55.594036) (xy 103.82653 55.336863) + (xy 103.995545 55.057279) (xy 104.129627 54.759361) (xy 104.226821 54.447453) (xy 104.28571 54.126104) + (xy 104.305436 53.8) (xy 104.28571 53.473896) (xy 104.226821 53.152547) (xy 104.129627 52.840639) + (xy 103.995545 52.542721) (xy 103.82653 52.263137) (xy 103.826528 52.263134) (xy 103.826526 52.263131) + (xy 103.625045 52.00596) (xy 103.394039 51.774954) (xy 103.136868 51.573473) (xy 103.129306 51.568901) + (xy 102.857279 51.404455) (xy 102.559361 51.270373) (xy 102.559354 51.27037) (xy 102.559342 51.270366) + (xy 102.247452 51.173178) (xy 102.007967 51.129291) (xy 101.965277 51.121468) (xy 101.902885 51.090023) + (xy 101.867397 51.029836) (xy 101.870082 50.960018) (xy 101.910088 50.902735) (xy 101.974712 50.876175) + (xy 101.987629 50.8755) (xy 111.2005 50.8755) (xy 111.267539 50.895185) (xy 111.313294 50.947989) + (xy 111.3245 50.9995) (xy 111.3245 179.1005) (xy 111.304815 179.167539) (xy 111.252011 179.213294) + (xy 111.2005 179.2245) (xy 101.987629 179.2245) (xy 101.92059 179.204815) (xy 101.874835 179.152011) + (xy 101.864891 179.082853) (xy 101.893916 179.019297) (xy 101.952694 178.981523) (xy 101.965275 178.978531) + (xy 102.247453 178.926821) (xy 102.559361 178.829627) (xy 102.857279 178.695545) (xy 103.136863 178.52653) + (xy 103.394036 178.325048) (xy 103.625048 178.094036) (xy 103.82653 177.836863) (xy 103.995545 177.557279) + (xy 104.129627 177.259361) (xy 104.226821 176.947453) (xy 104.28571 176.626104) (xy 104.305436 176.3) + (xy 104.28571 175.973896) (xy 104.226821 175.652547) (xy 104.129627 175.340639) (xy 103.995545 175.042721) + (xy 103.82653 174.763137) (xy 103.826528 174.763134) (xy 103.826526 174.763131) (xy 103.625045 174.50596) + (xy 103.394039 174.274954) (xy 103.136868 174.073473) (xy 103.129306 174.068901) (xy 102.857279 173.904455) + (xy 102.559361 173.770373) (xy 102.559354 173.77037) (xy 102.559342 173.770366) (xy 102.247452 173.673178) + (xy 101.926099 173.614289) (xy 101.6 173.594564) (xy 101.2739 173.614289) (xy 100.952547 173.673178) + (xy 100.640657 173.770366) (xy 100.640641 173.770372) (xy 100.640639 173.770373) (xy 100.450933 173.855752) + (xy 100.342725 173.904453) (xy 100.342723 173.904454) (xy 100.063131 174.073473) (xy 99.80596 174.274954) + (xy 99.574954 174.50596) (xy 99.373473 174.763131) (xy 99.204454 175.042723) (xy 99.204453 175.042725) + (xy 99.070372 175.340642) (xy 99.070366 175.340657) (xy 98.973178 175.652547) (xy 98.914289 175.9739) + (xy 98.894564 176.3) (xy 98.914289 176.626099) (xy 98.973178 176.947452) (xy 99.070366 177.259342) + (xy 99.07037 177.259354) (xy 99.070373 177.259361) (xy 99.204455 177.557279) (xy 99.368901 177.829306) + (xy 99.373473 177.836868) (xy 99.574954 178.094039) (xy 99.80596 178.325045) (xy 100.063131 178.526526) + (xy 100.063134 178.526528) (xy 100.063137 178.52653) (xy 100.342721 178.695545) (xy 100.640639 178.829627) + (xy 100.640652 178.829631) (xy 100.640657 178.829633) (xy 100.952547 178.926821) (xy 101.234722 178.978531) + (xy 101.297115 179.009977) (xy 101.332603 179.070164) (xy 101.329918 179.139982) (xy 101.289912 179.197265) + (xy 101.225288 179.223825) (xy 101.212371 179.2245) (xy 58.687629 179.2245) (xy 58.62059 179.204815) + (xy 58.574835 179.152011) (xy 58.564891 179.082853) (xy 58.593916 179.019297) (xy 58.652694 178.981523) + (xy 58.665275 178.978531) (xy 58.947453 178.926821) (xy 59.259361 178.829627) (xy 59.557279 178.695545) + (xy 59.836863 178.52653) (xy 60.094036 178.325048) (xy 60.325048 178.094036) (xy 60.52653 177.836863) + (xy 60.695545 177.557279) (xy 60.829627 177.259361) (xy 60.926821 176.947453) (xy 60.98571 176.626104) + (xy 61.005436 176.3) (xy 60.98571 175.973896) (xy 60.926821 175.652547) (xy 60.829627 175.340639) + (xy 60.695545 175.042721) (xy 60.52653 174.763137) (xy 60.526528 174.763134) (xy 60.526526 174.763131) + (xy 60.325045 174.50596) (xy 60.094039 174.274954) (xy 59.836868 174.073473) (xy 59.829306 174.068901) + (xy 59.557279 173.904455) (xy 59.259361 173.770373) (xy 59.259354 173.77037) (xy 59.259342 173.770366) + (xy 58.947452 173.673178) (xy 58.626099 173.614289) (xy 58.3 173.594564) (xy 57.9739 173.614289) + (xy 57.652547 173.673178) (xy 57.340657 173.770366) (xy 57.340641 173.770372) (xy 57.340639 173.770373) + (xy 57.150933 173.855752) (xy 57.042725 173.904453) (xy 57.042723 173.904454) (xy 56.763131 174.073473) + (xy 56.50596 174.274954) (xy 56.274954 174.50596) (xy 56.073473 174.763131) (xy 55.904454 175.042723) + (xy 55.904453 175.042725) (xy 55.770372 175.340642) (xy 55.770366 175.340657) (xy 55.673178 175.652547) + (xy 55.614289 175.9739) (xy 55.594564 176.3) (xy 55.614289 176.626099) (xy 55.673178 176.947452) + (xy 55.770366 177.259342) (xy 55.77037 177.259354) (xy 55.770373 177.259361) (xy 55.904455 177.557279) + (xy 56.068901 177.829306) (xy 56.073473 177.836868) (xy 56.274954 178.094039) (xy 56.50596 178.325045) + (xy 56.763131 178.526526) (xy 56.763134 178.526528) (xy 56.763137 178.52653) (xy 57.042721 178.695545) + (xy 57.340639 178.829627) (xy 57.340652 178.829631) (xy 57.340657 178.829633) (xy 57.652547 178.926821) + (xy 57.934722 178.978531) (xy 57.997115 179.009977) (xy 58.032603 179.070164) (xy 58.029918 179.139982) + (xy 57.989912 179.197265) (xy 57.925288 179.223825) (xy 57.912371 179.2245) (xy 50.9995 179.2245) + (xy 50.932461 179.204815) (xy 50.886706 179.152011) (xy 50.8755 179.1005) (xy 50.8755 165.149044) + (xy 58.469915 165.149044) (xy 58.469915 167.826847) (xy 63.278889 167.826847) (xy 63.278889 165.197629) + (xy 78.669915 165.197629) (xy 78.669915 167.876879) (xy 83.481269 167.876879) (xy 83.481269 165.197629) + (xy 78.669915 165.197629) (xy 63.278889 165.197629) (xy 63.278889 165.172667) (xy 98.894915 165.172667) + (xy 98.894915 167.851847) (xy 103.706239 167.851847) (xy 103.706239 165.172667) (xy 98.894915 165.172667) + (xy 63.278889 165.172667) (xy 63.278889 165.149044) (xy 58.469915 165.149044) (xy 50.8755 165.149044) + (xy 50.8755 157.649508) (xy 57.5095 157.649508) (xy 57.542729 157.986901) (xy 57.60887 158.31941) + (xy 57.707284 158.643841) (xy 57.837024 158.95706) (xy 57.837026 158.957065) (xy 57.996831 159.256039) + (xy 57.996842 159.256057) (xy 58.185184 159.53793) (xy 58.185194 159.537944) (xy 58.400269 159.800014) + (xy 58.639985 160.03973) (xy 58.63999 160.039734) (xy 58.639991 160.039735) (xy 58.902061 160.25481) + (xy 59.183949 160.443162) (xy 59.183958 160.443167) (xy 59.18396 160.443168) (xy 59.482934 160.602973) + (xy 59.482936 160.602973) (xy 59.482942 160.602977) (xy 59.79616 160.732716) (xy 60.120586 160.831129) + (xy 60.453096 160.89727) (xy 60.790488 160.9305) (xy 60.790491 160.9305) (xy 61.129509 160.9305) + (xy 61.129512 160.9305) (xy 61.466904 160.89727) (xy 61.799414 160.831129) (xy 62.12384 160.732716) + (xy 62.437058 160.602977) (xy 62.736051 160.443162) (xy 63.017939 160.25481) (xy 63.280009 160.039735) + (xy 63.519735 159.800009) (xy 63.73481 159.537939) (xy 63.923162 159.256051) (xy 64.082977 158.957058) + (xy 64.212716 158.64384) (xy 64.311129 158.319414) (xy 64.37727 157.986904) (xy 64.4105 157.649512) + (xy 64.4105 157.649508) (xy 77.8295 157.649508) (xy 77.862729 157.986901) (xy 77.92887 158.31941) + (xy 78.027284 158.643841) (xy 78.157024 158.95706) (xy 78.157026 158.957065) (xy 78.316831 159.256039) + (xy 78.316842 159.256057) (xy 78.505184 159.53793) (xy 78.505194 159.537944) (xy 78.720269 159.800014) + (xy 78.959985 160.03973) (xy 78.95999 160.039734) (xy 78.959991 160.039735) (xy 79.222061 160.25481) + (xy 79.503949 160.443162) (xy 79.503958 160.443167) (xy 79.50396 160.443168) (xy 79.802934 160.602973) + (xy 79.802936 160.602973) (xy 79.802942 160.602977) (xy 80.11616 160.732716) (xy 80.440586 160.831129) + (xy 80.773096 160.89727) (xy 81.110488 160.9305) (xy 81.110491 160.9305) (xy 81.449509 160.9305) + (xy 81.449512 160.9305) (xy 81.786904 160.89727) (xy 82.119414 160.831129) (xy 82.44384 160.732716) + (xy 82.757058 160.602977) (xy 83.056051 160.443162) (xy 83.337939 160.25481) (xy 83.600009 160.039735) + (xy 83.839735 159.800009) (xy 84.05481 159.537939) (xy 84.243162 159.256051) (xy 84.402977 158.957058) + (xy 84.532716 158.64384) (xy 84.631129 158.319414) (xy 84.69727 157.986904) (xy 84.7305 157.649512) + (xy 84.7305 157.649508) (xy 98.1495 157.649508) (xy 98.182729 157.986901) (xy 98.24887 158.31941) + (xy 98.347284 158.643841) (xy 98.477024 158.95706) (xy 98.477026 158.957065) (xy 98.636831 159.256039) + (xy 98.636842 159.256057) (xy 98.825184 159.53793) (xy 98.825194 159.537944) (xy 99.040269 159.800014) + (xy 99.279985 160.03973) (xy 99.27999 160.039734) (xy 99.279991 160.039735) (xy 99.542061 160.25481) + (xy 99.823949 160.443162) (xy 99.823958 160.443167) (xy 99.82396 160.443168) (xy 100.122934 160.602973) + (xy 100.122936 160.602973) (xy 100.122942 160.602977) (xy 100.43616 160.732716) (xy 100.760586 160.831129) + (xy 101.093096 160.89727) (xy 101.430488 160.9305) (xy 101.430491 160.9305) (xy 101.769509 160.9305) + (xy 101.769512 160.9305) (xy 102.106904 160.89727) (xy 102.439414 160.831129) (xy 102.76384 160.732716) + (xy 103.077058 160.602977) (xy 103.376051 160.443162) (xy 103.657939 160.25481) (xy 103.920009 160.039735) + (xy 104.159735 159.800009) (xy 104.37481 159.537939) (xy 104.563162 159.256051) (xy 104.722977 158.957058) + (xy 104.852716 158.64384) (xy 104.951129 158.319414) (xy 105.01727 157.986904) (xy 105.0505 157.649512) + (xy 105.0505 157.310488) (xy 105.01727 156.973096) (xy 104.951129 156.640586) (xy 104.852716 156.31616) + (xy 104.722977 156.002942) (xy 104.563162 155.703949) (xy 104.37481 155.422061) (xy 104.159735 155.159991) + (xy 104.159734 155.15999) (xy 104.15973 155.159985) (xy 103.920014 154.920269) (xy 103.657944 154.705194) + (xy 103.657943 154.705193) (xy 103.657939 154.70519) (xy 103.376051 154.516838) (xy 103.376046 154.516835) + (xy 103.376039 154.516831) (xy 103.077065 154.357026) (xy 103.07706 154.357024) (xy 102.763841 154.227284) + (xy 102.573382 154.169509) (xy 102.439414 154.128871) (xy 102.439411 154.12887) (xy 102.43941 154.12887) + (xy 102.106901 154.062729) (xy 101.869199 154.039318) (xy 101.769512 154.0295) (xy 101.430488 154.0295) + (xy 101.339738 154.038437) (xy 101.093098 154.062729) (xy 100.760589 154.12887) (xy 100.436158 154.227284) + (xy 100.122939 154.357024) (xy 100.122934 154.357026) (xy 99.82396 154.516831) (xy 99.823942 154.516842) + (xy 99.542069 154.705184) (xy 99.542055 154.705194) (xy 99.279985 154.920269) (xy 99.040269 155.159985) + (xy 98.825194 155.422055) (xy 98.825184 155.422069) (xy 98.636842 155.703942) (xy 98.636831 155.70396) + (xy 98.477026 156.002934) (xy 98.477024 156.002939) (xy 98.347284 156.316158) (xy 98.24887 156.640589) + (xy 98.182729 156.973098) (xy 98.1495 157.310491) (xy 98.1495 157.649508) (xy 84.7305 157.649508) + (xy 84.7305 157.310488) (xy 84.69727 156.973096) (xy 84.631129 156.640586) (xy 84.532716 156.31616) + (xy 84.402977 156.002942) (xy 84.243162 155.703949) (xy 84.05481 155.422061) (xy 83.839735 155.159991) + (xy 83.839734 155.15999) (xy 83.83973 155.159985) (xy 83.600014 154.920269) (xy 83.337944 154.705194) + (xy 83.337943 154.705193) (xy 83.337939 154.70519) (xy 83.056051 154.516838) (xy 83.056046 154.516835) + (xy 83.056039 154.516831) (xy 82.757065 154.357026) (xy 82.75706 154.357024) (xy 82.443841 154.227284) + (xy 82.253382 154.169509) (xy 82.119414 154.128871) (xy 82.119411 154.12887) (xy 82.11941 154.12887) + (xy 81.786901 154.062729) (xy 81.549199 154.039318) (xy 81.449512 154.0295) (xy 81.110488 154.0295) + (xy 81.019738 154.038437) (xy 80.773098 154.062729) (xy 80.440589 154.12887) (xy 80.116158 154.227284) + (xy 79.802939 154.357024) (xy 79.802934 154.357026) (xy 79.50396 154.516831) (xy 79.503942 154.516842) + (xy 79.222069 154.705184) (xy 79.222055 154.705194) (xy 78.959985 154.920269) (xy 78.720269 155.159985) + (xy 78.505194 155.422055) (xy 78.505184 155.422069) (xy 78.316842 155.703942) (xy 78.316831 155.70396) + (xy 78.157026 156.002934) (xy 78.157024 156.002939) (xy 78.027284 156.316158) (xy 77.92887 156.640589) + (xy 77.862729 156.973098) (xy 77.8295 157.310491) (xy 77.8295 157.649508) (xy 64.4105 157.649508) + (xy 64.4105 157.310488) (xy 64.37727 156.973096) (xy 64.311129 156.640586) (xy 64.212716 156.31616) + (xy 64.082977 156.002942) (xy 63.923162 155.703949) (xy 63.73481 155.422061) (xy 63.519735 155.159991) + (xy 63.519734 155.15999) (xy 63.51973 155.159985) (xy 63.280014 154.920269) (xy 63.017944 154.705194) + (xy 63.017943 154.705193) (xy 63.017939 154.70519) (xy 62.736051 154.516838) (xy 62.736046 154.516835) + (xy 62.736039 154.516831) (xy 62.437065 154.357026) (xy 62.43706 154.357024) (xy 62.123841 154.227284) + (xy 61.933382 154.169509) (xy 61.799414 154.128871) (xy 61.799411 154.12887) (xy 61.79941 154.12887) + (xy 61.466901 154.062729) (xy 61.229199 154.039318) (xy 61.129512 154.0295) (xy 60.790488 154.0295) + (xy 60.699738 154.038437) (xy 60.453098 154.062729) (xy 60.120589 154.12887) (xy 59.796158 154.227284) + (xy 59.482939 154.357024) (xy 59.482934 154.357026) (xy 59.18396 154.516831) (xy 59.183942 154.516842) + (xy 58.902069 154.705184) (xy 58.902055 154.705194) (xy 58.639985 154.920269) (xy 58.400269 155.159985) + (xy 58.185194 155.422055) (xy 58.185184 155.422069) (xy 57.996842 155.703942) (xy 57.996831 155.70396) + (xy 57.837026 156.002934) (xy 57.837024 156.002939) (xy 57.707284 156.316158) (xy 57.60887 156.640589) + (xy 57.542729 156.973098) (xy 57.5095 157.310491) (xy 57.5095 157.649508) (xy 50.8755 157.649508) + (xy 50.8755 144.875016) (xy 58.043692 144.875016) (xy 58.043692 147.551847) (xy 63.722577 147.551847) + (xy 63.722577 144.875016) (xy 58.043692 144.875016) (xy 50.8755 144.875016) (xy 50.8755 144.852629) + (xy 80.035584 144.852629) (xy 80.035584 147.52946) (xy 82.911224 147.52946) (xy 82.911224 144.852629) + (xy 80.035584 144.852629) (xy 50.8755 144.852629) (xy 50.8755 137.354072) (xy 57.0095 137.354072) + (xy 57.047544 137.740347) (xy 57.047547 137.740364) (xy 57.123264 138.12103) (xy 57.123267 138.121041) + (xy 57.235945 138.492489) (xy 57.384485 138.851095) (xy 57.384487 138.8511) (xy 57.56745 139.1934) + (xy 57.567461 139.193418) (xy 57.783096 139.516139) (xy 57.783106 139.516153) (xy 58.029347 139.816198) + (xy 58.303801 140.090652) (xy 58.303806 140.090656) (xy 58.303807 140.090657) (xy 58.603852 140.336898) + (xy 58.926588 140.552543) (xy 58.926597 140.552548) (xy 58.926599 140.552549) (xy 59.268899 140.735512) + (xy 59.268901 140.735512) (xy 59.268907 140.735516) (xy 59.627512 140.884055) (xy 59.998949 140.99673) + (xy 59.998955 140.996731) (xy 59.998958 140.996732) (xy 59.998969 140.996735) (xy 60.23768 141.044216) + (xy 60.379642 141.072454) (xy 60.765924 141.1105) (xy 60.765927 141.1105) (xy 61.154073 141.1105) + (xy 61.154076 141.1105) (xy 61.540358 141.072454) (xy 61.728788 141.034973) (xy 61.92103 140.996735) + (xy 61.921041 140.996732) (xy 61.921041 140.996731) (xy 61.921051 140.99673) (xy 62.292488 140.884055) + (xy 62.651093 140.735516) (xy 62.993412 140.552543) (xy 63.316148 140.336898) (xy 63.616193 140.090657) + (xy 63.890657 139.816193) (xy 64.136898 139.516148) (xy 64.352543 139.193412) (xy 64.535516 138.851093) + (xy 64.684055 138.492488) (xy 64.79673 138.121051) (xy 64.796732 138.121041) (xy 64.796735 138.12103) + (xy 64.834973 137.928788) (xy 64.872454 137.740358) (xy 64.9105 137.354076) (xy 64.9105 137.329512) + (xy 77.8295 137.329512) (xy 77.841417 137.45051) (xy 77.862729 137.666901) (xy 77.92887 137.99941) + (xy 78.027284 138.323841) (xy 78.157024 138.63706) (xy 78.157026 138.637065) (xy 78.316831 138.936039) + (xy 78.316842 138.936057) (xy 78.505184 139.21793) (xy 78.505194 139.217944) (xy 78.720269 139.480014) + (xy 78.959985 139.71973) (xy 78.95999 139.719734) (xy 78.959991 139.719735) (xy 79.222061 139.93481) + (xy 79.503949 140.123162) (xy 79.503958 140.123167) (xy 79.50396 140.123168) (xy 79.802934 140.282973) + (xy 79.802936 140.282973) (xy 79.802942 140.282977) (xy 80.11616 140.412716) (xy 80.440586 140.511129) + (xy 80.773096 140.57727) (xy 81.110488 140.6105) (xy 81.110491 140.6105) (xy 81.449509 140.6105) + (xy 81.449512 140.6105) (xy 81.786904 140.57727) (xy 82.119414 140.511129) (xy 82.44384 140.412716) + (xy 82.757058 140.282977) (xy 83.056051 140.123162) (xy 83.337939 139.93481) (xy 83.600009 139.719735) + (xy 83.839735 139.480009) (xy 84.05481 139.217939) (xy 84.243162 138.936051) (xy 84.402977 138.637058) + (xy 84.532716 138.32384) (xy 84.631129 137.999414) (xy 84.69727 137.666904) (xy 84.728081 137.354072) + (xy 97.6495 137.354072) (xy 97.687544 137.740347) (xy 97.687547 137.740364) (xy 97.763264 138.12103) + (xy 97.763267 138.121041) (xy 97.875945 138.492489) (xy 98.024485 138.851095) (xy 98.024487 138.8511) + (xy 98.20745 139.1934) (xy 98.207461 139.193418) (xy 98.423096 139.516139) (xy 98.423106 139.516153) + (xy 98.669347 139.816198) (xy 98.943801 140.090652) (xy 98.943806 140.090656) (xy 98.943807 140.090657) + (xy 99.243852 140.336898) (xy 99.566588 140.552543) (xy 99.566597 140.552548) (xy 99.566599 140.552549) + (xy 99.908899 140.735512) (xy 99.908901 140.735512) (xy 99.908907 140.735516) (xy 100.267512 140.884055) + (xy 100.638949 140.99673) (xy 100.638955 140.996731) (xy 100.638958 140.996732) (xy 100.638969 140.996735) + (xy 100.87768 141.044216) (xy 101.019642 141.072454) (xy 101.405924 141.1105) (xy 101.405927 141.1105) + (xy 101.794073 141.1105) (xy 101.794076 141.1105) (xy 102.180358 141.072454) (xy 102.368788 141.034973) + (xy 102.56103 140.996735) (xy 102.561041 140.996732) (xy 102.561041 140.996731) (xy 102.561051 140.99673) + (xy 102.932488 140.884055) (xy 103.291093 140.735516) (xy 103.633412 140.552543) (xy 103.956148 140.336898) + (xy 104.256193 140.090657) (xy 104.530657 139.816193) (xy 104.776898 139.516148) (xy 104.992543 139.193412) + (xy 105.175516 138.851093) (xy 105.324055 138.492488) (xy 105.43673 138.121051) (xy 105.436732 138.121041) + (xy 105.436735 138.12103) (xy 105.474973 137.928788) (xy 105.512454 137.740358) (xy 105.5505 137.354076) + (xy 105.5505 136.965924) (xy 105.512454 136.579642) (xy 105.460925 136.320586) (xy 105.436735 136.198969) + (xy 105.436732 136.198958) (xy 105.436731 136.198955) (xy 105.43673 136.198949) (xy 105.324055 135.827512) + (xy 105.175516 135.468907) (xy 105.130101 135.383942) (xy 104.992549 135.126599) (xy 104.992548 135.126597) + (xy 104.992543 135.126588) (xy 104.776898 134.803852) (xy 104.530657 134.503807) (xy 104.530656 134.503806) + (xy 104.530652 134.503801) (xy 104.256198 134.229347) (xy 103.956153 133.983106) (xy 103.956152 133.983105) + (xy 103.956148 133.983102) (xy 103.633412 133.767457) (xy 103.633407 133.767454) (xy 103.6334 133.76745) + (xy 103.2911 133.584487) (xy 103.291095 133.584485) (xy 102.932489 133.435945) (xy 102.561041 133.323267) + (xy 102.56103 133.323264) (xy 102.180364 133.247547) (xy 102.180347 133.247544) (xy 101.888239 133.218774) + (xy 101.794076 133.2095) (xy 101.405924 133.2095) (xy 101.318836 133.218077) (xy 101.019652 133.247544) + (xy 101.019635 133.247547) (xy 100.638969 133.323264) (xy 100.638958 133.323267) (xy 100.26751 133.435945) + (xy 99.908904 133.584485) (xy 99.908899 133.584487) (xy 99.566599 133.76745) (xy 99.566581 133.767461) + (xy 99.24386 133.983096) (xy 99.243846 133.983106) (xy 98.943801 134.229347) (xy 98.669347 134.503801) + (xy 98.423106 134.803846) (xy 98.423096 134.80386) (xy 98.207461 135.126581) (xy 98.20745 135.126599) + (xy 98.024487 135.468899) (xy 98.024485 135.468904) (xy 97.875945 135.82751) (xy 97.763267 136.198958) + (xy 97.763264 136.198969) (xy 97.687547 136.579635) (xy 97.687544 136.579652) (xy 97.6495 136.965927) + (xy 97.6495 137.354072) (xy 84.728081 137.354072) (xy 84.7305 137.329512) (xy 84.7305 136.990488) + (xy 84.69727 136.653096) (xy 84.631129 136.320586) (xy 84.532716 135.99616) (xy 84.402977 135.682942) + (xy 84.288571 135.468904) (xy 84.243168 135.38396) (xy 84.243167 135.383958) (xy 84.243162 135.383949) + (xy 84.05481 135.102061) (xy 83.839735 134.839991) (xy 83.839734 134.83999) (xy 83.83973 134.839985) + (xy 83.600014 134.600269) (xy 83.337944 134.385194) (xy 83.337943 134.385193) (xy 83.337939 134.38519) + (xy 83.056051 134.196838) (xy 83.056046 134.196835) (xy 83.056039 134.196831) (xy 82.757065 134.037026) + (xy 82.75706 134.037024) (xy 82.443841 133.907284) (xy 82.253382 133.849509) (xy 82.119414 133.808871) + (xy 82.119411 133.80887) (xy 82.11941 133.80887) (xy 81.786901 133.742729) (xy 81.549199 133.719318) + (xy 81.449512 133.7095) (xy 81.110488 133.7095) (xy 81.019738 133.718437) (xy 80.773098 133.742729) + (xy 80.440589 133.80887) (xy 80.116158 133.907284) (xy 79.802939 134.037024) (xy 79.802934 134.037026) + (xy 79.50396 134.196831) (xy 79.503942 134.196842) (xy 79.222069 134.385184) (xy 79.222055 134.385194) + (xy 78.959985 134.600269) (xy 78.720269 134.839985) (xy 78.505194 135.102055) (xy 78.505184 135.102069) + (xy 78.316842 135.383942) (xy 78.316831 135.38396) (xy 78.157026 135.682934) (xy 78.157024 135.682939) + (xy 78.027284 135.996158) (xy 77.92887 136.320589) (xy 77.862729 136.653098) (xy 77.838437 136.899738) + (xy 77.8295 136.990488) (xy 77.8295 137.329512) (xy 64.9105 137.329512) (xy 64.9105 136.965924) + (xy 64.872454 136.579642) (xy 64.820925 136.320586) (xy 64.796735 136.198969) (xy 64.796732 136.198958) + (xy 64.796731 136.198955) (xy 64.79673 136.198949) (xy 64.684055 135.827512) (xy 64.535516 135.468907) + (xy 64.490101 135.383942) (xy 64.352549 135.126599) (xy 64.352548 135.126597) (xy 64.352543 135.126588) + (xy 64.136898 134.803852) (xy 63.890657 134.503807) (xy 63.890656 134.503806) (xy 63.890652 134.503801) + (xy 63.616198 134.229347) (xy 63.316153 133.983106) (xy 63.316152 133.983105) (xy 63.316148 133.983102) + (xy 62.993412 133.767457) (xy 62.993407 133.767454) (xy 62.9934 133.76745) (xy 62.6511 133.584487) + (xy 62.651095 133.584485) (xy 62.292489 133.435945) (xy 61.921041 133.323267) (xy 61.92103 133.323264) + (xy 61.540364 133.247547) (xy 61.540347 133.247544) (xy 61.248239 133.218774) (xy 61.154076 133.2095) + (xy 60.765924 133.2095) (xy 60.678836 133.218077) (xy 60.379652 133.247544) (xy 60.379635 133.247547) + (xy 59.998969 133.323264) (xy 59.998958 133.323267) (xy 59.62751 133.435945) (xy 59.268904 133.584485) + (xy 59.268899 133.584487) (xy 58.926599 133.76745) (xy 58.926581 133.767461) (xy 58.60386 133.983096) + (xy 58.603846 133.983106) (xy 58.303801 134.229347) (xy 58.029347 134.503801) (xy 57.783106 134.803846) + (xy 57.783096 134.80386) (xy 57.567461 135.126581) (xy 57.56745 135.126599) (xy 57.384487 135.468899) + (xy 57.384485 135.468904) (xy 57.235945 135.82751) (xy 57.123267 136.198958) (xy 57.123264 136.198969) + (xy 57.047547 136.579635) (xy 57.047544 136.579652) (xy 57.0095 136.965927) (xy 57.0095 137.354072) + (xy 50.8755 137.354072) (xy 50.8755 125.219295) (xy 59.692721 125.219295) (xy 59.692721 127.231847) + (xy 62.170659 127.231847) (xy 62.170659 125.319295) (xy 100.009388 125.319295) (xy 100.009388 127.331847) + (xy 103.286224 127.331847) (xy 103.286224 125.319295) (xy 100.009388 125.319295) (xy 62.170659 125.319295) + (xy 62.170659 125.219295) (xy 59.692721 125.219295) (xy 50.8755 125.219295) (xy 50.8755 117.009512) + (xy 57.5095 117.009512) (xy 57.521417 117.13051) (xy 57.542729 117.346901) (xy 57.60887 117.67941) + (xy 57.707284 118.003841) (xy 57.837024 118.31706) (xy 57.837026 118.317065) (xy 57.996831 118.616039) + (xy 57.996842 118.616057) (xy 58.185184 118.89793) (xy 58.185194 118.897944) (xy 58.400269 119.160014) + (xy 58.639985 119.39973) (xy 58.63999 119.399734) (xy 58.639991 119.399735) (xy 58.902061 119.61481) + (xy 59.183949 119.803162) (xy 59.183958 119.803167) (xy 59.18396 119.803168) (xy 59.482934 119.962973) + (xy 59.482936 119.962973) (xy 59.482942 119.962977) (xy 59.79616 120.092716) (xy 60.120586 120.191129) + (xy 60.453096 120.25727) (xy 60.790488 120.2905) (xy 60.790491 120.2905) (xy 61.129509 120.2905) + (xy 61.129512 120.2905) (xy 61.466904 120.25727) (xy 61.799414 120.191129) (xy 62.12384 120.092716) + (xy 62.437058 119.962977) (xy 62.736051 119.803162) (xy 63.017939 119.61481) (xy 63.280009 119.399735) + (xy 63.519735 119.160009) (xy 63.73481 118.897939) (xy 63.923162 118.616051) (xy 64.082977 118.317058) + (xy 64.212716 118.00384) (xy 64.311129 117.679414) (xy 64.37727 117.346904) (xy 64.408081 117.034072) + (xy 77.3295 117.034072) (xy 77.367544 117.420347) (xy 77.367547 117.420364) (xy 77.443264 117.80103) + (xy 77.443267 117.801041) (xy 77.555945 118.172489) (xy 77.704485 118.531095) (xy 77.704487 118.5311) + (xy 77.88745 118.8734) (xy 77.887461 118.873418) (xy 78.103096 119.196139) (xy 78.103106 119.196153) + (xy 78.349347 119.496198) (xy 78.623801 119.770652) (xy 78.623806 119.770656) (xy 78.623807 119.770657) + (xy 78.923852 120.016898) (xy 79.246588 120.232543) (xy 79.246597 120.232548) (xy 79.246599 120.232549) + (xy 79.588899 120.415512) (xy 79.588901 120.415512) (xy 79.588907 120.415516) (xy 79.947512 120.564055) + (xy 80.318949 120.67673) (xy 80.318955 120.676731) (xy 80.318958 120.676732) (xy 80.318969 120.676735) + (xy 80.55768 120.724216) (xy 80.699642 120.752454) (xy 81.085924 120.7905) (xy 81.085927 120.7905) + (xy 81.474073 120.7905) (xy 81.474076 120.7905) (xy 81.860358 120.752454) (xy 82.048788 120.714973) + (xy 82.24103 120.676735) (xy 82.241041 120.676732) (xy 82.241041 120.676731) (xy 82.241051 120.67673) + (xy 82.612488 120.564055) (xy 82.971093 120.415516) (xy 83.313412 120.232543) (xy 83.636148 120.016898) + (xy 83.936193 119.770657) (xy 84.210657 119.496193) (xy 84.456898 119.196148) (xy 84.672543 118.873412) + (xy 84.855516 118.531093) (xy 85.004055 118.172488) (xy 85.11673 117.801051) (xy 85.116732 117.801041) + (xy 85.116735 117.80103) (xy 85.154973 117.608788) (xy 85.192454 117.420358) (xy 85.2305 117.034076) + (xy 85.2305 117.034072) (xy 97.6495 117.034072) (xy 97.687544 117.420347) (xy 97.687547 117.420364) + (xy 97.763264 117.80103) (xy 97.763267 117.801041) (xy 97.875945 118.172489) (xy 98.024485 118.531095) + (xy 98.024487 118.5311) (xy 98.20745 118.8734) (xy 98.207461 118.873418) (xy 98.423096 119.196139) + (xy 98.423106 119.196153) (xy 98.669347 119.496198) (xy 98.943801 119.770652) (xy 98.943806 119.770656) + (xy 98.943807 119.770657) (xy 99.243852 120.016898) (xy 99.566588 120.232543) (xy 99.566597 120.232548) + (xy 99.566599 120.232549) (xy 99.908899 120.415512) (xy 99.908901 120.415512) (xy 99.908907 120.415516) + (xy 100.267512 120.564055) (xy 100.638949 120.67673) (xy 100.638955 120.676731) (xy 100.638958 120.676732) + (xy 100.638969 120.676735) (xy 100.87768 120.724216) (xy 101.019642 120.752454) (xy 101.405924 120.7905) + (xy 101.405927 120.7905) (xy 101.794073 120.7905) (xy 101.794076 120.7905) (xy 102.180358 120.752454) + (xy 102.368788 120.714973) (xy 102.56103 120.676735) (xy 102.561041 120.676732) (xy 102.561041 120.676731) + (xy 102.561051 120.67673) (xy 102.932488 120.564055) (xy 103.291093 120.415516) (xy 103.633412 120.232543) + (xy 103.956148 120.016898) (xy 104.256193 119.770657) (xy 104.530657 119.496193) (xy 104.776898 119.196148) + (xy 104.992543 118.873412) (xy 105.175516 118.531093) (xy 105.324055 118.172488) (xy 105.43673 117.801051) + (xy 105.436732 117.801041) (xy 105.436735 117.80103) (xy 105.474973 117.608788) (xy 105.512454 117.420358) + (xy 105.5505 117.034076) (xy 105.5505 116.645924) (xy 105.512454 116.259642) (xy 105.460925 116.000586) + (xy 105.436735 115.878969) (xy 105.436732 115.878958) (xy 105.436731 115.878955) (xy 105.43673 115.878949) + (xy 105.324055 115.507512) (xy 105.175516 115.148907) (xy 105.130101 115.063942) (xy 104.992549 114.806599) + (xy 104.992548 114.806597) (xy 104.992543 114.806588) (xy 104.776898 114.483852) (xy 104.530657 114.183807) + (xy 104.530656 114.183806) (xy 104.530652 114.183801) (xy 104.256198 113.909347) (xy 103.956153 113.663106) + (xy 103.956152 113.663105) (xy 103.956148 113.663102) (xy 103.633412 113.447457) (xy 103.633407 113.447454) + (xy 103.6334 113.44745) (xy 103.2911 113.264487) (xy 103.291095 113.264485) (xy 102.932489 113.115945) + (xy 102.561041 113.003267) (xy 102.56103 113.003264) (xy 102.180364 112.927547) (xy 102.180347 112.927544) + (xy 101.888239 112.898774) (xy 101.794076 112.8895) (xy 101.405924 112.8895) (xy 101.318836 112.898077) + (xy 101.019652 112.927544) (xy 101.019635 112.927547) (xy 100.638969 113.003264) (xy 100.638958 113.003267) + (xy 100.26751 113.115945) (xy 99.908904 113.264485) (xy 99.908899 113.264487) (xy 99.566599 113.44745) + (xy 99.566581 113.447461) (xy 99.24386 113.663096) (xy 99.243846 113.663106) (xy 98.943801 113.909347) + (xy 98.669347 114.183801) (xy 98.423106 114.483846) (xy 98.423096 114.48386) (xy 98.207461 114.806581) + (xy 98.20745 114.806599) (xy 98.024487 115.148899) (xy 98.024485 115.148904) (xy 97.875945 115.50751) + (xy 97.763267 115.878958) (xy 97.763264 115.878969) (xy 97.687547 116.259635) (xy 97.687544 116.259652) + (xy 97.6495 116.645927) (xy 97.6495 117.034072) (xy 85.2305 117.034072) (xy 85.2305 116.645924) + (xy 85.192454 116.259642) (xy 85.140925 116.000586) (xy 85.116735 115.878969) (xy 85.116732 115.878958) + (xy 85.116731 115.878955) (xy 85.11673 115.878949) (xy 85.004055 115.507512) (xy 84.855516 115.148907) + (xy 84.810101 115.063942) (xy 84.672549 114.806599) (xy 84.672548 114.806597) (xy 84.672543 114.806588) + (xy 84.456898 114.483852) (xy 84.210657 114.183807) (xy 84.210656 114.183806) (xy 84.210652 114.183801) + (xy 83.936198 113.909347) (xy 83.636153 113.663106) (xy 83.636152 113.663105) (xy 83.636148 113.663102) + (xy 83.313412 113.447457) (xy 83.313407 113.447454) (xy 83.3134 113.44745) (xy 82.9711 113.264487) + (xy 82.971095 113.264485) (xy 82.612489 113.115945) (xy 82.241041 113.003267) (xy 82.24103 113.003264) + (xy 81.860364 112.927547) (xy 81.860347 112.927544) (xy 81.568239 112.898774) (xy 81.474076 112.8895) + (xy 81.085924 112.8895) (xy 80.998836 112.898077) (xy 80.699652 112.927544) (xy 80.699635 112.927547) + (xy 80.318969 113.003264) (xy 80.318958 113.003267) (xy 79.94751 113.115945) (xy 79.588904 113.264485) + (xy 79.588899 113.264487) (xy 79.246599 113.44745) (xy 79.246581 113.447461) (xy 78.92386 113.663096) + (xy 78.923846 113.663106) (xy 78.623801 113.909347) (xy 78.349347 114.183801) (xy 78.103106 114.483846) + (xy 78.103096 114.48386) (xy 77.887461 114.806581) (xy 77.88745 114.806599) (xy 77.704487 115.148899) + (xy 77.704485 115.148904) (xy 77.555945 115.50751) (xy 77.443267 115.878958) (xy 77.443264 115.878969) + (xy 77.367547 116.259635) (xy 77.367544 116.259652) (xy 77.3295 116.645927) (xy 77.3295 117.034072) + (xy 64.408081 117.034072) (xy 64.4105 117.009512) (xy 64.4105 116.670488) (xy 64.37727 116.333096) + (xy 64.311129 116.000586) (xy 64.212716 115.67616) (xy 64.082977 115.362942) (xy 63.968571 115.148904) + (xy 63.923168 115.06396) (xy 63.923167 115.063958) (xy 63.923162 115.063949) (xy 63.73481 114.782061) + (xy 63.519735 114.519991) (xy 63.519734 114.51999) (xy 63.51973 114.519985) (xy 63.280014 114.280269) + (xy 63.017944 114.065194) (xy 63.017943 114.065193) (xy 63.017939 114.06519) (xy 62.736051 113.876838) + (xy 62.736046 113.876835) (xy 62.736039 113.876831) (xy 62.437065 113.717026) (xy 62.43706 113.717024) + (xy 62.123841 113.587284) (xy 61.933382 113.529509) (xy 61.799414 113.488871) (xy 61.799411 113.48887) + (xy 61.79941 113.48887) (xy 61.466901 113.422729) (xy 61.229199 113.399318) (xy 61.129512 113.3895) + (xy 60.790488 113.3895) (xy 60.699738 113.398437) (xy 60.453098 113.422729) (xy 60.120589 113.48887) + (xy 59.796158 113.587284) (xy 59.482939 113.717024) (xy 59.482934 113.717026) (xy 59.18396 113.876831) + (xy 59.183942 113.876842) (xy 58.902069 114.065184) (xy 58.902055 114.065194) (xy 58.639985 114.280269) + (xy 58.400269 114.519985) (xy 58.185194 114.782055) (xy 58.185184 114.782069) (xy 57.996842 115.063942) + (xy 57.996831 115.06396) (xy 57.837026 115.362934) (xy 57.837024 115.362939) (xy 57.707284 115.676158) + (xy 57.60887 116.000589) (xy 57.542729 116.333098) (xy 57.518437 116.579738) (xy 57.5095 116.670488) + (xy 57.5095 117.009512) (xy 50.8755 117.009512) (xy 50.8755 104.158807) (xy 58.733204 104.158807) + (xy 58.733204 107.406621) (xy 63.145777 107.406621) (xy 63.145777 104.252597) (xy 79.085584 104.252597) + (xy 79.085584 106.931847) (xy 83.295383 106.931847) (xy 83.295383 104.844295) (xy 98.217721 104.844295) + (xy 98.217721 106.856847) (xy 105.295383 106.856847) (xy 105.295383 104.844295) (xy 98.217721 104.844295) + (xy 83.295383 104.844295) (xy 83.295383 104.252597) (xy 79.085584 104.252597) (xy 63.145777 104.252597) + (xy 63.145777 104.158807) (xy 58.733204 104.158807) (xy 50.8755 104.158807) (xy 50.8755 96.689512) + (xy 57.5095 96.689512) (xy 57.521417 96.81051) (xy 57.542729 97.026901) (xy 57.60887 97.35941) (xy 57.707284 97.683841) + (xy 57.837024 97.99706) (xy 57.837026 97.997065) (xy 57.996831 98.296039) (xy 57.996842 98.296057) + (xy 58.185184 98.57793) (xy 58.185194 98.577944) (xy 58.400269 98.840014) (xy 58.639985 99.07973) + (xy 58.63999 99.079734) (xy 58.639991 99.079735) (xy 58.902061 99.29481) (xy 59.183949 99.483162) + (xy 59.183958 99.483167) (xy 59.18396 99.483168) (xy 59.482934 99.642973) (xy 59.482936 99.642973) + (xy 59.482942 99.642977) (xy 59.79616 99.772716) (xy 60.120586 99.871129) (xy 60.453096 99.93727) + (xy 60.790488 99.9705) (xy 60.790491 99.9705) (xy 61.129509 99.9705) (xy 61.129512 99.9705) (xy 61.466904 99.93727) + (xy 61.799414 99.871129) (xy 62.12384 99.772716) (xy 62.437058 99.642977) (xy 62.736051 99.483162) + (xy 63.017939 99.29481) (xy 63.280009 99.079735) (xy 63.519735 98.840009) (xy 63.73481 98.577939) + (xy 63.923162 98.296051) (xy 64.082977 97.997058) (xy 64.212716 97.68384) (xy 64.311129 97.359414) + (xy 64.37727 97.026904) (xy 64.408081 96.714072) (xy 77.3295 96.714072) (xy 77.367544 97.100347) + (xy 77.367547 97.100364) (xy 77.443264 97.48103) (xy 77.443267 97.481041) (xy 77.555945 97.852489) + (xy 77.704485 98.211095) (xy 77.704487 98.2111) (xy 77.88745 98.5534) (xy 77.887461 98.553418) (xy 78.103096 98.876139) + (xy 78.103106 98.876153) (xy 78.349347 99.176198) (xy 78.623801 99.450652) (xy 78.623806 99.450656) + (xy 78.623807 99.450657) (xy 78.923852 99.696898) (xy 79.246588 99.912543) (xy 79.246597 99.912548) + (xy 79.246599 99.912549) (xy 79.588899 100.095512) (xy 79.588901 100.095512) (xy 79.588907 100.095516) + (xy 79.947512 100.244055) (xy 80.318949 100.35673) (xy 80.318955 100.356731) (xy 80.318958 100.356732) + (xy 80.318969 100.356735) (xy 80.55768 100.404216) (xy 80.699642 100.432454) (xy 81.085924 100.4705) + (xy 81.085927 100.4705) (xy 81.474073 100.4705) (xy 81.474076 100.4705) (xy 81.860358 100.432454) + (xy 82.048788 100.394973) (xy 82.24103 100.356735) (xy 82.241041 100.356732) (xy 82.241041 100.356731) + (xy 82.241051 100.35673) (xy 82.612488 100.244055) (xy 82.971093 100.095516) (xy 83.313412 99.912543) + (xy 83.636148 99.696898) (xy 83.936193 99.450657) (xy 84.210657 99.176193) (xy 84.456898 98.876148) + (xy 84.672543 98.553412) (xy 84.855516 98.211093) (xy 85.004055 97.852488) (xy 85.11673 97.481051) + (xy 85.116732 97.481041) (xy 85.116735 97.48103) (xy 85.154973 97.288788) (xy 85.192454 97.100358) + (xy 85.2305 96.714076) (xy 85.2305 96.714072) (xy 97.6495 96.714072) (xy 97.687544 97.100347) (xy 97.687547 97.100364) + (xy 97.763264 97.48103) (xy 97.763267 97.481041) (xy 97.875945 97.852489) (xy 98.024485 98.211095) + (xy 98.024487 98.2111) (xy 98.20745 98.5534) (xy 98.207461 98.553418) (xy 98.423096 98.876139) (xy 98.423106 98.876153) + (xy 98.669347 99.176198) (xy 98.943801 99.450652) (xy 98.943806 99.450656) (xy 98.943807 99.450657) + (xy 99.243852 99.696898) (xy 99.566588 99.912543) (xy 99.566597 99.912548) (xy 99.566599 99.912549) + (xy 99.908899 100.095512) (xy 99.908901 100.095512) (xy 99.908907 100.095516) (xy 100.267512 100.244055) + (xy 100.638949 100.35673) (xy 100.638955 100.356731) (xy 100.638958 100.356732) (xy 100.638969 100.356735) + (xy 100.87768 100.404216) (xy 101.019642 100.432454) (xy 101.405924 100.4705) (xy 101.405927 100.4705) + (xy 101.794073 100.4705) (xy 101.794076 100.4705) (xy 102.180358 100.432454) (xy 102.368788 100.394973) + (xy 102.56103 100.356735) (xy 102.561041 100.356732) (xy 102.561041 100.356731) (xy 102.561051 100.35673) + (xy 102.932488 100.244055) (xy 103.291093 100.095516) (xy 103.633412 99.912543) (xy 103.956148 99.696898) + (xy 104.256193 99.450657) (xy 104.530657 99.176193) (xy 104.776898 98.876148) (xy 104.992543 98.553412) + (xy 105.175516 98.211093) (xy 105.324055 97.852488) (xy 105.43673 97.481051) (xy 105.436732 97.481041) + (xy 105.436735 97.48103) (xy 105.474973 97.288788) (xy 105.512454 97.100358) (xy 105.5505 96.714076) + (xy 105.5505 96.325924) (xy 105.512454 95.939642) (xy 105.460925 95.680586) (xy 105.436735 95.558969) + (xy 105.436732 95.558958) (xy 105.436731 95.558955) (xy 105.43673 95.558949) (xy 105.324055 95.187512) + (xy 105.175516 94.828907) (xy 105.130101 94.743942) (xy 104.992549 94.486599) (xy 104.992548 94.486597) + (xy 104.992543 94.486588) (xy 104.776898 94.163852) (xy 104.530657 93.863807) (xy 104.530656 93.863806) + (xy 104.530652 93.863801) (xy 104.256198 93.589347) (xy 103.956153 93.343106) (xy 103.956152 93.343105) + (xy 103.956148 93.343102) (xy 103.633412 93.127457) (xy 103.633407 93.127454) (xy 103.6334 93.12745) + (xy 103.2911 92.944487) (xy 103.291095 92.944485) (xy 102.932489 92.795945) (xy 102.561041 92.683267) + (xy 102.56103 92.683264) (xy 102.180364 92.607547) (xy 102.180347 92.607544) (xy 101.888239 92.578774) + (xy 101.794076 92.5695) (xy 101.405924 92.5695) (xy 101.318836 92.578077) (xy 101.019652 92.607544) + (xy 101.019635 92.607547) (xy 100.638969 92.683264) (xy 100.638958 92.683267) (xy 100.26751 92.795945) + (xy 99.908904 92.944485) (xy 99.908899 92.944487) (xy 99.566599 93.12745) (xy 99.566581 93.127461) + (xy 99.24386 93.343096) (xy 99.243846 93.343106) (xy 98.943801 93.589347) (xy 98.669347 93.863801) + (xy 98.423106 94.163846) (xy 98.423096 94.16386) (xy 98.207461 94.486581) (xy 98.20745 94.486599) + (xy 98.024487 94.828899) (xy 98.024485 94.828904) (xy 97.875945 95.18751) (xy 97.763267 95.558958) + (xy 97.763264 95.558969) (xy 97.687547 95.939635) (xy 97.687544 95.939652) (xy 97.6495 96.325927) + (xy 97.6495 96.714072) (xy 85.2305 96.714072) (xy 85.2305 96.325924) (xy 85.192454 95.939642) (xy 85.140925 95.680586) + (xy 85.116735 95.558969) (xy 85.116732 95.558958) (xy 85.116731 95.558955) (xy 85.11673 95.558949) + (xy 85.004055 95.187512) (xy 84.855516 94.828907) (xy 84.810101 94.743942) (xy 84.672549 94.486599) + (xy 84.672548 94.486597) (xy 84.672543 94.486588) (xy 84.456898 94.163852) (xy 84.210657 93.863807) + (xy 84.210656 93.863806) (xy 84.210652 93.863801) (xy 83.936198 93.589347) (xy 83.636153 93.343106) + (xy 83.636152 93.343105) (xy 83.636148 93.343102) (xy 83.313412 93.127457) (xy 83.313407 93.127454) + (xy 83.3134 93.12745) (xy 82.9711 92.944487) (xy 82.971095 92.944485) (xy 82.612489 92.795945) (xy 82.241041 92.683267) + (xy 82.24103 92.683264) (xy 81.860364 92.607547) (xy 81.860347 92.607544) (xy 81.568239 92.578774) + (xy 81.474076 92.5695) (xy 81.085924 92.5695) (xy 80.998836 92.578077) (xy 80.699652 92.607544) + (xy 80.699635 92.607547) (xy 80.318969 92.683264) (xy 80.318958 92.683267) (xy 79.94751 92.795945) + (xy 79.588904 92.944485) (xy 79.588899 92.944487) (xy 79.246599 93.12745) (xy 79.246581 93.127461) + (xy 78.92386 93.343096) (xy 78.923846 93.343106) (xy 78.623801 93.589347) (xy 78.349347 93.863801) + (xy 78.103106 94.163846) (xy 78.103096 94.16386) (xy 77.887461 94.486581) (xy 77.88745 94.486599) + (xy 77.704487 94.828899) (xy 77.704485 94.828904) (xy 77.555945 95.18751) (xy 77.443267 95.558958) + (xy 77.443264 95.558969) (xy 77.367547 95.939635) (xy 77.367544 95.939652) (xy 77.3295 96.325927) + (xy 77.3295 96.714072) (xy 64.408081 96.714072) (xy 64.4105 96.689512) (xy 64.4105 96.350488) (xy 64.37727 96.013096) + (xy 64.311129 95.680586) (xy 64.212716 95.35616) (xy 64.082977 95.042942) (xy 63.968571 94.828904) + (xy 63.923168 94.74396) (xy 63.923167 94.743958) (xy 63.923162 94.743949) (xy 63.73481 94.462061) + (xy 63.519735 94.199991) (xy 63.519734 94.19999) (xy 63.51973 94.199985) (xy 63.280014 93.960269) + (xy 63.017944 93.745194) (xy 63.017943 93.745193) (xy 63.017939 93.74519) (xy 62.736051 93.556838) + (xy 62.736046 93.556835) (xy 62.736039 93.556831) (xy 62.437065 93.397026) (xy 62.43706 93.397024) + (xy 62.123841 93.267284) (xy 61.933382 93.209509) (xy 61.799414 93.168871) (xy 61.799411 93.16887) + (xy 61.79941 93.16887) (xy 61.466901 93.102729) (xy 61.229199 93.079318) (xy 61.129512 93.0695) + (xy 60.790488 93.0695) (xy 60.699738 93.078437) (xy 60.453098 93.102729) (xy 60.120589 93.16887) + (xy 59.796158 93.267284) (xy 59.482939 93.397024) (xy 59.482934 93.397026) (xy 59.18396 93.556831) + (xy 59.183942 93.556842) (xy 58.902069 93.745184) (xy 58.902055 93.745194) (xy 58.639985 93.960269) + (xy 58.400269 94.199985) (xy 58.185194 94.462055) (xy 58.185184 94.462069) (xy 57.996842 94.743942) + (xy 57.996831 94.74396) (xy 57.837026 95.042934) (xy 57.837024 95.042939) (xy 57.707284 95.356158) + (xy 57.60887 95.680589) (xy 57.542729 96.013098) (xy 57.518437 96.259738) (xy 57.5095 96.350488) + (xy 57.5095 96.689512) (xy 50.8755 96.689512) (xy 50.8755 83.929722) (xy 59.885584 83.929722) (xy 59.885584 86.604754) + (xy 62.026989 86.604754) (xy 62.026989 83.929722) (xy 59.885584 83.929722) (xy 50.8755 83.929722) + (xy 50.8755 76.369512) (xy 57.5095 76.369512) (xy 57.521417 76.49051) (xy 57.542729 76.706901) (xy 57.60887 77.03941) + (xy 57.707284 77.363841) (xy 57.837024 77.67706) (xy 57.837026 77.677065) (xy 57.996831 77.976039) + (xy 57.996842 77.976057) (xy 58.185184 78.25793) (xy 58.185194 78.257944) (xy 58.400269 78.520014) + (xy 58.639985 78.75973) (xy 58.63999 78.759734) (xy 58.639991 78.759735) (xy 58.902061 78.97481) + (xy 59.183949 79.163162) (xy 59.183958 79.163167) (xy 59.18396 79.163168) (xy 59.482934 79.322973) + (xy 59.482936 79.322973) (xy 59.482942 79.322977) (xy 59.79616 79.452716) (xy 60.120586 79.551129) + (xy 60.453096 79.61727) (xy 60.790488 79.6505) (xy 60.790491 79.6505) (xy 61.129509 79.6505) (xy 61.129512 79.6505) + (xy 61.466904 79.61727) (xy 61.799414 79.551129) (xy 62.12384 79.452716) (xy 62.437058 79.322977) + (xy 62.736051 79.163162) (xy 63.017939 78.97481) (xy 63.280009 78.759735) (xy 63.519735 78.520009) + (xy 63.73481 78.257939) (xy 63.923162 77.976051) (xy 64.082977 77.677058) (xy 64.212716 77.36384) + (xy 64.311129 77.039414) (xy 64.37727 76.706904) (xy 64.408081 76.394072) (xy 97.6495 76.394072) + (xy 97.687544 76.780347) (xy 97.687547 76.780364) (xy 97.763264 77.16103) (xy 97.763267 77.161041) + (xy 97.875945 77.532489) (xy 98.024485 77.891095) (xy 98.024487 77.8911) (xy 98.20745 78.2334) (xy 98.207461 78.233418) + (xy 98.423096 78.556139) (xy 98.423106 78.556153) (xy 98.669347 78.856198) (xy 98.943801 79.130652) + (xy 98.943806 79.130656) (xy 98.943807 79.130657) (xy 99.243852 79.376898) (xy 99.566588 79.592543) + (xy 99.566597 79.592548) (xy 99.566599 79.592549) (xy 99.908899 79.775512) (xy 99.908901 79.775512) + (xy 99.908907 79.775516) (xy 100.267512 79.924055) (xy 100.638949 80.03673) (xy 100.638955 80.036731) + (xy 100.638958 80.036732) (xy 100.638969 80.036735) (xy 100.87768 80.084216) (xy 101.019642 80.112454) + (xy 101.405924 80.1505) (xy 101.405927 80.1505) (xy 101.794073 80.1505) (xy 101.794076 80.1505) + (xy 102.180358 80.112454) (xy 102.368788 80.074973) (xy 102.56103 80.036735) (xy 102.561041 80.036732) + (xy 102.561041 80.036731) (xy 102.561051 80.03673) (xy 102.932488 79.924055) (xy 103.291093 79.775516) + (xy 103.633412 79.592543) (xy 103.956148 79.376898) (xy 104.256193 79.130657) (xy 104.530657 78.856193) + (xy 104.776898 78.556148) (xy 104.992543 78.233412) (xy 105.175516 77.891093) (xy 105.324055 77.532488) + (xy 105.43673 77.161051) (xy 105.436732 77.161041) (xy 105.436735 77.16103) (xy 105.474973 76.968788) + (xy 105.512454 76.780358) (xy 105.5505 76.394076) (xy 105.5505 76.005924) (xy 105.512454 75.619642) + (xy 105.460925 75.360586) (xy 105.436735 75.238969) (xy 105.436732 75.238958) (xy 105.436731 75.238955) + (xy 105.43673 75.238949) (xy 105.324055 74.867512) (xy 105.175516 74.508907) (xy 105.130101 74.423942) + (xy 104.992549 74.166599) (xy 104.992548 74.166597) (xy 104.992543 74.166588) (xy 104.776898 73.843852) + (xy 104.530657 73.543807) (xy 104.530656 73.543806) (xy 104.530652 73.543801) (xy 104.256198 73.269347) + (xy 103.956153 73.023106) (xy 103.956152 73.023105) (xy 103.956148 73.023102) (xy 103.633412 72.807457) + (xy 103.633407 72.807454) (xy 103.6334 72.80745) (xy 103.2911 72.624487) (xy 103.291095 72.624485) + (xy 102.932489 72.475945) (xy 102.561041 72.363267) (xy 102.56103 72.363264) (xy 102.180364 72.287547) + (xy 102.180347 72.287544) (xy 101.888239 72.258774) (xy 101.794076 72.2495) (xy 101.405924 72.2495) + (xy 101.318836 72.258077) (xy 101.019652 72.287544) (xy 101.019635 72.287547) (xy 100.638969 72.363264) + (xy 100.638958 72.363267) (xy 100.26751 72.475945) (xy 99.908904 72.624485) (xy 99.908899 72.624487) + (xy 99.566599 72.80745) (xy 99.566581 72.807461) (xy 99.24386 73.023096) (xy 99.243846 73.023106) + (xy 98.943801 73.269347) (xy 98.669347 73.543801) (xy 98.423106 73.843846) (xy 98.423096 73.84386) + (xy 98.207461 74.166581) (xy 98.20745 74.166599) (xy 98.024487 74.508899) (xy 98.024485 74.508904) + (xy 97.875945 74.86751) (xy 97.763267 75.238958) (xy 97.763264 75.238969) (xy 97.687547 75.619635) + (xy 97.687544 75.619652) (xy 97.6495 76.005927) (xy 97.6495 76.394072) (xy 64.408081 76.394072) + (xy 64.4105 76.369512) (xy 64.4105 76.030488) (xy 64.37727 75.693096) (xy 64.311129 75.360586) (xy 64.212716 75.03616) + (xy 64.082977 74.722942) (xy 63.968571 74.508904) (xy 63.923168 74.42396) (xy 63.923167 74.423958) + (xy 63.923162 74.423949) (xy 63.73481 74.142061) (xy 63.519735 73.879991) (xy 63.519734 73.87999) + (xy 63.51973 73.879985) (xy 63.280014 73.640269) (xy 63.017944 73.425194) (xy 63.017943 73.425193) + (xy 63.017939 73.42519) (xy 62.736051 73.236838) (xy 62.736046 73.236835) (xy 62.736039 73.236831) + (xy 62.437065 73.077026) (xy 62.43706 73.077024) (xy 62.123841 72.947284) (xy 61.933382 72.889509) + (xy 61.799414 72.848871) (xy 61.799411 72.84887) (xy 61.79941 72.84887) (xy 61.466901 72.782729) + (xy 61.229199 72.759318) (xy 61.129512 72.7495) (xy 60.790488 72.7495) (xy 60.699738 72.758437) + (xy 60.453098 72.782729) (xy 60.120589 72.84887) (xy 59.796158 72.947284) (xy 59.482939 73.077024) + (xy 59.482934 73.077026) (xy 59.18396 73.236831) (xy 59.183942 73.236842) (xy 58.902069 73.425184) + (xy 58.902055 73.425194) (xy 58.639985 73.640269) (xy 58.400269 73.879985) (xy 58.185194 74.142055) + (xy 58.185184 74.142069) (xy 57.996842 74.423942) (xy 57.996831 74.42396) (xy 57.837026 74.722934) + (xy 57.837024 74.722939) (xy 57.707284 75.036158) (xy 57.60887 75.360589) (xy 57.542729 75.693098) + (xy 57.518437 75.939738) (xy 57.5095 76.030488) (xy 57.5095 76.369512) (xy 50.8755 76.369512) (xy 50.8755 50.9995) + (xy 50.895185 50.932461) (xy 50.947989 50.886706) (xy 50.9995 50.8755) (xy 57.912371 50.8755) + ) + ) + ) +) \ No newline at end of file diff --git a/src/threeler/panel/panel.kicad_pro b/src/threeler/panel/panel.kicad_pro index c42b5a1b..784060d3 100644 --- a/src/threeler/panel/panel.kicad_pro +++ b/src/threeler/panel/panel.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "copper_text_italic": false, "copper_text_size_h": 1.5, "copper_text_size_v": 1.5, "copper_text_thickness": 0.3, "copper_text_upright": false, - "courtyard_line_width": 0.049999999999999996, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "fab_text_italic": false, "fab_text_size_h": 1.0, "fab_text_size_v": 1.0, "fab_text_thickness": 0.15, "fab_text_upright": false, - "other_line_width": 0.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -67,6 +70,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", @@ -111,24 +115,21 @@ "min_copper_edge_clearance": 0.075, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, - "min_track_width": 0.19999999999999998, - "min_via_annular_width": 0.09999999999999999, - "min_via_diameter": 0.39999999999999997, + "min_track_width": 0.2, + "min_via_annular_width": 0.1, + "min_via_diameter": 0.4, "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, "teardrop_options": [ { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 5, - "td_on_pad_in_zone": false, "td_onpadsmd": true, "td_onroundshapesonly": false, "td_ontrackend": false, @@ -137,37 +138,76 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } ], "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -426,8 +466,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" diff --git a/src/threeler/panel/panel.kicad_sch b/src/threeler/panel/panel.kicad_sch index 2e6d6db5..4362b871 100644 --- a/src/threeler/panel/panel.kicad_sch +++ b/src/threeler/panel/panel.kicad_sch @@ -1,7 +1,7 @@ (kicad_sch (version 20211123) (generator "elektron") - (uuid "aab7ee3e-a743-4bcd-8544-eef9930c9d3c") + (uuid "e67d811b-9469-4cd9-80df-1f346e2340f9") (paper "A4") (title_block (title "hall") @@ -12,14 +12,20 @@ (comment 4 "License CC BY 4.0 - Attribution 4.0 International") ) (lib_symbols - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H" (at 0 5.08 0) (effects (font (size 1.27 1.27)))) (property "Value" "MountingHole" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) (symbol "MountingHole_0_1" (circle (center 0 0) @@ -31,183 +37,291 @@ ) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H1" (at 50.8 45.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "IN" (at 50.8 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H2" (at 50.8 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "CV" (at 50.8 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H3" (at 50.8 70.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "FM" (at 50.8 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H4" (at 50.8 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "RES_MOD" (at 50.8 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H5" (at 50.8 96.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT_1" (at 50.8 98.33 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 114.3 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H13" (at 50.8 109.03 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT_2" (at 50.8 111.03 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 50.8 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H14" (at 50.8 121.73 0) (effects (font (size 1.27 1.27)))) (property "Value" "OUT_3" (at 50.8 123.73 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_jack (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 50.8 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H6" (at 101.6 45.53 0) (effects (font (size 1.27 1.27)))) (property "Value" "P_IN" (at 101.6 47.53 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 63.5 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H7" (at 101.6 58.23 0) (effects (font (size 1.27 1.27)))) (property "Value" "P_COARSE" (at 101.6 60.23 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 76.2 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H8" (at 101.6 70.93 0) (effects (font (size 1.27 1.27)))) (property "Value" "P_FINE" (at 101.6 72.93 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 88.9 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H9" (at 101.6 83.63 0) (effects (font (size 1.27 1.27)))) (property "Value" "P_FM" (at 101.6 85.63 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H10" (at 101.6 96.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "P_RES" (at 101.6 98.33 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 114.3 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H11" (at 101.6 109.03 0) (effects (font (size 1.27 1.27)))) (property "Value" "P_RES_MOD" (at 101.6 111.03 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 101.6 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H12" (at 101.6 121.73 0) (effects (font (size 1.27 1.27)))) (property "Value" "SWITCH" (at 101.6 123.73 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:panel_potentiometer (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 101.6 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H15" (at 127 98.33 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 114.3 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H16" (at 127 111.03 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 127 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H17" (at 127 123.73 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) (symbol (lib_id "Mechanical:MountingHole") (at 127 139.7 0) - (unit 1) (in_bom yes) (on_board yes) + (unit 1) + (exclude_from_sim yes) (in_bom no) (on_board yes) (property "Reference" "H18" (at 127 136.43 0) (effects (font (size 1.27 1.27)))) (property "Value" "" (at 0 3.175 0) (effects (font (size 1.27 1.27)))) - (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide)) + (property "Footprint" elektrophon:MountingHole_Panel_3.2mm_M3 (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes) hide)) + (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "Description" "Mounting Hole without connection" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_keywords" "mounting hole" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) + (property "ki_fp_filters" "MountingHole*" (at 0 0 0) (effects (font (size 1.27 1.27)) + (hide yes))) ) )